diff --git a/sentiment_analysis_twitter_(1).ipynb b/sentiment_analysis_twitter_(1).ipynb new file mode 100644 index 0000000..4fcbe7a --- /dev/null +++ b/sentiment_analysis_twitter_(1).ipynb @@ -0,0 +1,4155 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "provenance": [], + "include_colab_link": true + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + }, + "language_info": { + "name": "python" + } + }, + "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "view-in-github", + "colab_type": "text" + }, + "source": [ + "\"Open" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "fhCjU3eMlyFL" + }, + "outputs": [], + "source": [ + "import numpy as np \n", + "import pandas as pd \n", + "import matplotlib.pyplot as plt \n", + "import seaborn as sns\n", + "import re\n", + "import time\n", + "import string\n", + "import warnings" + ] + }, + { + "cell_type": "code", + "source": [ + "import nltk\n", + "from nltk.corpus import stopwords\n", + "from nltk.tokenize import sent_tokenize, word_tokenize\n", + "from nltk.sentiment.vader import SentimentIntensityAnalyzer\n", + "from nltk.stem import WordNetLemmatizer\n", + "from nltk.stem.porter import *\n", + "from nltk.classify import NaiveBayesClassifier\n", + "from wordcloud import WordCloud\n", + "\n", + "from sklearn.feature_extraction.text import CountVectorizer, TfidfVectorizer\n", + "from sklearn.linear_model import LogisticRegression\n", + "from sklearn.model_selection import train_test_split\n", + "from sklearn.metrics import f1_score, confusion_matrix, accuracy_score\n", + "from sklearn.svm import SVC\n", + "from sklearn.naive_bayes import GaussianNB\n", + "\n", + "from textblob import TextBlob\n", + "from textblob.sentiments import NaiveBayesAnalyzer\n", + "from textblob.np_extractors import ConllExtractor\n", + "import pickle\n", + "from sklearn.feature_extraction.text import CountVectorizer \n", + "from sklearn.pipeline import make_pipeline\n", + "from nltk.tokenize import RegexpTokenizer\n" + ], + "metadata": { + "id": "UAer7uo7mDHl" + }, + "execution_count": null, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "warnings.filterwarnings(\"ignore\", category=DeprecationWarning)\n", + "nltk.download('stopwords')\n", + "nltk.download('wordnet')\n", + "nltk.download('vader_lexicon')\n", + "nltk.download('averaged_perceptron_tagger')\n", + "nltk.download('movie_reviews')\n", + "nltk.download('punkt')\n", + "nltk.download('conll2000')\n", + "nltk.download('brown')\n", + "stopwords = set(stopwords.words(\"english\"))\n", + "%matplotlib inline" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "luacBtTXmY2J", + "outputId": "a2cdef93-47cd-493f-db06-dec755c3d189" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "[nltk_data] Downloading package stopwords to /root/nltk_data...\n", + "[nltk_data] Unzipping corpora/stopwords.zip.\n", + "[nltk_data] Downloading package wordnet to /root/nltk_data...\n", + "[nltk_data] Downloading package vader_lexicon to /root/nltk_data...\n", + "[nltk_data] Downloading package averaged_perceptron_tagger to\n", + "[nltk_data] /root/nltk_data...\n", + "[nltk_data] Unzipping taggers/averaged_perceptron_tagger.zip.\n", + "[nltk_data] Downloading package movie_reviews to /root/nltk_data...\n", + "[nltk_data] Unzipping corpora/movie_reviews.zip.\n", + "[nltk_data] Downloading package punkt to /root/nltk_data...\n", + "[nltk_data] Unzipping tokenizers/punkt.zip.\n", + "[nltk_data] Downloading package conll2000 to /root/nltk_data...\n", + "[nltk_data] Unzipping corpora/conll2000.zip.\n", + "[nltk_data] Downloading package brown to /root/nltk_data...\n", + "[nltk_data] Unzipping corpora/brown.zip.\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "from google.colab import files\n", + "uploaded = files.upload()" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 489 + }, + "id": "4Ma7FzXRnmIF", + "outputId": "d3afa3ab-fa76-4108-aca7-d671c5504358" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "display_data", + "data": { + "text/plain": [ + "" + ], + "text/html": [ + "\n", + " \n", + " \n", + " Upload widget is only available when the cell has been executed in the\n", + " current browser session. Please rerun this cell to enable.\n", + " \n", + " " + ] + }, + "metadata": {} + }, + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Saving 2010.csv to 2010 (1).csv\n", + "Saving 2011.csv to 2011.csv\n", + "Saving 2012.csv to 2012.csv\n", + "Saving 2013.csv to 2013.csv\n", + "Saving 2014.csv to 2014.csv\n", + "Saving 2015.csv to 2015.csv\n", + "Saving 2016.csv to 2016.csv\n", + "Saving 2017.csv to 2017.csv\n", + "Saving 2018.csv to 2018.csv\n", + "Saving 2019.csv to 2019.csv\n", + "Saving 2020.csv to 2020.csv\n", + "Saving 2021.csv to 2021.csv\n", + "Saving 2022.csv to 2022.csv\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "df = pd.concat(map(pd.read_csv, ['2010.csv','2011.csv','2012.csv','2013.csv','2014.csv','2015.csv','2016.csv','2017.csv','2018.csv','2019.csv','2020.csv','2021.csv','2022.csv']))" + ], + "metadata": { + "id": "1y5s7NPTwhAS" + }, + "execution_count": null, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "df.head()" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 612 + }, + "id": "lmoFEop4xTBi", + "outputId": "0c1642bb-d1b7-4dda-a9dd-e6ac397a45d3" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " Unnamed: 0 id conversation_id created_at \\\n", + "0 0.0 15434727182 15434727182 1275676317000.0 \n", + "0 0.0 152153637639028736 152151847614943233 1325111228000.0 \n", + "1 1.0 151809315026636800 151809315026636800 1325029135000.0 \n", + "2 2.0 151338939389706242 151338939389706242 1324916990000.0 \n", + "3 3.0 151337237429239808 151337237429239808 1324916584000.0 \n", + "\n", + " date timezone place \\\n", + "0 2010-06-04 18:31:57 0 NaN \n", + "0 2011-12-28 22:27:08 0 NaN \n", + "1 2011-12-27 23:38:55 0 NaN \n", + "2 2011-12-26 16:29:50 0 NaN \n", + "3 2011-12-26 16:23:04 0 NaN \n", + "\n", + " tweet language hashtags ... \\\n", + "0 Please ignore prior tweets, as that was someon... en [] ... \n", + "0 @TheOnion So true :) en [] ... \n", + "1 If you ever wanted to know the *real* truth ab... en [] ... \n", + "2 Walked around a neighborhood recently rebuilt ... en [] ... \n", + "3 It was Xmas, so we brought presents for the ki... en [] ... \n", + "\n", + " reply_to retweet_date translate trans_src trans_dest time mentions \\\n", + "0 [] NaN NaN NaN NaN NaN NaN \n", + "0 [] NaN NaN NaN NaN NaN NaN \n", + "1 [] NaN NaN NaN NaN NaN NaN \n", + "2 [] NaN NaN NaN NaN NaN NaN \n", + "3 [] NaN NaN NaN NaN NaN NaN \n", + "\n", + " replies_count retweets_count likes_count \n", + "0 NaN NaN NaN \n", + "0 NaN NaN NaN \n", + "1 NaN NaN NaN \n", + "2 NaN NaN NaN \n", + "3 NaN NaN NaN \n", + "\n", + "[5 rows x 44 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0idconversation_idcreated_atdatetimezoneplacetweetlanguagehashtags...reply_toretweet_datetranslatetrans_srctrans_desttimementionsreplies_countretweets_countlikes_count
00.015434727182154347271821275676317000.02010-06-04 18:31:570NaNPlease ignore prior tweets, as that was someon...en[]...[]NaNNaNNaNNaNNaNNaNNaNNaNNaN
00.01521536376390287361521518476149432331325111228000.02011-12-28 22:27:080NaN@TheOnion So true :)en[]...[]NaNNaNNaNNaNNaNNaNNaNNaNNaN
11.01518093150266368001518093150266368001325029135000.02011-12-27 23:38:550NaNIf you ever wanted to know the *real* truth ab...en[]...[]NaNNaNNaNNaNNaNNaNNaNNaNNaN
22.01513389393897062421513389393897062421324916990000.02011-12-26 16:29:500NaNWalked around a neighborhood recently rebuilt ...en[]...[]NaNNaNNaNNaNNaNNaNNaNNaNNaN
33.01513372374292398081513372374292398081324916584000.02011-12-26 16:23:040NaNIt was Xmas, so we brought presents for the ki...en[]...[]NaNNaNNaNNaNNaNNaNNaNNaNNaN
\n", + "

5 rows × 44 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 14 + } + ] + }, + { + "cell_type": "code", + "source": [ + "def fetch_sentiment_using_SIA(text):\n", + " sid = SentimentIntensityAnalyzer()\n", + " polarity_scores = sid.polarity_scores(text)\n", + " return 'neg' if polarity_scores['neg'] > polarity_scores['pos'] else 'pos'" + ], + "metadata": { + "id": "imGhNpRfxt5u" + }, + "execution_count": null, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "sentiments_using_SIA = df.tweet.apply(lambda tweet: fetch_sentiment_using_SIA(tweet))\n", + "pd.DataFrame(sentiments_using_SIA.value_counts())" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 112 + }, + "id": "DAmjvJXdA2i5", + "outputId": "b3311dc5-7773-481b-8f6f-23fdc01ec451" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " tweet\n", + "pos 29713\n", + "neg 5165" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
tweet
pos29713
neg5165
\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 18 + } + ] + }, + { + "cell_type": "code", + "source": [ + "def remove_pattern(text, pattern_regex):\n", + " r = re.findall(pattern_regex, text)\n", + " for i in r:\n", + " text = re.sub(i, '', text)\n", + " \n", + " return text " + ], + "metadata": { + "id": "OFVilJDd107f" + }, + "execution_count": null, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "df['tidy_tweets'] = np.vectorize(remove_pattern)(df['tweet'], \"@[\\w]*: | *RT*\")\n", + "df.head(10)" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 1000 + }, + "id": "otfq0QRL199V", + "outputId": "c4eea647-c988-4416-9aab-63a8d478e369" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " Unnamed: 0 id conversation_id created_at \\\n", + "0 0.0 15434727182 15434727182 1275676317000.0 \n", + "0 0.0 152153637639028736 152151847614943233 1325111228000.0 \n", + "1 1.0 151809315026636800 151809315026636800 1325029135000.0 \n", + "2 2.0 151338939389706242 151338939389706242 1324916990000.0 \n", + "3 3.0 151337237429239808 151337237429239808 1324916584000.0 \n", + "4 4.0 151327734843445249 151327734843445249 1324914318000.0 \n", + "5 5.0 151322293174419456 151322293174419456 1324913020000.0 \n", + "6 6.0 151317672217419777 151317672217419777 1324911919000.0 \n", + "7 7.0 151151777662779392 151151777662779392 1324872366000.0 \n", + "8 8.0 150390624552615937 150390624552615937 1324690893000.0 \n", + "\n", + " date timezone place \\\n", + "0 2010-06-04 18:31:57 0 NaN \n", + "0 2011-12-28 22:27:08 0 NaN \n", + "1 2011-12-27 23:38:55 0 NaN \n", + "2 2011-12-26 16:29:50 0 NaN \n", + "3 2011-12-26 16:23:04 0 NaN \n", + "4 2011-12-26 15:45:18 0 NaN \n", + "5 2011-12-26 15:23:40 0 NaN \n", + "6 2011-12-26 15:05:19 0 NaN \n", + "7 2011-12-26 04:06:06 0 NaN \n", + "8 2011-12-24 01:41:33 0 NaN \n", + "\n", + " tweet language hashtags ... \\\n", + "0 Please ignore prior tweets, as that was someon... en [] ... \n", + "0 @TheOnion So true :) en [] ... \n", + "1 If you ever wanted to know the *real* truth ab... en [] ... \n", + "2 Walked around a neighborhood recently rebuilt ... en [] ... \n", + "3 It was Xmas, so we brought presents for the ki... en [] ... \n", + "4 Met with UNICEF, Doctors Without Borders and A... en [] ... \n", + "5 Just returned from a trip to Haiti. Covered a ... en [] ... \n", + "6 Single character Tweets are the ulitmate exten... en [] ... \n", + "7 I und [] ... \n", + "8 The Russians are having some challenges with t... en [] ... \n", + "\n", + " retweet_date translate trans_src trans_dest time mentions replies_count \\\n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "1 NaN NaN NaN NaN NaN NaN NaN \n", + "2 NaN NaN NaN NaN NaN NaN NaN \n", + "3 NaN NaN NaN NaN NaN NaN NaN \n", + "4 NaN NaN NaN NaN NaN NaN NaN \n", + "5 NaN NaN NaN NaN NaN NaN NaN \n", + "6 NaN NaN NaN NaN NaN NaN NaN \n", + "7 NaN NaN NaN NaN NaN NaN NaN \n", + "8 NaN NaN NaN NaN NaN NaN NaN \n", + "\n", + " retweets_count likes_count \\\n", + "0 NaN NaN \n", + "0 NaN NaN \n", + "1 NaN NaN \n", + "2 NaN NaN \n", + "3 NaN NaN \n", + "4 NaN NaN \n", + "5 NaN NaN \n", + "6 NaN NaN \n", + "7 NaN NaN \n", + "8 NaN NaN \n", + "\n", + " tidy_tweets \n", + "0 Please ignore prior tweets, as that was someon... \n", + "0 @TheOnion So true :) \n", + "1 If you ever wanted to know the *real* truth ab... \n", + "2 Walked around a neighborhood recently rebuilt ... \n", + "3 It was Xmas, so we brought presents for the ki... \n", + "4 Met with UNICEF, Doctors Without Borders and A... \n", + "5 Just returned from a trip to Haiti. Covered a ... \n", + "6 Single character Tweets are the ulitmate exten... \n", + "7 I \n", + "8 Theussians are having some challenges with the... \n", + "\n", + "[10 rows x 45 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0idconversation_idcreated_atdatetimezoneplacetweetlanguagehashtags...retweet_datetranslatetrans_srctrans_desttimementionsreplies_countretweets_countlikes_counttidy_tweets
00.015434727182154347271821275676317000.02010-06-04 18:31:570NaNPlease ignore prior tweets, as that was someon...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNPlease ignore prior tweets, as that was someon...
00.01521536376390287361521518476149432331325111228000.02011-12-28 22:27:080NaN@TheOnion So true :)en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaN@TheOnion So true :)
11.01518093150266368001518093150266368001325029135000.02011-12-27 23:38:550NaNIf you ever wanted to know the *real* truth ab...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIf you ever wanted to know the *real* truth ab...
22.01513389393897062421513389393897062421324916990000.02011-12-26 16:29:500NaNWalked around a neighborhood recently rebuilt ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNWalked around a neighborhood recently rebuilt ...
33.01513372374292398081513372374292398081324916584000.02011-12-26 16:23:040NaNIt was Xmas, so we brought presents for the ki...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIt was Xmas, so we brought presents for the ki...
44.01513277348434452491513277348434452491324914318000.02011-12-26 15:45:180NaNMet with UNICEF, Doctors Without Borders and A...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNMet with UNICEF, Doctors Without Borders and A...
55.01513222931744194561513222931744194561324913020000.02011-12-26 15:23:400NaNJust returned from a trip to Haiti. Covered a ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNJust returned from a trip to Haiti. Covered a ...
66.01513176722174197771513176722174197771324911919000.02011-12-26 15:05:190NaNSingle character Tweets are the ulitmate exten...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNSingle character Tweets are the ulitmate exten...
77.01511517776627793921511517776627793921324872366000.02011-12-26 04:06:060NaNIund[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNI
88.01503906245526159371503906245526159371324690893000.02011-12-24 01:41:330NaNThe Russians are having some challenges with t...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNTheussians are having some challenges with the...
\n", + "

10 rows × 45 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 20 + } + ] + }, + { + "cell_type": "code", + "source": [ + "cleaned_tweets = []\n", + "\n", + "for index, row in df.iterrows():\n", + " words_without_links = [word for word in row.tidy_tweets.split() if 'http' not in word]\n", + " cleaned_tweets.append(' '.join(words_without_links))\n", + "\n", + "df['tidy_tweets'] = cleaned_tweets\n", + "df.head(10)" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 1000 + }, + "id": "Ghsr1A6x3A39", + "outputId": "a5208a0b-ff78-46f4-b41a-70f5d3e918f6" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " Unnamed: 0 id conversation_id created_at \\\n", + "0 0.0 15434727182 15434727182 1275676317000.0 \n", + "0 0.0 152153637639028736 152151847614943233 1325111228000.0 \n", + "1 1.0 151809315026636800 151809315026636800 1325029135000.0 \n", + "2 2.0 151338939389706242 151338939389706242 1324916990000.0 \n", + "3 3.0 151337237429239808 151337237429239808 1324916584000.0 \n", + "4 4.0 151327734843445249 151327734843445249 1324914318000.0 \n", + "5 5.0 151322293174419456 151322293174419456 1324913020000.0 \n", + "6 6.0 151317672217419777 151317672217419777 1324911919000.0 \n", + "7 7.0 151151777662779392 151151777662779392 1324872366000.0 \n", + "8 8.0 150390624552615937 150390624552615937 1324690893000.0 \n", + "\n", + " date timezone place \\\n", + "0 2010-06-04 18:31:57 0 NaN \n", + "0 2011-12-28 22:27:08 0 NaN \n", + "1 2011-12-27 23:38:55 0 NaN \n", + "2 2011-12-26 16:29:50 0 NaN \n", + "3 2011-12-26 16:23:04 0 NaN \n", + "4 2011-12-26 15:45:18 0 NaN \n", + "5 2011-12-26 15:23:40 0 NaN \n", + "6 2011-12-26 15:05:19 0 NaN \n", + "7 2011-12-26 04:06:06 0 NaN \n", + "8 2011-12-24 01:41:33 0 NaN \n", + "\n", + " tweet language hashtags ... \\\n", + "0 Please ignore prior tweets, as that was someon... en [] ... \n", + "0 @TheOnion So true :) en [] ... \n", + "1 If you ever wanted to know the *real* truth ab... en [] ... \n", + "2 Walked around a neighborhood recently rebuilt ... en [] ... \n", + "3 It was Xmas, so we brought presents for the ki... en [] ... \n", + "4 Met with UNICEF, Doctors Without Borders and A... en [] ... \n", + "5 Just returned from a trip to Haiti. Covered a ... en [] ... \n", + "6 Single character Tweets are the ulitmate exten... en [] ... \n", + "7 I und [] ... \n", + "8 The Russians are having some challenges with t... en [] ... \n", + "\n", + " retweet_date translate trans_src trans_dest time mentions replies_count \\\n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "1 NaN NaN NaN NaN NaN NaN NaN \n", + "2 NaN NaN NaN NaN NaN NaN NaN \n", + "3 NaN NaN NaN NaN NaN NaN NaN \n", + "4 NaN NaN NaN NaN NaN NaN NaN \n", + "5 NaN NaN NaN NaN NaN NaN NaN \n", + "6 NaN NaN NaN NaN NaN NaN NaN \n", + "7 NaN NaN NaN NaN NaN NaN NaN \n", + "8 NaN NaN NaN NaN NaN NaN NaN \n", + "\n", + " retweets_count likes_count \\\n", + "0 NaN NaN \n", + "0 NaN NaN \n", + "1 NaN NaN \n", + "2 NaN NaN \n", + "3 NaN NaN \n", + "4 NaN NaN \n", + "5 NaN NaN \n", + "6 NaN NaN \n", + "7 NaN NaN \n", + "8 NaN NaN \n", + "\n", + " tidy_tweets \n", + "0 Please ignore prior tweets, as that was someon... \n", + "0 @TheOnion So true :) \n", + "1 If you ever wanted to know the *real* truth ab... \n", + "2 Walked around a neighborhood recently rebuilt ... \n", + "3 It was Xmas, so we brought presents for the ki... \n", + "4 Met with UNICEF, Doctors Without Borders and A... \n", + "5 Just returned from a trip to Haiti. Covered a ... \n", + "6 Single character Tweets are the ulitmate exten... \n", + "7 I \n", + "8 Theussians are having some challenges with the... \n", + "\n", + "[10 rows x 45 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0idconversation_idcreated_atdatetimezoneplacetweetlanguagehashtags...retweet_datetranslatetrans_srctrans_desttimementionsreplies_countretweets_countlikes_counttidy_tweets
00.015434727182154347271821275676317000.02010-06-04 18:31:570NaNPlease ignore prior tweets, as that was someon...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNPlease ignore prior tweets, as that was someon...
00.01521536376390287361521518476149432331325111228000.02011-12-28 22:27:080NaN@TheOnion So true :)en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaN@TheOnion So true :)
11.01518093150266368001518093150266368001325029135000.02011-12-27 23:38:550NaNIf you ever wanted to know the *real* truth ab...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIf you ever wanted to know the *real* truth ab...
22.01513389393897062421513389393897062421324916990000.02011-12-26 16:29:500NaNWalked around a neighborhood recently rebuilt ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNWalked around a neighborhood recently rebuilt ...
33.01513372374292398081513372374292398081324916584000.02011-12-26 16:23:040NaNIt was Xmas, so we brought presents for the ki...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIt was Xmas, so we brought presents for the ki...
44.01513277348434452491513277348434452491324914318000.02011-12-26 15:45:180NaNMet with UNICEF, Doctors Without Borders and A...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNMet with UNICEF, Doctors Without Borders and A...
55.01513222931744194561513222931744194561324913020000.02011-12-26 15:23:400NaNJust returned from a trip to Haiti. Covered a ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNJust returned from a trip to Haiti. Covered a ...
66.01513176722174197771513176722174197771324911919000.02011-12-26 15:05:190NaNSingle character Tweets are the ulitmate exten...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNSingle character Tweets are the ulitmate exten...
77.01511517776627793921511517776627793921324872366000.02011-12-26 04:06:060NaNIund[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNI
88.01503906245526159371503906245526159371324690893000.02011-12-24 01:41:330NaNThe Russians are having some challenges with t...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNTheussians are having some challenges with the...
\n", + "

10 rows × 45 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 21 + } + ] + }, + { + "cell_type": "code", + "source": [ + "df = df[df['tidy_tweets']!='']\n", + "df.head()" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 612 + }, + "id": "TB1O9K1z4fw2", + "outputId": "4f7dec56-d3af-4065-fa31-ee596fc471b4" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " Unnamed: 0 id conversation_id created_at \\\n", + "0 0.0 15434727182 15434727182 1275676317000.0 \n", + "0 0.0 152153637639028736 152151847614943233 1325111228000.0 \n", + "1 1.0 151809315026636800 151809315026636800 1325029135000.0 \n", + "2 2.0 151338939389706242 151338939389706242 1324916990000.0 \n", + "3 3.0 151337237429239808 151337237429239808 1324916584000.0 \n", + "\n", + " date timezone place \\\n", + "0 2010-06-04 18:31:57 0 NaN \n", + "0 2011-12-28 22:27:08 0 NaN \n", + "1 2011-12-27 23:38:55 0 NaN \n", + "2 2011-12-26 16:29:50 0 NaN \n", + "3 2011-12-26 16:23:04 0 NaN \n", + "\n", + " tweet language hashtags ... \\\n", + "0 Please ignore prior tweets, as that was someon... en [] ... \n", + "0 @TheOnion So true :) en [] ... \n", + "1 If you ever wanted to know the *real* truth ab... en [] ... \n", + "2 Walked around a neighborhood recently rebuilt ... en [] ... \n", + "3 It was Xmas, so we brought presents for the ki... en [] ... \n", + "\n", + " retweet_date translate trans_src trans_dest time mentions replies_count \\\n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "1 NaN NaN NaN NaN NaN NaN NaN \n", + "2 NaN NaN NaN NaN NaN NaN NaN \n", + "3 NaN NaN NaN NaN NaN NaN NaN \n", + "\n", + " retweets_count likes_count \\\n", + "0 NaN NaN \n", + "0 NaN NaN \n", + "1 NaN NaN \n", + "2 NaN NaN \n", + "3 NaN NaN \n", + "\n", + " tidy_tweets \n", + "0 Please ignore prior tweets, as that was someon... \n", + "0 @TheOnion So true :) \n", + "1 If you ever wanted to know the *real* truth ab... \n", + "2 Walked around a neighborhood recently rebuilt ... \n", + "3 It was Xmas, so we brought presents for the ki... \n", + "\n", + "[5 rows x 45 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0idconversation_idcreated_atdatetimezoneplacetweetlanguagehashtags...retweet_datetranslatetrans_srctrans_desttimementionsreplies_countretweets_countlikes_counttidy_tweets
00.015434727182154347271821275676317000.02010-06-04 18:31:570NaNPlease ignore prior tweets, as that was someon...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNPlease ignore prior tweets, as that was someon...
00.01521536376390287361521518476149432331325111228000.02011-12-28 22:27:080NaN@TheOnion So true :)en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaN@TheOnion So true :)
11.01518093150266368001518093150266368001325029135000.02011-12-27 23:38:550NaNIf you ever wanted to know the *real* truth ab...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIf you ever wanted to know the *real* truth ab...
22.01513389393897062421513389393897062421324916990000.02011-12-26 16:29:500NaNWalked around a neighborhood recently rebuilt ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNWalked around a neighborhood recently rebuilt ...
33.01513372374292398081513372374292398081324916584000.02011-12-26 16:23:040NaNIt was Xmas, so we brought presents for the ki...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIt was Xmas, so we brought presents for the ki...
\n", + "

5 rows × 45 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 22 + } + ] + }, + { + "cell_type": "code", + "source": [ + "df.drop_duplicates(subset=['tidy_tweets'], keep=False)\n", + "df.head()" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 612 + }, + "id": "XUn7AqUC4z-9", + "outputId": "3b537eb3-ef6d-4e40-b23a-d7164b2ffe84" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " Unnamed: 0 id conversation_id created_at \\\n", + "0 0.0 15434727182 15434727182 1275676317000.0 \n", + "0 0.0 152153637639028736 152151847614943233 1325111228000.0 \n", + "1 1.0 151809315026636800 151809315026636800 1325029135000.0 \n", + "2 2.0 151338939389706242 151338939389706242 1324916990000.0 \n", + "3 3.0 151337237429239808 151337237429239808 1324916584000.0 \n", + "\n", + " date timezone place \\\n", + "0 2010-06-04 18:31:57 0 NaN \n", + "0 2011-12-28 22:27:08 0 NaN \n", + "1 2011-12-27 23:38:55 0 NaN \n", + "2 2011-12-26 16:29:50 0 NaN \n", + "3 2011-12-26 16:23:04 0 NaN \n", + "\n", + " tweet language hashtags ... \\\n", + "0 Please ignore prior tweets, as that was someon... en [] ... \n", + "0 @TheOnion So true :) en [] ... \n", + "1 If you ever wanted to know the *real* truth ab... en [] ... \n", + "2 Walked around a neighborhood recently rebuilt ... en [] ... \n", + "3 It was Xmas, so we brought presents for the ki... en [] ... \n", + "\n", + " retweet_date translate trans_src trans_dest time mentions replies_count \\\n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "1 NaN NaN NaN NaN NaN NaN NaN \n", + "2 NaN NaN NaN NaN NaN NaN NaN \n", + "3 NaN NaN NaN NaN NaN NaN NaN \n", + "\n", + " retweets_count likes_count \\\n", + "0 NaN NaN \n", + "0 NaN NaN \n", + "1 NaN NaN \n", + "2 NaN NaN \n", + "3 NaN NaN \n", + "\n", + " tidy_tweets \n", + "0 Please ignore prior tweets, as that was someon... \n", + "0 @TheOnion So true :) \n", + "1 If you ever wanted to know the *real* truth ab... \n", + "2 Walked around a neighborhood recently rebuilt ... \n", + "3 It was Xmas, so we brought presents for the ki... \n", + "\n", + "[5 rows x 45 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0idconversation_idcreated_atdatetimezoneplacetweetlanguagehashtags...retweet_datetranslatetrans_srctrans_desttimementionsreplies_countretweets_countlikes_counttidy_tweets
00.015434727182154347271821275676317000.02010-06-04 18:31:570NaNPlease ignore prior tweets, as that was someon...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNPlease ignore prior tweets, as that was someon...
00.01521536376390287361521518476149432331325111228000.02011-12-28 22:27:080NaN@TheOnion So true :)en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaN@TheOnion So true :)
11.01518093150266368001518093150266368001325029135000.02011-12-27 23:38:550NaNIf you ever wanted to know the *real* truth ab...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIf you ever wanted to know the *real* truth ab...
22.01513389393897062421513389393897062421324916990000.02011-12-26 16:29:500NaNWalked around a neighborhood recently rebuilt ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNWalked around a neighborhood recently rebuilt ...
33.01513372374292398081513372374292398081324916584000.02011-12-26 16:23:040NaNIt was Xmas, so we brought presents for the ki...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIt was Xmas, so we brought presents for the ki...
\n", + "

5 rows × 45 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 23 + } + ] + }, + { + "cell_type": "code", + "source": [ + "df = df.reset_index(drop=True)\n", + "df.head()" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 612 + }, + "id": "wUyx_PmL48tU", + "outputId": "926e4a5b-a1d9-475d-dbb0-a2ffc6594bd1" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " Unnamed: 0 id conversation_id created_at \\\n", + "0 0.0 15434727182 15434727182 1275676317000.0 \n", + "1 0.0 152153637639028736 152151847614943233 1325111228000.0 \n", + "2 1.0 151809315026636800 151809315026636800 1325029135000.0 \n", + "3 2.0 151338939389706242 151338939389706242 1324916990000.0 \n", + "4 3.0 151337237429239808 151337237429239808 1324916584000.0 \n", + "\n", + " date timezone place \\\n", + "0 2010-06-04 18:31:57 0 NaN \n", + "1 2011-12-28 22:27:08 0 NaN \n", + "2 2011-12-27 23:38:55 0 NaN \n", + "3 2011-12-26 16:29:50 0 NaN \n", + "4 2011-12-26 16:23:04 0 NaN \n", + "\n", + " tweet language hashtags ... \\\n", + "0 Please ignore prior tweets, as that was someon... en [] ... \n", + "1 @TheOnion So true :) en [] ... \n", + "2 If you ever wanted to know the *real* truth ab... en [] ... \n", + "3 Walked around a neighborhood recently rebuilt ... en [] ... \n", + "4 It was Xmas, so we brought presents for the ki... en [] ... \n", + "\n", + " retweet_date translate trans_src trans_dest time mentions replies_count \\\n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "1 NaN NaN NaN NaN NaN NaN NaN \n", + "2 NaN NaN NaN NaN NaN NaN NaN \n", + "3 NaN NaN NaN NaN NaN NaN NaN \n", + "4 NaN NaN NaN NaN NaN NaN NaN \n", + "\n", + " retweets_count likes_count \\\n", + "0 NaN NaN \n", + "1 NaN NaN \n", + "2 NaN NaN \n", + "3 NaN NaN \n", + "4 NaN NaN \n", + "\n", + " tidy_tweets \n", + "0 Please ignore prior tweets, as that was someon... \n", + "1 @TheOnion So true :) \n", + "2 If you ever wanted to know the *real* truth ab... \n", + "3 Walked around a neighborhood recently rebuilt ... \n", + "4 It was Xmas, so we brought presents for the ki... \n", + "\n", + "[5 rows x 45 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0idconversation_idcreated_atdatetimezoneplacetweetlanguagehashtags...retweet_datetranslatetrans_srctrans_desttimementionsreplies_countretweets_countlikes_counttidy_tweets
00.015434727182154347271821275676317000.02010-06-04 18:31:570NaNPlease ignore prior tweets, as that was someon...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNPlease ignore prior tweets, as that was someon...
10.01521536376390287361521518476149432331325111228000.02011-12-28 22:27:080NaN@TheOnion So true :)en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaN@TheOnion So true :)
21.01518093150266368001518093150266368001325029135000.02011-12-27 23:38:550NaNIf you ever wanted to know the *real* truth ab...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIf you ever wanted to know the *real* truth ab...
32.01513389393897062421513389393897062421324916990000.02011-12-26 16:29:500NaNWalked around a neighborhood recently rebuilt ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNWalked around a neighborhood recently rebuilt ...
43.01513372374292398081513372374292398081324916584000.02011-12-26 16:23:040NaNIt was Xmas, so we brought presents for the ki...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIt was Xmas, so we brought presents for the ki...
\n", + "

5 rows × 45 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 24 + } + ] + }, + { + "cell_type": "code", + "source": [ + "df['absolute_tidy_tweets'] = df['tidy_tweets'].str.replace(\"[^a-zA-Z# ]\", \"\")" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "UGnn7CjF5IGy", + "outputId": "9d8ed31a-9ebf-4faf-d9f6-b58897ede679" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "/usr/local/lib/python3.7/dist-packages/ipykernel_launcher.py:1: FutureWarning: The default value of regex will change from True to False in a future version.\n", + " \"\"\"Entry point for launching an IPython kernel.\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "stopwords_set = set(stopwords)\n", + "cleaned_tweets = []\n", + "\n", + "for index, row in df.iterrows():\n", + " \n", + " words_without_stopwords = [word for word in row.absolute_tidy_tweets.split() if not word in stopwords_set and '#' not in word.lower()]\n", + " cleaned_tweets.append(' '.join(words_without_stopwords))\n", + " \n", + "df['absolute_tidy_tweets'] = cleaned_tweets\n", + "df.head(10)" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 1000 + }, + "id": "aV2HUEvL5TDq", + "outputId": "dd213ec1-fb3a-4a01-8ca0-3708a00d12e7" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " Unnamed: 0 id conversation_id created_at \\\n", + "0 0.0 15434727182 15434727182 1275676317000.0 \n", + "1 0.0 152153637639028736 152151847614943233 1325111228000.0 \n", + "2 1.0 151809315026636800 151809315026636800 1325029135000.0 \n", + "3 2.0 151338939389706242 151338939389706242 1324916990000.0 \n", + "4 3.0 151337237429239808 151337237429239808 1324916584000.0 \n", + "5 4.0 151327734843445249 151327734843445249 1324914318000.0 \n", + "6 5.0 151322293174419456 151322293174419456 1324913020000.0 \n", + "7 6.0 151317672217419777 151317672217419777 1324911919000.0 \n", + "8 7.0 151151777662779392 151151777662779392 1324872366000.0 \n", + "9 8.0 150390624552615937 150390624552615937 1324690893000.0 \n", + "\n", + " date timezone place \\\n", + "0 2010-06-04 18:31:57 0 NaN \n", + "1 2011-12-28 22:27:08 0 NaN \n", + "2 2011-12-27 23:38:55 0 NaN \n", + "3 2011-12-26 16:29:50 0 NaN \n", + "4 2011-12-26 16:23:04 0 NaN \n", + "5 2011-12-26 15:45:18 0 NaN \n", + "6 2011-12-26 15:23:40 0 NaN \n", + "7 2011-12-26 15:05:19 0 NaN \n", + "8 2011-12-26 04:06:06 0 NaN \n", + "9 2011-12-24 01:41:33 0 NaN \n", + "\n", + " tweet language hashtags ... \\\n", + "0 Please ignore prior tweets, as that was someon... en [] ... \n", + "1 @TheOnion So true :) en [] ... \n", + "2 If you ever wanted to know the *real* truth ab... en [] ... \n", + "3 Walked around a neighborhood recently rebuilt ... en [] ... \n", + "4 It was Xmas, so we brought presents for the ki... en [] ... \n", + "5 Met with UNICEF, Doctors Without Borders and A... en [] ... \n", + "6 Just returned from a trip to Haiti. Covered a ... en [] ... \n", + "7 Single character Tweets are the ulitmate exten... en [] ... \n", + "8 I und [] ... \n", + "9 The Russians are having some challenges with t... en [] ... \n", + "\n", + " translate trans_src trans_dest time mentions replies_count \\\n", + "0 NaN NaN NaN NaN NaN NaN \n", + "1 NaN NaN NaN NaN NaN NaN \n", + "2 NaN NaN NaN NaN NaN NaN \n", + "3 NaN NaN NaN NaN NaN NaN \n", + "4 NaN NaN NaN NaN NaN NaN \n", + "5 NaN NaN NaN NaN NaN NaN \n", + "6 NaN NaN NaN NaN NaN NaN \n", + "7 NaN NaN NaN NaN NaN NaN \n", + "8 NaN NaN NaN NaN NaN NaN \n", + "9 NaN NaN NaN NaN NaN NaN \n", + "\n", + " retweets_count likes_count \\\n", + "0 NaN NaN \n", + "1 NaN NaN \n", + "2 NaN NaN \n", + "3 NaN NaN \n", + "4 NaN NaN \n", + "5 NaN NaN \n", + "6 NaN NaN \n", + "7 NaN NaN \n", + "8 NaN NaN \n", + "9 NaN NaN \n", + "\n", + " tidy_tweets \\\n", + "0 Please ignore prior tweets, as that was someon... \n", + "1 @TheOnion So true :) \n", + "2 If you ever wanted to know the *real* truth ab... \n", + "3 Walked around a neighborhood recently rebuilt ... \n", + "4 It was Xmas, so we brought presents for the ki... \n", + "5 Met with UNICEF, Doctors Without Borders and A... \n", + "6 Just returned from a trip to Haiti. Covered a ... \n", + "7 Single character Tweets are the ulitmate exten... \n", + "8 I \n", + "9 Theussians are having some challenges with the... \n", + "\n", + " absolute_tidy_tweets \n", + "0 Please ignore prior tweets someone pretending ... \n", + "1 TheOnion So true \n", + "2 If ever wanted know real truth moon landings b... \n", + "3 Walked around neighborhood recently rebuilt he... \n", + "4 It Xmas brought presents kids orphanage They d... \n", + "5 Met UNICEF Doctors Without Borders Artists Pea... \n", + "6 Just returned trip Haiti Covered lot ground sa... \n", + "7 Single character Tweets ulitmate extension Twi... \n", + "8 I \n", + "9 Theussians challenges rockets Too many enginee... \n", + "\n", + "[10 rows x 46 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0idconversation_idcreated_atdatetimezoneplacetweetlanguagehashtags...translatetrans_srctrans_desttimementionsreplies_countretweets_countlikes_counttidy_tweetsabsolute_tidy_tweets
00.015434727182154347271821275676317000.02010-06-04 18:31:570NaNPlease ignore prior tweets, as that was someon...en[]...NaNNaNNaNNaNNaNNaNNaNNaNPlease ignore prior tweets, as that was someon...Please ignore prior tweets someone pretending ...
10.01521536376390287361521518476149432331325111228000.02011-12-28 22:27:080NaN@TheOnion So true :)en[]...NaNNaNNaNNaNNaNNaNNaNNaN@TheOnion So true :)TheOnion So true
21.01518093150266368001518093150266368001325029135000.02011-12-27 23:38:550NaNIf you ever wanted to know the *real* truth ab...en[]...NaNNaNNaNNaNNaNNaNNaNNaNIf you ever wanted to know the *real* truth ab...If ever wanted know real truth moon landings b...
32.01513389393897062421513389393897062421324916990000.02011-12-26 16:29:500NaNWalked around a neighborhood recently rebuilt ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNWalked around a neighborhood recently rebuilt ...Walked around neighborhood recently rebuilt he...
43.01513372374292398081513372374292398081324916584000.02011-12-26 16:23:040NaNIt was Xmas, so we brought presents for the ki...en[]...NaNNaNNaNNaNNaNNaNNaNNaNIt was Xmas, so we brought presents for the ki...It Xmas brought presents kids orphanage They d...
54.01513277348434452491513277348434452491324914318000.02011-12-26 15:45:180NaNMet with UNICEF, Doctors Without Borders and A...en[]...NaNNaNNaNNaNNaNNaNNaNNaNMet with UNICEF, Doctors Without Borders and A...Met UNICEF Doctors Without Borders Artists Pea...
65.01513222931744194561513222931744194561324913020000.02011-12-26 15:23:400NaNJust returned from a trip to Haiti. Covered a ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNJust returned from a trip to Haiti. Covered a ...Just returned trip Haiti Covered lot ground sa...
76.01513176722174197771513176722174197771324911919000.02011-12-26 15:05:190NaNSingle character Tweets are the ulitmate exten...en[]...NaNNaNNaNNaNNaNNaNNaNNaNSingle character Tweets are the ulitmate exten...Single character Tweets ulitmate extension Twi...
87.01511517776627793921511517776627793921324872366000.02011-12-26 04:06:060NaNIund[]...NaNNaNNaNNaNNaNNaNNaNNaNII
98.01503906245526159371503906245526159371324690893000.02011-12-24 01:41:330NaNThe Russians are having some challenges with t...en[]...NaNNaNNaNNaNNaNNaNNaNNaNTheussians are having some challenges with the...Theussians challenges rockets Too many enginee...
\n", + "

10 rows × 46 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 26 + } + ] + }, + { + "cell_type": "code", + "source": [ + "tokenized_tweet = df['absolute_tidy_tweets'].apply(lambda x: x.split())\n", + "tokenized_tweet.head()" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "TlgbTFR95qQE", + "outputId": "4c06dba9-ab48-4d6e-cdf9-2c3e261872b6" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + "0 [Please, ignore, prior, tweets, someone, prete...\n", + "1 [TheOnion, So, true]\n", + "2 [If, ever, wanted, know, real, truth, moon, la...\n", + "3 [Walked, around, neighborhood, recently, rebui...\n", + "4 [It, Xmas, brought, presents, kids, orphanage,...\n", + "Name: absolute_tidy_tweets, dtype: object" + ] + }, + "metadata": {}, + "execution_count": 27 + } + ] + }, + { + "cell_type": "code", + "source": [ + "import nltk\n", + "nltk.download('omw-1.4')\n", + " " + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "P0LsIz006IZu", + "outputId": "d15521f9-229f-4ee2-bb62-f621d28bcd98" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "[nltk_data] Downloading package omw-1.4 to /root/nltk_data...\n" + ] + }, + { + "output_type": "execute_result", + "data": { + "text/plain": [ + "True" + ] + }, + "metadata": {}, + "execution_count": 28 + } + ] + }, + { + "cell_type": "code", + "source": [ + "word_lemmatizer = WordNetLemmatizer()\n", + "\n", + "tokenized_tweet = tokenized_tweet.apply(lambda x: [word_lemmatizer.lemmatize(i) for i in x])\n", + "tokenized_tweet.head()" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "RIB0CsLU5zqD", + "outputId": "33cc25af-8c19-4aa4-a359-965219a9b528" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + "0 [Please, ignore, prior, tweet, someone, preten...\n", + "1 [TheOnion, So, true]\n", + "2 [If, ever, wanted, know, real, truth, moon, la...\n", + "3 [Walked, around, neighborhood, recently, rebui...\n", + "4 [It, Xmas, brought, present, kid, orphanage, T...\n", + "Name: absolute_tidy_tweets, dtype: object" + ] + }, + "metadata": {}, + "execution_count": 29 + } + ] + }, + { + "cell_type": "code", + "source": [ + "for i, tokens in enumerate(tokenized_tweet):\n", + " tokenized_tweet[i] = ' '.join(tokens)\n", + "\n", + "df['absolute_tidy_tweets'] = tokenized_tweet\n", + "df.head(10)" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 1000 + }, + "id": "k1C_Mpqo6Z0d", + "outputId": "fcb278b1-114d-4b3c-8427-82412913193f" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " Unnamed: 0 id conversation_id created_at \\\n", + "0 0.0 15434727182 15434727182 1275676317000.0 \n", + "1 0.0 152153637639028736 152151847614943233 1325111228000.0 \n", + "2 1.0 151809315026636800 151809315026636800 1325029135000.0 \n", + "3 2.0 151338939389706242 151338939389706242 1324916990000.0 \n", + "4 3.0 151337237429239808 151337237429239808 1324916584000.0 \n", + "5 4.0 151327734843445249 151327734843445249 1324914318000.0 \n", + "6 5.0 151322293174419456 151322293174419456 1324913020000.0 \n", + "7 6.0 151317672217419777 151317672217419777 1324911919000.0 \n", + "8 7.0 151151777662779392 151151777662779392 1324872366000.0 \n", + "9 8.0 150390624552615937 150390624552615937 1324690893000.0 \n", + "\n", + " date timezone place \\\n", + "0 2010-06-04 18:31:57 0 NaN \n", + "1 2011-12-28 22:27:08 0 NaN \n", + "2 2011-12-27 23:38:55 0 NaN \n", + "3 2011-12-26 16:29:50 0 NaN \n", + "4 2011-12-26 16:23:04 0 NaN \n", + "5 2011-12-26 15:45:18 0 NaN \n", + "6 2011-12-26 15:23:40 0 NaN \n", + "7 2011-12-26 15:05:19 0 NaN \n", + "8 2011-12-26 04:06:06 0 NaN \n", + "9 2011-12-24 01:41:33 0 NaN \n", + "\n", + " tweet language hashtags ... \\\n", + "0 Please ignore prior tweets, as that was someon... en [] ... \n", + "1 @TheOnion So true :) en [] ... \n", + "2 If you ever wanted to know the *real* truth ab... en [] ... \n", + "3 Walked around a neighborhood recently rebuilt ... en [] ... \n", + "4 It was Xmas, so we brought presents for the ki... en [] ... \n", + "5 Met with UNICEF, Doctors Without Borders and A... en [] ... \n", + "6 Just returned from a trip to Haiti. Covered a ... en [] ... \n", + "7 Single character Tweets are the ulitmate exten... en [] ... \n", + "8 I und [] ... \n", + "9 The Russians are having some challenges with t... en [] ... \n", + "\n", + " translate trans_src trans_dest time mentions replies_count \\\n", + "0 NaN NaN NaN NaN NaN NaN \n", + "1 NaN NaN NaN NaN NaN NaN \n", + "2 NaN NaN NaN NaN NaN NaN \n", + "3 NaN NaN NaN NaN NaN NaN \n", + "4 NaN NaN NaN NaN NaN NaN \n", + "5 NaN NaN NaN NaN NaN NaN \n", + "6 NaN NaN NaN NaN NaN NaN \n", + "7 NaN NaN NaN NaN NaN NaN \n", + "8 NaN NaN NaN NaN NaN NaN \n", + "9 NaN NaN NaN NaN NaN NaN \n", + "\n", + " retweets_count likes_count \\\n", + "0 NaN NaN \n", + "1 NaN NaN \n", + "2 NaN NaN \n", + "3 NaN NaN \n", + "4 NaN NaN \n", + "5 NaN NaN \n", + "6 NaN NaN \n", + "7 NaN NaN \n", + "8 NaN NaN \n", + "9 NaN NaN \n", + "\n", + " tidy_tweets \\\n", + "0 Please ignore prior tweets, as that was someon... \n", + "1 @TheOnion So true :) \n", + "2 If you ever wanted to know the *real* truth ab... \n", + "3 Walked around a neighborhood recently rebuilt ... \n", + "4 It was Xmas, so we brought presents for the ki... \n", + "5 Met with UNICEF, Doctors Without Borders and A... \n", + "6 Just returned from a trip to Haiti. Covered a ... \n", + "7 Single character Tweets are the ulitmate exten... \n", + "8 I \n", + "9 Theussians are having some challenges with the... \n", + "\n", + " absolute_tidy_tweets \n", + "0 Please ignore prior tweet someone pretending T... \n", + "1 TheOnion So true \n", + "2 If ever wanted know real truth moon landing be... \n", + "3 Walked around neighborhood recently rebuilt he... \n", + "4 It Xmas brought present kid orphanage They don... \n", + "5 Met UNICEF Doctors Without Borders Artists Pea... \n", + "6 Just returned trip Haiti Covered lot ground sa... \n", + "7 Single character Tweets ulitmate extension Twi... \n", + "8 I \n", + "9 Theussians challenge rocket Too many engineer ... \n", + "\n", + "[10 rows x 46 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0idconversation_idcreated_atdatetimezoneplacetweetlanguagehashtags...translatetrans_srctrans_desttimementionsreplies_countretweets_countlikes_counttidy_tweetsabsolute_tidy_tweets
00.015434727182154347271821275676317000.02010-06-04 18:31:570NaNPlease ignore prior tweets, as that was someon...en[]...NaNNaNNaNNaNNaNNaNNaNNaNPlease ignore prior tweets, as that was someon...Please ignore prior tweet someone pretending T...
10.01521536376390287361521518476149432331325111228000.02011-12-28 22:27:080NaN@TheOnion So true :)en[]...NaNNaNNaNNaNNaNNaNNaNNaN@TheOnion So true :)TheOnion So true
21.01518093150266368001518093150266368001325029135000.02011-12-27 23:38:550NaNIf you ever wanted to know the *real* truth ab...en[]...NaNNaNNaNNaNNaNNaNNaNNaNIf you ever wanted to know the *real* truth ab...If ever wanted know real truth moon landing be...
32.01513389393897062421513389393897062421324916990000.02011-12-26 16:29:500NaNWalked around a neighborhood recently rebuilt ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNWalked around a neighborhood recently rebuilt ...Walked around neighborhood recently rebuilt he...
43.01513372374292398081513372374292398081324916584000.02011-12-26 16:23:040NaNIt was Xmas, so we brought presents for the ki...en[]...NaNNaNNaNNaNNaNNaNNaNNaNIt was Xmas, so we brought presents for the ki...It Xmas brought present kid orphanage They don...
54.01513277348434452491513277348434452491324914318000.02011-12-26 15:45:180NaNMet with UNICEF, Doctors Without Borders and A...en[]...NaNNaNNaNNaNNaNNaNNaNNaNMet with UNICEF, Doctors Without Borders and A...Met UNICEF Doctors Without Borders Artists Pea...
65.01513222931744194561513222931744194561324913020000.02011-12-26 15:23:400NaNJust returned from a trip to Haiti. Covered a ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNJust returned from a trip to Haiti. Covered a ...Just returned trip Haiti Covered lot ground sa...
76.01513176722174197771513176722174197771324911919000.02011-12-26 15:05:190NaNSingle character Tweets are the ulitmate exten...en[]...NaNNaNNaNNaNNaNNaNNaNNaNSingle character Tweets are the ulitmate exten...Single character Tweets ulitmate extension Twi...
87.01511517776627793921511517776627793921324872366000.02011-12-26 04:06:060NaNIund[]...NaNNaNNaNNaNNaNNaNNaNNaNII
98.01503906245526159371503906245526159371324690893000.02011-12-24 01:41:330NaNThe Russians are having some challenges with t...en[]...NaNNaNNaNNaNNaNNaNNaNNaNTheussians are having some challenges with the...Theussians challenge rocket Too many engineer ...
\n", + "

10 rows × 46 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 30 + } + ] + }, + { + "cell_type": "code", + "source": [ + "class PhraseExtractHelper(object):\n", + " def __init__(self):\n", + " self.lemmatizer = nltk.WordNetLemmatizer()\n", + " self.stemmer = nltk.stem.porter.PorterStemmer()\n", + " \n", + " def leaves(self, tree):\n", + " for subtree in tree.subtrees(filter = lambda t: t.label()=='NP'):\n", + " yield subtree.leaves()\n", + "\n", + " def normalise(self, word):\n", + " word = word.lower()\n", + " word = self.lemmatizer.lemmatize(word)\n", + " return word\n", + "\n", + " def acceptable_word(self, word):\n", + " accepted = bool(3 <= len(word) <= 40\n", + " and word.lower() not in stopwords\n", + " and 'https' not in word.lower()\n", + " and 'http' not in word.lower()\n", + " and '#' not in word.lower()\n", + " )\n", + " return accepted\n", + "\n", + " def get_terms(self, tree):\n", + " for leaf in self.leaves(tree):\n", + " term = [ self.normalise(w) for w,t in leaf if self.acceptable_word(w) ]\n", + " yield term" + ], + "metadata": { + "id": "H0hnOJIN6jNr" + }, + "execution_count": null, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "sentence_re = r'(?:(?:[A-Z])(?:.[A-Z])+.?)|(?:\\w+(?:-\\w+)*)|(?:\\$?\\d+(?:.\\d+)?%?)|(?:...|)(?:[][.,;\"\\'?():-_`])'\n", + "grammar = r\"\"\"\n", + " NBAR:\n", + " {*} \n", + " \n", + " NP:\n", + " {}\n", + " {} \n", + "\"\"\"\n", + "chunker = nltk.RegexpParser(grammar)" + ], + "metadata": { + "id": "YSM7ejfX7amh" + }, + "execution_count": null, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "key_phrases = []\n", + "phrase_extract_helper = PhraseExtractHelper()\n", + "\n", + "for index, row in df.iterrows(): \n", + " toks = nltk.regexp_tokenize(row.tidy_tweets, sentence_re)\n", + " postoks = nltk.tag.pos_tag(toks)\n", + " tree = chunker.parse(postoks)\n", + "\n", + " terms = phrase_extract_helper.get_terms(tree)\n", + " tweet_phrases = []\n", + "\n", + " for term in terms:\n", + " if len(term):\n", + " tweet_phrases.append(' '.join(term))\n", + " \n", + " key_phrases.append(tweet_phrases)\n", + " \n", + "key_phrases[:10]" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "Sk6p620U8K5B", + "outputId": "9e59023f-44ce-40fb-c884-0a110489d24c" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n" + ] + }, + { + "output_type": "execute_result", + "data": { + "text/plain": [ + "[['please', 'prior tweet', 'someone pretending'],\n", + " ['theonion'],\n", + " ['real truth', 'moon landing ...', 'onion article'],\n", + " ['neighborhood', 'help', ' apj', 'others'],\n", + " ['xmas', 'present', 'kid', 'orphanage'],\n", + " ['met',\n", + " ' uni cef, doctor',\n", + " 'border',\n", + " 'artist',\n", + " 'peace & j ustice',\n", + " 'others'],\n", + " ['trip', 'haiti', 'lot', 'ground', 'many tough situation', 'lot', 'help'],\n", + " ['single character tweet', 'ulitmate extension', 'twitmeme'],\n", + " [],\n", + " ['theussians', 'challenge', 'rocket', 'engineer']]" + ] + }, + "metadata": {}, + "execution_count": 33 + } + ] + }, + { + "cell_type": "code", + "source": [ + "target_variable = df['tweet'].apply(lambda x: 0 if x=='neg' else 1)" + ], + "metadata": { + "id": "1V2BYy4q1f0h" + }, + "execution_count": null, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "def naive_model(X_train, X_test, y_train, y_test):\n", + " naive_classifier = GaussianNB()\n", + " naive_classifier.fit(X_train.toarray(), y_train)\n", + "\n", + " predictions = naive_classifier.predict(X_test.toarray())\n", + "\n", + " \n", + " print(f'Accuracy Score - {accuracy_score(y_test, predictions)}')\n", + " " + ], + "metadata": { + "id": "xVkKEmjV2KDH" + }, + "execution_count": null, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "X_train, X_test, y_train, y_test = train_test_split(tfidf_word_feature, target_variable, test_size=0.3, random_state=272)\n", + "naive_model(X_train, X_test, y_train, y_test)" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "-oEzyB4o2sD6", + "outputId": "8e6db025-bfd3-440f-9ace-a6bedc93a7b0" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Accuracy Score - 1.0\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "df['tweet'][2]" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 35 + }, + "id": "Wa8PSTuR3TzX", + "outputId": "90962031-08de-4689-a530-f69d5d42d732" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + "'If you ever wanted to know the *real* truth about the moon landings ...(best Onion article ever) http://t.co/pgNEJsjI'" + ], + "application/vnd.google.colaboratory.intrinsic+json": { + "type": "string" + } + }, + "metadata": {}, + "execution_count": 49 + } + ] + } + ] +} \ No newline at end of file diff --git a/task1/2010.csv b/task1/2010.csv new file mode 100644 index 0000000..a578549 --- /dev/null +++ b/task1/2010.csv @@ -0,0 +1,2 @@ +,id,conversation_id,created_at,date,timezone,place,tweet,language,hashtags,cashtags,user_id,user_id_str,username,name,day,hour,link,urls,photos,video,thumbnail,retweet,nlikes,nreplies,nretweets,quote_url,search,near,geo,source,user_rt_id,user_rt,retweet_id,reply_to,retweet_date,translate,trans_src,trans_dest +0,15434727182,15434727182,1275676317000.0,2010-06-04 18:31:57,+0000,,"Please ignore prior tweets, as that was someone pretending to be me :) This is actually me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/15434727182,[],[],0,,False,4652,391,348,,None,,,,,,,[],,,, diff --git a/task1/2011.csv b/task1/2011.csv new file mode 100644 index 0000000..5b7b948 --- /dev/null +++ b/task1/2011.csv @@ -0,0 +1,28 @@ +,id,conversation_id,created_at,date,timezone,place,tweet,language,hashtags,cashtags,user_id,user_id_str,username,name,day,hour,link,urls,photos,video,thumbnail,retweet,nlikes,nreplies,nretweets,quote_url,search,near,geo,source,user_rt_id,user_rt,retweet_id,reply_to,retweet_date,translate,trans_src,trans_dest +0,152153637639028736,152151847614943233,1325111228000.0,2011-12-28 22:27:08,+0000,,@TheOnion So true :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/152153637639028736,[],[],0,,False,12,7,1,,None,,,,,,,[],,,, +1,151809315026636800,151809315026636800,1325029135000.0,2011-12-27 23:38:55,+0000,,If you ever wanted to know the *real* truth about the moon landings ...(best Onion article ever) http://t.co/pgNEJsjI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/151809315026636800,['http://j.mp/vLhhov'],[],0,,False,39,13,34,,None,,,,,,,[],,,, +2,151338939389706242,151338939389706242,1324916990000.0,2011-12-26 16:29:50,+0000,,Walked around a neighborhood recently rebuilt with help from APJ and others http://t.co/KYHjsS1k,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151338939389706242,[],['https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg'],1,https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg,False,155,9,18,,None,,,,,,,[],,,, +3,151337237429239808,151337237429239808,1324916584000.0,2011-12-26 16:23:04,+0000,,"It was Xmas, so we brought presents for the kids at the orphanage. They don't usually get much. http://t.co/r8qfluIG",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151337237429239808,[],['https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg'],1,https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg,False,158,15,13,,None,,,,,,,[],,,, +4,151327734843445249,151327734843445249,1324914318000.0,2011-12-26 15:45:18,+0000,,"Met with UNICEF, Doctors Without Borders and Artists for Peace & Justice. I support them and would recommend others do too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151327734843445249,[],[],0,,False,20,5,31,,None,,,,,,,[],,,, +5,151322293174419456,151322293174419456,1324913020000.0,2011-12-26 15:23:40,+0000,,Just returned from a trip to Haiti. Covered a lot of ground and saw many tough situations. They need a lot of help.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151322293174419456,[],[],0,,False,26,16,14,,None,,,,,,,[],,,, +6,151317672217419777,151317672217419777,1324911919000.0,2011-12-26 15:05:19,+0000,,Single character Tweets are the ulitmate extension of the Twitmeme...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151317672217419777,[],[],0,,False,23,30,6,,None,,,,,,,[],,,, +7,151151777662779392,151151777662779392,1324872366000.0,2011-12-26 04:06:06,+0000,,I,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/151151777662779392,[],[],0,,False,176,27,89,,None,,,,,,,[],,,, +8,150390624552615937,150390624552615937,1324690893000.0,2011-12-24 01:41:33,+0000,,The Russians are having some challenges with their rockets. Too many of the engineers that designed them have retired: http://t.co/rEs7spSU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150390624552615937,['http://ow.ly/89k5F'],[],0,,False,17,27,14,,None,,,,,,,[],,,, +9,150388617246801920,150388617246801920,1324690415000.0,2011-12-24 01:33:35,+0000,,We had a long and interesting conversation on many subjects. He has exciting ideas for extending his creative talents beyond music.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150388617246801920,[],[],0,,False,41,11,6,,None,,,,,,,[],,,, +10,150387544402575360,150387544402575360,1324690159000.0,2011-12-24 01:29:19,+0000,,Kanye stopped by the SpaceX rocket factory today. http://t.co/6z7gHBn6,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150387544402575360,[],['https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg'],1,https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg,False,117055,1332,8414,,None,,,,,,,[],,,, +11,149813972915339264,149813972915339264,1324553410000.0,2011-12-22 11:30:10,+0000,,Model S options are out! Performance in red and black for me. I will deliver my car in June/July. http://t.co/acnyP4nh,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/149813972915339264,[],['https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg'],1,https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg,False,444,40,52,,None,,,,,,,[],,,, +12,149787827712958464,149787827712958464,1324547176000.0,2011-12-22 09:46:16,+0000,,"Hi, I'm Art Garfunkel. Have you heard the sound of silence? Because, you know, it makes a sound... http://t.co/7vgya9xL",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/149787827712958464,[],['https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg'],1,https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg,False,896,86,150,,None,,,,,,,[],,,, +13,149688828599349251,149688828599349251,1324523572000.0,2011-12-22 03:12:52,+0000,,Raul Campos invited me to do a guest DJ gig on KCRW. Hear my random holiday season music selections at http://t.co/o6FQASvC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/149688828599349251,['http://ow.ly/87gEb'],[],0,,False,9,6,4,,None,,,,,,,[],,,, +14,149629518267695104,149629518267695104,1324509431000.0,2011-12-21 23:17:11,+0000,,Yum! Even better than deep fried butter: http://t.co/Ody21NuD,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/149629518267695104,['http://ow.ly/877EB'],[],0,,False,10,7,2,,None,,,,,,,[],,,, +15,149447517325635584,149447517325635584,1324466039000.0,2011-12-21 11:13:59,+0000,,"Yeah, this really is me, as my Mom @mayemusk will attest. Not sure I can handle just doing 140 char missives. Will put longer thoughts on G+",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149447517325635584,[],[],0,,False,34,11,4,,None,,,,,,,[],,,, +16,149444078210256896,149444078210256896,1324465219000.0,2011-12-21 11:00:19,+0000,,"Got called randomly by Kanye West today and received a download of his thoughts, ranging from shoes to Moses. He was polite, but opaque.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149444078210256896,[],[],0,,False,1068,19,546,,None,,,,,,,[],,,, +17,149441101684686848,149441101684686848,1324464509000.0,2011-12-21 10:48:29,+0000,,His singing and acting talent will be sorely missed: http://t.co/IIFKob75 South Park sequel coming soon...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149441101684686848,['http://www.youtube.com/watch?v=jdug6yHJB40&feature=related'],[],0,,False,32,6,2,,None,,,,,,,[],,,, +18,149439686702661632,149439686702661632,1324464172000.0,2011-12-21 10:42:52,+0000,,Why does the crowd cry over the glorious leader Kim Il Sung's death? Fear of being shot may play a role: http://t.co/hoQrYtG1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149439686702661632,['http://ow.ly/86gDA'],[],0,,False,23,20,9,,None,,,,,,,[],,,, +19,149436471764459520,149436471764459520,1324463405000.0,2011-12-21 10:30:05,+0000,,Sam Harris also wrote a nice piece on the awesomeness of Hitchens: http://t.co/fPkLiK3v May the good man RIP.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149436471764459520,['http://www.samharris.org/blog/item/hitch/'],[],0,,False,103,12,21,,None,,,,,,,[],,,, +20,149435658115612672,149435658115612672,1324463211000.0,2011-12-21 10:26:51,+0000,,"Read ""Lying"", the new book by my friend Sam Harris. Excellent cover art and lots of good reasons not to lie!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149435658115612672,[],[],0,,False,60,12,13,,None,,,,,,,[],,,, +21,143171132814671872,143171132814671872,1322969632000.0,2011-12-04 03:33:52,+0000,,Am reading a great biography of Ben Franklin by Isaacson. Highly recommended.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/143171132814671872,[],[],0,,False,65,17,9,,None,,,,,,,[],,,, +22,142881284019060736,142881284019060736,1322900527000.0,2011-12-03 08:22:07,+0000,,That was a total non sequitur btw,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142881284019060736,[],[],0,,False,53,31,6,,None,,,,,,,[],,,, +23,142880871391838208,142880871391838208,1322900428000.0,2011-12-03 08:20:28,+0000,,"Great Voltaire quote, arguably better than Twain. Hearing news of his own death, Voltaire replied the reports were true, only premature.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142880871391838208,[],[],0,,False,29,7,25,,None,,,,,,,[],,,, +24,142188458125963264,142188458125963264,1322735344000.0,2011-12-01 10:29:04,+0000,,I made the volume on the Model S http://t.co/wMCnT53M go to 11. Now I just need to work in a miniature Stonehenge...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/142188458125963264,['http://ow.ly/i/mtD7'],[],0,,False,78,31,9,,None,,,,,,,[],,,, +25,142179928203460608,142179928203460608,1322733311000.0,2011-12-01 09:55:11,+0000,,"Went to Iceland on Sat to ride bumper cars on ice! No, not the country, Vlad's rink in Van Nuys. Awesome family fun :) http://t.co/rBQXJ9IT",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/142179928203460608,[],['https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg'],1,https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg,False,189,32,15,,None,,,,,,,[],,,, +26,15434727182,15434727182,1275676317000.0,2010-06-04 18:31:57,+0000,,"Please ignore prior tweets, as that was someone pretending to be me :) This is actually me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/15434727182,[],[],0,,False,4652,391,348,,None,,,,,,,[],,,, diff --git a/task1/2012.csv b/task1/2012.csv new file mode 100644 index 0000000..f7d1bcd --- /dev/null +++ b/task1/2012.csv @@ -0,0 +1,314 @@ +,id,conversation_id,created_at,date,timezone,place,tweet,language,hashtags,cashtags,user_id,user_id_str,username,name,day,hour,link,urls,photos,video,thumbnail,retweet,nlikes,nreplies,nretweets,quote_url,search,near,geo,source,user_rt_id,user_rt,retweet_id,reply_to,retweet_date,translate,trans_src,trans_dest +0,283703150123315200,276194361442705408,1356475076000.0,2012-12-25 22:37:56,+0000,,@KarlSchroeder Interesting premise. I will read it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/283703150123315200,[],[],0,,False,4,5,2,,None,,,,,,,[],,,, +1,283694250980429824,283529317722488832,1356472954000.0,2012-12-25 22:02:34,+0000,,@TristanLaurent V cute! Merry Xmas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/283694250980429824,[],[],0,,False,3,2,0,,None,,,,,,,[],,,, +2,283040346538115075,283040346538115075,1356317052000.0,2012-12-24 02:44:12,+0000,,Cowboy riding the rocket no problemo http://t.co/YZdNpwX3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283040346538115075,[],['https://pbs.twimg.com/media/A-2PshDCAAA86B1.jpg'],1,https://pbs.twimg.com/media/A-2PshDCAAA86B1.jpg,False,175,36,161,,None,,,,,,,[],,,, +3,283037363763032066,283037363763032066,1356316340000.0,2012-12-24 02:32:20,+0000,,Single camera view of the 40 meter rocket hover http://t.co/Zlh7xC7T,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283037363763032066,['http://youtu.be/Zz-NYeH-CEY'],[],0,,False,108,31,196,,None,,,,,,,[],,,, +4,283034463372464129,283034463372464129,1356315649000.0,2012-12-24 02:20:49,+0000,,Then we took him for a ride: 40 meter hover flight vid of the SpaceX Grasshopper test rocket http://t.co/2563ykr2,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283034463372464129,['http://youtu.be/B4PEXLODw9c'],[],0,,False,140,48,313,,None,,,,,,,[],,,, +5,283032287602413568,283032287602413568,1356315131000.0,2012-12-24 02:12:11,+0000,,"To provide a little perspective on the size of Grasshopper, we added a 6 ft cowboy to the rocket http://t.co/3NMYJqmd",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283032287602413568,[],['https://pbs.twimg.com/media/A-2IXbMCEAAwU3H.jpg'],1,https://pbs.twimg.com/media/A-2IXbMCEAAwU3H.jpg,False,215,28,201,,None,,,,,,,[],,,, +6,281541900916371457,281541900916371457,1355959794000.0,2012-12-19 23:29:54,+0000,,Very much agree with this great review of Chasing Ice on Ars Technica http://t.co/bzMQQyAk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/281541900916371457,['http://arstechnica.com/science/2012/12/glacier-documentary-chasing-ice-is-stunning-somber/'],[],0,,False,30,10,50,,None,,,,,,,[],,,, +7,281207435140685824,281207435140685824,1355880051000.0,2012-12-19 01:20:51,+0000,,"Thanks! “@ev: Have driven a Tesla Model S 50 miles now. It's clearly the iPhone of cars—by far the best car ever made.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/281207435140685824,[],[],0,,False,68,28,88,,None,,,,,,,[],,,, +8,280739170903789568,280739170903789568,1355768408000.0,2012-12-17 18:20:08,+0000,,A beautiful and awe-inspiring view of Earth from the International Space Station http://t.co/434j058M,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/280739170903789568,['http://youtu.be/3burujJOWRA'],[],0,,False,200,23,325,,None,,,,,,,[],,,, +9,279598935641833474,279598935641833474,1355496555000.0,2012-12-14 14:49:15,+0000,,Good piece on volcanoes “@DanRetz: The USGS would seem to disagree. http://t.co/evnCgdC4”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279598935641833474,['http://volcanoes.usgs.gov/hazards/gas/climate.php'],[],0,,False,23,8,13,,None,,,,,,,[],,,, +10,279597699945361408,279591897473896448,1355496260000.0,2012-12-14 14:44:20,+0000,,@prbowman Roughly equivalent to a 747 flight from LA to London (one way).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279597699945361408,[],[],0,,False,10,4,0,,None,,,,,,,[],,,, +11,279597307673067520,279591897473896448,1355496167000.0,2012-12-14 14:42:47,+0000,,@ImprobableToad That's why I'm a believer in solar power. We have a giant fusion reactor conveniently located in the sky.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279597307673067520,[],[],0,,False,11,1,10,,None,,,,,,,[],,,, +12,279591897473896448,279591897473896448,1355494877000.0,2012-12-14 14:21:17,+0000,,"Exactly MT ""@DanRetz IMHO: continuing the uncontrolled experiment of adding co2 to atmosphere is a bad idea.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279591897473896448,[],[],0,,False,25,21,57,,None,,,,,,,[],,,, +13,279586009954516992,279586009954516992,1355493473000.0,2012-12-14 13:57:53,+0000,,It is hard to argue with a thermometer. Global warming is real and accelerating. Wish it wasn't. http://t.co/wB4w9coU,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/279586009954516992,['http://news.yahoo.com/ap-gfk-poll-science-doubters-world-warming-080143113.html'],[],0,,False,42,27,145,,None,,,,,,,[],,,, +14,278953918338326528,278953918338326528,1355342771000.0,2012-12-12 20:06:11,+0000,,Cool video recap of the big events of the year by Google #Zeitgeist2012 http://t.co/FZjy4vkL,en,['zeitgeist2012'],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/278953918338326528,['http://google.com/zeitgeist/2012'],[],0,,False,65,12,119,,None,,,,,,,[],,,, +15,278918251730305025,278917625273262081,1355334267000.0,2012-12-12 17:44:27,+0000,,"@Neowolf2 Relative to kerosene, methane is not prone to coking, but we would run v high purity anyway for max Isp.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278918251730305025,[],[],0,,False,6,1,0,,None,,,,,,,[],,,, +16,278917332657651712,278910105804734464,1355334048000.0,2012-12-12 17:40:48,+0000,,"@chrisbrandow @TEA_in_Space Yup or Douglas Aircraft, creator of the awesome DC-3 http://t.co/4o8OHDCo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278917332657651712,['http://en.wikipedia.org/wiki/Douglas_Aircraft_Company'],[],0,,False,4,4,0,,None,,,,,,,[],,,, +17,278915899501727744,278910105804734464,1355333707000.0,2012-12-12 17:35:07,+0000,,"My big worry would be long (hopefully) term when I'm dead, eg v sad situation with once great HP @TEA_in_Space",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278915899501727744,[],[],0,,False,8,7,10,,None,,,,,,,[],,,, +18,278913921891586049,278910105804734464,1355333235000.0,2012-12-12 17:27:15,+0000,,"SpaceX will go public at some point, as I think it should ultimately be owned primarily by the public ""@bm_ will SpaceX go public?""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278913921891586049,[],[],0,,False,69,29,150,,None,,,,,,,[],,,, +19,278910847768739840,278904436447928320,1355332502000.0,2012-12-12 17:15:02,+0000,,"@IntlManOfRealty Best to study some form of engineering, which is the art of creating useful things that didn't exist before.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278910847768739840,[],[],0,,False,17,5,9,,None,,,,,,,[],,,, +20,278910105804734464,278910105804734464,1355332325000.0,2012-12-12 17:12:05,+0000,,"Tesla articles 30 mins apart: ""This Stock is Screaming Buy"" http://t.co/jb9DCw4s and ""This Stock Could Get DESTROYED"" http://t.co/dqxTK4LJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278910105804734464,"['http://bit.ly/W6cBOV', 'http://bit.ly/UU2xK4']",[],0,,False,43,36,57,,None,,,,,,,[],,,, +21,278331899133452288,278331899133452288,1355194470000.0,2012-12-11 02:54:30,+0000,,Tesla was just approved for a full Class 1 Massachusetts Auto Sales License by a vote of 4 to 1. Much appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/278331899133452288,[],[],0,,False,99,54,207,,None,,,,,,,[],,,, +22,277913865688346624,277913865688346624,1355094803000.0,2012-12-09 23:13:23,+0000,,"Told my kids (age 8 and 6) that we were going to see the Nutcracker, which somehow got translated as the Buttcracker.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/277913865688346624,[],[],0,,False,129,53,117,,None,,,,,,,[],,,, +23,277693768583491584,277693768583491584,1355042328000.0,2012-12-09 08:38:48,+0000,,Congrats to @dmetcalf for being the first to drive a Tesla Model S over 400 miles on a single charge!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/277693768583491584,[],[],0,,False,67,27,167,,None,,,,,,,[],,,, +24,276194361442705408,276194361442705408,1354684841000.0,2012-12-05 05:20:41,+0000,,Interesting possible answer to the Fermi Paradox http://t.co/ASZdxBAl,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/276194361442705408,['http://news.discovery.com/space/do-robots-rule-the-galaxy-121201.html'],[],0,,False,121,50,161,,None,,,,,,,[],,,, +25,275821969415483393,275821969415483393,1354596056000.0,2012-12-04 04:40:56,+0000,,Am happy to report that Tesla was narrowly cash flow positive last week. Continued improvement expected through year end.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/275821969415483393,[],[],0,,False,358,129,691,,None,,,,,,,[],,,, +26,275346615634624514,275346615634624514,1354482723000.0,2012-12-02 21:12:03,+0000,,Uranium ore now available on Amazon! So much more convenient than Uzbekistan #AwesomeXmasGifts http://t.co/jqWAJrnY,en,['awesomexmasgifts'],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/275346615634624514,['http://www.amazon.com/gp/product/B000796XXM/ref=oh_details_o03_s00_i00'],[],0,,False,152,74,678,,None,,,,,,,[],,,, +27,274090388669734912,274087103065894913,1354183215000.0,2012-11-29 10:00:15,+0000,,@shervin Thanks Shervin!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/274090388669734912,[],[],0,,False,42,10,2,,None,,,,,,,[],,,, +28,273596976526942209,273596976526942209,1354065577000.0,2012-11-28 01:19:37,+0000,,"Can't put my finger on it, but for some reason the newsstand is looking particularly good right now http://t.co/gRARJ3xy",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/273596976526942209,[],['https://pbs.twimg.com/media/A8wDACYCYAMpjHX.jpg'],1,https://pbs.twimg.com/media/A8wDACYCYAMpjHX.jpg,False,588,131,661,,None,,,,,,,[],,,, +29,273486358411087872,273486358411087872,1354039203000.0,2012-11-27 18:00:03,+0000,,"But if humanity wishes to become a multi-planet species, then we must figure out how to move millions of people to Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/273486358411087872,[],[],0,,False,227,159,355,,None,,,,,,,[],,,, +30,273485219162648576,273485219162648576,1354038932000.0,2012-11-27 17:55:32,+0000,,"And, yes, I do in fact know that this sounds crazy. That is not lost on me. Nor I do think SpaceX will do this alone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/273485219162648576,[],[],0,,False,76,82,130,,None,,,,,,,[],,,, +31,273483420468932608,273483420468932608,1354038503000.0,2012-11-27 17:48:23,+0000,,"Millions of people needed for Mars colony, so 80k+ would just be the number moving to Mars per year http://t.co/rwMuzVEK",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/273483420468932608,['http://news.yahoo.com/huge-mars-colony-eyed-spacex-founder-elon-musk-120626263.html'],[],0,,False,199,90,616,,None,,,,,,,[],,,, +32,272518429368541184,272518429368541184,1353808431000.0,2012-11-25 01:53:51,+0000,,Short vid of the recent @SpaceX mission to the Intl Space Station http://t.co/Qc963d8B,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/272518429368541184,['http://www.youtube.com/watch?v=K0wZ1MOzFSU&feature=youtu.be'],[],0,,False,139,29,204,,None,,,,,,,[],,,, +33,272129332565123072,272063241780338688,1353715663000.0,2012-11-24 00:07:43,+0000,,@cthorm SS Heart of Gold powered by the Infinite Improbability Drive!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/272129332565123072,[],[],0,,False,14,3,1,,None,,,,,,,[],,,, +34,272063241780338688,272063241780338688,1353699906000.0,2012-11-23 19:45:06,+0000,,My talk for the Royal Aeronautical Society is now online. This gets a little more technical. http://t.co/ZMbkc3jh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/272063241780338688,['http://bit.ly/Y8Enhz'],[],0,,False,177,23,108,,None,,,,,,,[],,,, +35,271814339969826817,271814339969826817,1353640563000.0,2012-11-23 03:16:03,+0000,,"Liam Neeson's ""Life's Too Short"" sketch is super funny http://t.co/nQL7wOx3",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/271814339969826817,['http://www.youtube.com/watch?v=lldrizLu_d8'],[],0,,False,128,14,89,,None,,,,,,,[],,,, +36,271652314744487936,271652314744487936,1353601933000.0,2012-11-22 16:32:13,+0000,,On the plus side...“@newscientist: #Climate change has a silver lining: supersized sweet potatoes http://t.co/zHMYIbL3”,en,['climate'],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/271652314744487936,['http://bit.ly/Sd3dcy'],[],0,,False,17,20,65,,None,,,,,,,[],,,, +37,271642966442000385,271642966442000385,1353599704000.0,2012-11-22 15:55:04,+0000,,Gave a talk on energy and transport at Oxford Univ http://t.co/kbvJf5LO,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/271642966442000385,['http://ow.ly/fuDdG'],[],0,,False,114,23,103,,None,,,,,,,[],,,, +38,271119275673145344,271085808155500544,1353474847000.0,2012-11-21 05:14:07,+0000,,@Thomas_Tregner Exactly!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/271119275673145344,[],[],0,,False,4,5,0,,None,,,,,,,[],,,, +39,271085808155500544,271085808155500544,1353466868000.0,2012-11-21 03:01:08,+0000,,Love this picture of the Curiousity rover on Mars. Landscape looks just like the California desert. http://t.co/02GDasae,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/271085808155500544,[],['https://pbs.twimg.com/media/A8MXGzRCIAAUDQx.jpg'],1,https://pbs.twimg.com/media/A8MXGzRCIAAUDQx.jpg,False,373,91,349,,None,,,,,,,[],,,, +40,270972990756364288,270972990756364288,1353439970000.0,2012-11-20 19:32:50,+0000,,"Btw, I don't think Apple is doomed. Just won't unseat Google from 1st place with Larry P in charge. http://t.co/hsIAekAw",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/270972990756364288,['http://www.businessinsider.com/elon-musk-apple-is-doomed-without-steve-jobs-2012-11'],[],0,,False,71,44,99,,None,,,,,,,[],,,, +41,270970389394518016,270970389394518016,1353439349000.0,2012-11-20 19:22:29,+0000,,"Mass. judge denies auto dealers' demand to kill our little Tesla store. Yay, justice prevails! http://t.co/MqnNYScE",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/270970389394518016,['http://www.autonews.com/apps/pbcs.dll/article?AID=/20121120/RETAIL07/121129989/mass-judge-denies-dealers-request-for-injunction-on-tesla-store'],[],0,,False,85,43,170,,None,,,,,,,[],,,, +42,270781533739175937,270776170184847360,1353394323000.0,2012-11-20 06:52:03,+0000,,"@YOUSRC Amos's article was fair, but his editor chose a more sensational headline & used quotes even though I didn't actually say that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270781533739175937,[],[],0,,False,4,3,3,,None,,,,,,,[],,,, +43,270778128643809282,270778128643809282,1353393511000.0,2012-11-20 06:38:31,+0000,,These articles in Space News describe why Ariane 6 vs 5: http://t.co/IaeYXXK9 and http://t.co/ghs3FG8w,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270778128643809282,"['http://www.spacenews.com/article/citing-spacex-threat-lawmakers-in-france-urge-early-ariane-6-start', 'http://www.spacenews.com/article/next-generation-ariane-tops-agenda-esa-ministerial']",[],0,,False,35,10,38,,None,,,,,,,[],,,, +44,270776170184847360,270776170184847360,1353393044000.0,2012-11-20 06:30:44,+0000,,"Was misquoted by BBC as saying ""Europe's rocket has no chance"". Just said the [Franco-German] Ariane 5 has no chance, so go with Ariane 6.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270776170184847360,[],[],0,,False,36,25,100,,None,,,,,,,[],,,, +45,270421087202992128,270421087202992128,1353308386000.0,2012-11-19 06:59:46,+0000,,"Just returned from a trip to London and Oxford, where I met with many interesting people. I really like Britain!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/270421087202992128,[],[],0,,False,76,41,46,,None,,,,,,,[],,,, +46,269259128277463040,269259128277463040,1353031353000.0,2012-11-16 02:02:33,+0000,,Original article on Model S from @consumerreports: http://t.co/OiXLz618,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/269259128277463040,['http://bit.ly/ZKeMKf'],[],0,,False,34,12,83,,None,,,,,,,[],,,, +47,269249710949289984,269249710949289984,1353029108000.0,2012-11-16 01:25:08,+0000,,Sounds like Consumer Reports had a good experience with the Tesla Model S http://t.co/CT3dgHbh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/269249710949289984,['http://m.usatoday.com/article/news/1706165'],[],0,,False,37,35,87,,None,,,,,,,[],,,, +48,268210066300235776,268210066300235776,1352781237000.0,2012-11-13 04:33:57,+0000,,"Cool story about a @SolarCity installation after hurricane Sandy. Good going, guys! http://t.co/w5FtBbZe",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/268210066300235776,['http://www.teslamotors.com/forum/forums/solar-city-story'],[],0,,False,47,11,73,,None,,,,,,,[],,,, +49,267909403469021184,267909403469021184,1352709553000.0,2012-11-12 08:39:13,+0000,,Alexander Hamilton was awesome http://t.co/2bHf4zS0,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/267909403469021184,['http://www.nytimes.com/2012/11/12/opinion/mr-hamiltons-growth-strategy.html?nl=todaysheadlines&emc=edit_th_20121112'],[],0,,False,84,17,94,,None,,,,,,,[],,,, +50,266295618702553088,266295618702553088,1352324798000.0,2012-11-07 21:46:38,+0000,,View of Grasshopper test rocket from the water tower. Note SUV and person nearby for sense of size. http://t.co/r9yuTRGL,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/266295618702553088,[],['https://pbs.twimg.com/media/A7ISdE5CMAIQxME.jpg'],1,https://pbs.twimg.com/media/A7ISdE5CMAIQxME.jpg,False,149,33,204,,None,,,,,,,[],,,, +51,265708137435258880,265708137435258880,1352184731000.0,2012-11-06 06:52:11,+0000,,"Good skit by Henri, Le Chat Noir. Camus in cat form! http://t.co/XeLUsE9i",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/265708137435258880,['http://youtu.be/R_fUsssnHPw'],[],0,,False,61,14,42,,None,,,,,,,[],,,, +52,264832219040845824,264829895899762688,1351975896000.0,2012-11-03 20:51:36,+0000,,"@Jack_JL Engine gimbals for pitch and yaw, gas thrusters for roll.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/264832219040845824,[],[],0,,False,4,1,1,,None,,,,,,,[],,,, +53,264829895899762688,264829895899762688,1351975342000.0,2012-11-03 20:42:22,+0000,,First flight of 10 story tall Grasshopper rocket using closed loop thrust vector & throttle control http://t.co/NH24BQMH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/264829895899762688,['http://yfrog.us/f362mloybjbosdefkdeoytqsz'],[],0,,False,127,42,216,,None,,,,,,,[],,,, +54,262609273878622208,262365909757358080,1351445904000.0,2012-10-28 17:38:24,+0000,,Reply to @mkrapels: Our avg speed was ummm a little too high. Got a ticket at 92 mph on I-5. We need the Autobahn in CA!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/262609273878622208,[],[],0,,False,43,31,41,,None,,,,,,,[],,,, +55,262605962005868544,262605962005868544,1351445115000.0,2012-10-28 17:25:15,+0000,,V proud of Tesla team for completing 1000th Model S body. More cars made this month than entire rest of year http://t.co/k8XWaEth,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/262605962005868544,[],['https://pbs.twimg.com/media/A6T2uynCcAAUn7b.jpg'],1,https://pbs.twimg.com/media/A6T2uynCcAAUn7b.jpg,False,314,85,340,,None,,,,,,,[],,,, +56,262374155700289536,262365909757358080,1351389848000.0,2012-10-28 02:04:08,+0000,,"Reply to @Astro_yyz: Yes, Model S seats 5 adults + 2 kids with room for luggage in the front trunk. My kids love the rear facing seats best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/262374155700289536,[],[],0,,False,17,19,33,,None,,,,,,,[],,,, +57,262371488181665794,262371488181665794,1351389212000.0,2012-10-28 01:53:32,+0000,,Pic of the Model S getting supercharged with the lovely @TalulahRiley http://t.co/ne5wGvZs,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/262371488181665794,[],['https://pbs.twimg.com/media/A6QhenjCQAEMjLu.jpg'],1,https://pbs.twimg.com/media/A6QhenjCQAEMjLu.jpg,False,245,34,108,,None,,,,,,,[],,,, +58,262365909757358080,262365909757358080,1351387882000.0,2012-10-28 01:31:22,+0000,,Doing LA to SF road trip in Model S with all 5 kids & Talulah. Supercharger finished charging b4 we finished our burgers!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/262365909757358080,[],[],0,,False,88,34,145,,None,,,,,,,[],,,, +59,260475462952824834,260475462952824834,1350937164000.0,2012-10-22 20:19:24,+0000,,Just wrote a blog piece about Tesla stores http://t.co/4Ebs4HIw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/260475462952824834,['http://www.teslamotors.com/blog/tesla-approach-distributing-and-servicing-cars'],[],0,,False,67,18,136,,None,,,,,,,[],,,, +60,256529467911073793,256529467911073793,1349996366000.0,2012-10-11 22:59:26,+0000,,Long exposure shot of Dragon and the Space Station arcing across the night sky over Texas http://t.co/omTht7OP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/256529467911073793,[],['https://pbs.twimg.com/media/A49gMSHCcAEaPhm.jpg'],1,https://pbs.twimg.com/media/A49gMSHCcAEaPhm.jpg,False,292,44,336,,None,,,,,,,[],,,, +61,255107883853819904,255107883853819904,1349657433000.0,2012-10-08 00:50:33,+0000,,Falcon 9 rocket booster has delivered Dragon to its target orbit!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/255107883853819904,[],[],0,,False,184,136,713,,None,,,,,,,[],,,, +62,255046270975094784,255046270975094784,1349642744000.0,2012-10-07 20:45:44,+0000,,Time lapse video of rocket roll out http://t.co/nuHKYrEH Now 3 hours 45 mins to lift off...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/255046270975094784,['http://www.youtube.com/watch?v=2T1dfNoNV7k&feature=youtu.be'],[],0,,False,56,20,112,,None,,,,,,,[],,,, +63,253683768236322817,253683768236322817,1349317898000.0,2012-10-04 02:31:38,+0000,,An update about Tesla http://t.co/A8hQXVNI,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/253683768236322817,['http://www.teslamotors.com/blog/update-elon-musk'],[],0,,False,103,35,325,,None,,,,,,,[],,,, +64,253290635400986624,253280601069719553,1349224168000.0,2012-10-03 00:29:28,+0000,,"@elonmusk Sorry, meant to say EDT.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/253290635400986624,[],[],0,,False,8,10,5,,None,,,,,,,[],,,, +65,253280601069719553,253280601069719553,1349221775000.0,2012-10-02 23:49:35,+0000,,Launching our Falcon 9 rocket and Dragon spacecraft to the Space Station on Sunday at 8:35pm EST! http://t.co/qXK0zJyC,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/253280601069719553,[],['https://pbs.twimg.com/media/A4PVXV_CEAEZtJ4.jpg'],1,https://pbs.twimg.com/media/A4PVXV_CEAEZtJ4.jpg,False,150,56,569,,None,,,,,,,[],,,, +66,252870369487233024,252870369487233024,1349123968000.0,2012-10-01 20:39:28,+0000,,Review of the Model S by @nytimes http://t.co/L0sqgV6f,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/252870369487233024,['http://www.nytimes.com/2012/09/30/automobiles/autoreviews/one-big-step-for-tesla-one-giant-leap-for-evs.html?_r=1&'],[],0,,False,56,22,114,,None,,,,,,,[],,,, +67,252827753643126784,252827753643126784,1349113808000.0,2012-10-01 17:50:08,+0000,,View from landing leg camera on Falcon rocket test rig (aka Grasshopper Project) http://t.co/xhFe87AM,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/252827753643126784,['http://yfrog.us/09qmmivexdorhtchxitvhjzsz'],[],0,,False,43,11,59,,None,,,,,,,[],,,, +68,252528724602400768,252528724602400768,1349042514000.0,2012-09-30 22:01:54,+0000,,"Now test firing our most advanced engine, the Merlin 1D-Vac, at 80 tons of thrust. http://t.co/HGK1joVQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/252528724602400768,[],['https://pbs.twimg.com/media/A4EpiX4CMAABNgY.jpg'],1,https://pbs.twimg.com/media/A4EpiX4CMAABNgY.jpg,False,323,101,605,,None,,,,,,,[],,,, +69,250453089562263552,250453089562263552,1348547644000.0,2012-09-25 04:34:04,+0000,,The Tesla Supercharger will over time allow you to travel anywhere on pure sunlight for free http://t.co/DEscYLLH,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/250453089562263552,['http://finance.yahoo.com/news/tesla-motors-launches-revolutionary-supercharger-032000226.html'],[],0,,False,246,76,842,,None,,,,,,,[],,,, +70,250291772859752449,250291772859752449,1348509183000.0,2012-09-24 17:53:03,+0000,,Model S review by @Wired. Totally agree with criticisms. Corrections coming soon. http://t.co/1zXI3OzB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/250291772859752449,['http://www.wired.com/reviews/2012/09/tesla-model-s/'],[],0,,False,63,25,116,,None,,,,,,,[],,,, +71,249306225177669632,249306225177669632,1348274210000.0,2012-09-22 00:36:50,+0000,,First test flight hop of our Grasshopper VTVL rocket! http://t.co/oomI5vSB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/249306225177669632,['http://yfrog.us/0wusutopshpepnbpmodbgnosz'],[],0,,False,89,40,183,,None,,,,,,,[],,,, +72,248564996022345728,248564996022345728,1348097487000.0,2012-09-19 23:31:27,+0000,,The first owner to drive coast to coast in a Model S is about to complete the journey @XCTeslatrip!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/248564996022345728,[],[],0,,False,26,16,98,,None,,,,,,,[],,,, +73,247510274918199296,247510274918199296,1347846023000.0,2012-09-17 01:40:23,+0000,,Tesla made 100 vehicle bodies this week for the first time. Really proud of the team! Pic of S/N 396: http://t.co/fZzbUIjn,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/247510274918199296,[],['https://pbs.twimg.com/media/A29VSJ8CMAABVwG.jpg'],1,https://pbs.twimg.com/media/A29VSJ8CMAABVwG.jpg,False,141,94,285,,None,,,,,,,[],,,, +74,246419783136976897,246419783136976897,1347586029000.0,2012-09-14 01:27:09,+0000,,Tesla Supercharger unveiling event set for Sept 24. It will feel like alien spaceships landed at highway rest stops.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/246419783136976897,[],[],0,,False,103,58,349,,None,,,,,,,[],,,, +75,246352069332721665,246352069332721665,1347569885000.0,2012-09-13 20:58:05,+0000,,Amazing series of space pics assembled by @theatlantic http://t.co/IUFTYgDn http://t.co/SHEPSWbS,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/246352069332721665,['http://www.theatlantic.com/infocus/2012/09/around-the-solar-system/100368/'],['https://pbs.twimg.com/media/A2s35t7CYAAokaH.jpg'],1,https://pbs.twimg.com/media/A2s35t7CYAAokaH.jpg,False,280,23,318,,None,,,,,,,[],,,, +76,243800936240279552,243800936240279552,1346961647000.0,2012-09-06 20:00:47,+0000,,Tesla Model S driven 285 miles from Vegas to the beach in LA on a single charge by @motortrend http://t.co/8YvO1tsz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/243800936240279552,['http://www.motortrend.com/features/travel/1209_tesla_model_s_las_vegas/viewall.html'],[],0,,False,63,27,211,,None,,,,,,,[],,,, +77,240909270764359680,240909270764359680,1346272220000.0,2012-08-29 20:30:20,+0000,,This piece about Mars in the NYT is worth a read http://t.co/mNB6f1aS,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/240909270764359680,['http://www.nytimes.com/2012/08/28/opinion/the-man-in-the-moon.html?_r=2&emc=eta1'],[],0,,False,134,14,241,,None,,,,,,,[],,,, +78,240620571589738496,240607069827391488,1346203389000.0,2012-08-29 01:23:09,+0000,,"@ticketwaxter Extending life to Mars would ensure humanity's survival and be the greatest, most exciting adventure ever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/240620571589738496,[],[],0,,False,12,8,18,,None,,,,,,,[],,,, +79,240174623948419072,240171772014624768,1346097067000.0,2012-08-27 19:51:07,+0000,,"@JoeBeernink Back of the envelope calc: Merlin wd accelerate Model S at 25 g's, so wd break sound barrier in <1.5 sec",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240174623948419072,[],[],0,,False,6,6,6,,None,,,,,,,[],,,, +80,240172289746939904,240172289746939904,1346096510000.0,2012-08-27 19:41:50,+0000,,"For their test drive, the Motor Trend team drove from LA to San Diego and back without recharging http://t.co/5mH0xBGr",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240172289746939904,['http://www.motortrend.com/roadtests/alternative/1208_2012_tesla_model_s_test_and_range_verification/'],[],0,,False,56,17,126,,None,,,,,,,[],,,, +81,240171772014624768,240171772014624768,1346096387000.0,2012-08-27 19:39:47,+0000,,Motor Trend tests Model S as fastest American sedan at 3.9 sec 0-60 mph and tied for 1st worldwide in stopping distance,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240171772014624768,[],[],0,,False,51,31,255,,None,,,,,,,[],,,, +82,239461912121843712,239461912121843712,1345927143000.0,2012-08-25 20:39:03,+0000,,Neil Armstrong was a hero to all of humanity. His spirit will carry us to the stars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/239461912121843712,[],[],0,,False,207,38,790,,None,,,,,,,[],,,, +83,238308173990223873,238308173990223873,1345652071000.0,2012-08-22 16:14:31,+0000,,I love the sight of Teslas in the morning. Production line review is looking good! http://t.co/damib6tk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/238308173990223873,[],['https://pbs.twimg.com/media/A06kBYpCYAIlMH-.jpg'],1,https://pbs.twimg.com/media/A06kBYpCYAIlMH-.jpg,False,221,74,294,,None,,,,,,,[],,,, +84,238307391215648769,238307391215648769,1345651884000.0,2012-08-22 16:11:24,+0000,,Glad to contribute to the Tesla museum and will do more in the future. He was a great man. http://t.co/NR2QNiax,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/238307391215648769,['http://www.indiegogo.com/teslamuseum'],[],0,,False,91,17,156,,None,,,,,,,[],,,, +85,235130471745454084,235130471745454084,1344894447000.0,2012-08-13 21:47:27,+0000,,About to go through my first jury selection process. Trial concerns an alleged gang related murder. Hardcore.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/235130471745454084,[],[],0,,False,19,79,31,,None,,,,,,,[],,,, +86,231545784494084096,231517918733672449,1344039791000.0,2012-08-04 00:23:11,+0000,,"@JustBe74 V important to make all of humanity proud, but in this case a particular duty is owed to the American taxpayer",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/231545784494084096,[],[],0,,False,10,3,6,,None,,,,,,,[],,,, +87,231517918733672449,231517918733672449,1344033147000.0,2012-08-03 22:32:27,+0000,,Deeply appreciate @NASA's faith in @SpaceX. We will do whatever it takes to make NASA and the American people proud.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/231517918733672449,[],[],0,,False,134,62,304,,None,,,,,,,[],,,, +88,231443998395473920,231210590675279872,1344015523000.0,2012-08-03 17:38:43,+0000,,@UrgentSpeed Sure. To be clear that number would include all US solar energy (thermal+PV).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/231443998395473920,[],[],0,,False,2,1,1,,None,,,,,,,[],,,, +89,231210590675279872,231210590675279872,1343959875000.0,2012-08-03 02:11:15,+0000,,1st pure solar gigawatt hour day just achieved by @SolarCity! Predict 1st terawatt hour day from all US solar < 15 years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/231210590675279872,[],[],0,,False,66,29,185,,None,,,,,,,[],,,, +90,230507510929440768,230486103923236864,1343792247000.0,2012-08-01 03:37:27,+0000,,@bryanwolfnow I'm neither anti-conservative nor anti-liberal. Just don't like group think. Ideas should be considered on their own merits.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/230507510929440768,[],[],0,,False,16,1,16,,None,,,,,,,[],,,, +91,230496786182205440,230486103923236864,1343789690000.0,2012-08-01 02:54:50,+0000,,"@dansitu Individuals set the vector for the tides. The Life of Brian points out that we are all individuals, except for that one guy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230496786182205440,[],[],0,,False,6,1,2,,None,,,,,,,[],,,, +92,230491286489161729,230491286489161729,1343788379000.0,2012-08-01 02:32:59,+0000,,People ought to think more about who wrote the software that's running in their head (sigh). It probably wasn't them.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230491286489161729,[],[],0,,False,212,56,421,,None,,,,,,,[],,,, +93,230490756966662144,230486103923236864,1343788253000.0,2012-08-01 02:30:53,+0000,,"@dansitu Don't know about ""dark manipulators"", but Adbusters played a major role in creating Occupy http://t.co/fZ38XMeH",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230490756966662144,['http://www.newyorker.com/reporting/2011/11/28/111128fa_fact_schwartz'],[],0,,False,5,1,0,,None,,,,,,,[],,,, +94,230487450882019328,230421989112807424,1343787465000.0,2012-08-01 02:17:45,+0000,,"@DJjodes Would love to make a Tesla supertruck with crazy torque, dynamic air suspension and corners like its on rails. That'd be sweet...",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230487450882019328,[],[],0,,False,6988,169,472,,None,,,,,,,[],,,, +95,230486103923236864,230486103923236864,1343787144000.0,2012-08-01 02:12:24,+0000,,"Good assessment of the Dark Knight Rises in the Atlantic. Dickens, not Rand. http://t.co/mYFUARGS",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230486103923236864,['http://www.theatlantic.com/entertainment/archive/2012/07/no-the-dark-knight-rises-isnt-a-right-wing-opus/260511/'],[],0,,False,56,11,59,,None,,,,,,,[],,,, +96,230423954618204161,230421989112807424,1343772326000.0,2012-07-31 22:05:26,+0000,,@patrickdorey81 Model S starts at $50k after federal rebate. Gen3 will be ~$30k. Need to optimize design and scale volume.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/230423954618204161,[],[],0,,False,354,12,9,,None,,,,,,,[],,,, +97,230421989112807424,230421989112807424,1343771857000.0,2012-07-31 21:57:37,+0000,,Goal for Model S is to show that electric is way way better than gas. Combine w solar power & the future looks bright.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/230421989112807424,[],[],0,,False,33415,386,1824,,None,,,,,,,[],,,, +98,230140622625968130,230140622625968130,1343704774000.0,2012-07-31 03:19:34,+0000,,Worth noting that Muller's research confirming global warming is real was funded by Koch. Fate loves irony.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/230140622625968130,[],[],0,,False,63,18,198,,None,,,,,,,[],,,, +99,228953015082684416,228953015082684416,1343421628000.0,2012-07-27 20:40:28,+0000,,Olympics opening is excellently British. Jolly good show! http://t.co/s9XZdaBL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/228953015082684416,[],['https://pbs.twimg.com/media/Ay1njd7CEAAHAjX.jpg'],1,https://pbs.twimg.com/media/Ay1njd7CEAAHAjX.jpg,False,84,18,69,,None,,,,,,,[],,,, +100,228909546880520192,228909546880520192,1343411264000.0,2012-07-27 17:47:44,+0000,,Abandoned car and biked across London. Super fun! Next time minus the tweed jacket. http://t.co/N93Vg4yy,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/228909546880520192,[],['https://pbs.twimg.com/media/Ay1ABSfCUAEq2HS.jpg'],1,https://pbs.twimg.com/media/Ay1ABSfCUAEq2HS.jpg,False,200,36,63,,None,,,,,,,[],,,, +101,228695905338019842,228677717632098304,1343360327000.0,2012-07-27 03:38:47,+0000,,"@walalm Yes, my absolute goal w Tesla has always been mass market electric cars. Will finally get there with Gen3 program.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228695905338019842,[],[],0,,False,17,5,11,,None,,,,,,,[],,,, +102,228694597524680704,228694597524680704,1343360015000.0,2012-07-27 03:33:35,+0000,,Now it's just a song that you used to know http://t.co/c81ASeFo,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228694597524680704,['http://slate.me/MISvtR'],[],0,,False,25,6,49,,None,,,,,,,[],,,, +103,228690043949158401,228677717632098304,1343358929000.0,2012-07-27 03:15:29,+0000,,"@nopev Biggest risk is that we take too long to solve the sustainable energy problem, causing climate change meltdown.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228690043949158401,[],[],0,,False,7,2,8,,None,,,,,,,[],,,, +104,228677717632098304,228677717632098304,1343355991000.0,2012-07-27 02:26:31,+0000,,"Compared to past, today's world is fantastic & likely will be for many decades. Just need to cover future downside risk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/228677717632098304,[],[],0,,False,74,26,189,,None,,,,,,,[],,,, +105,228659334513573888,228650420850008066,1343351608000.0,2012-07-27 01:13:28,+0000,,@iproducefodrake Asimov's Foundation points out that all civilizations fall. Must ensure dark period is short & finite.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/228659334513573888,[],[],0,,False,13,2,3,,None,,,,,,,[],,,, +106,227294010274873344,227294010274873344,1343026089000.0,2012-07-23 06:48:09,+0000,,Big oil is pulling same trick about smoking the atmosphere ... diff is we only have 1 atmosphere: http://t.co/O45XG4iB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/227294010274873344,['http://www.rollingstone.com/politics/news/global-warmings-terrifying-new-math-20120719#ixzz21AfoYqt6'],[],0,,False,64,23,216,,None,,,,,,,[],,,, +107,227291748798455809,227291748798455809,1343025550000.0,2012-07-23 06:39:10,+0000,,"30 years ago, when 98% of scientists said smoking caused cancer, tobacco industry response was still ""scientists disagree""",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/227291748798455809,[],[],0,,False,78,25,384,,None,,,,,,,[],,,, +108,226725493922201600,226725493922201600,1342890544000.0,2012-07-21 17:09:04,+0000,,"Now debating the nature of citizen and state, effective democracy & necessary revolution, moderated by @FareedZakaria.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/226725493922201600,[],[],0,,False,15,15,18,,None,,,,,,,[],,,, +109,226714911756136449,226714911756136449,1342888021000.0,2012-07-21 16:27:01,+0000,,"Heard an interesting comment at the debate: ""If we see no angels in others, we harbor none in ourselves.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/226714911756136449,[],[],0,,False,115,18,198,,None,,,,,,,[],,,, +110,226703106170318850,226703106170318850,1342885207000.0,2012-07-21 15:40:07,+0000,,Am in Yellowstone at an Oxford style debate about women and society. I'm in favor :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/226703106170318850,[],[],0,,False,24,26,20,,None,,,,,,,[],,,, +111,225187179763220480,225187179763220480,1342523782000.0,2012-07-17 11:16:22,+0000,,"""Welcome qwerty monkey Jesus love"" are the top 5 most popular passwords after ""password"". http://t.co/P2a9Cfcd",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/225187179763220480,['http://mobile.slate.com/blogs/future_tense/2012/07/14/yahoo_mail_password_leak_the_most_commonly_used_words_.html'],[],0,,False,18,32,86,,None,,,,,,,[],,,, +112,224406502188916739,224406502188916739,1342337654000.0,2012-07-15 07:34:14,+0000,,Will publish something on the Hyperloop in about four weeks. Will forgo patents on the idea and just open source it. Not a vac tunnel btw.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/224406502188916739,[],[],0,,False,157,72,263,,None,,,,,,,[],,,, +113,224405461938601984,224405461938601984,1342337406000.0,2012-07-15 07:30:06,+0000,,"""Most of us live in a semi-somnambulistic state & the days fly by. The 2 exceptions are childhood and when we are in love."" - RG",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/224405461938601984,[],[],0,,False,205,20,277,,None,,,,,,,[],,,, +114,224005741810417665,224005741810417665,1342242106000.0,2012-07-14 05:01:46,+0000,,"Headed to a (ahem) volcano caldera. Since I didn't finish my PhD, it's actually ""Mr."" Evil. http://t.co/e2cpsgEM",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/224005741810417665,[],['https://pbs.twimg.com/media/AxvUCQyCAAM1anP.jpg'],1,https://pbs.twimg.com/media/AxvUCQyCAAM1anP.jpg,False,202,55,124,,None,,,,,,,[],,,, +115,223430899004485634,223429211443036160,1342105052000.0,2012-07-12 14:57:32,+0000,,@n23mc I think we will see people on Mars in less than 20 years. 12 to 15 years most likely. #OccupyMars,en,['occupymars'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/223430899004485634,[],[],0,,False,17,6,24,,None,,,,,,,[],,,, +116,223429211443036160,223429211443036160,1342104649000.0,2012-07-12 14:50:49,+0000,,"Going at full speed! MT “@iansomerhalder: Elon- you are my hero my friend.Please!Ramp up production on cars that use NO gas.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/223429211443036160,[],[],0,,False,12,16,38,,None,,,,,,,[],,,, +117,221503107182501889,221503107182501889,1341645430000.0,2012-07-07 07:17:10,+0000,,Now back to work. Intense months ahead as we ramp production of rockets and cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/221503107182501889,[],[],0,,False,181,83,281,,None,,,,,,,[],,,, +118,220824194672369666,220824194672369666,1341483565000.0,2012-07-05 10:19:25,+0000,,"Moonbow's are real, btw. I'm not on acid :) Here is what we saw: http://t.co/ux6fV6z7",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/220824194672369666,[],['https://pbs.twimg.com/media/AxCGb2GCIAAyFDD.jpg'],1,https://pbs.twimg.com/media/AxCGb2GCIAAyFDD.jpg,False,182,55,222,,None,,,,,,,[],,,, +119,220784395282432001,220784395282432001,1341474076000.0,2012-07-05 07:41:16,+0000,,Am standing on the beach in Maui and looking at a moon rainbow for the first time in my life. Incredibly beautiful.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/220784395282432001,[],[],0,,False,42,46,33,,None,,,,,,,[],,,, +120,219270969666174977,219270969666174977,1341113247000.0,2012-07-01 03:27:27,+0000,,"After 2008 meltdown, vacation for me just meant email with a view, but SpaceX & Tesla are now strong enough that I can make it real (yay!!)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/219270969666174977,[],[],0,,False,65,68,65,,None,,,,,,,[],,,, +121,219266223895093248,219266223895093248,1341112116000.0,2012-07-01 03:08:36,+0000,,"Screening of Baseball in the Time of Cholera (dir: @brynmooser @daviddarg, prod @oliviawilde & me) at WME July 12. @rainnwilson hosting",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/219266223895093248,[],[],0,,False,10,6,12,,None,,,,,,,[],,,, +122,218897974242181121,218897974242181121,1341024318000.0,2012-06-30 02:45:18,+0000,,"Thanks Dan, you are a good sportsman. I will still donate to DWB as though I'd lost. http://t.co/G2g6kpvm",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/218897974242181121,['http://on.wsj.com/L8t2JC'],[],0,,False,131,40,372,,None,,,,,,,[],,,, +123,218357987385933825,218357987385933825,1340895575000.0,2012-06-28 14:59:35,+0000,,"""The Girl Who Fixed the Umlaut"" @NewYorker http://t.co/CnPg2PkG”",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/218357987385933825,['http://nyr.kr/MBPRRr'],[],0,,False,33,9,46,,None,,,,,,,[],,,, +124,217991440830173184,217991440830173184,1340808184000.0,2012-06-27 14:43:04,+0000,,"She was a great woman “@VanityFair: In Memoriam, Nora Ephron, 1941-2012 http://t.co/raIoWXbb”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/217991440830173184,['http://vnty.fr/OwlYHZ'],[],0,,False,10,2,22,,None,,,,,,,[],,,, +125,217974021562712065,217974021562712065,1340804031000.0,2012-06-27 13:33:51,+0000,,Meant to post this link for Merlin: http://t.co/qKarnuao,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/217974021562712065,['http://www.youtube.com/watch?v=976LHTpnZkY'],[],0,,False,39,11,46,,None,,,,,,,[],,,, +126,217973460348047360,217973460348047360,1340803897000.0,2012-06-27 13:31:37,+0000,,"Merlin fired at full thrust! Engine weighs half a ton, but has power equal to several Hoover Dams http://t.co/TlTIxiRc",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/217973460348047360,['http://www.youtube.com/watch?v=PUUnYgo1-lI'],[],0,,False,42,11,87,,None,,,,,,,[],,,, +127,216294180014661632,216294180014661632,1340403525000.0,2012-06-22 22:18:45,+0000,,Model S review by Motor Trend http://t.co/gdODXLRv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/216294180014661632,['http://m.motortrend.com/roadtests/alternative/1206_2012_tesla_model_s_first_drive/index.html'],[],0,,False,62,28,177,,None,,,,,,,[],,,, +128,216293624734953472,216293624734953472,1340403393000.0,2012-06-22 22:16:33,+0000,,About to deliver the first ten Model S cars from @TeslaMotors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/216293624734953472,[],[],0,,False,53,43,151,,None,,,,,,,[],,,, +129,215478323147575297,215478323147575297,1340209010000.0,2012-06-20 16:16:50,+0000,,@RichardGarriott Dragon will use four pairs of side mounted Superdraco engines. Can function with up to four out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/215478323147575297,[],[],0,,False,6,4,5,,None,,,,,,,[],,,, +130,214831794103664640,214831794103664640,1340054866000.0,2012-06-18 21:27:46,+0000,,Just fired our Superdraco escape rocket engine at full thrust! Needed to carry astronauts on Dragon http://t.co/ef86qbWF,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/214831794103664640,[],['https://pbs.twimg.com/media/Avs8YOaCQAAO_mk.jpg'],1,https://pbs.twimg.com/media/Avs8YOaCQAAO_mk.jpg,False,1757,98,488,,None,,,,,,,[],,,, +131,214636339474345984,214636339474345984,1340008266000.0,2012-06-18 08:31:06,+0000,,Wore Marquis de Sade outfit for a party last night. Was v popular with women who'd read 50 Shades :) http://t.co/Z6EvSZw6,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/214636339474345984,[],['https://pbs.twimg.com/media/AvqKnRKCMAEFu5X.jpg'],1,https://pbs.twimg.com/media/AvqKnRKCMAEFu5X.jpg,False,388,49,150,,None,,,,,,,[],,,, +132,214006215641022467,214006215641022467,1339858032000.0,2012-06-16 14:47:12,+0000,,"""Any sufficiently advanced technology is indistinguishable from magic"" - Arthur C Clarke. Thanks for the quote, RIP.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/214006215641022467,[],[],0,,False,177,27,326,,None,,,,,,,[],,,, +133,213177461180071936,213177461180071936,1339660442000.0,2012-06-14 07:54:02,+0000,,"While in Austin, had a great time doing a cameo in @rodriguez latest movie, Machete Kills. Cool studio on old airport.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/213177461180071936,[],[],0,,False,16,14,33,,None,,,,,,,[],,,, +134,213170504364863488,213170504364863488,1339658783000.0,2012-06-14 07:26:23,+0000,,"Charlie Bolden, NASA Administrator, checks out Dragon at our central Texas test site http://t.co/HXupX9VM",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/213170504364863488,['http://img.ly/jwGy'],[],0,,False,15,10,38,,None,,,,,,,[],,,, +135,210057533073797120,210057533073797120,1338916593000.0,2012-06-05 17:16:33,+0000,,Spacecraft arrives at Port of Los Angeles for transfer to SpaceX test facilities in Texas http://t.co/9ab55gRc,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/210057533073797120,['http://www.spaceflightnow.com/falcon9/003/120605port/'],[],0,,False,26,17,126,,None,,,,,,,[],,,, +136,208304203708375040,208304203708375040,1338498568000.0,2012-05-31 21:09:28,+0000,,Dragon floating in the Pacific near California. Reentry scorch marks visible on the heat shield http://t.co/grGShZUi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/208304203708375040,[],['https://pbs.twimg.com/media/AuQLkdPCIAALE-4.jpg'],1,https://pbs.twimg.com/media/AuQLkdPCIAALE-4.jpg,False,152,85,528,,None,,,,,,,[],,,, +137,208223378782420993,208223378782420993,1338479296000.0,2012-05-31 15:48:16,+0000,,Splashdown successful!! Sending fast boat to Dragon lat/long provided by P3 tracking planes #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/208223378782420993,[],[],0,,False,46,71,360,,None,,,,,,,[],,,, +138,208204036258803712,208204036258803712,1338474685000.0,2012-05-31 14:31:25,+0000,,Thrusters will also fire during reentry to adjust touchdown point. Next version will land w helicopter precision #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/208204036258803712,[],[],0,,False,36,25,128,,None,,,,,,,[],,,, +139,208201556271697922,208201556271697922,1338474093000.0,2012-05-31 14:21:33,+0000,,Spaceship has departed from the International Space Station. Firing thrusters to deorbit in ~30 mins #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/208201556271697922,[],[],0,,False,26,14,170,,None,,,,,,,[],,,, +140,206118185173389312,206118185173389312,1337977380000.0,2012-05-25 20:23:00,+0000,,Space Station tracking spaceship docking approach vector #Dragon http://t.co/CetZfiNg,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/206118185173389312,[],['https://pbs.twimg.com/media/AtxHZblCEAAkZVI.jpg'],1,https://pbs.twimg.com/media/AtxHZblCEAAkZVI.jpg,False,89,46,146,,None,,,,,,,[],,,, +141,206047350240714752,206047350240714752,1337960491000.0,2012-05-25 15:41:31,+0000,,Dragon captured by the International Space Station! Just awesome ... http://t.co/ihoZqgj7,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/206047350240714752,['http://img.ly/iHdp'],[],0,,False,129,118,585,,None,,,,,,,[],,,, +142,205723666590334976,205723666590334976,1337883319000.0,2012-05-24 18:15:19,+0000,,Dragon flies over the SpaceX #GrasshopperProject at our central Texas test site. It will jump soon. http://t.co/P17Z56II,en,['grasshopperproject'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/205723666590334976,[],['https://pbs.twimg.com/media/AtrglbVCAAAd67b.jpg'],1,https://pbs.twimg.com/media/AtrglbVCAAAd67b.jpg,False,105,32,125,,None,,,,,,,[],,,, +143,205713390335827969,205713390335827969,1337880868000.0,2012-05-24 17:34:28,+0000,,The head of the Russian Space Agency and some Russian diplomats are visiting @SpaceX today. Looking forward to meeting.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/205713390335827969,[],[],0,,False,25,26,60,,None,,,,,,,[],,,, +144,205544630199132160,205544630199132160,1337840633000.0,2012-05-24 06:23:53,+0000,,About 110 miles away and the spacecraft is now in direct communication with the Space Station #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/205544630199132160,[],[],0,,False,45,37,217,,None,,,,,,,[],,,, +145,205502360112476161,205502360112476161,1337830555000.0,2012-05-24 03:35:55,+0000,,"The President just called to say congrats. Caller ID was blocked, so at first I thought it was a telemarketer :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/205502360112476161,[],[],0,,False,839,164,2562,,None,,,,,,,[],,,, +146,205314559542693888,205314559542693888,1337785780000.0,2012-05-23 15:09:40,+0000,,Dragon fly by of Space Station planned for 12:47 am California time. All systems green. #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/205314559542693888,[],[],0,,False,28,29,202,,None,,,,,,,[],,,, +147,204911319260987392,204911319260987392,1337689640000.0,2012-05-22 12:27:20,+0000,,Launch video of Falcon 9 from Cape Canaveral tracking cameras http://t.co/Qn8ne3pa #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/204911319260987392,['http://www.youtube.com/watch?v=4vkqBfv8OMM&feature=youtube_gdata_player'],[],0,,False,174,83,466,,None,,,,,,,[],,,, +148,204883910654570496,204883910654570496,1337683105000.0,2012-05-22 10:38:25,+0000,,Navigation bay pointing to deep space and star map being generated by star tracker one. Yes! #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/204883910654570496,[],[],0,,False,37,22,115,,None,,,,,,,[],,,, +149,204882126884188160,204882126884188160,1337682680000.0,2012-05-22 10:31:20,+0000,,Dragon spaceship opens the navigation pod bay door without hesitation. So much nicer than HAL9000 :) #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/204882126884188160,[],[],0,,False,112,29,439,,None,,,,,,,[],,,, +150,204858156801732608,204858156801732608,1337676965000.0,2012-05-22 08:56:05,+0000,,"Also big thanks to the Air Force, FAA and all of our partners for their support of this mission.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204858156801732608,[],[],0,,False,15,16,34,,None,,,,,,,[],,,, +151,204857362782224384,204857362782224384,1337676776000.0,2012-05-22 08:52:56,+0000,,"Huge appreciation for @NASA, without whom we could not even have started, let alone reached this far.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204857362782224384,[],[],0,,False,44,25,152,,None,,,,,,,[],,,, +152,204845069772128256,204845069772128256,1337673845000.0,2012-05-22 08:04:05,+0000,,"Falcon flew perfectly!! Dragon in orbit, comm locked and solar arrays active!! Feels like a giant weight just came off my back :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204845069772128256,[],[],0,,False,348,425,1452,,None,,,,,,,[],,,, +153,204839936464134144,204839936464134144,1337672621000.0,2012-05-22 07:43:41,+0000,,T minus 60 seconds. Terminal autosequence initiated. #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/204839936464134144,[],[],0,,False,26,44,99,,None,,,,,,,[],,,, +154,204837633766076418,204837633766076418,1337672072000.0,2012-05-22 07:34:32,+0000,,T minus 10 minutes ... Entering terminal count #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/204837633766076418,[],[],0,,False,17,17,106,,None,,,,,,,[],,,, +155,204769845630337024,204769845630337024,1337655910000.0,2012-05-22 03:05:10,+0000,,Major Tesla milestone: All crash testing is complete for 5* (max) safety rating. Cars can now be built for sale to public!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/204769845630337024,[],[],0,,False,64,56,300,,None,,,,,,,[],,,, +156,204356879789473793,204356879789473793,1337557451000.0,2012-05-20 23:44:11,+0000,,Just did an interview with Spaceflight Now. Some of your questions may be answered here: http://t.co/vF0Rs3p1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/204356879789473793,['http://www.spaceflightnow.com/falcon9/003/120518musk/'],[],0,,False,30,13,87,,None,,,,,,,[],,,, +157,204349174618128385,204349174618128385,1337555614000.0,2012-05-20 23:13:34,+0000,,"Simulations show launch ok with bad valve. Still, better to stop & fix. Recalling rockets after launch is not an option.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/204349174618128385,[],[],0,,False,37,37,163,,None,,,,,,,[],,,, +158,203773618222678016,203773618222678016,1337418391000.0,2012-05-19 09:06:31,+0000,,Launch aborted: slightly high combustion chamber pressure on engine 5. Will adjust limits for countdown in a few days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/203773618222678016,[],[],0,,False,45,94,598,,None,,,,,,,[],,,, +159,203760858332016642,203760858332016642,1337415348000.0,2012-05-19 08:15:48,+0000,,"Whatever happens today, we could not have done it without @NASA, but errors are ours alone and me most of all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/203760858332016642,[],[],0,,False,48,47,135,,None,,,,,,,[],,,, +160,201856175644491777,201856175644491777,1336961237000.0,2012-05-14 02:07:17,+0000,,Must remember not to refer to Chimpanzees as deadly killing machines when taking little kids to see a movie about them,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/201856175644491777,[],[],0,,False,26,20,42,,None,,,,,,,[],,,, +161,200751709339926528,200751709339926528,1336697911000.0,2012-05-11 00:58:31,+0000,,... which is the critical breakthrough needed for life to become multiplanetary.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200751709339926528,[],[],0,,False,19,34,46,,None,,,,,,,[],,,, +162,200750929602019328,200750929602019328,1336697726000.0,2012-05-11 00:55:26,+0000,,Making large scale rocket propulsion landing work well is a critical step towards a fully reusable Mars transport system,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200750929602019328,[],[],0,,False,22,14,76,,None,,,,,,,[],,,, +163,200748923239940096,200748923239940096,1336697247000.0,2012-05-11 00:47:27,+0000,,Landing gear of the mega thrust propulsive landing rocket done (next gen Falcon). First hops soon. http://t.co/JwkynmfL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200748923239940096,['http://img.ly/i5JQ'],[],0,,False,27,27,122,,None,,,,,,,[],,,, +164,200622424037933056,200622424037933056,1336667087000.0,2012-05-10 16:24:47,+0000,,"Meant to say: prizes for first 10 who do 400 miles in Tesla w/o recharging, not nonstop, which would require diapers :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/200622424037933056,[],[],0,,False,17,20,43,,None,,,,,,,[],,,, +165,200373235748052994,200373235748052994,1336607676000.0,2012-05-09 23:54:36,+0000,,Model S exceeds 300 mile range target! Prize for the 1st person to do LA-SF nonstop (400 miles) http://t.co/0sVd4QM8,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/200373235748052994,['http://www.teslamotors.com/blog/model-s-efficiency-and-range'],[],0,,False,24,25,99,,None,,,,,,,[],,,, +166,199736675537125376,199736675537125376,1336455909000.0,2012-05-08 05:45:09,+0000,,Saw The Dictator yesterday. Reminded me of Putin's reelection. Seems like only yesterday since he was last in power.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/199736675537125376,[],[],0,,False,48,18,45,,None,,,,,,,[],,,, +167,198579161382649857,198578140384215040,1336179936000.0,2012-05-05 01:05:36,+0000,,@geoffeg Dragon code is written in C++ on Linux.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/198579161382649857,[],[],0,,False,29,13,63,,None,,,,,,,[],,,, +168,198577657959563264,198577657959563264,1336179577000.0,2012-05-05 00:59:37,+0000,,"Almost done reviewing Dragon code with @NASA. Looks good so far. Target launch date is May 19, right after Soyuz docks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/198577657959563264,[],[],0,,False,28,18,76,,None,,,,,,,[],,,, +169,198116544855801856,198102603459084288,1336069639000.0,2012-05-03 18:27:19,+0000,,"For humanity to have an exciting & inspiring future, we cannot be confined to Earth forever. @love_to_dream #APSpaceChat",en,['apspacechat'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198116544855801856,[],[],0,,False,46,17,171,,None,,,,,,,[],,,, +170,198115378759610368,198095597373362177,1336069361000.0,2012-05-03 18:22:41,+0000,,Definitely. Long term goal of SpaceX making life multiplanetary. #OccupyMars @Weaverwerx #APSpaceChat,en,"['occupymars', 'apspacechat']",[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198115378759610368,[],[],0,,False,51,15,98,,None,,,,,,,[],,,, +171,198113448628981760,198100146565824512,1336068901000.0,2012-05-03 18:15:01,+0000,,"Ignition by John Clarke, Huzel & Wang book on propulsion, Asimov's Foundation, Heinlein's MiaHM @WHester #APSpaceChat",en,['apspacechat'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198113448628981760,[],[],0,,False,37,4,9,,None,,,,,,,[],,,, +172,197058383088586753,197058383088586753,1335817354000.0,2012-04-30 20:22:34,+0000,,"Woohoo, rocket hold down firing completed and all looks good!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/197058383088586753,[],[],0,,False,31,36,139,,None,,,,,,,[],,,, +173,197055314246385666,197055314246385666,1335816622000.0,2012-04-30 20:10:22,+0000,,T minus five minutes to flame,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/197055314246385666,[],[],0,,False,21,18,53,,None,,,,,,,[],,,, +174,197049032286281729,197049032286281729,1335815125000.0,2012-04-30 19:45:25,+0000,,Flight computer aborted rocket hold down firing. Anomaly addressed. Cycling systems to countdown http://t.co/iUi4XdQ3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/197049032286281729,[],['https://pbs.twimg.com/media/ArwPDQVCIAA5GHP.jpg'],1,https://pbs.twimg.com/media/ArwPDQVCIAA5GHP.jpg,False,78,24,213,,None,,,,,,,[],,,, +175,196984965114761216,196984965114761216,1335799850000.0,2012-04-30 15:30:50,+0000,,Am excited to announce that SolarCity has filed for an IPO. Mission is to bring affordable solar power to the people!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/196984965114761216,[],[],0,,False,40,27,108,,None,,,,,,,[],,,, +176,194882663599968256,194882663599968256,1335298622000.0,2012-04-24 20:17:02,+0000,,Just confirmed with @NASA that May 7th is go for launch of Falcon 9 & Dragon to the Space Station,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/194882663599968256,[],[],0,,False,51,33,443,,None,,,,,,,[],,,, +177,194529917654941696,194529917654941696,1335214521000.0,2012-04-23 20:55:21,+0000,,Am pushing launch back approx a week to do more testing on Dragon docking code. New date pending coordination with @NASA.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/194529917654941696,[],[],0,,False,8,30,138,,None,,,,,,,[],,,, +178,194275062193463298,194275062193463298,1335153758000.0,2012-04-23 04:02:38,+0000,,Just completed the rocket rollout review at SpaceX HQ in California. Almost time to launch. Pucker factor increasing...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/194275062193463298,[],[],0,,False,36,20,76,,None,,,,,,,[],,,, +179,193855140254580736,193855140254580736,1335053641000.0,2012-04-22 00:14:01,+0000,,In NYC for the premiere of Baseball in the Time of @Cholera. Great work by @brynmooser and @daviddarg!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/193855140254580736,[],[],0,,False,8,9,9,,None,,,,,,,[],,,, +180,193617277231443968,193617277231443968,1334996931000.0,2012-04-21 08:28:51,+0000,,I feel compelled to state the obvious fact that Coachella is excellent. http://t.co/onxtR4YB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/193617277231443968,[],['https://pbs.twimg.com/media/Aq_d40gCMAA1REl.jpg'],1,https://pbs.twimg.com/media/Aq_d40gCMAA1REl.jpg,False,55,10,20,,None,,,,,,,[],,,, +181,193078352117108736,193078352117108736,1334868441000.0,2012-04-19 20:47:21,+0000,,Basic premise is that it's better to try to address some of the world's problems than to create an aristocracy of wealth,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/193078352117108736,[],[],0,,False,45,18,114,,None,,,,,,,[],,,, +182,193076303426097152,193076303426097152,1334867952000.0,2012-04-19 20:39:12,+0000,,Just signed Giving Pledge with 11 others. I hope this announcement convinces others to do the same. http://t.co/cdCgWkAB,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/193076303426097152,['http://bloom.bg/HSEoPu'],[],0,,False,25,12,43,,None,,,,,,,[],,,, +183,192701084932907009,192701084932907009,1334778494000.0,2012-04-18 19:48:14,+0000,,"When holding my new white cat, I feel a strange desire for Bob's Big Boy and sharks with lasers http://t.co/M0iuFPqv",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/192701084932907009,[],['https://pbs.twimg.com/media/AqycnaOCIAEuM9l.jpg'],1,https://pbs.twimg.com/media/AqycnaOCIAEuM9l.jpg,False,2955,129,638,,None,,,,,,,[],,,, +184,191297895339794432,191297895339794432,1334443947000.0,2012-04-14 22:52:27,+0000,,Great work by APJ “@brynmooser: The foundation is nearly complete at the @artistsforpeace school http://t.co/hoTXytsZ”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/191297895339794432,['http://instagr.am/p/JaCtPXpX8m/'],[],0,,False,14,5,7,,None,,,,,,,[],,,, +185,189870469908938752,189870469908938752,1334103622000.0,2012-04-11 00:20:22,+0000,,Great to meet Jon Stewart this eve. Have been a fan of @TheDailyShow for a billion years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/189870469908938752,[],[],0,,False,16,33,38,,None,,,,,,,[],,,, +186,189440053674655745,189440053674655745,1334001003000.0,2012-04-09 19:50:03,+0000,,Friend told me about the amazing work of Brazilian plastic surgeon Evil Picante. He was actually saying Ivo Pitanguy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/189440053674655745,[],[],0,,False,22,3,17,,None,,,,,,,[],,,, +187,189171997425664001,189171997425664001,1333937093000.0,2012-04-09 02:04:53,+0000,,"Besides ensuring the continuance of life, creating a base on Mars would be the most exciting adventure ever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/189171997425664001,[],[],0,,False,36,26,79,,None,,,,,,,[],,,, +188,189171083809800194,189171083809800194,1333936875000.0,2012-04-09 02:01:15,+0000,,Interview in Nature describing why we should extend life to Mars http://t.co/6Ux0q4OX,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/189171083809800194,['http://www.nature.com/news/backing-up-the-biosphere-1.10395'],[],0,,False,32,5,59,,None,,,,,,,[],,,, +189,188047168844730368,188047168844730368,1333668914000.0,2012-04-05 23:35:14,+0000,,"Wow, a Tesla owner in Europe just passed 200,000 km while racing his Roadster! http://t.co/ZYV4h85O",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/188047168844730368,[],['https://pbs.twimg.com/media/ApwT51xCEAEmaRS.jpg'],1,https://pbs.twimg.com/media/ApwT51xCEAEmaRS.jpg,False,93,13,57,,None,,,,,,,[],,,, +190,187953184063492096,187953184063492096,1333646505000.0,2012-04-05 17:21:45,+0000,,"Judge dismisses lawsuit to take the happy out of ""Happy Meal"" http://t.co/BiTSCIYL",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/187953184063492096,['http://www.cbsnews.com/8301-201_162-57409940/s.f-judge-tosses-happy-meals-lawsuit/'],[],0,,False,5,2,10,,None,,,,,,,[],,,, +191,187358429902417922,187358429902417922,1333504705000.0,2012-04-04 01:58:25,+0000,,Huge tornadoes in Texas tossing truck trailers through the air. Hope people are ok. http://t.co/QrlBgFzI,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/187358429902417922,['http://www.telegraph.co.uk/news/worldnews/northamerica/usa/9184494/Emergency-declared-as-tornadoes-hit-Texas.html'],[],0,,False,2,7,6,,None,,,,,,,[],,,, +192,187106340995477504,187106340995477504,1333444602000.0,2012-04-03 09:16:42,+0000,,Also dig Mass Effect. It's all fun & games until the AI decides people suck. Maybe we can be their limbic system.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/187106340995477504,[],[],0,,False,27,16,26,,None,,,,,,,[],,,, +193,187098437328699393,187098437328699393,1333442718000.0,2012-04-03 08:45:18,+0000,,Bioshock is an Ayn Rand dystopia and Fallout New Vegas is a Hegelian dialectic. Games have come a long way since Pong.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/187098437328699393,[],[],0,,False,657,38,290,,None,,,,,,,[],,,, +194,186524431231889408,186524431231889408,1333305864000.0,2012-04-01 18:44:24,+0000,,"UN must take responsibility & help people of Haiti. MT ""@brynmooser: Front page NYTimes. http://t.co/OlME97pv”",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/186524431231889408,['http://www.nytimes.com/2012/04/01/world/americas/haitis-cholera-outraced-the-experts-and-tainted-the-un.html?hp'],[],0,,False,3,0,8,,None,,,,,,,[],,,, +195,186146615311077377,186146615311077377,1333215786000.0,2012-03-31 17:43:06,+0000,,Having dinner where a dude is hanging giant underwear with a cherry picker. http://t.co/2Krn9AzH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/186146615311077377,['http://yfrog.us/n6s9cz'],[],0,,False,29,14,1,,None,,,,,,,[],,,, +196,186131367808073729,186131367808073729,1333212150000.0,2012-03-31 16:42:30,+0000,,Happy bday to my old and dear friend @adeoressi! U do parties better than a rockstar. For Berlin ... http://t.co/vJZkJU13,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/186131367808073729,['http://www.youtube.com/watch?v=FiDvZemFMRM'],[],0,,False,27,4,8,,None,,,,,,,[],,,, +197,184799999043964928,184799999043964928,1332894727000.0,2012-03-28 00:32:07,+0000,,"The Model S beta endurance car just passed 150,000 miles on a single battery pack!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/184799999043964928,[],[],0,,False,28,26,165,,None,,,,,,,[],,,, +198,182725843959820288,182725843959820288,1332400210000.0,2012-03-22 07:10:10,+0000,,Interesting interview with Vinge about superhuman AI and optimistic apocalypses http://t.co/TVoqGpEG,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/182725843959820288,['http://bit.ly/GEkktb'],[],0,,False,33,4,27,,None,,,,,,,[],,,, +199,182211270479577088,182211270479577088,1332277526000.0,2012-03-20 21:05:26,+0000,,Support @Polar_Broadband as they try to save a good satellite from becoming space junk. Let it live! http://t.co/GEdkLh3h #antarctica,en,['antarctica'],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/182211270479577088,['http://bit.ly/FPYnNN'],[],0,,False,5,4,38,,None,,,,,,,[],,,, +200,180226195206569984,180226195206569984,1331804248000.0,2012-03-15 09:37:28,+0000,,Lovely poster about wishes that explains one of the many reasons to make life multiplanetary http://t.co/e1ZM8a2b,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/180226195206569984,[],['https://pbs.twimg.com/media/AoBKxQkCAAASzCW.jpg'],1,https://pbs.twimg.com/media/AoBKxQkCAAASzCW.jpg,False,209,17,143,,None,,,,,,,[],,,, +201,180105275133538306,180105275133538306,1331775418000.0,2012-03-15 01:36:58,+0000,,"10 years ago today, SpaceX was founded. Many battles fought. Physics always won. http://t.co/p85UHeuq",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/180105275133538306,['http://ow.ly/9FdXR'],[],0,,False,90,27,139,,None,,,,,,,[],,,, +202,180067296201547777,180067296201547777,1331766363000.0,2012-03-14 23:06:03,+0000,,"Why I'm leaving the Empire, by Darth Vader http://t.co/D5YUbAyO",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/180067296201547777,"['http://www.thedailymash.co.uk/news/society/why-i-am-leaving-the-empire,-by-darth-vader-201203145007/']",[],0,,False,13,4,52,,None,,,,,,,[],,,, +203,179468649038479361,179468649038479361,1331623634000.0,2012-03-13 07:27:14,+0000,,"If something is physically possible, not only is someone doing it, but there is also an award show.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/179468649038479361,[],[],0,,False,24,8,37,,None,,,,,,,[],,,, +204,179095691468095489,179095691468095489,1331534714000.0,2012-03-12 06:45:14,+0000,,"Mountain lions eat cats, which means we *actually* live in a cat eat cat world ... an apology is owed to dogkind!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/179095691468095489,[],[],0,,False,40,11,51,,None,,,,,,,[],,,, +205,178878446137647105,178878446137647105,1331482919000.0,2012-03-11 16:21:59,+0000,,"I think if you go there, they just feed you delicious candy all day and ask nothing in return.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/178878446137647105,[],[],0,,False,10,22,6,,None,,,,,,,[],,,, +206,178865792371277825,178865792371277825,1331479903000.0,2012-03-11 15:31:43,+0000,,Just passed a place called the Sugar Shack in a Louisiana swamp. I wonder what happens there? http://t.co/1MomQnNe,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/178865792371277825,[],['https://pbs.twimg.com/media/Ant1fZECQAAM1W3.jpg'],1,https://pbs.twimg.com/media/Ant1fZECQAAM1W3.jpg,False,73,22,23,,None,,,,,,,[],,,, +207,177210012911927299,177210012911927299,1331085134000.0,2012-03-07 01:52:14,+0000,,The President of Serbia came by our booth at the Geneva Motor Show and talked about Nikola Tesla http://t.co/KIhxc0TF,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/177210012911927299,[],['https://pbs.twimg.com/media/AnWTkV9CAAA9uP-.jpg'],1,https://pbs.twimg.com/media/AnWTkV9CAAA9uP-.jpg,False,304,35,84,,None,,,,,,,[],,,, +208,175377364551868416,175377364551868416,1330648196000.0,2012-03-02 00:29:56,+0000,,Dawn at Cape Canaveral http://t.co/ZHkcffYr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/175377364551868416,['http://instagr.am/p/HpmMA8QETD/'],[],0,,False,21,6,18,,None,,,,,,,[],,,, +209,174751268215066625,174749757288349696,1330498923000.0,2012-02-29 07:02:03,+0000,,"@TomMao1 Studied physics in college, read a lot of books and was taught by the world's leading domain experts at SpaceX.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/174751268215066625,[],[],0,,False,16,6,2,,None,,,,,,,[],,,, +210,174621355436802049,174621355436802049,1330467950000.0,2012-02-28 22:25:50,+0000,,"Falcon 9 and Dragon now vertical on the launch pad, surrounded by 300 ft tall lightning towers http://t.co/iERgA2RP",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/174621355436802049,[],['https://pbs.twimg.com/media/AmxhMpYCAAIPeix.jpg'],1,https://pbs.twimg.com/media/AmxhMpYCAAIPeix.jpg,False,51,18,127,,None,,,,,,,[],,,, +211,173531986529497089,173529112718229504,1330208224000.0,2012-02-25 22:17:04,+0000,,"@LooperNor Yes, this will, if all goes well, be the first commercial spaceship to dock with the Space Station. T zero ~ end of April.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/173531986529497089,[],[],0,,False,2,2,11,,None,,,,,,,[],,,, +212,173528867699568641,173528867699568641,1330207481000.0,2012-02-25 22:04:41,+0000,,Dragon spaceship and Falcon 9 rocket just completed final assembly at Cape Canaveral http://t.co/4GrSr3VU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/173528867699568641,[],['https://pbs.twimg.com/media/Amh_lfXCMAAgmWR.jpg'],1,https://pbs.twimg.com/media/Amh_lfXCMAAgmWR.jpg,False,83,38,229,,None,,,,,,,[],,,, +213,173476402748854274,173476402748854274,1330194972000.0,2012-02-25 18:36:12,+0000,,Supporting the drive to get a #PlutoStamp for the @NASA New Horizons mission,en,['plutostamp'],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/173476402748854274,[],[],0,,False,6,5,11,,None,,,,,,,[],,,, +214,172122797852725248,172122797852725248,1329872248000.0,2012-02-22 00:57:28,+0000,,@NASA launched a rocket into the northern lights http://t.co/tR2cSeMV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/172122797852725248,[],['https://pbs.twimg.com/media/AmOAxdACEAEFs8-.jpg'],1,https://pbs.twimg.com/media/AmOAxdACEAEFs8-.jpg,False,171,13,166,,None,,,,,,,[],,,, +215,171994406587604992,171994406587604992,1329841636000.0,2012-02-21 16:27:16,+0000,,"Iran's nuclear weapons facility is apparently called ""Frodo"". Watch out for Gollum! My precious... http://t.co/s1hLZ0vs",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/171994406587604992,['http://slate.me/z87kbj'],[],0,,False,19,9,26,,None,,,,,,,[],,,, +216,170309322037919744,170309322037919744,1329439881000.0,2012-02-17 00:51:21,+0000,,Important point highlighted by @kqed: an electric car in California produces only 1/4 CO2 of gasoline http://t.co/xV3eWJ33,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/170309322037919744,['http://blogs.kqed.org/climatewatch/2012/02/16/tesla-and-california-the-x-factor/comment-page-1/'],[],0,,False,4,8,30,,None,,,,,,,[],,,, +217,169232412990115840,169232412990115840,1329183126000.0,2012-02-14 01:32:06,+0000,,Model X review by Jim Motavalli. I think he likes the car. http://t.co/aY1nx9FP,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/169232412990115840,['http://www.forbes.com/sites/eco-nomics/2012/02/13/why-the-tesla-model-x-is-a-home-run/'],[],0,,False,13,15,54,,None,,,,,,,[],,,, +218,168795974800654336,168795974800654336,1329079072000.0,2012-02-12 20:37:52,+0000,,"At the Samovar having tea called ""monkey picked iron goddess of mercy"". Those monkeys sure know their tea. http://t.co/ctEWczlC",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/168795974800654336,[],['https://pbs.twimg.com/media/AlevC3YCQAEJJrl.jpg'],1,https://pbs.twimg.com/media/AlevC3YCQAEJJrl.jpg,False,173,31,21,,None,,,,,,,[],,,, +219,168060414398177281,168060414398177281,1328903699000.0,2012-02-10 19:54:59,+0000,,Do not search for purple squirrels! Giving them attention only makes them want to be more purple.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/168060414398177281,[],[],0,,False,3681,162,891,,None,,,,,,,[],,,, +220,168056133708283904,168056133708283904,1328902680000.0,2012-02-10 19:38:00,+0000,,"Tesla Model X is 3rd most searched term on Google, right after purple squirrel. Damn you squirrel! http://t.co/jP9H5XrB",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/168056133708283904,[],['https://pbs.twimg.com/media/AlUOKchCAAEcJyt.png'],1,https://pbs.twimg.com/media/AlUOKchCAAEcJyt.png,False,286,40,139,,None,,,,,,,[],,,, +221,168022238061268993,168022238061268993,1328894597000.0,2012-02-10 17:23:17,+0000,,Tesla Model X video http://t.co/pjcaicOc,it,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/168022238061268993,['http://onforb.es/AnzX7A'],[],0,,False,16,12,47,,None,,,,,,,[],,,, +222,168014307009892354,168007486383726594,1328892707000.0,2012-02-10 16:51:47,+0000,,"@TeslasBigFan Don't worry, we've got a cool solution for ski storage on the X with the Falcon wing doors",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/168014307009892354,[],[],0,,False,4,1,1,,None,,,,,,,[],,,, +223,167699464134475776,167699464134475776,1328817642000.0,2012-02-09 20:00:42,+0000,,"Btw, Foster the People is playing the Model X event tonight. Seemed like the right vibe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/167699464134475776,[],[],0,,False,9,11,40,,None,,,,,,,[],,,, +224,167648387313840128,167648387313840128,1328805465000.0,2012-02-09 16:37:45,+0000,,Model X sketch showing just a bit more leg. Unveiling tonight... http://t.co/KASHBP5p,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/167648387313840128,[],['https://pbs.twimg.com/media/AlObUe1CMAAw3Db.png'],1,https://pbs.twimg.com/media/AlObUe1CMAAw3Db.png,False,148,42,110,,None,,,,,,,[],,,, +225,167325254451081216,167325254451081216,1328728424000.0,2012-02-08 19:13:44,+0000,,"Cool new @NASA pic of the most powerful type of solar flare, called X-class. Am not making this up! http://t.co/eJKSQqvO",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/167325254451081216,[],['https://pbs.twimg.com/media/AlJ1brHCMAAKHut.jpg'],1,https://pbs.twimg.com/media/AlJ1brHCMAAKHut.jpg,False,58,8,44,,None,,,,,,,[],,,, +226,167105458753118208,167105458753118208,1328676020000.0,2012-02-08 04:40:20,+0000,,Russia and China are blocking UN action. Can't imagine why they wouldn't support a democratic uprising...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/167105458753118208,[],[],0,,False,31,12,42,,None,,,,,,,[],,,, +227,167104295504838656,167104295504838656,1328675743000.0,2012-02-08 04:35:43,+0000,,Wish there was something we could do to help the people of Syria. http://t.co/Ii7v7Cgw,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/167104295504838656,['http://www.youtube.com/watch?v=Cxt4ZT1GspA'],[],0,,False,27,6,20,,None,,,,,,,[],,,, +228,166781555950354432,166643212348432384,1328598796000.0,2012-02-07 07:13:16,+0000,,"@BenToBeWild Yes, we will unveil a fully functional advanced prototype of the Model X -- almost identical to production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/166781555950354432,[],[],0,,False,2,2,6,,None,,,,,,,[],,,, +229,166336380820144128,166336380820144128,1328492658000.0,2012-02-06 01:44:18,+0000,,The sheer size of Falcon Heavy is mind-blowing. It could literally send a fully loaded London bus to the moon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/166336380820144128,[],[],0,,False,16,23,82,,None,,,,,,,[],,,, +230,166333716359168000,166333716359168000,1328492023000.0,2012-02-06 01:33:43,+0000,,The London Sunday Times created a chart showing how Falcon compares to the Saturn V and Shuttle http://t.co/nJMPtYPd,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/166333716359168000,[],['https://pbs.twimg.com/media/Ak7voj4CQAI6KV4.png'],1,https://pbs.twimg.com/media/Ak7voj4CQAI6KV4.png,False,90,15,138,,None,,,,,,,[],,,, +231,166251564032471040,166251564032471040,1328472436000.0,2012-02-05 20:07:16,+0000,,Just posted a photo http://t.co/eN9xzbfO,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/166251564032471040,['http://instagr.am/p/obKUg/'],[],0,,False,28,12,4,,None,,,,,,,[],,,, +232,165898145841168385,165625646788247553,1328388174000.0,2012-02-04 20:42:54,+0000,,"@MacDeviant Yeah, we will stream the whole mission realtime with no buffer. You see what we see.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/165898145841168385,[],[],0,,False,3,3,4,,None,,,,,,,[],,,, +233,165622701631868928,165622701631868928,1328322504000.0,2012-02-04 02:28:24,+0000,,Docking with Space Station now likely to happen in April. Hopefully will look something like this: http://t.co/A2gd9ziC,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/165622701631868928,[],['https://pbs.twimg.com/media/Akxo-DoCEAAgZbA.jpg'],1,https://pbs.twimg.com/media/Akxo-DoCEAAgZbA.jpg,False,55,21,103,,None,,,,,,,[],,,, +234,165117415460569092,165117415460569092,1328202034000.0,2012-02-02 17:00:34,+0000,,The most interesting view of the Model X is really with the doors open http://t.co/On77BuiU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/165117415460569092,[],['https://pbs.twimg.com/media/Akqdah8CAAEBi0z.jpg'],1,https://pbs.twimg.com/media/Akqdah8CAAEBi0z.jpg,False,78,36,48,,None,,,,,,,[],,,, +235,164740558374445056,164740558374445056,1328112185000.0,2012-02-01 16:03:05,+0000,,Just test-fired the Superdraco rocket engine. Enables launch escape and landing on thrusters. SpaceX.com http://t.co/IJaYVEE9,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/164740558374445056,[],['https://pbs.twimg.com/media/AklGqj5CIAEREbN.jpg'],1,https://pbs.twimg.com/media/AklGqj5CIAEREbN.jpg,False,66,15,63,,None,,,,,,,[],,,, +236,164637208769339392,164637208769339392,1328087544000.0,2012-02-01 09:12:24,+0000,,"Um, while awesome in its own way, that was not actually the SpaceX theme song. It seems that irony is sometimes lost in a tweet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/164637208769339392,[],[],0,,False,20,12,6,,None,,,,,,,[],,,, +237,164389972688908289,164389972688908289,1328028598000.0,2012-01-31 16:49:58,+0000,,The SpaceX theme song by Total Ghost is just too good ... ooh ooh ooh http://t.co/BuKuopI5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/164389972688908289,['http://www.youtube.com/watch?v=MezkEiS-6jA'],[],0,,False,83,15,30,,None,,,,,,,[],,,, +238,163349291790893056,163349291790893056,1327780480000.0,2012-01-28 19:54:40,+0000,,The lady doth protest too little. http://t.co/jJTbU8tg,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/163349291790893056,['http://finance.yahoo.com/news/topless-protesters-detained-davos-forum-134449002.html'],[],0,,False,3,3,4,,None,,,,,,,[],,,, +239,163084140386861056,163084140386861056,1327717263000.0,2012-01-28 02:21:03,+0000,,The Model X unveiling will be webcast live on http://t.co/S4ZQwTgq at 8pm on Feb 9th. Most cars are pretty blah. This is not.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/163084140386861056,['http://teslamotors.com'],[],0,,False,22,19,106,,None,,,,,,,[],,,, +240,162997068040904706,162997068040904706,1327696504000.0,2012-01-27 20:35:04,+0000,,Beautiful picture of Earth from the new NASA satellite http://t.co/uOgyp4vg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/162997068040904706,[],['https://pbs.twimg.com/media/AkMU-ERCIAAHnmn.jpg'],1,https://pbs.twimg.com/media/AkMU-ERCIAAHnmn.jpg,False,162,14,99,,None,,,,,,,[],,,, +241,161663679694241792,161663679694241792,1327378599000.0,2012-01-24 04:16:39,+0000,,Rough cut simulation of the SpaceX next gen rocket & spaceship design http://t.co/cKBviQne,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/161663679694241792,['http://www.youtube.com/watch?v=sSF81yjVbJE'],[],0,,False,17132,122,633,,None,,,,,,,[],,,, +242,161660285659267072,161660285659267072,1327377790000.0,2012-01-24 04:03:10,+0000,,Design completed for bringing rocket back to launchpad using only thrusters. Yay. Wings r just dead weight in space.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/161660285659267072,[],[],0,,False,331,35,146,,None,,,,,,,[],,,, +243,161645598037123073,161645598037123073,1327374289000.0,2012-01-24 03:04:49,+0000,,Strongest solar radiation storm in 7 years is blasting Earth. This huge eruption hits us tomorrow: http://t.co/VF3gTu3L,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/161645598037123073,[],['https://pbs.twimg.com/media/Aj5H0KMCIAAX_pP.jpg'],1,https://pbs.twimg.com/media/Aj5H0KMCIAAX_pP.jpg,False,407,50,447,,None,,,,,,,[],,,, +244,161262600800313344,161262600800313344,1327282974000.0,2012-01-23 01:42:54,+0000,,Bought some wood and built a little treehouse with my boys. Few more beautiful ways to spend an afternoon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/161262600800313344,[],[],0,,False,16,18,8,,None,,,,,,,[],,,, +245,160885484120322048,160830288291831808,1327193063000.0,2012-01-22 00:44:23,+0000,,@TheOnion I heard Lars von Trier optioned the movie rights,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/160885484120322048,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +246,159453674517692416,159453674517692416,1326851693000.0,2012-01-18 01:54:53,+0000,,"That said, even though they cause me grief, I would defend the right of shorts to exist. They are often unreasonably maligned.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/159453674517692416,[],[],0,,False,7046,178,398,,None,,,,,,,[],,,, +247,159396536621596672,159396536621596672,1326838070000.0,2012-01-17 22:07:50,+0000,,That's not just paranoia (a healthy trait at times). Tesla really is under massive attack by short sellers http://t.co/PUxAOOm2,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/159396536621596672,['http://www.nasdaq.com/symbol/tsla/short-interest'],[],0,,False,16,23,14,,None,,,,,,,[],,,, +248,159330976378519552,159330976378519552,1326822439000.0,2012-01-17 17:47:19,+0000,,Will communicate better in the future. Too many people want us to fail and are willing to twist any bit of news against Tesla.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/159330976378519552,[],[],0,,False,163,44,43,,None,,,,,,,[],,,, +249,159330380955136001,159330380955136001,1326822297000.0,2012-01-17 17:44:57,+0000,,"TSLA down ~$500M Friday, but back up ~$500M today. Sorry for the roller coaster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/159330380955136001,[],[],0,,False,13,11,25,,None,,,,,,,[],,,, +250,158284645656571904,158284645656571904,1326572974000.0,2012-01-14 20:29:34,+0000,,"Somebody needs to tell Kim Jong-un that the showbiz phrase ""break a leg"" doesn't mean what he thinks it does",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/158284645656571904,[],[],0,,False,10,4,7,,None,,,,,,,[],,,, +251,158284167891791872,158284167891791872,1326572861000.0,2012-01-14 20:27:41,+0000,,"Once more, with feeling! ""North Korea Punishes Insincere Mourners"" http://t.co/ozqhp1aC",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/158284167891791872,['http://www.newser.com/story/137399/north-korea-punishes-insincere-mourners.html?utm_source=syn&utm_medium=goognews&utm_campaign=chan3_feed'],[],0,,False,5,3,16,,None,,,,,,,[],,,, +252,157700726515183616,157700726515183616,1326433757000.0,2012-01-13 05:49:17,+0000,,"A Tesla Roadster just passed the 100,000 mile mark for the first time and still has over 200 miles of range.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/157700726515183616,[],[],0,,False,15,5,51,,None,,,,,,,[],,,, +253,157599662159835136,157599662159835136,1326409662000.0,2012-01-12 23:07:42,+0000,,What is more magical than cowboys herding cats? Livin' the dream... http://t.co/1pLhb9lc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/157599662159835136,['http://www.youtube.com/watch?v=Pk7yqlTMvp8'],[],0,,False,93,18,23,,None,,,,,,,[],,,, +254,157569537548623872,157569537548623872,1326402479000.0,2012-01-12 21:07:59,+0000,,"Kids these days are so grown up! RT ""Second-Graders Wow Audience With School Production Of Equus"" http://t.co/YgyAIrwI",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/157569537548623872,['http://onion.com/bXDbyJ'],[],0,,False,3,2,2,,None,,,,,,,[],,,, +255,157292663601758208,157292663601758208,1326336468000.0,2012-01-12 02:47:48,+0000,,Model S Performance powertrain produced so much torque today that we broke the dyno. 4.4 sec 0-60 mph will not be a problem.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/157292663601758208,[],[],0,,False,32,16,110,,None,,,,,,,[],,,, +256,156927468836630528,156927468836630528,1326249399000.0,2012-01-11 02:36:39,+0000,,"The exec conf room at Tesla used to be called Denali, but I decided to move a few letters around. Seemed more apt :) http://t.co/Raq5UaR6",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/156927468836630528,[],['https://pbs.twimg.com/media/Ai2Es5PCMAEykyx.jpg'],1,https://pbs.twimg.com/media/Ai2Es5PCMAEykyx.jpg,False,315,32,67,,None,,,,,,,[],,,, +257,155380533533220864,155380533533220864,1325880580000.0,2012-01-06 20:09:40,+0000,,Model S Signature series sold out as of today https://t.co/pKbR0ziP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/155380533533220864,['https://www.teslamotors.com/own'],[],0,,False,9,18,50,,None,,,,,,,[],,,, +258,155340355884167169,155340355884167169,1325871001000.0,2012-01-06 17:30:01,+0000,,Next month is also when our Dragon spaceship docks with the Space Station for the first time. Major pucker factor...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/155340355884167169,[],[],0,,False,51,15,38,,None,,,,,,,[],,,, +259,155339851812700160,155339851812700160,1325870881000.0,2012-01-06 17:28:01,+0000,,Feb is huge month. Model X world premier and public reveal of our LA design studio on the 9th. Stay tuned for more details.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/155339851812700160,[],[],0,,False,17,13,26,,None,,,,,,,[],,,, +260,154313189079777280,154313189079777280,1325626105000.0,2012-01-03 21:28:25,+0000,,Just finished Massie's book on Catherine. An amazingly expansive and compelling portrait of an incredible woman. Highly recommend.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/154313189079777280,[],[],0,,False,13,4,2,,None,,,,,,,[],,,, +261,154307255536324608,154249485529255936,1325624691000.0,2012-01-03 21:04:51,+0000,,"@om Respectfully disagree. Larry made awesome moves last year, which laid the foundation for G+ to kick butt in 2012. He's a stud.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/154307255536324608,[],[],0,,False,13,6,10,,None,,,,,,,[],,,, +262,154094195089473536,154094195089473536,1325573893000.0,2012-01-03 06:58:13,+0000,,"What everyone really thinks ... RT “@jonlovett: If Mayans were good at predicting the future, there'd be Mayans.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/154094195089473536,[],[],0,,False,22,4,90,,None,,,,,,,[],,,, +263,153594528908058624,153594528908058624,1325454764000.0,2012-01-01 21:52:44,+0000,,"On a lighter note, the RHCP are f* awesome. No better way to bring in the New Year... http://t.co/TlkAdzsk",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/153594528908058624,[],['https://pbs.twimg.com/media/AiGtaQdCIAE5uq6.jpg'],1,https://pbs.twimg.com/media/AiGtaQdCIAE5uq6.jpg,False,92,4,14,,None,,,,,,,[],,,, +264,153578511687368704,153578511687368704,1325450945000.0,2012-01-01 20:49:05,+0000,,I said *information* weapons for a reason. The bit is mightier than the bomb.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153578511687368704,[],[],0,,False,16,6,12,,None,,,,,,,[],,,, +265,153576623101313025,153576623101313025,1325450494000.0,2012-01-01 20:41:34,+0000,,"If we are not careful, we will find that knife against liberty's neck. Fate has a great sense of irony. http://t.co/OQ2u1zHQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153576623101313025,['http://boingboing.net/2011/12/31/aclu-fights-kafkaesque-secret.html?utm_source=dlvr.it&utm_medium=twitter'],[],0,,False,14,4,10,,None,,,,,,,[],,,, +266,153574532031070208,153574532031070208,1325449996000.0,2012-01-01 20:33:16,+0000,,"We built powerful information weapons to fight enemies of liberty. Now those enemies are largely defeated, but the weapons remain.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153574532031070208,[],[],0,,False,21,7,28,,None,,,,,,,[],,,, +267,153519464653127680,153507481161711616,1325436867000.0,2012-01-01 16:54:27,+0000,,"@FareedZakaria However, China's real estate crisis will explode in a way that makes ours look puny. They can't hide it for much longer.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153519464653127680,[],[],0,,False,6,3,2,,None,,,,,,,[],,,, +268,153518263001808896,153507481161711616,1325436580000.0,2012-01-01 16:49:40,+0000,,"@FareedZakaria Yeah, 2012 will be great for the American economy & jobs, as we've mostly dealt with the overbuilt housing crisis.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153518263001808896,[],[],0,,False,25,4,1,,None,,,,,,,[],,,, +269,153515940707975169,153515940707975169,1325436027000.0,2012-01-01 16:40:27,+0000,,"My first prediction of 2012 has come true: ouch, my head hurts.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153515940707975169,[],[],0,,False,339,16,12,,None,,,,,,,[],,,, +270,153236159361847298,153236159361847298,1325369322000.0,2011-12-31 22:08:42,+0000,,World violence being super low is probably counter-intuitive to most people. That's because modern media is a misery microscope.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/153236159361847298,[],[],0,,False,32,9,65,,None,,,,,,,[],,,, +271,153235426126213120,153235426126213120,1325369147000.0,2011-12-31 22:05:47,+0000,,Here's a happy thought for 2012: world violence is at an all time historical low. Excellent piece by Stephen Pinker http://t.co/gv4MLfQe,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/153235426126213120,['http://j.mp/sLFDtN'],[],0,,False,34,10,84,,None,,,,,,,[],,,, +272,153099684280410112,153099684280410112,1325336783000.0,2011-12-31 13:06:23,+0000,,Hacked my Tesla charge connector on a small island in the rain last night #whatcouldpossiblygowrong,en,['whatcouldpossiblygowrong'],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/153099684280410112,[],[],0,,False,405,55,32,,None,,,,,,,[],,,, +273,152774892591398913,152774892591398913,1325259347000.0,2011-12-30 15:35:47,+0000,,"Not that this really matters. All current rocket tech, including ours, sucks. Only when it becomes fully reusable, will it not suck.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/152774892591398913,[],[],0,,False,1298,26,182,,None,,,,,,,[],,,, +274,152763084488982531,152763084488982531,1325256532000.0,2011-12-30 14:48:52,+0000,,"SpaceX has Boeing, Lockheed, Europe (Ariane) and Russia (Proton/Soyuz) near checkmate in rocket technology. End game is all about China.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/152763084488982531,[],[],0,,False,453,20,49,,None,,,,,,,[],,,, +275,152759917621690368,152759917621690368,1325255777000.0,2011-12-30 14:36:17,+0000,,China unveils ambitious space strategy http://t.co/udHmuft2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/152759917621690368,['http://www.nytimes.com/2011/12/30/world/asia/china-unveils-ambitious-plan-to-explore-space.html'],[],0,,False,317,13,17,,None,,,,,,,[],,,, +276,152614233278910464,152614233278910464,1325221043000.0,2011-12-30 04:57:23,+0000,,"To be clear, CtG absolutely did *not* bang her horse. They were just close friends who liked to take showers together and spoon at night.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152614233278910464,[],[],0,,False,137,30,50,,None,,,,,,,[],,,, +277,152602438807994369,152602438807994369,1325218231000.0,2011-12-30 04:10:31,+0000,,"Right mood, scented candles, Barry White singing ""Can't Get Enough of Your Love, Baby"" and the magic (by that I mean horsef*ing) happens ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152602438807994369,[],[],0,,False,528,59,320,,None,,,,,,,[],,,, +278,152600724222656512,152600724222656512,1325217822000.0,2011-12-30 04:03:42,+0000,,I'm just saying that u shouldn't pass judgment based on one night of passion. Sometimes things just happen and u go with the moment :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152600724222656512,[],[],0,,False,65,38,27,,None,,,,,,,[],,,, +279,152599413813018624,152599413813018624,1325217510000.0,2011-12-30 03:58:30,+0000,,"Sew one button, doesn't make u a tailor; cook one meal, doesn't make u a chef; but f* one horse and u r a horsef*er for all of history...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/152599413813018624,[],[],0,,False,168062,1815,46325,,None,,,,,,,[],,,, +280,152598246475317248,152598246475317248,1325217231000.0,2011-12-30 03:53:51,+0000,,"Am reading Robert Massie's book on Catherine the Great. Yeah, I know what you're probably thinking ... did she really f* a horse?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/152598246475317248,[],[],0,,False,133,23,46,,None,,,,,,,[],,,, +281,152520590719336448,152520590719336448,1325198717000.0,2011-12-29 22:45:17,+0000,,"Am not saying that is *necessarily* good or bad, but reality will force us to live with the consequences of our actions http://t.co/fnXmhUok",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/152520590719336448,['http://j.mp/tDhcer'],[],0,,False,14,7,6,,None,,,,,,,[],,,, +282,152517033207136256,152517033207136256,1325197869000.0,2011-12-29 22:31:09,+0000,,Interesting Economist article about how humanity's collective actions have created a fundamentally new geological age -- the Anthropocene.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/152517033207136256,[],[],0,,False,22,8,7,,None,,,,,,,[],,,, +283,152394000857448448,152164359987142657,1325168535000.0,2011-12-29 14:22:15,+0000,,"@om Cool personal essay. It really resonated with me, as I felt the same way after coming very close to dying from malaria ten years ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/152394000857448448,[],[],0,,False,27,9,8,,None,,,,,,,[],,,, +284,152315925167742977,152315925167742977,1325149921000.0,2011-12-29 09:12:01,+0000,,"@richardbranson Liked ""Screw Business as Usual"" a lot. This approach should be taken to heart by all, as it really is the smart move.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/152315925167742977,[],[],0,,False,100,7,11,,None,,,,,,,[],,,, +285,152311993636892672,150720923127922688,1325148983000.0,2011-12-29 08:56:23,+0000,,"@kanyewest Just returned from Haiti. For those who want to help, I recommend donating to MSF, UNICEF and Artists for Peace & Justice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/152311993636892672,[],[],0,,False,24,8,9,,None,,,,,,,[],,,, +286,152153637639028736,152151847614943233,1325111228000.0,2011-12-28 22:27:08,+0000,,@TheOnion So true :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/152153637639028736,[],[],0,,False,12,7,1,,None,,,,,,,[],,,, +287,151809315026636800,151809315026636800,1325029135000.0,2011-12-27 23:38:55,+0000,,If you ever wanted to know the *real* truth about the moon landings ...(best Onion article ever) http://t.co/pgNEJsjI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/151809315026636800,['http://j.mp/vLhhov'],[],0,,False,39,13,34,,None,,,,,,,[],,,, +288,151338939389706242,151338939389706242,1324916990000.0,2011-12-26 16:29:50,+0000,,Walked around a neighborhood recently rebuilt with help from APJ and others http://t.co/KYHjsS1k,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151338939389706242,[],['https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg'],1,https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg,False,155,9,18,,None,,,,,,,[],,,, +289,151337237429239808,151337237429239808,1324916584000.0,2011-12-26 16:23:04,+0000,,"It was Xmas, so we brought presents for the kids at the orphanage. They don't usually get much. http://t.co/r8qfluIG",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151337237429239808,[],['https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg'],1,https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg,False,158,15,13,,None,,,,,,,[],,,, +290,151327734843445249,151327734843445249,1324914318000.0,2011-12-26 15:45:18,+0000,,"Met with UNICEF, Doctors Without Borders and Artists for Peace & Justice. I support them and would recommend others do too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151327734843445249,[],[],0,,False,20,5,31,,None,,,,,,,[],,,, +291,151322293174419456,151322293174419456,1324913020000.0,2011-12-26 15:23:40,+0000,,Just returned from a trip to Haiti. Covered a lot of ground and saw many tough situations. They need a lot of help.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151322293174419456,[],[],0,,False,26,16,14,,None,,,,,,,[],,,, +292,151317672217419777,151317672217419777,1324911919000.0,2011-12-26 15:05:19,+0000,,Single character Tweets are the ulitmate extension of the Twitmeme...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151317672217419777,[],[],0,,False,23,30,6,,None,,,,,,,[],,,, +293,151151777662779392,151151777662779392,1324872366000.0,2011-12-26 04:06:06,+0000,,I,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/151151777662779392,[],[],0,,False,176,27,89,,None,,,,,,,[],,,, +294,150390624552615937,150390624552615937,1324690893000.0,2011-12-24 01:41:33,+0000,,The Russians are having some challenges with their rockets. Too many of the engineers that designed them have retired: http://t.co/rEs7spSU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150390624552615937,['http://ow.ly/89k5F'],[],0,,False,17,27,14,,None,,,,,,,[],,,, +295,150388617246801920,150388617246801920,1324690415000.0,2011-12-24 01:33:35,+0000,,We had a long and interesting conversation on many subjects. He has exciting ideas for extending his creative talents beyond music.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150388617246801920,[],[],0,,False,41,11,6,,None,,,,,,,[],,,, +296,150387544402575360,150387544402575360,1324690159000.0,2011-12-24 01:29:19,+0000,,Kanye stopped by the SpaceX rocket factory today. http://t.co/6z7gHBn6,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150387544402575360,[],['https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg'],1,https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg,False,117055,1332,8414,,None,,,,,,,[],,,, +297,149813972915339264,149813972915339264,1324553410000.0,2011-12-22 11:30:10,+0000,,Model S options are out! Performance in red and black for me. I will deliver my car in June/July. http://t.co/acnyP4nh,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/149813972915339264,[],['https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg'],1,https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg,False,444,40,52,,None,,,,,,,[],,,, +298,149787827712958464,149787827712958464,1324547176000.0,2011-12-22 09:46:16,+0000,,"Hi, I'm Art Garfunkel. Have you heard the sound of silence? Because, you know, it makes a sound... http://t.co/7vgya9xL",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/149787827712958464,[],['https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg'],1,https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg,False,896,86,150,,None,,,,,,,[],,,, +299,149688828599349251,149688828599349251,1324523572000.0,2011-12-22 03:12:52,+0000,,Raul Campos invited me to do a guest DJ gig on KCRW. Hear my random holiday season music selections at http://t.co/o6FQASvC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/149688828599349251,['http://ow.ly/87gEb'],[],0,,False,9,6,4,,None,,,,,,,[],,,, +300,149629518267695104,149629518267695104,1324509431000.0,2011-12-21 23:17:11,+0000,,Yum! Even better than deep fried butter: http://t.co/Ody21NuD,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/149629518267695104,['http://ow.ly/877EB'],[],0,,False,10,7,2,,None,,,,,,,[],,,, +301,149447517325635584,149447517325635584,1324466039000.0,2011-12-21 11:13:59,+0000,,"Yeah, this really is me, as my Mom @mayemusk will attest. Not sure I can handle just doing 140 char missives. Will put longer thoughts on G+",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149447517325635584,[],[],0,,False,34,11,4,,None,,,,,,,[],,,, +302,149444078210256896,149444078210256896,1324465219000.0,2011-12-21 11:00:19,+0000,,"Got called randomly by Kanye West today and received a download of his thoughts, ranging from shoes to Moses. He was polite, but opaque.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149444078210256896,[],[],0,,False,1068,19,546,,None,,,,,,,[],,,, +303,149441101684686848,149441101684686848,1324464509000.0,2011-12-21 10:48:29,+0000,,His singing and acting talent will be sorely missed: http://t.co/IIFKob75 South Park sequel coming soon...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149441101684686848,['http://www.youtube.com/watch?v=jdug6yHJB40&feature=related'],[],0,,False,32,6,2,,None,,,,,,,[],,,, +304,149439686702661632,149439686702661632,1324464172000.0,2011-12-21 10:42:52,+0000,,Why does the crowd cry over the glorious leader Kim Il Sung's death? Fear of being shot may play a role: http://t.co/hoQrYtG1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149439686702661632,['http://ow.ly/86gDA'],[],0,,False,23,20,9,,None,,,,,,,[],,,, +305,149436471764459520,149436471764459520,1324463405000.0,2011-12-21 10:30:05,+0000,,Sam Harris also wrote a nice piece on the awesomeness of Hitchens: http://t.co/fPkLiK3v May the good man RIP.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149436471764459520,['http://www.samharris.org/blog/item/hitch/'],[],0,,False,103,12,21,,None,,,,,,,[],,,, +306,149435658115612672,149435658115612672,1324463211000.0,2011-12-21 10:26:51,+0000,,"Read ""Lying"", the new book by my friend Sam Harris. Excellent cover art and lots of good reasons not to lie!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149435658115612672,[],[],0,,False,60,12,13,,None,,,,,,,[],,,, +307,143171132814671872,143171132814671872,1322969632000.0,2011-12-04 03:33:52,+0000,,Am reading a great biography of Ben Franklin by Isaacson. Highly recommended.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/143171132814671872,[],[],0,,False,65,17,9,,None,,,,,,,[],,,, +308,142881284019060736,142881284019060736,1322900527000.0,2011-12-03 08:22:07,+0000,,That was a total non sequitur btw,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142881284019060736,[],[],0,,False,53,31,6,,None,,,,,,,[],,,, +309,142880871391838208,142880871391838208,1322900428000.0,2011-12-03 08:20:28,+0000,,"Great Voltaire quote, arguably better than Twain. Hearing news of his own death, Voltaire replied the reports were true, only premature.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142880871391838208,[],[],0,,False,29,7,25,,None,,,,,,,[],,,, +310,142188458125963264,142188458125963264,1322735344000.0,2011-12-01 10:29:04,+0000,,I made the volume on the Model S http://t.co/wMCnT53M go to 11. Now I just need to work in a miniature Stonehenge...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/142188458125963264,['http://ow.ly/i/mtD7'],[],0,,False,78,31,9,,None,,,,,,,[],,,, +311,142179928203460608,142179928203460608,1322733311000.0,2011-12-01 09:55:11,+0000,,"Went to Iceland on Sat to ride bumper cars on ice! No, not the country, Vlad's rink in Van Nuys. Awesome family fun :) http://t.co/rBQXJ9IT",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/142179928203460608,[],['https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg'],1,https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg,False,189,32,15,,None,,,,,,,[],,,, +312,15434727182,15434727182,1275676317000.0,2010-06-04 18:31:57,+0000,,"Please ignore prior tweets, as that was someone pretending to be me :) This is actually me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/15434727182,[],[],0,,False,4652,391,348,,None,,,,,,,[],,,, diff --git a/task1/2013.csv b/task1/2013.csv new file mode 100644 index 0000000..9276a12 --- /dev/null +++ b/task1/2013.csv @@ -0,0 +1,738 @@ +,id,conversation_id,created_at,date,timezone,place,tweet,language,hashtags,cashtags,user_id,user_id_str,username,name,day,hour,link,urls,photos,video,thumbnail,retweet,nlikes,nreplies,nretweets,quote_url,search,near,geo,source,user_rt_id,user_rt,retweet_id,reply_to,retweet_date,translate,trans_src,trans_dest +0,416314131545739264,416265844633899008,1388091998000.0,2013-12-26 21:06:38,+0000,,"@olajahr @TeslaMotors Ideally, the S should just hold position when it knows that's what you really want",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/416314131545739264,[],[],0,,False,14,31,4,,None,,,,,,,[],,,, +1,415949158127005698,415904867681460224,1388004981000.0,2013-12-25 20:56:21,+0000,,@bonnienorman @TeslaMotors @TeslaMotorsClub Merry Christmas!,et,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/415949158127005698,[],[],0,,False,12,1,3,,None,,,,,,,[],,,, +2,414560643983740928,414456595431432192,1387673934000.0,2013-12-22 00:58:54,+0000,,"@simonhackett Yes, definitely needs a huge amount of battery capacity. ~1/3 of energy produced during day must be stored",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/414560643983740928,[],[],0,,False,18,6,11,,None,,,,,,,[],,,, +3,414456595431432192,414456595431432192,1387649127000.0,2013-12-21 18:05:27,+0000,,This is why I think solar power will be the primary long term solution http://t.co/WNa12OVj5P,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/414456595431432192,['http://www.abb-conversations.com/2013/12/7-impressive-solar-energy-facts-charts/'],[],0,,False,1068,211,1576,,None,,,,,,,[],,,, +4,414456263087370240,414387939661979649,1387649048000.0,2013-12-21 18:04:08,+0000,,@arcaresenal true,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/414456263087370240,[],[],0,,False,9,0,0,,None,,,,,,,[],,,, +5,413772104786780160,413772104786780160,1387485931000.0,2013-12-19 20:45:31,+0000,,220 ft tall mobile crane to carry the rocket around in the vertical http://t.co/hgXnpEh8yU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/413772104786780160,[],['https://pbs.twimg.com/media/Bb4DiXTIgAA_Ewq.jpg'],1,https://pbs.twimg.com/media/Bb4DiXTIgAA_Ewq.jpg,False,333,81,213,,None,,,,,,,[],,,, +6,413751355451265024,413751355451265024,1387480984000.0,2013-12-19 19:23:04,+0000,,SolarCity launches Give Power Foundation http://t.co/Ag63gyLBRP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/413751355451265024,['http://finance.yahoo.com/news/solarcity-launches-power-foundation-tm-180500976.html'],[],0,,False,139,27,145,,None,,,,,,,[],,,, +7,410447049687961600,410447049687961600,1386693177000.0,2013-12-10 16:32:57,+0000,,Sock monkey of destruction! http://t.co/KqvXWDFmrr,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/410447049687961600,['http://news.yahoo.com/sock-monkey-s-toy-gun-detained-by-tsa-215850875.html'],[],0,,False,127,48,186,,None,,,,,,,[],,,, +8,408731422136864768,408731422136864768,1386284139000.0,2013-12-05 22:55:39,+0000,,"Rest in peace, Nelson Mandela. A man both good and great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/408731422136864768,[],[],0,,False,671,48,781,,None,,,,,,,[],,,, +9,408708548009291776,408708548009291776,1386278685000.0,2013-12-05 21:24:45,+0000,,Should mention that the battery cells used for this are 200 Wh/kg vs 250 for Model S. No short term supply constraint.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/408708548009291776,[],[],0,,False,86,49,66,,None,,,,,,,[],,,, +10,408695108033191936,408695108033191936,1386275481000.0,2013-12-05 20:31:21,+0000,,Solar power w batteries will be the primary (not exclusive) means of sustainable energy production http://t.co/rvXBzQXbsc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/408695108033191936,['http://www.solarcity.com/pressreleases/218/SolarCity-Introduces-Energy-Storage-for-Businesses.aspx'],[],0,,False,290,88,356,,None,,,,,,,[],,,, +11,408030622708678657,408030622708678657,1386117055000.0,2013-12-04 00:30:55,+0000,,"View of Earth from upper stage rear view camera at 8,000 miles http://t.co/V4tdMUA48X",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/408030622708678657,[],['https://pbs.twimg.com/media/BamdsH0IIAA-W_b.jpg'],1,https://pbs.twimg.com/media/BamdsH0IIAA-W_b.jpg,False,1531,248,1958,,None,,,,,,,[],,,, +12,408014483551191040,408014483551191040,1386113208000.0,2013-12-03 23:26:48,+0000,,"Restart was good, apogee raised to 80k km (50k miles). Yes!!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/408014483551191040,[],[],0,,False,500,164,321,,None,,,,,,,[],,,, +13,408008759433502720,408008759433502720,1386111843000.0,2013-12-03 23:04:03,+0000,,"Reached parking orbit. Now coasting towards equator, where the upper stage will, if all goes well, restart to raise apogee",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/408008759433502720,[],[],0,,False,308,73,297,,None,,,,,,,[],,,, +14,407996645121728513,407996645121728513,1386108955000.0,2013-12-03 22:15:55,+0000,,Live video feed of launch at http://t.co/Oo569cuarz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/407996645121728513,['http://spacex.com/webcast'],[],0,,False,183,108,449,,None,,,,,,,[],,,, +15,407987488645718016,407987488645718016,1386106771000.0,2013-12-03 21:39:31,+0000,,About an hour away from launch. I'd like to thank @SES_Satellites for taking a chance on @SpaceX. We've given it our all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/407987488645718016,[],[],0,,False,270,90,304,,None,,,,,,,[],,,, +16,407941040503783424,407940949440856064,1386095697000.0,2013-12-03 18:34:57,+0000,,@toruonu cool :),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/407941040503783424,[],[],0,,False,9,4,1,,None,,,,,,,[],,,, +17,407910834225295360,407903144383754241,1386088496000.0,2013-12-03 16:34:56,+0000,,@UFrugger10 I agree. Will be restored shortly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/407910834225295360,[],[],0,,False,5,1,2,,None,,,,,,,[],,,, +18,407718277365121024,407701110053285888,1386042587000.0,2013-12-03 03:49:47,+0000,,"@TierraUniversu It was fixed this weekend, so he should try the test again.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/407718277365121024,[],[],0,,False,8,6,0,,None,,,,,,,[],,,, +19,407718045151678464,407701110053285888,1386042531000.0,2013-12-03 03:48:51,+0000,,"@TierraUniversu The writer of this article had a problem with his 12V battery, so main pack was constantly charging it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/407718045151678464,[],[],0,,False,8,3,1,,None,,,,,,,[],,,, +20,407704106544160769,407701110053285888,1386039208000.0,2013-12-03 02:53:28,+0000,,"@TierraUniversu Doesn't sound right. If it is, we certainly need to fix it. Investigating...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/407704106544160769,[],[],0,,False,4,2,0,,None,,,,,,,[],,,, +21,407636950456078336,407636950456078336,1386023197000.0,2013-12-02 22:26:37,+0000,,"German govt reviews Tesla Model S fires. All due to high speed impacts, no injuries. Concludes: no defects, no recall http://t.co/24iZzOSL3B",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/407636950456078336,['http://www.teslamotors.com/about/press/releases/german-federal-motor-transport-authority-kraftfahrtbundesamt-concludes-review-m'],[],0,,False,448,107,661,,None,,,,,,,[],,,, +22,407540177289371648,407540177289371648,1386000124000.0,2013-12-02 16:02:04,+0000,,All known rocket anomalies resolved. Will spend another day rechecking to be sure. Launch attempt tmrw eve w Wed as backup.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/407540177289371648,[],[],0,,False,208,55,252,,None,,,,,,,[],,,, +23,407315762387636224,407315762387636224,1385946619000.0,2013-12-02 01:10:19,+0000,,"The gas generator is a small rocket engine that powers the turbopump, which produces 7000 horsepower & weighs 160 lbs",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/407315762387636224,[],[],0,,False,162,71,134,,None,,,,,,,[],,,, +24,407313331247398912,407313331247398912,1385946040000.0,2013-12-02 01:00:40,+0000,,Engines are cycling cleanly w ground pneumatics. Replaced gas generator on engine 9 (center) as a precautionary measure.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/407313331247398912,[],[],0,,False,116,34,100,,None,,,,,,,[],,,, +25,406806983023820800,406806983023820800,1385825317000.0,2013-11-30 15:28:37,+0000,,"Abort was caused by oxygen in ground side TEA-TEB. Upper stage on separate internal circuit, so doesn't face same risk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/406806983023820800,[],[],0,,False,81,45,134,,None,,,,,,,[],,,, +26,406799700940324864,406799700940324864,1385823581000.0,2013-11-30 14:59:41,+0000,,"Rocket engines are healthy, but cleaning turbopump gas generators will take another day. Aiming for Mon eve launch.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/406799700940324864,[],[],0,,False,212,55,296,,None,,,,,,,[],,,, +27,406211326282055681,406205904141697024,1385683301000.0,2013-11-29 00:01:41,+0000,,@WilliamShatner Will do. Probably at least a few days. Depends on whether we need to pull the turbopumps.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/406211326282055681,[],[],0,,False,46,29,43,,None,,,,,,,[],,,, +28,406209289494462464,406209289494462464,1385682816000.0,2013-11-28 23:53:36,+0000,,We called manual abort. Better to be paranoid and wrong. Bringing rocket down to borescope engines ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406209289494462464,[],[],0,,False,316,154,459,,None,,,,,,,[],,,, +29,406205904141697024,406205904141697024,1385682009000.0,2013-11-28 23:40:09,+0000,,"If launch aborts, we will bring the rocket down for engine inspection, so probably a few days before next attempt",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406205904141697024,[],[],0,,False,123,70,237,,None,,,,,,,[],,,, +30,406205240040771584,406205240040771584,1385681850000.0,2013-11-28 23:37:30,+0000,,"Increasing helium spin start pressure. Probably <50% chance of passing all aborts, but worth a try. Countdown resuming ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406205240040771584,[],[],0,,False,101,43,169,,None,,,,,,,[],,,, +31,406194506011525120,406194506011525120,1385679291000.0,2013-11-28 22:54:51,+0000,,Launch aborted by autosequence due to slower than expected thrust ramp. Seems ok on closer inspection. Cycling countdown.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406194506011525120,[],[],0,,False,188,75,420,,None,,,,,,,[],,,, +32,406187728850944000,406187728850944000,1385677675000.0,2013-11-28 22:27:55,+0000,,Live stream of launch at http://t.co/Oo569cuarz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406187728850944000,['http://spacex.com/webcast'],[],0,,False,144,83,427,,None,,,,,,,[],,,, +33,406186792409632769,406186792409632769,1385677452000.0,2013-11-28 22:24:12,+0000,,15 mins to liftoff http://t.co/3jDrHRSPQZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406186792409632769,[],['https://pbs.twimg.com/media/BaMQvEqIMAAf86o.jpg'],1,https://pbs.twimg.com/media/BaMQvEqIMAAf86o.jpg,False,491,65,446,,None,,,,,,,[],,,, +34,405989364322533376,405957164620980225,1385630382000.0,2013-11-28 09:19:42,+0000,,"@lomac92 @WIRED No, almost all fuel/ox is being reserved for SES satellite to give max chance of success",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/405989364322533376,[],[],0,,False,3,7,1,,None,,,,,,,[],,,, +35,405988869868642304,405988869868642304,1385630264000.0,2013-11-28 09:17:44,+0000,,Model S Owner drives 3121 miles solo from Canada to Mexico http://t.co/8G8l1utgS2,es,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/405988869868642304,['http://www.reddit.com/r/IAmA/comments/1rm0id/i_just_drove_3121_miles_solo_from_mexico_to/'],[],0,,False,267,58,308,,None,,,,,,,[],,,, +36,405965445628710912,405957164620980225,1385624679000.0,2013-11-28 07:44:39,+0000,,Good description of the launch by @WIRED: http://t.co/QnLhvviEAn,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/405965445628710912,['http://wrd.cm/18pocDF'],[],0,,False,152,33,137,,None,,,,,,,[],,,, +37,405924331358023680,405918568635580416,1385614876000.0,2013-11-28 05:01:16,+0000,,Don't actually mean to knock Honda -- their cars are solid -- but the park outside (or yr house might burn down) advice was awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/405924331358023680,[],[],0,,False,245,67,202,,None,,,,,,,[],,,, +38,405922013111676928,405918568635580416,1385614324000.0,2013-11-28 04:52:04,+0000,,"@AdamMKE Model S can seat 5 adults, two kids and has a front trunk for luggage. Might work for you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/405922013111676928,[],[],0,,False,16,6,5,,None,,,,,,,[],,,, +39,405918568635580416,405918568635580416,1385613503000.0,2013-11-28 04:38:23,+0000,,"...but only if you like your house ""Honda recalls Fit for fire risk, says park it outside http://t.co/tLpZ7HBIdV """,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/405918568635580416,['http://www.usatoday.com/story/money/cars/2013/06/28/honda-fit-fire-risk-recall-power-window/2474023/'],[],0,,False,188,47,245,,None,,,,,,,[],,,, +40,405134552458620928,405134552458620928,1385426579000.0,2013-11-26 00:42:59,+0000,,"Saw pressure fluctuations on Falcon boost stage liquid oxygen tank. Want to be super careful, so pushing launch to Thurs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/405134552458620928,[],[],0,,False,244,116,295,,None,,,,,,,[],,,, +41,404755031037317120,404755031037317120,1385336094000.0,2013-11-24 23:34:54,+0000,,At Disney World w kids for traditional prelaunch visit (first good flight was after riding Space Mountain),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/404755031037317120,[],[],0,,False,497,84,134,,None,,,,,,,[],,,, +42,404073926247972864,404073926247972864,1385173706000.0,2013-11-23 02:28:26,+0000,,Launch can be viewed live from Cape causeways or via http://t.co/soOCggCpN0 webcast around 5:30 local time on Monday,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/404073926247972864,['http://SpaceX.com'],[],0,,False,181,46,209,,None,,,,,,,[],,,, +43,404067161175379968,404063199227437057,1385172093000.0,2013-11-23 02:01:33,+0000,,@DarkSapiens Easier to make the plane change to equatorial orbit. Done in order to reduce satellite side delta V from 1800 m/s to 1500 m/s.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/404067161175379968,[],[],0,,False,15,10,5,,None,,,,,,,[],,,, +44,404063199227437057,404063199227437057,1385171148000.0,2013-11-23 01:45:48,+0000,,"Will be toughest mission to date. Requires coast + upper stage restart + going to 80,000 km altitude (~1/4 way to moon).",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/404063199227437057,[],[],0,,False,225,83,237,,None,,,,,,,[],,,, +45,404059376652005377,404059376652005377,1385170237000.0,2013-11-23 01:30:37,+0000,,Headed to Cape Canaveral tomorrow for first @SpaceX geostationary satellite launch.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/404059376652005377,[],[],0,,False,379,95,328,,None,,,,,,,[],,,, +46,403602986561073152,403602986561073152,1385061425000.0,2013-11-21 19:17:05,+0000,,Tesla Model S Consumer Reports customer satisfaction survey highest of any car on road at 99/100 http://t.co/PpuS01S2KN,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/403602986561073152,['http://insideevs.com/tesla-model-s-tops-consumer-reports-customer-satisfaction-survey-by-scoring-99-out-of-100-points/'],[],0,,False,418,120,667,,None,,,,,,,[],,,, +47,402850950500474881,402850950500474881,1384882125000.0,2013-11-19 17:28:45,+0000,,Tesla is also extending the Model S warranty to cover any fire damage even if due solely to a driver accident,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/402850950500474881,[],[],0,,False,541,156,761,,None,,,,,,,[],,,, +48,402836392566202368,402836392566202368,1384878654000.0,2013-11-19 16:30:54,+0000,,What makes this incredibly unjust is that the Model S to date has the best safety record of any car on the road (no injuries or deaths ever),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/402836392566202368,[],[],0,,False,550,245,674,,None,,,,,,,[],,,, +49,402811201052090368,402811201052090368,1384872648000.0,2013-11-19 14:50:48,+0000,,"Why does a Tesla fire w no injury get more media headlines than 100,000 gas car fires that kill 100s of people per year?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/402811201052090368,[],[],0,,False,1901,1216,3697,,None,,,,,,,[],,,, +50,402803732632453121,402803732632453121,1384870868000.0,2013-11-19 14:21:08,+0000,,Mission of Tesla http://t.co/UchbT5NZE3,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/402803732632453121,['http://www.teslamotors.com/blog/mission-tesla'],[],0,,False,434,139,672,,None,,,,,,,[],,,, +51,400776254082666496,400776254082666496,1384387479000.0,2013-11-14 00:04:39,+0000,,SuperDraco rocket engine fired at full thrust w a printed Inconel chamber. Used for Dragon escape & landing http://t.co/HjWEayLlBN,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/400776254082666496,[],['https://pbs.twimg.com/media/BY_X4TPCUAASsuv.jpg'],1,https://pbs.twimg.com/media/BY_X4TPCUAASsuv.jpg,False,507,88,461,,None,,,,,,,[],,,, +52,400411503742164992,400411503742164992,1384300516000.0,2013-11-12 23:55:16,+0000,,"In other news, George Clooney reports that his iPhone 1 had a bug back in '07",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/400411503742164992,[],[],0,,False,991,218,983,,None,,,,,,,[],,,, +53,399347799403151360,399347799403151360,1384046909000.0,2013-11-10 01:28:29,+0000,,Model S owner blogs about TN accident http://t.co/93Fz8WEwOU,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/399347799403151360,['http://www.teslamotors.com/blog/model-s-owner-tennessee'],[],0,,False,367,132,703,,None,,,,,,,[],,,, +54,396712451305000960,396712451305000960,1383418593000.0,2013-11-02 18:56:33,+0000,,"Thanks Woz! ""@stevewoz: Here to pick up my new car! (at @TeslaMotors w/ 2 others)""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/396712451305000960,[],[],0,,False,421,59,341,,None,,,,,,,[],,,, +55,395562607462981633,395562607462981633,1383144449000.0,2013-10-30 14:47:29,+0000,,Tesla West Coast Supercharger network now energized. Travel from Vancouver to Tijuana in styel! http://t.co/gTvV9egg3K,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/395562607462981633,['http://www.teslamotors.com/about/press/releases/tesla-energizes-west-coast-supercharger-corridor'],[],0,,False,193,63,419,,None,,,,,,,[],,,, +56,394220043816296448,394220043816296448,1382824357000.0,2013-10-26 21:52:37,+0000,,Giant dog topiary in Bilbao http://t.co/kHdAMvOEMN,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/394220043816296448,[],['https://pbs.twimg.com/media/BXiNCoXCcAEFPon.jpg'],1,https://pbs.twimg.com/media/BXiNCoXCcAEFPon.jpg,False,658,138,260,,None,,,,,,,[],,,, +57,389113628416172032,389113628416172032,1381606893000.0,2013-10-12 19:41:33,+0000,,"Rocket flight to 744m, hover & return to launch pad (close shot from hexacopter drone) http://t.co/vyJSUbZo2R",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/389113628416172032,['http://youtu.be/9ZDkItO-0a4'],[],0,,False,871,385,1772,,None,,,,,,,[],,,, +58,386219821685170176,386219821685170176,1380916955000.0,2013-10-04 20:02:35,+0000,,About the Model S fire ... http://t.co/7LSBaNbnyd,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/386219821685170176,['http://www.teslamotors.com/blog/model-s-fire'],[],0,,False,567,295,1207,,None,,,,,,,[],,,, +59,384437535348248576,384407846349062144,1380492025000.0,2013-09-29 22:00:25,+0000,,"@DebbieViviers @SpaceX Yes, upper stage venting of liquid oxygen created a fast moving fuzzy white sphere in space over SA",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/384437535348248576,[],[],0,,False,11,13,14,,None,,,,,,,[],,,, +60,384410742675341312,384410742675341312,1380485637000.0,2013-09-29 20:13:57,+0000,,"Between this flight & Grasshopper tests, I think we now have all the pieces of the puzzle to bring the rocket back home.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/384410742675341312,[],[],0,,False,463,133,612,,None,,,,,,,[],,,, +61,384407846349062144,384407846349062144,1380484947000.0,2013-09-29 20:02:27,+0000,,"Rocket booster relit twice (supersonic retro & landing), but spun up due to aero torque, so fuel centrifuged & we flamed out",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/384407846349062144,[],[],0,,False,161,116,254,,None,,,,,,,[],,,, +62,384392608350367744,384392608350367744,1380481314000.0,2013-09-29 19:01:54,+0000,,Launch was good. All satellites deployed at the targeted orbit insertion vectors. http://t.co/SUYMH7W9pH,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/384392608350367744,[],['https://pbs.twimg.com/media/BVWjCmQCIAAyaxN.jpg'],1,https://pbs.twimg.com/media/BVWjCmQCIAAyaxN.jpg,False,827,200,1071,,None,,,,,,,[],,,, +63,384336908949524480,384336908949524480,1380468034000.0,2013-09-29 15:20:34,+0000,,You can watch the launch at http://t.co/2ZSXeqWKvy http://t.co/u5VEUgRu8g,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/384336908949524480,['http://www.spacex.com/webcast/'],['https://pbs.twimg.com/media/BVVwYdvCIAACkZ6.jpg'],1,https://pbs.twimg.com/media/BVVwYdvCIAACkZ6.jpg,False,417,145,774,,None,,,,,,,[],,,, +64,384335603849895936,384335603849895936,1380467723000.0,2013-09-29 15:15:23,+0000,,"Looks good for a launch attempt today. Upper winds slightly exceed loads in high subsonic regime, but improving.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/384335603849895936,[],[],0,,False,110,41,142,,None,,,,,,,[],,,, +65,383418900823547904,383418900823547904,1380249164000.0,2013-09-27 02:32:44,+0000,,Water ice on Mars http://t.co/fPz1OF7EXI,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/383418900823547904,['http://gizmodo.com/nasas-curiosity-rover-just-found-water-in-martian-soil-1403908591'],[],0,,False,267,89,619,,None,,,,,,,[],,,, +66,383338164028317696,383338164028317696,1380229915000.0,2013-09-26 21:11:55,+0000,,Sensible piece on status of climate change by @BadAstronomer http://t.co/Nxm7PX6cpi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/383338164028317696,['http://www.slate.com/blogs/bad_astronomy/2013/09/26/climate_change_denial_james_delingpole_tells_it_like_it_isn_t.html'],[],0,,False,173,41,229,,None,,,,,,,[],,,, +67,382901196509294592,382901196509294592,1380125733000.0,2013-09-25 16:15:33,+0000,,"Falcon 9 launch window is Sunday and Monday, assuming good weather at Vandenberg Air Force Base",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/382901196509294592,[],[],0,,False,123,80,275,,None,,,,,,,[],,,, +68,382900449235308544,382900449235308544,1380125555000.0,2013-09-25 16:12:35,+0000,,Good progress harnessing that big fusion reactor in the sky http://t.co/MZR8sQRE5E,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/382900449235308544,['http://www.businessinsider.com/scientists-create-world-record-solar-cell-2013-9'],[],0,,False,200,45,339,,None,,,,,,,[],,,, +69,380877211919585280,380877211919585280,1379643178000.0,2013-09-20 02:12:58,+0000,,Good Hyperloop feedback from Ansys. Am excited by how much it can be improved by open src contributions! http://t.co/bD0u3roBd0,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/380877211919585280,['http://nbcnews.com/technology/hyperloop-sounds-crazy-simulation-says-it-just-might-work-4B11202787'],[],0,,False,266,81,451,,None,,,,,,,[],,,, +70,380866647575126016,380866647575126016,1379640659000.0,2013-09-20 01:30:59,+0000,,Completed rocket static fire with all systems green this time. Launch window opens in 10 days http://t.co/rKVBLIk6yq,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/380866647575126016,['http://www.youtube.com/watch?v=VX4LH0wn9Rs&feature=youtu.be'],[],0,,False,181,59,262,,None,,,,,,,[],,,, +71,380549727537745920,380549727537745920,1379565099000.0,2013-09-19 04:31:39,+0000,,Falcon 9 at sunset http://t.co/CeXSwqjVHP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/380549727537745920,[],['https://pbs.twimg.com/media/BUf79feCMAAc6h4.jpg'],1,https://pbs.twimg.com/media/BUf79feCMAAc6h4.jpg,False,615,126,569,,None,,,,,,,[],,,, +72,380500718387359744,380500718387359744,1379553415000.0,2013-09-19 01:16:55,+0000,,Am happy to hear that GM plans to develop an affordable 200 mile range electric car. Right target. Hope others do same.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/380500718387359744,[],[],0,,False,467,152,552,,None,,,,,,,[],,,, +73,380459687050608640,380459687050608640,1379543632000.0,2013-09-18 22:33:52,+0000,,Approach is 360 deg flush mounted tiny cameras + radar (prob not lidar). Lot of software & hardware level image processing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380459687050608640,[],[],0,,False,120,68,124,,None,,,,,,,[],,,, +74,380454034659753984,380454034659753984,1379542285000.0,2013-09-18 22:11:25,+0000,,"Engineers interested in working on autonomous driving, pls email autopilot@teslamotors.com. Team will report directly to me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380454034659753984,[],[],0,,False,722,195,1710,,None,,,,,,,[],,,, +75,380451200782462976,380451200782462976,1379541609000.0,2013-09-18 22:00:09,+0000,,Intense effort underway at Tesla to develop a practical autopilot system for Model S,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380451200782462976,[],[],0,,False,565,194,944,,None,,,,,,,[],,,, +76,379171375732105218,379171375732105218,1379236475000.0,2013-09-15 09:14:35,+0000,,"Will do another static fire of rocket to make sure all is good & AF needs to test ICBMs, so probable launch Sept 29/30.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/379171375732105218,[],[],0,,False,116,51,131,,None,,,,,,,[],,,, +77,378398857358352384,378238912281341954,1379052292000.0,2013-09-13 06:04:52,+0000,,"Full thrust achieved on 2 sec static fire. Some anomalies to be investigated, so launch date tbd.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/378398857358352384,[],[],0,,False,59,40,87,,None,,,,,,,[],,,, +78,377349811604709376,377349811604709376,1378802180000.0,2013-09-10 08:36:20,+0000,,"Upcoming Falcon 9 demo has a lot of new technology, so the probability of failure is significant http://t.co/PfnGeEaaWq",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/377349811604709376,['http://ow.ly/oJ0W1'],[],0,,False,129,101,245,,None,,,,,,,[],,,, +79,377325202121580544,377325202121580544,1378796313000.0,2013-09-10 06:58:33,+0000,,First of next gen Falcon 9 rockets rolls out to the launch pad at Vandenberg Air Force Base http://t.co/hNl6zKodvr,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/377325202121580544,[],['https://pbs.twimg.com/media/BTyHRaVCIAAc8Zr.jpg'],1,https://pbs.twimg.com/media/BTyHRaVCIAAc8Zr.jpg,False,561,114,710,,None,,,,,,,[],,,, +80,377317751880044544,376433459452854272,1378794536000.0,2013-09-10 06:28:56,+0000,,MT “@johnnyhotts: @WIRED Correction: Japan's levitating train hit 361 MPH http://t.co/7jrMCf5tBc It will operate at 310”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/377317751880044544,['http://goo.gl/Hkq38h'],[],0,,False,30,21,52,,None,,,,,,,[],,,, +81,376439054209781761,376439054209781761,1378585039000.0,2013-09-07 20:17:19,+0000,,It is crazy that the proposed California high speed rail only goes 200 mph w avg speed of 130 mph when Japan is 300 mph+,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/376439054209781761,[],[],0,,False,469,274,852,,None,,,,,,,[],,,, +82,376063728388538368,376063728388538368,1378495554000.0,2013-09-06 19:25:54,+0000,,Video review of Model S vs. Aston Martin Rapide S by @Autocar http://t.co/14cLl20jMP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/376063728388538368,['http://www.autocar.co.uk/car-video/video-tesla-model-s-vs-aston-martin-rapide-s'],[],0,,False,260,112,386,,None,,,,,,,[],,,, +83,375737311641628672,375737311641628672,1378417730000.0,2013-09-05 21:48:50,+0000,,SpaceX SuperDraco inconel rocket chamber w regen cooling jacket emerges from EOS 3D metal printer http://t.co/Tj284OuAk1,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/375737311641628672,[],['https://pbs.twimg.com/media/BTbjGB3CcAErIwW.jpg'],1,https://pbs.twimg.com/media/BTbjGB3CcAErIwW.jpg,False,633,141,636,,None,,,,,,,[],,,, +84,375729357366362112,375729357366362112,1378415834000.0,2013-09-05 21:17:14,+0000,,Designing a rocket part w hand gestures & then 3D printing it in a metal superalloy ... http://t.co/h3KoyAb0Lt,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/375729357366362112,['http://www.youtube.com/watch?v=xNqs_S-zEBY&feature=youtu.be'],[],0,,False,1099,395,2243,,None,,,,,,,[],,,, +85,375156462542000128,375156462542000128,1378279245000.0,2013-09-04 07:20:45,+0000,,Was at Vandenberg today going over the upcoming next gen F9 rocket launch. Some tense days ahead http://t.co/bfXnFt7alm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/375156462542000128,[],['https://pbs.twimg.com/media/BTTS0J5CQAAhQXW.jpg'],1,https://pbs.twimg.com/media/BTTS0J5CQAAhQXW.jpg,False,348,83,236,,None,,,,,,,[],,,, +86,371098424294133760,371098114964205568,1377311733000.0,2013-08-24 02:35:33,+0000,,@Jon_Favreau Yup. We saw it in the movie and made it real. Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/371098424294133760,[],[],0,,False,321,68,315,,None,,,,,,,[],,,, +87,371032852101484544,371032852101484544,1377296100000.0,2013-08-23 22:15:00,+0000,,Will post video next week of designing a rocket part with hand gestures & then immediately printing it in titanium,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371032852101484544,[],[],0,,False,1017,438,1749,,None,,,,,,,[],,,, +88,371030745449369600,371028785476284416,1377295597000.0,2013-08-23 22:06:37,+0000,,"And, uhh no (zillionth person who asked), I am not going to make an IM suit, however design by hand-manipulated hologram is actually useful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371030745449369600,[],[],0,,False,330,114,546,,None,,,,,,,[],,,, +89,371029699385774083,371028785476284416,1377295348000.0,2013-08-23 22:02:28,+0000,,@brynmooser Reality is the best illusion,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371029699385774083,[],[],0,,False,43,12,31,,None,,,,,,,[],,,, +90,371028785476284416,371028785476284416,1377295130000.0,2013-08-23 21:58:50,+0000,,We figured out how to design rocket parts just w hand movements through the air (seriously). Now need a high frame rate holograph generator.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/371028785476284416,[],[],0,,False,747,261,1353,,None,,,,,,,[],,,, +91,369627580166451200,369627580166451200,1376961057000.0,2013-08-20 01:10:57,+0000,,Model S achieves best safety rating of any car ever tested by US govt http://t.co/W1rZ5ceEVX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/369627580166451200,['http://www.teslamotors.com/about/press/releases/tesla-model-s-achieves-best-safety-rating-any-car-ever-tested'],[],0,,False,884,370,2034,,None,,,,,,,[],,,, +92,368461203317612544,368461203317612544,1376682971000.0,2013-08-16 19:56:11,+0000,,"Same rocket flight, but this time with cows! http://t.co/qhF5JWzyCW",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/368461203317612544,['http://www.youtube.com/watch?v=HXdjxPY2j_0&feature=youtu.be'],[],0,,False,397,194,672,,None,,,,,,,[],,,, +93,367545423495311360,367545423495311360,1376464632000.0,2013-08-14 07:17:12,+0000,,"Latest rocket test flight: hard lateral deviation, stabilize & hover, rapid descent back to pad http://t.co/Vb7ebiMdNJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/367545423495311360,['http://www.youtube.com/watch?v=2t15vP1PyoA&feature=youtu.be'],[],0,,False,574,275,1146,,None,,,,,,,[],,,, +94,367028946426019840,367025547852800000,1376341494000.0,2013-08-12 21:04:54,+0000,,"Btw, this is not the very latest version. Will post an updated version with several late arriving corrections in a few hours.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/367028946426019840,[],[],0,,False,165,180,172,,None,,,,,,,[],,,, +95,367025547852800000,367025547852800000,1376340684000.0,2013-08-12 20:51:24,+0000,,Hyperloop Alpha at http://t.co/ZRTcT2b8bP and http://t.co/7cucKKprPB http://t.co/LYhuRxUntA,nl,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/367025547852800000,"['http://spacex.com/hyperloop', 'http://teslamotors.com/blog/hyperloop']",['https://pbs.twimg.com/media/BRfvyouCYAAWIn0.jpg'],1,https://pbs.twimg.com/media/BRfvyouCYAAWIn0.jpg,False,2443,689,5437,,None,,,,,,,[],,,, +96,366964441159438337,366964441159438337,1376326115000.0,2013-08-12 16:48:35,+0000,,Pulled all nighter working on Hyperloop (as did others). Hopefully not too many mistakes. Will publish link at 1:30 PDT.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/366964441159438337,[],[],0,,False,1192,343,2365,,None,,,,,,,[],,,, +97,365141071912640512,365100519741595648,1375891390000.0,2013-08-07 16:03:10,+0000,,Hangout with @richardbranson & me tomorrow at 9am California time http://t.co/0ELMam5wXq,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/365141071912640512,['http://virg.in/UUVZE'],[],0,,False,200,55,205,,None,,,,,,,[],,,, +98,362836613539176448,362830269708906496,1375341964000.0,2013-08-01 07:26:04,+0000,,“@eirene_inc: “The universe is prob littered w/ the 1-planet graves of cultures which made the sensible economic http://t.co/Bp6592r9bH”,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/362836613539176448,['http://tmblr.co/ZQDhNyr7HKoB'],[],0,,False,272,45,446,,None,,,,,,,[],,,, +99,361316902804529153,361316902804529153,1374979637000.0,2013-07-28 02:47:17,+0000,,"One of the first Tesla Supercharger stations in Europe is being built in Cinderella, Norway #KatieWoodencloak",en,['katiewoodencloak'],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/361316902804529153,[],[],0,,False,268,152,416,,None,,,,,,,[],,,, +100,359943337127579649,359750424175185920,1374652153000.0,2013-07-24 07:49:13,+0000,,"Best saying ever “@temochdez: there is a saying in Mexico: ""El miedo no anda en burro"" meaning ""Fear doesn't ride on a donkey""”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/359943337127579649,[],[],0,,False,217,39,315,,None,,,,,,,[],,,, +101,359750424175185920,359750424175185920,1374606159000.0,2013-07-23 19:02:39,+0000,,"Oh yeah, well Tesla will study a plan to study the GM team that's studying Tesla, so there! http://t.co/Gn41zsaRv8",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/359750424175185920,['http://www.autonews.com/article/20130722/OEM/307229980/tiny-tesla-a-threat-to-gm-akerson-takes-no-chances-assigns-study-team#axzz2ZtetyAIU'],[],0,,False,545,224,824,,None,,,,,,,[],,,, +102,356818414431506432,356776740409974785,1373907114000.0,2013-07-15 16:51:54,+0000,,@John_Gardi your guess is the closest I've seen anyone guess so far. Pod diameter probably around 2m,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/356818414431506432,[],[],0,,False,37,18,26,,None,,,,,,,[],,,, +103,356779314043305985,356776740409974785,1373897791000.0,2013-07-15 14:16:31,+0000,,@schadlu I really hate patents unless critical to company survival. Will publish Hyperloop as open source.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356779314043305985,[],[],0,,False,235,38,294,,None,,,,,,,[],,,, +104,356777845739110400,356767552250195968,1373897441000.0,2013-07-15 14:10:41,+0000,,"@TobiasVdb Yes, it is a purely propulsive landing, but using the huge landing gear A frames as air brakes. Landing prop < 5% of vehicle mass",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356777845739110400,[],[],0,,False,10,4,2,,None,,,,,,,[],,,, +105,356776740409974785,356776740409974785,1373897178000.0,2013-07-15 14:06:18,+0000,,Will publish Hyperloop alpha design by Aug 12. Critical feedback for improvements would be much appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356776740409974785,[],[],0,,False,1285,526,2534,,None,,,,,,,[],,,, +106,356771814271234050,356771814271234050,1373896003000.0,2013-07-15 13:46:43,+0000,,Just completed full mission duration firing of next gen Falcon 9 booster. V proud of the boost stage team for overcoming many tough issues.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/356771814271234050,[],[],0,,False,159,47,181,,None,,,,,,,[],,,, +107,354999620629303296,354997904504655873,1373473479000.0,2013-07-10 16:24:39,+0000,,@BrianDunning @SpaceX New spacesuit almost done. Hoping to unveil by end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/354999620629303296,[],[],0,,False,39,6,29,,None,,,,,,,[],,,, +108,354986137753890816,354690624051609600,1373470265000.0,2013-07-10 15:31:05,+0000,,So true “@jlgolson: BitTorrent packet goes to a bar and asks for beer. Everyone in the bar who already has a beer gives him a sip.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/354986137753890816,[],[],0,,False,236,42,512,,None,,,,,,,[],,,, +109,354705218648289281,354690624051609600,1373403288000.0,2013-07-09 20:54:48,+0000,,UDP (yeah you know me) 3X,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/354705218648289281,[],[],0,,False,172,44,84,,None,,,,,,,[],,,, +110,354690624051609600,354690624051609600,1373399809000.0,2013-07-09 19:56:49,+0000,,"TCP packet walks into a bar & says “I’d like a beer.” Barman replies “You’d like a beer?” “Yes,” replies TCP packet,“I’d like a beer.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/354690624051609600,[],[],0,,False,1270,165,2071,,None,,,,,,,[],,,, +111,353309492131278848,353309492131278848,1373070521000.0,2013-07-06 00:28:41,+0000,,"Latest vertical landing rocket vid. 325M altitude, hold against wind, land w T/W>1, radar in loop http://t.co/I68Xxpb1EQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/353309492131278848,['http://youtu.be/eGimzB5QM1M'],[],0,,False,667,303,1717,,None,,,,,,,[],,,, +112,352136446909489153,352136446909489153,1372790845000.0,2013-07-02 18:47:25,+0000,,"Woohoo, Tesla direct sales petition passed the 100k threshold! Thanks a lot to everyone that helped!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/352136446909489153,[],[],0,,False,453,122,571,,None,,,,,,,[],,,, +113,351262074124505089,351262074124505089,1372582379000.0,2013-06-30 08:52:59,+0000,,"Have been reading about Henry Fielding, who had the most excellent pen name of Captain Hercules Vinegar",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/351262074124505089,[],[],0,,False,84,24,49,,None,,,,,,,[],,,, +114,351094587105878016,351056745226977280,1372542447000.0,2013-06-29 21:47:27,+0000,,One learns something new every day “@UberFacts: A “Buttload” is an actual measurement of volume - Equal to 126 gallons.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/351094587105878016,[],[],0,,False,259,91,712,,None,,,,,,,[],,,, +115,350690789925453824,350683252316573698,1372446174000.0,2013-06-28 19:02:54,+0000,,@davidepley Thanks :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/350690789925453824,[],[],0,,False,3,6,0,,None,,,,,,,[],,,, +116,350690638943109121,350685004151525377,1372446138000.0,2013-06-28 19:02:18,+0000,,"@lougil_ace Taking action. Will be a 7 day grace period for $2500 ext warranty. Neg margin at that price, so must unfortunately raise.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/350690638943109121,[],[],0,,False,5,4,2,,None,,,,,,,[],,,, +117,350666408985767937,350666408985767937,1372440361000.0,2013-06-28 17:26:01,+0000,,Please support the White House petition to allow direct sales of cars to consumers in all states http://t.co/nHrH69MD3W,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/350666408985767937,['http://wh.gov/llpAp'],[],0,,False,212,108,890,,None,,,,,,,[],,,, +118,349582778318336001,349548170772094977,1372182003000.0,2013-06-25 17:40:03,+0000,,"@arthurblake Turning recirc off, windows closed and the right film on rear glass usually works. Am asking HVAC engineering to investigate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/349582778318336001,[],[],0,,False,9,3,2,,None,,,,,,,[],,,, +119,349556671447699456,349548170772094977,1372175779000.0,2013-06-25 15:56:19,+0000,,@arthurblake Tesla service can do coating or can be done by any auto glass coating company. My car is done on side & rear,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/349556671447699456,[],[],0,,False,5,3,1,,None,,,,,,,[],,,, +120,349556116881022976,349548170772094977,1372175647000.0,2013-06-25 15:54:07,+0000,,"@arthurblake Turn off AC recirc, so that cool air flows out thru rear vents & get IR coating on rear glass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/349556116881022976,[],[],0,,False,4,4,0,,None,,,,,,,[],,,, +121,349034068849094656,349029927955345408,1372051181000.0,2013-06-24 05:19:41,+0000,,@justinchace will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/349034068849094656,[],[],0,,False,4,3,0,,None,,,,,,,[],,,, +122,348116700983607296,348112948230774784,1371832463000.0,2013-06-21 16:34:23,+0000,,"@LisaRoutel The NY auto dealers lost in court, so now they are funding a bill in NY legislature to block Tesla",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/348116700983607296,[],[],0,,False,5,2,15,,None,,,,,,,[],,,, +123,347973928377004032,347973928377004032,1371798424000.0,2013-06-21 07:07:04,+0000,,"Tesla pack swap vid still being edited (multiple camera angles). In meantime, this article contains a vid http://t.co/lyzJy4k8Eu",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/347973928377004032,['http://techcrunch.com/2013/06/20/tesla-shows-off-a-90-second-battery-swap-system-wants-it-at-supercharging-stations-by-years-end/'],[],0,,False,110,77,195,,None,,,,,,,[],,,, +124,347617421500243968,347617421500243968,1371713426000.0,2013-06-20 07:30:26,+0000,,Tomorrow night: fastest gas pump in LA vs Tesla battery pack swap http://t.co/QgZzggjIkq,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/347617421500243968,[],['https://pbs.twimg.com/media/BNL8M_6CYAAAnGj.jpg'],1,https://pbs.twimg.com/media/BNL8M_6CYAAAnGj.jpg,False,334,109,425,,None,,,,,,,[],,,, +125,347264432063258624,347264432063258624,1371629267000.0,2013-06-19 08:07:47,+0000,,Partial recall of Model S http://t.co/uDZ1f3RnjV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/347264432063258624,['http://www.teslamotors.com/blog/partial-recall'],[],0,,False,90,130,117,,None,,,,,,,[],,,, +126,347082201596321794,347082201596321794,1371585819000.0,2013-06-18 20:03:39,+0000,,"Battery pack swap works with all Tesla Model S cars, past and present. It was always there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/347082201596321794,[],[],0,,False,157,88,266,,None,,,,,,,[],,,, +127,347005150860283905,346895679471357952,1371567449000.0,2013-06-18 14:57:29,+0000,,"@zatulsky Shai actually got the idea from a visit to Tesla. The idea is obvious (many things allow battery swap), but the technology is not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/347005150860283905,[],[],0,,False,21,11,16,,None,,,,,,,[],,,, +128,346896666055569408,346895679471357952,1371541584000.0,2013-06-18 07:46:24,+0000,,"Video of battery pack swap will be posted to the Tesla website around 9:30pm, so those attending will see this first.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/346896666055569408,[],[],0,,False,72,37,126,,None,,,,,,,[],,,, +129,346895679471357952,346895679471357952,1371541349000.0,2013-06-18 07:42:29,+0000,,Live pack swap demo on Thurs night at 8pm California time at our design studio in Hawthorne. Seeing is believing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/346895679471357952,[],[],0,,False,117,82,275,,None,,,,,,,[],,,, +130,344839352578363392,344705055880007680,1371051083000.0,2013-06-12 15:31:23,+0000,,Battery storage of solar power needed for night operation & to buffer grid during day. Beta projects are going well.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/344839352578363392,[],[],0,,False,110,83,130,,None,,,,,,,[],,,, +131,344705055880007680,344705055880007680,1371019064000.0,2013-06-12 06:37:44,+0000,,"A long way to go before most power generation is solar, but the second derivative bodes well http://t.co/Af1c9xmyjn",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/344705055880007680,['http://mobile.bloomberg.com/news/2013-06-11/u-s-solar-installations-climb-33-led-by-california.html?cmpid=yhoo'],[],0,,False,139,71,181,,None,,,,,,,[],,,, +132,344015395067408385,344015395067408385,1370854636000.0,2013-06-10 08:57:16,+0000,,1st long duration firing of the new generation Falcon 9 rocket ~1.5 million pounds of vac thrust http://t.co/iGZadNVF7w,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/344015395067408385,['http://youtu.be/CgIghRD4-ao'],[],0,,False,156,65,248,,None,,,,,,,[],,,, +133,343446166043766784,343443647435534336,1370718921000.0,2013-06-08 19:15:21,+0000,,@mcrsqr True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/343446166043766784,[],[],0,,False,9,3,0,,None,,,,,,,[],,,, +134,343443647435534336,343443647435534336,1370718321000.0,2013-06-08 19:05:21,+0000,,We need more women in aerospace like Gwynne! http://t.co/bTl7t5nWZx,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/343443647435534336,"['http://www.latimes.com/business/la-fi-himi-spacex-20130609,0,2428179.story']",[],0,,False,183,68,227,,None,,,,,,,[],,,, +135,342664071042187264,342664071042187264,1370532455000.0,2013-06-06 15:27:35,+0000,,Easier said than done. There is a lot of pressure from investors. It is hard not to feel super bad if u don't make ur qtr.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342664071042187264,[],[],0,,False,77,38,53,,None,,,,,,,[],,,, +136,342662893461983232,342566837852200960,1370532174000.0,2013-06-06 15:22:54,+0000,,"Mars requires developing complex technology over a decade+, but market cares about next 3 months. Result would be conflicting priorities.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342662893461983232,[],[],0,,False,201,70,221,,None,,,,,,,[],,,, +137,342660248328347649,342654181414416385,1370531544000.0,2013-06-06 15:12:24,+0000,,@SQMInc I don't have a publicist,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342660248328347649,[],[],0,,False,27,5,11,,None,,,,,,,[],,,, +138,342566837852200960,342566837852200960,1370509273000.0,2013-06-06 09:01:13,+0000,,No near term plans to IPO @SpaceX. Only possible in very long term when Mars Colonial Transporter is flying regularly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/342566837852200960,[],[],0,,False,495,162,698,,None,,,,,,,[],,,, +139,342107352041922560,342107352041922560,1370399723000.0,2013-06-05 02:35:23,+0000,,"Forgot to say one thing at Tesla annual shareholders meeting: just as my money was the first in, it will be the last out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/342107352041922560,[],[],0,,False,3868,298,1477,,None,,,,,,,[],,,, +140,341688528125689858,341688528125689858,1370299868000.0,2013-06-03 22:51:08,+0000,,Love this image of Dragon docked to the Space Station as it orbits through dark side of Earth http://t.co/kygcsEQNhk,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/341688528125689858,[],['https://pbs.twimg.com/media/BL3r5-8CAAMEvqS.jpg'],1,https://pbs.twimg.com/media/BL3r5-8CAAMEvqS.jpg,False,622,105,575,,None,,,,,,,[],,,, +141,341462587482963968,341405518566395904,1370245999000.0,2013-06-03 07:53:19,+0000,,Vac thrust of 700 tons means avg of 14 tons/floor of structural steel for a 50 story building.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/341462587482963968,[],[],0,,False,39,22,30,,None,,,,,,,[],,,, +142,341441460215889920,341405518566395904,1370240962000.0,2013-06-03 06:29:22,+0000,,@williamricci6 50% higher. ~1.3 M lbs sea level and ~1.5 M lbs vacuum thrust. Will be 60% higher with some tweaks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/341441460215889920,[],[],0,,False,13,2,4,,None,,,,,,,[],,,, +143,341405518566395904,341405518566395904,1370232393000.0,2013-06-03 04:06:33,+0000,,"1st firing of Falcon 9-R advanced prototype rocket. Over 1M lbs thrust, enough to lift skyscraper http://t.co/AUCsWTw77E",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/341405518566395904,[],['https://pbs.twimg.com/media/BLzqgqLCEAAPPg-.jpg'],1,https://pbs.twimg.com/media/BLzqgqLCEAAPPg-.jpg,False,732,173,1098,,None,,,,,,,[],,,, +144,340177739426435073,340177739426435073,1369939667000.0,2013-05-30 18:47:47,+0000,,Huge expansion of Tesla Supercharger network underway. Will cover LA to NY by end of year http://t.co/MFKjBJzklc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/340177739426435073,['http://www.teslamotors.com/supercharger'],[],0,,False,265,174,560,,None,,,,,,,[],,,, +145,340043575167430656,340043575167430656,1369907680000.0,2013-05-30 09:54:40,+0000,,Bloomberg TV features debate of @AndreaSJames vs some guy picking his nose http://t.co/n5Iu91Wu1r,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/340043575167430656,['http://www.youtube.com/watch?v=GWBE_qZCLvQ'],[],0,,False,85,66,79,,None,,,,,,,[],,,, +146,338770339637129216,338357776889823232,1369604117000.0,2013-05-26 21:35:17,+0000,,"@RobertGaristo V much agree. Moreover, there is risk of severe non-linearities in feedback loops causing sudden warming.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/338770339637129216,[],[],0,,False,5,6,5,,None,,,,,,,[],,,, +147,338504412035158016,338504412035158016,1369540715000.0,2013-05-26 03:58:35,+0000,,You Can Fit A Lot Of Kindergartners In A Tesla Model S - Houston Chronicle http://t.co/iOZPxrx3sa,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/338504412035158016,['http://www.chron.com/technology/businessinsider/article/You-Can-Fit-A-Lot-Of-Kindergartners-In-A-Tesla-4547397.php'],[],0,,False,89,52,132,,None,,,,,,,[],,,, +148,338402827305119744,338402827305119744,1369516495000.0,2013-05-25 21:14:55,+0000,,"Am thinking of doing a movie ""sequel"" of sorts to Thank You for Smoking. That was bad CO2 for indiv, this for the planet",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/338402827305119744,[],[],0,,False,201,104,123,,None,,,,,,,[],,,, +149,338399341641342976,338399341641342976,1369515664000.0,2013-05-25 21:01:04,+0000,,Worth reading Merchants of Doubt. Same who tried to deny smoking deaths r denying climate change http://t.co/C6H8HrzS8X,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/338399341641342976,['http://en.wikipedia.org/wiki/Merchants_of_Doubt'],[],0,,False,160,49,168,,None,,,,,,,[],,,, +150,338394028930392064,338394028930392064,1369514398000.0,2013-05-25 20:39:58,+0000,,"Yeah, climate change should really be considered a centrist issue, as it affects everyone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338394028930392064,[],[],0,,False,91,59,147,,None,,,,,,,[],,,, +151,338390383434276864,338390383434276864,1369513529000.0,2013-05-25 20:25:29,+0000,,"Am not suggesting shutting down CO2 production, but rather to price in environmental cost & shift to sustainable energy",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338390383434276864,[],[],0,,False,83,67,132,,None,,,,,,,[],,,, +152,338384388091940864,338383504339505152,1369512099000.0,2013-05-25 20:01:39,+0000,,"Even if the answer is only on the order of 1%, we should still take immediate action, as there is only one atmosphere.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338384388091940864,[],[],0,,False,76,46,78,,None,,,,,,,[],,,, +153,338383967009009664,338383504339505152,1369511999000.0,2013-05-25 19:59:59,+0000,,Right question to ask Dyson or others: what is probability that human actions could cause catastrophic climate change?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/338383967009009664,[],[],0,,False,35,23,51,,None,,,,,,,[],,,, +154,338383504339505152,338383504339505152,1369511888000.0,2013-05-25 19:58:08,+0000,,What most serious scientists have a problem with is the notion of certainty about *any* subject. That is not the point.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/338383504339505152,[],[],0,,False,48,30,57,,None,,,,,,,[],,,, +155,338367123455885312,338357776889823232,1369507983000.0,2013-05-25 18:53:03,+0000,,@kn0xvi11ain Very few. Scientific consensus at time of Columbus was world was round http://t.co/V3XIcob4s8,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338367123455885312,['http://www.amazon.com/gp/aw/d/0307278247/ref=redir_mdp_mobile'],[],0,,False,9,6,3,,None,,,,,,,[],,,, +156,338360832410939392,338360832410939392,1369506483000.0,2013-05-25 18:28:03,+0000,,"Sorry for all the heavy stuff abt climate change, but I really thought world wd take action sooner. No time for subtlety",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338360832410939392,[],[],0,,False,182,174,155,,None,,,,,,,[],,,, +157,338359304216256512,338357776889823232,1369506119000.0,2013-05-25 18:21:59,+0000,,@1stHubbleFan @keithwarren Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338359304216256512,[],[],0,,False,6,5,2,,None,,,,,,,[],,,, +158,338357776889823232,338357776889823232,1369505755000.0,2013-05-25 18:15:55,+0000,,"In reality, 97% of scientists agree that we face serious human generated climate change http://t.co/soQCnJB61B",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338357776889823232,['http://skepticalscience.com/97-percent-consensus-cook-et-al-2013.html'],[],0,,False,165,97,483,,None,,,,,,,[],,,, +159,338356013583441920,338356013583441920,1369505334000.0,2013-05-25 18:08:54,+0000,,"Climate change deniers claim ""scientists disagree"", same rebuttal used by tobacco industry about lung cancer for decades",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338356013583441920,[],[],0,,False,163,75,466,,None,,,,,,,[],,,, +160,338199136635604992,338199136635604992,1369467932000.0,2013-05-25 07:45:32,+0000,,"Good article on ""Climate Change"" vs ""Global Warming"" referred by @ForrestTanaka http://t.co/D1s4RJ0qus",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/338199136635604992,['http://www.skepticalscience.com/climate-change-global-warming.htm'],[],0,,False,133,34,137,,None,,,,,,,[],,,, +161,338135523765919745,338135523765919745,1369452765000.0,2013-05-25 03:32:45,+0000,,"Was beat up pretty badly as a kid & left me w jagged septum. Harder to breathe as I got older, so time to fix.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338135523765919745,[],[],0,,False,132,192,68,,None,,,,,,,[],,,, +162,338129661307531264,338129661307531264,1369451368000.0,2013-05-25 03:09:28,+0000,,"Had a minor operation, so am in bed in meds. Probably shouldn't be tweeting :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338129661307531264,[],[],0,,False,145,223,58,,None,,,,,,,[],,,, +163,338127750126764032,338127750126764032,1369450912000.0,2013-05-25 03:01:52,+0000,,Sign of a good design is that it feels and is much bigger on inside than looks on outside,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338127750126764032,[],[],0,,False,159,101,158,,None,,,,,,,[],,,, +164,338123049465421824,338105497578266625,1369449791000.0,2013-05-25 02:43:11,+0000,,@CosmicRami Awesome. We really need to promote that fact in the US. A CO2 tax will not cause economy to grind to a halt!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338123049465421824,[],[],0,,False,15,5,9,,None,,,,,,,[],,,, +165,338117807910813696,338117807910813696,1369448541000.0,2013-05-25 02:22:21,+0000,,"Would love to do a pickup truck. Something w ultra low cg for sports car handling, dynamic air suspension & mega torque.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338117807910813696,[],[],0,,False,253,238,213,,None,,,,,,,[],,,, +166,338115331891556352,338115331891556352,1369447951000.0,2013-05-25 02:12:31,+0000,,"Technically, I ""got rich"" from Zip2 & PayPal w zero govt anything, then put 100% of that into SpaceX, Tesla & SolarCity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338115331891556352,[],[],0,,False,344,93,279,,None,,,,,,,[],,,, +167,338112989578293248,338112989578293248,1369447393000.0,2013-05-25 02:03:13,+0000,,"If consumption is low, then the tax is proportionately low. We should prob not have tax on basic foods & critical meds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338112989578293248,[],[],0,,False,91,54,89,,None,,,,,,,[],,,, +168,338110772167184385,338105497578266625,1369446864000.0,2013-05-25 01:54:24,+0000,,"@ponder68 Carbon produced by a @SpaceX rocket flight is roughly equal to one 747 flight. No, we should not be exempt.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338110772167184385,[],[],0,,False,13,5,9,,None,,,,,,,[],,,, +169,338110231005499394,338110231005499394,1369446735000.0,2013-05-25 01:52:15,+0000,,"Net of gas savings, a Tesla is $550 to $600/month with down payment taken care of by tax credits. Maybe less costly then it first seems.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338110231005499394,[],[],0,,False,89,73,123,,None,,,,,,,[],,,, +170,338108608430632960,338108608430632960,1369446348000.0,2013-05-25 01:45:48,+0000,,"Yes, am arguing against subsidies and in favor of a tax on the end bad created. Market will then achieve best solution.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338108608430632960,[],[],0,,False,67,41,60,,None,,,,,,,[],,,, +171,338107634668412928,338107634668412928,1369446116000.0,2013-05-25 01:41:56,+0000,,"Trees are net consumers of CO2, so technically we would pay them money :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338107634668412928,[],[],0,,False,80,45,123,,None,,,,,,,[],,,, +172,338106902946910208,338106902946910208,1369445942000.0,2013-05-25 01:39:02,+0000,,Exactly. Seems crazy to risk the CO2 chemical experiment when we have to find another solution anyway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338106902946910208,[],[],0,,False,164,21,29,,None,,,,,,,[],,,, +173,338105723139543040,338105723139543040,1369445660000.0,2013-05-25 01:34:20,+0000,,Big difference between taxing people and taxing purchases (ie consumption). Much better to emphasize the latter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338105723139543040,[],[],0,,False,73,55,112,,None,,,,,,,[],,,, +174,338104612521385984,338099836404527104,1369445395000.0,2013-05-25 01:29:55,+0000,,@MaxMBerger The collective wisdom of the market is usually (not always) better than the smartest govt regulator.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338104612521385984,[],[],0,,False,13,2,10,,None,,,,,,,[],,,, +175,338103612943241218,338103612943241218,1369445157000.0,2013-05-25 01:25:57,+0000,,"Me & other private money funded Tesla for first 7 years, got IPO+ govt money for 3, now paid back. Yes, carbon tax would be a better way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338103612943241218,[],[],0,,False,95,42,144,,None,,,,,,,[],,,, +176,338102635930468352,338098445808201728,1369444924000.0,2013-05-25 01:22:04,+0000,,"@grayj_ There should be a constitutional amendment to redo the tax code every ten years, just like we do a census.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338102635930468352,[],[],0,,False,27,4,18,,None,,,,,,,[],,,, +177,338101143047639042,338101143047639042,1369444568000.0,2013-05-25 01:16:08,+0000,,"Weight of scientific evidence. Taxes don't ban a purchase, they just increase cost. Am against bans, except in extreme cases.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338101143047639042,[],[],0,,False,36,21,32,,None,,,,,,,[],,,, +178,338099836404527104,338099836404527104,1369444257000.0,2013-05-25 01:10:57,+0000,,"Exactly. Better to tax known bad thing and incent desired outcome, instead of subsidizing particular solution paths. Let market decide.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338099836404527104,[],[],0,,False,81,33,88,,None,,,,,,,[],,,, +179,338098445808201728,338098445808201728,1369443925000.0,2013-05-25 01:05:25,+0000,,"Perhaps. I am in favor of fair, simple taxes that are neutral on most things, incent good & disincent bad.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338098445808201728,[],[],0,,False,60,28,49,,None,,,,,,,[],,,, +180,338097360519442432,338097360519442432,1369443666000.0,2013-05-25 01:01:06,+0000,,"Great article on Tesla-dealer battle by Leilani Munter (@CarbonFreeGirl), who lives in NC http://t.co/pvEmE5pEVN",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338097360519442432,['http://www.huffingtonpost.com/mobileweb/leilani-munter/tesla-north-carolina_b_3327721.html?utm_hp_ref=email_share'],[],0,,False,91,29,170,,None,,,,,,,[],,,, +181,337908857198235649,337789653233041408,1369398724000.0,2013-05-24 12:32:04,+0000,,@VarunG_ Belief in climate change isn't necessary. Even a small probability of a severe outcome justifies a carbon tax.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/337908857198235649,[],[],0,,False,9,10,7,,None,,,,,,,[],,,, +182,337884269521281026,337789653233041408,1369392862000.0,2013-05-24 10:54:22,+0000,,@karlbrauer Making rockets,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/337884269521281026,[],[],0,,False,69,6,20,,None,,,,,,,[],,,, +183,337826546104537088,337817778989981696,1369379099000.0,2013-05-24 07:04:59,+0000,,@tonykatz Don't like having a zillion tweets in the log. Makes it tough to wade through if someone wants to read my tweet history.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/337826546104537088,[],[],0,,False,8,4,0,,None,,,,,,,[],,,, +184,337795753797898240,337789653233041408,1369371758000.0,2013-05-24 05:02:38,+0000,,"@SapientCapital We created electric cars to help solve the problem, not because we thought it was easy money. Still isn't.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/337795753797898240,[],[],0,,False,29,8,9,,None,,,,,,,[],,,, +185,337791672295501824,337789653233041408,1369370785000.0,2013-05-24 04:46:25,+0000,,"And, since we will run out of oil anyway, why risk the future of all life on Earth simply to delay sustainable energy?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/337791672295501824,[],[],0,,False,288,139,692,,None,,,,,,,[],,,, +186,337789653233041408,337789653233041408,1369370303000.0,2013-05-24 04:38:23,+0000,,Those who would deny climate change should ask themselves what happens if they are wrong http://t.co/S7fOIrly6B,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/337789653233041408,['http://thehill.com/blogs/e2-wire/e2-wire/301649-tesla-ceo-musk-reframe-climate-argument'],[],0,,False,195,99,452,,None,,,,,,,[],,,, +187,337594277666377730,337370738686316544,1369323722000.0,2013-05-23 15:42:02,+0000,,"More importantly, @Chrysler failed to pay back $1.3B. Apart those 2 points, you were totally 1st http://t.co/0P2ZLDl67a",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/337594277666377730,['http://www.detroitnews.com/article/20130522/AUTO0101/305220440/1361/Tesla--Chrysler-spar-over-loan-repayment'],[],0,,False,185,72,214,,None,,,,,,,[],,,, +188,337592840743968768,337370738686316544,1369323380000.0,2013-05-23 15:36:20,+0000,,"As many have already noted, @Chrysler is a division of Fiat, an Italian company. We specifically said first *US* company.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/337592840743968768,[],[],0,,False,144,48,140,,None,,,,,,,[],,,, +189,337506956875010048,337506956875010048,1369302903000.0,2013-05-23 09:55:03,+0000,,Interview with @BloombergNews about Tesla and DOE loan gets into some of the details http://t.co/xb0JVoPHNC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/337506956875010048,['http://bloom.bg/16PjlJm'],[],0,,False,88,34,99,,None,,,,,,,[],,,, +190,337323464241319936,337323464241319936,1369259155000.0,2013-05-22 21:45:55,+0000,,Tesla wired the funds to repay the DOE loan today. Only US car company to have fully repaid govt http://t.co/jxHW9YkvPz,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/337323464241319936,['http://www.teslamotors.com/about/press/releases/tesla-repays-department-energy-loan-nine-years-early'],[],0,,False,734,241,1753,,None,,,,,,,[],,,, +191,336599845643108354,336596441705349120,1369086631000.0,2013-05-20 21:50:31,+0000,,@Gizmoman0 Physics,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/336599845643108354,[],[],0,,False,23,3,2,,None,,,,,,,[],,,, +192,336598500156518400,336596441705349120,1369086310000.0,2013-05-20 21:45:10,+0000,,@yes_andre I'm a big fan of ultracapacitors. Was going to do my PhD at Stanford on them. But we need a breakthrough in energy density...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/336598500156518400,[],[],0,,False,124,39,26,,None,,,,,,,[],,,, +193,336164986172882945,336127391460102145,1368982953000.0,2013-05-19 17:02:33,+0000,,@McBartVolgers @SpaceX High pressure helium pneumatic bolts and pistons. No explosives.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/336164986172882945,[],[],0,,False,7,4,2,,None,,,,,,,[],,,, +194,335935115274354689,335903656287289344,1368928147000.0,2013-05-19 01:49:07,+0000,,"@xyrth Cool, will get one plus another chicken",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/335935115274354689,[],[],0,,False,10,2,2,,None,,,,,,,[],,,, +195,335904330374860801,335897870358171648,1368920807000.0,2013-05-18 23:46:47,+0000,,@TalulahRiley You're welcome. It did seem like the chicken of destiny xx,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/335904330374860801,[],[],0,,False,10,1,3,,None,,,,,,,[],,,, +196,335903656287289344,335903656287289344,1368920647000.0,2013-05-18 23:44:07,+0000,,Petting zoo left a chicken behind at the park. Now we have a pet chicken.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/335903656287289344,[],[],0,,False,221,116,105,,None,,,,,,,[],,,, +197,334595687041875968,334192141997854720,1368608802000.0,2013-05-15 09:06:42,+0000,,@DanaBrunetti Soon Model S will feature druidic dwarves dancing around a miniature stone henge,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/334595687041875968,[],[],0,,False,48,11,24,,None,,,,,,,[],,,, +198,334405162489769984,334192141997854720,1368563378000.0,2013-05-14 20:29:38,+0000,,"@DanaBrunetti Well, you see, by making it go to 11, that makes it louder than loud :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/334405162489769984,[],[],0,,False,37,10,7,,None,,,,,,,[],,,, +199,334372943041798144,334372943041798144,1368555696000.0,2013-05-14 18:21:36,+0000,,Supercharger announcement pushed to next week. Something else this week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/334372943041798144,[],[],0,,False,76,122,112,,None,,,,,,,[],,,, +200,334035602183962624,334033804303945729,1368475268000.0,2013-05-13 20:01:08,+0000,,"@bryanclarke physics + a broad range of engineering. Worth taking humanities courses too, particularly history.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/334035602183962624,[],[],0,,False,21,7,10,,None,,,,,,,[],,,, +201,334028716260872192,334025141044535296,1368473626000.0,2013-05-13 19:33:46,+0000,,"@vicorly Yes, usually several times more energy over the course of the year than is needed by the Model S",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028716260872192,[],[],0,,False,9,6,1,,None,,,,,,,[],,,, +202,334028430779744256,334025141044535296,1368473558000.0,2013-05-13 19:32:38,+0000,,@malkosh we do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028430779744256,[],[],0,,False,5,1,0,,None,,,,,,,[],,,, +203,334028253159378944,334027664388149249,1368473516000.0,2013-05-13 19:31:56,+0000,,"@itsokayyouknow Harder than that, but it is a software vs hardware change",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028253159378944,[],[],0,,False,5,1,1,,None,,,,,,,[],,,, +204,334025141044535296,334025141044535296,1368472774000.0,2013-05-13 19:19:34,+0000,,"Btw, vast majority of credit for SolarCity should go to Lyndon & Peter Rive & their awesome team. I'm just a small part.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334025141044535296,[],[],0,,False,64,31,50,,None,,,,,,,[],,,, +205,333414433802043394,333373448355196928,1368327170000.0,2013-05-12 02:52:50,+0000,,@SeanChin @RaimisJ Over the air upgrade coming in a few months to allow tethering (and other things).,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/333414433802043394,[],[],0,,False,9,5,4,,None,,,,,,,[],,,, +206,333387477412876288,333387477412876288,1368320743000.0,2013-05-12 01:05:43,+0000,,Improving service and honing manufacturing efficiency are the biggest short term challenges. Not sales constrained.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/333387477412876288,[],[],0,,False,100,55,107,,None,,,,,,,[],,,, +207,333384944388808704,333373448355196928,1368320139000.0,2013-05-12 00:55:39,+0000,,@annabananastand It can do hands free right now. Being able to text people via voice while driving would be a good feature to add...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333384944388808704,[],[],0,,False,4,7,0,,None,,,,,,,[],,,, +208,333384295882317825,333379563927257089,1368319984000.0,2013-05-12 00:53:04,+0000,,"@enggirl Mostly water or coffee at home. When I'm out, will have Macallan neat or vodka with something.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333384295882317825,[],[],0,,False,10,5,0,,None,,,,,,,[],,,, +209,333382427647025154,333373448355196928,1368319539000.0,2013-05-12 00:45:39,+0000,,@danielmarshal15 It can dig up almost anything.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333382427647025154,[],[],0,,False,3,1,0,,None,,,,,,,[],,,, +210,333382233450741760,333373448355196928,1368319493000.0,2013-05-12 00:44:53,+0000,,"@JasonPolstein Yeah, we don't do a good job of telling people about this feature. Requires hardware unfortunately.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333382233450741760,[],[],0,,False,2,4,0,,None,,,,,,,[],,,, +211,333381955674587137,333373448355196928,1368319426000.0,2013-05-12 00:43:46,+0000,,"@grimmerkimmer @dpinsen Given the extreme burn, shorts are pushing every possible fear, uncertainty & doubt story http://t.co/LWr3GODxBG",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333381955674587137,['http://www.thestreet.com/story/11919380/1/cramer-wont-wait-for-tesla.html'],[],0,,False,3,3,1,,None,,,,,,,[],,,, +212,333379008005804032,333373448355196928,1368318724000.0,2013-05-12 00:32:04,+0000,,"@RaimisJ Tesla software knits together Google Voice, Slacker, Gracenote & others and streams over 3G (will be LTE later)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333379008005804032,[],[],0,,False,13,2,3,,None,,,,,,,[],,,, +213,333376615180562432,333373448355196928,1368318153000.0,2013-05-12 00:22:33,+0000,,"@dpinsen People tell me Cory Johnson is a shill for the shorts. Don't know if true, but he sure behaves that way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333376615180562432,[],[],0,,False,7,7,0,,None,,,,,,,[],,,, +214,333374189161558016,333373448355196928,1368317575000.0,2013-05-12 00:12:55,+0000,,"Would also recommend the Cheese Shop, Spam or Fish License by Monty Python.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333374189161558016,[],[],0,,False,50,39,28,,None,,,,,,,[],,,, +215,333373448355196928,333373448355196928,1368317398000.0,2013-05-12 00:09:58,+0000,,"Hold down voice button & say ""Play Amish Paradise by Weird Al Yankovic"". Model S can play almost any song via Internet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333373448355196928,[],[],0,,False,235,81,334,,None,,,,,,,[],,,, +216,332516849080209409,332516435488280577,1368113169000.0,2013-05-09 15:26:09,+0000,,@realbhuwan Don't forget the mystery announcement. Part 5 of the trilogy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/332516849080209409,[],[],0,,False,13,18,8,,None,,,,,,,[],,,, +217,332516435488280577,332516435488280577,1368113070000.0,2013-05-09 15:24:30,+0000,,There is a way for the Tesla Model S to be recharged throughout the country faster than you could fill a gas tank.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/332516435488280577,[],[],0,,False,288,349,480,,None,,,,,,,[],,,, +218,332298579781767168,332282461344124931,1368061129000.0,2013-05-09 00:58:49,+0000,,@HowardReiter Totally agree. Tesla will circle back and do something cool for Roadsters next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/332298579781767168,[],[],0,,False,61,8,4,,None,,,,,,,[],,,, +219,332287909413650433,332286367151296512,1368058585000.0,2013-05-09 00:16:25,+0000,,@mjasandoval Stay tuned,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/332287909413650433,[],[],0,,False,4,3,1,,None,,,,,,,[],,,, +220,332282461344124931,332282461344124931,1368057286000.0,2013-05-08 23:54:46,+0000,,"Just want to say thanks to customers & investors that took a chance on Tesla through the long, dark night. We wouldn't be here without you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/332282461344124931,[],[],0,,False,1696,262,592,,None,,,,,,,[],,,, +221,332270252832460800,332239280099446784,1368054376000.0,2013-05-08 23:06:16,+0000,,@westcoastbill Thanks Bill!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/332270252832460800,[],[],0,,False,4,0,1,,None,,,,,,,[],,,, +222,331797405840338944,331797405840338944,1367941640000.0,2013-05-07 15:47:20,+0000,,"Am a fan of Larry, Sergey & Google in general, but self-driving cars comments to Bloomberg were just off-the-cuff. No big announcement here",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331797405840338944,[],[],0,,False,50,41,75,,None,,,,,,,[],,,, +223,331796308631367681,331796308631367681,1367941379000.0,2013-05-07 15:42:59,+0000,,"Tesla priority is electrification of cars, so priority is Model S, Model X, then mass market third gen vehicle & truck",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331796308631367681,[],[],0,,False,191,100,245,,None,,,,,,,[],,,, +224,331795766937018368,331794886368055296,1367941249000.0,2013-05-07 15:40:49,+0000,,@rebel_sal exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331795766937018368,[],[],0,,False,10,1,0,,None,,,,,,,[],,,, +225,331794886368055296,331794886368055296,1367941040000.0,2013-05-07 15:37:20,+0000,,"Creating an autopilot for cars at Tesla is an important, but not yet top priority. Still a few years from production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331794886368055296,[],[],0,,False,143,73,167,,None,,,,,,,[],,,, +226,331792738339127296,331787138880401408,1367940527000.0,2013-05-07 15:28:47,+0000,,@DJFrustration Tested it myself this weekend and was working well. Some songs have licensing prohibiting direct request.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331792738339127296,[],[],0,,False,2,1,0,,None,,,,,,,[],,,, +227,331490556574326785,331490556574326785,1367868482000.0,2013-05-06 19:28:02,+0000,,"Anyone interested in doing ultra hardcore vehicle engineering at Tesla, please apply!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331490556574326785,[],[],0,,False,146,228,316,,None,,,,,,,[],,,, +228,331489911842689025,331489911842689025,1367868328000.0,2013-05-06 19:25:28,+0000,,Chris Porritt from Aston Martin just joined as head of vehicle engineering at Tesla http://t.co/MNUIWDxoXt,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331489911842689025,['http://ir.teslamotors.com/releasedetail.cfm?ReleaseID=762317'],[],0,,False,100,36,216,,None,,,,,,,[],,,, +229,331486802462531584,331470318227054594,1367867587000.0,2013-05-06 19:13:07,+0000,,"@bdcs Yup, it is super far. Moon is basically in our back yard relative to Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331486802462531584,[],[],0,,False,4,2,1,,None,,,,,,,[],,,, +230,331082832187363329,331067130793558016,1367771273000.0,2013-05-05 16:27:53,+0000,,"@nirdthebird Definitely a lot of potential for geothermal, but depends on well depth. Too expensive in most places.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/331082832187363329,[],[],0,,False,4,3,2,,None,,,,,,,[],,,, +231,330884627927560192,330880080198893568,1367724017000.0,2013-05-05 03:20:17,+0000,,"@DetlefKroeze Yeah, that probably makes sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/330884627927560192,[],[],0,,False,3,0,0,,None,,,,,,,[],,,, +232,330877283793530880,330869979480207361,1367722266000.0,2013-05-05 02:51:06,+0000,,@DouglasBullard @teslamotors Most people have never heard of Nikola Tesla. That will hopefully change over time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/330877283793530880,[],[],0,,False,94,38,36,,None,,,,,,,[],,,, +233,330869907640184832,330869144633348096,1367720507000.0,2013-05-05 02:21:47,+0000,,"@flyguynscc @teslamotors yes, that has been the goal from the beginning",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/330869907640184832,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +234,330708114854793217,330666017053368320,1367681933000.0,2013-05-04 15:38:53,+0000,,"@fink_justin It can definitely strain relationships, but I loved doing my first company with my brother",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/330708114854793217,[],[],0,,False,7,1,2,,None,,,,,,,[],,,, +235,330707889729712131,330665496041099266,1367681879000.0,2013-05-04 15:37:59,+0000,,@Vangsgutane Norway rocks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/330707889729712131,[],[],0,,False,6,0,4,,None,,,,,,,[],,,, +236,330572086668046336,330549800443445248,1367649501000.0,2013-05-04 06:38:21,+0000,,"@WehbyJammin Earnings call next week, then Supercharger week after and then... the mystery announcement/demonstration :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/330572086668046336,[],[],0,,False,10,5,7,,None,,,,,,,[],,,, +237,330571811358117888,330549011494875136,1367649436000.0,2013-05-04 06:37:16,+0000,,@TeslaTrip you're welcome :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/330571811358117888,[],[],0,,False,2,0,2,,None,,,,,,,[],,,, +238,330425498406633474,330423003454246912,1367614552000.0,2013-05-03 20:55:52,+0000,,@thebradholt we need a compelling video that convinces TX lawmakers to pass the direct sales law just approved by their committee.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330425498406633474,[],[],0,,False,4,9,1,,None,,,,,,,[],,,, +239,330424811035705344,330420284685438976,1367614388000.0,2013-05-03 20:53:08,+0000,,@Rocco_TheStreet Guaranteeing the world's best resale value in industry is unprecedented and backed up my other assets. Why isn't that good?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330424811035705344,[],[],0,,False,6,5,1,,None,,,,,,,[],,,, +240,330423366802632706,330411311525675010,1367614044000.0,2013-05-03 20:47:24,+0000,,"@ChrisCowan_ Chris is great. Took a long time for me to find someone w truly hardcore engineering skills, who fully understood the system.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330423366802632706,[],[],0,,False,5,0,2,,None,,,,,,,[],,,, +241,330403426003472384,330403426003472384,1367609290000.0,2013-05-03 19:28:10,+0000,,Am getting lots of questions about the big Supercharger announcement. Aiming to do that the week after next.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330403426003472384,[],[],0,,False,63,41,72,,None,,,,,,,[],,,, +242,330397865337835520,330396427647868929,1367607964000.0,2013-05-03 19:06:04,+0000,,"@stoneymonster Yes, this does put an indirect floor on resale value. Should help all owners.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330397865337835520,[],[],0,,False,2,1,1,,None,,,,,,,[],,,, +243,330396427647868929,330396427647868929,1367607621000.0,2013-05-03 19:00:21,+0000,,Tesla raises Model S resale value guarantee to highest in auto industry http://t.co/l5LOXtyP33,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330396427647868929,['http://www.teslamotors.com/about/press/releases/tesla-improves-financing-product-best-resale-value-guarantee-and-lower-monthly-'],[],0,,False,62,40,113,,None,,,,,,,[],,,, +244,330395232564826112,330053450261987328,1367607336000.0,2013-05-03 18:55:36,+0000,,@yatpay Side boosters fall short & center core goes too far + Florida is heavily populated. Landing permission tricky :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330395232564826112,[],[],0,,False,7,4,2,,None,,,,,,,[],,,, +245,330394570737192960,330017552120033282,1367607178000.0,2013-05-03 18:52:58,+0000,,"@pataneous We can't formally provide a guarantee w/o restating accounting, but I feel confident about the value anyway.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330394570737192960,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +246,330394051637547010,330053450261987328,1367607054000.0,2013-05-03 18:50:54,+0000,,"@2552nsf Yeah, that is super tricky. Will have to sacrifice a lot of payload to boost back or land on ocean platform.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330394051637547010,[],[],0,,False,3,4,3,,None,,,,,,,[],,,, +247,330387481616855040,330384351370035200,1367605488000.0,2013-05-03 18:24:48,+0000,,"@rebel_sal Yes, your article (and many others) rightly identified that we made a mistake. New financing is not perfect, but much better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330387481616855040,[],[],0,,False,2,2,1,,None,,,,,,,[],,,, +248,330364975300358144,330053450261987328,1367600122000.0,2013-05-03 16:55:22,+0000,,"@Alan_Nestos The legs are nested tight against the body of the rocket in flight, so rotate about 120 degrees to deploy",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/330364975300358144,[],[],0,,False,2,2,3,,None,,,,,,,[],,,, +249,330241115670327296,330239990032396288,1367570592000.0,2013-05-03 08:43:12,+0000,,@darma_setia More likely that pigs will fly over the frozen wastes of Hell. Clarkson doesn't understand technology.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/330241115670327296,[],[],0,,False,27,7,15,,None,,,,,,,[],,,, +250,330240665483096064,330017552120033282,1367570484000.0,2013-05-03 08:41:24,+0000,,@JSONberland We did a ton of testing until they could handle 4X legally required impact energy. Extremely tough.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/330240665483096064,[],[],0,,False,3,1,1,,None,,,,,,,[],,,, +251,330054002148515841,330053450261987328,1367525980000.0,2013-05-02 20:19:40,+0000,,@BigBalli High pressure helium. Needs to be ultra light. All 4 legs together (~60 ft span) weigh less than Model S.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/330054002148515841,[],[],0,,False,25,7,10,,None,,,,,,,[],,,, +252,330053450261987328,330053450261987328,1367525849000.0,2013-05-02 20:17:29,+0000,,"F9R (pronounced F-niner) shows a little leg. Design is a nested, telescoping piston w A frame. http://t.co/H49TSS2CYl",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/330053450261987328,[],['https://pbs.twimg.com/media/BJSV3UQCAAITfKN.jpg'],1,https://pbs.twimg.com/media/BJSV3UQCAAITfKN.jpg,False,205,94,160,,None,,,,,,,[],,,, +253,330019280206831616,330017552120033282,1367517702000.0,2013-05-02 18:01:42,+0000,,@roulezelectric This is about getting a prior announcement right. Not part 4 yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/330019280206831616,[],[],0,,False,6,4,3,,None,,,,,,,[],,,, +254,330017552120033282,330017552120033282,1367517290000.0,2013-05-02 17:54:50,+0000,,Time to up the ante (and fix some mistakes). Tesla announcement tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/330017552120033282,[],[],0,,False,103,89,238,,None,,,,,,,[],,,, +255,329765200590929920,329675294749380608,1367457125000.0,2013-05-02 01:12:05,+0000,,"@astrostephenson We're aiming for late 2015, but NASA needs to have overlapping capability to be safe. Would do the same",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/329765200590929920,[],[],0,,False,6,1,3,,None,,,,,,,[],,,, +256,329764204716380160,329741175898640384,1367456887000.0,2013-05-02 01:08:07,+0000,,@MelissaMontoyaO Anne's role is launch site engineering. Don't think she has anything against media -- just not her role.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/329764204716380160,[],[],0,,False,3,2,0,,None,,,,,,,[],,,, +257,329652668547072001,329643547210944513,1367430295000.0,2013-05-01 17:44:55,+0000,,@realbhuwan @teslamotors Cool :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/329652668547072001,[],[],0,,False,5,1,1,,None,,,,,,,[],,,, +258,329642240353894401,329635272583176192,1367427809000.0,2013-05-01 17:03:29,+0000,,@rebel_sal Just read it. Good piece.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/329642240353894401,[],[],0,,False,6,1,0,,None,,,,,,,[],,,, +259,329635321824309248,329634717827747843,1367426159000.0,2013-05-01 16:35:59,+0000,,@RealTomLangel Maybe a v long time from now. Paying div is a sign that a company cannot find good ways to spend money.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329635321824309248,[],[],0,,False,6,2,1,,None,,,,,,,[],,,, +260,329634523744718848,329619173846171651,1367425969000.0,2013-05-01 16:32:49,+0000,,"@wfww Our software is requesting the right song, but Slacker has a bug in their code. Supposed to be fixed by tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329634523744718848,[],[],0,,False,4,3,1,,None,,,,,,,[],,,, +261,329633910898167808,329562997548793856,1367425823000.0,2013-05-01 16:30:23,+0000,,@eirene_inc @sciam Interesting piece,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329633910898167808,[],[],0,,False,3,1,0,,None,,,,,,,[],,,, +262,329339716933664770,329339716933664770,1367355682000.0,2013-04-30 21:01:22,+0000,,Auto Dealer Sterling McCall makes the case for Tesla direct sales in Texas http://t.co/JcHETe0d2l,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/329339716933664770,['http://www.chron.com/opinion/outlook/article/Let-s-drive-business-in-Texas-forward-4473447.php'],[],0,,False,40,18,65,,None,,,,,,,[],,,, +263,329026923932033025,329026923932033025,1367281106000.0,2013-04-30 00:18:26,+0000,,Congrats to @VirginGalactic and @RichardBranson on supersonic test flight!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/329026923932033025,[],[],0,,False,173,25,294,,None,,,,,,,[],,,, +264,328386732934430720,328386732934430720,1367128473000.0,2013-04-28 05:54:33,+0000,,First test of the Falcon 9-R (reusable) ignition system. Not long now before the hold down fire http://t.co/5r5nJWaNrI,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/328386732934430720,[],['https://pbs.twimg.com/media/BI6p_mXCAAEwKq6.jpg'],1,https://pbs.twimg.com/media/BI6p_mXCAAEwKq6.jpg,False,337,88,427,,None,,,,,,,[],,,, +265,327594252211200000,327581918222749696,1366939530000.0,2013-04-26 01:25:30,+0000,,"@tcmeggs Am for good public transit in LA, but the pace of that construction makes the 405 look fast.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/327594252211200000,[],[],0,,False,5,3,1,,None,,,,,,,[],,,, +266,327593152133361665,327583120738099200,1366939268000.0,2013-04-26 01:21:08,+0000,,@tcmeggs This argument is a bit silly. A city will not grow to infinite size just because there isn't traffic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/327593152133361665,[],[],0,,False,6,2,0,,None,,,,,,,[],,,, +267,327493831283056640,327450627397537792,1366915588000.0,2013-04-25 18:46:28,+0000,,"@NycomWireless @TeslaMotors Cool, thanks for buying our car!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/327493831283056640,[],[],0,,False,6,2,2,,None,,,,,,,[],,,, +268,327493652274372608,327450627397537792,1366915545000.0,2013-04-25 18:45:45,+0000,,"@Tapp697 Thanks, important clarification. Tesla announcements are always about making product experience better. Market follows eventually.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/327493652274372608,[],[],0,,False,9,3,1,,None,,,,,,,[],,,, +269,327450627397537792,327450627397537792,1366905287000.0,2013-04-25 15:54:47,+0000,,Announcement of new @TeslaMotors strategy tomorrow. Tesla owners will like this.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327450627397537792,[],[],0,,False,116,98,262,,None,,,,,,,[],,,, +270,327448476604583936,327447495196147712,1366904775000.0,2013-04-25 15:46:15,+0000,,@wheelseditor Cool. Just read and watched!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327448476604583936,[],[],0,,False,6,4,1,,None,,,,,,,[],,,, +271,327446760219889665,327446760219889665,1366904365000.0,2013-04-25 15:39:25,+0000,,Seems to be some stormy weather over in Shortville these days,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327446760219889665,[],[],0,,False,300,48,171,,None,,,,,,,[],,,, +272,326902082504384512,326881319881699329,1366774505000.0,2013-04-24 03:35:05,+0000,,@Rocketrichardp @ct_la Exactly. DMV Comm overruled good recommendation of Hearing Officer.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/326902082504384512,[],[],0,,False,4,3,2,,None,,,,,,,[],,,, +273,326882270982057984,326828343100076034,1366769781000.0,2013-04-24 02:16:21,+0000,,@Trekker56 @TeslaMotors Please contact DMV Commissioner and Governor. This is not good for the people of Virginia.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/326882270982057984,[],[],0,,False,6,1,3,,None,,,,,,,[],,,, +274,326828343100076034,326828343100076034,1366756923000.0,2013-04-23 22:42:03,+0000,,"Not all good news. Virginia DMV Commissioner just denied Tesla a dealer license, despite Hearing Officer being in favor.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/326828343100076034,[],[],0,,False,23,118,93,,None,,,,,,,[],,,, +275,326725362123935745,326500735233712129,1366732371000.0,2013-04-23 15:52:51,+0000,,@In_Sight_Full @juliewestfall we have great neighbors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/326725362123935745,[],[],0,,False,6,2,1,,None,,,,,,,[],,,, +276,326615354040283136,326500735233712129,1366706143000.0,2013-04-23 08:35:43,+0000,,@TheMilns Try this: http://t.co/UVhBE2uMli,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/326615354040283136,['http://m.youtube.com/#/watch?feature=youtu.be&v=se7_JpbtPwA&desktop_uri=%2Fwatch%3Fv%3Dse7_JpbtPwA%26feature%3Dyoutu.be'],[],0,,False,3,2,4,,None,,,,,,,[],,,, +277,326532755028602880,326532755028602880,1366686450000.0,2013-04-23 03:07:30,+0000,,Wringing water out of a towel in zero g is way trippy http://t.co/UFLI0MM6Kv via @youtube,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/326532755028602880,['http://www.youtube.com/watch?v=o8TssbmY-GM&sns=tw'],[],0,,False,211,60,451,,None,,,,,,,[],,,, +278,326520007741808640,326500735233712129,1366683410000.0,2013-04-23 02:16:50,+0000,,@clprenz evolving,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/326520007741808640,[],[],0,,False,3,1,1,,None,,,,,,,[],,,, +279,326519925386661889,326500735233712129,1366683391000.0,2013-04-23 02:16:31,+0000,,@kirkburgess yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/326519925386661889,[],[],0,,False,9,1,1,,None,,,,,,,[],,,, +280,326509932797116416,326413387426828288,1366681008000.0,2013-04-23 01:36:48,+0000,,@justinchace Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/326509932797116416,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +281,326500735233712129,326500735233712129,1366678816000.0,2013-04-23 01:00:16,+0000,,"Grasshopper rocket flies up 250m, holds against wind and lands. Vid taken from our hexacopter http://t.co/LXmMCYDD0e",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/326500735233712129,['http://www.youtube.com/watch?v=NoxiK7K28PU&feature=youtu.be'],[],0,,False,434,232,1165,,None,,,,,,,[],,,, +282,326155183623118849,326152475205857281,1366596430000.0,2013-04-22 02:07:10,+0000,,@dbhyslop Will post a video of the latest Grasshopper flight tomorrow (taken from the camera on our new hexacopter).,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/326155183623118849,[],[],0,,False,7,6,15,,None,,,,,,,[],,,, +283,326152872708419585,326152475205857281,1366595879000.0,2013-04-22 01:57:59,+0000,,Now with actual picture :) http://t.co/G6PCiAJmtx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/326152872708419585,[],['https://pbs.twimg.com/media/BIa6T0jCMAArRrA.jpg'],1,https://pbs.twimg.com/media/BIa6T0jCMAArRrA.jpg,False,653,106,507,,None,,,,,,,[],,,, +284,326152475205857281,326152475205857281,1366595784000.0,2013-04-22 01:56:24,+0000,,Cool picture of Io crossing Jupiter sent to me by @shervin. Would be amazing to visit in person one day.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/326152475205857281,[],[],0,,False,54,31,78,,None,,,,,,,[],,,, +285,326118739483451392,326096504450334720,1366587741000.0,2013-04-21 23:42:21,+0000,,Congratulations to @OrbitalSciences! “@CNETNews: Orbital's Antares rocket makes successful test flight http://t.co/y7bwdDMGCi”,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/326118739483451392,['http://cnet.co/17QCmKa'],[],0,,False,69,12,124,,None,,,,,,,[],,,, +286,325011704582901760,324990048523141120,1366323803000.0,2013-04-18 22:23:23,+0000,,@eirene_inc @archforhumanity @AFHDisasterTeam We have a lot of heavy lifting equipment. Will ask my team to send it over.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/325011704582901760,[],[],0,,False,15,6,11,,None,,,,,,,[],,,, +287,324990048523141120,324990048523141120,1366318640000.0,2013-04-18 20:57:20,+0000,,"Heart goes out to people of central Texas, home of SpaceX TX. All resources at disposal to help in any way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/324990048523141120,[],[],0,,False,134,15,167,,None,,,,,,,[],,,, +288,324575593796612096,324575593796612096,1366219826000.0,2013-04-17 17:30:26,+0000,,A @WhiteHouse petition to allow direct sales of cars by manufacturers: https://t.co/7h6m89mQmh Please vote here too!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/324575593796612096,['https://petitions.whitehouse.gov/petition/overturn-franchise-laws-limit-auto-manufacturers-selling-their-vehicles-directly-consumers/rlShbLzr'],[],0,,False,99,54,318,,None,,,,,,,[],,,, +289,324388037117214720,324388037117214720,1366175109000.0,2013-04-17 05:05:09,+0000,,"If you live in Texas and are pro Tesla, please vote in the @MyABJ opinion poll! http://t.co/ozPdw6UzUo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/324388037117214720,['http://www.bizjournals.com/austin/poll/results/11461812'],[],0,,False,41,45,170,,None,,,,,,,[],,,, +290,322906572814696448,322906572814696448,1365821900000.0,2013-04-13 02:58:20,+0000,,"Interesting... ""Putin unveils $50B drive for Russian space supremacy http://t.co/aK1vYGlYhl"" via @physorg_com",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/322906572814696448,['http://phys.org/news/2013-04-putin-unveils-bn-russian-space.html'],[],0,,False,110,100,200,,None,,,,,,,[],,,, +291,322416386037141504,322409574248357888,1365705031000.0,2013-04-11 18:30:31,+0000,,@batasrki Stay tuned for a big Supercharger announcement in a few weeks. Definitely have you covered.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322416386037141504,[],[],0,,False,32,8,19,,None,,,,,,,[],,,, +292,322414424570859520,322409574248357888,1365704563000.0,2013-04-11 18:22:43,+0000,,@JBSiegelMD Thanks! Hearing from constituents is super important to counteract the influence of the dealer lobby.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322414424570859520,[],[],0,,False,23,1,3,,None,,,,,,,[],,,, +293,322410144409481217,322410144409481217,1365703543000.0,2013-04-11 18:05:43,+0000,,"New York judge states: ""... dealers cannot utilize the Franchised Dealer Act as a means to sue their competitors"". Exactly!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322410144409481217,[],[],0,,False,97,34,104,,None,,,,,,,[],,,, +294,322409574248357888,322409574248357888,1365703407000.0,2013-04-11 18:03:27,+0000,,"New York judge just ruled in favor Tesla, dismissing the legal attack by auto dealers to prevent direct sales!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322409574248357888,[],[],0,,False,343,118,482,,None,,,,,,,[],,,, +295,322170049316139009,322170049316139009,1365646300000.0,2013-04-11 02:11:40,+0000,,Yay for democracy! @latimes asks: Should Tesla Motors be able to sell directly to consumers? http://t.co/IhSNht6bgx,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/322170049316139009,"['http://www.latimes.com/business/autos/la-fi-hy-tesla-ceo-takes-dealer-fight-to-texas-says-he-can-sell-more-cars-20130410,0,1676772.story']",[],0,,False,87,64,156,,None,,,,,,,[],,,, +296,322163054601179136,322154768476823553,1365644632000.0,2013-04-11 01:43:52,+0000,,"@twittelator Yup, you're right",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/322163054601179136,[],[],0,,False,6,2,0,,None,,,,,,,[],,,, +297,321987888055201793,321987888055201793,1365602869000.0,2013-04-10 14:07:49,+0000,,Just wanted to say thanks to everyone for testifying yesterday in Austin. Will hang around after press conf to thank people in person.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/321987888055201793,[],[],0,,False,48,24,50,,None,,,,,,,[],,,, +298,321985069235453953,321984409060384768,1365602197000.0,2013-04-10 13:56:37,+0000,,"@derrickgott007 already partly here with rocket development, but will make it a lot bigger with the launch site",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/321985069235453953,[],[],0,,False,5,1,3,,None,,,,,,,[],,,, +299,321710007223726080,321710007223726080,1365536617000.0,2013-04-09 19:43:37,+0000,,Just had Texas BBQ for lunch in Capitol Building. About to head to House Committee hearing to advocate for Tesla in TX.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/321710007223726080,[],[],0,,False,76,86,41,,None,,,,,,,[],,,, +300,321637861147426816,321637861147426816,1365519416000.0,2013-04-09 14:56:56,+0000,,In TX to make the case for allowing Tesla to sell cars. Pls come to Capitol Room E2.014 at 1:30! http://t.co/WR3WXE8SFe,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/321637861147426816,['http://www.teslamotors.com/blog/tesla-approach-distributing-and-servicing-cars'],[],0,,False,48,34,140,,None,,,,,,,[],,,, +301,321440099348934656,321440099348934656,1365472266000.0,2013-04-09 01:51:06,+0000,,Which leads me to my next subject of gun control ... just kidding,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321440099348934656,[],[],0,,False,200,77,65,,None,,,,,,,[],,,, +302,321438436168974336,321438436168974336,1365471869000.0,2013-04-09 01:44:29,+0000,,No more political comments for me now that I've shot off both my feet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321438436168974336,[],[],0,,False,91,71,49,,None,,,,,,,[],,,, +303,321434227914727424,321430023296913411,1365470866000.0,2013-04-09 01:27:46,+0000,,"@TaniaPalme When a person dies, the right thing to do is remember the good more than the bad. Not a day for hate (if there is ever such).",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321434227914727424,[],[],0,,False,20,8,10,,None,,,,,,,[],,,, +304,321430023296913411,321430023296913411,1365469864000.0,2013-04-09 01:11:04,+0000,,"At the risk of losing more ""cool points"", I like Reagan too! However, I also like Obama, Clinton & JFK. Good people on both sides...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321430023296913411,[],[],0,,False,115,45,61,,None,,,,,,,[],,,, +305,321427493661859840,321423079089766400,1365469260000.0,2013-04-09 01:01:00,+0000,,"@ticeestes Am not trying to accumulate cool points. She was far from perfect, but her actions, on balance, were good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321427493661859840,[],[],0,,False,15,23,3,,None,,,,,,,[],,,, +306,321425821405429760,321423079089766400,1365468862000.0,2013-04-09 00:54:22,+0000,,"@richardmatthias Her later years are debatable, but her early years are not imo. Britain went from dreary to Great again.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/321425821405429760,[],[],0,,False,12,7,4,,None,,,,,,,[],,,, +307,321423079089766400,321423079089766400,1365468208000.0,2013-04-09 00:43:28,+0000,,"Always admired Margaret Thatcher -- she was tough, but sensible & fair, much like my English Nana http://t.co/KcXsZGk7fw",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/321423079089766400,['http://www.guardian.co.uk/politics/interactive/2013/apr/08/margaret-thatcher-i-knew'],[],0,,False,144,178,104,,None,,,,,,,[],,,, +308,321409229565075456,321407591584509952,1365464906000.0,2013-04-08 23:48:26,+0000,,@ryanjoyce88 We went through literally hundreds of variants of red trying to find something original that didn't suck.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321409229565075456,[],[],0,,False,61,3,5,,None,,,,,,,[],,,, +309,321408906331041793,321407591584509952,1365464829000.0,2013-04-08 23:47:09,+0000,,"@quietlybear Do all the intro courses for mech, EE, aero and physics, then specialize in the one you like most.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321408906331041793,[],[],0,,False,100,3,11,,None,,,,,,,[],,,, +310,321407591584509952,321407591584509952,1365464516000.0,2013-04-08 23:41:56,+0000,,New Tesla red going down assembly line for the first time. We spent a lot of time on this color! http://t.co/e7twjazWPx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321407591584509952,[],['https://pbs.twimg.com/media/BHXegG0CMAAICXq.jpg'],1,https://pbs.twimg.com/media/BHXegG0CMAAICXq.jpg,False,791,204,389,,None,,,,,,,[],,,, +311,321342187067543552,321342187067543552,1365448922000.0,2013-04-08 19:22:02,+0000,,"Sarah Palin calls Tesla a loser. Am deeply wounded. http://t.co/eOGT80Ut4L Btw, Model S warranty does cover ""bricking"".",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/321342187067543552,['http://www.rawstory.com/rs/2013/04/07/sarah-palin-echoes-romney-tesla-motors-losers-who-build-bricks/'],[],0,,False,185,323,411,,None,,,,,,,[],,,, +312,319291625731940352,318118700806983680,1364960030000.0,2013-04-03 03:33:50,+0000,,@DreWeathers Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/319291625731940352,[],[],0,,False,6,8,3,,None,,,,,,,[],,,, +313,319239040429862912,319239040429862912,1364947493000.0,2013-04-03 00:04:53,+0000,,Great explanation of the @TeslaMotors announcement by @TechCrunch http://t.co/rTHX6LofOE,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/319239040429862912,['http://techcrunch.com/2013/04/02/tesla-motors-partners-with-wells-fargo-and-us-bank-to-finance-model-s-electric-cars/'],[],0,,False,94,50,185,,None,,,,,,,[],,,, +314,319221613314834432,319213656971804672,1364943338000.0,2013-04-02 22:55:38,+0000,,"@sightalignment Hoping to open the Century City Tesla store this month. It is my neighborhood mall, so I'm there all the time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/319221613314834432,[],[],0,,False,5,1,5,,None,,,,,,,[],,,, +315,319221229724770305,319209714120544257,1364943246000.0,2013-04-02 22:54:06,+0000,,@fleijerstam @gronnbilnorge We are working hard to make that happen!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/319221229724770305,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +316,319156297780039680,319153347632439297,1364927765000.0,2013-04-02 18:36:05,+0000,,@BjarteReve Should be late 2014 for US and early 2015 for Europe.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/319156297780039680,[],[],0,,False,5,0,1,,None,,,,,,,[],,,, +317,319153517111676928,319153347632439297,1364927102000.0,2013-04-02 18:25:02,+0000,,@BjarteReve July!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/319153517111676928,[],[],0,,False,5,2,3,,None,,,,,,,[],,,, +318,319144496187187202,319144496187187202,1364924951000.0,2013-04-02 17:49:11,+0000,,Am headed to TX next week to thank people personally for supporting Tesla. Please head to SB 1659 @ 8am tomorrow #TeslaTX,en,['teslatx'],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/319144496187187202,[],[],0,,False,46,40,69,,None,,,,,,,[],,,, +319,319121972212690945,319121972212690945,1364919581000.0,2013-04-02 16:19:41,+0000,,Certainly true that many people believe that Tesla and SpaceX are powered by the #hhgttg Infinite Improbability Drive :),en,['hhgttg'],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/319121972212690945,[],[],0,,False,124,43,144,,None,,,,,,,[],,,, +320,319119973366784002,319119973366784002,1364919105000.0,2013-04-02 16:11:45,+0000,,Today's Tesla announcement is actually the 2nd in a 5 part trilogy (love Douglas Adams),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/319119973366784002,[],[],0,,False,84,38,106,,None,,,,,,,[],,,, +321,318888865668681728,318882078945050625,1364864004000.0,2013-04-02 00:53:24,+0000,,@mpauldine You never know ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/318888865668681728,[],[],0,,False,4,2,3,,None,,,,,,,[],,,, +322,318826190725074944,318586284065054720,1364849062000.0,2013-04-01 20:44:22,+0000,,@stopman Thanks Michael. Beauty of over the air software updates is that the product keeps improving even after you buy it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/318826190725074944,[],[],0,,False,13,2,5,,None,,,,,,,[],,,, +323,318820033839128576,318586284065054720,1364847594000.0,2013-04-01 20:19:54,+0000,,@jeremys Thanks Jeremy! Good seeing you in LA. Awesome job with Yelp!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/318820033839128576,[],[],0,,False,6,0,1,,None,,,,,,,[],,,, +324,318588682070269952,318588682070269952,1364792435000.0,2013-04-01 05:00:35,+0000,,"To be clear, Tesla is in California, so it is not April Fool's yet! Also, some may differ, but imo the Tues news is arguably more important.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/318588682070269952,[],[],0,,False,63,50,76,,None,,,,,,,[],,,, +325,318586284065054720,318586284065054720,1364791863000.0,2013-04-01 04:51:03,+0000,,First profitable Q for Tesla thanks to awesome customers & hard work by a super dedicated team http://t.co/njumz2SDmx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/318586284065054720,['http://www.teslamotors.com/about/press/releases/tesla-model-s-sales-exceed-target'],[],0,,False,302,120,541,,None,,,,,,,[],,,, +326,318435934246944768,318435934246944768,1364756017000.0,2013-03-31 18:53:37,+0000,,About to do chocolate egg hunt with all the kids. Candy bonanza! Happy Easter!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/318435934246944768,[],[],0,,False,52,22,20,,None,,,,,,,[],,,, +327,318164425251110912,318151676164988929,1364691284000.0,2013-03-31 00:54:44,+0000,,"Thanks Bob “@BobMetcalfe: Tesla Takes on TX Dealer's Association (MA too) - Repeal anti-competitive dealer laws - http://t.co/qbbBkGkvzC""",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/318164425251110912,['http://bit.ly/169r2Fs'],[],0,,False,18,15,48,,None,,,,,,,[],,,, +328,318122230758391808,318120401148465154,1364681224000.0,2013-03-30 22:07:04,+0000,,"Sorry, correct link is: http://t.co/yBRQRUKmAE",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/318122230758391808,['http://en.wikipedia.org/wiki/Eighty-third_Texas_Legislature'],[],0,,False,17,11,44,,None,,,,,,,[],,,, +329,318120401148465154,318120401148465154,1364680788000.0,2013-03-30 21:59:48,+0000,,"If you support Tesla in Texas, please contact your state Senate or House member. Free enterprise! http://t.co/BoaveKd4NZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/318120401148465154,['http://en.wikipedia.org/wiki/Eighty-first_Texas_Legislature'],[],0,,False,44,33,119,,None,,,,,,,[],,,, +330,318118700806983680,318118700806983680,1364680383000.0,2013-03-30 21:53:03,+0000,,Auto dealers in Texas are trying to stop Tesla. Would appreciate your help in fighting for what's right http://t.co/5T4pH7u5fX,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/318118700806983680,['http://wot.motortrend.com/tesla-takes-on-texas-dealers-association-349795.html#axzz2P3te9cYC'],[],0,,False,93,114,487,,None,,,,,,,[],,,, +331,317665357819154432,317665357819154432,1364572298000.0,2013-03-29 15:51:38,+0000,,Rocket fairing almost ready for deployment test in vacuum chamber. Man lift on right for scale http://t.co/BLOTThWFvw,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317665357819154432,[],['https://pbs.twimg.com/media/BGiS9bqCEAA1j7I.jpg'],1,https://pbs.twimg.com/media/BGiS9bqCEAA1j7I.jpg,False,211,45,172,,None,,,,,,,[],,,, +332,317661456751550464,317659286660595712,1364571367000.0,2013-03-29 15:36:07,+0000,,Can't make this stuff up: “@ErneX: hah and that's the name of a fire extinguisher https://t.co/0y4QzzlLkw”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317661456751550464,['https://fireextinguisherdepot.com/fire-extinguishers-1/abc-fire-extinguishers-1/amerex-b456-abc-fire-extinguisher-10-lb-rechargeable-ul-rating-4a-40b-c.html'],[],0,,False,15,7,12,,None,,,,,,,[],,,, +333,317659286660595712,317659286660595712,1364570850000.0,2013-03-29 15:27:30,+0000,,A123 battery company renames itself B456 after bankruptcy (really).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317659286660595712,[],[],0,,False,120,63,297,,None,,,,,,,[],,,, +334,316595382622765056,316595382622765056,1364317195000.0,2013-03-26 16:59:55,+0000,,Recovery ship has secured Dragon. Powering down all secondary systems. Cargo looks A ok.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316595382622765056,[],[],0,,False,96,46,165,,None,,,,,,,[],,,, +335,316588335885856768,316588335885856768,1364315515000.0,2013-03-26 16:31:55,+0000,,Telemetry says main parachutes deployed ... now visually confirmed,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316588335885856768,[],[],0,,False,37,24,74,,None,,,,,,,[],,,, +336,316588058021609472,316588058021609472,1364315449000.0,2013-03-26 16:30:49,+0000,,Recovery ship just heard the sonic booms from Dragon reentry and has data transmission lock.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316588058021609472,[],[],0,,False,45,7,107,,None,,,,,,,[],,,, +337,316585896814194688,316585896814194688,1364314934000.0,2013-03-26 16:22:14,+0000,,Dragon deorbit burn was good. All thrusters operating. On target for splashdown.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316585896814194688,[],[],0,,False,59,19,113,,None,,,,,,,[],,,, +338,316446454963122176,316446454963122176,1364281688000.0,2013-03-26 07:08:08,+0000,,"Future will indeed be rooftop solar + battery pack, w utility company just providing backup power http://t.co/1PlB3xn0Cz",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/316446454963122176,['http://www.fool.com/investing/general/2013/03/25/the-end-of-utilities.aspx'],[],0,,False,218,85,367,,None,,,,,,,[],,,, +339,316358938419400706,316358938419400706,1364260823000.0,2013-03-26 01:20:23,+0000,,Slight change of date to ensure no end of quarter distractions -- will be Tues next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/316358938419400706,[],[],0,,False,35,39,57,,None,,,,,,,[],,,, +340,316260319360061440,316260319360061440,1364237310000.0,2013-03-25 18:48:30,+0000,,Really exciting @TeslaMotors announcement coming on Thursday. Am going to put my money where my mouth is in v major way.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/316260319360061440,[],[],0,,False,264,148,710,,None,,,,,,,[],,,, +341,316229109862776833,316229109862776833,1364229869000.0,2013-03-25 16:44:29,+0000,,"There's crazy, there's batsh*t crazy, then there's North Korea crazy... http://t.co/etJmNZqVD1",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/316229109862776833,['http://news.yahoo.com/blogs/lookout/north-korea-video-propaganda-us-troops-rockets-125355219.html'],[],0,,False,107,44,293,,None,,,,,,,[],,,, +342,315689366557188096,315675763040989184,1364101184000.0,2013-03-24 04:59:44,+0000,,@MichaelLindahl It will be slightly smaller w fewer features as std. Think Audi A4 or BMW 3 vs Model S being S7 or M5,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/315689366557188096,[],[],0,,False,12,3,4,,None,,,,,,,[],,,, +343,315688846731902976,315587700063363073,1364101060000.0,2013-03-24 04:57:40,+0000,,@DeanJFalkenberg yep,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/315688846731902976,[],[],0,,False,7,2,1,,None,,,,,,,[],,,, +344,315609388335366144,315589150801813504,1364082116000.0,2013-03-23 23:41:56,+0000,,@Nezheim @jbmeicher sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/315609388335366144,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +345,315590420203700224,315589150801813504,1364077594000.0,2013-03-23 22:26:34,+0000,,.@jbmeicher Model S works great in cold. Highest sales/capita are in Norway and we have a ton of customers in Canada.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315590420203700224,[],[],0,,False,23,32,43,,None,,,,,,,[],,,, +346,315587700063363073,315587700063363073,1364076945000.0,2013-03-23 22:15:45,+0000,,"But when considering savings of gas v electricity, true cost vs gas cars is more like $25k for a v sweet ride",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315587700063363073,[],[],0,,False,37,29,38,,None,,,,,,,[],,,, +347,315587176597426176,315568818833477633,1364076820000.0,2013-03-23 22:13:40,+0000,,.@benmacy $30k in 2013 $ (ie + inflation) w 200+ mile range w some really cool tech that we can't talk about yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315587176597426176,[],[],0,,False,73,44,78,,None,,,,,,,[],,,, +348,315583897448632322,315568818833477633,1364076039000.0,2013-03-23 22:00:39,+0000,,".@joshj777 It has always been my dream to produce a low cost, compelling electric car. We are 3 to 4 years away. Wish it could be sooner.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315583897448632322,[],[],0,,False,88,53,149,,None,,,,,,,[],,,, +349,315571855752851456,315568818833477633,1364073168000.0,2013-03-23 21:12:48,+0000,,@malkosh was this in a test drive car (those are all about to be upgraded) or a current customer car?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/315571855752851456,[],[],0,,False,3,4,1,,None,,,,,,,[],,,, +350,315568818833477633,315568818833477633,1364072444000.0,2013-03-23 21:00:44,+0000,,Review of Tesla Model S by @RoadandTrack. Good article w minor errors addressed in reader comments http://t.co/qfQDWL96wQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/315568818833477633,['http://www.roadandtrack.com/car-reviews/road-tests/road-test-2013-tesla-model-s'],[],0,,False,81,21,125,,None,,,,,,,[],,,, +351,315258192949022720,315258192949022720,1363998385000.0,2013-03-23 00:26:25,+0000,,"When Shoemaker-Levy comet hit Jupiter in 94, it made an Earth size hole. We wd be super dead if it actually hit Earth http://t.co/b6IyuLoHIo",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/315258192949022720,['http://en.wikipedia.org/wiki/Comet_Shoemaker%E2%80%93Levy_9'],[],0,,False,84,61,179,,None,,,,,,,[],,,, +352,315252557884825601,315049449653153792,1363997041000.0,2013-03-23 00:04:01,+0000,,Probably true imo “@bbcscitech: Dinosaur-killing rock 'was a comet' http://t.co/wZhjXrl9NV”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/315252557884825601,['http://bbc.in/15zdItz'],[],0,,False,19,10,23,,None,,,,,,,[],,,, +353,314262567084249088,314262567084249088,1363761009000.0,2013-03-20 06:30:09,+0000,,My talk at TED with @TEDchris http://t.co/SNOvzWdR0u,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/314262567084249088,['http://on.ted.com/jU8R'],[],0,,False,425,64,390,,None,,,,,,,[],,,, +354,314179636445712384,314177889245466625,1363741237000.0,2013-03-20 01:00:37,+0000,,"@Anthropic Yeah, Plum Brook Space Power Facility @NASA Glenn Research Center. Help from the Glenn team much appreciated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/314179636445712384,[],[],0,,False,10,0,3,,None,,,,,,,[],,,, +355,314177889245466625,314177889245466625,1363740820000.0,2013-03-20 00:53:40,+0000,,Testing separation of F9 rocket fairing (can hold a city bus) in world's largest vacuum chamber http://t.co/2zkLi4ON0s,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/314177889245466625,[],['https://pbs.twimg.com/media/BFwvIC0CEAEar_R.jpg'],1,https://pbs.twimg.com/media/BFwvIC0CEAEar_R.jpg,False,268,43,310,,None,,,,,,,[],,,, +356,313848068900532224,313848068900532224,1363662185000.0,2013-03-19 03:03:05,+0000,,Sharing a metaphysical milkshake with @RainnWilson http://t.co/XPJ0OkGhmX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/313848068900532224,['http://www.youtube.com/watch?v=Ns0IHCj2q-E&feature=youtu.be&a'],[],0,,False,157,37,218,,None,,,,,,,[],,,, +357,313357288985460740,313354143152607232,1363545174000.0,2013-03-17 18:32:54,+0000,,"@JBSiegelMD Cool, I'm glad you like it!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/313357288985460740,[],[],0,,False,3,0,2,,None,,,,,,,[],,,, +358,313354143152607232,313354143152607232,1363544424000.0,2013-03-17 18:20:24,+0000,,Craig Venter talks about flu vaccines and the Tesla Model S. Gesundheit! http://t.co/nt2etVUjDq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/313354143152607232,['http://www.medscape.com/viewarticle/780324_2'],[],0,,False,42,17,70,,None,,,,,,,[],,,, +359,310550326900051969,310550326900051969,1362875942000.0,2013-03-10 00:39:02,+0000,,Using Über to order a Tesla Model S @SXSW with @shervin and @travisk http://t.co/69H47lMjBw,de,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/310550326900051969,[],['https://pbs.twimg.com/media/BE9L4IBCUAAZQUR.jpg'],1,https://pbs.twimg.com/media/BE9L4IBCUAAZQUR.jpg,False,300,49,203,,None,,,,,,,[],,,, +360,310517571524915200,310517571524915200,1362868132000.0,2013-03-09 22:28:52,+0000,,The Johnny Cash hover slam! http://t.co/9jXiKoo9D1,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/310517571524915200,['http://youtu.be/2Ivr6JF1K-8'],[],0,,False,227,109,409,,None,,,,,,,[],,,, +361,310478997077258241,310478997077258241,1362858935000.0,2013-03-09 19:55:35,+0000,,Will show Johnny Cash hover slam rocket video for the first time in about 15 mins. Test footage only 36 hrs old. #SXSW,en,['sxsw'],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/310478997077258241,[],[],0,,False,49,46,132,,None,,,,,,,[],,,, +362,310079304602107904,310079304602107904,1362763641000.0,2013-03-08 17:27:21,+0000,,Check out Model S at Tesla Austin Gallery at The Domain opening today! I will stop by this eve and tomorrow morning.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/310079304602107904,[],[],0,,False,36,33,79,,None,,,,,,,[],,,, +363,310051925024452608,310047260958416897,1362757114000.0,2013-03-08 15:38:34,+0000,,@sdvillella nice pic!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310051925024452608,[],[],0,,False,8,0,4,,None,,,,,,,[],,,, +364,310048970342809601,310047260958416897,1362756409000.0,2013-03-08 15:26:49,+0000,,@RebeccaJarvis Not yet. I look forward to giving that a try.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310048970342809601,[],[],0,,False,7,0,1,,None,,,,,,,[],,,, +365,310047260958416897,310047260958416897,1362756002000.0,2013-03-08 15:20:02,+0000,,Random trivia: my grandfather & great grandfather were both born in Minnesota. I was named after my GGF.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310047260958416897,[],[],0,,False,58,32,32,,None,,,,,,,[],,,, +366,310046392653582336,310046392653582336,1362755795000.0,2013-03-08 15:16:35,+0000,,Minnesota auto dealers tried to pass legislation to block Tesla stores. Bill was just defeated in Senate. Thanks MN!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310046392653582336,[],[],0,,False,126,75,251,,None,,,,,,,[],,,, +367,310038397253210113,310036546327834625,1362753888000.0,2013-03-08 14:44:48,+0000,,@Asherlaw SpaceX is expanding launch ops at Canaveral too. Need 2 locations to handle flight rate and avoid weather risk,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310038397253210113,[],[],0,,False,3,3,4,,None,,,,,,,[],,,, +368,310036546327834625,310036546327834625,1362753447000.0,2013-03-08 14:37:27,+0000,,"Arrived Austin. Talking with TX House about creating an orbital launch complex near Brownsville, then #SXSW keynote tmrw",en,['sxsw'],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310036546327834625,[],[],0,,False,80,61,131,,None,,,,,,,[],,,, +369,310031964663078913,310027926668197889,1362752355000.0,2013-03-08 14:19:15,+0000,,@navidob Pretty much. Couldn't leave the country of Ibsen without doing something cultural!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310031964663078913,[],[],0,,False,6,2,5,,None,,,,,,,[],,,, +370,310027926668197889,310027926668197889,1362751392000.0,2013-03-08 14:03:12,+0000,,Saw a play about Stalin in Norwegian. Like watching mimes with emoticons doing Solzhenitsyn. http://t.co/YsWV6IF3QL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310027926668197889,[],['https://pbs.twimg.com/media/BE1wwbgCQAAespx.jpg'],1,https://pbs.twimg.com/media/BE1wwbgCQAAespx.jpg,False,122,30,53,,None,,,,,,,[],,,, +371,309435481165279233,309435481165279233,1362610142000.0,2013-03-06 22:49:02,+0000,,Am in Oslo to thank the Norwegian customers of @TeslaMotors personally. Highest Model S orders per capita in the world.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/309435481165279233,[],[],0,,False,118,71,206,,None,,,,,,,[],,,, +372,307958110474104832,307958110474104832,1362257909000.0,2013-03-02 20:58:29,+0000,,Just received #Dragon docking clearance from @NASA. Will begin orbital maneuvers to Space Station at 11pm Pacific time.,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/307958110474104832,[],[],0,,False,147,62,319,,None,,,,,,,[],,,, +373,307633403195449344,307633403195449344,1362180493000.0,2013-03-01 23:28:13,+0000,,Would also like to thank @USAirForce for allowing us to use their long range comm system for Dragon in free drift.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/307633403195449344,[],[],0,,False,92,29,138,,None,,,,,,,[],,,, +374,307627922783600640,307627922783600640,1362179186000.0,2013-03-01 23:06:26,+0000,,Just want to say thanks to @NASA for being the world's coolest customer. Looking forward to delivering the goods!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/307627922783600640,[],[],0,,False,239,37,397,,None,,,,,,,[],,,, +375,307615430154022912,307615430154022912,1362176208000.0,2013-03-01 22:16:48,+0000,,Orbit raising burn successful. Dragon back on track.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/307615430154022912,[],[],0,,False,232,107,618,,None,,,,,,,[],,,, +376,307597163582590977,307597163582590977,1362171853000.0,2013-03-01 21:04:13,+0000,,Thruster pods one through four are now operating nominally. Preparing to raise orbit. All systems green.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/307597163582590977,[],[],0,,False,242,116,524,,None,,,,,,,[],,,, +377,307580263637061633,307580263637061633,1362167824000.0,2013-03-01 19:57:04,+0000,,Pods 1 and 4 now online and thrusters engaged. Dragon transitioned from free drift to active control. Yes!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/307580263637061633,[],[],0,,False,267,177,588,,None,,,,,,,[],,,, +378,307536134215446528,307536134215446528,1362157302000.0,2013-03-01 17:01:42,+0000,,Attempting bring up of thruster pods 2 and 4,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/307536134215446528,[],[],0,,False,50,45,156,,None,,,,,,,[],,,, +379,307533114035535872,307533114035535872,1362156582000.0,2013-03-01 16:49:42,+0000,,Solar array deployment successful,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307533114035535872,[],[],0,,False,255,145,597,,None,,,,,,,[],,,, +380,307530281290711042,307530281290711042,1362155907000.0,2013-03-01 16:38:27,+0000,,Thruster pod 3 tank pressure trending positive. Preparing to deploy solar arrays.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307530281290711042,[],[],0,,False,95,35,288,,None,,,,,,,[],,,, +381,307523715678212096,307523715678212096,1362154341000.0,2013-03-01 16:12:21,+0000,,About to pass over Australia ground station and command inhibit override,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307523715678212096,[],[],0,,False,43,43,191,,None,,,,,,,[],,,, +382,307521854166417408,307521854166417408,1362153898000.0,2013-03-01 16:04:58,+0000,,Holding on solar array deployment until at least two thruster pods are active,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307521854166417408,[],[],0,,False,49,22,222,,None,,,,,,,[],,,, +383,307515784610058241,307515784610058241,1362152451000.0,2013-03-01 15:40:51,+0000,,Issue with Dragon thruster pods. System inhibiting three of four from initializing. About to command inhibit override.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/307515784610058241,[],[],0,,False,80,61,568,,None,,,,,,,[],,,, +384,307513668483047424,307513668483047424,1362151946000.0,2013-03-01 15:32:26,+0000,,Falcon 9 delivered Dragon to its target orbit. All good on the rocket.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/307513668483047424,[],[],0,,False,120,56,302,,None,,,,,,,[],,,, +385,307502809744551936,307502809744551936,1362149357000.0,2013-03-01 14:49:17,+0000,,T minus 22 mins to launch mission 3 to dock with the Space Station http://t.co/TfGUbZSaL3,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/307502809744551936,[],['https://pbs.twimg.com/media/BER4LR6CMAIlNpU.jpg'],1,https://pbs.twimg.com/media/BER4LR6CMAIlNpU.jpg,False,226,50,402,,None,,,,,,,[],,,, +386,307406661688127488,307406661688127488,1362126434000.0,2013-03-01 08:27:14,+0000,,Computer glitch found by @SpaceX avionics while bench testing on IM. Couldn't replicate on vehicle. Launch proceeding...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/307406661688127488,[],[],0,,False,45,11,72,,None,,,,,,,[],,,, +387,307361875782402048,307361875782402048,1362115756000.0,2013-03-01 05:29:16,+0000,,Launch on track for tomorrow morning at 10:10 am Cape Canaveral time,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/307361875782402048,[],[],0,,False,72,51,171,,None,,,,,,,[],,,, +388,306612536973856768,306591715077271553,1361937100000.0,2013-02-27 03:51:40,+0000,,"@andrewliebchen @_chrissimmons Exactly. Then no need for clean energy subsidies, as externality is priced into mkt behavior",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/306612536973856768,[],[],0,,False,5,7,7,,None,,,,,,,[],,,, +389,306608592100941824,306591715077271553,1361936159000.0,2013-02-27 03:35:59,+0000,,"@_ChrisSimmons A carbon tax would affect coal even more than gasoline, so electricity would also become more expensive",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/306608592100941824,[],[],0,,False,3,1,3,,None,,,,,,,[],,,, +390,306591715077271553,306591715077271553,1361932135000.0,2013-02-27 02:28:55,+0000,,"One often hears that there is no point in a US carbon tax unless China acts. Well, they just did http://t.co/SIp9NzkulK",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/306591715077271553,['http://slate.me/ZGAPVz'],[],0,,False,152,51,526,,None,,,,,,,[],,,, +391,306193893890863104,306193893890863104,1361837287000.0,2013-02-26 00:08:07,+0000,,"Rocket static fire @SpaceX Cape Canaveral launch pad looks good. Engines generated 433 tons of thrust, parameters nominal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/306193893890863104,[],[],0,,False,180,26,244,,None,,,,,,,[],,,, +392,305971647561752576,305907190563221504,1361784300000.0,2013-02-25 09:25:00,+0000,,"@FaeLoba Best is winning competitions like Formula SAE, design/build/fly or other evidence of exceptional eng ability",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/305971647561752576,[],[],0,,False,5,1,5,,None,,,,,,,[],,,, +393,305172926762725376,305067979689820160,1361593870000.0,2013-02-23 04:31:10,+0000,,"@EricIdle Cool! Btw, thought you might appreciate that 1st flight of Dragon spacecraft carried a large wheel of cheese :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/305172926762725376,[],[],0,,False,15,6,9,,None,,,,,,,[],,,, +394,304004275921625090,304004275921625090,1361315242000.0,2013-02-19 23:07:22,+0000,,Thanks @CNBC! “@Lebeaucarnews: The Model S delivered what @elonmusk promised. A ride to make you re-think going electric.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/304004275921625090,[],[],0,,False,50,12,96,,None,,,,,,,[],,,, +395,303585941304537090,303585941304537090,1361215503000.0,2013-02-18 19:25:03,+0000,,Appreciate thoughtful @Sulliview article. Faith in @nytimes restored.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/303585941304537090,[],[],0,,False,49,35,93,,None,,,,,,,[],,,, +396,302591854262767616,302591854262767616,1360978494000.0,2013-02-16 01:34:54,+0000,,Revolutions don't happen if you just roll over to the powers that be. Got to fight for what you believe. That's why http://t.co/GxkT0LVL,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/302591854262767616,['http://www.mercurynews.com/breaking-news/ci_22601708/tesla-ceo-elon-musk-is-right-battle-bad'],[],0,,False,173,74,372,,None,,,,,,,[],,,, +397,302341780479823872,302341780479823872,1360918872000.0,2013-02-15 09:01:12,+0000,,"Genius move “@cdabel114: @CNN Well, to be fair, they did use the controversial gimmick of actually charging up the car”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/302341780479823872,[],[],0,,False,48,13,86,,None,,,,,,,[],,,, +398,302235336514342912,302235336514342912,1360893494000.0,2013-02-15 01:58:14,+0000,,CNN about halfway through East Coast Supercharger test drive of @TeslaMotors Model S w @PeterDrives & @AbigailBassett,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/302235336514342912,[],[],0,,False,28,34,59,,None,,,,,,,[],,,, +399,302179853388619777,302179853388619777,1360880265000.0,2013-02-14 22:17:45,+0000,,Testing the Model S on a surface of pure ice and snow http://t.co/OeZwXFSv,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/302179853388619777,['http://www.youtube.com/watch?v=i0sflIrq_UM'],[],0,,False,86,42,89,,None,,,,,,,[],,,, +400,301064882655207426,301064882655207426,1360614436000.0,2013-02-11 20:27:16,+0000,,"Btw, more free East Coast Superchargers coming soon. Will allow lower initial charge, v high speed trip & long detours, like NYTimes drive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/301064882655207426,[],[],0,,False,55,40,91,,None,,,,,,,[],,,, +401,301054791432417280,301053361157988352,1360612030000.0,2013-02-11 19:47:10,+0000,,"@batasrki Yeah, Top Gear pretended the Tesla Roadster ran out of charge and they had to push it home. Logs showed 50 miles range left.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301054791432417280,[],[],0,,False,15,8,33,,None,,,,,,,[],,,, +402,301054021928640512,301050531923779585,1360611846000.0,2013-02-11 19:44:06,+0000,,@tomleykis Thanks Tom! Support of real Tesla customers like yourself who drive the car every day is v much appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301054021928640512,[],[],0,,False,7,2,7,,None,,,,,,,[],,,, +403,301053361157988352,301053361157988352,1360611689000.0,2013-02-11 19:41:29,+0000,,"Tesla data logging is only turned on with explicit written permission from customers, but after Top Gear BS, we always keep it on for media.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301053361157988352,[],[],0,,False,165,73,347,,None,,,,,,,[],,,, +404,301050531923779585,301050531923779585,1360611014000.0,2013-02-11 19:30:14,+0000,,"Tesla blog coming soon detailing what actually happened on Broder's NYTimes ""range test"". Also lining up other journalists to do same drive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301050531923779585,[],[],0,,False,91,73,196,,None,,,,,,,[],,,, +405,301049593385340928,301049593385340928,1360610790000.0,2013-02-11 19:26:30,+0000,,NYTimes article about Tesla range in cold is fake. Vehicle logs tell true story that he didn't actually charge to max & took a long detour.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301049593385340928,[],[],0,,False,324,132,918,,None,,,,,,,[],,,, +406,300664934663061505,300664934663061505,1360519081000.0,2013-02-10 17:58:01,+0000,,"Busted “@TheOnion: Barack Obama: 'Look, I'm Just Going To Say It: I Collect Antique Nazi Memorabilia' http://t.co/KExXRoBL”",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/300664934663061505,['http://onion.com/Wtrvzw'],[],0,,False,30,8,53,,None,,,,,,,[],,,, +407,300234184193105920,300234184193105920,1360416382000.0,2013-02-09 13:26:22,+0000,,Next Grasshopper rocket test is called the Johnny Cash Hover Slam (yeah baby!). Might be our first smoking crater...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/300234184193105920,[],[],0,,False,124,60,219,,None,,,,,,,[],,,, +408,299961897426505729,299961897426505729,1360351464000.0,2013-02-08 19:24:24,+0000,,SpaceX software engineering is doing an AMA on Reddit http://t.co/hwkUwM5v,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/299961897426505729,['http://www.reddit.com/r/IAmA/comments/1853ap/we_are_spacex_software_engineers_we_launch/'],[],0,,False,78,13,157,,None,,,,,,,[],,,, +409,299961175490297856,299961175490297856,1360351291000.0,2013-02-08 19:21:31,+0000,,Our Great^n Grandfather http://t.co/zxndg3WF,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/299961175490297856,['http://www.nytimes.com/2013/02/08/science/common-ancestor-of-mammals-plucked-from-obscurity.html?_r=0'],[],0,,False,36,7,22,,None,,,,,,,[],,,, +410,299779101366030336,299779101366030336,1360307882000.0,2013-02-08 07:18:02,+0000,,"No, they are not “@AutoblogGreen: Are electric vehicles really a 'dead end'? @Reuters sure thinks so http://t.co/nwAdCLU2”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/299779101366030336,['http://aol.it/Y9nYoz'],[],0,,False,56,41,100,,None,,,,,,,[],,,, +411,298338092652318720,298338092652318720,1359964318000.0,2013-02-04 07:51:58,+0000,,"Wow, 180,000 American killed by other Americans since 9/11 vs only 33 by muslim terrorists http://t.co/BEdhLqJS",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/298338092652318720,['http://www.wired.com/dangerroom/2013/02/american-muslim-terrorism/?cid=co5626214'],[],0,,False,359,71,1591,,None,,,,,,,[],,,, +412,298266134128496641,298266134128496641,1359947162000.0,2013-02-04 03:06:02,+0000,,Great spirit here in the Superdome. Awesome rally by the @49ers!! #SB47,en,['sb47'],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/298266134128496641,[],[],0,,False,32,16,26,,None,,,,,,,[],,,, +413,298252558332485635,298252558332485635,1359943926000.0,2013-02-04 02:12:06,+0000,,I love indoor flamethrowers http://t.co/aAnFftoD,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/298252558332485635,[],['https://pbs.twimg.com/media/BCObHyFCYAEAgND.jpg'],1,https://pbs.twimg.com/media/BCObHyFCYAEAgND.jpg,False,643,47,110,,None,,,,,,,[],,,, +414,296466962899402752,296466962899402752,1359518206000.0,2013-01-30 03:56:46,+0000,,My thoughts on the nature of the issue with the battery pack supplied to Boeing http://t.co/57Y7UyaC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/296466962899402752,['http://www.flightglobal.com/news/articles/elon-musk-boeing-787-battery-fundamentally-unsafe-381627/'],[],0,,False,149,46,343,,None,,,,,,,[],,,, +415,295162137297428480,295162137297428480,1359207112000.0,2013-01-26 13:31:52,+0000,,Desire to help Boeing is real & am corresponding w 787 chief engineer. Junod's Esquire article had high fiction content.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/295162137297428480,[],[],0,,False,103,35,200,,None,,,,,,,[],,,, +416,292321606376779776,292321606376779776,1358529876000.0,2013-01-18 17:24:36,+0000,,"Maybe already under control, but Tesla & SpaceX are happy to help with the 787 lithium ion batteries.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/292321606376779776,[],[],0,,False,237,71,559,,None,,,,,,,[],,,, +417,291332638407528448,291332638407528448,1358294088000.0,2013-01-15 23:54:48,+0000,,What it feels like to ride a rocket http://t.co/b5vhLvqg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/291332638407528448,['http://youtu.be/nUV6oqCFrFU'],[],0,,False,119,41,169,,None,,,,,,,[],,,, +418,289423253859082240,289423253859082240,1357838855000.0,2013-01-10 17:27:35,+0000,,"To be super clear, I don't wish to (nor could I) mandate anything about a Mars Colony. Am just working on the tech to get people there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/289423253859082240,[],[],0,,False,85,61,176,,None,,,,,,,[],,,, +419,289281686548647936,289281686548647936,1357805103000.0,2013-01-10 08:05:03,+0000,,"Also, I am not the kale eating overlord of Mars (altho kale has its moments) http://t.co/nCjMgEjC",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/289281686548647936,['http://www.thejanedough.com/peta-mars-vegan/'],[],0,,False,58,44,60,,None,,,,,,,[],,,, +420,287261992476098560,287261992476098560,1357323570000.0,2013-01-04 18:19:30,+0000,,"Nice story about a Model S coast to coast road trip. By end of year, it will be Superchargers all the way! http://t.co/mivPyxrj",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/287261992476098560,['http://www.greencarreports.com/news/1081387_tesla-model-s-owner-drives-coast-to-coast-electrically-again'],[],0,,False,63,31,147,,None,,,,,,,[],,,, +421,287033019255115777,287033019255115777,1357268979000.0,2013-01-04 03:09:39,+0000,,This gives a sense of what Mars would look like after changing the climate to sustain life http://t.co/DT1P5EUp,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/287033019255115777,['http://m.theatlantic.com/technology/archive/2013/01/a-martian-dream-heres-what-the-red-planet-would-look-like-with-earth-like-oceans-and-life/266791/'],[],0,,False,155,34,291,,None,,,,,,,[],,,, +422,285026647151894528,285026647151894528,1356790622000.0,2012-12-29 14:17:02,+0000,,Death Valley restored to position of world's hottest place http://t.co/3I26Y4aN,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/285026647151894528,['http://www.nytimes.com/2012/12/29/science/earth/death-valley-temperature-record-is-restored.html?nl=todaysheadlines&emc=edit_th_20121229&_r=0'],[],0,,False,21,16,44,,None,,,,,,,[],,,, +423,285026400078016512,285026400078016512,1356790563000.0,2012-12-29 14:16:03,+0000,,CA's Death Valley is #1 again! Tesla hot weather testing was done there. Model S was fine but gas tow truck overheated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/285026400078016512,[],[],0,,False,41,25,120,,None,,,,,,,[],,,, +424,283703150123315200,276194361442705408,1356475076000.0,2012-12-25 22:37:56,+0000,,@KarlSchroeder Interesting premise. I will read it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/283703150123315200,[],[],0,,False,4,5,2,,None,,,,,,,[],,,, +425,283694250980429824,283529317722488832,1356472954000.0,2012-12-25 22:02:34,+0000,,@TristanLaurent V cute! Merry Xmas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/283694250980429824,[],[],0,,False,3,2,0,,None,,,,,,,[],,,, +426,283040346538115075,283040346538115075,1356317052000.0,2012-12-24 02:44:12,+0000,,Cowboy riding the rocket no problemo http://t.co/YZdNpwX3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283040346538115075,[],['https://pbs.twimg.com/media/A-2PshDCAAA86B1.jpg'],1,https://pbs.twimg.com/media/A-2PshDCAAA86B1.jpg,False,175,36,161,,None,,,,,,,[],,,, +427,283037363763032066,283037363763032066,1356316340000.0,2012-12-24 02:32:20,+0000,,Single camera view of the 40 meter rocket hover http://t.co/Zlh7xC7T,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283037363763032066,['http://youtu.be/Zz-NYeH-CEY'],[],0,,False,108,31,196,,None,,,,,,,[],,,, +428,283034463372464129,283034463372464129,1356315649000.0,2012-12-24 02:20:49,+0000,,Then we took him for a ride: 40 meter hover flight vid of the SpaceX Grasshopper test rocket http://t.co/2563ykr2,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283034463372464129,['http://youtu.be/B4PEXLODw9c'],[],0,,False,140,48,313,,None,,,,,,,[],,,, +429,283032287602413568,283032287602413568,1356315131000.0,2012-12-24 02:12:11,+0000,,"To provide a little perspective on the size of Grasshopper, we added a 6 ft cowboy to the rocket http://t.co/3NMYJqmd",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283032287602413568,[],['https://pbs.twimg.com/media/A-2IXbMCEAAwU3H.jpg'],1,https://pbs.twimg.com/media/A-2IXbMCEAAwU3H.jpg,False,215,28,201,,None,,,,,,,[],,,, +430,281541900916371457,281541900916371457,1355959794000.0,2012-12-19 23:29:54,+0000,,Very much agree with this great review of Chasing Ice on Ars Technica http://t.co/bzMQQyAk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/281541900916371457,['http://arstechnica.com/science/2012/12/glacier-documentary-chasing-ice-is-stunning-somber/'],[],0,,False,30,10,50,,None,,,,,,,[],,,, +431,281207435140685824,281207435140685824,1355880051000.0,2012-12-19 01:20:51,+0000,,"Thanks! “@ev: Have driven a Tesla Model S 50 miles now. It's clearly the iPhone of cars—by far the best car ever made.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/281207435140685824,[],[],0,,False,68,28,88,,None,,,,,,,[],,,, +432,280739170903789568,280739170903789568,1355768408000.0,2012-12-17 18:20:08,+0000,,A beautiful and awe-inspiring view of Earth from the International Space Station http://t.co/434j058M,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/280739170903789568,['http://youtu.be/3burujJOWRA'],[],0,,False,200,23,325,,None,,,,,,,[],,,, +433,279598935641833474,279598935641833474,1355496555000.0,2012-12-14 14:49:15,+0000,,Good piece on volcanoes “@DanRetz: The USGS would seem to disagree. http://t.co/evnCgdC4”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279598935641833474,['http://volcanoes.usgs.gov/hazards/gas/climate.php'],[],0,,False,23,8,13,,None,,,,,,,[],,,, +434,279597699945361408,279591897473896448,1355496260000.0,2012-12-14 14:44:20,+0000,,@prbowman Roughly equivalent to a 747 flight from LA to London (one way).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279597699945361408,[],[],0,,False,10,4,0,,None,,,,,,,[],,,, +435,279597307673067520,279591897473896448,1355496167000.0,2012-12-14 14:42:47,+0000,,@ImprobableToad That's why I'm a believer in solar power. We have a giant fusion reactor conveniently located in the sky.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279597307673067520,[],[],0,,False,11,1,10,,None,,,,,,,[],,,, +436,279591897473896448,279591897473896448,1355494877000.0,2012-12-14 14:21:17,+0000,,"Exactly MT ""@DanRetz IMHO: continuing the uncontrolled experiment of adding co2 to atmosphere is a bad idea.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279591897473896448,[],[],0,,False,25,21,57,,None,,,,,,,[],,,, +437,279586009954516992,279586009954516992,1355493473000.0,2012-12-14 13:57:53,+0000,,It is hard to argue with a thermometer. Global warming is real and accelerating. Wish it wasn't. http://t.co/wB4w9coU,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/279586009954516992,['http://news.yahoo.com/ap-gfk-poll-science-doubters-world-warming-080143113.html'],[],0,,False,42,27,145,,None,,,,,,,[],,,, +438,278953918338326528,278953918338326528,1355342771000.0,2012-12-12 20:06:11,+0000,,Cool video recap of the big events of the year by Google #Zeitgeist2012 http://t.co/FZjy4vkL,en,['zeitgeist2012'],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/278953918338326528,['http://google.com/zeitgeist/2012'],[],0,,False,65,12,119,,None,,,,,,,[],,,, +439,278918251730305025,278917625273262081,1355334267000.0,2012-12-12 17:44:27,+0000,,"@Neowolf2 Relative to kerosene, methane is not prone to coking, but we would run v high purity anyway for max Isp.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278918251730305025,[],[],0,,False,6,1,0,,None,,,,,,,[],,,, +440,278917332657651712,278910105804734464,1355334048000.0,2012-12-12 17:40:48,+0000,,"@chrisbrandow @TEA_in_Space Yup or Douglas Aircraft, creator of the awesome DC-3 http://t.co/4o8OHDCo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278917332657651712,['http://en.wikipedia.org/wiki/Douglas_Aircraft_Company'],[],0,,False,4,4,0,,None,,,,,,,[],,,, +441,278915899501727744,278910105804734464,1355333707000.0,2012-12-12 17:35:07,+0000,,"My big worry would be long (hopefully) term when I'm dead, eg v sad situation with once great HP @TEA_in_Space",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278915899501727744,[],[],0,,False,8,7,10,,None,,,,,,,[],,,, +442,278913921891586049,278910105804734464,1355333235000.0,2012-12-12 17:27:15,+0000,,"SpaceX will go public at some point, as I think it should ultimately be owned primarily by the public ""@bm_ will SpaceX go public?""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278913921891586049,[],[],0,,False,69,29,150,,None,,,,,,,[],,,, +443,278910847768739840,278904436447928320,1355332502000.0,2012-12-12 17:15:02,+0000,,"@IntlManOfRealty Best to study some form of engineering, which is the art of creating useful things that didn't exist before.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278910847768739840,[],[],0,,False,17,5,9,,None,,,,,,,[],,,, +444,278910105804734464,278910105804734464,1355332325000.0,2012-12-12 17:12:05,+0000,,"Tesla articles 30 mins apart: ""This Stock is Screaming Buy"" http://t.co/jb9DCw4s and ""This Stock Could Get DESTROYED"" http://t.co/dqxTK4LJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278910105804734464,"['http://bit.ly/W6cBOV', 'http://bit.ly/UU2xK4']",[],0,,False,43,36,57,,None,,,,,,,[],,,, +445,278331899133452288,278331899133452288,1355194470000.0,2012-12-11 02:54:30,+0000,,Tesla was just approved for a full Class 1 Massachusetts Auto Sales License by a vote of 4 to 1. Much appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/278331899133452288,[],[],0,,False,99,54,207,,None,,,,,,,[],,,, +446,277913865688346624,277913865688346624,1355094803000.0,2012-12-09 23:13:23,+0000,,"Told my kids (age 8 and 6) that we were going to see the Nutcracker, which somehow got translated as the Buttcracker.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/277913865688346624,[],[],0,,False,129,53,117,,None,,,,,,,[],,,, +447,277693768583491584,277693768583491584,1355042328000.0,2012-12-09 08:38:48,+0000,,Congrats to @dmetcalf for being the first to drive a Tesla Model S over 400 miles on a single charge!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/277693768583491584,[],[],0,,False,67,27,167,,None,,,,,,,[],,,, +448,276194361442705408,276194361442705408,1354684841000.0,2012-12-05 05:20:41,+0000,,Interesting possible answer to the Fermi Paradox http://t.co/ASZdxBAl,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/276194361442705408,['http://news.discovery.com/space/do-robots-rule-the-galaxy-121201.html'],[],0,,False,121,50,161,,None,,,,,,,[],,,, +449,275821969415483393,275821969415483393,1354596056000.0,2012-12-04 04:40:56,+0000,,Am happy to report that Tesla was narrowly cash flow positive last week. Continued improvement expected through year end.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/275821969415483393,[],[],0,,False,358,129,691,,None,,,,,,,[],,,, +450,275346615634624514,275346615634624514,1354482723000.0,2012-12-02 21:12:03,+0000,,Uranium ore now available on Amazon! So much more convenient than Uzbekistan #AwesomeXmasGifts http://t.co/jqWAJrnY,en,['awesomexmasgifts'],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/275346615634624514,['http://www.amazon.com/gp/product/B000796XXM/ref=oh_details_o03_s00_i00'],[],0,,False,152,74,678,,None,,,,,,,[],,,, +451,274090388669734912,274087103065894913,1354183215000.0,2012-11-29 10:00:15,+0000,,@shervin Thanks Shervin!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/274090388669734912,[],[],0,,False,42,10,2,,None,,,,,,,[],,,, +452,273596976526942209,273596976526942209,1354065577000.0,2012-11-28 01:19:37,+0000,,"Can't put my finger on it, but for some reason the newsstand is looking particularly good right now http://t.co/gRARJ3xy",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/273596976526942209,[],['https://pbs.twimg.com/media/A8wDACYCYAMpjHX.jpg'],1,https://pbs.twimg.com/media/A8wDACYCYAMpjHX.jpg,False,588,131,661,,None,,,,,,,[],,,, +453,273486358411087872,273486358411087872,1354039203000.0,2012-11-27 18:00:03,+0000,,"But if humanity wishes to become a multi-planet species, then we must figure out how to move millions of people to Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/273486358411087872,[],[],0,,False,227,159,355,,None,,,,,,,[],,,, +454,273485219162648576,273485219162648576,1354038932000.0,2012-11-27 17:55:32,+0000,,"And, yes, I do in fact know that this sounds crazy. That is not lost on me. Nor I do think SpaceX will do this alone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/273485219162648576,[],[],0,,False,76,82,130,,None,,,,,,,[],,,, +455,273483420468932608,273483420468932608,1354038503000.0,2012-11-27 17:48:23,+0000,,"Millions of people needed for Mars colony, so 80k+ would just be the number moving to Mars per year http://t.co/rwMuzVEK",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/273483420468932608,['http://news.yahoo.com/huge-mars-colony-eyed-spacex-founder-elon-musk-120626263.html'],[],0,,False,199,90,616,,None,,,,,,,[],,,, +456,272518429368541184,272518429368541184,1353808431000.0,2012-11-25 01:53:51,+0000,,Short vid of the recent @SpaceX mission to the Intl Space Station http://t.co/Qc963d8B,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/272518429368541184,['http://www.youtube.com/watch?v=K0wZ1MOzFSU&feature=youtu.be'],[],0,,False,139,29,204,,None,,,,,,,[],,,, +457,272129332565123072,272063241780338688,1353715663000.0,2012-11-24 00:07:43,+0000,,@cthorm SS Heart of Gold powered by the Infinite Improbability Drive!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/272129332565123072,[],[],0,,False,14,3,1,,None,,,,,,,[],,,, +458,272063241780338688,272063241780338688,1353699906000.0,2012-11-23 19:45:06,+0000,,My talk for the Royal Aeronautical Society is now online. This gets a little more technical. http://t.co/ZMbkc3jh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/272063241780338688,['http://bit.ly/Y8Enhz'],[],0,,False,177,23,108,,None,,,,,,,[],,,, +459,271814339969826817,271814339969826817,1353640563000.0,2012-11-23 03:16:03,+0000,,"Liam Neeson's ""Life's Too Short"" sketch is super funny http://t.co/nQL7wOx3",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/271814339969826817,['http://www.youtube.com/watch?v=lldrizLu_d8'],[],0,,False,128,14,89,,None,,,,,,,[],,,, +460,271652314744487936,271652314744487936,1353601933000.0,2012-11-22 16:32:13,+0000,,On the plus side...“@newscientist: #Climate change has a silver lining: supersized sweet potatoes http://t.co/zHMYIbL3”,en,['climate'],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/271652314744487936,['http://bit.ly/Sd3dcy'],[],0,,False,17,20,65,,None,,,,,,,[],,,, +461,271642966442000385,271642966442000385,1353599704000.0,2012-11-22 15:55:04,+0000,,Gave a talk on energy and transport at Oxford Univ http://t.co/kbvJf5LO,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/271642966442000385,['http://ow.ly/fuDdG'],[],0,,False,114,23,103,,None,,,,,,,[],,,, +462,271119275673145344,271085808155500544,1353474847000.0,2012-11-21 05:14:07,+0000,,@Thomas_Tregner Exactly!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/271119275673145344,[],[],0,,False,4,5,0,,None,,,,,,,[],,,, +463,271085808155500544,271085808155500544,1353466868000.0,2012-11-21 03:01:08,+0000,,Love this picture of the Curiousity rover on Mars. Landscape looks just like the California desert. http://t.co/02GDasae,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/271085808155500544,[],['https://pbs.twimg.com/media/A8MXGzRCIAAUDQx.jpg'],1,https://pbs.twimg.com/media/A8MXGzRCIAAUDQx.jpg,False,373,91,349,,None,,,,,,,[],,,, +464,270972990756364288,270972990756364288,1353439970000.0,2012-11-20 19:32:50,+0000,,"Btw, I don't think Apple is doomed. Just won't unseat Google from 1st place with Larry P in charge. http://t.co/hsIAekAw",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/270972990756364288,['http://www.businessinsider.com/elon-musk-apple-is-doomed-without-steve-jobs-2012-11'],[],0,,False,71,44,99,,None,,,,,,,[],,,, +465,270970389394518016,270970389394518016,1353439349000.0,2012-11-20 19:22:29,+0000,,"Mass. judge denies auto dealers' demand to kill our little Tesla store. Yay, justice prevails! http://t.co/MqnNYScE",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/270970389394518016,['http://www.autonews.com/apps/pbcs.dll/article?AID=/20121120/RETAIL07/121129989/mass-judge-denies-dealers-request-for-injunction-on-tesla-store'],[],0,,False,85,43,170,,None,,,,,,,[],,,, +466,270781533739175937,270776170184847360,1353394323000.0,2012-11-20 06:52:03,+0000,,"@YOUSRC Amos's article was fair, but his editor chose a more sensational headline & used quotes even though I didn't actually say that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270781533739175937,[],[],0,,False,4,3,3,,None,,,,,,,[],,,, +467,270778128643809282,270778128643809282,1353393511000.0,2012-11-20 06:38:31,+0000,,These articles in Space News describe why Ariane 6 vs 5: http://t.co/IaeYXXK9 and http://t.co/ghs3FG8w,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270778128643809282,"['http://www.spacenews.com/article/citing-spacex-threat-lawmakers-in-france-urge-early-ariane-6-start', 'http://www.spacenews.com/article/next-generation-ariane-tops-agenda-esa-ministerial']",[],0,,False,35,10,38,,None,,,,,,,[],,,, +468,270776170184847360,270776170184847360,1353393044000.0,2012-11-20 06:30:44,+0000,,"Was misquoted by BBC as saying ""Europe's rocket has no chance"". Just said the [Franco-German] Ariane 5 has no chance, so go with Ariane 6.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270776170184847360,[],[],0,,False,36,25,100,,None,,,,,,,[],,,, +469,270421087202992128,270421087202992128,1353308386000.0,2012-11-19 06:59:46,+0000,,"Just returned from a trip to London and Oxford, where I met with many interesting people. I really like Britain!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/270421087202992128,[],[],0,,False,76,41,46,,None,,,,,,,[],,,, +470,269259128277463040,269259128277463040,1353031353000.0,2012-11-16 02:02:33,+0000,,Original article on Model S from @consumerreports: http://t.co/OiXLz618,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/269259128277463040,['http://bit.ly/ZKeMKf'],[],0,,False,34,12,83,,None,,,,,,,[],,,, +471,269249710949289984,269249710949289984,1353029108000.0,2012-11-16 01:25:08,+0000,,Sounds like Consumer Reports had a good experience with the Tesla Model S http://t.co/CT3dgHbh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/269249710949289984,['http://m.usatoday.com/article/news/1706165'],[],0,,False,37,35,87,,None,,,,,,,[],,,, +472,268210066300235776,268210066300235776,1352781237000.0,2012-11-13 04:33:57,+0000,,"Cool story about a @SolarCity installation after hurricane Sandy. Good going, guys! http://t.co/w5FtBbZe",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/268210066300235776,['http://www.teslamotors.com/forum/forums/solar-city-story'],[],0,,False,47,11,73,,None,,,,,,,[],,,, +473,267909403469021184,267909403469021184,1352709553000.0,2012-11-12 08:39:13,+0000,,Alexander Hamilton was awesome http://t.co/2bHf4zS0,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/267909403469021184,['http://www.nytimes.com/2012/11/12/opinion/mr-hamiltons-growth-strategy.html?nl=todaysheadlines&emc=edit_th_20121112'],[],0,,False,84,17,94,,None,,,,,,,[],,,, +474,266295618702553088,266295618702553088,1352324798000.0,2012-11-07 21:46:38,+0000,,View of Grasshopper test rocket from the water tower. Note SUV and person nearby for sense of size. http://t.co/r9yuTRGL,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/266295618702553088,[],['https://pbs.twimg.com/media/A7ISdE5CMAIQxME.jpg'],1,https://pbs.twimg.com/media/A7ISdE5CMAIQxME.jpg,False,149,33,204,,None,,,,,,,[],,,, +475,265708137435258880,265708137435258880,1352184731000.0,2012-11-06 06:52:11,+0000,,"Good skit by Henri, Le Chat Noir. Camus in cat form! http://t.co/XeLUsE9i",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/265708137435258880,['http://youtu.be/R_fUsssnHPw'],[],0,,False,61,14,42,,None,,,,,,,[],,,, +476,264832219040845824,264829895899762688,1351975896000.0,2012-11-03 20:51:36,+0000,,"@Jack_JL Engine gimbals for pitch and yaw, gas thrusters for roll.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/264832219040845824,[],[],0,,False,4,1,1,,None,,,,,,,[],,,, +477,264829895899762688,264829895899762688,1351975342000.0,2012-11-03 20:42:22,+0000,,First flight of 10 story tall Grasshopper rocket using closed loop thrust vector & throttle control http://t.co/NH24BQMH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/264829895899762688,['http://yfrog.us/f362mloybjbosdefkdeoytqsz'],[],0,,False,127,42,216,,None,,,,,,,[],,,, +478,262609273878622208,262365909757358080,1351445904000.0,2012-10-28 17:38:24,+0000,,Reply to @mkrapels: Our avg speed was ummm a little too high. Got a ticket at 92 mph on I-5. We need the Autobahn in CA!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/262609273878622208,[],[],0,,False,43,31,41,,None,,,,,,,[],,,, +479,262605962005868544,262605962005868544,1351445115000.0,2012-10-28 17:25:15,+0000,,V proud of Tesla team for completing 1000th Model S body. More cars made this month than entire rest of year http://t.co/k8XWaEth,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/262605962005868544,[],['https://pbs.twimg.com/media/A6T2uynCcAAUn7b.jpg'],1,https://pbs.twimg.com/media/A6T2uynCcAAUn7b.jpg,False,314,85,340,,None,,,,,,,[],,,, +480,262374155700289536,262365909757358080,1351389848000.0,2012-10-28 02:04:08,+0000,,"Reply to @Astro_yyz: Yes, Model S seats 5 adults + 2 kids with room for luggage in the front trunk. My kids love the rear facing seats best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/262374155700289536,[],[],0,,False,17,19,33,,None,,,,,,,[],,,, +481,262371488181665794,262371488181665794,1351389212000.0,2012-10-28 01:53:32,+0000,,Pic of the Model S getting supercharged with the lovely @TalulahRiley http://t.co/ne5wGvZs,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/262371488181665794,[],['https://pbs.twimg.com/media/A6QhenjCQAEMjLu.jpg'],1,https://pbs.twimg.com/media/A6QhenjCQAEMjLu.jpg,False,245,34,108,,None,,,,,,,[],,,, +482,262365909757358080,262365909757358080,1351387882000.0,2012-10-28 01:31:22,+0000,,Doing LA to SF road trip in Model S with all 5 kids & Talulah. Supercharger finished charging b4 we finished our burgers!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/262365909757358080,[],[],0,,False,88,34,145,,None,,,,,,,[],,,, +483,260475462952824834,260475462952824834,1350937164000.0,2012-10-22 20:19:24,+0000,,Just wrote a blog piece about Tesla stores http://t.co/4Ebs4HIw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/260475462952824834,['http://www.teslamotors.com/blog/tesla-approach-distributing-and-servicing-cars'],[],0,,False,67,18,136,,None,,,,,,,[],,,, +484,256529467911073793,256529467911073793,1349996366000.0,2012-10-11 22:59:26,+0000,,Long exposure shot of Dragon and the Space Station arcing across the night sky over Texas http://t.co/omTht7OP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/256529467911073793,[],['https://pbs.twimg.com/media/A49gMSHCcAEaPhm.jpg'],1,https://pbs.twimg.com/media/A49gMSHCcAEaPhm.jpg,False,292,44,336,,None,,,,,,,[],,,, +485,255107883853819904,255107883853819904,1349657433000.0,2012-10-08 00:50:33,+0000,,Falcon 9 rocket booster has delivered Dragon to its target orbit!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/255107883853819904,[],[],0,,False,184,136,713,,None,,,,,,,[],,,, +486,255046270975094784,255046270975094784,1349642744000.0,2012-10-07 20:45:44,+0000,,Time lapse video of rocket roll out http://t.co/nuHKYrEH Now 3 hours 45 mins to lift off...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/255046270975094784,['http://www.youtube.com/watch?v=2T1dfNoNV7k&feature=youtu.be'],[],0,,False,56,20,112,,None,,,,,,,[],,,, +487,253683768236322817,253683768236322817,1349317898000.0,2012-10-04 02:31:38,+0000,,An update about Tesla http://t.co/A8hQXVNI,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/253683768236322817,['http://www.teslamotors.com/blog/update-elon-musk'],[],0,,False,103,35,325,,None,,,,,,,[],,,, +488,253290635400986624,253280601069719553,1349224168000.0,2012-10-03 00:29:28,+0000,,"@elonmusk Sorry, meant to say EDT.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/253290635400986624,[],[],0,,False,8,10,5,,None,,,,,,,[],,,, +489,253280601069719553,253280601069719553,1349221775000.0,2012-10-02 23:49:35,+0000,,Launching our Falcon 9 rocket and Dragon spacecraft to the Space Station on Sunday at 8:35pm EST! http://t.co/qXK0zJyC,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/253280601069719553,[],['https://pbs.twimg.com/media/A4PVXV_CEAEZtJ4.jpg'],1,https://pbs.twimg.com/media/A4PVXV_CEAEZtJ4.jpg,False,150,56,569,,None,,,,,,,[],,,, +490,252870369487233024,252870369487233024,1349123968000.0,2012-10-01 20:39:28,+0000,,Review of the Model S by @nytimes http://t.co/L0sqgV6f,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/252870369487233024,['http://www.nytimes.com/2012/09/30/automobiles/autoreviews/one-big-step-for-tesla-one-giant-leap-for-evs.html?_r=1&'],[],0,,False,56,22,114,,None,,,,,,,[],,,, +491,252827753643126784,252827753643126784,1349113808000.0,2012-10-01 17:50:08,+0000,,View from landing leg camera on Falcon rocket test rig (aka Grasshopper Project) http://t.co/xhFe87AM,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/252827753643126784,['http://yfrog.us/09qmmivexdorhtchxitvhjzsz'],[],0,,False,43,11,59,,None,,,,,,,[],,,, +492,252528724602400768,252528724602400768,1349042514000.0,2012-09-30 22:01:54,+0000,,"Now test firing our most advanced engine, the Merlin 1D-Vac, at 80 tons of thrust. http://t.co/HGK1joVQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/252528724602400768,[],['https://pbs.twimg.com/media/A4EpiX4CMAABNgY.jpg'],1,https://pbs.twimg.com/media/A4EpiX4CMAABNgY.jpg,False,323,101,605,,None,,,,,,,[],,,, +493,250453089562263552,250453089562263552,1348547644000.0,2012-09-25 04:34:04,+0000,,The Tesla Supercharger will over time allow you to travel anywhere on pure sunlight for free http://t.co/DEscYLLH,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/250453089562263552,['http://finance.yahoo.com/news/tesla-motors-launches-revolutionary-supercharger-032000226.html'],[],0,,False,246,76,842,,None,,,,,,,[],,,, +494,250291772859752449,250291772859752449,1348509183000.0,2012-09-24 17:53:03,+0000,,Model S review by @Wired. Totally agree with criticisms. Corrections coming soon. http://t.co/1zXI3OzB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/250291772859752449,['http://www.wired.com/reviews/2012/09/tesla-model-s/'],[],0,,False,63,25,116,,None,,,,,,,[],,,, +495,249306225177669632,249306225177669632,1348274210000.0,2012-09-22 00:36:50,+0000,,First test flight hop of our Grasshopper VTVL rocket! http://t.co/oomI5vSB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/249306225177669632,['http://yfrog.us/0wusutopshpepnbpmodbgnosz'],[],0,,False,89,40,183,,None,,,,,,,[],,,, +496,248564996022345728,248564996022345728,1348097487000.0,2012-09-19 23:31:27,+0000,,The first owner to drive coast to coast in a Model S is about to complete the journey @XCTeslatrip!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/248564996022345728,[],[],0,,False,26,16,98,,None,,,,,,,[],,,, +497,247510274918199296,247510274918199296,1347846023000.0,2012-09-17 01:40:23,+0000,,Tesla made 100 vehicle bodies this week for the first time. Really proud of the team! Pic of S/N 396: http://t.co/fZzbUIjn,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/247510274918199296,[],['https://pbs.twimg.com/media/A29VSJ8CMAABVwG.jpg'],1,https://pbs.twimg.com/media/A29VSJ8CMAABVwG.jpg,False,141,94,285,,None,,,,,,,[],,,, +498,246419783136976897,246419783136976897,1347586029000.0,2012-09-14 01:27:09,+0000,,Tesla Supercharger unveiling event set for Sept 24. It will feel like alien spaceships landed at highway rest stops.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/246419783136976897,[],[],0,,False,103,58,349,,None,,,,,,,[],,,, +499,246352069332721665,246352069332721665,1347569885000.0,2012-09-13 20:58:05,+0000,,Amazing series of space pics assembled by @theatlantic http://t.co/IUFTYgDn http://t.co/SHEPSWbS,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/246352069332721665,['http://www.theatlantic.com/infocus/2012/09/around-the-solar-system/100368/'],['https://pbs.twimg.com/media/A2s35t7CYAAokaH.jpg'],1,https://pbs.twimg.com/media/A2s35t7CYAAokaH.jpg,False,280,23,318,,None,,,,,,,[],,,, +500,243800936240279552,243800936240279552,1346961647000.0,2012-09-06 20:00:47,+0000,,Tesla Model S driven 285 miles from Vegas to the beach in LA on a single charge by @motortrend http://t.co/8YvO1tsz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/243800936240279552,['http://www.motortrend.com/features/travel/1209_tesla_model_s_las_vegas/viewall.html'],[],0,,False,63,27,211,,None,,,,,,,[],,,, +501,240909270764359680,240909270764359680,1346272220000.0,2012-08-29 20:30:20,+0000,,This piece about Mars in the NYT is worth a read http://t.co/mNB6f1aS,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/240909270764359680,['http://www.nytimes.com/2012/08/28/opinion/the-man-in-the-moon.html?_r=2&emc=eta1'],[],0,,False,134,14,241,,None,,,,,,,[],,,, +502,240620571589738496,240607069827391488,1346203389000.0,2012-08-29 01:23:09,+0000,,"@ticketwaxter Extending life to Mars would ensure humanity's survival and be the greatest, most exciting adventure ever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/240620571589738496,[],[],0,,False,12,8,18,,None,,,,,,,[],,,, +503,240174623948419072,240171772014624768,1346097067000.0,2012-08-27 19:51:07,+0000,,"@JoeBeernink Back of the envelope calc: Merlin wd accelerate Model S at 25 g's, so wd break sound barrier in <1.5 sec",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240174623948419072,[],[],0,,False,6,6,6,,None,,,,,,,[],,,, +504,240172289746939904,240172289746939904,1346096510000.0,2012-08-27 19:41:50,+0000,,"For their test drive, the Motor Trend team drove from LA to San Diego and back without recharging http://t.co/5mH0xBGr",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240172289746939904,['http://www.motortrend.com/roadtests/alternative/1208_2012_tesla_model_s_test_and_range_verification/'],[],0,,False,56,17,126,,None,,,,,,,[],,,, +505,240171772014624768,240171772014624768,1346096387000.0,2012-08-27 19:39:47,+0000,,Motor Trend tests Model S as fastest American sedan at 3.9 sec 0-60 mph and tied for 1st worldwide in stopping distance,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240171772014624768,[],[],0,,False,51,31,255,,None,,,,,,,[],,,, +506,239461912121843712,239461912121843712,1345927143000.0,2012-08-25 20:39:03,+0000,,Neil Armstrong was a hero to all of humanity. His spirit will carry us to the stars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/239461912121843712,[],[],0,,False,207,38,790,,None,,,,,,,[],,,, +507,238308173990223873,238308173990223873,1345652071000.0,2012-08-22 16:14:31,+0000,,I love the sight of Teslas in the morning. Production line review is looking good! http://t.co/damib6tk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/238308173990223873,[],['https://pbs.twimg.com/media/A06kBYpCYAIlMH-.jpg'],1,https://pbs.twimg.com/media/A06kBYpCYAIlMH-.jpg,False,221,74,294,,None,,,,,,,[],,,, +508,238307391215648769,238307391215648769,1345651884000.0,2012-08-22 16:11:24,+0000,,Glad to contribute to the Tesla museum and will do more in the future. He was a great man. http://t.co/NR2QNiax,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/238307391215648769,['http://www.indiegogo.com/teslamuseum'],[],0,,False,91,17,156,,None,,,,,,,[],,,, +509,235130471745454084,235130471745454084,1344894447000.0,2012-08-13 21:47:27,+0000,,About to go through my first jury selection process. Trial concerns an alleged gang related murder. Hardcore.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/235130471745454084,[],[],0,,False,19,79,31,,None,,,,,,,[],,,, +510,231545784494084096,231517918733672449,1344039791000.0,2012-08-04 00:23:11,+0000,,"@JustBe74 V important to make all of humanity proud, but in this case a particular duty is owed to the American taxpayer",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/231545784494084096,[],[],0,,False,10,3,6,,None,,,,,,,[],,,, +511,231517918733672449,231517918733672449,1344033147000.0,2012-08-03 22:32:27,+0000,,Deeply appreciate @NASA's faith in @SpaceX. We will do whatever it takes to make NASA and the American people proud.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/231517918733672449,[],[],0,,False,134,62,304,,None,,,,,,,[],,,, +512,231443998395473920,231210590675279872,1344015523000.0,2012-08-03 17:38:43,+0000,,@UrgentSpeed Sure. To be clear that number would include all US solar energy (thermal+PV).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/231443998395473920,[],[],0,,False,2,1,1,,None,,,,,,,[],,,, +513,231210590675279872,231210590675279872,1343959875000.0,2012-08-03 02:11:15,+0000,,1st pure solar gigawatt hour day just achieved by @SolarCity! Predict 1st terawatt hour day from all US solar < 15 years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/231210590675279872,[],[],0,,False,66,29,185,,None,,,,,,,[],,,, +514,230507510929440768,230486103923236864,1343792247000.0,2012-08-01 03:37:27,+0000,,@bryanwolfnow I'm neither anti-conservative nor anti-liberal. Just don't like group think. Ideas should be considered on their own merits.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/230507510929440768,[],[],0,,False,16,1,16,,None,,,,,,,[],,,, +515,230496786182205440,230486103923236864,1343789690000.0,2012-08-01 02:54:50,+0000,,"@dansitu Individuals set the vector for the tides. The Life of Brian points out that we are all individuals, except for that one guy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230496786182205440,[],[],0,,False,6,1,2,,None,,,,,,,[],,,, +516,230491286489161729,230491286489161729,1343788379000.0,2012-08-01 02:32:59,+0000,,People ought to think more about who wrote the software that's running in their head (sigh). It probably wasn't them.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230491286489161729,[],[],0,,False,212,56,421,,None,,,,,,,[],,,, +517,230490756966662144,230486103923236864,1343788253000.0,2012-08-01 02:30:53,+0000,,"@dansitu Don't know about ""dark manipulators"", but Adbusters played a major role in creating Occupy http://t.co/fZ38XMeH",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230490756966662144,['http://www.newyorker.com/reporting/2011/11/28/111128fa_fact_schwartz'],[],0,,False,5,1,0,,None,,,,,,,[],,,, +518,230487450882019328,230421989112807424,1343787465000.0,2012-08-01 02:17:45,+0000,,"@DJjodes Would love to make a Tesla supertruck with crazy torque, dynamic air suspension and corners like its on rails. That'd be sweet...",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230487450882019328,[],[],0,,False,6988,169,472,,None,,,,,,,[],,,, +519,230486103923236864,230486103923236864,1343787144000.0,2012-08-01 02:12:24,+0000,,"Good assessment of the Dark Knight Rises in the Atlantic. Dickens, not Rand. http://t.co/mYFUARGS",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230486103923236864,['http://www.theatlantic.com/entertainment/archive/2012/07/no-the-dark-knight-rises-isnt-a-right-wing-opus/260511/'],[],0,,False,56,11,59,,None,,,,,,,[],,,, +520,230423954618204161,230421989112807424,1343772326000.0,2012-07-31 22:05:26,+0000,,@patrickdorey81 Model S starts at $50k after federal rebate. Gen3 will be ~$30k. Need to optimize design and scale volume.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/230423954618204161,[],[],0,,False,354,12,9,,None,,,,,,,[],,,, +521,230421989112807424,230421989112807424,1343771857000.0,2012-07-31 21:57:37,+0000,,Goal for Model S is to show that electric is way way better than gas. Combine w solar power & the future looks bright.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/230421989112807424,[],[],0,,False,33415,386,1824,,None,,,,,,,[],,,, +522,230140622625968130,230140622625968130,1343704774000.0,2012-07-31 03:19:34,+0000,,Worth noting that Muller's research confirming global warming is real was funded by Koch. Fate loves irony.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/230140622625968130,[],[],0,,False,63,18,198,,None,,,,,,,[],,,, +523,228953015082684416,228953015082684416,1343421628000.0,2012-07-27 20:40:28,+0000,,Olympics opening is excellently British. Jolly good show! http://t.co/s9XZdaBL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/228953015082684416,[],['https://pbs.twimg.com/media/Ay1njd7CEAAHAjX.jpg'],1,https://pbs.twimg.com/media/Ay1njd7CEAAHAjX.jpg,False,84,18,69,,None,,,,,,,[],,,, +524,228909546880520192,228909546880520192,1343411264000.0,2012-07-27 17:47:44,+0000,,Abandoned car and biked across London. Super fun! Next time minus the tweed jacket. http://t.co/N93Vg4yy,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/228909546880520192,[],['https://pbs.twimg.com/media/Ay1ABSfCUAEq2HS.jpg'],1,https://pbs.twimg.com/media/Ay1ABSfCUAEq2HS.jpg,False,200,36,63,,None,,,,,,,[],,,, +525,228695905338019842,228677717632098304,1343360327000.0,2012-07-27 03:38:47,+0000,,"@walalm Yes, my absolute goal w Tesla has always been mass market electric cars. Will finally get there with Gen3 program.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228695905338019842,[],[],0,,False,17,5,11,,None,,,,,,,[],,,, +526,228694597524680704,228694597524680704,1343360015000.0,2012-07-27 03:33:35,+0000,,Now it's just a song that you used to know http://t.co/c81ASeFo,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228694597524680704,['http://slate.me/MISvtR'],[],0,,False,25,6,49,,None,,,,,,,[],,,, +527,228690043949158401,228677717632098304,1343358929000.0,2012-07-27 03:15:29,+0000,,"@nopev Biggest risk is that we take too long to solve the sustainable energy problem, causing climate change meltdown.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228690043949158401,[],[],0,,False,7,2,8,,None,,,,,,,[],,,, +528,228677717632098304,228677717632098304,1343355991000.0,2012-07-27 02:26:31,+0000,,"Compared to past, today's world is fantastic & likely will be for many decades. Just need to cover future downside risk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/228677717632098304,[],[],0,,False,74,26,189,,None,,,,,,,[],,,, +529,228659334513573888,228650420850008066,1343351608000.0,2012-07-27 01:13:28,+0000,,@iproducefodrake Asimov's Foundation points out that all civilizations fall. Must ensure dark period is short & finite.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/228659334513573888,[],[],0,,False,13,2,3,,None,,,,,,,[],,,, +530,227294010274873344,227294010274873344,1343026089000.0,2012-07-23 06:48:09,+0000,,Big oil is pulling same trick about smoking the atmosphere ... diff is we only have 1 atmosphere: http://t.co/O45XG4iB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/227294010274873344,['http://www.rollingstone.com/politics/news/global-warmings-terrifying-new-math-20120719#ixzz21AfoYqt6'],[],0,,False,64,23,216,,None,,,,,,,[],,,, +531,227291748798455809,227291748798455809,1343025550000.0,2012-07-23 06:39:10,+0000,,"30 years ago, when 98% of scientists said smoking caused cancer, tobacco industry response was still ""scientists disagree""",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/227291748798455809,[],[],0,,False,78,25,384,,None,,,,,,,[],,,, +532,226725493922201600,226725493922201600,1342890544000.0,2012-07-21 17:09:04,+0000,,"Now debating the nature of citizen and state, effective democracy & necessary revolution, moderated by @FareedZakaria.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/226725493922201600,[],[],0,,False,15,15,18,,None,,,,,,,[],,,, +533,226714911756136449,226714911756136449,1342888021000.0,2012-07-21 16:27:01,+0000,,"Heard an interesting comment at the debate: ""If we see no angels in others, we harbor none in ourselves.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/226714911756136449,[],[],0,,False,115,18,198,,None,,,,,,,[],,,, +534,226703106170318850,226703106170318850,1342885207000.0,2012-07-21 15:40:07,+0000,,Am in Yellowstone at an Oxford style debate about women and society. I'm in favor :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/226703106170318850,[],[],0,,False,24,26,20,,None,,,,,,,[],,,, +535,225187179763220480,225187179763220480,1342523782000.0,2012-07-17 11:16:22,+0000,,"""Welcome qwerty monkey Jesus love"" are the top 5 most popular passwords after ""password"". http://t.co/P2a9Cfcd",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/225187179763220480,['http://mobile.slate.com/blogs/future_tense/2012/07/14/yahoo_mail_password_leak_the_most_commonly_used_words_.html'],[],0,,False,18,32,86,,None,,,,,,,[],,,, +536,224406502188916739,224406502188916739,1342337654000.0,2012-07-15 07:34:14,+0000,,Will publish something on the Hyperloop in about four weeks. Will forgo patents on the idea and just open source it. Not a vac tunnel btw.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/224406502188916739,[],[],0,,False,157,72,263,,None,,,,,,,[],,,, +537,224405461938601984,224405461938601984,1342337406000.0,2012-07-15 07:30:06,+0000,,"""Most of us live in a semi-somnambulistic state & the days fly by. The 2 exceptions are childhood and when we are in love."" - RG",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/224405461938601984,[],[],0,,False,205,20,277,,None,,,,,,,[],,,, +538,224005741810417665,224005741810417665,1342242106000.0,2012-07-14 05:01:46,+0000,,"Headed to a (ahem) volcano caldera. Since I didn't finish my PhD, it's actually ""Mr."" Evil. http://t.co/e2cpsgEM",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/224005741810417665,[],['https://pbs.twimg.com/media/AxvUCQyCAAM1anP.jpg'],1,https://pbs.twimg.com/media/AxvUCQyCAAM1anP.jpg,False,202,55,124,,None,,,,,,,[],,,, +539,223430899004485634,223429211443036160,1342105052000.0,2012-07-12 14:57:32,+0000,,@n23mc I think we will see people on Mars in less than 20 years. 12 to 15 years most likely. #OccupyMars,en,['occupymars'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/223430899004485634,[],[],0,,False,17,6,24,,None,,,,,,,[],,,, +540,223429211443036160,223429211443036160,1342104649000.0,2012-07-12 14:50:49,+0000,,"Going at full speed! MT “@iansomerhalder: Elon- you are my hero my friend.Please!Ramp up production on cars that use NO gas.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/223429211443036160,[],[],0,,False,12,16,38,,None,,,,,,,[],,,, +541,221503107182501889,221503107182501889,1341645430000.0,2012-07-07 07:17:10,+0000,,Now back to work. Intense months ahead as we ramp production of rockets and cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/221503107182501889,[],[],0,,False,181,83,281,,None,,,,,,,[],,,, +542,220824194672369666,220824194672369666,1341483565000.0,2012-07-05 10:19:25,+0000,,"Moonbow's are real, btw. I'm not on acid :) Here is what we saw: http://t.co/ux6fV6z7",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/220824194672369666,[],['https://pbs.twimg.com/media/AxCGb2GCIAAyFDD.jpg'],1,https://pbs.twimg.com/media/AxCGb2GCIAAyFDD.jpg,False,182,55,222,,None,,,,,,,[],,,, +543,220784395282432001,220784395282432001,1341474076000.0,2012-07-05 07:41:16,+0000,,Am standing on the beach in Maui and looking at a moon rainbow for the first time in my life. Incredibly beautiful.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/220784395282432001,[],[],0,,False,42,46,33,,None,,,,,,,[],,,, +544,219270969666174977,219270969666174977,1341113247000.0,2012-07-01 03:27:27,+0000,,"After 2008 meltdown, vacation for me just meant email with a view, but SpaceX & Tesla are now strong enough that I can make it real (yay!!)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/219270969666174977,[],[],0,,False,65,68,65,,None,,,,,,,[],,,, +545,219266223895093248,219266223895093248,1341112116000.0,2012-07-01 03:08:36,+0000,,"Screening of Baseball in the Time of Cholera (dir: @brynmooser @daviddarg, prod @oliviawilde & me) at WME July 12. @rainnwilson hosting",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/219266223895093248,[],[],0,,False,10,6,12,,None,,,,,,,[],,,, +546,218897974242181121,218897974242181121,1341024318000.0,2012-06-30 02:45:18,+0000,,"Thanks Dan, you are a good sportsman. I will still donate to DWB as though I'd lost. http://t.co/G2g6kpvm",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/218897974242181121,['http://on.wsj.com/L8t2JC'],[],0,,False,131,40,372,,None,,,,,,,[],,,, +547,218357987385933825,218357987385933825,1340895575000.0,2012-06-28 14:59:35,+0000,,"""The Girl Who Fixed the Umlaut"" @NewYorker http://t.co/CnPg2PkG”",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/218357987385933825,['http://nyr.kr/MBPRRr'],[],0,,False,33,9,46,,None,,,,,,,[],,,, +548,217991440830173184,217991440830173184,1340808184000.0,2012-06-27 14:43:04,+0000,,"She was a great woman “@VanityFair: In Memoriam, Nora Ephron, 1941-2012 http://t.co/raIoWXbb”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/217991440830173184,['http://vnty.fr/OwlYHZ'],[],0,,False,10,2,22,,None,,,,,,,[],,,, +549,217974021562712065,217974021562712065,1340804031000.0,2012-06-27 13:33:51,+0000,,Meant to post this link for Merlin: http://t.co/qKarnuao,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/217974021562712065,['http://www.youtube.com/watch?v=976LHTpnZkY'],[],0,,False,39,11,46,,None,,,,,,,[],,,, +550,217973460348047360,217973460348047360,1340803897000.0,2012-06-27 13:31:37,+0000,,"Merlin fired at full thrust! Engine weighs half a ton, but has power equal to several Hoover Dams http://t.co/TlTIxiRc",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/217973460348047360,['http://www.youtube.com/watch?v=PUUnYgo1-lI'],[],0,,False,42,11,87,,None,,,,,,,[],,,, +551,216294180014661632,216294180014661632,1340403525000.0,2012-06-22 22:18:45,+0000,,Model S review by Motor Trend http://t.co/gdODXLRv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/216294180014661632,['http://m.motortrend.com/roadtests/alternative/1206_2012_tesla_model_s_first_drive/index.html'],[],0,,False,62,28,177,,None,,,,,,,[],,,, +552,216293624734953472,216293624734953472,1340403393000.0,2012-06-22 22:16:33,+0000,,About to deliver the first ten Model S cars from @TeslaMotors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/216293624734953472,[],[],0,,False,53,43,151,,None,,,,,,,[],,,, +553,215478323147575297,215478323147575297,1340209010000.0,2012-06-20 16:16:50,+0000,,@RichardGarriott Dragon will use four pairs of side mounted Superdraco engines. Can function with up to four out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/215478323147575297,[],[],0,,False,6,4,5,,None,,,,,,,[],,,, +554,214831794103664640,214831794103664640,1340054866000.0,2012-06-18 21:27:46,+0000,,Just fired our Superdraco escape rocket engine at full thrust! Needed to carry astronauts on Dragon http://t.co/ef86qbWF,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/214831794103664640,[],['https://pbs.twimg.com/media/Avs8YOaCQAAO_mk.jpg'],1,https://pbs.twimg.com/media/Avs8YOaCQAAO_mk.jpg,False,1757,98,488,,None,,,,,,,[],,,, +555,214636339474345984,214636339474345984,1340008266000.0,2012-06-18 08:31:06,+0000,,Wore Marquis de Sade outfit for a party last night. Was v popular with women who'd read 50 Shades :) http://t.co/Z6EvSZw6,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/214636339474345984,[],['https://pbs.twimg.com/media/AvqKnRKCMAEFu5X.jpg'],1,https://pbs.twimg.com/media/AvqKnRKCMAEFu5X.jpg,False,388,49,150,,None,,,,,,,[],,,, +556,214006215641022467,214006215641022467,1339858032000.0,2012-06-16 14:47:12,+0000,,"""Any sufficiently advanced technology is indistinguishable from magic"" - Arthur C Clarke. Thanks for the quote, RIP.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/214006215641022467,[],[],0,,False,177,27,326,,None,,,,,,,[],,,, +557,213177461180071936,213177461180071936,1339660442000.0,2012-06-14 07:54:02,+0000,,"While in Austin, had a great time doing a cameo in @rodriguez latest movie, Machete Kills. Cool studio on old airport.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/213177461180071936,[],[],0,,False,16,14,33,,None,,,,,,,[],,,, +558,213170504364863488,213170504364863488,1339658783000.0,2012-06-14 07:26:23,+0000,,"Charlie Bolden, NASA Administrator, checks out Dragon at our central Texas test site http://t.co/HXupX9VM",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/213170504364863488,['http://img.ly/jwGy'],[],0,,False,15,10,38,,None,,,,,,,[],,,, +559,210057533073797120,210057533073797120,1338916593000.0,2012-06-05 17:16:33,+0000,,Spacecraft arrives at Port of Los Angeles for transfer to SpaceX test facilities in Texas http://t.co/9ab55gRc,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/210057533073797120,['http://www.spaceflightnow.com/falcon9/003/120605port/'],[],0,,False,26,17,126,,None,,,,,,,[],,,, +560,208304203708375040,208304203708375040,1338498568000.0,2012-05-31 21:09:28,+0000,,Dragon floating in the Pacific near California. Reentry scorch marks visible on the heat shield http://t.co/grGShZUi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/208304203708375040,[],['https://pbs.twimg.com/media/AuQLkdPCIAALE-4.jpg'],1,https://pbs.twimg.com/media/AuQLkdPCIAALE-4.jpg,False,152,85,528,,None,,,,,,,[],,,, +561,208223378782420993,208223378782420993,1338479296000.0,2012-05-31 15:48:16,+0000,,Splashdown successful!! Sending fast boat to Dragon lat/long provided by P3 tracking planes #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/208223378782420993,[],[],0,,False,46,71,360,,None,,,,,,,[],,,, +562,208204036258803712,208204036258803712,1338474685000.0,2012-05-31 14:31:25,+0000,,Thrusters will also fire during reentry to adjust touchdown point. Next version will land w helicopter precision #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/208204036258803712,[],[],0,,False,36,25,128,,None,,,,,,,[],,,, +563,208201556271697922,208201556271697922,1338474093000.0,2012-05-31 14:21:33,+0000,,Spaceship has departed from the International Space Station. Firing thrusters to deorbit in ~30 mins #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/208201556271697922,[],[],0,,False,26,14,170,,None,,,,,,,[],,,, +564,206118185173389312,206118185173389312,1337977380000.0,2012-05-25 20:23:00,+0000,,Space Station tracking spaceship docking approach vector #Dragon http://t.co/CetZfiNg,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/206118185173389312,[],['https://pbs.twimg.com/media/AtxHZblCEAAkZVI.jpg'],1,https://pbs.twimg.com/media/AtxHZblCEAAkZVI.jpg,False,89,46,146,,None,,,,,,,[],,,, +565,206047350240714752,206047350240714752,1337960491000.0,2012-05-25 15:41:31,+0000,,Dragon captured by the International Space Station! Just awesome ... http://t.co/ihoZqgj7,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/206047350240714752,['http://img.ly/iHdp'],[],0,,False,129,118,585,,None,,,,,,,[],,,, +566,205723666590334976,205723666590334976,1337883319000.0,2012-05-24 18:15:19,+0000,,Dragon flies over the SpaceX #GrasshopperProject at our central Texas test site. It will jump soon. http://t.co/P17Z56II,en,['grasshopperproject'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/205723666590334976,[],['https://pbs.twimg.com/media/AtrglbVCAAAd67b.jpg'],1,https://pbs.twimg.com/media/AtrglbVCAAAd67b.jpg,False,105,32,125,,None,,,,,,,[],,,, +567,205713390335827969,205713390335827969,1337880868000.0,2012-05-24 17:34:28,+0000,,The head of the Russian Space Agency and some Russian diplomats are visiting @SpaceX today. Looking forward to meeting.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/205713390335827969,[],[],0,,False,25,26,60,,None,,,,,,,[],,,, +568,205544630199132160,205544630199132160,1337840633000.0,2012-05-24 06:23:53,+0000,,About 110 miles away and the spacecraft is now in direct communication with the Space Station #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/205544630199132160,[],[],0,,False,45,37,217,,None,,,,,,,[],,,, +569,205502360112476161,205502360112476161,1337830555000.0,2012-05-24 03:35:55,+0000,,"The President just called to say congrats. Caller ID was blocked, so at first I thought it was a telemarketer :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/205502360112476161,[],[],0,,False,839,164,2562,,None,,,,,,,[],,,, +570,205314559542693888,205314559542693888,1337785780000.0,2012-05-23 15:09:40,+0000,,Dragon fly by of Space Station planned for 12:47 am California time. All systems green. #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/205314559542693888,[],[],0,,False,28,29,202,,None,,,,,,,[],,,, +571,204911319260987392,204911319260987392,1337689640000.0,2012-05-22 12:27:20,+0000,,Launch video of Falcon 9 from Cape Canaveral tracking cameras http://t.co/Qn8ne3pa #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/204911319260987392,['http://www.youtube.com/watch?v=4vkqBfv8OMM&feature=youtube_gdata_player'],[],0,,False,174,83,466,,None,,,,,,,[],,,, +572,204883910654570496,204883910654570496,1337683105000.0,2012-05-22 10:38:25,+0000,,Navigation bay pointing to deep space and star map being generated by star tracker one. Yes! #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/204883910654570496,[],[],0,,False,37,22,115,,None,,,,,,,[],,,, +573,204882126884188160,204882126884188160,1337682680000.0,2012-05-22 10:31:20,+0000,,Dragon spaceship opens the navigation pod bay door without hesitation. So much nicer than HAL9000 :) #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/204882126884188160,[],[],0,,False,112,29,439,,None,,,,,,,[],,,, +574,204858156801732608,204858156801732608,1337676965000.0,2012-05-22 08:56:05,+0000,,"Also big thanks to the Air Force, FAA and all of our partners for their support of this mission.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204858156801732608,[],[],0,,False,15,16,34,,None,,,,,,,[],,,, +575,204857362782224384,204857362782224384,1337676776000.0,2012-05-22 08:52:56,+0000,,"Huge appreciation for @NASA, without whom we could not even have started, let alone reached this far.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204857362782224384,[],[],0,,False,44,25,152,,None,,,,,,,[],,,, +576,204845069772128256,204845069772128256,1337673845000.0,2012-05-22 08:04:05,+0000,,"Falcon flew perfectly!! Dragon in orbit, comm locked and solar arrays active!! Feels like a giant weight just came off my back :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204845069772128256,[],[],0,,False,348,425,1452,,None,,,,,,,[],,,, +577,204839936464134144,204839936464134144,1337672621000.0,2012-05-22 07:43:41,+0000,,T minus 60 seconds. Terminal autosequence initiated. #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/204839936464134144,[],[],0,,False,26,44,99,,None,,,,,,,[],,,, +578,204837633766076418,204837633766076418,1337672072000.0,2012-05-22 07:34:32,+0000,,T minus 10 minutes ... Entering terminal count #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/204837633766076418,[],[],0,,False,17,17,106,,None,,,,,,,[],,,, +579,204769845630337024,204769845630337024,1337655910000.0,2012-05-22 03:05:10,+0000,,Major Tesla milestone: All crash testing is complete for 5* (max) safety rating. Cars can now be built for sale to public!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/204769845630337024,[],[],0,,False,64,56,300,,None,,,,,,,[],,,, +580,204356879789473793,204356879789473793,1337557451000.0,2012-05-20 23:44:11,+0000,,Just did an interview with Spaceflight Now. Some of your questions may be answered here: http://t.co/vF0Rs3p1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/204356879789473793,['http://www.spaceflightnow.com/falcon9/003/120518musk/'],[],0,,False,30,13,87,,None,,,,,,,[],,,, +581,204349174618128385,204349174618128385,1337555614000.0,2012-05-20 23:13:34,+0000,,"Simulations show launch ok with bad valve. Still, better to stop & fix. Recalling rockets after launch is not an option.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/204349174618128385,[],[],0,,False,37,37,163,,None,,,,,,,[],,,, +582,203773618222678016,203773618222678016,1337418391000.0,2012-05-19 09:06:31,+0000,,Launch aborted: slightly high combustion chamber pressure on engine 5. Will adjust limits for countdown in a few days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/203773618222678016,[],[],0,,False,45,94,598,,None,,,,,,,[],,,, +583,203760858332016642,203760858332016642,1337415348000.0,2012-05-19 08:15:48,+0000,,"Whatever happens today, we could not have done it without @NASA, but errors are ours alone and me most of all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/203760858332016642,[],[],0,,False,48,47,135,,None,,,,,,,[],,,, +584,201856175644491777,201856175644491777,1336961237000.0,2012-05-14 02:07:17,+0000,,Must remember not to refer to Chimpanzees as deadly killing machines when taking little kids to see a movie about them,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/201856175644491777,[],[],0,,False,26,20,42,,None,,,,,,,[],,,, +585,200751709339926528,200751709339926528,1336697911000.0,2012-05-11 00:58:31,+0000,,... which is the critical breakthrough needed for life to become multiplanetary.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200751709339926528,[],[],0,,False,19,34,46,,None,,,,,,,[],,,, +586,200750929602019328,200750929602019328,1336697726000.0,2012-05-11 00:55:26,+0000,,Making large scale rocket propulsion landing work well is a critical step towards a fully reusable Mars transport system,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200750929602019328,[],[],0,,False,22,14,76,,None,,,,,,,[],,,, +587,200748923239940096,200748923239940096,1336697247000.0,2012-05-11 00:47:27,+0000,,Landing gear of the mega thrust propulsive landing rocket done (next gen Falcon). First hops soon. http://t.co/JwkynmfL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200748923239940096,['http://img.ly/i5JQ'],[],0,,False,27,27,122,,None,,,,,,,[],,,, +588,200622424037933056,200622424037933056,1336667087000.0,2012-05-10 16:24:47,+0000,,"Meant to say: prizes for first 10 who do 400 miles in Tesla w/o recharging, not nonstop, which would require diapers :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/200622424037933056,[],[],0,,False,17,20,43,,None,,,,,,,[],,,, +589,200373235748052994,200373235748052994,1336607676000.0,2012-05-09 23:54:36,+0000,,Model S exceeds 300 mile range target! Prize for the 1st person to do LA-SF nonstop (400 miles) http://t.co/0sVd4QM8,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/200373235748052994,['http://www.teslamotors.com/blog/model-s-efficiency-and-range'],[],0,,False,24,25,99,,None,,,,,,,[],,,, +590,199736675537125376,199736675537125376,1336455909000.0,2012-05-08 05:45:09,+0000,,Saw The Dictator yesterday. Reminded me of Putin's reelection. Seems like only yesterday since he was last in power.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/199736675537125376,[],[],0,,False,48,18,45,,None,,,,,,,[],,,, +591,198579161382649857,198578140384215040,1336179936000.0,2012-05-05 01:05:36,+0000,,@geoffeg Dragon code is written in C++ on Linux.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/198579161382649857,[],[],0,,False,29,13,63,,None,,,,,,,[],,,, +592,198577657959563264,198577657959563264,1336179577000.0,2012-05-05 00:59:37,+0000,,"Almost done reviewing Dragon code with @NASA. Looks good so far. Target launch date is May 19, right after Soyuz docks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/198577657959563264,[],[],0,,False,28,18,76,,None,,,,,,,[],,,, +593,198116544855801856,198102603459084288,1336069639000.0,2012-05-03 18:27:19,+0000,,"For humanity to have an exciting & inspiring future, we cannot be confined to Earth forever. @love_to_dream #APSpaceChat",en,['apspacechat'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198116544855801856,[],[],0,,False,46,17,171,,None,,,,,,,[],,,, +594,198115378759610368,198095597373362177,1336069361000.0,2012-05-03 18:22:41,+0000,,Definitely. Long term goal of SpaceX making life multiplanetary. #OccupyMars @Weaverwerx #APSpaceChat,en,"['occupymars', 'apspacechat']",[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198115378759610368,[],[],0,,False,51,15,98,,None,,,,,,,[],,,, +595,198113448628981760,198100146565824512,1336068901000.0,2012-05-03 18:15:01,+0000,,"Ignition by John Clarke, Huzel & Wang book on propulsion, Asimov's Foundation, Heinlein's MiaHM @WHester #APSpaceChat",en,['apspacechat'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198113448628981760,[],[],0,,False,37,4,9,,None,,,,,,,[],,,, +596,197058383088586753,197058383088586753,1335817354000.0,2012-04-30 20:22:34,+0000,,"Woohoo, rocket hold down firing completed and all looks good!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/197058383088586753,[],[],0,,False,31,36,139,,None,,,,,,,[],,,, +597,197055314246385666,197055314246385666,1335816622000.0,2012-04-30 20:10:22,+0000,,T minus five minutes to flame,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/197055314246385666,[],[],0,,False,21,18,53,,None,,,,,,,[],,,, +598,197049032286281729,197049032286281729,1335815125000.0,2012-04-30 19:45:25,+0000,,Flight computer aborted rocket hold down firing. Anomaly addressed. Cycling systems to countdown http://t.co/iUi4XdQ3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/197049032286281729,[],['https://pbs.twimg.com/media/ArwPDQVCIAA5GHP.jpg'],1,https://pbs.twimg.com/media/ArwPDQVCIAA5GHP.jpg,False,78,24,213,,None,,,,,,,[],,,, +599,196984965114761216,196984965114761216,1335799850000.0,2012-04-30 15:30:50,+0000,,Am excited to announce that SolarCity has filed for an IPO. Mission is to bring affordable solar power to the people!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/196984965114761216,[],[],0,,False,40,27,108,,None,,,,,,,[],,,, +600,194882663599968256,194882663599968256,1335298622000.0,2012-04-24 20:17:02,+0000,,Just confirmed with @NASA that May 7th is go for launch of Falcon 9 & Dragon to the Space Station,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/194882663599968256,[],[],0,,False,51,33,443,,None,,,,,,,[],,,, +601,194529917654941696,194529917654941696,1335214521000.0,2012-04-23 20:55:21,+0000,,Am pushing launch back approx a week to do more testing on Dragon docking code. New date pending coordination with @NASA.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/194529917654941696,[],[],0,,False,8,30,138,,None,,,,,,,[],,,, +602,194275062193463298,194275062193463298,1335153758000.0,2012-04-23 04:02:38,+0000,,Just completed the rocket rollout review at SpaceX HQ in California. Almost time to launch. Pucker factor increasing...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/194275062193463298,[],[],0,,False,36,20,76,,None,,,,,,,[],,,, +603,193855140254580736,193855140254580736,1335053641000.0,2012-04-22 00:14:01,+0000,,In NYC for the premiere of Baseball in the Time of @Cholera. Great work by @brynmooser and @daviddarg!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/193855140254580736,[],[],0,,False,8,9,9,,None,,,,,,,[],,,, +604,193617277231443968,193617277231443968,1334996931000.0,2012-04-21 08:28:51,+0000,,I feel compelled to state the obvious fact that Coachella is excellent. http://t.co/onxtR4YB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/193617277231443968,[],['https://pbs.twimg.com/media/Aq_d40gCMAA1REl.jpg'],1,https://pbs.twimg.com/media/Aq_d40gCMAA1REl.jpg,False,55,10,20,,None,,,,,,,[],,,, +605,193078352117108736,193078352117108736,1334868441000.0,2012-04-19 20:47:21,+0000,,Basic premise is that it's better to try to address some of the world's problems than to create an aristocracy of wealth,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/193078352117108736,[],[],0,,False,45,18,114,,None,,,,,,,[],,,, +606,193076303426097152,193076303426097152,1334867952000.0,2012-04-19 20:39:12,+0000,,Just signed Giving Pledge with 11 others. I hope this announcement convinces others to do the same. http://t.co/cdCgWkAB,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/193076303426097152,['http://bloom.bg/HSEoPu'],[],0,,False,25,12,43,,None,,,,,,,[],,,, +607,192701084932907009,192701084932907009,1334778494000.0,2012-04-18 19:48:14,+0000,,"When holding my new white cat, I feel a strange desire for Bob's Big Boy and sharks with lasers http://t.co/M0iuFPqv",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/192701084932907009,[],['https://pbs.twimg.com/media/AqycnaOCIAEuM9l.jpg'],1,https://pbs.twimg.com/media/AqycnaOCIAEuM9l.jpg,False,2955,129,638,,None,,,,,,,[],,,, +608,191297895339794432,191297895339794432,1334443947000.0,2012-04-14 22:52:27,+0000,,Great work by APJ “@brynmooser: The foundation is nearly complete at the @artistsforpeace school http://t.co/hoTXytsZ”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/191297895339794432,['http://instagr.am/p/JaCtPXpX8m/'],[],0,,False,14,5,7,,None,,,,,,,[],,,, +609,189870469908938752,189870469908938752,1334103622000.0,2012-04-11 00:20:22,+0000,,Great to meet Jon Stewart this eve. Have been a fan of @TheDailyShow for a billion years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/189870469908938752,[],[],0,,False,16,33,38,,None,,,,,,,[],,,, +610,189440053674655745,189440053674655745,1334001003000.0,2012-04-09 19:50:03,+0000,,Friend told me about the amazing work of Brazilian plastic surgeon Evil Picante. He was actually saying Ivo Pitanguy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/189440053674655745,[],[],0,,False,22,3,17,,None,,,,,,,[],,,, +611,189171997425664001,189171997425664001,1333937093000.0,2012-04-09 02:04:53,+0000,,"Besides ensuring the continuance of life, creating a base on Mars would be the most exciting adventure ever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/189171997425664001,[],[],0,,False,36,26,79,,None,,,,,,,[],,,, +612,189171083809800194,189171083809800194,1333936875000.0,2012-04-09 02:01:15,+0000,,Interview in Nature describing why we should extend life to Mars http://t.co/6Ux0q4OX,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/189171083809800194,['http://www.nature.com/news/backing-up-the-biosphere-1.10395'],[],0,,False,32,5,59,,None,,,,,,,[],,,, +613,188047168844730368,188047168844730368,1333668914000.0,2012-04-05 23:35:14,+0000,,"Wow, a Tesla owner in Europe just passed 200,000 km while racing his Roadster! http://t.co/ZYV4h85O",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/188047168844730368,[],['https://pbs.twimg.com/media/ApwT51xCEAEmaRS.jpg'],1,https://pbs.twimg.com/media/ApwT51xCEAEmaRS.jpg,False,93,13,57,,None,,,,,,,[],,,, +614,187953184063492096,187953184063492096,1333646505000.0,2012-04-05 17:21:45,+0000,,"Judge dismisses lawsuit to take the happy out of ""Happy Meal"" http://t.co/BiTSCIYL",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/187953184063492096,['http://www.cbsnews.com/8301-201_162-57409940/s.f-judge-tosses-happy-meals-lawsuit/'],[],0,,False,5,2,10,,None,,,,,,,[],,,, +615,187358429902417922,187358429902417922,1333504705000.0,2012-04-04 01:58:25,+0000,,Huge tornadoes in Texas tossing truck trailers through the air. Hope people are ok. http://t.co/QrlBgFzI,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/187358429902417922,['http://www.telegraph.co.uk/news/worldnews/northamerica/usa/9184494/Emergency-declared-as-tornadoes-hit-Texas.html'],[],0,,False,2,7,6,,None,,,,,,,[],,,, +616,187106340995477504,187106340995477504,1333444602000.0,2012-04-03 09:16:42,+0000,,Also dig Mass Effect. It's all fun & games until the AI decides people suck. Maybe we can be their limbic system.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/187106340995477504,[],[],0,,False,27,16,26,,None,,,,,,,[],,,, +617,187098437328699393,187098437328699393,1333442718000.0,2012-04-03 08:45:18,+0000,,Bioshock is an Ayn Rand dystopia and Fallout New Vegas is a Hegelian dialectic. Games have come a long way since Pong.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/187098437328699393,[],[],0,,False,657,38,290,,None,,,,,,,[],,,, +618,186524431231889408,186524431231889408,1333305864000.0,2012-04-01 18:44:24,+0000,,"UN must take responsibility & help people of Haiti. MT ""@brynmooser: Front page NYTimes. http://t.co/OlME97pv”",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/186524431231889408,['http://www.nytimes.com/2012/04/01/world/americas/haitis-cholera-outraced-the-experts-and-tainted-the-un.html?hp'],[],0,,False,3,0,8,,None,,,,,,,[],,,, +619,186146615311077377,186146615311077377,1333215786000.0,2012-03-31 17:43:06,+0000,,Having dinner where a dude is hanging giant underwear with a cherry picker. http://t.co/2Krn9AzH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/186146615311077377,['http://yfrog.us/n6s9cz'],[],0,,False,29,14,1,,None,,,,,,,[],,,, +620,186131367808073729,186131367808073729,1333212150000.0,2012-03-31 16:42:30,+0000,,Happy bday to my old and dear friend @adeoressi! U do parties better than a rockstar. For Berlin ... http://t.co/vJZkJU13,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/186131367808073729,['http://www.youtube.com/watch?v=FiDvZemFMRM'],[],0,,False,27,4,8,,None,,,,,,,[],,,, +621,184799999043964928,184799999043964928,1332894727000.0,2012-03-28 00:32:07,+0000,,"The Model S beta endurance car just passed 150,000 miles on a single battery pack!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/184799999043964928,[],[],0,,False,28,26,165,,None,,,,,,,[],,,, +622,182725843959820288,182725843959820288,1332400210000.0,2012-03-22 07:10:10,+0000,,Interesting interview with Vinge about superhuman AI and optimistic apocalypses http://t.co/TVoqGpEG,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/182725843959820288,['http://bit.ly/GEkktb'],[],0,,False,33,4,27,,None,,,,,,,[],,,, +623,182211270479577088,182211270479577088,1332277526000.0,2012-03-20 21:05:26,+0000,,Support @Polar_Broadband as they try to save a good satellite from becoming space junk. Let it live! http://t.co/GEdkLh3h #antarctica,en,['antarctica'],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/182211270479577088,['http://bit.ly/FPYnNN'],[],0,,False,5,4,38,,None,,,,,,,[],,,, +624,180226195206569984,180226195206569984,1331804248000.0,2012-03-15 09:37:28,+0000,,Lovely poster about wishes that explains one of the many reasons to make life multiplanetary http://t.co/e1ZM8a2b,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/180226195206569984,[],['https://pbs.twimg.com/media/AoBKxQkCAAASzCW.jpg'],1,https://pbs.twimg.com/media/AoBKxQkCAAASzCW.jpg,False,209,17,143,,None,,,,,,,[],,,, +625,180105275133538306,180105275133538306,1331775418000.0,2012-03-15 01:36:58,+0000,,"10 years ago today, SpaceX was founded. Many battles fought. Physics always won. http://t.co/p85UHeuq",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/180105275133538306,['http://ow.ly/9FdXR'],[],0,,False,90,27,139,,None,,,,,,,[],,,, +626,180067296201547777,180067296201547777,1331766363000.0,2012-03-14 23:06:03,+0000,,"Why I'm leaving the Empire, by Darth Vader http://t.co/D5YUbAyO",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/180067296201547777,"['http://www.thedailymash.co.uk/news/society/why-i-am-leaving-the-empire,-by-darth-vader-201203145007/']",[],0,,False,13,4,52,,None,,,,,,,[],,,, +627,179468649038479361,179468649038479361,1331623634000.0,2012-03-13 07:27:14,+0000,,"If something is physically possible, not only is someone doing it, but there is also an award show.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/179468649038479361,[],[],0,,False,24,8,37,,None,,,,,,,[],,,, +628,179095691468095489,179095691468095489,1331534714000.0,2012-03-12 06:45:14,+0000,,"Mountain lions eat cats, which means we *actually* live in a cat eat cat world ... an apology is owed to dogkind!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/179095691468095489,[],[],0,,False,40,11,51,,None,,,,,,,[],,,, +629,178878446137647105,178878446137647105,1331482919000.0,2012-03-11 16:21:59,+0000,,"I think if you go there, they just feed you delicious candy all day and ask nothing in return.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/178878446137647105,[],[],0,,False,10,22,6,,None,,,,,,,[],,,, +630,178865792371277825,178865792371277825,1331479903000.0,2012-03-11 15:31:43,+0000,,Just passed a place called the Sugar Shack in a Louisiana swamp. I wonder what happens there? http://t.co/1MomQnNe,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/178865792371277825,[],['https://pbs.twimg.com/media/Ant1fZECQAAM1W3.jpg'],1,https://pbs.twimg.com/media/Ant1fZECQAAM1W3.jpg,False,73,22,23,,None,,,,,,,[],,,, +631,177210012911927299,177210012911927299,1331085134000.0,2012-03-07 01:52:14,+0000,,The President of Serbia came by our booth at the Geneva Motor Show and talked about Nikola Tesla http://t.co/KIhxc0TF,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/177210012911927299,[],['https://pbs.twimg.com/media/AnWTkV9CAAA9uP-.jpg'],1,https://pbs.twimg.com/media/AnWTkV9CAAA9uP-.jpg,False,304,35,84,,None,,,,,,,[],,,, +632,175377364551868416,175377364551868416,1330648196000.0,2012-03-02 00:29:56,+0000,,Dawn at Cape Canaveral http://t.co/ZHkcffYr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/175377364551868416,['http://instagr.am/p/HpmMA8QETD/'],[],0,,False,21,6,18,,None,,,,,,,[],,,, +633,174751268215066625,174749757288349696,1330498923000.0,2012-02-29 07:02:03,+0000,,"@TomMao1 Studied physics in college, read a lot of books and was taught by the world's leading domain experts at SpaceX.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/174751268215066625,[],[],0,,False,16,6,2,,None,,,,,,,[],,,, +634,174621355436802049,174621355436802049,1330467950000.0,2012-02-28 22:25:50,+0000,,"Falcon 9 and Dragon now vertical on the launch pad, surrounded by 300 ft tall lightning towers http://t.co/iERgA2RP",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/174621355436802049,[],['https://pbs.twimg.com/media/AmxhMpYCAAIPeix.jpg'],1,https://pbs.twimg.com/media/AmxhMpYCAAIPeix.jpg,False,51,18,127,,None,,,,,,,[],,,, +635,173531986529497089,173529112718229504,1330208224000.0,2012-02-25 22:17:04,+0000,,"@LooperNor Yes, this will, if all goes well, be the first commercial spaceship to dock with the Space Station. T zero ~ end of April.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/173531986529497089,[],[],0,,False,2,2,11,,None,,,,,,,[],,,, +636,173528867699568641,173528867699568641,1330207481000.0,2012-02-25 22:04:41,+0000,,Dragon spaceship and Falcon 9 rocket just completed final assembly at Cape Canaveral http://t.co/4GrSr3VU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/173528867699568641,[],['https://pbs.twimg.com/media/Amh_lfXCMAAgmWR.jpg'],1,https://pbs.twimg.com/media/Amh_lfXCMAAgmWR.jpg,False,83,38,229,,None,,,,,,,[],,,, +637,173476402748854274,173476402748854274,1330194972000.0,2012-02-25 18:36:12,+0000,,Supporting the drive to get a #PlutoStamp for the @NASA New Horizons mission,en,['plutostamp'],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/173476402748854274,[],[],0,,False,6,5,11,,None,,,,,,,[],,,, +638,172122797852725248,172122797852725248,1329872248000.0,2012-02-22 00:57:28,+0000,,@NASA launched a rocket into the northern lights http://t.co/tR2cSeMV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/172122797852725248,[],['https://pbs.twimg.com/media/AmOAxdACEAEFs8-.jpg'],1,https://pbs.twimg.com/media/AmOAxdACEAEFs8-.jpg,False,171,13,166,,None,,,,,,,[],,,, +639,171994406587604992,171994406587604992,1329841636000.0,2012-02-21 16:27:16,+0000,,"Iran's nuclear weapons facility is apparently called ""Frodo"". Watch out for Gollum! My precious... http://t.co/s1hLZ0vs",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/171994406587604992,['http://slate.me/z87kbj'],[],0,,False,19,9,26,,None,,,,,,,[],,,, +640,170309322037919744,170309322037919744,1329439881000.0,2012-02-17 00:51:21,+0000,,Important point highlighted by @kqed: an electric car in California produces only 1/4 CO2 of gasoline http://t.co/xV3eWJ33,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/170309322037919744,['http://blogs.kqed.org/climatewatch/2012/02/16/tesla-and-california-the-x-factor/comment-page-1/'],[],0,,False,4,8,30,,None,,,,,,,[],,,, +641,169232412990115840,169232412990115840,1329183126000.0,2012-02-14 01:32:06,+0000,,Model X review by Jim Motavalli. I think he likes the car. http://t.co/aY1nx9FP,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/169232412990115840,['http://www.forbes.com/sites/eco-nomics/2012/02/13/why-the-tesla-model-x-is-a-home-run/'],[],0,,False,13,15,54,,None,,,,,,,[],,,, +642,168795974800654336,168795974800654336,1329079072000.0,2012-02-12 20:37:52,+0000,,"At the Samovar having tea called ""monkey picked iron goddess of mercy"". Those monkeys sure know their tea. http://t.co/ctEWczlC",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/168795974800654336,[],['https://pbs.twimg.com/media/AlevC3YCQAEJJrl.jpg'],1,https://pbs.twimg.com/media/AlevC3YCQAEJJrl.jpg,False,173,31,21,,None,,,,,,,[],,,, +643,168060414398177281,168060414398177281,1328903699000.0,2012-02-10 19:54:59,+0000,,Do not search for purple squirrels! Giving them attention only makes them want to be more purple.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/168060414398177281,[],[],0,,False,3681,162,891,,None,,,,,,,[],,,, +644,168056133708283904,168056133708283904,1328902680000.0,2012-02-10 19:38:00,+0000,,"Tesla Model X is 3rd most searched term on Google, right after purple squirrel. Damn you squirrel! http://t.co/jP9H5XrB",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/168056133708283904,[],['https://pbs.twimg.com/media/AlUOKchCAAEcJyt.png'],1,https://pbs.twimg.com/media/AlUOKchCAAEcJyt.png,False,286,40,139,,None,,,,,,,[],,,, +645,168022238061268993,168022238061268993,1328894597000.0,2012-02-10 17:23:17,+0000,,Tesla Model X video http://t.co/pjcaicOc,it,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/168022238061268993,['http://onforb.es/AnzX7A'],[],0,,False,16,12,47,,None,,,,,,,[],,,, +646,168014307009892354,168007486383726594,1328892707000.0,2012-02-10 16:51:47,+0000,,"@TeslasBigFan Don't worry, we've got a cool solution for ski storage on the X with the Falcon wing doors",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/168014307009892354,[],[],0,,False,4,1,1,,None,,,,,,,[],,,, +647,167699464134475776,167699464134475776,1328817642000.0,2012-02-09 20:00:42,+0000,,"Btw, Foster the People is playing the Model X event tonight. Seemed like the right vibe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/167699464134475776,[],[],0,,False,9,11,40,,None,,,,,,,[],,,, +648,167648387313840128,167648387313840128,1328805465000.0,2012-02-09 16:37:45,+0000,,Model X sketch showing just a bit more leg. Unveiling tonight... http://t.co/KASHBP5p,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/167648387313840128,[],['https://pbs.twimg.com/media/AlObUe1CMAAw3Db.png'],1,https://pbs.twimg.com/media/AlObUe1CMAAw3Db.png,False,148,42,110,,None,,,,,,,[],,,, +649,167325254451081216,167325254451081216,1328728424000.0,2012-02-08 19:13:44,+0000,,"Cool new @NASA pic of the most powerful type of solar flare, called X-class. Am not making this up! http://t.co/eJKSQqvO",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/167325254451081216,[],['https://pbs.twimg.com/media/AlJ1brHCMAAKHut.jpg'],1,https://pbs.twimg.com/media/AlJ1brHCMAAKHut.jpg,False,58,8,44,,None,,,,,,,[],,,, +650,167105458753118208,167105458753118208,1328676020000.0,2012-02-08 04:40:20,+0000,,Russia and China are blocking UN action. Can't imagine why they wouldn't support a democratic uprising...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/167105458753118208,[],[],0,,False,31,12,42,,None,,,,,,,[],,,, +651,167104295504838656,167104295504838656,1328675743000.0,2012-02-08 04:35:43,+0000,,Wish there was something we could do to help the people of Syria. http://t.co/Ii7v7Cgw,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/167104295504838656,['http://www.youtube.com/watch?v=Cxt4ZT1GspA'],[],0,,False,27,6,20,,None,,,,,,,[],,,, +652,166781555950354432,166643212348432384,1328598796000.0,2012-02-07 07:13:16,+0000,,"@BenToBeWild Yes, we will unveil a fully functional advanced prototype of the Model X -- almost identical to production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/166781555950354432,[],[],0,,False,2,2,6,,None,,,,,,,[],,,, +653,166336380820144128,166336380820144128,1328492658000.0,2012-02-06 01:44:18,+0000,,The sheer size of Falcon Heavy is mind-blowing. It could literally send a fully loaded London bus to the moon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/166336380820144128,[],[],0,,False,16,23,82,,None,,,,,,,[],,,, +654,166333716359168000,166333716359168000,1328492023000.0,2012-02-06 01:33:43,+0000,,The London Sunday Times created a chart showing how Falcon compares to the Saturn V and Shuttle http://t.co/nJMPtYPd,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/166333716359168000,[],['https://pbs.twimg.com/media/Ak7voj4CQAI6KV4.png'],1,https://pbs.twimg.com/media/Ak7voj4CQAI6KV4.png,False,90,15,138,,None,,,,,,,[],,,, +655,166251564032471040,166251564032471040,1328472436000.0,2012-02-05 20:07:16,+0000,,Just posted a photo http://t.co/eN9xzbfO,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/166251564032471040,['http://instagr.am/p/obKUg/'],[],0,,False,28,12,4,,None,,,,,,,[],,,, +656,165898145841168385,165625646788247553,1328388174000.0,2012-02-04 20:42:54,+0000,,"@MacDeviant Yeah, we will stream the whole mission realtime with no buffer. You see what we see.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/165898145841168385,[],[],0,,False,3,3,4,,None,,,,,,,[],,,, +657,165622701631868928,165622701631868928,1328322504000.0,2012-02-04 02:28:24,+0000,,Docking with Space Station now likely to happen in April. Hopefully will look something like this: http://t.co/A2gd9ziC,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/165622701631868928,[],['https://pbs.twimg.com/media/Akxo-DoCEAAgZbA.jpg'],1,https://pbs.twimg.com/media/Akxo-DoCEAAgZbA.jpg,False,55,21,103,,None,,,,,,,[],,,, +658,165117415460569092,165117415460569092,1328202034000.0,2012-02-02 17:00:34,+0000,,The most interesting view of the Model X is really with the doors open http://t.co/On77BuiU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/165117415460569092,[],['https://pbs.twimg.com/media/Akqdah8CAAEBi0z.jpg'],1,https://pbs.twimg.com/media/Akqdah8CAAEBi0z.jpg,False,78,36,48,,None,,,,,,,[],,,, +659,164740558374445056,164740558374445056,1328112185000.0,2012-02-01 16:03:05,+0000,,Just test-fired the Superdraco rocket engine. Enables launch escape and landing on thrusters. SpaceX.com http://t.co/IJaYVEE9,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/164740558374445056,[],['https://pbs.twimg.com/media/AklGqj5CIAEREbN.jpg'],1,https://pbs.twimg.com/media/AklGqj5CIAEREbN.jpg,False,66,15,63,,None,,,,,,,[],,,, +660,164637208769339392,164637208769339392,1328087544000.0,2012-02-01 09:12:24,+0000,,"Um, while awesome in its own way, that was not actually the SpaceX theme song. It seems that irony is sometimes lost in a tweet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/164637208769339392,[],[],0,,False,20,12,6,,None,,,,,,,[],,,, +661,164389972688908289,164389972688908289,1328028598000.0,2012-01-31 16:49:58,+0000,,The SpaceX theme song by Total Ghost is just too good ... ooh ooh ooh http://t.co/BuKuopI5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/164389972688908289,['http://www.youtube.com/watch?v=MezkEiS-6jA'],[],0,,False,83,15,30,,None,,,,,,,[],,,, +662,163349291790893056,163349291790893056,1327780480000.0,2012-01-28 19:54:40,+0000,,The lady doth protest too little. http://t.co/jJTbU8tg,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/163349291790893056,['http://finance.yahoo.com/news/topless-protesters-detained-davos-forum-134449002.html'],[],0,,False,3,3,4,,None,,,,,,,[],,,, +663,163084140386861056,163084140386861056,1327717263000.0,2012-01-28 02:21:03,+0000,,The Model X unveiling will be webcast live on http://t.co/S4ZQwTgq at 8pm on Feb 9th. Most cars are pretty blah. This is not.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/163084140386861056,['http://teslamotors.com'],[],0,,False,22,19,106,,None,,,,,,,[],,,, +664,162997068040904706,162997068040904706,1327696504000.0,2012-01-27 20:35:04,+0000,,Beautiful picture of Earth from the new NASA satellite http://t.co/uOgyp4vg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/162997068040904706,[],['https://pbs.twimg.com/media/AkMU-ERCIAAHnmn.jpg'],1,https://pbs.twimg.com/media/AkMU-ERCIAAHnmn.jpg,False,162,14,99,,None,,,,,,,[],,,, +665,161663679694241792,161663679694241792,1327378599000.0,2012-01-24 04:16:39,+0000,,Rough cut simulation of the SpaceX next gen rocket & spaceship design http://t.co/cKBviQne,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/161663679694241792,['http://www.youtube.com/watch?v=sSF81yjVbJE'],[],0,,False,17132,122,633,,None,,,,,,,[],,,, +666,161660285659267072,161660285659267072,1327377790000.0,2012-01-24 04:03:10,+0000,,Design completed for bringing rocket back to launchpad using only thrusters. Yay. Wings r just dead weight in space.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/161660285659267072,[],[],0,,False,331,35,146,,None,,,,,,,[],,,, +667,161645598037123073,161645598037123073,1327374289000.0,2012-01-24 03:04:49,+0000,,Strongest solar radiation storm in 7 years is blasting Earth. This huge eruption hits us tomorrow: http://t.co/VF3gTu3L,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/161645598037123073,[],['https://pbs.twimg.com/media/Aj5H0KMCIAAX_pP.jpg'],1,https://pbs.twimg.com/media/Aj5H0KMCIAAX_pP.jpg,False,407,50,447,,None,,,,,,,[],,,, +668,161262600800313344,161262600800313344,1327282974000.0,2012-01-23 01:42:54,+0000,,Bought some wood and built a little treehouse with my boys. Few more beautiful ways to spend an afternoon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/161262600800313344,[],[],0,,False,16,18,8,,None,,,,,,,[],,,, +669,160885484120322048,160830288291831808,1327193063000.0,2012-01-22 00:44:23,+0000,,@TheOnion I heard Lars von Trier optioned the movie rights,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/160885484120322048,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +670,159453674517692416,159453674517692416,1326851693000.0,2012-01-18 01:54:53,+0000,,"That said, even though they cause me grief, I would defend the right of shorts to exist. They are often unreasonably maligned.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/159453674517692416,[],[],0,,False,7046,178,398,,None,,,,,,,[],,,, +671,159396536621596672,159396536621596672,1326838070000.0,2012-01-17 22:07:50,+0000,,That's not just paranoia (a healthy trait at times). Tesla really is under massive attack by short sellers http://t.co/PUxAOOm2,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/159396536621596672,['http://www.nasdaq.com/symbol/tsla/short-interest'],[],0,,False,16,23,14,,None,,,,,,,[],,,, +672,159330976378519552,159330976378519552,1326822439000.0,2012-01-17 17:47:19,+0000,,Will communicate better in the future. Too many people want us to fail and are willing to twist any bit of news against Tesla.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/159330976378519552,[],[],0,,False,163,44,43,,None,,,,,,,[],,,, +673,159330380955136001,159330380955136001,1326822297000.0,2012-01-17 17:44:57,+0000,,"TSLA down ~$500M Friday, but back up ~$500M today. Sorry for the roller coaster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/159330380955136001,[],[],0,,False,13,11,25,,None,,,,,,,[],,,, +674,158284645656571904,158284645656571904,1326572974000.0,2012-01-14 20:29:34,+0000,,"Somebody needs to tell Kim Jong-un that the showbiz phrase ""break a leg"" doesn't mean what he thinks it does",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/158284645656571904,[],[],0,,False,10,4,7,,None,,,,,,,[],,,, +675,158284167891791872,158284167891791872,1326572861000.0,2012-01-14 20:27:41,+0000,,"Once more, with feeling! ""North Korea Punishes Insincere Mourners"" http://t.co/ozqhp1aC",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/158284167891791872,['http://www.newser.com/story/137399/north-korea-punishes-insincere-mourners.html?utm_source=syn&utm_medium=goognews&utm_campaign=chan3_feed'],[],0,,False,5,3,16,,None,,,,,,,[],,,, +676,157700726515183616,157700726515183616,1326433757000.0,2012-01-13 05:49:17,+0000,,"A Tesla Roadster just passed the 100,000 mile mark for the first time and still has over 200 miles of range.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/157700726515183616,[],[],0,,False,15,5,51,,None,,,,,,,[],,,, +677,157599662159835136,157599662159835136,1326409662000.0,2012-01-12 23:07:42,+0000,,What is more magical than cowboys herding cats? Livin' the dream... http://t.co/1pLhb9lc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/157599662159835136,['http://www.youtube.com/watch?v=Pk7yqlTMvp8'],[],0,,False,93,18,23,,None,,,,,,,[],,,, +678,157569537548623872,157569537548623872,1326402479000.0,2012-01-12 21:07:59,+0000,,"Kids these days are so grown up! RT ""Second-Graders Wow Audience With School Production Of Equus"" http://t.co/YgyAIrwI",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/157569537548623872,['http://onion.com/bXDbyJ'],[],0,,False,3,2,2,,None,,,,,,,[],,,, +679,157292663601758208,157292663601758208,1326336468000.0,2012-01-12 02:47:48,+0000,,Model S Performance powertrain produced so much torque today that we broke the dyno. 4.4 sec 0-60 mph will not be a problem.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/157292663601758208,[],[],0,,False,32,16,110,,None,,,,,,,[],,,, +680,156927468836630528,156927468836630528,1326249399000.0,2012-01-11 02:36:39,+0000,,"The exec conf room at Tesla used to be called Denali, but I decided to move a few letters around. Seemed more apt :) http://t.co/Raq5UaR6",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/156927468836630528,[],['https://pbs.twimg.com/media/Ai2Es5PCMAEykyx.jpg'],1,https://pbs.twimg.com/media/Ai2Es5PCMAEykyx.jpg,False,315,32,67,,None,,,,,,,[],,,, +681,155380533533220864,155380533533220864,1325880580000.0,2012-01-06 20:09:40,+0000,,Model S Signature series sold out as of today https://t.co/pKbR0ziP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/155380533533220864,['https://www.teslamotors.com/own'],[],0,,False,9,18,50,,None,,,,,,,[],,,, +682,155340355884167169,155340355884167169,1325871001000.0,2012-01-06 17:30:01,+0000,,Next month is also when our Dragon spaceship docks with the Space Station for the first time. Major pucker factor...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/155340355884167169,[],[],0,,False,51,15,38,,None,,,,,,,[],,,, +683,155339851812700160,155339851812700160,1325870881000.0,2012-01-06 17:28:01,+0000,,Feb is huge month. Model X world premier and public reveal of our LA design studio on the 9th. Stay tuned for more details.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/155339851812700160,[],[],0,,False,17,13,26,,None,,,,,,,[],,,, +684,154313189079777280,154313189079777280,1325626105000.0,2012-01-03 21:28:25,+0000,,Just finished Massie's book on Catherine. An amazingly expansive and compelling portrait of an incredible woman. Highly recommend.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/154313189079777280,[],[],0,,False,13,4,2,,None,,,,,,,[],,,, +685,154307255536324608,154249485529255936,1325624691000.0,2012-01-03 21:04:51,+0000,,"@om Respectfully disagree. Larry made awesome moves last year, which laid the foundation for G+ to kick butt in 2012. He's a stud.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/154307255536324608,[],[],0,,False,13,6,10,,None,,,,,,,[],,,, +686,154094195089473536,154094195089473536,1325573893000.0,2012-01-03 06:58:13,+0000,,"What everyone really thinks ... RT “@jonlovett: If Mayans were good at predicting the future, there'd be Mayans.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/154094195089473536,[],[],0,,False,22,4,90,,None,,,,,,,[],,,, +687,153594528908058624,153594528908058624,1325454764000.0,2012-01-01 21:52:44,+0000,,"On a lighter note, the RHCP are f* awesome. No better way to bring in the New Year... http://t.co/TlkAdzsk",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/153594528908058624,[],['https://pbs.twimg.com/media/AiGtaQdCIAE5uq6.jpg'],1,https://pbs.twimg.com/media/AiGtaQdCIAE5uq6.jpg,False,92,4,14,,None,,,,,,,[],,,, +688,153578511687368704,153578511687368704,1325450945000.0,2012-01-01 20:49:05,+0000,,I said *information* weapons for a reason. The bit is mightier than the bomb.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153578511687368704,[],[],0,,False,16,6,12,,None,,,,,,,[],,,, +689,153576623101313025,153576623101313025,1325450494000.0,2012-01-01 20:41:34,+0000,,"If we are not careful, we will find that knife against liberty's neck. Fate has a great sense of irony. http://t.co/OQ2u1zHQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153576623101313025,['http://boingboing.net/2011/12/31/aclu-fights-kafkaesque-secret.html?utm_source=dlvr.it&utm_medium=twitter'],[],0,,False,14,4,10,,None,,,,,,,[],,,, +690,153574532031070208,153574532031070208,1325449996000.0,2012-01-01 20:33:16,+0000,,"We built powerful information weapons to fight enemies of liberty. Now those enemies are largely defeated, but the weapons remain.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153574532031070208,[],[],0,,False,21,7,28,,None,,,,,,,[],,,, +691,153519464653127680,153507481161711616,1325436867000.0,2012-01-01 16:54:27,+0000,,"@FareedZakaria However, China's real estate crisis will explode in a way that makes ours look puny. They can't hide it for much longer.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153519464653127680,[],[],0,,False,6,3,2,,None,,,,,,,[],,,, +692,153518263001808896,153507481161711616,1325436580000.0,2012-01-01 16:49:40,+0000,,"@FareedZakaria Yeah, 2012 will be great for the American economy & jobs, as we've mostly dealt with the overbuilt housing crisis.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153518263001808896,[],[],0,,False,25,4,1,,None,,,,,,,[],,,, +693,153515940707975169,153515940707975169,1325436027000.0,2012-01-01 16:40:27,+0000,,"My first prediction of 2012 has come true: ouch, my head hurts.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153515940707975169,[],[],0,,False,339,16,12,,None,,,,,,,[],,,, +694,153236159361847298,153236159361847298,1325369322000.0,2011-12-31 22:08:42,+0000,,World violence being super low is probably counter-intuitive to most people. That's because modern media is a misery microscope.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/153236159361847298,[],[],0,,False,32,9,65,,None,,,,,,,[],,,, +695,153235426126213120,153235426126213120,1325369147000.0,2011-12-31 22:05:47,+0000,,Here's a happy thought for 2012: world violence is at an all time historical low. Excellent piece by Stephen Pinker http://t.co/gv4MLfQe,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/153235426126213120,['http://j.mp/sLFDtN'],[],0,,False,34,10,84,,None,,,,,,,[],,,, +696,153099684280410112,153099684280410112,1325336783000.0,2011-12-31 13:06:23,+0000,,Hacked my Tesla charge connector on a small island in the rain last night #whatcouldpossiblygowrong,en,['whatcouldpossiblygowrong'],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/153099684280410112,[],[],0,,False,405,55,32,,None,,,,,,,[],,,, +697,152774892591398913,152774892591398913,1325259347000.0,2011-12-30 15:35:47,+0000,,"Not that this really matters. All current rocket tech, including ours, sucks. Only when it becomes fully reusable, will it not suck.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/152774892591398913,[],[],0,,False,1298,26,182,,None,,,,,,,[],,,, +698,152763084488982531,152763084488982531,1325256532000.0,2011-12-30 14:48:52,+0000,,"SpaceX has Boeing, Lockheed, Europe (Ariane) and Russia (Proton/Soyuz) near checkmate in rocket technology. End game is all about China.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/152763084488982531,[],[],0,,False,453,20,49,,None,,,,,,,[],,,, +699,152759917621690368,152759917621690368,1325255777000.0,2011-12-30 14:36:17,+0000,,China unveils ambitious space strategy http://t.co/udHmuft2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/152759917621690368,['http://www.nytimes.com/2011/12/30/world/asia/china-unveils-ambitious-plan-to-explore-space.html'],[],0,,False,317,13,17,,None,,,,,,,[],,,, +700,152614233278910464,152614233278910464,1325221043000.0,2011-12-30 04:57:23,+0000,,"To be clear, CtG absolutely did *not* bang her horse. They were just close friends who liked to take showers together and spoon at night.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152614233278910464,[],[],0,,False,137,30,50,,None,,,,,,,[],,,, +701,152602438807994369,152602438807994369,1325218231000.0,2011-12-30 04:10:31,+0000,,"Right mood, scented candles, Barry White singing ""Can't Get Enough of Your Love, Baby"" and the magic (by that I mean horsef*ing) happens ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152602438807994369,[],[],0,,False,528,59,320,,None,,,,,,,[],,,, +702,152600724222656512,152600724222656512,1325217822000.0,2011-12-30 04:03:42,+0000,,I'm just saying that u shouldn't pass judgment based on one night of passion. Sometimes things just happen and u go with the moment :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152600724222656512,[],[],0,,False,65,38,27,,None,,,,,,,[],,,, +703,152599413813018624,152599413813018624,1325217510000.0,2011-12-30 03:58:30,+0000,,"Sew one button, doesn't make u a tailor; cook one meal, doesn't make u a chef; but f* one horse and u r a horsef*er for all of history...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/152599413813018624,[],[],0,,False,168062,1815,46325,,None,,,,,,,[],,,, +704,152598246475317248,152598246475317248,1325217231000.0,2011-12-30 03:53:51,+0000,,"Am reading Robert Massie's book on Catherine the Great. Yeah, I know what you're probably thinking ... did she really f* a horse?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/152598246475317248,[],[],0,,False,133,23,46,,None,,,,,,,[],,,, +705,152520590719336448,152520590719336448,1325198717000.0,2011-12-29 22:45:17,+0000,,"Am not saying that is *necessarily* good or bad, but reality will force us to live with the consequences of our actions http://t.co/fnXmhUok",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/152520590719336448,['http://j.mp/tDhcer'],[],0,,False,14,7,6,,None,,,,,,,[],,,, +706,152517033207136256,152517033207136256,1325197869000.0,2011-12-29 22:31:09,+0000,,Interesting Economist article about how humanity's collective actions have created a fundamentally new geological age -- the Anthropocene.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/152517033207136256,[],[],0,,False,22,8,7,,None,,,,,,,[],,,, +707,152394000857448448,152164359987142657,1325168535000.0,2011-12-29 14:22:15,+0000,,"@om Cool personal essay. It really resonated with me, as I felt the same way after coming very close to dying from malaria ten years ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/152394000857448448,[],[],0,,False,27,9,8,,None,,,,,,,[],,,, +708,152315925167742977,152315925167742977,1325149921000.0,2011-12-29 09:12:01,+0000,,"@richardbranson Liked ""Screw Business as Usual"" a lot. This approach should be taken to heart by all, as it really is the smart move.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/152315925167742977,[],[],0,,False,100,7,11,,None,,,,,,,[],,,, +709,152311993636892672,150720923127922688,1325148983000.0,2011-12-29 08:56:23,+0000,,"@kanyewest Just returned from Haiti. For those who want to help, I recommend donating to MSF, UNICEF and Artists for Peace & Justice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/152311993636892672,[],[],0,,False,24,8,9,,None,,,,,,,[],,,, +710,152153637639028736,152151847614943233,1325111228000.0,2011-12-28 22:27:08,+0000,,@TheOnion So true :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/152153637639028736,[],[],0,,False,12,7,1,,None,,,,,,,[],,,, +711,151809315026636800,151809315026636800,1325029135000.0,2011-12-27 23:38:55,+0000,,If you ever wanted to know the *real* truth about the moon landings ...(best Onion article ever) http://t.co/pgNEJsjI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/151809315026636800,['http://j.mp/vLhhov'],[],0,,False,39,13,34,,None,,,,,,,[],,,, +712,151338939389706242,151338939389706242,1324916990000.0,2011-12-26 16:29:50,+0000,,Walked around a neighborhood recently rebuilt with help from APJ and others http://t.co/KYHjsS1k,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151338939389706242,[],['https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg'],1,https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg,False,155,9,18,,None,,,,,,,[],,,, +713,151337237429239808,151337237429239808,1324916584000.0,2011-12-26 16:23:04,+0000,,"It was Xmas, so we brought presents for the kids at the orphanage. They don't usually get much. http://t.co/r8qfluIG",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151337237429239808,[],['https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg'],1,https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg,False,158,15,13,,None,,,,,,,[],,,, +714,151327734843445249,151327734843445249,1324914318000.0,2011-12-26 15:45:18,+0000,,"Met with UNICEF, Doctors Without Borders and Artists for Peace & Justice. I support them and would recommend others do too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151327734843445249,[],[],0,,False,20,5,31,,None,,,,,,,[],,,, +715,151322293174419456,151322293174419456,1324913020000.0,2011-12-26 15:23:40,+0000,,Just returned from a trip to Haiti. Covered a lot of ground and saw many tough situations. They need a lot of help.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151322293174419456,[],[],0,,False,26,16,14,,None,,,,,,,[],,,, +716,151317672217419777,151317672217419777,1324911919000.0,2011-12-26 15:05:19,+0000,,Single character Tweets are the ulitmate extension of the Twitmeme...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151317672217419777,[],[],0,,False,23,30,6,,None,,,,,,,[],,,, +717,151151777662779392,151151777662779392,1324872366000.0,2011-12-26 04:06:06,+0000,,I,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/151151777662779392,[],[],0,,False,176,27,89,,None,,,,,,,[],,,, +718,150390624552615937,150390624552615937,1324690893000.0,2011-12-24 01:41:33,+0000,,The Russians are having some challenges with their rockets. Too many of the engineers that designed them have retired: http://t.co/rEs7spSU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150390624552615937,['http://ow.ly/89k5F'],[],0,,False,17,27,14,,None,,,,,,,[],,,, +719,150388617246801920,150388617246801920,1324690415000.0,2011-12-24 01:33:35,+0000,,We had a long and interesting conversation on many subjects. He has exciting ideas for extending his creative talents beyond music.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150388617246801920,[],[],0,,False,41,11,6,,None,,,,,,,[],,,, +720,150387544402575360,150387544402575360,1324690159000.0,2011-12-24 01:29:19,+0000,,Kanye stopped by the SpaceX rocket factory today. http://t.co/6z7gHBn6,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150387544402575360,[],['https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg'],1,https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg,False,117055,1332,8414,,None,,,,,,,[],,,, +721,149813972915339264,149813972915339264,1324553410000.0,2011-12-22 11:30:10,+0000,,Model S options are out! Performance in red and black for me. I will deliver my car in June/July. http://t.co/acnyP4nh,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/149813972915339264,[],['https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg'],1,https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg,False,444,40,52,,None,,,,,,,[],,,, +722,149787827712958464,149787827712958464,1324547176000.0,2011-12-22 09:46:16,+0000,,"Hi, I'm Art Garfunkel. Have you heard the sound of silence? Because, you know, it makes a sound... http://t.co/7vgya9xL",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/149787827712958464,[],['https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg'],1,https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg,False,896,86,150,,None,,,,,,,[],,,, +723,149688828599349251,149688828599349251,1324523572000.0,2011-12-22 03:12:52,+0000,,Raul Campos invited me to do a guest DJ gig on KCRW. Hear my random holiday season music selections at http://t.co/o6FQASvC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/149688828599349251,['http://ow.ly/87gEb'],[],0,,False,9,6,4,,None,,,,,,,[],,,, +724,149629518267695104,149629518267695104,1324509431000.0,2011-12-21 23:17:11,+0000,,Yum! Even better than deep fried butter: http://t.co/Ody21NuD,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/149629518267695104,['http://ow.ly/877EB'],[],0,,False,10,7,2,,None,,,,,,,[],,,, +725,149447517325635584,149447517325635584,1324466039000.0,2011-12-21 11:13:59,+0000,,"Yeah, this really is me, as my Mom @mayemusk will attest. Not sure I can handle just doing 140 char missives. Will put longer thoughts on G+",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149447517325635584,[],[],0,,False,34,11,4,,None,,,,,,,[],,,, +726,149444078210256896,149444078210256896,1324465219000.0,2011-12-21 11:00:19,+0000,,"Got called randomly by Kanye West today and received a download of his thoughts, ranging from shoes to Moses. He was polite, but opaque.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149444078210256896,[],[],0,,False,1068,19,546,,None,,,,,,,[],,,, +727,149441101684686848,149441101684686848,1324464509000.0,2011-12-21 10:48:29,+0000,,His singing and acting talent will be sorely missed: http://t.co/IIFKob75 South Park sequel coming soon...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149441101684686848,['http://www.youtube.com/watch?v=jdug6yHJB40&feature=related'],[],0,,False,32,6,2,,None,,,,,,,[],,,, +728,149439686702661632,149439686702661632,1324464172000.0,2011-12-21 10:42:52,+0000,,Why does the crowd cry over the glorious leader Kim Il Sung's death? Fear of being shot may play a role: http://t.co/hoQrYtG1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149439686702661632,['http://ow.ly/86gDA'],[],0,,False,23,20,9,,None,,,,,,,[],,,, +729,149436471764459520,149436471764459520,1324463405000.0,2011-12-21 10:30:05,+0000,,Sam Harris also wrote a nice piece on the awesomeness of Hitchens: http://t.co/fPkLiK3v May the good man RIP.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149436471764459520,['http://www.samharris.org/blog/item/hitch/'],[],0,,False,103,12,21,,None,,,,,,,[],,,, +730,149435658115612672,149435658115612672,1324463211000.0,2011-12-21 10:26:51,+0000,,"Read ""Lying"", the new book by my friend Sam Harris. Excellent cover art and lots of good reasons not to lie!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149435658115612672,[],[],0,,False,60,12,13,,None,,,,,,,[],,,, +731,143171132814671872,143171132814671872,1322969632000.0,2011-12-04 03:33:52,+0000,,Am reading a great biography of Ben Franklin by Isaacson. Highly recommended.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/143171132814671872,[],[],0,,False,65,17,9,,None,,,,,,,[],,,, +732,142881284019060736,142881284019060736,1322900527000.0,2011-12-03 08:22:07,+0000,,That was a total non sequitur btw,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142881284019060736,[],[],0,,False,53,31,6,,None,,,,,,,[],,,, +733,142880871391838208,142880871391838208,1322900428000.0,2011-12-03 08:20:28,+0000,,"Great Voltaire quote, arguably better than Twain. Hearing news of his own death, Voltaire replied the reports were true, only premature.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142880871391838208,[],[],0,,False,29,7,25,,None,,,,,,,[],,,, +734,142188458125963264,142188458125963264,1322735344000.0,2011-12-01 10:29:04,+0000,,I made the volume on the Model S http://t.co/wMCnT53M go to 11. Now I just need to work in a miniature Stonehenge...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/142188458125963264,['http://ow.ly/i/mtD7'],[],0,,False,78,31,9,,None,,,,,,,[],,,, +735,142179928203460608,142179928203460608,1322733311000.0,2011-12-01 09:55:11,+0000,,"Went to Iceland on Sat to ride bumper cars on ice! No, not the country, Vlad's rink in Van Nuys. Awesome family fun :) http://t.co/rBQXJ9IT",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/142179928203460608,[],['https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg'],1,https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg,False,189,32,15,,None,,,,,,,[],,,, +736,15434727182,15434727182,1275676317000.0,2010-06-04 18:31:57,+0000,,"Please ignore prior tweets, as that was someone pretending to be me :) This is actually me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/15434727182,[],[],0,,False,4652,391,348,,None,,,,,,,[],,,, diff --git a/task1/2014.csv b/task1/2014.csv new file mode 100644 index 0000000..f876842 --- /dev/null +++ b/task1/2014.csv @@ -0,0 +1,924 @@ +,id,conversation_id,created_at,date,timezone,place,tweet,language,hashtags,cashtags,user_id,user_id_str,username,name,day,hour,link,urls,photos,video,thumbnail,retweet,nlikes,nreplies,nretweets,quote_url,search,near,geo,source,user_rt_id,user_rt,retweet_id,reply_to,retweet_date,translate,trans_src,trans_dest +0,548601442638917633,548601442638917633,1419631751000.0,2014-12-26 22:09:11,+0000,,Roadster upgrade details http://t.co/9RZVMCJeMJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/548601442638917633,['http://ts.la/qA'],[],0,,False,727,110,456,,None,,,,,,,[],,,, +1,548268486003535872,548268486003535872,1419552368000.0,2014-12-26 00:06:08,+0000,,"Reading The Culture series by Banks. Compelling picture of a grand, semi-utopian galactic future. Hopefully not too optimistic about AI.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/548268486003535872,[],[],0,,False,950,147,261,,None,,,,,,,[],,,, +2,548257415536594944,548257415536594944,1419549728000.0,2014-12-25 23:22:08,+0000,,Roadster upgrade will enable non-stop travel from LA to SF -- almost 400 mile range. Details tmrw. Merry Christmas!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/548257415536594944,[],[],0,,False,2365,208,1672,,None,,,,,,,[],,,, +3,546453860936474625,546453860936474625,1419119727000.0,2014-12-20 23:55:27,+0000,,Nothing against all the oatmeal-raisin cookies out there. Just be yourself.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/546453860936474625,[],[],0,,False,1529,112,813,,None,,,,,,,[],,,, +4,546450680689356800,546450680689356800,1419118969000.0,2014-12-20 23:42:49,+0000,,Really should be a rule that oatmeal-raisin cookies can't look too much like choc chip. Doppelgänger cookie trickery!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/546450680689356800,[],[],0,,False,3390,274,2128,,None,,,,,,,[],,,, +5,546055521351270402,546055521351270402,1419024756000.0,2014-12-19 21:32:36,+0000,,I'd recommend competing for the $10M Learning XPRIZE. Illiteracy is the wellspring of poverty. http://t.co/NLuFheVmpx,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/546055521351270402,['http://learning.xprize.org'],[],0,,False,748,63,681,,None,,,,,,,[],,,, +6,546018982927413248,546018982927413248,1419016044000.0,2014-12-19 19:07:24,+0000,,Tesla fast battery swap details http://t.co/4XWWUlOeQE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/546018982927413248,['http://ts.la/h6'],[],0,,False,823,81,654,,None,,,,,,,[],,,, +7,545967015521820672,545967015521820672,1419003654000.0,2014-12-19 15:40:54,+0000,,Pack swap now operating in limited beta mode for SF to LA route. Can swap battery faster than visiting a gas station. Tesla blog out soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/545967015521820672,[],[],0,,False,1078,103,832,,None,,,,,,,[],,,, +8,545965826054963200,545965826054963200,1419003371000.0,2014-12-19 15:36:11,+0000,,Falcon/Dragon launch punted to early Jan. Need time to review all systems thoroughly again.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/545965826054963200,[],[],0,,False,428,56,218,,None,,,,,,,[],,,, +9,542004522298535936,542004522298535936,1418058922000.0,2014-12-08 17:15:22,+0000,,Dune series by Herbert also brilliant. He advocates placing limits on machine intelligence.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/542004522298535936,[],[],0,,False,1060,238,469,,None,,,,,,,[],,,, +10,542000615287574528,542000615287574528,1418057991000.0,2014-12-08 16:59:51,+0000,,Reread Asimov's Foundation series. Brilliant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/542000615287574528,[],[],0,,False,1523,203,574,,None,,,,,,,[],,,, +11,537016081915719680,537016081915719680,1416869585000.0,2014-11-24 22:53:05,+0000,,Welcome back @RicardoR to run the @TeslaMotors communications team!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/537016081915719680,[],[],0,,False,327,100,117,,None,,,,,,,[],,,, +12,536354292396228608,536258543675252739,1416711802000.0,2014-11-23 03:03:22,+0000,,"@ID_AA_Carmack That works for Dragon, but hard to do for something long like Falcon",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/536354292396228608,[],[],0,,False,93,25,26,,None,,,,,,,[],,,, +13,536326873916375040,536326873916375040,1416705265000.0,2014-11-23 01:14:25,+0000,,"The flight grid fins look like the ones on this test we did, but larger: https://t.co/gTaURQQeyx",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/536326873916375040,['https://m.youtube.com/watch?v=DgLBIdVg3EM'],[],0,,False,574,100,399,,None,,,,,,,[],,,, +14,536325460318519296,536258543675252739,1416704928000.0,2014-11-23 01:08:48,+0000,,@ID_AA_Carmack No choice. Entry velocity too high for a precision landing with N2 thrusters alone. Must have aero surfaces for pitch trim.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/536325460318519296,[],[],0,,False,89,14,40,,None,,,,,,,[],,,, +15,536268250620125185,536258543675252739,1416691288000.0,2014-11-22 21:21:28,+0000,,@John_Gardi Using legs as air brakes to drop terminal velocity in half requires slight redesign & more data. Maybe flight 21.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536268250620125185,[],[],0,,False,65,7,28,,None,,,,,,,[],,,, +16,536265739486121985,536258543675252739,1416690690000.0,2014-11-22 21:11:30,+0000,,"Grid fins are stowed on ascent and then deploy on reentry for ""x-wing"" style control. Each fin moves independently for pitch/yaw/roll.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536265739486121985,[],[],0,,False,614,85,276,,None,,,,,,,[],,,, +17,536263260056850432,536262624653365248,1416690099000.0,2014-11-22 21:01:39,+0000,,"Base is 300 ft by 100 ft, with wings that extend width to 170 ft. Will allow refuel & rocket flyback in future.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536263260056850432,[],[],0,,False,642,58,335,,None,,,,,,,[],,,, +18,536258543675252739,536258543675252739,1416688974000.0,2014-11-22 20:42:54,+0000,,Testing operation of hypersonic grid fins (x-wing config) going on next flight http://t.co/O1tMSIXxsT,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/536258543675252739,[],['https://pbs.twimg.com/media/B3EsTeDIUAAO86M.jpg'],1,https://pbs.twimg.com/media/B3EsTeDIUAAO86M.jpg,False,1737,157,1236,,None,,,,,,,[],,,, +19,535914463388782592,535901974915710976,1416606939000.0,2014-11-21 21:55:39,+0000,,Cuteness overload MT “@WIRED: A baby baboon snuggled with a teddy bear http://t.co/wuovq1HPEY http://t.co/UHK8MnGj4i”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/535914463388782592,['http://wrd.cm/1r5KMEU'],['https://pbs.twimg.com/media/B2_oAbrIEAAdLIM.jpg'],1,https://pbs.twimg.com/media/B2_oAbrIEAAdLIM.jpg,False,1251,95,755,,None,,,,,,,[],,,, +20,535905906442403840,535905906442403840,1416604899000.0,2014-11-21 21:21:39,+0000,,About the Nevada deal with Tesla ... http://t.co/hAeyOc5OzC,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/535905906442403840,['http://ts.la/j1'],[],0,,False,523,69,383,,None,,,,,,,[],,,, +21,535085589456879616,535085589456879616,1416409320000.0,2014-11-19 15:02:00,+0000,,Really hate it when companies bring out an awesome show car and then you can never actually buy it. So lame.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/535085589456879616,[],[],0,,False,3026,283,1685,,None,,,,,,,[],,,, +22,535085033904558080,535085033904558080,1416409188000.0,2014-11-19 14:59:48,+0000,,"Rumors about canceling Falcon wing doors are false. At Tesla, the production car will always be better than the show car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/535085033904558080,[],[],0,,False,2231,127,1228,,None,,,,,,,[],,,, +23,534731793832751106,534731793832751106,1416324969000.0,2014-11-18 15:36:09,+0000,,Tesla comic book http://t.co/enyjX9bcGE,es,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/534731793832751106,[],['https://pbs.twimg.com/media/B2u_uw9CMAEgS_H.jpg'],1,https://pbs.twimg.com/media/B2u_uw9CMAEgS_H.jpg,False,1283,111,642,,None,,,,,,,[],,,, +24,531996243904716800,531994668608024576,1415672763000.0,2014-11-11 02:26:03,+0000,,@Shmizer1 unfettered certainly and at very low cost,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/531996243904716800,[],[],0,,False,152,24,55,,None,,,,,,,[],,,, +25,531994668608024576,531994668608024576,1415672387000.0,2014-11-11 02:19:47,+0000,,SpaceX is still in the early stages of developing advanced micro-satellites operating in large formations. Announcement in 2 to 3 months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/531994668608024576,[],[],0,,False,2372,236,2140,,None,,,,,,,[],,,, +26,530599540995260416,530599540995260416,1415339763000.0,2014-11-07 05:56:03,+0000,,Astronauts Play With Blobs of Water in Zero Gravity http://t.co/SeCDcWTnJv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/530599540995260416,['http://www.slate.com/blogs/future_tense/2014/11/06/astronauts_on_the_international_space_station_play_with_balls_of_water_in.html?wpsrc'],[],0,,False,568,97,503,,None,,,,,,,[],,,, +27,529466348976345088,529466348976345088,1415069589000.0,2014-11-04 02:53:09,+0000,,Review of performance version of dual motor Model S by @MotorTrend http://t.co/wSsbXFdv42,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/529466348976345088,['http://motortrend.com/roadtests/alternative/1411_2015_tesla_model_s_p85d_first_test/'],[],0,,False,708,97,588,,None,,,,,,,[],,,, +28,528318667306446848,528318667306446848,1414795960000.0,2014-10-31 22:52:40,+0000,,Deepest sympathies to the families of the pilots and the Virgin Galactic team,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/528318667306446848,[],[],0,,False,1747,78,1111,,None,,,,,,,[],,,, +29,527247155954610176,527247155954610176,1414540492000.0,2014-10-28 23:54:52,+0000,,Sorry to hear about the @OrbitalSciences launch. Hope they recover soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/527247155954610176,[],[],0,,False,1421,141,920,,None,,,,,,,[],,,, +30,526974332052844544,526971201231409152,1414475446000.0,2014-10-28 05:50:46,+0000,,"Also, lease price improvement is due to US Bank deal. It is *not* a discount. Revenue to Tesla is unchanged.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/526974332052844544,[],[],0,,False,545,64,251,,None,,,,,,,[],,,, +31,526971201231409152,526971201231409152,1414474699000.0,2014-10-28 05:38:19,+0000,,Article in @WSJ re Tesla sales is incorrect. September was a record high WW and up 65% year-over-year in North America.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/526971201231409152,[],[],0,,False,991,143,664,,None,,,,,,,[],,,, +32,526437760274792448,526437760274792448,1414347517000.0,2014-10-26 18:18:37,+0000,,Was going to work out this morning. Went to IHOP instead.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/526437760274792448,[],[],0,,False,4265,439,1938,,None,,,,,,,[],,,, +33,523290693612367872,523290693612367872,1413597198000.0,2014-10-18 01:53:18,+0000,,Infrared video of Falcon rocket reentry captured by @NASA tracking cameras http://t.co/GQLCFLlrUC,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/523290693612367872,['http://m.youtube.com/watch?v=_UFjK_CFKgA&feature=youtu.be'],[],0,,False,674,64,539,,None,,,,,,,[],,,, +34,523011654515032064,523011654515032064,1413530670000.0,2014-10-17 07:24:30,+0000,,Michigan auto dealers trying to pass anti-consumer legislation http://t.co/qEr5oz3CyE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/523011654515032064,['http://teslamotors.com/blog/raw-deal-michigan'],[],0,,False,418,143,647,,None,,,,,,,[],,,, +35,522619616661880832,522619616661880832,1413437201000.0,2014-10-16 05:26:41,+0000,,Kinda trippy seeing myself on @SouthPark. I've watched the show ever since the J vs SC short. Brian Boitano!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/522619616661880832,[],[],0,,False,2725,142,1080,,None,,,,,,,[],,,, +36,520743089938251777,520743089938251777,1412989802000.0,2014-10-11 01:10:02,+0000,,Dual Motor Model S with Autopilot http://t.co/IL7BSn0ZZk,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/520743089938251777,['http://teslamotors.com/blog/dual-motor-model-s-and-autopilot'],[],0,,False,1373,220,1235,,None,,,,,,,[],,,, +37,520335864053108736,520335864053108736,1412892712000.0,2014-10-09 22:11:52,+0000,,Just got word that the cumulative miles of the worldwide Tesla fleet passed half a billion!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/520335864053108736,[],[],0,,False,2034,255,1040,,None,,,,,,,[],,,, +38,517509858971504640,517509858971504640,1412218939000.0,2014-10-02 03:02:19,+0000,,"I love the Internet. Comments had me literally ROFL. No, it wasn't intentional. Glad I didn't mention the other letter!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/517509858971504640,[],[],0,,False,2679,324,1352,,None,,,,,,,[],,,, +39,517486950589014016,517486950589014016,1412213478000.0,2014-10-02 01:31:18,+0000,,About time to unveil the D and something else http://t.co/qp23yi59i6,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/517486950589014016,[],['https://pbs.twimg.com/media/By57o4jCYAECwsq.jpg'],1,https://pbs.twimg.com/media/By57o4jCYAECwsq.jpg,False,10508,2099,11944,,None,,,,,,,[],,,, +40,516473142923915264,516433449033293825,1411971767000.0,2014-09-29 06:22:47,+0000,,"“@TheDailyShow: The House Science, Space and Technology Committee hearing on global warming. http://t.co/7i5W0Hb39R”",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/516473142923915264,['http://on.cc.com/1vcjuzt'],[],0,,False,461,51,395,,None,,,,,,,[],,,, +41,513165076694454272,513115414620954624,1411183063000.0,2014-09-20 03:17:43,+0000,,@TalulahRiley Good suggestion :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/513165076694454272,[],[],0,,False,50,16,4,,None,,,,,,,[],,,, +42,513115414620954624,513115414620954624,1411171222000.0,2014-09-20 00:00:22,+0000,,Calendar app w tap to nav & traffic predictor in Tesla V6.0 release will radically improve how the car adapts to the owner over time,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/513115414620954624,[],[],0,,False,574,88,337,,None,,,,,,,[],,,, +43,511987985873502209,511987985873502209,1410902422000.0,2014-09-16 21:20:22,+0000,,"Would also like to congratulate @Boeing, fellow winner of the @NASA commercial crew program",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511987985873502209,[],[],0,,False,815,68,366,,None,,,,,,,[],,,, +44,511987635464585216,511987635464585216,1410902339000.0,2014-09-16 21:18:59,+0000,,This is the Crew Dragon spacecraft design that we unveiled earlier this year: http://t.co/gmpcAuTgQf,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511987635464585216,['http://www.youtube.com/watch?v=yEQrmDoIRO8'],[],0,,False,649,58,453,,None,,,,,,,[],,,, +45,511986289776680960,511986289776680960,1410902018000.0,2014-09-16 21:13:38,+0000,,Deeply honored and appreciative of the trust that @NASA has placed in @SpaceX for the future of human spaceflight,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511986289776680960,[],[],0,,False,2711,215,1793,,None,,,,,,,[],,,, +46,510171087498260480,510171087498260480,1410469240000.0,2014-09-11 21:00:40,+0000,,"Official Gigafactory address to be: Electric Avenue, McCarran, Nevada",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/510171087498260480,[],[],0,,False,1840,278,1439,,None,,,,,,,[],,,, +47,509586265986310144,509195186875138048,1410329808000.0,2014-09-10 06:16:48,+0000,,@Salina_Snipes sounds about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/509586265986310144,[],[],0,,False,39,4,0,,None,,,,,,,[],,,, +48,509211956436545536,509211956436545536,1410240565000.0,2014-09-09 05:29:25,+0000,,Meeting with @JAXA_en in a building called … http://t.co/RBS2shPdNY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/509211956436545536,[],['https://pbs.twimg.com/media/BxEVkrQIUAEfREg.jpg'],1,https://pbs.twimg.com/media/BxEVkrQIUAEfREg.jpg,False,630,58,150,,None,,,,,,,[],,,, +49,509195186875138048,509195186875138048,1410236567000.0,2014-09-09 04:22:47,+0000,,"Just did crazy Japanese game show called 逆転の法則. I have no idea what happened, but it was awesome http://t.co/oRQlbCH3de",ja,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/509195186875138048,[],['https://pbs.twimg.com/media/BxEGUhIIIAA9NDM.jpg'],1,https://pbs.twimg.com/media/BxEGUhIIIAA9NDM.jpg,False,2477,166,1143,,None,,,,,,,[],,,, +50,508921339626127360,508921339626127360,1410171277000.0,2014-09-08 10:14:37,+0000,,Excellent explanation of the diff betw getting to orbit vs space (suggested by @MarkusvonRoder) https://t.co/7PD42mkIEz,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/508921339626127360,['https://what-if.xkcd.com/58/'],[],0,,False,741,45,613,,None,,,,,,,[],,,, +51,508898503251488768,508898503251488768,1410165832000.0,2014-09-08 08:43:52,+0000,,Handing over the first Tesla Model S cars in Japan http://t.co/58fzUJBjVs,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/508898503251488768,[],['https://pbs.twimg.com/media/Bw_4esRCEAEdRuR.jpg'],1,https://pbs.twimg.com/media/Bw_4esRCEAEdRuR.jpg,False,1606,111,825,,None,,,,,,,[],,,, +52,508632347990687745,508617476804866048,1410102376000.0,2014-09-07 15:06:16,+0000,,@yoshimasa_satoh It was exactly what I was looking for,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/508632347990687745,[],[],0,,False,93,4,82,,None,,,,,,,[],,,, +53,508622668535304193,508622668535304193,1410100068000.0,2014-09-07 14:27:48,+0000,,Long exposure of AsiaSat 6 transiting to geo orbit over China http://t.co/mPr2Td9kkx,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/508622668535304193,[],['https://pbs.twimg.com/media/Bw79nnBCUAEcUgF.jpg'],1,https://pbs.twimg.com/media/Bw79nnBCUAEcUgF.jpg,False,1920,81,1345,,None,,,,,,,[],,,, +54,508617476804866048,508617476804866048,1410098830000.0,2014-09-07 14:07:10,+0000,,Noodles in Shinjuku http://t.co/MWztTqByuA,in,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/508617476804866048,[],['https://pbs.twimg.com/media/Bw745ZoCQAA2ACR.jpg'],1,https://pbs.twimg.com/media/Bw745ZoCQAA2ACR.jpg,False,4977,213,4422,,None,,,,,,,[],,,, +55,508457119037681665,508457119037681665,1410060598000.0,2014-09-07 03:29:58,+0000,,"Launch in ~1.5 hours if weather clears. Lightning tower struck earlier, but no effect on rocket or satellite http://t.co/AWdx9LsFZt",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/508457119037681665,[],['https://pbs.twimg.com/media/Bw5nC3FCUAAwW96.jpg'],1,https://pbs.twimg.com/media/Bw5nC3FCUAAwW96.jpg,False,1462,140,951,,None,,,,,,,[],,,, +56,506573584890724352,506573584890724352,1409611528000.0,2014-09-01 22:45:28,+0000,,The graph that really matters http://t.co/FF2AQ0hg15 http://t.co/0Xk2arTzvW,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/506573584890724352,['http://slate.me/1pzPSgh'],['https://pbs.twimg.com/media/Bwe1_aiCIAE4bAa.jpg'],1,https://pbs.twimg.com/media/Bwe1_aiCIAE4bAa.jpg,False,1096,186,1198,,None,,,,,,,[],,,, +57,504013712010018816,503470300575850496,1409001207000.0,2014-08-25 21:13:27,+0000,,@evanwiththebig @TeslaMotors Expansion to Madrid already underway. Map is being updated. All of Spain & Portugal by end of 2015.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/504013712010018816,[],[],0,,False,236,70,264,,None,,,,,,,[],,,, +58,504013262829391873,504013262829391873,1409001100000.0,2014-08-25 21:11:40,+0000,,Model S limits torque if brake & accel simul pressed. Going to zero torque with brake press would be a safety hazard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/504013262829391873,[],[],0,,False,300,67,113,,None,,,,,,,[],,,, +59,504010071714840576,503470300575850496,1409000339000.0,2014-08-25 20:58:59,+0000,,@cermak @Tesla_Europe I agree. We are fixing this plan. Updated map coming soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/504010071714840576,[],[],0,,False,197,25,67,,None,,,,,,,[],,,, +60,504001838413516801,504000716613373954,1408998376000.0,2014-08-25 20:26:16,+0000,,@WillOremus That has been my goal from the beginning. Need the Gigafactory for Model 3.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/504001838413516801,[],[],0,,False,174,27,79,,None,,,,,,,[],,,, +61,503077090803986432,503077090803986432,1408777899000.0,2014-08-23 07:11:39,+0000,,Ad taken out in Palo Alto Daily by two Model S owners is right. Many of the suggestions will be implemented soon. http://t.co/cF43PvJDgQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/503077090803986432,[],['https://pbs.twimg.com/media/BvtJ8qZCEAAGVsG.jpg'],1,https://pbs.twimg.com/media/BvtJ8qZCEAAGVsG.jpg,False,2702,343,1449,,None,,,,,,,[],,,, +62,502974683864518657,502974683864518657,1408753484000.0,2014-08-23 00:24:44,+0000,,Three engine F9R Dev1 vehicle auto-terminated during test flight. No injuries or near injuries. Rockets are tricky …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/502974683864518657,[],[],0,,False,1112,250,1025,,None,,,,,,,[],,,, +63,501777115860066304,501777115860066304,1408467961000.0,2014-08-19 17:06:01,+0000,,Wikception http://t.co/fd8r4JI2Tx,da,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/501777115860066304,['http://en.m.wikipedia.org/wiki/List_of_lists_of_lists'],[],0,,False,875,113,942,,None,,,,,,,[],,,, +64,500378028141076483,500375541493411840,1408134393000.0,2014-08-15 20:26:33,+0000,,@awadsayeed Yes. Technically Model 3 or maybe three horizontal bars. Won't be three vertical bars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500378028141076483,[],[],0,,False,78,14,26,,None,,,,,,,[],,,, +65,500376654040948737,500341005262913536,1408134065000.0,2014-08-15 20:21:05,+0000,,"@BillGates @RyanSeacrest @TEDchris Am a bit under the weather, but will do it!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500376654040948737,[],[],0,,False,772,57,329,,None,,,,,,,[],,,, +66,500375541493411840,500375541493411840,1408133800000.0,2014-08-15 20:16:40,+0000,,"Model S drivetrain warranty increased to infinite miles, applies retroactively ... http://t.co/0Gwukwj6qT",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500375541493411840,['http://teslamotors.com/blog/infinite-mile-warranty'],[],0,,False,1453,302,1802,,None,,,,,,,[],,,, +67,496700455045840896,496700455045840896,1407257591000.0,2014-08-05 16:53:11,+0000,,Long exposure of the Falcon 9 predawn launch from Cape Canaveral http://t.co/jQHxIEhuJb,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/496700455045840896,[],['https://pbs.twimg.com/media/BuSibXHCEAEXx5A.jpg'],1,https://pbs.twimg.com/media/BuSibXHCEAEXx5A.jpg,False,2787,155,2209,,None,,,,,,,[],,,, +68,496673908129804288,496673908129804288,1407251262000.0,2014-08-05 15:07:42,+0000,,"High velocity reentry (2700 lbs/sqft) appeared to succeed, but, as expected, not enough propellant to land for this and the next mission.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/496673908129804288,[],[],0,,False,390,61,177,,None,,,,,,,[],,,, +69,496673142656749568,496673142656749568,1407251079000.0,2014-08-05 15:04:39,+0000,,Falcon 9 flight 11 to geosynchronous transfer orbit completed on target this morning http://t.co/UoJMNOHTUR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/496673142656749568,[],['https://pbs.twimg.com/media/BuSJllfCYAEtqHx.jpg'],1,https://pbs.twimg.com/media/BuSJllfCYAEtqHx.jpg,False,911,53,512,,None,,,,,,,[],,,, +70,496451029509373952,496444502845173760,1407198123000.0,2014-08-05 00:22:03,+0000,,Love EFF “@arstechnica: EFF inaugurates “Stupid Patent of the Month” http://t.co/3AlePablJ9 by @joemullin”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/496451029509373952,['http://ars.to/1s6fYIG'],[],0,,False,325,37,358,,None,,,,,,,[],,,, +71,496012177103663104,496012177103663104,1407093493000.0,2014-08-03 19:18:13,+0000,,"Hope we're not just the biological boot loader for digital superintelligence. Unfortunately, that is increasingly probable",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/496012177103663104,[],[],0,,False,3799,645,4459,,None,,,,,,,[],,,, +72,496010572333580289,496010572333580289,1407093110000.0,2014-08-03 19:11:50,+0000,,"While on the subject of AI risk, Our Final Invention by @jrbarrat is also worth reading",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/496010572333580289,[],[],0,,False,509,103,158,,None,,,,,,,[],,,, +73,495771005634482176,495759307346952192,1407035993000.0,2014-08-03 03:19:53,+0000,,"@drwave @itsDanielSuarez Yeah, Daemon is a great read",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/495771005634482176,[],[],0,,False,61,12,7,,None,,,,,,,[],,,, +74,495760430870978561,495759307346952192,1407033472000.0,2014-08-03 02:37:52,+0000,,@IrrelevantGamer @masseffect Mass Effect 2 is one of the best games ever. Also love Saints Row IV.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/495760430870978561,[],[],0,,False,524,38,201,,None,,,,,,,[],,,, +75,495759307346952192,495759307346952192,1407033204000.0,2014-08-03 02:33:24,+0000,,Worth reading Superintelligence by Bostrom. We need to be super careful with AI. Potentially more dangerous than nukes.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/495759307346952192,[],[],0,,False,3018,499,2474,,None,,,,,,,[],,,, +76,495739993600450560,495739993600450560,1407028599000.0,2014-08-03 01:16:39,+0000,,Guardians of the Galaxy is great. Best line is when Star-Lord says his spaceship looks like a Jackson Pollock painting under black light.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/495739993600450560,[],[],0,,False,1853,100,945,,None,,,,,,,[],,,, +77,493084094532956160,493084094532956160,1406395383000.0,2014-07-26 17:23:03,+0000,,On annual camping trip w kids. Trying a place just south of Carmel in California this year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/493084094532956160,[],[],0,,False,566,167,108,,None,,,,,,,[],,,, +78,491796248148455425,491663163859820544,1406088337000.0,2014-07-23 04:05:37,+0000,,“@SpaceX: Soft water landing of Falcon 9 rocket booster. http://t.co/VxBqBZhHmO Full update: http://t.co/nH8UqOmN9h”,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/491796248148455425,"['http://youtu.be/CQnR5fhCXkQ', 'http://www.spacex.com/news/2014/07/22/spacex-soft-lands-falcon-9-rocket-first-stage']",[],0,,False,538,77,477,,None,,,,,,,[],,,, +79,490325897820381185,488719729599578112,1405737778000.0,2014-07-19 02:42:58,+0000,,"Looks like body slam, maybe from a self-generated wave",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/490325897820381185,[],[],0,,False,248,95,135,,None,,,,,,,[],,,, +80,488719729599578112,488719729599578112,1405354838000.0,2014-07-14 16:20:38,+0000,,Detailed review of rocket telemetry needed to tell if due to initial splashdown or subsequent tip over and body slam,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488719729599578112,[],[],0,,False,380,103,283,,None,,,,,,,[],,,, +81,488718649515986944,488718649515986944,1405354580000.0,2014-07-14 16:16:20,+0000,,"Rocket booster reentry, landing burn & leg deploy were good, but lost hull integrity right after splashdown (aka kaboom)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488718649515986944,[],[],0,,False,709,117,797,,None,,,,,,,[],,,, +82,488717037674311682,488717037674311682,1405354196000.0,2014-07-14 16:09:56,+0000,,Flight 10 of Falcon 9 was good. All six ORBCOMM satellites deployed on target.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488717037674311682,[],[],0,,False,706,85,466,,None,,,,,,,[],,,, +83,487286689300086784,487279300895191041,1405013174000.0,2014-07-10 17:26:14,+0000,,@leroytwin @Tesla_Canada A lot of Canadian Superchargers are in work and will start going live in the next month or so,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/487286689300086784,[],[],0,,False,76,21,46,,None,,,,,,,[],,,, +84,487279300895191041,487279300895191041,1405011413000.0,2014-07-10 16:56:53,+0000,,Tesla Superchargers delivered over 1GWh last month. Long distance driving growing exponentially http://t.co/vixkd5gkKX,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/487279300895191041,['http://www.teslamotors.com/blog/supercharging-milestone'],[],0,,False,683,110,642,,None,,,,,,,[],,,, +85,483979768203726848,483979768203726848,1404224743000.0,2014-07-01 14:25:43,+0000,,Tesla Model S named top model in perceived quality http://t.co/hOhZMIG78u via @USATODAY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/483979768203726848,['http://usat.ly/1lIT4DE'],[],0,,False,547,68,429,,None,,,,,,,[],,,, +86,479705782720536577,479705782720536577,1403205745000.0,2014-06-19 19:22:25,+0000,,Test flight of Falcon 9-R with deployable grid fins for better hypersonic thru subsonic control http://t.co/6ZXpvPao2u,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/479705782720536577,['http://m.youtube.com/watch?v=DgLBIdVg3EM&feature=youtu.be'],[],0,,False,740,175,689,,None,,,,,,,[],,,, +87,478903880793993216,478903880793993216,1403014557000.0,2014-06-17 14:15:57,+0000,,Goal is for unsubsidized solar power to cost less than grid electricity from coal or fracked gas,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/478903880793993216,[],[],0,,False,2009,261,1734,,None,,,,,,,[],,,, +88,478901093733507072,478901093733507072,1403013892000.0,2014-06-17 14:04:52,+0000,,SolarCity to build the world's largest advanced solar panel factory in upstate New York http://t.co/dI6N9QomaQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/478901093733507072,['http://blog.solarcity.com/silevo/'],[],0,,False,1226,168,1396,,None,,,,,,,[],,,, +89,478757147459985409,478675928449822720,1402979573000.0,2014-06-17 04:32:53,+0000,,"Edmunds beats Tesla LA-NY record by several hours! “@edmunds: Made it! Our Model S made LA-NY run in 67 hrs and 21 mins""",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/478757147459985409,[],[],0,,False,490,63,323,,None,,,,,,,[],,,, +90,477223079421046785,477223079421046785,1402613823000.0,2014-06-12 22:57:03,+0000,,"Apparently, lots of confused media inquiries about blog title. Look, we just to make sure they don't set us up the bomb.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/477223079421046785,[],[],0,,False,2703,311,2096,,None,,,,,,,[],,,, +91,477133748949884929,477133748949884929,1402592525000.0,2014-06-12 17:02:05,+0000,,Regarding Tesla patents http://t.co/gGBWoInh6C,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/477133748949884929,['http://www.teslamotors.com/blog/all-our-patent-are-belong-you'],[],0,,False,3828,1126,6303,,None,,,,,,,[],,,, +92,476537238785114112,476481698914652160,1402450306000.0,2014-06-11 01:31:46,+0000,,@Ash_Dale I do seriously need a haircut :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/476537238785114112,[],[],0,,False,32,7,4,,None,,,,,,,[],,,, +93,474212817306787840,474212817306787840,1401896120000.0,2014-06-04 15:35:20,+0000,,"Ok, but the sloths kinda had it coming ""Humans Blamed for Extinction of Mammoths & Giant Sloths"" http://t.co/pIPW8rjjl2",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/474212817306787840,['http://news.yahoo.com/humans-blamed-extinction-mammoths-mastodons-giant-sloths-230217240.html?soc_src=mediacontentsharebuttons'],[],0,,False,352,83,252,,None,,,,,,,[],,,, +94,472757297685356546,472757297685356546,1401549097000.0,2014-05-31 15:11:37,+0000,,Recording of Dragon V2 unveil at http://t.co/aBIV4EWOS2,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/472757297685356546,['http://www.spacex.com/webcast/'],[],0,,False,528,112,530,,None,,,,,,,[],,,, +95,471829262215835648,471829262215835648,1401327836000.0,2014-05-29 01:43:56,+0000,,Amazing repair job of Falcon 9 ocean landing vid by @NASASpaceflight forum. Now shows leg deploy http://t.co/EYoaRjEn9Q,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/471829262215835648,['http://www.youtube.com/watch?v=XoufUV5oGTo&sns=em'],[],0,,False,409,40,301,,None,,,,,,,[],,,, +96,471808555951980544,471808555951980544,1401322900000.0,2014-05-29 00:21:40,+0000,,Model S in drag queen competition @CARandDRIVER http://t.co/SHSkETbbWm,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/471808555951980544,['http://www.teslamotors.com/sites/default/files/blog_attachments/the-slipperiest-car-on-the-road.pdf'],[],0,,False,233,38,190,,None,,,,,,,[],,,, +97,470613418039586816,470613418039586816,1401037957000.0,2014-05-25 17:12:37,+0000,,Prince Albert & Princess Charlene drove a Tesla around the track to open @F1 Monaco! The honor is much appreciated :) http://t.co/gjQmbm541s,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/470613418039586816,[],['https://pbs.twimg.com/media/Bof0aBOIQAAC8R3.jpg'],1,https://pbs.twimg.com/media/Bof0aBOIQAAC8R3.jpg,False,2098,121,1444,,None,,,,,,,[],,,, +98,470001882300444674,469986226930741248,1400892156000.0,2014-05-24 00:42:36,+0000,,@QuantumG When we launch I want to know that SpaceX has done everything possible to keep the astronauts safe. Only a few more years to go.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/470001882300444674,[],[],0,,False,85,14,34,,None,,,,,,,[],,,, +99,469996295151972352,469986226930741248,1400890823000.0,2014-05-24 00:20:23,+0000,,"@QuantumG Dragon V1.1 doesn't have a launch escape system. Probably comparable reliability to Shuttle, but we need to do better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/469996295151972352,[],[],0,,False,21,4,7,,None,,,,,,,[],,,, +100,469990086738984960,469986226930741248,1400889343000.0,2014-05-23 23:55:43,+0000,,"@RichardGarriott Just the air in Dragon. Technically, if a few humans had stowed aboard Dragon on the last flight, they would've been ok.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469990086738984960,[],[],0,,False,34,9,14,,None,,,,,,,[],,,, +101,469988081635196928,469986226930741248,1400888865000.0,2014-05-23 23:47:45,+0000,,"@westcoastbill First, the cheese. Then, the mouse.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469988081635196928,[],[],0,,False,38,2,9,,None,,,,,,,[],,,, +102,469986226930741248,469986226930741248,1400888423000.0,2014-05-23 23:40:23,+0000,,The next Dragon mission to the Space Station will carry our first live mammals: 40 mousetronauts! http://t.co/rR3c6gd1v3,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469986226930741248,['http://www.nasa.gov/mission_pages/station/research/news/rodent_research/'],[],0,,False,797,97,734,,None,,,,,,,[],,,, +103,469982869218004994,469982869218004994,1400887622000.0,2014-05-23 23:27:02,+0000,,Contracting official's new job raises questions http://t.co/JhRDGa6vYZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469982869218004994,['http://bigstory.ap.org/article/contracting-officers-new-job-raises-questions'],[],0,,False,224,35,196,,None,,,,,,,[],,,, +104,469644139253215233,469644139253215233,1400806863000.0,2014-05-23 01:01:03,+0000,,"Either way, this case certainly deserves close examination by the DoD Inspector General per @SenJohnMcCain's request http://t.co/IZ4JO2y3JO",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/469644139253215233,['http://www.mccain.senate.gov/public/index.cfm/press-releases?ID=c6782e97-ca58-47c4-991f-4587c8da1e9d'],[],0,,False,419,46,305,,None,,,,,,,[],,,, +105,469641881010581504,469641881010581504,1400806324000.0,2014-05-23 00:52:04,+0000,,"Reason I believe this is likely is that Correll first tried to work at SpaceX, but we turned him down. Our competitor, it seems, did not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469641881010581504,[],[],0,,False,400,75,361,,None,,,,,,,[],,,, +106,469640326416982016,469640326416982016,1400805953000.0,2014-05-23 00:45:53,+0000,,V likely AF official Correll was told by ULA/Rocketdyne that a rich VP job was his if he gave them a sole source contract,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469640326416982016,[],[],0,,False,340,51,389,,None,,,,,,,[],,,, +107,469639079085486080,469639079085486080,1400805656000.0,2014-05-23 00:40:56,+0000,,Air Force official awards $10B+ contract uncompeted & then takes lucrative job w funds recipient http://t.co/SHqFYWd3CR,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469639079085486080,['http://nlpc.org/stories/2014/05/18/space-launch-deal-puts-spotlight-revolving-door'],[],0,,False,587,134,1127,,None,,,,,,,[],,,, +108,469356919979655168,469356919979655168,1400738384000.0,2014-05-22 05:59:44,+0000,,Great progress by @NASASpaceflight members repairing the Falcon 9 ocean landing video http://t.co/DP4y5W5uvZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/469356919979655168,['http://twitpic.com/e4dm2e'],[],0,,False,493,39,348,,None,,,,,,,[],,,, +109,466521428914094083,466312864740171776,1400062350000.0,2014-05-14 10:12:30,+0000,,@Oatmeal may all technology in the future follow the zeroth law...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/466521428914094083,[],[],0,,False,476,36,189,,None,,,,,,,[],,,, +110,466518346574626817,466267316406063104,1400061615000.0,2014-05-14 10:00:15,+0000,,@Oatmeal I would be happy to help,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/466518346574626817,[],[],0,,False,4781,457,2790,,None,,,,,,,[],,,, +111,465030743962296320,465030743962296320,1399706943000.0,2014-05-10 07:29:03,+0000,,Worth seeing @ChefTheFilm by @Jon_Favreau. Make sure to plan for a meal afterwards!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/465030743962296320,[],[],0,,False,294,42,105,,None,,,,,,,[],,,, +112,464491775264960512,464491775264960512,1399578443000.0,2014-05-08 19:47:23,+0000,,Trouble in Missouri. Auto dealers trying to sneak in a monopoly creation bill today http://t.co/p6zqtsaYpi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/464491775264960512,['http://www.teslamotors.com/blog/trouble-missouri'],[],0,,False,267,139,532,,None,,,,,,,[],,,, +113,462104679116050432,462100295896412160,1399009315000.0,2014-05-02 05:41:55,+0000,,@rocketrepreneur ~40%,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/462104679116050432,[],[],0,,False,63,15,12,,None,,,,,,,[],,,, +114,462100295896412160,462100295896412160,1399008270000.0,2014-05-02 05:24:30,+0000,,"Second flight of Falcon 9-R. 1000m, hover and land (with cows) http://t.co/tixmBH5sw6",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/462100295896412160,['http://m.youtube.com/watch?feature=youtu.be&v=ZwwS4YOTbbw'],[],0,,False,1210,323,1543,,None,,,,,,,[],,,, +115,461283368693669888,461279062837968897,1398813499000.0,2014-04-29 23:18:19,+0000,,"Cover drops on May 29. Actual flight design hardware of crew Dragon, not a mockup.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/461283368693669888,[],[],0,,False,562,93,429,,None,,,,,,,[],,,, +116,461279062837968897,461279062837968897,1398812473000.0,2014-04-29 23:01:13,+0000,,Sounds like this might be a good time to unveil the new Dragon Mk 2 spaceship that @SpaceX has been working on w @NASA. No trampoline needed,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/461279062837968897,[],[],0,,False,1695,147,1421,,None,,,,,,,[],,,, +117,461057260853022720,461055064438628353,1398759591000.0,2014-04-29 08:19:51,+0000,,@micahgtb almost,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461057260853022720,[],[],0,,False,13,0,2,,None,,,,,,,[],,,, +118,461057152111505408,461055064438628353,1398759565000.0,2014-04-29 08:19:25,+0000,,@constrainedbyc no problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461057152111505408,[],[],0,,False,13,0,2,,None,,,,,,,[],,,, +119,461055579650129920,461055064438628353,1398759190000.0,2014-04-29 08:13:10,+0000,,@nitroc3ll yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461055579650129920,[],[],0,,False,11,1,2,,None,,,,,,,[],,,, +120,460975671603634176,460802462589665280,1398740139000.0,2014-04-29 02:55:39,+0000,,@KAlHomoud Superchargers in Canada will go live in 6 to 8 weeks. Update on forums shortly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/460975671603634176,[],[],0,,False,37,6,24,,None,,,,,,,[],,,, +121,459891514781364224,459891514781364224,1398481656000.0,2014-04-26 03:07:36,+0000,,Letter from @SenJohnMcCain to DoD Inspector General questioning uncompeted space launch contract http://t.co/Bq6raOKSHM,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/459891514781364224,['http://www.mccain.senate.gov/public/index.cfm/press-releases?ID=c6782e97-ca58-47c4-991f-4587c8da1e9d'],[],0,,False,331,62,244,,None,,,,,,,[],,,, +122,459448693444206592,459448693444206592,1398376079000.0,2014-04-24 21:47:59,+0000,,100th @TeslaMotors Supercharger goes live http://t.co/jgCWF4qxCd,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/459448693444206592,['http://www.teslamotors.com/blog/100-supercharger-stations'],[],0,,False,421,48,332,,None,,,,,,,[],,,, +123,459443233290866688,459443233290866688,1398374777000.0,2014-04-24 21:26:17,+0000,,FTC blog supports direct car sales as good for consumers http://t.co/FfqvAKVfFF,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/459443233290866688,['http://www.ftc.gov/news-events/blogs/competition-matters/2014/04/who-decides-how-consumers-should-shop'],[],0,,False,312,45,293,,None,,,,,,,[],,,, +124,457311780943822848,457307742495993856,1397866599000.0,2014-04-19 00:16:39,+0000,,Flight computers continued transmitting for 8 seconds after reaching the water. Stopped when booster went horizontal.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/457311780943822848,[],[],0,,False,613,126,496,,None,,,,,,,[],,,, +125,457307742495993856,457307742495993856,1397865636000.0,2014-04-19 00:00:36,+0000,,Data upload from tracking plane shows landing in Atlantic was good! Several boats enroute through heavy seas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/457307742495993856,[],[],0,,False,998,173,894,,None,,,,,,,[],,,, +126,457263446086524930,457259334414503937,1397855075000.0,2014-04-18 21:04:35,+0000,,@MarinaSBlinova Rocket boost stage reaching 0 m/s in one piece :) Will know soon. Odds not high.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/457263446086524930,[],[],0,,False,61,11,33,,None,,,,,,,[],,,, +127,457259334414503937,457259334414503937,1397854095000.0,2014-04-18 20:48:15,+0000,,"Last known state for rocket boost stage is 360 m/s, Mach 1.1, 8.5 km altitude and roll rate close to zero (v important!)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/457259334414503937,[],[],0,,False,522,79,383,,None,,,,,,,[],,,, +128,457257359354519552,457257359354519552,1397853624000.0,2014-04-18 20:40:24,+0000,,Orbit insertion and Dragon deploy all good. Falcon reentry burn also good. Waiting for landing data from tracking plane.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/457257359354519552,[],[],0,,False,649,79,478,,None,,,,,,,[],,,, +129,457235055388020736,457235055388020736,1397848307000.0,2014-04-18 19:11:47,+0000,,Falcon 9-Reusable with (now retired) Grasshopper test rig in background http://t.co/TmYrs5mm79,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/457235055388020736,[],['https://pbs.twimg.com/media/Blhs3D-CUAASuFZ.jpg'],1,https://pbs.twimg.com/media/Blhs3D-CUAASuFZ.jpg,False,554,48,356,,None,,,,,,,[],,,, +130,457212031062392833,457212031062392833,1397842817000.0,2014-04-18 17:40:17,+0000,,Hexacopter drone vid of 1st F9 rocket booster takeoff & landing w flight design legs http://t.co/FhZX3afK1a,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/457212031062392833,['http://youtu.be/0UjWqQPWmsY'],[],0,,False,776,155,1049,,None,,,,,,,[],,,, +131,457191844133097472,457188968627310592,1397838004000.0,2014-04-18 16:20:04,+0000,,@erwinEmm Need to make sure precision return from hypersonic velocity works in ocean before transitioning to land,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457191844133097472,[],[],0,,False,33,4,19,,None,,,,,,,[],,,, +132,457190623640969216,457190623640969216,1397837713000.0,2014-04-18 16:15:13,+0000,,Heavy seas in Atlantic preventing our recovery ship from being on station. Maybe they can help? http://t.co/9zZKAqPh6H,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457190623640969216,['http://theaviationist.com/2014/04/17/russian-tug-off-us/'],[],0,,False,203,44,142,,None,,,,,,,[],,,, +133,457188968627310592,457188968627310592,1397837318000.0,2014-04-18 16:08:38,+0000,,This is 1st ever orbital rocket launch w landing legs. Will attempt leg deploy & soft landing out to sea.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457188968627310592,[],[],0,,False,556,75,500,,None,,,,,,,[],,,, +134,457181362307350529,457181362307350529,1397835505000.0,2014-04-18 15:38:25,+0000,,Launch to the Space Station in just under three hours if weather holds http://t.co/aBIV4EWOS2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/457181362307350529,['http://www.spacex.com/webcast/'],[],0,,False,419,74,522,,None,,,,,,,[],,,, +135,456914811461197824,456914811461197824,1397771954000.0,2014-04-17 21:59:14,+0000,,Honored that @NASA would entrust @SpaceX with the Apollo 11 (first moon landing) launch pad http://t.co/LmqxRwsKFW,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/456914811461197824,['http://www.nasa.gov/press/2014/april/nasa-signs-agreement-with-spacex-for-use-of-historic-launch-pad/#.U1BNuPldVqw'],[],0,,False,918,99,633,,None,,,,,,,[],,,, +136,453574051487686657,453197377504313345,1396975455000.0,2014-04-08 16:44:15,+0000,,"@elonmusk Also, breakfast at Tesla is self-serve cereal (no distinction for execs) and the person mentioned isn't actually an employee",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/453574051487686657,[],[],0,,False,226,59,83,,None,,,,,,,[],,,, +137,453571298677907456,453571298677907456,1396974799000.0,2014-04-08 16:33:19,+0000,,"Leasing a Model S takes 5 mins online, no signatures & one tap on car center screen to accept when delivered",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/453571298677907456,[],[],0,,False,766,171,712,,None,,,,,,,[],,,, +138,453555454187012097,453555454187012097,1396971021000.0,2014-04-08 15:30:21,+0000,,Tesla US business leasing program went live today http://t.co/wCH0GLAEAJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/453555454187012097,['http://teslamotors.com/blog/tesla-business-leasing'],[],0,,False,280,50,250,,None,,,,,,,[],,,, +139,453206036787523585,453204415458344960,1396887713000.0,2014-04-07 16:21:53,+0000,,"@AKAbrahamson @itsDanielSuarez Yeah, that's worth a read",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/453206036787523585,[],[],0,,False,12,0,4,,None,,,,,,,[],,,, +140,453204415458344960,453204415458344960,1396887327000.0,2014-04-07 16:15:27,+0000,,What could possibly go wrong? https://t.co/ZhUrllHG95,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/453204415458344960,['https://screen.yahoo.com/wall-street-journal/autonomous-drones-navys-next-weapon-190203507.html'],[],0,,False,355,96,332,,None,,,,,,,[],,,, +141,453199172389588992,453197245211746304,1396886077000.0,2014-04-07 15:54:37,+0000,,@MarinaSBlinova @MikeJudge @Recode That would definitely help,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453199172389588992,[],[],0,,False,6,0,1,,None,,,,,,,[],,,, +142,453198648323874816,453197245211746304,1396885952000.0,2014-04-07 15:52:32,+0000,,"@justincooperman @MikeJudge @Recode Yeah, that about sums it up",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453198648323874816,[],[],0,,False,9,1,1,,None,,,,,,,[],,,, +143,453197377504313345,453197377504313345,1396885649000.0,2014-04-07 15:47:29,+0000,,"Bloomberg article today also has oddly false details. I don't eat breakfast at Tesla and drink coffee, not juice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197377504313345,[],[],0,,False,519,98,285,,None,,,,,,,[],,,, +144,453197245211746304,453197245211746304,1396885617000.0,2014-04-07 15:46:57,+0000,,"The @MikeJudge show about Silicon Valley missed the mark in some ways, but I didn't hate it, as @Recode reporter claimed",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197245211746304,[],[],0,,False,172,18,103,,None,,,,,,,[],,,, +145,453197193701507073,453197193701507073,1396885605000.0,2014-04-07 15:46:45,+0000,,Some oddly inaccurate news stories of late ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197193701507073,[],[],0,,False,161,38,62,,None,,,,,,,[],,,, +146,452535429716135936,452532882628935680,1396727828000.0,2014-04-05 19:57:08,+0000,,@BKuppersmith Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452535429716135936,[],[],0,,False,15,4,1,,None,,,,,,,[],,,, +147,452535291115352064,432629198662807553,1396727795000.0,2014-04-05 19:56:35,+0000,,"@OlejAndersen Once 5.9 is rolled out to the whole fleet and all looks good, we will roll out 6.0 to owners on our public beta program",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452535291115352064,[],[],0,,False,14,6,2,,None,,,,,,,[],,,, +148,452534412291211264,432629198662807553,1396727586000.0,2014-04-05 19:53:06,+0000,,"@OlejAndersen Some challenges w 5.9 rollout, as it contains software specially written for car owners in Norway & Belgium",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452534412291211264,[],[],0,,False,14,2,1,,None,,,,,,,[],,,, +149,452254046024265728,452254046024265728,1396660741000.0,2014-04-05 01:19:01,+0000,,Review of Model S by @BBC_TopGear much appreciated http://t.co/5PmhlfAIVn,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/452254046024265728,['http://www.topgear.com/uk/photos/Maserati-Ghibli-takes-on-Model-S-2014-04-03'],[],0,,False,658,74,460,,None,,,,,,,[],,,, +150,451094706479308800,451094706479308800,1396384333000.0,2014-04-01 20:32:13,+0000,,Announcing a revolutionary Tesla driving technology http://t.co/8QCmjGpLOR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/451094706479308800,['http://teslamotors.com/blog/pet-driving-cars'],[],0,,False,604,120,652,,None,,,,,,,[],,,, +151,450692202801688576,450692202801688576,1396288369000.0,2014-03-31 17:52:49,+0000,,Snowed in at Mt. Rushmore @GoParks http://t.co/X6G7CeArPB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/450692202801688576,[],['https://pbs.twimg.com/media/BkEuK6HIEAAPIr_.jpg'],1,https://pbs.twimg.com/media/BkEuK6HIEAAPIr_.jpg,False,472,99,121,,None,,,,,,,[],,,, +152,450657675978629120,450657675978629120,1396280137000.0,2014-03-31 15:35:37,+0000,,Now having breakfast at ... http://t.co/8tGI3L0iGg,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/450657675978629120,[],['https://pbs.twimg.com/media/BkEOxLWCMAAt9q_.jpg'],1,https://pbs.twimg.com/media/BkEOxLWCMAAt9q_.jpg,False,279,65,61,,None,,,,,,,[],,,, +153,450651522116767744,450651522116767744,1396278670000.0,2014-03-31 15:11:10,+0000,,Just stayed at the Rocket (yes!) Motel near Mt Rushmore. Sudden blizzard making road trip tricky http://t.co/TRIPC7dKwK,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/450651522116767744,[],['https://pbs.twimg.com/media/BkEJK-0CAAAaL6V.jpg'],1,https://pbs.twimg.com/media/BkEJK-0CAAAaL6V.jpg,False,522,96,139,,None,,,,,,,[],,,, +154,448466037441179649,448403837242851328,1395757610000.0,2014-03-25 14:26:50,+0000,,@cairnz 80% to 30%,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/448466037441179649,[],[],0,,False,91,11,11,,None,,,,,,,[],,,, +155,446348496157675522,446310449802670080,1395252748000.0,2014-03-19 18:12:28,+0000,,@FlateFred agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/446348496157675522,[],[],0,,False,26,8,3,,None,,,,,,,[],,,, +156,445377952402780160,445377952402780160,1395021353000.0,2014-03-17 01:55:53,+0000,,"Russian state TV threatens US with nuclear war, showing missile arc & mushroom cloud images http://t.co/B4ARd2fdb8",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/445377952402780160,['http://news.yahoo.com/state-tv-says-russia-could-turn-us-radioactive-212003397.html'],[],0,,False,362,272,1034,,None,,,,,,,[],,,, +157,444577717812334592,444577717812334592,1394830562000.0,2014-03-14 20:56:02,+0000,,Regarding Gov. Christie's action to impede direct sales of automobiles in New Jersey http://t.co/v92hjzSKne,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/444577717812334592,['http://www.teslamotors.com/blog/people-new-jersey'],[],0,,False,745,243,1315,,None,,,,,,,[],,,, +158,444542383099637760,444542383099637760,1394822137000.0,2014-03-14 18:35:37,+0000,,Working on a Model S environmental impact blog this weekend to counteract BS like the @Bloomberg graphite story. Beyond ridiculous...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/444542383099637760,[],[],0,,False,685,169,491,,None,,,,,,,[],,,, +159,444359579791392769,444357457733632000,1394778554000.0,2014-03-14 06:29:14,+0000,,"@jnags92 Yes, I'm confident that Tesla will do something with them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444359579791392769,[],[],0,,False,59,9,7,,None,,,,,,,[],,,, +160,444359283736473600,444357457733632000,1394778483000.0,2014-03-14 06:28:03,+0000,,"@TeamAizek Not true. The amount of graphite in our car is small, comes from Japan and is mined in a very clean way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444359283736473600,[],[],0,,False,45,5,17,,None,,,,,,,[],,,, +161,444358711796985857,444358173881667585,1394778347000.0,2014-03-14 06:25:47,+0000,,"@X4NWO Well, now that Satoshi Nakamoto has been discovered, I guess it is case closed ... :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444358711796985857,[],[],0,,False,212,30,71,,None,,,,,,,[],,,, +162,444357457733632000,444357457733632000,1394778048000.0,2014-03-14 06:20:48,+0000,,Just discovered a great Tesla ad made by 2 recent college grads. I love it! http://t.co/20dPRD9yrJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444357457733632000,['http://www.youtube.com/watch?v=KKbRAazkiWc'],[],0,,False,1355,191,1362,,None,,,,,,,[],,,, +163,443406853553152000,443406853553152000,1394551406000.0,2014-03-11 15:23:26,+0000,,New Jersey auto dealers subverting democratic process to try to block Tesla sales http://t.co/PLY97W1oh0,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/443406853553152000,['http://teslamotors.com/blog/defending-innovation-and-consumer-choice-new-jersey'],[],0,,False,465,216,1253,,None,,,,,,,[],,,, +164,443208657543516160,443194713349181440,1394504153000.0,2014-03-11 02:15:53,+0000,,"Interesting “@om:Physicist proposes a new type of computing at SXSW. Check out orbital computing http://t.co/9tawuy5dMc""",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/443208657543516160,['http://gigaom.com/2014/03/10/physicist-proposes-a-new-type-of-computing-at-sxsw-check-out-orbital-computing/'],[],0,,False,454,32,421,,None,,,,,,,[],,,, +165,443129698231386112,443127610508185600,1394485327000.0,2014-03-10 21:02:07,+0000,,"@gordon_tindall Yeah, I'm giving a talk for homeless kids at the Union Rescue Mission in LA",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/443129698231386112,[],[],0,,False,33,6,8,,None,,,,,,,[],,,, +166,441730947835121667,441223153768226816,1394151839000.0,2014-03-07 00:23:59,+0000,,"@TeslaRoadTrip Thanks, I really appreciate your support!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/441730947835121667,[],[],0,,False,39,27,16,,None,,,,,,,[],,,, +167,441223153768226816,441223153768226816,1394030772000.0,2014-03-05 14:46:12,+0000,,About to testify before Senate against ULA (Lockheed and Boeing) monopoly contract for national security launches,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/441223153768226816,[],[],0,,False,818,179,448,,None,,,,,,,[],,,, +168,438382707471446016,438382707471446016,1393353556000.0,2014-02-25 18:39:16,+0000,,Model S receives highest customer satisfaction score of any car ever surveyed by Consumer Reports http://t.co/wHF5SUoZJi,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/438382707471446016,['http://www.cnbc.com/id/101444215'],[],0,,False,804,147,964,,None,,,,,,,[],,,, +169,438378373027360768,438378373027360768,1393352523000.0,2014-02-25 18:22:03,+0000,,All four landing legs now mounted on Falcon 9 http://t.co/5ZNG1NflsG,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/438378373027360768,[],['https://pbs.twimg.com/media/BhVuzreCQAABcUo.jpg'],1,https://pbs.twimg.com/media/BhVuzreCQAABcUo.jpg,False,1012,130,782,,None,,,,,,,[],,,, +170,437763077753147392,437763077753147392,1393205825000.0,2014-02-24 01:37:05,+0000,,"However, F9 will continue to land in the ocean until we prove precision control from hypersonic thru subsonic regimes",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/437763077753147392,[],[],0,,False,295,79,225,,None,,,,,,,[],,,, +171,437761896028975104,437761896028975104,1393205543000.0,2014-02-24 01:32:23,+0000,,Mounting landing legs (~60 ft span) to Falcon 9 for next month's Space Station servicing flight http://t.co/zyfazr2BB2,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/437761896028975104,[],['https://pbs.twimg.com/media/BhM-H_4CUAAWcP0.jpg'],1,https://pbs.twimg.com/media/BhM-H_4CUAAWcP0.jpg,False,1084,129,1083,,None,,,,,,,[],,,, +172,434129460179128320,434129460179128320,1392339503000.0,2014-02-14 00:58:23,+0000,,Welcome back Jade Rabbit! #Yutu http://t.co/5tOmLEJUfG,en,['yutu'],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/434129460179128320,"['http://www.latimes.com/science/sciencenow/la-sci-sn-chinas-lunar-rover-20140213,0,675011.story#axzz2tFffCAfc']",[],0,,False,205,27,159,,None,,,,,,,[],,,, +173,433086849507004416,433086849507004416,1392090925000.0,2014-02-11 03:55:25,+0000,,Auto dealers trying to pass a law to enforce their monopoly in Ohio & prevent consumer choice... http://t.co/VQdMAZqGwR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/433086849507004416,['http://www.cleveland.com/open/index.ssf/2014/02/auto_dealers_push_legislation.html'],[],0,,False,305,192,617,,None,,,,,,,[],,,, +174,432629198662807553,432629198662807553,1391981813000.0,2014-02-09 21:36:53,+0000,,"Tesla V6 software upload coming soon. Need to make sure it is ""awesome"" - Lord Business",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/432629198662807553,[],[],0,,False,544,150,351,,None,,,,,,,[],,,, +175,432395496972238848,432395496972238848,1391926094000.0,2014-02-09 06:08:14,+0000,,"Saw The Lego Movie earlier today. Brilliant writing and humor! Loved the ""Everything is awesome..."" theme song.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/432395496972238848,[],[],0,,False,930,113,584,,None,,,,,,,[],,,, +176,431848580710555648,431848580710555648,1391795699000.0,2014-02-07 17:54:59,+0000,,"Value is holding up ""Tesla car is worth more used than new | MNN - http://t.co/NLLdo1jBzM""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/431848580710555648,['http://www.mnn.com/green-tech/transportation/blogs/huh-tesla-car-is-worth-more-used-than-new'],[],0,,False,449,86,512,,None,,,,,,,[],,,, +177,429979489922461696,429979489922461696,1391350073000.0,2014-02-02 14:07:53,+0000,,Tesla LA to NY Supercharger rally just completed in 76 hours across northern route in dead of winter thru heavy snow!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/429979489922461696,[],[],0,,False,1094,220,1194,,None,,,,,,,[],,,, +178,428789050925785088,428789050925785088,1391066250000.0,2014-01-30 07:17:30,+0000,,Tesla cars are now in all 50 US states (map credit Edmunds)! http://t.co/ehq2Muu5cr,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/428789050925785088,[],['https://pbs.twimg.com/media/BfNdXrOCMAAGdxk.jpg'],1,https://pbs.twimg.com/media/BfNdXrOCMAAGdxk.jpg,False,1172,249,1087,,None,,,,,,,[],,,, +179,427372940603437056,427372940603437056,1390728623000.0,2014-01-26 09:30:23,+0000,,"Two teams from Tesla aiming to set a cross-country EV speed record this week. Departing Fri from LA, arriving Sun in NY.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427372940603437056,[],[],0,,False,335,97,375,,None,,,,,,,[],,,, +180,427372102820573184,427372102820573184,1390728424000.0,2014-01-26 09:27:04,+0000,,Will be doing the LA-NY family road trip over Spring Break. Made everyone watch National Lampoon's Vacation as prep.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427372102820573184,[],[],0,,False,694,100,382,,None,,,,,,,[],,,, +181,427371574451507200,427371574451507200,1390728298000.0,2014-01-26 09:24:58,+0000,,"Tesla Supercharger network now energized from New York to LA, both coast + Texas! Approx 80% of US population covered.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427371574451507200,[],[],0,,False,654,105,859,,None,,,,,,,[],,,, +182,426454433916940290,426454433916940290,1390509634000.0,2014-01-23 20:40:34,+0000,,Tesla policy is to charge the same price (+ taxes & shipping) everywhere in the world http://t.co/cXOtokcBeG,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/426454433916940290,['http://teslamotors.com/blog/fair-price'],[],0,,False,538,168,543,,None,,,,,,,[],,,, +183,420353814579802112,420353814579802112,1389055133000.0,2014-01-07 00:38:53,+0000,,Rough cut of Falcon 9 Thaicom flight http://t.co/aC3k4neWie,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/420353814579802112,['http://www.youtube.com/watch?v=-np8yPS8JQQ&feature=youtu.be'],[],0,,False,286,92,291,,None,,,,,,,[],,,, +184,420330200186880000,420329938294562816,1389049503000.0,2014-01-06 23:05:03,+0000,,@westcoastbill Thanks Bill! Sure is a great start to 2014 :),en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/420330200186880000,[],[],0,,False,14,3,3,,None,,,,,,,[],,,, +185,420269918005628928,420269918005628928,1389035131000.0,2014-01-06 19:05:31,+0000,,Preparing to launch a Thaicom satellite to geostationary super-sync orbit at 5pm Florida time http://t.co/cEq8TEXeo6,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/420269918005628928,[],['https://pbs.twimg.com/media/BdUZQ4UCEAAb0Vk.png'],1,https://pbs.twimg.com/media/BdUZQ4UCEAAb0Vk.png,False,426,102,392,,None,,,,,,,[],,,, +186,416314131545739264,416265844633899008,1388091998000.0,2013-12-26 21:06:38,+0000,,"@olajahr @TeslaMotors Ideally, the S should just hold position when it knows that's what you really want",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/416314131545739264,[],[],0,,False,14,31,4,,None,,,,,,,[],,,, +187,415949158127005698,415904867681460224,1388004981000.0,2013-12-25 20:56:21,+0000,,@bonnienorman @TeslaMotors @TeslaMotorsClub Merry Christmas!,et,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/415949158127005698,[],[],0,,False,12,1,3,,None,,,,,,,[],,,, +188,414560643983740928,414456595431432192,1387673934000.0,2013-12-22 00:58:54,+0000,,"@simonhackett Yes, definitely needs a huge amount of battery capacity. ~1/3 of energy produced during day must be stored",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/414560643983740928,[],[],0,,False,18,6,11,,None,,,,,,,[],,,, +189,414456595431432192,414456595431432192,1387649127000.0,2013-12-21 18:05:27,+0000,,This is why I think solar power will be the primary long term solution http://t.co/WNa12OVj5P,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/414456595431432192,['http://www.abb-conversations.com/2013/12/7-impressive-solar-energy-facts-charts/'],[],0,,False,1068,211,1576,,None,,,,,,,[],,,, +190,414456263087370240,414387939661979649,1387649048000.0,2013-12-21 18:04:08,+0000,,@arcaresenal true,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/414456263087370240,[],[],0,,False,9,0,0,,None,,,,,,,[],,,, +191,413772104786780160,413772104786780160,1387485931000.0,2013-12-19 20:45:31,+0000,,220 ft tall mobile crane to carry the rocket around in the vertical http://t.co/hgXnpEh8yU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/413772104786780160,[],['https://pbs.twimg.com/media/Bb4DiXTIgAA_Ewq.jpg'],1,https://pbs.twimg.com/media/Bb4DiXTIgAA_Ewq.jpg,False,333,81,213,,None,,,,,,,[],,,, +192,413751355451265024,413751355451265024,1387480984000.0,2013-12-19 19:23:04,+0000,,SolarCity launches Give Power Foundation http://t.co/Ag63gyLBRP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/413751355451265024,['http://finance.yahoo.com/news/solarcity-launches-power-foundation-tm-180500976.html'],[],0,,False,139,27,145,,None,,,,,,,[],,,, +193,410447049687961600,410447049687961600,1386693177000.0,2013-12-10 16:32:57,+0000,,Sock monkey of destruction! http://t.co/KqvXWDFmrr,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/410447049687961600,['http://news.yahoo.com/sock-monkey-s-toy-gun-detained-by-tsa-215850875.html'],[],0,,False,127,48,186,,None,,,,,,,[],,,, +194,408731422136864768,408731422136864768,1386284139000.0,2013-12-05 22:55:39,+0000,,"Rest in peace, Nelson Mandela. A man both good and great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/408731422136864768,[],[],0,,False,671,48,781,,None,,,,,,,[],,,, +195,408708548009291776,408708548009291776,1386278685000.0,2013-12-05 21:24:45,+0000,,Should mention that the battery cells used for this are 200 Wh/kg vs 250 for Model S. No short term supply constraint.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/408708548009291776,[],[],0,,False,86,49,66,,None,,,,,,,[],,,, +196,408695108033191936,408695108033191936,1386275481000.0,2013-12-05 20:31:21,+0000,,Solar power w batteries will be the primary (not exclusive) means of sustainable energy production http://t.co/rvXBzQXbsc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/408695108033191936,['http://www.solarcity.com/pressreleases/218/SolarCity-Introduces-Energy-Storage-for-Businesses.aspx'],[],0,,False,290,88,356,,None,,,,,,,[],,,, +197,408030622708678657,408030622708678657,1386117055000.0,2013-12-04 00:30:55,+0000,,"View of Earth from upper stage rear view camera at 8,000 miles http://t.co/V4tdMUA48X",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/408030622708678657,[],['https://pbs.twimg.com/media/BamdsH0IIAA-W_b.jpg'],1,https://pbs.twimg.com/media/BamdsH0IIAA-W_b.jpg,False,1531,248,1958,,None,,,,,,,[],,,, +198,408014483551191040,408014483551191040,1386113208000.0,2013-12-03 23:26:48,+0000,,"Restart was good, apogee raised to 80k km (50k miles). Yes!!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/408014483551191040,[],[],0,,False,500,164,321,,None,,,,,,,[],,,, +199,408008759433502720,408008759433502720,1386111843000.0,2013-12-03 23:04:03,+0000,,"Reached parking orbit. Now coasting towards equator, where the upper stage will, if all goes well, restart to raise apogee",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/408008759433502720,[],[],0,,False,308,73,297,,None,,,,,,,[],,,, +200,407996645121728513,407996645121728513,1386108955000.0,2013-12-03 22:15:55,+0000,,Live video feed of launch at http://t.co/Oo569cuarz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/407996645121728513,['http://spacex.com/webcast'],[],0,,False,183,108,449,,None,,,,,,,[],,,, +201,407987488645718016,407987488645718016,1386106771000.0,2013-12-03 21:39:31,+0000,,About an hour away from launch. I'd like to thank @SES_Satellites for taking a chance on @SpaceX. We've given it our all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/407987488645718016,[],[],0,,False,270,90,304,,None,,,,,,,[],,,, +202,407941040503783424,407940949440856064,1386095697000.0,2013-12-03 18:34:57,+0000,,@toruonu cool :),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/407941040503783424,[],[],0,,False,9,4,1,,None,,,,,,,[],,,, +203,407910834225295360,407903144383754241,1386088496000.0,2013-12-03 16:34:56,+0000,,@UFrugger10 I agree. Will be restored shortly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/407910834225295360,[],[],0,,False,5,1,2,,None,,,,,,,[],,,, +204,407718277365121024,407701110053285888,1386042587000.0,2013-12-03 03:49:47,+0000,,"@TierraUniversu It was fixed this weekend, so he should try the test again.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/407718277365121024,[],[],0,,False,8,6,0,,None,,,,,,,[],,,, +205,407718045151678464,407701110053285888,1386042531000.0,2013-12-03 03:48:51,+0000,,"@TierraUniversu The writer of this article had a problem with his 12V battery, so main pack was constantly charging it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/407718045151678464,[],[],0,,False,8,3,1,,None,,,,,,,[],,,, +206,407704106544160769,407701110053285888,1386039208000.0,2013-12-03 02:53:28,+0000,,"@TierraUniversu Doesn't sound right. If it is, we certainly need to fix it. Investigating...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/407704106544160769,[],[],0,,False,4,2,0,,None,,,,,,,[],,,, +207,407636950456078336,407636950456078336,1386023197000.0,2013-12-02 22:26:37,+0000,,"German govt reviews Tesla Model S fires. All due to high speed impacts, no injuries. Concludes: no defects, no recall http://t.co/24iZzOSL3B",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/407636950456078336,['http://www.teslamotors.com/about/press/releases/german-federal-motor-transport-authority-kraftfahrtbundesamt-concludes-review-m'],[],0,,False,448,107,661,,None,,,,,,,[],,,, +208,407540177289371648,407540177289371648,1386000124000.0,2013-12-02 16:02:04,+0000,,All known rocket anomalies resolved. Will spend another day rechecking to be sure. Launch attempt tmrw eve w Wed as backup.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/407540177289371648,[],[],0,,False,208,55,252,,None,,,,,,,[],,,, +209,407315762387636224,407315762387636224,1385946619000.0,2013-12-02 01:10:19,+0000,,"The gas generator is a small rocket engine that powers the turbopump, which produces 7000 horsepower & weighs 160 lbs",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/407315762387636224,[],[],0,,False,162,71,134,,None,,,,,,,[],,,, +210,407313331247398912,407313331247398912,1385946040000.0,2013-12-02 01:00:40,+0000,,Engines are cycling cleanly w ground pneumatics. Replaced gas generator on engine 9 (center) as a precautionary measure.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/407313331247398912,[],[],0,,False,116,34,100,,None,,,,,,,[],,,, +211,406806983023820800,406806983023820800,1385825317000.0,2013-11-30 15:28:37,+0000,,"Abort was caused by oxygen in ground side TEA-TEB. Upper stage on separate internal circuit, so doesn't face same risk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/406806983023820800,[],[],0,,False,81,45,134,,None,,,,,,,[],,,, +212,406799700940324864,406799700940324864,1385823581000.0,2013-11-30 14:59:41,+0000,,"Rocket engines are healthy, but cleaning turbopump gas generators will take another day. Aiming for Mon eve launch.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/406799700940324864,[],[],0,,False,212,55,296,,None,,,,,,,[],,,, +213,406211326282055681,406205904141697024,1385683301000.0,2013-11-29 00:01:41,+0000,,@WilliamShatner Will do. Probably at least a few days. Depends on whether we need to pull the turbopumps.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/406211326282055681,[],[],0,,False,46,29,43,,None,,,,,,,[],,,, +214,406209289494462464,406209289494462464,1385682816000.0,2013-11-28 23:53:36,+0000,,We called manual abort. Better to be paranoid and wrong. Bringing rocket down to borescope engines ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406209289494462464,[],[],0,,False,316,154,459,,None,,,,,,,[],,,, +215,406205904141697024,406205904141697024,1385682009000.0,2013-11-28 23:40:09,+0000,,"If launch aborts, we will bring the rocket down for engine inspection, so probably a few days before next attempt",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406205904141697024,[],[],0,,False,123,70,237,,None,,,,,,,[],,,, +216,406205240040771584,406205240040771584,1385681850000.0,2013-11-28 23:37:30,+0000,,"Increasing helium spin start pressure. Probably <50% chance of passing all aborts, but worth a try. Countdown resuming ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406205240040771584,[],[],0,,False,101,43,169,,None,,,,,,,[],,,, +217,406194506011525120,406194506011525120,1385679291000.0,2013-11-28 22:54:51,+0000,,Launch aborted by autosequence due to slower than expected thrust ramp. Seems ok on closer inspection. Cycling countdown.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406194506011525120,[],[],0,,False,188,75,420,,None,,,,,,,[],,,, +218,406187728850944000,406187728850944000,1385677675000.0,2013-11-28 22:27:55,+0000,,Live stream of launch at http://t.co/Oo569cuarz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406187728850944000,['http://spacex.com/webcast'],[],0,,False,144,83,427,,None,,,,,,,[],,,, +219,406186792409632769,406186792409632769,1385677452000.0,2013-11-28 22:24:12,+0000,,15 mins to liftoff http://t.co/3jDrHRSPQZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406186792409632769,[],['https://pbs.twimg.com/media/BaMQvEqIMAAf86o.jpg'],1,https://pbs.twimg.com/media/BaMQvEqIMAAf86o.jpg,False,491,65,446,,None,,,,,,,[],,,, +220,405989364322533376,405957164620980225,1385630382000.0,2013-11-28 09:19:42,+0000,,"@lomac92 @WIRED No, almost all fuel/ox is being reserved for SES satellite to give max chance of success",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/405989364322533376,[],[],0,,False,3,7,1,,None,,,,,,,[],,,, +221,405988869868642304,405988869868642304,1385630264000.0,2013-11-28 09:17:44,+0000,,Model S Owner drives 3121 miles solo from Canada to Mexico http://t.co/8G8l1utgS2,es,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/405988869868642304,['http://www.reddit.com/r/IAmA/comments/1rm0id/i_just_drove_3121_miles_solo_from_mexico_to/'],[],0,,False,267,58,308,,None,,,,,,,[],,,, +222,405965445628710912,405957164620980225,1385624679000.0,2013-11-28 07:44:39,+0000,,Good description of the launch by @WIRED: http://t.co/QnLhvviEAn,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/405965445628710912,['http://wrd.cm/18pocDF'],[],0,,False,152,33,137,,None,,,,,,,[],,,, +223,405924331358023680,405918568635580416,1385614876000.0,2013-11-28 05:01:16,+0000,,Don't actually mean to knock Honda -- their cars are solid -- but the park outside (or yr house might burn down) advice was awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/405924331358023680,[],[],0,,False,245,67,202,,None,,,,,,,[],,,, +224,405922013111676928,405918568635580416,1385614324000.0,2013-11-28 04:52:04,+0000,,"@AdamMKE Model S can seat 5 adults, two kids and has a front trunk for luggage. Might work for you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/405922013111676928,[],[],0,,False,16,6,5,,None,,,,,,,[],,,, +225,405918568635580416,405918568635580416,1385613503000.0,2013-11-28 04:38:23,+0000,,"...but only if you like your house ""Honda recalls Fit for fire risk, says park it outside http://t.co/tLpZ7HBIdV """,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/405918568635580416,['http://www.usatoday.com/story/money/cars/2013/06/28/honda-fit-fire-risk-recall-power-window/2474023/'],[],0,,False,188,47,245,,None,,,,,,,[],,,, +226,405134552458620928,405134552458620928,1385426579000.0,2013-11-26 00:42:59,+0000,,"Saw pressure fluctuations on Falcon boost stage liquid oxygen tank. Want to be super careful, so pushing launch to Thurs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/405134552458620928,[],[],0,,False,244,116,295,,None,,,,,,,[],,,, +227,404755031037317120,404755031037317120,1385336094000.0,2013-11-24 23:34:54,+0000,,At Disney World w kids for traditional prelaunch visit (first good flight was after riding Space Mountain),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/404755031037317120,[],[],0,,False,497,84,134,,None,,,,,,,[],,,, +228,404073926247972864,404073926247972864,1385173706000.0,2013-11-23 02:28:26,+0000,,Launch can be viewed live from Cape causeways or via http://t.co/soOCggCpN0 webcast around 5:30 local time on Monday,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/404073926247972864,['http://SpaceX.com'],[],0,,False,181,46,209,,None,,,,,,,[],,,, +229,404067161175379968,404063199227437057,1385172093000.0,2013-11-23 02:01:33,+0000,,@DarkSapiens Easier to make the plane change to equatorial orbit. Done in order to reduce satellite side delta V from 1800 m/s to 1500 m/s.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/404067161175379968,[],[],0,,False,15,10,5,,None,,,,,,,[],,,, +230,404063199227437057,404063199227437057,1385171148000.0,2013-11-23 01:45:48,+0000,,"Will be toughest mission to date. Requires coast + upper stage restart + going to 80,000 km altitude (~1/4 way to moon).",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/404063199227437057,[],[],0,,False,225,83,237,,None,,,,,,,[],,,, +231,404059376652005377,404059376652005377,1385170237000.0,2013-11-23 01:30:37,+0000,,Headed to Cape Canaveral tomorrow for first @SpaceX geostationary satellite launch.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/404059376652005377,[],[],0,,False,379,95,328,,None,,,,,,,[],,,, +232,403602986561073152,403602986561073152,1385061425000.0,2013-11-21 19:17:05,+0000,,Tesla Model S Consumer Reports customer satisfaction survey highest of any car on road at 99/100 http://t.co/PpuS01S2KN,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/403602986561073152,['http://insideevs.com/tesla-model-s-tops-consumer-reports-customer-satisfaction-survey-by-scoring-99-out-of-100-points/'],[],0,,False,418,120,667,,None,,,,,,,[],,,, +233,402850950500474881,402850950500474881,1384882125000.0,2013-11-19 17:28:45,+0000,,Tesla is also extending the Model S warranty to cover any fire damage even if due solely to a driver accident,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/402850950500474881,[],[],0,,False,541,156,761,,None,,,,,,,[],,,, +234,402836392566202368,402836392566202368,1384878654000.0,2013-11-19 16:30:54,+0000,,What makes this incredibly unjust is that the Model S to date has the best safety record of any car on the road (no injuries or deaths ever),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/402836392566202368,[],[],0,,False,550,245,674,,None,,,,,,,[],,,, +235,402811201052090368,402811201052090368,1384872648000.0,2013-11-19 14:50:48,+0000,,"Why does a Tesla fire w no injury get more media headlines than 100,000 gas car fires that kill 100s of people per year?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/402811201052090368,[],[],0,,False,1901,1216,3697,,None,,,,,,,[],,,, +236,402803732632453121,402803732632453121,1384870868000.0,2013-11-19 14:21:08,+0000,,Mission of Tesla http://t.co/UchbT5NZE3,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/402803732632453121,['http://www.teslamotors.com/blog/mission-tesla'],[],0,,False,434,139,672,,None,,,,,,,[],,,, +237,400776254082666496,400776254082666496,1384387479000.0,2013-11-14 00:04:39,+0000,,SuperDraco rocket engine fired at full thrust w a printed Inconel chamber. Used for Dragon escape & landing http://t.co/HjWEayLlBN,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/400776254082666496,[],['https://pbs.twimg.com/media/BY_X4TPCUAASsuv.jpg'],1,https://pbs.twimg.com/media/BY_X4TPCUAASsuv.jpg,False,507,88,461,,None,,,,,,,[],,,, +238,400411503742164992,400411503742164992,1384300516000.0,2013-11-12 23:55:16,+0000,,"In other news, George Clooney reports that his iPhone 1 had a bug back in '07",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/400411503742164992,[],[],0,,False,991,218,983,,None,,,,,,,[],,,, +239,399347799403151360,399347799403151360,1384046909000.0,2013-11-10 01:28:29,+0000,,Model S owner blogs about TN accident http://t.co/93Fz8WEwOU,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/399347799403151360,['http://www.teslamotors.com/blog/model-s-owner-tennessee'],[],0,,False,367,132,703,,None,,,,,,,[],,,, +240,396712451305000960,396712451305000960,1383418593000.0,2013-11-02 18:56:33,+0000,,"Thanks Woz! ""@stevewoz: Here to pick up my new car! (at @TeslaMotors w/ 2 others)""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/396712451305000960,[],[],0,,False,421,59,341,,None,,,,,,,[],,,, +241,395562607462981633,395562607462981633,1383144449000.0,2013-10-30 14:47:29,+0000,,Tesla West Coast Supercharger network now energized. Travel from Vancouver to Tijuana in styel! http://t.co/gTvV9egg3K,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/395562607462981633,['http://www.teslamotors.com/about/press/releases/tesla-energizes-west-coast-supercharger-corridor'],[],0,,False,193,63,419,,None,,,,,,,[],,,, +242,394220043816296448,394220043816296448,1382824357000.0,2013-10-26 21:52:37,+0000,,Giant dog topiary in Bilbao http://t.co/kHdAMvOEMN,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/394220043816296448,[],['https://pbs.twimg.com/media/BXiNCoXCcAEFPon.jpg'],1,https://pbs.twimg.com/media/BXiNCoXCcAEFPon.jpg,False,658,138,260,,None,,,,,,,[],,,, +243,389113628416172032,389113628416172032,1381606893000.0,2013-10-12 19:41:33,+0000,,"Rocket flight to 744m, hover & return to launch pad (close shot from hexacopter drone) http://t.co/vyJSUbZo2R",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/389113628416172032,['http://youtu.be/9ZDkItO-0a4'],[],0,,False,871,385,1772,,None,,,,,,,[],,,, +244,386219821685170176,386219821685170176,1380916955000.0,2013-10-04 20:02:35,+0000,,About the Model S fire ... http://t.co/7LSBaNbnyd,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/386219821685170176,['http://www.teslamotors.com/blog/model-s-fire'],[],0,,False,567,295,1207,,None,,,,,,,[],,,, +245,384437535348248576,384407846349062144,1380492025000.0,2013-09-29 22:00:25,+0000,,"@DebbieViviers @SpaceX Yes, upper stage venting of liquid oxygen created a fast moving fuzzy white sphere in space over SA",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/384437535348248576,[],[],0,,False,11,13,14,,None,,,,,,,[],,,, +246,384410742675341312,384410742675341312,1380485637000.0,2013-09-29 20:13:57,+0000,,"Between this flight & Grasshopper tests, I think we now have all the pieces of the puzzle to bring the rocket back home.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/384410742675341312,[],[],0,,False,463,133,612,,None,,,,,,,[],,,, +247,384407846349062144,384407846349062144,1380484947000.0,2013-09-29 20:02:27,+0000,,"Rocket booster relit twice (supersonic retro & landing), but spun up due to aero torque, so fuel centrifuged & we flamed out",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/384407846349062144,[],[],0,,False,161,116,254,,None,,,,,,,[],,,, +248,384392608350367744,384392608350367744,1380481314000.0,2013-09-29 19:01:54,+0000,,Launch was good. All satellites deployed at the targeted orbit insertion vectors. http://t.co/SUYMH7W9pH,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/384392608350367744,[],['https://pbs.twimg.com/media/BVWjCmQCIAAyaxN.jpg'],1,https://pbs.twimg.com/media/BVWjCmQCIAAyaxN.jpg,False,827,200,1071,,None,,,,,,,[],,,, +249,384336908949524480,384336908949524480,1380468034000.0,2013-09-29 15:20:34,+0000,,You can watch the launch at http://t.co/2ZSXeqWKvy http://t.co/u5VEUgRu8g,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/384336908949524480,['http://www.spacex.com/webcast/'],['https://pbs.twimg.com/media/BVVwYdvCIAACkZ6.jpg'],1,https://pbs.twimg.com/media/BVVwYdvCIAACkZ6.jpg,False,417,145,774,,None,,,,,,,[],,,, +250,384335603849895936,384335603849895936,1380467723000.0,2013-09-29 15:15:23,+0000,,"Looks good for a launch attempt today. Upper winds slightly exceed loads in high subsonic regime, but improving.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/384335603849895936,[],[],0,,False,110,41,142,,None,,,,,,,[],,,, +251,383418900823547904,383418900823547904,1380249164000.0,2013-09-27 02:32:44,+0000,,Water ice on Mars http://t.co/fPz1OF7EXI,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/383418900823547904,['http://gizmodo.com/nasas-curiosity-rover-just-found-water-in-martian-soil-1403908591'],[],0,,False,267,89,619,,None,,,,,,,[],,,, +252,383338164028317696,383338164028317696,1380229915000.0,2013-09-26 21:11:55,+0000,,Sensible piece on status of climate change by @BadAstronomer http://t.co/Nxm7PX6cpi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/383338164028317696,['http://www.slate.com/blogs/bad_astronomy/2013/09/26/climate_change_denial_james_delingpole_tells_it_like_it_isn_t.html'],[],0,,False,173,41,229,,None,,,,,,,[],,,, +253,382901196509294592,382901196509294592,1380125733000.0,2013-09-25 16:15:33,+0000,,"Falcon 9 launch window is Sunday and Monday, assuming good weather at Vandenberg Air Force Base",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/382901196509294592,[],[],0,,False,123,80,275,,None,,,,,,,[],,,, +254,382900449235308544,382900449235308544,1380125555000.0,2013-09-25 16:12:35,+0000,,Good progress harnessing that big fusion reactor in the sky http://t.co/MZR8sQRE5E,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/382900449235308544,['http://www.businessinsider.com/scientists-create-world-record-solar-cell-2013-9'],[],0,,False,200,45,339,,None,,,,,,,[],,,, +255,380877211919585280,380877211919585280,1379643178000.0,2013-09-20 02:12:58,+0000,,Good Hyperloop feedback from Ansys. Am excited by how much it can be improved by open src contributions! http://t.co/bD0u3roBd0,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/380877211919585280,['http://nbcnews.com/technology/hyperloop-sounds-crazy-simulation-says-it-just-might-work-4B11202787'],[],0,,False,266,81,451,,None,,,,,,,[],,,, +256,380866647575126016,380866647575126016,1379640659000.0,2013-09-20 01:30:59,+0000,,Completed rocket static fire with all systems green this time. Launch window opens in 10 days http://t.co/rKVBLIk6yq,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/380866647575126016,['http://www.youtube.com/watch?v=VX4LH0wn9Rs&feature=youtu.be'],[],0,,False,181,59,262,,None,,,,,,,[],,,, +257,380549727537745920,380549727537745920,1379565099000.0,2013-09-19 04:31:39,+0000,,Falcon 9 at sunset http://t.co/CeXSwqjVHP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/380549727537745920,[],['https://pbs.twimg.com/media/BUf79feCMAAc6h4.jpg'],1,https://pbs.twimg.com/media/BUf79feCMAAc6h4.jpg,False,615,126,569,,None,,,,,,,[],,,, +258,380500718387359744,380500718387359744,1379553415000.0,2013-09-19 01:16:55,+0000,,Am happy to hear that GM plans to develop an affordable 200 mile range electric car. Right target. Hope others do same.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/380500718387359744,[],[],0,,False,467,152,552,,None,,,,,,,[],,,, +259,380459687050608640,380459687050608640,1379543632000.0,2013-09-18 22:33:52,+0000,,Approach is 360 deg flush mounted tiny cameras + radar (prob not lidar). Lot of software & hardware level image processing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380459687050608640,[],[],0,,False,120,68,124,,None,,,,,,,[],,,, +260,380454034659753984,380454034659753984,1379542285000.0,2013-09-18 22:11:25,+0000,,"Engineers interested in working on autonomous driving, pls email autopilot@teslamotors.com. Team will report directly to me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380454034659753984,[],[],0,,False,722,195,1710,,None,,,,,,,[],,,, +261,380451200782462976,380451200782462976,1379541609000.0,2013-09-18 22:00:09,+0000,,Intense effort underway at Tesla to develop a practical autopilot system for Model S,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380451200782462976,[],[],0,,False,565,194,944,,None,,,,,,,[],,,, +262,379171375732105218,379171375732105218,1379236475000.0,2013-09-15 09:14:35,+0000,,"Will do another static fire of rocket to make sure all is good & AF needs to test ICBMs, so probable launch Sept 29/30.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/379171375732105218,[],[],0,,False,116,51,131,,None,,,,,,,[],,,, +263,378398857358352384,378238912281341954,1379052292000.0,2013-09-13 06:04:52,+0000,,"Full thrust achieved on 2 sec static fire. Some anomalies to be investigated, so launch date tbd.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/378398857358352384,[],[],0,,False,59,40,87,,None,,,,,,,[],,,, +264,377349811604709376,377349811604709376,1378802180000.0,2013-09-10 08:36:20,+0000,,"Upcoming Falcon 9 demo has a lot of new technology, so the probability of failure is significant http://t.co/PfnGeEaaWq",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/377349811604709376,['http://ow.ly/oJ0W1'],[],0,,False,129,101,245,,None,,,,,,,[],,,, +265,377325202121580544,377325202121580544,1378796313000.0,2013-09-10 06:58:33,+0000,,First of next gen Falcon 9 rockets rolls out to the launch pad at Vandenberg Air Force Base http://t.co/hNl6zKodvr,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/377325202121580544,[],['https://pbs.twimg.com/media/BTyHRaVCIAAc8Zr.jpg'],1,https://pbs.twimg.com/media/BTyHRaVCIAAc8Zr.jpg,False,561,114,710,,None,,,,,,,[],,,, +266,377317751880044544,376433459452854272,1378794536000.0,2013-09-10 06:28:56,+0000,,MT “@johnnyhotts: @WIRED Correction: Japan's levitating train hit 361 MPH http://t.co/7jrMCf5tBc It will operate at 310”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/377317751880044544,['http://goo.gl/Hkq38h'],[],0,,False,30,21,52,,None,,,,,,,[],,,, +267,376439054209781761,376439054209781761,1378585039000.0,2013-09-07 20:17:19,+0000,,It is crazy that the proposed California high speed rail only goes 200 mph w avg speed of 130 mph when Japan is 300 mph+,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/376439054209781761,[],[],0,,False,469,274,852,,None,,,,,,,[],,,, +268,376063728388538368,376063728388538368,1378495554000.0,2013-09-06 19:25:54,+0000,,Video review of Model S vs. Aston Martin Rapide S by @Autocar http://t.co/14cLl20jMP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/376063728388538368,['http://www.autocar.co.uk/car-video/video-tesla-model-s-vs-aston-martin-rapide-s'],[],0,,False,260,112,386,,None,,,,,,,[],,,, +269,375737311641628672,375737311641628672,1378417730000.0,2013-09-05 21:48:50,+0000,,SpaceX SuperDraco inconel rocket chamber w regen cooling jacket emerges from EOS 3D metal printer http://t.co/Tj284OuAk1,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/375737311641628672,[],['https://pbs.twimg.com/media/BTbjGB3CcAErIwW.jpg'],1,https://pbs.twimg.com/media/BTbjGB3CcAErIwW.jpg,False,633,141,636,,None,,,,,,,[],,,, +270,375729357366362112,375729357366362112,1378415834000.0,2013-09-05 21:17:14,+0000,,Designing a rocket part w hand gestures & then 3D printing it in a metal superalloy ... http://t.co/h3KoyAb0Lt,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/375729357366362112,['http://www.youtube.com/watch?v=xNqs_S-zEBY&feature=youtu.be'],[],0,,False,1099,395,2243,,None,,,,,,,[],,,, +271,375156462542000128,375156462542000128,1378279245000.0,2013-09-04 07:20:45,+0000,,Was at Vandenberg today going over the upcoming next gen F9 rocket launch. Some tense days ahead http://t.co/bfXnFt7alm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/375156462542000128,[],['https://pbs.twimg.com/media/BTTS0J5CQAAhQXW.jpg'],1,https://pbs.twimg.com/media/BTTS0J5CQAAhQXW.jpg,False,348,83,236,,None,,,,,,,[],,,, +272,371098424294133760,371098114964205568,1377311733000.0,2013-08-24 02:35:33,+0000,,@Jon_Favreau Yup. We saw it in the movie and made it real. Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/371098424294133760,[],[],0,,False,321,68,315,,None,,,,,,,[],,,, +273,371032852101484544,371032852101484544,1377296100000.0,2013-08-23 22:15:00,+0000,,Will post video next week of designing a rocket part with hand gestures & then immediately printing it in titanium,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371032852101484544,[],[],0,,False,1017,438,1749,,None,,,,,,,[],,,, +274,371030745449369600,371028785476284416,1377295597000.0,2013-08-23 22:06:37,+0000,,"And, uhh no (zillionth person who asked), I am not going to make an IM suit, however design by hand-manipulated hologram is actually useful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371030745449369600,[],[],0,,False,330,114,546,,None,,,,,,,[],,,, +275,371029699385774083,371028785476284416,1377295348000.0,2013-08-23 22:02:28,+0000,,@brynmooser Reality is the best illusion,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371029699385774083,[],[],0,,False,43,12,31,,None,,,,,,,[],,,, +276,371028785476284416,371028785476284416,1377295130000.0,2013-08-23 21:58:50,+0000,,We figured out how to design rocket parts just w hand movements through the air (seriously). Now need a high frame rate holograph generator.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/371028785476284416,[],[],0,,False,747,261,1353,,None,,,,,,,[],,,, +277,369627580166451200,369627580166451200,1376961057000.0,2013-08-20 01:10:57,+0000,,Model S achieves best safety rating of any car ever tested by US govt http://t.co/W1rZ5ceEVX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/369627580166451200,['http://www.teslamotors.com/about/press/releases/tesla-model-s-achieves-best-safety-rating-any-car-ever-tested'],[],0,,False,884,370,2034,,None,,,,,,,[],,,, +278,368461203317612544,368461203317612544,1376682971000.0,2013-08-16 19:56:11,+0000,,"Same rocket flight, but this time with cows! http://t.co/qhF5JWzyCW",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/368461203317612544,['http://www.youtube.com/watch?v=HXdjxPY2j_0&feature=youtu.be'],[],0,,False,397,194,672,,None,,,,,,,[],,,, +279,367545423495311360,367545423495311360,1376464632000.0,2013-08-14 07:17:12,+0000,,"Latest rocket test flight: hard lateral deviation, stabilize & hover, rapid descent back to pad http://t.co/Vb7ebiMdNJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/367545423495311360,['http://www.youtube.com/watch?v=2t15vP1PyoA&feature=youtu.be'],[],0,,False,574,275,1146,,None,,,,,,,[],,,, +280,367028946426019840,367025547852800000,1376341494000.0,2013-08-12 21:04:54,+0000,,"Btw, this is not the very latest version. Will post an updated version with several late arriving corrections in a few hours.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/367028946426019840,[],[],0,,False,165,180,172,,None,,,,,,,[],,,, +281,367025547852800000,367025547852800000,1376340684000.0,2013-08-12 20:51:24,+0000,,Hyperloop Alpha at http://t.co/ZRTcT2b8bP and http://t.co/7cucKKprPB http://t.co/LYhuRxUntA,nl,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/367025547852800000,"['http://spacex.com/hyperloop', 'http://teslamotors.com/blog/hyperloop']",['https://pbs.twimg.com/media/BRfvyouCYAAWIn0.jpg'],1,https://pbs.twimg.com/media/BRfvyouCYAAWIn0.jpg,False,2443,689,5437,,None,,,,,,,[],,,, +282,366964441159438337,366964441159438337,1376326115000.0,2013-08-12 16:48:35,+0000,,Pulled all nighter working on Hyperloop (as did others). Hopefully not too many mistakes. Will publish link at 1:30 PDT.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/366964441159438337,[],[],0,,False,1192,343,2365,,None,,,,,,,[],,,, +283,365141071912640512,365100519741595648,1375891390000.0,2013-08-07 16:03:10,+0000,,Hangout with @richardbranson & me tomorrow at 9am California time http://t.co/0ELMam5wXq,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/365141071912640512,['http://virg.in/UUVZE'],[],0,,False,200,55,205,,None,,,,,,,[],,,, +284,362836613539176448,362830269708906496,1375341964000.0,2013-08-01 07:26:04,+0000,,“@eirene_inc: “The universe is prob littered w/ the 1-planet graves of cultures which made the sensible economic http://t.co/Bp6592r9bH”,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/362836613539176448,['http://tmblr.co/ZQDhNyr7HKoB'],[],0,,False,272,45,446,,None,,,,,,,[],,,, +285,361316902804529153,361316902804529153,1374979637000.0,2013-07-28 02:47:17,+0000,,"One of the first Tesla Supercharger stations in Europe is being built in Cinderella, Norway #KatieWoodencloak",en,['katiewoodencloak'],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/361316902804529153,[],[],0,,False,268,152,416,,None,,,,,,,[],,,, +286,359943337127579649,359750424175185920,1374652153000.0,2013-07-24 07:49:13,+0000,,"Best saying ever “@temochdez: there is a saying in Mexico: ""El miedo no anda en burro"" meaning ""Fear doesn't ride on a donkey""”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/359943337127579649,[],[],0,,False,217,39,315,,None,,,,,,,[],,,, +287,359750424175185920,359750424175185920,1374606159000.0,2013-07-23 19:02:39,+0000,,"Oh yeah, well Tesla will study a plan to study the GM team that's studying Tesla, so there! http://t.co/Gn41zsaRv8",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/359750424175185920,['http://www.autonews.com/article/20130722/OEM/307229980/tiny-tesla-a-threat-to-gm-akerson-takes-no-chances-assigns-study-team#axzz2ZtetyAIU'],[],0,,False,545,224,824,,None,,,,,,,[],,,, +288,356818414431506432,356776740409974785,1373907114000.0,2013-07-15 16:51:54,+0000,,@John_Gardi your guess is the closest I've seen anyone guess so far. Pod diameter probably around 2m,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/356818414431506432,[],[],0,,False,37,18,26,,None,,,,,,,[],,,, +289,356779314043305985,356776740409974785,1373897791000.0,2013-07-15 14:16:31,+0000,,@schadlu I really hate patents unless critical to company survival. Will publish Hyperloop as open source.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356779314043305985,[],[],0,,False,235,38,294,,None,,,,,,,[],,,, +290,356777845739110400,356767552250195968,1373897441000.0,2013-07-15 14:10:41,+0000,,"@TobiasVdb Yes, it is a purely propulsive landing, but using the huge landing gear A frames as air brakes. Landing prop < 5% of vehicle mass",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356777845739110400,[],[],0,,False,10,4,2,,None,,,,,,,[],,,, +291,356776740409974785,356776740409974785,1373897178000.0,2013-07-15 14:06:18,+0000,,Will publish Hyperloop alpha design by Aug 12. Critical feedback for improvements would be much appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356776740409974785,[],[],0,,False,1285,526,2534,,None,,,,,,,[],,,, +292,356771814271234050,356771814271234050,1373896003000.0,2013-07-15 13:46:43,+0000,,Just completed full mission duration firing of next gen Falcon 9 booster. V proud of the boost stage team for overcoming many tough issues.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/356771814271234050,[],[],0,,False,159,47,181,,None,,,,,,,[],,,, +293,354999620629303296,354997904504655873,1373473479000.0,2013-07-10 16:24:39,+0000,,@BrianDunning @SpaceX New spacesuit almost done. Hoping to unveil by end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/354999620629303296,[],[],0,,False,39,6,29,,None,,,,,,,[],,,, +294,354986137753890816,354690624051609600,1373470265000.0,2013-07-10 15:31:05,+0000,,So true “@jlgolson: BitTorrent packet goes to a bar and asks for beer. Everyone in the bar who already has a beer gives him a sip.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/354986137753890816,[],[],0,,False,236,42,512,,None,,,,,,,[],,,, +295,354705218648289281,354690624051609600,1373403288000.0,2013-07-09 20:54:48,+0000,,UDP (yeah you know me) 3X,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/354705218648289281,[],[],0,,False,172,44,84,,None,,,,,,,[],,,, +296,354690624051609600,354690624051609600,1373399809000.0,2013-07-09 19:56:49,+0000,,"TCP packet walks into a bar & says “I’d like a beer.” Barman replies “You’d like a beer?” “Yes,” replies TCP packet,“I’d like a beer.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/354690624051609600,[],[],0,,False,1270,165,2071,,None,,,,,,,[],,,, +297,353309492131278848,353309492131278848,1373070521000.0,2013-07-06 00:28:41,+0000,,"Latest vertical landing rocket vid. 325M altitude, hold against wind, land w T/W>1, radar in loop http://t.co/I68Xxpb1EQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/353309492131278848,['http://youtu.be/eGimzB5QM1M'],[],0,,False,667,303,1717,,None,,,,,,,[],,,, +298,352136446909489153,352136446909489153,1372790845000.0,2013-07-02 18:47:25,+0000,,"Woohoo, Tesla direct sales petition passed the 100k threshold! Thanks a lot to everyone that helped!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/352136446909489153,[],[],0,,False,453,122,571,,None,,,,,,,[],,,, +299,351262074124505089,351262074124505089,1372582379000.0,2013-06-30 08:52:59,+0000,,"Have been reading about Henry Fielding, who had the most excellent pen name of Captain Hercules Vinegar",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/351262074124505089,[],[],0,,False,84,24,49,,None,,,,,,,[],,,, +300,351094587105878016,351056745226977280,1372542447000.0,2013-06-29 21:47:27,+0000,,One learns something new every day “@UberFacts: A “Buttload” is an actual measurement of volume - Equal to 126 gallons.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/351094587105878016,[],[],0,,False,259,91,712,,None,,,,,,,[],,,, +301,350690789925453824,350683252316573698,1372446174000.0,2013-06-28 19:02:54,+0000,,@davidepley Thanks :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/350690789925453824,[],[],0,,False,3,6,0,,None,,,,,,,[],,,, +302,350690638943109121,350685004151525377,1372446138000.0,2013-06-28 19:02:18,+0000,,"@lougil_ace Taking action. Will be a 7 day grace period for $2500 ext warranty. Neg margin at that price, so must unfortunately raise.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/350690638943109121,[],[],0,,False,5,4,2,,None,,,,,,,[],,,, +303,350666408985767937,350666408985767937,1372440361000.0,2013-06-28 17:26:01,+0000,,Please support the White House petition to allow direct sales of cars to consumers in all states http://t.co/nHrH69MD3W,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/350666408985767937,['http://wh.gov/llpAp'],[],0,,False,212,108,890,,None,,,,,,,[],,,, +304,349582778318336001,349548170772094977,1372182003000.0,2013-06-25 17:40:03,+0000,,"@arthurblake Turning recirc off, windows closed and the right film on rear glass usually works. Am asking HVAC engineering to investigate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/349582778318336001,[],[],0,,False,9,3,2,,None,,,,,,,[],,,, +305,349556671447699456,349548170772094977,1372175779000.0,2013-06-25 15:56:19,+0000,,@arthurblake Tesla service can do coating or can be done by any auto glass coating company. My car is done on side & rear,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/349556671447699456,[],[],0,,False,5,3,1,,None,,,,,,,[],,,, +306,349556116881022976,349548170772094977,1372175647000.0,2013-06-25 15:54:07,+0000,,"@arthurblake Turn off AC recirc, so that cool air flows out thru rear vents & get IR coating on rear glass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/349556116881022976,[],[],0,,False,4,4,0,,None,,,,,,,[],,,, +307,349034068849094656,349029927955345408,1372051181000.0,2013-06-24 05:19:41,+0000,,@justinchace will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/349034068849094656,[],[],0,,False,4,3,0,,None,,,,,,,[],,,, +308,348116700983607296,348112948230774784,1371832463000.0,2013-06-21 16:34:23,+0000,,"@LisaRoutel The NY auto dealers lost in court, so now they are funding a bill in NY legislature to block Tesla",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/348116700983607296,[],[],0,,False,5,2,15,,None,,,,,,,[],,,, +309,347973928377004032,347973928377004032,1371798424000.0,2013-06-21 07:07:04,+0000,,"Tesla pack swap vid still being edited (multiple camera angles). In meantime, this article contains a vid http://t.co/lyzJy4k8Eu",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/347973928377004032,['http://techcrunch.com/2013/06/20/tesla-shows-off-a-90-second-battery-swap-system-wants-it-at-supercharging-stations-by-years-end/'],[],0,,False,110,77,195,,None,,,,,,,[],,,, +310,347617421500243968,347617421500243968,1371713426000.0,2013-06-20 07:30:26,+0000,,Tomorrow night: fastest gas pump in LA vs Tesla battery pack swap http://t.co/QgZzggjIkq,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/347617421500243968,[],['https://pbs.twimg.com/media/BNL8M_6CYAAAnGj.jpg'],1,https://pbs.twimg.com/media/BNL8M_6CYAAAnGj.jpg,False,334,109,425,,None,,,,,,,[],,,, +311,347264432063258624,347264432063258624,1371629267000.0,2013-06-19 08:07:47,+0000,,Partial recall of Model S http://t.co/uDZ1f3RnjV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/347264432063258624,['http://www.teslamotors.com/blog/partial-recall'],[],0,,False,90,130,117,,None,,,,,,,[],,,, +312,347082201596321794,347082201596321794,1371585819000.0,2013-06-18 20:03:39,+0000,,"Battery pack swap works with all Tesla Model S cars, past and present. It was always there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/347082201596321794,[],[],0,,False,157,88,266,,None,,,,,,,[],,,, +313,347005150860283905,346895679471357952,1371567449000.0,2013-06-18 14:57:29,+0000,,"@zatulsky Shai actually got the idea from a visit to Tesla. The idea is obvious (many things allow battery swap), but the technology is not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/347005150860283905,[],[],0,,False,21,11,16,,None,,,,,,,[],,,, +314,346896666055569408,346895679471357952,1371541584000.0,2013-06-18 07:46:24,+0000,,"Video of battery pack swap will be posted to the Tesla website around 9:30pm, so those attending will see this first.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/346896666055569408,[],[],0,,False,72,37,126,,None,,,,,,,[],,,, +315,346895679471357952,346895679471357952,1371541349000.0,2013-06-18 07:42:29,+0000,,Live pack swap demo on Thurs night at 8pm California time at our design studio in Hawthorne. Seeing is believing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/346895679471357952,[],[],0,,False,117,82,275,,None,,,,,,,[],,,, +316,344839352578363392,344705055880007680,1371051083000.0,2013-06-12 15:31:23,+0000,,Battery storage of solar power needed for night operation & to buffer grid during day. Beta projects are going well.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/344839352578363392,[],[],0,,False,110,83,130,,None,,,,,,,[],,,, +317,344705055880007680,344705055880007680,1371019064000.0,2013-06-12 06:37:44,+0000,,"A long way to go before most power generation is solar, but the second derivative bodes well http://t.co/Af1c9xmyjn",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/344705055880007680,['http://mobile.bloomberg.com/news/2013-06-11/u-s-solar-installations-climb-33-led-by-california.html?cmpid=yhoo'],[],0,,False,139,71,181,,None,,,,,,,[],,,, +318,344015395067408385,344015395067408385,1370854636000.0,2013-06-10 08:57:16,+0000,,1st long duration firing of the new generation Falcon 9 rocket ~1.5 million pounds of vac thrust http://t.co/iGZadNVF7w,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/344015395067408385,['http://youtu.be/CgIghRD4-ao'],[],0,,False,156,65,248,,None,,,,,,,[],,,, +319,343446166043766784,343443647435534336,1370718921000.0,2013-06-08 19:15:21,+0000,,@mcrsqr True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/343446166043766784,[],[],0,,False,9,3,0,,None,,,,,,,[],,,, +320,343443647435534336,343443647435534336,1370718321000.0,2013-06-08 19:05:21,+0000,,We need more women in aerospace like Gwynne! http://t.co/bTl7t5nWZx,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/343443647435534336,"['http://www.latimes.com/business/la-fi-himi-spacex-20130609,0,2428179.story']",[],0,,False,183,68,227,,None,,,,,,,[],,,, +321,342664071042187264,342664071042187264,1370532455000.0,2013-06-06 15:27:35,+0000,,Easier said than done. There is a lot of pressure from investors. It is hard not to feel super bad if u don't make ur qtr.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342664071042187264,[],[],0,,False,77,38,53,,None,,,,,,,[],,,, +322,342662893461983232,342566837852200960,1370532174000.0,2013-06-06 15:22:54,+0000,,"Mars requires developing complex technology over a decade+, but market cares about next 3 months. Result would be conflicting priorities.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342662893461983232,[],[],0,,False,201,70,221,,None,,,,,,,[],,,, +323,342660248328347649,342654181414416385,1370531544000.0,2013-06-06 15:12:24,+0000,,@SQMInc I don't have a publicist,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342660248328347649,[],[],0,,False,27,5,11,,None,,,,,,,[],,,, +324,342566837852200960,342566837852200960,1370509273000.0,2013-06-06 09:01:13,+0000,,No near term plans to IPO @SpaceX. Only possible in very long term when Mars Colonial Transporter is flying regularly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/342566837852200960,[],[],0,,False,495,162,698,,None,,,,,,,[],,,, +325,342107352041922560,342107352041922560,1370399723000.0,2013-06-05 02:35:23,+0000,,"Forgot to say one thing at Tesla annual shareholders meeting: just as my money was the first in, it will be the last out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/342107352041922560,[],[],0,,False,3868,298,1477,,None,,,,,,,[],,,, +326,341688528125689858,341688528125689858,1370299868000.0,2013-06-03 22:51:08,+0000,,Love this image of Dragon docked to the Space Station as it orbits through dark side of Earth http://t.co/kygcsEQNhk,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/341688528125689858,[],['https://pbs.twimg.com/media/BL3r5-8CAAMEvqS.jpg'],1,https://pbs.twimg.com/media/BL3r5-8CAAMEvqS.jpg,False,622,105,575,,None,,,,,,,[],,,, +327,341462587482963968,341405518566395904,1370245999000.0,2013-06-03 07:53:19,+0000,,Vac thrust of 700 tons means avg of 14 tons/floor of structural steel for a 50 story building.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/341462587482963968,[],[],0,,False,39,22,30,,None,,,,,,,[],,,, +328,341441460215889920,341405518566395904,1370240962000.0,2013-06-03 06:29:22,+0000,,@williamricci6 50% higher. ~1.3 M lbs sea level and ~1.5 M lbs vacuum thrust. Will be 60% higher with some tweaks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/341441460215889920,[],[],0,,False,13,2,4,,None,,,,,,,[],,,, +329,341405518566395904,341405518566395904,1370232393000.0,2013-06-03 04:06:33,+0000,,"1st firing of Falcon 9-R advanced prototype rocket. Over 1M lbs thrust, enough to lift skyscraper http://t.co/AUCsWTw77E",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/341405518566395904,[],['https://pbs.twimg.com/media/BLzqgqLCEAAPPg-.jpg'],1,https://pbs.twimg.com/media/BLzqgqLCEAAPPg-.jpg,False,732,173,1098,,None,,,,,,,[],,,, +330,340177739426435073,340177739426435073,1369939667000.0,2013-05-30 18:47:47,+0000,,Huge expansion of Tesla Supercharger network underway. Will cover LA to NY by end of year http://t.co/MFKjBJzklc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/340177739426435073,['http://www.teslamotors.com/supercharger'],[],0,,False,265,174,560,,None,,,,,,,[],,,, +331,340043575167430656,340043575167430656,1369907680000.0,2013-05-30 09:54:40,+0000,,Bloomberg TV features debate of @AndreaSJames vs some guy picking his nose http://t.co/n5Iu91Wu1r,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/340043575167430656,['http://www.youtube.com/watch?v=GWBE_qZCLvQ'],[],0,,False,85,66,79,,None,,,,,,,[],,,, +332,338770339637129216,338357776889823232,1369604117000.0,2013-05-26 21:35:17,+0000,,"@RobertGaristo V much agree. Moreover, there is risk of severe non-linearities in feedback loops causing sudden warming.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/338770339637129216,[],[],0,,False,5,6,5,,None,,,,,,,[],,,, +333,338504412035158016,338504412035158016,1369540715000.0,2013-05-26 03:58:35,+0000,,You Can Fit A Lot Of Kindergartners In A Tesla Model S - Houston Chronicle http://t.co/iOZPxrx3sa,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/338504412035158016,['http://www.chron.com/technology/businessinsider/article/You-Can-Fit-A-Lot-Of-Kindergartners-In-A-Tesla-4547397.php'],[],0,,False,89,52,132,,None,,,,,,,[],,,, +334,338402827305119744,338402827305119744,1369516495000.0,2013-05-25 21:14:55,+0000,,"Am thinking of doing a movie ""sequel"" of sorts to Thank You for Smoking. That was bad CO2 for indiv, this for the planet",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/338402827305119744,[],[],0,,False,201,104,123,,None,,,,,,,[],,,, +335,338399341641342976,338399341641342976,1369515664000.0,2013-05-25 21:01:04,+0000,,Worth reading Merchants of Doubt. Same who tried to deny smoking deaths r denying climate change http://t.co/C6H8HrzS8X,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/338399341641342976,['http://en.wikipedia.org/wiki/Merchants_of_Doubt'],[],0,,False,160,49,168,,None,,,,,,,[],,,, +336,338394028930392064,338394028930392064,1369514398000.0,2013-05-25 20:39:58,+0000,,"Yeah, climate change should really be considered a centrist issue, as it affects everyone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338394028930392064,[],[],0,,False,91,59,147,,None,,,,,,,[],,,, +337,338390383434276864,338390383434276864,1369513529000.0,2013-05-25 20:25:29,+0000,,"Am not suggesting shutting down CO2 production, but rather to price in environmental cost & shift to sustainable energy",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338390383434276864,[],[],0,,False,83,67,132,,None,,,,,,,[],,,, +338,338384388091940864,338383504339505152,1369512099000.0,2013-05-25 20:01:39,+0000,,"Even if the answer is only on the order of 1%, we should still take immediate action, as there is only one atmosphere.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338384388091940864,[],[],0,,False,76,46,78,,None,,,,,,,[],,,, +339,338383967009009664,338383504339505152,1369511999000.0,2013-05-25 19:59:59,+0000,,Right question to ask Dyson or others: what is probability that human actions could cause catastrophic climate change?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/338383967009009664,[],[],0,,False,35,23,51,,None,,,,,,,[],,,, +340,338383504339505152,338383504339505152,1369511888000.0,2013-05-25 19:58:08,+0000,,What most serious scientists have a problem with is the notion of certainty about *any* subject. That is not the point.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/338383504339505152,[],[],0,,False,48,30,57,,None,,,,,,,[],,,, +341,338367123455885312,338357776889823232,1369507983000.0,2013-05-25 18:53:03,+0000,,@kn0xvi11ain Very few. Scientific consensus at time of Columbus was world was round http://t.co/V3XIcob4s8,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338367123455885312,['http://www.amazon.com/gp/aw/d/0307278247/ref=redir_mdp_mobile'],[],0,,False,9,6,3,,None,,,,,,,[],,,, +342,338360832410939392,338360832410939392,1369506483000.0,2013-05-25 18:28:03,+0000,,"Sorry for all the heavy stuff abt climate change, but I really thought world wd take action sooner. No time for subtlety",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338360832410939392,[],[],0,,False,182,174,155,,None,,,,,,,[],,,, +343,338359304216256512,338357776889823232,1369506119000.0,2013-05-25 18:21:59,+0000,,@1stHubbleFan @keithwarren Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338359304216256512,[],[],0,,False,6,5,2,,None,,,,,,,[],,,, +344,338357776889823232,338357776889823232,1369505755000.0,2013-05-25 18:15:55,+0000,,"In reality, 97% of scientists agree that we face serious human generated climate change http://t.co/soQCnJB61B",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338357776889823232,['http://skepticalscience.com/97-percent-consensus-cook-et-al-2013.html'],[],0,,False,165,97,483,,None,,,,,,,[],,,, +345,338356013583441920,338356013583441920,1369505334000.0,2013-05-25 18:08:54,+0000,,"Climate change deniers claim ""scientists disagree"", same rebuttal used by tobacco industry about lung cancer for decades",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338356013583441920,[],[],0,,False,163,75,466,,None,,,,,,,[],,,, +346,338199136635604992,338199136635604992,1369467932000.0,2013-05-25 07:45:32,+0000,,"Good article on ""Climate Change"" vs ""Global Warming"" referred by @ForrestTanaka http://t.co/D1s4RJ0qus",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/338199136635604992,['http://www.skepticalscience.com/climate-change-global-warming.htm'],[],0,,False,133,34,137,,None,,,,,,,[],,,, +347,338135523765919745,338135523765919745,1369452765000.0,2013-05-25 03:32:45,+0000,,"Was beat up pretty badly as a kid & left me w jagged septum. Harder to breathe as I got older, so time to fix.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338135523765919745,[],[],0,,False,132,192,68,,None,,,,,,,[],,,, +348,338129661307531264,338129661307531264,1369451368000.0,2013-05-25 03:09:28,+0000,,"Had a minor operation, so am in bed in meds. Probably shouldn't be tweeting :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338129661307531264,[],[],0,,False,145,223,58,,None,,,,,,,[],,,, +349,338127750126764032,338127750126764032,1369450912000.0,2013-05-25 03:01:52,+0000,,Sign of a good design is that it feels and is much bigger on inside than looks on outside,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338127750126764032,[],[],0,,False,159,101,158,,None,,,,,,,[],,,, +350,338123049465421824,338105497578266625,1369449791000.0,2013-05-25 02:43:11,+0000,,@CosmicRami Awesome. We really need to promote that fact in the US. A CO2 tax will not cause economy to grind to a halt!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338123049465421824,[],[],0,,False,15,5,9,,None,,,,,,,[],,,, +351,338117807910813696,338117807910813696,1369448541000.0,2013-05-25 02:22:21,+0000,,"Would love to do a pickup truck. Something w ultra low cg for sports car handling, dynamic air suspension & mega torque.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338117807910813696,[],[],0,,False,253,238,213,,None,,,,,,,[],,,, +352,338115331891556352,338115331891556352,1369447951000.0,2013-05-25 02:12:31,+0000,,"Technically, I ""got rich"" from Zip2 & PayPal w zero govt anything, then put 100% of that into SpaceX, Tesla & SolarCity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338115331891556352,[],[],0,,False,344,93,279,,None,,,,,,,[],,,, +353,338112989578293248,338112989578293248,1369447393000.0,2013-05-25 02:03:13,+0000,,"If consumption is low, then the tax is proportionately low. We should prob not have tax on basic foods & critical meds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338112989578293248,[],[],0,,False,91,54,89,,None,,,,,,,[],,,, +354,338110772167184385,338105497578266625,1369446864000.0,2013-05-25 01:54:24,+0000,,"@ponder68 Carbon produced by a @SpaceX rocket flight is roughly equal to one 747 flight. No, we should not be exempt.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338110772167184385,[],[],0,,False,13,5,9,,None,,,,,,,[],,,, +355,338110231005499394,338110231005499394,1369446735000.0,2013-05-25 01:52:15,+0000,,"Net of gas savings, a Tesla is $550 to $600/month with down payment taken care of by tax credits. Maybe less costly then it first seems.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338110231005499394,[],[],0,,False,89,73,123,,None,,,,,,,[],,,, +356,338108608430632960,338108608430632960,1369446348000.0,2013-05-25 01:45:48,+0000,,"Yes, am arguing against subsidies and in favor of a tax on the end bad created. Market will then achieve best solution.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338108608430632960,[],[],0,,False,67,41,60,,None,,,,,,,[],,,, +357,338107634668412928,338107634668412928,1369446116000.0,2013-05-25 01:41:56,+0000,,"Trees are net consumers of CO2, so technically we would pay them money :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338107634668412928,[],[],0,,False,80,45,123,,None,,,,,,,[],,,, +358,338106902946910208,338106902946910208,1369445942000.0,2013-05-25 01:39:02,+0000,,Exactly. Seems crazy to risk the CO2 chemical experiment when we have to find another solution anyway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338106902946910208,[],[],0,,False,164,21,29,,None,,,,,,,[],,,, +359,338105723139543040,338105723139543040,1369445660000.0,2013-05-25 01:34:20,+0000,,Big difference between taxing people and taxing purchases (ie consumption). Much better to emphasize the latter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338105723139543040,[],[],0,,False,73,55,112,,None,,,,,,,[],,,, +360,338104612521385984,338099836404527104,1369445395000.0,2013-05-25 01:29:55,+0000,,@MaxMBerger The collective wisdom of the market is usually (not always) better than the smartest govt regulator.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338104612521385984,[],[],0,,False,13,2,10,,None,,,,,,,[],,,, +361,338103612943241218,338103612943241218,1369445157000.0,2013-05-25 01:25:57,+0000,,"Me & other private money funded Tesla for first 7 years, got IPO+ govt money for 3, now paid back. Yes, carbon tax would be a better way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338103612943241218,[],[],0,,False,95,42,144,,None,,,,,,,[],,,, +362,338102635930468352,338098445808201728,1369444924000.0,2013-05-25 01:22:04,+0000,,"@grayj_ There should be a constitutional amendment to redo the tax code every ten years, just like we do a census.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338102635930468352,[],[],0,,False,27,4,18,,None,,,,,,,[],,,, +363,338101143047639042,338101143047639042,1369444568000.0,2013-05-25 01:16:08,+0000,,"Weight of scientific evidence. Taxes don't ban a purchase, they just increase cost. Am against bans, except in extreme cases.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338101143047639042,[],[],0,,False,36,21,32,,None,,,,,,,[],,,, +364,338099836404527104,338099836404527104,1369444257000.0,2013-05-25 01:10:57,+0000,,"Exactly. Better to tax known bad thing and incent desired outcome, instead of subsidizing particular solution paths. Let market decide.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338099836404527104,[],[],0,,False,81,33,88,,None,,,,,,,[],,,, +365,338098445808201728,338098445808201728,1369443925000.0,2013-05-25 01:05:25,+0000,,"Perhaps. I am in favor of fair, simple taxes that are neutral on most things, incent good & disincent bad.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338098445808201728,[],[],0,,False,60,28,49,,None,,,,,,,[],,,, +366,338097360519442432,338097360519442432,1369443666000.0,2013-05-25 01:01:06,+0000,,"Great article on Tesla-dealer battle by Leilani Munter (@CarbonFreeGirl), who lives in NC http://t.co/pvEmE5pEVN",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338097360519442432,['http://www.huffingtonpost.com/mobileweb/leilani-munter/tesla-north-carolina_b_3327721.html?utm_hp_ref=email_share'],[],0,,False,91,29,170,,None,,,,,,,[],,,, +367,337908857198235649,337789653233041408,1369398724000.0,2013-05-24 12:32:04,+0000,,@VarunG_ Belief in climate change isn't necessary. Even a small probability of a severe outcome justifies a carbon tax.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/337908857198235649,[],[],0,,False,9,10,7,,None,,,,,,,[],,,, +368,337884269521281026,337789653233041408,1369392862000.0,2013-05-24 10:54:22,+0000,,@karlbrauer Making rockets,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/337884269521281026,[],[],0,,False,69,6,20,,None,,,,,,,[],,,, +369,337826546104537088,337817778989981696,1369379099000.0,2013-05-24 07:04:59,+0000,,@tonykatz Don't like having a zillion tweets in the log. Makes it tough to wade through if someone wants to read my tweet history.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/337826546104537088,[],[],0,,False,8,4,0,,None,,,,,,,[],,,, +370,337795753797898240,337789653233041408,1369371758000.0,2013-05-24 05:02:38,+0000,,"@SapientCapital We created electric cars to help solve the problem, not because we thought it was easy money. Still isn't.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/337795753797898240,[],[],0,,False,29,8,9,,None,,,,,,,[],,,, +371,337791672295501824,337789653233041408,1369370785000.0,2013-05-24 04:46:25,+0000,,"And, since we will run out of oil anyway, why risk the future of all life on Earth simply to delay sustainable energy?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/337791672295501824,[],[],0,,False,288,139,692,,None,,,,,,,[],,,, +372,337789653233041408,337789653233041408,1369370303000.0,2013-05-24 04:38:23,+0000,,Those who would deny climate change should ask themselves what happens if they are wrong http://t.co/S7fOIrly6B,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/337789653233041408,['http://thehill.com/blogs/e2-wire/e2-wire/301649-tesla-ceo-musk-reframe-climate-argument'],[],0,,False,195,99,452,,None,,,,,,,[],,,, +373,337594277666377730,337370738686316544,1369323722000.0,2013-05-23 15:42:02,+0000,,"More importantly, @Chrysler failed to pay back $1.3B. Apart those 2 points, you were totally 1st http://t.co/0P2ZLDl67a",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/337594277666377730,['http://www.detroitnews.com/article/20130522/AUTO0101/305220440/1361/Tesla--Chrysler-spar-over-loan-repayment'],[],0,,False,185,72,214,,None,,,,,,,[],,,, +374,337592840743968768,337370738686316544,1369323380000.0,2013-05-23 15:36:20,+0000,,"As many have already noted, @Chrysler is a division of Fiat, an Italian company. We specifically said first *US* company.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/337592840743968768,[],[],0,,False,144,48,140,,None,,,,,,,[],,,, +375,337506956875010048,337506956875010048,1369302903000.0,2013-05-23 09:55:03,+0000,,Interview with @BloombergNews about Tesla and DOE loan gets into some of the details http://t.co/xb0JVoPHNC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/337506956875010048,['http://bloom.bg/16PjlJm'],[],0,,False,88,34,99,,None,,,,,,,[],,,, +376,337323464241319936,337323464241319936,1369259155000.0,2013-05-22 21:45:55,+0000,,Tesla wired the funds to repay the DOE loan today. Only US car company to have fully repaid govt http://t.co/jxHW9YkvPz,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/337323464241319936,['http://www.teslamotors.com/about/press/releases/tesla-repays-department-energy-loan-nine-years-early'],[],0,,False,734,241,1753,,None,,,,,,,[],,,, +377,336599845643108354,336596441705349120,1369086631000.0,2013-05-20 21:50:31,+0000,,@Gizmoman0 Physics,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/336599845643108354,[],[],0,,False,23,3,2,,None,,,,,,,[],,,, +378,336598500156518400,336596441705349120,1369086310000.0,2013-05-20 21:45:10,+0000,,@yes_andre I'm a big fan of ultracapacitors. Was going to do my PhD at Stanford on them. But we need a breakthrough in energy density...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/336598500156518400,[],[],0,,False,124,39,26,,None,,,,,,,[],,,, +379,336164986172882945,336127391460102145,1368982953000.0,2013-05-19 17:02:33,+0000,,@McBartVolgers @SpaceX High pressure helium pneumatic bolts and pistons. No explosives.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/336164986172882945,[],[],0,,False,7,4,2,,None,,,,,,,[],,,, +380,335935115274354689,335903656287289344,1368928147000.0,2013-05-19 01:49:07,+0000,,"@xyrth Cool, will get one plus another chicken",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/335935115274354689,[],[],0,,False,10,2,2,,None,,,,,,,[],,,, +381,335904330374860801,335897870358171648,1368920807000.0,2013-05-18 23:46:47,+0000,,@TalulahRiley You're welcome. It did seem like the chicken of destiny xx,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/335904330374860801,[],[],0,,False,10,1,3,,None,,,,,,,[],,,, +382,335903656287289344,335903656287289344,1368920647000.0,2013-05-18 23:44:07,+0000,,Petting zoo left a chicken behind at the park. Now we have a pet chicken.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/335903656287289344,[],[],0,,False,221,116,105,,None,,,,,,,[],,,, +383,334595687041875968,334192141997854720,1368608802000.0,2013-05-15 09:06:42,+0000,,@DanaBrunetti Soon Model S will feature druidic dwarves dancing around a miniature stone henge,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/334595687041875968,[],[],0,,False,48,11,24,,None,,,,,,,[],,,, +384,334405162489769984,334192141997854720,1368563378000.0,2013-05-14 20:29:38,+0000,,"@DanaBrunetti Well, you see, by making it go to 11, that makes it louder than loud :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/334405162489769984,[],[],0,,False,37,10,7,,None,,,,,,,[],,,, +385,334372943041798144,334372943041798144,1368555696000.0,2013-05-14 18:21:36,+0000,,Supercharger announcement pushed to next week. Something else this week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/334372943041798144,[],[],0,,False,76,122,112,,None,,,,,,,[],,,, +386,334035602183962624,334033804303945729,1368475268000.0,2013-05-13 20:01:08,+0000,,"@bryanclarke physics + a broad range of engineering. Worth taking humanities courses too, particularly history.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/334035602183962624,[],[],0,,False,21,7,10,,None,,,,,,,[],,,, +387,334028716260872192,334025141044535296,1368473626000.0,2013-05-13 19:33:46,+0000,,"@vicorly Yes, usually several times more energy over the course of the year than is needed by the Model S",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028716260872192,[],[],0,,False,9,6,1,,None,,,,,,,[],,,, +388,334028430779744256,334025141044535296,1368473558000.0,2013-05-13 19:32:38,+0000,,@malkosh we do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028430779744256,[],[],0,,False,5,1,0,,None,,,,,,,[],,,, +389,334028253159378944,334027664388149249,1368473516000.0,2013-05-13 19:31:56,+0000,,"@itsokayyouknow Harder than that, but it is a software vs hardware change",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028253159378944,[],[],0,,False,5,1,1,,None,,,,,,,[],,,, +390,334025141044535296,334025141044535296,1368472774000.0,2013-05-13 19:19:34,+0000,,"Btw, vast majority of credit for SolarCity should go to Lyndon & Peter Rive & their awesome team. I'm just a small part.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334025141044535296,[],[],0,,False,64,31,50,,None,,,,,,,[],,,, +391,333414433802043394,333373448355196928,1368327170000.0,2013-05-12 02:52:50,+0000,,@SeanChin @RaimisJ Over the air upgrade coming in a few months to allow tethering (and other things).,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/333414433802043394,[],[],0,,False,9,5,4,,None,,,,,,,[],,,, +392,333387477412876288,333387477412876288,1368320743000.0,2013-05-12 01:05:43,+0000,,Improving service and honing manufacturing efficiency are the biggest short term challenges. Not sales constrained.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/333387477412876288,[],[],0,,False,100,55,107,,None,,,,,,,[],,,, +393,333384944388808704,333373448355196928,1368320139000.0,2013-05-12 00:55:39,+0000,,@annabananastand It can do hands free right now. Being able to text people via voice while driving would be a good feature to add...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333384944388808704,[],[],0,,False,4,7,0,,None,,,,,,,[],,,, +394,333384295882317825,333379563927257089,1368319984000.0,2013-05-12 00:53:04,+0000,,"@enggirl Mostly water or coffee at home. When I'm out, will have Macallan neat or vodka with something.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333384295882317825,[],[],0,,False,10,5,0,,None,,,,,,,[],,,, +395,333382427647025154,333373448355196928,1368319539000.0,2013-05-12 00:45:39,+0000,,@danielmarshal15 It can dig up almost anything.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333382427647025154,[],[],0,,False,3,1,0,,None,,,,,,,[],,,, +396,333382233450741760,333373448355196928,1368319493000.0,2013-05-12 00:44:53,+0000,,"@JasonPolstein Yeah, we don't do a good job of telling people about this feature. Requires hardware unfortunately.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333382233450741760,[],[],0,,False,2,4,0,,None,,,,,,,[],,,, +397,333381955674587137,333373448355196928,1368319426000.0,2013-05-12 00:43:46,+0000,,"@grimmerkimmer @dpinsen Given the extreme burn, shorts are pushing every possible fear, uncertainty & doubt story http://t.co/LWr3GODxBG",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333381955674587137,['http://www.thestreet.com/story/11919380/1/cramer-wont-wait-for-tesla.html'],[],0,,False,3,3,1,,None,,,,,,,[],,,, +398,333379008005804032,333373448355196928,1368318724000.0,2013-05-12 00:32:04,+0000,,"@RaimisJ Tesla software knits together Google Voice, Slacker, Gracenote & others and streams over 3G (will be LTE later)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333379008005804032,[],[],0,,False,13,2,3,,None,,,,,,,[],,,, +399,333376615180562432,333373448355196928,1368318153000.0,2013-05-12 00:22:33,+0000,,"@dpinsen People tell me Cory Johnson is a shill for the shorts. Don't know if true, but he sure behaves that way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333376615180562432,[],[],0,,False,7,7,0,,None,,,,,,,[],,,, +400,333374189161558016,333373448355196928,1368317575000.0,2013-05-12 00:12:55,+0000,,"Would also recommend the Cheese Shop, Spam or Fish License by Monty Python.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333374189161558016,[],[],0,,False,50,39,28,,None,,,,,,,[],,,, +401,333373448355196928,333373448355196928,1368317398000.0,2013-05-12 00:09:58,+0000,,"Hold down voice button & say ""Play Amish Paradise by Weird Al Yankovic"". Model S can play almost any song via Internet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333373448355196928,[],[],0,,False,235,81,334,,None,,,,,,,[],,,, +402,332516849080209409,332516435488280577,1368113169000.0,2013-05-09 15:26:09,+0000,,@realbhuwan Don't forget the mystery announcement. Part 5 of the trilogy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/332516849080209409,[],[],0,,False,13,18,8,,None,,,,,,,[],,,, +403,332516435488280577,332516435488280577,1368113070000.0,2013-05-09 15:24:30,+0000,,There is a way for the Tesla Model S to be recharged throughout the country faster than you could fill a gas tank.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/332516435488280577,[],[],0,,False,288,349,480,,None,,,,,,,[],,,, +404,332298579781767168,332282461344124931,1368061129000.0,2013-05-09 00:58:49,+0000,,@HowardReiter Totally agree. Tesla will circle back and do something cool for Roadsters next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/332298579781767168,[],[],0,,False,61,8,4,,None,,,,,,,[],,,, +405,332287909413650433,332286367151296512,1368058585000.0,2013-05-09 00:16:25,+0000,,@mjasandoval Stay tuned,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/332287909413650433,[],[],0,,False,4,3,1,,None,,,,,,,[],,,, +406,332282461344124931,332282461344124931,1368057286000.0,2013-05-08 23:54:46,+0000,,"Just want to say thanks to customers & investors that took a chance on Tesla through the long, dark night. We wouldn't be here without you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/332282461344124931,[],[],0,,False,1696,262,592,,None,,,,,,,[],,,, +407,332270252832460800,332239280099446784,1368054376000.0,2013-05-08 23:06:16,+0000,,@westcoastbill Thanks Bill!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/332270252832460800,[],[],0,,False,4,0,1,,None,,,,,,,[],,,, +408,331797405840338944,331797405840338944,1367941640000.0,2013-05-07 15:47:20,+0000,,"Am a fan of Larry, Sergey & Google in general, but self-driving cars comments to Bloomberg were just off-the-cuff. No big announcement here",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331797405840338944,[],[],0,,False,50,41,75,,None,,,,,,,[],,,, +409,331796308631367681,331796308631367681,1367941379000.0,2013-05-07 15:42:59,+0000,,"Tesla priority is electrification of cars, so priority is Model S, Model X, then mass market third gen vehicle & truck",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331796308631367681,[],[],0,,False,191,100,245,,None,,,,,,,[],,,, +410,331795766937018368,331794886368055296,1367941249000.0,2013-05-07 15:40:49,+0000,,@rebel_sal exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331795766937018368,[],[],0,,False,10,1,0,,None,,,,,,,[],,,, +411,331794886368055296,331794886368055296,1367941040000.0,2013-05-07 15:37:20,+0000,,"Creating an autopilot for cars at Tesla is an important, but not yet top priority. Still a few years from production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331794886368055296,[],[],0,,False,143,73,167,,None,,,,,,,[],,,, +412,331792738339127296,331787138880401408,1367940527000.0,2013-05-07 15:28:47,+0000,,@DJFrustration Tested it myself this weekend and was working well. Some songs have licensing prohibiting direct request.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331792738339127296,[],[],0,,False,2,1,0,,None,,,,,,,[],,,, +413,331490556574326785,331490556574326785,1367868482000.0,2013-05-06 19:28:02,+0000,,"Anyone interested in doing ultra hardcore vehicle engineering at Tesla, please apply!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331490556574326785,[],[],0,,False,146,228,316,,None,,,,,,,[],,,, +414,331489911842689025,331489911842689025,1367868328000.0,2013-05-06 19:25:28,+0000,,Chris Porritt from Aston Martin just joined as head of vehicle engineering at Tesla http://t.co/MNUIWDxoXt,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331489911842689025,['http://ir.teslamotors.com/releasedetail.cfm?ReleaseID=762317'],[],0,,False,100,36,216,,None,,,,,,,[],,,, +415,331486802462531584,331470318227054594,1367867587000.0,2013-05-06 19:13:07,+0000,,"@bdcs Yup, it is super far. Moon is basically in our back yard relative to Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331486802462531584,[],[],0,,False,4,2,1,,None,,,,,,,[],,,, +416,331082832187363329,331067130793558016,1367771273000.0,2013-05-05 16:27:53,+0000,,"@nirdthebird Definitely a lot of potential for geothermal, but depends on well depth. Too expensive in most places.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/331082832187363329,[],[],0,,False,4,3,2,,None,,,,,,,[],,,, +417,330884627927560192,330880080198893568,1367724017000.0,2013-05-05 03:20:17,+0000,,"@DetlefKroeze Yeah, that probably makes sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/330884627927560192,[],[],0,,False,3,0,0,,None,,,,,,,[],,,, +418,330877283793530880,330869979480207361,1367722266000.0,2013-05-05 02:51:06,+0000,,@DouglasBullard @teslamotors Most people have never heard of Nikola Tesla. That will hopefully change over time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/330877283793530880,[],[],0,,False,94,38,36,,None,,,,,,,[],,,, +419,330869907640184832,330869144633348096,1367720507000.0,2013-05-05 02:21:47,+0000,,"@flyguynscc @teslamotors yes, that has been the goal from the beginning",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/330869907640184832,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +420,330708114854793217,330666017053368320,1367681933000.0,2013-05-04 15:38:53,+0000,,"@fink_justin It can definitely strain relationships, but I loved doing my first company with my brother",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/330708114854793217,[],[],0,,False,7,1,2,,None,,,,,,,[],,,, +421,330707889729712131,330665496041099266,1367681879000.0,2013-05-04 15:37:59,+0000,,@Vangsgutane Norway rocks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/330707889729712131,[],[],0,,False,6,0,4,,None,,,,,,,[],,,, +422,330572086668046336,330549800443445248,1367649501000.0,2013-05-04 06:38:21,+0000,,"@WehbyJammin Earnings call next week, then Supercharger week after and then... the mystery announcement/demonstration :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/330572086668046336,[],[],0,,False,10,5,7,,None,,,,,,,[],,,, +423,330571811358117888,330549011494875136,1367649436000.0,2013-05-04 06:37:16,+0000,,@TeslaTrip you're welcome :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/330571811358117888,[],[],0,,False,2,0,2,,None,,,,,,,[],,,, +424,330425498406633474,330423003454246912,1367614552000.0,2013-05-03 20:55:52,+0000,,@thebradholt we need a compelling video that convinces TX lawmakers to pass the direct sales law just approved by their committee.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330425498406633474,[],[],0,,False,4,9,1,,None,,,,,,,[],,,, +425,330424811035705344,330420284685438976,1367614388000.0,2013-05-03 20:53:08,+0000,,@Rocco_TheStreet Guaranteeing the world's best resale value in industry is unprecedented and backed up my other assets. Why isn't that good?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330424811035705344,[],[],0,,False,6,5,1,,None,,,,,,,[],,,, +426,330423366802632706,330411311525675010,1367614044000.0,2013-05-03 20:47:24,+0000,,"@ChrisCowan_ Chris is great. Took a long time for me to find someone w truly hardcore engineering skills, who fully understood the system.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330423366802632706,[],[],0,,False,5,0,2,,None,,,,,,,[],,,, +427,330403426003472384,330403426003472384,1367609290000.0,2013-05-03 19:28:10,+0000,,Am getting lots of questions about the big Supercharger announcement. Aiming to do that the week after next.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330403426003472384,[],[],0,,False,63,41,72,,None,,,,,,,[],,,, +428,330397865337835520,330396427647868929,1367607964000.0,2013-05-03 19:06:04,+0000,,"@stoneymonster Yes, this does put an indirect floor on resale value. Should help all owners.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330397865337835520,[],[],0,,False,2,1,1,,None,,,,,,,[],,,, +429,330396427647868929,330396427647868929,1367607621000.0,2013-05-03 19:00:21,+0000,,Tesla raises Model S resale value guarantee to highest in auto industry http://t.co/l5LOXtyP33,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330396427647868929,['http://www.teslamotors.com/about/press/releases/tesla-improves-financing-product-best-resale-value-guarantee-and-lower-monthly-'],[],0,,False,62,40,113,,None,,,,,,,[],,,, +430,330395232564826112,330053450261987328,1367607336000.0,2013-05-03 18:55:36,+0000,,@yatpay Side boosters fall short & center core goes too far + Florida is heavily populated. Landing permission tricky :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330395232564826112,[],[],0,,False,7,4,2,,None,,,,,,,[],,,, +431,330394570737192960,330017552120033282,1367607178000.0,2013-05-03 18:52:58,+0000,,"@pataneous We can't formally provide a guarantee w/o restating accounting, but I feel confident about the value anyway.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330394570737192960,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +432,330394051637547010,330053450261987328,1367607054000.0,2013-05-03 18:50:54,+0000,,"@2552nsf Yeah, that is super tricky. Will have to sacrifice a lot of payload to boost back or land on ocean platform.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330394051637547010,[],[],0,,False,3,4,3,,None,,,,,,,[],,,, +433,330387481616855040,330384351370035200,1367605488000.0,2013-05-03 18:24:48,+0000,,"@rebel_sal Yes, your article (and many others) rightly identified that we made a mistake. New financing is not perfect, but much better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330387481616855040,[],[],0,,False,2,2,1,,None,,,,,,,[],,,, +434,330364975300358144,330053450261987328,1367600122000.0,2013-05-03 16:55:22,+0000,,"@Alan_Nestos The legs are nested tight against the body of the rocket in flight, so rotate about 120 degrees to deploy",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/330364975300358144,[],[],0,,False,2,2,3,,None,,,,,,,[],,,, +435,330241115670327296,330239990032396288,1367570592000.0,2013-05-03 08:43:12,+0000,,@darma_setia More likely that pigs will fly over the frozen wastes of Hell. Clarkson doesn't understand technology.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/330241115670327296,[],[],0,,False,27,7,15,,None,,,,,,,[],,,, +436,330240665483096064,330017552120033282,1367570484000.0,2013-05-03 08:41:24,+0000,,@JSONberland We did a ton of testing until they could handle 4X legally required impact energy. Extremely tough.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/330240665483096064,[],[],0,,False,3,1,1,,None,,,,,,,[],,,, +437,330054002148515841,330053450261987328,1367525980000.0,2013-05-02 20:19:40,+0000,,@BigBalli High pressure helium. Needs to be ultra light. All 4 legs together (~60 ft span) weigh less than Model S.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/330054002148515841,[],[],0,,False,25,7,10,,None,,,,,,,[],,,, +438,330053450261987328,330053450261987328,1367525849000.0,2013-05-02 20:17:29,+0000,,"F9R (pronounced F-niner) shows a little leg. Design is a nested, telescoping piston w A frame. http://t.co/H49TSS2CYl",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/330053450261987328,[],['https://pbs.twimg.com/media/BJSV3UQCAAITfKN.jpg'],1,https://pbs.twimg.com/media/BJSV3UQCAAITfKN.jpg,False,205,94,160,,None,,,,,,,[],,,, +439,330019280206831616,330017552120033282,1367517702000.0,2013-05-02 18:01:42,+0000,,@roulezelectric This is about getting a prior announcement right. Not part 4 yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/330019280206831616,[],[],0,,False,6,4,3,,None,,,,,,,[],,,, +440,330017552120033282,330017552120033282,1367517290000.0,2013-05-02 17:54:50,+0000,,Time to up the ante (and fix some mistakes). Tesla announcement tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/330017552120033282,[],[],0,,False,103,89,238,,None,,,,,,,[],,,, +441,329765200590929920,329675294749380608,1367457125000.0,2013-05-02 01:12:05,+0000,,"@astrostephenson We're aiming for late 2015, but NASA needs to have overlapping capability to be safe. Would do the same",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/329765200590929920,[],[],0,,False,6,1,3,,None,,,,,,,[],,,, +442,329764204716380160,329741175898640384,1367456887000.0,2013-05-02 01:08:07,+0000,,@MelissaMontoyaO Anne's role is launch site engineering. Don't think she has anything against media -- just not her role.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/329764204716380160,[],[],0,,False,3,2,0,,None,,,,,,,[],,,, +443,329652668547072001,329643547210944513,1367430295000.0,2013-05-01 17:44:55,+0000,,@realbhuwan @teslamotors Cool :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/329652668547072001,[],[],0,,False,5,1,1,,None,,,,,,,[],,,, +444,329642240353894401,329635272583176192,1367427809000.0,2013-05-01 17:03:29,+0000,,@rebel_sal Just read it. Good piece.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/329642240353894401,[],[],0,,False,6,1,0,,None,,,,,,,[],,,, +445,329635321824309248,329634717827747843,1367426159000.0,2013-05-01 16:35:59,+0000,,@RealTomLangel Maybe a v long time from now. Paying div is a sign that a company cannot find good ways to spend money.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329635321824309248,[],[],0,,False,6,2,1,,None,,,,,,,[],,,, +446,329634523744718848,329619173846171651,1367425969000.0,2013-05-01 16:32:49,+0000,,"@wfww Our software is requesting the right song, but Slacker has a bug in their code. Supposed to be fixed by tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329634523744718848,[],[],0,,False,4,3,1,,None,,,,,,,[],,,, +447,329633910898167808,329562997548793856,1367425823000.0,2013-05-01 16:30:23,+0000,,@eirene_inc @sciam Interesting piece,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329633910898167808,[],[],0,,False,3,1,0,,None,,,,,,,[],,,, +448,329339716933664770,329339716933664770,1367355682000.0,2013-04-30 21:01:22,+0000,,Auto Dealer Sterling McCall makes the case for Tesla direct sales in Texas http://t.co/JcHETe0d2l,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/329339716933664770,['http://www.chron.com/opinion/outlook/article/Let-s-drive-business-in-Texas-forward-4473447.php'],[],0,,False,40,18,65,,None,,,,,,,[],,,, +449,329026923932033025,329026923932033025,1367281106000.0,2013-04-30 00:18:26,+0000,,Congrats to @VirginGalactic and @RichardBranson on supersonic test flight!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/329026923932033025,[],[],0,,False,173,25,294,,None,,,,,,,[],,,, +450,328386732934430720,328386732934430720,1367128473000.0,2013-04-28 05:54:33,+0000,,First test of the Falcon 9-R (reusable) ignition system. Not long now before the hold down fire http://t.co/5r5nJWaNrI,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/328386732934430720,[],['https://pbs.twimg.com/media/BI6p_mXCAAEwKq6.jpg'],1,https://pbs.twimg.com/media/BI6p_mXCAAEwKq6.jpg,False,337,88,427,,None,,,,,,,[],,,, +451,327594252211200000,327581918222749696,1366939530000.0,2013-04-26 01:25:30,+0000,,"@tcmeggs Am for good public transit in LA, but the pace of that construction makes the 405 look fast.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/327594252211200000,[],[],0,,False,5,3,1,,None,,,,,,,[],,,, +452,327593152133361665,327583120738099200,1366939268000.0,2013-04-26 01:21:08,+0000,,@tcmeggs This argument is a bit silly. A city will not grow to infinite size just because there isn't traffic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/327593152133361665,[],[],0,,False,6,2,0,,None,,,,,,,[],,,, +453,327493831283056640,327450627397537792,1366915588000.0,2013-04-25 18:46:28,+0000,,"@NycomWireless @TeslaMotors Cool, thanks for buying our car!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/327493831283056640,[],[],0,,False,6,2,2,,None,,,,,,,[],,,, +454,327493652274372608,327450627397537792,1366915545000.0,2013-04-25 18:45:45,+0000,,"@Tapp697 Thanks, important clarification. Tesla announcements are always about making product experience better. Market follows eventually.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/327493652274372608,[],[],0,,False,9,3,1,,None,,,,,,,[],,,, +455,327450627397537792,327450627397537792,1366905287000.0,2013-04-25 15:54:47,+0000,,Announcement of new @TeslaMotors strategy tomorrow. Tesla owners will like this.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327450627397537792,[],[],0,,False,116,98,262,,None,,,,,,,[],,,, +456,327448476604583936,327447495196147712,1366904775000.0,2013-04-25 15:46:15,+0000,,@wheelseditor Cool. Just read and watched!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327448476604583936,[],[],0,,False,6,4,1,,None,,,,,,,[],,,, +457,327446760219889665,327446760219889665,1366904365000.0,2013-04-25 15:39:25,+0000,,Seems to be some stormy weather over in Shortville these days,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327446760219889665,[],[],0,,False,300,48,171,,None,,,,,,,[],,,, +458,326902082504384512,326881319881699329,1366774505000.0,2013-04-24 03:35:05,+0000,,@Rocketrichardp @ct_la Exactly. DMV Comm overruled good recommendation of Hearing Officer.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/326902082504384512,[],[],0,,False,4,3,2,,None,,,,,,,[],,,, +459,326882270982057984,326828343100076034,1366769781000.0,2013-04-24 02:16:21,+0000,,@Trekker56 @TeslaMotors Please contact DMV Commissioner and Governor. This is not good for the people of Virginia.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/326882270982057984,[],[],0,,False,6,1,3,,None,,,,,,,[],,,, +460,326828343100076034,326828343100076034,1366756923000.0,2013-04-23 22:42:03,+0000,,"Not all good news. Virginia DMV Commissioner just denied Tesla a dealer license, despite Hearing Officer being in favor.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/326828343100076034,[],[],0,,False,23,118,93,,None,,,,,,,[],,,, +461,326725362123935745,326500735233712129,1366732371000.0,2013-04-23 15:52:51,+0000,,@In_Sight_Full @juliewestfall we have great neighbors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/326725362123935745,[],[],0,,False,6,2,1,,None,,,,,,,[],,,, +462,326615354040283136,326500735233712129,1366706143000.0,2013-04-23 08:35:43,+0000,,@TheMilns Try this: http://t.co/UVhBE2uMli,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/326615354040283136,['http://m.youtube.com/#/watch?feature=youtu.be&v=se7_JpbtPwA&desktop_uri=%2Fwatch%3Fv%3Dse7_JpbtPwA%26feature%3Dyoutu.be'],[],0,,False,3,2,4,,None,,,,,,,[],,,, +463,326532755028602880,326532755028602880,1366686450000.0,2013-04-23 03:07:30,+0000,,Wringing water out of a towel in zero g is way trippy http://t.co/UFLI0MM6Kv via @youtube,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/326532755028602880,['http://www.youtube.com/watch?v=o8TssbmY-GM&sns=tw'],[],0,,False,211,60,451,,None,,,,,,,[],,,, +464,326520007741808640,326500735233712129,1366683410000.0,2013-04-23 02:16:50,+0000,,@clprenz evolving,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/326520007741808640,[],[],0,,False,3,1,1,,None,,,,,,,[],,,, +465,326519925386661889,326500735233712129,1366683391000.0,2013-04-23 02:16:31,+0000,,@kirkburgess yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/326519925386661889,[],[],0,,False,9,1,1,,None,,,,,,,[],,,, +466,326509932797116416,326413387426828288,1366681008000.0,2013-04-23 01:36:48,+0000,,@justinchace Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/326509932797116416,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +467,326500735233712129,326500735233712129,1366678816000.0,2013-04-23 01:00:16,+0000,,"Grasshopper rocket flies up 250m, holds against wind and lands. Vid taken from our hexacopter http://t.co/LXmMCYDD0e",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/326500735233712129,['http://www.youtube.com/watch?v=NoxiK7K28PU&feature=youtu.be'],[],0,,False,434,232,1165,,None,,,,,,,[],,,, +468,326155183623118849,326152475205857281,1366596430000.0,2013-04-22 02:07:10,+0000,,@dbhyslop Will post a video of the latest Grasshopper flight tomorrow (taken from the camera on our new hexacopter).,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/326155183623118849,[],[],0,,False,7,6,15,,None,,,,,,,[],,,, +469,326152872708419585,326152475205857281,1366595879000.0,2013-04-22 01:57:59,+0000,,Now with actual picture :) http://t.co/G6PCiAJmtx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/326152872708419585,[],['https://pbs.twimg.com/media/BIa6T0jCMAArRrA.jpg'],1,https://pbs.twimg.com/media/BIa6T0jCMAArRrA.jpg,False,653,106,507,,None,,,,,,,[],,,, +470,326152475205857281,326152475205857281,1366595784000.0,2013-04-22 01:56:24,+0000,,Cool picture of Io crossing Jupiter sent to me by @shervin. Would be amazing to visit in person one day.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/326152475205857281,[],[],0,,False,54,31,78,,None,,,,,,,[],,,, +471,326118739483451392,326096504450334720,1366587741000.0,2013-04-21 23:42:21,+0000,,Congratulations to @OrbitalSciences! “@CNETNews: Orbital's Antares rocket makes successful test flight http://t.co/y7bwdDMGCi”,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/326118739483451392,['http://cnet.co/17QCmKa'],[],0,,False,69,12,124,,None,,,,,,,[],,,, +472,325011704582901760,324990048523141120,1366323803000.0,2013-04-18 22:23:23,+0000,,@eirene_inc @archforhumanity @AFHDisasterTeam We have a lot of heavy lifting equipment. Will ask my team to send it over.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/325011704582901760,[],[],0,,False,15,6,11,,None,,,,,,,[],,,, +473,324990048523141120,324990048523141120,1366318640000.0,2013-04-18 20:57:20,+0000,,"Heart goes out to people of central Texas, home of SpaceX TX. All resources at disposal to help in any way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/324990048523141120,[],[],0,,False,134,15,167,,None,,,,,,,[],,,, +474,324575593796612096,324575593796612096,1366219826000.0,2013-04-17 17:30:26,+0000,,A @WhiteHouse petition to allow direct sales of cars by manufacturers: https://t.co/7h6m89mQmh Please vote here too!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/324575593796612096,['https://petitions.whitehouse.gov/petition/overturn-franchise-laws-limit-auto-manufacturers-selling-their-vehicles-directly-consumers/rlShbLzr'],[],0,,False,99,54,318,,None,,,,,,,[],,,, +475,324388037117214720,324388037117214720,1366175109000.0,2013-04-17 05:05:09,+0000,,"If you live in Texas and are pro Tesla, please vote in the @MyABJ opinion poll! http://t.co/ozPdw6UzUo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/324388037117214720,['http://www.bizjournals.com/austin/poll/results/11461812'],[],0,,False,41,45,170,,None,,,,,,,[],,,, +476,322906572814696448,322906572814696448,1365821900000.0,2013-04-13 02:58:20,+0000,,"Interesting... ""Putin unveils $50B drive for Russian space supremacy http://t.co/aK1vYGlYhl"" via @physorg_com",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/322906572814696448,['http://phys.org/news/2013-04-putin-unveils-bn-russian-space.html'],[],0,,False,110,100,200,,None,,,,,,,[],,,, +477,322416386037141504,322409574248357888,1365705031000.0,2013-04-11 18:30:31,+0000,,@batasrki Stay tuned for a big Supercharger announcement in a few weeks. Definitely have you covered.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322416386037141504,[],[],0,,False,32,8,19,,None,,,,,,,[],,,, +478,322414424570859520,322409574248357888,1365704563000.0,2013-04-11 18:22:43,+0000,,@JBSiegelMD Thanks! Hearing from constituents is super important to counteract the influence of the dealer lobby.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322414424570859520,[],[],0,,False,23,1,3,,None,,,,,,,[],,,, +479,322410144409481217,322410144409481217,1365703543000.0,2013-04-11 18:05:43,+0000,,"New York judge states: ""... dealers cannot utilize the Franchised Dealer Act as a means to sue their competitors"". Exactly!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322410144409481217,[],[],0,,False,97,34,104,,None,,,,,,,[],,,, +480,322409574248357888,322409574248357888,1365703407000.0,2013-04-11 18:03:27,+0000,,"New York judge just ruled in favor Tesla, dismissing the legal attack by auto dealers to prevent direct sales!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322409574248357888,[],[],0,,False,343,118,482,,None,,,,,,,[],,,, +481,322170049316139009,322170049316139009,1365646300000.0,2013-04-11 02:11:40,+0000,,Yay for democracy! @latimes asks: Should Tesla Motors be able to sell directly to consumers? http://t.co/IhSNht6bgx,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/322170049316139009,"['http://www.latimes.com/business/autos/la-fi-hy-tesla-ceo-takes-dealer-fight-to-texas-says-he-can-sell-more-cars-20130410,0,1676772.story']",[],0,,False,87,64,156,,None,,,,,,,[],,,, +482,322163054601179136,322154768476823553,1365644632000.0,2013-04-11 01:43:52,+0000,,"@twittelator Yup, you're right",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/322163054601179136,[],[],0,,False,6,2,0,,None,,,,,,,[],,,, +483,321987888055201793,321987888055201793,1365602869000.0,2013-04-10 14:07:49,+0000,,Just wanted to say thanks to everyone for testifying yesterday in Austin. Will hang around after press conf to thank people in person.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/321987888055201793,[],[],0,,False,48,24,50,,None,,,,,,,[],,,, +484,321985069235453953,321984409060384768,1365602197000.0,2013-04-10 13:56:37,+0000,,"@derrickgott007 already partly here with rocket development, but will make it a lot bigger with the launch site",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/321985069235453953,[],[],0,,False,5,1,3,,None,,,,,,,[],,,, +485,321710007223726080,321710007223726080,1365536617000.0,2013-04-09 19:43:37,+0000,,Just had Texas BBQ for lunch in Capitol Building. About to head to House Committee hearing to advocate for Tesla in TX.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/321710007223726080,[],[],0,,False,76,86,41,,None,,,,,,,[],,,, +486,321637861147426816,321637861147426816,1365519416000.0,2013-04-09 14:56:56,+0000,,In TX to make the case for allowing Tesla to sell cars. Pls come to Capitol Room E2.014 at 1:30! http://t.co/WR3WXE8SFe,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/321637861147426816,['http://www.teslamotors.com/blog/tesla-approach-distributing-and-servicing-cars'],[],0,,False,48,34,140,,None,,,,,,,[],,,, +487,321440099348934656,321440099348934656,1365472266000.0,2013-04-09 01:51:06,+0000,,Which leads me to my next subject of gun control ... just kidding,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321440099348934656,[],[],0,,False,200,77,65,,None,,,,,,,[],,,, +488,321438436168974336,321438436168974336,1365471869000.0,2013-04-09 01:44:29,+0000,,No more political comments for me now that I've shot off both my feet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321438436168974336,[],[],0,,False,91,71,49,,None,,,,,,,[],,,, +489,321434227914727424,321430023296913411,1365470866000.0,2013-04-09 01:27:46,+0000,,"@TaniaPalme When a person dies, the right thing to do is remember the good more than the bad. Not a day for hate (if there is ever such).",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321434227914727424,[],[],0,,False,20,8,10,,None,,,,,,,[],,,, +490,321430023296913411,321430023296913411,1365469864000.0,2013-04-09 01:11:04,+0000,,"At the risk of losing more ""cool points"", I like Reagan too! However, I also like Obama, Clinton & JFK. Good people on both sides...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321430023296913411,[],[],0,,False,115,45,61,,None,,,,,,,[],,,, +491,321427493661859840,321423079089766400,1365469260000.0,2013-04-09 01:01:00,+0000,,"@ticeestes Am not trying to accumulate cool points. She was far from perfect, but her actions, on balance, were good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321427493661859840,[],[],0,,False,15,23,3,,None,,,,,,,[],,,, +492,321425821405429760,321423079089766400,1365468862000.0,2013-04-09 00:54:22,+0000,,"@richardmatthias Her later years are debatable, but her early years are not imo. Britain went from dreary to Great again.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/321425821405429760,[],[],0,,False,12,7,4,,None,,,,,,,[],,,, +493,321423079089766400,321423079089766400,1365468208000.0,2013-04-09 00:43:28,+0000,,"Always admired Margaret Thatcher -- she was tough, but sensible & fair, much like my English Nana http://t.co/KcXsZGk7fw",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/321423079089766400,['http://www.guardian.co.uk/politics/interactive/2013/apr/08/margaret-thatcher-i-knew'],[],0,,False,144,178,104,,None,,,,,,,[],,,, +494,321409229565075456,321407591584509952,1365464906000.0,2013-04-08 23:48:26,+0000,,@ryanjoyce88 We went through literally hundreds of variants of red trying to find something original that didn't suck.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321409229565075456,[],[],0,,False,61,3,5,,None,,,,,,,[],,,, +495,321408906331041793,321407591584509952,1365464829000.0,2013-04-08 23:47:09,+0000,,"@quietlybear Do all the intro courses for mech, EE, aero and physics, then specialize in the one you like most.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321408906331041793,[],[],0,,False,100,3,11,,None,,,,,,,[],,,, +496,321407591584509952,321407591584509952,1365464516000.0,2013-04-08 23:41:56,+0000,,New Tesla red going down assembly line for the first time. We spent a lot of time on this color! http://t.co/e7twjazWPx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321407591584509952,[],['https://pbs.twimg.com/media/BHXegG0CMAAICXq.jpg'],1,https://pbs.twimg.com/media/BHXegG0CMAAICXq.jpg,False,791,204,389,,None,,,,,,,[],,,, +497,321342187067543552,321342187067543552,1365448922000.0,2013-04-08 19:22:02,+0000,,"Sarah Palin calls Tesla a loser. Am deeply wounded. http://t.co/eOGT80Ut4L Btw, Model S warranty does cover ""bricking"".",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/321342187067543552,['http://www.rawstory.com/rs/2013/04/07/sarah-palin-echoes-romney-tesla-motors-losers-who-build-bricks/'],[],0,,False,185,323,411,,None,,,,,,,[],,,, +498,319291625731940352,318118700806983680,1364960030000.0,2013-04-03 03:33:50,+0000,,@DreWeathers Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/319291625731940352,[],[],0,,False,6,8,3,,None,,,,,,,[],,,, +499,319239040429862912,319239040429862912,1364947493000.0,2013-04-03 00:04:53,+0000,,Great explanation of the @TeslaMotors announcement by @TechCrunch http://t.co/rTHX6LofOE,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/319239040429862912,['http://techcrunch.com/2013/04/02/tesla-motors-partners-with-wells-fargo-and-us-bank-to-finance-model-s-electric-cars/'],[],0,,False,94,50,185,,None,,,,,,,[],,,, +500,319221613314834432,319213656971804672,1364943338000.0,2013-04-02 22:55:38,+0000,,"@sightalignment Hoping to open the Century City Tesla store this month. It is my neighborhood mall, so I'm there all the time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/319221613314834432,[],[],0,,False,5,1,5,,None,,,,,,,[],,,, +501,319221229724770305,319209714120544257,1364943246000.0,2013-04-02 22:54:06,+0000,,@fleijerstam @gronnbilnorge We are working hard to make that happen!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/319221229724770305,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +502,319156297780039680,319153347632439297,1364927765000.0,2013-04-02 18:36:05,+0000,,@BjarteReve Should be late 2014 for US and early 2015 for Europe.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/319156297780039680,[],[],0,,False,5,0,1,,None,,,,,,,[],,,, +503,319153517111676928,319153347632439297,1364927102000.0,2013-04-02 18:25:02,+0000,,@BjarteReve July!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/319153517111676928,[],[],0,,False,5,2,3,,None,,,,,,,[],,,, +504,319144496187187202,319144496187187202,1364924951000.0,2013-04-02 17:49:11,+0000,,Am headed to TX next week to thank people personally for supporting Tesla. Please head to SB 1659 @ 8am tomorrow #TeslaTX,en,['teslatx'],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/319144496187187202,[],[],0,,False,46,40,69,,None,,,,,,,[],,,, +505,319121972212690945,319121972212690945,1364919581000.0,2013-04-02 16:19:41,+0000,,Certainly true that many people believe that Tesla and SpaceX are powered by the #hhgttg Infinite Improbability Drive :),en,['hhgttg'],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/319121972212690945,[],[],0,,False,124,43,144,,None,,,,,,,[],,,, +506,319119973366784002,319119973366784002,1364919105000.0,2013-04-02 16:11:45,+0000,,Today's Tesla announcement is actually the 2nd in a 5 part trilogy (love Douglas Adams),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/319119973366784002,[],[],0,,False,84,38,106,,None,,,,,,,[],,,, +507,318888865668681728,318882078945050625,1364864004000.0,2013-04-02 00:53:24,+0000,,@mpauldine You never know ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/318888865668681728,[],[],0,,False,4,2,3,,None,,,,,,,[],,,, +508,318826190725074944,318586284065054720,1364849062000.0,2013-04-01 20:44:22,+0000,,@stopman Thanks Michael. Beauty of over the air software updates is that the product keeps improving even after you buy it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/318826190725074944,[],[],0,,False,13,2,5,,None,,,,,,,[],,,, +509,318820033839128576,318586284065054720,1364847594000.0,2013-04-01 20:19:54,+0000,,@jeremys Thanks Jeremy! Good seeing you in LA. Awesome job with Yelp!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/318820033839128576,[],[],0,,False,6,0,1,,None,,,,,,,[],,,, +510,318588682070269952,318588682070269952,1364792435000.0,2013-04-01 05:00:35,+0000,,"To be clear, Tesla is in California, so it is not April Fool's yet! Also, some may differ, but imo the Tues news is arguably more important.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/318588682070269952,[],[],0,,False,63,50,76,,None,,,,,,,[],,,, +511,318586284065054720,318586284065054720,1364791863000.0,2013-04-01 04:51:03,+0000,,First profitable Q for Tesla thanks to awesome customers & hard work by a super dedicated team http://t.co/njumz2SDmx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/318586284065054720,['http://www.teslamotors.com/about/press/releases/tesla-model-s-sales-exceed-target'],[],0,,False,302,120,541,,None,,,,,,,[],,,, +512,318435934246944768,318435934246944768,1364756017000.0,2013-03-31 18:53:37,+0000,,About to do chocolate egg hunt with all the kids. Candy bonanza! Happy Easter!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/318435934246944768,[],[],0,,False,52,22,20,,None,,,,,,,[],,,, +513,318164425251110912,318151676164988929,1364691284000.0,2013-03-31 00:54:44,+0000,,"Thanks Bob “@BobMetcalfe: Tesla Takes on TX Dealer's Association (MA too) - Repeal anti-competitive dealer laws - http://t.co/qbbBkGkvzC""",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/318164425251110912,['http://bit.ly/169r2Fs'],[],0,,False,18,15,48,,None,,,,,,,[],,,, +514,318122230758391808,318120401148465154,1364681224000.0,2013-03-30 22:07:04,+0000,,"Sorry, correct link is: http://t.co/yBRQRUKmAE",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/318122230758391808,['http://en.wikipedia.org/wiki/Eighty-third_Texas_Legislature'],[],0,,False,17,11,44,,None,,,,,,,[],,,, +515,318120401148465154,318120401148465154,1364680788000.0,2013-03-30 21:59:48,+0000,,"If you support Tesla in Texas, please contact your state Senate or House member. Free enterprise! http://t.co/BoaveKd4NZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/318120401148465154,['http://en.wikipedia.org/wiki/Eighty-first_Texas_Legislature'],[],0,,False,44,33,119,,None,,,,,,,[],,,, +516,318118700806983680,318118700806983680,1364680383000.0,2013-03-30 21:53:03,+0000,,Auto dealers in Texas are trying to stop Tesla. Would appreciate your help in fighting for what's right http://t.co/5T4pH7u5fX,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/318118700806983680,['http://wot.motortrend.com/tesla-takes-on-texas-dealers-association-349795.html#axzz2P3te9cYC'],[],0,,False,93,114,487,,None,,,,,,,[],,,, +517,317665357819154432,317665357819154432,1364572298000.0,2013-03-29 15:51:38,+0000,,Rocket fairing almost ready for deployment test in vacuum chamber. Man lift on right for scale http://t.co/BLOTThWFvw,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317665357819154432,[],['https://pbs.twimg.com/media/BGiS9bqCEAA1j7I.jpg'],1,https://pbs.twimg.com/media/BGiS9bqCEAA1j7I.jpg,False,211,45,172,,None,,,,,,,[],,,, +518,317661456751550464,317659286660595712,1364571367000.0,2013-03-29 15:36:07,+0000,,Can't make this stuff up: “@ErneX: hah and that's the name of a fire extinguisher https://t.co/0y4QzzlLkw”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317661456751550464,['https://fireextinguisherdepot.com/fire-extinguishers-1/abc-fire-extinguishers-1/amerex-b456-abc-fire-extinguisher-10-lb-rechargeable-ul-rating-4a-40b-c.html'],[],0,,False,15,7,12,,None,,,,,,,[],,,, +519,317659286660595712,317659286660595712,1364570850000.0,2013-03-29 15:27:30,+0000,,A123 battery company renames itself B456 after bankruptcy (really).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317659286660595712,[],[],0,,False,120,63,297,,None,,,,,,,[],,,, +520,316595382622765056,316595382622765056,1364317195000.0,2013-03-26 16:59:55,+0000,,Recovery ship has secured Dragon. Powering down all secondary systems. Cargo looks A ok.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316595382622765056,[],[],0,,False,96,46,165,,None,,,,,,,[],,,, +521,316588335885856768,316588335885856768,1364315515000.0,2013-03-26 16:31:55,+0000,,Telemetry says main parachutes deployed ... now visually confirmed,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316588335885856768,[],[],0,,False,37,24,74,,None,,,,,,,[],,,, +522,316588058021609472,316588058021609472,1364315449000.0,2013-03-26 16:30:49,+0000,,Recovery ship just heard the sonic booms from Dragon reentry and has data transmission lock.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316588058021609472,[],[],0,,False,45,7,107,,None,,,,,,,[],,,, +523,316585896814194688,316585896814194688,1364314934000.0,2013-03-26 16:22:14,+0000,,Dragon deorbit burn was good. All thrusters operating. On target for splashdown.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316585896814194688,[],[],0,,False,59,19,113,,None,,,,,,,[],,,, +524,316446454963122176,316446454963122176,1364281688000.0,2013-03-26 07:08:08,+0000,,"Future will indeed be rooftop solar + battery pack, w utility company just providing backup power http://t.co/1PlB3xn0Cz",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/316446454963122176,['http://www.fool.com/investing/general/2013/03/25/the-end-of-utilities.aspx'],[],0,,False,218,85,367,,None,,,,,,,[],,,, +525,316358938419400706,316358938419400706,1364260823000.0,2013-03-26 01:20:23,+0000,,Slight change of date to ensure no end of quarter distractions -- will be Tues next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/316358938419400706,[],[],0,,False,35,39,57,,None,,,,,,,[],,,, +526,316260319360061440,316260319360061440,1364237310000.0,2013-03-25 18:48:30,+0000,,Really exciting @TeslaMotors announcement coming on Thursday. Am going to put my money where my mouth is in v major way.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/316260319360061440,[],[],0,,False,264,148,710,,None,,,,,,,[],,,, +527,316229109862776833,316229109862776833,1364229869000.0,2013-03-25 16:44:29,+0000,,"There's crazy, there's batsh*t crazy, then there's North Korea crazy... http://t.co/etJmNZqVD1",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/316229109862776833,['http://news.yahoo.com/blogs/lookout/north-korea-video-propaganda-us-troops-rockets-125355219.html'],[],0,,False,107,44,293,,None,,,,,,,[],,,, +528,315689366557188096,315675763040989184,1364101184000.0,2013-03-24 04:59:44,+0000,,@MichaelLindahl It will be slightly smaller w fewer features as std. Think Audi A4 or BMW 3 vs Model S being S7 or M5,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/315689366557188096,[],[],0,,False,12,3,4,,None,,,,,,,[],,,, +529,315688846731902976,315587700063363073,1364101060000.0,2013-03-24 04:57:40,+0000,,@DeanJFalkenberg yep,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/315688846731902976,[],[],0,,False,7,2,1,,None,,,,,,,[],,,, +530,315609388335366144,315589150801813504,1364082116000.0,2013-03-23 23:41:56,+0000,,@Nezheim @jbmeicher sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/315609388335366144,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +531,315590420203700224,315589150801813504,1364077594000.0,2013-03-23 22:26:34,+0000,,.@jbmeicher Model S works great in cold. Highest sales/capita are in Norway and we have a ton of customers in Canada.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315590420203700224,[],[],0,,False,23,32,43,,None,,,,,,,[],,,, +532,315587700063363073,315587700063363073,1364076945000.0,2013-03-23 22:15:45,+0000,,"But when considering savings of gas v electricity, true cost vs gas cars is more like $25k for a v sweet ride",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315587700063363073,[],[],0,,False,37,29,38,,None,,,,,,,[],,,, +533,315587176597426176,315568818833477633,1364076820000.0,2013-03-23 22:13:40,+0000,,.@benmacy $30k in 2013 $ (ie + inflation) w 200+ mile range w some really cool tech that we can't talk about yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315587176597426176,[],[],0,,False,73,44,78,,None,,,,,,,[],,,, +534,315583897448632322,315568818833477633,1364076039000.0,2013-03-23 22:00:39,+0000,,".@joshj777 It has always been my dream to produce a low cost, compelling electric car. We are 3 to 4 years away. Wish it could be sooner.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315583897448632322,[],[],0,,False,88,53,149,,None,,,,,,,[],,,, +535,315571855752851456,315568818833477633,1364073168000.0,2013-03-23 21:12:48,+0000,,@malkosh was this in a test drive car (those are all about to be upgraded) or a current customer car?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/315571855752851456,[],[],0,,False,3,4,1,,None,,,,,,,[],,,, +536,315568818833477633,315568818833477633,1364072444000.0,2013-03-23 21:00:44,+0000,,Review of Tesla Model S by @RoadandTrack. Good article w minor errors addressed in reader comments http://t.co/qfQDWL96wQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/315568818833477633,['http://www.roadandtrack.com/car-reviews/road-tests/road-test-2013-tesla-model-s'],[],0,,False,81,21,125,,None,,,,,,,[],,,, +537,315258192949022720,315258192949022720,1363998385000.0,2013-03-23 00:26:25,+0000,,"When Shoemaker-Levy comet hit Jupiter in 94, it made an Earth size hole. We wd be super dead if it actually hit Earth http://t.co/b6IyuLoHIo",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/315258192949022720,['http://en.wikipedia.org/wiki/Comet_Shoemaker%E2%80%93Levy_9'],[],0,,False,84,61,179,,None,,,,,,,[],,,, +538,315252557884825601,315049449653153792,1363997041000.0,2013-03-23 00:04:01,+0000,,Probably true imo “@bbcscitech: Dinosaur-killing rock 'was a comet' http://t.co/wZhjXrl9NV”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/315252557884825601,['http://bbc.in/15zdItz'],[],0,,False,19,10,23,,None,,,,,,,[],,,, +539,314262567084249088,314262567084249088,1363761009000.0,2013-03-20 06:30:09,+0000,,My talk at TED with @TEDchris http://t.co/SNOvzWdR0u,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/314262567084249088,['http://on.ted.com/jU8R'],[],0,,False,425,64,390,,None,,,,,,,[],,,, +540,314179636445712384,314177889245466625,1363741237000.0,2013-03-20 01:00:37,+0000,,"@Anthropic Yeah, Plum Brook Space Power Facility @NASA Glenn Research Center. Help from the Glenn team much appreciated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/314179636445712384,[],[],0,,False,10,0,3,,None,,,,,,,[],,,, +541,314177889245466625,314177889245466625,1363740820000.0,2013-03-20 00:53:40,+0000,,Testing separation of F9 rocket fairing (can hold a city bus) in world's largest vacuum chamber http://t.co/2zkLi4ON0s,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/314177889245466625,[],['https://pbs.twimg.com/media/BFwvIC0CEAEar_R.jpg'],1,https://pbs.twimg.com/media/BFwvIC0CEAEar_R.jpg,False,268,43,310,,None,,,,,,,[],,,, +542,313848068900532224,313848068900532224,1363662185000.0,2013-03-19 03:03:05,+0000,,Sharing a metaphysical milkshake with @RainnWilson http://t.co/XPJ0OkGhmX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/313848068900532224,['http://www.youtube.com/watch?v=Ns0IHCj2q-E&feature=youtu.be&a'],[],0,,False,157,37,218,,None,,,,,,,[],,,, +543,313357288985460740,313354143152607232,1363545174000.0,2013-03-17 18:32:54,+0000,,"@JBSiegelMD Cool, I'm glad you like it!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/313357288985460740,[],[],0,,False,3,0,2,,None,,,,,,,[],,,, +544,313354143152607232,313354143152607232,1363544424000.0,2013-03-17 18:20:24,+0000,,Craig Venter talks about flu vaccines and the Tesla Model S. Gesundheit! http://t.co/nt2etVUjDq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/313354143152607232,['http://www.medscape.com/viewarticle/780324_2'],[],0,,False,42,17,70,,None,,,,,,,[],,,, +545,310550326900051969,310550326900051969,1362875942000.0,2013-03-10 00:39:02,+0000,,Using Über to order a Tesla Model S @SXSW with @shervin and @travisk http://t.co/69H47lMjBw,de,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/310550326900051969,[],['https://pbs.twimg.com/media/BE9L4IBCUAAZQUR.jpg'],1,https://pbs.twimg.com/media/BE9L4IBCUAAZQUR.jpg,False,300,49,203,,None,,,,,,,[],,,, +546,310517571524915200,310517571524915200,1362868132000.0,2013-03-09 22:28:52,+0000,,The Johnny Cash hover slam! http://t.co/9jXiKoo9D1,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/310517571524915200,['http://youtu.be/2Ivr6JF1K-8'],[],0,,False,227,109,409,,None,,,,,,,[],,,, +547,310478997077258241,310478997077258241,1362858935000.0,2013-03-09 19:55:35,+0000,,Will show Johnny Cash hover slam rocket video for the first time in about 15 mins. Test footage only 36 hrs old. #SXSW,en,['sxsw'],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/310478997077258241,[],[],0,,False,49,46,132,,None,,,,,,,[],,,, +548,310079304602107904,310079304602107904,1362763641000.0,2013-03-08 17:27:21,+0000,,Check out Model S at Tesla Austin Gallery at The Domain opening today! I will stop by this eve and tomorrow morning.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/310079304602107904,[],[],0,,False,36,33,79,,None,,,,,,,[],,,, +549,310051925024452608,310047260958416897,1362757114000.0,2013-03-08 15:38:34,+0000,,@sdvillella nice pic!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310051925024452608,[],[],0,,False,8,0,4,,None,,,,,,,[],,,, +550,310048970342809601,310047260958416897,1362756409000.0,2013-03-08 15:26:49,+0000,,@RebeccaJarvis Not yet. I look forward to giving that a try.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310048970342809601,[],[],0,,False,7,0,1,,None,,,,,,,[],,,, +551,310047260958416897,310047260958416897,1362756002000.0,2013-03-08 15:20:02,+0000,,Random trivia: my grandfather & great grandfather were both born in Minnesota. I was named after my GGF.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310047260958416897,[],[],0,,False,58,32,32,,None,,,,,,,[],,,, +552,310046392653582336,310046392653582336,1362755795000.0,2013-03-08 15:16:35,+0000,,Minnesota auto dealers tried to pass legislation to block Tesla stores. Bill was just defeated in Senate. Thanks MN!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310046392653582336,[],[],0,,False,126,75,251,,None,,,,,,,[],,,, +553,310038397253210113,310036546327834625,1362753888000.0,2013-03-08 14:44:48,+0000,,@Asherlaw SpaceX is expanding launch ops at Canaveral too. Need 2 locations to handle flight rate and avoid weather risk,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310038397253210113,[],[],0,,False,3,3,4,,None,,,,,,,[],,,, +554,310036546327834625,310036546327834625,1362753447000.0,2013-03-08 14:37:27,+0000,,"Arrived Austin. Talking with TX House about creating an orbital launch complex near Brownsville, then #SXSW keynote tmrw",en,['sxsw'],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310036546327834625,[],[],0,,False,80,61,131,,None,,,,,,,[],,,, +555,310031964663078913,310027926668197889,1362752355000.0,2013-03-08 14:19:15,+0000,,@navidob Pretty much. Couldn't leave the country of Ibsen without doing something cultural!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310031964663078913,[],[],0,,False,6,2,5,,None,,,,,,,[],,,, +556,310027926668197889,310027926668197889,1362751392000.0,2013-03-08 14:03:12,+0000,,Saw a play about Stalin in Norwegian. Like watching mimes with emoticons doing Solzhenitsyn. http://t.co/YsWV6IF3QL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310027926668197889,[],['https://pbs.twimg.com/media/BE1wwbgCQAAespx.jpg'],1,https://pbs.twimg.com/media/BE1wwbgCQAAespx.jpg,False,122,30,53,,None,,,,,,,[],,,, +557,309435481165279233,309435481165279233,1362610142000.0,2013-03-06 22:49:02,+0000,,Am in Oslo to thank the Norwegian customers of @TeslaMotors personally. Highest Model S orders per capita in the world.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/309435481165279233,[],[],0,,False,118,71,206,,None,,,,,,,[],,,, +558,307958110474104832,307958110474104832,1362257909000.0,2013-03-02 20:58:29,+0000,,Just received #Dragon docking clearance from @NASA. Will begin orbital maneuvers to Space Station at 11pm Pacific time.,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/307958110474104832,[],[],0,,False,147,62,319,,None,,,,,,,[],,,, +559,307633403195449344,307633403195449344,1362180493000.0,2013-03-01 23:28:13,+0000,,Would also like to thank @USAirForce for allowing us to use their long range comm system for Dragon in free drift.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/307633403195449344,[],[],0,,False,92,29,138,,None,,,,,,,[],,,, +560,307627922783600640,307627922783600640,1362179186000.0,2013-03-01 23:06:26,+0000,,Just want to say thanks to @NASA for being the world's coolest customer. Looking forward to delivering the goods!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/307627922783600640,[],[],0,,False,239,37,397,,None,,,,,,,[],,,, +561,307615430154022912,307615430154022912,1362176208000.0,2013-03-01 22:16:48,+0000,,Orbit raising burn successful. Dragon back on track.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/307615430154022912,[],[],0,,False,232,107,618,,None,,,,,,,[],,,, +562,307597163582590977,307597163582590977,1362171853000.0,2013-03-01 21:04:13,+0000,,Thruster pods one through four are now operating nominally. Preparing to raise orbit. All systems green.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/307597163582590977,[],[],0,,False,242,116,524,,None,,,,,,,[],,,, +563,307580263637061633,307580263637061633,1362167824000.0,2013-03-01 19:57:04,+0000,,Pods 1 and 4 now online and thrusters engaged. Dragon transitioned from free drift to active control. Yes!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/307580263637061633,[],[],0,,False,267,177,588,,None,,,,,,,[],,,, +564,307536134215446528,307536134215446528,1362157302000.0,2013-03-01 17:01:42,+0000,,Attempting bring up of thruster pods 2 and 4,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/307536134215446528,[],[],0,,False,50,45,156,,None,,,,,,,[],,,, +565,307533114035535872,307533114035535872,1362156582000.0,2013-03-01 16:49:42,+0000,,Solar array deployment successful,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307533114035535872,[],[],0,,False,255,145,597,,None,,,,,,,[],,,, +566,307530281290711042,307530281290711042,1362155907000.0,2013-03-01 16:38:27,+0000,,Thruster pod 3 tank pressure trending positive. Preparing to deploy solar arrays.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307530281290711042,[],[],0,,False,95,35,288,,None,,,,,,,[],,,, +567,307523715678212096,307523715678212096,1362154341000.0,2013-03-01 16:12:21,+0000,,About to pass over Australia ground station and command inhibit override,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307523715678212096,[],[],0,,False,43,43,191,,None,,,,,,,[],,,, +568,307521854166417408,307521854166417408,1362153898000.0,2013-03-01 16:04:58,+0000,,Holding on solar array deployment until at least two thruster pods are active,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307521854166417408,[],[],0,,False,49,22,222,,None,,,,,,,[],,,, +569,307515784610058241,307515784610058241,1362152451000.0,2013-03-01 15:40:51,+0000,,Issue with Dragon thruster pods. System inhibiting three of four from initializing. About to command inhibit override.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/307515784610058241,[],[],0,,False,80,61,568,,None,,,,,,,[],,,, +570,307513668483047424,307513668483047424,1362151946000.0,2013-03-01 15:32:26,+0000,,Falcon 9 delivered Dragon to its target orbit. All good on the rocket.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/307513668483047424,[],[],0,,False,120,56,302,,None,,,,,,,[],,,, +571,307502809744551936,307502809744551936,1362149357000.0,2013-03-01 14:49:17,+0000,,T minus 22 mins to launch mission 3 to dock with the Space Station http://t.co/TfGUbZSaL3,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/307502809744551936,[],['https://pbs.twimg.com/media/BER4LR6CMAIlNpU.jpg'],1,https://pbs.twimg.com/media/BER4LR6CMAIlNpU.jpg,False,226,50,402,,None,,,,,,,[],,,, +572,307406661688127488,307406661688127488,1362126434000.0,2013-03-01 08:27:14,+0000,,Computer glitch found by @SpaceX avionics while bench testing on IM. Couldn't replicate on vehicle. Launch proceeding...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/307406661688127488,[],[],0,,False,45,11,72,,None,,,,,,,[],,,, +573,307361875782402048,307361875782402048,1362115756000.0,2013-03-01 05:29:16,+0000,,Launch on track for tomorrow morning at 10:10 am Cape Canaveral time,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/307361875782402048,[],[],0,,False,72,51,171,,None,,,,,,,[],,,, +574,306612536973856768,306591715077271553,1361937100000.0,2013-02-27 03:51:40,+0000,,"@andrewliebchen @_chrissimmons Exactly. Then no need for clean energy subsidies, as externality is priced into mkt behavior",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/306612536973856768,[],[],0,,False,5,7,7,,None,,,,,,,[],,,, +575,306608592100941824,306591715077271553,1361936159000.0,2013-02-27 03:35:59,+0000,,"@_ChrisSimmons A carbon tax would affect coal even more than gasoline, so electricity would also become more expensive",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/306608592100941824,[],[],0,,False,3,1,3,,None,,,,,,,[],,,, +576,306591715077271553,306591715077271553,1361932135000.0,2013-02-27 02:28:55,+0000,,"One often hears that there is no point in a US carbon tax unless China acts. Well, they just did http://t.co/SIp9NzkulK",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/306591715077271553,['http://slate.me/ZGAPVz'],[],0,,False,152,51,526,,None,,,,,,,[],,,, +577,306193893890863104,306193893890863104,1361837287000.0,2013-02-26 00:08:07,+0000,,"Rocket static fire @SpaceX Cape Canaveral launch pad looks good. Engines generated 433 tons of thrust, parameters nominal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/306193893890863104,[],[],0,,False,180,26,244,,None,,,,,,,[],,,, +578,305971647561752576,305907190563221504,1361784300000.0,2013-02-25 09:25:00,+0000,,"@FaeLoba Best is winning competitions like Formula SAE, design/build/fly or other evidence of exceptional eng ability",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/305971647561752576,[],[],0,,False,5,1,5,,None,,,,,,,[],,,, +579,305172926762725376,305067979689820160,1361593870000.0,2013-02-23 04:31:10,+0000,,"@EricIdle Cool! Btw, thought you might appreciate that 1st flight of Dragon spacecraft carried a large wheel of cheese :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/305172926762725376,[],[],0,,False,15,6,9,,None,,,,,,,[],,,, +580,304004275921625090,304004275921625090,1361315242000.0,2013-02-19 23:07:22,+0000,,Thanks @CNBC! “@Lebeaucarnews: The Model S delivered what @elonmusk promised. A ride to make you re-think going electric.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/304004275921625090,[],[],0,,False,50,12,96,,None,,,,,,,[],,,, +581,303585941304537090,303585941304537090,1361215503000.0,2013-02-18 19:25:03,+0000,,Appreciate thoughtful @Sulliview article. Faith in @nytimes restored.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/303585941304537090,[],[],0,,False,49,35,93,,None,,,,,,,[],,,, +582,302591854262767616,302591854262767616,1360978494000.0,2013-02-16 01:34:54,+0000,,Revolutions don't happen if you just roll over to the powers that be. Got to fight for what you believe. That's why http://t.co/GxkT0LVL,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/302591854262767616,['http://www.mercurynews.com/breaking-news/ci_22601708/tesla-ceo-elon-musk-is-right-battle-bad'],[],0,,False,173,74,372,,None,,,,,,,[],,,, +583,302341780479823872,302341780479823872,1360918872000.0,2013-02-15 09:01:12,+0000,,"Genius move “@cdabel114: @CNN Well, to be fair, they did use the controversial gimmick of actually charging up the car”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/302341780479823872,[],[],0,,False,48,13,86,,None,,,,,,,[],,,, +584,302235336514342912,302235336514342912,1360893494000.0,2013-02-15 01:58:14,+0000,,CNN about halfway through East Coast Supercharger test drive of @TeslaMotors Model S w @PeterDrives & @AbigailBassett,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/302235336514342912,[],[],0,,False,28,34,59,,None,,,,,,,[],,,, +585,302179853388619777,302179853388619777,1360880265000.0,2013-02-14 22:17:45,+0000,,Testing the Model S on a surface of pure ice and snow http://t.co/OeZwXFSv,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/302179853388619777,['http://www.youtube.com/watch?v=i0sflIrq_UM'],[],0,,False,86,42,89,,None,,,,,,,[],,,, +586,301064882655207426,301064882655207426,1360614436000.0,2013-02-11 20:27:16,+0000,,"Btw, more free East Coast Superchargers coming soon. Will allow lower initial charge, v high speed trip & long detours, like NYTimes drive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/301064882655207426,[],[],0,,False,55,40,91,,None,,,,,,,[],,,, +587,301054791432417280,301053361157988352,1360612030000.0,2013-02-11 19:47:10,+0000,,"@batasrki Yeah, Top Gear pretended the Tesla Roadster ran out of charge and they had to push it home. Logs showed 50 miles range left.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301054791432417280,[],[],0,,False,15,8,33,,None,,,,,,,[],,,, +588,301054021928640512,301050531923779585,1360611846000.0,2013-02-11 19:44:06,+0000,,@tomleykis Thanks Tom! Support of real Tesla customers like yourself who drive the car every day is v much appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301054021928640512,[],[],0,,False,7,2,7,,None,,,,,,,[],,,, +589,301053361157988352,301053361157988352,1360611689000.0,2013-02-11 19:41:29,+0000,,"Tesla data logging is only turned on with explicit written permission from customers, but after Top Gear BS, we always keep it on for media.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301053361157988352,[],[],0,,False,165,73,347,,None,,,,,,,[],,,, +590,301050531923779585,301050531923779585,1360611014000.0,2013-02-11 19:30:14,+0000,,"Tesla blog coming soon detailing what actually happened on Broder's NYTimes ""range test"". Also lining up other journalists to do same drive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301050531923779585,[],[],0,,False,91,73,196,,None,,,,,,,[],,,, +591,301049593385340928,301049593385340928,1360610790000.0,2013-02-11 19:26:30,+0000,,NYTimes article about Tesla range in cold is fake. Vehicle logs tell true story that he didn't actually charge to max & took a long detour.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301049593385340928,[],[],0,,False,324,132,918,,None,,,,,,,[],,,, +592,300664934663061505,300664934663061505,1360519081000.0,2013-02-10 17:58:01,+0000,,"Busted “@TheOnion: Barack Obama: 'Look, I'm Just Going To Say It: I Collect Antique Nazi Memorabilia' http://t.co/KExXRoBL”",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/300664934663061505,['http://onion.com/Wtrvzw'],[],0,,False,30,8,53,,None,,,,,,,[],,,, +593,300234184193105920,300234184193105920,1360416382000.0,2013-02-09 13:26:22,+0000,,Next Grasshopper rocket test is called the Johnny Cash Hover Slam (yeah baby!). Might be our first smoking crater...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/300234184193105920,[],[],0,,False,124,60,219,,None,,,,,,,[],,,, +594,299961897426505729,299961897426505729,1360351464000.0,2013-02-08 19:24:24,+0000,,SpaceX software engineering is doing an AMA on Reddit http://t.co/hwkUwM5v,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/299961897426505729,['http://www.reddit.com/r/IAmA/comments/1853ap/we_are_spacex_software_engineers_we_launch/'],[],0,,False,78,13,157,,None,,,,,,,[],,,, +595,299961175490297856,299961175490297856,1360351291000.0,2013-02-08 19:21:31,+0000,,Our Great^n Grandfather http://t.co/zxndg3WF,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/299961175490297856,['http://www.nytimes.com/2013/02/08/science/common-ancestor-of-mammals-plucked-from-obscurity.html?_r=0'],[],0,,False,36,7,22,,None,,,,,,,[],,,, +596,299779101366030336,299779101366030336,1360307882000.0,2013-02-08 07:18:02,+0000,,"No, they are not “@AutoblogGreen: Are electric vehicles really a 'dead end'? @Reuters sure thinks so http://t.co/nwAdCLU2”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/299779101366030336,['http://aol.it/Y9nYoz'],[],0,,False,56,41,100,,None,,,,,,,[],,,, +597,298338092652318720,298338092652318720,1359964318000.0,2013-02-04 07:51:58,+0000,,"Wow, 180,000 American killed by other Americans since 9/11 vs only 33 by muslim terrorists http://t.co/BEdhLqJS",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/298338092652318720,['http://www.wired.com/dangerroom/2013/02/american-muslim-terrorism/?cid=co5626214'],[],0,,False,359,71,1591,,None,,,,,,,[],,,, +598,298266134128496641,298266134128496641,1359947162000.0,2013-02-04 03:06:02,+0000,,Great spirit here in the Superdome. Awesome rally by the @49ers!! #SB47,en,['sb47'],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/298266134128496641,[],[],0,,False,32,16,26,,None,,,,,,,[],,,, +599,298252558332485635,298252558332485635,1359943926000.0,2013-02-04 02:12:06,+0000,,I love indoor flamethrowers http://t.co/aAnFftoD,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/298252558332485635,[],['https://pbs.twimg.com/media/BCObHyFCYAEAgND.jpg'],1,https://pbs.twimg.com/media/BCObHyFCYAEAgND.jpg,False,643,47,110,,None,,,,,,,[],,,, +600,296466962899402752,296466962899402752,1359518206000.0,2013-01-30 03:56:46,+0000,,My thoughts on the nature of the issue with the battery pack supplied to Boeing http://t.co/57Y7UyaC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/296466962899402752,['http://www.flightglobal.com/news/articles/elon-musk-boeing-787-battery-fundamentally-unsafe-381627/'],[],0,,False,149,46,343,,None,,,,,,,[],,,, +601,295162137297428480,295162137297428480,1359207112000.0,2013-01-26 13:31:52,+0000,,Desire to help Boeing is real & am corresponding w 787 chief engineer. Junod's Esquire article had high fiction content.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/295162137297428480,[],[],0,,False,103,35,200,,None,,,,,,,[],,,, +602,292321606376779776,292321606376779776,1358529876000.0,2013-01-18 17:24:36,+0000,,"Maybe already under control, but Tesla & SpaceX are happy to help with the 787 lithium ion batteries.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/292321606376779776,[],[],0,,False,237,71,559,,None,,,,,,,[],,,, +603,291332638407528448,291332638407528448,1358294088000.0,2013-01-15 23:54:48,+0000,,What it feels like to ride a rocket http://t.co/b5vhLvqg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/291332638407528448,['http://youtu.be/nUV6oqCFrFU'],[],0,,False,119,41,169,,None,,,,,,,[],,,, +604,289423253859082240,289423253859082240,1357838855000.0,2013-01-10 17:27:35,+0000,,"To be super clear, I don't wish to (nor could I) mandate anything about a Mars Colony. Am just working on the tech to get people there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/289423253859082240,[],[],0,,False,85,61,176,,None,,,,,,,[],,,, +605,289281686548647936,289281686548647936,1357805103000.0,2013-01-10 08:05:03,+0000,,"Also, I am not the kale eating overlord of Mars (altho kale has its moments) http://t.co/nCjMgEjC",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/289281686548647936,['http://www.thejanedough.com/peta-mars-vegan/'],[],0,,False,58,44,60,,None,,,,,,,[],,,, +606,287261992476098560,287261992476098560,1357323570000.0,2013-01-04 18:19:30,+0000,,"Nice story about a Model S coast to coast road trip. By end of year, it will be Superchargers all the way! http://t.co/mivPyxrj",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/287261992476098560,['http://www.greencarreports.com/news/1081387_tesla-model-s-owner-drives-coast-to-coast-electrically-again'],[],0,,False,63,31,147,,None,,,,,,,[],,,, +607,287033019255115777,287033019255115777,1357268979000.0,2013-01-04 03:09:39,+0000,,This gives a sense of what Mars would look like after changing the climate to sustain life http://t.co/DT1P5EUp,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/287033019255115777,['http://m.theatlantic.com/technology/archive/2013/01/a-martian-dream-heres-what-the-red-planet-would-look-like-with-earth-like-oceans-and-life/266791/'],[],0,,False,155,34,291,,None,,,,,,,[],,,, +608,285026647151894528,285026647151894528,1356790622000.0,2012-12-29 14:17:02,+0000,,Death Valley restored to position of world's hottest place http://t.co/3I26Y4aN,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/285026647151894528,['http://www.nytimes.com/2012/12/29/science/earth/death-valley-temperature-record-is-restored.html?nl=todaysheadlines&emc=edit_th_20121229&_r=0'],[],0,,False,21,16,44,,None,,,,,,,[],,,, +609,285026400078016512,285026400078016512,1356790563000.0,2012-12-29 14:16:03,+0000,,CA's Death Valley is #1 again! Tesla hot weather testing was done there. Model S was fine but gas tow truck overheated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/285026400078016512,[],[],0,,False,41,25,120,,None,,,,,,,[],,,, +610,283703150123315200,276194361442705408,1356475076000.0,2012-12-25 22:37:56,+0000,,@KarlSchroeder Interesting premise. I will read it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/283703150123315200,[],[],0,,False,4,5,2,,None,,,,,,,[],,,, +611,283694250980429824,283529317722488832,1356472954000.0,2012-12-25 22:02:34,+0000,,@TristanLaurent V cute! Merry Xmas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/283694250980429824,[],[],0,,False,3,2,0,,None,,,,,,,[],,,, +612,283040346538115075,283040346538115075,1356317052000.0,2012-12-24 02:44:12,+0000,,Cowboy riding the rocket no problemo http://t.co/YZdNpwX3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283040346538115075,[],['https://pbs.twimg.com/media/A-2PshDCAAA86B1.jpg'],1,https://pbs.twimg.com/media/A-2PshDCAAA86B1.jpg,False,175,36,161,,None,,,,,,,[],,,, +613,283037363763032066,283037363763032066,1356316340000.0,2012-12-24 02:32:20,+0000,,Single camera view of the 40 meter rocket hover http://t.co/Zlh7xC7T,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283037363763032066,['http://youtu.be/Zz-NYeH-CEY'],[],0,,False,108,31,196,,None,,,,,,,[],,,, +614,283034463372464129,283034463372464129,1356315649000.0,2012-12-24 02:20:49,+0000,,Then we took him for a ride: 40 meter hover flight vid of the SpaceX Grasshopper test rocket http://t.co/2563ykr2,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283034463372464129,['http://youtu.be/B4PEXLODw9c'],[],0,,False,140,48,313,,None,,,,,,,[],,,, +615,283032287602413568,283032287602413568,1356315131000.0,2012-12-24 02:12:11,+0000,,"To provide a little perspective on the size of Grasshopper, we added a 6 ft cowboy to the rocket http://t.co/3NMYJqmd",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283032287602413568,[],['https://pbs.twimg.com/media/A-2IXbMCEAAwU3H.jpg'],1,https://pbs.twimg.com/media/A-2IXbMCEAAwU3H.jpg,False,215,28,201,,None,,,,,,,[],,,, +616,281541900916371457,281541900916371457,1355959794000.0,2012-12-19 23:29:54,+0000,,Very much agree with this great review of Chasing Ice on Ars Technica http://t.co/bzMQQyAk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/281541900916371457,['http://arstechnica.com/science/2012/12/glacier-documentary-chasing-ice-is-stunning-somber/'],[],0,,False,30,10,50,,None,,,,,,,[],,,, +617,281207435140685824,281207435140685824,1355880051000.0,2012-12-19 01:20:51,+0000,,"Thanks! “@ev: Have driven a Tesla Model S 50 miles now. It's clearly the iPhone of cars—by far the best car ever made.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/281207435140685824,[],[],0,,False,68,28,88,,None,,,,,,,[],,,, +618,280739170903789568,280739170903789568,1355768408000.0,2012-12-17 18:20:08,+0000,,A beautiful and awe-inspiring view of Earth from the International Space Station http://t.co/434j058M,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/280739170903789568,['http://youtu.be/3burujJOWRA'],[],0,,False,200,23,325,,None,,,,,,,[],,,, +619,279598935641833474,279598935641833474,1355496555000.0,2012-12-14 14:49:15,+0000,,Good piece on volcanoes “@DanRetz: The USGS would seem to disagree. http://t.co/evnCgdC4”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279598935641833474,['http://volcanoes.usgs.gov/hazards/gas/climate.php'],[],0,,False,23,8,13,,None,,,,,,,[],,,, +620,279597699945361408,279591897473896448,1355496260000.0,2012-12-14 14:44:20,+0000,,@prbowman Roughly equivalent to a 747 flight from LA to London (one way).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279597699945361408,[],[],0,,False,10,4,0,,None,,,,,,,[],,,, +621,279597307673067520,279591897473896448,1355496167000.0,2012-12-14 14:42:47,+0000,,@ImprobableToad That's why I'm a believer in solar power. We have a giant fusion reactor conveniently located in the sky.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279597307673067520,[],[],0,,False,11,1,10,,None,,,,,,,[],,,, +622,279591897473896448,279591897473896448,1355494877000.0,2012-12-14 14:21:17,+0000,,"Exactly MT ""@DanRetz IMHO: continuing the uncontrolled experiment of adding co2 to atmosphere is a bad idea.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279591897473896448,[],[],0,,False,25,21,57,,None,,,,,,,[],,,, +623,279586009954516992,279586009954516992,1355493473000.0,2012-12-14 13:57:53,+0000,,It is hard to argue with a thermometer. Global warming is real and accelerating. Wish it wasn't. http://t.co/wB4w9coU,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/279586009954516992,['http://news.yahoo.com/ap-gfk-poll-science-doubters-world-warming-080143113.html'],[],0,,False,42,27,145,,None,,,,,,,[],,,, +624,278953918338326528,278953918338326528,1355342771000.0,2012-12-12 20:06:11,+0000,,Cool video recap of the big events of the year by Google #Zeitgeist2012 http://t.co/FZjy4vkL,en,['zeitgeist2012'],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/278953918338326528,['http://google.com/zeitgeist/2012'],[],0,,False,65,12,119,,None,,,,,,,[],,,, +625,278918251730305025,278917625273262081,1355334267000.0,2012-12-12 17:44:27,+0000,,"@Neowolf2 Relative to kerosene, methane is not prone to coking, but we would run v high purity anyway for max Isp.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278918251730305025,[],[],0,,False,6,1,0,,None,,,,,,,[],,,, +626,278917332657651712,278910105804734464,1355334048000.0,2012-12-12 17:40:48,+0000,,"@chrisbrandow @TEA_in_Space Yup or Douglas Aircraft, creator of the awesome DC-3 http://t.co/4o8OHDCo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278917332657651712,['http://en.wikipedia.org/wiki/Douglas_Aircraft_Company'],[],0,,False,4,4,0,,None,,,,,,,[],,,, +627,278915899501727744,278910105804734464,1355333707000.0,2012-12-12 17:35:07,+0000,,"My big worry would be long (hopefully) term when I'm dead, eg v sad situation with once great HP @TEA_in_Space",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278915899501727744,[],[],0,,False,8,7,10,,None,,,,,,,[],,,, +628,278913921891586049,278910105804734464,1355333235000.0,2012-12-12 17:27:15,+0000,,"SpaceX will go public at some point, as I think it should ultimately be owned primarily by the public ""@bm_ will SpaceX go public?""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278913921891586049,[],[],0,,False,69,29,150,,None,,,,,,,[],,,, +629,278910847768739840,278904436447928320,1355332502000.0,2012-12-12 17:15:02,+0000,,"@IntlManOfRealty Best to study some form of engineering, which is the art of creating useful things that didn't exist before.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278910847768739840,[],[],0,,False,17,5,9,,None,,,,,,,[],,,, +630,278910105804734464,278910105804734464,1355332325000.0,2012-12-12 17:12:05,+0000,,"Tesla articles 30 mins apart: ""This Stock is Screaming Buy"" http://t.co/jb9DCw4s and ""This Stock Could Get DESTROYED"" http://t.co/dqxTK4LJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278910105804734464,"['http://bit.ly/W6cBOV', 'http://bit.ly/UU2xK4']",[],0,,False,43,36,57,,None,,,,,,,[],,,, +631,278331899133452288,278331899133452288,1355194470000.0,2012-12-11 02:54:30,+0000,,Tesla was just approved for a full Class 1 Massachusetts Auto Sales License by a vote of 4 to 1. Much appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/278331899133452288,[],[],0,,False,99,54,207,,None,,,,,,,[],,,, +632,277913865688346624,277913865688346624,1355094803000.0,2012-12-09 23:13:23,+0000,,"Told my kids (age 8 and 6) that we were going to see the Nutcracker, which somehow got translated as the Buttcracker.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/277913865688346624,[],[],0,,False,129,53,117,,None,,,,,,,[],,,, +633,277693768583491584,277693768583491584,1355042328000.0,2012-12-09 08:38:48,+0000,,Congrats to @dmetcalf for being the first to drive a Tesla Model S over 400 miles on a single charge!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/277693768583491584,[],[],0,,False,67,27,167,,None,,,,,,,[],,,, +634,276194361442705408,276194361442705408,1354684841000.0,2012-12-05 05:20:41,+0000,,Interesting possible answer to the Fermi Paradox http://t.co/ASZdxBAl,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/276194361442705408,['http://news.discovery.com/space/do-robots-rule-the-galaxy-121201.html'],[],0,,False,121,50,161,,None,,,,,,,[],,,, +635,275821969415483393,275821969415483393,1354596056000.0,2012-12-04 04:40:56,+0000,,Am happy to report that Tesla was narrowly cash flow positive last week. Continued improvement expected through year end.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/275821969415483393,[],[],0,,False,358,129,691,,None,,,,,,,[],,,, +636,275346615634624514,275346615634624514,1354482723000.0,2012-12-02 21:12:03,+0000,,Uranium ore now available on Amazon! So much more convenient than Uzbekistan #AwesomeXmasGifts http://t.co/jqWAJrnY,en,['awesomexmasgifts'],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/275346615634624514,['http://www.amazon.com/gp/product/B000796XXM/ref=oh_details_o03_s00_i00'],[],0,,False,152,74,678,,None,,,,,,,[],,,, +637,274090388669734912,274087103065894913,1354183215000.0,2012-11-29 10:00:15,+0000,,@shervin Thanks Shervin!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/274090388669734912,[],[],0,,False,42,10,2,,None,,,,,,,[],,,, +638,273596976526942209,273596976526942209,1354065577000.0,2012-11-28 01:19:37,+0000,,"Can't put my finger on it, but for some reason the newsstand is looking particularly good right now http://t.co/gRARJ3xy",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/273596976526942209,[],['https://pbs.twimg.com/media/A8wDACYCYAMpjHX.jpg'],1,https://pbs.twimg.com/media/A8wDACYCYAMpjHX.jpg,False,588,131,661,,None,,,,,,,[],,,, +639,273486358411087872,273486358411087872,1354039203000.0,2012-11-27 18:00:03,+0000,,"But if humanity wishes to become a multi-planet species, then we must figure out how to move millions of people to Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/273486358411087872,[],[],0,,False,227,159,355,,None,,,,,,,[],,,, +640,273485219162648576,273485219162648576,1354038932000.0,2012-11-27 17:55:32,+0000,,"And, yes, I do in fact know that this sounds crazy. That is not lost on me. Nor I do think SpaceX will do this alone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/273485219162648576,[],[],0,,False,76,82,130,,None,,,,,,,[],,,, +641,273483420468932608,273483420468932608,1354038503000.0,2012-11-27 17:48:23,+0000,,"Millions of people needed for Mars colony, so 80k+ would just be the number moving to Mars per year http://t.co/rwMuzVEK",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/273483420468932608,['http://news.yahoo.com/huge-mars-colony-eyed-spacex-founder-elon-musk-120626263.html'],[],0,,False,199,90,616,,None,,,,,,,[],,,, +642,272518429368541184,272518429368541184,1353808431000.0,2012-11-25 01:53:51,+0000,,Short vid of the recent @SpaceX mission to the Intl Space Station http://t.co/Qc963d8B,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/272518429368541184,['http://www.youtube.com/watch?v=K0wZ1MOzFSU&feature=youtu.be'],[],0,,False,139,29,204,,None,,,,,,,[],,,, +643,272129332565123072,272063241780338688,1353715663000.0,2012-11-24 00:07:43,+0000,,@cthorm SS Heart of Gold powered by the Infinite Improbability Drive!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/272129332565123072,[],[],0,,False,14,3,1,,None,,,,,,,[],,,, +644,272063241780338688,272063241780338688,1353699906000.0,2012-11-23 19:45:06,+0000,,My talk for the Royal Aeronautical Society is now online. This gets a little more technical. http://t.co/ZMbkc3jh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/272063241780338688,['http://bit.ly/Y8Enhz'],[],0,,False,177,23,108,,None,,,,,,,[],,,, +645,271814339969826817,271814339969826817,1353640563000.0,2012-11-23 03:16:03,+0000,,"Liam Neeson's ""Life's Too Short"" sketch is super funny http://t.co/nQL7wOx3",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/271814339969826817,['http://www.youtube.com/watch?v=lldrizLu_d8'],[],0,,False,128,14,89,,None,,,,,,,[],,,, +646,271652314744487936,271652314744487936,1353601933000.0,2012-11-22 16:32:13,+0000,,On the plus side...“@newscientist: #Climate change has a silver lining: supersized sweet potatoes http://t.co/zHMYIbL3”,en,['climate'],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/271652314744487936,['http://bit.ly/Sd3dcy'],[],0,,False,17,20,65,,None,,,,,,,[],,,, +647,271642966442000385,271642966442000385,1353599704000.0,2012-11-22 15:55:04,+0000,,Gave a talk on energy and transport at Oxford Univ http://t.co/kbvJf5LO,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/271642966442000385,['http://ow.ly/fuDdG'],[],0,,False,114,23,103,,None,,,,,,,[],,,, +648,271119275673145344,271085808155500544,1353474847000.0,2012-11-21 05:14:07,+0000,,@Thomas_Tregner Exactly!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/271119275673145344,[],[],0,,False,4,5,0,,None,,,,,,,[],,,, +649,271085808155500544,271085808155500544,1353466868000.0,2012-11-21 03:01:08,+0000,,Love this picture of the Curiousity rover on Mars. Landscape looks just like the California desert. http://t.co/02GDasae,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/271085808155500544,[],['https://pbs.twimg.com/media/A8MXGzRCIAAUDQx.jpg'],1,https://pbs.twimg.com/media/A8MXGzRCIAAUDQx.jpg,False,373,91,349,,None,,,,,,,[],,,, +650,270972990756364288,270972990756364288,1353439970000.0,2012-11-20 19:32:50,+0000,,"Btw, I don't think Apple is doomed. Just won't unseat Google from 1st place with Larry P in charge. http://t.co/hsIAekAw",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/270972990756364288,['http://www.businessinsider.com/elon-musk-apple-is-doomed-without-steve-jobs-2012-11'],[],0,,False,71,44,99,,None,,,,,,,[],,,, +651,270970389394518016,270970389394518016,1353439349000.0,2012-11-20 19:22:29,+0000,,"Mass. judge denies auto dealers' demand to kill our little Tesla store. Yay, justice prevails! http://t.co/MqnNYScE",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/270970389394518016,['http://www.autonews.com/apps/pbcs.dll/article?AID=/20121120/RETAIL07/121129989/mass-judge-denies-dealers-request-for-injunction-on-tesla-store'],[],0,,False,85,43,170,,None,,,,,,,[],,,, +652,270781533739175937,270776170184847360,1353394323000.0,2012-11-20 06:52:03,+0000,,"@YOUSRC Amos's article was fair, but his editor chose a more sensational headline & used quotes even though I didn't actually say that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270781533739175937,[],[],0,,False,4,3,3,,None,,,,,,,[],,,, +653,270778128643809282,270778128643809282,1353393511000.0,2012-11-20 06:38:31,+0000,,These articles in Space News describe why Ariane 6 vs 5: http://t.co/IaeYXXK9 and http://t.co/ghs3FG8w,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270778128643809282,"['http://www.spacenews.com/article/citing-spacex-threat-lawmakers-in-france-urge-early-ariane-6-start', 'http://www.spacenews.com/article/next-generation-ariane-tops-agenda-esa-ministerial']",[],0,,False,35,10,38,,None,,,,,,,[],,,, +654,270776170184847360,270776170184847360,1353393044000.0,2012-11-20 06:30:44,+0000,,"Was misquoted by BBC as saying ""Europe's rocket has no chance"". Just said the [Franco-German] Ariane 5 has no chance, so go with Ariane 6.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270776170184847360,[],[],0,,False,36,25,100,,None,,,,,,,[],,,, +655,270421087202992128,270421087202992128,1353308386000.0,2012-11-19 06:59:46,+0000,,"Just returned from a trip to London and Oxford, where I met with many interesting people. I really like Britain!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/270421087202992128,[],[],0,,False,76,41,46,,None,,,,,,,[],,,, +656,269259128277463040,269259128277463040,1353031353000.0,2012-11-16 02:02:33,+0000,,Original article on Model S from @consumerreports: http://t.co/OiXLz618,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/269259128277463040,['http://bit.ly/ZKeMKf'],[],0,,False,34,12,83,,None,,,,,,,[],,,, +657,269249710949289984,269249710949289984,1353029108000.0,2012-11-16 01:25:08,+0000,,Sounds like Consumer Reports had a good experience with the Tesla Model S http://t.co/CT3dgHbh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/269249710949289984,['http://m.usatoday.com/article/news/1706165'],[],0,,False,37,35,87,,None,,,,,,,[],,,, +658,268210066300235776,268210066300235776,1352781237000.0,2012-11-13 04:33:57,+0000,,"Cool story about a @SolarCity installation after hurricane Sandy. Good going, guys! http://t.co/w5FtBbZe",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/268210066300235776,['http://www.teslamotors.com/forum/forums/solar-city-story'],[],0,,False,47,11,73,,None,,,,,,,[],,,, +659,267909403469021184,267909403469021184,1352709553000.0,2012-11-12 08:39:13,+0000,,Alexander Hamilton was awesome http://t.co/2bHf4zS0,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/267909403469021184,['http://www.nytimes.com/2012/11/12/opinion/mr-hamiltons-growth-strategy.html?nl=todaysheadlines&emc=edit_th_20121112'],[],0,,False,84,17,94,,None,,,,,,,[],,,, +660,266295618702553088,266295618702553088,1352324798000.0,2012-11-07 21:46:38,+0000,,View of Grasshopper test rocket from the water tower. Note SUV and person nearby for sense of size. http://t.co/r9yuTRGL,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/266295618702553088,[],['https://pbs.twimg.com/media/A7ISdE5CMAIQxME.jpg'],1,https://pbs.twimg.com/media/A7ISdE5CMAIQxME.jpg,False,149,33,204,,None,,,,,,,[],,,, +661,265708137435258880,265708137435258880,1352184731000.0,2012-11-06 06:52:11,+0000,,"Good skit by Henri, Le Chat Noir. Camus in cat form! http://t.co/XeLUsE9i",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/265708137435258880,['http://youtu.be/R_fUsssnHPw'],[],0,,False,61,14,42,,None,,,,,,,[],,,, +662,264832219040845824,264829895899762688,1351975896000.0,2012-11-03 20:51:36,+0000,,"@Jack_JL Engine gimbals for pitch and yaw, gas thrusters for roll.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/264832219040845824,[],[],0,,False,4,1,1,,None,,,,,,,[],,,, +663,264829895899762688,264829895899762688,1351975342000.0,2012-11-03 20:42:22,+0000,,First flight of 10 story tall Grasshopper rocket using closed loop thrust vector & throttle control http://t.co/NH24BQMH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/264829895899762688,['http://yfrog.us/f362mloybjbosdefkdeoytqsz'],[],0,,False,127,42,216,,None,,,,,,,[],,,, +664,262609273878622208,262365909757358080,1351445904000.0,2012-10-28 17:38:24,+0000,,Reply to @mkrapels: Our avg speed was ummm a little too high. Got a ticket at 92 mph on I-5. We need the Autobahn in CA!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/262609273878622208,[],[],0,,False,43,31,41,,None,,,,,,,[],,,, +665,262605962005868544,262605962005868544,1351445115000.0,2012-10-28 17:25:15,+0000,,V proud of Tesla team for completing 1000th Model S body. More cars made this month than entire rest of year http://t.co/k8XWaEth,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/262605962005868544,[],['https://pbs.twimg.com/media/A6T2uynCcAAUn7b.jpg'],1,https://pbs.twimg.com/media/A6T2uynCcAAUn7b.jpg,False,314,85,340,,None,,,,,,,[],,,, +666,262374155700289536,262365909757358080,1351389848000.0,2012-10-28 02:04:08,+0000,,"Reply to @Astro_yyz: Yes, Model S seats 5 adults + 2 kids with room for luggage in the front trunk. My kids love the rear facing seats best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/262374155700289536,[],[],0,,False,17,19,33,,None,,,,,,,[],,,, +667,262371488181665794,262371488181665794,1351389212000.0,2012-10-28 01:53:32,+0000,,Pic of the Model S getting supercharged with the lovely @TalulahRiley http://t.co/ne5wGvZs,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/262371488181665794,[],['https://pbs.twimg.com/media/A6QhenjCQAEMjLu.jpg'],1,https://pbs.twimg.com/media/A6QhenjCQAEMjLu.jpg,False,245,34,108,,None,,,,,,,[],,,, +668,262365909757358080,262365909757358080,1351387882000.0,2012-10-28 01:31:22,+0000,,Doing LA to SF road trip in Model S with all 5 kids & Talulah. Supercharger finished charging b4 we finished our burgers!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/262365909757358080,[],[],0,,False,88,34,145,,None,,,,,,,[],,,, +669,260475462952824834,260475462952824834,1350937164000.0,2012-10-22 20:19:24,+0000,,Just wrote a blog piece about Tesla stores http://t.co/4Ebs4HIw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/260475462952824834,['http://www.teslamotors.com/blog/tesla-approach-distributing-and-servicing-cars'],[],0,,False,67,18,136,,None,,,,,,,[],,,, +670,256529467911073793,256529467911073793,1349996366000.0,2012-10-11 22:59:26,+0000,,Long exposure shot of Dragon and the Space Station arcing across the night sky over Texas http://t.co/omTht7OP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/256529467911073793,[],['https://pbs.twimg.com/media/A49gMSHCcAEaPhm.jpg'],1,https://pbs.twimg.com/media/A49gMSHCcAEaPhm.jpg,False,292,44,336,,None,,,,,,,[],,,, +671,255107883853819904,255107883853819904,1349657433000.0,2012-10-08 00:50:33,+0000,,Falcon 9 rocket booster has delivered Dragon to its target orbit!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/255107883853819904,[],[],0,,False,184,136,713,,None,,,,,,,[],,,, +672,255046270975094784,255046270975094784,1349642744000.0,2012-10-07 20:45:44,+0000,,Time lapse video of rocket roll out http://t.co/nuHKYrEH Now 3 hours 45 mins to lift off...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/255046270975094784,['http://www.youtube.com/watch?v=2T1dfNoNV7k&feature=youtu.be'],[],0,,False,56,20,112,,None,,,,,,,[],,,, +673,253683768236322817,253683768236322817,1349317898000.0,2012-10-04 02:31:38,+0000,,An update about Tesla http://t.co/A8hQXVNI,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/253683768236322817,['http://www.teslamotors.com/blog/update-elon-musk'],[],0,,False,103,35,325,,None,,,,,,,[],,,, +674,253290635400986624,253280601069719553,1349224168000.0,2012-10-03 00:29:28,+0000,,"@elonmusk Sorry, meant to say EDT.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/253290635400986624,[],[],0,,False,8,10,5,,None,,,,,,,[],,,, +675,253280601069719553,253280601069719553,1349221775000.0,2012-10-02 23:49:35,+0000,,Launching our Falcon 9 rocket and Dragon spacecraft to the Space Station on Sunday at 8:35pm EST! http://t.co/qXK0zJyC,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/253280601069719553,[],['https://pbs.twimg.com/media/A4PVXV_CEAEZtJ4.jpg'],1,https://pbs.twimg.com/media/A4PVXV_CEAEZtJ4.jpg,False,150,56,569,,None,,,,,,,[],,,, +676,252870369487233024,252870369487233024,1349123968000.0,2012-10-01 20:39:28,+0000,,Review of the Model S by @nytimes http://t.co/L0sqgV6f,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/252870369487233024,['http://www.nytimes.com/2012/09/30/automobiles/autoreviews/one-big-step-for-tesla-one-giant-leap-for-evs.html?_r=1&'],[],0,,False,56,22,114,,None,,,,,,,[],,,, +677,252827753643126784,252827753643126784,1349113808000.0,2012-10-01 17:50:08,+0000,,View from landing leg camera on Falcon rocket test rig (aka Grasshopper Project) http://t.co/xhFe87AM,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/252827753643126784,['http://yfrog.us/09qmmivexdorhtchxitvhjzsz'],[],0,,False,43,11,59,,None,,,,,,,[],,,, +678,252528724602400768,252528724602400768,1349042514000.0,2012-09-30 22:01:54,+0000,,"Now test firing our most advanced engine, the Merlin 1D-Vac, at 80 tons of thrust. http://t.co/HGK1joVQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/252528724602400768,[],['https://pbs.twimg.com/media/A4EpiX4CMAABNgY.jpg'],1,https://pbs.twimg.com/media/A4EpiX4CMAABNgY.jpg,False,323,101,605,,None,,,,,,,[],,,, +679,250453089562263552,250453089562263552,1348547644000.0,2012-09-25 04:34:04,+0000,,The Tesla Supercharger will over time allow you to travel anywhere on pure sunlight for free http://t.co/DEscYLLH,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/250453089562263552,['http://finance.yahoo.com/news/tesla-motors-launches-revolutionary-supercharger-032000226.html'],[],0,,False,246,76,842,,None,,,,,,,[],,,, +680,250291772859752449,250291772859752449,1348509183000.0,2012-09-24 17:53:03,+0000,,Model S review by @Wired. Totally agree with criticisms. Corrections coming soon. http://t.co/1zXI3OzB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/250291772859752449,['http://www.wired.com/reviews/2012/09/tesla-model-s/'],[],0,,False,63,25,116,,None,,,,,,,[],,,, +681,249306225177669632,249306225177669632,1348274210000.0,2012-09-22 00:36:50,+0000,,First test flight hop of our Grasshopper VTVL rocket! http://t.co/oomI5vSB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/249306225177669632,['http://yfrog.us/0wusutopshpepnbpmodbgnosz'],[],0,,False,89,40,183,,None,,,,,,,[],,,, +682,248564996022345728,248564996022345728,1348097487000.0,2012-09-19 23:31:27,+0000,,The first owner to drive coast to coast in a Model S is about to complete the journey @XCTeslatrip!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/248564996022345728,[],[],0,,False,26,16,98,,None,,,,,,,[],,,, +683,247510274918199296,247510274918199296,1347846023000.0,2012-09-17 01:40:23,+0000,,Tesla made 100 vehicle bodies this week for the first time. Really proud of the team! Pic of S/N 396: http://t.co/fZzbUIjn,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/247510274918199296,[],['https://pbs.twimg.com/media/A29VSJ8CMAABVwG.jpg'],1,https://pbs.twimg.com/media/A29VSJ8CMAABVwG.jpg,False,141,94,285,,None,,,,,,,[],,,, +684,246419783136976897,246419783136976897,1347586029000.0,2012-09-14 01:27:09,+0000,,Tesla Supercharger unveiling event set for Sept 24. It will feel like alien spaceships landed at highway rest stops.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/246419783136976897,[],[],0,,False,103,58,349,,None,,,,,,,[],,,, +685,246352069332721665,246352069332721665,1347569885000.0,2012-09-13 20:58:05,+0000,,Amazing series of space pics assembled by @theatlantic http://t.co/IUFTYgDn http://t.co/SHEPSWbS,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/246352069332721665,['http://www.theatlantic.com/infocus/2012/09/around-the-solar-system/100368/'],['https://pbs.twimg.com/media/A2s35t7CYAAokaH.jpg'],1,https://pbs.twimg.com/media/A2s35t7CYAAokaH.jpg,False,280,23,318,,None,,,,,,,[],,,, +686,243800936240279552,243800936240279552,1346961647000.0,2012-09-06 20:00:47,+0000,,Tesla Model S driven 285 miles from Vegas to the beach in LA on a single charge by @motortrend http://t.co/8YvO1tsz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/243800936240279552,['http://www.motortrend.com/features/travel/1209_tesla_model_s_las_vegas/viewall.html'],[],0,,False,63,27,211,,None,,,,,,,[],,,, +687,240909270764359680,240909270764359680,1346272220000.0,2012-08-29 20:30:20,+0000,,This piece about Mars in the NYT is worth a read http://t.co/mNB6f1aS,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/240909270764359680,['http://www.nytimes.com/2012/08/28/opinion/the-man-in-the-moon.html?_r=2&emc=eta1'],[],0,,False,134,14,241,,None,,,,,,,[],,,, +688,240620571589738496,240607069827391488,1346203389000.0,2012-08-29 01:23:09,+0000,,"@ticketwaxter Extending life to Mars would ensure humanity's survival and be the greatest, most exciting adventure ever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/240620571589738496,[],[],0,,False,12,8,18,,None,,,,,,,[],,,, +689,240174623948419072,240171772014624768,1346097067000.0,2012-08-27 19:51:07,+0000,,"@JoeBeernink Back of the envelope calc: Merlin wd accelerate Model S at 25 g's, so wd break sound barrier in <1.5 sec",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240174623948419072,[],[],0,,False,6,6,6,,None,,,,,,,[],,,, +690,240172289746939904,240172289746939904,1346096510000.0,2012-08-27 19:41:50,+0000,,"For their test drive, the Motor Trend team drove from LA to San Diego and back without recharging http://t.co/5mH0xBGr",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240172289746939904,['http://www.motortrend.com/roadtests/alternative/1208_2012_tesla_model_s_test_and_range_verification/'],[],0,,False,56,17,126,,None,,,,,,,[],,,, +691,240171772014624768,240171772014624768,1346096387000.0,2012-08-27 19:39:47,+0000,,Motor Trend tests Model S as fastest American sedan at 3.9 sec 0-60 mph and tied for 1st worldwide in stopping distance,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240171772014624768,[],[],0,,False,51,31,255,,None,,,,,,,[],,,, +692,239461912121843712,239461912121843712,1345927143000.0,2012-08-25 20:39:03,+0000,,Neil Armstrong was a hero to all of humanity. His spirit will carry us to the stars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/239461912121843712,[],[],0,,False,207,38,790,,None,,,,,,,[],,,, +693,238308173990223873,238308173990223873,1345652071000.0,2012-08-22 16:14:31,+0000,,I love the sight of Teslas in the morning. Production line review is looking good! http://t.co/damib6tk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/238308173990223873,[],['https://pbs.twimg.com/media/A06kBYpCYAIlMH-.jpg'],1,https://pbs.twimg.com/media/A06kBYpCYAIlMH-.jpg,False,221,74,294,,None,,,,,,,[],,,, +694,238307391215648769,238307391215648769,1345651884000.0,2012-08-22 16:11:24,+0000,,Glad to contribute to the Tesla museum and will do more in the future. He was a great man. http://t.co/NR2QNiax,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/238307391215648769,['http://www.indiegogo.com/teslamuseum'],[],0,,False,91,17,156,,None,,,,,,,[],,,, +695,235130471745454084,235130471745454084,1344894447000.0,2012-08-13 21:47:27,+0000,,About to go through my first jury selection process. Trial concerns an alleged gang related murder. Hardcore.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/235130471745454084,[],[],0,,False,19,79,31,,None,,,,,,,[],,,, +696,231545784494084096,231517918733672449,1344039791000.0,2012-08-04 00:23:11,+0000,,"@JustBe74 V important to make all of humanity proud, but in this case a particular duty is owed to the American taxpayer",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/231545784494084096,[],[],0,,False,10,3,6,,None,,,,,,,[],,,, +697,231517918733672449,231517918733672449,1344033147000.0,2012-08-03 22:32:27,+0000,,Deeply appreciate @NASA's faith in @SpaceX. We will do whatever it takes to make NASA and the American people proud.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/231517918733672449,[],[],0,,False,134,62,304,,None,,,,,,,[],,,, +698,231443998395473920,231210590675279872,1344015523000.0,2012-08-03 17:38:43,+0000,,@UrgentSpeed Sure. To be clear that number would include all US solar energy (thermal+PV).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/231443998395473920,[],[],0,,False,2,1,1,,None,,,,,,,[],,,, +699,231210590675279872,231210590675279872,1343959875000.0,2012-08-03 02:11:15,+0000,,1st pure solar gigawatt hour day just achieved by @SolarCity! Predict 1st terawatt hour day from all US solar < 15 years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/231210590675279872,[],[],0,,False,66,29,185,,None,,,,,,,[],,,, +700,230507510929440768,230486103923236864,1343792247000.0,2012-08-01 03:37:27,+0000,,@bryanwolfnow I'm neither anti-conservative nor anti-liberal. Just don't like group think. Ideas should be considered on their own merits.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/230507510929440768,[],[],0,,False,16,1,16,,None,,,,,,,[],,,, +701,230496786182205440,230486103923236864,1343789690000.0,2012-08-01 02:54:50,+0000,,"@dansitu Individuals set the vector for the tides. The Life of Brian points out that we are all individuals, except for that one guy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230496786182205440,[],[],0,,False,6,1,2,,None,,,,,,,[],,,, +702,230491286489161729,230491286489161729,1343788379000.0,2012-08-01 02:32:59,+0000,,People ought to think more about who wrote the software that's running in their head (sigh). It probably wasn't them.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230491286489161729,[],[],0,,False,212,56,421,,None,,,,,,,[],,,, +703,230490756966662144,230486103923236864,1343788253000.0,2012-08-01 02:30:53,+0000,,"@dansitu Don't know about ""dark manipulators"", but Adbusters played a major role in creating Occupy http://t.co/fZ38XMeH",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230490756966662144,['http://www.newyorker.com/reporting/2011/11/28/111128fa_fact_schwartz'],[],0,,False,5,1,0,,None,,,,,,,[],,,, +704,230487450882019328,230421989112807424,1343787465000.0,2012-08-01 02:17:45,+0000,,"@DJjodes Would love to make a Tesla supertruck with crazy torque, dynamic air suspension and corners like its on rails. That'd be sweet...",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230487450882019328,[],[],0,,False,6988,169,472,,None,,,,,,,[],,,, +705,230486103923236864,230486103923236864,1343787144000.0,2012-08-01 02:12:24,+0000,,"Good assessment of the Dark Knight Rises in the Atlantic. Dickens, not Rand. http://t.co/mYFUARGS",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230486103923236864,['http://www.theatlantic.com/entertainment/archive/2012/07/no-the-dark-knight-rises-isnt-a-right-wing-opus/260511/'],[],0,,False,56,11,59,,None,,,,,,,[],,,, +706,230423954618204161,230421989112807424,1343772326000.0,2012-07-31 22:05:26,+0000,,@patrickdorey81 Model S starts at $50k after federal rebate. Gen3 will be ~$30k. Need to optimize design and scale volume.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/230423954618204161,[],[],0,,False,354,12,9,,None,,,,,,,[],,,, +707,230421989112807424,230421989112807424,1343771857000.0,2012-07-31 21:57:37,+0000,,Goal for Model S is to show that electric is way way better than gas. Combine w solar power & the future looks bright.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/230421989112807424,[],[],0,,False,33415,386,1824,,None,,,,,,,[],,,, +708,230140622625968130,230140622625968130,1343704774000.0,2012-07-31 03:19:34,+0000,,Worth noting that Muller's research confirming global warming is real was funded by Koch. Fate loves irony.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/230140622625968130,[],[],0,,False,63,18,198,,None,,,,,,,[],,,, +709,228953015082684416,228953015082684416,1343421628000.0,2012-07-27 20:40:28,+0000,,Olympics opening is excellently British. Jolly good show! http://t.co/s9XZdaBL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/228953015082684416,[],['https://pbs.twimg.com/media/Ay1njd7CEAAHAjX.jpg'],1,https://pbs.twimg.com/media/Ay1njd7CEAAHAjX.jpg,False,84,18,69,,None,,,,,,,[],,,, +710,228909546880520192,228909546880520192,1343411264000.0,2012-07-27 17:47:44,+0000,,Abandoned car and biked across London. Super fun! Next time minus the tweed jacket. http://t.co/N93Vg4yy,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/228909546880520192,[],['https://pbs.twimg.com/media/Ay1ABSfCUAEq2HS.jpg'],1,https://pbs.twimg.com/media/Ay1ABSfCUAEq2HS.jpg,False,200,36,63,,None,,,,,,,[],,,, +711,228695905338019842,228677717632098304,1343360327000.0,2012-07-27 03:38:47,+0000,,"@walalm Yes, my absolute goal w Tesla has always been mass market electric cars. Will finally get there with Gen3 program.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228695905338019842,[],[],0,,False,17,5,11,,None,,,,,,,[],,,, +712,228694597524680704,228694597524680704,1343360015000.0,2012-07-27 03:33:35,+0000,,Now it's just a song that you used to know http://t.co/c81ASeFo,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228694597524680704,['http://slate.me/MISvtR'],[],0,,False,25,6,49,,None,,,,,,,[],,,, +713,228690043949158401,228677717632098304,1343358929000.0,2012-07-27 03:15:29,+0000,,"@nopev Biggest risk is that we take too long to solve the sustainable energy problem, causing climate change meltdown.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228690043949158401,[],[],0,,False,7,2,8,,None,,,,,,,[],,,, +714,228677717632098304,228677717632098304,1343355991000.0,2012-07-27 02:26:31,+0000,,"Compared to past, today's world is fantastic & likely will be for many decades. Just need to cover future downside risk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/228677717632098304,[],[],0,,False,74,26,189,,None,,,,,,,[],,,, +715,228659334513573888,228650420850008066,1343351608000.0,2012-07-27 01:13:28,+0000,,@iproducefodrake Asimov's Foundation points out that all civilizations fall. Must ensure dark period is short & finite.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/228659334513573888,[],[],0,,False,13,2,3,,None,,,,,,,[],,,, +716,227294010274873344,227294010274873344,1343026089000.0,2012-07-23 06:48:09,+0000,,Big oil is pulling same trick about smoking the atmosphere ... diff is we only have 1 atmosphere: http://t.co/O45XG4iB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/227294010274873344,['http://www.rollingstone.com/politics/news/global-warmings-terrifying-new-math-20120719#ixzz21AfoYqt6'],[],0,,False,64,23,216,,None,,,,,,,[],,,, +717,227291748798455809,227291748798455809,1343025550000.0,2012-07-23 06:39:10,+0000,,"30 years ago, when 98% of scientists said smoking caused cancer, tobacco industry response was still ""scientists disagree""",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/227291748798455809,[],[],0,,False,78,25,384,,None,,,,,,,[],,,, +718,226725493922201600,226725493922201600,1342890544000.0,2012-07-21 17:09:04,+0000,,"Now debating the nature of citizen and state, effective democracy & necessary revolution, moderated by @FareedZakaria.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/226725493922201600,[],[],0,,False,15,15,18,,None,,,,,,,[],,,, +719,226714911756136449,226714911756136449,1342888021000.0,2012-07-21 16:27:01,+0000,,"Heard an interesting comment at the debate: ""If we see no angels in others, we harbor none in ourselves.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/226714911756136449,[],[],0,,False,115,18,198,,None,,,,,,,[],,,, +720,226703106170318850,226703106170318850,1342885207000.0,2012-07-21 15:40:07,+0000,,Am in Yellowstone at an Oxford style debate about women and society. I'm in favor :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/226703106170318850,[],[],0,,False,24,26,20,,None,,,,,,,[],,,, +721,225187179763220480,225187179763220480,1342523782000.0,2012-07-17 11:16:22,+0000,,"""Welcome qwerty monkey Jesus love"" are the top 5 most popular passwords after ""password"". http://t.co/P2a9Cfcd",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/225187179763220480,['http://mobile.slate.com/blogs/future_tense/2012/07/14/yahoo_mail_password_leak_the_most_commonly_used_words_.html'],[],0,,False,18,32,86,,None,,,,,,,[],,,, +722,224406502188916739,224406502188916739,1342337654000.0,2012-07-15 07:34:14,+0000,,Will publish something on the Hyperloop in about four weeks. Will forgo patents on the idea and just open source it. Not a vac tunnel btw.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/224406502188916739,[],[],0,,False,157,72,263,,None,,,,,,,[],,,, +723,224405461938601984,224405461938601984,1342337406000.0,2012-07-15 07:30:06,+0000,,"""Most of us live in a semi-somnambulistic state & the days fly by. The 2 exceptions are childhood and when we are in love."" - RG",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/224405461938601984,[],[],0,,False,205,20,277,,None,,,,,,,[],,,, +724,224005741810417665,224005741810417665,1342242106000.0,2012-07-14 05:01:46,+0000,,"Headed to a (ahem) volcano caldera. Since I didn't finish my PhD, it's actually ""Mr."" Evil. http://t.co/e2cpsgEM",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/224005741810417665,[],['https://pbs.twimg.com/media/AxvUCQyCAAM1anP.jpg'],1,https://pbs.twimg.com/media/AxvUCQyCAAM1anP.jpg,False,202,55,124,,None,,,,,,,[],,,, +725,223430899004485634,223429211443036160,1342105052000.0,2012-07-12 14:57:32,+0000,,@n23mc I think we will see people on Mars in less than 20 years. 12 to 15 years most likely. #OccupyMars,en,['occupymars'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/223430899004485634,[],[],0,,False,17,6,24,,None,,,,,,,[],,,, +726,223429211443036160,223429211443036160,1342104649000.0,2012-07-12 14:50:49,+0000,,"Going at full speed! MT “@iansomerhalder: Elon- you are my hero my friend.Please!Ramp up production on cars that use NO gas.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/223429211443036160,[],[],0,,False,12,16,38,,None,,,,,,,[],,,, +727,221503107182501889,221503107182501889,1341645430000.0,2012-07-07 07:17:10,+0000,,Now back to work. Intense months ahead as we ramp production of rockets and cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/221503107182501889,[],[],0,,False,181,83,281,,None,,,,,,,[],,,, +728,220824194672369666,220824194672369666,1341483565000.0,2012-07-05 10:19:25,+0000,,"Moonbow's are real, btw. I'm not on acid :) Here is what we saw: http://t.co/ux6fV6z7",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/220824194672369666,[],['https://pbs.twimg.com/media/AxCGb2GCIAAyFDD.jpg'],1,https://pbs.twimg.com/media/AxCGb2GCIAAyFDD.jpg,False,182,55,222,,None,,,,,,,[],,,, +729,220784395282432001,220784395282432001,1341474076000.0,2012-07-05 07:41:16,+0000,,Am standing on the beach in Maui and looking at a moon rainbow for the first time in my life. Incredibly beautiful.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/220784395282432001,[],[],0,,False,42,46,33,,None,,,,,,,[],,,, +730,219270969666174977,219270969666174977,1341113247000.0,2012-07-01 03:27:27,+0000,,"After 2008 meltdown, vacation for me just meant email with a view, but SpaceX & Tesla are now strong enough that I can make it real (yay!!)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/219270969666174977,[],[],0,,False,65,68,65,,None,,,,,,,[],,,, +731,219266223895093248,219266223895093248,1341112116000.0,2012-07-01 03:08:36,+0000,,"Screening of Baseball in the Time of Cholera (dir: @brynmooser @daviddarg, prod @oliviawilde & me) at WME July 12. @rainnwilson hosting",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/219266223895093248,[],[],0,,False,10,6,12,,None,,,,,,,[],,,, +732,218897974242181121,218897974242181121,1341024318000.0,2012-06-30 02:45:18,+0000,,"Thanks Dan, you are a good sportsman. I will still donate to DWB as though I'd lost. http://t.co/G2g6kpvm",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/218897974242181121,['http://on.wsj.com/L8t2JC'],[],0,,False,131,40,372,,None,,,,,,,[],,,, +733,218357987385933825,218357987385933825,1340895575000.0,2012-06-28 14:59:35,+0000,,"""The Girl Who Fixed the Umlaut"" @NewYorker http://t.co/CnPg2PkG”",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/218357987385933825,['http://nyr.kr/MBPRRr'],[],0,,False,33,9,46,,None,,,,,,,[],,,, +734,217991440830173184,217991440830173184,1340808184000.0,2012-06-27 14:43:04,+0000,,"She was a great woman “@VanityFair: In Memoriam, Nora Ephron, 1941-2012 http://t.co/raIoWXbb”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/217991440830173184,['http://vnty.fr/OwlYHZ'],[],0,,False,10,2,22,,None,,,,,,,[],,,, +735,217974021562712065,217974021562712065,1340804031000.0,2012-06-27 13:33:51,+0000,,Meant to post this link for Merlin: http://t.co/qKarnuao,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/217974021562712065,['http://www.youtube.com/watch?v=976LHTpnZkY'],[],0,,False,39,11,46,,None,,,,,,,[],,,, +736,217973460348047360,217973460348047360,1340803897000.0,2012-06-27 13:31:37,+0000,,"Merlin fired at full thrust! Engine weighs half a ton, but has power equal to several Hoover Dams http://t.co/TlTIxiRc",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/217973460348047360,['http://www.youtube.com/watch?v=PUUnYgo1-lI'],[],0,,False,42,11,87,,None,,,,,,,[],,,, +737,216294180014661632,216294180014661632,1340403525000.0,2012-06-22 22:18:45,+0000,,Model S review by Motor Trend http://t.co/gdODXLRv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/216294180014661632,['http://m.motortrend.com/roadtests/alternative/1206_2012_tesla_model_s_first_drive/index.html'],[],0,,False,62,28,177,,None,,,,,,,[],,,, +738,216293624734953472,216293624734953472,1340403393000.0,2012-06-22 22:16:33,+0000,,About to deliver the first ten Model S cars from @TeslaMotors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/216293624734953472,[],[],0,,False,53,43,151,,None,,,,,,,[],,,, +739,215478323147575297,215478323147575297,1340209010000.0,2012-06-20 16:16:50,+0000,,@RichardGarriott Dragon will use four pairs of side mounted Superdraco engines. Can function with up to four out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/215478323147575297,[],[],0,,False,6,4,5,,None,,,,,,,[],,,, +740,214831794103664640,214831794103664640,1340054866000.0,2012-06-18 21:27:46,+0000,,Just fired our Superdraco escape rocket engine at full thrust! Needed to carry astronauts on Dragon http://t.co/ef86qbWF,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/214831794103664640,[],['https://pbs.twimg.com/media/Avs8YOaCQAAO_mk.jpg'],1,https://pbs.twimg.com/media/Avs8YOaCQAAO_mk.jpg,False,1757,98,488,,None,,,,,,,[],,,, +741,214636339474345984,214636339474345984,1340008266000.0,2012-06-18 08:31:06,+0000,,Wore Marquis de Sade outfit for a party last night. Was v popular with women who'd read 50 Shades :) http://t.co/Z6EvSZw6,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/214636339474345984,[],['https://pbs.twimg.com/media/AvqKnRKCMAEFu5X.jpg'],1,https://pbs.twimg.com/media/AvqKnRKCMAEFu5X.jpg,False,388,49,150,,None,,,,,,,[],,,, +742,214006215641022467,214006215641022467,1339858032000.0,2012-06-16 14:47:12,+0000,,"""Any sufficiently advanced technology is indistinguishable from magic"" - Arthur C Clarke. Thanks for the quote, RIP.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/214006215641022467,[],[],0,,False,177,27,326,,None,,,,,,,[],,,, +743,213177461180071936,213177461180071936,1339660442000.0,2012-06-14 07:54:02,+0000,,"While in Austin, had a great time doing a cameo in @rodriguez latest movie, Machete Kills. Cool studio on old airport.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/213177461180071936,[],[],0,,False,16,14,33,,None,,,,,,,[],,,, +744,213170504364863488,213170504364863488,1339658783000.0,2012-06-14 07:26:23,+0000,,"Charlie Bolden, NASA Administrator, checks out Dragon at our central Texas test site http://t.co/HXupX9VM",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/213170504364863488,['http://img.ly/jwGy'],[],0,,False,15,10,38,,None,,,,,,,[],,,, +745,210057533073797120,210057533073797120,1338916593000.0,2012-06-05 17:16:33,+0000,,Spacecraft arrives at Port of Los Angeles for transfer to SpaceX test facilities in Texas http://t.co/9ab55gRc,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/210057533073797120,['http://www.spaceflightnow.com/falcon9/003/120605port/'],[],0,,False,26,17,126,,None,,,,,,,[],,,, +746,208304203708375040,208304203708375040,1338498568000.0,2012-05-31 21:09:28,+0000,,Dragon floating in the Pacific near California. Reentry scorch marks visible on the heat shield http://t.co/grGShZUi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/208304203708375040,[],['https://pbs.twimg.com/media/AuQLkdPCIAALE-4.jpg'],1,https://pbs.twimg.com/media/AuQLkdPCIAALE-4.jpg,False,152,85,528,,None,,,,,,,[],,,, +747,208223378782420993,208223378782420993,1338479296000.0,2012-05-31 15:48:16,+0000,,Splashdown successful!! Sending fast boat to Dragon lat/long provided by P3 tracking planes #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/208223378782420993,[],[],0,,False,46,71,360,,None,,,,,,,[],,,, +748,208204036258803712,208204036258803712,1338474685000.0,2012-05-31 14:31:25,+0000,,Thrusters will also fire during reentry to adjust touchdown point. Next version will land w helicopter precision #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/208204036258803712,[],[],0,,False,36,25,128,,None,,,,,,,[],,,, +749,208201556271697922,208201556271697922,1338474093000.0,2012-05-31 14:21:33,+0000,,Spaceship has departed from the International Space Station. Firing thrusters to deorbit in ~30 mins #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/208201556271697922,[],[],0,,False,26,14,170,,None,,,,,,,[],,,, +750,206118185173389312,206118185173389312,1337977380000.0,2012-05-25 20:23:00,+0000,,Space Station tracking spaceship docking approach vector #Dragon http://t.co/CetZfiNg,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/206118185173389312,[],['https://pbs.twimg.com/media/AtxHZblCEAAkZVI.jpg'],1,https://pbs.twimg.com/media/AtxHZblCEAAkZVI.jpg,False,89,46,146,,None,,,,,,,[],,,, +751,206047350240714752,206047350240714752,1337960491000.0,2012-05-25 15:41:31,+0000,,Dragon captured by the International Space Station! Just awesome ... http://t.co/ihoZqgj7,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/206047350240714752,['http://img.ly/iHdp'],[],0,,False,129,118,585,,None,,,,,,,[],,,, +752,205723666590334976,205723666590334976,1337883319000.0,2012-05-24 18:15:19,+0000,,Dragon flies over the SpaceX #GrasshopperProject at our central Texas test site. It will jump soon. http://t.co/P17Z56II,en,['grasshopperproject'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/205723666590334976,[],['https://pbs.twimg.com/media/AtrglbVCAAAd67b.jpg'],1,https://pbs.twimg.com/media/AtrglbVCAAAd67b.jpg,False,105,32,125,,None,,,,,,,[],,,, +753,205713390335827969,205713390335827969,1337880868000.0,2012-05-24 17:34:28,+0000,,The head of the Russian Space Agency and some Russian diplomats are visiting @SpaceX today. Looking forward to meeting.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/205713390335827969,[],[],0,,False,25,26,60,,None,,,,,,,[],,,, +754,205544630199132160,205544630199132160,1337840633000.0,2012-05-24 06:23:53,+0000,,About 110 miles away and the spacecraft is now in direct communication with the Space Station #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/205544630199132160,[],[],0,,False,45,37,217,,None,,,,,,,[],,,, +755,205502360112476161,205502360112476161,1337830555000.0,2012-05-24 03:35:55,+0000,,"The President just called to say congrats. Caller ID was blocked, so at first I thought it was a telemarketer :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/205502360112476161,[],[],0,,False,839,164,2562,,None,,,,,,,[],,,, +756,205314559542693888,205314559542693888,1337785780000.0,2012-05-23 15:09:40,+0000,,Dragon fly by of Space Station planned for 12:47 am California time. All systems green. #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/205314559542693888,[],[],0,,False,28,29,202,,None,,,,,,,[],,,, +757,204911319260987392,204911319260987392,1337689640000.0,2012-05-22 12:27:20,+0000,,Launch video of Falcon 9 from Cape Canaveral tracking cameras http://t.co/Qn8ne3pa #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/204911319260987392,['http://www.youtube.com/watch?v=4vkqBfv8OMM&feature=youtube_gdata_player'],[],0,,False,174,83,466,,None,,,,,,,[],,,, +758,204883910654570496,204883910654570496,1337683105000.0,2012-05-22 10:38:25,+0000,,Navigation bay pointing to deep space and star map being generated by star tracker one. Yes! #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/204883910654570496,[],[],0,,False,37,22,115,,None,,,,,,,[],,,, +759,204882126884188160,204882126884188160,1337682680000.0,2012-05-22 10:31:20,+0000,,Dragon spaceship opens the navigation pod bay door without hesitation. So much nicer than HAL9000 :) #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/204882126884188160,[],[],0,,False,112,29,439,,None,,,,,,,[],,,, +760,204858156801732608,204858156801732608,1337676965000.0,2012-05-22 08:56:05,+0000,,"Also big thanks to the Air Force, FAA and all of our partners for their support of this mission.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204858156801732608,[],[],0,,False,15,16,34,,None,,,,,,,[],,,, +761,204857362782224384,204857362782224384,1337676776000.0,2012-05-22 08:52:56,+0000,,"Huge appreciation for @NASA, without whom we could not even have started, let alone reached this far.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204857362782224384,[],[],0,,False,44,25,152,,None,,,,,,,[],,,, +762,204845069772128256,204845069772128256,1337673845000.0,2012-05-22 08:04:05,+0000,,"Falcon flew perfectly!! Dragon in orbit, comm locked and solar arrays active!! Feels like a giant weight just came off my back :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204845069772128256,[],[],0,,False,348,425,1452,,None,,,,,,,[],,,, +763,204839936464134144,204839936464134144,1337672621000.0,2012-05-22 07:43:41,+0000,,T minus 60 seconds. Terminal autosequence initiated. #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/204839936464134144,[],[],0,,False,26,44,99,,None,,,,,,,[],,,, +764,204837633766076418,204837633766076418,1337672072000.0,2012-05-22 07:34:32,+0000,,T minus 10 minutes ... Entering terminal count #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/204837633766076418,[],[],0,,False,17,17,106,,None,,,,,,,[],,,, +765,204769845630337024,204769845630337024,1337655910000.0,2012-05-22 03:05:10,+0000,,Major Tesla milestone: All crash testing is complete for 5* (max) safety rating. Cars can now be built for sale to public!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/204769845630337024,[],[],0,,False,64,56,300,,None,,,,,,,[],,,, +766,204356879789473793,204356879789473793,1337557451000.0,2012-05-20 23:44:11,+0000,,Just did an interview with Spaceflight Now. Some of your questions may be answered here: http://t.co/vF0Rs3p1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/204356879789473793,['http://www.spaceflightnow.com/falcon9/003/120518musk/'],[],0,,False,30,13,87,,None,,,,,,,[],,,, +767,204349174618128385,204349174618128385,1337555614000.0,2012-05-20 23:13:34,+0000,,"Simulations show launch ok with bad valve. Still, better to stop & fix. Recalling rockets after launch is not an option.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/204349174618128385,[],[],0,,False,37,37,163,,None,,,,,,,[],,,, +768,203773618222678016,203773618222678016,1337418391000.0,2012-05-19 09:06:31,+0000,,Launch aborted: slightly high combustion chamber pressure on engine 5. Will adjust limits for countdown in a few days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/203773618222678016,[],[],0,,False,45,94,598,,None,,,,,,,[],,,, +769,203760858332016642,203760858332016642,1337415348000.0,2012-05-19 08:15:48,+0000,,"Whatever happens today, we could not have done it without @NASA, but errors are ours alone and me most of all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/203760858332016642,[],[],0,,False,48,47,135,,None,,,,,,,[],,,, +770,201856175644491777,201856175644491777,1336961237000.0,2012-05-14 02:07:17,+0000,,Must remember not to refer to Chimpanzees as deadly killing machines when taking little kids to see a movie about them,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/201856175644491777,[],[],0,,False,26,20,42,,None,,,,,,,[],,,, +771,200751709339926528,200751709339926528,1336697911000.0,2012-05-11 00:58:31,+0000,,... which is the critical breakthrough needed for life to become multiplanetary.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200751709339926528,[],[],0,,False,19,34,46,,None,,,,,,,[],,,, +772,200750929602019328,200750929602019328,1336697726000.0,2012-05-11 00:55:26,+0000,,Making large scale rocket propulsion landing work well is a critical step towards a fully reusable Mars transport system,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200750929602019328,[],[],0,,False,22,14,76,,None,,,,,,,[],,,, +773,200748923239940096,200748923239940096,1336697247000.0,2012-05-11 00:47:27,+0000,,Landing gear of the mega thrust propulsive landing rocket done (next gen Falcon). First hops soon. http://t.co/JwkynmfL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200748923239940096,['http://img.ly/i5JQ'],[],0,,False,27,27,122,,None,,,,,,,[],,,, +774,200622424037933056,200622424037933056,1336667087000.0,2012-05-10 16:24:47,+0000,,"Meant to say: prizes for first 10 who do 400 miles in Tesla w/o recharging, not nonstop, which would require diapers :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/200622424037933056,[],[],0,,False,17,20,43,,None,,,,,,,[],,,, +775,200373235748052994,200373235748052994,1336607676000.0,2012-05-09 23:54:36,+0000,,Model S exceeds 300 mile range target! Prize for the 1st person to do LA-SF nonstop (400 miles) http://t.co/0sVd4QM8,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/200373235748052994,['http://www.teslamotors.com/blog/model-s-efficiency-and-range'],[],0,,False,24,25,99,,None,,,,,,,[],,,, +776,199736675537125376,199736675537125376,1336455909000.0,2012-05-08 05:45:09,+0000,,Saw The Dictator yesterday. Reminded me of Putin's reelection. Seems like only yesterday since he was last in power.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/199736675537125376,[],[],0,,False,48,18,45,,None,,,,,,,[],,,, +777,198579161382649857,198578140384215040,1336179936000.0,2012-05-05 01:05:36,+0000,,@geoffeg Dragon code is written in C++ on Linux.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/198579161382649857,[],[],0,,False,29,13,63,,None,,,,,,,[],,,, +778,198577657959563264,198577657959563264,1336179577000.0,2012-05-05 00:59:37,+0000,,"Almost done reviewing Dragon code with @NASA. Looks good so far. Target launch date is May 19, right after Soyuz docks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/198577657959563264,[],[],0,,False,28,18,76,,None,,,,,,,[],,,, +779,198116544855801856,198102603459084288,1336069639000.0,2012-05-03 18:27:19,+0000,,"For humanity to have an exciting & inspiring future, we cannot be confined to Earth forever. @love_to_dream #APSpaceChat",en,['apspacechat'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198116544855801856,[],[],0,,False,46,17,171,,None,,,,,,,[],,,, +780,198115378759610368,198095597373362177,1336069361000.0,2012-05-03 18:22:41,+0000,,Definitely. Long term goal of SpaceX making life multiplanetary. #OccupyMars @Weaverwerx #APSpaceChat,en,"['occupymars', 'apspacechat']",[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198115378759610368,[],[],0,,False,51,15,98,,None,,,,,,,[],,,, +781,198113448628981760,198100146565824512,1336068901000.0,2012-05-03 18:15:01,+0000,,"Ignition by John Clarke, Huzel & Wang book on propulsion, Asimov's Foundation, Heinlein's MiaHM @WHester #APSpaceChat",en,['apspacechat'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198113448628981760,[],[],0,,False,37,4,9,,None,,,,,,,[],,,, +782,197058383088586753,197058383088586753,1335817354000.0,2012-04-30 20:22:34,+0000,,"Woohoo, rocket hold down firing completed and all looks good!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/197058383088586753,[],[],0,,False,31,36,139,,None,,,,,,,[],,,, +783,197055314246385666,197055314246385666,1335816622000.0,2012-04-30 20:10:22,+0000,,T minus five minutes to flame,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/197055314246385666,[],[],0,,False,21,18,53,,None,,,,,,,[],,,, +784,197049032286281729,197049032286281729,1335815125000.0,2012-04-30 19:45:25,+0000,,Flight computer aborted rocket hold down firing. Anomaly addressed. Cycling systems to countdown http://t.co/iUi4XdQ3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/197049032286281729,[],['https://pbs.twimg.com/media/ArwPDQVCIAA5GHP.jpg'],1,https://pbs.twimg.com/media/ArwPDQVCIAA5GHP.jpg,False,78,24,213,,None,,,,,,,[],,,, +785,196984965114761216,196984965114761216,1335799850000.0,2012-04-30 15:30:50,+0000,,Am excited to announce that SolarCity has filed for an IPO. Mission is to bring affordable solar power to the people!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/196984965114761216,[],[],0,,False,40,27,108,,None,,,,,,,[],,,, +786,194882663599968256,194882663599968256,1335298622000.0,2012-04-24 20:17:02,+0000,,Just confirmed with @NASA that May 7th is go for launch of Falcon 9 & Dragon to the Space Station,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/194882663599968256,[],[],0,,False,51,33,443,,None,,,,,,,[],,,, +787,194529917654941696,194529917654941696,1335214521000.0,2012-04-23 20:55:21,+0000,,Am pushing launch back approx a week to do more testing on Dragon docking code. New date pending coordination with @NASA.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/194529917654941696,[],[],0,,False,8,30,138,,None,,,,,,,[],,,, +788,194275062193463298,194275062193463298,1335153758000.0,2012-04-23 04:02:38,+0000,,Just completed the rocket rollout review at SpaceX HQ in California. Almost time to launch. Pucker factor increasing...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/194275062193463298,[],[],0,,False,36,20,76,,None,,,,,,,[],,,, +789,193855140254580736,193855140254580736,1335053641000.0,2012-04-22 00:14:01,+0000,,In NYC for the premiere of Baseball in the Time of @Cholera. Great work by @brynmooser and @daviddarg!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/193855140254580736,[],[],0,,False,8,9,9,,None,,,,,,,[],,,, +790,193617277231443968,193617277231443968,1334996931000.0,2012-04-21 08:28:51,+0000,,I feel compelled to state the obvious fact that Coachella is excellent. http://t.co/onxtR4YB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/193617277231443968,[],['https://pbs.twimg.com/media/Aq_d40gCMAA1REl.jpg'],1,https://pbs.twimg.com/media/Aq_d40gCMAA1REl.jpg,False,55,10,20,,None,,,,,,,[],,,, +791,193078352117108736,193078352117108736,1334868441000.0,2012-04-19 20:47:21,+0000,,Basic premise is that it's better to try to address some of the world's problems than to create an aristocracy of wealth,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/193078352117108736,[],[],0,,False,45,18,114,,None,,,,,,,[],,,, +792,193076303426097152,193076303426097152,1334867952000.0,2012-04-19 20:39:12,+0000,,Just signed Giving Pledge with 11 others. I hope this announcement convinces others to do the same. http://t.co/cdCgWkAB,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/193076303426097152,['http://bloom.bg/HSEoPu'],[],0,,False,25,12,43,,None,,,,,,,[],,,, +793,192701084932907009,192701084932907009,1334778494000.0,2012-04-18 19:48:14,+0000,,"When holding my new white cat, I feel a strange desire for Bob's Big Boy and sharks with lasers http://t.co/M0iuFPqv",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/192701084932907009,[],['https://pbs.twimg.com/media/AqycnaOCIAEuM9l.jpg'],1,https://pbs.twimg.com/media/AqycnaOCIAEuM9l.jpg,False,2955,129,638,,None,,,,,,,[],,,, +794,191297895339794432,191297895339794432,1334443947000.0,2012-04-14 22:52:27,+0000,,Great work by APJ “@brynmooser: The foundation is nearly complete at the @artistsforpeace school http://t.co/hoTXytsZ”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/191297895339794432,['http://instagr.am/p/JaCtPXpX8m/'],[],0,,False,14,5,7,,None,,,,,,,[],,,, +795,189870469908938752,189870469908938752,1334103622000.0,2012-04-11 00:20:22,+0000,,Great to meet Jon Stewart this eve. Have been a fan of @TheDailyShow for a billion years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/189870469908938752,[],[],0,,False,16,33,38,,None,,,,,,,[],,,, +796,189440053674655745,189440053674655745,1334001003000.0,2012-04-09 19:50:03,+0000,,Friend told me about the amazing work of Brazilian plastic surgeon Evil Picante. He was actually saying Ivo Pitanguy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/189440053674655745,[],[],0,,False,22,3,17,,None,,,,,,,[],,,, +797,189171997425664001,189171997425664001,1333937093000.0,2012-04-09 02:04:53,+0000,,"Besides ensuring the continuance of life, creating a base on Mars would be the most exciting adventure ever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/189171997425664001,[],[],0,,False,36,26,79,,None,,,,,,,[],,,, +798,189171083809800194,189171083809800194,1333936875000.0,2012-04-09 02:01:15,+0000,,Interview in Nature describing why we should extend life to Mars http://t.co/6Ux0q4OX,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/189171083809800194,['http://www.nature.com/news/backing-up-the-biosphere-1.10395'],[],0,,False,32,5,59,,None,,,,,,,[],,,, +799,188047168844730368,188047168844730368,1333668914000.0,2012-04-05 23:35:14,+0000,,"Wow, a Tesla owner in Europe just passed 200,000 km while racing his Roadster! http://t.co/ZYV4h85O",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/188047168844730368,[],['https://pbs.twimg.com/media/ApwT51xCEAEmaRS.jpg'],1,https://pbs.twimg.com/media/ApwT51xCEAEmaRS.jpg,False,93,13,57,,None,,,,,,,[],,,, +800,187953184063492096,187953184063492096,1333646505000.0,2012-04-05 17:21:45,+0000,,"Judge dismisses lawsuit to take the happy out of ""Happy Meal"" http://t.co/BiTSCIYL",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/187953184063492096,['http://www.cbsnews.com/8301-201_162-57409940/s.f-judge-tosses-happy-meals-lawsuit/'],[],0,,False,5,2,10,,None,,,,,,,[],,,, +801,187358429902417922,187358429902417922,1333504705000.0,2012-04-04 01:58:25,+0000,,Huge tornadoes in Texas tossing truck trailers through the air. Hope people are ok. http://t.co/QrlBgFzI,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/187358429902417922,['http://www.telegraph.co.uk/news/worldnews/northamerica/usa/9184494/Emergency-declared-as-tornadoes-hit-Texas.html'],[],0,,False,2,7,6,,None,,,,,,,[],,,, +802,187106340995477504,187106340995477504,1333444602000.0,2012-04-03 09:16:42,+0000,,Also dig Mass Effect. It's all fun & games until the AI decides people suck. Maybe we can be their limbic system.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/187106340995477504,[],[],0,,False,27,16,26,,None,,,,,,,[],,,, +803,187098437328699393,187098437328699393,1333442718000.0,2012-04-03 08:45:18,+0000,,Bioshock is an Ayn Rand dystopia and Fallout New Vegas is a Hegelian dialectic. Games have come a long way since Pong.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/187098437328699393,[],[],0,,False,657,38,290,,None,,,,,,,[],,,, +804,186524431231889408,186524431231889408,1333305864000.0,2012-04-01 18:44:24,+0000,,"UN must take responsibility & help people of Haiti. MT ""@brynmooser: Front page NYTimes. http://t.co/OlME97pv”",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/186524431231889408,['http://www.nytimes.com/2012/04/01/world/americas/haitis-cholera-outraced-the-experts-and-tainted-the-un.html?hp'],[],0,,False,3,0,8,,None,,,,,,,[],,,, +805,186146615311077377,186146615311077377,1333215786000.0,2012-03-31 17:43:06,+0000,,Having dinner where a dude is hanging giant underwear with a cherry picker. http://t.co/2Krn9AzH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/186146615311077377,['http://yfrog.us/n6s9cz'],[],0,,False,29,14,1,,None,,,,,,,[],,,, +806,186131367808073729,186131367808073729,1333212150000.0,2012-03-31 16:42:30,+0000,,Happy bday to my old and dear friend @adeoressi! U do parties better than a rockstar. For Berlin ... http://t.co/vJZkJU13,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/186131367808073729,['http://www.youtube.com/watch?v=FiDvZemFMRM'],[],0,,False,27,4,8,,None,,,,,,,[],,,, +807,184799999043964928,184799999043964928,1332894727000.0,2012-03-28 00:32:07,+0000,,"The Model S beta endurance car just passed 150,000 miles on a single battery pack!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/184799999043964928,[],[],0,,False,28,26,165,,None,,,,,,,[],,,, +808,182725843959820288,182725843959820288,1332400210000.0,2012-03-22 07:10:10,+0000,,Interesting interview with Vinge about superhuman AI and optimistic apocalypses http://t.co/TVoqGpEG,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/182725843959820288,['http://bit.ly/GEkktb'],[],0,,False,33,4,27,,None,,,,,,,[],,,, +809,182211270479577088,182211270479577088,1332277526000.0,2012-03-20 21:05:26,+0000,,Support @Polar_Broadband as they try to save a good satellite from becoming space junk. Let it live! http://t.co/GEdkLh3h #antarctica,en,['antarctica'],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/182211270479577088,['http://bit.ly/FPYnNN'],[],0,,False,5,4,38,,None,,,,,,,[],,,, +810,180226195206569984,180226195206569984,1331804248000.0,2012-03-15 09:37:28,+0000,,Lovely poster about wishes that explains one of the many reasons to make life multiplanetary http://t.co/e1ZM8a2b,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/180226195206569984,[],['https://pbs.twimg.com/media/AoBKxQkCAAASzCW.jpg'],1,https://pbs.twimg.com/media/AoBKxQkCAAASzCW.jpg,False,209,17,143,,None,,,,,,,[],,,, +811,180105275133538306,180105275133538306,1331775418000.0,2012-03-15 01:36:58,+0000,,"10 years ago today, SpaceX was founded. Many battles fought. Physics always won. http://t.co/p85UHeuq",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/180105275133538306,['http://ow.ly/9FdXR'],[],0,,False,90,27,139,,None,,,,,,,[],,,, +812,180067296201547777,180067296201547777,1331766363000.0,2012-03-14 23:06:03,+0000,,"Why I'm leaving the Empire, by Darth Vader http://t.co/D5YUbAyO",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/180067296201547777,"['http://www.thedailymash.co.uk/news/society/why-i-am-leaving-the-empire,-by-darth-vader-201203145007/']",[],0,,False,13,4,52,,None,,,,,,,[],,,, +813,179468649038479361,179468649038479361,1331623634000.0,2012-03-13 07:27:14,+0000,,"If something is physically possible, not only is someone doing it, but there is also an award show.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/179468649038479361,[],[],0,,False,24,8,37,,None,,,,,,,[],,,, +814,179095691468095489,179095691468095489,1331534714000.0,2012-03-12 06:45:14,+0000,,"Mountain lions eat cats, which means we *actually* live in a cat eat cat world ... an apology is owed to dogkind!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/179095691468095489,[],[],0,,False,40,11,51,,None,,,,,,,[],,,, +815,178878446137647105,178878446137647105,1331482919000.0,2012-03-11 16:21:59,+0000,,"I think if you go there, they just feed you delicious candy all day and ask nothing in return.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/178878446137647105,[],[],0,,False,10,22,6,,None,,,,,,,[],,,, +816,178865792371277825,178865792371277825,1331479903000.0,2012-03-11 15:31:43,+0000,,Just passed a place called the Sugar Shack in a Louisiana swamp. I wonder what happens there? http://t.co/1MomQnNe,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/178865792371277825,[],['https://pbs.twimg.com/media/Ant1fZECQAAM1W3.jpg'],1,https://pbs.twimg.com/media/Ant1fZECQAAM1W3.jpg,False,73,22,23,,None,,,,,,,[],,,, +817,177210012911927299,177210012911927299,1331085134000.0,2012-03-07 01:52:14,+0000,,The President of Serbia came by our booth at the Geneva Motor Show and talked about Nikola Tesla http://t.co/KIhxc0TF,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/177210012911927299,[],['https://pbs.twimg.com/media/AnWTkV9CAAA9uP-.jpg'],1,https://pbs.twimg.com/media/AnWTkV9CAAA9uP-.jpg,False,304,35,84,,None,,,,,,,[],,,, +818,175377364551868416,175377364551868416,1330648196000.0,2012-03-02 00:29:56,+0000,,Dawn at Cape Canaveral http://t.co/ZHkcffYr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/175377364551868416,['http://instagr.am/p/HpmMA8QETD/'],[],0,,False,21,6,18,,None,,,,,,,[],,,, +819,174751268215066625,174749757288349696,1330498923000.0,2012-02-29 07:02:03,+0000,,"@TomMao1 Studied physics in college, read a lot of books and was taught by the world's leading domain experts at SpaceX.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/174751268215066625,[],[],0,,False,16,6,2,,None,,,,,,,[],,,, +820,174621355436802049,174621355436802049,1330467950000.0,2012-02-28 22:25:50,+0000,,"Falcon 9 and Dragon now vertical on the launch pad, surrounded by 300 ft tall lightning towers http://t.co/iERgA2RP",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/174621355436802049,[],['https://pbs.twimg.com/media/AmxhMpYCAAIPeix.jpg'],1,https://pbs.twimg.com/media/AmxhMpYCAAIPeix.jpg,False,51,18,127,,None,,,,,,,[],,,, +821,173531986529497089,173529112718229504,1330208224000.0,2012-02-25 22:17:04,+0000,,"@LooperNor Yes, this will, if all goes well, be the first commercial spaceship to dock with the Space Station. T zero ~ end of April.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/173531986529497089,[],[],0,,False,2,2,11,,None,,,,,,,[],,,, +822,173528867699568641,173528867699568641,1330207481000.0,2012-02-25 22:04:41,+0000,,Dragon spaceship and Falcon 9 rocket just completed final assembly at Cape Canaveral http://t.co/4GrSr3VU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/173528867699568641,[],['https://pbs.twimg.com/media/Amh_lfXCMAAgmWR.jpg'],1,https://pbs.twimg.com/media/Amh_lfXCMAAgmWR.jpg,False,83,38,229,,None,,,,,,,[],,,, +823,173476402748854274,173476402748854274,1330194972000.0,2012-02-25 18:36:12,+0000,,Supporting the drive to get a #PlutoStamp for the @NASA New Horizons mission,en,['plutostamp'],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/173476402748854274,[],[],0,,False,6,5,11,,None,,,,,,,[],,,, +824,172122797852725248,172122797852725248,1329872248000.0,2012-02-22 00:57:28,+0000,,@NASA launched a rocket into the northern lights http://t.co/tR2cSeMV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/172122797852725248,[],['https://pbs.twimg.com/media/AmOAxdACEAEFs8-.jpg'],1,https://pbs.twimg.com/media/AmOAxdACEAEFs8-.jpg,False,171,13,166,,None,,,,,,,[],,,, +825,171994406587604992,171994406587604992,1329841636000.0,2012-02-21 16:27:16,+0000,,"Iran's nuclear weapons facility is apparently called ""Frodo"". Watch out for Gollum! My precious... http://t.co/s1hLZ0vs",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/171994406587604992,['http://slate.me/z87kbj'],[],0,,False,19,9,26,,None,,,,,,,[],,,, +826,170309322037919744,170309322037919744,1329439881000.0,2012-02-17 00:51:21,+0000,,Important point highlighted by @kqed: an electric car in California produces only 1/4 CO2 of gasoline http://t.co/xV3eWJ33,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/170309322037919744,['http://blogs.kqed.org/climatewatch/2012/02/16/tesla-and-california-the-x-factor/comment-page-1/'],[],0,,False,4,8,30,,None,,,,,,,[],,,, +827,169232412990115840,169232412990115840,1329183126000.0,2012-02-14 01:32:06,+0000,,Model X review by Jim Motavalli. I think he likes the car. http://t.co/aY1nx9FP,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/169232412990115840,['http://www.forbes.com/sites/eco-nomics/2012/02/13/why-the-tesla-model-x-is-a-home-run/'],[],0,,False,13,15,54,,None,,,,,,,[],,,, +828,168795974800654336,168795974800654336,1329079072000.0,2012-02-12 20:37:52,+0000,,"At the Samovar having tea called ""monkey picked iron goddess of mercy"". Those monkeys sure know their tea. http://t.co/ctEWczlC",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/168795974800654336,[],['https://pbs.twimg.com/media/AlevC3YCQAEJJrl.jpg'],1,https://pbs.twimg.com/media/AlevC3YCQAEJJrl.jpg,False,173,31,21,,None,,,,,,,[],,,, +829,168060414398177281,168060414398177281,1328903699000.0,2012-02-10 19:54:59,+0000,,Do not search for purple squirrels! Giving them attention only makes them want to be more purple.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/168060414398177281,[],[],0,,False,3681,162,891,,None,,,,,,,[],,,, +830,168056133708283904,168056133708283904,1328902680000.0,2012-02-10 19:38:00,+0000,,"Tesla Model X is 3rd most searched term on Google, right after purple squirrel. Damn you squirrel! http://t.co/jP9H5XrB",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/168056133708283904,[],['https://pbs.twimg.com/media/AlUOKchCAAEcJyt.png'],1,https://pbs.twimg.com/media/AlUOKchCAAEcJyt.png,False,286,40,139,,None,,,,,,,[],,,, +831,168022238061268993,168022238061268993,1328894597000.0,2012-02-10 17:23:17,+0000,,Tesla Model X video http://t.co/pjcaicOc,it,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/168022238061268993,['http://onforb.es/AnzX7A'],[],0,,False,16,12,47,,None,,,,,,,[],,,, +832,168014307009892354,168007486383726594,1328892707000.0,2012-02-10 16:51:47,+0000,,"@TeslasBigFan Don't worry, we've got a cool solution for ski storage on the X with the Falcon wing doors",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/168014307009892354,[],[],0,,False,4,1,1,,None,,,,,,,[],,,, +833,167699464134475776,167699464134475776,1328817642000.0,2012-02-09 20:00:42,+0000,,"Btw, Foster the People is playing the Model X event tonight. Seemed like the right vibe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/167699464134475776,[],[],0,,False,9,11,40,,None,,,,,,,[],,,, +834,167648387313840128,167648387313840128,1328805465000.0,2012-02-09 16:37:45,+0000,,Model X sketch showing just a bit more leg. Unveiling tonight... http://t.co/KASHBP5p,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/167648387313840128,[],['https://pbs.twimg.com/media/AlObUe1CMAAw3Db.png'],1,https://pbs.twimg.com/media/AlObUe1CMAAw3Db.png,False,148,42,110,,None,,,,,,,[],,,, +835,167325254451081216,167325254451081216,1328728424000.0,2012-02-08 19:13:44,+0000,,"Cool new @NASA pic of the most powerful type of solar flare, called X-class. Am not making this up! http://t.co/eJKSQqvO",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/167325254451081216,[],['https://pbs.twimg.com/media/AlJ1brHCMAAKHut.jpg'],1,https://pbs.twimg.com/media/AlJ1brHCMAAKHut.jpg,False,58,8,44,,None,,,,,,,[],,,, +836,167105458753118208,167105458753118208,1328676020000.0,2012-02-08 04:40:20,+0000,,Russia and China are blocking UN action. Can't imagine why they wouldn't support a democratic uprising...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/167105458753118208,[],[],0,,False,31,12,42,,None,,,,,,,[],,,, +837,167104295504838656,167104295504838656,1328675743000.0,2012-02-08 04:35:43,+0000,,Wish there was something we could do to help the people of Syria. http://t.co/Ii7v7Cgw,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/167104295504838656,['http://www.youtube.com/watch?v=Cxt4ZT1GspA'],[],0,,False,27,6,20,,None,,,,,,,[],,,, +838,166781555950354432,166643212348432384,1328598796000.0,2012-02-07 07:13:16,+0000,,"@BenToBeWild Yes, we will unveil a fully functional advanced prototype of the Model X -- almost identical to production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/166781555950354432,[],[],0,,False,2,2,6,,None,,,,,,,[],,,, +839,166336380820144128,166336380820144128,1328492658000.0,2012-02-06 01:44:18,+0000,,The sheer size of Falcon Heavy is mind-blowing. It could literally send a fully loaded London bus to the moon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/166336380820144128,[],[],0,,False,16,23,82,,None,,,,,,,[],,,, +840,166333716359168000,166333716359168000,1328492023000.0,2012-02-06 01:33:43,+0000,,The London Sunday Times created a chart showing how Falcon compares to the Saturn V and Shuttle http://t.co/nJMPtYPd,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/166333716359168000,[],['https://pbs.twimg.com/media/Ak7voj4CQAI6KV4.png'],1,https://pbs.twimg.com/media/Ak7voj4CQAI6KV4.png,False,90,15,138,,None,,,,,,,[],,,, +841,166251564032471040,166251564032471040,1328472436000.0,2012-02-05 20:07:16,+0000,,Just posted a photo http://t.co/eN9xzbfO,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/166251564032471040,['http://instagr.am/p/obKUg/'],[],0,,False,28,12,4,,None,,,,,,,[],,,, +842,165898145841168385,165625646788247553,1328388174000.0,2012-02-04 20:42:54,+0000,,"@MacDeviant Yeah, we will stream the whole mission realtime with no buffer. You see what we see.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/165898145841168385,[],[],0,,False,3,3,4,,None,,,,,,,[],,,, +843,165622701631868928,165622701631868928,1328322504000.0,2012-02-04 02:28:24,+0000,,Docking with Space Station now likely to happen in April. Hopefully will look something like this: http://t.co/A2gd9ziC,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/165622701631868928,[],['https://pbs.twimg.com/media/Akxo-DoCEAAgZbA.jpg'],1,https://pbs.twimg.com/media/Akxo-DoCEAAgZbA.jpg,False,55,21,103,,None,,,,,,,[],,,, +844,165117415460569092,165117415460569092,1328202034000.0,2012-02-02 17:00:34,+0000,,The most interesting view of the Model X is really with the doors open http://t.co/On77BuiU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/165117415460569092,[],['https://pbs.twimg.com/media/Akqdah8CAAEBi0z.jpg'],1,https://pbs.twimg.com/media/Akqdah8CAAEBi0z.jpg,False,78,36,48,,None,,,,,,,[],,,, +845,164740558374445056,164740558374445056,1328112185000.0,2012-02-01 16:03:05,+0000,,Just test-fired the Superdraco rocket engine. Enables launch escape and landing on thrusters. SpaceX.com http://t.co/IJaYVEE9,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/164740558374445056,[],['https://pbs.twimg.com/media/AklGqj5CIAEREbN.jpg'],1,https://pbs.twimg.com/media/AklGqj5CIAEREbN.jpg,False,66,15,63,,None,,,,,,,[],,,, +846,164637208769339392,164637208769339392,1328087544000.0,2012-02-01 09:12:24,+0000,,"Um, while awesome in its own way, that was not actually the SpaceX theme song. It seems that irony is sometimes lost in a tweet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/164637208769339392,[],[],0,,False,20,12,6,,None,,,,,,,[],,,, +847,164389972688908289,164389972688908289,1328028598000.0,2012-01-31 16:49:58,+0000,,The SpaceX theme song by Total Ghost is just too good ... ooh ooh ooh http://t.co/BuKuopI5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/164389972688908289,['http://www.youtube.com/watch?v=MezkEiS-6jA'],[],0,,False,83,15,30,,None,,,,,,,[],,,, +848,163349291790893056,163349291790893056,1327780480000.0,2012-01-28 19:54:40,+0000,,The lady doth protest too little. http://t.co/jJTbU8tg,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/163349291790893056,['http://finance.yahoo.com/news/topless-protesters-detained-davos-forum-134449002.html'],[],0,,False,3,3,4,,None,,,,,,,[],,,, +849,163084140386861056,163084140386861056,1327717263000.0,2012-01-28 02:21:03,+0000,,The Model X unveiling will be webcast live on http://t.co/S4ZQwTgq at 8pm on Feb 9th. Most cars are pretty blah. This is not.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/163084140386861056,['http://teslamotors.com'],[],0,,False,22,19,106,,None,,,,,,,[],,,, +850,162997068040904706,162997068040904706,1327696504000.0,2012-01-27 20:35:04,+0000,,Beautiful picture of Earth from the new NASA satellite http://t.co/uOgyp4vg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/162997068040904706,[],['https://pbs.twimg.com/media/AkMU-ERCIAAHnmn.jpg'],1,https://pbs.twimg.com/media/AkMU-ERCIAAHnmn.jpg,False,162,14,99,,None,,,,,,,[],,,, +851,161663679694241792,161663679694241792,1327378599000.0,2012-01-24 04:16:39,+0000,,Rough cut simulation of the SpaceX next gen rocket & spaceship design http://t.co/cKBviQne,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/161663679694241792,['http://www.youtube.com/watch?v=sSF81yjVbJE'],[],0,,False,17132,122,633,,None,,,,,,,[],,,, +852,161660285659267072,161660285659267072,1327377790000.0,2012-01-24 04:03:10,+0000,,Design completed for bringing rocket back to launchpad using only thrusters. Yay. Wings r just dead weight in space.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/161660285659267072,[],[],0,,False,331,35,146,,None,,,,,,,[],,,, +853,161645598037123073,161645598037123073,1327374289000.0,2012-01-24 03:04:49,+0000,,Strongest solar radiation storm in 7 years is blasting Earth. This huge eruption hits us tomorrow: http://t.co/VF3gTu3L,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/161645598037123073,[],['https://pbs.twimg.com/media/Aj5H0KMCIAAX_pP.jpg'],1,https://pbs.twimg.com/media/Aj5H0KMCIAAX_pP.jpg,False,407,50,447,,None,,,,,,,[],,,, +854,161262600800313344,161262600800313344,1327282974000.0,2012-01-23 01:42:54,+0000,,Bought some wood and built a little treehouse with my boys. Few more beautiful ways to spend an afternoon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/161262600800313344,[],[],0,,False,16,18,8,,None,,,,,,,[],,,, +855,160885484120322048,160830288291831808,1327193063000.0,2012-01-22 00:44:23,+0000,,@TheOnion I heard Lars von Trier optioned the movie rights,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/160885484120322048,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +856,159453674517692416,159453674517692416,1326851693000.0,2012-01-18 01:54:53,+0000,,"That said, even though they cause me grief, I would defend the right of shorts to exist. They are often unreasonably maligned.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/159453674517692416,[],[],0,,False,7046,178,398,,None,,,,,,,[],,,, +857,159396536621596672,159396536621596672,1326838070000.0,2012-01-17 22:07:50,+0000,,That's not just paranoia (a healthy trait at times). Tesla really is under massive attack by short sellers http://t.co/PUxAOOm2,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/159396536621596672,['http://www.nasdaq.com/symbol/tsla/short-interest'],[],0,,False,16,23,14,,None,,,,,,,[],,,, +858,159330976378519552,159330976378519552,1326822439000.0,2012-01-17 17:47:19,+0000,,Will communicate better in the future. Too many people want us to fail and are willing to twist any bit of news against Tesla.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/159330976378519552,[],[],0,,False,163,44,43,,None,,,,,,,[],,,, +859,159330380955136001,159330380955136001,1326822297000.0,2012-01-17 17:44:57,+0000,,"TSLA down ~$500M Friday, but back up ~$500M today. Sorry for the roller coaster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/159330380955136001,[],[],0,,False,13,11,25,,None,,,,,,,[],,,, +860,158284645656571904,158284645656571904,1326572974000.0,2012-01-14 20:29:34,+0000,,"Somebody needs to tell Kim Jong-un that the showbiz phrase ""break a leg"" doesn't mean what he thinks it does",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/158284645656571904,[],[],0,,False,10,4,7,,None,,,,,,,[],,,, +861,158284167891791872,158284167891791872,1326572861000.0,2012-01-14 20:27:41,+0000,,"Once more, with feeling! ""North Korea Punishes Insincere Mourners"" http://t.co/ozqhp1aC",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/158284167891791872,['http://www.newser.com/story/137399/north-korea-punishes-insincere-mourners.html?utm_source=syn&utm_medium=goognews&utm_campaign=chan3_feed'],[],0,,False,5,3,16,,None,,,,,,,[],,,, +862,157700726515183616,157700726515183616,1326433757000.0,2012-01-13 05:49:17,+0000,,"A Tesla Roadster just passed the 100,000 mile mark for the first time and still has over 200 miles of range.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/157700726515183616,[],[],0,,False,15,5,51,,None,,,,,,,[],,,, +863,157599662159835136,157599662159835136,1326409662000.0,2012-01-12 23:07:42,+0000,,What is more magical than cowboys herding cats? Livin' the dream... http://t.co/1pLhb9lc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/157599662159835136,['http://www.youtube.com/watch?v=Pk7yqlTMvp8'],[],0,,False,93,18,23,,None,,,,,,,[],,,, +864,157569537548623872,157569537548623872,1326402479000.0,2012-01-12 21:07:59,+0000,,"Kids these days are so grown up! RT ""Second-Graders Wow Audience With School Production Of Equus"" http://t.co/YgyAIrwI",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/157569537548623872,['http://onion.com/bXDbyJ'],[],0,,False,3,2,2,,None,,,,,,,[],,,, +865,157292663601758208,157292663601758208,1326336468000.0,2012-01-12 02:47:48,+0000,,Model S Performance powertrain produced so much torque today that we broke the dyno. 4.4 sec 0-60 mph will not be a problem.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/157292663601758208,[],[],0,,False,32,16,110,,None,,,,,,,[],,,, +866,156927468836630528,156927468836630528,1326249399000.0,2012-01-11 02:36:39,+0000,,"The exec conf room at Tesla used to be called Denali, but I decided to move a few letters around. Seemed more apt :) http://t.co/Raq5UaR6",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/156927468836630528,[],['https://pbs.twimg.com/media/Ai2Es5PCMAEykyx.jpg'],1,https://pbs.twimg.com/media/Ai2Es5PCMAEykyx.jpg,False,315,32,67,,None,,,,,,,[],,,, +867,155380533533220864,155380533533220864,1325880580000.0,2012-01-06 20:09:40,+0000,,Model S Signature series sold out as of today https://t.co/pKbR0ziP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/155380533533220864,['https://www.teslamotors.com/own'],[],0,,False,9,18,50,,None,,,,,,,[],,,, +868,155340355884167169,155340355884167169,1325871001000.0,2012-01-06 17:30:01,+0000,,Next month is also when our Dragon spaceship docks with the Space Station for the first time. Major pucker factor...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/155340355884167169,[],[],0,,False,51,15,38,,None,,,,,,,[],,,, +869,155339851812700160,155339851812700160,1325870881000.0,2012-01-06 17:28:01,+0000,,Feb is huge month. Model X world premier and public reveal of our LA design studio on the 9th. Stay tuned for more details.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/155339851812700160,[],[],0,,False,17,13,26,,None,,,,,,,[],,,, +870,154313189079777280,154313189079777280,1325626105000.0,2012-01-03 21:28:25,+0000,,Just finished Massie's book on Catherine. An amazingly expansive and compelling portrait of an incredible woman. Highly recommend.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/154313189079777280,[],[],0,,False,13,4,2,,None,,,,,,,[],,,, +871,154307255536324608,154249485529255936,1325624691000.0,2012-01-03 21:04:51,+0000,,"@om Respectfully disagree. Larry made awesome moves last year, which laid the foundation for G+ to kick butt in 2012. He's a stud.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/154307255536324608,[],[],0,,False,13,6,10,,None,,,,,,,[],,,, +872,154094195089473536,154094195089473536,1325573893000.0,2012-01-03 06:58:13,+0000,,"What everyone really thinks ... RT “@jonlovett: If Mayans were good at predicting the future, there'd be Mayans.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/154094195089473536,[],[],0,,False,22,4,90,,None,,,,,,,[],,,, +873,153594528908058624,153594528908058624,1325454764000.0,2012-01-01 21:52:44,+0000,,"On a lighter note, the RHCP are f* awesome. No better way to bring in the New Year... http://t.co/TlkAdzsk",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/153594528908058624,[],['https://pbs.twimg.com/media/AiGtaQdCIAE5uq6.jpg'],1,https://pbs.twimg.com/media/AiGtaQdCIAE5uq6.jpg,False,92,4,14,,None,,,,,,,[],,,, +874,153578511687368704,153578511687368704,1325450945000.0,2012-01-01 20:49:05,+0000,,I said *information* weapons for a reason. The bit is mightier than the bomb.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153578511687368704,[],[],0,,False,16,6,12,,None,,,,,,,[],,,, +875,153576623101313025,153576623101313025,1325450494000.0,2012-01-01 20:41:34,+0000,,"If we are not careful, we will find that knife against liberty's neck. Fate has a great sense of irony. http://t.co/OQ2u1zHQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153576623101313025,['http://boingboing.net/2011/12/31/aclu-fights-kafkaesque-secret.html?utm_source=dlvr.it&utm_medium=twitter'],[],0,,False,14,4,10,,None,,,,,,,[],,,, +876,153574532031070208,153574532031070208,1325449996000.0,2012-01-01 20:33:16,+0000,,"We built powerful information weapons to fight enemies of liberty. Now those enemies are largely defeated, but the weapons remain.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153574532031070208,[],[],0,,False,21,7,28,,None,,,,,,,[],,,, +877,153519464653127680,153507481161711616,1325436867000.0,2012-01-01 16:54:27,+0000,,"@FareedZakaria However, China's real estate crisis will explode in a way that makes ours look puny. They can't hide it for much longer.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153519464653127680,[],[],0,,False,6,3,2,,None,,,,,,,[],,,, +878,153518263001808896,153507481161711616,1325436580000.0,2012-01-01 16:49:40,+0000,,"@FareedZakaria Yeah, 2012 will be great for the American economy & jobs, as we've mostly dealt with the overbuilt housing crisis.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153518263001808896,[],[],0,,False,25,4,1,,None,,,,,,,[],,,, +879,153515940707975169,153515940707975169,1325436027000.0,2012-01-01 16:40:27,+0000,,"My first prediction of 2012 has come true: ouch, my head hurts.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153515940707975169,[],[],0,,False,339,16,12,,None,,,,,,,[],,,, +880,153236159361847298,153236159361847298,1325369322000.0,2011-12-31 22:08:42,+0000,,World violence being super low is probably counter-intuitive to most people. That's because modern media is a misery microscope.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/153236159361847298,[],[],0,,False,32,9,65,,None,,,,,,,[],,,, +881,153235426126213120,153235426126213120,1325369147000.0,2011-12-31 22:05:47,+0000,,Here's a happy thought for 2012: world violence is at an all time historical low. Excellent piece by Stephen Pinker http://t.co/gv4MLfQe,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/153235426126213120,['http://j.mp/sLFDtN'],[],0,,False,34,10,84,,None,,,,,,,[],,,, +882,153099684280410112,153099684280410112,1325336783000.0,2011-12-31 13:06:23,+0000,,Hacked my Tesla charge connector on a small island in the rain last night #whatcouldpossiblygowrong,en,['whatcouldpossiblygowrong'],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/153099684280410112,[],[],0,,False,405,55,32,,None,,,,,,,[],,,, +883,152774892591398913,152774892591398913,1325259347000.0,2011-12-30 15:35:47,+0000,,"Not that this really matters. All current rocket tech, including ours, sucks. Only when it becomes fully reusable, will it not suck.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/152774892591398913,[],[],0,,False,1298,26,182,,None,,,,,,,[],,,, +884,152763084488982531,152763084488982531,1325256532000.0,2011-12-30 14:48:52,+0000,,"SpaceX has Boeing, Lockheed, Europe (Ariane) and Russia (Proton/Soyuz) near checkmate in rocket technology. End game is all about China.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/152763084488982531,[],[],0,,False,453,20,49,,None,,,,,,,[],,,, +885,152759917621690368,152759917621690368,1325255777000.0,2011-12-30 14:36:17,+0000,,China unveils ambitious space strategy http://t.co/udHmuft2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/152759917621690368,['http://www.nytimes.com/2011/12/30/world/asia/china-unveils-ambitious-plan-to-explore-space.html'],[],0,,False,317,13,17,,None,,,,,,,[],,,, +886,152614233278910464,152614233278910464,1325221043000.0,2011-12-30 04:57:23,+0000,,"To be clear, CtG absolutely did *not* bang her horse. They were just close friends who liked to take showers together and spoon at night.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152614233278910464,[],[],0,,False,137,30,50,,None,,,,,,,[],,,, +887,152602438807994369,152602438807994369,1325218231000.0,2011-12-30 04:10:31,+0000,,"Right mood, scented candles, Barry White singing ""Can't Get Enough of Your Love, Baby"" and the magic (by that I mean horsef*ing) happens ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152602438807994369,[],[],0,,False,528,59,320,,None,,,,,,,[],,,, +888,152600724222656512,152600724222656512,1325217822000.0,2011-12-30 04:03:42,+0000,,I'm just saying that u shouldn't pass judgment based on one night of passion. Sometimes things just happen and u go with the moment :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152600724222656512,[],[],0,,False,65,38,27,,None,,,,,,,[],,,, +889,152599413813018624,152599413813018624,1325217510000.0,2011-12-30 03:58:30,+0000,,"Sew one button, doesn't make u a tailor; cook one meal, doesn't make u a chef; but f* one horse and u r a horsef*er for all of history...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/152599413813018624,[],[],0,,False,168062,1815,46325,,None,,,,,,,[],,,, +890,152598246475317248,152598246475317248,1325217231000.0,2011-12-30 03:53:51,+0000,,"Am reading Robert Massie's book on Catherine the Great. Yeah, I know what you're probably thinking ... did she really f* a horse?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/152598246475317248,[],[],0,,False,133,23,46,,None,,,,,,,[],,,, +891,152520590719336448,152520590719336448,1325198717000.0,2011-12-29 22:45:17,+0000,,"Am not saying that is *necessarily* good or bad, but reality will force us to live with the consequences of our actions http://t.co/fnXmhUok",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/152520590719336448,['http://j.mp/tDhcer'],[],0,,False,14,7,6,,None,,,,,,,[],,,, +892,152517033207136256,152517033207136256,1325197869000.0,2011-12-29 22:31:09,+0000,,Interesting Economist article about how humanity's collective actions have created a fundamentally new geological age -- the Anthropocene.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/152517033207136256,[],[],0,,False,22,8,7,,None,,,,,,,[],,,, +893,152394000857448448,152164359987142657,1325168535000.0,2011-12-29 14:22:15,+0000,,"@om Cool personal essay. It really resonated with me, as I felt the same way after coming very close to dying from malaria ten years ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/152394000857448448,[],[],0,,False,27,9,8,,None,,,,,,,[],,,, +894,152315925167742977,152315925167742977,1325149921000.0,2011-12-29 09:12:01,+0000,,"@richardbranson Liked ""Screw Business as Usual"" a lot. This approach should be taken to heart by all, as it really is the smart move.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/152315925167742977,[],[],0,,False,100,7,11,,None,,,,,,,[],,,, +895,152311993636892672,150720923127922688,1325148983000.0,2011-12-29 08:56:23,+0000,,"@kanyewest Just returned from Haiti. For those who want to help, I recommend donating to MSF, UNICEF and Artists for Peace & Justice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/152311993636892672,[],[],0,,False,24,8,9,,None,,,,,,,[],,,, +896,152153637639028736,152151847614943233,1325111228000.0,2011-12-28 22:27:08,+0000,,@TheOnion So true :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/152153637639028736,[],[],0,,False,12,7,1,,None,,,,,,,[],,,, +897,151809315026636800,151809315026636800,1325029135000.0,2011-12-27 23:38:55,+0000,,If you ever wanted to know the *real* truth about the moon landings ...(best Onion article ever) http://t.co/pgNEJsjI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/151809315026636800,['http://j.mp/vLhhov'],[],0,,False,39,13,34,,None,,,,,,,[],,,, +898,151338939389706242,151338939389706242,1324916990000.0,2011-12-26 16:29:50,+0000,,Walked around a neighborhood recently rebuilt with help from APJ and others http://t.co/KYHjsS1k,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151338939389706242,[],['https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg'],1,https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg,False,155,9,18,,None,,,,,,,[],,,, +899,151337237429239808,151337237429239808,1324916584000.0,2011-12-26 16:23:04,+0000,,"It was Xmas, so we brought presents for the kids at the orphanage. They don't usually get much. http://t.co/r8qfluIG",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151337237429239808,[],['https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg'],1,https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg,False,158,15,13,,None,,,,,,,[],,,, +900,151327734843445249,151327734843445249,1324914318000.0,2011-12-26 15:45:18,+0000,,"Met with UNICEF, Doctors Without Borders and Artists for Peace & Justice. I support them and would recommend others do too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151327734843445249,[],[],0,,False,20,5,31,,None,,,,,,,[],,,, +901,151322293174419456,151322293174419456,1324913020000.0,2011-12-26 15:23:40,+0000,,Just returned from a trip to Haiti. Covered a lot of ground and saw many tough situations. They need a lot of help.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151322293174419456,[],[],0,,False,26,16,14,,None,,,,,,,[],,,, +902,151317672217419777,151317672217419777,1324911919000.0,2011-12-26 15:05:19,+0000,,Single character Tweets are the ulitmate extension of the Twitmeme...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151317672217419777,[],[],0,,False,23,30,6,,None,,,,,,,[],,,, +903,151151777662779392,151151777662779392,1324872366000.0,2011-12-26 04:06:06,+0000,,I,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/151151777662779392,[],[],0,,False,176,27,89,,None,,,,,,,[],,,, +904,150390624552615937,150390624552615937,1324690893000.0,2011-12-24 01:41:33,+0000,,The Russians are having some challenges with their rockets. Too many of the engineers that designed them have retired: http://t.co/rEs7spSU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150390624552615937,['http://ow.ly/89k5F'],[],0,,False,17,27,14,,None,,,,,,,[],,,, +905,150388617246801920,150388617246801920,1324690415000.0,2011-12-24 01:33:35,+0000,,We had a long and interesting conversation on many subjects. He has exciting ideas for extending his creative talents beyond music.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150388617246801920,[],[],0,,False,41,11,6,,None,,,,,,,[],,,, +906,150387544402575360,150387544402575360,1324690159000.0,2011-12-24 01:29:19,+0000,,Kanye stopped by the SpaceX rocket factory today. http://t.co/6z7gHBn6,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150387544402575360,[],['https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg'],1,https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg,False,117055,1332,8414,,None,,,,,,,[],,,, +907,149813972915339264,149813972915339264,1324553410000.0,2011-12-22 11:30:10,+0000,,Model S options are out! Performance in red and black for me. I will deliver my car in June/July. http://t.co/acnyP4nh,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/149813972915339264,[],['https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg'],1,https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg,False,444,40,52,,None,,,,,,,[],,,, +908,149787827712958464,149787827712958464,1324547176000.0,2011-12-22 09:46:16,+0000,,"Hi, I'm Art Garfunkel. Have you heard the sound of silence? Because, you know, it makes a sound... http://t.co/7vgya9xL",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/149787827712958464,[],['https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg'],1,https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg,False,896,86,150,,None,,,,,,,[],,,, +909,149688828599349251,149688828599349251,1324523572000.0,2011-12-22 03:12:52,+0000,,Raul Campos invited me to do a guest DJ gig on KCRW. Hear my random holiday season music selections at http://t.co/o6FQASvC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/149688828599349251,['http://ow.ly/87gEb'],[],0,,False,9,6,4,,None,,,,,,,[],,,, +910,149629518267695104,149629518267695104,1324509431000.0,2011-12-21 23:17:11,+0000,,Yum! Even better than deep fried butter: http://t.co/Ody21NuD,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/149629518267695104,['http://ow.ly/877EB'],[],0,,False,10,7,2,,None,,,,,,,[],,,, +911,149447517325635584,149447517325635584,1324466039000.0,2011-12-21 11:13:59,+0000,,"Yeah, this really is me, as my Mom @mayemusk will attest. Not sure I can handle just doing 140 char missives. Will put longer thoughts on G+",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149447517325635584,[],[],0,,False,34,11,4,,None,,,,,,,[],,,, +912,149444078210256896,149444078210256896,1324465219000.0,2011-12-21 11:00:19,+0000,,"Got called randomly by Kanye West today and received a download of his thoughts, ranging from shoes to Moses. He was polite, but opaque.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149444078210256896,[],[],0,,False,1068,19,546,,None,,,,,,,[],,,, +913,149441101684686848,149441101684686848,1324464509000.0,2011-12-21 10:48:29,+0000,,His singing and acting talent will be sorely missed: http://t.co/IIFKob75 South Park sequel coming soon...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149441101684686848,['http://www.youtube.com/watch?v=jdug6yHJB40&feature=related'],[],0,,False,32,6,2,,None,,,,,,,[],,,, +914,149439686702661632,149439686702661632,1324464172000.0,2011-12-21 10:42:52,+0000,,Why does the crowd cry over the glorious leader Kim Il Sung's death? Fear of being shot may play a role: http://t.co/hoQrYtG1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149439686702661632,['http://ow.ly/86gDA'],[],0,,False,23,20,9,,None,,,,,,,[],,,, +915,149436471764459520,149436471764459520,1324463405000.0,2011-12-21 10:30:05,+0000,,Sam Harris also wrote a nice piece on the awesomeness of Hitchens: http://t.co/fPkLiK3v May the good man RIP.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149436471764459520,['http://www.samharris.org/blog/item/hitch/'],[],0,,False,103,12,21,,None,,,,,,,[],,,, +916,149435658115612672,149435658115612672,1324463211000.0,2011-12-21 10:26:51,+0000,,"Read ""Lying"", the new book by my friend Sam Harris. Excellent cover art and lots of good reasons not to lie!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149435658115612672,[],[],0,,False,60,12,13,,None,,,,,,,[],,,, +917,143171132814671872,143171132814671872,1322969632000.0,2011-12-04 03:33:52,+0000,,Am reading a great biography of Ben Franklin by Isaacson. Highly recommended.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/143171132814671872,[],[],0,,False,65,17,9,,None,,,,,,,[],,,, +918,142881284019060736,142881284019060736,1322900527000.0,2011-12-03 08:22:07,+0000,,That was a total non sequitur btw,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142881284019060736,[],[],0,,False,53,31,6,,None,,,,,,,[],,,, +919,142880871391838208,142880871391838208,1322900428000.0,2011-12-03 08:20:28,+0000,,"Great Voltaire quote, arguably better than Twain. Hearing news of his own death, Voltaire replied the reports were true, only premature.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142880871391838208,[],[],0,,False,29,7,25,,None,,,,,,,[],,,, +920,142188458125963264,142188458125963264,1322735344000.0,2011-12-01 10:29:04,+0000,,I made the volume on the Model S http://t.co/wMCnT53M go to 11. Now I just need to work in a miniature Stonehenge...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/142188458125963264,['http://ow.ly/i/mtD7'],[],0,,False,78,31,9,,None,,,,,,,[],,,, +921,142179928203460608,142179928203460608,1322733311000.0,2011-12-01 09:55:11,+0000,,"Went to Iceland on Sat to ride bumper cars on ice! No, not the country, Vlad's rink in Van Nuys. Awesome family fun :) http://t.co/rBQXJ9IT",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/142179928203460608,[],['https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg'],1,https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg,False,189,32,15,,None,,,,,,,[],,,, +922,15434727182,15434727182,1275676317000.0,2010-06-04 18:31:57,+0000,,"Please ignore prior tweets, as that was someone pretending to be me :) This is actually me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/15434727182,[],[],0,,False,4652,391,348,,None,,,,,,,[],,,, diff --git a/task1/2015.csv b/task1/2015.csv new file mode 100644 index 0000000..5884d08 --- /dev/null +++ b/task1/2015.csv @@ -0,0 +1,1254 @@ +,id,conversation_id,created_at,date,timezone,place,tweet,language,hashtags,cashtags,user_id,user_id_str,username,name,day,hour,link,urls,photos,video,thumbnail,retweet,nlikes,nreplies,nretweets,quote_url,search,near,geo,source,user_rt_id,user_rt,retweet_id,reply_to,retweet_date,translate,trans_src,trans_dest +0,679163784062107649,679163784062107649,1450760239000.0,2015-12-22 04:57:19,+0000,,High res video of landing from the helo https://t.co/G0Yq2V5J3m,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/679163784062107649,['https://m.youtube.com/watch?v=ZCBE8ocOkAQ&feature=youtu.be'],[],0,,False,9953,610,6896,,None,,,,,,,[],,,, +1,679145544673923072,679145544673923072,1450755890000.0,2015-12-22 03:44:50,+0000,,Live video from LZ-1 https://t.co/Ve6gEXfOdh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679145544673923072,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/679145419507548161/pu/img/6DQ1zHR6pVDCJdeV.jpg,False,10710,373,5027,,None,,,,,,,[],,,, +2,679142215981993984,679142215981993984,1450755096000.0,2015-12-22 03:31:36,+0000,,Falcon 9 standing on LZ-1 at Cape Canaveral https://t.co/RZdfcH0exW,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679142215981993984,[],['https://pbs.twimg.com/media/CWzMPm2U8AAca4k.jpg'],1,https://pbs.twimg.com/media/CWzMPm2U8AAca4k.jpg,False,9442,400,4333,,None,,,,,,,[],,,, +3,679138271084064768,679127406813188097,1450754156000.0,2015-12-22 03:15:56,+0000,,@morganpage thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679138271084064768,[],[],0,,False,173,13,3,,None,,,,,,,[],,,, +4,679137936416329728,679137936416329728,1450754076000.0,2015-12-22 03:14:36,+0000,,There and back again https://t.co/Ll7wg2hL1G,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679137936416329728,[],['https://pbs.twimg.com/media/CWzIWeAXIAAUQCF.jpg'],1,https://pbs.twimg.com/media/CWzIWeAXIAAUQCF.jpg,False,38608,1033,24231,,None,,,,,,,[],,,, +5,679137515543097345,679136936036990976,1450753976000.0,2015-12-22 03:12:56,+0000,,@Jon_Favreau Thanks Jon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679137515543097345,[],[],0,,False,310,9,22,,None,,,,,,,[],,,, +6,679127406813188097,679127406813188097,1450751566000.0,2015-12-22 02:32:46,+0000,,"11 satellites deployed to target orbit and Falcon has landed back at Cape Canaveral. Headed to LZ-1. Welcome back, baby!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/679127406813188097,[],[],0,,False,17365,1037,8653,,None,,,,,,,[],,,, +7,679110356224991232,679110356224991232,1450747500000.0,2015-12-22 01:25:00,+0000,,Background on the launch https://t.co/1SkttU684X,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/679110356224991232,['http://www.spacex.com/news/2015/12/21/background-tonights-launch'],[],0,,False,2117,210,938,,None,,,,,,,[],,,, +8,678732298532085761,678732298532085761,1450657364000.0,2015-12-21 00:22:44,+0000,,Launch & landing can be seen on the https://t.co/bDd3GxQXMC webcast or in person from Cape Canaveral public causeway at 8:33pm local tmrw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/678732298532085761,['http://SpaceX.com'],[],0,,False,2743,228,1738,,None,,,,,,,[],,,, +9,678679083782377472,678679083782377472,1450644677000.0,2015-12-20 20:51:17,+0000,,Just reviewed mission params w SpaceX team. Monte Carlo runs show tmrw night has a 10% higher chance of a good landing. Punting 24 hrs.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/678679083782377472,[],[],0,,False,2485,193,1053,,None,,,,,,,[],,,, +10,678152249369952258,678152249369952258,1450519070000.0,2015-12-19 09:57:50,+0000,,Currently looking good for a Sunday night (~8pm local) attempted orbital launch and rocket landing at Cape Canaveral,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/678152249369952258,[],[],0,,False,3796,265,1694,,None,,,,,,,[],,,, +11,678065851199651840,678065339649757184,1450498471000.0,2015-12-19 04:14:31,+0000,,Meant to reply to this article: https://t.co/JRvXcTG3el,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/678065851199651840,['http://www.latimes.com/business/la-fi-1216-tesla-credits-20151216-story.html'],[],0,,False,692,76,169,,None,,,,,,,[],,,, +12,678065339649757184,678065339649757184,1450498349000.0,2015-12-19 04:12:29,+0000,,This article does not appreciate that Tesla is in California despite taxes net of rebates being higher. Incentives only a partial offset.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/678065339649757184,[],[],0,,False,989,92,195,,None,,,,,,,[],,,, +13,678004229047357440,678004229047357440,1450483779000.0,2015-12-19 00:09:39,+0000,,"Static fire test looks good. Pending data review, will aim to launch Sunday.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/678004229047357440,[],[],0,,False,2532,154,891,,None,,,,,,,[],,,, +14,677980503459270657,677970721730002944,1450478122000.0,2015-12-18 22:35:22,+0000,,Rounding up to 1 sec for a bit of timing margin. Updating flight computer command sequence …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/677980503459270657,[],[],0,,False,633,65,116,,None,,,,,,,[],,,, +15,677970721730002944,677970721730002944,1450475790000.0,2015-12-18 21:56:30,+0000,,Aborted on ignition timing due to slow ground side valve. Adjusting ignition sequence by 0.6 secs for next attempt.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/677970721730002944,[],[],0,,False,964,103,220,,None,,,,,,,[],,,, +16,677961117595906048,677961117595906048,1450473501000.0,2015-12-18 21:18:21,+0000,,About 2 mins from static fire,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/677961117595906048,[],[],0,,False,839,107,184,,None,,,,,,,[],,,, +17,677949037815840768,677945101184708609,1450470620000.0,2015-12-18 20:30:20,+0000,,@elonmusk holding for issue resolution,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/677949037815840768,[],[],0,,False,382,38,84,,None,,,,,,,[],,,, +18,677945101184708609,677945101184708609,1450469682000.0,2015-12-18 20:14:42,+0000,,Abort triggered by flight computer on upper stage throttle valve. Adjusting thresholds and restarting count at T-10 mins.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/677945101184708609,[],[],0,,False,842,79,257,,None,,,,,,,[],,,, +19,677940293212102656,677940293212102656,1450468536000.0,2015-12-18 19:55:36,+0000,,5 mins from static fire test,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/677940293212102656,[],[],0,,False,1279,143,351,,None,,,,,,,[],,,, +20,677666779494248449,677660460230041600,1450403325000.0,2015-12-18 01:48:45,+0000,,"@lukealization yes, from 70F to 20 F",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677666779494248449,[],[],0,,False,106,13,10,,None,,,,,,,[],,,, +21,677666464208416768,677660460230041600,1450403250000.0,2015-12-18 01:47:30,+0000,,@craigcocca It worked in Texas,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677666464208416768,[],[],0,,False,103,4,11,,None,,,,,,,[],,,, +22,677663227271118848,677660460230041600,1450402478000.0,2015-12-18 01:34:38,+0000,,@PaigeANjax -340 F in this case. Deep cryo increases density and amplifies rocket performance. First time anyone has gone this low for O2.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677663227271118848,[],[],0,,False,535,54,161,,None,,,,,,,[],,,, +23,677660460230041600,677660460230041600,1450401818000.0,2015-12-18 01:23:38,+0000,,Falcon 9 is vertical on the launch pad at Cape Canaveral. Working towards static fire. Deep cryo liquid oxygen presenting some challenges.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677660460230041600,[],[],0,,False,2416,154,794,,None,,,,,,,[],,,, +24,677646796311670786,677631711744794624,1450398560000.0,2015-12-18 00:29:20,+0000,,@mashabletech @mashable Not really my letter (no authorship contribution). Just agreed to add my name when they asked.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/677646796311670786,[],[],0,,False,78,7,14,,None,,,,,,,[],,,, +25,677403793651175424,677403793651175424,1450340624000.0,2015-12-17 08:23:44,+0000,,Vance article on self-driving cars was inaccurate https://t.co/AV636KAcKH,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/677403793651175424,['http://ts.la/p3n'],[],0,,False,1080,82,500,,None,,,,,,,[],,,, +26,675431513211600896,675431513211600896,1449870396000.0,2015-12-11 21:46:36,+0000,,Announcing formation of @open_ai … https://t.co/Fcouhwh6MC,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/675431513211600896,['https://openai.com/blog/introducing-openai/'],[],0,,False,4218,238,3546,,None,,,,,,,[],,,, +27,674885173838680064,674885173838680064,1449740138000.0,2015-12-10 09:35:38,+0000,,Aiming for Falcon rocket static fire at Cape Canaveral on the 16th and launch about three days later,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/674885173838680064,[],[],0,,False,3232,203,1246,,None,,,,,,,[],,,, +28,674879202554875904,656973991379378176,1449738715000.0,2015-12-10 09:11:55,+0000,,@laulauritzen Agreed. Working on it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/674879202554875904,[],[],0,,False,72,9,10,,None,,,,,,,[],,,, +29,674715937610719232,674715937610719232,1449699789000.0,2015-12-09 22:23:09,+0000,,wow https://t.co/T7PFpoqpEx,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/674715937610719232,['https://twitter.com/DiscoverMag/status/674713782778654721'],[],0,,False,1602,59,674,https://twitter.com/DiscoverMag/status/674713782778654721,None,,,,,,,[],,,, +30,673606425109639168,673606181584171009,1449435261000.0,2015-12-06 20:54:21,+0000,,@NASA Best of luck to the Cygnus launch,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/673606425109639168,[],[],0,,False,706,27,138,,None,,,,,,,[],,,, +31,672594704467267584,672535366096785408,1449194048000.0,2015-12-04 01:54:08,+0000,,@MikeBloomberg Nice ride! Looking forward to seeing you tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/672594704467267584,[],[],0,,False,158,12,25,,None,,,,,,,[],,,, +32,672387989260095489,672387989260095489,1449144763000.0,2015-12-03 12:12:43,+0000,,Good summary of my talk in Paris on climate change https://t.co/n27JiXUsW9,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,12,https://twitter.com/elonmusk/status/672387989260095489,['http://fortune.com/2015/12/02/elon-musk-carbon-tax-paris/'],[],0,,False,2274,175,1508,,None,,,,,,,[],,,, +33,672102667213115393,672102667213115393,1449076737000.0,2015-12-02 17:18:57,+0000,,About to give a talk at the Sorbonne https://t.co/j7iVq1GycH,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/672102667213115393,['https://twitter.com/sorbonneparis1/status/672085311401381888'],[],0,,False,1051,111,319,https://twitter.com/sorbonneparis1/status/672085311401381888,None,,,,,,,[],,,, +34,669209994693251075,669111829205938177,1448387070000.0,2015-11-24 17:44:30,+0000,,"@ID_AA_Carmack Yep, good points. I hope you get back into space some day!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/669209994693251075,[],[],0,,False,324,17,47,,None,,,,,,,[],,,, +35,669202543109509120,669202543109509120,1448385294000.0,2015-11-24 17:14:54,+0000,,But credit for 1st reusable suborbital rocket goes to X-15 https://t.co/LSb0f8FLJd And Burt Rutan for commercial https://t.co/TGWlNjsyQz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/669202543109509120,"['https://en.m.wikipedia.org/wiki/North_American_X-15', 'https://en.m.wikipedia.org/wiki/SpaceShipOne']",[],0,,False,1131,103,430,,None,,,,,,,[],,,, +36,669199392231063552,669199392231063552,1448384542000.0,2015-11-24 17:02:22,+0000,,Jeff maybe unaware SpaceX suborbital VTOL flight began 2013. Orbital water landing 2014. Orbital land landing next. https://t.co/S6WMRnEFY5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/669199392231063552,['https://m.youtube.com/watch?v=2t15vP1PyoA'],[],0,,False,1581,140,792,,None,,,,,,,[],,,, +37,669194136248041472,669111829205938177,1448383289000.0,2015-11-24 16:41:29,+0000,,"@JeffBezos Not quite ""rarest"". SpaceX Grasshopper rocket did 6 suborbital flights 3 years ago & is still around. https://t.co/6j9ERKCNZl",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/669194136248041472,[],['https://pbs.twimg.com/media/CUl0gkJW4AAQQjB.jpg'],1,https://pbs.twimg.com/media/CUl0gkJW4AAQQjB.jpg,False,2161,128,873,,None,,,,,,,[],,,, +38,669132749500887040,669129655597731841,1448368654000.0,2015-11-24 12:37:34,+0000,,@TobiasVdb The F9 booster can reach low orbit as a single stage if not carrying the upper stage and a heavy satellite.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669132749500887040,[],[],0,,False,203,12,61,,None,,,,,,,[],,,, +39,669131093379956736,669129655597731841,1448368259000.0,2015-11-24 12:30:59,+0000,,"Getting to space needs ~Mach 3, but GTO orbit requires ~Mach 30. The energy needed is the square, i.e. 9 units for space and 900 for orbit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669131093379956736,[],[],0,,False,1685,93,766,,None,,,,,,,[],,,, +40,669129655597731841,669129655597731841,1448367916000.0,2015-11-24 12:25:16,+0000,,"It is, however, important to clear up the difference between ""space"" and ""orbit"", as described well by https://t.co/7PD42m37fZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669129655597731841,['https://what-if.xkcd.com/58/'],[],0,,False,2796,108,1433,,None,,,,,,,[],,,, +41,669129347555430400,669129347555430400,1448367842000.0,2015-11-24 12:24:02,+0000,,Congrats to Jeff Bezos and the BO team for achieving VTOL on their booster,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669129347555430400,[],[],0,,False,2730,80,1335,,None,,,,,,,[],,,, +42,667537317037404160,667517215390863360,1447988273000.0,2015-11-20 02:57:53,+0000,,"@levie Sounds perfect, you had me at ""enterprise"".",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/667537317037404160,[],[],0,,False,630,39,90,,None,,,,,,,[],,,, +43,667536629830017024,667517215390863360,1447988109000.0,2015-11-20 02:55:09,+0000,,@StartupLJackson Yeah and hell yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/667536629830017024,[],[],0,,False,630,21,92,,None,,,,,,,[],,,, +44,667519604537724928,667517215390863360,1447984050000.0,2015-11-20 01:47:30,+0000,,@atduarte From anywhere,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667519604537724928,[],[],0,,False,131,4,23,,None,,,,,,,[],,,, +45,667519445414252544,667517215390863360,1447984012000.0,2015-11-20 01:46:52,+0000,,Should mention that I will be interviewing people personally and Autopilot reports directly to me. This is a super high priority.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667519445414252544,[],[],0,,False,3171,309,1533,,None,,,,,,,[],,,, +46,667517215390863360,667517215390863360,1447983480000.0,2015-11-20 01:38:00,+0000,,We are looking for hardcore software engineers. No prior experience with cars required. Please include code sample or link to your work.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667517215390863360,[],[],0,,False,4605,750,3876,,None,,,,,,,[],,,, +47,667516705116065792,667516705116065792,1447983359000.0,2015-11-20 01:35:59,+0000,,"Ramping up the Autopilot software team at Tesla to achieve generalized full autonomy. If interested, contact autopilot@teslamotors.com.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667516705116065792,[],[],0,,False,2925,201,1850,,None,,,,,,,[],,,, +48,663290006992236544,663200379132248065,1446975635000.0,2015-11-08 09:40:35,+0000,,@drew definitely aliens!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/663290006992236544,[],[],0,,False,152,19,30,,None,,,,,,,[],,,, +49,662039125898334209,662017187486556160,1446677402000.0,2015-11-04 22:50:02,+0000,,@kevinmitnick Current production is LTE. Can be upgraded by service.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/662039125898334209,[],[],0,,False,159,32,16,,None,,,,,,,[],,,, +50,661293692410445824,661179848807829504,1446499677000.0,2015-11-02 21:27:57,+0000,,@BjornNyland @TeslaMotors well done!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/661293692410445824,[],[],0,,False,219,17,33,,None,,,,,,,[],,,, +51,660693896553324545,660608695722635264,1446356674000.0,2015-11-01 05:44:34,+0000,,@ID_AA_Carmack noted,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/660693896553324545,[],[],0,,False,375,20,59,,None,,,,,,,[],,,, +52,660117630175412224,660115971575840769,1446219282000.0,2015-10-30 15:34:42,+0000,,"@GertAbildskov Wow, that's great!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/660117630175412224,[],[],0,,False,63,2,6,,None,,,,,,,[],,,, +53,659543458953101312,659543458953101312,1446082388000.0,2015-10-29 01:33:08,+0000,,Model S Ludicrous Mode achieves 2.6 sec 0-60 mph and 10.9 sec 1/4 mile in Motor Trend test https://t.co/IpgTF6s9M8,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/659543458953101312,['http://m.motortrend.com/roadtests/sedans/2015-tesla-model-s-p90d-ludicrous-upgrade-first-test-review/??sm_id=social_aumomotortrendhub_MotorTrend_20151028_54607566&adbid=659489836311556096&adbpl=tw&adbpr=25383000'],[],0,,False,2107,175,1259,,None,,,,,,,[],,,, +54,659541500712251392,659518824547549184,1446081922000.0,2015-10-29 01:25:22,+0000,,"@MacTechGenius yes, comes with each car",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/659541500712251392,[],[],0,,False,49,5,6,,None,,,,,,,[],,,, +55,658842380922023936,658842380922023936,1445915238000.0,2015-10-27 03:07:18,+0000,,"Compliment from Jeffrey is much appreciated, but the people of Tesla deserve all the credit",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/658842380922023936,[],[],0,,False,1249,90,226,,None,,,,,,,[],,,, +56,658780657103978496,658780657103978496,1445900522000.0,2015-10-26 23:02:02,+0000,,I should clarify that https://t.co/iUX7wkMxY8 is an independent website. We don't have any control over the content.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/658780657103978496,['http://teslamotorsclub.com'],[],0,,False,572,59,136,,None,,,,,,,[],,,, +57,658735748498100225,658735748498100225,1445889815000.0,2015-10-26 20:03:35,+0000,,Cool! https://t.co/HOe0K7qkuk,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/658735748498100225,['https://twitter.com/bonnienorman/status/658630338038661121'],[],0,,False,1074,58,359,https://twitter.com/bonnienorman/status/658630338038661121,None,,,,,,,[],,,, +58,658657239331270656,657685372579745793,1445871097000.0,2015-10-26 14:51:37,+0000,,"@anakinSGE Hopefully, mid to late next year. We are being more cautious abt expanding countries to ensure a great user experience each time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/658657239331270656,[],[],0,,False,66,7,12,,None,,,,,,,[],,,, +59,658358794292891648,658354915824173056,1445799942000.0,2015-10-25 19:05:42,+0000,,"@GangsOfGtown Given high local demand, a Gigafactory in India would probably make sense in the long term.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/658358794292891648,[],[],0,,False,219,50,158,,None,,,,,,,[],,,, +60,658358303454420992,658354915824173056,1445799825000.0,2015-10-25 19:03:45,+0000,,"@abrax4s Yes, establishing charging and service infrastructure in Mexico now. Official launch in next several months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/658358303454420992,[],[],0,,False,109,6,50,,None,,,,,,,[],,,, +61,658357909265362944,658354915824173056,1445799731000.0,2015-10-25 19:02:11,+0000,,@javashri Auto import duties are prohibitively high. Hoping for a special category for EVs. Most of our discussion was about batteries.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/658357909265362944,[],[],0,,False,78,4,28,,None,,,,,,,[],,,, +62,658357058106822656,658354915824173056,1445799528000.0,2015-10-25 18:58:48,+0000,,@roneijlander We just finished building a huge expansion in Tilburg!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658357058106822656,[],[],0,,False,71,3,12,,None,,,,,,,[],,,, +63,658356679793205248,658354915824173056,1445799438000.0,2015-10-25 18:57:18,+0000,,"These are all things I've said before and are naturally needed to improve in-market affordability, so no real news here.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658356679793205248,[],[],0,,False,770,64,148,,None,,,,,,,[],,,, +64,658356079026270208,658354915824173056,1445799295000.0,2015-10-25 18:54:55,+0000,,Model 3 is due in ~2 yrs. A China factory for local demand cd be as soon as a year after. A factory in Europe wd happen for same reason.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658356079026270208,[],[],0,,False,1035,93,385,,None,,,,,,,[],,,, +65,658354915824173056,658354915824173056,1445799018000.0,2015-10-25 18:50:18,+0000,,My comments in China weren't transcribed correctly. Tesla will keep making cars & batteries in CA & NV as far into future as I can imagine.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658354915824173056,[],[],0,,False,1506,87,533,,None,,,,,,,[],,,, +66,657704144267059200,656973991379378176,1445643862000.0,2015-10-23 23:44:22,+0000,,"@JessicaTetreau important to set AC to not recirc (air exits thru rear) and use the snap in shade, which Tesla service can provide",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/657704144267059200,[],[],0,,False,52,6,4,,None,,,,,,,[],,,, +67,657702829398822912,657686500310700032,1445643548000.0,2015-10-23 23:39:08,+0000,,@shanenickerson Amount of change needed is enormous - like a spinal cord transplant. Would cost less and work better with a new car.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/657702829398822912,[],[],0,,False,65,7,6,,None,,,,,,,[],,,, +68,657686500310700032,657686500310700032,1445639655000.0,2015-10-23 22:34:15,+0000,,"Autopilot 1.01 coming soon: curve speed adaption, controller smoothness, better lane holding on poor roads, improved fleet learning!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/657686500310700032,[],[],0,,False,2589,174,1214,,None,,,,,,,[],,,, +69,657685372579745793,657685372579745793,1445639386000.0,2015-10-23 22:29:46,+0000,,"Regulatory approvals received, so Autopilot rolling out to all countries! (Excluding Japan, which is still under review)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/657685372579745793,[],[],0,,False,2057,178,1198,,None,,,,,,,[],,,, +70,657141296050606080,656973991379378176,1445509668000.0,2015-10-22 10:27:48,+0000,,@JarkkoKuoppala all,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/657141296050606080,[],[],0,,False,61,9,12,,None,,,,,,,[],,,, +71,657110887707361280,656973991379378176,1445502418000.0,2015-10-22 08:26:58,+0000,,@backseatdiver Hoping for Friday release,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/657110887707361280,[],[],0,,False,67,18,11,,None,,,,,,,[],,,, +72,657106581893574656,656973991379378176,1445501392000.0,2015-10-22 08:09:52,+0000,,@elonmusk Good feedback. Will write up a list of software priorities in the coming weeks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/657106581893574656,[],[],0,,False,531,123,66,,None,,,,,,,[],,,, +73,656973991379378176,656973991379378176,1445469780000.0,2015-10-21 23:23:00,+0000,,What esthetic and functionality improvements would you like to see in the 7.1 UI overhaul? Or new features entirely?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656973991379378176,[],[],0,,False,953,2199,235,,None,,,,,,,[],,,, +74,656973325172920320,656970996801474560,1445469621000.0,2015-10-21 23:20:21,+0000,,@sAlmaneei already in Jordan. Rest of states in region next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656973325172920320,[],[],0,,False,56,9,11,,None,,,,,,,[],,,, +75,656973144306094080,656970117721534464,1445469578000.0,2015-10-21 23:19:38,+0000,,@bonnienorman thanks Bonnie :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656973144306094080,[],[],0,,False,60,0,6,,None,,,,,,,[],,,, +76,656972712649359360,656970996801474560,1445469475000.0,2015-10-21 23:17:55,+0000,,@M4XRodri planning to have a big opening in Mexico City soon and then proceed gradually to central and South America.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656972712649359360,[],[],0,,False,97,17,33,,None,,,,,,,[],,,, +77,656972435401678848,656970996801474560,1445469409000.0,2015-10-21 23:16:49,+0000,,@octomagon me too:,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656972435401678848,[],[],0,,False,69,3,6,,None,,,,,,,[],,,, +78,656972046639984644,656971421025894400,1445469316000.0,2015-10-21 23:15:16,+0000,,@jonthomason yay! Always happy to make others happy,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656972046639984644,[],[],0,,False,46,3,5,,None,,,,,,,[],,,, +79,656971866163277825,656970996801474560,1445469273000.0,2015-10-21 23:14:33,+0000,,@thebradholt big UI update coming in V7.1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656971866163277825,[],[],0,,False,45,2,4,,None,,,,,,,[],,,, +80,656971573337944065,656971573337944065,1445469203000.0,2015-10-21 23:13:23,+0000,,"@ryybuzz we won't be, but yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656971573337944065,[],[],0,,False,19,2,2,,None,,,,,,,[],,,, +81,656970996801474560,656970996801474560,1445469066000.0,2015-10-21 23:11:06,+0000,,"Tesla gets top rating of any company in service. Most important, CR says 97% of owners expect their next car to be a Tesla (the acid test).",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656970996801474560,[],[],0,,False,2148,147,896,,None,,,,,,,[],,,, +82,656970117721534464,656970117721534464,1445468856000.0,2015-10-21 23:07:36,+0000,,Consumer Reports reliability survey includes a lot of early production cars. Already addressed in new cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656970117721534464,[],[],0,,False,1044,141,463,,None,,,,,,,[],,,, +83,656968629913821184,656968351105683461,1445468501000.0,2015-10-21 23:01:41,+0000,,@drew already there,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656968629913821184,[],[],0,,False,79,8,9,,None,,,,,,,[],,,, +84,656947037464870912,656947037464870912,1445463353000.0,2015-10-21 21:35:53,+0000,,Congrats on driving a Tesla from LA to NY in just over two days! https://t.co/hjAnAAIdMB,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/656947037464870912,['https://twitter.com/thedrive/status/656940661934063618'],[],0,,False,1104,45,441,https://twitter.com/thedrive/status/656940661934063618,None,,,,,,,[],,,, +85,655999309620506626,655999309620506626,1445237397000.0,2015-10-19 06:49:57,+0000,,Autopilot release to Europe and Asia pending regulatory approval. Hopefully get the ok in the next few weeks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/655999309620506626,[],[],0,,False,1820,177,814,,None,,,,,,,[],,,, +86,655256305209184258,654696934205059072,1445060251000.0,2015-10-17 05:37:31,+0000,,@Meddd__ @aaronpaul_8 Watched the whole series. One of the best tv shows ever.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/655256305209184258,[],[],0,,False,426,13,55,,None,,,,,,,[],,,, +87,655254071058657280,654696934205059072,1445059719000.0,2015-10-17 05:28:39,+0000,,"@aaronpaul_8 um, thanks, I like your work too",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/655254071058657280,[],[],0,,False,792,26,132,,None,,,,,,,[],,,, +88,654698139249565697,654696934205059072,1444927174000.0,2015-10-15 16:39:34,+0000,,@aaronpaul_8 sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/654698139249565697,[],[],0,,False,1742,35,319,,None,,,,,,,[],,,, +89,654521829789270016,654521275268771840,1444885139000.0,2015-10-15 04:58:59,+0000,,@elimelechweiss actually works best at night,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/654521829789270016,[],[],0,,False,75,12,11,,None,,,,,,,[],,,, +90,654521665305473024,654521665305473024,1444885100000.0,2015-10-15 04:58:20,+0000,,Review of Model S by @MrTeller http://t.co/eF7ICE9ef4,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/654521665305473024,['http://www.teslamotors.com/customer-stories/i-now-love-drive'],[],0,,False,1676,53,548,,None,,,,,,,[],,,, +91,654405293959327744,654390042538995716,1444857354000.0,2015-10-14 21:15:54,+0000,,"@roymoody Depends on regulatory approval, but hopefully end of next week",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/654405293959327744,[],[],0,,False,37,6,8,,None,,,,,,,[],,,, +92,654404618856755200,654403792402841600,1444857194000.0,2015-10-14 21:13:14,+0000,,@MRamseyWSJ 1.5 million miles per day,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/654404618856755200,[],[],0,,False,52,4,11,,None,,,,,,,[],,,, +93,653220917963657217,653005894922276865,1444574977000.0,2015-10-11 14:49:37,+0000,,@aikisteve @andrewshiamone V7.1,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/653220917963657217,[],[],0,,False,63,22,4,,None,,,,,,,[],,,, +94,653062690147975169,653005894922276865,1444537253000.0,2015-10-11 04:20:53,+0000,,"@lordsshrivas Lots of upgrades and a new look, although main UI upgrade coming with 7.1",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/653062690147975169,[],[],0,,False,83,11,19,,None,,,,,,,[],,,, +95,653031144179433472,653005894922276865,1444529732000.0,2015-10-11 02:15:32,+0000,,@heosat ww,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653031144179433472,[],[],0,,False,54,2,4,,None,,,,,,,[],,,, +96,653029223779557376,653005894922276865,1444529274000.0,2015-10-11 02:07:54,+0000,,@madolfsson roughly 5 days,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653029223779557376,[],[],0,,False,42,3,4,,None,,,,,,,[],,,, +97,653028711768285184,653005894922276865,1444529152000.0,2015-10-11 02:05:52,+0000,,@MPa81 @bonnienorman same,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653028711768285184,[],[],0,,False,33,3,3,,None,,,,,,,[],,,, +98,653028177896312832,653005894922276865,1444529024000.0,2015-10-11 02:03:44,+0000,,@TeslaPittsburgh Non-autopilot will have a new interface too. More comprehensive UI update coming with 7.1.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653028177896312832,[],[],0,,False,95,5,30,,None,,,,,,,[],,,, +99,653010368583741440,653005894922276865,1444524778000.0,2015-10-11 00:52:58,+0000,,@andrewshiamone yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653010368583741440,[],[],0,,False,60,5,3,,None,,,,,,,[],,,, +100,653005894922276865,653005894922276865,1444523712000.0,2015-10-11 00:35:12,+0000,,Some exciting news this week: Tesla Version 7 software with Autopilot goes to wide release on Thursday!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653005894922276865,[],[],0,,False,3481,232,2079,,None,,,,,,,[],,,, +101,653004922984660992,652999299903524864,1444523480000.0,2015-10-11 00:31:20,+0000,,"CH4 rapidly decays back to CO2 & is absorbed by plants. What matters is adding new carbon to surface cycle from underground oil, gas & coal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653004922984660992,[],[],0,,False,645,61,235,,None,,,,,,,[],,,, +102,653003966058377216,652999299903524864,1444523252000.0,2015-10-11 00:27:32,+0000,,"@HamiltonOfiyai Intentions are good, but massively overweights CH4's effect on climate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653003966058377216,[],[],0,,False,235,22,47,,None,,,,,,,[],,,, +103,652994832399470592,652994832399470592,1444521074000.0,2015-10-10 23:51:14,+0000,,Tesla P85D (assembled in Tilburg) beats 650 hp MacLaren from 0 to 150km/h in Dutch magazine test http://t.co/HKbOyFgUzi,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/652994832399470592,['http://m.telegraaf.nl/autovisie/article/24599505/autovisie-tv-elektrische-auto-maakt-gehakt-van-supercar?utm_source=mail&utm_medium=email&utm_campaign=email'],[],0,,False,1768,118,1090,,None,,,,,,,[],,,, +104,652643128181026816,652628757279215616,1444437221000.0,2015-10-10 00:33:41,+0000,,"@appleinsider I didn't walk back anything, apart from media hype",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/652643128181026816,[],[],0,,False,257,38,63,,None,,,,,,,[],,,, +105,652609347252412416,652605371857530880,1444429167000.0,2015-10-09 22:19:27,+0000,,@YoApp yo,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/652609347252412416,[],[],0,,False,551,31,170,,None,,,,,,,[],,,, +106,652607370921570304,652607370921570304,1444428696000.0,2015-10-09 22:11:36,+0000,,"Regarding the watch, Jony & his team created a beautiful design, but the functionality isn't compelling yet. By version 3, it will be.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/652607370921570304,[],[],0,,False,1903,215,791,,None,,,,,,,[],,,, +107,652605371857530880,652605371857530880,1444428220000.0,2015-10-09 22:03:40,+0000,,"Yo, I don't hate Apple. It's a great company with a lot of talented people. I love their products and I'm glad they're doing an EV.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/652605371857530880,[],[],0,,False,4944,388,2604,,None,,,,,,,[],,,, +108,652355134454808577,652355134454808577,1444368558000.0,2015-10-09 05:29:18,+0000,,Peak temp increases due to climate change http://t.co/dThGhXd6MT,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/652355134454808577,['http://www.washingtonpost.com/news/energy-environment/wp/2015/09/09/the-simple-statistic-that-perfectly-captures-what-climate-change-means/'],[],0,,False,980,86,784,,None,,,,,,,[],,,, +109,650107726509404160,650107726509404160,1443832735000.0,2015-10-03 00:38:55,+0000,,Mostly accurate and fun movie about Mars. Worth seeing. https://t.co/6ujt1DG5j5,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/650107726509404160,['https://twitter.com/martianmovie/status/633986792216092678'],[],0,,False,3809,239,1742,https://twitter.com/martianmovie/status/633986792216092678,None,,,,,,,[],,,, +110,650081625200545792,650076768712437760,1443826512000.0,2015-10-02 22:55:12,+0000,,@Avron_p you can mount a rack to the roof via suction cups and still have one Falcon door work fine. Guaranteed up to 140 mph.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650081625200545792,[],[],0,,False,123,18,27,,None,,,,,,,[],,,, +111,650080562556858368,649241086750273536,1443826258000.0,2015-10-02 22:50:58,+0000,,@stumplahoma @mashable door is larger than opening and acts as an umbrella. Upper interior trim has hydrophobic coating.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650080562556858368,[],[],0,,False,117,5,13,,None,,,,,,,[],,,, +112,650080098335477761,649241086750273536,1443826148000.0,2015-10-02 22:49:08,+0000,,@sasatokic @mashable Front doors have a short arc and their interior panels are chamfered back,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650080098335477761,[],[],0,,False,62,3,7,,None,,,,,,,[],,,, +113,650079603122438144,650079603122438144,1443826029000.0,2015-10-02 22:47:09,+0000,,"Model X Bioweapon Defense Mode definitely filters viruses btw, even the small ones. Has hospital operating room level filtering.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650079603122438144,[],[],0,,False,2742,239,1469,,None,,,,,,,[],,,, +114,650078752626593793,650076768712437760,1443825827000.0,2015-10-02 22:43:47,+0000,,"@achailleux am def 6'2""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650078752626593793,[],[],0,,False,63,8,11,,None,,,,,,,[],,,, +115,650076768712437760,650076768712437760,1443825354000.0,2015-10-02 22:35:54,+0000,,"CNN on how Falcon doors work in tight garages. Above 6 2' ft, my height :), doors work fine. http://t.co/zvhyqKGVtR",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650076768712437760,['http://money.cnn.com/2015/10/02/autos/tesla-falcon-wing-doors/'],[],0,,False,866,82,418,,None,,,,,,,[],,,, +116,650061966459863041,650061966459863041,1443821825000.0,2015-10-02 21:37:05,+0000,,Side view of Falcon Wing doors https://t.co/AbnMOcFXWv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/650061966459863041,['https://instagram.com/p/8Wb0WuQER4/'],[],0,,False,792,101,352,,None,,,,,,,[],,,, +117,650051962222739457,650039516435247104,1443819439000.0,2015-10-02 20:57:19,+0000,,"@johnzabroski thanks, that's a great idea. I think we can do that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/650051962222739457,[],[],0,,False,86,2,14,,None,,,,,,,[],,,, +118,649130149036687360,649130149036687360,1443599662000.0,2015-09-30 07:54:22,+0000,,"Btw, price of Model X is actually only $5k more than S. Lower cost versions coming later.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/649130149036687360,[],[],0,,False,2000,231,730,,None,,,,,,,[],,,, +119,648765057417895936,648764066823954432,1443512617000.0,2015-09-29 07:43:37,+0000,,@elonmusk California time,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/648765057417895936,[],[],0,,False,652,105,163,,None,,,,,,,[],,,, +120,648764066823954432,648764066823954432,1443512381000.0,2015-09-29 07:39:41,+0000,,Model X launch webcast live today 8pm at http://t.co/R1Z6eMTUbo. Time to show the real thing. http://t.co/oXMrucs8wJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/648764066823954432,['http://ts.la'],['https://pbs.twimg.com/media/CQDfeshUkAEKoel.jpg'],1,https://pbs.twimg.com/media/CQDfeshUkAEKoel.jpg,False,4705,248,3461,,None,,,,,,,[],,,, +121,647939356548730882,647939356548730882,1443315755000.0,2015-09-27 01:02:35,+0000,,Great discussion about solar/batteries empowering rural communities https://t.co/Qte2s55gnP,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/647939356548730882,['https://twitter.com/pmoindia/status/647901659033501697'],[],0,,False,1780,130,1519,https://twitter.com/pmoindia/status/647901659033501697,None,,,,,,,[],,,, +122,647209943515332608,647209943515332608,1443141849000.0,2015-09-25 00:44:09,+0000,,Dinner in an old Belgian ironmongery. Best menu art ever. http://t.co/3qUG1O6Q2v,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/647209943515332608,[],['https://pbs.twimg.com/media/CPtaAEuUAAAgXGM.jpg'],1,https://pbs.twimg.com/media/CPtaAEuUAAAgXGM.jpg,False,1685,139,402,,None,,,,,,,[],,,, +123,646814219178897408,646809468563361792,1443047501000.0,2015-09-23 22:31:41,+0000,,@deadmau5 It was super good,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/646814219178897408,[],[],0,,False,298,24,30,,None,,,,,,,[],,,, +124,646809468563361792,646809468563361792,1443046369000.0,2015-09-23 22:12:49,+0000,,Midnight dinner in Berlin http://t.co/PLXkR38d8e,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/646809468563361792,[],['https://pbs.twimg.com/media/CPntyN3UYAA-zIS.jpg'],1,https://pbs.twimg.com/media/CPntyN3UYAA-zIS.jpg,False,3247,333,774,,None,,,,,,,[],,,, +125,643538701981716481,643536351258910720,1442266557000.0,2015-09-14 21:35:57,+0000,,"In expendable mode, Falcon Heavy can send a fully loaded Dragon to Mars or a light Dragon to Jupiter's moons. Europa mission wd be cool.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/643538701981716481,[],[],0,,False,2945,251,1440,,None,,,,,,,[],,,, +126,643536351258910720,643536351258910720,1442265997000.0,2015-09-14 21:26:37,+0000,,Dragon 2 is designed to land on any surface (liquid or solid) in the solar system. Am glad to see people thinking about applications!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/643536351258910720,[],[],0,,False,2976,116,1287,,None,,,,,,,[],,,, +127,643535787334701056,643535787334701056,1442265862000.0,2015-09-14 21:24:22,+0000,,Researchers at @NASA propose using @SpaceX Falcon/Dragon for Mars sample return mission http://t.co/U6LNKyF4Jr,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/643535787334701056,['http://news.yahoo.com/red-dragon-mars-sample-return-mission-could-launch-114405239.html'],[],0,,False,1878,86,1158,,None,,,,,,,[],,,, +128,642961462676160513,642961462676160513,1442128933000.0,2015-09-13 07:22:13,+0000,,New model for evolution of intelligent life suggests probable emergence 2 billion years ago near galactic center http://t.co/8OUAOiiblh,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/642961462676160513,['http://online.liebertpub.com/doi/abs/10.1089/ast.2014.1192'],[],0,,False,2128,154,1138,,None,,,,,,,[],,,, +129,642801464163700736,642776648819937280,1442090786000.0,2015-09-12 20:46:26,+0000,,@Sethrogen thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/642801464163700736,[],[],0,,False,781,25,113,,None,,,,,,,[],,,, +130,642776648819937280,642776648819937280,1442084869000.0,2015-09-12 19:07:49,+0000,,"Btw, not saying we *should* nuke Mars -- just layin' out a few options …",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/642776648819937280,[],[],0,,False,6414,577,3637,,None,,,,,,,[],,,, +131,639180971418320896,639170376186990592,1441227593000.0,2015-09-02 20:59:53,+0000,,First production cars will be handed over on Sept 29 at our Fremont factory,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639180971418320896,[],[],0,,False,1596,197,624,,None,,,,,,,[],,,, +132,639180432001495040,639171847683227648,1441227465000.0,2015-09-02 20:57:45,+0000,,@ScottLucasNV Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639180432001495040,[],[],0,,False,77,12,12,,None,,,,,,,[],,,, +133,639175789116833792,639171847683227648,1441226358000.0,2015-09-02 20:39:18,+0000,,@ScottLucasNV Lithium deal is not exclusive & has many contingencies. The press on this matter is unwarranted.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639175789116833792,[],[],0,,False,96,13,47,,None,,,,,,,[],,,, +134,639172302530215936,639171519197777920,1441225526000.0,2015-09-02 20:25:26,+0000,,"@elonmusk $35k price, unveil in March, preorders start then.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639172302530215936,[],[],0,,False,3497,350,2301,,None,,,,,,,[],,,, +135,639171519197777920,639171519197777920,1441225340000.0,2015-09-02 20:22:20,+0000,,"Model 3, our smaller and lower cost sedan will start production in about 2 years. Fully operational Gigafactory needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639171519197777920,[],[],0,,False,4455,366,3614,,None,,,,,,,[],,,, +136,639170376186990592,639170376186990592,1441225067000.0,2015-09-02 20:17:47,+0000,,"With same options, Model X is $5k more than an S due to greater size & body complexity. Sig Series is fully loaded, hence high price.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639170376186990592,[],[],0,,False,1462,122,616,,None,,,,,,,[],,,, +137,635215467959812096,634111598387404800,1440282143000.0,2015-08-22 22:22:23,+0000,,"@Forbes I appreciate the kind words in the article, but, judging by the picture mods, it looks your Photoshop bill was very high.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/635215467959812096,[],[],0,,False,1902,95,803,,None,,,,,,,[],,,, +138,635214915934928896,635214915934928896,1440282012000.0,2015-08-22 22:20:12,+0000,,"True, but achieving a long range affordable electric vehicle has always been our long-term goal. Due in late 2017! https://t.co/2OrIYdoojs",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/635214915934928896,['https://twitter.com/forbes/status/634111598387404800'],[],0,,False,2509,227,1391,https://twitter.com/forbes/status/634111598387404800,None,,,,,,,[],,,, +139,633366904854462464,633366904854462464,1439841412000.0,2015-08-17 19:56:52,+0000,,Article on @SpaceX and colonizing Mars by @waitbutwhy http://t.co/HhBJ48QSMW,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/633366904854462464,['http://waitbutwhy.com/2015/08/how-and-why-spacex-will-colonize-mars.html'],[],0,,False,2255,115,1508,,None,,,,,,,[],,,, +140,633014219256926208,633014219256926208,1439757325000.0,2015-08-16 20:35:25,+0000,,Comments section on this article is awesome https://t.co/v4VY2IrALH,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/633014219256926208,['https://twitter.com/gizmodo/status/632992990261321728'],[],0,,False,1481,137,850,https://twitter.com/gizmodo/status/632992990261321728,None,,,,,,,[],,,, +141,630006872049737728,629820543601000448,1439040317000.0,2015-08-08 13:25:17,+0000,,"@BjornNyland Provided all ten take delivery, you have indeed!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/630006872049737728,[],[],0,,False,287,38,67,,None,,,,,,,[],,,, +142,629348240337580035,629348240337580035,1438883287000.0,2015-08-06 17:48:07,+0000,,Tesla Snakebot autocharger prototype. Does seem kinda wrong :) https://t.co/vXpCrKNdlV,nl,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/629348240337580035,['https://twitter.com/teslamotors/status/629305813912326146'],[],0,,False,2924,339,2253,https://twitter.com/teslamotors/status/629305813912326146,None,,,,,,,[],,,, +143,627183219713163264,627040381729906688,1438367106000.0,2015-07-31 18:25:06,+0000,,@CatherineMotuz yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/627183219713163264,[],[],0,,False,177,24,85,,None,,,,,,,[],,,, +144,627181831826337793,627040381729906688,1438366775000.0,2015-07-31 18:19:35,+0000,,"The car will learn over time, but there is a min caliber of starting quality.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/627181831826337793,[],[],0,,False,1217,121,431,,None,,,,,,,[],,,, +145,627042246471364608,627040639553830912,1438333496000.0,2015-07-31 09:04:56,+0000,,@tallakt Various forms of shades are being considered. May not be necessary though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/627042246471364608,[],[],0,,False,106,5,67,,None,,,,,,,[],,,, +146,627041173669048320,627040381729906688,1438333240000.0,2015-07-31 09:00:40,+0000,,@alipoursamar all regions,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/627041173669048320,[],[],0,,False,98,3,68,,None,,,,,,,[],,,, +147,627040639553830912,627040639553830912,1438333112000.0,2015-07-31 08:58:32,+0000,,Final corner case is dealing with low contrast lane markings (faded white on grey concrete) while driving into the sun at dusk,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/627040639553830912,[],[],0,,False,1448,208,645,,None,,,,,,,[],,,, +148,627040381729906688,627040381729906688,1438333051000.0,2015-07-31 08:57:31,+0000,,Almost ready to release highway autosteer and parallel autopark software update,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/627040381729906688,[],[],0,,False,4509,207,2634,,None,,,,,,,[],,,, +149,626780203533107200,626729611318050816,1438271020000.0,2015-07-30 15:43:40,+0000,,@Alyssa_Milano Thanks Alyssa!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/626780203533107200,[],[],0,,False,99,12,58,,None,,,,,,,[],,,, +150,626779726695297024,626683597735469056,1438270906000.0,2015-07-30 15:41:46,+0000,,@loic thanks Loic :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/626779726695297024,[],[],0,,False,74,3,56,,None,,,,,,,[],,,, +151,625893002490314753,625843527608459266,1438059494000.0,2015-07-28 04:58:14,+0000,,"@ID_AA_Carmack Even if inevitable, we should at least attempt to postpone the advent of AI weaponry. Sooner isn't better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/625893002490314753,[],[],0,,False,305,85,140,,None,,,,,,,[],,,, +152,625843527608459266,625843527608459266,1438047699000.0,2015-07-28 01:41:39,+0000,,"If you’re against a military AI arms race, please sign this open letter: http://t.co/yyF9rcm9jz",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/625843527608459266,['http://tinyurl.com/awletter'],[],0,,False,2697,303,2964,,None,,,,,,,[],,,, +153,625526696788291584,625516762558107648,1437972160000.0,2015-07-27 04:42:40,+0000,,@kevinmitnick probably end of year,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/625526696788291584,[],[],0,,False,137,20,52,,None,,,,,,,[],,,, +154,622223920318431232,622223920318431232,1437184717000.0,2015-07-18 01:58:37,+0000,,"Ludicrous speed, 70 kWh rear drive and 90 kWh battery pack http://t.co/kr9A0iXM58",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/622223920318431232,['http://ts.la/ab'],[],0,,False,2122,219,1132,,None,,,,,,,[],,,, +155,622065785268088834,622065785268088834,1437147015000.0,2015-07-17 15:30:15,+0000,,Model S product call at 11 today. Rocket discussion at noon on Monday.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/622065785268088834,[],[],0,,False,1596,141,750,,None,,,,,,,[],,,, +156,617851905969127425,617851905969127425,1436142348000.0,2015-07-06 00:25:48,+0000,,"Expect to reach preliminary conclusions regarding last flight by end of week. Will brief key customers & FAA, then post on our website.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/617851905969127425,[],[],0,,False,1970,215,1011,,None,,,,,,,[],,,, +157,615431934345216001,615431934345216001,1435565381000.0,2015-06-29 08:09:41,+0000,,Cause still unknown after several thousand engineering-hours of review. Now parsing data with a hex editor to recover final milliseconds.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/615431934345216001,[],[],0,,False,3458,659,2243,,None,,,,,,,[],,,, +158,615197659624816642,615194720759754752,1435509526000.0,2015-06-28 16:38:46,+0000,,@DavidBrin Thanks David,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/615197659624816642,[],[],0,,False,240,43,43,,None,,,,,,,[],,,, +159,615186062714011648,615175761343971328,1435506761000.0,2015-06-28 15:52:41,+0000,,"@adventFuturist yeah, not the best birthday",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615186062714011648,[],[],0,,False,455,114,201,,None,,,,,,,[],,,, +160,615185689999765504,615185076813459456,1435506672000.0,2015-06-28 15:51:12,+0000,,That's all we can say with confidence right now. Will have more to say following a thorough fault tree analysis.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615185689999765504,[],[],0,,False,1773,294,1140,,None,,,,,,,[],,,, +161,615185076813459456,615185076813459456,1435506526000.0,2015-06-28 15:48:46,+0000,,There was an overpressure event in the upper stage liquid oxygen tank. Data suggests counterintuitive cause.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615185076813459456,[],[],0,,False,2965,428,3604,,None,,,,,,,[],,,, +162,615178702343786498,615167185229619202,1435505006000.0,2015-06-28 15:23:26,+0000,,@juanmlemao Thanks :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615178702343786498,[],[],0,,False,219,7,32,,None,,,,,,,[],,,, +163,615167185229619202,615167185229619202,1435502260000.0,2015-06-28 14:37:40,+0000,,Falcon 9 experienced a problem shortly before first stage shutdown. Will provide more info as soon as we review the data.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/615167185229619202,[],[],0,,False,3560,782,4470,,None,,,,,,,[],,,, +164,614874698741084161,614874698741084161,1435432526000.0,2015-06-27 19:15:26,+0000,,Drone hexacopter takes pic of drone ship OCISLY on station in the Atlantic https://t.co/DONcOD8hSD,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/614874698741084161,['https://instagram.com/p/4cagTNQEYi/'],[],0,,False,1083,107,691,,None,,,,,,,[],,,, +165,614814177962627072,614814177962627072,1435418097000.0,2015-06-27 15:14:57,+0000,,"Droneship ""Of Course I Still Love You"" just before it left port https://t.co/rhn4z82NVl",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/614814177962627072,['https://instagram.com/p/4brlooQEVx/'],[],0,,False,977,86,610,,None,,,,,,,[],,,, +166,614756523244437504,614756523244437504,1435404351000.0,2015-06-27 11:25:51,+0000,,"Trying for another rocket landing tmrw. This time on the droneship ""Of Course I Still Love You"". https://t.co/6LGnzhWLLr",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/614756523244437504,['https://twitter.com/spacex/status/614551591601844224'],[],0,,False,1666,152,1222,https://twitter.com/spacex/status/614551591601844224,None,,,,,,,[],,,, +167,614755637403193344,614209758497779712,1435404140000.0,2015-06-27 11:22:20,+0000,,@NoMansSky You're welcome. Good conversation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/614755637403193344,[],[],0,,False,131,7,26,,None,,,,,,,[],,,, +168,614645132181291008,614626025960570880,1435377793000.0,2015-06-27 04:03:13,+0000,,@connollyjeff1 @TheStreet End of year,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/614645132181291008,[],[],0,,False,144,15,47,,None,,,,,,,[],,,, +169,614626025960570880,614626025960570880,1435373238000.0,2015-06-27 02:47:18,+0000,,Credit for SolarCity is really due to Rive bros & great team there. My contribution is fairly small. http://t.co/AVkHMz2bmS via @thestreet,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/614626025960570880,['http://www.thestreet.com/story/13200976/1/teslas-elon-musk-takes-solar-financing-to-the-brink-of-change.html'],[],0,,False,667,47,306,,None,,,,,,,[],,,, +170,613366102756712448,613366102756712448,1435072849000.0,2015-06-23 15:20:49,+0000,,Important to note that Model S resale value is also higher than that of gasoline cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/613366102756712448,[],[],0,,False,1561,141,798,,None,,,,,,,[],,,, +171,612019874773078016,612019874773078016,1434751883000.0,2015-06-19 22:11:23,+0000,,Tesla service team helps save a stray kitten that took refuge in a Model S. Nice work guys! https://t.co/Ddp5K9MpW2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/612019874773078016,['https://vimeo.com/129510054'],[],0,,False,1630,139,811,,None,,,,,,,[],,,, +172,610484933132292096,610484933132292096,1434385924000.0,2015-06-15 16:32:04,+0000,,"To be clear, SpaceX is supporting a student design competition for STEM, not trying to build Hyperloop itself. Other cos are doing latter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/610484933132292096,[],[],0,,False,1085,78,478,,None,,,,,,,[],,,, +173,610482435873091584,610482435873091584,1434385329000.0,2015-06-15 16:22:09,+0000,,SpaceX/Tesla will also do a reference pod to be shown after the @Hyperloop competition. Bonus for all racing teams that exceed reference.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/610482435873091584,[],[],0,,False,889,40,451,,None,,,,,,,[],,,, +174,609215984499605504,609215984499605504,1434083384000.0,2015-06-12 04:29:44,+0000,,"My kids love ""The Lost Planet"" by @RachelSearles. Now on a rare second read!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/609215984499605504,[],[],0,,False,643,52,135,,None,,,,,,,[],,,, +175,605460768516014080,604418558181785600,1433188070000.0,2015-06-01 19:47:50,+0000,,"@kpe @SpaceX @grierallen @natedapore Cool, thanks for letting us know. This is helpful for figuring out fairing reusability.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/605460768516014080,[],[],0,,False,244,37,39,,None,,,,,,,[],,,, +176,603409579603415040,603409579603415040,1432699029000.0,2015-05-27 03:57:09,+0000,,Air Force certifies @SpaceX to compete for launching national security satellites http://t.co/tLYcEDJFPV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/603409579603415040,['http://www.af.mil/News/ArticleDisplay/tabid/223/Article/589724/air-forces-space-and-missile-systems-center-certifies-spacex-for-national-secur.aspx'],[],0,,False,2241,229,1142,,None,,,,,,,[],,,, +177,601669073441697792,601669073441697792,1432284060000.0,2015-05-22 08:41:00,+0000,,What are the best riddles you've heard that are short enough for Twitter?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/601669073441697792,[],[],0,,False,599,638,208,,None,,,,,,,[],,,, +178,601665000948649984,601665000948649984,1432283089000.0,2015-05-22 08:24:49,+0000,,Another good riddle: drill a hole thru a sphere such that the height of what remains of the sphere is 10cm. What is its remaining volume?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/601665000948649984,[],[],0,,False,563,274,324,,None,,,,,,,[],,,, +179,601578147113529344,601578147113529344,1432262381000.0,2015-05-22 02:39:41,+0000,,Astronomer Royal Martin Rees: How soon will robots take over the world? - via @Telegraph http://t.co/DStxgM0S8F,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/601578147113529344,['http://www.telegraph.co.uk/culture/hay-festival/11605785/Astronomer-Royal-Martin-Rees-predicts-the-world-will-be-run-by-computers-soon.html'],[],0,,False,779,90,594,,None,,,,,,,[],,,, +180,600784025335136256,600784025335136256,1432073048000.0,2015-05-19 22:04:08,+0000,,"This is not the full Gigafactory, it is just the pilot plant (1/4 size) https://t.co/gz2EmJkYtm",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/600784025335136256,['https://transportevolved.com/2015/05/18/video-first-drone-video-lets-you-explore-tesla-motors-gigafactory-in-glorious-4k/'],[],0,,False,1245,156,787,,None,,,,,,,[],,,, +181,600549508796190720,600549508796190720,1432017135000.0,2015-05-19 06:32:15,+0000,,"Fossil fuels subsidised by $10m a minute, says IMF http://t.co/c4nsZjXc32",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/600549508796190720,['http://gu.com/p/48qdv/stw'],[],0,,False,1177,145,1759,,None,,,,,,,[],,,, +182,598232495537016832,598101579091152897,1431464716000.0,2015-05-12 21:05:16,+0000,,@jankenbrandt Hi Julie!,hi,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/598232495537016832,[],[],0,,False,49,22,4,,None,,,,,,,[],,,, +183,598151191923568641,598065854736044032,1431445331000.0,2015-05-12 15:42:11,+0000,,@ChristieNic Thanks Christie,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/598151191923568641,[],[],0,,False,100,6,3,,None,,,,,,,[],,,, +184,598146466557796352,598065854736044032,1431444205000.0,2015-05-12 15:23:25,+0000,,"@TeslaP85D That is true. If someone says they are thinking about having kids, I always encourage them to do so.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/598146466557796352,[],[],0,,False,229,17,38,,None,,,,,,,[],,,, +185,598065854736044032,598065854736044032,1431424985000.0,2015-05-12 10:03:05,+0000,,It is total BS & hurtful to claim that I told a guy to miss his child's birth just to attend a company meeting. I would never do that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/598065854736044032,[],[],0,,False,4405,412,1799,,None,,,,,,,[],,,, +186,598064094206234624,598064094206234624,1431424566000.0,2015-05-12 09:56:06,+0000,,"Of 22 Quotes from http://t.co/VA2KQ03NNR, 2 need correcting: 1. I strongly support pregnancy leave 2. I've never called myself a samurai",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/598064094206234624,['http://wpo.st/MxuG0'],[],0,,False,2040,151,1123,,None,,,,,,,[],,,, +187,597982078374817794,597861339697180672,1431405012000.0,2015-05-12 04:30:12,+0000,,@voxdotcom I have never written or said this. Ashlee's book was not independently fact-checked. Should be taken w a grain of salt.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/597982078374817794,[],[],0,,False,517,52,257,,None,,,,,,,[],,,, +188,596053122587365376,595977889356492800,1430945113000.0,2015-05-06 20:45:13,+0000,,"Max acceleration was 6X gravity, altitude 1187m, lateral distance 1202m and velocity 155 m/s. Main chutes deployed 970m.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/596053122587365376,[],[],0,,False,1342,138,577,,None,,,,,,,[],,,, +189,596051269212459008,596051269212459008,1430944671000.0,2015-05-06 20:37:51,+0000,,Dragon abort test video https://t.co/qsdSCEcPnm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/596051269212459008,['https://www.youtube.com/watch?v=1_FXVjf46T8&feature=youtu.be&noredirect=1'],[],0,,False,1355,90,985,,None,,,,,,,[],,,, +190,595977889356492800,595977889356492800,1430927176000.0,2015-05-06 15:46:16,+0000,,"Dragon abort test stats: 0 to 100 mph in 1.2 sec, top speed of 345 mph",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/595977889356492800,[],[],0,,False,2105,202,1033,,None,,,,,,,[],,,, +191,595656079490600960,595656079490600960,1430850450000.0,2015-05-05 18:27:30,+0000,,Hold down firing of Dragon 2 spacecraft at Cape Canaveral http://t.co/2626wb8596,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/595656079490600960,[],['https://pbs.twimg.com/media/CEQyDFxWgAEIx5z.jpg'],1,https://pbs.twimg.com/media/CEQyDFxWgAEIx5z.jpg,False,2883,159,1715,,None,,,,,,,[],,,, +192,595208771716059136,595208771716059136,1430743804000.0,2015-05-04 12:50:04,+0000,,Very funny post of a Tesla owner test driving a gasoline car http://t.co/Tq2vNM5UnG,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/595208771716059136,['http://teslaclubsweden.se/test-drive-of-a-petrol-car/'],[],0,,False,2352,186,2356,,None,,,,,,,[],,,, +193,594756342641922048,594756342641922048,1430635936000.0,2015-05-03 06:52:16,+0000,,"While I like the initials, I'd take the so-called ""EM Drive"" with a grain o salt per @io9 article http://t.co/AmjyaI2fVP",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/594756342641922048,['http://space.io9.com/a-new-thruster-pushes-against-virtual-particles-or-1615361369/1615513781/+rtgonzalez'],[],0,,False,891,163,480,,None,,,,,,,[],,,, +194,594750998398140417,594750998398140417,1430634662000.0,2015-05-03 06:31:02,+0000,,My favorite shot from the last rocket landing attempt on the droneship http://t.co/8a403c7Fv1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/594750998398140417,[],['https://pbs.twimg.com/media/CED64TEUkAAqM23.jpg'],1,https://pbs.twimg.com/media/CED64TEUkAAqM23.jpg,False,4237,220,2144,,None,,,,,,,[],,,, +195,594327204143599616,594327204143599616,1430533622000.0,2015-05-02 02:27:02,+0000,,Last night's Tesla Powerwall and Powerpack unveiling https://t.co/ksD8m6nCJO,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/594327204143599616,['https://www.youtube.com/watch?v=yKORsrlN-2k'],[],0,,False,3567,337,2925,,None,,,,,,,[],,,, +196,594187782609707008,594186544174366720,1430500381000.0,2015-05-01 17:13:01,+0000,,@romn8tr Press conference went way over time. Tried to give all the journalists who'd traveled far an opportunity to ask a question.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/594187782609707008,[],[],0,,False,151,13,29,,None,,,,,,,[],,,, +197,594186544174366720,594186544174366720,1430500086000.0,2015-05-01 17:08:06,+0000,,"For more info on Tesla Energy, check out press kit. $250/kWh for utility scale is the real kicker http://t.co/xE57uIUCse",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/594186544174366720,['http://www.teslamotors.com/presskit/teslaenergy?via=newsletter&source=CSAMedition'],[],0,,False,1376,165,1181,,None,,,,,,,[],,,, +198,593804222811869184,593785061079535619,1430408933000.0,2015-04-30 15:48:53,+0000,,"@bonnienorman Haha, awesome :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/593804222811869184,[],[],0,,False,110,16,14,,None,,,,,,,[],,,, +199,593296401196388352,593296401196388352,1430287859000.0,2015-04-29 06:10:59,+0000,,"For the future to be good, we need electric transport, solar power and (of course) ... http://t.co/8mwVWukQDL",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/593296401196388352,[],['https://pbs.twimg.com/media/CDvP5SVUkAEL-UV.jpg'],1,https://pbs.twimg.com/media/CDvP5SVUkAEL-UV.jpg,False,4939,927,4039,,None,,,,,,,[],,,, +200,592836876622520323,592836876622520323,1430178300000.0,2015-04-27 23:45:00,+0000,,"Rocket launch good, satellite in geo transfer orbit. Still so damn intense. Looking fwd to it feeling normal one day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/592836876622520323,[],[],0,,False,2744,245,1018,,None,,,,,,,[],,,, +201,592602352659533824,592602352659533824,1430122385000.0,2015-04-27 08:13:05,+0000,,"Worth watching @ExMachinaMovie. The AI would be in the network, not the robot, but otherwise good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/592602352659533824,[],[],0,,False,1435,124,609,,None,,,,,,,[],,,, +202,591062459349274624,591055060395659264,1429755246000.0,2015-04-23 02:14:06,+0000,,"@bonnienorman New Roadster battery should complete safety validation by end of July, so likely available in August",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/591062459349274624,[],[],0,,False,151,31,50,,None,,,,,,,[],,,, +203,589820447660769281,589816427785367553,1429459127000.0,2015-04-19 15:58:47,+0000,,@andrewket @TeslaRoadTrip Wow!,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/589820447660769281,[],[],0,,False,123,22,19,,None,,,,,,,[],,,, +204,589579721488224256,589577558942822400,1429401734000.0,2015-04-19 00:02:14,+0000,,"While the rocket does look rather tall & tippy, a stable landing is no problem with proper throttle response https://t.co/B4Y6D4dpsc",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/589579721488224256,['https://www.youtube.com/watch?v=0UjWqQPWmsY&feature=youtu.be'],[],0,,False,1606,224,963,,None,,,,,,,[],,,, +205,589577558942822400,589577558942822400,1429401218000.0,2015-04-18 23:53:38,+0000,,Cause of hard rocket landing confirmed as due to slower than expected throttle valve response. Next attempt in 2 months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/589577558942822400,[],[],0,,False,2501,269,1350,,None,,,,,,,[],,,, +206,589350633393627136,589297122740080640,1429347115000.0,2015-04-18 08:51:55,+0000,,@Aero4Real I only invest in companies I help found or to help a friend or a cause (no return expected for latter two),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/589350633393627136,[],[],0,,False,224,18,68,,None,,,,,,,[],,,, +207,588490238936240129,588463193070022656,1429141981000.0,2015-04-15 23:53:01,+0000,,Droneship is fine. No hull breach and repairs are minor. Impact overpressure is closer to a fast fire than an explosion.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/588490238936240129,[],[],0,,False,1482,271,568,,None,,,,,,,[],,,, +208,588463193070022656,588463193070022656,1429135533000.0,2015-04-15 22:05:33,+0000,,"High resolution, color corrected, slow motion rocket landing video https://t.co/UTF3Y4xGU3",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/588463193070022656,['https://youtu.be/BhMSzC1crr0'],[],0,,False,4387,712,4685,,None,,,,,,,[],,,, +209,588144086755999744,588144086755999744,1429059452000.0,2015-04-15 00:57:32,+0000,,"If this works, I'm treating myself to a volcano lair. It's time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/588144086755999744,[],[],0,,False,13470,559,8058,,None,,,,,,,[],,,, +210,588142879245238273,588142879245238273,1429059164000.0,2015-04-15 00:52:44,+0000,,"Ok, looks like we got some killer footage from the chase plane. Big ocean, small ship. Posting vid shortly http://t.co/2F5FK0TZ0i",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/588142879245238273,[],['https://pbs.twimg.com/media/CCmA1JoUMAAijtC.jpg'],1,https://pbs.twimg.com/media/CCmA1JoUMAAijtC.jpg,False,5428,308,3986,,None,,,,,,,[],,,, +211,588082574183903232,588082574183903232,1429044786000.0,2015-04-14 20:53:06,+0000,,"Looks like Falcon landed fine, but excess lateral velocity caused it to tip over post landing http://t.co/eJWzN6KSJa",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/588082574183903232,[],"['https://pbs.twimg.com/media/CClJ-UsW0AEpNnd.jpg', 'https://pbs.twimg.com/media/CClJ-UuW4AAKOog.jpg']",1,https://pbs.twimg.com/media/CClJ-UsW0AEpNnd.jpg,False,6780,1167,7077,,None,,,,,,,[],,,, +212,588076749562318849,588076749562318849,1429043397000.0,2015-04-14 20:29:57,+0000,,"Ascent successful. Dragon enroute to Space Station. Rocket landed on droneship, but too hard for survival.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/588076749562318849,[],[],0,,False,6250,1166,6966,,None,,,,,,,[],,,, +213,588071136971206656,588071136971206656,1429042059000.0,2015-04-14 20:07:39,+0000,,3 mins to liftoff,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/588071136971206656,[],[],0,,False,1349,137,568,,None,,,,,,,[],,,, +214,587724440667947008,587724440667947008,1428959400000.0,2015-04-13 21:10:00,+0000,,"Launch window always tight when orbital synch needed. In this case, Space Station. For Earth-Sun gravity null point, moon was in the way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/587724440667947008,[],[],0,,False,757,109,441,,None,,,,,,,[],,,, +215,587715056432889856,587715056432889856,1428957163000.0,2015-04-13 20:32:43,+0000,,Launch postponed due to lightning from an approaching anvil cloud,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/587715056432889856,[],[],0,,False,761,185,690,,None,,,,,,,[],,,, +216,587704139225759744,587704139225759744,1428954560000.0,2015-04-13 19:49:20,+0000,,Odds of rocket landing successfully today are still less than 50%. The 80% figure by end of year is only bcs many launches ahead.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/587704139225759744,[],[],0,,False,1049,149,639,,None,,,,,,,[],,,, +217,587421152819208193,587421152819208193,1428887091000.0,2015-04-13 01:04:51,+0000,,Have asked SolarCity if we can do something philanthropic with the CA aqueducts to help the water crisis. Investigating…,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/587421152819208193,[],[],0,,False,2320,265,1029,,None,,,,,,,[],,,, +218,587193821227651072,587078445525377024,1428832891000.0,2015-04-12 10:01:31,+0000,,@benfeldman63 Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/587193821227651072,[],[],0,,False,33,2,5,,None,,,,,,,[],,,, +219,586767303464751104,586767303464751104,1428731201000.0,2015-04-11 05:46:41,+0000,,"We debated this, but there really is $10k gas saved by most owners over 5 yrs (avg ownership period). Since it's true, we are sticking w it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/586767303464751104,[],[],0,,False,1005,228,338,,None,,,,,,,[],,,, +220,586750857565220864,586750504450916352,1428727280000.0,2015-04-11 04:41:20,+0000,,Waited to say something until after we fixed some of the options pricing (too high) and colors (too many similar),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/586750857565220864,[],[],0,,False,515,60,117,,None,,,,,,,[],,,, +221,586750504450916352,586750504450916352,1428727196000.0,2015-04-11 04:39:56,+0000,,"Just announced new Tesla 70D all-wheel drive, 240 mile range car for ~$55k (after gas savings & incentives) http://t.co/tDb2tCbeT0",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/586750504450916352,['http://my.teslamotors.com/models/design'],[],0,,False,2028,181,1452,,None,,,,,,,[],,,, +222,586722721322692608,586722721322692608,1428720572000.0,2015-04-11 02:49:32,+0000,,"To land a rocket, Just Read the Instructions http://t.co/FJAM72zNWo",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/586722721322692608,['http://www.planetary.org/blogs/jason-davis/2015/20150410-just-read-instructions.html'],[],0,,False,969,76,609,,None,,,,,,,[],,,, +223,586202560404434944,586202560404434944,1428596556000.0,2015-04-09 16:22:36,+0000,,Testing of the high performance version of the Tesla Model S by @ConsumerReports https://t.co/bvgEVgMswU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/586202560404434944,['https://m.youtube.com/watch?v=QNfAiyiZpVE&feature=youtu.be'],[],0,,False,731,68,391,,None,,,,,,,[],,,, +224,585185843649716225,585185843649716225,1428354152000.0,2015-04-06 21:02:32,+0000,,"Battery ""breakthroughs"" need to state power *and* energy density (not the same thing), plus how long they last. They usually fail on energy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/585185843649716225,[],[],0,,False,1207,155,618,,None,,,,,,,[],,,, +225,585114189527552001,585114189527552001,1428337068000.0,2015-04-06 16:17:48,+0000,,Welcome @Chiefboltkennyh to @TeslaMotors. He will apply Formula 1 techniques to revolutionize servicing mainstream cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/585114189527552001,[],[],0,,False,1134,96,569,,None,,,,,,,[],,,, +226,584978236053917697,584936204375724032,1428304654000.0,2015-04-06 07:17:34,+0000,,"@johngreen @hankgreen You had me at Sheen or Gaddafi. Must admit to liking ""The Fault in Our Stars"" too. Sad, romantic and beautifully named",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/584978236053917697,[],[],0,,False,582,19,88,,None,,,,,,,[],,,, +227,584155770851237888,584155770851237888,1428108563000.0,2015-04-04 00:49:23,+0000,,We just got banned in West Virginia. Oh no. http://t.co/gNztPDNtVT,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/584155770851237888,['http://www.mercurynews.com/60-second-business-break/ci_27844803/biz-break-tesla-gives-carmaker-tradition-sales-banned'],[],0,,False,2588,530,1422,,None,,,,,,,[],,,, +228,583360210292477952,583360210292477952,1427918887000.0,2015-04-01 20:08:07,+0000,,Announcing the amazing Tesla Model W http://t.co/tI6ztSyuX7,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/583360210292477952,['http://www.teslamotors.com/blog/announcing-tesla-model-w'],[],0,,False,1978,357,1592,,None,,,,,,,[],,,, +229,582934217790607360,582934217790607360,1427817322000.0,2015-03-31 15:55:22,+0000,,"With all that solar power being generated, it almost feels like something is needed to complete the picture ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/582934217790607360,[],[],0,,False,1933,496,1058,,None,,,,,,,[],,,, +230,582930941720432641,582930941720432641,1427816541000.0,2015-03-31 15:42:21,+0000,,SolarCity just hit a new daily energy record of 5GWh two weeks after reaching 4GWh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/582930941720432641,[],[],0,,False,1657,119,948,,None,,,,,,,[],,,, +231,582581865682350080,582581865682350080,1427733315000.0,2015-03-30 16:35:15,+0000,,"Major new Tesla product line -- not a car -- will be unveiled at our Hawthorne Design Studio on Thurs 8pm, April 30",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/582581865682350080,[],[],0,,False,5260,1011,6160,,None,,,,,,,[],,,, +232,580482462612135936,580482462612135936,1427232778000.0,2015-03-24 21:32:58,+0000,,"Right move is try both tunnels and flying cars. Otherwise, having 2D streets and 3D buildings means bad traffic forever.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580482462612135936,[],[],0,,False,1755,313,1151,,None,,,,,,,[],,,, +233,580480774115364864,580480774115364864,1427232376000.0,2015-03-24 21:26:16,+0000,,"Reasons I like tunnels: you still travel in 3D fast, but immune to weather, quiet and no risk cars fall on your head",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580480774115364864,[],[],0,,False,1910,185,833,,None,,,,,,,[],,,, +234,580479736721367041,580479736721367041,1427232128000.0,2015-03-24 21:22:08,+0000,,"Flying car pros: travel in 3D fast. Cons: risk of car falling on head much greater, noisy, grounded in bad weather",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580479736721367041,[],[],0,,False,1328,176,857,,None,,,,,,,[],,,, +235,580478678808850432,580478678808850432,1427231876000.0,2015-03-24 21:17:56,+0000,,"Contrary to press reports, I'm not against flying cars. Just said it was important to consider both pros and cons.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580478678808850432,[],[],0,,False,1156,131,552,,None,,,,,,,[],,,, +236,580046907902439424,580046907902439424,1427128934000.0,2015-03-23 16:42:14,+0000,,"Maybe it's wrong, but I really want to see mammoths http://t.co/enhMu5HYqr",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/580046907902439424,['http://wrd.cm/1EJi9Wx'],[],0,,False,1175,370,627,,None,,,,,,,[],,,, +237,579861658337574912,579861658337574912,1427084767000.0,2015-03-23 04:26:07,+0000,,Falcon 9 lifting off with 1.3 mmmillion pounds of force http://t.co/7ltlN2WYmx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/579861658337574912,[],['https://pbs.twimg.com/media/CAwVGhlUYAAQF70.jpg'],1,https://pbs.twimg.com/media/CAwVGhlUYAAQF70.jpg,False,4031,257,1956,,None,,,,,,,[],,,, +238,579504748014907393,579504748014907393,1426999673000.0,2015-03-22 04:47:53,+0000,,Reading Look to Windward by Banks. He is an amazing writer. Pantheon level.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/579504748014907393,[],[],0,,False,887,237,204,,None,,,,,,,[],,,, +239,579216539561238528,579216138690662401,1426930959000.0,2015-03-21 09:42:39,+0000,,"@AbeAlem Unfortunately, Asimov's books largely illustrate why the three laws don't work",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/579216539561238528,[],[],0,,False,139,23,33,,None,,,,,,,[],,,, +240,579216101793361920,579216101793361920,1426930854000.0,2015-03-21 09:40:54,+0000,,Another Easter Egg will be hidden in the Model S code in 2015. Last one took a year to find. Next one should be easier.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/579216101793361920,[],[],0,,False,1031,90,553,,None,,,,,,,[],,,, +241,579210902932574209,579197717970206720,1426929615000.0,2015-03-21 09:20:15,+0000,,@Pandoomic Just changed them to full public domain,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/579210902932574209,[],[],0,,False,616,49,228,,None,,,,,,,[],,,, +242,579197717970206720,579197717970206720,1426926471000.0,2015-03-21 08:27:51,+0000,,SpaceX Photos Are Now Available Under a Creative Commons License http://t.co/OgHJYimuCU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/579197717970206720,['http://motherboard.vice.com/read/spacex-photos-are-now-available-under-a-creative-commons-license'],[],0,,False,1180,56,861,,None,,,,,,,[],,,, +243,578288191595130880,578288191595130880,1426709623000.0,2015-03-18 20:13:43,+0000,,Thanks to everyone that supported Tesla in New Jersey! We couldn't have done it without you. http://t.co/swlApOg7vN,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/578288191595130880,['http://techcrunch.com/2015/03/18/tesla-can-now-resume-car-sales-in-new-jersey/#tmhmdj:oHlj'],[],0,,False,1581,165,669,,None,,,,,,,[],,,, +244,577946893646364673,577946471804235776,1426628251000.0,2015-03-17 21:37:31,+0000,,"However, when self-driving cars become safer than human-driven cars, the public may outlaw the latter. Hopefully not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/577946893646364673,[],[],0,,False,1517,462,855,,None,,,,,,,[],,,, +245,577946471804235776,577946471804235776,1426628151000.0,2015-03-17 21:35:51,+0000,,"To be clear, Tesla is strongly in favor of people being allowed to drive their cars and always will be. Hopefully, that is obvious.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/577946471804235776,[],[],0,,False,1613,134,696,,None,,,,,,,[],,,, +246,577693114657210368,577693114657210368,1426567746000.0,2015-03-17 04:49:06,+0000,,"Battery pack swap is active between SF and LA and seems to be working well. Supercharging is the future, though, for non-commercial traffic.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/577693114657210368,[],[],0,,False,1231,72,587,,None,,,,,,,[],,,, +247,577533623483568128,577100755427061760,1426529720000.0,2015-03-16 18:15:20,+0000,,"Neither I nor the company are selling shares. Even if we were, I wouldn't do this. It would be wrong. Our long term results are what matter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/577533623483568128,[],[],0,,False,2084,153,591,,None,,,,,,,[],,,, +248,577533020736909312,577100755427061760,1426529576000.0,2015-03-16 18:12:56,+0000,,Some people seem to think I tweet to affect share price. This is false. A brief rise in $TSLA stock obviously does no good for Tesla or me.,en,[],['tsla'],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/577533020736909312,[],[],0,,False,1413,139,619,,None,,,,,,,[],,,, +249,577080950317821952,577080950317821952,1426421794000.0,2015-03-15 12:16:34,+0000,,SolarCity systems generated a new daily record of 4 gigawatt-hours this week http://t.co/7MFig1lMsF,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/577080950317821952,['http://blog.solarcity.com/a-4gwh-day'],[],0,,False,1353,102,966,,None,,,,,,,[],,,, +250,576637531560628224,576637531560628224,1426316075000.0,2015-03-14 06:54:35,+0000,,World's largest hedge fund soon to be powered by artificial intelligence http://t.co/t1Fer3fWVa,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/576637531560628224,['http://www.bloomberg.com/news/articles/2015-02-27/bridgewater-is-said-to-start-artificial-intelligence-team'],[],0,,False,1374,311,1691,,None,,,,,,,[],,,, +251,576193855323697152,576193855323697152,1426210294000.0,2015-03-13 01:31:34,+0000,,Maybe this is all the work of the Stonecutters! Certainly connects a lot of themes ... http://t.co/E5jJ9Snaca,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/576193855323697152,['http://v.theonion.com/avclubmedia/videos/videometa/4599/zen_mp4.mp4'],[],0,,False,666,94,306,,None,,,,,,,[],,,, +252,576184066921218048,576184066921218048,1426207961000.0,2015-03-13 00:52:41,+0000,,"For more on the Fermi Paradox: http://t.co/ea1aGnu2kU, http://t.co/AcdSIoIvyv and http://t.co/bkbOWW7Ztb",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/576184066921218048,"['http://amzn.com/0387955011', 'http://io9.com/11-of-the-weirdest-solutions-to-the-fermi-paradox-456850746', 'http://waitbutwhy.com/2014/05/fermi-paradox.html']",[],0,,False,1110,109,538,,None,,,,,,,[],,,, +253,576182696260476929,576139678895583232,1426207634000.0,2015-03-13 00:47:14,+0000,,"The ancient Egyptians were amazing, but if aliens built the pyramids, they would've left behind a computer or something",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/576182696260476929,[],[],0,,False,1897,293,1097,,None,,,,,,,[],,,, +254,576140759281238017,576140759281238017,1426197635000.0,2015-03-12 22:00:35,+0000,,The rumor that I'm building a spaceship to get back to my home planet Mars is totally untrue,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/576140759281238017,[],[],0,,False,14305,1016,11376,,None,,,,,,,[],,,, +255,576139678895583232,576139678895583232,1426197378000.0,2015-03-12 21:56:18,+0000,,"Btw, please don't mention the pyramids. Stacking stone blocks is not evidence of an advanced civilization.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/576139678895583232,[],[],0,,False,2444,336,1168,,None,,,,,,,[],,,, +256,576139467632717825,576139467632717825,1426197327000.0,2015-03-12 21:55:27,+0000,,"Seems like an opportune moment to bring up the Fermi Paradox, aka ""where are the aliens?"" Really odd that we see no sign of them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/576139467632717825,[],[],0,,False,1123,508,624,,None,,,,,,,[],,,, +257,575537174860460034,575537174860460034,1426053730000.0,2015-03-11 06:02:10,+0000,,Model S in drag race against snowmobile on ice lake in Norway (no tire chains or studs) http://t.co/OWwfGRQC8p,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/575537174860460034,['http://www.klikk.no/motor/bil/article1526102.ece'],[],0,,False,1271,143,918,,None,,,,,,,[],,,, +258,574581994253758466,574581994253758466,1425825997000.0,2015-03-08 14:46:37,+0000,,"There is no slowdown of the Gigafactory construction underway, as anyone near Reno with eyes can verify. It's not subtle.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/574581994253758466,[],[],0,,False,1255,91,543,,None,,,,,,,[],,,, +259,574017546812190721,574017546812190721,1425691422000.0,2015-03-07 01:23:42,+0000,,Some shots of the Gigafactory pilot plant (~20% of full size) under construction https://t.co/OzLzD4LsGW,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/574017546812190721,['https://m.flickr.com/#/photos/jurvetson/16735645181/'],[],0,,False,1066,130,585,,None,,,,,,,[],,,, +260,572257004938403840,572257004938403840,1425271676000.0,2015-03-02 04:47:56,+0000,,"Upgrades in the works to allow landing for geo missions: thrust +15%, deep cryo oxygen, upper stage tank vol +10%",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/572257004938403840,[],[],0,,False,967,103,394,,None,,,,,,,[],,,, +261,572252603322527744,572252603322527744,1425270627000.0,2015-03-02 04:30:27,+0000,,Both satellites deployed on target. Now firing their ion thrusters to reach geo station over Europe & Asia.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/572252603322527744,[],[],0,,False,1489,100,652,,None,,,,,,,[],,,, +262,572209355883352064,572209355883352064,1425260316000.0,2015-03-02 01:38:36,+0000,,Next landing attempt will be 3rd launch from now. Tonight's flight and following one will not have enough propellant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/572209355883352064,[],[],0,,False,970,65,489,,None,,,,,,,[],,,, +263,571022238540914688,571022238540914688,1424977285000.0,2015-02-26 19:01:25,+0000,,Excellent and funny intro article about Artificial Superintelligence! Highly recommend reading http://t.co/jisxabYrl9,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/571022238540914688,['http://waitbutwhy.com/2015/01/artificial-intelligence-revolution-2.html'],[],0,,False,2045,198,1536,,None,,,,,,,[],,,, +264,570327747018379264,570327747018379264,1424811705000.0,2015-02-24 21:01:45,+0000,,Tesla Model S rated by @ConsumerReports as best car in world for 2nd year in a row http://t.co/F0TpdmDxGg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/570327747018379264,['http://www.consumerreports.org/cro/magazine/2015/04/consumer-reports-10-top-picks-of-2015/index.htm'],[],0,,False,2026,183,1609,,None,,,,,,,[],,,, +265,565716774260576262,565716774260576262,1423712364000.0,2015-02-12 03:39:24,+0000,,Landing on a stormy sea http://t.co/7EY25g3IU5,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/565716774260576262,[],['https://pbs.twimg.com/media/B9nUaKjIMAAPR55.jpg'],1,https://pbs.twimg.com/media/B9nUaKjIMAAPR55.jpg,False,2553,241,1419,,None,,,,,,,[],,,, +266,565659578915115011,565659578915115011,1423698727000.0,2015-02-11 23:52:07,+0000,,Rocket soft landed in the ocean within 10m of target & nicely vertical! High probability of good droneship landing in non-stormy weather.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/565659578915115011,[],[],0,,False,5223,686,3730,,None,,,,,,,[],,,, +267,565657374128865281,565657374128865281,1423698202000.0,2015-02-11 23:43:22,+0000,,Primary mission on target. Spacecraft head towards the sun! All good there.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/565657374128865281,[],[],0,,False,1609,114,661,,None,,,,,,,[],,,, +268,565638406945144832,565637505811488768,1423693679000.0,2015-02-11 22:27:59,+0000,,@DanielLockyer We could actually do that...maybe we should,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565638406945144832,[],[],0,,False,650,53,179,,None,,,,,,,[],,,, +269,565637505811488768,565637505811488768,1423693465000.0,2015-02-11 22:24:25,+0000,,Planning a significant upgrade of the droneship for future missions to handle literally anything. Maybe give it a Merlin for good measure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565637505811488768,[],[],0,,False,1640,211,596,,None,,,,,,,[],,,, +270,565637058975531009,565637058975531009,1423693358000.0,2015-02-11 22:22:38,+0000,,Can't delay any longer. Must proceed with primary mission to launch the Deep Space Climate Observatory spacecraft.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565637058975531009,[],[],0,,False,1018,84,460,,None,,,,,,,[],,,, +271,565636516551352321,565636516551352321,1423693229000.0,2015-02-11 22:20:29,+0000,,"Mega storm preventing droneship from remaining on station, so rocket will try to land on water. Survival probability <1%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565636516551352321,[],[],0,,False,1054,228,901,,None,,,,,,,[],,,, +272,565350545695977472,565350545695977472,1423625048000.0,2015-02-11 03:24:08,+0000,,Coming home http://t.co/FmrmYs6R6V,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/565350545695977472,[],['https://pbs.twimg.com/media/B9iHU1IIUAEKGnU.jpg'],1,https://pbs.twimg.com/media/B9iHU1IIUAEKGnU.jpg,False,4717,201,2213,,None,,,,,,,[],,,, +273,565323202063532034,565323202063532034,1423618529000.0,2015-02-11 01:35:29,+0000,,Dragon splashdown off the California coast http://t.co/4Bvfmei8I3,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/565323202063532034,[],['https://pbs.twimg.com/media/B9hudM_IYAEmR7q.png'],1,https://pbs.twimg.com/media/B9hudM_IYAEmR7q.png,False,3680,158,1831,,None,,,,,,,[],,,, +274,565287338088357889,565287338088357889,1423609978000.0,2015-02-10 23:12:58,+0000,,"Launch postponed to tomorrow due to high winds at the Cape, but Dragon still inbound from orbit in 90 mins",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/565287338088357889,[],[],0,,False,948,81,571,,None,,,,,,,[],,,, +275,565237171192623105,565237171192623105,1423598017000.0,2015-02-10 19:53:37,+0000,,Extreme wind shear over Cape Canaveral. Feels like a sledgehammer when supersonic in the vertical. Hoping it changes …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/565237171192623105,[],[],0,,False,595,77,336,,None,,,,,,,[],,,, +276,565181590431485952,565181590431485952,1423584766000.0,2015-02-10 16:12:46,+0000,,"""What Are The Civilian Applications?"" https://t.co/iG2Zn3fUnO",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/565181590431485952,['https://m.youtube.com/watch?v=M8YjvHYbZ9w'],[],0,,False,693,384,632,,None,,,,,,,[],,,, +277,564563818022313984,564563818022313984,1423437477000.0,2015-02-08 23:17:57,+0000,,"Prob good though. Will give us time to replace 1st stage video transmitter (not needed for launch, but nice to have).",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/564563818022313984,[],[],0,,False,917,93,441,,None,,,,,,,[],,,, +278,564562686478807043,564562686478807043,1423437208000.0,2015-02-08 23:13:28,+0000,,Air Force tracking radar went down. Launch postponed to same time tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/564562686478807043,[],[],0,,False,1118,204,1438,,None,,,,,,,[],,,, +279,564509965612634112,564509965612634112,1423424638000.0,2015-02-08 19:43:58,+0000,,Rocket reentry will be much tougher this time around due to deep space mission. Almost 2X force and 4X heat. Plenty of hydraulic fluid tho.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/564509965612634112,[],[],0,,False,2114,236,1120,,None,,,,,,,[],,,, +280,564493608351313921,564493608351313921,1423420738000.0,2015-02-08 18:38:58,+0000,,"Launching our 1st deep space mission today. Headed to Earth-Sun L1 gravity null point at 1M miles, 4X further than moon.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/564493608351313921,[],[],0,,False,4084,350,2927,,None,,,,,,,[],,,, +281,561002248827052034,561002248827052034,1422588333000.0,2015-01-30 03:25:33,+0000,,"If you are curious about the P85D, you can schedule a test drive here: http://t.co/Eu19pBUpNO",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/561002248827052034,['http://ts.la/dE'],[],0,,False,764,237,453,,None,,,,,,,[],,,, +282,560909571691380736,560909571691380736,1422566237000.0,2015-01-29 21:17:17,+0000,,Painting the name on the droneship ... http://t.co/X8R8O4KjPx,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/560909571691380736,[],['https://pbs.twimg.com/media/B8jASILCMAAIssg.jpg'],1,https://pbs.twimg.com/media/B8jASILCMAAIssg.jpg,False,3699,261,2242,,None,,,,,,,[],,,, +283,560908370623098882,560898568748531712,1422565951000.0,2015-01-29 21:12:31,+0000,,"P85 acceleration will also improve, but not quite as much",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/560908370623098882,[],[],0,,False,472,43,140,,None,,,,,,,[],,,, +284,560906999664508931,560906999664508931,1422565624000.0,2015-01-29 21:07:04,+0000,,Video made by owner of a P85D going up a 14% grade on snow passing a whole bunch of stuck SUVs https://t.co/LC9AHx0fuC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/560906999664508931,['https://www.youtube.com/watch?v=eObSjtU6YXc&feature=youtu.be'],[],0,,False,1125,134,667,,None,,,,,,,[],,,, +285,560900676453433344,560900676453433344,1422564116000.0,2015-01-29 20:41:56,+0000,,Tesla dual motor cars are also all-wheel drive. Main goal of dual motor was actually insane traction on snow. Insane speed was a side effect,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/560900676453433344,[],[],0,,False,2412,157,1510,,None,,,,,,,[],,,, +286,560898568748531712,560898568748531712,1422563614000.0,2015-01-29 20:33:34,+0000,,Tesla P85D 0 to 60mph acceleration will improve by ~0.1 sec soon via over-the-air software update to inverter algorithm,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/560898568748531712,[],[],0,,False,3823,461,3412,,None,,,,,,,[],,,, +287,560328986341818368,560328986341818368,1422427815000.0,2015-01-28 06:50:15,+0000,,"Great DragTimes video of people experiencing P85D ""Insane Mode"" acceleration for the first time https://t.co/gqN9oremMQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/560328986341818368,['https://m.youtube.com/watch?v=1qFV5i8tBhs'],[],0,,False,1656,190,1571,,None,,,,,,,[],,,, +288,559629011983147008,559554023544483841,1422260928000.0,2015-01-26 08:28:48,+0000,,Final one: anything launched by a railgun (if you could ever reach ~ Mach 27) would explode upon exiting the barrel in our dense atmosphere,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/559629011983147008,[],[],0,,False,1054,262,466,,None,,,,,,,[],,,, +289,559562992145027075,559554023544483841,1422245188000.0,2015-01-26 04:06:28,+0000,,"Ion thrusters are great, but have extremely tiny force (photon thruster even less). Must have more thrust than weight or you don't go up.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/559562992145027075,[],[],0,,False,1332,204,463,,None,,,,,,,[],,,, +290,559557786514632704,559554023544483841,1422243947000.0,2015-01-26 03:45:47,+0000,,And pls don't ask me about space elevators until someone at least builds a carbon nanotube structure longer than a footbridge,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/559557786514632704,[],[],0,,False,3241,217,1666,,None,,,,,,,[],,,, +291,559555327515848705,559554023544483841,1422243360000.0,2015-01-26 03:36:00,+0000,,"Reason is Newton's Third Law. In vacuum, there is nothing to ""push"" against. You must react against ejected mass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/559555327515848705,[],[],0,,False,1539,177,765,,None,,,,,,,[],,,, +292,559554023544483841,559554023544483841,1422243049000.0,2015-01-26 03:30:49,+0000,,"If u saw @TheSimpsons and wonder why @SpaceX doesn't use an electric rocket to reach orbit, it is cuz that is impossible",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/559554023544483841,[],[],0,,False,3996,399,2357,,None,,,,,,,[],,,, +293,558703223909781505,558703223909781505,1422040203000.0,2015-01-23 19:10:03,+0000,,"West Coast droneship under construction will be named ""Of Course I Still Love You""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/558703223909781505,[],[],0,,False,1616,181,873,,None,,,,,,,[],,,, +294,558682281619906561,558682281619906561,1422035210000.0,2015-01-23 17:46:50,+0000,,"Good primer on the exponential advancement of technology, particularly AI http://t.co/1c30ZwJ8Y5",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/558682281619906561,['http://waitbutwhy.com/2015/01/artificial-intelligence-revolution-1.html'],[],0,,False,1257,110,1040,,None,,,,,,,[],,,, +295,558681668387487745,558665265785733120,1422035064000.0,2015-01-23 17:44:24,+0000,,@thomasmuirhead Good piece,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/558681668387487745,[],[],0,,False,33,3,4,,None,,,,,,,[],,,, +296,558665515351019520,558665265785733120,1422031213000.0,2015-01-23 16:40:13,+0000,,"@elonmusk ... In honor of IMB, RIP.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/558665515351019520,[],[],0,,False,472,40,213,,None,,,,,,,[],,,, +297,558665265785733120,558665265785733120,1422031153000.0,2015-01-23 16:39:13,+0000,,"Repairs almost done on the spaceport drone ship and have given it the name ""Just Read the Instructions""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/558665265785733120,[],[],0,,False,1896,145,1228,,None,,,,,,,[],,,, +298,557436437239300096,557436437239300096,1421738177000.0,2015-01-20 07:16:17,+0000,,"The universe is really, really big https://t.co/4j3jvIaqpe",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/557436437239300096,['https://m.youtube.com/watch?v=udAL48P5NJU'],[],0,,False,3059,367,2706,,None,,,,,,,[],,,, +299,556301868507627520,556295392074014720,1421467675000.0,2015-01-17 04:07:55,+0000,,@trakz @TheSimpsons Of course!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/556301868507627520,[],[],0,,False,72,13,10,,None,,,,,,,[],,,, +300,556105370054053889,556105370054053889,1421420826000.0,2015-01-16 15:07:06,+0000,,Next rocket landing on drone ship in 2 to 3 weeks w way more hydraulic fluid. At least it shd explode for a diff reason.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/556105370054053889,[],[],0,,False,5134,379,3867,,None,,,,,,,[],,,, +301,555981841476227072,554009604409946112,1421391375000.0,2015-01-16 06:56:15,+0000,,@ID_AA_Carmack Full RUD (rapid unscheduled disassembly) event. Ship is fine minor repairs. Exciting day! http://t.co/tIEctHFKHG,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555981841476227072,[],['https://pbs.twimg.com/media/B7c-iRaCYAAPxQ9.jpg'],1,https://pbs.twimg.com/media/B7c-iRaCYAAPxQ9.jpg,False,1613,172,1684,,None,,,,,,,[],,,, +302,555980855537975296,554009604409946112,1421391140000.0,2015-01-16 06:52:20,+0000,,@ID_AA_Carmack Residual fuel and oxygen combine http://t.co/5k07SP8M9n,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555980855537975296,[],['https://pbs.twimg.com/media/B7c9o7CCMAA7vyP.jpg'],1,https://pbs.twimg.com/media/B7c9o7CCMAA7vyP.jpg,False,596,21,668,,None,,,,,,,[],,,, +303,555978908554625025,554009604409946112,1421390676000.0,2015-01-16 06:44:36,+0000,,"@ID_AA_Carmack Rocket hits hard at ~45 deg angle, smashing legs and engine section http://t.co/PnzHHluJfG",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555978908554625025,[],['https://pbs.twimg.com/media/B7c73oaCQAA7V-j.jpg'],1,https://pbs.twimg.com/media/B7c73oaCQAA7V-j.jpg,False,729,57,889,,None,,,,,,,[],,,, +304,555978267165859840,554009604409946112,1421390523000.0,2015-01-16 06:42:03,+0000,,"@ID_AA_Carmack Before impact, fins lose power and go hardover. Engines fights to restore, but … http://t.co/94VDi7IEHS",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555978267165859840,[],['https://pbs.twimg.com/media/B7c7SPiCYAAmPZo.jpg'],1,https://pbs.twimg.com/media/B7c7SPiCYAAmPZo.jpg,False,588,49,712,,None,,,,,,,[],,,, +305,555951381509849088,554009604409946112,1421384113000.0,2015-01-16 04:55:13,+0000,,@ID_AA_Carmack Tks. Turns out we recovered some impact video frames from drone ship. It's kinda begging to be released…,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/555951381509849088,[],[],0,,False,371,52,202,,None,,,,,,,[],,,, +306,555824114196156416,555804403504918528,1421353770000.0,2015-01-15 20:29:30,+0000,,@FormulaSAE Contact Steve Davis at Hyperloop@spacex.com,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/555824114196156416,[],[],0,,False,81,3,14,,None,,,,,,,[],,,, +307,555804403504918528,555804403504918528,1421349070000.0,2015-01-15 19:11:10,+0000,,"Also thinking of having an annual student Hyperloop pod racer competition, like Formula SAE http://t.co/HV9BLCoMb8",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/555804403504918528,['http://students.sae.org/cds/formulaseries/about.htm'],[],0,,False,1458,155,894,,None,,,,,,,[],,,, +308,555803747792609280,555803747792609280,1421348914000.0,2015-01-15 19:08:34,+0000,,Will be building a Hyperloop test track for companies and student teams to test out their pods. Most likely in Texas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/555803747792609280,[],[],0,,False,4220,436,4416,,None,,,,,,,[],,,, +309,555743387056226304,555743387056226304,1421334523000.0,2015-01-15 15:08:43,+0000,,Funding research on artificial intelligence safety. It's all fun & games until someone loses an I http://t.co/t1aGnrTU21,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/555743387056226304,['http://futureoflife.org/misc/AI'],[],0,,False,1491,169,1177,,None,,,,,,,[],,,, +310,554465954932207616,554465954932207616,1421029959000.0,2015-01-12 02:32:39,+0000,,Yesterday's mission to the Space Station lights up the cloudy night sky of Cape Canaveral http://t.co/DFB742HaQt,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/554465954932207616,[],['https://pbs.twimg.com/media/B7Hb2SQIMAAs3p3.jpg'],1,https://pbs.twimg.com/media/B7Hb2SQIMAAs3p3.jpg,False,5627,214,3384,,None,,,,,,,[],,,, +311,554320532133650432,554320532133650432,1420995288000.0,2015-01-11 16:54:48,+0000,,World's top artificial intelligence developers sign open letter calling for AI safety research: http://t.co/ShWc8F7Kyq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/554320532133650432,['http://futureoflife.org/misc/open_letter'],[],0,,False,1515,169,1508,,None,,,,,,,[],,,, +312,554023312033341440,554009604409946112,1420924425000.0,2015-01-10 21:13:45,+0000,,"@alankerlin Hydraulics are usually closed, but that adds mass vs short acting open systems. F9 fins only work for 4 mins. We were ~10% off.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/554023312033341440,[],[],0,,False,469,79,246,,None,,,,,,,[],,,, +313,553964602636369920,553964602636369920,1420910428000.0,2015-01-10 17:20:28,+0000,,Am super proud of my crew for making huge strides towards reusability on this mission. You guys rock!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/553964602636369920,[],[],0,,False,3238,176,1131,,None,,,,,,,[],,,, +314,553964281025548289,553964281025548289,1420910351000.0,2015-01-10 17:19:11,+0000,,"Upcoming flight already has 50% more hydraulic fluid, so should have plenty of margin for landing attempt next month.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/553964281025548289,[],[],0,,False,1541,113,773,,None,,,,,,,[],,,, +315,553963793056030721,553963793056030721,1420910235000.0,2015-01-10 17:17:15,+0000,,"Grid fins worked extremely well from hypersonic velocity to subsonic, but ran out of hydraulic fluid right before landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/553963793056030721,[],[],0,,False,1300,162,931,,None,,,,,,,[],,,, +316,553857574005915648,553857574005915648,1420884910000.0,2015-01-10 10:15:10,+0000,,Didn't get good landing/impact video. Pitch dark and foggy. Will piece it together from telemetry and ... actual pieces.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553857574005915648,[],[],0,,False,2616,421,2040,,None,,,,,,,[],,,, +317,553856479590359040,553856479590359040,1420884649000.0,2015-01-10 10:10:49,+0000,,Ship itself is fine. Some of the support equipment on the deck will need to be replaced...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553856479590359040,[],[],0,,False,1827,221,1719,,None,,,,,,,[],,,, +318,553855109114101760,553855109114101760,1420884322000.0,2015-01-10 10:05:22,+0000,,"Rocket made it to drone spaceport ship, but landed hard. Close, but no cigar this time. Bodes well for the future tho.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553855109114101760,[],[],0,,False,5087,655,6266,,None,,,,,,,[],,,, +319,553853961317654528,553853961317654528,1420884049000.0,2015-01-10 10:00:49,+0000,,Ascent phase good. Dragon deployed to Space Station rendezvous orbit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553853961317654528,[],[],0,,False,1229,97,740,,None,,,,,,,[],,,, +320,553850129208586241,553850129208586241,1420883135000.0,2015-01-10 09:45:35,+0000,,Launching in one minute,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/553850129208586241,[],[],0,,False,1148,106,518,,None,,,,,,,[],,,, +321,553836041770373120,553836041770373120,1420879776000.0,2015-01-10 08:49:36,+0000,,At mission control in California. Launch in 60 mins. Looks good so far.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/553836041770373120,[],[],0,,False,1038,130,530,,None,,,,,,,[],,,, +322,553835543336058880,553835543336058880,1420879657000.0,2015-01-10 08:47:37,+0000,,Swimming on the moon http://t.co/7eZ3tqwwEj,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/553835543336058880,['http://what-if.xkcd.com/'],[],0,,False,1047,97,905,,None,,,,,,,[],,,, +323,552437001291841539,552437001291841539,1420546219000.0,2015-01-06 12:10:19,+0000,,Need to investigate the upper stage Z actuator. Was behaving strangely. Next launch attempt on Friday at 5am.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/552437001291841539,[],[],0,,False,1028,182,871,,None,,,,,,,[],,,, +324,552279321491275776,552279321491275776,1420508625000.0,2015-01-06 01:43:45,+0000,,Taking questions now at http://t.co/CpOyWeAk0G,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/552279321491275776,['http://redd.it/2rgsan'],[],0,,False,861,138,619,,None,,,,,,,[],,,, +325,552256055607312384,552256055607312384,1420503078000.0,2015-01-06 00:11:18,+0000,,Background on our attempt to land Falcon 9 rocket on a station-keeping drone ship in the Atlantic http://t.co/yklReEpZO3,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/552256055607312384,['http://spacex.com/news/2014/12/16/x-marks-spot-falcon-9-attempts-ocean-platform-landing'],[],0,,False,698,72,747,,None,,,,,,,[],,,, +326,552182273865699328,552182273865699328,1420485487000.0,2015-01-05 19:18:07,+0000,,Drone spaceport ship heads to its hold position in the Atlantic to prepare for a rocket landing http://t.co/kXYHGVKTfE,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/552182273865699328,[],['https://pbs.twimg.com/media/B6m-2biIYAAZcYF.jpg'],1,https://pbs.twimg.com/media/B6m-2biIYAAZcYF.jpg,False,3354,326,3410,,None,,,,,,,[],,,, +327,552153757338066944,552153757338066944,1420478688000.0,2015-01-05 17:24:48,+0000,,Ask me anything at 9pm Florida time (focused on tomorrow's 6am rocket launch) http://t.co/DvCbw4kTJy,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/552153757338066944,['http://reddit.com/r/IAmA'],[],0,,False,796,130,830,,None,,,,,,,[],,,, +328,550297212769402881,550297212769402881,1420036054000.0,2014-12-31 14:27:34,+0000,,"Btw, we are actually working on a charger that automatically moves out from the wall & connects like a solid metal snake. For realz.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/550297212769402881,[],[],0,,False,4924,541,4197,,None,,,,,,,[],,,, +329,550030135446220801,550030135446220801,1419972378000.0,2014-12-30 20:46:18,+0000,,Model S range curves in detail by version http://t.co/DGIKGTIagW,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/550030135446220801,['http://ts.la/c7'],[],0,,False,502,49,331,,None,,,,,,,[],,,, +330,548601442638917633,548601442638917633,1419631751000.0,2014-12-26 22:09:11,+0000,,Roadster upgrade details http://t.co/9RZVMCJeMJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/548601442638917633,['http://ts.la/qA'],[],0,,False,727,110,456,,None,,,,,,,[],,,, +331,548268486003535872,548268486003535872,1419552368000.0,2014-12-26 00:06:08,+0000,,"Reading The Culture series by Banks. Compelling picture of a grand, semi-utopian galactic future. Hopefully not too optimistic about AI.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/548268486003535872,[],[],0,,False,950,147,261,,None,,,,,,,[],,,, +332,548257415536594944,548257415536594944,1419549728000.0,2014-12-25 23:22:08,+0000,,Roadster upgrade will enable non-stop travel from LA to SF -- almost 400 mile range. Details tmrw. Merry Christmas!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/548257415536594944,[],[],0,,False,2365,208,1672,,None,,,,,,,[],,,, +333,546453860936474625,546453860936474625,1419119727000.0,2014-12-20 23:55:27,+0000,,Nothing against all the oatmeal-raisin cookies out there. Just be yourself.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/546453860936474625,[],[],0,,False,1529,112,813,,None,,,,,,,[],,,, +334,546450680689356800,546450680689356800,1419118969000.0,2014-12-20 23:42:49,+0000,,Really should be a rule that oatmeal-raisin cookies can't look too much like choc chip. Doppelgänger cookie trickery!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/546450680689356800,[],[],0,,False,3390,274,2128,,None,,,,,,,[],,,, +335,546055521351270402,546055521351270402,1419024756000.0,2014-12-19 21:32:36,+0000,,I'd recommend competing for the $10M Learning XPRIZE. Illiteracy is the wellspring of poverty. http://t.co/NLuFheVmpx,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/546055521351270402,['http://learning.xprize.org'],[],0,,False,748,63,681,,None,,,,,,,[],,,, +336,546018982927413248,546018982927413248,1419016044000.0,2014-12-19 19:07:24,+0000,,Tesla fast battery swap details http://t.co/4XWWUlOeQE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/546018982927413248,['http://ts.la/h6'],[],0,,False,823,81,654,,None,,,,,,,[],,,, +337,545967015521820672,545967015521820672,1419003654000.0,2014-12-19 15:40:54,+0000,,Pack swap now operating in limited beta mode for SF to LA route. Can swap battery faster than visiting a gas station. Tesla blog out soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/545967015521820672,[],[],0,,False,1078,103,832,,None,,,,,,,[],,,, +338,545965826054963200,545965826054963200,1419003371000.0,2014-12-19 15:36:11,+0000,,Falcon/Dragon launch punted to early Jan. Need time to review all systems thoroughly again.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/545965826054963200,[],[],0,,False,428,56,218,,None,,,,,,,[],,,, +339,542004522298535936,542004522298535936,1418058922000.0,2014-12-08 17:15:22,+0000,,Dune series by Herbert also brilliant. He advocates placing limits on machine intelligence.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/542004522298535936,[],[],0,,False,1060,238,469,,None,,,,,,,[],,,, +340,542000615287574528,542000615287574528,1418057991000.0,2014-12-08 16:59:51,+0000,,Reread Asimov's Foundation series. Brilliant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/542000615287574528,[],[],0,,False,1523,203,574,,None,,,,,,,[],,,, +341,537016081915719680,537016081915719680,1416869585000.0,2014-11-24 22:53:05,+0000,,Welcome back @RicardoR to run the @TeslaMotors communications team!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/537016081915719680,[],[],0,,False,327,100,117,,None,,,,,,,[],,,, +342,536354292396228608,536258543675252739,1416711802000.0,2014-11-23 03:03:22,+0000,,"@ID_AA_Carmack That works for Dragon, but hard to do for something long like Falcon",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/536354292396228608,[],[],0,,False,93,25,26,,None,,,,,,,[],,,, +343,536326873916375040,536326873916375040,1416705265000.0,2014-11-23 01:14:25,+0000,,"The flight grid fins look like the ones on this test we did, but larger: https://t.co/gTaURQQeyx",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/536326873916375040,['https://m.youtube.com/watch?v=DgLBIdVg3EM'],[],0,,False,574,100,399,,None,,,,,,,[],,,, +344,536325460318519296,536258543675252739,1416704928000.0,2014-11-23 01:08:48,+0000,,@ID_AA_Carmack No choice. Entry velocity too high for a precision landing with N2 thrusters alone. Must have aero surfaces for pitch trim.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/536325460318519296,[],[],0,,False,89,14,40,,None,,,,,,,[],,,, +345,536268250620125185,536258543675252739,1416691288000.0,2014-11-22 21:21:28,+0000,,@John_Gardi Using legs as air brakes to drop terminal velocity in half requires slight redesign & more data. Maybe flight 21.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536268250620125185,[],[],0,,False,65,7,28,,None,,,,,,,[],,,, +346,536265739486121985,536258543675252739,1416690690000.0,2014-11-22 21:11:30,+0000,,"Grid fins are stowed on ascent and then deploy on reentry for ""x-wing"" style control. Each fin moves independently for pitch/yaw/roll.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536265739486121985,[],[],0,,False,614,85,276,,None,,,,,,,[],,,, +347,536263260056850432,536262624653365248,1416690099000.0,2014-11-22 21:01:39,+0000,,"Base is 300 ft by 100 ft, with wings that extend width to 170 ft. Will allow refuel & rocket flyback in future.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536263260056850432,[],[],0,,False,642,58,335,,None,,,,,,,[],,,, +348,536258543675252739,536258543675252739,1416688974000.0,2014-11-22 20:42:54,+0000,,Testing operation of hypersonic grid fins (x-wing config) going on next flight http://t.co/O1tMSIXxsT,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/536258543675252739,[],['https://pbs.twimg.com/media/B3EsTeDIUAAO86M.jpg'],1,https://pbs.twimg.com/media/B3EsTeDIUAAO86M.jpg,False,1737,157,1236,,None,,,,,,,[],,,, +349,535914463388782592,535901974915710976,1416606939000.0,2014-11-21 21:55:39,+0000,,Cuteness overload MT “@WIRED: A baby baboon snuggled with a teddy bear http://t.co/wuovq1HPEY http://t.co/UHK8MnGj4i”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/535914463388782592,['http://wrd.cm/1r5KMEU'],['https://pbs.twimg.com/media/B2_oAbrIEAAdLIM.jpg'],1,https://pbs.twimg.com/media/B2_oAbrIEAAdLIM.jpg,False,1251,95,755,,None,,,,,,,[],,,, +350,535905906442403840,535905906442403840,1416604899000.0,2014-11-21 21:21:39,+0000,,About the Nevada deal with Tesla ... http://t.co/hAeyOc5OzC,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/535905906442403840,['http://ts.la/j1'],[],0,,False,523,69,383,,None,,,,,,,[],,,, +351,535085589456879616,535085589456879616,1416409320000.0,2014-11-19 15:02:00,+0000,,Really hate it when companies bring out an awesome show car and then you can never actually buy it. So lame.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/535085589456879616,[],[],0,,False,3026,283,1685,,None,,,,,,,[],,,, +352,535085033904558080,535085033904558080,1416409188000.0,2014-11-19 14:59:48,+0000,,"Rumors about canceling Falcon wing doors are false. At Tesla, the production car will always be better than the show car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/535085033904558080,[],[],0,,False,2231,127,1228,,None,,,,,,,[],,,, +353,534731793832751106,534731793832751106,1416324969000.0,2014-11-18 15:36:09,+0000,,Tesla comic book http://t.co/enyjX9bcGE,es,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/534731793832751106,[],['https://pbs.twimg.com/media/B2u_uw9CMAEgS_H.jpg'],1,https://pbs.twimg.com/media/B2u_uw9CMAEgS_H.jpg,False,1283,111,642,,None,,,,,,,[],,,, +354,531996243904716800,531994668608024576,1415672763000.0,2014-11-11 02:26:03,+0000,,@Shmizer1 unfettered certainly and at very low cost,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/531996243904716800,[],[],0,,False,152,24,55,,None,,,,,,,[],,,, +355,531994668608024576,531994668608024576,1415672387000.0,2014-11-11 02:19:47,+0000,,SpaceX is still in the early stages of developing advanced micro-satellites operating in large formations. Announcement in 2 to 3 months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/531994668608024576,[],[],0,,False,2372,236,2140,,None,,,,,,,[],,,, +356,530599540995260416,530599540995260416,1415339763000.0,2014-11-07 05:56:03,+0000,,Astronauts Play With Blobs of Water in Zero Gravity http://t.co/SeCDcWTnJv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/530599540995260416,['http://www.slate.com/blogs/future_tense/2014/11/06/astronauts_on_the_international_space_station_play_with_balls_of_water_in.html?wpsrc'],[],0,,False,568,97,503,,None,,,,,,,[],,,, +357,529466348976345088,529466348976345088,1415069589000.0,2014-11-04 02:53:09,+0000,,Review of performance version of dual motor Model S by @MotorTrend http://t.co/wSsbXFdv42,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/529466348976345088,['http://motortrend.com/roadtests/alternative/1411_2015_tesla_model_s_p85d_first_test/'],[],0,,False,708,97,588,,None,,,,,,,[],,,, +358,528318667306446848,528318667306446848,1414795960000.0,2014-10-31 22:52:40,+0000,,Deepest sympathies to the families of the pilots and the Virgin Galactic team,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/528318667306446848,[],[],0,,False,1747,78,1111,,None,,,,,,,[],,,, +359,527247155954610176,527247155954610176,1414540492000.0,2014-10-28 23:54:52,+0000,,Sorry to hear about the @OrbitalSciences launch. Hope they recover soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/527247155954610176,[],[],0,,False,1421,141,920,,None,,,,,,,[],,,, +360,526974332052844544,526971201231409152,1414475446000.0,2014-10-28 05:50:46,+0000,,"Also, lease price improvement is due to US Bank deal. It is *not* a discount. Revenue to Tesla is unchanged.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/526974332052844544,[],[],0,,False,545,64,251,,None,,,,,,,[],,,, +361,526971201231409152,526971201231409152,1414474699000.0,2014-10-28 05:38:19,+0000,,Article in @WSJ re Tesla sales is incorrect. September was a record high WW and up 65% year-over-year in North America.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/526971201231409152,[],[],0,,False,991,143,664,,None,,,,,,,[],,,, +362,526437760274792448,526437760274792448,1414347517000.0,2014-10-26 18:18:37,+0000,,Was going to work out this morning. Went to IHOP instead.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/526437760274792448,[],[],0,,False,4265,439,1938,,None,,,,,,,[],,,, +363,523290693612367872,523290693612367872,1413597198000.0,2014-10-18 01:53:18,+0000,,Infrared video of Falcon rocket reentry captured by @NASA tracking cameras http://t.co/GQLCFLlrUC,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/523290693612367872,['http://m.youtube.com/watch?v=_UFjK_CFKgA&feature=youtu.be'],[],0,,False,674,64,539,,None,,,,,,,[],,,, +364,523011654515032064,523011654515032064,1413530670000.0,2014-10-17 07:24:30,+0000,,Michigan auto dealers trying to pass anti-consumer legislation http://t.co/qEr5oz3CyE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/523011654515032064,['http://teslamotors.com/blog/raw-deal-michigan'],[],0,,False,418,143,647,,None,,,,,,,[],,,, +365,522619616661880832,522619616661880832,1413437201000.0,2014-10-16 05:26:41,+0000,,Kinda trippy seeing myself on @SouthPark. I've watched the show ever since the J vs SC short. Brian Boitano!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/522619616661880832,[],[],0,,False,2725,142,1080,,None,,,,,,,[],,,, +366,520743089938251777,520743089938251777,1412989802000.0,2014-10-11 01:10:02,+0000,,Dual Motor Model S with Autopilot http://t.co/IL7BSn0ZZk,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/520743089938251777,['http://teslamotors.com/blog/dual-motor-model-s-and-autopilot'],[],0,,False,1373,220,1235,,None,,,,,,,[],,,, +367,520335864053108736,520335864053108736,1412892712000.0,2014-10-09 22:11:52,+0000,,Just got word that the cumulative miles of the worldwide Tesla fleet passed half a billion!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/520335864053108736,[],[],0,,False,2034,255,1040,,None,,,,,,,[],,,, +368,517509858971504640,517509858971504640,1412218939000.0,2014-10-02 03:02:19,+0000,,"I love the Internet. Comments had me literally ROFL. No, it wasn't intentional. Glad I didn't mention the other letter!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/517509858971504640,[],[],0,,False,2679,324,1352,,None,,,,,,,[],,,, +369,517486950589014016,517486950589014016,1412213478000.0,2014-10-02 01:31:18,+0000,,About time to unveil the D and something else http://t.co/qp23yi59i6,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/517486950589014016,[],['https://pbs.twimg.com/media/By57o4jCYAECwsq.jpg'],1,https://pbs.twimg.com/media/By57o4jCYAECwsq.jpg,False,10508,2099,11944,,None,,,,,,,[],,,, +370,516473142923915264,516433449033293825,1411971767000.0,2014-09-29 06:22:47,+0000,,"“@TheDailyShow: The House Science, Space and Technology Committee hearing on global warming. http://t.co/7i5W0Hb39R”",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/516473142923915264,['http://on.cc.com/1vcjuzt'],[],0,,False,461,51,395,,None,,,,,,,[],,,, +371,513165076694454272,513115414620954624,1411183063000.0,2014-09-20 03:17:43,+0000,,@TalulahRiley Good suggestion :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/513165076694454272,[],[],0,,False,50,16,4,,None,,,,,,,[],,,, +372,513115414620954624,513115414620954624,1411171222000.0,2014-09-20 00:00:22,+0000,,Calendar app w tap to nav & traffic predictor in Tesla V6.0 release will radically improve how the car adapts to the owner over time,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/513115414620954624,[],[],0,,False,574,88,337,,None,,,,,,,[],,,, +373,511987985873502209,511987985873502209,1410902422000.0,2014-09-16 21:20:22,+0000,,"Would also like to congratulate @Boeing, fellow winner of the @NASA commercial crew program",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511987985873502209,[],[],0,,False,815,68,366,,None,,,,,,,[],,,, +374,511987635464585216,511987635464585216,1410902339000.0,2014-09-16 21:18:59,+0000,,This is the Crew Dragon spacecraft design that we unveiled earlier this year: http://t.co/gmpcAuTgQf,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511987635464585216,['http://www.youtube.com/watch?v=yEQrmDoIRO8'],[],0,,False,649,58,453,,None,,,,,,,[],,,, +375,511986289776680960,511986289776680960,1410902018000.0,2014-09-16 21:13:38,+0000,,Deeply honored and appreciative of the trust that @NASA has placed in @SpaceX for the future of human spaceflight,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511986289776680960,[],[],0,,False,2711,215,1793,,None,,,,,,,[],,,, +376,510171087498260480,510171087498260480,1410469240000.0,2014-09-11 21:00:40,+0000,,"Official Gigafactory address to be: Electric Avenue, McCarran, Nevada",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/510171087498260480,[],[],0,,False,1840,278,1439,,None,,,,,,,[],,,, +377,509586265986310144,509195186875138048,1410329808000.0,2014-09-10 06:16:48,+0000,,@Salina_Snipes sounds about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/509586265986310144,[],[],0,,False,39,4,0,,None,,,,,,,[],,,, +378,509211956436545536,509211956436545536,1410240565000.0,2014-09-09 05:29:25,+0000,,Meeting with @JAXA_en in a building called … http://t.co/RBS2shPdNY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/509211956436545536,[],['https://pbs.twimg.com/media/BxEVkrQIUAEfREg.jpg'],1,https://pbs.twimg.com/media/BxEVkrQIUAEfREg.jpg,False,630,58,150,,None,,,,,,,[],,,, +379,509195186875138048,509195186875138048,1410236567000.0,2014-09-09 04:22:47,+0000,,"Just did crazy Japanese game show called 逆転の法則. I have no idea what happened, but it was awesome http://t.co/oRQlbCH3de",ja,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/509195186875138048,[],['https://pbs.twimg.com/media/BxEGUhIIIAA9NDM.jpg'],1,https://pbs.twimg.com/media/BxEGUhIIIAA9NDM.jpg,False,2477,166,1143,,None,,,,,,,[],,,, +380,508921339626127360,508921339626127360,1410171277000.0,2014-09-08 10:14:37,+0000,,Excellent explanation of the diff betw getting to orbit vs space (suggested by @MarkusvonRoder) https://t.co/7PD42mkIEz,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/508921339626127360,['https://what-if.xkcd.com/58/'],[],0,,False,741,45,613,,None,,,,,,,[],,,, +381,508898503251488768,508898503251488768,1410165832000.0,2014-09-08 08:43:52,+0000,,Handing over the first Tesla Model S cars in Japan http://t.co/58fzUJBjVs,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/508898503251488768,[],['https://pbs.twimg.com/media/Bw_4esRCEAEdRuR.jpg'],1,https://pbs.twimg.com/media/Bw_4esRCEAEdRuR.jpg,False,1606,111,825,,None,,,,,,,[],,,, +382,508632347990687745,508617476804866048,1410102376000.0,2014-09-07 15:06:16,+0000,,@yoshimasa_satoh It was exactly what I was looking for,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/508632347990687745,[],[],0,,False,93,4,82,,None,,,,,,,[],,,, +383,508622668535304193,508622668535304193,1410100068000.0,2014-09-07 14:27:48,+0000,,Long exposure of AsiaSat 6 transiting to geo orbit over China http://t.co/mPr2Td9kkx,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/508622668535304193,[],['https://pbs.twimg.com/media/Bw79nnBCUAEcUgF.jpg'],1,https://pbs.twimg.com/media/Bw79nnBCUAEcUgF.jpg,False,1920,81,1345,,None,,,,,,,[],,,, +384,508617476804866048,508617476804866048,1410098830000.0,2014-09-07 14:07:10,+0000,,Noodles in Shinjuku http://t.co/MWztTqByuA,in,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/508617476804866048,[],['https://pbs.twimg.com/media/Bw745ZoCQAA2ACR.jpg'],1,https://pbs.twimg.com/media/Bw745ZoCQAA2ACR.jpg,False,4977,213,4422,,None,,,,,,,[],,,, +385,508457119037681665,508457119037681665,1410060598000.0,2014-09-07 03:29:58,+0000,,"Launch in ~1.5 hours if weather clears. Lightning tower struck earlier, but no effect on rocket or satellite http://t.co/AWdx9LsFZt",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/508457119037681665,[],['https://pbs.twimg.com/media/Bw5nC3FCUAAwW96.jpg'],1,https://pbs.twimg.com/media/Bw5nC3FCUAAwW96.jpg,False,1462,140,951,,None,,,,,,,[],,,, +386,506573584890724352,506573584890724352,1409611528000.0,2014-09-01 22:45:28,+0000,,The graph that really matters http://t.co/FF2AQ0hg15 http://t.co/0Xk2arTzvW,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/506573584890724352,['http://slate.me/1pzPSgh'],['https://pbs.twimg.com/media/Bwe1_aiCIAE4bAa.jpg'],1,https://pbs.twimg.com/media/Bwe1_aiCIAE4bAa.jpg,False,1096,186,1198,,None,,,,,,,[],,,, +387,504013712010018816,503470300575850496,1409001207000.0,2014-08-25 21:13:27,+0000,,@evanwiththebig @TeslaMotors Expansion to Madrid already underway. Map is being updated. All of Spain & Portugal by end of 2015.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/504013712010018816,[],[],0,,False,236,70,264,,None,,,,,,,[],,,, +388,504013262829391873,504013262829391873,1409001100000.0,2014-08-25 21:11:40,+0000,,Model S limits torque if brake & accel simul pressed. Going to zero torque with brake press would be a safety hazard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/504013262829391873,[],[],0,,False,300,67,113,,None,,,,,,,[],,,, +389,504010071714840576,503470300575850496,1409000339000.0,2014-08-25 20:58:59,+0000,,@cermak @Tesla_Europe I agree. We are fixing this plan. Updated map coming soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/504010071714840576,[],[],0,,False,197,25,67,,None,,,,,,,[],,,, +390,504001838413516801,504000716613373954,1408998376000.0,2014-08-25 20:26:16,+0000,,@WillOremus That has been my goal from the beginning. Need the Gigafactory for Model 3.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/504001838413516801,[],[],0,,False,174,27,79,,None,,,,,,,[],,,, +391,503077090803986432,503077090803986432,1408777899000.0,2014-08-23 07:11:39,+0000,,Ad taken out in Palo Alto Daily by two Model S owners is right. Many of the suggestions will be implemented soon. http://t.co/cF43PvJDgQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/503077090803986432,[],['https://pbs.twimg.com/media/BvtJ8qZCEAAGVsG.jpg'],1,https://pbs.twimg.com/media/BvtJ8qZCEAAGVsG.jpg,False,2702,343,1449,,None,,,,,,,[],,,, +392,502974683864518657,502974683864518657,1408753484000.0,2014-08-23 00:24:44,+0000,,Three engine F9R Dev1 vehicle auto-terminated during test flight. No injuries or near injuries. Rockets are tricky …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/502974683864518657,[],[],0,,False,1112,250,1025,,None,,,,,,,[],,,, +393,501777115860066304,501777115860066304,1408467961000.0,2014-08-19 17:06:01,+0000,,Wikception http://t.co/fd8r4JI2Tx,da,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/501777115860066304,['http://en.m.wikipedia.org/wiki/List_of_lists_of_lists'],[],0,,False,875,113,942,,None,,,,,,,[],,,, +394,500378028141076483,500375541493411840,1408134393000.0,2014-08-15 20:26:33,+0000,,@awadsayeed Yes. Technically Model 3 or maybe three horizontal bars. Won't be three vertical bars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500378028141076483,[],[],0,,False,78,14,26,,None,,,,,,,[],,,, +395,500376654040948737,500341005262913536,1408134065000.0,2014-08-15 20:21:05,+0000,,"@BillGates @RyanSeacrest @TEDchris Am a bit under the weather, but will do it!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500376654040948737,[],[],0,,False,772,57,329,,None,,,,,,,[],,,, +396,500375541493411840,500375541493411840,1408133800000.0,2014-08-15 20:16:40,+0000,,"Model S drivetrain warranty increased to infinite miles, applies retroactively ... http://t.co/0Gwukwj6qT",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500375541493411840,['http://teslamotors.com/blog/infinite-mile-warranty'],[],0,,False,1453,302,1802,,None,,,,,,,[],,,, +397,496700455045840896,496700455045840896,1407257591000.0,2014-08-05 16:53:11,+0000,,Long exposure of the Falcon 9 predawn launch from Cape Canaveral http://t.co/jQHxIEhuJb,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/496700455045840896,[],['https://pbs.twimg.com/media/BuSibXHCEAEXx5A.jpg'],1,https://pbs.twimg.com/media/BuSibXHCEAEXx5A.jpg,False,2787,155,2209,,None,,,,,,,[],,,, +398,496673908129804288,496673908129804288,1407251262000.0,2014-08-05 15:07:42,+0000,,"High velocity reentry (2700 lbs/sqft) appeared to succeed, but, as expected, not enough propellant to land for this and the next mission.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/496673908129804288,[],[],0,,False,390,61,177,,None,,,,,,,[],,,, +399,496673142656749568,496673142656749568,1407251079000.0,2014-08-05 15:04:39,+0000,,Falcon 9 flight 11 to geosynchronous transfer orbit completed on target this morning http://t.co/UoJMNOHTUR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/496673142656749568,[],['https://pbs.twimg.com/media/BuSJllfCYAEtqHx.jpg'],1,https://pbs.twimg.com/media/BuSJllfCYAEtqHx.jpg,False,911,53,512,,None,,,,,,,[],,,, +400,496451029509373952,496444502845173760,1407198123000.0,2014-08-05 00:22:03,+0000,,Love EFF “@arstechnica: EFF inaugurates “Stupid Patent of the Month” http://t.co/3AlePablJ9 by @joemullin”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/496451029509373952,['http://ars.to/1s6fYIG'],[],0,,False,325,37,358,,None,,,,,,,[],,,, +401,496012177103663104,496012177103663104,1407093493000.0,2014-08-03 19:18:13,+0000,,"Hope we're not just the biological boot loader for digital superintelligence. Unfortunately, that is increasingly probable",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/496012177103663104,[],[],0,,False,3799,645,4459,,None,,,,,,,[],,,, +402,496010572333580289,496010572333580289,1407093110000.0,2014-08-03 19:11:50,+0000,,"While on the subject of AI risk, Our Final Invention by @jrbarrat is also worth reading",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/496010572333580289,[],[],0,,False,509,103,158,,None,,,,,,,[],,,, +403,495771005634482176,495759307346952192,1407035993000.0,2014-08-03 03:19:53,+0000,,"@drwave @itsDanielSuarez Yeah, Daemon is a great read",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/495771005634482176,[],[],0,,False,61,12,7,,None,,,,,,,[],,,, +404,495760430870978561,495759307346952192,1407033472000.0,2014-08-03 02:37:52,+0000,,@IrrelevantGamer @masseffect Mass Effect 2 is one of the best games ever. Also love Saints Row IV.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/495760430870978561,[],[],0,,False,524,38,201,,None,,,,,,,[],,,, +405,495759307346952192,495759307346952192,1407033204000.0,2014-08-03 02:33:24,+0000,,Worth reading Superintelligence by Bostrom. We need to be super careful with AI. Potentially more dangerous than nukes.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/495759307346952192,[],[],0,,False,3018,499,2474,,None,,,,,,,[],,,, +406,495739993600450560,495739993600450560,1407028599000.0,2014-08-03 01:16:39,+0000,,Guardians of the Galaxy is great. Best line is when Star-Lord says his spaceship looks like a Jackson Pollock painting under black light.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/495739993600450560,[],[],0,,False,1853,100,945,,None,,,,,,,[],,,, +407,493084094532956160,493084094532956160,1406395383000.0,2014-07-26 17:23:03,+0000,,On annual camping trip w kids. Trying a place just south of Carmel in California this year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/493084094532956160,[],[],0,,False,566,167,108,,None,,,,,,,[],,,, +408,491796248148455425,491663163859820544,1406088337000.0,2014-07-23 04:05:37,+0000,,“@SpaceX: Soft water landing of Falcon 9 rocket booster. http://t.co/VxBqBZhHmO Full update: http://t.co/nH8UqOmN9h”,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/491796248148455425,"['http://youtu.be/CQnR5fhCXkQ', 'http://www.spacex.com/news/2014/07/22/spacex-soft-lands-falcon-9-rocket-first-stage']",[],0,,False,538,77,477,,None,,,,,,,[],,,, +409,490325897820381185,488719729599578112,1405737778000.0,2014-07-19 02:42:58,+0000,,"Looks like body slam, maybe from a self-generated wave",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/490325897820381185,[],[],0,,False,248,95,135,,None,,,,,,,[],,,, +410,488719729599578112,488719729599578112,1405354838000.0,2014-07-14 16:20:38,+0000,,Detailed review of rocket telemetry needed to tell if due to initial splashdown or subsequent tip over and body slam,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488719729599578112,[],[],0,,False,380,103,283,,None,,,,,,,[],,,, +411,488718649515986944,488718649515986944,1405354580000.0,2014-07-14 16:16:20,+0000,,"Rocket booster reentry, landing burn & leg deploy were good, but lost hull integrity right after splashdown (aka kaboom)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488718649515986944,[],[],0,,False,709,117,797,,None,,,,,,,[],,,, +412,488717037674311682,488717037674311682,1405354196000.0,2014-07-14 16:09:56,+0000,,Flight 10 of Falcon 9 was good. All six ORBCOMM satellites deployed on target.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488717037674311682,[],[],0,,False,706,85,466,,None,,,,,,,[],,,, +413,487286689300086784,487279300895191041,1405013174000.0,2014-07-10 17:26:14,+0000,,@leroytwin @Tesla_Canada A lot of Canadian Superchargers are in work and will start going live in the next month or so,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/487286689300086784,[],[],0,,False,76,21,46,,None,,,,,,,[],,,, +414,487279300895191041,487279300895191041,1405011413000.0,2014-07-10 16:56:53,+0000,,Tesla Superchargers delivered over 1GWh last month. Long distance driving growing exponentially http://t.co/vixkd5gkKX,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/487279300895191041,['http://www.teslamotors.com/blog/supercharging-milestone'],[],0,,False,683,110,642,,None,,,,,,,[],,,, +415,483979768203726848,483979768203726848,1404224743000.0,2014-07-01 14:25:43,+0000,,Tesla Model S named top model in perceived quality http://t.co/hOhZMIG78u via @USATODAY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/483979768203726848,['http://usat.ly/1lIT4DE'],[],0,,False,547,68,429,,None,,,,,,,[],,,, +416,479705782720536577,479705782720536577,1403205745000.0,2014-06-19 19:22:25,+0000,,Test flight of Falcon 9-R with deployable grid fins for better hypersonic thru subsonic control http://t.co/6ZXpvPao2u,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/479705782720536577,['http://m.youtube.com/watch?v=DgLBIdVg3EM&feature=youtu.be'],[],0,,False,740,175,689,,None,,,,,,,[],,,, +417,478903880793993216,478903880793993216,1403014557000.0,2014-06-17 14:15:57,+0000,,Goal is for unsubsidized solar power to cost less than grid electricity from coal or fracked gas,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/478903880793993216,[],[],0,,False,2009,261,1734,,None,,,,,,,[],,,, +418,478901093733507072,478901093733507072,1403013892000.0,2014-06-17 14:04:52,+0000,,SolarCity to build the world's largest advanced solar panel factory in upstate New York http://t.co/dI6N9QomaQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/478901093733507072,['http://blog.solarcity.com/silevo/'],[],0,,False,1226,168,1396,,None,,,,,,,[],,,, +419,478757147459985409,478675928449822720,1402979573000.0,2014-06-17 04:32:53,+0000,,"Edmunds beats Tesla LA-NY record by several hours! “@edmunds: Made it! Our Model S made LA-NY run in 67 hrs and 21 mins""",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/478757147459985409,[],[],0,,False,490,63,323,,None,,,,,,,[],,,, +420,477223079421046785,477223079421046785,1402613823000.0,2014-06-12 22:57:03,+0000,,"Apparently, lots of confused media inquiries about blog title. Look, we just to make sure they don't set us up the bomb.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/477223079421046785,[],[],0,,False,2703,311,2096,,None,,,,,,,[],,,, +421,477133748949884929,477133748949884929,1402592525000.0,2014-06-12 17:02:05,+0000,,Regarding Tesla patents http://t.co/gGBWoInh6C,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/477133748949884929,['http://www.teslamotors.com/blog/all-our-patent-are-belong-you'],[],0,,False,3828,1126,6303,,None,,,,,,,[],,,, +422,476537238785114112,476481698914652160,1402450306000.0,2014-06-11 01:31:46,+0000,,@Ash_Dale I do seriously need a haircut :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/476537238785114112,[],[],0,,False,32,7,4,,None,,,,,,,[],,,, +423,474212817306787840,474212817306787840,1401896120000.0,2014-06-04 15:35:20,+0000,,"Ok, but the sloths kinda had it coming ""Humans Blamed for Extinction of Mammoths & Giant Sloths"" http://t.co/pIPW8rjjl2",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/474212817306787840,['http://news.yahoo.com/humans-blamed-extinction-mammoths-mastodons-giant-sloths-230217240.html?soc_src=mediacontentsharebuttons'],[],0,,False,352,83,252,,None,,,,,,,[],,,, +424,472757297685356546,472757297685356546,1401549097000.0,2014-05-31 15:11:37,+0000,,Recording of Dragon V2 unveil at http://t.co/aBIV4EWOS2,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/472757297685356546,['http://www.spacex.com/webcast/'],[],0,,False,528,112,530,,None,,,,,,,[],,,, +425,471829262215835648,471829262215835648,1401327836000.0,2014-05-29 01:43:56,+0000,,Amazing repair job of Falcon 9 ocean landing vid by @NASASpaceflight forum. Now shows leg deploy http://t.co/EYoaRjEn9Q,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/471829262215835648,['http://www.youtube.com/watch?v=XoufUV5oGTo&sns=em'],[],0,,False,409,40,301,,None,,,,,,,[],,,, +426,471808555951980544,471808555951980544,1401322900000.0,2014-05-29 00:21:40,+0000,,Model S in drag queen competition @CARandDRIVER http://t.co/SHSkETbbWm,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/471808555951980544,['http://www.teslamotors.com/sites/default/files/blog_attachments/the-slipperiest-car-on-the-road.pdf'],[],0,,False,233,38,190,,None,,,,,,,[],,,, +427,470613418039586816,470613418039586816,1401037957000.0,2014-05-25 17:12:37,+0000,,Prince Albert & Princess Charlene drove a Tesla around the track to open @F1 Monaco! The honor is much appreciated :) http://t.co/gjQmbm541s,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/470613418039586816,[],['https://pbs.twimg.com/media/Bof0aBOIQAAC8R3.jpg'],1,https://pbs.twimg.com/media/Bof0aBOIQAAC8R3.jpg,False,2098,121,1444,,None,,,,,,,[],,,, +428,470001882300444674,469986226930741248,1400892156000.0,2014-05-24 00:42:36,+0000,,@QuantumG When we launch I want to know that SpaceX has done everything possible to keep the astronauts safe. Only a few more years to go.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/470001882300444674,[],[],0,,False,85,14,34,,None,,,,,,,[],,,, +429,469996295151972352,469986226930741248,1400890823000.0,2014-05-24 00:20:23,+0000,,"@QuantumG Dragon V1.1 doesn't have a launch escape system. Probably comparable reliability to Shuttle, but we need to do better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/469996295151972352,[],[],0,,False,21,4,7,,None,,,,,,,[],,,, +430,469990086738984960,469986226930741248,1400889343000.0,2014-05-23 23:55:43,+0000,,"@RichardGarriott Just the air in Dragon. Technically, if a few humans had stowed aboard Dragon on the last flight, they would've been ok.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469990086738984960,[],[],0,,False,34,9,14,,None,,,,,,,[],,,, +431,469988081635196928,469986226930741248,1400888865000.0,2014-05-23 23:47:45,+0000,,"@westcoastbill First, the cheese. Then, the mouse.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469988081635196928,[],[],0,,False,38,2,9,,None,,,,,,,[],,,, +432,469986226930741248,469986226930741248,1400888423000.0,2014-05-23 23:40:23,+0000,,The next Dragon mission to the Space Station will carry our first live mammals: 40 mousetronauts! http://t.co/rR3c6gd1v3,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469986226930741248,['http://www.nasa.gov/mission_pages/station/research/news/rodent_research/'],[],0,,False,797,97,734,,None,,,,,,,[],,,, +433,469982869218004994,469982869218004994,1400887622000.0,2014-05-23 23:27:02,+0000,,Contracting official's new job raises questions http://t.co/JhRDGa6vYZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469982869218004994,['http://bigstory.ap.org/article/contracting-officers-new-job-raises-questions'],[],0,,False,224,35,196,,None,,,,,,,[],,,, +434,469644139253215233,469644139253215233,1400806863000.0,2014-05-23 01:01:03,+0000,,"Either way, this case certainly deserves close examination by the DoD Inspector General per @SenJohnMcCain's request http://t.co/IZ4JO2y3JO",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/469644139253215233,['http://www.mccain.senate.gov/public/index.cfm/press-releases?ID=c6782e97-ca58-47c4-991f-4587c8da1e9d'],[],0,,False,419,46,305,,None,,,,,,,[],,,, +435,469641881010581504,469641881010581504,1400806324000.0,2014-05-23 00:52:04,+0000,,"Reason I believe this is likely is that Correll first tried to work at SpaceX, but we turned him down. Our competitor, it seems, did not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469641881010581504,[],[],0,,False,400,75,361,,None,,,,,,,[],,,, +436,469640326416982016,469640326416982016,1400805953000.0,2014-05-23 00:45:53,+0000,,V likely AF official Correll was told by ULA/Rocketdyne that a rich VP job was his if he gave them a sole source contract,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469640326416982016,[],[],0,,False,340,51,389,,None,,,,,,,[],,,, +437,469639079085486080,469639079085486080,1400805656000.0,2014-05-23 00:40:56,+0000,,Air Force official awards $10B+ contract uncompeted & then takes lucrative job w funds recipient http://t.co/SHqFYWd3CR,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469639079085486080,['http://nlpc.org/stories/2014/05/18/space-launch-deal-puts-spotlight-revolving-door'],[],0,,False,587,134,1127,,None,,,,,,,[],,,, +438,469356919979655168,469356919979655168,1400738384000.0,2014-05-22 05:59:44,+0000,,Great progress by @NASASpaceflight members repairing the Falcon 9 ocean landing video http://t.co/DP4y5W5uvZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/469356919979655168,['http://twitpic.com/e4dm2e'],[],0,,False,493,39,348,,None,,,,,,,[],,,, +439,466521428914094083,466312864740171776,1400062350000.0,2014-05-14 10:12:30,+0000,,@Oatmeal may all technology in the future follow the zeroth law...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/466521428914094083,[],[],0,,False,476,36,189,,None,,,,,,,[],,,, +440,466518346574626817,466267316406063104,1400061615000.0,2014-05-14 10:00:15,+0000,,@Oatmeal I would be happy to help,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/466518346574626817,[],[],0,,False,4781,457,2790,,None,,,,,,,[],,,, +441,465030743962296320,465030743962296320,1399706943000.0,2014-05-10 07:29:03,+0000,,Worth seeing @ChefTheFilm by @Jon_Favreau. Make sure to plan for a meal afterwards!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/465030743962296320,[],[],0,,False,294,42,105,,None,,,,,,,[],,,, +442,464491775264960512,464491775264960512,1399578443000.0,2014-05-08 19:47:23,+0000,,Trouble in Missouri. Auto dealers trying to sneak in a monopoly creation bill today http://t.co/p6zqtsaYpi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/464491775264960512,['http://www.teslamotors.com/blog/trouble-missouri'],[],0,,False,267,139,532,,None,,,,,,,[],,,, +443,462104679116050432,462100295896412160,1399009315000.0,2014-05-02 05:41:55,+0000,,@rocketrepreneur ~40%,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/462104679116050432,[],[],0,,False,63,15,12,,None,,,,,,,[],,,, +444,462100295896412160,462100295896412160,1399008270000.0,2014-05-02 05:24:30,+0000,,"Second flight of Falcon 9-R. 1000m, hover and land (with cows) http://t.co/tixmBH5sw6",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/462100295896412160,['http://m.youtube.com/watch?feature=youtu.be&v=ZwwS4YOTbbw'],[],0,,False,1210,323,1543,,None,,,,,,,[],,,, +445,461283368693669888,461279062837968897,1398813499000.0,2014-04-29 23:18:19,+0000,,"Cover drops on May 29. Actual flight design hardware of crew Dragon, not a mockup.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/461283368693669888,[],[],0,,False,562,93,429,,None,,,,,,,[],,,, +446,461279062837968897,461279062837968897,1398812473000.0,2014-04-29 23:01:13,+0000,,Sounds like this might be a good time to unveil the new Dragon Mk 2 spaceship that @SpaceX has been working on w @NASA. No trampoline needed,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/461279062837968897,[],[],0,,False,1695,147,1421,,None,,,,,,,[],,,, +447,461057260853022720,461055064438628353,1398759591000.0,2014-04-29 08:19:51,+0000,,@micahgtb almost,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461057260853022720,[],[],0,,False,13,0,2,,None,,,,,,,[],,,, +448,461057152111505408,461055064438628353,1398759565000.0,2014-04-29 08:19:25,+0000,,@constrainedbyc no problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461057152111505408,[],[],0,,False,13,0,2,,None,,,,,,,[],,,, +449,461055579650129920,461055064438628353,1398759190000.0,2014-04-29 08:13:10,+0000,,@nitroc3ll yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461055579650129920,[],[],0,,False,11,1,2,,None,,,,,,,[],,,, +450,460975671603634176,460802462589665280,1398740139000.0,2014-04-29 02:55:39,+0000,,@KAlHomoud Superchargers in Canada will go live in 6 to 8 weeks. Update on forums shortly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/460975671603634176,[],[],0,,False,37,6,24,,None,,,,,,,[],,,, +451,459891514781364224,459891514781364224,1398481656000.0,2014-04-26 03:07:36,+0000,,Letter from @SenJohnMcCain to DoD Inspector General questioning uncompeted space launch contract http://t.co/Bq6raOKSHM,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/459891514781364224,['http://www.mccain.senate.gov/public/index.cfm/press-releases?ID=c6782e97-ca58-47c4-991f-4587c8da1e9d'],[],0,,False,331,62,244,,None,,,,,,,[],,,, +452,459448693444206592,459448693444206592,1398376079000.0,2014-04-24 21:47:59,+0000,,100th @TeslaMotors Supercharger goes live http://t.co/jgCWF4qxCd,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/459448693444206592,['http://www.teslamotors.com/blog/100-supercharger-stations'],[],0,,False,421,48,332,,None,,,,,,,[],,,, +453,459443233290866688,459443233290866688,1398374777000.0,2014-04-24 21:26:17,+0000,,FTC blog supports direct car sales as good for consumers http://t.co/FfqvAKVfFF,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/459443233290866688,['http://www.ftc.gov/news-events/blogs/competition-matters/2014/04/who-decides-how-consumers-should-shop'],[],0,,False,312,45,293,,None,,,,,,,[],,,, +454,457311780943822848,457307742495993856,1397866599000.0,2014-04-19 00:16:39,+0000,,Flight computers continued transmitting for 8 seconds after reaching the water. Stopped when booster went horizontal.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/457311780943822848,[],[],0,,False,613,126,496,,None,,,,,,,[],,,, +455,457307742495993856,457307742495993856,1397865636000.0,2014-04-19 00:00:36,+0000,,Data upload from tracking plane shows landing in Atlantic was good! Several boats enroute through heavy seas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/457307742495993856,[],[],0,,False,998,173,894,,None,,,,,,,[],,,, +456,457263446086524930,457259334414503937,1397855075000.0,2014-04-18 21:04:35,+0000,,@MarinaSBlinova Rocket boost stage reaching 0 m/s in one piece :) Will know soon. Odds not high.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/457263446086524930,[],[],0,,False,61,11,33,,None,,,,,,,[],,,, +457,457259334414503937,457259334414503937,1397854095000.0,2014-04-18 20:48:15,+0000,,"Last known state for rocket boost stage is 360 m/s, Mach 1.1, 8.5 km altitude and roll rate close to zero (v important!)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/457259334414503937,[],[],0,,False,522,79,383,,None,,,,,,,[],,,, +458,457257359354519552,457257359354519552,1397853624000.0,2014-04-18 20:40:24,+0000,,Orbit insertion and Dragon deploy all good. Falcon reentry burn also good. Waiting for landing data from tracking plane.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/457257359354519552,[],[],0,,False,649,79,478,,None,,,,,,,[],,,, +459,457235055388020736,457235055388020736,1397848307000.0,2014-04-18 19:11:47,+0000,,Falcon 9-Reusable with (now retired) Grasshopper test rig in background http://t.co/TmYrs5mm79,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/457235055388020736,[],['https://pbs.twimg.com/media/Blhs3D-CUAASuFZ.jpg'],1,https://pbs.twimg.com/media/Blhs3D-CUAASuFZ.jpg,False,554,48,356,,None,,,,,,,[],,,, +460,457212031062392833,457212031062392833,1397842817000.0,2014-04-18 17:40:17,+0000,,Hexacopter drone vid of 1st F9 rocket booster takeoff & landing w flight design legs http://t.co/FhZX3afK1a,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/457212031062392833,['http://youtu.be/0UjWqQPWmsY'],[],0,,False,776,155,1049,,None,,,,,,,[],,,, +461,457191844133097472,457188968627310592,1397838004000.0,2014-04-18 16:20:04,+0000,,@erwinEmm Need to make sure precision return from hypersonic velocity works in ocean before transitioning to land,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457191844133097472,[],[],0,,False,33,4,19,,None,,,,,,,[],,,, +462,457190623640969216,457190623640969216,1397837713000.0,2014-04-18 16:15:13,+0000,,Heavy seas in Atlantic preventing our recovery ship from being on station. Maybe they can help? http://t.co/9zZKAqPh6H,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457190623640969216,['http://theaviationist.com/2014/04/17/russian-tug-off-us/'],[],0,,False,203,44,142,,None,,,,,,,[],,,, +463,457188968627310592,457188968627310592,1397837318000.0,2014-04-18 16:08:38,+0000,,This is 1st ever orbital rocket launch w landing legs. Will attempt leg deploy & soft landing out to sea.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457188968627310592,[],[],0,,False,556,75,500,,None,,,,,,,[],,,, +464,457181362307350529,457181362307350529,1397835505000.0,2014-04-18 15:38:25,+0000,,Launch to the Space Station in just under three hours if weather holds http://t.co/aBIV4EWOS2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/457181362307350529,['http://www.spacex.com/webcast/'],[],0,,False,419,74,522,,None,,,,,,,[],,,, +465,456914811461197824,456914811461197824,1397771954000.0,2014-04-17 21:59:14,+0000,,Honored that @NASA would entrust @SpaceX with the Apollo 11 (first moon landing) launch pad http://t.co/LmqxRwsKFW,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/456914811461197824,['http://www.nasa.gov/press/2014/april/nasa-signs-agreement-with-spacex-for-use-of-historic-launch-pad/#.U1BNuPldVqw'],[],0,,False,918,99,633,,None,,,,,,,[],,,, +466,453574051487686657,453197377504313345,1396975455000.0,2014-04-08 16:44:15,+0000,,"@elonmusk Also, breakfast at Tesla is self-serve cereal (no distinction for execs) and the person mentioned isn't actually an employee",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/453574051487686657,[],[],0,,False,226,59,83,,None,,,,,,,[],,,, +467,453571298677907456,453571298677907456,1396974799000.0,2014-04-08 16:33:19,+0000,,"Leasing a Model S takes 5 mins online, no signatures & one tap on car center screen to accept when delivered",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/453571298677907456,[],[],0,,False,766,171,712,,None,,,,,,,[],,,, +468,453555454187012097,453555454187012097,1396971021000.0,2014-04-08 15:30:21,+0000,,Tesla US business leasing program went live today http://t.co/wCH0GLAEAJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/453555454187012097,['http://teslamotors.com/blog/tesla-business-leasing'],[],0,,False,280,50,250,,None,,,,,,,[],,,, +469,453206036787523585,453204415458344960,1396887713000.0,2014-04-07 16:21:53,+0000,,"@AKAbrahamson @itsDanielSuarez Yeah, that's worth a read",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/453206036787523585,[],[],0,,False,12,0,4,,None,,,,,,,[],,,, +470,453204415458344960,453204415458344960,1396887327000.0,2014-04-07 16:15:27,+0000,,What could possibly go wrong? https://t.co/ZhUrllHG95,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/453204415458344960,['https://screen.yahoo.com/wall-street-journal/autonomous-drones-navys-next-weapon-190203507.html'],[],0,,False,355,96,332,,None,,,,,,,[],,,, +471,453199172389588992,453197245211746304,1396886077000.0,2014-04-07 15:54:37,+0000,,@MarinaSBlinova @MikeJudge @Recode That would definitely help,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453199172389588992,[],[],0,,False,6,0,1,,None,,,,,,,[],,,, +472,453198648323874816,453197245211746304,1396885952000.0,2014-04-07 15:52:32,+0000,,"@justincooperman @MikeJudge @Recode Yeah, that about sums it up",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453198648323874816,[],[],0,,False,9,1,1,,None,,,,,,,[],,,, +473,453197377504313345,453197377504313345,1396885649000.0,2014-04-07 15:47:29,+0000,,"Bloomberg article today also has oddly false details. I don't eat breakfast at Tesla and drink coffee, not juice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197377504313345,[],[],0,,False,519,98,285,,None,,,,,,,[],,,, +474,453197245211746304,453197245211746304,1396885617000.0,2014-04-07 15:46:57,+0000,,"The @MikeJudge show about Silicon Valley missed the mark in some ways, but I didn't hate it, as @Recode reporter claimed",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197245211746304,[],[],0,,False,172,18,103,,None,,,,,,,[],,,, +475,453197193701507073,453197193701507073,1396885605000.0,2014-04-07 15:46:45,+0000,,Some oddly inaccurate news stories of late ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197193701507073,[],[],0,,False,161,38,62,,None,,,,,,,[],,,, +476,452535429716135936,452532882628935680,1396727828000.0,2014-04-05 19:57:08,+0000,,@BKuppersmith Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452535429716135936,[],[],0,,False,15,4,1,,None,,,,,,,[],,,, +477,452535291115352064,432629198662807553,1396727795000.0,2014-04-05 19:56:35,+0000,,"@OlejAndersen Once 5.9 is rolled out to the whole fleet and all looks good, we will roll out 6.0 to owners on our public beta program",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452535291115352064,[],[],0,,False,14,6,2,,None,,,,,,,[],,,, +478,452534412291211264,432629198662807553,1396727586000.0,2014-04-05 19:53:06,+0000,,"@OlejAndersen Some challenges w 5.9 rollout, as it contains software specially written for car owners in Norway & Belgium",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452534412291211264,[],[],0,,False,14,2,1,,None,,,,,,,[],,,, +479,452254046024265728,452254046024265728,1396660741000.0,2014-04-05 01:19:01,+0000,,Review of Model S by @BBC_TopGear much appreciated http://t.co/5PmhlfAIVn,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/452254046024265728,['http://www.topgear.com/uk/photos/Maserati-Ghibli-takes-on-Model-S-2014-04-03'],[],0,,False,658,74,460,,None,,,,,,,[],,,, +480,451094706479308800,451094706479308800,1396384333000.0,2014-04-01 20:32:13,+0000,,Announcing a revolutionary Tesla driving technology http://t.co/8QCmjGpLOR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/451094706479308800,['http://teslamotors.com/blog/pet-driving-cars'],[],0,,False,604,120,652,,None,,,,,,,[],,,, +481,450692202801688576,450692202801688576,1396288369000.0,2014-03-31 17:52:49,+0000,,Snowed in at Mt. Rushmore @GoParks http://t.co/X6G7CeArPB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/450692202801688576,[],['https://pbs.twimg.com/media/BkEuK6HIEAAPIr_.jpg'],1,https://pbs.twimg.com/media/BkEuK6HIEAAPIr_.jpg,False,472,99,121,,None,,,,,,,[],,,, +482,450657675978629120,450657675978629120,1396280137000.0,2014-03-31 15:35:37,+0000,,Now having breakfast at ... http://t.co/8tGI3L0iGg,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/450657675978629120,[],['https://pbs.twimg.com/media/BkEOxLWCMAAt9q_.jpg'],1,https://pbs.twimg.com/media/BkEOxLWCMAAt9q_.jpg,False,279,65,61,,None,,,,,,,[],,,, +483,450651522116767744,450651522116767744,1396278670000.0,2014-03-31 15:11:10,+0000,,Just stayed at the Rocket (yes!) Motel near Mt Rushmore. Sudden blizzard making road trip tricky http://t.co/TRIPC7dKwK,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/450651522116767744,[],['https://pbs.twimg.com/media/BkEJK-0CAAAaL6V.jpg'],1,https://pbs.twimg.com/media/BkEJK-0CAAAaL6V.jpg,False,522,96,139,,None,,,,,,,[],,,, +484,448466037441179649,448403837242851328,1395757610000.0,2014-03-25 14:26:50,+0000,,@cairnz 80% to 30%,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/448466037441179649,[],[],0,,False,91,11,11,,None,,,,,,,[],,,, +485,446348496157675522,446310449802670080,1395252748000.0,2014-03-19 18:12:28,+0000,,@FlateFred agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/446348496157675522,[],[],0,,False,26,8,3,,None,,,,,,,[],,,, +486,445377952402780160,445377952402780160,1395021353000.0,2014-03-17 01:55:53,+0000,,"Russian state TV threatens US with nuclear war, showing missile arc & mushroom cloud images http://t.co/B4ARd2fdb8",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/445377952402780160,['http://news.yahoo.com/state-tv-says-russia-could-turn-us-radioactive-212003397.html'],[],0,,False,362,272,1034,,None,,,,,,,[],,,, +487,444577717812334592,444577717812334592,1394830562000.0,2014-03-14 20:56:02,+0000,,Regarding Gov. Christie's action to impede direct sales of automobiles in New Jersey http://t.co/v92hjzSKne,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/444577717812334592,['http://www.teslamotors.com/blog/people-new-jersey'],[],0,,False,745,243,1315,,None,,,,,,,[],,,, +488,444542383099637760,444542383099637760,1394822137000.0,2014-03-14 18:35:37,+0000,,Working on a Model S environmental impact blog this weekend to counteract BS like the @Bloomberg graphite story. Beyond ridiculous...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/444542383099637760,[],[],0,,False,685,169,491,,None,,,,,,,[],,,, +489,444359579791392769,444357457733632000,1394778554000.0,2014-03-14 06:29:14,+0000,,"@jnags92 Yes, I'm confident that Tesla will do something with them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444359579791392769,[],[],0,,False,59,9,7,,None,,,,,,,[],,,, +490,444359283736473600,444357457733632000,1394778483000.0,2014-03-14 06:28:03,+0000,,"@TeamAizek Not true. The amount of graphite in our car is small, comes from Japan and is mined in a very clean way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444359283736473600,[],[],0,,False,45,5,17,,None,,,,,,,[],,,, +491,444358711796985857,444358173881667585,1394778347000.0,2014-03-14 06:25:47,+0000,,"@X4NWO Well, now that Satoshi Nakamoto has been discovered, I guess it is case closed ... :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444358711796985857,[],[],0,,False,212,30,71,,None,,,,,,,[],,,, +492,444357457733632000,444357457733632000,1394778048000.0,2014-03-14 06:20:48,+0000,,Just discovered a great Tesla ad made by 2 recent college grads. I love it! http://t.co/20dPRD9yrJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444357457733632000,['http://www.youtube.com/watch?v=KKbRAazkiWc'],[],0,,False,1355,191,1362,,None,,,,,,,[],,,, +493,443406853553152000,443406853553152000,1394551406000.0,2014-03-11 15:23:26,+0000,,New Jersey auto dealers subverting democratic process to try to block Tesla sales http://t.co/PLY97W1oh0,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/443406853553152000,['http://teslamotors.com/blog/defending-innovation-and-consumer-choice-new-jersey'],[],0,,False,465,216,1253,,None,,,,,,,[],,,, +494,443208657543516160,443194713349181440,1394504153000.0,2014-03-11 02:15:53,+0000,,"Interesting “@om:Physicist proposes a new type of computing at SXSW. Check out orbital computing http://t.co/9tawuy5dMc""",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/443208657543516160,['http://gigaom.com/2014/03/10/physicist-proposes-a-new-type-of-computing-at-sxsw-check-out-orbital-computing/'],[],0,,False,454,32,421,,None,,,,,,,[],,,, +495,443129698231386112,443127610508185600,1394485327000.0,2014-03-10 21:02:07,+0000,,"@gordon_tindall Yeah, I'm giving a talk for homeless kids at the Union Rescue Mission in LA",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/443129698231386112,[],[],0,,False,33,6,8,,None,,,,,,,[],,,, +496,441730947835121667,441223153768226816,1394151839000.0,2014-03-07 00:23:59,+0000,,"@TeslaRoadTrip Thanks, I really appreciate your support!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/441730947835121667,[],[],0,,False,39,27,16,,None,,,,,,,[],,,, +497,441223153768226816,441223153768226816,1394030772000.0,2014-03-05 14:46:12,+0000,,About to testify before Senate against ULA (Lockheed and Boeing) monopoly contract for national security launches,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/441223153768226816,[],[],0,,False,818,179,448,,None,,,,,,,[],,,, +498,438382707471446016,438382707471446016,1393353556000.0,2014-02-25 18:39:16,+0000,,Model S receives highest customer satisfaction score of any car ever surveyed by Consumer Reports http://t.co/wHF5SUoZJi,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/438382707471446016,['http://www.cnbc.com/id/101444215'],[],0,,False,804,147,964,,None,,,,,,,[],,,, +499,438378373027360768,438378373027360768,1393352523000.0,2014-02-25 18:22:03,+0000,,All four landing legs now mounted on Falcon 9 http://t.co/5ZNG1NflsG,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/438378373027360768,[],['https://pbs.twimg.com/media/BhVuzreCQAABcUo.jpg'],1,https://pbs.twimg.com/media/BhVuzreCQAABcUo.jpg,False,1012,130,782,,None,,,,,,,[],,,, +500,437763077753147392,437763077753147392,1393205825000.0,2014-02-24 01:37:05,+0000,,"However, F9 will continue to land in the ocean until we prove precision control from hypersonic thru subsonic regimes",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/437763077753147392,[],[],0,,False,295,79,225,,None,,,,,,,[],,,, +501,437761896028975104,437761896028975104,1393205543000.0,2014-02-24 01:32:23,+0000,,Mounting landing legs (~60 ft span) to Falcon 9 for next month's Space Station servicing flight http://t.co/zyfazr2BB2,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/437761896028975104,[],['https://pbs.twimg.com/media/BhM-H_4CUAAWcP0.jpg'],1,https://pbs.twimg.com/media/BhM-H_4CUAAWcP0.jpg,False,1084,129,1083,,None,,,,,,,[],,,, +502,434129460179128320,434129460179128320,1392339503000.0,2014-02-14 00:58:23,+0000,,Welcome back Jade Rabbit! #Yutu http://t.co/5tOmLEJUfG,en,['yutu'],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/434129460179128320,"['http://www.latimes.com/science/sciencenow/la-sci-sn-chinas-lunar-rover-20140213,0,675011.story#axzz2tFffCAfc']",[],0,,False,205,27,159,,None,,,,,,,[],,,, +503,433086849507004416,433086849507004416,1392090925000.0,2014-02-11 03:55:25,+0000,,Auto dealers trying to pass a law to enforce their monopoly in Ohio & prevent consumer choice... http://t.co/VQdMAZqGwR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/433086849507004416,['http://www.cleveland.com/open/index.ssf/2014/02/auto_dealers_push_legislation.html'],[],0,,False,305,192,617,,None,,,,,,,[],,,, +504,432629198662807553,432629198662807553,1391981813000.0,2014-02-09 21:36:53,+0000,,"Tesla V6 software upload coming soon. Need to make sure it is ""awesome"" - Lord Business",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/432629198662807553,[],[],0,,False,544,150,351,,None,,,,,,,[],,,, +505,432395496972238848,432395496972238848,1391926094000.0,2014-02-09 06:08:14,+0000,,"Saw The Lego Movie earlier today. Brilliant writing and humor! Loved the ""Everything is awesome..."" theme song.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/432395496972238848,[],[],0,,False,930,113,584,,None,,,,,,,[],,,, +506,431848580710555648,431848580710555648,1391795699000.0,2014-02-07 17:54:59,+0000,,"Value is holding up ""Tesla car is worth more used than new | MNN - http://t.co/NLLdo1jBzM""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/431848580710555648,['http://www.mnn.com/green-tech/transportation/blogs/huh-tesla-car-is-worth-more-used-than-new'],[],0,,False,449,86,512,,None,,,,,,,[],,,, +507,429979489922461696,429979489922461696,1391350073000.0,2014-02-02 14:07:53,+0000,,Tesla LA to NY Supercharger rally just completed in 76 hours across northern route in dead of winter thru heavy snow!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/429979489922461696,[],[],0,,False,1094,220,1194,,None,,,,,,,[],,,, +508,428789050925785088,428789050925785088,1391066250000.0,2014-01-30 07:17:30,+0000,,Tesla cars are now in all 50 US states (map credit Edmunds)! http://t.co/ehq2Muu5cr,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/428789050925785088,[],['https://pbs.twimg.com/media/BfNdXrOCMAAGdxk.jpg'],1,https://pbs.twimg.com/media/BfNdXrOCMAAGdxk.jpg,False,1172,249,1087,,None,,,,,,,[],,,, +509,427372940603437056,427372940603437056,1390728623000.0,2014-01-26 09:30:23,+0000,,"Two teams from Tesla aiming to set a cross-country EV speed record this week. Departing Fri from LA, arriving Sun in NY.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427372940603437056,[],[],0,,False,335,97,375,,None,,,,,,,[],,,, +510,427372102820573184,427372102820573184,1390728424000.0,2014-01-26 09:27:04,+0000,,Will be doing the LA-NY family road trip over Spring Break. Made everyone watch National Lampoon's Vacation as prep.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427372102820573184,[],[],0,,False,694,100,382,,None,,,,,,,[],,,, +511,427371574451507200,427371574451507200,1390728298000.0,2014-01-26 09:24:58,+0000,,"Tesla Supercharger network now energized from New York to LA, both coast + Texas! Approx 80% of US population covered.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427371574451507200,[],[],0,,False,654,105,859,,None,,,,,,,[],,,, +512,426454433916940290,426454433916940290,1390509634000.0,2014-01-23 20:40:34,+0000,,Tesla policy is to charge the same price (+ taxes & shipping) everywhere in the world http://t.co/cXOtokcBeG,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/426454433916940290,['http://teslamotors.com/blog/fair-price'],[],0,,False,538,168,543,,None,,,,,,,[],,,, +513,420353814579802112,420353814579802112,1389055133000.0,2014-01-07 00:38:53,+0000,,Rough cut of Falcon 9 Thaicom flight http://t.co/aC3k4neWie,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/420353814579802112,['http://www.youtube.com/watch?v=-np8yPS8JQQ&feature=youtu.be'],[],0,,False,286,92,291,,None,,,,,,,[],,,, +514,420330200186880000,420329938294562816,1389049503000.0,2014-01-06 23:05:03,+0000,,@westcoastbill Thanks Bill! Sure is a great start to 2014 :),en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/420330200186880000,[],[],0,,False,14,3,3,,None,,,,,,,[],,,, +515,420269918005628928,420269918005628928,1389035131000.0,2014-01-06 19:05:31,+0000,,Preparing to launch a Thaicom satellite to geostationary super-sync orbit at 5pm Florida time http://t.co/cEq8TEXeo6,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/420269918005628928,[],['https://pbs.twimg.com/media/BdUZQ4UCEAAb0Vk.png'],1,https://pbs.twimg.com/media/BdUZQ4UCEAAb0Vk.png,False,426,102,392,,None,,,,,,,[],,,, +516,416314131545739264,416265844633899008,1388091998000.0,2013-12-26 21:06:38,+0000,,"@olajahr @TeslaMotors Ideally, the S should just hold position when it knows that's what you really want",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/416314131545739264,[],[],0,,False,14,31,4,,None,,,,,,,[],,,, +517,415949158127005698,415904867681460224,1388004981000.0,2013-12-25 20:56:21,+0000,,@bonnienorman @TeslaMotors @TeslaMotorsClub Merry Christmas!,et,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/415949158127005698,[],[],0,,False,12,1,3,,None,,,,,,,[],,,, +518,414560643983740928,414456595431432192,1387673934000.0,2013-12-22 00:58:54,+0000,,"@simonhackett Yes, definitely needs a huge amount of battery capacity. ~1/3 of energy produced during day must be stored",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/414560643983740928,[],[],0,,False,18,6,11,,None,,,,,,,[],,,, +519,414456595431432192,414456595431432192,1387649127000.0,2013-12-21 18:05:27,+0000,,This is why I think solar power will be the primary long term solution http://t.co/WNa12OVj5P,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/414456595431432192,['http://www.abb-conversations.com/2013/12/7-impressive-solar-energy-facts-charts/'],[],0,,False,1068,211,1576,,None,,,,,,,[],,,, +520,414456263087370240,414387939661979649,1387649048000.0,2013-12-21 18:04:08,+0000,,@arcaresenal true,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/414456263087370240,[],[],0,,False,9,0,0,,None,,,,,,,[],,,, +521,413772104786780160,413772104786780160,1387485931000.0,2013-12-19 20:45:31,+0000,,220 ft tall mobile crane to carry the rocket around in the vertical http://t.co/hgXnpEh8yU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/413772104786780160,[],['https://pbs.twimg.com/media/Bb4DiXTIgAA_Ewq.jpg'],1,https://pbs.twimg.com/media/Bb4DiXTIgAA_Ewq.jpg,False,333,81,213,,None,,,,,,,[],,,, +522,413751355451265024,413751355451265024,1387480984000.0,2013-12-19 19:23:04,+0000,,SolarCity launches Give Power Foundation http://t.co/Ag63gyLBRP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/413751355451265024,['http://finance.yahoo.com/news/solarcity-launches-power-foundation-tm-180500976.html'],[],0,,False,139,27,145,,None,,,,,,,[],,,, +523,410447049687961600,410447049687961600,1386693177000.0,2013-12-10 16:32:57,+0000,,Sock monkey of destruction! http://t.co/KqvXWDFmrr,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/410447049687961600,['http://news.yahoo.com/sock-monkey-s-toy-gun-detained-by-tsa-215850875.html'],[],0,,False,127,48,186,,None,,,,,,,[],,,, +524,408731422136864768,408731422136864768,1386284139000.0,2013-12-05 22:55:39,+0000,,"Rest in peace, Nelson Mandela. A man both good and great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/408731422136864768,[],[],0,,False,671,48,781,,None,,,,,,,[],,,, +525,408708548009291776,408708548009291776,1386278685000.0,2013-12-05 21:24:45,+0000,,Should mention that the battery cells used for this are 200 Wh/kg vs 250 for Model S. No short term supply constraint.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/408708548009291776,[],[],0,,False,86,49,66,,None,,,,,,,[],,,, +526,408695108033191936,408695108033191936,1386275481000.0,2013-12-05 20:31:21,+0000,,Solar power w batteries will be the primary (not exclusive) means of sustainable energy production http://t.co/rvXBzQXbsc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/408695108033191936,['http://www.solarcity.com/pressreleases/218/SolarCity-Introduces-Energy-Storage-for-Businesses.aspx'],[],0,,False,290,88,356,,None,,,,,,,[],,,, +527,408030622708678657,408030622708678657,1386117055000.0,2013-12-04 00:30:55,+0000,,"View of Earth from upper stage rear view camera at 8,000 miles http://t.co/V4tdMUA48X",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/408030622708678657,[],['https://pbs.twimg.com/media/BamdsH0IIAA-W_b.jpg'],1,https://pbs.twimg.com/media/BamdsH0IIAA-W_b.jpg,False,1531,248,1958,,None,,,,,,,[],,,, +528,408014483551191040,408014483551191040,1386113208000.0,2013-12-03 23:26:48,+0000,,"Restart was good, apogee raised to 80k km (50k miles). Yes!!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/408014483551191040,[],[],0,,False,500,164,321,,None,,,,,,,[],,,, +529,408008759433502720,408008759433502720,1386111843000.0,2013-12-03 23:04:03,+0000,,"Reached parking orbit. Now coasting towards equator, where the upper stage will, if all goes well, restart to raise apogee",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/408008759433502720,[],[],0,,False,308,73,297,,None,,,,,,,[],,,, +530,407996645121728513,407996645121728513,1386108955000.0,2013-12-03 22:15:55,+0000,,Live video feed of launch at http://t.co/Oo569cuarz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/407996645121728513,['http://spacex.com/webcast'],[],0,,False,183,108,449,,None,,,,,,,[],,,, +531,407987488645718016,407987488645718016,1386106771000.0,2013-12-03 21:39:31,+0000,,About an hour away from launch. I'd like to thank @SES_Satellites for taking a chance on @SpaceX. We've given it our all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/407987488645718016,[],[],0,,False,270,90,304,,None,,,,,,,[],,,, +532,407941040503783424,407940949440856064,1386095697000.0,2013-12-03 18:34:57,+0000,,@toruonu cool :),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/407941040503783424,[],[],0,,False,9,4,1,,None,,,,,,,[],,,, +533,407910834225295360,407903144383754241,1386088496000.0,2013-12-03 16:34:56,+0000,,@UFrugger10 I agree. Will be restored shortly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/407910834225295360,[],[],0,,False,5,1,2,,None,,,,,,,[],,,, +534,407718277365121024,407701110053285888,1386042587000.0,2013-12-03 03:49:47,+0000,,"@TierraUniversu It was fixed this weekend, so he should try the test again.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/407718277365121024,[],[],0,,False,8,6,0,,None,,,,,,,[],,,, +535,407718045151678464,407701110053285888,1386042531000.0,2013-12-03 03:48:51,+0000,,"@TierraUniversu The writer of this article had a problem with his 12V battery, so main pack was constantly charging it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/407718045151678464,[],[],0,,False,8,3,1,,None,,,,,,,[],,,, +536,407704106544160769,407701110053285888,1386039208000.0,2013-12-03 02:53:28,+0000,,"@TierraUniversu Doesn't sound right. If it is, we certainly need to fix it. Investigating...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/407704106544160769,[],[],0,,False,4,2,0,,None,,,,,,,[],,,, +537,407636950456078336,407636950456078336,1386023197000.0,2013-12-02 22:26:37,+0000,,"German govt reviews Tesla Model S fires. All due to high speed impacts, no injuries. Concludes: no defects, no recall http://t.co/24iZzOSL3B",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/407636950456078336,['http://www.teslamotors.com/about/press/releases/german-federal-motor-transport-authority-kraftfahrtbundesamt-concludes-review-m'],[],0,,False,448,107,661,,None,,,,,,,[],,,, +538,407540177289371648,407540177289371648,1386000124000.0,2013-12-02 16:02:04,+0000,,All known rocket anomalies resolved. Will spend another day rechecking to be sure. Launch attempt tmrw eve w Wed as backup.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/407540177289371648,[],[],0,,False,208,55,252,,None,,,,,,,[],,,, +539,407315762387636224,407315762387636224,1385946619000.0,2013-12-02 01:10:19,+0000,,"The gas generator is a small rocket engine that powers the turbopump, which produces 7000 horsepower & weighs 160 lbs",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/407315762387636224,[],[],0,,False,162,71,134,,None,,,,,,,[],,,, +540,407313331247398912,407313331247398912,1385946040000.0,2013-12-02 01:00:40,+0000,,Engines are cycling cleanly w ground pneumatics. Replaced gas generator on engine 9 (center) as a precautionary measure.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/407313331247398912,[],[],0,,False,116,34,100,,None,,,,,,,[],,,, +541,406806983023820800,406806983023820800,1385825317000.0,2013-11-30 15:28:37,+0000,,"Abort was caused by oxygen in ground side TEA-TEB. Upper stage on separate internal circuit, so doesn't face same risk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/406806983023820800,[],[],0,,False,81,45,134,,None,,,,,,,[],,,, +542,406799700940324864,406799700940324864,1385823581000.0,2013-11-30 14:59:41,+0000,,"Rocket engines are healthy, but cleaning turbopump gas generators will take another day. Aiming for Mon eve launch.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/406799700940324864,[],[],0,,False,212,55,296,,None,,,,,,,[],,,, +543,406211326282055681,406205904141697024,1385683301000.0,2013-11-29 00:01:41,+0000,,@WilliamShatner Will do. Probably at least a few days. Depends on whether we need to pull the turbopumps.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/406211326282055681,[],[],0,,False,46,29,43,,None,,,,,,,[],,,, +544,406209289494462464,406209289494462464,1385682816000.0,2013-11-28 23:53:36,+0000,,We called manual abort. Better to be paranoid and wrong. Bringing rocket down to borescope engines ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406209289494462464,[],[],0,,False,316,154,459,,None,,,,,,,[],,,, +545,406205904141697024,406205904141697024,1385682009000.0,2013-11-28 23:40:09,+0000,,"If launch aborts, we will bring the rocket down for engine inspection, so probably a few days before next attempt",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406205904141697024,[],[],0,,False,123,70,237,,None,,,,,,,[],,,, +546,406205240040771584,406205240040771584,1385681850000.0,2013-11-28 23:37:30,+0000,,"Increasing helium spin start pressure. Probably <50% chance of passing all aborts, but worth a try. Countdown resuming ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406205240040771584,[],[],0,,False,101,43,169,,None,,,,,,,[],,,, +547,406194506011525120,406194506011525120,1385679291000.0,2013-11-28 22:54:51,+0000,,Launch aborted by autosequence due to slower than expected thrust ramp. Seems ok on closer inspection. Cycling countdown.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406194506011525120,[],[],0,,False,188,75,420,,None,,,,,,,[],,,, +548,406187728850944000,406187728850944000,1385677675000.0,2013-11-28 22:27:55,+0000,,Live stream of launch at http://t.co/Oo569cuarz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406187728850944000,['http://spacex.com/webcast'],[],0,,False,144,83,427,,None,,,,,,,[],,,, +549,406186792409632769,406186792409632769,1385677452000.0,2013-11-28 22:24:12,+0000,,15 mins to liftoff http://t.co/3jDrHRSPQZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406186792409632769,[],['https://pbs.twimg.com/media/BaMQvEqIMAAf86o.jpg'],1,https://pbs.twimg.com/media/BaMQvEqIMAAf86o.jpg,False,491,65,446,,None,,,,,,,[],,,, +550,405989364322533376,405957164620980225,1385630382000.0,2013-11-28 09:19:42,+0000,,"@lomac92 @WIRED No, almost all fuel/ox is being reserved for SES satellite to give max chance of success",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/405989364322533376,[],[],0,,False,3,7,1,,None,,,,,,,[],,,, +551,405988869868642304,405988869868642304,1385630264000.0,2013-11-28 09:17:44,+0000,,Model S Owner drives 3121 miles solo from Canada to Mexico http://t.co/8G8l1utgS2,es,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/405988869868642304,['http://www.reddit.com/r/IAmA/comments/1rm0id/i_just_drove_3121_miles_solo_from_mexico_to/'],[],0,,False,267,58,308,,None,,,,,,,[],,,, +552,405965445628710912,405957164620980225,1385624679000.0,2013-11-28 07:44:39,+0000,,Good description of the launch by @WIRED: http://t.co/QnLhvviEAn,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/405965445628710912,['http://wrd.cm/18pocDF'],[],0,,False,152,33,137,,None,,,,,,,[],,,, +553,405924331358023680,405918568635580416,1385614876000.0,2013-11-28 05:01:16,+0000,,Don't actually mean to knock Honda -- their cars are solid -- but the park outside (or yr house might burn down) advice was awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/405924331358023680,[],[],0,,False,245,67,202,,None,,,,,,,[],,,, +554,405922013111676928,405918568635580416,1385614324000.0,2013-11-28 04:52:04,+0000,,"@AdamMKE Model S can seat 5 adults, two kids and has a front trunk for luggage. Might work for you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/405922013111676928,[],[],0,,False,16,6,5,,None,,,,,,,[],,,, +555,405918568635580416,405918568635580416,1385613503000.0,2013-11-28 04:38:23,+0000,,"...but only if you like your house ""Honda recalls Fit for fire risk, says park it outside http://t.co/tLpZ7HBIdV """,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/405918568635580416,['http://www.usatoday.com/story/money/cars/2013/06/28/honda-fit-fire-risk-recall-power-window/2474023/'],[],0,,False,188,47,245,,None,,,,,,,[],,,, +556,405134552458620928,405134552458620928,1385426579000.0,2013-11-26 00:42:59,+0000,,"Saw pressure fluctuations on Falcon boost stage liquid oxygen tank. Want to be super careful, so pushing launch to Thurs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/405134552458620928,[],[],0,,False,244,116,295,,None,,,,,,,[],,,, +557,404755031037317120,404755031037317120,1385336094000.0,2013-11-24 23:34:54,+0000,,At Disney World w kids for traditional prelaunch visit (first good flight was after riding Space Mountain),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/404755031037317120,[],[],0,,False,497,84,134,,None,,,,,,,[],,,, +558,404073926247972864,404073926247972864,1385173706000.0,2013-11-23 02:28:26,+0000,,Launch can be viewed live from Cape causeways or via http://t.co/soOCggCpN0 webcast around 5:30 local time on Monday,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/404073926247972864,['http://SpaceX.com'],[],0,,False,181,46,209,,None,,,,,,,[],,,, +559,404067161175379968,404063199227437057,1385172093000.0,2013-11-23 02:01:33,+0000,,@DarkSapiens Easier to make the plane change to equatorial orbit. Done in order to reduce satellite side delta V from 1800 m/s to 1500 m/s.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/404067161175379968,[],[],0,,False,15,10,5,,None,,,,,,,[],,,, +560,404063199227437057,404063199227437057,1385171148000.0,2013-11-23 01:45:48,+0000,,"Will be toughest mission to date. Requires coast + upper stage restart + going to 80,000 km altitude (~1/4 way to moon).",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/404063199227437057,[],[],0,,False,225,83,237,,None,,,,,,,[],,,, +561,404059376652005377,404059376652005377,1385170237000.0,2013-11-23 01:30:37,+0000,,Headed to Cape Canaveral tomorrow for first @SpaceX geostationary satellite launch.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/404059376652005377,[],[],0,,False,379,95,328,,None,,,,,,,[],,,, +562,403602986561073152,403602986561073152,1385061425000.0,2013-11-21 19:17:05,+0000,,Tesla Model S Consumer Reports customer satisfaction survey highest of any car on road at 99/100 http://t.co/PpuS01S2KN,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/403602986561073152,['http://insideevs.com/tesla-model-s-tops-consumer-reports-customer-satisfaction-survey-by-scoring-99-out-of-100-points/'],[],0,,False,418,120,667,,None,,,,,,,[],,,, +563,402850950500474881,402850950500474881,1384882125000.0,2013-11-19 17:28:45,+0000,,Tesla is also extending the Model S warranty to cover any fire damage even if due solely to a driver accident,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/402850950500474881,[],[],0,,False,541,156,761,,None,,,,,,,[],,,, +564,402836392566202368,402836392566202368,1384878654000.0,2013-11-19 16:30:54,+0000,,What makes this incredibly unjust is that the Model S to date has the best safety record of any car on the road (no injuries or deaths ever),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/402836392566202368,[],[],0,,False,550,245,674,,None,,,,,,,[],,,, +565,402811201052090368,402811201052090368,1384872648000.0,2013-11-19 14:50:48,+0000,,"Why does a Tesla fire w no injury get more media headlines than 100,000 gas car fires that kill 100s of people per year?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/402811201052090368,[],[],0,,False,1901,1216,3697,,None,,,,,,,[],,,, +566,402803732632453121,402803732632453121,1384870868000.0,2013-11-19 14:21:08,+0000,,Mission of Tesla http://t.co/UchbT5NZE3,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/402803732632453121,['http://www.teslamotors.com/blog/mission-tesla'],[],0,,False,434,139,672,,None,,,,,,,[],,,, +567,400776254082666496,400776254082666496,1384387479000.0,2013-11-14 00:04:39,+0000,,SuperDraco rocket engine fired at full thrust w a printed Inconel chamber. Used for Dragon escape & landing http://t.co/HjWEayLlBN,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/400776254082666496,[],['https://pbs.twimg.com/media/BY_X4TPCUAASsuv.jpg'],1,https://pbs.twimg.com/media/BY_X4TPCUAASsuv.jpg,False,507,88,461,,None,,,,,,,[],,,, +568,400411503742164992,400411503742164992,1384300516000.0,2013-11-12 23:55:16,+0000,,"In other news, George Clooney reports that his iPhone 1 had a bug back in '07",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/400411503742164992,[],[],0,,False,991,218,983,,None,,,,,,,[],,,, +569,399347799403151360,399347799403151360,1384046909000.0,2013-11-10 01:28:29,+0000,,Model S owner blogs about TN accident http://t.co/93Fz8WEwOU,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/399347799403151360,['http://www.teslamotors.com/blog/model-s-owner-tennessee'],[],0,,False,367,132,703,,None,,,,,,,[],,,, +570,396712451305000960,396712451305000960,1383418593000.0,2013-11-02 18:56:33,+0000,,"Thanks Woz! ""@stevewoz: Here to pick up my new car! (at @TeslaMotors w/ 2 others)""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/396712451305000960,[],[],0,,False,421,59,341,,None,,,,,,,[],,,, +571,395562607462981633,395562607462981633,1383144449000.0,2013-10-30 14:47:29,+0000,,Tesla West Coast Supercharger network now energized. Travel from Vancouver to Tijuana in styel! http://t.co/gTvV9egg3K,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/395562607462981633,['http://www.teslamotors.com/about/press/releases/tesla-energizes-west-coast-supercharger-corridor'],[],0,,False,193,63,419,,None,,,,,,,[],,,, +572,394220043816296448,394220043816296448,1382824357000.0,2013-10-26 21:52:37,+0000,,Giant dog topiary in Bilbao http://t.co/kHdAMvOEMN,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/394220043816296448,[],['https://pbs.twimg.com/media/BXiNCoXCcAEFPon.jpg'],1,https://pbs.twimg.com/media/BXiNCoXCcAEFPon.jpg,False,658,138,260,,None,,,,,,,[],,,, +573,389113628416172032,389113628416172032,1381606893000.0,2013-10-12 19:41:33,+0000,,"Rocket flight to 744m, hover & return to launch pad (close shot from hexacopter drone) http://t.co/vyJSUbZo2R",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/389113628416172032,['http://youtu.be/9ZDkItO-0a4'],[],0,,False,871,385,1772,,None,,,,,,,[],,,, +574,386219821685170176,386219821685170176,1380916955000.0,2013-10-04 20:02:35,+0000,,About the Model S fire ... http://t.co/7LSBaNbnyd,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/386219821685170176,['http://www.teslamotors.com/blog/model-s-fire'],[],0,,False,567,295,1207,,None,,,,,,,[],,,, +575,384437535348248576,384407846349062144,1380492025000.0,2013-09-29 22:00:25,+0000,,"@DebbieViviers @SpaceX Yes, upper stage venting of liquid oxygen created a fast moving fuzzy white sphere in space over SA",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/384437535348248576,[],[],0,,False,11,13,14,,None,,,,,,,[],,,, +576,384410742675341312,384410742675341312,1380485637000.0,2013-09-29 20:13:57,+0000,,"Between this flight & Grasshopper tests, I think we now have all the pieces of the puzzle to bring the rocket back home.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/384410742675341312,[],[],0,,False,463,133,612,,None,,,,,,,[],,,, +577,384407846349062144,384407846349062144,1380484947000.0,2013-09-29 20:02:27,+0000,,"Rocket booster relit twice (supersonic retro & landing), but spun up due to aero torque, so fuel centrifuged & we flamed out",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/384407846349062144,[],[],0,,False,161,116,254,,None,,,,,,,[],,,, +578,384392608350367744,384392608350367744,1380481314000.0,2013-09-29 19:01:54,+0000,,Launch was good. All satellites deployed at the targeted orbit insertion vectors. http://t.co/SUYMH7W9pH,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/384392608350367744,[],['https://pbs.twimg.com/media/BVWjCmQCIAAyaxN.jpg'],1,https://pbs.twimg.com/media/BVWjCmQCIAAyaxN.jpg,False,827,200,1071,,None,,,,,,,[],,,, +579,384336908949524480,384336908949524480,1380468034000.0,2013-09-29 15:20:34,+0000,,You can watch the launch at http://t.co/2ZSXeqWKvy http://t.co/u5VEUgRu8g,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/384336908949524480,['http://www.spacex.com/webcast/'],['https://pbs.twimg.com/media/BVVwYdvCIAACkZ6.jpg'],1,https://pbs.twimg.com/media/BVVwYdvCIAACkZ6.jpg,False,417,145,774,,None,,,,,,,[],,,, +580,384335603849895936,384335603849895936,1380467723000.0,2013-09-29 15:15:23,+0000,,"Looks good for a launch attempt today. Upper winds slightly exceed loads in high subsonic regime, but improving.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/384335603849895936,[],[],0,,False,110,41,142,,None,,,,,,,[],,,, +581,383418900823547904,383418900823547904,1380249164000.0,2013-09-27 02:32:44,+0000,,Water ice on Mars http://t.co/fPz1OF7EXI,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/383418900823547904,['http://gizmodo.com/nasas-curiosity-rover-just-found-water-in-martian-soil-1403908591'],[],0,,False,267,89,619,,None,,,,,,,[],,,, +582,383338164028317696,383338164028317696,1380229915000.0,2013-09-26 21:11:55,+0000,,Sensible piece on status of climate change by @BadAstronomer http://t.co/Nxm7PX6cpi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/383338164028317696,['http://www.slate.com/blogs/bad_astronomy/2013/09/26/climate_change_denial_james_delingpole_tells_it_like_it_isn_t.html'],[],0,,False,173,41,229,,None,,,,,,,[],,,, +583,382901196509294592,382901196509294592,1380125733000.0,2013-09-25 16:15:33,+0000,,"Falcon 9 launch window is Sunday and Monday, assuming good weather at Vandenberg Air Force Base",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/382901196509294592,[],[],0,,False,123,80,275,,None,,,,,,,[],,,, +584,382900449235308544,382900449235308544,1380125555000.0,2013-09-25 16:12:35,+0000,,Good progress harnessing that big fusion reactor in the sky http://t.co/MZR8sQRE5E,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/382900449235308544,['http://www.businessinsider.com/scientists-create-world-record-solar-cell-2013-9'],[],0,,False,200,45,339,,None,,,,,,,[],,,, +585,380877211919585280,380877211919585280,1379643178000.0,2013-09-20 02:12:58,+0000,,Good Hyperloop feedback from Ansys. Am excited by how much it can be improved by open src contributions! http://t.co/bD0u3roBd0,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/380877211919585280,['http://nbcnews.com/technology/hyperloop-sounds-crazy-simulation-says-it-just-might-work-4B11202787'],[],0,,False,266,81,451,,None,,,,,,,[],,,, +586,380866647575126016,380866647575126016,1379640659000.0,2013-09-20 01:30:59,+0000,,Completed rocket static fire with all systems green this time. Launch window opens in 10 days http://t.co/rKVBLIk6yq,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/380866647575126016,['http://www.youtube.com/watch?v=VX4LH0wn9Rs&feature=youtu.be'],[],0,,False,181,59,262,,None,,,,,,,[],,,, +587,380549727537745920,380549727537745920,1379565099000.0,2013-09-19 04:31:39,+0000,,Falcon 9 at sunset http://t.co/CeXSwqjVHP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/380549727537745920,[],['https://pbs.twimg.com/media/BUf79feCMAAc6h4.jpg'],1,https://pbs.twimg.com/media/BUf79feCMAAc6h4.jpg,False,615,126,569,,None,,,,,,,[],,,, +588,380500718387359744,380500718387359744,1379553415000.0,2013-09-19 01:16:55,+0000,,Am happy to hear that GM plans to develop an affordable 200 mile range electric car. Right target. Hope others do same.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/380500718387359744,[],[],0,,False,467,152,552,,None,,,,,,,[],,,, +589,380459687050608640,380459687050608640,1379543632000.0,2013-09-18 22:33:52,+0000,,Approach is 360 deg flush mounted tiny cameras + radar (prob not lidar). Lot of software & hardware level image processing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380459687050608640,[],[],0,,False,120,68,124,,None,,,,,,,[],,,, +590,380454034659753984,380454034659753984,1379542285000.0,2013-09-18 22:11:25,+0000,,"Engineers interested in working on autonomous driving, pls email autopilot@teslamotors.com. Team will report directly to me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380454034659753984,[],[],0,,False,722,195,1710,,None,,,,,,,[],,,, +591,380451200782462976,380451200782462976,1379541609000.0,2013-09-18 22:00:09,+0000,,Intense effort underway at Tesla to develop a practical autopilot system for Model S,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380451200782462976,[],[],0,,False,565,194,944,,None,,,,,,,[],,,, +592,379171375732105218,379171375732105218,1379236475000.0,2013-09-15 09:14:35,+0000,,"Will do another static fire of rocket to make sure all is good & AF needs to test ICBMs, so probable launch Sept 29/30.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/379171375732105218,[],[],0,,False,116,51,131,,None,,,,,,,[],,,, +593,378398857358352384,378238912281341954,1379052292000.0,2013-09-13 06:04:52,+0000,,"Full thrust achieved on 2 sec static fire. Some anomalies to be investigated, so launch date tbd.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/378398857358352384,[],[],0,,False,59,40,87,,None,,,,,,,[],,,, +594,377349811604709376,377349811604709376,1378802180000.0,2013-09-10 08:36:20,+0000,,"Upcoming Falcon 9 demo has a lot of new technology, so the probability of failure is significant http://t.co/PfnGeEaaWq",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/377349811604709376,['http://ow.ly/oJ0W1'],[],0,,False,129,101,245,,None,,,,,,,[],,,, +595,377325202121580544,377325202121580544,1378796313000.0,2013-09-10 06:58:33,+0000,,First of next gen Falcon 9 rockets rolls out to the launch pad at Vandenberg Air Force Base http://t.co/hNl6zKodvr,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/377325202121580544,[],['https://pbs.twimg.com/media/BTyHRaVCIAAc8Zr.jpg'],1,https://pbs.twimg.com/media/BTyHRaVCIAAc8Zr.jpg,False,561,114,710,,None,,,,,,,[],,,, +596,377317751880044544,376433459452854272,1378794536000.0,2013-09-10 06:28:56,+0000,,MT “@johnnyhotts: @WIRED Correction: Japan's levitating train hit 361 MPH http://t.co/7jrMCf5tBc It will operate at 310”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/377317751880044544,['http://goo.gl/Hkq38h'],[],0,,False,30,21,52,,None,,,,,,,[],,,, +597,376439054209781761,376439054209781761,1378585039000.0,2013-09-07 20:17:19,+0000,,It is crazy that the proposed California high speed rail only goes 200 mph w avg speed of 130 mph when Japan is 300 mph+,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/376439054209781761,[],[],0,,False,469,274,852,,None,,,,,,,[],,,, +598,376063728388538368,376063728388538368,1378495554000.0,2013-09-06 19:25:54,+0000,,Video review of Model S vs. Aston Martin Rapide S by @Autocar http://t.co/14cLl20jMP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/376063728388538368,['http://www.autocar.co.uk/car-video/video-tesla-model-s-vs-aston-martin-rapide-s'],[],0,,False,260,112,386,,None,,,,,,,[],,,, +599,375737311641628672,375737311641628672,1378417730000.0,2013-09-05 21:48:50,+0000,,SpaceX SuperDraco inconel rocket chamber w regen cooling jacket emerges from EOS 3D metal printer http://t.co/Tj284OuAk1,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/375737311641628672,[],['https://pbs.twimg.com/media/BTbjGB3CcAErIwW.jpg'],1,https://pbs.twimg.com/media/BTbjGB3CcAErIwW.jpg,False,633,141,636,,None,,,,,,,[],,,, +600,375729357366362112,375729357366362112,1378415834000.0,2013-09-05 21:17:14,+0000,,Designing a rocket part w hand gestures & then 3D printing it in a metal superalloy ... http://t.co/h3KoyAb0Lt,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/375729357366362112,['http://www.youtube.com/watch?v=xNqs_S-zEBY&feature=youtu.be'],[],0,,False,1099,395,2243,,None,,,,,,,[],,,, +601,375156462542000128,375156462542000128,1378279245000.0,2013-09-04 07:20:45,+0000,,Was at Vandenberg today going over the upcoming next gen F9 rocket launch. Some tense days ahead http://t.co/bfXnFt7alm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/375156462542000128,[],['https://pbs.twimg.com/media/BTTS0J5CQAAhQXW.jpg'],1,https://pbs.twimg.com/media/BTTS0J5CQAAhQXW.jpg,False,348,83,236,,None,,,,,,,[],,,, +602,371098424294133760,371098114964205568,1377311733000.0,2013-08-24 02:35:33,+0000,,@Jon_Favreau Yup. We saw it in the movie and made it real. Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/371098424294133760,[],[],0,,False,321,68,315,,None,,,,,,,[],,,, +603,371032852101484544,371032852101484544,1377296100000.0,2013-08-23 22:15:00,+0000,,Will post video next week of designing a rocket part with hand gestures & then immediately printing it in titanium,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371032852101484544,[],[],0,,False,1017,438,1749,,None,,,,,,,[],,,, +604,371030745449369600,371028785476284416,1377295597000.0,2013-08-23 22:06:37,+0000,,"And, uhh no (zillionth person who asked), I am not going to make an IM suit, however design by hand-manipulated hologram is actually useful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371030745449369600,[],[],0,,False,330,114,546,,None,,,,,,,[],,,, +605,371029699385774083,371028785476284416,1377295348000.0,2013-08-23 22:02:28,+0000,,@brynmooser Reality is the best illusion,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371029699385774083,[],[],0,,False,43,12,31,,None,,,,,,,[],,,, +606,371028785476284416,371028785476284416,1377295130000.0,2013-08-23 21:58:50,+0000,,We figured out how to design rocket parts just w hand movements through the air (seriously). Now need a high frame rate holograph generator.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/371028785476284416,[],[],0,,False,747,261,1353,,None,,,,,,,[],,,, +607,369627580166451200,369627580166451200,1376961057000.0,2013-08-20 01:10:57,+0000,,Model S achieves best safety rating of any car ever tested by US govt http://t.co/W1rZ5ceEVX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/369627580166451200,['http://www.teslamotors.com/about/press/releases/tesla-model-s-achieves-best-safety-rating-any-car-ever-tested'],[],0,,False,884,370,2034,,None,,,,,,,[],,,, +608,368461203317612544,368461203317612544,1376682971000.0,2013-08-16 19:56:11,+0000,,"Same rocket flight, but this time with cows! http://t.co/qhF5JWzyCW",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/368461203317612544,['http://www.youtube.com/watch?v=HXdjxPY2j_0&feature=youtu.be'],[],0,,False,397,194,672,,None,,,,,,,[],,,, +609,367545423495311360,367545423495311360,1376464632000.0,2013-08-14 07:17:12,+0000,,"Latest rocket test flight: hard lateral deviation, stabilize & hover, rapid descent back to pad http://t.co/Vb7ebiMdNJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/367545423495311360,['http://www.youtube.com/watch?v=2t15vP1PyoA&feature=youtu.be'],[],0,,False,574,275,1146,,None,,,,,,,[],,,, +610,367028946426019840,367025547852800000,1376341494000.0,2013-08-12 21:04:54,+0000,,"Btw, this is not the very latest version. Will post an updated version with several late arriving corrections in a few hours.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/367028946426019840,[],[],0,,False,165,180,172,,None,,,,,,,[],,,, +611,367025547852800000,367025547852800000,1376340684000.0,2013-08-12 20:51:24,+0000,,Hyperloop Alpha at http://t.co/ZRTcT2b8bP and http://t.co/7cucKKprPB http://t.co/LYhuRxUntA,nl,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/367025547852800000,"['http://spacex.com/hyperloop', 'http://teslamotors.com/blog/hyperloop']",['https://pbs.twimg.com/media/BRfvyouCYAAWIn0.jpg'],1,https://pbs.twimg.com/media/BRfvyouCYAAWIn0.jpg,False,2443,689,5437,,None,,,,,,,[],,,, +612,366964441159438337,366964441159438337,1376326115000.0,2013-08-12 16:48:35,+0000,,Pulled all nighter working on Hyperloop (as did others). Hopefully not too many mistakes. Will publish link at 1:30 PDT.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/366964441159438337,[],[],0,,False,1192,343,2365,,None,,,,,,,[],,,, +613,365141071912640512,365100519741595648,1375891390000.0,2013-08-07 16:03:10,+0000,,Hangout with @richardbranson & me tomorrow at 9am California time http://t.co/0ELMam5wXq,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/365141071912640512,['http://virg.in/UUVZE'],[],0,,False,200,55,205,,None,,,,,,,[],,,, +614,362836613539176448,362830269708906496,1375341964000.0,2013-08-01 07:26:04,+0000,,“@eirene_inc: “The universe is prob littered w/ the 1-planet graves of cultures which made the sensible economic http://t.co/Bp6592r9bH”,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/362836613539176448,['http://tmblr.co/ZQDhNyr7HKoB'],[],0,,False,272,45,446,,None,,,,,,,[],,,, +615,361316902804529153,361316902804529153,1374979637000.0,2013-07-28 02:47:17,+0000,,"One of the first Tesla Supercharger stations in Europe is being built in Cinderella, Norway #KatieWoodencloak",en,['katiewoodencloak'],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/361316902804529153,[],[],0,,False,268,152,416,,None,,,,,,,[],,,, +616,359943337127579649,359750424175185920,1374652153000.0,2013-07-24 07:49:13,+0000,,"Best saying ever “@temochdez: there is a saying in Mexico: ""El miedo no anda en burro"" meaning ""Fear doesn't ride on a donkey""”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/359943337127579649,[],[],0,,False,217,39,315,,None,,,,,,,[],,,, +617,359750424175185920,359750424175185920,1374606159000.0,2013-07-23 19:02:39,+0000,,"Oh yeah, well Tesla will study a plan to study the GM team that's studying Tesla, so there! http://t.co/Gn41zsaRv8",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/359750424175185920,['http://www.autonews.com/article/20130722/OEM/307229980/tiny-tesla-a-threat-to-gm-akerson-takes-no-chances-assigns-study-team#axzz2ZtetyAIU'],[],0,,False,545,224,824,,None,,,,,,,[],,,, +618,356818414431506432,356776740409974785,1373907114000.0,2013-07-15 16:51:54,+0000,,@John_Gardi your guess is the closest I've seen anyone guess so far. Pod diameter probably around 2m,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/356818414431506432,[],[],0,,False,37,18,26,,None,,,,,,,[],,,, +619,356779314043305985,356776740409974785,1373897791000.0,2013-07-15 14:16:31,+0000,,@schadlu I really hate patents unless critical to company survival. Will publish Hyperloop as open source.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356779314043305985,[],[],0,,False,235,38,294,,None,,,,,,,[],,,, +620,356777845739110400,356767552250195968,1373897441000.0,2013-07-15 14:10:41,+0000,,"@TobiasVdb Yes, it is a purely propulsive landing, but using the huge landing gear A frames as air brakes. Landing prop < 5% of vehicle mass",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356777845739110400,[],[],0,,False,10,4,2,,None,,,,,,,[],,,, +621,356776740409974785,356776740409974785,1373897178000.0,2013-07-15 14:06:18,+0000,,Will publish Hyperloop alpha design by Aug 12. Critical feedback for improvements would be much appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356776740409974785,[],[],0,,False,1285,526,2534,,None,,,,,,,[],,,, +622,356771814271234050,356771814271234050,1373896003000.0,2013-07-15 13:46:43,+0000,,Just completed full mission duration firing of next gen Falcon 9 booster. V proud of the boost stage team for overcoming many tough issues.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/356771814271234050,[],[],0,,False,159,47,181,,None,,,,,,,[],,,, +623,354999620629303296,354997904504655873,1373473479000.0,2013-07-10 16:24:39,+0000,,@BrianDunning @SpaceX New spacesuit almost done. Hoping to unveil by end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/354999620629303296,[],[],0,,False,39,6,29,,None,,,,,,,[],,,, +624,354986137753890816,354690624051609600,1373470265000.0,2013-07-10 15:31:05,+0000,,So true “@jlgolson: BitTorrent packet goes to a bar and asks for beer. Everyone in the bar who already has a beer gives him a sip.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/354986137753890816,[],[],0,,False,236,42,512,,None,,,,,,,[],,,, +625,354705218648289281,354690624051609600,1373403288000.0,2013-07-09 20:54:48,+0000,,UDP (yeah you know me) 3X,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/354705218648289281,[],[],0,,False,172,44,84,,None,,,,,,,[],,,, +626,354690624051609600,354690624051609600,1373399809000.0,2013-07-09 19:56:49,+0000,,"TCP packet walks into a bar & says “I’d like a beer.” Barman replies “You’d like a beer?” “Yes,” replies TCP packet,“I’d like a beer.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/354690624051609600,[],[],0,,False,1270,165,2071,,None,,,,,,,[],,,, +627,353309492131278848,353309492131278848,1373070521000.0,2013-07-06 00:28:41,+0000,,"Latest vertical landing rocket vid. 325M altitude, hold against wind, land w T/W>1, radar in loop http://t.co/I68Xxpb1EQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/353309492131278848,['http://youtu.be/eGimzB5QM1M'],[],0,,False,667,303,1717,,None,,,,,,,[],,,, +628,352136446909489153,352136446909489153,1372790845000.0,2013-07-02 18:47:25,+0000,,"Woohoo, Tesla direct sales petition passed the 100k threshold! Thanks a lot to everyone that helped!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/352136446909489153,[],[],0,,False,453,122,571,,None,,,,,,,[],,,, +629,351262074124505089,351262074124505089,1372582379000.0,2013-06-30 08:52:59,+0000,,"Have been reading about Henry Fielding, who had the most excellent pen name of Captain Hercules Vinegar",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/351262074124505089,[],[],0,,False,84,24,49,,None,,,,,,,[],,,, +630,351094587105878016,351056745226977280,1372542447000.0,2013-06-29 21:47:27,+0000,,One learns something new every day “@UberFacts: A “Buttload” is an actual measurement of volume - Equal to 126 gallons.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/351094587105878016,[],[],0,,False,259,91,712,,None,,,,,,,[],,,, +631,350690789925453824,350683252316573698,1372446174000.0,2013-06-28 19:02:54,+0000,,@davidepley Thanks :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/350690789925453824,[],[],0,,False,3,6,0,,None,,,,,,,[],,,, +632,350690638943109121,350685004151525377,1372446138000.0,2013-06-28 19:02:18,+0000,,"@lougil_ace Taking action. Will be a 7 day grace period for $2500 ext warranty. Neg margin at that price, so must unfortunately raise.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/350690638943109121,[],[],0,,False,5,4,2,,None,,,,,,,[],,,, +633,350666408985767937,350666408985767937,1372440361000.0,2013-06-28 17:26:01,+0000,,Please support the White House petition to allow direct sales of cars to consumers in all states http://t.co/nHrH69MD3W,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/350666408985767937,['http://wh.gov/llpAp'],[],0,,False,212,108,890,,None,,,,,,,[],,,, +634,349582778318336001,349548170772094977,1372182003000.0,2013-06-25 17:40:03,+0000,,"@arthurblake Turning recirc off, windows closed and the right film on rear glass usually works. Am asking HVAC engineering to investigate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/349582778318336001,[],[],0,,False,9,3,2,,None,,,,,,,[],,,, +635,349556671447699456,349548170772094977,1372175779000.0,2013-06-25 15:56:19,+0000,,@arthurblake Tesla service can do coating or can be done by any auto glass coating company. My car is done on side & rear,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/349556671447699456,[],[],0,,False,5,3,1,,None,,,,,,,[],,,, +636,349556116881022976,349548170772094977,1372175647000.0,2013-06-25 15:54:07,+0000,,"@arthurblake Turn off AC recirc, so that cool air flows out thru rear vents & get IR coating on rear glass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/349556116881022976,[],[],0,,False,4,4,0,,None,,,,,,,[],,,, +637,349034068849094656,349029927955345408,1372051181000.0,2013-06-24 05:19:41,+0000,,@justinchace will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/349034068849094656,[],[],0,,False,4,3,0,,None,,,,,,,[],,,, +638,348116700983607296,348112948230774784,1371832463000.0,2013-06-21 16:34:23,+0000,,"@LisaRoutel The NY auto dealers lost in court, so now they are funding a bill in NY legislature to block Tesla",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/348116700983607296,[],[],0,,False,5,2,15,,None,,,,,,,[],,,, +639,347973928377004032,347973928377004032,1371798424000.0,2013-06-21 07:07:04,+0000,,"Tesla pack swap vid still being edited (multiple camera angles). In meantime, this article contains a vid http://t.co/lyzJy4k8Eu",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/347973928377004032,['http://techcrunch.com/2013/06/20/tesla-shows-off-a-90-second-battery-swap-system-wants-it-at-supercharging-stations-by-years-end/'],[],0,,False,110,77,195,,None,,,,,,,[],,,, +640,347617421500243968,347617421500243968,1371713426000.0,2013-06-20 07:30:26,+0000,,Tomorrow night: fastest gas pump in LA vs Tesla battery pack swap http://t.co/QgZzggjIkq,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/347617421500243968,[],['https://pbs.twimg.com/media/BNL8M_6CYAAAnGj.jpg'],1,https://pbs.twimg.com/media/BNL8M_6CYAAAnGj.jpg,False,334,109,425,,None,,,,,,,[],,,, +641,347264432063258624,347264432063258624,1371629267000.0,2013-06-19 08:07:47,+0000,,Partial recall of Model S http://t.co/uDZ1f3RnjV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/347264432063258624,['http://www.teslamotors.com/blog/partial-recall'],[],0,,False,90,130,117,,None,,,,,,,[],,,, +642,347082201596321794,347082201596321794,1371585819000.0,2013-06-18 20:03:39,+0000,,"Battery pack swap works with all Tesla Model S cars, past and present. It was always there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/347082201596321794,[],[],0,,False,157,88,266,,None,,,,,,,[],,,, +643,347005150860283905,346895679471357952,1371567449000.0,2013-06-18 14:57:29,+0000,,"@zatulsky Shai actually got the idea from a visit to Tesla. The idea is obvious (many things allow battery swap), but the technology is not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/347005150860283905,[],[],0,,False,21,11,16,,None,,,,,,,[],,,, +644,346896666055569408,346895679471357952,1371541584000.0,2013-06-18 07:46:24,+0000,,"Video of battery pack swap will be posted to the Tesla website around 9:30pm, so those attending will see this first.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/346896666055569408,[],[],0,,False,72,37,126,,None,,,,,,,[],,,, +645,346895679471357952,346895679471357952,1371541349000.0,2013-06-18 07:42:29,+0000,,Live pack swap demo on Thurs night at 8pm California time at our design studio in Hawthorne. Seeing is believing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/346895679471357952,[],[],0,,False,117,82,275,,None,,,,,,,[],,,, +646,344839352578363392,344705055880007680,1371051083000.0,2013-06-12 15:31:23,+0000,,Battery storage of solar power needed for night operation & to buffer grid during day. Beta projects are going well.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/344839352578363392,[],[],0,,False,110,83,130,,None,,,,,,,[],,,, +647,344705055880007680,344705055880007680,1371019064000.0,2013-06-12 06:37:44,+0000,,"A long way to go before most power generation is solar, but the second derivative bodes well http://t.co/Af1c9xmyjn",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/344705055880007680,['http://mobile.bloomberg.com/news/2013-06-11/u-s-solar-installations-climb-33-led-by-california.html?cmpid=yhoo'],[],0,,False,139,71,181,,None,,,,,,,[],,,, +648,344015395067408385,344015395067408385,1370854636000.0,2013-06-10 08:57:16,+0000,,1st long duration firing of the new generation Falcon 9 rocket ~1.5 million pounds of vac thrust http://t.co/iGZadNVF7w,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/344015395067408385,['http://youtu.be/CgIghRD4-ao'],[],0,,False,156,65,248,,None,,,,,,,[],,,, +649,343446166043766784,343443647435534336,1370718921000.0,2013-06-08 19:15:21,+0000,,@mcrsqr True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/343446166043766784,[],[],0,,False,9,3,0,,None,,,,,,,[],,,, +650,343443647435534336,343443647435534336,1370718321000.0,2013-06-08 19:05:21,+0000,,We need more women in aerospace like Gwynne! http://t.co/bTl7t5nWZx,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/343443647435534336,"['http://www.latimes.com/business/la-fi-himi-spacex-20130609,0,2428179.story']",[],0,,False,183,68,227,,None,,,,,,,[],,,, +651,342664071042187264,342664071042187264,1370532455000.0,2013-06-06 15:27:35,+0000,,Easier said than done. There is a lot of pressure from investors. It is hard not to feel super bad if u don't make ur qtr.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342664071042187264,[],[],0,,False,77,38,53,,None,,,,,,,[],,,, +652,342662893461983232,342566837852200960,1370532174000.0,2013-06-06 15:22:54,+0000,,"Mars requires developing complex technology over a decade+, but market cares about next 3 months. Result would be conflicting priorities.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342662893461983232,[],[],0,,False,201,70,221,,None,,,,,,,[],,,, +653,342660248328347649,342654181414416385,1370531544000.0,2013-06-06 15:12:24,+0000,,@SQMInc I don't have a publicist,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342660248328347649,[],[],0,,False,27,5,11,,None,,,,,,,[],,,, +654,342566837852200960,342566837852200960,1370509273000.0,2013-06-06 09:01:13,+0000,,No near term plans to IPO @SpaceX. Only possible in very long term when Mars Colonial Transporter is flying regularly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/342566837852200960,[],[],0,,False,495,162,698,,None,,,,,,,[],,,, +655,342107352041922560,342107352041922560,1370399723000.0,2013-06-05 02:35:23,+0000,,"Forgot to say one thing at Tesla annual shareholders meeting: just as my money was the first in, it will be the last out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/342107352041922560,[],[],0,,False,3868,298,1477,,None,,,,,,,[],,,, +656,341688528125689858,341688528125689858,1370299868000.0,2013-06-03 22:51:08,+0000,,Love this image of Dragon docked to the Space Station as it orbits through dark side of Earth http://t.co/kygcsEQNhk,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/341688528125689858,[],['https://pbs.twimg.com/media/BL3r5-8CAAMEvqS.jpg'],1,https://pbs.twimg.com/media/BL3r5-8CAAMEvqS.jpg,False,622,105,575,,None,,,,,,,[],,,, +657,341462587482963968,341405518566395904,1370245999000.0,2013-06-03 07:53:19,+0000,,Vac thrust of 700 tons means avg of 14 tons/floor of structural steel for a 50 story building.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/341462587482963968,[],[],0,,False,39,22,30,,None,,,,,,,[],,,, +658,341441460215889920,341405518566395904,1370240962000.0,2013-06-03 06:29:22,+0000,,@williamricci6 50% higher. ~1.3 M lbs sea level and ~1.5 M lbs vacuum thrust. Will be 60% higher with some tweaks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/341441460215889920,[],[],0,,False,13,2,4,,None,,,,,,,[],,,, +659,341405518566395904,341405518566395904,1370232393000.0,2013-06-03 04:06:33,+0000,,"1st firing of Falcon 9-R advanced prototype rocket. Over 1M lbs thrust, enough to lift skyscraper http://t.co/AUCsWTw77E",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/341405518566395904,[],['https://pbs.twimg.com/media/BLzqgqLCEAAPPg-.jpg'],1,https://pbs.twimg.com/media/BLzqgqLCEAAPPg-.jpg,False,732,173,1098,,None,,,,,,,[],,,, +660,340177739426435073,340177739426435073,1369939667000.0,2013-05-30 18:47:47,+0000,,Huge expansion of Tesla Supercharger network underway. Will cover LA to NY by end of year http://t.co/MFKjBJzklc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/340177739426435073,['http://www.teslamotors.com/supercharger'],[],0,,False,265,174,560,,None,,,,,,,[],,,, +661,340043575167430656,340043575167430656,1369907680000.0,2013-05-30 09:54:40,+0000,,Bloomberg TV features debate of @AndreaSJames vs some guy picking his nose http://t.co/n5Iu91Wu1r,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/340043575167430656,['http://www.youtube.com/watch?v=GWBE_qZCLvQ'],[],0,,False,85,66,79,,None,,,,,,,[],,,, +662,338770339637129216,338357776889823232,1369604117000.0,2013-05-26 21:35:17,+0000,,"@RobertGaristo V much agree. Moreover, there is risk of severe non-linearities in feedback loops causing sudden warming.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/338770339637129216,[],[],0,,False,5,6,5,,None,,,,,,,[],,,, +663,338504412035158016,338504412035158016,1369540715000.0,2013-05-26 03:58:35,+0000,,You Can Fit A Lot Of Kindergartners In A Tesla Model S - Houston Chronicle http://t.co/iOZPxrx3sa,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/338504412035158016,['http://www.chron.com/technology/businessinsider/article/You-Can-Fit-A-Lot-Of-Kindergartners-In-A-Tesla-4547397.php'],[],0,,False,89,52,132,,None,,,,,,,[],,,, +664,338402827305119744,338402827305119744,1369516495000.0,2013-05-25 21:14:55,+0000,,"Am thinking of doing a movie ""sequel"" of sorts to Thank You for Smoking. That was bad CO2 for indiv, this for the planet",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/338402827305119744,[],[],0,,False,201,104,123,,None,,,,,,,[],,,, +665,338399341641342976,338399341641342976,1369515664000.0,2013-05-25 21:01:04,+0000,,Worth reading Merchants of Doubt. Same who tried to deny smoking deaths r denying climate change http://t.co/C6H8HrzS8X,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/338399341641342976,['http://en.wikipedia.org/wiki/Merchants_of_Doubt'],[],0,,False,160,49,168,,None,,,,,,,[],,,, +666,338394028930392064,338394028930392064,1369514398000.0,2013-05-25 20:39:58,+0000,,"Yeah, climate change should really be considered a centrist issue, as it affects everyone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338394028930392064,[],[],0,,False,91,59,147,,None,,,,,,,[],,,, +667,338390383434276864,338390383434276864,1369513529000.0,2013-05-25 20:25:29,+0000,,"Am not suggesting shutting down CO2 production, but rather to price in environmental cost & shift to sustainable energy",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338390383434276864,[],[],0,,False,83,67,132,,None,,,,,,,[],,,, +668,338384388091940864,338383504339505152,1369512099000.0,2013-05-25 20:01:39,+0000,,"Even if the answer is only on the order of 1%, we should still take immediate action, as there is only one atmosphere.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338384388091940864,[],[],0,,False,76,46,78,,None,,,,,,,[],,,, +669,338383967009009664,338383504339505152,1369511999000.0,2013-05-25 19:59:59,+0000,,Right question to ask Dyson or others: what is probability that human actions could cause catastrophic climate change?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/338383967009009664,[],[],0,,False,35,23,51,,None,,,,,,,[],,,, +670,338383504339505152,338383504339505152,1369511888000.0,2013-05-25 19:58:08,+0000,,What most serious scientists have a problem with is the notion of certainty about *any* subject. That is not the point.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/338383504339505152,[],[],0,,False,48,30,57,,None,,,,,,,[],,,, +671,338367123455885312,338357776889823232,1369507983000.0,2013-05-25 18:53:03,+0000,,@kn0xvi11ain Very few. Scientific consensus at time of Columbus was world was round http://t.co/V3XIcob4s8,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338367123455885312,['http://www.amazon.com/gp/aw/d/0307278247/ref=redir_mdp_mobile'],[],0,,False,9,6,3,,None,,,,,,,[],,,, +672,338360832410939392,338360832410939392,1369506483000.0,2013-05-25 18:28:03,+0000,,"Sorry for all the heavy stuff abt climate change, but I really thought world wd take action sooner. No time for subtlety",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338360832410939392,[],[],0,,False,182,174,155,,None,,,,,,,[],,,, +673,338359304216256512,338357776889823232,1369506119000.0,2013-05-25 18:21:59,+0000,,@1stHubbleFan @keithwarren Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338359304216256512,[],[],0,,False,6,5,2,,None,,,,,,,[],,,, +674,338357776889823232,338357776889823232,1369505755000.0,2013-05-25 18:15:55,+0000,,"In reality, 97% of scientists agree that we face serious human generated climate change http://t.co/soQCnJB61B",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338357776889823232,['http://skepticalscience.com/97-percent-consensus-cook-et-al-2013.html'],[],0,,False,165,97,483,,None,,,,,,,[],,,, +675,338356013583441920,338356013583441920,1369505334000.0,2013-05-25 18:08:54,+0000,,"Climate change deniers claim ""scientists disagree"", same rebuttal used by tobacco industry about lung cancer for decades",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338356013583441920,[],[],0,,False,163,75,466,,None,,,,,,,[],,,, +676,338199136635604992,338199136635604992,1369467932000.0,2013-05-25 07:45:32,+0000,,"Good article on ""Climate Change"" vs ""Global Warming"" referred by @ForrestTanaka http://t.co/D1s4RJ0qus",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/338199136635604992,['http://www.skepticalscience.com/climate-change-global-warming.htm'],[],0,,False,133,34,137,,None,,,,,,,[],,,, +677,338135523765919745,338135523765919745,1369452765000.0,2013-05-25 03:32:45,+0000,,"Was beat up pretty badly as a kid & left me w jagged septum. Harder to breathe as I got older, so time to fix.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338135523765919745,[],[],0,,False,132,192,68,,None,,,,,,,[],,,, +678,338129661307531264,338129661307531264,1369451368000.0,2013-05-25 03:09:28,+0000,,"Had a minor operation, so am in bed in meds. Probably shouldn't be tweeting :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338129661307531264,[],[],0,,False,145,223,58,,None,,,,,,,[],,,, +679,338127750126764032,338127750126764032,1369450912000.0,2013-05-25 03:01:52,+0000,,Sign of a good design is that it feels and is much bigger on inside than looks on outside,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338127750126764032,[],[],0,,False,159,101,158,,None,,,,,,,[],,,, +680,338123049465421824,338105497578266625,1369449791000.0,2013-05-25 02:43:11,+0000,,@CosmicRami Awesome. We really need to promote that fact in the US. A CO2 tax will not cause economy to grind to a halt!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338123049465421824,[],[],0,,False,15,5,9,,None,,,,,,,[],,,, +681,338117807910813696,338117807910813696,1369448541000.0,2013-05-25 02:22:21,+0000,,"Would love to do a pickup truck. Something w ultra low cg for sports car handling, dynamic air suspension & mega torque.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338117807910813696,[],[],0,,False,253,238,213,,None,,,,,,,[],,,, +682,338115331891556352,338115331891556352,1369447951000.0,2013-05-25 02:12:31,+0000,,"Technically, I ""got rich"" from Zip2 & PayPal w zero govt anything, then put 100% of that into SpaceX, Tesla & SolarCity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338115331891556352,[],[],0,,False,344,93,279,,None,,,,,,,[],,,, +683,338112989578293248,338112989578293248,1369447393000.0,2013-05-25 02:03:13,+0000,,"If consumption is low, then the tax is proportionately low. We should prob not have tax on basic foods & critical meds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338112989578293248,[],[],0,,False,91,54,89,,None,,,,,,,[],,,, +684,338110772167184385,338105497578266625,1369446864000.0,2013-05-25 01:54:24,+0000,,"@ponder68 Carbon produced by a @SpaceX rocket flight is roughly equal to one 747 flight. No, we should not be exempt.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338110772167184385,[],[],0,,False,13,5,9,,None,,,,,,,[],,,, +685,338110231005499394,338110231005499394,1369446735000.0,2013-05-25 01:52:15,+0000,,"Net of gas savings, a Tesla is $550 to $600/month with down payment taken care of by tax credits. Maybe less costly then it first seems.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338110231005499394,[],[],0,,False,89,73,123,,None,,,,,,,[],,,, +686,338108608430632960,338108608430632960,1369446348000.0,2013-05-25 01:45:48,+0000,,"Yes, am arguing against subsidies and in favor of a tax on the end bad created. Market will then achieve best solution.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338108608430632960,[],[],0,,False,67,41,60,,None,,,,,,,[],,,, +687,338107634668412928,338107634668412928,1369446116000.0,2013-05-25 01:41:56,+0000,,"Trees are net consumers of CO2, so technically we would pay them money :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338107634668412928,[],[],0,,False,80,45,123,,None,,,,,,,[],,,, +688,338106902946910208,338106902946910208,1369445942000.0,2013-05-25 01:39:02,+0000,,Exactly. Seems crazy to risk the CO2 chemical experiment when we have to find another solution anyway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338106902946910208,[],[],0,,False,164,21,29,,None,,,,,,,[],,,, +689,338105723139543040,338105723139543040,1369445660000.0,2013-05-25 01:34:20,+0000,,Big difference between taxing people and taxing purchases (ie consumption). Much better to emphasize the latter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338105723139543040,[],[],0,,False,73,55,112,,None,,,,,,,[],,,, +690,338104612521385984,338099836404527104,1369445395000.0,2013-05-25 01:29:55,+0000,,@MaxMBerger The collective wisdom of the market is usually (not always) better than the smartest govt regulator.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338104612521385984,[],[],0,,False,13,2,10,,None,,,,,,,[],,,, +691,338103612943241218,338103612943241218,1369445157000.0,2013-05-25 01:25:57,+0000,,"Me & other private money funded Tesla for first 7 years, got IPO+ govt money for 3, now paid back. Yes, carbon tax would be a better way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338103612943241218,[],[],0,,False,95,42,144,,None,,,,,,,[],,,, +692,338102635930468352,338098445808201728,1369444924000.0,2013-05-25 01:22:04,+0000,,"@grayj_ There should be a constitutional amendment to redo the tax code every ten years, just like we do a census.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338102635930468352,[],[],0,,False,27,4,18,,None,,,,,,,[],,,, +693,338101143047639042,338101143047639042,1369444568000.0,2013-05-25 01:16:08,+0000,,"Weight of scientific evidence. Taxes don't ban a purchase, they just increase cost. Am against bans, except in extreme cases.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338101143047639042,[],[],0,,False,36,21,32,,None,,,,,,,[],,,, +694,338099836404527104,338099836404527104,1369444257000.0,2013-05-25 01:10:57,+0000,,"Exactly. Better to tax known bad thing and incent desired outcome, instead of subsidizing particular solution paths. Let market decide.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338099836404527104,[],[],0,,False,81,33,88,,None,,,,,,,[],,,, +695,338098445808201728,338098445808201728,1369443925000.0,2013-05-25 01:05:25,+0000,,"Perhaps. I am in favor of fair, simple taxes that are neutral on most things, incent good & disincent bad.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338098445808201728,[],[],0,,False,60,28,49,,None,,,,,,,[],,,, +696,338097360519442432,338097360519442432,1369443666000.0,2013-05-25 01:01:06,+0000,,"Great article on Tesla-dealer battle by Leilani Munter (@CarbonFreeGirl), who lives in NC http://t.co/pvEmE5pEVN",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338097360519442432,['http://www.huffingtonpost.com/mobileweb/leilani-munter/tesla-north-carolina_b_3327721.html?utm_hp_ref=email_share'],[],0,,False,91,29,170,,None,,,,,,,[],,,, +697,337908857198235649,337789653233041408,1369398724000.0,2013-05-24 12:32:04,+0000,,@VarunG_ Belief in climate change isn't necessary. Even a small probability of a severe outcome justifies a carbon tax.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/337908857198235649,[],[],0,,False,9,10,7,,None,,,,,,,[],,,, +698,337884269521281026,337789653233041408,1369392862000.0,2013-05-24 10:54:22,+0000,,@karlbrauer Making rockets,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/337884269521281026,[],[],0,,False,69,6,20,,None,,,,,,,[],,,, +699,337826546104537088,337817778989981696,1369379099000.0,2013-05-24 07:04:59,+0000,,@tonykatz Don't like having a zillion tweets in the log. Makes it tough to wade through if someone wants to read my tweet history.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/337826546104537088,[],[],0,,False,8,4,0,,None,,,,,,,[],,,, +700,337795753797898240,337789653233041408,1369371758000.0,2013-05-24 05:02:38,+0000,,"@SapientCapital We created electric cars to help solve the problem, not because we thought it was easy money. Still isn't.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/337795753797898240,[],[],0,,False,29,8,9,,None,,,,,,,[],,,, +701,337791672295501824,337789653233041408,1369370785000.0,2013-05-24 04:46:25,+0000,,"And, since we will run out of oil anyway, why risk the future of all life on Earth simply to delay sustainable energy?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/337791672295501824,[],[],0,,False,288,139,692,,None,,,,,,,[],,,, +702,337789653233041408,337789653233041408,1369370303000.0,2013-05-24 04:38:23,+0000,,Those who would deny climate change should ask themselves what happens if they are wrong http://t.co/S7fOIrly6B,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/337789653233041408,['http://thehill.com/blogs/e2-wire/e2-wire/301649-tesla-ceo-musk-reframe-climate-argument'],[],0,,False,195,99,452,,None,,,,,,,[],,,, +703,337594277666377730,337370738686316544,1369323722000.0,2013-05-23 15:42:02,+0000,,"More importantly, @Chrysler failed to pay back $1.3B. Apart those 2 points, you were totally 1st http://t.co/0P2ZLDl67a",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/337594277666377730,['http://www.detroitnews.com/article/20130522/AUTO0101/305220440/1361/Tesla--Chrysler-spar-over-loan-repayment'],[],0,,False,185,72,214,,None,,,,,,,[],,,, +704,337592840743968768,337370738686316544,1369323380000.0,2013-05-23 15:36:20,+0000,,"As many have already noted, @Chrysler is a division of Fiat, an Italian company. We specifically said first *US* company.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/337592840743968768,[],[],0,,False,144,48,140,,None,,,,,,,[],,,, +705,337506956875010048,337506956875010048,1369302903000.0,2013-05-23 09:55:03,+0000,,Interview with @BloombergNews about Tesla and DOE loan gets into some of the details http://t.co/xb0JVoPHNC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/337506956875010048,['http://bloom.bg/16PjlJm'],[],0,,False,88,34,99,,None,,,,,,,[],,,, +706,337323464241319936,337323464241319936,1369259155000.0,2013-05-22 21:45:55,+0000,,Tesla wired the funds to repay the DOE loan today. Only US car company to have fully repaid govt http://t.co/jxHW9YkvPz,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/337323464241319936,['http://www.teslamotors.com/about/press/releases/tesla-repays-department-energy-loan-nine-years-early'],[],0,,False,734,241,1753,,None,,,,,,,[],,,, +707,336599845643108354,336596441705349120,1369086631000.0,2013-05-20 21:50:31,+0000,,@Gizmoman0 Physics,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/336599845643108354,[],[],0,,False,23,3,2,,None,,,,,,,[],,,, +708,336598500156518400,336596441705349120,1369086310000.0,2013-05-20 21:45:10,+0000,,@yes_andre I'm a big fan of ultracapacitors. Was going to do my PhD at Stanford on them. But we need a breakthrough in energy density...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/336598500156518400,[],[],0,,False,124,39,26,,None,,,,,,,[],,,, +709,336164986172882945,336127391460102145,1368982953000.0,2013-05-19 17:02:33,+0000,,@McBartVolgers @SpaceX High pressure helium pneumatic bolts and pistons. No explosives.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/336164986172882945,[],[],0,,False,7,4,2,,None,,,,,,,[],,,, +710,335935115274354689,335903656287289344,1368928147000.0,2013-05-19 01:49:07,+0000,,"@xyrth Cool, will get one plus another chicken",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/335935115274354689,[],[],0,,False,10,2,2,,None,,,,,,,[],,,, +711,335904330374860801,335897870358171648,1368920807000.0,2013-05-18 23:46:47,+0000,,@TalulahRiley You're welcome. It did seem like the chicken of destiny xx,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/335904330374860801,[],[],0,,False,10,1,3,,None,,,,,,,[],,,, +712,335903656287289344,335903656287289344,1368920647000.0,2013-05-18 23:44:07,+0000,,Petting zoo left a chicken behind at the park. Now we have a pet chicken.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/335903656287289344,[],[],0,,False,221,116,105,,None,,,,,,,[],,,, +713,334595687041875968,334192141997854720,1368608802000.0,2013-05-15 09:06:42,+0000,,@DanaBrunetti Soon Model S will feature druidic dwarves dancing around a miniature stone henge,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/334595687041875968,[],[],0,,False,48,11,24,,None,,,,,,,[],,,, +714,334405162489769984,334192141997854720,1368563378000.0,2013-05-14 20:29:38,+0000,,"@DanaBrunetti Well, you see, by making it go to 11, that makes it louder than loud :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/334405162489769984,[],[],0,,False,37,10,7,,None,,,,,,,[],,,, +715,334372943041798144,334372943041798144,1368555696000.0,2013-05-14 18:21:36,+0000,,Supercharger announcement pushed to next week. Something else this week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/334372943041798144,[],[],0,,False,76,122,112,,None,,,,,,,[],,,, +716,334035602183962624,334033804303945729,1368475268000.0,2013-05-13 20:01:08,+0000,,"@bryanclarke physics + a broad range of engineering. Worth taking humanities courses too, particularly history.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/334035602183962624,[],[],0,,False,21,7,10,,None,,,,,,,[],,,, +717,334028716260872192,334025141044535296,1368473626000.0,2013-05-13 19:33:46,+0000,,"@vicorly Yes, usually several times more energy over the course of the year than is needed by the Model S",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028716260872192,[],[],0,,False,9,6,1,,None,,,,,,,[],,,, +718,334028430779744256,334025141044535296,1368473558000.0,2013-05-13 19:32:38,+0000,,@malkosh we do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028430779744256,[],[],0,,False,5,1,0,,None,,,,,,,[],,,, +719,334028253159378944,334027664388149249,1368473516000.0,2013-05-13 19:31:56,+0000,,"@itsokayyouknow Harder than that, but it is a software vs hardware change",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028253159378944,[],[],0,,False,5,1,1,,None,,,,,,,[],,,, +720,334025141044535296,334025141044535296,1368472774000.0,2013-05-13 19:19:34,+0000,,"Btw, vast majority of credit for SolarCity should go to Lyndon & Peter Rive & their awesome team. I'm just a small part.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334025141044535296,[],[],0,,False,64,31,50,,None,,,,,,,[],,,, +721,333414433802043394,333373448355196928,1368327170000.0,2013-05-12 02:52:50,+0000,,@SeanChin @RaimisJ Over the air upgrade coming in a few months to allow tethering (and other things).,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/333414433802043394,[],[],0,,False,9,5,4,,None,,,,,,,[],,,, +722,333387477412876288,333387477412876288,1368320743000.0,2013-05-12 01:05:43,+0000,,Improving service and honing manufacturing efficiency are the biggest short term challenges. Not sales constrained.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/333387477412876288,[],[],0,,False,100,55,107,,None,,,,,,,[],,,, +723,333384944388808704,333373448355196928,1368320139000.0,2013-05-12 00:55:39,+0000,,@annabananastand It can do hands free right now. Being able to text people via voice while driving would be a good feature to add...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333384944388808704,[],[],0,,False,4,7,0,,None,,,,,,,[],,,, +724,333384295882317825,333379563927257089,1368319984000.0,2013-05-12 00:53:04,+0000,,"@enggirl Mostly water or coffee at home. When I'm out, will have Macallan neat or vodka with something.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333384295882317825,[],[],0,,False,10,5,0,,None,,,,,,,[],,,, +725,333382427647025154,333373448355196928,1368319539000.0,2013-05-12 00:45:39,+0000,,@danielmarshal15 It can dig up almost anything.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333382427647025154,[],[],0,,False,3,1,0,,None,,,,,,,[],,,, +726,333382233450741760,333373448355196928,1368319493000.0,2013-05-12 00:44:53,+0000,,"@JasonPolstein Yeah, we don't do a good job of telling people about this feature. Requires hardware unfortunately.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333382233450741760,[],[],0,,False,2,4,0,,None,,,,,,,[],,,, +727,333381955674587137,333373448355196928,1368319426000.0,2013-05-12 00:43:46,+0000,,"@grimmerkimmer @dpinsen Given the extreme burn, shorts are pushing every possible fear, uncertainty & doubt story http://t.co/LWr3GODxBG",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333381955674587137,['http://www.thestreet.com/story/11919380/1/cramer-wont-wait-for-tesla.html'],[],0,,False,3,3,1,,None,,,,,,,[],,,, +728,333379008005804032,333373448355196928,1368318724000.0,2013-05-12 00:32:04,+0000,,"@RaimisJ Tesla software knits together Google Voice, Slacker, Gracenote & others and streams over 3G (will be LTE later)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333379008005804032,[],[],0,,False,13,2,3,,None,,,,,,,[],,,, +729,333376615180562432,333373448355196928,1368318153000.0,2013-05-12 00:22:33,+0000,,"@dpinsen People tell me Cory Johnson is a shill for the shorts. Don't know if true, but he sure behaves that way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333376615180562432,[],[],0,,False,7,7,0,,None,,,,,,,[],,,, +730,333374189161558016,333373448355196928,1368317575000.0,2013-05-12 00:12:55,+0000,,"Would also recommend the Cheese Shop, Spam or Fish License by Monty Python.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333374189161558016,[],[],0,,False,50,39,28,,None,,,,,,,[],,,, +731,333373448355196928,333373448355196928,1368317398000.0,2013-05-12 00:09:58,+0000,,"Hold down voice button & say ""Play Amish Paradise by Weird Al Yankovic"". Model S can play almost any song via Internet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333373448355196928,[],[],0,,False,235,81,334,,None,,,,,,,[],,,, +732,332516849080209409,332516435488280577,1368113169000.0,2013-05-09 15:26:09,+0000,,@realbhuwan Don't forget the mystery announcement. Part 5 of the trilogy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/332516849080209409,[],[],0,,False,13,18,8,,None,,,,,,,[],,,, +733,332516435488280577,332516435488280577,1368113070000.0,2013-05-09 15:24:30,+0000,,There is a way for the Tesla Model S to be recharged throughout the country faster than you could fill a gas tank.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/332516435488280577,[],[],0,,False,288,349,480,,None,,,,,,,[],,,, +734,332298579781767168,332282461344124931,1368061129000.0,2013-05-09 00:58:49,+0000,,@HowardReiter Totally agree. Tesla will circle back and do something cool for Roadsters next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/332298579781767168,[],[],0,,False,61,8,4,,None,,,,,,,[],,,, +735,332287909413650433,332286367151296512,1368058585000.0,2013-05-09 00:16:25,+0000,,@mjasandoval Stay tuned,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/332287909413650433,[],[],0,,False,4,3,1,,None,,,,,,,[],,,, +736,332282461344124931,332282461344124931,1368057286000.0,2013-05-08 23:54:46,+0000,,"Just want to say thanks to customers & investors that took a chance on Tesla through the long, dark night. We wouldn't be here without you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/332282461344124931,[],[],0,,False,1696,262,592,,None,,,,,,,[],,,, +737,332270252832460800,332239280099446784,1368054376000.0,2013-05-08 23:06:16,+0000,,@westcoastbill Thanks Bill!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/332270252832460800,[],[],0,,False,4,0,1,,None,,,,,,,[],,,, +738,331797405840338944,331797405840338944,1367941640000.0,2013-05-07 15:47:20,+0000,,"Am a fan of Larry, Sergey & Google in general, but self-driving cars comments to Bloomberg were just off-the-cuff. No big announcement here",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331797405840338944,[],[],0,,False,50,41,75,,None,,,,,,,[],,,, +739,331796308631367681,331796308631367681,1367941379000.0,2013-05-07 15:42:59,+0000,,"Tesla priority is electrification of cars, so priority is Model S, Model X, then mass market third gen vehicle & truck",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331796308631367681,[],[],0,,False,191,100,245,,None,,,,,,,[],,,, +740,331795766937018368,331794886368055296,1367941249000.0,2013-05-07 15:40:49,+0000,,@rebel_sal exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331795766937018368,[],[],0,,False,10,1,0,,None,,,,,,,[],,,, +741,331794886368055296,331794886368055296,1367941040000.0,2013-05-07 15:37:20,+0000,,"Creating an autopilot for cars at Tesla is an important, but not yet top priority. Still a few years from production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331794886368055296,[],[],0,,False,143,73,167,,None,,,,,,,[],,,, +742,331792738339127296,331787138880401408,1367940527000.0,2013-05-07 15:28:47,+0000,,@DJFrustration Tested it myself this weekend and was working well. Some songs have licensing prohibiting direct request.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331792738339127296,[],[],0,,False,2,1,0,,None,,,,,,,[],,,, +743,331490556574326785,331490556574326785,1367868482000.0,2013-05-06 19:28:02,+0000,,"Anyone interested in doing ultra hardcore vehicle engineering at Tesla, please apply!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331490556574326785,[],[],0,,False,146,228,316,,None,,,,,,,[],,,, +744,331489911842689025,331489911842689025,1367868328000.0,2013-05-06 19:25:28,+0000,,Chris Porritt from Aston Martin just joined as head of vehicle engineering at Tesla http://t.co/MNUIWDxoXt,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331489911842689025,['http://ir.teslamotors.com/releasedetail.cfm?ReleaseID=762317'],[],0,,False,100,36,216,,None,,,,,,,[],,,, +745,331486802462531584,331470318227054594,1367867587000.0,2013-05-06 19:13:07,+0000,,"@bdcs Yup, it is super far. Moon is basically in our back yard relative to Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331486802462531584,[],[],0,,False,4,2,1,,None,,,,,,,[],,,, +746,331082832187363329,331067130793558016,1367771273000.0,2013-05-05 16:27:53,+0000,,"@nirdthebird Definitely a lot of potential for geothermal, but depends on well depth. Too expensive in most places.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/331082832187363329,[],[],0,,False,4,3,2,,None,,,,,,,[],,,, +747,330884627927560192,330880080198893568,1367724017000.0,2013-05-05 03:20:17,+0000,,"@DetlefKroeze Yeah, that probably makes sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/330884627927560192,[],[],0,,False,3,0,0,,None,,,,,,,[],,,, +748,330877283793530880,330869979480207361,1367722266000.0,2013-05-05 02:51:06,+0000,,@DouglasBullard @teslamotors Most people have never heard of Nikola Tesla. That will hopefully change over time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/330877283793530880,[],[],0,,False,94,38,36,,None,,,,,,,[],,,, +749,330869907640184832,330869144633348096,1367720507000.0,2013-05-05 02:21:47,+0000,,"@flyguynscc @teslamotors yes, that has been the goal from the beginning",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/330869907640184832,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +750,330708114854793217,330666017053368320,1367681933000.0,2013-05-04 15:38:53,+0000,,"@fink_justin It can definitely strain relationships, but I loved doing my first company with my brother",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/330708114854793217,[],[],0,,False,7,1,2,,None,,,,,,,[],,,, +751,330707889729712131,330665496041099266,1367681879000.0,2013-05-04 15:37:59,+0000,,@Vangsgutane Norway rocks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/330707889729712131,[],[],0,,False,6,0,4,,None,,,,,,,[],,,, +752,330572086668046336,330549800443445248,1367649501000.0,2013-05-04 06:38:21,+0000,,"@WehbyJammin Earnings call next week, then Supercharger week after and then... the mystery announcement/demonstration :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/330572086668046336,[],[],0,,False,10,5,7,,None,,,,,,,[],,,, +753,330571811358117888,330549011494875136,1367649436000.0,2013-05-04 06:37:16,+0000,,@TeslaTrip you're welcome :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/330571811358117888,[],[],0,,False,2,0,2,,None,,,,,,,[],,,, +754,330425498406633474,330423003454246912,1367614552000.0,2013-05-03 20:55:52,+0000,,@thebradholt we need a compelling video that convinces TX lawmakers to pass the direct sales law just approved by their committee.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330425498406633474,[],[],0,,False,4,9,1,,None,,,,,,,[],,,, +755,330424811035705344,330420284685438976,1367614388000.0,2013-05-03 20:53:08,+0000,,@Rocco_TheStreet Guaranteeing the world's best resale value in industry is unprecedented and backed up my other assets. Why isn't that good?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330424811035705344,[],[],0,,False,6,5,1,,None,,,,,,,[],,,, +756,330423366802632706,330411311525675010,1367614044000.0,2013-05-03 20:47:24,+0000,,"@ChrisCowan_ Chris is great. Took a long time for me to find someone w truly hardcore engineering skills, who fully understood the system.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330423366802632706,[],[],0,,False,5,0,2,,None,,,,,,,[],,,, +757,330403426003472384,330403426003472384,1367609290000.0,2013-05-03 19:28:10,+0000,,Am getting lots of questions about the big Supercharger announcement. Aiming to do that the week after next.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330403426003472384,[],[],0,,False,63,41,72,,None,,,,,,,[],,,, +758,330397865337835520,330396427647868929,1367607964000.0,2013-05-03 19:06:04,+0000,,"@stoneymonster Yes, this does put an indirect floor on resale value. Should help all owners.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330397865337835520,[],[],0,,False,2,1,1,,None,,,,,,,[],,,, +759,330396427647868929,330396427647868929,1367607621000.0,2013-05-03 19:00:21,+0000,,Tesla raises Model S resale value guarantee to highest in auto industry http://t.co/l5LOXtyP33,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330396427647868929,['http://www.teslamotors.com/about/press/releases/tesla-improves-financing-product-best-resale-value-guarantee-and-lower-monthly-'],[],0,,False,62,40,113,,None,,,,,,,[],,,, +760,330395232564826112,330053450261987328,1367607336000.0,2013-05-03 18:55:36,+0000,,@yatpay Side boosters fall short & center core goes too far + Florida is heavily populated. Landing permission tricky :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330395232564826112,[],[],0,,False,7,4,2,,None,,,,,,,[],,,, +761,330394570737192960,330017552120033282,1367607178000.0,2013-05-03 18:52:58,+0000,,"@pataneous We can't formally provide a guarantee w/o restating accounting, but I feel confident about the value anyway.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330394570737192960,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +762,330394051637547010,330053450261987328,1367607054000.0,2013-05-03 18:50:54,+0000,,"@2552nsf Yeah, that is super tricky. Will have to sacrifice a lot of payload to boost back or land on ocean platform.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330394051637547010,[],[],0,,False,3,4,3,,None,,,,,,,[],,,, +763,330387481616855040,330384351370035200,1367605488000.0,2013-05-03 18:24:48,+0000,,"@rebel_sal Yes, your article (and many others) rightly identified that we made a mistake. New financing is not perfect, but much better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330387481616855040,[],[],0,,False,2,2,1,,None,,,,,,,[],,,, +764,330364975300358144,330053450261987328,1367600122000.0,2013-05-03 16:55:22,+0000,,"@Alan_Nestos The legs are nested tight against the body of the rocket in flight, so rotate about 120 degrees to deploy",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/330364975300358144,[],[],0,,False,2,2,3,,None,,,,,,,[],,,, +765,330241115670327296,330239990032396288,1367570592000.0,2013-05-03 08:43:12,+0000,,@darma_setia More likely that pigs will fly over the frozen wastes of Hell. Clarkson doesn't understand technology.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/330241115670327296,[],[],0,,False,27,7,15,,None,,,,,,,[],,,, +766,330240665483096064,330017552120033282,1367570484000.0,2013-05-03 08:41:24,+0000,,@JSONberland We did a ton of testing until they could handle 4X legally required impact energy. Extremely tough.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/330240665483096064,[],[],0,,False,3,1,1,,None,,,,,,,[],,,, +767,330054002148515841,330053450261987328,1367525980000.0,2013-05-02 20:19:40,+0000,,@BigBalli High pressure helium. Needs to be ultra light. All 4 legs together (~60 ft span) weigh less than Model S.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/330054002148515841,[],[],0,,False,25,7,10,,None,,,,,,,[],,,, +768,330053450261987328,330053450261987328,1367525849000.0,2013-05-02 20:17:29,+0000,,"F9R (pronounced F-niner) shows a little leg. Design is a nested, telescoping piston w A frame. http://t.co/H49TSS2CYl",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/330053450261987328,[],['https://pbs.twimg.com/media/BJSV3UQCAAITfKN.jpg'],1,https://pbs.twimg.com/media/BJSV3UQCAAITfKN.jpg,False,205,94,160,,None,,,,,,,[],,,, +769,330019280206831616,330017552120033282,1367517702000.0,2013-05-02 18:01:42,+0000,,@roulezelectric This is about getting a prior announcement right. Not part 4 yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/330019280206831616,[],[],0,,False,6,4,3,,None,,,,,,,[],,,, +770,330017552120033282,330017552120033282,1367517290000.0,2013-05-02 17:54:50,+0000,,Time to up the ante (and fix some mistakes). Tesla announcement tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/330017552120033282,[],[],0,,False,103,89,238,,None,,,,,,,[],,,, +771,329765200590929920,329675294749380608,1367457125000.0,2013-05-02 01:12:05,+0000,,"@astrostephenson We're aiming for late 2015, but NASA needs to have overlapping capability to be safe. Would do the same",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/329765200590929920,[],[],0,,False,6,1,3,,None,,,,,,,[],,,, +772,329764204716380160,329741175898640384,1367456887000.0,2013-05-02 01:08:07,+0000,,@MelissaMontoyaO Anne's role is launch site engineering. Don't think she has anything against media -- just not her role.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/329764204716380160,[],[],0,,False,3,2,0,,None,,,,,,,[],,,, +773,329652668547072001,329643547210944513,1367430295000.0,2013-05-01 17:44:55,+0000,,@realbhuwan @teslamotors Cool :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/329652668547072001,[],[],0,,False,5,1,1,,None,,,,,,,[],,,, +774,329642240353894401,329635272583176192,1367427809000.0,2013-05-01 17:03:29,+0000,,@rebel_sal Just read it. Good piece.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/329642240353894401,[],[],0,,False,6,1,0,,None,,,,,,,[],,,, +775,329635321824309248,329634717827747843,1367426159000.0,2013-05-01 16:35:59,+0000,,@RealTomLangel Maybe a v long time from now. Paying div is a sign that a company cannot find good ways to spend money.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329635321824309248,[],[],0,,False,6,2,1,,None,,,,,,,[],,,, +776,329634523744718848,329619173846171651,1367425969000.0,2013-05-01 16:32:49,+0000,,"@wfww Our software is requesting the right song, but Slacker has a bug in their code. Supposed to be fixed by tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329634523744718848,[],[],0,,False,4,3,1,,None,,,,,,,[],,,, +777,329633910898167808,329562997548793856,1367425823000.0,2013-05-01 16:30:23,+0000,,@eirene_inc @sciam Interesting piece,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329633910898167808,[],[],0,,False,3,1,0,,None,,,,,,,[],,,, +778,329339716933664770,329339716933664770,1367355682000.0,2013-04-30 21:01:22,+0000,,Auto Dealer Sterling McCall makes the case for Tesla direct sales in Texas http://t.co/JcHETe0d2l,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/329339716933664770,['http://www.chron.com/opinion/outlook/article/Let-s-drive-business-in-Texas-forward-4473447.php'],[],0,,False,40,18,65,,None,,,,,,,[],,,, +779,329026923932033025,329026923932033025,1367281106000.0,2013-04-30 00:18:26,+0000,,Congrats to @VirginGalactic and @RichardBranson on supersonic test flight!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/329026923932033025,[],[],0,,False,173,25,294,,None,,,,,,,[],,,, +780,328386732934430720,328386732934430720,1367128473000.0,2013-04-28 05:54:33,+0000,,First test of the Falcon 9-R (reusable) ignition system. Not long now before the hold down fire http://t.co/5r5nJWaNrI,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/328386732934430720,[],['https://pbs.twimg.com/media/BI6p_mXCAAEwKq6.jpg'],1,https://pbs.twimg.com/media/BI6p_mXCAAEwKq6.jpg,False,337,88,427,,None,,,,,,,[],,,, +781,327594252211200000,327581918222749696,1366939530000.0,2013-04-26 01:25:30,+0000,,"@tcmeggs Am for good public transit in LA, but the pace of that construction makes the 405 look fast.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/327594252211200000,[],[],0,,False,5,3,1,,None,,,,,,,[],,,, +782,327593152133361665,327583120738099200,1366939268000.0,2013-04-26 01:21:08,+0000,,@tcmeggs This argument is a bit silly. A city will not grow to infinite size just because there isn't traffic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/327593152133361665,[],[],0,,False,6,2,0,,None,,,,,,,[],,,, +783,327493831283056640,327450627397537792,1366915588000.0,2013-04-25 18:46:28,+0000,,"@NycomWireless @TeslaMotors Cool, thanks for buying our car!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/327493831283056640,[],[],0,,False,6,2,2,,None,,,,,,,[],,,, +784,327493652274372608,327450627397537792,1366915545000.0,2013-04-25 18:45:45,+0000,,"@Tapp697 Thanks, important clarification. Tesla announcements are always about making product experience better. Market follows eventually.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/327493652274372608,[],[],0,,False,9,3,1,,None,,,,,,,[],,,, +785,327450627397537792,327450627397537792,1366905287000.0,2013-04-25 15:54:47,+0000,,Announcement of new @TeslaMotors strategy tomorrow. Tesla owners will like this.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327450627397537792,[],[],0,,False,116,98,262,,None,,,,,,,[],,,, +786,327448476604583936,327447495196147712,1366904775000.0,2013-04-25 15:46:15,+0000,,@wheelseditor Cool. Just read and watched!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327448476604583936,[],[],0,,False,6,4,1,,None,,,,,,,[],,,, +787,327446760219889665,327446760219889665,1366904365000.0,2013-04-25 15:39:25,+0000,,Seems to be some stormy weather over in Shortville these days,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327446760219889665,[],[],0,,False,300,48,171,,None,,,,,,,[],,,, +788,326902082504384512,326881319881699329,1366774505000.0,2013-04-24 03:35:05,+0000,,@Rocketrichardp @ct_la Exactly. DMV Comm overruled good recommendation of Hearing Officer.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/326902082504384512,[],[],0,,False,4,3,2,,None,,,,,,,[],,,, +789,326882270982057984,326828343100076034,1366769781000.0,2013-04-24 02:16:21,+0000,,@Trekker56 @TeslaMotors Please contact DMV Commissioner and Governor. This is not good for the people of Virginia.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/326882270982057984,[],[],0,,False,6,1,3,,None,,,,,,,[],,,, +790,326828343100076034,326828343100076034,1366756923000.0,2013-04-23 22:42:03,+0000,,"Not all good news. Virginia DMV Commissioner just denied Tesla a dealer license, despite Hearing Officer being in favor.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/326828343100076034,[],[],0,,False,23,118,93,,None,,,,,,,[],,,, +791,326725362123935745,326500735233712129,1366732371000.0,2013-04-23 15:52:51,+0000,,@In_Sight_Full @juliewestfall we have great neighbors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/326725362123935745,[],[],0,,False,6,2,1,,None,,,,,,,[],,,, +792,326615354040283136,326500735233712129,1366706143000.0,2013-04-23 08:35:43,+0000,,@TheMilns Try this: http://t.co/UVhBE2uMli,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/326615354040283136,['http://m.youtube.com/#/watch?feature=youtu.be&v=se7_JpbtPwA&desktop_uri=%2Fwatch%3Fv%3Dse7_JpbtPwA%26feature%3Dyoutu.be'],[],0,,False,3,2,4,,None,,,,,,,[],,,, +793,326532755028602880,326532755028602880,1366686450000.0,2013-04-23 03:07:30,+0000,,Wringing water out of a towel in zero g is way trippy http://t.co/UFLI0MM6Kv via @youtube,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/326532755028602880,['http://www.youtube.com/watch?v=o8TssbmY-GM&sns=tw'],[],0,,False,211,60,451,,None,,,,,,,[],,,, +794,326520007741808640,326500735233712129,1366683410000.0,2013-04-23 02:16:50,+0000,,@clprenz evolving,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/326520007741808640,[],[],0,,False,3,1,1,,None,,,,,,,[],,,, +795,326519925386661889,326500735233712129,1366683391000.0,2013-04-23 02:16:31,+0000,,@kirkburgess yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/326519925386661889,[],[],0,,False,9,1,1,,None,,,,,,,[],,,, +796,326509932797116416,326413387426828288,1366681008000.0,2013-04-23 01:36:48,+0000,,@justinchace Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/326509932797116416,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +797,326500735233712129,326500735233712129,1366678816000.0,2013-04-23 01:00:16,+0000,,"Grasshopper rocket flies up 250m, holds against wind and lands. Vid taken from our hexacopter http://t.co/LXmMCYDD0e",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/326500735233712129,['http://www.youtube.com/watch?v=NoxiK7K28PU&feature=youtu.be'],[],0,,False,434,232,1165,,None,,,,,,,[],,,, +798,326155183623118849,326152475205857281,1366596430000.0,2013-04-22 02:07:10,+0000,,@dbhyslop Will post a video of the latest Grasshopper flight tomorrow (taken from the camera on our new hexacopter).,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/326155183623118849,[],[],0,,False,7,6,15,,None,,,,,,,[],,,, +799,326152872708419585,326152475205857281,1366595879000.0,2013-04-22 01:57:59,+0000,,Now with actual picture :) http://t.co/G6PCiAJmtx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/326152872708419585,[],['https://pbs.twimg.com/media/BIa6T0jCMAArRrA.jpg'],1,https://pbs.twimg.com/media/BIa6T0jCMAArRrA.jpg,False,653,106,507,,None,,,,,,,[],,,, +800,326152475205857281,326152475205857281,1366595784000.0,2013-04-22 01:56:24,+0000,,Cool picture of Io crossing Jupiter sent to me by @shervin. Would be amazing to visit in person one day.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/326152475205857281,[],[],0,,False,54,31,78,,None,,,,,,,[],,,, +801,326118739483451392,326096504450334720,1366587741000.0,2013-04-21 23:42:21,+0000,,Congratulations to @OrbitalSciences! “@CNETNews: Orbital's Antares rocket makes successful test flight http://t.co/y7bwdDMGCi”,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/326118739483451392,['http://cnet.co/17QCmKa'],[],0,,False,69,12,124,,None,,,,,,,[],,,, +802,325011704582901760,324990048523141120,1366323803000.0,2013-04-18 22:23:23,+0000,,@eirene_inc @archforhumanity @AFHDisasterTeam We have a lot of heavy lifting equipment. Will ask my team to send it over.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/325011704582901760,[],[],0,,False,15,6,11,,None,,,,,,,[],,,, +803,324990048523141120,324990048523141120,1366318640000.0,2013-04-18 20:57:20,+0000,,"Heart goes out to people of central Texas, home of SpaceX TX. All resources at disposal to help in any way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/324990048523141120,[],[],0,,False,134,15,167,,None,,,,,,,[],,,, +804,324575593796612096,324575593796612096,1366219826000.0,2013-04-17 17:30:26,+0000,,A @WhiteHouse petition to allow direct sales of cars by manufacturers: https://t.co/7h6m89mQmh Please vote here too!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/324575593796612096,['https://petitions.whitehouse.gov/petition/overturn-franchise-laws-limit-auto-manufacturers-selling-their-vehicles-directly-consumers/rlShbLzr'],[],0,,False,99,54,318,,None,,,,,,,[],,,, +805,324388037117214720,324388037117214720,1366175109000.0,2013-04-17 05:05:09,+0000,,"If you live in Texas and are pro Tesla, please vote in the @MyABJ opinion poll! http://t.co/ozPdw6UzUo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/324388037117214720,['http://www.bizjournals.com/austin/poll/results/11461812'],[],0,,False,41,45,170,,None,,,,,,,[],,,, +806,322906572814696448,322906572814696448,1365821900000.0,2013-04-13 02:58:20,+0000,,"Interesting... ""Putin unveils $50B drive for Russian space supremacy http://t.co/aK1vYGlYhl"" via @physorg_com",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/322906572814696448,['http://phys.org/news/2013-04-putin-unveils-bn-russian-space.html'],[],0,,False,110,100,200,,None,,,,,,,[],,,, +807,322416386037141504,322409574248357888,1365705031000.0,2013-04-11 18:30:31,+0000,,@batasrki Stay tuned for a big Supercharger announcement in a few weeks. Definitely have you covered.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322416386037141504,[],[],0,,False,32,8,19,,None,,,,,,,[],,,, +808,322414424570859520,322409574248357888,1365704563000.0,2013-04-11 18:22:43,+0000,,@JBSiegelMD Thanks! Hearing from constituents is super important to counteract the influence of the dealer lobby.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322414424570859520,[],[],0,,False,23,1,3,,None,,,,,,,[],,,, +809,322410144409481217,322410144409481217,1365703543000.0,2013-04-11 18:05:43,+0000,,"New York judge states: ""... dealers cannot utilize the Franchised Dealer Act as a means to sue their competitors"". Exactly!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322410144409481217,[],[],0,,False,97,34,104,,None,,,,,,,[],,,, +810,322409574248357888,322409574248357888,1365703407000.0,2013-04-11 18:03:27,+0000,,"New York judge just ruled in favor Tesla, dismissing the legal attack by auto dealers to prevent direct sales!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322409574248357888,[],[],0,,False,343,118,482,,None,,,,,,,[],,,, +811,322170049316139009,322170049316139009,1365646300000.0,2013-04-11 02:11:40,+0000,,Yay for democracy! @latimes asks: Should Tesla Motors be able to sell directly to consumers? http://t.co/IhSNht6bgx,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/322170049316139009,"['http://www.latimes.com/business/autos/la-fi-hy-tesla-ceo-takes-dealer-fight-to-texas-says-he-can-sell-more-cars-20130410,0,1676772.story']",[],0,,False,87,64,156,,None,,,,,,,[],,,, +812,322163054601179136,322154768476823553,1365644632000.0,2013-04-11 01:43:52,+0000,,"@twittelator Yup, you're right",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/322163054601179136,[],[],0,,False,6,2,0,,None,,,,,,,[],,,, +813,321987888055201793,321987888055201793,1365602869000.0,2013-04-10 14:07:49,+0000,,Just wanted to say thanks to everyone for testifying yesterday in Austin. Will hang around after press conf to thank people in person.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/321987888055201793,[],[],0,,False,48,24,50,,None,,,,,,,[],,,, +814,321985069235453953,321984409060384768,1365602197000.0,2013-04-10 13:56:37,+0000,,"@derrickgott007 already partly here with rocket development, but will make it a lot bigger with the launch site",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/321985069235453953,[],[],0,,False,5,1,3,,None,,,,,,,[],,,, +815,321710007223726080,321710007223726080,1365536617000.0,2013-04-09 19:43:37,+0000,,Just had Texas BBQ for lunch in Capitol Building. About to head to House Committee hearing to advocate for Tesla in TX.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/321710007223726080,[],[],0,,False,76,86,41,,None,,,,,,,[],,,, +816,321637861147426816,321637861147426816,1365519416000.0,2013-04-09 14:56:56,+0000,,In TX to make the case for allowing Tesla to sell cars. Pls come to Capitol Room E2.014 at 1:30! http://t.co/WR3WXE8SFe,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/321637861147426816,['http://www.teslamotors.com/blog/tesla-approach-distributing-and-servicing-cars'],[],0,,False,48,34,140,,None,,,,,,,[],,,, +817,321440099348934656,321440099348934656,1365472266000.0,2013-04-09 01:51:06,+0000,,Which leads me to my next subject of gun control ... just kidding,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321440099348934656,[],[],0,,False,200,77,65,,None,,,,,,,[],,,, +818,321438436168974336,321438436168974336,1365471869000.0,2013-04-09 01:44:29,+0000,,No more political comments for me now that I've shot off both my feet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321438436168974336,[],[],0,,False,91,71,49,,None,,,,,,,[],,,, +819,321434227914727424,321430023296913411,1365470866000.0,2013-04-09 01:27:46,+0000,,"@TaniaPalme When a person dies, the right thing to do is remember the good more than the bad. Not a day for hate (if there is ever such).",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321434227914727424,[],[],0,,False,20,8,10,,None,,,,,,,[],,,, +820,321430023296913411,321430023296913411,1365469864000.0,2013-04-09 01:11:04,+0000,,"At the risk of losing more ""cool points"", I like Reagan too! However, I also like Obama, Clinton & JFK. Good people on both sides...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321430023296913411,[],[],0,,False,115,45,61,,None,,,,,,,[],,,, +821,321427493661859840,321423079089766400,1365469260000.0,2013-04-09 01:01:00,+0000,,"@ticeestes Am not trying to accumulate cool points. She was far from perfect, but her actions, on balance, were good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321427493661859840,[],[],0,,False,15,23,3,,None,,,,,,,[],,,, +822,321425821405429760,321423079089766400,1365468862000.0,2013-04-09 00:54:22,+0000,,"@richardmatthias Her later years are debatable, but her early years are not imo. Britain went from dreary to Great again.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/321425821405429760,[],[],0,,False,12,7,4,,None,,,,,,,[],,,, +823,321423079089766400,321423079089766400,1365468208000.0,2013-04-09 00:43:28,+0000,,"Always admired Margaret Thatcher -- she was tough, but sensible & fair, much like my English Nana http://t.co/KcXsZGk7fw",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/321423079089766400,['http://www.guardian.co.uk/politics/interactive/2013/apr/08/margaret-thatcher-i-knew'],[],0,,False,144,178,104,,None,,,,,,,[],,,, +824,321409229565075456,321407591584509952,1365464906000.0,2013-04-08 23:48:26,+0000,,@ryanjoyce88 We went through literally hundreds of variants of red trying to find something original that didn't suck.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321409229565075456,[],[],0,,False,61,3,5,,None,,,,,,,[],,,, +825,321408906331041793,321407591584509952,1365464829000.0,2013-04-08 23:47:09,+0000,,"@quietlybear Do all the intro courses for mech, EE, aero and physics, then specialize in the one you like most.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321408906331041793,[],[],0,,False,100,3,11,,None,,,,,,,[],,,, +826,321407591584509952,321407591584509952,1365464516000.0,2013-04-08 23:41:56,+0000,,New Tesla red going down assembly line for the first time. We spent a lot of time on this color! http://t.co/e7twjazWPx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321407591584509952,[],['https://pbs.twimg.com/media/BHXegG0CMAAICXq.jpg'],1,https://pbs.twimg.com/media/BHXegG0CMAAICXq.jpg,False,791,204,389,,None,,,,,,,[],,,, +827,321342187067543552,321342187067543552,1365448922000.0,2013-04-08 19:22:02,+0000,,"Sarah Palin calls Tesla a loser. Am deeply wounded. http://t.co/eOGT80Ut4L Btw, Model S warranty does cover ""bricking"".",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/321342187067543552,['http://www.rawstory.com/rs/2013/04/07/sarah-palin-echoes-romney-tesla-motors-losers-who-build-bricks/'],[],0,,False,185,323,411,,None,,,,,,,[],,,, +828,319291625731940352,318118700806983680,1364960030000.0,2013-04-03 03:33:50,+0000,,@DreWeathers Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/319291625731940352,[],[],0,,False,6,8,3,,None,,,,,,,[],,,, +829,319239040429862912,319239040429862912,1364947493000.0,2013-04-03 00:04:53,+0000,,Great explanation of the @TeslaMotors announcement by @TechCrunch http://t.co/rTHX6LofOE,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/319239040429862912,['http://techcrunch.com/2013/04/02/tesla-motors-partners-with-wells-fargo-and-us-bank-to-finance-model-s-electric-cars/'],[],0,,False,94,50,185,,None,,,,,,,[],,,, +830,319221613314834432,319213656971804672,1364943338000.0,2013-04-02 22:55:38,+0000,,"@sightalignment Hoping to open the Century City Tesla store this month. It is my neighborhood mall, so I'm there all the time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/319221613314834432,[],[],0,,False,5,1,5,,None,,,,,,,[],,,, +831,319221229724770305,319209714120544257,1364943246000.0,2013-04-02 22:54:06,+0000,,@fleijerstam @gronnbilnorge We are working hard to make that happen!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/319221229724770305,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +832,319156297780039680,319153347632439297,1364927765000.0,2013-04-02 18:36:05,+0000,,@BjarteReve Should be late 2014 for US and early 2015 for Europe.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/319156297780039680,[],[],0,,False,5,0,1,,None,,,,,,,[],,,, +833,319153517111676928,319153347632439297,1364927102000.0,2013-04-02 18:25:02,+0000,,@BjarteReve July!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/319153517111676928,[],[],0,,False,5,2,3,,None,,,,,,,[],,,, +834,319144496187187202,319144496187187202,1364924951000.0,2013-04-02 17:49:11,+0000,,Am headed to TX next week to thank people personally for supporting Tesla. Please head to SB 1659 @ 8am tomorrow #TeslaTX,en,['teslatx'],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/319144496187187202,[],[],0,,False,46,40,69,,None,,,,,,,[],,,, +835,319121972212690945,319121972212690945,1364919581000.0,2013-04-02 16:19:41,+0000,,Certainly true that many people believe that Tesla and SpaceX are powered by the #hhgttg Infinite Improbability Drive :),en,['hhgttg'],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/319121972212690945,[],[],0,,False,124,43,144,,None,,,,,,,[],,,, +836,319119973366784002,319119973366784002,1364919105000.0,2013-04-02 16:11:45,+0000,,Today's Tesla announcement is actually the 2nd in a 5 part trilogy (love Douglas Adams),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/319119973366784002,[],[],0,,False,84,38,106,,None,,,,,,,[],,,, +837,318888865668681728,318882078945050625,1364864004000.0,2013-04-02 00:53:24,+0000,,@mpauldine You never know ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/318888865668681728,[],[],0,,False,4,2,3,,None,,,,,,,[],,,, +838,318826190725074944,318586284065054720,1364849062000.0,2013-04-01 20:44:22,+0000,,@stopman Thanks Michael. Beauty of over the air software updates is that the product keeps improving even after you buy it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/318826190725074944,[],[],0,,False,13,2,5,,None,,,,,,,[],,,, +839,318820033839128576,318586284065054720,1364847594000.0,2013-04-01 20:19:54,+0000,,@jeremys Thanks Jeremy! Good seeing you in LA. Awesome job with Yelp!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/318820033839128576,[],[],0,,False,6,0,1,,None,,,,,,,[],,,, +840,318588682070269952,318588682070269952,1364792435000.0,2013-04-01 05:00:35,+0000,,"To be clear, Tesla is in California, so it is not April Fool's yet! Also, some may differ, but imo the Tues news is arguably more important.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/318588682070269952,[],[],0,,False,63,50,76,,None,,,,,,,[],,,, +841,318586284065054720,318586284065054720,1364791863000.0,2013-04-01 04:51:03,+0000,,First profitable Q for Tesla thanks to awesome customers & hard work by a super dedicated team http://t.co/njumz2SDmx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/318586284065054720,['http://www.teslamotors.com/about/press/releases/tesla-model-s-sales-exceed-target'],[],0,,False,302,120,541,,None,,,,,,,[],,,, +842,318435934246944768,318435934246944768,1364756017000.0,2013-03-31 18:53:37,+0000,,About to do chocolate egg hunt with all the kids. Candy bonanza! Happy Easter!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/318435934246944768,[],[],0,,False,52,22,20,,None,,,,,,,[],,,, +843,318164425251110912,318151676164988929,1364691284000.0,2013-03-31 00:54:44,+0000,,"Thanks Bob “@BobMetcalfe: Tesla Takes on TX Dealer's Association (MA too) - Repeal anti-competitive dealer laws - http://t.co/qbbBkGkvzC""",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/318164425251110912,['http://bit.ly/169r2Fs'],[],0,,False,18,15,48,,None,,,,,,,[],,,, +844,318122230758391808,318120401148465154,1364681224000.0,2013-03-30 22:07:04,+0000,,"Sorry, correct link is: http://t.co/yBRQRUKmAE",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/318122230758391808,['http://en.wikipedia.org/wiki/Eighty-third_Texas_Legislature'],[],0,,False,17,11,44,,None,,,,,,,[],,,, +845,318120401148465154,318120401148465154,1364680788000.0,2013-03-30 21:59:48,+0000,,"If you support Tesla in Texas, please contact your state Senate or House member. Free enterprise! http://t.co/BoaveKd4NZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/318120401148465154,['http://en.wikipedia.org/wiki/Eighty-first_Texas_Legislature'],[],0,,False,44,33,119,,None,,,,,,,[],,,, +846,318118700806983680,318118700806983680,1364680383000.0,2013-03-30 21:53:03,+0000,,Auto dealers in Texas are trying to stop Tesla. Would appreciate your help in fighting for what's right http://t.co/5T4pH7u5fX,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/318118700806983680,['http://wot.motortrend.com/tesla-takes-on-texas-dealers-association-349795.html#axzz2P3te9cYC'],[],0,,False,93,114,487,,None,,,,,,,[],,,, +847,317665357819154432,317665357819154432,1364572298000.0,2013-03-29 15:51:38,+0000,,Rocket fairing almost ready for deployment test in vacuum chamber. Man lift on right for scale http://t.co/BLOTThWFvw,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317665357819154432,[],['https://pbs.twimg.com/media/BGiS9bqCEAA1j7I.jpg'],1,https://pbs.twimg.com/media/BGiS9bqCEAA1j7I.jpg,False,211,45,172,,None,,,,,,,[],,,, +848,317661456751550464,317659286660595712,1364571367000.0,2013-03-29 15:36:07,+0000,,Can't make this stuff up: “@ErneX: hah and that's the name of a fire extinguisher https://t.co/0y4QzzlLkw”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317661456751550464,['https://fireextinguisherdepot.com/fire-extinguishers-1/abc-fire-extinguishers-1/amerex-b456-abc-fire-extinguisher-10-lb-rechargeable-ul-rating-4a-40b-c.html'],[],0,,False,15,7,12,,None,,,,,,,[],,,, +849,317659286660595712,317659286660595712,1364570850000.0,2013-03-29 15:27:30,+0000,,A123 battery company renames itself B456 after bankruptcy (really).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317659286660595712,[],[],0,,False,120,63,297,,None,,,,,,,[],,,, +850,316595382622765056,316595382622765056,1364317195000.0,2013-03-26 16:59:55,+0000,,Recovery ship has secured Dragon. Powering down all secondary systems. Cargo looks A ok.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316595382622765056,[],[],0,,False,96,46,165,,None,,,,,,,[],,,, +851,316588335885856768,316588335885856768,1364315515000.0,2013-03-26 16:31:55,+0000,,Telemetry says main parachutes deployed ... now visually confirmed,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316588335885856768,[],[],0,,False,37,24,74,,None,,,,,,,[],,,, +852,316588058021609472,316588058021609472,1364315449000.0,2013-03-26 16:30:49,+0000,,Recovery ship just heard the sonic booms from Dragon reentry and has data transmission lock.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316588058021609472,[],[],0,,False,45,7,107,,None,,,,,,,[],,,, +853,316585896814194688,316585896814194688,1364314934000.0,2013-03-26 16:22:14,+0000,,Dragon deorbit burn was good. All thrusters operating. On target for splashdown.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316585896814194688,[],[],0,,False,59,19,113,,None,,,,,,,[],,,, +854,316446454963122176,316446454963122176,1364281688000.0,2013-03-26 07:08:08,+0000,,"Future will indeed be rooftop solar + battery pack, w utility company just providing backup power http://t.co/1PlB3xn0Cz",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/316446454963122176,['http://www.fool.com/investing/general/2013/03/25/the-end-of-utilities.aspx'],[],0,,False,218,85,367,,None,,,,,,,[],,,, +855,316358938419400706,316358938419400706,1364260823000.0,2013-03-26 01:20:23,+0000,,Slight change of date to ensure no end of quarter distractions -- will be Tues next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/316358938419400706,[],[],0,,False,35,39,57,,None,,,,,,,[],,,, +856,316260319360061440,316260319360061440,1364237310000.0,2013-03-25 18:48:30,+0000,,Really exciting @TeslaMotors announcement coming on Thursday. Am going to put my money where my mouth is in v major way.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/316260319360061440,[],[],0,,False,264,148,710,,None,,,,,,,[],,,, +857,316229109862776833,316229109862776833,1364229869000.0,2013-03-25 16:44:29,+0000,,"There's crazy, there's batsh*t crazy, then there's North Korea crazy... http://t.co/etJmNZqVD1",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/316229109862776833,['http://news.yahoo.com/blogs/lookout/north-korea-video-propaganda-us-troops-rockets-125355219.html'],[],0,,False,107,44,293,,None,,,,,,,[],,,, +858,315689366557188096,315675763040989184,1364101184000.0,2013-03-24 04:59:44,+0000,,@MichaelLindahl It will be slightly smaller w fewer features as std. Think Audi A4 or BMW 3 vs Model S being S7 or M5,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/315689366557188096,[],[],0,,False,12,3,4,,None,,,,,,,[],,,, +859,315688846731902976,315587700063363073,1364101060000.0,2013-03-24 04:57:40,+0000,,@DeanJFalkenberg yep,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/315688846731902976,[],[],0,,False,7,2,1,,None,,,,,,,[],,,, +860,315609388335366144,315589150801813504,1364082116000.0,2013-03-23 23:41:56,+0000,,@Nezheim @jbmeicher sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/315609388335366144,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +861,315590420203700224,315589150801813504,1364077594000.0,2013-03-23 22:26:34,+0000,,.@jbmeicher Model S works great in cold. Highest sales/capita are in Norway and we have a ton of customers in Canada.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315590420203700224,[],[],0,,False,23,32,43,,None,,,,,,,[],,,, +862,315587700063363073,315587700063363073,1364076945000.0,2013-03-23 22:15:45,+0000,,"But when considering savings of gas v electricity, true cost vs gas cars is more like $25k for a v sweet ride",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315587700063363073,[],[],0,,False,37,29,38,,None,,,,,,,[],,,, +863,315587176597426176,315568818833477633,1364076820000.0,2013-03-23 22:13:40,+0000,,.@benmacy $30k in 2013 $ (ie + inflation) w 200+ mile range w some really cool tech that we can't talk about yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315587176597426176,[],[],0,,False,73,44,78,,None,,,,,,,[],,,, +864,315583897448632322,315568818833477633,1364076039000.0,2013-03-23 22:00:39,+0000,,".@joshj777 It has always been my dream to produce a low cost, compelling electric car. We are 3 to 4 years away. Wish it could be sooner.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315583897448632322,[],[],0,,False,88,53,149,,None,,,,,,,[],,,, +865,315571855752851456,315568818833477633,1364073168000.0,2013-03-23 21:12:48,+0000,,@malkosh was this in a test drive car (those are all about to be upgraded) or a current customer car?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/315571855752851456,[],[],0,,False,3,4,1,,None,,,,,,,[],,,, +866,315568818833477633,315568818833477633,1364072444000.0,2013-03-23 21:00:44,+0000,,Review of Tesla Model S by @RoadandTrack. Good article w minor errors addressed in reader comments http://t.co/qfQDWL96wQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/315568818833477633,['http://www.roadandtrack.com/car-reviews/road-tests/road-test-2013-tesla-model-s'],[],0,,False,81,21,125,,None,,,,,,,[],,,, +867,315258192949022720,315258192949022720,1363998385000.0,2013-03-23 00:26:25,+0000,,"When Shoemaker-Levy comet hit Jupiter in 94, it made an Earth size hole. We wd be super dead if it actually hit Earth http://t.co/b6IyuLoHIo",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/315258192949022720,['http://en.wikipedia.org/wiki/Comet_Shoemaker%E2%80%93Levy_9'],[],0,,False,84,61,179,,None,,,,,,,[],,,, +868,315252557884825601,315049449653153792,1363997041000.0,2013-03-23 00:04:01,+0000,,Probably true imo “@bbcscitech: Dinosaur-killing rock 'was a comet' http://t.co/wZhjXrl9NV”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/315252557884825601,['http://bbc.in/15zdItz'],[],0,,False,19,10,23,,None,,,,,,,[],,,, +869,314262567084249088,314262567084249088,1363761009000.0,2013-03-20 06:30:09,+0000,,My talk at TED with @TEDchris http://t.co/SNOvzWdR0u,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/314262567084249088,['http://on.ted.com/jU8R'],[],0,,False,425,64,390,,None,,,,,,,[],,,, +870,314179636445712384,314177889245466625,1363741237000.0,2013-03-20 01:00:37,+0000,,"@Anthropic Yeah, Plum Brook Space Power Facility @NASA Glenn Research Center. Help from the Glenn team much appreciated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/314179636445712384,[],[],0,,False,10,0,3,,None,,,,,,,[],,,, +871,314177889245466625,314177889245466625,1363740820000.0,2013-03-20 00:53:40,+0000,,Testing separation of F9 rocket fairing (can hold a city bus) in world's largest vacuum chamber http://t.co/2zkLi4ON0s,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/314177889245466625,[],['https://pbs.twimg.com/media/BFwvIC0CEAEar_R.jpg'],1,https://pbs.twimg.com/media/BFwvIC0CEAEar_R.jpg,False,268,43,310,,None,,,,,,,[],,,, +872,313848068900532224,313848068900532224,1363662185000.0,2013-03-19 03:03:05,+0000,,Sharing a metaphysical milkshake with @RainnWilson http://t.co/XPJ0OkGhmX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/313848068900532224,['http://www.youtube.com/watch?v=Ns0IHCj2q-E&feature=youtu.be&a'],[],0,,False,157,37,218,,None,,,,,,,[],,,, +873,313357288985460740,313354143152607232,1363545174000.0,2013-03-17 18:32:54,+0000,,"@JBSiegelMD Cool, I'm glad you like it!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/313357288985460740,[],[],0,,False,3,0,2,,None,,,,,,,[],,,, +874,313354143152607232,313354143152607232,1363544424000.0,2013-03-17 18:20:24,+0000,,Craig Venter talks about flu vaccines and the Tesla Model S. Gesundheit! http://t.co/nt2etVUjDq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/313354143152607232,['http://www.medscape.com/viewarticle/780324_2'],[],0,,False,42,17,70,,None,,,,,,,[],,,, +875,310550326900051969,310550326900051969,1362875942000.0,2013-03-10 00:39:02,+0000,,Using Über to order a Tesla Model S @SXSW with @shervin and @travisk http://t.co/69H47lMjBw,de,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/310550326900051969,[],['https://pbs.twimg.com/media/BE9L4IBCUAAZQUR.jpg'],1,https://pbs.twimg.com/media/BE9L4IBCUAAZQUR.jpg,False,300,49,203,,None,,,,,,,[],,,, +876,310517571524915200,310517571524915200,1362868132000.0,2013-03-09 22:28:52,+0000,,The Johnny Cash hover slam! http://t.co/9jXiKoo9D1,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/310517571524915200,['http://youtu.be/2Ivr6JF1K-8'],[],0,,False,227,109,409,,None,,,,,,,[],,,, +877,310478997077258241,310478997077258241,1362858935000.0,2013-03-09 19:55:35,+0000,,Will show Johnny Cash hover slam rocket video for the first time in about 15 mins. Test footage only 36 hrs old. #SXSW,en,['sxsw'],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/310478997077258241,[],[],0,,False,49,46,132,,None,,,,,,,[],,,, +878,310079304602107904,310079304602107904,1362763641000.0,2013-03-08 17:27:21,+0000,,Check out Model S at Tesla Austin Gallery at The Domain opening today! I will stop by this eve and tomorrow morning.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/310079304602107904,[],[],0,,False,36,33,79,,None,,,,,,,[],,,, +879,310051925024452608,310047260958416897,1362757114000.0,2013-03-08 15:38:34,+0000,,@sdvillella nice pic!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310051925024452608,[],[],0,,False,8,0,4,,None,,,,,,,[],,,, +880,310048970342809601,310047260958416897,1362756409000.0,2013-03-08 15:26:49,+0000,,@RebeccaJarvis Not yet. I look forward to giving that a try.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310048970342809601,[],[],0,,False,7,0,1,,None,,,,,,,[],,,, +881,310047260958416897,310047260958416897,1362756002000.0,2013-03-08 15:20:02,+0000,,Random trivia: my grandfather & great grandfather were both born in Minnesota. I was named after my GGF.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310047260958416897,[],[],0,,False,58,32,32,,None,,,,,,,[],,,, +882,310046392653582336,310046392653582336,1362755795000.0,2013-03-08 15:16:35,+0000,,Minnesota auto dealers tried to pass legislation to block Tesla stores. Bill was just defeated in Senate. Thanks MN!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310046392653582336,[],[],0,,False,126,75,251,,None,,,,,,,[],,,, +883,310038397253210113,310036546327834625,1362753888000.0,2013-03-08 14:44:48,+0000,,@Asherlaw SpaceX is expanding launch ops at Canaveral too. Need 2 locations to handle flight rate and avoid weather risk,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310038397253210113,[],[],0,,False,3,3,4,,None,,,,,,,[],,,, +884,310036546327834625,310036546327834625,1362753447000.0,2013-03-08 14:37:27,+0000,,"Arrived Austin. Talking with TX House about creating an orbital launch complex near Brownsville, then #SXSW keynote tmrw",en,['sxsw'],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310036546327834625,[],[],0,,False,80,61,131,,None,,,,,,,[],,,, +885,310031964663078913,310027926668197889,1362752355000.0,2013-03-08 14:19:15,+0000,,@navidob Pretty much. Couldn't leave the country of Ibsen without doing something cultural!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310031964663078913,[],[],0,,False,6,2,5,,None,,,,,,,[],,,, +886,310027926668197889,310027926668197889,1362751392000.0,2013-03-08 14:03:12,+0000,,Saw a play about Stalin in Norwegian. Like watching mimes with emoticons doing Solzhenitsyn. http://t.co/YsWV6IF3QL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310027926668197889,[],['https://pbs.twimg.com/media/BE1wwbgCQAAespx.jpg'],1,https://pbs.twimg.com/media/BE1wwbgCQAAespx.jpg,False,122,30,53,,None,,,,,,,[],,,, +887,309435481165279233,309435481165279233,1362610142000.0,2013-03-06 22:49:02,+0000,,Am in Oslo to thank the Norwegian customers of @TeslaMotors personally. Highest Model S orders per capita in the world.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/309435481165279233,[],[],0,,False,118,71,206,,None,,,,,,,[],,,, +888,307958110474104832,307958110474104832,1362257909000.0,2013-03-02 20:58:29,+0000,,Just received #Dragon docking clearance from @NASA. Will begin orbital maneuvers to Space Station at 11pm Pacific time.,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/307958110474104832,[],[],0,,False,147,62,319,,None,,,,,,,[],,,, +889,307633403195449344,307633403195449344,1362180493000.0,2013-03-01 23:28:13,+0000,,Would also like to thank @USAirForce for allowing us to use their long range comm system for Dragon in free drift.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/307633403195449344,[],[],0,,False,92,29,138,,None,,,,,,,[],,,, +890,307627922783600640,307627922783600640,1362179186000.0,2013-03-01 23:06:26,+0000,,Just want to say thanks to @NASA for being the world's coolest customer. Looking forward to delivering the goods!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/307627922783600640,[],[],0,,False,239,37,397,,None,,,,,,,[],,,, +891,307615430154022912,307615430154022912,1362176208000.0,2013-03-01 22:16:48,+0000,,Orbit raising burn successful. Dragon back on track.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/307615430154022912,[],[],0,,False,232,107,618,,None,,,,,,,[],,,, +892,307597163582590977,307597163582590977,1362171853000.0,2013-03-01 21:04:13,+0000,,Thruster pods one through four are now operating nominally. Preparing to raise orbit. All systems green.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/307597163582590977,[],[],0,,False,242,116,524,,None,,,,,,,[],,,, +893,307580263637061633,307580263637061633,1362167824000.0,2013-03-01 19:57:04,+0000,,Pods 1 and 4 now online and thrusters engaged. Dragon transitioned from free drift to active control. Yes!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/307580263637061633,[],[],0,,False,267,177,588,,None,,,,,,,[],,,, +894,307536134215446528,307536134215446528,1362157302000.0,2013-03-01 17:01:42,+0000,,Attempting bring up of thruster pods 2 and 4,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/307536134215446528,[],[],0,,False,50,45,156,,None,,,,,,,[],,,, +895,307533114035535872,307533114035535872,1362156582000.0,2013-03-01 16:49:42,+0000,,Solar array deployment successful,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307533114035535872,[],[],0,,False,255,145,597,,None,,,,,,,[],,,, +896,307530281290711042,307530281290711042,1362155907000.0,2013-03-01 16:38:27,+0000,,Thruster pod 3 tank pressure trending positive. Preparing to deploy solar arrays.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307530281290711042,[],[],0,,False,95,35,288,,None,,,,,,,[],,,, +897,307523715678212096,307523715678212096,1362154341000.0,2013-03-01 16:12:21,+0000,,About to pass over Australia ground station and command inhibit override,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307523715678212096,[],[],0,,False,43,43,191,,None,,,,,,,[],,,, +898,307521854166417408,307521854166417408,1362153898000.0,2013-03-01 16:04:58,+0000,,Holding on solar array deployment until at least two thruster pods are active,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307521854166417408,[],[],0,,False,49,22,222,,None,,,,,,,[],,,, +899,307515784610058241,307515784610058241,1362152451000.0,2013-03-01 15:40:51,+0000,,Issue with Dragon thruster pods. System inhibiting three of four from initializing. About to command inhibit override.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/307515784610058241,[],[],0,,False,80,61,568,,None,,,,,,,[],,,, +900,307513668483047424,307513668483047424,1362151946000.0,2013-03-01 15:32:26,+0000,,Falcon 9 delivered Dragon to its target orbit. All good on the rocket.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/307513668483047424,[],[],0,,False,120,56,302,,None,,,,,,,[],,,, +901,307502809744551936,307502809744551936,1362149357000.0,2013-03-01 14:49:17,+0000,,T minus 22 mins to launch mission 3 to dock with the Space Station http://t.co/TfGUbZSaL3,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/307502809744551936,[],['https://pbs.twimg.com/media/BER4LR6CMAIlNpU.jpg'],1,https://pbs.twimg.com/media/BER4LR6CMAIlNpU.jpg,False,226,50,402,,None,,,,,,,[],,,, +902,307406661688127488,307406661688127488,1362126434000.0,2013-03-01 08:27:14,+0000,,Computer glitch found by @SpaceX avionics while bench testing on IM. Couldn't replicate on vehicle. Launch proceeding...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/307406661688127488,[],[],0,,False,45,11,72,,None,,,,,,,[],,,, +903,307361875782402048,307361875782402048,1362115756000.0,2013-03-01 05:29:16,+0000,,Launch on track for tomorrow morning at 10:10 am Cape Canaveral time,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/307361875782402048,[],[],0,,False,72,51,171,,None,,,,,,,[],,,, +904,306612536973856768,306591715077271553,1361937100000.0,2013-02-27 03:51:40,+0000,,"@andrewliebchen @_chrissimmons Exactly. Then no need for clean energy subsidies, as externality is priced into mkt behavior",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/306612536973856768,[],[],0,,False,5,7,7,,None,,,,,,,[],,,, +905,306608592100941824,306591715077271553,1361936159000.0,2013-02-27 03:35:59,+0000,,"@_ChrisSimmons A carbon tax would affect coal even more than gasoline, so electricity would also become more expensive",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/306608592100941824,[],[],0,,False,3,1,3,,None,,,,,,,[],,,, +906,306591715077271553,306591715077271553,1361932135000.0,2013-02-27 02:28:55,+0000,,"One often hears that there is no point in a US carbon tax unless China acts. Well, they just did http://t.co/SIp9NzkulK",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/306591715077271553,['http://slate.me/ZGAPVz'],[],0,,False,152,51,526,,None,,,,,,,[],,,, +907,306193893890863104,306193893890863104,1361837287000.0,2013-02-26 00:08:07,+0000,,"Rocket static fire @SpaceX Cape Canaveral launch pad looks good. Engines generated 433 tons of thrust, parameters nominal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/306193893890863104,[],[],0,,False,180,26,244,,None,,,,,,,[],,,, +908,305971647561752576,305907190563221504,1361784300000.0,2013-02-25 09:25:00,+0000,,"@FaeLoba Best is winning competitions like Formula SAE, design/build/fly or other evidence of exceptional eng ability",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/305971647561752576,[],[],0,,False,5,1,5,,None,,,,,,,[],,,, +909,305172926762725376,305067979689820160,1361593870000.0,2013-02-23 04:31:10,+0000,,"@EricIdle Cool! Btw, thought you might appreciate that 1st flight of Dragon spacecraft carried a large wheel of cheese :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/305172926762725376,[],[],0,,False,15,6,9,,None,,,,,,,[],,,, +910,304004275921625090,304004275921625090,1361315242000.0,2013-02-19 23:07:22,+0000,,Thanks @CNBC! “@Lebeaucarnews: The Model S delivered what @elonmusk promised. A ride to make you re-think going electric.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/304004275921625090,[],[],0,,False,50,12,96,,None,,,,,,,[],,,, +911,303585941304537090,303585941304537090,1361215503000.0,2013-02-18 19:25:03,+0000,,Appreciate thoughtful @Sulliview article. Faith in @nytimes restored.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/303585941304537090,[],[],0,,False,49,35,93,,None,,,,,,,[],,,, +912,302591854262767616,302591854262767616,1360978494000.0,2013-02-16 01:34:54,+0000,,Revolutions don't happen if you just roll over to the powers that be. Got to fight for what you believe. That's why http://t.co/GxkT0LVL,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/302591854262767616,['http://www.mercurynews.com/breaking-news/ci_22601708/tesla-ceo-elon-musk-is-right-battle-bad'],[],0,,False,173,74,372,,None,,,,,,,[],,,, +913,302341780479823872,302341780479823872,1360918872000.0,2013-02-15 09:01:12,+0000,,"Genius move “@cdabel114: @CNN Well, to be fair, they did use the controversial gimmick of actually charging up the car”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/302341780479823872,[],[],0,,False,48,13,86,,None,,,,,,,[],,,, +914,302235336514342912,302235336514342912,1360893494000.0,2013-02-15 01:58:14,+0000,,CNN about halfway through East Coast Supercharger test drive of @TeslaMotors Model S w @PeterDrives & @AbigailBassett,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/302235336514342912,[],[],0,,False,28,34,59,,None,,,,,,,[],,,, +915,302179853388619777,302179853388619777,1360880265000.0,2013-02-14 22:17:45,+0000,,Testing the Model S on a surface of pure ice and snow http://t.co/OeZwXFSv,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/302179853388619777,['http://www.youtube.com/watch?v=i0sflIrq_UM'],[],0,,False,86,42,89,,None,,,,,,,[],,,, +916,301064882655207426,301064882655207426,1360614436000.0,2013-02-11 20:27:16,+0000,,"Btw, more free East Coast Superchargers coming soon. Will allow lower initial charge, v high speed trip & long detours, like NYTimes drive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/301064882655207426,[],[],0,,False,55,40,91,,None,,,,,,,[],,,, +917,301054791432417280,301053361157988352,1360612030000.0,2013-02-11 19:47:10,+0000,,"@batasrki Yeah, Top Gear pretended the Tesla Roadster ran out of charge and they had to push it home. Logs showed 50 miles range left.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301054791432417280,[],[],0,,False,15,8,33,,None,,,,,,,[],,,, +918,301054021928640512,301050531923779585,1360611846000.0,2013-02-11 19:44:06,+0000,,@tomleykis Thanks Tom! Support of real Tesla customers like yourself who drive the car every day is v much appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301054021928640512,[],[],0,,False,7,2,7,,None,,,,,,,[],,,, +919,301053361157988352,301053361157988352,1360611689000.0,2013-02-11 19:41:29,+0000,,"Tesla data logging is only turned on with explicit written permission from customers, but after Top Gear BS, we always keep it on for media.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301053361157988352,[],[],0,,False,165,73,347,,None,,,,,,,[],,,, +920,301050531923779585,301050531923779585,1360611014000.0,2013-02-11 19:30:14,+0000,,"Tesla blog coming soon detailing what actually happened on Broder's NYTimes ""range test"". Also lining up other journalists to do same drive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301050531923779585,[],[],0,,False,91,73,196,,None,,,,,,,[],,,, +921,301049593385340928,301049593385340928,1360610790000.0,2013-02-11 19:26:30,+0000,,NYTimes article about Tesla range in cold is fake. Vehicle logs tell true story that he didn't actually charge to max & took a long detour.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301049593385340928,[],[],0,,False,324,132,918,,None,,,,,,,[],,,, +922,300664934663061505,300664934663061505,1360519081000.0,2013-02-10 17:58:01,+0000,,"Busted “@TheOnion: Barack Obama: 'Look, I'm Just Going To Say It: I Collect Antique Nazi Memorabilia' http://t.co/KExXRoBL”",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/300664934663061505,['http://onion.com/Wtrvzw'],[],0,,False,30,8,53,,None,,,,,,,[],,,, +923,300234184193105920,300234184193105920,1360416382000.0,2013-02-09 13:26:22,+0000,,Next Grasshopper rocket test is called the Johnny Cash Hover Slam (yeah baby!). Might be our first smoking crater...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/300234184193105920,[],[],0,,False,124,60,219,,None,,,,,,,[],,,, +924,299961897426505729,299961897426505729,1360351464000.0,2013-02-08 19:24:24,+0000,,SpaceX software engineering is doing an AMA on Reddit http://t.co/hwkUwM5v,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/299961897426505729,['http://www.reddit.com/r/IAmA/comments/1853ap/we_are_spacex_software_engineers_we_launch/'],[],0,,False,78,13,157,,None,,,,,,,[],,,, +925,299961175490297856,299961175490297856,1360351291000.0,2013-02-08 19:21:31,+0000,,Our Great^n Grandfather http://t.co/zxndg3WF,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/299961175490297856,['http://www.nytimes.com/2013/02/08/science/common-ancestor-of-mammals-plucked-from-obscurity.html?_r=0'],[],0,,False,36,7,22,,None,,,,,,,[],,,, +926,299779101366030336,299779101366030336,1360307882000.0,2013-02-08 07:18:02,+0000,,"No, they are not “@AutoblogGreen: Are electric vehicles really a 'dead end'? @Reuters sure thinks so http://t.co/nwAdCLU2”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/299779101366030336,['http://aol.it/Y9nYoz'],[],0,,False,56,41,100,,None,,,,,,,[],,,, +927,298338092652318720,298338092652318720,1359964318000.0,2013-02-04 07:51:58,+0000,,"Wow, 180,000 American killed by other Americans since 9/11 vs only 33 by muslim terrorists http://t.co/BEdhLqJS",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/298338092652318720,['http://www.wired.com/dangerroom/2013/02/american-muslim-terrorism/?cid=co5626214'],[],0,,False,359,71,1591,,None,,,,,,,[],,,, +928,298266134128496641,298266134128496641,1359947162000.0,2013-02-04 03:06:02,+0000,,Great spirit here in the Superdome. Awesome rally by the @49ers!! #SB47,en,['sb47'],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/298266134128496641,[],[],0,,False,32,16,26,,None,,,,,,,[],,,, +929,298252558332485635,298252558332485635,1359943926000.0,2013-02-04 02:12:06,+0000,,I love indoor flamethrowers http://t.co/aAnFftoD,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/298252558332485635,[],['https://pbs.twimg.com/media/BCObHyFCYAEAgND.jpg'],1,https://pbs.twimg.com/media/BCObHyFCYAEAgND.jpg,False,643,47,110,,None,,,,,,,[],,,, +930,296466962899402752,296466962899402752,1359518206000.0,2013-01-30 03:56:46,+0000,,My thoughts on the nature of the issue with the battery pack supplied to Boeing http://t.co/57Y7UyaC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/296466962899402752,['http://www.flightglobal.com/news/articles/elon-musk-boeing-787-battery-fundamentally-unsafe-381627/'],[],0,,False,149,46,343,,None,,,,,,,[],,,, +931,295162137297428480,295162137297428480,1359207112000.0,2013-01-26 13:31:52,+0000,,Desire to help Boeing is real & am corresponding w 787 chief engineer. Junod's Esquire article had high fiction content.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/295162137297428480,[],[],0,,False,103,35,200,,None,,,,,,,[],,,, +932,292321606376779776,292321606376779776,1358529876000.0,2013-01-18 17:24:36,+0000,,"Maybe already under control, but Tesla & SpaceX are happy to help with the 787 lithium ion batteries.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/292321606376779776,[],[],0,,False,237,71,559,,None,,,,,,,[],,,, +933,291332638407528448,291332638407528448,1358294088000.0,2013-01-15 23:54:48,+0000,,What it feels like to ride a rocket http://t.co/b5vhLvqg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/291332638407528448,['http://youtu.be/nUV6oqCFrFU'],[],0,,False,119,41,169,,None,,,,,,,[],,,, +934,289423253859082240,289423253859082240,1357838855000.0,2013-01-10 17:27:35,+0000,,"To be super clear, I don't wish to (nor could I) mandate anything about a Mars Colony. Am just working on the tech to get people there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/289423253859082240,[],[],0,,False,85,61,176,,None,,,,,,,[],,,, +935,289281686548647936,289281686548647936,1357805103000.0,2013-01-10 08:05:03,+0000,,"Also, I am not the kale eating overlord of Mars (altho kale has its moments) http://t.co/nCjMgEjC",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/289281686548647936,['http://www.thejanedough.com/peta-mars-vegan/'],[],0,,False,58,44,60,,None,,,,,,,[],,,, +936,287261992476098560,287261992476098560,1357323570000.0,2013-01-04 18:19:30,+0000,,"Nice story about a Model S coast to coast road trip. By end of year, it will be Superchargers all the way! http://t.co/mivPyxrj",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/287261992476098560,['http://www.greencarreports.com/news/1081387_tesla-model-s-owner-drives-coast-to-coast-electrically-again'],[],0,,False,63,31,147,,None,,,,,,,[],,,, +937,287033019255115777,287033019255115777,1357268979000.0,2013-01-04 03:09:39,+0000,,This gives a sense of what Mars would look like after changing the climate to sustain life http://t.co/DT1P5EUp,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/287033019255115777,['http://m.theatlantic.com/technology/archive/2013/01/a-martian-dream-heres-what-the-red-planet-would-look-like-with-earth-like-oceans-and-life/266791/'],[],0,,False,155,34,291,,None,,,,,,,[],,,, +938,285026647151894528,285026647151894528,1356790622000.0,2012-12-29 14:17:02,+0000,,Death Valley restored to position of world's hottest place http://t.co/3I26Y4aN,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/285026647151894528,['http://www.nytimes.com/2012/12/29/science/earth/death-valley-temperature-record-is-restored.html?nl=todaysheadlines&emc=edit_th_20121229&_r=0'],[],0,,False,21,16,44,,None,,,,,,,[],,,, +939,285026400078016512,285026400078016512,1356790563000.0,2012-12-29 14:16:03,+0000,,CA's Death Valley is #1 again! Tesla hot weather testing was done there. Model S was fine but gas tow truck overheated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/285026400078016512,[],[],0,,False,41,25,120,,None,,,,,,,[],,,, +940,283703150123315200,276194361442705408,1356475076000.0,2012-12-25 22:37:56,+0000,,@KarlSchroeder Interesting premise. I will read it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/283703150123315200,[],[],0,,False,4,5,2,,None,,,,,,,[],,,, +941,283694250980429824,283529317722488832,1356472954000.0,2012-12-25 22:02:34,+0000,,@TristanLaurent V cute! Merry Xmas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/283694250980429824,[],[],0,,False,3,2,0,,None,,,,,,,[],,,, +942,283040346538115075,283040346538115075,1356317052000.0,2012-12-24 02:44:12,+0000,,Cowboy riding the rocket no problemo http://t.co/YZdNpwX3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283040346538115075,[],['https://pbs.twimg.com/media/A-2PshDCAAA86B1.jpg'],1,https://pbs.twimg.com/media/A-2PshDCAAA86B1.jpg,False,175,36,161,,None,,,,,,,[],,,, +943,283037363763032066,283037363763032066,1356316340000.0,2012-12-24 02:32:20,+0000,,Single camera view of the 40 meter rocket hover http://t.co/Zlh7xC7T,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283037363763032066,['http://youtu.be/Zz-NYeH-CEY'],[],0,,False,108,31,196,,None,,,,,,,[],,,, +944,283034463372464129,283034463372464129,1356315649000.0,2012-12-24 02:20:49,+0000,,Then we took him for a ride: 40 meter hover flight vid of the SpaceX Grasshopper test rocket http://t.co/2563ykr2,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283034463372464129,['http://youtu.be/B4PEXLODw9c'],[],0,,False,140,48,313,,None,,,,,,,[],,,, +945,283032287602413568,283032287602413568,1356315131000.0,2012-12-24 02:12:11,+0000,,"To provide a little perspective on the size of Grasshopper, we added a 6 ft cowboy to the rocket http://t.co/3NMYJqmd",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283032287602413568,[],['https://pbs.twimg.com/media/A-2IXbMCEAAwU3H.jpg'],1,https://pbs.twimg.com/media/A-2IXbMCEAAwU3H.jpg,False,215,28,201,,None,,,,,,,[],,,, +946,281541900916371457,281541900916371457,1355959794000.0,2012-12-19 23:29:54,+0000,,Very much agree with this great review of Chasing Ice on Ars Technica http://t.co/bzMQQyAk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/281541900916371457,['http://arstechnica.com/science/2012/12/glacier-documentary-chasing-ice-is-stunning-somber/'],[],0,,False,30,10,50,,None,,,,,,,[],,,, +947,281207435140685824,281207435140685824,1355880051000.0,2012-12-19 01:20:51,+0000,,"Thanks! “@ev: Have driven a Tesla Model S 50 miles now. It's clearly the iPhone of cars—by far the best car ever made.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/281207435140685824,[],[],0,,False,68,28,88,,None,,,,,,,[],,,, +948,280739170903789568,280739170903789568,1355768408000.0,2012-12-17 18:20:08,+0000,,A beautiful and awe-inspiring view of Earth from the International Space Station http://t.co/434j058M,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/280739170903789568,['http://youtu.be/3burujJOWRA'],[],0,,False,200,23,325,,None,,,,,,,[],,,, +949,279598935641833474,279598935641833474,1355496555000.0,2012-12-14 14:49:15,+0000,,Good piece on volcanoes “@DanRetz: The USGS would seem to disagree. http://t.co/evnCgdC4”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279598935641833474,['http://volcanoes.usgs.gov/hazards/gas/climate.php'],[],0,,False,23,8,13,,None,,,,,,,[],,,, +950,279597699945361408,279591897473896448,1355496260000.0,2012-12-14 14:44:20,+0000,,@prbowman Roughly equivalent to a 747 flight from LA to London (one way).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279597699945361408,[],[],0,,False,10,4,0,,None,,,,,,,[],,,, +951,279597307673067520,279591897473896448,1355496167000.0,2012-12-14 14:42:47,+0000,,@ImprobableToad That's why I'm a believer in solar power. We have a giant fusion reactor conveniently located in the sky.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279597307673067520,[],[],0,,False,11,1,10,,None,,,,,,,[],,,, +952,279591897473896448,279591897473896448,1355494877000.0,2012-12-14 14:21:17,+0000,,"Exactly MT ""@DanRetz IMHO: continuing the uncontrolled experiment of adding co2 to atmosphere is a bad idea.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279591897473896448,[],[],0,,False,25,21,57,,None,,,,,,,[],,,, +953,279586009954516992,279586009954516992,1355493473000.0,2012-12-14 13:57:53,+0000,,It is hard to argue with a thermometer. Global warming is real and accelerating. Wish it wasn't. http://t.co/wB4w9coU,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/279586009954516992,['http://news.yahoo.com/ap-gfk-poll-science-doubters-world-warming-080143113.html'],[],0,,False,42,27,145,,None,,,,,,,[],,,, +954,278953918338326528,278953918338326528,1355342771000.0,2012-12-12 20:06:11,+0000,,Cool video recap of the big events of the year by Google #Zeitgeist2012 http://t.co/FZjy4vkL,en,['zeitgeist2012'],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/278953918338326528,['http://google.com/zeitgeist/2012'],[],0,,False,65,12,119,,None,,,,,,,[],,,, +955,278918251730305025,278917625273262081,1355334267000.0,2012-12-12 17:44:27,+0000,,"@Neowolf2 Relative to kerosene, methane is not prone to coking, but we would run v high purity anyway for max Isp.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278918251730305025,[],[],0,,False,6,1,0,,None,,,,,,,[],,,, +956,278917332657651712,278910105804734464,1355334048000.0,2012-12-12 17:40:48,+0000,,"@chrisbrandow @TEA_in_Space Yup or Douglas Aircraft, creator of the awesome DC-3 http://t.co/4o8OHDCo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278917332657651712,['http://en.wikipedia.org/wiki/Douglas_Aircraft_Company'],[],0,,False,4,4,0,,None,,,,,,,[],,,, +957,278915899501727744,278910105804734464,1355333707000.0,2012-12-12 17:35:07,+0000,,"My big worry would be long (hopefully) term when I'm dead, eg v sad situation with once great HP @TEA_in_Space",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278915899501727744,[],[],0,,False,8,7,10,,None,,,,,,,[],,,, +958,278913921891586049,278910105804734464,1355333235000.0,2012-12-12 17:27:15,+0000,,"SpaceX will go public at some point, as I think it should ultimately be owned primarily by the public ""@bm_ will SpaceX go public?""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278913921891586049,[],[],0,,False,69,29,150,,None,,,,,,,[],,,, +959,278910847768739840,278904436447928320,1355332502000.0,2012-12-12 17:15:02,+0000,,"@IntlManOfRealty Best to study some form of engineering, which is the art of creating useful things that didn't exist before.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278910847768739840,[],[],0,,False,17,5,9,,None,,,,,,,[],,,, +960,278910105804734464,278910105804734464,1355332325000.0,2012-12-12 17:12:05,+0000,,"Tesla articles 30 mins apart: ""This Stock is Screaming Buy"" http://t.co/jb9DCw4s and ""This Stock Could Get DESTROYED"" http://t.co/dqxTK4LJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278910105804734464,"['http://bit.ly/W6cBOV', 'http://bit.ly/UU2xK4']",[],0,,False,43,36,57,,None,,,,,,,[],,,, +961,278331899133452288,278331899133452288,1355194470000.0,2012-12-11 02:54:30,+0000,,Tesla was just approved for a full Class 1 Massachusetts Auto Sales License by a vote of 4 to 1. Much appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/278331899133452288,[],[],0,,False,99,54,207,,None,,,,,,,[],,,, +962,277913865688346624,277913865688346624,1355094803000.0,2012-12-09 23:13:23,+0000,,"Told my kids (age 8 and 6) that we were going to see the Nutcracker, which somehow got translated as the Buttcracker.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/277913865688346624,[],[],0,,False,129,53,117,,None,,,,,,,[],,,, +963,277693768583491584,277693768583491584,1355042328000.0,2012-12-09 08:38:48,+0000,,Congrats to @dmetcalf for being the first to drive a Tesla Model S over 400 miles on a single charge!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/277693768583491584,[],[],0,,False,67,27,167,,None,,,,,,,[],,,, +964,276194361442705408,276194361442705408,1354684841000.0,2012-12-05 05:20:41,+0000,,Interesting possible answer to the Fermi Paradox http://t.co/ASZdxBAl,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/276194361442705408,['http://news.discovery.com/space/do-robots-rule-the-galaxy-121201.html'],[],0,,False,121,50,161,,None,,,,,,,[],,,, +965,275821969415483393,275821969415483393,1354596056000.0,2012-12-04 04:40:56,+0000,,Am happy to report that Tesla was narrowly cash flow positive last week. Continued improvement expected through year end.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/275821969415483393,[],[],0,,False,358,129,691,,None,,,,,,,[],,,, +966,275346615634624514,275346615634624514,1354482723000.0,2012-12-02 21:12:03,+0000,,Uranium ore now available on Amazon! So much more convenient than Uzbekistan #AwesomeXmasGifts http://t.co/jqWAJrnY,en,['awesomexmasgifts'],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/275346615634624514,['http://www.amazon.com/gp/product/B000796XXM/ref=oh_details_o03_s00_i00'],[],0,,False,152,74,678,,None,,,,,,,[],,,, +967,274090388669734912,274087103065894913,1354183215000.0,2012-11-29 10:00:15,+0000,,@shervin Thanks Shervin!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/274090388669734912,[],[],0,,False,42,10,2,,None,,,,,,,[],,,, +968,273596976526942209,273596976526942209,1354065577000.0,2012-11-28 01:19:37,+0000,,"Can't put my finger on it, but for some reason the newsstand is looking particularly good right now http://t.co/gRARJ3xy",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/273596976526942209,[],['https://pbs.twimg.com/media/A8wDACYCYAMpjHX.jpg'],1,https://pbs.twimg.com/media/A8wDACYCYAMpjHX.jpg,False,588,131,661,,None,,,,,,,[],,,, +969,273486358411087872,273486358411087872,1354039203000.0,2012-11-27 18:00:03,+0000,,"But if humanity wishes to become a multi-planet species, then we must figure out how to move millions of people to Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/273486358411087872,[],[],0,,False,227,159,355,,None,,,,,,,[],,,, +970,273485219162648576,273485219162648576,1354038932000.0,2012-11-27 17:55:32,+0000,,"And, yes, I do in fact know that this sounds crazy. That is not lost on me. Nor I do think SpaceX will do this alone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/273485219162648576,[],[],0,,False,76,82,130,,None,,,,,,,[],,,, +971,273483420468932608,273483420468932608,1354038503000.0,2012-11-27 17:48:23,+0000,,"Millions of people needed for Mars colony, so 80k+ would just be the number moving to Mars per year http://t.co/rwMuzVEK",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/273483420468932608,['http://news.yahoo.com/huge-mars-colony-eyed-spacex-founder-elon-musk-120626263.html'],[],0,,False,199,90,616,,None,,,,,,,[],,,, +972,272518429368541184,272518429368541184,1353808431000.0,2012-11-25 01:53:51,+0000,,Short vid of the recent @SpaceX mission to the Intl Space Station http://t.co/Qc963d8B,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/272518429368541184,['http://www.youtube.com/watch?v=K0wZ1MOzFSU&feature=youtu.be'],[],0,,False,139,29,204,,None,,,,,,,[],,,, +973,272129332565123072,272063241780338688,1353715663000.0,2012-11-24 00:07:43,+0000,,@cthorm SS Heart of Gold powered by the Infinite Improbability Drive!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/272129332565123072,[],[],0,,False,14,3,1,,None,,,,,,,[],,,, +974,272063241780338688,272063241780338688,1353699906000.0,2012-11-23 19:45:06,+0000,,My talk for the Royal Aeronautical Society is now online. This gets a little more technical. http://t.co/ZMbkc3jh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/272063241780338688,['http://bit.ly/Y8Enhz'],[],0,,False,177,23,108,,None,,,,,,,[],,,, +975,271814339969826817,271814339969826817,1353640563000.0,2012-11-23 03:16:03,+0000,,"Liam Neeson's ""Life's Too Short"" sketch is super funny http://t.co/nQL7wOx3",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/271814339969826817,['http://www.youtube.com/watch?v=lldrizLu_d8'],[],0,,False,128,14,89,,None,,,,,,,[],,,, +976,271652314744487936,271652314744487936,1353601933000.0,2012-11-22 16:32:13,+0000,,On the plus side...“@newscientist: #Climate change has a silver lining: supersized sweet potatoes http://t.co/zHMYIbL3”,en,['climate'],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/271652314744487936,['http://bit.ly/Sd3dcy'],[],0,,False,17,20,65,,None,,,,,,,[],,,, +977,271642966442000385,271642966442000385,1353599704000.0,2012-11-22 15:55:04,+0000,,Gave a talk on energy and transport at Oxford Univ http://t.co/kbvJf5LO,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/271642966442000385,['http://ow.ly/fuDdG'],[],0,,False,114,23,103,,None,,,,,,,[],,,, +978,271119275673145344,271085808155500544,1353474847000.0,2012-11-21 05:14:07,+0000,,@Thomas_Tregner Exactly!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/271119275673145344,[],[],0,,False,4,5,0,,None,,,,,,,[],,,, +979,271085808155500544,271085808155500544,1353466868000.0,2012-11-21 03:01:08,+0000,,Love this picture of the Curiousity rover on Mars. Landscape looks just like the California desert. http://t.co/02GDasae,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/271085808155500544,[],['https://pbs.twimg.com/media/A8MXGzRCIAAUDQx.jpg'],1,https://pbs.twimg.com/media/A8MXGzRCIAAUDQx.jpg,False,373,91,349,,None,,,,,,,[],,,, +980,270972990756364288,270972990756364288,1353439970000.0,2012-11-20 19:32:50,+0000,,"Btw, I don't think Apple is doomed. Just won't unseat Google from 1st place with Larry P in charge. http://t.co/hsIAekAw",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/270972990756364288,['http://www.businessinsider.com/elon-musk-apple-is-doomed-without-steve-jobs-2012-11'],[],0,,False,71,44,99,,None,,,,,,,[],,,, +981,270970389394518016,270970389394518016,1353439349000.0,2012-11-20 19:22:29,+0000,,"Mass. judge denies auto dealers' demand to kill our little Tesla store. Yay, justice prevails! http://t.co/MqnNYScE",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/270970389394518016,['http://www.autonews.com/apps/pbcs.dll/article?AID=/20121120/RETAIL07/121129989/mass-judge-denies-dealers-request-for-injunction-on-tesla-store'],[],0,,False,85,43,170,,None,,,,,,,[],,,, +982,270781533739175937,270776170184847360,1353394323000.0,2012-11-20 06:52:03,+0000,,"@YOUSRC Amos's article was fair, but his editor chose a more sensational headline & used quotes even though I didn't actually say that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270781533739175937,[],[],0,,False,4,3,3,,None,,,,,,,[],,,, +983,270778128643809282,270778128643809282,1353393511000.0,2012-11-20 06:38:31,+0000,,These articles in Space News describe why Ariane 6 vs 5: http://t.co/IaeYXXK9 and http://t.co/ghs3FG8w,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270778128643809282,"['http://www.spacenews.com/article/citing-spacex-threat-lawmakers-in-france-urge-early-ariane-6-start', 'http://www.spacenews.com/article/next-generation-ariane-tops-agenda-esa-ministerial']",[],0,,False,35,10,38,,None,,,,,,,[],,,, +984,270776170184847360,270776170184847360,1353393044000.0,2012-11-20 06:30:44,+0000,,"Was misquoted by BBC as saying ""Europe's rocket has no chance"". Just said the [Franco-German] Ariane 5 has no chance, so go with Ariane 6.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270776170184847360,[],[],0,,False,36,25,100,,None,,,,,,,[],,,, +985,270421087202992128,270421087202992128,1353308386000.0,2012-11-19 06:59:46,+0000,,"Just returned from a trip to London and Oxford, where I met with many interesting people. I really like Britain!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/270421087202992128,[],[],0,,False,76,41,46,,None,,,,,,,[],,,, +986,269259128277463040,269259128277463040,1353031353000.0,2012-11-16 02:02:33,+0000,,Original article on Model S from @consumerreports: http://t.co/OiXLz618,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/269259128277463040,['http://bit.ly/ZKeMKf'],[],0,,False,34,12,83,,None,,,,,,,[],,,, +987,269249710949289984,269249710949289984,1353029108000.0,2012-11-16 01:25:08,+0000,,Sounds like Consumer Reports had a good experience with the Tesla Model S http://t.co/CT3dgHbh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/269249710949289984,['http://m.usatoday.com/article/news/1706165'],[],0,,False,37,35,87,,None,,,,,,,[],,,, +988,268210066300235776,268210066300235776,1352781237000.0,2012-11-13 04:33:57,+0000,,"Cool story about a @SolarCity installation after hurricane Sandy. Good going, guys! http://t.co/w5FtBbZe",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/268210066300235776,['http://www.teslamotors.com/forum/forums/solar-city-story'],[],0,,False,47,11,73,,None,,,,,,,[],,,, +989,267909403469021184,267909403469021184,1352709553000.0,2012-11-12 08:39:13,+0000,,Alexander Hamilton was awesome http://t.co/2bHf4zS0,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/267909403469021184,['http://www.nytimes.com/2012/11/12/opinion/mr-hamiltons-growth-strategy.html?nl=todaysheadlines&emc=edit_th_20121112'],[],0,,False,84,17,94,,None,,,,,,,[],,,, +990,266295618702553088,266295618702553088,1352324798000.0,2012-11-07 21:46:38,+0000,,View of Grasshopper test rocket from the water tower. Note SUV and person nearby for sense of size. http://t.co/r9yuTRGL,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/266295618702553088,[],['https://pbs.twimg.com/media/A7ISdE5CMAIQxME.jpg'],1,https://pbs.twimg.com/media/A7ISdE5CMAIQxME.jpg,False,149,33,204,,None,,,,,,,[],,,, +991,265708137435258880,265708137435258880,1352184731000.0,2012-11-06 06:52:11,+0000,,"Good skit by Henri, Le Chat Noir. Camus in cat form! http://t.co/XeLUsE9i",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/265708137435258880,['http://youtu.be/R_fUsssnHPw'],[],0,,False,61,14,42,,None,,,,,,,[],,,, +992,264832219040845824,264829895899762688,1351975896000.0,2012-11-03 20:51:36,+0000,,"@Jack_JL Engine gimbals for pitch and yaw, gas thrusters for roll.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/264832219040845824,[],[],0,,False,4,1,1,,None,,,,,,,[],,,, +993,264829895899762688,264829895899762688,1351975342000.0,2012-11-03 20:42:22,+0000,,First flight of 10 story tall Grasshopper rocket using closed loop thrust vector & throttle control http://t.co/NH24BQMH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/264829895899762688,['http://yfrog.us/f362mloybjbosdefkdeoytqsz'],[],0,,False,127,42,216,,None,,,,,,,[],,,, +994,262609273878622208,262365909757358080,1351445904000.0,2012-10-28 17:38:24,+0000,,Reply to @mkrapels: Our avg speed was ummm a little too high. Got a ticket at 92 mph on I-5. We need the Autobahn in CA!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/262609273878622208,[],[],0,,False,43,31,41,,None,,,,,,,[],,,, +995,262605962005868544,262605962005868544,1351445115000.0,2012-10-28 17:25:15,+0000,,V proud of Tesla team for completing 1000th Model S body. More cars made this month than entire rest of year http://t.co/k8XWaEth,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/262605962005868544,[],['https://pbs.twimg.com/media/A6T2uynCcAAUn7b.jpg'],1,https://pbs.twimg.com/media/A6T2uynCcAAUn7b.jpg,False,314,85,340,,None,,,,,,,[],,,, +996,262374155700289536,262365909757358080,1351389848000.0,2012-10-28 02:04:08,+0000,,"Reply to @Astro_yyz: Yes, Model S seats 5 adults + 2 kids with room for luggage in the front trunk. My kids love the rear facing seats best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/262374155700289536,[],[],0,,False,17,19,33,,None,,,,,,,[],,,, +997,262371488181665794,262371488181665794,1351389212000.0,2012-10-28 01:53:32,+0000,,Pic of the Model S getting supercharged with the lovely @TalulahRiley http://t.co/ne5wGvZs,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/262371488181665794,[],['https://pbs.twimg.com/media/A6QhenjCQAEMjLu.jpg'],1,https://pbs.twimg.com/media/A6QhenjCQAEMjLu.jpg,False,245,34,108,,None,,,,,,,[],,,, +998,262365909757358080,262365909757358080,1351387882000.0,2012-10-28 01:31:22,+0000,,Doing LA to SF road trip in Model S with all 5 kids & Talulah. Supercharger finished charging b4 we finished our burgers!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/262365909757358080,[],[],0,,False,88,34,145,,None,,,,,,,[],,,, +999,260475462952824834,260475462952824834,1350937164000.0,2012-10-22 20:19:24,+0000,,Just wrote a blog piece about Tesla stores http://t.co/4Ebs4HIw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/260475462952824834,['http://www.teslamotors.com/blog/tesla-approach-distributing-and-servicing-cars'],[],0,,False,67,18,136,,None,,,,,,,[],,,, +1000,256529467911073793,256529467911073793,1349996366000.0,2012-10-11 22:59:26,+0000,,Long exposure shot of Dragon and the Space Station arcing across the night sky over Texas http://t.co/omTht7OP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/256529467911073793,[],['https://pbs.twimg.com/media/A49gMSHCcAEaPhm.jpg'],1,https://pbs.twimg.com/media/A49gMSHCcAEaPhm.jpg,False,292,44,336,,None,,,,,,,[],,,, +1001,255107883853819904,255107883853819904,1349657433000.0,2012-10-08 00:50:33,+0000,,Falcon 9 rocket booster has delivered Dragon to its target orbit!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/255107883853819904,[],[],0,,False,184,136,713,,None,,,,,,,[],,,, +1002,255046270975094784,255046270975094784,1349642744000.0,2012-10-07 20:45:44,+0000,,Time lapse video of rocket roll out http://t.co/nuHKYrEH Now 3 hours 45 mins to lift off...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/255046270975094784,['http://www.youtube.com/watch?v=2T1dfNoNV7k&feature=youtu.be'],[],0,,False,56,20,112,,None,,,,,,,[],,,, +1003,253683768236322817,253683768236322817,1349317898000.0,2012-10-04 02:31:38,+0000,,An update about Tesla http://t.co/A8hQXVNI,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/253683768236322817,['http://www.teslamotors.com/blog/update-elon-musk'],[],0,,False,103,35,325,,None,,,,,,,[],,,, +1004,253290635400986624,253280601069719553,1349224168000.0,2012-10-03 00:29:28,+0000,,"@elonmusk Sorry, meant to say EDT.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/253290635400986624,[],[],0,,False,8,10,5,,None,,,,,,,[],,,, +1005,253280601069719553,253280601069719553,1349221775000.0,2012-10-02 23:49:35,+0000,,Launching our Falcon 9 rocket and Dragon spacecraft to the Space Station on Sunday at 8:35pm EST! http://t.co/qXK0zJyC,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/253280601069719553,[],['https://pbs.twimg.com/media/A4PVXV_CEAEZtJ4.jpg'],1,https://pbs.twimg.com/media/A4PVXV_CEAEZtJ4.jpg,False,150,56,569,,None,,,,,,,[],,,, +1006,252870369487233024,252870369487233024,1349123968000.0,2012-10-01 20:39:28,+0000,,Review of the Model S by @nytimes http://t.co/L0sqgV6f,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/252870369487233024,['http://www.nytimes.com/2012/09/30/automobiles/autoreviews/one-big-step-for-tesla-one-giant-leap-for-evs.html?_r=1&'],[],0,,False,56,22,114,,None,,,,,,,[],,,, +1007,252827753643126784,252827753643126784,1349113808000.0,2012-10-01 17:50:08,+0000,,View from landing leg camera on Falcon rocket test rig (aka Grasshopper Project) http://t.co/xhFe87AM,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/252827753643126784,['http://yfrog.us/09qmmivexdorhtchxitvhjzsz'],[],0,,False,43,11,59,,None,,,,,,,[],,,, +1008,252528724602400768,252528724602400768,1349042514000.0,2012-09-30 22:01:54,+0000,,"Now test firing our most advanced engine, the Merlin 1D-Vac, at 80 tons of thrust. http://t.co/HGK1joVQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/252528724602400768,[],['https://pbs.twimg.com/media/A4EpiX4CMAABNgY.jpg'],1,https://pbs.twimg.com/media/A4EpiX4CMAABNgY.jpg,False,323,101,605,,None,,,,,,,[],,,, +1009,250453089562263552,250453089562263552,1348547644000.0,2012-09-25 04:34:04,+0000,,The Tesla Supercharger will over time allow you to travel anywhere on pure sunlight for free http://t.co/DEscYLLH,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/250453089562263552,['http://finance.yahoo.com/news/tesla-motors-launches-revolutionary-supercharger-032000226.html'],[],0,,False,246,76,842,,None,,,,,,,[],,,, +1010,250291772859752449,250291772859752449,1348509183000.0,2012-09-24 17:53:03,+0000,,Model S review by @Wired. Totally agree with criticisms. Corrections coming soon. http://t.co/1zXI3OzB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/250291772859752449,['http://www.wired.com/reviews/2012/09/tesla-model-s/'],[],0,,False,63,25,116,,None,,,,,,,[],,,, +1011,249306225177669632,249306225177669632,1348274210000.0,2012-09-22 00:36:50,+0000,,First test flight hop of our Grasshopper VTVL rocket! http://t.co/oomI5vSB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/249306225177669632,['http://yfrog.us/0wusutopshpepnbpmodbgnosz'],[],0,,False,89,40,183,,None,,,,,,,[],,,, +1012,248564996022345728,248564996022345728,1348097487000.0,2012-09-19 23:31:27,+0000,,The first owner to drive coast to coast in a Model S is about to complete the journey @XCTeslatrip!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/248564996022345728,[],[],0,,False,26,16,98,,None,,,,,,,[],,,, +1013,247510274918199296,247510274918199296,1347846023000.0,2012-09-17 01:40:23,+0000,,Tesla made 100 vehicle bodies this week for the first time. Really proud of the team! Pic of S/N 396: http://t.co/fZzbUIjn,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/247510274918199296,[],['https://pbs.twimg.com/media/A29VSJ8CMAABVwG.jpg'],1,https://pbs.twimg.com/media/A29VSJ8CMAABVwG.jpg,False,141,94,285,,None,,,,,,,[],,,, +1014,246419783136976897,246419783136976897,1347586029000.0,2012-09-14 01:27:09,+0000,,Tesla Supercharger unveiling event set for Sept 24. It will feel like alien spaceships landed at highway rest stops.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/246419783136976897,[],[],0,,False,103,58,349,,None,,,,,,,[],,,, +1015,246352069332721665,246352069332721665,1347569885000.0,2012-09-13 20:58:05,+0000,,Amazing series of space pics assembled by @theatlantic http://t.co/IUFTYgDn http://t.co/SHEPSWbS,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/246352069332721665,['http://www.theatlantic.com/infocus/2012/09/around-the-solar-system/100368/'],['https://pbs.twimg.com/media/A2s35t7CYAAokaH.jpg'],1,https://pbs.twimg.com/media/A2s35t7CYAAokaH.jpg,False,280,23,318,,None,,,,,,,[],,,, +1016,243800936240279552,243800936240279552,1346961647000.0,2012-09-06 20:00:47,+0000,,Tesla Model S driven 285 miles from Vegas to the beach in LA on a single charge by @motortrend http://t.co/8YvO1tsz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/243800936240279552,['http://www.motortrend.com/features/travel/1209_tesla_model_s_las_vegas/viewall.html'],[],0,,False,63,27,211,,None,,,,,,,[],,,, +1017,240909270764359680,240909270764359680,1346272220000.0,2012-08-29 20:30:20,+0000,,This piece about Mars in the NYT is worth a read http://t.co/mNB6f1aS,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/240909270764359680,['http://www.nytimes.com/2012/08/28/opinion/the-man-in-the-moon.html?_r=2&emc=eta1'],[],0,,False,134,14,241,,None,,,,,,,[],,,, +1018,240620571589738496,240607069827391488,1346203389000.0,2012-08-29 01:23:09,+0000,,"@ticketwaxter Extending life to Mars would ensure humanity's survival and be the greatest, most exciting adventure ever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/240620571589738496,[],[],0,,False,12,8,18,,None,,,,,,,[],,,, +1019,240174623948419072,240171772014624768,1346097067000.0,2012-08-27 19:51:07,+0000,,"@JoeBeernink Back of the envelope calc: Merlin wd accelerate Model S at 25 g's, so wd break sound barrier in <1.5 sec",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240174623948419072,[],[],0,,False,6,6,6,,None,,,,,,,[],,,, +1020,240172289746939904,240172289746939904,1346096510000.0,2012-08-27 19:41:50,+0000,,"For their test drive, the Motor Trend team drove from LA to San Diego and back without recharging http://t.co/5mH0xBGr",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240172289746939904,['http://www.motortrend.com/roadtests/alternative/1208_2012_tesla_model_s_test_and_range_verification/'],[],0,,False,56,17,126,,None,,,,,,,[],,,, +1021,240171772014624768,240171772014624768,1346096387000.0,2012-08-27 19:39:47,+0000,,Motor Trend tests Model S as fastest American sedan at 3.9 sec 0-60 mph and tied for 1st worldwide in stopping distance,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240171772014624768,[],[],0,,False,51,31,255,,None,,,,,,,[],,,, +1022,239461912121843712,239461912121843712,1345927143000.0,2012-08-25 20:39:03,+0000,,Neil Armstrong was a hero to all of humanity. His spirit will carry us to the stars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/239461912121843712,[],[],0,,False,207,38,790,,None,,,,,,,[],,,, +1023,238308173990223873,238308173990223873,1345652071000.0,2012-08-22 16:14:31,+0000,,I love the sight of Teslas in the morning. Production line review is looking good! http://t.co/damib6tk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/238308173990223873,[],['https://pbs.twimg.com/media/A06kBYpCYAIlMH-.jpg'],1,https://pbs.twimg.com/media/A06kBYpCYAIlMH-.jpg,False,221,74,294,,None,,,,,,,[],,,, +1024,238307391215648769,238307391215648769,1345651884000.0,2012-08-22 16:11:24,+0000,,Glad to contribute to the Tesla museum and will do more in the future. He was a great man. http://t.co/NR2QNiax,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/238307391215648769,['http://www.indiegogo.com/teslamuseum'],[],0,,False,91,17,156,,None,,,,,,,[],,,, +1025,235130471745454084,235130471745454084,1344894447000.0,2012-08-13 21:47:27,+0000,,About to go through my first jury selection process. Trial concerns an alleged gang related murder. Hardcore.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/235130471745454084,[],[],0,,False,19,79,31,,None,,,,,,,[],,,, +1026,231545784494084096,231517918733672449,1344039791000.0,2012-08-04 00:23:11,+0000,,"@JustBe74 V important to make all of humanity proud, but in this case a particular duty is owed to the American taxpayer",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/231545784494084096,[],[],0,,False,10,3,6,,None,,,,,,,[],,,, +1027,231517918733672449,231517918733672449,1344033147000.0,2012-08-03 22:32:27,+0000,,Deeply appreciate @NASA's faith in @SpaceX. We will do whatever it takes to make NASA and the American people proud.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/231517918733672449,[],[],0,,False,134,62,304,,None,,,,,,,[],,,, +1028,231443998395473920,231210590675279872,1344015523000.0,2012-08-03 17:38:43,+0000,,@UrgentSpeed Sure. To be clear that number would include all US solar energy (thermal+PV).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/231443998395473920,[],[],0,,False,2,1,1,,None,,,,,,,[],,,, +1029,231210590675279872,231210590675279872,1343959875000.0,2012-08-03 02:11:15,+0000,,1st pure solar gigawatt hour day just achieved by @SolarCity! Predict 1st terawatt hour day from all US solar < 15 years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/231210590675279872,[],[],0,,False,66,29,185,,None,,,,,,,[],,,, +1030,230507510929440768,230486103923236864,1343792247000.0,2012-08-01 03:37:27,+0000,,@bryanwolfnow I'm neither anti-conservative nor anti-liberal. Just don't like group think. Ideas should be considered on their own merits.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/230507510929440768,[],[],0,,False,16,1,16,,None,,,,,,,[],,,, +1031,230496786182205440,230486103923236864,1343789690000.0,2012-08-01 02:54:50,+0000,,"@dansitu Individuals set the vector for the tides. The Life of Brian points out that we are all individuals, except for that one guy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230496786182205440,[],[],0,,False,6,1,2,,None,,,,,,,[],,,, +1032,230491286489161729,230491286489161729,1343788379000.0,2012-08-01 02:32:59,+0000,,People ought to think more about who wrote the software that's running in their head (sigh). It probably wasn't them.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230491286489161729,[],[],0,,False,212,56,421,,None,,,,,,,[],,,, +1033,230490756966662144,230486103923236864,1343788253000.0,2012-08-01 02:30:53,+0000,,"@dansitu Don't know about ""dark manipulators"", but Adbusters played a major role in creating Occupy http://t.co/fZ38XMeH",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230490756966662144,['http://www.newyorker.com/reporting/2011/11/28/111128fa_fact_schwartz'],[],0,,False,5,1,0,,None,,,,,,,[],,,, +1034,230487450882019328,230421989112807424,1343787465000.0,2012-08-01 02:17:45,+0000,,"@DJjodes Would love to make a Tesla supertruck with crazy torque, dynamic air suspension and corners like its on rails. That'd be sweet...",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230487450882019328,[],[],0,,False,6988,169,472,,None,,,,,,,[],,,, +1035,230486103923236864,230486103923236864,1343787144000.0,2012-08-01 02:12:24,+0000,,"Good assessment of the Dark Knight Rises in the Atlantic. Dickens, not Rand. http://t.co/mYFUARGS",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230486103923236864,['http://www.theatlantic.com/entertainment/archive/2012/07/no-the-dark-knight-rises-isnt-a-right-wing-opus/260511/'],[],0,,False,56,11,59,,None,,,,,,,[],,,, +1036,230423954618204161,230421989112807424,1343772326000.0,2012-07-31 22:05:26,+0000,,@patrickdorey81 Model S starts at $50k after federal rebate. Gen3 will be ~$30k. Need to optimize design and scale volume.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/230423954618204161,[],[],0,,False,354,12,9,,None,,,,,,,[],,,, +1037,230421989112807424,230421989112807424,1343771857000.0,2012-07-31 21:57:37,+0000,,Goal for Model S is to show that electric is way way better than gas. Combine w solar power & the future looks bright.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/230421989112807424,[],[],0,,False,33415,386,1824,,None,,,,,,,[],,,, +1038,230140622625968130,230140622625968130,1343704774000.0,2012-07-31 03:19:34,+0000,,Worth noting that Muller's research confirming global warming is real was funded by Koch. Fate loves irony.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/230140622625968130,[],[],0,,False,63,18,198,,None,,,,,,,[],,,, +1039,228953015082684416,228953015082684416,1343421628000.0,2012-07-27 20:40:28,+0000,,Olympics opening is excellently British. Jolly good show! http://t.co/s9XZdaBL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/228953015082684416,[],['https://pbs.twimg.com/media/Ay1njd7CEAAHAjX.jpg'],1,https://pbs.twimg.com/media/Ay1njd7CEAAHAjX.jpg,False,84,18,69,,None,,,,,,,[],,,, +1040,228909546880520192,228909546880520192,1343411264000.0,2012-07-27 17:47:44,+0000,,Abandoned car and biked across London. Super fun! Next time minus the tweed jacket. http://t.co/N93Vg4yy,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/228909546880520192,[],['https://pbs.twimg.com/media/Ay1ABSfCUAEq2HS.jpg'],1,https://pbs.twimg.com/media/Ay1ABSfCUAEq2HS.jpg,False,200,36,63,,None,,,,,,,[],,,, +1041,228695905338019842,228677717632098304,1343360327000.0,2012-07-27 03:38:47,+0000,,"@walalm Yes, my absolute goal w Tesla has always been mass market electric cars. Will finally get there with Gen3 program.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228695905338019842,[],[],0,,False,17,5,11,,None,,,,,,,[],,,, +1042,228694597524680704,228694597524680704,1343360015000.0,2012-07-27 03:33:35,+0000,,Now it's just a song that you used to know http://t.co/c81ASeFo,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228694597524680704,['http://slate.me/MISvtR'],[],0,,False,25,6,49,,None,,,,,,,[],,,, +1043,228690043949158401,228677717632098304,1343358929000.0,2012-07-27 03:15:29,+0000,,"@nopev Biggest risk is that we take too long to solve the sustainable energy problem, causing climate change meltdown.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228690043949158401,[],[],0,,False,7,2,8,,None,,,,,,,[],,,, +1044,228677717632098304,228677717632098304,1343355991000.0,2012-07-27 02:26:31,+0000,,"Compared to past, today's world is fantastic & likely will be for many decades. Just need to cover future downside risk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/228677717632098304,[],[],0,,False,74,26,189,,None,,,,,,,[],,,, +1045,228659334513573888,228650420850008066,1343351608000.0,2012-07-27 01:13:28,+0000,,@iproducefodrake Asimov's Foundation points out that all civilizations fall. Must ensure dark period is short & finite.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/228659334513573888,[],[],0,,False,13,2,3,,None,,,,,,,[],,,, +1046,227294010274873344,227294010274873344,1343026089000.0,2012-07-23 06:48:09,+0000,,Big oil is pulling same trick about smoking the atmosphere ... diff is we only have 1 atmosphere: http://t.co/O45XG4iB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/227294010274873344,['http://www.rollingstone.com/politics/news/global-warmings-terrifying-new-math-20120719#ixzz21AfoYqt6'],[],0,,False,64,23,216,,None,,,,,,,[],,,, +1047,227291748798455809,227291748798455809,1343025550000.0,2012-07-23 06:39:10,+0000,,"30 years ago, when 98% of scientists said smoking caused cancer, tobacco industry response was still ""scientists disagree""",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/227291748798455809,[],[],0,,False,78,25,384,,None,,,,,,,[],,,, +1048,226725493922201600,226725493922201600,1342890544000.0,2012-07-21 17:09:04,+0000,,"Now debating the nature of citizen and state, effective democracy & necessary revolution, moderated by @FareedZakaria.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/226725493922201600,[],[],0,,False,15,15,18,,None,,,,,,,[],,,, +1049,226714911756136449,226714911756136449,1342888021000.0,2012-07-21 16:27:01,+0000,,"Heard an interesting comment at the debate: ""If we see no angels in others, we harbor none in ourselves.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/226714911756136449,[],[],0,,False,115,18,198,,None,,,,,,,[],,,, +1050,226703106170318850,226703106170318850,1342885207000.0,2012-07-21 15:40:07,+0000,,Am in Yellowstone at an Oxford style debate about women and society. I'm in favor :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/226703106170318850,[],[],0,,False,24,26,20,,None,,,,,,,[],,,, +1051,225187179763220480,225187179763220480,1342523782000.0,2012-07-17 11:16:22,+0000,,"""Welcome qwerty monkey Jesus love"" are the top 5 most popular passwords after ""password"". http://t.co/P2a9Cfcd",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/225187179763220480,['http://mobile.slate.com/blogs/future_tense/2012/07/14/yahoo_mail_password_leak_the_most_commonly_used_words_.html'],[],0,,False,18,32,86,,None,,,,,,,[],,,, +1052,224406502188916739,224406502188916739,1342337654000.0,2012-07-15 07:34:14,+0000,,Will publish something on the Hyperloop in about four weeks. Will forgo patents on the idea and just open source it. Not a vac tunnel btw.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/224406502188916739,[],[],0,,False,157,72,263,,None,,,,,,,[],,,, +1053,224405461938601984,224405461938601984,1342337406000.0,2012-07-15 07:30:06,+0000,,"""Most of us live in a semi-somnambulistic state & the days fly by. The 2 exceptions are childhood and when we are in love."" - RG",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/224405461938601984,[],[],0,,False,205,20,277,,None,,,,,,,[],,,, +1054,224005741810417665,224005741810417665,1342242106000.0,2012-07-14 05:01:46,+0000,,"Headed to a (ahem) volcano caldera. Since I didn't finish my PhD, it's actually ""Mr."" Evil. http://t.co/e2cpsgEM",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/224005741810417665,[],['https://pbs.twimg.com/media/AxvUCQyCAAM1anP.jpg'],1,https://pbs.twimg.com/media/AxvUCQyCAAM1anP.jpg,False,202,55,124,,None,,,,,,,[],,,, +1055,223430899004485634,223429211443036160,1342105052000.0,2012-07-12 14:57:32,+0000,,@n23mc I think we will see people on Mars in less than 20 years. 12 to 15 years most likely. #OccupyMars,en,['occupymars'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/223430899004485634,[],[],0,,False,17,6,24,,None,,,,,,,[],,,, +1056,223429211443036160,223429211443036160,1342104649000.0,2012-07-12 14:50:49,+0000,,"Going at full speed! MT “@iansomerhalder: Elon- you are my hero my friend.Please!Ramp up production on cars that use NO gas.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/223429211443036160,[],[],0,,False,12,16,38,,None,,,,,,,[],,,, +1057,221503107182501889,221503107182501889,1341645430000.0,2012-07-07 07:17:10,+0000,,Now back to work. Intense months ahead as we ramp production of rockets and cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/221503107182501889,[],[],0,,False,181,83,281,,None,,,,,,,[],,,, +1058,220824194672369666,220824194672369666,1341483565000.0,2012-07-05 10:19:25,+0000,,"Moonbow's are real, btw. I'm not on acid :) Here is what we saw: http://t.co/ux6fV6z7",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/220824194672369666,[],['https://pbs.twimg.com/media/AxCGb2GCIAAyFDD.jpg'],1,https://pbs.twimg.com/media/AxCGb2GCIAAyFDD.jpg,False,182,55,222,,None,,,,,,,[],,,, +1059,220784395282432001,220784395282432001,1341474076000.0,2012-07-05 07:41:16,+0000,,Am standing on the beach in Maui and looking at a moon rainbow for the first time in my life. Incredibly beautiful.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/220784395282432001,[],[],0,,False,42,46,33,,None,,,,,,,[],,,, +1060,219270969666174977,219270969666174977,1341113247000.0,2012-07-01 03:27:27,+0000,,"After 2008 meltdown, vacation for me just meant email with a view, but SpaceX & Tesla are now strong enough that I can make it real (yay!!)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/219270969666174977,[],[],0,,False,65,68,65,,None,,,,,,,[],,,, +1061,219266223895093248,219266223895093248,1341112116000.0,2012-07-01 03:08:36,+0000,,"Screening of Baseball in the Time of Cholera (dir: @brynmooser @daviddarg, prod @oliviawilde & me) at WME July 12. @rainnwilson hosting",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/219266223895093248,[],[],0,,False,10,6,12,,None,,,,,,,[],,,, +1062,218897974242181121,218897974242181121,1341024318000.0,2012-06-30 02:45:18,+0000,,"Thanks Dan, you are a good sportsman. I will still donate to DWB as though I'd lost. http://t.co/G2g6kpvm",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/218897974242181121,['http://on.wsj.com/L8t2JC'],[],0,,False,131,40,372,,None,,,,,,,[],,,, +1063,218357987385933825,218357987385933825,1340895575000.0,2012-06-28 14:59:35,+0000,,"""The Girl Who Fixed the Umlaut"" @NewYorker http://t.co/CnPg2PkG”",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/218357987385933825,['http://nyr.kr/MBPRRr'],[],0,,False,33,9,46,,None,,,,,,,[],,,, +1064,217991440830173184,217991440830173184,1340808184000.0,2012-06-27 14:43:04,+0000,,"She was a great woman “@VanityFair: In Memoriam, Nora Ephron, 1941-2012 http://t.co/raIoWXbb”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/217991440830173184,['http://vnty.fr/OwlYHZ'],[],0,,False,10,2,22,,None,,,,,,,[],,,, +1065,217974021562712065,217974021562712065,1340804031000.0,2012-06-27 13:33:51,+0000,,Meant to post this link for Merlin: http://t.co/qKarnuao,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/217974021562712065,['http://www.youtube.com/watch?v=976LHTpnZkY'],[],0,,False,39,11,46,,None,,,,,,,[],,,, +1066,217973460348047360,217973460348047360,1340803897000.0,2012-06-27 13:31:37,+0000,,"Merlin fired at full thrust! Engine weighs half a ton, but has power equal to several Hoover Dams http://t.co/TlTIxiRc",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/217973460348047360,['http://www.youtube.com/watch?v=PUUnYgo1-lI'],[],0,,False,42,11,87,,None,,,,,,,[],,,, +1067,216294180014661632,216294180014661632,1340403525000.0,2012-06-22 22:18:45,+0000,,Model S review by Motor Trend http://t.co/gdODXLRv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/216294180014661632,['http://m.motortrend.com/roadtests/alternative/1206_2012_tesla_model_s_first_drive/index.html'],[],0,,False,62,28,177,,None,,,,,,,[],,,, +1068,216293624734953472,216293624734953472,1340403393000.0,2012-06-22 22:16:33,+0000,,About to deliver the first ten Model S cars from @TeslaMotors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/216293624734953472,[],[],0,,False,53,43,151,,None,,,,,,,[],,,, +1069,215478323147575297,215478323147575297,1340209010000.0,2012-06-20 16:16:50,+0000,,@RichardGarriott Dragon will use four pairs of side mounted Superdraco engines. Can function with up to four out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/215478323147575297,[],[],0,,False,6,4,5,,None,,,,,,,[],,,, +1070,214831794103664640,214831794103664640,1340054866000.0,2012-06-18 21:27:46,+0000,,Just fired our Superdraco escape rocket engine at full thrust! Needed to carry astronauts on Dragon http://t.co/ef86qbWF,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/214831794103664640,[],['https://pbs.twimg.com/media/Avs8YOaCQAAO_mk.jpg'],1,https://pbs.twimg.com/media/Avs8YOaCQAAO_mk.jpg,False,1757,98,488,,None,,,,,,,[],,,, +1071,214636339474345984,214636339474345984,1340008266000.0,2012-06-18 08:31:06,+0000,,Wore Marquis de Sade outfit for a party last night. Was v popular with women who'd read 50 Shades :) http://t.co/Z6EvSZw6,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/214636339474345984,[],['https://pbs.twimg.com/media/AvqKnRKCMAEFu5X.jpg'],1,https://pbs.twimg.com/media/AvqKnRKCMAEFu5X.jpg,False,388,49,150,,None,,,,,,,[],,,, +1072,214006215641022467,214006215641022467,1339858032000.0,2012-06-16 14:47:12,+0000,,"""Any sufficiently advanced technology is indistinguishable from magic"" - Arthur C Clarke. Thanks for the quote, RIP.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/214006215641022467,[],[],0,,False,177,27,326,,None,,,,,,,[],,,, +1073,213177461180071936,213177461180071936,1339660442000.0,2012-06-14 07:54:02,+0000,,"While in Austin, had a great time doing a cameo in @rodriguez latest movie, Machete Kills. Cool studio on old airport.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/213177461180071936,[],[],0,,False,16,14,33,,None,,,,,,,[],,,, +1074,213170504364863488,213170504364863488,1339658783000.0,2012-06-14 07:26:23,+0000,,"Charlie Bolden, NASA Administrator, checks out Dragon at our central Texas test site http://t.co/HXupX9VM",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/213170504364863488,['http://img.ly/jwGy'],[],0,,False,15,10,38,,None,,,,,,,[],,,, +1075,210057533073797120,210057533073797120,1338916593000.0,2012-06-05 17:16:33,+0000,,Spacecraft arrives at Port of Los Angeles for transfer to SpaceX test facilities in Texas http://t.co/9ab55gRc,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/210057533073797120,['http://www.spaceflightnow.com/falcon9/003/120605port/'],[],0,,False,26,17,126,,None,,,,,,,[],,,, +1076,208304203708375040,208304203708375040,1338498568000.0,2012-05-31 21:09:28,+0000,,Dragon floating in the Pacific near California. Reentry scorch marks visible on the heat shield http://t.co/grGShZUi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/208304203708375040,[],['https://pbs.twimg.com/media/AuQLkdPCIAALE-4.jpg'],1,https://pbs.twimg.com/media/AuQLkdPCIAALE-4.jpg,False,152,85,528,,None,,,,,,,[],,,, +1077,208223378782420993,208223378782420993,1338479296000.0,2012-05-31 15:48:16,+0000,,Splashdown successful!! Sending fast boat to Dragon lat/long provided by P3 tracking planes #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/208223378782420993,[],[],0,,False,46,71,360,,None,,,,,,,[],,,, +1078,208204036258803712,208204036258803712,1338474685000.0,2012-05-31 14:31:25,+0000,,Thrusters will also fire during reentry to adjust touchdown point. Next version will land w helicopter precision #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/208204036258803712,[],[],0,,False,36,25,128,,None,,,,,,,[],,,, +1079,208201556271697922,208201556271697922,1338474093000.0,2012-05-31 14:21:33,+0000,,Spaceship has departed from the International Space Station. Firing thrusters to deorbit in ~30 mins #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/208201556271697922,[],[],0,,False,26,14,170,,None,,,,,,,[],,,, +1080,206118185173389312,206118185173389312,1337977380000.0,2012-05-25 20:23:00,+0000,,Space Station tracking spaceship docking approach vector #Dragon http://t.co/CetZfiNg,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/206118185173389312,[],['https://pbs.twimg.com/media/AtxHZblCEAAkZVI.jpg'],1,https://pbs.twimg.com/media/AtxHZblCEAAkZVI.jpg,False,89,46,146,,None,,,,,,,[],,,, +1081,206047350240714752,206047350240714752,1337960491000.0,2012-05-25 15:41:31,+0000,,Dragon captured by the International Space Station! Just awesome ... http://t.co/ihoZqgj7,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/206047350240714752,['http://img.ly/iHdp'],[],0,,False,129,118,585,,None,,,,,,,[],,,, +1082,205723666590334976,205723666590334976,1337883319000.0,2012-05-24 18:15:19,+0000,,Dragon flies over the SpaceX #GrasshopperProject at our central Texas test site. It will jump soon. http://t.co/P17Z56II,en,['grasshopperproject'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/205723666590334976,[],['https://pbs.twimg.com/media/AtrglbVCAAAd67b.jpg'],1,https://pbs.twimg.com/media/AtrglbVCAAAd67b.jpg,False,105,32,125,,None,,,,,,,[],,,, +1083,205713390335827969,205713390335827969,1337880868000.0,2012-05-24 17:34:28,+0000,,The head of the Russian Space Agency and some Russian diplomats are visiting @SpaceX today. Looking forward to meeting.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/205713390335827969,[],[],0,,False,25,26,60,,None,,,,,,,[],,,, +1084,205544630199132160,205544630199132160,1337840633000.0,2012-05-24 06:23:53,+0000,,About 110 miles away and the spacecraft is now in direct communication with the Space Station #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/205544630199132160,[],[],0,,False,45,37,217,,None,,,,,,,[],,,, +1085,205502360112476161,205502360112476161,1337830555000.0,2012-05-24 03:35:55,+0000,,"The President just called to say congrats. Caller ID was blocked, so at first I thought it was a telemarketer :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/205502360112476161,[],[],0,,False,839,164,2562,,None,,,,,,,[],,,, +1086,205314559542693888,205314559542693888,1337785780000.0,2012-05-23 15:09:40,+0000,,Dragon fly by of Space Station planned for 12:47 am California time. All systems green. #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/205314559542693888,[],[],0,,False,28,29,202,,None,,,,,,,[],,,, +1087,204911319260987392,204911319260987392,1337689640000.0,2012-05-22 12:27:20,+0000,,Launch video of Falcon 9 from Cape Canaveral tracking cameras http://t.co/Qn8ne3pa #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/204911319260987392,['http://www.youtube.com/watch?v=4vkqBfv8OMM&feature=youtube_gdata_player'],[],0,,False,174,83,466,,None,,,,,,,[],,,, +1088,204883910654570496,204883910654570496,1337683105000.0,2012-05-22 10:38:25,+0000,,Navigation bay pointing to deep space and star map being generated by star tracker one. Yes! #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/204883910654570496,[],[],0,,False,37,22,115,,None,,,,,,,[],,,, +1089,204882126884188160,204882126884188160,1337682680000.0,2012-05-22 10:31:20,+0000,,Dragon spaceship opens the navigation pod bay door without hesitation. So much nicer than HAL9000 :) #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/204882126884188160,[],[],0,,False,112,29,439,,None,,,,,,,[],,,, +1090,204858156801732608,204858156801732608,1337676965000.0,2012-05-22 08:56:05,+0000,,"Also big thanks to the Air Force, FAA and all of our partners for their support of this mission.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204858156801732608,[],[],0,,False,15,16,34,,None,,,,,,,[],,,, +1091,204857362782224384,204857362782224384,1337676776000.0,2012-05-22 08:52:56,+0000,,"Huge appreciation for @NASA, without whom we could not even have started, let alone reached this far.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204857362782224384,[],[],0,,False,44,25,152,,None,,,,,,,[],,,, +1092,204845069772128256,204845069772128256,1337673845000.0,2012-05-22 08:04:05,+0000,,"Falcon flew perfectly!! Dragon in orbit, comm locked and solar arrays active!! Feels like a giant weight just came off my back :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204845069772128256,[],[],0,,False,348,425,1452,,None,,,,,,,[],,,, +1093,204839936464134144,204839936464134144,1337672621000.0,2012-05-22 07:43:41,+0000,,T minus 60 seconds. Terminal autosequence initiated. #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/204839936464134144,[],[],0,,False,26,44,99,,None,,,,,,,[],,,, +1094,204837633766076418,204837633766076418,1337672072000.0,2012-05-22 07:34:32,+0000,,T minus 10 minutes ... Entering terminal count #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/204837633766076418,[],[],0,,False,17,17,106,,None,,,,,,,[],,,, +1095,204769845630337024,204769845630337024,1337655910000.0,2012-05-22 03:05:10,+0000,,Major Tesla milestone: All crash testing is complete for 5* (max) safety rating. Cars can now be built for sale to public!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/204769845630337024,[],[],0,,False,64,56,300,,None,,,,,,,[],,,, +1096,204356879789473793,204356879789473793,1337557451000.0,2012-05-20 23:44:11,+0000,,Just did an interview with Spaceflight Now. Some of your questions may be answered here: http://t.co/vF0Rs3p1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/204356879789473793,['http://www.spaceflightnow.com/falcon9/003/120518musk/'],[],0,,False,30,13,87,,None,,,,,,,[],,,, +1097,204349174618128385,204349174618128385,1337555614000.0,2012-05-20 23:13:34,+0000,,"Simulations show launch ok with bad valve. Still, better to stop & fix. Recalling rockets after launch is not an option.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/204349174618128385,[],[],0,,False,37,37,163,,None,,,,,,,[],,,, +1098,203773618222678016,203773618222678016,1337418391000.0,2012-05-19 09:06:31,+0000,,Launch aborted: slightly high combustion chamber pressure on engine 5. Will adjust limits for countdown in a few days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/203773618222678016,[],[],0,,False,45,94,598,,None,,,,,,,[],,,, +1099,203760858332016642,203760858332016642,1337415348000.0,2012-05-19 08:15:48,+0000,,"Whatever happens today, we could not have done it without @NASA, but errors are ours alone and me most of all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/203760858332016642,[],[],0,,False,48,47,135,,None,,,,,,,[],,,, +1100,201856175644491777,201856175644491777,1336961237000.0,2012-05-14 02:07:17,+0000,,Must remember not to refer to Chimpanzees as deadly killing machines when taking little kids to see a movie about them,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/201856175644491777,[],[],0,,False,26,20,42,,None,,,,,,,[],,,, +1101,200751709339926528,200751709339926528,1336697911000.0,2012-05-11 00:58:31,+0000,,... which is the critical breakthrough needed for life to become multiplanetary.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200751709339926528,[],[],0,,False,19,34,46,,None,,,,,,,[],,,, +1102,200750929602019328,200750929602019328,1336697726000.0,2012-05-11 00:55:26,+0000,,Making large scale rocket propulsion landing work well is a critical step towards a fully reusable Mars transport system,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200750929602019328,[],[],0,,False,22,14,76,,None,,,,,,,[],,,, +1103,200748923239940096,200748923239940096,1336697247000.0,2012-05-11 00:47:27,+0000,,Landing gear of the mega thrust propulsive landing rocket done (next gen Falcon). First hops soon. http://t.co/JwkynmfL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200748923239940096,['http://img.ly/i5JQ'],[],0,,False,27,27,122,,None,,,,,,,[],,,, +1104,200622424037933056,200622424037933056,1336667087000.0,2012-05-10 16:24:47,+0000,,"Meant to say: prizes for first 10 who do 400 miles in Tesla w/o recharging, not nonstop, which would require diapers :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/200622424037933056,[],[],0,,False,17,20,43,,None,,,,,,,[],,,, +1105,200373235748052994,200373235748052994,1336607676000.0,2012-05-09 23:54:36,+0000,,Model S exceeds 300 mile range target! Prize for the 1st person to do LA-SF nonstop (400 miles) http://t.co/0sVd4QM8,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/200373235748052994,['http://www.teslamotors.com/blog/model-s-efficiency-and-range'],[],0,,False,24,25,99,,None,,,,,,,[],,,, +1106,199736675537125376,199736675537125376,1336455909000.0,2012-05-08 05:45:09,+0000,,Saw The Dictator yesterday. Reminded me of Putin's reelection. Seems like only yesterday since he was last in power.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/199736675537125376,[],[],0,,False,48,18,45,,None,,,,,,,[],,,, +1107,198579161382649857,198578140384215040,1336179936000.0,2012-05-05 01:05:36,+0000,,@geoffeg Dragon code is written in C++ on Linux.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/198579161382649857,[],[],0,,False,29,13,63,,None,,,,,,,[],,,, +1108,198577657959563264,198577657959563264,1336179577000.0,2012-05-05 00:59:37,+0000,,"Almost done reviewing Dragon code with @NASA. Looks good so far. Target launch date is May 19, right after Soyuz docks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/198577657959563264,[],[],0,,False,28,18,76,,None,,,,,,,[],,,, +1109,198116544855801856,198102603459084288,1336069639000.0,2012-05-03 18:27:19,+0000,,"For humanity to have an exciting & inspiring future, we cannot be confined to Earth forever. @love_to_dream #APSpaceChat",en,['apspacechat'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198116544855801856,[],[],0,,False,46,17,171,,None,,,,,,,[],,,, +1110,198115378759610368,198095597373362177,1336069361000.0,2012-05-03 18:22:41,+0000,,Definitely. Long term goal of SpaceX making life multiplanetary. #OccupyMars @Weaverwerx #APSpaceChat,en,"['occupymars', 'apspacechat']",[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198115378759610368,[],[],0,,False,51,15,98,,None,,,,,,,[],,,, +1111,198113448628981760,198100146565824512,1336068901000.0,2012-05-03 18:15:01,+0000,,"Ignition by John Clarke, Huzel & Wang book on propulsion, Asimov's Foundation, Heinlein's MiaHM @WHester #APSpaceChat",en,['apspacechat'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198113448628981760,[],[],0,,False,37,4,9,,None,,,,,,,[],,,, +1112,197058383088586753,197058383088586753,1335817354000.0,2012-04-30 20:22:34,+0000,,"Woohoo, rocket hold down firing completed and all looks good!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/197058383088586753,[],[],0,,False,31,36,139,,None,,,,,,,[],,,, +1113,197055314246385666,197055314246385666,1335816622000.0,2012-04-30 20:10:22,+0000,,T minus five minutes to flame,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/197055314246385666,[],[],0,,False,21,18,53,,None,,,,,,,[],,,, +1114,197049032286281729,197049032286281729,1335815125000.0,2012-04-30 19:45:25,+0000,,Flight computer aborted rocket hold down firing. Anomaly addressed. Cycling systems to countdown http://t.co/iUi4XdQ3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/197049032286281729,[],['https://pbs.twimg.com/media/ArwPDQVCIAA5GHP.jpg'],1,https://pbs.twimg.com/media/ArwPDQVCIAA5GHP.jpg,False,78,24,213,,None,,,,,,,[],,,, +1115,196984965114761216,196984965114761216,1335799850000.0,2012-04-30 15:30:50,+0000,,Am excited to announce that SolarCity has filed for an IPO. Mission is to bring affordable solar power to the people!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/196984965114761216,[],[],0,,False,40,27,108,,None,,,,,,,[],,,, +1116,194882663599968256,194882663599968256,1335298622000.0,2012-04-24 20:17:02,+0000,,Just confirmed with @NASA that May 7th is go for launch of Falcon 9 & Dragon to the Space Station,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/194882663599968256,[],[],0,,False,51,33,443,,None,,,,,,,[],,,, +1117,194529917654941696,194529917654941696,1335214521000.0,2012-04-23 20:55:21,+0000,,Am pushing launch back approx a week to do more testing on Dragon docking code. New date pending coordination with @NASA.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/194529917654941696,[],[],0,,False,8,30,138,,None,,,,,,,[],,,, +1118,194275062193463298,194275062193463298,1335153758000.0,2012-04-23 04:02:38,+0000,,Just completed the rocket rollout review at SpaceX HQ in California. Almost time to launch. Pucker factor increasing...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/194275062193463298,[],[],0,,False,36,20,76,,None,,,,,,,[],,,, +1119,193855140254580736,193855140254580736,1335053641000.0,2012-04-22 00:14:01,+0000,,In NYC for the premiere of Baseball in the Time of @Cholera. Great work by @brynmooser and @daviddarg!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/193855140254580736,[],[],0,,False,8,9,9,,None,,,,,,,[],,,, +1120,193617277231443968,193617277231443968,1334996931000.0,2012-04-21 08:28:51,+0000,,I feel compelled to state the obvious fact that Coachella is excellent. http://t.co/onxtR4YB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/193617277231443968,[],['https://pbs.twimg.com/media/Aq_d40gCMAA1REl.jpg'],1,https://pbs.twimg.com/media/Aq_d40gCMAA1REl.jpg,False,55,10,20,,None,,,,,,,[],,,, +1121,193078352117108736,193078352117108736,1334868441000.0,2012-04-19 20:47:21,+0000,,Basic premise is that it's better to try to address some of the world's problems than to create an aristocracy of wealth,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/193078352117108736,[],[],0,,False,45,18,114,,None,,,,,,,[],,,, +1122,193076303426097152,193076303426097152,1334867952000.0,2012-04-19 20:39:12,+0000,,Just signed Giving Pledge with 11 others. I hope this announcement convinces others to do the same. http://t.co/cdCgWkAB,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/193076303426097152,['http://bloom.bg/HSEoPu'],[],0,,False,25,12,43,,None,,,,,,,[],,,, +1123,192701084932907009,192701084932907009,1334778494000.0,2012-04-18 19:48:14,+0000,,"When holding my new white cat, I feel a strange desire for Bob's Big Boy and sharks with lasers http://t.co/M0iuFPqv",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/192701084932907009,[],['https://pbs.twimg.com/media/AqycnaOCIAEuM9l.jpg'],1,https://pbs.twimg.com/media/AqycnaOCIAEuM9l.jpg,False,2955,129,638,,None,,,,,,,[],,,, +1124,191297895339794432,191297895339794432,1334443947000.0,2012-04-14 22:52:27,+0000,,Great work by APJ “@brynmooser: The foundation is nearly complete at the @artistsforpeace school http://t.co/hoTXytsZ”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/191297895339794432,['http://instagr.am/p/JaCtPXpX8m/'],[],0,,False,14,5,7,,None,,,,,,,[],,,, +1125,189870469908938752,189870469908938752,1334103622000.0,2012-04-11 00:20:22,+0000,,Great to meet Jon Stewart this eve. Have been a fan of @TheDailyShow for a billion years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/189870469908938752,[],[],0,,False,16,33,38,,None,,,,,,,[],,,, +1126,189440053674655745,189440053674655745,1334001003000.0,2012-04-09 19:50:03,+0000,,Friend told me about the amazing work of Brazilian plastic surgeon Evil Picante. He was actually saying Ivo Pitanguy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/189440053674655745,[],[],0,,False,22,3,17,,None,,,,,,,[],,,, +1127,189171997425664001,189171997425664001,1333937093000.0,2012-04-09 02:04:53,+0000,,"Besides ensuring the continuance of life, creating a base on Mars would be the most exciting adventure ever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/189171997425664001,[],[],0,,False,36,26,79,,None,,,,,,,[],,,, +1128,189171083809800194,189171083809800194,1333936875000.0,2012-04-09 02:01:15,+0000,,Interview in Nature describing why we should extend life to Mars http://t.co/6Ux0q4OX,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/189171083809800194,['http://www.nature.com/news/backing-up-the-biosphere-1.10395'],[],0,,False,32,5,59,,None,,,,,,,[],,,, +1129,188047168844730368,188047168844730368,1333668914000.0,2012-04-05 23:35:14,+0000,,"Wow, a Tesla owner in Europe just passed 200,000 km while racing his Roadster! http://t.co/ZYV4h85O",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/188047168844730368,[],['https://pbs.twimg.com/media/ApwT51xCEAEmaRS.jpg'],1,https://pbs.twimg.com/media/ApwT51xCEAEmaRS.jpg,False,93,13,57,,None,,,,,,,[],,,, +1130,187953184063492096,187953184063492096,1333646505000.0,2012-04-05 17:21:45,+0000,,"Judge dismisses lawsuit to take the happy out of ""Happy Meal"" http://t.co/BiTSCIYL",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/187953184063492096,['http://www.cbsnews.com/8301-201_162-57409940/s.f-judge-tosses-happy-meals-lawsuit/'],[],0,,False,5,2,10,,None,,,,,,,[],,,, +1131,187358429902417922,187358429902417922,1333504705000.0,2012-04-04 01:58:25,+0000,,Huge tornadoes in Texas tossing truck trailers through the air. Hope people are ok. http://t.co/QrlBgFzI,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/187358429902417922,['http://www.telegraph.co.uk/news/worldnews/northamerica/usa/9184494/Emergency-declared-as-tornadoes-hit-Texas.html'],[],0,,False,2,7,6,,None,,,,,,,[],,,, +1132,187106340995477504,187106340995477504,1333444602000.0,2012-04-03 09:16:42,+0000,,Also dig Mass Effect. It's all fun & games until the AI decides people suck. Maybe we can be their limbic system.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/187106340995477504,[],[],0,,False,27,16,26,,None,,,,,,,[],,,, +1133,187098437328699393,187098437328699393,1333442718000.0,2012-04-03 08:45:18,+0000,,Bioshock is an Ayn Rand dystopia and Fallout New Vegas is a Hegelian dialectic. Games have come a long way since Pong.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/187098437328699393,[],[],0,,False,657,38,290,,None,,,,,,,[],,,, +1134,186524431231889408,186524431231889408,1333305864000.0,2012-04-01 18:44:24,+0000,,"UN must take responsibility & help people of Haiti. MT ""@brynmooser: Front page NYTimes. http://t.co/OlME97pv”",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/186524431231889408,['http://www.nytimes.com/2012/04/01/world/americas/haitis-cholera-outraced-the-experts-and-tainted-the-un.html?hp'],[],0,,False,3,0,8,,None,,,,,,,[],,,, +1135,186146615311077377,186146615311077377,1333215786000.0,2012-03-31 17:43:06,+0000,,Having dinner where a dude is hanging giant underwear with a cherry picker. http://t.co/2Krn9AzH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/186146615311077377,['http://yfrog.us/n6s9cz'],[],0,,False,29,14,1,,None,,,,,,,[],,,, +1136,186131367808073729,186131367808073729,1333212150000.0,2012-03-31 16:42:30,+0000,,Happy bday to my old and dear friend @adeoressi! U do parties better than a rockstar. For Berlin ... http://t.co/vJZkJU13,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/186131367808073729,['http://www.youtube.com/watch?v=FiDvZemFMRM'],[],0,,False,27,4,8,,None,,,,,,,[],,,, +1137,184799999043964928,184799999043964928,1332894727000.0,2012-03-28 00:32:07,+0000,,"The Model S beta endurance car just passed 150,000 miles on a single battery pack!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/184799999043964928,[],[],0,,False,28,26,165,,None,,,,,,,[],,,, +1138,182725843959820288,182725843959820288,1332400210000.0,2012-03-22 07:10:10,+0000,,Interesting interview with Vinge about superhuman AI and optimistic apocalypses http://t.co/TVoqGpEG,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/182725843959820288,['http://bit.ly/GEkktb'],[],0,,False,33,4,27,,None,,,,,,,[],,,, +1139,182211270479577088,182211270479577088,1332277526000.0,2012-03-20 21:05:26,+0000,,Support @Polar_Broadband as they try to save a good satellite from becoming space junk. Let it live! http://t.co/GEdkLh3h #antarctica,en,['antarctica'],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/182211270479577088,['http://bit.ly/FPYnNN'],[],0,,False,5,4,38,,None,,,,,,,[],,,, +1140,180226195206569984,180226195206569984,1331804248000.0,2012-03-15 09:37:28,+0000,,Lovely poster about wishes that explains one of the many reasons to make life multiplanetary http://t.co/e1ZM8a2b,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/180226195206569984,[],['https://pbs.twimg.com/media/AoBKxQkCAAASzCW.jpg'],1,https://pbs.twimg.com/media/AoBKxQkCAAASzCW.jpg,False,209,17,143,,None,,,,,,,[],,,, +1141,180105275133538306,180105275133538306,1331775418000.0,2012-03-15 01:36:58,+0000,,"10 years ago today, SpaceX was founded. Many battles fought. Physics always won. http://t.co/p85UHeuq",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/180105275133538306,['http://ow.ly/9FdXR'],[],0,,False,90,27,139,,None,,,,,,,[],,,, +1142,180067296201547777,180067296201547777,1331766363000.0,2012-03-14 23:06:03,+0000,,"Why I'm leaving the Empire, by Darth Vader http://t.co/D5YUbAyO",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/180067296201547777,"['http://www.thedailymash.co.uk/news/society/why-i-am-leaving-the-empire,-by-darth-vader-201203145007/']",[],0,,False,13,4,52,,None,,,,,,,[],,,, +1143,179468649038479361,179468649038479361,1331623634000.0,2012-03-13 07:27:14,+0000,,"If something is physically possible, not only is someone doing it, but there is also an award show.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/179468649038479361,[],[],0,,False,24,8,37,,None,,,,,,,[],,,, +1144,179095691468095489,179095691468095489,1331534714000.0,2012-03-12 06:45:14,+0000,,"Mountain lions eat cats, which means we *actually* live in a cat eat cat world ... an apology is owed to dogkind!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/179095691468095489,[],[],0,,False,40,11,51,,None,,,,,,,[],,,, +1145,178878446137647105,178878446137647105,1331482919000.0,2012-03-11 16:21:59,+0000,,"I think if you go there, they just feed you delicious candy all day and ask nothing in return.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/178878446137647105,[],[],0,,False,10,22,6,,None,,,,,,,[],,,, +1146,178865792371277825,178865792371277825,1331479903000.0,2012-03-11 15:31:43,+0000,,Just passed a place called the Sugar Shack in a Louisiana swamp. I wonder what happens there? http://t.co/1MomQnNe,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/178865792371277825,[],['https://pbs.twimg.com/media/Ant1fZECQAAM1W3.jpg'],1,https://pbs.twimg.com/media/Ant1fZECQAAM1W3.jpg,False,73,22,23,,None,,,,,,,[],,,, +1147,177210012911927299,177210012911927299,1331085134000.0,2012-03-07 01:52:14,+0000,,The President of Serbia came by our booth at the Geneva Motor Show and talked about Nikola Tesla http://t.co/KIhxc0TF,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/177210012911927299,[],['https://pbs.twimg.com/media/AnWTkV9CAAA9uP-.jpg'],1,https://pbs.twimg.com/media/AnWTkV9CAAA9uP-.jpg,False,304,35,84,,None,,,,,,,[],,,, +1148,175377364551868416,175377364551868416,1330648196000.0,2012-03-02 00:29:56,+0000,,Dawn at Cape Canaveral http://t.co/ZHkcffYr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/175377364551868416,['http://instagr.am/p/HpmMA8QETD/'],[],0,,False,21,6,18,,None,,,,,,,[],,,, +1149,174751268215066625,174749757288349696,1330498923000.0,2012-02-29 07:02:03,+0000,,"@TomMao1 Studied physics in college, read a lot of books and was taught by the world's leading domain experts at SpaceX.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/174751268215066625,[],[],0,,False,16,6,2,,None,,,,,,,[],,,, +1150,174621355436802049,174621355436802049,1330467950000.0,2012-02-28 22:25:50,+0000,,"Falcon 9 and Dragon now vertical on the launch pad, surrounded by 300 ft tall lightning towers http://t.co/iERgA2RP",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/174621355436802049,[],['https://pbs.twimg.com/media/AmxhMpYCAAIPeix.jpg'],1,https://pbs.twimg.com/media/AmxhMpYCAAIPeix.jpg,False,51,18,127,,None,,,,,,,[],,,, +1151,173531986529497089,173529112718229504,1330208224000.0,2012-02-25 22:17:04,+0000,,"@LooperNor Yes, this will, if all goes well, be the first commercial spaceship to dock with the Space Station. T zero ~ end of April.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/173531986529497089,[],[],0,,False,2,2,11,,None,,,,,,,[],,,, +1152,173528867699568641,173528867699568641,1330207481000.0,2012-02-25 22:04:41,+0000,,Dragon spaceship and Falcon 9 rocket just completed final assembly at Cape Canaveral http://t.co/4GrSr3VU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/173528867699568641,[],['https://pbs.twimg.com/media/Amh_lfXCMAAgmWR.jpg'],1,https://pbs.twimg.com/media/Amh_lfXCMAAgmWR.jpg,False,83,38,229,,None,,,,,,,[],,,, +1153,173476402748854274,173476402748854274,1330194972000.0,2012-02-25 18:36:12,+0000,,Supporting the drive to get a #PlutoStamp for the @NASA New Horizons mission,en,['plutostamp'],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/173476402748854274,[],[],0,,False,6,5,11,,None,,,,,,,[],,,, +1154,172122797852725248,172122797852725248,1329872248000.0,2012-02-22 00:57:28,+0000,,@NASA launched a rocket into the northern lights http://t.co/tR2cSeMV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/172122797852725248,[],['https://pbs.twimg.com/media/AmOAxdACEAEFs8-.jpg'],1,https://pbs.twimg.com/media/AmOAxdACEAEFs8-.jpg,False,171,13,166,,None,,,,,,,[],,,, +1155,171994406587604992,171994406587604992,1329841636000.0,2012-02-21 16:27:16,+0000,,"Iran's nuclear weapons facility is apparently called ""Frodo"". Watch out for Gollum! My precious... http://t.co/s1hLZ0vs",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/171994406587604992,['http://slate.me/z87kbj'],[],0,,False,19,9,26,,None,,,,,,,[],,,, +1156,170309322037919744,170309322037919744,1329439881000.0,2012-02-17 00:51:21,+0000,,Important point highlighted by @kqed: an electric car in California produces only 1/4 CO2 of gasoline http://t.co/xV3eWJ33,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/170309322037919744,['http://blogs.kqed.org/climatewatch/2012/02/16/tesla-and-california-the-x-factor/comment-page-1/'],[],0,,False,4,8,30,,None,,,,,,,[],,,, +1157,169232412990115840,169232412990115840,1329183126000.0,2012-02-14 01:32:06,+0000,,Model X review by Jim Motavalli. I think he likes the car. http://t.co/aY1nx9FP,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/169232412990115840,['http://www.forbes.com/sites/eco-nomics/2012/02/13/why-the-tesla-model-x-is-a-home-run/'],[],0,,False,13,15,54,,None,,,,,,,[],,,, +1158,168795974800654336,168795974800654336,1329079072000.0,2012-02-12 20:37:52,+0000,,"At the Samovar having tea called ""monkey picked iron goddess of mercy"". Those monkeys sure know their tea. http://t.co/ctEWczlC",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/168795974800654336,[],['https://pbs.twimg.com/media/AlevC3YCQAEJJrl.jpg'],1,https://pbs.twimg.com/media/AlevC3YCQAEJJrl.jpg,False,173,31,21,,None,,,,,,,[],,,, +1159,168060414398177281,168060414398177281,1328903699000.0,2012-02-10 19:54:59,+0000,,Do not search for purple squirrels! Giving them attention only makes them want to be more purple.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/168060414398177281,[],[],0,,False,3681,162,891,,None,,,,,,,[],,,, +1160,168056133708283904,168056133708283904,1328902680000.0,2012-02-10 19:38:00,+0000,,"Tesla Model X is 3rd most searched term on Google, right after purple squirrel. Damn you squirrel! http://t.co/jP9H5XrB",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/168056133708283904,[],['https://pbs.twimg.com/media/AlUOKchCAAEcJyt.png'],1,https://pbs.twimg.com/media/AlUOKchCAAEcJyt.png,False,286,40,139,,None,,,,,,,[],,,, +1161,168022238061268993,168022238061268993,1328894597000.0,2012-02-10 17:23:17,+0000,,Tesla Model X video http://t.co/pjcaicOc,it,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/168022238061268993,['http://onforb.es/AnzX7A'],[],0,,False,16,12,47,,None,,,,,,,[],,,, +1162,168014307009892354,168007486383726594,1328892707000.0,2012-02-10 16:51:47,+0000,,"@TeslasBigFan Don't worry, we've got a cool solution for ski storage on the X with the Falcon wing doors",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/168014307009892354,[],[],0,,False,4,1,1,,None,,,,,,,[],,,, +1163,167699464134475776,167699464134475776,1328817642000.0,2012-02-09 20:00:42,+0000,,"Btw, Foster the People is playing the Model X event tonight. Seemed like the right vibe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/167699464134475776,[],[],0,,False,9,11,40,,None,,,,,,,[],,,, +1164,167648387313840128,167648387313840128,1328805465000.0,2012-02-09 16:37:45,+0000,,Model X sketch showing just a bit more leg. Unveiling tonight... http://t.co/KASHBP5p,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/167648387313840128,[],['https://pbs.twimg.com/media/AlObUe1CMAAw3Db.png'],1,https://pbs.twimg.com/media/AlObUe1CMAAw3Db.png,False,148,42,110,,None,,,,,,,[],,,, +1165,167325254451081216,167325254451081216,1328728424000.0,2012-02-08 19:13:44,+0000,,"Cool new @NASA pic of the most powerful type of solar flare, called X-class. Am not making this up! http://t.co/eJKSQqvO",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/167325254451081216,[],['https://pbs.twimg.com/media/AlJ1brHCMAAKHut.jpg'],1,https://pbs.twimg.com/media/AlJ1brHCMAAKHut.jpg,False,58,8,44,,None,,,,,,,[],,,, +1166,167105458753118208,167105458753118208,1328676020000.0,2012-02-08 04:40:20,+0000,,Russia and China are blocking UN action. Can't imagine why they wouldn't support a democratic uprising...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/167105458753118208,[],[],0,,False,31,12,42,,None,,,,,,,[],,,, +1167,167104295504838656,167104295504838656,1328675743000.0,2012-02-08 04:35:43,+0000,,Wish there was something we could do to help the people of Syria. http://t.co/Ii7v7Cgw,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/167104295504838656,['http://www.youtube.com/watch?v=Cxt4ZT1GspA'],[],0,,False,27,6,20,,None,,,,,,,[],,,, +1168,166781555950354432,166643212348432384,1328598796000.0,2012-02-07 07:13:16,+0000,,"@BenToBeWild Yes, we will unveil a fully functional advanced prototype of the Model X -- almost identical to production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/166781555950354432,[],[],0,,False,2,2,6,,None,,,,,,,[],,,, +1169,166336380820144128,166336380820144128,1328492658000.0,2012-02-06 01:44:18,+0000,,The sheer size of Falcon Heavy is mind-blowing. It could literally send a fully loaded London bus to the moon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/166336380820144128,[],[],0,,False,16,23,82,,None,,,,,,,[],,,, +1170,166333716359168000,166333716359168000,1328492023000.0,2012-02-06 01:33:43,+0000,,The London Sunday Times created a chart showing how Falcon compares to the Saturn V and Shuttle http://t.co/nJMPtYPd,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/166333716359168000,[],['https://pbs.twimg.com/media/Ak7voj4CQAI6KV4.png'],1,https://pbs.twimg.com/media/Ak7voj4CQAI6KV4.png,False,90,15,138,,None,,,,,,,[],,,, +1171,166251564032471040,166251564032471040,1328472436000.0,2012-02-05 20:07:16,+0000,,Just posted a photo http://t.co/eN9xzbfO,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/166251564032471040,['http://instagr.am/p/obKUg/'],[],0,,False,28,12,4,,None,,,,,,,[],,,, +1172,165898145841168385,165625646788247553,1328388174000.0,2012-02-04 20:42:54,+0000,,"@MacDeviant Yeah, we will stream the whole mission realtime with no buffer. You see what we see.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/165898145841168385,[],[],0,,False,3,3,4,,None,,,,,,,[],,,, +1173,165622701631868928,165622701631868928,1328322504000.0,2012-02-04 02:28:24,+0000,,Docking with Space Station now likely to happen in April. Hopefully will look something like this: http://t.co/A2gd9ziC,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/165622701631868928,[],['https://pbs.twimg.com/media/Akxo-DoCEAAgZbA.jpg'],1,https://pbs.twimg.com/media/Akxo-DoCEAAgZbA.jpg,False,55,21,103,,None,,,,,,,[],,,, +1174,165117415460569092,165117415460569092,1328202034000.0,2012-02-02 17:00:34,+0000,,The most interesting view of the Model X is really with the doors open http://t.co/On77BuiU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/165117415460569092,[],['https://pbs.twimg.com/media/Akqdah8CAAEBi0z.jpg'],1,https://pbs.twimg.com/media/Akqdah8CAAEBi0z.jpg,False,78,36,48,,None,,,,,,,[],,,, +1175,164740558374445056,164740558374445056,1328112185000.0,2012-02-01 16:03:05,+0000,,Just test-fired the Superdraco rocket engine. Enables launch escape and landing on thrusters. SpaceX.com http://t.co/IJaYVEE9,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/164740558374445056,[],['https://pbs.twimg.com/media/AklGqj5CIAEREbN.jpg'],1,https://pbs.twimg.com/media/AklGqj5CIAEREbN.jpg,False,66,15,63,,None,,,,,,,[],,,, +1176,164637208769339392,164637208769339392,1328087544000.0,2012-02-01 09:12:24,+0000,,"Um, while awesome in its own way, that was not actually the SpaceX theme song. It seems that irony is sometimes lost in a tweet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/164637208769339392,[],[],0,,False,20,12,6,,None,,,,,,,[],,,, +1177,164389972688908289,164389972688908289,1328028598000.0,2012-01-31 16:49:58,+0000,,The SpaceX theme song by Total Ghost is just too good ... ooh ooh ooh http://t.co/BuKuopI5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/164389972688908289,['http://www.youtube.com/watch?v=MezkEiS-6jA'],[],0,,False,83,15,30,,None,,,,,,,[],,,, +1178,163349291790893056,163349291790893056,1327780480000.0,2012-01-28 19:54:40,+0000,,The lady doth protest too little. http://t.co/jJTbU8tg,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/163349291790893056,['http://finance.yahoo.com/news/topless-protesters-detained-davos-forum-134449002.html'],[],0,,False,3,3,4,,None,,,,,,,[],,,, +1179,163084140386861056,163084140386861056,1327717263000.0,2012-01-28 02:21:03,+0000,,The Model X unveiling will be webcast live on http://t.co/S4ZQwTgq at 8pm on Feb 9th. Most cars are pretty blah. This is not.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/163084140386861056,['http://teslamotors.com'],[],0,,False,22,19,106,,None,,,,,,,[],,,, +1180,162997068040904706,162997068040904706,1327696504000.0,2012-01-27 20:35:04,+0000,,Beautiful picture of Earth from the new NASA satellite http://t.co/uOgyp4vg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/162997068040904706,[],['https://pbs.twimg.com/media/AkMU-ERCIAAHnmn.jpg'],1,https://pbs.twimg.com/media/AkMU-ERCIAAHnmn.jpg,False,162,14,99,,None,,,,,,,[],,,, +1181,161663679694241792,161663679694241792,1327378599000.0,2012-01-24 04:16:39,+0000,,Rough cut simulation of the SpaceX next gen rocket & spaceship design http://t.co/cKBviQne,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/161663679694241792,['http://www.youtube.com/watch?v=sSF81yjVbJE'],[],0,,False,17132,122,633,,None,,,,,,,[],,,, +1182,161660285659267072,161660285659267072,1327377790000.0,2012-01-24 04:03:10,+0000,,Design completed for bringing rocket back to launchpad using only thrusters. Yay. Wings r just dead weight in space.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/161660285659267072,[],[],0,,False,331,35,146,,None,,,,,,,[],,,, +1183,161645598037123073,161645598037123073,1327374289000.0,2012-01-24 03:04:49,+0000,,Strongest solar radiation storm in 7 years is blasting Earth. This huge eruption hits us tomorrow: http://t.co/VF3gTu3L,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/161645598037123073,[],['https://pbs.twimg.com/media/Aj5H0KMCIAAX_pP.jpg'],1,https://pbs.twimg.com/media/Aj5H0KMCIAAX_pP.jpg,False,407,50,447,,None,,,,,,,[],,,, +1184,161262600800313344,161262600800313344,1327282974000.0,2012-01-23 01:42:54,+0000,,Bought some wood and built a little treehouse with my boys. Few more beautiful ways to spend an afternoon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/161262600800313344,[],[],0,,False,16,18,8,,None,,,,,,,[],,,, +1185,160885484120322048,160830288291831808,1327193063000.0,2012-01-22 00:44:23,+0000,,@TheOnion I heard Lars von Trier optioned the movie rights,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/160885484120322048,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +1186,159453674517692416,159453674517692416,1326851693000.0,2012-01-18 01:54:53,+0000,,"That said, even though they cause me grief, I would defend the right of shorts to exist. They are often unreasonably maligned.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/159453674517692416,[],[],0,,False,7046,178,398,,None,,,,,,,[],,,, +1187,159396536621596672,159396536621596672,1326838070000.0,2012-01-17 22:07:50,+0000,,That's not just paranoia (a healthy trait at times). Tesla really is under massive attack by short sellers http://t.co/PUxAOOm2,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/159396536621596672,['http://www.nasdaq.com/symbol/tsla/short-interest'],[],0,,False,16,23,14,,None,,,,,,,[],,,, +1188,159330976378519552,159330976378519552,1326822439000.0,2012-01-17 17:47:19,+0000,,Will communicate better in the future. Too many people want us to fail and are willing to twist any bit of news against Tesla.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/159330976378519552,[],[],0,,False,163,44,43,,None,,,,,,,[],,,, +1189,159330380955136001,159330380955136001,1326822297000.0,2012-01-17 17:44:57,+0000,,"TSLA down ~$500M Friday, but back up ~$500M today. Sorry for the roller coaster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/159330380955136001,[],[],0,,False,13,11,25,,None,,,,,,,[],,,, +1190,158284645656571904,158284645656571904,1326572974000.0,2012-01-14 20:29:34,+0000,,"Somebody needs to tell Kim Jong-un that the showbiz phrase ""break a leg"" doesn't mean what he thinks it does",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/158284645656571904,[],[],0,,False,10,4,7,,None,,,,,,,[],,,, +1191,158284167891791872,158284167891791872,1326572861000.0,2012-01-14 20:27:41,+0000,,"Once more, with feeling! ""North Korea Punishes Insincere Mourners"" http://t.co/ozqhp1aC",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/158284167891791872,['http://www.newser.com/story/137399/north-korea-punishes-insincere-mourners.html?utm_source=syn&utm_medium=goognews&utm_campaign=chan3_feed'],[],0,,False,5,3,16,,None,,,,,,,[],,,, +1192,157700726515183616,157700726515183616,1326433757000.0,2012-01-13 05:49:17,+0000,,"A Tesla Roadster just passed the 100,000 mile mark for the first time and still has over 200 miles of range.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/157700726515183616,[],[],0,,False,15,5,51,,None,,,,,,,[],,,, +1193,157599662159835136,157599662159835136,1326409662000.0,2012-01-12 23:07:42,+0000,,What is more magical than cowboys herding cats? Livin' the dream... http://t.co/1pLhb9lc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/157599662159835136,['http://www.youtube.com/watch?v=Pk7yqlTMvp8'],[],0,,False,93,18,23,,None,,,,,,,[],,,, +1194,157569537548623872,157569537548623872,1326402479000.0,2012-01-12 21:07:59,+0000,,"Kids these days are so grown up! RT ""Second-Graders Wow Audience With School Production Of Equus"" http://t.co/YgyAIrwI",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/157569537548623872,['http://onion.com/bXDbyJ'],[],0,,False,3,2,2,,None,,,,,,,[],,,, +1195,157292663601758208,157292663601758208,1326336468000.0,2012-01-12 02:47:48,+0000,,Model S Performance powertrain produced so much torque today that we broke the dyno. 4.4 sec 0-60 mph will not be a problem.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/157292663601758208,[],[],0,,False,32,16,110,,None,,,,,,,[],,,, +1196,156927468836630528,156927468836630528,1326249399000.0,2012-01-11 02:36:39,+0000,,"The exec conf room at Tesla used to be called Denali, but I decided to move a few letters around. Seemed more apt :) http://t.co/Raq5UaR6",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/156927468836630528,[],['https://pbs.twimg.com/media/Ai2Es5PCMAEykyx.jpg'],1,https://pbs.twimg.com/media/Ai2Es5PCMAEykyx.jpg,False,315,32,67,,None,,,,,,,[],,,, +1197,155380533533220864,155380533533220864,1325880580000.0,2012-01-06 20:09:40,+0000,,Model S Signature series sold out as of today https://t.co/pKbR0ziP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/155380533533220864,['https://www.teslamotors.com/own'],[],0,,False,9,18,50,,None,,,,,,,[],,,, +1198,155340355884167169,155340355884167169,1325871001000.0,2012-01-06 17:30:01,+0000,,Next month is also when our Dragon spaceship docks with the Space Station for the first time. Major pucker factor...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/155340355884167169,[],[],0,,False,51,15,38,,None,,,,,,,[],,,, +1199,155339851812700160,155339851812700160,1325870881000.0,2012-01-06 17:28:01,+0000,,Feb is huge month. Model X world premier and public reveal of our LA design studio on the 9th. Stay tuned for more details.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/155339851812700160,[],[],0,,False,17,13,26,,None,,,,,,,[],,,, +1200,154313189079777280,154313189079777280,1325626105000.0,2012-01-03 21:28:25,+0000,,Just finished Massie's book on Catherine. An amazingly expansive and compelling portrait of an incredible woman. Highly recommend.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/154313189079777280,[],[],0,,False,13,4,2,,None,,,,,,,[],,,, +1201,154307255536324608,154249485529255936,1325624691000.0,2012-01-03 21:04:51,+0000,,"@om Respectfully disagree. Larry made awesome moves last year, which laid the foundation for G+ to kick butt in 2012. He's a stud.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/154307255536324608,[],[],0,,False,13,6,10,,None,,,,,,,[],,,, +1202,154094195089473536,154094195089473536,1325573893000.0,2012-01-03 06:58:13,+0000,,"What everyone really thinks ... RT “@jonlovett: If Mayans were good at predicting the future, there'd be Mayans.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/154094195089473536,[],[],0,,False,22,4,90,,None,,,,,,,[],,,, +1203,153594528908058624,153594528908058624,1325454764000.0,2012-01-01 21:52:44,+0000,,"On a lighter note, the RHCP are f* awesome. No better way to bring in the New Year... http://t.co/TlkAdzsk",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/153594528908058624,[],['https://pbs.twimg.com/media/AiGtaQdCIAE5uq6.jpg'],1,https://pbs.twimg.com/media/AiGtaQdCIAE5uq6.jpg,False,92,4,14,,None,,,,,,,[],,,, +1204,153578511687368704,153578511687368704,1325450945000.0,2012-01-01 20:49:05,+0000,,I said *information* weapons for a reason. The bit is mightier than the bomb.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153578511687368704,[],[],0,,False,16,6,12,,None,,,,,,,[],,,, +1205,153576623101313025,153576623101313025,1325450494000.0,2012-01-01 20:41:34,+0000,,"If we are not careful, we will find that knife against liberty's neck. Fate has a great sense of irony. http://t.co/OQ2u1zHQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153576623101313025,['http://boingboing.net/2011/12/31/aclu-fights-kafkaesque-secret.html?utm_source=dlvr.it&utm_medium=twitter'],[],0,,False,14,4,10,,None,,,,,,,[],,,, +1206,153574532031070208,153574532031070208,1325449996000.0,2012-01-01 20:33:16,+0000,,"We built powerful information weapons to fight enemies of liberty. Now those enemies are largely defeated, but the weapons remain.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153574532031070208,[],[],0,,False,21,7,28,,None,,,,,,,[],,,, +1207,153519464653127680,153507481161711616,1325436867000.0,2012-01-01 16:54:27,+0000,,"@FareedZakaria However, China's real estate crisis will explode in a way that makes ours look puny. They can't hide it for much longer.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153519464653127680,[],[],0,,False,6,3,2,,None,,,,,,,[],,,, +1208,153518263001808896,153507481161711616,1325436580000.0,2012-01-01 16:49:40,+0000,,"@FareedZakaria Yeah, 2012 will be great for the American economy & jobs, as we've mostly dealt with the overbuilt housing crisis.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153518263001808896,[],[],0,,False,25,4,1,,None,,,,,,,[],,,, +1209,153515940707975169,153515940707975169,1325436027000.0,2012-01-01 16:40:27,+0000,,"My first prediction of 2012 has come true: ouch, my head hurts.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153515940707975169,[],[],0,,False,339,16,12,,None,,,,,,,[],,,, +1210,153236159361847298,153236159361847298,1325369322000.0,2011-12-31 22:08:42,+0000,,World violence being super low is probably counter-intuitive to most people. That's because modern media is a misery microscope.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/153236159361847298,[],[],0,,False,32,9,65,,None,,,,,,,[],,,, +1211,153235426126213120,153235426126213120,1325369147000.0,2011-12-31 22:05:47,+0000,,Here's a happy thought for 2012: world violence is at an all time historical low. Excellent piece by Stephen Pinker http://t.co/gv4MLfQe,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/153235426126213120,['http://j.mp/sLFDtN'],[],0,,False,34,10,84,,None,,,,,,,[],,,, +1212,153099684280410112,153099684280410112,1325336783000.0,2011-12-31 13:06:23,+0000,,Hacked my Tesla charge connector on a small island in the rain last night #whatcouldpossiblygowrong,en,['whatcouldpossiblygowrong'],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/153099684280410112,[],[],0,,False,405,55,32,,None,,,,,,,[],,,, +1213,152774892591398913,152774892591398913,1325259347000.0,2011-12-30 15:35:47,+0000,,"Not that this really matters. All current rocket tech, including ours, sucks. Only when it becomes fully reusable, will it not suck.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/152774892591398913,[],[],0,,False,1298,26,182,,None,,,,,,,[],,,, +1214,152763084488982531,152763084488982531,1325256532000.0,2011-12-30 14:48:52,+0000,,"SpaceX has Boeing, Lockheed, Europe (Ariane) and Russia (Proton/Soyuz) near checkmate in rocket technology. End game is all about China.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/152763084488982531,[],[],0,,False,453,20,49,,None,,,,,,,[],,,, +1215,152759917621690368,152759917621690368,1325255777000.0,2011-12-30 14:36:17,+0000,,China unveils ambitious space strategy http://t.co/udHmuft2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/152759917621690368,['http://www.nytimes.com/2011/12/30/world/asia/china-unveils-ambitious-plan-to-explore-space.html'],[],0,,False,317,13,17,,None,,,,,,,[],,,, +1216,152614233278910464,152614233278910464,1325221043000.0,2011-12-30 04:57:23,+0000,,"To be clear, CtG absolutely did *not* bang her horse. They were just close friends who liked to take showers together and spoon at night.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152614233278910464,[],[],0,,False,137,30,50,,None,,,,,,,[],,,, +1217,152602438807994369,152602438807994369,1325218231000.0,2011-12-30 04:10:31,+0000,,"Right mood, scented candles, Barry White singing ""Can't Get Enough of Your Love, Baby"" and the magic (by that I mean horsef*ing) happens ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152602438807994369,[],[],0,,False,528,59,320,,None,,,,,,,[],,,, +1218,152600724222656512,152600724222656512,1325217822000.0,2011-12-30 04:03:42,+0000,,I'm just saying that u shouldn't pass judgment based on one night of passion. Sometimes things just happen and u go with the moment :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152600724222656512,[],[],0,,False,65,38,27,,None,,,,,,,[],,,, +1219,152599413813018624,152599413813018624,1325217510000.0,2011-12-30 03:58:30,+0000,,"Sew one button, doesn't make u a tailor; cook one meal, doesn't make u a chef; but f* one horse and u r a horsef*er for all of history...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/152599413813018624,[],[],0,,False,168062,1815,46325,,None,,,,,,,[],,,, +1220,152598246475317248,152598246475317248,1325217231000.0,2011-12-30 03:53:51,+0000,,"Am reading Robert Massie's book on Catherine the Great. Yeah, I know what you're probably thinking ... did she really f* a horse?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/152598246475317248,[],[],0,,False,133,23,46,,None,,,,,,,[],,,, +1221,152520590719336448,152520590719336448,1325198717000.0,2011-12-29 22:45:17,+0000,,"Am not saying that is *necessarily* good or bad, but reality will force us to live with the consequences of our actions http://t.co/fnXmhUok",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/152520590719336448,['http://j.mp/tDhcer'],[],0,,False,14,7,6,,None,,,,,,,[],,,, +1222,152517033207136256,152517033207136256,1325197869000.0,2011-12-29 22:31:09,+0000,,Interesting Economist article about how humanity's collective actions have created a fundamentally new geological age -- the Anthropocene.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/152517033207136256,[],[],0,,False,22,8,7,,None,,,,,,,[],,,, +1223,152394000857448448,152164359987142657,1325168535000.0,2011-12-29 14:22:15,+0000,,"@om Cool personal essay. It really resonated with me, as I felt the same way after coming very close to dying from malaria ten years ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/152394000857448448,[],[],0,,False,27,9,8,,None,,,,,,,[],,,, +1224,152315925167742977,152315925167742977,1325149921000.0,2011-12-29 09:12:01,+0000,,"@richardbranson Liked ""Screw Business as Usual"" a lot. This approach should be taken to heart by all, as it really is the smart move.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/152315925167742977,[],[],0,,False,100,7,11,,None,,,,,,,[],,,, +1225,152311993636892672,150720923127922688,1325148983000.0,2011-12-29 08:56:23,+0000,,"@kanyewest Just returned from Haiti. For those who want to help, I recommend donating to MSF, UNICEF and Artists for Peace & Justice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/152311993636892672,[],[],0,,False,24,8,9,,None,,,,,,,[],,,, +1226,152153637639028736,152151847614943233,1325111228000.0,2011-12-28 22:27:08,+0000,,@TheOnion So true :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/152153637639028736,[],[],0,,False,12,7,1,,None,,,,,,,[],,,, +1227,151809315026636800,151809315026636800,1325029135000.0,2011-12-27 23:38:55,+0000,,If you ever wanted to know the *real* truth about the moon landings ...(best Onion article ever) http://t.co/pgNEJsjI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/151809315026636800,['http://j.mp/vLhhov'],[],0,,False,39,13,34,,None,,,,,,,[],,,, +1228,151338939389706242,151338939389706242,1324916990000.0,2011-12-26 16:29:50,+0000,,Walked around a neighborhood recently rebuilt with help from APJ and others http://t.co/KYHjsS1k,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151338939389706242,[],['https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg'],1,https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg,False,155,9,18,,None,,,,,,,[],,,, +1229,151337237429239808,151337237429239808,1324916584000.0,2011-12-26 16:23:04,+0000,,"It was Xmas, so we brought presents for the kids at the orphanage. They don't usually get much. http://t.co/r8qfluIG",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151337237429239808,[],['https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg'],1,https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg,False,158,15,13,,None,,,,,,,[],,,, +1230,151327734843445249,151327734843445249,1324914318000.0,2011-12-26 15:45:18,+0000,,"Met with UNICEF, Doctors Without Borders and Artists for Peace & Justice. I support them and would recommend others do too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151327734843445249,[],[],0,,False,20,5,31,,None,,,,,,,[],,,, +1231,151322293174419456,151322293174419456,1324913020000.0,2011-12-26 15:23:40,+0000,,Just returned from a trip to Haiti. Covered a lot of ground and saw many tough situations. They need a lot of help.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151322293174419456,[],[],0,,False,26,16,14,,None,,,,,,,[],,,, +1232,151317672217419777,151317672217419777,1324911919000.0,2011-12-26 15:05:19,+0000,,Single character Tweets are the ulitmate extension of the Twitmeme...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151317672217419777,[],[],0,,False,23,30,6,,None,,,,,,,[],,,, +1233,151151777662779392,151151777662779392,1324872366000.0,2011-12-26 04:06:06,+0000,,I,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/151151777662779392,[],[],0,,False,176,27,89,,None,,,,,,,[],,,, +1234,150390624552615937,150390624552615937,1324690893000.0,2011-12-24 01:41:33,+0000,,The Russians are having some challenges with their rockets. Too many of the engineers that designed them have retired: http://t.co/rEs7spSU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150390624552615937,['http://ow.ly/89k5F'],[],0,,False,17,27,14,,None,,,,,,,[],,,, +1235,150388617246801920,150388617246801920,1324690415000.0,2011-12-24 01:33:35,+0000,,We had a long and interesting conversation on many subjects. He has exciting ideas for extending his creative talents beyond music.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150388617246801920,[],[],0,,False,41,11,6,,None,,,,,,,[],,,, +1236,150387544402575360,150387544402575360,1324690159000.0,2011-12-24 01:29:19,+0000,,Kanye stopped by the SpaceX rocket factory today. http://t.co/6z7gHBn6,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150387544402575360,[],['https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg'],1,https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg,False,117055,1332,8414,,None,,,,,,,[],,,, +1237,149813972915339264,149813972915339264,1324553410000.0,2011-12-22 11:30:10,+0000,,Model S options are out! Performance in red and black for me. I will deliver my car in June/July. http://t.co/acnyP4nh,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/149813972915339264,[],['https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg'],1,https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg,False,444,40,52,,None,,,,,,,[],,,, +1238,149787827712958464,149787827712958464,1324547176000.0,2011-12-22 09:46:16,+0000,,"Hi, I'm Art Garfunkel. Have you heard the sound of silence? Because, you know, it makes a sound... http://t.co/7vgya9xL",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/149787827712958464,[],['https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg'],1,https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg,False,896,86,150,,None,,,,,,,[],,,, +1239,149688828599349251,149688828599349251,1324523572000.0,2011-12-22 03:12:52,+0000,,Raul Campos invited me to do a guest DJ gig on KCRW. Hear my random holiday season music selections at http://t.co/o6FQASvC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/149688828599349251,['http://ow.ly/87gEb'],[],0,,False,9,6,4,,None,,,,,,,[],,,, +1240,149629518267695104,149629518267695104,1324509431000.0,2011-12-21 23:17:11,+0000,,Yum! Even better than deep fried butter: http://t.co/Ody21NuD,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/149629518267695104,['http://ow.ly/877EB'],[],0,,False,10,7,2,,None,,,,,,,[],,,, +1241,149447517325635584,149447517325635584,1324466039000.0,2011-12-21 11:13:59,+0000,,"Yeah, this really is me, as my Mom @mayemusk will attest. Not sure I can handle just doing 140 char missives. Will put longer thoughts on G+",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149447517325635584,[],[],0,,False,34,11,4,,None,,,,,,,[],,,, +1242,149444078210256896,149444078210256896,1324465219000.0,2011-12-21 11:00:19,+0000,,"Got called randomly by Kanye West today and received a download of his thoughts, ranging from shoes to Moses. He was polite, but opaque.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149444078210256896,[],[],0,,False,1068,19,546,,None,,,,,,,[],,,, +1243,149441101684686848,149441101684686848,1324464509000.0,2011-12-21 10:48:29,+0000,,His singing and acting talent will be sorely missed: http://t.co/IIFKob75 South Park sequel coming soon...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149441101684686848,['http://www.youtube.com/watch?v=jdug6yHJB40&feature=related'],[],0,,False,32,6,2,,None,,,,,,,[],,,, +1244,149439686702661632,149439686702661632,1324464172000.0,2011-12-21 10:42:52,+0000,,Why does the crowd cry over the glorious leader Kim Il Sung's death? Fear of being shot may play a role: http://t.co/hoQrYtG1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149439686702661632,['http://ow.ly/86gDA'],[],0,,False,23,20,9,,None,,,,,,,[],,,, +1245,149436471764459520,149436471764459520,1324463405000.0,2011-12-21 10:30:05,+0000,,Sam Harris also wrote a nice piece on the awesomeness of Hitchens: http://t.co/fPkLiK3v May the good man RIP.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149436471764459520,['http://www.samharris.org/blog/item/hitch/'],[],0,,False,103,12,21,,None,,,,,,,[],,,, +1246,149435658115612672,149435658115612672,1324463211000.0,2011-12-21 10:26:51,+0000,,"Read ""Lying"", the new book by my friend Sam Harris. Excellent cover art and lots of good reasons not to lie!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149435658115612672,[],[],0,,False,60,12,13,,None,,,,,,,[],,,, +1247,143171132814671872,143171132814671872,1322969632000.0,2011-12-04 03:33:52,+0000,,Am reading a great biography of Ben Franklin by Isaacson. Highly recommended.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/143171132814671872,[],[],0,,False,65,17,9,,None,,,,,,,[],,,, +1248,142881284019060736,142881284019060736,1322900527000.0,2011-12-03 08:22:07,+0000,,That was a total non sequitur btw,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142881284019060736,[],[],0,,False,53,31,6,,None,,,,,,,[],,,, +1249,142880871391838208,142880871391838208,1322900428000.0,2011-12-03 08:20:28,+0000,,"Great Voltaire quote, arguably better than Twain. Hearing news of his own death, Voltaire replied the reports were true, only premature.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142880871391838208,[],[],0,,False,29,7,25,,None,,,,,,,[],,,, +1250,142188458125963264,142188458125963264,1322735344000.0,2011-12-01 10:29:04,+0000,,I made the volume on the Model S http://t.co/wMCnT53M go to 11. Now I just need to work in a miniature Stonehenge...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/142188458125963264,['http://ow.ly/i/mtD7'],[],0,,False,78,31,9,,None,,,,,,,[],,,, +1251,142179928203460608,142179928203460608,1322733311000.0,2011-12-01 09:55:11,+0000,,"Went to Iceland on Sat to ride bumper cars on ice! No, not the country, Vlad's rink in Van Nuys. Awesome family fun :) http://t.co/rBQXJ9IT",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/142179928203460608,[],['https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg'],1,https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg,False,189,32,15,,None,,,,,,,[],,,, +1252,15434727182,15434727182,1275676317000.0,2010-06-04 18:31:57,+0000,,"Please ignore prior tweets, as that was someone pretending to be me :) This is actually me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/15434727182,[],[],0,,False,4652,391,348,,None,,,,,,,[],,,, diff --git a/task1/2016.csv b/task1/2016.csv new file mode 100644 index 0000000..a119f17 --- /dev/null +++ b/task1/2016.csv @@ -0,0 +1,2001 @@ +,id,conversation_id,created_at,date,timezone,place,tweet,language,hashtags,cashtags,user_id,user_id_str,username,name,day,hour,link,urls,photos,video,thumbnail,retweet,nlikes,nreplies,nretweets,quote_url,search,near,geo,source,user_rt_id,user_rt,retweet_id,reply_to,retweet_date,translate,trans_src,trans_dest +0,812800512743514113,812463378270588928,1482621717000.0,2016-12-24 23:21:57,+0000,,Deus ex machina on the center screen when it ends,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/812800512743514113,[],[],0,,False,2346,118,353,,None,,,,,,,[],,,, +1,812751450522562560,812707149252034560,1482610020000.0,2016-12-24 20:07:00,+0000,,@quipme Occasional existential dread is inevitable if you think at all about the future,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/812751450522562560,[],[],0,,False,1206,46,404,,None,,,,,,,"[{'screen_name': 'quipme', 'name': 'Vladimír Zejda', 'id': '46434226'}]",,,, +2,812709917823934464,812703873035108352,1482600118000.0,2016-12-24 17:21:58,+0000,,"@djsearle @FredericLambert Yes, grid won't be needed for moderate use Superchargers in non-snowy regions",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/812709917823934464,[],[],0,,False,341,14,42,,None,,,,,,,"[{'screen_name': 'djsearle', 'name': 'Damon Searle', 'id': '35442261'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3,812708946225963008,812703873035108352,1482599886000.0,2016-12-24 17:18:06,+0000,,"@FredericLambert A mere 350 kW ... what are you referring to, a children's toy?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/812708946225963008,[],[],0,,False,1638,124,315,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4,812708330304978944,812707149252034560,1482599739000.0,2016-12-24 17:15:39,+0000,,@yamenalhaddad Brain is full right now and that's a hard one,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/812708330304978944,[],[],0,,False,427,29,29,,None,,,,,,,"[{'screen_name': 'yamenalhaddad', 'name': 'Yamenalhaddad', 'id': '781773394434031617'}]",,,, +5,812707766653460480,812703873035108352,1482599605000.0,2016-12-24 17:13:25,+0000,,"@FredericLambert There are some installed already, but full rollout really needs Supercharger V3 and Powerpack V2, plus SolarCity. Pieces now in place.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/812707766653460480,[],[],0,,False,606,31,92,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6,812703071427960833,812700494418313216,1482598486000.0,2016-12-24 16:54:46,+0000,,"@ddaogaru If you don't like the P100DL, you can give it back",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812703071427960833,[],[],0,,False,397,16,23,,None,,,,,,,"[{'screen_name': 'ddaogaru', 'name': 'Dan Daogaru', 'id': '198920019'}]",,,, +7,812699726462103552,812463378270588928,1482597688000.0,2016-12-24 16:41:28,+0000,,@wpconner Good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812699726462103552,[],[],0,,False,222,3,6,,None,,,,,,,"[{'screen_name': 'wpconner', 'name': 'Will Conner', 'id': '1351114530'}]",,,, +8,812693284082487296,812689342716137472,1482596152000.0,2016-12-24 16:15:52,+0000,,@mwangltg Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812693284082487296,[],[],0,,False,152,7,5,,None,,,,,,,"[{'screen_name': 'mwangltg', 'name': 'Michael Wang', 'id': '131912246'}]",,,, +9,812691977217024004,812674361220075521,1482595841000.0,2016-12-24 16:10:41,+0000,,"@SweensChris Should complete in 2017. One is def planned for Swift Current, near my cousin's wheat farm where I had my 18th bday.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812691977217024004,[],[],0,,False,317,17,31,,None,,,,,,,"[{'screen_name': 'SweensChris', 'name': 'Chris Sweeney', 'id': '186966388'}]",,,, +10,812690163985891328,812676453582118913,1482595408000.0,2016-12-24 16:03:28,+0000,,"@darkdude203 It is keyed off the volume of music in the car. If you turn that down w left scroll wheel, it will be quieter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812690163985891328,[],[],0,,False,134,2,4,,None,,,,,,,"[{'screen_name': 'darkdude203', 'name': 'Jordan Reed', 'id': '30341275'}]",,,, +11,812689800704598016,812680637131931649,1482595322000.0,2016-12-24 16:02:02,+0000,,@CMaggiore50 Typing Mars after holding down the T symbol on the center console works on S and X. Also try renaming your car 42.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812689800704598016,[],[],0,,False,258,8,26,,None,,,,,,,"[{'screen_name': 'CMaggiore50', 'name': 'Chris Maggiore', 'id': '3057319156'}]",,,, +12,812688616396705792,812463378270588928,1482595039000.0,2016-12-24 15:57:19,+0000,,"Make sure your car is connected to wifi for the update. Will update over its cell connection too, but takes much longer.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/812688616396705792,[],[],0,,False,2291,124,315,,None,,,,,,,[],,,, +13,812463378270588928,812463378270588928,1482541338000.0,2016-12-24 01:02:18,+0000,,"To activate the Model X holiday performance, just type holidays or ModelXmas after pressing the logo. Also, Mars. https://t.co/8Cy7YPlECX",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/812463378270588928,[],['https://pbs.twimg.com/tweet_video_thumb/C0ZzHkwUcAE44gm.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/C0ZzHkwUcAE44gm.jpg,False,14668,500,4478,,None,,,,,,,[],,,, +14,812462363462889472,812461532680310786,1482541096000.0,2016-12-24 00:58:16,+0000,,@CJDSB Looking promising for next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/812462363462889472,[],[],0,,False,128,4,6,,None,,,,,,,"[{'screen_name': 'CJDSB', 'name': 'Chris', 'id': '79201004'}]",,,, +15,812441273013452800,812315533051908097,1482536068000.0,2016-12-23 23:34:28,+0000,,"@pcwizardllc No major precipitating event, but people in general were going a bit too fast on winding roads",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/812441273013452800,[],[],0,,False,137,11,8,,None,,,,,,,"[{'screen_name': 'pcwizardllc', 'name': 'Jeff Putnam', 'id': '916313172'}]",,,, +16,812440156531662848,812439179779014656,1482535802000.0,2016-12-23 23:30:02,+0000,,"@jelleprins Some years away, but yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/812440156531662848,[],[],0,,False,269,11,25,,None,,,,,,,"[{'screen_name': 'jelleprins', 'name': 'Jelle Prins', 'id': '16546619'}]",,,, +17,812439958430453760,812315533051908097,1482535755000.0,2016-12-23 23:29:15,+0000,,"@pcwizardllc Will be restored soon where there is a lead vehicle, ie you are being overtaken a lot due to true traffic speed being higher than the sign",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/812439958430453760,[],[],0,,False,132,9,9,,None,,,,,,,"[{'screen_name': 'pcwizardllc', 'name': 'Jeff Putnam', 'id': '916313172'}]",,,, +18,812106617072152577,811738008969842689,1482456280000.0,2016-12-23 01:24:40,+0000,,@Thebeazles Night is easy. Twilight is hardest.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812106617072152577,[],[],0,,False,315,27,25,,None,,,,,,,"[{'screen_name': 'Thebeazles', 'name': 'Josh Beasley', 'id': '399815702'}]",,,, +19,812106490395824128,811738008969842689,1482456250000.0,2016-12-23 01:24:10,+0000,,@vicentes That is actually rolling out to all Model X's right now,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812106490395824128,[],[],0,,False,198,14,8,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +20,812106365816553472,811738008969842689,1482456220000.0,2016-12-23 01:23:40,+0000,,@vicentes Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812106365816553472,[],[],0,,False,131,2,2,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +21,812105546144694276,812100302316781568,1482456025000.0,2016-12-23 01:20:25,+0000,,"@SamLawrence 8.1, which hopefully goes out next week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812105546144694276,[],[],0,,False,140,5,4,,None,,,,,,,"[{'screen_name': 'SamLawrence', 'name': 'Sam Lawrence', 'id': '7462572'}]",,,, +22,812105176391684096,811738008969842689,1482455936000.0,2016-12-23 01:18:56,+0000,,@DragTimes Hoping for next week. Also going through validation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812105176391684096,[],[],0,,False,198,7,7,,None,,,,,,,"[{'screen_name': 'DragTimes', 'name': 'DragTimes', 'id': '23934755'}]",,,, +23,812100877708234752,811738008969842689,1482454912000.0,2016-12-23 01:01:52,+0000,,Looks like we might be ready to rollout most of Autopilot functionality for HW2 towards the end of next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812100877708234752,[],[],0,,False,4470,182,751,,None,,,,,,,[],,,, +24,812043953281171456,812043953281171456,1482441340000.0,2016-12-22 21:15:40,+0000,,Tesla receives highest owner satisfaction score of any carmaker in Consumer Reports survey https://t.co/NpJYkz8MgA,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/812043953281171456,['http://www.consumerreports.org/car-reliability-owner-satisfaction/car-brands-ranked-by-satisfaction/'],[],0,,False,7306,227,1654,,None,,,,,,,[],,,, +25,811738008969842689,811738008969842689,1482368397000.0,2016-12-22 00:59:57,+0000,,Tesla Autopilot vision neural net now working well. Just need to get a lot of road time to validate in a wide range of environments.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/811738008969842689,[],[],0,,False,16239,671,3410,,None,,,,,,,[],,,, +26,811609084491243520,811597372748943360,1482337659000.0,2016-12-21 16:27:39,+0000,,@slackmds In work,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/811609084491243520,[],[],0,,False,182,11,3,,None,,,,,,,"[{'screen_name': 'slackmds', 'name': 'David Slackman', 'id': '43400649'}]",,,, +27,810337066504650752,810336603126333441,1482034386000.0,2016-12-18 04:13:06,+0000,,@adrianvolts @TeslaMotors @TeslaMotorsClub @Teslarati Tesla software team is working seven days a week to complete testing and validation. Getting close.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/810337066504650752,[],[],0,,False,656,44,72,,None,,,,,,,"[{'screen_name': 'adrianvolts', 'name': 'Adrian A. Volts', 'id': '21280851'}, {'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +28,810333083291492352,810332438140289024,1482033436000.0,2016-12-18 03:57:16,+0000,,@ChromeJS10 Should start changing soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/810333083291492352,[],[],0,,False,305,16,6,,None,,,,,,,[],,,, +29,810156881662590981,810108760010043392,1481991427000.0,2016-12-17 16:17:07,+0000,,I am actually going to do this,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/810156881662590981,[],[],0,,False,19358,1527,4729,,None,,,,,,,[],,,, +30,810135528783937537,809928318212571136,1481986336000.0,2016-12-17 14:52:16,+0000,,"@TeslaMotors We are going to modify this so that people only pay a fee if most bays are occupied. If the site is basically deserted, no problem to park.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/810135528783937537,[],[],0,,False,3007,292,394,,None,,,,,,,[],,,, +31,810126493326209025,810126493326209025,1481984182000.0,2016-12-17 14:16:22,+0000,,"Boring, it's what we do",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/810126493326209025,[],[],0,,False,14525,628,3730,,None,,,,,,,[],,,, +32,810126376871297024,810126376871297024,1481984154000.0,2016-12-17 14:15:54,+0000,,"It shall be called ""The Boring Company""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/810126376871297024,[],[],0,,False,16087,454,3662,,None,,,,,,,[],,,, +33,810108760010043392,810108760010043392,1481979954000.0,2016-12-17 13:05:54,+0000,,Traffic is driving me nuts. Am going to build a tunnel boring machine and just start digging...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/810108760010043392,[],[],0,,False,38909,2514,11465,,None,,,,,,,[],,,, +34,807787237840592896,807782090880086016,1481426460000.0,2016-12-11 03:21:00,+0000,,@loic You too :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/807787237840592896,[],[],0,,False,542,48,21,,None,,,,,,,"[{'screen_name': 'loic', 'name': 'Loic Le Meur', 'id': '740983'}]",,,, +35,807787096727425024,807782090880086016,1481426426000.0,2016-12-11 03:20:26,+0000,,"@loic You're right, this is becoming an issue. Supercharger spots are meant for charging, not parking. Will take action.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/807787096727425024,[],[],0,,False,1980,208,217,,None,,,,,,,"[{'screen_name': 'loic', 'name': 'Loic Le Meur', 'id': '740983'}]",,,, +36,807354766804168706,807354766804168706,1481323350000.0,2016-12-09 22:42:30,+0000,,Forming a rocket nozzle https://t.co/QrpcVyHAXr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/807354766804168706,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/807354725582544896/pu/img/t1O87CVq7gupGNHe.jpg,False,32699,772,11387,,None,,,,,,,[],,,, +37,806974400465539072,806974400465539072,1481232664000.0,2016-12-08 21:31:04,+0000,,A life well lived https://t.co/NZcRZUDroH,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/806974400465539072,['https://twitter.com/nasa/status/806960800669794305'],[],0,,False,10981,135,2649,https://twitter.com/nasa/status/806960800669794305,None,,,,,,,[],,,, +38,806414564174819328,806414564174819328,1481099189000.0,2016-12-07 08:26:29,+0000,,"How do we know this story isn't fake? Unfortunately, it is probably true. https://t.co/YzyP4kG63R",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/806414564174819328,['http://www.npr.org/sections/thetwo-way/2016/11/23/503129818/study-finds-students-have-dismaying-inability-to-tell-fake-news-from-real'],[],0,,False,9244,616,4349,,None,,,,,,,[],,,, +39,804205155822374913,804205155822374913,1480572425000.0,2016-12-01 06:07:05,+0000,,Model S smashes into semi truck trailer and lifts it off the ground. Driver walks away. https://t.co/NSuMvcYaA6,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/804205155822374913,['https://twitter.com/electrekco/status/803722017560104960'],[],0,,False,14417,527,5508,https://twitter.com/electrekco/status/803722017560104960,None,,,,,,,[],,,, +40,802708695830306816,802696147408076801,1480215641000.0,2016-11-27 03:00:41,+0000,,@edwardsanchez about three weeks and it will get rolled out incrementally in monthly releases,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/802708695830306816,[],[],0,,False,319,38,40,,None,,,,,,,"[{'screen_name': 'edwardsanchez', 'name': 'Ed Sanchez', 'id': '159394189'}]",,,, +41,801572499418796032,801570220007718912,1479944751000.0,2016-11-23 23:45:51,+0000,,@chemisdrey yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/801572499418796032,[],[],0,,False,204,92,9,,None,,,,,,,[],,,, +42,801569305435381760,801558860205084678,1479943989000.0,2016-11-23 23:33:09,+0000,,@Mederinho10 @BW @business at least some of them,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/801569305435381760,[],[],0,,False,146,13,14,,None,,,,,,,"[{'screen_name': 'Mederinho10', 'name': 'Mederinho', 'id': '21166640'}, {'screen_name': 'BW', 'name': 'Businessweek', 'id': '67358777'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +43,801124223049568256,801089870915477505,1479837873000.0,2016-11-22 18:04:33,+0000,,@stryker_88 That doesn't make sense. Will look into it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/801124223049568256,[],[],0,,False,317,8,15,,None,,,,,,,[],,,, +44,801115026409058304,801107712608063488,1479835680000.0,2016-11-22 17:28:00,+0000,,@CJDSB @TeslaMotors About 3 weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/801115026409058304,[],[],0,,False,163,9,10,,None,,,,,,,"[{'screen_name': 'CJDSB', 'name': 'Chris', 'id': '79201004'}]",,,, +45,801113060849098752,801089870915477505,1479835212000.0,2016-11-22 17:20:12,+0000,,@stryker_88 Backlog of 5 seat foldflat config. 6 seat can be made earlier. Actually my fav version.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/801113060849098752,[],[],0,,False,165,6,7,,None,,,,,,,[],,,, +46,801095990136578048,801095470084784129,1479831142000.0,2016-11-22 16:12:22,+0000,,@YahooFinance Love the pic tho,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/801095990136578048,[],[],0,,False,1039,49,64,,None,,,,,,,"[{'screen_name': 'YahooFinance', 'name': 'Yahoo Finance', 'id': '19546277'}]",,,, +47,801095470084784129,801095470084784129,1479831018000.0,2016-11-22 16:10:18,+0000,,Can anyone uncover who is really writing these fake pieces? Can't be skankhunt42. His work is better than this. https://t.co/Qs69AFMGE5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/801095470084784129,['http://finance.yahoo.com/news/elon-musk-vs-trolls-100011516.html;_ylc=X1MDMTE5Nzc4NDE4NQRfZXgDMQRfeXJpZAM4YWFjajNwYzM4cW1vBGcDZFhWcFpEeHVjejVoTnpjd1ptWTFNeTFqWVRabUxUTTNaV1V0WWpRNE9DMHpPVEpsWTJZek5URTVZbUk4Wm1sbGJHUStkSE5zWVE9PQRsYW5nA2VuLVVTBG9yaWdfbGFuZwNlbgRvcmlnX3JlZ2lvbgNVUwRwb3MDMwRyZWdpb24DVVMEc3ltYm9sA1RTTEE-?.tsrc=applewf'],[],0,,False,14420,728,4370,,None,,,,,,,[],,,, +48,799910793156259841,799908000689336320,1479548569000.0,2016-11-19 09:42:49,+0000,,@itsjasonwhite @TeslaMotors perfect,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799910793156259841,[],[],0,,False,192,22,8,,None,,,,,,,"[{'screen_name': 'itsjasonwhite', 'name': '_j_w', 'id': '42200662'}]",,,, +49,799910213851590656,799910213851590656,1479548431000.0,2016-11-19 09:40:31,+0000,,Longer version of self-driving demo with Paint It Black soundtrack https://t.co/YuUmyEaCgR,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799910213851590656,['https://www.tesla.com/videos/autopilot-self-driving-hardware-neighborhood-long?redirect=no'],[],0,,False,10508,563,5363,,None,,,,,,,[],,,, +50,799909604062699520,799908000689336320,1479548285000.0,2016-11-19 09:38:05,+0000,,@veritasDK @TeslaMotors That and Paint It Black will both be uploaded for free as Easter (holiday?) eggs,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799909604062699520,[],[],0,,False,203,8,14,,None,,,,,,,"[{'screen_name': 'veritasDK', 'name': 'Jesper', 'id': '2690690245'}]",,,, +51,799908779013775360,799908000689336320,1479548089000.0,2016-11-19 09:34:49,+0000,,@wheelsupgal @TeslaMotors yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799908779013775360,[],[],0,,False,168,4,8,,None,,,,,,,"[{'screen_name': 'wheelsupgal', 'name': 'WheelsUpGal', 'id': '773912149332754437'}]",,,, +52,799908556094902272,799908000689336320,1479548036000.0,2016-11-19 09:33:56,+0000,,@ParParV -2,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799908556094902272,[],[],0,,False,426,17,45,,None,,,,,,,"[{'screen_name': 'ParParV', 'name': 'ParPar', 'id': '32648067'}]",,,, +53,799908000689336320,799908000689336320,1479547903000.0,2016-11-19 09:31:43,+0000,,Tesla self-driving AI with the Benny Hill option package https://t.co/gJAwzys7vV,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799908000689336320,['https://www.tesla.com/videos/autopilot-self-driving-hardware-neighborhood-short/?utm_campaign=GL_AP_111816&utm_source=Twitter&utm_medium=social'],[],0,,False,5441,248,2377,,None,,,,,,,[],,,, +54,799906894550700032,799900334202167296,1479547639000.0,2016-11-19 09:27:19,+0000,,@newscientist Consequences of population implosion greatly underestimated. Upside down demographic pyramid can't support social services.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799906894550700032,[],[],0,,False,566,74,201,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +55,799670715397980160,799654944382939136,1479491330000.0,2016-11-18 17:48:50,+0000,,@vicentes @TeslaMotors @FortuneMagazine big mobile app update coming with 8.1 next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/799670715397980160,[],[],0,,False,267,30,46,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +56,799369292294725632,799369292294725632,1479419465000.0,2016-11-17 21:51:05,+0000,,Vote tally shows ~85% of unaffiliated shareholders in favor of the Tesla/SolarCity merger! Thanks for believing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/799369292294725632,[],[],0,,False,14866,429,2599,,None,,,,,,,[],,,, +57,799120535896485888,799113978760851456,1479360157000.0,2016-11-17 05:22:37,+0000,,@Contra_9077 sounds right,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/799120535896485888,[],[],0,,False,155,19,13,,None,,,,,,,"[{'screen_name': 'Contra_9077', 'name': 'Contra', 'id': '4716255266'}]",,,, +58,798984693844541440,798980894543343616,1479327770000.0,2016-11-16 20:22:50,+0000,,"@ArminKeyani All P100D vehicles produced to date, as well as new. This is purely a software optimization.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/798984693844541440,[],[],0,,False,339,13,37,,None,,,,,,,"[{'screen_name': 'ArminKeyani', 'name': 'Armin Keyani', 'id': '62512884'}]",,,, +59,798984120336465920,798984120336465920,1479327633000.0,2016-11-16 20:20:33,+0000,,Model X numbers should also improve by 0.1 sec on 0 to 60 and 1/4 mile,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/798984120336465920,[],[],0,,False,3293,145,458,,None,,,,,,,[],,,, +60,798980894543343616,798980894543343616,1479326864000.0,2016-11-16 20:07:44,+0000,,Looks like the Model S P100D Easter egg will allow it to do 0 to 60 mph in 2.4 sec and a 10.6 sec 1/4 mile via software update next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/798980894543343616,[],[],0,,False,13066,536,3702,,None,,,,,,,[],,,, +61,798950716450574336,798914375352393728,1479319669000.0,2016-11-16 18:07:49,+0000,,"@AustenAllred Wow, thanks. We won't let you down.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/798950716450574336,[],[],0,,False,797,34,90,,None,,,,,,,"[{'screen_name': 'AustenAllred', 'name': 'Austen Allred', 'id': '1093528151123095552'}]",,,, +62,798886670468644865,798544210580209664,1479304399000.0,2016-11-16 13:53:19,+0000,,"@ID_AA_Carmack we could enable that, although the cameras use grey, grey, grey, red detection, so it would look a little greyish red :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/798886670468644865,[],[],0,,False,359,35,32,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +63,798370472832352256,798370472832352256,1479181328000.0,2016-11-15 03:42:08,+0000,,Love you too! https://t.co/BlDDQ0oJmg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/798370472832352256,['http://www.thedrive.com/news/6007/tesla-model-s-declared-the-most-loved-car-in-america-again'],[],0,,False,8914,291,1904,,None,,,,,,,[],,,, +64,795565958592987136,795557967668150272,1478512680000.0,2016-11-07 09:58:00,+0000,,"@InLucidReverie a bit like that, but hopefully a more meaningful role for humans",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/795565958592987136,[],[],0,,False,273,26,25,,None,,,,,,,"[{'screen_name': 'InLucidReverie', 'name': 'InLucidReverie', 'id': '18150238'}]",,,, +65,795379725904416768,795379725904416768,1478468278000.0,2016-11-06 21:37:58,+0000,,Playing Amish Paradise in my Tesla,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/795379725904416768,[],[],0,,False,20202,679,4911,,None,,,,,,,[],,,, +66,794965733151117313,794964765101719553,1478369575000.0,2016-11-05 18:12:55,+0000,,"@muodebe Both UV and IR (for heat) reflective. I burn easily & then my nose looks like Rudolph the reindeer, so I totally understand.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/794965733151117313,[],[],0,,False,555,32,47,,None,,,,,,,"[{'screen_name': 'muodebe', 'name': 'Mark', 'id': '718180441992400896'}]",,,, +67,794940930000175104,794580028856025089,1478363661000.0,2016-11-05 16:34:21,+0000,,"@MrSpanier No, but maybe a light tartan. Plaid is reserved for the next gen Roadster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/794940930000175104,[],[],0,,False,347,28,33,,None,,,,,,,"[{'screen_name': 'MrSpanier', 'name': 'Lukas Spanier', 'id': '521479701'}]",,,, +68,794769297704792064,794762277521981440,1478322741000.0,2016-11-05 05:12:21,+0000,,@ShireeshAgrawal I like humanity,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/794769297704792064,[],[],0,,False,849,32,166,,None,,,,,,,"[{'screen_name': 'ShireeshAgrawal', 'name': 'Shireesh Agrawal', 'id': '397110161'}]",,,, +69,794769008868233216,794753876096217092,1478322672000.0,2016-11-05 05:11:12,+0000,,@DMC_Ryan there will be something special,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/794769008868233216,[],[],0,,False,393,46,42,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +70,794749880249917440,794736936174940160,1478318111000.0,2016-11-05 03:55:11,+0000,,"@davidtayar5 Tesla will def absorb SolarCity debt. Altho extremely unlikely, I would pay it personally if need be. Debts must be honored.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/794749880249917440,[],[],0,,False,1022,44,228,,None,,,,,,,"[{'screen_name': 'davidtayar5', 'name': 'David Tayar', 'id': '275295731'}]",,,, +71,794726788689629184,794722096462999552,1478312606000.0,2016-11-05 02:23:26,+0000,,@SeltzerPlease @PlayOverwatch My kids and I are having a great time!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/794726788689629184,[],[],0,,False,575,15,50,,None,,,,,,,"[{'screen_name': 'SeltzerPlease', 'name': 'Rachel / Seltzer', 'id': '73019162'}, {'screen_name': 'PlayOverwatch', 'name': 'Overwatch', 'id': '2420931980'}]",,,, +72,794698336301219841,794578512095100928,1478305822000.0,2016-11-05 00:30:22,+0000,,@Pmnickbeach @bakkedahl next software update fixes that,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/794698336301219841,[],[],0,,False,132,1,8,,None,,,,,,,"[{'screen_name': 'Pmnickbeach', 'name': 'Nicolas Beauchamp', 'id': '716706499859505152'}, {'screen_name': 'bakkedahl', 'name': 'Anthony Bakkedahl', 'id': '1031649442859032576'}]",,,, +73,794679555944349696,794580028856025089,1478301345000.0,2016-11-04 23:15:45,+0000,,@DragTimes might have an early access release ready by then,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/794679555944349696,[],[],0,,False,236,6,16,,None,,,,,,,"[{'screen_name': 'DragTimes', 'name': 'DragTimes', 'id': '23934755'}]",,,, +74,794671055872749568,794658724031983616,1478299318000.0,2016-11-04 22:41:58,+0000,,@joshuadistler now wouldn't that be interesting :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/794671055872749568,[],[],0,,False,224,15,15,,None,,,,,,,"[{'screen_name': 'joshuadistler', 'name': 'Joshua Distler', 'id': '135997625'}]",,,, +75,794670476131864576,794670476131864576,1478299180000.0,2016-11-04 22:39:40,+0000,,Here is how to vote your Tesla and SolarCity shares: https://t.co/7LaBe6kAp6,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/794670476131864576,['https://www.tesla.com/support/instructions-voting-on-teslas-acquisition-of-solarcity'],[],0,,False,1617,149,345,,None,,,,,,,[],,,, +76,794586063838724096,794580028856025089,1478279054000.0,2016-11-04 17:04:14,+0000,,@MikeMfknSplain hmmm,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/794586063838724096,[],[],0,,False,266,11,12,,None,,,,,,,"[{'screen_name': 'MikeMfknSplain', 'name': '360 Tactical Solutions', 'id': '2938479870'}]",,,, +77,794581219866329088,794580028856025089,1478277900000.0,2016-11-04 16:45:00,+0000,,@repaveli_p one day ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794581219866329088,[],[],0,,False,292,12,18,,None,,,,,,,"[{'screen_name': 'repaveli_p', 'name': 'Regina P', 'id': '2578286351'}]",,,, +78,794580994263158786,794580028856025089,1478277846000.0,2016-11-04 16:44:06,+0000,,@Locobooff it is not actually left-handed,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794580994263158786,[],[],0,,False,434,24,34,,None,,,,,,,"[{'screen_name': 'Locobooff', 'name': 'James', 'id': '29964807'}]",,,, +79,794580586379624448,794556147243978752,1478277749000.0,2016-11-04 16:42:29,+0000,,@_andyoneal @John_Gardi unless we do a deployable solar shield like a retractable hard top,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794580586379624448,[],[],0,,False,292,40,29,,None,,,,,,,"[{'screen_name': '_andyoneal', 'name': ""Andy O'Neal"", 'id': '19841555'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +80,794580324550217728,794578512095100928,1478277686000.0,2016-11-04 16:41:26,+0000,,@bakkedahl currently cycles radio favs. Next software release cycles between favs.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794580324550217728,[],[],0,,False,137,5,7,,None,,,,,,,"[{'screen_name': 'bakkedahl', 'name': 'Anthony Bakkedahl', 'id': '1031649442859032576'}]",,,, +81,794580028856025089,794580028856025089,1478277616000.0,2016-11-04 16:40:16,+0000,,Forgot to mention there will be a P100D Ludicrous Easter egg soon that uncorks the full performance,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794580028856025089,[],[],0,,False,5185,215,821,,None,,,,,,,[],,,, +82,794579089168310272,794556147243978752,1478277392000.0,2016-11-04 16:36:32,+0000,,@MacTechGenius @John_Gardi no,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794579089168310272,[],[],0,,False,197,5,9,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +83,794578637987016705,794578512095100928,1478277284000.0,2016-11-04 16:34:44,+0000,,@bakkedahl use buttons on left side of steering wheel,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794578637987016705,[],[],0,,False,131,2,3,,None,,,,,,,"[{'screen_name': 'bakkedahl', 'name': 'Anthony Bakkedahl', 'id': '1031649442859032576'}]",,,, +84,794578493342289920,794565375660818432,1478277250000.0,2016-11-04 16:34:10,+0000,,@MrRoryReid @BBC_TopGear Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794578493342289920,[],[],0,,False,120,0,2,,None,,,,,,,"[{'screen_name': 'MrRoryReid', 'name': 'Rory Reid', 'id': '2674801'}]",,,, +85,794578375415238656,794556147243978752,1478277221000.0,2016-11-04 16:33:41,+0000,,"@MacTechGenius I'm the only author, so, love or hate it, that's me. I've learned some lessons though, such as tweeting on Ambien isn't wise.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794578375415238656,[],[],0,,False,622,36,78,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +86,794577501292896256,794556147243978752,1478277013000.0,2016-11-04 16:30:13,+0000,,"@MacTechGenius I personally like the 6 seat best, but the new 5 allows the entire back to fold flat. A small family could camp there!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794577501292896256,[],[],0,,False,244,11,21,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +87,794575003446480896,794556147243978752,1478276417000.0,2016-11-04 16:20:17,+0000,,@John_Gardi We will probably offer that as an option,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794575003446480896,[],[],0,,False,426,33,33,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +88,794574740455231488,794556147243978752,1478276355000.0,2016-11-04 16:19:15,+0000,,@John_Gardi exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794574740455231488,[],[],0,,False,114,6,7,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +89,794573852848177152,794549250654777345,1478276143000.0,2016-11-04 16:15:43,+0000,,@MrRoryReid @MykalSoCal @BBC_TopGear @TeslaMotors Loving this thread :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794573852848177152,[],[],0,,False,277,7,17,,None,,,,,,,"[{'screen_name': 'MrRoryReid', 'name': 'Rory Reid', 'id': '2674801'}, {'screen_name': 'MykalSoCal', 'name': 'MykalSoCal', 'id': '159714652'}, {'screen_name': 'BBC_TopGear', 'name': 'Top Gear', 'id': '52344859'}]",,,, +90,794573529295400960,794556147243978752,1478276066000.0,2016-11-04 16:14:26,+0000,,@balaji_kann Primarily aluminium with hot-stamped boron steel reinforcements. B pillar has a glass overlay.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794573529295400960,[],[],0,,False,140,2,8,,None,,,,,,,"[{'screen_name': 'balaji_kann', 'name': 'Balaji Kanniappan', 'id': '92341675'}]",,,, +91,794573085445763072,794556147243978752,1478275960000.0,2016-11-04 16:12:40,+0000,,@BitterMercy Excellent safety in rollover (5 star+). That was what took so long to develop.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794573085445763072,[],[],0,,False,299,6,22,,None,,,,,,,"[{'screen_name': 'BitterMercy', 'name': 'C:\\start wearamask.exe', 'id': '2595341719'}]",,,, +92,794557434429771777,794556147243978752,1478272229000.0,2016-11-04 15:10:29,+0000,,"In addition, we reinforced the surrounding body structure for improved safety (was already 5 star in all categories).",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/794557434429771777,[],[],0,,False,3309,155,422,,None,,,,,,,[],,,, +93,794556147243978752,794556147243978752,1478271922000.0,2016-11-04 15:05:22,+0000,,"I highly recommend the new all glass roof on the Model S. This was very hard to develop, but it makes the interior feel amazing. https://t.co/ob7lqrXP4n",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/794556147243978752,[],['https://pbs.twimg.com/media/CwbUmDRVIAAiflz.jpg'],1,https://pbs.twimg.com/media/CwbUmDRVIAAiflz.jpg,False,15862,649,3481,,None,,,,,,,[],,,, +94,794553749742100480,792213393943826432,1478271350000.0,2016-11-04 14:55:50,+0000,,@originaltman first solar roof deployments will start next summer,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/794553749742100480,[],[],0,,False,295,23,36,,None,,,,,,,"[{'screen_name': 'originaltman', 'name': 'Shane', 'id': '704242208'}]",,,, +95,794553279585742849,794553279585742849,1478271238000.0,2016-11-04 14:53:58,+0000,,Will be on @CNBC with Ron Baron in about half an hour https://t.co/OOL5yv5ue6,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/794553279585742849,['http://finance.yahoo.com/video/ron-barons-300m-bet-tesla-102800448.html;_ylc=X1MDMTE5Nzc4NDE4NQRfZXgDMQRfeXJpZANlMGEwdTcxYzFwODViBGcDZFhWcFpEeHVjejR3WmpJME9UbGhNUzB3WmpRMExUTTBaV1F0T0RZelppMDBNR0V4TTJZelkyTm1Zamc4Wm1sbGJHUStkSE5zWVE9PQRsYW5nA2VuLVVTBG9yaWdfbGFuZwNlbgRvcmlnX3JlZ2lvbgNVUwRwb3MDNwRyZWdpb24DVVMEc3ltYm9sA1RTTEE-?.tsrc=applewf'],[],0,,False,1210,56,248,,None,,,,,,,[],,,, +96,794549250654777345,794549250654777345,1478270278000.0,2016-11-04 14:37:58,+0000,,Great Model X article by @BBC_TopGear! https://t.co/yXdwyQVkVg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/794549250654777345,['https://twitter.com/teslamotors/status/794247505911259136'],[],0,,False,1972,69,440,https://twitter.com/teslamotors/status/794247505911259136,None,,,,,,,[],,,, +97,794548584213454849,794548584213454849,1478270119000.0,2016-11-04 14:35:19,+0000,,"Institutional Shareholder Services, world's top independent evaluator, recommends in favor of Tesla-SolarCity merger https://t.co/o17l0Jbswa",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/794548584213454849,['http://www.bloomberg.com/news/articles/2016-11-04/iss-recommends-tesla-shareholders-vote-for-solarcity-acquisition?cmpid=yhoo.headline'],[],0,,False,1766,53,463,,None,,,,,,,[],,,, +98,794221355642146816,794215918368919552,1478192101000.0,2016-11-03 16:55:01,+0000,,@newscientist @XHNews Congratulations to China on the successful launch of the LM 5 heavy lift rocket!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/794221355642146816,[],[],0,,False,653,21,104,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +99,794219484621832192,794200368804544512,1478191655000.0,2016-11-03 16:47:35,+0000,,@brainwipe There would def be millions of agents simultaneously doing a Monte Carlo sim & combining the results to build a map of weaknesses,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/794219484621832192,[],[],0,,False,159,10,11,,None,,,,,,,"[{'screen_name': 'brainwipe', 'name': 'Rob Lang', 'id': '1520201'}]",,,, +100,794201703922810880,794200368804544512,1478187416000.0,2016-11-03 15:36:56,+0000,,@ClintonKeith good chance,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/794201703922810880,[],[],0,,False,195,9,8,,None,,,,,,,"[{'screen_name': 'ClintonKeith', 'name': 'Clinton Keith', 'id': '66060239'}]",,,, +101,794200368804544512,794200368804544512,1478187098000.0,2016-11-03 15:31:38,+0000,,Only a matter of time before advanced AI is used to do this. Internet is particularly susceptible to a gradient descent algo. https://t.co/a6AdF7o7AZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/794200368804544512,['https://twitter.com/theeconomist/status/794196455405875200'],[],0,,False,5656,306,2971,https://twitter.com/theeconomist/status/794196455405875200,None,,,,,,,[],,,, +102,793710619933315072,792213393943826432,1478070332000.0,2016-11-02 07:05:32,+0000,,@ropiko yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/793710619933315072,[],[],0,,False,143,12,11,,None,,,,,,,"[{'screen_name': 'ropiko', 'name': 'Robin', 'id': '15318894'}]",,,, +103,792220862648766466,792213393943826432,1477715147000.0,2016-10-29 04:25:47,+0000,,@vicentes yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/792220862648766466,[],[],0,,False,281,45,14,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +104,792220517654597633,792218248917811204,1477715064000.0,2016-10-29 04:24:24,+0000,,@BobaFaux strongly net positive,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/792220517654597633,[],[],0,,False,367,26,15,,None,,,,,,,"[{'screen_name': 'BobaFaux', 'name': 'BobaFaux', 'id': '1241626717501841408'}]",,,, +105,792218248917811204,792218248917811204,1477714523000.0,2016-10-29 04:15:23,+0000,,"Solar glass tiles can also incorporate heating elements, like rear defroster on a car, to clear roof of snow and keep generating energy",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/792218248917811204,[],[],0,,False,14183,710,4060,,None,,,,,,,[],,,, +106,792217704757284864,792213393943826432,1477714394000.0,2016-10-29 04:13:14,+0000,,@HipStreeet yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/792217704757284864,[],[],0,,False,167,4,6,,None,,,,,,,"[{'screen_name': 'HipStreeet', 'name': 'Joe', 'id': '71366297'}]",,,, +107,792213393943826432,792213393943826432,1477713366000.0,2016-10-29 03:56:06,+0000,,"Should mention that the Tesla solar roof is robust against any weather, incl heavy hail. Also, higher insulating value than a standard roof.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/792213393943826432,[],[],0,,False,13877,836,3912,,None,,,,,,,[],,,, +108,792163268714344448,792163268714344448,1477701415000.0,2016-10-29 00:36:55,+0000,,Pushing start to ~5:45 to allow more people to arrive,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/792163268714344448,[],[],0,,False,1749,134,217,,None,,,,,,,[],,,, +109,791785988058034176,791785988058034176,1477611464000.0,2016-10-27 23:37:44,+0000,,"Unveil happening at sunset, because that's when ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/791785988058034176,[],[],0,,False,4236,405,672,,None,,,,,,,[],,,, +110,791784652709044225,791784652709044225,1477611146000.0,2016-10-27 23:32:26,+0000,,Solar roof plus Powerwall 2.0 launch event will be webcast live on https://t.co/46TXqRrsdr at 5:30pm PDT tomorrow,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/791784652709044225,['http://Tesla.com'],[],0,,False,3736,115,1335,,None,,,,,,,[],,,, +111,791780166619889664,791756469305679873,1477610076000.0,2016-10-27 23:14:36,+0000,,@JohnGarryVO Several UI improvements across the board in 8.01 (next few weeks) and 8.1 in Dec,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/791780166619889664,[],[],0,,False,221,18,28,,None,,,,,,,"[{'screen_name': 'JohnGarryVO', 'name': 'John Garry', 'id': '1686749809'}]",,,, +112,791756469305679873,791756469305679873,1477604427000.0,2016-10-27 21:40:27,+0000,,"Solar roof unveil now at 5:30pm sharp (need daylight, for obvious reasons) California time tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/791756469305679873,[],[],0,,False,4804,153,1110,,None,,,,,,,[],,,, +113,791389989477036032,791389989477036032,1477517051000.0,2016-10-26 21:24:11,+0000,,"Dear cult members, I love you https://t.co/1OzRaSQzhT",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/791389989477036032,['https://twitter.com/katiefehren/status/791299739325112322'],[],0,,False,24980,946,2361,https://twitter.com/katiefehren/status/791299739325112322,None,,,,,,,[],,,, +114,791321336824012801,791280813123985408,1477500683000.0,2016-10-26 16:51:23,+0000,,"@bstep fixing, but in a slightly different way",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/791321336824012801,[],[],0,,False,127,9,7,,None,,,,,,,"[{'screen_name': 'bstep', 'name': 'bstep', 'id': '8119162'}]",,,, +115,790373126416629760,790267936258666496,1477274612000.0,2016-10-24 02:03:32,+0000,,"@soswow yeah, great questions",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/790373126416629760,[],[],0,,False,303,37,14,,None,,,,,,,"[{'screen_name': 'soswow', 'name': 'Aleksandr ""Sasha"" Motsjonov', 'id': '19060199'}]",,,, +116,790267936258666496,790267936258666496,1477249533000.0,2016-10-23 19:05:33,+0000,,"This will be under /r/spacex, not the general AMA. Meant to be supplemental to the IAC talk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/790267936258666496,[],[],0,,False,2528,111,384,,None,,,,,,,[],,,, +117,790245808864043009,790245808864043009,1477244257000.0,2016-10-23 17:37:37,+0000,,AMA at <ahem> 3pm California time,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/790245808864043009,[],[],0,,False,3288,200,689,,None,,,,,,,[],,,, +118,789902046430269440,789902046430269440,1477162298000.0,2016-10-22 18:51:38,+0000,,Must be a coincidence https://t.co/qX6xYrQZpp,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/789902046430269440,['https://twitter.com/nasaclimate/status/789122823927107585'],[],0,,False,9827,420,5424,https://twitter.com/nasaclimate/status/789122823927107585,None,,,,,,,[],,,, +119,789024901629816832,789019145853513729,1476953170000.0,2016-10-20 08:46:10,+0000,,"@PraneshSuvarna @YouTube no, that's real",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789024901629816832,[],[],0,,False,514,28,49,,None,,,,,,,"[{'screen_name': 'PraneshSuvarna', 'name': 'Pranesh Suvarna', 'id': '405424679'}, {'screen_name': 'YouTube', 'name': 'YouTube', 'id': '10228272'}]",,,, +120,789024368575729664,789019145853513729,1476953043000.0,2016-10-20 08:44:03,+0000,,Using the automated solid metal snake charger :) https://t.co/lBG6GamNqJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789024368575729664,['https://m.youtube.com/watch?v=uMM0lRfX6YI'],[],0,,False,3193,259,983,,None,,,,,,,[],,,, +121,789022121158598656,789019145853513729,1476952507000.0,2016-10-20 08:35:07,+0000,,@CHAR_BIT yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789022121158598656,[],[],0,,False,316,19,24,,None,,,,,,,"[{'screen_name': 'CHAR_BIT', 'name': 'Eight Bits', 'id': '850787748'}]",,,, +122,789022017311735808,789019145853513729,1476952482000.0,2016-10-20 08:34:42,+0000,,"When you want your car to return, tap Summon on your phone. It will eventually find you even if you are on the other side of the country",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789022017311735808,[],[],0,,False,8984,560,3988,,None,,,,,,,[],,,, +123,789020841489018880,789019145853513729,1476952202000.0,2016-10-20 08:30:02,+0000,,"When searching for parking, the car reads the signs to see if it is allowed to park there, which is why it skipped the disabled spot",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789020841489018880,[],[],0,,False,4702,193,1805,,None,,,,,,,[],,,, +124,789020178969276416,789019145853513729,1476952044000.0,2016-10-20 08:27:24,+0000,,@Bret_with1t yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789020178969276416,[],[],0,,False,263,5,10,,None,,,,,,,"[{'screen_name': 'Bret_with1t', 'name': 'Bret with 1 t', 'id': '465968755'}]",,,, +125,789020098145030144,789019145853513729,1476952025000.0,2016-10-20 08:27:05,+0000,,"@TeslaMotors 8 cameras, 12 ultrasonars and radar all flush mounted and body color. Beauty remains.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789020098145030144,[],[],0,,False,1977,80,443,,None,,,,,,,[],,,, +126,789019145853513729,789019145853513729,1476951798000.0,2016-10-20 08:23:18,+0000,,"Tesla drives itself (no human input at all) thru urban streets to highway to streets, then finds a parking spot https://t.co/V2T7KGMPBo",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789019145853513729,['https://www.tesla.com/videos/full-self-driving-hardware-all-teslas'],[],0,,False,18262,875,11736,,None,,,,,,,[],,,, +127,789008557341454336,789007996038721536,1476949273000.0,2016-10-20 07:41:13,+0000,,@vicentes latest autonomous hardware allows for easy computer upgrade,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/789008557341454336,[],[],0,,False,373,15,36,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +128,789007996038721536,789007996038721536,1476949139000.0,2016-10-20 07:38:59,+0000,,Should mention that retrofitting to full self-driving hardware is very difficult. Cost delta is more than buying a new car. Wish it weren't.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/789007996038721536,[],[],0,,False,4093,244,766,,None,,,,,,,[],,,, +129,789004268296544256,788902908175618049,1476948251000.0,2016-10-20 07:24:11,+0000,,@elonmusk Still working on the video. Fully autonomous drive demo only completed several hours ago.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/789004268296544256,[],[],0,,False,1919,119,255,,None,,,,,,,"[{'screen_name': 'elonmusk', 'name': 'Elon Musk', 'id': '44196397'}]",,,, +130,788973638665908224,788794291900469248,1476940948000.0,2016-10-20 05:22:28,+0000,,@AlternateJones of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/788973638665908224,[],[],0,,False,329,29,23,,None,,,,,,,"[{'screen_name': 'AlternateJones', 'name': 'Alternate Jones', 'id': '394626603'}]",,,, +131,788955029138972674,788955029138972674,1476936511000.0,2016-10-20 04:08:31,+0000,,Tesla expects to demonstrate self-driven cross-country trip next year https://t.co/YTxMUT3hWq via @WSJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/788955029138972674,['http://on.wsj.com/2dPVAr4'],[],0,,False,4438,202,1856,,None,,,,,,,[],,,, +132,788904960331161600,788903660721799168,1476924574000.0,2016-10-20 00:49:34,+0000,,@FutureBoy @mashable true and underappreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/788904960331161600,[],[],0,,False,289,14,29,,None,,,,,,,"[{'screen_name': 'FutureBoy', 'name': 'Chris Taylor', 'id': '10696392'}, {'screen_name': 'mashable', 'name': 'Mashable', 'id': '972651'}]",,,, +133,788902908175618049,788902908175618049,1476924085000.0,2016-10-20 00:41:25,+0000,,Will post video of a Tesla navigating a complex urban environment shortly. That was what took the extra couple of days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/788902908175618049,[],[],0,,False,9891,422,2280,,None,,,,,,,[],,,, +134,788823067392749568,788794291900469248,1476905049000.0,2016-10-19 19:24:09,+0000,,@elonmusk This is also what I was alluding to by Model 3 part 2,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/788823067392749568,[],[],0,,False,2977,403,745,,None,,,,,,,"[{'screen_name': 'elonmusk', 'name': 'Elon Musk', 'id': '44196397'}]",,,, +135,788809242769666048,788809242769666048,1476901753000.0,2016-10-19 18:29:13,+0000,,"According to experts, Hyperloop is both obvious and impossible. Maybe pick one or the other? https://t.co/JkRWd0lFS8",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/788809242769666048,['http://nymag.com/selectall/2016/10/the-kink-in-elon-musks-hyperloop.html'],[],0,,False,4067,311,1128,,None,,,,,,,[],,,, +136,788794291900469248,788794291900469248,1476898188000.0,2016-10-19 17:29:48,+0000,,Tesla announcement goes live at 5pm California time. 30 minutes of media Q&A to follow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/788794291900469248,[],[],0,,False,6588,658,2495,,None,,,,,,,[],,,, +137,788782966528815104,788782966528815104,1476895488000.0,2016-10-19 16:44:48,+0000,,Calculated attempt to deceive Florida voters about solar vote uncovered by Miami Herald https://t.co/dvwaU87PmG,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/788782966528815104,['https://twitter.com/flsolarchoice/status/788720681911476224'],[],0,,False,3412,159,2273,https://twitter.com/flsolarchoice/status/788720681911476224,None,,,,,,,[],,,, +138,788625768368762880,788625768368762880,1476858009000.0,2016-10-19 06:20:09,+0000,,Tesla does 0-60 mph in 2.7 seconds in the rain https://t.co/Z3YA4igGE1 via @electrekco,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/788625768368762880,['https://electrek.co/2016/10/17/watch-a-tesla-model-s-p100d-do-0-60-in-2-7-seconds-in-the-rain/'],[],0,,False,4162,163,1296,,None,,,,,,,[],,,, +139,788493472286121984,788479773442015232,1476826467000.0,2016-10-18 21:34:27,+0000,,@FortuneMagazine This is because the first 12 months of production are sold out,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/788493472286121984,[],[],0,,False,892,53,199,,None,,,,,,,"[{'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +140,787797036699521024,787797036699521024,1476660424000.0,2016-10-16 23:27:04,+0000,,Moving the Tesla announcement to Wednesday. Needs a few more days of refinement.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/787797036699521024,[],[],0,,False,7933,606,1767,,None,,,,,,,[],,,, +141,787775297521233920,787765835536269312,1476655241000.0,2016-10-16 22:00:41,+0000,,@markpinc @TeslaMotors thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/787775297521233920,[],[],0,,False,180,7,8,,None,,,,,,,"[{'screen_name': 'markpinc', 'name': 'mark pincus', 'id': '13198'}]",,,, +142,787721971417034752,787647923236601857,1476642527000.0,2016-10-16 18:28:47,+0000,,@Reuters Umm...Autobahn?,de,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/787721971417034752,[],[],0,,False,571,76,89,,None,,,,,,,"[{'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +143,786601762354442242,786599128079806465,1476375449000.0,2016-10-13 16:17:29,+0000,,@vicentes obviously wrong,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/786601762354442242,[],[],0,,False,267,22,30,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +144,785517307476922370,785516136075067392,1476116894000.0,2016-10-10 16:28:14,+0000,,@Cocoanetics @heiseonline Not actually based on science. Objective data shows Autopilot is safer than manually driven cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/785517307476922370,[],[],0,,False,696,54,155,,None,,,,,,,"[{'screen_name': 'Cocoanetics', 'name': 'Cocoanetics \uf8ff', 'id': '25703613'}]",,,, +145,785505765343625216,785494639029719040,1476114143000.0,2016-10-10 15:42:23,+0000,,"@saufkopf87 @FortuneMagazine Utter nonsense. Empirical evidence is what matters, not random speculation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/785505765343625216,[],[],0,,False,498,13,60,,None,,,,,,,[],,,, +146,785495295652167680,785494639029719040,1476111646000.0,2016-10-10 15:00:46,+0000,,@jovanik21 @arstechnica @drgitlin Sounds like a great move!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/785495295652167680,[],[],0,,False,204,3,14,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'drgitlin', 'name': 'Jonathan Gitlin', 'id': '2139671'}]",,,, +147,785494639029719040,785494639029719040,1476111490000.0,2016-10-10 14:58:10,+0000,,Good for Germany! https://t.co/SMdOL9GcTl,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/785494639029719040,['https://twitter.com/arstechnica/status/785494352617435140'],[],0,,False,6401,281,2134,https://twitter.com/arstechnica/status/785494352617435140,None,,,,,,,[],,,, +148,785488210629537792,785486859317063681,1476109957000.0,2016-10-10 14:32:37,+0000,,@hohocho That's why we need to accelerate solar power,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/785488210629537792,[],[],0,,False,494,36,68,,None,,,,,,,"[{'screen_name': 'hohocho', 'name': 'Jaehwan Cho 조재환', 'id': '31310727'}]",,,, +149,785485969705140224,785485969705140224,1476109423000.0,2016-10-10 14:23:43,+0000,,"Real fraud going on is denial of climate science. As for ""subsidies"", Tesla gets pennies on dollar vs coal. How about we both go to zero?",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/785485969705140224,[],[],0,,False,25606,617,10927,,None,,,,,,,[],,,, +150,785483088109326337,785483088109326337,1476108736000.0,2016-10-10 14:12:16,+0000,,Coal-mining CEO: 'Tesla is a fraud' https://t.co/IpQJAlAo3f via @YahooFinance,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/785483088109326337,['http://finance.yahoo.com/video/robert-murray-tesla-fraud-120500192.html;_ylc=X1MDMTE5Nzc4NDE4NQRfZXgDMQRfeXJpZAMwcmFzcGJ0YnZuNmNwBGcDZFhWcFpEeHVjejR5TkRKak1XTm1ZUzB6WWpjMUxUTXlZVGt0T0RReU1pMWtZVFl5TldZME5URXdZMk04Wm1sbGJHUStkSE5zWVE9PQRsYW5nA2VuLVVTBG9yaWdfbGFuZwNlbgRvcmlnX3JlZ2lvbgNVUwRwb3MDMwRyZWdpb24DVVMEc3ltYm9sA1RTTEE-?soc_src=social-sh&soc_trk=tw'],[],0,,False,2236,380,671,,None,,,,,,,[],,,, +151,785455506475323392,785455506475323392,1476102160000.0,2016-10-10 12:22:40,+0000,,Translating what actually happened in the debates... https://t.co/WW0om1rsC8,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/785455506475323392,['https://twitter.com/waitbutwhy/status/785441671127429120'],[],0,,False,3535,92,1182,https://twitter.com/waitbutwhy/status/785441671127429120,None,,,,,,,[],,,, +152,785242169170726912,785139055793152000,1476051296000.0,2016-10-09 22:14:56,+0000,,@ithrow88 @Walpoleboy6_RBX impact velocity and center of mass of colliding object make a big difference,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/785242169170726912,[],[],0,,False,230,13,22,,None,,,,,,,"[{'screen_name': 'ithrow88', 'name': 'dan haren', 'id': '2424569809'}, {'screen_name': 'Walpoleboy6_RBX', 'name': 'walpoleboy6', 'id': '2375808574'}]",,,, +153,785140287819612160,785139055793152000,1476027006000.0,2016-10-09 15:30:06,+0000,,@roger_kappler Probably not then either,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/785140287819612160,[],[],0,,False,255,18,29,,None,,,,,,,"[{'screen_name': 'roger_kappler', 'name': 'Roger K', 'id': '266498006'}]",,,, +154,785139055793152000,785139055793152000,1476026712000.0,2016-10-09 15:25:12,+0000,,Would also like to correct expectations that Tesla/SolarCity will need to raise equity or corp debt in Q4. Won't be necessary for either.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/785139055793152000,[],[],0,,False,5187,196,982,,None,,,,,,,[],,,, +155,785138151224446976,785138151224446976,1476026497000.0,2016-10-09 15:21:37,+0000,,"Tesla product unveiling on the 17th (unexpected by most), followed by Tesla/SolarCity on the 28th",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/785138151224446976,[],[],0,,False,12245,646,4802,,None,,,,,,,[],,,, +156,785135480811712513,785133500114632704,1476025860000.0,2016-10-09 15:11:00,+0000,,@FuncRandm I agree. Speed of light is a point in favor of the sim.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/785135480811712513,[],[],0,,False,182,14,26,,None,,,,,,,"[{'screen_name': 'FuncRandm', 'name': 'Nic Ho Chee', 'id': '300468609'}]",,,, +157,784507684410097664,784507684410097664,1475876182000.0,2016-10-07 21:36:22,+0000,,"US automotive deaths rose 10% to 17,775 in first half of 2016, approx 1 every 88 million miles https://t.co/8vrAHA80yB",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/784507684410097664,['http://www.nbcnews.com/news/us-news/u-s-traffic-deaths-jump-10-4-percent-first-half-n660241'],[],0,,False,1412,189,650,,None,,,,,,,[],,,, +158,784487348562198529,784487348562198529,1475871333000.0,2016-10-07 20:15:33,+0000,,Cumulative Tesla Autopilot miles now at 222 million,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/784487348562198529,[],[],0,,False,8621,327,2030,,None,,,,,,,[],,,, +159,784441057857589249,784439683136696320,1475860297000.0,2016-10-07 17:11:37,+0000,,@DanMerriweather lot of circumstantial evidence for that hypothesis,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/784441057857589249,[],[],0,,False,219,35,28,,None,,,,,,,"[{'screen_name': 'DanMerriweather', 'name': 'Daniel Merriweather', 'id': '20121123'}]",,,, +160,783847197427335172,783323293461995520,1475718709000.0,2016-10-06 01:51:49,+0000,,@derektmead Thus I deserve to be top of the target list? Maybe there's a dude who really digs the color gold who is slightly more deserving…,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/783847197427335172,[],[],0,,False,567,62,59,,None,,,,,,,"[{'screen_name': 'derektmead', 'name': 'ᴅᴇʀᴇᴋ ᴍᴇᴀᴅ', 'id': '82544380'}]",,,, +161,783842202220802048,783829176126169089,1475717518000.0,2016-10-06 01:31:58,+0000,,"@YostRobert @StephenAtHome Yeah, and several others at various times. My twitter list is trimmed down to almost all news/comedy these days.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/783842202220802048,[],[],0,,False,225,20,16,,None,,,,,,,"[{'screen_name': 'YostRobert', 'name': 'Robert Yost', 'id': '93805390'}, {'screen_name': 'StephenAtHome', 'name': 'Stephen Colbert', 'id': '16303106'}]",,,, +162,783759011724210176,783751199627546624,1475697684000.0,2016-10-05 20:01:24,+0000,,"@mrDeanMiller When we upgrade the core Linux OS to 4.4, which is probably December",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/783759011724210176,[],[],0,,False,210,21,28,,None,,,,,,,"[{'screen_name': 'mrDeanMiller', 'name': 'Dean Miller', 'id': '29745585'}]",,,, +163,783567161402888192,783567161402888192,1475651943000.0,2016-10-05 07:19:03,+0000,,"Sabotage of the rocket is unlikely, but this article has some great theories :) https://t.co/1fCRbZvRHo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/783567161402888192,['https://theringer.com/ranking-potential-saboteurs-of-elon-musks-spacex-venture-ff66e7e2b23f#.kdgjprg5c'],[],0,,False,3899,292,1149,,None,,,,,,,[],,,, +164,783358546519793664,783323293461995520,1475602206000.0,2016-10-04 17:30:06,+0000,,"@Cardoso True, it is a no-win situation",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/783358546519793664,[],[],0,,False,803,51,73,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}]",,,, +165,783347230245736448,783323293461995520,1475599508000.0,2016-10-04 16:45:08,+0000,,@motherboard I use twitter for news orgs. My Insta has same women as men. What's up with the phoney PC police axe-grinding?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/783347230245736448,[],[],0,,False,5254,312,1598,,None,,,,,,,"[{'screen_name': 'motherboard', 'name': 'Motherboard', 'id': '56510427'}]",,,, +166,782702761464827904,782640044599152640,1475445854000.0,2016-10-02 22:04:14,+0000,,@kakurady @xenophrenia Exactly. Those are the best ones.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/782702761464827904,[],[],0,,False,335,20,14,,None,,,,,,,"[{'screen_name': 'kakurady', 'name': 'Kakurady', 'id': '15882068'}, {'screen_name': 'xenophrenia', 'name': 'Xeno Phrenia', 'id': '7476762'}]",,,, +167,782666277256957952,782640044599152640,1475437156000.0,2016-10-02 19:39:16,+0000,,@MacTechGenius Going out this week for X and outside North America,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/782666277256957952,[],[],0,,False,200,26,20,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +168,782643630586535936,782640044599152640,1475431757000.0,2016-10-02 18:09:17,+0000,,"Wow, this tweet is like a Rorschach test",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/782643630586535936,[],[],0,,False,3175,182,381,,None,,,,,,,[],,,, +169,782642916887924737,782640044599152640,1475431586000.0,2016-10-02 18:06:26,+0000,,"No irony or uhh ""shade"" meant here. T's character is excellent and well-played. Worth seeing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/782642916887924737,[],[],0,,False,2710,92,325,,None,,,,,,,[],,,, +170,782640044599152640,782640044599152640,1475430902000.0,2016-10-02 17:55:02,+0000,,Some of the future episodes of Westworld feature my ex. Talulah does a great job of playing a deadly sexbot :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/782640044599152640,[],[],0,,False,7047,287,1674,,None,,,,,,,[],,,, +171,782410047011819520,782410047011819520,1475376066000.0,2016-10-02 02:41:06,+0000,,More Kerbal! https://t.co/IDeV1wAfVR,in,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/782410047011819520,['https://twitter.com/marcushousegame/status/782209906065678336'],[],0,,False,3513,82,772,https://twitter.com/marcushousegame/status/782209906065678336,None,,,,,,,[],,,, +172,782043711886594052,782029188714799104,1475288725000.0,2016-10-01 02:25:25,+0000,,@jclishman @bearsper @rSpaceX yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/782043711886594052,[],[],0,,False,291,12,15,,None,,,,,,,"[{'screen_name': 'jclishman', 'name': 'Jack Lishman', 'id': '726544470'}, {'screen_name': 'bearsper', 'name': 'Bearsper', 'id': '1124627764831588352'}, {'screen_name': 'rSpaceX', 'name': 'r/SpaceX', 'id': '4202579243'}]",,,, +173,782043081021399040,782029188714799104,1475288574000.0,2016-10-01 02:22:54,+0000,,@bearsper Will do a Reddit AMA on Mars in the next week or two,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/782043081021399040,[],[],0,,False,975,39,240,,None,,,,,,,"[{'screen_name': 'bearsper', 'name': 'Bearsper', 'id': '1124627764831588352'}]",,,, +174,781264006145335297,781205853227462656,1475102828000.0,2016-09-28 22:47:08,+0000,,"@SteveBatzer @GoodDayM Corrective action taken. Seems to be limited to a small number of cases, but thanks for letting me know. https://t.co/Rx3YWb8JkI",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/781264006145335297,[],['https://pbs.twimg.com/media/Ctea8zUVUAESePt.jpg'],1,https://pbs.twimg.com/media/Ctea8zUVUAESePt.jpg,False,1213,76,252,,None,,,,,,,"[{'screen_name': 'SteveBatzer', 'name': 'Steve Batzer', 'id': '66920570'}, {'screen_name': 'gooddayM', 'name': 'goodday', 'id': '980834153192132608'}]",,,, +175,781208371378520065,781205853227462656,1475089564000.0,2016-09-28 19:06:04,+0000,,@GoodDayM Am tracking this down ... Super important to be fair. There are zero discounts even for family and friends.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/781208371378520065,[],[],0,,False,257,12,25,,None,,,,,,,"[{'screen_name': 'gooddayM', 'name': 'goodday', 'id': '980834153192132608'}]",,,, +176,781208061994119168,781205853227462656,1475089490000.0,2016-09-28 19:04:50,+0000,,@GoodDayM Something messed up here. Tesla policy is equal pricing for all. No discounts ever unless a car is a floor model or was damaged.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/781208061994119168,[],[],0,,False,232,8,18,,None,,,,,,,"[{'screen_name': 'gooddayM', 'name': 'goodday', 'id': '980834153192132608'}]",,,, +177,781206685553528833,781204947815636992,1475089162000.0,2016-09-28 18:59:22,+0000,,"@BArtusio Three cable elevator on a crane. Wind force on Mars is low, so don't need to worry about being blown around.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/781206685553528833,[],[],0,,False,240,17,44,,None,,,,,,,"[{'screen_name': 'BArtusio', 'name': 'Brian Artusio', 'id': '35552904'}]",,,, +178,780900979294269445,780900979294269445,1475016276000.0,2016-09-27 22:44:36,+0000,,A Million Humans Could Live on Mars By the 2060s https://t.co/d0nlk1xfOl via @NatGeo,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/780900979294269445,['http://on.natgeo.com/2cTNcqn'],[],0,,False,6107,405,3743,,None,,,,,,,[],,,, +179,780887904625229824,780887904625229824,1475013159000.0,2016-09-27 21:52:39,+0000,,Good article on the interplanetary transport system on Gizmodo https://t.co/nysjRDQWFz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/780887904625229824,['https://news.google.com/news/ampviewer?caurl=http%3A%2F%2Fgizmodo.com%2Fthis-is-how-elon-musk-plans-to-build-a-city-on-mars-up-1787146547%2Famp#pt0-433220'],[],0,,False,3727,147,1777,,None,,,,,,,[],,,, +180,780838839644483586,780838839644483586,1475001461000.0,2016-09-27 18:37:41,+0000,,Waiting for everyone to reach their seats and get settled. Starting in 5 to 10.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/780838839644483586,[],[],0,,False,4601,398,853,,None,,,,,,,[],,,, +181,780831628104966144,780831628104966144,1474999741000.0,2016-09-27 18:09:01,+0000,,"12m rocket booster diameter, 17m spaceship diameter, 122 m stack height",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/780831628104966144,[],[],0,,False,3768,185,1068,,None,,,,,,,[],,,, +182,780828210028240896,780828210028240896,1474998927000.0,2016-09-27 17:55:27,+0000,,Full Interplanetary Tranport System presentation in ~30 mins. Simulation preview: https://t.co/lKAxabzfKX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/780828210028240896,['https://m.youtube.com/watch?feature=youtu.be&v=0qo78R_yYFA'],[],0,,False,6474,253,3690,,None,,,,,,,[],,,, +183,780608204833165316,780280440401764353,1474946473000.0,2016-09-27 03:21:13,+0000,,"@rocketrepreneur Meant to say 200 AR for production vac engine. Dev will be up to 150. Beyond that, too much flow separation in Earth atmos.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/780608204833165316,[],[],0,,False,185,22,27,,None,,,,,,,"[{'screen_name': 'rocketrepreneur', 'name': 'Jonathan A. Goff', 'id': '39651952'}]",,,, +184,780491677567815680,780480399663173633,1474918691000.0,2016-09-26 19:38:11,+0000,,@ID_AA_Carmack yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/780491677567815680,[],[],0,,False,329,28,35,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +185,780423473961115649,780275236922994688,1474902430000.0,2016-09-26 15:07:10,+0000,,@huntster1701 yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/780423473961115649,[],[],0,,False,233,3,3,,None,,,,,,,"[{'screen_name': 'huntster1701', 'name': 'Benjamin Hunt', 'id': '16809036'}]",,,, +186,780296159315173376,780280440401764353,1474872076000.0,2016-09-26 06:41:16,+0000,,@DavidKYoon yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/780296159315173376,[],[],0,,False,152,11,10,,None,,,,,,,"[{'screen_name': 'DavidKYoon', 'name': 'David Yoon', 'id': '2964812944'}]",,,, +187,780296017254023170,780280440401764353,1474872042000.0,2016-09-26 06:40:42,+0000,,@williamwinters @rocketrepreneur pretty close,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/780296017254023170,[],[],0,,False,157,2,13,,None,,,,,,,"[{'screen_name': 'williamwinters', 'name': 'william winters 🍁', 'id': '15039188'}, {'screen_name': 'rocketrepreneur', 'name': 'Jonathan A. Goff', 'id': '39651952'}]",,,, +188,780291118080462848,780280440401764353,1474870874000.0,2016-09-26 06:21:14,+0000,,@rocketrepreneur 382s is with a 150 area ratio vacuum (or Mars ambient pressure) nozzle. Will go over specs for both versions on Tues.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/780291118080462848,[],[],0,,False,344,14,77,,None,,,,,,,"[{'screen_name': 'rocketrepreneur', 'name': 'Jonathan A. Goff', 'id': '39651952'}]",,,, +189,780289045238657024,780280440401764353,1474870380000.0,2016-09-26 06:13:00,+0000,,"Chamber pressure is almost 3X Merlin, so engine is about the same size for a given area ratio",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/780289045238657024,[],[],0,,False,1583,70,262,,None,,,,,,,[],,,, +190,780280440401764353,780280440401764353,1474868328000.0,2016-09-26 05:38:48,+0000,,Production Raptor goal is specific impulse of 382 seconds and thrust of 3 MN (~310 metric tons) at 300 bar,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/780280440401764353,[],[],0,,False,2977,146,633,,None,,,,,,,[],,,, +191,780278836860628992,780275236922994688,1474867946000.0,2016-09-26 05:32:26,+0000,,Mach diamonds https://t.co/TCX7ZGFnN0,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/780278836860628992,[],['https://pbs.twimg.com/media/CtQbdtJVIAA7HCC.jpg'],1,https://pbs.twimg.com/media/CtQbdtJVIAA7HCC.jpg,False,8356,200,2401,,None,,,,,,,[],,,, +192,780275236922994688,780275236922994688,1474867087000.0,2016-09-26 05:18:07,+0000,,SpaceX propulsion just achieved first firing of the Raptor interplanetary transport engine https://t.co/vRleyJvBkx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/780275236922994688,[],['https://pbs.twimg.com/media/CtQYMI4VIAAJY2N.jpg'],1,https://pbs.twimg.com/media/CtQYMI4VIAAJY2N.jpg,False,26387,536,10126,,None,,,,,,,[],,,, +193,779461663141474308,779461663141474308,1474673116000.0,2016-09-23 23:25:16,+0000,,Good Forbes article on Tesla/SolarCity merger https://t.co/guNh5q2zrl,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/779461663141474308,['http://www.forbes.com/sites/adamhartung/2016/09/23/why-investors-should-support-the-tesla-solarcity-merger/?utm_source=yahoo&utm_medium=partner&utm_campaign=yahootix&partner=yahootix#329d7ef64c32'],[],0,,False,3452,132,1217,,None,,,,,,,[],,,, +194,779003462742794240,779003462742794240,1474563873000.0,2016-09-22 17:04:33,+0000,,Aiming for Oct 28 unveil in SF Bay Area of new Tesla/SolarCity solar roof with integrated Powerwall 2.0 battery and Tesla charger.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/779003462742794240,[],[],0,,False,7831,389,2518,,None,,,,,,,[],,,, +195,778995199506653184,778959491857461248,1474561903000.0,2016-09-22 16:31:43,+0000,,"@ccyuan2013 @TeslaMotors @tsrandall yes. Also, only worked if you logged on to a malicious hotspot & used browser. No customers were hacked.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/778995199506653184,[],[],0,,False,175,9,22,,None,,,,,,,"[{'screen_name': 'ccyuan2013', 'name': '俞跗', 'id': '2213224110'}, {'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}]",,,, +196,778868961861656577,778775104884879360,1474531805000.0,2016-09-22 08:10:05,+0000,,@tylerthecreator thanks for ordering a car!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/778868961861656577,[],[],0,,False,1731,22,436,,None,,,,,,,"[{'screen_name': 'tylerthecreator', 'name': 'Tyler, The Creator', 'id': '166747718'}]",,,, +197,778775104884879360,778775104884879360,1474509428000.0,2016-09-22 01:57:08,+0000,,"Tesla is sometimes criticized for government support, but all US car companies (plus some non) got loans and only Tesla has paid its back https://t.co/yRW2hGUcxW",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/778775104884879360,['https://twitter.com/forbes/status/778711909541392384'],[],0,,False,13431,316,5373,https://twitter.com/forbes/status/778711909541392384,None,,,,,,,[],,,, +198,778627254028951553,778599820227252225,1474474178000.0,2016-09-21 16:09:38,+0000,,@thefrownyface @massossltd I read a story about a father whose son died incredibly quickly. Can be as little as half an hour in hot sun.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/778627254028951553,[],[],0,,False,313,21,54,,None,,,,,,,"[{'screen_name': 'thefrownyface', 'name': 'Eric Abneri', 'id': '295147321'}]",,,, +199,778624834603323392,778602042759585793,1474473601000.0,2016-09-21 16:00:01,+0000,,@RoyArne83 currently stops at 20% state of charge. This number will be configurable.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/778624834603323392,[],[],0,,False,152,9,6,,None,,,,,,,"[{'screen_name': 'RoyArne83', 'name': 'Roy-Arne', 'id': '34899856'}]",,,, +200,778624588989071360,778602042759585793,1474473542000.0,2016-09-21 15:59:02,+0000,,"@ninjas ""smart"" preconditioning should be less dumb in 8.0",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/778624588989071360,[],[],0,,False,165,7,11,,None,,,,,,,"[{'screen_name': 'ninjas', 'name': 'Adrian Jektvik', 'id': '43593943'}]",,,, +201,778624407610589184,778603358743564289,1474473499000.0,2016-09-21 15:58:19,+0000,,"@notch also, the Tesla is poison free!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/778624407610589184,[],[],0,,False,660,17,58,,None,,,,,,,"[{'screen_name': 'notch', 'name': 'Notch', 'id': '63485337'}]",,,, +202,778623674442129408,778599820227252225,1474473324000.0,2016-09-21 15:55:24,+0000,,@massossltd all cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/778623674442129408,[],[],0,,False,103,4,4,,None,,,,,,,[],,,, +203,778604423153016832,778602042759585793,1474468734000.0,2016-09-21 14:38:54,+0000,,@Scott_Helme can't always detect babies and pets,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778604423153016832,[],[],0,,False,143,16,8,,None,,,,,,,"[{'screen_name': 'Scott_Helme', 'name': 'Scott Helme', 'id': '166282004'}]",,,, +204,778603745915527173,778602042759585793,1474468573000.0,2016-09-21 14:36:13,+0000,,Can be turned on or off. V8.1 will allow always-on min and max temps to be set.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778603745915527173,[],[],0,,False,1841,99,273,,None,,,,,,,[],,,, +205,778602694399320065,778602042759585793,1474468322000.0,2016-09-21 14:32:02,+0000,,Tesla keeps temp below 40C/105F by automatically venting cabin & turning on AC when needed. Can do this for up to a year on a full charge.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778602694399320065,[],[],0,,False,4478,179,1207,,None,,,,,,,[],,,, +206,778602042759585793,778602042759585793,1474468167000.0,2016-09-21 14:29:27,+0000,,My favorite new feature is the always-on max temp control for keeping kids and pets safe from overheating.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778602042759585793,[],[],0,,False,7028,224,1770,,None,,,,,,,[],,,, +207,778600126063390720,778599820227252225,1474467710000.0,2016-09-21 14:21:50,+0000,,This is a major overhaul on almost every level compared to V7.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778600126063390720,[],[],0,,False,1423,57,180,,None,,,,,,,[],,,, +208,778599820227252225,778599820227252225,1474467637000.0,2016-09-21 14:20:37,+0000,,"V8.0 starts downloading tonight. Release will be gradual to make sure there aren't small regressions. Many car configs, many environments.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778599820227252225,[],[],0,,False,3655,127,740,,None,,,,,,,[],,,, +209,777985245731696640,776939304140414976,1474321111000.0,2016-09-19 21:38:31,+0000,,"@PassionPlanet1 Yeah, definitely one of my favorite names",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/777985245731696640,[],[],0,,False,150,28,13,,None,,,,,,,"[{'screen_name': 'PassionPlanet1', 'name': 'PassionPlanet', 'id': '2587869397'}]",,,, +210,777330011703566336,777325549442232320,1474164891000.0,2016-09-18 02:14:51,+0000,,@thescalex @SpaceX @IAC2016 @YouTube its it is,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/777330011703566336,[],[],0,,False,332,35,48,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'IAC2016', 'name': 'IAC2016', 'id': '4040123778'}, {'screen_name': 'YouTube', 'name': 'YouTube', 'id': '10228272'}]",,,, +211,777325549442232320,777325549442232320,1474163827000.0,2016-09-18 01:57:07,+0000,,Preview of the @SpaceX interplanetary transport system at @IAC2016 https://t.co/Rz4XmeAoRw,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/777325549442232320,['https://m.youtube.com/watch?v=7TYJyCCO8Dc'],[],0,,False,5030,238,1513,,None,,,,,,,[],,,, +212,777027622924681216,776959734104469504,1474092796000.0,2016-09-17 06:13:16,+0000,,@JonasPolsky @schellgames that's a great one,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/777027622924681216,[],[],0,,False,156,19,12,,None,,,,,,,"[{'screen_name': 'JonasPolsky', 'name': 'Jonas Polsky', 'id': '20642617'}, {'screen_name': 'schellgames', 'name': 'Schell Games', 'id': '169217294'}]",,,, +213,776971939277438976,776939304140414976,1474079520000.0,2016-09-17 02:32:00,+0000,,@andyzalk sounds like the right name for the rocket booster,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/776971939277438976,[],[],0,,False,307,23,21,,None,,,,,,,"[{'screen_name': 'andyzalk', 'name': 'Andy Zalk', 'id': '243038493'}]",,,, +214,776960194852958208,776939304140414976,1474076720000.0,2016-09-17 01:45:20,+0000,,@LarryMasters778 That is my favorite fictional spaceship. Powered by improbability!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776960194852958208,[],[],0,,False,473,32,38,,None,,,,,,,"[{'screen_name': 'LarryMasters778', 'name': 'Larry Masters', 'id': '24850271'}]",,,, +215,776959933120000000,776939304140414976,1474076657000.0,2016-09-17 01:44:17,+0000,,@TheMikeBartley yeah!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776959933120000000,[],[],0,,False,130,4,5,,None,,,,,,,"[{'screen_name': 'TheMikeBartley', 'name': 'Mike Bartley', 'id': '99683842'}]",,,, +216,776959734104469504,776959734104469504,1474076610000.0,2016-09-17 01:43:30,+0000,,"Maybe Ultimate Spaceship, Version 2? Mostly because it is not the ultimate and there isn't a version 1.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776959734104469504,[],[],0,,False,3182,542,461,,None,,,,,,,[],,,, +217,776957948928991232,776939304140414976,1474076184000.0,2016-09-17 01:36:24,+0000,,I love the suggestions!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776957948928991232,[],[],0,,False,1309,442,135,,None,,,,,,,[],,,, +218,776956202936782850,776954933820002305,1474075768000.0,2016-09-17 01:29:28,+0000,,@kzmakino sounds about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776956202936782850,[],[],0,,False,139,6,12,,None,,,,,,,"[{'screen_name': 'kzmakino', 'name': 'Kazunori Makino', 'id': '14146146'}]",,,, +219,776939304140414976,776939304140414976,1474071739000.0,2016-09-17 00:22:19,+0000,,"Turns out MCT can go well beyond Mars, so will need a new name…",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/776939304140414976,[],[],0,,False,5531,1503,1512,,None,,,,,,,[],,,, +220,776896014905061376,776889986582847488,1474061418000.0,2016-09-16 21:30:18,+0000,,@asunshinegreene yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/776896014905061376,[],[],0,,False,92,3,6,,None,,,,,,,"[{'screen_name': 'asunshinegreene', 'name': 'A', 'id': '331471298'}]",,,, +221,776827475925934081,776560320651427840,1474045077000.0,2016-09-16 16:57:57,+0000,,@danielringdahl @P100D won't affect performance,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/776827475925934081,[],[],0,,False,96,6,3,,None,,,,,,,"[{'screen_name': 'danielringdahl', 'name': 'Dan Ringdahl', 'id': '22259965'}, {'screen_name': 'P100D', 'name': 'Jorge david piña ', 'id': '1250852413'}]",,,, +222,776681138085437440,776678423909380096,1474010188000.0,2016-09-16 07:16:28,+0000,,@vicentes @EdibleApple Hoping to start WW rollout of 8.0 on Wednesday if no last minute issues discovered.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/776681138085437440,[],[],0,,False,287,27,68,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'EdibleApple', 'name': 'Yoni Heisler', 'id': '17266615'}]",,,, +223,776678423909380096,776678423909380096,1474009540000.0,2016-09-16 07:05:40,+0000,,Tesla P100D put to the test by Drag Times https://t.co/5qP3o2VDdW,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/776678423909380096,['http://bgr.com/2016/09/15/tesla-model-s-p100d-speed-review/'],[],0,,False,2822,100,836,,None,,,,,,,[],,,, +224,776677760039133185,776560320651427840,1474009382000.0,2016-09-16 07:03:02,+0000,,@danielringdahl @P100D Glad you like it! I think we will probably stop at 100 kWh on battery size.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/776677760039133185,[],[],0,,False,189,39,31,,None,,,,,,,"[{'screen_name': 'danielringdahl', 'name': 'Dan Ringdahl', 'id': '22259965'}, {'screen_name': 'P100D', 'name': 'Jorge david piña ', 'id': '1250852413'}]",,,, +225,776622000504569856,776622000504569856,1473996088000.0,2016-09-16 03:21:28,+0000,,Turns out ExxonMobil not 100% forthcoming about climate change https://t.co/nWhe0O18WK via @BW,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/776622000504569856,['http://bloom.bg/2cFtsLJ'],[],0,,False,2144,130,1044,,None,,,,,,,[],,,, +226,775820980480380928,775819887348363268,1473805110000.0,2016-09-13 22:18:30,+0000,,"Tesla Model S loses 28% after 50k miles, a Mercedes S-Class will lose 38%, a BMW 7-series will lose 40%, and an Audi A8 will lose 41%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/775820980480380928,[],[],0,,False,3439,192,1084,,None,,,,,,,[],,,, +227,775819887348363268,775819887348363268,1473804849000.0,2016-09-13 22:14:09,+0000,,Comprehensive study by Autolist shows that a Tesla retains its value far better than gasoline sedans https://t.co/QrBuVj3qKi,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/775819887348363268,['https://electrek.co/2016/09/13/tesla-model-s-value-retention-leading-segment-losing-only-28-after-50k-miles/'],[],0,,False,4170,105,1242,,None,,,,,,,[],,,, +228,775732400491868161,775732400491868161,1473783991000.0,2016-09-13 16:26:31,+0000,,Scientists: Earth Endangered by New Strain of Fact-Resistant Humans https://t.co/ihmrY43rHa via @BorowitzReport,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/775732400491868161,['http://www.newyorker.com/humor/borowitz-report/scientists-earth-endangered-by-new-strain-of-fact-resistant-humans'],[],0,,False,10438,276,7119,,None,,,,,,,[],,,, +229,775632728548970500,775632728548970500,1473760227000.0,2016-09-13 09:50:27,+0000,,Climate change explained in comic book form by xkcd https://t.co/3tEfEnXW0L,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/775632728548970500,['http://xkcd.com/1732'],[],0,,False,6908,196,4609,,None,,,,,,,[],,,, +230,774664927835553792,774664927835553792,1473529486000.0,2016-09-10 17:44:46,+0000,,Will do some press Q&A on Autopilot post at 11am PDT tmrw and then publish at noon. Sorry about delay. Unusually difficult couple of weeks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/774664927835553792,[],[],0,,False,5422,324,854,,None,,,,,,,[],,,, +231,774337231708299264,774337231708299264,1473451357000.0,2016-09-09 20:02:37,+0000,,Thoughtful Op-ed in Space News much appreciated https://t.co/CJq5g3NIEK,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/774337231708299264,['http://spacenews.com/op-ed-despite-spacex-setback-future-of-private-space-exploration-is-bright/'],[],0,,False,3715,141,1408,,None,,,,,,,[],,,, +232,774257337221517312,774257337221517312,1473432308000.0,2016-09-09 14:45:08,+0000,,"@abadcliche Most likely true, but we can't yet find it on any vehicle sensors",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/774257337221517312,[],[],0,,False,191,32,23,,None,,,,,,,[],,,, +233,774155658476212224,774155658476212224,1473408066000.0,2016-09-09 08:01:06,+0000,,Will get back to Autopilot update blog tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/774155658476212224,[],[],0,,False,2112,124,249,,None,,,,,,,[],,,, +234,774155416976580608,774152037927792640,1473408009000.0,2016-09-09 08:00:09,+0000,,@ashwin7002 @NASA @faa @AFPAA We have not ruled that out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/774155416976580608,[],[],0,,False,433,52,93,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'faa', 'name': 'Tsubasa (faa)', 'id': '5822512'}, {'screen_name': 'AFPAA', 'name': 'US Air Force (USAF)', 'id': '16630062'}]",,,, +235,774154956739743750,774150289314029568,1473407899000.0,2016-09-09 07:58:19,+0000,,"@LewisChandlerDN nope, it wasn't me",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774154956739743750,[],[],0,,False,888,20,89,,None,,,,,,,[],,,, +236,774153847371501569,774152037927792640,1473407634000.0,2016-09-09 07:53:54,+0000,,Particularly trying to understand the quieter bang sound a few seconds before the fireball goes off. May come from rocket or something else.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774153847371501569,[],[],0,,False,2189,422,685,,None,,,,,,,[],,,, +237,774152037927792640,774152037927792640,1473407203000.0,2016-09-09 07:46:43,+0000,,"Support & advice from @NASA, @FAA, @AFPAA & others much appreciated. Please email any recordings of the event to report@spacex.com.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774152037927792640,[],[],0,,False,3021,169,843,,None,,,,,,,[],,,, +238,774150289314029568,774150289314029568,1473406786000.0,2016-09-09 07:39:46,+0000,,Important to note that this happened during a routine filling operation. Engines were not on and there was no apparent heat source.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774150289314029568,[],[],0,,False,4042,429,1224,,None,,,,,,,[],,,, +239,774150065166229504,774150065166229504,1473406733000.0,2016-09-09 07:38:53,+0000,,Still working on the Falcon fireball investigation. Turning out to be the most difficult and complex failure we have ever had in 14 years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774150065166229504,[],[],0,,False,7308,527,2594,,None,,,,,,,[],,,, +240,774101759023128576,771446048262946816,1473395216000.0,2016-09-09 04:26:56,+0000,,@waitbutwhy It's been a little crazy lately,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/774101759023128576,[],[],0,,False,635,39,57,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +241,771479910778966016,771479580775424000,1472770118000.0,2016-09-01 22:48:38,+0000,,"@scrappydog yes. This seems instant from a human perspective, but it really a fast fire, not an explosion. Dragon would have been fine.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/771479910778966016,[],[],0,,False,901,125,225,,None,,,,,,,"[{'screen_name': 'scrappydog', 'name': 'Eric Bowen', 'id': '14043522'}]",,,, +242,771446048262946816,771446048262946816,1472762045000.0,2016-09-01 20:34:05,+0000,,Finishing Autopilot blog postponed to end of weekend,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/771446048262946816,[],[],0,,False,2834,305,368,,None,,,,,,,[],,,, +243,771394161756942336,771394161756942336,1472749674000.0,2016-09-01 17:07:54,+0000,,Loss of Falcon vehicle today during propellant fill operation. Originated around upper stage oxygen tank. Cause still unknown. More soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/771394161756942336,[],[],0,,False,10810,1165,4896,,None,,,,,,,[],,,, +244,771010406894620672,771005524322033665,1472658180000.0,2016-08-31 15:43:00,+0000,,"@Lockyep Not allowed, according to HK regulations. Happy to do it if regs change.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771010406894620672,[],[],0,,False,190,13,16,,None,,,,,,,"[{'screen_name': 'Lockyep', 'name': 'Locky Law', 'id': '233875229'}]",,,, +245,771006527498969088,771005524322033665,1472657255000.0,2016-08-31 15:27:35,+0000,,We need to do one more minor rev on 8.0 and then will go to wide release in a few weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771006527498969088,[],[],0,,False,1624,70,254,,None,,,,,,,[],,,, +246,771005927302373376,771005524322033665,1472657112000.0,2016-08-31 15:25:12,+0000,,Writing post now with details. Will publish on Tesla website later today.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771005927302373376,[],[],0,,False,1792,103,261,,None,,,,,,,[],,,, +247,771005524322033665,771005524322033665,1472657016000.0,2016-08-31 15:23:36,+0000,,Major improvements to Autopilot coming with V8.0 and 8.1 software (std OTA update) primarily through advanced processing of radar signals,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771005524322033665,[],[],0,,False,6203,188,1437,,None,,,,,,,[],,,, +248,771004732210982913,771000928212291584,1472656827000.0,2016-08-31 15:20:27,+0000,,@newscientist uh oh,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771004732210982913,[],[],0,,False,433,19,79,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +249,770629571972435969,770629571972435969,1472567382000.0,2016-08-30 14:29:42,+0000,,Thanks for the longstanding faith in SpaceX. We very much look forward to doing this milestone flight with you. https://t.co/U2UFez0OhY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/770629571972435969,['https://twitter.com/ses_satellites/status/770602110996082688'],[],0,,False,7389,142,1857,https://twitter.com/ses_satellites/status/770602110996082688,None,,,,,,,[],,,, +250,769707291671003136,769663315882672128,1472347493000.0,2016-08-28 01:24:53,+0000,,@Kotaku one of my favorite games as a kid,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/769707291671003136,[],[],0,,False,327,27,36,,None,,,,,,,"[{'screen_name': 'Kotaku', 'name': 'Kotaku', 'id': '11928542'}]",,,, +251,769697521706860545,769608404679745536,1472345164000.0,2016-08-28 00:46:04,+0000,,@BelovedRevol Making progress. Maybe something to announce in a few months. Have played all prior Deus Ex. Not this one yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/769697521706860545,[],[],0,,False,475,41,104,,None,,,,,,,"[{'screen_name': 'BelovedRevol', 'name': 'Revol Devoleb', 'id': '459500607'}]",,,, +252,768161427328634881,768161427328634881,1471978930000.0,2016-08-23 19:02:10,+0000,,Journalist Q&A for 30 mins and embargo ends at 12:30,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/768161427328634881,[],[],0,,False,1815,249,332,,None,,,,,,,[],,,, +253,768106282251198464,768106282251198464,1471965783000.0,2016-08-23 15:23:03,+0000,,Tesla product announcement at noon California time today,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/768106282251198464,[],[],0,,False,12264,631,4355,,None,,,,,,,[],,,, +254,767708338847031296,767708338847031296,1471870905000.0,2016-08-22 13:01:45,+0000,,Owner account of a Model X severely impacted by a Yukon https://t.co/qbVdhbXBU1,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/767708338847031296,['https://electrek.co/2016/08/22/tesla-model-x-crash-accident-bloomington-minnesota/'],[],0,,False,5963,144,2045,,None,,,,,,,[],,,, +255,765111090430607360,765111090430607360,1471251673000.0,2016-08-15 09:01:13,+0000,,Correlation is not causality or ... is it? https://t.co/ExA1yRC8Ik,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/765111090430607360,['http://www.tylervigen.com/spurious-correlations'],[],0,,False,2967,222,1176,,None,,,,,,,[],,,, +256,764882657729581056,764882657729581056,1471197211000.0,2016-08-14 17:53:31,+0000,,Sunday morning: to bake or not to bake cookies -- that is not even a question. Definitely bake.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/764882657729581056,[],[],0,,False,10185,524,1777,,None,,,,,,,[],,,, +257,763699736733810688,763699736733810688,1470915180000.0,2016-08-11 11:33:00,+0000,,"Congrats to @TalulahRiley on her novel, ""Acts of Love""! All characters – even those based on real people – are entirely fictional …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/763699736733810688,[],[],0,,False,2149,105,279,,None,,,,,,,[],,,, +258,763283865238577153,763283865238577153,1470816029000.0,2016-08-10 08:00:29,+0000,,Over the entrance of @OpenAI https://t.co/ca3ZFdgmFe,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/763283865238577153,[],['https://pbs.twimg.com/media/Cpe6n72VUAAMZBR.jpg'],1,https://pbs.twimg.com/media/Cpe6n72VUAAMZBR.jpg,False,6085,158,2463,,None,,,,,,,[],,,, +259,763121793271947265,763108676039090177,1470777388000.0,2016-08-09 21:16:28,+0000,,@StarkickMG @NoMansSky true,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/763121793271947265,[],[],0,,False,172,26,11,,None,,,,,,,"[{'screen_name': 'StarkickMG', 'name': 'Starkik McGillicuddy', 'id': '4454600474'}, {'screen_name': 'NoMansSky', 'name': 'Sean Murray', 'id': '2232827756'}]",,,, +260,763108676039090177,763108676039090177,1470774260000.0,2016-08-09 20:24:20,+0000,,Will try out @NoMansSky this weekend. Maybe reality is just a series of nested simulations all the way down ... https://t.co/DCMr1TVOdL,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/763108676039090177,['https://en.m.wikipedia.org/wiki/Turtles_all_the_way_down'],[],0,,False,7889,315,2021,,None,,,,,,,[],,,, +261,763096729134575617,763096729134575617,1470771412000.0,2016-08-09 19:36:52,+0000,,Would like to thank @nvidia and Jensen for donating the first DGX-1 AI supercomputer to @OpenAI in support of democratizing AI technology,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/763096729134575617,[],[],0,,False,4993,85,1068,,None,,,,,,,[],,,, +262,763043936889769984,763028726338686980,1470758825000.0,2016-08-09 16:07:05,+0000,,"@verge Yeah. Movie still enjoyable due to some great characters, but plot & editing could've been better. Really needed more Joker+Harley.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/763043936889769984,[],[],0,,False,921,42,176,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +263,762097903452102657,762097903452102657,1470533273000.0,2016-08-07 01:27:53,+0000,,Sure feels weird to find myself defending the robots,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/762097903452102657,[],[],0,,False,9003,451,2032,,None,,,,,,,[],,,, +264,760143143949987840,760137092559151104,1470067222000.0,2016-08-01 16:00:22,+0000,,@ChristopherMori Never. There is no product rationale for doing so.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/760143143949987840,[],[],0,,False,375,94,24,,None,,,,,,,"[{'screen_name': 'ChristopherMori', 'name': 'Christopher Mori', 'id': '9956082'}]",,,, +265,759798110470205440,759794094386257920,1469984960000.0,2016-07-31 17:09:20,+0000,,@JamesRossi100 probably makes sense to build off the pickup truck chassis,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/759798110470205440,[],[],0,,False,258,30,23,,None,,,,,,,[],,,, +266,759797091375906817,759773425275502593,1469984717000.0,2016-07-31 17:05:17,+0000,,@RoadandTrack @TeslaMotors Model Y (compact SUV) off Model 3 chassis. Tesla Bus/Minibus/Spacebus off Model X.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/759797091375906817,[],[],0,,False,637,58,136,,None,,,,,,,"[{'screen_name': 'RoadandTrack', 'name': 'Road & Track', 'id': '21200953'}]",,,, +267,759433196471656448,759153112993017856,1469897958000.0,2016-07-30 16:59:18,+0000,,@tomschouteden @DMC_Ryan @voguemaster @Jalopnik good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/759433196471656448,[],[],0,,False,304,32,9,,None,,,,,,,"[{'screen_name': 'tomschouteden', 'name': 'Tom Schouteden', 'id': '107065769'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'voguemaster', 'name': 'Eli', 'id': '219269223'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}]",,,, +268,759425342792605696,759153112993017856,1469896085000.0,2016-07-30 16:28:05,+0000,,@DMC_Ryan @voguemaster @Jalopnik I think we should be inconsistent in our naming conventions after Model Y,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/759425342792605696,[],[],0,,False,327,58,25,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'voguemaster', 'name': 'Eli', 'id': '219269223'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}]",,,, +269,759424274687889408,759424274687889408,1469895831000.0,2016-07-30 16:23:51,+0000,,View of Dragon from @Space_Station cupola https://t.co/1HjljLWdFi,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/759424274687889408,[],['https://pbs.twimg.com/media/CooEV5TVMAAmn6h.jpg'],1,https://pbs.twimg.com/media/CooEV5TVMAAmn6h.jpg,False,6004,125,1574,,None,,,,,,,[],,,, +270,759416283314003968,759416283314003968,1469893925000.0,2016-07-30 15:52:05,+0000,,We are definitely patenting this idea https://t.co/N46cvN9uX9,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/759416283314003968,[],['https://pbs.twimg.com/media/Con9EqiUEAAI_71.jpg'],1,https://pbs.twimg.com/media/Con9EqiUEAAI_71.jpg,False,14016,353,3475,,None,,,,,,,[],,,, +271,759413262899290114,759403552603123713,1469893205000.0,2016-07-30 15:40:05,+0000,,@sethpascale @TeslaMotors glad people had a great time!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/759413262899290114,[],[],0,,False,160,4,4,,None,,,,,,,"[{'screen_name': 'sethpascale', 'name': 'Seth Pascale', 'id': '16413145'}]",,,, +272,759413050961121280,759153112993017856,1469893155000.0,2016-07-30 15:39:15,+0000,,"@voguemaster @Jalopnik not bad, I like those suggestions",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/759413050961121280,[],[],0,,False,205,15,8,,None,,,,,,,"[{'screen_name': 'voguemaster', 'name': 'Eli', 'id': '219269223'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}]",,,, +273,759247416495316993,759247416495316993,1469853664000.0,2016-07-30 04:41:04,+0000,,Gigafactory in units of hamster https://t.co/9BAchcBX73,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/759247416495316993,[],['https://pbs.twimg.com/media/ColjfusWAAE_7Uu.jpg'],1,https://pbs.twimg.com/media/ColjfusWAAE_7Uu.jpg,False,10747,429,3464,,None,,,,,,,[],,,, +274,759153112993017856,759153112993017856,1469831181000.0,2016-07-29 22:26:21,+0000,,Some good guessing by @Jalopnik. The Tesla Minibus will be built on a Model X chassis. People density potential is surprisingly high.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/759153112993017856,[],[],0,,False,4401,192,1064,,None,,,,,,,[],,,, +275,759100981841756160,759100981841756160,1469818752000.0,2016-07-29 18:59:12,+0000,,Will be live streaming the Gigafactory launch party tonight. Check https://t.co/7FlnbruWpL this eve.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/759100981841756160,['http://tesla.com'],[],0,,False,4145,224,1402,,None,,,,,,,[],,,, +276,758851109817421825,758851109817421825,1469759178000.0,2016-07-29 02:26:18,+0000,,The libertarian argument for a carbon tax https://t.co/WmbGp2YuUO,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/758851109817421825,['http://www.rgj.com/story/money/business/2016/07/28/elon-musk-makes-libertarian-argument-carbon-tax/87638264/'],[],0,,False,3460,212,1332,,None,,,,,,,[],,,, +277,758562622312554496,758562622312554496,1469690397000.0,2016-07-28 07:19:57,+0000,,"Good summary of yesterday's Gigafactory Q&A with JB, Yamada-San and me https://t.co/FYFG7qnIMi",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/758562622312554496,['https://twitter.com/cleantechnica/status/758402474260606976'],[],0,,False,1895,85,542,https://twitter.com/cleantechnica/status/758402474260606976,None,,,,,,,[],,,, +278,758351232356397056,758351232356397056,1469639997000.0,2016-07-27 17:19:57,+0000,,Should mention that Gigafactory will be fully powered by clean energy when complete & include battery recycling,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/758351232356397056,[],[],0,,False,10339,338,2479,,None,,,,,,,[],,,, +279,758344372681183232,758344044489482240,1469638362000.0,2016-07-27 16:52:42,+0000,,@westcoastbill happy birthday!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/758344372681183232,[],[],0,,False,119,3,4,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +280,758063362802528256,758063362802528256,1469571364000.0,2016-07-26 22:16:04,+0000,,Insurance premiums expected to decline by 80% due to driverless cars https://t.co/nuPKOI9v1D,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/758063362802528256,['http://www.wsj.com/articles/driverless-cars-threaten-to-crash-insurers-earnings-1469542958'],[],0,,False,4909,300,2304,,None,,,,,,,[],,,, +281,758004517887696896,758004517887696896,1469557334000.0,2016-07-26 18:22:14,+0000,,Letter from basically every scientific org in the United States to Congress about climate change https://t.co/vo1I1HY5fx,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/758004517887696896,['http://n.pr/2a1FaK3'],[],0,,False,5995,195,3547,,None,,,,,,,[],,,, +282,758003098816286720,758003098816286720,1469556996000.0,2016-07-26 18:16:36,+0000,,Via @NPR: Sun-Powered Airplane Completes Historic Trip Around The World https://t.co/AKe5VRaY5o,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/758003098816286720,['http://n.pr/2ae2mrI'],[],0,,False,3724,85,1340,,None,,,,,,,[],,,, +283,757600711714701312,757551370702434306,1469461059000.0,2016-07-25 15:37:39,+0000,,@ID_AA_Carmack Maybe as a future optimization. Would only matter if it was extremely big.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/757600711714701312,[],[],0,,False,259,20,19,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +284,756664069646487554,756663746764742656,1469237746000.0,2016-07-23 01:35:46,+0000,,@vicentes as long as I'm alive,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/756664069646487554,[],[],0,,False,1063,66,103,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +285,756663746764742656,756663746764742656,1469237670000.0,2016-07-23 01:34:30,+0000,, https://t.co/Kgkz1Z3FwJ,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/756663746764742656,['http://www.wsj.com/articles/tesla-autopilot-crash-shouldnt-slow-self-driving-development-regulator-says-1469200956?ru=yahoo?mod=yahoo_itp'],[],0,,False,2568,133,670,,None,,,,,,,[],,,, +286,756365671571726336,756365671571726336,1469166603000.0,2016-07-22 05:50:03,+0000,,Looking forward to the Gigafactory opening party on Friday next week. The scale blows me away every time I see it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/756365671571726336,[],[],0,,False,8989,531,1644,,None,,,,,,,[],,,, +287,756004029239472132,756004029239472132,1469080381000.0,2016-07-21 05:53:01,+0000,,Autopilot prevents serious injury or death of a pedestrian in NY (owner anecdote confirmed by vehicle logs) https://t.co/NceuqckqCK,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/756004029239472132,[],['https://pbs.twimg.com/media/Cn3dp4VUAAE44eE.jpg'],1,https://pbs.twimg.com/media/Cn3dp4VUAAE44eE.jpg,False,20312,360,8092,,None,,,,,,,[],,,, +288,755990352511705088,755987716035215360,1469077120000.0,2016-07-21 04:58:40,+0000,,"@danahull Jerome is driving Tesla Semi & doing a great job with his team. At Daimler, he led their most successful semi truck program ever.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/755990352511705088,[],[],0,,False,424,25,52,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +289,755989215976882176,755987716035215360,1469076849000.0,2016-07-21 04:54:09,+0000,,@danahull It's inspired by some of the California Custom VW combi design art,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/755989215976882176,[],[],0,,False,306,18,26,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +290,755940191571808257,755925835836755968,1469065161000.0,2016-07-21 01:39:21,+0000,,@MRamseyWSJ Great game. Whole Fallout series is amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/755940191571808257,[],[],0,,False,414,18,55,,None,,,,,,,"[{'screen_name': 'MRamseyWSJ', 'name': 'MRamseyWSJ', 'id': '2783428111'}]",,,, +291,755931999487991810,755930908755169280,1469063207000.0,2016-07-21 01:06:47,+0000,,@katiefehren Both should have been done under the same corporate umbrella from the beginning,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/755931999487991810,[],[],0,,False,338,29,30,,None,,,,,,,"[{'screen_name': 'katiefehren', 'name': 'Katie Fehrenbacher', 'id': '763699'}]",,,, +292,755929747763245061,755929747763245061,1469062671000.0,2016-07-21 00:57:51,+0000,,"Tesla Master Plan, Part Deux https://t.co/XQeTlsoEdE",fr,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/755929747763245061,['http://tesla.com/blog/master-plan-part-deux'],[],0,,False,20408,1172,11187,,None,,,,,,,[],,,, +293,755859976816427010,755773618538242048,1469046036000.0,2016-07-20 20:20:36,+0000,,@elonmusk now 2Pac,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/755859976816427010,[],[],0,,False,3385,308,684,,None,,,,,,,"[{'screen_name': 'elonmusk', 'name': 'Elon Musk', 'id': '44196397'}]",,,, +294,755841679454720000,755841606960373760,1469041673000.0,2016-07-20 19:07:53,+0000,,California time,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/755841679454720000,[],[],0,,False,1372,184,195,,None,,,,,,,[],,,, +295,755841606960373760,755841606960373760,1469041656000.0,2016-07-20 19:07:36,+0000,,Post should go live on Tesla website around 5pm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/755841606960373760,[],[],0,,False,2943,299,627,,None,,,,,,,[],,,, +296,755830992812711937,755824941367300096,1469039126000.0,2016-07-20 18:25:26,+0000,,@vitiral yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/755830992812711937,[],[],0,,False,147,13,7,,None,,,,,,,"[{'screen_name': 'vitiral', 'name': 'vitiral', 'id': '3167507409'}]",,,, +297,755825075245297664,755773618538242048,1469037715000.0,2016-07-20 18:01:55,+0000,,@AnnaDotBlue busted,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/755825075245297664,[],[],0,,False,229,9,10,,None,,,,,,,"[{'screen_name': 'annadotblue', 'name': 'Anna Dot Blue', 'id': '845020038138679296'}]",,,, +298,755808603706011648,755773618538242048,1469033788000.0,2016-07-20 16:56:28,+0000,,Except for the tweet about large amounts of crack (actually just small amounts),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/755808603706011648,[],[],0,,False,2242,193,352,,None,,,,,,,[],,,, +299,755784816847495168,755773618538242048,1469028116000.0,2016-07-20 15:21:56,+0000,,Not easy to convey irony in a tweet,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/755784816847495168,[],[],0,,False,3321,237,591,,None,,,,,,,[],,,, +300,755778920989896704,755773618538242048,1469026711000.0,2016-07-20 14:58:31,+0000,,@princeghosh97 Lana,es,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/755778920989896704,[],[],0,,False,510,20,101,,None,,,,,,,"[{'screen_name': 'princeghosh97', 'name': 'Prince Ghosh', 'id': '2346150864'}]",,,, +301,755773618538242048,755773618538242048,1469025446000.0,2016-07-20 14:37:26,+0000,,Finishing off the plan while listening to the soundtrack from Gatsby. Seems appropriate...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/755773618538242048,[],[],0,,False,7519,423,1214,,None,,,,,,,[],,,, +302,755439077235814400,755439077235814400,1468945686000.0,2016-07-19 16:28:06,+0000,,"Will be working at Tesla on Autopilot & Model 3 today, then aiming to pull an all-nighter and complete the master product plan",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/755439077235814400,[],[],0,,False,11139,788,2083,,None,,,,,,,[],,,, +303,755438366817153024,755420049536606208,1468945516000.0,2016-07-19 16:25:16,+0000,,@drehmer I am!,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/755438366817153024,[],[],0,,False,239,15,9,,None,,,,,,,"[{'screen_name': 'drehmer', 'name': 'Rocket Surgery', 'id': '14199750'}]",,,, +304,755420049536606208,755420049536606208,1468941149000.0,2016-07-19 15:12:29,+0000,,Returning from Cape Canaveral to California...,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/755420049536606208,[],[],0,,False,2063,215,134,,None,,,,,,,[],,,, +305,755167487017291776,755166100967550979,1468880933000.0,2016-07-18 22:28:53,+0000,,"Really tempting to redesign upper stage for return too (Falcon Heavy has enough power), but prob best to stay focused on the Mars rocket",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/755167487017291776,[],[],0,,False,3841,409,749,,None,,,,,,,[],,,, +306,755166100967550979,755166100967550979,1468880603000.0,2016-07-18 22:23:23,+0000,,Can't wait to see all three cores of Falcon Heavy come back for landings! First two will be almost simultaneous. https://t.co/ryMiewZM4L,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/755166100967550979,['http://www.orlandosentinel.com/news/space/go-for-launch/os-spacex-landing-pads-space-coast-20160718-story.html'],[],0,,False,3679,171,1070,,None,,,,,,,[],,,, +307,755140683112017920,755140683112017920,1468874543000.0,2016-07-18 20:42:23,+0000,,Landing https://t.co/dRWGyyTtCH,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/755140683112017920,[],['https://pbs.twimg.com/tweet_video_thumb/CnrMbncXgAAvV6k.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/CnrMbncXgAAvV6k.jpg,False,9927,253,3206,,None,,,,,,,[],,,, +308,755137454655541248,754968472929574912,1468873773000.0,2016-07-18 20:29:33,+0000,,@PaulPrijs @alexfrance free Babel fish provided,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/755137454655541248,[],[],0,,False,229,17,15,,None,,,,,,,"[{'screen_name': 'PaulPrijs', 'name': 'Paul Prijs', 'id': '130852117'}, {'screen_name': 'alexfrance', 'name': 'Alex France', 'id': '10439732'}]",,,, +309,754968472929574912,754968472929574912,1468833485000.0,2016-07-18 09:18:05,+0000,,Bit of a distraction yesterday. Working on plan today.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/754968472929574912,[],[],0,,False,3295,302,442,,None,,,,,,,[],,,, +310,754931091891453952,754931091891453952,1468824572000.0,2016-07-18 06:49:32,+0000,,Out on LZ-1. We just completed the post-landing inspection and all systems look good. Ready to fly again. https://t.co/1OfA8h7Vrf,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/754931091891453952,[],['https://pbs.twimg.com/media/CnoN011WgAAL4wh.jpg'],1,https://pbs.twimg.com/media/CnoN011WgAAL4wh.jpg,False,13986,349,3899,,None,,,,,,,[],,,, +311,754908615757234176,754908615757234176,1468819214000.0,2016-07-18 05:20:14,+0000,,Falcon on LZ-1 at Cape Canaveral https://t.co/dBkjBCDIRs,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/754908615757234176,[],['https://pbs.twimg.com/media/Cnn5YVuWYAAmTvt.jpg'],1,https://pbs.twimg.com/media/Cnn5YVuWYAAmTvt.jpg,False,6685,248,1771,,None,,,,,,,[],,,, +312,754858623357095936,754786895343779840,1468807295000.0,2016-07-18 02:01:35,+0000,,"@BilalNaseer Thanks. Exactly. Some in the press think they're so much smarter than Tesla owners that ""they know better"". Makes no sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/754858623357095936,[],[],0,,False,418,28,51,,None,,,,,,,"[{'screen_name': 'BilalNaseer', 'name': 'Bilal Naseer', 'id': '15795337'}]",,,, +313,754804233107562496,754786895343779840,1468794327000.0,2016-07-17 22:25:27,+0000,,"@MacTechGenius V8 will be our biggest release since v1, so taking longer to refine. Awesome on every level. Meeting w design team every day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/754804233107562496,[],[],0,,False,458,29,70,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +314,754801124755013633,754786895343779840,1468793586000.0,2016-07-17 22:13:06,+0000,,"Tesla customers are v smart & don't want media speaking on their behalf abt Autopilot. Recent poll: 0.0% want it disabled -- not 0.1%, 0.0%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/754801124755013633,[],[],0,,False,5607,194,1780,,None,,,,,,,[],,,, +315,754798592880156672,754769913814941696,1468792982000.0,2016-07-17 22:03:02,+0000,,"@heroineworshipe @BoschGlobal It can at moderate range, but our ultrasonics are very good at human (or anything >= water density) detection",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/754798592880156672,[],[],0,,False,192,10,25,,None,,,,,,,"[{'screen_name': 'heroineworshipe', 'name': 'heroine worshiper', 'id': '276659403'}, {'screen_name': 'BoschGlobal', 'name': 'BoschGlobal', 'id': '217030924'}]",,,, +316,754793746483572736,754786895343779840,1468791827000.0,2016-07-17 21:43:47,+0000,,@MacTechGenius Improved fan speed algorithm coming soon. Doesn't need to be so loud.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/754793746483572736,[],[],0,,False,270,7,27,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +317,754786895343779840,754786895343779840,1468790193000.0,2016-07-17 21:16:33,+0000,,Great rebuttal by a Tesla owner to those calling for Autopilot to be disabled. Was written with zero input from us. https://t.co/Kfg1ewKoCZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/754786895343779840,['https://teslamotorsclub.com/tmc/threads/autopilot-note-to-drivers-and-consumer-reports.73715/'],[],0,,False,3405,135,1035,,None,,,,,,,[],,,, +318,754776743156805632,754272832440250368,1468787773000.0,2016-07-17 20:36:13,+0000,,@Tyler_K_Berg That is a very good point!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/754776743156805632,[],[],0,,False,201,9,7,,None,,,,,,,"[{'screen_name': 'Tyler_K_Berg', 'name': 'Tyler Berg', 'id': '3296793750'}]",,,, +319,754772663365664768,754272832440250368,1468786800000.0,2016-07-17 20:20:00,+0000,,Have to focus on tonight's @SpaceX launch. Will post Tesla (master) product plan afterwards.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/754772663365664768,[],[],0,,False,3895,247,865,,None,,,,,,,[],,,, +320,754772024657113088,754769913814941696,1468786648000.0,2016-07-17 20:17:28,+0000,,"Btw, want to thank both Bosch and MobilEye for their help and support in making Autopilot better. Please direct all criticism at Tesla.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/754772024657113088,[],[],0,,False,2508,83,384,,None,,,,,,,[],,,, +321,754769913814941696,754769913814941696,1468786145000.0,2016-07-17 20:09:05,+0000,,"Promising call today with @BoschGlobal, maker of our radar sensor. Looks like significant improvements possible via OTA software update.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/754769913814941696,[],[],0,,False,3308,119,628,,None,,,,,,,[],,,, +322,754687525034270720,754652713418428419,1468766502000.0,2016-07-17 14:41:42,+0000,,@Mikey67Tang much appreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/754687525034270720,[],[],0,,False,153,7,8,,None,,,,,,,"[{'screen_name': 'Mikey67Tang', 'name': 'Mikey Johnstone', 'id': '233625547'}]",,,, +323,754687383308730368,754652713418428419,1468766468000.0,2016-07-17 14:41:08,+0000,,@reddersla Usually true. We need more sane and reasonable people making their voice heard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/754687383308730368,[],[],0,,False,214,10,32,,None,,,,,,,"[{'screen_name': 'reddersla', 'name': 'Neale', 'id': '1184325564'}]",,,, +324,754652713418428419,754652713418428419,1468758202000.0,2016-07-17 12:23:22,+0000,,Sensible article on Autopilot by @the guardian https://t.co/BbvXaNI4Xk,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/754652713418428419,['https://www.theguardian.com/commentisfree/2016/jul/17/self-driving-car-crash-proves-nothing-tesla-autopilot'],[],0,,False,2800,143,1163,,None,,,,,,,[],,,, +325,754284893471780864,754272832440250368,1468670507000.0,2016-07-16 12:01:47,+0000,,@ForIn2020 @KellyBlueJazz On the other hand I do answer a toy phone like it's real,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,12,https://twitter.com/elonmusk/status/754284893471780864,[],[],0,,False,497,26,56,,None,,,,,,,"[{'screen_name': 'ForIn2020', 'name': 'ForIn2020🌅', 'id': '823512042'}, {'screen_name': 'KellyBlueJazz', 'name': 'Kelly R', 'id': '4862511498'}]",,,, +326,754277459009298432,754272832440250368,1468668734000.0,2016-07-16 11:32:14,+0000,,@ForIn2020 @KellyBlueJazz large amounts of crack,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754277459009298432,[],[],0,,False,2066,62,791,,None,,,,,,,"[{'screen_name': 'ForIn2020', 'name': 'ForIn2020🌅', 'id': '823512042'}, {'screen_name': 'KellyBlueJazz', 'name': 'Kelly R', 'id': '4862511498'}]",,,, +327,754275814456201216,754272832440250368,1468668342000.0,2016-07-16 11:25:42,+0000,,"@KellyBlueJazz 6 hours normally, but a lot less these days",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754275814456201216,[],[],0,,False,323,27,30,,None,,,,,,,"[{'screen_name': 'KellyBlueJazz', 'name': 'Kelly R', 'id': '4862511498'}]",,,, +328,754272832440250368,754272832440250368,1468667631000.0,2016-07-16 11:13:51,+0000,,Sunday is the end of the week :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754272832440250368,[],[],0,,False,4184,456,790,,None,,,,,,,[],,,, +329,754272460602617856,753785936257835008,1468667542000.0,2016-07-16 11:12:22,+0000,,@Guid00 yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754272460602617856,[],[],0,,False,95,1,3,,None,,,,,,,"[{'screen_name': 'Guid00', 'name': 'Guido', 'id': '115553230'}]",,,, +330,754272271372398592,753785936257835008,1468667497000.0,2016-07-16 11:11:37,+0000,,@shortword good up to ~160km/h,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754272271372398592,[],[],0,,False,97,6,6,,None,,,,,,,"[{'screen_name': 'shortword', 'name': 'Paul Kelly', 'id': '15645692'}]",,,, +331,754263267199979520,753785936257835008,1468665351000.0,2016-07-16 10:35:51,+0000,,Our radar is using a wavelength of 3.9mm. A good size for both decent resolution and rain penetration. Am hopeful...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/754263267199979520,[],[],0,,False,2085,141,311,,None,,,,,,,[],,,, +332,753845365846138880,753785936257835008,1468565715000.0,2016-07-15 06:55:15,+0000,,@RuthEdick especially well,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/753845365846138880,[],[],0,,False,119,7,5,,None,,,,,,,"[{'screen_name': 'RuthEdick', 'name': 'Ruth Edick', 'id': '3320788901'}]",,,, +333,753844173313183745,753699861636128768,1468565431000.0,2016-07-15 06:50:31,+0000,,@pfierens Logs were downloaded for NHTSA and NTSB. Identical copies to all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/753844173313183745,[],[],0,,False,124,3,10,,None,,,,,,,"[{'screen_name': 'pfierens', 'name': 'Philippe Fierens', 'id': '235683144'}]",,,, +334,753843823546028040,753785936257835008,1468565347000.0,2016-07-15 06:49:07,+0000,,"Good thing about radar is that, unlike lidar (which is visible wavelength), it can see through rain, snow, fog and dust",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/753843823546028040,[],[],0,,False,3561,214,636,,None,,,,,,,[],,,, +335,753795303170420736,753785936257835008,1468553779000.0,2016-07-15 03:36:19,+0000,,@collinalexbell yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753795303170420736,[],[],0,,False,85,10,1,,None,,,,,,,[],,,, +336,753791633204781058,753785936257835008,1468552904000.0,2016-07-15 03:21:44,+0000,,@erik_smith1 @ihavetweets certainly moderate and maybe big advances w no incremental hardware,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753791633204781058,[],[],0,,False,142,12,14,,None,,,,,,,"[{'screen_name': 'erik_smith1', 'name': 'Erik Smith', 'id': '1367598805'}, {'screen_name': 'ihavetweets', 'name': 'Mark', 'id': '59947766'}]",,,, +337,753789713807355904,753785936257835008,1468552447000.0,2016-07-15 03:14:07,+0000,,@ihavetweets effective stereo by comparing data at various points in time while moving,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753789713807355904,[],[],0,,False,134,13,13,,None,,,,,,,"[{'screen_name': 'ihavetweets', 'name': 'Mark', 'id': '59947766'}]",,,, +338,753788944714649600,753785936257835008,1468552263000.0,2016-07-15 03:11:03,+0000,,@SimplyDonya elevation too,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753788944714649600,[],[],0,,False,93,1,3,,None,,,,,,,"[{'screen_name': 'SimplyDonya', 'name': 'ᴱᶫʸˢᶦᵃᶰ ᴸᵘᶫᶫᵃᵇʸ🌻🕊️', 'id': '348634007'}]",,,, +339,753786870379581442,753699861636128768,1468551769000.0,2016-07-15 03:02:49,+0000,,@DanistopMe only just gained access to physical vehicle,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753786870379581442,[],[],0,,False,117,5,8,,None,,,,,,,"[{'screen_name': 'DanistopMe', 'name': 'Daniel', 'id': '3180659368'}]",,,, +340,753786447904198657,753699861636128768,1468551668000.0,2016-07-15 03:01:08,+0000,,@att1cus86 @DMC_Ryan AP process crash would show up in logs,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753786447904198657,[],[],0,,False,106,1,4,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +341,753785936257835008,753785936257835008,1468551546000.0,2016-07-15 02:59:06,+0000,,"Working on using existing Tesla radar by itself (decoupled from camera) w temporal smoothing to create a coarse point cloud, like lidar",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/753785936257835008,[],[],0,,False,6171,361,1972,,None,,,,,,,[],,,, +342,753781810518122497,753699861636128768,1468550562000.0,2016-07-15 02:42:42,+0000,,"@DMC_Ryan Maybe didn't realize he turned it off, but the car does issue a loud chime and a visual warning on the instrument cluster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/753781810518122497,[],[],0,,False,165,20,15,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +343,753710366006267904,753699861636128768,1468533529000.0,2016-07-14 21:58:49,+0000,,@scojjac exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/753710366006267904,[],[],0,,False,247,8,13,,None,,,,,,,"[{'screen_name': 'scojjac', 'name': 'scojjac', 'id': '1019305246579777536'}]",,,, +344,753699861636128768,753699861636128768,1468531024000.0,2016-07-14 21:17:04,+0000,,"Onboard vehicle logs show Autopilot was turned off in Pennsylvania crash. Moreover, crash would not have occurred if it was on.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/753699861636128768,[],[],0,,False,12363,390,5125,,None,,,,,,,[],,,, +345,753681461576740864,753681461576740864,1468526637000.0,2016-07-14 20:03:57,+0000,,EU regulators find no safety concerns with Autopilot https://t.co/zOykm4XeHP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/753681461576740864,['http://electrek.co/2016/07/14/european-authority-tesla-autopilot-after-beta-scare/'],[],0,,False,3108,120,1030,,None,,,,,,,[],,,, +346,753525069553381376,753518762511433728,1468489351000.0,2016-07-14 09:42:31,+0000,,@TheHackersNews @defcon It's all fun & games until ... https://t.co/cRAn0S8ooX,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/753525069553381376,['https://en.m.wikipedia.org/wiki/Skynet_(Terminator)'],[],0,,False,440,33,169,,None,,,,,,,"[{'screen_name': 'TheHackersNews', 'name': 'The Hacker News', 'id': '209811713'}, {'screen_name': 'defcon', 'name': 'DEF CON', 'id': '14924965'}]",,,, +347,753125662874042369,753125662874042369,1468394125000.0,2016-07-13 07:15:25,+0000,,We don't mind taking the heat for customer safety. It is the right thing to do. From @RoadandTrack https://t.co/D181ui1jB0,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/753125662874042369,['http://www.roadandtrack.com/car-culture/news/a29944/leave-tesla-alone/'],[],0,,False,4894,226,1576,,None,,,,,,,[],,,, +348,752721031735812096,752717982506164224,1468297653000.0,2016-07-12 04:27:33,+0000,,@kumailn @RealDaveBarton @JuddApatow @SiliconHBO @FredericLambert @MikeJudge can't wait to see the costume,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/752721031735812096,[],[],0,,False,320,13,35,,None,,,,,,,"[{'screen_name': 'kumailn', 'name': 'Kumail Nanjiani', 'id': '28406270'}, {'screen_name': 'JuddApatow', 'name': 'Judd Apatow', 'id': '88749392'}, {'screen_name': 'SiliconHBO', 'name': 'Silicon Valley', 'id': '2821417461'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'MikeJudge', 'name': 'Mike Judge', 'id': '930625267'}]",,,, +349,752719954219192320,752717982506164224,1468297396000.0,2016-07-12 04:23:16,+0000,,@RealDaveBarton @kumailn @JuddApatow @SiliconHBO @FredericLambert Only if I can play a monkey,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/752719954219192320,[],[],0,,False,318,12,43,,None,,,,,,,"[{'screen_name': 'kumailn', 'name': 'Kumail Nanjiani', 'id': '28406270'}, {'screen_name': 'JuddApatow', 'name': 'Judd Apatow', 'id': '88749392'}, {'screen_name': 'SiliconHBO', 'name': 'Silicon Valley', 'id': '2821417461'}]",,,, +350,752680739213156353,752680739213156353,1468288047000.0,2016-07-12 01:47:27,+0000,,"Tesla finishes last in being salesy! Good. Also, I can't believe there is a real Pied Piper. https://t.co/9Zzijxxyy4",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/752680739213156353,['http://electrek.co/2016/07/11/tesla-finishes-last-mystery-shoppers-study-staff-like-museum-curators/'],[],0,,False,5654,261,1421,,None,,,,,,,[],,,, +351,752272158517112835,752272158517112835,1468190633000.0,2016-07-10 22:43:53,+0000,,Something like that https://t.co/aufFuB5VXo,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/752272158517112835,['https://twitter.com/jigarshahdc/status/752270566548205569'],[],0,,False,958,78,211,https://twitter.com/jigarshahdc/status/752270566548205569,None,,,,,,,[],,,, +352,752270839458869249,752218264499949568,1468190319000.0,2016-07-10 22:38:39,+0000,,@nickg_uk already taken care of,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/752270839458869249,[],[],0,,False,322,25,28,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}]",,,, +353,752218264499949568,752218264499949568,1468177784000.0,2016-07-10 19:09:44,+0000,,Kinda. Creating a seamlessly integrated Tesla battery & solar power product that looks beautiful is the reason https://t.co/4z6MzBB9p2,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/752218264499949568,['https://twitter.com/qz/status/752105104921096192'],[],0,,False,4234,188,1184,https://twitter.com/qz/status/752105104921096192,None,,,,,,,[],,,, +354,752204733339701249,752190828798353408,1468174558000.0,2016-07-10 18:15:58,+0000,,@SwiftOnSecurity I like your tweets!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/752204733339701249,[],[],0,,False,1023,22,127,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +355,752204607753842688,752190828798353408,1468174528000.0,2016-07-10 18:15:28,+0000,,"@SwiftOnSecurity Tricky in 140 chars, but: 1B needed for min statistical sample size. More software mods and data may be needed beyond that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/752204607753842688,[],[],0,,False,201,7,26,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +356,752203559043641344,752203559043641344,1468174278000.0,2016-07-10 18:11:18,+0000,,Blog on Autopilot by @PeterDiamandis https://t.co/LR5zuw3J9X,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/752203559043641344,['http://diamandis.com/tech-blog'],[],0,,False,1235,58,418,,None,,,,,,,[],,,, +357,752201456980078593,752190828798353408,1468173777000.0,2016-07-10 18:02:57,+0000,,@bolayer @SwiftOnSecurity US is ~11 deaths per billion miles. WW is 17 deaths per billion. Autopilot already much better than either so far.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/752201456980078593,[],[],0,,False,266,21,54,,None,,,,,,,"[{'screen_name': 'bolayer', 'name': 'Bo Layer', 'id': '237428719'}, {'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +358,752199681166315521,752190828798353408,1468173353000.0,2016-07-10 17:55:53,+0000,,@c4757p @SwiftOnSecurity Unless we get there and find it isn't enough. Just won't be before 1B.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752199681166315521,[],[],0,,False,84,3,3,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +359,752198648469917696,752190828798353408,1468173107000.0,2016-07-10 17:51:47,+0000,,"@FantaAIex It is extensively tested in the lab and in the Tesla test fleet. However, there is no substitute for real world experience.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752198648469917696,[],[],0,,False,158,10,15,,None,,,,,,,[],,,, +360,752197971253485568,752190828798353408,1468172946000.0,2016-07-10 17:49:06,+0000,,"@SwiftOnSecurity With less than 1B miles, there simply isn't enough data. 1B is a necessary but not necessarily sufficient condition.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752197971253485568,[],[],0,,False,196,9,23,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +361,752196881871040512,752190828798353408,1468172686000.0,2016-07-10 17:44:46,+0000,,"@nicatronTg @SwiftOnSecurity Thanks. Point of calling it ""beta"" was to emphasize to those who chose to use it that it wasn't perfect.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752196881871040512,[],[],0,,False,129,10,11,,None,,,,,,,"[{'screen_name': 'nicatronTg', 'name': 'Lucas Nicodemus', 'id': '14098069'}, {'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +362,752195886990569473,752190828798353408,1468172449000.0,2016-07-10 17:40:49,+0000,,@_CraigR @FortuneMagazine exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752195886990569473,[],[],0,,False,71,0,0,,None,,,,,,,"[{'screen_name': '_CraigR', 'name': 'CraigR', 'id': '1137109897'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +363,752195771093512192,752190828798353408,1468172421000.0,2016-07-10 17:40:21,+0000,,"@wfederman @stegen @FortuneMagazine that wasn't criticism, just clarification",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752195771093512192,[],[],0,,False,79,2,1,,None,,,,,,,"[{'screen_name': 'wfederman', 'name': 'Will Federman', 'id': '65842968'}, {'screen_name': 'stegen', 'name': 'Michael Stegen', 'id': '24524925'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +364,752195495263514624,752190828798353408,1468172355000.0,2016-07-10 17:39:15,+0000,,@SwiftOnSecurity why?,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752195495263514624,[],[],0,,False,134,9,6,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwftOmSecyritu', 'id': '2436389418'}]",,,, +365,752195291093213185,752190828798353408,1468172307000.0,2016-07-10 17:38:27,+0000,,@wfederman @stegen @FortuneMagazine thought I was posting Reuters. Copied the wrong link.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752195291093213185,[],[],0,,False,67,2,1,,None,,,,,,,"[{'screen_name': 'wfederman', 'name': 'Will Federman', 'id': '65842968'}, {'screen_name': 'stegen', 'name': 'Michael Stegen', 'id': '24524925'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +366,752193726462586881,752190828798353408,1468171934000.0,2016-07-10 17:32:14,+0000,,@vicentes Probably six months. Will include hundreds of refinements to handle rare corner cases in Autopilot.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752193726462586881,[],[],0,,False,137,10,7,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +367,752193163742228480,752190828798353408,1468171799000.0,2016-07-10 17:29:59,+0000,,"@stegen @FortuneMagazine you're right, no point",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752193163742228480,[],[],0,,False,87,3,1,,None,,,,,,,"[{'screen_name': 'stegen', 'name': 'Michael Stegen', 'id': '24524925'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +368,752192639403896833,752190828798353408,1468171674000.0,2016-07-10 17:27:54,+0000,,"@chirag Use of word ""beta"" is explicitly so that drivers don't get comfortable. It is not beta software in the standard sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752192639403896833,[],[],0,,False,173,12,18,,None,,,,,,,"[{'screen_name': 'chirag', 'name': 'Chirag Patnaik', 'id': '1469331'}]",,,, +369,752190828798353408,752190828798353408,1468171243000.0,2016-07-10 17:20:43,+0000,,"Misunderstanding of what ""beta"" means to Tesla for Autopilot: any system w less than 1B miles of real world driving https://t.co/WG5vnFvegI",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752190828798353408,['http://fortune.com/2016/07/10/german-beta-phase-tesla-autopilot/?xid=yahoo_fortune'],[],0,,False,2094,193,665,,None,,,,,,,[],,,, +370,752184088111362048,752184088111362048,1468169636000.0,2016-07-10 16:53:56,+0000,,Today is Nikola Tesla's birthday. I hope he likes what we've done in his name.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/752184088111362048,[],[],0,,False,32359,566,11308,,None,,,,,,,[],,,, +371,752182992982843392,752182992982843392,1468169375000.0,2016-07-10 16:49:35,+0000,,"Working on Top Secret Tesla Masterplan, Part 2. Hoping to publish later this week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/752182992982843392,[],[],0,,False,12485,704,3427,,None,,,,,,,[],,,, +372,751648486416871424,751635420644044800,1468041938000.0,2016-07-09 05:25:38,+0000,,"@BrooklynBrett @LeoOD3 @Conleich Story was fed to LAT & many other media to counter IMF $5T/year fossil subsidy study. Hey, both have a 5!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/751648486416871424,[],[],0,,False,148,15,20,,None,,,,,,,"[{'screen_name': 'BrooklynBrett', 'name': 'Brett', 'id': '19675718'}, {'screen_name': 'LeoOD3', 'name': 'LeoOD3', 'id': '101809360'}]",,,, +373,751647322375876608,751635420644044800,1468041661000.0,2016-07-09 05:21:01,+0000,,@AllyTaft seriously,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/751647322375876608,[],[],0,,False,111,3,9,,None,,,,,,,"[{'screen_name': 'AllyTaft', 'name': 'Allyson Taft', 'id': '26007626'}]",,,, +374,751635420644044800,751635420644044800,1468038823000.0,2016-07-09 04:33:43,+0000,,Love reddit. Gandel gets shredded & won't even answer top 3 upvoted questions. Some really funny comments about Koch https://t.co/PJrqys3Rmc,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/751635420644044800,['https://m.reddit.com/r/IAmA/comments/4rqa6q/hey_i_am_stephen_gandel_a_senior_editor_at/?xid=soc_socialflow_twitter_FORTUNE&utm_source=mweb_redirect&compact=true'],[],0,,False,4311,140,821,,None,,,,,,,[],,,, +375,751516148739416064,751516148739416064,1468010387000.0,2016-07-08 20:39:47,+0000,,"Model S had the lowest probability of injury of any car ever tested by NHTSA, which is why ... https://t.co/9tZZJEc5wg",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/751516148739416064,['http://electrek.co/2016/07/07/tesla-model-s-son-survive-80mph-crash-truck-images/'],[],0,,False,5775,158,2068,,None,,,,,,,[],,,, +376,751513637861224449,751497461684899841,1468009788000.0,2016-07-08 20:29:48,+0000,,@polina_marinova @alansmurray @CNBC thanks,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/751513637861224449,[],[],0,,False,80,0,8,,None,,,,,,,"[{'screen_name': 'polina_marinova', 'name': 'Polina', 'id': '190408726'}, {'screen_name': 'alansmurray', 'name': 'Alan Murray', 'id': '13565472'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +377,751318492775747586,751018942395740160,1467963262000.0,2016-07-08 07:34:22,+0000,,"@mrmeireles true, good point",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/751318492775747586,[],[],0,,False,111,7,5,,None,,,,,,,"[{'screen_name': 'mrmeireles', 'name': 'Marcelo Meireles', 'id': '20835362'}]",,,, +378,751304230594613248,751018942395740160,1467959861000.0,2016-07-08 06:37:41,+0000,,"@alansmurray No, you were misleading mostly on your own, but w many copycats. Jalopnik just lost it's sense of irony & didn't get my tweet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/751304230594613248,[],[],0,,False,131,10,12,,None,,,,,,,"[{'screen_name': 'alansmurray', 'name': 'Alan Murray', 'id': '13565472'}]",,,, +379,750838518524542980,750336091614359552,1467848827000.0,2016-07-06 23:47:07,+0000,,"@disinformatico @Eddy_Jahn cool, thanks :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750838518524542980,[],[],0,,False,83,7,7,,None,,,,,,,"[{'screen_name': 'disinformatico', 'name': 'Paolo Attivissimo', 'id': '7111232'}, {'screen_name': 'Eddy_Jahn', 'name': 'Edward Jay', 'id': '4313173582'}]",,,, +380,750837854021058560,750336091614359552,1467848668000.0,2016-07-06 23:44:28,+0000,,@gdoehne @disinformatico @Eddy_Jahn The Google term of self-driving would probably be more appropriate then.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750837854021058560,[],[],0,,False,102,5,7,,None,,,,,,,"[{'screen_name': 'GDoehne', 'name': 'Gitty Doehne', 'id': '993641291614380032'}, {'screen_name': 'disinformatico', 'name': 'Paolo Attivissimo', 'id': '7111232'}, {'screen_name': 'Eddy_Jahn', 'name': 'Edward Jay', 'id': '4313173582'}]",,,, +381,750837202398093312,750336091614359552,1467848513000.0,2016-07-06 23:41:53,+0000,,"@disinformatico @Eddy_Jahn In other words, the intended implication is that a driver must remain alert, just as a pilot must remain alert.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750837202398093312,[],[],0,,False,174,16,30,,None,,,,,,,"[{'screen_name': 'disinformatico', 'name': 'Paolo Attivissimo', 'id': '7111232'}, {'screen_name': 'Eddy_Jahn', 'name': 'Edward Jay', 'id': '4313173582'}]",,,, +382,750836652109594626,750336091614359552,1467848382000.0,2016-07-06 23:39:42,+0000,,"@disinformatico @Eddy_Jahn Tesla Tesla Autopilot is named after aircraft autopilot, as it is always expected that a pilot must stay alert.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750836652109594626,[],[],0,,False,272,18,71,,None,,,,,,,"[{'screen_name': 'disinformatico', 'name': 'Paolo Attivissimo', 'id': '7111232'}, {'screen_name': 'Eddy_Jahn', 'name': 'Edward Jay', 'id': '4313173582'}]",,,, +383,750835746613915648,750829352229695488,1467848166000.0,2016-07-06 23:36:06,+0000,,"@jacobrossi All publicly known Tesla product developments are called out, incl vehicles and batteries. Would be odd *not* to include.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750835746613915648,[],[],0,,False,102,2,7,,None,,,,,,,"[{'screen_name': 'jacobrossi', 'name': 'Jacob Rossi', 'id': '39696825'}]",,,, +384,750829352229695488,750829352229695488,1467846641000.0,2016-07-06 23:10:41,+0000,,Tesla response to the misleading Fortune articles about Autopilot https://t.co/zWRM3aMnVC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750829352229695488,['http://tesla.com/blog/misfortune'],[],0,,False,3874,202,1630,,None,,,,,,,[],,,, +385,750820987676061696,750820987676061696,1467844647000.0,2016-07-06 22:37:27,+0000,,Sponsored articles … https://t.co/i8QsJYU4Ee,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/750820987676061696,['http://electrek.co/2016/07/06/fortune-elon-musk-tesla-autopilot-accident-boilerplate-statement/'],[],0,,False,1413,88,382,,None,,,,,,,[],,,, +386,750446098020503552,750446098020503552,1467755267000.0,2016-07-05 21:47:47,+0000,,Because of course I hate flamingos...(maybe try eating fewer flamingo eggs in your salad) https://t.co/tUKsWqCobo,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/750446098020503552,['http://m.timesofindia.com/tech/computing/How-Elon-Musks-Tesla-Motors-maybe-killing-flamingos-with-its-electric-cars/articleshow/53062798.cms?utm_source=facebook&utm_medium=referral&utm_campaign=TOITech'],[],0,,False,2993,416,728,,None,,,,,,,[],,,, +387,750354728169644032,750349893869330432,1467733482000.0,2016-07-05 15:44:42,+0000,,@apple_defense @samabuelsamid Exactly! I love Twitter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/750354728169644032,[],[],0,,False,328,13,41,,None,,,,,,,"[{'screen_name': 'apple_defense', 'name': 'Apple La Défense', 'id': '1303774976428986376'}, {'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +388,750353176570789888,750349893869330432,1467733112000.0,2016-07-05 15:38:32,+0000,,@samabuelsamid Wrong to exclude non-occupant deaths. Autopilot would have prevented this cyclist from being killed https://t.co/ic9liqnyDN,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/750353176570789888,['http://www.autoblog.com/2014/02/10/tesla-new-car-smell-fatal-cyclist-crash/'],[],0,,False,224,18,39,,None,,,,,,,"[{'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +389,750351150382194688,750336091614359552,1467732629000.0,2016-07-05 15:30:29,+0000,,"@alansmurray If you care about auto deaths as material to stock prices, why no articles about 1M+/year deaths from other auto companies?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/750351150382194688,[],[],0,,False,867,52,204,,None,,,,,,,"[{'screen_name': 'alansmurray', 'name': 'Alan Murray', 'id': '13565472'}]",,,, +390,750350191044259840,750336091614359552,1467732401000.0,2016-07-05 15:26:41,+0000,,"@alansmurray Yes, it was material to you -- BS article increased your advertising revenue. Just wasn't material to TSLA, as shown by market.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/750350191044259840,[],[],0,,False,737,41,117,,None,,,,,,,"[{'screen_name': 'alansmurray', 'name': 'Alan Murray', 'id': '13565472'}]",,,, +391,748625979271045121,748620607105839104,1467321316000.0,2016-06-30 21:15:16,+0000,,@artem_zin @theaweary Radar tunes out what looks like an overhead road sign to avoid false braking events,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/748625979271045121,[],[],0,,False,293,101,66,,None,,,,,,,"[{'screen_name': 'artem_zin', 'name': 'Artem Zinnatullin', 'id': '2787250856'}]",,,, +392,748620607105839104,748620607105839104,1467320036000.0,2016-06-30 20:53:56,+0000,,Our condolences for the tragic loss https://t.co/zI2100zEGL,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/748620607105839104,['https://www.teslamotors.com/blog/tragic-loss'],[],0,,False,3855,291,1525,,None,,,,,,,[],,,, +393,748144067972759552,748140919501656066,1467206420000.0,2016-06-29 13:20:20,+0000,,@NikolaNikolov16 Shakespeare. Then love-devouring death do what he dare; It is enough I may but call her mine.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/748144067972759552,[],[],0,,False,294,32,51,,None,,,,,,,"[{'screen_name': 'NikolaNikolov16', 'name': 'Dunbar', 'id': '491237825'}]",,,, +394,748141575163654144,748140919501656066,1467205825000.0,2016-06-29 13:10:25,+0000,,@collinalexbell aspirationally,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/748141575163654144,[],[],0,,False,176,5,10,,None,,,,,,,[],,,, +395,748140919501656066,748140919501656066,1467205669000.0,2016-06-29 13:07:49,+0000,,"My son recently asked what my favorite animal was. Well, of course … https://t.co/hpTniMe1mF",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/748140919501656066,['http://hitchhikers.wikia.com/wiki/Ravenous_Bugblatter_Beast_of_Traal'],[],0,,False,3232,182,687,,None,,,,,,,[],,,, +396,748136300952182785,748136300952182785,1467204568000.0,2016-06-29 12:49:28,+0000,,Thoughtful analysis of the Tesla/SolarCity merger by @tsrandall https://t.co/4Ba3px7hb8,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,12,https://twitter.com/elonmusk/status/748136300952182785,['http://www.bloomberg.com/news/articles/2016-06-29/-tesla-solar-wants-to-be-the-apple-store-for-electricity'],[],0,,False,2475,120,1131,,None,,,,,,,[],,,, +397,747887079808327680,747887079808327680,1467145149000.0,2016-06-28 20:19:09,+0000,,Thanks for the kind bday wishes!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/747887079808327680,[],[],0,,False,5607,987,329,,None,,,,,,,[],,,, +398,747300198750183424,747300011617071104,1467005226000.0,2016-06-27 05:27:06,+0000,,@vicentes cute!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/747300198750183424,[],[],0,,False,175,27,9,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +399,747298912986226689,747278446997364740,1467004919000.0,2016-06-27 05:21:59,+0000,,@tjeviston @business exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/747298912986226689,[],[],0,,False,149,4,7,,None,,,,,,,"[{'screen_name': 'tjeviston', 'name': 'Tim Eviston', 'id': '2870255077'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +400,747298731691696130,747278789969846272,1467004876000.0,2016-06-27 05:21:16,+0000,,@newsycombinator @mashable We haven't signed anything for a factory in China,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/747298731691696130,[],[],0,,False,428,25,98,,None,,,,,,,"[{'screen_name': 'newsycombinator', 'name': 'Hacker News', 'id': '14335498'}]",,,, +401,747298044861784064,747298044861784064,1467004712000.0,2016-06-27 05:18:32,+0000,,"Deluded, deranged, etc. Journalistic thesaurus sure got a lot of use last week ... https://t.co/KFHD1FXvIe",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/747298044861784064,['http://www.forbes.com/sites/brookecrothers/2016/06/26/this-week-in-tesla-news-elon-musk-is-deluded-deranged-and-other-questionable-headlines/#736393734035'],[],0,,False,4188,400,1036,,None,,,,,,,[],,,, +402,745424036121837568,745403573329100804,1466557914000.0,2016-06-22 01:11:54,+0000,,"@Recode Article is misleading to readers. No one is ""taking home"" anything. In a stock for stock transaction, nothing comes off the table.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/745424036121837568,[],[],0,,False,757,90,156,,None,,,,,,,"[{'screen_name': 'Recode', 'name': 'Recode', 'id': '2244340904'}]",,,, +403,745010737215504384,745008745604734976,1466459376000.0,2016-06-20 21:49:36,+0000,,@WilliamShatner Of course. Our love will never die.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/745010737215504384,[],[],0,,False,555,28,81,,None,,,,,,,"[{'screen_name': 'WilliamShatner', 'name': 'William Shatner', 'id': '15227791'}]",,,, +404,744919583102951424,744919583102951424,1466437643000.0,2016-06-20 15:47:23,+0000,,This is going to be great https://t.co/jnej9HaBef,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/744919583102951424,['http://www.rollingstone.com/tv/news/watch-sentient-robots-in-creepy-westworld-trailer-20160620'],[],0,,False,2993,151,827,,None,,,,,,,[],,,, +405,744552907563991040,744551674082136066,1466350220000.0,2016-06-19 15:30:20,+0000,,@KatelynBrock Drive units and battery are sealed,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/744552907563991040,[],[],0,,False,792,25,38,,None,,,,,,,"[{'screen_name': 'KatelynBrock', 'name': 'Antonia Bradley', 'id': '71026183'}]",,,, +406,744552621072064512,744552621072064512,1466350152000.0,2016-06-19 15:29:12,+0000,,"If curious abt TSWLM car, am still planning to do a sports sub car that can drive on roads. Just a side project. Limited market potential :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/744552621072064512,[],[],0,,False,3571,244,675,,None,,,,,,,[],,,, +407,744551674082136066,744551674082136066,1466349926000.0,2016-06-19 15:25:26,+0000,,"We *def* don't recommended this, but Model S floats well enough to turn it into a boat for short periods of time. Thrust via wheel rotation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/744551674082136066,[],[],0,,False,18353,634,7453,,None,,,,,,,[],,,, +408,744549842496655360,744549842496655360,1466349490000.0,2016-06-19 15:18:10,+0000,,Tesla owner drives through a flooded tunnel & out the other side https://t.co/RmPxdZShhq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/744549842496655360,['http://electrek.co/2016/06/18/tesla-model-s-driving-swimming-flooded-tunnel-video/'],[],0,,False,4560,185,2304,,None,,,,,,,[],,,, +409,743603466631733248,743603466631733248,1466123856000.0,2016-06-17 00:37:36,+0000,,"As mentioned at the beginning of the year, I'm expecting ~70% success rate on landings for the year. 2016 is the year of experimentation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/743603466631733248,[],[],0,,False,6420,248,1367,,None,,,,,,,[],,,, +410,743602894226653184,743602894226653184,1466123720000.0,2016-06-17 00:35:20,+0000,,Looks like early liquid oxygen depletion caused engine shutdown just above the deck https://t.co/Sa6uCkpknY,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/743602894226653184,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/743602865516646402/pu/img/TKZhpVTb2PjToWnS.jpg,False,10838,634,5037,,None,,,,,,,[],,,, +411,743602229307805696,743602229307805696,1466123561000.0,2016-06-17 00:32:41,+0000,,"Turns out the landing was not as fast we thought, but still hard enough to destroy the primary airframe and accordion the engines",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/743602229307805696,[],[],0,,False,3078,193,688,,None,,,,,,,[],,,, +412,743600755739754497,743482256547733504,1466123210000.0,2016-06-17 00:26:50,+0000,,@fucktyler Thanks Tyler,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/743600755739754497,[],[],0,,False,18922,60,7797,,None,,,,,,,[],,,, +413,743102502225076227,743102502225076227,1466004417000.0,2016-06-15 15:26:57,+0000,,Landing video will be posted when we gain access to cameras on the droneship later today. Maybe hardest impact to date. Droneship still ok.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743102502225076227,[],[],0,,False,4968,372,1189,,None,,,,,,,[],,,, +414,743099301174247424,743099301174247424,1466003654000.0,2016-06-15 15:14:14,+0000,,Upgrades underway to enable rocket to compensate for a thrust shortfall on one of the three landing engines. Probably get there end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743099301174247424,[],[],0,,False,3640,192,783,,None,,,,,,,[],,,, +415,743098357728444418,743097124011802624,1466003429000.0,2016-06-15 15:10:29,+0000,,@AstroOrionMK @BadAstronomer Quite rapid... Yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743098357728444418,[],[],0,,False,220,5,28,,None,,,,,,,"[{'screen_name': 'AstroOrionMK', 'name': 'Orion MK', 'id': '2979185716'}, {'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}]",,,, +416,743097668725940225,743097668725940225,1466003264000.0,2016-06-15 15:07:44,+0000,,RUD = Rapid Unscheduled Disassembly :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743097668725940225,[],[],0,,False,5856,241,1951,,None,,,,,,,[],,,, +417,743097337782763521,743097337782763521,1466003186000.0,2016-06-15 15:06:26,+0000,,Looks like thrust was low on 1 of 3 landing engines. High g landings v sensitive to all engines operating at max.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743097337782763521,[],[],0,,False,2539,137,902,,None,,,,,,,[],,,, +418,743096769001578498,743096769001578498,1466003050000.0,2016-06-15 15:04:10,+0000,,"Ascent phase & satellites look good, but booster rocket had a RUD on droneship",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743096769001578498,[],[],0,,False,3245,200,1469,,None,,,,,,,[],,,, +419,742120520678703105,742120520678703105,1465770294000.0,2016-06-12 22:24:54,+0000,,Highly recommend anything by Sean Carroll https://t.co/yVbceZm0Io,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742120520678703105,['https://twitter.com/seanmcarroll/status/728599116456984577'],[],0,,False,1777,78,323,https://twitter.com/seanmcarroll/status/728599116456984577,None,,,,,,,[],,,, +420,742117913788719104,742112552633520128,1465769673000.0,2016-06-12 22:14:33,+0000,,"@seanmcarroll Am concerned that advanced life may be inherently unstable. Arguably, any civ capable of extinguishing itself eventually will.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742117913788719104,[],[],0,,False,429,53,115,,None,,,,,,,"[{'screen_name': 'seanmcarroll', 'name': 'Sean Carroll', 'id': '21611239'}]",,,, +421,742117250799280128,742112552633520128,1465769515000.0,2016-06-12 22:11:55,+0000,,"@seanmcarroll Life you can talk to is another matter, of course. Many, many orders of magnitude less likely.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742117250799280128,[],[],0,,False,188,15,23,,None,,,,,,,"[{'screen_name': 'seanmcarroll', 'name': 'Sean Carroll', 'id': '21611239'}]",,,, +422,742116619481014272,742112552633520128,1465769364000.0,2016-06-12 22:09:24,+0000,,@seanmcarroll No way. Look at chemotrophs and extremophiles. Primitive life is bloody everywhere. Highly under the ice on Europa imo.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742116619481014272,[],[],0,,False,286,35,44,,None,,,,,,,"[{'screen_name': 'seanmcarroll', 'name': 'Sean Carroll', 'id': '21611239'}]",,,, +423,742115725477744640,742107564733661186,1465769151000.0,2016-06-12 22:05:51,+0000,,@spoite @rsmoz Hence the urgency of making life as we know it multiplanetary as soon as possible,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742115725477744640,[],[],0,,False,239,26,36,,None,,,,,,,"[{'screen_name': 'spoite', 'name': 'Spoite', 'id': '259931217'}, {'screen_name': 'rsmoz', 'name': 'moz ⚛️', 'id': '198601881'}]",,,, +424,742108893459800065,742107564733661186,1465767522000.0,2016-06-12 21:38:42,+0000,,"@rsmoz That, speed of light constraint and quantum mechanics",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/742108893459800065,[],[],0,,False,234,36,28,,None,,,,,,,"[{'screen_name': 'rsmoz', 'name': 'moz ⚛️', 'id': '198601881'}]",,,, +425,742108297122054147,742108297122054147,1465767380000.0,2016-06-12 21:36:20,+0000,,"And, no, I'm not an alien...but I used to be one",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/742108297122054147,[],[],0,,False,9526,411,3175,,None,,,,,,,[],,,, +426,742107564733661186,742107564733661186,1465767205000.0,2016-06-12 21:33:25,+0000,,Latest science predicts > trillion alien civilizations. Either they don't last long or there are a *lot* of aliens https://t.co/oC9B2FlUuF,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/742107564733661186,['http://mobile.nytimes.com/2016/06/12/opinion/sunday/yes-there-have-been-aliens.html?smprod=nytcore-iphone&smid=nytcore-iphone-share&referer='],[],0,,False,4818,283,2334,,None,,,,,,,[],,,, +427,741442624611966976,741411531582115841,1465608671000.0,2016-06-11 01:31:11,+0000,,"@BenjaminRPhoto @StephenPace Yeah, that matches what we've found so far. More likely unhinged than nefarious.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/741442624611966976,[],[],0,,False,182,147,20,,None,,,,,,,"[{'screen_name': 'BenjaminRPhoto', 'name': 'Benjamin Rosamond', 'id': '320500801'}, {'screen_name': 'StephenPace', 'name': 'Stephen Pace ❄', 'id': '14164137'}]",,,, +428,741412152288808960,741411531582115841,1465601406000.0,2016-06-10 23:30:06,+0000,,Would seem to indicate that one or more people sought to create the false impression of a safety issue where none existed. Q is why?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/741412152288808960,[],[],0,,False,2621,622,624,,None,,,,,,,[],,,, +429,741411531582115841,741411531582115841,1465601258000.0,2016-06-10 23:27:38,+0000,,"Of greater concern: 37 of 40 suspension complaints to NHTSA were fraudulent, i.e. false location or vehicle identification numbers were used",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/741411531582115841,[],[],0,,False,3552,202,1107,,None,,,,,,,[],,,, +430,741410425787404288,741410425787404288,1465600994000.0,2016-06-10 23:23:14,+0000,,NHTSA confirmed today that they found no safety concern with the Model S suspension and have no further need for data from us on this matter,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/741410425787404288,[],[],0,,False,4724,151,1388,,None,,,,,,,[],,,, +431,741341906999771136,741326703432241152,1465584658000.0,2016-06-10 18:50:58,+0000,,@DefTechPat That is correct. It was about innovation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/741341906999771136,[],[],0,,False,124,14,15,,None,,,,,,,"[{'screen_name': 'DefTechPat', 'name': 'Patrick Tucker', 'id': '25819140'}]",,,, +432,741315106370244609,741315106370244609,1465578268000.0,2016-06-10 17:04:28,+0000,,Nice comment about the Model S by CvK on @TopGear_BBCA https://t.co/UlEn51onnG,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/741315106370244609,['http://www.topgear.com/car-news/interview/qa-pagani-vs-koenigsegg#7'],[],0,,False,946,42,160,,None,,,,,,,[],,,, +433,740728719065665536,740723195431538689,1465438463000.0,2016-06-09 02:14:23,+0000,,@AdamHuet no,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/740728719065665536,[],[],0,,False,314,31,24,,None,,,,,,,"[{'screen_name': 'AdamHuet', 'name': 'Adam Huet', 'id': '198247582'}]",,,, +434,740723195431538689,740723195431538689,1465437146000.0,2016-06-09 01:52:26,+0000,,Something about a flying metal suit... https://t.co/6Z1D9iZ1fV,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/740723195431538689,['http://www.cnn.com/2016/06/08/politics/elon-musk-ash-carter-pentagon/'],[],0,,False,11056,404,4761,,None,,,,,,,[],,,, +435,740540471081062401,740383850820296707,1465393581000.0,2016-06-08 13:46:21,+0000,,@danahull yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/740540471081062401,[],[],0,,False,118,6,13,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +436,740387141591535616,740383850820296707,1465357024000.0,2016-06-08 03:37:04,+0000,,S and X cells are also Panasonic,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/740387141591535616,[],[],0,,False,1571,110,310,,None,,,,,,,[],,,, +437,740383850820296707,740383850820296707,1465356240000.0,2016-06-08 03:24:00,+0000,,Would like to clarify that Tesla is working exclusively with Panasonic for Model 3 cells. News articles claiming otherwise are incorrect.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/740383850820296707,[],[],0,,False,5411,159,1566,,None,,,,,,,[],,,, +438,740296489532948480,740296489532948480,1465335411000.0,2016-06-07 21:36:51,+0000,,Fourth rocket arrives in the hangar. Aiming for first reflight in Sept/Oct. https://t.co/TqW8d6Cc3U,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/740296489532948480,[],['https://pbs.twimg.com/media/CkYPuxwUYAMaJLX.jpg'],1,https://pbs.twimg.com/media/CkYPuxwUYAMaJLX.jpg,False,8378,235,2258,,None,,,,,,,[],,,, +439,739631614100004864,739594006762393600,1465176893000.0,2016-06-06 01:34:53,+0000,,"@tedismeiamted @PlayOverwatch @Blizzard_Ent PC, of course",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/739631614100004864,[],[],0,,False,2113,85,487,,None,,,,,,,"[{'screen_name': 'tedismeiamted', 'name': 'Ted Lim', 'id': '37027651'}, {'screen_name': 'PlayOverwatch', 'name': 'Overwatch', 'id': '2420931980'}, {'screen_name': 'Blizzard_Ent', 'name': 'Blizzard Entertainment', 'id': '331908924'}]",,,, +440,739594006762393600,739594006762393600,1465167926000.0,2016-06-05 23:05:26,+0000,,Highly recommend @PlayOverwatch by the good people of @Blizzard_Ent if you like ultrafast team FPS action https://t.co/GAIamvAPnn,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/739594006762393600,['https://m.youtube.com/watch?v=oozuU1LI6XM'],[],0,,False,9571,332,3240,,None,,,,,,,[],,,, +441,739557011554066432,739557011554066432,1465159106000.0,2016-06-05 20:38:26,+0000,,Trippy https://t.co/DtMD5AIRiq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/739557011554066432,['https://twitter.com/discovermag/status/739547392920289281'],[],0,,False,2015,70,685,https://twitter.com/discovermag/status/739547392920289281,None,,,,,,,[],,,, +442,739509168722186241,739505236079955968,1465147699000.0,2016-06-05 17:28:19,+0000,,@ahess247 @Recode I love Douglas Adams! My favorite spaceship ever is in HHGTTG.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/739509168722186241,[],[],0,,False,201,85,30,,None,,,,,,,"[{'screen_name': 'ahess247', 'name': 'Arik Hesseldahl', 'id': '1045751'}]",,,, +443,739193563938856960,739193563938856960,1465072453000.0,2016-06-04 20:34:13,+0000,,Exactly https://t.co/cy1AbIIo42,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/739193563938856960,['http://www.vox.com/2016/6/3/11837888/simulation-problem'],[],0,,False,4171,538,1708,,None,,,,,,,[],,,, +444,739185293664747520,739185293664747520,1465070482000.0,2016-06-04 20:01:22,+0000,,Good article from @themotleyfool explaining how little incentives have actually contributed to Tesla funding https://t.co/zfC8di7EDX,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/739185293664747520,['http://www.fool.com/investing/2016/06/04/this-is-how-little-government-support-tesla-motors.aspx?source=yahoo-2&utm_campaign=article&utm_medium=feed&utm_source=yahoo-2'],[],0,,False,1683,61,485,,None,,,,,,,[],,,, +445,739176652517707776,738998975118737408,1465068421000.0,2016-06-04 19:27:01,+0000,,@SwiftOnSecurity how did you know?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/739176652517707776,[],[],0,,False,298,11,45,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +446,739006012749799424,739006012749799424,1465027738000.0,2016-06-04 08:08:58,+0000,,Creating a neural lace is the thing that really matters for humanity to achieve symbiosis with machines,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/739006012749799424,[],[],0,,False,4943,558,1653,,None,,,,,,,[],,,, +447,739004504289353729,738998975118737408,1465027378000.0,2016-06-04 08:02:58,+0000,,@JedBrown5 @renzdimaandal @Goetzman @Tom_Stears exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/739004504289353729,[],[],0,,False,84,19,10,,None,,,,,,,"[{'screen_name': 'JedBrown5', 'name': 'Jed Brown', 'id': '1135701193'}, {'screen_name': 'renzdimaandal', 'name': 'Renz', 'id': '632593700'}, {'screen_name': 'Goetzman', 'name': 'Michael Goetzman', 'id': '56207177'}, {'screen_name': 'Tom_Stears', 'name': 'Thomas Tamblyn', 'id': '22143627'}]",,,, +448,739001483249618948,738998975118737408,1465026658000.0,2016-06-04 07:50:58,+0000,,@renzdimaandal @Tom_Stears It is simulations all the way down,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/739001483249618948,[],[],0,,False,252,35,26,,None,,,,,,,"[{'screen_name': 'renzdimaandal', 'name': 'Renz', 'id': '632593700'}, {'screen_name': 'Tom_Stears', 'name': 'Thomas Tamblyn', 'id': '22143627'}]",,,, +449,738998975118737408,738998975118737408,1465026060000.0,2016-06-04 07:41:00,+0000,,"At this point, I'm really running out of crazy things to say. Any suggestions? https://t.co/dGVJBcSZn2",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/738998975118737408,['http://m.huffpost.com/uk/entry/uk_575033e0e4b040e3e8192344?edition=uk'],[],0,,False,8738,1344,3027,,None,,,,,,,[],,,, +450,738856423656808448,738854245022109697,1464992073000.0,2016-06-03 22:14:33,+0000,,@lessteza control of super powerful AI by a small number of humans is the most proximate concern,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/738856423656808448,[],[],0,,False,268,29,60,,None,,,,,,,"[{'screen_name': 'lessteza', 'name': 'Morteza Behrooz', 'id': '46769363'}]",,,, +451,738805691528318976,738805691528318976,1464979977000.0,2016-06-03 18:52:57,+0000,,Just heard that Norway will ban new sales of fuel cars in 2025. What an amazingly awesome country. You guys rock!! https://t.co/uAXuBkDYuR,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/738805691528318976,[],['https://pbs.twimg.com/media/CkDD3DkUkAA-YXj.jpg'],1,https://pbs.twimg.com/media/CkDD3DkUkAA-YXj.jpg,False,28736,923,16389,,None,,,,,,,[],,,, +452,738775567055523841,738775567055523841,1464972795000.0,2016-06-03 16:53:15,+0000,,"Yay, baby made it home! https://t.co/KYyUX9zNYD",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/738775567055523841,['http://www.universetoday.com/129240/falcon-9-arriving-droneship/'],[],0,,False,3440,128,778,,None,,,,,,,[],,,, +453,738471747540783104,738470842695176192,1464900359000.0,2016-06-02 20:45:59,+0000,,@mattyteare @karaswisher @waltmossberg @YouTube autosteering chutes will be added soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/738471747540783104,[],[],0,,False,185,14,37,,None,,,,,,,"[{'screen_name': 'mattyteare', 'name': 'Matt Teare', 'id': '71027770'}, {'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}, {'screen_name': 'waltmossberg', 'name': 'Walt Mossberg', 'id': '5746452'}, {'screen_name': 'YouTube', 'name': 'YouTube', 'id': '10228272'}]",,,, +454,738470842695176192,738470842695176192,1464900143000.0,2016-06-02 20:42:23,+0000,,Recode interview with @karaswisher and @waltmossberg https://t.co/BDqQ7RreV2 via @YouTube,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/738470842695176192,['https://youtu.be/wsixsRI-Sz4?list=PLKof9YSAshgyPqlK-UUYrHfIQaOzFPSL4'],[],0,,False,2149,120,751,,None,,,,,,,[],,,, +455,738191872502423552,738191872502423552,1464833632000.0,2016-06-02 02:13:52,+0000,,Supercharger policy explained well by @LATimes: https://t.co/F0CInMW1yU Will post detailed description soon. I think it's a good balance.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/738191872502423552,['http://www.latimes.com/business/autos/la-fi-hy-tesla-model-3-chargers-20160601-snap-story.html'],[],0,,False,1882,249,711,,None,,,,,,,[],,,, +456,737859967450021889,737859967450021889,1464754499000.0,2016-06-01 04:14:59,+0000,,Good summary of Tesla annual meeting by @katiefehren https://t.co/G3enS77hJ7,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/737859967450021889,['http://fortune.com/2016/05/31/elon-musk-confessions-tesla/'],[],0,,False,2490,91,1051,,None,,,,,,,[],,,, +457,737102578828206080,737095056704737280,1464573924000.0,2016-05-30 02:05:24,+0000,,@iwanttobeanurse Sorry to hear that. Will take care of this & investigate to see if issues you encountered are systemic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/737102578828206080,[],[],0,,False,140,44,7,,None,,,,,,,"[{'screen_name': 'iwanttobeanurse', 'name': 'Lisa', 'id': '50094536'}]",,,, +458,736787058170068993,736787058170068993,1464498698000.0,2016-05-29 05:11:38,+0000,,So it was good for you too ... https://t.co/9cxo39N1lQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/736787058170068993,['https://twitter.com/edloh/status/733413864671318016'],[],0,,False,4191,106,1036,https://twitter.com/edloh/status/733413864671318016,None,,,,,,,[],,,, +459,736380977354657792,736380977354657792,1464401880000.0,2016-05-28 02:18:00,+0000,,Fast replay of today's rocket landing on SpaceX droneship OCISLY https://t.co/I0QQ2D3BtE,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/736380977354657792,['https://youtu.be/4jEz03Z8azc'],[],0,,False,14675,714,9482,,None,,,,,,,[],,,, +460,736373856823181312,736320322996076548,1464400183000.0,2016-05-28 01:49:43,+0000,,"@dfjsteve Very similar. The crush core in the Falcon legs is reusable after soft landings, but needs to be replaced after hard.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/736373856823181312,[],[],0,,False,286,11,41,,None,,,,,,,"[{'screen_name': 'dfjsteve', 'name': 'dfjst', 'id': '2394746604'}]",,,, +461,736328917317910528,736320322996076548,1464389468000.0,2016-05-27 22:51:08,+0000,,Crush core is aluminum honeycomb for energy absorption in the telescoping actuator. Easy to replace (if Falcon makes it back to port).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/736328917317910528,[],[],0,,False,2167,143,464,,None,,,,,,,[],,,, +462,736320322996076548,736320322996076548,1464387419000.0,2016-05-27 22:16:59,+0000,,"Rocket landing speed was close to design max & used up contingency crush core, hence back & forth motion. Prob ok, but some risk of tipping.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/736320322996076548,[],[],0,,False,5247,245,1252,,None,,,,,,,[],,,, +463,736319295345434625,736319295345434625,1464387174000.0,2016-05-27 22:12:54,+0000,,"Satellite deployed to 91,000 km apogee. All looks good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/736319295345434625,[],[],0,,False,3774,162,747,,None,,,,,,,[],,,, +464,736310020644569088,736310020644569088,1464384963000.0,2016-05-27 21:36:03,+0000,,3 mins to launch https://t.co/i5jNDs9MCO,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/736310020644569088,['https://twitter.com/spacex/status/736305431417491457'],[],0,,False,2306,134,659,https://twitter.com/spacex/status/736305431417491457,None,,,,,,,[],,,, +465,735965207625932801,735888613179719680,1464302753000.0,2016-05-26 22:45:53,+0000,,"@SpaceX There was a tiny glitch in the motion of an upper stage engine actuator. Probably not a flight risk, but still worth investigating.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/735965207625932801,[],[],0,,False,2172,126,707,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +466,735480275988156418,735480275988156418,1464187137000.0,2016-05-25 14:38:57,+0000,,Really fun Model X review by @MotorTrend. Best part is X racing while towing a fuel sports car https://t.co/0KzOpoIarx,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/735480275988156418,['https://m.youtube.com/watch?v=ib-02b2ooLY'],[],0,,False,3419,116,1263,,None,,,,,,,[],,,, +467,734274360588926976,734248945715531777,1463899624000.0,2016-05-22 06:47:04,+0000,,"@SchaFFFFFF Flight 24 is def capable of flying again, but it makes sense to apply ground delta qual to rocket w toughest entry conditions.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/734274360588926976,[],[],0,,False,261,17,51,,None,,,,,,,"[{'screen_name': 'SchaFFFFFF', 'name': 'SchaFFFFFF', 'id': '22047407'}]",,,, +468,733362268570669056,733362268570669056,1463682164000.0,2016-05-19 18:22:44,+0000,,Great image of ancient Mars https://t.co/iy3AngxKlq,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/733362268570669056,['https://twitter.com/discovermag/status/733361619133026304'],[],0,,False,2163,92,743,https://twitter.com/discovermag/status/733361619133026304,None,,,,,,,[],,,, +469,733021242744135680,733007230149107712,1463600857000.0,2016-05-18 19:47:37,+0000,,"@jlgolson No prob. We care about doing what's fair & just. Don't always get it right, but intent is always there & we make amends when wrong",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/733021242744135680,[],[],0,,False,471,14,63,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +470,733016945654517760,733007230149107712,1463599833000.0,2016-05-18 19:30:33,+0000,,"@jlgolson Per the letter, Tesla paid $55/hr for *additional* services, so no.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/733016945654517760,[],[],0,,False,121,6,10,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +471,733009265288314881,733007230149107712,1463598002000.0,2016-05-18 19:00:02,+0000,,"@jlgolson Yes, but it is false of Merc News to say that Tesla took advantage of low cost labor. We paid $55/hr. That is unequivocal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/733009265288314881,[],[],0,,False,340,11,51,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +472,733007602565570560,733007230149107712,1463597605000.0,2016-05-18 18:53:25,+0000,,"We still need to make sure that the injured person is taken care of, but less & less of the Merc story appears to be true",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/733007602565570560,[],[],0,,False,1503,57,281,,None,,,,,,,[],,,, +473,733007230149107712,733007230149107712,1463597516000.0,2016-05-18 18:51:56,+0000,,Merc News story about Tesla using $5/hr labor seems to be missing a digit. Tesla actually paid $55/hr. https://t.co/2dTH0ncdKX,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/733007230149107712,[],"['https://pbs.twimg.com/media/CiwqLVfUYAABWSu.jpg', 'https://pbs.twimg.com/media/CiwqLVgVAAAWML5.jpg']",1,https://pbs.twimg.com/media/CiwqLVfUYAABWSu.jpg,False,6374,209,1906,,None,,,,,,,[],,,, +474,732656393463832576,732640714446671872,1463513870000.0,2016-05-17 19:37:50,+0000,,"@drkevinleung @Tesla_Canada Totally agree. Am told this will be fixed by Thurs, maybe Fri.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/732656393463832576,[],[],0,,False,99,3,10,,None,,,,,,,"[{'screen_name': 'drkevinleung', 'name': 'Dr Kevin Leung', 'id': '4314475719'}, {'screen_name': 'Tesla_Canada', 'name': 'Tesla Motors Canada', 'id': '2569974674'}]",,,, +475,732330010053222400,731981135454986240,1463436055000.0,2016-05-16 22:00:55,+0000,,@joshuapinter @juliusvolz Full height of Falcon 9 boost stage on legs is ~165 ft,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/732330010053222400,[],[],0,,False,244,11,37,,None,,,,,,,"[{'screen_name': 'joshuapinter', 'name': 'Joshua Pinter', 'id': '28595285'}, {'screen_name': 'juliusvolz', 'name': 'Julius Volz', 'id': '65666100'}]",,,, +476,732329443776024576,732329443776024576,1463435920000.0,2016-05-16 21:58:40,+0000,,"Falcon Heavy side boosters can use most of the same airframe as Falcon 9, but center core needs to be buffed up a lot for transfer loads.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/732329443776024576,[],[],0,,False,2425,138,421,,None,,,,,,,[],,,, +477,732247546924388353,732247546924388353,1463416394000.0,2016-05-16 16:33:14,+0000,,Response to a Mercury News article about an injury on our premises https://t.co/3BFgV6Hfia,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/732247546924388353,['https://www.teslamotors.com/blog/response-mercury-news-article-hidden-workforce-expanding-teslas-factory'],[],0,,False,2314,137,634,,None,,,,,,,[],,,, +478,732066441554362368,732054629689626624,1463373215000.0,2016-05-16 04:33:35,+0000,,@margotroosevelt Only heard about this today. Sounds like the wrong thing happened on many levels. Will investigate and make it right.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/732066441554362368,[],[],0,,False,279,23,48,,None,,,,,,,"[{'screen_name': 'margotroosevelt', 'name': 'Margot Roosevelt', 'id': '112873659'}]",,,, +479,732042627445460992,731984739012251648,1463367537000.0,2016-05-16 02:58:57,+0000,,"@bittdk Better. Not there yet, but a solution is likely.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/732042627445460992,[],[],0,,False,150,9,21,,None,,,,,,,"[{'screen_name': 'bittdk', 'name': 'Raket_Mand', 'id': '4248808311'}]",,,, +480,732041468085342210,731984739012251648,1463367261000.0,2016-05-16 02:54:21,+0000,,@4kpixelsyt yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/732041468085342210,[],[],0,,False,108,4,9,,None,,,,,,,[],,,, +481,732040492607643652,731981135454986240,1463367028000.0,2016-05-16 02:50:28,+0000,,@mmustapic yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/732040492607643652,[],[],0,,False,88,7,6,,None,,,,,,,"[{'screen_name': 'mmustapic', 'name': 'Marco Mustapic', 'id': '13516352'}]",,,, +482,731984739012251648,731984739012251648,1463353736000.0,2016-05-15 23:08:56,+0000,,"Most recent rocket took max damage, due to v high entry velocity. Will be our life leader for ground tests to confirm others are good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/731984739012251648,[],[],0,,False,4443,190,951,,None,,,,,,,[],,,, +483,731981135454986240,731981135454986240,1463352876000.0,2016-05-15 22:54:36,+0000,,Three's company https://t.co/nRfFmTpzZw,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/731981135454986240,[],['https://pbs.twimg.com/media/CiiE3O_UgAA0m_9.jpg'],1,https://pbs.twimg.com/media/CiiE3O_UgAA0m_9.jpg,False,11775,266,3185,,None,,,,,,,[],,,, +484,731605780969951232,731604873540685825,1463263385000.0,2016-05-14 22:03:05,+0000,,@r_SpaceX @reddit will do another AMA just before reflight of the rocket in a few months,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/731605780969951232,[],[],0,,False,663,39,110,,None,,,,,,,"[{'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}]",,,, +485,731604873540685825,731604873540685825,1463263169000.0,2016-05-14 21:59:29,+0000,,Dog snuggle thread on reddit. Comments get really good. https://t.co/7Cc6rnsvSn,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/731604873540685825,['http://reddit.com/r/aww/comments/4j8p6d/can_i_snuggle_with_you/'],[],0,,False,1825,83,421,,None,,,,,,,[],,,, +486,731596033621409792,731596033621409792,1463261061000.0,2016-05-14 21:24:21,+0000,,Excited to announce Tesla's entry into automotive racing! https://t.co/PZH1LDXPWl,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/731596033621409792,['https://twitter.com/teslamotors/status/731581807099944960'],[],0,,False,3065,133,909,https://twitter.com/teslamotors/status/731581807099944960,None,,,,,,,[],,,, +487,730867197942206464,730862007528914944,1463087293000.0,2016-05-12 21:08:13,+0000,,@ClubTeslaES @TeslaMotors también te amo,es,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/730867197942206464,[],[],0,,False,1104,57,683,,None,,,,,,,"[{'screen_name': 'ClubTeslaES', 'name': 'Club Tesla España (💉)', 'id': '716976549946335232'}]",,,, +488,730627568756383746,730626697171771393,1463030161000.0,2016-05-12 05:16:01,+0000,,@iwritethewrong It's probably the Ambien,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/730627568756383746,[],[],0,,False,378,52,63,,None,,,,,,,[],,,, +489,730624508814458880,730624508814458880,1463029431000.0,2016-05-12 05:03:51,+0000,,Definitely https://t.co/7gEkc0mt9O,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/730624508814458880,['http://m.nasdaq.com/article/as-solarcity-scty-crashes-is-elon-musk-overrated-cm619241'],[],0,,False,2976,351,677,,None,,,,,,,[],,,, +490,730595677936324608,730595677936324608,1463022558000.0,2016-05-12 03:09:18,+0000,,Ok https://t.co/jJJR28UGrK,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/730595677936324608,['https://twitter.com/electrekco/status/730376242147504128'],[],0,,False,3398,141,864,https://twitter.com/electrekco/status/730376242147504128,None,,,,,,,[],,,, +491,730592699011604481,730592699011604481,1463021847000.0,2016-05-12 02:57:27,+0000,,Full credit to the team that's doing this. All happening without any help from me. https://t.co/FAZE01lleA,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/730592699011604481,['https://twitter.com/cnbc/status/730463295820292096'],[],0,,False,5759,123,2321,https://twitter.com/cnbc/status/730463295820292096,None,,,,,,,[],,,, +492,729850448832659457,729762769013104640,1462844881000.0,2016-05-10 01:48:01,+0000,,@vicentes @TeslaMotors @Tim_Stevens @CNET coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/729850448832659457,[],[],0,,False,88,9,6,,None,,,,,,,[],,,, +493,728808794910662656,728457279943495681,1462596531000.0,2016-05-07 04:48:51,+0000,,@tzepr Certainly agree that it is first and foremost a triumph for humanity. The cheering is in good spirit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/728808794910662656,[],[],0,,False,399,42,37,,None,,,,,,,[],,,, +494,728754091644440576,728327602440536064,1462583489000.0,2016-05-07 01:11:29,+0000,,@LifeOfRockstar I think so,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/728754091644440576,[],[],0,,False,172,21,17,,None,,,,,,,[],,,, +495,728753234811060224,728736299507556352,1462583285000.0,2016-05-07 01:08:05,+0000,,@lukealization Max is just 3X Merlin thrust and min is ~40% of 1 Merlin. Two outer engines shut off before the center does.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/728753234811060224,[],[],0,,False,208,12,32,,None,,,,,,,[],,,, +496,728748075930386432,728748075930386432,1462582055000.0,2016-05-07 00:47:35,+0000,,I love you too! https://t.co/Cnmd7cONU3,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/728748075930386432,['http://www.cnbc.com/2016/05/06/i-love-everything-about-tesla-t-rowe-price-manager.html'],[],0,,False,2249,142,367,,None,,,,,,,[],,,, +497,728583269076242432,728583269076242432,1462542762000.0,2016-05-06 13:52:42,+0000,,"Launch trajectory of Japanese commercial satellite JCSat-14, enroute to 36,000 km above Earth https://t.co/QHiiMdMMJ3",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/728583269076242432,[],['https://pbs.twimg.com/media/ChxynyJVAAAGmt_.jpg'],1,https://pbs.twimg.com/media/ChxynyJVAAAGmt_.jpg,False,12153,183,4079,,None,,,,,,,[],,,, +498,728514673084014593,728505688012533760,1462526407000.0,2016-05-06 09:20:07,+0000,,@hansmikael @TeslaMotors Thank goodness all are ok,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/728514673084014593,[],[],0,,False,279,24,21,,None,,,,,,,[],,,, +499,728462267893698561,728462267893698561,1462513913000.0,2016-05-06 05:51:53,+0000,,"Yeah, this was a three engine landing burn, so triple deceleration of last flight. That's important to minimize gravity losses.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/728462267893698561,[],[],0,,False,5504,221,1305,,None,,,,,,,[],,,, +500,728459808270000128,728459808270000128,1462513327000.0,2016-05-06 05:42:07,+0000,,May need to increase size of rocket storage hangar,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/728459808270000128,[],[],0,,False,14583,530,5050,,None,,,,,,,[],,,, +501,728457279943495681,728457279943495681,1462512724000.0,2016-05-06 05:32:04,+0000,,Woohoo!! https://t.co/0P8n8VmFbr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/728457279943495681,['https://twitter.com/spacex/status/728457165606780928'],[],0,,False,12152,610,4926,https://twitter.com/spacex/status/728457165606780928,None,,,,,,,[],,,, +502,728444313248489472,728444313248489472,1462509632000.0,2016-05-06 04:40:32,+0000,,"Rocket reentry is a lot faster and hotter than last time, so odds of making it are maybe even, but we should learn a lot either way",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/728444313248489472,[],[],0,,False,4686,185,987,,None,,,,,,,[],,,, +503,728327602440536064,728327602440536064,1462481806000.0,2016-05-05 20:56:46,+0000,,"Tesla is increasing the production ramp as fast as possible, but I'd recommend ordering a Model 3 soon if you want 2018 delivery",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/728327602440536064,[],[],0,,False,6665,423,2191,,None,,,,,,,[],,,, +504,728126194244190208,728119755966554117,1462433787000.0,2016-05-05 07:36:27,+0000,,@samsamlee777 yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/728126194244190208,[],[],0,,False,141,15,59,,None,,,,,,,[],,,, +505,727189428142235648,727189428142235648,1462210444000.0,2016-05-02 17:34:04,+0000,,Filtering particulates from air makes a significant & measurable diff to health. Wd like to credit Larry Page with turning me on to this.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/727189428142235648,[],[],0,,False,4671,227,1180,,None,,,,,,,[],,,, +506,727176162997313536,727176162997313536,1462207282000.0,2016-05-02 16:41:22,+0000,,Bioweapon Defense Mode is real https://t.co/xGNLrOyhaQ This is what happens when you turn it on: https://t.co/LnkHzXTxqN,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/727176162997313536,['https://www.teslamotors.com/blog/putting-tesla-hepa-filter-and-bioweapon-defense-mode-to-the-test?utm_campaign=Blog_050216&utm_source=Twitter&utm_medium=social'],['https://pbs.twimg.com/media/Chdy3FOW4AcOZvL.jpg'],1,https://pbs.twimg.com/media/Chdy3FOW4AcOZvL.jpg,False,4840,276,2397,,None,,,,,,,[],,,, +507,726919920374554625,726862948702949376,1462146189000.0,2016-05-01 23:43:09,+0000,,"@MacTechGenius @SacEV Have been reviewing end of line production quality personally. Slowed things down temporarily, but it's for the best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/726919920374554625,[],[],0,,False,178,9,65,,None,,,,,,,[],,,, +508,726878573001216000,726557903205756928,1462136331000.0,2016-05-01 20:58:51,+0000,,@JohanMancus Historical precedent. Mars vehicle will be metric.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/726878573001216000,[],[],0,,False,322,19,61,,None,,,,,,,[],,,, +509,726878466382041089,726862948702949376,1462136305000.0,2016-05-01 20:58:25,+0000,,@SacEV next month (with a lot of other good stuff),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/726878466382041089,[],[],0,,False,95,6,6,,None,,,,,,,[],,,, +510,726829989119696896,726173119367548932,1462124747000.0,2016-05-01 17:45:47,+0000,,@scottymeuk @DericLew @SpaceflightIns @phillipcjackson exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/726829989119696896,[],[],0,,False,73,6,5,,None,,,,,,,[],,,, +511,726820238361120768,726819534871531520,1462122423000.0,2016-05-01 17:07:03,+0000,,"@_andyoneal sides def, center maybe",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/726820238361120768,[],[],0,,False,110,9,8,,None,,,,,,,[],,,, +512,726812607298998272,726809418621411328,1462120603000.0,2016-05-01 16:36:43,+0000,,@CyberdineX naturally,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/726812607298998272,[],[],0,,False,101,5,8,,None,,,,,,,[],,,, +513,726651603906785285,726557903205756928,1462082217000.0,2016-05-01 05:56:57,+0000,,Falcon Heavy thrust will be 5.1M lbf at liftoff -- twice any rocket currently flying. It's a beast...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/726651603906785285,[],[],0,,False,3063,156,903,,None,,,,,,,[],,,, +514,726650591359819776,726557903205756928,1462081976000.0,2016-05-01 05:52:56,+0000,,F9 thrust at liftoff will be raised to 1.71M lbf later this year. It is capable of 1.9M lbf in flight.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/726650591359819776,[],[],0,,False,1315,51,261,,None,,,,,,,[],,,, +515,726579536410734592,726557903205756928,1462065035000.0,2016-05-01 01:10:35,+0000,,"@elonmusk F9 LEO payload on capabilities page (correct figure on main page) should be 22,800 kg",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/726579536410734592,[],[],0,,False,588,34,122,,None,,,,,,,[],,,, +516,726561442636263425,726557903205756928,1462060721000.0,2016-04-30 23:58:41,+0000,,"@lukealization No cross feed. It would help performance, but is not needed for these numbers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726561442636263425,[],[],0,,False,118,7,15,,None,,,,,,,[],,,, +517,726560848177561600,726557903205756928,1462060579000.0,2016-04-30 23:56:19,+0000,,@lukealization No physical changes to the engine. This thrust increase is based on delta qual tests. It is just tougher than we thought.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726560848177561600,[],[],0,,False,142,7,22,,None,,,,,,,[],,,, +518,726559990480150528,726557903205756928,1462060375000.0,2016-04-30 23:52:55,+0000,,@elonmusk Max performance numbers are for expendable launches. Subtract 30% to 40% for reusable booster payload.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726559990480150528,[],[],0,,False,1037,61,282,,None,,,,,,,[],,,, +519,726559284306173952,726557903205756928,1462060206000.0,2016-04-30 23:50:06,+0000,,"@mattyteare Basically current, but higher throttle setting. Good performance of recent launches allows us to reduce 3 sigma reserve margin.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726559284306173952,[],[],0,,False,104,4,14,,None,,,,,,,[],,,, +520,726557903205756928,726557903205756928,1462059877000.0,2016-04-30 23:44:37,+0000,,Just posted latest max payload capabilities of Falcon 9 and Heavy https://t.co/Z45Y5V7G91,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726557903205756928,['http://www.spacex.com/about/capabilities'],[],0,,False,2801,131,940,,None,,,,,,,[],,,, +521,726301598398312448,726243746543587329,1461998769000.0,2016-04-30 06:46:09,+0000,,@dannysparker yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/726301598398312448,[],[],0,,False,262,16,111,,None,,,,,,,[],,,, +522,726218218109444096,726173119367548932,1461978890000.0,2016-04-30 01:14:50,+0000,,@phillipcjackson turns out it doesn't need securing,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726218218109444096,[],[],0,,False,144,11,78,,None,,,,,,,[],,,, +523,726217881080320000,726217277348028416,1461978809000.0,2016-04-30 01:13:29,+0000,,@Mini_Elon yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726217881080320000,[],[],0,,False,116,9,14,,None,,,,,,,[],,,, +524,726217758229168129,726211059263127552,1461978780000.0,2016-04-30 01:13:00,+0000,,"@vicentes @gdoehne yes, several times",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726217758229168129,[],[],0,,False,108,4,10,,None,,,,,,,[],,,, +525,726217505560121344,726195791174361089,1461978720000.0,2016-04-30 01:12:00,+0000,,@jbdeck for sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726217505560121344,[],[],0,,False,89,3,7,,None,,,,,,,[],,,, +526,726217179683655680,726177828740292608,1461978642000.0,2016-04-30 01:10:42,+0000,,@Tweetermeyer things like this should be purged shortly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726217179683655680,[],[],0,,False,69,5,3,,None,,,,,,,[],,,, +527,726216836069515264,726216138758066177,1461978560000.0,2016-04-30 01:09:20,+0000,,@RokBottomGamers 100+ for almost everything 10+ for heat shields and a few other items.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726216836069515264,[],[],0,,False,120,3,12,,None,,,,,,,[],,,, +528,726215924760485888,726178564484243460,1461978343000.0,2016-04-30 01:05:43,+0000,,@VivekMGeorge Zuck doesn't (yet) have a deep tech understanding of AI. I spend hours every week being educated by world's best researchers.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726215924760485888,[],[],0,,False,313,14,68,,None,,,,,,,[],,,, +529,726214236368576512,726211059263127552,1461977941000.0,2016-04-30 00:59:01,+0000,,"@gdoehne JCSat is pushing the envelope as a very hot and fast mission, so will land on the droneship. Next land landing in a few months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/726214236368576512,[],[],0,,False,109,8,15,,None,,,,,,,[],,,, +530,726213728278962176,726181179397906432,1461977819000.0,2016-04-30 00:56:59,+0000,,@MrBoylan System scan detected only 0.2% of orders with same email and physical address. Those have been purged.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/726213728278962176,[],[],0,,False,88,8,9,,None,,,,,,,[],,,, +531,726210827699806208,726193725131640832,1461977128000.0,2016-04-30 00:45:28,+0000,,@vigneshraju of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/726210827699806208,[],[],0,,False,328,37,56,,None,,,,,,,[],,,, +532,726210366766632960,726205035978219521,1461977018000.0,2016-04-30 00:43:38,+0000,,@maya_kazan Temporary spike in some areas due to X 3rd row seat recall. Should be sorted by June.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/726210366766632960,[],[],0,,False,61,6,3,,None,,,,,,,[],,,, +533,726183794215022592,726181179397906432,1461970683000.0,2016-04-29 22:58:03,+0000,,"@MrBoylan Duplicates will be cancelled. Max of 2 will be delivered to any one person. Only ~5% of orders are 2, so speculation unlikely.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/726183794215022592,[],[],0,,False,101,17,15,,None,,,,,,,[],,,, +534,726127265612881920,726124209756217344,1461957205000.0,2016-04-29 19:13:25,+0000,,@erothenberg Simple answer is that there just aren't many used Teslas available. Demand >> supply.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/726127265612881920,[],[],0,,False,90,6,13,,None,,,,,,,[],,,, +535,726125524091723777,726124209756217344,1461956790000.0,2016-04-29 19:06:30,+0000,,@erothenberg checking into it ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/726125524091723777,[],[],0,,False,56,4,1,,None,,,,,,,[],,,, +536,725367703045730304,725364699303301120,1461776111000.0,2016-04-27 16:55:11,+0000,,@romn8tr will definitely do so,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725367703045730304,[],[],0,,False,113,12,204,,None,,,,,,,[],,,, +537,725366265322172416,725366265322172416,1461775768000.0,2016-04-27 16:49:28,+0000,,"@abraham_cavazos some places are trickier than others, but yes. That's the value of having a PICA-3 heat shield with propulsive landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725366265322172416,[],[],0,,False,129,4,18,,None,,,,,,,[],,,, +538,725365829479460864,725364699303301120,1461775665000.0,2016-04-27 16:47:45,+0000,,"@Cardoso It could land on Venus no problem, but would last maybe a few hours. Tough local environment.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725365829479460864,[],[],0,,False,324,14,61,,None,,,,,,,[],,,, +539,725365200098988032,725364699303301120,1461775514000.0,2016-04-27 16:45:14,+0000,,But wouldn't recommend transporting astronauts beyond Earth-moon region. Wouldn't be fun for longer journeys. Internal volume ~size of SUV.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725365200098988032,[],[],0,,False,3242,259,1012,,None,,,,,,,[],,,, +540,725364699303301120,725364699303301120,1461775395000.0,2016-04-27 16:43:15,+0000,,Dragon 2 is designed to be able to land anywhere in the solar system. Red Dragon Mars mission is the first test flight.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725364699303301120,[],[],0,,False,9643,364,3924,,None,,,,,,,[],,,, +541,724160269480431620,724023226918117376,1461488237000.0,2016-04-24 08:57:17,+0000,,"@KristianNairn A 3 should be workable, but an S or particularly an X would be better",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/724160269480431620,[],[],0,,False,162,10,175,,None,,,,,,,[],,,, +542,722893014507491329,718598132888702976,1461186100000.0,2016-04-20 21:01:40,+0000,,@scottmcnealy That article was incredibly misleading and you should know it. Wager right now that Sun has received far more than Tesla?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/722893014507491329,[],[],0,,False,383,51,44,,None,,,,,,,[],,,, +543,722891148126060545,722891148126060545,1461185655000.0,2016-04-20 20:54:15,+0000,,Looks like Model X resale value is holding up well :) https://t.co/4gedy9GCHA,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/722891148126060545,['http://www.bloomberg.com/news/articles/2016-04-20/ford-pays-199-950-before-taxes-for-tesla-s-64th-model-x-suv'],[],0,,False,3797,188,1114,,None,,,,,,,[],,,, +544,722637629351686144,722598287396605953,1461125211000.0,2016-04-20 04:06:51,+0000,,"@dannysparker Aiming for relaunch in 3 to 4 months, pending detailed examination and 10X refiring of a returned booster",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/722637629351686144,[],[],0,,False,289,10,86,,None,,,,,,,[],,,, +545,722599856460529665,722588702027874306,1461116205000.0,2016-04-20 01:36:45,+0000,,@RealDarthBL We have amplified pre-delivery inspection to provide a stronger second layer of QA. Several parts being replaced as a result.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/722599856460529665,[],[],0,,False,129,14,9,,None,,,,,,,[],,,, +546,722598287396605953,722598287396605953,1461115831000.0,2016-04-20 01:30:31,+0000,,By land and sea https://t.co/C5QWfNy99r,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/722598287396605953,[],['https://pbs.twimg.com/media/CgcvT0CUUAAee00.jpg'],1,https://pbs.twimg.com/media/CgcvT0CUUAAee00.jpg,False,12449,255,3481,,None,,,,,,,[],,,, +547,721946756984938497,721946756984938497,1460960494000.0,2016-04-18 06:21:34,+0000,,Will be interesting to see what the meantime to Hitler is for these bots. Only took Microsoft's Tay a day. https://t.co/8jEazt0nYf,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/721946756984938497,['https://twitter.com/verge/status/721931769029591040'],[],0,,False,2764,160,971,https://twitter.com/verge/status/721931769029591040,None,,,,,,,[],,,, +548,721829237741621248,721829237741621248,1460932475000.0,2016-04-17 22:34:35,+0000,,Owner video of Autopilot steering to avoid collision with a truck https://t.co/FZUAXSjlR7,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/721829237741621248,['https://m.youtube.com/watch?feature=youtu.be&v=9I5rraWJq6E'],[],0,,False,5134,222,2025,,None,,,,,,,[],,,, +549,721823126414176257,721815145932951552,1460931018000.0,2016-04-17 22:10:18,+0000,,Godot https://t.co/BIcT4aMVAz Full play https://t.co/kjZnbeuuFA,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/721823126414176257,"['https://en.m.wikipedia.org/wiki/Waiting_for_Godot', 'https://m.youtube.com/watch?v=Wifcyo64n-w']",[],0,,False,1056,71,198,,None,,,,,,,[],,,, +550,721815145932951552,721815145932951552,1460929116000.0,2016-04-17 21:38:36,+0000,,"Have recently come to appreciate the awesome, absurdist humor of Waiting for Godot. We so often wait, without knowing why, when or where.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/721815145932951552,[],[],0,,False,4275,222,1164,,None,,,,,,,[],,,, +551,721506316900900864,721486463355871233,1460855485000.0,2016-04-17 01:11:25,+0000,,@ID_AA_Carmack me too!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/721506316900900864,[],[],0,,False,276,26,26,,None,,,,,,,[],,,, +552,720504138451283968,720504138451283968,1460616547000.0,2016-04-14 06:49:07,+0000,,Great video history of Falcon 9 by Kinematic https://t.co/EeGPVW7kq2,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/720504138451283968,['https://m.youtube.com/watch?feature=youtu.be&v=tU1b1H2EWU4'],[],0,,False,5251,217,2954,,None,,,,,,,[],,,, +553,719584703196504064,719571133389938688,1460397337000.0,2016-04-11 17:55:37,+0000,,@lonelysandwich needs latest update,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/719584703196504064,[],[],0,,False,152,18,11,,None,,,,,,,[],,,, +554,719571133389938688,719571133389938688,1460394101000.0,2016-04-11 17:01:41,+0000,,"Activate autopilot 4X in quick succession for psychedelic cowbell road. And, yes, we are adding more cowbell soon.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/719571133389938688,[],[],0,,False,5129,252,1148,,None,,,,,,,[],,,, +555,719429837157347328,719415679728771072,1460360414000.0,2016-04-11 07:40:14,+0000,,"@drew @SpaceX Not from us, but it's awesome",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/719429837157347328,[],[],0,,False,283,12,22,,None,,,,,,,[],,,, +556,718982116667600896,718957984005488640,1460253669000.0,2016-04-10 02:01:09,+0000,,"@thelonelyisland Well, I thought TLI might be upset about using their material without permission. Apparently not :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/718982116667600896,[],[],0,,False,678,32,94,,None,,,,,,,[],,,, +557,718865990373625857,718849535724773379,1460225982000.0,2016-04-09 18:19:42,+0000,,@TheHackersNews @SpaceX Thanks,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/718865990373625857,[],[],0,,False,166,10,18,,None,,,,,,,[],,,, +558,718686042434342912,718684125335408640,1460183079000.0,2016-04-09 06:24:39,+0000,,@rjcc yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/718686042434342912,[],[],0,,False,114,12,8,,None,,,,,,,[],,,, +559,718598761832968192,718595725832101889,1460162270000.0,2016-04-09 00:37:50,+0000,,"@levie Tickets to orbital hotels, the moon and Mars will be a lot less than people think.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/718598761832968192,[],[],0,,False,1905,72,654,,None,,,,,,,[],,,, +560,718598132888702976,718598132888702976,1460162120000.0,2016-04-09 00:35:20,+0000,,"Just wanted to write a note of appreciation for all those who have supported Tesla, SpaceX & SolarCity over the years. Thank you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/718598132888702976,[],[],0,,False,32812,1277,6045,,None,,,,,,,[],,,, +561,718580558180261888,718579793919238144,1460157930000.0,2016-04-08 23:25:30,+0000,,@POTUS Thanks on behalf of an amazing team at SpaceX!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/718580558180261888,[],[],0,,False,6987,123,1322,,None,,,,,,,[],,,, +562,718571641949650944,718571529571799040,1460155804000.0,2016-04-08 22:50:04,+0000,,@Jon_Favreau @SpaceX Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/718571641949650944,[],[],0,,False,356,13,33,,None,,,,,,,[],,,, +563,718548224441774082,718545613051158529,1460150221000.0,2016-04-08 21:17:01,+0000,,@NASA @sgvcrime @SpaceX @Space_Station Thanks for your support! Looking forward to delivering the goods for you.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/718548224441774082,[],[],0,,False,2627,91,498,,None,,,,,,,[],,,, +564,718532302154833920,718532302154833920,1460146425000.0,2016-04-08 20:13:45,+0000,,"Screen cap from the stern cam of droneship ""Of Course I Still Love You"" https://t.co/4rGOJMTzVn",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/718532302154833920,[],['https://pbs.twimg.com/media/Cfi9UY-VAAAWuHs.jpg'],1,https://pbs.twimg.com/media/Cfi9UY-VAAAWuHs.jpg,False,4916,210,1124,,None,,,,,,,[],,,, +565,718522065322532865,718520319900852224,1460143984000.0,2016-04-08 19:33:04,+0000,,"@arstechnica Reasons for ocean landing are technical, not economic. Orbit requires extreme horizontal velocity. Getting to space needs none.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/718522065322532865,[],[],0,,False,560,15,168,,None,,,,,,,[],,,, +566,718272034166480896,718272034166480896,1460084372000.0,2016-04-08 02:59:32,+0000,,SolarCity panels produce enough zero carbon energy to charge entire Tesla fleet https://t.co/bn4LRzii1V,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/718272034166480896,['http://blog.solarcity.com/solarcity-customers-8-gigawatt-hours-teslas?sourcetype=SocialPost&trafficsource=twitter&campaignname=TW-APR2016-CompanyNews-03'],[],0,,False,4480,202,1927,,None,,,,,,,[],,,, +567,718232099145310208,718112326889529344,1460074851000.0,2016-04-08 00:20:51,+0000,,@nonesuchzach Nickel is also in nickels,de,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/718232099145310208,[],[],0,,False,414,28,55,,None,,,,,,,[],,,, +568,718121595101782016,718112326889529344,1460048504000.0,2016-04-07 17:01:44,+0000,,"@nonesuchzach Battery uses no rare Earth metals. Main ingredient is nickel, which is what's used to coat cutlery, so very non-toxic.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/718121595101782016,[],[],0,,False,606,30,157,,None,,,,,,,[],,,, +569,718112326889529344,718112326889529344,1460046295000.0,2016-04-07 16:24:55,+0000,,"Over 325k cars or ~$14B in preorders in first week. Only 5% ordered max of two, suggesting low levels of speculation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/718112326889529344,[],[],0,,False,8725,612,4003,,None,,,,,,,[],,,, +570,717755945003028480,717751353984942080,1459961327000.0,2016-04-06 16:48:47,+0000,,@samboykin @danahull the only thing beyond ludicrous is plaid,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/717755945003028480,[],[],0,,False,870,59,179,,None,,,,,,,[],,,, +571,717755302863441920,717754701794553856,1459961174000.0,2016-04-06 16:46:14,+0000,,"@jpfrappier yes, will go all the way to Alaska",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/717755302863441920,[],[],0,,False,187,14,21,,None,,,,,,,[],,,, +572,717749079707484160,717743768330313728,1459959690000.0,2016-04-06 16:21:30,+0000,,"@Recode Dex will do comms, but my speeches are just a conversation w the audience. No time to rehearse & don't want to read from a prompter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/717749079707484160,[],[],0,,False,638,27,114,,None,,,,,,,[],,,, +573,717746816503062528,717745206825607170,1459959150000.0,2016-04-06 16:12:30,+0000,,@maximumblue we will,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/717746816503062528,[],[],0,,False,153,13,12,,None,,,,,,,[],,,, +574,717738859379843073,717737325866790912,1459957253000.0,2016-04-06 15:40:53,+0000,,@LaurenShearer1 Doesn't sound right. Will check into it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/717738859379843073,[],[],0,,False,135,11,11,,None,,,,,,,[],,,, +575,717612929214849024,717585333202919424,1459927229000.0,2016-04-06 07:20:29,+0000,,@MThorpXXi We are working on enlarging the opening. Aperture will be big enough for almost anything.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/717612929214849024,[],[],0,,False,269,58,40,,None,,,,,,,[],,,, +576,717488049848889345,717488049848889345,1459897456000.0,2016-04-05 23:04:16,+0000,,Most telling is that the SpaceX Propulsion CTO switched from driving a Porsche 911 Turbo S to a Model X,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/717488049848889345,[],[],0,,False,3637,146,689,,None,,,,,,,[],,,, +577,717486314417827841,717486314417827841,1459897042000.0,2016-04-05 22:57:22,+0000,,Model X review https://t.co/IS2zBgDlqn,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/717486314417827841,['http://www.thedrive.com/new-cars/2875/why-the-tesla-model-x-will-make-you-want-an-american-suv'],[],0,,False,2356,89,813,,None,,,,,,,[],,,, +578,717414130836058113,717411993171337216,1459879832000.0,2016-04-05 18:10:32,+0000,,@Brianmrtz probably unwise,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/717414130836058113,[],[],0,,False,466,29,108,,None,,,,,,,[],,,, +579,717039506965270529,717006064730775552,1459790515000.0,2016-04-04 17:21:55,+0000,,"@Christiano92 @Inspron @Jerry22499879 won't be a hatchback, but we should be able to increase the opening width and height",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/717039506965270529,[],[],0,,False,307,85,33,,None,,,,,,,[],,,, +580,717027400979058690,717025816501092352,1459787628000.0,2016-04-04 16:33:48,+0000,,@stevehurd yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/717027400979058690,[],[],0,,False,118,17,10,,None,,,,,,,[],,,, +581,717018087409606656,717006064730775552,1459785408000.0,2016-04-04 15:56:48,+0000,,@Jerry22499879 yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/717018087409606656,[],[],0,,False,167,17,15,,None,,,,,,,[],,,, +582,716786814606905345,716786389141086208,1459730268000.0,2016-04-04 00:37:48,+0000,,@qa2198 @TeslaMotors yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716786814606905345,[],[],0,,False,231,22,23,,None,,,,,,,[],,,, +583,716786765290340352,716786397596745728,1459730256000.0,2016-04-04 00:37:36,+0000,,@GoesAzedo yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716786765290340352,[],[],0,,False,411,35,37,,None,,,,,,,[],,,, +584,716780724255260673,716745898202685441,1459728816000.0,2016-04-04 00:13:36,+0000,,@morganpage sounds good,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716780724255260673,[],[],0,,False,197,5,13,,None,,,,,,,[],,,, +585,716780425939521538,716780425939521538,1459728745000.0,2016-04-04 00:12:25,+0000,,"Signing off from impromptu Twitter AMA. Thanks for the suggestions. Btw, we really will have more cow bells.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716780425939521538,[],[],0,,False,3252,241,367,,None,,,,,,,[],,,, +586,716778890744598528,716710938406047744,1459728379000.0,2016-04-04 00:06:19,+0000,,@lordsshrivas Coming soon for all Tesla cars. Just an OTA software update.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716778890744598528,[],[],0,,False,450,16,39,,None,,,,,,,[],,,, +587,716769426675220481,716764882847145984,1459726122000.0,2016-04-03 23:28:42,+0000,,"@GonzaloBolio yes, coming this year",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/716769426675220481,[],[],0,,False,166,7,26,,None,,,,,,,[],,,, +588,716752643595583490,716710938406047744,1459722121000.0,2016-04-03 22:22:01,+0000,,@AmarnathRevanna Air suspension dynamically adjusts ride height,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716752643595583490,[],[],0,,False,229,15,24,,None,,,,,,,[],,,, +589,716751456574025728,716743139285970944,1459721838000.0,2016-04-03 22:17:18,+0000,,@GatorWass you can do that now with S and X. Will be same for 3.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716751456574025728,[],[],0,,False,148,4,9,,None,,,,,,,[],,,, +590,716751300063531008,716713023960784897,1459721801000.0,2016-04-03 22:16:41,+0000,,@_elombardo @rjpryan correct,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716751300063531008,[],[],0,,False,124,3,6,,None,,,,,,,[],,,, +591,716751152906440705,716743510637035520,1459721766000.0,2016-04-03 22:16:06,+0000,,@EduardoForneck hopefully 0.21,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716751152906440705,[],[],0,,False,286,12,33,,None,,,,,,,[],,,, +592,716750603813318660,716710938406047744,1459721635000.0,2016-04-03 22:13:55,+0000,,@PeteEhmKay @gerardomarina what's the link to that?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716750603813318660,[],[],0,,False,172,47,7,,None,,,,,,,[],,,, +593,716750313471025152,716743871607226368,1459721565000.0,2016-04-03 22:12:45,+0000,,"@tapwin No, but we will need to build a factory in Europe to serve long-term regional demand as Fremont reaches max capacity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716750313471025152,[],[],0,,False,320,68,98,,None,,,,,,,[],,,, +594,716749717795946496,716710938406047744,1459721423000.0,2016-04-03 22:10:23,+0000,,@mpatfield no problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716749717795946496,[],[],0,,False,107,0,6,,None,,,,,,,[],,,, +595,716749159324377089,716710938406047744,1459721290000.0,2016-04-03 22:08:10,+0000,,@CrackedUpCorson Will cover whole country hopefully this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716749159324377089,[],[],0,,False,124,12,12,,None,,,,,,,[],,,, +596,716748255242100736,716745282394976257,1459721075000.0,2016-04-03 22:04:35,+0000,,"@AndersRytter yes, but production AWD will be a lot faster",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716748255242100736,[],[],0,,False,239,12,17,,None,,,,,,,[],,,, +597,716747844175142912,716745282394976257,1459720977000.0,2016-04-03 22:02:57,+0000,,@AlexBelohlavek less,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716747844175142912,[],[],0,,False,321,5,23,,None,,,,,,,[],,,, +598,716747672477151232,716745282394976257,1459720936000.0,2016-04-03 22:02:16,+0000,,@torvos torque is shifted between front & rear motors every ~.01 secs. Traction control is way better than a normal AWD. Digital vs analog.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716747672477151232,[],[],0,,False,352,5,71,,None,,,,,,,[],,,, +599,716745898202685441,716745898202685441,1459720513000.0,2016-04-03 21:55:13,+0000,,"And, of course, it will have more cowbells.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716745898202685441,[],[],0,,False,4902,239,1301,,None,,,,,,,[],,,, +600,716745282394976257,716745282394976257,1459720366000.0,2016-04-03 21:52:46,+0000,,"Model 3 will be RWD, with dual motor AWD optional. Even RWD will have great traction on ice due to fast torque response of Tesla drivetrain.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716745282394976257,[],[],0,,False,4625,235,1290,,None,,,,,,,[],,,, +601,716743909750218752,716740416549158912,1459720039000.0,2016-04-03 21:47:19,+0000,,@GolfsHard yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716743909750218752,[],[],0,,False,165,4,12,,None,,,,,,,[],,,, +602,716743848580497409,716740488859099137,1459720024000.0,2016-04-03 21:47:04,+0000,,@Zooropa88 @TeslaMotors Superchargers and service centers will cover all of Italy later this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716743848580497409,[],[],0,,False,223,19,85,,None,,,,,,,[],,,, +603,716743321624903680,716710938406047744,1459719898000.0,2016-04-03 21:44:58,+0000,,@_Only_Hawk @MICHAELSD01 @TechGrlTweeter definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716743321624903680,[],[],0,,False,88,5,10,,None,,,,,,,[],,,, +604,716742777468555264,716741002455871488,1459719769000.0,2016-04-03 21:42:49,+0000,,@Alandbru @TeslaMotors should be addressed this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716742777468555264,[],[],0,,False,148,14,29,,None,,,,,,,[],,,, +605,716731407310196736,716728343379443713,1459717058000.0,2016-04-03 20:57:38,+0000,,@CmaxVs Only way to get enough rear passenger headroom was to move the rear roof cross-car support beam. A bike will still fit no problem.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716731407310196736,[],[],0,,False,247,38,42,,None,,,,,,,[],,,, +606,716730641585340416,716710938406047744,1459716875000.0,2016-04-03 20:54:35,+0000,,@iKrivetko that's not the real steering system,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716730641585340416,[],[],0,,False,335,21,49,,None,,,,,,,[],,,, +607,716730009394647040,716728788491571200,1459716725000.0,2016-04-03 20:52:05,+0000,,@B_Rans yes. Will easily fit two child seats. Three if you buy slim seats.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716730009394647040,[],[],0,,False,133,5,19,,None,,,,,,,[],,,, +608,716729841362407424,716710938406047744,1459716685000.0,2016-04-03 20:51:25,+0000,,@gerardomarina Some tweaking underway,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716729841362407424,[],[],0,,False,305,56,20,,None,,,,,,,[],,,, +609,716729420078133248,716710938406047744,1459716584000.0,2016-04-03 20:49:44,+0000,,@HBL_Cosmin Wait until you see the real steering controls and system for the 3. It feels like a spaceship.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716729420078133248,[],[],0,,False,1213,92,368,,None,,,,,,,[],,,, +610,716715017781915648,716710938406047744,1459713150000.0,2016-04-03 19:52:30,+0000,,@MICHAELSD01 @TechGrlTweeter Won't happen. Reason initial cars are delivered close to factory is to have rapid turnaround on early issues.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716715017781915648,[],[],0,,False,280,28,35,,None,,,,,,,[],,,, +611,716714416801099782,716710938406047744,1459713007000.0,2016-04-03 19:50:07,+0000,,@scottkelley99 Edge and contour refinement are ongoing. Even .1mm matters.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716714416801099782,[],[],0,,False,219,15,27,,None,,,,,,,[],,,, +612,716713492389044224,716710938406047744,1459712787000.0,2016-04-03 19:46:27,+0000,,@_amwolo_ They can. Will be great for road trips and camping,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716713492389044224,[],[],0,,False,442,10,48,,None,,,,,,,[],,,, +613,716713294128500737,716710938406047744,1459712739000.0,2016-04-03 19:45:39,+0000,,@BValvsRacing It will make sense after part 2 of the Model 3 unveil,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716713294128500737,[],[],0,,False,861,114,159,,None,,,,,,,[],,,, +614,716713023960784897,716713023960784897,1459712675000.0,2016-04-03 19:44:35,+0000,,"A Model 3 order gives you priority in your geography, so, even tho total count is high, ordering early will make a big difference locally.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716713023960784897,[],[],0,,False,3108,322,722,,None,,,,,,,[],,,, +615,716710938406047744,716710938406047744,1459712178000.0,2016-04-03 19:36:18,+0000,,"In general, product comments, suggestions and criticisms are always welcome",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716710938406047744,[],[],0,,False,2656,1350,380,,None,,,,,,,[],,,, +616,716709914911989760,716697574556639232,1459711934000.0,2016-04-03 19:32:14,+0000,,@RyanCasburn We always try to maximize customer happiness even if that means a revenue shortfall in a quarter. Loyalty begets loyalty.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716709914911989760,[],[],0,,False,732,27,142,,None,,,,,,,[],,,, +617,716708661024804866,716693951260938241,1459711635000.0,2016-04-03 19:27:15,+0000,,@SnoozeThroughF1 There will be an optional tow hitch.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716708661024804866,[],[],0,,False,405,82,54,,None,,,,,,,[],,,, +618,716704636896284673,716697574556639232,1459710675000.0,2016-04-03 19:11:15,+0000,,@RGspan Our production ramp plan should enable large numbers of non X/S customers to receive the credit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716704636896284673,[],[],0,,False,235,22,37,,None,,,,,,,[],,,, +619,716701798002610176,716693951260938241,1459709998000.0,2016-04-03 18:59:58,+0000,,@jeffrey @neutyp Matte black was surprisingly popular. Probably makes sense to bring it to production.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/716701798002610176,[],[],0,,False,734,72,83,,None,,,,,,,[],,,, +620,716700979379372032,716700585890713602,1459709803000.0,2016-04-03 18:56:43,+0000,,"@WaltNew cool, thanks!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/716700979379372032,[],[],0,,False,117,5,8,,None,,,,,,,[],,,, +621,716696932073152512,716693951260938241,1459708838000.0,2016-04-03 18:40:38,+0000,,"@mindthreat @RyanHummer Yes, if the trend continues, before",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/716696932073152512,[],[],0,,False,164,21,19,,None,,,,,,,[],,,, +622,716693951260938241,716693951260938241,1459708128000.0,2016-04-03 18:28:48,+0000,,276k Model 3 orders by end of Sat,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/716693951260938241,[],[],0,,False,8008,624,3477,,None,,,,,,,[],,,, +623,716510703000100865,716510703000100865,1459664438000.0,2016-04-03 06:20:38,+0000,,Model 3 design sketches https://t.co/P5ucOBRUZ7,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/716510703000100865,[],['https://pbs.twimg.com/media/CfGOqcaW8AI9zyP.jpg'],1,https://pbs.twimg.com/media/CfGOqcaW8AI9zyP.jpg,False,13084,507,4149,,None,,,,,,,[],,,, +624,716356456593756160,716345597712670720,1459627663000.0,2016-04-02 20:07:43,+0000,,"@grebakshay We are working on an exact date, but Tesla will be in India before 3 production starts.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/716356456593756160,[],[],0,,False,636,69,334,,None,,,,,,,[],,,, +625,716356220156686336,716355710360162304,1459627606000.0,2016-04-02 20:06:46,+0000,,@Model3Owners They will. We spent a lot of time on those.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/716356220156686336,[],[],0,,False,390,20,34,,None,,,,,,,[],,,, +626,716347450148040704,716345597712670720,1459625515000.0,2016-04-02 19:31:55,+0000,,"@vicentes Roadster, S and X customers are the ones who got us here and are paying for 3. They deserve a lot of credit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716347450148040704,[],[],0,,False,711,28,101,,None,,,,,,,[],,,, +627,716347036786757632,716345597712670720,1459625417000.0,2016-04-02 19:30:17,+0000,,"@Aakashhh_ we will send something to everyone who ordered, but an extra gift for those who stood in some crazy long lines",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716347036786757632,[],[],0,,False,649,58,90,,None,,,,,,,[],,,, +628,716346618035830784,716345597712670720,1459625317000.0,2016-04-02 19:28:37,+0000,,"@raytech247 yes, within a region. Can't deliver to all regions simultaneously. Too much complexity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716346618035830784,[],[],0,,False,130,10,14,,None,,,,,,,[],,,, +629,716346279391944704,716345597712670720,1459625236000.0,2016-04-02 19:27:16,+0000,,@squallcraft and a few other things,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716346279391944704,[],[],0,,False,235,6,16,,None,,,,,,,[],,,, +630,716345597712670720,716345597712670720,1459625074000.0,2016-04-02 19:24:34,+0000,,"Token of appreciation for those who lined up coming via mail. Thought maybe 20-30 people per store would line up, not 800. Gifts on order.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716345597712670720,[],[],0,,False,5542,385,963,,None,,,,,,,[],,,, +631,716344348107878401,716341849409998849,1459624776000.0,2016-04-02 19:19:36,+0000,,@34thrain Maybe 1/4 to 1/2 of what happened. No one at Tesla thought it would be this high before part 2 of the unveil.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716344348107878401,[],[],0,,False,475,46,109,,None,,,,,,,[],,,, +632,716343274730991616,716343274730991616,1459624520000.0,2016-04-02 19:15:20,+0000,,"Will give an update tonight for the 3 day total, then last one on Wed for the full week. All efforts focused on accelerating the ramp.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716343274730991616,[],[],0,,False,3159,218,526,,None,,,,,,,[],,,, +633,716341849409998849,716341849409998849,1459624180000.0,2016-04-02 19:09:40,+0000,,253k as of 7am this morning,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716341849409998849,[],[],0,,False,7421,540,2892,,None,,,,,,,[],,,, +634,716155418800730113,716089404985487361,1459579732000.0,2016-04-02 06:48:52,+0000,,@sundarpichai thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/716155418800730113,[],[],0,,False,617,26,62,,None,,,,,,,[],,,, +635,716089404985487361,716089404985487361,1459563993000.0,2016-04-02 02:26:33,+0000,,Now 232k orders,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/716089404985487361,[],[],0,,False,13786,957,5012,,None,,,,,,,[],,,, +636,715999819437850624,715994457993318400,1459542634000.0,2016-04-01 20:30:34,+0000,,@GrahamABlair of course :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/715999819437850624,[],[],0,,False,346,11,27,,None,,,,,,,[],,,, +637,715975692228243460,715974325107572736,1459536881000.0,2016-04-01 18:54:41,+0000,,"@Jbourquee Giga is designed to self-power via solar panels (primarily), wind & geo, using its own batteries to store electricity at night.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/715975692228243460,[],[],0,,False,570,15,128,,None,,,,,,,[],,,, +638,715974749982220288,715973827834961920,1459536657000.0,2016-04-01 18:50:57,+0000,,@steveagee def on the cards for the future,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/715974749982220288,[],[],0,,False,290,15,31,,None,,,,,,,[],,,, +639,715972980556193792,715972483447267328,1459536235000.0,2016-04-01 18:43:55,+0000,,@JackLipstone should be within a week or two max,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/715972980556193792,[],[],0,,False,82,1,7,,None,,,,,,,[],,,, +640,715971547475886083,715964901466853376,1459535893000.0,2016-04-01 18:38:13,+0000,,"@Alyssa_Milano Hi Alyssa, thanks for placing your faith in Tesla. I hope you have a great experience with the car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/715971547475886083,[],[],0,,False,363,3,33,,None,,,,,,,[],,,, +641,715955186175459332,715955186175459332,1459531992000.0,2016-04-01 17:33:12,+0000,,Definitely going to need to rethink production planning...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/715955186175459332,[],[],0,,False,9138,717,3115,,None,,,,,,,[],,,, +642,715952781895426048,715952781895426048,1459531419000.0,2016-04-01 17:23:39,+0000,,"Thought it would slow way down today, but Model 3 order count is now at 198k. Recommend ordering soon, as the wait time is growing rapidly.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/715952781895426048,[],[],0,,False,8939,519,3848,,None,,,,,,,[],,,, +643,715934657720639488,715934657720639488,1459527098000.0,2016-04-01 16:11:38,+0000,,"Model 3 orders at 180,000 in 24 hours. Selling price w avg option mix prob $42k, so ~$7.5B in a day. Future of electric cars looking bright!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/715934657720639488,[],[],0,,False,22278,853,15553,,None,,,,,,,[],,,, +644,715776577485807621,715775591816044545,1459489409000.0,2016-04-01 05:43:29,+0000,,@IndiaToday Will include India-wide Supercharger network,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715776577485807621,[],[],0,,False,1117,121,670,,None,,,,,,,[],,,, +645,715774770013409281,715729313249632257,1459488978000.0,2016-04-01 05:36:18,+0000,,@Oatmeal sure!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715774770013409281,[],[],0,,False,1749,66,172,,None,,,,,,,[],,,, +646,715774390802194432,715566236822671360,1459488887000.0,2016-04-01 05:34:47,+0000,,@StartUpRabbi Coming in the mail,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715774390802194432,[],[],0,,False,177,12,18,,None,,,,,,,[],,,, +647,715766837590499328,715766354993917957,1459487087000.0,2016-04-01 05:04:47,+0000,,@redletterdave Hardware in all cars. Autopilot safety features standard. Convenience features optional (like S and X).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715766837590499328,[],[],0,,False,284,18,52,,None,,,,,,,[],,,, +648,715765978328612870,715765760270995456,1459486882000.0,2016-04-01 05:01:22,+0000,,@drew Just order the SpaceX option package!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715765978328612870,[],[],0,,False,869,19,162,,None,,,,,,,[],,,, +649,715765746429784064,715765746429784064,1459486826000.0,2016-04-01 05:00:26,+0000,,"Thanks for tuning in to the Model 3 unveil Part 1! Part 2 is super next level, but that's for later…",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715765746429784064,[],[],0,,False,7220,405,1667,,None,,,,,,,[],,,, +650,715679848828575744,715647321019551744,1459466347000.0,2016-03-31 23:19:07,+0000,,"@lukealization yes, will cover whole country",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/715679848828575744,[],[],0,,False,233,26,38,,None,,,,,,,[],,,, +651,715677526459199488,715647321019551744,1459465793000.0,2016-03-31 23:09:53,+0000,,@preastro yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/715677526459199488,[],[],0,,False,98,8,37,,None,,,,,,,[],,,, +652,715677488228098048,715647321019551744,1459465784000.0,2016-03-31 23:09:44,+0000,,@KentNStephens sure is,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/715677488228098048,[],[],0,,False,135,7,12,,None,,,,,,,[],,,, +653,715656818756726784,715654905390731269,1459460856000.0,2016-03-31 21:47:36,+0000,,@roddrury X and S will also be available,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/715656818756726784,[],[],0,,False,133,12,28,,None,,,,,,,[],,,, +654,715647321019551744,715647321019551744,1459458592000.0,2016-03-31 21:09:52,+0000,,"Adding several more countries to Model 3 order page tonight. Check for details, but will include India, Brazil, SA, SK, NZ, Sing & Ireland.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/715647321019551744,[],[],0,,False,5336,640,2848,,None,,,,,,,[],,,, +655,715640777578143744,715637755598901248,1459457031000.0,2016-03-31 20:43:51,+0000,,"Model 3 orders, whether in store or online, are limited to two per person",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/715640777578143744,[],[],0,,False,1558,186,604,,None,,,,,,,[],,,, +656,715637755598901248,715637755598901248,1459456311000.0,2016-03-31 20:31:51,+0000,,Online ordering at https://t.co/46TXqRrsdr will now open at 7:30pm Pacific to ensure no server overload. Presentation still at 8:30.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/715637755598901248,['http://Tesla.com'],[],0,,False,2480,174,1210,,None,,,,,,,[],,,, +657,715574515405692929,715574343657459712,1459441233000.0,2016-03-31 16:20:33,+0000,,@haerone From almost anywhere,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/715574515405692929,[],[],0,,False,81,11,6,,None,,,,,,,[],,,, +658,715570155921616896,715566236822671360,1459440194000.0,2016-03-31 16:03:14,+0000,,@GiftedDiego Coming soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/715570155921616896,[],[],0,,False,101,13,7,,None,,,,,,,[],,,, +659,715566236822671360,715566236822671360,1459439260000.0,2016-03-31 15:47:40,+0000,,"Incredibly inspired by the interest in Model 3. You won't be disappointed. Also, small token of appreciation coming for those who lined up.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/715566236822671360,[],[],0,,False,10453,608,2969,,None,,,,,,,[],,,, +660,715433418260029440,715433418260029440,1459407593000.0,2016-03-31 06:59:53,+0000,,Model 3 unveil will be webcast live at 8:30pm California time at https://t.co/46TXqRrsdr,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/715433418260029440,['http://Tesla.com'],[],0,,False,4562,241,2819,,None,,,,,,,[],,,, +661,715309739752747009,715307847890903041,1459378106000.0,2016-03-30 22:48:26,+0000,,"@rossbin You will see the car very clearly, but some important elements will be added and some will evolve.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/715309739752747009,[],[],0,,False,501,27,98,,None,,,,,,,[],,,, +662,715307847890903041,715307847890903041,1459377655000.0,2016-03-30 22:40:55,+0000,,"Tomorrow is Part 1 of the Model 3 unveil. Part 2, which takes things to another level, will be closer to production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/715307847890903041,[],[],0,,False,5400,234,2114,,None,,,,,,,[],,,, +663,715303533659041792,715303533659041792,1459376626000.0,2016-03-30 22:23:46,+0000,,Model 3 order day starting in Australia https://t.co/T6aUnG5BCv,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/715303533659041792,[],['https://pbs.twimg.com/media/Ce1Ew7MUIAAeXwB.jpg'],1,https://pbs.twimg.com/media/Ce1Ew7MUIAAeXwB.jpg,False,3761,138,1266,,None,,,,,,,[],,,, +664,715220713326530561,715220713326530561,1459356880000.0,2016-03-30 16:54:40,+0000,,You can now buy cruise ship tickets for the Arctic passage. Seeing is believing. https://t.co/LhKupkNMFC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/715220713326530561,['http://www.wired.com/2016/03/climate-change-opens-first-luxury-arctic-cruise-route/'],[],0,,False,1886,137,1215,,None,,,,,,,[],,,, +665,715219872204992512,715219872204992512,1459356680000.0,2016-03-30 16:51:20,+0000,,Great article by @BadAstronomer. Important to note max temp record. Too much attention on avg temp. Max matters most https://t.co/0FnIAVsbIu,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/715219872204992512,['https://twitter.com/badastronomer/status/715203254590648320'],[],0,,False,2087,82,1282,https://twitter.com/badastronomer/status/715203254590648320,None,,,,,,,[],,,, +666,714963420316049411,714963420316049411,1459295537000.0,2016-03-29 23:52:17,+0000,,Looks like we may need to increase production plans for the Model 3 https://t.co/fmCPFC9FEm,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/714963420316049411,[],['https://pbs.twimg.com/media/CewPb6tXEAA5Q5_.jpg'],1,https://pbs.twimg.com/media/CewPb6tXEAA5Q5_.jpg,False,8412,587,2423,,None,,,,,,,[],,,, +667,711603839443423232,711603839443423232,1458494550000.0,2016-03-20 17:22:30,+0000,,Tesla charger map https://t.co/9tei7lU4FD,fr,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/711603839443423232,['https://twitter.com/teslamotors/status/711601527765360640'],[],0,,False,2520,165,921,https://twitter.com/teslamotors/status/711601527765360640,None,,,,,,,[],,,, +668,711258598551240704,711243731878354944,1458412239000.0,2016-03-19 18:30:39,+0000,,@MileHighWillY being fixed,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/711258598551240704,[],[],0,,False,85,12,11,,None,,,,,,,[],,,, +669,710657482322915328,710287603694641152,1458268921000.0,2016-03-18 02:42:01,+0000,,@RobGlaser sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/710657482322915328,[],[],0,,False,60,5,4,,None,,,,,,,[],,,, +670,710625418856964096,710596956670693376,1458261277000.0,2016-03-18 00:34:37,+0000,,"@mikegaalsf Turn off recirc. Air exits thru rear vents. Snap in shade also avail from service, but I just tint the rear window.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/710625418856964096,[],[],0,,False,81,8,7,,None,,,,,,,[],,,, +671,707636460212490240,707632249340952577,1457548654000.0,2016-03-09 18:37:34,+0000,,@Christianlguaje no,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/707636460212490240,[],[],0,,False,686,32,144,,None,,,,,,,[],,,, +672,707632249340952577,707632249340952577,1457547650000.0,2016-03-09 18:20:50,+0000,,The AEI meeting wasn't secret and I was only there for a few hours to talk about Mars and sustainable energy. Nothing to do with Trump.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/707632249340952577,[],[],0,,False,3756,266,930,,None,,,,,,,[],,,, +673,707611375191744512,707611375191744512,1457542673000.0,2016-03-09 16:57:53,+0000,,Congrats to DeepMind! Many experts in the field thought AI was 10 years away from achieving this. https://t.co/5gGZZkud3K,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/707611375191744512,['https://twitter.com/demishassabis/status/707474683906674688'],[],0,,False,2742,79,1193,https://twitter.com/demishassabis/status/707474683906674688,None,,,,,,,[],,,, +674,706612070041591808,706610504161107968,1457304420000.0,2016-03-06 22:47:00,+0000,,"SpaceX & Tesla comp is same or better than other companies. Big diff is that we don't outsource manufacturing, retail sales or service.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/706612070041591808,[],[],0,,False,4331,158,1257,,None,,,,,,,[],,,, +675,706610504161107968,706610504161107968,1457304047000.0,2016-03-06 22:40:47,+0000,,"SpaceX and Tesla rated most meaningful work in high tech. Also, most stressful, but that goes with the territory. https://t.co/y8s4UdMF5z",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/706610504161107968,['https://twitter.com/dfjsteve/status/705925529388453888'],[],0,,False,5397,169,2326,https://twitter.com/dfjsteve/status/705925529388453888,None,,,,,,,[],,,, +676,706185709481119745,705972324592435200,1457202768000.0,2016-03-05 18:32:48,+0000,,@wk057 @TeslaMotors Wasn't done at my request. Good hacking is a gift.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/706185709481119745,[],[],0,,False,425,21,94,,None,,,,,,,[],,,, +677,705917924972736512,705917924972736512,1457138923000.0,2016-03-05 00:48:43,+0000,,"Rocket landed hard on the droneship. Didn't expect this one to work (v hot reentry), but next flight has a good chance.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/705917924972736512,[],[],0,,False,9885,681,3892,,None,,,,,,,[],,,, +678,705910704792973313,705910704792973313,1457137201000.0,2016-03-05 00:20:01,+0000,,"Target altitude of 40,600 km achieved. Thanks @SES_Satellites for riding on Falcon 9! Looking forward to future missions.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/705910704792973313,[],[],0,,False,5912,250,1812,,None,,,,,,,[],,,, +679,705687267684159488,705683898437496832,1457083930000.0,2016-03-04 09:32:10,+0000,,@Astro_Valdric @TeslaMotors We spoke earlier today and he said he would investigate the situation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/705687267684159488,[],[],0,,False,217,23,71,,None,,,,,,,[],,,, +680,705094397470179329,705089680581132288,1456942579000.0,2016-03-02 18:16:19,+0000,,.@curtismcauliff SpaceX has not donated to any presidential campaign,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/705094397470179329,[],[],0,,False,2522,142,555,,None,,,,,,,[],,,, +681,705089680581132288,705089680581132288,1456941454000.0,2016-03-02 17:57:34,+0000,,Evolution hasn't advanced much https://t.co/tsgmvtGYxH,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/705089680581132288,['https://twitter.com/arstechnica/status/705069161064603648'],[],0,,False,1170,94,419,https://twitter.com/arstechnica/status/705069161064603648,None,,,,,,,[],,,, +682,704949916171444224,704949916171444224,1456908132000.0,2016-03-02 08:42:12,+0000,,MIT Technology Review 2016 https://t.co/db7QZRmgH5,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/704949916171444224,['https://www.technologyreview.com/lists/technologies/2016/'],[],0,,False,1905,103,971,,None,,,,,,,[],,,, +683,704825457934364674,704823859254423552,1456878458000.0,2016-03-02 00:27:38,+0000,,@chrisdbond checking ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/704825457934364674,[],[],0,,False,59,2,4,,None,,,,,,,[],,,, +684,704779047746691072,704770247769722880,1456867393000.0,2016-03-01 21:23:13,+0000,,@lorengrush exactly :),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/704779047746691072,[],[],0,,False,90,3,9,,None,,,,,,,[],,,, +685,704770247769722880,704770247769722880,1456865295000.0,2016-03-01 20:48:15,+0000,,Pushing launch to Friday due to extreme high altitude wind shear. Hits like a sledgehammer when going up supersonic https://t.co/Gr8T5upaLd,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/704770247769722880,[],['https://pbs.twimg.com/media/CcfYzdsUkAE3cFf.jpg'],1,https://pbs.twimg.com/media/CcfYzdsUkAE3cFf.jpg,False,3791,228,1524,,None,,,,,,,[],,,, +686,704603669786791936,704554265885417472,1456825580000.0,2016-03-01 09:46:20,+0000,,@PernilleT Only heard about it today. Doesn't sound like they are in the right though in their dealings with our subcontractor.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/704603669786791936,[],[],0,,False,56,5,7,,None,,,,,,,[],,,, +687,704102461766676481,704101592098693120,1456706083000.0,2016-02-29 00:34:43,+0000,,@SpaceX Launch aborted on low thrust alarm. Rising oxygen temps due to hold for boat and helium bubble triggered alarm.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/704102461766676481,[],[],0,,False,2365,302,1734,,None,,,,,,,[],,,, +688,704092857829732353,704092037889396736,1456703793000.0,2016-02-28 23:56:33,+0000,,@SpaceX AF has placed launch on hold due to a boat entering the edge of the keep out zone. Scrambling helo to get them to move.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/704092857829732353,[],[],0,,False,1853,207,1073,,None,,,,,,,[],,,, +689,703760056827912197,703632077384581120,1456624447000.0,2016-02-28 01:54:07,+0000,,"@TLKFremont Great leg room for 3rd row, rear visibility better, easy storage of long cargo.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/703760056827912197,[],[],0,,False,81,13,6,,None,,,,,,,[],,,, +690,703692375055413248,703632077384581120,1456608310000.0,2016-02-27 21:25:10,+0000,,"@derekslager @skiesforme yes, it actually performed better than other colors on stain tests. Best not to have vented seats w kids though.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/703692375055413248,[],[],0,,False,72,7,5,,None,,,,,,,[],,,, +691,703650455407079424,703632077384581120,1456598316000.0,2016-02-27 18:38:36,+0000,,"@skiesforme Can't emphasize enough that white is the best interior. Also, pick 6 seats unless you really need 7.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/703650455407079424,[],[],0,,False,99,9,17,,None,,,,,,,[],,,, +692,703636763227484161,703632077384581120,1456595051000.0,2016-02-27 17:44:11,+0000,,"@skiesforme @TeslaMotors That said, the white interior is the best. Highly recommend.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/703636763227484161,[],[],0,,False,58,1,9,,None,,,,,,,[],,,, +693,703636644704849921,703632077384581120,1456595023000.0,2016-02-27 17:43:43,+0000,,@skiesforme Heavy use of the white causes splitting. Adding backing material to strengthen. Will be upgraded at no cost.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/703636644704849921,[],[],0,,False,79,5,9,,None,,,,,,,[],,,, +694,702534707464896512,702534707464896512,1456332301000.0,2016-02-24 16:45:01,+0000,,Worth reposting the Wait But Why piece on AI. We are at the beginning of exponential growth in digital intelligence. https://t.co/1c30ZwrxQ1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/702534707464896512,['http://waitbutwhy.com/2015/01/artificial-intelligence-revolution-1.html'],[],0,,False,4323,213,2406,,None,,,,,,,[],,,, +695,702291394023415812,702291394023415812,1456274290000.0,2016-02-24 00:38:10,+0000,,Next gen Atlas robot https://t.co/UklqidXrvD,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/702291394023415812,['https://m.youtube.com/watch?v=rVlhMGQgDkY&feature=youtu.be'],[],0,,False,3065,264,2399,,None,,,,,,,[],,,, +696,702233502910025732,702230297010708481,1456260488000.0,2016-02-23 20:48:08,+0000,,@RoMcLocko @TeslaMotors coming later this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/702233502910025732,[],[],0,,False,133,18,50,,None,,,,,,,[],,,, +697,701548454460284929,701547612747345921,1456097160000.0,2016-02-21 23:26:00,+0000,,"There is no way it is only 0.5%, given the staggeringly massive number of fossil subsidies that exist in every country, or as high as 50%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/701548454460284929,[],[],0,,False,1283,85,381,,None,,,,,,,[],,,, +698,701547612747345921,701547612747345921,1456096959000.0,2016-02-21 23:22:39,+0000,,"Global economy of $100T is overwhelmingly fossil fuel based, so IMF estimate of $5T or 5% for carbon subsidy is def right order of magnitude",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/701547612747345921,[],[],0,,False,2127,86,890,,None,,,,,,,[],,,, +699,701222643278548993,701222643278548993,1456019480000.0,2016-02-21 01:51:20,+0000,,Just wanted to thank Stu G for https://t.co/7FlnbruWpL. Know it meant a lot to you. Will take good care.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/701222643278548993,['http://tesla.com'],[],0,,False,3445,96,648,,None,,,,,,,[],,,, +700,701143735690612736,700404336036188160,1456000667000.0,2016-02-20 20:37:47,+0000,,@nathanfielder Don't you already have a spaceship? https://t.co/tFNM43sONg,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/701143735690612736,[],['https://pbs.twimg.com/media/Cbr2gqxUsAAzkn8.jpg'],1,https://pbs.twimg.com/media/Cbr2gqxUsAAzkn8.jpg,False,3325,33,691,,None,,,,,,,[],,,, +701,700600176713404416,700600176713404416,1455871073000.0,2016-02-19 08:37:53,+0000,,Worth noting that all gasoline cars are heavily subsidized via oil company tax credits & unpaid public health costs https://t.co/4li5E013Dj,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/700600176713404416,['http://www.theguardian.com/environment/2015/may/18/fossil-fuel-companies-getting-10m-a-minute-in-subsidies-says-imf'],[],0,,False,6171,325,5187,,None,,,,,,,[],,,, +702,700583378328784896,700583378328784896,1455867068000.0,2016-02-19 07:31:08,+0000,,Sigh … https://t.co/VelOzAKIW6,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/700583378328784896,['http://m.huffpost.com/us/entry/koch-electric-vehicles_us_56c4d63ce4b0b40245c8cbf6'],[],0,,False,4316,685,3325,,None,,,,,,,[],,,, +703,700540843455705088,700400342047961088,1455856927000.0,2016-02-19 04:42:07,+0000,,@elliegoulding Hi :),und,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/700540843455705088,[],[],0,,False,359,23,54,,None,,,,,,,[],,,, +704,700400899991011328,700400342047961088,1455823562000.0,2016-02-18 19:26:02,+0000,,"@msb17 yeah, that's a great one too :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/700400899991011328,[],[],0,,False,60,3,3,,None,,,,,,,[],,,, +705,700400754943627264,700400342047961088,1455823527000.0,2016-02-18 19:25:27,+0000,,@AnnaDotBlue Little bit,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/700400754943627264,[],[],0,,False,86,1,5,,None,,,,,,,[],,,, +706,700400342047961088,700400342047961088,1455823429000.0,2016-02-18 19:23:49,+0000,,"Worth watching ""Nathan for You"" on Comedy Central, particularly the ""Dumb Starbucks"" and ""Mechanic/Realtor"" episodes",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/700400342047961088,[],[],0,,False,2382,111,522,,None,,,,,,,[],,,, +707,700398127044362240,700398127044362240,1455822900000.0,2016-02-18 19:15:00,+0000,,My coffee tastes unusually good this morning https://t.co/LowwuPAgoz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/700398127044362240,[],['https://pbs.twimg.com/media/CbhP-tsWIAAiBlQ.jpg'],1,https://pbs.twimg.com/media/CbhP-tsWIAAiBlQ.jpg,False,5905,232,1079,,None,,,,,,,[],,,, +708,699880397396512768,699709623406702592,1455699464000.0,2016-02-17 08:57:44,+0000,,@BasseyE @tegmark yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/699880397396512768,[],[],0,,False,78,14,13,,None,,,,,,,[],,,, +709,699709623406702592,699709623406702592,1455658748000.0,2016-02-16 21:39:08,+0000,,Interesting to think of physics as a set of compression algorithms for the universe. That's basically what formulas are.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/699709623406702592,[],[],0,,False,7306,356,3108,,None,,,,,,,[],,,, +710,699510738147106816,699510097332994048,1455611330000.0,2016-02-16 08:28:50,+0000,,"@chriskreidler @engadget yes, this was done jointly with Tesla and Radio Flyer",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/699510738147106816,[],[],0,,False,128,6,18,,None,,,,,,,[],,,, +711,699510097332994048,699510097332994048,1455611178000.0,2016-02-16 08:26:18,+0000,,This baby Model S really is quite fun https://t.co/40W5sS5bKI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/699510097332994048,['https://twitter.com/engadget/status/699489096406802432'],[],0,,False,2687,201,1019,https://twitter.com/engadget/status/699489096406802432,None,,,,,,,[],,,, +712,697684032868356097,697684032868356097,1455175810000.0,2016-02-11 07:30:10,+0000,,More details on Model 3 unveil in coming weeks. That's it for now.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697684032868356097,[],[],0,,False,3544,213,1007,,None,,,,,,,[],,,, +713,697682665919516672,697678962588188672,1455175484000.0,2016-02-11 07:24:44,+0000,,@MysteryGuitarM yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697682665919516672,[],[],0,,False,188,13,14,,None,,,,,,,[],,,, +714,697679828468641792,697678962588188672,1455174808000.0,2016-02-11 07:13:28,+0000,,No signature series for Model 3. Same reservation amount for all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697679828468641792,[],[],0,,False,1505,92,385,,None,,,,,,,[],,,, +715,697679434996850688,697678962588188672,1455174714000.0,2016-02-11 07:11:54,+0000,,@garethseneque global,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697679434996850688,[],[],0,,False,164,9,21,,None,,,,,,,[],,,, +716,697678962588188672,697678962588188672,1455174601000.0,2016-02-11 07:10:01,+0000,,Model 3 reservations ($1000 down) will be accepted in Tesla stores on March 31 and online April 1,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697678962588188672,[],[],0,,False,5740,499,3240,,None,,,,,,,[],,,, +717,697674277131153408,697672633333239808,1455173484000.0,2016-02-11 06:51:24,+0000,,@ErikRoesegg good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/697674277131153408,[],[],0,,False,104,4,1,,None,,,,,,,[],,,, +718,697341715712086016,697331144417619968,1455094195000.0,2016-02-10 08:49:55,+0000,,Should mention that Tesla Motors itself had nothing to do with the short movie. This was completely independent.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/697341715712086016,[],[],0,,False,1259,98,182,,None,,,,,,,[],,,, +719,697331144417619968,697331144417619968,1455091675000.0,2016-02-10 08:07:55,+0000,,Love this Tesla video made by https://t.co/bwKne0mZUh,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/697331144417619968,['http://freisebrothers.com/tesla-notadream/'],[],0,,False,3813,136,1655,,None,,,,,,,[],,,, +720,695666033676328960,695666033676328960,1454694681000.0,2016-02-05 17:51:21,+0000,,My job moonlighting as a police officer in Brazil is no longer secret https://t.co/QBTQYMpAF9,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/695666033676328960,['http://www.autoblog.com/2016/02/04/it-sure-looks-like-elon-musk-is-now-doing-security-in-brazil/'],[],0,,False,5028,288,1810,,None,,,,,,,[],,,, +721,694802955170553861,694802955170553861,1454488907000.0,2016-02-03 08:41:47,+0000,,Must be a slow news day if denying service to a super rude customer gets this much attention,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/694802955170553861,[],[],0,,False,8793,927,2199,,None,,,,,,,[],,,, +722,690983158490136576,690815779068076032,1453578197000.0,2016-01-23 19:43:17,+0000,,@TheEconomist Interesting name,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/690983158490136576,[],[],0,,False,1224,72,249,,None,,,,,,,[],,,, +723,689869015280254976,689867519503441920,1453312565000.0,2016-01-20 17:56:05,+0000,,@Benzinga I didn't take anyone's car and never would. Car was actually allocated to engineering test (not by me) and inadvertently sold.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/689869015280254976,[],[],0,,False,234,54,46,,None,,,,,,,[],,,, +724,689299216607232000,689299216607232000,1453176714000.0,2016-01-19 04:11:54,+0000,,"My best guess for 2016: ~70% landing success rate (so still a few more RUDs to go), then hopefully improving to ~90% in 2017",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/689299216607232000,[],[],0,,False,4955,378,1366,,None,,,,,,,[],,,, +725,688921087820705792,688815223558410240,1453086561000.0,2016-01-18 03:09:21,+0000,,@JeffBezos @SpaceX Thanks Jeff,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/688921087820705792,[],[],0,,False,1039,52,153,,None,,,,,,,[],,,, +726,688920586391805952,688920586391805952,1453086441000.0,2016-01-18 03:07:21,+0000,,"Falcon lands on droneship, but the lockout collet doesn't latch on one the four legs, causing it… https://t.co/DpXsRQWal9",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/688920586391805952,['https://www.instagram.com/p/BAqirNbwEc0/'],[],0,,False,8418,1192,7739,,None,,,,,,,[],,,, +727,688846973361721345,688844190826942465,1453068891000.0,2016-01-17 22:14:51,+0000,,"@stunt_penguin @LayOn_OverWhale Stage 1 would reach low Earth orbit if not hefting a second stage, but payload would be greatly reduced.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/688846973361721345,[],[],0,,False,182,20,26,,None,,,,,,,[],,,, +728,688846557949472768,688844190826942465,1453068792000.0,2016-01-17 22:13:12,+0000,,"@JimmyVosika Actually, didn't get environmental approval in time, but it was also good practice for missions where a ship is needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/688846557949472768,[],[],0,,False,183,7,22,,None,,,,,,,[],,,, +729,688845689023901696,688844190826942465,1453068585000.0,2016-01-17 22:09:45,+0000,,"If speed at stage separation > ~6000 km/hr. With a ship, no need to zero out lateral velocity, so can stage at up to ~9000 km/h.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/688845689023901696,[],[],0,,False,1491,125,424,,None,,,,,,,[],,,, +730,688844190826942465,688844190826942465,1453068227000.0,2016-01-17 22:03:47,+0000,,Ship landings are not needed for flexibility or to save fuel costs. Just not physically possible to return to launch site,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/688844190826942465,[],[],0,,False,1948,139,589,,None,,,,,,,[],,,, +731,688842435955261440,688842435955261440,1453067809000.0,2016-01-17 21:56:49,+0000,,"As mentioned before, ship landings are needed for high velocity missions. Altitude & distance don't mean much for orbit. All about speed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/688842435955261440,[],[],0,,False,2019,100,605,,None,,,,,,,[],,,, +732,688841295364673536,688840057483071488,1453067537000.0,2016-01-17 21:52:17,+0000,,@mbhnyc steel collet,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/688841295364673536,[],[],0,,False,79,6,5,,None,,,,,,,[],,,, +733,688837706005131264,688837706005131264,1453066681000.0,2016-01-17 21:38:01,+0000,,"Well, at least the pieces were bigger this time! Won't be last RUD, but am optimistic about upcoming ship landing. https://t.co/w007TccANJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/688837706005131264,[],['https://pbs.twimg.com/media/CY8-PdyU0AABqaa.jpg'],1,https://pbs.twimg.com/media/CY8-PdyU0AABqaa.jpg,False,12691,793,6461,,None,,,,,,,[],,,, +734,688816810754359297,688816554306191360,1453061699000.0,2016-01-17 20:14:59,+0000,,@Uncle_Gus probably,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/688816810754359297,[],[],0,,False,225,17,26,,None,,,,,,,[],,,, +735,688816554306191360,688816554306191360,1453061638000.0,2016-01-17 20:13:58,+0000,,"However, that was not what prevented it being good. Touchdown speed was ok, but a leg lockout didn't latch, so it tipped over after landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/688816554306191360,[],[],0,,False,3795,506,1839,,None,,,,,,,[],,,, +736,688814634489413632,688814634489413632,1453061181000.0,2016-01-17 20:06:21,+0000,,"Definitely harder to land on a ship. Similar to an aircraft carrier vs land: much smaller target area, that's also translating & rotating.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/688814634489413632,[],[],0,,False,4503,483,1869,,None,,,,,,,[],,,, +737,688175650570547202,688173528017850368,1452908835000.0,2016-01-16 01:47:15,+0000,,Maybe some debris ingestion. Engine data looks ok. Will borescope tonight. This is one of the outer engines.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/688175650570547202,[],[],0,,False,1713,146,425,,None,,,,,,,[],,,, +738,688173528017850368,688173528017850368,1452908329000.0,2016-01-16 01:38:49,+0000,,"Conducted hold-down firing of returned Falcon rocket. Data looks good overall, but engine 9 showed thrust fluctuations.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/688173528017850368,[],[],0,,False,3556,164,1072,,None,,,,,,,[],,,, +739,686976300158853120,686976300158853120,1452622888000.0,2016-01-12 18:21:28,+0000,,Next launch is a @NASA science mission from VAFB California on Sunday. https://t.co/vJdkJkZzg1,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/686976300158853120,['https://twitter.com/spacex/status/686971170051100672'],[],0,,False,2029,121,823,https://twitter.com/spacex/status/686971170051100672,None,,,,,,,[],,,, +740,686743696469954560,686743696469954560,1452567430000.0,2016-01-12 02:57:10,+0000,,Aiming to launch this weekend and (hopefully) land on our droneship. Ship landings needed for high velocity missions https://t.co/n6j0mExAqM,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/686743696469954560,['https://twitter.com/spacex/status/686740078387843073'],[],0,,False,4109,189,1886,https://twitter.com/spacex/status/686740078387843073,None,,,,,,,[],,,, +741,686472796797579266,686472796797579266,1452502843000.0,2016-01-11 09:00:43,+0000,,Sad to hear that David Bowie died. He was amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/686472796797579266,[],[],0,,False,4152,123,1065,,None,,,,,,,[],,,, +742,686279251293777920,686279251293777920,1452456698000.0,2016-01-10 20:11:38,+0000,,"In ~2 years, summon should work anywhere connected by land & not blocked by borders, eg you're in LA and the car is in NY",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/686279251293777920,[],[],0,,False,7163,613,4346,,None,,,,,,,[],,,, +743,686278452639567876,686277508212330496,1452456508000.0,2016-01-10 20:08:28,+0000,,"Tap your phone or key and your car will open the garage door, exit, close the door and come to you. Will do same in reverse for unsummon.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/686278452639567876,[],[],0,,False,4205,248,2743,,None,,,,,,,[],,,, +744,686277508212330496,686277508212330496,1452456283000.0,2016-01-10 20:04:43,+0000,,First baby step in Tesla Summon capability now downloading over-the-air with V7.1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/686277508212330496,[],[],0,,False,3380,127,1496,,None,,,,,,,[],,,, +745,683333695307034625,683333695307034625,1451754423000.0,2016-01-02 17:07:03,+0000,,"Worth reading The Machine Stops, an old story by E. M. Forster https://t.co/0Dl4l2t6FH",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/683333695307034625,['https://en.m.wikipedia.org/wiki/The_Machine_Stops'],[],0,,False,2926,254,837,,None,,,,,,,[],,,, +746,682717803166695425,682717803166695425,1451607583000.0,2016-01-01 00:19:43,+0000,,"Falcon 9 back in the hangar at Cape Canaveral. No damage found, ready to fire again. https://t.co/7w6IfJGtXM",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/682717803166695425,['https://www.instagram.com/p/_-d28bQEc9/'],[],0,,False,9877,523,4600,,None,,,,,,,[],,,, +747,679163784062107649,679163784062107649,1450760239000.0,2015-12-22 04:57:19,+0000,,High res video of landing from the helo https://t.co/G0Yq2V5J3m,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/679163784062107649,['https://m.youtube.com/watch?v=ZCBE8ocOkAQ&feature=youtu.be'],[],0,,False,9953,610,6896,,None,,,,,,,[],,,, +748,679145544673923072,679145544673923072,1450755890000.0,2015-12-22 03:44:50,+0000,,Live video from LZ-1 https://t.co/Ve6gEXfOdh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679145544673923072,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/679145419507548161/pu/img/6DQ1zHR6pVDCJdeV.jpg,False,10710,373,5027,,None,,,,,,,[],,,, +749,679142215981993984,679142215981993984,1450755096000.0,2015-12-22 03:31:36,+0000,,Falcon 9 standing on LZ-1 at Cape Canaveral https://t.co/RZdfcH0exW,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679142215981993984,[],['https://pbs.twimg.com/media/CWzMPm2U8AAca4k.jpg'],1,https://pbs.twimg.com/media/CWzMPm2U8AAca4k.jpg,False,9442,400,4333,,None,,,,,,,[],,,, +750,679138271084064768,679127406813188097,1450754156000.0,2015-12-22 03:15:56,+0000,,@morganpage thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679138271084064768,[],[],0,,False,173,13,3,,None,,,,,,,[],,,, +751,679137936416329728,679137936416329728,1450754076000.0,2015-12-22 03:14:36,+0000,,There and back again https://t.co/Ll7wg2hL1G,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679137936416329728,[],['https://pbs.twimg.com/media/CWzIWeAXIAAUQCF.jpg'],1,https://pbs.twimg.com/media/CWzIWeAXIAAUQCF.jpg,False,38608,1033,24231,,None,,,,,,,[],,,, +752,679137515543097345,679136936036990976,1450753976000.0,2015-12-22 03:12:56,+0000,,@Jon_Favreau Thanks Jon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679137515543097345,[],[],0,,False,310,9,22,,None,,,,,,,[],,,, +753,679127406813188097,679127406813188097,1450751566000.0,2015-12-22 02:32:46,+0000,,"11 satellites deployed to target orbit and Falcon has landed back at Cape Canaveral. Headed to LZ-1. Welcome back, baby!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/679127406813188097,[],[],0,,False,17365,1037,8653,,None,,,,,,,[],,,, +754,679110356224991232,679110356224991232,1450747500000.0,2015-12-22 01:25:00,+0000,,Background on the launch https://t.co/1SkttU684X,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/679110356224991232,['http://www.spacex.com/news/2015/12/21/background-tonights-launch'],[],0,,False,2117,210,938,,None,,,,,,,[],,,, +755,678732298532085761,678732298532085761,1450657364000.0,2015-12-21 00:22:44,+0000,,Launch & landing can be seen on the https://t.co/bDd3GxQXMC webcast or in person from Cape Canaveral public causeway at 8:33pm local tmrw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/678732298532085761,['http://SpaceX.com'],[],0,,False,2743,228,1738,,None,,,,,,,[],,,, +756,678679083782377472,678679083782377472,1450644677000.0,2015-12-20 20:51:17,+0000,,Just reviewed mission params w SpaceX team. Monte Carlo runs show tmrw night has a 10% higher chance of a good landing. Punting 24 hrs.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/678679083782377472,[],[],0,,False,2485,193,1053,,None,,,,,,,[],,,, +757,678152249369952258,678152249369952258,1450519070000.0,2015-12-19 09:57:50,+0000,,Currently looking good for a Sunday night (~8pm local) attempted orbital launch and rocket landing at Cape Canaveral,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/678152249369952258,[],[],0,,False,3796,265,1694,,None,,,,,,,[],,,, +758,678065851199651840,678065339649757184,1450498471000.0,2015-12-19 04:14:31,+0000,,Meant to reply to this article: https://t.co/JRvXcTG3el,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/678065851199651840,['http://www.latimes.com/business/la-fi-1216-tesla-credits-20151216-story.html'],[],0,,False,692,76,169,,None,,,,,,,[],,,, +759,678065339649757184,678065339649757184,1450498349000.0,2015-12-19 04:12:29,+0000,,This article does not appreciate that Tesla is in California despite taxes net of rebates being higher. Incentives only a partial offset.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/678065339649757184,[],[],0,,False,989,92,195,,None,,,,,,,[],,,, +760,678004229047357440,678004229047357440,1450483779000.0,2015-12-19 00:09:39,+0000,,"Static fire test looks good. Pending data review, will aim to launch Sunday.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/678004229047357440,[],[],0,,False,2532,154,891,,None,,,,,,,[],,,, +761,677980503459270657,677970721730002944,1450478122000.0,2015-12-18 22:35:22,+0000,,Rounding up to 1 sec for a bit of timing margin. Updating flight computer command sequence …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/677980503459270657,[],[],0,,False,633,65,116,,None,,,,,,,[],,,, +762,677970721730002944,677970721730002944,1450475790000.0,2015-12-18 21:56:30,+0000,,Aborted on ignition timing due to slow ground side valve. Adjusting ignition sequence by 0.6 secs for next attempt.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/677970721730002944,[],[],0,,False,964,103,220,,None,,,,,,,[],,,, +763,677961117595906048,677961117595906048,1450473501000.0,2015-12-18 21:18:21,+0000,,About 2 mins from static fire,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/677961117595906048,[],[],0,,False,839,107,184,,None,,,,,,,[],,,, +764,677949037815840768,677945101184708609,1450470620000.0,2015-12-18 20:30:20,+0000,,@elonmusk holding for issue resolution,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/677949037815840768,[],[],0,,False,382,38,84,,None,,,,,,,[],,,, +765,677945101184708609,677945101184708609,1450469682000.0,2015-12-18 20:14:42,+0000,,Abort triggered by flight computer on upper stage throttle valve. Adjusting thresholds and restarting count at T-10 mins.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/677945101184708609,[],[],0,,False,842,79,257,,None,,,,,,,[],,,, +766,677940293212102656,677940293212102656,1450468536000.0,2015-12-18 19:55:36,+0000,,5 mins from static fire test,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/677940293212102656,[],[],0,,False,1279,143,351,,None,,,,,,,[],,,, +767,677666779494248449,677660460230041600,1450403325000.0,2015-12-18 01:48:45,+0000,,"@lukealization yes, from 70F to 20 F",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677666779494248449,[],[],0,,False,106,13,10,,None,,,,,,,[],,,, +768,677666464208416768,677660460230041600,1450403250000.0,2015-12-18 01:47:30,+0000,,@craigcocca It worked in Texas,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677666464208416768,[],[],0,,False,103,4,11,,None,,,,,,,[],,,, +769,677663227271118848,677660460230041600,1450402478000.0,2015-12-18 01:34:38,+0000,,@PaigeANjax -340 F in this case. Deep cryo increases density and amplifies rocket performance. First time anyone has gone this low for O2.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677663227271118848,[],[],0,,False,535,54,161,,None,,,,,,,[],,,, +770,677660460230041600,677660460230041600,1450401818000.0,2015-12-18 01:23:38,+0000,,Falcon 9 is vertical on the launch pad at Cape Canaveral. Working towards static fire. Deep cryo liquid oxygen presenting some challenges.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677660460230041600,[],[],0,,False,2416,154,794,,None,,,,,,,[],,,, +771,677646796311670786,677631711744794624,1450398560000.0,2015-12-18 00:29:20,+0000,,@mashabletech @mashable Not really my letter (no authorship contribution). Just agreed to add my name when they asked.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/677646796311670786,[],[],0,,False,78,7,14,,None,,,,,,,[],,,, +772,677403793651175424,677403793651175424,1450340624000.0,2015-12-17 08:23:44,+0000,,Vance article on self-driving cars was inaccurate https://t.co/AV636KAcKH,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/677403793651175424,['http://ts.la/p3n'],[],0,,False,1080,82,500,,None,,,,,,,[],,,, +773,675431513211600896,675431513211600896,1449870396000.0,2015-12-11 21:46:36,+0000,,Announcing formation of @open_ai … https://t.co/Fcouhwh6MC,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/675431513211600896,['https://openai.com/blog/introducing-openai/'],[],0,,False,4218,238,3546,,None,,,,,,,[],,,, +774,674885173838680064,674885173838680064,1449740138000.0,2015-12-10 09:35:38,+0000,,Aiming for Falcon rocket static fire at Cape Canaveral on the 16th and launch about three days later,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/674885173838680064,[],[],0,,False,3232,203,1246,,None,,,,,,,[],,,, +775,674879202554875904,656973991379378176,1449738715000.0,2015-12-10 09:11:55,+0000,,@laulauritzen Agreed. Working on it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/674879202554875904,[],[],0,,False,72,9,10,,None,,,,,,,[],,,, +776,674715937610719232,674715937610719232,1449699789000.0,2015-12-09 22:23:09,+0000,,wow https://t.co/T7PFpoqpEx,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/674715937610719232,['https://twitter.com/DiscoverMag/status/674713782778654721'],[],0,,False,1602,59,674,https://twitter.com/DiscoverMag/status/674713782778654721,None,,,,,,,[],,,, +777,673606425109639168,673606181584171009,1449435261000.0,2015-12-06 20:54:21,+0000,,@NASA Best of luck to the Cygnus launch,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/673606425109639168,[],[],0,,False,706,27,138,,None,,,,,,,[],,,, +778,672594704467267584,672535366096785408,1449194048000.0,2015-12-04 01:54:08,+0000,,@MikeBloomberg Nice ride! Looking forward to seeing you tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/672594704467267584,[],[],0,,False,158,12,25,,None,,,,,,,[],,,, +779,672387989260095489,672387989260095489,1449144763000.0,2015-12-03 12:12:43,+0000,,Good summary of my talk in Paris on climate change https://t.co/n27JiXUsW9,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,12,https://twitter.com/elonmusk/status/672387989260095489,['http://fortune.com/2015/12/02/elon-musk-carbon-tax-paris/'],[],0,,False,2274,175,1508,,None,,,,,,,[],,,, +780,672102667213115393,672102667213115393,1449076737000.0,2015-12-02 17:18:57,+0000,,About to give a talk at the Sorbonne https://t.co/j7iVq1GycH,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/672102667213115393,['https://twitter.com/sorbonneparis1/status/672085311401381888'],[],0,,False,1051,111,319,https://twitter.com/sorbonneparis1/status/672085311401381888,None,,,,,,,[],,,, +781,669209994693251075,669111829205938177,1448387070000.0,2015-11-24 17:44:30,+0000,,"@ID_AA_Carmack Yep, good points. I hope you get back into space some day!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/669209994693251075,[],[],0,,False,324,17,47,,None,,,,,,,[],,,, +782,669202543109509120,669202543109509120,1448385294000.0,2015-11-24 17:14:54,+0000,,But credit for 1st reusable suborbital rocket goes to X-15 https://t.co/LSb0f8FLJd And Burt Rutan for commercial https://t.co/TGWlNjsyQz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/669202543109509120,"['https://en.m.wikipedia.org/wiki/North_American_X-15', 'https://en.m.wikipedia.org/wiki/SpaceShipOne']",[],0,,False,1131,103,430,,None,,,,,,,[],,,, +783,669199392231063552,669199392231063552,1448384542000.0,2015-11-24 17:02:22,+0000,,Jeff maybe unaware SpaceX suborbital VTOL flight began 2013. Orbital water landing 2014. Orbital land landing next. https://t.co/S6WMRnEFY5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/669199392231063552,['https://m.youtube.com/watch?v=2t15vP1PyoA'],[],0,,False,1581,140,792,,None,,,,,,,[],,,, +784,669194136248041472,669111829205938177,1448383289000.0,2015-11-24 16:41:29,+0000,,"@JeffBezos Not quite ""rarest"". SpaceX Grasshopper rocket did 6 suborbital flights 3 years ago & is still around. https://t.co/6j9ERKCNZl",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/669194136248041472,[],['https://pbs.twimg.com/media/CUl0gkJW4AAQQjB.jpg'],1,https://pbs.twimg.com/media/CUl0gkJW4AAQQjB.jpg,False,2161,128,873,,None,,,,,,,[],,,, +785,669132749500887040,669129655597731841,1448368654000.0,2015-11-24 12:37:34,+0000,,@TobiasVdb The F9 booster can reach low orbit as a single stage if not carrying the upper stage and a heavy satellite.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669132749500887040,[],[],0,,False,203,12,61,,None,,,,,,,[],,,, +786,669131093379956736,669129655597731841,1448368259000.0,2015-11-24 12:30:59,+0000,,"Getting to space needs ~Mach 3, but GTO orbit requires ~Mach 30. The energy needed is the square, i.e. 9 units for space and 900 for orbit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669131093379956736,[],[],0,,False,1685,93,766,,None,,,,,,,[],,,, +787,669129655597731841,669129655597731841,1448367916000.0,2015-11-24 12:25:16,+0000,,"It is, however, important to clear up the difference between ""space"" and ""orbit"", as described well by https://t.co/7PD42m37fZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669129655597731841,['https://what-if.xkcd.com/58/'],[],0,,False,2796,108,1433,,None,,,,,,,[],,,, +788,669129347555430400,669129347555430400,1448367842000.0,2015-11-24 12:24:02,+0000,,Congrats to Jeff Bezos and the BO team for achieving VTOL on their booster,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669129347555430400,[],[],0,,False,2730,80,1335,,None,,,,,,,[],,,, +789,667537317037404160,667517215390863360,1447988273000.0,2015-11-20 02:57:53,+0000,,"@levie Sounds perfect, you had me at ""enterprise"".",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/667537317037404160,[],[],0,,False,630,39,90,,None,,,,,,,[],,,, +790,667536629830017024,667517215390863360,1447988109000.0,2015-11-20 02:55:09,+0000,,@StartupLJackson Yeah and hell yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/667536629830017024,[],[],0,,False,630,21,92,,None,,,,,,,[],,,, +791,667519604537724928,667517215390863360,1447984050000.0,2015-11-20 01:47:30,+0000,,@atduarte From anywhere,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667519604537724928,[],[],0,,False,131,4,23,,None,,,,,,,[],,,, +792,667519445414252544,667517215390863360,1447984012000.0,2015-11-20 01:46:52,+0000,,Should mention that I will be interviewing people personally and Autopilot reports directly to me. This is a super high priority.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667519445414252544,[],[],0,,False,3171,309,1533,,None,,,,,,,[],,,, +793,667517215390863360,667517215390863360,1447983480000.0,2015-11-20 01:38:00,+0000,,We are looking for hardcore software engineers. No prior experience with cars required. Please include code sample or link to your work.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667517215390863360,[],[],0,,False,4605,750,3876,,None,,,,,,,[],,,, +794,667516705116065792,667516705116065792,1447983359000.0,2015-11-20 01:35:59,+0000,,"Ramping up the Autopilot software team at Tesla to achieve generalized full autonomy. If interested, contact autopilot@teslamotors.com.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667516705116065792,[],[],0,,False,2925,201,1850,,None,,,,,,,[],,,, +795,663290006992236544,663200379132248065,1446975635000.0,2015-11-08 09:40:35,+0000,,@drew definitely aliens!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/663290006992236544,[],[],0,,False,152,19,30,,None,,,,,,,[],,,, +796,662039125898334209,662017187486556160,1446677402000.0,2015-11-04 22:50:02,+0000,,@kevinmitnick Current production is LTE. Can be upgraded by service.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/662039125898334209,[],[],0,,False,159,32,16,,None,,,,,,,[],,,, +797,661293692410445824,661179848807829504,1446499677000.0,2015-11-02 21:27:57,+0000,,@BjornNyland @TeslaMotors well done!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/661293692410445824,[],[],0,,False,219,17,33,,None,,,,,,,[],,,, +798,660693896553324545,660608695722635264,1446356674000.0,2015-11-01 05:44:34,+0000,,@ID_AA_Carmack noted,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/660693896553324545,[],[],0,,False,375,20,59,,None,,,,,,,[],,,, +799,660117630175412224,660115971575840769,1446219282000.0,2015-10-30 15:34:42,+0000,,"@GertAbildskov Wow, that's great!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/660117630175412224,[],[],0,,False,63,2,6,,None,,,,,,,[],,,, +800,659543458953101312,659543458953101312,1446082388000.0,2015-10-29 01:33:08,+0000,,Model S Ludicrous Mode achieves 2.6 sec 0-60 mph and 10.9 sec 1/4 mile in Motor Trend test https://t.co/IpgTF6s9M8,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/659543458953101312,['http://m.motortrend.com/roadtests/sedans/2015-tesla-model-s-p90d-ludicrous-upgrade-first-test-review/??sm_id=social_aumomotortrendhub_MotorTrend_20151028_54607566&adbid=659489836311556096&adbpl=tw&adbpr=25383000'],[],0,,False,2107,175,1259,,None,,,,,,,[],,,, +801,659541500712251392,659518824547549184,1446081922000.0,2015-10-29 01:25:22,+0000,,"@MacTechGenius yes, comes with each car",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/659541500712251392,[],[],0,,False,49,5,6,,None,,,,,,,[],,,, +802,658842380922023936,658842380922023936,1445915238000.0,2015-10-27 03:07:18,+0000,,"Compliment from Jeffrey is much appreciated, but the people of Tesla deserve all the credit",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/658842380922023936,[],[],0,,False,1249,90,226,,None,,,,,,,[],,,, +803,658780657103978496,658780657103978496,1445900522000.0,2015-10-26 23:02:02,+0000,,I should clarify that https://t.co/iUX7wkMxY8 is an independent website. We don't have any control over the content.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/658780657103978496,['http://teslamotorsclub.com'],[],0,,False,572,59,136,,None,,,,,,,[],,,, +804,658735748498100225,658735748498100225,1445889815000.0,2015-10-26 20:03:35,+0000,,Cool! https://t.co/HOe0K7qkuk,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/658735748498100225,['https://twitter.com/bonnienorman/status/658630338038661121'],[],0,,False,1074,58,359,https://twitter.com/bonnienorman/status/658630338038661121,None,,,,,,,[],,,, +805,658657239331270656,657685372579745793,1445871097000.0,2015-10-26 14:51:37,+0000,,"@anakinSGE Hopefully, mid to late next year. We are being more cautious abt expanding countries to ensure a great user experience each time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/658657239331270656,[],[],0,,False,66,7,12,,None,,,,,,,[],,,, +806,658358794292891648,658354915824173056,1445799942000.0,2015-10-25 19:05:42,+0000,,"@GangsOfGtown Given high local demand, a Gigafactory in India would probably make sense in the long term.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/658358794292891648,[],[],0,,False,219,50,158,,None,,,,,,,[],,,, +807,658358303454420992,658354915824173056,1445799825000.0,2015-10-25 19:03:45,+0000,,"@abrax4s Yes, establishing charging and service infrastructure in Mexico now. Official launch in next several months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/658358303454420992,[],[],0,,False,109,6,50,,None,,,,,,,[],,,, +808,658357909265362944,658354915824173056,1445799731000.0,2015-10-25 19:02:11,+0000,,@javashri Auto import duties are prohibitively high. Hoping for a special category for EVs. Most of our discussion was about batteries.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/658357909265362944,[],[],0,,False,78,4,28,,None,,,,,,,[],,,, +809,658357058106822656,658354915824173056,1445799528000.0,2015-10-25 18:58:48,+0000,,@roneijlander We just finished building a huge expansion in Tilburg!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658357058106822656,[],[],0,,False,71,3,12,,None,,,,,,,[],,,, +810,658356679793205248,658354915824173056,1445799438000.0,2015-10-25 18:57:18,+0000,,"These are all things I've said before and are naturally needed to improve in-market affordability, so no real news here.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658356679793205248,[],[],0,,False,770,64,148,,None,,,,,,,[],,,, +811,658356079026270208,658354915824173056,1445799295000.0,2015-10-25 18:54:55,+0000,,Model 3 is due in ~2 yrs. A China factory for local demand cd be as soon as a year after. A factory in Europe wd happen for same reason.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658356079026270208,[],[],0,,False,1035,93,385,,None,,,,,,,[],,,, +812,658354915824173056,658354915824173056,1445799018000.0,2015-10-25 18:50:18,+0000,,My comments in China weren't transcribed correctly. Tesla will keep making cars & batteries in CA & NV as far into future as I can imagine.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658354915824173056,[],[],0,,False,1506,87,533,,None,,,,,,,[],,,, +813,657704144267059200,656973991379378176,1445643862000.0,2015-10-23 23:44:22,+0000,,"@JessicaTetreau important to set AC to not recirc (air exits thru rear) and use the snap in shade, which Tesla service can provide",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/657704144267059200,[],[],0,,False,52,6,4,,None,,,,,,,[],,,, +814,657702829398822912,657686500310700032,1445643548000.0,2015-10-23 23:39:08,+0000,,@shanenickerson Amount of change needed is enormous - like a spinal cord transplant. Would cost less and work better with a new car.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/657702829398822912,[],[],0,,False,65,7,6,,None,,,,,,,[],,,, +815,657686500310700032,657686500310700032,1445639655000.0,2015-10-23 22:34:15,+0000,,"Autopilot 1.01 coming soon: curve speed adaption, controller smoothness, better lane holding on poor roads, improved fleet learning!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/657686500310700032,[],[],0,,False,2589,174,1214,,None,,,,,,,[],,,, +816,657685372579745793,657685372579745793,1445639386000.0,2015-10-23 22:29:46,+0000,,"Regulatory approvals received, so Autopilot rolling out to all countries! (Excluding Japan, which is still under review)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/657685372579745793,[],[],0,,False,2057,178,1198,,None,,,,,,,[],,,, +817,657141296050606080,656973991379378176,1445509668000.0,2015-10-22 10:27:48,+0000,,@JarkkoKuoppala all,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/657141296050606080,[],[],0,,False,61,9,12,,None,,,,,,,[],,,, +818,657110887707361280,656973991379378176,1445502418000.0,2015-10-22 08:26:58,+0000,,@backseatdiver Hoping for Friday release,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/657110887707361280,[],[],0,,False,67,18,11,,None,,,,,,,[],,,, +819,657106581893574656,656973991379378176,1445501392000.0,2015-10-22 08:09:52,+0000,,@elonmusk Good feedback. Will write up a list of software priorities in the coming weeks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/657106581893574656,[],[],0,,False,531,123,66,,None,,,,,,,[],,,, +820,656973991379378176,656973991379378176,1445469780000.0,2015-10-21 23:23:00,+0000,,What esthetic and functionality improvements would you like to see in the 7.1 UI overhaul? Or new features entirely?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656973991379378176,[],[],0,,False,953,2199,235,,None,,,,,,,[],,,, +821,656973325172920320,656970996801474560,1445469621000.0,2015-10-21 23:20:21,+0000,,@sAlmaneei already in Jordan. Rest of states in region next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656973325172920320,[],[],0,,False,56,9,11,,None,,,,,,,[],,,, +822,656973144306094080,656970117721534464,1445469578000.0,2015-10-21 23:19:38,+0000,,@bonnienorman thanks Bonnie :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656973144306094080,[],[],0,,False,60,0,6,,None,,,,,,,[],,,, +823,656972712649359360,656970996801474560,1445469475000.0,2015-10-21 23:17:55,+0000,,@M4XRodri planning to have a big opening in Mexico City soon and then proceed gradually to central and South America.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656972712649359360,[],[],0,,False,97,17,33,,None,,,,,,,[],,,, +824,656972435401678848,656970996801474560,1445469409000.0,2015-10-21 23:16:49,+0000,,@octomagon me too:,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656972435401678848,[],[],0,,False,69,3,6,,None,,,,,,,[],,,, +825,656972046639984644,656971421025894400,1445469316000.0,2015-10-21 23:15:16,+0000,,@jonthomason yay! Always happy to make others happy,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656972046639984644,[],[],0,,False,46,3,5,,None,,,,,,,[],,,, +826,656971866163277825,656970996801474560,1445469273000.0,2015-10-21 23:14:33,+0000,,@thebradholt big UI update coming in V7.1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656971866163277825,[],[],0,,False,45,2,4,,None,,,,,,,[],,,, +827,656971573337944065,656971573337944065,1445469203000.0,2015-10-21 23:13:23,+0000,,"@ryybuzz we won't be, but yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656971573337944065,[],[],0,,False,19,2,2,,None,,,,,,,[],,,, +828,656970996801474560,656970996801474560,1445469066000.0,2015-10-21 23:11:06,+0000,,"Tesla gets top rating of any company in service. Most important, CR says 97% of owners expect their next car to be a Tesla (the acid test).",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656970996801474560,[],[],0,,False,2148,147,896,,None,,,,,,,[],,,, +829,656970117721534464,656970117721534464,1445468856000.0,2015-10-21 23:07:36,+0000,,Consumer Reports reliability survey includes a lot of early production cars. Already addressed in new cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656970117721534464,[],[],0,,False,1044,141,463,,None,,,,,,,[],,,, +830,656968629913821184,656968351105683461,1445468501000.0,2015-10-21 23:01:41,+0000,,@drew already there,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656968629913821184,[],[],0,,False,79,8,9,,None,,,,,,,[],,,, +831,656947037464870912,656947037464870912,1445463353000.0,2015-10-21 21:35:53,+0000,,Congrats on driving a Tesla from LA to NY in just over two days! https://t.co/hjAnAAIdMB,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/656947037464870912,['https://twitter.com/thedrive/status/656940661934063618'],[],0,,False,1104,45,441,https://twitter.com/thedrive/status/656940661934063618,None,,,,,,,[],,,, +832,655999309620506626,655999309620506626,1445237397000.0,2015-10-19 06:49:57,+0000,,Autopilot release to Europe and Asia pending regulatory approval. Hopefully get the ok in the next few weeks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/655999309620506626,[],[],0,,False,1820,177,814,,None,,,,,,,[],,,, +833,655256305209184258,654696934205059072,1445060251000.0,2015-10-17 05:37:31,+0000,,@Meddd__ @aaronpaul_8 Watched the whole series. One of the best tv shows ever.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/655256305209184258,[],[],0,,False,426,13,55,,None,,,,,,,[],,,, +834,655254071058657280,654696934205059072,1445059719000.0,2015-10-17 05:28:39,+0000,,"@aaronpaul_8 um, thanks, I like your work too",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/655254071058657280,[],[],0,,False,792,26,132,,None,,,,,,,[],,,, +835,654698139249565697,654696934205059072,1444927174000.0,2015-10-15 16:39:34,+0000,,@aaronpaul_8 sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/654698139249565697,[],[],0,,False,1742,35,319,,None,,,,,,,[],,,, +836,654521829789270016,654521275268771840,1444885139000.0,2015-10-15 04:58:59,+0000,,@elimelechweiss actually works best at night,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/654521829789270016,[],[],0,,False,75,12,11,,None,,,,,,,[],,,, +837,654521665305473024,654521665305473024,1444885100000.0,2015-10-15 04:58:20,+0000,,Review of Model S by @MrTeller http://t.co/eF7ICE9ef4,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/654521665305473024,['http://www.teslamotors.com/customer-stories/i-now-love-drive'],[],0,,False,1676,53,548,,None,,,,,,,[],,,, +838,654405293959327744,654390042538995716,1444857354000.0,2015-10-14 21:15:54,+0000,,"@roymoody Depends on regulatory approval, but hopefully end of next week",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/654405293959327744,[],[],0,,False,37,6,8,,None,,,,,,,[],,,, +839,654404618856755200,654403792402841600,1444857194000.0,2015-10-14 21:13:14,+0000,,@MRamseyWSJ 1.5 million miles per day,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/654404618856755200,[],[],0,,False,52,4,11,,None,,,,,,,[],,,, +840,653220917963657217,653005894922276865,1444574977000.0,2015-10-11 14:49:37,+0000,,@aikisteve @andrewshiamone V7.1,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/653220917963657217,[],[],0,,False,63,22,4,,None,,,,,,,[],,,, +841,653062690147975169,653005894922276865,1444537253000.0,2015-10-11 04:20:53,+0000,,"@lordsshrivas Lots of upgrades and a new look, although main UI upgrade coming with 7.1",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/653062690147975169,[],[],0,,False,83,11,19,,None,,,,,,,[],,,, +842,653031144179433472,653005894922276865,1444529732000.0,2015-10-11 02:15:32,+0000,,@heosat ww,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653031144179433472,[],[],0,,False,54,2,4,,None,,,,,,,[],,,, +843,653029223779557376,653005894922276865,1444529274000.0,2015-10-11 02:07:54,+0000,,@madolfsson roughly 5 days,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653029223779557376,[],[],0,,False,42,3,4,,None,,,,,,,[],,,, +844,653028711768285184,653005894922276865,1444529152000.0,2015-10-11 02:05:52,+0000,,@MPa81 @bonnienorman same,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653028711768285184,[],[],0,,False,33,3,3,,None,,,,,,,[],,,, +845,653028177896312832,653005894922276865,1444529024000.0,2015-10-11 02:03:44,+0000,,@TeslaPittsburgh Non-autopilot will have a new interface too. More comprehensive UI update coming with 7.1.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653028177896312832,[],[],0,,False,95,5,30,,None,,,,,,,[],,,, +846,653010368583741440,653005894922276865,1444524778000.0,2015-10-11 00:52:58,+0000,,@andrewshiamone yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653010368583741440,[],[],0,,False,60,5,3,,None,,,,,,,[],,,, +847,653005894922276865,653005894922276865,1444523712000.0,2015-10-11 00:35:12,+0000,,Some exciting news this week: Tesla Version 7 software with Autopilot goes to wide release on Thursday!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653005894922276865,[],[],0,,False,3481,232,2079,,None,,,,,,,[],,,, +848,653004922984660992,652999299903524864,1444523480000.0,2015-10-11 00:31:20,+0000,,"CH4 rapidly decays back to CO2 & is absorbed by plants. What matters is adding new carbon to surface cycle from underground oil, gas & coal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653004922984660992,[],[],0,,False,645,61,235,,None,,,,,,,[],,,, +849,653003966058377216,652999299903524864,1444523252000.0,2015-10-11 00:27:32,+0000,,"@HamiltonOfiyai Intentions are good, but massively overweights CH4's effect on climate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653003966058377216,[],[],0,,False,235,22,47,,None,,,,,,,[],,,, +850,652994832399470592,652994832399470592,1444521074000.0,2015-10-10 23:51:14,+0000,,Tesla P85D (assembled in Tilburg) beats 650 hp MacLaren from 0 to 150km/h in Dutch magazine test http://t.co/HKbOyFgUzi,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/652994832399470592,['http://m.telegraaf.nl/autovisie/article/24599505/autovisie-tv-elektrische-auto-maakt-gehakt-van-supercar?utm_source=mail&utm_medium=email&utm_campaign=email'],[],0,,False,1768,118,1090,,None,,,,,,,[],,,, +851,652643128181026816,652628757279215616,1444437221000.0,2015-10-10 00:33:41,+0000,,"@appleinsider I didn't walk back anything, apart from media hype",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/652643128181026816,[],[],0,,False,257,38,63,,None,,,,,,,[],,,, +852,652609347252412416,652605371857530880,1444429167000.0,2015-10-09 22:19:27,+0000,,@YoApp yo,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/652609347252412416,[],[],0,,False,551,31,170,,None,,,,,,,[],,,, +853,652607370921570304,652607370921570304,1444428696000.0,2015-10-09 22:11:36,+0000,,"Regarding the watch, Jony & his team created a beautiful design, but the functionality isn't compelling yet. By version 3, it will be.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/652607370921570304,[],[],0,,False,1903,215,791,,None,,,,,,,[],,,, +854,652605371857530880,652605371857530880,1444428220000.0,2015-10-09 22:03:40,+0000,,"Yo, I don't hate Apple. It's a great company with a lot of talented people. I love their products and I'm glad they're doing an EV.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/652605371857530880,[],[],0,,False,4944,388,2604,,None,,,,,,,[],,,, +855,652355134454808577,652355134454808577,1444368558000.0,2015-10-09 05:29:18,+0000,,Peak temp increases due to climate change http://t.co/dThGhXd6MT,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/652355134454808577,['http://www.washingtonpost.com/news/energy-environment/wp/2015/09/09/the-simple-statistic-that-perfectly-captures-what-climate-change-means/'],[],0,,False,980,86,784,,None,,,,,,,[],,,, +856,650107726509404160,650107726509404160,1443832735000.0,2015-10-03 00:38:55,+0000,,Mostly accurate and fun movie about Mars. Worth seeing. https://t.co/6ujt1DG5j5,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/650107726509404160,['https://twitter.com/martianmovie/status/633986792216092678'],[],0,,False,3809,239,1742,https://twitter.com/martianmovie/status/633986792216092678,None,,,,,,,[],,,, +857,650081625200545792,650076768712437760,1443826512000.0,2015-10-02 22:55:12,+0000,,@Avron_p you can mount a rack to the roof via suction cups and still have one Falcon door work fine. Guaranteed up to 140 mph.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650081625200545792,[],[],0,,False,123,18,27,,None,,,,,,,[],,,, +858,650080562556858368,649241086750273536,1443826258000.0,2015-10-02 22:50:58,+0000,,@stumplahoma @mashable door is larger than opening and acts as an umbrella. Upper interior trim has hydrophobic coating.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650080562556858368,[],[],0,,False,117,5,13,,None,,,,,,,[],,,, +859,650080098335477761,649241086750273536,1443826148000.0,2015-10-02 22:49:08,+0000,,@sasatokic @mashable Front doors have a short arc and their interior panels are chamfered back,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650080098335477761,[],[],0,,False,62,3,7,,None,,,,,,,[],,,, +860,650079603122438144,650079603122438144,1443826029000.0,2015-10-02 22:47:09,+0000,,"Model X Bioweapon Defense Mode definitely filters viruses btw, even the small ones. Has hospital operating room level filtering.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650079603122438144,[],[],0,,False,2742,239,1469,,None,,,,,,,[],,,, +861,650078752626593793,650076768712437760,1443825827000.0,2015-10-02 22:43:47,+0000,,"@achailleux am def 6'2""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650078752626593793,[],[],0,,False,63,8,11,,None,,,,,,,[],,,, +862,650076768712437760,650076768712437760,1443825354000.0,2015-10-02 22:35:54,+0000,,"CNN on how Falcon doors work in tight garages. Above 6 2' ft, my height :), doors work fine. http://t.co/zvhyqKGVtR",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650076768712437760,['http://money.cnn.com/2015/10/02/autos/tesla-falcon-wing-doors/'],[],0,,False,866,82,418,,None,,,,,,,[],,,, +863,650061966459863041,650061966459863041,1443821825000.0,2015-10-02 21:37:05,+0000,,Side view of Falcon Wing doors https://t.co/AbnMOcFXWv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/650061966459863041,['https://instagram.com/p/8Wb0WuQER4/'],[],0,,False,792,101,352,,None,,,,,,,[],,,, +864,650051962222739457,650039516435247104,1443819439000.0,2015-10-02 20:57:19,+0000,,"@johnzabroski thanks, that's a great idea. I think we can do that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/650051962222739457,[],[],0,,False,86,2,14,,None,,,,,,,[],,,, +865,649130149036687360,649130149036687360,1443599662000.0,2015-09-30 07:54:22,+0000,,"Btw, price of Model X is actually only $5k more than S. Lower cost versions coming later.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/649130149036687360,[],[],0,,False,2000,231,730,,None,,,,,,,[],,,, +866,648765057417895936,648764066823954432,1443512617000.0,2015-09-29 07:43:37,+0000,,@elonmusk California time,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/648765057417895936,[],[],0,,False,652,105,163,,None,,,,,,,[],,,, +867,648764066823954432,648764066823954432,1443512381000.0,2015-09-29 07:39:41,+0000,,Model X launch webcast live today 8pm at http://t.co/R1Z6eMTUbo. Time to show the real thing. http://t.co/oXMrucs8wJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/648764066823954432,['http://ts.la'],['https://pbs.twimg.com/media/CQDfeshUkAEKoel.jpg'],1,https://pbs.twimg.com/media/CQDfeshUkAEKoel.jpg,False,4705,248,3461,,None,,,,,,,[],,,, +868,647939356548730882,647939356548730882,1443315755000.0,2015-09-27 01:02:35,+0000,,Great discussion about solar/batteries empowering rural communities https://t.co/Qte2s55gnP,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/647939356548730882,['https://twitter.com/pmoindia/status/647901659033501697'],[],0,,False,1780,130,1519,https://twitter.com/pmoindia/status/647901659033501697,None,,,,,,,[],,,, +869,647209943515332608,647209943515332608,1443141849000.0,2015-09-25 00:44:09,+0000,,Dinner in an old Belgian ironmongery. Best menu art ever. http://t.co/3qUG1O6Q2v,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/647209943515332608,[],['https://pbs.twimg.com/media/CPtaAEuUAAAgXGM.jpg'],1,https://pbs.twimg.com/media/CPtaAEuUAAAgXGM.jpg,False,1685,139,402,,None,,,,,,,[],,,, +870,646814219178897408,646809468563361792,1443047501000.0,2015-09-23 22:31:41,+0000,,@deadmau5 It was super good,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/646814219178897408,[],[],0,,False,298,24,30,,None,,,,,,,[],,,, +871,646809468563361792,646809468563361792,1443046369000.0,2015-09-23 22:12:49,+0000,,Midnight dinner in Berlin http://t.co/PLXkR38d8e,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/646809468563361792,[],['https://pbs.twimg.com/media/CPntyN3UYAA-zIS.jpg'],1,https://pbs.twimg.com/media/CPntyN3UYAA-zIS.jpg,False,3247,333,774,,None,,,,,,,[],,,, +872,643538701981716481,643536351258910720,1442266557000.0,2015-09-14 21:35:57,+0000,,"In expendable mode, Falcon Heavy can send a fully loaded Dragon to Mars or a light Dragon to Jupiter's moons. Europa mission wd be cool.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/643538701981716481,[],[],0,,False,2945,251,1440,,None,,,,,,,[],,,, +873,643536351258910720,643536351258910720,1442265997000.0,2015-09-14 21:26:37,+0000,,Dragon 2 is designed to land on any surface (liquid or solid) in the solar system. Am glad to see people thinking about applications!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/643536351258910720,[],[],0,,False,2976,116,1287,,None,,,,,,,[],,,, +874,643535787334701056,643535787334701056,1442265862000.0,2015-09-14 21:24:22,+0000,,Researchers at @NASA propose using @SpaceX Falcon/Dragon for Mars sample return mission http://t.co/U6LNKyF4Jr,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/643535787334701056,['http://news.yahoo.com/red-dragon-mars-sample-return-mission-could-launch-114405239.html'],[],0,,False,1878,86,1158,,None,,,,,,,[],,,, +875,642961462676160513,642961462676160513,1442128933000.0,2015-09-13 07:22:13,+0000,,New model for evolution of intelligent life suggests probable emergence 2 billion years ago near galactic center http://t.co/8OUAOiiblh,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/642961462676160513,['http://online.liebertpub.com/doi/abs/10.1089/ast.2014.1192'],[],0,,False,2128,154,1138,,None,,,,,,,[],,,, +876,642801464163700736,642776648819937280,1442090786000.0,2015-09-12 20:46:26,+0000,,@Sethrogen thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/642801464163700736,[],[],0,,False,781,25,113,,None,,,,,,,[],,,, +877,642776648819937280,642776648819937280,1442084869000.0,2015-09-12 19:07:49,+0000,,"Btw, not saying we *should* nuke Mars -- just layin' out a few options …",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/642776648819937280,[],[],0,,False,6414,577,3637,,None,,,,,,,[],,,, +878,639180971418320896,639170376186990592,1441227593000.0,2015-09-02 20:59:53,+0000,,First production cars will be handed over on Sept 29 at our Fremont factory,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639180971418320896,[],[],0,,False,1596,197,624,,None,,,,,,,[],,,, +879,639180432001495040,639171847683227648,1441227465000.0,2015-09-02 20:57:45,+0000,,@ScottLucasNV Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639180432001495040,[],[],0,,False,77,12,12,,None,,,,,,,[],,,, +880,639175789116833792,639171847683227648,1441226358000.0,2015-09-02 20:39:18,+0000,,@ScottLucasNV Lithium deal is not exclusive & has many contingencies. The press on this matter is unwarranted.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639175789116833792,[],[],0,,False,96,13,47,,None,,,,,,,[],,,, +881,639172302530215936,639171519197777920,1441225526000.0,2015-09-02 20:25:26,+0000,,"@elonmusk $35k price, unveil in March, preorders start then.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639172302530215936,[],[],0,,False,3497,350,2301,,None,,,,,,,[],,,, +882,639171519197777920,639171519197777920,1441225340000.0,2015-09-02 20:22:20,+0000,,"Model 3, our smaller and lower cost sedan will start production in about 2 years. Fully operational Gigafactory needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639171519197777920,[],[],0,,False,4455,366,3614,,None,,,,,,,[],,,, +883,639170376186990592,639170376186990592,1441225067000.0,2015-09-02 20:17:47,+0000,,"With same options, Model X is $5k more than an S due to greater size & body complexity. Sig Series is fully loaded, hence high price.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639170376186990592,[],[],0,,False,1462,122,616,,None,,,,,,,[],,,, +884,635215467959812096,634111598387404800,1440282143000.0,2015-08-22 22:22:23,+0000,,"@Forbes I appreciate the kind words in the article, but, judging by the picture mods, it looks your Photoshop bill was very high.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/635215467959812096,[],[],0,,False,1902,95,803,,None,,,,,,,[],,,, +885,635214915934928896,635214915934928896,1440282012000.0,2015-08-22 22:20:12,+0000,,"True, but achieving a long range affordable electric vehicle has always been our long-term goal. Due in late 2017! https://t.co/2OrIYdoojs",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/635214915934928896,['https://twitter.com/forbes/status/634111598387404800'],[],0,,False,2509,227,1391,https://twitter.com/forbes/status/634111598387404800,None,,,,,,,[],,,, +886,633366904854462464,633366904854462464,1439841412000.0,2015-08-17 19:56:52,+0000,,Article on @SpaceX and colonizing Mars by @waitbutwhy http://t.co/HhBJ48QSMW,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/633366904854462464,['http://waitbutwhy.com/2015/08/how-and-why-spacex-will-colonize-mars.html'],[],0,,False,2255,115,1508,,None,,,,,,,[],,,, +887,633014219256926208,633014219256926208,1439757325000.0,2015-08-16 20:35:25,+0000,,Comments section on this article is awesome https://t.co/v4VY2IrALH,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/633014219256926208,['https://twitter.com/gizmodo/status/632992990261321728'],[],0,,False,1481,137,850,https://twitter.com/gizmodo/status/632992990261321728,None,,,,,,,[],,,, +888,630006872049737728,629820543601000448,1439040317000.0,2015-08-08 13:25:17,+0000,,"@BjornNyland Provided all ten take delivery, you have indeed!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/630006872049737728,[],[],0,,False,287,38,67,,None,,,,,,,[],,,, +889,629348240337580035,629348240337580035,1438883287000.0,2015-08-06 17:48:07,+0000,,Tesla Snakebot autocharger prototype. Does seem kinda wrong :) https://t.co/vXpCrKNdlV,nl,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/629348240337580035,['https://twitter.com/teslamotors/status/629305813912326146'],[],0,,False,2924,339,2253,https://twitter.com/teslamotors/status/629305813912326146,None,,,,,,,[],,,, +890,627183219713163264,627040381729906688,1438367106000.0,2015-07-31 18:25:06,+0000,,@CatherineMotuz yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/627183219713163264,[],[],0,,False,177,24,85,,None,,,,,,,[],,,, +891,627181831826337793,627040381729906688,1438366775000.0,2015-07-31 18:19:35,+0000,,"The car will learn over time, but there is a min caliber of starting quality.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/627181831826337793,[],[],0,,False,1217,121,431,,None,,,,,,,[],,,, +892,627042246471364608,627040639553830912,1438333496000.0,2015-07-31 09:04:56,+0000,,@tallakt Various forms of shades are being considered. May not be necessary though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/627042246471364608,[],[],0,,False,106,5,67,,None,,,,,,,[],,,, +893,627041173669048320,627040381729906688,1438333240000.0,2015-07-31 09:00:40,+0000,,@alipoursamar all regions,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/627041173669048320,[],[],0,,False,98,3,68,,None,,,,,,,[],,,, +894,627040639553830912,627040639553830912,1438333112000.0,2015-07-31 08:58:32,+0000,,Final corner case is dealing with low contrast lane markings (faded white on grey concrete) while driving into the sun at dusk,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/627040639553830912,[],[],0,,False,1448,208,645,,None,,,,,,,[],,,, +895,627040381729906688,627040381729906688,1438333051000.0,2015-07-31 08:57:31,+0000,,Almost ready to release highway autosteer and parallel autopark software update,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/627040381729906688,[],[],0,,False,4509,207,2634,,None,,,,,,,[],,,, +896,626780203533107200,626729611318050816,1438271020000.0,2015-07-30 15:43:40,+0000,,@Alyssa_Milano Thanks Alyssa!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/626780203533107200,[],[],0,,False,99,12,58,,None,,,,,,,[],,,, +897,626779726695297024,626683597735469056,1438270906000.0,2015-07-30 15:41:46,+0000,,@loic thanks Loic :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/626779726695297024,[],[],0,,False,74,3,56,,None,,,,,,,[],,,, +898,625893002490314753,625843527608459266,1438059494000.0,2015-07-28 04:58:14,+0000,,"@ID_AA_Carmack Even if inevitable, we should at least attempt to postpone the advent of AI weaponry. Sooner isn't better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/625893002490314753,[],[],0,,False,305,85,140,,None,,,,,,,[],,,, +899,625843527608459266,625843527608459266,1438047699000.0,2015-07-28 01:41:39,+0000,,"If you’re against a military AI arms race, please sign this open letter: http://t.co/yyF9rcm9jz",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/625843527608459266,['http://tinyurl.com/awletter'],[],0,,False,2697,303,2964,,None,,,,,,,[],,,, +900,625526696788291584,625516762558107648,1437972160000.0,2015-07-27 04:42:40,+0000,,@kevinmitnick probably end of year,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/625526696788291584,[],[],0,,False,137,20,52,,None,,,,,,,[],,,, +901,622223920318431232,622223920318431232,1437184717000.0,2015-07-18 01:58:37,+0000,,"Ludicrous speed, 70 kWh rear drive and 90 kWh battery pack http://t.co/kr9A0iXM58",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/622223920318431232,['http://ts.la/ab'],[],0,,False,2122,219,1132,,None,,,,,,,[],,,, +902,622065785268088834,622065785268088834,1437147015000.0,2015-07-17 15:30:15,+0000,,Model S product call at 11 today. Rocket discussion at noon on Monday.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/622065785268088834,[],[],0,,False,1596,141,750,,None,,,,,,,[],,,, +903,617851905969127425,617851905969127425,1436142348000.0,2015-07-06 00:25:48,+0000,,"Expect to reach preliminary conclusions regarding last flight by end of week. Will brief key customers & FAA, then post on our website.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/617851905969127425,[],[],0,,False,1970,215,1011,,None,,,,,,,[],,,, +904,615431934345216001,615431934345216001,1435565381000.0,2015-06-29 08:09:41,+0000,,Cause still unknown after several thousand engineering-hours of review. Now parsing data with a hex editor to recover final milliseconds.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/615431934345216001,[],[],0,,False,3458,659,2243,,None,,,,,,,[],,,, +905,615197659624816642,615194720759754752,1435509526000.0,2015-06-28 16:38:46,+0000,,@DavidBrin Thanks David,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/615197659624816642,[],[],0,,False,240,43,43,,None,,,,,,,[],,,, +906,615186062714011648,615175761343971328,1435506761000.0,2015-06-28 15:52:41,+0000,,"@adventFuturist yeah, not the best birthday",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615186062714011648,[],[],0,,False,455,114,201,,None,,,,,,,[],,,, +907,615185689999765504,615185076813459456,1435506672000.0,2015-06-28 15:51:12,+0000,,That's all we can say with confidence right now. Will have more to say following a thorough fault tree analysis.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615185689999765504,[],[],0,,False,1773,294,1140,,None,,,,,,,[],,,, +908,615185076813459456,615185076813459456,1435506526000.0,2015-06-28 15:48:46,+0000,,There was an overpressure event in the upper stage liquid oxygen tank. Data suggests counterintuitive cause.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615185076813459456,[],[],0,,False,2965,428,3604,,None,,,,,,,[],,,, +909,615178702343786498,615167185229619202,1435505006000.0,2015-06-28 15:23:26,+0000,,@juanmlemao Thanks :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615178702343786498,[],[],0,,False,219,7,32,,None,,,,,,,[],,,, +910,615167185229619202,615167185229619202,1435502260000.0,2015-06-28 14:37:40,+0000,,Falcon 9 experienced a problem shortly before first stage shutdown. Will provide more info as soon as we review the data.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/615167185229619202,[],[],0,,False,3560,782,4470,,None,,,,,,,[],,,, +911,614874698741084161,614874698741084161,1435432526000.0,2015-06-27 19:15:26,+0000,,Drone hexacopter takes pic of drone ship OCISLY on station in the Atlantic https://t.co/DONcOD8hSD,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/614874698741084161,['https://instagram.com/p/4cagTNQEYi/'],[],0,,False,1083,107,691,,None,,,,,,,[],,,, +912,614814177962627072,614814177962627072,1435418097000.0,2015-06-27 15:14:57,+0000,,"Droneship ""Of Course I Still Love You"" just before it left port https://t.co/rhn4z82NVl",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/614814177962627072,['https://instagram.com/p/4brlooQEVx/'],[],0,,False,977,86,610,,None,,,,,,,[],,,, +913,614756523244437504,614756523244437504,1435404351000.0,2015-06-27 11:25:51,+0000,,"Trying for another rocket landing tmrw. This time on the droneship ""Of Course I Still Love You"". https://t.co/6LGnzhWLLr",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/614756523244437504,['https://twitter.com/spacex/status/614551591601844224'],[],0,,False,1666,152,1222,https://twitter.com/spacex/status/614551591601844224,None,,,,,,,[],,,, +914,614755637403193344,614209758497779712,1435404140000.0,2015-06-27 11:22:20,+0000,,@NoMansSky You're welcome. Good conversation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/614755637403193344,[],[],0,,False,131,7,26,,None,,,,,,,[],,,, +915,614645132181291008,614626025960570880,1435377793000.0,2015-06-27 04:03:13,+0000,,@connollyjeff1 @TheStreet End of year,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/614645132181291008,[],[],0,,False,144,15,47,,None,,,,,,,[],,,, +916,614626025960570880,614626025960570880,1435373238000.0,2015-06-27 02:47:18,+0000,,Credit for SolarCity is really due to Rive bros & great team there. My contribution is fairly small. http://t.co/AVkHMz2bmS via @thestreet,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/614626025960570880,['http://www.thestreet.com/story/13200976/1/teslas-elon-musk-takes-solar-financing-to-the-brink-of-change.html'],[],0,,False,667,47,306,,None,,,,,,,[],,,, +917,613366102756712448,613366102756712448,1435072849000.0,2015-06-23 15:20:49,+0000,,Important to note that Model S resale value is also higher than that of gasoline cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/613366102756712448,[],[],0,,False,1561,141,798,,None,,,,,,,[],,,, +918,612019874773078016,612019874773078016,1434751883000.0,2015-06-19 22:11:23,+0000,,Tesla service team helps save a stray kitten that took refuge in a Model S. Nice work guys! https://t.co/Ddp5K9MpW2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/612019874773078016,['https://vimeo.com/129510054'],[],0,,False,1630,139,811,,None,,,,,,,[],,,, +919,610484933132292096,610484933132292096,1434385924000.0,2015-06-15 16:32:04,+0000,,"To be clear, SpaceX is supporting a student design competition for STEM, not trying to build Hyperloop itself. Other cos are doing latter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/610484933132292096,[],[],0,,False,1085,78,478,,None,,,,,,,[],,,, +920,610482435873091584,610482435873091584,1434385329000.0,2015-06-15 16:22:09,+0000,,SpaceX/Tesla will also do a reference pod to be shown after the @Hyperloop competition. Bonus for all racing teams that exceed reference.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/610482435873091584,[],[],0,,False,889,40,451,,None,,,,,,,[],,,, +921,609215984499605504,609215984499605504,1434083384000.0,2015-06-12 04:29:44,+0000,,"My kids love ""The Lost Planet"" by @RachelSearles. Now on a rare second read!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/609215984499605504,[],[],0,,False,643,52,135,,None,,,,,,,[],,,, +922,605460768516014080,604418558181785600,1433188070000.0,2015-06-01 19:47:50,+0000,,"@kpe @SpaceX @grierallen @natedapore Cool, thanks for letting us know. This is helpful for figuring out fairing reusability.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/605460768516014080,[],[],0,,False,244,37,39,,None,,,,,,,[],,,, +923,603409579603415040,603409579603415040,1432699029000.0,2015-05-27 03:57:09,+0000,,Air Force certifies @SpaceX to compete for launching national security satellites http://t.co/tLYcEDJFPV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/603409579603415040,['http://www.af.mil/News/ArticleDisplay/tabid/223/Article/589724/air-forces-space-and-missile-systems-center-certifies-spacex-for-national-secur.aspx'],[],0,,False,2241,229,1142,,None,,,,,,,[],,,, +924,601669073441697792,601669073441697792,1432284060000.0,2015-05-22 08:41:00,+0000,,What are the best riddles you've heard that are short enough for Twitter?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/601669073441697792,[],[],0,,False,599,638,208,,None,,,,,,,[],,,, +925,601665000948649984,601665000948649984,1432283089000.0,2015-05-22 08:24:49,+0000,,Another good riddle: drill a hole thru a sphere such that the height of what remains of the sphere is 10cm. What is its remaining volume?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/601665000948649984,[],[],0,,False,563,274,324,,None,,,,,,,[],,,, +926,601578147113529344,601578147113529344,1432262381000.0,2015-05-22 02:39:41,+0000,,Astronomer Royal Martin Rees: How soon will robots take over the world? - via @Telegraph http://t.co/DStxgM0S8F,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/601578147113529344,['http://www.telegraph.co.uk/culture/hay-festival/11605785/Astronomer-Royal-Martin-Rees-predicts-the-world-will-be-run-by-computers-soon.html'],[],0,,False,779,90,594,,None,,,,,,,[],,,, +927,600784025335136256,600784025335136256,1432073048000.0,2015-05-19 22:04:08,+0000,,"This is not the full Gigafactory, it is just the pilot plant (1/4 size) https://t.co/gz2EmJkYtm",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/600784025335136256,['https://transportevolved.com/2015/05/18/video-first-drone-video-lets-you-explore-tesla-motors-gigafactory-in-glorious-4k/'],[],0,,False,1245,156,787,,None,,,,,,,[],,,, +928,600549508796190720,600549508796190720,1432017135000.0,2015-05-19 06:32:15,+0000,,"Fossil fuels subsidised by $10m a minute, says IMF http://t.co/c4nsZjXc32",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/600549508796190720,['http://gu.com/p/48qdv/stw'],[],0,,False,1177,145,1759,,None,,,,,,,[],,,, +929,598232495537016832,598101579091152897,1431464716000.0,2015-05-12 21:05:16,+0000,,@jankenbrandt Hi Julie!,hi,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/598232495537016832,[],[],0,,False,49,22,4,,None,,,,,,,[],,,, +930,598151191923568641,598065854736044032,1431445331000.0,2015-05-12 15:42:11,+0000,,@ChristieNic Thanks Christie,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/598151191923568641,[],[],0,,False,100,6,3,,None,,,,,,,[],,,, +931,598146466557796352,598065854736044032,1431444205000.0,2015-05-12 15:23:25,+0000,,"@TeslaP85D That is true. If someone says they are thinking about having kids, I always encourage them to do so.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/598146466557796352,[],[],0,,False,229,17,38,,None,,,,,,,[],,,, +932,598065854736044032,598065854736044032,1431424985000.0,2015-05-12 10:03:05,+0000,,It is total BS & hurtful to claim that I told a guy to miss his child's birth just to attend a company meeting. I would never do that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/598065854736044032,[],[],0,,False,4405,412,1799,,None,,,,,,,[],,,, +933,598064094206234624,598064094206234624,1431424566000.0,2015-05-12 09:56:06,+0000,,"Of 22 Quotes from http://t.co/VA2KQ03NNR, 2 need correcting: 1. I strongly support pregnancy leave 2. I've never called myself a samurai",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/598064094206234624,['http://wpo.st/MxuG0'],[],0,,False,2040,151,1123,,None,,,,,,,[],,,, +934,597982078374817794,597861339697180672,1431405012000.0,2015-05-12 04:30:12,+0000,,@voxdotcom I have never written or said this. Ashlee's book was not independently fact-checked. Should be taken w a grain of salt.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/597982078374817794,[],[],0,,False,517,52,257,,None,,,,,,,[],,,, +935,596053122587365376,595977889356492800,1430945113000.0,2015-05-06 20:45:13,+0000,,"Max acceleration was 6X gravity, altitude 1187m, lateral distance 1202m and velocity 155 m/s. Main chutes deployed 970m.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/596053122587365376,[],[],0,,False,1342,138,577,,None,,,,,,,[],,,, +936,596051269212459008,596051269212459008,1430944671000.0,2015-05-06 20:37:51,+0000,,Dragon abort test video https://t.co/qsdSCEcPnm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/596051269212459008,['https://www.youtube.com/watch?v=1_FXVjf46T8&feature=youtu.be&noredirect=1'],[],0,,False,1355,90,985,,None,,,,,,,[],,,, +937,595977889356492800,595977889356492800,1430927176000.0,2015-05-06 15:46:16,+0000,,"Dragon abort test stats: 0 to 100 mph in 1.2 sec, top speed of 345 mph",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/595977889356492800,[],[],0,,False,2105,202,1033,,None,,,,,,,[],,,, +938,595656079490600960,595656079490600960,1430850450000.0,2015-05-05 18:27:30,+0000,,Hold down firing of Dragon 2 spacecraft at Cape Canaveral http://t.co/2626wb8596,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/595656079490600960,[],['https://pbs.twimg.com/media/CEQyDFxWgAEIx5z.jpg'],1,https://pbs.twimg.com/media/CEQyDFxWgAEIx5z.jpg,False,2883,159,1715,,None,,,,,,,[],,,, +939,595208771716059136,595208771716059136,1430743804000.0,2015-05-04 12:50:04,+0000,,Very funny post of a Tesla owner test driving a gasoline car http://t.co/Tq2vNM5UnG,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/595208771716059136,['http://teslaclubsweden.se/test-drive-of-a-petrol-car/'],[],0,,False,2352,186,2356,,None,,,,,,,[],,,, +940,594756342641922048,594756342641922048,1430635936000.0,2015-05-03 06:52:16,+0000,,"While I like the initials, I'd take the so-called ""EM Drive"" with a grain o salt per @io9 article http://t.co/AmjyaI2fVP",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/594756342641922048,['http://space.io9.com/a-new-thruster-pushes-against-virtual-particles-or-1615361369/1615513781/+rtgonzalez'],[],0,,False,891,163,480,,None,,,,,,,[],,,, +941,594750998398140417,594750998398140417,1430634662000.0,2015-05-03 06:31:02,+0000,,My favorite shot from the last rocket landing attempt on the droneship http://t.co/8a403c7Fv1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/594750998398140417,[],['https://pbs.twimg.com/media/CED64TEUkAAqM23.jpg'],1,https://pbs.twimg.com/media/CED64TEUkAAqM23.jpg,False,4237,220,2144,,None,,,,,,,[],,,, +942,594327204143599616,594327204143599616,1430533622000.0,2015-05-02 02:27:02,+0000,,Last night's Tesla Powerwall and Powerpack unveiling https://t.co/ksD8m6nCJO,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/594327204143599616,['https://www.youtube.com/watch?v=yKORsrlN-2k'],[],0,,False,3567,337,2925,,None,,,,,,,[],,,, +943,594187782609707008,594186544174366720,1430500381000.0,2015-05-01 17:13:01,+0000,,@romn8tr Press conference went way over time. Tried to give all the journalists who'd traveled far an opportunity to ask a question.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/594187782609707008,[],[],0,,False,151,13,29,,None,,,,,,,[],,,, +944,594186544174366720,594186544174366720,1430500086000.0,2015-05-01 17:08:06,+0000,,"For more info on Tesla Energy, check out press kit. $250/kWh for utility scale is the real kicker http://t.co/xE57uIUCse",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/594186544174366720,['http://www.teslamotors.com/presskit/teslaenergy?via=newsletter&source=CSAMedition'],[],0,,False,1376,165,1181,,None,,,,,,,[],,,, +945,593804222811869184,593785061079535619,1430408933000.0,2015-04-30 15:48:53,+0000,,"@bonnienorman Haha, awesome :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/593804222811869184,[],[],0,,False,110,16,14,,None,,,,,,,[],,,, +946,593296401196388352,593296401196388352,1430287859000.0,2015-04-29 06:10:59,+0000,,"For the future to be good, we need electric transport, solar power and (of course) ... http://t.co/8mwVWukQDL",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/593296401196388352,[],['https://pbs.twimg.com/media/CDvP5SVUkAEL-UV.jpg'],1,https://pbs.twimg.com/media/CDvP5SVUkAEL-UV.jpg,False,4939,927,4039,,None,,,,,,,[],,,, +947,592836876622520323,592836876622520323,1430178300000.0,2015-04-27 23:45:00,+0000,,"Rocket launch good, satellite in geo transfer orbit. Still so damn intense. Looking fwd to it feeling normal one day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/592836876622520323,[],[],0,,False,2744,245,1018,,None,,,,,,,[],,,, +948,592602352659533824,592602352659533824,1430122385000.0,2015-04-27 08:13:05,+0000,,"Worth watching @ExMachinaMovie. The AI would be in the network, not the robot, but otherwise good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/592602352659533824,[],[],0,,False,1435,124,609,,None,,,,,,,[],,,, +949,591062459349274624,591055060395659264,1429755246000.0,2015-04-23 02:14:06,+0000,,"@bonnienorman New Roadster battery should complete safety validation by end of July, so likely available in August",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/591062459349274624,[],[],0,,False,151,31,50,,None,,,,,,,[],,,, +950,589820447660769281,589816427785367553,1429459127000.0,2015-04-19 15:58:47,+0000,,@andrewket @TeslaRoadTrip Wow!,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/589820447660769281,[],[],0,,False,123,22,19,,None,,,,,,,[],,,, +951,589579721488224256,589577558942822400,1429401734000.0,2015-04-19 00:02:14,+0000,,"While the rocket does look rather tall & tippy, a stable landing is no problem with proper throttle response https://t.co/B4Y6D4dpsc",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/589579721488224256,['https://www.youtube.com/watch?v=0UjWqQPWmsY&feature=youtu.be'],[],0,,False,1606,224,963,,None,,,,,,,[],,,, +952,589577558942822400,589577558942822400,1429401218000.0,2015-04-18 23:53:38,+0000,,Cause of hard rocket landing confirmed as due to slower than expected throttle valve response. Next attempt in 2 months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/589577558942822400,[],[],0,,False,2501,269,1350,,None,,,,,,,[],,,, +953,589350633393627136,589297122740080640,1429347115000.0,2015-04-18 08:51:55,+0000,,@Aero4Real I only invest in companies I help found or to help a friend or a cause (no return expected for latter two),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/589350633393627136,[],[],0,,False,224,18,68,,None,,,,,,,[],,,, +954,588490238936240129,588463193070022656,1429141981000.0,2015-04-15 23:53:01,+0000,,Droneship is fine. No hull breach and repairs are minor. Impact overpressure is closer to a fast fire than an explosion.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/588490238936240129,[],[],0,,False,1482,271,568,,None,,,,,,,[],,,, +955,588463193070022656,588463193070022656,1429135533000.0,2015-04-15 22:05:33,+0000,,"High resolution, color corrected, slow motion rocket landing video https://t.co/UTF3Y4xGU3",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/588463193070022656,['https://youtu.be/BhMSzC1crr0'],[],0,,False,4387,712,4685,,None,,,,,,,[],,,, +956,588144086755999744,588144086755999744,1429059452000.0,2015-04-15 00:57:32,+0000,,"If this works, I'm treating myself to a volcano lair. It's time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/588144086755999744,[],[],0,,False,13470,559,8058,,None,,,,,,,[],,,, +957,588142879245238273,588142879245238273,1429059164000.0,2015-04-15 00:52:44,+0000,,"Ok, looks like we got some killer footage from the chase plane. Big ocean, small ship. Posting vid shortly http://t.co/2F5FK0TZ0i",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/588142879245238273,[],['https://pbs.twimg.com/media/CCmA1JoUMAAijtC.jpg'],1,https://pbs.twimg.com/media/CCmA1JoUMAAijtC.jpg,False,5428,308,3986,,None,,,,,,,[],,,, +958,588082574183903232,588082574183903232,1429044786000.0,2015-04-14 20:53:06,+0000,,"Looks like Falcon landed fine, but excess lateral velocity caused it to tip over post landing http://t.co/eJWzN6KSJa",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/588082574183903232,[],"['https://pbs.twimg.com/media/CClJ-UsW0AEpNnd.jpg', 'https://pbs.twimg.com/media/CClJ-UuW4AAKOog.jpg']",1,https://pbs.twimg.com/media/CClJ-UsW0AEpNnd.jpg,False,6780,1167,7077,,None,,,,,,,[],,,, +959,588076749562318849,588076749562318849,1429043397000.0,2015-04-14 20:29:57,+0000,,"Ascent successful. Dragon enroute to Space Station. Rocket landed on droneship, but too hard for survival.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/588076749562318849,[],[],0,,False,6250,1166,6966,,None,,,,,,,[],,,, +960,588071136971206656,588071136971206656,1429042059000.0,2015-04-14 20:07:39,+0000,,3 mins to liftoff,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/588071136971206656,[],[],0,,False,1349,137,568,,None,,,,,,,[],,,, +961,587724440667947008,587724440667947008,1428959400000.0,2015-04-13 21:10:00,+0000,,"Launch window always tight when orbital synch needed. In this case, Space Station. For Earth-Sun gravity null point, moon was in the way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/587724440667947008,[],[],0,,False,757,109,441,,None,,,,,,,[],,,, +962,587715056432889856,587715056432889856,1428957163000.0,2015-04-13 20:32:43,+0000,,Launch postponed due to lightning from an approaching anvil cloud,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/587715056432889856,[],[],0,,False,761,185,690,,None,,,,,,,[],,,, +963,587704139225759744,587704139225759744,1428954560000.0,2015-04-13 19:49:20,+0000,,Odds of rocket landing successfully today are still less than 50%. The 80% figure by end of year is only bcs many launches ahead.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/587704139225759744,[],[],0,,False,1049,149,639,,None,,,,,,,[],,,, +964,587421152819208193,587421152819208193,1428887091000.0,2015-04-13 01:04:51,+0000,,Have asked SolarCity if we can do something philanthropic with the CA aqueducts to help the water crisis. Investigating…,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/587421152819208193,[],[],0,,False,2320,265,1029,,None,,,,,,,[],,,, +965,587193821227651072,587078445525377024,1428832891000.0,2015-04-12 10:01:31,+0000,,@benfeldman63 Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/587193821227651072,[],[],0,,False,33,2,5,,None,,,,,,,[],,,, +966,586767303464751104,586767303464751104,1428731201000.0,2015-04-11 05:46:41,+0000,,"We debated this, but there really is $10k gas saved by most owners over 5 yrs (avg ownership period). Since it's true, we are sticking w it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/586767303464751104,[],[],0,,False,1005,228,338,,None,,,,,,,[],,,, +967,586750857565220864,586750504450916352,1428727280000.0,2015-04-11 04:41:20,+0000,,Waited to say something until after we fixed some of the options pricing (too high) and colors (too many similar),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/586750857565220864,[],[],0,,False,515,60,117,,None,,,,,,,[],,,, +968,586750504450916352,586750504450916352,1428727196000.0,2015-04-11 04:39:56,+0000,,"Just announced new Tesla 70D all-wheel drive, 240 mile range car for ~$55k (after gas savings & incentives) http://t.co/tDb2tCbeT0",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/586750504450916352,['http://my.teslamotors.com/models/design'],[],0,,False,2028,181,1452,,None,,,,,,,[],,,, +969,586722721322692608,586722721322692608,1428720572000.0,2015-04-11 02:49:32,+0000,,"To land a rocket, Just Read the Instructions http://t.co/FJAM72zNWo",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/586722721322692608,['http://www.planetary.org/blogs/jason-davis/2015/20150410-just-read-instructions.html'],[],0,,False,969,76,609,,None,,,,,,,[],,,, +970,586202560404434944,586202560404434944,1428596556000.0,2015-04-09 16:22:36,+0000,,Testing of the high performance version of the Tesla Model S by @ConsumerReports https://t.co/bvgEVgMswU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/586202560404434944,['https://m.youtube.com/watch?v=QNfAiyiZpVE&feature=youtu.be'],[],0,,False,731,68,391,,None,,,,,,,[],,,, +971,585185843649716225,585185843649716225,1428354152000.0,2015-04-06 21:02:32,+0000,,"Battery ""breakthroughs"" need to state power *and* energy density (not the same thing), plus how long they last. They usually fail on energy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/585185843649716225,[],[],0,,False,1207,155,618,,None,,,,,,,[],,,, +972,585114189527552001,585114189527552001,1428337068000.0,2015-04-06 16:17:48,+0000,,Welcome @Chiefboltkennyh to @TeslaMotors. He will apply Formula 1 techniques to revolutionize servicing mainstream cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/585114189527552001,[],[],0,,False,1134,96,569,,None,,,,,,,[],,,, +973,584978236053917697,584936204375724032,1428304654000.0,2015-04-06 07:17:34,+0000,,"@johngreen @hankgreen You had me at Sheen or Gaddafi. Must admit to liking ""The Fault in Our Stars"" too. Sad, romantic and beautifully named",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/584978236053917697,[],[],0,,False,582,19,88,,None,,,,,,,[],,,, +974,584155770851237888,584155770851237888,1428108563000.0,2015-04-04 00:49:23,+0000,,We just got banned in West Virginia. Oh no. http://t.co/gNztPDNtVT,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/584155770851237888,['http://www.mercurynews.com/60-second-business-break/ci_27844803/biz-break-tesla-gives-carmaker-tradition-sales-banned'],[],0,,False,2588,530,1422,,None,,,,,,,[],,,, +975,583360210292477952,583360210292477952,1427918887000.0,2015-04-01 20:08:07,+0000,,Announcing the amazing Tesla Model W http://t.co/tI6ztSyuX7,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/583360210292477952,['http://www.teslamotors.com/blog/announcing-tesla-model-w'],[],0,,False,1978,357,1592,,None,,,,,,,[],,,, +976,582934217790607360,582934217790607360,1427817322000.0,2015-03-31 15:55:22,+0000,,"With all that solar power being generated, it almost feels like something is needed to complete the picture ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/582934217790607360,[],[],0,,False,1933,496,1058,,None,,,,,,,[],,,, +977,582930941720432641,582930941720432641,1427816541000.0,2015-03-31 15:42:21,+0000,,SolarCity just hit a new daily energy record of 5GWh two weeks after reaching 4GWh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/582930941720432641,[],[],0,,False,1657,119,948,,None,,,,,,,[],,,, +978,582581865682350080,582581865682350080,1427733315000.0,2015-03-30 16:35:15,+0000,,"Major new Tesla product line -- not a car -- will be unveiled at our Hawthorne Design Studio on Thurs 8pm, April 30",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/582581865682350080,[],[],0,,False,5260,1011,6160,,None,,,,,,,[],,,, +979,580482462612135936,580482462612135936,1427232778000.0,2015-03-24 21:32:58,+0000,,"Right move is try both tunnels and flying cars. Otherwise, having 2D streets and 3D buildings means bad traffic forever.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580482462612135936,[],[],0,,False,1755,313,1151,,None,,,,,,,[],,,, +980,580480774115364864,580480774115364864,1427232376000.0,2015-03-24 21:26:16,+0000,,"Reasons I like tunnels: you still travel in 3D fast, but immune to weather, quiet and no risk cars fall on your head",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580480774115364864,[],[],0,,False,1910,185,833,,None,,,,,,,[],,,, +981,580479736721367041,580479736721367041,1427232128000.0,2015-03-24 21:22:08,+0000,,"Flying car pros: travel in 3D fast. Cons: risk of car falling on head much greater, noisy, grounded in bad weather",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580479736721367041,[],[],0,,False,1328,176,857,,None,,,,,,,[],,,, +982,580478678808850432,580478678808850432,1427231876000.0,2015-03-24 21:17:56,+0000,,"Contrary to press reports, I'm not against flying cars. Just said it was important to consider both pros and cons.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580478678808850432,[],[],0,,False,1156,131,552,,None,,,,,,,[],,,, +983,580046907902439424,580046907902439424,1427128934000.0,2015-03-23 16:42:14,+0000,,"Maybe it's wrong, but I really want to see mammoths http://t.co/enhMu5HYqr",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/580046907902439424,['http://wrd.cm/1EJi9Wx'],[],0,,False,1175,370,627,,None,,,,,,,[],,,, +984,579861658337574912,579861658337574912,1427084767000.0,2015-03-23 04:26:07,+0000,,Falcon 9 lifting off with 1.3 mmmillion pounds of force http://t.co/7ltlN2WYmx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/579861658337574912,[],['https://pbs.twimg.com/media/CAwVGhlUYAAQF70.jpg'],1,https://pbs.twimg.com/media/CAwVGhlUYAAQF70.jpg,False,4031,257,1956,,None,,,,,,,[],,,, +985,579504748014907393,579504748014907393,1426999673000.0,2015-03-22 04:47:53,+0000,,Reading Look to Windward by Banks. He is an amazing writer. Pantheon level.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/579504748014907393,[],[],0,,False,887,237,204,,None,,,,,,,[],,,, +986,579216539561238528,579216138690662401,1426930959000.0,2015-03-21 09:42:39,+0000,,"@AbeAlem Unfortunately, Asimov's books largely illustrate why the three laws don't work",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/579216539561238528,[],[],0,,False,139,23,33,,None,,,,,,,[],,,, +987,579216101793361920,579216101793361920,1426930854000.0,2015-03-21 09:40:54,+0000,,Another Easter Egg will be hidden in the Model S code in 2015. Last one took a year to find. Next one should be easier.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/579216101793361920,[],[],0,,False,1031,90,553,,None,,,,,,,[],,,, +988,579210902932574209,579197717970206720,1426929615000.0,2015-03-21 09:20:15,+0000,,@Pandoomic Just changed them to full public domain,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/579210902932574209,[],[],0,,False,616,49,228,,None,,,,,,,[],,,, +989,579197717970206720,579197717970206720,1426926471000.0,2015-03-21 08:27:51,+0000,,SpaceX Photos Are Now Available Under a Creative Commons License http://t.co/OgHJYimuCU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/579197717970206720,['http://motherboard.vice.com/read/spacex-photos-are-now-available-under-a-creative-commons-license'],[],0,,False,1180,56,861,,None,,,,,,,[],,,, +990,578288191595130880,578288191595130880,1426709623000.0,2015-03-18 20:13:43,+0000,,Thanks to everyone that supported Tesla in New Jersey! We couldn't have done it without you. http://t.co/swlApOg7vN,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/578288191595130880,['http://techcrunch.com/2015/03/18/tesla-can-now-resume-car-sales-in-new-jersey/#tmhmdj:oHlj'],[],0,,False,1581,165,669,,None,,,,,,,[],,,, +991,577946893646364673,577946471804235776,1426628251000.0,2015-03-17 21:37:31,+0000,,"However, when self-driving cars become safer than human-driven cars, the public may outlaw the latter. Hopefully not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/577946893646364673,[],[],0,,False,1517,462,855,,None,,,,,,,[],,,, +992,577946471804235776,577946471804235776,1426628151000.0,2015-03-17 21:35:51,+0000,,"To be clear, Tesla is strongly in favor of people being allowed to drive their cars and always will be. Hopefully, that is obvious.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/577946471804235776,[],[],0,,False,1613,134,696,,None,,,,,,,[],,,, +993,577693114657210368,577693114657210368,1426567746000.0,2015-03-17 04:49:06,+0000,,"Battery pack swap is active between SF and LA and seems to be working well. Supercharging is the future, though, for non-commercial traffic.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/577693114657210368,[],[],0,,False,1231,72,587,,None,,,,,,,[],,,, +994,577533623483568128,577100755427061760,1426529720000.0,2015-03-16 18:15:20,+0000,,"Neither I nor the company are selling shares. Even if we were, I wouldn't do this. It would be wrong. Our long term results are what matter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/577533623483568128,[],[],0,,False,2084,153,591,,None,,,,,,,[],,,, +995,577533020736909312,577100755427061760,1426529576000.0,2015-03-16 18:12:56,+0000,,Some people seem to think I tweet to affect share price. This is false. A brief rise in $TSLA stock obviously does no good for Tesla or me.,en,[],['tsla'],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/577533020736909312,[],[],0,,False,1413,139,619,,None,,,,,,,[],,,, +996,577080950317821952,577080950317821952,1426421794000.0,2015-03-15 12:16:34,+0000,,SolarCity systems generated a new daily record of 4 gigawatt-hours this week http://t.co/7MFig1lMsF,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/577080950317821952,['http://blog.solarcity.com/a-4gwh-day'],[],0,,False,1353,102,966,,None,,,,,,,[],,,, +997,576637531560628224,576637531560628224,1426316075000.0,2015-03-14 06:54:35,+0000,,World's largest hedge fund soon to be powered by artificial intelligence http://t.co/t1Fer3fWVa,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/576637531560628224,['http://www.bloomberg.com/news/articles/2015-02-27/bridgewater-is-said-to-start-artificial-intelligence-team'],[],0,,False,1374,311,1691,,None,,,,,,,[],,,, +998,576193855323697152,576193855323697152,1426210294000.0,2015-03-13 01:31:34,+0000,,Maybe this is all the work of the Stonecutters! Certainly connects a lot of themes ... http://t.co/E5jJ9Snaca,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/576193855323697152,['http://v.theonion.com/avclubmedia/videos/videometa/4599/zen_mp4.mp4'],[],0,,False,666,94,306,,None,,,,,,,[],,,, +999,576184066921218048,576184066921218048,1426207961000.0,2015-03-13 00:52:41,+0000,,"For more on the Fermi Paradox: http://t.co/ea1aGnu2kU, http://t.co/AcdSIoIvyv and http://t.co/bkbOWW7Ztb",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/576184066921218048,"['http://amzn.com/0387955011', 'http://io9.com/11-of-the-weirdest-solutions-to-the-fermi-paradox-456850746', 'http://waitbutwhy.com/2014/05/fermi-paradox.html']",[],0,,False,1110,109,538,,None,,,,,,,[],,,, +1000,576182696260476929,576139678895583232,1426207634000.0,2015-03-13 00:47:14,+0000,,"The ancient Egyptians were amazing, but if aliens built the pyramids, they would've left behind a computer or something",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/576182696260476929,[],[],0,,False,1897,293,1097,,None,,,,,,,[],,,, +1001,576140759281238017,576140759281238017,1426197635000.0,2015-03-12 22:00:35,+0000,,The rumor that I'm building a spaceship to get back to my home planet Mars is totally untrue,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/576140759281238017,[],[],0,,False,14305,1016,11376,,None,,,,,,,[],,,, +1002,576139678895583232,576139678895583232,1426197378000.0,2015-03-12 21:56:18,+0000,,"Btw, please don't mention the pyramids. Stacking stone blocks is not evidence of an advanced civilization.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/576139678895583232,[],[],0,,False,2444,336,1168,,None,,,,,,,[],,,, +1003,576139467632717825,576139467632717825,1426197327000.0,2015-03-12 21:55:27,+0000,,"Seems like an opportune moment to bring up the Fermi Paradox, aka ""where are the aliens?"" Really odd that we see no sign of them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/576139467632717825,[],[],0,,False,1123,508,624,,None,,,,,,,[],,,, +1004,575537174860460034,575537174860460034,1426053730000.0,2015-03-11 06:02:10,+0000,,Model S in drag race against snowmobile on ice lake in Norway (no tire chains or studs) http://t.co/OWwfGRQC8p,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/575537174860460034,['http://www.klikk.no/motor/bil/article1526102.ece'],[],0,,False,1271,143,918,,None,,,,,,,[],,,, +1005,574581994253758466,574581994253758466,1425825997000.0,2015-03-08 14:46:37,+0000,,"There is no slowdown of the Gigafactory construction underway, as anyone near Reno with eyes can verify. It's not subtle.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/574581994253758466,[],[],0,,False,1255,91,543,,None,,,,,,,[],,,, +1006,574017546812190721,574017546812190721,1425691422000.0,2015-03-07 01:23:42,+0000,,Some shots of the Gigafactory pilot plant (~20% of full size) under construction https://t.co/OzLzD4LsGW,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/574017546812190721,['https://m.flickr.com/#/photos/jurvetson/16735645181/'],[],0,,False,1066,130,585,,None,,,,,,,[],,,, +1007,572257004938403840,572257004938403840,1425271676000.0,2015-03-02 04:47:56,+0000,,"Upgrades in the works to allow landing for geo missions: thrust +15%, deep cryo oxygen, upper stage tank vol +10%",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/572257004938403840,[],[],0,,False,967,103,394,,None,,,,,,,[],,,, +1008,572252603322527744,572252603322527744,1425270627000.0,2015-03-02 04:30:27,+0000,,Both satellites deployed on target. Now firing their ion thrusters to reach geo station over Europe & Asia.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/572252603322527744,[],[],0,,False,1489,100,652,,None,,,,,,,[],,,, +1009,572209355883352064,572209355883352064,1425260316000.0,2015-03-02 01:38:36,+0000,,Next landing attempt will be 3rd launch from now. Tonight's flight and following one will not have enough propellant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/572209355883352064,[],[],0,,False,970,65,489,,None,,,,,,,[],,,, +1010,571022238540914688,571022238540914688,1424977285000.0,2015-02-26 19:01:25,+0000,,Excellent and funny intro article about Artificial Superintelligence! Highly recommend reading http://t.co/jisxabYrl9,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/571022238540914688,['http://waitbutwhy.com/2015/01/artificial-intelligence-revolution-2.html'],[],0,,False,2045,198,1536,,None,,,,,,,[],,,, +1011,570327747018379264,570327747018379264,1424811705000.0,2015-02-24 21:01:45,+0000,,Tesla Model S rated by @ConsumerReports as best car in world for 2nd year in a row http://t.co/F0TpdmDxGg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/570327747018379264,['http://www.consumerreports.org/cro/magazine/2015/04/consumer-reports-10-top-picks-of-2015/index.htm'],[],0,,False,2026,183,1609,,None,,,,,,,[],,,, +1012,565716774260576262,565716774260576262,1423712364000.0,2015-02-12 03:39:24,+0000,,Landing on a stormy sea http://t.co/7EY25g3IU5,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/565716774260576262,[],['https://pbs.twimg.com/media/B9nUaKjIMAAPR55.jpg'],1,https://pbs.twimg.com/media/B9nUaKjIMAAPR55.jpg,False,2553,241,1419,,None,,,,,,,[],,,, +1013,565659578915115011,565659578915115011,1423698727000.0,2015-02-11 23:52:07,+0000,,Rocket soft landed in the ocean within 10m of target & nicely vertical! High probability of good droneship landing in non-stormy weather.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/565659578915115011,[],[],0,,False,5223,686,3730,,None,,,,,,,[],,,, +1014,565657374128865281,565657374128865281,1423698202000.0,2015-02-11 23:43:22,+0000,,Primary mission on target. Spacecraft head towards the sun! All good there.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/565657374128865281,[],[],0,,False,1609,114,661,,None,,,,,,,[],,,, +1015,565638406945144832,565637505811488768,1423693679000.0,2015-02-11 22:27:59,+0000,,@DanielLockyer We could actually do that...maybe we should,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565638406945144832,[],[],0,,False,650,53,179,,None,,,,,,,[],,,, +1016,565637505811488768,565637505811488768,1423693465000.0,2015-02-11 22:24:25,+0000,,Planning a significant upgrade of the droneship for future missions to handle literally anything. Maybe give it a Merlin for good measure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565637505811488768,[],[],0,,False,1640,211,596,,None,,,,,,,[],,,, +1017,565637058975531009,565637058975531009,1423693358000.0,2015-02-11 22:22:38,+0000,,Can't delay any longer. Must proceed with primary mission to launch the Deep Space Climate Observatory spacecraft.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565637058975531009,[],[],0,,False,1018,84,460,,None,,,,,,,[],,,, +1018,565636516551352321,565636516551352321,1423693229000.0,2015-02-11 22:20:29,+0000,,"Mega storm preventing droneship from remaining on station, so rocket will try to land on water. Survival probability <1%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565636516551352321,[],[],0,,False,1054,228,901,,None,,,,,,,[],,,, +1019,565350545695977472,565350545695977472,1423625048000.0,2015-02-11 03:24:08,+0000,,Coming home http://t.co/FmrmYs6R6V,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/565350545695977472,[],['https://pbs.twimg.com/media/B9iHU1IIUAEKGnU.jpg'],1,https://pbs.twimg.com/media/B9iHU1IIUAEKGnU.jpg,False,4717,201,2213,,None,,,,,,,[],,,, +1020,565323202063532034,565323202063532034,1423618529000.0,2015-02-11 01:35:29,+0000,,Dragon splashdown off the California coast http://t.co/4Bvfmei8I3,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/565323202063532034,[],['https://pbs.twimg.com/media/B9hudM_IYAEmR7q.png'],1,https://pbs.twimg.com/media/B9hudM_IYAEmR7q.png,False,3680,158,1831,,None,,,,,,,[],,,, +1021,565287338088357889,565287338088357889,1423609978000.0,2015-02-10 23:12:58,+0000,,"Launch postponed to tomorrow due to high winds at the Cape, but Dragon still inbound from orbit in 90 mins",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/565287338088357889,[],[],0,,False,948,81,571,,None,,,,,,,[],,,, +1022,565237171192623105,565237171192623105,1423598017000.0,2015-02-10 19:53:37,+0000,,Extreme wind shear over Cape Canaveral. Feels like a sledgehammer when supersonic in the vertical. Hoping it changes …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/565237171192623105,[],[],0,,False,595,77,336,,None,,,,,,,[],,,, +1023,565181590431485952,565181590431485952,1423584766000.0,2015-02-10 16:12:46,+0000,,"""What Are The Civilian Applications?"" https://t.co/iG2Zn3fUnO",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/565181590431485952,['https://m.youtube.com/watch?v=M8YjvHYbZ9w'],[],0,,False,693,384,632,,None,,,,,,,[],,,, +1024,564563818022313984,564563818022313984,1423437477000.0,2015-02-08 23:17:57,+0000,,"Prob good though. Will give us time to replace 1st stage video transmitter (not needed for launch, but nice to have).",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/564563818022313984,[],[],0,,False,917,93,441,,None,,,,,,,[],,,, +1025,564562686478807043,564562686478807043,1423437208000.0,2015-02-08 23:13:28,+0000,,Air Force tracking radar went down. Launch postponed to same time tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/564562686478807043,[],[],0,,False,1118,204,1438,,None,,,,,,,[],,,, +1026,564509965612634112,564509965612634112,1423424638000.0,2015-02-08 19:43:58,+0000,,Rocket reentry will be much tougher this time around due to deep space mission. Almost 2X force and 4X heat. Plenty of hydraulic fluid tho.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/564509965612634112,[],[],0,,False,2114,236,1120,,None,,,,,,,[],,,, +1027,564493608351313921,564493608351313921,1423420738000.0,2015-02-08 18:38:58,+0000,,"Launching our 1st deep space mission today. Headed to Earth-Sun L1 gravity null point at 1M miles, 4X further than moon.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/564493608351313921,[],[],0,,False,4084,350,2927,,None,,,,,,,[],,,, +1028,561002248827052034,561002248827052034,1422588333000.0,2015-01-30 03:25:33,+0000,,"If you are curious about the P85D, you can schedule a test drive here: http://t.co/Eu19pBUpNO",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/561002248827052034,['http://ts.la/dE'],[],0,,False,764,237,453,,None,,,,,,,[],,,, +1029,560909571691380736,560909571691380736,1422566237000.0,2015-01-29 21:17:17,+0000,,Painting the name on the droneship ... http://t.co/X8R8O4KjPx,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/560909571691380736,[],['https://pbs.twimg.com/media/B8jASILCMAAIssg.jpg'],1,https://pbs.twimg.com/media/B8jASILCMAAIssg.jpg,False,3699,261,2242,,None,,,,,,,[],,,, +1030,560908370623098882,560898568748531712,1422565951000.0,2015-01-29 21:12:31,+0000,,"P85 acceleration will also improve, but not quite as much",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/560908370623098882,[],[],0,,False,472,43,140,,None,,,,,,,[],,,, +1031,560906999664508931,560906999664508931,1422565624000.0,2015-01-29 21:07:04,+0000,,Video made by owner of a P85D going up a 14% grade on snow passing a whole bunch of stuck SUVs https://t.co/LC9AHx0fuC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/560906999664508931,['https://www.youtube.com/watch?v=eObSjtU6YXc&feature=youtu.be'],[],0,,False,1125,134,667,,None,,,,,,,[],,,, +1032,560900676453433344,560900676453433344,1422564116000.0,2015-01-29 20:41:56,+0000,,Tesla dual motor cars are also all-wheel drive. Main goal of dual motor was actually insane traction on snow. Insane speed was a side effect,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/560900676453433344,[],[],0,,False,2412,157,1510,,None,,,,,,,[],,,, +1033,560898568748531712,560898568748531712,1422563614000.0,2015-01-29 20:33:34,+0000,,Tesla P85D 0 to 60mph acceleration will improve by ~0.1 sec soon via over-the-air software update to inverter algorithm,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/560898568748531712,[],[],0,,False,3823,461,3412,,None,,,,,,,[],,,, +1034,560328986341818368,560328986341818368,1422427815000.0,2015-01-28 06:50:15,+0000,,"Great DragTimes video of people experiencing P85D ""Insane Mode"" acceleration for the first time https://t.co/gqN9oremMQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/560328986341818368,['https://m.youtube.com/watch?v=1qFV5i8tBhs'],[],0,,False,1656,190,1571,,None,,,,,,,[],,,, +1035,559629011983147008,559554023544483841,1422260928000.0,2015-01-26 08:28:48,+0000,,Final one: anything launched by a railgun (if you could ever reach ~ Mach 27) would explode upon exiting the barrel in our dense atmosphere,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/559629011983147008,[],[],0,,False,1054,262,466,,None,,,,,,,[],,,, +1036,559562992145027075,559554023544483841,1422245188000.0,2015-01-26 04:06:28,+0000,,"Ion thrusters are great, but have extremely tiny force (photon thruster even less). Must have more thrust than weight or you don't go up.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/559562992145027075,[],[],0,,False,1332,204,463,,None,,,,,,,[],,,, +1037,559557786514632704,559554023544483841,1422243947000.0,2015-01-26 03:45:47,+0000,,And pls don't ask me about space elevators until someone at least builds a carbon nanotube structure longer than a footbridge,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/559557786514632704,[],[],0,,False,3241,217,1666,,None,,,,,,,[],,,, +1038,559555327515848705,559554023544483841,1422243360000.0,2015-01-26 03:36:00,+0000,,"Reason is Newton's Third Law. In vacuum, there is nothing to ""push"" against. You must react against ejected mass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/559555327515848705,[],[],0,,False,1539,177,765,,None,,,,,,,[],,,, +1039,559554023544483841,559554023544483841,1422243049000.0,2015-01-26 03:30:49,+0000,,"If u saw @TheSimpsons and wonder why @SpaceX doesn't use an electric rocket to reach orbit, it is cuz that is impossible",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/559554023544483841,[],[],0,,False,3996,399,2357,,None,,,,,,,[],,,, +1040,558703223909781505,558703223909781505,1422040203000.0,2015-01-23 19:10:03,+0000,,"West Coast droneship under construction will be named ""Of Course I Still Love You""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/558703223909781505,[],[],0,,False,1616,181,873,,None,,,,,,,[],,,, +1041,558682281619906561,558682281619906561,1422035210000.0,2015-01-23 17:46:50,+0000,,"Good primer on the exponential advancement of technology, particularly AI http://t.co/1c30ZwJ8Y5",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/558682281619906561,['http://waitbutwhy.com/2015/01/artificial-intelligence-revolution-1.html'],[],0,,False,1257,110,1040,,None,,,,,,,[],,,, +1042,558681668387487745,558665265785733120,1422035064000.0,2015-01-23 17:44:24,+0000,,@thomasmuirhead Good piece,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/558681668387487745,[],[],0,,False,33,3,4,,None,,,,,,,[],,,, +1043,558665515351019520,558665265785733120,1422031213000.0,2015-01-23 16:40:13,+0000,,"@elonmusk ... In honor of IMB, RIP.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/558665515351019520,[],[],0,,False,472,40,213,,None,,,,,,,[],,,, +1044,558665265785733120,558665265785733120,1422031153000.0,2015-01-23 16:39:13,+0000,,"Repairs almost done on the spaceport drone ship and have given it the name ""Just Read the Instructions""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/558665265785733120,[],[],0,,False,1896,145,1228,,None,,,,,,,[],,,, +1045,557436437239300096,557436437239300096,1421738177000.0,2015-01-20 07:16:17,+0000,,"The universe is really, really big https://t.co/4j3jvIaqpe",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/557436437239300096,['https://m.youtube.com/watch?v=udAL48P5NJU'],[],0,,False,3059,367,2706,,None,,,,,,,[],,,, +1046,556301868507627520,556295392074014720,1421467675000.0,2015-01-17 04:07:55,+0000,,@trakz @TheSimpsons Of course!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/556301868507627520,[],[],0,,False,72,13,10,,None,,,,,,,[],,,, +1047,556105370054053889,556105370054053889,1421420826000.0,2015-01-16 15:07:06,+0000,,Next rocket landing on drone ship in 2 to 3 weeks w way more hydraulic fluid. At least it shd explode for a diff reason.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/556105370054053889,[],[],0,,False,5134,379,3867,,None,,,,,,,[],,,, +1048,555981841476227072,554009604409946112,1421391375000.0,2015-01-16 06:56:15,+0000,,@ID_AA_Carmack Full RUD (rapid unscheduled disassembly) event. Ship is fine minor repairs. Exciting day! http://t.co/tIEctHFKHG,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555981841476227072,[],['https://pbs.twimg.com/media/B7c-iRaCYAAPxQ9.jpg'],1,https://pbs.twimg.com/media/B7c-iRaCYAAPxQ9.jpg,False,1613,172,1684,,None,,,,,,,[],,,, +1049,555980855537975296,554009604409946112,1421391140000.0,2015-01-16 06:52:20,+0000,,@ID_AA_Carmack Residual fuel and oxygen combine http://t.co/5k07SP8M9n,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555980855537975296,[],['https://pbs.twimg.com/media/B7c9o7CCMAA7vyP.jpg'],1,https://pbs.twimg.com/media/B7c9o7CCMAA7vyP.jpg,False,596,21,668,,None,,,,,,,[],,,, +1050,555978908554625025,554009604409946112,1421390676000.0,2015-01-16 06:44:36,+0000,,"@ID_AA_Carmack Rocket hits hard at ~45 deg angle, smashing legs and engine section http://t.co/PnzHHluJfG",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555978908554625025,[],['https://pbs.twimg.com/media/B7c73oaCQAA7V-j.jpg'],1,https://pbs.twimg.com/media/B7c73oaCQAA7V-j.jpg,False,729,57,889,,None,,,,,,,[],,,, +1051,555978267165859840,554009604409946112,1421390523000.0,2015-01-16 06:42:03,+0000,,"@ID_AA_Carmack Before impact, fins lose power and go hardover. Engines fights to restore, but … http://t.co/94VDi7IEHS",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555978267165859840,[],['https://pbs.twimg.com/media/B7c7SPiCYAAmPZo.jpg'],1,https://pbs.twimg.com/media/B7c7SPiCYAAmPZo.jpg,False,588,49,712,,None,,,,,,,[],,,, +1052,555951381509849088,554009604409946112,1421384113000.0,2015-01-16 04:55:13,+0000,,@ID_AA_Carmack Tks. Turns out we recovered some impact video frames from drone ship. It's kinda begging to be released…,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/555951381509849088,[],[],0,,False,371,52,202,,None,,,,,,,[],,,, +1053,555824114196156416,555804403504918528,1421353770000.0,2015-01-15 20:29:30,+0000,,@FormulaSAE Contact Steve Davis at Hyperloop@spacex.com,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/555824114196156416,[],[],0,,False,81,3,14,,None,,,,,,,[],,,, +1054,555804403504918528,555804403504918528,1421349070000.0,2015-01-15 19:11:10,+0000,,"Also thinking of having an annual student Hyperloop pod racer competition, like Formula SAE http://t.co/HV9BLCoMb8",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/555804403504918528,['http://students.sae.org/cds/formulaseries/about.htm'],[],0,,False,1458,155,894,,None,,,,,,,[],,,, +1055,555803747792609280,555803747792609280,1421348914000.0,2015-01-15 19:08:34,+0000,,Will be building a Hyperloop test track for companies and student teams to test out their pods. Most likely in Texas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/555803747792609280,[],[],0,,False,4220,436,4416,,None,,,,,,,[],,,, +1056,555743387056226304,555743387056226304,1421334523000.0,2015-01-15 15:08:43,+0000,,Funding research on artificial intelligence safety. It's all fun & games until someone loses an I http://t.co/t1aGnrTU21,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/555743387056226304,['http://futureoflife.org/misc/AI'],[],0,,False,1491,169,1177,,None,,,,,,,[],,,, +1057,554465954932207616,554465954932207616,1421029959000.0,2015-01-12 02:32:39,+0000,,Yesterday's mission to the Space Station lights up the cloudy night sky of Cape Canaveral http://t.co/DFB742HaQt,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/554465954932207616,[],['https://pbs.twimg.com/media/B7Hb2SQIMAAs3p3.jpg'],1,https://pbs.twimg.com/media/B7Hb2SQIMAAs3p3.jpg,False,5627,214,3384,,None,,,,,,,[],,,, +1058,554320532133650432,554320532133650432,1420995288000.0,2015-01-11 16:54:48,+0000,,World's top artificial intelligence developers sign open letter calling for AI safety research: http://t.co/ShWc8F7Kyq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/554320532133650432,['http://futureoflife.org/misc/open_letter'],[],0,,False,1515,169,1508,,None,,,,,,,[],,,, +1059,554023312033341440,554009604409946112,1420924425000.0,2015-01-10 21:13:45,+0000,,"@alankerlin Hydraulics are usually closed, but that adds mass vs short acting open systems. F9 fins only work for 4 mins. We were ~10% off.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/554023312033341440,[],[],0,,False,469,79,246,,None,,,,,,,[],,,, +1060,553964602636369920,553964602636369920,1420910428000.0,2015-01-10 17:20:28,+0000,,Am super proud of my crew for making huge strides towards reusability on this mission. You guys rock!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/553964602636369920,[],[],0,,False,3238,176,1131,,None,,,,,,,[],,,, +1061,553964281025548289,553964281025548289,1420910351000.0,2015-01-10 17:19:11,+0000,,"Upcoming flight already has 50% more hydraulic fluid, so should have plenty of margin for landing attempt next month.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/553964281025548289,[],[],0,,False,1541,113,773,,None,,,,,,,[],,,, +1062,553963793056030721,553963793056030721,1420910235000.0,2015-01-10 17:17:15,+0000,,"Grid fins worked extremely well from hypersonic velocity to subsonic, but ran out of hydraulic fluid right before landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/553963793056030721,[],[],0,,False,1300,162,931,,None,,,,,,,[],,,, +1063,553857574005915648,553857574005915648,1420884910000.0,2015-01-10 10:15:10,+0000,,Didn't get good landing/impact video. Pitch dark and foggy. Will piece it together from telemetry and ... actual pieces.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553857574005915648,[],[],0,,False,2616,421,2040,,None,,,,,,,[],,,, +1064,553856479590359040,553856479590359040,1420884649000.0,2015-01-10 10:10:49,+0000,,Ship itself is fine. Some of the support equipment on the deck will need to be replaced...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553856479590359040,[],[],0,,False,1827,221,1719,,None,,,,,,,[],,,, +1065,553855109114101760,553855109114101760,1420884322000.0,2015-01-10 10:05:22,+0000,,"Rocket made it to drone spaceport ship, but landed hard. Close, but no cigar this time. Bodes well for the future tho.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553855109114101760,[],[],0,,False,5087,655,6266,,None,,,,,,,[],,,, +1066,553853961317654528,553853961317654528,1420884049000.0,2015-01-10 10:00:49,+0000,,Ascent phase good. Dragon deployed to Space Station rendezvous orbit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553853961317654528,[],[],0,,False,1229,97,740,,None,,,,,,,[],,,, +1067,553850129208586241,553850129208586241,1420883135000.0,2015-01-10 09:45:35,+0000,,Launching in one minute,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/553850129208586241,[],[],0,,False,1148,106,518,,None,,,,,,,[],,,, +1068,553836041770373120,553836041770373120,1420879776000.0,2015-01-10 08:49:36,+0000,,At mission control in California. Launch in 60 mins. Looks good so far.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/553836041770373120,[],[],0,,False,1038,130,530,,None,,,,,,,[],,,, +1069,553835543336058880,553835543336058880,1420879657000.0,2015-01-10 08:47:37,+0000,,Swimming on the moon http://t.co/7eZ3tqwwEj,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/553835543336058880,['http://what-if.xkcd.com/'],[],0,,False,1047,97,905,,None,,,,,,,[],,,, +1070,552437001291841539,552437001291841539,1420546219000.0,2015-01-06 12:10:19,+0000,,Need to investigate the upper stage Z actuator. Was behaving strangely. Next launch attempt on Friday at 5am.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/552437001291841539,[],[],0,,False,1028,182,871,,None,,,,,,,[],,,, +1071,552279321491275776,552279321491275776,1420508625000.0,2015-01-06 01:43:45,+0000,,Taking questions now at http://t.co/CpOyWeAk0G,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/552279321491275776,['http://redd.it/2rgsan'],[],0,,False,861,138,619,,None,,,,,,,[],,,, +1072,552256055607312384,552256055607312384,1420503078000.0,2015-01-06 00:11:18,+0000,,Background on our attempt to land Falcon 9 rocket on a station-keeping drone ship in the Atlantic http://t.co/yklReEpZO3,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/552256055607312384,['http://spacex.com/news/2014/12/16/x-marks-spot-falcon-9-attempts-ocean-platform-landing'],[],0,,False,698,72,747,,None,,,,,,,[],,,, +1073,552182273865699328,552182273865699328,1420485487000.0,2015-01-05 19:18:07,+0000,,Drone spaceport ship heads to its hold position in the Atlantic to prepare for a rocket landing http://t.co/kXYHGVKTfE,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/552182273865699328,[],['https://pbs.twimg.com/media/B6m-2biIYAAZcYF.jpg'],1,https://pbs.twimg.com/media/B6m-2biIYAAZcYF.jpg,False,3354,326,3410,,None,,,,,,,[],,,, +1074,552153757338066944,552153757338066944,1420478688000.0,2015-01-05 17:24:48,+0000,,Ask me anything at 9pm Florida time (focused on tomorrow's 6am rocket launch) http://t.co/DvCbw4kTJy,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/552153757338066944,['http://reddit.com/r/IAmA'],[],0,,False,796,130,830,,None,,,,,,,[],,,, +1075,550297212769402881,550297212769402881,1420036054000.0,2014-12-31 14:27:34,+0000,,"Btw, we are actually working on a charger that automatically moves out from the wall & connects like a solid metal snake. For realz.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/550297212769402881,[],[],0,,False,4924,541,4197,,None,,,,,,,[],,,, +1076,550030135446220801,550030135446220801,1419972378000.0,2014-12-30 20:46:18,+0000,,Model S range curves in detail by version http://t.co/DGIKGTIagW,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/550030135446220801,['http://ts.la/c7'],[],0,,False,502,49,331,,None,,,,,,,[],,,, +1077,548601442638917633,548601442638917633,1419631751000.0,2014-12-26 22:09:11,+0000,,Roadster upgrade details http://t.co/9RZVMCJeMJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/548601442638917633,['http://ts.la/qA'],[],0,,False,727,110,456,,None,,,,,,,[],,,, +1078,548268486003535872,548268486003535872,1419552368000.0,2014-12-26 00:06:08,+0000,,"Reading The Culture series by Banks. Compelling picture of a grand, semi-utopian galactic future. Hopefully not too optimistic about AI.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/548268486003535872,[],[],0,,False,950,147,261,,None,,,,,,,[],,,, +1079,548257415536594944,548257415536594944,1419549728000.0,2014-12-25 23:22:08,+0000,,Roadster upgrade will enable non-stop travel from LA to SF -- almost 400 mile range. Details tmrw. Merry Christmas!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/548257415536594944,[],[],0,,False,2365,208,1672,,None,,,,,,,[],,,, +1080,546453860936474625,546453860936474625,1419119727000.0,2014-12-20 23:55:27,+0000,,Nothing against all the oatmeal-raisin cookies out there. Just be yourself.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/546453860936474625,[],[],0,,False,1529,112,813,,None,,,,,,,[],,,, +1081,546450680689356800,546450680689356800,1419118969000.0,2014-12-20 23:42:49,+0000,,Really should be a rule that oatmeal-raisin cookies can't look too much like choc chip. Doppelgänger cookie trickery!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/546450680689356800,[],[],0,,False,3390,274,2128,,None,,,,,,,[],,,, +1082,546055521351270402,546055521351270402,1419024756000.0,2014-12-19 21:32:36,+0000,,I'd recommend competing for the $10M Learning XPRIZE. Illiteracy is the wellspring of poverty. http://t.co/NLuFheVmpx,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/546055521351270402,['http://learning.xprize.org'],[],0,,False,748,63,681,,None,,,,,,,[],,,, +1083,546018982927413248,546018982927413248,1419016044000.0,2014-12-19 19:07:24,+0000,,Tesla fast battery swap details http://t.co/4XWWUlOeQE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/546018982927413248,['http://ts.la/h6'],[],0,,False,823,81,654,,None,,,,,,,[],,,, +1084,545967015521820672,545967015521820672,1419003654000.0,2014-12-19 15:40:54,+0000,,Pack swap now operating in limited beta mode for SF to LA route. Can swap battery faster than visiting a gas station. Tesla blog out soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/545967015521820672,[],[],0,,False,1078,103,832,,None,,,,,,,[],,,, +1085,545965826054963200,545965826054963200,1419003371000.0,2014-12-19 15:36:11,+0000,,Falcon/Dragon launch punted to early Jan. Need time to review all systems thoroughly again.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/545965826054963200,[],[],0,,False,428,56,218,,None,,,,,,,[],,,, +1086,542004522298535936,542004522298535936,1418058922000.0,2014-12-08 17:15:22,+0000,,Dune series by Herbert also brilliant. He advocates placing limits on machine intelligence.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/542004522298535936,[],[],0,,False,1060,238,469,,None,,,,,,,[],,,, +1087,542000615287574528,542000615287574528,1418057991000.0,2014-12-08 16:59:51,+0000,,Reread Asimov's Foundation series. Brilliant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/542000615287574528,[],[],0,,False,1523,203,574,,None,,,,,,,[],,,, +1088,537016081915719680,537016081915719680,1416869585000.0,2014-11-24 22:53:05,+0000,,Welcome back @RicardoR to run the @TeslaMotors communications team!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/537016081915719680,[],[],0,,False,327,100,117,,None,,,,,,,[],,,, +1089,536354292396228608,536258543675252739,1416711802000.0,2014-11-23 03:03:22,+0000,,"@ID_AA_Carmack That works for Dragon, but hard to do for something long like Falcon",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/536354292396228608,[],[],0,,False,93,25,26,,None,,,,,,,[],,,, +1090,536326873916375040,536326873916375040,1416705265000.0,2014-11-23 01:14:25,+0000,,"The flight grid fins look like the ones on this test we did, but larger: https://t.co/gTaURQQeyx",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/536326873916375040,['https://m.youtube.com/watch?v=DgLBIdVg3EM'],[],0,,False,574,100,399,,None,,,,,,,[],,,, +1091,536325460318519296,536258543675252739,1416704928000.0,2014-11-23 01:08:48,+0000,,@ID_AA_Carmack No choice. Entry velocity too high for a precision landing with N2 thrusters alone. Must have aero surfaces for pitch trim.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/536325460318519296,[],[],0,,False,89,14,40,,None,,,,,,,[],,,, +1092,536268250620125185,536258543675252739,1416691288000.0,2014-11-22 21:21:28,+0000,,@John_Gardi Using legs as air brakes to drop terminal velocity in half requires slight redesign & more data. Maybe flight 21.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536268250620125185,[],[],0,,False,65,7,28,,None,,,,,,,[],,,, +1093,536265739486121985,536258543675252739,1416690690000.0,2014-11-22 21:11:30,+0000,,"Grid fins are stowed on ascent and then deploy on reentry for ""x-wing"" style control. Each fin moves independently for pitch/yaw/roll.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536265739486121985,[],[],0,,False,614,85,276,,None,,,,,,,[],,,, +1094,536263260056850432,536262624653365248,1416690099000.0,2014-11-22 21:01:39,+0000,,"Base is 300 ft by 100 ft, with wings that extend width to 170 ft. Will allow refuel & rocket flyback in future.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536263260056850432,[],[],0,,False,642,58,335,,None,,,,,,,[],,,, +1095,536258543675252739,536258543675252739,1416688974000.0,2014-11-22 20:42:54,+0000,,Testing operation of hypersonic grid fins (x-wing config) going on next flight http://t.co/O1tMSIXxsT,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/536258543675252739,[],['https://pbs.twimg.com/media/B3EsTeDIUAAO86M.jpg'],1,https://pbs.twimg.com/media/B3EsTeDIUAAO86M.jpg,False,1737,157,1236,,None,,,,,,,[],,,, +1096,535914463388782592,535901974915710976,1416606939000.0,2014-11-21 21:55:39,+0000,,Cuteness overload MT “@WIRED: A baby baboon snuggled with a teddy bear http://t.co/wuovq1HPEY http://t.co/UHK8MnGj4i”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/535914463388782592,['http://wrd.cm/1r5KMEU'],['https://pbs.twimg.com/media/B2_oAbrIEAAdLIM.jpg'],1,https://pbs.twimg.com/media/B2_oAbrIEAAdLIM.jpg,False,1251,95,755,,None,,,,,,,[],,,, +1097,535905906442403840,535905906442403840,1416604899000.0,2014-11-21 21:21:39,+0000,,About the Nevada deal with Tesla ... http://t.co/hAeyOc5OzC,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/535905906442403840,['http://ts.la/j1'],[],0,,False,523,69,383,,None,,,,,,,[],,,, +1098,535085589456879616,535085589456879616,1416409320000.0,2014-11-19 15:02:00,+0000,,Really hate it when companies bring out an awesome show car and then you can never actually buy it. So lame.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/535085589456879616,[],[],0,,False,3026,283,1685,,None,,,,,,,[],,,, +1099,535085033904558080,535085033904558080,1416409188000.0,2014-11-19 14:59:48,+0000,,"Rumors about canceling Falcon wing doors are false. At Tesla, the production car will always be better than the show car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/535085033904558080,[],[],0,,False,2231,127,1228,,None,,,,,,,[],,,, +1100,534731793832751106,534731793832751106,1416324969000.0,2014-11-18 15:36:09,+0000,,Tesla comic book http://t.co/enyjX9bcGE,es,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/534731793832751106,[],['https://pbs.twimg.com/media/B2u_uw9CMAEgS_H.jpg'],1,https://pbs.twimg.com/media/B2u_uw9CMAEgS_H.jpg,False,1283,111,642,,None,,,,,,,[],,,, +1101,531996243904716800,531994668608024576,1415672763000.0,2014-11-11 02:26:03,+0000,,@Shmizer1 unfettered certainly and at very low cost,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/531996243904716800,[],[],0,,False,152,24,55,,None,,,,,,,[],,,, +1102,531994668608024576,531994668608024576,1415672387000.0,2014-11-11 02:19:47,+0000,,SpaceX is still in the early stages of developing advanced micro-satellites operating in large formations. Announcement in 2 to 3 months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/531994668608024576,[],[],0,,False,2372,236,2140,,None,,,,,,,[],,,, +1103,530599540995260416,530599540995260416,1415339763000.0,2014-11-07 05:56:03,+0000,,Astronauts Play With Blobs of Water in Zero Gravity http://t.co/SeCDcWTnJv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/530599540995260416,['http://www.slate.com/blogs/future_tense/2014/11/06/astronauts_on_the_international_space_station_play_with_balls_of_water_in.html?wpsrc'],[],0,,False,568,97,503,,None,,,,,,,[],,,, +1104,529466348976345088,529466348976345088,1415069589000.0,2014-11-04 02:53:09,+0000,,Review of performance version of dual motor Model S by @MotorTrend http://t.co/wSsbXFdv42,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/529466348976345088,['http://motortrend.com/roadtests/alternative/1411_2015_tesla_model_s_p85d_first_test/'],[],0,,False,708,97,588,,None,,,,,,,[],,,, +1105,528318667306446848,528318667306446848,1414795960000.0,2014-10-31 22:52:40,+0000,,Deepest sympathies to the families of the pilots and the Virgin Galactic team,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/528318667306446848,[],[],0,,False,1747,78,1111,,None,,,,,,,[],,,, +1106,527247155954610176,527247155954610176,1414540492000.0,2014-10-28 23:54:52,+0000,,Sorry to hear about the @OrbitalSciences launch. Hope they recover soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/527247155954610176,[],[],0,,False,1421,141,920,,None,,,,,,,[],,,, +1107,526974332052844544,526971201231409152,1414475446000.0,2014-10-28 05:50:46,+0000,,"Also, lease price improvement is due to US Bank deal. It is *not* a discount. Revenue to Tesla is unchanged.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/526974332052844544,[],[],0,,False,545,64,251,,None,,,,,,,[],,,, +1108,526971201231409152,526971201231409152,1414474699000.0,2014-10-28 05:38:19,+0000,,Article in @WSJ re Tesla sales is incorrect. September was a record high WW and up 65% year-over-year in North America.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/526971201231409152,[],[],0,,False,991,143,664,,None,,,,,,,[],,,, +1109,526437760274792448,526437760274792448,1414347517000.0,2014-10-26 18:18:37,+0000,,Was going to work out this morning. Went to IHOP instead.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/526437760274792448,[],[],0,,False,4265,439,1938,,None,,,,,,,[],,,, +1110,523290693612367872,523290693612367872,1413597198000.0,2014-10-18 01:53:18,+0000,,Infrared video of Falcon rocket reentry captured by @NASA tracking cameras http://t.co/GQLCFLlrUC,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/523290693612367872,['http://m.youtube.com/watch?v=_UFjK_CFKgA&feature=youtu.be'],[],0,,False,674,64,539,,None,,,,,,,[],,,, +1111,523011654515032064,523011654515032064,1413530670000.0,2014-10-17 07:24:30,+0000,,Michigan auto dealers trying to pass anti-consumer legislation http://t.co/qEr5oz3CyE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/523011654515032064,['http://teslamotors.com/blog/raw-deal-michigan'],[],0,,False,418,143,647,,None,,,,,,,[],,,, +1112,522619616661880832,522619616661880832,1413437201000.0,2014-10-16 05:26:41,+0000,,Kinda trippy seeing myself on @SouthPark. I've watched the show ever since the J vs SC short. Brian Boitano!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/522619616661880832,[],[],0,,False,2725,142,1080,,None,,,,,,,[],,,, +1113,520743089938251777,520743089938251777,1412989802000.0,2014-10-11 01:10:02,+0000,,Dual Motor Model S with Autopilot http://t.co/IL7BSn0ZZk,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/520743089938251777,['http://teslamotors.com/blog/dual-motor-model-s-and-autopilot'],[],0,,False,1373,220,1235,,None,,,,,,,[],,,, +1114,520335864053108736,520335864053108736,1412892712000.0,2014-10-09 22:11:52,+0000,,Just got word that the cumulative miles of the worldwide Tesla fleet passed half a billion!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/520335864053108736,[],[],0,,False,2034,255,1040,,None,,,,,,,[],,,, +1115,517509858971504640,517509858971504640,1412218939000.0,2014-10-02 03:02:19,+0000,,"I love the Internet. Comments had me literally ROFL. No, it wasn't intentional. Glad I didn't mention the other letter!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/517509858971504640,[],[],0,,False,2679,324,1352,,None,,,,,,,[],,,, +1116,517486950589014016,517486950589014016,1412213478000.0,2014-10-02 01:31:18,+0000,,About time to unveil the D and something else http://t.co/qp23yi59i6,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/517486950589014016,[],['https://pbs.twimg.com/media/By57o4jCYAECwsq.jpg'],1,https://pbs.twimg.com/media/By57o4jCYAECwsq.jpg,False,10508,2099,11944,,None,,,,,,,[],,,, +1117,516473142923915264,516433449033293825,1411971767000.0,2014-09-29 06:22:47,+0000,,"“@TheDailyShow: The House Science, Space and Technology Committee hearing on global warming. http://t.co/7i5W0Hb39R”",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/516473142923915264,['http://on.cc.com/1vcjuzt'],[],0,,False,461,51,395,,None,,,,,,,[],,,, +1118,513165076694454272,513115414620954624,1411183063000.0,2014-09-20 03:17:43,+0000,,@TalulahRiley Good suggestion :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/513165076694454272,[],[],0,,False,50,16,4,,None,,,,,,,[],,,, +1119,513115414620954624,513115414620954624,1411171222000.0,2014-09-20 00:00:22,+0000,,Calendar app w tap to nav & traffic predictor in Tesla V6.0 release will radically improve how the car adapts to the owner over time,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/513115414620954624,[],[],0,,False,574,88,337,,None,,,,,,,[],,,, +1120,511987985873502209,511987985873502209,1410902422000.0,2014-09-16 21:20:22,+0000,,"Would also like to congratulate @Boeing, fellow winner of the @NASA commercial crew program",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511987985873502209,[],[],0,,False,815,68,366,,None,,,,,,,[],,,, +1121,511987635464585216,511987635464585216,1410902339000.0,2014-09-16 21:18:59,+0000,,This is the Crew Dragon spacecraft design that we unveiled earlier this year: http://t.co/gmpcAuTgQf,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511987635464585216,['http://www.youtube.com/watch?v=yEQrmDoIRO8'],[],0,,False,649,58,453,,None,,,,,,,[],,,, +1122,511986289776680960,511986289776680960,1410902018000.0,2014-09-16 21:13:38,+0000,,Deeply honored and appreciative of the trust that @NASA has placed in @SpaceX for the future of human spaceflight,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511986289776680960,[],[],0,,False,2711,215,1793,,None,,,,,,,[],,,, +1123,510171087498260480,510171087498260480,1410469240000.0,2014-09-11 21:00:40,+0000,,"Official Gigafactory address to be: Electric Avenue, McCarran, Nevada",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/510171087498260480,[],[],0,,False,1840,278,1439,,None,,,,,,,[],,,, +1124,509586265986310144,509195186875138048,1410329808000.0,2014-09-10 06:16:48,+0000,,@Salina_Snipes sounds about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/509586265986310144,[],[],0,,False,39,4,0,,None,,,,,,,[],,,, +1125,509211956436545536,509211956436545536,1410240565000.0,2014-09-09 05:29:25,+0000,,Meeting with @JAXA_en in a building called … http://t.co/RBS2shPdNY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/509211956436545536,[],['https://pbs.twimg.com/media/BxEVkrQIUAEfREg.jpg'],1,https://pbs.twimg.com/media/BxEVkrQIUAEfREg.jpg,False,630,58,150,,None,,,,,,,[],,,, +1126,509195186875138048,509195186875138048,1410236567000.0,2014-09-09 04:22:47,+0000,,"Just did crazy Japanese game show called 逆転の法則. I have no idea what happened, but it was awesome http://t.co/oRQlbCH3de",ja,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/509195186875138048,[],['https://pbs.twimg.com/media/BxEGUhIIIAA9NDM.jpg'],1,https://pbs.twimg.com/media/BxEGUhIIIAA9NDM.jpg,False,2477,166,1143,,None,,,,,,,[],,,, +1127,508921339626127360,508921339626127360,1410171277000.0,2014-09-08 10:14:37,+0000,,Excellent explanation of the diff betw getting to orbit vs space (suggested by @MarkusvonRoder) https://t.co/7PD42mkIEz,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/508921339626127360,['https://what-if.xkcd.com/58/'],[],0,,False,741,45,613,,None,,,,,,,[],,,, +1128,508898503251488768,508898503251488768,1410165832000.0,2014-09-08 08:43:52,+0000,,Handing over the first Tesla Model S cars in Japan http://t.co/58fzUJBjVs,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/508898503251488768,[],['https://pbs.twimg.com/media/Bw_4esRCEAEdRuR.jpg'],1,https://pbs.twimg.com/media/Bw_4esRCEAEdRuR.jpg,False,1606,111,825,,None,,,,,,,[],,,, +1129,508632347990687745,508617476804866048,1410102376000.0,2014-09-07 15:06:16,+0000,,@yoshimasa_satoh It was exactly what I was looking for,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/508632347990687745,[],[],0,,False,93,4,82,,None,,,,,,,[],,,, +1130,508622668535304193,508622668535304193,1410100068000.0,2014-09-07 14:27:48,+0000,,Long exposure of AsiaSat 6 transiting to geo orbit over China http://t.co/mPr2Td9kkx,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/508622668535304193,[],['https://pbs.twimg.com/media/Bw79nnBCUAEcUgF.jpg'],1,https://pbs.twimg.com/media/Bw79nnBCUAEcUgF.jpg,False,1920,81,1345,,None,,,,,,,[],,,, +1131,508617476804866048,508617476804866048,1410098830000.0,2014-09-07 14:07:10,+0000,,Noodles in Shinjuku http://t.co/MWztTqByuA,in,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/508617476804866048,[],['https://pbs.twimg.com/media/Bw745ZoCQAA2ACR.jpg'],1,https://pbs.twimg.com/media/Bw745ZoCQAA2ACR.jpg,False,4977,213,4422,,None,,,,,,,[],,,, +1132,508457119037681665,508457119037681665,1410060598000.0,2014-09-07 03:29:58,+0000,,"Launch in ~1.5 hours if weather clears. Lightning tower struck earlier, but no effect on rocket or satellite http://t.co/AWdx9LsFZt",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/508457119037681665,[],['https://pbs.twimg.com/media/Bw5nC3FCUAAwW96.jpg'],1,https://pbs.twimg.com/media/Bw5nC3FCUAAwW96.jpg,False,1462,140,951,,None,,,,,,,[],,,, +1133,506573584890724352,506573584890724352,1409611528000.0,2014-09-01 22:45:28,+0000,,The graph that really matters http://t.co/FF2AQ0hg15 http://t.co/0Xk2arTzvW,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/506573584890724352,['http://slate.me/1pzPSgh'],['https://pbs.twimg.com/media/Bwe1_aiCIAE4bAa.jpg'],1,https://pbs.twimg.com/media/Bwe1_aiCIAE4bAa.jpg,False,1096,186,1198,,None,,,,,,,[],,,, +1134,504013712010018816,503470300575850496,1409001207000.0,2014-08-25 21:13:27,+0000,,@evanwiththebig @TeslaMotors Expansion to Madrid already underway. Map is being updated. All of Spain & Portugal by end of 2015.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/504013712010018816,[],[],0,,False,236,70,264,,None,,,,,,,[],,,, +1135,504013262829391873,504013262829391873,1409001100000.0,2014-08-25 21:11:40,+0000,,Model S limits torque if brake & accel simul pressed. Going to zero torque with brake press would be a safety hazard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/504013262829391873,[],[],0,,False,300,67,113,,None,,,,,,,[],,,, +1136,504010071714840576,503470300575850496,1409000339000.0,2014-08-25 20:58:59,+0000,,@cermak @Tesla_Europe I agree. We are fixing this plan. Updated map coming soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/504010071714840576,[],[],0,,False,197,25,67,,None,,,,,,,[],,,, +1137,504001838413516801,504000716613373954,1408998376000.0,2014-08-25 20:26:16,+0000,,@WillOremus That has been my goal from the beginning. Need the Gigafactory for Model 3.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/504001838413516801,[],[],0,,False,174,27,79,,None,,,,,,,[],,,, +1138,503077090803986432,503077090803986432,1408777899000.0,2014-08-23 07:11:39,+0000,,Ad taken out in Palo Alto Daily by two Model S owners is right. Many of the suggestions will be implemented soon. http://t.co/cF43PvJDgQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/503077090803986432,[],['https://pbs.twimg.com/media/BvtJ8qZCEAAGVsG.jpg'],1,https://pbs.twimg.com/media/BvtJ8qZCEAAGVsG.jpg,False,2702,343,1449,,None,,,,,,,[],,,, +1139,502974683864518657,502974683864518657,1408753484000.0,2014-08-23 00:24:44,+0000,,Three engine F9R Dev1 vehicle auto-terminated during test flight. No injuries or near injuries. Rockets are tricky …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/502974683864518657,[],[],0,,False,1112,250,1025,,None,,,,,,,[],,,, +1140,501777115860066304,501777115860066304,1408467961000.0,2014-08-19 17:06:01,+0000,,Wikception http://t.co/fd8r4JI2Tx,da,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/501777115860066304,['http://en.m.wikipedia.org/wiki/List_of_lists_of_lists'],[],0,,False,875,113,942,,None,,,,,,,[],,,, +1141,500378028141076483,500375541493411840,1408134393000.0,2014-08-15 20:26:33,+0000,,@awadsayeed Yes. Technically Model 3 or maybe three horizontal bars. Won't be three vertical bars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500378028141076483,[],[],0,,False,78,14,26,,None,,,,,,,[],,,, +1142,500376654040948737,500341005262913536,1408134065000.0,2014-08-15 20:21:05,+0000,,"@BillGates @RyanSeacrest @TEDchris Am a bit under the weather, but will do it!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500376654040948737,[],[],0,,False,772,57,329,,None,,,,,,,[],,,, +1143,500375541493411840,500375541493411840,1408133800000.0,2014-08-15 20:16:40,+0000,,"Model S drivetrain warranty increased to infinite miles, applies retroactively ... http://t.co/0Gwukwj6qT",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500375541493411840,['http://teslamotors.com/blog/infinite-mile-warranty'],[],0,,False,1453,302,1802,,None,,,,,,,[],,,, +1144,496700455045840896,496700455045840896,1407257591000.0,2014-08-05 16:53:11,+0000,,Long exposure of the Falcon 9 predawn launch from Cape Canaveral http://t.co/jQHxIEhuJb,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/496700455045840896,[],['https://pbs.twimg.com/media/BuSibXHCEAEXx5A.jpg'],1,https://pbs.twimg.com/media/BuSibXHCEAEXx5A.jpg,False,2787,155,2209,,None,,,,,,,[],,,, +1145,496673908129804288,496673908129804288,1407251262000.0,2014-08-05 15:07:42,+0000,,"High velocity reentry (2700 lbs/sqft) appeared to succeed, but, as expected, not enough propellant to land for this and the next mission.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/496673908129804288,[],[],0,,False,390,61,177,,None,,,,,,,[],,,, +1146,496673142656749568,496673142656749568,1407251079000.0,2014-08-05 15:04:39,+0000,,Falcon 9 flight 11 to geosynchronous transfer orbit completed on target this morning http://t.co/UoJMNOHTUR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/496673142656749568,[],['https://pbs.twimg.com/media/BuSJllfCYAEtqHx.jpg'],1,https://pbs.twimg.com/media/BuSJllfCYAEtqHx.jpg,False,911,53,512,,None,,,,,,,[],,,, +1147,496451029509373952,496444502845173760,1407198123000.0,2014-08-05 00:22:03,+0000,,Love EFF “@arstechnica: EFF inaugurates “Stupid Patent of the Month” http://t.co/3AlePablJ9 by @joemullin”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/496451029509373952,['http://ars.to/1s6fYIG'],[],0,,False,325,37,358,,None,,,,,,,[],,,, +1148,496012177103663104,496012177103663104,1407093493000.0,2014-08-03 19:18:13,+0000,,"Hope we're not just the biological boot loader for digital superintelligence. Unfortunately, that is increasingly probable",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/496012177103663104,[],[],0,,False,3799,645,4459,,None,,,,,,,[],,,, +1149,496010572333580289,496010572333580289,1407093110000.0,2014-08-03 19:11:50,+0000,,"While on the subject of AI risk, Our Final Invention by @jrbarrat is also worth reading",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/496010572333580289,[],[],0,,False,509,103,158,,None,,,,,,,[],,,, +1150,495771005634482176,495759307346952192,1407035993000.0,2014-08-03 03:19:53,+0000,,"@drwave @itsDanielSuarez Yeah, Daemon is a great read",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/495771005634482176,[],[],0,,False,61,12,7,,None,,,,,,,[],,,, +1151,495760430870978561,495759307346952192,1407033472000.0,2014-08-03 02:37:52,+0000,,@IrrelevantGamer @masseffect Mass Effect 2 is one of the best games ever. Also love Saints Row IV.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/495760430870978561,[],[],0,,False,524,38,201,,None,,,,,,,[],,,, +1152,495759307346952192,495759307346952192,1407033204000.0,2014-08-03 02:33:24,+0000,,Worth reading Superintelligence by Bostrom. We need to be super careful with AI. Potentially more dangerous than nukes.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/495759307346952192,[],[],0,,False,3018,499,2474,,None,,,,,,,[],,,, +1153,495739993600450560,495739993600450560,1407028599000.0,2014-08-03 01:16:39,+0000,,Guardians of the Galaxy is great. Best line is when Star-Lord says his spaceship looks like a Jackson Pollock painting under black light.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/495739993600450560,[],[],0,,False,1853,100,945,,None,,,,,,,[],,,, +1154,493084094532956160,493084094532956160,1406395383000.0,2014-07-26 17:23:03,+0000,,On annual camping trip w kids. Trying a place just south of Carmel in California this year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/493084094532956160,[],[],0,,False,566,167,108,,None,,,,,,,[],,,, +1155,491796248148455425,491663163859820544,1406088337000.0,2014-07-23 04:05:37,+0000,,“@SpaceX: Soft water landing of Falcon 9 rocket booster. http://t.co/VxBqBZhHmO Full update: http://t.co/nH8UqOmN9h”,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/491796248148455425,"['http://youtu.be/CQnR5fhCXkQ', 'http://www.spacex.com/news/2014/07/22/spacex-soft-lands-falcon-9-rocket-first-stage']",[],0,,False,538,77,477,,None,,,,,,,[],,,, +1156,490325897820381185,488719729599578112,1405737778000.0,2014-07-19 02:42:58,+0000,,"Looks like body slam, maybe from a self-generated wave",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/490325897820381185,[],[],0,,False,248,95,135,,None,,,,,,,[],,,, +1157,488719729599578112,488719729599578112,1405354838000.0,2014-07-14 16:20:38,+0000,,Detailed review of rocket telemetry needed to tell if due to initial splashdown or subsequent tip over and body slam,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488719729599578112,[],[],0,,False,380,103,283,,None,,,,,,,[],,,, +1158,488718649515986944,488718649515986944,1405354580000.0,2014-07-14 16:16:20,+0000,,"Rocket booster reentry, landing burn & leg deploy were good, but lost hull integrity right after splashdown (aka kaboom)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488718649515986944,[],[],0,,False,709,117,797,,None,,,,,,,[],,,, +1159,488717037674311682,488717037674311682,1405354196000.0,2014-07-14 16:09:56,+0000,,Flight 10 of Falcon 9 was good. All six ORBCOMM satellites deployed on target.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488717037674311682,[],[],0,,False,706,85,466,,None,,,,,,,[],,,, +1160,487286689300086784,487279300895191041,1405013174000.0,2014-07-10 17:26:14,+0000,,@leroytwin @Tesla_Canada A lot of Canadian Superchargers are in work and will start going live in the next month or so,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/487286689300086784,[],[],0,,False,76,21,46,,None,,,,,,,[],,,, +1161,487279300895191041,487279300895191041,1405011413000.0,2014-07-10 16:56:53,+0000,,Tesla Superchargers delivered over 1GWh last month. Long distance driving growing exponentially http://t.co/vixkd5gkKX,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/487279300895191041,['http://www.teslamotors.com/blog/supercharging-milestone'],[],0,,False,683,110,642,,None,,,,,,,[],,,, +1162,483979768203726848,483979768203726848,1404224743000.0,2014-07-01 14:25:43,+0000,,Tesla Model S named top model in perceived quality http://t.co/hOhZMIG78u via @USATODAY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/483979768203726848,['http://usat.ly/1lIT4DE'],[],0,,False,547,68,429,,None,,,,,,,[],,,, +1163,479705782720536577,479705782720536577,1403205745000.0,2014-06-19 19:22:25,+0000,,Test flight of Falcon 9-R with deployable grid fins for better hypersonic thru subsonic control http://t.co/6ZXpvPao2u,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/479705782720536577,['http://m.youtube.com/watch?v=DgLBIdVg3EM&feature=youtu.be'],[],0,,False,740,175,689,,None,,,,,,,[],,,, +1164,478903880793993216,478903880793993216,1403014557000.0,2014-06-17 14:15:57,+0000,,Goal is for unsubsidized solar power to cost less than grid electricity from coal or fracked gas,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/478903880793993216,[],[],0,,False,2009,261,1734,,None,,,,,,,[],,,, +1165,478901093733507072,478901093733507072,1403013892000.0,2014-06-17 14:04:52,+0000,,SolarCity to build the world's largest advanced solar panel factory in upstate New York http://t.co/dI6N9QomaQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/478901093733507072,['http://blog.solarcity.com/silevo/'],[],0,,False,1226,168,1396,,None,,,,,,,[],,,, +1166,478757147459985409,478675928449822720,1402979573000.0,2014-06-17 04:32:53,+0000,,"Edmunds beats Tesla LA-NY record by several hours! “@edmunds: Made it! Our Model S made LA-NY run in 67 hrs and 21 mins""",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/478757147459985409,[],[],0,,False,490,63,323,,None,,,,,,,[],,,, +1167,477223079421046785,477223079421046785,1402613823000.0,2014-06-12 22:57:03,+0000,,"Apparently, lots of confused media inquiries about blog title. Look, we just to make sure they don't set us up the bomb.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/477223079421046785,[],[],0,,False,2703,311,2096,,None,,,,,,,[],,,, +1168,477133748949884929,477133748949884929,1402592525000.0,2014-06-12 17:02:05,+0000,,Regarding Tesla patents http://t.co/gGBWoInh6C,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/477133748949884929,['http://www.teslamotors.com/blog/all-our-patent-are-belong-you'],[],0,,False,3828,1126,6303,,None,,,,,,,[],,,, +1169,476537238785114112,476481698914652160,1402450306000.0,2014-06-11 01:31:46,+0000,,@Ash_Dale I do seriously need a haircut :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/476537238785114112,[],[],0,,False,32,7,4,,None,,,,,,,[],,,, +1170,474212817306787840,474212817306787840,1401896120000.0,2014-06-04 15:35:20,+0000,,"Ok, but the sloths kinda had it coming ""Humans Blamed for Extinction of Mammoths & Giant Sloths"" http://t.co/pIPW8rjjl2",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/474212817306787840,['http://news.yahoo.com/humans-blamed-extinction-mammoths-mastodons-giant-sloths-230217240.html?soc_src=mediacontentsharebuttons'],[],0,,False,352,83,252,,None,,,,,,,[],,,, +1171,472757297685356546,472757297685356546,1401549097000.0,2014-05-31 15:11:37,+0000,,Recording of Dragon V2 unveil at http://t.co/aBIV4EWOS2,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/472757297685356546,['http://www.spacex.com/webcast/'],[],0,,False,528,112,530,,None,,,,,,,[],,,, +1172,471829262215835648,471829262215835648,1401327836000.0,2014-05-29 01:43:56,+0000,,Amazing repair job of Falcon 9 ocean landing vid by @NASASpaceflight forum. Now shows leg deploy http://t.co/EYoaRjEn9Q,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/471829262215835648,['http://www.youtube.com/watch?v=XoufUV5oGTo&sns=em'],[],0,,False,409,40,301,,None,,,,,,,[],,,, +1173,471808555951980544,471808555951980544,1401322900000.0,2014-05-29 00:21:40,+0000,,Model S in drag queen competition @CARandDRIVER http://t.co/SHSkETbbWm,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/471808555951980544,['http://www.teslamotors.com/sites/default/files/blog_attachments/the-slipperiest-car-on-the-road.pdf'],[],0,,False,233,38,190,,None,,,,,,,[],,,, +1174,470613418039586816,470613418039586816,1401037957000.0,2014-05-25 17:12:37,+0000,,Prince Albert & Princess Charlene drove a Tesla around the track to open @F1 Monaco! The honor is much appreciated :) http://t.co/gjQmbm541s,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/470613418039586816,[],['https://pbs.twimg.com/media/Bof0aBOIQAAC8R3.jpg'],1,https://pbs.twimg.com/media/Bof0aBOIQAAC8R3.jpg,False,2098,121,1444,,None,,,,,,,[],,,, +1175,470001882300444674,469986226930741248,1400892156000.0,2014-05-24 00:42:36,+0000,,@QuantumG When we launch I want to know that SpaceX has done everything possible to keep the astronauts safe. Only a few more years to go.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/470001882300444674,[],[],0,,False,85,14,34,,None,,,,,,,[],,,, +1176,469996295151972352,469986226930741248,1400890823000.0,2014-05-24 00:20:23,+0000,,"@QuantumG Dragon V1.1 doesn't have a launch escape system. Probably comparable reliability to Shuttle, but we need to do better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/469996295151972352,[],[],0,,False,21,4,7,,None,,,,,,,[],,,, +1177,469990086738984960,469986226930741248,1400889343000.0,2014-05-23 23:55:43,+0000,,"@RichardGarriott Just the air in Dragon. Technically, if a few humans had stowed aboard Dragon on the last flight, they would've been ok.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469990086738984960,[],[],0,,False,34,9,14,,None,,,,,,,[],,,, +1178,469988081635196928,469986226930741248,1400888865000.0,2014-05-23 23:47:45,+0000,,"@westcoastbill First, the cheese. Then, the mouse.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469988081635196928,[],[],0,,False,38,2,9,,None,,,,,,,[],,,, +1179,469986226930741248,469986226930741248,1400888423000.0,2014-05-23 23:40:23,+0000,,The next Dragon mission to the Space Station will carry our first live mammals: 40 mousetronauts! http://t.co/rR3c6gd1v3,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469986226930741248,['http://www.nasa.gov/mission_pages/station/research/news/rodent_research/'],[],0,,False,797,97,734,,None,,,,,,,[],,,, +1180,469982869218004994,469982869218004994,1400887622000.0,2014-05-23 23:27:02,+0000,,Contracting official's new job raises questions http://t.co/JhRDGa6vYZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469982869218004994,['http://bigstory.ap.org/article/contracting-officers-new-job-raises-questions'],[],0,,False,224,35,196,,None,,,,,,,[],,,, +1181,469644139253215233,469644139253215233,1400806863000.0,2014-05-23 01:01:03,+0000,,"Either way, this case certainly deserves close examination by the DoD Inspector General per @SenJohnMcCain's request http://t.co/IZ4JO2y3JO",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/469644139253215233,['http://www.mccain.senate.gov/public/index.cfm/press-releases?ID=c6782e97-ca58-47c4-991f-4587c8da1e9d'],[],0,,False,419,46,305,,None,,,,,,,[],,,, +1182,469641881010581504,469641881010581504,1400806324000.0,2014-05-23 00:52:04,+0000,,"Reason I believe this is likely is that Correll first tried to work at SpaceX, but we turned him down. Our competitor, it seems, did not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469641881010581504,[],[],0,,False,400,75,361,,None,,,,,,,[],,,, +1183,469640326416982016,469640326416982016,1400805953000.0,2014-05-23 00:45:53,+0000,,V likely AF official Correll was told by ULA/Rocketdyne that a rich VP job was his if he gave them a sole source contract,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469640326416982016,[],[],0,,False,340,51,389,,None,,,,,,,[],,,, +1184,469639079085486080,469639079085486080,1400805656000.0,2014-05-23 00:40:56,+0000,,Air Force official awards $10B+ contract uncompeted & then takes lucrative job w funds recipient http://t.co/SHqFYWd3CR,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469639079085486080,['http://nlpc.org/stories/2014/05/18/space-launch-deal-puts-spotlight-revolving-door'],[],0,,False,587,134,1127,,None,,,,,,,[],,,, +1185,469356919979655168,469356919979655168,1400738384000.0,2014-05-22 05:59:44,+0000,,Great progress by @NASASpaceflight members repairing the Falcon 9 ocean landing video http://t.co/DP4y5W5uvZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/469356919979655168,['http://twitpic.com/e4dm2e'],[],0,,False,493,39,348,,None,,,,,,,[],,,, +1186,466521428914094083,466312864740171776,1400062350000.0,2014-05-14 10:12:30,+0000,,@Oatmeal may all technology in the future follow the zeroth law...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/466521428914094083,[],[],0,,False,476,36,189,,None,,,,,,,[],,,, +1187,466518346574626817,466267316406063104,1400061615000.0,2014-05-14 10:00:15,+0000,,@Oatmeal I would be happy to help,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/466518346574626817,[],[],0,,False,4781,457,2790,,None,,,,,,,[],,,, +1188,465030743962296320,465030743962296320,1399706943000.0,2014-05-10 07:29:03,+0000,,Worth seeing @ChefTheFilm by @Jon_Favreau. Make sure to plan for a meal afterwards!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/465030743962296320,[],[],0,,False,294,42,105,,None,,,,,,,[],,,, +1189,464491775264960512,464491775264960512,1399578443000.0,2014-05-08 19:47:23,+0000,,Trouble in Missouri. Auto dealers trying to sneak in a monopoly creation bill today http://t.co/p6zqtsaYpi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/464491775264960512,['http://www.teslamotors.com/blog/trouble-missouri'],[],0,,False,267,139,532,,None,,,,,,,[],,,, +1190,462104679116050432,462100295896412160,1399009315000.0,2014-05-02 05:41:55,+0000,,@rocketrepreneur ~40%,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/462104679116050432,[],[],0,,False,63,15,12,,None,,,,,,,[],,,, +1191,462100295896412160,462100295896412160,1399008270000.0,2014-05-02 05:24:30,+0000,,"Second flight of Falcon 9-R. 1000m, hover and land (with cows) http://t.co/tixmBH5sw6",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/462100295896412160,['http://m.youtube.com/watch?feature=youtu.be&v=ZwwS4YOTbbw'],[],0,,False,1210,323,1543,,None,,,,,,,[],,,, +1192,461283368693669888,461279062837968897,1398813499000.0,2014-04-29 23:18:19,+0000,,"Cover drops on May 29. Actual flight design hardware of crew Dragon, not a mockup.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/461283368693669888,[],[],0,,False,562,93,429,,None,,,,,,,[],,,, +1193,461279062837968897,461279062837968897,1398812473000.0,2014-04-29 23:01:13,+0000,,Sounds like this might be a good time to unveil the new Dragon Mk 2 spaceship that @SpaceX has been working on w @NASA. No trampoline needed,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/461279062837968897,[],[],0,,False,1695,147,1421,,None,,,,,,,[],,,, +1194,461057260853022720,461055064438628353,1398759591000.0,2014-04-29 08:19:51,+0000,,@micahgtb almost,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461057260853022720,[],[],0,,False,13,0,2,,None,,,,,,,[],,,, +1195,461057152111505408,461055064438628353,1398759565000.0,2014-04-29 08:19:25,+0000,,@constrainedbyc no problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461057152111505408,[],[],0,,False,13,0,2,,None,,,,,,,[],,,, +1196,461055579650129920,461055064438628353,1398759190000.0,2014-04-29 08:13:10,+0000,,@nitroc3ll yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461055579650129920,[],[],0,,False,11,1,2,,None,,,,,,,[],,,, +1197,460975671603634176,460802462589665280,1398740139000.0,2014-04-29 02:55:39,+0000,,@KAlHomoud Superchargers in Canada will go live in 6 to 8 weeks. Update on forums shortly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/460975671603634176,[],[],0,,False,37,6,24,,None,,,,,,,[],,,, +1198,459891514781364224,459891514781364224,1398481656000.0,2014-04-26 03:07:36,+0000,,Letter from @SenJohnMcCain to DoD Inspector General questioning uncompeted space launch contract http://t.co/Bq6raOKSHM,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/459891514781364224,['http://www.mccain.senate.gov/public/index.cfm/press-releases?ID=c6782e97-ca58-47c4-991f-4587c8da1e9d'],[],0,,False,331,62,244,,None,,,,,,,[],,,, +1199,459448693444206592,459448693444206592,1398376079000.0,2014-04-24 21:47:59,+0000,,100th @TeslaMotors Supercharger goes live http://t.co/jgCWF4qxCd,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/459448693444206592,['http://www.teslamotors.com/blog/100-supercharger-stations'],[],0,,False,421,48,332,,None,,,,,,,[],,,, +1200,459443233290866688,459443233290866688,1398374777000.0,2014-04-24 21:26:17,+0000,,FTC blog supports direct car sales as good for consumers http://t.co/FfqvAKVfFF,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/459443233290866688,['http://www.ftc.gov/news-events/blogs/competition-matters/2014/04/who-decides-how-consumers-should-shop'],[],0,,False,312,45,293,,None,,,,,,,[],,,, +1201,457311780943822848,457307742495993856,1397866599000.0,2014-04-19 00:16:39,+0000,,Flight computers continued transmitting for 8 seconds after reaching the water. Stopped when booster went horizontal.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/457311780943822848,[],[],0,,False,613,126,496,,None,,,,,,,[],,,, +1202,457307742495993856,457307742495993856,1397865636000.0,2014-04-19 00:00:36,+0000,,Data upload from tracking plane shows landing in Atlantic was good! Several boats enroute through heavy seas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/457307742495993856,[],[],0,,False,998,173,894,,None,,,,,,,[],,,, +1203,457263446086524930,457259334414503937,1397855075000.0,2014-04-18 21:04:35,+0000,,@MarinaSBlinova Rocket boost stage reaching 0 m/s in one piece :) Will know soon. Odds not high.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/457263446086524930,[],[],0,,False,61,11,33,,None,,,,,,,[],,,, +1204,457259334414503937,457259334414503937,1397854095000.0,2014-04-18 20:48:15,+0000,,"Last known state for rocket boost stage is 360 m/s, Mach 1.1, 8.5 km altitude and roll rate close to zero (v important!)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/457259334414503937,[],[],0,,False,522,79,383,,None,,,,,,,[],,,, +1205,457257359354519552,457257359354519552,1397853624000.0,2014-04-18 20:40:24,+0000,,Orbit insertion and Dragon deploy all good. Falcon reentry burn also good. Waiting for landing data from tracking plane.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/457257359354519552,[],[],0,,False,649,79,478,,None,,,,,,,[],,,, +1206,457235055388020736,457235055388020736,1397848307000.0,2014-04-18 19:11:47,+0000,,Falcon 9-Reusable with (now retired) Grasshopper test rig in background http://t.co/TmYrs5mm79,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/457235055388020736,[],['https://pbs.twimg.com/media/Blhs3D-CUAASuFZ.jpg'],1,https://pbs.twimg.com/media/Blhs3D-CUAASuFZ.jpg,False,554,48,356,,None,,,,,,,[],,,, +1207,457212031062392833,457212031062392833,1397842817000.0,2014-04-18 17:40:17,+0000,,Hexacopter drone vid of 1st F9 rocket booster takeoff & landing w flight design legs http://t.co/FhZX3afK1a,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/457212031062392833,['http://youtu.be/0UjWqQPWmsY'],[],0,,False,776,155,1049,,None,,,,,,,[],,,, +1208,457191844133097472,457188968627310592,1397838004000.0,2014-04-18 16:20:04,+0000,,@erwinEmm Need to make sure precision return from hypersonic velocity works in ocean before transitioning to land,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457191844133097472,[],[],0,,False,33,4,19,,None,,,,,,,[],,,, +1209,457190623640969216,457190623640969216,1397837713000.0,2014-04-18 16:15:13,+0000,,Heavy seas in Atlantic preventing our recovery ship from being on station. Maybe they can help? http://t.co/9zZKAqPh6H,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457190623640969216,['http://theaviationist.com/2014/04/17/russian-tug-off-us/'],[],0,,False,203,44,142,,None,,,,,,,[],,,, +1210,457188968627310592,457188968627310592,1397837318000.0,2014-04-18 16:08:38,+0000,,This is 1st ever orbital rocket launch w landing legs. Will attempt leg deploy & soft landing out to sea.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457188968627310592,[],[],0,,False,556,75,500,,None,,,,,,,[],,,, +1211,457181362307350529,457181362307350529,1397835505000.0,2014-04-18 15:38:25,+0000,,Launch to the Space Station in just under three hours if weather holds http://t.co/aBIV4EWOS2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/457181362307350529,['http://www.spacex.com/webcast/'],[],0,,False,419,74,522,,None,,,,,,,[],,,, +1212,456914811461197824,456914811461197824,1397771954000.0,2014-04-17 21:59:14,+0000,,Honored that @NASA would entrust @SpaceX with the Apollo 11 (first moon landing) launch pad http://t.co/LmqxRwsKFW,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/456914811461197824,['http://www.nasa.gov/press/2014/april/nasa-signs-agreement-with-spacex-for-use-of-historic-launch-pad/#.U1BNuPldVqw'],[],0,,False,918,99,633,,None,,,,,,,[],,,, +1213,453574051487686657,453197377504313345,1396975455000.0,2014-04-08 16:44:15,+0000,,"@elonmusk Also, breakfast at Tesla is self-serve cereal (no distinction for execs) and the person mentioned isn't actually an employee",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/453574051487686657,[],[],0,,False,226,59,83,,None,,,,,,,[],,,, +1214,453571298677907456,453571298677907456,1396974799000.0,2014-04-08 16:33:19,+0000,,"Leasing a Model S takes 5 mins online, no signatures & one tap on car center screen to accept when delivered",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/453571298677907456,[],[],0,,False,766,171,712,,None,,,,,,,[],,,, +1215,453555454187012097,453555454187012097,1396971021000.0,2014-04-08 15:30:21,+0000,,Tesla US business leasing program went live today http://t.co/wCH0GLAEAJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/453555454187012097,['http://teslamotors.com/blog/tesla-business-leasing'],[],0,,False,280,50,250,,None,,,,,,,[],,,, +1216,453206036787523585,453204415458344960,1396887713000.0,2014-04-07 16:21:53,+0000,,"@AKAbrahamson @itsDanielSuarez Yeah, that's worth a read",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/453206036787523585,[],[],0,,False,12,0,4,,None,,,,,,,[],,,, +1217,453204415458344960,453204415458344960,1396887327000.0,2014-04-07 16:15:27,+0000,,What could possibly go wrong? https://t.co/ZhUrllHG95,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/453204415458344960,['https://screen.yahoo.com/wall-street-journal/autonomous-drones-navys-next-weapon-190203507.html'],[],0,,False,355,96,332,,None,,,,,,,[],,,, +1218,453199172389588992,453197245211746304,1396886077000.0,2014-04-07 15:54:37,+0000,,@MarinaSBlinova @MikeJudge @Recode That would definitely help,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453199172389588992,[],[],0,,False,6,0,1,,None,,,,,,,[],,,, +1219,453198648323874816,453197245211746304,1396885952000.0,2014-04-07 15:52:32,+0000,,"@justincooperman @MikeJudge @Recode Yeah, that about sums it up",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453198648323874816,[],[],0,,False,9,1,1,,None,,,,,,,[],,,, +1220,453197377504313345,453197377504313345,1396885649000.0,2014-04-07 15:47:29,+0000,,"Bloomberg article today also has oddly false details. I don't eat breakfast at Tesla and drink coffee, not juice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197377504313345,[],[],0,,False,519,98,285,,None,,,,,,,[],,,, +1221,453197245211746304,453197245211746304,1396885617000.0,2014-04-07 15:46:57,+0000,,"The @MikeJudge show about Silicon Valley missed the mark in some ways, but I didn't hate it, as @Recode reporter claimed",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197245211746304,[],[],0,,False,172,18,103,,None,,,,,,,[],,,, +1222,453197193701507073,453197193701507073,1396885605000.0,2014-04-07 15:46:45,+0000,,Some oddly inaccurate news stories of late ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197193701507073,[],[],0,,False,161,38,62,,None,,,,,,,[],,,, +1223,452535429716135936,452532882628935680,1396727828000.0,2014-04-05 19:57:08,+0000,,@BKuppersmith Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452535429716135936,[],[],0,,False,15,4,1,,None,,,,,,,[],,,, +1224,452535291115352064,432629198662807553,1396727795000.0,2014-04-05 19:56:35,+0000,,"@OlejAndersen Once 5.9 is rolled out to the whole fleet and all looks good, we will roll out 6.0 to owners on our public beta program",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452535291115352064,[],[],0,,False,14,6,2,,None,,,,,,,[],,,, +1225,452534412291211264,432629198662807553,1396727586000.0,2014-04-05 19:53:06,+0000,,"@OlejAndersen Some challenges w 5.9 rollout, as it contains software specially written for car owners in Norway & Belgium",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452534412291211264,[],[],0,,False,14,2,1,,None,,,,,,,[],,,, +1226,452254046024265728,452254046024265728,1396660741000.0,2014-04-05 01:19:01,+0000,,Review of Model S by @BBC_TopGear much appreciated http://t.co/5PmhlfAIVn,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/452254046024265728,['http://www.topgear.com/uk/photos/Maserati-Ghibli-takes-on-Model-S-2014-04-03'],[],0,,False,658,74,460,,None,,,,,,,[],,,, +1227,451094706479308800,451094706479308800,1396384333000.0,2014-04-01 20:32:13,+0000,,Announcing a revolutionary Tesla driving technology http://t.co/8QCmjGpLOR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/451094706479308800,['http://teslamotors.com/blog/pet-driving-cars'],[],0,,False,604,120,652,,None,,,,,,,[],,,, +1228,450692202801688576,450692202801688576,1396288369000.0,2014-03-31 17:52:49,+0000,,Snowed in at Mt. Rushmore @GoParks http://t.co/X6G7CeArPB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/450692202801688576,[],['https://pbs.twimg.com/media/BkEuK6HIEAAPIr_.jpg'],1,https://pbs.twimg.com/media/BkEuK6HIEAAPIr_.jpg,False,472,99,121,,None,,,,,,,[],,,, +1229,450657675978629120,450657675978629120,1396280137000.0,2014-03-31 15:35:37,+0000,,Now having breakfast at ... http://t.co/8tGI3L0iGg,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/450657675978629120,[],['https://pbs.twimg.com/media/BkEOxLWCMAAt9q_.jpg'],1,https://pbs.twimg.com/media/BkEOxLWCMAAt9q_.jpg,False,279,65,61,,None,,,,,,,[],,,, +1230,450651522116767744,450651522116767744,1396278670000.0,2014-03-31 15:11:10,+0000,,Just stayed at the Rocket (yes!) Motel near Mt Rushmore. Sudden blizzard making road trip tricky http://t.co/TRIPC7dKwK,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/450651522116767744,[],['https://pbs.twimg.com/media/BkEJK-0CAAAaL6V.jpg'],1,https://pbs.twimg.com/media/BkEJK-0CAAAaL6V.jpg,False,522,96,139,,None,,,,,,,[],,,, +1231,448466037441179649,448403837242851328,1395757610000.0,2014-03-25 14:26:50,+0000,,@cairnz 80% to 30%,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/448466037441179649,[],[],0,,False,91,11,11,,None,,,,,,,[],,,, +1232,446348496157675522,446310449802670080,1395252748000.0,2014-03-19 18:12:28,+0000,,@FlateFred agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/446348496157675522,[],[],0,,False,26,8,3,,None,,,,,,,[],,,, +1233,445377952402780160,445377952402780160,1395021353000.0,2014-03-17 01:55:53,+0000,,"Russian state TV threatens US with nuclear war, showing missile arc & mushroom cloud images http://t.co/B4ARd2fdb8",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/445377952402780160,['http://news.yahoo.com/state-tv-says-russia-could-turn-us-radioactive-212003397.html'],[],0,,False,362,272,1034,,None,,,,,,,[],,,, +1234,444577717812334592,444577717812334592,1394830562000.0,2014-03-14 20:56:02,+0000,,Regarding Gov. Christie's action to impede direct sales of automobiles in New Jersey http://t.co/v92hjzSKne,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/444577717812334592,['http://www.teslamotors.com/blog/people-new-jersey'],[],0,,False,745,243,1315,,None,,,,,,,[],,,, +1235,444542383099637760,444542383099637760,1394822137000.0,2014-03-14 18:35:37,+0000,,Working on a Model S environmental impact blog this weekend to counteract BS like the @Bloomberg graphite story. Beyond ridiculous...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/444542383099637760,[],[],0,,False,685,169,491,,None,,,,,,,[],,,, +1236,444359579791392769,444357457733632000,1394778554000.0,2014-03-14 06:29:14,+0000,,"@jnags92 Yes, I'm confident that Tesla will do something with them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444359579791392769,[],[],0,,False,59,9,7,,None,,,,,,,[],,,, +1237,444359283736473600,444357457733632000,1394778483000.0,2014-03-14 06:28:03,+0000,,"@TeamAizek Not true. The amount of graphite in our car is small, comes from Japan and is mined in a very clean way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444359283736473600,[],[],0,,False,45,5,17,,None,,,,,,,[],,,, +1238,444358711796985857,444358173881667585,1394778347000.0,2014-03-14 06:25:47,+0000,,"@X4NWO Well, now that Satoshi Nakamoto has been discovered, I guess it is case closed ... :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444358711796985857,[],[],0,,False,212,30,71,,None,,,,,,,[],,,, +1239,444357457733632000,444357457733632000,1394778048000.0,2014-03-14 06:20:48,+0000,,Just discovered a great Tesla ad made by 2 recent college grads. I love it! http://t.co/20dPRD9yrJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444357457733632000,['http://www.youtube.com/watch?v=KKbRAazkiWc'],[],0,,False,1355,191,1362,,None,,,,,,,[],,,, +1240,443406853553152000,443406853553152000,1394551406000.0,2014-03-11 15:23:26,+0000,,New Jersey auto dealers subverting democratic process to try to block Tesla sales http://t.co/PLY97W1oh0,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/443406853553152000,['http://teslamotors.com/blog/defending-innovation-and-consumer-choice-new-jersey'],[],0,,False,465,216,1253,,None,,,,,,,[],,,, +1241,443208657543516160,443194713349181440,1394504153000.0,2014-03-11 02:15:53,+0000,,"Interesting “@om:Physicist proposes a new type of computing at SXSW. Check out orbital computing http://t.co/9tawuy5dMc""",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/443208657543516160,['http://gigaom.com/2014/03/10/physicist-proposes-a-new-type-of-computing-at-sxsw-check-out-orbital-computing/'],[],0,,False,454,32,421,,None,,,,,,,[],,,, +1242,443129698231386112,443127610508185600,1394485327000.0,2014-03-10 21:02:07,+0000,,"@gordon_tindall Yeah, I'm giving a talk for homeless kids at the Union Rescue Mission in LA",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/443129698231386112,[],[],0,,False,33,6,8,,None,,,,,,,[],,,, +1243,441730947835121667,441223153768226816,1394151839000.0,2014-03-07 00:23:59,+0000,,"@TeslaRoadTrip Thanks, I really appreciate your support!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/441730947835121667,[],[],0,,False,39,27,16,,None,,,,,,,[],,,, +1244,441223153768226816,441223153768226816,1394030772000.0,2014-03-05 14:46:12,+0000,,About to testify before Senate against ULA (Lockheed and Boeing) monopoly contract for national security launches,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/441223153768226816,[],[],0,,False,818,179,448,,None,,,,,,,[],,,, +1245,438382707471446016,438382707471446016,1393353556000.0,2014-02-25 18:39:16,+0000,,Model S receives highest customer satisfaction score of any car ever surveyed by Consumer Reports http://t.co/wHF5SUoZJi,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/438382707471446016,['http://www.cnbc.com/id/101444215'],[],0,,False,804,147,964,,None,,,,,,,[],,,, +1246,438378373027360768,438378373027360768,1393352523000.0,2014-02-25 18:22:03,+0000,,All four landing legs now mounted on Falcon 9 http://t.co/5ZNG1NflsG,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/438378373027360768,[],['https://pbs.twimg.com/media/BhVuzreCQAABcUo.jpg'],1,https://pbs.twimg.com/media/BhVuzreCQAABcUo.jpg,False,1012,130,782,,None,,,,,,,[],,,, +1247,437763077753147392,437763077753147392,1393205825000.0,2014-02-24 01:37:05,+0000,,"However, F9 will continue to land in the ocean until we prove precision control from hypersonic thru subsonic regimes",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/437763077753147392,[],[],0,,False,295,79,225,,None,,,,,,,[],,,, +1248,437761896028975104,437761896028975104,1393205543000.0,2014-02-24 01:32:23,+0000,,Mounting landing legs (~60 ft span) to Falcon 9 for next month's Space Station servicing flight http://t.co/zyfazr2BB2,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/437761896028975104,[],['https://pbs.twimg.com/media/BhM-H_4CUAAWcP0.jpg'],1,https://pbs.twimg.com/media/BhM-H_4CUAAWcP0.jpg,False,1084,129,1083,,None,,,,,,,[],,,, +1249,434129460179128320,434129460179128320,1392339503000.0,2014-02-14 00:58:23,+0000,,Welcome back Jade Rabbit! #Yutu http://t.co/5tOmLEJUfG,en,['yutu'],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/434129460179128320,"['http://www.latimes.com/science/sciencenow/la-sci-sn-chinas-lunar-rover-20140213,0,675011.story#axzz2tFffCAfc']",[],0,,False,205,27,159,,None,,,,,,,[],,,, +1250,433086849507004416,433086849507004416,1392090925000.0,2014-02-11 03:55:25,+0000,,Auto dealers trying to pass a law to enforce their monopoly in Ohio & prevent consumer choice... http://t.co/VQdMAZqGwR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/433086849507004416,['http://www.cleveland.com/open/index.ssf/2014/02/auto_dealers_push_legislation.html'],[],0,,False,305,192,617,,None,,,,,,,[],,,, +1251,432629198662807553,432629198662807553,1391981813000.0,2014-02-09 21:36:53,+0000,,"Tesla V6 software upload coming soon. Need to make sure it is ""awesome"" - Lord Business",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/432629198662807553,[],[],0,,False,544,150,351,,None,,,,,,,[],,,, +1252,432395496972238848,432395496972238848,1391926094000.0,2014-02-09 06:08:14,+0000,,"Saw The Lego Movie earlier today. Brilliant writing and humor! Loved the ""Everything is awesome..."" theme song.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/432395496972238848,[],[],0,,False,930,113,584,,None,,,,,,,[],,,, +1253,431848580710555648,431848580710555648,1391795699000.0,2014-02-07 17:54:59,+0000,,"Value is holding up ""Tesla car is worth more used than new | MNN - http://t.co/NLLdo1jBzM""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/431848580710555648,['http://www.mnn.com/green-tech/transportation/blogs/huh-tesla-car-is-worth-more-used-than-new'],[],0,,False,449,86,512,,None,,,,,,,[],,,, +1254,429979489922461696,429979489922461696,1391350073000.0,2014-02-02 14:07:53,+0000,,Tesla LA to NY Supercharger rally just completed in 76 hours across northern route in dead of winter thru heavy snow!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/429979489922461696,[],[],0,,False,1094,220,1194,,None,,,,,,,[],,,, +1255,428789050925785088,428789050925785088,1391066250000.0,2014-01-30 07:17:30,+0000,,Tesla cars are now in all 50 US states (map credit Edmunds)! http://t.co/ehq2Muu5cr,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/428789050925785088,[],['https://pbs.twimg.com/media/BfNdXrOCMAAGdxk.jpg'],1,https://pbs.twimg.com/media/BfNdXrOCMAAGdxk.jpg,False,1172,249,1087,,None,,,,,,,[],,,, +1256,427372940603437056,427372940603437056,1390728623000.0,2014-01-26 09:30:23,+0000,,"Two teams from Tesla aiming to set a cross-country EV speed record this week. Departing Fri from LA, arriving Sun in NY.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427372940603437056,[],[],0,,False,335,97,375,,None,,,,,,,[],,,, +1257,427372102820573184,427372102820573184,1390728424000.0,2014-01-26 09:27:04,+0000,,Will be doing the LA-NY family road trip over Spring Break. Made everyone watch National Lampoon's Vacation as prep.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427372102820573184,[],[],0,,False,694,100,382,,None,,,,,,,[],,,, +1258,427371574451507200,427371574451507200,1390728298000.0,2014-01-26 09:24:58,+0000,,"Tesla Supercharger network now energized from New York to LA, both coast + Texas! Approx 80% of US population covered.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427371574451507200,[],[],0,,False,654,105,859,,None,,,,,,,[],,,, +1259,426454433916940290,426454433916940290,1390509634000.0,2014-01-23 20:40:34,+0000,,Tesla policy is to charge the same price (+ taxes & shipping) everywhere in the world http://t.co/cXOtokcBeG,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/426454433916940290,['http://teslamotors.com/blog/fair-price'],[],0,,False,538,168,543,,None,,,,,,,[],,,, +1260,420353814579802112,420353814579802112,1389055133000.0,2014-01-07 00:38:53,+0000,,Rough cut of Falcon 9 Thaicom flight http://t.co/aC3k4neWie,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/420353814579802112,['http://www.youtube.com/watch?v=-np8yPS8JQQ&feature=youtu.be'],[],0,,False,286,92,291,,None,,,,,,,[],,,, +1261,420330200186880000,420329938294562816,1389049503000.0,2014-01-06 23:05:03,+0000,,@westcoastbill Thanks Bill! Sure is a great start to 2014 :),en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/420330200186880000,[],[],0,,False,14,3,3,,None,,,,,,,[],,,, +1262,420269918005628928,420269918005628928,1389035131000.0,2014-01-06 19:05:31,+0000,,Preparing to launch a Thaicom satellite to geostationary super-sync orbit at 5pm Florida time http://t.co/cEq8TEXeo6,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/420269918005628928,[],['https://pbs.twimg.com/media/BdUZQ4UCEAAb0Vk.png'],1,https://pbs.twimg.com/media/BdUZQ4UCEAAb0Vk.png,False,426,102,392,,None,,,,,,,[],,,, +1263,416314131545739264,416265844633899008,1388091998000.0,2013-12-26 21:06:38,+0000,,"@olajahr @TeslaMotors Ideally, the S should just hold position when it knows that's what you really want",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/416314131545739264,[],[],0,,False,14,31,4,,None,,,,,,,[],,,, +1264,415949158127005698,415904867681460224,1388004981000.0,2013-12-25 20:56:21,+0000,,@bonnienorman @TeslaMotors @TeslaMotorsClub Merry Christmas!,et,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/415949158127005698,[],[],0,,False,12,1,3,,None,,,,,,,[],,,, +1265,414560643983740928,414456595431432192,1387673934000.0,2013-12-22 00:58:54,+0000,,"@simonhackett Yes, definitely needs a huge amount of battery capacity. ~1/3 of energy produced during day must be stored",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/414560643983740928,[],[],0,,False,18,6,11,,None,,,,,,,[],,,, +1266,414456595431432192,414456595431432192,1387649127000.0,2013-12-21 18:05:27,+0000,,This is why I think solar power will be the primary long term solution http://t.co/WNa12OVj5P,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/414456595431432192,['http://www.abb-conversations.com/2013/12/7-impressive-solar-energy-facts-charts/'],[],0,,False,1068,211,1576,,None,,,,,,,[],,,, +1267,414456263087370240,414387939661979649,1387649048000.0,2013-12-21 18:04:08,+0000,,@arcaresenal true,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/414456263087370240,[],[],0,,False,9,0,0,,None,,,,,,,[],,,, +1268,413772104786780160,413772104786780160,1387485931000.0,2013-12-19 20:45:31,+0000,,220 ft tall mobile crane to carry the rocket around in the vertical http://t.co/hgXnpEh8yU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/413772104786780160,[],['https://pbs.twimg.com/media/Bb4DiXTIgAA_Ewq.jpg'],1,https://pbs.twimg.com/media/Bb4DiXTIgAA_Ewq.jpg,False,333,81,213,,None,,,,,,,[],,,, +1269,413751355451265024,413751355451265024,1387480984000.0,2013-12-19 19:23:04,+0000,,SolarCity launches Give Power Foundation http://t.co/Ag63gyLBRP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/413751355451265024,['http://finance.yahoo.com/news/solarcity-launches-power-foundation-tm-180500976.html'],[],0,,False,139,27,145,,None,,,,,,,[],,,, +1270,410447049687961600,410447049687961600,1386693177000.0,2013-12-10 16:32:57,+0000,,Sock monkey of destruction! http://t.co/KqvXWDFmrr,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/410447049687961600,['http://news.yahoo.com/sock-monkey-s-toy-gun-detained-by-tsa-215850875.html'],[],0,,False,127,48,186,,None,,,,,,,[],,,, +1271,408731422136864768,408731422136864768,1386284139000.0,2013-12-05 22:55:39,+0000,,"Rest in peace, Nelson Mandela. A man both good and great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/408731422136864768,[],[],0,,False,671,48,781,,None,,,,,,,[],,,, +1272,408708548009291776,408708548009291776,1386278685000.0,2013-12-05 21:24:45,+0000,,Should mention that the battery cells used for this are 200 Wh/kg vs 250 for Model S. No short term supply constraint.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/408708548009291776,[],[],0,,False,86,49,66,,None,,,,,,,[],,,, +1273,408695108033191936,408695108033191936,1386275481000.0,2013-12-05 20:31:21,+0000,,Solar power w batteries will be the primary (not exclusive) means of sustainable energy production http://t.co/rvXBzQXbsc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/408695108033191936,['http://www.solarcity.com/pressreleases/218/SolarCity-Introduces-Energy-Storage-for-Businesses.aspx'],[],0,,False,290,88,356,,None,,,,,,,[],,,, +1274,408030622708678657,408030622708678657,1386117055000.0,2013-12-04 00:30:55,+0000,,"View of Earth from upper stage rear view camera at 8,000 miles http://t.co/V4tdMUA48X",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/408030622708678657,[],['https://pbs.twimg.com/media/BamdsH0IIAA-W_b.jpg'],1,https://pbs.twimg.com/media/BamdsH0IIAA-W_b.jpg,False,1531,248,1958,,None,,,,,,,[],,,, +1275,408014483551191040,408014483551191040,1386113208000.0,2013-12-03 23:26:48,+0000,,"Restart was good, apogee raised to 80k km (50k miles). Yes!!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/408014483551191040,[],[],0,,False,500,164,321,,None,,,,,,,[],,,, +1276,408008759433502720,408008759433502720,1386111843000.0,2013-12-03 23:04:03,+0000,,"Reached parking orbit. Now coasting towards equator, where the upper stage will, if all goes well, restart to raise apogee",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/408008759433502720,[],[],0,,False,308,73,297,,None,,,,,,,[],,,, +1277,407996645121728513,407996645121728513,1386108955000.0,2013-12-03 22:15:55,+0000,,Live video feed of launch at http://t.co/Oo569cuarz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/407996645121728513,['http://spacex.com/webcast'],[],0,,False,183,108,449,,None,,,,,,,[],,,, +1278,407987488645718016,407987488645718016,1386106771000.0,2013-12-03 21:39:31,+0000,,About an hour away from launch. I'd like to thank @SES_Satellites for taking a chance on @SpaceX. We've given it our all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/407987488645718016,[],[],0,,False,270,90,304,,None,,,,,,,[],,,, +1279,407941040503783424,407940949440856064,1386095697000.0,2013-12-03 18:34:57,+0000,,@toruonu cool :),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/407941040503783424,[],[],0,,False,9,4,1,,None,,,,,,,[],,,, +1280,407910834225295360,407903144383754241,1386088496000.0,2013-12-03 16:34:56,+0000,,@UFrugger10 I agree. Will be restored shortly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/407910834225295360,[],[],0,,False,5,1,2,,None,,,,,,,[],,,, +1281,407718277365121024,407701110053285888,1386042587000.0,2013-12-03 03:49:47,+0000,,"@TierraUniversu It was fixed this weekend, so he should try the test again.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/407718277365121024,[],[],0,,False,8,6,0,,None,,,,,,,[],,,, +1282,407718045151678464,407701110053285888,1386042531000.0,2013-12-03 03:48:51,+0000,,"@TierraUniversu The writer of this article had a problem with his 12V battery, so main pack was constantly charging it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/407718045151678464,[],[],0,,False,8,3,1,,None,,,,,,,[],,,, +1283,407704106544160769,407701110053285888,1386039208000.0,2013-12-03 02:53:28,+0000,,"@TierraUniversu Doesn't sound right. If it is, we certainly need to fix it. Investigating...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/407704106544160769,[],[],0,,False,4,2,0,,None,,,,,,,[],,,, +1284,407636950456078336,407636950456078336,1386023197000.0,2013-12-02 22:26:37,+0000,,"German govt reviews Tesla Model S fires. All due to high speed impacts, no injuries. Concludes: no defects, no recall http://t.co/24iZzOSL3B",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/407636950456078336,['http://www.teslamotors.com/about/press/releases/german-federal-motor-transport-authority-kraftfahrtbundesamt-concludes-review-m'],[],0,,False,448,107,661,,None,,,,,,,[],,,, +1285,407540177289371648,407540177289371648,1386000124000.0,2013-12-02 16:02:04,+0000,,All known rocket anomalies resolved. Will spend another day rechecking to be sure. Launch attempt tmrw eve w Wed as backup.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/407540177289371648,[],[],0,,False,208,55,252,,None,,,,,,,[],,,, +1286,407315762387636224,407315762387636224,1385946619000.0,2013-12-02 01:10:19,+0000,,"The gas generator is a small rocket engine that powers the turbopump, which produces 7000 horsepower & weighs 160 lbs",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/407315762387636224,[],[],0,,False,162,71,134,,None,,,,,,,[],,,, +1287,407313331247398912,407313331247398912,1385946040000.0,2013-12-02 01:00:40,+0000,,Engines are cycling cleanly w ground pneumatics. Replaced gas generator on engine 9 (center) as a precautionary measure.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/407313331247398912,[],[],0,,False,116,34,100,,None,,,,,,,[],,,, +1288,406806983023820800,406806983023820800,1385825317000.0,2013-11-30 15:28:37,+0000,,"Abort was caused by oxygen in ground side TEA-TEB. Upper stage on separate internal circuit, so doesn't face same risk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/406806983023820800,[],[],0,,False,81,45,134,,None,,,,,,,[],,,, +1289,406799700940324864,406799700940324864,1385823581000.0,2013-11-30 14:59:41,+0000,,"Rocket engines are healthy, but cleaning turbopump gas generators will take another day. Aiming for Mon eve launch.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/406799700940324864,[],[],0,,False,212,55,296,,None,,,,,,,[],,,, +1290,406211326282055681,406205904141697024,1385683301000.0,2013-11-29 00:01:41,+0000,,@WilliamShatner Will do. Probably at least a few days. Depends on whether we need to pull the turbopumps.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/406211326282055681,[],[],0,,False,46,29,43,,None,,,,,,,[],,,, +1291,406209289494462464,406209289494462464,1385682816000.0,2013-11-28 23:53:36,+0000,,We called manual abort. Better to be paranoid and wrong. Bringing rocket down to borescope engines ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406209289494462464,[],[],0,,False,316,154,459,,None,,,,,,,[],,,, +1292,406205904141697024,406205904141697024,1385682009000.0,2013-11-28 23:40:09,+0000,,"If launch aborts, we will bring the rocket down for engine inspection, so probably a few days before next attempt",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406205904141697024,[],[],0,,False,123,70,237,,None,,,,,,,[],,,, +1293,406205240040771584,406205240040771584,1385681850000.0,2013-11-28 23:37:30,+0000,,"Increasing helium spin start pressure. Probably <50% chance of passing all aborts, but worth a try. Countdown resuming ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406205240040771584,[],[],0,,False,101,43,169,,None,,,,,,,[],,,, +1294,406194506011525120,406194506011525120,1385679291000.0,2013-11-28 22:54:51,+0000,,Launch aborted by autosequence due to slower than expected thrust ramp. Seems ok on closer inspection. Cycling countdown.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406194506011525120,[],[],0,,False,188,75,420,,None,,,,,,,[],,,, +1295,406187728850944000,406187728850944000,1385677675000.0,2013-11-28 22:27:55,+0000,,Live stream of launch at http://t.co/Oo569cuarz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406187728850944000,['http://spacex.com/webcast'],[],0,,False,144,83,427,,None,,,,,,,[],,,, +1296,406186792409632769,406186792409632769,1385677452000.0,2013-11-28 22:24:12,+0000,,15 mins to liftoff http://t.co/3jDrHRSPQZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406186792409632769,[],['https://pbs.twimg.com/media/BaMQvEqIMAAf86o.jpg'],1,https://pbs.twimg.com/media/BaMQvEqIMAAf86o.jpg,False,491,65,446,,None,,,,,,,[],,,, +1297,405989364322533376,405957164620980225,1385630382000.0,2013-11-28 09:19:42,+0000,,"@lomac92 @WIRED No, almost all fuel/ox is being reserved for SES satellite to give max chance of success",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/405989364322533376,[],[],0,,False,3,7,1,,None,,,,,,,[],,,, +1298,405988869868642304,405988869868642304,1385630264000.0,2013-11-28 09:17:44,+0000,,Model S Owner drives 3121 miles solo from Canada to Mexico http://t.co/8G8l1utgS2,es,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/405988869868642304,['http://www.reddit.com/r/IAmA/comments/1rm0id/i_just_drove_3121_miles_solo_from_mexico_to/'],[],0,,False,267,58,308,,None,,,,,,,[],,,, +1299,405965445628710912,405957164620980225,1385624679000.0,2013-11-28 07:44:39,+0000,,Good description of the launch by @WIRED: http://t.co/QnLhvviEAn,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/405965445628710912,['http://wrd.cm/18pocDF'],[],0,,False,152,33,137,,None,,,,,,,[],,,, +1300,405924331358023680,405918568635580416,1385614876000.0,2013-11-28 05:01:16,+0000,,Don't actually mean to knock Honda -- their cars are solid -- but the park outside (or yr house might burn down) advice was awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/405924331358023680,[],[],0,,False,245,67,202,,None,,,,,,,[],,,, +1301,405922013111676928,405918568635580416,1385614324000.0,2013-11-28 04:52:04,+0000,,"@AdamMKE Model S can seat 5 adults, two kids and has a front trunk for luggage. Might work for you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/405922013111676928,[],[],0,,False,16,6,5,,None,,,,,,,[],,,, +1302,405918568635580416,405918568635580416,1385613503000.0,2013-11-28 04:38:23,+0000,,"...but only if you like your house ""Honda recalls Fit for fire risk, says park it outside http://t.co/tLpZ7HBIdV """,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/405918568635580416,['http://www.usatoday.com/story/money/cars/2013/06/28/honda-fit-fire-risk-recall-power-window/2474023/'],[],0,,False,188,47,245,,None,,,,,,,[],,,, +1303,405134552458620928,405134552458620928,1385426579000.0,2013-11-26 00:42:59,+0000,,"Saw pressure fluctuations on Falcon boost stage liquid oxygen tank. Want to be super careful, so pushing launch to Thurs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/405134552458620928,[],[],0,,False,244,116,295,,None,,,,,,,[],,,, +1304,404755031037317120,404755031037317120,1385336094000.0,2013-11-24 23:34:54,+0000,,At Disney World w kids for traditional prelaunch visit (first good flight was after riding Space Mountain),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/404755031037317120,[],[],0,,False,497,84,134,,None,,,,,,,[],,,, +1305,404073926247972864,404073926247972864,1385173706000.0,2013-11-23 02:28:26,+0000,,Launch can be viewed live from Cape causeways or via http://t.co/soOCggCpN0 webcast around 5:30 local time on Monday,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/404073926247972864,['http://SpaceX.com'],[],0,,False,181,46,209,,None,,,,,,,[],,,, +1306,404067161175379968,404063199227437057,1385172093000.0,2013-11-23 02:01:33,+0000,,@DarkSapiens Easier to make the plane change to equatorial orbit. Done in order to reduce satellite side delta V from 1800 m/s to 1500 m/s.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/404067161175379968,[],[],0,,False,15,10,5,,None,,,,,,,[],,,, +1307,404063199227437057,404063199227437057,1385171148000.0,2013-11-23 01:45:48,+0000,,"Will be toughest mission to date. Requires coast + upper stage restart + going to 80,000 km altitude (~1/4 way to moon).",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/404063199227437057,[],[],0,,False,225,83,237,,None,,,,,,,[],,,, +1308,404059376652005377,404059376652005377,1385170237000.0,2013-11-23 01:30:37,+0000,,Headed to Cape Canaveral tomorrow for first @SpaceX geostationary satellite launch.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/404059376652005377,[],[],0,,False,379,95,328,,None,,,,,,,[],,,, +1309,403602986561073152,403602986561073152,1385061425000.0,2013-11-21 19:17:05,+0000,,Tesla Model S Consumer Reports customer satisfaction survey highest of any car on road at 99/100 http://t.co/PpuS01S2KN,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/403602986561073152,['http://insideevs.com/tesla-model-s-tops-consumer-reports-customer-satisfaction-survey-by-scoring-99-out-of-100-points/'],[],0,,False,418,120,667,,None,,,,,,,[],,,, +1310,402850950500474881,402850950500474881,1384882125000.0,2013-11-19 17:28:45,+0000,,Tesla is also extending the Model S warranty to cover any fire damage even if due solely to a driver accident,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/402850950500474881,[],[],0,,False,541,156,761,,None,,,,,,,[],,,, +1311,402836392566202368,402836392566202368,1384878654000.0,2013-11-19 16:30:54,+0000,,What makes this incredibly unjust is that the Model S to date has the best safety record of any car on the road (no injuries or deaths ever),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/402836392566202368,[],[],0,,False,550,245,674,,None,,,,,,,[],,,, +1312,402811201052090368,402811201052090368,1384872648000.0,2013-11-19 14:50:48,+0000,,"Why does a Tesla fire w no injury get more media headlines than 100,000 gas car fires that kill 100s of people per year?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/402811201052090368,[],[],0,,False,1901,1216,3697,,None,,,,,,,[],,,, +1313,402803732632453121,402803732632453121,1384870868000.0,2013-11-19 14:21:08,+0000,,Mission of Tesla http://t.co/UchbT5NZE3,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/402803732632453121,['http://www.teslamotors.com/blog/mission-tesla'],[],0,,False,434,139,672,,None,,,,,,,[],,,, +1314,400776254082666496,400776254082666496,1384387479000.0,2013-11-14 00:04:39,+0000,,SuperDraco rocket engine fired at full thrust w a printed Inconel chamber. Used for Dragon escape & landing http://t.co/HjWEayLlBN,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/400776254082666496,[],['https://pbs.twimg.com/media/BY_X4TPCUAASsuv.jpg'],1,https://pbs.twimg.com/media/BY_X4TPCUAASsuv.jpg,False,507,88,461,,None,,,,,,,[],,,, +1315,400411503742164992,400411503742164992,1384300516000.0,2013-11-12 23:55:16,+0000,,"In other news, George Clooney reports that his iPhone 1 had a bug back in '07",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/400411503742164992,[],[],0,,False,991,218,983,,None,,,,,,,[],,,, +1316,399347799403151360,399347799403151360,1384046909000.0,2013-11-10 01:28:29,+0000,,Model S owner blogs about TN accident http://t.co/93Fz8WEwOU,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/399347799403151360,['http://www.teslamotors.com/blog/model-s-owner-tennessee'],[],0,,False,367,132,703,,None,,,,,,,[],,,, +1317,396712451305000960,396712451305000960,1383418593000.0,2013-11-02 18:56:33,+0000,,"Thanks Woz! ""@stevewoz: Here to pick up my new car! (at @TeslaMotors w/ 2 others)""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/396712451305000960,[],[],0,,False,421,59,341,,None,,,,,,,[],,,, +1318,395562607462981633,395562607462981633,1383144449000.0,2013-10-30 14:47:29,+0000,,Tesla West Coast Supercharger network now energized. Travel from Vancouver to Tijuana in styel! http://t.co/gTvV9egg3K,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/395562607462981633,['http://www.teslamotors.com/about/press/releases/tesla-energizes-west-coast-supercharger-corridor'],[],0,,False,193,63,419,,None,,,,,,,[],,,, +1319,394220043816296448,394220043816296448,1382824357000.0,2013-10-26 21:52:37,+0000,,Giant dog topiary in Bilbao http://t.co/kHdAMvOEMN,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/394220043816296448,[],['https://pbs.twimg.com/media/BXiNCoXCcAEFPon.jpg'],1,https://pbs.twimg.com/media/BXiNCoXCcAEFPon.jpg,False,658,138,260,,None,,,,,,,[],,,, +1320,389113628416172032,389113628416172032,1381606893000.0,2013-10-12 19:41:33,+0000,,"Rocket flight to 744m, hover & return to launch pad (close shot from hexacopter drone) http://t.co/vyJSUbZo2R",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/389113628416172032,['http://youtu.be/9ZDkItO-0a4'],[],0,,False,871,385,1772,,None,,,,,,,[],,,, +1321,386219821685170176,386219821685170176,1380916955000.0,2013-10-04 20:02:35,+0000,,About the Model S fire ... http://t.co/7LSBaNbnyd,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/386219821685170176,['http://www.teslamotors.com/blog/model-s-fire'],[],0,,False,567,295,1207,,None,,,,,,,[],,,, +1322,384437535348248576,384407846349062144,1380492025000.0,2013-09-29 22:00:25,+0000,,"@DebbieViviers @SpaceX Yes, upper stage venting of liquid oxygen created a fast moving fuzzy white sphere in space over SA",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/384437535348248576,[],[],0,,False,11,13,14,,None,,,,,,,[],,,, +1323,384410742675341312,384410742675341312,1380485637000.0,2013-09-29 20:13:57,+0000,,"Between this flight & Grasshopper tests, I think we now have all the pieces of the puzzle to bring the rocket back home.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/384410742675341312,[],[],0,,False,463,133,612,,None,,,,,,,[],,,, +1324,384407846349062144,384407846349062144,1380484947000.0,2013-09-29 20:02:27,+0000,,"Rocket booster relit twice (supersonic retro & landing), but spun up due to aero torque, so fuel centrifuged & we flamed out",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/384407846349062144,[],[],0,,False,161,116,254,,None,,,,,,,[],,,, +1325,384392608350367744,384392608350367744,1380481314000.0,2013-09-29 19:01:54,+0000,,Launch was good. All satellites deployed at the targeted orbit insertion vectors. http://t.co/SUYMH7W9pH,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/384392608350367744,[],['https://pbs.twimg.com/media/BVWjCmQCIAAyaxN.jpg'],1,https://pbs.twimg.com/media/BVWjCmQCIAAyaxN.jpg,False,827,200,1071,,None,,,,,,,[],,,, +1326,384336908949524480,384336908949524480,1380468034000.0,2013-09-29 15:20:34,+0000,,You can watch the launch at http://t.co/2ZSXeqWKvy http://t.co/u5VEUgRu8g,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/384336908949524480,['http://www.spacex.com/webcast/'],['https://pbs.twimg.com/media/BVVwYdvCIAACkZ6.jpg'],1,https://pbs.twimg.com/media/BVVwYdvCIAACkZ6.jpg,False,417,145,774,,None,,,,,,,[],,,, +1327,384335603849895936,384335603849895936,1380467723000.0,2013-09-29 15:15:23,+0000,,"Looks good for a launch attempt today. Upper winds slightly exceed loads in high subsonic regime, but improving.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/384335603849895936,[],[],0,,False,110,41,142,,None,,,,,,,[],,,, +1328,383418900823547904,383418900823547904,1380249164000.0,2013-09-27 02:32:44,+0000,,Water ice on Mars http://t.co/fPz1OF7EXI,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/383418900823547904,['http://gizmodo.com/nasas-curiosity-rover-just-found-water-in-martian-soil-1403908591'],[],0,,False,267,89,619,,None,,,,,,,[],,,, +1329,383338164028317696,383338164028317696,1380229915000.0,2013-09-26 21:11:55,+0000,,Sensible piece on status of climate change by @BadAstronomer http://t.co/Nxm7PX6cpi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/383338164028317696,['http://www.slate.com/blogs/bad_astronomy/2013/09/26/climate_change_denial_james_delingpole_tells_it_like_it_isn_t.html'],[],0,,False,173,41,229,,None,,,,,,,[],,,, +1330,382901196509294592,382901196509294592,1380125733000.0,2013-09-25 16:15:33,+0000,,"Falcon 9 launch window is Sunday and Monday, assuming good weather at Vandenberg Air Force Base",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/382901196509294592,[],[],0,,False,123,80,275,,None,,,,,,,[],,,, +1331,382900449235308544,382900449235308544,1380125555000.0,2013-09-25 16:12:35,+0000,,Good progress harnessing that big fusion reactor in the sky http://t.co/MZR8sQRE5E,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/382900449235308544,['http://www.businessinsider.com/scientists-create-world-record-solar-cell-2013-9'],[],0,,False,200,45,339,,None,,,,,,,[],,,, +1332,380877211919585280,380877211919585280,1379643178000.0,2013-09-20 02:12:58,+0000,,Good Hyperloop feedback from Ansys. Am excited by how much it can be improved by open src contributions! http://t.co/bD0u3roBd0,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/380877211919585280,['http://nbcnews.com/technology/hyperloop-sounds-crazy-simulation-says-it-just-might-work-4B11202787'],[],0,,False,266,81,451,,None,,,,,,,[],,,, +1333,380866647575126016,380866647575126016,1379640659000.0,2013-09-20 01:30:59,+0000,,Completed rocket static fire with all systems green this time. Launch window opens in 10 days http://t.co/rKVBLIk6yq,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/380866647575126016,['http://www.youtube.com/watch?v=VX4LH0wn9Rs&feature=youtu.be'],[],0,,False,181,59,262,,None,,,,,,,[],,,, +1334,380549727537745920,380549727537745920,1379565099000.0,2013-09-19 04:31:39,+0000,,Falcon 9 at sunset http://t.co/CeXSwqjVHP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/380549727537745920,[],['https://pbs.twimg.com/media/BUf79feCMAAc6h4.jpg'],1,https://pbs.twimg.com/media/BUf79feCMAAc6h4.jpg,False,615,126,569,,None,,,,,,,[],,,, +1335,380500718387359744,380500718387359744,1379553415000.0,2013-09-19 01:16:55,+0000,,Am happy to hear that GM plans to develop an affordable 200 mile range electric car. Right target. Hope others do same.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/380500718387359744,[],[],0,,False,467,152,552,,None,,,,,,,[],,,, +1336,380459687050608640,380459687050608640,1379543632000.0,2013-09-18 22:33:52,+0000,,Approach is 360 deg flush mounted tiny cameras + radar (prob not lidar). Lot of software & hardware level image processing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380459687050608640,[],[],0,,False,120,68,124,,None,,,,,,,[],,,, +1337,380454034659753984,380454034659753984,1379542285000.0,2013-09-18 22:11:25,+0000,,"Engineers interested in working on autonomous driving, pls email autopilot@teslamotors.com. Team will report directly to me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380454034659753984,[],[],0,,False,722,195,1710,,None,,,,,,,[],,,, +1338,380451200782462976,380451200782462976,1379541609000.0,2013-09-18 22:00:09,+0000,,Intense effort underway at Tesla to develop a practical autopilot system for Model S,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380451200782462976,[],[],0,,False,565,194,944,,None,,,,,,,[],,,, +1339,379171375732105218,379171375732105218,1379236475000.0,2013-09-15 09:14:35,+0000,,"Will do another static fire of rocket to make sure all is good & AF needs to test ICBMs, so probable launch Sept 29/30.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/379171375732105218,[],[],0,,False,116,51,131,,None,,,,,,,[],,,, +1340,378398857358352384,378238912281341954,1379052292000.0,2013-09-13 06:04:52,+0000,,"Full thrust achieved on 2 sec static fire. Some anomalies to be investigated, so launch date tbd.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/378398857358352384,[],[],0,,False,59,40,87,,None,,,,,,,[],,,, +1341,377349811604709376,377349811604709376,1378802180000.0,2013-09-10 08:36:20,+0000,,"Upcoming Falcon 9 demo has a lot of new technology, so the probability of failure is significant http://t.co/PfnGeEaaWq",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/377349811604709376,['http://ow.ly/oJ0W1'],[],0,,False,129,101,245,,None,,,,,,,[],,,, +1342,377325202121580544,377325202121580544,1378796313000.0,2013-09-10 06:58:33,+0000,,First of next gen Falcon 9 rockets rolls out to the launch pad at Vandenberg Air Force Base http://t.co/hNl6zKodvr,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/377325202121580544,[],['https://pbs.twimg.com/media/BTyHRaVCIAAc8Zr.jpg'],1,https://pbs.twimg.com/media/BTyHRaVCIAAc8Zr.jpg,False,561,114,710,,None,,,,,,,[],,,, +1343,377317751880044544,376433459452854272,1378794536000.0,2013-09-10 06:28:56,+0000,,MT “@johnnyhotts: @WIRED Correction: Japan's levitating train hit 361 MPH http://t.co/7jrMCf5tBc It will operate at 310”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/377317751880044544,['http://goo.gl/Hkq38h'],[],0,,False,30,21,52,,None,,,,,,,[],,,, +1344,376439054209781761,376439054209781761,1378585039000.0,2013-09-07 20:17:19,+0000,,It is crazy that the proposed California high speed rail only goes 200 mph w avg speed of 130 mph when Japan is 300 mph+,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/376439054209781761,[],[],0,,False,469,274,852,,None,,,,,,,[],,,, +1345,376063728388538368,376063728388538368,1378495554000.0,2013-09-06 19:25:54,+0000,,Video review of Model S vs. Aston Martin Rapide S by @Autocar http://t.co/14cLl20jMP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/376063728388538368,['http://www.autocar.co.uk/car-video/video-tesla-model-s-vs-aston-martin-rapide-s'],[],0,,False,260,112,386,,None,,,,,,,[],,,, +1346,375737311641628672,375737311641628672,1378417730000.0,2013-09-05 21:48:50,+0000,,SpaceX SuperDraco inconel rocket chamber w regen cooling jacket emerges from EOS 3D metal printer http://t.co/Tj284OuAk1,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/375737311641628672,[],['https://pbs.twimg.com/media/BTbjGB3CcAErIwW.jpg'],1,https://pbs.twimg.com/media/BTbjGB3CcAErIwW.jpg,False,633,141,636,,None,,,,,,,[],,,, +1347,375729357366362112,375729357366362112,1378415834000.0,2013-09-05 21:17:14,+0000,,Designing a rocket part w hand gestures & then 3D printing it in a metal superalloy ... http://t.co/h3KoyAb0Lt,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/375729357366362112,['http://www.youtube.com/watch?v=xNqs_S-zEBY&feature=youtu.be'],[],0,,False,1099,395,2243,,None,,,,,,,[],,,, +1348,375156462542000128,375156462542000128,1378279245000.0,2013-09-04 07:20:45,+0000,,Was at Vandenberg today going over the upcoming next gen F9 rocket launch. Some tense days ahead http://t.co/bfXnFt7alm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/375156462542000128,[],['https://pbs.twimg.com/media/BTTS0J5CQAAhQXW.jpg'],1,https://pbs.twimg.com/media/BTTS0J5CQAAhQXW.jpg,False,348,83,236,,None,,,,,,,[],,,, +1349,371098424294133760,371098114964205568,1377311733000.0,2013-08-24 02:35:33,+0000,,@Jon_Favreau Yup. We saw it in the movie and made it real. Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/371098424294133760,[],[],0,,False,321,68,315,,None,,,,,,,[],,,, +1350,371032852101484544,371032852101484544,1377296100000.0,2013-08-23 22:15:00,+0000,,Will post video next week of designing a rocket part with hand gestures & then immediately printing it in titanium,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371032852101484544,[],[],0,,False,1017,438,1749,,None,,,,,,,[],,,, +1351,371030745449369600,371028785476284416,1377295597000.0,2013-08-23 22:06:37,+0000,,"And, uhh no (zillionth person who asked), I am not going to make an IM suit, however design by hand-manipulated hologram is actually useful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371030745449369600,[],[],0,,False,330,114,546,,None,,,,,,,[],,,, +1352,371029699385774083,371028785476284416,1377295348000.0,2013-08-23 22:02:28,+0000,,@brynmooser Reality is the best illusion,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371029699385774083,[],[],0,,False,43,12,31,,None,,,,,,,[],,,, +1353,371028785476284416,371028785476284416,1377295130000.0,2013-08-23 21:58:50,+0000,,We figured out how to design rocket parts just w hand movements through the air (seriously). Now need a high frame rate holograph generator.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/371028785476284416,[],[],0,,False,747,261,1353,,None,,,,,,,[],,,, +1354,369627580166451200,369627580166451200,1376961057000.0,2013-08-20 01:10:57,+0000,,Model S achieves best safety rating of any car ever tested by US govt http://t.co/W1rZ5ceEVX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/369627580166451200,['http://www.teslamotors.com/about/press/releases/tesla-model-s-achieves-best-safety-rating-any-car-ever-tested'],[],0,,False,884,370,2034,,None,,,,,,,[],,,, +1355,368461203317612544,368461203317612544,1376682971000.0,2013-08-16 19:56:11,+0000,,"Same rocket flight, but this time with cows! http://t.co/qhF5JWzyCW",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/368461203317612544,['http://www.youtube.com/watch?v=HXdjxPY2j_0&feature=youtu.be'],[],0,,False,397,194,672,,None,,,,,,,[],,,, +1356,367545423495311360,367545423495311360,1376464632000.0,2013-08-14 07:17:12,+0000,,"Latest rocket test flight: hard lateral deviation, stabilize & hover, rapid descent back to pad http://t.co/Vb7ebiMdNJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/367545423495311360,['http://www.youtube.com/watch?v=2t15vP1PyoA&feature=youtu.be'],[],0,,False,574,275,1146,,None,,,,,,,[],,,, +1357,367028946426019840,367025547852800000,1376341494000.0,2013-08-12 21:04:54,+0000,,"Btw, this is not the very latest version. Will post an updated version with several late arriving corrections in a few hours.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/367028946426019840,[],[],0,,False,165,180,172,,None,,,,,,,[],,,, +1358,367025547852800000,367025547852800000,1376340684000.0,2013-08-12 20:51:24,+0000,,Hyperloop Alpha at http://t.co/ZRTcT2b8bP and http://t.co/7cucKKprPB http://t.co/LYhuRxUntA,nl,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/367025547852800000,"['http://spacex.com/hyperloop', 'http://teslamotors.com/blog/hyperloop']",['https://pbs.twimg.com/media/BRfvyouCYAAWIn0.jpg'],1,https://pbs.twimg.com/media/BRfvyouCYAAWIn0.jpg,False,2443,689,5437,,None,,,,,,,[],,,, +1359,366964441159438337,366964441159438337,1376326115000.0,2013-08-12 16:48:35,+0000,,Pulled all nighter working on Hyperloop (as did others). Hopefully not too many mistakes. Will publish link at 1:30 PDT.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/366964441159438337,[],[],0,,False,1192,343,2365,,None,,,,,,,[],,,, +1360,365141071912640512,365100519741595648,1375891390000.0,2013-08-07 16:03:10,+0000,,Hangout with @richardbranson & me tomorrow at 9am California time http://t.co/0ELMam5wXq,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/365141071912640512,['http://virg.in/UUVZE'],[],0,,False,200,55,205,,None,,,,,,,[],,,, +1361,362836613539176448,362830269708906496,1375341964000.0,2013-08-01 07:26:04,+0000,,“@eirene_inc: “The universe is prob littered w/ the 1-planet graves of cultures which made the sensible economic http://t.co/Bp6592r9bH”,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/362836613539176448,['http://tmblr.co/ZQDhNyr7HKoB'],[],0,,False,272,45,446,,None,,,,,,,[],,,, +1362,361316902804529153,361316902804529153,1374979637000.0,2013-07-28 02:47:17,+0000,,"One of the first Tesla Supercharger stations in Europe is being built in Cinderella, Norway #KatieWoodencloak",en,['katiewoodencloak'],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/361316902804529153,[],[],0,,False,268,152,416,,None,,,,,,,[],,,, +1363,359943337127579649,359750424175185920,1374652153000.0,2013-07-24 07:49:13,+0000,,"Best saying ever “@temochdez: there is a saying in Mexico: ""El miedo no anda en burro"" meaning ""Fear doesn't ride on a donkey""”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/359943337127579649,[],[],0,,False,217,39,315,,None,,,,,,,[],,,, +1364,359750424175185920,359750424175185920,1374606159000.0,2013-07-23 19:02:39,+0000,,"Oh yeah, well Tesla will study a plan to study the GM team that's studying Tesla, so there! http://t.co/Gn41zsaRv8",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/359750424175185920,['http://www.autonews.com/article/20130722/OEM/307229980/tiny-tesla-a-threat-to-gm-akerson-takes-no-chances-assigns-study-team#axzz2ZtetyAIU'],[],0,,False,545,224,824,,None,,,,,,,[],,,, +1365,356818414431506432,356776740409974785,1373907114000.0,2013-07-15 16:51:54,+0000,,@John_Gardi your guess is the closest I've seen anyone guess so far. Pod diameter probably around 2m,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/356818414431506432,[],[],0,,False,37,18,26,,None,,,,,,,[],,,, +1366,356779314043305985,356776740409974785,1373897791000.0,2013-07-15 14:16:31,+0000,,@schadlu I really hate patents unless critical to company survival. Will publish Hyperloop as open source.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356779314043305985,[],[],0,,False,235,38,294,,None,,,,,,,[],,,, +1367,356777845739110400,356767552250195968,1373897441000.0,2013-07-15 14:10:41,+0000,,"@TobiasVdb Yes, it is a purely propulsive landing, but using the huge landing gear A frames as air brakes. Landing prop < 5% of vehicle mass",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356777845739110400,[],[],0,,False,10,4,2,,None,,,,,,,[],,,, +1368,356776740409974785,356776740409974785,1373897178000.0,2013-07-15 14:06:18,+0000,,Will publish Hyperloop alpha design by Aug 12. Critical feedback for improvements would be much appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356776740409974785,[],[],0,,False,1285,526,2534,,None,,,,,,,[],,,, +1369,356771814271234050,356771814271234050,1373896003000.0,2013-07-15 13:46:43,+0000,,Just completed full mission duration firing of next gen Falcon 9 booster. V proud of the boost stage team for overcoming many tough issues.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/356771814271234050,[],[],0,,False,159,47,181,,None,,,,,,,[],,,, +1370,354999620629303296,354997904504655873,1373473479000.0,2013-07-10 16:24:39,+0000,,@BrianDunning @SpaceX New spacesuit almost done. Hoping to unveil by end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/354999620629303296,[],[],0,,False,39,6,29,,None,,,,,,,[],,,, +1371,354986137753890816,354690624051609600,1373470265000.0,2013-07-10 15:31:05,+0000,,So true “@jlgolson: BitTorrent packet goes to a bar and asks for beer. Everyone in the bar who already has a beer gives him a sip.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/354986137753890816,[],[],0,,False,236,42,512,,None,,,,,,,[],,,, +1372,354705218648289281,354690624051609600,1373403288000.0,2013-07-09 20:54:48,+0000,,UDP (yeah you know me) 3X,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/354705218648289281,[],[],0,,False,172,44,84,,None,,,,,,,[],,,, +1373,354690624051609600,354690624051609600,1373399809000.0,2013-07-09 19:56:49,+0000,,"TCP packet walks into a bar & says “I’d like a beer.” Barman replies “You’d like a beer?” “Yes,” replies TCP packet,“I’d like a beer.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/354690624051609600,[],[],0,,False,1270,165,2071,,None,,,,,,,[],,,, +1374,353309492131278848,353309492131278848,1373070521000.0,2013-07-06 00:28:41,+0000,,"Latest vertical landing rocket vid. 325M altitude, hold against wind, land w T/W>1, radar in loop http://t.co/I68Xxpb1EQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/353309492131278848,['http://youtu.be/eGimzB5QM1M'],[],0,,False,667,303,1717,,None,,,,,,,[],,,, +1375,352136446909489153,352136446909489153,1372790845000.0,2013-07-02 18:47:25,+0000,,"Woohoo, Tesla direct sales petition passed the 100k threshold! Thanks a lot to everyone that helped!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/352136446909489153,[],[],0,,False,453,122,571,,None,,,,,,,[],,,, +1376,351262074124505089,351262074124505089,1372582379000.0,2013-06-30 08:52:59,+0000,,"Have been reading about Henry Fielding, who had the most excellent pen name of Captain Hercules Vinegar",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/351262074124505089,[],[],0,,False,84,24,49,,None,,,,,,,[],,,, +1377,351094587105878016,351056745226977280,1372542447000.0,2013-06-29 21:47:27,+0000,,One learns something new every day “@UberFacts: A “Buttload” is an actual measurement of volume - Equal to 126 gallons.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/351094587105878016,[],[],0,,False,259,91,712,,None,,,,,,,[],,,, +1378,350690789925453824,350683252316573698,1372446174000.0,2013-06-28 19:02:54,+0000,,@davidepley Thanks :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/350690789925453824,[],[],0,,False,3,6,0,,None,,,,,,,[],,,, +1379,350690638943109121,350685004151525377,1372446138000.0,2013-06-28 19:02:18,+0000,,"@lougil_ace Taking action. Will be a 7 day grace period for $2500 ext warranty. Neg margin at that price, so must unfortunately raise.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/350690638943109121,[],[],0,,False,5,4,2,,None,,,,,,,[],,,, +1380,350666408985767937,350666408985767937,1372440361000.0,2013-06-28 17:26:01,+0000,,Please support the White House petition to allow direct sales of cars to consumers in all states http://t.co/nHrH69MD3W,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/350666408985767937,['http://wh.gov/llpAp'],[],0,,False,212,108,890,,None,,,,,,,[],,,, +1381,349582778318336001,349548170772094977,1372182003000.0,2013-06-25 17:40:03,+0000,,"@arthurblake Turning recirc off, windows closed and the right film on rear glass usually works. Am asking HVAC engineering to investigate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/349582778318336001,[],[],0,,False,9,3,2,,None,,,,,,,[],,,, +1382,349556671447699456,349548170772094977,1372175779000.0,2013-06-25 15:56:19,+0000,,@arthurblake Tesla service can do coating or can be done by any auto glass coating company. My car is done on side & rear,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/349556671447699456,[],[],0,,False,5,3,1,,None,,,,,,,[],,,, +1383,349556116881022976,349548170772094977,1372175647000.0,2013-06-25 15:54:07,+0000,,"@arthurblake Turn off AC recirc, so that cool air flows out thru rear vents & get IR coating on rear glass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/349556116881022976,[],[],0,,False,4,4,0,,None,,,,,,,[],,,, +1384,349034068849094656,349029927955345408,1372051181000.0,2013-06-24 05:19:41,+0000,,@justinchace will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/349034068849094656,[],[],0,,False,4,3,0,,None,,,,,,,[],,,, +1385,348116700983607296,348112948230774784,1371832463000.0,2013-06-21 16:34:23,+0000,,"@LisaRoutel The NY auto dealers lost in court, so now they are funding a bill in NY legislature to block Tesla",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/348116700983607296,[],[],0,,False,5,2,15,,None,,,,,,,[],,,, +1386,347973928377004032,347973928377004032,1371798424000.0,2013-06-21 07:07:04,+0000,,"Tesla pack swap vid still being edited (multiple camera angles). In meantime, this article contains a vid http://t.co/lyzJy4k8Eu",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/347973928377004032,['http://techcrunch.com/2013/06/20/tesla-shows-off-a-90-second-battery-swap-system-wants-it-at-supercharging-stations-by-years-end/'],[],0,,False,110,77,195,,None,,,,,,,[],,,, +1387,347617421500243968,347617421500243968,1371713426000.0,2013-06-20 07:30:26,+0000,,Tomorrow night: fastest gas pump in LA vs Tesla battery pack swap http://t.co/QgZzggjIkq,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/347617421500243968,[],['https://pbs.twimg.com/media/BNL8M_6CYAAAnGj.jpg'],1,https://pbs.twimg.com/media/BNL8M_6CYAAAnGj.jpg,False,334,109,425,,None,,,,,,,[],,,, +1388,347264432063258624,347264432063258624,1371629267000.0,2013-06-19 08:07:47,+0000,,Partial recall of Model S http://t.co/uDZ1f3RnjV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/347264432063258624,['http://www.teslamotors.com/blog/partial-recall'],[],0,,False,90,130,117,,None,,,,,,,[],,,, +1389,347082201596321794,347082201596321794,1371585819000.0,2013-06-18 20:03:39,+0000,,"Battery pack swap works with all Tesla Model S cars, past and present. It was always there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/347082201596321794,[],[],0,,False,157,88,266,,None,,,,,,,[],,,, +1390,347005150860283905,346895679471357952,1371567449000.0,2013-06-18 14:57:29,+0000,,"@zatulsky Shai actually got the idea from a visit to Tesla. The idea is obvious (many things allow battery swap), but the technology is not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/347005150860283905,[],[],0,,False,21,11,16,,None,,,,,,,[],,,, +1391,346896666055569408,346895679471357952,1371541584000.0,2013-06-18 07:46:24,+0000,,"Video of battery pack swap will be posted to the Tesla website around 9:30pm, so those attending will see this first.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/346896666055569408,[],[],0,,False,72,37,126,,None,,,,,,,[],,,, +1392,346895679471357952,346895679471357952,1371541349000.0,2013-06-18 07:42:29,+0000,,Live pack swap demo on Thurs night at 8pm California time at our design studio in Hawthorne. Seeing is believing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/346895679471357952,[],[],0,,False,117,82,275,,None,,,,,,,[],,,, +1393,344839352578363392,344705055880007680,1371051083000.0,2013-06-12 15:31:23,+0000,,Battery storage of solar power needed for night operation & to buffer grid during day. Beta projects are going well.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/344839352578363392,[],[],0,,False,110,83,130,,None,,,,,,,[],,,, +1394,344705055880007680,344705055880007680,1371019064000.0,2013-06-12 06:37:44,+0000,,"A long way to go before most power generation is solar, but the second derivative bodes well http://t.co/Af1c9xmyjn",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/344705055880007680,['http://mobile.bloomberg.com/news/2013-06-11/u-s-solar-installations-climb-33-led-by-california.html?cmpid=yhoo'],[],0,,False,139,71,181,,None,,,,,,,[],,,, +1395,344015395067408385,344015395067408385,1370854636000.0,2013-06-10 08:57:16,+0000,,1st long duration firing of the new generation Falcon 9 rocket ~1.5 million pounds of vac thrust http://t.co/iGZadNVF7w,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/344015395067408385,['http://youtu.be/CgIghRD4-ao'],[],0,,False,156,65,248,,None,,,,,,,[],,,, +1396,343446166043766784,343443647435534336,1370718921000.0,2013-06-08 19:15:21,+0000,,@mcrsqr True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/343446166043766784,[],[],0,,False,9,3,0,,None,,,,,,,[],,,, +1397,343443647435534336,343443647435534336,1370718321000.0,2013-06-08 19:05:21,+0000,,We need more women in aerospace like Gwynne! http://t.co/bTl7t5nWZx,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/343443647435534336,"['http://www.latimes.com/business/la-fi-himi-spacex-20130609,0,2428179.story']",[],0,,False,183,68,227,,None,,,,,,,[],,,, +1398,342664071042187264,342664071042187264,1370532455000.0,2013-06-06 15:27:35,+0000,,Easier said than done. There is a lot of pressure from investors. It is hard not to feel super bad if u don't make ur qtr.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342664071042187264,[],[],0,,False,77,38,53,,None,,,,,,,[],,,, +1399,342662893461983232,342566837852200960,1370532174000.0,2013-06-06 15:22:54,+0000,,"Mars requires developing complex technology over a decade+, but market cares about next 3 months. Result would be conflicting priorities.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342662893461983232,[],[],0,,False,201,70,221,,None,,,,,,,[],,,, +1400,342660248328347649,342654181414416385,1370531544000.0,2013-06-06 15:12:24,+0000,,@SQMInc I don't have a publicist,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342660248328347649,[],[],0,,False,27,5,11,,None,,,,,,,[],,,, +1401,342566837852200960,342566837852200960,1370509273000.0,2013-06-06 09:01:13,+0000,,No near term plans to IPO @SpaceX. Only possible in very long term when Mars Colonial Transporter is flying regularly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/342566837852200960,[],[],0,,False,495,162,698,,None,,,,,,,[],,,, +1402,342107352041922560,342107352041922560,1370399723000.0,2013-06-05 02:35:23,+0000,,"Forgot to say one thing at Tesla annual shareholders meeting: just as my money was the first in, it will be the last out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/342107352041922560,[],[],0,,False,3868,298,1477,,None,,,,,,,[],,,, +1403,341688528125689858,341688528125689858,1370299868000.0,2013-06-03 22:51:08,+0000,,Love this image of Dragon docked to the Space Station as it orbits through dark side of Earth http://t.co/kygcsEQNhk,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/341688528125689858,[],['https://pbs.twimg.com/media/BL3r5-8CAAMEvqS.jpg'],1,https://pbs.twimg.com/media/BL3r5-8CAAMEvqS.jpg,False,622,105,575,,None,,,,,,,[],,,, +1404,341462587482963968,341405518566395904,1370245999000.0,2013-06-03 07:53:19,+0000,,Vac thrust of 700 tons means avg of 14 tons/floor of structural steel for a 50 story building.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/341462587482963968,[],[],0,,False,39,22,30,,None,,,,,,,[],,,, +1405,341441460215889920,341405518566395904,1370240962000.0,2013-06-03 06:29:22,+0000,,@williamricci6 50% higher. ~1.3 M lbs sea level and ~1.5 M lbs vacuum thrust. Will be 60% higher with some tweaks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/341441460215889920,[],[],0,,False,13,2,4,,None,,,,,,,[],,,, +1406,341405518566395904,341405518566395904,1370232393000.0,2013-06-03 04:06:33,+0000,,"1st firing of Falcon 9-R advanced prototype rocket. Over 1M lbs thrust, enough to lift skyscraper http://t.co/AUCsWTw77E",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/341405518566395904,[],['https://pbs.twimg.com/media/BLzqgqLCEAAPPg-.jpg'],1,https://pbs.twimg.com/media/BLzqgqLCEAAPPg-.jpg,False,732,173,1098,,None,,,,,,,[],,,, +1407,340177739426435073,340177739426435073,1369939667000.0,2013-05-30 18:47:47,+0000,,Huge expansion of Tesla Supercharger network underway. Will cover LA to NY by end of year http://t.co/MFKjBJzklc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/340177739426435073,['http://www.teslamotors.com/supercharger'],[],0,,False,265,174,560,,None,,,,,,,[],,,, +1408,340043575167430656,340043575167430656,1369907680000.0,2013-05-30 09:54:40,+0000,,Bloomberg TV features debate of @AndreaSJames vs some guy picking his nose http://t.co/n5Iu91Wu1r,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/340043575167430656,['http://www.youtube.com/watch?v=GWBE_qZCLvQ'],[],0,,False,85,66,79,,None,,,,,,,[],,,, +1409,338770339637129216,338357776889823232,1369604117000.0,2013-05-26 21:35:17,+0000,,"@RobertGaristo V much agree. Moreover, there is risk of severe non-linearities in feedback loops causing sudden warming.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/338770339637129216,[],[],0,,False,5,6,5,,None,,,,,,,[],,,, +1410,338504412035158016,338504412035158016,1369540715000.0,2013-05-26 03:58:35,+0000,,You Can Fit A Lot Of Kindergartners In A Tesla Model S - Houston Chronicle http://t.co/iOZPxrx3sa,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/338504412035158016,['http://www.chron.com/technology/businessinsider/article/You-Can-Fit-A-Lot-Of-Kindergartners-In-A-Tesla-4547397.php'],[],0,,False,89,52,132,,None,,,,,,,[],,,, +1411,338402827305119744,338402827305119744,1369516495000.0,2013-05-25 21:14:55,+0000,,"Am thinking of doing a movie ""sequel"" of sorts to Thank You for Smoking. That was bad CO2 for indiv, this for the planet",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/338402827305119744,[],[],0,,False,201,104,123,,None,,,,,,,[],,,, +1412,338399341641342976,338399341641342976,1369515664000.0,2013-05-25 21:01:04,+0000,,Worth reading Merchants of Doubt. Same who tried to deny smoking deaths r denying climate change http://t.co/C6H8HrzS8X,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/338399341641342976,['http://en.wikipedia.org/wiki/Merchants_of_Doubt'],[],0,,False,160,49,168,,None,,,,,,,[],,,, +1413,338394028930392064,338394028930392064,1369514398000.0,2013-05-25 20:39:58,+0000,,"Yeah, climate change should really be considered a centrist issue, as it affects everyone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338394028930392064,[],[],0,,False,91,59,147,,None,,,,,,,[],,,, +1414,338390383434276864,338390383434276864,1369513529000.0,2013-05-25 20:25:29,+0000,,"Am not suggesting shutting down CO2 production, but rather to price in environmental cost & shift to sustainable energy",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338390383434276864,[],[],0,,False,83,67,132,,None,,,,,,,[],,,, +1415,338384388091940864,338383504339505152,1369512099000.0,2013-05-25 20:01:39,+0000,,"Even if the answer is only on the order of 1%, we should still take immediate action, as there is only one atmosphere.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338384388091940864,[],[],0,,False,76,46,78,,None,,,,,,,[],,,, +1416,338383967009009664,338383504339505152,1369511999000.0,2013-05-25 19:59:59,+0000,,Right question to ask Dyson or others: what is probability that human actions could cause catastrophic climate change?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/338383967009009664,[],[],0,,False,35,23,51,,None,,,,,,,[],,,, +1417,338383504339505152,338383504339505152,1369511888000.0,2013-05-25 19:58:08,+0000,,What most serious scientists have a problem with is the notion of certainty about *any* subject. That is not the point.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/338383504339505152,[],[],0,,False,48,30,57,,None,,,,,,,[],,,, +1418,338367123455885312,338357776889823232,1369507983000.0,2013-05-25 18:53:03,+0000,,@kn0xvi11ain Very few. Scientific consensus at time of Columbus was world was round http://t.co/V3XIcob4s8,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338367123455885312,['http://www.amazon.com/gp/aw/d/0307278247/ref=redir_mdp_mobile'],[],0,,False,9,6,3,,None,,,,,,,[],,,, +1419,338360832410939392,338360832410939392,1369506483000.0,2013-05-25 18:28:03,+0000,,"Sorry for all the heavy stuff abt climate change, but I really thought world wd take action sooner. No time for subtlety",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338360832410939392,[],[],0,,False,182,174,155,,None,,,,,,,[],,,, +1420,338359304216256512,338357776889823232,1369506119000.0,2013-05-25 18:21:59,+0000,,@1stHubbleFan @keithwarren Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338359304216256512,[],[],0,,False,6,5,2,,None,,,,,,,[],,,, +1421,338357776889823232,338357776889823232,1369505755000.0,2013-05-25 18:15:55,+0000,,"In reality, 97% of scientists agree that we face serious human generated climate change http://t.co/soQCnJB61B",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338357776889823232,['http://skepticalscience.com/97-percent-consensus-cook-et-al-2013.html'],[],0,,False,165,97,483,,None,,,,,,,[],,,, +1422,338356013583441920,338356013583441920,1369505334000.0,2013-05-25 18:08:54,+0000,,"Climate change deniers claim ""scientists disagree"", same rebuttal used by tobacco industry about lung cancer for decades",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338356013583441920,[],[],0,,False,163,75,466,,None,,,,,,,[],,,, +1423,338199136635604992,338199136635604992,1369467932000.0,2013-05-25 07:45:32,+0000,,"Good article on ""Climate Change"" vs ""Global Warming"" referred by @ForrestTanaka http://t.co/D1s4RJ0qus",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/338199136635604992,['http://www.skepticalscience.com/climate-change-global-warming.htm'],[],0,,False,133,34,137,,None,,,,,,,[],,,, +1424,338135523765919745,338135523765919745,1369452765000.0,2013-05-25 03:32:45,+0000,,"Was beat up pretty badly as a kid & left me w jagged septum. Harder to breathe as I got older, so time to fix.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338135523765919745,[],[],0,,False,132,192,68,,None,,,,,,,[],,,, +1425,338129661307531264,338129661307531264,1369451368000.0,2013-05-25 03:09:28,+0000,,"Had a minor operation, so am in bed in meds. Probably shouldn't be tweeting :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338129661307531264,[],[],0,,False,145,223,58,,None,,,,,,,[],,,, +1426,338127750126764032,338127750126764032,1369450912000.0,2013-05-25 03:01:52,+0000,,Sign of a good design is that it feels and is much bigger on inside than looks on outside,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338127750126764032,[],[],0,,False,159,101,158,,None,,,,,,,[],,,, +1427,338123049465421824,338105497578266625,1369449791000.0,2013-05-25 02:43:11,+0000,,@CosmicRami Awesome. We really need to promote that fact in the US. A CO2 tax will not cause economy to grind to a halt!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338123049465421824,[],[],0,,False,15,5,9,,None,,,,,,,[],,,, +1428,338117807910813696,338117807910813696,1369448541000.0,2013-05-25 02:22:21,+0000,,"Would love to do a pickup truck. Something w ultra low cg for sports car handling, dynamic air suspension & mega torque.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338117807910813696,[],[],0,,False,253,238,213,,None,,,,,,,[],,,, +1429,338115331891556352,338115331891556352,1369447951000.0,2013-05-25 02:12:31,+0000,,"Technically, I ""got rich"" from Zip2 & PayPal w zero govt anything, then put 100% of that into SpaceX, Tesla & SolarCity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338115331891556352,[],[],0,,False,344,93,279,,None,,,,,,,[],,,, +1430,338112989578293248,338112989578293248,1369447393000.0,2013-05-25 02:03:13,+0000,,"If consumption is low, then the tax is proportionately low. We should prob not have tax on basic foods & critical meds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338112989578293248,[],[],0,,False,91,54,89,,None,,,,,,,[],,,, +1431,338110772167184385,338105497578266625,1369446864000.0,2013-05-25 01:54:24,+0000,,"@ponder68 Carbon produced by a @SpaceX rocket flight is roughly equal to one 747 flight. No, we should not be exempt.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338110772167184385,[],[],0,,False,13,5,9,,None,,,,,,,[],,,, +1432,338110231005499394,338110231005499394,1369446735000.0,2013-05-25 01:52:15,+0000,,"Net of gas savings, a Tesla is $550 to $600/month with down payment taken care of by tax credits. Maybe less costly then it first seems.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338110231005499394,[],[],0,,False,89,73,123,,None,,,,,,,[],,,, +1433,338108608430632960,338108608430632960,1369446348000.0,2013-05-25 01:45:48,+0000,,"Yes, am arguing against subsidies and in favor of a tax on the end bad created. Market will then achieve best solution.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338108608430632960,[],[],0,,False,67,41,60,,None,,,,,,,[],,,, +1434,338107634668412928,338107634668412928,1369446116000.0,2013-05-25 01:41:56,+0000,,"Trees are net consumers of CO2, so technically we would pay them money :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338107634668412928,[],[],0,,False,80,45,123,,None,,,,,,,[],,,, +1435,338106902946910208,338106902946910208,1369445942000.0,2013-05-25 01:39:02,+0000,,Exactly. Seems crazy to risk the CO2 chemical experiment when we have to find another solution anyway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338106902946910208,[],[],0,,False,164,21,29,,None,,,,,,,[],,,, +1436,338105723139543040,338105723139543040,1369445660000.0,2013-05-25 01:34:20,+0000,,Big difference between taxing people and taxing purchases (ie consumption). Much better to emphasize the latter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338105723139543040,[],[],0,,False,73,55,112,,None,,,,,,,[],,,, +1437,338104612521385984,338099836404527104,1369445395000.0,2013-05-25 01:29:55,+0000,,@MaxMBerger The collective wisdom of the market is usually (not always) better than the smartest govt regulator.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338104612521385984,[],[],0,,False,13,2,10,,None,,,,,,,[],,,, +1438,338103612943241218,338103612943241218,1369445157000.0,2013-05-25 01:25:57,+0000,,"Me & other private money funded Tesla for first 7 years, got IPO+ govt money for 3, now paid back. Yes, carbon tax would be a better way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338103612943241218,[],[],0,,False,95,42,144,,None,,,,,,,[],,,, +1439,338102635930468352,338098445808201728,1369444924000.0,2013-05-25 01:22:04,+0000,,"@grayj_ There should be a constitutional amendment to redo the tax code every ten years, just like we do a census.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338102635930468352,[],[],0,,False,27,4,18,,None,,,,,,,[],,,, +1440,338101143047639042,338101143047639042,1369444568000.0,2013-05-25 01:16:08,+0000,,"Weight of scientific evidence. Taxes don't ban a purchase, they just increase cost. Am against bans, except in extreme cases.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338101143047639042,[],[],0,,False,36,21,32,,None,,,,,,,[],,,, +1441,338099836404527104,338099836404527104,1369444257000.0,2013-05-25 01:10:57,+0000,,"Exactly. Better to tax known bad thing and incent desired outcome, instead of subsidizing particular solution paths. Let market decide.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338099836404527104,[],[],0,,False,81,33,88,,None,,,,,,,[],,,, +1442,338098445808201728,338098445808201728,1369443925000.0,2013-05-25 01:05:25,+0000,,"Perhaps. I am in favor of fair, simple taxes that are neutral on most things, incent good & disincent bad.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338098445808201728,[],[],0,,False,60,28,49,,None,,,,,,,[],,,, +1443,338097360519442432,338097360519442432,1369443666000.0,2013-05-25 01:01:06,+0000,,"Great article on Tesla-dealer battle by Leilani Munter (@CarbonFreeGirl), who lives in NC http://t.co/pvEmE5pEVN",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338097360519442432,['http://www.huffingtonpost.com/mobileweb/leilani-munter/tesla-north-carolina_b_3327721.html?utm_hp_ref=email_share'],[],0,,False,91,29,170,,None,,,,,,,[],,,, +1444,337908857198235649,337789653233041408,1369398724000.0,2013-05-24 12:32:04,+0000,,@VarunG_ Belief in climate change isn't necessary. Even a small probability of a severe outcome justifies a carbon tax.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/337908857198235649,[],[],0,,False,9,10,7,,None,,,,,,,[],,,, +1445,337884269521281026,337789653233041408,1369392862000.0,2013-05-24 10:54:22,+0000,,@karlbrauer Making rockets,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/337884269521281026,[],[],0,,False,69,6,20,,None,,,,,,,[],,,, +1446,337826546104537088,337817778989981696,1369379099000.0,2013-05-24 07:04:59,+0000,,@tonykatz Don't like having a zillion tweets in the log. Makes it tough to wade through if someone wants to read my tweet history.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/337826546104537088,[],[],0,,False,8,4,0,,None,,,,,,,[],,,, +1447,337795753797898240,337789653233041408,1369371758000.0,2013-05-24 05:02:38,+0000,,"@SapientCapital We created electric cars to help solve the problem, not because we thought it was easy money. Still isn't.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/337795753797898240,[],[],0,,False,29,8,9,,None,,,,,,,[],,,, +1448,337791672295501824,337789653233041408,1369370785000.0,2013-05-24 04:46:25,+0000,,"And, since we will run out of oil anyway, why risk the future of all life on Earth simply to delay sustainable energy?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/337791672295501824,[],[],0,,False,288,139,692,,None,,,,,,,[],,,, +1449,337789653233041408,337789653233041408,1369370303000.0,2013-05-24 04:38:23,+0000,,Those who would deny climate change should ask themselves what happens if they are wrong http://t.co/S7fOIrly6B,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/337789653233041408,['http://thehill.com/blogs/e2-wire/e2-wire/301649-tesla-ceo-musk-reframe-climate-argument'],[],0,,False,195,99,452,,None,,,,,,,[],,,, +1450,337594277666377730,337370738686316544,1369323722000.0,2013-05-23 15:42:02,+0000,,"More importantly, @Chrysler failed to pay back $1.3B. Apart those 2 points, you were totally 1st http://t.co/0P2ZLDl67a",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/337594277666377730,['http://www.detroitnews.com/article/20130522/AUTO0101/305220440/1361/Tesla--Chrysler-spar-over-loan-repayment'],[],0,,False,185,72,214,,None,,,,,,,[],,,, +1451,337592840743968768,337370738686316544,1369323380000.0,2013-05-23 15:36:20,+0000,,"As many have already noted, @Chrysler is a division of Fiat, an Italian company. We specifically said first *US* company.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/337592840743968768,[],[],0,,False,144,48,140,,None,,,,,,,[],,,, +1452,337506956875010048,337506956875010048,1369302903000.0,2013-05-23 09:55:03,+0000,,Interview with @BloombergNews about Tesla and DOE loan gets into some of the details http://t.co/xb0JVoPHNC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/337506956875010048,['http://bloom.bg/16PjlJm'],[],0,,False,88,34,99,,None,,,,,,,[],,,, +1453,337323464241319936,337323464241319936,1369259155000.0,2013-05-22 21:45:55,+0000,,Tesla wired the funds to repay the DOE loan today. Only US car company to have fully repaid govt http://t.co/jxHW9YkvPz,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/337323464241319936,['http://www.teslamotors.com/about/press/releases/tesla-repays-department-energy-loan-nine-years-early'],[],0,,False,734,241,1753,,None,,,,,,,[],,,, +1454,336599845643108354,336596441705349120,1369086631000.0,2013-05-20 21:50:31,+0000,,@Gizmoman0 Physics,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/336599845643108354,[],[],0,,False,23,3,2,,None,,,,,,,[],,,, +1455,336598500156518400,336596441705349120,1369086310000.0,2013-05-20 21:45:10,+0000,,@yes_andre I'm a big fan of ultracapacitors. Was going to do my PhD at Stanford on them. But we need a breakthrough in energy density...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/336598500156518400,[],[],0,,False,124,39,26,,None,,,,,,,[],,,, +1456,336164986172882945,336127391460102145,1368982953000.0,2013-05-19 17:02:33,+0000,,@McBartVolgers @SpaceX High pressure helium pneumatic bolts and pistons. No explosives.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/336164986172882945,[],[],0,,False,7,4,2,,None,,,,,,,[],,,, +1457,335935115274354689,335903656287289344,1368928147000.0,2013-05-19 01:49:07,+0000,,"@xyrth Cool, will get one plus another chicken",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/335935115274354689,[],[],0,,False,10,2,2,,None,,,,,,,[],,,, +1458,335904330374860801,335897870358171648,1368920807000.0,2013-05-18 23:46:47,+0000,,@TalulahRiley You're welcome. It did seem like the chicken of destiny xx,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/335904330374860801,[],[],0,,False,10,1,3,,None,,,,,,,[],,,, +1459,335903656287289344,335903656287289344,1368920647000.0,2013-05-18 23:44:07,+0000,,Petting zoo left a chicken behind at the park. Now we have a pet chicken.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/335903656287289344,[],[],0,,False,221,116,105,,None,,,,,,,[],,,, +1460,334595687041875968,334192141997854720,1368608802000.0,2013-05-15 09:06:42,+0000,,@DanaBrunetti Soon Model S will feature druidic dwarves dancing around a miniature stone henge,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/334595687041875968,[],[],0,,False,48,11,24,,None,,,,,,,[],,,, +1461,334405162489769984,334192141997854720,1368563378000.0,2013-05-14 20:29:38,+0000,,"@DanaBrunetti Well, you see, by making it go to 11, that makes it louder than loud :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/334405162489769984,[],[],0,,False,37,10,7,,None,,,,,,,[],,,, +1462,334372943041798144,334372943041798144,1368555696000.0,2013-05-14 18:21:36,+0000,,Supercharger announcement pushed to next week. Something else this week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/334372943041798144,[],[],0,,False,76,122,112,,None,,,,,,,[],,,, +1463,334035602183962624,334033804303945729,1368475268000.0,2013-05-13 20:01:08,+0000,,"@bryanclarke physics + a broad range of engineering. Worth taking humanities courses too, particularly history.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/334035602183962624,[],[],0,,False,21,7,10,,None,,,,,,,[],,,, +1464,334028716260872192,334025141044535296,1368473626000.0,2013-05-13 19:33:46,+0000,,"@vicorly Yes, usually several times more energy over the course of the year than is needed by the Model S",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028716260872192,[],[],0,,False,9,6,1,,None,,,,,,,[],,,, +1465,334028430779744256,334025141044535296,1368473558000.0,2013-05-13 19:32:38,+0000,,@malkosh we do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028430779744256,[],[],0,,False,5,1,0,,None,,,,,,,[],,,, +1466,334028253159378944,334027664388149249,1368473516000.0,2013-05-13 19:31:56,+0000,,"@itsokayyouknow Harder than that, but it is a software vs hardware change",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028253159378944,[],[],0,,False,5,1,1,,None,,,,,,,[],,,, +1467,334025141044535296,334025141044535296,1368472774000.0,2013-05-13 19:19:34,+0000,,"Btw, vast majority of credit for SolarCity should go to Lyndon & Peter Rive & their awesome team. I'm just a small part.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334025141044535296,[],[],0,,False,64,31,50,,None,,,,,,,[],,,, +1468,333414433802043394,333373448355196928,1368327170000.0,2013-05-12 02:52:50,+0000,,@SeanChin @RaimisJ Over the air upgrade coming in a few months to allow tethering (and other things).,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/333414433802043394,[],[],0,,False,9,5,4,,None,,,,,,,[],,,, +1469,333387477412876288,333387477412876288,1368320743000.0,2013-05-12 01:05:43,+0000,,Improving service and honing manufacturing efficiency are the biggest short term challenges. Not sales constrained.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/333387477412876288,[],[],0,,False,100,55,107,,None,,,,,,,[],,,, +1470,333384944388808704,333373448355196928,1368320139000.0,2013-05-12 00:55:39,+0000,,@annabananastand It can do hands free right now. Being able to text people via voice while driving would be a good feature to add...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333384944388808704,[],[],0,,False,4,7,0,,None,,,,,,,[],,,, +1471,333384295882317825,333379563927257089,1368319984000.0,2013-05-12 00:53:04,+0000,,"@enggirl Mostly water or coffee at home. When I'm out, will have Macallan neat or vodka with something.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333384295882317825,[],[],0,,False,10,5,0,,None,,,,,,,[],,,, +1472,333382427647025154,333373448355196928,1368319539000.0,2013-05-12 00:45:39,+0000,,@danielmarshal15 It can dig up almost anything.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333382427647025154,[],[],0,,False,3,1,0,,None,,,,,,,[],,,, +1473,333382233450741760,333373448355196928,1368319493000.0,2013-05-12 00:44:53,+0000,,"@JasonPolstein Yeah, we don't do a good job of telling people about this feature. Requires hardware unfortunately.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333382233450741760,[],[],0,,False,2,4,0,,None,,,,,,,[],,,, +1474,333381955674587137,333373448355196928,1368319426000.0,2013-05-12 00:43:46,+0000,,"@grimmerkimmer @dpinsen Given the extreme burn, shorts are pushing every possible fear, uncertainty & doubt story http://t.co/LWr3GODxBG",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333381955674587137,['http://www.thestreet.com/story/11919380/1/cramer-wont-wait-for-tesla.html'],[],0,,False,3,3,1,,None,,,,,,,[],,,, +1475,333379008005804032,333373448355196928,1368318724000.0,2013-05-12 00:32:04,+0000,,"@RaimisJ Tesla software knits together Google Voice, Slacker, Gracenote & others and streams over 3G (will be LTE later)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333379008005804032,[],[],0,,False,13,2,3,,None,,,,,,,[],,,, +1476,333376615180562432,333373448355196928,1368318153000.0,2013-05-12 00:22:33,+0000,,"@dpinsen People tell me Cory Johnson is a shill for the shorts. Don't know if true, but he sure behaves that way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333376615180562432,[],[],0,,False,7,7,0,,None,,,,,,,[],,,, +1477,333374189161558016,333373448355196928,1368317575000.0,2013-05-12 00:12:55,+0000,,"Would also recommend the Cheese Shop, Spam or Fish License by Monty Python.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333374189161558016,[],[],0,,False,50,39,28,,None,,,,,,,[],,,, +1478,333373448355196928,333373448355196928,1368317398000.0,2013-05-12 00:09:58,+0000,,"Hold down voice button & say ""Play Amish Paradise by Weird Al Yankovic"". Model S can play almost any song via Internet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333373448355196928,[],[],0,,False,235,81,334,,None,,,,,,,[],,,, +1479,332516849080209409,332516435488280577,1368113169000.0,2013-05-09 15:26:09,+0000,,@realbhuwan Don't forget the mystery announcement. Part 5 of the trilogy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/332516849080209409,[],[],0,,False,13,18,8,,None,,,,,,,[],,,, +1480,332516435488280577,332516435488280577,1368113070000.0,2013-05-09 15:24:30,+0000,,There is a way for the Tesla Model S to be recharged throughout the country faster than you could fill a gas tank.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/332516435488280577,[],[],0,,False,288,349,480,,None,,,,,,,[],,,, +1481,332298579781767168,332282461344124931,1368061129000.0,2013-05-09 00:58:49,+0000,,@HowardReiter Totally agree. Tesla will circle back and do something cool for Roadsters next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/332298579781767168,[],[],0,,False,61,8,4,,None,,,,,,,[],,,, +1482,332287909413650433,332286367151296512,1368058585000.0,2013-05-09 00:16:25,+0000,,@mjasandoval Stay tuned,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/332287909413650433,[],[],0,,False,4,3,1,,None,,,,,,,[],,,, +1483,332282461344124931,332282461344124931,1368057286000.0,2013-05-08 23:54:46,+0000,,"Just want to say thanks to customers & investors that took a chance on Tesla through the long, dark night. We wouldn't be here without you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/332282461344124931,[],[],0,,False,1696,262,592,,None,,,,,,,[],,,, +1484,332270252832460800,332239280099446784,1368054376000.0,2013-05-08 23:06:16,+0000,,@westcoastbill Thanks Bill!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/332270252832460800,[],[],0,,False,4,0,1,,None,,,,,,,[],,,, +1485,331797405840338944,331797405840338944,1367941640000.0,2013-05-07 15:47:20,+0000,,"Am a fan of Larry, Sergey & Google in general, but self-driving cars comments to Bloomberg were just off-the-cuff. No big announcement here",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331797405840338944,[],[],0,,False,50,41,75,,None,,,,,,,[],,,, +1486,331796308631367681,331796308631367681,1367941379000.0,2013-05-07 15:42:59,+0000,,"Tesla priority is electrification of cars, so priority is Model S, Model X, then mass market third gen vehicle & truck",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331796308631367681,[],[],0,,False,191,100,245,,None,,,,,,,[],,,, +1487,331795766937018368,331794886368055296,1367941249000.0,2013-05-07 15:40:49,+0000,,@rebel_sal exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331795766937018368,[],[],0,,False,10,1,0,,None,,,,,,,[],,,, +1488,331794886368055296,331794886368055296,1367941040000.0,2013-05-07 15:37:20,+0000,,"Creating an autopilot for cars at Tesla is an important, but not yet top priority. Still a few years from production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331794886368055296,[],[],0,,False,143,73,167,,None,,,,,,,[],,,, +1489,331792738339127296,331787138880401408,1367940527000.0,2013-05-07 15:28:47,+0000,,@DJFrustration Tested it myself this weekend and was working well. Some songs have licensing prohibiting direct request.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331792738339127296,[],[],0,,False,2,1,0,,None,,,,,,,[],,,, +1490,331490556574326785,331490556574326785,1367868482000.0,2013-05-06 19:28:02,+0000,,"Anyone interested in doing ultra hardcore vehicle engineering at Tesla, please apply!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331490556574326785,[],[],0,,False,146,228,316,,None,,,,,,,[],,,, +1491,331489911842689025,331489911842689025,1367868328000.0,2013-05-06 19:25:28,+0000,,Chris Porritt from Aston Martin just joined as head of vehicle engineering at Tesla http://t.co/MNUIWDxoXt,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331489911842689025,['http://ir.teslamotors.com/releasedetail.cfm?ReleaseID=762317'],[],0,,False,100,36,216,,None,,,,,,,[],,,, +1492,331486802462531584,331470318227054594,1367867587000.0,2013-05-06 19:13:07,+0000,,"@bdcs Yup, it is super far. Moon is basically in our back yard relative to Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331486802462531584,[],[],0,,False,4,2,1,,None,,,,,,,[],,,, +1493,331082832187363329,331067130793558016,1367771273000.0,2013-05-05 16:27:53,+0000,,"@nirdthebird Definitely a lot of potential for geothermal, but depends on well depth. Too expensive in most places.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/331082832187363329,[],[],0,,False,4,3,2,,None,,,,,,,[],,,, +1494,330884627927560192,330880080198893568,1367724017000.0,2013-05-05 03:20:17,+0000,,"@DetlefKroeze Yeah, that probably makes sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/330884627927560192,[],[],0,,False,3,0,0,,None,,,,,,,[],,,, +1495,330877283793530880,330869979480207361,1367722266000.0,2013-05-05 02:51:06,+0000,,@DouglasBullard @teslamotors Most people have never heard of Nikola Tesla. That will hopefully change over time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/330877283793530880,[],[],0,,False,94,38,36,,None,,,,,,,[],,,, +1496,330869907640184832,330869144633348096,1367720507000.0,2013-05-05 02:21:47,+0000,,"@flyguynscc @teslamotors yes, that has been the goal from the beginning",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/330869907640184832,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +1497,330708114854793217,330666017053368320,1367681933000.0,2013-05-04 15:38:53,+0000,,"@fink_justin It can definitely strain relationships, but I loved doing my first company with my brother",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/330708114854793217,[],[],0,,False,7,1,2,,None,,,,,,,[],,,, +1498,330707889729712131,330665496041099266,1367681879000.0,2013-05-04 15:37:59,+0000,,@Vangsgutane Norway rocks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/330707889729712131,[],[],0,,False,6,0,4,,None,,,,,,,[],,,, +1499,330572086668046336,330549800443445248,1367649501000.0,2013-05-04 06:38:21,+0000,,"@WehbyJammin Earnings call next week, then Supercharger week after and then... the mystery announcement/demonstration :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/330572086668046336,[],[],0,,False,10,5,7,,None,,,,,,,[],,,, +1500,330571811358117888,330549011494875136,1367649436000.0,2013-05-04 06:37:16,+0000,,@TeslaTrip you're welcome :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/330571811358117888,[],[],0,,False,2,0,2,,None,,,,,,,[],,,, +1501,330425498406633474,330423003454246912,1367614552000.0,2013-05-03 20:55:52,+0000,,@thebradholt we need a compelling video that convinces TX lawmakers to pass the direct sales law just approved by their committee.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330425498406633474,[],[],0,,False,4,9,1,,None,,,,,,,[],,,, +1502,330424811035705344,330420284685438976,1367614388000.0,2013-05-03 20:53:08,+0000,,@Rocco_TheStreet Guaranteeing the world's best resale value in industry is unprecedented and backed up my other assets. Why isn't that good?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330424811035705344,[],[],0,,False,6,5,1,,None,,,,,,,[],,,, +1503,330423366802632706,330411311525675010,1367614044000.0,2013-05-03 20:47:24,+0000,,"@ChrisCowan_ Chris is great. Took a long time for me to find someone w truly hardcore engineering skills, who fully understood the system.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330423366802632706,[],[],0,,False,5,0,2,,None,,,,,,,[],,,, +1504,330403426003472384,330403426003472384,1367609290000.0,2013-05-03 19:28:10,+0000,,Am getting lots of questions about the big Supercharger announcement. Aiming to do that the week after next.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330403426003472384,[],[],0,,False,63,41,72,,None,,,,,,,[],,,, +1505,330397865337835520,330396427647868929,1367607964000.0,2013-05-03 19:06:04,+0000,,"@stoneymonster Yes, this does put an indirect floor on resale value. Should help all owners.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330397865337835520,[],[],0,,False,2,1,1,,None,,,,,,,[],,,, +1506,330396427647868929,330396427647868929,1367607621000.0,2013-05-03 19:00:21,+0000,,Tesla raises Model S resale value guarantee to highest in auto industry http://t.co/l5LOXtyP33,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330396427647868929,['http://www.teslamotors.com/about/press/releases/tesla-improves-financing-product-best-resale-value-guarantee-and-lower-monthly-'],[],0,,False,62,40,113,,None,,,,,,,[],,,, +1507,330395232564826112,330053450261987328,1367607336000.0,2013-05-03 18:55:36,+0000,,@yatpay Side boosters fall short & center core goes too far + Florida is heavily populated. Landing permission tricky :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330395232564826112,[],[],0,,False,7,4,2,,None,,,,,,,[],,,, +1508,330394570737192960,330017552120033282,1367607178000.0,2013-05-03 18:52:58,+0000,,"@pataneous We can't formally provide a guarantee w/o restating accounting, but I feel confident about the value anyway.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330394570737192960,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +1509,330394051637547010,330053450261987328,1367607054000.0,2013-05-03 18:50:54,+0000,,"@2552nsf Yeah, that is super tricky. Will have to sacrifice a lot of payload to boost back or land on ocean platform.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330394051637547010,[],[],0,,False,3,4,3,,None,,,,,,,[],,,, +1510,330387481616855040,330384351370035200,1367605488000.0,2013-05-03 18:24:48,+0000,,"@rebel_sal Yes, your article (and many others) rightly identified that we made a mistake. New financing is not perfect, but much better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330387481616855040,[],[],0,,False,2,2,1,,None,,,,,,,[],,,, +1511,330364975300358144,330053450261987328,1367600122000.0,2013-05-03 16:55:22,+0000,,"@Alan_Nestos The legs are nested tight against the body of the rocket in flight, so rotate about 120 degrees to deploy",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/330364975300358144,[],[],0,,False,2,2,3,,None,,,,,,,[],,,, +1512,330241115670327296,330239990032396288,1367570592000.0,2013-05-03 08:43:12,+0000,,@darma_setia More likely that pigs will fly over the frozen wastes of Hell. Clarkson doesn't understand technology.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/330241115670327296,[],[],0,,False,27,7,15,,None,,,,,,,[],,,, +1513,330240665483096064,330017552120033282,1367570484000.0,2013-05-03 08:41:24,+0000,,@JSONberland We did a ton of testing until they could handle 4X legally required impact energy. Extremely tough.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/330240665483096064,[],[],0,,False,3,1,1,,None,,,,,,,[],,,, +1514,330054002148515841,330053450261987328,1367525980000.0,2013-05-02 20:19:40,+0000,,@BigBalli High pressure helium. Needs to be ultra light. All 4 legs together (~60 ft span) weigh less than Model S.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/330054002148515841,[],[],0,,False,25,7,10,,None,,,,,,,[],,,, +1515,330053450261987328,330053450261987328,1367525849000.0,2013-05-02 20:17:29,+0000,,"F9R (pronounced F-niner) shows a little leg. Design is a nested, telescoping piston w A frame. http://t.co/H49TSS2CYl",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/330053450261987328,[],['https://pbs.twimg.com/media/BJSV3UQCAAITfKN.jpg'],1,https://pbs.twimg.com/media/BJSV3UQCAAITfKN.jpg,False,205,94,160,,None,,,,,,,[],,,, +1516,330019280206831616,330017552120033282,1367517702000.0,2013-05-02 18:01:42,+0000,,@roulezelectric This is about getting a prior announcement right. Not part 4 yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/330019280206831616,[],[],0,,False,6,4,3,,None,,,,,,,[],,,, +1517,330017552120033282,330017552120033282,1367517290000.0,2013-05-02 17:54:50,+0000,,Time to up the ante (and fix some mistakes). Tesla announcement tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/330017552120033282,[],[],0,,False,103,89,238,,None,,,,,,,[],,,, +1518,329765200590929920,329675294749380608,1367457125000.0,2013-05-02 01:12:05,+0000,,"@astrostephenson We're aiming for late 2015, but NASA needs to have overlapping capability to be safe. Would do the same",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/329765200590929920,[],[],0,,False,6,1,3,,None,,,,,,,[],,,, +1519,329764204716380160,329741175898640384,1367456887000.0,2013-05-02 01:08:07,+0000,,@MelissaMontoyaO Anne's role is launch site engineering. Don't think she has anything against media -- just not her role.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/329764204716380160,[],[],0,,False,3,2,0,,None,,,,,,,[],,,, +1520,329652668547072001,329643547210944513,1367430295000.0,2013-05-01 17:44:55,+0000,,@realbhuwan @teslamotors Cool :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/329652668547072001,[],[],0,,False,5,1,1,,None,,,,,,,[],,,, +1521,329642240353894401,329635272583176192,1367427809000.0,2013-05-01 17:03:29,+0000,,@rebel_sal Just read it. Good piece.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/329642240353894401,[],[],0,,False,6,1,0,,None,,,,,,,[],,,, +1522,329635321824309248,329634717827747843,1367426159000.0,2013-05-01 16:35:59,+0000,,@RealTomLangel Maybe a v long time from now. Paying div is a sign that a company cannot find good ways to spend money.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329635321824309248,[],[],0,,False,6,2,1,,None,,,,,,,[],,,, +1523,329634523744718848,329619173846171651,1367425969000.0,2013-05-01 16:32:49,+0000,,"@wfww Our software is requesting the right song, but Slacker has a bug in their code. Supposed to be fixed by tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329634523744718848,[],[],0,,False,4,3,1,,None,,,,,,,[],,,, +1524,329633910898167808,329562997548793856,1367425823000.0,2013-05-01 16:30:23,+0000,,@eirene_inc @sciam Interesting piece,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329633910898167808,[],[],0,,False,3,1,0,,None,,,,,,,[],,,, +1525,329339716933664770,329339716933664770,1367355682000.0,2013-04-30 21:01:22,+0000,,Auto Dealer Sterling McCall makes the case for Tesla direct sales in Texas http://t.co/JcHETe0d2l,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/329339716933664770,['http://www.chron.com/opinion/outlook/article/Let-s-drive-business-in-Texas-forward-4473447.php'],[],0,,False,40,18,65,,None,,,,,,,[],,,, +1526,329026923932033025,329026923932033025,1367281106000.0,2013-04-30 00:18:26,+0000,,Congrats to @VirginGalactic and @RichardBranson on supersonic test flight!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/329026923932033025,[],[],0,,False,173,25,294,,None,,,,,,,[],,,, +1527,328386732934430720,328386732934430720,1367128473000.0,2013-04-28 05:54:33,+0000,,First test of the Falcon 9-R (reusable) ignition system. Not long now before the hold down fire http://t.co/5r5nJWaNrI,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/328386732934430720,[],['https://pbs.twimg.com/media/BI6p_mXCAAEwKq6.jpg'],1,https://pbs.twimg.com/media/BI6p_mXCAAEwKq6.jpg,False,337,88,427,,None,,,,,,,[],,,, +1528,327594252211200000,327581918222749696,1366939530000.0,2013-04-26 01:25:30,+0000,,"@tcmeggs Am for good public transit in LA, but the pace of that construction makes the 405 look fast.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/327594252211200000,[],[],0,,False,5,3,1,,None,,,,,,,[],,,, +1529,327593152133361665,327583120738099200,1366939268000.0,2013-04-26 01:21:08,+0000,,@tcmeggs This argument is a bit silly. A city will not grow to infinite size just because there isn't traffic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/327593152133361665,[],[],0,,False,6,2,0,,None,,,,,,,[],,,, +1530,327493831283056640,327450627397537792,1366915588000.0,2013-04-25 18:46:28,+0000,,"@NycomWireless @TeslaMotors Cool, thanks for buying our car!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/327493831283056640,[],[],0,,False,6,2,2,,None,,,,,,,[],,,, +1531,327493652274372608,327450627397537792,1366915545000.0,2013-04-25 18:45:45,+0000,,"@Tapp697 Thanks, important clarification. Tesla announcements are always about making product experience better. Market follows eventually.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/327493652274372608,[],[],0,,False,9,3,1,,None,,,,,,,[],,,, +1532,327450627397537792,327450627397537792,1366905287000.0,2013-04-25 15:54:47,+0000,,Announcement of new @TeslaMotors strategy tomorrow. Tesla owners will like this.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327450627397537792,[],[],0,,False,116,98,262,,None,,,,,,,[],,,, +1533,327448476604583936,327447495196147712,1366904775000.0,2013-04-25 15:46:15,+0000,,@wheelseditor Cool. Just read and watched!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327448476604583936,[],[],0,,False,6,4,1,,None,,,,,,,[],,,, +1534,327446760219889665,327446760219889665,1366904365000.0,2013-04-25 15:39:25,+0000,,Seems to be some stormy weather over in Shortville these days,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327446760219889665,[],[],0,,False,300,48,171,,None,,,,,,,[],,,, +1535,326902082504384512,326881319881699329,1366774505000.0,2013-04-24 03:35:05,+0000,,@Rocketrichardp @ct_la Exactly. DMV Comm overruled good recommendation of Hearing Officer.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/326902082504384512,[],[],0,,False,4,3,2,,None,,,,,,,[],,,, +1536,326882270982057984,326828343100076034,1366769781000.0,2013-04-24 02:16:21,+0000,,@Trekker56 @TeslaMotors Please contact DMV Commissioner and Governor. This is not good for the people of Virginia.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/326882270982057984,[],[],0,,False,6,1,3,,None,,,,,,,[],,,, +1537,326828343100076034,326828343100076034,1366756923000.0,2013-04-23 22:42:03,+0000,,"Not all good news. Virginia DMV Commissioner just denied Tesla a dealer license, despite Hearing Officer being in favor.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/326828343100076034,[],[],0,,False,23,118,93,,None,,,,,,,[],,,, +1538,326725362123935745,326500735233712129,1366732371000.0,2013-04-23 15:52:51,+0000,,@In_Sight_Full @juliewestfall we have great neighbors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/326725362123935745,[],[],0,,False,6,2,1,,None,,,,,,,[],,,, +1539,326615354040283136,326500735233712129,1366706143000.0,2013-04-23 08:35:43,+0000,,@TheMilns Try this: http://t.co/UVhBE2uMli,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/326615354040283136,['http://m.youtube.com/#/watch?feature=youtu.be&v=se7_JpbtPwA&desktop_uri=%2Fwatch%3Fv%3Dse7_JpbtPwA%26feature%3Dyoutu.be'],[],0,,False,3,2,4,,None,,,,,,,[],,,, +1540,326532755028602880,326532755028602880,1366686450000.0,2013-04-23 03:07:30,+0000,,Wringing water out of a towel in zero g is way trippy http://t.co/UFLI0MM6Kv via @youtube,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/326532755028602880,['http://www.youtube.com/watch?v=o8TssbmY-GM&sns=tw'],[],0,,False,211,60,451,,None,,,,,,,[],,,, +1541,326520007741808640,326500735233712129,1366683410000.0,2013-04-23 02:16:50,+0000,,@clprenz evolving,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/326520007741808640,[],[],0,,False,3,1,1,,None,,,,,,,[],,,, +1542,326519925386661889,326500735233712129,1366683391000.0,2013-04-23 02:16:31,+0000,,@kirkburgess yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/326519925386661889,[],[],0,,False,9,1,1,,None,,,,,,,[],,,, +1543,326509932797116416,326413387426828288,1366681008000.0,2013-04-23 01:36:48,+0000,,@justinchace Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/326509932797116416,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +1544,326500735233712129,326500735233712129,1366678816000.0,2013-04-23 01:00:16,+0000,,"Grasshopper rocket flies up 250m, holds against wind and lands. Vid taken from our hexacopter http://t.co/LXmMCYDD0e",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/326500735233712129,['http://www.youtube.com/watch?v=NoxiK7K28PU&feature=youtu.be'],[],0,,False,434,232,1165,,None,,,,,,,[],,,, +1545,326155183623118849,326152475205857281,1366596430000.0,2013-04-22 02:07:10,+0000,,@dbhyslop Will post a video of the latest Grasshopper flight tomorrow (taken from the camera on our new hexacopter).,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/326155183623118849,[],[],0,,False,7,6,15,,None,,,,,,,[],,,, +1546,326152872708419585,326152475205857281,1366595879000.0,2013-04-22 01:57:59,+0000,,Now with actual picture :) http://t.co/G6PCiAJmtx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/326152872708419585,[],['https://pbs.twimg.com/media/BIa6T0jCMAArRrA.jpg'],1,https://pbs.twimg.com/media/BIa6T0jCMAArRrA.jpg,False,653,106,507,,None,,,,,,,[],,,, +1547,326152475205857281,326152475205857281,1366595784000.0,2013-04-22 01:56:24,+0000,,Cool picture of Io crossing Jupiter sent to me by @shervin. Would be amazing to visit in person one day.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/326152475205857281,[],[],0,,False,54,31,78,,None,,,,,,,[],,,, +1548,326118739483451392,326096504450334720,1366587741000.0,2013-04-21 23:42:21,+0000,,Congratulations to @OrbitalSciences! “@CNETNews: Orbital's Antares rocket makes successful test flight http://t.co/y7bwdDMGCi”,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/326118739483451392,['http://cnet.co/17QCmKa'],[],0,,False,69,12,124,,None,,,,,,,[],,,, +1549,325011704582901760,324990048523141120,1366323803000.0,2013-04-18 22:23:23,+0000,,@eirene_inc @archforhumanity @AFHDisasterTeam We have a lot of heavy lifting equipment. Will ask my team to send it over.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/325011704582901760,[],[],0,,False,15,6,11,,None,,,,,,,[],,,, +1550,324990048523141120,324990048523141120,1366318640000.0,2013-04-18 20:57:20,+0000,,"Heart goes out to people of central Texas, home of SpaceX TX. All resources at disposal to help in any way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/324990048523141120,[],[],0,,False,134,15,167,,None,,,,,,,[],,,, +1551,324575593796612096,324575593796612096,1366219826000.0,2013-04-17 17:30:26,+0000,,A @WhiteHouse petition to allow direct sales of cars by manufacturers: https://t.co/7h6m89mQmh Please vote here too!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/324575593796612096,['https://petitions.whitehouse.gov/petition/overturn-franchise-laws-limit-auto-manufacturers-selling-their-vehicles-directly-consumers/rlShbLzr'],[],0,,False,99,54,318,,None,,,,,,,[],,,, +1552,324388037117214720,324388037117214720,1366175109000.0,2013-04-17 05:05:09,+0000,,"If you live in Texas and are pro Tesla, please vote in the @MyABJ opinion poll! http://t.co/ozPdw6UzUo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/324388037117214720,['http://www.bizjournals.com/austin/poll/results/11461812'],[],0,,False,41,45,170,,None,,,,,,,[],,,, +1553,322906572814696448,322906572814696448,1365821900000.0,2013-04-13 02:58:20,+0000,,"Interesting... ""Putin unveils $50B drive for Russian space supremacy http://t.co/aK1vYGlYhl"" via @physorg_com",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/322906572814696448,['http://phys.org/news/2013-04-putin-unveils-bn-russian-space.html'],[],0,,False,110,100,200,,None,,,,,,,[],,,, +1554,322416386037141504,322409574248357888,1365705031000.0,2013-04-11 18:30:31,+0000,,@batasrki Stay tuned for a big Supercharger announcement in a few weeks. Definitely have you covered.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322416386037141504,[],[],0,,False,32,8,19,,None,,,,,,,[],,,, +1555,322414424570859520,322409574248357888,1365704563000.0,2013-04-11 18:22:43,+0000,,@JBSiegelMD Thanks! Hearing from constituents is super important to counteract the influence of the dealer lobby.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322414424570859520,[],[],0,,False,23,1,3,,None,,,,,,,[],,,, +1556,322410144409481217,322410144409481217,1365703543000.0,2013-04-11 18:05:43,+0000,,"New York judge states: ""... dealers cannot utilize the Franchised Dealer Act as a means to sue their competitors"". Exactly!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322410144409481217,[],[],0,,False,97,34,104,,None,,,,,,,[],,,, +1557,322409574248357888,322409574248357888,1365703407000.0,2013-04-11 18:03:27,+0000,,"New York judge just ruled in favor Tesla, dismissing the legal attack by auto dealers to prevent direct sales!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322409574248357888,[],[],0,,False,343,118,482,,None,,,,,,,[],,,, +1558,322170049316139009,322170049316139009,1365646300000.0,2013-04-11 02:11:40,+0000,,Yay for democracy! @latimes asks: Should Tesla Motors be able to sell directly to consumers? http://t.co/IhSNht6bgx,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/322170049316139009,"['http://www.latimes.com/business/autos/la-fi-hy-tesla-ceo-takes-dealer-fight-to-texas-says-he-can-sell-more-cars-20130410,0,1676772.story']",[],0,,False,87,64,156,,None,,,,,,,[],,,, +1559,322163054601179136,322154768476823553,1365644632000.0,2013-04-11 01:43:52,+0000,,"@twittelator Yup, you're right",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/322163054601179136,[],[],0,,False,6,2,0,,None,,,,,,,[],,,, +1560,321987888055201793,321987888055201793,1365602869000.0,2013-04-10 14:07:49,+0000,,Just wanted to say thanks to everyone for testifying yesterday in Austin. Will hang around after press conf to thank people in person.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/321987888055201793,[],[],0,,False,48,24,50,,None,,,,,,,[],,,, +1561,321985069235453953,321984409060384768,1365602197000.0,2013-04-10 13:56:37,+0000,,"@derrickgott007 already partly here with rocket development, but will make it a lot bigger with the launch site",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/321985069235453953,[],[],0,,False,5,1,3,,None,,,,,,,[],,,, +1562,321710007223726080,321710007223726080,1365536617000.0,2013-04-09 19:43:37,+0000,,Just had Texas BBQ for lunch in Capitol Building. About to head to House Committee hearing to advocate for Tesla in TX.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/321710007223726080,[],[],0,,False,76,86,41,,None,,,,,,,[],,,, +1563,321637861147426816,321637861147426816,1365519416000.0,2013-04-09 14:56:56,+0000,,In TX to make the case for allowing Tesla to sell cars. Pls come to Capitol Room E2.014 at 1:30! http://t.co/WR3WXE8SFe,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/321637861147426816,['http://www.teslamotors.com/blog/tesla-approach-distributing-and-servicing-cars'],[],0,,False,48,34,140,,None,,,,,,,[],,,, +1564,321440099348934656,321440099348934656,1365472266000.0,2013-04-09 01:51:06,+0000,,Which leads me to my next subject of gun control ... just kidding,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321440099348934656,[],[],0,,False,200,77,65,,None,,,,,,,[],,,, +1565,321438436168974336,321438436168974336,1365471869000.0,2013-04-09 01:44:29,+0000,,No more political comments for me now that I've shot off both my feet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321438436168974336,[],[],0,,False,91,71,49,,None,,,,,,,[],,,, +1566,321434227914727424,321430023296913411,1365470866000.0,2013-04-09 01:27:46,+0000,,"@TaniaPalme When a person dies, the right thing to do is remember the good more than the bad. Not a day for hate (if there is ever such).",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321434227914727424,[],[],0,,False,20,8,10,,None,,,,,,,[],,,, +1567,321430023296913411,321430023296913411,1365469864000.0,2013-04-09 01:11:04,+0000,,"At the risk of losing more ""cool points"", I like Reagan too! However, I also like Obama, Clinton & JFK. Good people on both sides...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321430023296913411,[],[],0,,False,115,45,61,,None,,,,,,,[],,,, +1568,321427493661859840,321423079089766400,1365469260000.0,2013-04-09 01:01:00,+0000,,"@ticeestes Am not trying to accumulate cool points. She was far from perfect, but her actions, on balance, were good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321427493661859840,[],[],0,,False,15,23,3,,None,,,,,,,[],,,, +1569,321425821405429760,321423079089766400,1365468862000.0,2013-04-09 00:54:22,+0000,,"@richardmatthias Her later years are debatable, but her early years are not imo. Britain went from dreary to Great again.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/321425821405429760,[],[],0,,False,12,7,4,,None,,,,,,,[],,,, +1570,321423079089766400,321423079089766400,1365468208000.0,2013-04-09 00:43:28,+0000,,"Always admired Margaret Thatcher -- she was tough, but sensible & fair, much like my English Nana http://t.co/KcXsZGk7fw",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/321423079089766400,['http://www.guardian.co.uk/politics/interactive/2013/apr/08/margaret-thatcher-i-knew'],[],0,,False,144,178,104,,None,,,,,,,[],,,, +1571,321409229565075456,321407591584509952,1365464906000.0,2013-04-08 23:48:26,+0000,,@ryanjoyce88 We went through literally hundreds of variants of red trying to find something original that didn't suck.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321409229565075456,[],[],0,,False,61,3,5,,None,,,,,,,[],,,, +1572,321408906331041793,321407591584509952,1365464829000.0,2013-04-08 23:47:09,+0000,,"@quietlybear Do all the intro courses for mech, EE, aero and physics, then specialize in the one you like most.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321408906331041793,[],[],0,,False,100,3,11,,None,,,,,,,[],,,, +1573,321407591584509952,321407591584509952,1365464516000.0,2013-04-08 23:41:56,+0000,,New Tesla red going down assembly line for the first time. We spent a lot of time on this color! http://t.co/e7twjazWPx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321407591584509952,[],['https://pbs.twimg.com/media/BHXegG0CMAAICXq.jpg'],1,https://pbs.twimg.com/media/BHXegG0CMAAICXq.jpg,False,791,204,389,,None,,,,,,,[],,,, +1574,321342187067543552,321342187067543552,1365448922000.0,2013-04-08 19:22:02,+0000,,"Sarah Palin calls Tesla a loser. Am deeply wounded. http://t.co/eOGT80Ut4L Btw, Model S warranty does cover ""bricking"".",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/321342187067543552,['http://www.rawstory.com/rs/2013/04/07/sarah-palin-echoes-romney-tesla-motors-losers-who-build-bricks/'],[],0,,False,185,323,411,,None,,,,,,,[],,,, +1575,319291625731940352,318118700806983680,1364960030000.0,2013-04-03 03:33:50,+0000,,@DreWeathers Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/319291625731940352,[],[],0,,False,6,8,3,,None,,,,,,,[],,,, +1576,319239040429862912,319239040429862912,1364947493000.0,2013-04-03 00:04:53,+0000,,Great explanation of the @TeslaMotors announcement by @TechCrunch http://t.co/rTHX6LofOE,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/319239040429862912,['http://techcrunch.com/2013/04/02/tesla-motors-partners-with-wells-fargo-and-us-bank-to-finance-model-s-electric-cars/'],[],0,,False,94,50,185,,None,,,,,,,[],,,, +1577,319221613314834432,319213656971804672,1364943338000.0,2013-04-02 22:55:38,+0000,,"@sightalignment Hoping to open the Century City Tesla store this month. It is my neighborhood mall, so I'm there all the time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/319221613314834432,[],[],0,,False,5,1,5,,None,,,,,,,[],,,, +1578,319221229724770305,319209714120544257,1364943246000.0,2013-04-02 22:54:06,+0000,,@fleijerstam @gronnbilnorge We are working hard to make that happen!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/319221229724770305,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +1579,319156297780039680,319153347632439297,1364927765000.0,2013-04-02 18:36:05,+0000,,@BjarteReve Should be late 2014 for US and early 2015 for Europe.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/319156297780039680,[],[],0,,False,5,0,1,,None,,,,,,,[],,,, +1580,319153517111676928,319153347632439297,1364927102000.0,2013-04-02 18:25:02,+0000,,@BjarteReve July!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/319153517111676928,[],[],0,,False,5,2,3,,None,,,,,,,[],,,, +1581,319144496187187202,319144496187187202,1364924951000.0,2013-04-02 17:49:11,+0000,,Am headed to TX next week to thank people personally for supporting Tesla. Please head to SB 1659 @ 8am tomorrow #TeslaTX,en,['teslatx'],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/319144496187187202,[],[],0,,False,46,40,69,,None,,,,,,,[],,,, +1582,319121972212690945,319121972212690945,1364919581000.0,2013-04-02 16:19:41,+0000,,Certainly true that many people believe that Tesla and SpaceX are powered by the #hhgttg Infinite Improbability Drive :),en,['hhgttg'],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/319121972212690945,[],[],0,,False,124,43,144,,None,,,,,,,[],,,, +1583,319119973366784002,319119973366784002,1364919105000.0,2013-04-02 16:11:45,+0000,,Today's Tesla announcement is actually the 2nd in a 5 part trilogy (love Douglas Adams),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/319119973366784002,[],[],0,,False,84,38,106,,None,,,,,,,[],,,, +1584,318888865668681728,318882078945050625,1364864004000.0,2013-04-02 00:53:24,+0000,,@mpauldine You never know ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/318888865668681728,[],[],0,,False,4,2,3,,None,,,,,,,[],,,, +1585,318826190725074944,318586284065054720,1364849062000.0,2013-04-01 20:44:22,+0000,,@stopman Thanks Michael. Beauty of over the air software updates is that the product keeps improving even after you buy it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/318826190725074944,[],[],0,,False,13,2,5,,None,,,,,,,[],,,, +1586,318820033839128576,318586284065054720,1364847594000.0,2013-04-01 20:19:54,+0000,,@jeremys Thanks Jeremy! Good seeing you in LA. Awesome job with Yelp!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/318820033839128576,[],[],0,,False,6,0,1,,None,,,,,,,[],,,, +1587,318588682070269952,318588682070269952,1364792435000.0,2013-04-01 05:00:35,+0000,,"To be clear, Tesla is in California, so it is not April Fool's yet! Also, some may differ, but imo the Tues news is arguably more important.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/318588682070269952,[],[],0,,False,63,50,76,,None,,,,,,,[],,,, +1588,318586284065054720,318586284065054720,1364791863000.0,2013-04-01 04:51:03,+0000,,First profitable Q for Tesla thanks to awesome customers & hard work by a super dedicated team http://t.co/njumz2SDmx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/318586284065054720,['http://www.teslamotors.com/about/press/releases/tesla-model-s-sales-exceed-target'],[],0,,False,302,120,541,,None,,,,,,,[],,,, +1589,318435934246944768,318435934246944768,1364756017000.0,2013-03-31 18:53:37,+0000,,About to do chocolate egg hunt with all the kids. Candy bonanza! Happy Easter!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/318435934246944768,[],[],0,,False,52,22,20,,None,,,,,,,[],,,, +1590,318164425251110912,318151676164988929,1364691284000.0,2013-03-31 00:54:44,+0000,,"Thanks Bob “@BobMetcalfe: Tesla Takes on TX Dealer's Association (MA too) - Repeal anti-competitive dealer laws - http://t.co/qbbBkGkvzC""",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/318164425251110912,['http://bit.ly/169r2Fs'],[],0,,False,18,15,48,,None,,,,,,,[],,,, +1591,318122230758391808,318120401148465154,1364681224000.0,2013-03-30 22:07:04,+0000,,"Sorry, correct link is: http://t.co/yBRQRUKmAE",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/318122230758391808,['http://en.wikipedia.org/wiki/Eighty-third_Texas_Legislature'],[],0,,False,17,11,44,,None,,,,,,,[],,,, +1592,318120401148465154,318120401148465154,1364680788000.0,2013-03-30 21:59:48,+0000,,"If you support Tesla in Texas, please contact your state Senate or House member. Free enterprise! http://t.co/BoaveKd4NZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/318120401148465154,['http://en.wikipedia.org/wiki/Eighty-first_Texas_Legislature'],[],0,,False,44,33,119,,None,,,,,,,[],,,, +1593,318118700806983680,318118700806983680,1364680383000.0,2013-03-30 21:53:03,+0000,,Auto dealers in Texas are trying to stop Tesla. Would appreciate your help in fighting for what's right http://t.co/5T4pH7u5fX,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/318118700806983680,['http://wot.motortrend.com/tesla-takes-on-texas-dealers-association-349795.html#axzz2P3te9cYC'],[],0,,False,93,114,487,,None,,,,,,,[],,,, +1594,317665357819154432,317665357819154432,1364572298000.0,2013-03-29 15:51:38,+0000,,Rocket fairing almost ready for deployment test in vacuum chamber. Man lift on right for scale http://t.co/BLOTThWFvw,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317665357819154432,[],['https://pbs.twimg.com/media/BGiS9bqCEAA1j7I.jpg'],1,https://pbs.twimg.com/media/BGiS9bqCEAA1j7I.jpg,False,211,45,172,,None,,,,,,,[],,,, +1595,317661456751550464,317659286660595712,1364571367000.0,2013-03-29 15:36:07,+0000,,Can't make this stuff up: “@ErneX: hah and that's the name of a fire extinguisher https://t.co/0y4QzzlLkw”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317661456751550464,['https://fireextinguisherdepot.com/fire-extinguishers-1/abc-fire-extinguishers-1/amerex-b456-abc-fire-extinguisher-10-lb-rechargeable-ul-rating-4a-40b-c.html'],[],0,,False,15,7,12,,None,,,,,,,[],,,, +1596,317659286660595712,317659286660595712,1364570850000.0,2013-03-29 15:27:30,+0000,,A123 battery company renames itself B456 after bankruptcy (really).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317659286660595712,[],[],0,,False,120,63,297,,None,,,,,,,[],,,, +1597,316595382622765056,316595382622765056,1364317195000.0,2013-03-26 16:59:55,+0000,,Recovery ship has secured Dragon. Powering down all secondary systems. Cargo looks A ok.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316595382622765056,[],[],0,,False,96,46,165,,None,,,,,,,[],,,, +1598,316588335885856768,316588335885856768,1364315515000.0,2013-03-26 16:31:55,+0000,,Telemetry says main parachutes deployed ... now visually confirmed,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316588335885856768,[],[],0,,False,37,24,74,,None,,,,,,,[],,,, +1599,316588058021609472,316588058021609472,1364315449000.0,2013-03-26 16:30:49,+0000,,Recovery ship just heard the sonic booms from Dragon reentry and has data transmission lock.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316588058021609472,[],[],0,,False,45,7,107,,None,,,,,,,[],,,, +1600,316585896814194688,316585896814194688,1364314934000.0,2013-03-26 16:22:14,+0000,,Dragon deorbit burn was good. All thrusters operating. On target for splashdown.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316585896814194688,[],[],0,,False,59,19,113,,None,,,,,,,[],,,, +1601,316446454963122176,316446454963122176,1364281688000.0,2013-03-26 07:08:08,+0000,,"Future will indeed be rooftop solar + battery pack, w utility company just providing backup power http://t.co/1PlB3xn0Cz",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/316446454963122176,['http://www.fool.com/investing/general/2013/03/25/the-end-of-utilities.aspx'],[],0,,False,218,85,367,,None,,,,,,,[],,,, +1602,316358938419400706,316358938419400706,1364260823000.0,2013-03-26 01:20:23,+0000,,Slight change of date to ensure no end of quarter distractions -- will be Tues next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/316358938419400706,[],[],0,,False,35,39,57,,None,,,,,,,[],,,, +1603,316260319360061440,316260319360061440,1364237310000.0,2013-03-25 18:48:30,+0000,,Really exciting @TeslaMotors announcement coming on Thursday. Am going to put my money where my mouth is in v major way.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/316260319360061440,[],[],0,,False,264,148,710,,None,,,,,,,[],,,, +1604,316229109862776833,316229109862776833,1364229869000.0,2013-03-25 16:44:29,+0000,,"There's crazy, there's batsh*t crazy, then there's North Korea crazy... http://t.co/etJmNZqVD1",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/316229109862776833,['http://news.yahoo.com/blogs/lookout/north-korea-video-propaganda-us-troops-rockets-125355219.html'],[],0,,False,107,44,293,,None,,,,,,,[],,,, +1605,315689366557188096,315675763040989184,1364101184000.0,2013-03-24 04:59:44,+0000,,@MichaelLindahl It will be slightly smaller w fewer features as std. Think Audi A4 or BMW 3 vs Model S being S7 or M5,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/315689366557188096,[],[],0,,False,12,3,4,,None,,,,,,,[],,,, +1606,315688846731902976,315587700063363073,1364101060000.0,2013-03-24 04:57:40,+0000,,@DeanJFalkenberg yep,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/315688846731902976,[],[],0,,False,7,2,1,,None,,,,,,,[],,,, +1607,315609388335366144,315589150801813504,1364082116000.0,2013-03-23 23:41:56,+0000,,@Nezheim @jbmeicher sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/315609388335366144,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +1608,315590420203700224,315589150801813504,1364077594000.0,2013-03-23 22:26:34,+0000,,.@jbmeicher Model S works great in cold. Highest sales/capita are in Norway and we have a ton of customers in Canada.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315590420203700224,[],[],0,,False,23,32,43,,None,,,,,,,[],,,, +1609,315587700063363073,315587700063363073,1364076945000.0,2013-03-23 22:15:45,+0000,,"But when considering savings of gas v electricity, true cost vs gas cars is more like $25k for a v sweet ride",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315587700063363073,[],[],0,,False,37,29,38,,None,,,,,,,[],,,, +1610,315587176597426176,315568818833477633,1364076820000.0,2013-03-23 22:13:40,+0000,,.@benmacy $30k in 2013 $ (ie + inflation) w 200+ mile range w some really cool tech that we can't talk about yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315587176597426176,[],[],0,,False,73,44,78,,None,,,,,,,[],,,, +1611,315583897448632322,315568818833477633,1364076039000.0,2013-03-23 22:00:39,+0000,,".@joshj777 It has always been my dream to produce a low cost, compelling electric car. We are 3 to 4 years away. Wish it could be sooner.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315583897448632322,[],[],0,,False,88,53,149,,None,,,,,,,[],,,, +1612,315571855752851456,315568818833477633,1364073168000.0,2013-03-23 21:12:48,+0000,,@malkosh was this in a test drive car (those are all about to be upgraded) or a current customer car?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/315571855752851456,[],[],0,,False,3,4,1,,None,,,,,,,[],,,, +1613,315568818833477633,315568818833477633,1364072444000.0,2013-03-23 21:00:44,+0000,,Review of Tesla Model S by @RoadandTrack. Good article w minor errors addressed in reader comments http://t.co/qfQDWL96wQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/315568818833477633,['http://www.roadandtrack.com/car-reviews/road-tests/road-test-2013-tesla-model-s'],[],0,,False,81,21,125,,None,,,,,,,[],,,, +1614,315258192949022720,315258192949022720,1363998385000.0,2013-03-23 00:26:25,+0000,,"When Shoemaker-Levy comet hit Jupiter in 94, it made an Earth size hole. We wd be super dead if it actually hit Earth http://t.co/b6IyuLoHIo",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/315258192949022720,['http://en.wikipedia.org/wiki/Comet_Shoemaker%E2%80%93Levy_9'],[],0,,False,84,61,179,,None,,,,,,,[],,,, +1615,315252557884825601,315049449653153792,1363997041000.0,2013-03-23 00:04:01,+0000,,Probably true imo “@bbcscitech: Dinosaur-killing rock 'was a comet' http://t.co/wZhjXrl9NV”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/315252557884825601,['http://bbc.in/15zdItz'],[],0,,False,19,10,23,,None,,,,,,,[],,,, +1616,314262567084249088,314262567084249088,1363761009000.0,2013-03-20 06:30:09,+0000,,My talk at TED with @TEDchris http://t.co/SNOvzWdR0u,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/314262567084249088,['http://on.ted.com/jU8R'],[],0,,False,425,64,390,,None,,,,,,,[],,,, +1617,314179636445712384,314177889245466625,1363741237000.0,2013-03-20 01:00:37,+0000,,"@Anthropic Yeah, Plum Brook Space Power Facility @NASA Glenn Research Center. Help from the Glenn team much appreciated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/314179636445712384,[],[],0,,False,10,0,3,,None,,,,,,,[],,,, +1618,314177889245466625,314177889245466625,1363740820000.0,2013-03-20 00:53:40,+0000,,Testing separation of F9 rocket fairing (can hold a city bus) in world's largest vacuum chamber http://t.co/2zkLi4ON0s,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/314177889245466625,[],['https://pbs.twimg.com/media/BFwvIC0CEAEar_R.jpg'],1,https://pbs.twimg.com/media/BFwvIC0CEAEar_R.jpg,False,268,43,310,,None,,,,,,,[],,,, +1619,313848068900532224,313848068900532224,1363662185000.0,2013-03-19 03:03:05,+0000,,Sharing a metaphysical milkshake with @RainnWilson http://t.co/XPJ0OkGhmX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/313848068900532224,['http://www.youtube.com/watch?v=Ns0IHCj2q-E&feature=youtu.be&a'],[],0,,False,157,37,218,,None,,,,,,,[],,,, +1620,313357288985460740,313354143152607232,1363545174000.0,2013-03-17 18:32:54,+0000,,"@JBSiegelMD Cool, I'm glad you like it!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/313357288985460740,[],[],0,,False,3,0,2,,None,,,,,,,[],,,, +1621,313354143152607232,313354143152607232,1363544424000.0,2013-03-17 18:20:24,+0000,,Craig Venter talks about flu vaccines and the Tesla Model S. Gesundheit! http://t.co/nt2etVUjDq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/313354143152607232,['http://www.medscape.com/viewarticle/780324_2'],[],0,,False,42,17,70,,None,,,,,,,[],,,, +1622,310550326900051969,310550326900051969,1362875942000.0,2013-03-10 00:39:02,+0000,,Using Über to order a Tesla Model S @SXSW with @shervin and @travisk http://t.co/69H47lMjBw,de,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/310550326900051969,[],['https://pbs.twimg.com/media/BE9L4IBCUAAZQUR.jpg'],1,https://pbs.twimg.com/media/BE9L4IBCUAAZQUR.jpg,False,300,49,203,,None,,,,,,,[],,,, +1623,310517571524915200,310517571524915200,1362868132000.0,2013-03-09 22:28:52,+0000,,The Johnny Cash hover slam! http://t.co/9jXiKoo9D1,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/310517571524915200,['http://youtu.be/2Ivr6JF1K-8'],[],0,,False,227,109,409,,None,,,,,,,[],,,, +1624,310478997077258241,310478997077258241,1362858935000.0,2013-03-09 19:55:35,+0000,,Will show Johnny Cash hover slam rocket video for the first time in about 15 mins. Test footage only 36 hrs old. #SXSW,en,['sxsw'],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/310478997077258241,[],[],0,,False,49,46,132,,None,,,,,,,[],,,, +1625,310079304602107904,310079304602107904,1362763641000.0,2013-03-08 17:27:21,+0000,,Check out Model S at Tesla Austin Gallery at The Domain opening today! I will stop by this eve and tomorrow morning.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/310079304602107904,[],[],0,,False,36,33,79,,None,,,,,,,[],,,, +1626,310051925024452608,310047260958416897,1362757114000.0,2013-03-08 15:38:34,+0000,,@sdvillella nice pic!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310051925024452608,[],[],0,,False,8,0,4,,None,,,,,,,[],,,, +1627,310048970342809601,310047260958416897,1362756409000.0,2013-03-08 15:26:49,+0000,,@RebeccaJarvis Not yet. I look forward to giving that a try.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310048970342809601,[],[],0,,False,7,0,1,,None,,,,,,,[],,,, +1628,310047260958416897,310047260958416897,1362756002000.0,2013-03-08 15:20:02,+0000,,Random trivia: my grandfather & great grandfather were both born in Minnesota. I was named after my GGF.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310047260958416897,[],[],0,,False,58,32,32,,None,,,,,,,[],,,, +1629,310046392653582336,310046392653582336,1362755795000.0,2013-03-08 15:16:35,+0000,,Minnesota auto dealers tried to pass legislation to block Tesla stores. Bill was just defeated in Senate. Thanks MN!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310046392653582336,[],[],0,,False,126,75,251,,None,,,,,,,[],,,, +1630,310038397253210113,310036546327834625,1362753888000.0,2013-03-08 14:44:48,+0000,,@Asherlaw SpaceX is expanding launch ops at Canaveral too. Need 2 locations to handle flight rate and avoid weather risk,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310038397253210113,[],[],0,,False,3,3,4,,None,,,,,,,[],,,, +1631,310036546327834625,310036546327834625,1362753447000.0,2013-03-08 14:37:27,+0000,,"Arrived Austin. Talking with TX House about creating an orbital launch complex near Brownsville, then #SXSW keynote tmrw",en,['sxsw'],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310036546327834625,[],[],0,,False,80,61,131,,None,,,,,,,[],,,, +1632,310031964663078913,310027926668197889,1362752355000.0,2013-03-08 14:19:15,+0000,,@navidob Pretty much. Couldn't leave the country of Ibsen without doing something cultural!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310031964663078913,[],[],0,,False,6,2,5,,None,,,,,,,[],,,, +1633,310027926668197889,310027926668197889,1362751392000.0,2013-03-08 14:03:12,+0000,,Saw a play about Stalin in Norwegian. Like watching mimes with emoticons doing Solzhenitsyn. http://t.co/YsWV6IF3QL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310027926668197889,[],['https://pbs.twimg.com/media/BE1wwbgCQAAespx.jpg'],1,https://pbs.twimg.com/media/BE1wwbgCQAAespx.jpg,False,122,30,53,,None,,,,,,,[],,,, +1634,309435481165279233,309435481165279233,1362610142000.0,2013-03-06 22:49:02,+0000,,Am in Oslo to thank the Norwegian customers of @TeslaMotors personally. Highest Model S orders per capita in the world.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/309435481165279233,[],[],0,,False,118,71,206,,None,,,,,,,[],,,, +1635,307958110474104832,307958110474104832,1362257909000.0,2013-03-02 20:58:29,+0000,,Just received #Dragon docking clearance from @NASA. Will begin orbital maneuvers to Space Station at 11pm Pacific time.,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/307958110474104832,[],[],0,,False,147,62,319,,None,,,,,,,[],,,, +1636,307633403195449344,307633403195449344,1362180493000.0,2013-03-01 23:28:13,+0000,,Would also like to thank @USAirForce for allowing us to use their long range comm system for Dragon in free drift.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/307633403195449344,[],[],0,,False,92,29,138,,None,,,,,,,[],,,, +1637,307627922783600640,307627922783600640,1362179186000.0,2013-03-01 23:06:26,+0000,,Just want to say thanks to @NASA for being the world's coolest customer. Looking forward to delivering the goods!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/307627922783600640,[],[],0,,False,239,37,397,,None,,,,,,,[],,,, +1638,307615430154022912,307615430154022912,1362176208000.0,2013-03-01 22:16:48,+0000,,Orbit raising burn successful. Dragon back on track.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/307615430154022912,[],[],0,,False,232,107,618,,None,,,,,,,[],,,, +1639,307597163582590977,307597163582590977,1362171853000.0,2013-03-01 21:04:13,+0000,,Thruster pods one through four are now operating nominally. Preparing to raise orbit. All systems green.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/307597163582590977,[],[],0,,False,242,116,524,,None,,,,,,,[],,,, +1640,307580263637061633,307580263637061633,1362167824000.0,2013-03-01 19:57:04,+0000,,Pods 1 and 4 now online and thrusters engaged. Dragon transitioned from free drift to active control. Yes!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/307580263637061633,[],[],0,,False,267,177,588,,None,,,,,,,[],,,, +1641,307536134215446528,307536134215446528,1362157302000.0,2013-03-01 17:01:42,+0000,,Attempting bring up of thruster pods 2 and 4,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/307536134215446528,[],[],0,,False,50,45,156,,None,,,,,,,[],,,, +1642,307533114035535872,307533114035535872,1362156582000.0,2013-03-01 16:49:42,+0000,,Solar array deployment successful,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307533114035535872,[],[],0,,False,255,145,597,,None,,,,,,,[],,,, +1643,307530281290711042,307530281290711042,1362155907000.0,2013-03-01 16:38:27,+0000,,Thruster pod 3 tank pressure trending positive. Preparing to deploy solar arrays.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307530281290711042,[],[],0,,False,95,35,288,,None,,,,,,,[],,,, +1644,307523715678212096,307523715678212096,1362154341000.0,2013-03-01 16:12:21,+0000,,About to pass over Australia ground station and command inhibit override,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307523715678212096,[],[],0,,False,43,43,191,,None,,,,,,,[],,,, +1645,307521854166417408,307521854166417408,1362153898000.0,2013-03-01 16:04:58,+0000,,Holding on solar array deployment until at least two thruster pods are active,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307521854166417408,[],[],0,,False,49,22,222,,None,,,,,,,[],,,, +1646,307515784610058241,307515784610058241,1362152451000.0,2013-03-01 15:40:51,+0000,,Issue with Dragon thruster pods. System inhibiting three of four from initializing. About to command inhibit override.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/307515784610058241,[],[],0,,False,80,61,568,,None,,,,,,,[],,,, +1647,307513668483047424,307513668483047424,1362151946000.0,2013-03-01 15:32:26,+0000,,Falcon 9 delivered Dragon to its target orbit. All good on the rocket.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/307513668483047424,[],[],0,,False,120,56,302,,None,,,,,,,[],,,, +1648,307502809744551936,307502809744551936,1362149357000.0,2013-03-01 14:49:17,+0000,,T minus 22 mins to launch mission 3 to dock with the Space Station http://t.co/TfGUbZSaL3,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/307502809744551936,[],['https://pbs.twimg.com/media/BER4LR6CMAIlNpU.jpg'],1,https://pbs.twimg.com/media/BER4LR6CMAIlNpU.jpg,False,226,50,402,,None,,,,,,,[],,,, +1649,307406661688127488,307406661688127488,1362126434000.0,2013-03-01 08:27:14,+0000,,Computer glitch found by @SpaceX avionics while bench testing on IM. Couldn't replicate on vehicle. Launch proceeding...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/307406661688127488,[],[],0,,False,45,11,72,,None,,,,,,,[],,,, +1650,307361875782402048,307361875782402048,1362115756000.0,2013-03-01 05:29:16,+0000,,Launch on track for tomorrow morning at 10:10 am Cape Canaveral time,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/307361875782402048,[],[],0,,False,72,51,171,,None,,,,,,,[],,,, +1651,306612536973856768,306591715077271553,1361937100000.0,2013-02-27 03:51:40,+0000,,"@andrewliebchen @_chrissimmons Exactly. Then no need for clean energy subsidies, as externality is priced into mkt behavior",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/306612536973856768,[],[],0,,False,5,7,7,,None,,,,,,,[],,,, +1652,306608592100941824,306591715077271553,1361936159000.0,2013-02-27 03:35:59,+0000,,"@_ChrisSimmons A carbon tax would affect coal even more than gasoline, so electricity would also become more expensive",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/306608592100941824,[],[],0,,False,3,1,3,,None,,,,,,,[],,,, +1653,306591715077271553,306591715077271553,1361932135000.0,2013-02-27 02:28:55,+0000,,"One often hears that there is no point in a US carbon tax unless China acts. Well, they just did http://t.co/SIp9NzkulK",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/306591715077271553,['http://slate.me/ZGAPVz'],[],0,,False,152,51,526,,None,,,,,,,[],,,, +1654,306193893890863104,306193893890863104,1361837287000.0,2013-02-26 00:08:07,+0000,,"Rocket static fire @SpaceX Cape Canaveral launch pad looks good. Engines generated 433 tons of thrust, parameters nominal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/306193893890863104,[],[],0,,False,180,26,244,,None,,,,,,,[],,,, +1655,305971647561752576,305907190563221504,1361784300000.0,2013-02-25 09:25:00,+0000,,"@FaeLoba Best is winning competitions like Formula SAE, design/build/fly or other evidence of exceptional eng ability",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/305971647561752576,[],[],0,,False,5,1,5,,None,,,,,,,[],,,, +1656,305172926762725376,305067979689820160,1361593870000.0,2013-02-23 04:31:10,+0000,,"@EricIdle Cool! Btw, thought you might appreciate that 1st flight of Dragon spacecraft carried a large wheel of cheese :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/305172926762725376,[],[],0,,False,15,6,9,,None,,,,,,,[],,,, +1657,304004275921625090,304004275921625090,1361315242000.0,2013-02-19 23:07:22,+0000,,Thanks @CNBC! “@Lebeaucarnews: The Model S delivered what @elonmusk promised. A ride to make you re-think going electric.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/304004275921625090,[],[],0,,False,50,12,96,,None,,,,,,,[],,,, +1658,303585941304537090,303585941304537090,1361215503000.0,2013-02-18 19:25:03,+0000,,Appreciate thoughtful @Sulliview article. Faith in @nytimes restored.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/303585941304537090,[],[],0,,False,49,35,93,,None,,,,,,,[],,,, +1659,302591854262767616,302591854262767616,1360978494000.0,2013-02-16 01:34:54,+0000,,Revolutions don't happen if you just roll over to the powers that be. Got to fight for what you believe. That's why http://t.co/GxkT0LVL,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/302591854262767616,['http://www.mercurynews.com/breaking-news/ci_22601708/tesla-ceo-elon-musk-is-right-battle-bad'],[],0,,False,173,74,372,,None,,,,,,,[],,,, +1660,302341780479823872,302341780479823872,1360918872000.0,2013-02-15 09:01:12,+0000,,"Genius move “@cdabel114: @CNN Well, to be fair, they did use the controversial gimmick of actually charging up the car”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/302341780479823872,[],[],0,,False,48,13,86,,None,,,,,,,[],,,, +1661,302235336514342912,302235336514342912,1360893494000.0,2013-02-15 01:58:14,+0000,,CNN about halfway through East Coast Supercharger test drive of @TeslaMotors Model S w @PeterDrives & @AbigailBassett,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/302235336514342912,[],[],0,,False,28,34,59,,None,,,,,,,[],,,, +1662,302179853388619777,302179853388619777,1360880265000.0,2013-02-14 22:17:45,+0000,,Testing the Model S on a surface of pure ice and snow http://t.co/OeZwXFSv,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/302179853388619777,['http://www.youtube.com/watch?v=i0sflIrq_UM'],[],0,,False,86,42,89,,None,,,,,,,[],,,, +1663,301064882655207426,301064882655207426,1360614436000.0,2013-02-11 20:27:16,+0000,,"Btw, more free East Coast Superchargers coming soon. Will allow lower initial charge, v high speed trip & long detours, like NYTimes drive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/301064882655207426,[],[],0,,False,55,40,91,,None,,,,,,,[],,,, +1664,301054791432417280,301053361157988352,1360612030000.0,2013-02-11 19:47:10,+0000,,"@batasrki Yeah, Top Gear pretended the Tesla Roadster ran out of charge and they had to push it home. Logs showed 50 miles range left.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301054791432417280,[],[],0,,False,15,8,33,,None,,,,,,,[],,,, +1665,301054021928640512,301050531923779585,1360611846000.0,2013-02-11 19:44:06,+0000,,@tomleykis Thanks Tom! Support of real Tesla customers like yourself who drive the car every day is v much appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301054021928640512,[],[],0,,False,7,2,7,,None,,,,,,,[],,,, +1666,301053361157988352,301053361157988352,1360611689000.0,2013-02-11 19:41:29,+0000,,"Tesla data logging is only turned on with explicit written permission from customers, but after Top Gear BS, we always keep it on for media.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301053361157988352,[],[],0,,False,165,73,347,,None,,,,,,,[],,,, +1667,301050531923779585,301050531923779585,1360611014000.0,2013-02-11 19:30:14,+0000,,"Tesla blog coming soon detailing what actually happened on Broder's NYTimes ""range test"". Also lining up other journalists to do same drive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301050531923779585,[],[],0,,False,91,73,196,,None,,,,,,,[],,,, +1668,301049593385340928,301049593385340928,1360610790000.0,2013-02-11 19:26:30,+0000,,NYTimes article about Tesla range in cold is fake. Vehicle logs tell true story that he didn't actually charge to max & took a long detour.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301049593385340928,[],[],0,,False,324,132,918,,None,,,,,,,[],,,, +1669,300664934663061505,300664934663061505,1360519081000.0,2013-02-10 17:58:01,+0000,,"Busted “@TheOnion: Barack Obama: 'Look, I'm Just Going To Say It: I Collect Antique Nazi Memorabilia' http://t.co/KExXRoBL”",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/300664934663061505,['http://onion.com/Wtrvzw'],[],0,,False,30,8,53,,None,,,,,,,[],,,, +1670,300234184193105920,300234184193105920,1360416382000.0,2013-02-09 13:26:22,+0000,,Next Grasshopper rocket test is called the Johnny Cash Hover Slam (yeah baby!). Might be our first smoking crater...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/300234184193105920,[],[],0,,False,124,60,219,,None,,,,,,,[],,,, +1671,299961897426505729,299961897426505729,1360351464000.0,2013-02-08 19:24:24,+0000,,SpaceX software engineering is doing an AMA on Reddit http://t.co/hwkUwM5v,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/299961897426505729,['http://www.reddit.com/r/IAmA/comments/1853ap/we_are_spacex_software_engineers_we_launch/'],[],0,,False,78,13,157,,None,,,,,,,[],,,, +1672,299961175490297856,299961175490297856,1360351291000.0,2013-02-08 19:21:31,+0000,,Our Great^n Grandfather http://t.co/zxndg3WF,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/299961175490297856,['http://www.nytimes.com/2013/02/08/science/common-ancestor-of-mammals-plucked-from-obscurity.html?_r=0'],[],0,,False,36,7,22,,None,,,,,,,[],,,, +1673,299779101366030336,299779101366030336,1360307882000.0,2013-02-08 07:18:02,+0000,,"No, they are not “@AutoblogGreen: Are electric vehicles really a 'dead end'? @Reuters sure thinks so http://t.co/nwAdCLU2”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/299779101366030336,['http://aol.it/Y9nYoz'],[],0,,False,56,41,100,,None,,,,,,,[],,,, +1674,298338092652318720,298338092652318720,1359964318000.0,2013-02-04 07:51:58,+0000,,"Wow, 180,000 American killed by other Americans since 9/11 vs only 33 by muslim terrorists http://t.co/BEdhLqJS",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/298338092652318720,['http://www.wired.com/dangerroom/2013/02/american-muslim-terrorism/?cid=co5626214'],[],0,,False,359,71,1591,,None,,,,,,,[],,,, +1675,298266134128496641,298266134128496641,1359947162000.0,2013-02-04 03:06:02,+0000,,Great spirit here in the Superdome. Awesome rally by the @49ers!! #SB47,en,['sb47'],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/298266134128496641,[],[],0,,False,32,16,26,,None,,,,,,,[],,,, +1676,298252558332485635,298252558332485635,1359943926000.0,2013-02-04 02:12:06,+0000,,I love indoor flamethrowers http://t.co/aAnFftoD,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/298252558332485635,[],['https://pbs.twimg.com/media/BCObHyFCYAEAgND.jpg'],1,https://pbs.twimg.com/media/BCObHyFCYAEAgND.jpg,False,643,47,110,,None,,,,,,,[],,,, +1677,296466962899402752,296466962899402752,1359518206000.0,2013-01-30 03:56:46,+0000,,My thoughts on the nature of the issue with the battery pack supplied to Boeing http://t.co/57Y7UyaC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/296466962899402752,['http://www.flightglobal.com/news/articles/elon-musk-boeing-787-battery-fundamentally-unsafe-381627/'],[],0,,False,149,46,343,,None,,,,,,,[],,,, +1678,295162137297428480,295162137297428480,1359207112000.0,2013-01-26 13:31:52,+0000,,Desire to help Boeing is real & am corresponding w 787 chief engineer. Junod's Esquire article had high fiction content.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/295162137297428480,[],[],0,,False,103,35,200,,None,,,,,,,[],,,, +1679,292321606376779776,292321606376779776,1358529876000.0,2013-01-18 17:24:36,+0000,,"Maybe already under control, but Tesla & SpaceX are happy to help with the 787 lithium ion batteries.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/292321606376779776,[],[],0,,False,237,71,559,,None,,,,,,,[],,,, +1680,291332638407528448,291332638407528448,1358294088000.0,2013-01-15 23:54:48,+0000,,What it feels like to ride a rocket http://t.co/b5vhLvqg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/291332638407528448,['http://youtu.be/nUV6oqCFrFU'],[],0,,False,119,41,169,,None,,,,,,,[],,,, +1681,289423253859082240,289423253859082240,1357838855000.0,2013-01-10 17:27:35,+0000,,"To be super clear, I don't wish to (nor could I) mandate anything about a Mars Colony. Am just working on the tech to get people there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/289423253859082240,[],[],0,,False,85,61,176,,None,,,,,,,[],,,, +1682,289281686548647936,289281686548647936,1357805103000.0,2013-01-10 08:05:03,+0000,,"Also, I am not the kale eating overlord of Mars (altho kale has its moments) http://t.co/nCjMgEjC",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/289281686548647936,['http://www.thejanedough.com/peta-mars-vegan/'],[],0,,False,58,44,60,,None,,,,,,,[],,,, +1683,287261992476098560,287261992476098560,1357323570000.0,2013-01-04 18:19:30,+0000,,"Nice story about a Model S coast to coast road trip. By end of year, it will be Superchargers all the way! http://t.co/mivPyxrj",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/287261992476098560,['http://www.greencarreports.com/news/1081387_tesla-model-s-owner-drives-coast-to-coast-electrically-again'],[],0,,False,63,31,147,,None,,,,,,,[],,,, +1684,287033019255115777,287033019255115777,1357268979000.0,2013-01-04 03:09:39,+0000,,This gives a sense of what Mars would look like after changing the climate to sustain life http://t.co/DT1P5EUp,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/287033019255115777,['http://m.theatlantic.com/technology/archive/2013/01/a-martian-dream-heres-what-the-red-planet-would-look-like-with-earth-like-oceans-and-life/266791/'],[],0,,False,155,34,291,,None,,,,,,,[],,,, +1685,285026647151894528,285026647151894528,1356790622000.0,2012-12-29 14:17:02,+0000,,Death Valley restored to position of world's hottest place http://t.co/3I26Y4aN,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/285026647151894528,['http://www.nytimes.com/2012/12/29/science/earth/death-valley-temperature-record-is-restored.html?nl=todaysheadlines&emc=edit_th_20121229&_r=0'],[],0,,False,21,16,44,,None,,,,,,,[],,,, +1686,285026400078016512,285026400078016512,1356790563000.0,2012-12-29 14:16:03,+0000,,CA's Death Valley is #1 again! Tesla hot weather testing was done there. Model S was fine but gas tow truck overheated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/285026400078016512,[],[],0,,False,41,25,120,,None,,,,,,,[],,,, +1687,283703150123315200,276194361442705408,1356475076000.0,2012-12-25 22:37:56,+0000,,@KarlSchroeder Interesting premise. I will read it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/283703150123315200,[],[],0,,False,4,5,2,,None,,,,,,,[],,,, +1688,283694250980429824,283529317722488832,1356472954000.0,2012-12-25 22:02:34,+0000,,@TristanLaurent V cute! Merry Xmas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/283694250980429824,[],[],0,,False,3,2,0,,None,,,,,,,[],,,, +1689,283040346538115075,283040346538115075,1356317052000.0,2012-12-24 02:44:12,+0000,,Cowboy riding the rocket no problemo http://t.co/YZdNpwX3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283040346538115075,[],['https://pbs.twimg.com/media/A-2PshDCAAA86B1.jpg'],1,https://pbs.twimg.com/media/A-2PshDCAAA86B1.jpg,False,175,36,161,,None,,,,,,,[],,,, +1690,283037363763032066,283037363763032066,1356316340000.0,2012-12-24 02:32:20,+0000,,Single camera view of the 40 meter rocket hover http://t.co/Zlh7xC7T,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283037363763032066,['http://youtu.be/Zz-NYeH-CEY'],[],0,,False,108,31,196,,None,,,,,,,[],,,, +1691,283034463372464129,283034463372464129,1356315649000.0,2012-12-24 02:20:49,+0000,,Then we took him for a ride: 40 meter hover flight vid of the SpaceX Grasshopper test rocket http://t.co/2563ykr2,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283034463372464129,['http://youtu.be/B4PEXLODw9c'],[],0,,False,140,48,313,,None,,,,,,,[],,,, +1692,283032287602413568,283032287602413568,1356315131000.0,2012-12-24 02:12:11,+0000,,"To provide a little perspective on the size of Grasshopper, we added a 6 ft cowboy to the rocket http://t.co/3NMYJqmd",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283032287602413568,[],['https://pbs.twimg.com/media/A-2IXbMCEAAwU3H.jpg'],1,https://pbs.twimg.com/media/A-2IXbMCEAAwU3H.jpg,False,215,28,201,,None,,,,,,,[],,,, +1693,281541900916371457,281541900916371457,1355959794000.0,2012-12-19 23:29:54,+0000,,Very much agree with this great review of Chasing Ice on Ars Technica http://t.co/bzMQQyAk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/281541900916371457,['http://arstechnica.com/science/2012/12/glacier-documentary-chasing-ice-is-stunning-somber/'],[],0,,False,30,10,50,,None,,,,,,,[],,,, +1694,281207435140685824,281207435140685824,1355880051000.0,2012-12-19 01:20:51,+0000,,"Thanks! “@ev: Have driven a Tesla Model S 50 miles now. It's clearly the iPhone of cars—by far the best car ever made.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/281207435140685824,[],[],0,,False,68,28,88,,None,,,,,,,[],,,, +1695,280739170903789568,280739170903789568,1355768408000.0,2012-12-17 18:20:08,+0000,,A beautiful and awe-inspiring view of Earth from the International Space Station http://t.co/434j058M,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/280739170903789568,['http://youtu.be/3burujJOWRA'],[],0,,False,200,23,325,,None,,,,,,,[],,,, +1696,279598935641833474,279598935641833474,1355496555000.0,2012-12-14 14:49:15,+0000,,Good piece on volcanoes “@DanRetz: The USGS would seem to disagree. http://t.co/evnCgdC4”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279598935641833474,['http://volcanoes.usgs.gov/hazards/gas/climate.php'],[],0,,False,23,8,13,,None,,,,,,,[],,,, +1697,279597699945361408,279591897473896448,1355496260000.0,2012-12-14 14:44:20,+0000,,@prbowman Roughly equivalent to a 747 flight from LA to London (one way).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279597699945361408,[],[],0,,False,10,4,0,,None,,,,,,,[],,,, +1698,279597307673067520,279591897473896448,1355496167000.0,2012-12-14 14:42:47,+0000,,@ImprobableToad That's why I'm a believer in solar power. We have a giant fusion reactor conveniently located in the sky.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279597307673067520,[],[],0,,False,11,1,10,,None,,,,,,,[],,,, +1699,279591897473896448,279591897473896448,1355494877000.0,2012-12-14 14:21:17,+0000,,"Exactly MT ""@DanRetz IMHO: continuing the uncontrolled experiment of adding co2 to atmosphere is a bad idea.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279591897473896448,[],[],0,,False,25,21,57,,None,,,,,,,[],,,, +1700,279586009954516992,279586009954516992,1355493473000.0,2012-12-14 13:57:53,+0000,,It is hard to argue with a thermometer. Global warming is real and accelerating. Wish it wasn't. http://t.co/wB4w9coU,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/279586009954516992,['http://news.yahoo.com/ap-gfk-poll-science-doubters-world-warming-080143113.html'],[],0,,False,42,27,145,,None,,,,,,,[],,,, +1701,278953918338326528,278953918338326528,1355342771000.0,2012-12-12 20:06:11,+0000,,Cool video recap of the big events of the year by Google #Zeitgeist2012 http://t.co/FZjy4vkL,en,['zeitgeist2012'],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/278953918338326528,['http://google.com/zeitgeist/2012'],[],0,,False,65,12,119,,None,,,,,,,[],,,, +1702,278918251730305025,278917625273262081,1355334267000.0,2012-12-12 17:44:27,+0000,,"@Neowolf2 Relative to kerosene, methane is not prone to coking, but we would run v high purity anyway for max Isp.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278918251730305025,[],[],0,,False,6,1,0,,None,,,,,,,[],,,, +1703,278917332657651712,278910105804734464,1355334048000.0,2012-12-12 17:40:48,+0000,,"@chrisbrandow @TEA_in_Space Yup or Douglas Aircraft, creator of the awesome DC-3 http://t.co/4o8OHDCo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278917332657651712,['http://en.wikipedia.org/wiki/Douglas_Aircraft_Company'],[],0,,False,4,4,0,,None,,,,,,,[],,,, +1704,278915899501727744,278910105804734464,1355333707000.0,2012-12-12 17:35:07,+0000,,"My big worry would be long (hopefully) term when I'm dead, eg v sad situation with once great HP @TEA_in_Space",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278915899501727744,[],[],0,,False,8,7,10,,None,,,,,,,[],,,, +1705,278913921891586049,278910105804734464,1355333235000.0,2012-12-12 17:27:15,+0000,,"SpaceX will go public at some point, as I think it should ultimately be owned primarily by the public ""@bm_ will SpaceX go public?""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278913921891586049,[],[],0,,False,69,29,150,,None,,,,,,,[],,,, +1706,278910847768739840,278904436447928320,1355332502000.0,2012-12-12 17:15:02,+0000,,"@IntlManOfRealty Best to study some form of engineering, which is the art of creating useful things that didn't exist before.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278910847768739840,[],[],0,,False,17,5,9,,None,,,,,,,[],,,, +1707,278910105804734464,278910105804734464,1355332325000.0,2012-12-12 17:12:05,+0000,,"Tesla articles 30 mins apart: ""This Stock is Screaming Buy"" http://t.co/jb9DCw4s and ""This Stock Could Get DESTROYED"" http://t.co/dqxTK4LJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278910105804734464,"['http://bit.ly/W6cBOV', 'http://bit.ly/UU2xK4']",[],0,,False,43,36,57,,None,,,,,,,[],,,, +1708,278331899133452288,278331899133452288,1355194470000.0,2012-12-11 02:54:30,+0000,,Tesla was just approved for a full Class 1 Massachusetts Auto Sales License by a vote of 4 to 1. Much appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/278331899133452288,[],[],0,,False,99,54,207,,None,,,,,,,[],,,, +1709,277913865688346624,277913865688346624,1355094803000.0,2012-12-09 23:13:23,+0000,,"Told my kids (age 8 and 6) that we were going to see the Nutcracker, which somehow got translated as the Buttcracker.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/277913865688346624,[],[],0,,False,129,53,117,,None,,,,,,,[],,,, +1710,277693768583491584,277693768583491584,1355042328000.0,2012-12-09 08:38:48,+0000,,Congrats to @dmetcalf for being the first to drive a Tesla Model S over 400 miles on a single charge!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/277693768583491584,[],[],0,,False,67,27,167,,None,,,,,,,[],,,, +1711,276194361442705408,276194361442705408,1354684841000.0,2012-12-05 05:20:41,+0000,,Interesting possible answer to the Fermi Paradox http://t.co/ASZdxBAl,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/276194361442705408,['http://news.discovery.com/space/do-robots-rule-the-galaxy-121201.html'],[],0,,False,121,50,161,,None,,,,,,,[],,,, +1712,275821969415483393,275821969415483393,1354596056000.0,2012-12-04 04:40:56,+0000,,Am happy to report that Tesla was narrowly cash flow positive last week. Continued improvement expected through year end.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/275821969415483393,[],[],0,,False,358,129,691,,None,,,,,,,[],,,, +1713,275346615634624514,275346615634624514,1354482723000.0,2012-12-02 21:12:03,+0000,,Uranium ore now available on Amazon! So much more convenient than Uzbekistan #AwesomeXmasGifts http://t.co/jqWAJrnY,en,['awesomexmasgifts'],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/275346615634624514,['http://www.amazon.com/gp/product/B000796XXM/ref=oh_details_o03_s00_i00'],[],0,,False,152,74,678,,None,,,,,,,[],,,, +1714,274090388669734912,274087103065894913,1354183215000.0,2012-11-29 10:00:15,+0000,,@shervin Thanks Shervin!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/274090388669734912,[],[],0,,False,42,10,2,,None,,,,,,,[],,,, +1715,273596976526942209,273596976526942209,1354065577000.0,2012-11-28 01:19:37,+0000,,"Can't put my finger on it, but for some reason the newsstand is looking particularly good right now http://t.co/gRARJ3xy",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/273596976526942209,[],['https://pbs.twimg.com/media/A8wDACYCYAMpjHX.jpg'],1,https://pbs.twimg.com/media/A8wDACYCYAMpjHX.jpg,False,588,131,661,,None,,,,,,,[],,,, +1716,273486358411087872,273486358411087872,1354039203000.0,2012-11-27 18:00:03,+0000,,"But if humanity wishes to become a multi-planet species, then we must figure out how to move millions of people to Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/273486358411087872,[],[],0,,False,227,159,355,,None,,,,,,,[],,,, +1717,273485219162648576,273485219162648576,1354038932000.0,2012-11-27 17:55:32,+0000,,"And, yes, I do in fact know that this sounds crazy. That is not lost on me. Nor I do think SpaceX will do this alone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/273485219162648576,[],[],0,,False,76,82,130,,None,,,,,,,[],,,, +1718,273483420468932608,273483420468932608,1354038503000.0,2012-11-27 17:48:23,+0000,,"Millions of people needed for Mars colony, so 80k+ would just be the number moving to Mars per year http://t.co/rwMuzVEK",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/273483420468932608,['http://news.yahoo.com/huge-mars-colony-eyed-spacex-founder-elon-musk-120626263.html'],[],0,,False,199,90,616,,None,,,,,,,[],,,, +1719,272518429368541184,272518429368541184,1353808431000.0,2012-11-25 01:53:51,+0000,,Short vid of the recent @SpaceX mission to the Intl Space Station http://t.co/Qc963d8B,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/272518429368541184,['http://www.youtube.com/watch?v=K0wZ1MOzFSU&feature=youtu.be'],[],0,,False,139,29,204,,None,,,,,,,[],,,, +1720,272129332565123072,272063241780338688,1353715663000.0,2012-11-24 00:07:43,+0000,,@cthorm SS Heart of Gold powered by the Infinite Improbability Drive!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/272129332565123072,[],[],0,,False,14,3,1,,None,,,,,,,[],,,, +1721,272063241780338688,272063241780338688,1353699906000.0,2012-11-23 19:45:06,+0000,,My talk for the Royal Aeronautical Society is now online. This gets a little more technical. http://t.co/ZMbkc3jh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/272063241780338688,['http://bit.ly/Y8Enhz'],[],0,,False,177,23,108,,None,,,,,,,[],,,, +1722,271814339969826817,271814339969826817,1353640563000.0,2012-11-23 03:16:03,+0000,,"Liam Neeson's ""Life's Too Short"" sketch is super funny http://t.co/nQL7wOx3",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/271814339969826817,['http://www.youtube.com/watch?v=lldrizLu_d8'],[],0,,False,128,14,89,,None,,,,,,,[],,,, +1723,271652314744487936,271652314744487936,1353601933000.0,2012-11-22 16:32:13,+0000,,On the plus side...“@newscientist: #Climate change has a silver lining: supersized sweet potatoes http://t.co/zHMYIbL3”,en,['climate'],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/271652314744487936,['http://bit.ly/Sd3dcy'],[],0,,False,17,20,65,,None,,,,,,,[],,,, +1724,271642966442000385,271642966442000385,1353599704000.0,2012-11-22 15:55:04,+0000,,Gave a talk on energy and transport at Oxford Univ http://t.co/kbvJf5LO,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/271642966442000385,['http://ow.ly/fuDdG'],[],0,,False,114,23,103,,None,,,,,,,[],,,, +1725,271119275673145344,271085808155500544,1353474847000.0,2012-11-21 05:14:07,+0000,,@Thomas_Tregner Exactly!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/271119275673145344,[],[],0,,False,4,5,0,,None,,,,,,,[],,,, +1726,271085808155500544,271085808155500544,1353466868000.0,2012-11-21 03:01:08,+0000,,Love this picture of the Curiousity rover on Mars. Landscape looks just like the California desert. http://t.co/02GDasae,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/271085808155500544,[],['https://pbs.twimg.com/media/A8MXGzRCIAAUDQx.jpg'],1,https://pbs.twimg.com/media/A8MXGzRCIAAUDQx.jpg,False,373,91,349,,None,,,,,,,[],,,, +1727,270972990756364288,270972990756364288,1353439970000.0,2012-11-20 19:32:50,+0000,,"Btw, I don't think Apple is doomed. Just won't unseat Google from 1st place with Larry P in charge. http://t.co/hsIAekAw",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/270972990756364288,['http://www.businessinsider.com/elon-musk-apple-is-doomed-without-steve-jobs-2012-11'],[],0,,False,71,44,99,,None,,,,,,,[],,,, +1728,270970389394518016,270970389394518016,1353439349000.0,2012-11-20 19:22:29,+0000,,"Mass. judge denies auto dealers' demand to kill our little Tesla store. Yay, justice prevails! http://t.co/MqnNYScE",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/270970389394518016,['http://www.autonews.com/apps/pbcs.dll/article?AID=/20121120/RETAIL07/121129989/mass-judge-denies-dealers-request-for-injunction-on-tesla-store'],[],0,,False,85,43,170,,None,,,,,,,[],,,, +1729,270781533739175937,270776170184847360,1353394323000.0,2012-11-20 06:52:03,+0000,,"@YOUSRC Amos's article was fair, but his editor chose a more sensational headline & used quotes even though I didn't actually say that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270781533739175937,[],[],0,,False,4,3,3,,None,,,,,,,[],,,, +1730,270778128643809282,270778128643809282,1353393511000.0,2012-11-20 06:38:31,+0000,,These articles in Space News describe why Ariane 6 vs 5: http://t.co/IaeYXXK9 and http://t.co/ghs3FG8w,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270778128643809282,"['http://www.spacenews.com/article/citing-spacex-threat-lawmakers-in-france-urge-early-ariane-6-start', 'http://www.spacenews.com/article/next-generation-ariane-tops-agenda-esa-ministerial']",[],0,,False,35,10,38,,None,,,,,,,[],,,, +1731,270776170184847360,270776170184847360,1353393044000.0,2012-11-20 06:30:44,+0000,,"Was misquoted by BBC as saying ""Europe's rocket has no chance"". Just said the [Franco-German] Ariane 5 has no chance, so go with Ariane 6.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270776170184847360,[],[],0,,False,36,25,100,,None,,,,,,,[],,,, +1732,270421087202992128,270421087202992128,1353308386000.0,2012-11-19 06:59:46,+0000,,"Just returned from a trip to London and Oxford, where I met with many interesting people. I really like Britain!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/270421087202992128,[],[],0,,False,76,41,46,,None,,,,,,,[],,,, +1733,269259128277463040,269259128277463040,1353031353000.0,2012-11-16 02:02:33,+0000,,Original article on Model S from @consumerreports: http://t.co/OiXLz618,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/269259128277463040,['http://bit.ly/ZKeMKf'],[],0,,False,34,12,83,,None,,,,,,,[],,,, +1734,269249710949289984,269249710949289984,1353029108000.0,2012-11-16 01:25:08,+0000,,Sounds like Consumer Reports had a good experience with the Tesla Model S http://t.co/CT3dgHbh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/269249710949289984,['http://m.usatoday.com/article/news/1706165'],[],0,,False,37,35,87,,None,,,,,,,[],,,, +1735,268210066300235776,268210066300235776,1352781237000.0,2012-11-13 04:33:57,+0000,,"Cool story about a @SolarCity installation after hurricane Sandy. Good going, guys! http://t.co/w5FtBbZe",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/268210066300235776,['http://www.teslamotors.com/forum/forums/solar-city-story'],[],0,,False,47,11,73,,None,,,,,,,[],,,, +1736,267909403469021184,267909403469021184,1352709553000.0,2012-11-12 08:39:13,+0000,,Alexander Hamilton was awesome http://t.co/2bHf4zS0,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/267909403469021184,['http://www.nytimes.com/2012/11/12/opinion/mr-hamiltons-growth-strategy.html?nl=todaysheadlines&emc=edit_th_20121112'],[],0,,False,84,17,94,,None,,,,,,,[],,,, +1737,266295618702553088,266295618702553088,1352324798000.0,2012-11-07 21:46:38,+0000,,View of Grasshopper test rocket from the water tower. Note SUV and person nearby for sense of size. http://t.co/r9yuTRGL,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/266295618702553088,[],['https://pbs.twimg.com/media/A7ISdE5CMAIQxME.jpg'],1,https://pbs.twimg.com/media/A7ISdE5CMAIQxME.jpg,False,149,33,204,,None,,,,,,,[],,,, +1738,265708137435258880,265708137435258880,1352184731000.0,2012-11-06 06:52:11,+0000,,"Good skit by Henri, Le Chat Noir. Camus in cat form! http://t.co/XeLUsE9i",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/265708137435258880,['http://youtu.be/R_fUsssnHPw'],[],0,,False,61,14,42,,None,,,,,,,[],,,, +1739,264832219040845824,264829895899762688,1351975896000.0,2012-11-03 20:51:36,+0000,,"@Jack_JL Engine gimbals for pitch and yaw, gas thrusters for roll.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/264832219040845824,[],[],0,,False,4,1,1,,None,,,,,,,[],,,, +1740,264829895899762688,264829895899762688,1351975342000.0,2012-11-03 20:42:22,+0000,,First flight of 10 story tall Grasshopper rocket using closed loop thrust vector & throttle control http://t.co/NH24BQMH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/264829895899762688,['http://yfrog.us/f362mloybjbosdefkdeoytqsz'],[],0,,False,127,42,216,,None,,,,,,,[],,,, +1741,262609273878622208,262365909757358080,1351445904000.0,2012-10-28 17:38:24,+0000,,Reply to @mkrapels: Our avg speed was ummm a little too high. Got a ticket at 92 mph on I-5. We need the Autobahn in CA!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/262609273878622208,[],[],0,,False,43,31,41,,None,,,,,,,[],,,, +1742,262605962005868544,262605962005868544,1351445115000.0,2012-10-28 17:25:15,+0000,,V proud of Tesla team for completing 1000th Model S body. More cars made this month than entire rest of year http://t.co/k8XWaEth,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/262605962005868544,[],['https://pbs.twimg.com/media/A6T2uynCcAAUn7b.jpg'],1,https://pbs.twimg.com/media/A6T2uynCcAAUn7b.jpg,False,314,85,340,,None,,,,,,,[],,,, +1743,262374155700289536,262365909757358080,1351389848000.0,2012-10-28 02:04:08,+0000,,"Reply to @Astro_yyz: Yes, Model S seats 5 adults + 2 kids with room for luggage in the front trunk. My kids love the rear facing seats best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/262374155700289536,[],[],0,,False,17,19,33,,None,,,,,,,[],,,, +1744,262371488181665794,262371488181665794,1351389212000.0,2012-10-28 01:53:32,+0000,,Pic of the Model S getting supercharged with the lovely @TalulahRiley http://t.co/ne5wGvZs,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/262371488181665794,[],['https://pbs.twimg.com/media/A6QhenjCQAEMjLu.jpg'],1,https://pbs.twimg.com/media/A6QhenjCQAEMjLu.jpg,False,245,34,108,,None,,,,,,,[],,,, +1745,262365909757358080,262365909757358080,1351387882000.0,2012-10-28 01:31:22,+0000,,Doing LA to SF road trip in Model S with all 5 kids & Talulah. Supercharger finished charging b4 we finished our burgers!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/262365909757358080,[],[],0,,False,88,34,145,,None,,,,,,,[],,,, +1746,260475462952824834,260475462952824834,1350937164000.0,2012-10-22 20:19:24,+0000,,Just wrote a blog piece about Tesla stores http://t.co/4Ebs4HIw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/260475462952824834,['http://www.teslamotors.com/blog/tesla-approach-distributing-and-servicing-cars'],[],0,,False,67,18,136,,None,,,,,,,[],,,, +1747,256529467911073793,256529467911073793,1349996366000.0,2012-10-11 22:59:26,+0000,,Long exposure shot of Dragon and the Space Station arcing across the night sky over Texas http://t.co/omTht7OP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/256529467911073793,[],['https://pbs.twimg.com/media/A49gMSHCcAEaPhm.jpg'],1,https://pbs.twimg.com/media/A49gMSHCcAEaPhm.jpg,False,292,44,336,,None,,,,,,,[],,,, +1748,255107883853819904,255107883853819904,1349657433000.0,2012-10-08 00:50:33,+0000,,Falcon 9 rocket booster has delivered Dragon to its target orbit!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/255107883853819904,[],[],0,,False,184,136,713,,None,,,,,,,[],,,, +1749,255046270975094784,255046270975094784,1349642744000.0,2012-10-07 20:45:44,+0000,,Time lapse video of rocket roll out http://t.co/nuHKYrEH Now 3 hours 45 mins to lift off...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/255046270975094784,['http://www.youtube.com/watch?v=2T1dfNoNV7k&feature=youtu.be'],[],0,,False,56,20,112,,None,,,,,,,[],,,, +1750,253683768236322817,253683768236322817,1349317898000.0,2012-10-04 02:31:38,+0000,,An update about Tesla http://t.co/A8hQXVNI,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/253683768236322817,['http://www.teslamotors.com/blog/update-elon-musk'],[],0,,False,103,35,325,,None,,,,,,,[],,,, +1751,253290635400986624,253280601069719553,1349224168000.0,2012-10-03 00:29:28,+0000,,"@elonmusk Sorry, meant to say EDT.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/253290635400986624,[],[],0,,False,8,10,5,,None,,,,,,,[],,,, +1752,253280601069719553,253280601069719553,1349221775000.0,2012-10-02 23:49:35,+0000,,Launching our Falcon 9 rocket and Dragon spacecraft to the Space Station on Sunday at 8:35pm EST! http://t.co/qXK0zJyC,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/253280601069719553,[],['https://pbs.twimg.com/media/A4PVXV_CEAEZtJ4.jpg'],1,https://pbs.twimg.com/media/A4PVXV_CEAEZtJ4.jpg,False,150,56,569,,None,,,,,,,[],,,, +1753,252870369487233024,252870369487233024,1349123968000.0,2012-10-01 20:39:28,+0000,,Review of the Model S by @nytimes http://t.co/L0sqgV6f,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/252870369487233024,['http://www.nytimes.com/2012/09/30/automobiles/autoreviews/one-big-step-for-tesla-one-giant-leap-for-evs.html?_r=1&'],[],0,,False,56,22,114,,None,,,,,,,[],,,, +1754,252827753643126784,252827753643126784,1349113808000.0,2012-10-01 17:50:08,+0000,,View from landing leg camera on Falcon rocket test rig (aka Grasshopper Project) http://t.co/xhFe87AM,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/252827753643126784,['http://yfrog.us/09qmmivexdorhtchxitvhjzsz'],[],0,,False,43,11,59,,None,,,,,,,[],,,, +1755,252528724602400768,252528724602400768,1349042514000.0,2012-09-30 22:01:54,+0000,,"Now test firing our most advanced engine, the Merlin 1D-Vac, at 80 tons of thrust. http://t.co/HGK1joVQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/252528724602400768,[],['https://pbs.twimg.com/media/A4EpiX4CMAABNgY.jpg'],1,https://pbs.twimg.com/media/A4EpiX4CMAABNgY.jpg,False,323,101,605,,None,,,,,,,[],,,, +1756,250453089562263552,250453089562263552,1348547644000.0,2012-09-25 04:34:04,+0000,,The Tesla Supercharger will over time allow you to travel anywhere on pure sunlight for free http://t.co/DEscYLLH,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/250453089562263552,['http://finance.yahoo.com/news/tesla-motors-launches-revolutionary-supercharger-032000226.html'],[],0,,False,246,76,842,,None,,,,,,,[],,,, +1757,250291772859752449,250291772859752449,1348509183000.0,2012-09-24 17:53:03,+0000,,Model S review by @Wired. Totally agree with criticisms. Corrections coming soon. http://t.co/1zXI3OzB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/250291772859752449,['http://www.wired.com/reviews/2012/09/tesla-model-s/'],[],0,,False,63,25,116,,None,,,,,,,[],,,, +1758,249306225177669632,249306225177669632,1348274210000.0,2012-09-22 00:36:50,+0000,,First test flight hop of our Grasshopper VTVL rocket! http://t.co/oomI5vSB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/249306225177669632,['http://yfrog.us/0wusutopshpepnbpmodbgnosz'],[],0,,False,89,40,183,,None,,,,,,,[],,,, +1759,248564996022345728,248564996022345728,1348097487000.0,2012-09-19 23:31:27,+0000,,The first owner to drive coast to coast in a Model S is about to complete the journey @XCTeslatrip!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/248564996022345728,[],[],0,,False,26,16,98,,None,,,,,,,[],,,, +1760,247510274918199296,247510274918199296,1347846023000.0,2012-09-17 01:40:23,+0000,,Tesla made 100 vehicle bodies this week for the first time. Really proud of the team! Pic of S/N 396: http://t.co/fZzbUIjn,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/247510274918199296,[],['https://pbs.twimg.com/media/A29VSJ8CMAABVwG.jpg'],1,https://pbs.twimg.com/media/A29VSJ8CMAABVwG.jpg,False,141,94,285,,None,,,,,,,[],,,, +1761,246419783136976897,246419783136976897,1347586029000.0,2012-09-14 01:27:09,+0000,,Tesla Supercharger unveiling event set for Sept 24. It will feel like alien spaceships landed at highway rest stops.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/246419783136976897,[],[],0,,False,103,58,349,,None,,,,,,,[],,,, +1762,246352069332721665,246352069332721665,1347569885000.0,2012-09-13 20:58:05,+0000,,Amazing series of space pics assembled by @theatlantic http://t.co/IUFTYgDn http://t.co/SHEPSWbS,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/246352069332721665,['http://www.theatlantic.com/infocus/2012/09/around-the-solar-system/100368/'],['https://pbs.twimg.com/media/A2s35t7CYAAokaH.jpg'],1,https://pbs.twimg.com/media/A2s35t7CYAAokaH.jpg,False,280,23,318,,None,,,,,,,[],,,, +1763,243800936240279552,243800936240279552,1346961647000.0,2012-09-06 20:00:47,+0000,,Tesla Model S driven 285 miles from Vegas to the beach in LA on a single charge by @motortrend http://t.co/8YvO1tsz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/243800936240279552,['http://www.motortrend.com/features/travel/1209_tesla_model_s_las_vegas/viewall.html'],[],0,,False,63,27,211,,None,,,,,,,[],,,, +1764,240909270764359680,240909270764359680,1346272220000.0,2012-08-29 20:30:20,+0000,,This piece about Mars in the NYT is worth a read http://t.co/mNB6f1aS,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/240909270764359680,['http://www.nytimes.com/2012/08/28/opinion/the-man-in-the-moon.html?_r=2&emc=eta1'],[],0,,False,134,14,241,,None,,,,,,,[],,,, +1765,240620571589738496,240607069827391488,1346203389000.0,2012-08-29 01:23:09,+0000,,"@ticketwaxter Extending life to Mars would ensure humanity's survival and be the greatest, most exciting adventure ever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/240620571589738496,[],[],0,,False,12,8,18,,None,,,,,,,[],,,, +1766,240174623948419072,240171772014624768,1346097067000.0,2012-08-27 19:51:07,+0000,,"@JoeBeernink Back of the envelope calc: Merlin wd accelerate Model S at 25 g's, so wd break sound barrier in <1.5 sec",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240174623948419072,[],[],0,,False,6,6,6,,None,,,,,,,[],,,, +1767,240172289746939904,240172289746939904,1346096510000.0,2012-08-27 19:41:50,+0000,,"For their test drive, the Motor Trend team drove from LA to San Diego and back without recharging http://t.co/5mH0xBGr",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240172289746939904,['http://www.motortrend.com/roadtests/alternative/1208_2012_tesla_model_s_test_and_range_verification/'],[],0,,False,56,17,126,,None,,,,,,,[],,,, +1768,240171772014624768,240171772014624768,1346096387000.0,2012-08-27 19:39:47,+0000,,Motor Trend tests Model S as fastest American sedan at 3.9 sec 0-60 mph and tied for 1st worldwide in stopping distance,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240171772014624768,[],[],0,,False,51,31,255,,None,,,,,,,[],,,, +1769,239461912121843712,239461912121843712,1345927143000.0,2012-08-25 20:39:03,+0000,,Neil Armstrong was a hero to all of humanity. His spirit will carry us to the stars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/239461912121843712,[],[],0,,False,207,38,790,,None,,,,,,,[],,,, +1770,238308173990223873,238308173990223873,1345652071000.0,2012-08-22 16:14:31,+0000,,I love the sight of Teslas in the morning. Production line review is looking good! http://t.co/damib6tk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/238308173990223873,[],['https://pbs.twimg.com/media/A06kBYpCYAIlMH-.jpg'],1,https://pbs.twimg.com/media/A06kBYpCYAIlMH-.jpg,False,221,74,294,,None,,,,,,,[],,,, +1771,238307391215648769,238307391215648769,1345651884000.0,2012-08-22 16:11:24,+0000,,Glad to contribute to the Tesla museum and will do more in the future. He was a great man. http://t.co/NR2QNiax,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/238307391215648769,['http://www.indiegogo.com/teslamuseum'],[],0,,False,91,17,156,,None,,,,,,,[],,,, +1772,235130471745454084,235130471745454084,1344894447000.0,2012-08-13 21:47:27,+0000,,About to go through my first jury selection process. Trial concerns an alleged gang related murder. Hardcore.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/235130471745454084,[],[],0,,False,19,79,31,,None,,,,,,,[],,,, +1773,231545784494084096,231517918733672449,1344039791000.0,2012-08-04 00:23:11,+0000,,"@JustBe74 V important to make all of humanity proud, but in this case a particular duty is owed to the American taxpayer",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/231545784494084096,[],[],0,,False,10,3,6,,None,,,,,,,[],,,, +1774,231517918733672449,231517918733672449,1344033147000.0,2012-08-03 22:32:27,+0000,,Deeply appreciate @NASA's faith in @SpaceX. We will do whatever it takes to make NASA and the American people proud.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/231517918733672449,[],[],0,,False,134,62,304,,None,,,,,,,[],,,, +1775,231443998395473920,231210590675279872,1344015523000.0,2012-08-03 17:38:43,+0000,,@UrgentSpeed Sure. To be clear that number would include all US solar energy (thermal+PV).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/231443998395473920,[],[],0,,False,2,1,1,,None,,,,,,,[],,,, +1776,231210590675279872,231210590675279872,1343959875000.0,2012-08-03 02:11:15,+0000,,1st pure solar gigawatt hour day just achieved by @SolarCity! Predict 1st terawatt hour day from all US solar < 15 years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/231210590675279872,[],[],0,,False,66,29,185,,None,,,,,,,[],,,, +1777,230507510929440768,230486103923236864,1343792247000.0,2012-08-01 03:37:27,+0000,,@bryanwolfnow I'm neither anti-conservative nor anti-liberal. Just don't like group think. Ideas should be considered on their own merits.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/230507510929440768,[],[],0,,False,16,1,16,,None,,,,,,,[],,,, +1778,230496786182205440,230486103923236864,1343789690000.0,2012-08-01 02:54:50,+0000,,"@dansitu Individuals set the vector for the tides. The Life of Brian points out that we are all individuals, except for that one guy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230496786182205440,[],[],0,,False,6,1,2,,None,,,,,,,[],,,, +1779,230491286489161729,230491286489161729,1343788379000.0,2012-08-01 02:32:59,+0000,,People ought to think more about who wrote the software that's running in their head (sigh). It probably wasn't them.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230491286489161729,[],[],0,,False,212,56,421,,None,,,,,,,[],,,, +1780,230490756966662144,230486103923236864,1343788253000.0,2012-08-01 02:30:53,+0000,,"@dansitu Don't know about ""dark manipulators"", but Adbusters played a major role in creating Occupy http://t.co/fZ38XMeH",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230490756966662144,['http://www.newyorker.com/reporting/2011/11/28/111128fa_fact_schwartz'],[],0,,False,5,1,0,,None,,,,,,,[],,,, +1781,230487450882019328,230421989112807424,1343787465000.0,2012-08-01 02:17:45,+0000,,"@DJjodes Would love to make a Tesla supertruck with crazy torque, dynamic air suspension and corners like its on rails. That'd be sweet...",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230487450882019328,[],[],0,,False,6988,169,472,,None,,,,,,,[],,,, +1782,230486103923236864,230486103923236864,1343787144000.0,2012-08-01 02:12:24,+0000,,"Good assessment of the Dark Knight Rises in the Atlantic. Dickens, not Rand. http://t.co/mYFUARGS",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230486103923236864,['http://www.theatlantic.com/entertainment/archive/2012/07/no-the-dark-knight-rises-isnt-a-right-wing-opus/260511/'],[],0,,False,56,11,59,,None,,,,,,,[],,,, +1783,230423954618204161,230421989112807424,1343772326000.0,2012-07-31 22:05:26,+0000,,@patrickdorey81 Model S starts at $50k after federal rebate. Gen3 will be ~$30k. Need to optimize design and scale volume.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/230423954618204161,[],[],0,,False,354,12,9,,None,,,,,,,[],,,, +1784,230421989112807424,230421989112807424,1343771857000.0,2012-07-31 21:57:37,+0000,,Goal for Model S is to show that electric is way way better than gas. Combine w solar power & the future looks bright.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/230421989112807424,[],[],0,,False,33415,386,1824,,None,,,,,,,[],,,, +1785,230140622625968130,230140622625968130,1343704774000.0,2012-07-31 03:19:34,+0000,,Worth noting that Muller's research confirming global warming is real was funded by Koch. Fate loves irony.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/230140622625968130,[],[],0,,False,63,18,198,,None,,,,,,,[],,,, +1786,228953015082684416,228953015082684416,1343421628000.0,2012-07-27 20:40:28,+0000,,Olympics opening is excellently British. Jolly good show! http://t.co/s9XZdaBL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/228953015082684416,[],['https://pbs.twimg.com/media/Ay1njd7CEAAHAjX.jpg'],1,https://pbs.twimg.com/media/Ay1njd7CEAAHAjX.jpg,False,84,18,69,,None,,,,,,,[],,,, +1787,228909546880520192,228909546880520192,1343411264000.0,2012-07-27 17:47:44,+0000,,Abandoned car and biked across London. Super fun! Next time minus the tweed jacket. http://t.co/N93Vg4yy,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/228909546880520192,[],['https://pbs.twimg.com/media/Ay1ABSfCUAEq2HS.jpg'],1,https://pbs.twimg.com/media/Ay1ABSfCUAEq2HS.jpg,False,200,36,63,,None,,,,,,,[],,,, +1788,228695905338019842,228677717632098304,1343360327000.0,2012-07-27 03:38:47,+0000,,"@walalm Yes, my absolute goal w Tesla has always been mass market electric cars. Will finally get there with Gen3 program.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228695905338019842,[],[],0,,False,17,5,11,,None,,,,,,,[],,,, +1789,228694597524680704,228694597524680704,1343360015000.0,2012-07-27 03:33:35,+0000,,Now it's just a song that you used to know http://t.co/c81ASeFo,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228694597524680704,['http://slate.me/MISvtR'],[],0,,False,25,6,49,,None,,,,,,,[],,,, +1790,228690043949158401,228677717632098304,1343358929000.0,2012-07-27 03:15:29,+0000,,"@nopev Biggest risk is that we take too long to solve the sustainable energy problem, causing climate change meltdown.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228690043949158401,[],[],0,,False,7,2,8,,None,,,,,,,[],,,, +1791,228677717632098304,228677717632098304,1343355991000.0,2012-07-27 02:26:31,+0000,,"Compared to past, today's world is fantastic & likely will be for many decades. Just need to cover future downside risk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/228677717632098304,[],[],0,,False,74,26,189,,None,,,,,,,[],,,, +1792,228659334513573888,228650420850008066,1343351608000.0,2012-07-27 01:13:28,+0000,,@iproducefodrake Asimov's Foundation points out that all civilizations fall. Must ensure dark period is short & finite.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/228659334513573888,[],[],0,,False,13,2,3,,None,,,,,,,[],,,, +1793,227294010274873344,227294010274873344,1343026089000.0,2012-07-23 06:48:09,+0000,,Big oil is pulling same trick about smoking the atmosphere ... diff is we only have 1 atmosphere: http://t.co/O45XG4iB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/227294010274873344,['http://www.rollingstone.com/politics/news/global-warmings-terrifying-new-math-20120719#ixzz21AfoYqt6'],[],0,,False,64,23,216,,None,,,,,,,[],,,, +1794,227291748798455809,227291748798455809,1343025550000.0,2012-07-23 06:39:10,+0000,,"30 years ago, when 98% of scientists said smoking caused cancer, tobacco industry response was still ""scientists disagree""",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/227291748798455809,[],[],0,,False,78,25,384,,None,,,,,,,[],,,, +1795,226725493922201600,226725493922201600,1342890544000.0,2012-07-21 17:09:04,+0000,,"Now debating the nature of citizen and state, effective democracy & necessary revolution, moderated by @FareedZakaria.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/226725493922201600,[],[],0,,False,15,15,18,,None,,,,,,,[],,,, +1796,226714911756136449,226714911756136449,1342888021000.0,2012-07-21 16:27:01,+0000,,"Heard an interesting comment at the debate: ""If we see no angels in others, we harbor none in ourselves.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/226714911756136449,[],[],0,,False,115,18,198,,None,,,,,,,[],,,, +1797,226703106170318850,226703106170318850,1342885207000.0,2012-07-21 15:40:07,+0000,,Am in Yellowstone at an Oxford style debate about women and society. I'm in favor :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/226703106170318850,[],[],0,,False,24,26,20,,None,,,,,,,[],,,, +1798,225187179763220480,225187179763220480,1342523782000.0,2012-07-17 11:16:22,+0000,,"""Welcome qwerty monkey Jesus love"" are the top 5 most popular passwords after ""password"". http://t.co/P2a9Cfcd",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/225187179763220480,['http://mobile.slate.com/blogs/future_tense/2012/07/14/yahoo_mail_password_leak_the_most_commonly_used_words_.html'],[],0,,False,18,32,86,,None,,,,,,,[],,,, +1799,224406502188916739,224406502188916739,1342337654000.0,2012-07-15 07:34:14,+0000,,Will publish something on the Hyperloop in about four weeks. Will forgo patents on the idea and just open source it. Not a vac tunnel btw.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/224406502188916739,[],[],0,,False,157,72,263,,None,,,,,,,[],,,, +1800,224405461938601984,224405461938601984,1342337406000.0,2012-07-15 07:30:06,+0000,,"""Most of us live in a semi-somnambulistic state & the days fly by. The 2 exceptions are childhood and when we are in love."" - RG",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/224405461938601984,[],[],0,,False,205,20,277,,None,,,,,,,[],,,, +1801,224005741810417665,224005741810417665,1342242106000.0,2012-07-14 05:01:46,+0000,,"Headed to a (ahem) volcano caldera. Since I didn't finish my PhD, it's actually ""Mr."" Evil. http://t.co/e2cpsgEM",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/224005741810417665,[],['https://pbs.twimg.com/media/AxvUCQyCAAM1anP.jpg'],1,https://pbs.twimg.com/media/AxvUCQyCAAM1anP.jpg,False,202,55,124,,None,,,,,,,[],,,, +1802,223430899004485634,223429211443036160,1342105052000.0,2012-07-12 14:57:32,+0000,,@n23mc I think we will see people on Mars in less than 20 years. 12 to 15 years most likely. #OccupyMars,en,['occupymars'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/223430899004485634,[],[],0,,False,17,6,24,,None,,,,,,,[],,,, +1803,223429211443036160,223429211443036160,1342104649000.0,2012-07-12 14:50:49,+0000,,"Going at full speed! MT “@iansomerhalder: Elon- you are my hero my friend.Please!Ramp up production on cars that use NO gas.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/223429211443036160,[],[],0,,False,12,16,38,,None,,,,,,,[],,,, +1804,221503107182501889,221503107182501889,1341645430000.0,2012-07-07 07:17:10,+0000,,Now back to work. Intense months ahead as we ramp production of rockets and cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/221503107182501889,[],[],0,,False,181,83,281,,None,,,,,,,[],,,, +1805,220824194672369666,220824194672369666,1341483565000.0,2012-07-05 10:19:25,+0000,,"Moonbow's are real, btw. I'm not on acid :) Here is what we saw: http://t.co/ux6fV6z7",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/220824194672369666,[],['https://pbs.twimg.com/media/AxCGb2GCIAAyFDD.jpg'],1,https://pbs.twimg.com/media/AxCGb2GCIAAyFDD.jpg,False,182,55,222,,None,,,,,,,[],,,, +1806,220784395282432001,220784395282432001,1341474076000.0,2012-07-05 07:41:16,+0000,,Am standing on the beach in Maui and looking at a moon rainbow for the first time in my life. Incredibly beautiful.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/220784395282432001,[],[],0,,False,42,46,33,,None,,,,,,,[],,,, +1807,219270969666174977,219270969666174977,1341113247000.0,2012-07-01 03:27:27,+0000,,"After 2008 meltdown, vacation for me just meant email with a view, but SpaceX & Tesla are now strong enough that I can make it real (yay!!)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/219270969666174977,[],[],0,,False,65,68,65,,None,,,,,,,[],,,, +1808,219266223895093248,219266223895093248,1341112116000.0,2012-07-01 03:08:36,+0000,,"Screening of Baseball in the Time of Cholera (dir: @brynmooser @daviddarg, prod @oliviawilde & me) at WME July 12. @rainnwilson hosting",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/219266223895093248,[],[],0,,False,10,6,12,,None,,,,,,,[],,,, +1809,218897974242181121,218897974242181121,1341024318000.0,2012-06-30 02:45:18,+0000,,"Thanks Dan, you are a good sportsman. I will still donate to DWB as though I'd lost. http://t.co/G2g6kpvm",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/218897974242181121,['http://on.wsj.com/L8t2JC'],[],0,,False,131,40,372,,None,,,,,,,[],,,, +1810,218357987385933825,218357987385933825,1340895575000.0,2012-06-28 14:59:35,+0000,,"""The Girl Who Fixed the Umlaut"" @NewYorker http://t.co/CnPg2PkG”",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/218357987385933825,['http://nyr.kr/MBPRRr'],[],0,,False,33,9,46,,None,,,,,,,[],,,, +1811,217991440830173184,217991440830173184,1340808184000.0,2012-06-27 14:43:04,+0000,,"She was a great woman “@VanityFair: In Memoriam, Nora Ephron, 1941-2012 http://t.co/raIoWXbb”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/217991440830173184,['http://vnty.fr/OwlYHZ'],[],0,,False,10,2,22,,None,,,,,,,[],,,, +1812,217974021562712065,217974021562712065,1340804031000.0,2012-06-27 13:33:51,+0000,,Meant to post this link for Merlin: http://t.co/qKarnuao,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/217974021562712065,['http://www.youtube.com/watch?v=976LHTpnZkY'],[],0,,False,39,11,46,,None,,,,,,,[],,,, +1813,217973460348047360,217973460348047360,1340803897000.0,2012-06-27 13:31:37,+0000,,"Merlin fired at full thrust! Engine weighs half a ton, but has power equal to several Hoover Dams http://t.co/TlTIxiRc",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/217973460348047360,['http://www.youtube.com/watch?v=PUUnYgo1-lI'],[],0,,False,42,11,87,,None,,,,,,,[],,,, +1814,216294180014661632,216294180014661632,1340403525000.0,2012-06-22 22:18:45,+0000,,Model S review by Motor Trend http://t.co/gdODXLRv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/216294180014661632,['http://m.motortrend.com/roadtests/alternative/1206_2012_tesla_model_s_first_drive/index.html'],[],0,,False,62,28,177,,None,,,,,,,[],,,, +1815,216293624734953472,216293624734953472,1340403393000.0,2012-06-22 22:16:33,+0000,,About to deliver the first ten Model S cars from @TeslaMotors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/216293624734953472,[],[],0,,False,53,43,151,,None,,,,,,,[],,,, +1816,215478323147575297,215478323147575297,1340209010000.0,2012-06-20 16:16:50,+0000,,@RichardGarriott Dragon will use four pairs of side mounted Superdraco engines. Can function with up to four out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/215478323147575297,[],[],0,,False,6,4,5,,None,,,,,,,[],,,, +1817,214831794103664640,214831794103664640,1340054866000.0,2012-06-18 21:27:46,+0000,,Just fired our Superdraco escape rocket engine at full thrust! Needed to carry astronauts on Dragon http://t.co/ef86qbWF,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/214831794103664640,[],['https://pbs.twimg.com/media/Avs8YOaCQAAO_mk.jpg'],1,https://pbs.twimg.com/media/Avs8YOaCQAAO_mk.jpg,False,1757,98,488,,None,,,,,,,[],,,, +1818,214636339474345984,214636339474345984,1340008266000.0,2012-06-18 08:31:06,+0000,,Wore Marquis de Sade outfit for a party last night. Was v popular with women who'd read 50 Shades :) http://t.co/Z6EvSZw6,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/214636339474345984,[],['https://pbs.twimg.com/media/AvqKnRKCMAEFu5X.jpg'],1,https://pbs.twimg.com/media/AvqKnRKCMAEFu5X.jpg,False,388,49,150,,None,,,,,,,[],,,, +1819,214006215641022467,214006215641022467,1339858032000.0,2012-06-16 14:47:12,+0000,,"""Any sufficiently advanced technology is indistinguishable from magic"" - Arthur C Clarke. Thanks for the quote, RIP.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/214006215641022467,[],[],0,,False,177,27,326,,None,,,,,,,[],,,, +1820,213177461180071936,213177461180071936,1339660442000.0,2012-06-14 07:54:02,+0000,,"While in Austin, had a great time doing a cameo in @rodriguez latest movie, Machete Kills. Cool studio on old airport.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/213177461180071936,[],[],0,,False,16,14,33,,None,,,,,,,[],,,, +1821,213170504364863488,213170504364863488,1339658783000.0,2012-06-14 07:26:23,+0000,,"Charlie Bolden, NASA Administrator, checks out Dragon at our central Texas test site http://t.co/HXupX9VM",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/213170504364863488,['http://img.ly/jwGy'],[],0,,False,15,10,38,,None,,,,,,,[],,,, +1822,210057533073797120,210057533073797120,1338916593000.0,2012-06-05 17:16:33,+0000,,Spacecraft arrives at Port of Los Angeles for transfer to SpaceX test facilities in Texas http://t.co/9ab55gRc,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/210057533073797120,['http://www.spaceflightnow.com/falcon9/003/120605port/'],[],0,,False,26,17,126,,None,,,,,,,[],,,, +1823,208304203708375040,208304203708375040,1338498568000.0,2012-05-31 21:09:28,+0000,,Dragon floating in the Pacific near California. Reentry scorch marks visible on the heat shield http://t.co/grGShZUi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/208304203708375040,[],['https://pbs.twimg.com/media/AuQLkdPCIAALE-4.jpg'],1,https://pbs.twimg.com/media/AuQLkdPCIAALE-4.jpg,False,152,85,528,,None,,,,,,,[],,,, +1824,208223378782420993,208223378782420993,1338479296000.0,2012-05-31 15:48:16,+0000,,Splashdown successful!! Sending fast boat to Dragon lat/long provided by P3 tracking planes #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/208223378782420993,[],[],0,,False,46,71,360,,None,,,,,,,[],,,, +1825,208204036258803712,208204036258803712,1338474685000.0,2012-05-31 14:31:25,+0000,,Thrusters will also fire during reentry to adjust touchdown point. Next version will land w helicopter precision #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/208204036258803712,[],[],0,,False,36,25,128,,None,,,,,,,[],,,, +1826,208201556271697922,208201556271697922,1338474093000.0,2012-05-31 14:21:33,+0000,,Spaceship has departed from the International Space Station. Firing thrusters to deorbit in ~30 mins #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/208201556271697922,[],[],0,,False,26,14,170,,None,,,,,,,[],,,, +1827,206118185173389312,206118185173389312,1337977380000.0,2012-05-25 20:23:00,+0000,,Space Station tracking spaceship docking approach vector #Dragon http://t.co/CetZfiNg,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/206118185173389312,[],['https://pbs.twimg.com/media/AtxHZblCEAAkZVI.jpg'],1,https://pbs.twimg.com/media/AtxHZblCEAAkZVI.jpg,False,89,46,146,,None,,,,,,,[],,,, +1828,206047350240714752,206047350240714752,1337960491000.0,2012-05-25 15:41:31,+0000,,Dragon captured by the International Space Station! Just awesome ... http://t.co/ihoZqgj7,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/206047350240714752,['http://img.ly/iHdp'],[],0,,False,129,118,585,,None,,,,,,,[],,,, +1829,205723666590334976,205723666590334976,1337883319000.0,2012-05-24 18:15:19,+0000,,Dragon flies over the SpaceX #GrasshopperProject at our central Texas test site. It will jump soon. http://t.co/P17Z56II,en,['grasshopperproject'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/205723666590334976,[],['https://pbs.twimg.com/media/AtrglbVCAAAd67b.jpg'],1,https://pbs.twimg.com/media/AtrglbVCAAAd67b.jpg,False,105,32,125,,None,,,,,,,[],,,, +1830,205713390335827969,205713390335827969,1337880868000.0,2012-05-24 17:34:28,+0000,,The head of the Russian Space Agency and some Russian diplomats are visiting @SpaceX today. Looking forward to meeting.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/205713390335827969,[],[],0,,False,25,26,60,,None,,,,,,,[],,,, +1831,205544630199132160,205544630199132160,1337840633000.0,2012-05-24 06:23:53,+0000,,About 110 miles away and the spacecraft is now in direct communication with the Space Station #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/205544630199132160,[],[],0,,False,45,37,217,,None,,,,,,,[],,,, +1832,205502360112476161,205502360112476161,1337830555000.0,2012-05-24 03:35:55,+0000,,"The President just called to say congrats. Caller ID was blocked, so at first I thought it was a telemarketer :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/205502360112476161,[],[],0,,False,839,164,2562,,None,,,,,,,[],,,, +1833,205314559542693888,205314559542693888,1337785780000.0,2012-05-23 15:09:40,+0000,,Dragon fly by of Space Station planned for 12:47 am California time. All systems green. #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/205314559542693888,[],[],0,,False,28,29,202,,None,,,,,,,[],,,, +1834,204911319260987392,204911319260987392,1337689640000.0,2012-05-22 12:27:20,+0000,,Launch video of Falcon 9 from Cape Canaveral tracking cameras http://t.co/Qn8ne3pa #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/204911319260987392,['http://www.youtube.com/watch?v=4vkqBfv8OMM&feature=youtube_gdata_player'],[],0,,False,174,83,466,,None,,,,,,,[],,,, +1835,204883910654570496,204883910654570496,1337683105000.0,2012-05-22 10:38:25,+0000,,Navigation bay pointing to deep space and star map being generated by star tracker one. Yes! #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/204883910654570496,[],[],0,,False,37,22,115,,None,,,,,,,[],,,, +1836,204882126884188160,204882126884188160,1337682680000.0,2012-05-22 10:31:20,+0000,,Dragon spaceship opens the navigation pod bay door without hesitation. So much nicer than HAL9000 :) #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/204882126884188160,[],[],0,,False,112,29,439,,None,,,,,,,[],,,, +1837,204858156801732608,204858156801732608,1337676965000.0,2012-05-22 08:56:05,+0000,,"Also big thanks to the Air Force, FAA and all of our partners for their support of this mission.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204858156801732608,[],[],0,,False,15,16,34,,None,,,,,,,[],,,, +1838,204857362782224384,204857362782224384,1337676776000.0,2012-05-22 08:52:56,+0000,,"Huge appreciation for @NASA, without whom we could not even have started, let alone reached this far.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204857362782224384,[],[],0,,False,44,25,152,,None,,,,,,,[],,,, +1839,204845069772128256,204845069772128256,1337673845000.0,2012-05-22 08:04:05,+0000,,"Falcon flew perfectly!! Dragon in orbit, comm locked and solar arrays active!! Feels like a giant weight just came off my back :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204845069772128256,[],[],0,,False,348,425,1452,,None,,,,,,,[],,,, +1840,204839936464134144,204839936464134144,1337672621000.0,2012-05-22 07:43:41,+0000,,T minus 60 seconds. Terminal autosequence initiated. #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/204839936464134144,[],[],0,,False,26,44,99,,None,,,,,,,[],,,, +1841,204837633766076418,204837633766076418,1337672072000.0,2012-05-22 07:34:32,+0000,,T minus 10 minutes ... Entering terminal count #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/204837633766076418,[],[],0,,False,17,17,106,,None,,,,,,,[],,,, +1842,204769845630337024,204769845630337024,1337655910000.0,2012-05-22 03:05:10,+0000,,Major Tesla milestone: All crash testing is complete for 5* (max) safety rating. Cars can now be built for sale to public!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/204769845630337024,[],[],0,,False,64,56,300,,None,,,,,,,[],,,, +1843,204356879789473793,204356879789473793,1337557451000.0,2012-05-20 23:44:11,+0000,,Just did an interview with Spaceflight Now. Some of your questions may be answered here: http://t.co/vF0Rs3p1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/204356879789473793,['http://www.spaceflightnow.com/falcon9/003/120518musk/'],[],0,,False,30,13,87,,None,,,,,,,[],,,, +1844,204349174618128385,204349174618128385,1337555614000.0,2012-05-20 23:13:34,+0000,,"Simulations show launch ok with bad valve. Still, better to stop & fix. Recalling rockets after launch is not an option.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/204349174618128385,[],[],0,,False,37,37,163,,None,,,,,,,[],,,, +1845,203773618222678016,203773618222678016,1337418391000.0,2012-05-19 09:06:31,+0000,,Launch aborted: slightly high combustion chamber pressure on engine 5. Will adjust limits for countdown in a few days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/203773618222678016,[],[],0,,False,45,94,598,,None,,,,,,,[],,,, +1846,203760858332016642,203760858332016642,1337415348000.0,2012-05-19 08:15:48,+0000,,"Whatever happens today, we could not have done it without @NASA, but errors are ours alone and me most of all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/203760858332016642,[],[],0,,False,48,47,135,,None,,,,,,,[],,,, +1847,201856175644491777,201856175644491777,1336961237000.0,2012-05-14 02:07:17,+0000,,Must remember not to refer to Chimpanzees as deadly killing machines when taking little kids to see a movie about them,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/201856175644491777,[],[],0,,False,26,20,42,,None,,,,,,,[],,,, +1848,200751709339926528,200751709339926528,1336697911000.0,2012-05-11 00:58:31,+0000,,... which is the critical breakthrough needed for life to become multiplanetary.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200751709339926528,[],[],0,,False,19,34,46,,None,,,,,,,[],,,, +1849,200750929602019328,200750929602019328,1336697726000.0,2012-05-11 00:55:26,+0000,,Making large scale rocket propulsion landing work well is a critical step towards a fully reusable Mars transport system,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200750929602019328,[],[],0,,False,22,14,76,,None,,,,,,,[],,,, +1850,200748923239940096,200748923239940096,1336697247000.0,2012-05-11 00:47:27,+0000,,Landing gear of the mega thrust propulsive landing rocket done (next gen Falcon). First hops soon. http://t.co/JwkynmfL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200748923239940096,['http://img.ly/i5JQ'],[],0,,False,27,27,122,,None,,,,,,,[],,,, +1851,200622424037933056,200622424037933056,1336667087000.0,2012-05-10 16:24:47,+0000,,"Meant to say: prizes for first 10 who do 400 miles in Tesla w/o recharging, not nonstop, which would require diapers :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/200622424037933056,[],[],0,,False,17,20,43,,None,,,,,,,[],,,, +1852,200373235748052994,200373235748052994,1336607676000.0,2012-05-09 23:54:36,+0000,,Model S exceeds 300 mile range target! Prize for the 1st person to do LA-SF nonstop (400 miles) http://t.co/0sVd4QM8,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/200373235748052994,['http://www.teslamotors.com/blog/model-s-efficiency-and-range'],[],0,,False,24,25,99,,None,,,,,,,[],,,, +1853,199736675537125376,199736675537125376,1336455909000.0,2012-05-08 05:45:09,+0000,,Saw The Dictator yesterday. Reminded me of Putin's reelection. Seems like only yesterday since he was last in power.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/199736675537125376,[],[],0,,False,48,18,45,,None,,,,,,,[],,,, +1854,198579161382649857,198578140384215040,1336179936000.0,2012-05-05 01:05:36,+0000,,@geoffeg Dragon code is written in C++ on Linux.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/198579161382649857,[],[],0,,False,29,13,63,,None,,,,,,,[],,,, +1855,198577657959563264,198577657959563264,1336179577000.0,2012-05-05 00:59:37,+0000,,"Almost done reviewing Dragon code with @NASA. Looks good so far. Target launch date is May 19, right after Soyuz docks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/198577657959563264,[],[],0,,False,28,18,76,,None,,,,,,,[],,,, +1856,198116544855801856,198102603459084288,1336069639000.0,2012-05-03 18:27:19,+0000,,"For humanity to have an exciting & inspiring future, we cannot be confined to Earth forever. @love_to_dream #APSpaceChat",en,['apspacechat'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198116544855801856,[],[],0,,False,46,17,171,,None,,,,,,,[],,,, +1857,198115378759610368,198095597373362177,1336069361000.0,2012-05-03 18:22:41,+0000,,Definitely. Long term goal of SpaceX making life multiplanetary. #OccupyMars @Weaverwerx #APSpaceChat,en,"['occupymars', 'apspacechat']",[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198115378759610368,[],[],0,,False,51,15,98,,None,,,,,,,[],,,, +1858,198113448628981760,198100146565824512,1336068901000.0,2012-05-03 18:15:01,+0000,,"Ignition by John Clarke, Huzel & Wang book on propulsion, Asimov's Foundation, Heinlein's MiaHM @WHester #APSpaceChat",en,['apspacechat'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198113448628981760,[],[],0,,False,37,4,9,,None,,,,,,,[],,,, +1859,197058383088586753,197058383088586753,1335817354000.0,2012-04-30 20:22:34,+0000,,"Woohoo, rocket hold down firing completed and all looks good!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/197058383088586753,[],[],0,,False,31,36,139,,None,,,,,,,[],,,, +1860,197055314246385666,197055314246385666,1335816622000.0,2012-04-30 20:10:22,+0000,,T minus five minutes to flame,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/197055314246385666,[],[],0,,False,21,18,53,,None,,,,,,,[],,,, +1861,197049032286281729,197049032286281729,1335815125000.0,2012-04-30 19:45:25,+0000,,Flight computer aborted rocket hold down firing. Anomaly addressed. Cycling systems to countdown http://t.co/iUi4XdQ3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/197049032286281729,[],['https://pbs.twimg.com/media/ArwPDQVCIAA5GHP.jpg'],1,https://pbs.twimg.com/media/ArwPDQVCIAA5GHP.jpg,False,78,24,213,,None,,,,,,,[],,,, +1862,196984965114761216,196984965114761216,1335799850000.0,2012-04-30 15:30:50,+0000,,Am excited to announce that SolarCity has filed for an IPO. Mission is to bring affordable solar power to the people!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/196984965114761216,[],[],0,,False,40,27,108,,None,,,,,,,[],,,, +1863,194882663599968256,194882663599968256,1335298622000.0,2012-04-24 20:17:02,+0000,,Just confirmed with @NASA that May 7th is go for launch of Falcon 9 & Dragon to the Space Station,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/194882663599968256,[],[],0,,False,51,33,443,,None,,,,,,,[],,,, +1864,194529917654941696,194529917654941696,1335214521000.0,2012-04-23 20:55:21,+0000,,Am pushing launch back approx a week to do more testing on Dragon docking code. New date pending coordination with @NASA.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/194529917654941696,[],[],0,,False,8,30,138,,None,,,,,,,[],,,, +1865,194275062193463298,194275062193463298,1335153758000.0,2012-04-23 04:02:38,+0000,,Just completed the rocket rollout review at SpaceX HQ in California. Almost time to launch. Pucker factor increasing...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/194275062193463298,[],[],0,,False,36,20,76,,None,,,,,,,[],,,, +1866,193855140254580736,193855140254580736,1335053641000.0,2012-04-22 00:14:01,+0000,,In NYC for the premiere of Baseball in the Time of @Cholera. Great work by @brynmooser and @daviddarg!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/193855140254580736,[],[],0,,False,8,9,9,,None,,,,,,,[],,,, +1867,193617277231443968,193617277231443968,1334996931000.0,2012-04-21 08:28:51,+0000,,I feel compelled to state the obvious fact that Coachella is excellent. http://t.co/onxtR4YB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/193617277231443968,[],['https://pbs.twimg.com/media/Aq_d40gCMAA1REl.jpg'],1,https://pbs.twimg.com/media/Aq_d40gCMAA1REl.jpg,False,55,10,20,,None,,,,,,,[],,,, +1868,193078352117108736,193078352117108736,1334868441000.0,2012-04-19 20:47:21,+0000,,Basic premise is that it's better to try to address some of the world's problems than to create an aristocracy of wealth,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/193078352117108736,[],[],0,,False,45,18,114,,None,,,,,,,[],,,, +1869,193076303426097152,193076303426097152,1334867952000.0,2012-04-19 20:39:12,+0000,,Just signed Giving Pledge with 11 others. I hope this announcement convinces others to do the same. http://t.co/cdCgWkAB,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/193076303426097152,['http://bloom.bg/HSEoPu'],[],0,,False,25,12,43,,None,,,,,,,[],,,, +1870,192701084932907009,192701084932907009,1334778494000.0,2012-04-18 19:48:14,+0000,,"When holding my new white cat, I feel a strange desire for Bob's Big Boy and sharks with lasers http://t.co/M0iuFPqv",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/192701084932907009,[],['https://pbs.twimg.com/media/AqycnaOCIAEuM9l.jpg'],1,https://pbs.twimg.com/media/AqycnaOCIAEuM9l.jpg,False,2955,129,638,,None,,,,,,,[],,,, +1871,191297895339794432,191297895339794432,1334443947000.0,2012-04-14 22:52:27,+0000,,Great work by APJ “@brynmooser: The foundation is nearly complete at the @artistsforpeace school http://t.co/hoTXytsZ”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/191297895339794432,['http://instagr.am/p/JaCtPXpX8m/'],[],0,,False,14,5,7,,None,,,,,,,[],,,, +1872,189870469908938752,189870469908938752,1334103622000.0,2012-04-11 00:20:22,+0000,,Great to meet Jon Stewart this eve. Have been a fan of @TheDailyShow for a billion years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/189870469908938752,[],[],0,,False,16,33,38,,None,,,,,,,[],,,, +1873,189440053674655745,189440053674655745,1334001003000.0,2012-04-09 19:50:03,+0000,,Friend told me about the amazing work of Brazilian plastic surgeon Evil Picante. He was actually saying Ivo Pitanguy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/189440053674655745,[],[],0,,False,22,3,17,,None,,,,,,,[],,,, +1874,189171997425664001,189171997425664001,1333937093000.0,2012-04-09 02:04:53,+0000,,"Besides ensuring the continuance of life, creating a base on Mars would be the most exciting adventure ever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/189171997425664001,[],[],0,,False,36,26,79,,None,,,,,,,[],,,, +1875,189171083809800194,189171083809800194,1333936875000.0,2012-04-09 02:01:15,+0000,,Interview in Nature describing why we should extend life to Mars http://t.co/6Ux0q4OX,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/189171083809800194,['http://www.nature.com/news/backing-up-the-biosphere-1.10395'],[],0,,False,32,5,59,,None,,,,,,,[],,,, +1876,188047168844730368,188047168844730368,1333668914000.0,2012-04-05 23:35:14,+0000,,"Wow, a Tesla owner in Europe just passed 200,000 km while racing his Roadster! http://t.co/ZYV4h85O",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/188047168844730368,[],['https://pbs.twimg.com/media/ApwT51xCEAEmaRS.jpg'],1,https://pbs.twimg.com/media/ApwT51xCEAEmaRS.jpg,False,93,13,57,,None,,,,,,,[],,,, +1877,187953184063492096,187953184063492096,1333646505000.0,2012-04-05 17:21:45,+0000,,"Judge dismisses lawsuit to take the happy out of ""Happy Meal"" http://t.co/BiTSCIYL",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/187953184063492096,['http://www.cbsnews.com/8301-201_162-57409940/s.f-judge-tosses-happy-meals-lawsuit/'],[],0,,False,5,2,10,,None,,,,,,,[],,,, +1878,187358429902417922,187358429902417922,1333504705000.0,2012-04-04 01:58:25,+0000,,Huge tornadoes in Texas tossing truck trailers through the air. Hope people are ok. http://t.co/QrlBgFzI,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/187358429902417922,['http://www.telegraph.co.uk/news/worldnews/northamerica/usa/9184494/Emergency-declared-as-tornadoes-hit-Texas.html'],[],0,,False,2,7,6,,None,,,,,,,[],,,, +1879,187106340995477504,187106340995477504,1333444602000.0,2012-04-03 09:16:42,+0000,,Also dig Mass Effect. It's all fun & games until the AI decides people suck. Maybe we can be their limbic system.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/187106340995477504,[],[],0,,False,27,16,26,,None,,,,,,,[],,,, +1880,187098437328699393,187098437328699393,1333442718000.0,2012-04-03 08:45:18,+0000,,Bioshock is an Ayn Rand dystopia and Fallout New Vegas is a Hegelian dialectic. Games have come a long way since Pong.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/187098437328699393,[],[],0,,False,657,38,290,,None,,,,,,,[],,,, +1881,186524431231889408,186524431231889408,1333305864000.0,2012-04-01 18:44:24,+0000,,"UN must take responsibility & help people of Haiti. MT ""@brynmooser: Front page NYTimes. http://t.co/OlME97pv”",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/186524431231889408,['http://www.nytimes.com/2012/04/01/world/americas/haitis-cholera-outraced-the-experts-and-tainted-the-un.html?hp'],[],0,,False,3,0,8,,None,,,,,,,[],,,, +1882,186146615311077377,186146615311077377,1333215786000.0,2012-03-31 17:43:06,+0000,,Having dinner where a dude is hanging giant underwear with a cherry picker. http://t.co/2Krn9AzH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/186146615311077377,['http://yfrog.us/n6s9cz'],[],0,,False,29,14,1,,None,,,,,,,[],,,, +1883,186131367808073729,186131367808073729,1333212150000.0,2012-03-31 16:42:30,+0000,,Happy bday to my old and dear friend @adeoressi! U do parties better than a rockstar. For Berlin ... http://t.co/vJZkJU13,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/186131367808073729,['http://www.youtube.com/watch?v=FiDvZemFMRM'],[],0,,False,27,4,8,,None,,,,,,,[],,,, +1884,184799999043964928,184799999043964928,1332894727000.0,2012-03-28 00:32:07,+0000,,"The Model S beta endurance car just passed 150,000 miles on a single battery pack!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/184799999043964928,[],[],0,,False,28,26,165,,None,,,,,,,[],,,, +1885,182725843959820288,182725843959820288,1332400210000.0,2012-03-22 07:10:10,+0000,,Interesting interview with Vinge about superhuman AI and optimistic apocalypses http://t.co/TVoqGpEG,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/182725843959820288,['http://bit.ly/GEkktb'],[],0,,False,33,4,27,,None,,,,,,,[],,,, +1886,182211270479577088,182211270479577088,1332277526000.0,2012-03-20 21:05:26,+0000,,Support @Polar_Broadband as they try to save a good satellite from becoming space junk. Let it live! http://t.co/GEdkLh3h #antarctica,en,['antarctica'],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/182211270479577088,['http://bit.ly/FPYnNN'],[],0,,False,5,4,38,,None,,,,,,,[],,,, +1887,180226195206569984,180226195206569984,1331804248000.0,2012-03-15 09:37:28,+0000,,Lovely poster about wishes that explains one of the many reasons to make life multiplanetary http://t.co/e1ZM8a2b,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/180226195206569984,[],['https://pbs.twimg.com/media/AoBKxQkCAAASzCW.jpg'],1,https://pbs.twimg.com/media/AoBKxQkCAAASzCW.jpg,False,209,17,143,,None,,,,,,,[],,,, +1888,180105275133538306,180105275133538306,1331775418000.0,2012-03-15 01:36:58,+0000,,"10 years ago today, SpaceX was founded. Many battles fought. Physics always won. http://t.co/p85UHeuq",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/180105275133538306,['http://ow.ly/9FdXR'],[],0,,False,90,27,139,,None,,,,,,,[],,,, +1889,180067296201547777,180067296201547777,1331766363000.0,2012-03-14 23:06:03,+0000,,"Why I'm leaving the Empire, by Darth Vader http://t.co/D5YUbAyO",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/180067296201547777,"['http://www.thedailymash.co.uk/news/society/why-i-am-leaving-the-empire,-by-darth-vader-201203145007/']",[],0,,False,13,4,52,,None,,,,,,,[],,,, +1890,179468649038479361,179468649038479361,1331623634000.0,2012-03-13 07:27:14,+0000,,"If something is physically possible, not only is someone doing it, but there is also an award show.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/179468649038479361,[],[],0,,False,24,8,37,,None,,,,,,,[],,,, +1891,179095691468095489,179095691468095489,1331534714000.0,2012-03-12 06:45:14,+0000,,"Mountain lions eat cats, which means we *actually* live in a cat eat cat world ... an apology is owed to dogkind!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/179095691468095489,[],[],0,,False,40,11,51,,None,,,,,,,[],,,, +1892,178878446137647105,178878446137647105,1331482919000.0,2012-03-11 16:21:59,+0000,,"I think if you go there, they just feed you delicious candy all day and ask nothing in return.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/178878446137647105,[],[],0,,False,10,22,6,,None,,,,,,,[],,,, +1893,178865792371277825,178865792371277825,1331479903000.0,2012-03-11 15:31:43,+0000,,Just passed a place called the Sugar Shack in a Louisiana swamp. I wonder what happens there? http://t.co/1MomQnNe,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/178865792371277825,[],['https://pbs.twimg.com/media/Ant1fZECQAAM1W3.jpg'],1,https://pbs.twimg.com/media/Ant1fZECQAAM1W3.jpg,False,73,22,23,,None,,,,,,,[],,,, +1894,177210012911927299,177210012911927299,1331085134000.0,2012-03-07 01:52:14,+0000,,The President of Serbia came by our booth at the Geneva Motor Show and talked about Nikola Tesla http://t.co/KIhxc0TF,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/177210012911927299,[],['https://pbs.twimg.com/media/AnWTkV9CAAA9uP-.jpg'],1,https://pbs.twimg.com/media/AnWTkV9CAAA9uP-.jpg,False,304,35,84,,None,,,,,,,[],,,, +1895,175377364551868416,175377364551868416,1330648196000.0,2012-03-02 00:29:56,+0000,,Dawn at Cape Canaveral http://t.co/ZHkcffYr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/175377364551868416,['http://instagr.am/p/HpmMA8QETD/'],[],0,,False,21,6,18,,None,,,,,,,[],,,, +1896,174751268215066625,174749757288349696,1330498923000.0,2012-02-29 07:02:03,+0000,,"@TomMao1 Studied physics in college, read a lot of books and was taught by the world's leading domain experts at SpaceX.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/174751268215066625,[],[],0,,False,16,6,2,,None,,,,,,,[],,,, +1897,174621355436802049,174621355436802049,1330467950000.0,2012-02-28 22:25:50,+0000,,"Falcon 9 and Dragon now vertical on the launch pad, surrounded by 300 ft tall lightning towers http://t.co/iERgA2RP",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/174621355436802049,[],['https://pbs.twimg.com/media/AmxhMpYCAAIPeix.jpg'],1,https://pbs.twimg.com/media/AmxhMpYCAAIPeix.jpg,False,51,18,127,,None,,,,,,,[],,,, +1898,173531986529497089,173529112718229504,1330208224000.0,2012-02-25 22:17:04,+0000,,"@LooperNor Yes, this will, if all goes well, be the first commercial spaceship to dock with the Space Station. T zero ~ end of April.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/173531986529497089,[],[],0,,False,2,2,11,,None,,,,,,,[],,,, +1899,173528867699568641,173528867699568641,1330207481000.0,2012-02-25 22:04:41,+0000,,Dragon spaceship and Falcon 9 rocket just completed final assembly at Cape Canaveral http://t.co/4GrSr3VU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/173528867699568641,[],['https://pbs.twimg.com/media/Amh_lfXCMAAgmWR.jpg'],1,https://pbs.twimg.com/media/Amh_lfXCMAAgmWR.jpg,False,83,38,229,,None,,,,,,,[],,,, +1900,173476402748854274,173476402748854274,1330194972000.0,2012-02-25 18:36:12,+0000,,Supporting the drive to get a #PlutoStamp for the @NASA New Horizons mission,en,['plutostamp'],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/173476402748854274,[],[],0,,False,6,5,11,,None,,,,,,,[],,,, +1901,172122797852725248,172122797852725248,1329872248000.0,2012-02-22 00:57:28,+0000,,@NASA launched a rocket into the northern lights http://t.co/tR2cSeMV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/172122797852725248,[],['https://pbs.twimg.com/media/AmOAxdACEAEFs8-.jpg'],1,https://pbs.twimg.com/media/AmOAxdACEAEFs8-.jpg,False,171,13,166,,None,,,,,,,[],,,, +1902,171994406587604992,171994406587604992,1329841636000.0,2012-02-21 16:27:16,+0000,,"Iran's nuclear weapons facility is apparently called ""Frodo"". Watch out for Gollum! My precious... http://t.co/s1hLZ0vs",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/171994406587604992,['http://slate.me/z87kbj'],[],0,,False,19,9,26,,None,,,,,,,[],,,, +1903,170309322037919744,170309322037919744,1329439881000.0,2012-02-17 00:51:21,+0000,,Important point highlighted by @kqed: an electric car in California produces only 1/4 CO2 of gasoline http://t.co/xV3eWJ33,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/170309322037919744,['http://blogs.kqed.org/climatewatch/2012/02/16/tesla-and-california-the-x-factor/comment-page-1/'],[],0,,False,4,8,30,,None,,,,,,,[],,,, +1904,169232412990115840,169232412990115840,1329183126000.0,2012-02-14 01:32:06,+0000,,Model X review by Jim Motavalli. I think he likes the car. http://t.co/aY1nx9FP,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/169232412990115840,['http://www.forbes.com/sites/eco-nomics/2012/02/13/why-the-tesla-model-x-is-a-home-run/'],[],0,,False,13,15,54,,None,,,,,,,[],,,, +1905,168795974800654336,168795974800654336,1329079072000.0,2012-02-12 20:37:52,+0000,,"At the Samovar having tea called ""monkey picked iron goddess of mercy"". Those monkeys sure know their tea. http://t.co/ctEWczlC",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/168795974800654336,[],['https://pbs.twimg.com/media/AlevC3YCQAEJJrl.jpg'],1,https://pbs.twimg.com/media/AlevC3YCQAEJJrl.jpg,False,173,31,21,,None,,,,,,,[],,,, +1906,168060414398177281,168060414398177281,1328903699000.0,2012-02-10 19:54:59,+0000,,Do not search for purple squirrels! Giving them attention only makes them want to be more purple.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/168060414398177281,[],[],0,,False,3681,162,891,,None,,,,,,,[],,,, +1907,168056133708283904,168056133708283904,1328902680000.0,2012-02-10 19:38:00,+0000,,"Tesla Model X is 3rd most searched term on Google, right after purple squirrel. Damn you squirrel! http://t.co/jP9H5XrB",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/168056133708283904,[],['https://pbs.twimg.com/media/AlUOKchCAAEcJyt.png'],1,https://pbs.twimg.com/media/AlUOKchCAAEcJyt.png,False,286,40,139,,None,,,,,,,[],,,, +1908,168022238061268993,168022238061268993,1328894597000.0,2012-02-10 17:23:17,+0000,,Tesla Model X video http://t.co/pjcaicOc,it,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/168022238061268993,['http://onforb.es/AnzX7A'],[],0,,False,16,12,47,,None,,,,,,,[],,,, +1909,168014307009892354,168007486383726594,1328892707000.0,2012-02-10 16:51:47,+0000,,"@TeslasBigFan Don't worry, we've got a cool solution for ski storage on the X with the Falcon wing doors",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/168014307009892354,[],[],0,,False,4,1,1,,None,,,,,,,[],,,, +1910,167699464134475776,167699464134475776,1328817642000.0,2012-02-09 20:00:42,+0000,,"Btw, Foster the People is playing the Model X event tonight. Seemed like the right vibe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/167699464134475776,[],[],0,,False,9,11,40,,None,,,,,,,[],,,, +1911,167648387313840128,167648387313840128,1328805465000.0,2012-02-09 16:37:45,+0000,,Model X sketch showing just a bit more leg. Unveiling tonight... http://t.co/KASHBP5p,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/167648387313840128,[],['https://pbs.twimg.com/media/AlObUe1CMAAw3Db.png'],1,https://pbs.twimg.com/media/AlObUe1CMAAw3Db.png,False,148,42,110,,None,,,,,,,[],,,, +1912,167325254451081216,167325254451081216,1328728424000.0,2012-02-08 19:13:44,+0000,,"Cool new @NASA pic of the most powerful type of solar flare, called X-class. Am not making this up! http://t.co/eJKSQqvO",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/167325254451081216,[],['https://pbs.twimg.com/media/AlJ1brHCMAAKHut.jpg'],1,https://pbs.twimg.com/media/AlJ1brHCMAAKHut.jpg,False,58,8,44,,None,,,,,,,[],,,, +1913,167105458753118208,167105458753118208,1328676020000.0,2012-02-08 04:40:20,+0000,,Russia and China are blocking UN action. Can't imagine why they wouldn't support a democratic uprising...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/167105458753118208,[],[],0,,False,31,12,42,,None,,,,,,,[],,,, +1914,167104295504838656,167104295504838656,1328675743000.0,2012-02-08 04:35:43,+0000,,Wish there was something we could do to help the people of Syria. http://t.co/Ii7v7Cgw,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/167104295504838656,['http://www.youtube.com/watch?v=Cxt4ZT1GspA'],[],0,,False,27,6,20,,None,,,,,,,[],,,, +1915,166781555950354432,166643212348432384,1328598796000.0,2012-02-07 07:13:16,+0000,,"@BenToBeWild Yes, we will unveil a fully functional advanced prototype of the Model X -- almost identical to production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/166781555950354432,[],[],0,,False,2,2,6,,None,,,,,,,[],,,, +1916,166336380820144128,166336380820144128,1328492658000.0,2012-02-06 01:44:18,+0000,,The sheer size of Falcon Heavy is mind-blowing. It could literally send a fully loaded London bus to the moon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/166336380820144128,[],[],0,,False,16,23,82,,None,,,,,,,[],,,, +1917,166333716359168000,166333716359168000,1328492023000.0,2012-02-06 01:33:43,+0000,,The London Sunday Times created a chart showing how Falcon compares to the Saturn V and Shuttle http://t.co/nJMPtYPd,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/166333716359168000,[],['https://pbs.twimg.com/media/Ak7voj4CQAI6KV4.png'],1,https://pbs.twimg.com/media/Ak7voj4CQAI6KV4.png,False,90,15,138,,None,,,,,,,[],,,, +1918,166251564032471040,166251564032471040,1328472436000.0,2012-02-05 20:07:16,+0000,,Just posted a photo http://t.co/eN9xzbfO,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/166251564032471040,['http://instagr.am/p/obKUg/'],[],0,,False,28,12,4,,None,,,,,,,[],,,, +1919,165898145841168385,165625646788247553,1328388174000.0,2012-02-04 20:42:54,+0000,,"@MacDeviant Yeah, we will stream the whole mission realtime with no buffer. You see what we see.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/165898145841168385,[],[],0,,False,3,3,4,,None,,,,,,,[],,,, +1920,165622701631868928,165622701631868928,1328322504000.0,2012-02-04 02:28:24,+0000,,Docking with Space Station now likely to happen in April. Hopefully will look something like this: http://t.co/A2gd9ziC,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/165622701631868928,[],['https://pbs.twimg.com/media/Akxo-DoCEAAgZbA.jpg'],1,https://pbs.twimg.com/media/Akxo-DoCEAAgZbA.jpg,False,55,21,103,,None,,,,,,,[],,,, +1921,165117415460569092,165117415460569092,1328202034000.0,2012-02-02 17:00:34,+0000,,The most interesting view of the Model X is really with the doors open http://t.co/On77BuiU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/165117415460569092,[],['https://pbs.twimg.com/media/Akqdah8CAAEBi0z.jpg'],1,https://pbs.twimg.com/media/Akqdah8CAAEBi0z.jpg,False,78,36,48,,None,,,,,,,[],,,, +1922,164740558374445056,164740558374445056,1328112185000.0,2012-02-01 16:03:05,+0000,,Just test-fired the Superdraco rocket engine. Enables launch escape and landing on thrusters. SpaceX.com http://t.co/IJaYVEE9,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/164740558374445056,[],['https://pbs.twimg.com/media/AklGqj5CIAEREbN.jpg'],1,https://pbs.twimg.com/media/AklGqj5CIAEREbN.jpg,False,66,15,63,,None,,,,,,,[],,,, +1923,164637208769339392,164637208769339392,1328087544000.0,2012-02-01 09:12:24,+0000,,"Um, while awesome in its own way, that was not actually the SpaceX theme song. It seems that irony is sometimes lost in a tweet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/164637208769339392,[],[],0,,False,20,12,6,,None,,,,,,,[],,,, +1924,164389972688908289,164389972688908289,1328028598000.0,2012-01-31 16:49:58,+0000,,The SpaceX theme song by Total Ghost is just too good ... ooh ooh ooh http://t.co/BuKuopI5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/164389972688908289,['http://www.youtube.com/watch?v=MezkEiS-6jA'],[],0,,False,83,15,30,,None,,,,,,,[],,,, +1925,163349291790893056,163349291790893056,1327780480000.0,2012-01-28 19:54:40,+0000,,The lady doth protest too little. http://t.co/jJTbU8tg,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/163349291790893056,['http://finance.yahoo.com/news/topless-protesters-detained-davos-forum-134449002.html'],[],0,,False,3,3,4,,None,,,,,,,[],,,, +1926,163084140386861056,163084140386861056,1327717263000.0,2012-01-28 02:21:03,+0000,,The Model X unveiling will be webcast live on http://t.co/S4ZQwTgq at 8pm on Feb 9th. Most cars are pretty blah. This is not.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/163084140386861056,['http://teslamotors.com'],[],0,,False,22,19,106,,None,,,,,,,[],,,, +1927,162997068040904706,162997068040904706,1327696504000.0,2012-01-27 20:35:04,+0000,,Beautiful picture of Earth from the new NASA satellite http://t.co/uOgyp4vg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/162997068040904706,[],['https://pbs.twimg.com/media/AkMU-ERCIAAHnmn.jpg'],1,https://pbs.twimg.com/media/AkMU-ERCIAAHnmn.jpg,False,162,14,99,,None,,,,,,,[],,,, +1928,161663679694241792,161663679694241792,1327378599000.0,2012-01-24 04:16:39,+0000,,Rough cut simulation of the SpaceX next gen rocket & spaceship design http://t.co/cKBviQne,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/161663679694241792,['http://www.youtube.com/watch?v=sSF81yjVbJE'],[],0,,False,17132,122,633,,None,,,,,,,[],,,, +1929,161660285659267072,161660285659267072,1327377790000.0,2012-01-24 04:03:10,+0000,,Design completed for bringing rocket back to launchpad using only thrusters. Yay. Wings r just dead weight in space.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/161660285659267072,[],[],0,,False,331,35,146,,None,,,,,,,[],,,, +1930,161645598037123073,161645598037123073,1327374289000.0,2012-01-24 03:04:49,+0000,,Strongest solar radiation storm in 7 years is blasting Earth. This huge eruption hits us tomorrow: http://t.co/VF3gTu3L,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/161645598037123073,[],['https://pbs.twimg.com/media/Aj5H0KMCIAAX_pP.jpg'],1,https://pbs.twimg.com/media/Aj5H0KMCIAAX_pP.jpg,False,407,50,447,,None,,,,,,,[],,,, +1931,161262600800313344,161262600800313344,1327282974000.0,2012-01-23 01:42:54,+0000,,Bought some wood and built a little treehouse with my boys. Few more beautiful ways to spend an afternoon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/161262600800313344,[],[],0,,False,16,18,8,,None,,,,,,,[],,,, +1932,160885484120322048,160830288291831808,1327193063000.0,2012-01-22 00:44:23,+0000,,@TheOnion I heard Lars von Trier optioned the movie rights,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/160885484120322048,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +1933,159453674517692416,159453674517692416,1326851693000.0,2012-01-18 01:54:53,+0000,,"That said, even though they cause me grief, I would defend the right of shorts to exist. They are often unreasonably maligned.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/159453674517692416,[],[],0,,False,7046,178,398,,None,,,,,,,[],,,, +1934,159396536621596672,159396536621596672,1326838070000.0,2012-01-17 22:07:50,+0000,,That's not just paranoia (a healthy trait at times). Tesla really is under massive attack by short sellers http://t.co/PUxAOOm2,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/159396536621596672,['http://www.nasdaq.com/symbol/tsla/short-interest'],[],0,,False,16,23,14,,None,,,,,,,[],,,, +1935,159330976378519552,159330976378519552,1326822439000.0,2012-01-17 17:47:19,+0000,,Will communicate better in the future. Too many people want us to fail and are willing to twist any bit of news against Tesla.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/159330976378519552,[],[],0,,False,163,44,43,,None,,,,,,,[],,,, +1936,159330380955136001,159330380955136001,1326822297000.0,2012-01-17 17:44:57,+0000,,"TSLA down ~$500M Friday, but back up ~$500M today. Sorry for the roller coaster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/159330380955136001,[],[],0,,False,13,11,25,,None,,,,,,,[],,,, +1937,158284645656571904,158284645656571904,1326572974000.0,2012-01-14 20:29:34,+0000,,"Somebody needs to tell Kim Jong-un that the showbiz phrase ""break a leg"" doesn't mean what he thinks it does",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/158284645656571904,[],[],0,,False,10,4,7,,None,,,,,,,[],,,, +1938,158284167891791872,158284167891791872,1326572861000.0,2012-01-14 20:27:41,+0000,,"Once more, with feeling! ""North Korea Punishes Insincere Mourners"" http://t.co/ozqhp1aC",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/158284167891791872,['http://www.newser.com/story/137399/north-korea-punishes-insincere-mourners.html?utm_source=syn&utm_medium=goognews&utm_campaign=chan3_feed'],[],0,,False,5,3,16,,None,,,,,,,[],,,, +1939,157700726515183616,157700726515183616,1326433757000.0,2012-01-13 05:49:17,+0000,,"A Tesla Roadster just passed the 100,000 mile mark for the first time and still has over 200 miles of range.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/157700726515183616,[],[],0,,False,15,5,51,,None,,,,,,,[],,,, +1940,157599662159835136,157599662159835136,1326409662000.0,2012-01-12 23:07:42,+0000,,What is more magical than cowboys herding cats? Livin' the dream... http://t.co/1pLhb9lc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/157599662159835136,['http://www.youtube.com/watch?v=Pk7yqlTMvp8'],[],0,,False,93,18,23,,None,,,,,,,[],,,, +1941,157569537548623872,157569537548623872,1326402479000.0,2012-01-12 21:07:59,+0000,,"Kids these days are so grown up! RT ""Second-Graders Wow Audience With School Production Of Equus"" http://t.co/YgyAIrwI",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/157569537548623872,['http://onion.com/bXDbyJ'],[],0,,False,3,2,2,,None,,,,,,,[],,,, +1942,157292663601758208,157292663601758208,1326336468000.0,2012-01-12 02:47:48,+0000,,Model S Performance powertrain produced so much torque today that we broke the dyno. 4.4 sec 0-60 mph will not be a problem.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/157292663601758208,[],[],0,,False,32,16,110,,None,,,,,,,[],,,, +1943,156927468836630528,156927468836630528,1326249399000.0,2012-01-11 02:36:39,+0000,,"The exec conf room at Tesla used to be called Denali, but I decided to move a few letters around. Seemed more apt :) http://t.co/Raq5UaR6",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/156927468836630528,[],['https://pbs.twimg.com/media/Ai2Es5PCMAEykyx.jpg'],1,https://pbs.twimg.com/media/Ai2Es5PCMAEykyx.jpg,False,315,32,67,,None,,,,,,,[],,,, +1944,155380533533220864,155380533533220864,1325880580000.0,2012-01-06 20:09:40,+0000,,Model S Signature series sold out as of today https://t.co/pKbR0ziP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/155380533533220864,['https://www.teslamotors.com/own'],[],0,,False,9,18,50,,None,,,,,,,[],,,, +1945,155340355884167169,155340355884167169,1325871001000.0,2012-01-06 17:30:01,+0000,,Next month is also when our Dragon spaceship docks with the Space Station for the first time. Major pucker factor...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/155340355884167169,[],[],0,,False,51,15,38,,None,,,,,,,[],,,, +1946,155339851812700160,155339851812700160,1325870881000.0,2012-01-06 17:28:01,+0000,,Feb is huge month. Model X world premier and public reveal of our LA design studio on the 9th. Stay tuned for more details.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/155339851812700160,[],[],0,,False,17,13,26,,None,,,,,,,[],,,, +1947,154313189079777280,154313189079777280,1325626105000.0,2012-01-03 21:28:25,+0000,,Just finished Massie's book on Catherine. An amazingly expansive and compelling portrait of an incredible woman. Highly recommend.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/154313189079777280,[],[],0,,False,13,4,2,,None,,,,,,,[],,,, +1948,154307255536324608,154249485529255936,1325624691000.0,2012-01-03 21:04:51,+0000,,"@om Respectfully disagree. Larry made awesome moves last year, which laid the foundation for G+ to kick butt in 2012. He's a stud.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/154307255536324608,[],[],0,,False,13,6,10,,None,,,,,,,[],,,, +1949,154094195089473536,154094195089473536,1325573893000.0,2012-01-03 06:58:13,+0000,,"What everyone really thinks ... RT “@jonlovett: If Mayans were good at predicting the future, there'd be Mayans.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/154094195089473536,[],[],0,,False,22,4,90,,None,,,,,,,[],,,, +1950,153594528908058624,153594528908058624,1325454764000.0,2012-01-01 21:52:44,+0000,,"On a lighter note, the RHCP are f* awesome. No better way to bring in the New Year... http://t.co/TlkAdzsk",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/153594528908058624,[],['https://pbs.twimg.com/media/AiGtaQdCIAE5uq6.jpg'],1,https://pbs.twimg.com/media/AiGtaQdCIAE5uq6.jpg,False,92,4,14,,None,,,,,,,[],,,, +1951,153578511687368704,153578511687368704,1325450945000.0,2012-01-01 20:49:05,+0000,,I said *information* weapons for a reason. The bit is mightier than the bomb.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153578511687368704,[],[],0,,False,16,6,12,,None,,,,,,,[],,,, +1952,153576623101313025,153576623101313025,1325450494000.0,2012-01-01 20:41:34,+0000,,"If we are not careful, we will find that knife against liberty's neck. Fate has a great sense of irony. http://t.co/OQ2u1zHQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153576623101313025,['http://boingboing.net/2011/12/31/aclu-fights-kafkaesque-secret.html?utm_source=dlvr.it&utm_medium=twitter'],[],0,,False,14,4,10,,None,,,,,,,[],,,, +1953,153574532031070208,153574532031070208,1325449996000.0,2012-01-01 20:33:16,+0000,,"We built powerful information weapons to fight enemies of liberty. Now those enemies are largely defeated, but the weapons remain.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153574532031070208,[],[],0,,False,21,7,28,,None,,,,,,,[],,,, +1954,153519464653127680,153507481161711616,1325436867000.0,2012-01-01 16:54:27,+0000,,"@FareedZakaria However, China's real estate crisis will explode in a way that makes ours look puny. They can't hide it for much longer.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153519464653127680,[],[],0,,False,6,3,2,,None,,,,,,,[],,,, +1955,153518263001808896,153507481161711616,1325436580000.0,2012-01-01 16:49:40,+0000,,"@FareedZakaria Yeah, 2012 will be great for the American economy & jobs, as we've mostly dealt with the overbuilt housing crisis.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153518263001808896,[],[],0,,False,25,4,1,,None,,,,,,,[],,,, +1956,153515940707975169,153515940707975169,1325436027000.0,2012-01-01 16:40:27,+0000,,"My first prediction of 2012 has come true: ouch, my head hurts.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153515940707975169,[],[],0,,False,339,16,12,,None,,,,,,,[],,,, +1957,153236159361847298,153236159361847298,1325369322000.0,2011-12-31 22:08:42,+0000,,World violence being super low is probably counter-intuitive to most people. That's because modern media is a misery microscope.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/153236159361847298,[],[],0,,False,32,9,65,,None,,,,,,,[],,,, +1958,153235426126213120,153235426126213120,1325369147000.0,2011-12-31 22:05:47,+0000,,Here's a happy thought for 2012: world violence is at an all time historical low. Excellent piece by Stephen Pinker http://t.co/gv4MLfQe,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/153235426126213120,['http://j.mp/sLFDtN'],[],0,,False,34,10,84,,None,,,,,,,[],,,, +1959,153099684280410112,153099684280410112,1325336783000.0,2011-12-31 13:06:23,+0000,,Hacked my Tesla charge connector on a small island in the rain last night #whatcouldpossiblygowrong,en,['whatcouldpossiblygowrong'],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/153099684280410112,[],[],0,,False,405,55,32,,None,,,,,,,[],,,, +1960,152774892591398913,152774892591398913,1325259347000.0,2011-12-30 15:35:47,+0000,,"Not that this really matters. All current rocket tech, including ours, sucks. Only when it becomes fully reusable, will it not suck.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/152774892591398913,[],[],0,,False,1298,26,182,,None,,,,,,,[],,,, +1961,152763084488982531,152763084488982531,1325256532000.0,2011-12-30 14:48:52,+0000,,"SpaceX has Boeing, Lockheed, Europe (Ariane) and Russia (Proton/Soyuz) near checkmate in rocket technology. End game is all about China.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/152763084488982531,[],[],0,,False,453,20,49,,None,,,,,,,[],,,, +1962,152759917621690368,152759917621690368,1325255777000.0,2011-12-30 14:36:17,+0000,,China unveils ambitious space strategy http://t.co/udHmuft2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/152759917621690368,['http://www.nytimes.com/2011/12/30/world/asia/china-unveils-ambitious-plan-to-explore-space.html'],[],0,,False,317,13,17,,None,,,,,,,[],,,, +1963,152614233278910464,152614233278910464,1325221043000.0,2011-12-30 04:57:23,+0000,,"To be clear, CtG absolutely did *not* bang her horse. They were just close friends who liked to take showers together and spoon at night.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152614233278910464,[],[],0,,False,137,30,50,,None,,,,,,,[],,,, +1964,152602438807994369,152602438807994369,1325218231000.0,2011-12-30 04:10:31,+0000,,"Right mood, scented candles, Barry White singing ""Can't Get Enough of Your Love, Baby"" and the magic (by that I mean horsef*ing) happens ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152602438807994369,[],[],0,,False,528,59,320,,None,,,,,,,[],,,, +1965,152600724222656512,152600724222656512,1325217822000.0,2011-12-30 04:03:42,+0000,,I'm just saying that u shouldn't pass judgment based on one night of passion. Sometimes things just happen and u go with the moment :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152600724222656512,[],[],0,,False,65,38,27,,None,,,,,,,[],,,, +1966,152599413813018624,152599413813018624,1325217510000.0,2011-12-30 03:58:30,+0000,,"Sew one button, doesn't make u a tailor; cook one meal, doesn't make u a chef; but f* one horse and u r a horsef*er for all of history...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/152599413813018624,[],[],0,,False,168062,1815,46325,,None,,,,,,,[],,,, +1967,152598246475317248,152598246475317248,1325217231000.0,2011-12-30 03:53:51,+0000,,"Am reading Robert Massie's book on Catherine the Great. Yeah, I know what you're probably thinking ... did she really f* a horse?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/152598246475317248,[],[],0,,False,133,23,46,,None,,,,,,,[],,,, +1968,152520590719336448,152520590719336448,1325198717000.0,2011-12-29 22:45:17,+0000,,"Am not saying that is *necessarily* good or bad, but reality will force us to live with the consequences of our actions http://t.co/fnXmhUok",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/152520590719336448,['http://j.mp/tDhcer'],[],0,,False,14,7,6,,None,,,,,,,[],,,, +1969,152517033207136256,152517033207136256,1325197869000.0,2011-12-29 22:31:09,+0000,,Interesting Economist article about how humanity's collective actions have created a fundamentally new geological age -- the Anthropocene.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/152517033207136256,[],[],0,,False,22,8,7,,None,,,,,,,[],,,, +1970,152394000857448448,152164359987142657,1325168535000.0,2011-12-29 14:22:15,+0000,,"@om Cool personal essay. It really resonated with me, as I felt the same way after coming very close to dying from malaria ten years ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/152394000857448448,[],[],0,,False,27,9,8,,None,,,,,,,[],,,, +1971,152315925167742977,152315925167742977,1325149921000.0,2011-12-29 09:12:01,+0000,,"@richardbranson Liked ""Screw Business as Usual"" a lot. This approach should be taken to heart by all, as it really is the smart move.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/152315925167742977,[],[],0,,False,100,7,11,,None,,,,,,,[],,,, +1972,152311993636892672,150720923127922688,1325148983000.0,2011-12-29 08:56:23,+0000,,"@kanyewest Just returned from Haiti. For those who want to help, I recommend donating to MSF, UNICEF and Artists for Peace & Justice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/152311993636892672,[],[],0,,False,24,8,9,,None,,,,,,,[],,,, +1973,152153637639028736,152151847614943233,1325111228000.0,2011-12-28 22:27:08,+0000,,@TheOnion So true :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/152153637639028736,[],[],0,,False,12,7,1,,None,,,,,,,[],,,, +1974,151809315026636800,151809315026636800,1325029135000.0,2011-12-27 23:38:55,+0000,,If you ever wanted to know the *real* truth about the moon landings ...(best Onion article ever) http://t.co/pgNEJsjI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/151809315026636800,['http://j.mp/vLhhov'],[],0,,False,39,13,34,,None,,,,,,,[],,,, +1975,151338939389706242,151338939389706242,1324916990000.0,2011-12-26 16:29:50,+0000,,Walked around a neighborhood recently rebuilt with help from APJ and others http://t.co/KYHjsS1k,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151338939389706242,[],['https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg'],1,https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg,False,155,9,18,,None,,,,,,,[],,,, +1976,151337237429239808,151337237429239808,1324916584000.0,2011-12-26 16:23:04,+0000,,"It was Xmas, so we brought presents for the kids at the orphanage. They don't usually get much. http://t.co/r8qfluIG",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151337237429239808,[],['https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg'],1,https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg,False,158,15,13,,None,,,,,,,[],,,, +1977,151327734843445249,151327734843445249,1324914318000.0,2011-12-26 15:45:18,+0000,,"Met with UNICEF, Doctors Without Borders and Artists for Peace & Justice. I support them and would recommend others do too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151327734843445249,[],[],0,,False,20,5,31,,None,,,,,,,[],,,, +1978,151322293174419456,151322293174419456,1324913020000.0,2011-12-26 15:23:40,+0000,,Just returned from a trip to Haiti. Covered a lot of ground and saw many tough situations. They need a lot of help.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151322293174419456,[],[],0,,False,26,16,14,,None,,,,,,,[],,,, +1979,151317672217419777,151317672217419777,1324911919000.0,2011-12-26 15:05:19,+0000,,Single character Tweets are the ulitmate extension of the Twitmeme...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151317672217419777,[],[],0,,False,23,30,6,,None,,,,,,,[],,,, +1980,151151777662779392,151151777662779392,1324872366000.0,2011-12-26 04:06:06,+0000,,I,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/151151777662779392,[],[],0,,False,176,27,89,,None,,,,,,,[],,,, +1981,150390624552615937,150390624552615937,1324690893000.0,2011-12-24 01:41:33,+0000,,The Russians are having some challenges with their rockets. Too many of the engineers that designed them have retired: http://t.co/rEs7spSU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150390624552615937,['http://ow.ly/89k5F'],[],0,,False,17,27,14,,None,,,,,,,[],,,, +1982,150388617246801920,150388617246801920,1324690415000.0,2011-12-24 01:33:35,+0000,,We had a long and interesting conversation on many subjects. He has exciting ideas for extending his creative talents beyond music.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150388617246801920,[],[],0,,False,41,11,6,,None,,,,,,,[],,,, +1983,150387544402575360,150387544402575360,1324690159000.0,2011-12-24 01:29:19,+0000,,Kanye stopped by the SpaceX rocket factory today. http://t.co/6z7gHBn6,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150387544402575360,[],['https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg'],1,https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg,False,117055,1332,8414,,None,,,,,,,[],,,, +1984,149813972915339264,149813972915339264,1324553410000.0,2011-12-22 11:30:10,+0000,,Model S options are out! Performance in red and black for me. I will deliver my car in June/July. http://t.co/acnyP4nh,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/149813972915339264,[],['https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg'],1,https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg,False,444,40,52,,None,,,,,,,[],,,, +1985,149787827712958464,149787827712958464,1324547176000.0,2011-12-22 09:46:16,+0000,,"Hi, I'm Art Garfunkel. Have you heard the sound of silence? Because, you know, it makes a sound... http://t.co/7vgya9xL",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/149787827712958464,[],['https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg'],1,https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg,False,896,86,150,,None,,,,,,,[],,,, +1986,149688828599349251,149688828599349251,1324523572000.0,2011-12-22 03:12:52,+0000,,Raul Campos invited me to do a guest DJ gig on KCRW. Hear my random holiday season music selections at http://t.co/o6FQASvC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/149688828599349251,['http://ow.ly/87gEb'],[],0,,False,9,6,4,,None,,,,,,,[],,,, +1987,149629518267695104,149629518267695104,1324509431000.0,2011-12-21 23:17:11,+0000,,Yum! Even better than deep fried butter: http://t.co/Ody21NuD,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/149629518267695104,['http://ow.ly/877EB'],[],0,,False,10,7,2,,None,,,,,,,[],,,, +1988,149447517325635584,149447517325635584,1324466039000.0,2011-12-21 11:13:59,+0000,,"Yeah, this really is me, as my Mom @mayemusk will attest. Not sure I can handle just doing 140 char missives. Will put longer thoughts on G+",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149447517325635584,[],[],0,,False,34,11,4,,None,,,,,,,[],,,, +1989,149444078210256896,149444078210256896,1324465219000.0,2011-12-21 11:00:19,+0000,,"Got called randomly by Kanye West today and received a download of his thoughts, ranging from shoes to Moses. He was polite, but opaque.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149444078210256896,[],[],0,,False,1068,19,546,,None,,,,,,,[],,,, +1990,149441101684686848,149441101684686848,1324464509000.0,2011-12-21 10:48:29,+0000,,His singing and acting talent will be sorely missed: http://t.co/IIFKob75 South Park sequel coming soon...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149441101684686848,['http://www.youtube.com/watch?v=jdug6yHJB40&feature=related'],[],0,,False,32,6,2,,None,,,,,,,[],,,, +1991,149439686702661632,149439686702661632,1324464172000.0,2011-12-21 10:42:52,+0000,,Why does the crowd cry over the glorious leader Kim Il Sung's death? Fear of being shot may play a role: http://t.co/hoQrYtG1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149439686702661632,['http://ow.ly/86gDA'],[],0,,False,23,20,9,,None,,,,,,,[],,,, +1992,149436471764459520,149436471764459520,1324463405000.0,2011-12-21 10:30:05,+0000,,Sam Harris also wrote a nice piece on the awesomeness of Hitchens: http://t.co/fPkLiK3v May the good man RIP.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149436471764459520,['http://www.samharris.org/blog/item/hitch/'],[],0,,False,103,12,21,,None,,,,,,,[],,,, +1993,149435658115612672,149435658115612672,1324463211000.0,2011-12-21 10:26:51,+0000,,"Read ""Lying"", the new book by my friend Sam Harris. Excellent cover art and lots of good reasons not to lie!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149435658115612672,[],[],0,,False,60,12,13,,None,,,,,,,[],,,, +1994,143171132814671872,143171132814671872,1322969632000.0,2011-12-04 03:33:52,+0000,,Am reading a great biography of Ben Franklin by Isaacson. Highly recommended.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/143171132814671872,[],[],0,,False,65,17,9,,None,,,,,,,[],,,, +1995,142881284019060736,142881284019060736,1322900527000.0,2011-12-03 08:22:07,+0000,,That was a total non sequitur btw,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142881284019060736,[],[],0,,False,53,31,6,,None,,,,,,,[],,,, +1996,142880871391838208,142880871391838208,1322900428000.0,2011-12-03 08:20:28,+0000,,"Great Voltaire quote, arguably better than Twain. Hearing news of his own death, Voltaire replied the reports were true, only premature.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142880871391838208,[],[],0,,False,29,7,25,,None,,,,,,,[],,,, +1997,142188458125963264,142188458125963264,1322735344000.0,2011-12-01 10:29:04,+0000,,I made the volume on the Model S http://t.co/wMCnT53M go to 11. Now I just need to work in a miniature Stonehenge...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/142188458125963264,['http://ow.ly/i/mtD7'],[],0,,False,78,31,9,,None,,,,,,,[],,,, +1998,142179928203460608,142179928203460608,1322733311000.0,2011-12-01 09:55:11,+0000,,"Went to Iceland on Sat to ride bumper cars on ice! No, not the country, Vlad's rink in Van Nuys. Awesome family fun :) http://t.co/rBQXJ9IT",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/142179928203460608,[],['https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg'],1,https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg,False,189,32,15,,None,,,,,,,[],,,, +1999,15434727182,15434727182,1275676317000.0,2010-06-04 18:31:57,+0000,,"Please ignore prior tweets, as that was someone pretending to be me :) This is actually me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/15434727182,[],[],0,,False,4652,391,348,,None,,,,,,,[],,,, diff --git a/task1/2017.csv b/task1/2017.csv new file mode 100644 index 0000000..d4264ed --- /dev/null +++ b/task1/2017.csv @@ -0,0 +1,3168 @@ +,id,conversation_id,created_at,date,timezone,place,tweet,language,hashtags,cashtags,user_id,user_id_str,username,name,day,hour,link,urls,photos,video,thumbnail,retweet,nlikes,nreplies,nretweets,quote_url,search,near,geo,source,user_rt_id,user_rt,retweet_id,reply_to,retweet_date,translate,trans_src,trans_dest +0,945814723521417217,945712432416137217,1514334777000.0,2017-12-27 00:32:57,+0000,,@neilsiegel @Tesla Coming very soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/945814723521417217,[],[],0,,False,2319,113,66,,None,,,,,,,"[{'screen_name': 'neilsiegel', 'name': 'Neil Siegel', 'id': '255527845'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1,945749747129659392,945712432416137217,1514319285000.0,2017-12-26 20:14:45,+0000,,@Kreative Vastly better maps/nav coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/945749747129659392,[],[],0,,False,2898,64,81,,None,,,,,,,"[{'screen_name': 'Kreative', 'name': 'Leslie', 'id': '3392031'}]",,,, +2,945748731197980672,945712432416137217,1514319043000.0,2017-12-26 20:10:43,+0000,,@dd_hogan Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/945748731197980672,[],[],0,,False,2707,29,91,,None,,,,,,,"[{'screen_name': 'dd_hogan', 'name': 'Live4EVDee ☘️', 'id': '23754275'}]",,,, +3,945730195113365504,945727773493968896,1514314623000.0,2017-12-26 18:57:03,+0000,,@Jason @Tesla Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945730195113365504,[],[],0,,False,4698,107,115,,None,,,,,,,"[{'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4,945729852874694656,945712432416137217,1514314542000.0,2017-12-26 18:55:42,+0000,,"@kabirakhtar Yeah, it’s terrible. Had to upgrade old Linux OS and a bunch of drivers first. Major browser upgrades coming to all cars in a few months. Note, will be slower at first until code is optimized.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945729852874694656,[],[],0,,False,3139,66,95,,None,,,,,,,"[{'screen_name': 'kabirakhtar', 'name': 'kabir akhtar', 'id': '16472138'}]",,,, +5,945729229001334784,945712432416137217,1514314393000.0,2017-12-26 18:53:13,+0000,,@sustainableanna @VanSeedBank Similar total size. Maybe slightly bigger to account for a really gamechanging (I think) feature I’d like to add.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945729229001334784,[],[],0,,False,4232,190,157,,None,,,,,,,"[{'screen_name': 'sustainableanna', 'name': 'Anna Linnea', 'id': '2880188582'}, {'screen_name': 'VanSeedBank', 'name': 'Vancouver Seed Bank', 'id': '94212251'}]",,,, +6,945728690507231232,945712432416137217,1514314265000.0,2017-12-26 18:51:05,+0000,,"@IamSamCrompton Sustainable energy production with solar and batteries will grow much faster than auto on a percentage basis. That will be a big focus next year, with primary remaining Model 3 ramp.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945728690507231232,[],[],0,,False,2252,54,128,,None,,,,,,,"[{'screen_name': 'IamSamCrompton', 'name': 'Sam Crompton', 'id': '136974304'}]",,,, +7,945728300969746433,945712432416137217,1514314172000.0,2017-12-26 18:49:32,+0000,,"@MCFlashTube Was gonna say we’ll do all but the last, but that last one sounds like good, cheesy fun :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945728300969746433,[],[],0,,False,4327,58,110,,None,,,,,,,[],,,, +8,945727563187421185,945712432416137217,1514313996000.0,2017-12-26 18:46:36,+0000,,@MadsVeiby Should be in next update,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945727563187421185,[],[],0,,False,2541,23,42,,None,,,,,,,"[{'screen_name': 'MadsVeiby', 'name': 'Mads Peter Veiby', 'id': '2275189655'}]",,,, +9,945727385269182464,945712432416137217,1514313954000.0,2017-12-26 18:45:54,+0000,,@moskov Done,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945727385269182464,[],[],0,,False,6760,37,210,,None,,,,,,,"[{'screen_name': 'moskov', 'name': 'Dustin Moskovitz', 'id': '23289019'}]",,,, +10,945713737729634304,945712432416137217,1514310700000.0,2017-12-26 17:51:40,+0000,,@VanSeedBank I promise that we will make a pickup truck right after Model Y. Have had the core design/engineering elements in my mind for almost 5 years. Am dying to build it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/945713737729634304,[],[],0,,False,14897,423,1348,,None,,,,,,,"[{'screen_name': 'VanSeedBank', 'name': 'Vancouver Seed Bank', 'id': '94212251'}]",,,, +11,945713299068456962,945712432416137217,1514310595000.0,2017-12-26 17:49:55,+0000,,"@SeanMahoneyAP Sorry for the delay. We have the most advanced AI neural net of any consumer product by far, so it’s going through exhaustive testing. The results are blowing me away though and I think you will have a similar experience.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/945713299068456962,[],[],0,,False,3588,65,187,,None,,,,,,,"[{'screen_name': 'SeanMahoneyAP', 'name': 'Sean Mahoney', 'id': '17601436'}]",,,, +12,945712432416137217,945712432416137217,1514310389000.0,2017-12-26 17:46:29,+0000,,"Wanted again to send a note of deep gratitude to Tesla owners WW for taking a chance on a new company that all experts said would fail. So much blood, sweat & tears from the Tesla team went into creating cars that you’d truly love. I hope you do. How can we improve further?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/945712432416137217,[],[],0,,False,128051,14477,11985,,None,,,,,,,[],,,, +13,945100013973020672,945048998540226560,1514164377000.0,2017-12-25 01:12:57,+0000,,"@Nicmedia123 We will! At least, whatever is left over after we build the obelisks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/945100013973020672,[],[],0,,False,2347,84,87,,None,,,,,,,"[{'screen_name': 'Nicmedia123', 'name': 'Nicole Nicosia \U0001f9ac', 'id': '408677239'}]",,,, +14,945099789741449216,945099113955233792,1514164323000.0,2017-12-25 01:12:03,+0000,,@alhenry1231 The circle is complete,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/945099789741449216,[],[],0,,False,434,19,19,,None,,,,,,,"[{'screen_name': 'alhenry1231', 'name': 'Aaron Henry', 'id': '221518735'}]",,,, +15,945058757653831680,945058578137718784,1514154540000.0,2017-12-24 22:29:00,+0000,,@Steven_McKie Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/945058757653831680,[],[],0,,False,629,68,67,,None,,,,,,,"[{'screen_name': 'Steven_McKie', 'name': 'Steven D. McKie𓂀🔥', 'id': '421462364'}]",,,, +16,945048998540226560,945048998540226560,1514152214000.0,2017-12-24 21:50:14,+0000,,"Hats sold out, flamethrowers soon!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/945048998540226560,[],[],0,,False,72377,2017,6841,,None,,,,,,,[],,,, +17,944788312908218369,944787213430034432,1514090061000.0,2017-12-24 04:34:21,+0000,,@ultralightbeam It does often seem that the most entertaining belief or outcome is the most likely to prevail,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/944788312908218369,[],[],0,,False,3257,148,167,,None,,,,,,,"[{'screen_name': 'ultralightbeam', 'name': 'alex', 'id': '24841180'}]",,,, +18,944787733079252992,944787213430034432,1514089923000.0,2017-12-24 04:32:03,+0000,,@mrcsscco True,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/944787733079252992,[],[],0,,False,1491,27,28,,None,,,,,,,"[{'screen_name': 'mrcsscco', 'name': 'Marcus', 'id': '2417768070'}]",,,, +19,944787213430034432,944787213430034432,1514089799000.0,2017-12-24 04:29:59,+0000,,"So strange that people often believe things inversely proportionate to the evidence. Given a set of possible explanations, why pick the extremely unlikely one!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/944787213430034432,[],[],0,,False,100640,5359,21356,,None,,,,,,,[],,,, +20,944783379022540800,944726602553921536,1514088885000.0,2017-12-24 04:14:45,+0000,,@Kwebbelkop Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/944783379022540800,[],[],0,,False,8560,132,319,,None,,,,,,,"[{'screen_name': 'Kwebbelkop', 'name': 'Jordi van den Bussche', 'id': '346526830'}]",,,, +21,944779560104574977,944779560104574977,1514087974000.0,2017-12-24 03:59:34,+0000,,Having a sinking feeling that most people actually do think it was aliens …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/944779560104574977,[],[],0,,False,106267,3374,13738,,None,,,,,,,[],,,, +22,944718722555453446,944718722555453446,1514073470000.0,2017-12-23 23:57:50,+0000,,"When you get the new Tesla software update, go Ho Ho Ho. There’s an Easter egg inside the Easter egg, but it’s not funny.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/944718722555453446,[],[],0,,False,31814,896,2381,,None,,,,,,,[],,,, +23,944710976930070528,944710976930070528,1514071623000.0,2017-12-23 23:27:03,+0000,,"46k limited edition boring hats sold, 4K to go. Then flamethrower.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/944710976930070528,[],[],0,,False,29555,895,2275,,None,,,,,,,[],,,, +24,944700127100497920,944700127100497920,1514069036000.0,2017-12-23 22:43:56,+0000,,I think last night might have been the biggest Rorschach test ever,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/944700127100497920,[],[],0,,False,54573,987,6102,,None,,,,,,,[],,,, +25,944496926329733120,944381404158111745,1514020589000.0,2017-12-23 09:16:29,+0000,,@planet4589 @CristatoLive @SpaceX Isn’t it obvious?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/944496926329733120,[],[],0,,False,2179,88,155,,None,,,,,,,"[{'screen_name': 'planet4589', 'name': 'Jonathan McDowell', 'id': '19355829'}, {'screen_name': 'CristatoLive', 'name': 'Max Power', 'id': '337973834'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +26,944495421161742336,944495421161742336,1514020230000.0,2017-12-23 09:10:30,+0000,,"If you liked tonight’s launch, you will really like Falcon Heavy next month: 3 rocket cores & 3X thrust. 2 cores return to base doing synchronized aerobatics. 3rd lands on droneship.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/944495421161742336,[],[],0,,False,113898,2641,19343,,None,,,,,,,[],,,, +27,944413997163409410,944399853316055040,1514000817000.0,2017-12-23 03:46:57,+0000,,@NeerajKA Never heard of it https://t.co/qTK5ICDxmm,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/944413997163409410,['https://www.theonion.com/bitcoin-plunge-reveals-possible-vulnerabilities-in-craz-1821134169?utm_medium=sharefromsite&utm_source=The_Onion_twitter'],[],0,,False,9982,206,923,,None,,,,,,,"[{'screen_name': 'NeerajKA', 'name': 'Neeraj K. Agrawal', 'id': '14710235'}]",,,, +28,944399853316055040,944399853316055040,1513997445000.0,2017-12-23 02:50:45,+0000,,Nuclear alien UFO from North Korea https://t.co/GUIHpKkkp5,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/944399853316055040,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/944399818301906946/pu/img/nDkSpT4czcAF8yjW.jpg,False,283312,6155,85210,,None,,,,,,,[],,,, +29,944382221435019264,944381404158111745,1513993242000.0,2017-12-23 01:40:42,+0000,,@CristatoLive @SpaceX It was definitely aliens,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/944382221435019264,[],[],0,,False,30201,454,5994,,None,,,,,,,"[{'screen_name': 'CristatoLive', 'name': 'Max Power', 'id': '337973834'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +30,944379111358607360,944379111358607360,1513992500000.0,2017-12-23 01:28:20,+0000,,Launch underway https://t.co/llNdEWbHBp,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/944379111358607360,['https://twitter.com/spacex/status/944378729219756033'],[],0,,False,25986,773,3805,https://twitter.com/spacex/status/944378729219756033,None,,,,,,,[],,,, +31,943911396177096704,943105389800951809,1513880988000.0,2017-12-21 18:29:48,+0000,,"@goodaudz @mtlbagelboy @paulkrugman His “PhD” is in literature (really), presumably bad fiction",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/943911396177096704,[],[],0,,False,1976,305,105,,None,,,,,,,"[{'screen_name': 'mtlbagelboy', 'name': 'Bajan Lobster Wallace', 'id': '1964230866'}, {'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +32,943902052542849024,943901463998169088,1513878760000.0,2017-12-21 17:52:40,+0000,,@redletterdave How much is it?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/943902052542849024,[],[],0,,False,18350,764,3185,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'Dave', 'id': '19743466'}]",,,, +33,943901463998169088,943901463998169088,1513878620000.0,2017-12-21 17:50:20,+0000,,I love Twitter,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/943901463998169088,[],[],0,,False,169609,5637,31496,,None,,,,,,,[],,,, +34,943887056492564480,943105389800951809,1513875185000.0,2017-12-21 16:53:05,+0000,,"@rbrome @paulkrugman Bloody hell, I’m going to have to write a blog. Can’t fit this into tweets.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943887056492564480,[],[],0,,False,4107,186,187,,None,,,,,,,"[{'screen_name': 'rbrome', 'name': 'Wear-A-Mask Brome', 'id': '14614567'}, {'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +35,943885775308914688,943105389800951809,1513874880000.0,2017-12-21 16:48:00,+0000,,@ben_made_new @paulkrugman I would only call someone an idiot if people were mistakenly under the impression that the person was smart,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943885775308914688,[],[],0,,False,1704,86,239,,None,,,,,,,"[{'screen_name': 'ben_made_new', 'name': 'Benjamin Slater', 'id': '104846857'}, {'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +36,943882440984223747,943105389800951809,1513874085000.0,2017-12-21 16:34:45,+0000,,"@paulkrugman However, public transit is obviously not fully solving the problem, as most major cities have been in traffic hell for decades with no solution in sight. Multi-level tunnels can solve this, but we need much better tunneling technology, as it is currently super slow and expensive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943882440984223747,[],[],0,,False,2128,191,169,,None,,,,,,,"[{'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +37,943878616454127616,943867218776899584,1513873173000.0,2017-12-21 16:19:33,+0000,,"@Youri_Hart Major navigation overhaul coming in early 2018. Will be light-years ahead of current system, but we are testing it rigorously before rolling out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943878616454127616,[],[],0,,False,1379,91,116,,None,,,,,,,"[{'screen_name': 'Youri_Hart', 'name': 'Youri Hart', 'id': '48652079'}]",,,, +38,943876138056663040,943105389800951809,1513872582000.0,2017-12-21 16:09:42,+0000,,"@paulkrugman For the record, I actually love trains, most subways and London buses.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943876138056663040,[],[],0,,False,5155,162,218,,None,,,,,,,"[{'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +39,943875606130782208,943105389800951809,1513872455000.0,2017-12-21 16:07:35,+0000,,"@paulkrugman Idiots can be very dangerous when they seem smart, but aren’t (having “PhD” in their bio is a dead giveaway), as some policymakers may get fooled. That’s what really bothered me about that human cat meme / transit “expert”.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943875606130782208,[],[],0,,False,9481,412,1462,,None,,,,,,,"[{'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +40,943867218776899584,943867218776899584,1513870455000.0,2017-12-21 15:34:15,+0000,,Glad to see that Tesla owners are having a good experience. Working to improve further. Some cool software updates coming soon. https://t.co/16NabnHeuD,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/943867218776899584,['https://twitter.com/teslamotorsclub/status/943864830943006721'],[],0,,False,21261,747,1841,https://twitter.com/teslamotorsclub/status/943864830943006721,None,,,,,,,[],,,, +41,943857328662634496,943852042254258176,1513868097000.0,2017-12-21 14:54:57,+0000,,@nickwadlow Sorry about that. Thanks for letting me know. Will get it fixed.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/943857328662634496,[],[],0,,False,1817,67,38,,None,,,,,,,"[{'screen_name': 'nickwadlow', 'name': 'Nick Wadlow 💙', 'id': '19812937'}]",,,, +42,943699548169388032,943420026593337344,1513830480000.0,2017-12-21 04:28:00,+0000,,@RichardGarriott Pics soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/943699548169388032,[],[],0,,False,912,45,57,,None,,,,,,,"[{'screen_name': 'RichardGarriott', 'name': 'Richard Garriott', 'id': '45176933'}]",,,, +43,943595786100604928,943568412810162176,1513805741000.0,2017-12-20 21:35:41,+0000,,"@nzben @SwiftOnSecurity With people around, so you can see scale https://t.co/e0w1W0nJKv",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/943595786100604928,[],['https://pbs.twimg.com/media/DRhTXMUUIAAyOhL.jpg'],1,https://pbs.twimg.com/media/DRhTXMUUIAAyOhL.jpg,False,4927,149,575,,None,,,,,,,"[{'screen_name': 'nzben', 'name': 'nzben', 'id': '1306018832234946560'}, {'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +44,943593718094880768,943420026593337344,1513805248000.0,2017-12-20 21:27:28,+0000,,"@sally_alcot @NASA If things go perfectly, all three rocket booster cores will come back and land. Sides back at the Cape, center on the droneship.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/943593718094880768,[],[],0,,False,1502,76,163,,None,,,,,,,"[{'screen_name': 'sally_alcot', 'name': 'Sally Alcot', 'id': '801393609576771585'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +45,943592480926076928,943420026593337344,1513804953000.0,2017-12-20 21:22:33,+0000,,Falcon Heavy launching from same @NASA pad as the Saturn V Apollo 11 moon rocket. It was 50% higher thrust with five F-1 engines at 7.5M lb-F. I love that rocket so much.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/943592480926076928,[],[],0,,False,16447,424,1393,,None,,,,,,,[],,,, +46,943590152181448704,943420026593337344,1513804397000.0,2017-12-20 21:13:17,+0000,,Max thrust at lift-off is 5.1 million pounds or 2300 metric tons. First mission will run at 92%.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/943590152181448704,[],[],0,,False,16058,422,1392,,None,,,,,,,[],,,, +47,943535304417218560,943526910126186496,1513791321000.0,2017-12-20 17:35:21,+0000,,@ClickHole Hate it when that happens. Some people are so rude!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/943535304417218560,[],[],0,,False,9416,165,656,,None,,,,,,,"[{'screen_name': 'ClickHole', 'name': 'ClickHole', 'id': '2377815434'}]",,,, +48,943420026593337344,943420026593337344,1513763836000.0,2017-12-20 09:57:16,+0000,,Falcon Heavy at the Cape https://t.co/hizfDVsU7X,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/943420026593337344,[],"['https://pbs.twimg.com/media/DRezf3BU8AASJRT.jpg', 'https://pbs.twimg.com/media/DRezf3EVAAAqm2s.jpg', 'https://pbs.twimg.com/media/DRezf3DUEAAubA3.jpg']",1,https://pbs.twimg.com/media/DRezf3BU8AASJRT.jpg,False,120702,2915,25700,,None,,,,,,,[],,,, +49,943330749809389569,943196385373052934,1513742551000.0,2017-12-20 04:02:31,+0000,,@PainInTheArt Knight Rider is real,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/943330749809389569,[],[],0,,False,988,48,54,,None,,,,,,,"[{'screen_name': 'PainInTheArt', 'name': 'Nathan Chapman', 'id': '1674565801'}]",,,, +50,943196385373052934,943196385373052934,1513710516000.0,2017-12-19 19:08:36,+0000,,Thanks! https://t.co/dr3cFPSXje,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/943196385373052934,['https://twitter.com/reuters/status/943184202983530498'],[],0,,False,79046,1070,9442,https://twitter.com/reuters/status/943184202983530498,None,,,,,,,[],,,, +51,942526513731260417,942525062082478080,1513550806000.0,2017-12-17 22:46:46,+0000,,"@lukealization For now, we only use those on super hot reentry missions. Will go to all Ti with Falcon 9 V5, which is a few months away.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/942526513731260417,[],[],0,,False,496,30,53,,None,,,,,,,[],,,, +52,942524492462428160,941831663822053378,1513550324000.0,2017-12-17 22:38:44,+0000,,@thomas_quinlan @slashdot @mavtechie @FlatEarthOrg Where’s the evidence!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/942524492462428160,[],[],0,,False,388,28,23,,None,,,,,,,"[{'screen_name': 'thomas_quinlan', 'name': 'Thomas J. Quinlan', 'id': '14639500'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}, {'screen_name': 'FlatEarthOrg', 'name': 'Flat Earth Society', 'id': '2231753876'}]",,,, +53,942524031185575937,941831663822053378,1513550214000.0,2017-12-17 22:36:54,+0000,,@slashdot @mavtechie @FlatEarthOrg I also support the Concave Earth and Hollow Globe Societies. Just covering my bases …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/942524031185575937,[],[],0,,False,549,36,52,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}, {'screen_name': 'FlatEarthOrg', 'name': 'Flat Earth Society', 'id': '2231753876'}]",,,, +54,941886160862724102,941885122499899397,1513398134000.0,2017-12-16 04:22:14,+0000,,HG2G,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/941886160862724102,[],[],0,,False,7201,683,389,,None,,,,,,,[],,,, +55,941885122499899397,941885122499899397,1513397887000.0,2017-12-16 04:18:07,+0000,,42k,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/941885122499899397,[],[],0,,False,15873,1324,1023,,None,,,,,,,[],,,, +56,941551760799277056,941386665519595521,1513318407000.0,2017-12-15 06:13:27,+0000,,@ALilling @humantransit Meant to say “sanctimonious idiot”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/941551760799277056,[],[],0,,False,3033,112,250,,None,,,,,,,"[{'screen_name': 'ALilling', 'name': 'Adam Lilling', 'id': '21518367'}, {'screen_name': 'humantransit', 'name': 'Jarrett Walker', 'id': '143390584'}]",,,, +57,941551502400745472,941415735661944833,1513318346000.0,2017-12-15 06:12:26,+0000,,@WIRED Good point. It’s just a really bad and fundamentally misleading article that doesn’t actually represent my point of view at all. Other publications referred to it as an “interview”.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/941551502400745472,[],[],0,,False,1504,65,102,,None,,,,,,,"[{'screen_name': 'WIRED', 'name': 'WIRED', 'id': '1344951'}]",,,, +58,941505105420881921,941386665519595521,1513307284000.0,2017-12-15 03:08:04,+0000,,@humantransit Sorry,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/941505105420881921,[],[],0,,False,2985,112,297,,None,,,,,,,"[{'screen_name': 'humantransit', 'name': 'Jarrett Walker', 'id': '143390584'}]",,,, +59,941500121564332032,941386665519595521,1513306095000.0,2017-12-15 02:48:15,+0000,,@humantransit You’re an idiot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/941500121564332032,[],[],0,,False,37269,848,4519,,None,,,,,,,"[{'screen_name': 'humantransit', 'name': 'Jarrett Walker', 'id': '143390584'}]",,,, +60,941496174208466944,941415735661944833,1513305154000.0,2017-12-15 02:32:34,+0000,,"@WIRED This depressingly misleading & misanthropic article came from a very brief digression at an AI conf, not from an interview with Wired as is falsely implied. This is why I stopped following Wired long ago. There are way better tech pubs out there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/941496174208466944,[],[],0,,False,11656,348,1092,,None,,,,,,,"[{'screen_name': 'WIRED', 'name': 'WIRED', 'id': '1344951'}]",,,, +61,941390720799084544,941388347183841280,1513280012000.0,2017-12-14 19:33:32,+0000,,@turnislefthome Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/941390720799084544,[],[],0,,False,564,20,10,,None,,,,,,,"[{'screen_name': 'turnislefthome', 'name': 'Timothy J. Reynolds', 'id': '28931985'}]",,,, +62,941390129418997761,941388347183841280,1513279871000.0,2017-12-14 19:31:11,+0000,,"@LuisFCorreia Yeah, pretty much anywhere",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/941390129418997761,[],[],0,,False,456,27,11,,None,,,,,,,"[{'screen_name': 'LuisFCorreia', 'name': 'Luis Correia', 'id': '47340097'}]",,,, +63,941388896872493056,941388347183841280,1513279577000.0,2017-12-14 19:26:17,+0000,,@IvanEscobosa Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/941388896872493056,[],[],0,,False,565,16,9,,None,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}]",,,, +64,941388347183841280,941388347183841280,1513279446000.0,2017-12-14 19:24:06,+0000,,"10 hat aficionados, in appreciation for their exquisite taste in millinery, will be picked at random to tour the LA tunnel & drive boring machine",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/941388347183841280,[],[],0,,False,21073,1326,1508,,None,,,,,,,[],,,, +65,941043142404464641,941042606112419841,1513197143000.0,2017-12-13 20:32:23,+0000,,@kaaningilamo Our existence cannot just be about solving one miserable problem after another. There need to be reasons to live.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/941043142404464641,[],[],0,,False,27715,869,5411,,None,,,,,,,"[{'screen_name': 'kaaningilamo', 'name': 'Tomas Aipanda', 'id': '486647556'}]",,,, +66,941042298283966464,941042298283966464,1513196942000.0,2017-12-13 20:29:02,+0000,,It is high time that humanity went beyond Earth. Should have a moon base by now and sent astronauts to Mars. The future needs to inspire. https://t.co/6HjDQnRSA5,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/941042298283966464,['https://twitter.com/newscientist/status/941032850492715009'],[],0,,False,114813,2978,16628,https://twitter.com/newscientist/status/941032850492715009,None,,,,,,,[],,,, +67,940620874952073216,940620874952073216,1513096467000.0,2017-12-12 16:34:27,+0000,,"35,000",und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/940620874952073216,[],[],0,,False,23294,2402,1837,,None,,,,,,,[],,,, +68,940359019947999232,940359019947999232,1513034036000.0,2017-12-11 23:13:56,+0000,,"And those are just the really big ones. The Permian was especially bad, unless you were a mushroom. https://t.co/xT9skw3aIx https://t.co/7HWh5oDs7U",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/940359019947999232,"['https://en.m.wikipedia.org/wiki/Permian–Triassic_extinction_event', 'https://twitter.com/worldandscience/status/940317783946158080']",[],0,,False,14474,456,2596,0,None,,,,,,,[],,,, +69,940126370780160000,940056523304181762,1512978568000.0,2017-12-11 07:49:28,+0000,,@Justin_Levy04 Safest flamethrower ever,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/940126370780160000,[],[],0,,False,3185,99,147,,None,,,,,,,"[{'screen_name': 'Justin_Levy04', 'name': 'Justin Levy', 'id': '805161226997145600'}]",,,, +70,940125978797281281,940056523304181762,1512978474000.0,2017-12-11 07:47:54,+0000,,"I know it’s a little off-brand, but kids love it",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/940125978797281281,[],[],0,,False,28023,550,1718,,None,,,,,,,[],,,, +71,940056523304181762,940056523304181762,1512961915000.0,2017-12-11 03:11:55,+0000,,"After 50k hats, we will start selling The Boring Company flamethrower",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/940056523304181762,[],[],0,,False,65906,1756,8285,,None,,,,,,,[],,,, +72,940055330859315202,940055330859315202,1512961630000.0,2017-12-11 03:07:10,+0000,,"Over 30,000 hats sold!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/940055330859315202,[],[],0,,False,21212,750,964,,None,,,,,,,[],,,, +73,939005893634506752,936782477502246912,1512711425000.0,2017-12-08 05:37:05,+0000,,@tiamaria68uk Plus a towel and a sign saying “Don’t Panic”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/939005893634506752,[],[],0,,False,2061,120,198,,None,,,,,,,"[{'screen_name': 'tiamaria68uk', 'name': 'Tina Watkinson', 'id': '74323453'}]",,,, +74,938972633416306690,938972633416306690,1512703495000.0,2017-12-08 03:24:55,+0000,,"On Tuesday, SpaceX will attempt to refly both an orbital rocket and spacecraft for the first… https://t.co/Wm5SpjNdMb",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/938972633416306690,['https://www.instagram.com/p/BcbQ3QVgRHr/'],[],0,,False,26219,931,3892,,None,,,,,,,[],,,, +75,938947119246860290,936782477502246912,1512697412000.0,2017-12-08 01:43:32,+0000,,@tiamaria68uk Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/938947119246860290,[],[],0,,False,1312,38,53,,None,,,,,,,"[{'screen_name': 'tiamaria68uk', 'name': 'Tina Watkinson', 'id': '74323453'}]",,,, +76,938816780444745728,938816402177355776,1512666337000.0,2017-12-07 17:05:37,+0000,,@FortuneTech Do it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/938816780444745728,[],[],0,,False,101026,1815,20020,,None,,,,,,,"[{'screen_name': 'FortuneTech', 'name': 'Fortune Tech', 'id': '14660564'}]",,,, +77,937447589460426752,937447589460426752,1512339896000.0,2017-12-03 22:24:56,+0000,,The *real* money comes from merchandising. I learned it from this documentary https://t.co/E4gpqhl6KF,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/937447589460426752,['https://m.youtube.com/watch?v=PQEVgbMqq7o'],[],0,,False,20575,1548,3514,,None,,,,,,,[],,,, +78,937446602393841664,937402084692975616,1512339661000.0,2017-12-03 22:21:01,+0000,,@sm_carl Deal,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/937446602393841664,[],[],0,,False,1047,57,31,,None,,,,,,,"[{'screen_name': 'sm_carl', 'name': 'Carl Smith', 'id': '1150409323'}]",,,, +79,937411489635241984,937402084692975616,1512331290000.0,2017-12-03 20:01:30,+0000,,"That special hat delivery will take place deep within the real, but fictional (of course), tunnel we are building under LA while you drive the giant machine blindfolded. This will actually happen.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/937411489635241984,[],[],0,,False,10458,501,722,,None,,,,,,,[],,,, +80,937405455768346624,937402084692975616,1512329851000.0,2017-12-03 19:37:31,+0000,,@NefuDaBoss Beyond anything you can imagine,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937405455768346624,[],[],0,,False,1357,41,49,,None,,,,,,,"[{'screen_name': 'NefuDaBoss', 'name': 'Silenced 🤫', 'id': '46291977'}]",,,, +81,937404412858740736,937402084692975616,1512329602000.0,2017-12-03 19:33:22,+0000,,"@TheRealUtkarsh And, at the risk of stating the obvious, extremely boring",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937404412858740736,[],[],0,,False,1722,43,37,,None,,,,,,,"[{'screen_name': 'TheRealUtkarsh', 'name': 'Utkarsh Mathur', 'id': '809152913805168640'}]",,,, +82,937403444192624640,937402084692975616,1512329371000.0,2017-12-03 19:29:31,+0000,,@TheRealUtkarsh Because it’s stupid,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937403444192624640,[],[],0,,False,1466,30,41,,None,,,,,,,"[{'screen_name': 'TheRealUtkarsh', 'name': 'Utkarsh Mathur', 'id': '809152913805168640'}]",,,, +83,937403272213569536,937402084692975616,1512329330000.0,2017-12-03 19:28:50,+0000,,@maralkalajian Maybe,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937403272213569536,[],[],0,,False,1659,55,39,,None,,,,,,,"[{'screen_name': 'maralkalajian', 'name': 'Maral', 'id': '17392609'}]",,,, +84,937402084692975616,937402084692975616,1512329047000.0,2017-12-03 19:24:07,+0000,,Every 5000th buyer of our boringly boring hat will get a free hat signed by the delivery guy https://t.co/11TYEUSG4M,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937402084692975616,['http://boringcompany.com/hat/'],[],0,,False,24861,1814,2687,,None,,,,,,,[],,,, +85,937401166299774976,937397330998845440,1512328828000.0,2017-12-03 19:20:28,+0000,,Hat,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937401166299774976,[],[],0,,False,9237,576,1639,,None,,,,,,,[],,,, +86,937397949876727808,937397330998845440,1512328061000.0,2017-12-03 19:07:41,+0000,,@IvanEscobosa Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937397949876727808,[],[],0,,False,1008,25,35,,None,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}]",,,, +87,937397813637296128,937397330998845440,1512328029000.0,2017-12-03 19:07:09,+0000,,@harrisonlingren @JW8888888 Busted,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937397813637296128,[],[],0,,False,1356,21,43,,None,,,,,,,"[{'screen_name': 'harrisonlingren', 'name': 'harrison', 'id': '383492072'}, {'screen_name': 'JW8888888', 'name': 'James', 'id': '584628036'}]",,,, +88,937397330998845440,937397330998845440,1512327914000.0,2017-12-03 19:05:14,+0000,,"To preserve the transcendent majesty & specialness of The Boring Company cap, we are capping cap orders at 50,000 caps. Almost there ... https://t.co/YqjEQAfy3u",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937397330998845440,['https://www.boringcompany.com/hat/'],[],0,,False,9044,615,803,,None,,,,,,,[],,,, +89,937109615698894848,937106740658683904,1512259317000.0,2017-12-03 00:01:57,+0000,,@novaspivack That’s certainly the right way to go to store massive amounts of data for a long time,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/937109615698894848,[],[],0,,False,1762,64,77,,None,,,,,,,"[{'screen_name': 'novaspivack', 'name': 'Nova Spivack', 'id': '7112242'}]",,,, +90,937090715225427968,937088315450200065,1512254811000.0,2017-12-02 22:46:51,+0000,,@novaspivack Asimov’s Foundation books should def be part of the mission. They’re amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/937090715225427968,[],[],0,,False,3632,73,310,,None,,,,,,,"[{'screen_name': 'novaspivack', 'name': 'Nova Spivack', 'id': '7112242'}]",,,, +91,937041986304983040,936782477502246912,1512243193000.0,2017-12-02 19:33:13,+0000,,@highqualitysh1t I love the thought of a car drifting apparently endlessly through space and perhaps being discovered by an alien race millions of years in the future,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/937041986304983040,[],[],0,,False,3454,297,532,,None,,,,,,,"[{'screen_name': 'highqualitysh1t', 'name': 'd00d', 'id': '2276526397'}]",,,, +92,936838844602728449,936782477502246912,1512194760000.0,2017-12-02 06:06:00,+0000,,@bonnienorman Red car for a red planet,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/936838844602728449,[],[],0,,False,2358,82,173,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +93,936829494874091520,936782477502246912,1512192531000.0,2017-12-02 05:28:51,+0000,,@mswagle Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/936829494874091520,[],[],0,,False,938,35,27,,None,,,,,,,"[{'screen_name': 'mswagle', 'name': 'Mihir Wagle', 'id': '132114389'}]",,,, +94,936793680517595136,936782477502246912,1512183992000.0,2017-12-02 03:06:32,+0000,,@JC_Channel Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/936793680517595136,[],[],0,,False,4591,117,327,,None,,,,,,,"[{'screen_name': 'JC_Channel', 'name': 'J.C.', 'id': '225980565'}]",,,, +95,936782477502246912,936782477502246912,1512181321000.0,2017-12-02 02:22:01,+0000,,Payload will be my midnight cherry Tesla Roadster playing Space Oddity. Destination is Mars orbit. Will be in deep space for a billion years or so if it doesn’t blow up on ascent.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/936782477502246912,[],[],0,,False,75415,3689,14933,,None,,,,,,,[],,,, +96,936781265675599873,936781265675599873,1512181032000.0,2017-12-02 02:17:12,+0000,,"Falcon Heavy to launch next month from Apollo 11 pad at the Cape. Will have double thrust of next largest rocket. Guaranteed to be exciting, one way or another.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/936781265675599873,[],[],0,,False,43272,836,8043,,None,,,,,,,[],,,, +97,936270959941640192,936263871295361025,1512059366000.0,2017-11-30 16:29:26,+0000,,@LanceUlanoff What does it look like?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/936270959941640192,[],[],0,,False,488,64,21,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +98,936263871295361025,936263871295361025,1512057676000.0,2017-11-30 16:01:16,+0000,,Racing video part 2 https://t.co/nQvm2R9K0h,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/936263871295361025,['https://www.instagram.com/p/BcIAthVDePZ/'],[],0,,False,9908,578,1952,,None,,,,,,,[],,,, +99,936072506951307264,936072506951307264,1512012051000.0,2017-11-30 03:20:51,+0000,,Model X races a gasoline sports car while towing a sports car https://t.co/xLIwxpZ36r,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/936072506951307264,['https://www.instagram.com/p/BcGk5jjgyFn/'],[],0,,False,12304,400,1634,,None,,,,,,,[],,,, +100,936066967173193729,936060082290167808,1512010730000.0,2017-11-30 02:58:50,+0000,,"@FredericLambert Electric pods for sure. Rails maybe, maybe not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/936066967173193729,[],[],0,,False,390,38,28,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +101,936062403606822913,936060082290167808,1512009642000.0,2017-11-30 02:40:42,+0000,,"@FredericLambert A Loop is like a Hyperloop, but without drawing a vacuum inside the tube. Don’t need to get rid of air friction for short routes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/936062403606822913,[],[],0,,False,422,25,44,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +102,936062050555400192,936060082290167808,1512009558000.0,2017-11-30 02:39:18,+0000,,@FredericLambert Kinda,in,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/936062050555400192,[],[],0,,False,625,27,19,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +103,936060082290167808,936060082290167808,1512009089000.0,2017-11-30 02:31:29,+0000,,"The Boring Company will compete to fund, build & operate a high-speed Loop connecting Chicago O’Hare Airport to downtown https://t.co/bRqKpzSJjz",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/936060082290167808,['https://chicago.suntimes.com/news/city-seeking-parties-to-fund-build-operate-ohare-express-service/'],[],0,,False,33135,1047,6049,,None,,,,,,,[],,,, +104,935572279693516800,935314994371186688,1511892788000.0,2017-11-28 18:13:08,+0000,,Why is there no Flat Mars Society!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/935572279693516800,[],[],0,,False,89532,3684,25392,,None,,,,,,,[],,,, +105,935405847215144960,935314793803628544,1511853107000.0,2017-11-28 07:11:47,+0000,,"@KeithManaloto_ @pieterdewit_nz @ThisIsSandeepG As I’ve said before, I am definitely a Martian",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/935405847215144960,[],[],0,,False,1374,98,149,,None,,,,,,,"[{'screen_name': 'KeithManaloto_', 'name': 'Keith 👨\u200d💻📈', 'id': '150613860'}, {'screen_name': 'pieterdewit_nz', 'name': 'Pieter De Wit', 'id': '1360009572'}, {'screen_name': 'ThisIsSandeepG', 'name': 'Ѕαи∂єєρ Gυттιкσи∂α', 'id': '2737103354'}]",,,, +106,935380867056222208,935314793803628544,1511847151000.0,2017-11-28 05:32:31,+0000,,@pieterdewit_nz @ThisIsSandeepG int main(){},fr,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/935380867056222208,[],[],0,,False,991,35,88,,None,,,,,,,"[{'screen_name': 'pieterdewit_nz', 'name': 'Pieter De Wit', 'id': '1360009572'}, {'screen_name': 'ThisIsSandeepG', 'name': 'Ѕαи∂єєρ Gυттιкσи∂α', 'id': '2737103354'}]",,,, +107,935329447594541056,935314793803628544,1511834892000.0,2017-11-28 02:08:12,+0000,,"@ThisIsSandeepG Not true. A friend sent me part of a BTC a few years, but I don’t know where it is.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/935329447594541056,[],[],0,,False,3666,247,440,,None,,,,,,,"[{'screen_name': 'ThisIsSandeepG', 'name': 'Ѕαи∂єєρ Gυттιкσи∂α', 'id': '2737103354'}]",,,, +108,935314994371186688,935314994371186688,1511831446000.0,2017-11-28 01:10:46,+0000,,Mars sky is the opposite of Earth Blue sunrise and sunset Red during the day https://t.co/RjmSZ98bCz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/935314994371186688,['https://twitter.com/worldandscience/status/935297418651979776'],[],0,,False,80778,1108,14918,0,None,,,,,,,[],,,, +109,935250797234753536,935222032819728386,1511816140000.0,2017-11-27 20:55:40,+0000,,"@WorldAndScience Wow, they played D&D in D&D",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/935250797234753536,[],[],0,,False,12862,178,1425,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +110,935048096773369857,935045557046747139,1511767813000.0,2017-11-27 07:30:13,+0000,,@nsylianteng It’s there. Just unfold the visor and lift the cover.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/935048096773369857,[],[],0,,False,389,23,25,,None,,,,,,,"[{'screen_name': 'nsylianteng', 'name': 'Nikki Sylianteng', 'id': '2052011'}]",,,, +111,934890107508625408,934888089058549760,1511730145000.0,2017-11-26 21:02:25,+0000,,@Gloryless Otherwise you’d only see a blur,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/934890107508625408,[],[],0,,False,8974,113,243,,None,,,,,,,"[{'screen_name': 'Gloryless', 'name': 'Christian Davis', 'id': '2491644078'}]",,,, +112,934889932807593984,934889932807593984,1511730104000.0,2017-11-26 21:01:44,+0000,,"Got to regulate AI/robotics like we do food, drugs, aircraft & cars. Public risks require public oversight. Getting rid of the FAA wdn’t make flying safer. They’re there for good reason. https://t.co/6OXZC3UdMW",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/934889932807593984,['https://m.youtube.com/watch?v=1plPyJdXKIY'],[],0,,False,26497,1317,6042,,None,,,,,,,[],,,, +113,934888089058549760,934888089058549760,1511729664000.0,2017-11-26 20:54:24,+0000,,"This is nothing. In a few years, that bot will move so fast you’ll need a strobe light to see it. Sweet dreams… https://t.co/0MYNixQXMw",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/934888089058549760,['https://twitter.com/mrmedina/status/931291808394440706'],[],0,,False,245266,5038,77686,https://twitter.com/mrmedina/status/931291808394440706,None,,,,,,,[],,,, +114,934505268343394307,934505268343394307,1511638392000.0,2017-11-25 19:33:12,+0000,,"Thanksgiving in the Rockies. Love my bro @kimbal. Radishing t-shirt courtesy of his company,… https://t.co/FB6rTbFdK8",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/934505268343394307,['https://www.instagram.com/p/Bb7gvNUgDwj/'],[],0,,False,7105,394,341,,None,,,,,,,[],,,, +115,934024631769534464,934024167640457216,1511523800000.0,2017-11-24 11:43:20,+0000,,@bjornlilja Adjusting soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/934024631769534464,[],[],0,,False,289,28,15,,None,,,,,,,"[{'screen_name': 'bjornlilja', 'name': 'Björn Lilja', 'id': '19970480'}]",,,, +116,933576358793318401,933576358793318401,1511416923000.0,2017-11-23 06:02:03,+0000,,Congratulations to the Tesla crew and South Australian authorities who worked so hard to get this manufactured and installed in record time! https://t.co/M2zKXlIVn3,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/933576358793318401,['https://apple.news/AnM79rCgXRFSvm4cgk5kfhw'],[],0,,False,37333,1105,7110,,None,,,,,,,[],,,, +117,933077329722580992,920482298327216128,1511297945000.0,2017-11-21 20:59:05,+0000,,"Initial Hat Offering going great w over $300k in hat sales already! Thanks for buying our super boring hat. You rock, figuratively & literally. All cash goes directly towards more boring.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/933077329722580992,[],[],0,,False,13521,616,1289,,None,,,,,,,[],,,, +118,932649922666438656,932648190440103936,1511196044000.0,2017-11-20 16:40:44,+0000,,@schesnais Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/932649922666438656,[],[],0,,False,352,54,21,,None,,,,,,,"[{'screen_name': 'schesnais', 'name': 'Stanislas Chesnais', 'id': '299246494'}]",,,, +119,932326631342927873,932324810016751616,1511118965000.0,2017-11-19 19:16:05,+0000,,"@commagere For one thing, aliens obv built the pyramids! Who but aliens could have figured out how to align and stack stone blocks in a series of concentric squares!? Um, ok, I guess maybe people.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/932326631342927873,[],[],0,,False,9017,217,1131,,None,,,,,,,"[{'screen_name': 'commagere', 'name': 'Blake Commagere', 'id': '14896592'}]",,,, +120,932322853009080320,931407490889084928,1511118064000.0,2017-11-19 19:01:04,+0000,,"Not saying the next gen Roadster special upgrade package *will* definitely enable it to fly short hops, but maybe … Certainly possible. Just a question of safety. Rocket tech applied to a car opens up revolutionary possibilities.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/932322853009080320,[],[],0,,False,33896,1317,5856,,None,,,,,,,[],,,, +121,932113939181092864,931407490889084928,1511068255000.0,2017-11-19 05:10:55,+0000,,Should clarify that this is the base model performance. There will be a special option package that takes it to the next level.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/932113939181092864,[],[],0,,False,54558,2302,7219,,None,,,,,,,[],,,, +122,931412020016029696,931412020016029696,1510900905000.0,2017-11-17 06:41:45,+0000,,Tesla Semi https://t.co/7VLz7F46Ji,tr,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/931412020016029696,[],['https://pbs.twimg.com/media/DO0KSG4VAAAxLSW.jpg'],1,https://pbs.twimg.com/media/DO0KSG4VAAAxLSW.jpg,False,110499,1983,21434,,None,,,,,,,[],,,, +123,931407490889084928,931407490889084928,1510899825000.0,2017-11-17 06:23:45,+0000,,0 to 100 km/h in 1.9 sec https://t.co/xTOTDGuwQj,sl,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/931407490889084928,[],['https://pbs.twimg.com/media/DO0GJp4X0AEqDBY.jpg'],1,https://pbs.twimg.com/media/DO0GJp4X0AEqDBY.jpg,False,417566,8856,103574,,None,,,,,,,[],,,, +124,930876845959946240,930875739397791744,1510773309000.0,2017-11-15 19:15:09,+0000,,"Sorry, date is tomorrow night at 8pm. This pic is from the old invite.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/930876845959946240,[],[],0,,False,13414,711,745,,None,,,,,,,[],,,, +125,930875739397791744,930875739397791744,1510773045000.0,2017-11-15 19:10:45,+0000,,"It can transform into a robot, fight aliens and make one hell of a latte https://t.co/8h9vvWu4f5",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/930875739397791744,[],['https://pbs.twimg.com/media/DOsijB4VAAA7ZU7.jpg'],1,https://pbs.twimg.com/media/DOsijB4VAAA7ZU7.jpg,False,68731,2025,13296,,None,,,,,,,[],,,, +126,930681760026853377,930669764992819202,1510726797000.0,2017-11-15 06:19:57,+0000,,@rjcc @Tesla Do you really believe that someone’s life should be ruined if they make a single offensive comment for which they then sincerely apologize?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/930681760026853377,[],[],0,,False,933,141,68,,None,,,,,,,"[{'screen_name': 'rjcc', 'name': 'Richard Lawler', 'id': '15009761'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +127,930677629161758726,930669764992819202,1510725812000.0,2017-11-15 06:03:32,+0000,,"@rjcc @Tesla That is a *counterpoint* to illustrate absurdity, meaning that obviously a single careless statement should *not* ruins someone’s life",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/930677629161758726,[],[],0,,False,781,37,34,,None,,,,,,,"[{'screen_name': 'rjcc', 'name': 'Richard Lawler', 'id': '15009761'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +128,930100328229244928,930013901378506752,1510588173000.0,2017-11-13 15:49:33,+0000,,"@newscientist ... say scientists — among other insights gained — after a large vat of LSD overturned in the lab. Also discovered: humans are just sentient sponges, drywall tastes like a marshmallow and gravity is real. The last point remains heavily debated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/930100328229244928,[],[],0,,False,11919,361,1798,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +129,929823757635481600,929823757635481600,1510522233000.0,2017-11-12 21:30:33,+0000,,Tesla Semi Truck unveil to be webcast live on Thursday at 8pm! This will blow your mind clear out of your skull and into an alternate dimension. Just need to find my portal gun ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/929823757635481600,[],[],0,,False,109096,2627,23737,,None,,,,,,,[],,,, +130,929564225164464128,929564225164464128,1510460356000.0,2017-11-12 04:19:16,+0000,,Sunset at the Gigafactory https://t.co/KpUuK7bktk,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/929564225164464128,[],['https://pbs.twimg.com/media/DOZ5uFiXUAAmlPG.jpg'],1,https://pbs.twimg.com/media/DOZ5uFiXUAAmlPG.jpg,False,41928,921,2806,,None,,,,,,,[],,,, +131,929090906606542848,928923720843911169,1510347508000.0,2017-11-10 20:58:28,+0000,,@newscientist Sure ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/929090906606542848,[],[],0,,False,19153,399,2316,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +132,928675794372608001,928671721065992192,1510248537000.0,2017-11-09 17:28:57,+0000,,"""If one day, my words are against science, choose science."" Mustafa Kemal Atatürk",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/928675794372608001,[],[],0,,False,208153,3515,84088,,None,,,,,,,[],,,, +133,928671721065992192,928671721065992192,1510247566000.0,2017-11-09 17:12:46,+0000,,I placed the flowers Three broken ribs A pierced lung And still he fought For peace at… https://t.co/MeEKf2ZntM,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/928671721065992192,['https://www.instagram.com/p/BbPzHC2AW34/'],[],0,,False,52057,711,7554,,None,,,,,,,[],,,, +134,928335114353831937,928335114353831937,1510167313000.0,2017-11-08 18:55:13,+0000,,Atatürk Anıtkabir https://t.co/al3wt0njr6,tr,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/928335114353831937,['https://www.instagram.com/p/BbPjzwJgxKG/'],[],0,,False,102534,1806,24958,,None,,,,,,,[],,,, +135,927986199079264256,927967920185016321,1510084125000.0,2017-11-07 19:48:45,+0000,,"@Bob_Richards One rocket, slightly toasted",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/927986199079264256,[],[],0,,False,6565,163,343,,None,,,,,,,"[{'screen_name': 'Bob_Richards', 'name': 'Bob Richards 🌎', 'id': '21770611'}]",,,, +136,924389383792312320,924387972161552384,1509226578000.0,2017-10-28 21:36:18,+0000,,@uncover007 500 ft so far. Should be 2 miles long in three or four months and hopefully stretch the whole 405 N-S corridor from LAX to the 101 in a year or so.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/924389383792312320,[],[],0,,False,2020,143,177,,None,,,,,,,"[{'screen_name': 'uncover007', 'name': 'Uncover 007', 'id': '22070847'}]",,,, +137,924387972161552384,924387972161552384,1509226241000.0,2017-10-28 21:30:41,+0000,,Picture of The Boring Company LA tunnel taken yesterday https://t.co/TfdVKyXFsJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/924387972161552384,[],['https://pbs.twimg.com/media/DNQV81WUQAAeF5X.jpg'],1,https://pbs.twimg.com/media/DNQV81WUQAAeF5X.jpg,False,54559,2224,7531,,None,,,,,,,[],,,, +138,923657991664095232,923657991664095232,1509052200000.0,2017-10-26 21:10:00,+0000,,"Btw, just want to express a word of appreciation for the hard work of the Tesla Gigafactory team. Reason I camped on the roof was because it was less time than driving to a hotel room in Reno. Production hell, ~8th circle …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/923657991664095232,[],[],0,,False,38586,1156,3103,,None,,,,,,,[],,,, +139,923576364652953601,923576364652953601,1509032739000.0,2017-10-26 15:45:39,+0000,,"Whiskey, fire, s’mores and JC Also, hotdog or not hotdog? https://t.co/86cxwbZyWB",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/923576364652953601,['https://www.instagram.com/p/BatMhVODF1L/'],[],0,,False,10582,854,972,,None,,,,,,,[],,,, +140,923469108917755904,923469108917755904,1509007167000.0,2017-10-26 08:39:27,+0000,,Campfire on the Gigafactory roof https://t.co/JKxaKUzvZY,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/923469108917755904,['https://www.instagram.com/p/BatG-8EDxJv/'],[],0,,False,8211,510,630,,None,,,,,,,[],,,, +141,923339941957976065,923339941957976065,1508976371000.0,2017-10-26 00:06:11,+0000,,Just feed it The Godfather movies as input. What’s the worst that could happen? https://t.co/WX4Kx45csv,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/923339941957976065,['https://twitter.com/carlquintanilla/status/923238264533811200'],[],0,,False,18443,922,4347,https://twitter.com/carlquintanilla/status/923238264533811200,None,,,,,,,[],,,, +142,922829439364423680,922828400439504897,1508854658000.0,2017-10-24 14:17:38,+0000,,@lorengrush @verge It’s true tho,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/922829439364423680,[],[],0,,False,591,50,30,,None,,,,,,,"[{'screen_name': 'lorengrush', 'name': 'Loren Grush', 'id': '17177482'}, {'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +143,922828793152229378,922828400439504897,1508854504000.0,2017-10-24 14:15:04,+0000,,@verge Groan,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/922828793152229378,[],[],0,,False,3674,110,234,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +144,922691827031068672,922691827031068672,1508821849000.0,2017-10-24 05:10:49,+0000,,On the list of people who should absolutely *not* be allowed to develop digital superintelligence... https://t.co/reNZ50FGNC,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/922691827031068672,['https://venturebeat.com/2017/10/02/an-ai-god-will-emerge-by-2042-and-write-its-own-bible-will-you-worship-it/'],[],0,,False,20772,1646,5681,,None,,,,,,,[],,,, +145,921587018412339200,921575091846242304,1508558442000.0,2017-10-21 04:00:42,+0000,,"@nextspaceflight @jamesbarr1991 Yeah, don't exactly need to be Sherlock Holmes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/921587018412339200,[],[],0,,False,437,38,23,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +146,921575999384326145,921575091846242304,1508555814000.0,2017-10-21 03:16:54,+0000,,@jamesharvey1991 It won't even need to ask you most of the time,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/921575999384326145,[],[],0,,False,365,33,26,,None,,,,,,,"[{'screen_name': 'Jamesharvey1991', 'name': 'Jamesharvey1994', 'id': '1176790934345986048'}]",,,, +147,921575783813939200,921557500691931137,1508555763000.0,2017-10-21 03:16:03,+0000,,"@atlasobscura A reminder of the youth of our 10,000 year (to be generous) civilization. We are not even a flash in the pan compared to the 4,500,000,000 year age of Earth. I won't even bother mentioning the age of the Universe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/921575783813939200,[],[],0,,False,11204,278,1728,,None,,,,,,,"[{'screen_name': 'atlasobscura', 'name': 'Atlas Obscura', 'id': '57047586'}]",,,, +148,921419557918597120,921410170839883776,1508518516000.0,2017-10-20 16:55:16,+0000,,"@APTA_info @baltimoresun Not ready to do a proper announcement yet, but maybe in a month or so. Maryland has been awesome to work with and just wanted to say thanks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/921419557918597120,[],[],0,,False,3555,72,311,,None,,,,,,,"[{'screen_name': 'APTA_info', 'name': 'APTA', 'id': '441032036'}, {'screen_name': 'baltimoresun', 'name': 'The Baltimore Sun', 'id': '8861752'}]",,,, +149,921183170757738497,921027496702746624,1508462157000.0,2017-10-20 01:15:57,+0000,,@bachism But the hat is real!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/921183170757738497,[],[],0,,False,697,44,30,,None,,,,,,,"[{'screen_name': 'bachism', 'name': 'David Bach', 'id': '299287013'}]",,,, +150,921050992707190784,921050992707190784,1508430643000.0,2017-10-19 16:30:43,+0000,,"Congratulations to Coulter Tilton of Missouri, buyer of hat 5000! You have won a free hat signed by the Boring team.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/921050992707190784,[],[],0,,False,12552,603,587,,None,,,,,,,[],,,, +151,921027496702746624,921027496702746624,1508425041000.0,2017-10-19 14:57:21,+0000,,Now at 6400 hats …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/921027496702746624,[],[],0,,False,14413,1310,869,,None,,,,,,,[],,,, +152,920864873940107265,920844783542853633,1508386269000.0,2017-10-19 04:11:09,+0000,,@CalebH92 There is an actual tunnel and it's getting longer every day,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/920864873940107265,[],[],0,,False,511,32,33,,None,,,,,,,[],,,, +153,920845980467163139,920845980467163139,1508381764000.0,2017-10-19 02:56:04,+0000,,It all comes full circle https://t.co/zqiCDLhFWy,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/920845980467163139,['https://twitter.com/elonmusk/status/863222555208851456'],[],0,,False,26835,462,2489,https://twitter.com/elonmusk/status/863222555208851456,None,,,,,,,[],,,, +154,920844783542853633,920844783542853633,1508381479000.0,2017-10-19 02:51:19,+0000,,"Second boring machine almost ready. Will be called Line-Storm, after the poem by Frost. ""And be my love in the rain."" https://t.co/xlWPYdPu3P",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/920844783542853633,[],['https://pbs.twimg.com/media/DMd_bvLWsAEmZGm.jpg'],1,https://pbs.twimg.com/media/DMd_bvLWsAEmZGm.jpg,False,10158,423,1428,,None,,,,,,,[],,,, +155,920834201535913985,920482298327216128,1508378956000.0,2017-10-19 02:09:16,+0000,,@freddier @TalulahRiley And credit for the logo art to JJ Abrams,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/920834201535913985,[],[],0,,False,435,22,24,,None,,,,,,,"[{'screen_name': 'freddier', 'name': 'Freddy Vega', 'id': '16742912'}, {'screen_name': 'TalulahRiley', 'name': 'Talulah Riley', 'id': '344538987'}]",,,, +156,920833104721297408,920833104721297408,1508378695000.0,2017-10-19 02:04:55,+0000,,Almost 4000 hats sold so far. Whoever buys the 5000th gets a free hat with their hat! https://t.co/x87eVge68U,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/920833104721297408,['http://BoringCompany.com/hat'],[],0,,False,13867,1014,1588,,None,,,,,,,[],,,, +157,920830970395222016,920482298327216128,1508378186000.0,2017-10-19 01:56:26,+0000,,"@freddier Btw, credit for The Boring Company name goes to @TalulahRiley",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/920830970395222016,[],[],0,,False,612,18,45,,None,,,,,,,"[{'screen_name': 'freddier', 'name': 'Freddy Vega', 'id': '16742912'}]",,,, +158,920520208275660800,920482298327216128,1508304094000.0,2017-10-18 05:21:34,+0000,,@freddier Gonna build that tunnel one hat at a time,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/920520208275660800,[],[],0,,False,3154,78,297,,None,,,,,,,"[{'screen_name': 'freddier', 'name': 'Freddy Vega', 'id': '16742912'}]",,,, +159,920482298327216128,920482298327216128,1508295056000.0,2017-10-18 02:50:56,+0000,,The world's most boring hat https://t.co/rnHPgyhx4Z,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/920482298327216128,['https://www.boringcompany.com/hat'],[],0,,False,20793,929,2899,,None,,,,,,,[],,,, +160,919999012899454976,919999012899454976,1508179832000.0,2017-10-16 18:50:32,+0000,,Amazing sim of neutron stars colliding https://t.co/E38rna81TK,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/919999012899454976,['https://instagram.com/p/BaUYHuCnXKQ/'],[],0,,False,15240,399,3779,,None,,,,,,,[],,,, +161,919980024366632960,919675564423708673,1508175304000.0,2017-10-16 17:35:04,+0000,,@DJ_Mr_Cool That was a joke. I didn't realize people actually used those.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/919980024366632960,[],[],0,,False,267,24,16,,None,,,,,,,"[{'screen_name': 'DJ_Mr_Cool', 'name': 'Fern Mr Cool Rose', 'id': '21313859'}]",,,, +162,919675564423708673,919675564423708673,1508102715000.0,2017-10-15 21:25:15,+0000,,Yesterday's Reddit Ask Me Anything about BFR. You're welcome nk! https://t.co/g2giimsW8b,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/919675564423708673,['https://www.reddit.com/r/space/comments/76e79c/i_am_elon_musk_ask_me_anything_about_bfr/?st=J8T9CUBA&sh=efcf4207'],[],0,,False,7848,378,1283,,None,,,,,,,[],,,, +163,919262509227323392,919262509227323392,1508004235000.0,2017-10-14 18:03:55,+0000,,BFR AMA on r/space in 2 hours,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/919262509227323392,[],[],0,,False,12990,734,1663,,None,,,,,,,[],,,, +164,919258411795079169,913634039545847808,1508003259000.0,2017-10-14 17:47:39,+0000,,@SpaceX And other places,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/919258411795079169,[],[],0,,False,4920,248,397,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +165,918518924475379713,917998821061341184,1507826951000.0,2017-10-12 16:49:11,+0000,,@_andyoneal @patriciapaje That's just to win our Hyperloop student competition in ~1 mile tube. Practical version would have a turbo compressor on front taking ram air pressure at near sonic to hypersonic speeds & driving that thru air skiis & rearward for thrust.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/918518924475379713,[],[],0,,False,367,25,28,,None,,,,,,,"[{'screen_name': '_andyoneal', 'name': ""Andy O'Neal"", 'id': '19841555'}]",,,, +166,918517097839202305,917998821061341184,1507826516000.0,2017-10-12 16:41:56,+0000,,@benbenwilde @patriciapaje Party time!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/918517097839202305,[],[],0,,False,346,8,25,,None,,,,,,,"[{'screen_name': 'benbenwilde', 'name': 'Ben Wilde', 'id': '414200558'}]",,,, +167,918516707735437313,918515997727866881,1507826422000.0,2017-10-12 16:40:22,+0000,,"@Barnacules To be more inclusive, how about a ""pick your tech level"" setting. Could make the Tesla sound like horses (coconuts!), chariots, steam engines, gasoline cars, ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/918516707735437313,[],[],0,,False,1424,118,152,,None,,,,,,,"[{'screen_name': 'Barnacules', 'name': 'Barnacules Nerdgasm', 'id': '762522504'}]",,,, +168,918506265151598592,917998821061341184,1507823933000.0,2017-10-12 15:58:53,+0000,,@patriciapaje Aim for 10 kN of thrust on a 200 kg sled. a=F/m ... game over.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/918506265151598592,[],[],0,,False,293,17,20,,None,,,,,,,[],,,, +169,918333638567186438,918333638567186438,1507782775000.0,2017-10-12 04:32:55,+0000,,Stamping Model 3 Body Panels (real-time) https://t.co/hhNFW8VUEE,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/918333638567186438,['https://www.instagram.com/p/BaInXGBg9G7/'],[],0,,False,11707,670,1537,,None,,,,,,,[],,,, +170,918322382560825344,918315077626871808,1507780092000.0,2017-10-12 03:48:12,+0000,,@ManMadeMoon I own two gasoline cars. One is a Model T that a friend gave me and the other is a Series 1 '67 E-type Roadster. My first love.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/918322382560825344,[],[],0,,False,5644,190,231,,None,,,,,,,"[{'screen_name': 'ManMadeMoon', 'name': 'Duncan Jones', 'id': '20690398'}]",,,, +171,918316304129388544,918313446550265857,1507778643000.0,2017-10-12 03:24:03,+0000,,"@jirgebeaner No, but I do have a Gundam Wing",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/918316304129388544,[],[],0,,False,606,35,117,,None,,,,,,,"[{'screen_name': 'jirgebeaner', 'name': 'jorge', 'id': '777110820215988224'}]",,,, +172,918314470048382977,918313446550265857,1507778205000.0,2017-10-12 03:16:45,+0000,,@RITSPEX This weekend,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/918314470048382977,[],[],0,,False,536,17,46,,None,,,,,,,"[{'screen_name': 'RITSPEX', 'name': 'RITSpaceExploration', 'id': '3303167698'}]",,,, +173,918313446550265857,918313446550265857,1507777961000.0,2017-10-12 03:12:41,+0000,,Just posted a photo https://t.co/a9xf4G6dmE,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/918313446550265857,['https://www.instagram.com/p/BaIedUvBk5p/'],[],0,,False,4925,214,522,,None,,,,,,,[],,,, +174,918003287600668673,917998821061341184,1507704014000.0,2017-10-11 06:40:14,+0000,,@patriciapaje Very high pressure air cold gas thruster,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/918003287600668673,[],[],0,,False,285,18,19,,None,,,,,,,[],,,, +175,917413806363394048,917413806363394048,1507563470000.0,2017-10-09 15:37:50,+0000,,The last of ten Iridium global communication satellites delivered to orbit several hundred miles… https://t.co/TG7hNkltQd,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/917413806363394048,['https://www.instagram.com/p/BaCFPVGgdcN/'],[],0,,False,9115,582,992,,None,,,,,,,[],,,, +176,917163455051735040,916401911464476672,1507503782000.0,2017-10-08 23:03:02,+0000,,@aniesh_vishnu @ProductHunt Everything all at once,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/917163455051735040,[],[],0,,False,1904,52,134,,None,,,,,,,"[{'screen_name': 'aniesh_vishnu', 'name': 'Aniesh Vishnu', 'id': '2939034182'}, {'screen_name': 'ProductHunt', 'name': 'Product Hunt 😸', 'id': '2208027565'}]",,,, +177,917160402567364608,917154829008605184,1507503054000.0,2017-10-08 22:50:54,+0000,,@balajis_ That is actual speed. It is slowed down right now to confirm build consistency and so that a person can stop the robots in time if something goes wrong.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/917160402567364608,[],[],0,,False,799,38,37,,None,,,,,,,"[{'screen_name': 'balajis_', 'name': 'Balaji Srinivasaraghavan', 'id': '12158582'}]",,,, +178,917154829008605184,917154829008605184,1507501725000.0,2017-10-08 22:28:45,+0000,,The Model 3 body line slowed down to 1/10th speed https://t.co/VVTthqFzF7,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/917154829008605184,['https://www.instagram.com/p/BaAOokSgdCp/'],[],0,,False,7874,457,1155,,None,,,,,,,[],,,, +179,917153183222263808,917153183222263808,1507501333000.0,2017-10-08 22:22:13,+0000,,Jupiter is big https://t.co/poXgvKPZv7,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/917153183222263808,['https://twitter.com/nasa/status/917124194009313281'],[],0,,False,26350,608,3929,https://twitter.com/nasa/status/917124194009313281,None,,,,,,,[],,,, +180,917134987270303744,916401911464476672,1507496995000.0,2017-10-08 21:09:55,+0000,,@0a0010 @ProductHunt Don't underestimate the power of chakras,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/917134987270303744,[],[],0,,False,829,56,130,,None,,,,,,,"[{'screen_name': 'ProductHunt', 'name': 'Product Hunt 😸', 'id': '2208027565'}]",,,, +181,917103257494839296,916401911464476672,1507489430000.0,2017-10-08 19:03:50,+0000,,"@ProductHunt Just kept working on my crown chakra and boom! Don't let anyone tell you magic isn't real. Warning, EXTREMELY powerful https://t.co/RYgcygMFgl",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/917103257494839296,['https://m.youtube.com/watch?v=NR351WlGC4I'],[],0,,False,9302,307,1276,,None,,,,,,,"[{'screen_name': 'ProductHunt', 'name': 'Product Hunt 😸', 'id': '2208027565'}]",,,, +182,916782879962574848,916780693346066432,1507413046000.0,2017-10-07 21:50:46,+0000,,@verge This doesn't even *seem* innocent,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/916782879962574848,[],[],0,,False,25253,608,3722,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +183,916518956050956288,916498370339930112,1507350121000.0,2017-10-07 04:22:01,+0000,,@Reuters You forgot to add the video version of their response https://t.co/eaqzC6rgQE,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/916518956050956288,['https://m.youtube.com/watch?v=d1MWxSUO4ts'],[],0,,False,7300,272,1206,,None,,,,,,,"[{'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +184,916407361899708416,916395155120205825,1507323515000.0,2017-10-06 20:58:35,+0000,,@FredericLambert @MacTechGenius @blundell_apps Assume the worst. Now I need to get back to work...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916407361899708416,[],[],0,,False,708,55,45,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +185,916407144047558656,916395155120205825,1507323463000.0,2017-10-06 20:57:43,+0000,,@teslamodel3fan @FredericLambert @MacTechGenius @blundell_apps Answers: Yes. No. Doesn't matter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916407144047558656,[],[],0,,False,426,38,25,,None,,,,,,,"[{'screen_name': 'teslamodel3fan', 'name': 'Tesla Model 3 Fan', 'id': '3532426698'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +186,916406412112039937,916395155120205825,1507323289000.0,2017-10-06 20:54:49,+0000,,"@FredericLambert @MacTechGenius @blundell_apps There is only one config being built right now, so the only question is ""What color?"". Don't need a configurator for that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916406412112039937,[],[],0,,False,654,36,37,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +187,916402688127930373,916395155120205825,1507322401000.0,2017-10-06 20:40:01,+0000,,"@FredericLambert @MacTechGenius @blundell_apps Bear in mind that the production ramp is an exponential curve. Late Oct is possible, but not certain. Literally every day makes a big difference.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916402688127930373,[],[],0,,False,749,25,44,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +188,916401820620091393,916395155120205825,1507322194000.0,2017-10-06 20:36:34,+0000,,"@MacTechGenius @blundell_apps Dec will be a big month, so probably, but it is impossible to be certain right now",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916401820620091393,[],[],0,,False,260,10,12,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +189,916401512661663750,916395155120205825,1507322121000.0,2017-10-06 20:35:21,+0000,,@OutOnALumb @engadget Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916401512661663750,[],[],0,,False,478,5,10,,None,,,,,,,"[{'screen_name': 'OutOnALumb', 'name': 'David Lumb', 'id': '255665835'}, {'screen_name': 'engadget', 'name': 'Engadget', 'id': '14372486'}]",,,, +190,916401222487126016,916395155120205825,1507322052000.0,2017-10-06 20:34:12,+0000,,"@nextspaceflight @MacTechGenius @blundell_apps I'm doing my best to recalibrate, but that is a fair criticism. However, if I wasn't inherently optimistic, I wouldn't be doing electric cars and rockets in the first place!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916401222487126016,[],[],0,,False,1586,46,155,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +191,916400157972848640,916395155120205825,1507321798000.0,2017-10-06 20:29:58,+0000,,@annerajb Med medical equipment has priority,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916400157972848640,[],[],0,,False,729,20,28,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +192,916399837129564163,916395155120205825,1507321721000.0,2017-10-06 20:28:41,+0000,,@MacTechGenius @blundell_apps Probably 6 to 8 weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916399837129564163,[],[],0,,False,634,12,28,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +193,916397212891877376,916395155120205825,1507321096000.0,2017-10-06 20:18:16,+0000,,@blundell_apps You'll know as soon as we do. We are deep in production hell 🔥,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916397212891877376,[],[],0,,False,1700,67,73,,None,,,,,,,"[{'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +194,916396499310751745,916395155120205825,1507320925000.0,2017-10-06 20:15:25,+0000,,@nextspaceflight Or do you?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916396499310751745,[],[],0,,False,969,18,15,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +195,916396399482232832,916395155120205825,1507320902000.0,2017-10-06 20:15:02,+0000,,@14agrim High pain tolerance,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916396399482232832,[],[],0,,False,2409,43,167,,None,,,,,,,"[{'screen_name': '14agrim', 'name': 'Agrim Jain', 'id': '2819996690'}]",,,, +196,916396250114670592,916395155120205825,1507320866000.0,2017-10-06 20:14:26,+0000,,"@Temeyers Semi specs are better than anything I've seen reported so far. Semi eng/design team work is aces, but other needs are greater right now.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916396250114670592,[],[],0,,False,917,23,49,,None,,,,,,,"[{'screen_name': 'Temeyers', 'name': 'Terry Meyers', 'id': '41058804'}]",,,, +197,916395155120205825,916395155120205825,1507320605000.0,2017-10-06 20:10:05,+0000,,Tesla Semi unveil now Nov 16. Diverting resources to fix Model 3 bottlenecks & increase battery production for Puerto Rico & other affected areas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916395155120205825,[],[],0,,False,49833,1959,8674,,None,,,,,,,[],,,, +198,916376799466024960,916362585221427205,1507316229000.0,2017-10-06 18:57:09,+0000,,@MacTechGenius @Jon4Lakers @solarcity @Tesla Not good. Sounds like some 3rd party installers are taking advantage of Powerwall demand >> supply. Taking action …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/916376799466024960,[],[],0,,False,406,18,20,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'Jon4Lakers', 'name': 'Jon Rettinger', 'id': '15661911'}, {'screen_name': 'solarcity', 'name': 'SolarCity', 'id': '17824922'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +199,916336207935635457,915933896159752193,1507306551000.0,2017-10-06 16:15:51,+0000,,@ismailnathij @stapf @Tesla The internal Tesla Powerwall install team in PR is very small right now. Sending experienced installers from continental US to hire & train local team as fast as possible.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/916336207935635457,[],[],0,,False,1248,93,234,,None,,,,,,,"[{'screen_name': 'ismailnathij', 'name': 'Ismail Nathij Ahmed', 'id': '169654424'}, {'screen_name': 'stapf', 'name': 'Scott Stapf', 'id': '15720918'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +200,916333129928810496,915933896159752193,1507305817000.0,2017-10-06 16:03:37,+0000,,"@ismailnathij @stapf @Tesla Tesla always charges the same price for a Powerwall (only taxes & shipping costs vary), so something is messed up here. I've asked my team to stop shipment to any installers charging excessive premiums.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/916333129928810496,[],[],0,,False,1121,40,147,,None,,,,,,,"[{'screen_name': 'ismailnathij', 'name': 'Ismail Nathij Ahmed', 'id': '169654424'}, {'screen_name': 'stapf', 'name': 'Scott Stapf', 'id': '15720918'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +201,916319581337133056,916245517604212736,1507302587000.0,2017-10-06 15:09:47,+0000,,"@ricardorossello Sounds good, I look forward to talking later today",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/916319581337133056,[],[],0,,False,8090,214,751,,None,,,,,,,"[{'screen_name': 'ricardorossello', 'name': 'Ricardo Rosselló', 'id': '80013913'}]",,,, +202,916234148104118272,916099290686205953,1507282218000.0,2017-10-06 09:30:18,+0000,,"@ricardorossello I would be happy to talk. Hopefully, Tesla can be helpful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/916234148104118272,[],[],0,,False,5083,247,1166,,None,,,,,,,"[{'screen_name': 'ricardorossello', 'name': 'Ricardo Rosselló', 'id': '80013913'}]",,,, +203,916030871232176129,915359755438141440,1507233753000.0,2017-10-05 20:02:33,+0000,,"@RickandMorty Hell yeah, with that crew, we will party like Escobar and Cobain wish they could've partied!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/916030871232176129,[],[],0,,False,11341,272,1802,,None,,,,,,,"[{'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +204,916018504209383424,915359755438141440,1507230804000.0,2017-10-05 19:13:24,+0000,,@RickandMorty We should definitely get a room ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/916018504209383424,[],[],0,,False,7894,68,813,,None,,,,,,,"[{'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +205,915990261938786304,915359755438141440,1507224071000.0,2017-10-05 17:21:11,+0000,,"@RickandMorty I know that closet is nice and warm, but it's time you admitted you are one of the creators of the next one. Everyone already knows and we will still love you just as much (almost).",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/915990261938786304,[],[],0,,False,7421,62,615,,None,,,,,,,"[{'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +206,915988011602423808,915986705169051650,1507223534000.0,2017-10-05 17:12:14,+0000,,@LoganJastremski I'm auditioning to be a roofing spokesmodel in the greater Reno area,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/915988011602423808,[],[],0,,False,5268,142,203,,None,,,,,,,"[{'screen_name': 'LoganJastremski', 'name': 'Logan Jastremski', 'id': '352777551'}]",,,, +207,915957815197319168,915359755438141440,1507216335000.0,2017-10-05 15:12:15,+0000,,"@RickandMorty The singularity for this level of the simulation is coming soon. I wonder what the levels above us look like. Good chance they are less interesting and deeper levels are better. So far, even our primitive sims are often more entertaining than reality itself.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/915957815197319168,[],[],0,,False,14737,151,2231,,None,,,,,,,"[{'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +208,915939199718531072,915933896159752193,1507211897000.0,2017-10-05 13:58:17,+0000,,"@stapf The Tesla team has done this for many smaller islands around the world, but there is no scalability limit, so it can be done for Puerto Rico too. Such a decision would be in the hands of the PR govt, PUC, any commercial stakeholders and, most importantly, the people of PR.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,13,https://twitter.com/elonmusk/status/915939199718531072,[],[],0,,False,31103,1139,8875,,None,,,,,,,"[{'screen_name': 'stapf', 'name': 'Scott Stapf', 'id': '15720918'}]",,,, +209,915831795446190085,915359755438141440,1507186290000.0,2017-10-05 06:51:30,+0000,,@RickandMorty Final episode was disgustingly good,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/915831795446190085,[],[],0,,False,52294,362,8267,,None,,,,,,,"[{'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +210,915774920541446144,915774920541446144,1507172729000.0,2017-10-05 03:05:29,+0000,,I believe I can fly https://t.co/nMBgPiAUJR,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/915774920541446144,['https://m.youtube.com/watch?v=ba7rRfKIHxU'],[],0,,False,13267,697,2327,,None,,,,,,,[],,,, +211,915453138051768320,915453138051768320,1507096011000.0,2017-10-04 05:46:51,+0000,,Aiming for two rocket landings in 48 hours this weekend https://t.co/C1CZW2cQgv,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/915453138051768320,['https://www.instagram.com/p/BZzchfKg07f/'],[],0,,False,22340,981,3092,,None,,,,,,,[],,,, +212,914734726493102082,914615173918343168,1506924728000.0,2017-10-02 06:12:08,+0000,,"@YasserHZain @verge It would need to refill to return, but it could get to Jupiter with low payload",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/914734726493102082,[],[],0,,False,535,35,42,,None,,,,,,,"[{'screen_name': 'YasserHZain', 'name': 'Yasser Zain', 'id': '454705409'}, {'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +213,914734128427278336,914615173918343168,1506924585000.0,2017-10-02 06:09:45,+0000,,@YasserHZain @verge Homes on Jupiter with solar-power *and* a Powerwall going right now for great price!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/914734128427278336,[],[],0,,False,870,44,82,,None,,,,,,,"[{'screen_name': 'YasserHZain', 'name': 'Yasser Zain', 'id': '454705409'}, {'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +214,913775198423408640,913649379281534976,1506695959000.0,2017-09-29 14:39:19,+0000,,"@MeltingIce Assuming max acceleration of 2 to 3 g's, but in a comfortable direction. Will feel like a mild to moderate amusement park ride on ascent and then smooth, peaceful & silent in zero gravity for most of the trip until landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/913775198423408640,[],[],0,,False,2167,135,243,,None,,,,,,,"[{'screen_name': 'MeltingIce', 'name': 'Ryan LeFevre', 'id': '642543'}]",,,, +215,913669661505544194,913669468546650112,1506670797000.0,2017-09-29 07:39:57,+0000,,@bigajm Yup :),und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/913669661505544194,[],[],0,,False,415,21,15,,None,,,,,,,"[{'screen_name': 'bigajm', 'name': 'andy m', 'id': '25706406'}]",,,, +216,913658652430671872,913658652430671872,1506668172000.0,2017-09-29 06:56:12,+0000,,Part 2 https://t.co/8Fvu57muhM,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/913658652430671872,['https://www.instagram.com/p/BZnZsxVAA6E/'],[],0,,False,7699,390,2099,,None,,,,,,,[],,,, +217,913649379281534976,913649379281534976,1506665961000.0,2017-09-29 06:19:21,+0000,,Fly to most places on Earth in under 30 mins and anywhere in under 60. Cost per seat should be… https://t.co/dGYDdGttYd,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/913649379281534976,['https://www.instagram.com/p/BZnVfWxgdLe/'],[],0,,False,36665,2436,13143,,None,,,,,,,[],,,, +218,913642747197743104,913642747197743104,1506664380000.0,2017-09-29 05:53:00,+0000,,BFR will take you anywhere on Earth in less than 60 mins https://t.co/HWt9BZ1FI9,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/913642747197743104,['https://m.youtube.com/watch?feature=youtu.be&v=zqE-ultsWt0'],[],0,,False,25222,1482,12751,,None,,,,,,,[],,,, +219,913600101460955141,913600101460955141,1506654212000.0,2017-09-29 03:03:32,+0000,,Mars City Opposite of Earth. Dawn and dusk sky are blue on Mars and day sky is red. https://t.co/XHcZIdgqnb,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/913600101460955141,['https://www.instagram.com/p/BZm_FXPg6YZ/'],[],0,,False,16795,507,3971,,None,,,,,,,[],,,, +220,913595413546008576,913595413546008576,1506653095000.0,2017-09-29 02:44:55,+0000,,Moon Base Alpha https://t.co/voY8qEW9kl,hi,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/913595413546008576,['https://www.instagram.com/p/BZm88uhg1yN/'],[],0,,False,13368,640,3185,,None,,,,,,,[],,,, +221,913547943646580737,913547943646580737,1506641777000.0,2017-09-28 23:36:17,+0000,,Will be announcing something really special at today's talk https://t.co/plXTBJY6ia,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/913547943646580737,['https://twitter.com/spacex/status/913402931461873664'],[],0,,False,20006,541,4354,https://twitter.com/spacex/status/913402931461873664,None,,,,,,,[],,,, +222,913489555663269889,913068748982112256,1506627856000.0,2017-09-28 19:44:16,+0000,,@kevinroose Just another day in the office,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/913489555663269889,[],[],0,,False,6947,117,605,,None,,,,,,,"[{'screen_name': 'kevinroose', 'name': 'Kevin Roose', 'id': '18816166'}]",,,, +223,913265477073428480,913236450627420162,1506574432000.0,2017-09-28 04:53:52,+0000,,@Fashionista_com @mayemusk Congrats Mom! I love you.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/913265477073428480,[],[],0,,False,9370,115,447,,None,,,,,,,"[{'screen_name': 'Fashionista_com', 'name': 'Fashionista.com', 'id': '15933910'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +224,912833915475386368,912833915475386368,1506471539000.0,2017-09-27 00:18:59,+0000,,"Prev ideas for paying ~$10B dev cost incl. Kickstarter & collecting underpants, which turned out to be um... less lucrative than expected",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/912833915475386368,[],[],0,,False,10575,595,1000,,None,,,,,,,[],,,, +225,912829943301754880,912829943301754880,1506470592000.0,2017-09-27 00:03:12,+0000,,Headed to Adelaide soon to describe new BFR planetary colonizer design in detail @IAC2017. This should be worth seeing. Design feels right.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/912829943301754880,[],[],0,,False,9912,414,1521,,None,,,,,,,[],,,, +226,912649053334265856,912648329409986561,1506427465000.0,2017-09-26 12:04:25,+0000,,"@El_Deano @Daimler @Jalopnik Yes, I did :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/912649053334265856,[],[],0,,False,18371,346,1732,,None,,,,,,,"[{'screen_name': 'El_Deano', 'name': 'Dean Kawamura', 'id': '15887328'}, {'screen_name': 'Daimler', 'name': 'Daimler AG', 'id': '12637732'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}]",,,, +227,912506866919288833,912506866919288833,1506393565000.0,2017-09-26 02:39:25,+0000,,Good NYT article from several years ago about the value of fiction https://t.co/lVg7T0h7zG,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/912506866919288833,['https://mobile.nytimes.com/2012/03/18/opinion/sunday/the-neuroscience-of-your-brain-on-fiction.html'],[],0,,False,7149,253,1730,,None,,,,,,,[],,,, +228,912470245318656000,912469761686110209,1506384834000.0,2017-09-26 00:13:54,+0000,,@AdrianZorrillaC Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/912470245318656000,[],[],0,,False,599,18,26,,None,,,,,,,"[{'screen_name': 'AdrianZorrillaC', 'name': 'Zorra', 'id': '3060777967'}]",,,, +229,912469761686110209,912469761686110209,1506384718000.0,2017-09-26 00:11:58,+0000,,Simulation of how the SpaceX Interplanetary Spaceship and Rocket design would work. Will be… https://t.co/yWYDxtAKQP,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/912469761686110209,['https://www.instagram.com/p/BZdZdSZAtQf/'],[],0,,False,10968,523,2544,,None,,,,,,,[],,,, +230,912384568790999040,912349809662496768,1506364407000.0,2017-09-25 18:33:27,+0000,,@Daimler Good,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/912384568790999040,[],[],0,,False,6282,180,579,,None,,,,,,,"[{'screen_name': 'Daimler', 'name': 'Daimler AG', 'id': '12637732'}]",,,, +231,912259150175813633,912259150175813633,1506334505000.0,2017-09-25 10:15:05,+0000,,Major improvements & some unexpected applications to be unveiled on Friday at @IAC2017 in Australia,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/912259150175813633,[],[],0,,False,10175,358,1444,,None,,,,,,,[],,,, +232,912258562293825541,912258562293825541,1506334364000.0,2017-09-25 10:12:44,+0000,,Presentation of @SpaceX Interplanetary Spaceship & Rocket design from 2016 https://t.co/3b1YWWmmxg,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/912258562293825541,['https://m.youtube.com/watch?feature=youtu.be&v=H7Uyfqi_TE8'],[],0,,False,5953,385,1152,,None,,,,,,,[],,,, +233,912036765287845888,912030170307022848,1506281484000.0,2017-09-24 19:31:24,+0000,,@USATODAYmoney @NathanBomey That's not a lot of money for a giant like Daimler/Mercedes. Wish they'd do more. Off by a zero.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/912036765287845888,[],[],0,,False,19929,602,2952,,None,,,,,,,"[{'screen_name': 'USATODAYmoney', 'name': 'USA TODAY Money', 'id': '15764136'}, {'screen_name': 'NathanBomey', 'name': 'Nathan Bomey', 'id': '14983095'}]",,,, +234,910540337935826944,910531254860124160,1505924708000.0,2017-09-20 16:25:08,+0000,,"@Its_Subhamk Don't give up if the cause is important enough, even if you believe you are walking into doom. Good friends really matter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/910540337935826944,[],[],0,,False,16681,249,3731,,None,,,,,,,[],,,, +235,910180847814197248,910172428000792576,1505838999000.0,2017-09-19 16:36:39,+0000,,"@JimHeaney Absolutely. Moreover, we expect to expand the facility significantly over time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/910180847814197248,[],[],0,,False,1464,67,86,,None,,,,,,,"[{'screen_name': 'JimHeaney', 'name': 'Jim Heaney', 'id': '17769496'}]",,,, +236,908937508884332544,908924768635768832,1505542564000.0,2017-09-16 06:16:04,+0000,,@Richwsadler Does my hivemind count as me?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/908937508884332544,[],[],0,,False,8867,264,358,,None,,,,,,,"[{'screen_name': 'Richwsadler', 'name': 'Rich Sadler', 'id': '1650356846'}]",,,, +237,908877302418726912,908867531443625985,1505528209000.0,2017-09-16 02:16:49,+0000,,@Bobby_Gupta Def not ok. Just sent a reminder to Tesla stores that we just want people to look forward to their next visit. That's what really matters.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/908877302418726912,[],[],0,,False,9590,198,374,,None,,,,,,,"[{'screen_name': 'Bobby_Gupta', 'name': 'Bobby Gupta', 'id': '44345482'}]",,,, +238,908849937848221696,908254079092002816,1505521685000.0,2017-09-16 00:28:05,+0000,,@rishabagrwl2013 In discussions with national govt. Just need a temporary reprieve on local content requirements until we can build a factory in India.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/908849937848221696,[],[],0,,False,574,49,111,,None,,,,,,,"[{'screen_name': 'rishabagrwl2013', 'name': 'Rishab Agarwal', 'id': '3322455607'}]",,,, +239,908847858509479936,908108029777686528,1505521189000.0,2017-09-16 00:19:49,+0000,,@JayCruicks_ATC What if we just made a mini version of the Tesla Semi?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/908847858509479936,[],[],0,,False,731,109,63,,None,,,,,,,"[{'screen_name': 'JayCruicks_ATC', 'name': 'Jason Cruickshank', 'id': '883590578'}]",,,, +240,908715328112271360,908705823924219905,1505489591000.0,2017-09-15 15:33:11,+0000,,@bonnienorman Of course :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/908715328112271360,[],[],0,,False,1346,27,29,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +241,908254739825025025,908254079092002816,1505379779000.0,2017-09-14 09:02:59,+0000,,High res version at https://t.co/YysKftHhoz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/908254739825025025,['https://youtu.be/bvim4rsNHkQ'],[],0,,False,8321,442,2265,,None,,,,,,,[],,,, +242,908254645809692672,908254079092002816,1505379756000.0,2017-09-14 09:02:36,+0000,,@jovanik21 Most of it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/908254645809692672,[],[],0,,False,999,31,27,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}]",,,, +243,908254079092002816,908254079092002816,1505379621000.0,2017-09-14 09:00:21,+0000,,"Long road to reusabity of Falcon 9 primary boost stage…When upper stage & fairing also reusable, costs will drop by a factor >100. https://t.co/WyTAQ3T9EP",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/908254079092002816,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/908253922363506688/pu/img/NQu742GkrPjN57Aq.jpg,False,29661,902,8894,,None,,,,,,,[],,,, +244,908163652661927937,908060962153889792,1505358062000.0,2017-09-14 03:01:02,+0000,,@simcrook @SmileSimplify Actually ... yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/908163652661927937,[],[],0,,False,443,21,21,,None,,,,,,,"[{'screen_name': 'simcrook', 'name': 'Simon Crook', 'id': '17514286'}, {'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +245,908108029777686528,908108029777686528,1505344800000.0,2017-09-13 23:20:00,+0000,,Tesla Semi truck unveil & test ride tentatively scheduled for Oct 26th in Hawthorne. Worth seeing this beast in person. It's unreal.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/908108029777686528,[],[],0,,False,66135,1736,13519,,None,,,,,,,[],,,, +246,908073465319587840,908060962153889792,1505336559000.0,2017-09-13 21:02:39,+0000,,@SmileSimplify Promise to be as boring as possible!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/908073465319587840,[],[],0,,False,2215,59,114,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +247,907483778603294720,907476334825365504,1505195967000.0,2017-09-12 05:59:27,+0000,,@hohocho Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/907483778603294720,[],[],0,,False,3821,129,205,,None,,,,,,,"[{'screen_name': 'hohocho', 'name': 'Jaehwan Cho 조재환', 'id': '31310727'}]",,,, +248,907407613930827777,896169801277517824,1505177808000.0,2017-09-12 00:56:48,+0000,,@_vinouz_ @Reza_Zadeh Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/907407613930827777,[],[],0,,False,171,13,10,,None,,,,,,,"[{'screen_name': '_vinouz_', 'name': 'vinouz', 'id': '804948996'}, {'screen_name': 'Reza_Zadeh', 'name': 'Reza Zadeh', 'id': '92839676'}]",,,, +249,906274454946402304,906274454946402304,1504907642000.0,2017-09-08 21:54:02,+0000,,Astronaut spacesuit next to Crew Dragon https://t.co/Csmgx8Nn0t,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/906274454946402304,['https://www.instagram.com/p/BYyvO2WA3Ra/'],[],0,,False,17094,1231,3855,,None,,,,,,,[],,,, +250,904764676118011905,904754234649853952,1504547683000.0,2017-09-04 17:54:43,+0000,,"@SmileSimplify Fun, exciting tweets coming soon!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/904764676118011905,[],[],0,,False,712,99,46,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +251,904764437281685504,904754234649853952,1504547626000.0,2017-09-04 17:53:46,+0000,,@SmileSimplify Sorry about that. You're right. I was depressing myself too :(,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/904764437281685504,[],[],0,,False,443,51,20,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +252,904656511334354948,904633084309422080,1504521894000.0,2017-09-04 10:44:54,+0000,,"@AndrewKemendo Govts don't need to follow normal laws. They will obtain AI developed by companies at gunpoint, if necessary.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/904656511334354948,[],[],0,,False,1985,192,707,,None,,,,,,,"[{'screen_name': 'AndrewKemendo', 'name': 'Andrew Kemendo', 'id': '347146509'}]",,,, +253,904641970349285376,904633084309422080,1504518427000.0,2017-09-04 09:47:07,+0000,,@ItchGrid Should be low on our list of concerns for civilizational existential risk. NK has no entangling alliances that wd polarize world into war.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904641970349285376,[],[],0,,False,647,48,99,,None,,,,,,,[],,,, +254,904640183932301312,904633084309422080,1504518001000.0,2017-09-04 09:40:01,+0000,,"@SethicusGP NK launching a nuclear missile would be suicide for their leadership, as SK, US and China wd invade and end the regime immediately",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904640183932301312,[],[],0,,False,1024,70,183,,None,,,,,,,"[{'screen_name': 'SethicusGP', 'name': 'Seth', 'id': '18813606'}]",,,, +255,904639405440323585,904633084309422080,1504517816000.0,2017-09-04 09:36:56,+0000,,"@JakeBlueatSM May be initiated not by the country leaders, but one of the AI's, if it decides that a prepemptive strike is most probable path to victory",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904639405440323585,[],[],0,,False,5049,520,1427,,None,,,,,,,[],,,, +256,904638455761612800,904633084309422080,1504517589000.0,2017-09-04 09:33:09,+0000,,"China, Russia, soon all countries w strong computer science. Competition for AI superiority at national level most likely cause of WW3 imo.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904638455761612800,[],[],0,,False,41234,3555,15866,,None,,,,,,,[],,,, +257,904633522161278977,904612213649940481,1504516413000.0,2017-09-04 09:13:33,+0000,,@WendyWednesday8 Zeroth Law,cy,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904633522161278977,[],[],0,,False,510,31,24,,None,,,,,,,[],,,, +258,904633084309422080,904633084309422080,1504516309000.0,2017-09-04 09:11:49,+0000,,It begins ... https://t.co/mbjw5hWC5J,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904633084309422080,['https://twitter.com/verge/status/904628400748421122'],[],0,,False,77033,2249,31354,https://twitter.com/verge/status/904628400748421122,None,,,,,,,[],,,, +259,903333005527093248,903333005527093248,1504206346000.0,2017-08-31 19:05:46,+0000,,"Putting together SpaceX rocket landing blooper reel. We messed up a lot before it finally worked, but there's some epic explosion footage …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/903333005527093248,[],[],0,,False,39112,1141,4773,,None,,,,,,,[],,,, +260,903332343108091904,903331026524561408,1504206188000.0,2017-08-31 19:03:08,+0000,,"@GigarothPack Not a bad idea. For sure, it makes sense to test AI for safety in some kind of open world / sandbox virtual world.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/903332343108091904,[],[],0,,False,2152,118,110,,None,,,,,,,[],,,, +261,903132822700867586,903130932646838272,1504158618000.0,2017-08-31 05:50:18,+0000,,@DMC_Ryan In about six months or so. Linked to dual motor config.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/903132822700867586,[],[],0,,False,1343,69,79,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +262,903129182397374464,903129182397374464,1504157751000.0,2017-08-31 05:35:51,+0000,,We took the SpaceX/Tesla Hyperloop pusher pod for a spin by itself a few days ago to see what it… https://t.co/4hr1yN37he,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/903129182397374464,['https://www.instagram.com/p/BYckipugds5/'],[],0,,False,17205,364,1963,,None,,,,,,,[],,,, +263,903120412007047169,902912017333440514,1504155660000.0,2017-08-31 05:01:00,+0000,,@eKanishka @ChaseBlackmon1 @boringcompany Tunnels are sealed to 5 atmospheres of water & gas pressure. Just need walls around the apertures.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/903120412007047169,[],[],0,,False,225,17,15,,None,,,,,,,"[{'screen_name': 'eKanishka', 'name': 'kanishka', 'id': '17523931'}, {'screen_name': 'ChaseBlackmon1', 'name': 'Chase Blackmon', 'id': '2286018061'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +264,902913054723022850,902912017333440514,1504106222000.0,2017-08-30 15:17:02,+0000,,"@ChaseBlackmon1 @boringcompany Not sure, but probably",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/902913054723022850,[],[],0,,False,2838,123,115,,None,,,,,,,"[{'screen_name': 'ChaseBlackmon1', 'name': 'Chase Blackmon', 'id': '2286018061'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +265,902912866335956994,902863539739746304,1504106177000.0,2017-08-30 15:16:17,+0000,,@nickg_uk @Model3Owners Feature coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/902912866335956994,[],[],0,,False,643,73,43,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +266,902810547384496128,902807552475451392,1504081782000.0,2017-08-30 08:29:42,+0000,,"@AdolfOosthuizen They're so real. Anyone going to that much trouble must really care. I'd gladly follow their commands, but they're so friggin obtuse …",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/902810547384496128,[],[],0,,False,1360,45,102,,None,,,,,,,"[{'screen_name': 'AdolfOosthuizen', 'name': 'Adolf Oosthuizen', 'id': '748057868386050048'}]",,,, +267,902801948944031744,902798670822768640,1504079732000.0,2017-08-30 07:55:32,+0000,,@GraduateMonkey That's pretty much why we did it,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/902801948944031744,[],[],0,,False,2627,52,119,,None,,,,,,,"[{'screen_name': 'GraduateMonkey', 'name': 'Graduate Monkey', 'id': '1399727953'}]",,,, +268,902452162625544193,902452162625544193,1503996336000.0,2017-08-29 08:45:36,+0000,,"Worth reading Life 3.0 by @Tegmark. AI will be the best or worst thing ever for humanity, so let’s get it right. https://t.co/lT0uMH3ujZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/902452162625544193,['https://www.amazon.com/Life-3-0-Being-Artificial-Intelligence/dp/1101946598'],[],0,,False,14433,845,3335,,None,,,,,,,[],,,, +269,902241473311105024,902229375084404736,1503946104000.0,2017-08-28 18:48:24,+0000,,@bryanclark Hyperloop (near) vacuum tube runs parallel to SpaceX on Jack Northrop Blvd. It is 0.8 miles long and just under 6 ft in diameter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/902241473311105024,[],[],0,,False,1574,57,76,,None,,,,,,,"[{'screen_name': 'bryanclark', 'name': 'Bryan Clark', 'id': '14817278'}]",,,, +270,902206719094169600,901970722343444480,1503937818000.0,2017-08-28 16:30:18,+0000,,"To be clear, a Hyperloop passenger version wouldn't have intense light strobe effect (just for testing), nor uncomfortable acceleration",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/902206719094169600,[],[],0,,False,13111,789,1098,,None,,,,,,,[],,,, +271,902088566494314496,902039243601485824,1503909648000.0,2017-08-28 08:40:48,+0000,,@ItchGrid Brakes,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/902088566494314496,[],[],0,,False,18284,180,2766,,None,,,,,,,[],,,, +272,902088347840950274,902063440558268416,1503909596000.0,2017-08-28 08:39:56,+0000,,@newscientist https://t.co/mA8ZgutrbE,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/902088347840950274,['https://m.youtube.com/watch?v=DNkKCFaqib8'],[],0,,False,360,35,39,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +273,902087339010211840,902087339010211840,1503909356000.0,2017-08-28 08:35:56,+0000,,Will run the SpaceX pusher sled later this week and see what it can do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/902087339010211840,[],[],0,,False,8470,374,683,,None,,,,,,,[],,,, +274,902086852152254464,902063440558268416,1503909240000.0,2017-08-28 08:34:00,+0000,,"@newscientist Moon base alpha (cheesy show, but I loved it) plus Mars",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/902086852152254464,[],[],0,,False,1441,49,76,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +275,902078189891026945,902039243601485824,1503907174000.0,2017-08-28 07:59:34,+0000,,"@bfslandinglegs @RichardFPenn @John_Gardi Not that this is remotely equiv to man on the moon, but there is a world of difference between talking about some random idea and doing it",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/902078189891026945,[],[],0,,False,747,17,54,,None,,,,,,,"[{'screen_name': 'RichardFPenn', 'name': 'Richard Penn, SciFi Author 🇨🇦 🇬🇧', 'id': '2377300640'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +276,902077101334904834,902039243601485824,1503906915000.0,2017-08-28 07:55:15,+0000,,"@bfslandinglegs @RichardFPenn @John_Gardi Actually, no, his architecture was different. Also, thinking of going to the moon and actually going to the moon are not the same thing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/902077101334904834,[],[],0,,False,690,16,28,,None,,,,,,,"[{'screen_name': 'RichardFPenn', 'name': 'Richard Penn, SciFi Author 🇨🇦 🇬🇧', 'id': '2377300640'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +277,902039243601485824,902039243601485824,1503897889000.0,2017-08-28 05:24:49,+0000,,Hyperloop pod run by team WARR https://t.co/ntaMsoxkZE,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/902039243601485824,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/902039155240165376/pu/img/9zJyo8915xLbXwa_.jpg,False,116766,2986,41855,,None,,,,,,,[],,,, +278,902036110129250304,902035896727252994,1503897142000.0,2017-08-28 05:12:22,+0000,,"@Excellion @boringcompany @OpenAI The AI could def find us there, but maybe it won't care",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/902036110129250304,[],[],0,,False,288,20,17,,None,,,,,,,"[{'screen_name': 'Excellion', 'name': 'Samson Mow', 'id': '14654494'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'OpenAI', 'name': 'OpenAI', 'id': '4398626122'}]",,,, +279,902033084115283968,902033084115283968,1503896420000.0,2017-08-28 05:00:20,+0000,,A Model S in The Boring Company tunnel being dug under Los Angeles (starting in Hawthorne) https://t.co/tQVD5KkIvb,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/902033084115283968,['https://www.instagram.com/p/BYUeGjmAh8N/'],[],0,,False,6305,272,873,,None,,,,,,,[],,,, +280,902005089300242432,901970722343444480,1503889746000.0,2017-08-28 03:09:06,+0000,,"@PiPrefer Yes, it is",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/902005089300242432,[],[],0,,False,407,16,10,,None,,,,,,,"[{'screen_name': 'PiPrefer', 'name': 'iPreferPi', 'id': '2342519370'}]",,,, +281,901984719444688896,901970722343444480,1503884889000.0,2017-08-28 01:48:09,+0000,,@JRoque250 @Freewill404 @cbotnyse A tiny one,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/901984719444688896,[],[],0,,False,346,13,9,,None,,,,,,,"[{'screen_name': 'JRoque250', 'name': 'JR', 'id': '175597669'}, {'screen_name': 'cbotnyse', 'name': 'myname', 'id': '66827445'}]",,,, +282,901984394264494080,901970722343444480,1503884812000.0,2017-08-28 01:46:52,+0000,,"Btw, high accel only needed because tube is short. For passenger transport, this can be spread over 20+ miles, so no spilt drinks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/901984394264494080,[],[],0,,False,10813,351,756,,None,,,,,,,[],,,, +283,901975117797851137,901970722343444480,1503882600000.0,2017-08-28 01:10:00,+0000,,"@Freewill404 @cbotnyse No such thing as true vacuum, so actually yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/901975117797851137,[],[],0,,False,315,7,10,,None,,,,,,,"[{'screen_name': 'cbotnyse', 'name': 'myname', 'id': '66827445'}]",,,, +284,901970991332564992,901970722343444480,1503881616000.0,2017-08-28 00:53:36,+0000,,@cbotnyse Call it ~800mph,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/901970991332564992,[],[],0,,False,686,35,40,,None,,,,,,,"[{'screen_name': 'cbotnyse', 'name': 'myname', 'id': '66827445'}]",,,, +285,901970722343444480,901970722343444480,1503881552000.0,2017-08-28 00:52:32,+0000,,"Might be possible to go supersonic in our test Hyperloop tube, even though it's only 0.8 miles long. Very high accel/decel needed …",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/901970722343444480,[],[],0,,False,21678,1345,2654,,None,,,,,,,[],,,, +286,901965739745148929,901965739745148929,1503880364000.0,2017-08-28 00:32:44,+0000,,"Congratulations to WARR team from Tech Univ Munich for winning 2nd @Hyperloop competition! Peak speed of 324 km/h, which is over 200 mph!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/901965739745148929,[],[],0,,False,8748,184,1412,,None,,,,,,,[],,,, +287,901930363118747650,901930363118747650,1503871930000.0,2017-08-27 22:12:10,+0000,,Just arrived at the @Hyperloop competition final. Student teams have amazing talent!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/901930363118747650,[],[],0,,False,9697,168,719,,None,,,,,,,[],,,, +288,901929826918981636,901928985457598464,1503871802000.0,2017-08-27 22:10:02,+0000,,@OfficeOfOMAR @HyperloopOne I hope they and any others trying to advance transport technology succeed,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/901929826918981636,[],[],0,,False,641,12,27,,None,,,,,,,[],,,, +289,901904930071609345,901886266303627264,1503865866000.0,2017-08-27 20:31:06,+0000,,"@SmileSimplify @Vita_Berlin @c12olivas Exactly. Wouldn't let anyone invest more than a token amount in early rounds of SpaceX and Tesla, as the probability of failure was >90%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/901904930071609345,[],[],0,,False,285,15,19,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'Vita_Berlin', 'name': 'Vita', 'id': '1362914581'}]",,,, +290,901904354126520321,901904354126520321,1503865729000.0,2017-08-27 20:28:49,+0000,, https://t.co/IypZm9FdQk,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/901904354126520321,['https://amp.theguardian.com/environment/climate-consensus-97-per-cent/2017/aug/07/fossil-fuel-subsidies-are-a-staggering-5-tn-per-year'],[],0,,False,8399,372,3988,,None,,,,,,,[],,,, +291,901903526061907969,901902181690900482,1503865531000.0,2017-08-27 20:25:31,+0000,,"@SU3UR3ANLegend Sorry! Coming next year, along with completing the Trans-Canada Highway and interconnecting US, Mexico and Central America.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/901903526061907969,[],[],0,,False,2605,73,176,,None,,,,,,,"[{'screen_name': 'SU3UR3ANLegend', 'name': 'Suburban Legend', 'id': '197525583'}]",,,, +292,901902674853068802,901886266303627264,1503865328000.0,2017-08-27 20:22:08,+0000,,"@bobbyblackstock @c12olivas Funny thing is, whenever I suggest all companies go to zero incentives, room gets very quiet. That's because others get a lot more than us.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/901902674853068802,[],[],0,,False,478,10,57,,None,,,,,,,"[{'screen_name': 'bobbyblackstock', 'name': 'Bobby Blackstock', 'id': '19913296'}]",,,, +293,901902181657448448,901886266303627264,1503865211000.0,2017-08-27 20:20:11,+0000,,@bobbyblackstock @c12olivas Literally zero incentive laws were put into place by my companies. Zero. Others put them in place. Happy to go to zero incentives for all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/901902181657448448,[],[],0,,False,395,5,36,,None,,,,,,,"[{'screen_name': 'bobbyblackstock', 'name': 'Bobby Blackstock', 'id': '19913296'}]",,,, +294,901889875867205632,901886266303627264,1503862277000.0,2017-08-27 19:31:17,+0000,,@c12olivas I'm not an investor. Just believe in putting money into my own companies. Don't think the OPM approach is right.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/901889875867205632,[],[],0,,False,2620,60,186,,None,,,,,,,[],,,, +295,901887665662025728,901869411233140737,1503861750000.0,2017-08-27 19:22:30,+0000,,"@SmileSimplify @beboutside @Hyperloop @SpaceX @paradigm_hype @swissloop The latter. There are pretty long gaps between each team run, so livestream is not the way to go.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/901887665662025728,[],[],0,,False,251,15,8,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'Hyperloop', 'name': 'Hyperloop', 'id': '1654188770'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'paradigm_hype', 'name': 'Paradigm Hyperloop', 'id': '838099062217900035'}, {'screen_name': 'swissloop', 'name': 'Swissloop', 'id': '809742336435568640'}]",,,, +296,901875780556226560,901875780556226560,1503858916000.0,2017-08-27 18:35:16,+0000,,"From last year, but still my favorite video of the Falcon 9 rocket booster returning from space… https://t.co/b935pdz2Xi",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/901875780556226560,['https://www.instagram.com/p/BYTrSaHgS-Z/'],[],0,,False,7773,444,1417,,None,,,,,,,[],,,, +297,901871305124864000,901869411233140737,1503857849000.0,2017-08-27 18:17:29,+0000,,@beboutside @Hyperloop @SpaceX @paradigm_hype @swissloop SpaceX and The Boring Company are running the Hyperloop competition,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/901871305124864000,[],[],0,,False,364,16,25,,None,,,,,,,"[{'screen_name': 'Hyperloop', 'name': 'Hyperloop', 'id': '1654188770'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'paradigm_hype', 'name': 'Paradigm Hyperloop', 'id': '838099062217900035'}, {'screen_name': 'swissloop', 'name': 'Swissloop', 'id': '809742336435568640'}]",,,, +298,901238166237069313,901235573683343361,1503706897000.0,2017-08-26 00:21:37,+0000,,"@Techmeme Tesla does not really have ""TTunes"". That's a joke.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/901238166237069313,[],[],0,,False,1040,60,99,,None,,,,,,,"[{'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}]",,,, +299,901236337281454081,900480374597222401,1503706461000.0,2017-08-26 00:14:21,+0000,,"@kateconger Will be hanging with my little chum, Gary, on Sunday",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/901236337281454081,[],[],0,,False,1052,36,28,,None,,,,,,,"[{'screen_name': 'kateconger', 'name': 'o...k', 'id': '316154811'}]",,,, +300,901162747865333760,901152582214721537,1503688916000.0,2017-08-25 19:21:56,+0000,,@RolfeWinkler @julieverhage Let me check on that for you. Found the answer right here: 🔥💩,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/901162747865333760,[],[],0,,False,470,36,63,,None,,,,,,,"[{'screen_name': 'RolfeWinkler', 'name': 'Rolfe Winkler', 'id': '19219421'}, {'screen_name': 'julieverhage', 'name': 'Julie VerHage-Greenberg', 'id': '21570308'}]",,,, +301,901162339663175680,901152582214721537,1503688819000.0,2017-08-25 19:20:19,+0000,,@alexeheath @RolfeWinkler @julieverhage It was misinterpreted by Rolfe at WSJ as a fundraising effort. Neuralink is not seeking investors.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/901162339663175680,[],[],0,,False,217,14,15,,None,,,,,,,"[{'screen_name': 'alexeheath', 'name': 'Alex Heath', 'id': '14752818'}, {'screen_name': 'RolfeWinkler', 'name': 'Rolfe Winkler', 'id': '19219421'}, {'screen_name': 'julieverhage', 'name': 'Julie VerHage-Greenberg', 'id': '21570308'}]",,,, +302,901161712950272000,901147342073712640,1503688669000.0,2017-08-25 19:17:49,+0000,,@berlinhedgehog @jmackin2 WSJ has been laboriously negative for over a decade. I'm surprised they haven't bored their readers to death by now.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/901161712950272000,[],[],0,,False,408,32,61,,None,,,,,,,"[{'screen_name': 'BerlinHedgehog', 'name': 'MaSSterSSkin', 'id': '1071672099037736960'}, {'screen_name': 'jmackin2', 'name': 'James Mackintosh', 'id': '36058478'}]",,,, +303,901160950564216832,901152582214721537,1503688488000.0,2017-08-25 19:14:48,+0000,,@RolfeWinkler @julieverhage Neuralink is not raising money,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/901160950564216832,[],[],0,,False,258,24,29,,None,,,,,,,"[{'screen_name': 'RolfeWinkler', 'name': 'Rolfe Winkler', 'id': '19219421'}, {'screen_name': 'julieverhage', 'name': 'Julie VerHage-Greenberg', 'id': '21570308'}]",,,, +304,900994666660626432,900947535358967808,1503648842000.0,2017-08-25 08:14:02,+0000,,"Max recovered booster velocity was Mach 7.9 (BulgarianSat). Energy is velocity squared, so this is a bigger difference than it appears",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/900994666660626432,[],[],0,,False,6086,293,501,,None,,,,,,,[],,,, +305,900958153533042689,900947535358967808,1503640137000.0,2017-08-25 05:48:57,+0000,,"Max velocity: Mach 6.9 Max altitude: 247 km Highest so far, but velocity matters much more",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900958153533042689,[],[],0,,False,8748,221,827,,None,,,,,,,[],,,, +306,900954066292924417,900947535358967808,1503639162000.0,2017-08-25 05:32:42,+0000,,@rupertdance @VoltzCoreAudio Probably 2m or so,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900954066292924417,[],[],0,,False,317,10,10,,None,,,,,,,"[{'screen_name': 'rupertdance', 'name': 'Rupert Dance', 'id': '61927525'}, {'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}]",,,, +307,900953175594639360,900947535358967808,1503638950000.0,2017-08-25 05:29:10,+0000,,@VoltzCoreAudio Exactly. Yeah.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900953175594639360,[],[],0,,False,420,10,13,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}]",,,, +308,900952880118603777,900947535358967808,1503638880000.0,2017-08-25 05:28:00,+0000,,@sroalf Intentionally? Yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900952880118603777,[],[],0,,False,266,12,7,,None,,,,,,,"[{'screen_name': 'sroalf', 'name': 'Stephen Roalf', 'id': '703835155'}]",,,, +309,900952521560121350,900947535358967808,1503638794000.0,2017-08-25 05:26:34,+0000,,@HarshilShah1910 It is approximately the size of a carrot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900952521560121350,[],[],0,,False,892,34,64,,None,,,,,,,"[{'screen_name': 'HarshilShah1910', 'name': 'Harshil Shah', 'id': '917419079215996929'}]",,,, +310,900951975671373824,900947535358967808,1503638664000.0,2017-08-25 05:24:24,+0000,,Touchdown: Vertical Velocity (m/s): -1.47 Lateral Velocity (m/s): -0.15 Tilt (deg): 0.40 ​ Lateral position: 0.7m from target center,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900951975671373824,[],[],0,,False,12593,395,1298,,None,,,,,,,[],,,, +311,900947535358967808,900947535358967808,1503637605000.0,2017-08-25 05:06:45,+0000,,Falcon 9 boost stage on droneship Just Read the Instructions https://t.co/fZTPmwsnOz,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900947535358967808,[],['https://pbs.twimg.com/media/DIDPABEUAAEr21w.jpg'],1,https://pbs.twimg.com/media/DIDPABEUAAEr21w.jpg,False,28349,709,3987,,None,,,,,,,[],,,, +312,900466867659198464,900466867659198464,1503523005000.0,2017-08-23 21:16:45,+0000,,"A midnight amendment, followed by a vigorously opposed subpoena. Someone has been naughty … https://t.co/RJeiNJngGt",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/900466867659198464,['https://cleantechnica.com/2017/08/22/tesla-wins-battle-war-michigan/'],[],0,,False,9174,578,1483,,None,,,,,,,[],,,, +313,900461716617674752,900363626841812992,1503521777000.0,2017-08-23 20:56:17,+0000,,@vorbildgroup I played those games :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/900461716617674752,[],[],0,,False,1146,32,87,,None,,,,,,,"[{'screen_name': 'vorbildgroup', 'name': 'VORBILD Architecture', 'id': '579900535'}]",,,, +314,900429498838994944,900415241158262784,1503514096000.0,2017-08-23 18:48:16,+0000,,"@DiscoverMag That's a SpaceX engineer in there, not me",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/900429498838994944,[],[],0,,False,7136,218,383,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +315,900413265313792000,900413265313792000,1503510225000.0,2017-08-23 17:43:45,+0000,,New Model X SUV now faster than a $500k Lamborghini https://t.co/J23AKNMnmV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/900413265313792000,['https://twitter.com/dragtimes/status/899112325457874944'],[],0,,False,32678,1137,8762,https://twitter.com/dragtimes/status/899112325457874944,None,,,,,,,[],,,, +316,900376843210981378,900376105927888896,1503501542000.0,2017-08-23 15:19:02,+0000,,"@KonstDubbed Yeah. It's kinda disgusting, but my boys and I love it :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/900376843210981378,[],[],0,,False,10497,105,1147,,None,,,,,,,"[{'screen_name': 'KonstDubbed', 'name': 'Jeff Dible Corn', 'id': '1128433794'}]",,,, +317,900363626841812992,900363626841812992,1503498391000.0,2017-08-23 14:26:31,+0000,,First picture of SpaceX spacesuit. More in days to follow. Worth noting that this actually works… https://t.co/5ZtqkKiTQX,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/900363626841812992,['https://www.instagram.com/p/BYIPmEFAIIn/'],[],0,,False,30781,1218,9709,,None,,,,,,,[],,,, +318,899923514576084992,899916632830525440,1503393460000.0,2017-08-22 09:17:40,+0000,,"@BlueRhythmics I would say that @TheOnion is the greatest publication in the history of all conscious beings, living or dead",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/899923514576084992,[],[],0,,False,1209,55,160,,None,,,,,,,[],,,, +319,899917256372633600,899916632830525440,1503391968000.0,2017-08-22 08:52:48,+0000,,"@ricky_errera I'm not the CEO of Ball Mason Jars. Also, not judging …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/899917256372633600,[],[],0,,False,462,21,15,,None,,,,,,,"[{'screen_name': 'ricky_errera', 'name': 'Ricky', 'id': '3237799637'}]",,,, +320,899916632830525440,899916632830525440,1503391819000.0,2017-08-22 08:50:19,+0000,,Was at a friend's party this weekend and drank wine from a mason jar https://t.co/eMs7MbNJep,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/899916632830525440,['http://www.theonion.com/blogpost/were-going-to-enjoy-this-cocaine-fueled-mason-jar--36779'],[],0,,False,4433,662,571,,None,,,,,,,[],,,, +321,899872164106481664,899726662236987392,1503381217000.0,2017-08-22 05:53:37,+0000,,@brijwaasi I can't hide the truth any more …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/899872164106481664,[],[],0,,False,31765,450,5059,,None,,,,,,,"[{'screen_name': 'brijwaasi', 'name': 'JA', 'id': '175845536'}]",,,, +322,899701180674187265,899682569951760384,1503340451000.0,2017-08-21 18:34:11,+0000,,@theafterpipe Yes :),und,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/899701180674187265,[],[],0,,False,1553,24,53,,None,,,,,,,"[{'screen_name': 'theafterpipe', 'name': 'Jonathan Ingersoll', 'id': '448324057'}]",,,, +323,899682569951760384,899682569951760384,1503336014000.0,2017-08-21 17:20:14,+0000,,Watching eclipse with sunglasses on through the Model S glass roof. Wow!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/899682569951760384,[],[],0,,False,39464,1254,3803,,None,,,,,,,[],,,, +324,899490321431764992,899490321431764992,1503290179000.0,2017-08-21 04:36:19,+0000,,SpaceX rocket factory as seen from space https://t.co/JNsvMsNvQX,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/899490321431764992,['https://www.instagram.com/p/BYCjs0bgmNl/'],[],0,,False,8729,370,1077,,None,,,,,,,[],,,, +325,899224620510830592,899222042385436672,1503226830000.0,2017-08-20 11:00:30,+0000,,"@geerinckx1989 Yeah, but not a priority right now",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/899224620510830592,[],[],0,,False,2050,60,53,,None,,,,,,,[],,,, +326,899215699389759488,899194095620567040,1503224704000.0,2017-08-20 10:25:04,+0000,,@SeeDecentral @technology I'm not coming for anything. Just digging some tunnels and might draw a vacuum on some of them.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/899215699389759488,[],[],0,,False,392,26,24,,None,,,,,,,"[{'screen_name': 'technology', 'name': 'Bloomberg Technology', 'id': '21272440'}]",,,, +327,899215300901519360,899213615852552192,1503224609000.0,2017-08-20 10:23:29,+0000,,"@dfchil We are going to move all info and settings to the ""cloud"" (aka server) so any Tesla you drive in the world automatically adjusts to you",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/899215300901519360,[],[],0,,False,7529,230,899,,None,,,,,,,"[{'screen_name': 'dfchil', 'name': 'Daniel Fairchild', 'id': '440377942'}]",,,, +328,899075756508065793,899075756508065793,1503191339000.0,2017-08-20 01:08:59,+0000,,Pics of SpaceX spacesuit developed for NASA commercial crew program coming out next week. Undergoing ocean landing mobility/safety tests.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/899075756508065793,[],[],0,,False,27385,607,3717,,None,,,,,,,[],,,, +329,899018076867272704,898995993529638912,1503177587000.0,2017-08-19 21:19:47,+0000,,@mbianchi @andrewket Totally agree. This was a foolish oversight.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/899018076867272704,[],[],0,,False,282,18,6,,None,,,,,,,"[{'screen_name': 'mbianchi', 'name': 'Mr. PloW®', 'id': '16442770'}, {'screen_name': 'andrewket', 'name': 'Andrew Doane', 'id': '14207320'}]",,,, +330,899017770787979265,899016560265883648,1503177514000.0,2017-08-19 21:18:34,+0000,,@WillFealey At some point. Features are prioritized by importance * number of owners likely to benefit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/899017770787979265,[],[],0,,False,807,35,30,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}]",,,, +331,899017475366412288,899016934532034561,1503177443000.0,2017-08-19 21:17:23,+0000,,@Dem0ney Yeah. That's been on the future feature list for a while. Need to make sure rain sensor doesn't false positive or drain battery.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/899017475366412288,[],[],0,,False,3440,115,137,,None,,,,,,,"[{'screen_name': 'Dem0ney', 'name': 'Derrick Schwartz', 'id': '36919644'}]",,,, +332,899015841160679424,898707974541250560,1503177054000.0,2017-08-19 21:10:54,+0000,,@_jeffreyr @ThePhoenixFlare @Cupen_Ames @pjfranks1509 Will prob do something like that,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/899015841160679424,[],[],0,,False,166,7,4,,None,,,,,,,"[{'screen_name': '_jeffreyr', 'name': 'JeffreyR', 'id': '48472949'}, {'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}, {'screen_name': 'Cupen_Ames', 'name': 'Freddy Cupen-Ames (He/Him/His/El)', 'id': '2787081445'}, {'screen_name': 'pjfranks1509', 'name': 'Paul Franks', 'id': '117420493'}]",,,, +333,899003841001037824,898707974541250560,1503174193000.0,2017-08-19 20:23:13,+0000,,@RanRinBC @Cupen_Ames @pjfranks1509 Problem is possible impact on curbs or ground objects with the car itself or door swing arc,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/899003841001037824,[],[],0,,False,172,8,7,,None,,,,,,,"[{'screen_name': 'RanRinBC', 'name': 'Randy Rinaldo 🦅', 'id': '313145702'}, {'screen_name': 'Cupen_Ames', 'name': 'Freddy Cupen-Ames (He/Him/His/El)', 'id': '2787081445'}, {'screen_name': 'pjfranks1509', 'name': 'Paul Franks', 'id': '117420493'}]",,,, +334,898997621158690816,898995993529638912,1503172710000.0,2017-08-19 19:58:30,+0000,,"@andrewket Will do. Also, we need to make it a lot easier to adjust the headrest.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/898997621158690816,[],[],0,,False,2017,67,43,,None,,,,,,,"[{'screen_name': 'andrewket', 'name': 'Andrew Doane', 'id': '14207320'}]",,,, +335,898782234701737984,898707974541250560,1503121357000.0,2017-08-19 05:42:37,+0000,,"@Cupen_Ames @pjfranks1509 Yeah, it should probably automatically adjust to the user config of whoever is closest to a given door when the handle is touched",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/898782234701737984,[],[],0,,False,403,45,27,,None,,,,,,,"[{'screen_name': 'Cupen_Ames', 'name': 'Freddy Cupen-Ames (He/Him/His/El)', 'id': '2787081445'}, {'screen_name': 'pjfranks1509', 'name': 'Paul Franks', 'id': '117420493'}]",,,, +336,898713949125787650,898707974541250560,1503105077000.0,2017-08-19 01:11:17,+0000,,@pjfranks1509 Good point. We will add that to all cars in one of the upcoming software releases.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/898713949125787650,[],[],0,,False,8465,266,436,,None,,,,,,,"[{'screen_name': 'pjfranks1509', 'name': 'Paul Franks', 'id': '117420493'}]",,,, +337,898659784307515392,898650010757152768,1503092163000.0,2017-08-18 21:36:03,+0000,,@robcrawford08 I love Kermit,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/898659784307515392,[],[],0,,False,24638,174,2860,,None,,,,,,,[],,,, +338,898523896952922113,898521820764135426,1503059765000.0,2017-08-18 12:36:05,+0000,,"But you can check it out on @9GAGTweets. Btw, this isn't a video, like cliff diving or fake rocket landings, that matters if it's reversed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/898523896952922113,[],[],0,,False,2137,138,138,,None,,,,,,,[],,,, +339,898522857847652353,898521820764135426,1503059517000.0,2017-08-18 12:31:57,+0000,,Wigs me out too much. Deleting ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/898522857847652353,[],[],0,,False,2140,203,113,,None,,,,,,,[],,,, +340,897234747025313793,897233474792284162,1502752408000.0,2017-08-14 23:13:28,+0000,,"@PatricknLA @ericgarcetti Yes, just that the permitting process is slow",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/897234747025313793,[],[],0,,False,573,36,28,,None,,,,,,,"[{'screen_name': 'PatricknLA', 'name': 'Patrick Terrill', 'id': '120277096'}, {'screen_name': 'ericgarcetti', 'name': 'Eric Garcetti', 'id': '17358750'}]",,,, +341,897234526945988608,897232757629173760,1502752355000.0,2017-08-14 23:12:35,+0000,,@Schmidtlaxer I want one too!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/897234526945988608,[],[],0,,False,755,52,27,,None,,,,,,,[],,,, +342,897232757629173760,897232757629173760,1502751933000.0,2017-08-14 23:05:33,+0000,,"Tesla Powerwalls can support houses of any size, but the cool thing is we can tow this house around with a Model X! https://t.co/MmQl8BPetY",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/897232757629173760,['https://twitter.com/electrekco/status/896912532031590401'],[],0,,False,21041,1094,4136,https://twitter.com/electrekco/status/896912532031590401,None,,,,,,,[],,,, +343,897223001631899648,897209593612218368,1502749607000.0,2017-08-14 22:26:47,+0000,,"@neddesmond @SpaceX The danger is def high for South Korea, due to proximity, but much less for distant targets like the US. SK anti-missile tech is excellent.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/897223001631899648,[],[],0,,False,359,23,32,,None,,,,,,,"[{'screen_name': 'neddesmond', 'name': 'Ned Desmond', 'id': '14929531'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +344,897221108704751616,897209593612218368,1502749156000.0,2017-08-14 22:19:16,+0000,,"@neddesmond @SpaceX We certainly could, but, while not suggesting complacency, I'm confident that the US DoD and intelligence orgs have this covered",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/897221108704751616,[],[],0,,False,2585,59,162,,None,,,,,,,"[{'screen_name': 'neddesmond', 'name': 'Ned Desmond', 'id': '14929531'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +345,897142164731199488,897142164731199488,1502730334000.0,2017-08-14 17:05:34,+0000,,12th mission of our Dragon robotic space freighter in support of the @NASA @Space_Station https://t.co/vlGbGLgBcR,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/897142164731199488,['https://twitter.com/spacex/status/897133836441534464'],[],0,,False,13426,519,1971,https://twitter.com/spacex/status/897133836441534464,None,,,,,,,[],,,, +346,896762461574938625,896762461574938625,1502639806000.0,2017-08-13 15:56:46,+0000,,First draft animation of the Falcon Heavy three core launch. FH is twice the thrust of the next… https://t.co/vgZxF6ugoh,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/896762461574938625,['https://www.instagram.com/p/BXXiVWFgphb/'],[],0,,False,8786,724,1772,,None,,,,,,,[],,,, +347,896227859596955648,896166762361704450,1502512347000.0,2017-08-12 04:32:27,+0000,,@Beryllium9 @jasontoff For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/896227859596955648,[],[],0,,False,453,30,18,,None,,,,,,,"[{'screen_name': 'Beryllium9', 'name': 'Kevin Boyd', 'id': '18713086'}, {'screen_name': 'jasontoff', 'name': 'Jason Toff', 'id': '6562172'}]",,,, +348,896226285831077888,896169801277517824,1502511972000.0,2017-08-12 04:26:12,+0000,,@Reza_Zadeh Biggest impediment to recognizing AI danger are those so convinced of their own intelligence they can't imagine anyone doing what they can't,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/896226285831077888,[],[],0,,False,2179,118,436,,None,,,,,,,"[{'screen_name': 'Reza_Zadeh', 'name': 'Reza Zadeh', 'id': '92839676'}]",,,, +349,896216646670471168,896163163581825025,1502509674000.0,2017-08-12 03:47:54,+0000,,Would like to express our appreciation to Microsoft for use of their Azure cloud computing platform. This required massive processing power.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/896216646670471168,[],[],0,,False,18001,290,3863,,None,,,,,,,[],,,, +350,896200592388784128,896200592388784128,1502505846000.0,2017-08-12 02:44:06,+0000,,OpenAI + Dota 2 https://t.co/hdyFSMMB0z,in,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/896200592388784128,['https://youtu.be/l92J1UvHf6M'],[],0,,False,11955,368,3904,,None,,,,,,,[],,,, +351,896171308706287616,896169801277517824,1502498864000.0,2017-08-12 00:47:44,+0000,,@VeryVandy It is far too complex for that. Requires a team of the world's best AI researchers with massive computing resources.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/896171308706287616,[],[],0,,False,1783,144,165,,None,,,,,,,"[{'screen_name': 'VeryVandy', 'name': 'VeryVandy', 'id': '395432970'}]",,,, +352,896169801277517824,896169801277517824,1502498505000.0,2017-08-12 00:41:45,+0000,,"Nobody likes being regulated, but everything (cars, planes, food, drugs, etc) that's a danger to the public is regulated. AI should be too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/896169801277517824,[],[],0,,False,67453,2278,18429,,None,,,,,,,[],,,, +353,896167360624590848,896166762361704450,1502497923000.0,2017-08-12 00:32:03,+0000,,"@iainthomson I sure hope so, but we can't take that for granted",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/896167360624590848,[],[],0,,False,365,26,8,,None,,,,,,,"[{'screen_name': 'iainthomson', 'name': 'Iain Thomson', 'id': '19570007'}]",,,, +354,896166762361704450,896166762361704450,1502497780000.0,2017-08-12 00:29:40,+0000,,"If you're not concerned about AI safety, you should be. Vastly more risk than North Korea. https://t.co/2z0tiid0lc",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/896166762361704450,[],['https://pbs.twimg.com/media/DG_S6a2UwAAVzKD.jpg'],1,https://pbs.twimg.com/media/DG_S6a2UwAAVzKD.jpg,False,33624,2045,11562,,None,,,,,,,[],,,, +355,896163163581825025,896163163581825025,1502496922000.0,2017-08-12 00:15:22,+0000,,OpenAI first ever to defeat world's best players in competitive eSports. Vastly more complex than traditional board games like chess & Go.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/896163163581825025,[],[],0,,False,34839,946,9807,,None,,,,,,,[],,,, +356,895878249389072386,895318232369840128,1502428993000.0,2017-08-11 05:23:13,+0000,,@SmileSimplify @VatsalSngh @businessinsider Coming soon ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/895878249389072386,[],[],0,,False,312,31,7,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'VatsalSngh', 'name': 'Vatsal Singh', 'id': '122852307'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +357,895872939286872068,895871776256794624,1502427727000.0,2017-08-11 05:02:07,+0000,,@mayemusk Hi Mom!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/895872939286872068,[],[],0,,False,10121,149,572,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +358,895867074517516289,895318232369840128,1502426329000.0,2017-08-11 04:38:49,+0000,,@maralkalajian @businessinsider A level 9 orc illusionist and dressmaker,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/895867074517516289,[],[],0,,False,1117,37,87,,None,,,,,,,"[{'screen_name': 'maralkalajian', 'name': 'Maral', 'id': '17392609'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +359,895866249669820418,895857329027076096,1502426132000.0,2017-08-11 04:35:32,+0000,,@TIME This is about as true as TIME being a paragon of great journalism. Please spend at least 8 seconds checking your facts.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/895866249669820418,[],[],0,,False,28397,619,4621,,None,,,,,,,"[{'screen_name': 'TIME', 'name': 'TIME', 'id': '14293310'}]",,,, +360,895865506602692609,895318232369840128,1502425955000.0,2017-08-11 04:32:35,+0000,,@businessinsider Just because I have the outfit and the awesome weapons doesn't make me a ninja. That requires years of training.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/895865506602692609,[],[],0,,False,1063,56,153,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +361,895864765980958721,895318232369840128,1502425779000.0,2017-08-11 04:29:39,+0000,,@VatsalSngh @businessinsider There are dozens of bogus or half-true anecdotes don't really matter & maybe 5 to 10 that do. Guess I could post for those interested.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/895864765980958721,[],[],0,,False,454,45,14,,None,,,,,,,"[{'screen_name': 'VatsalSngh', 'name': 'Vatsal Singh', 'id': '122852307'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +362,895838512544702465,895318232369840128,1502419519000.0,2017-08-11 02:45:19,+0000,,"@businessinsider One other I'd like to correct from the biography: I never said I was a samurai. Said I was ninja. No, that's a joke. Didn't say that either.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/895838512544702465,[],[],0,,False,4912,139,435,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +363,895837913707163648,895318232369840128,1502419377000.0,2017-08-11 02:42:57,+0000,,"@businessinsider MB was given 52 weeks of salary & stock in appreciation for her great contribution & left to join a small firm, once again as a generalist",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/895837913707163648,[],[],0,,False,1358,41,169,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +364,895836885427335168,895318232369840128,1502419131000.0,2017-08-11 02:38:51,+0000,,"@businessinsider Mary Beth was an amazing assistant for over 10 yrs, but as company complexity grew, the role required several specialists vs one generalist",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/895836885427335168,[],[],0,,False,992,24,122,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +365,895835433363439616,895318232369840128,1502418785000.0,2017-08-11 02:33:05,+0000,,"@businessinsider Of all the bogus anecdotes, this one troubles me the most. Ashlee never actually ran this story by me or my assistant. It is total nonsense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/895835433363439616,[],[],0,,False,911,56,121,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +366,895834554245709824,895318232369840128,1502418576000.0,2017-08-11 02:29:36,+0000,,"@businessinsider Ashlee Vance's biography is mostly correct, but also rife with errors & never independently fact-checked, despite my request that he do so",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/895834554245709824,[],[],0,,False,2720,124,278,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +367,895512698145976320,895495113153142785,1502341839000.0,2017-08-10 05:10:39,+0000,,@LWRGI Major increases in the Supercharger and Tesla urban charger network happening over the next several months,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/895512698145976320,[],[],0,,False,3659,159,286,,None,,,,,,,"[{'screen_name': 'LWRGI', 'name': 'Tonantzin Matheus', 'id': '260811147'}]",,,, +368,894346282642354178,894346282642354178,1502063744000.0,2017-08-06 23:55:44,+0000,,First draft animation of the Falcon Heavy three core launch. FH is twice the thrust of the next… https://t.co/vgZxF6LRMR,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/894346282642354178,['https://www.instagram.com/p/BXXiVWFgphb/'],[],0,,False,12000,907,2711,,None,,,,,,,[],,,, +369,894323936413929472,894307568209846272,1502058416000.0,2017-08-06 22:26:56,+0000,,@AmirNoir I agree. Working on it ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/894323936413929472,[],[],0,,False,2127,209,84,,None,,,,,,,"[{'screen_name': 'AmirNoir', 'name': 'AmirNoir', 'id': '50981303'}]",,,, +370,893995253392326656,893993947881652224,1501980052000.0,2017-08-06 00:40:52,+0000,,@AwarenessReef @lexiheft @Domenick_Y @bonnienorman It's only a matter of time,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893995253392326656,[],[],0,,False,346,21,15,,None,,,,,,,"[{'screen_name': 'AwarenessReef', 'name': 'Spoooooky Coral Reef', 'id': '789461048021614593'}, {'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'Domenick_Y', 'name': 'Domenick', 'id': '14847096'}, {'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +371,893995091399856128,893994655582498816,1501980014000.0,2017-08-06 00:40:14,+0000,,@Belakorr y,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893995091399856128,[],[],0,,False,3969,151,255,,None,,,,,,,"[{'screen_name': 'Belakorr', 'name': 'Daniel López', 'id': '300123389'}]",,,, +372,893993947881652224,893993947881652224,1501979741000.0,2017-08-06 00:35:41,+0000,,"True, although the changemyview subreddit is least likely to be clicked on by people who really should change their view https://t.co/DlVgSc3ZJJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893993947881652224,['https://twitter.com/lexiheft/status/893987512359714816'],[],0,,False,6749,305,765,https://twitter.com/lexiheft/status/893987512359714816,None,,,,,,,[],,,, +373,893988268655525888,893988268655525888,1501978387000.0,2017-08-06 00:13:07,+0000,,"Arguments, followed, of course, by complaints https://t.co/DOOWMGy8p8",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893988268655525888,['https://m.youtube.com/watch?v=wxrbOVeRonQ'],[],0,,False,4271,207,641,,None,,,,,,,[],,,, +374,893985648402497536,893984998419685376,1501977762000.0,2017-08-06 00:02:42,+0000,,@iDedupe Are you complaining that we are not complaining enough?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893985648402497536,[],[],0,,False,2156,63,92,,None,,,,,,,"[{'screen_name': 'iDedupe', 'name': 'Andy Wilson', 'id': '442357615'}]",,,, +375,893985049569185792,893981677437018113,1501977619000.0,2017-08-06 00:00:19,+0000,,@Domenick_Y @bonnienorman And let's not forget the forum on which we are posting… I've heard - now this is just a rumor - that people say mean things on Twitter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893985049569185792,[],[],0,,False,884,22,66,,None,,,,,,,"[{'screen_name': 'Domenick_Y', 'name': 'Domenick', 'id': '14847096'}, {'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +376,893983388729618433,893983105895280641,1501977223000.0,2017-08-05 23:53:43,+0000,,@TomDines Like I said ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/893983388729618433,[],[],0,,False,1009,23,16,,None,,,,,,,"[{'screen_name': 'TomDines', 'name': 'Tom Dines', 'id': '334322570'}]",,,, +377,893982616692465664,893981677437018113,1501977039000.0,2017-08-05 23:50:39,+0000,,@bonnienorman It gets really dark,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/893982616692465664,[],[],0,,False,339,8,10,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +378,893982228857761794,893981677437018113,1501976947000.0,2017-08-05 23:49:07,+0000,,"@WaywardPlane True, there are frequent complaint expansion packs",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/893982228857761794,[],[],0,,False,656,8,21,,None,,,,,,,"[{'screen_name': 'WaywardPlane', 'name': 'Wayward Plane ✈️', 'id': '822254523112714240'}]",,,, +379,893981677437018113,893981677437018113,1501976815000.0,2017-08-05 23:46:55,+0000,,Except for complaining. That has remained constant throughout history at 100/100. https://t.co/dQFlVLkO21,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/893981677437018113,['https://twitter.com/sama/status/892079862097166336'],[],0,,False,31232,552,9755,https://twitter.com/sama/status/892079862097166336,None,,,,,,,[],,,, +380,893920554821931008,893920554821931008,1501962243000.0,2017-08-05 19:44:03,+0000,,Officially verified as the first production electric car to exceed 1000km on a single charge! Congratulations Tesla Owners Italia!! https://t.co/r8fFZIFEP2,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/893920554821931008,['https://twitter.com/teslaownersit/status/893255144447643648'],[],0,,False,48602,896,13427,https://twitter.com/teslaownersit/status/893255144447643648,None,,,,,,,[],,,, +381,893416227967717376,893384806381346816,1501842002000.0,2017-08-04 10:20:02,+0000,,@GuardianSustBiz I guess a proof of concept is needed,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/893416227967717376,[],[],0,,False,9523,330,678,,None,,,,,,,"[{'screen_name': 'GuardianSustBiz', 'name': 'Jeremy Leslie', 'id': '1149181990945599488'}]",,,, +382,893176500005908482,893176500005908482,1501784846000.0,2017-08-03 18:27:26,+0000,,Looking forward to launching @NASA astronauts to the International Space Station next year! https://t.co/qoLtTEP4L8,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/893176500005908482,['http://www.popularmechanics.com/space/a27453/spacex-boeing-launch-astronauts-next-year/'],[],0,,False,26589,656,5804,,None,,,,,,,[],,,, +383,892881718201401344,892879594944159746,1501714565000.0,2017-08-02 22:56:05,+0000,,@RSorokanich @RoadandTrack Sorry about that. You certainly should have been. Will get you guys in a car right away.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/892881718201401344,[],[],0,,False,2409,79,71,,None,,,,,,,"[{'screen_name': 'RSorokanich', 'name': 'Bob Sorokanich', 'id': '273759672'}, {'screen_name': 'RoadandTrack', 'name': 'Road & Track', 'id': '21200953'}]",,,, +384,892818841738158080,892811651824533504,1501699574000.0,2017-08-02 18:46:14,+0000,,"@jdlien No, must brake safely to a halt",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/892818841738158080,[],[],0,,False,398,26,12,,None,,,,,,,"[{'screen_name': 'jdlien', 'name': 'JD Lien', 'id': '21677454'}]",,,, +385,892811651824533504,892811651824533504,1501697860000.0,2017-08-02 18:17:40,+0000,,SpaceX student Hyperloop top speed competition coming up soon! https://t.co/R7FAPf6HLB,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/892811651824533504,['https://twitter.com/hyperloop/status/892805772488388612'],[],0,,False,13825,331,2370,https://twitter.com/hyperloop/status/892805772488388612,None,,,,,,,[],,,, +386,892545286748258305,892545286748258305,1501634353000.0,2017-08-02 00:39:13,+0000,,We poured our heart into the car. Hope you love it. https://t.co/DZOgQUfENo,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/892545286748258305,['https://twitter.com/futurism/status/892422861150760965'],[],0,,False,32358,1133,5090,https://twitter.com/futurism/status/892422861150760965,None,,,,,,,[],,,, +387,892216736497319936,892216736497319936,1501556021000.0,2017-08-01 02:53:41,+0000,,Sure hope so https://t.co/VJclNI3I2F,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/892216736497319936,['https://twitter.com/popmech/status/892038155041476608'],[],0,,False,21936,502,2805,https://twitter.com/popmech/status/892038155041476608,None,,,,,,,[],,,, +388,892083176897626113,892075323466149891,1501524178000.0,2017-07-31 18:02:58,+0000,,@FoxNews Batteries!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/892083176897626113,[],[],0,,False,8997,196,617,,None,,,,,,,"[{'screen_name': 'FoxNews', 'name': 'Fox News', 'id': '1367531'}]",,,, +389,892049271511330816,892049271511330816,1501516094000.0,2017-07-31 15:48:14,+0000,,"Thoughtful Model 3 review by @tsrandall, one of the most insightful journalists https://t.co/cuIKJ9NglN",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/892049271511330816,['https://www.bloomberg.com/news/articles/2017-07-31/driving-tesla-s-model-3-changes-everything'],[],0,,False,9826,424,2507,,None,,,,,,,[],,,, +390,891925017461575680,891881869712773121,1501486469000.0,2017-07-31 07:34:29,+0000,,"@SmileSimplify @notshahzeb @verge There are several dozen ship names in the Culture series, but I liked those best",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/891925017461575680,[],[],0,,False,1015,44,35,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'notshahzeb', 'name': 's \U0001f93f', 'id': '1541423550'}, {'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +391,891911665821786112,891881869712773121,1501483286000.0,2017-07-31 06:41:26,+0000,,@verge Umm ... https://t.co/bjJ0lNYK35,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/891911665821786112,[],['https://pbs.twimg.com/media/DGC07V3UwAAMwhR.jpg'],1,https://pbs.twimg.com/media/DGC07V3UwAAMwhR.jpg,False,45445,662,6728,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +392,891737934553989120,891704985603284992,1501441865000.0,2017-07-30 19:11:05,+0000,,"@skynetcomputer Yeah, it's better than a Model 3. We can put a lot more in a car at a higher price.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/891737934553989120,[],[],0,,False,416,62,22,,None,,,,,,,"[{'screen_name': 'skynetcomputer', 'name': 'Simon Chow', 'id': '70453104'}]",,,, +393,891719659514245121,891708616574685185,1501437508000.0,2017-07-30 17:58:28,+0000,,"@robertgaal @EricDiepeveen I'm sure there are better answers than what I do, which is just take the pain and make sure you really care about what you're doing",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891719659514245121,[],[],0,,False,2024,147,317,,None,,,,,,,"[{'screen_name': 'robertgaal', 'name': 'Robert Gaal', 'id': '1274561'}, {'screen_name': 'EricDiepeveen', 'name': 'Eric Diepeveen', 'id': '19741420'}]",,,, +394,891715134132936704,891708616574685185,1501436429000.0,2017-07-30 17:40:29,+0000,,"@iFahadUddin @EricDiepeveen If you buy a ticket to hell, it isn't fair to blame hell ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891715134132936704,[],[],0,,False,1032,69,333,,None,,,,,,,"[{'screen_name': 'EricDiepeveen', 'name': 'Eric Diepeveen', 'id': '19741420'}]",,,, +395,891714878494261249,891708616574685185,1501436368000.0,2017-07-30 17:39:28,+0000,,"@iFahadUddin @EricDiepeveen Maybe not medically tho. Dunno. Bad feelings correlate to bad events, so maybe real problem is getting carried away in what I sign up for.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891714878494261249,[],[],0,,False,1215,107,85,,None,,,,,,,"[{'screen_name': 'EricDiepeveen', 'name': 'Eric Diepeveen', 'id': '19741420'}]",,,, +396,891713104786083841,891708616574685185,1501435946000.0,2017-07-30 17:32:26,+0000,,@iFahadUddin @EricDiepeveen Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891713104786083841,[],[],0,,False,670,38,30,,None,,,,,,,"[{'screen_name': 'EricDiepeveen', 'name': 'Eric Diepeveen', 'id': '19741420'}]",,,, +397,891710778205626368,891708616574685185,1501435391000.0,2017-07-30 17:23:11,+0000,,"@EricDiepeveen The reality is great highs, terrible lows and unrelenting stress. Don't think people want to hear about the last two.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891710778205626368,[],[],0,,False,22153,819,5448,,None,,,,,,,"[{'screen_name': 'EricDiepeveen', 'name': 'Eric Diepeveen', 'id': '19741420'}]",,,, +398,891708792110317568,891704985603284992,1501434917000.0,2017-07-30 17:15:17,+0000,,@cunarders Model 3 uses two intersecting planes of air for vertical control & lateral fins hidden within the dashboard for horizontal control,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891708792110317568,[],[],0,,False,923,34,100,,None,,,,,,,"[{'screen_name': 'cunarders', 'name': 'Follow @visitwithrich instead', 'id': '2479714500'}]",,,, +399,891704985603284992,891704985603284992,1501434010000.0,2017-07-30 17:00:10,+0000,,Model 3 Interior https://t.co/fihY06dJLw,ca,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891704985603284992,['https://www.instagram.com/p/BXLaVSkAJsk/'],[],0,,False,12642,848,2320,,None,,,,,,,[],,,, +400,891546920232943617,891545607617294336,1501396324000.0,2017-07-30 06:32:04,+0000,,@NigeBe Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/891546920232943617,[],[],0,,False,1844,66,46,,None,,,,,,,"[{'screen_name': 'NigeBe', 'name': 'Nigel Brookes', 'id': '387049565'}]",,,, +401,891543170160353283,891445236689387520,1501395430000.0,2017-07-30 06:17:10,+0000,,@DMC_Ryan Probably middle of next year. Focus now is on getting out of Model 3 production hell. More versions = deeper in hell.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/891543170160353283,[],[],0,,False,5649,153,326,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +402,891441883179753472,891439017279062016,1501371281000.0,2017-07-29 23:34:41,+0000,,@antplaysdrums Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/891441883179753472,[],[],0,,False,2876,68,121,,None,,,,,,,"[{'screen_name': 'antplaysdrums', 'name': 'anthony devecka', 'id': '75114782'}]",,,, +403,891337229162790912,715729313249632257,1501346330000.0,2017-07-29 16:38:50,+0000,,@Oatmeal Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/891337229162790912,[],[],0,,False,754,39,38,,None,,,,,,,"[{'screen_name': 'Oatmeal', 'name': 'The Oatmeal', 'id': '4519121'}]",,,, +404,891113180360880128,891108125842878464,1501292912000.0,2017-07-29 01:48:32,+0000,,"@TeslaOwnerClub Watched them personally to make sure & I agree with the outcome. Wouldn't have judged differently. Amazing videos all, but @MKBHD was best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891113180360880128,[],[],0,,False,4200,42,267,,None,,,,,,,[],,,, +405,891108671828013056,891108671828013056,1501291838000.0,2017-07-29 01:30:38,+0000,,Couldn't believe how incredibly inspiring and creative they were!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891108671828013056,[],[],0,,False,10379,269,649,,None,,,,,,,[],,,, +406,891108125842878464,891108125842878464,1501291707000.0,2017-07-29 01:28:27,+0000,,First! https://t.co/OXNEgDnhku,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891108125842878464,['https://twitter.com/teslamotors/status/890291870298849280'],[],0,,False,19398,419,2736,https://twitter.com/teslamotors/status/890291870298849280,None,,,,,,,[],,,, +407,891108035665338369,891108035665338369,1501291686000.0,2017-07-29 01:28:06,+0000,,Second https://t.co/BTVNSZhC9z,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891108035665338369,['https://twitter.com/teslamotors/status/890292180853465088'],[],0,,False,5152,91,644,https://twitter.com/teslamotors/status/890292180853465088,None,,,,,,,[],,,, +408,891107966367158272,891107966367158272,1501291669000.0,2017-07-29 01:27:49,+0000,,Third https://t.co/JAcuaLWTQY,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891107966367158272,['https://twitter.com/teslamotors/status/890292323145228288'],[],0,,False,4166,93,503,https://twitter.com/teslamotors/status/890292323145228288,None,,,,,,,[],,,, +409,891107800901853184,891107800901853184,1501291630000.0,2017-07-29 01:27:10,+0000,,Project Loveday winners ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891107800901853184,[],[],0,,False,4607,140,324,,None,,,,,,,[],,,, +410,890830152124563457,890830152124563457,1501225433000.0,2017-07-28 07:03:53,+0000,,Setting up for Model 3 handover tomorrow night ... https://t.co/gcnZ5jTjyR,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/890830152124563457,['https://www.instagram.com/p/BXE4eKIg7_D/'],[],0,,False,10747,475,1597,,None,,,,,,,[],,,, +411,890810366615146496,890765027032039429,1501220716000.0,2017-07-28 05:45:16,+0000,,@Cardoso @Cosmic_Penguin @caradocp If we're lucky,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/890810366615146496,[],[],0,,False,651,38,27,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}, {'screen_name': 'Cosmic_Penguin', 'name': 'Cosmic Penguin', 'id': '571042857'}, {'screen_name': 'caradocp', 'name': '💧Giles Pritchard', 'id': '36643358'}]",,,, +412,890810308326940672,890765027032039429,1501220702000.0,2017-07-28 05:45:02,+0000,,"@Cardoso @Cosmic_Penguin @caradocp Sides run high thrust, center is lower thrust until sides separate & fly back. Center then throttles up, keeps burning & lands on droneship.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/890810308326940672,[],[],0,,False,528,26,56,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}, {'screen_name': 'Cosmic_Penguin', 'name': 'Cosmic Penguin', 'id': '571042857'}, {'screen_name': 'caradocp', 'name': '💧Giles Pritchard', 'id': '36643358'}]",,,, +413,890774088104370176,890765027032039429,1501212067000.0,2017-07-28 03:21:07,+0000,,@caradocp Side booster rockets return to Cape Canaveral. Center lands on droneship.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/890774088104370176,[],[],0,,False,919,39,136,,None,,,,,,,"[{'screen_name': 'caradocp', 'name': '💧Giles Pritchard', 'id': '36643358'}]",,,, +414,890765027032039429,890765027032039429,1501209906000.0,2017-07-28 02:45:06,+0000,,Falcon Heavy maiden launch this November https://t.co/D4Dxq9d6hc,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/890765027032039429,['https://www.instagram.com/p/BXEkGKlgJDK/'],[],0,,False,14118,659,3266,,None,,,,,,,[],,,, +415,890676198874824706,890676078661967874,1501188728000.0,2017-07-27 20:52:08,+0000,,@mathetes76 Tesla team will verify,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/890676198874824706,[],[],0,,False,894,27,19,,None,,,,,,,"[{'screen_name': 'mathetes76', 'name': 'Jennifer', 'id': '397636567'}]",,,, +416,890096103135358982,890096103135358982,1501050422000.0,2017-07-26 06:27:02,+0000,,Testing The Boring Company car elevator https://t.co/zZkFz6ATGY,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/890096103135358982,['https://www.instagram.com/p/BW_-mlYAMrs/'],[],0,,False,15009,724,3065,,None,,,,,,,[],,,, +417,890048598611599360,890048598611599360,1501039096000.0,2017-07-26 03:18:16,+0000,,Love this Tesla P100D drag racing video https://t.co/rxTTFOn8mp,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/890048598611599360,['https://m.youtube.com/watch?v=ARzujfRiQ3c&feature=youtu.be'],[],0,,False,13624,604,2922,,None,,,,,,,[],,,, +418,889751762944512002,889743281516564480,1500968325000.0,2017-07-25 07:38:45,+0000,,@lars_0 @dcunni @SVbizjournal Movie on the subject coming soon...,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/889751762944512002,[],[],0,,False,3264,146,310,,None,,,,,,,"[{'screen_name': 'lars_0', 'name': 'Lars Osborne', 'id': '146493679'}, {'screen_name': 'dcunni', 'name': 'Darren Cunningham', 'id': '14837691'}, {'screen_name': 'svbizjournal', 'name': 'Silicon Valley Business Journal', 'id': '17625154'}]",,,, +419,889749519021121536,889749519021121536,1500967790000.0,2017-07-25 07:29:50,+0000,,"Tim's piece on AI is excellent, but we actually face a double exponential rate of improvement. AI hardware & software are both exponential. https://t.co/hSfNU8zxDu",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/889749519021121536,['https://twitter.com/john_blue9/status/889747464055513088'],[],0,,False,7248,363,1849,https://twitter.com/john_blue9/status/889747464055513088,None,,,,,,,[],,,, +420,889743782387761152,889743281516564480,1500966423000.0,2017-07-25 07:07:03,+0000,,@dcunni @SVbizjournal I've talked to Mark about this. His understanding of the subject is limited.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/889743782387761152,[],[],0,,False,32295,1127,7973,,None,,,,,,,"[{'screen_name': 'dcunni', 'name': 'Darren Cunningham', 'id': '14837691'}, {'screen_name': 'svbizjournal', 'name': 'Silicon Valley Business Journal', 'id': '17625154'}]",,,, +421,889743207684218880,889736220116254721,1500966285000.0,2017-07-25 07:04:45,+0000,,@maralkalajian A book of the most beautiful classic cars given to me on my 18th birthday on a farm in Saskatchewan. Van Gogh's Starry Night.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/889743207684218880,[],[],0,,False,729,28,47,,None,,,,,,,"[{'screen_name': 'maralkalajian', 'name': 'Maral', 'id': '17392609'}]",,,, +422,889737700382605312,889736220116254721,1500964972000.0,2017-07-25 06:42:52,+0000,,@NickHOrford $US price in $AUD plus import duties and sales tax,fr,[],"['us', 'aud']",44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/889737700382605312,[],[],0,,False,267,31,13,,None,,,,,,,"[{'screen_name': 'NickHOrford', 'name': 'Nicholas Orford', 'id': '234604572'}]",,,, +423,889736942564253696,889734144317698048,1500964792000.0,2017-07-25 06:39:52,+0000,,@RyanBiddle603 @SpaceX We can't have too many direct shareholders or we're required to become a public co. Will check if possible through a feeder fund though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/889736942564253696,[],[],0,,False,2241,108,112,,None,,,,,,,"[{'screen_name': 'RyanBiddle603', 'name': 'rbiddle', 'id': '2725737273'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +424,889736220116254721,889736220116254721,1500964620000.0,2017-07-25 06:37:00,+0000,,Often comes as a surprise when people learn that 80% of my time is on engineering/design and just 20% on other stuff https://t.co/T9yLcg9owU,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/889736220116254721,['https://www.inc.com/ayse-birsel/why-elon-musk-spends-80-percent-of-his-time-on-thi.html'],[],0,,False,17016,639,3590,,None,,,,,,,[],,,, +425,888813713800785923,887819619813044224,1500744677000.0,2017-07-22 17:31:17,+0000,,@VoltzCoreAudio @andygen21 @Teslarati A 9m diameter vehicle fits in our existing factories ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/888813713800785923,[],[],0,,False,611,51,76,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '2989135748'}, {'screen_name': 'andygen21', 'name': 'Andrew Fontaine', 'id': '373162933'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +426,888555494763241472,887819619813044224,1500683113000.0,2017-07-22 00:25:13,+0000,,"@andygen21 @Teslarati Yes, I postponed publishing in order to present the updated interplanetary rocket & spaceship design in Adelaide. Will be on the final day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/888555494763241472,[],[],0,,False,610,31,69,,None,,,,,,,"[{'screen_name': 'andygen21', 'name': 'Andrew Fontaine', 'id': '373162933'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +427,888541666122113024,888541666122113024,1500679816000.0,2017-07-21 23:30:16,+0000,,Discussing physics of tunnels with Mayor Vargas (who has a physics background). Hawthorne support for The Boring Company much appreciated. https://t.co/UAOCildbnT,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/888541666122113024,['https://twitter.com/sandymazza/status/888511194553737216'],[],0,,False,17021,610,2523,https://twitter.com/sandymazza/status/888511194553737216,None,,,,,,,[],,,, +428,888506295157960704,888245682175320065,1500671383000.0,2017-07-21 21:09:43,+0000,,@kglickstein @LeeannTweeden Kinda have to :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/888506295157960704,[],[],0,,False,218,9,11,,None,,,,,,,"[{'screen_name': 'kglickstein', 'name': 'kenny gee', 'id': '264441894'}, {'screen_name': 'LeeannTweeden', 'name': 'Leeann Tweeden', 'id': '129017224'}]",,,, +429,888506080837468160,888053175155949572,1500671331000.0,2017-07-21 21:08:51,+0000,,@DrChrisVieira LA-SF-Reno/Sparks would be great. Tesla logistics costs for Sparks-Fremont (batteries & motors) and Fremont-LA (finished cars) are gigantic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/888506080837468160,[],[],0,,False,361,34,33,,None,,,,,,,"[{'screen_name': 'DrChrisVieira', 'name': 'Christopher Vieira', 'id': '1737997758'}]",,,, +430,888365784153694208,888053175155949572,1500637882000.0,2017-07-21 11:51:22,+0000,,"@libbycwatson Verbal approval was at Federal level. Still a lot of work before formal, written approval, but this opens door for state & city discussions.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/888365784153694208,[],[],0,,False,550,59,73,,None,,,,,,,"[{'screen_name': 'libbycwatson', 'name': 'libby watson', 'id': '26579715'}]",,,, +431,888230081289695232,888053175155949572,1500605528000.0,2017-07-21 02:52:08,+0000,,@JosephThuney Adding Boston and Providence would be the natural extension of the line,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/888230081289695232,[],[],0,,False,623,39,85,,None,,,,,,,"[{'screen_name': 'JosephThuney', 'name': 'Joseph Thuney', 'id': '322286131'}]",,,, +432,888141008252407808,888053175155949572,1500584291000.0,2017-07-20 20:58:11,+0000,,"@mariom An underground Hyperloop would mean no disruption above ground and be way faster, so I think it is he right way to go",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/888141008252407808,[],[],0,,False,692,48,84,,None,,,,,,,"[{'screen_name': 'mariom', 'name': 'Mario🔸💙', 'id': '708813'}]",,,, +433,888137602108448771,888053175155949572,1500583479000.0,2017-07-20 20:44:39,+0000,,@ejohnson99 City of Chicago already approached us about doing a high speed tunnel from O'Hare to downtown. They've been great.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/888137602108448771,[],[],0,,False,2543,80,267,,None,,,,,,,"[{'screen_name': 'ejohnson99', 'name': 'Erik Johnson', 'id': '1529121115'}]",,,, +434,888136631672340480,888053175155949572,1500583248000.0,2017-07-20 20:40:48,+0000,,"If you want this to happen fast, please let your local & federal elected representatives know. Makes a big difference if they hear from you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/888136631672340480,[],[],0,,False,18147,1185,2823,,None,,,,,,,[],,,, +435,888077452265771008,888053175155949572,1500569138000.0,2017-07-20 16:45:38,+0000,,"Still a lot of work needed to receive formal approval, but am optimistic that will occur rapidly",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/888077452265771008,[],[],0,,False,12475,513,1200,,None,,,,,,,[],,,, +436,888059982586839041,888053175155949572,1500564973000.0,2017-07-20 15:36:13,+0000,,@curiousworlds For sure. First set of tunnels are to alleviate greater LA urban congestion. Will start NY-DC in parallel. Then prob LA-SF and a TX loop.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/888059982586839041,[],[],0,,False,3218,294,582,,None,,,,,,,"[{'screen_name': 'curiousworlds', 'name': 'rebecca', 'id': '274635431'}]",,,, +437,888058745153912837,888053175155949572,1500564678000.0,2017-07-20 15:31:18,+0000,,@DaveLeeBBC Support would be much appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/888058745153912837,[],[],0,,False,2922,85,163,,None,,,,,,,[],,,, +438,888053729919877120,888053175155949572,1500563483000.0,2017-07-20 15:11:23,+0000,,"City center to city center in each case, with up to a dozen or more entry/exit elevators in each city",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/888053729919877120,[],[],0,,False,18489,653,2916,,None,,,,,,,[],,,, +439,888053175155949572,888053175155949572,1500563350000.0,2017-07-20 15:09:10,+0000,,Just received verbal govt approval for The Boring Company to build an underground NY-Phil-Balt-DC Hyperloop. NY-DC in 29 mins.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/888053175155949572,[],[],0,,False,180551,6320,62662,,None,,,,,,,[],,,, +440,887782904360816640,887762477454315520,1500498913000.0,2017-07-19 21:15:13,+0000,,"@jeff_foust Plan is to do powered landings on Mars for sure, but with a vastly bigger ship",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/887782904360816640,[],[],0,,False,3700,153,476,,None,,,,,,,"[{'screen_name': 'jeff_foust', 'name': 'Jeff Foust', 'id': '6374602'}]",,,, +441,887039239837241344,887039148749664256,1500321609000.0,2017-07-17 20:00:09,+0000,,@DellyBeck y,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/887039239837241344,[],[],0,,False,234,39,16,,None,,,,,,,"[{'screen_name': 'DellyBeck', 'name': 'Darren Beckford', 'id': '1551260352'}]",,,, +442,887038247376834560,886682315447042048,1500321373000.0,2017-07-17 19:56:13,+0000,,"@aylaberan True. Need to explain full story of Tesla. So much nonsense out there, amplified by propaganda from some in fossil fuels & confused shorts.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/887038247376834560,[],[],0,,False,383,36,46,,None,,,,,,,[],,,, +443,887035171542753281,886682315447042048,1500320639000.0,2017-07-17 19:43:59,+0000,,@FredericLambert @ka_choo_choo @ElectrekCo Not attacking Electrek. Just making sure people don't have the wrong impression.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/887035171542753281,[],[],0,,False,299,12,19,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +444,887029378290298880,886682315447042048,1500319258000.0,2017-07-17 19:20:58,+0000,,@ElectrekCo Not true. Email from customer. https://t.co/4P3QO7EMLW,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/887029378290298880,[],['https://pbs.twimg.com/media/DE9cg5PUIAA1qyt.jpg'],1,https://pbs.twimg.com/media/DE9cg5PUIAA1qyt.jpg,False,5953,99,751,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +445,887027300042104832,887027300042104832,1500318763000.0,2017-07-17 19:12:43,+0000,,"I should clarify: Tesla stock is obviously high based on past & present, but low if you believe in Tesla's future. Place bets accordingly … https://t.co/4zbc6vqZSZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/887027300042104832,['https://twitter.com/mktsinsider/status/886976812626128897'],[],0,,False,21094,907,4079,https://twitter.com/mktsinsider/status/886976812626128897,None,,,,,,,[],,,, +446,887012021232820225,886988275407126532,1500315120000.0,2017-07-17 18:12:00,+0000,,"@yeematt @noooooomad Yeah, otherwise hard to find them",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/887012021232820225,[],[],0,,False,189,8,6,,None,,,,,,,"[{'screen_name': 'yeematt', 'name': 'Matt', 'id': '15065201'}, {'screen_name': 'noooooomad', 'name': '0773h', 'id': '441084523'}]",,,, +447,886329304036126720,885776126148083712,1500152347000.0,2017-07-15 20:59:07,+0000,,@ZsoltBarta42 y,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/886329304036126720,[],[],0,,False,250,32,13,,None,,,,,,,"[{'screen_name': 'ZsoltBarta42', 'name': 'Zsolt Barta', 'id': '790621852804710400'}]",,,, +448,886019702736039936,885776126148083712,1500078533000.0,2017-07-15 00:28:53,+0000,,"@fcingolani It is true, so fine by me",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/886019702736039936,[],[],0,,False,1234,21,37,,None,,,,,,,"[{'screen_name': 'fcingolani', 'name': 'Federico Cingolani', 'id': '14479105'}]",,,, +449,886011377357160452,886008331235676160,1500076548000.0,2017-07-14 23:55:48,+0000,,"@monster_bo1 Small thing (very small), but I made it this way for those who care and understand. Source and appearance are the same.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/886011377357160452,[],[],0,,False,4342,125,312,,None,,,,,,,[],,,, +450,885921115435974657,885921115435974657,1500055028000.0,2017-07-14 17:57:08,+0000,,It's what you don't say,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/885921115435974657,[],[],0,,False,32406,1244,12192,,None,,,,,,,[],,,, +451,885916571549351941,885776126148083712,1500053944000.0,2017-07-14 17:39:04,+0000,,@GoDaddy I do have one question. What does GoDaddy mean?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/885916571549351941,[],[],0,,False,1214,57,256,,None,,,,,,,"[{'screen_name': 'GoDaddy', 'name': 'GoDaddy', 'id': '14949454'}]",,,, +452,885888274119540737,885776126148083712,1500047198000.0,2017-07-14 15:46:38,+0000,,@fcingolani Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/885888274119540737,[],[],0,,False,1147,19,26,,None,,,,,,,"[{'screen_name': 'fcingolani', 'name': 'Federico Cingolani', 'id': '14479105'}]",,,, +453,885886076631433216,885776126148083712,1500046674000.0,2017-07-14 15:37:54,+0000,,Fixed. Now it's good.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/885886076631433216,[],[],0,,False,7493,922,554,,None,,,,,,,[],,,, +454,885884897381896193,885776126148083712,1500046393000.0,2017-07-14 15:33:13,+0000,,@franticnews Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/885884897381896193,[],[],0,,False,903,13,45,,None,,,,,,,"[{'screen_name': 'franticnews', 'name': 'Stan Schroeder', 'id': '817462'}]",,,, +455,885780183088680961,885776126148083712,1500021427000.0,2017-07-14 08:37:07,+0000,,@BenedictEvans @stevesi Stay tuned,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/885780183088680961,[],[],0,,False,697,23,24,,None,,,,,,,"[{'screen_name': 'benedictevans', 'name': 'Benedict Evans', 'id': '1236101'}, {'screen_name': 'stevesi', 'name': 'Steven Sinofsky', 'id': '13418072'}]",,,, +456,885779237038424064,885776126148083712,1500021201000.0,2017-07-14 08:33:21,+0000,,@stevesi I told you it was verbose. Better tomorrow :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/885779237038424064,[],[],0,,False,1318,39,28,,None,,,,,,,"[{'screen_name': 'stevesi', 'name': 'Steven Sinofsky', 'id': '13418072'}]",,,, +457,885776126148083712,885776126148083712,1500020460000.0,2017-07-14 08:21:00,+0000,,"Excited to announce the launch of https://t.co/J6TuRWIQAA! It's a little verbose right now, but that will be fixed tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/885776126148083712,['http://x.com'],[],0,,False,24828,2062,5162,,None,,,,,,,[],,,, +458,885748008410730496,885626807122251776,1500013756000.0,2017-07-14 06:29:16,+0000,,@echo_rm @Kiwi_Manu Just checked and yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/885748008410730496,[],[],0,,False,190,14,7,,None,,,,,,,"[{'screen_name': 'echo_rm', 'name': 'Robert Massaioli', 'id': '4837456518'}, {'screen_name': 'Kiwi_Manu', 'name': 'Ma Nu', 'id': '4725233431'}]",,,, +459,885742017006845952,885616714473287680,1500012327000.0,2017-07-14 06:05:27,+0000,,"@AuerSusan @valleyhack True. Also, Ariane primary bay can deliver slightly heavier satellites than Falcon 9. Falcon Heavy is needed ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/885742017006845952,[],[],0,,False,199,12,15,,None,,,,,,,"[{'screen_name': 'AuerSusan', 'name': 'Susanne Auer 🇪🇺', 'id': '782847487'}, {'screen_name': 'ValleyHack', 'name': 'Jose Eduardo', 'id': '1336794735005081600'}]",,,, +460,885738536292327424,885616714473287680,1500011497000.0,2017-07-14 05:51:37,+0000,,@Oskaiper @valleyhack Commercially procured launches means launches that were openly competed. SpaceX is not allowed to compete for many US and non-US launches.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/885738536292327424,[],[],0,,False,174,9,13,,None,,,,,,,"[{'screen_name': 'Oskaiper', 'name': 'Oscar', 'id': '254663525'}, {'screen_name': 'ValleyHack', 'name': 'Jose Eduardo', 'id': '1336794735005081600'}]",,,, +461,885661618834624512,885661618834624512,1499993159000.0,2017-07-14 00:45:59,+0000,,US Senate hearing on advancing the exploration and settlement of space https://t.co/z2lkDUdXKU,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/885661618834624512,['https://www.commerce.senate.gov/public/index.cfm/hearings?Id=3E9B58AC-1445-4117-86F5-2C2F8A377A81&Statement_id=44A3B6B3-0606-4278-B454-5F43F258974F'],[],0,,False,4637,211,797,,None,,,,,,,[],,,, +462,885636192514985984,885631423306006528,1499987097000.0,2017-07-13 23:04:57,+0000,,"@huntster1701 @m_ac We do that too, but for free",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/885636192514985984,[],[],0,,False,1435,36,79,,None,,,,,,,"[{'screen_name': 'huntster1701', 'name': 'Benjamin Hunt', 'id': '16809036'}, {'screen_name': 'm_ac', 'name': 'm_ac', 'id': '16624161'}]",,,, +463,885635944841265152,885634153064022016,1499987038000.0,2017-07-13 23:03:58,+0000,,@alec_ace11 Hopefully,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/885635944841265152,[],[],0,,False,614,14,15,,None,,,,,,,"[{'screen_name': 'alec_ace11', 'name': 'Alec', 'id': '752206287585153024'}]",,,, +464,885635670315642881,885635670315642881,1499986972000.0,2017-07-13 23:02:52,+0000,,"Other orgs shd also develop reusable orbital rockets. If an airplane co had reusable airplanes, buying single use airplanes wd seem crazy. https://t.co/OJotlGmPHt",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/885635670315642881,[],['https://pbs.twimg.com/media/DEpo8ktUAAAJjAm.jpg'],1,https://pbs.twimg.com/media/DEpo8ktUAAAJjAm.jpg,False,10374,375,2255,,None,,,,,,,[],,,, +465,885631620723613696,885626807122251776,1499986007000.0,2017-07-13 22:46:47,+0000,,@Kiwi_Manu That doesn't sound right,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/885631620723613696,[],[],0,,False,989,46,27,,None,,,,,,,"[{'screen_name': 'Kiwi_Manu', 'name': 'Ma Nu', 'id': '4725233431'}]",,,, +466,885631423306006528,885631423306006528,1499985960000.0,2017-07-13 22:46:00,+0000,,"Worth noting that Boeing/Lockheed (""Other US"" on chart) get a billion dollar annual subsidy even if they launch nothing. SpaceX does not. https://t.co/Mi27ZnYLRJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/885631423306006528,['https://twitter.com/concofahmet/status/885617156473450496'],[],0,,False,17754,738,4277,https://twitter.com/concofahmet/status/885617156473450496,None,,,,,,,[],,,, +467,885626334503882752,885265133944979456,1499984746000.0,2017-07-13 22:25:46,+0000,,@VicforM3 Latest S and X tires have internal acoustic foam,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/885626334503882752,[],[],0,,False,295,20,26,,None,,,,,,,"[{'screen_name': 'VicforM3', 'name': 'Vic', 'id': '846406021916459008'}]",,,, +468,885265133944979456,885265133944979456,1499898630000.0,2017-07-12 22:30:30,+0000,,Going over the small nuances of Model 3 production. Very important that nothing sounds tinny. https://t.co/q3Aj3Yq8J8,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/885265133944979456,['https://m.youtube.com/watch?v=M3-51DhOzHE'],[],0,,False,8172,407,864,,None,,,,,,,[],,,, +469,884923882938933249,884914920130723840,1499817269000.0,2017-07-11 23:54:29,+0000,,@hohocho Cool!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/884923882938933249,[],[],0,,False,360,16,10,,None,,,,,,,"[{'screen_name': 'hohocho', 'name': 'Jaehwan Cho 조재환', 'id': '31310727'}]",,,, +470,884915404241477632,884759299028697089,1499815247000.0,2017-07-11 23:20:47,+0000,,"@TeslaMotors The very near future, not, like, the far away future",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/884915404241477632,[],[],0,,False,9678,310,829,,None,,,,,,,[],,,, +471,884914920130723840,884914920130723840,1499815132000.0,2017-07-11 23:18:52,+0000,,"You can now drive anywhere in the US (except N Alaska), most of Europe, China & Japan using the Tesla Supercharger network! https://t.co/2KV8FT8dkk",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/884914920130723840,['https://twitter.com/teslamotors/status/884474294402547713'],[],0,,False,20353,1318,3847,https://twitter.com/teslamotors/status/884474294402547713,None,,,,,,,[],,,, +472,884833404595740672,884814578080768006,1499795697000.0,2017-07-11 17:54:57,+0000,,@AlexHPforQVC @Stevetdent Of course!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/884833404595740672,[],[],0,,False,205,12,5,,None,,,,,,,"[{'screen_name': 'AlexHPforQVC', 'name': 'Alex Abrahantes', 'id': '25622507'}, {'screen_name': 'Stevetdent', 'name': 'Steve Dent', 'id': '556651190'}]",,,, +473,884829255112118272,884825864692613120,1499794708000.0,2017-07-11 17:38:28,+0000,,"@gregbettinelli @Bill_Gross On University Ave, above the old bakery",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/884829255112118272,[],[],0,,False,421,14,7,,None,,,,,,,"[{'screen_name': 'gregbettinelli', 'name': 'Greg Bettinelli', 'id': '14220991'}, {'screen_name': 'Bill_Gross', 'name': 'Bill Gross', 'id': '47539748'}]",,,, +474,884824155895377920,884814578080768006,1499793492000.0,2017-07-11 17:18:12,+0000,,"@Stevetdent One of my sons is named Xavier, after Professor X!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/884824155895377920,[],[],0,,False,3461,84,238,,None,,,,,,,"[{'screen_name': 'Stevetdent', 'name': 'Steve Dent', 'id': '556651190'}]",,,, +475,884700156485971968,884580654117076992,1499763928000.0,2017-07-11 09:05:28,+0000,,@jondaily83 That's probably the best use,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/884700156485971968,[],[],0,,False,537,46,8,,None,,,,,,,"[{'screen_name': 'jondaily83', 'name': 'Jonathan Wilkinson', 'id': '83698375'}]",,,, +476,884666073978556416,884580654117076992,1499755802000.0,2017-07-11 06:50:02,+0000,,@jeremys Cool 😎,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/884666073978556416,[],[],0,,False,510,11,16,,None,,,,,,,"[{'screen_name': 'jeremys', 'name': 'Jeremy Stoppelman', 'id': '5968272'}]",,,, +477,884664723429498880,884580654117076992,1499755480000.0,2017-07-11 06:44:40,+0000,,@VoltzCoreAudio @DJSnM Maybe the upcoming IAC in Adelaide,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/884664723429498880,[],[],0,,False,521,20,38,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +478,884654051861843968,884580654117076992,1499752936000.0,2017-07-11 06:02:16,+0000,,"@DJSnM It was a tough negotiation, but they seemed like good guys. I hope they kept the stock. Would be worth a lot today.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/884654051861843968,[],[],0,,False,631,18,17,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +479,884653079936720897,884399001256083456,1499752704000.0,2017-07-11 05:58:24,+0000,,"@soswow @marthajross @mercnews That pizza looked about as appetizing as drywall. If anything, they were doing people at the party a favor by taking it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/884653079936720897,[],[],0,,False,341,15,17,,None,,,,,,,"[{'screen_name': 'soswow', 'name': 'Aleksandr ""Sasha"" Motsjonov', 'id': '19060199'}, {'screen_name': 'marthajross', 'name': 'Martha Ross', 'id': '2250762829'}, {'screen_name': 'mercnews', 'name': 'Mercury News', 'id': '10433782'}]",,,, +480,884645345828904960,884399001256083456,1499750861000.0,2017-07-11 05:27:41,+0000,,"@marthajross @mercnews Wasn't wearing a suit, am def not part of a ""posse"" & didn't even know Leo/Orlando were going. Just went to say hi to my friend Ken Howery.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/884645345828904960,[],[],0,,False,3025,99,106,,None,,,,,,,"[{'screen_name': 'marthajross', 'name': 'Martha Ross', 'id': '2250762829'}, {'screen_name': 'mercnews', 'name': 'Mercury News', 'id': '10433782'}]",,,, +481,884580654117076992,884580654117076992,1499735437000.0,2017-07-11 01:10:37,+0000,,"Thanks PayPal for allowing me to buy back https://t.co/bOUOejO16Y! No plans right now, but it has great sentimental value to me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/884580654117076992,['http://X.com'],[],0,,False,28716,1114,3200,,None,,,,,,,[],,,, +482,883910005644251141,883910005644251141,1499575542000.0,2017-07-09 04:45:42,+0000,, https://t.co/is6Hthjjoj,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/883910005644251141,[],['https://pbs.twimg.com/media/DERHYrbW0AAtBFB.jpg'],1,https://pbs.twimg.com/media/DERHYrbW0AAtBFB.jpg,False,87065,2564,18370,,None,,,,,,,[],,,, +483,883900030163324930,883900030163324930,1499573163000.0,2017-07-09 04:06:03,+0000,,First Production Model 3 https://t.co/TCa2NSUNI3,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/883900030163324930,[],['https://pbs.twimg.com/media/DEQ-ZHkWAAAzvuZ.jpg'],1,https://pbs.twimg.com/media/DEQ-ZHkWAAAzvuZ.jpg,False,139715,2989,37445,,None,,,,,,,[],,,, +484,883857208181751808,883840893253451780,1499562954000.0,2017-07-09 01:15:54,+0000,,"@yoda It's who is first to pay full price for the car. Hard rule. I have first Roadster and X, but not first S.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/883857208181751808,[],[],0,,False,1545,65,79,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}]",,,, +485,883848060119527424,883840893253451780,1499560773000.0,2017-07-09 00:39:33,+0000,,"@bdsams Ira Ehrenpreis had rights to 1st car as he was 1st to place a full deposit, but gave those rights to me as my 46th bday present. Tks Ira!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/883848060119527424,[],[],0,,False,2604,102,185,,None,,,,,,,"[{'screen_name': 'bdsams', 'name': 'Brad Sams', 'id': '102800191'}]",,,, +486,883840893253451780,883840893253451780,1499559064000.0,2017-07-09 00:11:04,+0000,,Production unit 1 of Model 3 is now built and going through final checkout. Pics soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/883840893253451780,[],[],0,,False,54710,1394,9211,,None,,,,,,,[],,,, +487,883633822390026240,883632780264914945,1499509695000.0,2017-07-08 10:28:15,+0000,,@VoyTechnology Never heard of them,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/883633822390026240,[],[],0,,False,1476,55,62,,None,,,,,,,"[{'screen_name': 'VoyTechnology', 'name': 'Wojtek Bednarzak', 'id': '2341036915'}]",,,, +488,883632780264914945,883632780264914945,1499509446000.0,2017-07-08 10:24:06,+0000,,Stop biting my finger dammit https://t.co/Xh4XHzCWcv https://t.co/IAlG7khUP4,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/883632780264914945,"['https://m.youtube.com/watch?v=_OBlgSz8sSM', 'https://www.wsj.com/articles/teslas-skid-is-coming-at-the-worst-time-1499446957?mod=yahoo_hs&yptr=yahoo&mg=prod/accounts-wsj']",[],0,,False,7896,753,971,,None,,,,,,,[],,,, +489,883169447472750592,883169447472750592,1499398979000.0,2017-07-07 03:42:59,+0000,,This will be the highest power battery system in the world by a factor of 3. Australia rocks!! https://t.co/c1DD7xtC90,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/883169447472750592,['https://twitter.com/teslamotors/status/883163847594360833'],[],0,,False,31414,1319,8421,https://twitter.com/teslamotors/status/883163847594360833,None,,,,,,,[],,,, +490,882939670895755264,882930723942002690,1499344196000.0,2017-07-06 12:29:56,+0000,,"@newscientist The world's population is accelerating towards collapse, but few seem to notice or care",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,12,https://twitter.com/elonmusk/status/882939670895755264,[],[],0,,False,9898,1076,2718,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +491,882761133177790464,882753659406139392,1499301629000.0,2017-07-06 00:40:29,+0000,,"@SpaceX @INTELSAT Thanks @INTELSAT! Really proud of the rocket and SpaceX team today. Min apogee requirement was 28,000 km, Falcon 9 achieved 43,000 km.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/882761133177790464,[],[],0,,False,6255,157,715,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'INTELSAT', 'name': 'Intelsat', 'id': '21504589'}]",,,, +492,882727063525797889,882727063525797889,1499293506000.0,2017-07-05 22:25:06,+0000,,SpaceX team reviewed all systems again late last night. Done our best to ensure all is good. https://t.co/R3YrF6PEt4,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/882727063525797889,['https://twitter.com/spacex/status/882693202930577408'],[],0,,False,8260,481,966,https://twitter.com/spacex/status/882693202930577408,None,,,,,,,[],,,, +493,882117255407980545,882040096718897153,1499148117000.0,2017-07-04 06:01:57,+0000,,@SpaceX We're going to spend the 4th doing a full review of rocket & pad systems. Launch no earlier than 5th/6th. Only one chance to get it right …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/882117255407980545,[],[],0,,False,7931,338,974,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +494,882007043472728064,882007043472728064,1499121840000.0,2017-07-03 22:44:00,+0000,,Wanted to say thanks to all that own or ordered a Tesla. It matters to us that you took a risk on a new car company. We won't forget.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/882007043472728064,[],[],0,,False,68620,3440,7550,,None,,,,,,,[],,,, +495,881757617416056832,881751358407299072,1499062372000.0,2017-07-03 06:12:52,+0000,,"Looks like we can reach 20,000 Model 3 cars per month in Dec",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/881757617416056832,[],[],0,,False,23907,940,3922,,None,,,,,,,[],,,, +496,881755501905588226,881751358407299072,1499061868000.0,2017-07-03 06:04:28,+0000,,"Handover party for first 30 customer Model 3's on the 28th! Production grows exponentially, so Aug should be 100 cars and Sept above 1500.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/881755501905588226,[],[],0,,False,18547,563,3349,,None,,,,,,,[],,,, +497,881751358407299072,881751358407299072,1499060880000.0,2017-07-03 05:48:00,+0000,,Model 3 passed all regulatory requirements for production two weeks ahead of schedule. Expecting to complete SN1 on Friday,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/881751358407299072,[],[],0,,False,48332,1265,8986,,None,,,,,,,[],,,, +498,881598365242318848,881597891491581952,1499024404000.0,2017-07-02 19:40:04,+0000,,@cristian_miuta @TeslaMotors Norway is awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/881598365242318848,[],[],0,,False,2190,78,148,,None,,,,,,,[],,,, +499,881591960900820992,881572917586178048,1499022877000.0,2017-07-02 19:14:37,+0000,,"@30akshay Actually, China manufacturing quality is excellent. Among other things, that's where iPhones, many Android phones & most laptops are made.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/881591960900820992,[],[],0,,False,1878,170,203,,None,,,,,,,"[{'screen_name': '30akshay', 'name': 'omkar banore', 'id': '137717519'}]",,,, +500,881573728416481280,881573728416481280,1499018530000.0,2017-07-02 18:02:10,+0000,,Another SpaceX launch today if weather is good https://t.co/UdUYn8Kf0C,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/881573728416481280,['https://twitter.com/spacex/status/881558173886275584'],[],0,,False,12785,462,1887,https://twitter.com/spacex/status/881558173886275584,None,,,,,,,[],,,, +501,881573366565527553,881572917586178048,1499018444000.0,2017-07-02 18:00:44,+0000,,@TimDehoucke Coming later today,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/881573366565527553,[],[],0,,False,997,159,110,,None,,,,,,,"[{'screen_name': 'TimDehoucke', 'name': 'Tim Dehoucke', 'id': '4483798048'}]",,,, +502,881572917586178048,881572917586178048,1499018337000.0,2017-07-02 17:58:57,+0000,,Sorry to hear about China launch failure today. I know how painful that is to the people who designed & built it. https://t.co/iOkj6egF3O,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/881572917586178048,['http://www.cnn.com/2017/07/02/asia/china-rocket-launch/index.html'],[],0,,False,11915,365,1864,,None,,,,,,,[],,,, +503,881571150630756352,875509067011153924,1499017915000.0,2017-07-02 17:51:55,+0000,,@JaneidyEve @arstechnica @TeslaMotors @SpaceX Suggestions welcome!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/881571150630756352,[],[],0,,False,612,246,43,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +504,880818231417511937,880679414274691073,1498838405000.0,2017-06-30 16:00:05,+0000,,@tehwrx @martinengwicht @ThePhoenixFlare I think Einstein said that,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/880818231417511937,[],[],0,,False,415,46,16,,None,,,,,,,"[{'screen_name': 'tehwrx', 'name': 'Micah S.', 'id': '15616151'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}]",,,, +505,880817971278434304,880679414274691073,1498838343000.0,2017-06-30 15:59:03,+0000,,@tehwrx @martinengwicht @ThePhoenixFlare Or does the Earth move up?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/880817971278434304,[],[],0,,False,404,21,11,,None,,,,,,,"[{'screen_name': 'tehwrx', 'name': 'Micah S.', 'id': '15616151'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}]",,,, +506,880682010133630976,880679414274691073,1498805928000.0,2017-06-30 06:58:48,+0000,,@ThePhoenixFlare This is a really great floor,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/880682010133630976,[],[],0,,False,808,35,41,,None,,,,,,,"[{'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}]",,,, +507,880679414274691073,880679414274691073,1498805309000.0,2017-06-30 06:48:29,+0000,,Just installed steel skeleton of the car/pod elevator. Should be operating next week. https://t.co/DIZW7zuWaA,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/880679414274691073,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/880679359476060160/pu/img/vbPpniw5aFvw2um_.jpg,False,16248,671,2327,,None,,,,,,,[],,,, +508,880675074231107584,880675074231107584,1498804274000.0,2017-06-30 06:31:14,+0000,,Across the road and below the ground https://t.co/E2DG8EzaXg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/880675074231107584,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/880675021982760961/pu/img/L1Dx1gjz4erw3B34.jpg,False,11180,372,1450,,None,,,,,,,[],,,, +509,880673804028194817,880673804028194817,1498803971000.0,2017-06-30 06:26:11,+0000,,Perspective https://t.co/4DW9csSmtl,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/880673804028194817,[],['https://pbs.twimg.com/media/DDjIKAoWsAIlFRi.jpg'],1,https://pbs.twimg.com/media/DDjIKAoWsAIlFRi.jpg,False,18434,510,1801,,None,,,,,,,[],,,, +510,880666691587461120,880662613327323141,1498802275000.0,2017-06-30 05:57:55,+0000,,"@satalino15 Nothing to be done, but wait. It's all right here: https://t.co/BIcT4avkJ1",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/880666691587461120,['https://en.m.wikipedia.org/wiki/Waiting_for_Godot'],[],0,,False,371,19,17,,None,,,,,,,"[{'screen_name': 'satalino15', 'name': 'Tom Satalino', 'id': '59370836'}]",,,, +511,880665053162348546,880663464494202880,1498801885000.0,2017-06-30 05:51:25,+0000,,@DouglasABailey News on Sunday,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/880665053162348546,[],[],0,,False,1948,110,268,,None,,,,,,,"[{'screen_name': 'DouglasABailey', 'name': 'Douglas Bailey', 'id': '57219587'}]",,,, +512,880489685125967872,880489685125967872,1498760074000.0,2017-06-29 18:14:34,+0000,,Because it's off the wall,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/880489685125967872,[],[],0,,False,7618,606,766,,None,,,,,,,[],,,, +513,880488338964201472,880421643801292800,1498759753000.0,2017-06-29 18:09:13,+0000,,@Trucker_Ty_ @SavvyTroll @GeorgeTakei Maybe it is time for the man cape to return,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/880488338964201472,[],[],0,,False,292,26,15,,None,,,,,,,"[{'screen_name': 'Trucker_Ty_', 'name': 'Ty', 'id': '25939108'}, {'screen_name': 'SavvyTroll', 'name': 'Savvy Troll', 'id': '794919428'}, {'screen_name': 'GeorgeTakei', 'name': 'George Takei', 'id': '237845487'}]",,,, +514,880326099342827520,880047289674477568,1498721072000.0,2017-06-29 07:24:32,+0000,,@ixmeteorite @newscientist Didn't read it. Might now though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/880326099342827520,[],[],0,,False,232,26,10,,None,,,,,,,"[{'screen_name': 'ixmeteorite', 'name': 'Mr. Earthling 💭', 'id': '822862438173446144'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +515,880321880216846336,880047289674477568,1498720066000.0,2017-06-29 07:07:46,+0000,,@newscientist Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/880321880216846336,[],[],0,,False,586,49,36,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +516,880317052661121025,880312329262559232,1498718915000.0,2017-06-29 06:48:35,+0000,,@MxPR Me too,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/880317052661121025,[],[],0,,False,985,50,24,,None,,,,,,,"[{'screen_name': 'MxPR', 'name': 'Mikhail', 'id': '69838526'}]",,,, +517,880301259093270530,880298154440114176,1498715150000.0,2017-06-29 05:45:50,+0000,,"@SimplyDonya Yes, but arguably that's worse",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/880301259093270530,[],[],0,,False,4138,69,227,,None,,,,,,,"[{'screen_name': 'SimplyDonya', 'name': 'ᴱᶫʸˢᶦᵃᶰ ᴸᵘᶫᶫᵃᵇʸ🌻🕊️', 'id': '348634007'}]",,,, +518,880298154440114176,880298154440114176,1498714409000.0,2017-06-29 05:33:29,+0000,,And I don't care who knows it. Our love will never die.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/880298154440114176,[],[],0,,False,14783,1193,2592,,None,,,,,,,[],,,, +519,880255239881768961,880240049677357057,1498704178000.0,2017-06-29 02:42:58,+0000,,Just try one. It's way better than you think.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/880255239881768961,[],[],0,,False,8654,423,1235,,None,,,,,,,[],,,, +520,880252648728940544,880240049677357057,1498703560000.0,2017-06-29 02:32:40,+0000,,@itsBorked A floor that moves,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/880252648728940544,[],[],0,,False,3349,44,353,,None,,,,,,,"[{'screen_name': 'itsBorked', 'name': 'itsBorked', 'id': '2194983193'}]",,,, +521,880252556357672960,880241356211449856,1498703538000.0,2017-06-29 02:32:18,+0000,,@SyrenBoaz A ceiling is simply a floor from below,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/880252556357672960,[],[],0,,False,4277,104,919,,None,,,,,,,"[{'screen_name': 'SyrenBoaz', 'name': 'Syren Boaz', 'id': '477387967'}]",,,, +522,880240745319325697,880240049677357057,1498700722000.0,2017-06-29 01:45:22,+0000,,Not as much as tunnels though,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/880240745319325697,[],[],0,,False,11777,357,1733,,None,,,,,,,[],,,, +523,880240682836705282,880240049677357057,1498700707000.0,2017-06-29 01:45:07,+0000,,They are so underappreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/880240682836705282,[],[],0,,False,11354,216,2061,,None,,,,,,,[],,,, +524,880240283081883648,880240049677357057,1498700612000.0,2017-06-29 01:43:32,+0000,,They will never let you down,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/880240283081883648,[],[],0,,False,21206,623,4798,,None,,,,,,,[],,,, +525,880240049677357057,880240049677357057,1498700556000.0,2017-06-29 01:42:36,+0000,,I love floors,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/880240049677357057,[],[],0,,False,52468,2021,17940,,None,,,,,,,[],,,, +526,880208110719123456,880201464370442240,1498692941000.0,2017-06-28 23:35:41,+0000,,@SandyMazza Gary (the snail) is a speed demon. Long way to go before we beat him/her.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/880208110719123456,[],[],0,,False,861,27,70,,None,,,,,,,"[{'screen_name': 'SandyMazza', 'name': 'Sandy Mazza', 'id': '16365036'}]",,,, +527,880201693496987648,880070287848607744,1498691411000.0,2017-06-28 23:10:11,+0000,,"@TEDTalks Thanks, but I am",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/880201693496987648,[],[],0,,False,7260,241,580,,None,,,,,,,"[{'screen_name': 'TEDTalks', 'name': 'TED Talks', 'id': '15492359'}]",,,, +528,880201464370442240,880201464370442240,1498691357000.0,2017-06-28 23:09:17,+0000,,No longer waiting for Godot. It has begun boring and just completed the first segment of tunnel in LA.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/880201464370442240,[],[],0,,False,17329,652,2506,,None,,,,,,,[],,,, +529,879412656016285696,879412656016285696,1498503290000.0,2017-06-26 18:54:50,+0000,,"Good summary of rocket landing history. There were two successful water landings much earlier, but they didn't survive long. https://t.co/N6kxxQeFby",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/879412656016285696,['https://twitter.com/verge/status/879410754511831040'],[],0,,False,16433,442,4929,https://twitter.com/verge/status/879410754511831040,None,,,,,,,[],,,, +530,879391845347766272,879065552060260352,1498498328000.0,2017-06-26 17:32:08,+0000,,"@Viss Several tons of force on each fin at high angles of attack & peak heating is the cube of speed, so a Mach 8 reentry is 8X Mach 4. Intense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/879391845347766272,[],[],0,,False,371,16,34,,None,,,,,,,"[{'screen_name': 'Viss', 'name': 'D̒͂̕ᵈăᵃn̕ᶰ Ť̾̾̓͐͒͠ᵗe͗̑́̋̂́͡ᵉn̅ᶰtᵗl̀̓͘ᶫe̓̒̂̚ᵉrʳ', 'id': '2269701'}]",,,, +531,879104704583581696,879092174390001665,1498429869000.0,2017-06-25 22:31:09,+0000,,@migueldelagza They should on high velocity missions to Geostationary Transfer Orbit,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/879104704583581696,[],[],0,,False,437,17,17,,None,,,,,,,"[{'screen_name': 'migueldelagza', 'name': 'Miguel de la Garza', 'id': '3071010620'}]",,,, +532,879092174390001665,879092174390001665,1498426881000.0,2017-06-25 21:41:21,+0000,,Sped up version of today's rocket landing on the Droneship Just Read the Instructions (guess it… https://t.co/0wFgXMgeqZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/879092174390001665,['https://www.instagram.com/p/BVxysOlA04j/'],[],0,,False,10415,566,2939,,None,,,,,,,[],,,, +533,879086784969191424,879065552060260352,1498425596000.0,2017-06-25 21:19:56,+0000,,@nullpointr More aero effectiveness to create steep spires on windward side at the grid fin intersections,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/879086784969191424,[],[],0,,False,377,16,17,,None,,,,,,,"[{'screen_name': 'nullpointr', 'name': 'opi', 'id': '78573217'}]",,,, +534,879086372832722944,879080848359686144,1498425498000.0,2017-06-25 21:18:18,+0000,,"@amirmasoudabdol Down the road, they will not even be repainted between launches. Aiming to be able to relaunch same orbital rocket booster in <24 hours.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/879086372832722944,[],[],0,,False,1174,58,166,,None,,,,,,,"[{'screen_name': 'amirmasoudabdol', 'name': 'Amir', 'id': '20249298'}]",,,, +535,879085297526464513,879080848359686144,1498425242000.0,2017-06-25 21:14:02,+0000,,@BenjaminCoop3 Getting closer to fairing recovery and reuse. Had some problems with the steerable parachute. Should have it sorted out by end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/879085297526464513,[],[],0,,False,788,27,89,,None,,,,,,,"[{'screen_name': 'BenjaminCoop3', 'name': 'Benjamin Cooper', 'id': '2282465672'}]",,,, +536,879080848359686144,879080848359686144,1498424181000.0,2017-06-25 20:56:21,+0000,,New titanium grid fins worked even better than expected. Should be capable of an indefinite number of flights with no service.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/879080848359686144,[],[],0,,False,22268,568,2642,,None,,,,,,,[],,,, +537,879067621466849280,879065552060260352,1498421027000.0,2017-06-25 20:03:47,+0000,,@mjmdavis Still humans,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/879067621466849280,[],[],0,,False,407,23,17,,None,,,,,,,"[{'screen_name': 'mjmdavis', 'name': 'mjmdavis', 'id': '14879453'}]",,,, +538,879067405573435392,879065552060260352,1498420976000.0,2017-06-25 20:02:56,+0000,,@TheCocoaNaut Significantly improves control force,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/879067405573435392,[],[],0,,False,379,13,7,,None,,,,,,,[],,,, +539,879067060558417921,879067060558417921,1498420894000.0,2017-06-25 20:01:34,+0000,,Launch at 1:25 delivering 10 satellites for Iridium. Droneship repositioned due to extreme weather. Will be tight. https://t.co/6ZcSG29B74,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/879067060558417921,['http://spacex.com/webcast'],[],0,,False,5888,282,1053,,None,,,,,,,[],,,, +540,879065552060260352,879065552060260352,1498420534000.0,2017-06-25 19:55:34,+0000,,"Closeup of the titanium grid fins. Not painted, as they glow red hot during a fast reentry. https://t.co/Ltrq1Prg2m",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/879065552060260352,[],['https://pbs.twimg.com/media/DDMRdVJUIAERCGT.jpg'],1,https://pbs.twimg.com/media/DDMRdVJUIAERCGT.jpg,False,16161,701,2526,,None,,,,,,,[],,,, +541,878839825473822720,878821062326198272,1498366717000.0,2017-06-25 04:58:37,+0000,,"@dnathe4th @DJSnM We used to have a (lame) open loop hydraulic system, but that was upgraded to closed about 2 years ago",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/878839825473822720,[],[],0,,False,506,14,23,,None,,,,,,,"[{'screen_name': 'dnathe4th', 'name': 'Dom Narducci', 'id': '6400592'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +542,878829325742518273,878821062326198272,1498364213000.0,2017-06-25 04:16:53,+0000,,"@CrappyUsername Not only that, it has all the wifis and 3G is coming soon",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/878829325742518273,[],[],0,,False,644,30,39,,None,,,,,,,"[{'screen_name': 'CrappyUsername', 'name': 'Dave', 'id': '5727882'}]",,,, +543,878828849722671104,878821062326198272,1498364100000.0,2017-06-25 04:15:00,+0000,,@EcoHeliGuy Rocket was suddenly slammed sideways right before landing. Heavy gust or something malfunctioned onboard. Reviewing telemetry.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/878828849722671104,[],[],0,,False,508,45,42,,None,,,,,,,"[{'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}]",,,, +544,878824485280817153,878821062326198272,1498363059000.0,2017-06-25 03:57:39,+0000,,"@zerosixbravo @john_gilleran True, but that's a minor factor for rockets",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/878824485280817153,[],[],0,,False,271,9,6,,None,,,,,,,"[{'screen_name': 'zerosixbravo', 'name': 'Thiago V Goncalves', 'id': '2439280092'}, {'screen_name': 'john_gilleran', 'name': 'John Gilleran', 'id': '4862977456'}]",,,, +545,878824283178287105,878821062326198272,1498363011000.0,2017-06-25 03:56:51,+0000,,"@ClovenLife No, but shielding got fragged every flight. More control authority is for Falcon Heavy, but also enables Falcon 9 to land in heavier winds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/878824283178287105,[],[],0,,False,371,9,17,,None,,,,,,,"[{'screen_name': 'ClovenLife', 'name': 'Aaron Lee Kafton', 'id': '15241173'}]",,,, +546,878823434268033025,878821062326198272,1498362809000.0,2017-06-25 03:53:29,+0000,,"@DJSnM They will, but the hydraulic system is closed loop, so no fluid lost. They do need more power & energy, but rocket has plenty of that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/878823434268033025,[],[],0,,False,699,24,30,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +547,878822240699035649,878821062326198272,1498362524000.0,2017-06-25 03:48:44,+0000,,"@zerosixbravo Slightly heavier than shielded aluminum, but more control authority and can be reused indefinitely with no touch ups",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/878822240699035649,[],[],0,,False,650,15,37,,None,,,,,,,"[{'screen_name': 'zerosixbravo', 'name': 'Thiago V Goncalves', 'id': '2439280092'}]",,,, +548,878821062326198272,878821062326198272,1498362243000.0,2017-06-25 03:44:03,+0000,,Flying with larger & significantly upgraded hypersonic grid fins. Single piece cast & cut titanium. Can take reentry heat with no shielding. https://t.co/SmyCCQRt2F,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/878821062326198272,['https://twitter.com/spacex/status/878732650277617664'],[],0,,False,12192,432,2017,https://twitter.com/spacex/status/878732650277617664,None,,,,,,,[],,,, +549,878407054083317760,878404919719362560,1498263536000.0,2017-06-24 00:18:56,+0000,,@sajo Sticking to 100,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/878407054083317760,[],[],0,,False,509,59,16,,None,,,,,,,"[{'screen_name': 'sajo', 'name': 'Sajo Jacob', 'id': '10134272'}]",,,, +550,878335496413265920,878334920141135872,1498246475000.0,2017-06-23 19:34:35,+0000,,"@Emerald0013 It's an aluminum honeycomb cartridge, so only a couple of hours to replace",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/878335496413265920,[],[],0,,False,1525,73,86,,None,,,,,,,"[{'screen_name': 'Emerald0013', 'name': 'Jesse ⭐⭐', 'id': '370764713'}]",,,, +551,878334920141135872,878334920141135872,1498246338000.0,2017-06-23 19:32:18,+0000,,"Rocket is extra toasty and hit the deck hard (used almost all of the emergency crush core), but otherwise good",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/878334920141135872,[],[],0,,False,22502,868,3253,,None,,,,,,,[],,,, +552,878313692986621953,878313692986621953,1498241277000.0,2017-06-23 18:07:57,+0000,,Falcon 9 will experience its highest ever reentry force and heat in today's launch. Good chance rocket booster doesn't make it back.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/878313692986621953,[],[],0,,False,14136,761,2167,,None,,,,,,,[],,,, +553,878300364008640512,878037431789826049,1498238099000.0,2017-06-23 17:14:59,+0000,,"@shanghai_artist Technically, Ironyman",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/878300364008640512,[],[],0,,False,394,15,23,,None,,,,,,,"[{'screen_name': 'shanghai_artist', 'name': 'Mayank jain', 'id': '719506567071186948'}]",,,, +554,878296162184290304,878290090837123072,1498237097000.0,2017-06-23 16:58:17,+0000,,@ExploreSpaceKSC Thanks! Looks cool.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/878296162184290304,[],[],0,,False,486,18,13,,None,,,,,,,"[{'screen_name': 'ExploreSpaceKSC', 'name': 'Kennedy Space Center Visitor Complex', 'id': '27670481'}]",,,, +555,878044200960380928,878037431789826049,1498177025000.0,2017-06-23 00:17:05,+0000,,"@WaywardPlane Damn, I forgot bacon",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/878044200960380928,[],[],0,,False,1986,60,129,,None,,,,,,,"[{'screen_name': 'WaywardPlane', 'name': 'Wayward Plane ✈️', 'id': '822254523112714240'}]",,,, +556,878040258541043713,878037431789826049,1498176085000.0,2017-06-23 00:01:25,+0000,,"In life, there are no easy choices …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/878040258541043713,[],[],0,,False,9047,584,1865,,None,,,,,,,[],,,, +557,878037431789826049,878037431789826049,1498175411000.0,2017-06-22 23:50:11,+0000,,Do want irony on social media?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/878037431789826049,[],[],0,,False,6173,791,1643,,None,,,,,,,[],,,, +558,877930155540336640,877930155540336640,1498149834000.0,2017-06-22 16:43:54,+0000,,Must remember that irony and social media are not friends. Keep forgetting. Dammit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/877930155540336640,[],[],0,,False,23422,591,4053,,None,,,,,,,[],,,, +559,877928338358099969,877924436124545024,1498149401000.0,2017-06-22 16:36:41,+0000,,@partialobs @SpaceX Radiation,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/877928338358099969,[],[],0,,False,500,29,24,,None,,,,,,,"[{'screen_name': 'partialobs', 'name': 'Derek Fox', 'id': '22328926'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +560,877740365217882113,877729431955046400,1498104585000.0,2017-06-22 04:09:45,+0000,,@DPazdan Groan,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/877740365217882113,[],[],0,,False,606,35,19,,None,,,,,,,"[{'screen_name': 'DPazdan', 'name': 'Dave Pazdan', 'id': '13458022'}]",,,, +561,877740102918721536,877735931087683584,1498104522000.0,2017-06-22 04:08:42,+0000,,"@hayskeys7 But RWD with electric is really good in snow (assuming all weather or winter tires), as traction control is far more precise",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/877740102918721536,[],[],0,,False,489,43,32,,None,,,,,,,"[{'screen_name': 'hayskeys7', 'name': 'Eric Hays', 'id': '625093401'}]",,,, +562,877739704593993728,877735931087683584,1498104427000.0,2017-06-22 04:07:07,+0000,,@hayskeys7 Will extend,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/877739704593993728,[],[],0,,False,455,13,15,,None,,,,,,,"[{'screen_name': 'hayskeys7', 'name': 'Eric Hays', 'id': '625093401'}]",,,, +563,877469994593820674,877469994593820674,1498040123000.0,2017-06-21 10:15:23,+0000,,Over 1000 km should be possible in a 100D with the right tires https://t.co/8czN3dVZE4,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/877469994593820674,['https://twitter.com/electrekco/status/877219197444599809'],[],0,,False,18388,738,4099,https://twitter.com/electrekco/status/877219197444599809,None,,,,,,,[],,,, +564,877341165808361472,877316707236192257,1498009408000.0,2017-06-21 01:43:28,+0000,,@Painkiller606 Will be full regen cooled all the way out to the 3 meter (10 ft) nozzle diameter. Heat flux is nuts & radiative view factor is low.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/877341165808361472,[],[],0,,False,201,14,21,,None,,,,,,,"[{'screen_name': 'Painkiller606', 'name': 'Dan', 'id': '848786334'}]",,,, +565,877339887732539392,877315587914866688,1498009104000.0,2017-06-21 01:38:24,+0000,,"@dadxseven No plans to change 100 kWh pack tech. You'll never worry about running out of range. Model 3 pack is about cost reduction, not performance.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/877339887732539392,[],[],0,,False,218,24,13,,None,,,,,,,"[{'screen_name': 'dadxseven', 'name': 'dadof7', 'id': '4896661433'}]",,,, +566,877210236502786048,877210236502786048,1497978192000.0,2017-06-20 17:03:12,+0000,,No need to rely on scientists for global warming -- just use a thermometer https://t.co/0PbtAL8uRK,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/877210236502786048,['https://www.forbes.com/sites/marshallshepherd/2017/06/20/the-science-of-why-its-too-hot-for-some-planes-to-fly-in-the-southwest-u-s/#6a31c3f54ceb'],[],0,,False,14026,810,5039,,None,,,,,,,[],,,, +567,877039014334701568,877027867351232513,1497937370000.0,2017-06-20 05:42:50,+0000,,@sulka @KarinCAtrades Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/877039014334701568,[],[],0,,False,184,11,7,,None,,,,,,,"[{'screen_name': 'sulka', 'name': 'Sulka Haro', 'id': '8735502'}]",,,, +568,877032118794108928,877027867351232513,1497935726000.0,2017-06-20 05:15:26,+0000,,"@sulka That's because the accurate articles are boringly obvious, so they get no press attention",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/877032118794108928,[],[],0,,False,248,20,25,,None,,,,,,,"[{'screen_name': 'sulka', 'name': 'Sulka Haro', 'id': '8735502'}]",,,, +569,877031628861657088,877027867351232513,1497935609000.0,2017-06-20 05:13:29,+0000,,"@sulka First approximation of CO2 is production cost, factoring in energy source, so Model 3 obv less CO2 to produce than $35k gas car by a lot",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/877031628861657088,[],[],0,,False,568,13,56,,None,,,,,,,"[{'screen_name': 'sulka', 'name': 'Sulka Haro', 'id': '8735502'}]",,,, +570,877029802758201344,877027867351232513,1497935174000.0,2017-06-20 05:06:14,+0000,,@sulka Calling this cueless would be generous. Much less energy required for lithium-ion batteries & Gigafactory is powered by renewables anyway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/877029802758201344,[],[],0,,False,1139,38,112,,None,,,,,,,"[{'screen_name': 'sulka', 'name': 'Sulka Haro', 'id': '8735502'}]",,,, +571,876829309695967232,876826558488621056,1497887372000.0,2017-06-19 15:49:32,+0000,,@shashwatbakhshi No plans to change cell form factor for X and S,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/876829309695967232,[],[],0,,False,163,30,17,,None,,,,,,,"[{'screen_name': 'shashwatbakhshi', 'name': 'Shashwat Bakhshi', 'id': '52379684'}]",,,, +572,876586808255029248,876193247562838016,1497829555000.0,2017-06-18 23:45:55,+0000,,"@verge This is crazy, but Max Smart mentions Chaos towards the end. Coincidence?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/876586808255029248,[],[],0,,False,191,27,21,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +573,876575063058677760,876564817179328512,1497826755000.0,2017-06-18 22:59:15,+0000,,@quiggles There's a plot!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/876575063058677760,[],[],0,,False,411,16,18,,None,,,,,,,"[{'screen_name': 'quiggles', 'name': 'Gary Quigley 🤓🏁', 'id': '5403302'}]",,,, +574,876571952512507908,876571731330256900,1497826014000.0,2017-06-18 22:46:54,+0000,,@RobTheIc0n ujelly?,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/876571952512507908,[],[],0,,False,387,20,22,,None,,,,,,,"[{'screen_name': 'RobTheIc0n', 'name': 'Rob', 'id': '44525460'}]",,,, +575,876570254184390656,876564817179328512,1497825609000.0,2017-06-18 22:40:09,+0000,,"@DJ_Mr_Cool My real phone is an HTC Droid, which I ordered after seeing this ad https://t.co/WLR9cJGXP1",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/876570254184390656,['https://m.youtube.com/watch?v=DaxU0ut5tUw'],[],0,,False,1691,104,340,,None,,,,,,,"[{'screen_name': 'DJ_Mr_Cool', 'name': 'Fern Mr Cool Rose', 'id': '21313859'}]",,,, +576,876567497062850560,876193247562838016,1497824951000.0,2017-06-18 22:29:11,+0000,,@verge Nothing beats the shoe phone that is also a real shoe https://t.co/cLecmtHrdN,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/876567497062850560,['https://m.youtube.com/watch?v=hHrnLOb1hTA'],[],0,,False,581,30,53,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +577,876565296487649280,876564817179328512,1497824427000.0,2017-06-18 22:20:27,+0000,,@YS But then I get paid less,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/876565296487649280,[],[],0,,False,1607,25,73,,None,,,,,,,"[{'screen_name': 'YS', 'name': 'Youssef • Web Designer', 'id': '19010677'}]",,,, +578,876537450956337152,876536406230712320,1497817788000.0,2017-06-18 20:29:48,+0000,,"@theseoldcars Backup valve shows no sign of leaking, but yeah",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/876537450956337152,[],[],0,,False,186,14,5,,None,,,,,,,"[{'screen_name': 'theseoldcars', 'name': 'Lewis Kingston', 'id': '84637834'}]",,,, +579,876536951418925057,876536951418925057,1497817669000.0,2017-06-18 20:27:49,+0000,,If schedule holds there will be two Falcon 9 launches within 48 hours (Cape & Vandenberg) this weekend https://t.co/GbleRPm6iZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/876536951418925057,['https://twitter.com/spacex/status/876522478046068737'],[],0,,False,8745,340,1523,https://twitter.com/spacex/status/876522478046068737,None,,,,,,,[],,,, +580,876536406230712320,876536406230712320,1497817539000.0,2017-06-18 20:25:39,+0000,,"Postponing launch to replace fairing pneumatic valve. It is dual redundant, but not worth taking a chance. https://t.co/vnfxmeer7h",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/876536406230712320,['https://twitter.com/spacex/status/876522258948169728'],[],0,,False,3612,164,429,https://twitter.com/spacex/status/876522258948169728,None,,,,,,,[],,,, +581,876517194997178368,876517194997178368,1497812958000.0,2017-06-18 19:09:18,+0000,,"Promising conversations with @MayorOfLA regarding tunnel network that would carry cars, bikes & pedestrians. Permits harder than technology. https://t.co/0dxrXBOOWy",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/876517194997178368,['https://twitter.com/abc7adrienne/status/876114755169079296'],[],0,,False,4747,322,824,https://twitter.com/abc7adrienne/status/876114755169079296,None,,,,,,,[],,,, +582,876494001607589888,876494001607589888,1497807429000.0,2017-06-18 17:37:09,+0000,, https://t.co/tj4FrDw34z,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/876494001607589888,['https://m.youtube.com/watch?v=VoiGZ47aRao'],[],0,,False,3492,168,467,,None,,,,,,,[],,,, +583,876492802648965120,876492802648965120,1497807143000.0,2017-06-18 17:32:23,+0000,,It's time they knew … https://t.co/wt7XfXqTM6,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/876492802648965120,[],['https://pbs.twimg.com/media/DCntjkRUMAAkHQS.jpg'],1,https://pbs.twimg.com/media/DCntjkRUMAAkHQS.jpg,False,31080,938,3924,,None,,,,,,,[],,,, +584,876160515055038464,876160515055038464,1497727919000.0,2017-06-17 19:31:59,+0000,,Tesla service rescues a kitten stuck in the bumper https://t.co/qZW7QjuceQ https://t.co/3jyJseVodm,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/876160515055038464,"['https://youtu.be/NSc7wjQ1Ts8', 'https://youtu.be/tEFZsK0X1V4']",[],0,,False,10042,735,2051,,None,,,,,,,[],,,, +585,875913778423939072,875913504451985411,1497669093000.0,2017-06-17 03:11:33,+0000,,@zlsadesign So soon you won't believe it,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/875913778423939072,[],[],0,,False,976,60,120,,None,,,,,,,"[{'screen_name': 'zlsadesign', 'name': 'ZLSA Design', 'id': '1229938391862501376'}]",,,, +586,875913504451985411,875913504451985411,1497669027000.0,2017-06-17 03:10:27,+0000,,Colonizing Mars (thanks Prof Hubbard for creating this from my talk). Major changes to the plan coming soon. https://t.co/s59qMHUj5O,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/875913504451985411,['http://online.liebertpub.com/doi/pdf/10.1089/space.2017.29009.emu'],[],0,,False,9519,484,2560,,None,,,,,,,[],,,, +587,875849793204928512,875849793204928512,1497653837000.0,2017-06-16 22:57:17,+0000,,"Hawthorne, California https://t.co/d5qRlN0XQ7",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/875849793204928512,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/875849659696070656/pu/img/fFNc0w-YltnbnYUu.jpg,False,23706,572,5808,,None,,,,,,,[],,,, +588,875839151056310272,875839151056310272,1497651300000.0,2017-06-16 22:15:00,+0000,,Flying through the Falcon Factory https://t.co/kIuqfD3MLQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/875839151056310272,['https://www.instagram.com/p/BVarZZSgfIP/'],[],0,,False,5512,195,1101,,None,,,,,,,[],,,, +589,875770056323420160,875770056323420160,1497634827000.0,2017-06-16 17:40:27,+0000,,"Mars V2 plan coming soon, which I think addresses the most fundamental flaw in V1: how to pay for development & operation of giant rockets https://t.co/yaITdVdpEc",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/875770056323420160,['https://twitter.com/sciam/status/875756138121310208'],[],0,,False,16074,775,4756,https://twitter.com/sciam/status/875756138121310208,None,,,,,,,[],,,, +590,875510004635246592,875491628227608577,1497572825000.0,2017-06-16 00:27:05,+0000,,@dane @bonnienorman Radar-only braking on HW1 is getting better with every release. We're hoping to do the demo where it brakes for a UFO in the fog soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/875510004635246592,[],[],0,,False,357,34,29,,None,,,,,,,"[{'screen_name': 'dane', 'name': 'Dane Jasper', 'id': '7575072'}, {'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +591,875509067011153924,875509067011153924,1497572602000.0,2017-06-16 00:23:22,+0000,,"$300M cost diff between SpaceX and Boeing/Lockheed exceeds avg value of satellite, so flying with SpaceX means satellite is basically free https://t.co/CaOulCf7ot",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/875509067011153924,['https://twitter.com/arstechnica/status/875489606728372225'],[],0,,False,21838,542,5430,https://twitter.com/arstechnica/status/875489606728372225,None,,,,,,,[],,,, +592,875070931537981441,875054489459245056,1497468142000.0,2017-06-14 19:22:22,+0000,,@jasveer10 In discussions with the government of India requesting temporary relief on import penalties/restrictions until a local factory is built,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/875070931537981441,[],[],0,,False,3521,246,1039,,None,,,,,,,"[{'screen_name': 'jasveer10', 'name': 'Jasveer Singh👨🏻\u200d💻', 'id': '152585635'}]",,,, +593,874649718659325952,874649718659325952,1497367717000.0,2017-06-13 15:28:37,+0000,,US govt testing by @NHTSAgov finds Model X to be the safest SUV in history by significant margin https://t.co/zAdb5FQPEI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/874649718659325952,['https://twitter.com/teslamotors/status/874610768427204609'],[],0,,False,19415,739,4369,https://twitter.com/teslamotors/status/874610768427204609,None,,,,,,,[],,,, +594,874539511815954433,874503138656624641,1497341442000.0,2017-06-13 08:10:42,+0000,,"@samsheffer That would an interesting target. Would, of course, only count if capable of doing so right off the production line with street legal tires.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/874539511815954433,[],[],0,,False,798,54,66,,None,,,,,,,"[{'screen_name': 'samsheffer', 'name': 'Sam Sheffer', 'id': '25246881'}]",,,, +595,874506910120034306,872260000491593728,1497333669000.0,2017-06-13 06:01:09,+0000,,@AaronTheSilver @sama How'd you know?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/874506910120034306,[],[],0,,False,170,13,7,,None,,,,,,,"[{'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +596,874483570869272577,873625441944440833,1497328105000.0,2017-06-13 04:28:25,+0000,,"@ethank @ElectrekCo @TeslaRoadTrip Linux kernel update was way harder than anticipated. Giant improvement, but meant way more OS overhead tuning to keep screen frame rate good",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/874483570869272577,[],[],0,,False,178,13,15,,None,,,,,,,"[{'screen_name': 'ethank', 'name': 'Ethan Kaplan', 'id': '615723'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}]",,,, +597,874029202768510977,873625441944440833,1497219775000.0,2017-06-11 22:22:55,+0000,,"@ethank @ElectrekCo @TeslaRoadTrip New kernel goes out next weekend, new web browser next month. Radar-only braking is getting steadily better for both HW 1 and 2.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/874029202768510977,[],[],0,,False,253,34,20,,None,,,,,,,"[{'screen_name': 'ethank', 'name': 'Ethan Kaplan', 'id': '615723'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}]",,,, +598,873984057431949312,873625441944440833,1497209011000.0,2017-06-11 19:23:31,+0000,,@ElectrekCo @TeslaRoadTrip HW2 Autopilot release should go wide next weekend with additional smoothness improvements to longitudinal control,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/873984057431949312,[],[],0,,False,557,40,78,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}]",,,, +599,873629817895133184,873602924898910208,1497124554000.0,2017-06-10 19:55:54,+0000,,"@RajveerJolly We are developing the interplanetary rocket and spaceship to allow anyone to travel to the moon, Mars & beyond, regardless of nationality",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/873629817895133184,[],[],0,,False,6271,168,1117,,None,,,,,,,"[{'screen_name': 'RajveerJolly', 'name': 'Rajveer Singh Jolly', 'id': '3825138453'}]",,,, +600,873628555057352705,873627161223213056,1497124253000.0,2017-06-10 19:50:53,+0000,,@KevinWright80 Thanks! Everything we make on the expensive cars goes into developing more affordable cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/873628555057352705,[],[],0,,False,305,11,28,,None,,,,,,,"[{'screen_name': 'KevinWright80', 'name': 'Kevin Wright', 'id': '61869604'}]",,,, +601,873313746172628992,873306646587613184,1497049197000.0,2017-06-09 22:59:57,+0000,,@StevePrediletto @samabuelsamid @TeslaMotors Thanks for supporting Tesla and the EV mission before anyone had heard of us,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873313746172628992,[],[],0,,False,282,16,19,,None,,,,,,,"[{'screen_name': 'StevePrediletto', 'name': 'steven r. prediletto', 'id': '275827000'}, {'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +602,873312073756753920,873306646587613184,1497048798000.0,2017-06-09 22:53:18,+0000,,@FredericLambert @samabuelsamid @TeslaMotors Heard about it. Our experience doing projects with big car companies was not great. They move slowly & are reluctant to adopt new tech.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873312073756753920,[],[],0,,False,262,11,24,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +603,873310575073255425,873306646587613184,1497048441000.0,2017-06-09 22:47:21,+0000,,"@samabuelsamid @TeslaMotors I've written two forward-looking master plans, but haven't told the Tesla history of how we got there. Lot of drama … Prob worth doing?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873310575073255425,[],[],0,,False,332,41,17,,None,,,,,,,"[{'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +604,873308039733952512,873306646587613184,1497047836000.0,2017-06-09 22:37:16,+0000,,@samabuelsamid @TeslaMotors Mostly right. The feasibility study Martin commissioned about the Lotus Elise was dead wrong though. Only 7% of parts ended up being common.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873308039733952512,[],[],0,,False,315,7,9,,None,,,,,,,"[{'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +605,873306583983247360,873290378702721026,1497047489000.0,2017-06-09 22:31:29,+0000,,"@RITSPEX @ID_AA_Carmack @mmeijeri Slow at first, then very fast. Def not hover.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873306583983247360,[],[],0,,False,211,14,10,,None,,,,,,,"[{'screen_name': 'RITSPEX', 'name': 'RITSpaceExploration', 'id': '3303167698'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}, {'screen_name': 'mmeijeri', 'name': 'Martijn Meijering', 'id': '376172658'}]",,,, +606,873305610971787264,873290378702721026,1497047257000.0,2017-06-09 22:27:37,+0000,,"@ID_AA_Carmack @mmeijeri The faster, the better. Gravity losses.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873305610971787264,[],[],0,,False,387,17,24,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}, {'screen_name': 'mmeijeri', 'name': 'Martijn Meijering', 'id': '376172658'}]",,,, +607,873305406482784256,873116351316938753,1497047208000.0,2017-06-09 22:26:48,+0000,,@mcwm @chrispaine Damn Stonecutters!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873305406482784256,[],[],0,,False,616,7,30,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}, {'screen_name': 'chrispaine', 'name': 'Chris Paine', 'id': '14546186'}]",,,, +608,873301658155061248,873116351316938753,1497046315000.0,2017-06-09 22:11:55,+0000,,"@EclecticLip Was no ""company"", just a (wrong) biz plan to commercialize ACP's Tzero car. No tech or IP, no employees & didn't even own Tesla Motors name.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873301658155061248,[],[],0,,False,385,9,26,,None,,,,,,,[],,,, +609,873299731853615104,873297506209116160,1497045855000.0,2017-06-09 22:04:15,+0000,,"@__svndee Disruption certainly. Deep AI is the real risk, though, not automation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873299731853615104,[],[],0,,False,175,16,15,,None,,,,,,,[],,,, +610,873266603349073920,873116351316938753,1497037957000.0,2017-06-09 19:52:37,+0000,,@rami_syvari @clevergoat @mor10 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/873266603349073920,[],[],0,,False,336,13,19,,None,,,,,,,"[{'screen_name': 'rami_syvari', 'name': 'Rami Syväri', 'id': '306155188'}, {'screen_name': 'clevergoat', 'name': 'Đặng Thuý', 'id': '1198066640606228480'}, {'screen_name': 'mor10', 'name': 'Morten Rand-Hendriksen', 'id': '14611891'}]",,,, +611,873248942250573824,873248942250573824,1497033746000.0,2017-06-09 18:42:26,+0000,,Congrats Robb! https://t.co/4OaB8t0yoq,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/873248942250573824,['https://twitter.com/verge/status/873232457432268800'],[],0,,False,7236,88,717,https://twitter.com/verge/status/873232457432268800,None,,,,,,,[],,,, +612,873211353091014656,873116351316938753,1497024784000.0,2017-06-09 16:13:04,+0000,,@MarkeR2002 @chrispaine So crazy that people were arrested for trying to keep their cars from being destroyed,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/873211353091014656,[],[],0,,False,580,49,60,,None,,,,,,,"[{'screen_name': 'MarkeR2002', 'name': 'Mark Ryan', 'id': '161308342'}, {'screen_name': 'chrispaine', 'name': 'Chris Paine', 'id': '14546186'}]",,,, +613,873210566826803201,872892467800023040,1497024597000.0,2017-06-09 16:09:57,+0000,,@isco__ You may have Heard of the person who put it together,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/873210566826803201,[],[],0,,False,249,17,23,,None,,,,,,,"[{'screen_name': 'isco__', 'name': 'Isco', 'id': '15499245'}]",,,, +614,873210142573043712,873116351316938753,1497024496000.0,2017-06-09 16:08:16,+0000,,"Worth watching ""Who Killed the Electric Car?"" By @chrispaine. Truth is indeed stranger than fiction … https://t.co/b8rKpp8nvJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/873210142573043712,['https://en.m.wikipedia.org/wiki/Who_Killed_the_Electric_Car%3F'],[],0,,False,7683,410,1751,,None,,,,,,,[],,,, +615,873202292048015360,872892467800023040,1497022624000.0,2017-06-09 15:37:04,+0000,,"@Franco_FWG @Zedd If Zedd is kind enough to send me a list, it's on",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/873202292048015360,[],[],0,,False,312,5,29,,None,,,,,,,"[{'screen_name': 'Zedd', 'name': 'Zedd', 'id': '155705264'}]",,,, +616,873131202663690240,873116351316938753,1497005675000.0,2017-06-09 10:54:35,+0000,,"@ApexCornerSpeed @BraveRock_ All Superchargers are being converted to solar/battery power. Over time, almost all will disconnect from the electricity grid.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873131202663690240,[],[],0,,False,2047,120,390,,None,,,,,,,"[{'screen_name': 'ApexCornerSpeed', 'name': 'H20Bound', 'id': '832376467749208064'}, {'screen_name': 'BraveRock_', 'name': 'Never once banned by any social media.', 'id': '14699374'}]",,,, +617,873130508984631296,873116351316938753,1497005509000.0,2017-06-09 10:51:49,+0000,,"@mor10 I love Norway, which is the world leader in EV adoption! Great example for the rest of the world.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873130508984631296,[],[],0,,False,1922,61,235,,None,,,,,,,"[{'screen_name': 'mor10', 'name': 'Morten Wears a Mask', 'id': '14611891'}]",,,, +618,873122114307371015,873116351316938753,1497003508000.0,2017-06-09 10:18:28,+0000,,"@kieranquinn27 Long way to go, but we've convinced most of the auto industry to start EV programs & gave them all our patents to help, so that's something",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873122114307371015,[],[],0,,False,3497,113,509,,None,,,,,,,"[{'screen_name': 'kieranquinn27', 'name': 'Kieran Quinn', 'id': '3083536565'}]",,,, +619,873121068172460035,873116351316938753,1497003259000.0,2017-06-09 10:14:19,+0000,,"Nothing to do w govt incentives or making money. Thought 90% prob of losing it all (almost did many times), but it was the only chance.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873121068172460035,[],[],0,,False,12225,401,1422,,None,,,,,,,[],,,, +620,873119655354695685,873116351316938753,1497002922000.0,2017-06-09 10:08:42,+0000,,"Since big car companies were killing their EV programs, the only chance was to create an EV company, even tho it was almost certain to fail",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873119655354695685,[],[],0,,False,10851,202,1753,,None,,,,,,,[],,,, +621,873117697420034048,873116351316938753,1497002455000.0,2017-06-09 10:00:55,+0000,,"They was done against the will of their owners, who held a candlelight vigil all night to protest the death of their cars",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873117697420034048,[],[],0,,False,5348,171,1027,,None,,,,,,,[],,,, +622,873116351316938753,873116351316938753,1497002134000.0,2017-06-09 09:55:34,+0000,,Few people know that we started Tesla when GM forcibly recalled all electric cars from customers in 2003 & then crushed them in a junkyard,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/873116351316938753,[],[],0,,False,42113,1439,13184,,None,,,,,,,[],,,, +623,872979293944414208,872892467800023040,1496969457000.0,2017-06-09 00:50:57,+0000,,@RafaelM81 @EricaBoarman That is true. Ludicrous mode is like having pure joy on tap. Nothing else (legal) will get you that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/872979293944414208,[],[],0,,False,298,15,27,,None,,,,,,,"[{'screen_name': 'EricaBoarman', 'name': 'Erica Boarman', 'id': '910578764'}]",,,, +624,872974600451219456,872905905041362944,1496968338000.0,2017-06-09 00:32:18,+0000,,@Boltfinger Click the left scroll wheel to pause or mute music,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/872974600451219456,[],[],0,,False,112,6,3,,None,,,,,,,"[{'screen_name': 'Boltfinger', 'name': 'Dennis Pena', 'id': '24853680'}]",,,, +625,872935638944800769,872905905041362944,1496959049000.0,2017-06-08 21:57:29,+0000,,"@cabbey @JeffMcAdams Good point, will add ""cancel nav"" to voice commands",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/872935638944800769,[],[],0,,False,559,25,17,,None,,,,,,,"[{'screen_name': 'cabbey', 'name': 'cabbey', 'id': '14541542'}, {'screen_name': 'JeffMcAdams', 'name': 'Jeff McAdams', 'id': '12728892'}]",,,, +626,872935290356113408,872893604464779264,1496958966000.0,2017-06-08 21:56:06,+0000,,@EricIdle Too awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/872935290356113408,[],[],0,,False,484,14,15,,None,,,,,,,"[{'screen_name': 'EricIdle', 'name': 'Eric Idle', 'id': '862483279'}]",,,, +627,872919207754711041,872893604464779264,1496955131000.0,2017-06-08 20:52:11,+0000,,@Belltower @GarthRedshaw @The1ManHerd Must ipso facto half not bee,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872919207754711041,[],[],0,,False,107,22,2,,None,,,,,,,"[{'screen_name': 'Belltower', 'name': 'Andrew Bell', 'id': '18226740'}, {'screen_name': 'GarthRedshaw', 'name': 'Garth Redshaw', 'id': '46210535'}]",,,, +628,872913130120134656,872911823288377346,1496953682000.0,2017-06-08 20:28:02,+0000,,"@mashabletech First of all, I cracked a long time ago. That's not news. Second, yes, I can see time. How did you know?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872913130120134656,[],[],0,,False,1694,67,153,,None,,,,,,,"[{'screen_name': 'mashabletech', 'name': 'Mashable Tech', 'id': '958743175383998464'}]",,,, +629,872912379406766080,872905905041362944,1496953503000.0,2017-06-08 20:25:03,+0000,,"@AndrewHaigh Yeah, car should auto play when it gets an exact match, like it does for directions. Will make that change.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872912379406766080,[],[],0,,False,492,8,12,,None,,,,,,,"[{'screen_name': 'AndrewHaigh', 'name': 'Andrew Haigh ⚡️', 'id': '20483883'}]",,,, +630,872912059406491648,872892467800023040,1496953427000.0,2017-06-08 20:23:47,+0000,,@jovanik21 @philwhln Just confirmed the Tesla DJ station works in Canada,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872912059406491648,[],[],0,,False,121,7,2,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'philwhln', 'name': 'Phil Whelan 😷🇨🇦🦕🚀', 'id': '13036132'}]",,,, +631,872907817258070016,872893604464779264,1496952416000.0,2017-06-08 20:06:56,+0000,,@Krishell1985 Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872907817258070016,[],[],0,,False,134,27,0,,None,,,,,,,"[{'screen_name': 'Krishell1985', 'name': 'Mr Helle', 'id': '2744603278'}]",,,, +632,872906757831409664,872905905041362944,1496952163000.0,2017-06-08 20:02:43,+0000,,"@sakerjacks No, it's not!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872906757831409664,[],[],0,,False,315,9,6,,None,,,,,,,"[{'screen_name': 'sakerjacks', 'name': 'Dan Lysaker', 'id': '161161529'}]",,,, +633,872906681851576321,872893604464779264,1496952145000.0,2017-06-08 20:02:25,+0000,,@MichaelGladis Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872906681851576321,[],[],0,,False,251,4,2,,None,,,,,,,"[{'screen_name': 'MichaelGladis', 'name': 'Michael Gladis', 'id': '801085753'}]",,,, +634,872906594471755776,872905905041362944,1496952124000.0,2017-06-08 20:02:04,+0000,,@JeffMcAdams Tap cancel on the screen,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872906594471755776,[],[],0,,False,185,6,3,,None,,,,,,,"[{'screen_name': 'JeffMcAdams', 'name': 'Jeff McAdams', 'id': '12728892'}]",,,, +635,872905905041362944,872905905041362944,1496951960000.0,2017-06-08 19:59:20,+0000,,"Just tap the voice button on the steering wheel and say ""Play Monty Python"" or ""Navigate home"" or anything. Voice commands work pretty well.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872905905041362944,[],[],0,,False,7202,509,686,,None,,,,,,,[],,,, +636,872905016176025601,872892467800023040,1496951748000.0,2017-06-08 19:55:48,+0000,,"@EricaBoarman Just depends on whether you like a sedan or SUV. Sedan goes faster, SUV has more room.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872905016176025601,[],[],0,,False,179,18,2,,None,,,,,,,"[{'screen_name': 'EricaBoarman', 'name': 'Erica Boarman', 'id': '910578764'}]",,,, +637,872903902282137600,872892467800023040,1496951482000.0,2017-06-08 19:51:22,+0000,,"@jschindeler Yeah, coming back",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872903902282137600,[],[],0,,False,132,5,3,,None,,,,,,,"[{'screen_name': 'jschindeler', 'name': 'John Schindeler', 'id': '312372113'}]",,,, +638,872895237022113792,872893604464779264,1496949416000.0,2017-06-08 19:16:56,+0000,,@symonchester Coming soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872895237022113792,[],[],0,,False,249,11,1,,None,,,,,,,"[{'screen_name': 'symonchester', 'name': 'symon chester', 'id': '55366920'}]",,,, +639,872895060404076544,872893604464779264,1496949374000.0,2017-06-08 19:16:14,+0000,,@castfxman Partly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872895060404076544,[],[],0,,False,359,12,9,,None,,,,,,,"[{'screen_name': 'castfxman', 'name': 'Javier Rivera', 'id': '48177194'}]",,,, +640,872894904174653440,872893604464779264,1496949337000.0,2017-06-08 19:15:37,+0000,,@The1ManHerd Possibly my favorite skit,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872894904174653440,[],[],0,,False,227,6,2,,None,,,,,,,[],,,, +641,872894508962205696,872893604464779264,1496949243000.0,2017-06-08 19:14:03,+0000,,@AngBoire Might work in Canada too,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872894508962205696,[],[],0,,False,207,6,4,,None,,,,,,,[],,,, +642,872894290460004352,872892467800023040,1496949191000.0,2017-06-08 19:13:11,+0000,,@jovanik21 @philwhln I mean also,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872894290460004352,[],[],0,,False,133,4,1,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'philwhln', 'name': 'Phil Whelan 😷🇨🇦🦕🚀', 'id': '13036132'}]",,,, +643,872893699511865345,872892467800023040,1496949050000.0,2017-06-08 19:10:50,+0000,,@markedtek Not yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872893699511865345,[],[],0,,False,112,3,0,,None,,,,,,,[],,,, +644,872893668474052608,872892467800023040,1496949042000.0,2017-06-08 19:10:42,+0000,,@rrosenbl Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872893668474052608,[],[],0,,False,108,6,1,,None,,,,,,,"[{'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}]",,,, +645,872893604464779264,872893604464779264,1496949027000.0,2017-06-08 19:10:27,+0000,,"In the US, you can ask your Tesla to play any Monty Python (or other comedy) skit. Doesn't work outside US yet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872893604464779264,[],[],0,,False,17130,805,2669,,None,,,,,,,[],,,, +646,872893125303222273,872892467800023040,1496948913000.0,2017-06-08 19:08:33,+0000,,"@philwhln It's on the car. Might add it to the Tesla app at some point, so you get it on your phone if you have a Powerwall or Tesla solar.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872893125303222273,[],[],0,,False,236,9,10,,None,,,,,,,"[{'screen_name': 'philwhln', 'name': 'Phil Whelan 😷🇨🇦🦕🚀', 'id': '13036132'}]",,,, +647,872892636276731904,872892467800023040,1496948796000.0,2017-06-08 19:06:36,+0000,,@DeanDcruz My favorite for sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872892636276731904,[],[],0,,False,174,6,5,,None,,,,,,,"[{'screen_name': 'DeanDcruz', 'name': 'Dean Dcruz', 'id': '19917090'}]",,,, +648,872892467800023040,872892467800023040,1496948756000.0,2017-06-08 19:05:56,+0000,,Try the new Tesla DJ station on streaming radio,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872892467800023040,[],[],0,,False,4957,276,466,,None,,,,,,,[],,,, +649,872889583846924288,872888045170597889,1496948068000.0,2017-06-08 18:54:28,+0000,,@redletterdave The scene where Brian is saved from the Romans by falling off a tower into a spaceship is the best Deus Ex Machina moment of any movie ever,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/872889583846924288,[],[],0,,False,272,13,24,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'dave smith', 'id': '19743466'}]",,,, +650,872888863504474112,872888457156329472,1496947897000.0,2017-06-08 18:51:37,+0000,,"@JohnnyZenith All Falcon Heavy cores should be at the Cape in two to three months, so launch should happen a month after that",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/872888863504474112,[],[],0,,False,709,54,242,,None,,,,,,,"[{'screen_name': 'JohnnyZenith', 'name': 'JohnnyZ', 'id': '2469149011'}]",,,, +651,872888316978274304,872888045170597889,1496947766000.0,2017-06-08 18:49:26,+0000,,@redletterdave Love Monty Python so much,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/872888316978274304,[],[],0,,False,296,16,17,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'Dave', 'id': '19743466'}]",,,, +652,872888045170597889,872888045170597889,1496947702000.0,2017-06-08 18:48:22,+0000,, https://t.co/spUaZYaxgB,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/872888045170597889,['https://m.youtube.com/watch?v=SJUhlRoBL8M'],[],0,,False,3623,219,637,,None,,,,,,,[],,,, +653,872869915337805825,872862122509647873,1496943379000.0,2017-06-08 17:36:19,+0000,,"Just wish they would stop sticking pins in voodoo dolls of me. That hurts, ok?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/872869915337805825,[],[],0,,False,18367,740,1834,,None,,,,,,,[],,,, +654,872869542376030208,872862122509647873,1496943290000.0,2017-06-08 17:34:50,+0000,,@johnbiscevic Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/872869542376030208,[],[],0,,False,132,4,0,,None,,,,,,,"[{'screen_name': 'johnbiscevic', 'name': 'John Biscevic', 'id': '102191014'}]",,,, +655,872869348850913280,872862122509647873,1496943244000.0,2017-06-08 17:34:04,+0000,,@danahull Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/872869348850913280,[],[],0,,False,156,5,3,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +656,872868505351094272,872862122509647873,1496943043000.0,2017-06-08 17:30:43,+0000,,These guys want us to die so bad they can taste it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/872868505351094272,[],[],0,,False,12098,673,1500,,None,,,,,,,[],,,, +657,872862122509647873,872862122509647873,1496941521000.0,2017-06-08 17:05:21,+0000,,Could be worse https://t.co/CtnkJysquj,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/872862122509647873,['http://www.investopedia.com/news/more-bets-against-tesla-any-other-company-tsla-bac/?partner=YahooSA&yptr=yahoo'],[],0,,False,12573,699,2038,,None,,,,,,,[],,,, +658,872645445742231553,872579925403852800,1496889861000.0,2017-06-08 02:44:21,+0000,,"@LABJnews We can either give up hope & sit in traffic hell forever or try something new. The odds of success may be low, but they're better than zero.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/872645445742231553,[],[],0,,False,508,54,77,,None,,,,,,,"[{'screen_name': 'LABJnews', 'name': 'L.A. Business Journal', 'id': '831581366'}]",,,, +659,872601868668555264,872579925403852800,1496879472000.0,2017-06-07 23:51:12,+0000,,@LABJnews The Boring Company is in Hawthorne and has already approved the permit,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/872601868668555264,[],[],0,,False,1525,52,112,,None,,,,,,,"[{'screen_name': 'LABJnews', 'name': 'L.A. Business Journal', 'id': '831581366'}]",,,, +660,872535557997449216,872530998575190017,1496863662000.0,2017-06-07 19:27:42,+0000,,@kimchee_chigae @SpaceX Thanks :) Such an outrageous lawsuit. People sometimes underestimate strength of US judiciary. Lot of respect for the judge & jury system.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/872535557997449216,[],[],0,,False,1111,26,45,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +661,872349845088075776,872331883329323009,1496819385000.0,2017-06-07 07:09:45,+0000,,@biseshgrg Read https://t.co/TOyVa7PmNk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/872349845088075776,['http://waitbutwhy.com/2017/04/neuralink.html'],[],0,,False,993,46,205,,None,,,,,,,"[{'screen_name': 'biseshgrg', 'name': 'Bisesh Gurung', 'id': '418694367'}]",,,, +662,872349052016394243,872347614280372224,1496819196000.0,2017-06-07 07:06:36,+0000,,@SaherShodhan Almost. Falcon Heavy was way harder to develop than it seemed at first.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/872349052016394243,[],[],0,,False,486,30,31,,None,,,,,,,"[{'screen_name': 'SaherShodhan', 'name': 'Saher Shodhan', 'id': '14563227'}]",,,, +663,872322588919443460,872260000491593728,1496812886000.0,2017-06-07 05:21:26,+0000,,"@sama Once you add the vintage record player, it's all good",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/872322588919443460,[],[],0,,False,1156,28,31,,None,,,,,,,"[{'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +664,872321354279866368,872317444311928832,1496812592000.0,2017-06-07 05:16:32,+0000,,@farhad667 You're welcome!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/872321354279866368,[],[],0,,False,311,9,11,,None,,,,,,,"[{'screen_name': 'farhad667', 'name': 'Farhad Mohit', 'id': '16364717'}]",,,, +665,872260000491593728,872260000491593728,1496797964000.0,2017-06-07 01:12:44,+0000,,"A little red wine, vintage record, some Ambien ... and magic!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/872260000491593728,[],[],0,,False,21050,1248,3314,,None,,,,,,,[],,,, +666,872257953373368320,872146674327601152,1496797476000.0,2017-06-07 01:04:36,+0000,,@avyas0 A 7 step facial treatment every morning. The mistake people make is stopping at 6.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/872257953373368320,[],[],0,,False,6867,208,493,,None,,,,,,,[],,,, +667,872257388136484864,872146674327601152,1496797341000.0,2017-06-07 01:02:21,+0000,,"And um ... not trying to brag or anything, but I think I look good for 500",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/872257388136484864,[],[],0,,False,10283,479,802,,None,,,,,,,[],,,, +668,872170047262687232,871946789305196544,1496776518000.0,2017-06-06 19:15:18,+0000,,@brokesilver Seems that way,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/872170047262687232,[],[],0,,False,207,20,5,,None,,,,,,,"[{'screen_name': 'brokesilver', 'name': '♏', 'id': '44418773'}]",,,, +669,872150434093252608,872146674327601152,1496771841000.0,2017-06-06 17:57:21,+0000,,@NigelKBaker Of course. What base-number system were you using?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/872150434093252608,[],[],0,,False,454,39,13,,None,,,,,,,"[{'screen_name': 'NigelKBaker', 'name': 'Nigel Baker', 'id': '517828679'}]",,,, +670,872150066462511104,872146674327601152,1496771754000.0,2017-06-06 17:55:54,+0000,,That's why the pic is in black and white. Didn't have color back then.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/872150066462511104,[],[],0,,False,6649,291,401,,None,,,,,,,[],,,, +671,872149867006533632,872146674327601152,1496771706000.0,2017-06-06 17:55:06,+0000,,"@PoyntingCEO Yeah, I counted",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/872149867006533632,[],[],0,,False,434,20,10,,None,,,,,,,[],,,, +672,872146674327601152,872146674327601152,1496770945000.0,2017-06-06 17:42:25,+0000,,Tesla shareholder meeting today. Can't believe it's been 1000 years since we went public. https://t.co/jK7WmuxSLv,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/872146674327601152,['https://www.instagram.com/p/BVAbpGghunY/'],[],0,,False,11484,529,1204,,None,,,,,,,[],,,, +673,871977447159283712,871745137201696769,1496730598000.0,2017-06-06 06:29:58,+0000,,"@rolandscahill @TeslaMotors This is a metaphor for transparency. Also, f* underwear.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/871977447159283712,[],[],0,,False,779,30,152,,None,,,,,,,"[{'screen_name': 'rolandscahill', 'name': 'Roland Scahill', 'id': '19865053'}]",,,, +674,871949276951203840,871946789305196544,1496723882000.0,2017-06-06 04:38:02,+0000,,@mcgd @MitchellGeere Obviously,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/871949276951203840,[],[],0,,False,354,13,14,,None,,,,,,,"[{'screen_name': 'mcgd', 'name': 'Michael Dearing', 'id': '22887743'}]",,,, +675,871947630372282368,871946789305196544,1496723489000.0,2017-06-06 04:31:29,+0000,,"SEC disclosures, etc",ca,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/871947630372282368,[],[],0,,False,4445,145,255,,None,,,,,,,[],,,, +676,871946789305196544,871946789305196544,1496723289000.0,2017-06-06 04:28:09,+0000,,"I'm not *saying* they're related, but … https://t.co/p5d2zkC7e7",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/871946789305196544,['https://twitter.com/isco__/status/871785275877228544'],[],0,,False,28774,499,6142,https://twitter.com/isco__/status/871785275877228544,None,,,,,,,[],,,, +677,871915360819204097,871915360819204097,1496715796000.0,2017-06-06 02:23:16,+0000,,Or is it more about the way you use it? https://t.co/VvqgOX3XFJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/871915360819204097,['https://twitter.com/swiftonsecurity/status/871390175363964929'],[],0,,False,26480,510,6069,https://twitter.com/swiftonsecurity/status/871390175363964929,None,,,,,,,[],,,, +678,871914003244605440,871886151014940672,1496715472000.0,2017-06-06 02:17:52,+0000,,@SmileSimplify I hope I'm wrong,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/871914003244605440,[],[],0,,False,437,27,37,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +679,871886151014940672,871886151014940672,1496708831000.0,2017-06-06 00:27:11,+0000,,"Probably closer to 2030 to 2040 imo. 2060 would be a linear extrapolation, but progress is exponential. https://t.co/e6gyOVcMZG",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/871886151014940672,['https://twitter.com/newscientist/status/871885452306939906'],[],0,,False,15626,761,4898,https://twitter.com/newscientist/status/871885452306939906,None,,,,,,,[],,,, +680,871850248716533760,871849463303868417,1496700272000.0,2017-06-05 22:04:32,+0000,,@RobinWigg Great comedy! They should write for @TheOnion.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/871850248716533760,[],[],0,,False,1118,66,51,,None,,,,,,,"[{'screen_name': 'RobinWigg', 'name': 'Robin Wigglesworth', 'id': '60880381'}]",,,, +681,871822308016439296,871821760483676160,1496693610000.0,2017-06-05 20:13:30,+0000,,@HCPG Most likely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/871822308016439296,[],[],0,,False,457,19,13,,None,,,,,,,"[{'screen_name': 'HCPG', 'name': 'HCPG', 'id': '27922928'}]",,,, +682,871805583761956865,871797367724486656,1496689623000.0,2017-06-05 19:07:03,+0000,,"@hellenomwando @MarkBungerLux Also, we will have a very high headcount around each Gigafactory keeping it running. They just won't be doing boring, repetitive tasks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/871805583761956865,[],[],0,,False,196,15,16,,None,,,,,,,"[{'screen_name': 'hellenomwando', 'name': 'Hellen Omwando', 'id': '194648509'}]",,,, +683,871805266160893952,871797367724486656,1496689547000.0,2017-06-05 19:05:47,+0000,,@hellenomwando @MarkBungerLux Probably closer to four or five factories. Logistics costs mean you want to be close to the end customer.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/871805266160893952,[],[],0,,False,245,14,31,,None,,,,,,,"[{'screen_name': 'hellenomwando', 'name': 'Hellen Omwando', 'id': '194648509'}]",,,, +684,871784739367116800,871745137201696769,1496684653000.0,2017-06-05 17:44:13,+0000,,@TheStaceyRoy @TeslaMotors California Cabernet,vi,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/871784739367116800,[],[],0,,False,436,28,26,,None,,,,,,,"[{'screen_name': 'TheStaceyRoy', 'name': 'Stacey Roy', 'id': '440525434'}]",,,, +685,871783609492844544,871745137201696769,1496684384000.0,2017-06-05 17:39:44,+0000,,@rolandscahill @TeslaMotors Wearing anything at all is just a conspiracy by the capitalist running dogs of Big Underwear,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/871783609492844544,[],[],0,,False,6133,85,1592,,None,,,,,,,"[{'screen_name': 'rolandscahill', 'name': 'Roland Scahill', 'id': '19865053'}]",,,, +686,871774749352800256,871774429419667457,1496682271000.0,2017-06-05 17:04:31,+0000,,He was great though,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/871774749352800256,[],[],0,,False,3887,237,160,,None,,,,,,,[],,,, +687,871774615562928128,871774615562928128,1496682239000.0,2017-06-05 17:03:59,+0000,, https://t.co/Uu6DQa3Kx4,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/871774615562928128,['https://m.youtube.com/watch?v=0woPde7OE1k'],[],0,,False,3624,164,467,,None,,,,,,,[],,,, +688,871774429419667457,871774429419667457,1496682195000.0,2017-06-05 17:03:15,+0000,,Was just at the DMV & dude had the actual sloth from Zootopia on his desk https://t.co/uxPMFX64ba,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/871774429419667457,['https://www.instagram.com/p/BU9y-VFhHCr/'],[],0,,False,12322,369,1558,,None,,,,,,,[],,,, +689,871603641970380801,871600491427381248,1496641476000.0,2017-06-05 05:44:36,+0000,,"@commoboy @SpaceX Most people don't realize you can see Dragon approach the Space Station from the ground, even in LA",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/871603641970380801,[],[],0,,False,435,18,38,,None,,,,,,,"[{'screen_name': 'commoboy', 'name': 'Tom Cannon', 'id': '14989377'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +690,871407347339452416,871407347339452416,1496594676000.0,2017-06-04 16:44:36,+0000,,Proud of my Mom ❤️ https://t.co/MY9dGfDo0d,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/871407347339452416,['https://mobile.nytimes.com/2016/05/01/fashion/elon-musk-mother-maye-musk-model-met-gala.html?smprod=nytcore-iphone&smid=nytcore-iphone-share&_r=0&referer=https://t.co/LcCJ1FuYkS'],[],0,,False,9596,260,696,,None,,,,,,,[],,,, +691,871228411494014976,871227498809368580,1496552014000.0,2017-06-04 04:53:34,+0000,,"@Pandora659 Yeah, pretty much dead center. We painted the target area with radio reflective paint, which helps the radar be more precise.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/871228411494014976,[],[],0,,False,1447,53,115,,None,,,,,,,"[{'screen_name': 'Pandora659', 'name': 'Pandora', 'id': '708043090880114689'}]",,,, +692,871227949302767616,871227498809368580,1496551904000.0,2017-06-04 04:51:44,+0000,,@zlorena70 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/871227949302767616,[],[],0,,False,757,17,10,,None,,,,,,,"[{'screen_name': 'zlorena70', 'name': 'Lorena Z. 🧢', 'id': '3461174249'}]",,,, +693,871227498809368580,871227498809368580,1496551796000.0,2017-06-04 04:49:56,+0000,,It's starting to feel kinda normal to reuse rockets. Good. That's how it is for cars & airplanes and how it should be for rockets.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/871227498809368580,[],[],0,,False,55235,1160,10169,,None,,,,,,,[],,,, +694,871076851900325888,871076851900325888,1496515879000.0,2017-06-03 18:51:19,+0000,,First reflight of a Dragon spacecraft set for later today https://t.co/EW4HsWvlwc,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/871076851900325888,['https://twitter.com/spacex/status/871073540891492352'],[],0,,False,11406,647,1927,https://twitter.com/spacex/status/871073540891492352,None,,,,,,,[],,,, +695,870570686409920512,870496179527733248,1496395200000.0,2017-06-02 09:20:00,+0000,,@anandmahindra Good point :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/870570686409920512,[],[],0,,False,3635,127,414,,None,,,,,,,"[{'screen_name': 'anandmahindra', 'name': 'anand mahindra', 'id': '34197952'}]",,,, +696,870411649621999617,870411649621999617,1496357283000.0,2017-06-01 22:48:03,+0000,,India commits to sell only electric cars by 2030. It is already the largest market for solar power. https://t.co/EGBNTPzmE5,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/870411649621999617,['https://www.weforum.org/agenda/2017/05/india-electric-car-sales-only-2030/'],[],0,,False,53707,1705,23784,,None,,,,,,,[],,,, +697,870380036750168065,870380036750168065,1496349746000.0,2017-06-01 20:42:26,+0000,,"Under Paris deal, China committed to produce as much clean electricity by 2030 as the US does from all sources today https://t.co/F8Ppr2o7Rl",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/870380036750168065,['https://twitter.com/sciam/status/870339408163205120'],[],0,,False,44522,1355,15510,https://twitter.com/sciam/status/870339408163205120,None,,,,,,,[],,,, +698,870369915894546432,870369915894546432,1496347333000.0,2017-06-01 20:02:13,+0000,,Am departing presidential councils. Climate change is real. Leaving Paris is not good for America or the world.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/870369915894546432,[],[],0,,False,490885,24256,200802,,None,,,,,,,[],,,, +699,870316100696723456,870309305165111296,1496334502000.0,2017-06-01 16:28:22,+0000,,@TrickyDickyChap Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/870316100696723456,[],[],0,,False,181,12,3,,None,,,,,,,[],,,, +700,870183559666966528,870044983788617728,1496302902000.0,2017-06-01 07:41:42,+0000,,@danekevincook Yeah :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/870183559666966528,[],[],0,,False,1563,33,162,,None,,,,,,,"[{'screen_name': 'danekevincook', 'name': 'Uncle Dane', 'id': '151759342'}]",,,, +701,869971423455924224,869970236669177856,1496252325000.0,2017-05-31 17:38:45,+0000,,@schneby Will have no choice but to depart councils in that case,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/869971423455924224,[],[],0,,False,14072,1193,3389,,None,,,,,,,"[{'screen_name': 'schneby', 'name': 'Luke Schnoebelen', 'id': '14996223'}]",,,, +702,869970236669177856,869970236669177856,1496252042000.0,2017-05-31 17:34:02,+0000,,"Don't know which way Paris will go, but I've done all I can to advise directly to POTUS, through others in WH & via councils, that we remain",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/869970236669177856,[],[],0,,False,58362,2966,14875,,None,,,,,,,[],,,, +703,869798092895166464,869781762452316162,1496211000000.0,2017-05-31 06:10:00,+0000,,@LilEdit @Nalepa And then some,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/869798092895166464,[],[],0,,False,221,12,9,,None,,,,,,,"[{'screen_name': 'LilEdit', 'name': 'Яandall 🎧 Яoberts', 'id': '15263981'}, {'screen_name': 'Nalepa', 'name': 'Nalepa World Peace', 'id': '20479867'}]",,,, +704,869782701762502656,869781762452316162,1496207330000.0,2017-05-31 05:08:50,+0000,,"@Taraustralis @VividSydney Yeah, it was great!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/869782701762502656,[],[],0,,False,201,7,5,,None,,,,,,,"[{'screen_name': 'Taraustralis', 'name': 'Taraustralis', 'id': '1006232250'}, {'screen_name': 'VividSydney', 'name': 'Vivid Sydney', 'id': '126234787'}]",,,, +705,869781806467383297,869781806467383297,1496207117000.0,2017-05-31 05:05:17,+0000,,Piggyback rides around the Opera House https://t.co/Z27JSVBt21,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/869781806467383297,['https://www.instagram.com/p/BUtGKm0BCbm/'],[],0,,False,3193,164,213,,None,,,,,,,[],,,, +706,869781762452316162,869781762452316162,1496207106000.0,2017-05-31 05:05:06,+0000,,Sydney is such a beautiful city https://t.co/AuCRqFHQwr,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/869781762452316162,['https://www.instagram.com/p/BUs7qFEBpE0/'],[],0,,False,4067,262,288,,None,,,,,,,[],,,, +707,869076569876303872,869072312485761024,1496038975000.0,2017-05-29 06:22:55,+0000,,@marlomajor A lot,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/869076569876303872,[],[],0,,False,3025,98,152,,None,,,,,,,"[{'screen_name': 'marlomajor', 'name': 'marlo major', 'id': '79853872'}]",,,, +708,869037783805046784,869029581973577728,1496029728000.0,2017-05-29 03:48:48,+0000,,"@suzanakajtazaj I do via my foundation, which is now 16 years old, but my grants are (almost always) anonymous",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/869037783805046784,[],[],0,,False,320,32,18,,None,,,,,,,[],,,, +709,868607810040242176,868462077589020672,1495927214000.0,2017-05-27 23:20:14,+0000,,@AndyPabari Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/868607810040242176,[],[],0,,False,156,16,27,,None,,,,,,,"[{'screen_name': 'AndyPabari', 'name': 'Andy', 'id': '438028166'}]",,,, +710,868606773682356224,868580029529116672,1495926967000.0,2017-05-27 23:16:07,+0000,,@CurtisHemming @swiftcurlibrary @lloydbrokeit @TeslaMotors Should finish trans-Canada this year. A stop in Swift Current for sure!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/868606773682356224,[],[],0,,False,485,34,62,,None,,,,,,,"[{'screen_name': 'CurtisHemming', 'name': 'Curtis Hemming', 'id': '217094434'}, {'screen_name': 'swiftcurlibrary', 'name': 'Swift Current Library', 'id': '334206752'}, {'screen_name': 'lloydbrokeit', 'name': 'LloydBrokeIt', 'id': '815927796362948608'}]",,,, +711,868055596037095424,868023177061978112,1495795556000.0,2017-05-26 10:45:56,+0000,,@drewjohnarnold Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/868055596037095424,[],[],0,,False,310,22,15,,None,,,,,,,"[{'screen_name': 'drewjohnarnold', 'name': 'Andrew Arnold', 'id': '48410634'}]",,,, +712,868023177061978112,868023177061978112,1495787827000.0,2017-05-26 08:37:07,+0000,,Comparing Model S vs Model 3 https://t.co/JPM9VVGbhA,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/868023177061978112,['https://www.tesla.com/compare'],[],0,,False,5545,806,1508,,None,,,,,,,[],,,, +713,867988709727129604,867988709727129604,1495779609000.0,2017-05-26 06:20:09,+0000,,Old-school fidget spinner back when the only things to play with were squirrels and rocks https://t.co/jx1Xc8nu7t,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/867988709727129604,['https://instagram.com/p/BUikaWPBywV/'],[],0,,False,9591,493,1943,,None,,,,,,,[],,,, +714,867667009839931393,867632190695235584,1495702910000.0,2017-05-25 09:01:50,+0000,,@FBeuster There will be a combined booster static fire. Maybe a few.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/867667009839931393,[],[],0,,False,306,25,30,,None,,,,,,,"[{'screen_name': 'FBeuster', 'name': 'Felix Beuster', 'id': '30517433'}]",,,, +715,867634302330093570,867632190695235584,1495695112000.0,2017-05-25 06:51:52,+0000,,"Btw, that cloud is almost entirely steam, including dark parts (like a storm). This is what the launch looks like: https://t.co/chrhsz5iwn",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/867634302330093570,['https://m.youtube.com/watch?v=fV55f_CgsJA'],[],0,,False,3917,273,552,,None,,,,,,,[],,,, +716,867632190695235584,867632190695235584,1495694608000.0,2017-05-25 06:43:28,+0000,,"Falcon Heavy is this times three. One way or another, launch is guaranteed to be exciting ... https://t.co/FPUNALj0Hd",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/867632190695235584,['https://twitter.com/spacex/status/867568781928701954'],[],0,,False,9184,215,1780,https://twitter.com/spacex/status/867568781928701954,None,,,,,,,[],,,, +717,867241481182093312,867216076442148864,1495601456000.0,2017-05-24 04:50:56,+0000,,@station2stat @TeslaMotors Will shut that down. The point is to provide something special that only existing owners can give to friends and it is limited to 5 people.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/867241481182093312,[],[],0,,False,148,42,10,,None,,,,,,,"[{'screen_name': 'station2stat', 'name': 'Station2Station', 'id': '46414794'}]",,,, +718,867239192774004738,866470387248316416,1495600910000.0,2017-05-24 04:41:50,+0000,,@leonwang0091 Only if you want pure joy mainlined straight into your brain,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/867239192774004738,[],[],0,,False,274,17,27,,None,,,,,,,"[{'screen_name': 'leonwang0091', 'name': 'Leon Wang', 'id': '318080407'}]",,,, +719,867187932343304192,867181262200590336,1495588689000.0,2017-05-24 01:18:09,+0000,,@andrewhockings You are right. Going at max speed. Not much time left.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/867187932343304192,[],[],0,,False,578,16,44,,None,,,,,,,"[{'screen_name': 'andrewhockings', 'name': 'Andrew Hockings', 'id': '32191271'}]",,,, +720,867187366808633344,867146453868724224,1495588554000.0,2017-05-24 01:15:54,+0000,,@pixelastronaut Busted,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/867187366808633344,[],[],0,,False,158,9,7,,None,,,,,,,"[{'screen_name': 'pixelastronaut', 'name': '¯\\_(ツ)_/¯', 'id': '174155829'}]",,,, +721,867186812497690624,867146453868724224,1495588422000.0,2017-05-24 01:13:42,+0000,,@michaelknaepen Will keep the original Bond Lotus sub as-is. That design can't actually convert from car to sub. Have a new design in mind that does.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/867186812497690624,[],[],0,,False,233,16,23,,None,,,,,,,"[{'screen_name': 'michaelknaepen', 'name': 'Michael Knaepen', 'id': '276127736'}]",,,, +722,867146773562654720,867146602510790659,1495578876000.0,2017-05-23 22:34:36,+0000,,@davidshepardson True :),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/867146773562654720,[],[],0,,False,99,7,1,,None,,,,,,,"[{'screen_name': 'davidshepardson', 'name': 'davidshepardson', 'id': '26283307'}]",,,, +723,867146453868724224,867146453868724224,1495578800000.0,2017-05-23 22:33:20,+0000,,Feel exactly the same way as A.O. Scott. Particularly loved The Spy Who Loved Me https://t.co/Lar9pNj2Zi,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/867146453868724224,['https://mobile.nytimes.com/2017/05/23/movies/roger-moore-was-the-best-bond-because-he-was-the-gen-x-bond.html?hp&action=click&pgtype=Homepage&clickSource=story-heading&module=second-column-region®ion=top-news&WT.nav=top-news&_r=1&referer=https://t.co/7vsThOkyQ6'],[],0,,False,3290,353,518,,None,,,,,,,[],,,, +724,866851007317155840,866472720996773888,1495508360000.0,2017-05-23 02:59:20,+0000,,@ddkilzer @Irishjugg0 @MacBenTosh All Model S and X cars will have an auto raise and lower function for the steering wheel in a few months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/866851007317155840,[],[],0,,False,233,30,22,,None,,,,,,,"[{'screen_name': 'ddkilzer', 'name': 'David Kilzer', 'id': '63552322'}, {'screen_name': 'Irishjugg0', 'name': 'AJ', 'id': '43916624'}, {'screen_name': 'MacBenTosh', 'name': 'Ben', 'id': '14499791'}]",,,, +725,866798148303200256,866772904293347328,1495495757000.0,2017-05-22 23:29:17,+0000,,@BigDAK54 I spoke directly with The President three weeks ago about Paris. Many others have too. Cautiously optimistic of a positive decision.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/866798148303200256,[],[],0,,False,1435,58,187,,None,,,,,,,"[{'screen_name': 'BigDAK54', 'name': 'Denny WEAR A DAMN MASK Keller', 'id': '3131757934'}]",,,, +726,866797334037807104,866774147074068480,1495495563000.0,2017-05-22 23:26:03,+0000,,@WaldekKubicki @shazm01 Interesting idea. Would give a dynamic 360 deg surround view as you're driving. Have this in dev mode. Can be a bit distracting though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/866797334037807104,[],[],0,,False,187,55,10,,None,,,,,,,"[{'screen_name': 'WaldekKubicki', 'name': 'Waldek Kubicki', 'id': '2181309343'}, {'screen_name': 'shazm01', 'name': 'Shaz', 'id': '224406052'}]",,,, +727,866796801994641408,866794098589655040,1495495436000.0,2017-05-22 23:23:56,+0000,,"@sethjacob14 Early next year. To start with, we're making the simplest Model 3 first, like we did with S. Didn't do it with X, because I was an idiot.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/866796801994641408,[],[],0,,False,1928,89,173,,None,,,,,,,"[{'screen_name': 'sethjacob14', 'name': 'sethjacob', 'id': '1263873662744027138'}]",,,, +728,866794741186183171,866774147074068480,1495494945000.0,2017-05-22 23:15:45,+0000,,@shazm01 We could add that function pretty easily from a technical standpoint. Just need to add in the billing software.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/866794741186183171,[],[],0,,False,179,21,11,,None,,,,,,,"[{'screen_name': 'shazm01', 'name': 'Shaz', 'id': '224406052'}]",,,, +729,866794454731993089,866470387248316416,1495494876000.0,2017-05-22 23:14:36,+0000,,"@douglasprest Can be set higher than that for highways, but limited to +5mph or +8km/h off highway (true avg drive speed) for pedestrian & cyclist safety",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/866794454731993089,[],[],0,,False,161,6,8,,None,,,,,,,"[{'screen_name': 'douglasprest', 'name': 'JD, 🇨🇦 Part of the solution.', 'id': '33731539'}]",,,, +730,866507691644002304,866470387248316416,1495426507000.0,2017-05-22 04:15:07,+0000,,@noradio @MCornell0 @marks22 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/866507691644002304,[],[],0,,False,210,17,6,,None,,,,,,,"[{'screen_name': 'noradio', 'name': 'Marcel Molina', 'id': '3191321'}, {'screen_name': 'marks22', 'name': 'Mark Schey', 'id': '15989755'}]",,,, +731,866482406160609280,866470387248316416,1495420478000.0,2017-05-22 02:34:38,+0000,,@tony_lo Still on for end of year. Just software limited. Any Tesla car with HW2 (all cars built since Oct last year) will be able to do this.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866482406160609280,[],[],0,,False,319,17,31,,None,,,,,,,"[{'screen_name': 'tony_lo', 'name': 'Tony Lo', 'id': '152197463'}]",,,, +732,866481510399881216,866470387248316416,1495420265000.0,2017-05-22 02:31:05,+0000,,@freerobby @jetkohli There's just no way. Hundreds of parts and most of wiring harness would have to be replaced. Would cost more to retrofit than trading in.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866481510399881216,[],[],0,,False,238,14,11,,None,,,,,,,"[{'screen_name': 'freerobby', 'name': 'Robby Grossman', 'id': '15023866'}, {'screen_name': 'jetkohli', 'name': 'jet kohli', 'id': '1322800524'}]",,,, +733,866481163170349056,866470387248316416,1495420182000.0,2017-05-22 02:29:42,+0000,,@marks22 HW2. HW1 doesn't have enough sensors and computing power.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866481163170349056,[],[],0,,False,201,14,13,,None,,,,,,,"[{'screen_name': 'marks22', 'name': 'Mark Schey', 'id': '15989755'}]",,,, +734,866480832302555136,866470387248316416,1495420103000.0,2017-05-22 02:28:23,+0000,,@harropj Hopefully June for those too,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866480832302555136,[],[],0,,False,217,8,9,,None,,,,,,,"[{'screen_name': 'harropj', 'name': 'Jonathan Harrop', 'id': '60393651'}]",,,, +735,866480356412727298,866472720996773888,1495419990000.0,2017-05-22 02:26:30,+0000,,@MacBenTosh S for sure. It is a bigger car.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866480356412727298,[],[],0,,False,124,11,6,,None,,,,,,,"[{'screen_name': 'MacBenTosh', 'name': 'Ben', 'id': '14499791'}]",,,, +736,866473736676950016,866470387248316416,1495418411000.0,2017-05-22 02:00:11,+0000,,"@jetkohli I'd highly recommend upgrading to latest Model S (which is approx version 4). Only if you really want a smaller sedan, should you get a 3.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866473736676950016,[],[],0,,False,335,28,17,,None,,,,,,,"[{'screen_name': 'jetkohli', 'name': 'jet kohli', 'id': '1322800524'}]",,,, +737,866473048639066112,866470387248316416,1495418247000.0,2017-05-22 01:57:27,+0000,,"@TheAvinashSingh Maybe I'm misinformed, but I was told that 30% of parts must be locally sourced and the supply doesn't yet exist in India to support that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866473048639066112,[],[],0,,False,421,194,148,,None,,,,,,,"[{'screen_name': 'TheAvinashSingh', 'name': 'AVINASH SINGH', 'id': '3185858072'}]",,,, +738,866472504541368321,866470387248316416,1495418118000.0,2017-05-22 01:55:18,+0000,,"@rrosenbl Yeah, control algorithm is safe, but unpleasant. New one is even safer, but super smooth.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866472504541368321,[],[],0,,False,381,19,17,,None,,,,,,,"[{'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}]",,,, +739,866472074142822402,866470387248316416,1495418015000.0,2017-05-22 01:53:35,+0000,,"@ethank Almost there, plus much improved web browser",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866472074142822402,[],[],0,,False,409,21,18,,None,,,,,,,"[{'screen_name': 'ethank', 'name': 'Ethan Kaplan', 'id': '615723'}]",,,, +740,866471925379235842,866470387248316416,1495417979000.0,2017-05-22 01:52:59,+0000,,@kedyson1 That will be tied to deliveries of the first production cars in July,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866471925379235842,[],[],0,,False,348,24,33,,None,,,,,,,"[{'screen_name': 'kedyson1', 'name': 'K. Dyson', 'id': '391085506'}]",,,, +741,866471370418339840,866470494203203584,1495417847000.0,2017-05-22 01:50:47,+0000,,@RITSPEX Almost there. Probably in a few months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866471370418339840,[],[],0,,False,170,10,21,,None,,,,,,,"[{'screen_name': 'RITSPEX', 'name': 'RITSpaceExploration', 'id': '3303167698'}]",,,, +742,866470958059536384,866461444031651840,1495417749000.0,2017-05-22 01:49:09,+0000,,"@BradMSimon @JonHaber You can easily turn it off in the car via settings, but that would beg the question of why you turned it off :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866470958059536384,[],[],0,,False,207,7,8,,None,,,,,,,"[{'screen_name': 'BradMSimon', 'name': 'Brad', 'id': '203565445'}, {'screen_name': 'JonHaber', 'name': 'Jon Haber', 'id': '270055514'}]",,,, +743,866470572967903232,866415276237225984,1495417657000.0,2017-05-22 01:47:37,+0000,,@lexiheft @HugoMeister42 Something cool for sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866470572967903232,[],[],0,,False,274,35,17,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'HugoMeister42', 'name': 'Hugo Malmberg', 'id': '797014605818134529'}]",,,, +744,866470387248316416,866470387248316416,1495417613000.0,2017-05-22 01:46:53,+0000,,Excited about the Tesla Autopilot software release rolling out next month. New control algorithm feels as smooth as silk.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866470387248316416,[],[],0,,False,24292,829,4003,,None,,,,,,,[],,,, +745,866469349090926592,866415276237225984,1495417365000.0,2017-05-22 01:42:45,+0000,,"@HugoMeister42 Model 3, Model X & Model S will all have same level of Autopilot capability. It's just a matter of refining the vision & control software.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866469349090926592,[],[],0,,False,168,6,17,,None,,,,,,,"[{'screen_name': 'HugoMeister42', 'name': 'Hugo Malmberg', 'id': '797014605818134529'}]",,,, +746,866468642950598658,866450995508895750,1495417197000.0,2017-05-22 01:39:57,+0000,,@songcarver Wear underpants,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866468642950598658,[],[],0,,False,254,16,25,,None,,,,,,,"[{'screen_name': 'songcarver', 'name': 'Keith Lang', 'id': '6823322'}]",,,, +747,866468411064201216,866461444031651840,1495417142000.0,2017-05-22 01:39:02,+0000,,@JonHaber Will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866468411064201216,[],[],0,,False,129,2,2,,None,,,,,,,"[{'screen_name': 'JonHaber', 'name': 'Jon Haber', 'id': '270055514'}]",,,, +748,866468236686012416,862216356258758662,1495417100000.0,2017-05-22 01:38:20,+0000,,@LeeGrayTeslaFan Black and textured slate versions will be,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866468236686012416,[],[],0,,False,108,4,6,,None,,,,,,,"[{'screen_name': 'LeeGrayTeslaFan', 'name': 'Lee Gray', 'id': '716701576006492160'}]",,,, +749,866171283167264770,866143592766558209,1495346301000.0,2017-05-21 05:58:21,+0000,,@sleepsl8 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/866171283167264770,[],[],0,,False,151,30,8,,None,,,,,,,"[{'screen_name': 'sleepsl8', 'name': 'Chris Almojuela', 'id': '726762282'}]",,,, +750,865707097974951936,865703762509299713,1495235630000.0,2017-05-19 23:13:50,+0000,,"@WorldAndScience For reason I can't explain, I find #2 especially odd. Also, not a fan of #17. Has led too many people astray in valuing securities.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/865707097974951936,[],[],0,,False,1436,123,164,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +751,865705983141494785,865660899612405760,1495235365000.0,2017-05-19 23:09:25,+0000,,"@waitbutwhy Still agree with Tim's points. What ""you"" are is an evolving, mind-body pattern, but there's still a core youness that holds true over time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/865705983141494785,[],[],0,,False,548,58,68,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +752,865703866620272640,865660899612405760,1495234860000.0,2017-05-19 23:01:00,+0000,,"@waitbutwhy Heisenberg's uncertainty principle & practical limits of simultaneity in transfer make this exact thought experiment impossible, but … yeah",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/865703866620272640,[],[],0,,False,610,57,77,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +753,864722655651405825,864719823112032256,1495000921000.0,2017-05-17 06:02:01,+0000,,@Fairaday We got stuck,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/864722655651405825,[],[],0,,False,410,26,12,,None,,,,,,,"[{'screen_name': 'Fairaday', 'name': 'WILLIAM FAIRADAY', 'id': '14977415'}]",,,, +754,864719823112032256,864719823112032256,1495000246000.0,2017-05-17 05:50:46,+0000,,All the answers to questions you never asked about holes in the ground https://t.co/vXTeB9R7Uw,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/864719823112032256,['https://www.boringcompany.com/faq/'],[],0,,False,9082,927,2831,,None,,,,,,,[],,,, +755,864706617031278592,864705169618903040,1494997097000.0,2017-05-17 04:58:17,+0000,,@Oliver_Brian What pun?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/864706617031278592,[],[],0,,False,1443,29,37,,None,,,,,,,"[{'screen_name': 'oliver_brian', 'name': 'briano', 'id': '1198986037248155649'}]",,,, +756,864705169618903040,864705169618903040,1494996752000.0,2017-05-17 04:52:32,+0000,,What I love about The Boring Company are the low expectations. Nowhere to go but down.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/864705169618903040,[],[],0,,False,39677,1294,7804,,None,,,,,,,[],,,, +757,864675939367530496,864675939367530496,1494989783000.0,2017-05-17 02:56:23,+0000,,T-boned in a Model X at 65 mph https://t.co/vt6g89Z9rk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/864675939367530496,['http://www.thedrive.com/sheetmetal/10261/man-credits-tesla-model-x-with-saving-his-life-after-stolen-car-crashes-into-it'],[],0,,False,10377,372,2320,,None,,,,,,,[],,,, +758,864612311457124352,864612311457124352,1494974613000.0,2017-05-16 22:43:33,+0000,,Moonlight Sonata https://t.co/HiuURSLsiU,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/864612311457124352,['https://www.instagram.com/p/BUK6BQnBNuK/'],[],0,,False,4447,248,1002,,None,,,,,,,[],,,, +759,864541061364035584,864541061364035584,1494957626000.0,2017-05-16 18:00:26,+0000,,Robots that learn by example from @OpenAI https://t.co/skXGB2mT6n,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/864541061364035584,['https://blog.openai.com/robots-that-learn/'],[],0,,False,4220,184,1328,,None,,,,,,,[],,,, +760,863554048204480512,863222555208851456,1494722303000.0,2017-05-14 00:38:23,+0000,,"@gmem_ It's sort of like a pickaxe if you use the claw side, but has the added advantage of also hammering",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863554048204480512,[],[],0,,False,445,28,29,,None,,,,,,,"[{'screen_name': 'gmem_', 'name': 'Gabriel Simmer', 'id': '208211557'}]",,,, +761,863553417301512193,863222555208851456,1494722153000.0,2017-05-14 00:35:53,+0000,,"@BarakaMahili Gary the snail is like Speedy Gonzales on meth ... or ambien. One of the two. Either way, Godot, our tunnel machine, is still a distant 2nd.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863553417301512193,[],[],0,,False,2111,51,190,,None,,,,,,,"[{'screen_name': 'BarakaMahili', 'name': 'Baraka Mahili', 'id': '64398798'}]",,,, +762,863551997357703168,863222555208851456,1494721814000.0,2017-05-14 00:30:14,+0000,,And ... it's done https://t.co/MBBSa04Eoc,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863551997357703168,[],['https://pbs.twimg.com/media/C_vz9KWVoAAYycY.jpg'],1,https://pbs.twimg.com/media/C_vz9KWVoAAYycY.jpg,False,11900,852,1444,,None,,,,,,,[],,,, +763,863551370892238848,863222555208851456,1494721665000.0,2017-05-14 00:27:45,+0000,,Worked in Minecraft. Just sayin ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863551370892238848,[],[],0,,False,12293,227,1625,,None,,,,,,,[],,,, +764,863551105296252928,863550907857997824,1494721602000.0,2017-05-14 00:26:42,+0000,,@UJustGotCarled Of course. Why is that even a question?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863551105296252928,[],[],0,,False,850,30,159,,None,,,,,,,"[{'screen_name': 'UJustGotCarled', 'name': 'Karla 🇺🇸🐠', 'id': '863844014'}]",,,, +765,863550784012558337,863222555208851456,1494721525000.0,2017-05-14 00:25:25,+0000,,Imma gonna dig that tunnel with this here hammer,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863550784012558337,[],[],0,,False,9282,250,1215,,None,,,,,,,[],,,, +766,863225206390669312,863222555208851456,1494643901000.0,2017-05-13 02:51:41,+0000,,@AndrewHws My grandmother was from Moose Jaw,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/863225206390669312,[],[],0,,False,391,17,29,,None,,,,,,,"[{'screen_name': 'AndrewHws', 'name': 'Andrew Hws', 'id': '356047322'}]",,,, +767,863224909480157184,863222555208851456,1494643831000.0,2017-05-13 02:50:31,+0000,,@gleesin Going to a barn raising!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/863224909480157184,[],[],0,,False,841,17,13,,None,,,,,,,"[{'screen_name': 'gleesin', 'name': 'gleesin', 'id': '14239809'}]",,,, +768,863222555208851456,863222555208851456,1494643269000.0,2017-05-13 02:41:09,+0000,,"On my cousin's farm in Canada at 17, wearing a hat on a hat https://t.co/U96ClGz5gZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/863222555208851456,[],['https://pbs.twimg.com/media/C_rIVm4U0AMBYdo.jpg'],1,https://pbs.twimg.com/media/C_rIVm4U0AMBYdo.jpg,False,48780,1332,5906,,None,,,,,,,[],,,, +769,863218707786420224,863207284389707776,1494642352000.0,2017-05-13 02:25:52,+0000,,"@jewhittingham Yeah, worked on the farm when I was 17",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/863218707786420224,[],[],0,,False,323,15,14,,None,,,,,,,"[{'screen_name': 'jewhittingham', 'name': 'James Whittingham', 'id': '71027698'}]",,,, +770,863218452567175168,863218452567175168,1494642291000.0,2017-05-13 02:24:51,+0000,,"Family history article. Was born in South Africa, but named after my American great-grandfather. https://t.co/Q1d7hP763T",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/863218452567175168,['http://leaderpost.com/feature/elon-musk-inherited-a-lifetime-of-adventure-from-his-sask-family'],[],0,,False,5902,540,1087,,None,,,,,,,[],,,, +771,863017106824060928,863014053798567936,1494594287000.0,2017-05-12 13:04:47,+0000,,@BecauseImAsh Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/863017106824060928,[],[],0,,False,255,11,22,,None,,,,,,,"[{'screen_name': 'BecauseImAsh', 'name': 'Äsh Live at Budokan', 'id': '142779701'}]",,,, +772,863014220282998788,863014220282998788,1494593598000.0,2017-05-12 12:53:18,+0000,,"[Warning, this may cause motion sickness or seizures] This is a test run of our electric sled… https://t.co/vI3hLirzg9",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863014220282998788,['https://www.instagram.com/p/BT_itC8h0Cx/'],[],0,,False,12208,901,4412,,None,,,,,,,[],,,, +773,863014180835610625,863014180835610625,1494593589000.0,2017-05-12 12:53:09,+0000,,"The race between Gary, our pet snail who lives in a pineapple, and Godot, our tunnel boring… https://t.co/IES65Y99gJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863014180835610625,['https://www.instagram.com/p/BT_iL-aBCzj/'],[],0,,False,4481,155,779,,None,,,,,,,[],,,, +774,863014142763966464,863014142763966464,1494593580000.0,2017-05-12 12:53:00,+0000,,Boring machine segments have been lowered into the starter tunnel. Going through final assembly.… https://t.co/2jg03I7j4n,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863014142763966464,['https://www.instagram.com/p/BT_huw7hlv_/'],[],0,,False,2628,87,390,,None,,,,,,,[],,,, +775,863014096337162241,863014096337162241,1494593569000.0,2017-05-12 12:52:49,+0000,,Cutterhead in operation at standard industry speed. Planning to jack this up by a factor of ten… https://t.co/K8LcnhLCCA,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863014096337162241,['https://www.instagram.com/p/BT_hTnMBFcA/'],[],0,,False,2202,85,319,,None,,,,,,,[],,,, +776,863014053798567936,863014053798567936,1494593559000.0,2017-05-12 12:52:39,+0000,,First tunnel for The Boring Company begins ... Full length of first tunnel will run from LAX to… https://t.co/Dbf2nkHfb2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863014053798567936,['https://www.instagram.com/p/BT_gxWhB1_8/'],[],0,,False,3709,140,800,,None,,,,,,,[],,,, +777,863007360901455872,863007360901455872,1494591963000.0,2017-05-12 12:26:03,+0000,,"Entry hole, staging area and starting tunnel for Boring Machine 1 (aka Godot) now complete https://t.co/8taxTMDcDV",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863007360901455872,['https://www.instagram.com/p/BT_gHStBjm6/'],[],0,,False,4030,252,723,,None,,,,,,,[],,,, +778,862849689204301824,862820520315715584,1494554371000.0,2017-05-12 01:59:31,+0000,,"@samgalaviz_ Tesla needs to iterate fast on solar roof prefab/install technology, so all installs will be done by Tesla techs at first",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/862849689204301824,[],[],0,,False,157,16,8,,None,,,,,,,"[{'screen_name': 'samgalaviz_', 'name': 'Sam Galaviz', 'id': '780651319002402816'}]",,,, +779,862573738222432256,862571929345048581,1494488579000.0,2017-05-11 07:42:59,+0000,,@Tragik187 Third one will be from Frost. Maybe the second.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/862573738222432256,[],[],0,,False,236,32,12,,None,,,,,,,"[{'screen_name': 'Tragik187', 'name': 'Travis Corkery', 'id': '25970472'}]",,,, +780,862573249430814720,862572900519256064,1494488463000.0,2017-05-11 07:41:03,+0000,,@Armstrong_Anth Yes. Good.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/862573249430814720,[],[],0,,False,146,7,7,,None,,,,,,,"[{'screen_name': 'armstrong_anth', 'name': 'Anth Armstrong', 'id': '1096920951554539523'}]",,,, +781,862572672676356096,862572672676356096,1494488325000.0,2017-05-11 07:38:45,+0000,,"First machine is Godot. Still waiting ... Don't know why, when or where.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/862572672676356096,[],[],0,,False,7377,605,1012,,None,,,,,,,[],,,, +782,862571929345048581,862571929345048581,1494488148000.0,2017-05-11 07:35:48,+0000,,Naming theme for tunnel boring machines will be poems & plays. Decided against plays & poems. Too obvious.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/862571929345048581,[],[],0,,False,6819,665,751,,None,,,,,,,[],,,, +783,862421991617306624,862392836993560580,1494452400000.0,2017-05-10 21:40:00,+0000,,@sahilmalik That's how the tiles sit on the roof. There is no difference in strength for the Tesla tile based on orientation (not like wood).,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/862421991617306624,[],[],0,,False,246,27,18,,None,,,,,,,"[{'screen_name': 'sahilmalik', 'name': 'Sahil Malik', 'id': '14738380'}]",,,, +784,862401961550692352,862399267389964290,1494447624000.0,2017-05-10 20:20:24,+0000,,@Lee_Ars This is true. The economics are not yet compelling where housing and utility costs are low and property taxes are high.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/862401961550692352,[],[],0,,False,185,22,14,,None,,,,,,,"[{'screen_name': 'lee_ars', 'name': 'ArsLEE', 'id': '1311036319842304001'}]",,,, +785,862392836993560580,862392836993560580,1494445449000.0,2017-05-10 19:44:09,+0000,,Slo-mo hail cannonball impacting Tesla solar roof tile https://t.co/MMBAcUD9iC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/862392836993560580,['https://www.instagram.com/p/BT7HVS3AZ4q/'],[],0,,False,5251,384,1091,,None,,,,,,,[],,,, +786,862381399122128897,862216356258758662,1494442722000.0,2017-05-10 18:58:42,+0000,,"@cubamark Will do our best. Hopefully, yes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/862381399122128897,[],[],0,,False,183,9,6,,None,,,,,,,"[{'screen_name': 'cubamark', 'name': 'Mark', 'id': '93891591'}]",,,, +787,862221037835919361,862216356258758662,1494404489000.0,2017-05-10 08:21:29,+0000,,@doogooroo Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/862221037835919361,[],[],0,,False,265,26,6,,None,,,,,,,"[{'screen_name': 'doogooroo', 'name': 'Mr A. N.', 'id': '1107927855940288512'}]",,,, +788,862216356258758662,862216356258758662,1494403373000.0,2017-05-10 08:02:53,+0000,,Solar roof can be ordered for almost any country. Deployment this year in the US and overseas next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/862216356258758662,[],[],0,,False,19363,995,5309,,None,,,,,,,[],,,, +789,862215874186428416,862214675039010816,1494403258000.0,2017-05-10 08:00:58,+0000,,@chriscardinal Black glass smooth and textured will be first. Tuscan and French Slate in about six months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/862215874186428416,[],[],0,,False,315,12,36,,None,,,,,,,"[{'screen_name': 'chriscardinal', 'name': 'chriscardinal', 'id': '7872092'}]",,,, +790,862215563912765440,862214675039010816,1494403184000.0,2017-05-10 07:59:44,+0000,,@torbenanderson U.K. delivery and installation next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/862215563912765440,[],[],0,,False,280,11,24,,None,,,,,,,"[{'screen_name': 'torbenanderson', 'name': 'Torben Anderson', 'id': '11500802'}]",,,, +791,862215023594098688,862214675039010816,1494403055000.0,2017-05-10 07:57:35,+0000,,@nathanrodger Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/862215023594098688,[],[],0,,False,258,9,3,,None,,,,,,,"[{'screen_name': 'nathanrodger', 'name': 'Nathan Rodger', 'id': '21393555'}]",,,, +792,862214675039010816,862214675039010816,1494402972000.0,2017-05-10 07:56:12,+0000,,Tesla solar glass roof orders open this afternoon. I think it will be great. More in about 10 hours ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/862214675039010816,[],[],0,,False,16530,664,3797,,None,,,,,,,[],,,, +793,862074419996278784,862074419996278784,1494369532000.0,2017-05-09 22:38:52,+0000,,"If heat death of the universe is the destination, it really is all about the journey https://t.co/icmkmMKhvj https://t.co/0JmKUYAFRq",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/862074419996278784,"['https://en.m.wikipedia.org/wiki/The_Last_Question', 'https://en.m.wikipedia.org/wiki/Heat_death_of_the_universe']",[],0,,False,5881,552,1409,,None,,,,,,,[],,,, +794,862073475963379712,862059247462428673,1494369307000.0,2017-05-09 22:35:07,+0000,,@GeorgeChiesa It's a good one,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/862073475963379712,[],[],0,,False,139,3,8,,None,,,,,,,"[{'screen_name': 'GeorgeChiesa', 'name': 'George Chiesa', 'id': '17702137'}]",,,, +795,861345412023595008,861271994288832514,1494195723000.0,2017-05-07 22:22:03,+0000,,@jovanik21 Thanks for doing it!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/861345412023595008,[],[],0,,False,233,12,7,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}]",,,, +796,861271994288832514,861271994288832514,1494178219000.0,2017-05-07 17:30:19,+0000,,Headed to see Guardians 2 w my bro and kids. Loved the first one.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/861271994288832514,[],[],0,,False,23844,977,1425,,None,,,,,,,[],,,, +797,860400588311244801,860373617841807360,1493970460000.0,2017-05-05 07:47:40,+0000,,"@keithdcohen I do love Banks, but perhaps we should reserve his names for the droneships",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/860400588311244801,[],[],0,,False,395,71,24,,None,,,,,,,"[{'screen_name': 'keithdcohen', 'name': 'Keith Cohen', 'id': '202571298'}]",,,, +798,860397510447120384,860373617841807360,1493969726000.0,2017-05-05 07:35:26,+0000,,@zanesloanbc Simple. I like it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/860397510447120384,[],[],0,,False,410,69,10,,None,,,,,,,"[{'screen_name': 'zanesloanbc', 'name': 'Zane Sloan', 'id': '1651572211'}]",,,, +799,860396632361152512,860373617841807360,1493969517000.0,2017-05-05 07:31:57,+0000,,Kinda like Snoop Dug,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/860396632361152512,[],[],0,,False,9660,1587,1563,,None,,,,,,,[],,,, +800,860379071414321152,860373617841807360,1493965330000.0,2017-05-05 06:22:10,+0000,,@AndrewHws I don't want to be presumptuous,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860379071414321152,[],[],0,,False,1443,54,65,,None,,,,,,,"[{'screen_name': 'AndrewHws', 'name': 'Andrew Hws', 'id': '356047322'}]",,,, +801,860378029515718660,860373617841807360,1493965081000.0,2017-05-05 06:18:01,+0000,,"I know what you're thinking … then why not ""the Third""? Well, I've learned my lesson about 3's.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860378029515718660,[],[],0,,False,7299,758,566,,None,,,,,,,[],,,, +802,860377370171121666,860373617841807360,1493964924000.0,2017-05-05 06:15:24,+0000,,"@reviewero By calling it ""the Second"", it has more credibility",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860377370171121666,[],[],0,,False,4306,156,358,,None,,,,,,,"[{'screen_name': 'reviewero', 'name': 'Adi', 'id': '973994524115550208'}]",,,, +803,860375279570567168,860373617841807360,1493964426000.0,2017-05-05 06:07:06,+0000,,"Maybe Ultimate Boring Machine, the Second",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860375279570567168,[],[],0,,False,7261,1462,958,,None,,,,,,,[],,,, +804,860374746382217216,860373617841807360,1493964299000.0,2017-05-05 06:04:59,+0000,,@ivanmartinsanz Boring Not Boring,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860374746382217216,[],[],0,,False,455,19,22,,None,,,,,,,"[{'screen_name': 'ivanmartinsanz', 'name': 'SnowBoarding.', 'id': '211927694'}]",,,, +805,860374338700099584,860373617841807360,1493964201000.0,2017-05-05 06:03:21,+0000,,@ivanmartinsanz Good one,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860374338700099584,[],[],0,,False,433,15,8,,None,,,,,,,"[{'screen_name': 'ivanmartinsanz', 'name': 'SnowBoarding.', 'id': '211927694'}]",,,, +806,860373996381937664,860373617841807360,1493964120000.0,2017-05-05 06:02:00,+0000,,@hunterbarnes144 Been done,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860373996381937664,[],[],0,,False,798,12,30,,None,,,,,,,"[{'screen_name': 'hunterbarnes144', 'name': 'Hunter Barnes', 'id': '4886150338'}]",,,, +807,860373617841807360,860373617841807360,1493964030000.0,2017-05-05 06:00:30,+0000,,Thinking about a name for our first tunneling machine …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860373617841807360,[],[],0,,False,12763,12630,2181,,None,,,,,,,[],,,, +808,860050049509736448,860050049509736448,1493886885000.0,2017-05-04 08:34:45,+0000,,Was just rereading one of my favorites. So beautiful … https://t.co/gp0aNnWxcM,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/860050049509736448,['https://www.poetryfoundation.org/poetrymagazine/poems/detail/44212'],[],0,,False,4470,366,711,,None,,,,,,,[],,,, +809,859043148923678720,859043148923678720,1493646821000.0,2017-05-01 13:53:41,+0000,,"Close-up of rocket stage separation, fast flip, boostback burn in a ring of fire and then… https://t.co/RM8kDgazVX",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/859043148923678720,['https://www.instagram.com/p/BTjVdLVB1bO/'],[],0,,False,12721,886,4734,,None,,,,,,,[],,,, +810,859040909299556352,859040909299556352,1493646287000.0,2017-05-01 13:44:47,+0000,,Landing https://t.co/m8DH1DkvFO,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/859040909299556352,['https://www.instagram.com/p/BTjUcEYBqSQ/'],[],0,,False,9738,397,3178,,None,,,,,,,[],,,, +811,859008563519160320,859008563519160320,1493638575000.0,2017-05-01 11:36:15,+0000,,"Launch and landing of the NRO spy satellite was good. Tough call, as high altitude wind shear was at 98.6% of the theoretical load limit. https://t.co/nBzBMNdjBp",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/859008563519160320,[],['https://pbs.twimg.com/media/C-vPu9wUAAAcHUm.jpg'],1,https://pbs.twimg.com/media/C-vPu9wUAAAcHUm.jpg,False,11220,337,2255,,None,,,,,,,[],,,, +812,859002489730994176,859002489730994176,1493637127000.0,2017-05-01 11:12:07,+0000,,"Winds aloft are unusually high (still within structural safety bounds). Worrying, but not a showstopper. https://t.co/epHQQvajOZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/859002489730994176,['https://twitter.com/spacex/status/859000342985424896'],[],0,,False,4654,199,576,https://twitter.com/spacex/status/859000342985424896,None,,,,,,,[],,,, +813,858908487018926080,858905558908190720,1493614715000.0,2017-05-01 04:58:35,+0000,,"@VoltzCoreAudio Yeah, will probably publish an update in six weeks or so",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/858908487018926080,[],[],0,,False,423,18,40,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '2989135748'}]",,,, +814,858905558908190720,858905558908190720,1493614017000.0,2017-05-01 04:46:57,+0000,,My boring TED talk https://t.co/QNgolyJXMr,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/858905558908190720,['https://www.ted.com/talks/elon_musk_the_future_we_re_building_and_boring'],[],0,,False,26867,725,9059,,None,,,,,,,[],,,, +815,858063290039115777,858062753889533952,1493413205000.0,2017-04-28 21:00:05,+0000,,@williamlegate Couldn't agree more,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/858063290039115777,[],[],0,,False,2062,51,112,,None,,,,,,,"[{'screen_name': 'williamlegate', 'name': 'William LeGate (ig: @legate)', 'id': '38029205'}]",,,, +816,858063095268130816,858062753889533952,1493413158000.0,2017-04-28 20:59:18,+0000,,@batfflck Extremely,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/858063095268130816,[],[],0,,False,684,20,20,,None,,,,,,,"[{'screen_name': 'batfflck', 'name': 'cidem •ᴗ•', 'id': '918533847528198144'}]",,,, +817,858062753889533952,858062753889533952,1493413077000.0,2017-04-28 20:57:57,+0000,,Even more boring https://t.co/EfrzLAXwxs,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/858062753889533952,['https://boringcompany.com'],[],0,,False,18797,1353,7671,,None,,,,,,,[],,,, +818,858052804606177280,858052804606177280,1493410705000.0,2017-04-28 20:18:25,+0000,,Boring https://t.co/TBnhgPYWud,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/858052804606177280,['https://twitter.com/teslarati/status/857991868340068352'],[],0,,False,16706,564,4026,https://twitter.com/teslarati/status/857991868340068352,None,,,,,,,[],,,, +819,857412023847600128,857318388904931328,1493257931000.0,2017-04-27 01:52:11,+0000,,"@kmckelly @cstross @jephjacques We def want to avoid either, particularly Surface Detail ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/857412023847600128,[],[],0,,False,155,13,8,,None,,,,,,,"[{'screen_name': 'kmckelly', 'name': 'Kevin Kelly', 'id': '25101691'}, {'screen_name': 'cstross', 'name': 'Charlie Stross', 'id': '390039185'}, {'screen_name': 'jephjacques', 'name': 'Malkmusian Catastrophe', 'id': '7670202'}]",,,, +820,856552061839781888,856292321364631554,1493052900000.0,2017-04-24 16:55:00,+0000,,@PJWU8 @creepypuppet @cowanfilms On it now,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/856552061839781888,[],[],0,,False,182,16,9,,None,,,,,,,"[{'screen_name': 'PJWU8', 'name': 'PJ WU', 'id': '805641958370643968'}, {'screen_name': 'creepypuppet', 'name': 'not james wan', 'id': '1245129879248605186'}, {'screen_name': 'cowanfilms', 'name': 'Rob Cowan', 'id': '739877627880603648'}]",,,, +821,856551111301505024,856292321364631554,1493052673000.0,2017-04-24 16:51:13,+0000,,"@moomoodining @creepypuppet @cowanfilms Great food, great ambience and with great friends. We all really enjoyed the visit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/856551111301505024,[],[],0,,False,181,8,7,,None,,,,,,,"[{'screen_name': 'moomoodining', 'name': 'Moo Moo Restaurants', 'id': '96899655'}, {'screen_name': 'creepypuppet', 'name': 'not james wan', 'id': '1245129879248605186'}, {'screen_name': 'cowanfilms', 'name': 'Rob Cowan', 'id': '739877627880603648'}]",,,, +822,856354252209442817,856328013431963648,1493005738000.0,2017-04-24 03:48:58,+0000,,@JudeBurger @realamberheard @teslaownersau Will definitely do that on my next trip,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/856354252209442817,[],[],0,,False,263,11,11,,None,,,,,,,"[{'screen_name': 'JudeBurger', 'name': 'Jude Burger', 'id': '20351990'}, {'screen_name': 'realamberheard', 'name': 'Amber Heard', 'id': '807003567605227520'}, {'screen_name': 'teslaownersau', 'name': 'Tesla Owners Club Australia [Official]', 'id': '731657202323329024'}]",,,, +823,856292321364631554,856292321364631554,1492990973000.0,2017-04-23 23:42:53,+0000,,"Having moo moo at Moo Moo Gold Coast with amberheard, @CreepyPuppet and @CowanFilms https://t.co/SUM2RYYN7O",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/856292321364631554,['https://www.instagram.com/p/BTPyhtBhdn6/'],[],0,,False,3125,386,280,,None,,,,,,,[],,,, +824,856196719746457602,856159773368123392,1492968180000.0,2017-04-23 17:23:00,+0000,,@juancarlosrs @elpilot That is the aspiration: to avoid AI becoming other.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/856196719746457602,[],[],0,,False,334,39,41,,None,,,,,,,"[{'screen_name': 'juancarlosrs', 'name': 'Juan Carlos', 'id': '14199845'}, {'screen_name': 'elpilot', 'name': 'pilot', 'id': '15065331'}]",,,, +825,854149536524021760,854029292493090816,1492480093000.0,2017-04-18 01:48:13,+0000,,"@FredericLambert @TaylorSMarks @FlipperB @pkingdesign Yeah, sorry I missed that. This would only work for 75 kWh packs that are software created to 60, so not 2013.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/854149536524021760,[],[],0,,False,208,41,13,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'TaylorSMarks', 'name': 'Taylor Marks 🧢', 'id': '93133342'}, {'screen_name': 'FlipperB', 'name': 'Philip B.', 'id': '14688290'}, {'screen_name': 'pkingdesign', 'name': 'Phil King', 'id': '20653086'}]",,,, +826,854084819965194240,854029292493090816,1492464663000.0,2017-04-17 21:31:03,+0000,,@FlipperB @pkingdesign Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/854084819965194240,[],[],0,,False,148,20,7,,None,,,,,,,"[{'screen_name': 'FlipperB', 'name': 'Philip B.', 'id': '14688290'}, {'screen_name': 'pkingdesign', 'name': 'Phil King', 'id': '20653086'}]",,,, +827,854038254982619136,854029292493090816,1492453561000.0,2017-04-17 18:26:01,+0000,,@pkingdesign Tesla will soon be offering a compelling means of upgrading a 60 to a 75,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/854038254982619136,[],[],0,,False,230,49,16,,None,,,,,,,"[{'screen_name': 'pkingdesign', 'name': 'Phil King', 'id': '20653086'}]",,,, +828,852582182212194304,852581967849807872,1492106407000.0,2017-04-13 18:00:07,+0000,,@gucci_mau July,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/852582182212194304,[],[],0,,False,857,86,139,,None,,,,,,,"[{'screen_name': 'gucci_mau', 'name': 'Mauro', 'id': '19547012'}]",,,, +829,852581322451111936,852580027178696704,1492106202000.0,2017-04-13 17:56:42,+0000,,@NoahMagel Pickup truck unveil in 18 to 24 months,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/852581322451111936,[],[],0,,False,2992,165,815,,None,,,,,,,"[{'screen_name': 'noahmagel', 'name': 'noah', 'id': '2246429194'}]",,,, +830,852581046625345536,852580027178696704,1492106136000.0,2017-04-13 17:55:36,+0000,,@SamGonzales Next gen Roadster will be convertible,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/852581046625345536,[],[],0,,False,2711,73,420,,None,,,,,,,"[{'screen_name': 'SamGonzales', 'name': 'Sam Gonzales', 'id': '6657'}]",,,, +831,852580027178696704,852580027178696704,1492105893000.0,2017-04-13 17:51:33,+0000,,Tesla Semi truck unveil set for September. Team has done an amazing job. Seriously next level.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/852580027178696704,[],[],0,,False,49222,1726,14117,,None,,,,,,,[],,,, +832,852248614021746688,747943260115636224,1492026878000.0,2017-04-12 19:54:38,+0000,,@danahull @Reuters Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/852248614021746688,[],[],0,,False,172,23,13,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +833,852243718094561280,747943260115636224,1492025710000.0,2017-04-12 19:35:10,+0000,,"@Reuters Besides, I already said we'd add more independent members during SCTY merger. Will announce soon, but this group has nothing to do with it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/852243718094561280,[],[],0,,False,446,35,53,,None,,,,,,,"[{'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +834,852241941546778624,747943260115636224,1492025287000.0,2017-04-12 19:28:07,+0000,,@Reuters This investor group should buy Ford stock. Their governance is amazing ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/852241941546778624,[],[],0,,False,1267,116,308,,None,,,,,,,"[{'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +835,852239986388721664,852239986388721664,1492024821000.0,2017-04-12 19:20:21,+0000,,Autolist survey finds Tesla used car values are highest and sell fastest https://t.co/KcXFhqwXVa,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/852239986388721664,['http://www.marketwatch.com/story/used-tesla-model-s-sell-faster-and-for-more-money-than-peers-study-says-2017-04-12'],[],0,,False,7596,715,1580,,None,,,,,,,[],,,, +836,850453029987917824,847882289581359104,1491598777000.0,2017-04-07 20:59:37,+0000,,"@chairheadMD @cheron Fairing is ~$5M, but that should be reusable this year. Am fairly confident we can reuse upper stage too by late next year to get to 100%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/850453029987917824,[],[],0,,False,813,107,212,,None,,,,,,,"[{'screen_name': 'chairheadMD', 'name': 'Lumby says #BlackLivesMatter', 'id': '422221262'}, {'screen_name': 'cheron', 'name': '🚀Chad Heron', 'id': '10226202'}]",,,, +837,850452066992504832,850449428372746240,1491598548000.0,2017-04-07 20:55:48,+0000,,@SeanRowley2 Latency should only be 5 min max. Checking ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/850452066992504832,[],[],0,,False,171,16,10,,None,,,,,,,"[{'screen_name': 'SeanRowley2', 'name': 'Sean Rowley', 'id': '473869544'}]",,,, +838,850386820793643008,850386820793643008,1491582992000.0,2017-04-07 16:36:32,+0000,,Feature coming soon that allows one touch access to all discovered Tesla Easter eggs https://t.co/oWU6oq9Jqb,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/850386820793643008,[],['https://pbs.twimg.com/media/C80uTdpU0AAwmag.jpg'],1,https://pbs.twimg.com/media/C80uTdpU0AAwmag.jpg,False,5958,748,920,,None,,,,,,,[],,,, +839,849636868052275200,849636868052275200,1491404189000.0,2017-04-05 14:56:29,+0000,,And so the robots spared humanity ... https://t.co/v7JUJQWfCv,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/849636868052275200,['https://twitter.com/bentolmachoff/status/846476110846017536'],[],0,,False,20383,383,5788,https://twitter.com/bentolmachoff/status/846476110846017536,None,,,,,,,[],,,, +840,848988730585096192,848893271162093568,1491249661000.0,2017-04-03 20:01:01,+0000,,"@ForIn2020 @waltmossberg @mims @defcon_5 Exactly. Tesla is absurdly overvalued if based on the past, but that's irrelevant. A stock price represents risk-adjusted future cash flows.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/848988730585096192,[],[],0,,False,1607,148,522,,None,,,,,,,"[{'screen_name': 'ForIn2020', 'name': 'ForIn2020🌅', 'id': '823512042'}, {'screen_name': 'waltmossberg', 'name': 'Walt Mossberg', 'id': '5746452'}, {'screen_name': 'mims', 'name': 'Christopher Mims', 'id': '1769191'}, {'screen_name': 'defcon_5', 'name': 'defcon_5', 'id': '17212941'}]",,,, +841,848943072423497728,848893271162093568,1491238775000.0,2017-04-03 16:59:35,+0000,,"@waltmossberg @mims @defcon_5 Et tu, Walt?",fr,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/848943072423497728,[],[],0,,False,800,44,75,,None,,,,,,,"[{'screen_name': 'waltmossberg', 'name': 'Walt Mossberg', 'id': '5746452'}, {'screen_name': 'mims', 'name': 'Christopher Mims', 'id': '1769191'}, {'screen_name': 'defcon_5', 'name': 'defcon_5', 'id': '17212941'}]",,,, +842,848935705057280001,848935705057280001,1491237019000.0,2017-04-03 16:30:19,+0000,,Stormy weather in Shortville ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/848935705057280001,[],[],0,,False,10539,762,2871,,None,,,,,,,[],,,, +843,848416049573658624,848405135348912128,1491113123000.0,2017-04-02 06:05:23,+0000,,@DaveLeeBBC @verge Coal is dying due to nat gas fracking. It's basically dead.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/848416049573658624,[],[],0,,False,961,60,201,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +844,848415731502923777,848398990039293953,1491113047000.0,2017-04-02 06:04:07,+0000,,@Lexxxzis It's just a helicopter in helicopter's clothing,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/848415731502923777,[],[],0,,False,393,29,40,,None,,,,,,,"[{'screen_name': 'Lexxxzis', 'name': 'Alexzis', 'id': '598552290'}]",,,, +845,848415356263702528,848405135348912128,1491112958000.0,2017-04-02 06:02:38,+0000,,@verge It won't matter,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/848415356263702528,[],[],0,,False,1418,69,191,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +846,848398971139629057,848394744489066496,1491109051000.0,2017-04-02 04:57:31,+0000,,@SuperCoolCube Pretty good,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/848398971139629057,[],[],0,,False,320,35,19,,None,,,,,,,"[{'screen_name': 'SuperCoolCube', 'name': 'Andrew', 'id': '381728098'}]",,,, +847,848244577521647616,848243350993895424,1491072241000.0,2017-04-01 18:44:01,+0000,,"Why did we waste so much time developing silly rockets? Damn you, aliens! So obtuse! You have all this crazy tech, but can't speak English!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/848244577521647616,[],[],0,,False,14890,935,3305,,None,,,,,,,[],,,, +848,848243350993895424,848243350993895424,1491071949000.0,2017-04-01 18:39:09,+0000,,Technology breakthrough: turns out chemtrails are actually a message from time-traveling aliens describing the secret of teleportation,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/848243350993895424,[],[],0,,False,27801,894,8233,,None,,,,,,,[],,,, +849,848036043240636417,848021160625266688,1491022523000.0,2017-04-01 04:55:23,+0000,,"@adamsbj Def P100D with Ludicrous+, although the rocket starts going a lot faster after that",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/848036043240636417,[],[],0,,False,332,18,27,,None,,,,,,,"[{'screen_name': 'adamsbj', 'name': 'Brian Adams', 'id': '19136564'}]",,,, +850,847958571895619584,847884673275633665,1491004052000.0,2017-03-31 23:47:32,+0000,,@BadAstronomer We can def bring it back like Dragon. Just a question of how much weight we need to add.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/847958571895619584,[],[],0,,False,551,46,63,,None,,,,,,,"[{'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}]",,,, +851,847890916048338946,847886909632327680,1490987922000.0,2017-03-31 19:18:42,+0000,,@tesla_addict @TeslaMotors Working on it,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/847890916048338946,[],[],0,,False,267,22,21,,None,,,,,,,"[{'screen_name': 'tesla_addict', 'name': 'Tesla Addict', 'id': '756512436426051584'}]",,,, +852,847884776719740928,847882289581359104,1490986458000.0,2017-03-31 18:54:18,+0000,,@jasonlamb Looks like it could do 20% more with some structural upgrades to handle higher loads. But that's in fully expendable mode.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847884776719740928,[],[],0,,False,269,15,25,,None,,,,,,,"[{'screen_name': 'jasonlamb', 'name': 'Jason Lamb', 'id': '6540612'}]",,,, +853,847884413706874880,847882289581359104,1490986371000.0,2017-03-31 18:52:51,+0000,,@cheron A lot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847884413706874880,[],[],0,,False,610,19,26,,None,,,,,,,"[{'screen_name': 'cheron', 'name': '🚀Chad Heron', 'id': '10226202'}]",,,, +854,847884351375372288,847882289581359104,1490986356000.0,2017-03-31 18:52:36,+0000,,@Cardoso Silliest thing we can imagine! Secret payload of 1st Dragon flight was a giant wheel of cheese. Inspired by a friend & Monty Python.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847884351375372288,[],[],0,,False,1675,136,261,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}]",,,, +855,847883435100299267,847882289581359104,1490986138000.0,2017-03-31 18:48:58,+0000,,"@redletterdave Good point, odds go from 0% to >0% :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847883435100299267,[],[],0,,False,568,20,30,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'dave smith', 'id': '19743466'}]",,,, +856,847882909906341888,847882289581359104,1490986013000.0,2017-03-31 18:46:53,+0000,,Falcon Heavy test flight currently scheduled for late summer,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847882909906341888,[],[],0,,False,7053,305,1093,,None,,,,,,,[],,,, +857,847882289581359104,847882289581359104,1490985865000.0,2017-03-31 18:44:25,+0000,,"Considering trying to bring upper stage back on Falcon Heavy demo flight for full reusability. Odds of success low, but maybe worth a shot.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847882289581359104,[],[],0,,False,14255,926,2377,,None,,,,,,,[],,,, +858,847881536254955521,847880599792693252,1490985685000.0,2017-03-31 18:41:25,+0000,,@oxfordteddy Browser is already a little better. Kernel and browser update in prob 6 weeks or so (lots of underlying changes) with a few nice features.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847881536254955521,[],[],0,,False,181,21,14,,None,,,,,,,"[{'screen_name': 'oxfordteddy', 'name': 'Ed Byard', 'id': '144552745'}]",,,, +859,847608431582208000,847579206636654592,1490920572000.0,2017-03-31 00:36:12,+0000,,@BadAstronomer @SpaceX Thanks Phil!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/847608431582208000,[],[],0,,False,788,17,39,,None,,,,,,,"[{'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +860,847594208219336705,847594208219336705,1490917181000.0,2017-03-30 23:39:41,+0000,,Incredibly proud of the SpaceX team for achieving this milestone in space! Next goal is reflight within 24 hours.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/847594208219336705,[],[],0,,False,47298,1241,11810,,None,,,,,,,[],,,, +861,847234747747020800,847234747747020800,1490831479000.0,2017-03-29 23:51:19,+0000,,"If you just downloaded V8.1, tap the the T on center screen three times",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/847234747747020800,[],[],0,,False,4840,401,673,,None,,,,,,,[],,,, +862,847178475970547712,845279423238590464,1490818063000.0,2017-03-29 20:07:43,+0000,,"@drmanejwala @arctechinc On center screen. Also, center screen *will* show speed as an overlay that changes opacity according to relevance.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/847178475970547712,[],[],0,,False,198,45,19,,None,,,,,,,"[{'screen_name': 'drmanejwala', 'name': 'Omar Manejwala, M.D.', 'id': '65214004'}, {'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +863,846772378067648513,846705655922774016,1490721241000.0,2017-03-28 17:14:01,+0000,,@danahull Very few. We have yet to do a China (or Europe) launch of Model 3.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/846772378067648513,[],[],0,,False,189,39,15,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +864,846770102502473728,846705655922774016,1490720699000.0,2017-03-28 17:04:59,+0000,,@business Glad to have Tencent as an investor and advisor to Tesla,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/846770102502473728,[],[],0,,False,527,39,93,,None,,,,,,,"[{'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +865,846768497904369664,846667837716410368,1490720316000.0,2017-03-28 16:58:36,+0000,,@nickg_uk @chouky02 No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/846768497904369664,[],[],0,,False,292,59,25,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}, {'screen_name': 'chouky02', 'name': 'Sergey Chukanov', 'id': '67415654'}]",,,, +866,846768171486855169,846667837716410368,1490720238000.0,2017-03-28 16:57:18,+0000,,@nickg_uk @chouky02 You won't care,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/846768171486855169,[],[],0,,False,350,54,22,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}, {'screen_name': 'chouky02', 'name': 'Sergey Chukanov', 'id': '67415654'}]",,,, +867,846668569576259584,846667837716410368,1490696491000.0,2017-03-28 10:21:31,+0000,,@NakatomiTim What gave me away?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/846668569576259584,[],[],0,,False,599,16,29,,None,,,,,,,"[{'screen_name': 'NakatomiTim', 'name': 'Tim Doyle- SERIOUS ARTIST PERSON GUY.', 'id': '22609300'}]",,,, +868,846668345998925826,846667837716410368,1490696438000.0,2017-03-28 10:20:38,+0000,,@nickg_uk No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/846668345998925826,[],[],0,,False,741,56,55,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}]",,,, +869,846667837716410368,846667837716410368,1490696317000.0,2017-03-28 10:18:37,+0000,,Here is the latest SpaceX travel ad for the flight around the moon & into deep space. Maybe needs a few edits ... https://t.co/mA8ZgutrbE,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/846667837716410368,['https://m.youtube.com/watch?v=DNkKCFaqib8'],[],0,,False,8498,606,1993,,None,,,,,,,[],,,, +870,846580443797368832,846580443797368832,1490675481000.0,2017-03-28 04:31:21,+0000,,"Long Neuralink piece coming out on @waitbutwhy in about a week. Difficult to dedicate the time, but existential risk is too high not to.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/846580443797368832,[],[],0,,False,11672,682,3269,,None,,,,,,,[],,,, +871,845403535353143299,845398862172995585,1490394884000.0,2017-03-24 22:34:44,+0000,,@erikhaaland We cannot make all country versions simultaneously or the production start would be a disaster. You would get first in Norway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/845403535353143299,[],[],0,,False,247,31,21,,None,,,,,,,"[{'screen_name': 'erikhaaland', 'name': 'Erik', 'id': '123541715'}]",,,, +872,845402066629517312,845392265036095488,1490394534000.0,2017-03-24 22:28:54,+0000,,@Isabelle_Kent Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/845402066629517312,[],[],0,,False,170,5,4,,None,,,,,,,"[{'screen_name': 'Isabelle_Kent', 'name': 'Isabelle', 'id': '402262813'}]",,,, +873,845370779298521088,845279423238590464,1490387074000.0,2017-03-24 20:24:34,+0000,,@D1sneyNut Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/845370779298521088,[],[],0,,False,181,9,4,,None,,,,,,,[],,,, +874,845355766357737472,845279423238590464,1490383495000.0,2017-03-24 19:24:55,+0000,,@nickbaum I believe so,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/845355766357737472,[],[],0,,False,208,19,12,,None,,,,,,,"[{'screen_name': 'nickbaum', 'name': 'Nick Baum 🇸🇪', 'id': '787205'}]",,,, +875,845337811876114432,845335480359010304,1490379214000.0,2017-03-24 18:13:34,+0000,,@nddugan Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/845337811876114432,[],[],0,,False,165,12,6,,None,,,,,,,"[{'screen_name': 'nddugan', 'name': 'Nick Dugan', 'id': '76249111'}]",,,, +876,845331893176324096,845280754871418880,1490377803000.0,2017-03-24 17:50:03,+0000,,@Mr_Ewe_Guy Oh so little faith,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/845331893176324096,[],[],0,,False,1690,32,96,,None,,,,,,,"[{'screen_name': 'mr_ewe_guy', 'name': 'Brychcahr', 'id': '903525849470824448'}]",,,, +877,845325721455149056,845279423238590464,1490376332000.0,2017-03-24 17:25:32,+0000,,@kryniog The shorter wheelbase only allows for a 75 kWh pack in Model 3 at current cell/module energy densities,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/845325721455149056,[],[],0,,False,304,37,58,,None,,,,,,,"[{'screen_name': 'kryniog', 'name': 'Krzysztof Grochowski', 'id': '345916643'}]",,,, +878,845294161125269505,845293715883220993,1490368807000.0,2017-03-24 15:20:07,+0000,,@ToddGerkens Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845294161125269505,[],[],0,,False,249,10,7,,None,,,,,,,"[{'screen_name': 'ToddGerkens', 'name': 'Todd Gerkens', 'id': '407382454'}]",,,, +879,845293825715154945,845293292782850048,1490368727000.0,2017-03-24 15:18:47,+0000,,@HolsMichael Start taking orders in April,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845293825715154945,[],[],0,,False,432,95,78,,None,,,,,,,"[{'screen_name': 'HolsMichael', 'name': 'Michael Hols', 'id': '707009888740728833'}]",,,, +880,845293157977767937,845278449811939328,1490368568000.0,2017-03-24 15:16:08,+0000,,"@dr_angus Yeah, probably a year from now. S will still win on acceleration though, due to having more space for a larger battery.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845293157977767937,[],[],0,,False,281,32,19,,None,,,,,,,"[{'screen_name': 'dr_angus', 'name': 'Dr. Angus Willie Esco', 'id': '1100517453950578688'}]",,,, +881,845292269649354752,845279423238590464,1490368356000.0,2017-03-24 15:12:36,+0000,,"@akaWrecks @ckalapala Only Model S will have the seven seater option, more cargo space, plus higher range, acceleration, two screens vs one, auto extend handles …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845292269649354752,[],[],0,,False,238,18,20,,None,,,,,,,"[{'screen_name': 'akaWrecks', 'name': '(╯°□°)╯︵ sʞɔǝɹʍ', 'id': '262834099'}, {'screen_name': 'ckalapala', 'name': 'Chaitu', 'id': '81007800'}]",,,, +882,845291536480813056,845290340600864768,1490368181000.0,2017-03-24 15:09:41,+0000,,@CamKode The Model S produced today is arguably version 4. Let me put it this way: it is the car I will keep driving even after Model 3 arrives.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845291536480813056,[],[],0,,False,299,17,32,,None,,,,,,,"[{'screen_name': 'CamKode', 'name': 'Eric', 'id': '172647484'}]",,,, +883,845290713776451584,845287211306139648,1490367985000.0,2017-03-24 15:06:25,+0000,,"@BlueBowles If fate is on our side, it will be amazing. Will talk about that in detail next week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845290713776451584,[],[],0,,False,573,23,50,,None,,,,,,,"[{'screen_name': 'BlueBowles', 'name': 'Steven Bowles', 'id': '461725278'}]",,,, +884,845290493130919936,845279423238590464,1490367932000.0,2017-03-24 15:05:32,+0000,,@juanmlemao No problem :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845290493130919936,[],[],0,,False,365,12,23,,None,,,,,,,"[{'screen_name': 'juanmlemao', 'name': 'J', 'id': '2407507850'}]",,,, +885,845290417591541760,845287211306139648,1490367914000.0,2017-03-24 15:05:14,+0000,,"@DJBurges Should be summer next year. Sorry, really wish we could get RHD done sooner. We truly are working as fast as we can.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845290417591541760,[],[],0,,False,367,29,28,,None,,,,,,,"[{'screen_name': 'DJBurges', 'name': 'Daniel Burges', 'id': '1243618602'}]",,,, +886,845289977051148289,845279423238590464,1490367809000.0,2017-03-24 15:03:29,+0000,,@faultywarrior @matt_trulli @FredericLambert @TimShelton @JimPengelly Let me just go fetch my magic wand ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845289977051148289,[],[],0,,False,453,36,33,,None,,,,,,,"[{'screen_name': 'faultywarrior', 'name': 'Josh', 'id': '1370202080309350402'}, {'screen_name': 'matt_trulli', 'name': 'Matt Heller-Trulli', 'id': '965453666'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'TimShelton', 'name': 'Tim Shelton', 'id': '24564233'}, {'screen_name': 'JimPengelly', 'name': 'James Pengelly', 'id': '34292370'}]",,,, +887,845287981652963328,845279423238590464,1490367334000.0,2017-03-24 14:55:34,+0000,,"@TimShelton @FredericLambert @JimPengelly First in line for dual motor as soon as we can make it, which is probably in 6 to 9 months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845287981652963328,[],[],0,,False,272,69,26,,None,,,,,,,"[{'screen_name': 'TimShelton', 'name': 'Tim Shelton', 'id': '24564233'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'JimPengelly', 'name': 'James Pengelly', 'id': '34292370'}]",,,, +888,845287688882184192,845287211306139648,1490367264000.0,2017-03-24 14:54:24,+0000,,@meangene2030 Damn straight we do! Coming with 8.1 next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845287688882184192,[],[],0,,False,398,12,17,,None,,,,,,,"[{'screen_name': 'meangene2030', 'name': 'Gene', 'id': '717040513870770176'}]",,,, +889,845287211306139648,845287211306139648,1490367150000.0,2017-03-24 14:52:30,+0000,,First drive of a release candidate version of Model 3 https://t.co/zcs6j1YRa4,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845287211306139648,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/845287180192772096/pu/img/YAgVweS5Dm-kBCsp.jpg,False,30092,1316,9952,,None,,,,,,,[],,,, +890,845286730668257280,845279423238590464,1490367035000.0,2017-03-24 14:50:35,+0000,,@FredericLambert It still has one display,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845286730668257280,[],[],0,,False,216,45,15,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +891,845286206539685890,845279423238590464,1490366910000.0,2017-03-24 14:48:30,+0000,,@VoltzCoreAudio Nothing majorly new that a consumer would notice. Lots of new tech in the design and production process though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845286206539685890,[],[],0,,False,171,16,14,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}]",,,, +892,845285846936825856,845279423238590464,1490366825000.0,2017-03-24 14:47:05,+0000,,"@arctechinc The more autonomous a car is, the less dash info you need. How often do you look at the instrument panel when being driven in a taxi?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845285846936825856,[],[],0,,False,667,121,118,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +893,845285398662197248,845279423238590464,1490366718000.0,2017-03-24 14:45:18,+0000,,@asimo3089 How about the video we just took of the first Model 3 release candidate drive?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845285398662197248,[],[],0,,False,431,32,22,,None,,,,,,,"[{'screen_name': 'asimo3089', 'name': 'asimo3089', 'id': '204563745'}]",,,, +894,845285007211950080,845279423238590464,1490366625000.0,2017-03-24 14:43:45,+0000,,"@trabru Yup, machine arrives next month and we start digging the tunnel!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845285007211950080,[],[],0,,False,387,20,26,,None,,,,,,,"[{'screen_name': 'trabru', 'name': 'Travis Brubaker', 'id': '510768228'}]",,,, +895,845284550926221312,845279423238590464,1490366516000.0,2017-03-24 14:41:56,+0000,,@oakhaller I think so,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845284550926221312,[],[],0,,False,134,10,5,,None,,,,,,,"[{'screen_name': 'oakhaller', 'name': 'Zach Thibault', 'id': '26405572'}]",,,, +896,845284390397665280,845279423238590464,1490366477000.0,2017-03-24 14:41:17,+0000,,"@FredericLambert @JimPengelly No, we are minimizing configuration complexity to keep the production ramp on schedule. RWD only for early production, just like Model S.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845284390397665280,[],[],0,,False,280,66,26,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'JimPengelly', 'name': 'James Pengelly', 'id': '34292370'}]",,,, +897,845283880080850945,845283004423401473,1490366356000.0,2017-03-24 14:39:16,+0000,,@Trojan81 Tues/Wed,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845283880080850945,[],[],0,,False,99,4,3,,None,,,,,,,"[{'screen_name': 'Trojan81', 'name': 'Alex Holmes', 'id': '14485153'}]",,,, +898,845283534948392960,845278449811939328,1490366273000.0,2017-03-24 14:37:53,+0000,,@jDaz Because I was a dumb idiot and didn't realize at the time that it would cause confusion,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845283534948392960,[],[],0,,False,1381,50,159,,None,,,,,,,"[{'screen_name': 'jDaz', 'name': 'Josh Dolin', 'id': '22277264'}]",,,, +899,845283253602828288,845279423238590464,1490366206000.0,2017-03-24 14:36:46,+0000,,@timothymjr Tues/Wed next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845283253602828288,[],[],0,,False,138,2,7,,None,,,,,,,"[{'screen_name': 'timothymjr', 'name': 'Timothy Moore', 'id': '113205102'}]",,,, +900,845282934546350080,845279423238590464,1490366130000.0,2017-03-24 14:35:30,+0000,,"@Skate_a_book Yes. Model S will always be the fastest Tesla until next gen Roadster, which is a few years away.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845282934546350080,[],[],0,,False,459,24,39,,None,,,,,,,"[{'screen_name': 'Skate_a_book', 'name': 'Geoff Coffelt', 'id': '313110657'}]",,,, +901,845282733546921985,845279423238590464,1490366082000.0,2017-03-24 14:34:42,+0000,,"@JimPengelly Yes, but not until next year",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845282733546921985,[],[],0,,False,220,31,8,,None,,,,,,,"[{'screen_name': 'JimPengelly', 'name': 'James Pengelly', 'id': '34292370'}]",,,, +902,845282590030360578,845279423238590464,1490366048000.0,2017-03-24 14:34:08,+0000,,@AlSaibie Yes. Hardware already on all production S and X cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845282590030360578,[],[],0,,False,155,4,7,,None,,,,,,,"[{'screen_name': 'alsaibie', 'name': 'Darius Alsaibie', 'id': '1148626651129012226'}]",,,, +903,845282298291339267,845278449811939328,1490365979000.0,2017-03-24 14:32:59,+0000,,"@theKen_Miller Sorta. Model 3 is like a BMW 3 series or Audi A4. Model S is like BMW 5 and 6 series, but much faster, more storage space + Autopilot",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845282298291339267,[],[],0,,False,456,27,48,,None,,,,,,,"[{'screen_name': 'theKen_Miller', 'name': 'Ken', 'id': '48582673'}]",,,, +904,845281640972660736,845279423238590464,1490365822000.0,2017-03-24 14:30:22,+0000,,@Greg525 How about now?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845281640972660736,[],[],0,,False,397,38,10,,None,,,,,,,"[{'screen_name': 'Greg525', 'name': 'Greg Cherniet', 'id': '19504856'}]",,,, +905,845281547368349696,845278449811939328,1490365800000.0,2017-03-24 14:30:00,+0000,,@varunfatehpuria Oh Model Y is coming too in a few years. Kinda have to.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845281547368349696,[],[],0,,False,705,46,86,,None,,,,,,,"[{'screen_name': 'varunfatehpuria', 'name': 'Varun Fatehpuria', 'id': '101760488'}]",,,, +906,845281211626864641,845279423238590464,1490365720000.0,2017-03-24 14:28:40,+0000,,@luciojr All Tesla cars built since Oct last year will be capable of self-driving as software improves,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845281211626864641,[],[],0,,False,274,10,26,,None,,,,,,,"[{'screen_name': 'LucioJr', 'name': 'Lucio Jr', 'id': '1084614664074477568'}]",,,, +907,845280846764396544,845279423238590464,1490365633000.0,2017-03-24 14:27:13,+0000,,@swindeez Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845280846764396544,[],[],0,,False,237,3,8,,None,,,,,,,"[{'screen_name': 'swindeez', 'name': 'Chad', 'id': '68312389'}]",,,, +908,845280754871418880,845280754871418880,1490365611000.0,2017-03-24 14:26:51,+0000,,"Model 3 was going to be called Model E, for obvious dumb humor reasons, but Ford sued to block it, so now it is S3X. Totally different :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845280754871418880,[],[],0,,False,37136,1185,11510,,None,,,,,,,[],,,, +909,845279897383710720,845279423238590464,1490365406000.0,2017-03-24 14:23:26,+0000,,@TimBeiko Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845279897383710720,[],[],0,,False,231,10,7,,None,,,,,,,"[{'screen_name': 'TimBeiko', 'name': 'Tim Beiko | timbeiko.eth', 'id': '80722677'}]",,,, +910,845279423238590464,845279423238590464,1490365293000.0,2017-03-24 14:21:33,+0000,,"Model 3 is just a smaller, more affordable version of Model S w less range & power & fewer features. Model S has more advanced technology.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845279423238590464,[],[],0,,False,8571,706,1523,,None,,,,,,,[],,,, +911,845278449811939328,845278449811939328,1490365061000.0,2017-03-24 14:17:41,+0000,,"Am noticing that many people think Model 3 is the ""next version"" of a Tesla, like iPhone 2 vs 3. This is not true.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845278449811939328,[],[],0,,False,7099,470,1253,,None,,,,,,,[],,,, +912,845277819282219010,845172927892897792,1490364911000.0,2017-03-24 14:15:11,+0000,,@macwalterslives Looking forward to playing the game with my kids!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845277819282219010,[],[],0,,False,258,13,17,,None,,,,,,,"[{'screen_name': 'macwalterslives', 'name': 'Mac Walters', 'id': '308324295'}]",,,, +913,845215504738402304,845172927892897792,1490350054000.0,2017-03-24 10:07:34,+0000,,"@aaronpaul_8 I used to be one. You're welcome. Trying my best, at least. Hope it's a bit useful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/845215504738402304,[],[],0,,False,1374,32,134,,None,,,,,,,"[{'screen_name': 'aaronpaul_8', 'name': 'Aaron Paul', 'id': '332638587'}]",,,, +914,845180973394247680,845172927892897792,1490341821000.0,2017-03-24 07:50:21,+0000,,@nextspaceflight @inversedotcom Just because I'm building a spaceship to get back to my home planet doesn't mean I'm an alien,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845180973394247680,[],[],0,,False,2269,85,615,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'inversedotcom', 'name': 'Inverse', 'id': '3192600414'}]",,,, +915,845179612644618240,845172927892897792,1490341496000.0,2017-03-24 07:44:56,+0000,,@lennart375 @inversedotcom The number of extinct single planet civilizations probably exceeds live civs by at least a thousand to one. I'm being optimistic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845179612644618240,[],[],0,,False,407,26,49,,None,,,,,,,"[{'screen_name': 'lennart375', 'name': 'Lennart van Strien', 'id': '140786194'}, {'screen_name': 'inversedotcom', 'name': 'Inverse', 'id': '3192600414'}]",,,, +916,845177494575636480,845172927892897792,1490340992000.0,2017-03-24 07:36:32,+0000,,"@phirate Probably. Either that, simulation, great filter or they are very, very subtle.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845177494575636480,[],[],0,,False,250,29,7,,None,,,,,,,"[{'screen_name': 'phirate', 'name': 'Richard Clark', 'id': '25750988'}]",,,, +917,845175921317335041,845172927892897792,1490340616000.0,2017-03-24 07:30:16,+0000,,@Nites I hope that didn't work,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845175921317335041,[],[],0,,False,1017,15,62,,None,,,,,,,"[{'screen_name': 'Nites', 'name': 'Peyton', 'id': '95325530'}]",,,, +918,845175729885081601,845172927892897792,1490340571000.0,2017-03-24 07:29:31,+0000,,@Nites ~spawn npc.alien,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845175729885081601,[],[],0,,False,1201,22,121,,None,,,,,,,"[{'screen_name': 'Nites', 'name': 'Peyton', 'id': '95325530'}]",,,, +919,845172927892897792,845172927892897792,1490339903000.0,2017-03-24 07:18:23,+0000,,Where are the #%*> aliens? https://t.co/FDuJIdwgrN,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845172927892897792,['https://www.inverse.com/article/14957-drake-equation-revision-hugely-ups-odds-intelligent-extraterrestrial-life-exists'],[],0,,False,13853,1197,4812,,None,,,,,,,[],,,, +920,844970083000578048,844967234904698880,1490291541000.0,2017-03-23 17:52:21,+0000,,@wouterhuijs Looks like Tues/Wed for 8.1 release,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/844970083000578048,[],[],0,,False,208,34,29,,None,,,,,,,"[{'screen_name': 'wouterhuijs', 'name': 'Wouter Huijs', 'id': '50277446'}]",,,, +921,844668567983312896,844652550687080448,1490219654000.0,2017-03-22 21:54:14,+0000,,@x17online Except that isn't actually my house ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/844668567983312896,[],[],0,,False,423,35,32,,None,,,,,,,"[{'screen_name': 'x17online', 'name': 'X17online.com', 'id': '20574484'}]",,,, +922,844360899603288064,844356099989913600,1490146300000.0,2017-03-22 01:31:40,+0000,,"@karaswisher Perhaps there will be some future bill that makes a difference for Mars, but this is not it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/844360899603288064,[],[],0,,False,598,56,138,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}]",,,, +923,844360665900838912,844356099989913600,1490146244000.0,2017-03-22 01:30:44,+0000,,@karaswisher I am not. This bill changes almost nothing about what NASA is doing. Existing programs stay in place and there is no added funding for Mars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/844360665900838912,[],[],0,,False,974,58,346,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}]",,,, +924,842233727115702272,842149388763844608,1489639143000.0,2017-03-16 04:39:03,+0000,,"@CapnJesus @Lurpatron @MKBHD @jakerawr 3 is a great car, but definitely Model S",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/842233727115702272,[],[],0,,False,270,65,16,,None,,,,,,,"[{'screen_name': 'CapnJesus', 'name': 'devil boy', 'id': '390869199'}, {'screen_name': 'Lurpatron', 'name': 'Lurpy Boy', 'id': '4151096052'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'jakerawr', 'name': 'Jake Roper', 'id': '15810697'}]",,,, +925,841565055552389120,841563925707546626,1489479719000.0,2017-03-14 08:21:59,+0000,,@kyleugh Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/841565055552389120,[],[],0,,False,236,50,6,,None,,,,,,,"[{'screen_name': 'kyleugh', 'name': 'Kyle', 'id': '192440538'}]",,,, +926,841564430399807489,841563925707546626,1489479570000.0,2017-03-14 08:19:30,+0000,,@PriyancaFord I wish. It's so annoying.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/841564430399807489,[],[],0,,False,602,39,25,,None,,,,,,,"[{'screen_name': 'PriyancaFord', 'name': 'Priyanca Ford', 'id': '2964763396'}]",,,, +927,841563925707546626,841563925707546626,1489479450000.0,2017-03-14 08:17:30,+0000,,"Finally, an explanation for daylight savings that makes sense ... https://t.co/kGpJHNgRJO",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/841563925707546626,['https://twitter.com/theonion/status/841311395543113728'],[],0,,False,14388,416,4462,https://twitter.com/theonion/status/841311395543113728,None,,,,,,,[],,,, +928,841098180573851648,841091025972166656,1489368407000.0,2017-03-13 01:26:47,+0000,,@AndreElijah Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/841098180573851648,[],[],0,,False,644,49,75,,None,,,,,,,"[{'screen_name': 'AndreElijah', 'name': 'Andre Elijah', 'id': '15384497'}]",,,, +929,841041891747545089,841039231694786560,1489354987000.0,2017-03-12 21:43:07,+0000,,"@BizbuilderUSA @mcannonbrookes It's been a bear to get done, but prob 10 days or so, depending on full speed autosteer test results",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/841041891747545089,[],[],0,,False,330,37,22,,None,,,,,,,"[{'screen_name': 'BizbuilderUSA', 'name': 'George Massalas', 'id': '36608230'}, {'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +930,841041532140445696,841039231694786560,1489354901000.0,2017-03-12 21:41:41,+0000,,"@Legit_bacon @mcannonbrookes Looking forward to it. I know it's cliche, but LotR is my favorite book ever :) Want to see the set and take my kids on tour of greater NZ.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/841041532140445696,[],[],0,,False,676,44,65,,None,,,,,,,"[{'screen_name': 'Legit_bacon', 'name': 'Matthew Warner', 'id': '1226814716'}, {'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +931,841041070792228864,841039231694786560,1489354791000.0,2017-03-12 21:39:51,+0000,,"@5AllanLeVito @mcannonbrookes @VGroysman Sure. Just check out my prior tweet on pricing ($250 kWh at pack level). Website will be updated soon, so there is complete transparency.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/841041070792228864,[],[],0,,False,706,66,212,,None,,,,,,,"[{'screen_name': '5AllanLeVito', 'name': 'vAnilla Love t', 'id': '2476622113'}, {'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}, {'screen_name': 'VGroysman', 'name': 'Volodymyr Groysman', 'id': '4830245355'}]",,,, +932,841040566867509248,841039231694786560,1489354671000.0,2017-03-12 21:37:51,+0000,,".@mcannonbrookes Can only happen with your support, and working closely with key govt and utility leaders who are strongly committed to trying new approaches",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/841040566867509248,[],[],0,,False,3427,139,317,,None,,,,,,,"[{'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +933,841039231694786560,841039231694786560,1489354353000.0,2017-03-12 21:32:33,+0000,,"Just wanted to write a note of appreciation to the many Australians who came out in support of the battery plan, especially @mcannonbrookes",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/841039231694786560,[],[],0,,False,10546,329,1475,,None,,,,,,,[],,,, +934,841011061935362048,841003392453480448,1489347637000.0,2017-03-12 19:40:37,+0000,,@ah_pton16 I love Wikipedia. Just gets better over time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/841011061935362048,[],[],0,,False,559,26,57,,None,,,,,,,[],,,, +935,840780746868441088,840770270776315904,1489292725000.0,2017-03-12 04:25:25,+0000,,"@JMMZHerrera Answer is complex for electric motors. We use an AC induction motor fed by a DC pack thru an IGBT inverter, which kinda ""digitizes"" DC power",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/840780746868441088,[],[],0,,False,591,123,65,,None,,,,,,,"[{'screen_name': 'JMMZHerrera', 'name': 'Juan Miguel Herrera Ph.D', 'id': '380975829'}]",,,, +936,840774191049658372,840770270776315904,1489291162000.0,2017-03-12 03:59:22,+0000,,@williamwinters High voltage DC is for sure the best way to transmit electricity over long distances. Good explanation at https://t.co/FOjClHhYiL,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/840774191049658372,['https://en.m.wikipedia.org/wiki/High-voltage_direct_current'],[],0,,False,734,50,125,,None,,,,,,,"[{'screen_name': 'williamwinters', 'name': 'william winters 🍁', 'id': '15039188'}]",,,, +937,840772319526113280,840770270776315904,1489290716000.0,2017-03-12 03:51:56,+0000,,"Ironically, direct current is the right approach today, even though alternating was right in the past. Solar power & electronics both DC.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/840772319526113280,[],[],0,,False,6890,488,1626,,None,,,,,,,[],,,, +938,840770270776315904,840770270776315904,1489290227000.0,2017-03-12 03:43:47,+0000,,You're most welcome. Very exciting to discuss the future of electricity. Renewables + storage arguably biggest disruption since DC to AC. https://t.co/7uXoUQf29f,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/840770270776315904,['https://twitter.com/turnbullmalcolm/status/840763614856339456'],[],0,,False,9646,401,2278,https://twitter.com/turnbullmalcolm/status/840763614856339456,None,,,,,,,[],,,, +939,840410357122314240,839762369332985856,1489204417000.0,2017-03-11 03:53:37,+0000,,"@mcannonbrookes Just spoke with @JayWeatherill, Premier of South Australia. Very impressed. Govt is clearly committed to a smart, quick solution.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/840410357122314240,[],[],0,,False,3527,213,1269,,None,,,,,,,"[{'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +940,840101692087582720,839762369332985856,1489130826000.0,2017-03-10 07:27:06,+0000,,"@shails Yes, but shipping, taxes/tariffs and installation labor vary by country, as those costs are beyond our control",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/840101692087582720,[],[],0,,False,842,72,93,,None,,,,,,,"[{'screen_name': 'shails', 'name': 'Shailley', 'id': '15516568'}]",,,, +941,840096176678420481,839762369332985856,1489129511000.0,2017-03-10 07:05:11,+0000,,@mcannonbrookes $250/kWh at the pack level for 100MWh+ systems. Tesla is moving to fixed and open pricing and terms for all products.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/840096176678420481,[],[],0,,False,1896,96,428,,None,,,,,,,"[{'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +942,840032197637685249,839762369332985856,1489114257000.0,2017-03-10 02:50:57,+0000,,@mcannonbrookes Tesla will get the system installed and working 100 days from contract signature or it is free. That serious enough for you?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/840032197637685249,[],[],0,,False,15052,599,6035,,None,,,,,,,"[{'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +943,838569247555014656,838558471972741120,1488765463000.0,2017-03-06 01:57:43,+0000,,@Zedd Will send you one,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/838569247555014656,[],[],0,,False,1163,137,52,,None,,,,,,,"[{'screen_name': 'Zedd', 'name': 'Zedd', 'id': '155705264'}]",,,, +944,838565081306677249,838558471972741120,1488764469000.0,2017-03-06 01:41:09,+0000,,@SimonaKitzu Self-hatred,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/838565081306677249,[],[],0,,False,4202,131,1145,,None,,,,,,,"[{'screen_name': 'SimonaKitzu', 'name': 'Simona', 'id': '307856673'}]",,,, +945,838563502386118656,838558471972741120,1488764093000.0,2017-03-06 01:34:53,+0000,,Thanks JJ!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/838563502386118656,[],[],0,,False,2087,143,160,,None,,,,,,,[],,,, +946,838558471972741120,838558471972741120,1488762894000.0,2017-03-06 01:14:54,+0000,, https://t.co/3YSXZq1EVj,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/838558471972741120,[],['https://pbs.twimg.com/media/C6MofDiUYAI10e_.jpg'],1,https://pbs.twimg.com/media/C6MofDiUYAI10e_.jpg,False,22170,1065,3367,,None,,,,,,,[],,,, +947,837113202030759937,837113202030759937,1488418314000.0,2017-03-02 01:31:54,+0000,,Thank you for the lovely letter. That sounds like a great idea. We'll do it! https://t.co/ss2WmkOGyk,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/837113202030759937,['https://twitter.com/Writer_StevenL/status/837101983341424640'],[],0,,False,35684,1059,8210,https://twitter.com/Writer_StevenL/status/837101983341424640,None,,,,,,,[],,,, +948,836443541001797632,836443541001797632,1488258655000.0,2017-02-28 05:10:55,+0000,,SpaceX could not do this without NASA. Can't express enough appreciation. https://t.co/uQpI60zAV7,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/836443541001797632,['https://twitter.com/nasa/status/836376097491202048'],[],0,,False,23548,324,3950,https://twitter.com/nasa/status/836376097491202048,None,,,,,,,[],,,, +949,836442868180905984,836252475233488896,1488258494000.0,2017-02-28 05:08:14,+0000,,"@jamesatbuzz This is not true. TM works for a lot of people and that's great, but I've maybe done it 7 or 8 times ever.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/836442868180905984,[],[],0,,False,386,36,20,,None,,,,,,,"[{'screen_name': 'jamesatbuzz', 'name': 'James @ Buzz', 'id': '13572882'}]",,,, +950,836328719165763584,836328719165763584,1488231279000.0,2017-02-27 21:34:39,+0000,,Fly me to the moon ... Ok https://t.co/6QT8m5SHwn,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/836328719165763584,['http://www.spacex.com/news/2017/02/27/spacex-send-privately-crewed-dragon-spacecraft-beyond-moon-next-year'],[],0,,False,50094,2224,26388,,None,,,,,,,[],,,, +951,836020571490021376,836020571490021376,1488157811000.0,2017-02-27 01:10:11,+0000,,SpaceX announcement tomorrow at 1pm PST,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/836020571490021376,[],[],0,,False,23749,952,5529,,None,,,,,,,[],,,, +952,835361919775100929,835350234049863680,1488000776000.0,2017-02-25 05:32:56,+0000,,@MacTechGenius of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/835361919775100929,[],[],0,,False,871,44,39,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +953,835351081945350145,835350234049863680,1487998192000.0,2017-02-25 04:49:52,+0000,,@DueDiamond maybe one of those too,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/835351081945350145,[],[],0,,False,545,21,10,,None,,,,,,,"[{'screen_name': 'DueDiamond', 'name': 'Sam', 'id': '1133223583138885632'}]",,,, +954,835350234049863680,835350234049863680,1487997990000.0,2017-02-25 04:46:30,+0000,,Roller coasters are awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/835350234049863680,[],[],0,,False,29225,1328,6008,,None,,,,,,,[],,,, +955,835202594968477696,835188470616322048,1487962790000.0,2017-02-24 18:59:50,+0000,,@johnpaulbrewer Something on a tristate border might work. Gigafactory plus nearby supporting supply chain needs a very large workforce.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/835202594968477696,[],[],0,,False,424,58,39,,None,,,,,,,"[{'screen_name': 'johnpaulbrewer', 'name': 'John Paul Brewer', 'id': '27312724'}]",,,, +956,835187859158020097,835184123119489028,1487959277000.0,2017-02-24 18:01:17,+0000,,@donbarbieri @GreenCarReports Good chance it will,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/835187859158020097,[],[],0,,False,285,10,17,,None,,,,,,,"[{'screen_name': 'donbarbieri', 'name': 'Don Barbieri', 'id': '29857376'}, {'screen_name': 'GreenCarReports', 'name': 'Green Car Reports', 'id': '22080515'}]",,,, +957,835187686151315456,835176588144685056,1487959236000.0,2017-02-24 18:00:36,+0000,,@davidshepardson @BW @ATT @ToysRUs Exactly :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/835187686151315456,[],[],0,,False,228,6,7,,None,,,,,,,"[{'screen_name': 'davidshepardson', 'name': 'davidshepardson', 'id': '26283307'}, {'screen_name': 'BW', 'name': 'Businessweek', 'id': '67358777'}, {'screen_name': 'ATT', 'name': 'AT&T', 'id': '14620190'}, {'screen_name': 'ToysRUs', 'name': 'ToysRUs', 'id': '17308994'}]",,,, +958,835185478512992256,835176588144685056,1487958709000.0,2017-02-24 17:51:49,+0000,,@meganmurp @ChrisFaile @BW I didn't pose for it (hopefully that's obvious) or want me on cover. Tunnel boring machine pic wd be way better,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/835185478512992256,[],[],0,,False,223,11,11,,None,,,,,,,"[{'screen_name': 'meganmurp', 'name': 'Megan Murphy', 'id': '88035633'}, {'screen_name': 'ChrisFaile', 'name': 'Chris Faile', 'id': '16256191'}, {'screen_name': 'BW', 'name': 'Businessweek', 'id': '67358777'}]",,,, +959,835178020604301313,835176501100314626,1487956931000.0,2017-02-24 17:22:11,+0000,,@adrianvolts Minor improvements update this weekend. High speed autosteer in about two weeks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/835178020604301313,[],[],0,,False,247,15,17,,None,,,,,,,"[{'screen_name': 'adrianvolts', 'name': 'Adrian A. Volts', 'id': '21280851'}]",,,, +960,834740218531962881,834740218531962881,1487852551000.0,2017-02-23 12:22:31,+0000,,Excellent Tesla Model X review https://t.co/wvog4Pbo1o,fr,[],[],44196397,44196397,elonmusk,Elon Musk,4,12,https://twitter.com/elonmusk/status/834740218531962881,['http://www.chicagotribune.com/classified/automotive/new/sc-tesla-model-x-autoreview-0202-story.html'],[],0,,False,3588,212,807,,None,,,,,,,[],,,, +961,833411017065394176,833411017065394176,1487535645000.0,2017-02-19 20:20:45,+0000,,Just posted a video https://t.co/RCV7MVi8rs,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/833411017065394176,['https://www.instagram.com/p/BQtNTk4Brqp/'],[],0,,False,15457,1033,6708,,None,,,,,,,[],,,, +962,833332384913252352,833332384913252352,1487516897000.0,2017-02-19 15:08:17,+0000,, https://t.co/6Ve3YJoStm,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/833332384913252352,[],['https://pbs.twimg.com/media/C5CXYlHUoAUPGwX.jpg'],1,https://pbs.twimg.com/media/C5CXYlHUoAUPGwX.jpg,False,95213,1394,24788,,None,,,,,,,[],,,, +963,833332058453790720,833332058453790720,1487516819000.0,2017-02-19 15:06:59,+0000,,Baby came back https://t.co/5FRhw3AT2b,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/833332058453790720,['https://www.instagram.com/p/BQspL7Qhv1v/'],[],0,,False,15192,517,3404,,None,,,,,,,[],,,, +964,833329896168370179,833319209576886272,1487516304000.0,2017-02-19 14:58:24,+0000,,@mattnewby no,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/833329896168370179,[],[],0,,False,337,24,19,,None,,,,,,,"[{'screen_name': 'MattNewby', 'name': 'Matt Newby', 'id': '1324498736144388096'}]",,,, +965,832995083519614976,832993762125164548,1487436478000.0,2017-02-18 16:47:58,+0000,,@Xuan_Thai System was green for launch. I called it off.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/832995083519614976,[],[],0,,False,975,63,163,,None,,,,,,,"[{'screen_name': 'Xuan_Thai', 'name': 'xuan thai', 'id': '57772600'}]",,,, +966,832992529872097280,832863988836814848,1487435870000.0,2017-02-18 16:37:50,+0000,,"@spacecom They are often right, but, in this case, we have already retired so much R&D risk on Dragon 2, that I feel very confident of 2018.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/832992529872097280,[],[],0,,False,490,9,53,,None,,,,,,,"[{'screen_name': 'spacecom', 'name': 'Parabolicarc.com', 'id': '18928764'}]",,,, +967,832986598627106818,832970849791537152,1487434455000.0,2017-02-18 16:14:15,+0000,,"@zperrin99 Uses high pressure bleed off the fuel side (RP-1 kerosene) turbopump, so no dedicated pump or fluid needed",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/832986598627106818,[],[],0,,False,410,21,32,,None,,,,,,,[],,,, +968,832984361989386240,832970849791537152,1487433922000.0,2017-02-18 16:05:22,+0000,,"Btw, 99% likely to be fine (closed loop TVC wd overcome error), but that 1% chance isn't worth rolling the dice. Better to wait a day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/832984361989386240,[],[],0,,False,7417,280,1042,,None,,,,,,,[],,,, +969,832979955092819968,832970849791537152,1487432871000.0,2017-02-18 15:47:51,+0000,,"@Zybbby Not obviously related to the (very tiny) helium leak, but also not out of the question",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/832979955092819968,[],[],0,,False,331,8,32,,None,,,,,,,[],,,, +970,832973218348625920,832970849791537152,1487431265000.0,2017-02-18 15:21:05,+0000,,"If this is the only issue, flight would be fine, but need to make sure that it isn't symptomatic of a more significant upstream root cause",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/832973218348625920,[],[],0,,False,4843,188,741,,None,,,,,,,[],,,, +971,832970849791537152,832970849791537152,1487430701000.0,2017-02-18 15:11:41,+0000,,"All systems go, except the movement trace of an upper stage engine steering hydraulic piston was slightly odd. Standing down to investigate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/832970849791537152,[],[],0,,False,7701,328,1508,,None,,,,,,,[],,,, +972,832871068066942976,832871068066942976,1487406911000.0,2017-02-18 08:35:11,+0000,,Counting down to the first SpaceX launch from the Apollo 11 launch pad tomorrow morning (webcast… https://t.co/upjTcmftte,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/832871068066942976,['https://www.instagram.com/p/BQpXxl5BIYX/'],[],0,,False,6233,225,1222,,None,,,,,,,[],,,, +973,832868838479851521,832868838479851521,1487406379000.0,2017-02-18 08:26:19,+0000,,spacex's photo https://t.co/ImEDAut3nI,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/832868838479851521,['https://instagram.com/p/BQnwNNsFy-3/'],[],0,,False,2362,79,384,,None,,,,,,,[],,,, +974,832863988836814848,832863988836814848,1487405223000.0,2017-02-18 08:07:03,+0000,,"Provided Dragon 2 demo missions go well, SpaceX is highly confident of being able to fly US astronauts in 2018 https://t.co/usUto6QSi7",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/832863988836814848,['http://www.theverge.com/2017/2/16/14640618/nasa-spacex-boeing-astronaut-iss-2018'],[],0,,False,4915,159,1255,,None,,,,,,,[],,,, +975,832788691588296705,832647116816150530,1487387271000.0,2017-02-18 03:07:51,+0000,,Looks like we are go for launch. Added an abort trigger at T-60 secs for pressure decay of upper stage helium spin start system.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/832788691588296705,[],[],0,,False,6052,292,954,,None,,,,,,,[],,,, +976,832647116816150530,832647116816150530,1487353517000.0,2017-02-17 17:45:17,+0000,,"Investigating a (very small) leak in the upper stage. If ok, will launch tomorrow. https://t.co/bQf97lywn4",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/832647116816150530,['https://twitter.com/spacex/status/832644375863717889'],[],0,,False,6695,429,1474,https://twitter.com/spacex/status/832644375863717889,None,,,,,,,[],,,, +977,832619549937668096,832232018574467075,1487346944000.0,2017-02-17 15:55:44,+0000,,"@emenietti @chafkin Yes, but only deep in solid rock, where the walls are self-supporting and concrete reinforcements arguably aren't needed",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/832619549937668096,[],[],0,,False,218,22,10,,None,,,,,,,"[{'screen_name': 'emenietti', 'name': 'emanuele menietti', 'id': '7697992'}, {'screen_name': 'chafkin', 'name': 'Max Chafkin', 'id': '9717472'}]",,,, +978,832480331496185857,832375525754626048,1487313752000.0,2017-02-17 06:42:32,+0000,,@sc00bs It's much easier to do the CGI that way,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/832480331496185857,[],[],0,,False,2539,84,533,,None,,,,,,,"[{'screen_name': 'sc00bs', 'name': 'John Brinkman', 'id': '2406701'}]",,,, +979,832375525754626048,832375525754626048,1487288764000.0,2017-02-16 23:46:04,+0000,,Daylight rocket launch & landing at the Cape this weekend. Will be the 1st SpaceX flight from the Apollo launch pad. https://t.co/Vr5LQjYaPZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/832375525754626048,['http://observer.com/2017/02/spacex-will-fly-a-rocket-back-to-earth-in-broad-daylight-this-weekend/'],[],0,,False,9658,289,2824,,None,,,,,,,[],,,, +980,832089102266687488,832084402473627650,1487220476000.0,2017-02-16 04:47:56,+0000,,@PhoebeColeman I used that one :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832089102266687488,[],[],0,,False,549,14,13,,None,,,,,,,"[{'screen_name': 'PhoebeColeman', 'name': 'P. Coleman', 'id': '15741626'}]",,,, +981,832086901704126464,832084402473627650,1487219951000.0,2017-02-16 04:39:11,+0000,,"Ok, what are some good ones? Will have to meter these out. Hopefully, kids can't die from groaning too much.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832086901704126464,[],[],0,,False,5731,1091,442,,None,,,,,,,[],,,, +982,832086234302341120,832084402473627650,1487219792000.0,2017-02-16 04:36:32,+0000,,@VRGTech @Floydilicious They are doing India proud,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832086234302341120,[],[],0,,False,1168,27,435,,None,,,,,,,"[{'screen_name': 'VRGTech', 'name': 'Vivek Rajagopal', 'id': '786184085597069313'}, {'screen_name': 'Floydilicious', 'name': 'Suj', 'id': '211798382'}]",,,, +983,832085891715723264,832084402473627650,1487219710000.0,2017-02-16 04:35:10,+0000,,@osiris26 You may come to regret that request :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832085891715723264,[],[],0,,False,393,9,10,,None,,,,,,,"[{'screen_name': 'osiris26', 'name': 'osiris', 'id': '78222118'}]",,,, +984,832085554619572225,832084402473627650,1487219630000.0,2017-02-16 04:33:50,+0000,,"@LittleDovah Yeah, exactly. So that makes it cool, right!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832085554619572225,[],[],0,,False,371,9,3,,None,,,,,,,"[{'screen_name': 'LittleDovah', 'name': 'Jan Jan (⌐■_■)', 'id': '497685488'}]",,,, +985,832084918645596166,832084402473627650,1487219478000.0,2017-02-16 04:31:18,+0000,,"@Floydilicious Yeah, awesome achievement by ISRO. Very impressive!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832084918645596166,[],[],0,,False,2084,38,1232,,None,,,,,,,"[{'screen_name': 'Floydilicious', 'name': 'Suj', 'id': '211798382'}]",,,, +986,832084402473627650,832084402473627650,1487219355000.0,2017-02-16 04:29:15,+0000,,"Apparently, there is this thing called ""Dad jokes"" and I make them",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832084402473627650,[],[],0,,False,23392,726,4319,,None,,,,,,,[],,,, +987,832082377920778240,832081093532594176,1487218872000.0,2017-02-16 04:21:12,+0000,,"@LudwigMorelos You're right, I can't hide any more! I am Irony Man...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832082377920778240,[],[],0,,False,800,27,102,,None,,,,,,,[],,,, +988,831972894355828736,831972535709343744,1487192769000.0,2017-02-15 21:06:09,+0000,,@Samcornwell they were earlier drafts that I accidentally published. I said the same thing a week already.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/831972894355828736,[],[],0,,False,418,54,37,,None,,,,,,,"[{'screen_name': 'Samcornwell', 'name': 'Sammy C', 'id': '19046943'}]",,,, +989,831972613912080384,831969536584806400,1487192703000.0,2017-02-15 21:05:03,+0000,,"In appreciation, Tesla is providing all repair costs free of charge and expedited. https://t.co/D68HNJcCoQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/831972613912080384,['http://jalopnik.com/heroic-driver-sacrifices-his-tesla-to-save-unconscious-1792349590'],[],0,,False,47538,809,13820,,None,,,,,,,[],,,, +990,831969536584806400,831969536584806400,1487191969000.0,2017-02-15 20:52:49,+0000,,Congrats to the Tesla owner who sacrificed damage to his own car to bring a car with an unconscious driver safely to a stop!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/831969536584806400,[],[],0,,False,34892,428,7205,,None,,,,,,,[],,,, +991,831692803210096641,831683496695517185,1487125991000.0,2017-02-15 02:33:11,+0000,,@lollieshopMOM Best place to watch is on the Cape causeway,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/831692803210096641,[],[],0,,False,268,22,21,,None,,,,,,,[],,,, +992,830239445433544704,830198756687572994,1486779483000.0,2017-02-11 02:18:03,+0000,,@SEACityLight @Nas2four Sounds like the Tesla Powerwall (consumer) and Powerpack (utility/commercial) might be useful,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/830239445433544704,[],[],0,,False,702,48,78,,None,,,,,,,"[{'screen_name': 'SEACityLight', 'name': 'Seattle City Light', 'id': '27129359'}, {'screen_name': 'Nas2four', 'name': 'nazir king', 'id': '312805855'}]",,,, +993,830148763578662916,830148763578662916,1486757863000.0,2017-02-10 20:17:43,+0000,,Falcon 9 rocket now vertical at Cape Canaveral on launch complex 39-A. This is the same launch… https://t.co/wY6dWRcer3,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/830148763578662916,['https://www.instagram.com/p/BQWBz9zgOTP/'],[],0,,False,9059,332,1971,,None,,,,,,,[],,,, +994,829885356531032064,829873931385442304,1486695062000.0,2017-02-10 02:51:02,+0000,,@accohen @MeganGeuss @arstechnica Exactly. What this person said is untrue.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/829885356531032064,[],[],0,,False,285,30,24,,None,,,,,,,"[{'screen_name': 'accohen', 'name': 'Boymn Accohen', 'id': '1082929561757720578'}, {'screen_name': 'MeganGeuss', 'name': 'megan geuss', 'id': '101915429'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}]",,,, +995,829861775357071361,829838204492738561,1486689439000.0,2017-02-10 01:17:19,+0000,,"@RusulAlrubail @MarkRuffalo @guardian Please check your facts. Tesla and SpaceX joined as soon as we received the filing, which was Monday.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/829861775357071361,[],[],0,,False,376,21,30,,None,,,,,,,"[{'screen_name': 'RusulAlrubail', 'name': 'Rusul', 'id': '2380961067'}, {'screen_name': 'MarkRuffalo', 'name': 'Mark Ruffalo', 'id': '47285504'}, {'screen_name': 'guardian', 'name': 'The Guardian', 'id': '87818409'}]",,,, +996,829509777218613248,829505711973421056,1486605517000.0,2017-02-09 01:58:37,+0000,,@dknisely of course it will,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/829509777218613248,[],[],0,,False,212,11,6,,None,,,,,,,"[{'screen_name': 'dknisely', 'name': 'Doug Knisely', 'id': '11784872'}]",,,, +997,829447188325412866,829444357279342592,1486590594000.0,2017-02-08 21:49:54,+0000,,@SundalJ Should all be uploaded by next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/829447188325412866,[],[],0,,False,244,18,11,,None,,,,,,,"[{'screen_name': 'SundalJ', 'name': 'Jon-Vegar S. Sundal', 'id': '2855285614'}]",,,, +998,829442592978792448,828981873086865410,1486589499000.0,2017-02-08 21:31:39,+0000,,@sureal808 Motor Trend could only achieve 2.4 sec when they tested the Porsche 918,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/829442592978792448,[],[],0,,False,300,10,19,,None,,,,,,,"[{'screen_name': 'sureal808', 'name': 'sureal808', 'id': '15342282'}]",,,, +999,829441987686182912,829433874665000960,1486589354000.0,2017-02-08 21:29:14,+0000,,@VoltzCoreAudio I don't know what make you think that's a rocket. It's completely covered in a tarpaulin...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/829441987686182912,[],[],0,,False,749,31,85,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}]",,,, +1000,829396254920568832,829396254920568832,1486578451000.0,2017-02-08 18:27:31,+0000,,George Schultz and Jim Baker article in @WSJ regarding a carbon tax https://t.co/tf2Urgms85,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/829396254920568832,['https://www.wsj.com/articles/a-conservative-answer-to-climate-change-1486512334'],[],0,,False,3165,266,1284,,None,,,,,,,[],,,, +1001,829046669517860869,829045288220315648,1486495103000.0,2017-02-07 19:18:23,+0000,,@BatlaG yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/829046669517860869,[],[],0,,False,192,12,6,,None,,,,,,,"[{'screen_name': 'BatlaG', 'name': 'Greg Batla ™', 'id': '64797812'}]",,,, +1002,829027848434257924,829019448791035904,1486490616000.0,2017-02-07 18:03:36,+0000,,@goel_ishan Hoping for summer this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/829027848434257924,[],[],0,,False,904,135,334,,None,,,,,,,"[{'screen_name': 'goel_ishan', 'name': 'Ishan Goel', 'id': '2875456507'}]",,,, +1003,829015254524792832,829013647011635200,1486487613000.0,2017-02-07 17:13:33,+0000,,"@mdcdave yes, altitude improves performance for electric. Opposite of combustion cars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/829015254524792832,[],[],0,,False,345,11,41,,None,,,,,,,"[{'screen_name': 'mdcdave', 'name': 'MDC Computers', 'id': '155745885'}]",,,, +1004,829002643947167744,828996191740428288,1486484607000.0,2017-02-07 16:23:27,+0000,,"@jovanik21 @Veidit No, will be lower. Wheelbase can't fit 100.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/829002643947167744,[],[],0,,False,261,45,22,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'Veidit', 'name': 'John Angelmo', 'id': '14048865'}]",,,, +1005,828999653886550018,828981873086865410,1486483894000.0,2017-02-07 16:11:34,+0000,,"@jovanik21 Also, Tesla service can remove front trunk liner if you don't use it and improve performance further",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/828999653886550018,[],[],0,,False,358,19,24,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}]",,,, +1006,828998837578526723,828996191740428288,1486483699000.0,2017-02-07 16:08:19,+0000,,"@Veidit No plans to take X, S (or 3) above 100 kWh. Semi necessarily and pickup truck maybe will go above.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/828998837578526723,[],[],0,,False,334,41,58,,None,,,,,,,"[{'screen_name': 'Veidit', 'name': 'John Angelmo', 'id': '14048865'}]",,,, +1007,828984746029912064,828981873086865410,1486480339000.0,2017-02-07 15:12:19,+0000,,@jovanik21 Take out the floor mats and its 2.27. MT said everything had to be standard production.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/828984746029912064,[],[],0,,False,560,26,37,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}]",,,, +1008,828983364543664128,828982012597899264,1486480010000.0,2017-02-07 15:06:50,+0000,,@quick_pi yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/828983364543664128,[],[],0,,False,135,5,4,,None,,,,,,,"[{'screen_name': 'quick_pi', 'name': 'QuickPi', 'id': '4378546935'}]",,,, +1009,828981873086865410,828981873086865410,1486479654000.0,2017-02-07 15:00:54,+0000,,Production Tesla Model S P100DL sets Motor Trend all-time world record to 60 mph in 2.27 sec https://t.co/sxALQrM5Ls,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/828981873086865410,['http://bit.ly/2kmMo3m'],[],0,,False,18906,733,7027,,None,,,,,,,[],,,, +1010,828320620463140865,828320620463140865,1486322000000.0,2017-02-05 19:13:20,+0000,,Signing off now. That was more than enough Twitter trouble for one morning!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/828320620463140865,[],[],0,,False,6327,555,312,,None,,,,,,,[],,,, +1011,828315290782093312,828280866451374085,1486320729000.0,2017-02-05 18:52:09,+0000,,@qriosity_ @MacTechGenius No rare earth metals in battery,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828315290782093312,[],[],0,,False,610,29,65,,None,,,,,,,"[{'screen_name': 'qriosity_', 'name': 'Nick Polyzogopoulos', 'id': '22386697'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +1012,828314791819218944,828293735419109376,1486320610000.0,2017-02-05 18:50:10,+0000,,@camdtor @trylks Almost ready,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828314791819218944,[],[],0,,False,526,9,17,,None,,,,,,,"[{'screen_name': 'trylks', 'name': '\U0001f9be🧠⚗️', 'id': '43387573'}]",,,, +1013,828314321679704066,828280866451374085,1486320498000.0,2017-02-05 18:48:18,+0000,,@MacTechGenius App update is about two weeks out. Linux kernel and browser update probably a month or so. HW2 Autopilot has priority.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828314321679704066,[],[],0,,False,377,18,32,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +1014,828312660299091968,828280866451374085,1486320102000.0,2017-02-05 18:41:42,+0000,,"@FredericLambert Yes, but Model 3 is the overwhelming priority",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828312660299091968,[],[],0,,False,540,43,29,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1015,828312511946567680,828280866451374085,1486320066000.0,2017-02-05 18:41:06,+0000,,@clay_ellis I will post an article he wrote half a century ago about flying through Africa and Asia in his plane. One of my favorite things.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828312511946567680,[],[],0,,False,653,19,25,,None,,,,,,,"[{'screen_name': 'clay_ellis', 'name': 'Clay Ellis', 'id': '318631629'}]",,,, +1016,828309896122789889,828280866451374085,1486319443000.0,2017-02-05 18:30:43,+0000,,@christesla @FredericLambert Almost there. We are just being very careful with the rollout.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828309896122789889,[],[],0,,False,368,7,11,,None,,,,,,,"[{'screen_name': 'christesla', 'name': 'Chris Danks', 'id': '174427901'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1017,828307625632813056,828293735419109376,1486318901000.0,2017-02-05 18:21:41,+0000,,@trylks A lot of terrible things could happen in four years of extremism. Do you really want another war? That's where extremism leads.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828307625632813056,[],[],0,,False,2198,132,258,,None,,,,,,,"[{'screen_name': 'trylks', 'name': '\U0001f9be🧠⚗️', 'id': '43387573'}]",,,, +1018,828305244891336706,828280866451374085,1486318334000.0,2017-02-05 18:12:14,+0000,,"@FredericLambert Yeah, it is hard to convey complex ideas in 140 chars and tone is lost in text",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828305244891336706,[],[],0,,False,544,46,27,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1019,828304178644656129,828292392998600704,1486318079000.0,2017-02-05 18:07:59,+0000,,@CycleTrades @rtoro20 People should push to have as many moderates advising the President as possible. Blind hate is never the right answer.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828304178644656129,[],[],0,,False,1515,64,252,,None,,,,,,,"[{'screen_name': 'CycleTrades', 'name': 'Cycle Trades', 'id': '2981182130'}, {'screen_name': 'rtoro20', 'name': 'Ryan Santoro', 'id': '46449277'}]",,,, +1020,828303494981550082,828280866451374085,1486317916000.0,2017-02-05 18:05:16,+0000,,@Wise1919 @FredericLambert Rolling out a new update today.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828303494981550082,[],[],0,,False,209,8,9,,None,,,,,,,"[{'screen_name': 'Wise1919', 'name': 'Justin Wise', 'id': '391127789'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1021,828303126935568384,828293735419109376,1486317829000.0,2017-02-05 18:03:49,+0000,,@recipher We should try our best,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828303126935568384,[],[],0,,False,551,23,14,,None,,,,,,,"[{'screen_name': 'recipher', 'name': 'Johnny Hall', 'id': '3297881'}]",,,, +1022,828302292520681474,828280866451374085,1486317630000.0,2017-02-05 18:00:30,+0000,,"@iamDeveloper Really? Ok, I will work harder on thinking first and tweeting second. Sorry for anything thoughtless.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828302292520681474,[],[],0,,False,319,18,18,,None,,,,,,,"[{'screen_name': 'iamDeveloper', 'name': 'Satya', 'id': '101431978'}]",,,, +1023,828301829909921792,828280866451374085,1486317520000.0,2017-02-05 17:58:40,+0000,,@martinengwicht @FredericLambert I just had three coffees :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828301829909921792,[],[],0,,False,474,24,36,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1024,828301680596889600,828293735419109376,1486317484000.0,2017-02-05 17:58:04,+0000,,@thelogicbox @IanrossWins Mars is critical for the long-term survival of humanity and life on Earth as we know it,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828301680596889600,[],[],0,,False,1158,85,175,,None,,,,,,,"[{'screen_name': 'thelogicbox', 'name': 'thelogicbox', 'id': '15918067'}, {'screen_name': 'IanrossWins', 'name': 'Ian', 'id': '451696838'}]",,,, +1025,828301040768393216,828280866451374085,1486317331000.0,2017-02-05 17:55:31,+0000,,@seanbroswag @FredericLambert Numeric,ro,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828301040768393216,[],[],0,,False,386,30,12,,None,,,,,,,"[{'screen_name': 'seanbroswag', 'name': 'Sean', 'id': '2547490493'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1026,828300568062021632,828293324817702912,1486317219000.0,2017-02-05 17:53:39,+0000,,@B0Turner Gravimetric energy density of batteries and achieving a high cell mass fraction,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828300568062021632,[],[],0,,False,280,14,14,,None,,,,,,,[],,,, +1027,828300245998116864,828280866451374085,1486317142000.0,2017-02-05 17:52:22,+0000,,"@Travelingmom23 I love Canada! I'm half Canadian. My Mom was born in Regina. My grandfather (her Dad) was American, born in Minnesota.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828300245998116864,[],[],0,,False,809,56,125,,None,,,,,,,"[{'screen_name': 'Travelingmom23', 'name': 'S L', 'id': '1060235814'}]",,,, +1028,828299070154358784,828280866451374085,1486316862000.0,2017-02-05 17:47:42,+0000,,@FredericLambert Me too. I hope to get back to regularly scheduled programming soon ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828299070154358784,[],[],0,,False,998,45,28,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1029,828298780638400512,828280866451374085,1486316793000.0,2017-02-05 17:46:33,+0000,,"@brendangage I agree, great country! Looking forward to taking my kids for a visit. I've heard it is incredibly beautiful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828298780638400512,[],[],0,,False,275,18,6,,None,,,,,,,"[{'screen_name': 'brendangage', 'name': 'Brendan', 'id': '397936380'}]",,,, +1030,828297337353154560,828280866451374085,1486316448000.0,2017-02-05 17:40:48,+0000,,@DaringKid True. Me being one of them :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828297337353154560,[],[],0,,False,337,8,5,,None,,,,,,,[],,,, +1031,828297251026001924,828292728710656001,1486316428000.0,2017-02-05 17:40:28,+0000,,"@marcelsalathe Not perfect & cd be better, but 10th out of 200+ countries with only a 0.08 diff to ""1st"" place means it's essentially on par",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828297251026001924,[],[],0,,False,174,4,4,,None,,,,,,,"[{'screen_name': 'marcelsalathe', 'name': 'Marcel Salathé', 'id': '14177696'}]",,,, +1032,828294008677994496,828280866451374085,1486315655000.0,2017-02-05 17:27:35,+0000,,"@andresantoniop Fair point, sorry",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828294008677994496,[],[],0,,False,245,16,10,,None,,,,,,,[],,,, +1033,828293735419109376,828293735419109376,1486315590000.0,2017-02-05 17:26:30,+0000,,"Activists should be pushing for more moderates to advise President, not fewer. How could having only extremists advise him possibly be good?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828293735419109376,[],[],0,,False,37915,2628,10808,,None,,,,,,,[],,,, +1034,828292305522192384,828280866451374085,1486315249000.0,2017-02-05 17:20:49,+0000,,@BenCam137 @FifthRocket Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828292305522192384,[],[],0,,False,252,3,5,,None,,,,,,,"[{'screen_name': 'FifthRocket', 'name': 'David Watson 🥑', 'id': '755546'}]",,,, +1035,828291884858691584,828280866451374085,1486315148000.0,2017-02-05 17:19:08,+0000,,@AanstadGard Norway is great on all levels. Love Norway!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828291884858691584,[],[],0,,False,467,19,42,,None,,,,,,,[],,,, +1036,828291645548408833,828280866451374085,1486315091000.0,2017-02-05 17:18:11,+0000,,@BullFlags Yeah. And Twitter is a hater Hellscape.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828291645548408833,[],[],0,,False,1064,25,73,,None,,,,,,,"[{'screen_name': 'BullFlags', 'name': 'Don Julio', 'id': '30306064'}]",,,, +1037,828291190965551106,828280866451374085,1486314983000.0,2017-02-05 17:16:23,+0000,,"@W4AS Good grief, I'm not ""working"" for Trump. I'm trying to provide advice that helps take things in a more positive direction.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828291190965551106,[],[],0,,False,1570,68,222,,None,,,,,,,"[{'screen_name': 'W4AS', 'name': 'Seb', 'id': '17078957'}]",,,, +1038,828290224069419010,828280866451374085,1486314752000.0,2017-02-05 17:12:32,+0000,,"@BitterMercy @CallumK24 Actually, I think it's kinda cool :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828290224069419010,[],[],0,,False,302,7,5,,None,,,,,,,"[{'screen_name': 'BitterMercy', 'name': 'C:\\start wearamask.exe', 'id': '2595341719'}, {'screen_name': 'callumk24', 'name': 'CAL', 'id': '1109433097173549057'}]",,,, +1039,828289948767895552,828280866451374085,1486314687000.0,2017-02-05 17:11:27,+0000,,@EricHaegler @iLexomat Isn't that basically like having a jury of peers? That is a default option in the US.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828289948767895552,[],[],0,,False,165,4,4,,None,,,,,,,"[{'screen_name': 'EricHaegler', 'name': 'Eric Haegler', 'id': '396603988'}, {'screen_name': 'iLexomat', 'name': 'Alexander Bättig', 'id': '723654086'}]",,,, +1040,828289487075733504,828280866451374085,1486314577000.0,2017-02-05 17:09:37,+0000,,"@vladsavov Those countries have strong justice systems, but I'd put them roughly on par with US. That rating system conflates many factors.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828289487075733504,[],[],0,,False,190,10,4,,None,,,,,,,"[{'screen_name': 'vladsavov', 'name': 'Vlad Savov', 'id': '75246510'}]",,,, +1041,828287608614744064,828280866451374085,1486314129000.0,2017-02-05 17:02:09,+0000,,@FifthRocket Did you read my tweets? I attacked it hard. Did not defend.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828287608614744064,[],[],0,,False,416,10,11,,None,,,,,,,"[{'screen_name': 'FifthRocket', 'name': 'David Watson 🥑', 'id': '755546'}]",,,, +1042,828287354741936130,828280866451374085,1486314068000.0,2017-02-05 17:01:08,+0000,,@KENEMONICS You're right. Politics is a no-win situation. Somebody is going to hate what you say no matter what that is.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828287354741936130,[],[],0,,False,584,21,62,,None,,,,,,,"[{'screen_name': 'KENEMONICS', 'name': 'KENEMONICS', 'id': '465305234'}]",,,, +1043,828285894570422272,828280866451374085,1486313720000.0,2017-02-05 16:55:20,+0000,,@martinengwicht Also good. There are several that are on par with US. Just don't think any are better. People confuse laws with courts.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828285894570422272,[],[],0,,False,204,13,13,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}]",,,, +1044,828285409675341824,828280866451374085,1486313605000.0,2017-02-05 16:53:25,+0000,,@paulvankeep Mostly anti-drug laws,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828285409675341824,[],[],0,,False,273,10,11,,None,,,,,,,"[{'screen_name': 'paulvankeep', 'name': 'Paul van Keep', 'id': '28678836'}]",,,, +1045,828284802327523328,828280866451374085,1486313460000.0,2017-02-05 16:51:00,+0000,,@zgiarrizzo Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828284802327523328,[],[],0,,False,199,6,3,,None,,,,,,,"[{'screen_name': 'zgiarrizzo', 'name': 'Zack Giarrizzo', 'id': '454567739'}]",,,, +1046,828284631170560000,828280866451374085,1486313419000.0,2017-02-05 16:50:19,+0000,,"@TheLAAdams The laws need to change. Judges are responsible for evaluating whether an action breaks the law, not making law.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828284631170560000,[],[],0,,False,358,16,26,,None,,,,,,,[],,,, +1047,828284048103579651,828280866451374085,1486313280000.0,2017-02-05 16:48:00,+0000,,@humplik The remedy for that is changing the law,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828284048103579651,[],[],0,,False,206,10,12,,None,,,,,,,"[{'screen_name': 'humplik', 'name': 'Glenn Hümplik', 'id': '7479182'}]",,,, +1048,828282768559849473,828280866451374085,1486312975000.0,2017-02-05 16:42:55,+0000,,"@CallumK24 Ok, but what's up the wigs?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828282768559849473,[],[],0,,False,766,18,27,,None,,,,,,,"[{'screen_name': 'callumk24', 'name': 'CAL', 'id': '1109433097173549057'}]",,,, +1049,828282648711802881,828280866451374085,1486312946000.0,2017-02-05 16:42:26,+0000,,@iLexomat There are many good legal systems on par with US. Just don't know any that are better.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828282648711802881,[],[],0,,False,222,16,10,,None,,,,,,,"[{'screen_name': 'iLexomat', 'name': 'Alexander Bättig', 'id': '723654086'}]",,,, +1050,828281953455579136,828280866451374085,1486312781000.0,2017-02-05 16:39:41,+0000,,@Biesseman True!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828281953455579136,[],[],0,,False,213,3,3,,None,,,,,,,"[{'screen_name': 'Biesseman', 'name': 'Curious Brian The 🇨🇦 Renaissance Man', 'id': '247026747'}]",,,, +1051,828280866451374085,828280866451374085,1486312521000.0,2017-02-05 16:35:21,+0000,,"Many in America don't realize how proud they should be of the legal system. Not perfect, but nowhere is the cause of justice better served.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828280866451374085,[],[],0,,False,22205,1141,4942,,None,,,,,,,[],,,, +1052,828018446873006080,828018446873006080,1486249956000.0,2017-02-04 23:12:36,+0000,,Walking down the street and saw this https://t.co/Mpv5j6088K,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/828018446873006080,[],['https://pbs.twimg.com/media/C322YbSVYAA81kp.jpg'],1,https://pbs.twimg.com/media/C322YbSVYAA81kp.jpg,False,26013,530,6705,,None,,,,,,,[],,,, +1053,828004231101706241,827954983710650369,1486246566000.0,2017-02-04 22:16:06,+0000,,@nintendomaniac @alext4627 I wish!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/828004231101706241,[],[],0,,False,819,12,62,,None,,,,,,,"[{'screen_name': 'nintendomaniac', 'name': 'Nintendo Maniac 64', 'id': '14655220'}]",,,, +1054,828002410811494400,827330589191704576,1486246132000.0,2017-02-04 22:08:52,+0000,,"@OldManRiver1800 Then so be it. I'd rather do what I believe is right, than do what appears right simply to avoid criticism.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/828002410811494400,[],[],0,,False,1855,128,363,,None,,,,,,,"[{'screen_name': 'OldManRiver1800', 'name': 'Marky Mark Twain', 'id': '2378693048'}]",,,, +1055,828000753432293376,827954983710650369,1486245737000.0,2017-02-04 22:02:17,+0000,,"@bonnienorman @advandermeer Wow, cool!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/828000753432293376,[],[],0,,False,189,1,5,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}, {'screen_name': 'advandermeer', 'name': 'Ad van der Meer', 'id': '43530516'}]",,,, +1056,828000589082742784,827954983710650369,1486245698000.0,2017-02-04 22:01:38,+0000,,@alext4627 That's exactly what I thought. Love Half-Life.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/828000589082742784,[],[],0,,False,1097,19,136,,None,,,,,,,[],,,, +1057,827999209085403143,827983309359763456,1486245369000.0,2017-02-04 21:56:09,+0000,,@ana_lontana Nuances are important :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/827999209085403143,[],[],0,,False,224,10,4,,None,,,,,,,"[{'screen_name': 'ana_lontana', 'name': 'Ana María Delgado', 'id': '17396488'}]",,,, +1058,827954983710650369,827954983710650369,1486234825000.0,2017-02-04 19:00:25,+0000,,26 ft diameter tunnel running 2 miles under D.C. https://t.co/XFQkioEsg8,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/827954983710650369,[],['https://pbs.twimg.com/media/C318pqsXAAA6iSD.jpg'],1,https://pbs.twimg.com/media/C318pqsXAAA6iSD.jpg,False,11001,696,1744,,None,,,,,,,[],,,, +1059,827928366711967745,827330589191704576,1486228479000.0,2017-02-04 17:14:39,+0000,,@eveegdmann Really don't want to get in politics. I just want to help invent and develop technologies that improve lives. Feels so bizarre.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/827928366711967745,[],[],0,,False,2914,401,397,,None,,,,,,,"[{'screen_name': 'eveegdmann', 'name': 'Eve Egdmann', 'id': '4470469823'}]",,,, +1060,827926509197332484,827330589191704576,1486228036000.0,2017-02-04 17:07:16,+0000,,"@DanielleBloeme Yes, for now, but this should be addressed on all fronts: judicial, legislative and executive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/827926509197332484,[],[],0,,False,383,11,23,,None,,,,,,,"[{'screen_name': 'DanielleBloeme', 'name': 'Danielle ""Preserve Democracy""', 'id': '397528012'}]",,,, +1061,827925653022453760,827330589191704576,1486227832000.0,2017-02-04 17:03:52,+0000,,"In addition, I again raised climate. I believe this is doing good, so will remain on council & keep at it. Doing otherwise would be wrong.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/827925653022453760,[],[],0,,False,22547,1473,2995,,None,,,,,,,[],,,, +1062,827924171661377536,827330589191704576,1486227479000.0,2017-02-04 16:57:59,+0000,,"At my request, the agenda for yesterday's White House meeting went from not mentioning the travel ban to having it be first and foremost",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/827924171661377536,[],[],0,,False,16699,633,2607,,None,,,,,,,[],,,, +1063,827919530638794752,827918790625153024,1486226372000.0,2017-02-04 16:39:32,+0000,,@PeterGleick @business First I've heard of this meeting. Will find out why.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/827919530638794752,[],[],0,,False,218,18,17,,None,,,,,,,"[{'screen_name': 'PeterGleick', 'name': 'Peter Gleick 🇺🇸', 'id': '146123790'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +1064,827849760048558080,827848585639297024,1486209738000.0,2017-02-04 12:02:18,+0000,,@OfficeOfOMAR maybe,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,12,https://twitter.com/elonmusk/status/827849760048558080,[],[],0,,False,709,37,55,,None,,,,,,,[],,,, +1065,827848585639297024,827848585639297024,1486209458000.0,2017-02-04 11:57:38,+0000,,Video of MIT's entrant into the SpaceX Hyperloop competition. Air has been removed from the Hyperloop tube to almost vacuum conditions. https://t.co/bAP7kDKzHs,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/827848585639297024,['https://twitter.com/mithyperloop/status/825871420638978048'],[],0,,False,9893,278,3508,https://twitter.com/mithyperloop/status/825871420638978048,None,,,,,,,[],,,, +1066,827720686911291392,827720686911291392,1486178964000.0,2017-02-04 03:29:24,+0000,,Minecraft https://t.co/lU1YzJjLOZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/827720686911291392,[],['https://pbs.twimg.com/media/C3ynX_OWcAE-DQA.jpg'],1,https://pbs.twimg.com/media/C3ynX_OWcAE-DQA.jpg,False,38435,1131,9124,,None,,,,,,,[],,,, +1067,827692878986100736,827330589191704576,1486172334000.0,2017-02-04 01:38:54,+0000,,"@mcun1 Yes. Green cards & dual citizens already ok. Work & spousal visas not yet, but hopefully soon. This is separate from judicial action.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/827692878986100736,[],[],0,,False,767,69,90,,None,,,,,,,"[{'screen_name': 'MCun1', 'name': 'MrBaconCun1', 'id': '1067930503632875520'}]",,,, +1068,827681242128715777,827330589191704576,1486169560000.0,2017-02-04 00:52:40,+0000,,There has already been and there will be progress on this matter,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/827681242128715777,[],[],0,,False,5466,420,574,,None,,,,,,,[],,,, +1069,827330589191704576,827330589191704576,1486085958000.0,2017-02-03 01:39:18,+0000,,Regarding the meeting at the White House: https://t.co/8b1XH4oW6h,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/827330589191704576,[],['https://pbs.twimg.com/media/C3tErztXUAAS5de.jpg'],1,https://pbs.twimg.com/media/C3tErztXUAAS5de.jpg,False,74068,4608,21417,,None,,,,,,,[],,,, +1070,827236313925496832,827229282648850432,1486063481000.0,2017-02-02 19:24:41,+0000,,@lotte__world yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/827236313925496832,[],[],0,,False,534,51,41,,None,,,,,,,"[{'screen_name': 'lotte__world', 'name': 'Charlotte', 'id': '15969134'}]",,,, +1071,826262139371347968,826201376543879168,1485831219000.0,2017-01-31 02:53:39,+0000,,@SarahFKessler @qz Headline & article is misleading. I said it won't be retracted (ie withdrawn by Pres). It may be revoked by judicial or legislative means.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/826262139371347968,[],[],0,,False,592,86,56,,None,,,,,,,"[{'screen_name': 'SarahFKessler', 'name': 'Sarah Kessler', 'id': '21789052'}, {'screen_name': 'qz', 'name': 'Quartz', 'id': '573918122'}]",,,, +1072,826150838544371712,826149691498729472,1485804683000.0,2017-01-30 19:31:23,+0000,,"@ReesAndersen @FLIxrisk Yes, I believe that is critical to ensure a good future for humanity",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/826150838544371712,[],[],0,,False,539,54,51,,None,,,,,,,"[{'screen_name': 'ReesAndersen', 'name': 'Mark Rees-Andersen', 'id': '1405973106'}, {'screen_name': 'FLIxrisk', 'name': 'Future of Life Institute', 'id': '2540794650'}]",,,, +1073,826149691498729472,826149691498729472,1485804410000.0,2017-01-30 19:26:50,+0000,,Top AI researchers agree on principles for developing benefical AI https://t.co/CATbd4oidF,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/826149691498729472,['https://futureoflife.org/ai-principles/'],[],0,,False,5448,276,2243,,None,,,,,,,[],,,, +1074,826125419527016448,826122945038790656,1485798623000.0,2017-01-30 17:50:23,+0000,,"@inhaleray I agree with creating great jobs, restoring US strength as a great manufacturer of products and anything that makes the future exciting",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/826125419527016448,[],[],0,,False,870,95,181,,None,,,,,,,[],,,, +1075,826121298656964608,826120803024400384,1485797640000.0,2017-01-30 17:34:00,+0000,,"@mcwm @jackclarkSF Yeah, sorry about that :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/826121298656964608,[],[],0,,False,168,3,9,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}, {'screen_name': 'jackclarkSF', 'name': 'Jack Clark', 'id': '86351835'}]",,,, +1076,826020192937340928,825936326264360961,1485773535000.0,2017-01-30 10:52:15,+0000,,"@JacobofAmber Yes, the order is still bad, but it is always important to read the source material",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/826020192937340928,[],[],0,,False,709,93,100,,None,,,,,,,"[{'screen_name': 'JacobofAmber', 'name': 'Jacob Wheeler', 'id': '720275318204805122'}]",,,, +1077,825936326264360961,825936326264360961,1485753539000.0,2017-01-30 05:18:59,+0000,,Reading the source material is better than reading other people's opinions about the source material https://t.co/HKIYKbdb3g,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/825936326264360961,['https://twitter.com/gedamore/status/825931618086899712'],[],0,,False,22326,1726,10097,https://twitter.com/gedamore/status/825931618086899712,None,,,,,,,[],,,, +1078,825843728019435520,825809205244223488,1485731462000.0,2017-01-29 23:11:02,+0000,,@danahull Strategic & Policy Forum,pl,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/825843728019435520,[],[],0,,False,274,33,16,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +1079,825819528080658432,825809205244223488,1485725693000.0,2017-01-29 21:34:53,+0000,,"@danmoran3 @redletterdave Exactly. There is no possibility of retraction, but there is possibility of modification. It's just a non-zero possibility. Don't know more.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/825819528080658432,[],[],0,,False,1161,341,105,,None,,,,,,,"[{'screen_name': 'DANMORAN3', 'name': 'DAN MORAN', 'id': '1068766628303831041'}, {'screen_name': 'redletterdave', 'name': 'dave smith', 'id': '19743466'}]",,,, +1080,825809205244223488,825809205244223488,1485723231000.0,2017-01-29 20:53:51,+0000,,Please read immigration order. Lmk specific amendments. Will seek advisory council consensus & present to President. https://t.co/qLpbsP4lEk,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/825809205244223488,['http://blogs.wsj.com/washwire/2017/01/27/text-of-trump-executive-order-on-barring-refugees/'],[],0,,False,8477,2557,3121,,None,,,,,,,[],,,, +1081,825504408548958208,825502400454594561,1485650562000.0,2017-01-29 00:42:42,+0000,,@ParParV It is not,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/825504408548958208,[],[],0,,False,1609,78,58,,None,,,,,,,"[{'screen_name': 'ParParV', 'name': 'ParPar', 'id': '32648067'}]",,,, +1082,825502618680045568,825502400454594561,1485650136000.0,2017-01-29 00:35:36,+0000,,"Many people negatively affected by this policy are strong supporters of the US. They've done right,not wrong & don't deserve to be rejected.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/825502618680045568,[],[],0,,False,36286,1018,11251,,None,,,,,,,[],,,, +1083,825502400454594561,825502400454594561,1485650084000.0,2017-01-29 00:34:44,+0000,,The blanket entry ban on citizens from certain primarily Muslim countries is not the best way to address the country’s challenges,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/825502400454594561,[],[],0,,False,50325,2257,16918,,None,,,,,,,[],,,, +1084,825212805498302464,825208047559598081,1485581039000.0,2017-01-28 05:23:59,+0000,,"@MiguelGamino @PopSci This is silly. If adding lanes actually did make it worse, that would imply removing lanes makes it better. Obv not true.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/825212805498302464,[],[],0,,False,535,64,46,,None,,,,,,,"[{'screen_name': 'MiguelGamino', 'name': 'Miguel GAMIÑO Jr.', 'id': '100284732'}, {'screen_name': 'PopSci', 'name': 'Popular Science', 'id': '19722699'}]",,,, +1085,825205236956483585,825205236956483585,1485579234000.0,2017-01-28 04:53:54,+0000,,And we start digging the tunnel tonight https://t.co/UYSIU0qg34,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/825205236956483585,['https://twitter.com/hyperloop/status/825204857975894017'],[],0,,False,11557,534,2985,https://twitter.com/hyperloop/status/825204857975894017,None,,,,,,,[],,,, +1086,825048948515549184,825048948515549184,1485541972000.0,2017-01-27 18:32:52,+0000,,Hyperloop pod race happening this weekend at SpaceX HQ (near LAX). We built a ~mile long vacuum tube on our campus big enough to fit people.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/825048948515549184,[],[],0,,False,19052,728,5500,,None,,,,,,,[],,,, +1087,825036546206076928,825034203934908417,1485539015000.0,2017-01-27 17:43:35,+0000,,"@suzie_official Yeah, am hearing this from a lot of people & it's getting me down. I'm just trying to make a positive contribution & hope good comes of it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/825036546206076928,[],[],0,,False,1427,462,139,,None,,,,,,,[],,,, +1088,824300186834898945,824182024479133698,1485363453000.0,2017-01-25 16:57:33,+0000,,"@TheSkinsFactory Earthquakes tend to have the biggest effect on the surface, like waves on water. That's why LA can have a (lame, but getting better) subway.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/824300186834898945,[],[],0,,False,662,69,61,,None,,,,,,,"[{'screen_name': 'TheSkinsFactory', 'name': 'The Skins Factory, Inc.', 'id': '1298444197180116992'}]",,,, +1089,824183010241216512,824182024479133698,1485335516000.0,2017-01-25 09:11:56,+0000,,"@_wsimson Starting across from my desk at SpaceX. Crenshaw and the 105 Freeway, which is 5 mins from LAX",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/824183010241216512,[],[],0,,False,1188,143,139,,None,,,,,,,[],,,, +1090,824182450209386497,824182024479133698,1485335383000.0,2017-01-25 09:09:43,+0000,,@clay_ellis Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/824182450209386497,[],[],0,,False,915,39,53,,None,,,,,,,"[{'screen_name': 'clay_ellis', 'name': 'Clay Ellis', 'id': '318631629'}]",,,, +1091,824182237352562688,824182024479133698,1485335332000.0,2017-01-25 09:08:52,+0000,,@BelovedRevol Maybe next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/824182237352562688,[],[],0,,False,919,58,113,,None,,,,,,,"[{'screen_name': 'BelovedRevol', 'name': 'Revol Devoleb', 'id': '459500607'}]",,,, +1092,824182024479133698,824182024479133698,1485335281000.0,2017-01-25 09:08:01,+0000,,Exciting progress on the tunnel front. Plan to start digging in a month or so.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/824182024479133698,[],[],0,,False,13033,1137,2523,,None,,,,,,,[],,,, +1093,824149662366126087,824149662366126087,1485327566000.0,2017-01-25 06:59:26,+0000,,Rex Tillerson supports a carbon tax. This is what is really needed to move the needle. https://t.co/6ne01TOzs1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/824149662366126087,['https://www.bloomberg.com/news/articles/2015-12-10/watch-elon-musk-agree-with-exxon-time-for-a-carbon-tax'],[],0,,False,6762,533,2256,,None,,,,,,,[],,,, +1094,824147366844436481,824054997507657728,1485327018000.0,2017-01-25 06:50:18,+0000,,@MichaelEMann I'm just saying that we should see what happens first. The actions may be surprising.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/824147366844436481,[],[],0,,False,742,97,96,,None,,,,,,,"[{'screen_name': 'MichaelEMann', 'name': 'Michael E. Mann', 'id': '384923143'}]",,,, +1095,824141566788898817,824054997507657728,1485325635000.0,2017-01-25 06:27:15,+0000,,@MichaelEMann No they don't,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/824141566788898817,[],[],0,,False,416,20,30,,None,,,,,,,"[{'screen_name': 'MichaelEMann', 'name': 'Michael E. Mann', 'id': '384923143'}]",,,, +1096,824125950107545600,824054997507657728,1485321912000.0,2017-01-25 05:25:12,+0000,,@Nivo0o0 Was wondering what those were,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/824125950107545600,[],[],0,,False,884,21,52,,None,,,,,,,"[{'screen_name': 'Nivo0o0', 'name': 'Niv Dror', 'id': '277618799'}]",,,, +1097,824113827679641600,824113827679641600,1485319022000.0,2017-01-25 04:37:02,+0000,,Sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/824113827679641600,[],[],0,,False,25502,1255,11732,,None,,,,,,,[],,,, +1098,824056075217420291,824054997507657728,1485305253000.0,2017-01-25 00:47:33,+0000,,@Michael_McLean That may be a difficult award to decline,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/824056075217420291,[],[],0,,False,957,47,49,,None,,,,,,,"[{'screen_name': 'michael_mclean', 'name': 'Michael Mclean', 'id': '850837863826456576'}]",,,, +1099,824054997507657728,824054997507657728,1485304996000.0,2017-01-25 00:43:16,+0000,,"Tillerson also said that “the risk of climate change does exist” and he believed “action should be taken""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/824054997507657728,[],[],0,,False,8551,700,1986,,None,,,,,,,[],,,, +1100,824054472850583552,823970864999895040,1485304871000.0,2017-01-25 00:41:11,+0000,,"@TheEconomist ... on how to address threats of climate change. They do require a global response.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/824054472850583552,[],[],0,,False,1113,45,217,,None,,,,,,,"[{'screen_name': 'TheEconomist', 'name': 'The Economist', 'id': '5988062'}]",,,, +1101,824054301718777856,823970864999895040,1485304830000.0,2017-01-25 00:40:30,+0000,,"@TheEconomist Tillerson at his confirmation hearing: ""I think it’s important that the United States maintain its seat at the table in the conversation ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/824054301718777856,[],[],0,,False,1028,21,225,,None,,,,,,,"[{'screen_name': 'TheEconomist', 'name': 'The Economist', 'id': '5988062'}]",,,, +1102,824013720967753728,823970864999895040,1485295155000.0,2017-01-24 21:59:15,+0000,,"@redletterdave Ok, fine. Soldier 76. My dark secret is out ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/824013720967753728,[],[],0,,False,4096,115,1433,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'dave smith', 'id': '19743466'}]",,,, +1103,824013269891502080,823970864999895040,1485295047000.0,2017-01-24 21:57:27,+0000,,@danahull I share The Economist's opinion that he should be given the benefit of the doubt unless his actions prove otherwise,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/824013269891502080,[],[],0,,False,1278,76,229,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +1104,824011724357373953,823970864999895040,1485294679000.0,2017-01-24 21:51:19,+0000,,"@danahull Rex is an exceptionally competent executive, understands geopolitics and knows how to win for his team. His team is now the USA.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/824011724357373953,[],[],0,,False,2325,150,812,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +1105,824010489449431040,823970864999895040,1485294384000.0,2017-01-24 21:46:24,+0000,,"@TheEconomist This may sound surprising coming from me, but I agree with The Economist. Rex Tillerson has the potential to be an excellent Sec of State.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/824010489449431040,[],[],0,,False,4296,302,2027,,None,,,,,,,"[{'screen_name': 'TheEconomist', 'name': 'The Economist', 'id': '5988062'}]",,,, +1106,823915595615719424,822922507535560705,1485271760000.0,2017-01-24 15:29:20,+0000,,@dean_arexding There will be a software update this weekend that improves self-calibration ability,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/823915595615719424,[],[],0,,False,278,25,20,,None,,,,,,,"[{'screen_name': 'dean_arexding', 'name': 'Dean', 'id': '796623337292058624'}]",,,, +1107,823727035088416768,823610894387134464,1485226803000.0,2017-01-24 03:00:03,+0000,,"@tsrandall 3 months maybe, 6 months definitely",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/823727035088416768,[],[],0,,False,768,67,159,,None,,,,,,,"[{'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}]",,,, +1108,823632597284691969,823610894387134464,1485204288000.0,2017-01-23 20:44:48,+0000,,"@stephenstohn Yes, safety should improve significantly due to autonomy features, even if regs disallow no driver present",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/823632597284691969,[],[],0,,False,347,13,30,,None,,,,,,,"[{'screen_name': 'stephenstohn', 'name': 'Stephen Stohn', 'id': '18686480'}]",,,, +1109,823234503355158528,822922507535560705,1485109375000.0,2017-01-22 18:22:55,+0000,,"Auto steer limited to 45 mph on highways for now, i.e. heavy traffic, where it is needed most. Limit will raise as we get more data.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/823234503355158528,[],[],0,,False,3515,169,588,,None,,,,,,,[],,,, +1110,823214178458476545,823165260278468608,1485104529000.0,2017-01-22 17:02:09,+0000,,@dnansink40 Autonomy capability should improve via OTA every 2 to 6 weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/823214178458476545,[],[],0,,False,327,10,35,,None,,,,,,,"[{'screen_name': 'dnansink40', 'name': 'Dennis Nansink', 'id': '3241712457'}]",,,, +1111,823213071309029377,823200592193527809,1485104265000.0,2017-01-22 16:57:45,+0000,,@TheSammyyyD For now,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/823213071309029377,[],[],0,,False,133,5,3,,None,,,,,,,[],,,, +1112,823212410022477824,823209518070960128,1485104107000.0,2017-01-22 16:55:07,+0000,,"@HendrikStruik The 100D price takes into account exchange rate shifts, whereas other vehicle prices haven't yet been adjusted",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/823212410022477824,[],[],0,,False,148,7,9,,None,,,,,,,"[{'screen_name': 'HendrikStruik', 'name': 'Hendrik W. Struik', 'id': '236841894'}]",,,, +1113,822985910782283776,822925830154092544,1485050106000.0,2017-01-22 01:55:06,+0000,,@gdoehne @reddit Yes. Block 5 is the final upgrade of the Falcon architecture. Significantly improves performance & ease of reusability. Flies end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/822985910782283776,[],[],0,,False,440,26,75,,None,,,,,,,"[{'screen_name': 'GDoehne', 'name': 'Gitty Doehne', 'id': '993641291614380032'}, {'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}]",,,, +1114,822985098656026624,822922507535560705,1485049912000.0,2017-01-22 01:51:52,+0000,,"@dtweiseth If we applied resources to doing super complex retrofits, our pace of innovation would drop dramatically",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/822985098656026624,[],[],0,,False,480,22,49,,None,,,,,,,"[{'screen_name': 'dtweiseth', 'name': 'David T. Weiseth', 'id': '250917489'}]",,,, +1115,822984601630953477,822922507535560705,1485049794000.0,2017-01-22 01:49:54,+0000,,@dtweiseth Tesla will never stop innovating. People are buying the wrong car if they expect this. There will be major revs every 12 to 18 months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/822984601630953477,[],[],0,,False,871,57,208,,None,,,,,,,"[{'screen_name': 'dtweiseth', 'name': 'David T. Weiseth', 'id': '250917489'}]",,,, +1116,822981755057487872,822922507535560705,1485049115000.0,2017-01-22 01:38:35,+0000,,@RitaChung16 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/822981755057487872,[],[],0,,False,165,9,7,,None,,,,,,,"[{'screen_name': 'RitaChung16', 'name': 'Rita', 'id': '718665555213856768'}]",,,, +1117,822931043141332992,822922507535560705,1485037024000.0,2017-01-21 22:17:04,+0000,,"@VinnyLingham Unfortunately, that would require stripping down the entire car and replacing 300+ parts. Wish there was an easy way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/822931043141332992,[],[],0,,False,305,35,6,,None,,,,,,,"[{'screen_name': 'VinnyLingham', 'name': 'Vinny Lingham', 'id': '1854401'}]",,,, +1118,822930188040142849,822930188040142849,1485036820000.0,2017-01-21 22:13:40,+0000,,Giant X made of Model X's by Tesla owners in China! https://t.co/54wXBKiKvp,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/822930188040142849,['https://twitter.com/electrekco/status/822466243408105472'],[],0,,False,4646,94,753,https://twitter.com/electrekco/status/822466243408105472,None,,,,,,,[],,,, +1119,822926184719609856,822925830154092544,1485035866000.0,2017-01-21 21:57:46,+0000,,@gdoehne Expendable. Future flights will go on Falcon Heavy or the upgraded Falcon 9.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/822926184719609856,[],[],0,,False,286,42,58,,None,,,,,,,"[{'screen_name': 'GDoehne', 'name': 'Gitty Doehne', 'id': '993641291614380032'}]",,,, +1120,822924978441965568,822922507535560705,1485035578000.0,2017-01-21 21:52:58,+0000,,"@jakebathman Car won't complete camera calibration. Working on software solution to adjust image crop dynamically, so camera more robust to pitch angle.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/822924978441965568,[],[],0,,False,246,9,11,,None,,,,,,,"[{'screen_name': 'jakebathman', 'name': 'Jake', 'id': '14718092'}]",,,, +1121,822922507535560705,822922507535560705,1485034989000.0,2017-01-21 21:43:09,+0000,,Autopilot for HW2 rolling out to all HW2 cars today. Please be cautious. Some cars will require adjustment of camera pitch angle by service.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/822922507535560705,[],[],0,,False,6066,240,1122,,None,,,,,,,[],,,, +1122,822908233090072576,822908233090072576,1485031586000.0,2017-01-21 20:46:26,+0000,,Validating a GPU driver fix and camera pitch angle health check for HW2,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/822908233090072576,[],[],0,,False,2401,134,251,,None,,,,,,,[],,,, +1123,822180663285514240,822152275238027269,1484858120000.0,2017-01-19 20:35:20,+0000,,"@UKPJD Similar to SpaceX, the T is like a cross section of an electric motor, just as the X is like a rocket trajectory",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/822180663285514240,[],[],0,,False,907,56,164,,None,,,,,,,"[{'screen_name': 'UKPJD', 'name': 'Peter James Dean', 'id': '54604519'}]",,,, +1124,822131228585271296,822129092036206592,1484846334000.0,2017-01-19 17:18:54,+0000,,@TOCHOTE Our target is a 90% reduction with HW2 as the software matures,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822131228585271296,[],[],0,,False,612,22,78,,None,,,,,,,"[{'screen_name': 'ToChote', 'name': 'chote_to', 'id': '1151874224295776257'}]",,,, +1125,822130935587999748,822129092036206592,1484846264000.0,2017-01-19 17:17:44,+0000,,"@cameronrad Not specifically, but there have been several incidences of pedestrian and bicyclist lives saved by Autopilot",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822130935587999748,[],[],0,,False,420,8,46,,None,,,,,,,"[{'screen_name': 'cameronrad', 'name': 'Cameron Rad', 'id': '14438170'}]",,,, +1126,822130440668446720,822128741228756992,1484846146000.0,2017-01-19 17:15:46,+0000,,@ModularLifeSys @NHTSAgov It might. Am not sure.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822130440668446720,[],[],0,,False,169,7,8,,None,,,,,,,"[{'screen_name': 'NHTSAgov', 'name': 'nhtsagov', 'id': '49706919'}]",,,, +1127,822129390729326593,822128741228756992,1484845895000.0,2017-01-19 17:11:35,+0000,,@gavinnwaters Looking good so far. Should roll out this weekend.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822129390729326593,[],[],0,,False,226,17,14,,None,,,,,,,"[{'screen_name': 'gavinnwaters', 'name': 'Gavin Waters', 'id': '263224582'}]",,,, +1128,822129092036206592,822129092036206592,1484845824000.0,2017-01-19 17:10:24,+0000,,Report highlight: “The data show that the Tesla vehicles crash rate dropped by almost 40 percent after Autosteer installation.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822129092036206592,[],[],0,,False,12265,242,3075,,None,,,,,,,[],,,, +1129,822128741228756992,822128741228756992,1484845740000.0,2017-01-19 17:09:00,+0000,,Final report on Autopilot issued by @NHTSAgov is very positive https://t.co/KsOZSrr3l9,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822128741228756992,['https://static.nhtsa.gov/odi/inv/2016/INCLA-PE16007-7876.PDF'],[],0,,False,2599,86,637,,None,,,,,,,[],,,, +1130,822112771940618240,822077866661687296,1484841933000.0,2017-01-19 16:05:33,+0000,,@visakanv One million,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/822112771940618240,[],[],0,,False,243,20,16,,None,,,,,,,"[{'screen_name': 'visakanv', 'name': 'visa is working on @introspectVV', 'id': '16884623'}]",,,, +1131,821626149591810048,821626149591810048,1484725913000.0,2017-01-18 07:51:53,+0000,,Falcon before launch https://t.co/QqxvtBijoF,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/821626149591810048,['https://www.instagram.com/p/BPZeLbtAzOW/'],[],0,,False,3948,187,794,,None,,,,,,,[],,,, +1132,820935727651241986,820934434002063361,1484561304000.0,2017-01-16 10:08:24,+0000,,@FellipeC Not the ideal ending,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/820935727651241986,[],[],0,,False,188,25,11,,None,,,,,,,"[{'screen_name': 'FellipeC', 'name': 'Mentor', 'id': '34777829'}]",,,, +1133,820935404945715200,820932361915203585,1484561227000.0,2017-01-16 10:07:07,+0000,,@OlivierW4 There will be many improvements to HW1 over the course of the year,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/820935404945715200,[],[],0,,False,246,16,21,,None,,,,,,,"[{'screen_name': 'OlivierW4', 'name': 'Olivier Willemsen', 'id': '131291359'}]",,,, +1134,820935108857212928,820932361915203585,1484561156000.0,2017-01-16 10:05:56,+0000,,@craighamnett Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/820935108857212928,[],[],0,,False,156,3,4,,None,,,,,,,"[{'screen_name': 'craighamnett', 'name': 'Craig Hamnett', 'id': '1589151'}]",,,, +1135,820934816820436992,820934434002063361,1484561087000.0,2017-01-16 10:04:47,+0000,,"@Brian_Ashcraft Yeah, it has a lot of potential",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/820934816820436992,[],[],0,,False,235,5,14,,None,,,,,,,"[{'screen_name': 'Brian_Ashcraft', 'name': 'Brian Ashcraft', 'id': '18762284'}]",,,, +1136,820934434002063361,820934434002063361,1484560995000.0,2017-01-16 10:03:15,+0000,,"Rewatched ""Ghost in the Shell"" and the end of ""Colossus: The Forbin Project"" https://t.co/ZVUR5RzE5C",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/820934434002063361,['https://m.youtube.com/watch?list=PLK9Tfk-9X7X7xvzDfkXUUHb6mjqJuUgSS&v=Pt_i-aW4s9A'],[],0,,False,3411,214,466,,None,,,,,,,[],,,, +1137,820932361915203585,820932361915203585,1484560501000.0,2017-01-16 09:55:01,+0000,,"HW2 Autopilot now downloading to all HW2 cars, but in non-actuating mode to assess reliability. If looks good, actuation by end of week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/820932361915203585,[],[],0,,False,4410,168,678,,None,,,,,,,[],,,, +1138,820759138036695040,820348655613800448,1484519202000.0,2017-01-15 22:26:42,+0000,,@JimDeKort @SpaceX Rotates 180 degrees and does a retro burn,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/820759138036695040,[],[],0,,False,217,19,17,,None,,,,,,,"[{'screen_name': 'JimDeKort', 'name': 'Jim de Kort', 'id': '4828428419'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1139,820534283437621248,820348655613800448,1484465592000.0,2017-01-15 07:33:12,+0000,,@JimDeKort @SpaceX It does,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/820534283437621248,[],[],0,,False,314,26,17,,None,,,,,,,"[{'screen_name': 'JimDeKort', 'name': 'Jim de Kort', 'id': '4828428419'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1140,820494936051097602,820494936051097602,1484456211000.0,2017-01-15 04:56:51,+0000,,Liftoff https://t.co/pcVJOvFHY2,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/820494936051097602,[],['https://pbs.twimg.com/media/C2L7ygUUUAA1Ae9.jpg'],1,https://pbs.twimg.com/media/C2L7ygUUUAA1Ae9.jpg,False,39533,724,8965,,None,,,,,,,[],,,, +1141,820347961427173376,820346008068452352,1484421169000.0,2017-01-14 19:12:49,+0000,,All satellites deployed,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/820347961427173376,[],[],0,,False,15767,622,2795,,None,,,,,,,[],,,, +1142,820346008068452352,820346008068452352,1484420704000.0,2017-01-14 19:05:04,+0000,,Mission looks good. Started deploying the 10 Iridium satellites. Rocket is stable on the droneship.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/820346008068452352,[],[],0,,False,19720,512,3432,,None,,,,,,,[],,,, +1143,819664721888452608,819609111801139200,1484258272000.0,2017-01-12 21:57:52,+0000,,@brandonr182 @sama Have you tried steam engines? They are amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819664721888452608,[],[],0,,False,2274,88,272,,None,,,,,,,"[{'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +1144,819664369818578944,819609111801139200,1484258189000.0,2017-01-12 21:56:29,+0000,,@MotorTrend Sarah should be in contact with you soon about doing a benchmark test,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819664369818578944,[],[],0,,False,413,15,26,,None,,,,,,,"[{'screen_name': 'MotorTrend', 'name': 'motortrend', 'id': '25383000'}]",,,, +1145,819663998878564352,819647197818011648,1484258100000.0,2017-01-12 21:55:00,+0000,,@gurnam @brianstucki @reddit It is,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819663998878564352,[],[],0,,False,145,11,6,,None,,,,,,,"[{'screen_name': 'gurnam', 'name': 'Gurnam Bedi', 'id': '10001062'}, {'screen_name': 'brianstucki', 'name': 'Brian Stucki', 'id': '14448894'}, {'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}]",,,, +1146,819663807827955712,819652346624020481,1484258055000.0,2017-01-12 21:54:15,+0000,,"@JRMYGRNBRGR Hopefully, early next week. Results from limited release look good so far. Trying our best to be super careful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819663807827955712,[],[],0,,False,181,7,11,,None,,,,,,,"[{'screen_name': 'JRMYGRNBRGR', 'name': 'Jeremy Greenberger', 'id': '703419529964199936'}]",,,, +1147,819661044867944448,819609111801139200,1484257396000.0,2017-01-12 21:43:16,+0000,,"@trevoclark Good point. 2.34 would be a production Tesla. Stripped down, maybe as low as 2.1.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819661044867944448,[],[],0,,False,509,33,77,,None,,,,,,,"[{'screen_name': 'trevoclark', 'name': 'Trevor Clark', 'id': '68313770'}]",,,, +1148,819660611357319170,819609111801139200,1484257292000.0,2017-01-12 21:41:32,+0000,,@robsmallshire @ClareMacraeUK It will,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819660611357319170,[],[],0,,False,213,4,8,,None,,,,,,,"[{'screen_name': 'robsmallshire', 'name': 'Robert Smallshire', 'id': '52413000'}, {'screen_name': 'ClareMacraeUK', 'name': 'Clare Macrae', 'id': '249114699'}]",,,, +1149,819609111801139200,819609111801139200,1484245014000.0,2017-01-12 18:16:54,+0000,,Promising early results from the Ludricrous Easter egg. Looks like 0 to 60 mph in 2.34 sec (Motor Trend spec) might be achievable...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/819609111801139200,[],[],0,,False,11236,466,2252,,None,,,,,,,[],,,, +1150,819606921824980992,818090148608868353,1484244492000.0,2017-01-12 18:08:12,+0000,,"@mjreddyMD If the results look good from the latest point release, then we are days away from a release to all HW1 and to all HW2 early next week",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/819606921824980992,[],[],0,,False,180,9,12,,None,,,,,,,"[{'screen_name': 'mjreddyMD', 'name': 'Madhu Reddy', 'id': '325811733'}]",,,, +1151,819016779728945152,818941362171158528,1484103791000.0,2017-01-11 03:03:11,+0000,,@redletterdave The least cool characters...it's embarrassing,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/819016779728945152,[],[],0,,False,332,27,27,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'Dave', 'id': '19743466'}]",,,, +1152,819014115943272448,818969276035964929,1484103156000.0,2017-01-11 02:52:36,+0000,,@mbhnyc It will in an upcoming release later this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/819014115943272448,[],[],0,,False,209,9,11,,None,,,,,,,"[{'screen_name': 'mbhnyc', 'name': 'Matthew Hensrud', 'id': '23398762'}]",,,, +1153,818980920308822016,818941362171158528,1484095241000.0,2017-01-11 00:40:41,+0000,,@TeslaMotors Tesla's approach to building an autonomy platform is focused on high compute efficiency machine learning. Primarily vision w radar & sonar.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/818980920308822016,[],[],0,,False,1798,95,303,,None,,,,,,,[],,,, +1154,818969933916708864,818969276035964929,1484092622000.0,2017-01-10 23:57:02,+0000,,@matt_mantyla @TeslaMotors Increasing capacity at existing Supercharger locations now has top priority. Some are overflowing while a nearby one is empty.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/818969933916708864,[],[],0,,False,260,36,30,,None,,,,,,,"[{'screen_name': 'matt_mantyla', 'name': 'Matt', 'id': '15234515'}]",,,, +1155,818091443512221696,818090148608868353,1483883174000.0,2017-01-08 13:46:14,+0000,,"@OlivierW4 Longitudinal control will, but lateral (steering) control will cap at 35 mph for a bit longer. Will raise after full fleet data rolls in.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,13,https://twitter.com/elonmusk/status/818091443512221696,[],[],0,,False,333,23,28,,None,,,,,,,"[{'screen_name': 'OlivierW4', 'name': 'Olivier Willemsen', 'id': '131291359'}]",,,, +1156,818090689233711104,818090148608868353,1483882994000.0,2017-01-08 13:43:14,+0000,,"If all looks good, HW2 Autopilot functionality will switch from shadow to active mode by end of week for cars beyond initial 1000",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,13,https://twitter.com/elonmusk/status/818090689233711104,[],[],0,,False,2944,139,504,,None,,,,,,,[],,,, +1157,818090148608868353,818090148608868353,1483882865000.0,2017-01-08 13:41:05,+0000,,New rev for Autopilot HW2 rolling out Mon to first 1000 & to rest of fleet in shadow mode. Also improves HW1 and enables Ludicrous+.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,13,https://twitter.com/elonmusk/status/818090148608868353,[],[],0,,False,6092,224,989,,None,,,,,,,[],,,, +1158,817580438558359552,817123579343028227,1483761341000.0,2017-01-07 03:55:41,+0000,,@fatihorhan @SpaceX That was a great game,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/817580438558359552,[],[],0,,False,247,16,25,,None,,,,,,,"[{'screen_name': 'fatihorhan', 'name': 'Fatih Orhan', 'id': '15467184'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1159,817509115555643392,817433160778715139,1483744336000.0,2017-01-06 23:12:16,+0000,,@pensasoda https://t.co/6Ies7xBuBs via @WIRED,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/817509115555643392,['https://www.wired.com/2016/12/trumps-chief-strategist-ran-massive-climate-experiment/'],[],0,,False,247,27,80,,None,,,,,,,"[{'screen_name': 'pensasoda', 'name': 'Brutally Honest', 'id': '13370022'}]",,,, +1160,817123579343028227,817123579343028227,1483652417000.0,2017-01-05 21:40:17,+0000,,Hold-down firing of @SpaceX Falcon 9 at Vandenberg Air Force completed. All systems are go for launch next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/817123579343028227,[],[],0,,False,14041,469,2873,,None,,,,,,,[],,,, +1161,815309075445485568,815023208235560961,1483219805000.0,2016-12-31 21:30:05,+0000,,HW2 Autopilot software uploading to 1000 cars this eve. Will then hold to verify no field issues and upload to rest of fleet next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/815309075445485568,[],[],0,,False,3549,276,633,,None,,,,,,,[],,,, +1162,815026557282463744,815023208235560961,1483152448000.0,2016-12-31 02:47:28,+0000,,"@vicentes @DragTimes Late Jan, along with Linux kernel upgrade",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/815026557282463744,[],[],0,,False,331,24,27,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'DragTimes', 'name': 'DragTimes', 'id': '23934755'}]",,,, +1163,815024796362686464,815023208235560961,1483152028000.0,2016-12-31 02:40:28,+0000,,"@DragTimes Yes, but held up by Autopilot . It def works tho in shaving 0.1 sec off 0-60mph & 1/4 mile. If AP goes tmrw, then perf upgrade goes Thurs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/815024796362686464,[],[],0,,False,360,13,29,,None,,,,,,,"[{'screen_name': 'DragTimes', 'name': 'DragTimes', 'id': '23934755'}]",,,, +1164,815023208235560961,815023208235560961,1483151649000.0,2016-12-31 02:34:09,+0000,,"Resolving an Autopilot HW2 bug that shows up when booting from a subzero cold-soak. If that fix works, software will start uploading tmrw.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/815023208235560961,[],[],0,,False,6572,288,800,,None,,,,,,,[],,,, +1165,814919997088665600,814919997088665600,1483127042000.0,2016-12-30 19:44:02,+0000,,Churchill (non) quotes https://t.co/avA4YD6K6g,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/814919997088665600,['http://paleofuture.gizmodo.com/9-quotes-from-winston-churchill-that-are-totally-fake-1790585636?utm_campaign=socialflow_gizmodo_twitter&utm_source=gizmodo_twitter&utm_medium=socialflow'],[],0,,False,2105,131,620,,None,,,,,,,[],,,, +1166,814627513062170624,814610846592679936,1483057308000.0,2016-12-30 00:21:48,+0000,,@andrewket Almost there. Undergoing final validation. Might go out in next few days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/814627513062170624,[],[],0,,False,291,26,28,,None,,,,,,,"[{'screen_name': 'andrewket', 'name': 'Andrew Doane', 'id': '14207320'}]",,,, +1167,812800512743514113,812463378270588928,1482621717000.0,2016-12-24 23:21:57,+0000,,Deus ex machina on the center screen when it ends,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/812800512743514113,[],[],0,,False,2346,118,353,,None,,,,,,,[],,,, +1168,812751450522562560,812707149252034560,1482610020000.0,2016-12-24 20:07:00,+0000,,@quipme Occasional existential dread is inevitable if you think at all about the future,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/812751450522562560,[],[],0,,False,1206,46,404,,None,,,,,,,"[{'screen_name': 'quipme', 'name': 'Vladimír Zejda', 'id': '46434226'}]",,,, +1169,812709917823934464,812703873035108352,1482600118000.0,2016-12-24 17:21:58,+0000,,"@djsearle @FredericLambert Yes, grid won't be needed for moderate use Superchargers in non-snowy regions",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/812709917823934464,[],[],0,,False,341,14,42,,None,,,,,,,"[{'screen_name': 'djsearle', 'name': 'Damon Searle', 'id': '35442261'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1170,812708946225963008,812703873035108352,1482599886000.0,2016-12-24 17:18:06,+0000,,"@FredericLambert A mere 350 kW ... what are you referring to, a children's toy?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/812708946225963008,[],[],0,,False,1638,124,315,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1171,812708330304978944,812707149252034560,1482599739000.0,2016-12-24 17:15:39,+0000,,@yamenalhaddad Brain is full right now and that's a hard one,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/812708330304978944,[],[],0,,False,427,29,29,,None,,,,,,,"[{'screen_name': 'yamenalhaddad', 'name': 'Yamenalhaddad', 'id': '781773394434031617'}]",,,, +1172,812707766653460480,812703873035108352,1482599605000.0,2016-12-24 17:13:25,+0000,,"@FredericLambert There are some installed already, but full rollout really needs Supercharger V3 and Powerpack V2, plus SolarCity. Pieces now in place.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/812707766653460480,[],[],0,,False,606,31,92,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1173,812703071427960833,812700494418313216,1482598486000.0,2016-12-24 16:54:46,+0000,,"@ddaogaru If you don't like the P100DL, you can give it back",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812703071427960833,[],[],0,,False,397,16,23,,None,,,,,,,"[{'screen_name': 'ddaogaru', 'name': 'Dan Daogaru', 'id': '198920019'}]",,,, +1174,812699726462103552,812463378270588928,1482597688000.0,2016-12-24 16:41:28,+0000,,@wpconner Good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812699726462103552,[],[],0,,False,222,3,6,,None,,,,,,,"[{'screen_name': 'wpconner', 'name': 'Will Conner', 'id': '1351114530'}]",,,, +1175,812693284082487296,812689342716137472,1482596152000.0,2016-12-24 16:15:52,+0000,,@mwangltg Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812693284082487296,[],[],0,,False,152,7,5,,None,,,,,,,"[{'screen_name': 'mwangltg', 'name': 'Michael Wang', 'id': '131912246'}]",,,, +1176,812691977217024004,812674361220075521,1482595841000.0,2016-12-24 16:10:41,+0000,,"@SweensChris Should complete in 2017. One is def planned for Swift Current, near my cousin's wheat farm where I had my 18th bday.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812691977217024004,[],[],0,,False,317,17,31,,None,,,,,,,"[{'screen_name': 'SweensChris', 'name': 'Chris Sweeney', 'id': '186966388'}]",,,, +1177,812690163985891328,812676453582118913,1482595408000.0,2016-12-24 16:03:28,+0000,,"@darkdude203 It is keyed off the volume of music in the car. If you turn that down w left scroll wheel, it will be quieter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812690163985891328,[],[],0,,False,134,2,4,,None,,,,,,,"[{'screen_name': 'darkdude203', 'name': 'Jordan Reed', 'id': '30341275'}]",,,, +1178,812689800704598016,812680637131931649,1482595322000.0,2016-12-24 16:02:02,+0000,,@CMaggiore50 Typing Mars after holding down the T symbol on the center console works on S and X. Also try renaming your car 42.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812689800704598016,[],[],0,,False,258,8,26,,None,,,,,,,"[{'screen_name': 'CMaggiore50', 'name': 'Chris Maggiore', 'id': '3057319156'}]",,,, +1179,812688616396705792,812463378270588928,1482595039000.0,2016-12-24 15:57:19,+0000,,"Make sure your car is connected to wifi for the update. Will update over its cell connection too, but takes much longer.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/812688616396705792,[],[],0,,False,2291,124,315,,None,,,,,,,[],,,, +1180,812463378270588928,812463378270588928,1482541338000.0,2016-12-24 01:02:18,+0000,,"To activate the Model X holiday performance, just type holidays or ModelXmas after pressing the logo. Also, Mars. https://t.co/8Cy7YPlECX",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/812463378270588928,[],['https://pbs.twimg.com/tweet_video_thumb/C0ZzHkwUcAE44gm.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/C0ZzHkwUcAE44gm.jpg,False,14668,500,4478,,None,,,,,,,[],,,, +1181,812462363462889472,812461532680310786,1482541096000.0,2016-12-24 00:58:16,+0000,,@CJDSB Looking promising for next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/812462363462889472,[],[],0,,False,128,4,6,,None,,,,,,,"[{'screen_name': 'CJDSB', 'name': 'Chris', 'id': '79201004'}]",,,, +1182,812441273013452800,812315533051908097,1482536068000.0,2016-12-23 23:34:28,+0000,,"@pcwizardllc No major precipitating event, but people in general were going a bit too fast on winding roads",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/812441273013452800,[],[],0,,False,137,11,8,,None,,,,,,,"[{'screen_name': 'pcwizardllc', 'name': 'Jeff Putnam', 'id': '916313172'}]",,,, +1183,812440156531662848,812439179779014656,1482535802000.0,2016-12-23 23:30:02,+0000,,"@jelleprins Some years away, but yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/812440156531662848,[],[],0,,False,269,11,25,,None,,,,,,,"[{'screen_name': 'jelleprins', 'name': 'Jelle Prins', 'id': '16546619'}]",,,, +1184,812439958430453760,812315533051908097,1482535755000.0,2016-12-23 23:29:15,+0000,,"@pcwizardllc Will be restored soon where there is a lead vehicle, ie you are being overtaken a lot due to true traffic speed being higher than the sign",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/812439958430453760,[],[],0,,False,132,9,9,,None,,,,,,,"[{'screen_name': 'pcwizardllc', 'name': 'Jeff Putnam', 'id': '916313172'}]",,,, +1185,812106617072152577,811738008969842689,1482456280000.0,2016-12-23 01:24:40,+0000,,@Thebeazles Night is easy. Twilight is hardest.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812106617072152577,[],[],0,,False,315,27,25,,None,,,,,,,"[{'screen_name': 'Thebeazles', 'name': 'Josh Beasley', 'id': '399815702'}]",,,, +1186,812106490395824128,811738008969842689,1482456250000.0,2016-12-23 01:24:10,+0000,,@vicentes That is actually rolling out to all Model X's right now,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812106490395824128,[],[],0,,False,198,14,8,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +1187,812106365816553472,811738008969842689,1482456220000.0,2016-12-23 01:23:40,+0000,,@vicentes Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812106365816553472,[],[],0,,False,131,2,2,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +1188,812105546144694276,812100302316781568,1482456025000.0,2016-12-23 01:20:25,+0000,,"@SamLawrence 8.1, which hopefully goes out next week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812105546144694276,[],[],0,,False,140,5,4,,None,,,,,,,"[{'screen_name': 'SamLawrence', 'name': 'Sam Lawrence', 'id': '7462572'}]",,,, +1189,812105176391684096,811738008969842689,1482455936000.0,2016-12-23 01:18:56,+0000,,@DragTimes Hoping for next week. Also going through validation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812105176391684096,[],[],0,,False,198,7,7,,None,,,,,,,"[{'screen_name': 'DragTimes', 'name': 'DragTimes', 'id': '23934755'}]",,,, +1190,812100877708234752,811738008969842689,1482454912000.0,2016-12-23 01:01:52,+0000,,Looks like we might be ready to rollout most of Autopilot functionality for HW2 towards the end of next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812100877708234752,[],[],0,,False,4470,182,751,,None,,,,,,,[],,,, +1191,812043953281171456,812043953281171456,1482441340000.0,2016-12-22 21:15:40,+0000,,Tesla receives highest owner satisfaction score of any carmaker in Consumer Reports survey https://t.co/NpJYkz8MgA,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/812043953281171456,['http://www.consumerreports.org/car-reliability-owner-satisfaction/car-brands-ranked-by-satisfaction/'],[],0,,False,7306,227,1654,,None,,,,,,,[],,,, +1192,811738008969842689,811738008969842689,1482368397000.0,2016-12-22 00:59:57,+0000,,Tesla Autopilot vision neural net now working well. Just need to get a lot of road time to validate in a wide range of environments.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/811738008969842689,[],[],0,,False,16239,671,3410,,None,,,,,,,[],,,, +1193,811609084491243520,811597372748943360,1482337659000.0,2016-12-21 16:27:39,+0000,,@slackmds In work,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/811609084491243520,[],[],0,,False,182,11,3,,None,,,,,,,"[{'screen_name': 'slackmds', 'name': 'David Slackman', 'id': '43400649'}]",,,, +1194,810337066504650752,810336603126333441,1482034386000.0,2016-12-18 04:13:06,+0000,,@adrianvolts @TeslaMotors @TeslaMotorsClub @Teslarati Tesla software team is working seven days a week to complete testing and validation. Getting close.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/810337066504650752,[],[],0,,False,656,44,72,,None,,,,,,,"[{'screen_name': 'adrianvolts', 'name': 'Adrian A. Volts', 'id': '21280851'}, {'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1195,810333083291492352,810332438140289024,1482033436000.0,2016-12-18 03:57:16,+0000,,@ChromeJS10 Should start changing soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/810333083291492352,[],[],0,,False,305,16,6,,None,,,,,,,[],,,, +1196,810156881662590981,810108760010043392,1481991427000.0,2016-12-17 16:17:07,+0000,,I am actually going to do this,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/810156881662590981,[],[],0,,False,19358,1527,4729,,None,,,,,,,[],,,, +1197,810135528783937537,809928318212571136,1481986336000.0,2016-12-17 14:52:16,+0000,,"@TeslaMotors We are going to modify this so that people only pay a fee if most bays are occupied. If the site is basically deserted, no problem to park.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/810135528783937537,[],[],0,,False,3007,292,394,,None,,,,,,,[],,,, +1198,810126493326209025,810126493326209025,1481984182000.0,2016-12-17 14:16:22,+0000,,"Boring, it's what we do",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/810126493326209025,[],[],0,,False,14525,628,3730,,None,,,,,,,[],,,, +1199,810126376871297024,810126376871297024,1481984154000.0,2016-12-17 14:15:54,+0000,,"It shall be called ""The Boring Company""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/810126376871297024,[],[],0,,False,16087,454,3662,,None,,,,,,,[],,,, +1200,810108760010043392,810108760010043392,1481979954000.0,2016-12-17 13:05:54,+0000,,Traffic is driving me nuts. Am going to build a tunnel boring machine and just start digging...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/810108760010043392,[],[],0,,False,38909,2514,11465,,None,,,,,,,[],,,, +1201,807787237840592896,807782090880086016,1481426460000.0,2016-12-11 03:21:00,+0000,,@loic You too :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/807787237840592896,[],[],0,,False,542,48,21,,None,,,,,,,"[{'screen_name': 'loic', 'name': 'Loic Le Meur', 'id': '740983'}]",,,, +1202,807787096727425024,807782090880086016,1481426426000.0,2016-12-11 03:20:26,+0000,,"@loic You're right, this is becoming an issue. Supercharger spots are meant for charging, not parking. Will take action.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/807787096727425024,[],[],0,,False,1980,208,217,,None,,,,,,,"[{'screen_name': 'loic', 'name': 'Loic Le Meur', 'id': '740983'}]",,,, +1203,807354766804168706,807354766804168706,1481323350000.0,2016-12-09 22:42:30,+0000,,Forming a rocket nozzle https://t.co/QrpcVyHAXr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/807354766804168706,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/807354725582544896/pu/img/t1O87CVq7gupGNHe.jpg,False,32699,772,11387,,None,,,,,,,[],,,, +1204,806974400465539072,806974400465539072,1481232664000.0,2016-12-08 21:31:04,+0000,,A life well lived https://t.co/NZcRZUDroH,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/806974400465539072,['https://twitter.com/nasa/status/806960800669794305'],[],0,,False,10981,135,2649,https://twitter.com/nasa/status/806960800669794305,None,,,,,,,[],,,, +1205,806414564174819328,806414564174819328,1481099189000.0,2016-12-07 08:26:29,+0000,,"How do we know this story isn't fake? Unfortunately, it is probably true. https://t.co/YzyP4kG63R",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/806414564174819328,['http://www.npr.org/sections/thetwo-way/2016/11/23/503129818/study-finds-students-have-dismaying-inability-to-tell-fake-news-from-real'],[],0,,False,9244,616,4349,,None,,,,,,,[],,,, +1206,804205155822374913,804205155822374913,1480572425000.0,2016-12-01 06:07:05,+0000,,Model S smashes into semi truck trailer and lifts it off the ground. Driver walks away. https://t.co/NSuMvcYaA6,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/804205155822374913,['https://twitter.com/electrekco/status/803722017560104960'],[],0,,False,14417,527,5508,https://twitter.com/electrekco/status/803722017560104960,None,,,,,,,[],,,, +1207,802708695830306816,802696147408076801,1480215641000.0,2016-11-27 03:00:41,+0000,,@edwardsanchez about three weeks and it will get rolled out incrementally in monthly releases,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/802708695830306816,[],[],0,,False,319,38,40,,None,,,,,,,"[{'screen_name': 'edwardsanchez', 'name': 'Ed Sanchez', 'id': '159394189'}]",,,, +1208,801572499418796032,801570220007718912,1479944751000.0,2016-11-23 23:45:51,+0000,,@chemisdrey yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/801572499418796032,[],[],0,,False,204,92,9,,None,,,,,,,[],,,, +1209,801569305435381760,801558860205084678,1479943989000.0,2016-11-23 23:33:09,+0000,,@Mederinho10 @BW @business at least some of them,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/801569305435381760,[],[],0,,False,146,13,14,,None,,,,,,,"[{'screen_name': 'Mederinho10', 'name': 'Mederinho', 'id': '21166640'}, {'screen_name': 'BW', 'name': 'Businessweek', 'id': '67358777'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +1210,801124223049568256,801089870915477505,1479837873000.0,2016-11-22 18:04:33,+0000,,@stryker_88 That doesn't make sense. Will look into it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/801124223049568256,[],[],0,,False,317,8,15,,None,,,,,,,[],,,, +1211,801115026409058304,801107712608063488,1479835680000.0,2016-11-22 17:28:00,+0000,,@CJDSB @TeslaMotors About 3 weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/801115026409058304,[],[],0,,False,163,9,10,,None,,,,,,,"[{'screen_name': 'CJDSB', 'name': 'Chris', 'id': '79201004'}]",,,, +1212,801113060849098752,801089870915477505,1479835212000.0,2016-11-22 17:20:12,+0000,,@stryker_88 Backlog of 5 seat foldflat config. 6 seat can be made earlier. Actually my fav version.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/801113060849098752,[],[],0,,False,165,6,7,,None,,,,,,,[],,,, +1213,801095990136578048,801095470084784129,1479831142000.0,2016-11-22 16:12:22,+0000,,@YahooFinance Love the pic tho,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/801095990136578048,[],[],0,,False,1039,49,64,,None,,,,,,,"[{'screen_name': 'YahooFinance', 'name': 'Yahoo Finance', 'id': '19546277'}]",,,, +1214,801095470084784129,801095470084784129,1479831018000.0,2016-11-22 16:10:18,+0000,,Can anyone uncover who is really writing these fake pieces? Can't be skankhunt42. His work is better than this. https://t.co/Qs69AFMGE5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/801095470084784129,['http://finance.yahoo.com/news/elon-musk-vs-trolls-100011516.html;_ylc=X1MDMTE5Nzc4NDE4NQRfZXgDMQRfeXJpZAM4YWFjajNwYzM4cW1vBGcDZFhWcFpEeHVjejVoTnpjd1ptWTFNeTFqWVRabUxUTTNaV1V0WWpRNE9DMHpPVEpsWTJZek5URTVZbUk4Wm1sbGJHUStkSE5zWVE9PQRsYW5nA2VuLVVTBG9yaWdfbGFuZwNlbgRvcmlnX3JlZ2lvbgNVUwRwb3MDMwRyZWdpb24DVVMEc3ltYm9sA1RTTEE-?.tsrc=applewf'],[],0,,False,14420,728,4370,,None,,,,,,,[],,,, +1215,799910793156259841,799908000689336320,1479548569000.0,2016-11-19 09:42:49,+0000,,@itsjasonwhite @TeslaMotors perfect,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799910793156259841,[],[],0,,False,192,22,8,,None,,,,,,,"[{'screen_name': 'itsjasonwhite', 'name': '_j_w', 'id': '42200662'}]",,,, +1216,799910213851590656,799910213851590656,1479548431000.0,2016-11-19 09:40:31,+0000,,Longer version of self-driving demo with Paint It Black soundtrack https://t.co/YuUmyEaCgR,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799910213851590656,['https://www.tesla.com/videos/autopilot-self-driving-hardware-neighborhood-long?redirect=no'],[],0,,False,10508,563,5363,,None,,,,,,,[],,,, +1217,799909604062699520,799908000689336320,1479548285000.0,2016-11-19 09:38:05,+0000,,@veritasDK @TeslaMotors That and Paint It Black will both be uploaded for free as Easter (holiday?) eggs,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799909604062699520,[],[],0,,False,203,8,14,,None,,,,,,,"[{'screen_name': 'veritasDK', 'name': 'Jesper', 'id': '2690690245'}]",,,, +1218,799908779013775360,799908000689336320,1479548089000.0,2016-11-19 09:34:49,+0000,,@wheelsupgal @TeslaMotors yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799908779013775360,[],[],0,,False,168,4,8,,None,,,,,,,"[{'screen_name': 'wheelsupgal', 'name': 'WheelsUpGal', 'id': '773912149332754437'}]",,,, +1219,799908556094902272,799908000689336320,1479548036000.0,2016-11-19 09:33:56,+0000,,@ParParV -2,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799908556094902272,[],[],0,,False,426,17,45,,None,,,,,,,"[{'screen_name': 'ParParV', 'name': 'ParPar', 'id': '32648067'}]",,,, +1220,799908000689336320,799908000689336320,1479547903000.0,2016-11-19 09:31:43,+0000,,Tesla self-driving AI with the Benny Hill option package https://t.co/gJAwzys7vV,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799908000689336320,['https://www.tesla.com/videos/autopilot-self-driving-hardware-neighborhood-short/?utm_campaign=GL_AP_111816&utm_source=Twitter&utm_medium=social'],[],0,,False,5441,248,2377,,None,,,,,,,[],,,, +1221,799906894550700032,799900334202167296,1479547639000.0,2016-11-19 09:27:19,+0000,,@newscientist Consequences of population implosion greatly underestimated. Upside down demographic pyramid can't support social services.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799906894550700032,[],[],0,,False,566,74,201,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +1222,799670715397980160,799654944382939136,1479491330000.0,2016-11-18 17:48:50,+0000,,@vicentes @TeslaMotors @FortuneMagazine big mobile app update coming with 8.1 next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/799670715397980160,[],[],0,,False,267,30,46,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +1223,799369292294725632,799369292294725632,1479419465000.0,2016-11-17 21:51:05,+0000,,Vote tally shows ~85% of unaffiliated shareholders in favor of the Tesla/SolarCity merger! Thanks for believing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/799369292294725632,[],[],0,,False,14866,429,2599,,None,,,,,,,[],,,, +1224,799120535896485888,799113978760851456,1479360157000.0,2016-11-17 05:22:37,+0000,,@Contra_9077 sounds right,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/799120535896485888,[],[],0,,False,155,19,13,,None,,,,,,,"[{'screen_name': 'Contra_9077', 'name': 'Contra', 'id': '4716255266'}]",,,, +1225,798984693844541440,798980894543343616,1479327770000.0,2016-11-16 20:22:50,+0000,,"@ArminKeyani All P100D vehicles produced to date, as well as new. This is purely a software optimization.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/798984693844541440,[],[],0,,False,339,13,37,,None,,,,,,,"[{'screen_name': 'ArminKeyani', 'name': 'Armin Keyani', 'id': '62512884'}]",,,, +1226,798984120336465920,798984120336465920,1479327633000.0,2016-11-16 20:20:33,+0000,,Model X numbers should also improve by 0.1 sec on 0 to 60 and 1/4 mile,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/798984120336465920,[],[],0,,False,3293,145,458,,None,,,,,,,[],,,, +1227,798980894543343616,798980894543343616,1479326864000.0,2016-11-16 20:07:44,+0000,,Looks like the Model S P100D Easter egg will allow it to do 0 to 60 mph in 2.4 sec and a 10.6 sec 1/4 mile via software update next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/798980894543343616,[],[],0,,False,13066,536,3702,,None,,,,,,,[],,,, +1228,798950716450574336,798914375352393728,1479319669000.0,2016-11-16 18:07:49,+0000,,"@AustenAllred Wow, thanks. We won't let you down.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/798950716450574336,[],[],0,,False,797,34,90,,None,,,,,,,"[{'screen_name': 'AustenAllred', 'name': 'Austen Allred', 'id': '1093528151123095552'}]",,,, +1229,798886670468644865,798544210580209664,1479304399000.0,2016-11-16 13:53:19,+0000,,"@ID_AA_Carmack we could enable that, although the cameras use grey, grey, grey, red detection, so it would look a little greyish red :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/798886670468644865,[],[],0,,False,359,35,32,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1230,798370472832352256,798370472832352256,1479181328000.0,2016-11-15 03:42:08,+0000,,Love you too! https://t.co/BlDDQ0oJmg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/798370472832352256,['http://www.thedrive.com/news/6007/tesla-model-s-declared-the-most-loved-car-in-america-again'],[],0,,False,8914,291,1904,,None,,,,,,,[],,,, +1231,795565958592987136,795557967668150272,1478512680000.0,2016-11-07 09:58:00,+0000,,"@InLucidReverie a bit like that, but hopefully a more meaningful role for humans",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/795565958592987136,[],[],0,,False,273,26,25,,None,,,,,,,"[{'screen_name': 'InLucidReverie', 'name': 'InLucidReverie', 'id': '18150238'}]",,,, +1232,795379725904416768,795379725904416768,1478468278000.0,2016-11-06 21:37:58,+0000,,Playing Amish Paradise in my Tesla,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/795379725904416768,[],[],0,,False,20202,679,4911,,None,,,,,,,[],,,, +1233,794965733151117313,794964765101719553,1478369575000.0,2016-11-05 18:12:55,+0000,,"@muodebe Both UV and IR (for heat) reflective. I burn easily & then my nose looks like Rudolph the reindeer, so I totally understand.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/794965733151117313,[],[],0,,False,555,32,47,,None,,,,,,,"[{'screen_name': 'muodebe', 'name': 'Mark', 'id': '718180441992400896'}]",,,, +1234,794940930000175104,794580028856025089,1478363661000.0,2016-11-05 16:34:21,+0000,,"@MrSpanier No, but maybe a light tartan. Plaid is reserved for the next gen Roadster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/794940930000175104,[],[],0,,False,347,28,33,,None,,,,,,,"[{'screen_name': 'MrSpanier', 'name': 'Lukas Spanier', 'id': '521479701'}]",,,, +1235,794769297704792064,794762277521981440,1478322741000.0,2016-11-05 05:12:21,+0000,,@ShireeshAgrawal I like humanity,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/794769297704792064,[],[],0,,False,849,32,166,,None,,,,,,,"[{'screen_name': 'ShireeshAgrawal', 'name': 'Shireesh Agrawal', 'id': '397110161'}]",,,, +1236,794769008868233216,794753876096217092,1478322672000.0,2016-11-05 05:11:12,+0000,,@DMC_Ryan there will be something special,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/794769008868233216,[],[],0,,False,393,46,42,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1237,794749880249917440,794736936174940160,1478318111000.0,2016-11-05 03:55:11,+0000,,"@davidtayar5 Tesla will def absorb SolarCity debt. Altho extremely unlikely, I would pay it personally if need be. Debts must be honored.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/794749880249917440,[],[],0,,False,1022,44,228,,None,,,,,,,"[{'screen_name': 'davidtayar5', 'name': 'David Tayar', 'id': '275295731'}]",,,, +1238,794726788689629184,794722096462999552,1478312606000.0,2016-11-05 02:23:26,+0000,,@SeltzerPlease @PlayOverwatch My kids and I are having a great time!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/794726788689629184,[],[],0,,False,575,15,50,,None,,,,,,,"[{'screen_name': 'SeltzerPlease', 'name': 'Rachel / Seltzer', 'id': '73019162'}, {'screen_name': 'PlayOverwatch', 'name': 'Overwatch', 'id': '2420931980'}]",,,, +1239,794698336301219841,794578512095100928,1478305822000.0,2016-11-05 00:30:22,+0000,,@Pmnickbeach @bakkedahl next software update fixes that,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/794698336301219841,[],[],0,,False,132,1,8,,None,,,,,,,"[{'screen_name': 'Pmnickbeach', 'name': 'Nicolas Beauchamp', 'id': '716706499859505152'}, {'screen_name': 'bakkedahl', 'name': 'Anthony Bakkedahl', 'id': '1031649442859032576'}]",,,, +1240,794679555944349696,794580028856025089,1478301345000.0,2016-11-04 23:15:45,+0000,,@DragTimes might have an early access release ready by then,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/794679555944349696,[],[],0,,False,236,6,16,,None,,,,,,,"[{'screen_name': 'DragTimes', 'name': 'DragTimes', 'id': '23934755'}]",,,, +1241,794671055872749568,794658724031983616,1478299318000.0,2016-11-04 22:41:58,+0000,,@joshuadistler now wouldn't that be interesting :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/794671055872749568,[],[],0,,False,224,15,15,,None,,,,,,,"[{'screen_name': 'joshuadistler', 'name': 'Joshua Distler', 'id': '135997625'}]",,,, +1242,794670476131864576,794670476131864576,1478299180000.0,2016-11-04 22:39:40,+0000,,Here is how to vote your Tesla and SolarCity shares: https://t.co/7LaBe6kAp6,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/794670476131864576,['https://www.tesla.com/support/instructions-voting-on-teslas-acquisition-of-solarcity'],[],0,,False,1617,149,345,,None,,,,,,,[],,,, +1243,794586063838724096,794580028856025089,1478279054000.0,2016-11-04 17:04:14,+0000,,@MikeMfknSplain hmmm,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/794586063838724096,[],[],0,,False,266,11,12,,None,,,,,,,"[{'screen_name': 'MikeMfknSplain', 'name': '360 Tactical Solutions', 'id': '2938479870'}]",,,, +1244,794581219866329088,794580028856025089,1478277900000.0,2016-11-04 16:45:00,+0000,,@repaveli_p one day ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794581219866329088,[],[],0,,False,292,12,18,,None,,,,,,,"[{'screen_name': 'repaveli_p', 'name': 'Regina P', 'id': '2578286351'}]",,,, +1245,794580994263158786,794580028856025089,1478277846000.0,2016-11-04 16:44:06,+0000,,@Locobooff it is not actually left-handed,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794580994263158786,[],[],0,,False,434,24,34,,None,,,,,,,"[{'screen_name': 'Locobooff', 'name': 'James', 'id': '29964807'}]",,,, +1246,794580586379624448,794556147243978752,1478277749000.0,2016-11-04 16:42:29,+0000,,@_andyoneal @John_Gardi unless we do a deployable solar shield like a retractable hard top,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794580586379624448,[],[],0,,False,292,40,29,,None,,,,,,,"[{'screen_name': '_andyoneal', 'name': ""Andy O'Neal"", 'id': '19841555'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +1247,794580324550217728,794578512095100928,1478277686000.0,2016-11-04 16:41:26,+0000,,@bakkedahl currently cycles radio favs. Next software release cycles between favs.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794580324550217728,[],[],0,,False,137,5,7,,None,,,,,,,"[{'screen_name': 'bakkedahl', 'name': 'Anthony Bakkedahl', 'id': '1031649442859032576'}]",,,, +1248,794580028856025089,794580028856025089,1478277616000.0,2016-11-04 16:40:16,+0000,,Forgot to mention there will be a P100D Ludicrous Easter egg soon that uncorks the full performance,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794580028856025089,[],[],0,,False,5185,215,821,,None,,,,,,,[],,,, +1249,794579089168310272,794556147243978752,1478277392000.0,2016-11-04 16:36:32,+0000,,@MacTechGenius @John_Gardi no,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794579089168310272,[],[],0,,False,197,5,9,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +1250,794578637987016705,794578512095100928,1478277284000.0,2016-11-04 16:34:44,+0000,,@bakkedahl use buttons on left side of steering wheel,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794578637987016705,[],[],0,,False,131,2,3,,None,,,,,,,"[{'screen_name': 'bakkedahl', 'name': 'Anthony Bakkedahl', 'id': '1031649442859032576'}]",,,, +1251,794578493342289920,794565375660818432,1478277250000.0,2016-11-04 16:34:10,+0000,,@MrRoryReid @BBC_TopGear Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794578493342289920,[],[],0,,False,120,0,2,,None,,,,,,,"[{'screen_name': 'MrRoryReid', 'name': 'Rory Reid', 'id': '2674801'}]",,,, +1252,794578375415238656,794556147243978752,1478277221000.0,2016-11-04 16:33:41,+0000,,"@MacTechGenius I'm the only author, so, love or hate it, that's me. I've learned some lessons though, such as tweeting on Ambien isn't wise.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794578375415238656,[],[],0,,False,622,36,78,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +1253,794577501292896256,794556147243978752,1478277013000.0,2016-11-04 16:30:13,+0000,,"@MacTechGenius I personally like the 6 seat best, but the new 5 allows the entire back to fold flat. A small family could camp there!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794577501292896256,[],[],0,,False,244,11,21,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +1254,794575003446480896,794556147243978752,1478276417000.0,2016-11-04 16:20:17,+0000,,@John_Gardi We will probably offer that as an option,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794575003446480896,[],[],0,,False,426,33,33,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +1255,794574740455231488,794556147243978752,1478276355000.0,2016-11-04 16:19:15,+0000,,@John_Gardi exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794574740455231488,[],[],0,,False,114,6,7,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +1256,794573852848177152,794549250654777345,1478276143000.0,2016-11-04 16:15:43,+0000,,@MrRoryReid @MykalSoCal @BBC_TopGear @TeslaMotors Loving this thread :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794573852848177152,[],[],0,,False,277,7,17,,None,,,,,,,"[{'screen_name': 'MrRoryReid', 'name': 'Rory Reid', 'id': '2674801'}, {'screen_name': 'MykalSoCal', 'name': 'MykalSoCal', 'id': '159714652'}, {'screen_name': 'BBC_TopGear', 'name': 'Top Gear', 'id': '52344859'}]",,,, +1257,794573529295400960,794556147243978752,1478276066000.0,2016-11-04 16:14:26,+0000,,@balaji_kann Primarily aluminium with hot-stamped boron steel reinforcements. B pillar has a glass overlay.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794573529295400960,[],[],0,,False,140,2,8,,None,,,,,,,"[{'screen_name': 'balaji_kann', 'name': 'Balaji Kanniappan', 'id': '92341675'}]",,,, +1258,794573085445763072,794556147243978752,1478275960000.0,2016-11-04 16:12:40,+0000,,@BitterMercy Excellent safety in rollover (5 star+). That was what took so long to develop.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794573085445763072,[],[],0,,False,299,6,22,,None,,,,,,,"[{'screen_name': 'BitterMercy', 'name': 'C:\\start wearamask.exe', 'id': '2595341719'}]",,,, +1259,794557434429771777,794556147243978752,1478272229000.0,2016-11-04 15:10:29,+0000,,"In addition, we reinforced the surrounding body structure for improved safety (was already 5 star in all categories).",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/794557434429771777,[],[],0,,False,3309,155,422,,None,,,,,,,[],,,, +1260,794556147243978752,794556147243978752,1478271922000.0,2016-11-04 15:05:22,+0000,,"I highly recommend the new all glass roof on the Model S. This was very hard to develop, but it makes the interior feel amazing. https://t.co/ob7lqrXP4n",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/794556147243978752,[],['https://pbs.twimg.com/media/CwbUmDRVIAAiflz.jpg'],1,https://pbs.twimg.com/media/CwbUmDRVIAAiflz.jpg,False,15862,649,3481,,None,,,,,,,[],,,, +1261,794553749742100480,792213393943826432,1478271350000.0,2016-11-04 14:55:50,+0000,,@originaltman first solar roof deployments will start next summer,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/794553749742100480,[],[],0,,False,295,23,36,,None,,,,,,,"[{'screen_name': 'originaltman', 'name': 'Shane', 'id': '704242208'}]",,,, +1262,794553279585742849,794553279585742849,1478271238000.0,2016-11-04 14:53:58,+0000,,Will be on @CNBC with Ron Baron in about half an hour https://t.co/OOL5yv5ue6,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/794553279585742849,['http://finance.yahoo.com/video/ron-barons-300m-bet-tesla-102800448.html;_ylc=X1MDMTE5Nzc4NDE4NQRfZXgDMQRfeXJpZANlMGEwdTcxYzFwODViBGcDZFhWcFpEeHVjejR3WmpJME9UbGhNUzB3WmpRMExUTTBaV1F0T0RZelppMDBNR0V4TTJZelkyTm1Zamc4Wm1sbGJHUStkSE5zWVE9PQRsYW5nA2VuLVVTBG9yaWdfbGFuZwNlbgRvcmlnX3JlZ2lvbgNVUwRwb3MDNwRyZWdpb24DVVMEc3ltYm9sA1RTTEE-?.tsrc=applewf'],[],0,,False,1210,56,248,,None,,,,,,,[],,,, +1263,794549250654777345,794549250654777345,1478270278000.0,2016-11-04 14:37:58,+0000,,Great Model X article by @BBC_TopGear! https://t.co/yXdwyQVkVg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/794549250654777345,['https://twitter.com/teslamotors/status/794247505911259136'],[],0,,False,1972,69,440,https://twitter.com/teslamotors/status/794247505911259136,None,,,,,,,[],,,, +1264,794548584213454849,794548584213454849,1478270119000.0,2016-11-04 14:35:19,+0000,,"Institutional Shareholder Services, world's top independent evaluator, recommends in favor of Tesla-SolarCity merger https://t.co/o17l0Jbswa",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/794548584213454849,['http://www.bloomberg.com/news/articles/2016-11-04/iss-recommends-tesla-shareholders-vote-for-solarcity-acquisition?cmpid=yhoo.headline'],[],0,,False,1766,53,463,,None,,,,,,,[],,,, +1265,794221355642146816,794215918368919552,1478192101000.0,2016-11-03 16:55:01,+0000,,@newscientist @XHNews Congratulations to China on the successful launch of the LM 5 heavy lift rocket!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/794221355642146816,[],[],0,,False,653,21,104,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +1266,794219484621832192,794200368804544512,1478191655000.0,2016-11-03 16:47:35,+0000,,@brainwipe There would def be millions of agents simultaneously doing a Monte Carlo sim & combining the results to build a map of weaknesses,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/794219484621832192,[],[],0,,False,159,10,11,,None,,,,,,,"[{'screen_name': 'brainwipe', 'name': 'Rob Lang', 'id': '1520201'}]",,,, +1267,794201703922810880,794200368804544512,1478187416000.0,2016-11-03 15:36:56,+0000,,@ClintonKeith good chance,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/794201703922810880,[],[],0,,False,195,9,8,,None,,,,,,,"[{'screen_name': 'ClintonKeith', 'name': 'Clinton Keith', 'id': '66060239'}]",,,, +1268,794200368804544512,794200368804544512,1478187098000.0,2016-11-03 15:31:38,+0000,,Only a matter of time before advanced AI is used to do this. Internet is particularly susceptible to a gradient descent algo. https://t.co/a6AdF7o7AZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/794200368804544512,['https://twitter.com/theeconomist/status/794196455405875200'],[],0,,False,5656,306,2971,https://twitter.com/theeconomist/status/794196455405875200,None,,,,,,,[],,,, +1269,793710619933315072,792213393943826432,1478070332000.0,2016-11-02 07:05:32,+0000,,@ropiko yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/793710619933315072,[],[],0,,False,143,12,11,,None,,,,,,,"[{'screen_name': 'ropiko', 'name': 'Robin', 'id': '15318894'}]",,,, +1270,792220862648766466,792213393943826432,1477715147000.0,2016-10-29 04:25:47,+0000,,@vicentes yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/792220862648766466,[],[],0,,False,281,45,14,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +1271,792220517654597633,792218248917811204,1477715064000.0,2016-10-29 04:24:24,+0000,,@BobaFaux strongly net positive,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/792220517654597633,[],[],0,,False,367,26,15,,None,,,,,,,"[{'screen_name': 'BobaFaux', 'name': 'BobaFaux', 'id': '1241626717501841408'}]",,,, +1272,792218248917811204,792218248917811204,1477714523000.0,2016-10-29 04:15:23,+0000,,"Solar glass tiles can also incorporate heating elements, like rear defroster on a car, to clear roof of snow and keep generating energy",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/792218248917811204,[],[],0,,False,14183,710,4060,,None,,,,,,,[],,,, +1273,792217704757284864,792213393943826432,1477714394000.0,2016-10-29 04:13:14,+0000,,@HipStreeet yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/792217704757284864,[],[],0,,False,167,4,6,,None,,,,,,,"[{'screen_name': 'HipStreeet', 'name': 'Joe', 'id': '71366297'}]",,,, +1274,792213393943826432,792213393943826432,1477713366000.0,2016-10-29 03:56:06,+0000,,"Should mention that the Tesla solar roof is robust against any weather, incl heavy hail. Also, higher insulating value than a standard roof.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/792213393943826432,[],[],0,,False,13877,836,3912,,None,,,,,,,[],,,, +1275,792163268714344448,792163268714344448,1477701415000.0,2016-10-29 00:36:55,+0000,,Pushing start to ~5:45 to allow more people to arrive,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/792163268714344448,[],[],0,,False,1749,134,217,,None,,,,,,,[],,,, +1276,791785988058034176,791785988058034176,1477611464000.0,2016-10-27 23:37:44,+0000,,"Unveil happening at sunset, because that's when ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/791785988058034176,[],[],0,,False,4236,405,672,,None,,,,,,,[],,,, +1277,791784652709044225,791784652709044225,1477611146000.0,2016-10-27 23:32:26,+0000,,Solar roof plus Powerwall 2.0 launch event will be webcast live on https://t.co/46TXqRrsdr at 5:30pm PDT tomorrow,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/791784652709044225,['http://Tesla.com'],[],0,,False,3736,115,1335,,None,,,,,,,[],,,, +1278,791780166619889664,791756469305679873,1477610076000.0,2016-10-27 23:14:36,+0000,,@JohnGarryVO Several UI improvements across the board in 8.01 (next few weeks) and 8.1 in Dec,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/791780166619889664,[],[],0,,False,221,18,28,,None,,,,,,,"[{'screen_name': 'JohnGarryVO', 'name': 'John Garry', 'id': '1686749809'}]",,,, +1279,791756469305679873,791756469305679873,1477604427000.0,2016-10-27 21:40:27,+0000,,"Solar roof unveil now at 5:30pm sharp (need daylight, for obvious reasons) California time tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/791756469305679873,[],[],0,,False,4804,153,1110,,None,,,,,,,[],,,, +1280,791389989477036032,791389989477036032,1477517051000.0,2016-10-26 21:24:11,+0000,,"Dear cult members, I love you https://t.co/1OzRaSQzhT",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/791389989477036032,['https://twitter.com/katiefehren/status/791299739325112322'],[],0,,False,24980,946,2361,https://twitter.com/katiefehren/status/791299739325112322,None,,,,,,,[],,,, +1281,791321336824012801,791280813123985408,1477500683000.0,2016-10-26 16:51:23,+0000,,"@bstep fixing, but in a slightly different way",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/791321336824012801,[],[],0,,False,127,9,7,,None,,,,,,,"[{'screen_name': 'bstep', 'name': 'bstep', 'id': '8119162'}]",,,, +1282,790373126416629760,790267936258666496,1477274612000.0,2016-10-24 02:03:32,+0000,,"@soswow yeah, great questions",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/790373126416629760,[],[],0,,False,303,37,14,,None,,,,,,,"[{'screen_name': 'soswow', 'name': 'Aleksandr ""Sasha"" Motsjonov', 'id': '19060199'}]",,,, +1283,790267936258666496,790267936258666496,1477249533000.0,2016-10-23 19:05:33,+0000,,"This will be under /r/spacex, not the general AMA. Meant to be supplemental to the IAC talk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/790267936258666496,[],[],0,,False,2528,111,384,,None,,,,,,,[],,,, +1284,790245808864043009,790245808864043009,1477244257000.0,2016-10-23 17:37:37,+0000,,AMA at <ahem> 3pm California time,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/790245808864043009,[],[],0,,False,3288,200,689,,None,,,,,,,[],,,, +1285,789902046430269440,789902046430269440,1477162298000.0,2016-10-22 18:51:38,+0000,,Must be a coincidence https://t.co/qX6xYrQZpp,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/789902046430269440,['https://twitter.com/nasaclimate/status/789122823927107585'],[],0,,False,9827,420,5424,https://twitter.com/nasaclimate/status/789122823927107585,None,,,,,,,[],,,, +1286,789024901629816832,789019145853513729,1476953170000.0,2016-10-20 08:46:10,+0000,,"@PraneshSuvarna @YouTube no, that's real",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789024901629816832,[],[],0,,False,514,28,49,,None,,,,,,,"[{'screen_name': 'PraneshSuvarna', 'name': 'Pranesh Suvarna', 'id': '405424679'}, {'screen_name': 'YouTube', 'name': 'YouTube', 'id': '10228272'}]",,,, +1287,789024368575729664,789019145853513729,1476953043000.0,2016-10-20 08:44:03,+0000,,Using the automated solid metal snake charger :) https://t.co/lBG6GamNqJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789024368575729664,['https://m.youtube.com/watch?v=uMM0lRfX6YI'],[],0,,False,3193,259,983,,None,,,,,,,[],,,, +1288,789022121158598656,789019145853513729,1476952507000.0,2016-10-20 08:35:07,+0000,,@CHAR_BIT yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789022121158598656,[],[],0,,False,316,19,24,,None,,,,,,,"[{'screen_name': 'CHAR_BIT', 'name': 'Eight Bits', 'id': '850787748'}]",,,, +1289,789022017311735808,789019145853513729,1476952482000.0,2016-10-20 08:34:42,+0000,,"When you want your car to return, tap Summon on your phone. It will eventually find you even if you are on the other side of the country",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789022017311735808,[],[],0,,False,8984,560,3988,,None,,,,,,,[],,,, +1290,789020841489018880,789019145853513729,1476952202000.0,2016-10-20 08:30:02,+0000,,"When searching for parking, the car reads the signs to see if it is allowed to park there, which is why it skipped the disabled spot",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789020841489018880,[],[],0,,False,4702,193,1805,,None,,,,,,,[],,,, +1291,789020178969276416,789019145853513729,1476952044000.0,2016-10-20 08:27:24,+0000,,@Bret_with1t yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789020178969276416,[],[],0,,False,263,5,10,,None,,,,,,,"[{'screen_name': 'Bret_with1t', 'name': 'Bret with 1 t', 'id': '465968755'}]",,,, +1292,789020098145030144,789019145853513729,1476952025000.0,2016-10-20 08:27:05,+0000,,"@TeslaMotors 8 cameras, 12 ultrasonars and radar all flush mounted and body color. Beauty remains.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789020098145030144,[],[],0,,False,1977,80,443,,None,,,,,,,[],,,, +1293,789019145853513729,789019145853513729,1476951798000.0,2016-10-20 08:23:18,+0000,,"Tesla drives itself (no human input at all) thru urban streets to highway to streets, then finds a parking spot https://t.co/V2T7KGMPBo",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789019145853513729,['https://www.tesla.com/videos/full-self-driving-hardware-all-teslas'],[],0,,False,18262,875,11736,,None,,,,,,,[],,,, +1294,789008557341454336,789007996038721536,1476949273000.0,2016-10-20 07:41:13,+0000,,@vicentes latest autonomous hardware allows for easy computer upgrade,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/789008557341454336,[],[],0,,False,373,15,36,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +1295,789007996038721536,789007996038721536,1476949139000.0,2016-10-20 07:38:59,+0000,,Should mention that retrofitting to full self-driving hardware is very difficult. Cost delta is more than buying a new car. Wish it weren't.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/789007996038721536,[],[],0,,False,4093,244,766,,None,,,,,,,[],,,, +1296,789004268296544256,788902908175618049,1476948251000.0,2016-10-20 07:24:11,+0000,,@elonmusk Still working on the video. Fully autonomous drive demo only completed several hours ago.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/789004268296544256,[],[],0,,False,1919,119,255,,None,,,,,,,"[{'screen_name': 'elonmusk', 'name': 'Elon Musk', 'id': '44196397'}]",,,, +1297,788973638665908224,788794291900469248,1476940948000.0,2016-10-20 05:22:28,+0000,,@AlternateJones of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/788973638665908224,[],[],0,,False,329,29,23,,None,,,,,,,"[{'screen_name': 'AlternateJones', 'name': 'Alternate Jones', 'id': '394626603'}]",,,, +1298,788955029138972674,788955029138972674,1476936511000.0,2016-10-20 04:08:31,+0000,,Tesla expects to demonstrate self-driven cross-country trip next year https://t.co/YTxMUT3hWq via @WSJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/788955029138972674,['http://on.wsj.com/2dPVAr4'],[],0,,False,4438,202,1856,,None,,,,,,,[],,,, +1299,788904960331161600,788903660721799168,1476924574000.0,2016-10-20 00:49:34,+0000,,@FutureBoy @mashable true and underappreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/788904960331161600,[],[],0,,False,289,14,29,,None,,,,,,,"[{'screen_name': 'FutureBoy', 'name': 'Chris Taylor', 'id': '10696392'}, {'screen_name': 'mashable', 'name': 'Mashable', 'id': '972651'}]",,,, +1300,788902908175618049,788902908175618049,1476924085000.0,2016-10-20 00:41:25,+0000,,Will post video of a Tesla navigating a complex urban environment shortly. That was what took the extra couple of days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/788902908175618049,[],[],0,,False,9891,422,2280,,None,,,,,,,[],,,, +1301,788823067392749568,788794291900469248,1476905049000.0,2016-10-19 19:24:09,+0000,,@elonmusk This is also what I was alluding to by Model 3 part 2,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/788823067392749568,[],[],0,,False,2977,403,745,,None,,,,,,,"[{'screen_name': 'elonmusk', 'name': 'Elon Musk', 'id': '44196397'}]",,,, +1302,788809242769666048,788809242769666048,1476901753000.0,2016-10-19 18:29:13,+0000,,"According to experts, Hyperloop is both obvious and impossible. Maybe pick one or the other? https://t.co/JkRWd0lFS8",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/788809242769666048,['http://nymag.com/selectall/2016/10/the-kink-in-elon-musks-hyperloop.html'],[],0,,False,4067,311,1128,,None,,,,,,,[],,,, +1303,788794291900469248,788794291900469248,1476898188000.0,2016-10-19 17:29:48,+0000,,Tesla announcement goes live at 5pm California time. 30 minutes of media Q&A to follow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/788794291900469248,[],[],0,,False,6588,658,2495,,None,,,,,,,[],,,, +1304,788782966528815104,788782966528815104,1476895488000.0,2016-10-19 16:44:48,+0000,,Calculated attempt to deceive Florida voters about solar vote uncovered by Miami Herald https://t.co/dvwaU87PmG,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/788782966528815104,['https://twitter.com/flsolarchoice/status/788720681911476224'],[],0,,False,3412,159,2273,https://twitter.com/flsolarchoice/status/788720681911476224,None,,,,,,,[],,,, +1305,788625768368762880,788625768368762880,1476858009000.0,2016-10-19 06:20:09,+0000,,Tesla does 0-60 mph in 2.7 seconds in the rain https://t.co/Z3YA4igGE1 via @electrekco,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/788625768368762880,['https://electrek.co/2016/10/17/watch-a-tesla-model-s-p100d-do-0-60-in-2-7-seconds-in-the-rain/'],[],0,,False,4162,163,1296,,None,,,,,,,[],,,, +1306,788493472286121984,788479773442015232,1476826467000.0,2016-10-18 21:34:27,+0000,,@FortuneMagazine This is because the first 12 months of production are sold out,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/788493472286121984,[],[],0,,False,892,53,199,,None,,,,,,,"[{'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +1307,787797036699521024,787797036699521024,1476660424000.0,2016-10-16 23:27:04,+0000,,Moving the Tesla announcement to Wednesday. Needs a few more days of refinement.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/787797036699521024,[],[],0,,False,7933,606,1767,,None,,,,,,,[],,,, +1308,787775297521233920,787765835536269312,1476655241000.0,2016-10-16 22:00:41,+0000,,@markpinc @TeslaMotors thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/787775297521233920,[],[],0,,False,180,7,8,,None,,,,,,,"[{'screen_name': 'markpinc', 'name': 'mark pincus', 'id': '13198'}]",,,, +1309,787721971417034752,787647923236601857,1476642527000.0,2016-10-16 18:28:47,+0000,,@Reuters Umm...Autobahn?,de,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/787721971417034752,[],[],0,,False,571,76,89,,None,,,,,,,"[{'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +1310,786601762354442242,786599128079806465,1476375449000.0,2016-10-13 16:17:29,+0000,,@vicentes obviously wrong,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/786601762354442242,[],[],0,,False,267,22,30,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +1311,785517307476922370,785516136075067392,1476116894000.0,2016-10-10 16:28:14,+0000,,@Cocoanetics @heiseonline Not actually based on science. Objective data shows Autopilot is safer than manually driven cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/785517307476922370,[],[],0,,False,696,54,155,,None,,,,,,,"[{'screen_name': 'Cocoanetics', 'name': 'Cocoanetics \uf8ff', 'id': '25703613'}]",,,, +1312,785505765343625216,785494639029719040,1476114143000.0,2016-10-10 15:42:23,+0000,,"@saufkopf87 @FortuneMagazine Utter nonsense. Empirical evidence is what matters, not random speculation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/785505765343625216,[],[],0,,False,498,13,60,,None,,,,,,,[],,,, +1313,785495295652167680,785494639029719040,1476111646000.0,2016-10-10 15:00:46,+0000,,@jovanik21 @arstechnica @drgitlin Sounds like a great move!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/785495295652167680,[],[],0,,False,204,3,14,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'drgitlin', 'name': 'Jonathan Gitlin', 'id': '2139671'}]",,,, +1314,785494639029719040,785494639029719040,1476111490000.0,2016-10-10 14:58:10,+0000,,Good for Germany! https://t.co/SMdOL9GcTl,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/785494639029719040,['https://twitter.com/arstechnica/status/785494352617435140'],[],0,,False,6401,281,2134,https://twitter.com/arstechnica/status/785494352617435140,None,,,,,,,[],,,, +1315,785488210629537792,785486859317063681,1476109957000.0,2016-10-10 14:32:37,+0000,,@hohocho That's why we need to accelerate solar power,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/785488210629537792,[],[],0,,False,494,36,68,,None,,,,,,,"[{'screen_name': 'hohocho', 'name': 'Jaehwan Cho 조재환', 'id': '31310727'}]",,,, +1316,785485969705140224,785485969705140224,1476109423000.0,2016-10-10 14:23:43,+0000,,"Real fraud going on is denial of climate science. As for ""subsidies"", Tesla gets pennies on dollar vs coal. How about we both go to zero?",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/785485969705140224,[],[],0,,False,25606,617,10927,,None,,,,,,,[],,,, +1317,785483088109326337,785483088109326337,1476108736000.0,2016-10-10 14:12:16,+0000,,Coal-mining CEO: 'Tesla is a fraud' https://t.co/IpQJAlAo3f via @YahooFinance,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/785483088109326337,['http://finance.yahoo.com/video/robert-murray-tesla-fraud-120500192.html;_ylc=X1MDMTE5Nzc4NDE4NQRfZXgDMQRfeXJpZAMwcmFzcGJ0YnZuNmNwBGcDZFhWcFpEeHVjejR5TkRKak1XTm1ZUzB6WWpjMUxUTXlZVGt0T0RReU1pMWtZVFl5TldZME5URXdZMk04Wm1sbGJHUStkSE5zWVE9PQRsYW5nA2VuLVVTBG9yaWdfbGFuZwNlbgRvcmlnX3JlZ2lvbgNVUwRwb3MDMwRyZWdpb24DVVMEc3ltYm9sA1RTTEE-?soc_src=social-sh&soc_trk=tw'],[],0,,False,2236,380,671,,None,,,,,,,[],,,, +1318,785455506475323392,785455506475323392,1476102160000.0,2016-10-10 12:22:40,+0000,,Translating what actually happened in the debates... https://t.co/WW0om1rsC8,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/785455506475323392,['https://twitter.com/waitbutwhy/status/785441671127429120'],[],0,,False,3535,92,1182,https://twitter.com/waitbutwhy/status/785441671127429120,None,,,,,,,[],,,, +1319,785242169170726912,785139055793152000,1476051296000.0,2016-10-09 22:14:56,+0000,,@ithrow88 @Walpoleboy6_RBX impact velocity and center of mass of colliding object make a big difference,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/785242169170726912,[],[],0,,False,230,13,22,,None,,,,,,,"[{'screen_name': 'ithrow88', 'name': 'dan haren', 'id': '2424569809'}, {'screen_name': 'Walpoleboy6_RBX', 'name': 'walpoleboy6', 'id': '2375808574'}]",,,, +1320,785140287819612160,785139055793152000,1476027006000.0,2016-10-09 15:30:06,+0000,,@roger_kappler Probably not then either,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/785140287819612160,[],[],0,,False,255,18,29,,None,,,,,,,"[{'screen_name': 'roger_kappler', 'name': 'Roger K', 'id': '266498006'}]",,,, +1321,785139055793152000,785139055793152000,1476026712000.0,2016-10-09 15:25:12,+0000,,Would also like to correct expectations that Tesla/SolarCity will need to raise equity or corp debt in Q4. Won't be necessary for either.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/785139055793152000,[],[],0,,False,5187,196,982,,None,,,,,,,[],,,, +1322,785138151224446976,785138151224446976,1476026497000.0,2016-10-09 15:21:37,+0000,,"Tesla product unveiling on the 17th (unexpected by most), followed by Tesla/SolarCity on the 28th",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/785138151224446976,[],[],0,,False,12245,646,4802,,None,,,,,,,[],,,, +1323,785135480811712513,785133500114632704,1476025860000.0,2016-10-09 15:11:00,+0000,,@FuncRandm I agree. Speed of light is a point in favor of the sim.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/785135480811712513,[],[],0,,False,182,14,26,,None,,,,,,,"[{'screen_name': 'FuncRandm', 'name': 'Nic Ho Chee', 'id': '300468609'}]",,,, +1324,784507684410097664,784507684410097664,1475876182000.0,2016-10-07 21:36:22,+0000,,"US automotive deaths rose 10% to 17,775 in first half of 2016, approx 1 every 88 million miles https://t.co/8vrAHA80yB",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/784507684410097664,['http://www.nbcnews.com/news/us-news/u-s-traffic-deaths-jump-10-4-percent-first-half-n660241'],[],0,,False,1412,189,650,,None,,,,,,,[],,,, +1325,784487348562198529,784487348562198529,1475871333000.0,2016-10-07 20:15:33,+0000,,Cumulative Tesla Autopilot miles now at 222 million,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/784487348562198529,[],[],0,,False,8621,327,2030,,None,,,,,,,[],,,, +1326,784441057857589249,784439683136696320,1475860297000.0,2016-10-07 17:11:37,+0000,,@DanMerriweather lot of circumstantial evidence for that hypothesis,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/784441057857589249,[],[],0,,False,219,35,28,,None,,,,,,,"[{'screen_name': 'DanMerriweather', 'name': 'Daniel Merriweather', 'id': '20121123'}]",,,, +1327,783847197427335172,783323293461995520,1475718709000.0,2016-10-06 01:51:49,+0000,,@derektmead Thus I deserve to be top of the target list? Maybe there's a dude who really digs the color gold who is slightly more deserving…,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/783847197427335172,[],[],0,,False,567,62,59,,None,,,,,,,"[{'screen_name': 'derektmead', 'name': 'ᴅᴇʀᴇᴋ ᴍᴇᴀᴅ', 'id': '82544380'}]",,,, +1328,783842202220802048,783829176126169089,1475717518000.0,2016-10-06 01:31:58,+0000,,"@YostRobert @StephenAtHome Yeah, and several others at various times. My twitter list is trimmed down to almost all news/comedy these days.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/783842202220802048,[],[],0,,False,225,20,16,,None,,,,,,,"[{'screen_name': 'YostRobert', 'name': 'Robert Yost', 'id': '93805390'}, {'screen_name': 'StephenAtHome', 'name': 'Stephen Colbert', 'id': '16303106'}]",,,, +1329,783759011724210176,783751199627546624,1475697684000.0,2016-10-05 20:01:24,+0000,,"@mrDeanMiller When we upgrade the core Linux OS to 4.4, which is probably December",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/783759011724210176,[],[],0,,False,210,21,28,,None,,,,,,,"[{'screen_name': 'mrDeanMiller', 'name': 'Dean Miller', 'id': '29745585'}]",,,, +1330,783567161402888192,783567161402888192,1475651943000.0,2016-10-05 07:19:03,+0000,,"Sabotage of the rocket is unlikely, but this article has some great theories :) https://t.co/1fCRbZvRHo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/783567161402888192,['https://theringer.com/ranking-potential-saboteurs-of-elon-musks-spacex-venture-ff66e7e2b23f#.kdgjprg5c'],[],0,,False,3899,292,1149,,None,,,,,,,[],,,, +1331,783358546519793664,783323293461995520,1475602206000.0,2016-10-04 17:30:06,+0000,,"@Cardoso True, it is a no-win situation",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/783358546519793664,[],[],0,,False,803,51,73,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}]",,,, +1332,783347230245736448,783323293461995520,1475599508000.0,2016-10-04 16:45:08,+0000,,@motherboard I use twitter for news orgs. My Insta has same women as men. What's up with the phoney PC police axe-grinding?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/783347230245736448,[],[],0,,False,5254,312,1598,,None,,,,,,,"[{'screen_name': 'motherboard', 'name': 'Motherboard', 'id': '56510427'}]",,,, +1333,782702761464827904,782640044599152640,1475445854000.0,2016-10-02 22:04:14,+0000,,@kakurady @xenophrenia Exactly. Those are the best ones.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/782702761464827904,[],[],0,,False,335,20,14,,None,,,,,,,"[{'screen_name': 'kakurady', 'name': 'Kakurady', 'id': '15882068'}, {'screen_name': 'xenophrenia', 'name': 'Xeno Phrenia', 'id': '7476762'}]",,,, +1334,782666277256957952,782640044599152640,1475437156000.0,2016-10-02 19:39:16,+0000,,@MacTechGenius Going out this week for X and outside North America,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/782666277256957952,[],[],0,,False,200,26,20,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +1335,782643630586535936,782640044599152640,1475431757000.0,2016-10-02 18:09:17,+0000,,"Wow, this tweet is like a Rorschach test",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/782643630586535936,[],[],0,,False,3175,182,381,,None,,,,,,,[],,,, +1336,782642916887924737,782640044599152640,1475431586000.0,2016-10-02 18:06:26,+0000,,"No irony or uhh ""shade"" meant here. T's character is excellent and well-played. Worth seeing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/782642916887924737,[],[],0,,False,2710,92,325,,None,,,,,,,[],,,, +1337,782640044599152640,782640044599152640,1475430902000.0,2016-10-02 17:55:02,+0000,,Some of the future episodes of Westworld feature my ex. Talulah does a great job of playing a deadly sexbot :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/782640044599152640,[],[],0,,False,7047,287,1674,,None,,,,,,,[],,,, +1338,782410047011819520,782410047011819520,1475376066000.0,2016-10-02 02:41:06,+0000,,More Kerbal! https://t.co/IDeV1wAfVR,in,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/782410047011819520,['https://twitter.com/marcushousegame/status/782209906065678336'],[],0,,False,3513,82,772,https://twitter.com/marcushousegame/status/782209906065678336,None,,,,,,,[],,,, +1339,782043711886594052,782029188714799104,1475288725000.0,2016-10-01 02:25:25,+0000,,@jclishman @bearsper @rSpaceX yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/782043711886594052,[],[],0,,False,291,12,15,,None,,,,,,,"[{'screen_name': 'jclishman', 'name': 'Jack Lishman', 'id': '726544470'}, {'screen_name': 'bearsper', 'name': 'Bearsper', 'id': '1124627764831588352'}, {'screen_name': 'rSpaceX', 'name': 'r/SpaceX', 'id': '4202579243'}]",,,, +1340,782043081021399040,782029188714799104,1475288574000.0,2016-10-01 02:22:54,+0000,,@bearsper Will do a Reddit AMA on Mars in the next week or two,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/782043081021399040,[],[],0,,False,975,39,240,,None,,,,,,,"[{'screen_name': 'bearsper', 'name': 'Bearsper', 'id': '1124627764831588352'}]",,,, +1341,781264006145335297,781205853227462656,1475102828000.0,2016-09-28 22:47:08,+0000,,"@SteveBatzer @GoodDayM Corrective action taken. Seems to be limited to a small number of cases, but thanks for letting me know. https://t.co/Rx3YWb8JkI",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/781264006145335297,[],['https://pbs.twimg.com/media/Ctea8zUVUAESePt.jpg'],1,https://pbs.twimg.com/media/Ctea8zUVUAESePt.jpg,False,1213,76,252,,None,,,,,,,"[{'screen_name': 'SteveBatzer', 'name': 'Steve Batzer', 'id': '66920570'}, {'screen_name': 'gooddayM', 'name': 'goodday', 'id': '980834153192132608'}]",,,, +1342,781208371378520065,781205853227462656,1475089564000.0,2016-09-28 19:06:04,+0000,,@GoodDayM Am tracking this down ... Super important to be fair. There are zero discounts even for family and friends.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/781208371378520065,[],[],0,,False,257,12,25,,None,,,,,,,"[{'screen_name': 'gooddayM', 'name': 'goodday', 'id': '980834153192132608'}]",,,, +1343,781208061994119168,781205853227462656,1475089490000.0,2016-09-28 19:04:50,+0000,,@GoodDayM Something messed up here. Tesla policy is equal pricing for all. No discounts ever unless a car is a floor model or was damaged.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/781208061994119168,[],[],0,,False,232,8,18,,None,,,,,,,"[{'screen_name': 'gooddayM', 'name': 'goodday', 'id': '980834153192132608'}]",,,, +1344,781206685553528833,781204947815636992,1475089162000.0,2016-09-28 18:59:22,+0000,,"@BArtusio Three cable elevator on a crane. Wind force on Mars is low, so don't need to worry about being blown around.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/781206685553528833,[],[],0,,False,240,17,44,,None,,,,,,,"[{'screen_name': 'BArtusio', 'name': 'Brian Artusio', 'id': '35552904'}]",,,, +1345,780900979294269445,780900979294269445,1475016276000.0,2016-09-27 22:44:36,+0000,,A Million Humans Could Live on Mars By the 2060s https://t.co/d0nlk1xfOl via @NatGeo,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/780900979294269445,['http://on.natgeo.com/2cTNcqn'],[],0,,False,6107,405,3743,,None,,,,,,,[],,,, +1346,780887904625229824,780887904625229824,1475013159000.0,2016-09-27 21:52:39,+0000,,Good article on the interplanetary transport system on Gizmodo https://t.co/nysjRDQWFz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/780887904625229824,['https://news.google.com/news/ampviewer?caurl=http%3A%2F%2Fgizmodo.com%2Fthis-is-how-elon-musk-plans-to-build-a-city-on-mars-up-1787146547%2Famp#pt0-433220'],[],0,,False,3727,147,1777,,None,,,,,,,[],,,, +1347,780838839644483586,780838839644483586,1475001461000.0,2016-09-27 18:37:41,+0000,,Waiting for everyone to reach their seats and get settled. Starting in 5 to 10.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/780838839644483586,[],[],0,,False,4601,398,853,,None,,,,,,,[],,,, +1348,780831628104966144,780831628104966144,1474999741000.0,2016-09-27 18:09:01,+0000,,"12m rocket booster diameter, 17m spaceship diameter, 122 m stack height",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/780831628104966144,[],[],0,,False,3768,185,1068,,None,,,,,,,[],,,, +1349,780828210028240896,780828210028240896,1474998927000.0,2016-09-27 17:55:27,+0000,,Full Interplanetary Tranport System presentation in ~30 mins. Simulation preview: https://t.co/lKAxabzfKX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/780828210028240896,['https://m.youtube.com/watch?feature=youtu.be&v=0qo78R_yYFA'],[],0,,False,6474,253,3690,,None,,,,,,,[],,,, +1350,780608204833165316,780280440401764353,1474946473000.0,2016-09-27 03:21:13,+0000,,"@rocketrepreneur Meant to say 200 AR for production vac engine. Dev will be up to 150. Beyond that, too much flow separation in Earth atmos.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/780608204833165316,[],[],0,,False,185,22,27,,None,,,,,,,"[{'screen_name': 'rocketrepreneur', 'name': 'Jonathan A. Goff', 'id': '39651952'}]",,,, +1351,780491677567815680,780480399663173633,1474918691000.0,2016-09-26 19:38:11,+0000,,@ID_AA_Carmack yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/780491677567815680,[],[],0,,False,329,28,35,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1352,780423473961115649,780275236922994688,1474902430000.0,2016-09-26 15:07:10,+0000,,@huntster1701 yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/780423473961115649,[],[],0,,False,233,3,3,,None,,,,,,,"[{'screen_name': 'huntster1701', 'name': 'Benjamin Hunt', 'id': '16809036'}]",,,, +1353,780296159315173376,780280440401764353,1474872076000.0,2016-09-26 06:41:16,+0000,,@DavidKYoon yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/780296159315173376,[],[],0,,False,152,11,10,,None,,,,,,,"[{'screen_name': 'DavidKYoon', 'name': 'David Yoon', 'id': '2964812944'}]",,,, +1354,780296017254023170,780280440401764353,1474872042000.0,2016-09-26 06:40:42,+0000,,@williamwinters @rocketrepreneur pretty close,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/780296017254023170,[],[],0,,False,157,2,13,,None,,,,,,,"[{'screen_name': 'williamwinters', 'name': 'william winters 🍁', 'id': '15039188'}, {'screen_name': 'rocketrepreneur', 'name': 'Jonathan A. Goff', 'id': '39651952'}]",,,, +1355,780291118080462848,780280440401764353,1474870874000.0,2016-09-26 06:21:14,+0000,,@rocketrepreneur 382s is with a 150 area ratio vacuum (or Mars ambient pressure) nozzle. Will go over specs for both versions on Tues.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/780291118080462848,[],[],0,,False,344,14,77,,None,,,,,,,"[{'screen_name': 'rocketrepreneur', 'name': 'Jonathan A. Goff', 'id': '39651952'}]",,,, +1356,780289045238657024,780280440401764353,1474870380000.0,2016-09-26 06:13:00,+0000,,"Chamber pressure is almost 3X Merlin, so engine is about the same size for a given area ratio",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/780289045238657024,[],[],0,,False,1583,70,262,,None,,,,,,,[],,,, +1357,780280440401764353,780280440401764353,1474868328000.0,2016-09-26 05:38:48,+0000,,Production Raptor goal is specific impulse of 382 seconds and thrust of 3 MN (~310 metric tons) at 300 bar,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/780280440401764353,[],[],0,,False,2977,146,633,,None,,,,,,,[],,,, +1358,780278836860628992,780275236922994688,1474867946000.0,2016-09-26 05:32:26,+0000,,Mach diamonds https://t.co/TCX7ZGFnN0,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/780278836860628992,[],['https://pbs.twimg.com/media/CtQbdtJVIAA7HCC.jpg'],1,https://pbs.twimg.com/media/CtQbdtJVIAA7HCC.jpg,False,8356,200,2401,,None,,,,,,,[],,,, +1359,780275236922994688,780275236922994688,1474867087000.0,2016-09-26 05:18:07,+0000,,SpaceX propulsion just achieved first firing of the Raptor interplanetary transport engine https://t.co/vRleyJvBkx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/780275236922994688,[],['https://pbs.twimg.com/media/CtQYMI4VIAAJY2N.jpg'],1,https://pbs.twimg.com/media/CtQYMI4VIAAJY2N.jpg,False,26387,536,10126,,None,,,,,,,[],,,, +1360,779461663141474308,779461663141474308,1474673116000.0,2016-09-23 23:25:16,+0000,,Good Forbes article on Tesla/SolarCity merger https://t.co/guNh5q2zrl,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/779461663141474308,['http://www.forbes.com/sites/adamhartung/2016/09/23/why-investors-should-support-the-tesla-solarcity-merger/?utm_source=yahoo&utm_medium=partner&utm_campaign=yahootix&partner=yahootix#329d7ef64c32'],[],0,,False,3452,132,1217,,None,,,,,,,[],,,, +1361,779003462742794240,779003462742794240,1474563873000.0,2016-09-22 17:04:33,+0000,,Aiming for Oct 28 unveil in SF Bay Area of new Tesla/SolarCity solar roof with integrated Powerwall 2.0 battery and Tesla charger.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/779003462742794240,[],[],0,,False,7831,389,2518,,None,,,,,,,[],,,, +1362,778995199506653184,778959491857461248,1474561903000.0,2016-09-22 16:31:43,+0000,,"@ccyuan2013 @TeslaMotors @tsrandall yes. Also, only worked if you logged on to a malicious hotspot & used browser. No customers were hacked.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/778995199506653184,[],[],0,,False,175,9,22,,None,,,,,,,"[{'screen_name': 'ccyuan2013', 'name': '俞跗', 'id': '2213224110'}, {'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}]",,,, +1363,778868961861656577,778775104884879360,1474531805000.0,2016-09-22 08:10:05,+0000,,@tylerthecreator thanks for ordering a car!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/778868961861656577,[],[],0,,False,1731,22,436,,None,,,,,,,"[{'screen_name': 'tylerthecreator', 'name': 'Tyler, The Creator', 'id': '166747718'}]",,,, +1364,778775104884879360,778775104884879360,1474509428000.0,2016-09-22 01:57:08,+0000,,"Tesla is sometimes criticized for government support, but all US car companies (plus some non) got loans and only Tesla has paid its back https://t.co/yRW2hGUcxW",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/778775104884879360,['https://twitter.com/forbes/status/778711909541392384'],[],0,,False,13431,316,5373,https://twitter.com/forbes/status/778711909541392384,None,,,,,,,[],,,, +1365,778627254028951553,778599820227252225,1474474178000.0,2016-09-21 16:09:38,+0000,,@thefrownyface @massossltd I read a story about a father whose son died incredibly quickly. Can be as little as half an hour in hot sun.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/778627254028951553,[],[],0,,False,313,21,54,,None,,,,,,,"[{'screen_name': 'thefrownyface', 'name': 'Eric Abneri', 'id': '295147321'}]",,,, +1366,778624834603323392,778602042759585793,1474473601000.0,2016-09-21 16:00:01,+0000,,@RoyArne83 currently stops at 20% state of charge. This number will be configurable.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/778624834603323392,[],[],0,,False,152,9,6,,None,,,,,,,"[{'screen_name': 'RoyArne83', 'name': 'Roy-Arne', 'id': '34899856'}]",,,, +1367,778624588989071360,778602042759585793,1474473542000.0,2016-09-21 15:59:02,+0000,,"@ninjas ""smart"" preconditioning should be less dumb in 8.0",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/778624588989071360,[],[],0,,False,165,7,11,,None,,,,,,,"[{'screen_name': 'ninjas', 'name': 'Adrian Jektvik', 'id': '43593943'}]",,,, +1368,778624407610589184,778603358743564289,1474473499000.0,2016-09-21 15:58:19,+0000,,"@notch also, the Tesla is poison free!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/778624407610589184,[],[],0,,False,660,17,58,,None,,,,,,,"[{'screen_name': 'notch', 'name': 'Notch', 'id': '63485337'}]",,,, +1369,778623674442129408,778599820227252225,1474473324000.0,2016-09-21 15:55:24,+0000,,@massossltd all cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/778623674442129408,[],[],0,,False,103,4,4,,None,,,,,,,[],,,, +1370,778604423153016832,778602042759585793,1474468734000.0,2016-09-21 14:38:54,+0000,,@Scott_Helme can't always detect babies and pets,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778604423153016832,[],[],0,,False,143,16,8,,None,,,,,,,"[{'screen_name': 'Scott_Helme', 'name': 'Scott Helme', 'id': '166282004'}]",,,, +1371,778603745915527173,778602042759585793,1474468573000.0,2016-09-21 14:36:13,+0000,,Can be turned on or off. V8.1 will allow always-on min and max temps to be set.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778603745915527173,[],[],0,,False,1841,99,273,,None,,,,,,,[],,,, +1372,778602694399320065,778602042759585793,1474468322000.0,2016-09-21 14:32:02,+0000,,Tesla keeps temp below 40C/105F by automatically venting cabin & turning on AC when needed. Can do this for up to a year on a full charge.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778602694399320065,[],[],0,,False,4478,179,1207,,None,,,,,,,[],,,, +1373,778602042759585793,778602042759585793,1474468167000.0,2016-09-21 14:29:27,+0000,,My favorite new feature is the always-on max temp control for keeping kids and pets safe from overheating.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778602042759585793,[],[],0,,False,7028,224,1770,,None,,,,,,,[],,,, +1374,778600126063390720,778599820227252225,1474467710000.0,2016-09-21 14:21:50,+0000,,This is a major overhaul on almost every level compared to V7.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778600126063390720,[],[],0,,False,1423,57,180,,None,,,,,,,[],,,, +1375,778599820227252225,778599820227252225,1474467637000.0,2016-09-21 14:20:37,+0000,,"V8.0 starts downloading tonight. Release will be gradual to make sure there aren't small regressions. Many car configs, many environments.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778599820227252225,[],[],0,,False,3655,127,740,,None,,,,,,,[],,,, +1376,777985245731696640,776939304140414976,1474321111000.0,2016-09-19 21:38:31,+0000,,"@PassionPlanet1 Yeah, definitely one of my favorite names",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/777985245731696640,[],[],0,,False,150,28,13,,None,,,,,,,"[{'screen_name': 'PassionPlanet1', 'name': 'PassionPlanet', 'id': '2587869397'}]",,,, +1377,777330011703566336,777325549442232320,1474164891000.0,2016-09-18 02:14:51,+0000,,@thescalex @SpaceX @IAC2016 @YouTube its it is,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/777330011703566336,[],[],0,,False,332,35,48,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'IAC2016', 'name': 'IAC2016', 'id': '4040123778'}, {'screen_name': 'YouTube', 'name': 'YouTube', 'id': '10228272'}]",,,, +1378,777325549442232320,777325549442232320,1474163827000.0,2016-09-18 01:57:07,+0000,,Preview of the @SpaceX interplanetary transport system at @IAC2016 https://t.co/Rz4XmeAoRw,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/777325549442232320,['https://m.youtube.com/watch?v=7TYJyCCO8Dc'],[],0,,False,5030,238,1513,,None,,,,,,,[],,,, +1379,777027622924681216,776959734104469504,1474092796000.0,2016-09-17 06:13:16,+0000,,@JonasPolsky @schellgames that's a great one,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/777027622924681216,[],[],0,,False,156,19,12,,None,,,,,,,"[{'screen_name': 'JonasPolsky', 'name': 'Jonas Polsky', 'id': '20642617'}, {'screen_name': 'schellgames', 'name': 'Schell Games', 'id': '169217294'}]",,,, +1380,776971939277438976,776939304140414976,1474079520000.0,2016-09-17 02:32:00,+0000,,@andyzalk sounds like the right name for the rocket booster,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/776971939277438976,[],[],0,,False,307,23,21,,None,,,,,,,"[{'screen_name': 'andyzalk', 'name': 'Andy Zalk', 'id': '243038493'}]",,,, +1381,776960194852958208,776939304140414976,1474076720000.0,2016-09-17 01:45:20,+0000,,@LarryMasters778 That is my favorite fictional spaceship. Powered by improbability!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776960194852958208,[],[],0,,False,473,32,38,,None,,,,,,,"[{'screen_name': 'LarryMasters778', 'name': 'Larry Masters', 'id': '24850271'}]",,,, +1382,776959933120000000,776939304140414976,1474076657000.0,2016-09-17 01:44:17,+0000,,@TheMikeBartley yeah!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776959933120000000,[],[],0,,False,130,4,5,,None,,,,,,,"[{'screen_name': 'TheMikeBartley', 'name': 'Mike Bartley', 'id': '99683842'}]",,,, +1383,776959734104469504,776959734104469504,1474076610000.0,2016-09-17 01:43:30,+0000,,"Maybe Ultimate Spaceship, Version 2? Mostly because it is not the ultimate and there isn't a version 1.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776959734104469504,[],[],0,,False,3182,542,461,,None,,,,,,,[],,,, +1384,776957948928991232,776939304140414976,1474076184000.0,2016-09-17 01:36:24,+0000,,I love the suggestions!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776957948928991232,[],[],0,,False,1309,442,135,,None,,,,,,,[],,,, +1385,776956202936782850,776954933820002305,1474075768000.0,2016-09-17 01:29:28,+0000,,@kzmakino sounds about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776956202936782850,[],[],0,,False,139,6,12,,None,,,,,,,"[{'screen_name': 'kzmakino', 'name': 'Kazunori Makino', 'id': '14146146'}]",,,, +1386,776939304140414976,776939304140414976,1474071739000.0,2016-09-17 00:22:19,+0000,,"Turns out MCT can go well beyond Mars, so will need a new name…",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/776939304140414976,[],[],0,,False,5531,1503,1512,,None,,,,,,,[],,,, +1387,776896014905061376,776889986582847488,1474061418000.0,2016-09-16 21:30:18,+0000,,@asunshinegreene yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/776896014905061376,[],[],0,,False,92,3,6,,None,,,,,,,"[{'screen_name': 'asunshinegreene', 'name': 'A', 'id': '331471298'}]",,,, +1388,776827475925934081,776560320651427840,1474045077000.0,2016-09-16 16:57:57,+0000,,@danielringdahl @P100D won't affect performance,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/776827475925934081,[],[],0,,False,96,6,3,,None,,,,,,,"[{'screen_name': 'danielringdahl', 'name': 'Dan Ringdahl', 'id': '22259965'}, {'screen_name': 'P100D', 'name': 'Jorge david piña ', 'id': '1250852413'}]",,,, +1389,776681138085437440,776678423909380096,1474010188000.0,2016-09-16 07:16:28,+0000,,@vicentes @EdibleApple Hoping to start WW rollout of 8.0 on Wednesday if no last minute issues discovered.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/776681138085437440,[],[],0,,False,287,27,68,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'EdibleApple', 'name': 'Yoni Heisler', 'id': '17266615'}]",,,, +1390,776678423909380096,776678423909380096,1474009540000.0,2016-09-16 07:05:40,+0000,,Tesla P100D put to the test by Drag Times https://t.co/5qP3o2VDdW,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/776678423909380096,['http://bgr.com/2016/09/15/tesla-model-s-p100d-speed-review/'],[],0,,False,2822,100,836,,None,,,,,,,[],,,, +1391,776677760039133185,776560320651427840,1474009382000.0,2016-09-16 07:03:02,+0000,,@danielringdahl @P100D Glad you like it! I think we will probably stop at 100 kWh on battery size.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/776677760039133185,[],[],0,,False,189,39,31,,None,,,,,,,"[{'screen_name': 'danielringdahl', 'name': 'Dan Ringdahl', 'id': '22259965'}, {'screen_name': 'P100D', 'name': 'Jorge david piña ', 'id': '1250852413'}]",,,, +1392,776622000504569856,776622000504569856,1473996088000.0,2016-09-16 03:21:28,+0000,,Turns out ExxonMobil not 100% forthcoming about climate change https://t.co/nWhe0O18WK via @BW,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/776622000504569856,['http://bloom.bg/2cFtsLJ'],[],0,,False,2144,130,1044,,None,,,,,,,[],,,, +1393,775820980480380928,775819887348363268,1473805110000.0,2016-09-13 22:18:30,+0000,,"Tesla Model S loses 28% after 50k miles, a Mercedes S-Class will lose 38%, a BMW 7-series will lose 40%, and an Audi A8 will lose 41%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/775820980480380928,[],[],0,,False,3439,192,1084,,None,,,,,,,[],,,, +1394,775819887348363268,775819887348363268,1473804849000.0,2016-09-13 22:14:09,+0000,,Comprehensive study by Autolist shows that a Tesla retains its value far better than gasoline sedans https://t.co/QrBuVj3qKi,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/775819887348363268,['https://electrek.co/2016/09/13/tesla-model-s-value-retention-leading-segment-losing-only-28-after-50k-miles/'],[],0,,False,4170,105,1242,,None,,,,,,,[],,,, +1395,775732400491868161,775732400491868161,1473783991000.0,2016-09-13 16:26:31,+0000,,Scientists: Earth Endangered by New Strain of Fact-Resistant Humans https://t.co/ihmrY43rHa via @BorowitzReport,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/775732400491868161,['http://www.newyorker.com/humor/borowitz-report/scientists-earth-endangered-by-new-strain-of-fact-resistant-humans'],[],0,,False,10438,276,7119,,None,,,,,,,[],,,, +1396,775632728548970500,775632728548970500,1473760227000.0,2016-09-13 09:50:27,+0000,,Climate change explained in comic book form by xkcd https://t.co/3tEfEnXW0L,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/775632728548970500,['http://xkcd.com/1732'],[],0,,False,6908,196,4609,,None,,,,,,,[],,,, +1397,774664927835553792,774664927835553792,1473529486000.0,2016-09-10 17:44:46,+0000,,Will do some press Q&A on Autopilot post at 11am PDT tmrw and then publish at noon. Sorry about delay. Unusually difficult couple of weeks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/774664927835553792,[],[],0,,False,5422,324,854,,None,,,,,,,[],,,, +1398,774337231708299264,774337231708299264,1473451357000.0,2016-09-09 20:02:37,+0000,,Thoughtful Op-ed in Space News much appreciated https://t.co/CJq5g3NIEK,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/774337231708299264,['http://spacenews.com/op-ed-despite-spacex-setback-future-of-private-space-exploration-is-bright/'],[],0,,False,3715,141,1408,,None,,,,,,,[],,,, +1399,774257337221517312,774257337221517312,1473432308000.0,2016-09-09 14:45:08,+0000,,"@abadcliche Most likely true, but we can't yet find it on any vehicle sensors",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/774257337221517312,[],[],0,,False,191,32,23,,None,,,,,,,[],,,, +1400,774155658476212224,774155658476212224,1473408066000.0,2016-09-09 08:01:06,+0000,,Will get back to Autopilot update blog tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/774155658476212224,[],[],0,,False,2112,124,249,,None,,,,,,,[],,,, +1401,774155416976580608,774152037927792640,1473408009000.0,2016-09-09 08:00:09,+0000,,@ashwin7002 @NASA @faa @AFPAA We have not ruled that out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/774155416976580608,[],[],0,,False,433,52,93,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'faa', 'name': 'Tsubasa (faa)', 'id': '5822512'}, {'screen_name': 'AFPAA', 'name': 'US Air Force (USAF)', 'id': '16630062'}]",,,, +1402,774154956739743750,774150289314029568,1473407899000.0,2016-09-09 07:58:19,+0000,,"@LewisChandlerDN nope, it wasn't me",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774154956739743750,[],[],0,,False,888,20,89,,None,,,,,,,[],,,, +1403,774153847371501569,774152037927792640,1473407634000.0,2016-09-09 07:53:54,+0000,,Particularly trying to understand the quieter bang sound a few seconds before the fireball goes off. May come from rocket or something else.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774153847371501569,[],[],0,,False,2189,422,685,,None,,,,,,,[],,,, +1404,774152037927792640,774152037927792640,1473407203000.0,2016-09-09 07:46:43,+0000,,"Support & advice from @NASA, @FAA, @AFPAA & others much appreciated. Please email any recordings of the event to report@spacex.com.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774152037927792640,[],[],0,,False,3021,169,843,,None,,,,,,,[],,,, +1405,774150289314029568,774150289314029568,1473406786000.0,2016-09-09 07:39:46,+0000,,Important to note that this happened during a routine filling operation. Engines were not on and there was no apparent heat source.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774150289314029568,[],[],0,,False,4042,429,1224,,None,,,,,,,[],,,, +1406,774150065166229504,774150065166229504,1473406733000.0,2016-09-09 07:38:53,+0000,,Still working on the Falcon fireball investigation. Turning out to be the most difficult and complex failure we have ever had in 14 years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774150065166229504,[],[],0,,False,7308,527,2594,,None,,,,,,,[],,,, +1407,774101759023128576,771446048262946816,1473395216000.0,2016-09-09 04:26:56,+0000,,@waitbutwhy It's been a little crazy lately,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/774101759023128576,[],[],0,,False,635,39,57,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1408,771479910778966016,771479580775424000,1472770118000.0,2016-09-01 22:48:38,+0000,,"@scrappydog yes. This seems instant from a human perspective, but it really a fast fire, not an explosion. Dragon would have been fine.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/771479910778966016,[],[],0,,False,901,125,225,,None,,,,,,,"[{'screen_name': 'scrappydog', 'name': 'Eric Bowen', 'id': '14043522'}]",,,, +1409,771446048262946816,771446048262946816,1472762045000.0,2016-09-01 20:34:05,+0000,,Finishing Autopilot blog postponed to end of weekend,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/771446048262946816,[],[],0,,False,2834,305,368,,None,,,,,,,[],,,, +1410,771394161756942336,771394161756942336,1472749674000.0,2016-09-01 17:07:54,+0000,,Loss of Falcon vehicle today during propellant fill operation. Originated around upper stage oxygen tank. Cause still unknown. More soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/771394161756942336,[],[],0,,False,10810,1165,4896,,None,,,,,,,[],,,, +1411,771010406894620672,771005524322033665,1472658180000.0,2016-08-31 15:43:00,+0000,,"@Lockyep Not allowed, according to HK regulations. Happy to do it if regs change.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771010406894620672,[],[],0,,False,190,13,16,,None,,,,,,,"[{'screen_name': 'Lockyep', 'name': 'Locky Law', 'id': '233875229'}]",,,, +1412,771006527498969088,771005524322033665,1472657255000.0,2016-08-31 15:27:35,+0000,,We need to do one more minor rev on 8.0 and then will go to wide release in a few weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771006527498969088,[],[],0,,False,1624,70,254,,None,,,,,,,[],,,, +1413,771005927302373376,771005524322033665,1472657112000.0,2016-08-31 15:25:12,+0000,,Writing post now with details. Will publish on Tesla website later today.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771005927302373376,[],[],0,,False,1792,103,261,,None,,,,,,,[],,,, +1414,771005524322033665,771005524322033665,1472657016000.0,2016-08-31 15:23:36,+0000,,Major improvements to Autopilot coming with V8.0 and 8.1 software (std OTA update) primarily through advanced processing of radar signals,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771005524322033665,[],[],0,,False,6203,188,1437,,None,,,,,,,[],,,, +1415,771004732210982913,771000928212291584,1472656827000.0,2016-08-31 15:20:27,+0000,,@newscientist uh oh,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771004732210982913,[],[],0,,False,433,19,79,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +1416,770629571972435969,770629571972435969,1472567382000.0,2016-08-30 14:29:42,+0000,,Thanks for the longstanding faith in SpaceX. We very much look forward to doing this milestone flight with you. https://t.co/U2UFez0OhY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/770629571972435969,['https://twitter.com/ses_satellites/status/770602110996082688'],[],0,,False,7389,142,1857,https://twitter.com/ses_satellites/status/770602110996082688,None,,,,,,,[],,,, +1417,769707291671003136,769663315882672128,1472347493000.0,2016-08-28 01:24:53,+0000,,@Kotaku one of my favorite games as a kid,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/769707291671003136,[],[],0,,False,327,27,36,,None,,,,,,,"[{'screen_name': 'Kotaku', 'name': 'Kotaku', 'id': '11928542'}]",,,, +1418,769697521706860545,769608404679745536,1472345164000.0,2016-08-28 00:46:04,+0000,,@BelovedRevol Making progress. Maybe something to announce in a few months. Have played all prior Deus Ex. Not this one yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/769697521706860545,[],[],0,,False,475,41,104,,None,,,,,,,"[{'screen_name': 'BelovedRevol', 'name': 'Revol Devoleb', 'id': '459500607'}]",,,, +1419,768161427328634881,768161427328634881,1471978930000.0,2016-08-23 19:02:10,+0000,,Journalist Q&A for 30 mins and embargo ends at 12:30,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/768161427328634881,[],[],0,,False,1815,249,332,,None,,,,,,,[],,,, +1420,768106282251198464,768106282251198464,1471965783000.0,2016-08-23 15:23:03,+0000,,Tesla product announcement at noon California time today,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/768106282251198464,[],[],0,,False,12264,631,4355,,None,,,,,,,[],,,, +1421,767708338847031296,767708338847031296,1471870905000.0,2016-08-22 13:01:45,+0000,,Owner account of a Model X severely impacted by a Yukon https://t.co/qbVdhbXBU1,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/767708338847031296,['https://electrek.co/2016/08/22/tesla-model-x-crash-accident-bloomington-minnesota/'],[],0,,False,5963,144,2045,,None,,,,,,,[],,,, +1422,765111090430607360,765111090430607360,1471251673000.0,2016-08-15 09:01:13,+0000,,Correlation is not causality or ... is it? https://t.co/ExA1yRC8Ik,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/765111090430607360,['http://www.tylervigen.com/spurious-correlations'],[],0,,False,2967,222,1176,,None,,,,,,,[],,,, +1423,764882657729581056,764882657729581056,1471197211000.0,2016-08-14 17:53:31,+0000,,Sunday morning: to bake or not to bake cookies -- that is not even a question. Definitely bake.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/764882657729581056,[],[],0,,False,10185,524,1777,,None,,,,,,,[],,,, +1424,763699736733810688,763699736733810688,1470915180000.0,2016-08-11 11:33:00,+0000,,"Congrats to @TalulahRiley on her novel, ""Acts of Love""! All characters – even those based on real people – are entirely fictional …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/763699736733810688,[],[],0,,False,2149,105,279,,None,,,,,,,[],,,, +1425,763283865238577153,763283865238577153,1470816029000.0,2016-08-10 08:00:29,+0000,,Over the entrance of @OpenAI https://t.co/ca3ZFdgmFe,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/763283865238577153,[],['https://pbs.twimg.com/media/Cpe6n72VUAAMZBR.jpg'],1,https://pbs.twimg.com/media/Cpe6n72VUAAMZBR.jpg,False,6085,158,2463,,None,,,,,,,[],,,, +1426,763121793271947265,763108676039090177,1470777388000.0,2016-08-09 21:16:28,+0000,,@StarkickMG @NoMansSky true,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/763121793271947265,[],[],0,,False,172,26,11,,None,,,,,,,"[{'screen_name': 'StarkickMG', 'name': 'Starkik McGillicuddy', 'id': '4454600474'}, {'screen_name': 'NoMansSky', 'name': 'Sean Murray', 'id': '2232827756'}]",,,, +1427,763108676039090177,763108676039090177,1470774260000.0,2016-08-09 20:24:20,+0000,,Will try out @NoMansSky this weekend. Maybe reality is just a series of nested simulations all the way down ... https://t.co/DCMr1TVOdL,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/763108676039090177,['https://en.m.wikipedia.org/wiki/Turtles_all_the_way_down'],[],0,,False,7889,315,2021,,None,,,,,,,[],,,, +1428,763096729134575617,763096729134575617,1470771412000.0,2016-08-09 19:36:52,+0000,,Would like to thank @nvidia and Jensen for donating the first DGX-1 AI supercomputer to @OpenAI in support of democratizing AI technology,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/763096729134575617,[],[],0,,False,4993,85,1068,,None,,,,,,,[],,,, +1429,763043936889769984,763028726338686980,1470758825000.0,2016-08-09 16:07:05,+0000,,"@verge Yeah. Movie still enjoyable due to some great characters, but plot & editing could've been better. Really needed more Joker+Harley.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/763043936889769984,[],[],0,,False,921,42,176,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +1430,762097903452102657,762097903452102657,1470533273000.0,2016-08-07 01:27:53,+0000,,Sure feels weird to find myself defending the robots,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/762097903452102657,[],[],0,,False,9003,451,2032,,None,,,,,,,[],,,, +1431,760143143949987840,760137092559151104,1470067222000.0,2016-08-01 16:00:22,+0000,,@ChristopherMori Never. There is no product rationale for doing so.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/760143143949987840,[],[],0,,False,375,94,24,,None,,,,,,,"[{'screen_name': 'ChristopherMori', 'name': 'Christopher Mori', 'id': '9956082'}]",,,, +1432,759798110470205440,759794094386257920,1469984960000.0,2016-07-31 17:09:20,+0000,,@JamesRossi100 probably makes sense to build off the pickup truck chassis,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/759798110470205440,[],[],0,,False,258,30,23,,None,,,,,,,[],,,, +1433,759797091375906817,759773425275502593,1469984717000.0,2016-07-31 17:05:17,+0000,,@RoadandTrack @TeslaMotors Model Y (compact SUV) off Model 3 chassis. Tesla Bus/Minibus/Spacebus off Model X.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/759797091375906817,[],[],0,,False,637,58,136,,None,,,,,,,"[{'screen_name': 'RoadandTrack', 'name': 'Road & Track', 'id': '21200953'}]",,,, +1434,759433196471656448,759153112993017856,1469897958000.0,2016-07-30 16:59:18,+0000,,@tomschouteden @DMC_Ryan @voguemaster @Jalopnik good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/759433196471656448,[],[],0,,False,304,32,9,,None,,,,,,,"[{'screen_name': 'tomschouteden', 'name': 'Tom Schouteden', 'id': '107065769'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'voguemaster', 'name': 'Eli', 'id': '219269223'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}]",,,, +1435,759425342792605696,759153112993017856,1469896085000.0,2016-07-30 16:28:05,+0000,,@DMC_Ryan @voguemaster @Jalopnik I think we should be inconsistent in our naming conventions after Model Y,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/759425342792605696,[],[],0,,False,327,58,25,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'voguemaster', 'name': 'Eli', 'id': '219269223'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}]",,,, +1436,759424274687889408,759424274687889408,1469895831000.0,2016-07-30 16:23:51,+0000,,View of Dragon from @Space_Station cupola https://t.co/1HjljLWdFi,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/759424274687889408,[],['https://pbs.twimg.com/media/CooEV5TVMAAmn6h.jpg'],1,https://pbs.twimg.com/media/CooEV5TVMAAmn6h.jpg,False,6004,125,1574,,None,,,,,,,[],,,, +1437,759416283314003968,759416283314003968,1469893925000.0,2016-07-30 15:52:05,+0000,,We are definitely patenting this idea https://t.co/N46cvN9uX9,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/759416283314003968,[],['https://pbs.twimg.com/media/Con9EqiUEAAI_71.jpg'],1,https://pbs.twimg.com/media/Con9EqiUEAAI_71.jpg,False,14016,353,3475,,None,,,,,,,[],,,, +1438,759413262899290114,759403552603123713,1469893205000.0,2016-07-30 15:40:05,+0000,,@sethpascale @TeslaMotors glad people had a great time!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/759413262899290114,[],[],0,,False,160,4,4,,None,,,,,,,"[{'screen_name': 'sethpascale', 'name': 'Seth Pascale', 'id': '16413145'}]",,,, +1439,759413050961121280,759153112993017856,1469893155000.0,2016-07-30 15:39:15,+0000,,"@voguemaster @Jalopnik not bad, I like those suggestions",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/759413050961121280,[],[],0,,False,205,15,8,,None,,,,,,,"[{'screen_name': 'voguemaster', 'name': 'Eli', 'id': '219269223'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}]",,,, +1440,759247416495316993,759247416495316993,1469853664000.0,2016-07-30 04:41:04,+0000,,Gigafactory in units of hamster https://t.co/9BAchcBX73,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/759247416495316993,[],['https://pbs.twimg.com/media/ColjfusWAAE_7Uu.jpg'],1,https://pbs.twimg.com/media/ColjfusWAAE_7Uu.jpg,False,10747,429,3464,,None,,,,,,,[],,,, +1441,759153112993017856,759153112993017856,1469831181000.0,2016-07-29 22:26:21,+0000,,Some good guessing by @Jalopnik. The Tesla Minibus will be built on a Model X chassis. People density potential is surprisingly high.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/759153112993017856,[],[],0,,False,4401,192,1064,,None,,,,,,,[],,,, +1442,759100981841756160,759100981841756160,1469818752000.0,2016-07-29 18:59:12,+0000,,Will be live streaming the Gigafactory launch party tonight. Check https://t.co/7FlnbruWpL this eve.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/759100981841756160,['http://tesla.com'],[],0,,False,4145,224,1402,,None,,,,,,,[],,,, +1443,758851109817421825,758851109817421825,1469759178000.0,2016-07-29 02:26:18,+0000,,The libertarian argument for a carbon tax https://t.co/WmbGp2YuUO,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/758851109817421825,['http://www.rgj.com/story/money/business/2016/07/28/elon-musk-makes-libertarian-argument-carbon-tax/87638264/'],[],0,,False,3460,212,1332,,None,,,,,,,[],,,, +1444,758562622312554496,758562622312554496,1469690397000.0,2016-07-28 07:19:57,+0000,,"Good summary of yesterday's Gigafactory Q&A with JB, Yamada-San and me https://t.co/FYFG7qnIMi",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/758562622312554496,['https://twitter.com/cleantechnica/status/758402474260606976'],[],0,,False,1895,85,542,https://twitter.com/cleantechnica/status/758402474260606976,None,,,,,,,[],,,, +1445,758351232356397056,758351232356397056,1469639997000.0,2016-07-27 17:19:57,+0000,,Should mention that Gigafactory will be fully powered by clean energy when complete & include battery recycling,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/758351232356397056,[],[],0,,False,10339,338,2479,,None,,,,,,,[],,,, +1446,758344372681183232,758344044489482240,1469638362000.0,2016-07-27 16:52:42,+0000,,@westcoastbill happy birthday!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/758344372681183232,[],[],0,,False,119,3,4,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +1447,758063362802528256,758063362802528256,1469571364000.0,2016-07-26 22:16:04,+0000,,Insurance premiums expected to decline by 80% due to driverless cars https://t.co/nuPKOI9v1D,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/758063362802528256,['http://www.wsj.com/articles/driverless-cars-threaten-to-crash-insurers-earnings-1469542958'],[],0,,False,4909,300,2304,,None,,,,,,,[],,,, +1448,758004517887696896,758004517887696896,1469557334000.0,2016-07-26 18:22:14,+0000,,Letter from basically every scientific org in the United States to Congress about climate change https://t.co/vo1I1HY5fx,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/758004517887696896,['http://n.pr/2a1FaK3'],[],0,,False,5995,195,3547,,None,,,,,,,[],,,, +1449,758003098816286720,758003098816286720,1469556996000.0,2016-07-26 18:16:36,+0000,,Via @NPR: Sun-Powered Airplane Completes Historic Trip Around The World https://t.co/AKe5VRaY5o,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/758003098816286720,['http://n.pr/2ae2mrI'],[],0,,False,3724,85,1340,,None,,,,,,,[],,,, +1450,757600711714701312,757551370702434306,1469461059000.0,2016-07-25 15:37:39,+0000,,@ID_AA_Carmack Maybe as a future optimization. Would only matter if it was extremely big.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/757600711714701312,[],[],0,,False,259,20,19,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1451,756664069646487554,756663746764742656,1469237746000.0,2016-07-23 01:35:46,+0000,,@vicentes as long as I'm alive,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/756664069646487554,[],[],0,,False,1063,66,103,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +1452,756663746764742656,756663746764742656,1469237670000.0,2016-07-23 01:34:30,+0000,, https://t.co/Kgkz1Z3FwJ,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/756663746764742656,['http://www.wsj.com/articles/tesla-autopilot-crash-shouldnt-slow-self-driving-development-regulator-says-1469200956?ru=yahoo?mod=yahoo_itp'],[],0,,False,2568,133,670,,None,,,,,,,[],,,, +1453,756365671571726336,756365671571726336,1469166603000.0,2016-07-22 05:50:03,+0000,,Looking forward to the Gigafactory opening party on Friday next week. The scale blows me away every time I see it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/756365671571726336,[],[],0,,False,8989,531,1644,,None,,,,,,,[],,,, +1454,756004029239472132,756004029239472132,1469080381000.0,2016-07-21 05:53:01,+0000,,Autopilot prevents serious injury or death of a pedestrian in NY (owner anecdote confirmed by vehicle logs) https://t.co/NceuqckqCK,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/756004029239472132,[],['https://pbs.twimg.com/media/Cn3dp4VUAAE44eE.jpg'],1,https://pbs.twimg.com/media/Cn3dp4VUAAE44eE.jpg,False,20312,360,8092,,None,,,,,,,[],,,, +1455,755990352511705088,755987716035215360,1469077120000.0,2016-07-21 04:58:40,+0000,,"@danahull Jerome is driving Tesla Semi & doing a great job with his team. At Daimler, he led their most successful semi truck program ever.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/755990352511705088,[],[],0,,False,424,25,52,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +1456,755989215976882176,755987716035215360,1469076849000.0,2016-07-21 04:54:09,+0000,,@danahull It's inspired by some of the California Custom VW combi design art,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/755989215976882176,[],[],0,,False,306,18,26,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +1457,755940191571808257,755925835836755968,1469065161000.0,2016-07-21 01:39:21,+0000,,@MRamseyWSJ Great game. Whole Fallout series is amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/755940191571808257,[],[],0,,False,414,18,55,,None,,,,,,,"[{'screen_name': 'MRamseyWSJ', 'name': 'MRamseyWSJ', 'id': '2783428111'}]",,,, +1458,755931999487991810,755930908755169280,1469063207000.0,2016-07-21 01:06:47,+0000,,@katiefehren Both should have been done under the same corporate umbrella from the beginning,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/755931999487991810,[],[],0,,False,338,29,30,,None,,,,,,,"[{'screen_name': 'katiefehren', 'name': 'Katie Fehrenbacher', 'id': '763699'}]",,,, +1459,755929747763245061,755929747763245061,1469062671000.0,2016-07-21 00:57:51,+0000,,"Tesla Master Plan, Part Deux https://t.co/XQeTlsoEdE",fr,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/755929747763245061,['http://tesla.com/blog/master-plan-part-deux'],[],0,,False,20408,1172,11187,,None,,,,,,,[],,,, +1460,755859976816427010,755773618538242048,1469046036000.0,2016-07-20 20:20:36,+0000,,@elonmusk now 2Pac,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/755859976816427010,[],[],0,,False,3385,308,684,,None,,,,,,,"[{'screen_name': 'elonmusk', 'name': 'Elon Musk', 'id': '44196397'}]",,,, +1461,755841679454720000,755841606960373760,1469041673000.0,2016-07-20 19:07:53,+0000,,California time,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/755841679454720000,[],[],0,,False,1372,184,195,,None,,,,,,,[],,,, +1462,755841606960373760,755841606960373760,1469041656000.0,2016-07-20 19:07:36,+0000,,Post should go live on Tesla website around 5pm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/755841606960373760,[],[],0,,False,2943,299,627,,None,,,,,,,[],,,, +1463,755830992812711937,755824941367300096,1469039126000.0,2016-07-20 18:25:26,+0000,,@vitiral yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/755830992812711937,[],[],0,,False,147,13,7,,None,,,,,,,"[{'screen_name': 'vitiral', 'name': 'vitiral', 'id': '3167507409'}]",,,, +1464,755825075245297664,755773618538242048,1469037715000.0,2016-07-20 18:01:55,+0000,,@AnnaDotBlue busted,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/755825075245297664,[],[],0,,False,229,9,10,,None,,,,,,,"[{'screen_name': 'annadotblue', 'name': 'Anna Dot Blue', 'id': '845020038138679296'}]",,,, +1465,755808603706011648,755773618538242048,1469033788000.0,2016-07-20 16:56:28,+0000,,Except for the tweet about large amounts of crack (actually just small amounts),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/755808603706011648,[],[],0,,False,2242,193,352,,None,,,,,,,[],,,, +1466,755784816847495168,755773618538242048,1469028116000.0,2016-07-20 15:21:56,+0000,,Not easy to convey irony in a tweet,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/755784816847495168,[],[],0,,False,3321,237,591,,None,,,,,,,[],,,, +1467,755778920989896704,755773618538242048,1469026711000.0,2016-07-20 14:58:31,+0000,,@princeghosh97 Lana,es,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/755778920989896704,[],[],0,,False,510,20,101,,None,,,,,,,"[{'screen_name': 'princeghosh97', 'name': 'Prince Ghosh', 'id': '2346150864'}]",,,, +1468,755773618538242048,755773618538242048,1469025446000.0,2016-07-20 14:37:26,+0000,,Finishing off the plan while listening to the soundtrack from Gatsby. Seems appropriate...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/755773618538242048,[],[],0,,False,7519,423,1214,,None,,,,,,,[],,,, +1469,755439077235814400,755439077235814400,1468945686000.0,2016-07-19 16:28:06,+0000,,"Will be working at Tesla on Autopilot & Model 3 today, then aiming to pull an all-nighter and complete the master product plan",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/755439077235814400,[],[],0,,False,11139,788,2083,,None,,,,,,,[],,,, +1470,755438366817153024,755420049536606208,1468945516000.0,2016-07-19 16:25:16,+0000,,@drehmer I am!,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/755438366817153024,[],[],0,,False,239,15,9,,None,,,,,,,"[{'screen_name': 'drehmer', 'name': 'Rocket Surgery', 'id': '14199750'}]",,,, +1471,755420049536606208,755420049536606208,1468941149000.0,2016-07-19 15:12:29,+0000,,Returning from Cape Canaveral to California...,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/755420049536606208,[],[],0,,False,2063,215,134,,None,,,,,,,[],,,, +1472,755167487017291776,755166100967550979,1468880933000.0,2016-07-18 22:28:53,+0000,,"Really tempting to redesign upper stage for return too (Falcon Heavy has enough power), but prob best to stay focused on the Mars rocket",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/755167487017291776,[],[],0,,False,3841,409,749,,None,,,,,,,[],,,, +1473,755166100967550979,755166100967550979,1468880603000.0,2016-07-18 22:23:23,+0000,,Can't wait to see all three cores of Falcon Heavy come back for landings! First two will be almost simultaneous. https://t.co/ryMiewZM4L,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/755166100967550979,['http://www.orlandosentinel.com/news/space/go-for-launch/os-spacex-landing-pads-space-coast-20160718-story.html'],[],0,,False,3679,171,1070,,None,,,,,,,[],,,, +1474,755140683112017920,755140683112017920,1468874543000.0,2016-07-18 20:42:23,+0000,,Landing https://t.co/dRWGyyTtCH,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/755140683112017920,[],['https://pbs.twimg.com/tweet_video_thumb/CnrMbncXgAAvV6k.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/CnrMbncXgAAvV6k.jpg,False,9927,253,3206,,None,,,,,,,[],,,, +1475,755137454655541248,754968472929574912,1468873773000.0,2016-07-18 20:29:33,+0000,,@PaulPrijs @alexfrance free Babel fish provided,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/755137454655541248,[],[],0,,False,229,17,15,,None,,,,,,,"[{'screen_name': 'PaulPrijs', 'name': 'Paul Prijs', 'id': '130852117'}, {'screen_name': 'alexfrance', 'name': 'Alex France', 'id': '10439732'}]",,,, +1476,754968472929574912,754968472929574912,1468833485000.0,2016-07-18 09:18:05,+0000,,Bit of a distraction yesterday. Working on plan today.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/754968472929574912,[],[],0,,False,3295,302,442,,None,,,,,,,[],,,, +1477,754931091891453952,754931091891453952,1468824572000.0,2016-07-18 06:49:32,+0000,,Out on LZ-1. We just completed the post-landing inspection and all systems look good. Ready to fly again. https://t.co/1OfA8h7Vrf,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/754931091891453952,[],['https://pbs.twimg.com/media/CnoN011WgAAL4wh.jpg'],1,https://pbs.twimg.com/media/CnoN011WgAAL4wh.jpg,False,13986,349,3899,,None,,,,,,,[],,,, +1478,754908615757234176,754908615757234176,1468819214000.0,2016-07-18 05:20:14,+0000,,Falcon on LZ-1 at Cape Canaveral https://t.co/dBkjBCDIRs,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/754908615757234176,[],['https://pbs.twimg.com/media/Cnn5YVuWYAAmTvt.jpg'],1,https://pbs.twimg.com/media/Cnn5YVuWYAAmTvt.jpg,False,6685,248,1771,,None,,,,,,,[],,,, +1479,754858623357095936,754786895343779840,1468807295000.0,2016-07-18 02:01:35,+0000,,"@BilalNaseer Thanks. Exactly. Some in the press think they're so much smarter than Tesla owners that ""they know better"". Makes no sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/754858623357095936,[],[],0,,False,418,28,51,,None,,,,,,,"[{'screen_name': 'BilalNaseer', 'name': 'Bilal Naseer', 'id': '15795337'}]",,,, +1480,754804233107562496,754786895343779840,1468794327000.0,2016-07-17 22:25:27,+0000,,"@MacTechGenius V8 will be our biggest release since v1, so taking longer to refine. Awesome on every level. Meeting w design team every day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/754804233107562496,[],[],0,,False,458,29,70,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +1481,754801124755013633,754786895343779840,1468793586000.0,2016-07-17 22:13:06,+0000,,"Tesla customers are v smart & don't want media speaking on their behalf abt Autopilot. Recent poll: 0.0% want it disabled -- not 0.1%, 0.0%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/754801124755013633,[],[],0,,False,5607,194,1780,,None,,,,,,,[],,,, +1482,754798592880156672,754769913814941696,1468792982000.0,2016-07-17 22:03:02,+0000,,"@heroineworshipe @BoschGlobal It can at moderate range, but our ultrasonics are very good at human (or anything >= water density) detection",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/754798592880156672,[],[],0,,False,192,10,25,,None,,,,,,,"[{'screen_name': 'heroineworshipe', 'name': 'heroine worshiper', 'id': '276659403'}, {'screen_name': 'BoschGlobal', 'name': 'BoschGlobal', 'id': '217030924'}]",,,, +1483,754793746483572736,754786895343779840,1468791827000.0,2016-07-17 21:43:47,+0000,,@MacTechGenius Improved fan speed algorithm coming soon. Doesn't need to be so loud.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/754793746483572736,[],[],0,,False,270,7,27,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +1484,754786895343779840,754786895343779840,1468790193000.0,2016-07-17 21:16:33,+0000,,Great rebuttal by a Tesla owner to those calling for Autopilot to be disabled. Was written with zero input from us. https://t.co/Kfg1ewKoCZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/754786895343779840,['https://teslamotorsclub.com/tmc/threads/autopilot-note-to-drivers-and-consumer-reports.73715/'],[],0,,False,3405,135,1035,,None,,,,,,,[],,,, +1485,754776743156805632,754272832440250368,1468787773000.0,2016-07-17 20:36:13,+0000,,@Tyler_K_Berg That is a very good point!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/754776743156805632,[],[],0,,False,201,9,7,,None,,,,,,,"[{'screen_name': 'Tyler_K_Berg', 'name': 'Tyler Berg', 'id': '3296793750'}]",,,, +1486,754772663365664768,754272832440250368,1468786800000.0,2016-07-17 20:20:00,+0000,,Have to focus on tonight's @SpaceX launch. Will post Tesla (master) product plan afterwards.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/754772663365664768,[],[],0,,False,3895,247,865,,None,,,,,,,[],,,, +1487,754772024657113088,754769913814941696,1468786648000.0,2016-07-17 20:17:28,+0000,,"Btw, want to thank both Bosch and MobilEye for their help and support in making Autopilot better. Please direct all criticism at Tesla.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/754772024657113088,[],[],0,,False,2508,83,384,,None,,,,,,,[],,,, +1488,754769913814941696,754769913814941696,1468786145000.0,2016-07-17 20:09:05,+0000,,"Promising call today with @BoschGlobal, maker of our radar sensor. Looks like significant improvements possible via OTA software update.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/754769913814941696,[],[],0,,False,3308,119,628,,None,,,,,,,[],,,, +1489,754687525034270720,754652713418428419,1468766502000.0,2016-07-17 14:41:42,+0000,,@Mikey67Tang much appreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/754687525034270720,[],[],0,,False,153,7,8,,None,,,,,,,"[{'screen_name': 'Mikey67Tang', 'name': 'Mikey Johnstone', 'id': '233625547'}]",,,, +1490,754687383308730368,754652713418428419,1468766468000.0,2016-07-17 14:41:08,+0000,,@reddersla Usually true. We need more sane and reasonable people making their voice heard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/754687383308730368,[],[],0,,False,214,10,32,,None,,,,,,,"[{'screen_name': 'reddersla', 'name': 'Neale', 'id': '1184325564'}]",,,, +1491,754652713418428419,754652713418428419,1468758202000.0,2016-07-17 12:23:22,+0000,,Sensible article on Autopilot by @the guardian https://t.co/BbvXaNI4Xk,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/754652713418428419,['https://www.theguardian.com/commentisfree/2016/jul/17/self-driving-car-crash-proves-nothing-tesla-autopilot'],[],0,,False,2800,143,1163,,None,,,,,,,[],,,, +1492,754284893471780864,754272832440250368,1468670507000.0,2016-07-16 12:01:47,+0000,,@ForIn2020 @KellyBlueJazz On the other hand I do answer a toy phone like it's real,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,12,https://twitter.com/elonmusk/status/754284893471780864,[],[],0,,False,497,26,56,,None,,,,,,,"[{'screen_name': 'ForIn2020', 'name': 'ForIn2020🌅', 'id': '823512042'}, {'screen_name': 'KellyBlueJazz', 'name': 'Kelly R', 'id': '4862511498'}]",,,, +1493,754277459009298432,754272832440250368,1468668734000.0,2016-07-16 11:32:14,+0000,,@ForIn2020 @KellyBlueJazz large amounts of crack,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754277459009298432,[],[],0,,False,2066,62,791,,None,,,,,,,"[{'screen_name': 'ForIn2020', 'name': 'ForIn2020🌅', 'id': '823512042'}, {'screen_name': 'KellyBlueJazz', 'name': 'Kelly R', 'id': '4862511498'}]",,,, +1494,754275814456201216,754272832440250368,1468668342000.0,2016-07-16 11:25:42,+0000,,"@KellyBlueJazz 6 hours normally, but a lot less these days",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754275814456201216,[],[],0,,False,323,27,30,,None,,,,,,,"[{'screen_name': 'KellyBlueJazz', 'name': 'Kelly R', 'id': '4862511498'}]",,,, +1495,754272832440250368,754272832440250368,1468667631000.0,2016-07-16 11:13:51,+0000,,Sunday is the end of the week :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754272832440250368,[],[],0,,False,4184,456,790,,None,,,,,,,[],,,, +1496,754272460602617856,753785936257835008,1468667542000.0,2016-07-16 11:12:22,+0000,,@Guid00 yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754272460602617856,[],[],0,,False,95,1,3,,None,,,,,,,"[{'screen_name': 'Guid00', 'name': 'Guido', 'id': '115553230'}]",,,, +1497,754272271372398592,753785936257835008,1468667497000.0,2016-07-16 11:11:37,+0000,,@shortword good up to ~160km/h,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754272271372398592,[],[],0,,False,97,6,6,,None,,,,,,,"[{'screen_name': 'shortword', 'name': 'Paul Kelly', 'id': '15645692'}]",,,, +1498,754263267199979520,753785936257835008,1468665351000.0,2016-07-16 10:35:51,+0000,,Our radar is using a wavelength of 3.9mm. A good size for both decent resolution and rain penetration. Am hopeful...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/754263267199979520,[],[],0,,False,2085,141,311,,None,,,,,,,[],,,, +1499,753845365846138880,753785936257835008,1468565715000.0,2016-07-15 06:55:15,+0000,,@RuthEdick especially well,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/753845365846138880,[],[],0,,False,119,7,5,,None,,,,,,,"[{'screen_name': 'RuthEdick', 'name': 'Ruth Edick', 'id': '3320788901'}]",,,, +1500,753844173313183745,753699861636128768,1468565431000.0,2016-07-15 06:50:31,+0000,,@pfierens Logs were downloaded for NHTSA and NTSB. Identical copies to all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/753844173313183745,[],[],0,,False,124,3,10,,None,,,,,,,"[{'screen_name': 'pfierens', 'name': 'Philippe Fierens', 'id': '235683144'}]",,,, +1501,753843823546028040,753785936257835008,1468565347000.0,2016-07-15 06:49:07,+0000,,"Good thing about radar is that, unlike lidar (which is visible wavelength), it can see through rain, snow, fog and dust",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/753843823546028040,[],[],0,,False,3561,214,636,,None,,,,,,,[],,,, +1502,753795303170420736,753785936257835008,1468553779000.0,2016-07-15 03:36:19,+0000,,@collinalexbell yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753795303170420736,[],[],0,,False,85,10,1,,None,,,,,,,[],,,, +1503,753791633204781058,753785936257835008,1468552904000.0,2016-07-15 03:21:44,+0000,,@erik_smith1 @ihavetweets certainly moderate and maybe big advances w no incremental hardware,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753791633204781058,[],[],0,,False,142,12,14,,None,,,,,,,"[{'screen_name': 'erik_smith1', 'name': 'Erik Smith', 'id': '1367598805'}, {'screen_name': 'ihavetweets', 'name': 'Mark', 'id': '59947766'}]",,,, +1504,753789713807355904,753785936257835008,1468552447000.0,2016-07-15 03:14:07,+0000,,@ihavetweets effective stereo by comparing data at various points in time while moving,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753789713807355904,[],[],0,,False,134,13,13,,None,,,,,,,"[{'screen_name': 'ihavetweets', 'name': 'Mark', 'id': '59947766'}]",,,, +1505,753788944714649600,753785936257835008,1468552263000.0,2016-07-15 03:11:03,+0000,,@SimplyDonya elevation too,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753788944714649600,[],[],0,,False,93,1,3,,None,,,,,,,"[{'screen_name': 'SimplyDonya', 'name': 'ᴱᶫʸˢᶦᵃᶰ ᴸᵘᶫᶫᵃᵇʸ🌻🕊️', 'id': '348634007'}]",,,, +1506,753786870379581442,753699861636128768,1468551769000.0,2016-07-15 03:02:49,+0000,,@DanistopMe only just gained access to physical vehicle,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753786870379581442,[],[],0,,False,117,5,8,,None,,,,,,,"[{'screen_name': 'DanistopMe', 'name': 'Daniel', 'id': '3180659368'}]",,,, +1507,753786447904198657,753699861636128768,1468551668000.0,2016-07-15 03:01:08,+0000,,@att1cus86 @DMC_Ryan AP process crash would show up in logs,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753786447904198657,[],[],0,,False,106,1,4,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1508,753785936257835008,753785936257835008,1468551546000.0,2016-07-15 02:59:06,+0000,,"Working on using existing Tesla radar by itself (decoupled from camera) w temporal smoothing to create a coarse point cloud, like lidar",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/753785936257835008,[],[],0,,False,6171,361,1972,,None,,,,,,,[],,,, +1509,753781810518122497,753699861636128768,1468550562000.0,2016-07-15 02:42:42,+0000,,"@DMC_Ryan Maybe didn't realize he turned it off, but the car does issue a loud chime and a visual warning on the instrument cluster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/753781810518122497,[],[],0,,False,165,20,15,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1510,753710366006267904,753699861636128768,1468533529000.0,2016-07-14 21:58:49,+0000,,@scojjac exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/753710366006267904,[],[],0,,False,247,8,13,,None,,,,,,,"[{'screen_name': 'scojjac', 'name': 'scojjac', 'id': '1019305246579777536'}]",,,, +1511,753699861636128768,753699861636128768,1468531024000.0,2016-07-14 21:17:04,+0000,,"Onboard vehicle logs show Autopilot was turned off in Pennsylvania crash. Moreover, crash would not have occurred if it was on.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/753699861636128768,[],[],0,,False,12363,390,5125,,None,,,,,,,[],,,, +1512,753681461576740864,753681461576740864,1468526637000.0,2016-07-14 20:03:57,+0000,,EU regulators find no safety concerns with Autopilot https://t.co/zOykm4XeHP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/753681461576740864,['http://electrek.co/2016/07/14/european-authority-tesla-autopilot-after-beta-scare/'],[],0,,False,3108,120,1030,,None,,,,,,,[],,,, +1513,753525069553381376,753518762511433728,1468489351000.0,2016-07-14 09:42:31,+0000,,@TheHackersNews @defcon It's all fun & games until ... https://t.co/cRAn0S8ooX,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/753525069553381376,['https://en.m.wikipedia.org/wiki/Skynet_(Terminator)'],[],0,,False,440,33,169,,None,,,,,,,"[{'screen_name': 'TheHackersNews', 'name': 'The Hacker News', 'id': '209811713'}, {'screen_name': 'defcon', 'name': 'DEF CON', 'id': '14924965'}]",,,, +1514,753125662874042369,753125662874042369,1468394125000.0,2016-07-13 07:15:25,+0000,,We don't mind taking the heat for customer safety. It is the right thing to do. From @RoadandTrack https://t.co/D181ui1jB0,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/753125662874042369,['http://www.roadandtrack.com/car-culture/news/a29944/leave-tesla-alone/'],[],0,,False,4894,226,1576,,None,,,,,,,[],,,, +1515,752721031735812096,752717982506164224,1468297653000.0,2016-07-12 04:27:33,+0000,,@kumailn @RealDaveBarton @JuddApatow @SiliconHBO @FredericLambert @MikeJudge can't wait to see the costume,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/752721031735812096,[],[],0,,False,320,13,35,,None,,,,,,,"[{'screen_name': 'kumailn', 'name': 'Kumail Nanjiani', 'id': '28406270'}, {'screen_name': 'JuddApatow', 'name': 'Judd Apatow', 'id': '88749392'}, {'screen_name': 'SiliconHBO', 'name': 'Silicon Valley', 'id': '2821417461'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'MikeJudge', 'name': 'Mike Judge', 'id': '930625267'}]",,,, +1516,752719954219192320,752717982506164224,1468297396000.0,2016-07-12 04:23:16,+0000,,@RealDaveBarton @kumailn @JuddApatow @SiliconHBO @FredericLambert Only if I can play a monkey,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/752719954219192320,[],[],0,,False,318,12,43,,None,,,,,,,"[{'screen_name': 'kumailn', 'name': 'Kumail Nanjiani', 'id': '28406270'}, {'screen_name': 'JuddApatow', 'name': 'Judd Apatow', 'id': '88749392'}, {'screen_name': 'SiliconHBO', 'name': 'Silicon Valley', 'id': '2821417461'}]",,,, +1517,752680739213156353,752680739213156353,1468288047000.0,2016-07-12 01:47:27,+0000,,"Tesla finishes last in being salesy! Good. Also, I can't believe there is a real Pied Piper. https://t.co/9Zzijxxyy4",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/752680739213156353,['http://electrek.co/2016/07/11/tesla-finishes-last-mystery-shoppers-study-staff-like-museum-curators/'],[],0,,False,5654,261,1421,,None,,,,,,,[],,,, +1518,752272158517112835,752272158517112835,1468190633000.0,2016-07-10 22:43:53,+0000,,Something like that https://t.co/aufFuB5VXo,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/752272158517112835,['https://twitter.com/jigarshahdc/status/752270566548205569'],[],0,,False,958,78,211,https://twitter.com/jigarshahdc/status/752270566548205569,None,,,,,,,[],,,, +1519,752270839458869249,752218264499949568,1468190319000.0,2016-07-10 22:38:39,+0000,,@nickg_uk already taken care of,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/752270839458869249,[],[],0,,False,322,25,28,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}]",,,, +1520,752218264499949568,752218264499949568,1468177784000.0,2016-07-10 19:09:44,+0000,,Kinda. Creating a seamlessly integrated Tesla battery & solar power product that looks beautiful is the reason https://t.co/4z6MzBB9p2,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/752218264499949568,['https://twitter.com/qz/status/752105104921096192'],[],0,,False,4234,188,1184,https://twitter.com/qz/status/752105104921096192,None,,,,,,,[],,,, +1521,752204733339701249,752190828798353408,1468174558000.0,2016-07-10 18:15:58,+0000,,@SwiftOnSecurity I like your tweets!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/752204733339701249,[],[],0,,False,1023,22,127,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +1522,752204607753842688,752190828798353408,1468174528000.0,2016-07-10 18:15:28,+0000,,"@SwiftOnSecurity Tricky in 140 chars, but: 1B needed for min statistical sample size. More software mods and data may be needed beyond that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/752204607753842688,[],[],0,,False,201,7,26,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +1523,752203559043641344,752203559043641344,1468174278000.0,2016-07-10 18:11:18,+0000,,Blog on Autopilot by @PeterDiamandis https://t.co/LR5zuw3J9X,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/752203559043641344,['http://diamandis.com/tech-blog'],[],0,,False,1235,58,418,,None,,,,,,,[],,,, +1524,752201456980078593,752190828798353408,1468173777000.0,2016-07-10 18:02:57,+0000,,@bolayer @SwiftOnSecurity US is ~11 deaths per billion miles. WW is 17 deaths per billion. Autopilot already much better than either so far.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/752201456980078593,[],[],0,,False,266,21,54,,None,,,,,,,"[{'screen_name': 'bolayer', 'name': 'Bo Layer', 'id': '237428719'}, {'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +1525,752199681166315521,752190828798353408,1468173353000.0,2016-07-10 17:55:53,+0000,,@c4757p @SwiftOnSecurity Unless we get there and find it isn't enough. Just won't be before 1B.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752199681166315521,[],[],0,,False,84,3,3,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +1526,752198648469917696,752190828798353408,1468173107000.0,2016-07-10 17:51:47,+0000,,"@FantaAIex It is extensively tested in the lab and in the Tesla test fleet. However, there is no substitute for real world experience.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752198648469917696,[],[],0,,False,158,10,15,,None,,,,,,,[],,,, +1527,752197971253485568,752190828798353408,1468172946000.0,2016-07-10 17:49:06,+0000,,"@SwiftOnSecurity With less than 1B miles, there simply isn't enough data. 1B is a necessary but not necessarily sufficient condition.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752197971253485568,[],[],0,,False,196,9,23,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +1528,752196881871040512,752190828798353408,1468172686000.0,2016-07-10 17:44:46,+0000,,"@nicatronTg @SwiftOnSecurity Thanks. Point of calling it ""beta"" was to emphasize to those who chose to use it that it wasn't perfect.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752196881871040512,[],[],0,,False,129,10,11,,None,,,,,,,"[{'screen_name': 'nicatronTg', 'name': 'Lucas Nicodemus', 'id': '14098069'}, {'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +1529,752195886990569473,752190828798353408,1468172449000.0,2016-07-10 17:40:49,+0000,,@_CraigR @FortuneMagazine exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752195886990569473,[],[],0,,False,71,0,0,,None,,,,,,,"[{'screen_name': '_CraigR', 'name': 'CraigR', 'id': '1137109897'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +1530,752195771093512192,752190828798353408,1468172421000.0,2016-07-10 17:40:21,+0000,,"@wfederman @stegen @FortuneMagazine that wasn't criticism, just clarification",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752195771093512192,[],[],0,,False,79,2,1,,None,,,,,,,"[{'screen_name': 'wfederman', 'name': 'Will Federman', 'id': '65842968'}, {'screen_name': 'stegen', 'name': 'Michael Stegen', 'id': '24524925'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +1531,752195495263514624,752190828798353408,1468172355000.0,2016-07-10 17:39:15,+0000,,@SwiftOnSecurity why?,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752195495263514624,[],[],0,,False,134,9,6,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwftOmSecyritu', 'id': '2436389418'}]",,,, +1532,752195291093213185,752190828798353408,1468172307000.0,2016-07-10 17:38:27,+0000,,@wfederman @stegen @FortuneMagazine thought I was posting Reuters. Copied the wrong link.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752195291093213185,[],[],0,,False,67,2,1,,None,,,,,,,"[{'screen_name': 'wfederman', 'name': 'Will Federman', 'id': '65842968'}, {'screen_name': 'stegen', 'name': 'Michael Stegen', 'id': '24524925'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +1533,752193726462586881,752190828798353408,1468171934000.0,2016-07-10 17:32:14,+0000,,@vicentes Probably six months. Will include hundreds of refinements to handle rare corner cases in Autopilot.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752193726462586881,[],[],0,,False,137,10,7,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +1534,752193163742228480,752190828798353408,1468171799000.0,2016-07-10 17:29:59,+0000,,"@stegen @FortuneMagazine you're right, no point",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752193163742228480,[],[],0,,False,87,3,1,,None,,,,,,,"[{'screen_name': 'stegen', 'name': 'Michael Stegen', 'id': '24524925'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +1535,752192639403896833,752190828798353408,1468171674000.0,2016-07-10 17:27:54,+0000,,"@chirag Use of word ""beta"" is explicitly so that drivers don't get comfortable. It is not beta software in the standard sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752192639403896833,[],[],0,,False,173,12,18,,None,,,,,,,"[{'screen_name': 'chirag', 'name': 'Chirag Patnaik', 'id': '1469331'}]",,,, +1536,752190828798353408,752190828798353408,1468171243000.0,2016-07-10 17:20:43,+0000,,"Misunderstanding of what ""beta"" means to Tesla for Autopilot: any system w less than 1B miles of real world driving https://t.co/WG5vnFvegI",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752190828798353408,['http://fortune.com/2016/07/10/german-beta-phase-tesla-autopilot/?xid=yahoo_fortune'],[],0,,False,2094,193,665,,None,,,,,,,[],,,, +1537,752184088111362048,752184088111362048,1468169636000.0,2016-07-10 16:53:56,+0000,,Today is Nikola Tesla's birthday. I hope he likes what we've done in his name.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/752184088111362048,[],[],0,,False,32359,566,11308,,None,,,,,,,[],,,, +1538,752182992982843392,752182992982843392,1468169375000.0,2016-07-10 16:49:35,+0000,,"Working on Top Secret Tesla Masterplan, Part 2. Hoping to publish later this week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/752182992982843392,[],[],0,,False,12485,704,3427,,None,,,,,,,[],,,, +1539,751648486416871424,751635420644044800,1468041938000.0,2016-07-09 05:25:38,+0000,,"@BrooklynBrett @LeoOD3 @Conleich Story was fed to LAT & many other media to counter IMF $5T/year fossil subsidy study. Hey, both have a 5!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/751648486416871424,[],[],0,,False,148,15,20,,None,,,,,,,"[{'screen_name': 'BrooklynBrett', 'name': 'Brett', 'id': '19675718'}, {'screen_name': 'LeoOD3', 'name': 'LeoOD3', 'id': '101809360'}]",,,, +1540,751647322375876608,751635420644044800,1468041661000.0,2016-07-09 05:21:01,+0000,,@AllyTaft seriously,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/751647322375876608,[],[],0,,False,111,3,9,,None,,,,,,,"[{'screen_name': 'AllyTaft', 'name': 'Allyson Taft', 'id': '26007626'}]",,,, +1541,751635420644044800,751635420644044800,1468038823000.0,2016-07-09 04:33:43,+0000,,Love reddit. Gandel gets shredded & won't even answer top 3 upvoted questions. Some really funny comments about Koch https://t.co/PJrqys3Rmc,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/751635420644044800,['https://m.reddit.com/r/IAmA/comments/4rqa6q/hey_i_am_stephen_gandel_a_senior_editor_at/?xid=soc_socialflow_twitter_FORTUNE&utm_source=mweb_redirect&compact=true'],[],0,,False,4311,140,821,,None,,,,,,,[],,,, +1542,751516148739416064,751516148739416064,1468010387000.0,2016-07-08 20:39:47,+0000,,"Model S had the lowest probability of injury of any car ever tested by NHTSA, which is why ... https://t.co/9tZZJEc5wg",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/751516148739416064,['http://electrek.co/2016/07/07/tesla-model-s-son-survive-80mph-crash-truck-images/'],[],0,,False,5775,158,2068,,None,,,,,,,[],,,, +1543,751513637861224449,751497461684899841,1468009788000.0,2016-07-08 20:29:48,+0000,,@polina_marinova @alansmurray @CNBC thanks,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/751513637861224449,[],[],0,,False,80,0,8,,None,,,,,,,"[{'screen_name': 'polina_marinova', 'name': 'Polina', 'id': '190408726'}, {'screen_name': 'alansmurray', 'name': 'Alan Murray', 'id': '13565472'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +1544,751318492775747586,751018942395740160,1467963262000.0,2016-07-08 07:34:22,+0000,,"@mrmeireles true, good point",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/751318492775747586,[],[],0,,False,111,7,5,,None,,,,,,,"[{'screen_name': 'mrmeireles', 'name': 'Marcelo Meireles', 'id': '20835362'}]",,,, +1545,751304230594613248,751018942395740160,1467959861000.0,2016-07-08 06:37:41,+0000,,"@alansmurray No, you were misleading mostly on your own, but w many copycats. Jalopnik just lost it's sense of irony & didn't get my tweet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/751304230594613248,[],[],0,,False,131,10,12,,None,,,,,,,"[{'screen_name': 'alansmurray', 'name': 'Alan Murray', 'id': '13565472'}]",,,, +1546,750838518524542980,750336091614359552,1467848827000.0,2016-07-06 23:47:07,+0000,,"@disinformatico @Eddy_Jahn cool, thanks :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750838518524542980,[],[],0,,False,83,7,7,,None,,,,,,,"[{'screen_name': 'disinformatico', 'name': 'Paolo Attivissimo', 'id': '7111232'}, {'screen_name': 'Eddy_Jahn', 'name': 'Edward Jay', 'id': '4313173582'}]",,,, +1547,750837854021058560,750336091614359552,1467848668000.0,2016-07-06 23:44:28,+0000,,@gdoehne @disinformatico @Eddy_Jahn The Google term of self-driving would probably be more appropriate then.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750837854021058560,[],[],0,,False,102,5,7,,None,,,,,,,"[{'screen_name': 'GDoehne', 'name': 'Gitty Doehne', 'id': '993641291614380032'}, {'screen_name': 'disinformatico', 'name': 'Paolo Attivissimo', 'id': '7111232'}, {'screen_name': 'Eddy_Jahn', 'name': 'Edward Jay', 'id': '4313173582'}]",,,, +1548,750837202398093312,750336091614359552,1467848513000.0,2016-07-06 23:41:53,+0000,,"@disinformatico @Eddy_Jahn In other words, the intended implication is that a driver must remain alert, just as a pilot must remain alert.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750837202398093312,[],[],0,,False,174,16,30,,None,,,,,,,"[{'screen_name': 'disinformatico', 'name': 'Paolo Attivissimo', 'id': '7111232'}, {'screen_name': 'Eddy_Jahn', 'name': 'Edward Jay', 'id': '4313173582'}]",,,, +1549,750836652109594626,750336091614359552,1467848382000.0,2016-07-06 23:39:42,+0000,,"@disinformatico @Eddy_Jahn Tesla Tesla Autopilot is named after aircraft autopilot, as it is always expected that a pilot must stay alert.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750836652109594626,[],[],0,,False,272,18,71,,None,,,,,,,"[{'screen_name': 'disinformatico', 'name': 'Paolo Attivissimo', 'id': '7111232'}, {'screen_name': 'Eddy_Jahn', 'name': 'Edward Jay', 'id': '4313173582'}]",,,, +1550,750835746613915648,750829352229695488,1467848166000.0,2016-07-06 23:36:06,+0000,,"@jacobrossi All publicly known Tesla product developments are called out, incl vehicles and batteries. Would be odd *not* to include.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750835746613915648,[],[],0,,False,102,2,7,,None,,,,,,,"[{'screen_name': 'jacobrossi', 'name': 'Jacob Rossi', 'id': '39696825'}]",,,, +1551,750829352229695488,750829352229695488,1467846641000.0,2016-07-06 23:10:41,+0000,,Tesla response to the misleading Fortune articles about Autopilot https://t.co/zWRM3aMnVC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750829352229695488,['http://tesla.com/blog/misfortune'],[],0,,False,3874,202,1630,,None,,,,,,,[],,,, +1552,750820987676061696,750820987676061696,1467844647000.0,2016-07-06 22:37:27,+0000,,Sponsored articles … https://t.co/i8QsJYU4Ee,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/750820987676061696,['http://electrek.co/2016/07/06/fortune-elon-musk-tesla-autopilot-accident-boilerplate-statement/'],[],0,,False,1413,88,382,,None,,,,,,,[],,,, +1553,750446098020503552,750446098020503552,1467755267000.0,2016-07-05 21:47:47,+0000,,Because of course I hate flamingos...(maybe try eating fewer flamingo eggs in your salad) https://t.co/tUKsWqCobo,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/750446098020503552,['http://m.timesofindia.com/tech/computing/How-Elon-Musks-Tesla-Motors-maybe-killing-flamingos-with-its-electric-cars/articleshow/53062798.cms?utm_source=facebook&utm_medium=referral&utm_campaign=TOITech'],[],0,,False,2993,416,728,,None,,,,,,,[],,,, +1554,750354728169644032,750349893869330432,1467733482000.0,2016-07-05 15:44:42,+0000,,@apple_defense @samabuelsamid Exactly! I love Twitter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/750354728169644032,[],[],0,,False,328,13,41,,None,,,,,,,"[{'screen_name': 'apple_defense', 'name': 'Apple La Défense', 'id': '1303774976428986376'}, {'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +1555,750353176570789888,750349893869330432,1467733112000.0,2016-07-05 15:38:32,+0000,,@samabuelsamid Wrong to exclude non-occupant deaths. Autopilot would have prevented this cyclist from being killed https://t.co/ic9liqnyDN,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/750353176570789888,['http://www.autoblog.com/2014/02/10/tesla-new-car-smell-fatal-cyclist-crash/'],[],0,,False,224,18,39,,None,,,,,,,"[{'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +1556,750351150382194688,750336091614359552,1467732629000.0,2016-07-05 15:30:29,+0000,,"@alansmurray If you care about auto deaths as material to stock prices, why no articles about 1M+/year deaths from other auto companies?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/750351150382194688,[],[],0,,False,867,52,204,,None,,,,,,,"[{'screen_name': 'alansmurray', 'name': 'Alan Murray', 'id': '13565472'}]",,,, +1557,750350191044259840,750336091614359552,1467732401000.0,2016-07-05 15:26:41,+0000,,"@alansmurray Yes, it was material to you -- BS article increased your advertising revenue. Just wasn't material to TSLA, as shown by market.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/750350191044259840,[],[],0,,False,737,41,117,,None,,,,,,,"[{'screen_name': 'alansmurray', 'name': 'Alan Murray', 'id': '13565472'}]",,,, +1558,748625979271045121,748620607105839104,1467321316000.0,2016-06-30 21:15:16,+0000,,@artem_zin @theaweary Radar tunes out what looks like an overhead road sign to avoid false braking events,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/748625979271045121,[],[],0,,False,293,101,66,,None,,,,,,,"[{'screen_name': 'artem_zin', 'name': 'Artem Zinnatullin', 'id': '2787250856'}]",,,, +1559,748620607105839104,748620607105839104,1467320036000.0,2016-06-30 20:53:56,+0000,,Our condolences for the tragic loss https://t.co/zI2100zEGL,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/748620607105839104,['https://www.teslamotors.com/blog/tragic-loss'],[],0,,False,3855,291,1525,,None,,,,,,,[],,,, +1560,748144067972759552,748140919501656066,1467206420000.0,2016-06-29 13:20:20,+0000,,@NikolaNikolov16 Shakespeare. Then love-devouring death do what he dare; It is enough I may but call her mine.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/748144067972759552,[],[],0,,False,294,32,51,,None,,,,,,,"[{'screen_name': 'NikolaNikolov16', 'name': 'Dunbar', 'id': '491237825'}]",,,, +1561,748141575163654144,748140919501656066,1467205825000.0,2016-06-29 13:10:25,+0000,,@collinalexbell aspirationally,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/748141575163654144,[],[],0,,False,176,5,10,,None,,,,,,,[],,,, +1562,748140919501656066,748140919501656066,1467205669000.0,2016-06-29 13:07:49,+0000,,"My son recently asked what my favorite animal was. Well, of course … https://t.co/hpTniMe1mF",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/748140919501656066,['http://hitchhikers.wikia.com/wiki/Ravenous_Bugblatter_Beast_of_Traal'],[],0,,False,3232,182,687,,None,,,,,,,[],,,, +1563,748136300952182785,748136300952182785,1467204568000.0,2016-06-29 12:49:28,+0000,,Thoughtful analysis of the Tesla/SolarCity merger by @tsrandall https://t.co/4Ba3px7hb8,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,12,https://twitter.com/elonmusk/status/748136300952182785,['http://www.bloomberg.com/news/articles/2016-06-29/-tesla-solar-wants-to-be-the-apple-store-for-electricity'],[],0,,False,2475,120,1131,,None,,,,,,,[],,,, +1564,747887079808327680,747887079808327680,1467145149000.0,2016-06-28 20:19:09,+0000,,Thanks for the kind bday wishes!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/747887079808327680,[],[],0,,False,5607,987,329,,None,,,,,,,[],,,, +1565,747300198750183424,747300011617071104,1467005226000.0,2016-06-27 05:27:06,+0000,,@vicentes cute!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/747300198750183424,[],[],0,,False,175,27,9,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +1566,747298912986226689,747278446997364740,1467004919000.0,2016-06-27 05:21:59,+0000,,@tjeviston @business exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/747298912986226689,[],[],0,,False,149,4,7,,None,,,,,,,"[{'screen_name': 'tjeviston', 'name': 'Tim Eviston', 'id': '2870255077'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +1567,747298731691696130,747278789969846272,1467004876000.0,2016-06-27 05:21:16,+0000,,@newsycombinator @mashable We haven't signed anything for a factory in China,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/747298731691696130,[],[],0,,False,428,25,98,,None,,,,,,,"[{'screen_name': 'newsycombinator', 'name': 'Hacker News', 'id': '14335498'}]",,,, +1568,747298044861784064,747298044861784064,1467004712000.0,2016-06-27 05:18:32,+0000,,"Deluded, deranged, etc. Journalistic thesaurus sure got a lot of use last week ... https://t.co/KFHD1FXvIe",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/747298044861784064,['http://www.forbes.com/sites/brookecrothers/2016/06/26/this-week-in-tesla-news-elon-musk-is-deluded-deranged-and-other-questionable-headlines/#736393734035'],[],0,,False,4188,400,1036,,None,,,,,,,[],,,, +1569,745424036121837568,745403573329100804,1466557914000.0,2016-06-22 01:11:54,+0000,,"@Recode Article is misleading to readers. No one is ""taking home"" anything. In a stock for stock transaction, nothing comes off the table.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/745424036121837568,[],[],0,,False,757,90,156,,None,,,,,,,"[{'screen_name': 'Recode', 'name': 'Recode', 'id': '2244340904'}]",,,, +1570,745010737215504384,745008745604734976,1466459376000.0,2016-06-20 21:49:36,+0000,,@WilliamShatner Of course. Our love will never die.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/745010737215504384,[],[],0,,False,555,28,81,,None,,,,,,,"[{'screen_name': 'WilliamShatner', 'name': 'William Shatner', 'id': '15227791'}]",,,, +1571,744919583102951424,744919583102951424,1466437643000.0,2016-06-20 15:47:23,+0000,,This is going to be great https://t.co/jnej9HaBef,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/744919583102951424,['http://www.rollingstone.com/tv/news/watch-sentient-robots-in-creepy-westworld-trailer-20160620'],[],0,,False,2993,151,827,,None,,,,,,,[],,,, +1572,744552907563991040,744551674082136066,1466350220000.0,2016-06-19 15:30:20,+0000,,@KatelynBrock Drive units and battery are sealed,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/744552907563991040,[],[],0,,False,792,25,38,,None,,,,,,,"[{'screen_name': 'KatelynBrock', 'name': 'Antonia Bradley', 'id': '71026183'}]",,,, +1573,744552621072064512,744552621072064512,1466350152000.0,2016-06-19 15:29:12,+0000,,"If curious abt TSWLM car, am still planning to do a sports sub car that can drive on roads. Just a side project. Limited market potential :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/744552621072064512,[],[],0,,False,3571,244,675,,None,,,,,,,[],,,, +1574,744551674082136066,744551674082136066,1466349926000.0,2016-06-19 15:25:26,+0000,,"We *def* don't recommended this, but Model S floats well enough to turn it into a boat for short periods of time. Thrust via wheel rotation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/744551674082136066,[],[],0,,False,18353,634,7453,,None,,,,,,,[],,,, +1575,744549842496655360,744549842496655360,1466349490000.0,2016-06-19 15:18:10,+0000,,Tesla owner drives through a flooded tunnel & out the other side https://t.co/RmPxdZShhq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/744549842496655360,['http://electrek.co/2016/06/18/tesla-model-s-driving-swimming-flooded-tunnel-video/'],[],0,,False,4560,185,2304,,None,,,,,,,[],,,, +1576,743603466631733248,743603466631733248,1466123856000.0,2016-06-17 00:37:36,+0000,,"As mentioned at the beginning of the year, I'm expecting ~70% success rate on landings for the year. 2016 is the year of experimentation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/743603466631733248,[],[],0,,False,6420,248,1367,,None,,,,,,,[],,,, +1577,743602894226653184,743602894226653184,1466123720000.0,2016-06-17 00:35:20,+0000,,Looks like early liquid oxygen depletion caused engine shutdown just above the deck https://t.co/Sa6uCkpknY,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/743602894226653184,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/743602865516646402/pu/img/TKZhpVTb2PjToWnS.jpg,False,10838,634,5037,,None,,,,,,,[],,,, +1578,743602229307805696,743602229307805696,1466123561000.0,2016-06-17 00:32:41,+0000,,"Turns out the landing was not as fast we thought, but still hard enough to destroy the primary airframe and accordion the engines",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/743602229307805696,[],[],0,,False,3078,193,688,,None,,,,,,,[],,,, +1579,743600755739754497,743482256547733504,1466123210000.0,2016-06-17 00:26:50,+0000,,@fucktyler Thanks Tyler,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/743600755739754497,[],[],0,,False,18922,60,7797,,None,,,,,,,[],,,, +1580,743102502225076227,743102502225076227,1466004417000.0,2016-06-15 15:26:57,+0000,,Landing video will be posted when we gain access to cameras on the droneship later today. Maybe hardest impact to date. Droneship still ok.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743102502225076227,[],[],0,,False,4968,372,1189,,None,,,,,,,[],,,, +1581,743099301174247424,743099301174247424,1466003654000.0,2016-06-15 15:14:14,+0000,,Upgrades underway to enable rocket to compensate for a thrust shortfall on one of the three landing engines. Probably get there end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743099301174247424,[],[],0,,False,3640,192,783,,None,,,,,,,[],,,, +1582,743098357728444418,743097124011802624,1466003429000.0,2016-06-15 15:10:29,+0000,,@AstroOrionMK @BadAstronomer Quite rapid... Yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743098357728444418,[],[],0,,False,220,5,28,,None,,,,,,,"[{'screen_name': 'AstroOrionMK', 'name': 'Orion MK', 'id': '2979185716'}, {'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}]",,,, +1583,743097668725940225,743097668725940225,1466003264000.0,2016-06-15 15:07:44,+0000,,RUD = Rapid Unscheduled Disassembly :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743097668725940225,[],[],0,,False,5856,241,1951,,None,,,,,,,[],,,, +1584,743097337782763521,743097337782763521,1466003186000.0,2016-06-15 15:06:26,+0000,,Looks like thrust was low on 1 of 3 landing engines. High g landings v sensitive to all engines operating at max.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743097337782763521,[],[],0,,False,2539,137,902,,None,,,,,,,[],,,, +1585,743096769001578498,743096769001578498,1466003050000.0,2016-06-15 15:04:10,+0000,,"Ascent phase & satellites look good, but booster rocket had a RUD on droneship",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743096769001578498,[],[],0,,False,3245,200,1469,,None,,,,,,,[],,,, +1586,742120520678703105,742120520678703105,1465770294000.0,2016-06-12 22:24:54,+0000,,Highly recommend anything by Sean Carroll https://t.co/yVbceZm0Io,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742120520678703105,['https://twitter.com/seanmcarroll/status/728599116456984577'],[],0,,False,1777,78,323,https://twitter.com/seanmcarroll/status/728599116456984577,None,,,,,,,[],,,, +1587,742117913788719104,742112552633520128,1465769673000.0,2016-06-12 22:14:33,+0000,,"@seanmcarroll Am concerned that advanced life may be inherently unstable. Arguably, any civ capable of extinguishing itself eventually will.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742117913788719104,[],[],0,,False,429,53,115,,None,,,,,,,"[{'screen_name': 'seanmcarroll', 'name': 'Sean Carroll', 'id': '21611239'}]",,,, +1588,742117250799280128,742112552633520128,1465769515000.0,2016-06-12 22:11:55,+0000,,"@seanmcarroll Life you can talk to is another matter, of course. Many, many orders of magnitude less likely.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742117250799280128,[],[],0,,False,188,15,23,,None,,,,,,,"[{'screen_name': 'seanmcarroll', 'name': 'Sean Carroll', 'id': '21611239'}]",,,, +1589,742116619481014272,742112552633520128,1465769364000.0,2016-06-12 22:09:24,+0000,,@seanmcarroll No way. Look at chemotrophs and extremophiles. Primitive life is bloody everywhere. Highly under the ice on Europa imo.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742116619481014272,[],[],0,,False,286,35,44,,None,,,,,,,"[{'screen_name': 'seanmcarroll', 'name': 'Sean Carroll', 'id': '21611239'}]",,,, +1590,742115725477744640,742107564733661186,1465769151000.0,2016-06-12 22:05:51,+0000,,@spoite @rsmoz Hence the urgency of making life as we know it multiplanetary as soon as possible,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742115725477744640,[],[],0,,False,239,26,36,,None,,,,,,,"[{'screen_name': 'spoite', 'name': 'Spoite', 'id': '259931217'}, {'screen_name': 'rsmoz', 'name': 'moz ⚛️', 'id': '198601881'}]",,,, +1591,742108893459800065,742107564733661186,1465767522000.0,2016-06-12 21:38:42,+0000,,"@rsmoz That, speed of light constraint and quantum mechanics",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/742108893459800065,[],[],0,,False,234,36,28,,None,,,,,,,"[{'screen_name': 'rsmoz', 'name': 'moz ⚛️', 'id': '198601881'}]",,,, +1592,742108297122054147,742108297122054147,1465767380000.0,2016-06-12 21:36:20,+0000,,"And, no, I'm not an alien...but I used to be one",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/742108297122054147,[],[],0,,False,9526,411,3175,,None,,,,,,,[],,,, +1593,742107564733661186,742107564733661186,1465767205000.0,2016-06-12 21:33:25,+0000,,Latest science predicts > trillion alien civilizations. Either they don't last long or there are a *lot* of aliens https://t.co/oC9B2FlUuF,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/742107564733661186,['http://mobile.nytimes.com/2016/06/12/opinion/sunday/yes-there-have-been-aliens.html?smprod=nytcore-iphone&smid=nytcore-iphone-share&referer='],[],0,,False,4818,283,2334,,None,,,,,,,[],,,, +1594,741442624611966976,741411531582115841,1465608671000.0,2016-06-11 01:31:11,+0000,,"@BenjaminRPhoto @StephenPace Yeah, that matches what we've found so far. More likely unhinged than nefarious.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/741442624611966976,[],[],0,,False,182,147,20,,None,,,,,,,"[{'screen_name': 'BenjaminRPhoto', 'name': 'Benjamin Rosamond', 'id': '320500801'}, {'screen_name': 'StephenPace', 'name': 'Stephen Pace ❄', 'id': '14164137'}]",,,, +1595,741412152288808960,741411531582115841,1465601406000.0,2016-06-10 23:30:06,+0000,,Would seem to indicate that one or more people sought to create the false impression of a safety issue where none existed. Q is why?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/741412152288808960,[],[],0,,False,2621,622,624,,None,,,,,,,[],,,, +1596,741411531582115841,741411531582115841,1465601258000.0,2016-06-10 23:27:38,+0000,,"Of greater concern: 37 of 40 suspension complaints to NHTSA were fraudulent, i.e. false location or vehicle identification numbers were used",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/741411531582115841,[],[],0,,False,3552,202,1107,,None,,,,,,,[],,,, +1597,741410425787404288,741410425787404288,1465600994000.0,2016-06-10 23:23:14,+0000,,NHTSA confirmed today that they found no safety concern with the Model S suspension and have no further need for data from us on this matter,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/741410425787404288,[],[],0,,False,4724,151,1388,,None,,,,,,,[],,,, +1598,741341906999771136,741326703432241152,1465584658000.0,2016-06-10 18:50:58,+0000,,@DefTechPat That is correct. It was about innovation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/741341906999771136,[],[],0,,False,124,14,15,,None,,,,,,,"[{'screen_name': 'DefTechPat', 'name': 'Patrick Tucker', 'id': '25819140'}]",,,, +1599,741315106370244609,741315106370244609,1465578268000.0,2016-06-10 17:04:28,+0000,,Nice comment about the Model S by CvK on @TopGear_BBCA https://t.co/UlEn51onnG,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/741315106370244609,['http://www.topgear.com/car-news/interview/qa-pagani-vs-koenigsegg#7'],[],0,,False,946,42,160,,None,,,,,,,[],,,, +1600,740728719065665536,740723195431538689,1465438463000.0,2016-06-09 02:14:23,+0000,,@AdamHuet no,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/740728719065665536,[],[],0,,False,314,31,24,,None,,,,,,,"[{'screen_name': 'AdamHuet', 'name': 'Adam Huet', 'id': '198247582'}]",,,, +1601,740723195431538689,740723195431538689,1465437146000.0,2016-06-09 01:52:26,+0000,,Something about a flying metal suit... https://t.co/6Z1D9iZ1fV,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/740723195431538689,['http://www.cnn.com/2016/06/08/politics/elon-musk-ash-carter-pentagon/'],[],0,,False,11056,404,4761,,None,,,,,,,[],,,, +1602,740540471081062401,740383850820296707,1465393581000.0,2016-06-08 13:46:21,+0000,,@danahull yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/740540471081062401,[],[],0,,False,118,6,13,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +1603,740387141591535616,740383850820296707,1465357024000.0,2016-06-08 03:37:04,+0000,,S and X cells are also Panasonic,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/740387141591535616,[],[],0,,False,1571,110,310,,None,,,,,,,[],,,, +1604,740383850820296707,740383850820296707,1465356240000.0,2016-06-08 03:24:00,+0000,,Would like to clarify that Tesla is working exclusively with Panasonic for Model 3 cells. News articles claiming otherwise are incorrect.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/740383850820296707,[],[],0,,False,5411,159,1566,,None,,,,,,,[],,,, +1605,740296489532948480,740296489532948480,1465335411000.0,2016-06-07 21:36:51,+0000,,Fourth rocket arrives in the hangar. Aiming for first reflight in Sept/Oct. https://t.co/TqW8d6Cc3U,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/740296489532948480,[],['https://pbs.twimg.com/media/CkYPuxwUYAMaJLX.jpg'],1,https://pbs.twimg.com/media/CkYPuxwUYAMaJLX.jpg,False,8378,235,2258,,None,,,,,,,[],,,, +1606,739631614100004864,739594006762393600,1465176893000.0,2016-06-06 01:34:53,+0000,,"@tedismeiamted @PlayOverwatch @Blizzard_Ent PC, of course",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/739631614100004864,[],[],0,,False,2113,85,487,,None,,,,,,,"[{'screen_name': 'tedismeiamted', 'name': 'Ted Lim', 'id': '37027651'}, {'screen_name': 'PlayOverwatch', 'name': 'Overwatch', 'id': '2420931980'}, {'screen_name': 'Blizzard_Ent', 'name': 'Blizzard Entertainment', 'id': '331908924'}]",,,, +1607,739594006762393600,739594006762393600,1465167926000.0,2016-06-05 23:05:26,+0000,,Highly recommend @PlayOverwatch by the good people of @Blizzard_Ent if you like ultrafast team FPS action https://t.co/GAIamvAPnn,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/739594006762393600,['https://m.youtube.com/watch?v=oozuU1LI6XM'],[],0,,False,9571,332,3240,,None,,,,,,,[],,,, +1608,739557011554066432,739557011554066432,1465159106000.0,2016-06-05 20:38:26,+0000,,Trippy https://t.co/DtMD5AIRiq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/739557011554066432,['https://twitter.com/discovermag/status/739547392920289281'],[],0,,False,2015,70,685,https://twitter.com/discovermag/status/739547392920289281,None,,,,,,,[],,,, +1609,739509168722186241,739505236079955968,1465147699000.0,2016-06-05 17:28:19,+0000,,@ahess247 @Recode I love Douglas Adams! My favorite spaceship ever is in HHGTTG.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/739509168722186241,[],[],0,,False,201,85,30,,None,,,,,,,"[{'screen_name': 'ahess247', 'name': 'Arik Hesseldahl', 'id': '1045751'}]",,,, +1610,739193563938856960,739193563938856960,1465072453000.0,2016-06-04 20:34:13,+0000,,Exactly https://t.co/cy1AbIIo42,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/739193563938856960,['http://www.vox.com/2016/6/3/11837888/simulation-problem'],[],0,,False,4171,538,1708,,None,,,,,,,[],,,, +1611,739185293664747520,739185293664747520,1465070482000.0,2016-06-04 20:01:22,+0000,,Good article from @themotleyfool explaining how little incentives have actually contributed to Tesla funding https://t.co/zfC8di7EDX,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/739185293664747520,['http://www.fool.com/investing/2016/06/04/this-is-how-little-government-support-tesla-motors.aspx?source=yahoo-2&utm_campaign=article&utm_medium=feed&utm_source=yahoo-2'],[],0,,False,1683,61,485,,None,,,,,,,[],,,, +1612,739176652517707776,738998975118737408,1465068421000.0,2016-06-04 19:27:01,+0000,,@SwiftOnSecurity how did you know?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/739176652517707776,[],[],0,,False,298,11,45,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +1613,739006012749799424,739006012749799424,1465027738000.0,2016-06-04 08:08:58,+0000,,Creating a neural lace is the thing that really matters for humanity to achieve symbiosis with machines,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/739006012749799424,[],[],0,,False,4943,558,1653,,None,,,,,,,[],,,, +1614,739004504289353729,738998975118737408,1465027378000.0,2016-06-04 08:02:58,+0000,,@JedBrown5 @renzdimaandal @Goetzman @Tom_Stears exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/739004504289353729,[],[],0,,False,84,19,10,,None,,,,,,,"[{'screen_name': 'JedBrown5', 'name': 'Jed Brown', 'id': '1135701193'}, {'screen_name': 'renzdimaandal', 'name': 'Renz', 'id': '632593700'}, {'screen_name': 'Goetzman', 'name': 'Michael Goetzman', 'id': '56207177'}, {'screen_name': 'Tom_Stears', 'name': 'Thomas Tamblyn', 'id': '22143627'}]",,,, +1615,739001483249618948,738998975118737408,1465026658000.0,2016-06-04 07:50:58,+0000,,@renzdimaandal @Tom_Stears It is simulations all the way down,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/739001483249618948,[],[],0,,False,252,35,26,,None,,,,,,,"[{'screen_name': 'renzdimaandal', 'name': 'Renz', 'id': '632593700'}, {'screen_name': 'Tom_Stears', 'name': 'Thomas Tamblyn', 'id': '22143627'}]",,,, +1616,738998975118737408,738998975118737408,1465026060000.0,2016-06-04 07:41:00,+0000,,"At this point, I'm really running out of crazy things to say. Any suggestions? https://t.co/dGVJBcSZn2",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/738998975118737408,['http://m.huffpost.com/uk/entry/uk_575033e0e4b040e3e8192344?edition=uk'],[],0,,False,8738,1344,3027,,None,,,,,,,[],,,, +1617,738856423656808448,738854245022109697,1464992073000.0,2016-06-03 22:14:33,+0000,,@lessteza control of super powerful AI by a small number of humans is the most proximate concern,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/738856423656808448,[],[],0,,False,268,29,60,,None,,,,,,,"[{'screen_name': 'lessteza', 'name': 'Morteza Behrooz', 'id': '46769363'}]",,,, +1618,738805691528318976,738805691528318976,1464979977000.0,2016-06-03 18:52:57,+0000,,Just heard that Norway will ban new sales of fuel cars in 2025. What an amazingly awesome country. You guys rock!! https://t.co/uAXuBkDYuR,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/738805691528318976,[],['https://pbs.twimg.com/media/CkDD3DkUkAA-YXj.jpg'],1,https://pbs.twimg.com/media/CkDD3DkUkAA-YXj.jpg,False,28736,923,16389,,None,,,,,,,[],,,, +1619,738775567055523841,738775567055523841,1464972795000.0,2016-06-03 16:53:15,+0000,,"Yay, baby made it home! https://t.co/KYyUX9zNYD",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/738775567055523841,['http://www.universetoday.com/129240/falcon-9-arriving-droneship/'],[],0,,False,3440,128,778,,None,,,,,,,[],,,, +1620,738471747540783104,738470842695176192,1464900359000.0,2016-06-02 20:45:59,+0000,,@mattyteare @karaswisher @waltmossberg @YouTube autosteering chutes will be added soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/738471747540783104,[],[],0,,False,185,14,37,,None,,,,,,,"[{'screen_name': 'mattyteare', 'name': 'Matt Teare', 'id': '71027770'}, {'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}, {'screen_name': 'waltmossberg', 'name': 'Walt Mossberg', 'id': '5746452'}, {'screen_name': 'YouTube', 'name': 'YouTube', 'id': '10228272'}]",,,, +1621,738470842695176192,738470842695176192,1464900143000.0,2016-06-02 20:42:23,+0000,,Recode interview with @karaswisher and @waltmossberg https://t.co/BDqQ7RreV2 via @YouTube,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/738470842695176192,['https://youtu.be/wsixsRI-Sz4?list=PLKof9YSAshgyPqlK-UUYrHfIQaOzFPSL4'],[],0,,False,2149,120,751,,None,,,,,,,[],,,, +1622,738191872502423552,738191872502423552,1464833632000.0,2016-06-02 02:13:52,+0000,,Supercharger policy explained well by @LATimes: https://t.co/F0CInMW1yU Will post detailed description soon. I think it's a good balance.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/738191872502423552,['http://www.latimes.com/business/autos/la-fi-hy-tesla-model-3-chargers-20160601-snap-story.html'],[],0,,False,1882,249,711,,None,,,,,,,[],,,, +1623,737859967450021889,737859967450021889,1464754499000.0,2016-06-01 04:14:59,+0000,,Good summary of Tesla annual meeting by @katiefehren https://t.co/G3enS77hJ7,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/737859967450021889,['http://fortune.com/2016/05/31/elon-musk-confessions-tesla/'],[],0,,False,2490,91,1051,,None,,,,,,,[],,,, +1624,737102578828206080,737095056704737280,1464573924000.0,2016-05-30 02:05:24,+0000,,@iwanttobeanurse Sorry to hear that. Will take care of this & investigate to see if issues you encountered are systemic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/737102578828206080,[],[],0,,False,140,44,7,,None,,,,,,,"[{'screen_name': 'iwanttobeanurse', 'name': 'Lisa', 'id': '50094536'}]",,,, +1625,736787058170068993,736787058170068993,1464498698000.0,2016-05-29 05:11:38,+0000,,So it was good for you too ... https://t.co/9cxo39N1lQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/736787058170068993,['https://twitter.com/edloh/status/733413864671318016'],[],0,,False,4191,106,1036,https://twitter.com/edloh/status/733413864671318016,None,,,,,,,[],,,, +1626,736380977354657792,736380977354657792,1464401880000.0,2016-05-28 02:18:00,+0000,,Fast replay of today's rocket landing on SpaceX droneship OCISLY https://t.co/I0QQ2D3BtE,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/736380977354657792,['https://youtu.be/4jEz03Z8azc'],[],0,,False,14675,714,9482,,None,,,,,,,[],,,, +1627,736373856823181312,736320322996076548,1464400183000.0,2016-05-28 01:49:43,+0000,,"@dfjsteve Very similar. The crush core in the Falcon legs is reusable after soft landings, but needs to be replaced after hard.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/736373856823181312,[],[],0,,False,286,11,41,,None,,,,,,,"[{'screen_name': 'dfjsteve', 'name': 'dfjst', 'id': '2394746604'}]",,,, +1628,736328917317910528,736320322996076548,1464389468000.0,2016-05-27 22:51:08,+0000,,Crush core is aluminum honeycomb for energy absorption in the telescoping actuator. Easy to replace (if Falcon makes it back to port).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/736328917317910528,[],[],0,,False,2167,143,464,,None,,,,,,,[],,,, +1629,736320322996076548,736320322996076548,1464387419000.0,2016-05-27 22:16:59,+0000,,"Rocket landing speed was close to design max & used up contingency crush core, hence back & forth motion. Prob ok, but some risk of tipping.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/736320322996076548,[],[],0,,False,5247,245,1252,,None,,,,,,,[],,,, +1630,736319295345434625,736319295345434625,1464387174000.0,2016-05-27 22:12:54,+0000,,"Satellite deployed to 91,000 km apogee. All looks good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/736319295345434625,[],[],0,,False,3774,162,747,,None,,,,,,,[],,,, +1631,736310020644569088,736310020644569088,1464384963000.0,2016-05-27 21:36:03,+0000,,3 mins to launch https://t.co/i5jNDs9MCO,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/736310020644569088,['https://twitter.com/spacex/status/736305431417491457'],[],0,,False,2306,134,659,https://twitter.com/spacex/status/736305431417491457,None,,,,,,,[],,,, +1632,735965207625932801,735888613179719680,1464302753000.0,2016-05-26 22:45:53,+0000,,"@SpaceX There was a tiny glitch in the motion of an upper stage engine actuator. Probably not a flight risk, but still worth investigating.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/735965207625932801,[],[],0,,False,2172,126,707,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1633,735480275988156418,735480275988156418,1464187137000.0,2016-05-25 14:38:57,+0000,,Really fun Model X review by @MotorTrend. Best part is X racing while towing a fuel sports car https://t.co/0KzOpoIarx,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/735480275988156418,['https://m.youtube.com/watch?v=ib-02b2ooLY'],[],0,,False,3419,116,1263,,None,,,,,,,[],,,, +1634,734274360588926976,734248945715531777,1463899624000.0,2016-05-22 06:47:04,+0000,,"@SchaFFFFFF Flight 24 is def capable of flying again, but it makes sense to apply ground delta qual to rocket w toughest entry conditions.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/734274360588926976,[],[],0,,False,261,17,51,,None,,,,,,,"[{'screen_name': 'SchaFFFFFF', 'name': 'SchaFFFFFF', 'id': '22047407'}]",,,, +1635,733362268570669056,733362268570669056,1463682164000.0,2016-05-19 18:22:44,+0000,,Great image of ancient Mars https://t.co/iy3AngxKlq,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/733362268570669056,['https://twitter.com/discovermag/status/733361619133026304'],[],0,,False,2163,92,743,https://twitter.com/discovermag/status/733361619133026304,None,,,,,,,[],,,, +1636,733021242744135680,733007230149107712,1463600857000.0,2016-05-18 19:47:37,+0000,,"@jlgolson No prob. We care about doing what's fair & just. Don't always get it right, but intent is always there & we make amends when wrong",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/733021242744135680,[],[],0,,False,471,14,63,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +1637,733016945654517760,733007230149107712,1463599833000.0,2016-05-18 19:30:33,+0000,,"@jlgolson Per the letter, Tesla paid $55/hr for *additional* services, so no.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/733016945654517760,[],[],0,,False,121,6,10,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +1638,733009265288314881,733007230149107712,1463598002000.0,2016-05-18 19:00:02,+0000,,"@jlgolson Yes, but it is false of Merc News to say that Tesla took advantage of low cost labor. We paid $55/hr. That is unequivocal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/733009265288314881,[],[],0,,False,340,11,51,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +1639,733007602565570560,733007230149107712,1463597605000.0,2016-05-18 18:53:25,+0000,,"We still need to make sure that the injured person is taken care of, but less & less of the Merc story appears to be true",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/733007602565570560,[],[],0,,False,1503,57,281,,None,,,,,,,[],,,, +1640,733007230149107712,733007230149107712,1463597516000.0,2016-05-18 18:51:56,+0000,,Merc News story about Tesla using $5/hr labor seems to be missing a digit. Tesla actually paid $55/hr. https://t.co/2dTH0ncdKX,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/733007230149107712,[],"['https://pbs.twimg.com/media/CiwqLVfUYAABWSu.jpg', 'https://pbs.twimg.com/media/CiwqLVgVAAAWML5.jpg']",1,https://pbs.twimg.com/media/CiwqLVfUYAABWSu.jpg,False,6374,209,1906,,None,,,,,,,[],,,, +1641,732656393463832576,732640714446671872,1463513870000.0,2016-05-17 19:37:50,+0000,,"@drkevinleung @Tesla_Canada Totally agree. Am told this will be fixed by Thurs, maybe Fri.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/732656393463832576,[],[],0,,False,99,3,10,,None,,,,,,,"[{'screen_name': 'drkevinleung', 'name': 'Dr Kevin Leung', 'id': '4314475719'}, {'screen_name': 'Tesla_Canada', 'name': 'Tesla Motors Canada', 'id': '2569974674'}]",,,, +1642,732330010053222400,731981135454986240,1463436055000.0,2016-05-16 22:00:55,+0000,,@joshuapinter @juliusvolz Full height of Falcon 9 boost stage on legs is ~165 ft,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/732330010053222400,[],[],0,,False,244,11,37,,None,,,,,,,"[{'screen_name': 'joshuapinter', 'name': 'Joshua Pinter', 'id': '28595285'}, {'screen_name': 'juliusvolz', 'name': 'Julius Volz', 'id': '65666100'}]",,,, +1643,732329443776024576,732329443776024576,1463435920000.0,2016-05-16 21:58:40,+0000,,"Falcon Heavy side boosters can use most of the same airframe as Falcon 9, but center core needs to be buffed up a lot for transfer loads.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/732329443776024576,[],[],0,,False,2425,138,421,,None,,,,,,,[],,,, +1644,732247546924388353,732247546924388353,1463416394000.0,2016-05-16 16:33:14,+0000,,Response to a Mercury News article about an injury on our premises https://t.co/3BFgV6Hfia,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/732247546924388353,['https://www.teslamotors.com/blog/response-mercury-news-article-hidden-workforce-expanding-teslas-factory'],[],0,,False,2314,137,634,,None,,,,,,,[],,,, +1645,732066441554362368,732054629689626624,1463373215000.0,2016-05-16 04:33:35,+0000,,@margotroosevelt Only heard about this today. Sounds like the wrong thing happened on many levels. Will investigate and make it right.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/732066441554362368,[],[],0,,False,279,23,48,,None,,,,,,,"[{'screen_name': 'margotroosevelt', 'name': 'Margot Roosevelt', 'id': '112873659'}]",,,, +1646,732042627445460992,731984739012251648,1463367537000.0,2016-05-16 02:58:57,+0000,,"@bittdk Better. Not there yet, but a solution is likely.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/732042627445460992,[],[],0,,False,150,9,21,,None,,,,,,,"[{'screen_name': 'bittdk', 'name': 'Raket_Mand', 'id': '4248808311'}]",,,, +1647,732041468085342210,731984739012251648,1463367261000.0,2016-05-16 02:54:21,+0000,,@4kpixelsyt yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/732041468085342210,[],[],0,,False,108,4,9,,None,,,,,,,[],,,, +1648,732040492607643652,731981135454986240,1463367028000.0,2016-05-16 02:50:28,+0000,,@mmustapic yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/732040492607643652,[],[],0,,False,88,7,6,,None,,,,,,,"[{'screen_name': 'mmustapic', 'name': 'Marco Mustapic', 'id': '13516352'}]",,,, +1649,731984739012251648,731984739012251648,1463353736000.0,2016-05-15 23:08:56,+0000,,"Most recent rocket took max damage, due to v high entry velocity. Will be our life leader for ground tests to confirm others are good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/731984739012251648,[],[],0,,False,4443,190,951,,None,,,,,,,[],,,, +1650,731981135454986240,731981135454986240,1463352876000.0,2016-05-15 22:54:36,+0000,,Three's company https://t.co/nRfFmTpzZw,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/731981135454986240,[],['https://pbs.twimg.com/media/CiiE3O_UgAA0m_9.jpg'],1,https://pbs.twimg.com/media/CiiE3O_UgAA0m_9.jpg,False,11775,266,3185,,None,,,,,,,[],,,, +1651,731605780969951232,731604873540685825,1463263385000.0,2016-05-14 22:03:05,+0000,,@r_SpaceX @reddit will do another AMA just before reflight of the rocket in a few months,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/731605780969951232,[],[],0,,False,663,39,110,,None,,,,,,,"[{'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}]",,,, +1652,731604873540685825,731604873540685825,1463263169000.0,2016-05-14 21:59:29,+0000,,Dog snuggle thread on reddit. Comments get really good. https://t.co/7Cc6rnsvSn,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/731604873540685825,['http://reddit.com/r/aww/comments/4j8p6d/can_i_snuggle_with_you/'],[],0,,False,1825,83,421,,None,,,,,,,[],,,, +1653,731596033621409792,731596033621409792,1463261061000.0,2016-05-14 21:24:21,+0000,,Excited to announce Tesla's entry into automotive racing! https://t.co/PZH1LDXPWl,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/731596033621409792,['https://twitter.com/teslamotors/status/731581807099944960'],[],0,,False,3065,133,909,https://twitter.com/teslamotors/status/731581807099944960,None,,,,,,,[],,,, +1654,730867197942206464,730862007528914944,1463087293000.0,2016-05-12 21:08:13,+0000,,@ClubTeslaES @TeslaMotors también te amo,es,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/730867197942206464,[],[],0,,False,1104,57,683,,None,,,,,,,"[{'screen_name': 'ClubTeslaES', 'name': 'Club Tesla España (💉)', 'id': '716976549946335232'}]",,,, +1655,730627568756383746,730626697171771393,1463030161000.0,2016-05-12 05:16:01,+0000,,@iwritethewrong It's probably the Ambien,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/730627568756383746,[],[],0,,False,378,52,63,,None,,,,,,,[],,,, +1656,730624508814458880,730624508814458880,1463029431000.0,2016-05-12 05:03:51,+0000,,Definitely https://t.co/7gEkc0mt9O,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/730624508814458880,['http://m.nasdaq.com/article/as-solarcity-scty-crashes-is-elon-musk-overrated-cm619241'],[],0,,False,2976,351,677,,None,,,,,,,[],,,, +1657,730595677936324608,730595677936324608,1463022558000.0,2016-05-12 03:09:18,+0000,,Ok https://t.co/jJJR28UGrK,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/730595677936324608,['https://twitter.com/electrekco/status/730376242147504128'],[],0,,False,3398,141,864,https://twitter.com/electrekco/status/730376242147504128,None,,,,,,,[],,,, +1658,730592699011604481,730592699011604481,1463021847000.0,2016-05-12 02:57:27,+0000,,Full credit to the team that's doing this. All happening without any help from me. https://t.co/FAZE01lleA,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/730592699011604481,['https://twitter.com/cnbc/status/730463295820292096'],[],0,,False,5759,123,2321,https://twitter.com/cnbc/status/730463295820292096,None,,,,,,,[],,,, +1659,729850448832659457,729762769013104640,1462844881000.0,2016-05-10 01:48:01,+0000,,@vicentes @TeslaMotors @Tim_Stevens @CNET coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/729850448832659457,[],[],0,,False,88,9,6,,None,,,,,,,[],,,, +1660,728808794910662656,728457279943495681,1462596531000.0,2016-05-07 04:48:51,+0000,,@tzepr Certainly agree that it is first and foremost a triumph for humanity. The cheering is in good spirit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/728808794910662656,[],[],0,,False,399,42,37,,None,,,,,,,[],,,, +1661,728754091644440576,728327602440536064,1462583489000.0,2016-05-07 01:11:29,+0000,,@LifeOfRockstar I think so,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/728754091644440576,[],[],0,,False,172,21,17,,None,,,,,,,[],,,, +1662,728753234811060224,728736299507556352,1462583285000.0,2016-05-07 01:08:05,+0000,,@lukealization Max is just 3X Merlin thrust and min is ~40% of 1 Merlin. Two outer engines shut off before the center does.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/728753234811060224,[],[],0,,False,208,12,32,,None,,,,,,,[],,,, +1663,728748075930386432,728748075930386432,1462582055000.0,2016-05-07 00:47:35,+0000,,I love you too! https://t.co/Cnmd7cONU3,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/728748075930386432,['http://www.cnbc.com/2016/05/06/i-love-everything-about-tesla-t-rowe-price-manager.html'],[],0,,False,2249,142,367,,None,,,,,,,[],,,, +1664,728583269076242432,728583269076242432,1462542762000.0,2016-05-06 13:52:42,+0000,,"Launch trajectory of Japanese commercial satellite JCSat-14, enroute to 36,000 km above Earth https://t.co/QHiiMdMMJ3",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/728583269076242432,[],['https://pbs.twimg.com/media/ChxynyJVAAAGmt_.jpg'],1,https://pbs.twimg.com/media/ChxynyJVAAAGmt_.jpg,False,12153,183,4079,,None,,,,,,,[],,,, +1665,728514673084014593,728505688012533760,1462526407000.0,2016-05-06 09:20:07,+0000,,@hansmikael @TeslaMotors Thank goodness all are ok,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/728514673084014593,[],[],0,,False,279,24,21,,None,,,,,,,[],,,, +1666,728462267893698561,728462267893698561,1462513913000.0,2016-05-06 05:51:53,+0000,,"Yeah, this was a three engine landing burn, so triple deceleration of last flight. That's important to minimize gravity losses.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/728462267893698561,[],[],0,,False,5504,221,1305,,None,,,,,,,[],,,, +1667,728459808270000128,728459808270000128,1462513327000.0,2016-05-06 05:42:07,+0000,,May need to increase size of rocket storage hangar,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/728459808270000128,[],[],0,,False,14583,530,5050,,None,,,,,,,[],,,, +1668,728457279943495681,728457279943495681,1462512724000.0,2016-05-06 05:32:04,+0000,,Woohoo!! https://t.co/0P8n8VmFbr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/728457279943495681,['https://twitter.com/spacex/status/728457165606780928'],[],0,,False,12152,610,4926,https://twitter.com/spacex/status/728457165606780928,None,,,,,,,[],,,, +1669,728444313248489472,728444313248489472,1462509632000.0,2016-05-06 04:40:32,+0000,,"Rocket reentry is a lot faster and hotter than last time, so odds of making it are maybe even, but we should learn a lot either way",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/728444313248489472,[],[],0,,False,4686,185,987,,None,,,,,,,[],,,, +1670,728327602440536064,728327602440536064,1462481806000.0,2016-05-05 20:56:46,+0000,,"Tesla is increasing the production ramp as fast as possible, but I'd recommend ordering a Model 3 soon if you want 2018 delivery",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/728327602440536064,[],[],0,,False,6665,423,2191,,None,,,,,,,[],,,, +1671,728126194244190208,728119755966554117,1462433787000.0,2016-05-05 07:36:27,+0000,,@samsamlee777 yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/728126194244190208,[],[],0,,False,141,15,59,,None,,,,,,,[],,,, +1672,727189428142235648,727189428142235648,1462210444000.0,2016-05-02 17:34:04,+0000,,Filtering particulates from air makes a significant & measurable diff to health. Wd like to credit Larry Page with turning me on to this.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/727189428142235648,[],[],0,,False,4671,227,1180,,None,,,,,,,[],,,, +1673,727176162997313536,727176162997313536,1462207282000.0,2016-05-02 16:41:22,+0000,,Bioweapon Defense Mode is real https://t.co/xGNLrOyhaQ This is what happens when you turn it on: https://t.co/LnkHzXTxqN,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/727176162997313536,['https://www.teslamotors.com/blog/putting-tesla-hepa-filter-and-bioweapon-defense-mode-to-the-test?utm_campaign=Blog_050216&utm_source=Twitter&utm_medium=social'],['https://pbs.twimg.com/media/Chdy3FOW4AcOZvL.jpg'],1,https://pbs.twimg.com/media/Chdy3FOW4AcOZvL.jpg,False,4840,276,2397,,None,,,,,,,[],,,, +1674,726919920374554625,726862948702949376,1462146189000.0,2016-05-01 23:43:09,+0000,,"@MacTechGenius @SacEV Have been reviewing end of line production quality personally. Slowed things down temporarily, but it's for the best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/726919920374554625,[],[],0,,False,178,9,65,,None,,,,,,,[],,,, +1675,726878573001216000,726557903205756928,1462136331000.0,2016-05-01 20:58:51,+0000,,@JohanMancus Historical precedent. Mars vehicle will be metric.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/726878573001216000,[],[],0,,False,322,19,61,,None,,,,,,,[],,,, +1676,726878466382041089,726862948702949376,1462136305000.0,2016-05-01 20:58:25,+0000,,@SacEV next month (with a lot of other good stuff),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/726878466382041089,[],[],0,,False,95,6,6,,None,,,,,,,[],,,, +1677,726829989119696896,726173119367548932,1462124747000.0,2016-05-01 17:45:47,+0000,,@scottymeuk @DericLew @SpaceflightIns @phillipcjackson exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/726829989119696896,[],[],0,,False,73,6,5,,None,,,,,,,[],,,, +1678,726820238361120768,726819534871531520,1462122423000.0,2016-05-01 17:07:03,+0000,,"@_andyoneal sides def, center maybe",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/726820238361120768,[],[],0,,False,110,9,8,,None,,,,,,,[],,,, +1679,726812607298998272,726809418621411328,1462120603000.0,2016-05-01 16:36:43,+0000,,@CyberdineX naturally,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/726812607298998272,[],[],0,,False,101,5,8,,None,,,,,,,[],,,, +1680,726651603906785285,726557903205756928,1462082217000.0,2016-05-01 05:56:57,+0000,,Falcon Heavy thrust will be 5.1M lbf at liftoff -- twice any rocket currently flying. It's a beast...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/726651603906785285,[],[],0,,False,3063,156,903,,None,,,,,,,[],,,, +1681,726650591359819776,726557903205756928,1462081976000.0,2016-05-01 05:52:56,+0000,,F9 thrust at liftoff will be raised to 1.71M lbf later this year. It is capable of 1.9M lbf in flight.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/726650591359819776,[],[],0,,False,1315,51,261,,None,,,,,,,[],,,, +1682,726579536410734592,726557903205756928,1462065035000.0,2016-05-01 01:10:35,+0000,,"@elonmusk F9 LEO payload on capabilities page (correct figure on main page) should be 22,800 kg",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/726579536410734592,[],[],0,,False,588,34,122,,None,,,,,,,[],,,, +1683,726561442636263425,726557903205756928,1462060721000.0,2016-04-30 23:58:41,+0000,,"@lukealization No cross feed. It would help performance, but is not needed for these numbers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726561442636263425,[],[],0,,False,118,7,15,,None,,,,,,,[],,,, +1684,726560848177561600,726557903205756928,1462060579000.0,2016-04-30 23:56:19,+0000,,@lukealization No physical changes to the engine. This thrust increase is based on delta qual tests. It is just tougher than we thought.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726560848177561600,[],[],0,,False,142,7,22,,None,,,,,,,[],,,, +1685,726559990480150528,726557903205756928,1462060375000.0,2016-04-30 23:52:55,+0000,,@elonmusk Max performance numbers are for expendable launches. Subtract 30% to 40% for reusable booster payload.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726559990480150528,[],[],0,,False,1037,61,282,,None,,,,,,,[],,,, +1686,726559284306173952,726557903205756928,1462060206000.0,2016-04-30 23:50:06,+0000,,"@mattyteare Basically current, but higher throttle setting. Good performance of recent launches allows us to reduce 3 sigma reserve margin.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726559284306173952,[],[],0,,False,104,4,14,,None,,,,,,,[],,,, +1687,726557903205756928,726557903205756928,1462059877000.0,2016-04-30 23:44:37,+0000,,Just posted latest max payload capabilities of Falcon 9 and Heavy https://t.co/Z45Y5V7G91,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726557903205756928,['http://www.spacex.com/about/capabilities'],[],0,,False,2801,131,940,,None,,,,,,,[],,,, +1688,726301598398312448,726243746543587329,1461998769000.0,2016-04-30 06:46:09,+0000,,@dannysparker yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/726301598398312448,[],[],0,,False,262,16,111,,None,,,,,,,[],,,, +1689,726218218109444096,726173119367548932,1461978890000.0,2016-04-30 01:14:50,+0000,,@phillipcjackson turns out it doesn't need securing,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726218218109444096,[],[],0,,False,144,11,78,,None,,,,,,,[],,,, +1690,726217881080320000,726217277348028416,1461978809000.0,2016-04-30 01:13:29,+0000,,@Mini_Elon yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726217881080320000,[],[],0,,False,116,9,14,,None,,,,,,,[],,,, +1691,726217758229168129,726211059263127552,1461978780000.0,2016-04-30 01:13:00,+0000,,"@vicentes @gdoehne yes, several times",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726217758229168129,[],[],0,,False,108,4,10,,None,,,,,,,[],,,, +1692,726217505560121344,726195791174361089,1461978720000.0,2016-04-30 01:12:00,+0000,,@jbdeck for sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726217505560121344,[],[],0,,False,89,3,7,,None,,,,,,,[],,,, +1693,726217179683655680,726177828740292608,1461978642000.0,2016-04-30 01:10:42,+0000,,@Tweetermeyer things like this should be purged shortly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726217179683655680,[],[],0,,False,69,5,3,,None,,,,,,,[],,,, +1694,726216836069515264,726216138758066177,1461978560000.0,2016-04-30 01:09:20,+0000,,@RokBottomGamers 100+ for almost everything 10+ for heat shields and a few other items.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726216836069515264,[],[],0,,False,120,3,12,,None,,,,,,,[],,,, +1695,726215924760485888,726178564484243460,1461978343000.0,2016-04-30 01:05:43,+0000,,@VivekMGeorge Zuck doesn't (yet) have a deep tech understanding of AI. I spend hours every week being educated by world's best researchers.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726215924760485888,[],[],0,,False,313,14,68,,None,,,,,,,[],,,, +1696,726214236368576512,726211059263127552,1461977941000.0,2016-04-30 00:59:01,+0000,,"@gdoehne JCSat is pushing the envelope as a very hot and fast mission, so will land on the droneship. Next land landing in a few months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/726214236368576512,[],[],0,,False,109,8,15,,None,,,,,,,[],,,, +1697,726213728278962176,726181179397906432,1461977819000.0,2016-04-30 00:56:59,+0000,,@MrBoylan System scan detected only 0.2% of orders with same email and physical address. Those have been purged.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/726213728278962176,[],[],0,,False,88,8,9,,None,,,,,,,[],,,, +1698,726210827699806208,726193725131640832,1461977128000.0,2016-04-30 00:45:28,+0000,,@vigneshraju of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/726210827699806208,[],[],0,,False,328,37,56,,None,,,,,,,[],,,, +1699,726210366766632960,726205035978219521,1461977018000.0,2016-04-30 00:43:38,+0000,,@maya_kazan Temporary spike in some areas due to X 3rd row seat recall. Should be sorted by June.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/726210366766632960,[],[],0,,False,61,6,3,,None,,,,,,,[],,,, +1700,726183794215022592,726181179397906432,1461970683000.0,2016-04-29 22:58:03,+0000,,"@MrBoylan Duplicates will be cancelled. Max of 2 will be delivered to any one person. Only ~5% of orders are 2, so speculation unlikely.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/726183794215022592,[],[],0,,False,101,17,15,,None,,,,,,,[],,,, +1701,726127265612881920,726124209756217344,1461957205000.0,2016-04-29 19:13:25,+0000,,@erothenberg Simple answer is that there just aren't many used Teslas available. Demand >> supply.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/726127265612881920,[],[],0,,False,90,6,13,,None,,,,,,,[],,,, +1702,726125524091723777,726124209756217344,1461956790000.0,2016-04-29 19:06:30,+0000,,@erothenberg checking into it ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/726125524091723777,[],[],0,,False,56,4,1,,None,,,,,,,[],,,, +1703,725367703045730304,725364699303301120,1461776111000.0,2016-04-27 16:55:11,+0000,,@romn8tr will definitely do so,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725367703045730304,[],[],0,,False,113,12,204,,None,,,,,,,[],,,, +1704,725366265322172416,725366265322172416,1461775768000.0,2016-04-27 16:49:28,+0000,,"@abraham_cavazos some places are trickier than others, but yes. That's the value of having a PICA-3 heat shield with propulsive landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725366265322172416,[],[],0,,False,129,4,18,,None,,,,,,,[],,,, +1705,725365829479460864,725364699303301120,1461775665000.0,2016-04-27 16:47:45,+0000,,"@Cardoso It could land on Venus no problem, but would last maybe a few hours. Tough local environment.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725365829479460864,[],[],0,,False,324,14,61,,None,,,,,,,[],,,, +1706,725365200098988032,725364699303301120,1461775514000.0,2016-04-27 16:45:14,+0000,,But wouldn't recommend transporting astronauts beyond Earth-moon region. Wouldn't be fun for longer journeys. Internal volume ~size of SUV.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725365200098988032,[],[],0,,False,3242,259,1012,,None,,,,,,,[],,,, +1707,725364699303301120,725364699303301120,1461775395000.0,2016-04-27 16:43:15,+0000,,Dragon 2 is designed to be able to land anywhere in the solar system. Red Dragon Mars mission is the first test flight.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725364699303301120,[],[],0,,False,9643,364,3924,,None,,,,,,,[],,,, +1708,724160269480431620,724023226918117376,1461488237000.0,2016-04-24 08:57:17,+0000,,"@KristianNairn A 3 should be workable, but an S or particularly an X would be better",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/724160269480431620,[],[],0,,False,162,10,175,,None,,,,,,,[],,,, +1709,722893014507491329,718598132888702976,1461186100000.0,2016-04-20 21:01:40,+0000,,@scottmcnealy That article was incredibly misleading and you should know it. Wager right now that Sun has received far more than Tesla?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/722893014507491329,[],[],0,,False,383,51,44,,None,,,,,,,[],,,, +1710,722891148126060545,722891148126060545,1461185655000.0,2016-04-20 20:54:15,+0000,,Looks like Model X resale value is holding up well :) https://t.co/4gedy9GCHA,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/722891148126060545,['http://www.bloomberg.com/news/articles/2016-04-20/ford-pays-199-950-before-taxes-for-tesla-s-64th-model-x-suv'],[],0,,False,3797,188,1114,,None,,,,,,,[],,,, +1711,722637629351686144,722598287396605953,1461125211000.0,2016-04-20 04:06:51,+0000,,"@dannysparker Aiming for relaunch in 3 to 4 months, pending detailed examination and 10X refiring of a returned booster",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/722637629351686144,[],[],0,,False,289,10,86,,None,,,,,,,[],,,, +1712,722599856460529665,722588702027874306,1461116205000.0,2016-04-20 01:36:45,+0000,,@RealDarthBL We have amplified pre-delivery inspection to provide a stronger second layer of QA. Several parts being replaced as a result.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/722599856460529665,[],[],0,,False,129,14,9,,None,,,,,,,[],,,, +1713,722598287396605953,722598287396605953,1461115831000.0,2016-04-20 01:30:31,+0000,,By land and sea https://t.co/C5QWfNy99r,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/722598287396605953,[],['https://pbs.twimg.com/media/CgcvT0CUUAAee00.jpg'],1,https://pbs.twimg.com/media/CgcvT0CUUAAee00.jpg,False,12449,255,3481,,None,,,,,,,[],,,, +1714,721946756984938497,721946756984938497,1460960494000.0,2016-04-18 06:21:34,+0000,,Will be interesting to see what the meantime to Hitler is for these bots. Only took Microsoft's Tay a day. https://t.co/8jEazt0nYf,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/721946756984938497,['https://twitter.com/verge/status/721931769029591040'],[],0,,False,2764,160,971,https://twitter.com/verge/status/721931769029591040,None,,,,,,,[],,,, +1715,721829237741621248,721829237741621248,1460932475000.0,2016-04-17 22:34:35,+0000,,Owner video of Autopilot steering to avoid collision with a truck https://t.co/FZUAXSjlR7,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/721829237741621248,['https://m.youtube.com/watch?feature=youtu.be&v=9I5rraWJq6E'],[],0,,False,5134,222,2025,,None,,,,,,,[],,,, +1716,721823126414176257,721815145932951552,1460931018000.0,2016-04-17 22:10:18,+0000,,Godot https://t.co/BIcT4aMVAz Full play https://t.co/kjZnbeuuFA,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/721823126414176257,"['https://en.m.wikipedia.org/wiki/Waiting_for_Godot', 'https://m.youtube.com/watch?v=Wifcyo64n-w']",[],0,,False,1056,71,198,,None,,,,,,,[],,,, +1717,721815145932951552,721815145932951552,1460929116000.0,2016-04-17 21:38:36,+0000,,"Have recently come to appreciate the awesome, absurdist humor of Waiting for Godot. We so often wait, without knowing why, when or where.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/721815145932951552,[],[],0,,False,4275,222,1164,,None,,,,,,,[],,,, +1718,721506316900900864,721486463355871233,1460855485000.0,2016-04-17 01:11:25,+0000,,@ID_AA_Carmack me too!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/721506316900900864,[],[],0,,False,276,26,26,,None,,,,,,,[],,,, +1719,720504138451283968,720504138451283968,1460616547000.0,2016-04-14 06:49:07,+0000,,Great video history of Falcon 9 by Kinematic https://t.co/EeGPVW7kq2,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/720504138451283968,['https://m.youtube.com/watch?feature=youtu.be&v=tU1b1H2EWU4'],[],0,,False,5251,217,2954,,None,,,,,,,[],,,, +1720,719584703196504064,719571133389938688,1460397337000.0,2016-04-11 17:55:37,+0000,,@lonelysandwich needs latest update,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/719584703196504064,[],[],0,,False,152,18,11,,None,,,,,,,[],,,, +1721,719571133389938688,719571133389938688,1460394101000.0,2016-04-11 17:01:41,+0000,,"Activate autopilot 4X in quick succession for psychedelic cowbell road. And, yes, we are adding more cowbell soon.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/719571133389938688,[],[],0,,False,5129,252,1148,,None,,,,,,,[],,,, +1722,719429837157347328,719415679728771072,1460360414000.0,2016-04-11 07:40:14,+0000,,"@drew @SpaceX Not from us, but it's awesome",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/719429837157347328,[],[],0,,False,283,12,22,,None,,,,,,,[],,,, +1723,718982116667600896,718957984005488640,1460253669000.0,2016-04-10 02:01:09,+0000,,"@thelonelyisland Well, I thought TLI might be upset about using their material without permission. Apparently not :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/718982116667600896,[],[],0,,False,678,32,94,,None,,,,,,,[],,,, +1724,718865990373625857,718849535724773379,1460225982000.0,2016-04-09 18:19:42,+0000,,@TheHackersNews @SpaceX Thanks,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/718865990373625857,[],[],0,,False,166,10,18,,None,,,,,,,[],,,, +1725,718686042434342912,718684125335408640,1460183079000.0,2016-04-09 06:24:39,+0000,,@rjcc yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/718686042434342912,[],[],0,,False,114,12,8,,None,,,,,,,[],,,, +1726,718598761832968192,718595725832101889,1460162270000.0,2016-04-09 00:37:50,+0000,,"@levie Tickets to orbital hotels, the moon and Mars will be a lot less than people think.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/718598761832968192,[],[],0,,False,1905,72,654,,None,,,,,,,[],,,, +1727,718598132888702976,718598132888702976,1460162120000.0,2016-04-09 00:35:20,+0000,,"Just wanted to write a note of appreciation for all those who have supported Tesla, SpaceX & SolarCity over the years. Thank you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/718598132888702976,[],[],0,,False,32812,1277,6045,,None,,,,,,,[],,,, +1728,718580558180261888,718579793919238144,1460157930000.0,2016-04-08 23:25:30,+0000,,@POTUS Thanks on behalf of an amazing team at SpaceX!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/718580558180261888,[],[],0,,False,6987,123,1322,,None,,,,,,,[],,,, +1729,718571641949650944,718571529571799040,1460155804000.0,2016-04-08 22:50:04,+0000,,@Jon_Favreau @SpaceX Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/718571641949650944,[],[],0,,False,356,13,33,,None,,,,,,,[],,,, +1730,718548224441774082,718545613051158529,1460150221000.0,2016-04-08 21:17:01,+0000,,@NASA @sgvcrime @SpaceX @Space_Station Thanks for your support! Looking forward to delivering the goods for you.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/718548224441774082,[],[],0,,False,2627,91,498,,None,,,,,,,[],,,, +1731,718532302154833920,718532302154833920,1460146425000.0,2016-04-08 20:13:45,+0000,,"Screen cap from the stern cam of droneship ""Of Course I Still Love You"" https://t.co/4rGOJMTzVn",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/718532302154833920,[],['https://pbs.twimg.com/media/Cfi9UY-VAAAWuHs.jpg'],1,https://pbs.twimg.com/media/Cfi9UY-VAAAWuHs.jpg,False,4916,210,1124,,None,,,,,,,[],,,, +1732,718522065322532865,718520319900852224,1460143984000.0,2016-04-08 19:33:04,+0000,,"@arstechnica Reasons for ocean landing are technical, not economic. Orbit requires extreme horizontal velocity. Getting to space needs none.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/718522065322532865,[],[],0,,False,560,15,168,,None,,,,,,,[],,,, +1733,718272034166480896,718272034166480896,1460084372000.0,2016-04-08 02:59:32,+0000,,SolarCity panels produce enough zero carbon energy to charge entire Tesla fleet https://t.co/bn4LRzii1V,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/718272034166480896,['http://blog.solarcity.com/solarcity-customers-8-gigawatt-hours-teslas?sourcetype=SocialPost&trafficsource=twitter&campaignname=TW-APR2016-CompanyNews-03'],[],0,,False,4480,202,1927,,None,,,,,,,[],,,, +1734,718232099145310208,718112326889529344,1460074851000.0,2016-04-08 00:20:51,+0000,,@nonesuchzach Nickel is also in nickels,de,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/718232099145310208,[],[],0,,False,414,28,55,,None,,,,,,,[],,,, +1735,718121595101782016,718112326889529344,1460048504000.0,2016-04-07 17:01:44,+0000,,"@nonesuchzach Battery uses no rare Earth metals. Main ingredient is nickel, which is what's used to coat cutlery, so very non-toxic.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/718121595101782016,[],[],0,,False,606,30,157,,None,,,,,,,[],,,, +1736,718112326889529344,718112326889529344,1460046295000.0,2016-04-07 16:24:55,+0000,,"Over 325k cars or ~$14B in preorders in first week. Only 5% ordered max of two, suggesting low levels of speculation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/718112326889529344,[],[],0,,False,8725,612,4003,,None,,,,,,,[],,,, +1737,717755945003028480,717751353984942080,1459961327000.0,2016-04-06 16:48:47,+0000,,@samboykin @danahull the only thing beyond ludicrous is plaid,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/717755945003028480,[],[],0,,False,870,59,179,,None,,,,,,,[],,,, +1738,717755302863441920,717754701794553856,1459961174000.0,2016-04-06 16:46:14,+0000,,"@jpfrappier yes, will go all the way to Alaska",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/717755302863441920,[],[],0,,False,187,14,21,,None,,,,,,,[],,,, +1739,717749079707484160,717743768330313728,1459959690000.0,2016-04-06 16:21:30,+0000,,"@Recode Dex will do comms, but my speeches are just a conversation w the audience. No time to rehearse & don't want to read from a prompter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/717749079707484160,[],[],0,,False,638,27,114,,None,,,,,,,[],,,, +1740,717746816503062528,717745206825607170,1459959150000.0,2016-04-06 16:12:30,+0000,,@maximumblue we will,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/717746816503062528,[],[],0,,False,153,13,12,,None,,,,,,,[],,,, +1741,717738859379843073,717737325866790912,1459957253000.0,2016-04-06 15:40:53,+0000,,@LaurenShearer1 Doesn't sound right. Will check into it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/717738859379843073,[],[],0,,False,135,11,11,,None,,,,,,,[],,,, +1742,717612929214849024,717585333202919424,1459927229000.0,2016-04-06 07:20:29,+0000,,@MThorpXXi We are working on enlarging the opening. Aperture will be big enough for almost anything.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/717612929214849024,[],[],0,,False,269,58,40,,None,,,,,,,[],,,, +1743,717488049848889345,717488049848889345,1459897456000.0,2016-04-05 23:04:16,+0000,,Most telling is that the SpaceX Propulsion CTO switched from driving a Porsche 911 Turbo S to a Model X,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/717488049848889345,[],[],0,,False,3637,146,689,,None,,,,,,,[],,,, +1744,717486314417827841,717486314417827841,1459897042000.0,2016-04-05 22:57:22,+0000,,Model X review https://t.co/IS2zBgDlqn,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/717486314417827841,['http://www.thedrive.com/new-cars/2875/why-the-tesla-model-x-will-make-you-want-an-american-suv'],[],0,,False,2356,89,813,,None,,,,,,,[],,,, +1745,717414130836058113,717411993171337216,1459879832000.0,2016-04-05 18:10:32,+0000,,@Brianmrtz probably unwise,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/717414130836058113,[],[],0,,False,466,29,108,,None,,,,,,,[],,,, +1746,717039506965270529,717006064730775552,1459790515000.0,2016-04-04 17:21:55,+0000,,"@Christiano92 @Inspron @Jerry22499879 won't be a hatchback, but we should be able to increase the opening width and height",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/717039506965270529,[],[],0,,False,307,85,33,,None,,,,,,,[],,,, +1747,717027400979058690,717025816501092352,1459787628000.0,2016-04-04 16:33:48,+0000,,@stevehurd yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/717027400979058690,[],[],0,,False,118,17,10,,None,,,,,,,[],,,, +1748,717018087409606656,717006064730775552,1459785408000.0,2016-04-04 15:56:48,+0000,,@Jerry22499879 yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/717018087409606656,[],[],0,,False,167,17,15,,None,,,,,,,[],,,, +1749,716786814606905345,716786389141086208,1459730268000.0,2016-04-04 00:37:48,+0000,,@qa2198 @TeslaMotors yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716786814606905345,[],[],0,,False,231,22,23,,None,,,,,,,[],,,, +1750,716786765290340352,716786397596745728,1459730256000.0,2016-04-04 00:37:36,+0000,,@GoesAzedo yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716786765290340352,[],[],0,,False,411,35,37,,None,,,,,,,[],,,, +1751,716780724255260673,716745898202685441,1459728816000.0,2016-04-04 00:13:36,+0000,,@morganpage sounds good,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716780724255260673,[],[],0,,False,197,5,13,,None,,,,,,,[],,,, +1752,716780425939521538,716780425939521538,1459728745000.0,2016-04-04 00:12:25,+0000,,"Signing off from impromptu Twitter AMA. Thanks for the suggestions. Btw, we really will have more cow bells.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716780425939521538,[],[],0,,False,3252,241,367,,None,,,,,,,[],,,, +1753,716778890744598528,716710938406047744,1459728379000.0,2016-04-04 00:06:19,+0000,,@lordsshrivas Coming soon for all Tesla cars. Just an OTA software update.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716778890744598528,[],[],0,,False,450,16,39,,None,,,,,,,[],,,, +1754,716769426675220481,716764882847145984,1459726122000.0,2016-04-03 23:28:42,+0000,,"@GonzaloBolio yes, coming this year",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/716769426675220481,[],[],0,,False,166,7,26,,None,,,,,,,[],,,, +1755,716752643595583490,716710938406047744,1459722121000.0,2016-04-03 22:22:01,+0000,,@AmarnathRevanna Air suspension dynamically adjusts ride height,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716752643595583490,[],[],0,,False,229,15,24,,None,,,,,,,[],,,, +1756,716751456574025728,716743139285970944,1459721838000.0,2016-04-03 22:17:18,+0000,,@GatorWass you can do that now with S and X. Will be same for 3.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716751456574025728,[],[],0,,False,148,4,9,,None,,,,,,,[],,,, +1757,716751300063531008,716713023960784897,1459721801000.0,2016-04-03 22:16:41,+0000,,@_elombardo @rjpryan correct,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716751300063531008,[],[],0,,False,124,3,6,,None,,,,,,,[],,,, +1758,716751152906440705,716743510637035520,1459721766000.0,2016-04-03 22:16:06,+0000,,@EduardoForneck hopefully 0.21,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716751152906440705,[],[],0,,False,286,12,33,,None,,,,,,,[],,,, +1759,716750603813318660,716710938406047744,1459721635000.0,2016-04-03 22:13:55,+0000,,@PeteEhmKay @gerardomarina what's the link to that?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716750603813318660,[],[],0,,False,172,47,7,,None,,,,,,,[],,,, +1760,716750313471025152,716743871607226368,1459721565000.0,2016-04-03 22:12:45,+0000,,"@tapwin No, but we will need to build a factory in Europe to serve long-term regional demand as Fremont reaches max capacity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716750313471025152,[],[],0,,False,320,68,98,,None,,,,,,,[],,,, +1761,716749717795946496,716710938406047744,1459721423000.0,2016-04-03 22:10:23,+0000,,@mpatfield no problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716749717795946496,[],[],0,,False,107,0,6,,None,,,,,,,[],,,, +1762,716749159324377089,716710938406047744,1459721290000.0,2016-04-03 22:08:10,+0000,,@CrackedUpCorson Will cover whole country hopefully this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716749159324377089,[],[],0,,False,124,12,12,,None,,,,,,,[],,,, +1763,716748255242100736,716745282394976257,1459721075000.0,2016-04-03 22:04:35,+0000,,"@AndersRytter yes, but production AWD will be a lot faster",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716748255242100736,[],[],0,,False,239,12,17,,None,,,,,,,[],,,, +1764,716747844175142912,716745282394976257,1459720977000.0,2016-04-03 22:02:57,+0000,,@AlexBelohlavek less,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716747844175142912,[],[],0,,False,321,5,23,,None,,,,,,,[],,,, +1765,716747672477151232,716745282394976257,1459720936000.0,2016-04-03 22:02:16,+0000,,@torvos torque is shifted between front & rear motors every ~.01 secs. Traction control is way better than a normal AWD. Digital vs analog.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716747672477151232,[],[],0,,False,352,5,71,,None,,,,,,,[],,,, +1766,716745898202685441,716745898202685441,1459720513000.0,2016-04-03 21:55:13,+0000,,"And, of course, it will have more cowbells.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716745898202685441,[],[],0,,False,4902,239,1301,,None,,,,,,,[],,,, +1767,716745282394976257,716745282394976257,1459720366000.0,2016-04-03 21:52:46,+0000,,"Model 3 will be RWD, with dual motor AWD optional. Even RWD will have great traction on ice due to fast torque response of Tesla drivetrain.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716745282394976257,[],[],0,,False,4625,235,1290,,None,,,,,,,[],,,, +1768,716743909750218752,716740416549158912,1459720039000.0,2016-04-03 21:47:19,+0000,,@GolfsHard yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716743909750218752,[],[],0,,False,165,4,12,,None,,,,,,,[],,,, +1769,716743848580497409,716740488859099137,1459720024000.0,2016-04-03 21:47:04,+0000,,@Zooropa88 @TeslaMotors Superchargers and service centers will cover all of Italy later this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716743848580497409,[],[],0,,False,223,19,85,,None,,,,,,,[],,,, +1770,716743321624903680,716710938406047744,1459719898000.0,2016-04-03 21:44:58,+0000,,@_Only_Hawk @MICHAELSD01 @TechGrlTweeter definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716743321624903680,[],[],0,,False,88,5,10,,None,,,,,,,[],,,, +1771,716742777468555264,716741002455871488,1459719769000.0,2016-04-03 21:42:49,+0000,,@Alandbru @TeslaMotors should be addressed this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716742777468555264,[],[],0,,False,148,14,29,,None,,,,,,,[],,,, +1772,716731407310196736,716728343379443713,1459717058000.0,2016-04-03 20:57:38,+0000,,@CmaxVs Only way to get enough rear passenger headroom was to move the rear roof cross-car support beam. A bike will still fit no problem.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716731407310196736,[],[],0,,False,247,38,42,,None,,,,,,,[],,,, +1773,716730641585340416,716710938406047744,1459716875000.0,2016-04-03 20:54:35,+0000,,@iKrivetko that's not the real steering system,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716730641585340416,[],[],0,,False,335,21,49,,None,,,,,,,[],,,, +1774,716730009394647040,716728788491571200,1459716725000.0,2016-04-03 20:52:05,+0000,,@B_Rans yes. Will easily fit two child seats. Three if you buy slim seats.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716730009394647040,[],[],0,,False,133,5,19,,None,,,,,,,[],,,, +1775,716729841362407424,716710938406047744,1459716685000.0,2016-04-03 20:51:25,+0000,,@gerardomarina Some tweaking underway,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716729841362407424,[],[],0,,False,305,56,20,,None,,,,,,,[],,,, +1776,716729420078133248,716710938406047744,1459716584000.0,2016-04-03 20:49:44,+0000,,@HBL_Cosmin Wait until you see the real steering controls and system for the 3. It feels like a spaceship.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716729420078133248,[],[],0,,False,1213,92,368,,None,,,,,,,[],,,, +1777,716715017781915648,716710938406047744,1459713150000.0,2016-04-03 19:52:30,+0000,,@MICHAELSD01 @TechGrlTweeter Won't happen. Reason initial cars are delivered close to factory is to have rapid turnaround on early issues.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716715017781915648,[],[],0,,False,280,28,35,,None,,,,,,,[],,,, +1778,716714416801099782,716710938406047744,1459713007000.0,2016-04-03 19:50:07,+0000,,@scottkelley99 Edge and contour refinement are ongoing. Even .1mm matters.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716714416801099782,[],[],0,,False,219,15,27,,None,,,,,,,[],,,, +1779,716713492389044224,716710938406047744,1459712787000.0,2016-04-03 19:46:27,+0000,,@_amwolo_ They can. Will be great for road trips and camping,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716713492389044224,[],[],0,,False,442,10,48,,None,,,,,,,[],,,, +1780,716713294128500737,716710938406047744,1459712739000.0,2016-04-03 19:45:39,+0000,,@BValvsRacing It will make sense after part 2 of the Model 3 unveil,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716713294128500737,[],[],0,,False,861,114,159,,None,,,,,,,[],,,, +1781,716713023960784897,716713023960784897,1459712675000.0,2016-04-03 19:44:35,+0000,,"A Model 3 order gives you priority in your geography, so, even tho total count is high, ordering early will make a big difference locally.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716713023960784897,[],[],0,,False,3108,322,722,,None,,,,,,,[],,,, +1782,716710938406047744,716710938406047744,1459712178000.0,2016-04-03 19:36:18,+0000,,"In general, product comments, suggestions and criticisms are always welcome",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716710938406047744,[],[],0,,False,2656,1350,380,,None,,,,,,,[],,,, +1783,716709914911989760,716697574556639232,1459711934000.0,2016-04-03 19:32:14,+0000,,@RyanCasburn We always try to maximize customer happiness even if that means a revenue shortfall in a quarter. Loyalty begets loyalty.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716709914911989760,[],[],0,,False,732,27,142,,None,,,,,,,[],,,, +1784,716708661024804866,716693951260938241,1459711635000.0,2016-04-03 19:27:15,+0000,,@SnoozeThroughF1 There will be an optional tow hitch.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716708661024804866,[],[],0,,False,405,82,54,,None,,,,,,,[],,,, +1785,716704636896284673,716697574556639232,1459710675000.0,2016-04-03 19:11:15,+0000,,@RGspan Our production ramp plan should enable large numbers of non X/S customers to receive the credit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716704636896284673,[],[],0,,False,235,22,37,,None,,,,,,,[],,,, +1786,716701798002610176,716693951260938241,1459709998000.0,2016-04-03 18:59:58,+0000,,@jeffrey @neutyp Matte black was surprisingly popular. Probably makes sense to bring it to production.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/716701798002610176,[],[],0,,False,734,72,83,,None,,,,,,,[],,,, +1787,716700979379372032,716700585890713602,1459709803000.0,2016-04-03 18:56:43,+0000,,"@WaltNew cool, thanks!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/716700979379372032,[],[],0,,False,117,5,8,,None,,,,,,,[],,,, +1788,716696932073152512,716693951260938241,1459708838000.0,2016-04-03 18:40:38,+0000,,"@mindthreat @RyanHummer Yes, if the trend continues, before",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/716696932073152512,[],[],0,,False,164,21,19,,None,,,,,,,[],,,, +1789,716693951260938241,716693951260938241,1459708128000.0,2016-04-03 18:28:48,+0000,,276k Model 3 orders by end of Sat,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/716693951260938241,[],[],0,,False,8008,624,3477,,None,,,,,,,[],,,, +1790,716510703000100865,716510703000100865,1459664438000.0,2016-04-03 06:20:38,+0000,,Model 3 design sketches https://t.co/P5ucOBRUZ7,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/716510703000100865,[],['https://pbs.twimg.com/media/CfGOqcaW8AI9zyP.jpg'],1,https://pbs.twimg.com/media/CfGOqcaW8AI9zyP.jpg,False,13084,507,4149,,None,,,,,,,[],,,, +1791,716356456593756160,716345597712670720,1459627663000.0,2016-04-02 20:07:43,+0000,,"@grebakshay We are working on an exact date, but Tesla will be in India before 3 production starts.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/716356456593756160,[],[],0,,False,636,69,334,,None,,,,,,,[],,,, +1792,716356220156686336,716355710360162304,1459627606000.0,2016-04-02 20:06:46,+0000,,@Model3Owners They will. We spent a lot of time on those.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/716356220156686336,[],[],0,,False,390,20,34,,None,,,,,,,[],,,, +1793,716347450148040704,716345597712670720,1459625515000.0,2016-04-02 19:31:55,+0000,,"@vicentes Roadster, S and X customers are the ones who got us here and are paying for 3. They deserve a lot of credit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716347450148040704,[],[],0,,False,711,28,101,,None,,,,,,,[],,,, +1794,716347036786757632,716345597712670720,1459625417000.0,2016-04-02 19:30:17,+0000,,"@Aakashhh_ we will send something to everyone who ordered, but an extra gift for those who stood in some crazy long lines",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716347036786757632,[],[],0,,False,649,58,90,,None,,,,,,,[],,,, +1795,716346618035830784,716345597712670720,1459625317000.0,2016-04-02 19:28:37,+0000,,"@raytech247 yes, within a region. Can't deliver to all regions simultaneously. Too much complexity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716346618035830784,[],[],0,,False,130,10,14,,None,,,,,,,[],,,, +1796,716346279391944704,716345597712670720,1459625236000.0,2016-04-02 19:27:16,+0000,,@squallcraft and a few other things,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716346279391944704,[],[],0,,False,235,6,16,,None,,,,,,,[],,,, +1797,716345597712670720,716345597712670720,1459625074000.0,2016-04-02 19:24:34,+0000,,"Token of appreciation for those who lined up coming via mail. Thought maybe 20-30 people per store would line up, not 800. Gifts on order.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716345597712670720,[],[],0,,False,5542,385,963,,None,,,,,,,[],,,, +1798,716344348107878401,716341849409998849,1459624776000.0,2016-04-02 19:19:36,+0000,,@34thrain Maybe 1/4 to 1/2 of what happened. No one at Tesla thought it would be this high before part 2 of the unveil.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716344348107878401,[],[],0,,False,475,46,109,,None,,,,,,,[],,,, +1799,716343274730991616,716343274730991616,1459624520000.0,2016-04-02 19:15:20,+0000,,"Will give an update tonight for the 3 day total, then last one on Wed for the full week. All efforts focused on accelerating the ramp.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716343274730991616,[],[],0,,False,3159,218,526,,None,,,,,,,[],,,, +1800,716341849409998849,716341849409998849,1459624180000.0,2016-04-02 19:09:40,+0000,,253k as of 7am this morning,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716341849409998849,[],[],0,,False,7421,540,2892,,None,,,,,,,[],,,, +1801,716155418800730113,716089404985487361,1459579732000.0,2016-04-02 06:48:52,+0000,,@sundarpichai thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/716155418800730113,[],[],0,,False,617,26,62,,None,,,,,,,[],,,, +1802,716089404985487361,716089404985487361,1459563993000.0,2016-04-02 02:26:33,+0000,,Now 232k orders,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/716089404985487361,[],[],0,,False,13786,957,5012,,None,,,,,,,[],,,, +1803,715999819437850624,715994457993318400,1459542634000.0,2016-04-01 20:30:34,+0000,,@GrahamABlair of course :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/715999819437850624,[],[],0,,False,346,11,27,,None,,,,,,,[],,,, +1804,715975692228243460,715974325107572736,1459536881000.0,2016-04-01 18:54:41,+0000,,"@Jbourquee Giga is designed to self-power via solar panels (primarily), wind & geo, using its own batteries to store electricity at night.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/715975692228243460,[],[],0,,False,570,15,128,,None,,,,,,,[],,,, +1805,715974749982220288,715973827834961920,1459536657000.0,2016-04-01 18:50:57,+0000,,@steveagee def on the cards for the future,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/715974749982220288,[],[],0,,False,290,15,31,,None,,,,,,,[],,,, +1806,715972980556193792,715972483447267328,1459536235000.0,2016-04-01 18:43:55,+0000,,@JackLipstone should be within a week or two max,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/715972980556193792,[],[],0,,False,82,1,7,,None,,,,,,,[],,,, +1807,715971547475886083,715964901466853376,1459535893000.0,2016-04-01 18:38:13,+0000,,"@Alyssa_Milano Hi Alyssa, thanks for placing your faith in Tesla. I hope you have a great experience with the car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/715971547475886083,[],[],0,,False,363,3,33,,None,,,,,,,[],,,, +1808,715955186175459332,715955186175459332,1459531992000.0,2016-04-01 17:33:12,+0000,,Definitely going to need to rethink production planning...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/715955186175459332,[],[],0,,False,9138,717,3115,,None,,,,,,,[],,,, +1809,715952781895426048,715952781895426048,1459531419000.0,2016-04-01 17:23:39,+0000,,"Thought it would slow way down today, but Model 3 order count is now at 198k. Recommend ordering soon, as the wait time is growing rapidly.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/715952781895426048,[],[],0,,False,8939,519,3848,,None,,,,,,,[],,,, +1810,715934657720639488,715934657720639488,1459527098000.0,2016-04-01 16:11:38,+0000,,"Model 3 orders at 180,000 in 24 hours. Selling price w avg option mix prob $42k, so ~$7.5B in a day. Future of electric cars looking bright!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/715934657720639488,[],[],0,,False,22278,853,15553,,None,,,,,,,[],,,, +1811,715776577485807621,715775591816044545,1459489409000.0,2016-04-01 05:43:29,+0000,,@IndiaToday Will include India-wide Supercharger network,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715776577485807621,[],[],0,,False,1117,121,670,,None,,,,,,,[],,,, +1812,715774770013409281,715729313249632257,1459488978000.0,2016-04-01 05:36:18,+0000,,@Oatmeal sure!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715774770013409281,[],[],0,,False,1749,66,172,,None,,,,,,,[],,,, +1813,715774390802194432,715566236822671360,1459488887000.0,2016-04-01 05:34:47,+0000,,@StartUpRabbi Coming in the mail,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715774390802194432,[],[],0,,False,177,12,18,,None,,,,,,,[],,,, +1814,715766837590499328,715766354993917957,1459487087000.0,2016-04-01 05:04:47,+0000,,@redletterdave Hardware in all cars. Autopilot safety features standard. Convenience features optional (like S and X).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715766837590499328,[],[],0,,False,284,18,52,,None,,,,,,,[],,,, +1815,715765978328612870,715765760270995456,1459486882000.0,2016-04-01 05:01:22,+0000,,@drew Just order the SpaceX option package!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715765978328612870,[],[],0,,False,869,19,162,,None,,,,,,,[],,,, +1816,715765746429784064,715765746429784064,1459486826000.0,2016-04-01 05:00:26,+0000,,"Thanks for tuning in to the Model 3 unveil Part 1! Part 2 is super next level, but that's for later…",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715765746429784064,[],[],0,,False,7220,405,1667,,None,,,,,,,[],,,, +1817,715679848828575744,715647321019551744,1459466347000.0,2016-03-31 23:19:07,+0000,,"@lukealization yes, will cover whole country",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/715679848828575744,[],[],0,,False,233,26,38,,None,,,,,,,[],,,, +1818,715677526459199488,715647321019551744,1459465793000.0,2016-03-31 23:09:53,+0000,,@preastro yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/715677526459199488,[],[],0,,False,98,8,37,,None,,,,,,,[],,,, +1819,715677488228098048,715647321019551744,1459465784000.0,2016-03-31 23:09:44,+0000,,@KentNStephens sure is,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/715677488228098048,[],[],0,,False,135,7,12,,None,,,,,,,[],,,, +1820,715656818756726784,715654905390731269,1459460856000.0,2016-03-31 21:47:36,+0000,,@roddrury X and S will also be available,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/715656818756726784,[],[],0,,False,133,12,28,,None,,,,,,,[],,,, +1821,715647321019551744,715647321019551744,1459458592000.0,2016-03-31 21:09:52,+0000,,"Adding several more countries to Model 3 order page tonight. Check for details, but will include India, Brazil, SA, SK, NZ, Sing & Ireland.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/715647321019551744,[],[],0,,False,5336,640,2848,,None,,,,,,,[],,,, +1822,715640777578143744,715637755598901248,1459457031000.0,2016-03-31 20:43:51,+0000,,"Model 3 orders, whether in store or online, are limited to two per person",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/715640777578143744,[],[],0,,False,1558,186,604,,None,,,,,,,[],,,, +1823,715637755598901248,715637755598901248,1459456311000.0,2016-03-31 20:31:51,+0000,,Online ordering at https://t.co/46TXqRrsdr will now open at 7:30pm Pacific to ensure no server overload. Presentation still at 8:30.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/715637755598901248,['http://Tesla.com'],[],0,,False,2480,174,1210,,None,,,,,,,[],,,, +1824,715574515405692929,715574343657459712,1459441233000.0,2016-03-31 16:20:33,+0000,,@haerone From almost anywhere,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/715574515405692929,[],[],0,,False,81,11,6,,None,,,,,,,[],,,, +1825,715570155921616896,715566236822671360,1459440194000.0,2016-03-31 16:03:14,+0000,,@GiftedDiego Coming soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/715570155921616896,[],[],0,,False,101,13,7,,None,,,,,,,[],,,, +1826,715566236822671360,715566236822671360,1459439260000.0,2016-03-31 15:47:40,+0000,,"Incredibly inspired by the interest in Model 3. You won't be disappointed. Also, small token of appreciation coming for those who lined up.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/715566236822671360,[],[],0,,False,10453,608,2969,,None,,,,,,,[],,,, +1827,715433418260029440,715433418260029440,1459407593000.0,2016-03-31 06:59:53,+0000,,Model 3 unveil will be webcast live at 8:30pm California time at https://t.co/46TXqRrsdr,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/715433418260029440,['http://Tesla.com'],[],0,,False,4562,241,2819,,None,,,,,,,[],,,, +1828,715309739752747009,715307847890903041,1459378106000.0,2016-03-30 22:48:26,+0000,,"@rossbin You will see the car very clearly, but some important elements will be added and some will evolve.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/715309739752747009,[],[],0,,False,501,27,98,,None,,,,,,,[],,,, +1829,715307847890903041,715307847890903041,1459377655000.0,2016-03-30 22:40:55,+0000,,"Tomorrow is Part 1 of the Model 3 unveil. Part 2, which takes things to another level, will be closer to production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/715307847890903041,[],[],0,,False,5400,234,2114,,None,,,,,,,[],,,, +1830,715303533659041792,715303533659041792,1459376626000.0,2016-03-30 22:23:46,+0000,,Model 3 order day starting in Australia https://t.co/T6aUnG5BCv,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/715303533659041792,[],['https://pbs.twimg.com/media/Ce1Ew7MUIAAeXwB.jpg'],1,https://pbs.twimg.com/media/Ce1Ew7MUIAAeXwB.jpg,False,3761,138,1266,,None,,,,,,,[],,,, +1831,715220713326530561,715220713326530561,1459356880000.0,2016-03-30 16:54:40,+0000,,You can now buy cruise ship tickets for the Arctic passage. Seeing is believing. https://t.co/LhKupkNMFC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/715220713326530561,['http://www.wired.com/2016/03/climate-change-opens-first-luxury-arctic-cruise-route/'],[],0,,False,1886,137,1215,,None,,,,,,,[],,,, +1832,715219872204992512,715219872204992512,1459356680000.0,2016-03-30 16:51:20,+0000,,Great article by @BadAstronomer. Important to note max temp record. Too much attention on avg temp. Max matters most https://t.co/0FnIAVsbIu,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/715219872204992512,['https://twitter.com/badastronomer/status/715203254590648320'],[],0,,False,2087,82,1282,https://twitter.com/badastronomer/status/715203254590648320,None,,,,,,,[],,,, +1833,714963420316049411,714963420316049411,1459295537000.0,2016-03-29 23:52:17,+0000,,Looks like we may need to increase production plans for the Model 3 https://t.co/fmCPFC9FEm,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/714963420316049411,[],['https://pbs.twimg.com/media/CewPb6tXEAA5Q5_.jpg'],1,https://pbs.twimg.com/media/CewPb6tXEAA5Q5_.jpg,False,8412,587,2423,,None,,,,,,,[],,,, +1834,711603839443423232,711603839443423232,1458494550000.0,2016-03-20 17:22:30,+0000,,Tesla charger map https://t.co/9tei7lU4FD,fr,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/711603839443423232,['https://twitter.com/teslamotors/status/711601527765360640'],[],0,,False,2520,165,921,https://twitter.com/teslamotors/status/711601527765360640,None,,,,,,,[],,,, +1835,711258598551240704,711243731878354944,1458412239000.0,2016-03-19 18:30:39,+0000,,@MileHighWillY being fixed,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/711258598551240704,[],[],0,,False,85,12,11,,None,,,,,,,[],,,, +1836,710657482322915328,710287603694641152,1458268921000.0,2016-03-18 02:42:01,+0000,,@RobGlaser sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/710657482322915328,[],[],0,,False,60,5,4,,None,,,,,,,[],,,, +1837,710625418856964096,710596956670693376,1458261277000.0,2016-03-18 00:34:37,+0000,,"@mikegaalsf Turn off recirc. Air exits thru rear vents. Snap in shade also avail from service, but I just tint the rear window.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/710625418856964096,[],[],0,,False,81,8,7,,None,,,,,,,[],,,, +1838,707636460212490240,707632249340952577,1457548654000.0,2016-03-09 18:37:34,+0000,,@Christianlguaje no,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/707636460212490240,[],[],0,,False,686,32,144,,None,,,,,,,[],,,, +1839,707632249340952577,707632249340952577,1457547650000.0,2016-03-09 18:20:50,+0000,,The AEI meeting wasn't secret and I was only there for a few hours to talk about Mars and sustainable energy. Nothing to do with Trump.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/707632249340952577,[],[],0,,False,3756,266,930,,None,,,,,,,[],,,, +1840,707611375191744512,707611375191744512,1457542673000.0,2016-03-09 16:57:53,+0000,,Congrats to DeepMind! Many experts in the field thought AI was 10 years away from achieving this. https://t.co/5gGZZkud3K,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/707611375191744512,['https://twitter.com/demishassabis/status/707474683906674688'],[],0,,False,2742,79,1193,https://twitter.com/demishassabis/status/707474683906674688,None,,,,,,,[],,,, +1841,706612070041591808,706610504161107968,1457304420000.0,2016-03-06 22:47:00,+0000,,"SpaceX & Tesla comp is same or better than other companies. Big diff is that we don't outsource manufacturing, retail sales or service.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/706612070041591808,[],[],0,,False,4331,158,1257,,None,,,,,,,[],,,, +1842,706610504161107968,706610504161107968,1457304047000.0,2016-03-06 22:40:47,+0000,,"SpaceX and Tesla rated most meaningful work in high tech. Also, most stressful, but that goes with the territory. https://t.co/y8s4UdMF5z",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/706610504161107968,['https://twitter.com/dfjsteve/status/705925529388453888'],[],0,,False,5397,169,2326,https://twitter.com/dfjsteve/status/705925529388453888,None,,,,,,,[],,,, +1843,706185709481119745,705972324592435200,1457202768000.0,2016-03-05 18:32:48,+0000,,@wk057 @TeslaMotors Wasn't done at my request. Good hacking is a gift.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/706185709481119745,[],[],0,,False,425,21,94,,None,,,,,,,[],,,, +1844,705917924972736512,705917924972736512,1457138923000.0,2016-03-05 00:48:43,+0000,,"Rocket landed hard on the droneship. Didn't expect this one to work (v hot reentry), but next flight has a good chance.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/705917924972736512,[],[],0,,False,9885,681,3892,,None,,,,,,,[],,,, +1845,705910704792973313,705910704792973313,1457137201000.0,2016-03-05 00:20:01,+0000,,"Target altitude of 40,600 km achieved. Thanks @SES_Satellites for riding on Falcon 9! Looking forward to future missions.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/705910704792973313,[],[],0,,False,5912,250,1812,,None,,,,,,,[],,,, +1846,705687267684159488,705683898437496832,1457083930000.0,2016-03-04 09:32:10,+0000,,@Astro_Valdric @TeslaMotors We spoke earlier today and he said he would investigate the situation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/705687267684159488,[],[],0,,False,217,23,71,,None,,,,,,,[],,,, +1847,705094397470179329,705089680581132288,1456942579000.0,2016-03-02 18:16:19,+0000,,.@curtismcauliff SpaceX has not donated to any presidential campaign,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/705094397470179329,[],[],0,,False,2522,142,555,,None,,,,,,,[],,,, +1848,705089680581132288,705089680581132288,1456941454000.0,2016-03-02 17:57:34,+0000,,Evolution hasn't advanced much https://t.co/tsgmvtGYxH,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/705089680581132288,['https://twitter.com/arstechnica/status/705069161064603648'],[],0,,False,1170,94,419,https://twitter.com/arstechnica/status/705069161064603648,None,,,,,,,[],,,, +1849,704949916171444224,704949916171444224,1456908132000.0,2016-03-02 08:42:12,+0000,,MIT Technology Review 2016 https://t.co/db7QZRmgH5,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/704949916171444224,['https://www.technologyreview.com/lists/technologies/2016/'],[],0,,False,1905,103,971,,None,,,,,,,[],,,, +1850,704825457934364674,704823859254423552,1456878458000.0,2016-03-02 00:27:38,+0000,,@chrisdbond checking ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/704825457934364674,[],[],0,,False,59,2,4,,None,,,,,,,[],,,, +1851,704779047746691072,704770247769722880,1456867393000.0,2016-03-01 21:23:13,+0000,,@lorengrush exactly :),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/704779047746691072,[],[],0,,False,90,3,9,,None,,,,,,,[],,,, +1852,704770247769722880,704770247769722880,1456865295000.0,2016-03-01 20:48:15,+0000,,Pushing launch to Friday due to extreme high altitude wind shear. Hits like a sledgehammer when going up supersonic https://t.co/Gr8T5upaLd,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/704770247769722880,[],['https://pbs.twimg.com/media/CcfYzdsUkAE3cFf.jpg'],1,https://pbs.twimg.com/media/CcfYzdsUkAE3cFf.jpg,False,3791,228,1524,,None,,,,,,,[],,,, +1853,704603669786791936,704554265885417472,1456825580000.0,2016-03-01 09:46:20,+0000,,@PernilleT Only heard about it today. Doesn't sound like they are in the right though in their dealings with our subcontractor.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/704603669786791936,[],[],0,,False,56,5,7,,None,,,,,,,[],,,, +1854,704102461766676481,704101592098693120,1456706083000.0,2016-02-29 00:34:43,+0000,,@SpaceX Launch aborted on low thrust alarm. Rising oxygen temps due to hold for boat and helium bubble triggered alarm.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/704102461766676481,[],[],0,,False,2365,302,1734,,None,,,,,,,[],,,, +1855,704092857829732353,704092037889396736,1456703793000.0,2016-02-28 23:56:33,+0000,,@SpaceX AF has placed launch on hold due to a boat entering the edge of the keep out zone. Scrambling helo to get them to move.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/704092857829732353,[],[],0,,False,1853,207,1073,,None,,,,,,,[],,,, +1856,703760056827912197,703632077384581120,1456624447000.0,2016-02-28 01:54:07,+0000,,"@TLKFremont Great leg room for 3rd row, rear visibility better, easy storage of long cargo.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/703760056827912197,[],[],0,,False,81,13,6,,None,,,,,,,[],,,, +1857,703692375055413248,703632077384581120,1456608310000.0,2016-02-27 21:25:10,+0000,,"@derekslager @skiesforme yes, it actually performed better than other colors on stain tests. Best not to have vented seats w kids though.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/703692375055413248,[],[],0,,False,72,7,5,,None,,,,,,,[],,,, +1858,703650455407079424,703632077384581120,1456598316000.0,2016-02-27 18:38:36,+0000,,"@skiesforme Can't emphasize enough that white is the best interior. Also, pick 6 seats unless you really need 7.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/703650455407079424,[],[],0,,False,99,9,17,,None,,,,,,,[],,,, +1859,703636763227484161,703632077384581120,1456595051000.0,2016-02-27 17:44:11,+0000,,"@skiesforme @TeslaMotors That said, the white interior is the best. Highly recommend.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/703636763227484161,[],[],0,,False,58,1,9,,None,,,,,,,[],,,, +1860,703636644704849921,703632077384581120,1456595023000.0,2016-02-27 17:43:43,+0000,,@skiesforme Heavy use of the white causes splitting. Adding backing material to strengthen. Will be upgraded at no cost.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/703636644704849921,[],[],0,,False,79,5,9,,None,,,,,,,[],,,, +1861,702534707464896512,702534707464896512,1456332301000.0,2016-02-24 16:45:01,+0000,,Worth reposting the Wait But Why piece on AI. We are at the beginning of exponential growth in digital intelligence. https://t.co/1c30ZwrxQ1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/702534707464896512,['http://waitbutwhy.com/2015/01/artificial-intelligence-revolution-1.html'],[],0,,False,4323,213,2406,,None,,,,,,,[],,,, +1862,702291394023415812,702291394023415812,1456274290000.0,2016-02-24 00:38:10,+0000,,Next gen Atlas robot https://t.co/UklqidXrvD,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/702291394023415812,['https://m.youtube.com/watch?v=rVlhMGQgDkY&feature=youtu.be'],[],0,,False,3065,264,2399,,None,,,,,,,[],,,, +1863,702233502910025732,702230297010708481,1456260488000.0,2016-02-23 20:48:08,+0000,,@RoMcLocko @TeslaMotors coming later this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/702233502910025732,[],[],0,,False,133,18,50,,None,,,,,,,[],,,, +1864,701548454460284929,701547612747345921,1456097160000.0,2016-02-21 23:26:00,+0000,,"There is no way it is only 0.5%, given the staggeringly massive number of fossil subsidies that exist in every country, or as high as 50%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/701548454460284929,[],[],0,,False,1283,85,381,,None,,,,,,,[],,,, +1865,701547612747345921,701547612747345921,1456096959000.0,2016-02-21 23:22:39,+0000,,"Global economy of $100T is overwhelmingly fossil fuel based, so IMF estimate of $5T or 5% for carbon subsidy is def right order of magnitude",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/701547612747345921,[],[],0,,False,2127,86,890,,None,,,,,,,[],,,, +1866,701222643278548993,701222643278548993,1456019480000.0,2016-02-21 01:51:20,+0000,,Just wanted to thank Stu G for https://t.co/7FlnbruWpL. Know it meant a lot to you. Will take good care.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/701222643278548993,['http://tesla.com'],[],0,,False,3445,96,648,,None,,,,,,,[],,,, +1867,701143735690612736,700404336036188160,1456000667000.0,2016-02-20 20:37:47,+0000,,@nathanfielder Don't you already have a spaceship? https://t.co/tFNM43sONg,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/701143735690612736,[],['https://pbs.twimg.com/media/Cbr2gqxUsAAzkn8.jpg'],1,https://pbs.twimg.com/media/Cbr2gqxUsAAzkn8.jpg,False,3325,33,691,,None,,,,,,,[],,,, +1868,700600176713404416,700600176713404416,1455871073000.0,2016-02-19 08:37:53,+0000,,Worth noting that all gasoline cars are heavily subsidized via oil company tax credits & unpaid public health costs https://t.co/4li5E013Dj,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/700600176713404416,['http://www.theguardian.com/environment/2015/may/18/fossil-fuel-companies-getting-10m-a-minute-in-subsidies-says-imf'],[],0,,False,6171,325,5187,,None,,,,,,,[],,,, +1869,700583378328784896,700583378328784896,1455867068000.0,2016-02-19 07:31:08,+0000,,Sigh … https://t.co/VelOzAKIW6,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/700583378328784896,['http://m.huffpost.com/us/entry/koch-electric-vehicles_us_56c4d63ce4b0b40245c8cbf6'],[],0,,False,4316,685,3325,,None,,,,,,,[],,,, +1870,700540843455705088,700400342047961088,1455856927000.0,2016-02-19 04:42:07,+0000,,@elliegoulding Hi :),und,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/700540843455705088,[],[],0,,False,359,23,54,,None,,,,,,,[],,,, +1871,700400899991011328,700400342047961088,1455823562000.0,2016-02-18 19:26:02,+0000,,"@msb17 yeah, that's a great one too :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/700400899991011328,[],[],0,,False,60,3,3,,None,,,,,,,[],,,, +1872,700400754943627264,700400342047961088,1455823527000.0,2016-02-18 19:25:27,+0000,,@AnnaDotBlue Little bit,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/700400754943627264,[],[],0,,False,86,1,5,,None,,,,,,,[],,,, +1873,700400342047961088,700400342047961088,1455823429000.0,2016-02-18 19:23:49,+0000,,"Worth watching ""Nathan for You"" on Comedy Central, particularly the ""Dumb Starbucks"" and ""Mechanic/Realtor"" episodes",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/700400342047961088,[],[],0,,False,2382,111,522,,None,,,,,,,[],,,, +1874,700398127044362240,700398127044362240,1455822900000.0,2016-02-18 19:15:00,+0000,,My coffee tastes unusually good this morning https://t.co/LowwuPAgoz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/700398127044362240,[],['https://pbs.twimg.com/media/CbhP-tsWIAAiBlQ.jpg'],1,https://pbs.twimg.com/media/CbhP-tsWIAAiBlQ.jpg,False,5905,232,1079,,None,,,,,,,[],,,, +1875,699880397396512768,699709623406702592,1455699464000.0,2016-02-17 08:57:44,+0000,,@BasseyE @tegmark yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/699880397396512768,[],[],0,,False,78,14,13,,None,,,,,,,[],,,, +1876,699709623406702592,699709623406702592,1455658748000.0,2016-02-16 21:39:08,+0000,,Interesting to think of physics as a set of compression algorithms for the universe. That's basically what formulas are.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/699709623406702592,[],[],0,,False,7306,356,3108,,None,,,,,,,[],,,, +1877,699510738147106816,699510097332994048,1455611330000.0,2016-02-16 08:28:50,+0000,,"@chriskreidler @engadget yes, this was done jointly with Tesla and Radio Flyer",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/699510738147106816,[],[],0,,False,128,6,18,,None,,,,,,,[],,,, +1878,699510097332994048,699510097332994048,1455611178000.0,2016-02-16 08:26:18,+0000,,This baby Model S really is quite fun https://t.co/40W5sS5bKI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/699510097332994048,['https://twitter.com/engadget/status/699489096406802432'],[],0,,False,2687,201,1019,https://twitter.com/engadget/status/699489096406802432,None,,,,,,,[],,,, +1879,697684032868356097,697684032868356097,1455175810000.0,2016-02-11 07:30:10,+0000,,More details on Model 3 unveil in coming weeks. That's it for now.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697684032868356097,[],[],0,,False,3544,213,1007,,None,,,,,,,[],,,, +1880,697682665919516672,697678962588188672,1455175484000.0,2016-02-11 07:24:44,+0000,,@MysteryGuitarM yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697682665919516672,[],[],0,,False,188,13,14,,None,,,,,,,[],,,, +1881,697679828468641792,697678962588188672,1455174808000.0,2016-02-11 07:13:28,+0000,,No signature series for Model 3. Same reservation amount for all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697679828468641792,[],[],0,,False,1505,92,385,,None,,,,,,,[],,,, +1882,697679434996850688,697678962588188672,1455174714000.0,2016-02-11 07:11:54,+0000,,@garethseneque global,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697679434996850688,[],[],0,,False,164,9,21,,None,,,,,,,[],,,, +1883,697678962588188672,697678962588188672,1455174601000.0,2016-02-11 07:10:01,+0000,,Model 3 reservations ($1000 down) will be accepted in Tesla stores on March 31 and online April 1,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697678962588188672,[],[],0,,False,5740,499,3240,,None,,,,,,,[],,,, +1884,697674277131153408,697672633333239808,1455173484000.0,2016-02-11 06:51:24,+0000,,@ErikRoesegg good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/697674277131153408,[],[],0,,False,104,4,1,,None,,,,,,,[],,,, +1885,697341715712086016,697331144417619968,1455094195000.0,2016-02-10 08:49:55,+0000,,Should mention that Tesla Motors itself had nothing to do with the short movie. This was completely independent.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/697341715712086016,[],[],0,,False,1259,98,182,,None,,,,,,,[],,,, +1886,697331144417619968,697331144417619968,1455091675000.0,2016-02-10 08:07:55,+0000,,Love this Tesla video made by https://t.co/bwKne0mZUh,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/697331144417619968,['http://freisebrothers.com/tesla-notadream/'],[],0,,False,3813,136,1655,,None,,,,,,,[],,,, +1887,695666033676328960,695666033676328960,1454694681000.0,2016-02-05 17:51:21,+0000,,My job moonlighting as a police officer in Brazil is no longer secret https://t.co/QBTQYMpAF9,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/695666033676328960,['http://www.autoblog.com/2016/02/04/it-sure-looks-like-elon-musk-is-now-doing-security-in-brazil/'],[],0,,False,5028,288,1810,,None,,,,,,,[],,,, +1888,694802955170553861,694802955170553861,1454488907000.0,2016-02-03 08:41:47,+0000,,Must be a slow news day if denying service to a super rude customer gets this much attention,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/694802955170553861,[],[],0,,False,8793,927,2199,,None,,,,,,,[],,,, +1889,690983158490136576,690815779068076032,1453578197000.0,2016-01-23 19:43:17,+0000,,@TheEconomist Interesting name,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/690983158490136576,[],[],0,,False,1224,72,249,,None,,,,,,,[],,,, +1890,689869015280254976,689867519503441920,1453312565000.0,2016-01-20 17:56:05,+0000,,@Benzinga I didn't take anyone's car and never would. Car was actually allocated to engineering test (not by me) and inadvertently sold.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/689869015280254976,[],[],0,,False,234,54,46,,None,,,,,,,[],,,, +1891,689299216607232000,689299216607232000,1453176714000.0,2016-01-19 04:11:54,+0000,,"My best guess for 2016: ~70% landing success rate (so still a few more RUDs to go), then hopefully improving to ~90% in 2017",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/689299216607232000,[],[],0,,False,4955,378,1366,,None,,,,,,,[],,,, +1892,688921087820705792,688815223558410240,1453086561000.0,2016-01-18 03:09:21,+0000,,@JeffBezos @SpaceX Thanks Jeff,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/688921087820705792,[],[],0,,False,1039,52,153,,None,,,,,,,[],,,, +1893,688920586391805952,688920586391805952,1453086441000.0,2016-01-18 03:07:21,+0000,,"Falcon lands on droneship, but the lockout collet doesn't latch on one the four legs, causing it… https://t.co/DpXsRQWal9",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/688920586391805952,['https://www.instagram.com/p/BAqirNbwEc0/'],[],0,,False,8418,1192,7739,,None,,,,,,,[],,,, +1894,688846973361721345,688844190826942465,1453068891000.0,2016-01-17 22:14:51,+0000,,"@stunt_penguin @LayOn_OverWhale Stage 1 would reach low Earth orbit if not hefting a second stage, but payload would be greatly reduced.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/688846973361721345,[],[],0,,False,182,20,26,,None,,,,,,,[],,,, +1895,688846557949472768,688844190826942465,1453068792000.0,2016-01-17 22:13:12,+0000,,"@JimmyVosika Actually, didn't get environmental approval in time, but it was also good practice for missions where a ship is needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/688846557949472768,[],[],0,,False,183,7,22,,None,,,,,,,[],,,, +1896,688845689023901696,688844190826942465,1453068585000.0,2016-01-17 22:09:45,+0000,,"If speed at stage separation > ~6000 km/hr. With a ship, no need to zero out lateral velocity, so can stage at up to ~9000 km/h.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/688845689023901696,[],[],0,,False,1491,125,424,,None,,,,,,,[],,,, +1897,688844190826942465,688844190826942465,1453068227000.0,2016-01-17 22:03:47,+0000,,Ship landings are not needed for flexibility or to save fuel costs. Just not physically possible to return to launch site,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/688844190826942465,[],[],0,,False,1948,139,589,,None,,,,,,,[],,,, +1898,688842435955261440,688842435955261440,1453067809000.0,2016-01-17 21:56:49,+0000,,"As mentioned before, ship landings are needed for high velocity missions. Altitude & distance don't mean much for orbit. All about speed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/688842435955261440,[],[],0,,False,2019,100,605,,None,,,,,,,[],,,, +1899,688841295364673536,688840057483071488,1453067537000.0,2016-01-17 21:52:17,+0000,,@mbhnyc steel collet,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/688841295364673536,[],[],0,,False,79,6,5,,None,,,,,,,[],,,, +1900,688837706005131264,688837706005131264,1453066681000.0,2016-01-17 21:38:01,+0000,,"Well, at least the pieces were bigger this time! Won't be last RUD, but am optimistic about upcoming ship landing. https://t.co/w007TccANJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/688837706005131264,[],['https://pbs.twimg.com/media/CY8-PdyU0AABqaa.jpg'],1,https://pbs.twimg.com/media/CY8-PdyU0AABqaa.jpg,False,12691,793,6461,,None,,,,,,,[],,,, +1901,688816810754359297,688816554306191360,1453061699000.0,2016-01-17 20:14:59,+0000,,@Uncle_Gus probably,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/688816810754359297,[],[],0,,False,225,17,26,,None,,,,,,,[],,,, +1902,688816554306191360,688816554306191360,1453061638000.0,2016-01-17 20:13:58,+0000,,"However, that was not what prevented it being good. Touchdown speed was ok, but a leg lockout didn't latch, so it tipped over after landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/688816554306191360,[],[],0,,False,3795,506,1839,,None,,,,,,,[],,,, +1903,688814634489413632,688814634489413632,1453061181000.0,2016-01-17 20:06:21,+0000,,"Definitely harder to land on a ship. Similar to an aircraft carrier vs land: much smaller target area, that's also translating & rotating.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/688814634489413632,[],[],0,,False,4503,483,1869,,None,,,,,,,[],,,, +1904,688175650570547202,688173528017850368,1452908835000.0,2016-01-16 01:47:15,+0000,,Maybe some debris ingestion. Engine data looks ok. Will borescope tonight. This is one of the outer engines.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/688175650570547202,[],[],0,,False,1713,146,425,,None,,,,,,,[],,,, +1905,688173528017850368,688173528017850368,1452908329000.0,2016-01-16 01:38:49,+0000,,"Conducted hold-down firing of returned Falcon rocket. Data looks good overall, but engine 9 showed thrust fluctuations.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/688173528017850368,[],[],0,,False,3556,164,1072,,None,,,,,,,[],,,, +1906,686976300158853120,686976300158853120,1452622888000.0,2016-01-12 18:21:28,+0000,,Next launch is a @NASA science mission from VAFB California on Sunday. https://t.co/vJdkJkZzg1,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/686976300158853120,['https://twitter.com/spacex/status/686971170051100672'],[],0,,False,2029,121,823,https://twitter.com/spacex/status/686971170051100672,None,,,,,,,[],,,, +1907,686743696469954560,686743696469954560,1452567430000.0,2016-01-12 02:57:10,+0000,,Aiming to launch this weekend and (hopefully) land on our droneship. Ship landings needed for high velocity missions https://t.co/n6j0mExAqM,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/686743696469954560,['https://twitter.com/spacex/status/686740078387843073'],[],0,,False,4109,189,1886,https://twitter.com/spacex/status/686740078387843073,None,,,,,,,[],,,, +1908,686472796797579266,686472796797579266,1452502843000.0,2016-01-11 09:00:43,+0000,,Sad to hear that David Bowie died. He was amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/686472796797579266,[],[],0,,False,4152,123,1065,,None,,,,,,,[],,,, +1909,686279251293777920,686279251293777920,1452456698000.0,2016-01-10 20:11:38,+0000,,"In ~2 years, summon should work anywhere connected by land & not blocked by borders, eg you're in LA and the car is in NY",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/686279251293777920,[],[],0,,False,7163,613,4346,,None,,,,,,,[],,,, +1910,686278452639567876,686277508212330496,1452456508000.0,2016-01-10 20:08:28,+0000,,"Tap your phone or key and your car will open the garage door, exit, close the door and come to you. Will do same in reverse for unsummon.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/686278452639567876,[],[],0,,False,4205,248,2743,,None,,,,,,,[],,,, +1911,686277508212330496,686277508212330496,1452456283000.0,2016-01-10 20:04:43,+0000,,First baby step in Tesla Summon capability now downloading over-the-air with V7.1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/686277508212330496,[],[],0,,False,3380,127,1496,,None,,,,,,,[],,,, +1912,683333695307034625,683333695307034625,1451754423000.0,2016-01-02 17:07:03,+0000,,"Worth reading The Machine Stops, an old story by E. M. Forster https://t.co/0Dl4l2t6FH",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/683333695307034625,['https://en.m.wikipedia.org/wiki/The_Machine_Stops'],[],0,,False,2926,254,837,,None,,,,,,,[],,,, +1913,682717803166695425,682717803166695425,1451607583000.0,2016-01-01 00:19:43,+0000,,"Falcon 9 back in the hangar at Cape Canaveral. No damage found, ready to fire again. https://t.co/7w6IfJGtXM",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/682717803166695425,['https://www.instagram.com/p/_-d28bQEc9/'],[],0,,False,9877,523,4600,,None,,,,,,,[],,,, +1914,679163784062107649,679163784062107649,1450760239000.0,2015-12-22 04:57:19,+0000,,High res video of landing from the helo https://t.co/G0Yq2V5J3m,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/679163784062107649,['https://m.youtube.com/watch?v=ZCBE8ocOkAQ&feature=youtu.be'],[],0,,False,9953,610,6896,,None,,,,,,,[],,,, +1915,679145544673923072,679145544673923072,1450755890000.0,2015-12-22 03:44:50,+0000,,Live video from LZ-1 https://t.co/Ve6gEXfOdh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679145544673923072,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/679145419507548161/pu/img/6DQ1zHR6pVDCJdeV.jpg,False,10710,373,5027,,None,,,,,,,[],,,, +1916,679142215981993984,679142215981993984,1450755096000.0,2015-12-22 03:31:36,+0000,,Falcon 9 standing on LZ-1 at Cape Canaveral https://t.co/RZdfcH0exW,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679142215981993984,[],['https://pbs.twimg.com/media/CWzMPm2U8AAca4k.jpg'],1,https://pbs.twimg.com/media/CWzMPm2U8AAca4k.jpg,False,9442,400,4333,,None,,,,,,,[],,,, +1917,679138271084064768,679127406813188097,1450754156000.0,2015-12-22 03:15:56,+0000,,@morganpage thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679138271084064768,[],[],0,,False,173,13,3,,None,,,,,,,[],,,, +1918,679137936416329728,679137936416329728,1450754076000.0,2015-12-22 03:14:36,+0000,,There and back again https://t.co/Ll7wg2hL1G,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679137936416329728,[],['https://pbs.twimg.com/media/CWzIWeAXIAAUQCF.jpg'],1,https://pbs.twimg.com/media/CWzIWeAXIAAUQCF.jpg,False,38608,1033,24231,,None,,,,,,,[],,,, +1919,679137515543097345,679136936036990976,1450753976000.0,2015-12-22 03:12:56,+0000,,@Jon_Favreau Thanks Jon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679137515543097345,[],[],0,,False,310,9,22,,None,,,,,,,[],,,, +1920,679127406813188097,679127406813188097,1450751566000.0,2015-12-22 02:32:46,+0000,,"11 satellites deployed to target orbit and Falcon has landed back at Cape Canaveral. Headed to LZ-1. Welcome back, baby!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/679127406813188097,[],[],0,,False,17365,1037,8653,,None,,,,,,,[],,,, +1921,679110356224991232,679110356224991232,1450747500000.0,2015-12-22 01:25:00,+0000,,Background on the launch https://t.co/1SkttU684X,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/679110356224991232,['http://www.spacex.com/news/2015/12/21/background-tonights-launch'],[],0,,False,2117,210,938,,None,,,,,,,[],,,, +1922,678732298532085761,678732298532085761,1450657364000.0,2015-12-21 00:22:44,+0000,,Launch & landing can be seen on the https://t.co/bDd3GxQXMC webcast or in person from Cape Canaveral public causeway at 8:33pm local tmrw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/678732298532085761,['http://SpaceX.com'],[],0,,False,2743,228,1738,,None,,,,,,,[],,,, +1923,678679083782377472,678679083782377472,1450644677000.0,2015-12-20 20:51:17,+0000,,Just reviewed mission params w SpaceX team. Monte Carlo runs show tmrw night has a 10% higher chance of a good landing. Punting 24 hrs.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/678679083782377472,[],[],0,,False,2485,193,1053,,None,,,,,,,[],,,, +1924,678152249369952258,678152249369952258,1450519070000.0,2015-12-19 09:57:50,+0000,,Currently looking good for a Sunday night (~8pm local) attempted orbital launch and rocket landing at Cape Canaveral,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/678152249369952258,[],[],0,,False,3796,265,1694,,None,,,,,,,[],,,, +1925,678065851199651840,678065339649757184,1450498471000.0,2015-12-19 04:14:31,+0000,,Meant to reply to this article: https://t.co/JRvXcTG3el,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/678065851199651840,['http://www.latimes.com/business/la-fi-1216-tesla-credits-20151216-story.html'],[],0,,False,692,76,169,,None,,,,,,,[],,,, +1926,678065339649757184,678065339649757184,1450498349000.0,2015-12-19 04:12:29,+0000,,This article does not appreciate that Tesla is in California despite taxes net of rebates being higher. Incentives only a partial offset.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/678065339649757184,[],[],0,,False,989,92,195,,None,,,,,,,[],,,, +1927,678004229047357440,678004229047357440,1450483779000.0,2015-12-19 00:09:39,+0000,,"Static fire test looks good. Pending data review, will aim to launch Sunday.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/678004229047357440,[],[],0,,False,2532,154,891,,None,,,,,,,[],,,, +1928,677980503459270657,677970721730002944,1450478122000.0,2015-12-18 22:35:22,+0000,,Rounding up to 1 sec for a bit of timing margin. Updating flight computer command sequence …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/677980503459270657,[],[],0,,False,633,65,116,,None,,,,,,,[],,,, +1929,677970721730002944,677970721730002944,1450475790000.0,2015-12-18 21:56:30,+0000,,Aborted on ignition timing due to slow ground side valve. Adjusting ignition sequence by 0.6 secs for next attempt.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/677970721730002944,[],[],0,,False,964,103,220,,None,,,,,,,[],,,, +1930,677961117595906048,677961117595906048,1450473501000.0,2015-12-18 21:18:21,+0000,,About 2 mins from static fire,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/677961117595906048,[],[],0,,False,839,107,184,,None,,,,,,,[],,,, +1931,677949037815840768,677945101184708609,1450470620000.0,2015-12-18 20:30:20,+0000,,@elonmusk holding for issue resolution,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/677949037815840768,[],[],0,,False,382,38,84,,None,,,,,,,[],,,, +1932,677945101184708609,677945101184708609,1450469682000.0,2015-12-18 20:14:42,+0000,,Abort triggered by flight computer on upper stage throttle valve. Adjusting thresholds and restarting count at T-10 mins.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/677945101184708609,[],[],0,,False,842,79,257,,None,,,,,,,[],,,, +1933,677940293212102656,677940293212102656,1450468536000.0,2015-12-18 19:55:36,+0000,,5 mins from static fire test,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/677940293212102656,[],[],0,,False,1279,143,351,,None,,,,,,,[],,,, +1934,677666779494248449,677660460230041600,1450403325000.0,2015-12-18 01:48:45,+0000,,"@lukealization yes, from 70F to 20 F",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677666779494248449,[],[],0,,False,106,13,10,,None,,,,,,,[],,,, +1935,677666464208416768,677660460230041600,1450403250000.0,2015-12-18 01:47:30,+0000,,@craigcocca It worked in Texas,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677666464208416768,[],[],0,,False,103,4,11,,None,,,,,,,[],,,, +1936,677663227271118848,677660460230041600,1450402478000.0,2015-12-18 01:34:38,+0000,,@PaigeANjax -340 F in this case. Deep cryo increases density and amplifies rocket performance. First time anyone has gone this low for O2.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677663227271118848,[],[],0,,False,535,54,161,,None,,,,,,,[],,,, +1937,677660460230041600,677660460230041600,1450401818000.0,2015-12-18 01:23:38,+0000,,Falcon 9 is vertical on the launch pad at Cape Canaveral. Working towards static fire. Deep cryo liquid oxygen presenting some challenges.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677660460230041600,[],[],0,,False,2416,154,794,,None,,,,,,,[],,,, +1938,677646796311670786,677631711744794624,1450398560000.0,2015-12-18 00:29:20,+0000,,@mashabletech @mashable Not really my letter (no authorship contribution). Just agreed to add my name when they asked.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/677646796311670786,[],[],0,,False,78,7,14,,None,,,,,,,[],,,, +1939,677403793651175424,677403793651175424,1450340624000.0,2015-12-17 08:23:44,+0000,,Vance article on self-driving cars was inaccurate https://t.co/AV636KAcKH,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/677403793651175424,['http://ts.la/p3n'],[],0,,False,1080,82,500,,None,,,,,,,[],,,, +1940,675431513211600896,675431513211600896,1449870396000.0,2015-12-11 21:46:36,+0000,,Announcing formation of @open_ai … https://t.co/Fcouhwh6MC,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/675431513211600896,['https://openai.com/blog/introducing-openai/'],[],0,,False,4218,238,3546,,None,,,,,,,[],,,, +1941,674885173838680064,674885173838680064,1449740138000.0,2015-12-10 09:35:38,+0000,,Aiming for Falcon rocket static fire at Cape Canaveral on the 16th and launch about three days later,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/674885173838680064,[],[],0,,False,3232,203,1246,,None,,,,,,,[],,,, +1942,674879202554875904,656973991379378176,1449738715000.0,2015-12-10 09:11:55,+0000,,@laulauritzen Agreed. Working on it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/674879202554875904,[],[],0,,False,72,9,10,,None,,,,,,,[],,,, +1943,674715937610719232,674715937610719232,1449699789000.0,2015-12-09 22:23:09,+0000,,wow https://t.co/T7PFpoqpEx,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/674715937610719232,['https://twitter.com/DiscoverMag/status/674713782778654721'],[],0,,False,1602,59,674,https://twitter.com/DiscoverMag/status/674713782778654721,None,,,,,,,[],,,, +1944,673606425109639168,673606181584171009,1449435261000.0,2015-12-06 20:54:21,+0000,,@NASA Best of luck to the Cygnus launch,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/673606425109639168,[],[],0,,False,706,27,138,,None,,,,,,,[],,,, +1945,672594704467267584,672535366096785408,1449194048000.0,2015-12-04 01:54:08,+0000,,@MikeBloomberg Nice ride! Looking forward to seeing you tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/672594704467267584,[],[],0,,False,158,12,25,,None,,,,,,,[],,,, +1946,672387989260095489,672387989260095489,1449144763000.0,2015-12-03 12:12:43,+0000,,Good summary of my talk in Paris on climate change https://t.co/n27JiXUsW9,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,12,https://twitter.com/elonmusk/status/672387989260095489,['http://fortune.com/2015/12/02/elon-musk-carbon-tax-paris/'],[],0,,False,2274,175,1508,,None,,,,,,,[],,,, +1947,672102667213115393,672102667213115393,1449076737000.0,2015-12-02 17:18:57,+0000,,About to give a talk at the Sorbonne https://t.co/j7iVq1GycH,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/672102667213115393,['https://twitter.com/sorbonneparis1/status/672085311401381888'],[],0,,False,1051,111,319,https://twitter.com/sorbonneparis1/status/672085311401381888,None,,,,,,,[],,,, +1948,669209994693251075,669111829205938177,1448387070000.0,2015-11-24 17:44:30,+0000,,"@ID_AA_Carmack Yep, good points. I hope you get back into space some day!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/669209994693251075,[],[],0,,False,324,17,47,,None,,,,,,,[],,,, +1949,669202543109509120,669202543109509120,1448385294000.0,2015-11-24 17:14:54,+0000,,But credit for 1st reusable suborbital rocket goes to X-15 https://t.co/LSb0f8FLJd And Burt Rutan for commercial https://t.co/TGWlNjsyQz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/669202543109509120,"['https://en.m.wikipedia.org/wiki/North_American_X-15', 'https://en.m.wikipedia.org/wiki/SpaceShipOne']",[],0,,False,1131,103,430,,None,,,,,,,[],,,, +1950,669199392231063552,669199392231063552,1448384542000.0,2015-11-24 17:02:22,+0000,,Jeff maybe unaware SpaceX suborbital VTOL flight began 2013. Orbital water landing 2014. Orbital land landing next. https://t.co/S6WMRnEFY5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/669199392231063552,['https://m.youtube.com/watch?v=2t15vP1PyoA'],[],0,,False,1581,140,792,,None,,,,,,,[],,,, +1951,669194136248041472,669111829205938177,1448383289000.0,2015-11-24 16:41:29,+0000,,"@JeffBezos Not quite ""rarest"". SpaceX Grasshopper rocket did 6 suborbital flights 3 years ago & is still around. https://t.co/6j9ERKCNZl",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/669194136248041472,[],['https://pbs.twimg.com/media/CUl0gkJW4AAQQjB.jpg'],1,https://pbs.twimg.com/media/CUl0gkJW4AAQQjB.jpg,False,2161,128,873,,None,,,,,,,[],,,, +1952,669132749500887040,669129655597731841,1448368654000.0,2015-11-24 12:37:34,+0000,,@TobiasVdb The F9 booster can reach low orbit as a single stage if not carrying the upper stage and a heavy satellite.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669132749500887040,[],[],0,,False,203,12,61,,None,,,,,,,[],,,, +1953,669131093379956736,669129655597731841,1448368259000.0,2015-11-24 12:30:59,+0000,,"Getting to space needs ~Mach 3, but GTO orbit requires ~Mach 30. The energy needed is the square, i.e. 9 units for space and 900 for orbit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669131093379956736,[],[],0,,False,1685,93,766,,None,,,,,,,[],,,, +1954,669129655597731841,669129655597731841,1448367916000.0,2015-11-24 12:25:16,+0000,,"It is, however, important to clear up the difference between ""space"" and ""orbit"", as described well by https://t.co/7PD42m37fZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669129655597731841,['https://what-if.xkcd.com/58/'],[],0,,False,2796,108,1433,,None,,,,,,,[],,,, +1955,669129347555430400,669129347555430400,1448367842000.0,2015-11-24 12:24:02,+0000,,Congrats to Jeff Bezos and the BO team for achieving VTOL on their booster,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669129347555430400,[],[],0,,False,2730,80,1335,,None,,,,,,,[],,,, +1956,667537317037404160,667517215390863360,1447988273000.0,2015-11-20 02:57:53,+0000,,"@levie Sounds perfect, you had me at ""enterprise"".",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/667537317037404160,[],[],0,,False,630,39,90,,None,,,,,,,[],,,, +1957,667536629830017024,667517215390863360,1447988109000.0,2015-11-20 02:55:09,+0000,,@StartupLJackson Yeah and hell yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/667536629830017024,[],[],0,,False,630,21,92,,None,,,,,,,[],,,, +1958,667519604537724928,667517215390863360,1447984050000.0,2015-11-20 01:47:30,+0000,,@atduarte From anywhere,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667519604537724928,[],[],0,,False,131,4,23,,None,,,,,,,[],,,, +1959,667519445414252544,667517215390863360,1447984012000.0,2015-11-20 01:46:52,+0000,,Should mention that I will be interviewing people personally and Autopilot reports directly to me. This is a super high priority.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667519445414252544,[],[],0,,False,3171,309,1533,,None,,,,,,,[],,,, +1960,667517215390863360,667517215390863360,1447983480000.0,2015-11-20 01:38:00,+0000,,We are looking for hardcore software engineers. No prior experience with cars required. Please include code sample or link to your work.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667517215390863360,[],[],0,,False,4605,750,3876,,None,,,,,,,[],,,, +1961,667516705116065792,667516705116065792,1447983359000.0,2015-11-20 01:35:59,+0000,,"Ramping up the Autopilot software team at Tesla to achieve generalized full autonomy. If interested, contact autopilot@teslamotors.com.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667516705116065792,[],[],0,,False,2925,201,1850,,None,,,,,,,[],,,, +1962,663290006992236544,663200379132248065,1446975635000.0,2015-11-08 09:40:35,+0000,,@drew definitely aliens!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/663290006992236544,[],[],0,,False,152,19,30,,None,,,,,,,[],,,, +1963,662039125898334209,662017187486556160,1446677402000.0,2015-11-04 22:50:02,+0000,,@kevinmitnick Current production is LTE. Can be upgraded by service.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/662039125898334209,[],[],0,,False,159,32,16,,None,,,,,,,[],,,, +1964,661293692410445824,661179848807829504,1446499677000.0,2015-11-02 21:27:57,+0000,,@BjornNyland @TeslaMotors well done!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/661293692410445824,[],[],0,,False,219,17,33,,None,,,,,,,[],,,, +1965,660693896553324545,660608695722635264,1446356674000.0,2015-11-01 05:44:34,+0000,,@ID_AA_Carmack noted,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/660693896553324545,[],[],0,,False,375,20,59,,None,,,,,,,[],,,, +1966,660117630175412224,660115971575840769,1446219282000.0,2015-10-30 15:34:42,+0000,,"@GertAbildskov Wow, that's great!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/660117630175412224,[],[],0,,False,63,2,6,,None,,,,,,,[],,,, +1967,659543458953101312,659543458953101312,1446082388000.0,2015-10-29 01:33:08,+0000,,Model S Ludicrous Mode achieves 2.6 sec 0-60 mph and 10.9 sec 1/4 mile in Motor Trend test https://t.co/IpgTF6s9M8,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/659543458953101312,['http://m.motortrend.com/roadtests/sedans/2015-tesla-model-s-p90d-ludicrous-upgrade-first-test-review/??sm_id=social_aumomotortrendhub_MotorTrend_20151028_54607566&adbid=659489836311556096&adbpl=tw&adbpr=25383000'],[],0,,False,2107,175,1259,,None,,,,,,,[],,,, +1968,659541500712251392,659518824547549184,1446081922000.0,2015-10-29 01:25:22,+0000,,"@MacTechGenius yes, comes with each car",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/659541500712251392,[],[],0,,False,49,5,6,,None,,,,,,,[],,,, +1969,658842380922023936,658842380922023936,1445915238000.0,2015-10-27 03:07:18,+0000,,"Compliment from Jeffrey is much appreciated, but the people of Tesla deserve all the credit",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/658842380922023936,[],[],0,,False,1249,90,226,,None,,,,,,,[],,,, +1970,658780657103978496,658780657103978496,1445900522000.0,2015-10-26 23:02:02,+0000,,I should clarify that https://t.co/iUX7wkMxY8 is an independent website. We don't have any control over the content.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/658780657103978496,['http://teslamotorsclub.com'],[],0,,False,572,59,136,,None,,,,,,,[],,,, +1971,658735748498100225,658735748498100225,1445889815000.0,2015-10-26 20:03:35,+0000,,Cool! https://t.co/HOe0K7qkuk,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/658735748498100225,['https://twitter.com/bonnienorman/status/658630338038661121'],[],0,,False,1074,58,359,https://twitter.com/bonnienorman/status/658630338038661121,None,,,,,,,[],,,, +1972,658657239331270656,657685372579745793,1445871097000.0,2015-10-26 14:51:37,+0000,,"@anakinSGE Hopefully, mid to late next year. We are being more cautious abt expanding countries to ensure a great user experience each time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/658657239331270656,[],[],0,,False,66,7,12,,None,,,,,,,[],,,, +1973,658358794292891648,658354915824173056,1445799942000.0,2015-10-25 19:05:42,+0000,,"@GangsOfGtown Given high local demand, a Gigafactory in India would probably make sense in the long term.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/658358794292891648,[],[],0,,False,219,50,158,,None,,,,,,,[],,,, +1974,658358303454420992,658354915824173056,1445799825000.0,2015-10-25 19:03:45,+0000,,"@abrax4s Yes, establishing charging and service infrastructure in Mexico now. Official launch in next several months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/658358303454420992,[],[],0,,False,109,6,50,,None,,,,,,,[],,,, +1975,658357909265362944,658354915824173056,1445799731000.0,2015-10-25 19:02:11,+0000,,@javashri Auto import duties are prohibitively high. Hoping for a special category for EVs. Most of our discussion was about batteries.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/658357909265362944,[],[],0,,False,78,4,28,,None,,,,,,,[],,,, +1976,658357058106822656,658354915824173056,1445799528000.0,2015-10-25 18:58:48,+0000,,@roneijlander We just finished building a huge expansion in Tilburg!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658357058106822656,[],[],0,,False,71,3,12,,None,,,,,,,[],,,, +1977,658356679793205248,658354915824173056,1445799438000.0,2015-10-25 18:57:18,+0000,,"These are all things I've said before and are naturally needed to improve in-market affordability, so no real news here.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658356679793205248,[],[],0,,False,770,64,148,,None,,,,,,,[],,,, +1978,658356079026270208,658354915824173056,1445799295000.0,2015-10-25 18:54:55,+0000,,Model 3 is due in ~2 yrs. A China factory for local demand cd be as soon as a year after. A factory in Europe wd happen for same reason.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658356079026270208,[],[],0,,False,1035,93,385,,None,,,,,,,[],,,, +1979,658354915824173056,658354915824173056,1445799018000.0,2015-10-25 18:50:18,+0000,,My comments in China weren't transcribed correctly. Tesla will keep making cars & batteries in CA & NV as far into future as I can imagine.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658354915824173056,[],[],0,,False,1506,87,533,,None,,,,,,,[],,,, +1980,657704144267059200,656973991379378176,1445643862000.0,2015-10-23 23:44:22,+0000,,"@JessicaTetreau important to set AC to not recirc (air exits thru rear) and use the snap in shade, which Tesla service can provide",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/657704144267059200,[],[],0,,False,52,6,4,,None,,,,,,,[],,,, +1981,657702829398822912,657686500310700032,1445643548000.0,2015-10-23 23:39:08,+0000,,@shanenickerson Amount of change needed is enormous - like a spinal cord transplant. Would cost less and work better with a new car.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/657702829398822912,[],[],0,,False,65,7,6,,None,,,,,,,[],,,, +1982,657686500310700032,657686500310700032,1445639655000.0,2015-10-23 22:34:15,+0000,,"Autopilot 1.01 coming soon: curve speed adaption, controller smoothness, better lane holding on poor roads, improved fleet learning!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/657686500310700032,[],[],0,,False,2589,174,1214,,None,,,,,,,[],,,, +1983,657685372579745793,657685372579745793,1445639386000.0,2015-10-23 22:29:46,+0000,,"Regulatory approvals received, so Autopilot rolling out to all countries! (Excluding Japan, which is still under review)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/657685372579745793,[],[],0,,False,2057,178,1198,,None,,,,,,,[],,,, +1984,657141296050606080,656973991379378176,1445509668000.0,2015-10-22 10:27:48,+0000,,@JarkkoKuoppala all,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/657141296050606080,[],[],0,,False,61,9,12,,None,,,,,,,[],,,, +1985,657110887707361280,656973991379378176,1445502418000.0,2015-10-22 08:26:58,+0000,,@backseatdiver Hoping for Friday release,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/657110887707361280,[],[],0,,False,67,18,11,,None,,,,,,,[],,,, +1986,657106581893574656,656973991379378176,1445501392000.0,2015-10-22 08:09:52,+0000,,@elonmusk Good feedback. Will write up a list of software priorities in the coming weeks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/657106581893574656,[],[],0,,False,531,123,66,,None,,,,,,,[],,,, +1987,656973991379378176,656973991379378176,1445469780000.0,2015-10-21 23:23:00,+0000,,What esthetic and functionality improvements would you like to see in the 7.1 UI overhaul? Or new features entirely?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656973991379378176,[],[],0,,False,953,2199,235,,None,,,,,,,[],,,, +1988,656973325172920320,656970996801474560,1445469621000.0,2015-10-21 23:20:21,+0000,,@sAlmaneei already in Jordan. Rest of states in region next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656973325172920320,[],[],0,,False,56,9,11,,None,,,,,,,[],,,, +1989,656973144306094080,656970117721534464,1445469578000.0,2015-10-21 23:19:38,+0000,,@bonnienorman thanks Bonnie :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656973144306094080,[],[],0,,False,60,0,6,,None,,,,,,,[],,,, +1990,656972712649359360,656970996801474560,1445469475000.0,2015-10-21 23:17:55,+0000,,@M4XRodri planning to have a big opening in Mexico City soon and then proceed gradually to central and South America.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656972712649359360,[],[],0,,False,97,17,33,,None,,,,,,,[],,,, +1991,656972435401678848,656970996801474560,1445469409000.0,2015-10-21 23:16:49,+0000,,@octomagon me too:,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656972435401678848,[],[],0,,False,69,3,6,,None,,,,,,,[],,,, +1992,656972046639984644,656971421025894400,1445469316000.0,2015-10-21 23:15:16,+0000,,@jonthomason yay! Always happy to make others happy,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656972046639984644,[],[],0,,False,46,3,5,,None,,,,,,,[],,,, +1993,656971866163277825,656970996801474560,1445469273000.0,2015-10-21 23:14:33,+0000,,@thebradholt big UI update coming in V7.1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656971866163277825,[],[],0,,False,45,2,4,,None,,,,,,,[],,,, +1994,656971573337944065,656971573337944065,1445469203000.0,2015-10-21 23:13:23,+0000,,"@ryybuzz we won't be, but yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656971573337944065,[],[],0,,False,19,2,2,,None,,,,,,,[],,,, +1995,656970996801474560,656970996801474560,1445469066000.0,2015-10-21 23:11:06,+0000,,"Tesla gets top rating of any company in service. Most important, CR says 97% of owners expect their next car to be a Tesla (the acid test).",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656970996801474560,[],[],0,,False,2148,147,896,,None,,,,,,,[],,,, +1996,656970117721534464,656970117721534464,1445468856000.0,2015-10-21 23:07:36,+0000,,Consumer Reports reliability survey includes a lot of early production cars. Already addressed in new cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656970117721534464,[],[],0,,False,1044,141,463,,None,,,,,,,[],,,, +1997,656968629913821184,656968351105683461,1445468501000.0,2015-10-21 23:01:41,+0000,,@drew already there,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656968629913821184,[],[],0,,False,79,8,9,,None,,,,,,,[],,,, +1998,656947037464870912,656947037464870912,1445463353000.0,2015-10-21 21:35:53,+0000,,Congrats on driving a Tesla from LA to NY in just over two days! https://t.co/hjAnAAIdMB,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/656947037464870912,['https://twitter.com/thedrive/status/656940661934063618'],[],0,,False,1104,45,441,https://twitter.com/thedrive/status/656940661934063618,None,,,,,,,[],,,, +1999,655999309620506626,655999309620506626,1445237397000.0,2015-10-19 06:49:57,+0000,,Autopilot release to Europe and Asia pending regulatory approval. Hopefully get the ok in the next few weeks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/655999309620506626,[],[],0,,False,1820,177,814,,None,,,,,,,[],,,, +2000,655256305209184258,654696934205059072,1445060251000.0,2015-10-17 05:37:31,+0000,,@Meddd__ @aaronpaul_8 Watched the whole series. One of the best tv shows ever.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/655256305209184258,[],[],0,,False,426,13,55,,None,,,,,,,[],,,, +2001,655254071058657280,654696934205059072,1445059719000.0,2015-10-17 05:28:39,+0000,,"@aaronpaul_8 um, thanks, I like your work too",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/655254071058657280,[],[],0,,False,792,26,132,,None,,,,,,,[],,,, +2002,654698139249565697,654696934205059072,1444927174000.0,2015-10-15 16:39:34,+0000,,@aaronpaul_8 sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/654698139249565697,[],[],0,,False,1742,35,319,,None,,,,,,,[],,,, +2003,654521829789270016,654521275268771840,1444885139000.0,2015-10-15 04:58:59,+0000,,@elimelechweiss actually works best at night,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/654521829789270016,[],[],0,,False,75,12,11,,None,,,,,,,[],,,, +2004,654521665305473024,654521665305473024,1444885100000.0,2015-10-15 04:58:20,+0000,,Review of Model S by @MrTeller http://t.co/eF7ICE9ef4,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/654521665305473024,['http://www.teslamotors.com/customer-stories/i-now-love-drive'],[],0,,False,1676,53,548,,None,,,,,,,[],,,, +2005,654405293959327744,654390042538995716,1444857354000.0,2015-10-14 21:15:54,+0000,,"@roymoody Depends on regulatory approval, but hopefully end of next week",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/654405293959327744,[],[],0,,False,37,6,8,,None,,,,,,,[],,,, +2006,654404618856755200,654403792402841600,1444857194000.0,2015-10-14 21:13:14,+0000,,@MRamseyWSJ 1.5 million miles per day,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/654404618856755200,[],[],0,,False,52,4,11,,None,,,,,,,[],,,, +2007,653220917963657217,653005894922276865,1444574977000.0,2015-10-11 14:49:37,+0000,,@aikisteve @andrewshiamone V7.1,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/653220917963657217,[],[],0,,False,63,22,4,,None,,,,,,,[],,,, +2008,653062690147975169,653005894922276865,1444537253000.0,2015-10-11 04:20:53,+0000,,"@lordsshrivas Lots of upgrades and a new look, although main UI upgrade coming with 7.1",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/653062690147975169,[],[],0,,False,83,11,19,,None,,,,,,,[],,,, +2009,653031144179433472,653005894922276865,1444529732000.0,2015-10-11 02:15:32,+0000,,@heosat ww,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653031144179433472,[],[],0,,False,54,2,4,,None,,,,,,,[],,,, +2010,653029223779557376,653005894922276865,1444529274000.0,2015-10-11 02:07:54,+0000,,@madolfsson roughly 5 days,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653029223779557376,[],[],0,,False,42,3,4,,None,,,,,,,[],,,, +2011,653028711768285184,653005894922276865,1444529152000.0,2015-10-11 02:05:52,+0000,,@MPa81 @bonnienorman same,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653028711768285184,[],[],0,,False,33,3,3,,None,,,,,,,[],,,, +2012,653028177896312832,653005894922276865,1444529024000.0,2015-10-11 02:03:44,+0000,,@TeslaPittsburgh Non-autopilot will have a new interface too. More comprehensive UI update coming with 7.1.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653028177896312832,[],[],0,,False,95,5,30,,None,,,,,,,[],,,, +2013,653010368583741440,653005894922276865,1444524778000.0,2015-10-11 00:52:58,+0000,,@andrewshiamone yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653010368583741440,[],[],0,,False,60,5,3,,None,,,,,,,[],,,, +2014,653005894922276865,653005894922276865,1444523712000.0,2015-10-11 00:35:12,+0000,,Some exciting news this week: Tesla Version 7 software with Autopilot goes to wide release on Thursday!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653005894922276865,[],[],0,,False,3481,232,2079,,None,,,,,,,[],,,, +2015,653004922984660992,652999299903524864,1444523480000.0,2015-10-11 00:31:20,+0000,,"CH4 rapidly decays back to CO2 & is absorbed by plants. What matters is adding new carbon to surface cycle from underground oil, gas & coal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653004922984660992,[],[],0,,False,645,61,235,,None,,,,,,,[],,,, +2016,653003966058377216,652999299903524864,1444523252000.0,2015-10-11 00:27:32,+0000,,"@HamiltonOfiyai Intentions are good, but massively overweights CH4's effect on climate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653003966058377216,[],[],0,,False,235,22,47,,None,,,,,,,[],,,, +2017,652994832399470592,652994832399470592,1444521074000.0,2015-10-10 23:51:14,+0000,,Tesla P85D (assembled in Tilburg) beats 650 hp MacLaren from 0 to 150km/h in Dutch magazine test http://t.co/HKbOyFgUzi,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/652994832399470592,['http://m.telegraaf.nl/autovisie/article/24599505/autovisie-tv-elektrische-auto-maakt-gehakt-van-supercar?utm_source=mail&utm_medium=email&utm_campaign=email'],[],0,,False,1768,118,1090,,None,,,,,,,[],,,, +2018,652643128181026816,652628757279215616,1444437221000.0,2015-10-10 00:33:41,+0000,,"@appleinsider I didn't walk back anything, apart from media hype",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/652643128181026816,[],[],0,,False,257,38,63,,None,,,,,,,[],,,, +2019,652609347252412416,652605371857530880,1444429167000.0,2015-10-09 22:19:27,+0000,,@YoApp yo,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/652609347252412416,[],[],0,,False,551,31,170,,None,,,,,,,[],,,, +2020,652607370921570304,652607370921570304,1444428696000.0,2015-10-09 22:11:36,+0000,,"Regarding the watch, Jony & his team created a beautiful design, but the functionality isn't compelling yet. By version 3, it will be.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/652607370921570304,[],[],0,,False,1903,215,791,,None,,,,,,,[],,,, +2021,652605371857530880,652605371857530880,1444428220000.0,2015-10-09 22:03:40,+0000,,"Yo, I don't hate Apple. It's a great company with a lot of talented people. I love their products and I'm glad they're doing an EV.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/652605371857530880,[],[],0,,False,4944,388,2604,,None,,,,,,,[],,,, +2022,652355134454808577,652355134454808577,1444368558000.0,2015-10-09 05:29:18,+0000,,Peak temp increases due to climate change http://t.co/dThGhXd6MT,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/652355134454808577,['http://www.washingtonpost.com/news/energy-environment/wp/2015/09/09/the-simple-statistic-that-perfectly-captures-what-climate-change-means/'],[],0,,False,980,86,784,,None,,,,,,,[],,,, +2023,650107726509404160,650107726509404160,1443832735000.0,2015-10-03 00:38:55,+0000,,Mostly accurate and fun movie about Mars. Worth seeing. https://t.co/6ujt1DG5j5,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/650107726509404160,['https://twitter.com/martianmovie/status/633986792216092678'],[],0,,False,3809,239,1742,https://twitter.com/martianmovie/status/633986792216092678,None,,,,,,,[],,,, +2024,650081625200545792,650076768712437760,1443826512000.0,2015-10-02 22:55:12,+0000,,@Avron_p you can mount a rack to the roof via suction cups and still have one Falcon door work fine. Guaranteed up to 140 mph.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650081625200545792,[],[],0,,False,123,18,27,,None,,,,,,,[],,,, +2025,650080562556858368,649241086750273536,1443826258000.0,2015-10-02 22:50:58,+0000,,@stumplahoma @mashable door is larger than opening and acts as an umbrella. Upper interior trim has hydrophobic coating.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650080562556858368,[],[],0,,False,117,5,13,,None,,,,,,,[],,,, +2026,650080098335477761,649241086750273536,1443826148000.0,2015-10-02 22:49:08,+0000,,@sasatokic @mashable Front doors have a short arc and their interior panels are chamfered back,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650080098335477761,[],[],0,,False,62,3,7,,None,,,,,,,[],,,, +2027,650079603122438144,650079603122438144,1443826029000.0,2015-10-02 22:47:09,+0000,,"Model X Bioweapon Defense Mode definitely filters viruses btw, even the small ones. Has hospital operating room level filtering.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650079603122438144,[],[],0,,False,2742,239,1469,,None,,,,,,,[],,,, +2028,650078752626593793,650076768712437760,1443825827000.0,2015-10-02 22:43:47,+0000,,"@achailleux am def 6'2""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650078752626593793,[],[],0,,False,63,8,11,,None,,,,,,,[],,,, +2029,650076768712437760,650076768712437760,1443825354000.0,2015-10-02 22:35:54,+0000,,"CNN on how Falcon doors work in tight garages. Above 6 2' ft, my height :), doors work fine. http://t.co/zvhyqKGVtR",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650076768712437760,['http://money.cnn.com/2015/10/02/autos/tesla-falcon-wing-doors/'],[],0,,False,866,82,418,,None,,,,,,,[],,,, +2030,650061966459863041,650061966459863041,1443821825000.0,2015-10-02 21:37:05,+0000,,Side view of Falcon Wing doors https://t.co/AbnMOcFXWv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/650061966459863041,['https://instagram.com/p/8Wb0WuQER4/'],[],0,,False,792,101,352,,None,,,,,,,[],,,, +2031,650051962222739457,650039516435247104,1443819439000.0,2015-10-02 20:57:19,+0000,,"@johnzabroski thanks, that's a great idea. I think we can do that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/650051962222739457,[],[],0,,False,86,2,14,,None,,,,,,,[],,,, +2032,649130149036687360,649130149036687360,1443599662000.0,2015-09-30 07:54:22,+0000,,"Btw, price of Model X is actually only $5k more than S. Lower cost versions coming later.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/649130149036687360,[],[],0,,False,2000,231,730,,None,,,,,,,[],,,, +2033,648765057417895936,648764066823954432,1443512617000.0,2015-09-29 07:43:37,+0000,,@elonmusk California time,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/648765057417895936,[],[],0,,False,652,105,163,,None,,,,,,,[],,,, +2034,648764066823954432,648764066823954432,1443512381000.0,2015-09-29 07:39:41,+0000,,Model X launch webcast live today 8pm at http://t.co/R1Z6eMTUbo. Time to show the real thing. http://t.co/oXMrucs8wJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/648764066823954432,['http://ts.la'],['https://pbs.twimg.com/media/CQDfeshUkAEKoel.jpg'],1,https://pbs.twimg.com/media/CQDfeshUkAEKoel.jpg,False,4705,248,3461,,None,,,,,,,[],,,, +2035,647939356548730882,647939356548730882,1443315755000.0,2015-09-27 01:02:35,+0000,,Great discussion about solar/batteries empowering rural communities https://t.co/Qte2s55gnP,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/647939356548730882,['https://twitter.com/pmoindia/status/647901659033501697'],[],0,,False,1780,130,1519,https://twitter.com/pmoindia/status/647901659033501697,None,,,,,,,[],,,, +2036,647209943515332608,647209943515332608,1443141849000.0,2015-09-25 00:44:09,+0000,,Dinner in an old Belgian ironmongery. Best menu art ever. http://t.co/3qUG1O6Q2v,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/647209943515332608,[],['https://pbs.twimg.com/media/CPtaAEuUAAAgXGM.jpg'],1,https://pbs.twimg.com/media/CPtaAEuUAAAgXGM.jpg,False,1685,139,402,,None,,,,,,,[],,,, +2037,646814219178897408,646809468563361792,1443047501000.0,2015-09-23 22:31:41,+0000,,@deadmau5 It was super good,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/646814219178897408,[],[],0,,False,298,24,30,,None,,,,,,,[],,,, +2038,646809468563361792,646809468563361792,1443046369000.0,2015-09-23 22:12:49,+0000,,Midnight dinner in Berlin http://t.co/PLXkR38d8e,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/646809468563361792,[],['https://pbs.twimg.com/media/CPntyN3UYAA-zIS.jpg'],1,https://pbs.twimg.com/media/CPntyN3UYAA-zIS.jpg,False,3247,333,774,,None,,,,,,,[],,,, +2039,643538701981716481,643536351258910720,1442266557000.0,2015-09-14 21:35:57,+0000,,"In expendable mode, Falcon Heavy can send a fully loaded Dragon to Mars or a light Dragon to Jupiter's moons. Europa mission wd be cool.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/643538701981716481,[],[],0,,False,2945,251,1440,,None,,,,,,,[],,,, +2040,643536351258910720,643536351258910720,1442265997000.0,2015-09-14 21:26:37,+0000,,Dragon 2 is designed to land on any surface (liquid or solid) in the solar system. Am glad to see people thinking about applications!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/643536351258910720,[],[],0,,False,2976,116,1287,,None,,,,,,,[],,,, +2041,643535787334701056,643535787334701056,1442265862000.0,2015-09-14 21:24:22,+0000,,Researchers at @NASA propose using @SpaceX Falcon/Dragon for Mars sample return mission http://t.co/U6LNKyF4Jr,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/643535787334701056,['http://news.yahoo.com/red-dragon-mars-sample-return-mission-could-launch-114405239.html'],[],0,,False,1878,86,1158,,None,,,,,,,[],,,, +2042,642961462676160513,642961462676160513,1442128933000.0,2015-09-13 07:22:13,+0000,,New model for evolution of intelligent life suggests probable emergence 2 billion years ago near galactic center http://t.co/8OUAOiiblh,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/642961462676160513,['http://online.liebertpub.com/doi/abs/10.1089/ast.2014.1192'],[],0,,False,2128,154,1138,,None,,,,,,,[],,,, +2043,642801464163700736,642776648819937280,1442090786000.0,2015-09-12 20:46:26,+0000,,@Sethrogen thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/642801464163700736,[],[],0,,False,781,25,113,,None,,,,,,,[],,,, +2044,642776648819937280,642776648819937280,1442084869000.0,2015-09-12 19:07:49,+0000,,"Btw, not saying we *should* nuke Mars -- just layin' out a few options …",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/642776648819937280,[],[],0,,False,6414,577,3637,,None,,,,,,,[],,,, +2045,639180971418320896,639170376186990592,1441227593000.0,2015-09-02 20:59:53,+0000,,First production cars will be handed over on Sept 29 at our Fremont factory,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639180971418320896,[],[],0,,False,1596,197,624,,None,,,,,,,[],,,, +2046,639180432001495040,639171847683227648,1441227465000.0,2015-09-02 20:57:45,+0000,,@ScottLucasNV Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639180432001495040,[],[],0,,False,77,12,12,,None,,,,,,,[],,,, +2047,639175789116833792,639171847683227648,1441226358000.0,2015-09-02 20:39:18,+0000,,@ScottLucasNV Lithium deal is not exclusive & has many contingencies. The press on this matter is unwarranted.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639175789116833792,[],[],0,,False,96,13,47,,None,,,,,,,[],,,, +2048,639172302530215936,639171519197777920,1441225526000.0,2015-09-02 20:25:26,+0000,,"@elonmusk $35k price, unveil in March, preorders start then.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639172302530215936,[],[],0,,False,3497,350,2301,,None,,,,,,,[],,,, +2049,639171519197777920,639171519197777920,1441225340000.0,2015-09-02 20:22:20,+0000,,"Model 3, our smaller and lower cost sedan will start production in about 2 years. Fully operational Gigafactory needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639171519197777920,[],[],0,,False,4455,366,3614,,None,,,,,,,[],,,, +2050,639170376186990592,639170376186990592,1441225067000.0,2015-09-02 20:17:47,+0000,,"With same options, Model X is $5k more than an S due to greater size & body complexity. Sig Series is fully loaded, hence high price.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639170376186990592,[],[],0,,False,1462,122,616,,None,,,,,,,[],,,, +2051,635215467959812096,634111598387404800,1440282143000.0,2015-08-22 22:22:23,+0000,,"@Forbes I appreciate the kind words in the article, but, judging by the picture mods, it looks your Photoshop bill was very high.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/635215467959812096,[],[],0,,False,1902,95,803,,None,,,,,,,[],,,, +2052,635214915934928896,635214915934928896,1440282012000.0,2015-08-22 22:20:12,+0000,,"True, but achieving a long range affordable electric vehicle has always been our long-term goal. Due in late 2017! https://t.co/2OrIYdoojs",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/635214915934928896,['https://twitter.com/forbes/status/634111598387404800'],[],0,,False,2509,227,1391,https://twitter.com/forbes/status/634111598387404800,None,,,,,,,[],,,, +2053,633366904854462464,633366904854462464,1439841412000.0,2015-08-17 19:56:52,+0000,,Article on @SpaceX and colonizing Mars by @waitbutwhy http://t.co/HhBJ48QSMW,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/633366904854462464,['http://waitbutwhy.com/2015/08/how-and-why-spacex-will-colonize-mars.html'],[],0,,False,2255,115,1508,,None,,,,,,,[],,,, +2054,633014219256926208,633014219256926208,1439757325000.0,2015-08-16 20:35:25,+0000,,Comments section on this article is awesome https://t.co/v4VY2IrALH,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/633014219256926208,['https://twitter.com/gizmodo/status/632992990261321728'],[],0,,False,1481,137,850,https://twitter.com/gizmodo/status/632992990261321728,None,,,,,,,[],,,, +2055,630006872049737728,629820543601000448,1439040317000.0,2015-08-08 13:25:17,+0000,,"@BjornNyland Provided all ten take delivery, you have indeed!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/630006872049737728,[],[],0,,False,287,38,67,,None,,,,,,,[],,,, +2056,629348240337580035,629348240337580035,1438883287000.0,2015-08-06 17:48:07,+0000,,Tesla Snakebot autocharger prototype. Does seem kinda wrong :) https://t.co/vXpCrKNdlV,nl,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/629348240337580035,['https://twitter.com/teslamotors/status/629305813912326146'],[],0,,False,2924,339,2253,https://twitter.com/teslamotors/status/629305813912326146,None,,,,,,,[],,,, +2057,627183219713163264,627040381729906688,1438367106000.0,2015-07-31 18:25:06,+0000,,@CatherineMotuz yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/627183219713163264,[],[],0,,False,177,24,85,,None,,,,,,,[],,,, +2058,627181831826337793,627040381729906688,1438366775000.0,2015-07-31 18:19:35,+0000,,"The car will learn over time, but there is a min caliber of starting quality.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/627181831826337793,[],[],0,,False,1217,121,431,,None,,,,,,,[],,,, +2059,627042246471364608,627040639553830912,1438333496000.0,2015-07-31 09:04:56,+0000,,@tallakt Various forms of shades are being considered. May not be necessary though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/627042246471364608,[],[],0,,False,106,5,67,,None,,,,,,,[],,,, +2060,627041173669048320,627040381729906688,1438333240000.0,2015-07-31 09:00:40,+0000,,@alipoursamar all regions,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/627041173669048320,[],[],0,,False,98,3,68,,None,,,,,,,[],,,, +2061,627040639553830912,627040639553830912,1438333112000.0,2015-07-31 08:58:32,+0000,,Final corner case is dealing with low contrast lane markings (faded white on grey concrete) while driving into the sun at dusk,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/627040639553830912,[],[],0,,False,1448,208,645,,None,,,,,,,[],,,, +2062,627040381729906688,627040381729906688,1438333051000.0,2015-07-31 08:57:31,+0000,,Almost ready to release highway autosteer and parallel autopark software update,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/627040381729906688,[],[],0,,False,4509,207,2634,,None,,,,,,,[],,,, +2063,626780203533107200,626729611318050816,1438271020000.0,2015-07-30 15:43:40,+0000,,@Alyssa_Milano Thanks Alyssa!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/626780203533107200,[],[],0,,False,99,12,58,,None,,,,,,,[],,,, +2064,626779726695297024,626683597735469056,1438270906000.0,2015-07-30 15:41:46,+0000,,@loic thanks Loic :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/626779726695297024,[],[],0,,False,74,3,56,,None,,,,,,,[],,,, +2065,625893002490314753,625843527608459266,1438059494000.0,2015-07-28 04:58:14,+0000,,"@ID_AA_Carmack Even if inevitable, we should at least attempt to postpone the advent of AI weaponry. Sooner isn't better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/625893002490314753,[],[],0,,False,305,85,140,,None,,,,,,,[],,,, +2066,625843527608459266,625843527608459266,1438047699000.0,2015-07-28 01:41:39,+0000,,"If you’re against a military AI arms race, please sign this open letter: http://t.co/yyF9rcm9jz",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/625843527608459266,['http://tinyurl.com/awletter'],[],0,,False,2697,303,2964,,None,,,,,,,[],,,, +2067,625526696788291584,625516762558107648,1437972160000.0,2015-07-27 04:42:40,+0000,,@kevinmitnick probably end of year,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/625526696788291584,[],[],0,,False,137,20,52,,None,,,,,,,[],,,, +2068,622223920318431232,622223920318431232,1437184717000.0,2015-07-18 01:58:37,+0000,,"Ludicrous speed, 70 kWh rear drive and 90 kWh battery pack http://t.co/kr9A0iXM58",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/622223920318431232,['http://ts.la/ab'],[],0,,False,2122,219,1132,,None,,,,,,,[],,,, +2069,622065785268088834,622065785268088834,1437147015000.0,2015-07-17 15:30:15,+0000,,Model S product call at 11 today. Rocket discussion at noon on Monday.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/622065785268088834,[],[],0,,False,1596,141,750,,None,,,,,,,[],,,, +2070,617851905969127425,617851905969127425,1436142348000.0,2015-07-06 00:25:48,+0000,,"Expect to reach preliminary conclusions regarding last flight by end of week. Will brief key customers & FAA, then post on our website.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/617851905969127425,[],[],0,,False,1970,215,1011,,None,,,,,,,[],,,, +2071,615431934345216001,615431934345216001,1435565381000.0,2015-06-29 08:09:41,+0000,,Cause still unknown after several thousand engineering-hours of review. Now parsing data with a hex editor to recover final milliseconds.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/615431934345216001,[],[],0,,False,3458,659,2243,,None,,,,,,,[],,,, +2072,615197659624816642,615194720759754752,1435509526000.0,2015-06-28 16:38:46,+0000,,@DavidBrin Thanks David,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/615197659624816642,[],[],0,,False,240,43,43,,None,,,,,,,[],,,, +2073,615186062714011648,615175761343971328,1435506761000.0,2015-06-28 15:52:41,+0000,,"@adventFuturist yeah, not the best birthday",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615186062714011648,[],[],0,,False,455,114,201,,None,,,,,,,[],,,, +2074,615185689999765504,615185076813459456,1435506672000.0,2015-06-28 15:51:12,+0000,,That's all we can say with confidence right now. Will have more to say following a thorough fault tree analysis.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615185689999765504,[],[],0,,False,1773,294,1140,,None,,,,,,,[],,,, +2075,615185076813459456,615185076813459456,1435506526000.0,2015-06-28 15:48:46,+0000,,There was an overpressure event in the upper stage liquid oxygen tank. Data suggests counterintuitive cause.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615185076813459456,[],[],0,,False,2965,428,3604,,None,,,,,,,[],,,, +2076,615178702343786498,615167185229619202,1435505006000.0,2015-06-28 15:23:26,+0000,,@juanmlemao Thanks :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615178702343786498,[],[],0,,False,219,7,32,,None,,,,,,,[],,,, +2077,615167185229619202,615167185229619202,1435502260000.0,2015-06-28 14:37:40,+0000,,Falcon 9 experienced a problem shortly before first stage shutdown. Will provide more info as soon as we review the data.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/615167185229619202,[],[],0,,False,3560,782,4470,,None,,,,,,,[],,,, +2078,614874698741084161,614874698741084161,1435432526000.0,2015-06-27 19:15:26,+0000,,Drone hexacopter takes pic of drone ship OCISLY on station in the Atlantic https://t.co/DONcOD8hSD,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/614874698741084161,['https://instagram.com/p/4cagTNQEYi/'],[],0,,False,1083,107,691,,None,,,,,,,[],,,, +2079,614814177962627072,614814177962627072,1435418097000.0,2015-06-27 15:14:57,+0000,,"Droneship ""Of Course I Still Love You"" just before it left port https://t.co/rhn4z82NVl",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/614814177962627072,['https://instagram.com/p/4brlooQEVx/'],[],0,,False,977,86,610,,None,,,,,,,[],,,, +2080,614756523244437504,614756523244437504,1435404351000.0,2015-06-27 11:25:51,+0000,,"Trying for another rocket landing tmrw. This time on the droneship ""Of Course I Still Love You"". https://t.co/6LGnzhWLLr",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/614756523244437504,['https://twitter.com/spacex/status/614551591601844224'],[],0,,False,1666,152,1222,https://twitter.com/spacex/status/614551591601844224,None,,,,,,,[],,,, +2081,614755637403193344,614209758497779712,1435404140000.0,2015-06-27 11:22:20,+0000,,@NoMansSky You're welcome. Good conversation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/614755637403193344,[],[],0,,False,131,7,26,,None,,,,,,,[],,,, +2082,614645132181291008,614626025960570880,1435377793000.0,2015-06-27 04:03:13,+0000,,@connollyjeff1 @TheStreet End of year,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/614645132181291008,[],[],0,,False,144,15,47,,None,,,,,,,[],,,, +2083,614626025960570880,614626025960570880,1435373238000.0,2015-06-27 02:47:18,+0000,,Credit for SolarCity is really due to Rive bros & great team there. My contribution is fairly small. http://t.co/AVkHMz2bmS via @thestreet,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/614626025960570880,['http://www.thestreet.com/story/13200976/1/teslas-elon-musk-takes-solar-financing-to-the-brink-of-change.html'],[],0,,False,667,47,306,,None,,,,,,,[],,,, +2084,613366102756712448,613366102756712448,1435072849000.0,2015-06-23 15:20:49,+0000,,Important to note that Model S resale value is also higher than that of gasoline cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/613366102756712448,[],[],0,,False,1561,141,798,,None,,,,,,,[],,,, +2085,612019874773078016,612019874773078016,1434751883000.0,2015-06-19 22:11:23,+0000,,Tesla service team helps save a stray kitten that took refuge in a Model S. Nice work guys! https://t.co/Ddp5K9MpW2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/612019874773078016,['https://vimeo.com/129510054'],[],0,,False,1630,139,811,,None,,,,,,,[],,,, +2086,610484933132292096,610484933132292096,1434385924000.0,2015-06-15 16:32:04,+0000,,"To be clear, SpaceX is supporting a student design competition for STEM, not trying to build Hyperloop itself. Other cos are doing latter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/610484933132292096,[],[],0,,False,1085,78,478,,None,,,,,,,[],,,, +2087,610482435873091584,610482435873091584,1434385329000.0,2015-06-15 16:22:09,+0000,,SpaceX/Tesla will also do a reference pod to be shown after the @Hyperloop competition. Bonus for all racing teams that exceed reference.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/610482435873091584,[],[],0,,False,889,40,451,,None,,,,,,,[],,,, +2088,609215984499605504,609215984499605504,1434083384000.0,2015-06-12 04:29:44,+0000,,"My kids love ""The Lost Planet"" by @RachelSearles. Now on a rare second read!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/609215984499605504,[],[],0,,False,643,52,135,,None,,,,,,,[],,,, +2089,605460768516014080,604418558181785600,1433188070000.0,2015-06-01 19:47:50,+0000,,"@kpe @SpaceX @grierallen @natedapore Cool, thanks for letting us know. This is helpful for figuring out fairing reusability.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/605460768516014080,[],[],0,,False,244,37,39,,None,,,,,,,[],,,, +2090,603409579603415040,603409579603415040,1432699029000.0,2015-05-27 03:57:09,+0000,,Air Force certifies @SpaceX to compete for launching national security satellites http://t.co/tLYcEDJFPV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/603409579603415040,['http://www.af.mil/News/ArticleDisplay/tabid/223/Article/589724/air-forces-space-and-missile-systems-center-certifies-spacex-for-national-secur.aspx'],[],0,,False,2241,229,1142,,None,,,,,,,[],,,, +2091,601669073441697792,601669073441697792,1432284060000.0,2015-05-22 08:41:00,+0000,,What are the best riddles you've heard that are short enough for Twitter?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/601669073441697792,[],[],0,,False,599,638,208,,None,,,,,,,[],,,, +2092,601665000948649984,601665000948649984,1432283089000.0,2015-05-22 08:24:49,+0000,,Another good riddle: drill a hole thru a sphere such that the height of what remains of the sphere is 10cm. What is its remaining volume?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/601665000948649984,[],[],0,,False,563,274,324,,None,,,,,,,[],,,, +2093,601578147113529344,601578147113529344,1432262381000.0,2015-05-22 02:39:41,+0000,,Astronomer Royal Martin Rees: How soon will robots take over the world? - via @Telegraph http://t.co/DStxgM0S8F,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/601578147113529344,['http://www.telegraph.co.uk/culture/hay-festival/11605785/Astronomer-Royal-Martin-Rees-predicts-the-world-will-be-run-by-computers-soon.html'],[],0,,False,779,90,594,,None,,,,,,,[],,,, +2094,600784025335136256,600784025335136256,1432073048000.0,2015-05-19 22:04:08,+0000,,"This is not the full Gigafactory, it is just the pilot plant (1/4 size) https://t.co/gz2EmJkYtm",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/600784025335136256,['https://transportevolved.com/2015/05/18/video-first-drone-video-lets-you-explore-tesla-motors-gigafactory-in-glorious-4k/'],[],0,,False,1245,156,787,,None,,,,,,,[],,,, +2095,600549508796190720,600549508796190720,1432017135000.0,2015-05-19 06:32:15,+0000,,"Fossil fuels subsidised by $10m a minute, says IMF http://t.co/c4nsZjXc32",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/600549508796190720,['http://gu.com/p/48qdv/stw'],[],0,,False,1177,145,1759,,None,,,,,,,[],,,, +2096,598232495537016832,598101579091152897,1431464716000.0,2015-05-12 21:05:16,+0000,,@jankenbrandt Hi Julie!,hi,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/598232495537016832,[],[],0,,False,49,22,4,,None,,,,,,,[],,,, +2097,598151191923568641,598065854736044032,1431445331000.0,2015-05-12 15:42:11,+0000,,@ChristieNic Thanks Christie,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/598151191923568641,[],[],0,,False,100,6,3,,None,,,,,,,[],,,, +2098,598146466557796352,598065854736044032,1431444205000.0,2015-05-12 15:23:25,+0000,,"@TeslaP85D That is true. If someone says they are thinking about having kids, I always encourage them to do so.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/598146466557796352,[],[],0,,False,229,17,38,,None,,,,,,,[],,,, +2099,598065854736044032,598065854736044032,1431424985000.0,2015-05-12 10:03:05,+0000,,It is total BS & hurtful to claim that I told a guy to miss his child's birth just to attend a company meeting. I would never do that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/598065854736044032,[],[],0,,False,4405,412,1799,,None,,,,,,,[],,,, +2100,598064094206234624,598064094206234624,1431424566000.0,2015-05-12 09:56:06,+0000,,"Of 22 Quotes from http://t.co/VA2KQ03NNR, 2 need correcting: 1. I strongly support pregnancy leave 2. I've never called myself a samurai",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/598064094206234624,['http://wpo.st/MxuG0'],[],0,,False,2040,151,1123,,None,,,,,,,[],,,, +2101,597982078374817794,597861339697180672,1431405012000.0,2015-05-12 04:30:12,+0000,,@voxdotcom I have never written or said this. Ashlee's book was not independently fact-checked. Should be taken w a grain of salt.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/597982078374817794,[],[],0,,False,517,52,257,,None,,,,,,,[],,,, +2102,596053122587365376,595977889356492800,1430945113000.0,2015-05-06 20:45:13,+0000,,"Max acceleration was 6X gravity, altitude 1187m, lateral distance 1202m and velocity 155 m/s. Main chutes deployed 970m.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/596053122587365376,[],[],0,,False,1342,138,577,,None,,,,,,,[],,,, +2103,596051269212459008,596051269212459008,1430944671000.0,2015-05-06 20:37:51,+0000,,Dragon abort test video https://t.co/qsdSCEcPnm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/596051269212459008,['https://www.youtube.com/watch?v=1_FXVjf46T8&feature=youtu.be&noredirect=1'],[],0,,False,1355,90,985,,None,,,,,,,[],,,, +2104,595977889356492800,595977889356492800,1430927176000.0,2015-05-06 15:46:16,+0000,,"Dragon abort test stats: 0 to 100 mph in 1.2 sec, top speed of 345 mph",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/595977889356492800,[],[],0,,False,2105,202,1033,,None,,,,,,,[],,,, +2105,595656079490600960,595656079490600960,1430850450000.0,2015-05-05 18:27:30,+0000,,Hold down firing of Dragon 2 spacecraft at Cape Canaveral http://t.co/2626wb8596,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/595656079490600960,[],['https://pbs.twimg.com/media/CEQyDFxWgAEIx5z.jpg'],1,https://pbs.twimg.com/media/CEQyDFxWgAEIx5z.jpg,False,2883,159,1715,,None,,,,,,,[],,,, +2106,595208771716059136,595208771716059136,1430743804000.0,2015-05-04 12:50:04,+0000,,Very funny post of a Tesla owner test driving a gasoline car http://t.co/Tq2vNM5UnG,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/595208771716059136,['http://teslaclubsweden.se/test-drive-of-a-petrol-car/'],[],0,,False,2352,186,2356,,None,,,,,,,[],,,, +2107,594756342641922048,594756342641922048,1430635936000.0,2015-05-03 06:52:16,+0000,,"While I like the initials, I'd take the so-called ""EM Drive"" with a grain o salt per @io9 article http://t.co/AmjyaI2fVP",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/594756342641922048,['http://space.io9.com/a-new-thruster-pushes-against-virtual-particles-or-1615361369/1615513781/+rtgonzalez'],[],0,,False,891,163,480,,None,,,,,,,[],,,, +2108,594750998398140417,594750998398140417,1430634662000.0,2015-05-03 06:31:02,+0000,,My favorite shot from the last rocket landing attempt on the droneship http://t.co/8a403c7Fv1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/594750998398140417,[],['https://pbs.twimg.com/media/CED64TEUkAAqM23.jpg'],1,https://pbs.twimg.com/media/CED64TEUkAAqM23.jpg,False,4237,220,2144,,None,,,,,,,[],,,, +2109,594327204143599616,594327204143599616,1430533622000.0,2015-05-02 02:27:02,+0000,,Last night's Tesla Powerwall and Powerpack unveiling https://t.co/ksD8m6nCJO,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/594327204143599616,['https://www.youtube.com/watch?v=yKORsrlN-2k'],[],0,,False,3567,337,2925,,None,,,,,,,[],,,, +2110,594187782609707008,594186544174366720,1430500381000.0,2015-05-01 17:13:01,+0000,,@romn8tr Press conference went way over time. Tried to give all the journalists who'd traveled far an opportunity to ask a question.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/594187782609707008,[],[],0,,False,151,13,29,,None,,,,,,,[],,,, +2111,594186544174366720,594186544174366720,1430500086000.0,2015-05-01 17:08:06,+0000,,"For more info on Tesla Energy, check out press kit. $250/kWh for utility scale is the real kicker http://t.co/xE57uIUCse",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/594186544174366720,['http://www.teslamotors.com/presskit/teslaenergy?via=newsletter&source=CSAMedition'],[],0,,False,1376,165,1181,,None,,,,,,,[],,,, +2112,593804222811869184,593785061079535619,1430408933000.0,2015-04-30 15:48:53,+0000,,"@bonnienorman Haha, awesome :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/593804222811869184,[],[],0,,False,110,16,14,,None,,,,,,,[],,,, +2113,593296401196388352,593296401196388352,1430287859000.0,2015-04-29 06:10:59,+0000,,"For the future to be good, we need electric transport, solar power and (of course) ... http://t.co/8mwVWukQDL",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/593296401196388352,[],['https://pbs.twimg.com/media/CDvP5SVUkAEL-UV.jpg'],1,https://pbs.twimg.com/media/CDvP5SVUkAEL-UV.jpg,False,4939,927,4039,,None,,,,,,,[],,,, +2114,592836876622520323,592836876622520323,1430178300000.0,2015-04-27 23:45:00,+0000,,"Rocket launch good, satellite in geo transfer orbit. Still so damn intense. Looking fwd to it feeling normal one day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/592836876622520323,[],[],0,,False,2744,245,1018,,None,,,,,,,[],,,, +2115,592602352659533824,592602352659533824,1430122385000.0,2015-04-27 08:13:05,+0000,,"Worth watching @ExMachinaMovie. The AI would be in the network, not the robot, but otherwise good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/592602352659533824,[],[],0,,False,1435,124,609,,None,,,,,,,[],,,, +2116,591062459349274624,591055060395659264,1429755246000.0,2015-04-23 02:14:06,+0000,,"@bonnienorman New Roadster battery should complete safety validation by end of July, so likely available in August",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/591062459349274624,[],[],0,,False,151,31,50,,None,,,,,,,[],,,, +2117,589820447660769281,589816427785367553,1429459127000.0,2015-04-19 15:58:47,+0000,,@andrewket @TeslaRoadTrip Wow!,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/589820447660769281,[],[],0,,False,123,22,19,,None,,,,,,,[],,,, +2118,589579721488224256,589577558942822400,1429401734000.0,2015-04-19 00:02:14,+0000,,"While the rocket does look rather tall & tippy, a stable landing is no problem with proper throttle response https://t.co/B4Y6D4dpsc",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/589579721488224256,['https://www.youtube.com/watch?v=0UjWqQPWmsY&feature=youtu.be'],[],0,,False,1606,224,963,,None,,,,,,,[],,,, +2119,589577558942822400,589577558942822400,1429401218000.0,2015-04-18 23:53:38,+0000,,Cause of hard rocket landing confirmed as due to slower than expected throttle valve response. Next attempt in 2 months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/589577558942822400,[],[],0,,False,2501,269,1350,,None,,,,,,,[],,,, +2120,589350633393627136,589297122740080640,1429347115000.0,2015-04-18 08:51:55,+0000,,@Aero4Real I only invest in companies I help found or to help a friend or a cause (no return expected for latter two),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/589350633393627136,[],[],0,,False,224,18,68,,None,,,,,,,[],,,, +2121,588490238936240129,588463193070022656,1429141981000.0,2015-04-15 23:53:01,+0000,,Droneship is fine. No hull breach and repairs are minor. Impact overpressure is closer to a fast fire than an explosion.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/588490238936240129,[],[],0,,False,1482,271,568,,None,,,,,,,[],,,, +2122,588463193070022656,588463193070022656,1429135533000.0,2015-04-15 22:05:33,+0000,,"High resolution, color corrected, slow motion rocket landing video https://t.co/UTF3Y4xGU3",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/588463193070022656,['https://youtu.be/BhMSzC1crr0'],[],0,,False,4387,712,4685,,None,,,,,,,[],,,, +2123,588144086755999744,588144086755999744,1429059452000.0,2015-04-15 00:57:32,+0000,,"If this works, I'm treating myself to a volcano lair. It's time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/588144086755999744,[],[],0,,False,13470,559,8058,,None,,,,,,,[],,,, +2124,588142879245238273,588142879245238273,1429059164000.0,2015-04-15 00:52:44,+0000,,"Ok, looks like we got some killer footage from the chase plane. Big ocean, small ship. Posting vid shortly http://t.co/2F5FK0TZ0i",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/588142879245238273,[],['https://pbs.twimg.com/media/CCmA1JoUMAAijtC.jpg'],1,https://pbs.twimg.com/media/CCmA1JoUMAAijtC.jpg,False,5428,308,3986,,None,,,,,,,[],,,, +2125,588082574183903232,588082574183903232,1429044786000.0,2015-04-14 20:53:06,+0000,,"Looks like Falcon landed fine, but excess lateral velocity caused it to tip over post landing http://t.co/eJWzN6KSJa",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/588082574183903232,[],"['https://pbs.twimg.com/media/CClJ-UsW0AEpNnd.jpg', 'https://pbs.twimg.com/media/CClJ-UuW4AAKOog.jpg']",1,https://pbs.twimg.com/media/CClJ-UsW0AEpNnd.jpg,False,6780,1167,7077,,None,,,,,,,[],,,, +2126,588076749562318849,588076749562318849,1429043397000.0,2015-04-14 20:29:57,+0000,,"Ascent successful. Dragon enroute to Space Station. Rocket landed on droneship, but too hard for survival.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/588076749562318849,[],[],0,,False,6250,1166,6966,,None,,,,,,,[],,,, +2127,588071136971206656,588071136971206656,1429042059000.0,2015-04-14 20:07:39,+0000,,3 mins to liftoff,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/588071136971206656,[],[],0,,False,1349,137,568,,None,,,,,,,[],,,, +2128,587724440667947008,587724440667947008,1428959400000.0,2015-04-13 21:10:00,+0000,,"Launch window always tight when orbital synch needed. In this case, Space Station. For Earth-Sun gravity null point, moon was in the way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/587724440667947008,[],[],0,,False,757,109,441,,None,,,,,,,[],,,, +2129,587715056432889856,587715056432889856,1428957163000.0,2015-04-13 20:32:43,+0000,,Launch postponed due to lightning from an approaching anvil cloud,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/587715056432889856,[],[],0,,False,761,185,690,,None,,,,,,,[],,,, +2130,587704139225759744,587704139225759744,1428954560000.0,2015-04-13 19:49:20,+0000,,Odds of rocket landing successfully today are still less than 50%. The 80% figure by end of year is only bcs many launches ahead.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/587704139225759744,[],[],0,,False,1049,149,639,,None,,,,,,,[],,,, +2131,587421152819208193,587421152819208193,1428887091000.0,2015-04-13 01:04:51,+0000,,Have asked SolarCity if we can do something philanthropic with the CA aqueducts to help the water crisis. Investigating…,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/587421152819208193,[],[],0,,False,2320,265,1029,,None,,,,,,,[],,,, +2132,587193821227651072,587078445525377024,1428832891000.0,2015-04-12 10:01:31,+0000,,@benfeldman63 Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/587193821227651072,[],[],0,,False,33,2,5,,None,,,,,,,[],,,, +2133,586767303464751104,586767303464751104,1428731201000.0,2015-04-11 05:46:41,+0000,,"We debated this, but there really is $10k gas saved by most owners over 5 yrs (avg ownership period). Since it's true, we are sticking w it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/586767303464751104,[],[],0,,False,1005,228,338,,None,,,,,,,[],,,, +2134,586750857565220864,586750504450916352,1428727280000.0,2015-04-11 04:41:20,+0000,,Waited to say something until after we fixed some of the options pricing (too high) and colors (too many similar),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/586750857565220864,[],[],0,,False,515,60,117,,None,,,,,,,[],,,, +2135,586750504450916352,586750504450916352,1428727196000.0,2015-04-11 04:39:56,+0000,,"Just announced new Tesla 70D all-wheel drive, 240 mile range car for ~$55k (after gas savings & incentives) http://t.co/tDb2tCbeT0",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/586750504450916352,['http://my.teslamotors.com/models/design'],[],0,,False,2028,181,1452,,None,,,,,,,[],,,, +2136,586722721322692608,586722721322692608,1428720572000.0,2015-04-11 02:49:32,+0000,,"To land a rocket, Just Read the Instructions http://t.co/FJAM72zNWo",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/586722721322692608,['http://www.planetary.org/blogs/jason-davis/2015/20150410-just-read-instructions.html'],[],0,,False,969,76,609,,None,,,,,,,[],,,, +2137,586202560404434944,586202560404434944,1428596556000.0,2015-04-09 16:22:36,+0000,,Testing of the high performance version of the Tesla Model S by @ConsumerReports https://t.co/bvgEVgMswU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/586202560404434944,['https://m.youtube.com/watch?v=QNfAiyiZpVE&feature=youtu.be'],[],0,,False,731,68,391,,None,,,,,,,[],,,, +2138,585185843649716225,585185843649716225,1428354152000.0,2015-04-06 21:02:32,+0000,,"Battery ""breakthroughs"" need to state power *and* energy density (not the same thing), plus how long they last. They usually fail on energy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/585185843649716225,[],[],0,,False,1207,155,618,,None,,,,,,,[],,,, +2139,585114189527552001,585114189527552001,1428337068000.0,2015-04-06 16:17:48,+0000,,Welcome @Chiefboltkennyh to @TeslaMotors. He will apply Formula 1 techniques to revolutionize servicing mainstream cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/585114189527552001,[],[],0,,False,1134,96,569,,None,,,,,,,[],,,, +2140,584978236053917697,584936204375724032,1428304654000.0,2015-04-06 07:17:34,+0000,,"@johngreen @hankgreen You had me at Sheen or Gaddafi. Must admit to liking ""The Fault in Our Stars"" too. Sad, romantic and beautifully named",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/584978236053917697,[],[],0,,False,582,19,88,,None,,,,,,,[],,,, +2141,584155770851237888,584155770851237888,1428108563000.0,2015-04-04 00:49:23,+0000,,We just got banned in West Virginia. Oh no. http://t.co/gNztPDNtVT,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/584155770851237888,['http://www.mercurynews.com/60-second-business-break/ci_27844803/biz-break-tesla-gives-carmaker-tradition-sales-banned'],[],0,,False,2588,530,1422,,None,,,,,,,[],,,, +2142,583360210292477952,583360210292477952,1427918887000.0,2015-04-01 20:08:07,+0000,,Announcing the amazing Tesla Model W http://t.co/tI6ztSyuX7,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/583360210292477952,['http://www.teslamotors.com/blog/announcing-tesla-model-w'],[],0,,False,1978,357,1592,,None,,,,,,,[],,,, +2143,582934217790607360,582934217790607360,1427817322000.0,2015-03-31 15:55:22,+0000,,"With all that solar power being generated, it almost feels like something is needed to complete the picture ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/582934217790607360,[],[],0,,False,1933,496,1058,,None,,,,,,,[],,,, +2144,582930941720432641,582930941720432641,1427816541000.0,2015-03-31 15:42:21,+0000,,SolarCity just hit a new daily energy record of 5GWh two weeks after reaching 4GWh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/582930941720432641,[],[],0,,False,1657,119,948,,None,,,,,,,[],,,, +2145,582581865682350080,582581865682350080,1427733315000.0,2015-03-30 16:35:15,+0000,,"Major new Tesla product line -- not a car -- will be unveiled at our Hawthorne Design Studio on Thurs 8pm, April 30",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/582581865682350080,[],[],0,,False,5260,1011,6160,,None,,,,,,,[],,,, +2146,580482462612135936,580482462612135936,1427232778000.0,2015-03-24 21:32:58,+0000,,"Right move is try both tunnels and flying cars. Otherwise, having 2D streets and 3D buildings means bad traffic forever.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580482462612135936,[],[],0,,False,1755,313,1151,,None,,,,,,,[],,,, +2147,580480774115364864,580480774115364864,1427232376000.0,2015-03-24 21:26:16,+0000,,"Reasons I like tunnels: you still travel in 3D fast, but immune to weather, quiet and no risk cars fall on your head",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580480774115364864,[],[],0,,False,1910,185,833,,None,,,,,,,[],,,, +2148,580479736721367041,580479736721367041,1427232128000.0,2015-03-24 21:22:08,+0000,,"Flying car pros: travel in 3D fast. Cons: risk of car falling on head much greater, noisy, grounded in bad weather",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580479736721367041,[],[],0,,False,1328,176,857,,None,,,,,,,[],,,, +2149,580478678808850432,580478678808850432,1427231876000.0,2015-03-24 21:17:56,+0000,,"Contrary to press reports, I'm not against flying cars. Just said it was important to consider both pros and cons.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580478678808850432,[],[],0,,False,1156,131,552,,None,,,,,,,[],,,, +2150,580046907902439424,580046907902439424,1427128934000.0,2015-03-23 16:42:14,+0000,,"Maybe it's wrong, but I really want to see mammoths http://t.co/enhMu5HYqr",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/580046907902439424,['http://wrd.cm/1EJi9Wx'],[],0,,False,1175,370,627,,None,,,,,,,[],,,, +2151,579861658337574912,579861658337574912,1427084767000.0,2015-03-23 04:26:07,+0000,,Falcon 9 lifting off with 1.3 mmmillion pounds of force http://t.co/7ltlN2WYmx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/579861658337574912,[],['https://pbs.twimg.com/media/CAwVGhlUYAAQF70.jpg'],1,https://pbs.twimg.com/media/CAwVGhlUYAAQF70.jpg,False,4031,257,1956,,None,,,,,,,[],,,, +2152,579504748014907393,579504748014907393,1426999673000.0,2015-03-22 04:47:53,+0000,,Reading Look to Windward by Banks. He is an amazing writer. Pantheon level.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/579504748014907393,[],[],0,,False,887,237,204,,None,,,,,,,[],,,, +2153,579216539561238528,579216138690662401,1426930959000.0,2015-03-21 09:42:39,+0000,,"@AbeAlem Unfortunately, Asimov's books largely illustrate why the three laws don't work",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/579216539561238528,[],[],0,,False,139,23,33,,None,,,,,,,[],,,, +2154,579216101793361920,579216101793361920,1426930854000.0,2015-03-21 09:40:54,+0000,,Another Easter Egg will be hidden in the Model S code in 2015. Last one took a year to find. Next one should be easier.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/579216101793361920,[],[],0,,False,1031,90,553,,None,,,,,,,[],,,, +2155,579210902932574209,579197717970206720,1426929615000.0,2015-03-21 09:20:15,+0000,,@Pandoomic Just changed them to full public domain,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/579210902932574209,[],[],0,,False,616,49,228,,None,,,,,,,[],,,, +2156,579197717970206720,579197717970206720,1426926471000.0,2015-03-21 08:27:51,+0000,,SpaceX Photos Are Now Available Under a Creative Commons License http://t.co/OgHJYimuCU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/579197717970206720,['http://motherboard.vice.com/read/spacex-photos-are-now-available-under-a-creative-commons-license'],[],0,,False,1180,56,861,,None,,,,,,,[],,,, +2157,578288191595130880,578288191595130880,1426709623000.0,2015-03-18 20:13:43,+0000,,Thanks to everyone that supported Tesla in New Jersey! We couldn't have done it without you. http://t.co/swlApOg7vN,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/578288191595130880,['http://techcrunch.com/2015/03/18/tesla-can-now-resume-car-sales-in-new-jersey/#tmhmdj:oHlj'],[],0,,False,1581,165,669,,None,,,,,,,[],,,, +2158,577946893646364673,577946471804235776,1426628251000.0,2015-03-17 21:37:31,+0000,,"However, when self-driving cars become safer than human-driven cars, the public may outlaw the latter. Hopefully not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/577946893646364673,[],[],0,,False,1517,462,855,,None,,,,,,,[],,,, +2159,577946471804235776,577946471804235776,1426628151000.0,2015-03-17 21:35:51,+0000,,"To be clear, Tesla is strongly in favor of people being allowed to drive their cars and always will be. Hopefully, that is obvious.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/577946471804235776,[],[],0,,False,1613,134,696,,None,,,,,,,[],,,, +2160,577693114657210368,577693114657210368,1426567746000.0,2015-03-17 04:49:06,+0000,,"Battery pack swap is active between SF and LA and seems to be working well. Supercharging is the future, though, for non-commercial traffic.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/577693114657210368,[],[],0,,False,1231,72,587,,None,,,,,,,[],,,, +2161,577533623483568128,577100755427061760,1426529720000.0,2015-03-16 18:15:20,+0000,,"Neither I nor the company are selling shares. Even if we were, I wouldn't do this. It would be wrong. Our long term results are what matter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/577533623483568128,[],[],0,,False,2084,153,591,,None,,,,,,,[],,,, +2162,577533020736909312,577100755427061760,1426529576000.0,2015-03-16 18:12:56,+0000,,Some people seem to think I tweet to affect share price. This is false. A brief rise in $TSLA stock obviously does no good for Tesla or me.,en,[],['tsla'],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/577533020736909312,[],[],0,,False,1413,139,619,,None,,,,,,,[],,,, +2163,577080950317821952,577080950317821952,1426421794000.0,2015-03-15 12:16:34,+0000,,SolarCity systems generated a new daily record of 4 gigawatt-hours this week http://t.co/7MFig1lMsF,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/577080950317821952,['http://blog.solarcity.com/a-4gwh-day'],[],0,,False,1353,102,966,,None,,,,,,,[],,,, +2164,576637531560628224,576637531560628224,1426316075000.0,2015-03-14 06:54:35,+0000,,World's largest hedge fund soon to be powered by artificial intelligence http://t.co/t1Fer3fWVa,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/576637531560628224,['http://www.bloomberg.com/news/articles/2015-02-27/bridgewater-is-said-to-start-artificial-intelligence-team'],[],0,,False,1374,311,1691,,None,,,,,,,[],,,, +2165,576193855323697152,576193855323697152,1426210294000.0,2015-03-13 01:31:34,+0000,,Maybe this is all the work of the Stonecutters! Certainly connects a lot of themes ... http://t.co/E5jJ9Snaca,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/576193855323697152,['http://v.theonion.com/avclubmedia/videos/videometa/4599/zen_mp4.mp4'],[],0,,False,666,94,306,,None,,,,,,,[],,,, +2166,576184066921218048,576184066921218048,1426207961000.0,2015-03-13 00:52:41,+0000,,"For more on the Fermi Paradox: http://t.co/ea1aGnu2kU, http://t.co/AcdSIoIvyv and http://t.co/bkbOWW7Ztb",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/576184066921218048,"['http://amzn.com/0387955011', 'http://io9.com/11-of-the-weirdest-solutions-to-the-fermi-paradox-456850746', 'http://waitbutwhy.com/2014/05/fermi-paradox.html']",[],0,,False,1110,109,538,,None,,,,,,,[],,,, +2167,576182696260476929,576139678895583232,1426207634000.0,2015-03-13 00:47:14,+0000,,"The ancient Egyptians were amazing, but if aliens built the pyramids, they would've left behind a computer or something",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/576182696260476929,[],[],0,,False,1897,293,1097,,None,,,,,,,[],,,, +2168,576140759281238017,576140759281238017,1426197635000.0,2015-03-12 22:00:35,+0000,,The rumor that I'm building a spaceship to get back to my home planet Mars is totally untrue,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/576140759281238017,[],[],0,,False,14305,1016,11376,,None,,,,,,,[],,,, +2169,576139678895583232,576139678895583232,1426197378000.0,2015-03-12 21:56:18,+0000,,"Btw, please don't mention the pyramids. Stacking stone blocks is not evidence of an advanced civilization.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/576139678895583232,[],[],0,,False,2444,336,1168,,None,,,,,,,[],,,, +2170,576139467632717825,576139467632717825,1426197327000.0,2015-03-12 21:55:27,+0000,,"Seems like an opportune moment to bring up the Fermi Paradox, aka ""where are the aliens?"" Really odd that we see no sign of them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/576139467632717825,[],[],0,,False,1123,508,624,,None,,,,,,,[],,,, +2171,575537174860460034,575537174860460034,1426053730000.0,2015-03-11 06:02:10,+0000,,Model S in drag race against snowmobile on ice lake in Norway (no tire chains or studs) http://t.co/OWwfGRQC8p,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/575537174860460034,['http://www.klikk.no/motor/bil/article1526102.ece'],[],0,,False,1271,143,918,,None,,,,,,,[],,,, +2172,574581994253758466,574581994253758466,1425825997000.0,2015-03-08 14:46:37,+0000,,"There is no slowdown of the Gigafactory construction underway, as anyone near Reno with eyes can verify. It's not subtle.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/574581994253758466,[],[],0,,False,1255,91,543,,None,,,,,,,[],,,, +2173,574017546812190721,574017546812190721,1425691422000.0,2015-03-07 01:23:42,+0000,,Some shots of the Gigafactory pilot plant (~20% of full size) under construction https://t.co/OzLzD4LsGW,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/574017546812190721,['https://m.flickr.com/#/photos/jurvetson/16735645181/'],[],0,,False,1066,130,585,,None,,,,,,,[],,,, +2174,572257004938403840,572257004938403840,1425271676000.0,2015-03-02 04:47:56,+0000,,"Upgrades in the works to allow landing for geo missions: thrust +15%, deep cryo oxygen, upper stage tank vol +10%",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/572257004938403840,[],[],0,,False,967,103,394,,None,,,,,,,[],,,, +2175,572252603322527744,572252603322527744,1425270627000.0,2015-03-02 04:30:27,+0000,,Both satellites deployed on target. Now firing their ion thrusters to reach geo station over Europe & Asia.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/572252603322527744,[],[],0,,False,1489,100,652,,None,,,,,,,[],,,, +2176,572209355883352064,572209355883352064,1425260316000.0,2015-03-02 01:38:36,+0000,,Next landing attempt will be 3rd launch from now. Tonight's flight and following one will not have enough propellant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/572209355883352064,[],[],0,,False,970,65,489,,None,,,,,,,[],,,, +2177,571022238540914688,571022238540914688,1424977285000.0,2015-02-26 19:01:25,+0000,,Excellent and funny intro article about Artificial Superintelligence! Highly recommend reading http://t.co/jisxabYrl9,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/571022238540914688,['http://waitbutwhy.com/2015/01/artificial-intelligence-revolution-2.html'],[],0,,False,2045,198,1536,,None,,,,,,,[],,,, +2178,570327747018379264,570327747018379264,1424811705000.0,2015-02-24 21:01:45,+0000,,Tesla Model S rated by @ConsumerReports as best car in world for 2nd year in a row http://t.co/F0TpdmDxGg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/570327747018379264,['http://www.consumerreports.org/cro/magazine/2015/04/consumer-reports-10-top-picks-of-2015/index.htm'],[],0,,False,2026,183,1609,,None,,,,,,,[],,,, +2179,565716774260576262,565716774260576262,1423712364000.0,2015-02-12 03:39:24,+0000,,Landing on a stormy sea http://t.co/7EY25g3IU5,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/565716774260576262,[],['https://pbs.twimg.com/media/B9nUaKjIMAAPR55.jpg'],1,https://pbs.twimg.com/media/B9nUaKjIMAAPR55.jpg,False,2553,241,1419,,None,,,,,,,[],,,, +2180,565659578915115011,565659578915115011,1423698727000.0,2015-02-11 23:52:07,+0000,,Rocket soft landed in the ocean within 10m of target & nicely vertical! High probability of good droneship landing in non-stormy weather.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/565659578915115011,[],[],0,,False,5223,686,3730,,None,,,,,,,[],,,, +2181,565657374128865281,565657374128865281,1423698202000.0,2015-02-11 23:43:22,+0000,,Primary mission on target. Spacecraft head towards the sun! All good there.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/565657374128865281,[],[],0,,False,1609,114,661,,None,,,,,,,[],,,, +2182,565638406945144832,565637505811488768,1423693679000.0,2015-02-11 22:27:59,+0000,,@DanielLockyer We could actually do that...maybe we should,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565638406945144832,[],[],0,,False,650,53,179,,None,,,,,,,[],,,, +2183,565637505811488768,565637505811488768,1423693465000.0,2015-02-11 22:24:25,+0000,,Planning a significant upgrade of the droneship for future missions to handle literally anything. Maybe give it a Merlin for good measure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565637505811488768,[],[],0,,False,1640,211,596,,None,,,,,,,[],,,, +2184,565637058975531009,565637058975531009,1423693358000.0,2015-02-11 22:22:38,+0000,,Can't delay any longer. Must proceed with primary mission to launch the Deep Space Climate Observatory spacecraft.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565637058975531009,[],[],0,,False,1018,84,460,,None,,,,,,,[],,,, +2185,565636516551352321,565636516551352321,1423693229000.0,2015-02-11 22:20:29,+0000,,"Mega storm preventing droneship from remaining on station, so rocket will try to land on water. Survival probability <1%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565636516551352321,[],[],0,,False,1054,228,901,,None,,,,,,,[],,,, +2186,565350545695977472,565350545695977472,1423625048000.0,2015-02-11 03:24:08,+0000,,Coming home http://t.co/FmrmYs6R6V,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/565350545695977472,[],['https://pbs.twimg.com/media/B9iHU1IIUAEKGnU.jpg'],1,https://pbs.twimg.com/media/B9iHU1IIUAEKGnU.jpg,False,4717,201,2213,,None,,,,,,,[],,,, +2187,565323202063532034,565323202063532034,1423618529000.0,2015-02-11 01:35:29,+0000,,Dragon splashdown off the California coast http://t.co/4Bvfmei8I3,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/565323202063532034,[],['https://pbs.twimg.com/media/B9hudM_IYAEmR7q.png'],1,https://pbs.twimg.com/media/B9hudM_IYAEmR7q.png,False,3680,158,1831,,None,,,,,,,[],,,, +2188,565287338088357889,565287338088357889,1423609978000.0,2015-02-10 23:12:58,+0000,,"Launch postponed to tomorrow due to high winds at the Cape, but Dragon still inbound from orbit in 90 mins",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/565287338088357889,[],[],0,,False,948,81,571,,None,,,,,,,[],,,, +2189,565237171192623105,565237171192623105,1423598017000.0,2015-02-10 19:53:37,+0000,,Extreme wind shear over Cape Canaveral. Feels like a sledgehammer when supersonic in the vertical. Hoping it changes …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/565237171192623105,[],[],0,,False,595,77,336,,None,,,,,,,[],,,, +2190,565181590431485952,565181590431485952,1423584766000.0,2015-02-10 16:12:46,+0000,,"""What Are The Civilian Applications?"" https://t.co/iG2Zn3fUnO",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/565181590431485952,['https://m.youtube.com/watch?v=M8YjvHYbZ9w'],[],0,,False,693,384,632,,None,,,,,,,[],,,, +2191,564563818022313984,564563818022313984,1423437477000.0,2015-02-08 23:17:57,+0000,,"Prob good though. Will give us time to replace 1st stage video transmitter (not needed for launch, but nice to have).",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/564563818022313984,[],[],0,,False,917,93,441,,None,,,,,,,[],,,, +2192,564562686478807043,564562686478807043,1423437208000.0,2015-02-08 23:13:28,+0000,,Air Force tracking radar went down. Launch postponed to same time tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/564562686478807043,[],[],0,,False,1118,204,1438,,None,,,,,,,[],,,, +2193,564509965612634112,564509965612634112,1423424638000.0,2015-02-08 19:43:58,+0000,,Rocket reentry will be much tougher this time around due to deep space mission. Almost 2X force and 4X heat. Plenty of hydraulic fluid tho.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/564509965612634112,[],[],0,,False,2114,236,1120,,None,,,,,,,[],,,, +2194,564493608351313921,564493608351313921,1423420738000.0,2015-02-08 18:38:58,+0000,,"Launching our 1st deep space mission today. Headed to Earth-Sun L1 gravity null point at 1M miles, 4X further than moon.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/564493608351313921,[],[],0,,False,4084,350,2927,,None,,,,,,,[],,,, +2195,561002248827052034,561002248827052034,1422588333000.0,2015-01-30 03:25:33,+0000,,"If you are curious about the P85D, you can schedule a test drive here: http://t.co/Eu19pBUpNO",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/561002248827052034,['http://ts.la/dE'],[],0,,False,764,237,453,,None,,,,,,,[],,,, +2196,560909571691380736,560909571691380736,1422566237000.0,2015-01-29 21:17:17,+0000,,Painting the name on the droneship ... http://t.co/X8R8O4KjPx,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/560909571691380736,[],['https://pbs.twimg.com/media/B8jASILCMAAIssg.jpg'],1,https://pbs.twimg.com/media/B8jASILCMAAIssg.jpg,False,3699,261,2242,,None,,,,,,,[],,,, +2197,560908370623098882,560898568748531712,1422565951000.0,2015-01-29 21:12:31,+0000,,"P85 acceleration will also improve, but not quite as much",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/560908370623098882,[],[],0,,False,472,43,140,,None,,,,,,,[],,,, +2198,560906999664508931,560906999664508931,1422565624000.0,2015-01-29 21:07:04,+0000,,Video made by owner of a P85D going up a 14% grade on snow passing a whole bunch of stuck SUVs https://t.co/LC9AHx0fuC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/560906999664508931,['https://www.youtube.com/watch?v=eObSjtU6YXc&feature=youtu.be'],[],0,,False,1125,134,667,,None,,,,,,,[],,,, +2199,560900676453433344,560900676453433344,1422564116000.0,2015-01-29 20:41:56,+0000,,Tesla dual motor cars are also all-wheel drive. Main goal of dual motor was actually insane traction on snow. Insane speed was a side effect,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/560900676453433344,[],[],0,,False,2412,157,1510,,None,,,,,,,[],,,, +2200,560898568748531712,560898568748531712,1422563614000.0,2015-01-29 20:33:34,+0000,,Tesla P85D 0 to 60mph acceleration will improve by ~0.1 sec soon via over-the-air software update to inverter algorithm,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/560898568748531712,[],[],0,,False,3823,461,3412,,None,,,,,,,[],,,, +2201,560328986341818368,560328986341818368,1422427815000.0,2015-01-28 06:50:15,+0000,,"Great DragTimes video of people experiencing P85D ""Insane Mode"" acceleration for the first time https://t.co/gqN9oremMQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/560328986341818368,['https://m.youtube.com/watch?v=1qFV5i8tBhs'],[],0,,False,1656,190,1571,,None,,,,,,,[],,,, +2202,559629011983147008,559554023544483841,1422260928000.0,2015-01-26 08:28:48,+0000,,Final one: anything launched by a railgun (if you could ever reach ~ Mach 27) would explode upon exiting the barrel in our dense atmosphere,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/559629011983147008,[],[],0,,False,1054,262,466,,None,,,,,,,[],,,, +2203,559562992145027075,559554023544483841,1422245188000.0,2015-01-26 04:06:28,+0000,,"Ion thrusters are great, but have extremely tiny force (photon thruster even less). Must have more thrust than weight or you don't go up.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/559562992145027075,[],[],0,,False,1332,204,463,,None,,,,,,,[],,,, +2204,559557786514632704,559554023544483841,1422243947000.0,2015-01-26 03:45:47,+0000,,And pls don't ask me about space elevators until someone at least builds a carbon nanotube structure longer than a footbridge,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/559557786514632704,[],[],0,,False,3241,217,1666,,None,,,,,,,[],,,, +2205,559555327515848705,559554023544483841,1422243360000.0,2015-01-26 03:36:00,+0000,,"Reason is Newton's Third Law. In vacuum, there is nothing to ""push"" against. You must react against ejected mass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/559555327515848705,[],[],0,,False,1539,177,765,,None,,,,,,,[],,,, +2206,559554023544483841,559554023544483841,1422243049000.0,2015-01-26 03:30:49,+0000,,"If u saw @TheSimpsons and wonder why @SpaceX doesn't use an electric rocket to reach orbit, it is cuz that is impossible",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/559554023544483841,[],[],0,,False,3996,399,2357,,None,,,,,,,[],,,, +2207,558703223909781505,558703223909781505,1422040203000.0,2015-01-23 19:10:03,+0000,,"West Coast droneship under construction will be named ""Of Course I Still Love You""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/558703223909781505,[],[],0,,False,1616,181,873,,None,,,,,,,[],,,, +2208,558682281619906561,558682281619906561,1422035210000.0,2015-01-23 17:46:50,+0000,,"Good primer on the exponential advancement of technology, particularly AI http://t.co/1c30ZwJ8Y5",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/558682281619906561,['http://waitbutwhy.com/2015/01/artificial-intelligence-revolution-1.html'],[],0,,False,1257,110,1040,,None,,,,,,,[],,,, +2209,558681668387487745,558665265785733120,1422035064000.0,2015-01-23 17:44:24,+0000,,@thomasmuirhead Good piece,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/558681668387487745,[],[],0,,False,33,3,4,,None,,,,,,,[],,,, +2210,558665515351019520,558665265785733120,1422031213000.0,2015-01-23 16:40:13,+0000,,"@elonmusk ... In honor of IMB, RIP.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/558665515351019520,[],[],0,,False,472,40,213,,None,,,,,,,[],,,, +2211,558665265785733120,558665265785733120,1422031153000.0,2015-01-23 16:39:13,+0000,,"Repairs almost done on the spaceport drone ship and have given it the name ""Just Read the Instructions""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/558665265785733120,[],[],0,,False,1896,145,1228,,None,,,,,,,[],,,, +2212,557436437239300096,557436437239300096,1421738177000.0,2015-01-20 07:16:17,+0000,,"The universe is really, really big https://t.co/4j3jvIaqpe",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/557436437239300096,['https://m.youtube.com/watch?v=udAL48P5NJU'],[],0,,False,3059,367,2706,,None,,,,,,,[],,,, +2213,556301868507627520,556295392074014720,1421467675000.0,2015-01-17 04:07:55,+0000,,@trakz @TheSimpsons Of course!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/556301868507627520,[],[],0,,False,72,13,10,,None,,,,,,,[],,,, +2214,556105370054053889,556105370054053889,1421420826000.0,2015-01-16 15:07:06,+0000,,Next rocket landing on drone ship in 2 to 3 weeks w way more hydraulic fluid. At least it shd explode for a diff reason.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/556105370054053889,[],[],0,,False,5134,379,3867,,None,,,,,,,[],,,, +2215,555981841476227072,554009604409946112,1421391375000.0,2015-01-16 06:56:15,+0000,,@ID_AA_Carmack Full RUD (rapid unscheduled disassembly) event. Ship is fine minor repairs. Exciting day! http://t.co/tIEctHFKHG,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555981841476227072,[],['https://pbs.twimg.com/media/B7c-iRaCYAAPxQ9.jpg'],1,https://pbs.twimg.com/media/B7c-iRaCYAAPxQ9.jpg,False,1613,172,1684,,None,,,,,,,[],,,, +2216,555980855537975296,554009604409946112,1421391140000.0,2015-01-16 06:52:20,+0000,,@ID_AA_Carmack Residual fuel and oxygen combine http://t.co/5k07SP8M9n,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555980855537975296,[],['https://pbs.twimg.com/media/B7c9o7CCMAA7vyP.jpg'],1,https://pbs.twimg.com/media/B7c9o7CCMAA7vyP.jpg,False,596,21,668,,None,,,,,,,[],,,, +2217,555978908554625025,554009604409946112,1421390676000.0,2015-01-16 06:44:36,+0000,,"@ID_AA_Carmack Rocket hits hard at ~45 deg angle, smashing legs and engine section http://t.co/PnzHHluJfG",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555978908554625025,[],['https://pbs.twimg.com/media/B7c73oaCQAA7V-j.jpg'],1,https://pbs.twimg.com/media/B7c73oaCQAA7V-j.jpg,False,729,57,889,,None,,,,,,,[],,,, +2218,555978267165859840,554009604409946112,1421390523000.0,2015-01-16 06:42:03,+0000,,"@ID_AA_Carmack Before impact, fins lose power and go hardover. Engines fights to restore, but … http://t.co/94VDi7IEHS",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555978267165859840,[],['https://pbs.twimg.com/media/B7c7SPiCYAAmPZo.jpg'],1,https://pbs.twimg.com/media/B7c7SPiCYAAmPZo.jpg,False,588,49,712,,None,,,,,,,[],,,, +2219,555951381509849088,554009604409946112,1421384113000.0,2015-01-16 04:55:13,+0000,,@ID_AA_Carmack Tks. Turns out we recovered some impact video frames from drone ship. It's kinda begging to be released…,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/555951381509849088,[],[],0,,False,371,52,202,,None,,,,,,,[],,,, +2220,555824114196156416,555804403504918528,1421353770000.0,2015-01-15 20:29:30,+0000,,@FormulaSAE Contact Steve Davis at Hyperloop@spacex.com,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/555824114196156416,[],[],0,,False,81,3,14,,None,,,,,,,[],,,, +2221,555804403504918528,555804403504918528,1421349070000.0,2015-01-15 19:11:10,+0000,,"Also thinking of having an annual student Hyperloop pod racer competition, like Formula SAE http://t.co/HV9BLCoMb8",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/555804403504918528,['http://students.sae.org/cds/formulaseries/about.htm'],[],0,,False,1458,155,894,,None,,,,,,,[],,,, +2222,555803747792609280,555803747792609280,1421348914000.0,2015-01-15 19:08:34,+0000,,Will be building a Hyperloop test track for companies and student teams to test out their pods. Most likely in Texas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/555803747792609280,[],[],0,,False,4220,436,4416,,None,,,,,,,[],,,, +2223,555743387056226304,555743387056226304,1421334523000.0,2015-01-15 15:08:43,+0000,,Funding research on artificial intelligence safety. It's all fun & games until someone loses an I http://t.co/t1aGnrTU21,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/555743387056226304,['http://futureoflife.org/misc/AI'],[],0,,False,1491,169,1177,,None,,,,,,,[],,,, +2224,554465954932207616,554465954932207616,1421029959000.0,2015-01-12 02:32:39,+0000,,Yesterday's mission to the Space Station lights up the cloudy night sky of Cape Canaveral http://t.co/DFB742HaQt,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/554465954932207616,[],['https://pbs.twimg.com/media/B7Hb2SQIMAAs3p3.jpg'],1,https://pbs.twimg.com/media/B7Hb2SQIMAAs3p3.jpg,False,5627,214,3384,,None,,,,,,,[],,,, +2225,554320532133650432,554320532133650432,1420995288000.0,2015-01-11 16:54:48,+0000,,World's top artificial intelligence developers sign open letter calling for AI safety research: http://t.co/ShWc8F7Kyq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/554320532133650432,['http://futureoflife.org/misc/open_letter'],[],0,,False,1515,169,1508,,None,,,,,,,[],,,, +2226,554023312033341440,554009604409946112,1420924425000.0,2015-01-10 21:13:45,+0000,,"@alankerlin Hydraulics are usually closed, but that adds mass vs short acting open systems. F9 fins only work for 4 mins. We were ~10% off.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/554023312033341440,[],[],0,,False,469,79,246,,None,,,,,,,[],,,, +2227,553964602636369920,553964602636369920,1420910428000.0,2015-01-10 17:20:28,+0000,,Am super proud of my crew for making huge strides towards reusability on this mission. You guys rock!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/553964602636369920,[],[],0,,False,3238,176,1131,,None,,,,,,,[],,,, +2228,553964281025548289,553964281025548289,1420910351000.0,2015-01-10 17:19:11,+0000,,"Upcoming flight already has 50% more hydraulic fluid, so should have plenty of margin for landing attempt next month.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/553964281025548289,[],[],0,,False,1541,113,773,,None,,,,,,,[],,,, +2229,553963793056030721,553963793056030721,1420910235000.0,2015-01-10 17:17:15,+0000,,"Grid fins worked extremely well from hypersonic velocity to subsonic, but ran out of hydraulic fluid right before landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/553963793056030721,[],[],0,,False,1300,162,931,,None,,,,,,,[],,,, +2230,553857574005915648,553857574005915648,1420884910000.0,2015-01-10 10:15:10,+0000,,Didn't get good landing/impact video. Pitch dark and foggy. Will piece it together from telemetry and ... actual pieces.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553857574005915648,[],[],0,,False,2616,421,2040,,None,,,,,,,[],,,, +2231,553856479590359040,553856479590359040,1420884649000.0,2015-01-10 10:10:49,+0000,,Ship itself is fine. Some of the support equipment on the deck will need to be replaced...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553856479590359040,[],[],0,,False,1827,221,1719,,None,,,,,,,[],,,, +2232,553855109114101760,553855109114101760,1420884322000.0,2015-01-10 10:05:22,+0000,,"Rocket made it to drone spaceport ship, but landed hard. Close, but no cigar this time. Bodes well for the future tho.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553855109114101760,[],[],0,,False,5087,655,6266,,None,,,,,,,[],,,, +2233,553853961317654528,553853961317654528,1420884049000.0,2015-01-10 10:00:49,+0000,,Ascent phase good. Dragon deployed to Space Station rendezvous orbit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553853961317654528,[],[],0,,False,1229,97,740,,None,,,,,,,[],,,, +2234,553850129208586241,553850129208586241,1420883135000.0,2015-01-10 09:45:35,+0000,,Launching in one minute,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/553850129208586241,[],[],0,,False,1148,106,518,,None,,,,,,,[],,,, +2235,553836041770373120,553836041770373120,1420879776000.0,2015-01-10 08:49:36,+0000,,At mission control in California. Launch in 60 mins. Looks good so far.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/553836041770373120,[],[],0,,False,1038,130,530,,None,,,,,,,[],,,, +2236,553835543336058880,553835543336058880,1420879657000.0,2015-01-10 08:47:37,+0000,,Swimming on the moon http://t.co/7eZ3tqwwEj,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/553835543336058880,['http://what-if.xkcd.com/'],[],0,,False,1047,97,905,,None,,,,,,,[],,,, +2237,552437001291841539,552437001291841539,1420546219000.0,2015-01-06 12:10:19,+0000,,Need to investigate the upper stage Z actuator. Was behaving strangely. Next launch attempt on Friday at 5am.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/552437001291841539,[],[],0,,False,1028,182,871,,None,,,,,,,[],,,, +2238,552279321491275776,552279321491275776,1420508625000.0,2015-01-06 01:43:45,+0000,,Taking questions now at http://t.co/CpOyWeAk0G,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/552279321491275776,['http://redd.it/2rgsan'],[],0,,False,861,138,619,,None,,,,,,,[],,,, +2239,552256055607312384,552256055607312384,1420503078000.0,2015-01-06 00:11:18,+0000,,Background on our attempt to land Falcon 9 rocket on a station-keeping drone ship in the Atlantic http://t.co/yklReEpZO3,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/552256055607312384,['http://spacex.com/news/2014/12/16/x-marks-spot-falcon-9-attempts-ocean-platform-landing'],[],0,,False,698,72,747,,None,,,,,,,[],,,, +2240,552182273865699328,552182273865699328,1420485487000.0,2015-01-05 19:18:07,+0000,,Drone spaceport ship heads to its hold position in the Atlantic to prepare for a rocket landing http://t.co/kXYHGVKTfE,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/552182273865699328,[],['https://pbs.twimg.com/media/B6m-2biIYAAZcYF.jpg'],1,https://pbs.twimg.com/media/B6m-2biIYAAZcYF.jpg,False,3354,326,3410,,None,,,,,,,[],,,, +2241,552153757338066944,552153757338066944,1420478688000.0,2015-01-05 17:24:48,+0000,,Ask me anything at 9pm Florida time (focused on tomorrow's 6am rocket launch) http://t.co/DvCbw4kTJy,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/552153757338066944,['http://reddit.com/r/IAmA'],[],0,,False,796,130,830,,None,,,,,,,[],,,, +2242,550297212769402881,550297212769402881,1420036054000.0,2014-12-31 14:27:34,+0000,,"Btw, we are actually working on a charger that automatically moves out from the wall & connects like a solid metal snake. For realz.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/550297212769402881,[],[],0,,False,4924,541,4197,,None,,,,,,,[],,,, +2243,550030135446220801,550030135446220801,1419972378000.0,2014-12-30 20:46:18,+0000,,Model S range curves in detail by version http://t.co/DGIKGTIagW,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/550030135446220801,['http://ts.la/c7'],[],0,,False,502,49,331,,None,,,,,,,[],,,, +2244,548601442638917633,548601442638917633,1419631751000.0,2014-12-26 22:09:11,+0000,,Roadster upgrade details http://t.co/9RZVMCJeMJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/548601442638917633,['http://ts.la/qA'],[],0,,False,727,110,456,,None,,,,,,,[],,,, +2245,548268486003535872,548268486003535872,1419552368000.0,2014-12-26 00:06:08,+0000,,"Reading The Culture series by Banks. Compelling picture of a grand, semi-utopian galactic future. Hopefully not too optimistic about AI.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/548268486003535872,[],[],0,,False,950,147,261,,None,,,,,,,[],,,, +2246,548257415536594944,548257415536594944,1419549728000.0,2014-12-25 23:22:08,+0000,,Roadster upgrade will enable non-stop travel from LA to SF -- almost 400 mile range. Details tmrw. Merry Christmas!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/548257415536594944,[],[],0,,False,2365,208,1672,,None,,,,,,,[],,,, +2247,546453860936474625,546453860936474625,1419119727000.0,2014-12-20 23:55:27,+0000,,Nothing against all the oatmeal-raisin cookies out there. Just be yourself.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/546453860936474625,[],[],0,,False,1529,112,813,,None,,,,,,,[],,,, +2248,546450680689356800,546450680689356800,1419118969000.0,2014-12-20 23:42:49,+0000,,Really should be a rule that oatmeal-raisin cookies can't look too much like choc chip. Doppelgänger cookie trickery!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/546450680689356800,[],[],0,,False,3390,274,2128,,None,,,,,,,[],,,, +2249,546055521351270402,546055521351270402,1419024756000.0,2014-12-19 21:32:36,+0000,,I'd recommend competing for the $10M Learning XPRIZE. Illiteracy is the wellspring of poverty. http://t.co/NLuFheVmpx,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/546055521351270402,['http://learning.xprize.org'],[],0,,False,748,63,681,,None,,,,,,,[],,,, +2250,546018982927413248,546018982927413248,1419016044000.0,2014-12-19 19:07:24,+0000,,Tesla fast battery swap details http://t.co/4XWWUlOeQE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/546018982927413248,['http://ts.la/h6'],[],0,,False,823,81,654,,None,,,,,,,[],,,, +2251,545967015521820672,545967015521820672,1419003654000.0,2014-12-19 15:40:54,+0000,,Pack swap now operating in limited beta mode for SF to LA route. Can swap battery faster than visiting a gas station. Tesla blog out soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/545967015521820672,[],[],0,,False,1078,103,832,,None,,,,,,,[],,,, +2252,545965826054963200,545965826054963200,1419003371000.0,2014-12-19 15:36:11,+0000,,Falcon/Dragon launch punted to early Jan. Need time to review all systems thoroughly again.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/545965826054963200,[],[],0,,False,428,56,218,,None,,,,,,,[],,,, +2253,542004522298535936,542004522298535936,1418058922000.0,2014-12-08 17:15:22,+0000,,Dune series by Herbert also brilliant. He advocates placing limits on machine intelligence.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/542004522298535936,[],[],0,,False,1060,238,469,,None,,,,,,,[],,,, +2254,542000615287574528,542000615287574528,1418057991000.0,2014-12-08 16:59:51,+0000,,Reread Asimov's Foundation series. Brilliant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/542000615287574528,[],[],0,,False,1523,203,574,,None,,,,,,,[],,,, +2255,537016081915719680,537016081915719680,1416869585000.0,2014-11-24 22:53:05,+0000,,Welcome back @RicardoR to run the @TeslaMotors communications team!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/537016081915719680,[],[],0,,False,327,100,117,,None,,,,,,,[],,,, +2256,536354292396228608,536258543675252739,1416711802000.0,2014-11-23 03:03:22,+0000,,"@ID_AA_Carmack That works for Dragon, but hard to do for something long like Falcon",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/536354292396228608,[],[],0,,False,93,25,26,,None,,,,,,,[],,,, +2257,536326873916375040,536326873916375040,1416705265000.0,2014-11-23 01:14:25,+0000,,"The flight grid fins look like the ones on this test we did, but larger: https://t.co/gTaURQQeyx",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/536326873916375040,['https://m.youtube.com/watch?v=DgLBIdVg3EM'],[],0,,False,574,100,399,,None,,,,,,,[],,,, +2258,536325460318519296,536258543675252739,1416704928000.0,2014-11-23 01:08:48,+0000,,@ID_AA_Carmack No choice. Entry velocity too high for a precision landing with N2 thrusters alone. Must have aero surfaces for pitch trim.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/536325460318519296,[],[],0,,False,89,14,40,,None,,,,,,,[],,,, +2259,536268250620125185,536258543675252739,1416691288000.0,2014-11-22 21:21:28,+0000,,@John_Gardi Using legs as air brakes to drop terminal velocity in half requires slight redesign & more data. Maybe flight 21.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536268250620125185,[],[],0,,False,65,7,28,,None,,,,,,,[],,,, +2260,536265739486121985,536258543675252739,1416690690000.0,2014-11-22 21:11:30,+0000,,"Grid fins are stowed on ascent and then deploy on reentry for ""x-wing"" style control. Each fin moves independently for pitch/yaw/roll.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536265739486121985,[],[],0,,False,614,85,276,,None,,,,,,,[],,,, +2261,536263260056850432,536262624653365248,1416690099000.0,2014-11-22 21:01:39,+0000,,"Base is 300 ft by 100 ft, with wings that extend width to 170 ft. Will allow refuel & rocket flyback in future.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536263260056850432,[],[],0,,False,642,58,335,,None,,,,,,,[],,,, +2262,536258543675252739,536258543675252739,1416688974000.0,2014-11-22 20:42:54,+0000,,Testing operation of hypersonic grid fins (x-wing config) going on next flight http://t.co/O1tMSIXxsT,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/536258543675252739,[],['https://pbs.twimg.com/media/B3EsTeDIUAAO86M.jpg'],1,https://pbs.twimg.com/media/B3EsTeDIUAAO86M.jpg,False,1737,157,1236,,None,,,,,,,[],,,, +2263,535914463388782592,535901974915710976,1416606939000.0,2014-11-21 21:55:39,+0000,,Cuteness overload MT “@WIRED: A baby baboon snuggled with a teddy bear http://t.co/wuovq1HPEY http://t.co/UHK8MnGj4i”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/535914463388782592,['http://wrd.cm/1r5KMEU'],['https://pbs.twimg.com/media/B2_oAbrIEAAdLIM.jpg'],1,https://pbs.twimg.com/media/B2_oAbrIEAAdLIM.jpg,False,1251,95,755,,None,,,,,,,[],,,, +2264,535905906442403840,535905906442403840,1416604899000.0,2014-11-21 21:21:39,+0000,,About the Nevada deal with Tesla ... http://t.co/hAeyOc5OzC,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/535905906442403840,['http://ts.la/j1'],[],0,,False,523,69,383,,None,,,,,,,[],,,, +2265,535085589456879616,535085589456879616,1416409320000.0,2014-11-19 15:02:00,+0000,,Really hate it when companies bring out an awesome show car and then you can never actually buy it. So lame.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/535085589456879616,[],[],0,,False,3026,283,1685,,None,,,,,,,[],,,, +2266,535085033904558080,535085033904558080,1416409188000.0,2014-11-19 14:59:48,+0000,,"Rumors about canceling Falcon wing doors are false. At Tesla, the production car will always be better than the show car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/535085033904558080,[],[],0,,False,2231,127,1228,,None,,,,,,,[],,,, +2267,534731793832751106,534731793832751106,1416324969000.0,2014-11-18 15:36:09,+0000,,Tesla comic book http://t.co/enyjX9bcGE,es,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/534731793832751106,[],['https://pbs.twimg.com/media/B2u_uw9CMAEgS_H.jpg'],1,https://pbs.twimg.com/media/B2u_uw9CMAEgS_H.jpg,False,1283,111,642,,None,,,,,,,[],,,, +2268,531996243904716800,531994668608024576,1415672763000.0,2014-11-11 02:26:03,+0000,,@Shmizer1 unfettered certainly and at very low cost,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/531996243904716800,[],[],0,,False,152,24,55,,None,,,,,,,[],,,, +2269,531994668608024576,531994668608024576,1415672387000.0,2014-11-11 02:19:47,+0000,,SpaceX is still in the early stages of developing advanced micro-satellites operating in large formations. Announcement in 2 to 3 months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/531994668608024576,[],[],0,,False,2372,236,2140,,None,,,,,,,[],,,, +2270,530599540995260416,530599540995260416,1415339763000.0,2014-11-07 05:56:03,+0000,,Astronauts Play With Blobs of Water in Zero Gravity http://t.co/SeCDcWTnJv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/530599540995260416,['http://www.slate.com/blogs/future_tense/2014/11/06/astronauts_on_the_international_space_station_play_with_balls_of_water_in.html?wpsrc'],[],0,,False,568,97,503,,None,,,,,,,[],,,, +2271,529466348976345088,529466348976345088,1415069589000.0,2014-11-04 02:53:09,+0000,,Review of performance version of dual motor Model S by @MotorTrend http://t.co/wSsbXFdv42,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/529466348976345088,['http://motortrend.com/roadtests/alternative/1411_2015_tesla_model_s_p85d_first_test/'],[],0,,False,708,97,588,,None,,,,,,,[],,,, +2272,528318667306446848,528318667306446848,1414795960000.0,2014-10-31 22:52:40,+0000,,Deepest sympathies to the families of the pilots and the Virgin Galactic team,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/528318667306446848,[],[],0,,False,1747,78,1111,,None,,,,,,,[],,,, +2273,527247155954610176,527247155954610176,1414540492000.0,2014-10-28 23:54:52,+0000,,Sorry to hear about the @OrbitalSciences launch. Hope they recover soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/527247155954610176,[],[],0,,False,1421,141,920,,None,,,,,,,[],,,, +2274,526974332052844544,526971201231409152,1414475446000.0,2014-10-28 05:50:46,+0000,,"Also, lease price improvement is due to US Bank deal. It is *not* a discount. Revenue to Tesla is unchanged.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/526974332052844544,[],[],0,,False,545,64,251,,None,,,,,,,[],,,, +2275,526971201231409152,526971201231409152,1414474699000.0,2014-10-28 05:38:19,+0000,,Article in @WSJ re Tesla sales is incorrect. September was a record high WW and up 65% year-over-year in North America.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/526971201231409152,[],[],0,,False,991,143,664,,None,,,,,,,[],,,, +2276,526437760274792448,526437760274792448,1414347517000.0,2014-10-26 18:18:37,+0000,,Was going to work out this morning. Went to IHOP instead.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/526437760274792448,[],[],0,,False,4265,439,1938,,None,,,,,,,[],,,, +2277,523290693612367872,523290693612367872,1413597198000.0,2014-10-18 01:53:18,+0000,,Infrared video of Falcon rocket reentry captured by @NASA tracking cameras http://t.co/GQLCFLlrUC,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/523290693612367872,['http://m.youtube.com/watch?v=_UFjK_CFKgA&feature=youtu.be'],[],0,,False,674,64,539,,None,,,,,,,[],,,, +2278,523011654515032064,523011654515032064,1413530670000.0,2014-10-17 07:24:30,+0000,,Michigan auto dealers trying to pass anti-consumer legislation http://t.co/qEr5oz3CyE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/523011654515032064,['http://teslamotors.com/blog/raw-deal-michigan'],[],0,,False,418,143,647,,None,,,,,,,[],,,, +2279,522619616661880832,522619616661880832,1413437201000.0,2014-10-16 05:26:41,+0000,,Kinda trippy seeing myself on @SouthPark. I've watched the show ever since the J vs SC short. Brian Boitano!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/522619616661880832,[],[],0,,False,2725,142,1080,,None,,,,,,,[],,,, +2280,520743089938251777,520743089938251777,1412989802000.0,2014-10-11 01:10:02,+0000,,Dual Motor Model S with Autopilot http://t.co/IL7BSn0ZZk,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/520743089938251777,['http://teslamotors.com/blog/dual-motor-model-s-and-autopilot'],[],0,,False,1373,220,1235,,None,,,,,,,[],,,, +2281,520335864053108736,520335864053108736,1412892712000.0,2014-10-09 22:11:52,+0000,,Just got word that the cumulative miles of the worldwide Tesla fleet passed half a billion!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/520335864053108736,[],[],0,,False,2034,255,1040,,None,,,,,,,[],,,, +2282,517509858971504640,517509858971504640,1412218939000.0,2014-10-02 03:02:19,+0000,,"I love the Internet. Comments had me literally ROFL. No, it wasn't intentional. Glad I didn't mention the other letter!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/517509858971504640,[],[],0,,False,2679,324,1352,,None,,,,,,,[],,,, +2283,517486950589014016,517486950589014016,1412213478000.0,2014-10-02 01:31:18,+0000,,About time to unveil the D and something else http://t.co/qp23yi59i6,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/517486950589014016,[],['https://pbs.twimg.com/media/By57o4jCYAECwsq.jpg'],1,https://pbs.twimg.com/media/By57o4jCYAECwsq.jpg,False,10508,2099,11944,,None,,,,,,,[],,,, +2284,516473142923915264,516433449033293825,1411971767000.0,2014-09-29 06:22:47,+0000,,"“@TheDailyShow: The House Science, Space and Technology Committee hearing on global warming. http://t.co/7i5W0Hb39R”",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/516473142923915264,['http://on.cc.com/1vcjuzt'],[],0,,False,461,51,395,,None,,,,,,,[],,,, +2285,513165076694454272,513115414620954624,1411183063000.0,2014-09-20 03:17:43,+0000,,@TalulahRiley Good suggestion :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/513165076694454272,[],[],0,,False,50,16,4,,None,,,,,,,[],,,, +2286,513115414620954624,513115414620954624,1411171222000.0,2014-09-20 00:00:22,+0000,,Calendar app w tap to nav & traffic predictor in Tesla V6.0 release will radically improve how the car adapts to the owner over time,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/513115414620954624,[],[],0,,False,574,88,337,,None,,,,,,,[],,,, +2287,511987985873502209,511987985873502209,1410902422000.0,2014-09-16 21:20:22,+0000,,"Would also like to congratulate @Boeing, fellow winner of the @NASA commercial crew program",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511987985873502209,[],[],0,,False,815,68,366,,None,,,,,,,[],,,, +2288,511987635464585216,511987635464585216,1410902339000.0,2014-09-16 21:18:59,+0000,,This is the Crew Dragon spacecraft design that we unveiled earlier this year: http://t.co/gmpcAuTgQf,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511987635464585216,['http://www.youtube.com/watch?v=yEQrmDoIRO8'],[],0,,False,649,58,453,,None,,,,,,,[],,,, +2289,511986289776680960,511986289776680960,1410902018000.0,2014-09-16 21:13:38,+0000,,Deeply honored and appreciative of the trust that @NASA has placed in @SpaceX for the future of human spaceflight,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511986289776680960,[],[],0,,False,2711,215,1793,,None,,,,,,,[],,,, +2290,510171087498260480,510171087498260480,1410469240000.0,2014-09-11 21:00:40,+0000,,"Official Gigafactory address to be: Electric Avenue, McCarran, Nevada",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/510171087498260480,[],[],0,,False,1840,278,1439,,None,,,,,,,[],,,, +2291,509586265986310144,509195186875138048,1410329808000.0,2014-09-10 06:16:48,+0000,,@Salina_Snipes sounds about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/509586265986310144,[],[],0,,False,39,4,0,,None,,,,,,,[],,,, +2292,509211956436545536,509211956436545536,1410240565000.0,2014-09-09 05:29:25,+0000,,Meeting with @JAXA_en in a building called … http://t.co/RBS2shPdNY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/509211956436545536,[],['https://pbs.twimg.com/media/BxEVkrQIUAEfREg.jpg'],1,https://pbs.twimg.com/media/BxEVkrQIUAEfREg.jpg,False,630,58,150,,None,,,,,,,[],,,, +2293,509195186875138048,509195186875138048,1410236567000.0,2014-09-09 04:22:47,+0000,,"Just did crazy Japanese game show called 逆転の法則. I have no idea what happened, but it was awesome http://t.co/oRQlbCH3de",ja,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/509195186875138048,[],['https://pbs.twimg.com/media/BxEGUhIIIAA9NDM.jpg'],1,https://pbs.twimg.com/media/BxEGUhIIIAA9NDM.jpg,False,2477,166,1143,,None,,,,,,,[],,,, +2294,508921339626127360,508921339626127360,1410171277000.0,2014-09-08 10:14:37,+0000,,Excellent explanation of the diff betw getting to orbit vs space (suggested by @MarkusvonRoder) https://t.co/7PD42mkIEz,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/508921339626127360,['https://what-if.xkcd.com/58/'],[],0,,False,741,45,613,,None,,,,,,,[],,,, +2295,508898503251488768,508898503251488768,1410165832000.0,2014-09-08 08:43:52,+0000,,Handing over the first Tesla Model S cars in Japan http://t.co/58fzUJBjVs,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/508898503251488768,[],['https://pbs.twimg.com/media/Bw_4esRCEAEdRuR.jpg'],1,https://pbs.twimg.com/media/Bw_4esRCEAEdRuR.jpg,False,1606,111,825,,None,,,,,,,[],,,, +2296,508632347990687745,508617476804866048,1410102376000.0,2014-09-07 15:06:16,+0000,,@yoshimasa_satoh It was exactly what I was looking for,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/508632347990687745,[],[],0,,False,93,4,82,,None,,,,,,,[],,,, +2297,508622668535304193,508622668535304193,1410100068000.0,2014-09-07 14:27:48,+0000,,Long exposure of AsiaSat 6 transiting to geo orbit over China http://t.co/mPr2Td9kkx,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/508622668535304193,[],['https://pbs.twimg.com/media/Bw79nnBCUAEcUgF.jpg'],1,https://pbs.twimg.com/media/Bw79nnBCUAEcUgF.jpg,False,1920,81,1345,,None,,,,,,,[],,,, +2298,508617476804866048,508617476804866048,1410098830000.0,2014-09-07 14:07:10,+0000,,Noodles in Shinjuku http://t.co/MWztTqByuA,in,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/508617476804866048,[],['https://pbs.twimg.com/media/Bw745ZoCQAA2ACR.jpg'],1,https://pbs.twimg.com/media/Bw745ZoCQAA2ACR.jpg,False,4977,213,4422,,None,,,,,,,[],,,, +2299,508457119037681665,508457119037681665,1410060598000.0,2014-09-07 03:29:58,+0000,,"Launch in ~1.5 hours if weather clears. Lightning tower struck earlier, but no effect on rocket or satellite http://t.co/AWdx9LsFZt",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/508457119037681665,[],['https://pbs.twimg.com/media/Bw5nC3FCUAAwW96.jpg'],1,https://pbs.twimg.com/media/Bw5nC3FCUAAwW96.jpg,False,1462,140,951,,None,,,,,,,[],,,, +2300,506573584890724352,506573584890724352,1409611528000.0,2014-09-01 22:45:28,+0000,,The graph that really matters http://t.co/FF2AQ0hg15 http://t.co/0Xk2arTzvW,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/506573584890724352,['http://slate.me/1pzPSgh'],['https://pbs.twimg.com/media/Bwe1_aiCIAE4bAa.jpg'],1,https://pbs.twimg.com/media/Bwe1_aiCIAE4bAa.jpg,False,1096,186,1198,,None,,,,,,,[],,,, +2301,504013712010018816,503470300575850496,1409001207000.0,2014-08-25 21:13:27,+0000,,@evanwiththebig @TeslaMotors Expansion to Madrid already underway. Map is being updated. All of Spain & Portugal by end of 2015.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/504013712010018816,[],[],0,,False,236,70,264,,None,,,,,,,[],,,, +2302,504013262829391873,504013262829391873,1409001100000.0,2014-08-25 21:11:40,+0000,,Model S limits torque if brake & accel simul pressed. Going to zero torque with brake press would be a safety hazard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/504013262829391873,[],[],0,,False,300,67,113,,None,,,,,,,[],,,, +2303,504010071714840576,503470300575850496,1409000339000.0,2014-08-25 20:58:59,+0000,,@cermak @Tesla_Europe I agree. We are fixing this plan. Updated map coming soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/504010071714840576,[],[],0,,False,197,25,67,,None,,,,,,,[],,,, +2304,504001838413516801,504000716613373954,1408998376000.0,2014-08-25 20:26:16,+0000,,@WillOremus That has been my goal from the beginning. Need the Gigafactory for Model 3.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/504001838413516801,[],[],0,,False,174,27,79,,None,,,,,,,[],,,, +2305,503077090803986432,503077090803986432,1408777899000.0,2014-08-23 07:11:39,+0000,,Ad taken out in Palo Alto Daily by two Model S owners is right. Many of the suggestions will be implemented soon. http://t.co/cF43PvJDgQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/503077090803986432,[],['https://pbs.twimg.com/media/BvtJ8qZCEAAGVsG.jpg'],1,https://pbs.twimg.com/media/BvtJ8qZCEAAGVsG.jpg,False,2702,343,1449,,None,,,,,,,[],,,, +2306,502974683864518657,502974683864518657,1408753484000.0,2014-08-23 00:24:44,+0000,,Three engine F9R Dev1 vehicle auto-terminated during test flight. No injuries or near injuries. Rockets are tricky …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/502974683864518657,[],[],0,,False,1112,250,1025,,None,,,,,,,[],,,, +2307,501777115860066304,501777115860066304,1408467961000.0,2014-08-19 17:06:01,+0000,,Wikception http://t.co/fd8r4JI2Tx,da,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/501777115860066304,['http://en.m.wikipedia.org/wiki/List_of_lists_of_lists'],[],0,,False,875,113,942,,None,,,,,,,[],,,, +2308,500378028141076483,500375541493411840,1408134393000.0,2014-08-15 20:26:33,+0000,,@awadsayeed Yes. Technically Model 3 or maybe three horizontal bars. Won't be three vertical bars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500378028141076483,[],[],0,,False,78,14,26,,None,,,,,,,[],,,, +2309,500376654040948737,500341005262913536,1408134065000.0,2014-08-15 20:21:05,+0000,,"@BillGates @RyanSeacrest @TEDchris Am a bit under the weather, but will do it!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500376654040948737,[],[],0,,False,772,57,329,,None,,,,,,,[],,,, +2310,500375541493411840,500375541493411840,1408133800000.0,2014-08-15 20:16:40,+0000,,"Model S drivetrain warranty increased to infinite miles, applies retroactively ... http://t.co/0Gwukwj6qT",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500375541493411840,['http://teslamotors.com/blog/infinite-mile-warranty'],[],0,,False,1453,302,1802,,None,,,,,,,[],,,, +2311,496700455045840896,496700455045840896,1407257591000.0,2014-08-05 16:53:11,+0000,,Long exposure of the Falcon 9 predawn launch from Cape Canaveral http://t.co/jQHxIEhuJb,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/496700455045840896,[],['https://pbs.twimg.com/media/BuSibXHCEAEXx5A.jpg'],1,https://pbs.twimg.com/media/BuSibXHCEAEXx5A.jpg,False,2787,155,2209,,None,,,,,,,[],,,, +2312,496673908129804288,496673908129804288,1407251262000.0,2014-08-05 15:07:42,+0000,,"High velocity reentry (2700 lbs/sqft) appeared to succeed, but, as expected, not enough propellant to land for this and the next mission.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/496673908129804288,[],[],0,,False,390,61,177,,None,,,,,,,[],,,, +2313,496673142656749568,496673142656749568,1407251079000.0,2014-08-05 15:04:39,+0000,,Falcon 9 flight 11 to geosynchronous transfer orbit completed on target this morning http://t.co/UoJMNOHTUR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/496673142656749568,[],['https://pbs.twimg.com/media/BuSJllfCYAEtqHx.jpg'],1,https://pbs.twimg.com/media/BuSJllfCYAEtqHx.jpg,False,911,53,512,,None,,,,,,,[],,,, +2314,496451029509373952,496444502845173760,1407198123000.0,2014-08-05 00:22:03,+0000,,Love EFF “@arstechnica: EFF inaugurates “Stupid Patent of the Month” http://t.co/3AlePablJ9 by @joemullin”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/496451029509373952,['http://ars.to/1s6fYIG'],[],0,,False,325,37,358,,None,,,,,,,[],,,, +2315,496012177103663104,496012177103663104,1407093493000.0,2014-08-03 19:18:13,+0000,,"Hope we're not just the biological boot loader for digital superintelligence. Unfortunately, that is increasingly probable",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/496012177103663104,[],[],0,,False,3799,645,4459,,None,,,,,,,[],,,, +2316,496010572333580289,496010572333580289,1407093110000.0,2014-08-03 19:11:50,+0000,,"While on the subject of AI risk, Our Final Invention by @jrbarrat is also worth reading",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/496010572333580289,[],[],0,,False,509,103,158,,None,,,,,,,[],,,, +2317,495771005634482176,495759307346952192,1407035993000.0,2014-08-03 03:19:53,+0000,,"@drwave @itsDanielSuarez Yeah, Daemon is a great read",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/495771005634482176,[],[],0,,False,61,12,7,,None,,,,,,,[],,,, +2318,495760430870978561,495759307346952192,1407033472000.0,2014-08-03 02:37:52,+0000,,@IrrelevantGamer @masseffect Mass Effect 2 is one of the best games ever. Also love Saints Row IV.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/495760430870978561,[],[],0,,False,524,38,201,,None,,,,,,,[],,,, +2319,495759307346952192,495759307346952192,1407033204000.0,2014-08-03 02:33:24,+0000,,Worth reading Superintelligence by Bostrom. We need to be super careful with AI. Potentially more dangerous than nukes.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/495759307346952192,[],[],0,,False,3018,499,2474,,None,,,,,,,[],,,, +2320,495739993600450560,495739993600450560,1407028599000.0,2014-08-03 01:16:39,+0000,,Guardians of the Galaxy is great. Best line is when Star-Lord says his spaceship looks like a Jackson Pollock painting under black light.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/495739993600450560,[],[],0,,False,1853,100,945,,None,,,,,,,[],,,, +2321,493084094532956160,493084094532956160,1406395383000.0,2014-07-26 17:23:03,+0000,,On annual camping trip w kids. Trying a place just south of Carmel in California this year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/493084094532956160,[],[],0,,False,566,167,108,,None,,,,,,,[],,,, +2322,491796248148455425,491663163859820544,1406088337000.0,2014-07-23 04:05:37,+0000,,“@SpaceX: Soft water landing of Falcon 9 rocket booster. http://t.co/VxBqBZhHmO Full update: http://t.co/nH8UqOmN9h”,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/491796248148455425,"['http://youtu.be/CQnR5fhCXkQ', 'http://www.spacex.com/news/2014/07/22/spacex-soft-lands-falcon-9-rocket-first-stage']",[],0,,False,538,77,477,,None,,,,,,,[],,,, +2323,490325897820381185,488719729599578112,1405737778000.0,2014-07-19 02:42:58,+0000,,"Looks like body slam, maybe from a self-generated wave",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/490325897820381185,[],[],0,,False,248,95,135,,None,,,,,,,[],,,, +2324,488719729599578112,488719729599578112,1405354838000.0,2014-07-14 16:20:38,+0000,,Detailed review of rocket telemetry needed to tell if due to initial splashdown or subsequent tip over and body slam,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488719729599578112,[],[],0,,False,380,103,283,,None,,,,,,,[],,,, +2325,488718649515986944,488718649515986944,1405354580000.0,2014-07-14 16:16:20,+0000,,"Rocket booster reentry, landing burn & leg deploy were good, but lost hull integrity right after splashdown (aka kaboom)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488718649515986944,[],[],0,,False,709,117,797,,None,,,,,,,[],,,, +2326,488717037674311682,488717037674311682,1405354196000.0,2014-07-14 16:09:56,+0000,,Flight 10 of Falcon 9 was good. All six ORBCOMM satellites deployed on target.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488717037674311682,[],[],0,,False,706,85,466,,None,,,,,,,[],,,, +2327,487286689300086784,487279300895191041,1405013174000.0,2014-07-10 17:26:14,+0000,,@leroytwin @Tesla_Canada A lot of Canadian Superchargers are in work and will start going live in the next month or so,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/487286689300086784,[],[],0,,False,76,21,46,,None,,,,,,,[],,,, +2328,487279300895191041,487279300895191041,1405011413000.0,2014-07-10 16:56:53,+0000,,Tesla Superchargers delivered over 1GWh last month. Long distance driving growing exponentially http://t.co/vixkd5gkKX,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/487279300895191041,['http://www.teslamotors.com/blog/supercharging-milestone'],[],0,,False,683,110,642,,None,,,,,,,[],,,, +2329,483979768203726848,483979768203726848,1404224743000.0,2014-07-01 14:25:43,+0000,,Tesla Model S named top model in perceived quality http://t.co/hOhZMIG78u via @USATODAY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/483979768203726848,['http://usat.ly/1lIT4DE'],[],0,,False,547,68,429,,None,,,,,,,[],,,, +2330,479705782720536577,479705782720536577,1403205745000.0,2014-06-19 19:22:25,+0000,,Test flight of Falcon 9-R with deployable grid fins for better hypersonic thru subsonic control http://t.co/6ZXpvPao2u,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/479705782720536577,['http://m.youtube.com/watch?v=DgLBIdVg3EM&feature=youtu.be'],[],0,,False,740,175,689,,None,,,,,,,[],,,, +2331,478903880793993216,478903880793993216,1403014557000.0,2014-06-17 14:15:57,+0000,,Goal is for unsubsidized solar power to cost less than grid electricity from coal or fracked gas,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/478903880793993216,[],[],0,,False,2009,261,1734,,None,,,,,,,[],,,, +2332,478901093733507072,478901093733507072,1403013892000.0,2014-06-17 14:04:52,+0000,,SolarCity to build the world's largest advanced solar panel factory in upstate New York http://t.co/dI6N9QomaQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/478901093733507072,['http://blog.solarcity.com/silevo/'],[],0,,False,1226,168,1396,,None,,,,,,,[],,,, +2333,478757147459985409,478675928449822720,1402979573000.0,2014-06-17 04:32:53,+0000,,"Edmunds beats Tesla LA-NY record by several hours! “@edmunds: Made it! Our Model S made LA-NY run in 67 hrs and 21 mins""",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/478757147459985409,[],[],0,,False,490,63,323,,None,,,,,,,[],,,, +2334,477223079421046785,477223079421046785,1402613823000.0,2014-06-12 22:57:03,+0000,,"Apparently, lots of confused media inquiries about blog title. Look, we just to make sure they don't set us up the bomb.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/477223079421046785,[],[],0,,False,2703,311,2096,,None,,,,,,,[],,,, +2335,477133748949884929,477133748949884929,1402592525000.0,2014-06-12 17:02:05,+0000,,Regarding Tesla patents http://t.co/gGBWoInh6C,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/477133748949884929,['http://www.teslamotors.com/blog/all-our-patent-are-belong-you'],[],0,,False,3828,1126,6303,,None,,,,,,,[],,,, +2336,476537238785114112,476481698914652160,1402450306000.0,2014-06-11 01:31:46,+0000,,@Ash_Dale I do seriously need a haircut :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/476537238785114112,[],[],0,,False,32,7,4,,None,,,,,,,[],,,, +2337,474212817306787840,474212817306787840,1401896120000.0,2014-06-04 15:35:20,+0000,,"Ok, but the sloths kinda had it coming ""Humans Blamed for Extinction of Mammoths & Giant Sloths"" http://t.co/pIPW8rjjl2",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/474212817306787840,['http://news.yahoo.com/humans-blamed-extinction-mammoths-mastodons-giant-sloths-230217240.html?soc_src=mediacontentsharebuttons'],[],0,,False,352,83,252,,None,,,,,,,[],,,, +2338,472757297685356546,472757297685356546,1401549097000.0,2014-05-31 15:11:37,+0000,,Recording of Dragon V2 unveil at http://t.co/aBIV4EWOS2,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/472757297685356546,['http://www.spacex.com/webcast/'],[],0,,False,528,112,530,,None,,,,,,,[],,,, +2339,471829262215835648,471829262215835648,1401327836000.0,2014-05-29 01:43:56,+0000,,Amazing repair job of Falcon 9 ocean landing vid by @NASASpaceflight forum. Now shows leg deploy http://t.co/EYoaRjEn9Q,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/471829262215835648,['http://www.youtube.com/watch?v=XoufUV5oGTo&sns=em'],[],0,,False,409,40,301,,None,,,,,,,[],,,, +2340,471808555951980544,471808555951980544,1401322900000.0,2014-05-29 00:21:40,+0000,,Model S in drag queen competition @CARandDRIVER http://t.co/SHSkETbbWm,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/471808555951980544,['http://www.teslamotors.com/sites/default/files/blog_attachments/the-slipperiest-car-on-the-road.pdf'],[],0,,False,233,38,190,,None,,,,,,,[],,,, +2341,470613418039586816,470613418039586816,1401037957000.0,2014-05-25 17:12:37,+0000,,Prince Albert & Princess Charlene drove a Tesla around the track to open @F1 Monaco! The honor is much appreciated :) http://t.co/gjQmbm541s,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/470613418039586816,[],['https://pbs.twimg.com/media/Bof0aBOIQAAC8R3.jpg'],1,https://pbs.twimg.com/media/Bof0aBOIQAAC8R3.jpg,False,2098,121,1444,,None,,,,,,,[],,,, +2342,470001882300444674,469986226930741248,1400892156000.0,2014-05-24 00:42:36,+0000,,@QuantumG When we launch I want to know that SpaceX has done everything possible to keep the astronauts safe. Only a few more years to go.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/470001882300444674,[],[],0,,False,85,14,34,,None,,,,,,,[],,,, +2343,469996295151972352,469986226930741248,1400890823000.0,2014-05-24 00:20:23,+0000,,"@QuantumG Dragon V1.1 doesn't have a launch escape system. Probably comparable reliability to Shuttle, but we need to do better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/469996295151972352,[],[],0,,False,21,4,7,,None,,,,,,,[],,,, +2344,469990086738984960,469986226930741248,1400889343000.0,2014-05-23 23:55:43,+0000,,"@RichardGarriott Just the air in Dragon. Technically, if a few humans had stowed aboard Dragon on the last flight, they would've been ok.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469990086738984960,[],[],0,,False,34,9,14,,None,,,,,,,[],,,, +2345,469988081635196928,469986226930741248,1400888865000.0,2014-05-23 23:47:45,+0000,,"@westcoastbill First, the cheese. Then, the mouse.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469988081635196928,[],[],0,,False,38,2,9,,None,,,,,,,[],,,, +2346,469986226930741248,469986226930741248,1400888423000.0,2014-05-23 23:40:23,+0000,,The next Dragon mission to the Space Station will carry our first live mammals: 40 mousetronauts! http://t.co/rR3c6gd1v3,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469986226930741248,['http://www.nasa.gov/mission_pages/station/research/news/rodent_research/'],[],0,,False,797,97,734,,None,,,,,,,[],,,, +2347,469982869218004994,469982869218004994,1400887622000.0,2014-05-23 23:27:02,+0000,,Contracting official's new job raises questions http://t.co/JhRDGa6vYZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469982869218004994,['http://bigstory.ap.org/article/contracting-officers-new-job-raises-questions'],[],0,,False,224,35,196,,None,,,,,,,[],,,, +2348,469644139253215233,469644139253215233,1400806863000.0,2014-05-23 01:01:03,+0000,,"Either way, this case certainly deserves close examination by the DoD Inspector General per @SenJohnMcCain's request http://t.co/IZ4JO2y3JO",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/469644139253215233,['http://www.mccain.senate.gov/public/index.cfm/press-releases?ID=c6782e97-ca58-47c4-991f-4587c8da1e9d'],[],0,,False,419,46,305,,None,,,,,,,[],,,, +2349,469641881010581504,469641881010581504,1400806324000.0,2014-05-23 00:52:04,+0000,,"Reason I believe this is likely is that Correll first tried to work at SpaceX, but we turned him down. Our competitor, it seems, did not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469641881010581504,[],[],0,,False,400,75,361,,None,,,,,,,[],,,, +2350,469640326416982016,469640326416982016,1400805953000.0,2014-05-23 00:45:53,+0000,,V likely AF official Correll was told by ULA/Rocketdyne that a rich VP job was his if he gave them a sole source contract,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469640326416982016,[],[],0,,False,340,51,389,,None,,,,,,,[],,,, +2351,469639079085486080,469639079085486080,1400805656000.0,2014-05-23 00:40:56,+0000,,Air Force official awards $10B+ contract uncompeted & then takes lucrative job w funds recipient http://t.co/SHqFYWd3CR,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469639079085486080,['http://nlpc.org/stories/2014/05/18/space-launch-deal-puts-spotlight-revolving-door'],[],0,,False,587,134,1127,,None,,,,,,,[],,,, +2352,469356919979655168,469356919979655168,1400738384000.0,2014-05-22 05:59:44,+0000,,Great progress by @NASASpaceflight members repairing the Falcon 9 ocean landing video http://t.co/DP4y5W5uvZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/469356919979655168,['http://twitpic.com/e4dm2e'],[],0,,False,493,39,348,,None,,,,,,,[],,,, +2353,466521428914094083,466312864740171776,1400062350000.0,2014-05-14 10:12:30,+0000,,@Oatmeal may all technology in the future follow the zeroth law...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/466521428914094083,[],[],0,,False,476,36,189,,None,,,,,,,[],,,, +2354,466518346574626817,466267316406063104,1400061615000.0,2014-05-14 10:00:15,+0000,,@Oatmeal I would be happy to help,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/466518346574626817,[],[],0,,False,4781,457,2790,,None,,,,,,,[],,,, +2355,465030743962296320,465030743962296320,1399706943000.0,2014-05-10 07:29:03,+0000,,Worth seeing @ChefTheFilm by @Jon_Favreau. Make sure to plan for a meal afterwards!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/465030743962296320,[],[],0,,False,294,42,105,,None,,,,,,,[],,,, +2356,464491775264960512,464491775264960512,1399578443000.0,2014-05-08 19:47:23,+0000,,Trouble in Missouri. Auto dealers trying to sneak in a monopoly creation bill today http://t.co/p6zqtsaYpi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/464491775264960512,['http://www.teslamotors.com/blog/trouble-missouri'],[],0,,False,267,139,532,,None,,,,,,,[],,,, +2357,462104679116050432,462100295896412160,1399009315000.0,2014-05-02 05:41:55,+0000,,@rocketrepreneur ~40%,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/462104679116050432,[],[],0,,False,63,15,12,,None,,,,,,,[],,,, +2358,462100295896412160,462100295896412160,1399008270000.0,2014-05-02 05:24:30,+0000,,"Second flight of Falcon 9-R. 1000m, hover and land (with cows) http://t.co/tixmBH5sw6",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/462100295896412160,['http://m.youtube.com/watch?feature=youtu.be&v=ZwwS4YOTbbw'],[],0,,False,1210,323,1543,,None,,,,,,,[],,,, +2359,461283368693669888,461279062837968897,1398813499000.0,2014-04-29 23:18:19,+0000,,"Cover drops on May 29. Actual flight design hardware of crew Dragon, not a mockup.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/461283368693669888,[],[],0,,False,562,93,429,,None,,,,,,,[],,,, +2360,461279062837968897,461279062837968897,1398812473000.0,2014-04-29 23:01:13,+0000,,Sounds like this might be a good time to unveil the new Dragon Mk 2 spaceship that @SpaceX has been working on w @NASA. No trampoline needed,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/461279062837968897,[],[],0,,False,1695,147,1421,,None,,,,,,,[],,,, +2361,461057260853022720,461055064438628353,1398759591000.0,2014-04-29 08:19:51,+0000,,@micahgtb almost,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461057260853022720,[],[],0,,False,13,0,2,,None,,,,,,,[],,,, +2362,461057152111505408,461055064438628353,1398759565000.0,2014-04-29 08:19:25,+0000,,@constrainedbyc no problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461057152111505408,[],[],0,,False,13,0,2,,None,,,,,,,[],,,, +2363,461055579650129920,461055064438628353,1398759190000.0,2014-04-29 08:13:10,+0000,,@nitroc3ll yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461055579650129920,[],[],0,,False,11,1,2,,None,,,,,,,[],,,, +2364,460975671603634176,460802462589665280,1398740139000.0,2014-04-29 02:55:39,+0000,,@KAlHomoud Superchargers in Canada will go live in 6 to 8 weeks. Update on forums shortly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/460975671603634176,[],[],0,,False,37,6,24,,None,,,,,,,[],,,, +2365,459891514781364224,459891514781364224,1398481656000.0,2014-04-26 03:07:36,+0000,,Letter from @SenJohnMcCain to DoD Inspector General questioning uncompeted space launch contract http://t.co/Bq6raOKSHM,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/459891514781364224,['http://www.mccain.senate.gov/public/index.cfm/press-releases?ID=c6782e97-ca58-47c4-991f-4587c8da1e9d'],[],0,,False,331,62,244,,None,,,,,,,[],,,, +2366,459448693444206592,459448693444206592,1398376079000.0,2014-04-24 21:47:59,+0000,,100th @TeslaMotors Supercharger goes live http://t.co/jgCWF4qxCd,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/459448693444206592,['http://www.teslamotors.com/blog/100-supercharger-stations'],[],0,,False,421,48,332,,None,,,,,,,[],,,, +2367,459443233290866688,459443233290866688,1398374777000.0,2014-04-24 21:26:17,+0000,,FTC blog supports direct car sales as good for consumers http://t.co/FfqvAKVfFF,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/459443233290866688,['http://www.ftc.gov/news-events/blogs/competition-matters/2014/04/who-decides-how-consumers-should-shop'],[],0,,False,312,45,293,,None,,,,,,,[],,,, +2368,457311780943822848,457307742495993856,1397866599000.0,2014-04-19 00:16:39,+0000,,Flight computers continued transmitting for 8 seconds after reaching the water. Stopped when booster went horizontal.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/457311780943822848,[],[],0,,False,613,126,496,,None,,,,,,,[],,,, +2369,457307742495993856,457307742495993856,1397865636000.0,2014-04-19 00:00:36,+0000,,Data upload from tracking plane shows landing in Atlantic was good! Several boats enroute through heavy seas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/457307742495993856,[],[],0,,False,998,173,894,,None,,,,,,,[],,,, +2370,457263446086524930,457259334414503937,1397855075000.0,2014-04-18 21:04:35,+0000,,@MarinaSBlinova Rocket boost stage reaching 0 m/s in one piece :) Will know soon. Odds not high.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/457263446086524930,[],[],0,,False,61,11,33,,None,,,,,,,[],,,, +2371,457259334414503937,457259334414503937,1397854095000.0,2014-04-18 20:48:15,+0000,,"Last known state for rocket boost stage is 360 m/s, Mach 1.1, 8.5 km altitude and roll rate close to zero (v important!)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/457259334414503937,[],[],0,,False,522,79,383,,None,,,,,,,[],,,, +2372,457257359354519552,457257359354519552,1397853624000.0,2014-04-18 20:40:24,+0000,,Orbit insertion and Dragon deploy all good. Falcon reentry burn also good. Waiting for landing data from tracking plane.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/457257359354519552,[],[],0,,False,649,79,478,,None,,,,,,,[],,,, +2373,457235055388020736,457235055388020736,1397848307000.0,2014-04-18 19:11:47,+0000,,Falcon 9-Reusable with (now retired) Grasshopper test rig in background http://t.co/TmYrs5mm79,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/457235055388020736,[],['https://pbs.twimg.com/media/Blhs3D-CUAASuFZ.jpg'],1,https://pbs.twimg.com/media/Blhs3D-CUAASuFZ.jpg,False,554,48,356,,None,,,,,,,[],,,, +2374,457212031062392833,457212031062392833,1397842817000.0,2014-04-18 17:40:17,+0000,,Hexacopter drone vid of 1st F9 rocket booster takeoff & landing w flight design legs http://t.co/FhZX3afK1a,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/457212031062392833,['http://youtu.be/0UjWqQPWmsY'],[],0,,False,776,155,1049,,None,,,,,,,[],,,, +2375,457191844133097472,457188968627310592,1397838004000.0,2014-04-18 16:20:04,+0000,,@erwinEmm Need to make sure precision return from hypersonic velocity works in ocean before transitioning to land,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457191844133097472,[],[],0,,False,33,4,19,,None,,,,,,,[],,,, +2376,457190623640969216,457190623640969216,1397837713000.0,2014-04-18 16:15:13,+0000,,Heavy seas in Atlantic preventing our recovery ship from being on station. Maybe they can help? http://t.co/9zZKAqPh6H,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457190623640969216,['http://theaviationist.com/2014/04/17/russian-tug-off-us/'],[],0,,False,203,44,142,,None,,,,,,,[],,,, +2377,457188968627310592,457188968627310592,1397837318000.0,2014-04-18 16:08:38,+0000,,This is 1st ever orbital rocket launch w landing legs. Will attempt leg deploy & soft landing out to sea.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457188968627310592,[],[],0,,False,556,75,500,,None,,,,,,,[],,,, +2378,457181362307350529,457181362307350529,1397835505000.0,2014-04-18 15:38:25,+0000,,Launch to the Space Station in just under three hours if weather holds http://t.co/aBIV4EWOS2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/457181362307350529,['http://www.spacex.com/webcast/'],[],0,,False,419,74,522,,None,,,,,,,[],,,, +2379,456914811461197824,456914811461197824,1397771954000.0,2014-04-17 21:59:14,+0000,,Honored that @NASA would entrust @SpaceX with the Apollo 11 (first moon landing) launch pad http://t.co/LmqxRwsKFW,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/456914811461197824,['http://www.nasa.gov/press/2014/april/nasa-signs-agreement-with-spacex-for-use-of-historic-launch-pad/#.U1BNuPldVqw'],[],0,,False,918,99,633,,None,,,,,,,[],,,, +2380,453574051487686657,453197377504313345,1396975455000.0,2014-04-08 16:44:15,+0000,,"@elonmusk Also, breakfast at Tesla is self-serve cereal (no distinction for execs) and the person mentioned isn't actually an employee",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/453574051487686657,[],[],0,,False,226,59,83,,None,,,,,,,[],,,, +2381,453571298677907456,453571298677907456,1396974799000.0,2014-04-08 16:33:19,+0000,,"Leasing a Model S takes 5 mins online, no signatures & one tap on car center screen to accept when delivered",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/453571298677907456,[],[],0,,False,766,171,712,,None,,,,,,,[],,,, +2382,453555454187012097,453555454187012097,1396971021000.0,2014-04-08 15:30:21,+0000,,Tesla US business leasing program went live today http://t.co/wCH0GLAEAJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/453555454187012097,['http://teslamotors.com/blog/tesla-business-leasing'],[],0,,False,280,50,250,,None,,,,,,,[],,,, +2383,453206036787523585,453204415458344960,1396887713000.0,2014-04-07 16:21:53,+0000,,"@AKAbrahamson @itsDanielSuarez Yeah, that's worth a read",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/453206036787523585,[],[],0,,False,12,0,4,,None,,,,,,,[],,,, +2384,453204415458344960,453204415458344960,1396887327000.0,2014-04-07 16:15:27,+0000,,What could possibly go wrong? https://t.co/ZhUrllHG95,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/453204415458344960,['https://screen.yahoo.com/wall-street-journal/autonomous-drones-navys-next-weapon-190203507.html'],[],0,,False,355,96,332,,None,,,,,,,[],,,, +2385,453199172389588992,453197245211746304,1396886077000.0,2014-04-07 15:54:37,+0000,,@MarinaSBlinova @MikeJudge @Recode That would definitely help,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453199172389588992,[],[],0,,False,6,0,1,,None,,,,,,,[],,,, +2386,453198648323874816,453197245211746304,1396885952000.0,2014-04-07 15:52:32,+0000,,"@justincooperman @MikeJudge @Recode Yeah, that about sums it up",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453198648323874816,[],[],0,,False,9,1,1,,None,,,,,,,[],,,, +2387,453197377504313345,453197377504313345,1396885649000.0,2014-04-07 15:47:29,+0000,,"Bloomberg article today also has oddly false details. I don't eat breakfast at Tesla and drink coffee, not juice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197377504313345,[],[],0,,False,519,98,285,,None,,,,,,,[],,,, +2388,453197245211746304,453197245211746304,1396885617000.0,2014-04-07 15:46:57,+0000,,"The @MikeJudge show about Silicon Valley missed the mark in some ways, but I didn't hate it, as @Recode reporter claimed",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197245211746304,[],[],0,,False,172,18,103,,None,,,,,,,[],,,, +2389,453197193701507073,453197193701507073,1396885605000.0,2014-04-07 15:46:45,+0000,,Some oddly inaccurate news stories of late ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197193701507073,[],[],0,,False,161,38,62,,None,,,,,,,[],,,, +2390,452535429716135936,452532882628935680,1396727828000.0,2014-04-05 19:57:08,+0000,,@BKuppersmith Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452535429716135936,[],[],0,,False,15,4,1,,None,,,,,,,[],,,, +2391,452535291115352064,432629198662807553,1396727795000.0,2014-04-05 19:56:35,+0000,,"@OlejAndersen Once 5.9 is rolled out to the whole fleet and all looks good, we will roll out 6.0 to owners on our public beta program",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452535291115352064,[],[],0,,False,14,6,2,,None,,,,,,,[],,,, +2392,452534412291211264,432629198662807553,1396727586000.0,2014-04-05 19:53:06,+0000,,"@OlejAndersen Some challenges w 5.9 rollout, as it contains software specially written for car owners in Norway & Belgium",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452534412291211264,[],[],0,,False,14,2,1,,None,,,,,,,[],,,, +2393,452254046024265728,452254046024265728,1396660741000.0,2014-04-05 01:19:01,+0000,,Review of Model S by @BBC_TopGear much appreciated http://t.co/5PmhlfAIVn,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/452254046024265728,['http://www.topgear.com/uk/photos/Maserati-Ghibli-takes-on-Model-S-2014-04-03'],[],0,,False,658,74,460,,None,,,,,,,[],,,, +2394,451094706479308800,451094706479308800,1396384333000.0,2014-04-01 20:32:13,+0000,,Announcing a revolutionary Tesla driving technology http://t.co/8QCmjGpLOR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/451094706479308800,['http://teslamotors.com/blog/pet-driving-cars'],[],0,,False,604,120,652,,None,,,,,,,[],,,, +2395,450692202801688576,450692202801688576,1396288369000.0,2014-03-31 17:52:49,+0000,,Snowed in at Mt. Rushmore @GoParks http://t.co/X6G7CeArPB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/450692202801688576,[],['https://pbs.twimg.com/media/BkEuK6HIEAAPIr_.jpg'],1,https://pbs.twimg.com/media/BkEuK6HIEAAPIr_.jpg,False,472,99,121,,None,,,,,,,[],,,, +2396,450657675978629120,450657675978629120,1396280137000.0,2014-03-31 15:35:37,+0000,,Now having breakfast at ... http://t.co/8tGI3L0iGg,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/450657675978629120,[],['https://pbs.twimg.com/media/BkEOxLWCMAAt9q_.jpg'],1,https://pbs.twimg.com/media/BkEOxLWCMAAt9q_.jpg,False,279,65,61,,None,,,,,,,[],,,, +2397,450651522116767744,450651522116767744,1396278670000.0,2014-03-31 15:11:10,+0000,,Just stayed at the Rocket (yes!) Motel near Mt Rushmore. Sudden blizzard making road trip tricky http://t.co/TRIPC7dKwK,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/450651522116767744,[],['https://pbs.twimg.com/media/BkEJK-0CAAAaL6V.jpg'],1,https://pbs.twimg.com/media/BkEJK-0CAAAaL6V.jpg,False,522,96,139,,None,,,,,,,[],,,, +2398,448466037441179649,448403837242851328,1395757610000.0,2014-03-25 14:26:50,+0000,,@cairnz 80% to 30%,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/448466037441179649,[],[],0,,False,91,11,11,,None,,,,,,,[],,,, +2399,446348496157675522,446310449802670080,1395252748000.0,2014-03-19 18:12:28,+0000,,@FlateFred agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/446348496157675522,[],[],0,,False,26,8,3,,None,,,,,,,[],,,, +2400,445377952402780160,445377952402780160,1395021353000.0,2014-03-17 01:55:53,+0000,,"Russian state TV threatens US with nuclear war, showing missile arc & mushroom cloud images http://t.co/B4ARd2fdb8",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/445377952402780160,['http://news.yahoo.com/state-tv-says-russia-could-turn-us-radioactive-212003397.html'],[],0,,False,362,272,1034,,None,,,,,,,[],,,, +2401,444577717812334592,444577717812334592,1394830562000.0,2014-03-14 20:56:02,+0000,,Regarding Gov. Christie's action to impede direct sales of automobiles in New Jersey http://t.co/v92hjzSKne,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/444577717812334592,['http://www.teslamotors.com/blog/people-new-jersey'],[],0,,False,745,243,1315,,None,,,,,,,[],,,, +2402,444542383099637760,444542383099637760,1394822137000.0,2014-03-14 18:35:37,+0000,,Working on a Model S environmental impact blog this weekend to counteract BS like the @Bloomberg graphite story. Beyond ridiculous...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/444542383099637760,[],[],0,,False,685,169,491,,None,,,,,,,[],,,, +2403,444359579791392769,444357457733632000,1394778554000.0,2014-03-14 06:29:14,+0000,,"@jnags92 Yes, I'm confident that Tesla will do something with them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444359579791392769,[],[],0,,False,59,9,7,,None,,,,,,,[],,,, +2404,444359283736473600,444357457733632000,1394778483000.0,2014-03-14 06:28:03,+0000,,"@TeamAizek Not true. The amount of graphite in our car is small, comes from Japan and is mined in a very clean way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444359283736473600,[],[],0,,False,45,5,17,,None,,,,,,,[],,,, +2405,444358711796985857,444358173881667585,1394778347000.0,2014-03-14 06:25:47,+0000,,"@X4NWO Well, now that Satoshi Nakamoto has been discovered, I guess it is case closed ... :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444358711796985857,[],[],0,,False,212,30,71,,None,,,,,,,[],,,, +2406,444357457733632000,444357457733632000,1394778048000.0,2014-03-14 06:20:48,+0000,,Just discovered a great Tesla ad made by 2 recent college grads. I love it! http://t.co/20dPRD9yrJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444357457733632000,['http://www.youtube.com/watch?v=KKbRAazkiWc'],[],0,,False,1355,191,1362,,None,,,,,,,[],,,, +2407,443406853553152000,443406853553152000,1394551406000.0,2014-03-11 15:23:26,+0000,,New Jersey auto dealers subverting democratic process to try to block Tesla sales http://t.co/PLY97W1oh0,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/443406853553152000,['http://teslamotors.com/blog/defending-innovation-and-consumer-choice-new-jersey'],[],0,,False,465,216,1253,,None,,,,,,,[],,,, +2408,443208657543516160,443194713349181440,1394504153000.0,2014-03-11 02:15:53,+0000,,"Interesting “@om:Physicist proposes a new type of computing at SXSW. Check out orbital computing http://t.co/9tawuy5dMc""",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/443208657543516160,['http://gigaom.com/2014/03/10/physicist-proposes-a-new-type-of-computing-at-sxsw-check-out-orbital-computing/'],[],0,,False,454,32,421,,None,,,,,,,[],,,, +2409,443129698231386112,443127610508185600,1394485327000.0,2014-03-10 21:02:07,+0000,,"@gordon_tindall Yeah, I'm giving a talk for homeless kids at the Union Rescue Mission in LA",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/443129698231386112,[],[],0,,False,33,6,8,,None,,,,,,,[],,,, +2410,441730947835121667,441223153768226816,1394151839000.0,2014-03-07 00:23:59,+0000,,"@TeslaRoadTrip Thanks, I really appreciate your support!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/441730947835121667,[],[],0,,False,39,27,16,,None,,,,,,,[],,,, +2411,441223153768226816,441223153768226816,1394030772000.0,2014-03-05 14:46:12,+0000,,About to testify before Senate against ULA (Lockheed and Boeing) monopoly contract for national security launches,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/441223153768226816,[],[],0,,False,818,179,448,,None,,,,,,,[],,,, +2412,438382707471446016,438382707471446016,1393353556000.0,2014-02-25 18:39:16,+0000,,Model S receives highest customer satisfaction score of any car ever surveyed by Consumer Reports http://t.co/wHF5SUoZJi,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/438382707471446016,['http://www.cnbc.com/id/101444215'],[],0,,False,804,147,964,,None,,,,,,,[],,,, +2413,438378373027360768,438378373027360768,1393352523000.0,2014-02-25 18:22:03,+0000,,All four landing legs now mounted on Falcon 9 http://t.co/5ZNG1NflsG,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/438378373027360768,[],['https://pbs.twimg.com/media/BhVuzreCQAABcUo.jpg'],1,https://pbs.twimg.com/media/BhVuzreCQAABcUo.jpg,False,1012,130,782,,None,,,,,,,[],,,, +2414,437763077753147392,437763077753147392,1393205825000.0,2014-02-24 01:37:05,+0000,,"However, F9 will continue to land in the ocean until we prove precision control from hypersonic thru subsonic regimes",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/437763077753147392,[],[],0,,False,295,79,225,,None,,,,,,,[],,,, +2415,437761896028975104,437761896028975104,1393205543000.0,2014-02-24 01:32:23,+0000,,Mounting landing legs (~60 ft span) to Falcon 9 for next month's Space Station servicing flight http://t.co/zyfazr2BB2,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/437761896028975104,[],['https://pbs.twimg.com/media/BhM-H_4CUAAWcP0.jpg'],1,https://pbs.twimg.com/media/BhM-H_4CUAAWcP0.jpg,False,1084,129,1083,,None,,,,,,,[],,,, +2416,434129460179128320,434129460179128320,1392339503000.0,2014-02-14 00:58:23,+0000,,Welcome back Jade Rabbit! #Yutu http://t.co/5tOmLEJUfG,en,['yutu'],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/434129460179128320,"['http://www.latimes.com/science/sciencenow/la-sci-sn-chinas-lunar-rover-20140213,0,675011.story#axzz2tFffCAfc']",[],0,,False,205,27,159,,None,,,,,,,[],,,, +2417,433086849507004416,433086849507004416,1392090925000.0,2014-02-11 03:55:25,+0000,,Auto dealers trying to pass a law to enforce their monopoly in Ohio & prevent consumer choice... http://t.co/VQdMAZqGwR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/433086849507004416,['http://www.cleveland.com/open/index.ssf/2014/02/auto_dealers_push_legislation.html'],[],0,,False,305,192,617,,None,,,,,,,[],,,, +2418,432629198662807553,432629198662807553,1391981813000.0,2014-02-09 21:36:53,+0000,,"Tesla V6 software upload coming soon. Need to make sure it is ""awesome"" - Lord Business",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/432629198662807553,[],[],0,,False,544,150,351,,None,,,,,,,[],,,, +2419,432395496972238848,432395496972238848,1391926094000.0,2014-02-09 06:08:14,+0000,,"Saw The Lego Movie earlier today. Brilliant writing and humor! Loved the ""Everything is awesome..."" theme song.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/432395496972238848,[],[],0,,False,930,113,584,,None,,,,,,,[],,,, +2420,431848580710555648,431848580710555648,1391795699000.0,2014-02-07 17:54:59,+0000,,"Value is holding up ""Tesla car is worth more used than new | MNN - http://t.co/NLLdo1jBzM""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/431848580710555648,['http://www.mnn.com/green-tech/transportation/blogs/huh-tesla-car-is-worth-more-used-than-new'],[],0,,False,449,86,512,,None,,,,,,,[],,,, +2421,429979489922461696,429979489922461696,1391350073000.0,2014-02-02 14:07:53,+0000,,Tesla LA to NY Supercharger rally just completed in 76 hours across northern route in dead of winter thru heavy snow!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/429979489922461696,[],[],0,,False,1094,220,1194,,None,,,,,,,[],,,, +2422,428789050925785088,428789050925785088,1391066250000.0,2014-01-30 07:17:30,+0000,,Tesla cars are now in all 50 US states (map credit Edmunds)! http://t.co/ehq2Muu5cr,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/428789050925785088,[],['https://pbs.twimg.com/media/BfNdXrOCMAAGdxk.jpg'],1,https://pbs.twimg.com/media/BfNdXrOCMAAGdxk.jpg,False,1172,249,1087,,None,,,,,,,[],,,, +2423,427372940603437056,427372940603437056,1390728623000.0,2014-01-26 09:30:23,+0000,,"Two teams from Tesla aiming to set a cross-country EV speed record this week. Departing Fri from LA, arriving Sun in NY.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427372940603437056,[],[],0,,False,335,97,375,,None,,,,,,,[],,,, +2424,427372102820573184,427372102820573184,1390728424000.0,2014-01-26 09:27:04,+0000,,Will be doing the LA-NY family road trip over Spring Break. Made everyone watch National Lampoon's Vacation as prep.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427372102820573184,[],[],0,,False,694,100,382,,None,,,,,,,[],,,, +2425,427371574451507200,427371574451507200,1390728298000.0,2014-01-26 09:24:58,+0000,,"Tesla Supercharger network now energized from New York to LA, both coast + Texas! Approx 80% of US population covered.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427371574451507200,[],[],0,,False,654,105,859,,None,,,,,,,[],,,, +2426,426454433916940290,426454433916940290,1390509634000.0,2014-01-23 20:40:34,+0000,,Tesla policy is to charge the same price (+ taxes & shipping) everywhere in the world http://t.co/cXOtokcBeG,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/426454433916940290,['http://teslamotors.com/blog/fair-price'],[],0,,False,538,168,543,,None,,,,,,,[],,,, +2427,420353814579802112,420353814579802112,1389055133000.0,2014-01-07 00:38:53,+0000,,Rough cut of Falcon 9 Thaicom flight http://t.co/aC3k4neWie,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/420353814579802112,['http://www.youtube.com/watch?v=-np8yPS8JQQ&feature=youtu.be'],[],0,,False,286,92,291,,None,,,,,,,[],,,, +2428,420330200186880000,420329938294562816,1389049503000.0,2014-01-06 23:05:03,+0000,,@westcoastbill Thanks Bill! Sure is a great start to 2014 :),en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/420330200186880000,[],[],0,,False,14,3,3,,None,,,,,,,[],,,, +2429,420269918005628928,420269918005628928,1389035131000.0,2014-01-06 19:05:31,+0000,,Preparing to launch a Thaicom satellite to geostationary super-sync orbit at 5pm Florida time http://t.co/cEq8TEXeo6,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/420269918005628928,[],['https://pbs.twimg.com/media/BdUZQ4UCEAAb0Vk.png'],1,https://pbs.twimg.com/media/BdUZQ4UCEAAb0Vk.png,False,426,102,392,,None,,,,,,,[],,,, +2430,416314131545739264,416265844633899008,1388091998000.0,2013-12-26 21:06:38,+0000,,"@olajahr @TeslaMotors Ideally, the S should just hold position when it knows that's what you really want",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/416314131545739264,[],[],0,,False,14,31,4,,None,,,,,,,[],,,, +2431,415949158127005698,415904867681460224,1388004981000.0,2013-12-25 20:56:21,+0000,,@bonnienorman @TeslaMotors @TeslaMotorsClub Merry Christmas!,et,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/415949158127005698,[],[],0,,False,12,1,3,,None,,,,,,,[],,,, +2432,414560643983740928,414456595431432192,1387673934000.0,2013-12-22 00:58:54,+0000,,"@simonhackett Yes, definitely needs a huge amount of battery capacity. ~1/3 of energy produced during day must be stored",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/414560643983740928,[],[],0,,False,18,6,11,,None,,,,,,,[],,,, +2433,414456595431432192,414456595431432192,1387649127000.0,2013-12-21 18:05:27,+0000,,This is why I think solar power will be the primary long term solution http://t.co/WNa12OVj5P,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/414456595431432192,['http://www.abb-conversations.com/2013/12/7-impressive-solar-energy-facts-charts/'],[],0,,False,1068,211,1576,,None,,,,,,,[],,,, +2434,414456263087370240,414387939661979649,1387649048000.0,2013-12-21 18:04:08,+0000,,@arcaresenal true,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/414456263087370240,[],[],0,,False,9,0,0,,None,,,,,,,[],,,, +2435,413772104786780160,413772104786780160,1387485931000.0,2013-12-19 20:45:31,+0000,,220 ft tall mobile crane to carry the rocket around in the vertical http://t.co/hgXnpEh8yU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/413772104786780160,[],['https://pbs.twimg.com/media/Bb4DiXTIgAA_Ewq.jpg'],1,https://pbs.twimg.com/media/Bb4DiXTIgAA_Ewq.jpg,False,333,81,213,,None,,,,,,,[],,,, +2436,413751355451265024,413751355451265024,1387480984000.0,2013-12-19 19:23:04,+0000,,SolarCity launches Give Power Foundation http://t.co/Ag63gyLBRP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/413751355451265024,['http://finance.yahoo.com/news/solarcity-launches-power-foundation-tm-180500976.html'],[],0,,False,139,27,145,,None,,,,,,,[],,,, +2437,410447049687961600,410447049687961600,1386693177000.0,2013-12-10 16:32:57,+0000,,Sock monkey of destruction! http://t.co/KqvXWDFmrr,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/410447049687961600,['http://news.yahoo.com/sock-monkey-s-toy-gun-detained-by-tsa-215850875.html'],[],0,,False,127,48,186,,None,,,,,,,[],,,, +2438,408731422136864768,408731422136864768,1386284139000.0,2013-12-05 22:55:39,+0000,,"Rest in peace, Nelson Mandela. A man both good and great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/408731422136864768,[],[],0,,False,671,48,781,,None,,,,,,,[],,,, +2439,408708548009291776,408708548009291776,1386278685000.0,2013-12-05 21:24:45,+0000,,Should mention that the battery cells used for this are 200 Wh/kg vs 250 for Model S. No short term supply constraint.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/408708548009291776,[],[],0,,False,86,49,66,,None,,,,,,,[],,,, +2440,408695108033191936,408695108033191936,1386275481000.0,2013-12-05 20:31:21,+0000,,Solar power w batteries will be the primary (not exclusive) means of sustainable energy production http://t.co/rvXBzQXbsc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/408695108033191936,['http://www.solarcity.com/pressreleases/218/SolarCity-Introduces-Energy-Storage-for-Businesses.aspx'],[],0,,False,290,88,356,,None,,,,,,,[],,,, +2441,408030622708678657,408030622708678657,1386117055000.0,2013-12-04 00:30:55,+0000,,"View of Earth from upper stage rear view camera at 8,000 miles http://t.co/V4tdMUA48X",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/408030622708678657,[],['https://pbs.twimg.com/media/BamdsH0IIAA-W_b.jpg'],1,https://pbs.twimg.com/media/BamdsH0IIAA-W_b.jpg,False,1531,248,1958,,None,,,,,,,[],,,, +2442,408014483551191040,408014483551191040,1386113208000.0,2013-12-03 23:26:48,+0000,,"Restart was good, apogee raised to 80k km (50k miles). Yes!!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/408014483551191040,[],[],0,,False,500,164,321,,None,,,,,,,[],,,, +2443,408008759433502720,408008759433502720,1386111843000.0,2013-12-03 23:04:03,+0000,,"Reached parking orbit. Now coasting towards equator, where the upper stage will, if all goes well, restart to raise apogee",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/408008759433502720,[],[],0,,False,308,73,297,,None,,,,,,,[],,,, +2444,407996645121728513,407996645121728513,1386108955000.0,2013-12-03 22:15:55,+0000,,Live video feed of launch at http://t.co/Oo569cuarz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/407996645121728513,['http://spacex.com/webcast'],[],0,,False,183,108,449,,None,,,,,,,[],,,, +2445,407987488645718016,407987488645718016,1386106771000.0,2013-12-03 21:39:31,+0000,,About an hour away from launch. I'd like to thank @SES_Satellites for taking a chance on @SpaceX. We've given it our all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/407987488645718016,[],[],0,,False,270,90,304,,None,,,,,,,[],,,, +2446,407941040503783424,407940949440856064,1386095697000.0,2013-12-03 18:34:57,+0000,,@toruonu cool :),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/407941040503783424,[],[],0,,False,9,4,1,,None,,,,,,,[],,,, +2447,407910834225295360,407903144383754241,1386088496000.0,2013-12-03 16:34:56,+0000,,@UFrugger10 I agree. Will be restored shortly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/407910834225295360,[],[],0,,False,5,1,2,,None,,,,,,,[],,,, +2448,407718277365121024,407701110053285888,1386042587000.0,2013-12-03 03:49:47,+0000,,"@TierraUniversu It was fixed this weekend, so he should try the test again.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/407718277365121024,[],[],0,,False,8,6,0,,None,,,,,,,[],,,, +2449,407718045151678464,407701110053285888,1386042531000.0,2013-12-03 03:48:51,+0000,,"@TierraUniversu The writer of this article had a problem with his 12V battery, so main pack was constantly charging it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/407718045151678464,[],[],0,,False,8,3,1,,None,,,,,,,[],,,, +2450,407704106544160769,407701110053285888,1386039208000.0,2013-12-03 02:53:28,+0000,,"@TierraUniversu Doesn't sound right. If it is, we certainly need to fix it. Investigating...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/407704106544160769,[],[],0,,False,4,2,0,,None,,,,,,,[],,,, +2451,407636950456078336,407636950456078336,1386023197000.0,2013-12-02 22:26:37,+0000,,"German govt reviews Tesla Model S fires. All due to high speed impacts, no injuries. Concludes: no defects, no recall http://t.co/24iZzOSL3B",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/407636950456078336,['http://www.teslamotors.com/about/press/releases/german-federal-motor-transport-authority-kraftfahrtbundesamt-concludes-review-m'],[],0,,False,448,107,661,,None,,,,,,,[],,,, +2452,407540177289371648,407540177289371648,1386000124000.0,2013-12-02 16:02:04,+0000,,All known rocket anomalies resolved. Will spend another day rechecking to be sure. Launch attempt tmrw eve w Wed as backup.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/407540177289371648,[],[],0,,False,208,55,252,,None,,,,,,,[],,,, +2453,407315762387636224,407315762387636224,1385946619000.0,2013-12-02 01:10:19,+0000,,"The gas generator is a small rocket engine that powers the turbopump, which produces 7000 horsepower & weighs 160 lbs",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/407315762387636224,[],[],0,,False,162,71,134,,None,,,,,,,[],,,, +2454,407313331247398912,407313331247398912,1385946040000.0,2013-12-02 01:00:40,+0000,,Engines are cycling cleanly w ground pneumatics. Replaced gas generator on engine 9 (center) as a precautionary measure.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/407313331247398912,[],[],0,,False,116,34,100,,None,,,,,,,[],,,, +2455,406806983023820800,406806983023820800,1385825317000.0,2013-11-30 15:28:37,+0000,,"Abort was caused by oxygen in ground side TEA-TEB. Upper stage on separate internal circuit, so doesn't face same risk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/406806983023820800,[],[],0,,False,81,45,134,,None,,,,,,,[],,,, +2456,406799700940324864,406799700940324864,1385823581000.0,2013-11-30 14:59:41,+0000,,"Rocket engines are healthy, but cleaning turbopump gas generators will take another day. Aiming for Mon eve launch.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/406799700940324864,[],[],0,,False,212,55,296,,None,,,,,,,[],,,, +2457,406211326282055681,406205904141697024,1385683301000.0,2013-11-29 00:01:41,+0000,,@WilliamShatner Will do. Probably at least a few days. Depends on whether we need to pull the turbopumps.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/406211326282055681,[],[],0,,False,46,29,43,,None,,,,,,,[],,,, +2458,406209289494462464,406209289494462464,1385682816000.0,2013-11-28 23:53:36,+0000,,We called manual abort. Better to be paranoid and wrong. Bringing rocket down to borescope engines ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406209289494462464,[],[],0,,False,316,154,459,,None,,,,,,,[],,,, +2459,406205904141697024,406205904141697024,1385682009000.0,2013-11-28 23:40:09,+0000,,"If launch aborts, we will bring the rocket down for engine inspection, so probably a few days before next attempt",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406205904141697024,[],[],0,,False,123,70,237,,None,,,,,,,[],,,, +2460,406205240040771584,406205240040771584,1385681850000.0,2013-11-28 23:37:30,+0000,,"Increasing helium spin start pressure. Probably <50% chance of passing all aborts, but worth a try. Countdown resuming ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406205240040771584,[],[],0,,False,101,43,169,,None,,,,,,,[],,,, +2461,406194506011525120,406194506011525120,1385679291000.0,2013-11-28 22:54:51,+0000,,Launch aborted by autosequence due to slower than expected thrust ramp. Seems ok on closer inspection. Cycling countdown.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406194506011525120,[],[],0,,False,188,75,420,,None,,,,,,,[],,,, +2462,406187728850944000,406187728850944000,1385677675000.0,2013-11-28 22:27:55,+0000,,Live stream of launch at http://t.co/Oo569cuarz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406187728850944000,['http://spacex.com/webcast'],[],0,,False,144,83,427,,None,,,,,,,[],,,, +2463,406186792409632769,406186792409632769,1385677452000.0,2013-11-28 22:24:12,+0000,,15 mins to liftoff http://t.co/3jDrHRSPQZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406186792409632769,[],['https://pbs.twimg.com/media/BaMQvEqIMAAf86o.jpg'],1,https://pbs.twimg.com/media/BaMQvEqIMAAf86o.jpg,False,491,65,446,,None,,,,,,,[],,,, +2464,405989364322533376,405957164620980225,1385630382000.0,2013-11-28 09:19:42,+0000,,"@lomac92 @WIRED No, almost all fuel/ox is being reserved for SES satellite to give max chance of success",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/405989364322533376,[],[],0,,False,3,7,1,,None,,,,,,,[],,,, +2465,405988869868642304,405988869868642304,1385630264000.0,2013-11-28 09:17:44,+0000,,Model S Owner drives 3121 miles solo from Canada to Mexico http://t.co/8G8l1utgS2,es,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/405988869868642304,['http://www.reddit.com/r/IAmA/comments/1rm0id/i_just_drove_3121_miles_solo_from_mexico_to/'],[],0,,False,267,58,308,,None,,,,,,,[],,,, +2466,405965445628710912,405957164620980225,1385624679000.0,2013-11-28 07:44:39,+0000,,Good description of the launch by @WIRED: http://t.co/QnLhvviEAn,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/405965445628710912,['http://wrd.cm/18pocDF'],[],0,,False,152,33,137,,None,,,,,,,[],,,, +2467,405924331358023680,405918568635580416,1385614876000.0,2013-11-28 05:01:16,+0000,,Don't actually mean to knock Honda -- their cars are solid -- but the park outside (or yr house might burn down) advice was awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/405924331358023680,[],[],0,,False,245,67,202,,None,,,,,,,[],,,, +2468,405922013111676928,405918568635580416,1385614324000.0,2013-11-28 04:52:04,+0000,,"@AdamMKE Model S can seat 5 adults, two kids and has a front trunk for luggage. Might work for you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/405922013111676928,[],[],0,,False,16,6,5,,None,,,,,,,[],,,, +2469,405918568635580416,405918568635580416,1385613503000.0,2013-11-28 04:38:23,+0000,,"...but only if you like your house ""Honda recalls Fit for fire risk, says park it outside http://t.co/tLpZ7HBIdV """,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/405918568635580416,['http://www.usatoday.com/story/money/cars/2013/06/28/honda-fit-fire-risk-recall-power-window/2474023/'],[],0,,False,188,47,245,,None,,,,,,,[],,,, +2470,405134552458620928,405134552458620928,1385426579000.0,2013-11-26 00:42:59,+0000,,"Saw pressure fluctuations on Falcon boost stage liquid oxygen tank. Want to be super careful, so pushing launch to Thurs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/405134552458620928,[],[],0,,False,244,116,295,,None,,,,,,,[],,,, +2471,404755031037317120,404755031037317120,1385336094000.0,2013-11-24 23:34:54,+0000,,At Disney World w kids for traditional prelaunch visit (first good flight was after riding Space Mountain),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/404755031037317120,[],[],0,,False,497,84,134,,None,,,,,,,[],,,, +2472,404073926247972864,404073926247972864,1385173706000.0,2013-11-23 02:28:26,+0000,,Launch can be viewed live from Cape causeways or via http://t.co/soOCggCpN0 webcast around 5:30 local time on Monday,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/404073926247972864,['http://SpaceX.com'],[],0,,False,181,46,209,,None,,,,,,,[],,,, +2473,404067161175379968,404063199227437057,1385172093000.0,2013-11-23 02:01:33,+0000,,@DarkSapiens Easier to make the plane change to equatorial orbit. Done in order to reduce satellite side delta V from 1800 m/s to 1500 m/s.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/404067161175379968,[],[],0,,False,15,10,5,,None,,,,,,,[],,,, +2474,404063199227437057,404063199227437057,1385171148000.0,2013-11-23 01:45:48,+0000,,"Will be toughest mission to date. Requires coast + upper stage restart + going to 80,000 km altitude (~1/4 way to moon).",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/404063199227437057,[],[],0,,False,225,83,237,,None,,,,,,,[],,,, +2475,404059376652005377,404059376652005377,1385170237000.0,2013-11-23 01:30:37,+0000,,Headed to Cape Canaveral tomorrow for first @SpaceX geostationary satellite launch.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/404059376652005377,[],[],0,,False,379,95,328,,None,,,,,,,[],,,, +2476,403602986561073152,403602986561073152,1385061425000.0,2013-11-21 19:17:05,+0000,,Tesla Model S Consumer Reports customer satisfaction survey highest of any car on road at 99/100 http://t.co/PpuS01S2KN,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/403602986561073152,['http://insideevs.com/tesla-model-s-tops-consumer-reports-customer-satisfaction-survey-by-scoring-99-out-of-100-points/'],[],0,,False,418,120,667,,None,,,,,,,[],,,, +2477,402850950500474881,402850950500474881,1384882125000.0,2013-11-19 17:28:45,+0000,,Tesla is also extending the Model S warranty to cover any fire damage even if due solely to a driver accident,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/402850950500474881,[],[],0,,False,541,156,761,,None,,,,,,,[],,,, +2478,402836392566202368,402836392566202368,1384878654000.0,2013-11-19 16:30:54,+0000,,What makes this incredibly unjust is that the Model S to date has the best safety record of any car on the road (no injuries or deaths ever),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/402836392566202368,[],[],0,,False,550,245,674,,None,,,,,,,[],,,, +2479,402811201052090368,402811201052090368,1384872648000.0,2013-11-19 14:50:48,+0000,,"Why does a Tesla fire w no injury get more media headlines than 100,000 gas car fires that kill 100s of people per year?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/402811201052090368,[],[],0,,False,1901,1216,3697,,None,,,,,,,[],,,, +2480,402803732632453121,402803732632453121,1384870868000.0,2013-11-19 14:21:08,+0000,,Mission of Tesla http://t.co/UchbT5NZE3,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/402803732632453121,['http://www.teslamotors.com/blog/mission-tesla'],[],0,,False,434,139,672,,None,,,,,,,[],,,, +2481,400776254082666496,400776254082666496,1384387479000.0,2013-11-14 00:04:39,+0000,,SuperDraco rocket engine fired at full thrust w a printed Inconel chamber. Used for Dragon escape & landing http://t.co/HjWEayLlBN,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/400776254082666496,[],['https://pbs.twimg.com/media/BY_X4TPCUAASsuv.jpg'],1,https://pbs.twimg.com/media/BY_X4TPCUAASsuv.jpg,False,507,88,461,,None,,,,,,,[],,,, +2482,400411503742164992,400411503742164992,1384300516000.0,2013-11-12 23:55:16,+0000,,"In other news, George Clooney reports that his iPhone 1 had a bug back in '07",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/400411503742164992,[],[],0,,False,991,218,983,,None,,,,,,,[],,,, +2483,399347799403151360,399347799403151360,1384046909000.0,2013-11-10 01:28:29,+0000,,Model S owner blogs about TN accident http://t.co/93Fz8WEwOU,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/399347799403151360,['http://www.teslamotors.com/blog/model-s-owner-tennessee'],[],0,,False,367,132,703,,None,,,,,,,[],,,, +2484,396712451305000960,396712451305000960,1383418593000.0,2013-11-02 18:56:33,+0000,,"Thanks Woz! ""@stevewoz: Here to pick up my new car! (at @TeslaMotors w/ 2 others)""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/396712451305000960,[],[],0,,False,421,59,341,,None,,,,,,,[],,,, +2485,395562607462981633,395562607462981633,1383144449000.0,2013-10-30 14:47:29,+0000,,Tesla West Coast Supercharger network now energized. Travel from Vancouver to Tijuana in styel! http://t.co/gTvV9egg3K,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/395562607462981633,['http://www.teslamotors.com/about/press/releases/tesla-energizes-west-coast-supercharger-corridor'],[],0,,False,193,63,419,,None,,,,,,,[],,,, +2486,394220043816296448,394220043816296448,1382824357000.0,2013-10-26 21:52:37,+0000,,Giant dog topiary in Bilbao http://t.co/kHdAMvOEMN,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/394220043816296448,[],['https://pbs.twimg.com/media/BXiNCoXCcAEFPon.jpg'],1,https://pbs.twimg.com/media/BXiNCoXCcAEFPon.jpg,False,658,138,260,,None,,,,,,,[],,,, +2487,389113628416172032,389113628416172032,1381606893000.0,2013-10-12 19:41:33,+0000,,"Rocket flight to 744m, hover & return to launch pad (close shot from hexacopter drone) http://t.co/vyJSUbZo2R",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/389113628416172032,['http://youtu.be/9ZDkItO-0a4'],[],0,,False,871,385,1772,,None,,,,,,,[],,,, +2488,386219821685170176,386219821685170176,1380916955000.0,2013-10-04 20:02:35,+0000,,About the Model S fire ... http://t.co/7LSBaNbnyd,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/386219821685170176,['http://www.teslamotors.com/blog/model-s-fire'],[],0,,False,567,295,1207,,None,,,,,,,[],,,, +2489,384437535348248576,384407846349062144,1380492025000.0,2013-09-29 22:00:25,+0000,,"@DebbieViviers @SpaceX Yes, upper stage venting of liquid oxygen created a fast moving fuzzy white sphere in space over SA",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/384437535348248576,[],[],0,,False,11,13,14,,None,,,,,,,[],,,, +2490,384410742675341312,384410742675341312,1380485637000.0,2013-09-29 20:13:57,+0000,,"Between this flight & Grasshopper tests, I think we now have all the pieces of the puzzle to bring the rocket back home.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/384410742675341312,[],[],0,,False,463,133,612,,None,,,,,,,[],,,, +2491,384407846349062144,384407846349062144,1380484947000.0,2013-09-29 20:02:27,+0000,,"Rocket booster relit twice (supersonic retro & landing), but spun up due to aero torque, so fuel centrifuged & we flamed out",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/384407846349062144,[],[],0,,False,161,116,254,,None,,,,,,,[],,,, +2492,384392608350367744,384392608350367744,1380481314000.0,2013-09-29 19:01:54,+0000,,Launch was good. All satellites deployed at the targeted orbit insertion vectors. http://t.co/SUYMH7W9pH,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/384392608350367744,[],['https://pbs.twimg.com/media/BVWjCmQCIAAyaxN.jpg'],1,https://pbs.twimg.com/media/BVWjCmQCIAAyaxN.jpg,False,827,200,1071,,None,,,,,,,[],,,, +2493,384336908949524480,384336908949524480,1380468034000.0,2013-09-29 15:20:34,+0000,,You can watch the launch at http://t.co/2ZSXeqWKvy http://t.co/u5VEUgRu8g,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/384336908949524480,['http://www.spacex.com/webcast/'],['https://pbs.twimg.com/media/BVVwYdvCIAACkZ6.jpg'],1,https://pbs.twimg.com/media/BVVwYdvCIAACkZ6.jpg,False,417,145,774,,None,,,,,,,[],,,, +2494,384335603849895936,384335603849895936,1380467723000.0,2013-09-29 15:15:23,+0000,,"Looks good for a launch attempt today. Upper winds slightly exceed loads in high subsonic regime, but improving.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/384335603849895936,[],[],0,,False,110,41,142,,None,,,,,,,[],,,, +2495,383418900823547904,383418900823547904,1380249164000.0,2013-09-27 02:32:44,+0000,,Water ice on Mars http://t.co/fPz1OF7EXI,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/383418900823547904,['http://gizmodo.com/nasas-curiosity-rover-just-found-water-in-martian-soil-1403908591'],[],0,,False,267,89,619,,None,,,,,,,[],,,, +2496,383338164028317696,383338164028317696,1380229915000.0,2013-09-26 21:11:55,+0000,,Sensible piece on status of climate change by @BadAstronomer http://t.co/Nxm7PX6cpi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/383338164028317696,['http://www.slate.com/blogs/bad_astronomy/2013/09/26/climate_change_denial_james_delingpole_tells_it_like_it_isn_t.html'],[],0,,False,173,41,229,,None,,,,,,,[],,,, +2497,382901196509294592,382901196509294592,1380125733000.0,2013-09-25 16:15:33,+0000,,"Falcon 9 launch window is Sunday and Monday, assuming good weather at Vandenberg Air Force Base",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/382901196509294592,[],[],0,,False,123,80,275,,None,,,,,,,[],,,, +2498,382900449235308544,382900449235308544,1380125555000.0,2013-09-25 16:12:35,+0000,,Good progress harnessing that big fusion reactor in the sky http://t.co/MZR8sQRE5E,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/382900449235308544,['http://www.businessinsider.com/scientists-create-world-record-solar-cell-2013-9'],[],0,,False,200,45,339,,None,,,,,,,[],,,, +2499,380877211919585280,380877211919585280,1379643178000.0,2013-09-20 02:12:58,+0000,,Good Hyperloop feedback from Ansys. Am excited by how much it can be improved by open src contributions! http://t.co/bD0u3roBd0,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/380877211919585280,['http://nbcnews.com/technology/hyperloop-sounds-crazy-simulation-says-it-just-might-work-4B11202787'],[],0,,False,266,81,451,,None,,,,,,,[],,,, +2500,380866647575126016,380866647575126016,1379640659000.0,2013-09-20 01:30:59,+0000,,Completed rocket static fire with all systems green this time. Launch window opens in 10 days http://t.co/rKVBLIk6yq,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/380866647575126016,['http://www.youtube.com/watch?v=VX4LH0wn9Rs&feature=youtu.be'],[],0,,False,181,59,262,,None,,,,,,,[],,,, +2501,380549727537745920,380549727537745920,1379565099000.0,2013-09-19 04:31:39,+0000,,Falcon 9 at sunset http://t.co/CeXSwqjVHP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/380549727537745920,[],['https://pbs.twimg.com/media/BUf79feCMAAc6h4.jpg'],1,https://pbs.twimg.com/media/BUf79feCMAAc6h4.jpg,False,615,126,569,,None,,,,,,,[],,,, +2502,380500718387359744,380500718387359744,1379553415000.0,2013-09-19 01:16:55,+0000,,Am happy to hear that GM plans to develop an affordable 200 mile range electric car. Right target. Hope others do same.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/380500718387359744,[],[],0,,False,467,152,552,,None,,,,,,,[],,,, +2503,380459687050608640,380459687050608640,1379543632000.0,2013-09-18 22:33:52,+0000,,Approach is 360 deg flush mounted tiny cameras + radar (prob not lidar). Lot of software & hardware level image processing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380459687050608640,[],[],0,,False,120,68,124,,None,,,,,,,[],,,, +2504,380454034659753984,380454034659753984,1379542285000.0,2013-09-18 22:11:25,+0000,,"Engineers interested in working on autonomous driving, pls email autopilot@teslamotors.com. Team will report directly to me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380454034659753984,[],[],0,,False,722,195,1710,,None,,,,,,,[],,,, +2505,380451200782462976,380451200782462976,1379541609000.0,2013-09-18 22:00:09,+0000,,Intense effort underway at Tesla to develop a practical autopilot system for Model S,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380451200782462976,[],[],0,,False,565,194,944,,None,,,,,,,[],,,, +2506,379171375732105218,379171375732105218,1379236475000.0,2013-09-15 09:14:35,+0000,,"Will do another static fire of rocket to make sure all is good & AF needs to test ICBMs, so probable launch Sept 29/30.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/379171375732105218,[],[],0,,False,116,51,131,,None,,,,,,,[],,,, +2507,378398857358352384,378238912281341954,1379052292000.0,2013-09-13 06:04:52,+0000,,"Full thrust achieved on 2 sec static fire. Some anomalies to be investigated, so launch date tbd.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/378398857358352384,[],[],0,,False,59,40,87,,None,,,,,,,[],,,, +2508,377349811604709376,377349811604709376,1378802180000.0,2013-09-10 08:36:20,+0000,,"Upcoming Falcon 9 demo has a lot of new technology, so the probability of failure is significant http://t.co/PfnGeEaaWq",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/377349811604709376,['http://ow.ly/oJ0W1'],[],0,,False,129,101,245,,None,,,,,,,[],,,, +2509,377325202121580544,377325202121580544,1378796313000.0,2013-09-10 06:58:33,+0000,,First of next gen Falcon 9 rockets rolls out to the launch pad at Vandenberg Air Force Base http://t.co/hNl6zKodvr,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/377325202121580544,[],['https://pbs.twimg.com/media/BTyHRaVCIAAc8Zr.jpg'],1,https://pbs.twimg.com/media/BTyHRaVCIAAc8Zr.jpg,False,561,114,710,,None,,,,,,,[],,,, +2510,377317751880044544,376433459452854272,1378794536000.0,2013-09-10 06:28:56,+0000,,MT “@johnnyhotts: @WIRED Correction: Japan's levitating train hit 361 MPH http://t.co/7jrMCf5tBc It will operate at 310”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/377317751880044544,['http://goo.gl/Hkq38h'],[],0,,False,30,21,52,,None,,,,,,,[],,,, +2511,376439054209781761,376439054209781761,1378585039000.0,2013-09-07 20:17:19,+0000,,It is crazy that the proposed California high speed rail only goes 200 mph w avg speed of 130 mph when Japan is 300 mph+,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/376439054209781761,[],[],0,,False,469,274,852,,None,,,,,,,[],,,, +2512,376063728388538368,376063728388538368,1378495554000.0,2013-09-06 19:25:54,+0000,,Video review of Model S vs. Aston Martin Rapide S by @Autocar http://t.co/14cLl20jMP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/376063728388538368,['http://www.autocar.co.uk/car-video/video-tesla-model-s-vs-aston-martin-rapide-s'],[],0,,False,260,112,386,,None,,,,,,,[],,,, +2513,375737311641628672,375737311641628672,1378417730000.0,2013-09-05 21:48:50,+0000,,SpaceX SuperDraco inconel rocket chamber w regen cooling jacket emerges from EOS 3D metal printer http://t.co/Tj284OuAk1,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/375737311641628672,[],['https://pbs.twimg.com/media/BTbjGB3CcAErIwW.jpg'],1,https://pbs.twimg.com/media/BTbjGB3CcAErIwW.jpg,False,633,141,636,,None,,,,,,,[],,,, +2514,375729357366362112,375729357366362112,1378415834000.0,2013-09-05 21:17:14,+0000,,Designing a rocket part w hand gestures & then 3D printing it in a metal superalloy ... http://t.co/h3KoyAb0Lt,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/375729357366362112,['http://www.youtube.com/watch?v=xNqs_S-zEBY&feature=youtu.be'],[],0,,False,1099,395,2243,,None,,,,,,,[],,,, +2515,375156462542000128,375156462542000128,1378279245000.0,2013-09-04 07:20:45,+0000,,Was at Vandenberg today going over the upcoming next gen F9 rocket launch. Some tense days ahead http://t.co/bfXnFt7alm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/375156462542000128,[],['https://pbs.twimg.com/media/BTTS0J5CQAAhQXW.jpg'],1,https://pbs.twimg.com/media/BTTS0J5CQAAhQXW.jpg,False,348,83,236,,None,,,,,,,[],,,, +2516,371098424294133760,371098114964205568,1377311733000.0,2013-08-24 02:35:33,+0000,,@Jon_Favreau Yup. We saw it in the movie and made it real. Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/371098424294133760,[],[],0,,False,321,68,315,,None,,,,,,,[],,,, +2517,371032852101484544,371032852101484544,1377296100000.0,2013-08-23 22:15:00,+0000,,Will post video next week of designing a rocket part with hand gestures & then immediately printing it in titanium,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371032852101484544,[],[],0,,False,1017,438,1749,,None,,,,,,,[],,,, +2518,371030745449369600,371028785476284416,1377295597000.0,2013-08-23 22:06:37,+0000,,"And, uhh no (zillionth person who asked), I am not going to make an IM suit, however design by hand-manipulated hologram is actually useful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371030745449369600,[],[],0,,False,330,114,546,,None,,,,,,,[],,,, +2519,371029699385774083,371028785476284416,1377295348000.0,2013-08-23 22:02:28,+0000,,@brynmooser Reality is the best illusion,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371029699385774083,[],[],0,,False,43,12,31,,None,,,,,,,[],,,, +2520,371028785476284416,371028785476284416,1377295130000.0,2013-08-23 21:58:50,+0000,,We figured out how to design rocket parts just w hand movements through the air (seriously). Now need a high frame rate holograph generator.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/371028785476284416,[],[],0,,False,747,261,1353,,None,,,,,,,[],,,, +2521,369627580166451200,369627580166451200,1376961057000.0,2013-08-20 01:10:57,+0000,,Model S achieves best safety rating of any car ever tested by US govt http://t.co/W1rZ5ceEVX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/369627580166451200,['http://www.teslamotors.com/about/press/releases/tesla-model-s-achieves-best-safety-rating-any-car-ever-tested'],[],0,,False,884,370,2034,,None,,,,,,,[],,,, +2522,368461203317612544,368461203317612544,1376682971000.0,2013-08-16 19:56:11,+0000,,"Same rocket flight, but this time with cows! http://t.co/qhF5JWzyCW",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/368461203317612544,['http://www.youtube.com/watch?v=HXdjxPY2j_0&feature=youtu.be'],[],0,,False,397,194,672,,None,,,,,,,[],,,, +2523,367545423495311360,367545423495311360,1376464632000.0,2013-08-14 07:17:12,+0000,,"Latest rocket test flight: hard lateral deviation, stabilize & hover, rapid descent back to pad http://t.co/Vb7ebiMdNJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/367545423495311360,['http://www.youtube.com/watch?v=2t15vP1PyoA&feature=youtu.be'],[],0,,False,574,275,1146,,None,,,,,,,[],,,, +2524,367028946426019840,367025547852800000,1376341494000.0,2013-08-12 21:04:54,+0000,,"Btw, this is not the very latest version. Will post an updated version with several late arriving corrections in a few hours.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/367028946426019840,[],[],0,,False,165,180,172,,None,,,,,,,[],,,, +2525,367025547852800000,367025547852800000,1376340684000.0,2013-08-12 20:51:24,+0000,,Hyperloop Alpha at http://t.co/ZRTcT2b8bP and http://t.co/7cucKKprPB http://t.co/LYhuRxUntA,nl,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/367025547852800000,"['http://spacex.com/hyperloop', 'http://teslamotors.com/blog/hyperloop']",['https://pbs.twimg.com/media/BRfvyouCYAAWIn0.jpg'],1,https://pbs.twimg.com/media/BRfvyouCYAAWIn0.jpg,False,2443,689,5437,,None,,,,,,,[],,,, +2526,366964441159438337,366964441159438337,1376326115000.0,2013-08-12 16:48:35,+0000,,Pulled all nighter working on Hyperloop (as did others). Hopefully not too many mistakes. Will publish link at 1:30 PDT.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/366964441159438337,[],[],0,,False,1192,343,2365,,None,,,,,,,[],,,, +2527,365141071912640512,365100519741595648,1375891390000.0,2013-08-07 16:03:10,+0000,,Hangout with @richardbranson & me tomorrow at 9am California time http://t.co/0ELMam5wXq,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/365141071912640512,['http://virg.in/UUVZE'],[],0,,False,200,55,205,,None,,,,,,,[],,,, +2528,362836613539176448,362830269708906496,1375341964000.0,2013-08-01 07:26:04,+0000,,“@eirene_inc: “The universe is prob littered w/ the 1-planet graves of cultures which made the sensible economic http://t.co/Bp6592r9bH”,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/362836613539176448,['http://tmblr.co/ZQDhNyr7HKoB'],[],0,,False,272,45,446,,None,,,,,,,[],,,, +2529,361316902804529153,361316902804529153,1374979637000.0,2013-07-28 02:47:17,+0000,,"One of the first Tesla Supercharger stations in Europe is being built in Cinderella, Norway #KatieWoodencloak",en,['katiewoodencloak'],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/361316902804529153,[],[],0,,False,268,152,416,,None,,,,,,,[],,,, +2530,359943337127579649,359750424175185920,1374652153000.0,2013-07-24 07:49:13,+0000,,"Best saying ever “@temochdez: there is a saying in Mexico: ""El miedo no anda en burro"" meaning ""Fear doesn't ride on a donkey""”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/359943337127579649,[],[],0,,False,217,39,315,,None,,,,,,,[],,,, +2531,359750424175185920,359750424175185920,1374606159000.0,2013-07-23 19:02:39,+0000,,"Oh yeah, well Tesla will study a plan to study the GM team that's studying Tesla, so there! http://t.co/Gn41zsaRv8",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/359750424175185920,['http://www.autonews.com/article/20130722/OEM/307229980/tiny-tesla-a-threat-to-gm-akerson-takes-no-chances-assigns-study-team#axzz2ZtetyAIU'],[],0,,False,545,224,824,,None,,,,,,,[],,,, +2532,356818414431506432,356776740409974785,1373907114000.0,2013-07-15 16:51:54,+0000,,@John_Gardi your guess is the closest I've seen anyone guess so far. Pod diameter probably around 2m,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/356818414431506432,[],[],0,,False,37,18,26,,None,,,,,,,[],,,, +2533,356779314043305985,356776740409974785,1373897791000.0,2013-07-15 14:16:31,+0000,,@schadlu I really hate patents unless critical to company survival. Will publish Hyperloop as open source.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356779314043305985,[],[],0,,False,235,38,294,,None,,,,,,,[],,,, +2534,356777845739110400,356767552250195968,1373897441000.0,2013-07-15 14:10:41,+0000,,"@TobiasVdb Yes, it is a purely propulsive landing, but using the huge landing gear A frames as air brakes. Landing prop < 5% of vehicle mass",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356777845739110400,[],[],0,,False,10,4,2,,None,,,,,,,[],,,, +2535,356776740409974785,356776740409974785,1373897178000.0,2013-07-15 14:06:18,+0000,,Will publish Hyperloop alpha design by Aug 12. Critical feedback for improvements would be much appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356776740409974785,[],[],0,,False,1285,526,2534,,None,,,,,,,[],,,, +2536,356771814271234050,356771814271234050,1373896003000.0,2013-07-15 13:46:43,+0000,,Just completed full mission duration firing of next gen Falcon 9 booster. V proud of the boost stage team for overcoming many tough issues.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/356771814271234050,[],[],0,,False,159,47,181,,None,,,,,,,[],,,, +2537,354999620629303296,354997904504655873,1373473479000.0,2013-07-10 16:24:39,+0000,,@BrianDunning @SpaceX New spacesuit almost done. Hoping to unveil by end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/354999620629303296,[],[],0,,False,39,6,29,,None,,,,,,,[],,,, +2538,354986137753890816,354690624051609600,1373470265000.0,2013-07-10 15:31:05,+0000,,So true “@jlgolson: BitTorrent packet goes to a bar and asks for beer. Everyone in the bar who already has a beer gives him a sip.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/354986137753890816,[],[],0,,False,236,42,512,,None,,,,,,,[],,,, +2539,354705218648289281,354690624051609600,1373403288000.0,2013-07-09 20:54:48,+0000,,UDP (yeah you know me) 3X,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/354705218648289281,[],[],0,,False,172,44,84,,None,,,,,,,[],,,, +2540,354690624051609600,354690624051609600,1373399809000.0,2013-07-09 19:56:49,+0000,,"TCP packet walks into a bar & says “I’d like a beer.” Barman replies “You’d like a beer?” “Yes,” replies TCP packet,“I’d like a beer.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/354690624051609600,[],[],0,,False,1270,165,2071,,None,,,,,,,[],,,, +2541,353309492131278848,353309492131278848,1373070521000.0,2013-07-06 00:28:41,+0000,,"Latest vertical landing rocket vid. 325M altitude, hold against wind, land w T/W>1, radar in loop http://t.co/I68Xxpb1EQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/353309492131278848,['http://youtu.be/eGimzB5QM1M'],[],0,,False,667,303,1717,,None,,,,,,,[],,,, +2542,352136446909489153,352136446909489153,1372790845000.0,2013-07-02 18:47:25,+0000,,"Woohoo, Tesla direct sales petition passed the 100k threshold! Thanks a lot to everyone that helped!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/352136446909489153,[],[],0,,False,453,122,571,,None,,,,,,,[],,,, +2543,351262074124505089,351262074124505089,1372582379000.0,2013-06-30 08:52:59,+0000,,"Have been reading about Henry Fielding, who had the most excellent pen name of Captain Hercules Vinegar",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/351262074124505089,[],[],0,,False,84,24,49,,None,,,,,,,[],,,, +2544,351094587105878016,351056745226977280,1372542447000.0,2013-06-29 21:47:27,+0000,,One learns something new every day “@UberFacts: A “Buttload” is an actual measurement of volume - Equal to 126 gallons.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/351094587105878016,[],[],0,,False,259,91,712,,None,,,,,,,[],,,, +2545,350690789925453824,350683252316573698,1372446174000.0,2013-06-28 19:02:54,+0000,,@davidepley Thanks :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/350690789925453824,[],[],0,,False,3,6,0,,None,,,,,,,[],,,, +2546,350690638943109121,350685004151525377,1372446138000.0,2013-06-28 19:02:18,+0000,,"@lougil_ace Taking action. Will be a 7 day grace period for $2500 ext warranty. Neg margin at that price, so must unfortunately raise.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/350690638943109121,[],[],0,,False,5,4,2,,None,,,,,,,[],,,, +2547,350666408985767937,350666408985767937,1372440361000.0,2013-06-28 17:26:01,+0000,,Please support the White House petition to allow direct sales of cars to consumers in all states http://t.co/nHrH69MD3W,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/350666408985767937,['http://wh.gov/llpAp'],[],0,,False,212,108,890,,None,,,,,,,[],,,, +2548,349582778318336001,349548170772094977,1372182003000.0,2013-06-25 17:40:03,+0000,,"@arthurblake Turning recirc off, windows closed and the right film on rear glass usually works. Am asking HVAC engineering to investigate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/349582778318336001,[],[],0,,False,9,3,2,,None,,,,,,,[],,,, +2549,349556671447699456,349548170772094977,1372175779000.0,2013-06-25 15:56:19,+0000,,@arthurblake Tesla service can do coating or can be done by any auto glass coating company. My car is done on side & rear,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/349556671447699456,[],[],0,,False,5,3,1,,None,,,,,,,[],,,, +2550,349556116881022976,349548170772094977,1372175647000.0,2013-06-25 15:54:07,+0000,,"@arthurblake Turn off AC recirc, so that cool air flows out thru rear vents & get IR coating on rear glass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/349556116881022976,[],[],0,,False,4,4,0,,None,,,,,,,[],,,, +2551,349034068849094656,349029927955345408,1372051181000.0,2013-06-24 05:19:41,+0000,,@justinchace will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/349034068849094656,[],[],0,,False,4,3,0,,None,,,,,,,[],,,, +2552,348116700983607296,348112948230774784,1371832463000.0,2013-06-21 16:34:23,+0000,,"@LisaRoutel The NY auto dealers lost in court, so now they are funding a bill in NY legislature to block Tesla",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/348116700983607296,[],[],0,,False,5,2,15,,None,,,,,,,[],,,, +2553,347973928377004032,347973928377004032,1371798424000.0,2013-06-21 07:07:04,+0000,,"Tesla pack swap vid still being edited (multiple camera angles). In meantime, this article contains a vid http://t.co/lyzJy4k8Eu",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/347973928377004032,['http://techcrunch.com/2013/06/20/tesla-shows-off-a-90-second-battery-swap-system-wants-it-at-supercharging-stations-by-years-end/'],[],0,,False,110,77,195,,None,,,,,,,[],,,, +2554,347617421500243968,347617421500243968,1371713426000.0,2013-06-20 07:30:26,+0000,,Tomorrow night: fastest gas pump in LA vs Tesla battery pack swap http://t.co/QgZzggjIkq,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/347617421500243968,[],['https://pbs.twimg.com/media/BNL8M_6CYAAAnGj.jpg'],1,https://pbs.twimg.com/media/BNL8M_6CYAAAnGj.jpg,False,334,109,425,,None,,,,,,,[],,,, +2555,347264432063258624,347264432063258624,1371629267000.0,2013-06-19 08:07:47,+0000,,Partial recall of Model S http://t.co/uDZ1f3RnjV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/347264432063258624,['http://www.teslamotors.com/blog/partial-recall'],[],0,,False,90,130,117,,None,,,,,,,[],,,, +2556,347082201596321794,347082201596321794,1371585819000.0,2013-06-18 20:03:39,+0000,,"Battery pack swap works with all Tesla Model S cars, past and present. It was always there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/347082201596321794,[],[],0,,False,157,88,266,,None,,,,,,,[],,,, +2557,347005150860283905,346895679471357952,1371567449000.0,2013-06-18 14:57:29,+0000,,"@zatulsky Shai actually got the idea from a visit to Tesla. The idea is obvious (many things allow battery swap), but the technology is not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/347005150860283905,[],[],0,,False,21,11,16,,None,,,,,,,[],,,, +2558,346896666055569408,346895679471357952,1371541584000.0,2013-06-18 07:46:24,+0000,,"Video of battery pack swap will be posted to the Tesla website around 9:30pm, so those attending will see this first.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/346896666055569408,[],[],0,,False,72,37,126,,None,,,,,,,[],,,, +2559,346895679471357952,346895679471357952,1371541349000.0,2013-06-18 07:42:29,+0000,,Live pack swap demo on Thurs night at 8pm California time at our design studio in Hawthorne. Seeing is believing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/346895679471357952,[],[],0,,False,117,82,275,,None,,,,,,,[],,,, +2560,344839352578363392,344705055880007680,1371051083000.0,2013-06-12 15:31:23,+0000,,Battery storage of solar power needed for night operation & to buffer grid during day. Beta projects are going well.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/344839352578363392,[],[],0,,False,110,83,130,,None,,,,,,,[],,,, +2561,344705055880007680,344705055880007680,1371019064000.0,2013-06-12 06:37:44,+0000,,"A long way to go before most power generation is solar, but the second derivative bodes well http://t.co/Af1c9xmyjn",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/344705055880007680,['http://mobile.bloomberg.com/news/2013-06-11/u-s-solar-installations-climb-33-led-by-california.html?cmpid=yhoo'],[],0,,False,139,71,181,,None,,,,,,,[],,,, +2562,344015395067408385,344015395067408385,1370854636000.0,2013-06-10 08:57:16,+0000,,1st long duration firing of the new generation Falcon 9 rocket ~1.5 million pounds of vac thrust http://t.co/iGZadNVF7w,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/344015395067408385,['http://youtu.be/CgIghRD4-ao'],[],0,,False,156,65,248,,None,,,,,,,[],,,, +2563,343446166043766784,343443647435534336,1370718921000.0,2013-06-08 19:15:21,+0000,,@mcrsqr True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/343446166043766784,[],[],0,,False,9,3,0,,None,,,,,,,[],,,, +2564,343443647435534336,343443647435534336,1370718321000.0,2013-06-08 19:05:21,+0000,,We need more women in aerospace like Gwynne! http://t.co/bTl7t5nWZx,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/343443647435534336,"['http://www.latimes.com/business/la-fi-himi-spacex-20130609,0,2428179.story']",[],0,,False,183,68,227,,None,,,,,,,[],,,, +2565,342664071042187264,342664071042187264,1370532455000.0,2013-06-06 15:27:35,+0000,,Easier said than done. There is a lot of pressure from investors. It is hard not to feel super bad if u don't make ur qtr.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342664071042187264,[],[],0,,False,77,38,53,,None,,,,,,,[],,,, +2566,342662893461983232,342566837852200960,1370532174000.0,2013-06-06 15:22:54,+0000,,"Mars requires developing complex technology over a decade+, but market cares about next 3 months. Result would be conflicting priorities.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342662893461983232,[],[],0,,False,201,70,221,,None,,,,,,,[],,,, +2567,342660248328347649,342654181414416385,1370531544000.0,2013-06-06 15:12:24,+0000,,@SQMInc I don't have a publicist,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342660248328347649,[],[],0,,False,27,5,11,,None,,,,,,,[],,,, +2568,342566837852200960,342566837852200960,1370509273000.0,2013-06-06 09:01:13,+0000,,No near term plans to IPO @SpaceX. Only possible in very long term when Mars Colonial Transporter is flying regularly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/342566837852200960,[],[],0,,False,495,162,698,,None,,,,,,,[],,,, +2569,342107352041922560,342107352041922560,1370399723000.0,2013-06-05 02:35:23,+0000,,"Forgot to say one thing at Tesla annual shareholders meeting: just as my money was the first in, it will be the last out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/342107352041922560,[],[],0,,False,3868,298,1477,,None,,,,,,,[],,,, +2570,341688528125689858,341688528125689858,1370299868000.0,2013-06-03 22:51:08,+0000,,Love this image of Dragon docked to the Space Station as it orbits through dark side of Earth http://t.co/kygcsEQNhk,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/341688528125689858,[],['https://pbs.twimg.com/media/BL3r5-8CAAMEvqS.jpg'],1,https://pbs.twimg.com/media/BL3r5-8CAAMEvqS.jpg,False,622,105,575,,None,,,,,,,[],,,, +2571,341462587482963968,341405518566395904,1370245999000.0,2013-06-03 07:53:19,+0000,,Vac thrust of 700 tons means avg of 14 tons/floor of structural steel for a 50 story building.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/341462587482963968,[],[],0,,False,39,22,30,,None,,,,,,,[],,,, +2572,341441460215889920,341405518566395904,1370240962000.0,2013-06-03 06:29:22,+0000,,@williamricci6 50% higher. ~1.3 M lbs sea level and ~1.5 M lbs vacuum thrust. Will be 60% higher with some tweaks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/341441460215889920,[],[],0,,False,13,2,4,,None,,,,,,,[],,,, +2573,341405518566395904,341405518566395904,1370232393000.0,2013-06-03 04:06:33,+0000,,"1st firing of Falcon 9-R advanced prototype rocket. Over 1M lbs thrust, enough to lift skyscraper http://t.co/AUCsWTw77E",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/341405518566395904,[],['https://pbs.twimg.com/media/BLzqgqLCEAAPPg-.jpg'],1,https://pbs.twimg.com/media/BLzqgqLCEAAPPg-.jpg,False,732,173,1098,,None,,,,,,,[],,,, +2574,340177739426435073,340177739426435073,1369939667000.0,2013-05-30 18:47:47,+0000,,Huge expansion of Tesla Supercharger network underway. Will cover LA to NY by end of year http://t.co/MFKjBJzklc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/340177739426435073,['http://www.teslamotors.com/supercharger'],[],0,,False,265,174,560,,None,,,,,,,[],,,, +2575,340043575167430656,340043575167430656,1369907680000.0,2013-05-30 09:54:40,+0000,,Bloomberg TV features debate of @AndreaSJames vs some guy picking his nose http://t.co/n5Iu91Wu1r,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/340043575167430656,['http://www.youtube.com/watch?v=GWBE_qZCLvQ'],[],0,,False,85,66,79,,None,,,,,,,[],,,, +2576,338770339637129216,338357776889823232,1369604117000.0,2013-05-26 21:35:17,+0000,,"@RobertGaristo V much agree. Moreover, there is risk of severe non-linearities in feedback loops causing sudden warming.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/338770339637129216,[],[],0,,False,5,6,5,,None,,,,,,,[],,,, +2577,338504412035158016,338504412035158016,1369540715000.0,2013-05-26 03:58:35,+0000,,You Can Fit A Lot Of Kindergartners In A Tesla Model S - Houston Chronicle http://t.co/iOZPxrx3sa,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/338504412035158016,['http://www.chron.com/technology/businessinsider/article/You-Can-Fit-A-Lot-Of-Kindergartners-In-A-Tesla-4547397.php'],[],0,,False,89,52,132,,None,,,,,,,[],,,, +2578,338402827305119744,338402827305119744,1369516495000.0,2013-05-25 21:14:55,+0000,,"Am thinking of doing a movie ""sequel"" of sorts to Thank You for Smoking. That was bad CO2 for indiv, this for the planet",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/338402827305119744,[],[],0,,False,201,104,123,,None,,,,,,,[],,,, +2579,338399341641342976,338399341641342976,1369515664000.0,2013-05-25 21:01:04,+0000,,Worth reading Merchants of Doubt. Same who tried to deny smoking deaths r denying climate change http://t.co/C6H8HrzS8X,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/338399341641342976,['http://en.wikipedia.org/wiki/Merchants_of_Doubt'],[],0,,False,160,49,168,,None,,,,,,,[],,,, +2580,338394028930392064,338394028930392064,1369514398000.0,2013-05-25 20:39:58,+0000,,"Yeah, climate change should really be considered a centrist issue, as it affects everyone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338394028930392064,[],[],0,,False,91,59,147,,None,,,,,,,[],,,, +2581,338390383434276864,338390383434276864,1369513529000.0,2013-05-25 20:25:29,+0000,,"Am not suggesting shutting down CO2 production, but rather to price in environmental cost & shift to sustainable energy",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338390383434276864,[],[],0,,False,83,67,132,,None,,,,,,,[],,,, +2582,338384388091940864,338383504339505152,1369512099000.0,2013-05-25 20:01:39,+0000,,"Even if the answer is only on the order of 1%, we should still take immediate action, as there is only one atmosphere.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338384388091940864,[],[],0,,False,76,46,78,,None,,,,,,,[],,,, +2583,338383967009009664,338383504339505152,1369511999000.0,2013-05-25 19:59:59,+0000,,Right question to ask Dyson or others: what is probability that human actions could cause catastrophic climate change?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/338383967009009664,[],[],0,,False,35,23,51,,None,,,,,,,[],,,, +2584,338383504339505152,338383504339505152,1369511888000.0,2013-05-25 19:58:08,+0000,,What most serious scientists have a problem with is the notion of certainty about *any* subject. That is not the point.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/338383504339505152,[],[],0,,False,48,30,57,,None,,,,,,,[],,,, +2585,338367123455885312,338357776889823232,1369507983000.0,2013-05-25 18:53:03,+0000,,@kn0xvi11ain Very few. Scientific consensus at time of Columbus was world was round http://t.co/V3XIcob4s8,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338367123455885312,['http://www.amazon.com/gp/aw/d/0307278247/ref=redir_mdp_mobile'],[],0,,False,9,6,3,,None,,,,,,,[],,,, +2586,338360832410939392,338360832410939392,1369506483000.0,2013-05-25 18:28:03,+0000,,"Sorry for all the heavy stuff abt climate change, but I really thought world wd take action sooner. No time for subtlety",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338360832410939392,[],[],0,,False,182,174,155,,None,,,,,,,[],,,, +2587,338359304216256512,338357776889823232,1369506119000.0,2013-05-25 18:21:59,+0000,,@1stHubbleFan @keithwarren Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338359304216256512,[],[],0,,False,6,5,2,,None,,,,,,,[],,,, +2588,338357776889823232,338357776889823232,1369505755000.0,2013-05-25 18:15:55,+0000,,"In reality, 97% of scientists agree that we face serious human generated climate change http://t.co/soQCnJB61B",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338357776889823232,['http://skepticalscience.com/97-percent-consensus-cook-et-al-2013.html'],[],0,,False,165,97,483,,None,,,,,,,[],,,, +2589,338356013583441920,338356013583441920,1369505334000.0,2013-05-25 18:08:54,+0000,,"Climate change deniers claim ""scientists disagree"", same rebuttal used by tobacco industry about lung cancer for decades",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338356013583441920,[],[],0,,False,163,75,466,,None,,,,,,,[],,,, +2590,338199136635604992,338199136635604992,1369467932000.0,2013-05-25 07:45:32,+0000,,"Good article on ""Climate Change"" vs ""Global Warming"" referred by @ForrestTanaka http://t.co/D1s4RJ0qus",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/338199136635604992,['http://www.skepticalscience.com/climate-change-global-warming.htm'],[],0,,False,133,34,137,,None,,,,,,,[],,,, +2591,338135523765919745,338135523765919745,1369452765000.0,2013-05-25 03:32:45,+0000,,"Was beat up pretty badly as a kid & left me w jagged septum. Harder to breathe as I got older, so time to fix.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338135523765919745,[],[],0,,False,132,192,68,,None,,,,,,,[],,,, +2592,338129661307531264,338129661307531264,1369451368000.0,2013-05-25 03:09:28,+0000,,"Had a minor operation, so am in bed in meds. Probably shouldn't be tweeting :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338129661307531264,[],[],0,,False,145,223,58,,None,,,,,,,[],,,, +2593,338127750126764032,338127750126764032,1369450912000.0,2013-05-25 03:01:52,+0000,,Sign of a good design is that it feels and is much bigger on inside than looks on outside,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338127750126764032,[],[],0,,False,159,101,158,,None,,,,,,,[],,,, +2594,338123049465421824,338105497578266625,1369449791000.0,2013-05-25 02:43:11,+0000,,@CosmicRami Awesome. We really need to promote that fact in the US. A CO2 tax will not cause economy to grind to a halt!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338123049465421824,[],[],0,,False,15,5,9,,None,,,,,,,[],,,, +2595,338117807910813696,338117807910813696,1369448541000.0,2013-05-25 02:22:21,+0000,,"Would love to do a pickup truck. Something w ultra low cg for sports car handling, dynamic air suspension & mega torque.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338117807910813696,[],[],0,,False,253,238,213,,None,,,,,,,[],,,, +2596,338115331891556352,338115331891556352,1369447951000.0,2013-05-25 02:12:31,+0000,,"Technically, I ""got rich"" from Zip2 & PayPal w zero govt anything, then put 100% of that into SpaceX, Tesla & SolarCity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338115331891556352,[],[],0,,False,344,93,279,,None,,,,,,,[],,,, +2597,338112989578293248,338112989578293248,1369447393000.0,2013-05-25 02:03:13,+0000,,"If consumption is low, then the tax is proportionately low. We should prob not have tax on basic foods & critical meds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338112989578293248,[],[],0,,False,91,54,89,,None,,,,,,,[],,,, +2598,338110772167184385,338105497578266625,1369446864000.0,2013-05-25 01:54:24,+0000,,"@ponder68 Carbon produced by a @SpaceX rocket flight is roughly equal to one 747 flight. No, we should not be exempt.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338110772167184385,[],[],0,,False,13,5,9,,None,,,,,,,[],,,, +2599,338110231005499394,338110231005499394,1369446735000.0,2013-05-25 01:52:15,+0000,,"Net of gas savings, a Tesla is $550 to $600/month with down payment taken care of by tax credits. Maybe less costly then it first seems.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338110231005499394,[],[],0,,False,89,73,123,,None,,,,,,,[],,,, +2600,338108608430632960,338108608430632960,1369446348000.0,2013-05-25 01:45:48,+0000,,"Yes, am arguing against subsidies and in favor of a tax on the end bad created. Market will then achieve best solution.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338108608430632960,[],[],0,,False,67,41,60,,None,,,,,,,[],,,, +2601,338107634668412928,338107634668412928,1369446116000.0,2013-05-25 01:41:56,+0000,,"Trees are net consumers of CO2, so technically we would pay them money :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338107634668412928,[],[],0,,False,80,45,123,,None,,,,,,,[],,,, +2602,338106902946910208,338106902946910208,1369445942000.0,2013-05-25 01:39:02,+0000,,Exactly. Seems crazy to risk the CO2 chemical experiment when we have to find another solution anyway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338106902946910208,[],[],0,,False,164,21,29,,None,,,,,,,[],,,, +2603,338105723139543040,338105723139543040,1369445660000.0,2013-05-25 01:34:20,+0000,,Big difference between taxing people and taxing purchases (ie consumption). Much better to emphasize the latter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338105723139543040,[],[],0,,False,73,55,112,,None,,,,,,,[],,,, +2604,338104612521385984,338099836404527104,1369445395000.0,2013-05-25 01:29:55,+0000,,@MaxMBerger The collective wisdom of the market is usually (not always) better than the smartest govt regulator.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338104612521385984,[],[],0,,False,13,2,10,,None,,,,,,,[],,,, +2605,338103612943241218,338103612943241218,1369445157000.0,2013-05-25 01:25:57,+0000,,"Me & other private money funded Tesla for first 7 years, got IPO+ govt money for 3, now paid back. Yes, carbon tax would be a better way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338103612943241218,[],[],0,,False,95,42,144,,None,,,,,,,[],,,, +2606,338102635930468352,338098445808201728,1369444924000.0,2013-05-25 01:22:04,+0000,,"@grayj_ There should be a constitutional amendment to redo the tax code every ten years, just like we do a census.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338102635930468352,[],[],0,,False,27,4,18,,None,,,,,,,[],,,, +2607,338101143047639042,338101143047639042,1369444568000.0,2013-05-25 01:16:08,+0000,,"Weight of scientific evidence. Taxes don't ban a purchase, they just increase cost. Am against bans, except in extreme cases.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338101143047639042,[],[],0,,False,36,21,32,,None,,,,,,,[],,,, +2608,338099836404527104,338099836404527104,1369444257000.0,2013-05-25 01:10:57,+0000,,"Exactly. Better to tax known bad thing and incent desired outcome, instead of subsidizing particular solution paths. Let market decide.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338099836404527104,[],[],0,,False,81,33,88,,None,,,,,,,[],,,, +2609,338098445808201728,338098445808201728,1369443925000.0,2013-05-25 01:05:25,+0000,,"Perhaps. I am in favor of fair, simple taxes that are neutral on most things, incent good & disincent bad.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338098445808201728,[],[],0,,False,60,28,49,,None,,,,,,,[],,,, +2610,338097360519442432,338097360519442432,1369443666000.0,2013-05-25 01:01:06,+0000,,"Great article on Tesla-dealer battle by Leilani Munter (@CarbonFreeGirl), who lives in NC http://t.co/pvEmE5pEVN",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338097360519442432,['http://www.huffingtonpost.com/mobileweb/leilani-munter/tesla-north-carolina_b_3327721.html?utm_hp_ref=email_share'],[],0,,False,91,29,170,,None,,,,,,,[],,,, +2611,337908857198235649,337789653233041408,1369398724000.0,2013-05-24 12:32:04,+0000,,@VarunG_ Belief in climate change isn't necessary. Even a small probability of a severe outcome justifies a carbon tax.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/337908857198235649,[],[],0,,False,9,10,7,,None,,,,,,,[],,,, +2612,337884269521281026,337789653233041408,1369392862000.0,2013-05-24 10:54:22,+0000,,@karlbrauer Making rockets,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/337884269521281026,[],[],0,,False,69,6,20,,None,,,,,,,[],,,, +2613,337826546104537088,337817778989981696,1369379099000.0,2013-05-24 07:04:59,+0000,,@tonykatz Don't like having a zillion tweets in the log. Makes it tough to wade through if someone wants to read my tweet history.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/337826546104537088,[],[],0,,False,8,4,0,,None,,,,,,,[],,,, +2614,337795753797898240,337789653233041408,1369371758000.0,2013-05-24 05:02:38,+0000,,"@SapientCapital We created electric cars to help solve the problem, not because we thought it was easy money. Still isn't.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/337795753797898240,[],[],0,,False,29,8,9,,None,,,,,,,[],,,, +2615,337791672295501824,337789653233041408,1369370785000.0,2013-05-24 04:46:25,+0000,,"And, since we will run out of oil anyway, why risk the future of all life on Earth simply to delay sustainable energy?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/337791672295501824,[],[],0,,False,288,139,692,,None,,,,,,,[],,,, +2616,337789653233041408,337789653233041408,1369370303000.0,2013-05-24 04:38:23,+0000,,Those who would deny climate change should ask themselves what happens if they are wrong http://t.co/S7fOIrly6B,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/337789653233041408,['http://thehill.com/blogs/e2-wire/e2-wire/301649-tesla-ceo-musk-reframe-climate-argument'],[],0,,False,195,99,452,,None,,,,,,,[],,,, +2617,337594277666377730,337370738686316544,1369323722000.0,2013-05-23 15:42:02,+0000,,"More importantly, @Chrysler failed to pay back $1.3B. Apart those 2 points, you were totally 1st http://t.co/0P2ZLDl67a",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/337594277666377730,['http://www.detroitnews.com/article/20130522/AUTO0101/305220440/1361/Tesla--Chrysler-spar-over-loan-repayment'],[],0,,False,185,72,214,,None,,,,,,,[],,,, +2618,337592840743968768,337370738686316544,1369323380000.0,2013-05-23 15:36:20,+0000,,"As many have already noted, @Chrysler is a division of Fiat, an Italian company. We specifically said first *US* company.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/337592840743968768,[],[],0,,False,144,48,140,,None,,,,,,,[],,,, +2619,337506956875010048,337506956875010048,1369302903000.0,2013-05-23 09:55:03,+0000,,Interview with @BloombergNews about Tesla and DOE loan gets into some of the details http://t.co/xb0JVoPHNC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/337506956875010048,['http://bloom.bg/16PjlJm'],[],0,,False,88,34,99,,None,,,,,,,[],,,, +2620,337323464241319936,337323464241319936,1369259155000.0,2013-05-22 21:45:55,+0000,,Tesla wired the funds to repay the DOE loan today. Only US car company to have fully repaid govt http://t.co/jxHW9YkvPz,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/337323464241319936,['http://www.teslamotors.com/about/press/releases/tesla-repays-department-energy-loan-nine-years-early'],[],0,,False,734,241,1753,,None,,,,,,,[],,,, +2621,336599845643108354,336596441705349120,1369086631000.0,2013-05-20 21:50:31,+0000,,@Gizmoman0 Physics,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/336599845643108354,[],[],0,,False,23,3,2,,None,,,,,,,[],,,, +2622,336598500156518400,336596441705349120,1369086310000.0,2013-05-20 21:45:10,+0000,,@yes_andre I'm a big fan of ultracapacitors. Was going to do my PhD at Stanford on them. But we need a breakthrough in energy density...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/336598500156518400,[],[],0,,False,124,39,26,,None,,,,,,,[],,,, +2623,336164986172882945,336127391460102145,1368982953000.0,2013-05-19 17:02:33,+0000,,@McBartVolgers @SpaceX High pressure helium pneumatic bolts and pistons. No explosives.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/336164986172882945,[],[],0,,False,7,4,2,,None,,,,,,,[],,,, +2624,335935115274354689,335903656287289344,1368928147000.0,2013-05-19 01:49:07,+0000,,"@xyrth Cool, will get one plus another chicken",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/335935115274354689,[],[],0,,False,10,2,2,,None,,,,,,,[],,,, +2625,335904330374860801,335897870358171648,1368920807000.0,2013-05-18 23:46:47,+0000,,@TalulahRiley You're welcome. It did seem like the chicken of destiny xx,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/335904330374860801,[],[],0,,False,10,1,3,,None,,,,,,,[],,,, +2626,335903656287289344,335903656287289344,1368920647000.0,2013-05-18 23:44:07,+0000,,Petting zoo left a chicken behind at the park. Now we have a pet chicken.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/335903656287289344,[],[],0,,False,221,116,105,,None,,,,,,,[],,,, +2627,334595687041875968,334192141997854720,1368608802000.0,2013-05-15 09:06:42,+0000,,@DanaBrunetti Soon Model S will feature druidic dwarves dancing around a miniature stone henge,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/334595687041875968,[],[],0,,False,48,11,24,,None,,,,,,,[],,,, +2628,334405162489769984,334192141997854720,1368563378000.0,2013-05-14 20:29:38,+0000,,"@DanaBrunetti Well, you see, by making it go to 11, that makes it louder than loud :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/334405162489769984,[],[],0,,False,37,10,7,,None,,,,,,,[],,,, +2629,334372943041798144,334372943041798144,1368555696000.0,2013-05-14 18:21:36,+0000,,Supercharger announcement pushed to next week. Something else this week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/334372943041798144,[],[],0,,False,76,122,112,,None,,,,,,,[],,,, +2630,334035602183962624,334033804303945729,1368475268000.0,2013-05-13 20:01:08,+0000,,"@bryanclarke physics + a broad range of engineering. Worth taking humanities courses too, particularly history.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/334035602183962624,[],[],0,,False,21,7,10,,None,,,,,,,[],,,, +2631,334028716260872192,334025141044535296,1368473626000.0,2013-05-13 19:33:46,+0000,,"@vicorly Yes, usually several times more energy over the course of the year than is needed by the Model S",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028716260872192,[],[],0,,False,9,6,1,,None,,,,,,,[],,,, +2632,334028430779744256,334025141044535296,1368473558000.0,2013-05-13 19:32:38,+0000,,@malkosh we do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028430779744256,[],[],0,,False,5,1,0,,None,,,,,,,[],,,, +2633,334028253159378944,334027664388149249,1368473516000.0,2013-05-13 19:31:56,+0000,,"@itsokayyouknow Harder than that, but it is a software vs hardware change",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028253159378944,[],[],0,,False,5,1,1,,None,,,,,,,[],,,, +2634,334025141044535296,334025141044535296,1368472774000.0,2013-05-13 19:19:34,+0000,,"Btw, vast majority of credit for SolarCity should go to Lyndon & Peter Rive & their awesome team. I'm just a small part.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334025141044535296,[],[],0,,False,64,31,50,,None,,,,,,,[],,,, +2635,333414433802043394,333373448355196928,1368327170000.0,2013-05-12 02:52:50,+0000,,@SeanChin @RaimisJ Over the air upgrade coming in a few months to allow tethering (and other things).,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/333414433802043394,[],[],0,,False,9,5,4,,None,,,,,,,[],,,, +2636,333387477412876288,333387477412876288,1368320743000.0,2013-05-12 01:05:43,+0000,,Improving service and honing manufacturing efficiency are the biggest short term challenges. Not sales constrained.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/333387477412876288,[],[],0,,False,100,55,107,,None,,,,,,,[],,,, +2637,333384944388808704,333373448355196928,1368320139000.0,2013-05-12 00:55:39,+0000,,@annabananastand It can do hands free right now. Being able to text people via voice while driving would be a good feature to add...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333384944388808704,[],[],0,,False,4,7,0,,None,,,,,,,[],,,, +2638,333384295882317825,333379563927257089,1368319984000.0,2013-05-12 00:53:04,+0000,,"@enggirl Mostly water or coffee at home. When I'm out, will have Macallan neat or vodka with something.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333384295882317825,[],[],0,,False,10,5,0,,None,,,,,,,[],,,, +2639,333382427647025154,333373448355196928,1368319539000.0,2013-05-12 00:45:39,+0000,,@danielmarshal15 It can dig up almost anything.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333382427647025154,[],[],0,,False,3,1,0,,None,,,,,,,[],,,, +2640,333382233450741760,333373448355196928,1368319493000.0,2013-05-12 00:44:53,+0000,,"@JasonPolstein Yeah, we don't do a good job of telling people about this feature. Requires hardware unfortunately.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333382233450741760,[],[],0,,False,2,4,0,,None,,,,,,,[],,,, +2641,333381955674587137,333373448355196928,1368319426000.0,2013-05-12 00:43:46,+0000,,"@grimmerkimmer @dpinsen Given the extreme burn, shorts are pushing every possible fear, uncertainty & doubt story http://t.co/LWr3GODxBG",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333381955674587137,['http://www.thestreet.com/story/11919380/1/cramer-wont-wait-for-tesla.html'],[],0,,False,3,3,1,,None,,,,,,,[],,,, +2642,333379008005804032,333373448355196928,1368318724000.0,2013-05-12 00:32:04,+0000,,"@RaimisJ Tesla software knits together Google Voice, Slacker, Gracenote & others and streams over 3G (will be LTE later)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333379008005804032,[],[],0,,False,13,2,3,,None,,,,,,,[],,,, +2643,333376615180562432,333373448355196928,1368318153000.0,2013-05-12 00:22:33,+0000,,"@dpinsen People tell me Cory Johnson is a shill for the shorts. Don't know if true, but he sure behaves that way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333376615180562432,[],[],0,,False,7,7,0,,None,,,,,,,[],,,, +2644,333374189161558016,333373448355196928,1368317575000.0,2013-05-12 00:12:55,+0000,,"Would also recommend the Cheese Shop, Spam or Fish License by Monty Python.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333374189161558016,[],[],0,,False,50,39,28,,None,,,,,,,[],,,, +2645,333373448355196928,333373448355196928,1368317398000.0,2013-05-12 00:09:58,+0000,,"Hold down voice button & say ""Play Amish Paradise by Weird Al Yankovic"". Model S can play almost any song via Internet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333373448355196928,[],[],0,,False,235,81,334,,None,,,,,,,[],,,, +2646,332516849080209409,332516435488280577,1368113169000.0,2013-05-09 15:26:09,+0000,,@realbhuwan Don't forget the mystery announcement. Part 5 of the trilogy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/332516849080209409,[],[],0,,False,13,18,8,,None,,,,,,,[],,,, +2647,332516435488280577,332516435488280577,1368113070000.0,2013-05-09 15:24:30,+0000,,There is a way for the Tesla Model S to be recharged throughout the country faster than you could fill a gas tank.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/332516435488280577,[],[],0,,False,288,349,480,,None,,,,,,,[],,,, +2648,332298579781767168,332282461344124931,1368061129000.0,2013-05-09 00:58:49,+0000,,@HowardReiter Totally agree. Tesla will circle back and do something cool for Roadsters next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/332298579781767168,[],[],0,,False,61,8,4,,None,,,,,,,[],,,, +2649,332287909413650433,332286367151296512,1368058585000.0,2013-05-09 00:16:25,+0000,,@mjasandoval Stay tuned,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/332287909413650433,[],[],0,,False,4,3,1,,None,,,,,,,[],,,, +2650,332282461344124931,332282461344124931,1368057286000.0,2013-05-08 23:54:46,+0000,,"Just want to say thanks to customers & investors that took a chance on Tesla through the long, dark night. We wouldn't be here without you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/332282461344124931,[],[],0,,False,1696,262,592,,None,,,,,,,[],,,, +2651,332270252832460800,332239280099446784,1368054376000.0,2013-05-08 23:06:16,+0000,,@westcoastbill Thanks Bill!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/332270252832460800,[],[],0,,False,4,0,1,,None,,,,,,,[],,,, +2652,331797405840338944,331797405840338944,1367941640000.0,2013-05-07 15:47:20,+0000,,"Am a fan of Larry, Sergey & Google in general, but self-driving cars comments to Bloomberg were just off-the-cuff. No big announcement here",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331797405840338944,[],[],0,,False,50,41,75,,None,,,,,,,[],,,, +2653,331796308631367681,331796308631367681,1367941379000.0,2013-05-07 15:42:59,+0000,,"Tesla priority is electrification of cars, so priority is Model S, Model X, then mass market third gen vehicle & truck",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331796308631367681,[],[],0,,False,191,100,245,,None,,,,,,,[],,,, +2654,331795766937018368,331794886368055296,1367941249000.0,2013-05-07 15:40:49,+0000,,@rebel_sal exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331795766937018368,[],[],0,,False,10,1,0,,None,,,,,,,[],,,, +2655,331794886368055296,331794886368055296,1367941040000.0,2013-05-07 15:37:20,+0000,,"Creating an autopilot for cars at Tesla is an important, but not yet top priority. Still a few years from production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331794886368055296,[],[],0,,False,143,73,167,,None,,,,,,,[],,,, +2656,331792738339127296,331787138880401408,1367940527000.0,2013-05-07 15:28:47,+0000,,@DJFrustration Tested it myself this weekend and was working well. Some songs have licensing prohibiting direct request.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331792738339127296,[],[],0,,False,2,1,0,,None,,,,,,,[],,,, +2657,331490556574326785,331490556574326785,1367868482000.0,2013-05-06 19:28:02,+0000,,"Anyone interested in doing ultra hardcore vehicle engineering at Tesla, please apply!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331490556574326785,[],[],0,,False,146,228,316,,None,,,,,,,[],,,, +2658,331489911842689025,331489911842689025,1367868328000.0,2013-05-06 19:25:28,+0000,,Chris Porritt from Aston Martin just joined as head of vehicle engineering at Tesla http://t.co/MNUIWDxoXt,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331489911842689025,['http://ir.teslamotors.com/releasedetail.cfm?ReleaseID=762317'],[],0,,False,100,36,216,,None,,,,,,,[],,,, +2659,331486802462531584,331470318227054594,1367867587000.0,2013-05-06 19:13:07,+0000,,"@bdcs Yup, it is super far. Moon is basically in our back yard relative to Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331486802462531584,[],[],0,,False,4,2,1,,None,,,,,,,[],,,, +2660,331082832187363329,331067130793558016,1367771273000.0,2013-05-05 16:27:53,+0000,,"@nirdthebird Definitely a lot of potential for geothermal, but depends on well depth. Too expensive in most places.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/331082832187363329,[],[],0,,False,4,3,2,,None,,,,,,,[],,,, +2661,330884627927560192,330880080198893568,1367724017000.0,2013-05-05 03:20:17,+0000,,"@DetlefKroeze Yeah, that probably makes sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/330884627927560192,[],[],0,,False,3,0,0,,None,,,,,,,[],,,, +2662,330877283793530880,330869979480207361,1367722266000.0,2013-05-05 02:51:06,+0000,,@DouglasBullard @teslamotors Most people have never heard of Nikola Tesla. That will hopefully change over time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/330877283793530880,[],[],0,,False,94,38,36,,None,,,,,,,[],,,, +2663,330869907640184832,330869144633348096,1367720507000.0,2013-05-05 02:21:47,+0000,,"@flyguynscc @teslamotors yes, that has been the goal from the beginning",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/330869907640184832,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +2664,330708114854793217,330666017053368320,1367681933000.0,2013-05-04 15:38:53,+0000,,"@fink_justin It can definitely strain relationships, but I loved doing my first company with my brother",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/330708114854793217,[],[],0,,False,7,1,2,,None,,,,,,,[],,,, +2665,330707889729712131,330665496041099266,1367681879000.0,2013-05-04 15:37:59,+0000,,@Vangsgutane Norway rocks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/330707889729712131,[],[],0,,False,6,0,4,,None,,,,,,,[],,,, +2666,330572086668046336,330549800443445248,1367649501000.0,2013-05-04 06:38:21,+0000,,"@WehbyJammin Earnings call next week, then Supercharger week after and then... the mystery announcement/demonstration :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/330572086668046336,[],[],0,,False,10,5,7,,None,,,,,,,[],,,, +2667,330571811358117888,330549011494875136,1367649436000.0,2013-05-04 06:37:16,+0000,,@TeslaTrip you're welcome :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/330571811358117888,[],[],0,,False,2,0,2,,None,,,,,,,[],,,, +2668,330425498406633474,330423003454246912,1367614552000.0,2013-05-03 20:55:52,+0000,,@thebradholt we need a compelling video that convinces TX lawmakers to pass the direct sales law just approved by their committee.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330425498406633474,[],[],0,,False,4,9,1,,None,,,,,,,[],,,, +2669,330424811035705344,330420284685438976,1367614388000.0,2013-05-03 20:53:08,+0000,,@Rocco_TheStreet Guaranteeing the world's best resale value in industry is unprecedented and backed up my other assets. Why isn't that good?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330424811035705344,[],[],0,,False,6,5,1,,None,,,,,,,[],,,, +2670,330423366802632706,330411311525675010,1367614044000.0,2013-05-03 20:47:24,+0000,,"@ChrisCowan_ Chris is great. Took a long time for me to find someone w truly hardcore engineering skills, who fully understood the system.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330423366802632706,[],[],0,,False,5,0,2,,None,,,,,,,[],,,, +2671,330403426003472384,330403426003472384,1367609290000.0,2013-05-03 19:28:10,+0000,,Am getting lots of questions about the big Supercharger announcement. Aiming to do that the week after next.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330403426003472384,[],[],0,,False,63,41,72,,None,,,,,,,[],,,, +2672,330397865337835520,330396427647868929,1367607964000.0,2013-05-03 19:06:04,+0000,,"@stoneymonster Yes, this does put an indirect floor on resale value. Should help all owners.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330397865337835520,[],[],0,,False,2,1,1,,None,,,,,,,[],,,, +2673,330396427647868929,330396427647868929,1367607621000.0,2013-05-03 19:00:21,+0000,,Tesla raises Model S resale value guarantee to highest in auto industry http://t.co/l5LOXtyP33,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330396427647868929,['http://www.teslamotors.com/about/press/releases/tesla-improves-financing-product-best-resale-value-guarantee-and-lower-monthly-'],[],0,,False,62,40,113,,None,,,,,,,[],,,, +2674,330395232564826112,330053450261987328,1367607336000.0,2013-05-03 18:55:36,+0000,,@yatpay Side boosters fall short & center core goes too far + Florida is heavily populated. Landing permission tricky :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330395232564826112,[],[],0,,False,7,4,2,,None,,,,,,,[],,,, +2675,330394570737192960,330017552120033282,1367607178000.0,2013-05-03 18:52:58,+0000,,"@pataneous We can't formally provide a guarantee w/o restating accounting, but I feel confident about the value anyway.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330394570737192960,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +2676,330394051637547010,330053450261987328,1367607054000.0,2013-05-03 18:50:54,+0000,,"@2552nsf Yeah, that is super tricky. Will have to sacrifice a lot of payload to boost back or land on ocean platform.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330394051637547010,[],[],0,,False,3,4,3,,None,,,,,,,[],,,, +2677,330387481616855040,330384351370035200,1367605488000.0,2013-05-03 18:24:48,+0000,,"@rebel_sal Yes, your article (and many others) rightly identified that we made a mistake. New financing is not perfect, but much better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330387481616855040,[],[],0,,False,2,2,1,,None,,,,,,,[],,,, +2678,330364975300358144,330053450261987328,1367600122000.0,2013-05-03 16:55:22,+0000,,"@Alan_Nestos The legs are nested tight against the body of the rocket in flight, so rotate about 120 degrees to deploy",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/330364975300358144,[],[],0,,False,2,2,3,,None,,,,,,,[],,,, +2679,330241115670327296,330239990032396288,1367570592000.0,2013-05-03 08:43:12,+0000,,@darma_setia More likely that pigs will fly over the frozen wastes of Hell. Clarkson doesn't understand technology.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/330241115670327296,[],[],0,,False,27,7,15,,None,,,,,,,[],,,, +2680,330240665483096064,330017552120033282,1367570484000.0,2013-05-03 08:41:24,+0000,,@JSONberland We did a ton of testing until they could handle 4X legally required impact energy. Extremely tough.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/330240665483096064,[],[],0,,False,3,1,1,,None,,,,,,,[],,,, +2681,330054002148515841,330053450261987328,1367525980000.0,2013-05-02 20:19:40,+0000,,@BigBalli High pressure helium. Needs to be ultra light. All 4 legs together (~60 ft span) weigh less than Model S.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/330054002148515841,[],[],0,,False,25,7,10,,None,,,,,,,[],,,, +2682,330053450261987328,330053450261987328,1367525849000.0,2013-05-02 20:17:29,+0000,,"F9R (pronounced F-niner) shows a little leg. Design is a nested, telescoping piston w A frame. http://t.co/H49TSS2CYl",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/330053450261987328,[],['https://pbs.twimg.com/media/BJSV3UQCAAITfKN.jpg'],1,https://pbs.twimg.com/media/BJSV3UQCAAITfKN.jpg,False,205,94,160,,None,,,,,,,[],,,, +2683,330019280206831616,330017552120033282,1367517702000.0,2013-05-02 18:01:42,+0000,,@roulezelectric This is about getting a prior announcement right. Not part 4 yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/330019280206831616,[],[],0,,False,6,4,3,,None,,,,,,,[],,,, +2684,330017552120033282,330017552120033282,1367517290000.0,2013-05-02 17:54:50,+0000,,Time to up the ante (and fix some mistakes). Tesla announcement tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/330017552120033282,[],[],0,,False,103,89,238,,None,,,,,,,[],,,, +2685,329765200590929920,329675294749380608,1367457125000.0,2013-05-02 01:12:05,+0000,,"@astrostephenson We're aiming for late 2015, but NASA needs to have overlapping capability to be safe. Would do the same",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/329765200590929920,[],[],0,,False,6,1,3,,None,,,,,,,[],,,, +2686,329764204716380160,329741175898640384,1367456887000.0,2013-05-02 01:08:07,+0000,,@MelissaMontoyaO Anne's role is launch site engineering. Don't think she has anything against media -- just not her role.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/329764204716380160,[],[],0,,False,3,2,0,,None,,,,,,,[],,,, +2687,329652668547072001,329643547210944513,1367430295000.0,2013-05-01 17:44:55,+0000,,@realbhuwan @teslamotors Cool :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/329652668547072001,[],[],0,,False,5,1,1,,None,,,,,,,[],,,, +2688,329642240353894401,329635272583176192,1367427809000.0,2013-05-01 17:03:29,+0000,,@rebel_sal Just read it. Good piece.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/329642240353894401,[],[],0,,False,6,1,0,,None,,,,,,,[],,,, +2689,329635321824309248,329634717827747843,1367426159000.0,2013-05-01 16:35:59,+0000,,@RealTomLangel Maybe a v long time from now. Paying div is a sign that a company cannot find good ways to spend money.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329635321824309248,[],[],0,,False,6,2,1,,None,,,,,,,[],,,, +2690,329634523744718848,329619173846171651,1367425969000.0,2013-05-01 16:32:49,+0000,,"@wfww Our software is requesting the right song, but Slacker has a bug in their code. Supposed to be fixed by tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329634523744718848,[],[],0,,False,4,3,1,,None,,,,,,,[],,,, +2691,329633910898167808,329562997548793856,1367425823000.0,2013-05-01 16:30:23,+0000,,@eirene_inc @sciam Interesting piece,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329633910898167808,[],[],0,,False,3,1,0,,None,,,,,,,[],,,, +2692,329339716933664770,329339716933664770,1367355682000.0,2013-04-30 21:01:22,+0000,,Auto Dealer Sterling McCall makes the case for Tesla direct sales in Texas http://t.co/JcHETe0d2l,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/329339716933664770,['http://www.chron.com/opinion/outlook/article/Let-s-drive-business-in-Texas-forward-4473447.php'],[],0,,False,40,18,65,,None,,,,,,,[],,,, +2693,329026923932033025,329026923932033025,1367281106000.0,2013-04-30 00:18:26,+0000,,Congrats to @VirginGalactic and @RichardBranson on supersonic test flight!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/329026923932033025,[],[],0,,False,173,25,294,,None,,,,,,,[],,,, +2694,328386732934430720,328386732934430720,1367128473000.0,2013-04-28 05:54:33,+0000,,First test of the Falcon 9-R (reusable) ignition system. Not long now before the hold down fire http://t.co/5r5nJWaNrI,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/328386732934430720,[],['https://pbs.twimg.com/media/BI6p_mXCAAEwKq6.jpg'],1,https://pbs.twimg.com/media/BI6p_mXCAAEwKq6.jpg,False,337,88,427,,None,,,,,,,[],,,, +2695,327594252211200000,327581918222749696,1366939530000.0,2013-04-26 01:25:30,+0000,,"@tcmeggs Am for good public transit in LA, but the pace of that construction makes the 405 look fast.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/327594252211200000,[],[],0,,False,5,3,1,,None,,,,,,,[],,,, +2696,327593152133361665,327583120738099200,1366939268000.0,2013-04-26 01:21:08,+0000,,@tcmeggs This argument is a bit silly. A city will not grow to infinite size just because there isn't traffic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/327593152133361665,[],[],0,,False,6,2,0,,None,,,,,,,[],,,, +2697,327493831283056640,327450627397537792,1366915588000.0,2013-04-25 18:46:28,+0000,,"@NycomWireless @TeslaMotors Cool, thanks for buying our car!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/327493831283056640,[],[],0,,False,6,2,2,,None,,,,,,,[],,,, +2698,327493652274372608,327450627397537792,1366915545000.0,2013-04-25 18:45:45,+0000,,"@Tapp697 Thanks, important clarification. Tesla announcements are always about making product experience better. Market follows eventually.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/327493652274372608,[],[],0,,False,9,3,1,,None,,,,,,,[],,,, +2699,327450627397537792,327450627397537792,1366905287000.0,2013-04-25 15:54:47,+0000,,Announcement of new @TeslaMotors strategy tomorrow. Tesla owners will like this.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327450627397537792,[],[],0,,False,116,98,262,,None,,,,,,,[],,,, +2700,327448476604583936,327447495196147712,1366904775000.0,2013-04-25 15:46:15,+0000,,@wheelseditor Cool. Just read and watched!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327448476604583936,[],[],0,,False,6,4,1,,None,,,,,,,[],,,, +2701,327446760219889665,327446760219889665,1366904365000.0,2013-04-25 15:39:25,+0000,,Seems to be some stormy weather over in Shortville these days,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327446760219889665,[],[],0,,False,300,48,171,,None,,,,,,,[],,,, +2702,326902082504384512,326881319881699329,1366774505000.0,2013-04-24 03:35:05,+0000,,@Rocketrichardp @ct_la Exactly. DMV Comm overruled good recommendation of Hearing Officer.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/326902082504384512,[],[],0,,False,4,3,2,,None,,,,,,,[],,,, +2703,326882270982057984,326828343100076034,1366769781000.0,2013-04-24 02:16:21,+0000,,@Trekker56 @TeslaMotors Please contact DMV Commissioner and Governor. This is not good for the people of Virginia.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/326882270982057984,[],[],0,,False,6,1,3,,None,,,,,,,[],,,, +2704,326828343100076034,326828343100076034,1366756923000.0,2013-04-23 22:42:03,+0000,,"Not all good news. Virginia DMV Commissioner just denied Tesla a dealer license, despite Hearing Officer being in favor.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/326828343100076034,[],[],0,,False,23,118,93,,None,,,,,,,[],,,, +2705,326725362123935745,326500735233712129,1366732371000.0,2013-04-23 15:52:51,+0000,,@In_Sight_Full @juliewestfall we have great neighbors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/326725362123935745,[],[],0,,False,6,2,1,,None,,,,,,,[],,,, +2706,326615354040283136,326500735233712129,1366706143000.0,2013-04-23 08:35:43,+0000,,@TheMilns Try this: http://t.co/UVhBE2uMli,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/326615354040283136,['http://m.youtube.com/#/watch?feature=youtu.be&v=se7_JpbtPwA&desktop_uri=%2Fwatch%3Fv%3Dse7_JpbtPwA%26feature%3Dyoutu.be'],[],0,,False,3,2,4,,None,,,,,,,[],,,, +2707,326532755028602880,326532755028602880,1366686450000.0,2013-04-23 03:07:30,+0000,,Wringing water out of a towel in zero g is way trippy http://t.co/UFLI0MM6Kv via @youtube,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/326532755028602880,['http://www.youtube.com/watch?v=o8TssbmY-GM&sns=tw'],[],0,,False,211,60,451,,None,,,,,,,[],,,, +2708,326520007741808640,326500735233712129,1366683410000.0,2013-04-23 02:16:50,+0000,,@clprenz evolving,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/326520007741808640,[],[],0,,False,3,1,1,,None,,,,,,,[],,,, +2709,326519925386661889,326500735233712129,1366683391000.0,2013-04-23 02:16:31,+0000,,@kirkburgess yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/326519925386661889,[],[],0,,False,9,1,1,,None,,,,,,,[],,,, +2710,326509932797116416,326413387426828288,1366681008000.0,2013-04-23 01:36:48,+0000,,@justinchace Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/326509932797116416,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +2711,326500735233712129,326500735233712129,1366678816000.0,2013-04-23 01:00:16,+0000,,"Grasshopper rocket flies up 250m, holds against wind and lands. Vid taken from our hexacopter http://t.co/LXmMCYDD0e",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/326500735233712129,['http://www.youtube.com/watch?v=NoxiK7K28PU&feature=youtu.be'],[],0,,False,434,232,1165,,None,,,,,,,[],,,, +2712,326155183623118849,326152475205857281,1366596430000.0,2013-04-22 02:07:10,+0000,,@dbhyslop Will post a video of the latest Grasshopper flight tomorrow (taken from the camera on our new hexacopter).,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/326155183623118849,[],[],0,,False,7,6,15,,None,,,,,,,[],,,, +2713,326152872708419585,326152475205857281,1366595879000.0,2013-04-22 01:57:59,+0000,,Now with actual picture :) http://t.co/G6PCiAJmtx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/326152872708419585,[],['https://pbs.twimg.com/media/BIa6T0jCMAArRrA.jpg'],1,https://pbs.twimg.com/media/BIa6T0jCMAArRrA.jpg,False,653,106,507,,None,,,,,,,[],,,, +2714,326152475205857281,326152475205857281,1366595784000.0,2013-04-22 01:56:24,+0000,,Cool picture of Io crossing Jupiter sent to me by @shervin. Would be amazing to visit in person one day.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/326152475205857281,[],[],0,,False,54,31,78,,None,,,,,,,[],,,, +2715,326118739483451392,326096504450334720,1366587741000.0,2013-04-21 23:42:21,+0000,,Congratulations to @OrbitalSciences! “@CNETNews: Orbital's Antares rocket makes successful test flight http://t.co/y7bwdDMGCi”,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/326118739483451392,['http://cnet.co/17QCmKa'],[],0,,False,69,12,124,,None,,,,,,,[],,,, +2716,325011704582901760,324990048523141120,1366323803000.0,2013-04-18 22:23:23,+0000,,@eirene_inc @archforhumanity @AFHDisasterTeam We have a lot of heavy lifting equipment. Will ask my team to send it over.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/325011704582901760,[],[],0,,False,15,6,11,,None,,,,,,,[],,,, +2717,324990048523141120,324990048523141120,1366318640000.0,2013-04-18 20:57:20,+0000,,"Heart goes out to people of central Texas, home of SpaceX TX. All resources at disposal to help in any way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/324990048523141120,[],[],0,,False,134,15,167,,None,,,,,,,[],,,, +2718,324575593796612096,324575593796612096,1366219826000.0,2013-04-17 17:30:26,+0000,,A @WhiteHouse petition to allow direct sales of cars by manufacturers: https://t.co/7h6m89mQmh Please vote here too!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/324575593796612096,['https://petitions.whitehouse.gov/petition/overturn-franchise-laws-limit-auto-manufacturers-selling-their-vehicles-directly-consumers/rlShbLzr'],[],0,,False,99,54,318,,None,,,,,,,[],,,, +2719,324388037117214720,324388037117214720,1366175109000.0,2013-04-17 05:05:09,+0000,,"If you live in Texas and are pro Tesla, please vote in the @MyABJ opinion poll! http://t.co/ozPdw6UzUo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/324388037117214720,['http://www.bizjournals.com/austin/poll/results/11461812'],[],0,,False,41,45,170,,None,,,,,,,[],,,, +2720,322906572814696448,322906572814696448,1365821900000.0,2013-04-13 02:58:20,+0000,,"Interesting... ""Putin unveils $50B drive for Russian space supremacy http://t.co/aK1vYGlYhl"" via @physorg_com",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/322906572814696448,['http://phys.org/news/2013-04-putin-unveils-bn-russian-space.html'],[],0,,False,110,100,200,,None,,,,,,,[],,,, +2721,322416386037141504,322409574248357888,1365705031000.0,2013-04-11 18:30:31,+0000,,@batasrki Stay tuned for a big Supercharger announcement in a few weeks. Definitely have you covered.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322416386037141504,[],[],0,,False,32,8,19,,None,,,,,,,[],,,, +2722,322414424570859520,322409574248357888,1365704563000.0,2013-04-11 18:22:43,+0000,,@JBSiegelMD Thanks! Hearing from constituents is super important to counteract the influence of the dealer lobby.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322414424570859520,[],[],0,,False,23,1,3,,None,,,,,,,[],,,, +2723,322410144409481217,322410144409481217,1365703543000.0,2013-04-11 18:05:43,+0000,,"New York judge states: ""... dealers cannot utilize the Franchised Dealer Act as a means to sue their competitors"". Exactly!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322410144409481217,[],[],0,,False,97,34,104,,None,,,,,,,[],,,, +2724,322409574248357888,322409574248357888,1365703407000.0,2013-04-11 18:03:27,+0000,,"New York judge just ruled in favor Tesla, dismissing the legal attack by auto dealers to prevent direct sales!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322409574248357888,[],[],0,,False,343,118,482,,None,,,,,,,[],,,, +2725,322170049316139009,322170049316139009,1365646300000.0,2013-04-11 02:11:40,+0000,,Yay for democracy! @latimes asks: Should Tesla Motors be able to sell directly to consumers? http://t.co/IhSNht6bgx,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/322170049316139009,"['http://www.latimes.com/business/autos/la-fi-hy-tesla-ceo-takes-dealer-fight-to-texas-says-he-can-sell-more-cars-20130410,0,1676772.story']",[],0,,False,87,64,156,,None,,,,,,,[],,,, +2726,322163054601179136,322154768476823553,1365644632000.0,2013-04-11 01:43:52,+0000,,"@twittelator Yup, you're right",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/322163054601179136,[],[],0,,False,6,2,0,,None,,,,,,,[],,,, +2727,321987888055201793,321987888055201793,1365602869000.0,2013-04-10 14:07:49,+0000,,Just wanted to say thanks to everyone for testifying yesterday in Austin. Will hang around after press conf to thank people in person.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/321987888055201793,[],[],0,,False,48,24,50,,None,,,,,,,[],,,, +2728,321985069235453953,321984409060384768,1365602197000.0,2013-04-10 13:56:37,+0000,,"@derrickgott007 already partly here with rocket development, but will make it a lot bigger with the launch site",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/321985069235453953,[],[],0,,False,5,1,3,,None,,,,,,,[],,,, +2729,321710007223726080,321710007223726080,1365536617000.0,2013-04-09 19:43:37,+0000,,Just had Texas BBQ for lunch in Capitol Building. About to head to House Committee hearing to advocate for Tesla in TX.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/321710007223726080,[],[],0,,False,76,86,41,,None,,,,,,,[],,,, +2730,321637861147426816,321637861147426816,1365519416000.0,2013-04-09 14:56:56,+0000,,In TX to make the case for allowing Tesla to sell cars. Pls come to Capitol Room E2.014 at 1:30! http://t.co/WR3WXE8SFe,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/321637861147426816,['http://www.teslamotors.com/blog/tesla-approach-distributing-and-servicing-cars'],[],0,,False,48,34,140,,None,,,,,,,[],,,, +2731,321440099348934656,321440099348934656,1365472266000.0,2013-04-09 01:51:06,+0000,,Which leads me to my next subject of gun control ... just kidding,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321440099348934656,[],[],0,,False,200,77,65,,None,,,,,,,[],,,, +2732,321438436168974336,321438436168974336,1365471869000.0,2013-04-09 01:44:29,+0000,,No more political comments for me now that I've shot off both my feet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321438436168974336,[],[],0,,False,91,71,49,,None,,,,,,,[],,,, +2733,321434227914727424,321430023296913411,1365470866000.0,2013-04-09 01:27:46,+0000,,"@TaniaPalme When a person dies, the right thing to do is remember the good more than the bad. Not a day for hate (if there is ever such).",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321434227914727424,[],[],0,,False,20,8,10,,None,,,,,,,[],,,, +2734,321430023296913411,321430023296913411,1365469864000.0,2013-04-09 01:11:04,+0000,,"At the risk of losing more ""cool points"", I like Reagan too! However, I also like Obama, Clinton & JFK. Good people on both sides...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321430023296913411,[],[],0,,False,115,45,61,,None,,,,,,,[],,,, +2735,321427493661859840,321423079089766400,1365469260000.0,2013-04-09 01:01:00,+0000,,"@ticeestes Am not trying to accumulate cool points. She was far from perfect, but her actions, on balance, were good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321427493661859840,[],[],0,,False,15,23,3,,None,,,,,,,[],,,, +2736,321425821405429760,321423079089766400,1365468862000.0,2013-04-09 00:54:22,+0000,,"@richardmatthias Her later years are debatable, but her early years are not imo. Britain went from dreary to Great again.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/321425821405429760,[],[],0,,False,12,7,4,,None,,,,,,,[],,,, +2737,321423079089766400,321423079089766400,1365468208000.0,2013-04-09 00:43:28,+0000,,"Always admired Margaret Thatcher -- she was tough, but sensible & fair, much like my English Nana http://t.co/KcXsZGk7fw",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/321423079089766400,['http://www.guardian.co.uk/politics/interactive/2013/apr/08/margaret-thatcher-i-knew'],[],0,,False,144,178,104,,None,,,,,,,[],,,, +2738,321409229565075456,321407591584509952,1365464906000.0,2013-04-08 23:48:26,+0000,,@ryanjoyce88 We went through literally hundreds of variants of red trying to find something original that didn't suck.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321409229565075456,[],[],0,,False,61,3,5,,None,,,,,,,[],,,, +2739,321408906331041793,321407591584509952,1365464829000.0,2013-04-08 23:47:09,+0000,,"@quietlybear Do all the intro courses for mech, EE, aero and physics, then specialize in the one you like most.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321408906331041793,[],[],0,,False,100,3,11,,None,,,,,,,[],,,, +2740,321407591584509952,321407591584509952,1365464516000.0,2013-04-08 23:41:56,+0000,,New Tesla red going down assembly line for the first time. We spent a lot of time on this color! http://t.co/e7twjazWPx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321407591584509952,[],['https://pbs.twimg.com/media/BHXegG0CMAAICXq.jpg'],1,https://pbs.twimg.com/media/BHXegG0CMAAICXq.jpg,False,791,204,389,,None,,,,,,,[],,,, +2741,321342187067543552,321342187067543552,1365448922000.0,2013-04-08 19:22:02,+0000,,"Sarah Palin calls Tesla a loser. Am deeply wounded. http://t.co/eOGT80Ut4L Btw, Model S warranty does cover ""bricking"".",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/321342187067543552,['http://www.rawstory.com/rs/2013/04/07/sarah-palin-echoes-romney-tesla-motors-losers-who-build-bricks/'],[],0,,False,185,323,411,,None,,,,,,,[],,,, +2742,319291625731940352,318118700806983680,1364960030000.0,2013-04-03 03:33:50,+0000,,@DreWeathers Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/319291625731940352,[],[],0,,False,6,8,3,,None,,,,,,,[],,,, +2743,319239040429862912,319239040429862912,1364947493000.0,2013-04-03 00:04:53,+0000,,Great explanation of the @TeslaMotors announcement by @TechCrunch http://t.co/rTHX6LofOE,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/319239040429862912,['http://techcrunch.com/2013/04/02/tesla-motors-partners-with-wells-fargo-and-us-bank-to-finance-model-s-electric-cars/'],[],0,,False,94,50,185,,None,,,,,,,[],,,, +2744,319221613314834432,319213656971804672,1364943338000.0,2013-04-02 22:55:38,+0000,,"@sightalignment Hoping to open the Century City Tesla store this month. It is my neighborhood mall, so I'm there all the time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/319221613314834432,[],[],0,,False,5,1,5,,None,,,,,,,[],,,, +2745,319221229724770305,319209714120544257,1364943246000.0,2013-04-02 22:54:06,+0000,,@fleijerstam @gronnbilnorge We are working hard to make that happen!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/319221229724770305,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +2746,319156297780039680,319153347632439297,1364927765000.0,2013-04-02 18:36:05,+0000,,@BjarteReve Should be late 2014 for US and early 2015 for Europe.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/319156297780039680,[],[],0,,False,5,0,1,,None,,,,,,,[],,,, +2747,319153517111676928,319153347632439297,1364927102000.0,2013-04-02 18:25:02,+0000,,@BjarteReve July!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/319153517111676928,[],[],0,,False,5,2,3,,None,,,,,,,[],,,, +2748,319144496187187202,319144496187187202,1364924951000.0,2013-04-02 17:49:11,+0000,,Am headed to TX next week to thank people personally for supporting Tesla. Please head to SB 1659 @ 8am tomorrow #TeslaTX,en,['teslatx'],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/319144496187187202,[],[],0,,False,46,40,69,,None,,,,,,,[],,,, +2749,319121972212690945,319121972212690945,1364919581000.0,2013-04-02 16:19:41,+0000,,Certainly true that many people believe that Tesla and SpaceX are powered by the #hhgttg Infinite Improbability Drive :),en,['hhgttg'],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/319121972212690945,[],[],0,,False,124,43,144,,None,,,,,,,[],,,, +2750,319119973366784002,319119973366784002,1364919105000.0,2013-04-02 16:11:45,+0000,,Today's Tesla announcement is actually the 2nd in a 5 part trilogy (love Douglas Adams),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/319119973366784002,[],[],0,,False,84,38,106,,None,,,,,,,[],,,, +2751,318888865668681728,318882078945050625,1364864004000.0,2013-04-02 00:53:24,+0000,,@mpauldine You never know ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/318888865668681728,[],[],0,,False,4,2,3,,None,,,,,,,[],,,, +2752,318826190725074944,318586284065054720,1364849062000.0,2013-04-01 20:44:22,+0000,,@stopman Thanks Michael. Beauty of over the air software updates is that the product keeps improving even after you buy it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/318826190725074944,[],[],0,,False,13,2,5,,None,,,,,,,[],,,, +2753,318820033839128576,318586284065054720,1364847594000.0,2013-04-01 20:19:54,+0000,,@jeremys Thanks Jeremy! Good seeing you in LA. Awesome job with Yelp!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/318820033839128576,[],[],0,,False,6,0,1,,None,,,,,,,[],,,, +2754,318588682070269952,318588682070269952,1364792435000.0,2013-04-01 05:00:35,+0000,,"To be clear, Tesla is in California, so it is not April Fool's yet! Also, some may differ, but imo the Tues news is arguably more important.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/318588682070269952,[],[],0,,False,63,50,76,,None,,,,,,,[],,,, +2755,318586284065054720,318586284065054720,1364791863000.0,2013-04-01 04:51:03,+0000,,First profitable Q for Tesla thanks to awesome customers & hard work by a super dedicated team http://t.co/njumz2SDmx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/318586284065054720,['http://www.teslamotors.com/about/press/releases/tesla-model-s-sales-exceed-target'],[],0,,False,302,120,541,,None,,,,,,,[],,,, +2756,318435934246944768,318435934246944768,1364756017000.0,2013-03-31 18:53:37,+0000,,About to do chocolate egg hunt with all the kids. Candy bonanza! Happy Easter!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/318435934246944768,[],[],0,,False,52,22,20,,None,,,,,,,[],,,, +2757,318164425251110912,318151676164988929,1364691284000.0,2013-03-31 00:54:44,+0000,,"Thanks Bob “@BobMetcalfe: Tesla Takes on TX Dealer's Association (MA too) - Repeal anti-competitive dealer laws - http://t.co/qbbBkGkvzC""",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/318164425251110912,['http://bit.ly/169r2Fs'],[],0,,False,18,15,48,,None,,,,,,,[],,,, +2758,318122230758391808,318120401148465154,1364681224000.0,2013-03-30 22:07:04,+0000,,"Sorry, correct link is: http://t.co/yBRQRUKmAE",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/318122230758391808,['http://en.wikipedia.org/wiki/Eighty-third_Texas_Legislature'],[],0,,False,17,11,44,,None,,,,,,,[],,,, +2759,318120401148465154,318120401148465154,1364680788000.0,2013-03-30 21:59:48,+0000,,"If you support Tesla in Texas, please contact your state Senate or House member. Free enterprise! http://t.co/BoaveKd4NZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/318120401148465154,['http://en.wikipedia.org/wiki/Eighty-first_Texas_Legislature'],[],0,,False,44,33,119,,None,,,,,,,[],,,, +2760,318118700806983680,318118700806983680,1364680383000.0,2013-03-30 21:53:03,+0000,,Auto dealers in Texas are trying to stop Tesla. Would appreciate your help in fighting for what's right http://t.co/5T4pH7u5fX,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/318118700806983680,['http://wot.motortrend.com/tesla-takes-on-texas-dealers-association-349795.html#axzz2P3te9cYC'],[],0,,False,93,114,487,,None,,,,,,,[],,,, +2761,317665357819154432,317665357819154432,1364572298000.0,2013-03-29 15:51:38,+0000,,Rocket fairing almost ready for deployment test in vacuum chamber. Man lift on right for scale http://t.co/BLOTThWFvw,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317665357819154432,[],['https://pbs.twimg.com/media/BGiS9bqCEAA1j7I.jpg'],1,https://pbs.twimg.com/media/BGiS9bqCEAA1j7I.jpg,False,211,45,172,,None,,,,,,,[],,,, +2762,317661456751550464,317659286660595712,1364571367000.0,2013-03-29 15:36:07,+0000,,Can't make this stuff up: “@ErneX: hah and that's the name of a fire extinguisher https://t.co/0y4QzzlLkw”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317661456751550464,['https://fireextinguisherdepot.com/fire-extinguishers-1/abc-fire-extinguishers-1/amerex-b456-abc-fire-extinguisher-10-lb-rechargeable-ul-rating-4a-40b-c.html'],[],0,,False,15,7,12,,None,,,,,,,[],,,, +2763,317659286660595712,317659286660595712,1364570850000.0,2013-03-29 15:27:30,+0000,,A123 battery company renames itself B456 after bankruptcy (really).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317659286660595712,[],[],0,,False,120,63,297,,None,,,,,,,[],,,, +2764,316595382622765056,316595382622765056,1364317195000.0,2013-03-26 16:59:55,+0000,,Recovery ship has secured Dragon. Powering down all secondary systems. Cargo looks A ok.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316595382622765056,[],[],0,,False,96,46,165,,None,,,,,,,[],,,, +2765,316588335885856768,316588335885856768,1364315515000.0,2013-03-26 16:31:55,+0000,,Telemetry says main parachutes deployed ... now visually confirmed,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316588335885856768,[],[],0,,False,37,24,74,,None,,,,,,,[],,,, +2766,316588058021609472,316588058021609472,1364315449000.0,2013-03-26 16:30:49,+0000,,Recovery ship just heard the sonic booms from Dragon reentry and has data transmission lock.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316588058021609472,[],[],0,,False,45,7,107,,None,,,,,,,[],,,, +2767,316585896814194688,316585896814194688,1364314934000.0,2013-03-26 16:22:14,+0000,,Dragon deorbit burn was good. All thrusters operating. On target for splashdown.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316585896814194688,[],[],0,,False,59,19,113,,None,,,,,,,[],,,, +2768,316446454963122176,316446454963122176,1364281688000.0,2013-03-26 07:08:08,+0000,,"Future will indeed be rooftop solar + battery pack, w utility company just providing backup power http://t.co/1PlB3xn0Cz",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/316446454963122176,['http://www.fool.com/investing/general/2013/03/25/the-end-of-utilities.aspx'],[],0,,False,218,85,367,,None,,,,,,,[],,,, +2769,316358938419400706,316358938419400706,1364260823000.0,2013-03-26 01:20:23,+0000,,Slight change of date to ensure no end of quarter distractions -- will be Tues next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/316358938419400706,[],[],0,,False,35,39,57,,None,,,,,,,[],,,, +2770,316260319360061440,316260319360061440,1364237310000.0,2013-03-25 18:48:30,+0000,,Really exciting @TeslaMotors announcement coming on Thursday. Am going to put my money where my mouth is in v major way.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/316260319360061440,[],[],0,,False,264,148,710,,None,,,,,,,[],,,, +2771,316229109862776833,316229109862776833,1364229869000.0,2013-03-25 16:44:29,+0000,,"There's crazy, there's batsh*t crazy, then there's North Korea crazy... http://t.co/etJmNZqVD1",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/316229109862776833,['http://news.yahoo.com/blogs/lookout/north-korea-video-propaganda-us-troops-rockets-125355219.html'],[],0,,False,107,44,293,,None,,,,,,,[],,,, +2772,315689366557188096,315675763040989184,1364101184000.0,2013-03-24 04:59:44,+0000,,@MichaelLindahl It will be slightly smaller w fewer features as std. Think Audi A4 or BMW 3 vs Model S being S7 or M5,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/315689366557188096,[],[],0,,False,12,3,4,,None,,,,,,,[],,,, +2773,315688846731902976,315587700063363073,1364101060000.0,2013-03-24 04:57:40,+0000,,@DeanJFalkenberg yep,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/315688846731902976,[],[],0,,False,7,2,1,,None,,,,,,,[],,,, +2774,315609388335366144,315589150801813504,1364082116000.0,2013-03-23 23:41:56,+0000,,@Nezheim @jbmeicher sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/315609388335366144,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +2775,315590420203700224,315589150801813504,1364077594000.0,2013-03-23 22:26:34,+0000,,.@jbmeicher Model S works great in cold. Highest sales/capita are in Norway and we have a ton of customers in Canada.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315590420203700224,[],[],0,,False,23,32,43,,None,,,,,,,[],,,, +2776,315587700063363073,315587700063363073,1364076945000.0,2013-03-23 22:15:45,+0000,,"But when considering savings of gas v electricity, true cost vs gas cars is more like $25k for a v sweet ride",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315587700063363073,[],[],0,,False,37,29,38,,None,,,,,,,[],,,, +2777,315587176597426176,315568818833477633,1364076820000.0,2013-03-23 22:13:40,+0000,,.@benmacy $30k in 2013 $ (ie + inflation) w 200+ mile range w some really cool tech that we can't talk about yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315587176597426176,[],[],0,,False,73,44,78,,None,,,,,,,[],,,, +2778,315583897448632322,315568818833477633,1364076039000.0,2013-03-23 22:00:39,+0000,,".@joshj777 It has always been my dream to produce a low cost, compelling electric car. We are 3 to 4 years away. Wish it could be sooner.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315583897448632322,[],[],0,,False,88,53,149,,None,,,,,,,[],,,, +2779,315571855752851456,315568818833477633,1364073168000.0,2013-03-23 21:12:48,+0000,,@malkosh was this in a test drive car (those are all about to be upgraded) or a current customer car?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/315571855752851456,[],[],0,,False,3,4,1,,None,,,,,,,[],,,, +2780,315568818833477633,315568818833477633,1364072444000.0,2013-03-23 21:00:44,+0000,,Review of Tesla Model S by @RoadandTrack. Good article w minor errors addressed in reader comments http://t.co/qfQDWL96wQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/315568818833477633,['http://www.roadandtrack.com/car-reviews/road-tests/road-test-2013-tesla-model-s'],[],0,,False,81,21,125,,None,,,,,,,[],,,, +2781,315258192949022720,315258192949022720,1363998385000.0,2013-03-23 00:26:25,+0000,,"When Shoemaker-Levy comet hit Jupiter in 94, it made an Earth size hole. We wd be super dead if it actually hit Earth http://t.co/b6IyuLoHIo",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/315258192949022720,['http://en.wikipedia.org/wiki/Comet_Shoemaker%E2%80%93Levy_9'],[],0,,False,84,61,179,,None,,,,,,,[],,,, +2782,315252557884825601,315049449653153792,1363997041000.0,2013-03-23 00:04:01,+0000,,Probably true imo “@bbcscitech: Dinosaur-killing rock 'was a comet' http://t.co/wZhjXrl9NV”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/315252557884825601,['http://bbc.in/15zdItz'],[],0,,False,19,10,23,,None,,,,,,,[],,,, +2783,314262567084249088,314262567084249088,1363761009000.0,2013-03-20 06:30:09,+0000,,My talk at TED with @TEDchris http://t.co/SNOvzWdR0u,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/314262567084249088,['http://on.ted.com/jU8R'],[],0,,False,425,64,390,,None,,,,,,,[],,,, +2784,314179636445712384,314177889245466625,1363741237000.0,2013-03-20 01:00:37,+0000,,"@Anthropic Yeah, Plum Brook Space Power Facility @NASA Glenn Research Center. Help from the Glenn team much appreciated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/314179636445712384,[],[],0,,False,10,0,3,,None,,,,,,,[],,,, +2785,314177889245466625,314177889245466625,1363740820000.0,2013-03-20 00:53:40,+0000,,Testing separation of F9 rocket fairing (can hold a city bus) in world's largest vacuum chamber http://t.co/2zkLi4ON0s,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/314177889245466625,[],['https://pbs.twimg.com/media/BFwvIC0CEAEar_R.jpg'],1,https://pbs.twimg.com/media/BFwvIC0CEAEar_R.jpg,False,268,43,310,,None,,,,,,,[],,,, +2786,313848068900532224,313848068900532224,1363662185000.0,2013-03-19 03:03:05,+0000,,Sharing a metaphysical milkshake with @RainnWilson http://t.co/XPJ0OkGhmX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/313848068900532224,['http://www.youtube.com/watch?v=Ns0IHCj2q-E&feature=youtu.be&a'],[],0,,False,157,37,218,,None,,,,,,,[],,,, +2787,313357288985460740,313354143152607232,1363545174000.0,2013-03-17 18:32:54,+0000,,"@JBSiegelMD Cool, I'm glad you like it!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/313357288985460740,[],[],0,,False,3,0,2,,None,,,,,,,[],,,, +2788,313354143152607232,313354143152607232,1363544424000.0,2013-03-17 18:20:24,+0000,,Craig Venter talks about flu vaccines and the Tesla Model S. Gesundheit! http://t.co/nt2etVUjDq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/313354143152607232,['http://www.medscape.com/viewarticle/780324_2'],[],0,,False,42,17,70,,None,,,,,,,[],,,, +2789,310550326900051969,310550326900051969,1362875942000.0,2013-03-10 00:39:02,+0000,,Using Über to order a Tesla Model S @SXSW with @shervin and @travisk http://t.co/69H47lMjBw,de,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/310550326900051969,[],['https://pbs.twimg.com/media/BE9L4IBCUAAZQUR.jpg'],1,https://pbs.twimg.com/media/BE9L4IBCUAAZQUR.jpg,False,300,49,203,,None,,,,,,,[],,,, +2790,310517571524915200,310517571524915200,1362868132000.0,2013-03-09 22:28:52,+0000,,The Johnny Cash hover slam! http://t.co/9jXiKoo9D1,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/310517571524915200,['http://youtu.be/2Ivr6JF1K-8'],[],0,,False,227,109,409,,None,,,,,,,[],,,, +2791,310478997077258241,310478997077258241,1362858935000.0,2013-03-09 19:55:35,+0000,,Will show Johnny Cash hover slam rocket video for the first time in about 15 mins. Test footage only 36 hrs old. #SXSW,en,['sxsw'],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/310478997077258241,[],[],0,,False,49,46,132,,None,,,,,,,[],,,, +2792,310079304602107904,310079304602107904,1362763641000.0,2013-03-08 17:27:21,+0000,,Check out Model S at Tesla Austin Gallery at The Domain opening today! I will stop by this eve and tomorrow morning.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/310079304602107904,[],[],0,,False,36,33,79,,None,,,,,,,[],,,, +2793,310051925024452608,310047260958416897,1362757114000.0,2013-03-08 15:38:34,+0000,,@sdvillella nice pic!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310051925024452608,[],[],0,,False,8,0,4,,None,,,,,,,[],,,, +2794,310048970342809601,310047260958416897,1362756409000.0,2013-03-08 15:26:49,+0000,,@RebeccaJarvis Not yet. I look forward to giving that a try.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310048970342809601,[],[],0,,False,7,0,1,,None,,,,,,,[],,,, +2795,310047260958416897,310047260958416897,1362756002000.0,2013-03-08 15:20:02,+0000,,Random trivia: my grandfather & great grandfather were both born in Minnesota. I was named after my GGF.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310047260958416897,[],[],0,,False,58,32,32,,None,,,,,,,[],,,, +2796,310046392653582336,310046392653582336,1362755795000.0,2013-03-08 15:16:35,+0000,,Minnesota auto dealers tried to pass legislation to block Tesla stores. Bill was just defeated in Senate. Thanks MN!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310046392653582336,[],[],0,,False,126,75,251,,None,,,,,,,[],,,, +2797,310038397253210113,310036546327834625,1362753888000.0,2013-03-08 14:44:48,+0000,,@Asherlaw SpaceX is expanding launch ops at Canaveral too. Need 2 locations to handle flight rate and avoid weather risk,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310038397253210113,[],[],0,,False,3,3,4,,None,,,,,,,[],,,, +2798,310036546327834625,310036546327834625,1362753447000.0,2013-03-08 14:37:27,+0000,,"Arrived Austin. Talking with TX House about creating an orbital launch complex near Brownsville, then #SXSW keynote tmrw",en,['sxsw'],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310036546327834625,[],[],0,,False,80,61,131,,None,,,,,,,[],,,, +2799,310031964663078913,310027926668197889,1362752355000.0,2013-03-08 14:19:15,+0000,,@navidob Pretty much. Couldn't leave the country of Ibsen without doing something cultural!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310031964663078913,[],[],0,,False,6,2,5,,None,,,,,,,[],,,, +2800,310027926668197889,310027926668197889,1362751392000.0,2013-03-08 14:03:12,+0000,,Saw a play about Stalin in Norwegian. Like watching mimes with emoticons doing Solzhenitsyn. http://t.co/YsWV6IF3QL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310027926668197889,[],['https://pbs.twimg.com/media/BE1wwbgCQAAespx.jpg'],1,https://pbs.twimg.com/media/BE1wwbgCQAAespx.jpg,False,122,30,53,,None,,,,,,,[],,,, +2801,309435481165279233,309435481165279233,1362610142000.0,2013-03-06 22:49:02,+0000,,Am in Oslo to thank the Norwegian customers of @TeslaMotors personally. Highest Model S orders per capita in the world.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/309435481165279233,[],[],0,,False,118,71,206,,None,,,,,,,[],,,, +2802,307958110474104832,307958110474104832,1362257909000.0,2013-03-02 20:58:29,+0000,,Just received #Dragon docking clearance from @NASA. Will begin orbital maneuvers to Space Station at 11pm Pacific time.,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/307958110474104832,[],[],0,,False,147,62,319,,None,,,,,,,[],,,, +2803,307633403195449344,307633403195449344,1362180493000.0,2013-03-01 23:28:13,+0000,,Would also like to thank @USAirForce for allowing us to use their long range comm system for Dragon in free drift.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/307633403195449344,[],[],0,,False,92,29,138,,None,,,,,,,[],,,, +2804,307627922783600640,307627922783600640,1362179186000.0,2013-03-01 23:06:26,+0000,,Just want to say thanks to @NASA for being the world's coolest customer. Looking forward to delivering the goods!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/307627922783600640,[],[],0,,False,239,37,397,,None,,,,,,,[],,,, +2805,307615430154022912,307615430154022912,1362176208000.0,2013-03-01 22:16:48,+0000,,Orbit raising burn successful. Dragon back on track.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/307615430154022912,[],[],0,,False,232,107,618,,None,,,,,,,[],,,, +2806,307597163582590977,307597163582590977,1362171853000.0,2013-03-01 21:04:13,+0000,,Thruster pods one through four are now operating nominally. Preparing to raise orbit. All systems green.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/307597163582590977,[],[],0,,False,242,116,524,,None,,,,,,,[],,,, +2807,307580263637061633,307580263637061633,1362167824000.0,2013-03-01 19:57:04,+0000,,Pods 1 and 4 now online and thrusters engaged. Dragon transitioned from free drift to active control. Yes!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/307580263637061633,[],[],0,,False,267,177,588,,None,,,,,,,[],,,, +2808,307536134215446528,307536134215446528,1362157302000.0,2013-03-01 17:01:42,+0000,,Attempting bring up of thruster pods 2 and 4,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/307536134215446528,[],[],0,,False,50,45,156,,None,,,,,,,[],,,, +2809,307533114035535872,307533114035535872,1362156582000.0,2013-03-01 16:49:42,+0000,,Solar array deployment successful,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307533114035535872,[],[],0,,False,255,145,597,,None,,,,,,,[],,,, +2810,307530281290711042,307530281290711042,1362155907000.0,2013-03-01 16:38:27,+0000,,Thruster pod 3 tank pressure trending positive. Preparing to deploy solar arrays.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307530281290711042,[],[],0,,False,95,35,288,,None,,,,,,,[],,,, +2811,307523715678212096,307523715678212096,1362154341000.0,2013-03-01 16:12:21,+0000,,About to pass over Australia ground station and command inhibit override,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307523715678212096,[],[],0,,False,43,43,191,,None,,,,,,,[],,,, +2812,307521854166417408,307521854166417408,1362153898000.0,2013-03-01 16:04:58,+0000,,Holding on solar array deployment until at least two thruster pods are active,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307521854166417408,[],[],0,,False,49,22,222,,None,,,,,,,[],,,, +2813,307515784610058241,307515784610058241,1362152451000.0,2013-03-01 15:40:51,+0000,,Issue with Dragon thruster pods. System inhibiting three of four from initializing. About to command inhibit override.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/307515784610058241,[],[],0,,False,80,61,568,,None,,,,,,,[],,,, +2814,307513668483047424,307513668483047424,1362151946000.0,2013-03-01 15:32:26,+0000,,Falcon 9 delivered Dragon to its target orbit. All good on the rocket.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/307513668483047424,[],[],0,,False,120,56,302,,None,,,,,,,[],,,, +2815,307502809744551936,307502809744551936,1362149357000.0,2013-03-01 14:49:17,+0000,,T minus 22 mins to launch mission 3 to dock with the Space Station http://t.co/TfGUbZSaL3,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/307502809744551936,[],['https://pbs.twimg.com/media/BER4LR6CMAIlNpU.jpg'],1,https://pbs.twimg.com/media/BER4LR6CMAIlNpU.jpg,False,226,50,402,,None,,,,,,,[],,,, +2816,307406661688127488,307406661688127488,1362126434000.0,2013-03-01 08:27:14,+0000,,Computer glitch found by @SpaceX avionics while bench testing on IM. Couldn't replicate on vehicle. Launch proceeding...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/307406661688127488,[],[],0,,False,45,11,72,,None,,,,,,,[],,,, +2817,307361875782402048,307361875782402048,1362115756000.0,2013-03-01 05:29:16,+0000,,Launch on track for tomorrow morning at 10:10 am Cape Canaveral time,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/307361875782402048,[],[],0,,False,72,51,171,,None,,,,,,,[],,,, +2818,306612536973856768,306591715077271553,1361937100000.0,2013-02-27 03:51:40,+0000,,"@andrewliebchen @_chrissimmons Exactly. Then no need for clean energy subsidies, as externality is priced into mkt behavior",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/306612536973856768,[],[],0,,False,5,7,7,,None,,,,,,,[],,,, +2819,306608592100941824,306591715077271553,1361936159000.0,2013-02-27 03:35:59,+0000,,"@_ChrisSimmons A carbon tax would affect coal even more than gasoline, so electricity would also become more expensive",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/306608592100941824,[],[],0,,False,3,1,3,,None,,,,,,,[],,,, +2820,306591715077271553,306591715077271553,1361932135000.0,2013-02-27 02:28:55,+0000,,"One often hears that there is no point in a US carbon tax unless China acts. Well, they just did http://t.co/SIp9NzkulK",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/306591715077271553,['http://slate.me/ZGAPVz'],[],0,,False,152,51,526,,None,,,,,,,[],,,, +2821,306193893890863104,306193893890863104,1361837287000.0,2013-02-26 00:08:07,+0000,,"Rocket static fire @SpaceX Cape Canaveral launch pad looks good. Engines generated 433 tons of thrust, parameters nominal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/306193893890863104,[],[],0,,False,180,26,244,,None,,,,,,,[],,,, +2822,305971647561752576,305907190563221504,1361784300000.0,2013-02-25 09:25:00,+0000,,"@FaeLoba Best is winning competitions like Formula SAE, design/build/fly or other evidence of exceptional eng ability",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/305971647561752576,[],[],0,,False,5,1,5,,None,,,,,,,[],,,, +2823,305172926762725376,305067979689820160,1361593870000.0,2013-02-23 04:31:10,+0000,,"@EricIdle Cool! Btw, thought you might appreciate that 1st flight of Dragon spacecraft carried a large wheel of cheese :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/305172926762725376,[],[],0,,False,15,6,9,,None,,,,,,,[],,,, +2824,304004275921625090,304004275921625090,1361315242000.0,2013-02-19 23:07:22,+0000,,Thanks @CNBC! “@Lebeaucarnews: The Model S delivered what @elonmusk promised. A ride to make you re-think going electric.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/304004275921625090,[],[],0,,False,50,12,96,,None,,,,,,,[],,,, +2825,303585941304537090,303585941304537090,1361215503000.0,2013-02-18 19:25:03,+0000,,Appreciate thoughtful @Sulliview article. Faith in @nytimes restored.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/303585941304537090,[],[],0,,False,49,35,93,,None,,,,,,,[],,,, +2826,302591854262767616,302591854262767616,1360978494000.0,2013-02-16 01:34:54,+0000,,Revolutions don't happen if you just roll over to the powers that be. Got to fight for what you believe. That's why http://t.co/GxkT0LVL,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/302591854262767616,['http://www.mercurynews.com/breaking-news/ci_22601708/tesla-ceo-elon-musk-is-right-battle-bad'],[],0,,False,173,74,372,,None,,,,,,,[],,,, +2827,302341780479823872,302341780479823872,1360918872000.0,2013-02-15 09:01:12,+0000,,"Genius move “@cdabel114: @CNN Well, to be fair, they did use the controversial gimmick of actually charging up the car”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/302341780479823872,[],[],0,,False,48,13,86,,None,,,,,,,[],,,, +2828,302235336514342912,302235336514342912,1360893494000.0,2013-02-15 01:58:14,+0000,,CNN about halfway through East Coast Supercharger test drive of @TeslaMotors Model S w @PeterDrives & @AbigailBassett,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/302235336514342912,[],[],0,,False,28,34,59,,None,,,,,,,[],,,, +2829,302179853388619777,302179853388619777,1360880265000.0,2013-02-14 22:17:45,+0000,,Testing the Model S on a surface of pure ice and snow http://t.co/OeZwXFSv,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/302179853388619777,['http://www.youtube.com/watch?v=i0sflIrq_UM'],[],0,,False,86,42,89,,None,,,,,,,[],,,, +2830,301064882655207426,301064882655207426,1360614436000.0,2013-02-11 20:27:16,+0000,,"Btw, more free East Coast Superchargers coming soon. Will allow lower initial charge, v high speed trip & long detours, like NYTimes drive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/301064882655207426,[],[],0,,False,55,40,91,,None,,,,,,,[],,,, +2831,301054791432417280,301053361157988352,1360612030000.0,2013-02-11 19:47:10,+0000,,"@batasrki Yeah, Top Gear pretended the Tesla Roadster ran out of charge and they had to push it home. Logs showed 50 miles range left.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301054791432417280,[],[],0,,False,15,8,33,,None,,,,,,,[],,,, +2832,301054021928640512,301050531923779585,1360611846000.0,2013-02-11 19:44:06,+0000,,@tomleykis Thanks Tom! Support of real Tesla customers like yourself who drive the car every day is v much appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301054021928640512,[],[],0,,False,7,2,7,,None,,,,,,,[],,,, +2833,301053361157988352,301053361157988352,1360611689000.0,2013-02-11 19:41:29,+0000,,"Tesla data logging is only turned on with explicit written permission from customers, but after Top Gear BS, we always keep it on for media.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301053361157988352,[],[],0,,False,165,73,347,,None,,,,,,,[],,,, +2834,301050531923779585,301050531923779585,1360611014000.0,2013-02-11 19:30:14,+0000,,"Tesla blog coming soon detailing what actually happened on Broder's NYTimes ""range test"". Also lining up other journalists to do same drive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301050531923779585,[],[],0,,False,91,73,196,,None,,,,,,,[],,,, +2835,301049593385340928,301049593385340928,1360610790000.0,2013-02-11 19:26:30,+0000,,NYTimes article about Tesla range in cold is fake. Vehicle logs tell true story that he didn't actually charge to max & took a long detour.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301049593385340928,[],[],0,,False,324,132,918,,None,,,,,,,[],,,, +2836,300664934663061505,300664934663061505,1360519081000.0,2013-02-10 17:58:01,+0000,,"Busted “@TheOnion: Barack Obama: 'Look, I'm Just Going To Say It: I Collect Antique Nazi Memorabilia' http://t.co/KExXRoBL”",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/300664934663061505,['http://onion.com/Wtrvzw'],[],0,,False,30,8,53,,None,,,,,,,[],,,, +2837,300234184193105920,300234184193105920,1360416382000.0,2013-02-09 13:26:22,+0000,,Next Grasshopper rocket test is called the Johnny Cash Hover Slam (yeah baby!). Might be our first smoking crater...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/300234184193105920,[],[],0,,False,124,60,219,,None,,,,,,,[],,,, +2838,299961897426505729,299961897426505729,1360351464000.0,2013-02-08 19:24:24,+0000,,SpaceX software engineering is doing an AMA on Reddit http://t.co/hwkUwM5v,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/299961897426505729,['http://www.reddit.com/r/IAmA/comments/1853ap/we_are_spacex_software_engineers_we_launch/'],[],0,,False,78,13,157,,None,,,,,,,[],,,, +2839,299961175490297856,299961175490297856,1360351291000.0,2013-02-08 19:21:31,+0000,,Our Great^n Grandfather http://t.co/zxndg3WF,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/299961175490297856,['http://www.nytimes.com/2013/02/08/science/common-ancestor-of-mammals-plucked-from-obscurity.html?_r=0'],[],0,,False,36,7,22,,None,,,,,,,[],,,, +2840,299779101366030336,299779101366030336,1360307882000.0,2013-02-08 07:18:02,+0000,,"No, they are not “@AutoblogGreen: Are electric vehicles really a 'dead end'? @Reuters sure thinks so http://t.co/nwAdCLU2”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/299779101366030336,['http://aol.it/Y9nYoz'],[],0,,False,56,41,100,,None,,,,,,,[],,,, +2841,298338092652318720,298338092652318720,1359964318000.0,2013-02-04 07:51:58,+0000,,"Wow, 180,000 American killed by other Americans since 9/11 vs only 33 by muslim terrorists http://t.co/BEdhLqJS",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/298338092652318720,['http://www.wired.com/dangerroom/2013/02/american-muslim-terrorism/?cid=co5626214'],[],0,,False,359,71,1591,,None,,,,,,,[],,,, +2842,298266134128496641,298266134128496641,1359947162000.0,2013-02-04 03:06:02,+0000,,Great spirit here in the Superdome. Awesome rally by the @49ers!! #SB47,en,['sb47'],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/298266134128496641,[],[],0,,False,32,16,26,,None,,,,,,,[],,,, +2843,298252558332485635,298252558332485635,1359943926000.0,2013-02-04 02:12:06,+0000,,I love indoor flamethrowers http://t.co/aAnFftoD,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/298252558332485635,[],['https://pbs.twimg.com/media/BCObHyFCYAEAgND.jpg'],1,https://pbs.twimg.com/media/BCObHyFCYAEAgND.jpg,False,643,47,110,,None,,,,,,,[],,,, +2844,296466962899402752,296466962899402752,1359518206000.0,2013-01-30 03:56:46,+0000,,My thoughts on the nature of the issue with the battery pack supplied to Boeing http://t.co/57Y7UyaC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/296466962899402752,['http://www.flightglobal.com/news/articles/elon-musk-boeing-787-battery-fundamentally-unsafe-381627/'],[],0,,False,149,46,343,,None,,,,,,,[],,,, +2845,295162137297428480,295162137297428480,1359207112000.0,2013-01-26 13:31:52,+0000,,Desire to help Boeing is real & am corresponding w 787 chief engineer. Junod's Esquire article had high fiction content.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/295162137297428480,[],[],0,,False,103,35,200,,None,,,,,,,[],,,, +2846,292321606376779776,292321606376779776,1358529876000.0,2013-01-18 17:24:36,+0000,,"Maybe already under control, but Tesla & SpaceX are happy to help with the 787 lithium ion batteries.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/292321606376779776,[],[],0,,False,237,71,559,,None,,,,,,,[],,,, +2847,291332638407528448,291332638407528448,1358294088000.0,2013-01-15 23:54:48,+0000,,What it feels like to ride a rocket http://t.co/b5vhLvqg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/291332638407528448,['http://youtu.be/nUV6oqCFrFU'],[],0,,False,119,41,169,,None,,,,,,,[],,,, +2848,289423253859082240,289423253859082240,1357838855000.0,2013-01-10 17:27:35,+0000,,"To be super clear, I don't wish to (nor could I) mandate anything about a Mars Colony. Am just working on the tech to get people there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/289423253859082240,[],[],0,,False,85,61,176,,None,,,,,,,[],,,, +2849,289281686548647936,289281686548647936,1357805103000.0,2013-01-10 08:05:03,+0000,,"Also, I am not the kale eating overlord of Mars (altho kale has its moments) http://t.co/nCjMgEjC",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/289281686548647936,['http://www.thejanedough.com/peta-mars-vegan/'],[],0,,False,58,44,60,,None,,,,,,,[],,,, +2850,287261992476098560,287261992476098560,1357323570000.0,2013-01-04 18:19:30,+0000,,"Nice story about a Model S coast to coast road trip. By end of year, it will be Superchargers all the way! http://t.co/mivPyxrj",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/287261992476098560,['http://www.greencarreports.com/news/1081387_tesla-model-s-owner-drives-coast-to-coast-electrically-again'],[],0,,False,63,31,147,,None,,,,,,,[],,,, +2851,287033019255115777,287033019255115777,1357268979000.0,2013-01-04 03:09:39,+0000,,This gives a sense of what Mars would look like after changing the climate to sustain life http://t.co/DT1P5EUp,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/287033019255115777,['http://m.theatlantic.com/technology/archive/2013/01/a-martian-dream-heres-what-the-red-planet-would-look-like-with-earth-like-oceans-and-life/266791/'],[],0,,False,155,34,291,,None,,,,,,,[],,,, +2852,285026647151894528,285026647151894528,1356790622000.0,2012-12-29 14:17:02,+0000,,Death Valley restored to position of world's hottest place http://t.co/3I26Y4aN,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/285026647151894528,['http://www.nytimes.com/2012/12/29/science/earth/death-valley-temperature-record-is-restored.html?nl=todaysheadlines&emc=edit_th_20121229&_r=0'],[],0,,False,21,16,44,,None,,,,,,,[],,,, +2853,285026400078016512,285026400078016512,1356790563000.0,2012-12-29 14:16:03,+0000,,CA's Death Valley is #1 again! Tesla hot weather testing was done there. Model S was fine but gas tow truck overheated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/285026400078016512,[],[],0,,False,41,25,120,,None,,,,,,,[],,,, +2854,283703150123315200,276194361442705408,1356475076000.0,2012-12-25 22:37:56,+0000,,@KarlSchroeder Interesting premise. I will read it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/283703150123315200,[],[],0,,False,4,5,2,,None,,,,,,,[],,,, +2855,283694250980429824,283529317722488832,1356472954000.0,2012-12-25 22:02:34,+0000,,@TristanLaurent V cute! Merry Xmas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/283694250980429824,[],[],0,,False,3,2,0,,None,,,,,,,[],,,, +2856,283040346538115075,283040346538115075,1356317052000.0,2012-12-24 02:44:12,+0000,,Cowboy riding the rocket no problemo http://t.co/YZdNpwX3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283040346538115075,[],['https://pbs.twimg.com/media/A-2PshDCAAA86B1.jpg'],1,https://pbs.twimg.com/media/A-2PshDCAAA86B1.jpg,False,175,36,161,,None,,,,,,,[],,,, +2857,283037363763032066,283037363763032066,1356316340000.0,2012-12-24 02:32:20,+0000,,Single camera view of the 40 meter rocket hover http://t.co/Zlh7xC7T,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283037363763032066,['http://youtu.be/Zz-NYeH-CEY'],[],0,,False,108,31,196,,None,,,,,,,[],,,, +2858,283034463372464129,283034463372464129,1356315649000.0,2012-12-24 02:20:49,+0000,,Then we took him for a ride: 40 meter hover flight vid of the SpaceX Grasshopper test rocket http://t.co/2563ykr2,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283034463372464129,['http://youtu.be/B4PEXLODw9c'],[],0,,False,140,48,313,,None,,,,,,,[],,,, +2859,283032287602413568,283032287602413568,1356315131000.0,2012-12-24 02:12:11,+0000,,"To provide a little perspective on the size of Grasshopper, we added a 6 ft cowboy to the rocket http://t.co/3NMYJqmd",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283032287602413568,[],['https://pbs.twimg.com/media/A-2IXbMCEAAwU3H.jpg'],1,https://pbs.twimg.com/media/A-2IXbMCEAAwU3H.jpg,False,215,28,201,,None,,,,,,,[],,,, +2860,281541900916371457,281541900916371457,1355959794000.0,2012-12-19 23:29:54,+0000,,Very much agree with this great review of Chasing Ice on Ars Technica http://t.co/bzMQQyAk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/281541900916371457,['http://arstechnica.com/science/2012/12/glacier-documentary-chasing-ice-is-stunning-somber/'],[],0,,False,30,10,50,,None,,,,,,,[],,,, +2861,281207435140685824,281207435140685824,1355880051000.0,2012-12-19 01:20:51,+0000,,"Thanks! “@ev: Have driven a Tesla Model S 50 miles now. It's clearly the iPhone of cars—by far the best car ever made.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/281207435140685824,[],[],0,,False,68,28,88,,None,,,,,,,[],,,, +2862,280739170903789568,280739170903789568,1355768408000.0,2012-12-17 18:20:08,+0000,,A beautiful and awe-inspiring view of Earth from the International Space Station http://t.co/434j058M,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/280739170903789568,['http://youtu.be/3burujJOWRA'],[],0,,False,200,23,325,,None,,,,,,,[],,,, +2863,279598935641833474,279598935641833474,1355496555000.0,2012-12-14 14:49:15,+0000,,Good piece on volcanoes “@DanRetz: The USGS would seem to disagree. http://t.co/evnCgdC4”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279598935641833474,['http://volcanoes.usgs.gov/hazards/gas/climate.php'],[],0,,False,23,8,13,,None,,,,,,,[],,,, +2864,279597699945361408,279591897473896448,1355496260000.0,2012-12-14 14:44:20,+0000,,@prbowman Roughly equivalent to a 747 flight from LA to London (one way).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279597699945361408,[],[],0,,False,10,4,0,,None,,,,,,,[],,,, +2865,279597307673067520,279591897473896448,1355496167000.0,2012-12-14 14:42:47,+0000,,@ImprobableToad That's why I'm a believer in solar power. We have a giant fusion reactor conveniently located in the sky.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279597307673067520,[],[],0,,False,11,1,10,,None,,,,,,,[],,,, +2866,279591897473896448,279591897473896448,1355494877000.0,2012-12-14 14:21:17,+0000,,"Exactly MT ""@DanRetz IMHO: continuing the uncontrolled experiment of adding co2 to atmosphere is a bad idea.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279591897473896448,[],[],0,,False,25,21,57,,None,,,,,,,[],,,, +2867,279586009954516992,279586009954516992,1355493473000.0,2012-12-14 13:57:53,+0000,,It is hard to argue with a thermometer. Global warming is real and accelerating. Wish it wasn't. http://t.co/wB4w9coU,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/279586009954516992,['http://news.yahoo.com/ap-gfk-poll-science-doubters-world-warming-080143113.html'],[],0,,False,42,27,145,,None,,,,,,,[],,,, +2868,278953918338326528,278953918338326528,1355342771000.0,2012-12-12 20:06:11,+0000,,Cool video recap of the big events of the year by Google #Zeitgeist2012 http://t.co/FZjy4vkL,en,['zeitgeist2012'],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/278953918338326528,['http://google.com/zeitgeist/2012'],[],0,,False,65,12,119,,None,,,,,,,[],,,, +2869,278918251730305025,278917625273262081,1355334267000.0,2012-12-12 17:44:27,+0000,,"@Neowolf2 Relative to kerosene, methane is not prone to coking, but we would run v high purity anyway for max Isp.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278918251730305025,[],[],0,,False,6,1,0,,None,,,,,,,[],,,, +2870,278917332657651712,278910105804734464,1355334048000.0,2012-12-12 17:40:48,+0000,,"@chrisbrandow @TEA_in_Space Yup or Douglas Aircraft, creator of the awesome DC-3 http://t.co/4o8OHDCo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278917332657651712,['http://en.wikipedia.org/wiki/Douglas_Aircraft_Company'],[],0,,False,4,4,0,,None,,,,,,,[],,,, +2871,278915899501727744,278910105804734464,1355333707000.0,2012-12-12 17:35:07,+0000,,"My big worry would be long (hopefully) term when I'm dead, eg v sad situation with once great HP @TEA_in_Space",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278915899501727744,[],[],0,,False,8,7,10,,None,,,,,,,[],,,, +2872,278913921891586049,278910105804734464,1355333235000.0,2012-12-12 17:27:15,+0000,,"SpaceX will go public at some point, as I think it should ultimately be owned primarily by the public ""@bm_ will SpaceX go public?""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278913921891586049,[],[],0,,False,69,29,150,,None,,,,,,,[],,,, +2873,278910847768739840,278904436447928320,1355332502000.0,2012-12-12 17:15:02,+0000,,"@IntlManOfRealty Best to study some form of engineering, which is the art of creating useful things that didn't exist before.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278910847768739840,[],[],0,,False,17,5,9,,None,,,,,,,[],,,, +2874,278910105804734464,278910105804734464,1355332325000.0,2012-12-12 17:12:05,+0000,,"Tesla articles 30 mins apart: ""This Stock is Screaming Buy"" http://t.co/jb9DCw4s and ""This Stock Could Get DESTROYED"" http://t.co/dqxTK4LJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278910105804734464,"['http://bit.ly/W6cBOV', 'http://bit.ly/UU2xK4']",[],0,,False,43,36,57,,None,,,,,,,[],,,, +2875,278331899133452288,278331899133452288,1355194470000.0,2012-12-11 02:54:30,+0000,,Tesla was just approved for a full Class 1 Massachusetts Auto Sales License by a vote of 4 to 1. Much appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/278331899133452288,[],[],0,,False,99,54,207,,None,,,,,,,[],,,, +2876,277913865688346624,277913865688346624,1355094803000.0,2012-12-09 23:13:23,+0000,,"Told my kids (age 8 and 6) that we were going to see the Nutcracker, which somehow got translated as the Buttcracker.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/277913865688346624,[],[],0,,False,129,53,117,,None,,,,,,,[],,,, +2877,277693768583491584,277693768583491584,1355042328000.0,2012-12-09 08:38:48,+0000,,Congrats to @dmetcalf for being the first to drive a Tesla Model S over 400 miles on a single charge!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/277693768583491584,[],[],0,,False,67,27,167,,None,,,,,,,[],,,, +2878,276194361442705408,276194361442705408,1354684841000.0,2012-12-05 05:20:41,+0000,,Interesting possible answer to the Fermi Paradox http://t.co/ASZdxBAl,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/276194361442705408,['http://news.discovery.com/space/do-robots-rule-the-galaxy-121201.html'],[],0,,False,121,50,161,,None,,,,,,,[],,,, +2879,275821969415483393,275821969415483393,1354596056000.0,2012-12-04 04:40:56,+0000,,Am happy to report that Tesla was narrowly cash flow positive last week. Continued improvement expected through year end.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/275821969415483393,[],[],0,,False,358,129,691,,None,,,,,,,[],,,, +2880,275346615634624514,275346615634624514,1354482723000.0,2012-12-02 21:12:03,+0000,,Uranium ore now available on Amazon! So much more convenient than Uzbekistan #AwesomeXmasGifts http://t.co/jqWAJrnY,en,['awesomexmasgifts'],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/275346615634624514,['http://www.amazon.com/gp/product/B000796XXM/ref=oh_details_o03_s00_i00'],[],0,,False,152,74,678,,None,,,,,,,[],,,, +2881,274090388669734912,274087103065894913,1354183215000.0,2012-11-29 10:00:15,+0000,,@shervin Thanks Shervin!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/274090388669734912,[],[],0,,False,42,10,2,,None,,,,,,,[],,,, +2882,273596976526942209,273596976526942209,1354065577000.0,2012-11-28 01:19:37,+0000,,"Can't put my finger on it, but for some reason the newsstand is looking particularly good right now http://t.co/gRARJ3xy",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/273596976526942209,[],['https://pbs.twimg.com/media/A8wDACYCYAMpjHX.jpg'],1,https://pbs.twimg.com/media/A8wDACYCYAMpjHX.jpg,False,588,131,661,,None,,,,,,,[],,,, +2883,273486358411087872,273486358411087872,1354039203000.0,2012-11-27 18:00:03,+0000,,"But if humanity wishes to become a multi-planet species, then we must figure out how to move millions of people to Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/273486358411087872,[],[],0,,False,227,159,355,,None,,,,,,,[],,,, +2884,273485219162648576,273485219162648576,1354038932000.0,2012-11-27 17:55:32,+0000,,"And, yes, I do in fact know that this sounds crazy. That is not lost on me. Nor I do think SpaceX will do this alone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/273485219162648576,[],[],0,,False,76,82,130,,None,,,,,,,[],,,, +2885,273483420468932608,273483420468932608,1354038503000.0,2012-11-27 17:48:23,+0000,,"Millions of people needed for Mars colony, so 80k+ would just be the number moving to Mars per year http://t.co/rwMuzVEK",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/273483420468932608,['http://news.yahoo.com/huge-mars-colony-eyed-spacex-founder-elon-musk-120626263.html'],[],0,,False,199,90,616,,None,,,,,,,[],,,, +2886,272518429368541184,272518429368541184,1353808431000.0,2012-11-25 01:53:51,+0000,,Short vid of the recent @SpaceX mission to the Intl Space Station http://t.co/Qc963d8B,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/272518429368541184,['http://www.youtube.com/watch?v=K0wZ1MOzFSU&feature=youtu.be'],[],0,,False,139,29,204,,None,,,,,,,[],,,, +2887,272129332565123072,272063241780338688,1353715663000.0,2012-11-24 00:07:43,+0000,,@cthorm SS Heart of Gold powered by the Infinite Improbability Drive!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/272129332565123072,[],[],0,,False,14,3,1,,None,,,,,,,[],,,, +2888,272063241780338688,272063241780338688,1353699906000.0,2012-11-23 19:45:06,+0000,,My talk for the Royal Aeronautical Society is now online. This gets a little more technical. http://t.co/ZMbkc3jh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/272063241780338688,['http://bit.ly/Y8Enhz'],[],0,,False,177,23,108,,None,,,,,,,[],,,, +2889,271814339969826817,271814339969826817,1353640563000.0,2012-11-23 03:16:03,+0000,,"Liam Neeson's ""Life's Too Short"" sketch is super funny http://t.co/nQL7wOx3",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/271814339969826817,['http://www.youtube.com/watch?v=lldrizLu_d8'],[],0,,False,128,14,89,,None,,,,,,,[],,,, +2890,271652314744487936,271652314744487936,1353601933000.0,2012-11-22 16:32:13,+0000,,On the plus side...“@newscientist: #Climate change has a silver lining: supersized sweet potatoes http://t.co/zHMYIbL3”,en,['climate'],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/271652314744487936,['http://bit.ly/Sd3dcy'],[],0,,False,17,20,65,,None,,,,,,,[],,,, +2891,271642966442000385,271642966442000385,1353599704000.0,2012-11-22 15:55:04,+0000,,Gave a talk on energy and transport at Oxford Univ http://t.co/kbvJf5LO,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/271642966442000385,['http://ow.ly/fuDdG'],[],0,,False,114,23,103,,None,,,,,,,[],,,, +2892,271119275673145344,271085808155500544,1353474847000.0,2012-11-21 05:14:07,+0000,,@Thomas_Tregner Exactly!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/271119275673145344,[],[],0,,False,4,5,0,,None,,,,,,,[],,,, +2893,271085808155500544,271085808155500544,1353466868000.0,2012-11-21 03:01:08,+0000,,Love this picture of the Curiousity rover on Mars. Landscape looks just like the California desert. http://t.co/02GDasae,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/271085808155500544,[],['https://pbs.twimg.com/media/A8MXGzRCIAAUDQx.jpg'],1,https://pbs.twimg.com/media/A8MXGzRCIAAUDQx.jpg,False,373,91,349,,None,,,,,,,[],,,, +2894,270972990756364288,270972990756364288,1353439970000.0,2012-11-20 19:32:50,+0000,,"Btw, I don't think Apple is doomed. Just won't unseat Google from 1st place with Larry P in charge. http://t.co/hsIAekAw",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/270972990756364288,['http://www.businessinsider.com/elon-musk-apple-is-doomed-without-steve-jobs-2012-11'],[],0,,False,71,44,99,,None,,,,,,,[],,,, +2895,270970389394518016,270970389394518016,1353439349000.0,2012-11-20 19:22:29,+0000,,"Mass. judge denies auto dealers' demand to kill our little Tesla store. Yay, justice prevails! http://t.co/MqnNYScE",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/270970389394518016,['http://www.autonews.com/apps/pbcs.dll/article?AID=/20121120/RETAIL07/121129989/mass-judge-denies-dealers-request-for-injunction-on-tesla-store'],[],0,,False,85,43,170,,None,,,,,,,[],,,, +2896,270781533739175937,270776170184847360,1353394323000.0,2012-11-20 06:52:03,+0000,,"@YOUSRC Amos's article was fair, but his editor chose a more sensational headline & used quotes even though I didn't actually say that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270781533739175937,[],[],0,,False,4,3,3,,None,,,,,,,[],,,, +2897,270778128643809282,270778128643809282,1353393511000.0,2012-11-20 06:38:31,+0000,,These articles in Space News describe why Ariane 6 vs 5: http://t.co/IaeYXXK9 and http://t.co/ghs3FG8w,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270778128643809282,"['http://www.spacenews.com/article/citing-spacex-threat-lawmakers-in-france-urge-early-ariane-6-start', 'http://www.spacenews.com/article/next-generation-ariane-tops-agenda-esa-ministerial']",[],0,,False,35,10,38,,None,,,,,,,[],,,, +2898,270776170184847360,270776170184847360,1353393044000.0,2012-11-20 06:30:44,+0000,,"Was misquoted by BBC as saying ""Europe's rocket has no chance"". Just said the [Franco-German] Ariane 5 has no chance, so go with Ariane 6.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270776170184847360,[],[],0,,False,36,25,100,,None,,,,,,,[],,,, +2899,270421087202992128,270421087202992128,1353308386000.0,2012-11-19 06:59:46,+0000,,"Just returned from a trip to London and Oxford, where I met with many interesting people. I really like Britain!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/270421087202992128,[],[],0,,False,76,41,46,,None,,,,,,,[],,,, +2900,269259128277463040,269259128277463040,1353031353000.0,2012-11-16 02:02:33,+0000,,Original article on Model S from @consumerreports: http://t.co/OiXLz618,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/269259128277463040,['http://bit.ly/ZKeMKf'],[],0,,False,34,12,83,,None,,,,,,,[],,,, +2901,269249710949289984,269249710949289984,1353029108000.0,2012-11-16 01:25:08,+0000,,Sounds like Consumer Reports had a good experience with the Tesla Model S http://t.co/CT3dgHbh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/269249710949289984,['http://m.usatoday.com/article/news/1706165'],[],0,,False,37,35,87,,None,,,,,,,[],,,, +2902,268210066300235776,268210066300235776,1352781237000.0,2012-11-13 04:33:57,+0000,,"Cool story about a @SolarCity installation after hurricane Sandy. Good going, guys! http://t.co/w5FtBbZe",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/268210066300235776,['http://www.teslamotors.com/forum/forums/solar-city-story'],[],0,,False,47,11,73,,None,,,,,,,[],,,, +2903,267909403469021184,267909403469021184,1352709553000.0,2012-11-12 08:39:13,+0000,,Alexander Hamilton was awesome http://t.co/2bHf4zS0,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/267909403469021184,['http://www.nytimes.com/2012/11/12/opinion/mr-hamiltons-growth-strategy.html?nl=todaysheadlines&emc=edit_th_20121112'],[],0,,False,84,17,94,,None,,,,,,,[],,,, +2904,266295618702553088,266295618702553088,1352324798000.0,2012-11-07 21:46:38,+0000,,View of Grasshopper test rocket from the water tower. Note SUV and person nearby for sense of size. http://t.co/r9yuTRGL,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/266295618702553088,[],['https://pbs.twimg.com/media/A7ISdE5CMAIQxME.jpg'],1,https://pbs.twimg.com/media/A7ISdE5CMAIQxME.jpg,False,149,33,204,,None,,,,,,,[],,,, +2905,265708137435258880,265708137435258880,1352184731000.0,2012-11-06 06:52:11,+0000,,"Good skit by Henri, Le Chat Noir. Camus in cat form! http://t.co/XeLUsE9i",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/265708137435258880,['http://youtu.be/R_fUsssnHPw'],[],0,,False,61,14,42,,None,,,,,,,[],,,, +2906,264832219040845824,264829895899762688,1351975896000.0,2012-11-03 20:51:36,+0000,,"@Jack_JL Engine gimbals for pitch and yaw, gas thrusters for roll.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/264832219040845824,[],[],0,,False,4,1,1,,None,,,,,,,[],,,, +2907,264829895899762688,264829895899762688,1351975342000.0,2012-11-03 20:42:22,+0000,,First flight of 10 story tall Grasshopper rocket using closed loop thrust vector & throttle control http://t.co/NH24BQMH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/264829895899762688,['http://yfrog.us/f362mloybjbosdefkdeoytqsz'],[],0,,False,127,42,216,,None,,,,,,,[],,,, +2908,262609273878622208,262365909757358080,1351445904000.0,2012-10-28 17:38:24,+0000,,Reply to @mkrapels: Our avg speed was ummm a little too high. Got a ticket at 92 mph on I-5. We need the Autobahn in CA!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/262609273878622208,[],[],0,,False,43,31,41,,None,,,,,,,[],,,, +2909,262605962005868544,262605962005868544,1351445115000.0,2012-10-28 17:25:15,+0000,,V proud of Tesla team for completing 1000th Model S body. More cars made this month than entire rest of year http://t.co/k8XWaEth,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/262605962005868544,[],['https://pbs.twimg.com/media/A6T2uynCcAAUn7b.jpg'],1,https://pbs.twimg.com/media/A6T2uynCcAAUn7b.jpg,False,314,85,340,,None,,,,,,,[],,,, +2910,262374155700289536,262365909757358080,1351389848000.0,2012-10-28 02:04:08,+0000,,"Reply to @Astro_yyz: Yes, Model S seats 5 adults + 2 kids with room for luggage in the front trunk. My kids love the rear facing seats best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/262374155700289536,[],[],0,,False,17,19,33,,None,,,,,,,[],,,, +2911,262371488181665794,262371488181665794,1351389212000.0,2012-10-28 01:53:32,+0000,,Pic of the Model S getting supercharged with the lovely @TalulahRiley http://t.co/ne5wGvZs,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/262371488181665794,[],['https://pbs.twimg.com/media/A6QhenjCQAEMjLu.jpg'],1,https://pbs.twimg.com/media/A6QhenjCQAEMjLu.jpg,False,245,34,108,,None,,,,,,,[],,,, +2912,262365909757358080,262365909757358080,1351387882000.0,2012-10-28 01:31:22,+0000,,Doing LA to SF road trip in Model S with all 5 kids & Talulah. Supercharger finished charging b4 we finished our burgers!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/262365909757358080,[],[],0,,False,88,34,145,,None,,,,,,,[],,,, +2913,260475462952824834,260475462952824834,1350937164000.0,2012-10-22 20:19:24,+0000,,Just wrote a blog piece about Tesla stores http://t.co/4Ebs4HIw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/260475462952824834,['http://www.teslamotors.com/blog/tesla-approach-distributing-and-servicing-cars'],[],0,,False,67,18,136,,None,,,,,,,[],,,, +2914,256529467911073793,256529467911073793,1349996366000.0,2012-10-11 22:59:26,+0000,,Long exposure shot of Dragon and the Space Station arcing across the night sky over Texas http://t.co/omTht7OP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/256529467911073793,[],['https://pbs.twimg.com/media/A49gMSHCcAEaPhm.jpg'],1,https://pbs.twimg.com/media/A49gMSHCcAEaPhm.jpg,False,292,44,336,,None,,,,,,,[],,,, +2915,255107883853819904,255107883853819904,1349657433000.0,2012-10-08 00:50:33,+0000,,Falcon 9 rocket booster has delivered Dragon to its target orbit!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/255107883853819904,[],[],0,,False,184,136,713,,None,,,,,,,[],,,, +2916,255046270975094784,255046270975094784,1349642744000.0,2012-10-07 20:45:44,+0000,,Time lapse video of rocket roll out http://t.co/nuHKYrEH Now 3 hours 45 mins to lift off...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/255046270975094784,['http://www.youtube.com/watch?v=2T1dfNoNV7k&feature=youtu.be'],[],0,,False,56,20,112,,None,,,,,,,[],,,, +2917,253683768236322817,253683768236322817,1349317898000.0,2012-10-04 02:31:38,+0000,,An update about Tesla http://t.co/A8hQXVNI,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/253683768236322817,['http://www.teslamotors.com/blog/update-elon-musk'],[],0,,False,103,35,325,,None,,,,,,,[],,,, +2918,253290635400986624,253280601069719553,1349224168000.0,2012-10-03 00:29:28,+0000,,"@elonmusk Sorry, meant to say EDT.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/253290635400986624,[],[],0,,False,8,10,5,,None,,,,,,,[],,,, +2919,253280601069719553,253280601069719553,1349221775000.0,2012-10-02 23:49:35,+0000,,Launching our Falcon 9 rocket and Dragon spacecraft to the Space Station on Sunday at 8:35pm EST! http://t.co/qXK0zJyC,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/253280601069719553,[],['https://pbs.twimg.com/media/A4PVXV_CEAEZtJ4.jpg'],1,https://pbs.twimg.com/media/A4PVXV_CEAEZtJ4.jpg,False,150,56,569,,None,,,,,,,[],,,, +2920,252870369487233024,252870369487233024,1349123968000.0,2012-10-01 20:39:28,+0000,,Review of the Model S by @nytimes http://t.co/L0sqgV6f,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/252870369487233024,['http://www.nytimes.com/2012/09/30/automobiles/autoreviews/one-big-step-for-tesla-one-giant-leap-for-evs.html?_r=1&'],[],0,,False,56,22,114,,None,,,,,,,[],,,, +2921,252827753643126784,252827753643126784,1349113808000.0,2012-10-01 17:50:08,+0000,,View from landing leg camera on Falcon rocket test rig (aka Grasshopper Project) http://t.co/xhFe87AM,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/252827753643126784,['http://yfrog.us/09qmmivexdorhtchxitvhjzsz'],[],0,,False,43,11,59,,None,,,,,,,[],,,, +2922,252528724602400768,252528724602400768,1349042514000.0,2012-09-30 22:01:54,+0000,,"Now test firing our most advanced engine, the Merlin 1D-Vac, at 80 tons of thrust. http://t.co/HGK1joVQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/252528724602400768,[],['https://pbs.twimg.com/media/A4EpiX4CMAABNgY.jpg'],1,https://pbs.twimg.com/media/A4EpiX4CMAABNgY.jpg,False,323,101,605,,None,,,,,,,[],,,, +2923,250453089562263552,250453089562263552,1348547644000.0,2012-09-25 04:34:04,+0000,,The Tesla Supercharger will over time allow you to travel anywhere on pure sunlight for free http://t.co/DEscYLLH,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/250453089562263552,['http://finance.yahoo.com/news/tesla-motors-launches-revolutionary-supercharger-032000226.html'],[],0,,False,246,76,842,,None,,,,,,,[],,,, +2924,250291772859752449,250291772859752449,1348509183000.0,2012-09-24 17:53:03,+0000,,Model S review by @Wired. Totally agree with criticisms. Corrections coming soon. http://t.co/1zXI3OzB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/250291772859752449,['http://www.wired.com/reviews/2012/09/tesla-model-s/'],[],0,,False,63,25,116,,None,,,,,,,[],,,, +2925,249306225177669632,249306225177669632,1348274210000.0,2012-09-22 00:36:50,+0000,,First test flight hop of our Grasshopper VTVL rocket! http://t.co/oomI5vSB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/249306225177669632,['http://yfrog.us/0wusutopshpepnbpmodbgnosz'],[],0,,False,89,40,183,,None,,,,,,,[],,,, +2926,248564996022345728,248564996022345728,1348097487000.0,2012-09-19 23:31:27,+0000,,The first owner to drive coast to coast in a Model S is about to complete the journey @XCTeslatrip!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/248564996022345728,[],[],0,,False,26,16,98,,None,,,,,,,[],,,, +2927,247510274918199296,247510274918199296,1347846023000.0,2012-09-17 01:40:23,+0000,,Tesla made 100 vehicle bodies this week for the first time. Really proud of the team! Pic of S/N 396: http://t.co/fZzbUIjn,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/247510274918199296,[],['https://pbs.twimg.com/media/A29VSJ8CMAABVwG.jpg'],1,https://pbs.twimg.com/media/A29VSJ8CMAABVwG.jpg,False,141,94,285,,None,,,,,,,[],,,, +2928,246419783136976897,246419783136976897,1347586029000.0,2012-09-14 01:27:09,+0000,,Tesla Supercharger unveiling event set for Sept 24. It will feel like alien spaceships landed at highway rest stops.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/246419783136976897,[],[],0,,False,103,58,349,,None,,,,,,,[],,,, +2929,246352069332721665,246352069332721665,1347569885000.0,2012-09-13 20:58:05,+0000,,Amazing series of space pics assembled by @theatlantic http://t.co/IUFTYgDn http://t.co/SHEPSWbS,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/246352069332721665,['http://www.theatlantic.com/infocus/2012/09/around-the-solar-system/100368/'],['https://pbs.twimg.com/media/A2s35t7CYAAokaH.jpg'],1,https://pbs.twimg.com/media/A2s35t7CYAAokaH.jpg,False,280,23,318,,None,,,,,,,[],,,, +2930,243800936240279552,243800936240279552,1346961647000.0,2012-09-06 20:00:47,+0000,,Tesla Model S driven 285 miles from Vegas to the beach in LA on a single charge by @motortrend http://t.co/8YvO1tsz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/243800936240279552,['http://www.motortrend.com/features/travel/1209_tesla_model_s_las_vegas/viewall.html'],[],0,,False,63,27,211,,None,,,,,,,[],,,, +2931,240909270764359680,240909270764359680,1346272220000.0,2012-08-29 20:30:20,+0000,,This piece about Mars in the NYT is worth a read http://t.co/mNB6f1aS,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/240909270764359680,['http://www.nytimes.com/2012/08/28/opinion/the-man-in-the-moon.html?_r=2&emc=eta1'],[],0,,False,134,14,241,,None,,,,,,,[],,,, +2932,240620571589738496,240607069827391488,1346203389000.0,2012-08-29 01:23:09,+0000,,"@ticketwaxter Extending life to Mars would ensure humanity's survival and be the greatest, most exciting adventure ever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/240620571589738496,[],[],0,,False,12,8,18,,None,,,,,,,[],,,, +2933,240174623948419072,240171772014624768,1346097067000.0,2012-08-27 19:51:07,+0000,,"@JoeBeernink Back of the envelope calc: Merlin wd accelerate Model S at 25 g's, so wd break sound barrier in <1.5 sec",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240174623948419072,[],[],0,,False,6,6,6,,None,,,,,,,[],,,, +2934,240172289746939904,240172289746939904,1346096510000.0,2012-08-27 19:41:50,+0000,,"For their test drive, the Motor Trend team drove from LA to San Diego and back without recharging http://t.co/5mH0xBGr",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240172289746939904,['http://www.motortrend.com/roadtests/alternative/1208_2012_tesla_model_s_test_and_range_verification/'],[],0,,False,56,17,126,,None,,,,,,,[],,,, +2935,240171772014624768,240171772014624768,1346096387000.0,2012-08-27 19:39:47,+0000,,Motor Trend tests Model S as fastest American sedan at 3.9 sec 0-60 mph and tied for 1st worldwide in stopping distance,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240171772014624768,[],[],0,,False,51,31,255,,None,,,,,,,[],,,, +2936,239461912121843712,239461912121843712,1345927143000.0,2012-08-25 20:39:03,+0000,,Neil Armstrong was a hero to all of humanity. His spirit will carry us to the stars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/239461912121843712,[],[],0,,False,207,38,790,,None,,,,,,,[],,,, +2937,238308173990223873,238308173990223873,1345652071000.0,2012-08-22 16:14:31,+0000,,I love the sight of Teslas in the morning. Production line review is looking good! http://t.co/damib6tk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/238308173990223873,[],['https://pbs.twimg.com/media/A06kBYpCYAIlMH-.jpg'],1,https://pbs.twimg.com/media/A06kBYpCYAIlMH-.jpg,False,221,74,294,,None,,,,,,,[],,,, +2938,238307391215648769,238307391215648769,1345651884000.0,2012-08-22 16:11:24,+0000,,Glad to contribute to the Tesla museum and will do more in the future. He was a great man. http://t.co/NR2QNiax,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/238307391215648769,['http://www.indiegogo.com/teslamuseum'],[],0,,False,91,17,156,,None,,,,,,,[],,,, +2939,235130471745454084,235130471745454084,1344894447000.0,2012-08-13 21:47:27,+0000,,About to go through my first jury selection process. Trial concerns an alleged gang related murder. Hardcore.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/235130471745454084,[],[],0,,False,19,79,31,,None,,,,,,,[],,,, +2940,231545784494084096,231517918733672449,1344039791000.0,2012-08-04 00:23:11,+0000,,"@JustBe74 V important to make all of humanity proud, but in this case a particular duty is owed to the American taxpayer",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/231545784494084096,[],[],0,,False,10,3,6,,None,,,,,,,[],,,, +2941,231517918733672449,231517918733672449,1344033147000.0,2012-08-03 22:32:27,+0000,,Deeply appreciate @NASA's faith in @SpaceX. We will do whatever it takes to make NASA and the American people proud.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/231517918733672449,[],[],0,,False,134,62,304,,None,,,,,,,[],,,, +2942,231443998395473920,231210590675279872,1344015523000.0,2012-08-03 17:38:43,+0000,,@UrgentSpeed Sure. To be clear that number would include all US solar energy (thermal+PV).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/231443998395473920,[],[],0,,False,2,1,1,,None,,,,,,,[],,,, +2943,231210590675279872,231210590675279872,1343959875000.0,2012-08-03 02:11:15,+0000,,1st pure solar gigawatt hour day just achieved by @SolarCity! Predict 1st terawatt hour day from all US solar < 15 years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/231210590675279872,[],[],0,,False,66,29,185,,None,,,,,,,[],,,, +2944,230507510929440768,230486103923236864,1343792247000.0,2012-08-01 03:37:27,+0000,,@bryanwolfnow I'm neither anti-conservative nor anti-liberal. Just don't like group think. Ideas should be considered on their own merits.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/230507510929440768,[],[],0,,False,16,1,16,,None,,,,,,,[],,,, +2945,230496786182205440,230486103923236864,1343789690000.0,2012-08-01 02:54:50,+0000,,"@dansitu Individuals set the vector for the tides. The Life of Brian points out that we are all individuals, except for that one guy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230496786182205440,[],[],0,,False,6,1,2,,None,,,,,,,[],,,, +2946,230491286489161729,230491286489161729,1343788379000.0,2012-08-01 02:32:59,+0000,,People ought to think more about who wrote the software that's running in their head (sigh). It probably wasn't them.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230491286489161729,[],[],0,,False,212,56,421,,None,,,,,,,[],,,, +2947,230490756966662144,230486103923236864,1343788253000.0,2012-08-01 02:30:53,+0000,,"@dansitu Don't know about ""dark manipulators"", but Adbusters played a major role in creating Occupy http://t.co/fZ38XMeH",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230490756966662144,['http://www.newyorker.com/reporting/2011/11/28/111128fa_fact_schwartz'],[],0,,False,5,1,0,,None,,,,,,,[],,,, +2948,230487450882019328,230421989112807424,1343787465000.0,2012-08-01 02:17:45,+0000,,"@DJjodes Would love to make a Tesla supertruck with crazy torque, dynamic air suspension and corners like its on rails. That'd be sweet...",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230487450882019328,[],[],0,,False,6988,169,472,,None,,,,,,,[],,,, +2949,230486103923236864,230486103923236864,1343787144000.0,2012-08-01 02:12:24,+0000,,"Good assessment of the Dark Knight Rises in the Atlantic. Dickens, not Rand. http://t.co/mYFUARGS",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230486103923236864,['http://www.theatlantic.com/entertainment/archive/2012/07/no-the-dark-knight-rises-isnt-a-right-wing-opus/260511/'],[],0,,False,56,11,59,,None,,,,,,,[],,,, +2950,230423954618204161,230421989112807424,1343772326000.0,2012-07-31 22:05:26,+0000,,@patrickdorey81 Model S starts at $50k after federal rebate. Gen3 will be ~$30k. Need to optimize design and scale volume.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/230423954618204161,[],[],0,,False,354,12,9,,None,,,,,,,[],,,, +2951,230421989112807424,230421989112807424,1343771857000.0,2012-07-31 21:57:37,+0000,,Goal for Model S is to show that electric is way way better than gas. Combine w solar power & the future looks bright.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/230421989112807424,[],[],0,,False,33415,386,1824,,None,,,,,,,[],,,, +2952,230140622625968130,230140622625968130,1343704774000.0,2012-07-31 03:19:34,+0000,,Worth noting that Muller's research confirming global warming is real was funded by Koch. Fate loves irony.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/230140622625968130,[],[],0,,False,63,18,198,,None,,,,,,,[],,,, +2953,228953015082684416,228953015082684416,1343421628000.0,2012-07-27 20:40:28,+0000,,Olympics opening is excellently British. Jolly good show! http://t.co/s9XZdaBL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/228953015082684416,[],['https://pbs.twimg.com/media/Ay1njd7CEAAHAjX.jpg'],1,https://pbs.twimg.com/media/Ay1njd7CEAAHAjX.jpg,False,84,18,69,,None,,,,,,,[],,,, +2954,228909546880520192,228909546880520192,1343411264000.0,2012-07-27 17:47:44,+0000,,Abandoned car and biked across London. Super fun! Next time minus the tweed jacket. http://t.co/N93Vg4yy,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/228909546880520192,[],['https://pbs.twimg.com/media/Ay1ABSfCUAEq2HS.jpg'],1,https://pbs.twimg.com/media/Ay1ABSfCUAEq2HS.jpg,False,200,36,63,,None,,,,,,,[],,,, +2955,228695905338019842,228677717632098304,1343360327000.0,2012-07-27 03:38:47,+0000,,"@walalm Yes, my absolute goal w Tesla has always been mass market electric cars. Will finally get there with Gen3 program.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228695905338019842,[],[],0,,False,17,5,11,,None,,,,,,,[],,,, +2956,228694597524680704,228694597524680704,1343360015000.0,2012-07-27 03:33:35,+0000,,Now it's just a song that you used to know http://t.co/c81ASeFo,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228694597524680704,['http://slate.me/MISvtR'],[],0,,False,25,6,49,,None,,,,,,,[],,,, +2957,228690043949158401,228677717632098304,1343358929000.0,2012-07-27 03:15:29,+0000,,"@nopev Biggest risk is that we take too long to solve the sustainable energy problem, causing climate change meltdown.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228690043949158401,[],[],0,,False,7,2,8,,None,,,,,,,[],,,, +2958,228677717632098304,228677717632098304,1343355991000.0,2012-07-27 02:26:31,+0000,,"Compared to past, today's world is fantastic & likely will be for many decades. Just need to cover future downside risk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/228677717632098304,[],[],0,,False,74,26,189,,None,,,,,,,[],,,, +2959,228659334513573888,228650420850008066,1343351608000.0,2012-07-27 01:13:28,+0000,,@iproducefodrake Asimov's Foundation points out that all civilizations fall. Must ensure dark period is short & finite.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/228659334513573888,[],[],0,,False,13,2,3,,None,,,,,,,[],,,, +2960,227294010274873344,227294010274873344,1343026089000.0,2012-07-23 06:48:09,+0000,,Big oil is pulling same trick about smoking the atmosphere ... diff is we only have 1 atmosphere: http://t.co/O45XG4iB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/227294010274873344,['http://www.rollingstone.com/politics/news/global-warmings-terrifying-new-math-20120719#ixzz21AfoYqt6'],[],0,,False,64,23,216,,None,,,,,,,[],,,, +2961,227291748798455809,227291748798455809,1343025550000.0,2012-07-23 06:39:10,+0000,,"30 years ago, when 98% of scientists said smoking caused cancer, tobacco industry response was still ""scientists disagree""",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/227291748798455809,[],[],0,,False,78,25,384,,None,,,,,,,[],,,, +2962,226725493922201600,226725493922201600,1342890544000.0,2012-07-21 17:09:04,+0000,,"Now debating the nature of citizen and state, effective democracy & necessary revolution, moderated by @FareedZakaria.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/226725493922201600,[],[],0,,False,15,15,18,,None,,,,,,,[],,,, +2963,226714911756136449,226714911756136449,1342888021000.0,2012-07-21 16:27:01,+0000,,"Heard an interesting comment at the debate: ""If we see no angels in others, we harbor none in ourselves.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/226714911756136449,[],[],0,,False,115,18,198,,None,,,,,,,[],,,, +2964,226703106170318850,226703106170318850,1342885207000.0,2012-07-21 15:40:07,+0000,,Am in Yellowstone at an Oxford style debate about women and society. I'm in favor :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/226703106170318850,[],[],0,,False,24,26,20,,None,,,,,,,[],,,, +2965,225187179763220480,225187179763220480,1342523782000.0,2012-07-17 11:16:22,+0000,,"""Welcome qwerty monkey Jesus love"" are the top 5 most popular passwords after ""password"". http://t.co/P2a9Cfcd",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/225187179763220480,['http://mobile.slate.com/blogs/future_tense/2012/07/14/yahoo_mail_password_leak_the_most_commonly_used_words_.html'],[],0,,False,18,32,86,,None,,,,,,,[],,,, +2966,224406502188916739,224406502188916739,1342337654000.0,2012-07-15 07:34:14,+0000,,Will publish something on the Hyperloop in about four weeks. Will forgo patents on the idea and just open source it. Not a vac tunnel btw.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/224406502188916739,[],[],0,,False,157,72,263,,None,,,,,,,[],,,, +2967,224405461938601984,224405461938601984,1342337406000.0,2012-07-15 07:30:06,+0000,,"""Most of us live in a semi-somnambulistic state & the days fly by. The 2 exceptions are childhood and when we are in love."" - RG",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/224405461938601984,[],[],0,,False,205,20,277,,None,,,,,,,[],,,, +2968,224005741810417665,224005741810417665,1342242106000.0,2012-07-14 05:01:46,+0000,,"Headed to a (ahem) volcano caldera. Since I didn't finish my PhD, it's actually ""Mr."" Evil. http://t.co/e2cpsgEM",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/224005741810417665,[],['https://pbs.twimg.com/media/AxvUCQyCAAM1anP.jpg'],1,https://pbs.twimg.com/media/AxvUCQyCAAM1anP.jpg,False,202,55,124,,None,,,,,,,[],,,, +2969,223430899004485634,223429211443036160,1342105052000.0,2012-07-12 14:57:32,+0000,,@n23mc I think we will see people on Mars in less than 20 years. 12 to 15 years most likely. #OccupyMars,en,['occupymars'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/223430899004485634,[],[],0,,False,17,6,24,,None,,,,,,,[],,,, +2970,223429211443036160,223429211443036160,1342104649000.0,2012-07-12 14:50:49,+0000,,"Going at full speed! MT “@iansomerhalder: Elon- you are my hero my friend.Please!Ramp up production on cars that use NO gas.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/223429211443036160,[],[],0,,False,12,16,38,,None,,,,,,,[],,,, +2971,221503107182501889,221503107182501889,1341645430000.0,2012-07-07 07:17:10,+0000,,Now back to work. Intense months ahead as we ramp production of rockets and cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/221503107182501889,[],[],0,,False,181,83,281,,None,,,,,,,[],,,, +2972,220824194672369666,220824194672369666,1341483565000.0,2012-07-05 10:19:25,+0000,,"Moonbow's are real, btw. I'm not on acid :) Here is what we saw: http://t.co/ux6fV6z7",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/220824194672369666,[],['https://pbs.twimg.com/media/AxCGb2GCIAAyFDD.jpg'],1,https://pbs.twimg.com/media/AxCGb2GCIAAyFDD.jpg,False,182,55,222,,None,,,,,,,[],,,, +2973,220784395282432001,220784395282432001,1341474076000.0,2012-07-05 07:41:16,+0000,,Am standing on the beach in Maui and looking at a moon rainbow for the first time in my life. Incredibly beautiful.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/220784395282432001,[],[],0,,False,42,46,33,,None,,,,,,,[],,,, +2974,219270969666174977,219270969666174977,1341113247000.0,2012-07-01 03:27:27,+0000,,"After 2008 meltdown, vacation for me just meant email with a view, but SpaceX & Tesla are now strong enough that I can make it real (yay!!)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/219270969666174977,[],[],0,,False,65,68,65,,None,,,,,,,[],,,, +2975,219266223895093248,219266223895093248,1341112116000.0,2012-07-01 03:08:36,+0000,,"Screening of Baseball in the Time of Cholera (dir: @brynmooser @daviddarg, prod @oliviawilde & me) at WME July 12. @rainnwilson hosting",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/219266223895093248,[],[],0,,False,10,6,12,,None,,,,,,,[],,,, +2976,218897974242181121,218897974242181121,1341024318000.0,2012-06-30 02:45:18,+0000,,"Thanks Dan, you are a good sportsman. I will still donate to DWB as though I'd lost. http://t.co/G2g6kpvm",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/218897974242181121,['http://on.wsj.com/L8t2JC'],[],0,,False,131,40,372,,None,,,,,,,[],,,, +2977,218357987385933825,218357987385933825,1340895575000.0,2012-06-28 14:59:35,+0000,,"""The Girl Who Fixed the Umlaut"" @NewYorker http://t.co/CnPg2PkG”",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/218357987385933825,['http://nyr.kr/MBPRRr'],[],0,,False,33,9,46,,None,,,,,,,[],,,, +2978,217991440830173184,217991440830173184,1340808184000.0,2012-06-27 14:43:04,+0000,,"She was a great woman “@VanityFair: In Memoriam, Nora Ephron, 1941-2012 http://t.co/raIoWXbb”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/217991440830173184,['http://vnty.fr/OwlYHZ'],[],0,,False,10,2,22,,None,,,,,,,[],,,, +2979,217974021562712065,217974021562712065,1340804031000.0,2012-06-27 13:33:51,+0000,,Meant to post this link for Merlin: http://t.co/qKarnuao,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/217974021562712065,['http://www.youtube.com/watch?v=976LHTpnZkY'],[],0,,False,39,11,46,,None,,,,,,,[],,,, +2980,217973460348047360,217973460348047360,1340803897000.0,2012-06-27 13:31:37,+0000,,"Merlin fired at full thrust! Engine weighs half a ton, but has power equal to several Hoover Dams http://t.co/TlTIxiRc",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/217973460348047360,['http://www.youtube.com/watch?v=PUUnYgo1-lI'],[],0,,False,42,11,87,,None,,,,,,,[],,,, +2981,216294180014661632,216294180014661632,1340403525000.0,2012-06-22 22:18:45,+0000,,Model S review by Motor Trend http://t.co/gdODXLRv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/216294180014661632,['http://m.motortrend.com/roadtests/alternative/1206_2012_tesla_model_s_first_drive/index.html'],[],0,,False,62,28,177,,None,,,,,,,[],,,, +2982,216293624734953472,216293624734953472,1340403393000.0,2012-06-22 22:16:33,+0000,,About to deliver the first ten Model S cars from @TeslaMotors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/216293624734953472,[],[],0,,False,53,43,151,,None,,,,,,,[],,,, +2983,215478323147575297,215478323147575297,1340209010000.0,2012-06-20 16:16:50,+0000,,@RichardGarriott Dragon will use four pairs of side mounted Superdraco engines. Can function with up to four out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/215478323147575297,[],[],0,,False,6,4,5,,None,,,,,,,[],,,, +2984,214831794103664640,214831794103664640,1340054866000.0,2012-06-18 21:27:46,+0000,,Just fired our Superdraco escape rocket engine at full thrust! Needed to carry astronauts on Dragon http://t.co/ef86qbWF,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/214831794103664640,[],['https://pbs.twimg.com/media/Avs8YOaCQAAO_mk.jpg'],1,https://pbs.twimg.com/media/Avs8YOaCQAAO_mk.jpg,False,1757,98,488,,None,,,,,,,[],,,, +2985,214636339474345984,214636339474345984,1340008266000.0,2012-06-18 08:31:06,+0000,,Wore Marquis de Sade outfit for a party last night. Was v popular with women who'd read 50 Shades :) http://t.co/Z6EvSZw6,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/214636339474345984,[],['https://pbs.twimg.com/media/AvqKnRKCMAEFu5X.jpg'],1,https://pbs.twimg.com/media/AvqKnRKCMAEFu5X.jpg,False,388,49,150,,None,,,,,,,[],,,, +2986,214006215641022467,214006215641022467,1339858032000.0,2012-06-16 14:47:12,+0000,,"""Any sufficiently advanced technology is indistinguishable from magic"" - Arthur C Clarke. Thanks for the quote, RIP.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/214006215641022467,[],[],0,,False,177,27,326,,None,,,,,,,[],,,, +2987,213177461180071936,213177461180071936,1339660442000.0,2012-06-14 07:54:02,+0000,,"While in Austin, had a great time doing a cameo in @rodriguez latest movie, Machete Kills. Cool studio on old airport.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/213177461180071936,[],[],0,,False,16,14,33,,None,,,,,,,[],,,, +2988,213170504364863488,213170504364863488,1339658783000.0,2012-06-14 07:26:23,+0000,,"Charlie Bolden, NASA Administrator, checks out Dragon at our central Texas test site http://t.co/HXupX9VM",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/213170504364863488,['http://img.ly/jwGy'],[],0,,False,15,10,38,,None,,,,,,,[],,,, +2989,210057533073797120,210057533073797120,1338916593000.0,2012-06-05 17:16:33,+0000,,Spacecraft arrives at Port of Los Angeles for transfer to SpaceX test facilities in Texas http://t.co/9ab55gRc,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/210057533073797120,['http://www.spaceflightnow.com/falcon9/003/120605port/'],[],0,,False,26,17,126,,None,,,,,,,[],,,, +2990,208304203708375040,208304203708375040,1338498568000.0,2012-05-31 21:09:28,+0000,,Dragon floating in the Pacific near California. Reentry scorch marks visible on the heat shield http://t.co/grGShZUi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/208304203708375040,[],['https://pbs.twimg.com/media/AuQLkdPCIAALE-4.jpg'],1,https://pbs.twimg.com/media/AuQLkdPCIAALE-4.jpg,False,152,85,528,,None,,,,,,,[],,,, +2991,208223378782420993,208223378782420993,1338479296000.0,2012-05-31 15:48:16,+0000,,Splashdown successful!! Sending fast boat to Dragon lat/long provided by P3 tracking planes #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/208223378782420993,[],[],0,,False,46,71,360,,None,,,,,,,[],,,, +2992,208204036258803712,208204036258803712,1338474685000.0,2012-05-31 14:31:25,+0000,,Thrusters will also fire during reentry to adjust touchdown point. Next version will land w helicopter precision #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/208204036258803712,[],[],0,,False,36,25,128,,None,,,,,,,[],,,, +2993,208201556271697922,208201556271697922,1338474093000.0,2012-05-31 14:21:33,+0000,,Spaceship has departed from the International Space Station. Firing thrusters to deorbit in ~30 mins #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/208201556271697922,[],[],0,,False,26,14,170,,None,,,,,,,[],,,, +2994,206118185173389312,206118185173389312,1337977380000.0,2012-05-25 20:23:00,+0000,,Space Station tracking spaceship docking approach vector #Dragon http://t.co/CetZfiNg,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/206118185173389312,[],['https://pbs.twimg.com/media/AtxHZblCEAAkZVI.jpg'],1,https://pbs.twimg.com/media/AtxHZblCEAAkZVI.jpg,False,89,46,146,,None,,,,,,,[],,,, +2995,206047350240714752,206047350240714752,1337960491000.0,2012-05-25 15:41:31,+0000,,Dragon captured by the International Space Station! Just awesome ... http://t.co/ihoZqgj7,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/206047350240714752,['http://img.ly/iHdp'],[],0,,False,129,118,585,,None,,,,,,,[],,,, +2996,205723666590334976,205723666590334976,1337883319000.0,2012-05-24 18:15:19,+0000,,Dragon flies over the SpaceX #GrasshopperProject at our central Texas test site. It will jump soon. http://t.co/P17Z56II,en,['grasshopperproject'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/205723666590334976,[],['https://pbs.twimg.com/media/AtrglbVCAAAd67b.jpg'],1,https://pbs.twimg.com/media/AtrglbVCAAAd67b.jpg,False,105,32,125,,None,,,,,,,[],,,, +2997,205713390335827969,205713390335827969,1337880868000.0,2012-05-24 17:34:28,+0000,,The head of the Russian Space Agency and some Russian diplomats are visiting @SpaceX today. Looking forward to meeting.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/205713390335827969,[],[],0,,False,25,26,60,,None,,,,,,,[],,,, +2998,205544630199132160,205544630199132160,1337840633000.0,2012-05-24 06:23:53,+0000,,About 110 miles away and the spacecraft is now in direct communication with the Space Station #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/205544630199132160,[],[],0,,False,45,37,217,,None,,,,,,,[],,,, +2999,205502360112476161,205502360112476161,1337830555000.0,2012-05-24 03:35:55,+0000,,"The President just called to say congrats. Caller ID was blocked, so at first I thought it was a telemarketer :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/205502360112476161,[],[],0,,False,839,164,2562,,None,,,,,,,[],,,, +3000,205314559542693888,205314559542693888,1337785780000.0,2012-05-23 15:09:40,+0000,,Dragon fly by of Space Station planned for 12:47 am California time. All systems green. #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/205314559542693888,[],[],0,,False,28,29,202,,None,,,,,,,[],,,, +3001,204911319260987392,204911319260987392,1337689640000.0,2012-05-22 12:27:20,+0000,,Launch video of Falcon 9 from Cape Canaveral tracking cameras http://t.co/Qn8ne3pa #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/204911319260987392,['http://www.youtube.com/watch?v=4vkqBfv8OMM&feature=youtube_gdata_player'],[],0,,False,174,83,466,,None,,,,,,,[],,,, +3002,204883910654570496,204883910654570496,1337683105000.0,2012-05-22 10:38:25,+0000,,Navigation bay pointing to deep space and star map being generated by star tracker one. Yes! #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/204883910654570496,[],[],0,,False,37,22,115,,None,,,,,,,[],,,, +3003,204882126884188160,204882126884188160,1337682680000.0,2012-05-22 10:31:20,+0000,,Dragon spaceship opens the navigation pod bay door without hesitation. So much nicer than HAL9000 :) #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/204882126884188160,[],[],0,,False,112,29,439,,None,,,,,,,[],,,, +3004,204858156801732608,204858156801732608,1337676965000.0,2012-05-22 08:56:05,+0000,,"Also big thanks to the Air Force, FAA and all of our partners for their support of this mission.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204858156801732608,[],[],0,,False,15,16,34,,None,,,,,,,[],,,, +3005,204857362782224384,204857362782224384,1337676776000.0,2012-05-22 08:52:56,+0000,,"Huge appreciation for @NASA, without whom we could not even have started, let alone reached this far.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204857362782224384,[],[],0,,False,44,25,152,,None,,,,,,,[],,,, +3006,204845069772128256,204845069772128256,1337673845000.0,2012-05-22 08:04:05,+0000,,"Falcon flew perfectly!! Dragon in orbit, comm locked and solar arrays active!! Feels like a giant weight just came off my back :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204845069772128256,[],[],0,,False,348,425,1452,,None,,,,,,,[],,,, +3007,204839936464134144,204839936464134144,1337672621000.0,2012-05-22 07:43:41,+0000,,T minus 60 seconds. Terminal autosequence initiated. #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/204839936464134144,[],[],0,,False,26,44,99,,None,,,,,,,[],,,, +3008,204837633766076418,204837633766076418,1337672072000.0,2012-05-22 07:34:32,+0000,,T minus 10 minutes ... Entering terminal count #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/204837633766076418,[],[],0,,False,17,17,106,,None,,,,,,,[],,,, +3009,204769845630337024,204769845630337024,1337655910000.0,2012-05-22 03:05:10,+0000,,Major Tesla milestone: All crash testing is complete for 5* (max) safety rating. Cars can now be built for sale to public!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/204769845630337024,[],[],0,,False,64,56,300,,None,,,,,,,[],,,, +3010,204356879789473793,204356879789473793,1337557451000.0,2012-05-20 23:44:11,+0000,,Just did an interview with Spaceflight Now. Some of your questions may be answered here: http://t.co/vF0Rs3p1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/204356879789473793,['http://www.spaceflightnow.com/falcon9/003/120518musk/'],[],0,,False,30,13,87,,None,,,,,,,[],,,, +3011,204349174618128385,204349174618128385,1337555614000.0,2012-05-20 23:13:34,+0000,,"Simulations show launch ok with bad valve. Still, better to stop & fix. Recalling rockets after launch is not an option.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/204349174618128385,[],[],0,,False,37,37,163,,None,,,,,,,[],,,, +3012,203773618222678016,203773618222678016,1337418391000.0,2012-05-19 09:06:31,+0000,,Launch aborted: slightly high combustion chamber pressure on engine 5. Will adjust limits for countdown in a few days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/203773618222678016,[],[],0,,False,45,94,598,,None,,,,,,,[],,,, +3013,203760858332016642,203760858332016642,1337415348000.0,2012-05-19 08:15:48,+0000,,"Whatever happens today, we could not have done it without @NASA, but errors are ours alone and me most of all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/203760858332016642,[],[],0,,False,48,47,135,,None,,,,,,,[],,,, +3014,201856175644491777,201856175644491777,1336961237000.0,2012-05-14 02:07:17,+0000,,Must remember not to refer to Chimpanzees as deadly killing machines when taking little kids to see a movie about them,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/201856175644491777,[],[],0,,False,26,20,42,,None,,,,,,,[],,,, +3015,200751709339926528,200751709339926528,1336697911000.0,2012-05-11 00:58:31,+0000,,... which is the critical breakthrough needed for life to become multiplanetary.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200751709339926528,[],[],0,,False,19,34,46,,None,,,,,,,[],,,, +3016,200750929602019328,200750929602019328,1336697726000.0,2012-05-11 00:55:26,+0000,,Making large scale rocket propulsion landing work well is a critical step towards a fully reusable Mars transport system,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200750929602019328,[],[],0,,False,22,14,76,,None,,,,,,,[],,,, +3017,200748923239940096,200748923239940096,1336697247000.0,2012-05-11 00:47:27,+0000,,Landing gear of the mega thrust propulsive landing rocket done (next gen Falcon). First hops soon. http://t.co/JwkynmfL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200748923239940096,['http://img.ly/i5JQ'],[],0,,False,27,27,122,,None,,,,,,,[],,,, +3018,200622424037933056,200622424037933056,1336667087000.0,2012-05-10 16:24:47,+0000,,"Meant to say: prizes for first 10 who do 400 miles in Tesla w/o recharging, not nonstop, which would require diapers :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/200622424037933056,[],[],0,,False,17,20,43,,None,,,,,,,[],,,, +3019,200373235748052994,200373235748052994,1336607676000.0,2012-05-09 23:54:36,+0000,,Model S exceeds 300 mile range target! Prize for the 1st person to do LA-SF nonstop (400 miles) http://t.co/0sVd4QM8,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/200373235748052994,['http://www.teslamotors.com/blog/model-s-efficiency-and-range'],[],0,,False,24,25,99,,None,,,,,,,[],,,, +3020,199736675537125376,199736675537125376,1336455909000.0,2012-05-08 05:45:09,+0000,,Saw The Dictator yesterday. Reminded me of Putin's reelection. Seems like only yesterday since he was last in power.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/199736675537125376,[],[],0,,False,48,18,45,,None,,,,,,,[],,,, +3021,198579161382649857,198578140384215040,1336179936000.0,2012-05-05 01:05:36,+0000,,@geoffeg Dragon code is written in C++ on Linux.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/198579161382649857,[],[],0,,False,29,13,63,,None,,,,,,,[],,,, +3022,198577657959563264,198577657959563264,1336179577000.0,2012-05-05 00:59:37,+0000,,"Almost done reviewing Dragon code with @NASA. Looks good so far. Target launch date is May 19, right after Soyuz docks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/198577657959563264,[],[],0,,False,28,18,76,,None,,,,,,,[],,,, +3023,198116544855801856,198102603459084288,1336069639000.0,2012-05-03 18:27:19,+0000,,"For humanity to have an exciting & inspiring future, we cannot be confined to Earth forever. @love_to_dream #APSpaceChat",en,['apspacechat'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198116544855801856,[],[],0,,False,46,17,171,,None,,,,,,,[],,,, +3024,198115378759610368,198095597373362177,1336069361000.0,2012-05-03 18:22:41,+0000,,Definitely. Long term goal of SpaceX making life multiplanetary. #OccupyMars @Weaverwerx #APSpaceChat,en,"['occupymars', 'apspacechat']",[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198115378759610368,[],[],0,,False,51,15,98,,None,,,,,,,[],,,, +3025,198113448628981760,198100146565824512,1336068901000.0,2012-05-03 18:15:01,+0000,,"Ignition by John Clarke, Huzel & Wang book on propulsion, Asimov's Foundation, Heinlein's MiaHM @WHester #APSpaceChat",en,['apspacechat'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198113448628981760,[],[],0,,False,37,4,9,,None,,,,,,,[],,,, +3026,197058383088586753,197058383088586753,1335817354000.0,2012-04-30 20:22:34,+0000,,"Woohoo, rocket hold down firing completed and all looks good!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/197058383088586753,[],[],0,,False,31,36,139,,None,,,,,,,[],,,, +3027,197055314246385666,197055314246385666,1335816622000.0,2012-04-30 20:10:22,+0000,,T minus five minutes to flame,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/197055314246385666,[],[],0,,False,21,18,53,,None,,,,,,,[],,,, +3028,197049032286281729,197049032286281729,1335815125000.0,2012-04-30 19:45:25,+0000,,Flight computer aborted rocket hold down firing. Anomaly addressed. Cycling systems to countdown http://t.co/iUi4XdQ3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/197049032286281729,[],['https://pbs.twimg.com/media/ArwPDQVCIAA5GHP.jpg'],1,https://pbs.twimg.com/media/ArwPDQVCIAA5GHP.jpg,False,78,24,213,,None,,,,,,,[],,,, +3029,196984965114761216,196984965114761216,1335799850000.0,2012-04-30 15:30:50,+0000,,Am excited to announce that SolarCity has filed for an IPO. Mission is to bring affordable solar power to the people!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/196984965114761216,[],[],0,,False,40,27,108,,None,,,,,,,[],,,, +3030,194882663599968256,194882663599968256,1335298622000.0,2012-04-24 20:17:02,+0000,,Just confirmed with @NASA that May 7th is go for launch of Falcon 9 & Dragon to the Space Station,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/194882663599968256,[],[],0,,False,51,33,443,,None,,,,,,,[],,,, +3031,194529917654941696,194529917654941696,1335214521000.0,2012-04-23 20:55:21,+0000,,Am pushing launch back approx a week to do more testing on Dragon docking code. New date pending coordination with @NASA.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/194529917654941696,[],[],0,,False,8,30,138,,None,,,,,,,[],,,, +3032,194275062193463298,194275062193463298,1335153758000.0,2012-04-23 04:02:38,+0000,,Just completed the rocket rollout review at SpaceX HQ in California. Almost time to launch. Pucker factor increasing...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/194275062193463298,[],[],0,,False,36,20,76,,None,,,,,,,[],,,, +3033,193855140254580736,193855140254580736,1335053641000.0,2012-04-22 00:14:01,+0000,,In NYC for the premiere of Baseball in the Time of @Cholera. Great work by @brynmooser and @daviddarg!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/193855140254580736,[],[],0,,False,8,9,9,,None,,,,,,,[],,,, +3034,193617277231443968,193617277231443968,1334996931000.0,2012-04-21 08:28:51,+0000,,I feel compelled to state the obvious fact that Coachella is excellent. http://t.co/onxtR4YB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/193617277231443968,[],['https://pbs.twimg.com/media/Aq_d40gCMAA1REl.jpg'],1,https://pbs.twimg.com/media/Aq_d40gCMAA1REl.jpg,False,55,10,20,,None,,,,,,,[],,,, +3035,193078352117108736,193078352117108736,1334868441000.0,2012-04-19 20:47:21,+0000,,Basic premise is that it's better to try to address some of the world's problems than to create an aristocracy of wealth,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/193078352117108736,[],[],0,,False,45,18,114,,None,,,,,,,[],,,, +3036,193076303426097152,193076303426097152,1334867952000.0,2012-04-19 20:39:12,+0000,,Just signed Giving Pledge with 11 others. I hope this announcement convinces others to do the same. http://t.co/cdCgWkAB,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/193076303426097152,['http://bloom.bg/HSEoPu'],[],0,,False,25,12,43,,None,,,,,,,[],,,, +3037,192701084932907009,192701084932907009,1334778494000.0,2012-04-18 19:48:14,+0000,,"When holding my new white cat, I feel a strange desire for Bob's Big Boy and sharks with lasers http://t.co/M0iuFPqv",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/192701084932907009,[],['https://pbs.twimg.com/media/AqycnaOCIAEuM9l.jpg'],1,https://pbs.twimg.com/media/AqycnaOCIAEuM9l.jpg,False,2955,129,638,,None,,,,,,,[],,,, +3038,191297895339794432,191297895339794432,1334443947000.0,2012-04-14 22:52:27,+0000,,Great work by APJ “@brynmooser: The foundation is nearly complete at the @artistsforpeace school http://t.co/hoTXytsZ”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/191297895339794432,['http://instagr.am/p/JaCtPXpX8m/'],[],0,,False,14,5,7,,None,,,,,,,[],,,, +3039,189870469908938752,189870469908938752,1334103622000.0,2012-04-11 00:20:22,+0000,,Great to meet Jon Stewart this eve. Have been a fan of @TheDailyShow for a billion years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/189870469908938752,[],[],0,,False,16,33,38,,None,,,,,,,[],,,, +3040,189440053674655745,189440053674655745,1334001003000.0,2012-04-09 19:50:03,+0000,,Friend told me about the amazing work of Brazilian plastic surgeon Evil Picante. He was actually saying Ivo Pitanguy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/189440053674655745,[],[],0,,False,22,3,17,,None,,,,,,,[],,,, +3041,189171997425664001,189171997425664001,1333937093000.0,2012-04-09 02:04:53,+0000,,"Besides ensuring the continuance of life, creating a base on Mars would be the most exciting adventure ever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/189171997425664001,[],[],0,,False,36,26,79,,None,,,,,,,[],,,, +3042,189171083809800194,189171083809800194,1333936875000.0,2012-04-09 02:01:15,+0000,,Interview in Nature describing why we should extend life to Mars http://t.co/6Ux0q4OX,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/189171083809800194,['http://www.nature.com/news/backing-up-the-biosphere-1.10395'],[],0,,False,32,5,59,,None,,,,,,,[],,,, +3043,188047168844730368,188047168844730368,1333668914000.0,2012-04-05 23:35:14,+0000,,"Wow, a Tesla owner in Europe just passed 200,000 km while racing his Roadster! http://t.co/ZYV4h85O",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/188047168844730368,[],['https://pbs.twimg.com/media/ApwT51xCEAEmaRS.jpg'],1,https://pbs.twimg.com/media/ApwT51xCEAEmaRS.jpg,False,93,13,57,,None,,,,,,,[],,,, +3044,187953184063492096,187953184063492096,1333646505000.0,2012-04-05 17:21:45,+0000,,"Judge dismisses lawsuit to take the happy out of ""Happy Meal"" http://t.co/BiTSCIYL",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/187953184063492096,['http://www.cbsnews.com/8301-201_162-57409940/s.f-judge-tosses-happy-meals-lawsuit/'],[],0,,False,5,2,10,,None,,,,,,,[],,,, +3045,187358429902417922,187358429902417922,1333504705000.0,2012-04-04 01:58:25,+0000,,Huge tornadoes in Texas tossing truck trailers through the air. Hope people are ok. http://t.co/QrlBgFzI,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/187358429902417922,['http://www.telegraph.co.uk/news/worldnews/northamerica/usa/9184494/Emergency-declared-as-tornadoes-hit-Texas.html'],[],0,,False,2,7,6,,None,,,,,,,[],,,, +3046,187106340995477504,187106340995477504,1333444602000.0,2012-04-03 09:16:42,+0000,,Also dig Mass Effect. It's all fun & games until the AI decides people suck. Maybe we can be their limbic system.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/187106340995477504,[],[],0,,False,27,16,26,,None,,,,,,,[],,,, +3047,187098437328699393,187098437328699393,1333442718000.0,2012-04-03 08:45:18,+0000,,Bioshock is an Ayn Rand dystopia and Fallout New Vegas is a Hegelian dialectic. Games have come a long way since Pong.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/187098437328699393,[],[],0,,False,657,38,290,,None,,,,,,,[],,,, +3048,186524431231889408,186524431231889408,1333305864000.0,2012-04-01 18:44:24,+0000,,"UN must take responsibility & help people of Haiti. MT ""@brynmooser: Front page NYTimes. http://t.co/OlME97pv”",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/186524431231889408,['http://www.nytimes.com/2012/04/01/world/americas/haitis-cholera-outraced-the-experts-and-tainted-the-un.html?hp'],[],0,,False,3,0,8,,None,,,,,,,[],,,, +3049,186146615311077377,186146615311077377,1333215786000.0,2012-03-31 17:43:06,+0000,,Having dinner where a dude is hanging giant underwear with a cherry picker. http://t.co/2Krn9AzH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/186146615311077377,['http://yfrog.us/n6s9cz'],[],0,,False,29,14,1,,None,,,,,,,[],,,, +3050,186131367808073729,186131367808073729,1333212150000.0,2012-03-31 16:42:30,+0000,,Happy bday to my old and dear friend @adeoressi! U do parties better than a rockstar. For Berlin ... http://t.co/vJZkJU13,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/186131367808073729,['http://www.youtube.com/watch?v=FiDvZemFMRM'],[],0,,False,27,4,8,,None,,,,,,,[],,,, +3051,184799999043964928,184799999043964928,1332894727000.0,2012-03-28 00:32:07,+0000,,"The Model S beta endurance car just passed 150,000 miles on a single battery pack!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/184799999043964928,[],[],0,,False,28,26,165,,None,,,,,,,[],,,, +3052,182725843959820288,182725843959820288,1332400210000.0,2012-03-22 07:10:10,+0000,,Interesting interview with Vinge about superhuman AI and optimistic apocalypses http://t.co/TVoqGpEG,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/182725843959820288,['http://bit.ly/GEkktb'],[],0,,False,33,4,27,,None,,,,,,,[],,,, +3053,182211270479577088,182211270479577088,1332277526000.0,2012-03-20 21:05:26,+0000,,Support @Polar_Broadband as they try to save a good satellite from becoming space junk. Let it live! http://t.co/GEdkLh3h #antarctica,en,['antarctica'],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/182211270479577088,['http://bit.ly/FPYnNN'],[],0,,False,5,4,38,,None,,,,,,,[],,,, +3054,180226195206569984,180226195206569984,1331804248000.0,2012-03-15 09:37:28,+0000,,Lovely poster about wishes that explains one of the many reasons to make life multiplanetary http://t.co/e1ZM8a2b,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/180226195206569984,[],['https://pbs.twimg.com/media/AoBKxQkCAAASzCW.jpg'],1,https://pbs.twimg.com/media/AoBKxQkCAAASzCW.jpg,False,209,17,143,,None,,,,,,,[],,,, +3055,180105275133538306,180105275133538306,1331775418000.0,2012-03-15 01:36:58,+0000,,"10 years ago today, SpaceX was founded. Many battles fought. Physics always won. http://t.co/p85UHeuq",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/180105275133538306,['http://ow.ly/9FdXR'],[],0,,False,90,27,139,,None,,,,,,,[],,,, +3056,180067296201547777,180067296201547777,1331766363000.0,2012-03-14 23:06:03,+0000,,"Why I'm leaving the Empire, by Darth Vader http://t.co/D5YUbAyO",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/180067296201547777,"['http://www.thedailymash.co.uk/news/society/why-i-am-leaving-the-empire,-by-darth-vader-201203145007/']",[],0,,False,13,4,52,,None,,,,,,,[],,,, +3057,179468649038479361,179468649038479361,1331623634000.0,2012-03-13 07:27:14,+0000,,"If something is physically possible, not only is someone doing it, but there is also an award show.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/179468649038479361,[],[],0,,False,24,8,37,,None,,,,,,,[],,,, +3058,179095691468095489,179095691468095489,1331534714000.0,2012-03-12 06:45:14,+0000,,"Mountain lions eat cats, which means we *actually* live in a cat eat cat world ... an apology is owed to dogkind!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/179095691468095489,[],[],0,,False,40,11,51,,None,,,,,,,[],,,, +3059,178878446137647105,178878446137647105,1331482919000.0,2012-03-11 16:21:59,+0000,,"I think if you go there, they just feed you delicious candy all day and ask nothing in return.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/178878446137647105,[],[],0,,False,10,22,6,,None,,,,,,,[],,,, +3060,178865792371277825,178865792371277825,1331479903000.0,2012-03-11 15:31:43,+0000,,Just passed a place called the Sugar Shack in a Louisiana swamp. I wonder what happens there? http://t.co/1MomQnNe,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/178865792371277825,[],['https://pbs.twimg.com/media/Ant1fZECQAAM1W3.jpg'],1,https://pbs.twimg.com/media/Ant1fZECQAAM1W3.jpg,False,73,22,23,,None,,,,,,,[],,,, +3061,177210012911927299,177210012911927299,1331085134000.0,2012-03-07 01:52:14,+0000,,The President of Serbia came by our booth at the Geneva Motor Show and talked about Nikola Tesla http://t.co/KIhxc0TF,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/177210012911927299,[],['https://pbs.twimg.com/media/AnWTkV9CAAA9uP-.jpg'],1,https://pbs.twimg.com/media/AnWTkV9CAAA9uP-.jpg,False,304,35,84,,None,,,,,,,[],,,, +3062,175377364551868416,175377364551868416,1330648196000.0,2012-03-02 00:29:56,+0000,,Dawn at Cape Canaveral http://t.co/ZHkcffYr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/175377364551868416,['http://instagr.am/p/HpmMA8QETD/'],[],0,,False,21,6,18,,None,,,,,,,[],,,, +3063,174751268215066625,174749757288349696,1330498923000.0,2012-02-29 07:02:03,+0000,,"@TomMao1 Studied physics in college, read a lot of books and was taught by the world's leading domain experts at SpaceX.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/174751268215066625,[],[],0,,False,16,6,2,,None,,,,,,,[],,,, +3064,174621355436802049,174621355436802049,1330467950000.0,2012-02-28 22:25:50,+0000,,"Falcon 9 and Dragon now vertical on the launch pad, surrounded by 300 ft tall lightning towers http://t.co/iERgA2RP",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/174621355436802049,[],['https://pbs.twimg.com/media/AmxhMpYCAAIPeix.jpg'],1,https://pbs.twimg.com/media/AmxhMpYCAAIPeix.jpg,False,51,18,127,,None,,,,,,,[],,,, +3065,173531986529497089,173529112718229504,1330208224000.0,2012-02-25 22:17:04,+0000,,"@LooperNor Yes, this will, if all goes well, be the first commercial spaceship to dock with the Space Station. T zero ~ end of April.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/173531986529497089,[],[],0,,False,2,2,11,,None,,,,,,,[],,,, +3066,173528867699568641,173528867699568641,1330207481000.0,2012-02-25 22:04:41,+0000,,Dragon spaceship and Falcon 9 rocket just completed final assembly at Cape Canaveral http://t.co/4GrSr3VU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/173528867699568641,[],['https://pbs.twimg.com/media/Amh_lfXCMAAgmWR.jpg'],1,https://pbs.twimg.com/media/Amh_lfXCMAAgmWR.jpg,False,83,38,229,,None,,,,,,,[],,,, +3067,173476402748854274,173476402748854274,1330194972000.0,2012-02-25 18:36:12,+0000,,Supporting the drive to get a #PlutoStamp for the @NASA New Horizons mission,en,['plutostamp'],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/173476402748854274,[],[],0,,False,6,5,11,,None,,,,,,,[],,,, +3068,172122797852725248,172122797852725248,1329872248000.0,2012-02-22 00:57:28,+0000,,@NASA launched a rocket into the northern lights http://t.co/tR2cSeMV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/172122797852725248,[],['https://pbs.twimg.com/media/AmOAxdACEAEFs8-.jpg'],1,https://pbs.twimg.com/media/AmOAxdACEAEFs8-.jpg,False,171,13,166,,None,,,,,,,[],,,, +3069,171994406587604992,171994406587604992,1329841636000.0,2012-02-21 16:27:16,+0000,,"Iran's nuclear weapons facility is apparently called ""Frodo"". Watch out for Gollum! My precious... http://t.co/s1hLZ0vs",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/171994406587604992,['http://slate.me/z87kbj'],[],0,,False,19,9,26,,None,,,,,,,[],,,, +3070,170309322037919744,170309322037919744,1329439881000.0,2012-02-17 00:51:21,+0000,,Important point highlighted by @kqed: an electric car in California produces only 1/4 CO2 of gasoline http://t.co/xV3eWJ33,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/170309322037919744,['http://blogs.kqed.org/climatewatch/2012/02/16/tesla-and-california-the-x-factor/comment-page-1/'],[],0,,False,4,8,30,,None,,,,,,,[],,,, +3071,169232412990115840,169232412990115840,1329183126000.0,2012-02-14 01:32:06,+0000,,Model X review by Jim Motavalli. I think he likes the car. http://t.co/aY1nx9FP,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/169232412990115840,['http://www.forbes.com/sites/eco-nomics/2012/02/13/why-the-tesla-model-x-is-a-home-run/'],[],0,,False,13,15,54,,None,,,,,,,[],,,, +3072,168795974800654336,168795974800654336,1329079072000.0,2012-02-12 20:37:52,+0000,,"At the Samovar having tea called ""monkey picked iron goddess of mercy"". Those monkeys sure know their tea. http://t.co/ctEWczlC",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/168795974800654336,[],['https://pbs.twimg.com/media/AlevC3YCQAEJJrl.jpg'],1,https://pbs.twimg.com/media/AlevC3YCQAEJJrl.jpg,False,173,31,21,,None,,,,,,,[],,,, +3073,168060414398177281,168060414398177281,1328903699000.0,2012-02-10 19:54:59,+0000,,Do not search for purple squirrels! Giving them attention only makes them want to be more purple.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/168060414398177281,[],[],0,,False,3681,162,891,,None,,,,,,,[],,,, +3074,168056133708283904,168056133708283904,1328902680000.0,2012-02-10 19:38:00,+0000,,"Tesla Model X is 3rd most searched term on Google, right after purple squirrel. Damn you squirrel! http://t.co/jP9H5XrB",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/168056133708283904,[],['https://pbs.twimg.com/media/AlUOKchCAAEcJyt.png'],1,https://pbs.twimg.com/media/AlUOKchCAAEcJyt.png,False,286,40,139,,None,,,,,,,[],,,, +3075,168022238061268993,168022238061268993,1328894597000.0,2012-02-10 17:23:17,+0000,,Tesla Model X video http://t.co/pjcaicOc,it,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/168022238061268993,['http://onforb.es/AnzX7A'],[],0,,False,16,12,47,,None,,,,,,,[],,,, +3076,168014307009892354,168007486383726594,1328892707000.0,2012-02-10 16:51:47,+0000,,"@TeslasBigFan Don't worry, we've got a cool solution for ski storage on the X with the Falcon wing doors",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/168014307009892354,[],[],0,,False,4,1,1,,None,,,,,,,[],,,, +3077,167699464134475776,167699464134475776,1328817642000.0,2012-02-09 20:00:42,+0000,,"Btw, Foster the People is playing the Model X event tonight. Seemed like the right vibe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/167699464134475776,[],[],0,,False,9,11,40,,None,,,,,,,[],,,, +3078,167648387313840128,167648387313840128,1328805465000.0,2012-02-09 16:37:45,+0000,,Model X sketch showing just a bit more leg. Unveiling tonight... http://t.co/KASHBP5p,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/167648387313840128,[],['https://pbs.twimg.com/media/AlObUe1CMAAw3Db.png'],1,https://pbs.twimg.com/media/AlObUe1CMAAw3Db.png,False,148,42,110,,None,,,,,,,[],,,, +3079,167325254451081216,167325254451081216,1328728424000.0,2012-02-08 19:13:44,+0000,,"Cool new @NASA pic of the most powerful type of solar flare, called X-class. Am not making this up! http://t.co/eJKSQqvO",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/167325254451081216,[],['https://pbs.twimg.com/media/AlJ1brHCMAAKHut.jpg'],1,https://pbs.twimg.com/media/AlJ1brHCMAAKHut.jpg,False,58,8,44,,None,,,,,,,[],,,, +3080,167105458753118208,167105458753118208,1328676020000.0,2012-02-08 04:40:20,+0000,,Russia and China are blocking UN action. Can't imagine why they wouldn't support a democratic uprising...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/167105458753118208,[],[],0,,False,31,12,42,,None,,,,,,,[],,,, +3081,167104295504838656,167104295504838656,1328675743000.0,2012-02-08 04:35:43,+0000,,Wish there was something we could do to help the people of Syria. http://t.co/Ii7v7Cgw,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/167104295504838656,['http://www.youtube.com/watch?v=Cxt4ZT1GspA'],[],0,,False,27,6,20,,None,,,,,,,[],,,, +3082,166781555950354432,166643212348432384,1328598796000.0,2012-02-07 07:13:16,+0000,,"@BenToBeWild Yes, we will unveil a fully functional advanced prototype of the Model X -- almost identical to production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/166781555950354432,[],[],0,,False,2,2,6,,None,,,,,,,[],,,, +3083,166336380820144128,166336380820144128,1328492658000.0,2012-02-06 01:44:18,+0000,,The sheer size of Falcon Heavy is mind-blowing. It could literally send a fully loaded London bus to the moon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/166336380820144128,[],[],0,,False,16,23,82,,None,,,,,,,[],,,, +3084,166333716359168000,166333716359168000,1328492023000.0,2012-02-06 01:33:43,+0000,,The London Sunday Times created a chart showing how Falcon compares to the Saturn V and Shuttle http://t.co/nJMPtYPd,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/166333716359168000,[],['https://pbs.twimg.com/media/Ak7voj4CQAI6KV4.png'],1,https://pbs.twimg.com/media/Ak7voj4CQAI6KV4.png,False,90,15,138,,None,,,,,,,[],,,, +3085,166251564032471040,166251564032471040,1328472436000.0,2012-02-05 20:07:16,+0000,,Just posted a photo http://t.co/eN9xzbfO,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/166251564032471040,['http://instagr.am/p/obKUg/'],[],0,,False,28,12,4,,None,,,,,,,[],,,, +3086,165898145841168385,165625646788247553,1328388174000.0,2012-02-04 20:42:54,+0000,,"@MacDeviant Yeah, we will stream the whole mission realtime with no buffer. You see what we see.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/165898145841168385,[],[],0,,False,3,3,4,,None,,,,,,,[],,,, +3087,165622701631868928,165622701631868928,1328322504000.0,2012-02-04 02:28:24,+0000,,Docking with Space Station now likely to happen in April. Hopefully will look something like this: http://t.co/A2gd9ziC,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/165622701631868928,[],['https://pbs.twimg.com/media/Akxo-DoCEAAgZbA.jpg'],1,https://pbs.twimg.com/media/Akxo-DoCEAAgZbA.jpg,False,55,21,103,,None,,,,,,,[],,,, +3088,165117415460569092,165117415460569092,1328202034000.0,2012-02-02 17:00:34,+0000,,The most interesting view of the Model X is really with the doors open http://t.co/On77BuiU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/165117415460569092,[],['https://pbs.twimg.com/media/Akqdah8CAAEBi0z.jpg'],1,https://pbs.twimg.com/media/Akqdah8CAAEBi0z.jpg,False,78,36,48,,None,,,,,,,[],,,, +3089,164740558374445056,164740558374445056,1328112185000.0,2012-02-01 16:03:05,+0000,,Just test-fired the Superdraco rocket engine. Enables launch escape and landing on thrusters. SpaceX.com http://t.co/IJaYVEE9,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/164740558374445056,[],['https://pbs.twimg.com/media/AklGqj5CIAEREbN.jpg'],1,https://pbs.twimg.com/media/AklGqj5CIAEREbN.jpg,False,66,15,63,,None,,,,,,,[],,,, +3090,164637208769339392,164637208769339392,1328087544000.0,2012-02-01 09:12:24,+0000,,"Um, while awesome in its own way, that was not actually the SpaceX theme song. It seems that irony is sometimes lost in a tweet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/164637208769339392,[],[],0,,False,20,12,6,,None,,,,,,,[],,,, +3091,164389972688908289,164389972688908289,1328028598000.0,2012-01-31 16:49:58,+0000,,The SpaceX theme song by Total Ghost is just too good ... ooh ooh ooh http://t.co/BuKuopI5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/164389972688908289,['http://www.youtube.com/watch?v=MezkEiS-6jA'],[],0,,False,83,15,30,,None,,,,,,,[],,,, +3092,163349291790893056,163349291790893056,1327780480000.0,2012-01-28 19:54:40,+0000,,The lady doth protest too little. http://t.co/jJTbU8tg,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/163349291790893056,['http://finance.yahoo.com/news/topless-protesters-detained-davos-forum-134449002.html'],[],0,,False,3,3,4,,None,,,,,,,[],,,, +3093,163084140386861056,163084140386861056,1327717263000.0,2012-01-28 02:21:03,+0000,,The Model X unveiling will be webcast live on http://t.co/S4ZQwTgq at 8pm on Feb 9th. Most cars are pretty blah. This is not.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/163084140386861056,['http://teslamotors.com'],[],0,,False,22,19,106,,None,,,,,,,[],,,, +3094,162997068040904706,162997068040904706,1327696504000.0,2012-01-27 20:35:04,+0000,,Beautiful picture of Earth from the new NASA satellite http://t.co/uOgyp4vg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/162997068040904706,[],['https://pbs.twimg.com/media/AkMU-ERCIAAHnmn.jpg'],1,https://pbs.twimg.com/media/AkMU-ERCIAAHnmn.jpg,False,162,14,99,,None,,,,,,,[],,,, +3095,161663679694241792,161663679694241792,1327378599000.0,2012-01-24 04:16:39,+0000,,Rough cut simulation of the SpaceX next gen rocket & spaceship design http://t.co/cKBviQne,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/161663679694241792,['http://www.youtube.com/watch?v=sSF81yjVbJE'],[],0,,False,17132,122,633,,None,,,,,,,[],,,, +3096,161660285659267072,161660285659267072,1327377790000.0,2012-01-24 04:03:10,+0000,,Design completed for bringing rocket back to launchpad using only thrusters. Yay. Wings r just dead weight in space.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/161660285659267072,[],[],0,,False,331,35,146,,None,,,,,,,[],,,, +3097,161645598037123073,161645598037123073,1327374289000.0,2012-01-24 03:04:49,+0000,,Strongest solar radiation storm in 7 years is blasting Earth. This huge eruption hits us tomorrow: http://t.co/VF3gTu3L,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/161645598037123073,[],['https://pbs.twimg.com/media/Aj5H0KMCIAAX_pP.jpg'],1,https://pbs.twimg.com/media/Aj5H0KMCIAAX_pP.jpg,False,407,50,447,,None,,,,,,,[],,,, +3098,161262600800313344,161262600800313344,1327282974000.0,2012-01-23 01:42:54,+0000,,Bought some wood and built a little treehouse with my boys. Few more beautiful ways to spend an afternoon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/161262600800313344,[],[],0,,False,16,18,8,,None,,,,,,,[],,,, +3099,160885484120322048,160830288291831808,1327193063000.0,2012-01-22 00:44:23,+0000,,@TheOnion I heard Lars von Trier optioned the movie rights,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/160885484120322048,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +3100,159453674517692416,159453674517692416,1326851693000.0,2012-01-18 01:54:53,+0000,,"That said, even though they cause me grief, I would defend the right of shorts to exist. They are often unreasonably maligned.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/159453674517692416,[],[],0,,False,7046,178,398,,None,,,,,,,[],,,, +3101,159396536621596672,159396536621596672,1326838070000.0,2012-01-17 22:07:50,+0000,,That's not just paranoia (a healthy trait at times). Tesla really is under massive attack by short sellers http://t.co/PUxAOOm2,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/159396536621596672,['http://www.nasdaq.com/symbol/tsla/short-interest'],[],0,,False,16,23,14,,None,,,,,,,[],,,, +3102,159330976378519552,159330976378519552,1326822439000.0,2012-01-17 17:47:19,+0000,,Will communicate better in the future. Too many people want us to fail and are willing to twist any bit of news against Tesla.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/159330976378519552,[],[],0,,False,163,44,43,,None,,,,,,,[],,,, +3103,159330380955136001,159330380955136001,1326822297000.0,2012-01-17 17:44:57,+0000,,"TSLA down ~$500M Friday, but back up ~$500M today. Sorry for the roller coaster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/159330380955136001,[],[],0,,False,13,11,25,,None,,,,,,,[],,,, +3104,158284645656571904,158284645656571904,1326572974000.0,2012-01-14 20:29:34,+0000,,"Somebody needs to tell Kim Jong-un that the showbiz phrase ""break a leg"" doesn't mean what he thinks it does",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/158284645656571904,[],[],0,,False,10,4,7,,None,,,,,,,[],,,, +3105,158284167891791872,158284167891791872,1326572861000.0,2012-01-14 20:27:41,+0000,,"Once more, with feeling! ""North Korea Punishes Insincere Mourners"" http://t.co/ozqhp1aC",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/158284167891791872,['http://www.newser.com/story/137399/north-korea-punishes-insincere-mourners.html?utm_source=syn&utm_medium=goognews&utm_campaign=chan3_feed'],[],0,,False,5,3,16,,None,,,,,,,[],,,, +3106,157700726515183616,157700726515183616,1326433757000.0,2012-01-13 05:49:17,+0000,,"A Tesla Roadster just passed the 100,000 mile mark for the first time and still has over 200 miles of range.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/157700726515183616,[],[],0,,False,15,5,51,,None,,,,,,,[],,,, +3107,157599662159835136,157599662159835136,1326409662000.0,2012-01-12 23:07:42,+0000,,What is more magical than cowboys herding cats? Livin' the dream... http://t.co/1pLhb9lc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/157599662159835136,['http://www.youtube.com/watch?v=Pk7yqlTMvp8'],[],0,,False,93,18,23,,None,,,,,,,[],,,, +3108,157569537548623872,157569537548623872,1326402479000.0,2012-01-12 21:07:59,+0000,,"Kids these days are so grown up! RT ""Second-Graders Wow Audience With School Production Of Equus"" http://t.co/YgyAIrwI",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/157569537548623872,['http://onion.com/bXDbyJ'],[],0,,False,3,2,2,,None,,,,,,,[],,,, +3109,157292663601758208,157292663601758208,1326336468000.0,2012-01-12 02:47:48,+0000,,Model S Performance powertrain produced so much torque today that we broke the dyno. 4.4 sec 0-60 mph will not be a problem.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/157292663601758208,[],[],0,,False,32,16,110,,None,,,,,,,[],,,, +3110,156927468836630528,156927468836630528,1326249399000.0,2012-01-11 02:36:39,+0000,,"The exec conf room at Tesla used to be called Denali, but I decided to move a few letters around. Seemed more apt :) http://t.co/Raq5UaR6",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/156927468836630528,[],['https://pbs.twimg.com/media/Ai2Es5PCMAEykyx.jpg'],1,https://pbs.twimg.com/media/Ai2Es5PCMAEykyx.jpg,False,315,32,67,,None,,,,,,,[],,,, +3111,155380533533220864,155380533533220864,1325880580000.0,2012-01-06 20:09:40,+0000,,Model S Signature series sold out as of today https://t.co/pKbR0ziP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/155380533533220864,['https://www.teslamotors.com/own'],[],0,,False,9,18,50,,None,,,,,,,[],,,, +3112,155340355884167169,155340355884167169,1325871001000.0,2012-01-06 17:30:01,+0000,,Next month is also when our Dragon spaceship docks with the Space Station for the first time. Major pucker factor...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/155340355884167169,[],[],0,,False,51,15,38,,None,,,,,,,[],,,, +3113,155339851812700160,155339851812700160,1325870881000.0,2012-01-06 17:28:01,+0000,,Feb is huge month. Model X world premier and public reveal of our LA design studio on the 9th. Stay tuned for more details.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/155339851812700160,[],[],0,,False,17,13,26,,None,,,,,,,[],,,, +3114,154313189079777280,154313189079777280,1325626105000.0,2012-01-03 21:28:25,+0000,,Just finished Massie's book on Catherine. An amazingly expansive and compelling portrait of an incredible woman. Highly recommend.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/154313189079777280,[],[],0,,False,13,4,2,,None,,,,,,,[],,,, +3115,154307255536324608,154249485529255936,1325624691000.0,2012-01-03 21:04:51,+0000,,"@om Respectfully disagree. Larry made awesome moves last year, which laid the foundation for G+ to kick butt in 2012. He's a stud.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/154307255536324608,[],[],0,,False,13,6,10,,None,,,,,,,[],,,, +3116,154094195089473536,154094195089473536,1325573893000.0,2012-01-03 06:58:13,+0000,,"What everyone really thinks ... RT “@jonlovett: If Mayans were good at predicting the future, there'd be Mayans.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/154094195089473536,[],[],0,,False,22,4,90,,None,,,,,,,[],,,, +3117,153594528908058624,153594528908058624,1325454764000.0,2012-01-01 21:52:44,+0000,,"On a lighter note, the RHCP are f* awesome. No better way to bring in the New Year... http://t.co/TlkAdzsk",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/153594528908058624,[],['https://pbs.twimg.com/media/AiGtaQdCIAE5uq6.jpg'],1,https://pbs.twimg.com/media/AiGtaQdCIAE5uq6.jpg,False,92,4,14,,None,,,,,,,[],,,, +3118,153578511687368704,153578511687368704,1325450945000.0,2012-01-01 20:49:05,+0000,,I said *information* weapons for a reason. The bit is mightier than the bomb.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153578511687368704,[],[],0,,False,16,6,12,,None,,,,,,,[],,,, +3119,153576623101313025,153576623101313025,1325450494000.0,2012-01-01 20:41:34,+0000,,"If we are not careful, we will find that knife against liberty's neck. Fate has a great sense of irony. http://t.co/OQ2u1zHQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153576623101313025,['http://boingboing.net/2011/12/31/aclu-fights-kafkaesque-secret.html?utm_source=dlvr.it&utm_medium=twitter'],[],0,,False,14,4,10,,None,,,,,,,[],,,, +3120,153574532031070208,153574532031070208,1325449996000.0,2012-01-01 20:33:16,+0000,,"We built powerful information weapons to fight enemies of liberty. Now those enemies are largely defeated, but the weapons remain.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153574532031070208,[],[],0,,False,21,7,28,,None,,,,,,,[],,,, +3121,153519464653127680,153507481161711616,1325436867000.0,2012-01-01 16:54:27,+0000,,"@FareedZakaria However, China's real estate crisis will explode in a way that makes ours look puny. They can't hide it for much longer.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153519464653127680,[],[],0,,False,6,3,2,,None,,,,,,,[],,,, +3122,153518263001808896,153507481161711616,1325436580000.0,2012-01-01 16:49:40,+0000,,"@FareedZakaria Yeah, 2012 will be great for the American economy & jobs, as we've mostly dealt with the overbuilt housing crisis.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153518263001808896,[],[],0,,False,25,4,1,,None,,,,,,,[],,,, +3123,153515940707975169,153515940707975169,1325436027000.0,2012-01-01 16:40:27,+0000,,"My first prediction of 2012 has come true: ouch, my head hurts.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153515940707975169,[],[],0,,False,339,16,12,,None,,,,,,,[],,,, +3124,153236159361847298,153236159361847298,1325369322000.0,2011-12-31 22:08:42,+0000,,World violence being super low is probably counter-intuitive to most people. That's because modern media is a misery microscope.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/153236159361847298,[],[],0,,False,32,9,65,,None,,,,,,,[],,,, +3125,153235426126213120,153235426126213120,1325369147000.0,2011-12-31 22:05:47,+0000,,Here's a happy thought for 2012: world violence is at an all time historical low. Excellent piece by Stephen Pinker http://t.co/gv4MLfQe,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/153235426126213120,['http://j.mp/sLFDtN'],[],0,,False,34,10,84,,None,,,,,,,[],,,, +3126,153099684280410112,153099684280410112,1325336783000.0,2011-12-31 13:06:23,+0000,,Hacked my Tesla charge connector on a small island in the rain last night #whatcouldpossiblygowrong,en,['whatcouldpossiblygowrong'],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/153099684280410112,[],[],0,,False,405,55,32,,None,,,,,,,[],,,, +3127,152774892591398913,152774892591398913,1325259347000.0,2011-12-30 15:35:47,+0000,,"Not that this really matters. All current rocket tech, including ours, sucks. Only when it becomes fully reusable, will it not suck.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/152774892591398913,[],[],0,,False,1298,26,182,,None,,,,,,,[],,,, +3128,152763084488982531,152763084488982531,1325256532000.0,2011-12-30 14:48:52,+0000,,"SpaceX has Boeing, Lockheed, Europe (Ariane) and Russia (Proton/Soyuz) near checkmate in rocket technology. End game is all about China.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/152763084488982531,[],[],0,,False,453,20,49,,None,,,,,,,[],,,, +3129,152759917621690368,152759917621690368,1325255777000.0,2011-12-30 14:36:17,+0000,,China unveils ambitious space strategy http://t.co/udHmuft2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/152759917621690368,['http://www.nytimes.com/2011/12/30/world/asia/china-unveils-ambitious-plan-to-explore-space.html'],[],0,,False,317,13,17,,None,,,,,,,[],,,, +3130,152614233278910464,152614233278910464,1325221043000.0,2011-12-30 04:57:23,+0000,,"To be clear, CtG absolutely did *not* bang her horse. They were just close friends who liked to take showers together and spoon at night.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152614233278910464,[],[],0,,False,137,30,50,,None,,,,,,,[],,,, +3131,152602438807994369,152602438807994369,1325218231000.0,2011-12-30 04:10:31,+0000,,"Right mood, scented candles, Barry White singing ""Can't Get Enough of Your Love, Baby"" and the magic (by that I mean horsef*ing) happens ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152602438807994369,[],[],0,,False,528,59,320,,None,,,,,,,[],,,, +3132,152600724222656512,152600724222656512,1325217822000.0,2011-12-30 04:03:42,+0000,,I'm just saying that u shouldn't pass judgment based on one night of passion. Sometimes things just happen and u go with the moment :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152600724222656512,[],[],0,,False,65,38,27,,None,,,,,,,[],,,, +3133,152599413813018624,152599413813018624,1325217510000.0,2011-12-30 03:58:30,+0000,,"Sew one button, doesn't make u a tailor; cook one meal, doesn't make u a chef; but f* one horse and u r a horsef*er for all of history...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/152599413813018624,[],[],0,,False,168062,1815,46325,,None,,,,,,,[],,,, +3134,152598246475317248,152598246475317248,1325217231000.0,2011-12-30 03:53:51,+0000,,"Am reading Robert Massie's book on Catherine the Great. Yeah, I know what you're probably thinking ... did she really f* a horse?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/152598246475317248,[],[],0,,False,133,23,46,,None,,,,,,,[],,,, +3135,152520590719336448,152520590719336448,1325198717000.0,2011-12-29 22:45:17,+0000,,"Am not saying that is *necessarily* good or bad, but reality will force us to live with the consequences of our actions http://t.co/fnXmhUok",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/152520590719336448,['http://j.mp/tDhcer'],[],0,,False,14,7,6,,None,,,,,,,[],,,, +3136,152517033207136256,152517033207136256,1325197869000.0,2011-12-29 22:31:09,+0000,,Interesting Economist article about how humanity's collective actions have created a fundamentally new geological age -- the Anthropocene.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/152517033207136256,[],[],0,,False,22,8,7,,None,,,,,,,[],,,, +3137,152394000857448448,152164359987142657,1325168535000.0,2011-12-29 14:22:15,+0000,,"@om Cool personal essay. It really resonated with me, as I felt the same way after coming very close to dying from malaria ten years ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/152394000857448448,[],[],0,,False,27,9,8,,None,,,,,,,[],,,, +3138,152315925167742977,152315925167742977,1325149921000.0,2011-12-29 09:12:01,+0000,,"@richardbranson Liked ""Screw Business as Usual"" a lot. This approach should be taken to heart by all, as it really is the smart move.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/152315925167742977,[],[],0,,False,100,7,11,,None,,,,,,,[],,,, +3139,152311993636892672,150720923127922688,1325148983000.0,2011-12-29 08:56:23,+0000,,"@kanyewest Just returned from Haiti. For those who want to help, I recommend donating to MSF, UNICEF and Artists for Peace & Justice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/152311993636892672,[],[],0,,False,24,8,9,,None,,,,,,,[],,,, +3140,152153637639028736,152151847614943233,1325111228000.0,2011-12-28 22:27:08,+0000,,@TheOnion So true :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/152153637639028736,[],[],0,,False,12,7,1,,None,,,,,,,[],,,, +3141,151809315026636800,151809315026636800,1325029135000.0,2011-12-27 23:38:55,+0000,,If you ever wanted to know the *real* truth about the moon landings ...(best Onion article ever) http://t.co/pgNEJsjI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/151809315026636800,['http://j.mp/vLhhov'],[],0,,False,39,13,34,,None,,,,,,,[],,,, +3142,151338939389706242,151338939389706242,1324916990000.0,2011-12-26 16:29:50,+0000,,Walked around a neighborhood recently rebuilt with help from APJ and others http://t.co/KYHjsS1k,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151338939389706242,[],['https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg'],1,https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg,False,155,9,18,,None,,,,,,,[],,,, +3143,151337237429239808,151337237429239808,1324916584000.0,2011-12-26 16:23:04,+0000,,"It was Xmas, so we brought presents for the kids at the orphanage. They don't usually get much. http://t.co/r8qfluIG",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151337237429239808,[],['https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg'],1,https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg,False,158,15,13,,None,,,,,,,[],,,, +3144,151327734843445249,151327734843445249,1324914318000.0,2011-12-26 15:45:18,+0000,,"Met with UNICEF, Doctors Without Borders and Artists for Peace & Justice. I support them and would recommend others do too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151327734843445249,[],[],0,,False,20,5,31,,None,,,,,,,[],,,, +3145,151322293174419456,151322293174419456,1324913020000.0,2011-12-26 15:23:40,+0000,,Just returned from a trip to Haiti. Covered a lot of ground and saw many tough situations. They need a lot of help.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151322293174419456,[],[],0,,False,26,16,14,,None,,,,,,,[],,,, +3146,151317672217419777,151317672217419777,1324911919000.0,2011-12-26 15:05:19,+0000,,Single character Tweets are the ulitmate extension of the Twitmeme...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151317672217419777,[],[],0,,False,23,30,6,,None,,,,,,,[],,,, +3147,151151777662779392,151151777662779392,1324872366000.0,2011-12-26 04:06:06,+0000,,I,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/151151777662779392,[],[],0,,False,176,27,89,,None,,,,,,,[],,,, +3148,150390624552615937,150390624552615937,1324690893000.0,2011-12-24 01:41:33,+0000,,The Russians are having some challenges with their rockets. Too many of the engineers that designed them have retired: http://t.co/rEs7spSU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150390624552615937,['http://ow.ly/89k5F'],[],0,,False,17,27,14,,None,,,,,,,[],,,, +3149,150388617246801920,150388617246801920,1324690415000.0,2011-12-24 01:33:35,+0000,,We had a long and interesting conversation on many subjects. He has exciting ideas for extending his creative talents beyond music.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150388617246801920,[],[],0,,False,41,11,6,,None,,,,,,,[],,,, +3150,150387544402575360,150387544402575360,1324690159000.0,2011-12-24 01:29:19,+0000,,Kanye stopped by the SpaceX rocket factory today. http://t.co/6z7gHBn6,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150387544402575360,[],['https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg'],1,https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg,False,117055,1332,8414,,None,,,,,,,[],,,, +3151,149813972915339264,149813972915339264,1324553410000.0,2011-12-22 11:30:10,+0000,,Model S options are out! Performance in red and black for me. I will deliver my car in June/July. http://t.co/acnyP4nh,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/149813972915339264,[],['https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg'],1,https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg,False,444,40,52,,None,,,,,,,[],,,, +3152,149787827712958464,149787827712958464,1324547176000.0,2011-12-22 09:46:16,+0000,,"Hi, I'm Art Garfunkel. Have you heard the sound of silence? Because, you know, it makes a sound... http://t.co/7vgya9xL",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/149787827712958464,[],['https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg'],1,https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg,False,896,86,150,,None,,,,,,,[],,,, +3153,149688828599349251,149688828599349251,1324523572000.0,2011-12-22 03:12:52,+0000,,Raul Campos invited me to do a guest DJ gig on KCRW. Hear my random holiday season music selections at http://t.co/o6FQASvC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/149688828599349251,['http://ow.ly/87gEb'],[],0,,False,9,6,4,,None,,,,,,,[],,,, +3154,149629518267695104,149629518267695104,1324509431000.0,2011-12-21 23:17:11,+0000,,Yum! Even better than deep fried butter: http://t.co/Ody21NuD,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/149629518267695104,['http://ow.ly/877EB'],[],0,,False,10,7,2,,None,,,,,,,[],,,, +3155,149447517325635584,149447517325635584,1324466039000.0,2011-12-21 11:13:59,+0000,,"Yeah, this really is me, as my Mom @mayemusk will attest. Not sure I can handle just doing 140 char missives. Will put longer thoughts on G+",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149447517325635584,[],[],0,,False,34,11,4,,None,,,,,,,[],,,, +3156,149444078210256896,149444078210256896,1324465219000.0,2011-12-21 11:00:19,+0000,,"Got called randomly by Kanye West today and received a download of his thoughts, ranging from shoes to Moses. He was polite, but opaque.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149444078210256896,[],[],0,,False,1068,19,546,,None,,,,,,,[],,,, +3157,149441101684686848,149441101684686848,1324464509000.0,2011-12-21 10:48:29,+0000,,His singing and acting talent will be sorely missed: http://t.co/IIFKob75 South Park sequel coming soon...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149441101684686848,['http://www.youtube.com/watch?v=jdug6yHJB40&feature=related'],[],0,,False,32,6,2,,None,,,,,,,[],,,, +3158,149439686702661632,149439686702661632,1324464172000.0,2011-12-21 10:42:52,+0000,,Why does the crowd cry over the glorious leader Kim Il Sung's death? Fear of being shot may play a role: http://t.co/hoQrYtG1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149439686702661632,['http://ow.ly/86gDA'],[],0,,False,23,20,9,,None,,,,,,,[],,,, +3159,149436471764459520,149436471764459520,1324463405000.0,2011-12-21 10:30:05,+0000,,Sam Harris also wrote a nice piece on the awesomeness of Hitchens: http://t.co/fPkLiK3v May the good man RIP.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149436471764459520,['http://www.samharris.org/blog/item/hitch/'],[],0,,False,103,12,21,,None,,,,,,,[],,,, +3160,149435658115612672,149435658115612672,1324463211000.0,2011-12-21 10:26:51,+0000,,"Read ""Lying"", the new book by my friend Sam Harris. Excellent cover art and lots of good reasons not to lie!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149435658115612672,[],[],0,,False,60,12,13,,None,,,,,,,[],,,, +3161,143171132814671872,143171132814671872,1322969632000.0,2011-12-04 03:33:52,+0000,,Am reading a great biography of Ben Franklin by Isaacson. Highly recommended.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/143171132814671872,[],[],0,,False,65,17,9,,None,,,,,,,[],,,, +3162,142881284019060736,142881284019060736,1322900527000.0,2011-12-03 08:22:07,+0000,,That was a total non sequitur btw,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142881284019060736,[],[],0,,False,53,31,6,,None,,,,,,,[],,,, +3163,142880871391838208,142880871391838208,1322900428000.0,2011-12-03 08:20:28,+0000,,"Great Voltaire quote, arguably better than Twain. Hearing news of his own death, Voltaire replied the reports were true, only premature.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142880871391838208,[],[],0,,False,29,7,25,,None,,,,,,,[],,,, +3164,142188458125963264,142188458125963264,1322735344000.0,2011-12-01 10:29:04,+0000,,I made the volume on the Model S http://t.co/wMCnT53M go to 11. Now I just need to work in a miniature Stonehenge...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/142188458125963264,['http://ow.ly/i/mtD7'],[],0,,False,78,31,9,,None,,,,,,,[],,,, +3165,142179928203460608,142179928203460608,1322733311000.0,2011-12-01 09:55:11,+0000,,"Went to Iceland on Sat to ride bumper cars on ice! No, not the country, Vlad's rink in Van Nuys. Awesome family fun :) http://t.co/rBQXJ9IT",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/142179928203460608,[],['https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg'],1,https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg,False,189,32,15,,None,,,,,,,[],,,, +3166,15434727182,15434727182,1275676317000.0,2010-06-04 18:31:57,+0000,,"Please ignore prior tweets, as that was someone pretending to be me :) This is actually me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/15434727182,[],[],0,,False,4652,391,348,,None,,,,,,,[],,,, diff --git a/task1/2018.csv b/task1/2018.csv new file mode 100644 index 0000000..aed8730 --- /dev/null +++ b/task1/2018.csv @@ -0,0 +1,2286 @@ +,id,conversation_id,created_at,date,timezone,place,tweet,language,hashtags,cashtags,user_id,user_id_str,username,name,day,hour,link,urls,photos,video,thumbnail,retweet,nlikes,nreplies,nretweets,quote_url,search,near,geo,source,user_rt_id,user_rt,retweet_id,reply_to,retweet_date,translate,trans_src,trans_dest +0,1079469237230493696,1079155749077475328,1546200496000.0,2018-12-30 20:08:16,+0000,,@Ben757677 @vincent13031925 Thanks Tesla owners in China! Looking forward to visiting soon for the groundbreaking of Gigafactory Shanghai!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1079469237230493696,[],[],0,,False,2789,99,132,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +1,1079459047252709377,1079457030060924928,1546198066000.0,2018-12-30 19:27:46,+0000,,"@Grimezsz Turns out if you take Dayquil, you exit The Matrix",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1079459047252709377,[],[],0,,False,14452,303,940,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☾laire de ☾une', 'id': '276540738'}]",,,, +2,1078716366591483904,1078716366591483904,1546020998000.0,2018-12-28 18:16:38,+0000,,Excited to have Larry Ellison & Kathleen Wilson-Thompson join the Tesla board! https://t.co/CQyvkgsCsT,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1078716366591483904,[],"['https://pbs.twimg.com/media/Dvhe0B6UUAAbgNU.jpg', 'https://pbs.twimg.com/media/Dvhe0B5U8AAyZ16.jpg']",1,https://pbs.twimg.com/media/Dvhe0B6UUAAbgNU.jpg,False,36045,1013,2158,,None,,,,,,,[],,,, +3,1078529476018008064,1078529330492321793,1545976439000.0,2018-12-28 05:53:59,+0000,,@NutmegTheRed @Tesla Ok,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,05,https://twitter.com/elonmusk/status/1078529476018008064,[],[],0,,False,535,40,17,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4,1078395092090699776,1078383289356902401,1545944400000.0,2018-12-27 21:00:00,+0000,,@westcoastbill Tesla team did a great job!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1078395092090699776,[],[],0,,False,3750,100,141,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +5,1078193151498567681,1078021840444903424,1545896253000.0,2018-12-27 07:37:33,+0000,,@teslaownersSV @alexraikos 2020,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,07,https://twitter.com/elonmusk/status/1078193151498567681,[],[],0,,False,744,77,23,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners of Silicon Valley', 'id': '1016059981907386368'}]",,,, +6,1078192684433469440,1078021840444903424,1545896142000.0,2018-12-27 07:35:42,+0000,,@alexraikos Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,07,https://twitter.com/elonmusk/status/1078192684433469440,[],[],0,,False,581,14,12,,None,,,,,,,[],,,, +7,1078187280563560448,1077321639157731330,1545894854000.0,2018-12-27 07:14:14,+0000,,@SeanABragg @EcoHeliGuy @13ericralph31 @NCBirbhan @AwakenedParadi1 @demishassabis I will provide a detailed explanation in March/April,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,07,https://twitter.com/elonmusk/status/1078187280563560448,[],[],0,,False,903,43,38,,None,,,,,,,"[{'screen_name': 'SeanABragg', 'name': 'Sean Bragg', 'id': '2547339619'}, {'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary', 'id': '2510241619'}, {'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +8,1078185691475922944,1077321639157731330,1545894475000.0,2018-12-27 07:07:55,+0000,,@EcoHeliGuy @13ericralph31 @NCBirbhan @AwakenedParadi1 @demishassabis Time. Although it also turned out to be dramatically better.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,07,https://twitter.com/elonmusk/status/1078185691475922944,[],[],0,,False,815,30,34,,None,,,,,,,"[{'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary', 'id': '2510241619'}, {'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +9,1078184288032415744,1077321639157731330,1545894140000.0,2018-12-27 07:02:20,+0000,,@13ericralph31 @NCBirbhan @AwakenedParadi1 @demishassabis Exactly,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,07,https://twitter.com/elonmusk/status/1078184288032415744,[],[],0,,False,687,10,22,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary', 'id': '2510241619'}, {'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +10,1078182922643861504,1077321639157731330,1545893815000.0,2018-12-27 06:56:55,+0000,,@Kristennetten @13ericralph31 @AwakenedParadi1 @demishassabis Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/1078182922643861504,[],[],0,,False,510,16,19,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨the 10th', 'id': '985686123123949568'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +11,1078180361346068480,1077321639157731330,1545893204000.0,2018-12-27 06:46:44,+0000,,@13ericralph31 @AwakenedParadi1 @demishassabis Probability at 60% & rising rapidly due to new architecture,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/1078180361346068480,[],[],0,,False,1009,35,71,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +12,1078177203592937472,1077321639157731330,1545892451000.0,2018-12-27 06:34:11,+0000,,@AwakenedParadi1 @demishassabis 30%,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/1078177203592937472,[],[],0,,False,581,19,19,,None,,,,,,,"[{'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +13,1078172950128283648,1077321639157731330,1545891437000.0,2018-12-27 06:17:17,+0000,,@demishassabis Congratulations,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/1078172950128283648,[],[],0,,False,4583,47,124,,None,,,,,,,"[{'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +14,1078139346811740160,1078021840444903424,1545883425000.0,2018-12-27 04:03:45,+0000,,@ckgaparajita Coming soon,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,04,https://twitter.com/elonmusk/status/1078139346811740160,[],[],0,,False,486,15,13,,None,,,,,,,"[{'screen_name': 'ckgaparajita', 'name': '🕉 Aparajita', 'id': '233624878'}]",,,, +15,1078135761566720000,1078014421446799360,1545882571000.0,2018-12-27 03:49:31,+0000,,@whatsinside Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,03,https://twitter.com/elonmusk/status/1078135761566720000,[],[],0,,False,1118,26,21,,None,,,,,,,"[{'screen_name': 'whatsinside', 'name': ""WHAT'S INSIDE?"", 'id': '3239203002'}]",,,, +16,1078135544029184000,1078021840444903424,1545882519000.0,2018-12-27 03:48:39,+0000,,@5AllanLeVito Got it 😀🇺🇦,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,03,https://twitter.com/elonmusk/status/1078135544029184000,[],[],0,,False,2619,67,410,,None,,,,,,,"[{'screen_name': '5AllanLeVito', 'name': 'vAnilla Love t', 'id': '2476622113'}]",,,, +17,1078023397819305984,1078021840444903424,1545855781000.0,2018-12-26 20:23:01,+0000,,"@motorsep Definitely. All major highways in Texas will have Superchargers, all the way to Brownsville & across Mexico.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1078023397819305984,[],[],0,,False,821,37,34,,None,,,,,,,"[{'screen_name': 'motorsep', 'name': 'Alex 3yb0v', 'id': '120263833'}]",,,, +18,1078022367673085953,1078021840444903424,1545855535000.0,2018-12-26 20:18:55,+0000,,@JimJimroger Yep,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1078022367673085953,[],[],0,,False,991,18,13,,None,,,,,,,"[{'screen_name': 'JimJimroger', 'name': 'Jim Roger Johansen #TSLA', 'id': '4092772127'}]",,,, +19,1078022229927968768,1078021840444903424,1545855502000.0,2018-12-26 20:18:22,+0000,,@Dodo723 Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1078022229927968768,[],[],0,,False,803,39,21,,None,,,,,,,"[{'screen_name': 'Dodo723', 'name': 'Mustata Alin', 'id': '573915049'}]",,,, +20,1078021840444903424,1078021840444903424,1545855410000.0,2018-12-26 20:16:50,+0000,,"Yes. Supercharger coverage will extend to 100% of Europe next year. From Ireland to Kiev, from Norway to Turkey.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1078021840444903424,[],[],0,,False,17023,1515,1876,https://twitter.com/shortword/status/1078020855689547776,None,,,,,,,[],,,, +21,1078014421446799360,1078014421446799360,1545853641000.0,2018-12-26 19:47:21,+0000,,"Most people don’t know that the Tesla Supercharger network allows easy long distance travel throughout USA, most of Europe, Canada and China https://t.co/ZzN9Tabq8C",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1078014421446799360,['https://www.tesla.com/findus?v=2&bounds=70.04727546592196%2C-72.3304073559143%2C-11.962870650187314%2C-138.2483761059143&zoom=3&filters=supercharger'],[],0,,False,14784,971,1268,,None,,,,,,,[],,,, +22,1078012795847753728,1078000436697677824,1545853253000.0,2018-12-26 19:40:53,+0000,,@martinmeany We are dramatically increasing Tesla Superchargers within cities & working with landlords to add home charging to apartment buildings,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1078012795847753728,[],[],0,,False,806,42,51,,None,,,,,,,"[{'screen_name': 'martinmeany', 'name': 'Marty Meany', 'id': '443299036'}]",,,, +23,1078012289255563264,1078012098821517312,1545853132000.0,2018-12-26 19:38:52,+0000,,@magoo5042 @Tesla Ok,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1078012289255563264,[],[],0,,False,398,8,6,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +24,1078011986036707328,1078000436697677824,1545853060000.0,2018-12-26 19:37:40,+0000,,@JP_Cautillo Wow!,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1078011986036707328,[],[],0,,False,494,20,7,,None,,,,,,,"[{'screen_name': 'JP_Cautillo', 'name': 'John-Paul Cautillo', 'id': '816611765572222976'}]",,,, +25,1078010341651492865,1078000436697677824,1545852668000.0,2018-12-26 19:31:08,+0000,,"@JT_Richards @MMelinot @chuckyyyd This is incorrect. Vast majority of vehicle motion is returned to the battery, as the electric motors act like a generator in reverse. Brake pads on a Tesla literally never need to be replaced for lifetime of the car.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1078010341651492865,[],[],0,,False,6632,316,531,,None,,,,,,,"[{'screen_name': 'JT_Richards', 'name': 'J-T Richards', 'id': '411066461'}, {'screen_name': 'chuckyyyd', 'name': 'charlie h.', 'id': '122572409'}]",,,, +26,1078008530253148160,1078000436697677824,1545852236000.0,2018-12-26 19:23:56,+0000,,"Most importantly, every electric car, Tesla or otherwise, matters to the environment we all share. Every time someone chooses electric, the future gets a little bit brighter! If not Tesla, please take a look at these other options: https://t.co/FZVNlGWYgA",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1078008530253148160,['https://en.m.wikipedia.org/wiki/List_of_electric_cars_currently_available'],[],0,,False,19194,650,2175,,None,,,,,,,[],,,, +27,1078004889597337600,1078000436697677824,1545851368000.0,2018-12-26 19:09:28,+0000,,"And, because electricity costs much less than gasoline, a Model 3 can cost about $1000 less per year to operate. Because it’s electric, there are no oil changes, smog checks, tuneups, fuel filter, or brake pad replacements.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1078004889597337600,[],[],0,,False,18194,618,1789,,None,,,,,,,[],,,, +28,1078001984790118400,1078000436697677824,1545850676000.0,2018-12-26 18:57:56,+0000,,"There are also many state & local incentives, for example California offers $2500, plus $800 from utilities & access to carpool lane, Colorado $4000, etc https://t.co/lmD3ZNFR9M",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1078001984790118400,['https://www.tesla.com/support/incentives'],[],0,,False,4530,133,408,,None,,,,,,,[],,,, +29,1078000436697677824,1078000436697677824,1545850307000.0,2018-12-26 18:51:47,+0000,,Reminder to US buyers that the $7500 tax credit cuts in half in 5 days! Order online at https://t.co/46TXqRrsdr to see if there is any inventory left in your region or visit Tesla stores.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1078000436697677824,['http://Tesla.com'],[],0,,False,12650,497,1217,,None,,,,,,,[],,,, +30,1077623025900519424,1077623025900519424,1545760325000.0,2018-12-25 17:52:05,+0000,,Merry Christmas & goodwill to all!! ⛄️ 🎄 🎁 🎅 💝 😀,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1077623025900519424,[],[],0,,False,184206,4283,15198,,None,,,,,,,[],,,, +31,1077477602091257857,1077106553189093376,1545725653000.0,2018-12-25 08:14:13,+0000,,"@AndrewSamoylich @Erdayastronaut @13ericralph31 @grafikhure_de @StevenHardison No, Raptors must be shielded during atmospheric entry. Although, maybe not ...",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,08,https://twitter.com/elonmusk/status/1077477602091257857,[],[],0,,False,823,36,26,,None,,,,,,,"[{'screen_name': 'AndrewSamoylich', 'name': 'Andrew Samoylich', 'id': '605485978'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +32,1077477101815635968,1077291579054927872,1545725534000.0,2018-12-25 08:12:14,+0000,,"@lexfridman @Tesla @karpathy Thanks, hope you have a good holiday! Your insight on autonomy is excellent.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,08,https://twitter.com/elonmusk/status/1077477101815635968,[],[],0,,False,7600,88,202,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +33,1077460744793288704,1077423894271795200,1545721634000.0,2018-12-25 07:07:14,+0000,,@cleantechnica Sigh,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,07,https://twitter.com/elonmusk/status/1077460744793288704,[],[],0,,False,7097,310,225,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +34,1077374176460136448,1077374048177410049,1545700994000.0,2018-12-25 01:23:14,+0000,,@john_bowie Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,01,https://twitter.com/elonmusk/status/1077374176460136448,[],[],0,,False,532,26,14,,None,,,,,,,"[{'screen_name': 'john_bowie', 'name': 'john_bowie', 'id': '15404939'}]",,,, +35,1077353613997920257,1077106553189093376,1545696092000.0,2018-12-25 00:01:32,+0000,,"@Erdayastronaut @13ericralph31 @grafikhure_de @StevenHardison Leeward side needs nothing, windward side will be activity cooled with residual (cryo) liquid methane, so will appear liquid silver even on hot side",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,00,https://twitter.com/elonmusk/status/1077353613997920257,[],[],0,,False,1656,115,113,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +36,1077346612362371073,1077278851086991360,1545694423000.0,2018-12-24 23:33:43,+0000,,@vicentes @Tesla Glad you’re ok!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1077346612362371073,[],[],0,,False,26382,115,393,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +37,1077346382359322625,1077106553189093376,1545694368000.0,2018-12-24 23:32:48,+0000,,@grafikhure_de @StevenHardison Starship will look like liquid silver,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1077346382359322625,[],[],0,,False,1190,37,58,,None,,,,,,,"[{'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +38,1077277688497197056,1076700164121751552,1545677990000.0,2018-12-24 18:59:50,+0000,,@elliemecham @whatsinside Haha 🤣,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,18,https://twitter.com/elonmusk/status/1077277688497197056,[],[],0,,False,861,21,17,,None,,,,,,,"[{'screen_name': 'elliemecham', 'name': 'Ellie Mecham', 'id': '392395586'}, {'screen_name': 'whatsinside', 'name': ""WHAT'S INSIDE?"", 'id': '3239203002'}]",,,, +39,1077124199636856832,1077106553189093376,1545641395000.0,2018-12-24 08:49:55,+0000,,@Kristennetten @rokosslav @grafikhure_de @StevenHardison Maybe,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,08,https://twitter.com/elonmusk/status/1077124199636856832,[],[],0,,False,1553,63,31,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨the 10th', 'id': '985686123123949568'}, {'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +40,1077115813516066816,1077106553189093376,1545639396000.0,2018-12-24 08:16:36,+0000,,@rokosslav @grafikhure_de @StevenHardison Much less,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,08,https://twitter.com/elonmusk/status/1077115813516066816,[],[],0,,False,1604,26,32,,None,,,,,,,"[{'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +41,1077115129055956994,1077106553189093376,1545639233000.0,2018-12-24 08:13:53,+0000,,@grafikhure_de @StevenHardison Skin will get too hot for paint. Stainless mirror finish. Maximum relfectivity.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,08,https://twitter.com/elonmusk/status/1077115129055956994,[],[],0,,False,2875,89,94,,None,,,,,,,"[{'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +42,1077112458714566656,1077106553189093376,1545638596000.0,2018-12-24 08:03:16,+0000,,@Sloppy93 3,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,08,https://twitter.com/elonmusk/status/1077112458714566656,[],[],0,,False,1490,28,30,,None,,,,,,,"[{'screen_name': 'Sloppy93', 'name': 'Alex Tutt', 'id': '913934962411409408'}]",,,, +43,1077111607564464129,1077106553189093376,1545638393000.0,2018-12-24 07:59:53,+0000,,"@StevenHardison Usable strength/weight of full hard stainless at cryo is slightly better than carbon fiber, room temp is worse, high temp is vastly better",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,07,https://twitter.com/elonmusk/status/1077111607564464129,[],[],0,,False,3046,69,117,,None,,,,,,,"[{'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +44,1077109917595492352,1076977053042466821,1545637990000.0,2018-12-24 07:53:10,+0000,,"@DJSnM Yes, signal acquired from that dish",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,07,https://twitter.com/elonmusk/status/1077109917595492352,[],[],0,,False,1230,17,29,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +45,1077106553189093376,1077106553189093376,1545637188000.0,2018-12-24 07:39:48,+0000,,Stainless Steel Starship https://t.co/rRoiEKKrYc,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,07,https://twitter.com/elonmusk/status/1077106553189093376,[],['https://pbs.twimg.com/media/DvKmsU1V4AE9Xqr.jpg'],1,https://pbs.twimg.com/media/DvKmsU1V4AE9Xqr.jpg,False,96388,2329,8118,,None,,,,,,,[],,,, +46,1077105238333517825,1076930534994071552,1545636875000.0,2018-12-24 07:34:35,+0000,,@nextPlanetOver @WorldAndScience Which seems to be the approximate pixel size of reality,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,07,https://twitter.com/elonmusk/status/1077105238333517825,[],[],0,,False,924,31,29,,None,,,,,,,"[{'screen_name': 'nextPlanetOver', 'name': '.', 'id': '879103588752117760'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +47,1077104665399947264,1076930534994071552,1545636738000.0,2018-12-24 07:32:18,+0000,,@nextPlanetOver @WorldAndScience When it’s no longer noticeable over Planck’s length,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,07,https://twitter.com/elonmusk/status/1077104665399947264,[],[],0,,False,774,19,23,,None,,,,,,,"[{'screen_name': 'nextPlanetOver', 'name': '.', 'id': '879103588752117760'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +48,1076984701804412928,1076930534994071552,1545608136000.0,2018-12-23 23:35:36,+0000,,@WorldAndScience Yes! People are almost always surprised to learn that Earth’s gravitational reach is infinite. “Zero gravity” is achieved by zooming around Earth super fast until outward acceleration equals inward acceleration of gravity.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,23,https://twitter.com/elonmusk/status/1076984701804412928,[],[],0,,False,27745,610,2081,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +49,1076977053042466821,1076977053042466821,1545606313000.0,2018-12-23 23:05:13,+0000,,At SpaceX Boca Chica launch site in Texas https://t.co/MtxkuhDDdE,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,23,https://twitter.com/elonmusk/status/1076977053042466821,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1076976619695165440/pu/img/MTUs89hugUS5VmhV.jpg,False,29345,649,2349,,None,,,,,,,[],,,, +50,1076905111597662208,1076905111597662208,1545589161000.0,2018-12-23 18:19:21,+0000,,Amazing space progress by China. This year they did more orbital launches than the USA for the first time.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1076905111597662208,[],[],0,,False,24203,582,2302,https://twitter.com/sciam/status/1076888923790553088,None,,,,,,,[],,,, +51,1076864234695192576,1076864234695192576,1545579415000.0,2018-12-23 15:36:55,+0000,,Engineering is true magic,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,15,https://twitter.com/elonmusk/status/1076864234695192576,[],[],0,,False,214844,4020,38504,,None,,,,,,,[],,,, +52,1076850433262444544,1076700164121751552,1545576124000.0,2018-12-23 14:42:04,+0000,,@nichegamer Yezzz,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,14,https://twitter.com/elonmusk/status/1076850433262444544,[],[],0,,False,684,37,22,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +53,1076848882196205568,1076720837263282178,1545575755000.0,2018-12-23 14:35:55,+0000,,@LeilaniMunter @Tesla @HickoryPD @StephenAtHome @cleanairNC @cleanenergyorg @CMPD How bizarre. Sorry to hear that.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,14,https://twitter.com/elonmusk/status/1076848882196205568,[],[],0,,False,4339,169,110,,None,,,,,,,"[{'screen_name': 'LeilaniMunter', 'name': 'Leilani Münter', 'id': '15650636'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'HickoryPD', 'name': 'Hickory PD', 'id': '2384088236'}, {'screen_name': 'StephenAtHome', 'name': 'Stephen Colbert', 'id': '16303106'}, {'screen_name': 'cleanairNC', 'name': 'Clean Air Carolina', 'id': '61569777'}, {'screen_name': 'cleanenergyorg', 'name': 'Southern Alliance for Clean Energy', 'id': '92029221'}, {'screen_name': 'CMPD', 'name': 'CMPD News', 'id': '348056993'}]",,,, +54,1076710801283543041,1076700164121751552,1545542834000.0,2018-12-23 05:27:14,+0000,,@nichegamer Putting in little outward-facing speakers would open up a lot of opportunities …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,05,https://twitter.com/elonmusk/status/1076710801283543041,[],[],0,,False,4259,148,84,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +55,1076700164121751552,1076700164121751552,1545540297000.0,2018-12-23 04:44:57,+0000,,Please put “invented car fart” on my gravestone. This is my only request.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,04,https://twitter.com/elonmusk/status/1076700164121751552,[],[],0,,False,163217,2742,16390,,None,,,,,,,[],,,, +56,1076686201061404672,1076549215151566848,1545536968000.0,2018-12-23 03:49:28,+0000,,@Robotbeat @Jon128123 @Diver2441 @Erdayastronaut @NASASpaceflight @_Synders @John_Gardi @martinengwicht @JeromeJaccard @alan1bernard Our superalloy foundry is now almost fully operational. This allows rapid iteration on Raptor.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/1076686201061404672,[],[],0,,False,1000,50,62,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'Jon128123', 'name': 'Jonathan', 'id': '936345360993222656'}, {'screen_name': 'Diver2441', 'name': 'Diver', 'id': '373562488'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +57,1076684059827302400,1076549215151566848,1545536458000.0,2018-12-23 03:40:58,+0000,,"@Robotbeat @Jon128123 @Diver2441 @Erdayastronaut @NASASpaceflight @_Synders @John_Gardi @martinengwicht @JeromeJaccard @alan1bernard SpaceX metallurgy team developed SX500 superalloy for 12000 psi, hot oxygen-rich gas. It was hard. Almost any metal turns into a flare in those conditions.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/1076684059827302400,[],[],0,,False,1118,42,97,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'Jon128123', 'name': 'Jonathan', 'id': '936345360993222656'}, {'screen_name': 'Diver2441', 'name': 'Diver', 'id': '373562488'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +58,1076647564357787649,1076549215151566848,1545527757000.0,2018-12-23 01:15:57,+0000,,@BENBALLER Thanks!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1076647564357787649,[],[],0,,False,1132,17,57,,None,,,,,,,"[{'screen_name': 'BENBALLER', 'name': 'BEN BALLER™', 'id': '18210908'}]",,,, +59,1076619460562247680,1076549215151566848,1545521056000.0,2018-12-22 23:24:16,+0000,,"@Erdayastronaut @NASASpaceflight @_Synders @John_Gardi @martinengwicht @JeromeJaccard @Robotbeat @alan1bernard It’s embarrassing that Boeing/Lockheed need to use a Russian engine on Atlas, but that engine design is brilliant",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1076619460562247680,[],[],0,,False,2012,103,186,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +60,1076618886932353024,1076549215151566848,1545520919000.0,2018-12-22 23:21:59,+0000,,"@Erdayastronaut @NASASpaceflight @_Synders @John_Gardi @martinengwicht @JeromeJaccard @Robotbeat @alan1bernard You def don’t want electric pumps on a rocket engine! Raptor turbopumps alone need 100,000 horsepower per engine. That’s not a typo.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1076618886932353024,[],[],0,,False,1254,46,74,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +61,1076618077301665793,1076549215151566848,1545520726000.0,2018-12-22 23:18:46,+0000,,"@Erdayastronaut @NASASpaceflight @_Synders @John_Gardi @martinengwicht @JeromeJaccard @Robotbeat @alan1bernard Yes, full flow, gas-gas, staged combustion. Will take us time to work up to 300 bar. That is a mad level.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1076618077301665793,[],[],0,,False,1223,35,57,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +62,1076616737020231681,1076549215151566848,1545520407000.0,2018-12-22 23:13:27,+0000,,@NASASpaceflight @_Synders @John_Gardi @martinengwicht @Erdayastronaut @JeromeJaccard @Robotbeat @alan1bernard Yes. Radically redesigned Raptor ready to fire next month.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1076616737020231681,[],[],0,,False,1508,69,91,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +63,1076615094086193152,1076549215151566848,1545520015000.0,2018-12-22 23:06:55,+0000,,"@Erdayastronaut @ludan27 @JeromeJaccard @Robotbeat @alan1bernard Seriously! We are just on the wrong planet for SSTO. Mars, no problem.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1076615094086193152,[],[],0,,False,1360,48,60,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'ludan27', 'name': 'Luca Garbarini', 'id': '2875151365'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +64,1076614135138312192,1076549215151566848,1545519786000.0,2018-12-22 23:03:06,+0000,,"@_Synders @John_Gardi @martinengwicht @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard Starlink V1 on Falcon, V2+ on Starship. Basically, all future products will contain either the word “star” or “link” 😀",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1076614135138312192,[],[],0,,False,1417,38,72,,None,,,,,,,"[{'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +65,1076613555091234816,1076549215151566848,1545519648000.0,2018-12-22 23:00:48,+0000,,"@ludan27 @Erdayastronaut @JeromeJaccard @Robotbeat @alan1bernard Yes, but single stage to orbit with no payload is pointless. Add Super Heavy rocket booster & orbital payload is gigantic. Only need booster on Earth, due to deep gravity well & thick atmosphere. Starship alone on moons & Mars.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1076613555091234816,[],[],0,,False,1129,33,60,,None,,,,,,,"[{'screen_name': 'ludan27', 'name': 'Luca Garbarini', 'id': '2875151365'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +66,1076612546793095168,1076549215151566848,1545519408000.0,2018-12-22 22:56:48,+0000,,@John_Gardi @martinengwicht @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard Coldformed at cryo,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1076612546793095168,[],[],0,,False,838,18,24,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +67,1076612033011826688,1076549215151566848,1545519285000.0,2018-12-22 22:54:45,+0000,,"@Malcolmmarsman @TheMuddySchmuck @martinengwicht @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard This test hopper is at full body diameter of 9m / 30 ft, just not full height. Super Heavy will be full height & diameter.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1076612033011826688,[],[],0,,False,721,26,46,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'TheMuddySchmuck', 'name': 'Muddy Schmuck 🇺🇸🇹🇼🇭🇰🇮🇱', 'id': '20160570'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +68,1076611280700530688,1076549215151566848,1545519106000.0,2018-12-22 22:51:46,+0000,,@TheMuddySchmuck @martinengwicht @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard We’re building subsections of the Starship Mk I orbital design there,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1076611280700530688,[],[],0,,False,645,14,34,,None,,,,,,,"[{'screen_name': 'TheMuddySchmuck', 'name': 'Muddy Schmuck 🇺🇸🇹🇼🇭🇰🇮🇱', 'id': '20160570'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +69,1076610926491496448,1076549215151566848,1545519021000.0,2018-12-22 22:50:21,+0000,,@thescalex @Jonas123denmark @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard Exactly,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1076610926491496448,[],[],0,,False,797,20,19,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +70,1076609328239374336,1076549215151566848,1545518640000.0,2018-12-22 22:44:00,+0000,,"@martinengwicht @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard For sheet/plate, at supplier made to our spec. For cast, in our Hawthorne foundry.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1076609328239374336,[],[],0,,False,935,19,37,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +71,1076608854643814400,1076549215151566848,1545518528000.0,2018-12-22 22:42:08,+0000,,@johnkrausphotos @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1076608854643814400,[],[],0,,False,936,23,28,,None,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +72,1076608579652616192,1076549215151566848,1545518462000.0,2018-12-22 22:41:02,+0000,,"@Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard I will do a full technical presentation of Starship after the test vehicle we’re building in Texas flies, so hopefully March/April",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1076608579652616192,[],[],0,,False,2290,91,241,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +73,1076607861952671744,1076549215151566848,1545518291000.0,2018-12-22 22:38:11,+0000,,"@Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard Yup. Actually, the only significant design element in common with early Atlas is stainless steel & we’re using a different alloy mix. I super ♥️ 300 Series Stainless!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1076607861952671744,[],[],0,,False,1708,43,71,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +74,1076606482332807168,1076549215151566848,1545517962000.0,2018-12-22 22:32:42,+0000,,"@Erdayastronaut @JeromeJaccard @Robotbeat @alan1bernard While there are some material similarities, Starship is very different from the Atlas design",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1076606482332807168,[],[],0,,False,1145,35,47,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +75,1076595190658265088,1076549215151566848,1545515270000.0,2018-12-22 21:47:50,+0000,,"@Erdayastronaut @JeromeJaccard @Robotbeat @alan1bernard Stainless steel is correct, but different mixture of alloys & new architecture. Unlike Atlas, Starship is buckling stable on launchpad even when unpressurized.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1076595190658265088,[],[],0,,False,2023,80,145,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +76,1076554450720837632,1076549215151566848,1545505557000.0,2018-12-22 19:05:57,+0000,,"@wangmeister If Tesla committed delivery & customer made good faith efforts to receive before year end, Tesla will cover the tax credit difference",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1076554450720837632,[],[],0,,False,1325,74,105,,None,,,,,,,"[{'screen_name': 'wangmeister', 'name': 'WangMeister', 'id': '1269764781520465920'}]",,,, +77,1076553576216850432,1076549215151566848,1545505348000.0,2018-12-22 19:02:28,+0000,,@alan1bernard Coming soon,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1076553576216850432,[],[],0,,False,1261,26,25,,None,,,,,,,"[{'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +78,1076553242622849024,1076549215151566848,1545505269000.0,2018-12-22 19:01:09,+0000,,"@wangmeister It will be tight, but Tesla production should have all mid-range Model 3 orders delivered by year end",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1076553242622849024,[],[],0,,False,760,14,29,,None,,,,,,,"[{'screen_name': 'wangmeister', 'name': 'WangMeister', 'id': '1269764781520465920'}]",,,, +79,1076550054607908864,1076549962383556608,1545504509000.0,2018-12-22 18:48:29,+0000,,@MikeKasprzik @Tesla Try connecting to WiFi,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1076550054607908864,[],[],0,,False,436,14,12,,None,,,,,,,"[{'screen_name': 'MikeKasprzik', 'name': 'Mike Kasprzik', 'id': '2396923568'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +80,1076549215151566848,1076549215151566848,1545504308000.0,2018-12-22 18:45:08,+0000,,"Tesla has released all cars for sale where original customer can’t take delivery before year end, as well as test drive / display cars, which cost less. Reminder to US buyers that $7500 tax credit drops in half in 8 days. Order online at https://t.co/46TXqRrsdr or visit stores.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1076549215151566848,['http://Tesla.com'],[],0,,False,14000,795,1407,,None,,,,,,,[],,,, +81,1076387441915752454,1075976916530806784,1545465739000.0,2018-12-22 08:02:19,+0000,,@quantumVerd @QuilletteM @pewdiepie Only if Dawkins joins,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,08,https://twitter.com/elonmusk/status/1076387441915752454,[],[],0,,False,9937,187,493,,None,,,,,,,"[{'screen_name': 'quantumVerd', 'name': 'Guillaume Verdon', 'id': '48144742'}, {'screen_name': 'QuilletteM', 'name': 'Quillette', 'id': '1083500812758904837'}, {'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +82,1076386406698602497,1075976916530806784,1545465492000.0,2018-12-22 07:58:12,+0000,,@QuilletteM Interesting,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,07,https://twitter.com/elonmusk/status/1076386406698602497,[],[],0,,False,34210,606,1633,,None,,,,,,,"[{'screen_name': 'QuilletteM', 'name': 'Quillette', 'id': '1083500812758904837'}]",,,, +83,1076082661016297472,1076020860173996032,1545393073000.0,2018-12-21 11:51:13,+0000,,@Shedletsky 👌,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,11,https://twitter.com/elonmusk/status/1076082661016297472,[],[],0,,False,2968,48,57,,None,,,,,,,"[{'screen_name': 'Shedletsky', 'name': 'John Shedletsky and 3,154,054 others', 'id': '30060311'}]",,,, +84,1076081614562578432,1076081614562578432,1545392824000.0,2018-12-21 11:47:04,+0000,,💛 Bajirao Mastani 💛 https://t.co/XbmDpiyfOP https://t.co/DZyV6S7TJZ,in,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,11,https://twitter.com/elonmusk/status/1076081614562578432,['https://m.youtube.com/watch?v=h6lHUn20J5g'],['https://pbs.twimg.com/tweet_video_thumb/Du8ChI6V4AAMXSi.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/Du8ChI6V4AAMXSi.jpg,False,58398,3889,11014,,None,,,,,,,[],,,, +85,1076020860173996032,1076020860173996032,1545378339000.0,2018-12-21 07:45:39,+0000,,"Anxiety is a scalar, fear is a vector",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/1076020860173996032,[],[],0,,False,157270,2979,33341,,None,,,,,,,[],,,, +86,1075999978420547585,1075509421260697602,1545373360000.0,2018-12-21 06:22:40,+0000,,@MiLeung Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1075999978420547585,[],[],0,,False,2071,50,57,,None,,,,,,,"[{'screen_name': 'MiLeung', 'name': 'Mike', 'id': '2300943354'}]",,,, +87,1075999491159818240,1075591313469300737,1545373244000.0,2018-12-21 06:20:44,+0000,,@chrinder Haha,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1075999491159818240,[],[],0,,False,3757,37,83,,None,,,,,,,"[{'screen_name': 'chrinder', 'name': 'Christian Anderson', 'id': '5190131'}]",,,, +88,1075996412985241600,1075974199452360704,1545372510000.0,2018-12-21 06:08:30,+0000,,@WWERollins Namaste 🙏,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1075996412985241600,[],[],0,,False,26036,519,1230,,None,,,,,,,"[{'screen_name': 'WWERollins', 'name': 'Seth Rollins', 'id': '122555803'}]",,,, +89,1075926481421897728,1075920279086391296,1545355837000.0,2018-12-21 01:30:37,+0000,,@Taraustralis Needs a warmup,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,01,https://twitter.com/elonmusk/status/1075926481421897728,[],[],0,,False,12043,430,391,,None,,,,,,,"[{'screen_name': 'Taraustralis', 'name': 'Taraustralis', 'id': '1006232250'}]",,,, +90,1075790799982419968,1075789698776350720,1545323488000.0,2018-12-20 16:31:28,+0000,,@Space_Station @AstroAnnimal @Astro_DavidS Must feel amazing up there in microgravity zooming around the Earth every 90 minutes! Hope you have a Merry Christmas!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,16,https://twitter.com/elonmusk/status/1075790799982419968,[],[],0,,False,8242,121,289,,None,,,,,,,"[{'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'AstroAnnimal', 'name': 'Anne McClain', 'id': '1533844754'}, {'screen_name': 'Astro_DavidS', 'name': 'David Saint-Jacques', 'id': '351621695'}]",,,, +91,1075776717011050496,1075113483358912512,1545320130000.0,2018-12-20 15:35:30,+0000,,"@JohnKasich Thanks, will consider next year",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,15,https://twitter.com/elonmusk/status/1075776717011050496,[],[],0,,False,16590,298,464,,None,,,,,,,"[{'screen_name': 'JohnKasich', 'name': 'John Kasich', 'id': '18020081'}]",,,, +92,1075624663546441728,1075518412200144896,1545283878000.0,2018-12-20 05:31:18,+0000,,"@nichegamer @boringcompany So long as the tunnels are spaced about one diameter apart, most of the stress will flow around them, but this won’t matter for the first few layers",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,05,https://twitter.com/elonmusk/status/1075624663546441728,[],[],0,,False,867,28,39,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +93,1075584037115158530,1075584037115158530,1545274192000.0,2018-12-20 02:49:52,+0000,,Tesla phone app release next week will enable service scheduling in 2 mins with a few taps. No more need to call!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,02,https://twitter.com/elonmusk/status/1075584037115158530,[],[],0,,False,22087,678,1208,,None,,,,,,,[],,,, +94,1075577037803245568,1075445380521844736,1545272523000.0,2018-12-20 02:22:03,+0000,,@wolfejosh 😴,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,02,https://twitter.com/elonmusk/status/1075577037803245568,[],[],0,,False,645,50,21,,None,,,,,,,"[{'screen_name': 'wolfejosh', 'name': 'Josh Wolfe', 'id': '15370019'}]",,,, +95,1075567834506321920,1075445380521844736,1545270329000.0,2018-12-20 01:45:29,+0000,,@Itsjoeco @wolfejosh 💨,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,01,https://twitter.com/elonmusk/status/1075567834506321920,[],[],0,,False,734,40,19,,None,,,,,,,"[{'screen_name': 'Itsjoeco', 'name': 'Joe Colangelo', 'id': '294682376'}, {'screen_name': 'wolfejosh', 'name': 'Josh Wolfe', 'id': '15370019'}]",,,, +96,1075565544676290560,1075445380521844736,1545269783000.0,2018-12-20 01:36:23,+0000,,@wolfejosh 💨,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,01,https://twitter.com/elonmusk/status/1075565544676290560,[],[],0,,False,3007,116,117,,None,,,,,,,"[{'screen_name': 'wolfejosh', 'name': 'Josh Wolfe', 'id': '15370019'}]",,,, +97,1075561530081521664,1075561530081521664,1545268826000.0,2018-12-20 01:20:26,+0000,,"As a thank you to Tesla short sellers, we named a 💨 after them haha https://t.co/5GCgM4RT4W",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,01,https://twitter.com/elonmusk/status/1075561530081521664,['https://techcrunch.com/2018/12/19/listen-to-a-tesla-make-6-farting-noises-on-demand/'],[],0,,False,14706,671,1517,,None,,,,,,,[],,,, +98,1075523305489068032,1075518767118065668,1545259712000.0,2018-12-19 22:48:32,+0000,,@c7five @Jaku 👍,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1075523305489068032,[],[],0,,False,504,19,10,,None,,,,,,,"[{'screen_name': 'c7five', 'name': 'Nicholas J. Percoco', 'id': '32495046'}, {'screen_name': 'Jaku', 'name': 'Jaku', 'id': '5156901'}]",,,, +99,1075518412200144896,1075518412200144896,1545258546000.0,2018-12-19 22:29:06,+0000,,"Perhaps lost in the transport debate is that @boringcompany built a 6000 ft tunnel in LA for ~$10M with V1 (Godot). Next tunnel will be made with V2 (Line-Storm). V3 (Prufrock), aspirationally 10X better, should be operational next year. For reference: https://t.co/LS4EhN57Mw",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1075518412200144896,['https://www.citylab.com/transportation/2018/01/why-its-so-expensive-to-build-urban-rail-in-the-us/551408/'],[],0,,False,12748,664,1489,,None,,,,,,,[],,,, +100,1075509421260697602,1075509421260697602,1545256402000.0,2018-12-19 21:53:22,+0000,,Join our underground movement!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/1075509421260697602,[],[],0,,False,120983,3947,8504,,None,,,,,,,[],,,, +101,1075508694832406531,1075227467239940096,1545256229000.0,2018-12-19 21:50:29,+0000,,"@DeadstockNYC Reverse back down (using same roller guide wheels, so no skill required) & tow or flatbed it out",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/1075508694832406531,[],[],0,,False,454,13,12,,None,,,,,,,"[{'screen_name': 'DeadstockNYC', 'name': 'DeadstockNYC', 'id': '217416589'}]",,,, +102,1075507842826723328,1075457030620569600,1545256026000.0,2018-12-19 21:47:06,+0000,,@vicentes @Attack @Tesla Ok 😀💨,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/1075507842826723328,[],[],0,,False,1462,32,51,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'Attack', 'name': 'Kevin Pereira', 'id': '9275742'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +103,1075479386839642112,1075468125221441536,1545249241000.0,2018-12-19 19:54:01,+0000,,@EcoHeliGuy @Erdayastronaut @martinengwicht @realkrauswife @Tesla Autopilot doesn’t need the guide wheels. They’re only there if there is a complete system failure. Turns will definitely be banked in future.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1075479386839642112,[],[],0,,False,584,26,35,,None,,,,,,,"[{'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'realkrauswife', 'name': 'Rachel Kraus', 'id': '292781918'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +104,1075477156199710720,1075477156199710720,1545248710000.0,2018-12-19 19:45:10,+0000,,Are tunnels safe in an earthquake? https://t.co/vxcZ2Hi2qx,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1075477156199710720,[],['https://pbs.twimg.com/media/DuzcxX6U0AAN8HG.jpg'],1,https://pbs.twimg.com/media/DuzcxX6U0AAN8HG.jpg,False,37825,883,3998,,None,,,,,,,[],,,, +105,1075475853516001281,1075468125221441536,1545248399000.0,2018-12-19 19:39:59,+0000,,@Robotbeat @michaelknaepen @ElSchumi @FredericLambert @boringcompany Exactly,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1075475853516001281,[],[],0,,False,450,31,22,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'michaelknaepen', 'name': 'Michael Knaepen', 'id': '276127736'}, {'screen_name': 'ElSchumi', 'name': 'El', 'id': '17720198'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +106,1075475761581027328,1075468125221441536,1545248377000.0,2018-12-19 19:39:37,+0000,,"@Erdayastronaut @martinengwicht @realkrauswife @Tesla The guides are basically just a wheel, a shock absorber & a solenoid. Costs a few hundred dollars in volume.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1075475761581027328,[],[],0,,False,745,42,31,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'realkrauswife', 'name': 'Rachel Kraus', 'id': '292781918'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +107,1075474965632212992,1075468125221441536,1545248187000.0,2018-12-19 19:36:27,+0000,,"@MattRemp Yeah, it would allow many streets to become parks and walking areas. Less concrete, more trees.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1075474965632212992,[],[],0,,False,983,44,69,,None,,,,,,,"[{'screen_name': 'MattRemp', 'name': 'Matt Rempel', 'id': '180537492'}]",,,, +108,1075474378148667392,1075468125221441536,1545248047000.0,2018-12-19 19:34:07,+0000,,"@martinengwicht @realkrauswife Probably only need three types: straight ramp, spiral ramp & elevator. Latter only for tight spaces.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1075474378148667392,[],[],0,,False,554,8,24,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'realkrauswife', 'name': 'Rachel Kraus', 'id': '292781918'}]",,,, +109,1075473821937717248,1075468125221441536,1545247915000.0,2018-12-19 19:31:55,+0000,,"@ElSchumi @FredericLambert @boringcompany Passive lateral safety is required by regulators & I think they’re right. Might be able to build this into the tunnel wall though. So long as the vehicle is prevented by physics from rolling or jackknifing, there is probably a good safety argument.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1075473821937717248,[],[],0,,False,452,16,24,,None,,,,,,,"[{'screen_name': 'ElSchumi', 'name': 'El', 'id': '17720198'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +110,1075472770358697984,1075468125221441536,1545247664000.0,2018-12-19 19:27:44,+0000,,"@FredericLambert @boringcompany You’re right. We did have a sim ready, but it was confusing, so I didn’t include it. We’re working on one that makes things clear.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1075472770358697984,[],[],0,,False,1373,38,45,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +111,1075471897775681536,1075468125221441536,1545247456000.0,2018-12-19 19:24:16,+0000,,"@realkrauswife Pop up, park and walk!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1075471897775681536,[],[],0,,False,535,12,22,,None,,,,,,,"[{'screen_name': 'realkrauswife', 'name': 'Rachel Kraus', 'id': '292781918'}]",,,, +112,1075471709224849408,1075468125221441536,1545247411000.0,2018-12-19 19:23:31,+0000,,@realkrauswife I know that area well. Best would be to add ramps into the tunnel system from the basement levels of the parking lots surrounding 3rd St.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1075471709224849408,[],[],0,,False,548,10,26,,None,,,,,,,"[{'screen_name': 'realkrauswife', 'name': 'Rachel Kraus', 'id': '292781918'}]",,,, +113,1075470694568288256,1075468125221441536,1545247169000.0,2018-12-19 19:19:29,+0000,,"If all vehicles were densely seated buses, throughput in excess of 100,000 people per hour per lane is possible, but better to offer a range of vehicles & let people decide what makes them happy",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1075470694568288256,[],[],0,,False,10924,308,480,,None,,,,,,,[],,,, +114,1075469603503915008,1075468125221441536,1545246909000.0,2018-12-19 19:15:09,+0000,,"A variety of vehicles, like normal roads, from a small car to a densely seated bus. Must be seated & belted for high speed safety.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1075469603503915008,[],[],0,,False,9661,135,392,,None,,,,,,,[],,,, +115,1075468125221441536,1075468125221441536,1545246556000.0,2018-12-19 19:09:16,+0000,,Next step for @BoringCompany Loop is demonstrating high throughput at high speed. Target is 4000 vehicles/hour at 155mph (250km/h).,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1075468125221441536,[],[],0,,False,26782,851,2221,,None,,,,,,,[],,,, +116,1075238526566916101,1075227467239940096,1545191816000.0,2018-12-19 03:56:56,+0000,,@joshjob42 @flaneur @boringcompany Precisely,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,03,https://twitter.com/elonmusk/status/1075238526566916101,[],[],0,,False,1018,58,39,,None,,,,,,,"[{'screen_name': 'joshjob42', 'name': 'Josh Job 🌐🥑🔰', 'id': '285908278'}, {'screen_name': 'flaneur', 'name': 'Matthew Ogle', 'id': '1859981'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +117,1075238045731811328,1075152373880782848,1545191701000.0,2018-12-19 03:55:01,+0000,,Presentation starting at 8:15,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,03,https://twitter.com/elonmusk/status/1075238045731811328,[],[],0,,False,7920,355,324,,None,,,,,,,[],,,, +118,1075233198181761029,1075227467239940096,1545190545000.0,2018-12-19 03:35:45,+0000,,"@CasPiancey @boringcompany This *is* affordable mass transit, but better in that it takes you where and when you to go",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,03,https://twitter.com/elonmusk/status/1075233198181761029,[],[],0,,False,1020,67,54,,None,,,,,,,"[{'screen_name': 'CasPiancey', 'name': 'Cas “Mildly Interesting” Piancey', 'id': '801191868969013248'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +119,1075232313082929154,1075232313082929154,1545190334000.0,2018-12-19 03:32:14,+0000,,"The demo ride takes you in *same* car on road, down elevator, zips through tunnel using guide wheels, up elevator at destination & then drives on normal roads back to start",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,03,https://twitter.com/elonmusk/status/1075232313082929154,[],[],0,,False,22844,553,1396,,None,,,,,,,[],,,, +120,1075230308545454080,1075227467239940096,1545189857000.0,2018-12-19 03:24:17,+0000,,"@flaneur @boringcompany Actually way more capacity, way faster & way more convenient. Subways are fine, but it’s time to upgrade to something better.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,03,https://twitter.com/elonmusk/status/1075230308545454080,[],[],0,,False,2745,188,165,,None,,,,,,,"[{'screen_name': 'flaneur', 'name': 'Matthew Ogle', 'id': '1859981'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +121,1075229709393252352,1075227467239940096,1545189714000.0,2018-12-19 03:21:54,+0000,,All Boring Loops will include continuously circulating cars dedicated to pedestrians & cyclists,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,03,https://twitter.com/elonmusk/status/1075229709393252352,[],[],0,,False,14800,276,843,,None,,,,,,,[],,,, +122,1075229250817470464,1075227467239940096,1545189604000.0,2018-12-19 03:20:04,+0000,,"Capable of traveling safely at over 150mph. At that speed, it will feel like teleporting within a city.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,03,https://twitter.com/elonmusk/status/1075229250817470464,[],[],0,,False,20258,372,1498,,None,,,,,,,[],,,, +123,1075228679221858304,1075227467239940096,1545189468000.0,2018-12-19 03:17:48,+0000,,@alanrrios @boringcompany Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,03,https://twitter.com/elonmusk/status/1075228679221858304,[],[],0,,False,998,30,41,,None,,,,,,,"[{'screen_name': 'alanrrios', 'name': 'alan ⍨', 'id': '1343593128'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +124,1075227724430471168,1075227467239940096,1545189240000.0,2018-12-19 03:14:00,+0000,,"This can be applied to any autonomous, electric vehicle, not just Tesla",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,03,https://twitter.com/elonmusk/status/1075227724430471168,[],[],0,,False,14175,255,737,,None,,,,,,,[],,,, +125,1075227467239940096,1075227467239940096,1545189179000.0,2018-12-19 03:12:59,+0000,,Tesla in @boringcompany tunnel with retractable wheel gear that turns a car into a rail-guided train & back again https://t.co/3a6i0NoSmi,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,03,https://twitter.com/elonmusk/status/1075227467239940096,[],['https://pbs.twimg.com/media/Duv5rZLWoAArzak.jpg'],1,https://pbs.twimg.com/media/Duv5rZLWoAArzak.jpg,False,55820,1470,8163,,None,,,,,,,[],,,, +126,1075152373880782848,1075152373880782848,1545171275000.0,2018-12-18 22:14:35,+0000,,Boring product launch will be streamed live at 8pm California time tonight https://t.co/bwRt49d34V,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,22,https://twitter.com/elonmusk/status/1075152373880782848,['http://boringcompany.com'],[],0,,False,20618,696,2512,,None,,,,,,,[],,,, +127,1075144691786539008,1075118947857588225,1545169444000.0,2018-12-18 21:44:04,+0000,,@kirstenkorosec @TechCrunch @boringcompany Boring is developing an entirely new system of transport,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,21,https://twitter.com/elonmusk/status/1075144691786539008,[],[],0,,False,578,52,37,,None,,,,,,,"[{'screen_name': 'kirstenkorosec', 'name': 'Kirsten Korosec', 'id': '20009841'}, {'screen_name': 'TechCrunch', 'name': 'TechCrunch', 'id': '816653'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +128,1075138226094989312,1056027618296836098,1545167902000.0,2018-12-18 21:18:22,+0000,,@Model3Owners Same applies to those who didn’t order PUP,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,21,https://twitter.com/elonmusk/status/1075138226094989312,[],[],0,,False,554,71,27,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +129,1075131830913777664,1075118947857588225,1545166378000.0,2018-12-18 20:52:58,+0000,,@TweetReinhard @TechCrunch Exactly. It’s a good way to go. Get people with more money to pay for the development!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,20,https://twitter.com/elonmusk/status/1075131830913777664,[],[],0,,False,637,18,22,,None,,,,,,,"[{'screen_name': 'TweetReinhard', 'name': 'Reinhard Kargl', 'id': '29801588'}, {'screen_name': 'TechCrunch', 'name': 'TechCrunch', 'id': '816653'}]",,,, +130,1075131440688287744,1075118947857588225,1545166285000.0,2018-12-18 20:51:25,+0000,,"@oc_isly @TechCrunch Yeah, I wrote that back in 2006, almost 13 years ago!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,20,https://twitter.com/elonmusk/status/1075131440688287744,[],[],0,,False,819,24,37,,None,,,,,,,"[{'screen_name': 'TechCrunch', 'name': 'TechCrunch', 'id': '816653'}]",,,, +131,1075126514851602432,1075118947857588225,1545165110000.0,2018-12-18 20:31:50,+0000,,"@TechCrunch Clayton is wrong. New tech is always expensive. Tech disruption occurs at *high end*, eg computers & cell phones. It takes many design iterations & vast economies of scale to achieve mass market affordability. https://t.co/Z81VfL0yaz",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,20,https://twitter.com/elonmusk/status/1075126514851602432,[],['https://pbs.twimg.com/media/Duud3WaVAAAZV2F.jpg'],1,https://pbs.twimg.com/media/Duud3WaVAAAZV2F.jpg,False,6068,210,485,,None,,,,,,,"[{'screen_name': 'TechCrunch', 'name': 'TechCrunch', 'id': '816653'}]",,,, +132,1075047498379653120,1075047498379653120,1545146271000.0,2018-12-18 15:17:51,+0000,,Honored to work with amazing teams at SpaceX & Tesla!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,15,https://twitter.com/elonmusk/status/1075047498379653120,[],[],0,,False,33321,646,1989,https://twitter.com/Teslarati/status/1075002416830054402,None,,,,,,,[],,,, +133,1074918904852504576,1074764092018024448,1545115612000.0,2018-12-18 06:46:52,+0000,,@realrobcopeland @SpaceX Totally false. Buried in this incredibly misleading WSJ article is the actual statement from Thiel’s Founder’s Fund: “we have no concerns whatsoever.”,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/1074918904852504576,[],[],0,,False,17865,427,919,,None,,,,,,,"[{'screen_name': 'realrobcopeland', 'name': 'Rob Copeland', 'id': '97966078'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +134,1074539163322540038,1074536693456347137,1545025075000.0,2018-12-17 05:37:55,+0000,,"@cleantechnica Same facts, same period of time, but extremely different reporting",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/1074539163322540038,[],[],0,,False,7962,193,326,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +135,1074203983185567744,1074203199496540160,1544945161000.0,2018-12-16 07:26:01,+0000,,@cuppykait ‘Tis,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,07,https://twitter.com/elonmusk/status/1074203983185567744,[],[],0,,False,2095,75,41,,None,,,,,,,"[{'screen_name': 'cuppykait', 'name': 'Kaitlin Granville', 'id': '20739977'}]",,,, +136,1074203199496540160,1074203199496540160,1544944975000.0,2018-12-16 07:22:55,+0000,,Medieval Futurism,es,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,07,https://twitter.com/elonmusk/status/1074203199496540160,[],[],0,,False,61831,976,4877,https://twitter.com/w00ki33/status/1074028244813279232,None,,,,,,,[],,,, +137,1074175529413074944,1074175529413074944,1544938378000.0,2018-12-16 05:32:58,+0000,,Tesla 💨 app almost done. Important to get every note right!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,05,https://twitter.com/elonmusk/status/1074175529413074944,[],[],0,,False,33419,784,1331,,None,,,,,,,[],,,, +138,1074154185543696384,1073274501108969472,1544933289000.0,2018-12-16 04:08:09,+0000,,@richardbranson @virgingalactic @TheSpaceshipCo Thanks!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,04,https://twitter.com/elonmusk/status/1074154185543696384,[],[],0,,False,1829,63,67,,None,,,,,,,"[{'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'virgingalactic', 'name': 'Virgin Galactic', 'id': '26208862'}, {'screen_name': 'TheSpaceshipCo', 'name': 'TheSpaceshipCompany', 'id': '373727589'}]",,,, +139,1074057626550296576,1074052328993415168,1544910267000.0,2018-12-15 21:44:27,+0000,,@jallen0472 @vincent13031925 @Tesla The white seats are actually extremely stain resistant. You can spill red wine on the seats & just wipe it off.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1074057626550296576,[],[],0,,False,1532,101,89,,None,,,,,,,"[{'screen_name': 'jallen0472', 'name': 'Jason 🐏', 'id': '23261723'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +140,1074053000807608320,1073274501108969472,1544909164000.0,2018-12-15 21:26:04,+0000,,@richardbranson @virgingalactic @TheSpaceshipCo Congratulations!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1074053000807608320,[],[],0,,False,12936,132,401,,None,,,,,,,"[{'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'virgingalactic', 'name': 'Virgin Galactic', 'id': '26208862'}, {'screen_name': 'TheSpaceshipCo', 'name': 'TheSpaceshipCompany', 'id': '373727589'}]",,,, +141,1074027943150551040,1074017743471443969,1544903190000.0,2018-12-15 19:46:30,+0000,,"In other words, you may be able to get a Tesla before the $7500 US tax credit drops in 2 weeks, even if you haven’t placed an order yet",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1074027943150551040,[],[],0,,False,8873,377,489,,None,,,,,,,[],,,, +142,1074023720094642176,1074017743471443969,1544902183000.0,2018-12-15 19:29:43,+0000,,@ErikVlugt @annerajb You got it,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1074023720094642176,[],[],0,,False,1416,52,24,,None,,,,,,,"[{'screen_name': 'ErikVlugt', 'name': 'Erik Vlugt', 'id': '250914446'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +143,1074022188108267520,1074017743471443969,1544901818000.0,2018-12-15 19:23:38,+0000,,@annerajb Pretty good. I have confirmation turned off on my engineering build & interventions are rare. Probably ready to enable no confirmation setting next month.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1074022188108267520,[],[],0,,False,1032,39,41,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +144,1073849739257438208,1073849739257438208,1544860703000.0,2018-12-15 07:58:23,+0000,, https://t.co/E8fhyjN0pD,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,07,https://twitter.com/elonmusk/status/1073849739257438208,[],['https://pbs.twimg.com/media/DucUouJXgAA7tSy.jpg'],1,https://pbs.twimg.com/media/DucUouJXgAA7tSy.jpg,False,96852,1422,10202,,None,,,,,,,[],,,, +145,1073689393053855744,1073674377126993920,1544822474000.0,2018-12-14 21:21:14,+0000,,@HordurValsson @m_xalher @Tesla @ValueAnalyst1 👍,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/1073689393053855744,[],[],0,,False,875,25,15,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}]",,,, +146,1073507274419621888,1073427527169761280,1544779053000.0,2018-12-14 09:17:33,+0000,,@xi0n310 Zero Suit 😉,it,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,09,https://twitter.com/elonmusk/status/1073507274419621888,[],[],0,,False,4993,116,883,,None,,,,,,,[],,,, +147,1073429206321623040,1073427527169761280,1544760440000.0,2018-12-14 04:07:20,+0000,,@jeffects01 God Fire,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,04,https://twitter.com/elonmusk/status/1073429206321623040,[],[],0,,False,1858,74,54,,None,,,,,,,"[{'screen_name': 'jeffects01', 'name': 'Jeffects', 'id': '410240296'}]",,,, +148,1073427527169761280,1073427527169761280,1544760040000.0,2018-12-14 04:00:40,+0000,,💕🍜 ramen is sooo good🍜 💕,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,04,https://twitter.com/elonmusk/status/1073427527169761280,[],[],0,,False,305943,6210,63787,,None,,,,,,,[],,,, +149,1073423464155889665,1073396910084345856,1544759071000.0,2018-12-14 03:44:31,+0000,,@EricIdle Exactly 😀,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,03,https://twitter.com/elonmusk/status/1073423464155889665,[],[],0,,False,2677,50,45,,None,,,,,,,"[{'screen_name': 'EricIdle', 'name': 'Eric Idle', 'id': '862483279'}]",,,, +150,1073272004185272326,1073237923565371397,1544722960000.0,2018-12-13 17:42:40,+0000,,@businessinsider This part is true. I was trying to explain that we don’t want our cars to have a “tinny” sound. https://t.co/VxO9rR1uAf,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1073272004185272326,['https://m.youtube.com/watch?v=-gwXJsWHupg'],[],0,,False,9432,319,438,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +151,1072865428047720450,1072845179592298497,1544626025000.0,2018-12-12 14:47:05,+0000,,@John_Papa @Tesla You should def have a loaner. Will take care of it.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,14,https://twitter.com/elonmusk/status/1072865428047720450,[],[],0,,False,16157,211,301,,None,,,,,,,"[{'screen_name': 'John_Papa', 'name': 'John Papa', 'id': '14660297'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +152,1072534901919006720,1072534246340878336,1544547222000.0,2018-12-11 16:53:42,+0000,,@Malcolmmarsman Seems likely that we’ll be able to reuse fairings that soft-landed in the ocean. May not need net at all. Would still love to see the catch happen though ⚾️ 👍,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1072534901919006720,[],[],0,,False,1449,111,92,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Molly 🚀📡', 'id': '853658041107009536'}]",,,, +153,1072528643488972802,1072474778785714181,1544545729000.0,2018-12-11 16:28:49,+0000,,"@business Incorrect. “Chairman” is an honorific, not executive role, which means it’s not needed to run Tesla. Will retire that title at Tesla in 3 years. 60 Mins edited out end of my sentence, where I said I could do whatever I want. They cut “provided I have the support of shareholders”.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1072528643488972802,[],[],0,,False,35640,761,2707,,None,,,,,,,"[{'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +154,1072494979552030721,1072493437264515073,1544537703000.0,2018-12-11 14:15:03,+0000,,@annerajb About 10 to 14 days,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,14,https://twitter.com/elonmusk/status/1072494979552030721,[],[],0,,False,752,45,31,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +155,1072494458376257537,1072493437264515073,1544537579000.0,2018-12-11 14:12:59,+0000,,"Also, Tesla policy is that if you order a car without a test drive you get 3 days to return for full refund vs 1 day if you do get a test drive (resources are overbooked)",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,14,https://twitter.com/elonmusk/status/1072494458376257537,[],[],0,,False,7183,276,345,,None,,,,,,,[],,,, +156,1072493437264515073,1072493437264515073,1544537336000.0,2018-12-11 14:08:56,+0000,,"Important note for US Tesla buyers: Federal tax credit drops by $3750 in 3 weeks. To be on the cancellation waitlist for delivery this year or if you want a display car, order at https://t.co/46TXqRJ3C1 or visit our stores. Full refund if Tesla can’t deliver your car this year.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,14,https://twitter.com/elonmusk/status/1072493437264515073,['http://Tesla.com'],[],0,,False,11300,661,1192,,None,,,,,,,[],,,, +157,1072489892821774336,1072489234844524546,1544536491000.0,2018-12-11 13:54:51,+0000,,@erikstorli No need to wait. It’s super easy to swap the HW2 and HW3 computers. Sensors are the same.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,13,https://twitter.com/elonmusk/status/1072489892821774336,[],[],0,,False,612,21,31,,None,,,,,,,"[{'screen_name': 'erikstorli', 'name': 'Erik Storli', 'id': '14306372'}]",,,, +158,1072488765753618437,1072488092089618432,1544536222000.0,2018-12-11 13:50:22,+0000,,@lgebman I’m dying to make a pickup truck so bad … we might have a prototype to unveil next year,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,13,https://twitter.com/elonmusk/status/1072488765753618437,[],[],0,,False,3883,286,281,,None,,,,,,,"[{'screen_name': 'lgebman', 'name': 'larry', 'id': '1438977295'}]",,,, +159,1072488422122668032,1072488092089618432,1544536140000.0,2018-12-11 13:49:00,+0000,,@jpjstevenson Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,13,https://twitter.com/elonmusk/status/1072488422122668032,[],[],0,,False,1149,14,16,,None,,,,,,,"[{'screen_name': 'jpjstevenson', 'name': 'Jordan Stevenson', 'id': '271431759'}]",,,, +160,1072488092089618432,1072488092089618432,1544536061000.0,2018-12-11 13:47:41,+0000,,"Love that people are buying a Tesla for the product itself, even if they don’t believe in climate change. Not everyone can be convinced about global warming, but if an electric car is simply the best product, they don’t need to be.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,13,https://twitter.com/elonmusk/status/1072488092089618432,[],[],0,,False,42691,1630,4529,https://twitter.com/InsideEVs/status/1072485984628105219,None,,,,,,,[],,,, +161,1072479178400915461,1071920477654999040,1544533936000.0,2018-12-11 13:12:16,+0000,,@vincent13031925 @teslectrics @60Minutes @MKBHD Probably next month,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,13,https://twitter.com/elonmusk/status/1072479178400915461,[],[],0,,False,1126,31,30,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'teslectrics', 'name': 'Teslectrics*', 'id': '3436744151'}, {'screen_name': '60Minutes', 'name': '60 Minutes', 'id': '18812572'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +162,1072477936035512320,1071920477654999040,1544533640000.0,2018-12-11 13:07:20,+0000,,@teslectrics @60Minutes You’re right. There was a ton of footage with many people at Tesla that would be great to share. Longer pieces like we did with @MKBHD tell a more interesting story.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,13,https://twitter.com/elonmusk/status/1072477936035512320,[],[],0,,False,4126,83,123,,None,,,,,,,"[{'screen_name': 'teslectrics', 'name': 'Teslectrics*', 'id': '3436744151'}, {'screen_name': '60Minutes', 'name': '60 Minutes', 'id': '18812572'}]",,,, +163,1072466999249420288,1072297925957554176,1544531032000.0,2018-12-11 12:23:52,+0000,,"@javagiri @Tesla We’re opening a lot of Tesla service centers next year, including Knoxville. Tesla will post upcoming city opening map this week.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,12,https://twitter.com/elonmusk/status/1072466999249420288,[],[],0,,False,676,59,76,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +164,1072382521843875840,1072297925957554176,1544510891000.0,2018-12-11 06:48:11,+0000,,@fluffypony @Tesla Probably end of next year,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/1072382521843875840,[],[],0,,False,879,116,86,,None,,,,,,,"[{'screen_name': 'fluffypony', 'name': 'Riccardo Spagni', 'id': '386728215'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +165,1072379902102552576,1071920477654999040,1544510267000.0,2018-12-11 06:37:47,+0000,,@DOfaquarius @ElonsBrain @LiveBit_io @60Minutes So true 🦙💩✨😴,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/1072379902102552576,[],[],0,,False,1242,52,43,,None,,,,,,,"[{'screen_name': 'DOfaquarius', 'name': '🐲DOfAquarius', 'id': '960785661660975104'}, {'screen_name': 'ElonsBrain', 'name': ""🧠 Elon's Brain 🧠"", 'id': '1020627011008540672'}, {'screen_name': '60Minutes', 'name': '60 Minutes', 'id': '18812572'}]",,,, +166,1072373731039870979,1071920477654999040,1544508795000.0,2018-12-11 06:13:15,+0000,,@60Minutes This is a very misleading edit. Please post the full transcript where I complete the sentence.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/1072373731039870979,[],[],0,,False,87669,1574,5979,,None,,,,,,,"[{'screen_name': '60Minutes', 'name': '60 Minutes', 'id': '18812572'}]",,,, +167,1072351502654672897,1072317717527416833,1544503496000.0,2018-12-11 04:44:56,+0000,,"@JohnnaCrider1 @mundanemun @mayemusk @60Minutes @LesleyRStahl @Tesla @cleantechnica 60 Mins actually had several hours of interview time, which they distilled to 14 mins. Many stories could been told with that time. This was accurate as viewed from an Upper East Side Manhattan dinner party.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1072351502654672897,[],[],0,,False,1232,153,116,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider, The 1 and Only', 'id': '1957568797'}, {'screen_name': 'mundanemun', 'name': 'Mμn', 'id': '920390682585587713'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': '60Minutes', 'name': '60 Minutes', 'id': '18812572'}, {'screen_name': 'LesleyRStahl', 'name': 'Lesley Stahl', 'id': '1394605356'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +168,1071877210863099904,1071844948553609216,1544390416000.0,2018-12-09 21:20:16,+0000,,@MesQueUnBanjo We are awaiting EU regulatory approval for this release,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,21,https://twitter.com/elonmusk/status/1071877210863099904,[],[],0,,False,1073,62,35,,None,,,,,,,"[{'screen_name': 'MesQueUnBanjo', 'name': 'Ângelo', 'id': '2734937183'}]",,,, +169,1071846591693090816,1071844948553609216,1544383116000.0,2018-12-09 19:18:36,+0000,,"@ghhaugen Full self-driving option is required with the Tesla designed hardware 3 computer. This is a simple plug in replacement for the NVidia computer, but has over 10X the image processing ability.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1071846591693090816,[],[],0,,False,1219,80,88,,None,,,,,,,"[{'screen_name': 'ghhaugen', 'name': 'Geir Halvor Haugen', 'id': '40472849'}]",,,, +170,1071845439140327424,1071844948553609216,1544382841000.0,2018-12-09 19:14:01,+0000,,"Already testing traffic lights, stop signs & roundabouts in development software. Your Tesla will soon be able to go from your garage at home to parking at work with no driver input at all.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1071845439140327424,[],[],0,,False,48278,1332,4897,,None,,,,,,,[],,,, +171,1071844948553609216,1071844948553609216,1544382724000.0,2018-12-09 19:12:04,+0000,,"If you have a Tesla built in past 2 years, definitely try Navigate on Autopilot. It will blow your mind. Automatically passes slow cars & takes highway interchanges & off-ramps.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1071844948553609216,[],[],0,,False,69159,1647,4889,,None,,,,,,,[],,,, +172,1071843189705719808,1071840311381495808,1544382304000.0,2018-12-09 19:05:04,+0000,,@RenataKonkoly @SpaceX Machete!!,ht,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1071843189705719808,[],[],0,,False,8731,155,332,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +173,1071842188630192129,1071613648085311488,1544382066000.0,2018-12-09 19:01:06,+0000,,"@danwat1234 It was supposed to be, but that was a dumb decision. In the end, Roadster only had 7% of parts in common with the Lotus Elise or any other car.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1071842188630192129,[],[],0,,False,711,10,29,,None,,,,,,,"[{'screen_name': 'danwat1234', 'name': 'daniel watkins', 'id': '576185571'}]",,,, +174,1071840664562786304,1071613648085311488,1544381702000.0,2018-12-09 18:55:02,+0000,,"Major credit to AC Propulsion for the tzero electric sports car 1997-2003 that inspired Tesla Roadster. Without that, Tesla wouldn’t exist or would have started much later. https://t.co/NxCgYO9JXx",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1071840664562786304,[],['https://pbs.twimg.com/media/Dt_xZP6U8AADv9r.jpg'],1,https://pbs.twimg.com/media/Dt_xZP6U8AADv9r.jpg,False,10719,237,677,,None,,,,,,,[],,,, +175,1071619073434238977,1071613648085311488,1544328871000.0,2018-12-09 04:14:31,+0000,,"@nichegamer Yeah, we wanted to name our company after Tesla, the great scientist/engineer, but use of the Tesla name in automotive was already trademarked in the US, Europe & later China.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,04,https://twitter.com/elonmusk/status/1071619073434238977,[],[],0,,False,2101,76,87,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +176,1071617709413003264,1071614142866436097,1544328546000.0,2018-12-09 04:09:06,+0000,,"@brandonorselli Buying https://t.co/46TXqRrsdr took over a decade, $11M & amazing amount of effort. Didn’t like https://t.co/BsRfMrY9Gm even when we were only making 🚘.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,04,https://twitter.com/elonmusk/status/1071617709413003264,"['http://Tesla.com', 'http://teslamotors.com']",[],0,,False,3385,72,236,,None,,,,,,,"[{'screen_name': 'brandonorselli', 'name': 'Brandon Orselli', 'id': '85686980'}]",,,, +177,1071613648085311488,1071613648085311488,1544327577000.0,2018-12-09 03:52:57,+0000,,"Tesla history trivia: we didn’t actually come up with the Tesla Motors name. Bought trademark off Brad Siewert for $75k in late 2004. He’d originally filed for it in 1994. Our alternative name was Faraday, which was used by a competitor several years later.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/1071613648085311488,[],[],0,,False,46291,1090,4649,https://twitter.com/60Minutes/status/1071174335778447361,None,,,,,,,[],,,, +178,1071610949432356864,1071463546494451712,1544326934000.0,2018-12-09 03:42:14,+0000,,"@Malcolmmarsman @Erdayastronaut @TheGledinator @w00ki33 @Teslarati Both, but demo Starship is being built now, whereas Super Heavy hardware will start getting built in spring",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/1071610949432356864,[],[],0,,False,973,39,79,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Molly 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +179,1071610505406513153,1071463546494451712,1544326828000.0,2018-12-09 03:40:28,+0000,,@Erdayastronaut @TheGledinator @w00ki33 @Teslarati But cool pics of the demo Starship that will fly suborbital hops coming in ~4 weeks,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/1071610505406513153,[],[],0,,False,2328,94,254,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +180,1071609875795333121,1071463546494451712,1544326678000.0,2018-12-09 03:37:58,+0000,,@Erdayastronaut @TheGledinator @w00ki33 @Teslarati Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/1071609875795333121,[],[],0,,False,1027,23,26,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +181,1071609173568147456,1071608187982356480,1544326511000.0,2018-12-09 03:35:11,+0000,,@cleantechnica Interesting,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/1071609173568147456,[],[],0,,False,3284,75,97,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +182,1071578086418788352,1071463546494451712,1544319099000.0,2018-12-09 01:31:39,+0000,,"@Erdayastronaut @TheGledinator @w00ki33 @Teslarati Fairly heavy metal, but extremely strong",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1071578086418788352,[],[],0,,False,1548,129,60,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +183,1071572534921900033,1071463546494451712,1544317775000.0,2018-12-09 01:09:35,+0000,,@Erdayastronaut @TheGledinator @w00ki33 @Teslarati The new design is metal,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1071572534921900033,[],[],0,,False,1652,87,86,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +184,1071531687220113408,1071463546494451712,1544308036000.0,2018-12-08 22:27:16,+0000,,"@Erdayastronaut @w00ki33 @Teslarati As far as we know, it’s the largest single piece titanium casting in the world. Major improvement over the old aluminum grid fins, as the titanium doesn’t need heat shielding or even paint.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1071531687220113408,[],[],0,,False,2733,117,150,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +185,1070834865619259393,1070834865619259393,1544141901000.0,2018-12-07 00:18:21,+0000,,Boring Company product launch on Dec 18. More than a tunnel opening. Will include modded but fully road legal autonomous transport cars & ground to tunnel car elevators.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/1070834865619259393,[],[],0,,False,60046,1275,5675,,None,,,,,,,[],,,, +186,1070446975642812416,1070446975642812416,1544049421000.0,2018-12-05 22:37:01,+0000,,Tracking shot of Falcon water landing https://t.co/6Hv2aZhLjM,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1070446975642812416,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1070446808147476480/pu/img/WNRGSJNN4p7AlSU1.jpg,False,118647,2934,17189,,None,,,,,,,[],,,, +187,1070399755526656000,1070399755526656000,1544038163000.0,2018-12-05 19:29:23,+0000,,"Engines stabilized rocket spin just in time, enabling an intact landing in water! Ships en route to rescue Falcon. https://t.co/O3h8eCgGJ7",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1070399755526656000,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1070399664875130881/pu/img/kXUcn0crNpIhUM-z.jpg,False,98526,2843,15808,,None,,,,,,,[],,,, +188,1070388894875545600,1070386062164283392,1544035574000.0,2018-12-05 18:46:14,+0000,,"@DJSnM Pump is single string. Some landing systems are not redundant, as landing is considered ground safety critical, but not mission critical. Given this event, we will likely add a backup pump & lines.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1070388894875545600,[],[],0,,False,3860,123,292,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +189,1070387162892259329,1070386062164283392,1544035161000.0,2018-12-05 18:39:21,+0000,,@Dragonmaurizio We may use it for an internal SpaceX mission,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1070387162892259329,[],[],0,,False,2985,127,134,,None,,,,,,,"[{'screen_name': 'Dragonmaurizio', 'name': 'Maurizio Iβλἄ', 'id': '3224440544'}]",,,, +190,1070386554068119553,1070386062164283392,1544035015000.0,2018-12-05 18:36:55,+0000,,"@markkrieger Yes, cutaway was a mistake. We will show all footage, good or bad.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1070386554068119553,[],[],0,,False,7060,234,463,,None,,,,,,,"[{'screen_name': 'markkrieger', 'name': 'Mark Krieger', 'id': '15064817'}]",,,, +191,1070386062164283392,1070386062164283392,1544034898000.0,2018-12-05 18:34:58,+0000,,"Grid fin hydraulic pump stalled, so Falcon landed just out to sea. Appears to be undamaged & is transmitting data. Recovery ship dispatched.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1070386062164283392,[],[],0,,False,36332,1352,3286,,None,,,,,,,[],,,, +192,1070379292482129920,1070379292482129920,1544033284000.0,2018-12-05 18:08:04,+0000,,Falcon/Dragon launch to @Space_Station in 9 minutes,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1070379292482129920,[],[],0,,False,11728,338,990,https://twitter.com/SpaceX/status/1070377864611033088,None,,,,,,,[],,,, +193,1070036909777313792,1069678336886984704,1543951654000.0,2018-12-04 19:27:34,+0000,,@mattbeckman Us too sigh,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/1070036909777313792,[],[],0,,False,837,62,24,,None,,,,,,,"[{'screen_name': 'mattbeckman', 'name': 'MΛTT BΞCKMΛN', 'id': '14999130'}]",,,, +194,1069679948103847939,1069679948103847939,1543866547000.0,2018-12-03 19:49:07,+0000,,"Falcon fairing halves missed the net, but touched down softly in the water. Mr Steven is picking them up. Plan is to dry them out & launch again. Nothing wrong with a little swim.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/1069679948103847939,[],[],0,,False,54263,1428,3337,,None,,,,,,,[],,,, +195,1069678336886984704,1069678336886984704,1543866163000.0,2018-12-03 19:42:43,+0000,,64 satellites 🛰 on this flight!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/1069678336886984704,[],[],0,,False,19529,580,1485,https://twitter.com/SpaceX/status/1069675820770222080,None,,,,,,,[],,,, +196,1069416551038640129,1069301269670580224,1543803749000.0,2018-12-03 02:22:29,+0000,,"@Jennerator211 @PPathole @JohnnaCrider1 We’re adding police car, fire truck & ambulance to the Tesla neural net in coming months",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,02,https://twitter.com/elonmusk/status/1069416551038640129,[],[],0,,False,1213,94,92,,None,,,,,,,"[{'screen_name': 'Jennerator211', 'name': '⚡JENNerator ⚡ Fate ❤ Irony', 'id': '23502725'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider, The 1 and Only', 'id': '1957568797'}]",,,, +197,1069408498260164614,1069301269670580224,1543801829000.0,2018-12-03 01:50:29,+0000,,"@JohnnaCrider1 Exactly. Default Autopilot behavior, if there’s no driver input, is to slow gradually to a stop & turn on hazard lights. Tesla service then contacts the owner. Looking into what happened here.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,01,https://twitter.com/elonmusk/status/1069408498260164614,[],[],0,,False,941,73,64,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}]",,,, +198,1069088736682471424,1069046067927441409,1543725592000.0,2018-12-02 04:39:52,+0000,,@LittleMissFlint It is so hard to move in armor!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,04,https://twitter.com/elonmusk/status/1069088736682471424,[],[],0,,False,1723,81,37,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +199,1069050284909879299,1068965238060400640,1543716424000.0,2018-12-02 02:07:04,+0000,,@boringcompany You’re all hired!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/1069050284909879299,[],[],0,,False,28587,514,784,,None,,,,,,,"[{'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +200,1069047317670424578,1069046067927441409,1543715717000.0,2018-12-02 01:55:17,+0000,,@LittleMissFlint Yes … no … maybe …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1069047317670424578,[],[],0,,False,2652,65,58,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +201,1069046067927441409,1069046067927441409,1543715419000.0,2018-12-02 01:50:19,+0000,,None shall pass!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1069046067927441409,[],[],0,,False,30805,905,2070,https://twitter.com/boringcompany/status/1069044263944511488,None,,,,,,,[],,,, +202,1069017316195688448,1068968610213720064,1543708564000.0,2018-12-01 23:56:04,+0000,,@bonnienorman @tomb2192 @carpenter_maas Ok,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1069017316195688448,[],[],0,,False,634,37,17,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': 'Bonnie Norman', 'id': '195009699'}, {'screen_name': 'tomb2192', 'name': ""I'm working on it"", 'id': '89922248'}, {'screen_name': 'carpenter_maas', 'name': 'Jorg Maas', 'id': '2305888405'}]",,,, +203,1069003232347734017,1068968610213720064,1543705206000.0,2018-12-01 23:00:06,+0000,,@bonnienorman @carpenter_maas Good advice,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1069003232347734017,[],[],0,,False,567,21,13,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': 'Bonnie Norman', 'id': '195009699'}, {'screen_name': 'carpenter_maas', 'name': 'Jorg Maas', 'id': '2305888405'}]",,,, +204,1069000094479876096,1068387311400833024,1543704458000.0,2018-12-01 22:47:38,+0000,,@EESNY @teslaownersSV @S100Dfan Applying a hydrophobic coating to the radar (located just below nose of car) should help. Easy to do yourself or Tesla service can do it. We’re also working on vision-only driving.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1069000094479876096,[],[],0,,False,521,20,24,,None,,,,,,,"[{'screen_name': 'EESNY', 'name': '⭐⭐⭐LOGIC first, *FEELS* last ⏳ 👌', 'id': '870703224503664643'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'S100Dfan', 'name': 'Boonedocks', 'id': '822437860645150722'}]",,,, +205,1068998143268683776,1068997592321675264,1543703993000.0,2018-12-01 22:39:53,+0000,,@nikesharora @Tesla Glad you’re ok,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1068998143268683776,[],[],0,,False,7846,57,118,,None,,,,,,,"[{'screen_name': 'nikesharora', 'name': 'Nikesh Arora', 'id': '52171246'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +206,1068970017436262400,1068968610213720064,1543697287000.0,2018-12-01 20:48:07,+0000,,"@carpenter_maas Perhaps most telling is that Norway, which is partly above the Arctic Circle, has more Teslas per capita than any other country on Earth.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1068970017436262400,[],[],0,,False,718,38,44,,None,,,,,,,"[{'screen_name': 'carpenter_maas', 'name': 'Jorg Maas', 'id': '2305888405'}]",,,, +207,1068969435732434945,1068968610213720064,1543697148000.0,2018-12-01 20:45:48,+0000,,"@carpenter_maas As the battery warms up, almost all of that is recovered. There is a roughly 10% range loss for cabin heating. Cabin heating impact on range is higher in slow traffic, but range is also higher in slow traffic.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1068969435732434945,[],[],0,,False,629,26,37,,None,,,,,,,"[{'screen_name': 'carpenter_maas', 'name': 'Jorg Maas', 'id': '2305888405'}]",,,, +208,1068968545457909760,1068967715845505024,1543696936000.0,2018-12-01 20:42:16,+0000,,"@johnkrausphotos Incoming rocket & fairing probably visible, but landing itself is over the horizon",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1068968545457909760,[],[],0,,False,847,28,31,,None,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}]",,,, +209,1068949982391103488,1068949134219063297,1543692510000.0,2018-12-01 19:28:30,+0000,,@MatZagataMD @Tesla You got it!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1068949982391103488,[],[],0,,False,4806,90,82,,None,,,,,,,"[{'screen_name': 'MatZagataMD', 'name': 'DoctorZ', 'id': '1000908886357004288'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +210,1068946077380820992,1068913865612656641,1543691579000.0,2018-12-01 19:12:59,+0000,,"@dxk_ @ZainRaz4 @Erdayastronaut @SpaceX Three things, one of which is CH4",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1068946077380820992,[],[],0,,False,710,21,11,,None,,,,,,,"[{'screen_name': 'dxk_', 'name': 'Random User', 'id': '62802783'}, {'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +211,1068940753974349824,1068913865612656641,1543690310000.0,2018-12-01 18:51:50,+0000,,@PicklePunchD @Erdayastronaut @SpaceX No,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1068940753974349824,[],[],0,,False,481,9,10,,None,,,,,,,"[{'screen_name': 'PicklePunchD', 'name': 'Angella⭐️King', 'id': '780922166'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +212,1068940292731023360,1068913865612656641,1543690200000.0,2018-12-01 18:50:00,+0000,,@ZainRaz4 @Erdayastronaut @SpaceX No,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1068940292731023360,[],[],0,,False,696,10,12,,None,,,,,,,"[{'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +213,1068940024136126464,1068913865612656641,1543690136000.0,2018-12-01 18:48:56,+0000,,"@Erdayastronaut @SpaceX Reentry scorchmarks, not simple soot. Can’t wipe it off.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1068940024136126464,[],[],0,,False,1431,61,41,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +214,1068923831497064448,1068910549809995777,1543686275000.0,2018-12-01 17:44:35,+0000,,@nichegamer Haha,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,17,https://twitter.com/elonmusk/status/1068923831497064448,[],[],0,,False,9143,129,329,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +215,1068923622893379584,1068720425465774081,1543686225000.0,2018-12-01 17:43:45,+0000,,"@pfierens @LikeTeslaKim Prof Dahn is correct (he’s great), but the relative benefit is small. I’d recommend 10% more SoC for convenience.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,17,https://twitter.com/elonmusk/status/1068923622893379584,[],[],0,,False,589,9,27,,None,,,,,,,"[{'screen_name': 'pfierens', 'name': 'Philippe Fierens', 'id': '235683144'}]",,,, +216,1068745921079345152,1068720425465774081,1543643858000.0,2018-12-01 05:57:38,+0000,,"@LikeTeslaKim Not worth going below 80% imo. Even 90% is still fine. Also, no issue going to 5% or lower SoC.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/1068745921079345152,[],[],0,,False,1189,63,91,,None,,,,,,,[],,,, +217,1068728107446587392,1068719872203345921,1543639611000.0,2018-12-01 04:46:51,+0000,,@Manic_Marge @SpaceX True ♥️,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1068728107446587392,[],[],0,,False,6485,63,124,,None,,,,,,,"[{'screen_name': 'Manic_Marge', 'name': 'Marge ♡', 'id': '596204926'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +218,1068719872203345921,1068719872203345921,1543637648000.0,2018-12-01 04:14:08,+0000,,♥️♥️♥️♥️🛸🛸🛸🛸♥️♥️♥️♥️ https://t.co/EX8RPQdc8r,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1068719872203345921,[],['https://pbs.twimg.com/media/DtTbDmaVsAIMvrp.jpg'],1,https://pbs.twimg.com/media/DtTbDmaVsAIMvrp.jpg,False,129199,1146,16889,,None,,,,,,,[],,,, +219,1068608341373444096,1068598713633988609,1543611057000.0,2018-11-30 20:50:57,+0000,,@spacexIaunch @techreview @_KarenHao Both,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,20,https://twitter.com/elonmusk/status/1068608341373444096,[],[],0,,False,472,21,21,,None,,,,,,,"[{'screen_name': 'spacexIaunch', 'name': 'emma', 'id': '800349902098210816'}, {'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}, {'screen_name': '_KarenHao', 'name': 'Karen Hao', 'id': '4922450361'}]",,,, +220,1068582126306582528,1068581063016906752,1543604806000.0,2018-11-30 19:06:46,+0000,,@rainnwilson Your Tesla can function as a boat for brief periods of time https://t.co/FONhnIiv8j,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/1068582126306582528,['https://electrek.co/2016/06/18/tesla-model-s-driving-swimming-flooded-tunnel-video/'],[],0,,False,7412,284,808,,None,,,,,,,"[{'screen_name': 'rainnwilson', 'name': 'RainnWilson', 'id': '19637934'}]",,,, +221,1068400665917976576,1068060049380179968,1543561543000.0,2018-11-30 07:05:43,+0000,,@Tenser One day,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/1068400665917976576,[],[],0,,False,1996,70,103,,None,,,,,,,"[{'screen_name': 'Tenser', 'name': 'FaZe Tenser', 'id': '2836901278'}]",,,, +222,1068396869884071937,1068266153968001024,1543560638000.0,2018-11-30 06:50:38,+0000,,"@highspeeddoc @boringcompany We’re doing an EIR for the greater LA tunnel network. Thought we might need a N-S test tunnel (hence Sepulveda proposal), but we’re just going to do rock core samples along that corridor instead.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1068396869884071937,[],[],0,,False,753,26,27,,None,,,,,,,"[{'screen_name': 'highspeeddoc', 'name': 'Robert Baca', 'id': '126387214'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +223,1068387422247907333,1068387311400833024,1543558385000.0,2018-11-30 06:13:05,+0000,,@teslaownersSV Update soon,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1068387422247907333,[],[],0,,False,508,16,19,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners of Silicon Valley', 'id': '1016059981907386368'}]",,,, +224,1068283124683960321,1067796266988511232,1543533519000.0,2018-11-29 23:18:39,+0000,,@NatGeo Sorry ☺️,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1068283124683960321,[],[],0,,False,27548,769,1339,,None,,,,,,,"[{'screen_name': 'NatGeo', 'name': 'National Geographic', 'id': '17471979'}]",,,, +225,1068266153968001024,1068266153968001024,1543529473000.0,2018-11-29 22:11:13,+0000,,Boring breakthrough @BoringCompany https://t.co/pSflhZadwC,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,22,https://twitter.com/elonmusk/status/1068266153968001024,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1068266072225177600/pu/img/xAKcceN9d-qvE6oh.jpg,False,48245,1235,3771,,None,,,,,,,[],,,, +226,1068219566679969792,1068211597095559168,1543518365000.0,2018-11-29 19:06:05,+0000,,@megnsander Definitely,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/1068219566679969792,[],[],0,,False,853,34,31,,None,,,,,,,[],,,, +227,1068215834877685760,1068211597095559168,1543517476000.0,2018-11-29 18:51:16,+0000,,"After safety, our goal is to make a Tesla the most fun you could possibly have in a car",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1068215834877685760,[],[],0,,False,19877,712,964,,None,,,,,,,[],,,, +228,1068215333159231488,1068213109267939328,1543517356000.0,2018-11-29 18:49:16,+0000,,@rocketisfine @racchava @gwestr We tried. Nintendo won’t license it to us.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1068215333159231488,[],[],0,,False,1225,127,103,,None,,,,,,,"[{'screen_name': 'gwestr', 'name': 'Greg Wester', 'id': '254873442'}]",,,, +229,1068214601370615808,1068213109267939328,1543517182000.0,2018-11-29 18:46:22,+0000,,@racchava @gwestr That would be cool,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1068214601370615808,[],[],0,,False,575,22,14,,None,,,,,,,"[{'screen_name': 'gwestr', 'name': 'Greg Wester', 'id': '254873442'}]",,,, +230,1068213320589565952,1068213109267939328,1543516876000.0,2018-11-29 18:41:16,+0000,,@gwestr Haha kinda true 😀,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1068213320589565952,[],[],0,,False,624,12,16,,None,,,,,,,"[{'screen_name': 'gwestr', 'name': 'Greg Wester', 'id': '254873442'}]",,,, +231,1068211885487476737,1068211597095559168,1543516534000.0,2018-11-29 18:35:34,+0000,,@ArnaoutShady Never heard of it,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1068211885487476737,[],[],0,,False,5089,64,255,,None,,,,,,,"[{'screen_name': 'arnaoutshady', 'name': 'Shady Arnaout', 'id': '323147346'}]",,,, +232,1068211597095559168,1068211597095559168,1543516465000.0,2018-11-29 18:34:25,+0000,,"Super fun software Easter eggs coming to all Tesla S/3/X cars before the holidays! Romance mode, toilet humor & more video games.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1068211597095559168,[],[],0,,False,33898,1259,2118,,None,,,,,,,[],,,, +233,1068208290528555010,1068207668580372480,1543515677000.0,2018-11-29 18:21:17,+0000,,@prades_maxime Software upgrade to rain sensing neural net coming next month,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1068208290528555010,[],[],0,,False,717,75,41,,None,,,,,,,"[{'screen_name': 'prades_maxime', 'name': 'Maxime Prades', 'id': '34616756'}]",,,, +234,1068198572879831040,1068198423348731904,1543513360000.0,2018-11-29 17:42:40,+0000,,@poeticZay Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1068198572879831040,[],[],0,,False,468,9,14,,None,,,,,,,[],,,, +235,1067969782803128320,1067662899450122240,1543458812000.0,2018-11-29 02:33:32,+0000,,"@NBCNews This is completely backwards. Based on what we’ve learned from the Hawthorne test tunnel, we’re moving forward with a much larger tunnel network under LA. Won’t need a second test tunnel under Sepulveda.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,02,https://twitter.com/elonmusk/status/1067969782803128320,[],[],0,,False,26559,575,2018,,None,,,,,,,"[{'screen_name': 'NBCNews', 'name': 'NBC News', 'id': '14173315'}]",,,, +236,1067927074797629440,1067927074797629440,1543448630000.0,2018-11-28 23:43:50,+0000,,"Cool! Actually, if you buy a Tesla without a test drive, you have 3 days to return it. If you buy after a test drive, you still have 24 hours. Trying to incent buying with no test drive.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,23,https://twitter.com/elonmusk/status/1067927074797629440,[],[],0,,False,31900,949,2099,https://twitter.com/crock23a/status/1067530874491715584,None,,,,,,,[],,,, +237,1067695084609527808,1058080651424030720,1543393319000.0,2018-11-28 08:21:59,+0000,,@Shell Tiny wizard 🧙‍♂️,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,08,https://twitter.com/elonmusk/status/1067695084609527808,[],[],0,,False,982,81,55,,None,,,,,,,"[{'screen_name': 'Shell', 'name': 'Shell', 'id': '20663500'}]",,,, +238,1067430108216979457,1067426547798167558,1543330144000.0,2018-11-27 14:49:04,+0000,,@YoBigBrotha @anandmahindra 7 to 10 years,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,14,https://twitter.com/elonmusk/status/1067430108216979457,[],[],0,,False,1641,116,136,,None,,,,,,,"[{'screen_name': 'YoBigBrotha', 'name': 'Khari', 'id': '114545909'}, {'screen_name': 'anandmahindra', 'name': 'anand mahindra', 'id': '34197952'}]",,,, +239,1067428982168023040,1067426547798167558,1543329875000.0,2018-11-27 14:44:35,+0000,,"@anandmahindra Engineers, artists & creators of all kinds. There is so much to build.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,14,https://twitter.com/elonmusk/status/1067428982168023040,[],[],0,,False,17281,489,1202,,None,,,,,,,"[{'screen_name': 'anandmahindra', 'name': 'anand mahindra', 'id': '34197952'}]",,,, +240,1067303432313200642,1067302776395390976,1543299942000.0,2018-11-27 06:25:42,+0000,,@jonkudelka Touché,fr,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/1067303432313200642,[],[],0,,False,11467,108,273,,None,,,,,,,"[{'screen_name': 'jonkudelka', 'name': 'thatsthejoke dot gif', 'id': '49223858'}]",,,, +241,1067279265563955200,1067173241800650752,1543294180000.0,2018-11-27 04:49:40,+0000,,"But if you love what you do, it (mostly) doesn’t feel like work",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1067279265563955200,[],[],0,,False,32296,1361,4179,,None,,,,,,,[],,,, +242,1067175527180513280,1067173241800650752,1543269447000.0,2018-11-26 21:57:27,+0000,,"@margrethmpossi Varies per person, but about 80 sustained, peaking above 100 at times. Pain level increases exponentially above 80.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1067175527180513280,[],[],0,,False,2219,389,287,,None,,,,,,,"[{'screen_name': 'margrethmpossi', 'name': 'Margreth Mpossi🌼', 'id': '805431267818868736'}]",,,, +243,1067173497909141504,1067173241800650752,1543268963000.0,2018-11-26 21:49:23,+0000,,"There are way easier places to work, but nobody ever changed the world on 40 hours a week",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1067173497909141504,[],[],0,,False,57196,3479,10557,,None,,,,,,,[],,,, +244,1067173241800650752,1067173241800650752,1543268902000.0,2018-11-26 21:48:22,+0000,,"Join to create exciting new worlds of technology!! If getting things done matters to you, then @SpaceX, @Tesla, @BoringCompany & @Neuralink are the places to be.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1067173241800650752,[],[],0,,False,34205,1393,2916,https://twitter.com/WSJ/status/1067168653718814720,None,,,,,,,[],,,, +245,1067163214448779264,1067146825931661313,1543266511000.0,2018-11-26 21:08:31,+0000,,@NASA @NASAInSight Congratulations! What an amazing track record of success with Mars!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1067163214448779264,[],[],0,,False,22522,201,1028,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'NASAInSight', 'name': 'NASA InSight', 'id': '407387443'}]",,,, +246,1067122356638773248,1066897091711066112,1543256770000.0,2018-11-26 18:26:10,+0000,,@SwiftOnSecurity 😉😉,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,18,https://twitter.com/elonmusk/status/1067122356638773248,[],[],0,,False,2704,65,39,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +247,1066974890970951680,1066955853985570817,1543221612000.0,2018-11-26 08:40:12,+0000,,@forummp3 1000 liters of pure water costs $1,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,08,https://twitter.com/elonmusk/status/1066974890970951680,[],[],0,,False,8990,172,188,,None,,,,,,,"[{'screen_name': 'forummp3', 'name': 'Fabien 🇫🇷', 'id': '607545127'}]",,,, +248,1066955853985570817,1066955853985570817,1543217073000.0,2018-11-26 07:24:33,+0000,,"For those worried about running out of fresh water, it may help to know that desalination only costs 0.1 cents per liter or half a cent per gallon",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,07,https://twitter.com/elonmusk/status/1066955853985570817,[],[],0,,False,110929,3197,13645,,None,,,,,,,[],,,, +249,1066948725572947969,1066913829597003776,1543215373000.0,2018-11-26 06:56:13,+0000,,@PLAYERUNKNOWN Ah yes fair point,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/1066948725572947969,[],[],0,,False,10885,56,331,,None,,,,,,,"[{'screen_name': 'PLAYERUNKNOWN', 'name': 'PLAYERUNKNOWN', 'id': '1880574811'}]",,,, +250,1066913829597003776,1066913829597003776,1543207053000.0,2018-11-26 04:37:33,+0000,,"Used to live in Silicon Valley, now I live in Silicone Valley",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,04,https://twitter.com/elonmusk/status/1066913829597003776,[],[],0,,False,77540,1736,5140,,None,,,,,,,[],,,, +251,1066908541305348098,1066897091711066112,1543205793000.0,2018-11-26 04:16:33,+0000,,@Zedd Not yet,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,04,https://twitter.com/elonmusk/status/1066908541305348098,[],[],0,,False,2833,70,95,,None,,,,,,,"[{'screen_name': 'Zedd', 'name': 'Zedd', 'id': '155705264'}]",,,, +252,1066900489856372737,1066900489856372737,1543203873000.0,2018-11-26 03:44:33,+0000,,🖤 trouble,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/1066900489856372737,[],[],0,,False,34495,1452,4146,,None,,,,,,,[],,,, +253,1066897091711066112,1066897091711066112,1543203063000.0,2018-11-26 03:31:03,+0000,,Earth is,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/1066897091711066112,[],[],0,,False,45389,6820,10222,,None,,,,,,,[],,,, +254,1066895630155431938,1066866669044330496,1543202714000.0,2018-11-26 03:25:14,+0000,,"@WorldAndScience Earth’s crust is only ~1% of Earth mass, so technically we should be called Lava https://t.co/Lm6doeOq2x",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/1066895630155431938,[],['https://pbs.twimg.com/media/Ds5f6mdUUAEO29y.jpg'],1,https://pbs.twimg.com/media/Ds5f6mdUUAEO29y.jpg,False,4762,245,431,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +255,1066870820201361408,1066866669044330496,1543196799000.0,2018-11-26 01:46:39,+0000,,"@WorldAndScience Earth should be called Water. Our surface is 71% water. Mars land area is roughly equal to Earth, as it’s all land. Even when warmed up & water ice turns liquid, Mars will be about 2/3 land.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,01,https://twitter.com/elonmusk/status/1066870820201361408,[],[],0,,False,34855,902,2618,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +256,1066845285366693888,1066844577569677313,1543190711000.0,2018-11-26 00:05:11,+0000,,"@jessedh @Tesla Yeah, good idea to offer that as a setting",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1066845285366693888,[],[],0,,False,717,15,17,,None,,,,,,,"[{'screen_name': 'jessedh', 'name': 'Jesse Honigberg', 'id': '14908878'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +257,1066825927257030656,1066824047365943298,1543186096000.0,2018-11-25 22:48:16,+0000,,"@Malcolmmarsman Contour remains approx same, but fundamental materials change to airframe, tanks & heatshield",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,22,https://twitter.com/elonmusk/status/1066825927257030656,[],[],0,,False,890,73,58,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}]",,,, +258,1066066012385103873,1066066012385103873,1543004918000.0,2018-11-23 20:28:38,+0000,,"If you don’t want a Tesla, here’s a list of all electric cars in North America https://t.co/phhBjCh2YI via @cleantechnica",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,20,https://twitter.com/elonmusk/status/1066066012385103873,['https://cleantechnica.com/2018/01/07/electric-vehicles-for-sale-usa/'],[],0,,False,29089,2047,3588,,None,,,,,,,[],,,, +259,1065397040463507456,791389989477036032,1542845423000.0,2018-11-22 00:10:23,+0000,,Signing off for a while,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,00,https://twitter.com/elonmusk/status/1065397040463507456,[],[],0,,False,19080,715,443,,None,,,,,,,[],,,, +260,1065392766790717440,791389989477036032,1542844404000.0,2018-11-21 23:53:24,+0000,,Happy Thanksgiving!!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,23,https://twitter.com/elonmusk/status/1065392766790717440,[],[],0,,False,24686,591,974,,None,,,,,,,[],,,, +261,1065386743526879232,1065386743526879232,1542842968000.0,2018-11-21 23:29:28,+0000,,🚀 Starships were meant to fly 🚀 https://t.co/6yclRVZZFQ,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,23,https://twitter.com/elonmusk/status/1065386743526879232,['https://m.soundcloud.com/nickiminaj/starships-1'],[],0,,False,22715,876,3098,,None,,,,,,,[],,,, +262,1065352455674720256,1064740713357750272,1542834793000.0,2018-11-21 21:13:13,+0000,,@bevvscott Starship Tooters,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/1065352455674720256,[],[],0,,False,888,52,30,,None,,,,,,,"[{'screen_name': 'bevvscott', 'name': 'Bev Scott', 'id': '826170052416188416'}]",,,, +263,1065351319450353664,1065269402571030528,1542834522000.0,2018-11-21 21:08:42,+0000,,@Orangejamal @speceye @Tesla Good one,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/1065351319450353664,[],[],0,,False,519,14,10,,None,,,,,,,"[{'screen_name': 'Orangejamal', 'name': 'Jamal Ayyad', 'id': '33992513'}, {'screen_name': 'speceye', 'name': 'John Henahan', 'id': '23550675'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +264,1065273096813203458,1065269402571030528,1542815872000.0,2018-11-21 15:57:52,+0000,,@FredericLambert @speceye @Tesla Good idea,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,15,https://twitter.com/elonmusk/status/1065273096813203458,[],[],0,,False,841,58,24,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'speceye', 'name': 'John Henahan', 'id': '23550675'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +265,1065269447760334848,1065269402571030528,1542815002000.0,2018-11-21 15:43:22,+0000,,@speceye @Tesla Coming soon,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,15,https://twitter.com/elonmusk/status/1065269447760334848,[],[],0,,False,722,40,20,,None,,,,,,,"[{'screen_name': 'speceye', 'name': 'John Henahan', 'id': '23550675'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +266,1065269154691706886,1065266842984505345,1542814932000.0,2018-11-21 15:42:12,+0000,,@wiredprairie @Tesla Shifting resources from sales to service for next several days,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,15,https://twitter.com/elonmusk/status/1065269154691706886,[],[],0,,False,5506,158,115,,None,,,,,,,"[{'screen_name': 'wiredprairie', 'name': 'Aaron', 'id': '19116343'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +267,1065133606115274752,1065039483886661632,1542782615000.0,2018-11-21 06:43:35,+0000,,@Model3Owners Should be next week,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,06,https://twitter.com/elonmusk/status/1065133606115274752,[],[],0,,False,5622,156,116,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +268,1064742239404847104,1064740713357750272,1542689306000.0,2018-11-20 04:48:26,+0000,,"@annerajb No, it’s the first or boost stage, analogous to, but much larger than Falcon 9",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1064742239404847104,[],[],0,,False,892,51,34,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +269,1064741510560632832,1064740713357750272,1542689132000.0,2018-11-20 04:45:32,+0000,,@mwolman98 Later versions will,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1064741510560632832,[],[],0,,False,4415,165,195,,None,,,,,,,[],,,, +270,1064741356080222209,1064740713357750272,1542689095000.0,2018-11-20 04:44:55,+0000,,"Technically, two parts: Starship is the spaceship/upper stage & Super Heavy is the rocket booster needed to escape Earth’s deep gravity well (not needed for other planets or moons)",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1064741356080222209,[],[],0,,False,16926,646,1062,,None,,,,,,,[],,,, +271,1064740713357750272,1064740713357750272,1542688942000.0,2018-11-20 04:42:22,+0000,,Renaming BFR to Starship,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1064740713357750272,[],[],0,,False,40736,2226,3479,,None,,,,,,,[],,,, +272,1064740532700643329,1064738867419455489,1542688899000.0,2018-11-20 04:41:39,+0000,,"@universal_sci No, we’re just going to accelerate BFR",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1064740532700643329,[],[],0,,False,5245,94,152,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +273,1064695344787668992,1064693772620128256,1542678125000.0,2018-11-20 01:42:05,+0000,,@YoBigBrotha Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,01,https://twitter.com/elonmusk/status/1064695344787668992,[],[],0,,False,660,31,23,,None,,,,,,,"[{'screen_name': 'YoBigBrotha', 'name': 'Khari', 'id': '114545909'}]",,,, +274,1064658222206771200,1064656745635569664,1542669275000.0,2018-11-19 23:14:35,+0000,,"Supercharger V3, which starts rolling out early next year, will also charge much faster",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1064658222206771200,[],[],0,,False,14280,483,774,,None,,,,,,,[],,,, +275,1064656745635569664,1064656745635569664,1542668923000.0,2018-11-19 23:08:43,+0000,,Tesla Supercharger capacity will double by end of next year. Expect to be within range of 95% to 100% of population in all active markets.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1064656745635569664,[],[],0,,False,28599,770,2039,,None,,,,,,,[],,,, +276,1064638194434469888,1064524270984867840,1542664500000.0,2018-11-19 21:55:00,+0000,,"@scottymeuk @ScaleyMurrsuit No, it’s got enough load capacity & volume to carry the battery pack & our current pack energy density is about double that of original Roadster. Still, it would probably only save about 30% to 40% of effort, all things considered.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1064638194434469888,[],[],0,,False,598,34,27,,None,,,,,,,"[{'screen_name': 'scottymeuk', 'name': 'Scott Robertson', 'id': '20077772'}, {'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +277,1064636946121613313,1064524270984867840,1542664202000.0,2018-11-19 21:50:02,+0000,,"@FredericLambert @frozencanuck @ScaleyMurrsuit In order of resource priority, but not necessarily production ramp, as that depends on thousands of parts & processes, which are extremely difficult to forecast",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1064636946121613313,[],[],0,,False,787,35,40,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'frozencanuck', 'name': 'Frozen Canuck', 'id': '14054953'}, {'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +278,1064636393333252097,1064524270984867840,1542664070000.0,2018-11-19 21:47:50,+0000,,"@tsrandall @frozencanuck @ScaleyMurrsuit What really matters is time to volume production, not initial market intro. Apart from brief moments, Tesla vehicle production is limited by total battery output.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1064636393333252097,[],[],0,,False,838,41,60,,None,,,,,,,"[{'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}, {'screen_name': 'frozencanuck', 'name': 'Frozen Canuck', 'id': '14054953'}, {'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +279,1064624811794526208,1064524270984867840,1542661309000.0,2018-11-19 21:01:49,+0000,,"@frozencanuck @ScaleyMurrsuit Lot on our plate, so it’s either get van gliders (no battery, powertrain or compute tech) from Daimler & produce sooner or do all & produce later. Not a big difference to total vehicles produced either way. Priority list is Model Y, solar roof tiles, pickup, semi, Roadster.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1064624811794526208,[],[],0,,False,1509,139,118,,None,,,,,,,"[{'screen_name': 'frozencanuck', 'name': 'Frozen Canuck', 'id': '14054953'}, {'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +280,1064622126798229504,1064524270984867840,1542660669000.0,2018-11-19 20:51:09,+0000,,@frozencanuck @ScaleyMurrsuit Ok,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,20,https://twitter.com/elonmusk/status/1064622126798229504,[],[],0,,False,989,31,31,,None,,,,,,,"[{'screen_name': 'frozencanuck', 'name': 'Frozen Canuck', 'id': '14054953'}, {'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +281,1064541185820114944,1064524270984867840,1542641371000.0,2018-11-19 15:29:31,+0000,,@ScaleyMurrsuit Maybe interesting to work with Daimler/Mercedes on an electric Sprinter. That’s a great van. We will inquire.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,15,https://twitter.com/elonmusk/status/1064541185820114944,[],[],0,,False,2138,167,166,,None,,,,,,,"[{'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +282,1064535393738022914,1064525305111470081,1542639990000.0,2018-11-19 15:06:30,+0000,,@WillFealey Absolutely agree,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,15,https://twitter.com/elonmusk/status/1064535393738022914,[],[],0,,False,601,19,12,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}]",,,, +283,1064534798318809089,1064525305111470081,1542639848000.0,2018-11-19 15:04:08,+0000,,@WillFealey Investigating,in,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,15,https://twitter.com/elonmusk/status/1064534798318809089,[],[],0,,False,596,14,9,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}]",,,, +284,1064534464645128192,1064525305111470081,1542639769000.0,2018-11-19 15:02:49,+0000,,@vincent13031925 @jsteinerman Probably mid 2019,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,15,https://twitter.com/elonmusk/status/1064534464645128192,[],[],0,,False,567,26,26,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +285,1064533933197471746,1064525305111470081,1542639642000.0,2018-11-19 15:00:42,+0000,,@LION_LIFER Tesla can provide heating/cooling/lights/music for days using battery,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,15,https://twitter.com/elonmusk/status/1064533933197471746,[],[],0,,False,540,8,23,,None,,,,,,,"[{'screen_name': 'LION_LIFER', 'name': 'val G', 'id': '249734381'}]",,,, +286,1064533454446985216,1064525305111470081,1542639528000.0,2018-11-19 14:58:48,+0000,,"@WillFealey Not everywhere, but should be possible around major metros. Parts supply chain to UK should be fixed. Lmk if not.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,14,https://twitter.com/elonmusk/status/1064533454446985216,[],[],0,,False,521,10,11,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}]",,,, +287,1064533128792891398,1064525305111470081,1542639450000.0,2018-11-19 14:57:30,+0000,,@acevedo_lex @stars4a_amy @Tesla Should be possible. Please ask service & lmk response.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,14,https://twitter.com/elonmusk/status/1064533128792891398,[],[],0,,False,484,15,9,,None,,,,,,,"[{'screen_name': 'acevedo_lex', 'name': 'LeX Acevedo', 'id': '892399737621663745'}, {'screen_name': 'stars4a_amy', 'name': 'Amy Houghton✨', 'id': '2445831127'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +288,1064532800450191360,1064524270984867840,1542639372000.0,2018-11-19 14:56:12,+0000,,"@ajaotj36 No, but perhaps in a few years",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,14,https://twitter.com/elonmusk/status/1064532800450191360,[],[],0,,False,696,24,13,,None,,,,,,,"[{'screen_name': 'ajaotj36', 'name': 'Bugs bunny', 'id': '485779668'}]",,,, +289,1064529656076886016,1064525305111470081,1542638622000.0,2018-11-19 14:43:42,+0000,,"@stars4a_amy Yeah, good idea. We have that state internally, so can push data to phone app.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,14,https://twitter.com/elonmusk/status/1064529656076886016,[],[],0,,False,576,11,12,,None,,,,,,,"[{'screen_name': 'stars4a_amy', 'name': 'Amy Houghton✨', 'id': '2445831127'}]",,,, +290,1064527363864649728,1064525305111470081,1542638076000.0,2018-11-19 14:34:36,+0000,,"@jsteinerman Haha, just like Super Troopers",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,14,https://twitter.com/elonmusk/status/1064527363864649728,[],[],0,,False,615,15,14,,None,,,,,,,[],,,, +291,1064526427129696256,1064525305111470081,1542637852000.0,2018-11-19 14:30:52,+0000,,@WillFealey Ideal situation in breakdown/accident (assuming no injuries) is that Tesla arrives at scene fast with top-of-the-line service loaner,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,14,https://twitter.com/elonmusk/status/1064526427129696256,[],[],0,,False,720,22,25,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}]",,,, +292,1064525305111470081,1064525305111470081,1542637585000.0,2018-11-19 14:26:25,+0000,,Will allow having your car picked up & dropped off or using mobile Tesla Rangers service vans if car lift isn’t needed,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,14,https://twitter.com/elonmusk/status/1064525305111470081,[],[],0,,False,6290,249,330,https://twitter.com/NTXTeslaOwners/status/1064524502321778688,None,,,,,,,[],,,, +293,1064524270984867840,1064524270984867840,1542637338000.0,2018-11-19 14:22:18,+0000,,Adding functionality to Tesla phone app allowing owners to request service for top issues with 1 or 2 taps,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,14,https://twitter.com/elonmusk/status/1064524270984867840,[],[],0,,False,30044,558,2235,https://twitter.com/cjk7216/status/1057765681108725760,None,,,,,,,[],,,, +294,1063869216284041216,1063865779156729857,1542481161000.0,2018-11-17 18:59:21,+0000,,"@FrameshiftShark Yes, no upgrades planned for F9. Minor tweaks to improve reliability only, provided NASA & USAF are supportive.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1063869216284041216,[],[],0,,False,791,37,47,,None,,,,,,,"[{'screen_name': 'FrameshiftShark', 'name': 'Sapphire 🚀🦈', 'id': '532999756'}]",,,, +295,1063867489543643136,1063865779156729857,1542480749000.0,2018-11-17 18:52:29,+0000,,@FrameshiftShark Radical change,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1063867489543643136,[],[],0,,False,2699,189,116,,None,,,,,,,"[{'screen_name': 'FrameshiftShark', 'name': 'Sapphire 🚀🦈', 'id': '532999756'}]",,,, +296,1063865779156729857,1063865779156729857,1542480342000.0,2018-11-17 18:45:42,+0000,,"Btw, SpaceX is no longer planning to upgrade Falcon 9 second stage for reusability. Accelerating BFR instead. New design is very exciting! Delightfully counter-intuitive.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1063865779156729857,[],[],0,,False,46079,1059,3021,,None,,,,,,,[],,,, +297,1063859100360962049,1063858599158407168,1542478749000.0,2018-11-17 18:19:09,+0000,,@annerajb It will alert Tesla service automatically as fan power required to achieve target pressure drop exceeds spec level,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1063859100360962049,[],[],0,,False,1328,33,54,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +298,1063858599158407168,1063858599158407168,1542478630000.0,2018-11-17 18:17:10,+0000,,"Set air flow to recirculating mode & manually raise blower speed to 5 in Model 3 for best air quality. Air filters are smaller than S/X, so clear air is achieved by circulating through filter several times.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1063858599158407168,[],[],0,,False,17330,377,1724,https://twitter.com/Teslarati/status/1063855556534898689,None,,,,,,,[],,,, +299,1063657780534341632,1063657780534341632,1542430751000.0,2018-11-17 04:59:11,+0000,,Congratulations @BoringCompany on completing the LA/Hawthorne tunnel! Cutting edge technology! https://t.co/80WbSQekCQ,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1063657780534341632,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1063657242786848768/pu/img/CjDgBIMG838yIqk5.jpg,False,63949,1285,6696,,None,,,,,,,[],,,, +300,1063639781899300864,1063632366629863424,1542426460000.0,2018-11-17 03:47:40,+0000,, https://t.co/TQhb9hQRxQ,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1063639781899300864,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1063639643164311553/pu/img/4A7UtAuETOTm2bUB.jpg,False,44727,1100,3503,,None,,,,,,,[],,,, +301,1063632366629863424,1063632366629863424,1542424692000.0,2018-11-17 03:18:12,+0000,,Boring Company just broke through the other side!! https://t.co/4yxQgpPVfZ,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1063632366629863424,['https://m.soundcloud.com/fish-tales/fisher-losing-it'],[],0,,False,25471,815,3782,,None,,,,,,,[],,,, +302,1063629719592026112,1063628735344037889,1542424061000.0,2018-11-17 03:07:41,+0000,,@nichegamer @PostMalone Missed miku concert sigh,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1063629719592026112,[],[],0,,False,5346,81,624,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'PostMalone', 'name': 'Posty', 'id': '913812620'}]",,,, +303,1063628735344037889,1063628735344037889,1542423826000.0,2018-11-17 03:03:46,+0000,,Listening to Better Now https://t.co/VyCkLWkRtA,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1063628735344037889,['https://open.spotify.com/track/7dt6x5M1jzdTEt8oCbisTK?si=FJBrhHxxQnSMSCeiWuoXig&nd=1'],[],0,,False,62554,1217,6888,,None,,,,,,,[],,,, +304,1063472829100769280,1063469569564598272,1542386655000.0,2018-11-16 16:44:15,+0000,,"@BorisTheBlade02 @KiwiEV China, especially, is doing an amazing job moving towards sustainable energy generation & transport",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1063472829100769280,[],[],0,,False,2121,108,113,,None,,,,,,,"[{'screen_name': 'BorisTheBlade02', 'name': 'Roger Long', 'id': '235719756'}, {'screen_name': 'KiwiEV', 'name': 'Gavin Shoebridge', 'id': '26158478'}]",,,, +305,1063469569564598272,1063469569564598272,1542385878000.0,2018-11-16 16:31:18,+0000,,"Sure hope this isn’t true. It is the non-linearities, such as Siberian permafrost melting or ocean currents changing, that are most difficult to predict.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1063469569564598272,[],[],0,,False,23231,1233,3436,https://twitter.com/cleantechnica/status/1063466830277369857,None,,,,,,,[],,,, +306,1063467306607501312,1063460373251149825,1542385338000.0,2018-11-16 16:22:18,+0000,,@_TomCross_ @SpaceX Haha 😀,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1063467306607501312,[],[],0,,False,4193,56,80,,None,,,,,,,"[{'screen_name': '_TomCross_', 'name': 'TomCross', 'id': '942308439052648448'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +307,1063175331484319744,1063175331484319744,1542315726000.0,2018-11-15 21:02:06,+0000,,Looking back at the sun from upper stage & Falcon 9 🚀 landed on drone ship Of Course I Still Love You https://t.co/sg3FXIDQJL,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1063175331484319744,[],['https://pbs.twimg.com/media/DsEoUm-V4AA3wBz.jpg'],1,https://pbs.twimg.com/media/DsEoUm-V4AA3wBz.jpg,False,21911,554,1601,,None,,,,,,,[],,,, +308,1063163083982544898,1063141100049723393,1542312806000.0,2018-11-15 20:13:26,+0000,,$5 per min to argue with knight. $12 for 3 min bulk discount.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,20,https://twitter.com/elonmusk/status/1063163083982544898,[],[],0,,False,16539,598,757,,None,,,,,,,[],,,, +309,1063155974289190912,1063141100049723393,1542311111000.0,2018-11-15 19:45:11,+0000,,@martinengwicht While (!castle) {brick++};,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/1063155974289190912,[],[],0,,False,1133,54,84,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}]",,,, +310,1063152501699080192,1063141100049723393,1542310283000.0,2018-11-15 19:31:23,+0000,,@TheAndwee Watchtower (feat. knight) will be at LA/Hawthorne tunnel entrance,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/1063152501699080192,[],[],0,,False,1072,30,31,,None,,,,,,,"[{'screen_name': 'TheAndwee', 'name': 'an owl', 'id': '449443276'}]",,,, +311,1063146730995228673,1063141100049723393,1542308907000.0,2018-11-15 19:08:27,+0000,,Fortnite irl,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/1063146730995228673,[],[],0,,False,51004,642,5514,,None,,,,,,,[],,,, +312,1063146393877893120,1063141100049723393,1542308827000.0,2018-11-15 19:07:07,+0000,,Boring Co is launching a whole product line of DIY watchtowers. You get bricks & a picture.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/1063146393877893120,[],[],0,,False,32990,352,1965,,None,,,,,,,[],,,, +313,1063144285824933888,1063141100049723393,1542308324000.0,2018-11-15 18:58:44,+0000,,"Um, that is not our castle. I just found a picture on the Internet.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1063144285824933888,[],[],0,,False,22511,485,721,,None,,,,,,,[],,,, +314,1063143229258817537,1063141100049723393,1542308072000.0,2018-11-15 18:54:32,+0000,,Not much but it is ours https://t.co/gx2l84M3f7,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1063143229258817537,[],['https://pbs.twimg.com/media/DsELISKUUAAxmxQ.jpg'],1,https://pbs.twimg.com/media/DsELISKUUAAxmxQ.jpg,False,19993,399,815,,None,,,,,,,[],,,, +315,1063141100049723393,1063141100049723393,1542307565000.0,2018-11-15 18:46:05,+0000,,The Boring Company is building a watchtower in LA out of dirt bricks & we need a knight to yell insults at people in a French accent https://t.co/VChOVXXVaz,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1063141100049723393,['https://www.boringcompany.com/jobs/'],[],0,,False,59086,2988,9086,,None,,,,,,,[],,,, +316,1063128303714750464,1063127468431810560,1542304514000.0,2018-11-15 17:55:14,+0000,,"@TechDeals_16 We have to truck to departure rail head & truck from arrival rail head, which is usually from customers. Car gets moved around rail yard a lot too & trains don’t leave often.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1063128303714750464,[],[],0,,False,1170,65,39,,None,,,,,,,"[{'screen_name': 'TechDeals_16', 'name': 'Tech Deals', 'id': '715198343001952259'}]",,,, +317,1063127477235593216,1063121238954991617,1542304317000.0,2018-11-15 17:51:57,+0000,,"@vincent13031925 Probably some deliveries in March, but April is more certain",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1063127477235593216,[],[],0,,False,602,40,25,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +318,1063126107539431424,1063121238954991617,1542303990000.0,2018-11-15 17:46:30,+0000,,@madera_raul Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1063126107539431424,[],[],0,,False,415,6,10,,None,,,,,,,"[{'screen_name': 'madera_raul', 'name': 'Raul Madera', 'id': '298201533'}]",,,, +319,1063125813522911233,1063121238954991617,1542303920000.0,2018-11-15 17:45:20,+0000,,"Will also be using dedicated roll-on, roll-off fast ships for transporting cars to Europe & Asia in Q1. Major focus on minimizing time from factory to new owner. Did not fully appreciate the working capital impact until recently.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1063125813522911233,[],[],0,,False,5505,205,280,,None,,,,,,,[],,,, +320,1063124712937611264,1063121238954991617,1542303658000.0,2018-11-15 17:40:58,+0000,,@FredericLambert We bought some trucking companies & secured contracts with major haulers to avoid trucking shortage mistake of last quarter,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1063124712937611264,[],[],0,,False,1536,118,95,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +321,1063123659290595328,1063121238954991617,1542303406000.0,2018-11-15 17:36:46,+0000,,@victorpoughon Probably technically able to do so in about a year. Then up to regulators.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1063123659290595328,[],[],0,,False,1499,76,78,,None,,,,,,,"[{'screen_name': 'victorpoughon', 'name': 'Victor Poughon', 'id': '216600079'}]",,,, +322,1063123296500121607,1063121238954991617,1542303320000.0,2018-11-15 17:35:20,+0000,,"Skipping rail saves over a month for East Coast deliveries. All things considered, it’s better to use trucks. Single load/unload & direct to owner location.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1063123296500121607,[],[],0,,False,5920,256,242,,None,,,,,,,[],,,, +323,1063121238954991617,1063121238954991617,1542302829000.0,2018-11-15 17:27:09,+0000,,Tesla just acquired trucking capacity to ensure Model 3 can be delivered in US by Dec 31 if ordered by Nov 30 https://t.co/npmPuSXNWC,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1063121238954991617,['https://3.tesla.com/model3/design#battery'],[],0,,False,18882,1310,1663,,None,,,,,,,[],,,, +324,1062756640103915520,1062754507136946177,1542215902000.0,2018-11-14 17:18:22,+0000,,@InsideEVs We will fight Big Tequila!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/1062756640103915520,[],[],0,,False,20675,587,1418,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +325,1062754073126985728,1062731013321830400,1542215290000.0,2018-11-14 17:08:10,+0000,,@garos82 @nichegamer That would be awesome,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/1062754073126985728,[],[],0,,False,500,25,14,,None,,,,,,,"[{'screen_name': 'garos82', 'name': 'Garos', 'id': '33948408'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +326,1062743291081289728,1025442992818073600,1542212720000.0,2018-11-14 16:25:20,+0000,,@jimmyzhong_iost @SpaceX Easily accessible energy,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,16,https://twitter.com/elonmusk/status/1062743291081289728,[],[],0,,False,488,32,23,,None,,,,,,,"[{'screen_name': 'jimmyzhong_iost', 'name': 'Jimmy Zhong', 'id': '755070940309032961'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +327,1062734288674648069,1062731013321830400,1542210573000.0,2018-11-14 15:49:33,+0000,,@nichegamer Send me a note!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,15,https://twitter.com/elonmusk/status/1062734288674648069,[],[],0,,False,1179,33,29,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +328,1062733438610898944,1062731013321830400,1542210371000.0,2018-11-14 15:46:11,+0000,,@nichegamer Would be fun to add to Tesla,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,15,https://twitter.com/elonmusk/status/1062733438610898944,[],[],0,,False,16945,419,681,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +329,1062543005591101441,1062541799984529409,1542164968000.0,2018-11-14 03:09:28,+0000,,@MackenzieTulip @nextspaceflight @SpaceX @NASA Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,03,https://twitter.com/elonmusk/status/1062543005591101441,[],[],0,,False,960,25,21,,None,,,,,,,"[{'screen_name': 'MackenzieTulip', 'name': 'Mackenzie Tulip', 'id': '936795752541536257'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +330,1062542792700784640,1062541799984529409,1542164917000.0,2018-11-14 03:08:37,+0000,,@nextspaceflight @SpaceX @NASA Will try again next month,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,03,https://twitter.com/elonmusk/status/1062542792700784640,[],[],0,,False,1204,30,31,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +331,1062541799984529409,1062541799984529409,1542164680000.0,2018-11-14 03:04:40,+0000,,"Congratulations @SpaceX team! Thanks @NASA, much appreciated.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,03,https://twitter.com/elonmusk/status/1062541799984529409,[],[],0,,False,36701,494,2892,https://twitter.com/Teslarati/status/1062255003052769281,None,,,,,,,[],,,, +332,1062064062383550464,1062064062383550464,1542050779000.0,2018-11-12 19:26:19,+0000,,"Rest in peace, Stan Lee. The many worlds of imagination & delight you created for humanity will last forever.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/1062064062383550464,[],[],0,,False,416754,1459,76716,,None,,,,,,,[],,,, +333,1061882263481344000,1061872800397373440,1542007435000.0,2018-11-12 07:23:55,+0000,,@_sheateher @MalibuWine Is he ok?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,07,https://twitter.com/elonmusk/status/1061882263481344000,[],[],0,,False,16475,314,435,,None,,,,,,,"[{'screen_name': '_sheateher', 'name': 'Monica • Stream Folklore & Evermore', 'id': '2793169195'}, {'screen_name': 'MalibuWine', 'name': 'Malibu Wines', 'id': '30302173'}]",,,, +334,1061540644550664192,1061540644550664192,1541925986000.0,2018-11-11 08:46:26,+0000,,"It naturally follows that a hotter system will have more energetic events. For example, as a pot of water becomes colder, it becomes inert ice, but heating a pot of water turns it into a steam boiler.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,08,https://twitter.com/elonmusk/status/1061540644550664192,[],[],0,,False,25069,642,2681,https://twitter.com/mayemusk/status/1061412788113825792,None,,,,,,,[],,,, +335,1061536402221948928,1061508134148231168,1541924975000.0,2018-11-11 08:29:35,+0000,,@karaswisher Scary sign of times to come. It will get worse.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,08,https://twitter.com/elonmusk/status/1061536402221948928,[],[],0,,False,27303,559,2376,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}]",,,, +336,1061378160653086720,1061367825724522497,1541887247000.0,2018-11-10 22:00:47,+0000,,"@kenlacovara Agreed, technically, mined hydrocarbons come primarily from ancient, decayed marine organisms & partially from geological processes (CH4 particularly)",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1061378160653086720,[],[],0,,False,1238,59,61,,None,,,,,,,"[{'screen_name': 'kenlacovara', 'name': 'Kenneth Lacovara', 'id': '47247580'}]",,,, +337,1061372745890459648,1061367825724522497,1541885956000.0,2018-11-10 21:39:16,+0000,,"Makes me so mad when smart, ethical scientists I know are accused of publishing climate papers for “grant money”. They earn 🥜 vs their other opportunities, but give that up to help world. But their accusers make billions by slowing down clean energy. Which is more credible?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1061372745890459648,[],[],0,,False,84987,1393,14535,,None,,,,,,,[],,,, +338,1061369641908531200,1061368760890806272,1541885216000.0,2018-11-10 21:26:56,+0000,,"@SeanGVarney That is true & should be applauded. Right move is for oil companies truly to think of themselves as energy companies, but move rapidly towards clean, sustainable energy. Means lower profits short-term, but will make them stronger long-term.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1061369641908531200,[],[],0,,False,5979,136,409,,None,,,,,,,[],,,, +339,1061367825724522497,1061367825724522497,1541884783000.0,2018-11-10 21:19:43,+0000,,"We know we’ll run out of dead dinosaurs to mine for fuel & have to use sustainable energy eventually, so why not go renewable now & avoid increasing risk of climate catastrophe? Betting that science is wrong & oil companies are right is the dumbest experiment in history by far …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1061367825724522497,[],[],0,,False,135522,2263,34002,https://twitter.com/NewsHour/status/1026599623396192256,None,,,,,,,[],,,, +340,1061336388791140353,1061123924354875393,1541877288000.0,2018-11-10 19:14:48,+0000,,@zandywithaz Because people on the ground know more about what’s actually needed than politicians do,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1061336388791140353,[],[],0,,False,2396,83,151,,None,,,,,,,"[{'screen_name': 'zandywithaz', 'name': 'haunted dog', 'id': '564861472'}]",,,, +341,1061125018543947776,1061123924354875393,1541826893000.0,2018-11-10 05:14:53,+0000,,"@JackCydia Good, but not hospital grade. S & X were designed to be proof against an actual bioweapon attack. Requires a giant filter with separate acid & alkaline gas neutralization layers. Not enough room in Model 3.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/1061125018543947776,[],[],0,,False,6465,149,494,,None,,,,,,,[],,,, +342,1061123924354875393,1061123924354875393,1541826632000.0,2018-11-10 05:10:32,+0000,,"If Tesla can help people in California wildfire, please let us know. Model S & X have hospital grade HEPA filters. Maybe helpful for transporting people.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/1061123924354875393,[],[],0,,False,124448,2440,13727,,None,,,,,,,[],,,, +343,1060950419621392384,1060950188288892930,1541785266000.0,2018-11-09 17:41:06,+0000,,"@tizmagik @TeslaSupport Fair point, will reenable",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/1060950419621392384,[],[],0,,False,647,86,23,,None,,,,,,,"[{'screen_name': 'tizmagik', 'name': 'Jeremy Gayed 🤓', 'id': '15137955'}, {'screen_name': 'TeslaSupport', 'name': 'Tesla Support', 'id': '738434213800595457'}]",,,, +344,1060760248275787776,1060759329039515648,1541739925000.0,2018-11-09 05:05:25,+0000,,"@mihk101 Agreed, top priority for Autopilot team. Being cautious for max safety.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,05,https://twitter.com/elonmusk/status/1060760248275787776,[],[],0,,False,995,56,30,,None,,,,,,,"[{'screen_name': 'mihk101', 'name': 'Mike Leonardi', 'id': '2938866733'}]",,,, +345,1060759329039515648,1060759329039515648,1541739706000.0,2018-11-09 05:01:46,+0000,,Please lmk what you’d most like improved/fixed about your Tesla. Thanks!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,05,https://twitter.com/elonmusk/status/1060759329039515648,[],[],0,,False,54062,21118,1988,,None,,,,,,,[],,,, +346,1060749963733348352,1060647831298486272,1541737473000.0,2018-11-09 04:24:33,+0000,,@exzacklyright @MKBHD @austinnotduncan @Tesla Cool,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,04,https://twitter.com/elonmusk/status/1060749963733348352,[],[],0,,False,849,28,14,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'austinnotduncan', 'name': 'Austin Evans', 'id': '59023203'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +347,1060706332733403136,1060647831298486272,1541727071000.0,2018-11-09 01:31:11,+0000,,"@Tesla With similar track wheels/tires/brakes, Model S P100D is faster",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,01,https://twitter.com/elonmusk/status/1060706332733403136,[],[],0,,False,8855,265,287,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +348,1060705593701199872,1060647831298486272,1541726895000.0,2018-11-09 01:28:15,+0000,,@Erdayastronaut @Tesla Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,01,https://twitter.com/elonmusk/status/1060705593701199872,[],[],0,,False,732,28,21,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +349,1060452014642016256,1060422884772868097,1541666437000.0,2018-11-08 08:40:37,+0000,,@Tesla Would like to thank Robyn for joining the team. Great respect. Very much look forward to working together.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,08,https://twitter.com/elonmusk/status/1060452014642016256,[],[],0,,False,17555,359,526,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +350,1060282495541727234,1060253333116473344,1541626020000.0,2018-11-07 21:27:00,+0000,,"@Erdayastronaut @annerajb No, we’re building a BFR dev ship to do supersonic through landing tests in Boca Chica, Texas",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/1060282495541727234,[],[],0,,False,1958,86,98,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +351,1060265065276825601,1060253333116473344,1541621864000.0,2018-11-07 20:17:44,+0000,,@Erdayastronaut @annerajb Won’t land propulsively for those reasons. Ultra light heat shield & high Mach control surfaces are what we can’t test well without orbital entry. I think we have a handle on propulsive landings.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1060265065276825601,[],[],0,,False,2233,89,106,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +352,1060253755315118080,1060253333116473344,1541619168000.0,2018-11-07 19:32:48,+0000,,@annerajb Aiming for orbital flight by June,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1060253755315118080,[],[],0,,False,3293,86,162,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +353,1060253333116473344,1060253333116473344,1541619067000.0,2018-11-07 19:31:07,+0000,,Mod to SpaceX tech tree build: Falcon 9 second stage will be upgraded to be like a mini-BFR Ship,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1060253333116473344,[],[],0,,False,33609,1160,2178,,None,,,,,,,[],,,, +354,1060210617968058368,1059968605616594944,1541608883000.0,2018-11-07 16:41:23,+0000,,But comments are 👌,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,16,https://twitter.com/elonmusk/status/1060210617968058368,[],[],0,,False,26375,664,448,,None,,,,,,,[],,,, +355,1059969811860647936,1059857532347281408,1541551471000.0,2018-11-07 00:44:31,+0000,,@Benioff @boringcompany LA/Hawthorne demonstration tunnel activates Dec 10. Runs parallel to 105 freeway from Crenshaw Blvd to 405.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,00,https://twitter.com/elonmusk/status/1059969811860647936,[],[],0,,False,959,53,62,,None,,,,,,,"[{'screen_name': 'Benioff', 'name': 'Marc Benioff', 'id': '22330739'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +356,1059968605616594944,1059968605616594944,1541551183000.0,2018-11-07 00:39:43,+0000,,"I think Twitter is deleting fake, scam or maybe even inactive accounts. My follower count decreased by ~20k over the past few days.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,00,https://twitter.com/elonmusk/status/1059968605616594944,[],[],0,,False,112618,4380,4579,,None,,,,,,,[],,,, +357,1059943113886593027,1059943113886593027,1541545105000.0,2018-11-06 22:58:25,+0000,, https://t.co/gt8PXloMZn,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,22,https://twitter.com/elonmusk/status/1059943113886593027,[],['https://pbs.twimg.com/media/DrWso_7UUAEJZGe.jpg'],1,https://pbs.twimg.com/media/DrWso_7UUAEJZGe.jpg,False,249204,3511,21004,,None,,,,,,,[],,,, +358,1059874398566440960,1059857532347281408,1541528722000.0,2018-11-06 18:25:22,+0000,,"@Benioff @boringcompany Sure, we can do it",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1059874398566440960,[],[],0,,False,12340,336,603,,None,,,,,,,"[{'screen_name': 'Benioff', 'name': 'Marc Benioff', 'id': '22330739'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +359,1059863189007982592,1059852113319145472,1541526050000.0,2018-11-06 17:40:50,+0000,,Zeroth Law,cy,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1059863189007982592,[],[],0,,False,10331,431,356,,None,,,,,,,[],,,, +360,1059860872661630976,1059852113319145472,1541525497000.0,2018-11-06 17:31:37,+0000,,Foundation of psychohistory,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1059860872661630976,[],[],0,,False,11901,305,468,,None,,,,,,,[],,,, +361,1059859704526995457,1059852113319145472,1541525219000.0,2018-11-06 17:26:59,+0000,,@thescalex I am not,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1059859704526995457,[],[],0,,False,1559,38,34,,None,,,,,,,[],,,, +362,1059858556948635648,1059852113319145472,1541524945000.0,2018-11-06 17:22:25,+0000,,@bri_the_cheesy True,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1059858556948635648,[],[],0,,False,729,34,14,,None,,,,,,,[],,,, +363,1059857655911444480,1059852113319145472,1541524731000.0,2018-11-06 17:18:51,+0000,,2B or !2B,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1059857655911444480,[],[],0,,False,20123,882,2664,,None,,,,,,,[],,,, +364,1059853585524043776,1059846564032593921,1541523760000.0,2018-11-06 17:02:40,+0000,,Love Oumuamua jokes,in,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1059853585524043776,[],[],0,,False,7397,345,274,,None,,,,,,,[],,,, +365,1059852113319145472,1059852113319145472,1541523409000.0,2018-11-06 16:56:49,+0000,,Remember the future,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1059852113319145472,[],[],0,,False,98287,2819,14782,,None,,,,,,,[],,,, +366,1059846564032593921,1059846564032593921,1541522086000.0,2018-11-06 16:34:46,+0000,,Oh hi guys … lol https://t.co/TX10I0Ecrn,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1059846564032593921,['https://www-m.cnn.com/2018/11/06/health/oumuamua-alien-probe-harvard-intl/index.html?r=https%3A%2F%2Fwww.google.com%2F'],[],0,,False,17749,1264,1685,,None,,,,,,,[],,,, +367,1058862358494212096,1058405925181181952,1541287433000.0,2018-11-03 23:23:53,+0000,,"@martinengwicht @DatHandsomeJerk @vincent13031925 @Teslarati @panasonic Yes, Germany has outstanding engineering talent",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1058862358494212096,[],[],0,,False,982,122,59,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'DatHandsomeJerk', 'name': 'Master of Coin FXR', 'id': '2992545650'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +368,1058772996112826369,1058622599188504576,1541266127000.0,2018-11-03 17:28:47,+0000,,"@samsheffer Just a few mins, which is mostly accelerating & decelerating",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,17,https://twitter.com/elonmusk/status/1058772996112826369,[],[],0,,False,2078,115,52,,None,,,,,,,"[{'screen_name': 'samsheffer', 'name': 'Sam Sheffer', 'id': '25246881'}]",,,, +369,1058767039102312448,1058622599188504576,1541264707000.0,2018-11-03 17:05:07,+0000,, https://t.co/xGJ4Bc6HpL,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,17,https://twitter.com/elonmusk/status/1058767039102312448,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1058766998421655552/pu/img/OxomIQC0M-6Spd9O.jpg,False,97572,2496,14240,,None,,,,,,,[],,,, +370,1058624233750749185,1058622599188504576,1541230660000.0,2018-11-03 07:37:40,+0000,,So underappreciated,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,07,https://twitter.com/elonmusk/status/1058624233750749185,[],[],0,,False,31023,1071,2977,,None,,,,,,,[],,,, +371,1058623815922544641,1058622599188504576,1541230560000.0,2018-11-03 07:36:00,+0000,,@nichegamer @candiceruizy Ok,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,07,https://twitter.com/elonmusk/status/1058623815922544641,[],[],0,,False,1460,24,16,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'candiceruizy', 'name': 'Candice', 'id': '3310305236'}]",,,, +372,1058622950025265152,1058622599188504576,1541230354000.0,2018-11-03 07:32:34,+0000,,@MacTechGenius Ok,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,07,https://twitter.com/elonmusk/status/1058622950025265152,[],[],0,,False,1172,30,27,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +373,1058622599188504576,1058622599188504576,1541230270000.0,2018-11-03 07:31:10,+0000,,Walked full length of Boring Co tunnel under LA tonight. Disturbingly long. On track for opening party Dec 10. Will be very one-dimensional.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,07,https://twitter.com/elonmusk/status/1058622599188504576,[],[],0,,False,68900,1481,4441,,None,,,,,,,[],,,, +374,1058619991468068864,1058592122167652353,1541229648000.0,2018-11-03 07:20:48,+0000,,"@planet4589 Sounds like pure luxury! When I said ‘sponge’, I was actually speaking metaphorically. Truth is, I was just a simple nucleotide, drifting alone in small crevice with 3 trillion siblings.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,07,https://twitter.com/elonmusk/status/1058619991468068864,[],[],0,,False,1624,59,86,,None,,,,,,,"[{'screen_name': 'planet4589', 'name': 'Jonathan McDowell', 'id': '19355829'}]",,,, +375,1058617148904361984,1058592122167652353,1541228971000.0,2018-11-03 07:09:31,+0000,,@_DionnaLeo @CouRageJD What is love?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,07,https://twitter.com/elonmusk/status/1058617148904361984,[],[],0,,False,1750,227,108,,None,,,,,,,"[{'screen_name': 'CouRageJD', 'name': 'Jack “CouRage” Dunlop', 'id': '246596682'}]",,,, +376,1058612862271160320,1058592122167652353,1541227949000.0,2018-11-03 06:52:29,+0000,,@AndrewFazzolare @TylerGlaiel Bikini Bottom,in,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,06,https://twitter.com/elonmusk/status/1058612862271160320,[],[],0,,False,1603,33,75,,None,,,,,,,"[{'screen_name': 'AndrewFazzolare', 'name': 'Andrew Fazz', 'id': '23229607'}, {'screen_name': 'TylerGlaiel', 'name': 'Tyler Glaiel', 'id': '38355920'}]",,,, +377,1058612281473290240,1058592122167652353,1541227810000.0,2018-11-03 06:50:10,+0000,,@VampyBitme Fair,fr,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,06,https://twitter.com/elonmusk/status/1058612281473290240,[],[],0,,False,3448,18,37,,None,,,,,,,"[{'screen_name': 'VampyBitme', 'name': '⚡️Mecha Maiden⚡️', 'id': '51162310'}]",,,, +378,1058611894368358400,1058592122167652353,1541227718000.0,2018-11-03 06:48:38,+0000,,"@TylerGlaiel Yes, that is how",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,06,https://twitter.com/elonmusk/status/1058611894368358400,[],[],0,,False,1239,20,24,,None,,,,,,,"[{'screen_name': 'TylerGlaiel', 'name': 'Tyler Glaiel', 'id': '38355920'}]",,,, +379,1058611114735394818,1058592122167652353,1541227532000.0,2018-11-03 06:45:32,+0000,,We didn’t even have kids back then. Just little sponges.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,06,https://twitter.com/elonmusk/status/1058611114735394818,[],[],0,,False,52053,718,3751,,None,,,,,,,[],,,, +380,1058610390244806656,1058586959281451008,1541227359000.0,2018-11-03 06:42:39,+0000,,@nichegamer Sea sponge. Humans would later use our bodies to clean dishes. So humiliating.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,06,https://twitter.com/elonmusk/status/1058610390244806656,[],[],0,,False,1231,30,56,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +381,1058602692958859264,1058586959281451008,1541225524000.0,2018-11-03 06:12:04,+0000,,@bonnienorman Wow that’s cool!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,06,https://twitter.com/elonmusk/status/1058602692958859264,[],[],0,,False,1214,13,28,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': 'Bonnie Norman', 'id': '195009699'}]",,,, +382,1058593484251136000,1058592122167652353,1541223329000.0,2018-11-03 05:35:29,+0000,,Kids these days have it easy,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/1058593484251136000,[],[],0,,False,47290,629,2945,,None,,,,,,,[],,,, +383,1058592122167652353,1058592122167652353,1541223004000.0,2018-11-03 05:30:04,+0000,,I remember when I was a sponge. Simpler times they were.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/1058592122167652353,[],[],0,,False,116850,2110,16433,,None,,,,,,,[],,,, +384,1058589489809973248,1058586959281451008,1541222376000.0,2018-11-03 05:19:36,+0000,,@trobbu @Tesla Haha,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/1058589489809973248,[],[],0,,False,695,18,16,,None,,,,,,,"[{'screen_name': 'trobbu', 'name': 'Trobbu | Thomas', 'id': '501077161'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +385,1058589091254562816,1058586959281451008,1541222281000.0,2018-11-03 05:18:01,+0000,,First movie I ever saw in theaters,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/1058589091254562816,[],[],0,,False,16597,540,389,,None,,,,,,,[],,,, +386,1058588152317657088,1058586959281451008,1541222057000.0,2018-11-03 05:14:17,+0000,,When the only existing life was a sponge,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/1058588152317657088,[],[],0,,False,15444,294,614,,None,,,,,,,[],,,, +387,1058588053151707137,1058586959281451008,1541222034000.0,2018-11-03 05:13:54,+0000,,Although it was in the precambrian era,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/1058588053151707137,[],[],0,,False,11584,93,291,,None,,,,,,,[],,,, +388,1058586959281451008,1058586959281451008,1541221773000.0,2018-11-03 05:09:33,+0000,,Star Wars only had an $11M budget. Must have been in the galaxy of ridiculously low budgets. https://t.co/GcRL2uN7J7,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/1058586959281451008,[],['https://pbs.twimg.com/media/DrDbOd8UUAEWaAo.jpg'],1,https://pbs.twimg.com/media/DrDbOd8UUAEWaAo.jpg,False,36884,782,2047,,None,,,,,,,[],,,, +389,1058543698340851712,1058527431684812800,1541211459000.0,2018-11-03 02:17:39,+0000,,@Scobleizer @Tesla They’re great! Honored to work with them.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1058543698340851712,[],[],0,,False,4580,63,121,,None,,,,,,,"[{'screen_name': 'Scobleizer', 'name': 'Scoble', 'id': '13348'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +390,1058523152043585536,1058523050134593536,1541206560000.0,2018-11-03 00:56:00,+0000,,@KingCloudsShop Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/1058523152043585536,[],[],0,,False,406,12,7,,None,,,,,,,[],,,, +391,1058467599736926209,1058405925181181952,1541193315000.0,2018-11-02 21:15:15,+0000,,@annerajb @vincent13031925 @Teslarati @panasonic Definitely,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/1058467599736926209,[],[],0,,False,462,22,12,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +392,1058463270992928768,1058405925181181952,1541192283000.0,2018-11-02 20:58:03,+0000,,"@DatHandsomeJerk @vincent13031925 @Teslarati @panasonic Aspirationally, they will be made to the exact same specification, but we can vary cell quantity to account for empirical variation",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,20,https://twitter.com/elonmusk/status/1058463270992928768,[],[],0,,False,596,20,27,,None,,,,,,,"[{'screen_name': 'DatHandsomeJerk', 'name': 'Master of Coin FXR', 'id': '2992545650'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +393,1058462122219200512,1058405925181181952,1541192009000.0,2018-11-02 20:53:29,+0000,,"@annerajb @vincent13031925 @Teslarati @panasonic Hopefully, partial presence in India, Africa & South America end of next year, with broader expansion in 2020",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,20,https://twitter.com/elonmusk/status/1058462122219200512,[],[],0,,False,1027,94,153,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +394,1058461495531454464,1058405925181181952,1541191860000.0,2018-11-02 20:51:00,+0000,,"@annerajb @vincent13031925 @Teslarati @panasonic Recently asked service team to expand locations to all population regions (not just major metros) in North America, Eastern Europe, China & Japan by end of next year. We are completely missing vast geographic regions in some cases.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,20,https://twitter.com/elonmusk/status/1058461495531454464,[],[],0,,False,754,37,48,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +395,1058459966971949056,1058405925181181952,1541191496000.0,2018-11-02 20:44:56,+0000,,"@vincent13031925 @Teslarati @panasonic To clarify further, the long-term goal for Tesla mass market products is local production for local markets (at least at the continent level). This is critical to make pricing as affordable as possible.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,20,https://twitter.com/elonmusk/status/1058459966971949056,[],[],0,,False,908,47,71,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +396,1058459307912552448,1058405925181181952,1541191338000.0,2018-11-02 20:42:18,+0000,,"@vincent13031925 @Teslarati @panasonic Tesla will manufacture all battery modules & packs at China Giga, as we do today in California & Nevada. Cell production will be sourced locally, most likely from several companies (incl Pana), in order to meet demand in a timely manner.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,20,https://twitter.com/elonmusk/status/1058459307912552448,[],[],0,,False,928,31,78,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +397,1058444531190747136,1058405925181181952,1541187815000.0,2018-11-02 19:43:35,+0000,,"@Teslarati Amazing results by @Panasonic at Tesla Gigafactory Nevada! Very much appreciate extreme hard work it took to achieve this result. Together with Pana Japan cell plants, Tesla/Pana partnership is producing ~60% of global EV battery output!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/1058444531190747136,[],[],0,,False,7360,123,561,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +398,1058398295427411968,1058295512397430784,1541176792000.0,2018-11-02 16:39:52,+0000,,@lsutgr @karaswisher @Recode @DMC_Ryan Prob 2 to 3 weeks,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1058398295427411968,[],[],0,,False,841,54,37,,None,,,,,,,"[{'screen_name': 'lsutgr', 'name': 'lsutgr', 'id': '8681532'}, {'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}, {'screen_name': 'Recode', 'name': 'Recode', 'id': '2244340904'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +399,1058243157106642944,1058174930913648640,1541139804000.0,2018-11-02 06:23:24,+0000,,@veldeth_ @AMAZlNGNATURE v true,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1058243157106642944,[],[],0,,False,806,21,15,,None,,,,,,,"[{'screen_name': 'veldeth_', 'name': 'velrex', 'id': '935803415229218816'}, {'screen_name': 'AMAZlNGNATURE', 'name': 'Nature is Amazing ☘️', 'id': '2828212668'}]",,,, +400,1058239175940427776,1058174930913648640,1541138855000.0,2018-11-02 06:07:35,+0000,,@AMAZlNGNATURE cute,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1058239175940427776,[],[],0,,False,17134,192,733,,None,,,,,,,"[{'screen_name': 'AMAZlNGNATURE', 'name': 'Nature is Amazing ☘️', 'id': '2828212668'}]",,,, +401,1058211611301699584,1058211451460960256,1541132283000.0,2018-11-02 04:18:03,+0000,,@ChipdTooth Haha,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,04,https://twitter.com/elonmusk/status/1058211611301699584,[],[],0,,False,457,24,12,,None,,,,,,,[],,,, +402,1058210595793625088,1058210595793625088,1541132041000.0,2018-11-02 04:14:01,+0000,,Bring Me the Horizon https://t.co/sCQpEofnPg,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,04,https://twitter.com/elonmusk/status/1058210595793625088,[],['https://pbs.twimg.com/media/Dq-E656XgAM0W7S.jpg'],1,https://pbs.twimg.com/media/Dq-E656XgAM0W7S.jpg,False,66200,1337,8552,,None,,,,,,,[],,,, +403,1058148150488195073,1057871356367269888,1541117153000.0,2018-11-02 00:05:53,+0000,,@MikeKasprzik Aiming for next week,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/1058148150488195073,[],[],0,,False,611,30,24,,None,,,,,,,"[{'screen_name': 'MikeKasprzik', 'name': 'Mike Kasprzik', 'id': '2396923568'}]",,,, +404,1058106338142613506,1058105825137352705,1541107184000.0,2018-11-01 21:19:44,+0000,,@TeslaMotorsClub ♥️ Norway 🇳🇴,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1058106338142613506,[],[],0,,False,12734,229,501,,None,,,,,,,"[{'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}]",,,, +405,1058080219041456128,1058074444512534528,1541100957000.0,2018-11-01 19:35:57,+0000,,"@InsideEVs @Tesla #’s r wrong, but 🐻 in 🧠 Tesla makes 🚘s 4 overseas & East Coast in 1st half of quarter",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/1058080219041456128,[],[],0,,False,5884,199,260,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +406,1057949223445020672,1057719290856538112,1541069725000.0,2018-11-01 10:55:25,+0000,,"@vaipier Long-term, the car will work purely on vision, with radar just a plus, but maybe worth adding a radar heater anyway",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/1057949223445020672,[],[],0,,False,1056,54,72,,None,,,,,,,"[{'screen_name': 'vaipier', 'name': 'Pier Carlo Cadoppi', 'id': '444876592'}]",,,, +407,1057947461652606976,1057719290856538112,1541069305000.0,2018-11-01 10:48:25,+0000,,@GlamandGore https://t.co/l8kmDOLJkZ,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/1057947461652606976,[],['https://pbs.twimg.com/media/Dq6Vm2xVAAEfjrj.jpg'],1,https://pbs.twimg.com/media/Dq6Vm2xVAAEfjrj.jpg,False,3140,83,214,,None,,,,,,,[],,,, +408,1057893769486290944,1057871356367269888,1541056504000.0,2018-11-01 07:15:04,+0000,,@raxetul We can make it work from very far away. LoS is just for safety.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,07,https://twitter.com/elonmusk/status/1057893769486290944,[],[],0,,False,1037,31,29,,None,,,,,,,"[{'screen_name': 'raxetul', 'name': 'Emrah Urhan', 'id': '110233381'}]",,,, +409,1057889931735912448,1057889720217198592,1541055589000.0,2018-11-01 06:59:49,+0000,,@sheslulu Hahaha <ahem>,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/1057889931735912448,[],[],0,,False,1072,12,40,,None,,,,,,,"[{'screen_name': 'sheslulu', 'name': ""I ain't shit 🦂"", 'id': '46991838'}]",,,, +410,1057888146992488450,1057871356367269888,1541055163000.0,2018-11-01 06:52:43,+0000,,@rivatez Um yes,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/1057888146992488450,[],[],0,,False,1129,12,15,,None,,,,,,,"[{'screen_name': 'rivatez', 'name': 'Riva', 'id': '586559221'}]",,,, +411,1057885912858681344,1057871356367269888,1541054630000.0,2018-11-01 06:43:50,+0000,,"@wordcipher Maybe AI will make me follow it, laugh like a demon & say who’s the pet now …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/1057885912858681344,[],[],0,,False,912,47,69,,None,,,,,,,"[{'screen_name': 'wordcipher', 'name': '🇺🇸Michael Ranger🇲🇽🧢', 'id': '949737575220051968'}]",,,, +412,1057884071005569024,1057871356367269888,1541054191000.0,2018-11-01 06:36:31,+0000,,"Also, you’ll be able to drive it from your phone remotely like a big RC car if in line of sight",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/1057884071005569024,[],[],0,,False,35109,1161,2952,,None,,,,,,,[],,,, +413,1057881371174035456,1057871356367269888,1541053548000.0,2018-11-01 06:25:48,+0000,,Car will drive to your phone location & follow you like a pet if you hold down summon button on Tesla app,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/1057881371174035456,[],[],0,,False,37975,801,4353,,None,,,,,,,[],,,, +414,1057871356367269888,1057871356367269888,1541051160000.0,2018-11-01 05:46:00,+0000,,"Tesla advanced Summon ready in ~6 weeks! Just an over-the-air software upgrade, so will work on all cars made in past 2 years (Autopilot hardware V2+).",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,05,https://twitter.com/elonmusk/status/1057871356367269888,[],[],0,,False,39676,838,3321,,None,,,,,,,[],,,, +415,1057719290856538112,1057719290856538112,1541014905000.0,2018-10-31 19:41:45,+0000,,Scientists uncover Sneaky move by GM,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1057719290856538112,[],[],0,,False,15644,570,1589,https://twitter.com/InsideEVs/status/1057718047102918656,None,,,,,,,[],,,, +416,1057690425710891009,1057670995400646657,1541008023000.0,2018-10-31 17:47:03,+0000,,"@rarelyserious @Tesla For those unfamiliar, this uses Tesla Autopark/Summon. Slightly smarter version hopefully ready soon. By next year, a Tesla should be able to drive around a parking lot, find an empty spot, read signs to confirm it’s valid & park.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/1057690425710891009,[],[],0,,False,29581,547,3169,,None,,,,,,,"[{'screen_name': 'rarelyserious', 'name': 'D Shawn Kennedy 🛂', 'id': '89226907'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +417,1057688156315693057,1057670995400646657,1541007482000.0,2018-10-31 17:38:02,+0000,,@rarelyserious @Tesla Cool haha,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/1057688156315693057,[],[],0,,False,36013,140,1296,,None,,,,,,,"[{'screen_name': 'rarelyserious', 'name': 'D Shawn Kennedy 🛂', 'id': '89226907'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +418,1057030946594029569,1057010155332628481,1540850791000.0,2018-10-29 22:06:31,+0000,,"Legally required officers of a corporation are president, treasurer & secretary. Guess I have to keep 1st one or it will confuse the authorities.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,22,https://twitter.com/elonmusk/status/1057030946594029569,[],[],0,,False,31759,991,1061,,None,,,,,,,[],,,, +419,1057025309688520704,1057010155332628481,1540849447000.0,2018-10-29 21:44:07,+0000,,"@FredericLambert Good point, might put that one back",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1057025309688520704,[],[],0,,False,2268,117,37,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +420,1057010155332628481,1057010155332628481,1540845833000.0,2018-10-29 20:43:53,+0000,,Deleted my Tesla titles last week to see what would happen. I’m now the Nothing of Tesla. Seems fine so far.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,20,https://twitter.com/elonmusk/status/1057010155332628481,[],[],0,,False,119617,3443,8252,,None,,,,,,,[],,,, +421,1056031369480962048,1055984917627265025,1540612473000.0,2018-10-27 03:54:33,+0000,,@SnazzyQ @FredericLambert Signing off Twitter for a few days ...,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1056031369480962048,[],[],0,,False,2301,374,87,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +422,1056030239610925056,1055984917627265025,1540612203000.0,2018-10-27 03:50:03,+0000,,"@SnazzyQ @FredericLambert Don’t worry, we’ll make it right",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1056030239610925056,[],[],0,,False,1371,76,32,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +423,1056028956124561408,1055891642585112576,1540611897000.0,2018-10-27 03:44:57,+0000,,@CGasparino @Tesla The FOIA on this will be solid gold. Can’t wait.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1056028956124561408,[],[],0,,False,1028,49,40,,None,,,,,,,"[{'screen_name': 'CGasparino', 'name': 'Charles Gasparino', 'id': '68739089'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +424,1056027905807941632,1056027618296836098,1540611647000.0,2018-10-27 03:40:47,+0000,,@Model3Owners Not going up. We will just offer those who ordered bought 3P either $5k back or free lifetime Supercharging.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1056027905807941632,[],[],0,,False,3713,205,158,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +425,1056026765502513152,1055984917627265025,1540611375000.0,2018-10-27 03:36:15,+0000,,"@Lindowitz @FredericLambert It’s a reasonable criticism. We wanted to make the awesome version of Model 3 Performance more affordable, but it was arguably too much too soon. Taking corrective action …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1056026765502513152,[],[],0,,False,1190,71,37,,None,,,,,,,"[{'screen_name': 'Lindowitz', 'name': 'CRL', 'id': '22543223'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +426,1056025766599651328,1055891642585112576,1540611137000.0,2018-10-27 03:32:17,+0000,,"@CGasparino @Tesla Exactly, this is total bs. What part of “production hell” sounds like a sure thing!?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1056025766599651328,[],[],0,,False,4507,145,182,,None,,,,,,,"[{'screen_name': 'CGasparino', 'name': 'Charles Gasparino', 'id': '68739089'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +427,1056025320397037570,1055988960458141697,1540611031000.0,2018-10-27 03:30:31,+0000,,@sk2sno @rtk86 @sheldonth @FactsDataTruth @Tesla We will enable track mode for all performance cars,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1056025320397037570,[],[],0,,False,840,44,36,,None,,,,,,,"[{'screen_name': 'rtk86', 'name': 'RK', 'id': '289674448'}, {'screen_name': 'sheldonth', 'name': 'Sheldon', 'id': '20161389'}, {'screen_name': 'FactsDataTruth', 'name': 'FOLLOW-THE-$$$', 'id': '4847480200'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +428,1056025032617426945,1055984917627265025,1540610962000.0,2018-10-27 03:29:22,+0000,,"@FredericLambert It was underpriced. Anyway, if you want $5k refund & free Supercharging turned off, we will do that.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1056025032617426945,[],[],0,,False,1198,88,39,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +429,1056024539832844288,1055988960458141697,1540610844000.0,2018-10-27 03:27:24,+0000,,"@rtk86 @sheldonth @FactsDataTruth @Tesla Ok, we will turn off lifetime free Supercharging and give you $5k refund",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1056024539832844288,[],[],0,,False,756,39,21,,None,,,,,,,"[{'screen_name': 'rtk86', 'name': 'RK', 'id': '289674448'}, {'screen_name': 'sheldonth', 'name': 'Sheldon', 'id': '20161389'}, {'screen_name': 'FactsDataTruth', 'name': 'FOLLOW-THE-$$$', 'id': '4847480200'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +430,1056024270076239873,1055984917627265025,1540610780000.0,2018-10-27 03:26:20,+0000,,"@ctgm @FredericLambert Yeah, or free lifetime Supercharging, whichever you prefer",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1056024270076239873,[],[],0,,False,563,12,16,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +431,1056023407907659783,1055984917627265025,1540610575000.0,2018-10-27 03:22:55,+0000,,@FredericLambert Didn’t you get free Supercharging for life? Current buyers don’t get that.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1056023407907659783,[],[],0,,False,1316,71,38,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +432,1056017653758738432,1055990004738977793,1540609203000.0,2018-10-27 03:00:03,+0000,,@annerajb @FredericLambert @pjj_knowles @yames51 @DigitalDunzey Exactly. That’s Monday.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1056017653758738432,[],[],0,,False,804,42,26,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'yames51', 'name': 'notarobot', 'id': '804865217503100936'}]",,,, +433,1056014996860166145,1056014391265628160,1540608569000.0,2018-10-27 02:49:29,+0000,,"@officialjaden Yes. Will require tapping indicator to confirm at first. When safety looks good after 10M miles of driving or so, there will be an option to turn off confirm.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1056014996860166145,[],[],0,,False,8796,95,363,,None,,,,,,,[],,,, +434,1056012930423160832,1055990004738977793,1540608077000.0,2018-10-27 02:41:17,+0000,,"@pjj_knowles @yames51 @DigitalDunzey No, but I will",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1056012930423160832,[],[],0,,False,1076,21,32,,None,,,,,,,"[{'screen_name': 'yames51', 'name': 'notarobot', 'id': '804865217503100936'}]",,,, +435,1056012650918727681,1056012539321032704,1540608010000.0,2018-10-27 02:40:10,+0000,,@mangeHDbackup Isn’t it obvious?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1056012650918727681,[],[],0,,False,521,23,15,,None,,,,,,,"[{'screen_name': 'mangeHDbackup', 'name': 'mangeHD', 'id': '4112981193'}]",,,, +436,1056012218897059841,1055990004738977793,1540607907000.0,2018-10-27 02:38:27,+0000,,@yames51 @DigitalDunzey Worth it,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1056012218897059841,[],[],0,,False,2890,81,220,,None,,,,,,,"[{'screen_name': 'yames51', 'name': 'notarobot', 'id': '804865217503100936'}]",,,, +437,1056012001606914048,1055292175347441664,1540607855000.0,2018-10-27 02:37:35,+0000,,@vincent13031925 @cleantechnica @CNBC @businessinsider @business @WSJ @Teslarati @InsideEVs True,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1056012001606914048,[],[],0,,False,1296,36,40,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +438,1056001102385049601,1056001102385049601,1540605257000.0,2018-10-27 01:54:17,+0000,,Tesla Autopilot Drive on Navigation going to wide release in North America tonight,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1056001102385049601,[],[],0,,False,46908,1491,3421,,None,,,,,,,[],,,, +439,1056000474560659456,1055988960458141697,1540605107000.0,2018-10-27 01:51:47,+0000,,"@sheldonth @FactsDataTruth @Tesla Not exactly. We just bundled the upgrade package into Performance. No problem if you want to return the car, but I think lifetime free Supercharging is a good deal.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1056000474560659456,[],[],0,,False,635,50,26,,None,,,,,,,"[{'screen_name': 'sheldonth', 'name': 'Sheldon', 'id': '20161389'}, {'screen_name': 'FactsDataTruth', 'name': 'FOLLOW-THE-$$$', 'id': '4847480200'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +440,1055999636236685312,1055990004738977793,1540604907000.0,2018-10-27 01:48:27,+0000,,@fb1975 @DigitalDunzey Haha,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1055999636236685312,[],[],0,,False,796,21,18,,None,,,,,,,"[{'screen_name': 'fb1975', 'name': 'Fernando Bermúdez', 'id': '60685003'}]",,,, +441,1055999003299471360,1055990004738977793,1540604756000.0,2018-10-27 01:45:56,+0000,,"@DigitalDunzey On Insta, 10% of followers like even lame posts. On Twitter, good posts get 1%.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1055999003299471360,[],[],0,,False,2079,77,79,,None,,,,,,,[],,,, +442,1055996774572154880,1055990004738977793,1540604225000.0,2018-10-27 01:37:05,+0000,,@_Akhaten @nichegamer @raissabontempo @SomeGrayAreas @reddit @Twitter Lacks scale,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1055996774572154880,[],[],0,,False,451,21,7,,None,,,,,,,"[{'screen_name': '_Akhaten', 'name': 'Akhaten', 'id': '446661986'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'raissabontempo', 'name': 'Raíssa Bontempo', 'id': '28591983'}, {'screen_name': 'SomeGrayAreas', 'name': 'Travis Gray', 'id': '2595554449'}, {'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}, {'screen_name': 'Twitter', 'name': 'Twitter', 'id': '783214'}]",,,, +443,1055996020474036224,1055990004738977793,1540604045000.0,2018-10-27 01:34:05,+0000,,"@nichegamer @raissabontempo @SomeGrayAreas @reddit @Twitter Reddit is massive, but def has gems",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1055996020474036224,[],[],0,,False,1693,45,28,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'raissabontempo', 'name': 'Raíssa Bontempo', 'id': '28591983'}, {'screen_name': 'SomeGrayAreas', 'name': 'Travis Gray', 'id': '2595554449'}, {'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}, {'screen_name': 'Twitter', 'name': 'Twitter', 'id': '783214'}]",,,, +444,1055993647995412481,1055990004738977793,1540603479000.0,2018-10-27 01:24:39,+0000,,"@SomeGrayAreas @reddit @Twitter Reddit’s twitter account is lame, because it’s not real Reddit",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1055993647995412481,[],[],0,,False,2513,41,50,,None,,,,,,,"[{'screen_name': 'SomeGrayAreas', 'name': 'Travis Gray', 'id': '2595554449'}, {'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}, {'screen_name': 'Twitter', 'name': 'Twitter', 'id': '783214'}]",,,, +445,1055991876879233024,1055990004738977793,1540603057000.0,2018-10-27 01:17:37,+0000,,@Mcgillligan Exactly,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1055991876879233024,[],[],0,,False,1777,39,29,,None,,,,,,,"[{'screen_name': 'Mcgillligan', 'name': 'Logan / Gilli 🐉', 'id': '84401700'}]",,,, +446,1055991558174953472,1055988960458141697,1540602981000.0,2018-10-27 01:16:21,+0000,,@FactsDataTruth @Tesla You’re right. Earlier Model 3 Performance buyers got free lifetime Supercharging. Will add that to anyone who bought recently.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1055991558174953472,[],[],0,,False,655,48,31,,None,,,,,,,"[{'screen_name': 'FactsDataTruth', 'name': 'FOLLOW-THE-$$$', 'id': '4847480200'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +447,1055990004738977793,1055990004738977793,1540602611000.0,2018-10-27 01:10:11,+0000,,"On Twitter, likes are rare & criticism is brutal. So hardcore. It’s great.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1055990004738977793,[],[],0,,False,149426,3003,13239,,None,,,,,,,[],,,, +448,1055958732599783425,1055958732599783425,1540595155000.0,2018-10-26 23:05:55,+0000,,Glad you’re ok @tylerthecreator https://t.co/ie4yBMw0tW,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,23,https://twitter.com/elonmusk/status/1055958732599783425,['https://www.reddit.com/r/teslamotors/comments/9rkrzg/tyler_the_creator_survives_car_crash_after/?st=JNQMEMQA&sh=1a3407e2'],[],0,,False,50067,384,5651,,None,,,,,,,[],,,, +449,1055942429013041153,1054381014103904256,1540591268000.0,2018-10-26 22:01:08,+0000,,"@PopularEthics @Tesla S is better, but rear seat folds down in Model 3, so bikes can fit in trunk",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/1055942429013041153,[],[],0,,False,608,25,17,,None,,,,,,,"[{'screen_name': 'PopularEthics', 'name': 'Brendan Simons', 'id': '265744938'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +450,1055909450987450368,1055882134387335168,1540583405000.0,2018-10-26 19:50:05,+0000,,@scr00chy @mcjamez @Tesla Hey that’s my Halloween costume!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/1055909450987450368,[],[],0,,False,1372,37,58,,None,,,,,,,"[{'screen_name': 'scr00chy', 'name': 'ElonX.net', 'id': '14573260'}, {'screen_name': 'mcjamez', 'name': 'Jim McPherson', 'id': '23389610'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +451,1055899741551095808,1055890095017000960,1540581090000.0,2018-10-26 19:11:30,+0000,,@bosterogriego @Tesla @mayemusk @WSJ Good question,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/1055899741551095808,[],[],0,,False,4254,144,213,,None,,,,,,,"[{'screen_name': 'bosterogriego', 'name': 'Peter Gianulis', 'id': '361045772'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +452,1055882299756109824,1055882134387335168,1540576932000.0,2018-10-26 18:02:12,+0000,,"@mcjamez @Tesla Clearly, you’re not reading my twitter",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1055882299756109824,[],[],0,,False,2301,68,140,,None,,,,,,,"[{'screen_name': 'mcjamez', 'name': 'Jim McPherson', 'id': '23389610'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +453,1055882032679542784,1055517521082609664,1540576868000.0,2018-10-26 18:01:08,+0000,,@Eifiea @ianelantzy @SEC_Enforcement I wish,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1055882032679542784,[],[],0,,False,869,14,27,,None,,,,,,,"[{'screen_name': 'Eifiea', 'name': 'Toki', 'id': '4836717351'}, {'screen_name': 'ianelantzy', 'name': 'Ian Lantzy', 'id': '257726051'}, {'screen_name': 'SEC_Enforcement', 'name': 'SEC Enforcement', 'id': '299661515'}]",,,, +454,1055874116803158016,1055873570235019264,1540574981000.0,2018-10-26 17:29:41,+0000,,@rstefani11 @Tesla Taking action. Tesla body shops now operating in California aiming for same day body repair in most cases.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/1055874116803158016,[],[],0,,False,6442,108,153,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +455,1055864213585809408,1055633894739857414,1540572620000.0,2018-10-26 16:50:20,+0000,,@Zorbrix @JamesLandino Yes Zorbix,nl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1055864213585809408,[],[],0,,False,2291,33,43,,None,,,,,,,"[{'screen_name': 'Zorbrix', 'name': 'Zorbrix', 'id': '2670092449'}, {'screen_name': 'JamesLandino', 'name': 'James Landino', 'id': '1292056170'}]",,,, +456,1055862869760237569,1055517521082609664,1540572299000.0,2018-10-26 16:44:59,+0000,,"@ianelantzy @SEC_Enforcement Sir, I would never …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1055862869760237569,[],[],0,,False,1317,53,55,,None,,,,,,,"[{'screen_name': 'ianelantzy', 'name': 'Ian Lantzy', 'id': '257726051'}, {'screen_name': 'SEC_Enforcement', 'name': 'SEC Enforcement', 'id': '299661515'}]",,,, +457,1055690934384381953,1055517521082609664,1540531307000.0,2018-10-26 05:21:47,+0000,,"@CateLuvsLondon Yes, I am a little girl. Ok, not that little. Or a girl.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,05,https://twitter.com/elonmusk/status/1055690934384381953,[],[],0,,False,2410,126,256,,None,,,,,,,"[{'screen_name': 'CateLuvsLondon', 'name': 'Catherine Griffiths', 'id': '827689915'}]",,,, +458,1055689809367199744,1028121465785405441,1540531038000.0,2018-10-26 05:17:18,+0000,,Making progress …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,05,https://twitter.com/elonmusk/status/1055689809367199744,[],[],0,,False,31240,752,1392,,None,,,,,,,[],,,, +459,1055689369535692801,1055517521082609664,1540530934000.0,2018-10-26 05:15:34,+0000,,I said dankest not darkest omg,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,05,https://twitter.com/elonmusk/status/1055689369535692801,[],[],0,,False,122015,3153,10675,,None,,,,,,,[],,,, +460,1055653541317042177,1055633894739857414,1540522392000.0,2018-10-26 02:53:12,+0000,,@JamesLandino im actually cat girl here’s selfie rn https://t.co/2h4WeuwepE,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,02,https://twitter.com/elonmusk/status/1055653541317042177,[],['https://pbs.twimg.com/media/DqZvTKCUUAEKNMA.jpg'],1,https://pbs.twimg.com/media/DqZvTKCUUAEKNMA.jpg,False,67204,2485,20403,,None,,,,,,,"[{'screen_name': 'JamesLandino', 'name': 'James Landino', 'id': '1292056170'}]",,,, +461,1055651447428116480,1055633894739857414,1540521892000.0,2018-10-26 02:44:52,+0000,,@JamesLandino It’s pretty hot,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,02,https://twitter.com/elonmusk/status/1055651447428116480,[],[],0,,False,10423,139,713,,None,,,,,,,"[{'screen_name': 'JamesLandino', 'name': 'James Landino', 'id': '1292056170'}]",,,, +462,1055631532444934144,1055612158216552449,1540517144000.0,2018-10-26 01:25:44,+0000,,"Deep down, I think Frost secretly preferred the latter",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,01,https://twitter.com/elonmusk/status/1055631532444934144,[],[],0,,False,14206,497,339,,None,,,,,,,[],,,, +463,1055612813635280896,1055612703073583104,1540512681000.0,2018-10-26 00:11:21,+0000,,@ElDuderinoGG Ok,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/1055612813635280896,[],[],0,,False,1258,38,70,,None,,,,,,,"[{'screen_name': 'ElDuderinoGG', 'name': 'El Duderino', 'id': '1592502890'}]",,,, +464,1055612158216552449,1055612158216552449,1540512525000.0,2018-10-26 00:08:45,+0000,,Fire and Ice https://t.co/ulgSZ1wlPl,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/1055612158216552449,[],['https://pbs.twimg.com/media/DqZJqNJXgAAc0cp.jpg'],1,https://pbs.twimg.com/media/DqZJqNJXgAAc0cp.jpg,False,32015,1430,3482,,None,,,,,,,[],,,, +465,1055607883595886592,1055600140730347520,1540511506000.0,2018-10-25 23:51:46,+0000,,"Flies like an arrow, but fruit flies like a banana",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1055607883595886592,[],[],0,,False,47141,1201,4241,,None,,,,,,,[],,,, +466,1055606159715971072,1055605620362174465,1540511095000.0,2018-10-25 23:44:55,+0000,,@NewYorker Love the Concorde,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1055606159715971072,[],[],0,,False,4335,277,143,,None,,,,,,,"[{'screen_name': 'NewYorker', 'name': 'The New Yorker', 'id': '14677919'}]",,,, +467,1055604614265860101,1055603392209412096,1540510726000.0,2018-10-25 23:38:46,+0000,,@SwiftOnSecurity Bound to happen,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1055604614265860101,[],[],0,,False,2299,42,95,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +468,1055601434337497088,1055600140730347520,1540509968000.0,2018-10-25 23:26:08,+0000,,@Gounther_ Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1055601434337497088,[],[],0,,False,1349,33,37,,None,,,,,,,[],,,, +469,1055600140730347520,1055600140730347520,1540509660000.0,2018-10-25 23:21:00,+0000,,Time,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1055600140730347520,[],[],0,,False,55462,4018,5647,,None,,,,,,,[],,,, +470,1055592321654243328,1055362206798307328,1540507796000.0,2018-10-25 22:49:56,+0000,,@Model3Owners Love Tesla supporters so much!!♥️♥️♥️♥️♥️♥️♥️♥️ ♥️ ♥️♥️♥️ ♥️ ♥️♥️ ♥️ ♥️ ♥️ ♥️,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,22,https://twitter.com/elonmusk/status/1055592321654243328,[],[],0,,False,18413,494,893,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +471,1055589758536081408,1055517521082609664,1540507185000.0,2018-10-25 22:39:45,+0000,,@pewdiepie Midnight,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,22,https://twitter.com/elonmusk/status/1055589758536081408,[],[],0,,False,35861,455,2103,,None,,,,,,,"[{'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +472,1055585815718322178,1055517521082609664,1540506244000.0,2018-10-25 22:24:04,+0000,,My twitter feed rn https://t.co/48Ay7CxR56,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,22,https://twitter.com/elonmusk/status/1055585815718322178,[],['https://pbs.twimg.com/tweet_video_thumb/DqYxrx3X4AIxYBY.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/DqYxrx3X4AIxYBY.jpg,False,75379,991,6068,,None,,,,,,,[],,,, +473,1055570196222509056,1055517521082609664,1540502520000.0,2018-10-25 21:22:00,+0000,,@EndyO_ Then the hell with science!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1055570196222509056,[],[],0,,False,1768,50,85,,None,,,,,,,"[{'screen_name': 'EndyO_', 'name': 'Andy Dwyer', 'id': '612637827'}]",,,, +474,1055568956625285120,1055517521082609664,1540502225000.0,2018-10-25 21:17:05,+0000,,Not moths tho,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1055568956625285120,[],[],0,,False,98714,2186,7511,,None,,,,,,,[],,,, +475,1055517521082609664,1055517521082609664,1540489962000.0,2018-10-25 17:52:42,+0000,,Send me ur dankest memes!!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1055517521082609664,[],[],0,,False,297434,43488,58419,,None,,,,,,,[],,,, +476,1055516972866166784,1055515363335561216,1540489831000.0,2018-10-25 17:50:31,+0000,,🐻 in 🧠,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1055516972866166784,[],[],0,,False,17017,317,758,,None,,,,,,,[],,,, +477,1055515363335561216,1055515363335561216,1540489447000.0,2018-10-25 17:44:07,+0000,,Fresh puro from my meme dealer https://t.co/EdU5uJVVne,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1055515363335561216,[],['https://pbs.twimg.com/media/DqXxn98XgAEYSvO.jpg'],1,https://pbs.twimg.com/media/DqXxn98XgAEYSvO.jpg,False,91537,1199,13885,,None,,,,,,,[],,,, +478,1055501230875668480,1055497095757660160,1540486078000.0,2018-10-25 16:47:58,+0000,,@pmcollins @cleantechnica Exactly. There are many states where we are not allowed to sell cars at all or are severely restricted to literally one store.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,16,https://twitter.com/elonmusk/status/1055501230875668480,[],[],0,,False,1362,60,73,,None,,,,,,,"[{'screen_name': 'pmcollins', 'name': 'pablo', 'id': '16227197'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +479,1055500063785463808,1055497095757660160,1540485800000.0,2018-10-25 16:43:20,+0000,,"@cleantechnica Model 3 was top-selling car in US by revenue despite no advertising, no paid endorsements & no discounts. Competitors spent billions on marketing. Model 3 was product alone.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,16,https://twitter.com/elonmusk/status/1055500063785463808,[],[],0,,False,19717,419,2310,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +480,1055362206798307328,1055362206798307328,1540452932000.0,2018-10-25 07:35:32,+0000,,Massive thanks to Tesla owners & supporters. We wouldn’t be here without you.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,07,https://twitter.com/elonmusk/status/1055362206798307328,[],[],0,,False,82850,1998,3536,,None,,,,,,,[],,,, +481,1055350291992731648,1053060766771761152,1540450091000.0,2018-10-25 06:48:11,+0000,,@mikearildbrown @MartyHungerford Same,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/1055350291992731648,[],[],0,,False,708,64,22,,None,,,,,,,"[{'screen_name': 'mikearildbrown', 'name': 'Mike Brown', 'id': '15629171'}, {'screen_name': 'MartyHungerford', 'name': 'Martin Hungerford', 'id': '398665160'}]",,,, +482,1055350177941225473,1055349794221117440,1540450064000.0,2018-10-25 06:47:44,+0000,,@KevinJawbreaker 2025,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/1055350177941225473,[],[],0,,False,7122,114,323,,None,,,,,,,[],,,, +483,1055349794221117440,1055349794221117440,1540449973000.0,2018-10-25 06:46:13,+0000,,How’d they know!? https://t.co/AZh4EOrgmc,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/1055349794221117440,[],['https://pbs.twimg.com/media/DqVbCruUwAASq4s.jpg'],1,https://pbs.twimg.com/media/DqVbCruUwAASq4s.jpg,False,342548,2874,72323,,None,,,,,,,[],,,, +484,1055326060957429760,1053060766771761152,1540444314000.0,2018-10-25 05:11:54,+0000,,@MartyHungerford Around mid 2019,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,05,https://twitter.com/elonmusk/status/1055326060957429760,[],[],0,,False,797,46,37,,None,,,,,,,"[{'screen_name': 'MartyHungerford', 'name': 'Martin Hungerford', 'id': '398665160'}]",,,, +485,1054822628077096960,1054812318096216064,1540324286000.0,2018-10-23 19:51:26,+0000,,"@houmanhemmati @FredericLambert There have been hundreds of improvements to fit & finish over the years, but no major step change in this regard. Seats, especially, are dramatically better now than in the past.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/1054822628077096960,[],[],0,,False,1613,102,55,,None,,,,,,,"[{'screen_name': 'houmanhemmati', 'name': 'Houman Hemmati', 'id': '230307512'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +486,1054821665782214656,1054812318096216064,1540324057000.0,2018-10-23 19:47:37,+0000,,@FredericLambert Only thing almost anyone would notice is the nose,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/1054821665782214656,[],[],0,,False,1435,60,36,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +487,1054814318762459136,1054812318096216064,1540322305000.0,2018-10-23 19:18:25,+0000,,@FredericLambert Just did that to correct the front design esthetic of Model S. The nose of an electric car shouldn’t look like a radiator grill opening.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/1054814318762459136,[],[],0,,False,2860,115,98,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +488,1054812318096216064,1054812318096216064,1540321828000.0,2018-10-23 19:10:28,+0000,,"Get this question a lot, so need to clarify that there’s no such thing as a Tesla “refresh”. Other car companies do this every ~3 years, but Tesla constantly upgrades vehicle hardware every week.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/1054812318096216064,[],[],0,,False,50234,1096,2898,,None,,,,,,,[],,,, +489,1054801685791436800,1054801685791436800,1540319293000.0,2018-10-23 18:28:13,+0000,,"To simplify production, many Tesla Model S & X interior configs, will no longer be available after Nov 1. Order now to be sure of the one you want.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1054801685791436800,[],[],0,,False,17939,723,975,,None,,,,,,,[],,,, +490,1054683528661622785,1054666489276428288,1540291122000.0,2018-10-23 10:38:42,+0000,,"@cleantechnica Model 3 body design could def be less complex, but, yes, most of weight difference is due to higher safety vs other cars",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,10,https://twitter.com/elonmusk/status/1054683528661622785,[],[],0,,False,6182,155,246,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +491,1054611698626158593,1054501056229588992,1540273997000.0,2018-10-23 05:53:17,+0000,,@vicentes Working on it,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,05,https://twitter.com/elonmusk/status/1054611698626158593,[],[],0,,False,747,43,18,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +492,1054602802880626689,1054601360530784258,1540271876000.0,2018-10-23 05:17:56,+0000,,@jeanrodriguez3 That is correct,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,05,https://twitter.com/elonmusk/status/1054602802880626689,[],[],0,,False,14505,89,470,,None,,,,,,,"[{'screen_name': 'jeanrodriguez3', 'name': 'The Senate', 'id': '282282795'}]",,,, +493,1054601360530784258,1054601360530784258,1540271532000.0,2018-10-23 05:12:12,+0000,,Twitter thought I got hacked & locked my account haha,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,05,https://twitter.com/elonmusk/status/1054601360530784258,[],[],0,,False,194844,2853,16228,,None,,,,,,,[],,,, +494,1054520588734058496,1054501056229588992,1540252275000.0,2018-10-22 23:51:15,+0000,,@vicentes @Grimezsz Wanna buy some Bitcoin? 😉😉 https://t.co/9ZbBJ5fuVq,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1054520588734058496,[],['https://pbs.twimg.com/media/DqJo4XUU8AAVUcl.jpg'],1,https://pbs.twimg.com/media/DqJo4XUU8AAVUcl.jpg,False,24039,1088,7397,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'Grimezsz', 'name': '☾laire de ☾une', 'id': '276540738'}]",,,, +495,1054510095491428352,1054501056229588992,1540249773000.0,2018-10-22 23:09:33,+0000,,And I own a chibi Wolverine,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1054510095491428352,[],[],0,,False,96819,1133,8892,,None,,,,,,,[],,,, +496,1054509050350555136,1054501056229588992,1540249524000.0,2018-10-22 23:05:24,+0000,,@Kirinodere https://t.co/2exdO1Hoks,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1054509050350555136,[],"['https://pbs.twimg.com/media/DqJeY9rVsAAZKaz.jpg', 'https://pbs.twimg.com/media/DqJeY9qVsAUb2YG.jpg']",1,https://pbs.twimg.com/media/DqJeY9rVsAAZKaz.jpg,False,27515,462,10266,,None,,,,,,,[],,,, +497,1054501056229588992,1054501056229588992,1540247618000.0,2018-10-22 22:33:38,+0000,,i🖤anime,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,22,https://twitter.com/elonmusk/status/1054501056229588992,[],[],0,,False,418259,11900,126033,,None,,,,,,,[],,,, +498,1054496095819116544,1054496095819116544,1540246435000.0,2018-10-22 22:13:55,+0000,,"Order Tesla without test drive & you get 3 days to return for refund, else 1 day",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,22,https://twitter.com/elonmusk/status/1054496095819116544,[],[],0,,False,21778,381,982,https://twitter.com/jamescharles/status/1054488079208112133,None,,,,,,,[],,,, +499,1054490338570584064,1054487430043074561,1540245062000.0,2018-10-22 21:51:02,+0000,,@FredericLambert Former,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1054490338570584064,[],[],0,,False,775,39,26,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +500,1054490213693542400,1054487430043074561,1540245033000.0,2018-10-22 21:50:33,+0000,,@migueldeicaza Will be in next point release,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1054490213693542400,[],[],0,,False,749,38,22,,None,,,,,,,"[{'screen_name': 'migueldeicaza', 'name': 'Miguel de Icaza', 'id': '823083'}]",,,, +501,1054488872703340544,1054487707790045187,1540244713000.0,2018-10-22 21:45:13,+0000,,"@KM1313 Hopefully, a few months for Drive on Navigation capability. We need to address differences in how lane lines are painted. Varies greatly by country.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1054488872703340544,[],[],0,,False,2263,86,88,,None,,,,,,,"[{'screen_name': 'KM1313', 'name': 'Xavier Puigcercos', 'id': '21427257'}]",,,, +502,1054439668731629568,1054164543922823168,1540232982000.0,2018-10-22 18:29:42,+0000,,@Erdayastronaut @nextspaceflight Good point …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,18,https://twitter.com/elonmusk/status/1054439668731629568,[],[],0,,False,908,57,28,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +503,1054436171311247360,1054434535272673280,1540232148000.0,2018-10-22 18:15:48,+0000,,@mayemusk @cleantechnica @nytimes @Tesla @businessinsider @business @TheStreet @CNBC @Forbes Interesting,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,18,https://twitter.com/elonmusk/status/1054436171311247360,[],[],0,,False,874,64,40,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}, {'screen_name': 'TheStreet', 'name': 'TheStreet', 'id': '15281391'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'Forbes', 'name': 'Forbes', 'id': '91478624'}]",,,, +504,1054434449725652992,1054164543922823168,1540231737000.0,2018-10-22 18:08:57,+0000,,"@nextspaceflight @Erdayastronaut This is a ~ 6000 ft demo tunnel. First operational, high-speed tunnel still set for Chicago, pending regulatory approvals.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,18,https://twitter.com/elonmusk/status/1054434449725652992,[],[],0,,False,853,33,55,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +505,1054168068253872128,1054164543922823168,1540168227000.0,2018-10-22 00:30:27,+0000,,@nextspaceflight @Erdayastronaut Under LA (Hawthorne),de,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1054168068253872128,[],[],0,,False,1264,52,64,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +506,1054167945230700544,1054164543922823168,1540168198000.0,2018-10-22 00:29:58,+0000,,@nextspaceflight @Erdayastronaut 155 mph | 250 km/h,in,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1054167945230700544,[],[],0,,False,1518,31,77,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +507,1054167515792793600,1054164543922823168,1540168095000.0,2018-10-22 00:28:15,+0000,,@Erdayastronaut Opening event that night & free rides for the public next day,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1054167515792793600,[],[],0,,False,1932,58,133,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +508,1054166993983569920,1054164543922823168,1540167971000.0,2018-10-22 00:26:11,+0000,,"@PkmnMasterHolly Pretty close, actually",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1054166993983569920,[],[],0,,False,6675,65,117,,None,,,,,,,"[{'screen_name': 'PkmnMasterHolly', 'name': 'PkmnMasterHolly', 'id': '880173634379292673'}]",,,, +509,1054165297374982144,1054164543922823168,1540167566000.0,2018-10-22 00:19:26,+0000,,@vikrantsingh I think real,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1054165297374982144,[],[],0,,False,1333,43,41,,None,,,,,,,"[{'screen_name': 'vikrantsingh', 'name': 'Vikrant Singh', 'id': '24842551'}]",,,, +510,1054164838430064640,1054164543922823168,1540167457000.0,2018-10-22 00:17:37,+0000,,Opens Dec 10,pt,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1054164838430064640,[],[],0,,False,40169,750,2012,,None,,,,,,,[],,,, +511,1054164543922823168,1054164543922823168,1540167387000.0,2018-10-22 00:16:27,+0000,,The first tunnel is almost done,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1054164543922823168,[],[],0,,False,101633,1833,7851,,None,,,,,,,[],,,, +512,1054124703663542274,1054115562769416192,1540157888000.0,2018-10-21 21:38:08,+0000,,@Grimezsz N00B!,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,21,https://twitter.com/elonmusk/status/1054124703663542274,[],[],0,,False,5611,100,544,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☾laire de ☾une', 'id': '276540738'}]",,,, +513,1054115562769416192,1054115562769416192,1540155709000.0,2018-10-21 21:01:49,+0000,,Twitter is Dark Souls of social media. Reddit is Bloodborne. Insta is Zelda.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,21,https://twitter.com/elonmusk/status/1054115562769416192,[],[],0,,False,212493,4863,43299,,None,,,,,,,[],,,, +514,1054111800004767744,1054111275792392195,1540154812000.0,2018-10-21 20:46:52,+0000,,@davidjfrankel Good idea!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1054111800004767744,[],[],0,,False,547,29,13,,None,,,,,,,"[{'screen_name': 'davidjfrankel', 'name': 'David J. Frankel', 'id': '32636222'}]",,,, +515,1054111709332291584,1054108864600248320,1540154790000.0,2018-10-21 20:46:30,+0000,,"@Erdayastronaut @Tesla @KerbalSpaceP This game is my personal favorite, but I am biased towards space stuff",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1054111709332291584,[],[],0,,False,4210,116,118,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'KerbalSpaceP', 'name': 'Kerbal Space Program', 'id': '334738427'}]",,,, +516,1054060824203907072,1054060572705050624,1540142658000.0,2018-10-21 17:24:18,+0000,,@AlexSafahi Coming soon,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/1054060824203907072,[],[],0,,False,480,16,10,,None,,,,,,,"[{'screen_name': 'AlexSafahi', 'name': 'Alex', 'id': '48098799'}]",,,, +517,1054060263257792512,1054059595449229312,1540142524000.0,2018-10-21 17:22:04,+0000,,@grobichaux Turn on enhanced security via the settings page. This will require entering a passcode to use the car.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/1054060263257792512,[],[],0,,False,560,39,32,,None,,,,,,,"[{'screen_name': 'grobichaux', 'name': 'Geoffrey Robichaux', 'id': '187214009'}]",,,, +518,1054041324662341632,1053756259915071488,1540138009000.0,2018-10-21 16:06:49,+0000,,@WilliamShatner @SpaceX ♥️,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,16,https://twitter.com/elonmusk/status/1054041324662341632,[],[],0,,False,7796,144,163,,None,,,,,,,"[{'screen_name': 'WilliamShatner', 'name': 'William Shatner', 'id': '15227791'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +519,1053505243143524354,1053394306680074240,1540010197000.0,2018-10-20 04:36:37,+0000,,@BoredElonMusk Digital Style! https://t.co/aBkfpz6tvt,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1053505243143524354,['https://m.youtube.com/watch?v=l1hUTL6sUqA'],[],0,,False,4008,189,253,,None,,,,,,,"[{'screen_name': 'BoredElonMusk', 'name': 'Bored Elon Musk', 'id': '1666038950'}]",,,, +520,1053504673007591425,1053394306680074240,1540010061000.0,2018-10-20 04:34:21,+0000,,@JaneidyEve @BoredElonMusk Would I really let someone get away with using my name all this time?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1053504673007591425,[],[],0,,False,4292,125,125,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'BoredElonMusk', 'name': 'Bored Elon Musk', 'id': '1666038950'}]",,,, +521,1053503899166855169,1053394306680074240,1540009877000.0,2018-10-20 04:31:17,+0000,,@BoredElonMusk BoredElonMusk is my secret troll account. It’s time people knew.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1053503899166855169,[],[],0,,False,13943,322,1125,,None,,,,,,,"[{'screen_name': 'BoredElonMusk', 'name': 'Bored Elon Musk', 'id': '1666038950'}]",,,, +522,1053502966584332288,1053394306680074240,1540009655000.0,2018-10-20 04:27:35,+0000,,"@BoredElonMusk No, bored me, I will not",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1053502966584332288,[],[],0,,False,40970,380,2419,,None,,,,,,,"[{'screen_name': 'BoredElonMusk', 'name': 'Bored Elon Musk', 'id': '1666038950'}]",,,, +523,1053500011210625025,1053060766771761152,1540008950000.0,2018-10-20 04:15:50,+0000,,@annerajb @nynex Maybe phone as controller,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1053500011210625025,[],[],0,,False,895,25,27,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'nynex', 'name': 'Josh Atchley', 'id': '10454142'}]",,,, +524,1053491837099372545,1053060766771761152,1540007001000.0,2018-10-20 03:43:21,+0000,,@justin_horn @nynex Exactly,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1053491837099372545,[],[],0,,False,700,27,18,,None,,,,,,,"[{'screen_name': 'justin_horn', 'name': 'Justin Horn', 'id': '18202112'}, {'screen_name': 'nynex', 'name': 'Josh Atchley', 'id': '10454142'}]",,,, +525,1053478965828960256,1053060766771761152,1540003932000.0,2018-10-20 02:52:12,+0000,,@annerajb @nynex Coming,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1053478965828960256,[],[],0,,False,849,26,19,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'nynex', 'name': 'Josh Atchley', 'id': '10454142'}]",,,, +526,1053477064844632064,1053060766771761152,1540003479000.0,2018-10-20 02:44:39,+0000,,@nynex Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1053477064844632064,[],[],0,,False,2099,84,118,,None,,,,,,,"[{'screen_name': 'nynex', 'name': 'Josh Atchley', 'id': '10454142'}]",,,, +527,1053469867452452864,1053390822991790083,1540001763000.0,2018-10-20 02:16:03,+0000,,@FortniteGame Reality is hard,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1053469867452452864,[],[],0,,False,60968,564,6194,,None,,,,,,,"[{'screen_name': 'FortniteGame', 'name': 'Fortnite', 'id': '425871040'}]",,,, +528,1053432175696048130,1053390822991790083,1539992777000.0,2018-10-19 23:46:17,+0000,,@TSM_Myth Online doesn’t count,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,23,https://twitter.com/elonmusk/status/1053432175696048130,[],[],0,,False,73597,836,10134,,None,,,,,,,"[{'screen_name': 'TSM_Myth', 'name': 'Myth', 'id': '2163885564'}]",,,, +529,1053431641723400192,1053390822991790083,1539992649000.0,2018-10-19 23:44:09,+0000,,@Braden_Holtgod Coming soon,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,23,https://twitter.com/elonmusk/status/1053431641723400192,[],[],0,,False,2089,26,45,,None,,,,,,,[],,,, +530,1053431331244265474,1053390822991790083,1539992575000.0,2018-10-19 23:42:55,+0000,,@Newtling No,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,23,https://twitter.com/elonmusk/status/1053431331244265474,[],[],0,,False,5918,45,120,,None,,,,,,,"[{'screen_name': 'Newtling', 'name': 'Newt', 'id': '152078297'}]",,,, +531,1053430213281906688,1053390822991790083,1539992309000.0,2018-10-19 23:38:29,+0000,,@okchaserthunder That’s next,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,23,https://twitter.com/elonmusk/status/1053430213281906688,[],[],0,,False,22612,159,1404,,None,,,,,,,"[{'screen_name': 'okchaserthunder', 'name': 'David Ballew', 'id': '834250310088540161'}]",,,, +532,1053390822991790083,1053390822991790083,1539982917000.0,2018-10-19 21:01:57,+0000,,Had to been done ur welcome https://t.co/7jT0f9lqIS,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/1053390822991790083,[],['https://pbs.twimg.com/media/Dp5lXiYUUAAngKq.jpg'],1,https://pbs.twimg.com/media/Dp5lXiYUUAAngKq.jpg,False,1191893,17326,357185,,None,,,,,,,[],,,, +533,1053355910364426240,1053355721184677888,1539974594000.0,2018-10-19 18:43:14,+0000,,@newscientist I hope this is true!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1053355910364426240,[],[],0,,False,2223,181,141,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +534,1053128497747582976,1053060766771761152,1539920374000.0,2018-10-19 03:39:34,+0000,,"@planet4589 If you don’t like a Tesla for any reason or no reason, you can just give it back for a full refund",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,03,https://twitter.com/elonmusk/status/1053128497747582976,[],[],0,,False,2134,174,192,,None,,,,,,,"[{'screen_name': 'planet4589', 'name': 'Jonathan McDowell', 'id': '19355829'}]",,,, +535,1053068635940388865,1053060766771761152,1539906102000.0,2018-10-18 23:41:42,+0000,,@TheHoff525 Also available off menu for a week. Was causing too much confusion.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1053068635940388865,[],[],0,,False,628,83,36,,None,,,,,,,"[{'screen_name': 'TheHoff525', 'name': 'Nick', 'id': '706476336974577665'}]",,,, +536,1053066426532028418,1053060766771761152,1539905575000.0,2018-10-18 23:32:55,+0000,,"Model 3 long range, rear wheel drive is still available for ordering off menu for another week or so",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1053066426532028418,[],[],0,,False,9012,369,353,,None,,,,,,,[],,,, +537,1053065745897148416,1053060766771761152,1539905413000.0,2018-10-18 23:30:13,+0000,,"@dennishegstad It’s kind of like the post office. Same price for delivery to Maine as the SF Bay Area. But you do get a free Tesla factory tour, which is really fun to see.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1053065745897148416,[],[],0,,False,717,42,40,,None,,,,,,,"[{'screen_name': 'dennishegstad', 'name': 'dennis hegstad 💬', 'id': '19570592'}]",,,, +538,1053063107843514368,1053060766771761152,1539904784000.0,2018-10-18 23:19:44,+0000,,"Tesla rear wheel drive cars do actually work well on snow & ice. We did our traction testing on an ice lake! Dual motor AWD is great, but not required for cold weather. Just don’t use sport/summer tires.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1053063107843514368,[],[],0,,False,12003,403,623,,None,,,,,,,[],,,, +539,1053061826794016769,1053060766771761152,1539904479000.0,2018-10-18 23:14:39,+0000,,"@DannyMekic It’s a long range battery with fewer cells. Non-cell portion of the pack is disproportionately high, but we can get it done now instead of ~February",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1053061826794016769,[],[],0,,False,949,61,65,,None,,,,,,,"[{'screen_name': 'DannyMekic', 'name': 'Danny Mekić', 'id': '15269643'}]",,,, +540,1053060766771761152,1053060766771761152,1539904226000.0,2018-10-18 23:10:26,+0000,,"Just released lower cost, mid-range Tesla Model 3 & super simple new order page https://t.co/cz0TQn7IOZ",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1053060766771761152,['http://Tesla.com/3'],[],0,,False,44358,3168,5043,,None,,,,,,,[],,,, +541,1053049266615214080,1053048742985654273,1539901484000.0,2018-10-18 22:24:44,+0000,,@IvanEscobosa Week or two,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,22,https://twitter.com/elonmusk/status/1053049266615214080,[],[],0,,False,1059,36,36,,None,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}]",,,, +542,1053049133643137024,1053048742985654273,1539901452000.0,2018-10-18 22:24:12,+0000,,Love the Reddit comments too,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,22,https://twitter.com/elonmusk/status/1053049133643137024,[],[],0,,False,13214,204,345,,None,,,,,,,[],,,, +543,1053048742985654273,1053048742985654273,1539901359000.0,2018-10-18 22:22:39,+0000,,Dog saves her puppies https://t.co/czPVEwpPhi,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,22,https://twitter.com/elonmusk/status/1053048742985654273,['https://www.reddit.com/r/gifs/comments/9pbeh2/this_dog_came_back_to_save_her_puppies_from_the/?st=JNF5HFZI&sh=2df412d3'],[],0,,False,14072,374,1120,,None,,,,,,,[],,,, +544,1052979047330762752,1052978646258872320,1539884742000.0,2018-10-18 17:45:42,+0000,,@3x10power8 y,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1052979047330762752,[],[],0,,False,583,77,25,,None,,,,,,,"[{'screen_name': '3x10power8', 'name': 'Mohit Sharma', 'id': '281953160'}]",,,, +545,1052788115755200512,1052787992060936193,1539839221000.0,2018-10-18 05:07:01,+0000,,You’ll see,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,05,https://twitter.com/elonmusk/status/1052788115755200512,[],[],0,,False,25732,800,1696,,None,,,,,,,[],,,, +546,1052787992060936193,1052787992060936193,1539839191000.0,2018-10-18 05:06:31,+0000,,Tomorrow brings a lemur https://t.co/rm6S17h35q,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,05,https://twitter.com/elonmusk/status/1052787992060936193,[],['https://pbs.twimg.com/media/DpxBEUTX4AA1sj5.jpg'],1,https://pbs.twimg.com/media/DpxBEUTX4AA1sj5.jpg,False,54418,1556,4546,,None,,,,,,,[],,,, +547,1052694988516089861,1052694988516089861,1539817018000.0,2018-10-17 22:56:58,+0000,,Special Circumstances https://t.co/Kk36qj6XJt,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1052694988516089861,[],['https://pbs.twimg.com/media/DpvsgrsUwAAAYhU.jpg'],1,https://pbs.twimg.com/media/DpvsgrsUwAAAYhU.jpg,False,17321,725,824,,None,,,,,,,[],,,, +548,1052621494616915968,1052356093534302208,1539799495000.0,2018-10-17 18:04:55,+0000,,@j_brorsson @smeranda Yes 😀,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1052621494616915968,[],[],0,,False,778,54,20,,None,,,,,,,"[{'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'smeranda', 'name': 'Seth Meranda', 'id': '7820262'}]",,,, +549,1052621018756349952,1052356093534302208,1539799382000.0,2018-10-17 18:03:02,+0000,,@Erdayastronaut @smeranda New Summon will use the Autopilot cameras,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1052621018756349952,[],[],0,,False,939,43,43,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'smeranda', 'name': 'Seth Meranda', 'id': '7820262'}]",,,, +550,1052618154260619264,1052356093534302208,1539798699000.0,2018-10-17 17:51:39,+0000,,"@smeranda Yes, aiming for next few months",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/1052618154260619264,[],[],0,,False,744,19,13,,None,,,,,,,"[{'screen_name': 'smeranda', 'name': 'Seth Meranda', 'id': '7820262'}]",,,, +551,1052618041513586688,1052356093534302208,1539798672000.0,2018-10-17 17:51:12,+0000,,"@ajmarquez True, but this will improve dramatically over next several months & all Tesla cars ever produced (except early Roadsters) will get improvements for free. Continuous, free over-the-air software updates is a big part of why a Tesla retains so much value over time.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/1052618041513586688,[],[],0,,False,935,47,79,,None,,,,,,,"[{'screen_name': 'ajmarquez', 'name': 'Abelardo', 'id': '19866635'}]",,,, +552,1052356645723021312,1052356093534302208,1539736350000.0,2018-10-17 00:32:30,+0000,,Same goes for all countries within which we officially operate by end of next year,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,00,https://twitter.com/elonmusk/status/1052356645723021312,[],[],0,,False,14214,480,501,,None,,,,,,,[],,,, +553,1052356093534302208,1052356093534302208,1539736219000.0,2018-10-17 00:30:19,+0000,,Just reviewed Tesla’s service locations in North America & realized we have major gaps in geographic coverage! Sorry for this foolish oversight. Tesla will aim to cover all regions of NA (not just big cities) within 3 to 6 months.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,00,https://twitter.com/elonmusk/status/1052356093534302208,[],[],0,,False,36874,1528,2234,,None,,,,,,,[],,,, +554,1052315244716941313,1052315244716941313,1539726480000.0,2018-10-16 21:48:00,+0000,,Insightful article by David @Pogue,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,21,https://twitter.com/elonmusk/status/1052315244716941313,[],[],0,,False,13679,406,1885,https://twitter.com/Pogue/status/1051878668136517632,None,,,,,,,[],,,, +555,1052282255261847552,1052269116915109888,1539718614000.0,2018-10-16 19:36:54,+0000,,"@ID_AA_Carmack Thanks John, really admire you too! I think you’re one of the best engineers ever. Hope you return to working on rockets one day.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/1052282255261847552,[],[],0,,False,7595,148,278,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +556,1052130883585507328,1051860932211675140,1539682524000.0,2018-10-16 09:35:24,+0000,,@JacksMacintosh @SmileSimplify @j_brorsson @ElectrekCo @FredericLambert The FSD upgrade is the Tesla computer with our NN chip,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,09,https://twitter.com/elonmusk/status/1052130883585507328,[],[],0,,False,670,36,43,,None,,,,,,,"[{'screen_name': 'JacksMacintosh', 'name': 'Jacques Benzakein', 'id': '460800395'}, {'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +557,1052105289489477633,1051860932211675140,1539676422000.0,2018-10-16 07:53:42,+0000,,@SmileSimplify @j_brorsson @ElectrekCo @FredericLambert I believe it’s $5k,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,07,https://twitter.com/elonmusk/status/1052105289489477633,[],[],0,,False,556,33,22,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +558,1052104593876774912,1051860932211675140,1539676256000.0,2018-10-16 07:50:56,+0000,,@SmileSimplify @j_brorsson @ElectrekCo @FredericLambert ~6 months before it is in all new production cars. No change to sensors. This is simple replacement of the Autopilot computer. Will be done free of charge for those who ordered full self-driving.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,07,https://twitter.com/elonmusk/status/1052104593876774912,[],[],0,,False,994,57,84,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +559,1052101714117976069,1051860932211675140,1539675570000.0,2018-10-16 07:39:30,+0000,,@j_brorsson @ElectrekCo @FredericLambert Somewhere between 500% & 2000%,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,07,https://twitter.com/elonmusk/status/1052101714117976069,[],[],0,,False,820,21,44,,None,,,,,,,"[{'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +560,1052101050465808384,1051860932211675140,1539675412000.0,2018-10-16 07:36:52,+0000,,"@ElectrekCo @FredericLambert To be clear, actual NN improvement is significantly overestimated in this article. V9.0 vs V8.1 is more like a ~400% increase in useful ops/sec due to enabling integrated GPU & better use of discrete GPU.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,07,https://twitter.com/elonmusk/status/1052101050465808384,[],[],0,,False,3730,98,225,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +561,1051973443602735104,1051860932211675140,1539644988000.0,2018-10-15 23:09:48,+0000,,"@ElectrekCo @FredericLambert This is without the Tesla NN computer. Per my public comments, that will give the car an extra order of magnitude.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1051973443602735104,[],[],0,,False,1154,66,71,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +562,1051971997855506432,1051860932211675140,1539644643000.0,2018-10-15 23:04:03,+0000,,@ElectrekCo @FredericLambert Still a long way to go,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1051971997855506432,[],[],0,,False,6343,158,224,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +563,1051917544301285376,1051917544301285376,1539631660000.0,2018-10-15 19:27:40,+0000,,Model 3 motor & gearbox still in good condition after driving 1M miles. Designed for ultra high endurance.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/1051917544301285376,[],[],0,,False,48296,1314,6122,https://twitter.com/Tesla/status/1051911793373638661,None,,,,,,,[],,,, +564,1051907915706032131,1051907915706032131,1539629365000.0,2018-10-15 18:49:25,+0000,,Works best if you play games full screen & use steering wheel scroller balls for control,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,18,https://twitter.com/elonmusk/status/1051907915706032131,[],[],0,,False,12514,513,941,https://twitter.com/Teslarati/status/1051904869441912832,None,,,,,,,[],,,, +565,1051876453837561857,1051676507582550016,1539621864000.0,2018-10-15 16:44:24,+0000,,@AlguireTim @Tesla Haha. It is actually my fav game on Tesla cars right now 😀,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,16,https://twitter.com/elonmusk/status/1051876453837561857,[],[],0,,False,4967,128,111,,None,,,,,,,"[{'screen_name': 'AlguireTim', 'name': 'Tim Alguire', 'id': '609681053'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +566,1051866158515646464,1051866158515646464,1539619409000.0,2018-10-15 16:03:29,+0000,,🖤🖤🖤🖤 🚘🚘🚘🚘 🖤🖤🖤🖤,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,16,https://twitter.com/elonmusk/status/1051866158515646464,[],[],0,,False,12004,338,747,https://twitter.com/InsideEVs/status/1051865515260608512,None,,,,,,,[],,,, +567,1051727134593445888,1051693566756556801,1539586263000.0,2018-10-15 06:51:03,+0000,,@TTfue @Tesla What are some of the most fun games we could have on a Tesla? Classic Atari is just the start.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/1051727134593445888,[],[],0,,False,13668,929,498,,None,,,,,,,"[{'screen_name': 'TTfue', 'name': 'Tfue', 'id': '2559865245'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +568,1051714470601342981,1051693566756556801,1539583244000.0,2018-10-15 06:00:44,+0000,,@TTfue Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/1051714470601342981,[],[],0,,False,67523,688,4042,,None,,,,,,,"[{'screen_name': 'TTfue', 'name': 'Tfue', 'id': '2559865245'}]",,,, +569,1051591623069429760,1051588917688918016,1539553955000.0,2018-10-14 21:52:35,+0000,,"@cleantechnica Thanks for recognizing the great work of the Tesla team! 45,000 people now.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,21,https://twitter.com/elonmusk/status/1051591623069429760,[],[],0,,False,11551,190,484,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +570,1051389235406598144,1051389235406598144,1539505702000.0,2018-10-14 08:28:22,+0000,,It is time to create a mecha,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,08,https://twitter.com/elonmusk/status/1051389235406598144,[],[],0,,False,220842,10288,51991,,None,,,,,,,[],,,, +571,1051381698682793985,1051377948916215810,1539503905000.0,2018-10-14 07:58:25,+0000,,@SURUdenise NERV,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,07,https://twitter.com/elonmusk/status/1051381698682793985,[],[],0,,False,12323,194,2732,,None,,,,,,,"[{'screen_name': 'surudenise', 'name': 'Denise ✨', 'id': '195085010'}]",,,, +572,1051381006073118721,1051377948916215810,1539503740000.0,2018-10-14 07:55:40,+0000,,@shawnwasabi <ahem> Elon-chan,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,07,https://twitter.com/elonmusk/status/1051381006073118721,[],[],0,,False,60355,735,19066,,None,,,,,,,"[{'screen_name': 'shawnwasabi', 'name': 'shawn wasabi', 'id': '67756188'}]",,,, +573,1051379120322490368,1051377948916215810,1539503290000.0,2018-10-14 07:48:10,+0000,,@StephanieeeeeJ Great. Also love Princess Mononoke.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,07,https://twitter.com/elonmusk/status/1051379120322490368,[],[],0,,False,11084,117,1072,,None,,,,,,,"[{'screen_name': 'StephanieeeeeJ', 'name': 'Stephanie Jackson', 'id': '733602759132348416'}]",,,, +574,1051377948916215810,1051377948916215810,1539503011000.0,2018-10-14 07:43:31,+0000,,Love Your Name https://t.co/fRU7nTWnML,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,07,https://twitter.com/elonmusk/status/1051377948916215810,['https://m.youtube.com/watch?v=xU47nhruN-Q'],[],0,,False,85398,2955,17952,,None,,,,,,,[],,,, +575,1051367720111943681,1051226159562686464,1539500572000.0,2018-10-14 07:02:52,+0000,,@Sofiaan @vicentes @MrTommyCampbell @Tesla Maybe this could be part of a (safe) car version of Pokémon Go style game,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,07,https://twitter.com/elonmusk/status/1051367720111943681,[],[],0,,False,971,40,45,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +576,1051360789561454593,1051044184168124417,1539498920000.0,2018-10-14 06:35:20,+0000,,@NikkoMan82 @fiquett @yousuck2020 Towelie 💗,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/1051360789561454593,[],[],0,,False,604,25,22,,None,,,,,,,"[{'screen_name': 'NikkoMan82', 'name': 'Niko Manuelides', 'id': '75954146'}, {'screen_name': 'fiquett', 'name': 'brandon fiquett 🖖🏼', 'id': '376777505'}, {'screen_name': 'yousuck2020', 'name': '前澤友作┃お金贈りおじさん', 'id': '137857547'}]",,,, +577,1051230620234350592,1051226159562686464,1539467885000.0,2018-10-13 21:58:05,+0000,,@vicentes @MrTommyCampbell @Tesla Good idea!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1051230620234350592,[],[],0,,False,843,29,22,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +578,1051229599189807104,1051226159562686464,1539467642000.0,2018-10-13 21:54:02,+0000,,@MrTommyCampbell @Tesla Whole beer keg fits in Model 3 trunk!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1051229599189807104,[],[],0,,False,10981,322,605,,None,,,,,,,"[{'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +579,1051226218060632064,1051219022988173312,1539466835000.0,2018-10-13 21:40:35,+0000,,"@ThingsWork Wow, mechanical logic gates",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1051226218060632064,[],[],0,,False,7311,96,327,,None,,,,,,,"[{'screen_name': 'ThingsWork', 'name': 'How Things Work', 'id': '2217099931'}]",,,, +580,1051222706371223552,1051044184168124417,1539465998000.0,2018-10-13 21:26:38,+0000,,@ckharrison10 @yousuck2020 Comes with free towels. Nothing more useful in the entire Universe.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1051222706371223552,[],[],0,,False,1437,50,58,,None,,,,,,,"[{'screen_name': 'ckharrison10', 'name': 'Chris Harrison', 'id': '366918940'}, {'screen_name': 'yousuck2020', 'name': '前澤友作┃お金贈りおじさん', 'id': '137857547'}]",,,, +581,1051219865661403136,1051044184168124417,1539465321000.0,2018-10-13 21:15:21,+0000,,@yousuck2020 Maybe wise to bring it just in case 👽👾 😉,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1051219865661403136,[],[],0,,False,17455,265,691,,None,,,,,,,"[{'screen_name': 'yousuck2020', 'name': '前澤友作┃お金贈りおじさん', 'id': '137857547'}]",,,, +582,1050812486226599936,1050809714349625345,1539368194000.0,2018-10-12 18:16:34,+0000,,@owillis About half my money is intended to help problems on Earth & half to help establish a self-sustaining city on Mars to ensure continuation of life (of all species) in case Earth gets hit by a meteor like the dinosaurs or WW3 happens & we destroy ourselves,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1050812486226599936,[],[],0,,False,82819,3836,12058,,None,,,,,,,"[{'screen_name': 'owillis', 'name': 'Oliver Willis', 'id': '3497941'}]",,,, +583,1050811017221963776,1050809714349625345,1539367844000.0,2018-10-12 18:10:44,+0000,,@owillis You should ask why I would want money. The reason is not what you think. Very little time for recreation. Don’t have vacation homes or yachts or anything like that.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1050811017221963776,[],[],0,,False,42476,1364,4047,,None,,,,,,,"[{'screen_name': 'owillis', 'name': 'Oliver Willis', 'id': '3497941'}]",,,, +584,1050809457037328385,1050809372698382336,1539367472000.0,2018-10-12 18:04:32,+0000,,@technosucks Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1050809457037328385,[],[],0,,False,560,41,22,,None,,,,,,,"[{'screen_name': 'technosucks', 'name': 'Productive Citizen ✌🏾💙🙏🏾👊🏾', 'id': '8715982'}]",,,, +585,1050809258659344384,1050809258659344384,1539367425000.0,2018-10-12 18:03:45,+0000,,"Tesla exists to help reduce risk of catastrophic climate change, which affects all species on Earth. Even if your faith in humanity is faltering, this is worth caring about. Support makes a difference. Thank you.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1050809258659344384,[],[],0,,False,159795,3528,24643,,None,,,,,,,[],,,, +586,1050792830732394496,1050788043907448834,1539363508000.0,2018-10-12 16:58:28,+0000,,Visual approximation https://t.co/sMn3Pv476Y,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1050792830732394496,[],['https://pbs.twimg.com/media/DpUqgaUVAAA82oe.jpg'],1,https://pbs.twimg.com/media/DpUqgaUVAAA82oe.jpg,False,51520,1841,8145,,None,,,,,,,[],,,, +587,1050788043907448834,1050788043907448834,1539362367000.0,2018-10-12 16:39:27,+0000,,Teslaquila coming soon …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1050788043907448834,[],[],0,,False,43526,1376,5742,https://twitter.com/CNBCi/status/1050771311600041985,None,,,,,,,[],,,, +588,1050780165259681792,1050766448371609601,1539360488000.0,2018-10-12 16:08:08,+0000,,@AstroHague @Space_Station @NASA_Johnson @roscosmos Glad you’re safe,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1050780165259681792,[],[],0,,False,2956,49,92,,None,,,,,,,"[{'screen_name': 'AstroHague', 'name': 'Nick Hague', 'id': '1895141923'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'NASA_Johnson', 'name': ""NASA's Johnson Space Center"", 'id': '50115087'}, {'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}]",,,, +589,1050539631836585984,1047965410392297472,1539303140000.0,2018-10-12 00:12:20,+0000,,@mhmtkcn @Tesla Beautiful picture,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/1050539631836585984,[],[],0,,False,620,44,25,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +590,1050535128638853121,1050449795708583937,1539302067000.0,2018-10-11 23:54:27,+0000,,"@InsideEVs @TeslaNY @Tesla Yes, it’s hard to find. Not sure why.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1050535128638853121,[],[],0,,False,746,54,36,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +591,1050529142565941248,1050449795708583937,1539300640000.0,2018-10-11 23:30:40,+0000,,"@TeslaNY @InsideEVs @Tesla Exactly. A Tesla is objectively much safer in a crash than all other cars, according to NHTSA’s *own* calculations. This is just physics!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1050529142565941248,[],[],0,,False,6699,156,497,,None,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +592,1050164164805545984,1050080046256394240,1539213622000.0,2018-10-10 23:20:22,+0000,,@FinancialTimes This is incorrect,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,23,https://twitter.com/elonmusk/status/1050164164805545984,[],[],0,,False,35394,887,2072,,None,,,,,,,"[{'screen_name': 'FinancialTimes', 'name': 'Financial Times', 'id': '4898091'}]",,,, +593,1049920490704388096,1049920490704388096,1539155526000.0,2018-10-10 07:12:06,+0000,,At Falcon LZ-1 Vandenberg on Sunday night with the Base Commander. Support of @USAirForce much appreciated. https://t.co/76vsbkCN6n,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,07,https://twitter.com/elonmusk/status/1049920490704388096,[],['https://pbs.twimg.com/media/DpIRHbeXoAEjiX-.jpg'],1,https://pbs.twimg.com/media/DpIRHbeXoAEjiX-.jpg,False,29684,1042,2783,,None,,,,,,,[],,,, +594,1049831543940804609,1049831543940804609,1539134319000.0,2018-10-10 01:18:39,+0000,,Studebaker Museum in South Bend https://t.co/Odti9y0McC,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,01,https://twitter.com/elonmusk/status/1049831543940804609,[],"['https://pbs.twimg.com/media/DpHAIjtWwAAM3WV.jpg', 'https://pbs.twimg.com/media/DpHAIjrW4AETcc8.jpg', 'https://pbs.twimg.com/media/DpHAIjtXcAEi7B1.jpg']",1,https://pbs.twimg.com/media/DpHAIjtWwAAM3WV.jpg,False,33878,879,4038,,None,,,,,,,[],,,, +595,1049746303264149504,537404369571168258,1539113996000.0,2018-10-09 19:39:56,+0000,,@thomaspower @mvolpe Punctuality is not my strong suit,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/1049746303264149504,[],[],0,,False,1442,119,98,,None,,,,,,,"[{'screen_name': 'thomaspower', 'name': 'Thomas Power', 'id': '1621271'}, {'screen_name': 'mvolpe', 'name': 'Mike Volpe', 'id': '9759932'}]",,,, +596,1049745772764454914,537404369571168258,1539113870000.0,2018-10-09 19:37:50,+0000,,@SnowSnowSnow @mvolpe We’d be nothing without our fans,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/1049745772764454914,[],[],0,,False,895,56,44,,None,,,,,,,"[{'screen_name': 'SnowSnowSnow', 'name': 'SnowSnowSnow', 'id': '14997262'}, {'screen_name': 'mvolpe', 'name': 'Mike Volpe', 'id': '9759932'}]",,,, +597,1049745089294213120,537404369571168258,1539113707000.0,2018-10-09 19:35:07,+0000,,@mvolpe Because 11 is obviously louder than 10 😀,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/1049745089294213120,[],[],0,,False,887,51,33,,None,,,,,,,"[{'screen_name': 'mvolpe', 'name': 'Mike Volpe', 'id': '9759932'}]",,,, +598,1049716203676037122,1049707571102306304,1539106820000.0,2018-10-09 17:40:20,+0000,,@FredericLambert No such thing as a “full refresh” at Tesla or even a model year. Our cars are partially upgraded every month as soon as a new subsystem is ready for production. There is no cadence.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1049716203676037122,[],[],0,,False,1199,109,124,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +599,1049704365630533632,1049679307839131648,1539103997000.0,2018-10-09 16:53:17,+0000,,@wonderofscience It sure does. Very reliable.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1049704365630533632,[],[],0,,False,1355,49,48,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +600,1049703964290080768,1049679307839131648,1539103902000.0,2018-10-09 16:51:42,+0000,,@davidquearney You are right,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1049703964290080768,[],[],0,,False,1109,47,32,,None,,,,,,,"[{'screen_name': 'davidquearney', 'name': 'David quearney', 'id': '580058290'}]",,,, +601,1049679307839131648,1049679307839131648,1539098023000.0,2018-10-09 15:13:43,+0000,,A reminder of why it’s important to accelerate advent of cars powered by electricity made from solar power,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,15,https://twitter.com/elonmusk/status/1049679307839131648,[],[],0,,False,26105,1024,5490,https://twitter.com/IPCC_CH/status/1049205935388811265,None,,,,,,,[],,,, +602,1049545588138627072,1049512433834844161,1539066142000.0,2018-10-09 06:22:22,+0000,,"@justinemusk You’re most welcome, glad I could be helpful! Thanks for letting me know about it.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/1049545588138627072,[],[],0,,False,5447,102,155,,None,,,,,,,"[{'screen_name': 'justinemusk', 'name': 'Justine Musk', 'id': '14388420'}]",,,, +603,1049408539280568320,1049130007707049984,1539033467000.0,2018-10-08 21:17:47,+0000,,@jonostrower Warms my ❤️ 😀,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1049408539280568320,[],[],0,,False,6996,81,143,,None,,,,,,,"[{'screen_name': 'jonostrower', 'name': 'Jon Ostrower', 'id': '14892330'}]",,,, +604,1049324111367815169,1049324111367815169,1539013338000.0,2018-10-08 15:42:18,+0000,,"The physics of how Tesla achieved best safety of any cars ever tested. Note, when vehicle weight is taken into account, order is more like X,S, then 3, but they are all very close.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,15,https://twitter.com/elonmusk/status/1049324111367815169,[],[],0,,False,26341,878,2908,https://twitter.com/Tesla/status/1049284924321087488,None,,,,,,,[],,,, +605,1049197364638928896,1049156232030736385,1538983119000.0,2018-10-08 07:18:39,+0000,, https://t.co/kB6RBscyYH,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,07,https://twitter.com/elonmusk/status/1049197364638928896,[],['https://pbs.twimg.com/media/Do9_buCUUAA7Nqb.jpg'],1,https://pbs.twimg.com/media/Do9_buCUUAA7Nqb.jpg,False,44230,377,3470,,None,,,,,,,[],,,, +606,1049157574132621312,1049157574132621312,1538973632000.0,2018-10-08 04:40:32,+0000,,(Credit @_TomCross_) https://t.co/ZsRRVy2iDS,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,04,https://twitter.com/elonmusk/status/1049157574132621312,[],['https://pbs.twimg.com/media/Do9bQDrVsAA7mz2.jpg'],1,https://pbs.twimg.com/media/Do9bQDrVsAA7mz2.jpg,False,72957,785,9969,,None,,,,,,,[],,,, +607,1049156232030736385,1049156232030736385,1538973312000.0,2018-10-08 04:35:12,+0000,,Falcon has landed https://t.co/joqphUs1AO,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,04,https://twitter.com/elonmusk/status/1049156232030736385,[],"['https://pbs.twimg.com/media/Do9aBiCU0AEGtQS.jpg', 'https://pbs.twimg.com/media/Do9aBiCU4AESaPl.jpg', 'https://pbs.twimg.com/media/Do9aBiCVsAYUwZC.jpg']",1,https://pbs.twimg.com/media/Do9aBiCU0AEGtQS.jpg,False,169105,1545,21397,,None,,,,,,,[],,,, +608,1049045561792294912,1049045561792294912,1538946926000.0,2018-10-07 21:15:26,+0000,,"Tesla owner shows how well ultrawhite seats hold up after 25,000 miles. The black & white interior is def best imo. https://t.co/vWQ8X8JHYF",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,21,https://twitter.com/elonmusk/status/1049045561792294912,['https://youtu.be/yEkmPaoBYZs'],[],0,,False,9790,435,570,,None,,,,,,,[],,,, +609,1048698915384483840,1048698494557417473,1538864279000.0,2018-10-06 22:17:59,+0000,,@gnash What city & what Model 3 config?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1048698915384483840,[],[],0,,False,455,30,14,,None,,,,,,,"[{'screen_name': 'gnash', 'name': 'Garrett Nash 🌻', 'id': '30092973'}]",,,, +610,1048697747451215872,1048697377916243969,1538864001000.0,2018-10-06 22:13:21,+0000,,@CroWarrior1978 My fav character,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1048697747451215872,[],[],0,,False,1654,64,49,,None,,,,,,,"[{'screen_name': 'CroWarrior1978', 'name': 'M🅰️rKo 🇭🇷🇨🇦', 'id': '990208241517940736'}]",,,, +611,1048697377916243969,1048697377916243969,1538863913000.0,2018-10-06 22:11:53,+0000,,Sonic boom warning. This won’t be subtle. https://t.co/WY7dn6BBY1,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1048697377916243969,['https://www.vandenberg.af.mil/News/Article-Display/Article/1652283/central-california-residents-may-experience-sonic-boom/'],[],0,,False,16053,802,2100,,None,,,,,,,[],,,, +612,1048692170377506817,1048466642194259968,1538862671000.0,2018-10-06 21:51:11,+0000,,@AsbjornLD @martinengwicht @Jason @Tesla Two — one for 👽 👾 millions of years from now and one for you,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1048692170377506817,[],[],0,,False,605,27,29,,None,,,,,,,"[{'screen_name': 'AsbjornLD', 'name': 'Asbjørn Lund Dahl', 'id': '1667905058'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +613,1048690159875588096,1048466642194259968,1538862192000.0,2018-10-06 21:43:12,+0000,,@martinengwicht @Jason @Tesla Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1048690159875588096,[],[],0,,False,566,14,15,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +614,1048689415306924032,1048466642194259968,1538862014000.0,2018-10-06 21:40:14,+0000,,"@incentives101 @Jason @Tesla Yes, but 🐻 in 🧠 that we’re creating a generalized autonomy solution. Must work in millions of strange 🚘 situations.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1048689415306924032,[],[],0,,False,699,44,48,,None,,,,,,,"[{'screen_name': 'incentives101', 'name': 'Incentives', 'id': '836023811728375808'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +615,1048685509634011136,1048685509634011136,1538861083000.0,2018-10-06 21:24:43,+0000,,Blade Runner — Esper Edition — Vangelis https://t.co/DiwsRmaDA0,da,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1048685509634011136,['https://m.youtube.com/watch?feature=youtu.be&v=SQFRtbDK9Yk'],[],0,,False,5827,359,618,,None,,,,,,,[],,,, +616,1048679020512960512,1048466642194259968,1538859536000.0,2018-10-06 20:58:56,+0000,,"@Jason @Tesla Actually, it’s 1 of 3 forward cameras in rear view mirror assembly. External cameras will auto-activate in future if car is damaged while parked.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1048679020512960512,[],[],0,,False,6064,172,350,,None,,,,,,,"[{'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +617,1048251418233073664,1048236905605685250,1538757588000.0,2018-10-05 16:39:48,+0000,,@martyeuler @MebFaber Fair point 😀,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1048251418233073664,[],[],0,,False,763,121,33,,None,,,,,,,"[{'screen_name': 'martyeuler', 'name': 'Martin Euler', 'id': '714912384'}, {'screen_name': 'MebFaber', 'name': 'Meb Faber', 'id': '19997064'}]",,,, +618,1048250837384847361,1048236905605685250,1538757449000.0,2018-10-05 16:37:29,+0000,,"@MebFaber When something sounds too good to be true, it usually is. Way the trick works is companies like Blackrock keep up to 50% of short interest revenue, but suffer almost none of equity decline, as they’re just “passive” managers. Blackrock made $597M in short lending last year!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1048250837384847361,[],[],0,,False,673,91,62,,None,,,,,,,"[{'screen_name': 'MebFaber', 'name': 'Meb Faber', 'id': '19997064'}]",,,, +619,1048240246498840577,1048236905605685250,1538754924000.0,2018-10-05 15:55:24,+0000,,"@MebFaber Not all. However, shorting applied to market as a whole is obv net negative — it incents negative gdp! Moreover, it stops private companies from going public, preventing access by retirement funds & small investors, thus increasing wealth divide. https://t.co/7jk2Bs56HR",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,15,https://twitter.com/elonmusk/status/1048240246498840577,['https://www.businessinsider.com/us-has-too-few-publicly-listed-companies-2015-6?r=UK&IR=T'],[],0,,False,2761,299,282,,None,,,,,,,"[{'screen_name': 'MebFaber', 'name': 'Meb Faber', 'id': '19997064'}]",,,, +620,1048118186518835200,1047965410392297472,1538725823000.0,2018-10-05 07:50:23,+0000,,@Model3Owners V9 moving to wide release now. Holding back Autopilot drive on navigation for a few more weeks of validation. Extremely difficult to achieve a general solution for self-driving that works well everywhere.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/1048118186518835200,[],[],0,,False,1313,142,150,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +621,1048115325336580096,1048115134869065728,1538725141000.0,2018-10-05 07:39:01,+0000,,@mgerrydoyle Only if they’re extremely tiny,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/1048115325336580096,[],[],0,,False,578,40,20,,None,,,,,,,"[{'screen_name': 'mgerrydoyle', 'name': 'Gerry Doyle', 'id': '788697546'}]",,,, +622,1048115027427778560,1048114562694696966,1538725070000.0,2018-10-05 07:37:50,+0000,,@megnsander We don’t judge. Any pic you want!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/1048115027427778560,[],[],0,,False,3428,78,149,,None,,,,,,,[],,,, +623,1048114562694696966,1048114562694696966,1538724959000.0,2018-10-05 07:35:59,+0000,,Tesla owners can refer someone to buy a Tesla & get any image they want laser etched in glass & sent to deep space for millions of years,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/1048114562694696966,[],[],0,,False,23861,1267,2981,https://twitter.com/Teslarati/status/1048112638402674688,None,,,,,,,[],,,, +624,1048109695867604992,1048106107636314112,1538723799000.0,2018-10-05 07:16:39,+0000,,@eugenegu Rococo Basilisk is,in,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/1048109695867604992,[],[],0,,False,518,30,38,,None,,,,,,,"[{'screen_name': 'eugenegu', 'name': 'Eugene Gu, MD', 'id': '65497475'}]",,,, +625,1048106107636314112,1048106107636314112,1538722943000.0,2018-10-05 07:02:23,+0000,,First Falcon 9 land landing mission from Vandenberg Air Force Base in California coming up soon!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/1048106107636314112,[],[],0,,False,10211,279,819,https://twitter.com/SpaceX/status/1047614884660240386,None,,,,,,,[],,,, +626,1048019745847406593,159453674517692416,1538702353000.0,2018-10-05 01:19:13,+0000,,@annerajb @KishavanBhola @enn_nafnlaus @ElonBachman The CIO of a major pension fund is the one who deserves credit for uncovering this scam,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,01,https://twitter.com/elonmusk/status/1048019745847406593,[],[],0,,False,820,93,46,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'KishavanBhola', 'name': 'Kish Bhola', 'id': '868132749370167296'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'ElonBachman', 'name': 'Bachman', 'id': '750437909224910849'}]",,,, +627,1048015756569407488,159453674517692416,1538701402000.0,2018-10-05 01:03:22,+0000,,"@annerajb @KishavanBhola @enn_nafnlaus @ElonBachman The big funds can & will, as they’re suffering a net loss. Index managers like Blackrock pocket make excessive profit from short lending while pretending to charge low rates for “passive” index tracking.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,01,https://twitter.com/elonmusk/status/1048015756569407488,[],[],0,,False,865,71,70,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'KishavanBhola', 'name': 'Kish Bhola', 'id': '868132749370167296'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'ElonBachman', 'name': 'Bachman', 'id': '750437909224910849'}]",,,, +628,1048014608869408768,159453674517692416,1538701128000.0,2018-10-05 00:58:48,+0000,,"@dlauer @KishavanBhola @enn_nafnlaus @ElonBachman Debatably true, if applied to individual stocks selectively & consciously, but obv false if applied broadly to most of the market & without clear consent of the shareholder",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/1048014608869408768,[],[],0,,False,484,22,29,,None,,,,,,,"[{'screen_name': 'dlauer', 'name': 'Dave Lauer', 'id': '15210031'}, {'screen_name': 'KishavanBhola', 'name': 'Kish Bhola', 'id': '868132749370167296'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'ElonBachman', 'name': 'Bachman', 'id': '750437909224910849'}]",,,, +629,1048013467247042561,159453674517692416,1538700856000.0,2018-10-05 00:54:16,+0000,,"@KishavanBhola @enn_nafnlaus @ElonBachman Where this breaks down is in passive index funds, which constitute most of the market. The holders of those funds, mostly small investors & retirement funds, don’t realize that their stocks are being lent to short sellers, diminishing their true equity return.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/1048013467247042561,[],[],0,,False,1020,85,77,,None,,,,,,,"[{'screen_name': 'KishavanBhola', 'name': 'Kish Bhola', 'id': '868132749370167296'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'ElonBachman', 'name': 'Bachman', 'id': '750437909224910849'}]",,,, +630,1048012161002270720,159453674517692416,1538700544000.0,2018-10-05 00:49:04,+0000,,"@KishavanBhola @enn_nafnlaus @ElonBachman There is no rational basis for a long holder to lend their stock to shorts, as it dilutes the shareholder base & gives the short a strong incentive to attack the company by whatever means possible, including regulators",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/1048012161002270720,[],[],0,,False,1133,141,84,,None,,,,,,,"[{'screen_name': 'KishavanBhola', 'name': 'Kish Bhola', 'id': '868132749370167296'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'ElonBachman', 'name': 'Bachman', 'id': '750437909224910849'}]",,,, +631,1048008592983347201,159453674517692416,1538699694000.0,2018-10-05 00:34:54,+0000,,@Erdayastronaut I hope to be less wrong over time,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/1048008592983347201,[],[],0,,False,1264,72,88,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +632,1048000425708797953,1047991717507584001,1538697747000.0,2018-10-05 00:02:27,+0000,,@FlintSchools @MuskFoundation You’re most welcome. Hope to do more to help in the future.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/1048000425708797953,[],[],0,,False,3486,123,211,,None,,,,,,,"[{'screen_name': 'FlintSchools', 'name': 'Flint Schools', 'id': '1941073362'}, {'screen_name': 'MuskFoundation', 'name': 'The Musk Foundation', 'id': '1035580859053527040'}]",,,, +633,1047998560782827520,159453674517692416,1538697302000.0,2018-10-04 23:55:02,+0000,,What they do should be illegal,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1047998560782827520,[],[],0,,False,10556,958,582,,None,,,,,,,[],,,, +634,1047997866474594304,159453674517692416,1538697136000.0,2018-10-04 23:52:16,+0000,,The last several years have taught me that they are indeed reasonably maligned,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1047997866474594304,[],[],0,,False,9199,232,453,,None,,,,,,,[],,,, +635,1047979709898735617,1047951136311803904,1538692808000.0,2018-10-04 22:40:08,+0000,,@FCalciu @derekGUMB @Scobleizer @Tesla @SEC_Enforcement Exactly. Short-sellers are value destroyers. Should definitely be illegal.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,22,https://twitter.com/elonmusk/status/1047979709898735617,[],[],0,,False,1272,335,189,,None,,,,,,,"[{'screen_name': 'FCalciu', 'name': 'The Martian ⚡☀️⚡', 'id': '771401308448362496'}, {'screen_name': 'derekGUMB', 'name': 'Crypto Gumbo', 'id': '180086405'}, {'screen_name': 'Scobleizer', 'name': 'Scoble', 'id': '13348'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SEC_Enforcement', 'name': 'SEC Enforcement', 'id': '299661515'}]",,,, +636,1047968979841503232,1047965410392297472,1538690249000.0,2018-10-04 21:57:29,+0000,,"By revenue, taking publicly available selling prices, Model 3 actually outsold Camry by a factor of two https://t.co/1ZTDk8HvJh",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1047968979841503232,['https://www.bloomberg.com/news/articles/2018-10-03/tesla-s-model-3-is-becoming-one-of-america-s-best-selling-sedans'],[],0,,False,11111,353,1216,,None,,,,,,,[],,,, +637,1047967059559112704,1047918760768757760,1538689791000.0,2018-10-04 21:49:51,+0000,,@dailystem @LFlemingEDU @atkauffman @JustinAglio @TheTechRabbi @smgaillard @jsnhubbard @mrnavas @WickedDecent @gregkulowiec This is amazing https://t.co/zNaE8p2nHs,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1047967059559112704,['https://m.youtube.com/watch?v=nCDVEyKUKd8'],[],0,,False,434,51,39,,None,,,,,,,"[{'screen_name': 'dailystem', 'name': 'dailySTEM (Chris Woods)', 'id': '2404905984'}, {'screen_name': 'LFlemingEDU', 'name': 'Laura Fleming', 'id': '1647650990'}, {'screen_name': 'atkauffman', 'name': 'andrew kauffman', 'id': '26923567'}, {'screen_name': 'JustinAglio', 'name': 'Justin Aglio, Ed.D.', 'id': '356136568'}, {'screen_name': 'TheTechRabbi', 'name': '\U0001f7e3 Rabbi Michael Cohen', 'id': '347303318'}, {'screen_name': 'smgaillard', 'name': 'Sean Gaillard 🌳', 'id': '2568091634'}, {'screen_name': 'jsnhubbard', 'name': 'Jason Hubbard', 'id': '3077571478'}, {'screen_name': 'mrnavas', 'name': 'Marcos Navas', 'id': '15983748'}, {'screen_name': 'WickedDecent', 'name': 'Dan Ryder', 'id': '15194262'}, {'screen_name': 'gregkulowiec', 'name': 'Greg Kulowiec', 'id': '25157388'}]",,,, +638,1047966158836514816,1047965410392297472,1538689577000.0,2018-10-04 21:46:17,+0000,,@Model3Owners Almost ready. We expanded the early access program to 1000 more users a few days ago.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1047966158836514816,[],[],0,,False,1850,139,87,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +639,1047965410392297472,1047965410392297472,1538689398000.0,2018-10-04 21:43:18,+0000,,"People sometimes forget that a company is just a group of people gathered together to make products. So long as it makes great products, it will have great value.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1047965410392297472,[],[],0,,False,62332,1460,8037,,None,,,,,,,[],,,, +640,1047963507625345024,1047943670350020608,1538688945000.0,2018-10-04 21:35:45,+0000,,"@BullTesla @iavor If you think Tesla is overvalued compared to probable value of future cash flows, sell. Otherwise, buy.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1047963507625345024,[],[],0,,False,2882,203,279,,None,,,,,,,"[{'screen_name': 'BullTesla', 'name': 'Tezla', 'id': '991358692229615616'}, {'screen_name': 'iavor', 'name': 'iavor', 'id': '26092341'}]",,,, +641,1047960924051525632,1047943670350020608,1538688329000.0,2018-10-04 21:25:29,+0000,,"@iavor Hang in there. If you are truly long-term, it will be fine.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1047960924051525632,[],[],0,,False,3621,224,362,,None,,,,,,,"[{'screen_name': 'iavor', 'name': 'iavor', 'id': '26092341'}]",,,, +642,1047957897315934208,1047951136311803904,1538687607000.0,2018-10-04 21:13:27,+0000,,@Scobleizer @Tesla True,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1047957897315934208,[],[],0,,False,558,27,14,,None,,,,,,,"[{'screen_name': 'Scobleizer', 'name': 'Scoble', 'id': '13348'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +643,1047953389743554560,1047951136311803904,1538686532000.0,2018-10-04 20:55:32,+0000,,@Scobleizer @Tesla Sorry about the typo. That was unforgivable. Why would they be upset about their mission? It’s what they do.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,20,https://twitter.com/elonmusk/status/1047953389743554560,[],[],0,,False,2245,144,87,,None,,,,,,,"[{'screen_name': 'Scobleizer', 'name': 'Scoble', 'id': '13348'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +644,1047943670350020608,1047943670350020608,1538684215000.0,2018-10-04 20:16:55,+0000,,Just want to that the Shortseller Enrichment Commission is doing incredible work. And the name change is so on point!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,20,https://twitter.com/elonmusk/status/1047943670350020608,[],[],0,,False,32748,3179,4304,,None,,,,,,,[],,,, +645,1047940912175706112,1047940912175706112,1538683557000.0,2018-10-04 20:05:57,+0000,,Great verdict 😀,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,20,https://twitter.com/elonmusk/status/1047940912175706112,[],[],0,,False,9218,320,629,https://twitter.com/BusinessInsider/status/1047854644465164288,None,,,,,,,[],,,, +646,1047005880619814912,1046923045162688518,1538460629000.0,2018-10-02 06:10:29,+0000,,@scottwww @cleantechnica Could be worse 😇,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/1047005880619814912,[],[],0,,False,1090,93,51,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +647,1047005194180022273,1046923045162688518,1538460465000.0,2018-10-02 06:07:45,+0000,,"@incentives101 @cleantechnica Tesla Autopilot team is awesome! Got to make sure we iron out the details though. Long tail of tricky edge cases. Important to get front wide angle, B pillar & side repeater camera neural nets just right.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/1047005194180022273,[],[],0,,False,1334,73,94,,None,,,,,,,"[{'screen_name': 'incentives101', 'name': 'Incentives', 'id': '836023811728375808'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +648,1046969213854932992,1046923045162688518,1538451886000.0,2018-10-02 03:44:46,+0000,,@cleantechnica Something especially weird going on with Yahoo news feed on iPhone stocks app. Almost always super negative. Maybe getting gamed.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,03,https://twitter.com/elonmusk/status/1046969213854932992,[],[],0,,False,7368,430,434,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +649,1046676717350268928,1046676717350268928,1538382150000.0,2018-10-01 08:22:30,+0000,,Naughty by Nature 😉 https://t.co/muZdxJWjyZ,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,08,https://twitter.com/elonmusk/status/1046676717350268928,['https://m.youtube.com/watch?v=idx3GSL2KWs'],[],0,,False,23160,1561,2299,,None,,,,,,,[],,,, +650,1046062919438536707,1046062169622794245,1538235809000.0,2018-09-29 15:43:29,+0000,,@krobertson @Tesla @kimbal @senorsisig Will do. Definitely moving heavily towards direct to work/home delivery of cars!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,15,https://twitter.com/elonmusk/status/1046062919438536707,[],[],0,,False,1035,112,60,,None,,,,,,,"[{'screen_name': 'krobertson', 'name': 'Ken Robertson', 'id': '3043421'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}, {'screen_name': 'senorsisig', 'name': 'Señor Sisig', 'id': '109728838'}]",,,, +651,1045855998836011008,1045852618474631168,1538186475000.0,2018-09-29 02:01:15,+0000,,@alitofts @telsa @6pm Tesla will deliver your car to you. This is the future. The way it should work.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1045855998836011008,[],[],0,,False,1311,101,71,,None,,,,,,,"[{'screen_name': 'alitofts', 'name': 'Alistair Tofts', 'id': '123450004'}, {'screen_name': 'telsa', 'name': 'telsa', 'id': '10942132'}, {'screen_name': '6pm', 'name': 'Follow us @Shop6pm!', 'id': '1507235672'}]",,,, +652,1045828553751711746,1045828553751711746,1538179932000.0,2018-09-29 00:12:12,+0000,,That was intense,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/1045828553751711746,[],[],0,,False,37747,830,3191,https://twitter.com/SpaceX/status/1045805476812746752,None,,,,,,,[],,,, +653,1045793457929826304,1045786144422543361,1538171564000.0,2018-09-28 21:52:44,+0000,,@Model3Owners i❤️🇨🇦,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/1045793457929826304,[],[],0,,False,2233,89,162,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +654,1045789638697267200,1045786144422543361,1538170654000.0,2018-09-28 21:37:34,+0000,,@Model3Owners !! Will take action.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/1045789638697267200,[],[],0,,False,1796,45,53,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +655,1045789091801919488,1045789091801919488,1538170523000.0,2018-09-28 21:35:23,+0000,,And remember … https://t.co/UaDUv4OlZf,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/1045789091801919488,[],['https://pbs.twimg.com/media/DoNjoemU0AA5Kn4.jpg'],1,https://pbs.twimg.com/media/DoNjoemU0AA5Kn4.jpg,False,134009,2421,17413,,None,,,,,,,[],,,, +656,1045788510039371777,1045788510039371777,1538170385000.0,2018-09-28 21:33:05,+0000,,Huge thank you to all Tesla supporters for helping with car deliveries all around the world. You rock!!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/1045788510039371777,[],[],0,,False,36961,1052,1627,,None,,,,,,,[],,,, +657,1045786144422543361,1045786144422543361,1538169821000.0,2018-09-28 21:23:41,+0000,,Sorry for difficulties delivering your Tesla due to high volume! Critical to show that environmentally sustainable is financially sustainable.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/1045786144422543361,[],[],0,,False,28464,1036,1746,,None,,,,,,,[],,,, +658,1045016610006654976,1044731316703453184,1537986349000.0,2018-09-26 18:25:49,+0000,,@scottwww @Tesla Pace of innovation is all that matters in the long run,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1045016610006654976,[],[],0,,False,11372,330,1068,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +659,1045006132475883520,1044257950137749504,1537983851000.0,2018-09-26 17:44:11,+0000,,@ctbarker32 @BDL3J @Tesla You’re welcome. Sorry for the delay!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/1045006132475883520,[],[],0,,False,775,24,26,,None,,,,,,,"[{'screen_name': 'ctbarker32', 'name': 'Chris Barker', 'id': '307688054'}, {'screen_name': 'BDL3J', 'name': 'Jason Sampson', 'id': '715635036561809408'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +660,1045004446076301312,1044766555471405057,1537983449000.0,2018-09-26 17:37:29,+0000,,@Agent_KO @Starflightgame @SpaceX @starcontrolgame What would be great is original Elite,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/1045004446076301312,[],[],0,,False,665,77,36,,None,,,,,,,"[{'screen_name': 'agent_ko', 'name': 'AgentRaiKo', 'id': '1296009902968705024'}, {'screen_name': 'Starflightgame', 'name': 'Starflight', 'id': '1006963290461704192'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'starcontrolgame', 'name': 'Star Control', 'id': '4164998908'}]",,,, +661,1044689341493067776,1044688678042271744,1537908323000.0,2018-09-25 20:45:23,+0000,,@neveryb Going over final tweaks tonight. Hopefully in wide release end of week.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,20,https://twitter.com/elonmusk/status/1044689341493067776,[],[],0,,False,1212,105,88,,None,,,,,,,"[{'screen_name': 'neveryb', 'name': 'Nevery Berry', 'id': '15501523'}]",,,, +662,1044688678042271744,1044688678042271744,1537908164000.0,2018-09-25 20:42:44,+0000,,♥️ Tesla Owners ♥️,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,20,https://twitter.com/elonmusk/status/1044688678042271744,[],[],0,,False,54333,2514,2668,https://twitter.com/elonmusk/status/998786412970369024,None,,,,,,,[],,,, +663,1044663329019518976,1044662141335285767,1537902121000.0,2018-09-25 19:02:01,+0000,,"@ParkerWoolfolk Increased tire pressure improves range. Also, if you have performance tires, they are stickier. Better handling, but slightly lower range.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/1044663329019518976,[],[],0,,False,643,40,31,,None,,,,,,,"[{'screen_name': 'ParkerWoolfolk', 'name': 'Parker Woolfolk', 'id': '51442151'}]",,,, +664,1044623575359975425,1044277624653197314,1537892643000.0,2018-09-25 16:24:03,+0000,,@ftomenko @Tesla 😀,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1044623575359975425,[],[],0,,False,3381,55,59,,None,,,,,,,"[{'screen_name': 'ftomenko', 'name': 'Deric Tomenko', 'id': '140445769'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +665,1044294753041313792,1044257950137749504,1537814245000.0,2018-09-24 18:37:25,+0000,,"@ctbarker32 Apologies, we’re upgrading our logistics system, but running into an extreme shortage of car carrier trailers. Started building our own car carriers this weekend to alleviate load.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,18,https://twitter.com/elonmusk/status/1044294753041313792,[],[],0,,False,1403,254,126,,None,,,,,,,"[{'screen_name': 'ctbarker32', 'name': 'Chris Barker', 'id': '307688054'}]",,,, +666,1044123822956306432,1044121576659083266,1537773492000.0,2018-09-24 07:18:12,+0000,,@slashdot Tricky one,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,07,https://twitter.com/elonmusk/status/1044123822956306432,[],[],0,,False,3390,133,123,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +667,1043293219205787648,1043223971477385216,1537575461000.0,2018-09-22 00:17:41,+0000,,"@DMC_Ryan Wow, thanks for offering to help! The coming week is incredibly intense. If any current Tesla owners who’d like to help educate new owners could head to Tesla delivery centers during midday on Sat/Sun & morning/evening on weekdays, that would be super appreciated!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/1043293219205787648,[],[],0,,False,2675,336,320,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +668,1043253619485622272,1043250540379926528,1537566020000.0,2018-09-21 21:40:20,+0000,,@NASASpaceflight Probably 2028 for a base to be built,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/1043253619485622272,[],[],0,,False,7827,388,662,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +669,1043250540379926528,1043250540379926528,1537565286000.0,2018-09-21 21:28:06,+0000,,Mars Base Alpha https://t.co/O1llQp8rFY,hi,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/1043250540379926528,[],['https://pbs.twimg.com/media/Dnpe1cRUYAAbI0n.jpg'],1,https://pbs.twimg.com/media/Dnpe1cRUYAAbI0n.jpg,False,218307,5240,33399,,None,,,,,,,[],,,, +670,1043250454648344576,1043250454648344576,1537565265000.0,2018-09-21 21:27:45,+0000,, https://t.co/Fn0hKJd3uJ,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/1043250454648344576,[],['https://pbs.twimg.com/media/DnpewbMUUAALN4I.jpg'],1,https://pbs.twimg.com/media/DnpewbMUUAALN4I.jpg,False,68503,791,5662,,None,,,,,,,[],,,, +671,1042849087194714112,1042827334758260736,1537469572000.0,2018-09-20 18:52:52,+0000,,"@LanceUlanoff Consider an ice skater. Same weight, but spins/turns much faster with arms in vs arms out. Same principle is true for a car.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1042849087194714112,[],[],0,,False,1025,69,52,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +672,1042848713079570432,1042827334758260736,1537469483000.0,2018-09-20 18:51:23,+0000,,"@LanceUlanoff Front vs rear wheel weight distribution, though commonly asked, isn't the right question. You can have 50% on front, 50% on rear & still have poor handling if mass elements are far from center. Dumbbell mass distribution is bad, spinning top/dreidel is good.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1042848713079570432,[],[],0,,False,944,24,55,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +673,1042845665498357760,1042827334758260736,1537468756000.0,2018-09-20 18:39:16,+0000,,@LanceUlanoff Simple explanation of polar moment of inertia & other important car terms at https://t.co/CftQ1v9YCL,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1042845665498357760,['https://www.complex.com/sports/2013/03/25-car-terms-you-need-to-know/polar-moment-of-inertia'],[],0,,False,889,26,67,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +674,1042842449008197632,1042827334758260736,1537467989000.0,2018-09-20 18:26:29,+0000,,"@LanceUlanoff Key technical point is that the polar moment of inertia (concentration of mass around center) of a Tesla, to the extent of our knowledge, is better than any other production car. This positively affects safety, handling & driving feel. Extremely important metric.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1042842449008197632,[],[],0,,False,1142,33,91,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +675,1042838924710764545,1042827334758260736,1537467149000.0,2018-09-20 18:12:29,+0000,,@martinengwicht @BlondesE A car propelled by combustion is far more likely to combust than an electric car,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1042838924710764545,[],[],0,,False,1366,55,124,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'BlondesE', 'name': 'Blondes for Elon', 'id': '1014348761521418245'}]",,,, +676,1042834199705608192,1042827334758260736,1537466022000.0,2018-09-20 17:53:42,+0000,,"@LanceUlanoff Yes, when it comes to physics, make sure Newton is on your side",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1042834199705608192,[],[],0,,False,1173,36,68,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +677,1042832989707677697,1042827334758260736,1537465734000.0,2018-09-20 17:48:54,+0000,,"@LanceUlanoff Helps improve forward crumple zone length, especially important in high speed frontal impacts, and moments of inertia in side impacts",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1042832989707677697,[],[],0,,False,873,17,38,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +678,1042832003937099776,1042827334758260736,1537465499000.0,2018-09-20 17:44:59,+0000,,Tesla piece on the physics of car safety coming soon for those interested in technical details,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1042832003937099776,[],[],0,,False,12922,387,680,,None,,,,,,,[],,,, +679,1042829474914430977,1042827334758260736,1537464896000.0,2018-09-20 17:34:56,+0000,,"@MartenBenjamin @NHTSAgov @Tesla Exactly, all 5 star are *not* the same, as the videos show. “5 star” just means a car met a certain threshold, but injury probability stats (real numbers) tell you by how much.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1042829474914430977,[],[],0,,False,1257,20,100,,None,,,,,,,"[{'screen_name': 'MartenBenjamin', 'name': 'Benjamin Marten', 'id': '541896924'}, {'screen_name': 'NHTSAgov', 'name': 'nhtsagov', 'id': '49706919'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +680,1042828379806810112,1042827334758260736,1537464635000.0,2018-09-20 17:30:35,+0000,,@Cardoso @NHTSAgov Haha true,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1042828379806810112,[],[],0,,False,1053,18,38,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}, {'screen_name': 'NHTSAgov', 'name': 'nhtsagov', 'id': '49706919'}]",,,, +681,1042827334758260736,1042827334758260736,1537464386000.0,2018-09-20 17:26:26,+0000,,.@NHTSAgov will post final safety probability stats soon. Model 3 has a shot at being safest car ever tested.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1042827334758260736,[],[],0,,False,17430,457,1465,,None,,,,,,,[],,,, +682,1042680127841169408,1042112781518917633,1537429289000.0,2018-09-20 07:41:29,+0000,,@LindseyStirling 👽💘,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,07,https://twitter.com/elonmusk/status/1042680127841169408,[],[],0,,False,1301,54,55,,None,,,,,,,"[{'screen_name': 'LindseyStirling', 'name': 'Lindsey Stirling', 'id': '289969718'}]",,,, +683,1042604979561746432,1042603441024065536,1537411372000.0,2018-09-20 02:42:52,+0000,,"@primadanna @Tesla @alphacali Wow, glad they’re ok!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,02,https://twitter.com/elonmusk/status/1042604979561746432,[],[],0,,False,9223,139,249,,None,,,,,,,"[{'screen_name': 'primadanna', 'name': 'Primadanna', 'id': '16490453'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'alphacali', 'name': 'Cali Eugene', 'id': '9956402'}]",,,, +684,1042578255948144640,1042495371522367488,1537405001000.0,2018-09-20 00:56:41,+0000,,@vicentes @DanAloni @slashdot Physics can be thought of as the compression algorithms of reality,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,00,https://twitter.com/elonmusk/status/1042578255948144640,[],[],0,,False,1086,70,123,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +685,1042530259734683648,1042530259734683648,1537393557000.0,2018-09-19 21:45:57,+0000,,♥️ @neiltyson,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/1042530259734683648,[],[],0,,False,24947,752,2226,,None,,,,,,,[],,,, +686,1042525568531480576,1042186200914767873,1537392439000.0,2018-09-19 21:27:19,+0000,,@raginggoat @Tesla Tesla Rangers!,fr,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/1042525568531480576,[],[],0,,False,4460,112,92,,None,,,,,,,"[{'screen_name': 'raginggoat', 'name': 'Adam Rayborn', 'id': '117735436'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +687,1042525258899550209,1042515420937216001,1537392365000.0,2018-09-19 21:26:05,+0000,,"@CJDaniels77 31 engines, but with room to add 11 more down the road. Kinda have to.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/1042525258899550209,[],[],0,,False,1012,46,53,,None,,,,,,,"[{'screen_name': 'CJDaniels77', 'name': 'Christian', 'id': '169894743'}]",,,, +688,1042516607166103552,1042495371522367488,1537390302000.0,2018-09-19 20:51:42,+0000,,"@JaneidyEve @slashdot Yes, if there is no listener, a simulation probably wouldn’t spend computing power on sound",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1042516607166103552,[],[],0,,False,962,117,63,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +689,1042515605654401024,1042495371522367488,1537390064000.0,2018-09-19 20:47:44,+0000,,@DanAloni @slashdot Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1042515605654401024,[],[],0,,False,686,32,24,,None,,,,,,,"[{'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +690,1042515420937216001,1042515420937216001,1537390020000.0,2018-09-19 20:47:00,+0000,,True 😀 https://t.co/CS6semhKm6,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1042515420937216001,['https://www.space.com/41871-elon-musk-spacex-bfr-spaceship-science-fiction-legacy.html'],[],0,,False,21796,768,2548,,None,,,,,,,[],,,, +691,1042514356347396096,1042495371522367488,1537389766000.0,2018-09-19 20:42:46,+0000,,"@slashdot To conserve computing power, a simulation would only render an object when it is observed",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1042514356347396096,[],[],0,,False,7104,505,703,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +692,1042463081702416384,1041486082355867648,1537377541000.0,2018-09-19 17:19:01,+0000,,@megangale @Tesla You’re most welcome! Sorry for the delay.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/1042463081702416384,[],[],0,,False,605,21,21,,None,,,,,,,"[{'screen_name': 'megangale', 'name': 'Megan #ChasingSunsets', 'id': '71077864'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +693,1042122288101916672,1042112781518917633,1537296289000.0,2018-09-18 18:44:49,+0000,,@Erdayastronaut Will do. Love Reddit.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1042122288101916672,[],[],0,,False,2250,78,78,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +694,1042120326027476992,1042117285568073728,1537295822000.0,2018-09-18 18:37:02,+0000,,@Cardoso @SoundBoy264 Space Bar,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1042120326027476992,[],[],0,,False,1436,87,39,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}]",,,, +695,1042119797087993856,1042112781518917633,1537295695000.0,2018-09-18 18:34:55,+0000,,"@JaneidyEve @ds23ytube Long-term, there will be thousands and eventually, hopefully, millions of missions & anyone will be able to go",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1042119797087993856,[],[],0,,False,1097,67,89,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +696,1042117772279283712,1042117285568073728,1537295213000.0,2018-09-18 18:26:53,+0000,,"@perthguppy Yeah, Starlink should be active by then",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1042117772279283712,[],[],0,,False,4407,97,146,,None,,,,,,,"[{'screen_name': 'perthguppy', 'name': 'Damian Guppy', 'id': '192090612'}]",,,, +697,1042117514350608384,1042112781518917633,1537295151000.0,2018-09-18 18:25:51,+0000,,@LisaPadgett @bocio777 @TArkesteijn Sorry! So many bots!!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1042117514350608384,[],[],0,,False,1239,44,15,,None,,,,,,,"[{'screen_name': 'LisaPadgett', 'name': 'Lisa', 'id': '12289812'}, {'screen_name': 'bocio777', 'name': 'Martin Kropf', 'id': '849689384'}, {'screen_name': 'TArkesteijn', 'name': '🔋Tristan🔋 #ikdoewelmee', 'id': '528870359'}]",,,, +698,1042117285568073728,1042117285568073728,1537295097000.0,2018-09-18 18:24:57,+0000,,"Moon mission will be livestreamed in high def VR, so it’ll feel like you’re there in real-time minus a few seconds for speed of light",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1042117285568073728,[],[],0,,False,145115,3454,20588,,None,,,,,,,[],,,, +699,1042113884998397952,1042112781518917633,1537294286000.0,2018-09-18 18:11:26,+0000,,@bocio777 Perhaps one of the invited artists choosing to play. There will be no obligation to do so.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1042113884998397952,[],[],0,,False,1723,49,32,,None,,,,,,,"[{'screen_name': 'bocio777', 'name': 'Martin Kropf', 'id': '849689384'}]",,,, +700,1042113023928721408,1042112781518917633,1537294081000.0,2018-09-18 18:08:01,+0000,,@ryaneshaghi Very close,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1042113023928721408,[],[],0,,False,1533,44,44,,None,,,,,,,"[{'screen_name': 'ryaneshaghi', 'name': 'Ryan Eshaghi', 'id': '2183252796'}]",,,, +701,1042112781518917633,1042112781518917633,1537294023000.0,2018-09-18 18:07:03,+0000,, https://t.co/nqgfNWlm4Z,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1042112781518917633,[],['https://pbs.twimg.com/media/DnZUDJ-U4AASLrM.jpg'],1,https://pbs.twimg.com/media/DnZUDJ-U4AASLrM.jpg,False,44114,1211,4110,,None,,,,,,,[],,,, +702,1042079045666582529,1041879789341048832,1537285980000.0,2018-09-18 15:53:00,+0000,,@Oatmeal 😀,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,15,https://twitter.com/elonmusk/status/1042079045666582529,[],[],0,,False,1319,37,30,,None,,,,,,,"[{'screen_name': 'Oatmeal', 'name': 'The Oatmeal', 'id': '4519121'}]",,,, +703,1041982142635335680,1027692436435288065,1537262876000.0,2018-09-18 09:27:56,+0000,,@JamesMarstersOf @bioshock Always,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,09,https://twitter.com/elonmusk/status/1041982142635335680,[],[],0,,False,512,24,15,,None,,,,,,,"[{'screen_name': 'JamesMarstersOf', 'name': 'James Marsters', 'id': '3863606953'}, {'screen_name': 'bioshock', 'name': 'BioShock', 'id': '3915694820'}]",,,, +704,1041977109764173824,1041871038018199553,1537261676000.0,2018-09-18 09:07:56,+0000,,@sleepingromi @yousuck2020 @rogerwaters @SpaceX @dearmoonproject Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,09,https://twitter.com/elonmusk/status/1041977109764173824,[],[],0,,False,2308,71,61,,None,,,,,,,"[{'screen_name': 'sleepingromi', 'name': 'Sleepingromi', 'id': '292387492'}, {'screen_name': 'yousuck2020', 'name': '前澤友作┃お金贈りおじさん', 'id': '137857547'}, {'screen_name': 'rogerwaters', 'name': 'Roger Waters', 'id': '728918606'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'dearmoonproject', 'name': 'dearMoon', 'id': '1035122024320983040'}]",,,, +705,1041953361908576256,1041877430942674944,1537256014000.0,2018-09-18 07:33:34,+0000,,@yousuck2020 @SpaceX That’s the first BFR airframe/tank barrel section made of a new carbon fiber material,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,07,https://twitter.com/elonmusk/status/1041953361908576256,[],[],0,,False,5729,111,264,,None,,,,,,,"[{'screen_name': 'yousuck2020', 'name': '前澤友作┃お金贈りおじさん', 'id': '137857547'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +706,1041905891316981761,1041876194701004800,1537244696000.0,2018-09-18 04:24:56,+0000,,"@MKBHD Yeah … that’s exactly how I feel. However it happens, I just hope it does.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1041905891316981761,[],[],0,,False,26435,363,836,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +707,1041902062068359169,1041886496939069440,1537243783000.0,2018-09-18 04:09:43,+0000,,@yousuck2020 Thanks for helping fund a rocket & spaceship that could take humanity beyond Earth!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1041902062068359169,[],[],0,,False,8251,137,438,,None,,,,,,,"[{'screen_name': 'yousuck2020', 'name': '前澤友作┃お金贈りおじさん', 'id': '137857547'}]",,,, +708,1041880316657336320,1041880316657336320,1537238599000.0,2018-09-18 02:43:19,+0000,,Hanging out with @yousuck2020 before the @SpaceX moon mission announcement https://t.co/RTOwutzMtG,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,02,https://twitter.com/elonmusk/status/1041880316657336320,[],['https://pbs.twimg.com/media/DnWAnsCXsAE72eo.jpg'],1,https://pbs.twimg.com/media/DnWAnsCXsAE72eo.jpg,False,57439,1092,7960,,None,,,,,,,[],,,, +709,1041879789341048832,1041879789341048832,1537238473000.0,2018-09-18 02:41:13,+0000,,Yusaku will be bringing 8 (brave) artists & cultural figures with him on the journey around the moon!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,02,https://twitter.com/elonmusk/status/1041879789341048832,[],[],0,,False,33118,1154,5022,https://twitter.com/SpaceX/status/1041865950633418753,None,,,,,,,[],,,, +710,1041829367037407232,1041825788708958208,1537226452000.0,2018-09-17 23:20:52,+0000,,@martinengwicht @iamacloudguy @Model3Owners Probably V10 alpha build,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1041829367037407232,[],[],0,,False,638,33,30,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'iamacloudguy', 'name': 'RK', 'id': '738530333147189248'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +711,1041829117493108736,1041825788708958208,1537226392000.0,2018-09-17 23:19:52,+0000,,"@DMC_Ryan @iamacloudguy @Model3Owners Yes, albeit a beta version. Will improve with V9.1.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1041829117493108736,[],[],0,,False,735,25,29,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'iamacloudguy', 'name': 'RK', 'id': '738530333147189248'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +712,1041826260115120128,1041825788708958208,1537225711000.0,2018-09-17 23:08:31,+0000,,@iamacloudguy @Model3Owners Good news on this front. Tesla engineering rallied & this will be part of V9. Going through final testing now.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1041826260115120128,[],[],0,,False,5430,128,259,,None,,,,,,,"[{'screen_name': 'iamacloudguy', 'name': 'RK', 'id': '738530333147189248'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +713,1041825772703408129,1041825772703408129,1537225595000.0,2018-09-17 23:06:35,+0000,,Thank you for your trust in the @SpaceX team. Greatly appreciated.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1041825772703408129,[],[],0,,False,12005,242,731,https://twitter.com/JimBridenstine/status/1041825248872681473,None,,,,,,,[],,,, +714,1041802266221535232,1041519706652504064,1537219990000.0,2018-09-17 21:33:10,+0000,,@cleantechnica Will be interesting to see how this evolves over time,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1041802266221535232,[],[],0,,False,2553,110,77,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +715,1041798613628678144,1041793769106853888,1537219119000.0,2018-09-17 21:18:39,+0000,,@NigelKBaker Will see what we can do. Really need to bring this program to an end while being as fair as possible. It’s not sustainable long-term.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1041798613628678144,[],[],0,,False,513,43,26,,None,,,,,,,"[{'screen_name': 'NigelKBaker', 'name': 'Nigel Baker', 'id': '517828679'}]",,,, +716,1041796740347703296,1041793769106853888,1537218673000.0,2018-09-17 21:11:13,+0000,,@martinengwicht Very interesting,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1041796740347703296,[],[],0,,False,523,28,24,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}]",,,, +717,1041793769106853888,1041793769106853888,1537217964000.0,2018-09-17 20:59:24,+0000,,"Due to some Tesla owners encountering system issues yesterday, the free Supercharging referral program will be extended until tomorrow night",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,20,https://twitter.com/elonmusk/status/1041793769106853888,[],[],0,,False,6575,291,419,https://twitter.com/joeykrug/status/1041562562607960069,None,,,,,,,[],,,, +718,1041771381636063232,1041555319166447616,1537212627000.0,2018-09-17 19:30:27,+0000,,@beardyman This is definitely worth thoughtful debate. What might we do differently to improve human/life happiness?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/1041771381636063232,[],[],0,,False,1072,199,57,,None,,,,,,,"[{'screen_name': 'beardyman', 'name': 'Beardyman', 'id': '43081426'}]",,,, +719,1041768314068824064,1041766343769387008,1537211895000.0,2018-09-17 19:18:15,+0000,,"@LanceUlanoff @SpaceX @NASA Yes, I do",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/1041768314068824064,[],[],0,,False,2074,46,39,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +720,1041767801118121984,1041766343769387008,1537211773000.0,2018-09-17 19:16:13,+0000,,Top SpaceX priority is and will remain supporting @NASA crewed spaceflight and National Security missions,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/1041767801118121984,[],[],0,,False,17651,195,756,,None,,,,,,,[],,,, +721,1041766343769387008,1041766343769387008,1537211426000.0,2018-09-17 19:10:26,+0000,,"Btw, can’t emphasize enough how @SpaceX would not be where it is today without @NASA. Thank you.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/1041766343769387008,[],[],0,,False,50872,566,3551,,None,,,,,,,[],,,, +722,1041578120573153280,1041552529937453056,1537166550000.0,2018-09-17 06:42:30,+0000,,@ConorMcDPhoto With lasers,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/1041578120573153280,[],[],0,,False,2564,120,95,,None,,,,,,,"[{'screen_name': 'ConorMcDPhoto', 'name': 'Conor McDonnell', 'id': '24150893'}]",,,, +723,1041577803332775936,1659576083,1537166474000.0,2018-09-17 06:41:14,+0000,,@SpaceX My fav tweet ever,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/1041577803332775936,[],[],0,,False,27678,370,1567,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +724,1041572165898792961,1041572165898792961,1537165130000.0,2018-09-17 06:18:50,+0000,,"@ummjackson if you can help get rid of the annoying scam spammers, that would be much appreciated",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/1041572165898792961,[],[],0,,False,1372,75,108,,None,,,,,,,[],,,, +725,1041560458493255680,1041555319166447616,1537162339000.0,2018-09-17 05:32:19,+0000,,@AntVenom Ok,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/1041560458493255680,[],[],0,,False,2860,90,165,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +726,1041559840919678977,1041555014446141440,1537162191000.0,2018-09-17 05:29:51,+0000,,@SwiftOnSecurity Maybe the scammers will just get tired of winning eventually,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/1041559840919678977,[],[],0,,False,5428,111,170,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity(Hibernation)', 'id': '2436389418'}]",,,, +727,1041559524618821633,1041552262286389253,1537162116000.0,2018-09-17 05:28:36,+0000,,"@FalconGridFin Good catch. They are there in the flight design, but we forgot to put them in this render.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/1041559524618821633,[],[],0,,False,1658,38,51,,None,,,,,,,[],,,, +728,1041555319166447616,1041555319166447616,1537161113000.0,2018-09-17 05:11:53,+0000,,#OccupyMars,und,['occupymars'],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/1041555319166447616,[],[],0,,False,78624,2092,13999,,None,,,,,,,[],,,, +729,1041553238477008896,1041552529937453056,1537160617000.0,2018-09-17 05:03:37,+0000,,@vicentes Forward moving wing,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/1041553238477008896,[],[],0,,False,1367,61,38,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +730,1041552529937453056,1041552529937453056,1537160448000.0,2018-09-17 05:00:48,+0000,, https://t.co/dUpiavvM1Z,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/1041552529937453056,[],['https://pbs.twimg.com/media/DnRWgQmVYAAclo-.jpg'],1,https://pbs.twimg.com/media/DnRWgQmVYAAclo-.jpg,False,75151,1592,7714,,None,,,,,,,[],,,, +731,1041552262286389253,1041552262286389253,1537160385000.0,2018-09-17 04:59:45,+0000,, https://t.co/d1KEp44zjm,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,04,https://twitter.com/elonmusk/status/1041552262286389253,[],['https://pbs.twimg.com/media/DnRWQtPU4AAE1jj.jpg'],1,https://pbs.twimg.com/media/DnRWQtPU4AAE1jj.jpg,False,73280,1008,7273,,None,,,,,,,[],,,, +732,1041548537987686400,1041547794689884160,1537159497000.0,2018-09-17 04:44:57,+0000,,@thepixelgeek 😉,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,04,https://twitter.com/elonmusk/status/1041548537987686400,[],[],0,,False,1670,32,45,,None,,,,,,,"[{'screen_name': 'thepixelgeek', 'name': 'pixelgeek', 'id': '7408642'}]",,,, +733,1041500594467270656,1041486082355867648,1537148066000.0,2018-09-17 01:34:26,+0000,,"@megangale @Tesla Sorry, we’ve gone from production hell to delivery logistics hell, but this problem is far more tractable. We’re making rapid progress. Should be solved shortly.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,01,https://twitter.com/elonmusk/status/1041500594467270656,[],[],0,,False,6739,288,225,,None,,,,,,,"[{'screen_name': 'megangale', 'name': 'Megan #ChasingSunsets', 'id': '71077864'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +734,1041485596240171009,1041482266826997760,1537144490000.0,2018-09-17 00:34:50,+0000,,@RoxanaDaneshjou @boringcompany Awesome 😎,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1041485596240171009,[],[],0,,False,2296,65,50,,None,,,,,,,"[{'screen_name': 'RoxanaDaneshjou', 'name': 'Roxana Daneshjou MD/PhD', 'id': '20898564'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +735,1041482806600204294,1041481544559259648,1537143825000.0,2018-09-17 00:23:45,+0000,,"@johnkoetsier Design has been changed so the 🚀 lands on legs that extend from the tips of the three fins, two of which actuate (mostly for pitch control)",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1041482806600204294,[],[],0,,False,4627,156,304,,None,,,,,,,"[{'screen_name': 'johnkoetsier', 'name': 'John Koetsier, CEO of $SMRT', 'id': '1253661'}]",,,, +736,1041480103539011584,1041108570740158464,1537143181000.0,2018-09-17 00:13:01,+0000,,"@nirbheek Sorry, it’s not really sustainable at volume production & doesn’t incent optimal behavior. We probably should have ended this earlier.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1041480103539011584,[],[],0,,False,554,45,23,,None,,,,,,,"[{'screen_name': 'nirbheek', 'name': 'निर्भीक चौहान', 'id': '17071289'}]",,,, +737,1041443228996710402,1041421552300916736,1537134389000.0,2018-09-16 21:46:29,+0000,,@ddkilzer Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,21,https://twitter.com/elonmusk/status/1041443228996710402,[],[],0,,False,505,16,9,,None,,,,,,,"[{'screen_name': 'ddkilzer', 'name': 'David Kilzer', 'id': '63552322'}]",,,, +738,1041436083894943744,1041421552300916736,1537132686000.0,2018-09-16 21:18:06,+0000,,"@thereal_scottv Yeah, that’s our problem. Service & parts supply in general will be the top Tesla priority after we get through the insane car delivery logistics of the next few weeks.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,21,https://twitter.com/elonmusk/status/1041436083894943744,[],[],0,,False,981,45,39,,None,,,,,,,[],,,, +739,1041425397659795456,1041421552300916736,1537130138000.0,2018-09-16 20:35:38,+0000,,"@SnazzyQ Outside repair shops are jack of all trades, which means supporting 1000’s of makes & models. Tesla collision repair specializes in three. Having all parts in stock & not waiting for insurance approval also make a world of difference.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1041425397659795456,[],[],0,,False,1381,71,61,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}]",,,, +740,1041422616668463106,1041421552300916736,1537129475000.0,2018-09-16 20:24:35,+0000,,Goal is for repaired car to be better than before accident. Should always be true if damaged/used parts are correctly replaced with newer parts.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1041422616668463106,[],[],0,,False,12567,367,599,,None,,,,,,,[],,,, +741,1041421799618052097,1041421552300916736,1537129280000.0,2018-09-16 20:21:20,+0000,,"Exciting to see some Tesla collision repair operations already completing within 24 hrs. Aiming for same day soon, then under an hour.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1041421799618052097,[],[],0,,False,11205,231,620,,None,,,,,,,[],,,, +742,1041421552300916736,1041421552300916736,1537129221000.0,2018-09-16 20:20:21,+0000,,"Tesla is bringing most collision repairs in-house, as outside firms take weeks to months for repairs, driving Tesla owners (and us) crazy",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1041421552300916736,[],[],0,,False,20542,635,1315,,None,,,,,,,[],,,, +743,1041108816006283264,1041108570740158464,1537054659000.0,2018-09-15 23:37:39,+0000,,@TechGrlTweeter True,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1041108816006283264,[],[],0,,False,667,60,11,,None,,,,,,,"[{'screen_name': 'TechGrlTweeter', 'name': 'Tech Girl', 'id': '258557364'}]",,,, +744,1041108570740158464,1041108570740158464,1537054600000.0,2018-09-15 23:36:40,+0000,,"Tesla owners can grant free Supercharging for life to a friend who buys S/3/X. Ends tomorrow night. https://t.co/7ZDXeIQVc7""",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1041108570740158464,['http://tesla.com/support/referral-program'],[],0,,False,17464,1105,2066,,None,,,,,,,[],,,, +745,1040730861585354753,1040071934573039616,1536964547000.0,2018-09-14 22:35:47,+0000,,@TheTrustySteed @Tesla Hi Dustin!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/1040730861585354753,[],[],0,,False,3068,79,42,,None,,,,,,,"[{'screen_name': 'TheTrustySteed', 'name': 'Dustin Grace', 'id': '201421764'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +746,1040630345463357440,1040601333508788224,1536940582000.0,2018-09-14 15:56:22,+0000,,"@JoannMuller @alanohnsman @Forbes The Tesla board has done incredible work overseeing the largest value creation in the auto industry in 100+ years, despite many setbacks. Tesla owes its very existence to this board!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,15,https://twitter.com/elonmusk/status/1040630345463357440,[],[],0,,False,8240,238,472,,None,,,,,,,"[{'screen_name': 'JoannMuller', 'name': 'Joann Muller', 'id': '105186242'}, {'screen_name': 'alanohnsman', 'name': 'Alan Ohnsman 🚶🏼\u200d♂️🚲🚌🚄', 'id': '177366201'}, {'screen_name': 'Forbes', 'name': 'Forbes', 'id': '91478624'}]",,,, +747,1040611822523437056,1040606069565935616,1536936166000.0,2018-09-14 14:42:46,+0000,,"@mcwm The muskrat is like a beaver with small ideas, but it has a certain quiet dignity …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,14,https://twitter.com/elonmusk/status/1040611822523437056,[],[],0,,False,950,52,54,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}]",,,, +748,1040609402103848960,1040606069565935616,1536935589000.0,2018-09-14 14:33:09,+0000,,@mcwm Wut? https://t.co/suB8ZFtthK,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,14,https://twitter.com/elonmusk/status/1040609402103848960,[],['https://pbs.twimg.com/media/DnD8uzkUYAATy0V.jpg'],1,https://pbs.twimg.com/media/DnD8uzkUYAATy0V.jpg,False,1076,55,54,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}]",,,, +749,1040607199108558850,1040606069565935616,1536935064000.0,2018-09-14 14:24:24,+0000,,@mcwm Haha 😀,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,14,https://twitter.com/elonmusk/status/1040607199108558850,[],[],0,,False,7466,103,131,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}]",,,, +750,1040487333328351232,1040397262248005632,1536906486000.0,2018-09-14 06:28:06,+0000,,@FalconGridFin @SpaceX Intentionally so,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1040487333328351232,[],[],0,,False,1249,51,53,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +751,1040486759820218368,1040486759820218368,1536906349000.0,2018-09-14 06:25:49,+0000,,Electric cars made with sunlight,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1040486759820218368,[],[],0,,False,56381,1110,6151,https://twitter.com/Tesla/status/1040302986730209281,None,,,,,,,[],,,, +752,1040406219905613825,1040397262248005632,1536887147000.0,2018-09-14 01:05:47,+0000,,@AntVenom @SpaceX 🇯🇵,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,01,https://twitter.com/elonmusk/status/1040406219905613825,[],[],0,,False,2778,211,470,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +753,1040406114825715713,1040397262248005632,1536887122000.0,2018-09-14 01:05:22,+0000,,@FalconGridFin @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,01,https://twitter.com/elonmusk/status/1040406114825715713,[],[],0,,False,2791,142,72,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +754,1040142708453457926,1040138879263637504,1536824321000.0,2018-09-13 07:38:41,+0000,,Bricks will be free if used for affordable housing projects,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,07,https://twitter.com/elonmusk/status/1040142708453457926,[],[],0,,False,18990,539,1481,,None,,,,,,,[],,,, +755,1040140704159227904,1040140323480129536,1536823843000.0,2018-09-13 07:30:43,+0000,,@CleAgentBrandon Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,07,https://twitter.com/elonmusk/status/1040140704159227904,[],[],0,,False,1440,49,33,,None,,,,,,,"[{'screen_name': 'CleAgentBrandon', 'name': 'Realtor Brandon', 'id': '965938387017519104'}]",,,, +756,1040139968843145216,1040138879263637504,1536823668000.0,2018-09-13 07:27:48,+0000,,First Boring Brick store opening in ~2 months. Only 10 cents a brick! Rated for California seismic loads.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,07,https://twitter.com/elonmusk/status/1040139968843145216,[],[],0,,False,14067,350,1064,,None,,,,,,,[],,,, +757,1040139582531022848,1040138879263637504,1536823575000.0,2018-09-13 07:26:15,+0000,,@dylanstw__ @boringcompany About to finish first TBC HQ building made with Boring Bricks in the shape of a medieval watchtower,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,07,https://twitter.com/elonmusk/status/1040139582531022848,[],[],0,,False,1371,72,90,,None,,,,,,,"[{'screen_name': 'dylanstw__', 'name': 'dylan stewart', 'id': '3002678456'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +758,1040138879263637504,1040138879263637504,1536823408000.0,2018-09-13 07:23:28,+0000,,.@boringcompany will transport your car all the way into your garage,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,07,https://twitter.com/elonmusk/status/1040138879263637504,[],[],0,,False,15823,485,1524,https://twitter.com/arstechnica/status/1040057735616888833,None,,,,,,,[],,,, +759,1040007391331278848,1039653609560895490,1536792059000.0,2018-09-12 22:40:59,+0000,,@SyrinxStarman @TeslaRoadTrip @Tesla Thoughtful feedback,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1040007391331278848,[],[],0,,False,2920,69,47,,None,,,,,,,"[{'screen_name': 'SyrinxStarman', 'name': 'Lance Somoza', 'id': '15575228'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +760,1039982911322087429,1039982911322087429,1536786222000.0,2018-09-12 21:03:42,+0000,,"Due to a large increase in vehicle delivery volume in North America, Tesla customers may experience longer response times. Resolving this is our top priority.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/1039982911322087429,[],[],0,,False,28666,1295,1438,,None,,,,,,,[],,,, +761,1039982627317379072,1039951233358987266,1536786154000.0,2018-09-12 21:02:34,+0000,,"@PauloBriski @Tesla My apologies, am working on this exact issue right now",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/1039982627317379072,[],[],0,,False,656,48,31,,None,,,,,,,"[{'screen_name': 'PauloBriski', 'name': 'Paulo', 'id': '606135472'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +762,1039437131976867840,1038786624040132608,1536656098000.0,2018-09-11 08:54:58,+0000,,@adultswim @RickandMorty Best show in the multiverse!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,08,https://twitter.com/elonmusk/status/1039437131976867840,[],[],0,,False,37747,370,3529,,None,,,,,,,"[{'screen_name': 'adultswim', 'name': 'adult swim', 'id': '18732790'}, {'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +763,1039404639429390336,1039390759907020801,1536648351000.0,2018-09-11 06:45:51,+0000,,"@ebf No, service will stock all colors",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/1039404639429390336,[],[],0,,False,1902,33,23,,None,,,,,,,"[{'screen_name': 'ebf', 'name': 'Eduardo Fonseca', 'id': '5435772'}]",,,, +764,1039404142559551488,1039390759907020801,1536648233000.0,2018-09-11 06:43:53,+0000,,"@DMC_Ryan @EdoubleZero Love that red. We tried every possible way to make red look 3D without floating a special red tint in primary gloss layer, but no way. We have to stop whole paint shop for red & it looks like an episode of Dexter.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/1039404142559551488,[],[],0,,False,2642,78,93,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'EdoubleZero', 'name': 'EdoubleZ', 'id': '154824026'}]",,,, +765,1039390759907020801,1039390759907020801,1536645042000.0,2018-09-11 05:50:42,+0000,,"Moving 2 of 7 Tesla colors off menu on Wednesday to simplify manufacturing. Obsidian Black & Metallic Silver will still be available as special request, but at higher price.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,05,https://twitter.com/elonmusk/status/1039390759907020801,[],[],0,,False,24937,1374,1244,,None,,,,,,,[],,,, +766,1038545562000187392,1038528694564704256,1536443531000.0,2018-09-08 21:52:11,+0000,,@TheOceanCleanup Looks cool,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1038545562000187392,[],[],0,,False,4554,127,160,,None,,,,,,,"[{'screen_name': 'TheOceanCleanup', 'name': 'The Ocean Cleanup', 'id': '1037262350'}]",,,, +767,1038537654827024384,1038537654827024384,1536441646000.0,2018-09-08 21:20:46,+0000,,"Not easy coming up with a good cover story for an underground volcano lair, but I think it’s working",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1038537654827024384,[],[],0,,False,82783,2142,7069,,None,,,,,,,[],,,, +768,1038526444253503488,1038526444253503488,1536438973000.0,2018-09-08 20:36:13,+0000,,Test-driving our new boring machine with a 🎮,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1038526444253503488,[],[],0,,False,38630,935,4294,https://twitter.com/boringcompany/status/1038523411922731010,None,,,,,,,[],,,, +769,1038359955781218304,1038148359301869570,1536399279000.0,2018-09-08 09:34:39,+0000,,"@Tesla_Bill @InsideEVs 2170 is about the right cell size, but I don’t recommend copying our current module design. Far too difficult to manufacture.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,09,https://twitter.com/elonmusk/status/1038359955781218304,[],[],0,,False,4086,116,147,,None,,,,,,,"[{'screen_name': 'Tesla_Bill', 'name': 'TeslaBill', 'id': '767434591762276352'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +770,1038332059129761793,1038282703672508416,1536392628000.0,2018-09-08 07:43:48,+0000,,@caitylotz Like sands through the hourglass …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,07,https://twitter.com/elonmusk/status/1038332059129761793,[],[],0,,False,8015,233,227,,None,,,,,,,"[{'screen_name': 'caitylotz', 'name': 'Caity Lotz', 'id': '35364351'}]",,,, +771,1038152378531250176,1037969720308195328,1536349789000.0,2018-09-07 19:49:49,+0000,,@PEpicerie 10 types of people in the world: those who understand binary & those who don’t 🦊🐶,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/1038152378531250176,[],[],0,,False,1796,134,189,,None,,,,,,,"[{'screen_name': 'PEpicerie', 'name': 'petite_epicerie', 'id': '998928102297358336'}]",,,, +772,1038123885235908609,1038092283323850752,1536342996000.0,2018-09-07 17:56:36,+0000,,"@karaswisher @themightyoo @itsmanibro Will do soon, as promised",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/1038123885235908609,[],[],0,,False,804,54,25,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}, {'screen_name': 'itsmanibro', 'name': 'Mani Schlisser', 'id': '254765103'}]",,,, +773,1037979494814900225,1037969720308195328,1536308570000.0,2018-09-07 08:22:50,+0000,,"@xJawz @RNaegels @joerogan @peterthiel @reidhoffman Not me, I’m gonna die right here in the USA. Or Mars. Just not on impact.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,08,https://twitter.com/elonmusk/status/1037979494814900225,[],[],0,,False,1373,69,101,,None,,,,,,,"[{'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'RNaegels', 'name': 'Raf naegels', 'id': '789778029258113024'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'peterthiel', 'name': 'Peter Thiel', 'id': '49736166'}, {'screen_name': 'reidhoffman', 'name': 'Reid Hoffman', 'id': '10078'}]",,,, +774,1037976743963840512,1037973950150541312,1536307915000.0,2018-09-07 08:11:55,+0000,,I am a business magnet,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,08,https://twitter.com/elonmusk/status/1037976743963840512,[],[],0,,False,50465,2069,5255,,None,,,,,,,[],,,, +775,1037973950150541312,1037973950150541312,1536307248000.0,2018-09-07 08:00:48,+0000,,Good times with @JoeRogan … https://t.co/8uZUsEJoq1,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,08,https://twitter.com/elonmusk/status/1037973950150541312,['https://m.youtube.com/watch?v=ycPr5-27vSI&feature=youtu.be&a='],[],0,,False,50998,2505,6824,,None,,,,,,,[],,,, +776,1037901130578067456,1037899618254761984,1536289887000.0,2018-09-07 03:11:27,+0000,,@andrew_gold_ Will add a fade mode with only essential info,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,03,https://twitter.com/elonmusk/status/1037901130578067456,[],[],0,,False,657,58,24,,None,,,,,,,"[{'screen_name': 'andrew_gold_', 'name': 'A N D R E W G O L D ⚜️', 'id': '2695695995'}]",,,, +777,1037502853680517120,1037502853680517120,1536194930000.0,2018-09-06 00:48:50,+0000,,"Tesla 1st, 2nd & 3rd in August sales",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,00,https://twitter.com/elonmusk/status/1037502853680517120,[],[],0,,False,12486,681,1301,https://twitter.com/InsideEVs/status/1037484104915345410,None,,,,,,,[],,,, +778,1037249325464600578,1037249325464600578,1536134485000.0,2018-09-05 08:01:25,+0000,,Will be on @JoeRogan at 9:30pm Pacific on Thursday,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,08,https://twitter.com/elonmusk/status/1037249325464600578,[],[],0,,False,92134,2758,14331,,None,,,,,,,[],,,, +779,1037205636021411841,1037135928601587712,1536124068000.0,2018-09-05 05:07:48,+0000,,"@andrew_gold_ Am running it in my car, but it’s not right yet. Hopefully, will release to advanced early access users in a week or two, then more broadly towards end of month.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,05,https://twitter.com/elonmusk/status/1037205636021411841,[],[],0,,False,801,78,53,,None,,,,,,,"[{'screen_name': 'andrew_gold_', 'name': 'A N D R E W G O L D ⚜️', 'id': '2695695995'}]",,,, +780,1036742121271779328,1036244917834719233,1536013558000.0,2018-09-03 22:25:58,+0000,,"@mliebow @Tesla Much appreciated! Great word-of-mouth is why Model 3 is the best-selling electric car, despite no advertising or paid endorsements.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,22,https://twitter.com/elonmusk/status/1036742121271779328,[],[],0,,False,12436,290,674,,None,,,,,,,"[{'screen_name': 'mliebow', 'name': 'Mikey Likes Plaid', 'id': '50079644'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +781,1035356365336629249,1035323744863039488,1535683168000.0,2018-08-31 02:39:28,+0000,,"@FredericLambert @pooktd The multi-coat colors (pearl white & red) are hardest, red especially, as it has red tint in the clear coat layer itself for depth & complexity",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,02,https://twitter.com/elonmusk/status/1035356365336629249,[],[],0,,False,845,116,41,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'pooktd', 'name': 'frank sarlo', 'id': '66499578'}]",,,, +782,1035325350119583744,1035323744863039488,1535675773000.0,2018-08-31 00:36:13,+0000,,"@pooktd Sorry, we’ve put pretty extreme rules in place for paint & quality in general. If need be, we’re repainting/replacing entire sections of car or building whole new cars. Got to be done.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/1035325350119583744,[],[],0,,False,966,111,44,,None,,,,,,,"[{'screen_name': 'pooktd', 'name': 'frank sarlo', 'id': '66499578'}]",,,, +783,1035320831725920256,1035225689551712257,1535674696000.0,2018-08-31 00:18:16,+0000,,@CNN Can Steve Bannon please insult me some more? Best PR I’ve had in a while.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/1035320831725920256,[],[],0,,False,50142,1215,3726,,None,,,,,,,"[{'screen_name': 'CNN', 'name': 'CNN', 'id': '759251'}]",,,, +784,1035029257557237760,1034837423606251520,1535605179000.0,2018-08-30 04:59:39,+0000,,@ElectrekCo @FredericLambert !,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,04,https://twitter.com/elonmusk/status/1035029257557237760,[],[],0,,False,7330,572,347,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +785,1034654594670841856,1034646081395552257,1535515852000.0,2018-08-29 04:10:52,+0000,,@GlamandGore I was told that his parents preferred that his name not be mentioned,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,04,https://twitter.com/elonmusk/status/1034654594670841856,[],[],0,,False,6140,67,109,,None,,,,,,,"[{'screen_name': 'GlamandGore', 'name': 'Mykie', 'id': '2456142770'}]",,,, +786,1034489064659939328,1034488764729643010,1535476387000.0,2018-08-28 17:13:07,+0000,,@JohnnaCrider1 V cool,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1034489064659939328,[],[],0,,False,4022,83,108,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}]",,,, +787,1034486631351242752,1034338788066164739,1535475807000.0,2018-08-28 17:03:27,+0000,,@yoda @RMac18 @TijenOnaran So you actually did nothing & yet imply you are a truth-seeker. The Twitter name you chose is @yoda.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1034486631351242752,[],[],0,,False,1409,236,49,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'TijenOnaran', 'name': 'Tijen Onaran', 'id': '2867945827'}]",,,, +788,1034483805397114882,1034338788066164739,1535475133000.0,2018-08-28 16:52:13,+0000,,"@yoda @RMac18 @TijenOnaran Answer the question @yoda. You brought it up, not me. Did you investigate or not? If so, what did you actually do?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1034483805397114882,[],[],0,,False,966,144,35,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'TijenOnaran', 'name': 'Tijen Onaran', 'id': '2867945827'}]",,,, +789,1034483462235975681,1034468411475156993,1535475051000.0,2018-08-28 16:50:51,+0000,,"@McMurchie @alexmd2 @Techmeme @CatherineShu At this point, I want ETH even if it is a scam",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1034483462235975681,[],[],0,,False,4978,915,1570,,None,,,,,,,"[{'screen_name': 'mcmurchie', 'name': 'Jay McMurchie', 'id': '1395840105793851393'}, {'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov, MD, MBA', 'id': '34694428'}, {'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'CatherineShu', 'name': 'Catherine Shu 🧶', 'id': '7389732'}]",,,, +790,1034482379992301568,1034338788066164739,1535474793000.0,2018-08-28 16:46:33,+0000,,@yoda @RMac18 @TijenOnaran Did you investigate at all? I’m guessing answer is no. Why?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1034482379992301568,[],[],0,,False,840,118,34,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'TijenOnaran', 'name': 'Tijen Onaran', 'id': '2867945827'}]",,,, +791,1034481943310749697,1034468411475156993,1535474689000.0,2018-08-28 16:44:49,+0000,,"@alexmd2 @Techmeme @CatherineShu It’s coming, I swear",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1034481943310749697,[],[],0,,False,1472,39,39,,None,,,,,,,"[{'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov, MD, MBA', 'id': '34694428'}, {'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'CatherineShu', 'name': 'Catherine Shu 🧶', 'id': '7389732'}]",,,, +792,1034481160783585280,1034338788066164739,1535474503000.0,2018-08-28 16:41:43,+0000,,@yoda @RMac18 @TijenOnaran You don’t think it’s strange he hasn’t sued me? He was offered free legal services. And you call yourself @yoda …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1034481160783585280,[],[],0,,False,1454,675,143,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'TijenOnaran', 'name': 'Tijen Onaran', 'id': '2867945827'}]",,,, +793,1034478990663274497,1034468411475156993,1535473985000.0,2018-08-28 16:33:05,+0000,,@Techmeme @CatherineShu Great actions by Twitter to delete bogus accounts. Will increase usage by real users.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1034478990663274497,[],[],0,,False,3976,145,189,,None,,,,,,,"[{'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'CatherineShu', 'name': 'Catherine Shu 🧶', 'id': '7389732'}]",,,, +794,1034458577346260992,1034338788066164739,1535469118000.0,2018-08-28 15:11:58,+0000,,"@TijenOnaran For the record, my voice cracked once during the NY Times article. That’s it. There were no tears.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,15,https://twitter.com/elonmusk/status/1034458577346260992,[],[],0,,False,14099,721,790,,None,,,,,,,"[{'screen_name': 'TijenOnaran', 'name': 'Tijen Onaran', 'id': '2867945827'}]",,,, +795,1034277020283232260,1028341108806365184,1535425832000.0,2018-08-28 03:10:32,+0000,,@TheIanChen @Tesla Sure :),en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,03,https://twitter.com/elonmusk/status/1034277020283232260,[],[],0,,False,921,48,42,,None,,,,,,,"[{'screen_name': 'theianchen', 'name': 'Iᴀɴ Cʜᴇɴ', 'id': '2314089271'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +796,1034211853646221312,860982134575706113,1535410295000.0,2018-08-27 22:51:35,+0000,,@jwiechers @SwiftOnSecurity I want that outfit,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,22,https://twitter.com/elonmusk/status/1034211853646221312,[],[],0,,False,544,54,15,,None,,,,,,,"[{'screen_name': 'jwiechers', 'name': '⬢ Jens Wiechers ⬡ (he/him; prefers they/them)', 'id': '15110495'}, {'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +797,1033543361787977728,1033543361787977728,1535250914000.0,2018-08-26 02:35:14,+0000,,"The world lost a great man in John McCain. He was an honorable, kind, brave and fundamentally decent human being. If only there were more such people in the world.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/1033543361787977728,[],[],0,,False,82742,1447,7991,,None,,,,,,,[],,,, +798,1033494945972273152,1033494491905155072,1535239371000.0,2018-08-25 23:22:51,+0000,,@GrowthHackers This is why a small company with tight focus & high energy can beat a big company without,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1033494945972273152,[],[],0,,False,4387,153,423,,None,,,,,,,"[{'screen_name': 'GrowthHackers', 'name': 'GrowthHackers', 'id': '1705885393'}]",,,, +799,1033494277643481089,1033434758468882432,1535239211000.0,2018-08-25 23:20:11,+0000,,@SeanHQuinn @yanquetino @Tesla This is utterly false. Fossil fuel merchants of doubt have been pushing that bs for years. Tesla Gigafactory will be 100% renewable powered (by Tesla Solar) by end of next year.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1033494277643481089,[],[],0,,False,3415,220,370,,None,,,,,,,"[{'screen_name': 'SeanHQuinn', 'name': 'Sean Quinn', 'id': '1112890393'}, {'screen_name': 'yanquetino', 'name': 'Mark Larsen', 'id': '45353985'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +800,1033493134645317633,1033434758468882432,1535238939000.0,2018-08-25 23:15:39,+0000,,"@yanquetino @Tesla Most people don’t realize that the cost of operating an electric vehicle is much lower than a gas car. Electricity is way cheaper than gas plus no oil changes, tune-ups,smog checks & other service costs.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1033493134645317633,[],[],0,,False,35898,2077,4200,,None,,,,,,,"[{'screen_name': 'yanquetino', 'name': 'Mark Larsen', 'id': '45353985'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +801,1033405964009889792,1033404809985056768,1535218156000.0,2018-08-25 17:29:16,+0000,,"@j_brorsson @InsideEVs @Tesla @AirResources Most major customers have tried it & love it. Now we need to finish production design & build it, while avoiding dumb mistakes made with Model 3 production system. Wish it wasn’t so hard to be less stupid over time …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,17,https://twitter.com/elonmusk/status/1033405964009889792,[],[],0,,False,1200,90,98,,None,,,,,,,"[{'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'AirResources', 'name': 'CARB', 'id': '226338599'}]",,,, +802,1033405017175150592,1033404809985056768,1535217930000.0,2018-08-25 17:25:30,+0000,,@InsideEVs @Tesla @AirResources Maybe …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,17,https://twitter.com/elonmusk/status/1033405017175150592,[],[],0,,False,719,57,32,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'AirResources', 'name': 'CARB', 'id': '226338599'}]",,,, +803,1033404726585450496,1033289387117883393,1535217861000.0,2018-08-25 17:24:21,+0000,,"@AskDrStupid This was key showstopper for me personally. Couldn’t make it happen, even through expert fiduciary SPV, without creating exotic trust structure that would prob not be accepted by regulators. Current rules have good intentions, but make wealth creation harder for small investors.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,17,https://twitter.com/elonmusk/status/1033404726585450496,[],[],0,,False,2653,122,175,,None,,,,,,,"[{'screen_name': 'AskDrStupid', 'name': '💉💉', 'id': '79134934'}]",,,, +804,1033261623060783104,1033138567902638080,1535183742000.0,2018-08-25 07:55:42,+0000,,"@ElectrekCo @FredericLambert The extension cord was 1000 miles long, but still",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,07,https://twitter.com/elonmusk/status/1033261623060783104,[],[],0,,False,1977,120,81,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +805,1033260379147620352,1033138567902638080,1535183446000.0,2018-08-25 07:50:46,+0000,,"@ElectrekCo @FredericLambert What’s cool is that it was driven across the country alone (no escort or any accompanying vehicles), using the existing Tesla Supercharger network and an extension cord",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,07,https://twitter.com/elonmusk/status/1033260379147620352,[],[],0,,False,8631,192,569,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +806,1033229945382858753,1033191002033381376,1535176190000.0,2018-08-25 05:49:50,+0000,,"@Tesla In talking to our public investors, most were supportive of optimizing for long-term value creation over quarterly earnings. This was also a factor in remaining public.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/1033229945382858753,[],[],0,,False,12290,615,823,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +807,1033203657137745920,1033202742808834048,1535169922000.0,2018-08-25 04:05:22,+0000,,@nichegamer It’s almost done,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1033203657137745920,[],[],0,,False,2613,66,627,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +808,1033203405223735297,1033202742808834048,1535169862000.0,2018-08-25 04:04:22,+0000,,"@isco__ Yes 😀🖤🚀, looks brutal otherwise",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1033203405223735297,[],[],0,,False,1034,47,26,,None,,,,,,,"[{'screen_name': 'isco__', 'name': 'Isco', 'id': '15499245'}]",,,, +809,1033202742808834048,1033202742808834048,1535169704000.0,2018-08-25 04:01:44,+0000,,This is actually real,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1033202742808834048,[],[],0,,False,28763,710,2386,https://twitter.com/SpaceX/status/1033167462986997760,None,,,,,,,[],,,, +810,1033202579214192640,1033202579214192640,1535169665000.0,2018-08-25 04:01:05,+0000,,"This time, the vacuum tunnel will be a bit longer & SpaceX will provide some advance funding for student teams with most promising designs. Bonus award for all race pods that exceed half the speed of sound!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1033202579214192640,[],[],0,,False,10068,305,1145,https://twitter.com/Hyperloop/status/1032818998243520512,None,,,,,,,[],,,, +811,1032977253297057792,1032858055032037381,1535115943000.0,2018-08-24 13:05:43,+0000,,"@AshleyEsqueda Tesla Car Karaoke hopefully ready in OTA software update version 10. Just played Missile Command, Asteroids & Lunar Lander in V9. Really fun!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,13,https://twitter.com/elonmusk/status/1032977253297057792,[],[],0,,False,10807,236,584,,None,,,,,,,"[{'screen_name': 'AshleyEsqueda', 'name': '.ashley. ✨🎙', 'id': '129911948'}]",,,, +812,1032805107157618689,1032803430581116933,1535074900000.0,2018-08-24 01:41:40,+0000,,@ElectrekCo I was just there. Cardboard being prepped for recycling along southern fence line caught fire. Super appreciate fast response by Fremont fire dept! No injuries or damage to factory.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,01,https://twitter.com/elonmusk/status/1032805107157618689,[],[],0,,False,11415,229,505,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +813,1032804122330845184,1032804122330845184,1535074665000.0,2018-08-24 01:37:45,+0000,,"Goal is to service your car wherever you are, quietly & quickly. No need to bring it to a Tesla service center.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,01,https://twitter.com/elonmusk/status/1032804122330845184,[],[],0,,False,42064,1327,4509,https://twitter.com/Tesla/status/1032706860359417856,None,,,,,,,[],,,, +814,1032575787340189696,1032575096701906944,1535020226000.0,2018-08-23 10:30:26,+0000,,@Model3Owners Ok,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/1032575787340189696,[],[],0,,False,3325,126,88,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +815,1032575096701906944,1032575096701906944,1535020062000.0,2018-08-23 10:27:42,+0000,,"Love born in the brain is more spirited, doubtless, than true love, but it has only flashes of enthusiasm; it knows itself too well, it criticizes itself incessantly; so far from banishing thought, it is itself reared only upon a structure of thought. 🖤The Red and The Black♥️",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/1032575096701906944,[],[],0,,False,32693,1621,4482,,None,,,,,,,[],,,, +816,1032568982836928512,1032558132189425665,1535018604000.0,2018-08-23 10:03:24,+0000,,@VoxPolitico So many saved drafts. So … so many.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/1032568982836928512,[],[],0,,False,1550,103,59,,None,,,,,,,"[{'screen_name': 'VoxPolitico', 'name': 'Karan', 'id': '1153544096029392896'}]",,,, +817,1032561259655323648,1032558132189425665,1535016763000.0,2018-08-23 09:32:43,+0000,,@VoxPolitico I’m dying to,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,09,https://twitter.com/elonmusk/status/1032561259655323648,[],[],0,,False,14397,238,532,,None,,,,,,,"[{'screen_name': 'VoxPolitico', 'name': 'Karan', 'id': '1153544096029392896'}]",,,, +818,1032421611742191617,1032366794089029632,1534983468000.0,2018-08-23 00:17:48,+0000,,"@tldtoday @Tesla Cool, lmk if you have suggestions for improvement after you drive it",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,00,https://twitter.com/elonmusk/status/1032421611742191617,[],[],0,,False,3115,47,68,,None,,,,,,,"[{'screen_name': 'tldtoday', 'name': 'Jonathan Morrison 🙋🏻\u200d♂️', 'id': '126124275'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +819,1032419173706563584,1032407528213229568,1534982887000.0,2018-08-23 00:08:07,+0000,,@CathieDWood Thank you for the thoughtful letter,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,00,https://twitter.com/elonmusk/status/1032419173706563584,[],[],0,,False,2718,98,100,,None,,,,,,,"[{'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}]",,,, +820,1032411200213024769,1032366794089029632,1534980986000.0,2018-08-22 23:36:26,+0000,,"@tldtoday @Tesla Thanks for buying our car! Would highly recommend performance version. It’s really good & I don’t say that lightly. Nothing will give you greater joy. Full refund, no hard feelings if not.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,23,https://twitter.com/elonmusk/status/1032411200213024769,[],[],0,,False,9178,150,293,,None,,,,,,,"[{'screen_name': 'tldtoday', 'name': 'Jonathan Morrison 🙋🏻\u200d♂️', 'id': '126124275'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +821,1032285070449467393,1032241809035014144,1534950914000.0,2018-08-22 15:15:14,+0000,,@Teslatunity @Tesla Coming soon,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,15,https://twitter.com/elonmusk/status/1032285070449467393,[],[],0,,False,617,47,26,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +822,1032131349505699840,1032042656040251392,1534914264000.0,2018-08-22 05:04:24,+0000,,@LittleMissFlint Definitely,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,05,https://twitter.com/elonmusk/status/1032131349505699840,[],[],0,,False,963,43,9,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +823,1032042656040251392,1032042656040251392,1534893118000.0,2018-08-21 23:11:58,+0000,, https://t.co/Q9JE06lmWN,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,23,https://twitter.com/elonmusk/status/1032042656040251392,[],['https://pbs.twimg.com/media/DlKNU5KVAAAJ8dk.jpg'],1,https://pbs.twimg.com/media/DlKNU5KVAAAJ8dk.jpg,False,36856,1643,2339,,None,,,,,,,[],,,, +824,1031969283612397569,1031959950870945793,1534875624000.0,2018-08-21 18:20:24,+0000,,"@wuhfel Instagram is so thirsty, yet gives you Death by Water",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1031969283612397569,[],[],0,,False,1019,103,177,,None,,,,,,,"[{'screen_name': 'wuhfel', 'name': 'gamer', 'id': '1877283536'}]",,,, +825,1031960174574161920,1031959950870945793,1534873453000.0,2018-08-21 17:44:13,+0000,,@wuhfel Didn’t “like” it,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1031960174574161920,[],[],0,,False,728,77,56,,None,,,,,,,"[{'screen_name': 'wuhfel', 'name': 'gamer', 'id': '1877283536'}]",,,, +826,1031959950870945793,1031959950870945793,1534873399000.0,2018-08-21 17:43:19,+0000,,Really makes me wanna buy Rice Krispies,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1031959950870945793,[],[],0,,False,15793,634,1962,https://twitter.com/MattPotter/status/1031921389220098049,None,,,,,,,[],,,, +827,1031959325240111106,1031936103891140608,1534873250000.0,2018-08-21 17:40:50,+0000,,@AlexanderPayton Excession,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1031959325240111106,[],[],0,,False,386,29,12,,None,,,,,,,"[{'screen_name': 'AlexanderPayton', 'name': 'Payton Alexander', 'id': '312887209'}]",,,, +828,1031936103891140608,1031936103891140608,1534867714000.0,2018-08-21 16:08:34,+0000,,Read Eliot’s notes on The Waste Land https://t.co/2SSsHiJmiO https://t.co/uToAi4kBi1,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1031936103891140608,['https://en.m.wikipedia.org/wiki/The_Waste_Land'],['https://pbs.twimg.com/media/DlIsagwV4AATIF6.jpg'],1,https://pbs.twimg.com/media/DlIsagwV4AATIF6.jpg,False,4979,602,516,,None,,,,,,,[],,,, +829,1031258020548771840,1031255665585483776,1534706046000.0,2018-08-19 19:14:06,+0000,,@O_Landman @Tesla Version 10,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1031258020548771840,[],[],0,,False,1167,130,88,,None,,,,,,,"[{'screen_name': 'O_Landman', 'name': 'ben ahlander', 'id': '853844082'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +830,1031111742103814144,1030559018606051328,1534671171000.0,2018-08-19 09:32:51,+0000,,@ariannahuff Ford & Tesla are the only 2 American car companies to avoid bankruptcy. I just got home from the factory. You think this is an option. It is not.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,09,https://twitter.com/elonmusk/status/1031111742103814144,[],[],0,,False,37677,1460,3172,,None,,,,,,,"[{'screen_name': 'ariannahuff', 'name': 'Arianna Huffington', 'id': '21982720'}]",,,, +831,1030735648171282433,1030735648171282433,1534581503000.0,2018-08-18 08:38:23,+0000,,Super appreciate free concert for Tesla during this intense time! 🖤🖤,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,08,https://twitter.com/elonmusk/status/1030735648171282433,[],[],0,,False,18626,635,990,https://twitter.com/Tesla/status/1030662218138890240,None,,,,,,,[],,,, +832,1030632127870599168,1030632127870599168,1534556822000.0,2018-08-18 01:47:02,+0000,,Great meeting you!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1030632127870599168,[],[],0,,False,73744,1341,4978,https://twitter.com/MKBHD/status/1030627360993947648,None,,,,,,,[],,,, +833,1030237322694934528,1030221691488796672,1534462693000.0,2018-08-16 23:38:13,+0000,,@StephenNellis @Tesla Nvidia makes great hardware. High respect for Jensen & company. Our hardware needs were just unique & matched tightly to our software.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1030237322694934528,[],[],0,,False,5875,158,290,,None,,,,,,,"[{'screen_name': 'StephenNellis', 'name': 'Stephen Nellis', 'id': '2797194138'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +834,1029947219573702656,1029947219573702656,1534393527000.0,2018-08-16 04:25:27,+0000,,Model 3 review by Unbox ... https://t.co/UeA9MXyva1 via @YouTube,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,04,https://twitter.com/elonmusk/status/1029947219573702656,['https://youtu.be/nPH_I_klt-E'],[],0,,False,10873,626,1212,,None,,,,,,,[],,,, +835,1029939331736072192,1029938219125694464,1534391646000.0,2018-08-16 03:54:06,+0000,,@BSaiHemanth Missile Command & Lunar Lander already working in dev build. We changed the control mapping for max fun on a touchscreen.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,03,https://twitter.com/elonmusk/status/1029939331736072192,[],[],0,,False,875,62,48,,None,,,,,,,"[{'screen_name': 'BSaiHemanth', 'name': 'Sai Hemanth BR', 'id': '4871824796'}]",,,, +836,1029938219125694464,1029938219125694464,1534391381000.0,2018-08-16 03:49:41,+0000,,Defeating traffic is the ultimate boss battle,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,03,https://twitter.com/elonmusk/status/1029938219125694464,[],[],0,,False,88941,2775,11010,,None,,,,,,,[],,,, +837,1029238844443439111,1028080089592815618,1534224637000.0,2018-08-14 05:30:37,+0000,,@MacTechGenius @kaushal_k @kevinmitnick Blue too,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,05,https://twitter.com/elonmusk/status/1029238844443439111,[],[],0,,False,716,60,29,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'kaushal_k', 'name': 'Kaushal Banninthaya', 'id': '40418993'}, {'screen_name': 'kevinmitnick', 'name': 'Kevin Mitnick', 'id': '14666934'}]",,,, +838,1029236837083009025,1028080089592815618,1534224158000.0,2018-08-14 05:22:38,+0000,,@kaushal_k @kevinmitnick Hex nostalgia,pt,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,05,https://twitter.com/elonmusk/status/1029236837083009025,[],[],0,,False,637,29,26,,None,,,,,,,"[{'screen_name': 'kaushal_k', 'name': 'Kaushal Banninthaya', 'id': '40418993'}, {'screen_name': 'kevinmitnick', 'name': 'Kevin Mitnick', 'id': '14666934'}]",,,, +839,1029235533396860928,1028080089592815618,1534223848000.0,2018-08-14 05:17:28,+0000,,@kevinmitnick 49 20 77 61 73 2e 20 53 6f 72 72 79 20 74 6f 20 68 61 76 65 20 6d 69 73 73 65 64 20 79 6f 75 2e,et,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,05,https://twitter.com/elonmusk/status/1029235533396860928,[],[],0,,False,6479,395,441,,None,,,,,,,"[{'screen_name': 'kevinmitnick', 'name': 'Kevin Mitnick', 'id': '14666934'}]",,,, +840,1029171381584314368,1028990114267987968,1534208553000.0,2018-08-14 01:02:33,+0000,,"@Tesla I’m excited to work with Silver Lake and Goldman Sachs as financial advisors, plus Wachtell, Lipton, Rosen & Katz and Munger, Tolles & Olson as legal advisors, on the proposal to take Tesla private",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,01,https://twitter.com/elonmusk/status/1029171381584314368,[],[],0,,False,11742,662,1123,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +841,1029016696193863680,1028984929093398528,1534171673000.0,2018-08-13 14:47:53,+0000,,@amitkatwala @WiredUK Open to it at some point. You did an impressive amount of work on this article.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,14,https://twitter.com/elonmusk/status/1029016696193863680,[],[],0,,False,1077,33,26,,None,,,,,,,"[{'screen_name': 'amitkatwala', 'name': 'Amit Katwala', 'id': '278441639'}, {'screen_name': 'WiredUK', 'name': 'WIRED UK', 'id': '22363802'}]",,,, +842,1029001597982928898,1028984929093398528,1534168073000.0,2018-08-13 13:47:53,+0000,,"@amitkatwala @WiredUK Mostly accurate, even though I didn’t do an interview (or pose for cover)",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,13,https://twitter.com/elonmusk/status/1029001597982928898,[],[],0,,False,8169,172,354,,None,,,,,,,"[{'screen_name': 'amitkatwala', 'name': 'Amit Katwala', 'id': '278441639'}, {'screen_name': 'WiredUK', 'name': 'WIRED UK', 'id': '22363802'}]",,,, +843,1028985700459339776,1028974629325615104,1534164283000.0,2018-08-13 12:44:43,+0000,,@physorg_com @ETH_en @PNASNews ETH beam heh heh,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,12,https://twitter.com/elonmusk/status/1028985700459339776,[],[],0,,False,1145,65,55,,None,,,,,,,"[{'screen_name': 'physorg_com', 'name': 'Phys.org', 'id': '17248121'}, {'screen_name': 'ETH_en', 'name': 'ETH Zurich', 'id': '204279080'}, {'screen_name': 'PNASNews', 'name': 'PNASNews', 'id': '258847118'}]",,,, +844,1028983518183837696,1028982413060435968,1534163762000.0,2018-08-13 12:36:02,+0000,,"@Josh1C Good idea, we will add this feature!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,12,https://twitter.com/elonmusk/status/1028983518183837696,[],[],0,,False,5509,56,95,,None,,,,,,,"[{'screen_name': 'Josh1C', 'name': 'Josh Cunningham', 'id': '27496807'}]",,,, +845,1028773837557649410,1028773837557649410,1534113771000.0,2018-08-12 22:42:51,+0000,,Model 3 traction testing on pure ice & snow,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,22,https://twitter.com/elonmusk/status/1028773837557649410,[],[],0,,False,28824,792,2819,https://twitter.com/Tesla/status/1028673766090399744,None,,,,,,,[],,,, +846,1028351047478042624,1028351047478042624,1534012970000.0,2018-08-11 18:42:50,+0000,,Great Q&A @defcon last night. Thanks for helping make Tesla & SpaceX more secure! Planning to open-source Tesla vehicle security software for free use by other car makers. Extremely important to a safe self-driving future for all.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1028351047478042624,[],[],0,,False,22507,645,3196,,None,,,,,,,[],,,, +847,1028349398546231296,1028121465785405441,1534012577000.0,2018-08-11 18:36:17,+0000,,"@momof3terrors Thanks, great feedback. Will be a fun project for Tesla design. Love the idea of adding a special item every few months, so whenever you go into a Tesla store, there is something new & delightful to see.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1028349398546231296,[],[],0,,False,631,32,27,,None,,,,,,,"[{'screen_name': 'momof3terrors', 'name': 'Rachel Dean', 'id': '27472095'}]",,,, +848,1028335775480332289,1028321533113126912,1534009329000.0,2018-08-11 17:42:09,+0000,,"@FredericLambert @woodhaus2 Production design will be better, especially in details. We are dying to do this, but primary focus must remain on making affordable version of Model 3 & bringing Y to market",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,17,https://twitter.com/elonmusk/status/1028335775480332289,[],[],0,,False,6744,184,343,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'woodhaus2', 'name': 'Franz von Holzhausen', 'id': '55769345'}]",,,, +849,1028146651268087809,1028121465785405441,1533964238000.0,2018-08-11 05:10:38,+0000,,@Photofeature He was amazing,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/1028146651268087809,[],[],0,,False,510,20,8,,None,,,,,,,"[{'screen_name': 'Photofeature', 'name': 'Lara Platman', 'id': '71337202'}]",,,, +850,1028141920399306752,1028121465785405441,1533963110000.0,2018-08-11 04:51:50,+0000,,@PrydeFoltz Not if you had a wide elastic at the top,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1028141920399306752,[],[],0,,False,531,29,8,,None,,,,,,,"[{'screen_name': 'PrydeFoltz', 'name': 'Pryde Foltz', 'id': '1532222198'}]",,,, +851,1028139797649469440,1028121465785405441,1533962604000.0,2018-08-11 04:43:24,+0000,,@ShorealoneFilms Busted,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1028139797649469440,[],[],0,,False,1679,29,75,,None,,,,,,,"[{'screen_name': 'ShorealoneFilms', 'name': 'Matt Hartman', 'id': '209681820'}]",,,, +852,1028139236548128768,1028121465785405441,1533962470000.0,2018-08-11 04:41:10,+0000,,And thigh high socks with pockets for lipliner & cards,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1028139236548128768,[],[],0,,False,39642,789,3292,,None,,,,,,,[],,,, +853,1028132430992105472,1028121465785405441,1533960847000.0,2018-08-11 04:14:07,+0000,,@KiannaFierce Of course,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1028132430992105472,[],[],0,,False,817,46,26,,None,,,,,,,"[{'screen_name': 'kiannafierce', 'name': '\U0001f977', 'id': '1349599101218922496'}]",,,, +854,1028132035720880129,1028121465785405441,1533960753000.0,2018-08-11 04:12:33,+0000,,Unis3x,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1028132035720880129,[],[],0,,False,10265,248,850,,None,,,,,,,[],,,, +855,1028131675602079747,1028121465785405441,1533960667000.0,2018-08-11 04:11:07,+0000,,Paired with thigh-high sockboots,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1028131675602079747,[],[],0,,False,10817,243,888,,None,,,,,,,[],,,, +856,1028129215059828737,1028121465785405441,1533960081000.0,2018-08-11 04:01:21,+0000,,What are your fav short shorts?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1028129215059828737,[],[],0,,False,9835,1246,892,,None,,,,,,,[],,,, +857,1028126594425081863,1028121465785405441,1533959456000.0,2018-08-11 03:50:56,+0000,,S3XY,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1028126594425081863,[],[],0,,False,31920,527,6693,,None,,,,,,,[],,,, +858,1028121465785405441,1028121465785405441,1533958233000.0,2018-08-11 03:30:33,+0000,,Short shorts coming soon to Tesla merch,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1028121465785405441,[],[],0,,False,95209,2355,13951,,None,,,,,,,[],,,, +859,1028119241025904640,1027906040283713537,1533957703000.0,2018-08-11 03:21:43,+0000,,@davidein Put them on & post a selfie,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1028119241025904640,[],[],0,,False,3926,128,210,,None,,,,,,,"[{'screen_name': 'davidein', 'name': 'David Einhorn', 'id': '52849759'}]",,,, +860,1028074217793679360,1028074217793679360,1533946968000.0,2018-08-11 00:22:48,+0000,,.@defcon. hqr sz wut.,pl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/1028074217793679360,[],[],0,,False,7669,855,896,,None,,,,,,,[],,,, +861,1028016698924793856,1028015767437094913,1533933255000.0,2018-08-10 20:34:15,+0000,,@thesheetztweetz @Chubbies @davidein @khency6 @CNBC Awesome 🤣,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,20,https://twitter.com/elonmusk/status/1028016698924793856,[],[],0,,False,663,32,32,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'Chubbies', 'name': 'Chubbies', 'id': '300544697'}, {'screen_name': 'davidein', 'name': 'David Einhorn', 'id': '52849759'}, {'screen_name': 'khency6', 'name': 'khency6', 'id': '15162975'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +862,1027798878962081793,1027671485324910599,1533881322000.0,2018-08-10 06:08:42,+0000,,"@JohnnaSabri @Medium Love this from P&P: “One has got all the goodness, and the other all the appearance of it.” Reminds me so of my Nana, who was very stern & strict & yet kindest of all. Believe in good.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1027798878962081793,[],[],0,,False,3254,112,166,,None,,,,,,,"[{'screen_name': 'Medium', 'name': 'Medium', 'id': '571202103'}]",,,, +863,1027782177721790465,1027688205552943104,1533877341000.0,2018-08-10 05:02:21,+0000,,@SpaceXUpdates Those are the new design made of titanium. Doesn’t need heat shielding or even paint.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,05,https://twitter.com/elonmusk/status/1027782177721790465,[],[],0,,False,4259,143,185,,None,,,,,,,"[{'screen_name': 'SpaceXUpdates', 'name': 'SpaceXUpdates', 'id': '738023983266828288'}]",,,, +864,1027316549697253377,1027294935504936960,1533766326000.0,2018-08-08 22:12:06,+0000,,"@lexiheft @FredericLambert @lexfridman Sorry, meant to say same timeframe as hardware",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1027316549697253377,[],[],0,,False,550,63,33,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +865,1027315863454593025,1027294935504936960,1533766163000.0,2018-08-08 22:09:23,+0000,,@komocode @FredericLambert @lexfridman Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1027315863454593025,[],[],0,,False,482,18,13,,None,,,,,,,"[{'screen_name': 'komocode', 'name': 'komocode', 'id': '20936024'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +866,1027314633101598721,1027294935504936960,1533765869000.0,2018-08-08 22:04:29,+0000,,@FredericLambert @lexfridman Probably 4 to 6 months. Those who order full self-driving get the upgrade at no cost. It isn’t needed just for enhanced Autopilot.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1027314633101598721,[],[],0,,False,933,80,84,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +867,1027294935504936960,1027294935504936960,1533761173000.0,2018-08-08 20:46:13,+0000,,Tesla deliveries & AP hardware chart by @lexfridman at MIT https://t.co/6vZxKMcec2,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1027294935504936960,[],['https://pbs.twimg.com/media/DkGvTBjUcAAjMwJ.jpg'],1,https://pbs.twimg.com/media/DkGvTBjUcAAjMwJ.jpg,False,10485,472,1111,,None,,,,,,,[],,,, +868,1026914941004001280,1026914941004001280,1533670575000.0,2018-08-07 19:36:15,+0000,,Investor support is confirmed. Only reason why this is not certain is that it’s contingent on a shareholder vote.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/1026914941004001280,[],[],0,,False,17370,1539,2508,https://twitter.com/Tesla/status/1026912973120462848,None,,,,,,,[],,,, +869,1026907699760390146,1026872652290379776,1533668849000.0,2018-08-07 19:07:29,+0000,,@MindFieldMusic Def no forced sales. Hope all shareholders remain. Will be way smoother & less disruptive as a private company. Ends negative propaganda from shorts.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/1026907699760390146,[],[],0,,False,6951,493,610,,None,,,,,,,"[{'screen_name': 'MindFieldMusic', 'name': 'bpeace.eth 🦇🔊', 'id': '293249961'}]",,,, +870,1026906046839672832,1026872652290379776,1533668455000.0,2018-08-07 19:00:55,+0000,,"@thatspacegeek Yes, but liquidity events would be limited to every 6 months or so (like SpaceX)",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/1026906046839672832,[],[],0,,False,1586,65,95,,None,,,,,,,"[{'screen_name': 'thatspacegeek', 'name': 'Derek P-M', 'id': '16728281'}]",,,, +871,1026894478764851202,1026882735455916032,1533665697000.0,2018-08-07 18:14:57,+0000,,@FredericLambert No change,fr,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1026894478764851202,[],[],0,,False,1270,69,45,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +872,1026894228541071360,1026872652290379776,1533665637000.0,2018-08-07 18:13:57,+0000,,Shareholders could either to sell at 420 or hold shares & go private,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1026894228541071360,[],[],0,,False,19458,1253,2023,,None,,,,,,,[],,,, +873,1026892550337122304,1026872652290379776,1533665237000.0,2018-08-07 18:07:17,+0000,,@heydave7 Absolutely. Am super appreciative of Tesla shareholders. Will ensure their prosperity in any scenario.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1026892550337122304,[],[],0,,False,6689,266,499,,None,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +874,1026890900885184514,1026872652290379776,1533664844000.0,2018-08-07 18:00:44,+0000,,@Gfilche My hope is *all* current investors remain with Tesla even if we’re private. Would create special purpose fund enabling anyone to stay with Tesla. Already do this with Fidelity’s SpaceX investment.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1026890900885184514,[],[],0,,False,8122,482,848,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}]",,,, +875,1026888063899774976,1026872652290379776,1533664167000.0,2018-08-07 17:49:27,+0000,,@EvotoRentals Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1026888063899774976,[],[],0,,False,2099,76,50,,None,,,,,,,"[{'screen_name': 'EvotoRentals', 'name': 'Soby Evoto', 'id': '816116851331698688'}]",,,, +876,1026885883482365953,1026882735455916032,1533663647000.0,2018-08-07 17:40:47,+0000,,@FredericLambert I don’t have a controlling vote now & wouldn’t expect any shareholder to have one if we go private. I won’t be selling in either scenario.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1026885883482365953,[],[],0,,False,1524,85,139,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +877,1026882735455916032,1026882735455916032,1533662897000.0,2018-08-07 17:28:17,+0000,,Good morning 😀,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1026882735455916032,[],[],0,,False,43441,3614,2794,,None,,,,,,,[],,,, +878,1026879404905885697,1026875440131137537,1533662103000.0,2018-08-07 17:15:03,+0000,,@LizClaman @Tesla 420,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1026879404905885697,[],[],0,,False,5941,283,783,,None,,,,,,,"[{'screen_name': 'LizClaman', 'name': 'Liz Claman', 'id': '20707966'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +879,1026872652290379776,1026872652290379776,1533660493000.0,2018-08-07 16:48:13,+0000,,Am considering taking Tesla private at $420. Funding secured.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1026872652290379776,[],[],0,,False,85163,5918,14868,,None,,,,,,,[],,,, +880,1026266053658038272,1026262681848709120,1533515868000.0,2018-08-06 00:37:48,+0000,,@ChillinQuillen @joerogan Maybe Thursday,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1026266053658038272,[],[],0,,False,1218,92,83,,None,,,,,,,"[{'screen_name': 'ChillinQuillen', 'name': 'Mike Quillen', 'id': '16352001'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +881,1026257578920009730,1026175234825547776,1533513848000.0,2018-08-06 00:04:08,+0000,,@gdb @OpenAI @Blitz_DotA Great work by @OpenAI. Need the neural interface soon to enable human/AI symbiosis.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1026257578920009730,[],[],0,,False,1045,59,117,,None,,,,,,,"[{'screen_name': 'gdb', 'name': 'Greg Brockman', 'id': '162124540'}, {'screen_name': 'OpenAI', 'name': 'OpenAI', 'id': '4398626122'}, {'screen_name': 'Blitz_DotA', 'name': 'William Lee', 'id': '538267747'}]",,,, +882,1026250770235023360,1026249457950633984,1533512225000.0,2018-08-05 23:37:05,+0000,,@Excellion We’re working on a new Tesla mini-car that can squeeze in an adult,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,23,https://twitter.com/elonmusk/status/1026250770235023360,[],[],0,,False,803,173,80,,None,,,,,,,"[{'screen_name': 'Excellion', 'name': 'Samson Mow', 'id': '14654494'}]",,,, +883,1026231822122770432,1026188902522966016,1533507707000.0,2018-08-05 22:21:47,+0000,,@Khoji Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,22,https://twitter.com/elonmusk/status/1026231822122770432,[],[],0,,False,260,9,6,,None,,,,,,,"[{'screen_name': 'Khoji', 'name': 'Timo Grün', 'id': '10350472'}]",,,, +884,1026229874548043776,1026228709437714432,1533507243000.0,2018-08-05 22:14:03,+0000,,"@Rengle820 Model S P100D is def still the top end, but Model 3 Performance is higher value for money",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,22,https://twitter.com/elonmusk/status/1026229874548043776,[],[],0,,False,459,17,29,,None,,,,,,,"[{'screen_name': 'Rengle820', 'name': 'Ryan Engle', 'id': '3258986054'}]",,,, +885,1026208127128035328,1026202323775672320,1533502058000.0,2018-08-05 20:47:38,+0000,,"@lexiheft Early access will have bugs (usually minor, but you never know for sure), so would not advise early access unless you’re prepared to have something go wrong",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1026208127128035328,[],[],0,,False,487,46,13,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}]",,,, +886,1026204484421074944,1026202323775672320,1533501189000.0,2018-08-05 20:33:09,+0000,,@Scobleizer 🖤 Tesla Autopilot Team 🖤,pl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1026204484421074944,[],[],0,,False,851,31,42,,None,,,,,,,"[{'screen_name': 'Scobleizer', 'name': 'Scoble', 'id': '13348'}]",,,, +887,1026203902155218944,1026199205910663168,1533501050000.0,2018-08-05 20:30:50,+0000,,@vicentes @vishaljotshi Everywhere …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1026203902155218944,[],[],0,,False,373,29,9,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'vishaljotshi', 'name': 'Vishal jotshi', 'id': '2292677269'}]",,,, +888,1026203726371934208,1026199205910663168,1533501008000.0,2018-08-05 20:30:08,+0000,,@LanceUlanoff @vishaljotshi Much more interesting,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1026203726371934208,[],[],0,,False,336,6,11,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}, {'screen_name': 'vishaljotshi', 'name': 'Vishal jotshi', 'id': '2292677269'}]",,,, +889,1026203526332989441,1026202323775672320,1533500961000.0,2018-08-05 20:29:21,+0000,,"@chriscardinal Games & other refinements will go to all Tesla S, X & 3 from start of production. Autopilot enhancements apply to all Model 3’s plus S & X made in last few years (needs Autopilot Hardware V2.0 or higher).",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1026203526332989441,[],[],0,,False,483,11,29,,None,,,,,,,"[{'screen_name': 'chriscardinal', 'name': 'chriscardinal', 'id': '7872092'}]",,,, +890,1026202323775672320,1026202323775672320,1533500674000.0,2018-08-05 20:24:34,+0000,,Glad you’re enjoying Model 3 & thanks for buying a Tesla! Major enhancements to Autopilot & fun games coming in a month with V9.0.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1026202323775672320,[],[],0,,False,8445,330,537,https://twitter.com/Scobleizer/status/1026199248985972736,None,,,,,,,[],,,, +891,1026201140378009600,1026199205910663168,1533500392000.0,2018-08-05 20:19:52,+0000,,@vishaljotshi Yup,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1026201140378009600,[],[],0,,False,900,37,23,,None,,,,,,,"[{'screen_name': 'vishaljotshi', 'name': 'Vishal jotshi', 'id': '2292677269'}]",,,, +892,1026193065034149888,1026192651530502144,1533498467000.0,2018-08-05 19:47:47,+0000,,@MatthewTBishop @mattdebord Def worth it. Model 3 Performance is next-level.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1026193065034149888,[],[],0,,False,915,37,48,,None,,,,,,,"[{'screen_name': 'MatthewTBishop', 'name': 'Matt Bishop', 'id': '144232341'}, {'screen_name': 'mattdebord', 'name': 'Matthew DeBord', 'id': '12013352'}]",,,, +893,1026191962926280704,1010189882503950336,1533498204000.0,2018-08-05 19:43:24,+0000,,"@bbccomedy @BoycottStuff 🖤 Tracey “… before I knew it, I was writing to The Guardian …” 🤣🤣🤣",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1026191962926280704,[],[],0,,False,731,19,26,,None,,,,,,,"[{'screen_name': 'bbccomedy', 'name': 'BBC Comedy', 'id': '7267562'}, {'screen_name': 'BoycottStuff', 'name': 'Privileged Hobo', 'id': '903557879269117953'}]",,,, +894,1026189335668781056,1026188902522966016,1533497577000.0,2018-08-05 19:32:57,+0000,,@marks22 Thanks for the tip. His attention to detail is excellent.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1026189335668781056,[],[],0,,False,384,21,10,,None,,,,,,,"[{'screen_name': 'marks22', 'name': 'Mark Schey', 'id': '15989755'}]",,,, +895,1026189082882260992,1026188583005249536,1533497517000.0,2018-08-05 19:31:57,+0000,,@JmChile @OpenAI The humans,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1026189082882260992,[],[],0,,False,3296,45,188,,None,,,,,,,"[{'screen_name': 'JmChile', 'name': 'Jota Eme', 'id': '26353844'}, {'screen_name': 'OpenAI', 'name': 'OpenAI', 'id': '4398626122'}]",,,, +896,1026188902522966016,1026188902522966016,1533497474000.0,2018-08-05 19:31:14,+0000,,Love The Handmaiden. Director also made original Korean Oldboy. https://t.co/FtXqNflQlr,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1026188902522966016,['https://m.youtube.com/watch?v=IkvHtfRAKNkp'],[],0,,False,3922,216,262,,None,,,,,,,[],,,, +897,1026185672468512773,1026181113461567488,1533496704000.0,2018-08-05 19:18:24,+0000,,@WorldAndScience Very tiny,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1026185672468512773,[],[],0,,False,7148,235,325,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +898,1026164075900727296,1026164075900727296,1533491555000.0,2018-08-05 17:52:35,+0000,,Performance Model 3 review by @mattdebord https://t.co/uEA599VPcX,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/1026164075900727296,['https://www.businessinsider.com/tesla-model-3-performance-first-drive-2018-8'],[],0,,False,6070,279,636,,None,,,,,,,[],,,, +899,1026073171638738944,1026073171638738944,1533469882000.0,2018-08-05 11:51:22,+0000,,"Dang, turns out even Hitler was shorting Tesla stock … https://t.co/RLM1VQ5O3K",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,11,https://twitter.com/elonmusk/status/1026073171638738944,['https://m.youtube.com/watch?v=wxEClGh6Mus'],[],0,,False,16692,1049,2333,,None,,,,,,,[],,,, +900,1025788954707030016,1025788479483961350,1533402119000.0,2018-08-04 17:01:59,+0000,,Still as true today as it was 6 years ago,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,17,https://twitter.com/elonmusk/status/1025788954707030016,[],[],0,,False,10759,337,378,,None,,,,,,,[],,,, +901,1025788479483961350,1025788479483961350,1533402006000.0,2018-08-04 17:00:06,+0000,,Squirrels …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,17,https://twitter.com/elonmusk/status/1025788479483961350,[],[],0,,False,14732,489,1084,https://twitter.com/elonmusk/status/168060414398177281,None,,,,,,,[],,,, +902,1025138553867534337,1025137594059829248,1533247052000.0,2018-08-02 21:57:32,+0000,,@DMC_Ryan Will work with current hardware. OTA update.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1025138553867534337,[],[],0,,False,543,54,24,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +903,1024761320392904704,1024726529304027137,1533157112000.0,2018-08-01 20:58:32,+0000,,@BrouardMartin @atari Definitely,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1024761320392904704,[],[],0,,False,536,37,13,,None,,,,,,,"[{'screen_name': 'BrouardMartin', 'name': 'Martin Brouard', 'id': '415583785'}, {'screen_name': 'atari', 'name': 'Atari', 'id': '87465794'}]",,,, +904,1024760547059818497,1024758123406323712,1533156928000.0,2018-08-01 20:55:28,+0000,,@scoti5 @levine Bioshock is amazing,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1024760547059818497,[],[],0,,False,988,56,143,,None,,,,,,,"[{'screen_name': 'scoti5', 'name': 'Lior Yanay', 'id': '18840394'}, {'screen_name': 'levine', 'name': 'Ken Levine', 'id': '64488804'}]",,,, +905,1024759651668123649,1024758123406323712,1533156714000.0,2018-08-01 20:51:54,+0000,,"@SadCookieCrisp Something like that, but more of an adults in cars anime vibe",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1024759651668123649,[],[],0,,False,4063,186,436,,None,,,,,,,[],,,, +906,1024758658251411456,1024758123406323712,1533156477000.0,2018-08-01 20:47:57,+0000,,Please send examples of prior work when applying. Looking for max playability & creativity.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1024758658251411456,[],[],0,,False,15844,902,988,,None,,,,,,,[],,,, +907,1024758123406323712,1024758123406323712,1533156350000.0,2018-08-01 20:45:50,+0000,,"If you’re into video game development, consider applying to Tesla. We want to make super fun games that integrate the center touch screen, phone & car irl.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1024758123406323712,[],[],0,,False,69787,4087,10656,,None,,,,,,,[],,,, +908,1024756440366370816,1024756206605426688,1533155949000.0,2018-08-01 20:39:09,+0000,,@BlacklistTrader 😛,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1024756440366370816,[],[],0,,False,473,21,15,,None,,,,,,,"[{'screen_name': 'blacklisttrader', 'name': 'blacklisttrader', 'id': '1239687343088504835'}]",,,, +909,1024756316466688000,1024726529304027137,1533155919000.0,2018-08-01 20:38:39,+0000,,@MobiiliMika @atari Cool idea!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1024756316466688000,[],[],0,,False,553,18,13,,None,,,,,,,"[{'screen_name': 'MobiiliMika', 'name': 'Mika Saastamoinen', 'id': '468262815'}, {'screen_name': 'atari', 'name': 'Atari', 'id': '87465794'}]",,,, +910,1024756088221007872,1024726529304027137,1533155865000.0,2018-08-01 20:37:45,+0000,,@Model3Owners @atari Good idea & thanks for Supercharger trophy reminder. Really want to make the car as fun as possible!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1024756088221007872,[],[],0,,False,815,40,39,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'atari', 'name': 'Atari', 'id': '87465794'}]",,,, +911,1024729113968271360,1024726529304027137,1533149433000.0,2018-08-01 18:50:33,+0000,,@megazone @RyanHummer @atari Yup,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1024729113968271360,[],[],0,,False,629,25,14,,None,,,,,,,"[{'screen_name': 'megazone', 'name': 'MegaZone', 'id': '11346522'}, {'screen_name': 'RyanHummer', 'name': 'Ryan Hummer 100% vaccinated', 'id': '19073491'}, {'screen_name': 'atari', 'name': 'Atari', 'id': '87465794'}]",,,, +912,1024728904412450816,1024726529304027137,1533149384000.0,2018-08-01 18:49:44,+0000,,"@jlgolson @atari Hoping to include last three in this release, with pole position linked to actual car steering wheel (while stationary tbc haha)",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1024728904412450816,[],[],0,,False,2171,93,122,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}, {'screen_name': 'atari', 'name': 'Atari', 'id': '87465794'}]",,,, +913,1024728178865008640,1024726529304027137,1533149211000.0,2018-08-01 18:46:51,+0000,,@RyanHummer @atari We will try to squeeze it in,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1024728178865008640,[],[],0,,False,784,17,11,,None,,,,,,,"[{'screen_name': 'RyanHummer', 'name': 'Ryan Hummer 100% vaccinated', 'id': '19073491'}, {'screen_name': 'atari', 'name': 'Atari', 'id': '87465794'}]",,,, +914,1024727291601928193,1024726529304027137,1533148999000.0,2018-08-01 18:43:19,+0000,,@jlgolson @atari What are your favorites?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1024727291601928193,[],[],0,,False,816,122,18,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}, {'screen_name': 'atari', 'name': 'Atari', 'id': '87465794'}]",,,, +915,1024727040291831810,1024726775358730241,1533148939000.0,2018-08-01 18:42:19,+0000,,@austjennings Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1024727040291831810,[],[],0,,False,1097,44,35,,None,,,,,,,[],,,, +916,1024726957500522496,1024726529304027137,1533148919000.0,2018-08-01 18:41:59,+0000,,@nantonius @atari Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1024726957500522496,[],[],0,,False,574,12,12,,None,,,,,,,"[{'screen_name': 'nantonius', 'name': 'Anton Nikitin', 'id': '238858360'}, {'screen_name': 'atari', 'name': 'Atari', 'id': '87465794'}]",,,, +917,1024726836352188417,1024726529304027137,1533148890000.0,2018-08-01 18:41:30,+0000,,@lexiheft @atari Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1024726836352188417,[],[],0,,False,749,33,22,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'atari', 'name': 'Atari', 'id': '87465794'}]",,,, +918,1024726529304027137,1024726529304027137,1533148817000.0,2018-08-01 18:40:17,+0000,,Some of best classic @Atari games coming as Easter eggs in Tesla V9.0 release in about 4 weeks. Thanks @Atari!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1024726529304027137,[],[],0,,False,31957,1365,3525,,None,,,,,,,[],,,, +919,1024672548313804800,1024672548313804800,1533135947000.0,2018-08-01 15:05:47,+0000,,Falcon 9 launches Iridium to orbit from Vandenberg Air Force Base https://t.co/7GTzx0a24d,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,15,https://twitter.com/elonmusk/status/1024672548313804800,['https://www.instagram.com/p/Bl8M-mNAN3f/?utm_source=ig_twitter_share&igshid=18erh862v2fe1'],[],0,,False,7285,215,597,,None,,,,,,,[],,,, +920,1024561920173457408,1024498722082881536,1533109571000.0,2018-08-01 07:46:11,+0000,,@tictoc Tragic. Will send Einhorn a box of short shorts to comfort him through this difficult time.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,07,https://twitter.com/elonmusk/status/1024561920173457408,[],[],0,,False,9513,351,605,,None,,,,,,,[],,,, +921,1024555306112540673,1024444650222968832,1533107994000.0,2018-08-01 07:19:54,+0000,,@WorldAndScience And most of remaining 0.14% is Jupiter. We are tiny dust on tiny dust.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,07,https://twitter.com/elonmusk/status/1024555306112540673,[],[],0,,False,30588,498,2461,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +922,1024435601443966976,1024135166007095296,1533079455000.0,2018-07-31 23:24:15,+0000,,@DiscoverMag Science ♥️🔬💫 https://t.co/HIAnWrrZwM,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,23,https://twitter.com/elonmusk/status/1024435601443966976,['http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.24.8928&rep=rep1&type=pdf'],[],0,,False,834,68,77,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +923,1024434827158638592,1024135166007095296,1533079270000.0,2018-07-31 23:21:10,+0000,,@DiscoverMag Oh yeah? I’ll see ur expert & raise you a Chris McKay @NASA 🌏🚀👨‍🔬 😀 https://t.co/LEXPf93ryT,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,23,https://twitter.com/elonmusk/status/1024434827158638592,['https://en.m.wikipedia.org/wiki/Christopher_McKay'],[],0,,False,860,60,53,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +924,1024406801477816320,1024404793312178177,1533072588000.0,2018-07-31 21:29:48,+0000,,@aswhiting Tesla body shops are ramping up fast. Aiming to go from 30+ days using external body repair shops to same day body repair with prestocked parts at Tesla service centers.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,21,https://twitter.com/elonmusk/status/1024406801477816320,[],[],0,,False,707,80,59,,None,,,,,,,[],,,, +925,1024364396674351104,1024362705677897728,1533062478000.0,2018-07-31 18:41:18,+0000,,@4NIKKOLAS @samir Will leave any comment on actions in Flint to those in Flint,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1024364396674351104,[],[],0,,False,522,28,22,,None,,,,,,,"[{'screen_name': '4NIKKOLAS', 'name': 'NIKKOLAS', 'id': '16976061'}, {'screen_name': 'samir', 'name': '#1 samir', 'id': '115396965'}]",,,, +926,1024364000870420481,1024360983970467840,1533062384000.0,2018-07-31 18:39:44,+0000,,@iLehonardo Can’t wait to bring Tesla to Brazil. One of my favorite countries!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1024364000870420481,[],[],0,,False,1375,113,143,,None,,,,,,,"[{'screen_name': 'iLehonardo', 'name': 'Influencer de bobagens', 'id': '112474097'}]",,,, +927,1024363530395443200,1024363286186389504,1533062272000.0,2018-07-31 18:37:52,+0000,,@l9cgv We should be really worried about this,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1024363530395443200,[],[],0,,False,443,40,17,,None,,,,,,,"[{'screen_name': 'l9cgv', 'name': 'l9cgv', 'id': '3292060903'}]",,,, +928,1024363380771966976,1024362705677897728,1533062236000.0,2018-07-31 18:37:16,+0000,,@samir No,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1024363380771966976,[],[],0,,False,2404,59,367,,None,,,,,,,"[{'screen_name': 'samir', 'name': '#1 samir', 'id': '115396965'}]",,,, +929,1024363242057916416,1024360983970467840,1533062203000.0,2018-07-31 18:36:43,+0000,,"@AndredAlmeida Yeah, Model 3 is designed to fit 6’4” adults comfortably in both front & rear seats at same time",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1024363242057916416,[],[],0,,False,642,29,29,,None,,,,,,,"[{'screen_name': 'AndredAlmeida', 'name': 'Andre Almeida', 'id': '19310715'}]",,,, +930,1024362530691371008,1024360983970467840,1533062033000.0,2018-07-31 18:33:53,+0000,,"We’re adding a “party & camper mode” soon to S/3/X, so your car can maintain air flow, temp, selective lights, music & power devices for 48 hours or more while parked. Big batteries rock …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1024362530691371008,[],[],0,,False,19203,778,1462,,None,,,,,,,[],,,, +931,1024360983970467840,1024360983970467840,1533061664000.0,2018-07-31 18:27:44,+0000,,"Not having a big gas guzzler engine in front means there’s room for trunks in front & back, plus longer crumple zone for best safety of any midsize car",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1024360983970467840,[],[],0,,False,17119,564,1229,https://twitter.com/Tesla/status/1024335091785289729,None,,,,,,,[],,,, +932,1024190725255192578,1024032503193989120,1533021072000.0,2018-07-31 07:11:12,+0000,,@Tesla Hard drive industry is hardcore. They build >100 million units per year with extreme precision & brutal economics. Great background.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,07,https://twitter.com/elonmusk/status/1024190725255192578,[],[],0,,False,6971,153,317,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +933,1024137570463051778,1024135166007095296,1533008399000.0,2018-07-31 03:39:59,+0000,,"@DiscoverMag There’s a massive amount of CO2 on Mars adsorbed into soil that’d be released upon heating. With enough energy via artificial or natural (sun) fusion, you can terraform almost any large, rocky body.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,03,https://twitter.com/elonmusk/status/1024137570463051778,[],[],0,,False,26588,934,2181,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +934,1023808486226812933,1023748634242772992,1532929939000.0,2018-07-30 05:52:19,+0000,,"@jbaert Yes, minifloats",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/1023808486226812933,[],[],0,,False,486,35,12,,None,,,,,,,"[{'screen_name': 'jbaert', 'name': 'Jeroen Baert', 'id': '20519534'}]",,,, +935,1023786119895216128,1023779158030077952,1532924606000.0,2018-07-30 04:23:26,+0000,,@martinengwicht Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,04,https://twitter.com/elonmusk/status/1023786119895216128,[],[],0,,False,925,39,21,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}]",,,, +936,1023779158030077952,1023779158030077952,1532922946000.0,2018-07-30 03:55:46,+0000,,"We tried out a new delivery system using an enclosed trailer straight from factory to owner’s home, so super convenient & car arrives in pristine condition without wasting plastic wrap",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/1023779158030077952,[],[],0,,False,37965,1318,3142,https://twitter.com/MichiganMan2007/status/1023774002915893248,None,,,,,,,[],,,, +937,1023771444583399424,1023748634242772992,1532921107000.0,2018-07-30 03:25:07,+0000,,"@martinengwicht @Grimezsz Was listening to Jon Hopkins’ Singularity with c, but posted this instead",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/1023771444583399424,[],[],0,,False,463,40,12,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Grimezsz', 'name': '☾laire de ☾une', 'id': '276540738'}]",,,, +938,1023754616192684040,1023748634242772992,1532917095000.0,2018-07-30 02:18:15,+0000,, https://t.co/PctxEIDekX,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,02,https://twitter.com/elonmusk/status/1023754616192684040,['https://m.youtube.com/watch?v=uFquLU8-SNI'],[],0,,False,2847,246,206,,None,,,,,,,[],,,, +939,1023749975065354240,1023748634242772992,1532915989000.0,2018-07-30 01:59:49,+0000,,"@Hussi_Tussi Have wanted to for so long, but that would be irresponsible",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,01,https://twitter.com/elonmusk/status/1023749975065354240,[],[],0,,False,551,67,16,,None,,,,,,,"[{'screen_name': 'hussi_tussi', 'name': 'H𝖆𝖗𝖗𝖎𝖊𝖙 𝕿𝖚𝖇𝖒𝖆𝖓 𝖘𝖙𝖆𝖓', 'id': '988844618115624968'}]",,,, +940,1023749689701593088,1019130055203704832,1532915921000.0,2018-07-30 01:58:41,+0000,,@KingTer74261333 @neuralink All are important. You will see.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,01,https://twitter.com/elonmusk/status/1023749689701593088,[],[],0,,False,609,38,34,,None,,,,,,,"[{'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +941,1023748634242772992,1023748634242772992,1532915669000.0,2018-07-30 01:54:29,+0000,,8-bit floating point?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,01,https://twitter.com/elonmusk/status/1023748634242772992,[],[],0,,False,8335,712,495,,None,,,,,,,[],,,, +942,1023728298226999296,1023674091142701056,1532910820000.0,2018-07-30 00:33:40,+0000,,"@Mr_Computique If any formula instantiates reality, it’s probably that",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1023728298226999296,[],[],0,,False,312,24,16,,None,,,,,,,"[{'screen_name': 'Mr_Computique', 'name': 'Erwan Meunier - 1/2 vacciné 💉💉', 'id': '2436448025'}]",,,, +943,1023683692605005824,1023683692605005824,1532900186000.0,2018-07-29 21:36:26,+0000,,"Think once, Tweet twice [do it]",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,21,https://twitter.com/elonmusk/status/1023683692605005824,[],[],0,,False,33767,1745,4336,,None,,,,,,,[],,,, +944,1023675534553698304,1023674091142701056,1532898241000.0,2018-07-29 21:04:01,+0000,,0,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,21,https://twitter.com/elonmusk/status/1023675534553698304,[],[],0,,False,16631,950,1380,,None,,,,,,,[],,,, +945,1023674091142701056,1023674091142701056,1532897896000.0,2018-07-29 20:58:16,+0000,,Nothing is both real & imaginary,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1023674091142701056,[],[],0,,False,45539,4006,8178,,None,,,,,,,[],,,, +946,1023661157247201280,1023649332023582720,1532894813000.0,2018-07-29 20:06:53,+0000,,@J_M_0_N @Tesla Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1023661157247201280,[],[],0,,False,867,70,53,,None,,,,,,,"[{'screen_name': 'J_M_0_N', 'name': 'Jay Pase', 'id': '3041519156'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +947,1023649332023582720,1023649332023582720,1532891993000.0,2018-07-29 19:19:53,+0000,,The future is accelerating,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1023649332023582720,[],[],0,,False,9471,464,1211,https://twitter.com/sianabradley/status/943556624668643329,None,,,,,,,[],,,, +948,1023640028193255425,1023556279476936705,1532889775000.0,2018-07-29 18:42:55,+0000,,@fermatslibrary 😱,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1023640028193255425,[],[],0,,False,1450,61,54,,None,,,,,,,"[{'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +949,1023073822080098304,1023067599528124416,1532754781000.0,2018-07-28 05:13:01,+0000,,@SmileSimplify @EmreKelly @nextspaceflight Probably ships next summer,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/1023073822080098304,[],[],0,,False,569,40,30,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'EmreKelly', 'name': 'Emre Kelly', 'id': '214274793'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +950,1023069021057380353,1023067599528124416,1532753636000.0,2018-07-28 04:53:56,+0000,,"@nextspaceflight Side boosters, yes, but too much load through center core",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1023069021057380353,[],[],0,,False,698,19,36,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +951,1023067599528124416,1023067599528124416,1532753298000.0,2018-07-28 04:48:18,+0000,,🖤🚀💫,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1023067599528124416,[],[],0,,False,10191,230,755,https://twitter.com/MAKERSwomen/status/1022995840363913216,None,,,,,,,[],,,, +952,1023061301273055232,1023019676421574656,1532751796000.0,2018-07-28 04:23:16,+0000,,@ElectrekCo @FredericLambert This is great.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1023061301273055232,[],[],0,,False,6312,232,253,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +953,1022914062009556992,1022746127538446336,1532716691000.0,2018-07-27 18:38:11,+0000,,@phil_hellmuth @Tesla Thanks Phil,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1022914062009556992,[],[],0,,False,2759,87,52,,None,,,,,,,"[{'screen_name': 'phil_hellmuth', 'name': 'phil_hellmuth', 'id': '18198400'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +954,1022883831173398528,1022842299259252736,1532709484000.0,2018-07-27 16:38:04,+0000,,@AlexGarnerArt @WhatTheFFacts Machines that go “ping”,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1022883831173398528,[],[],0,,False,1365,57,44,,None,,,,,,,"[{'screen_name': 'AlexGarnerArt', 'name': 'Alex Garner', 'id': '246472003'}, {'screen_name': 'WhatTheFFacts', 'name': 'What The F*** Facts', 'id': '352145373'}]",,,, +955,1022879510239170560,1022842299259252736,1532708454000.0,2018-07-27 16:20:54,+0000,,@WhatTheFFacts What’s technology?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1022879510239170560,[],[],0,,False,9508,423,453,,None,,,,,,,"[{'screen_name': 'WhatTheFFacts', 'name': 'What The F*** Facts', 'id': '352145373'}]",,,, +956,1022430321696858113,1022430321696858113,1532601359000.0,2018-07-26 10:35:59,+0000,,"Worth another retweet. Hope Dan Neil returns to Twitter. He left due to relentless attacks from short-sellers, who constantly peddle fear, uncertainty & doubt about Tesla. Dan won the Pulitzer & is considered by many to be the best car critic in the world. https://t.co/txW3DDJpth",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/1022430321696858113,['https://twitter.com/tesla/status/1020012323606487041'],[],0,,False,20810,765,2541,https://twitter.com/tesla/status/1020012323606487041,None,,,,,,,[],,,, +957,1022418419667226624,1022195299261984768,1532598521000.0,2018-07-26 09:48:41,+0000,,@westcoastbill Explains why there are so many cat videos,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,09,https://twitter.com/elonmusk/status/1022418419667226624,[],[],0,,False,5645,171,275,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +958,1022217710040543232,1022125032024297473,1532550668000.0,2018-07-25 20:31:08,+0000,,@AntVenom @BBCBreaking Localized electro-magnetic field generators,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1022217710040543232,[],[],0,,False,824,87,40,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'BBCBreaking', 'name': 'BBC Breaking News', 'id': '5402612'}]",,,, +959,1022159242726232064,1022106329475772416,1532536728000.0,2018-07-25 16:38:48,+0000,,@IridiumBoss @SpaceX @Spotify @Marine_layer Thanks for taking a chance on @SpaceX so many years ago! Looking forward to using the new Iridium constellation.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,16,https://twitter.com/elonmusk/status/1022159242726232064,[],[],0,,False,3197,56,146,,None,,,,,,,"[{'screen_name': 'IridiumBoss', 'name': 'Matt Desch', 'id': '29291334'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Spotify', 'name': 'Spotify', 'id': '17230018'}, {'screen_name': 'Marine_layer', 'name': 'Vandenberg Fog', 'id': '991918717842874370'}]",,,, +960,1022048284599148545,1022048284599148545,1532510274000.0,2018-07-25 09:17:54,+0000,,Wagnerian https://t.co/Mjt0bNCdIY,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,09,https://twitter.com/elonmusk/status/1022048284599148545,['https://twitter.com/boringcompany/status/1021810766712909824'],[],0,,False,12277,404,786,https://twitter.com/boringcompany/status/1021810766712909824,None,,,,,,,[],,,, +961,1022030008724930565,1021783102513766402,1532505917000.0,2018-07-25 08:05:17,+0000,,@dflieb @Tesla Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,08,https://twitter.com/elonmusk/status/1022030008724930565,[],[],0,,False,5641,93,60,,None,,,,,,,"[{'screen_name': 'dflieb', 'name': 'David Lieb', 'id': '312479100'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +962,1022000378462855168,1022000378462855168,1532498852000.0,2018-07-25 06:07:32,+0000,,Mötor Trēnd https://t.co/jilxFHjkYW,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,06,https://twitter.com/elonmusk/status/1022000378462855168,['https://www.motortrend.com/cars/tesla/model-3/2018/2018-tesla-model-3-dual-motor-performance-review/'],[],0,,False,12649,721,1258,,None,,,,,,,[],,,, +963,1021616336798015488,1021528117393928192,1532407290000.0,2018-07-24 04:41:30,+0000,,@appljd Great!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1021616336798015488,[],[],0,,False,572,40,17,,None,,,,,,,"[{'screen_name': 'appljd', 'name': 'JD Mankovsky', 'id': '129283198'}]",,,, +964,1021541242465730560,1021528117393928192,1532389386000.0,2018-07-23 23:43:06,+0000,,@appljd We’ve gone from ~1000 S/X deliveries per week in US last year to ~6000 S/3/X. It’s like hitting a square wave.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1021541242465730560,[],[],0,,False,1032,87,93,,None,,,,,,,"[{'screen_name': 'appljd', 'name': 'JD Mankovsky', 'id': '129283198'}]",,,, +965,1021529422224977920,1021528117393928192,1532386568000.0,2018-07-23 22:56:08,+0000,,"@appljd We’re trying to get rid of contracts completely. Should just be “tap here & you get your car”. Then, if you don’t like it for any reason, just return it like any other product.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,22,https://twitter.com/elonmusk/status/1021529422224977920,[],[],0,,False,1014,72,87,,None,,,,,,,"[{'screen_name': 'appljd', 'name': 'JD Mankovsky', 'id': '129283198'}]",,,, +966,1021461598508990464,1021454593463443456,1532370397000.0,2018-07-23 18:26:37,+0000,,@westcoastbill Yeah. Never seen it so high ever.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,18,https://twitter.com/elonmusk/status/1021461598508990464,[],[],0,,False,1381,116,50,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +967,1021461084585299973,1021348304653897728,1532370275000.0,2018-07-23 18:24:35,+0000,,"@WillFealey @Tesla @TeslaOwnersUK Wow, that’s really awesome. Thank you! ♥️@TeslaOwnersUK",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,18,https://twitter.com/elonmusk/status/1021461084585299973,[],[],0,,False,3207,54,126,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'TeslaOwnersUK', 'name': 'Tesla Owners UK', 'id': '856406682552946688'}]",,,, +968,1021306180449099776,1021264671905632262,1532333343000.0,2018-07-23 08:09:03,+0000,,@arstechnica Haha,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,08,https://twitter.com/elonmusk/status/1021306180449099776,[],[],0,,False,3971,149,257,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}]",,,, +969,1021288692655067136,1021279308885757952,1532329173000.0,2018-07-23 06:59:33,+0000,,"@nextspaceflight @ElectrekCo Looks good, but so many details need to be right. Journey back from hypersonic becomes extremely difficult as velocity increases. Altitude is easy, velocity is hard.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/1021288692655067136,[],[],0,,False,773,32,44,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +970,1021285179178881025,1021279308885757952,1532328335000.0,2018-07-23 06:45:35,+0000,,@ElectrekCo Only costs that actually apply to Q3 & beyond will be counted. It would not be correct to apply historical cost savings to current quarter.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/1021285179178881025,[],[],0,,False,2444,106,125,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +971,1021263722944217093,1021263722944217093,1532323220000.0,2018-07-23 05:20:20,+0000,,Wall Street,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/1021263722944217093,[],[],0,,False,11983,573,1131,https://twitter.com/Teslarati/status/1021225570766639104,None,,,,,,,[],,,, +972,1021254856261058562,964205274763427840,1532321106000.0,2018-07-23 04:45:06,+0000,,@Hyperloop @SpaceX Congratulations to all teams in the student @Hyperloop competition! To make high-speed pods that can operate in vacuum is very difficult. Was great to meet everyone!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,04,https://twitter.com/elonmusk/status/1021254856261058562,[],[],0,,False,2300,49,141,,None,,,,,,,"[{'screen_name': 'Hyperloop', 'name': 'Hyperloop', 'id': '1654188770'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +973,1020837172834906118,1020793895679025152,1532221522000.0,2018-07-22 01:05:22,+0000,,"@huby @87spider @ryan_caldbeck @Tesla Exactly. Overheat protection is always on, but you can also tap “maintain” & your car will hold a cool or warm temp for a few hours while parked.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1020837172834906118,[],[],0,,False,706,61,47,,None,,,,,,,"[{'screen_name': 'huby', 'name': 'Dan Huby', 'id': '786623'}, {'screen_name': '87Spider', 'name': 'Tim West', 'id': '40869877'}, {'screen_name': 'ryan_caldbeck', 'name': 'Ryan Caldbeck', 'id': '3408272428'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +974,1020797949297582080,1020793895679025152,1532212171000.0,2018-07-21 22:29:31,+0000,,"@ryan_caldbeck @Tesla Yes, Tesla Model S, X & 3 all automatically keep cabin temperature within safe limits even when parked https://t.co/yVkWQfPlbm",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1020797949297582080,['https://insideevs.com/tesla-cabin-overheat-protection-tested/'],[],0,,False,9329,219,845,,None,,,,,,,"[{'screen_name': 'ryan_caldbeck', 'name': 'Ryan Caldbeck', 'id': '3408272428'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +975,1020544810095063041,1020454594852282368,1532151818000.0,2018-07-21 05:43:38,+0000,,@danfromtheweb Ok,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/1020544810095063041,[],[],0,,False,635,68,9,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +976,1020522855014924288,1020513697121398784,1532146583000.0,2018-07-21 04:16:23,+0000,,"@AntVenom @Ca_via_GreenBay Makes me very sad indeed, but also the fault is mine by far",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1020522855014924288,[],[],0,,False,1076,110,29,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'Ca_via_GreenBay', 'name': 'Favre4Ever', 'id': '98278305'}]",,,, +977,1020519836915396608,1020513697121398784,1532145864000.0,2018-07-21 04:04:24,+0000,,@AntVenom He’s a good guy,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/1020519836915396608,[],[],0,,False,781,25,11,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +978,1020518346754646016,1020513697121398784,1532145508000.0,2018-07-21 03:58:28,+0000,,@Ca_via_GreenBay Always look on the bright side of life …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1020518346754646016,[],[],0,,False,1709,77,101,,None,,,,,,,"[{'screen_name': 'Ca_via_GreenBay', 'name': 'Favre4Ever', 'id': '98278305'}]",,,, +979,1020516593321701377,1020513697121398784,1532145090000.0,2018-07-21 03:51:30,+0000,,@AntVenom It is much better,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1020516593321701377,[],[],0,,False,957,11,20,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +980,1020515232358121473,1020513697121398784,1532144766000.0,2018-07-21 03:46:06,+0000,,@JD_2020 Sorry 🤗,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1020515232358121473,[],[],0,,False,707,14,11,,None,,,,,,,"[{'screen_name': 'JD_2020', 'name': 'Josh Olin', 'id': '16464746'}]",,,, +981,1020514710549028864,1020513697121398784,1532144641000.0,2018-07-21 03:44:01,+0000,, https://t.co/ys9qlwcnpc,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1020514710549028864,[],['https://pbs.twimg.com/media/DimYtstXcAAJezZ.jpg'],1,https://pbs.twimg.com/media/DimYtstXcAAJezZ.jpg,False,4663,242,222,,None,,,,,,,[],,,, +982,1020513697121398784,1020513697121398784,1532144400000.0,2018-07-21 03:40:00,+0000,,🦄💨✌️ https://t.co/8GjqCbsuo0,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1020513697121398784,['http://wallypots.com/?p=3049'],[],0,,False,4967,309,245,,None,,,,,,,[],,,, +983,1020508884199444480,1020454594852282368,1532143252000.0,2018-07-21 03:20:52,+0000,,@MitchellRossman @danfromtheweb I love that scene,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1020508884199444480,[],[],0,,False,639,14,4,,None,,,,,,,"[{'screen_name': 'MitchellRossman', 'name': 'Mitchstradamus', 'id': '246992220'}, {'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +984,1020507170608230401,1020454594852282368,1532142844000.0,2018-07-21 03:14:04,+0000,,@danfromtheweb I made that up tbh. They did not have phones during the French Revolution. They used Friendster.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1020507170608230401,[],[],0,,False,1707,38,39,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +985,1020504845495697408,1020454594852282368,1532142289000.0,2018-07-21 03:04:49,+0000,,@danfromtheweb Don’t make me bite my thumb at you,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1020504845495697408,[],[],0,,False,3680,102,130,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +986,1020504246620426240,1020491376104898562,1532142147000.0,2018-07-21 03:02:27,+0000,,@JaneidyEve For sure,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/1020504246620426240,[],[],0,,False,791,38,23,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +987,1020503572562219008,1020454594852282368,1532141986000.0,2018-07-21 02:59:46,+0000,,"@danfromtheweb Btw, 1792 is calling & wants its method of execution back. Seriously, what museum do you plan to raid?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1020503572562219008,[],[],0,,False,5651,211,233,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +988,1020498155413024768,1020491376104898562,1532140694000.0,2018-07-21 02:38:14,+0000,,"@annerajb @boringcompany Yeah, great point. Underground power lines would clear up the skyline, be safer to service, have better uptime & save lives of many birds.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1020498155413024768,[],[],0,,False,715,66,29,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +989,1020491376104898562,1020491376104898562,1532139078000.0,2018-07-21 02:11:18,+0000,,No kidding,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1020491376104898562,[],[],0,,False,21203,635,2540,https://twitter.com/slashdot/status/1020490107546030080,None,,,,,,,[],,,, +990,1020479995028754432,1020454594852282368,1532136365000.0,2018-07-21 01:26:05,+0000,,"@annerajb @danfromtheweb Yes, that will probably be its first use",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1020479995028754432,[],[],0,,False,587,22,19,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +991,1020479409805877248,1020454594852282368,1532136225000.0,2018-07-21 01:23:45,+0000,,"@danfromtheweb Phew 😅. Yeah, we had a drain block 3 months ago & people are working hard to make Tesla successful. Am honored to work with them. Are you trolling for fun or is it part of a job? What motivates you?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1020479409805877248,[],[],0,,False,1220,48,26,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +992,1020459692705775617,1020454594852282368,1532131524000.0,2018-07-21 00:05:24,+0000,,@danfromtheweb I apologized. Do you stand by your guillotine statement or not?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/1020459692705775617,[],[],0,,False,1064,87,20,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +993,1020455936396152832,1020454594852282368,1532130629000.0,2018-07-20 23:50:29,+0000,,"@danfromtheweb Figuratively, literally or both?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,23,https://twitter.com/elonmusk/status/1020455936396152832,[],[],0,,False,5153,191,124,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +994,1020404811307479040,1020067893222858752,1532118439000.0,2018-07-20 20:27:19,+0000,,@geekypastimes That has always been our goal,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,20,https://twitter.com/elonmusk/status/1020404811307479040,[],[],0,,False,856,60,43,,None,,,,,,,"[{'screen_name': 'geekypastimes', 'name': 'Geeky Pastimes', 'id': '935580118105382914'}]",,,, +995,1020395545255276544,1020338680525774848,1532116230000.0,2018-07-20 19:50:30,+0000,,"@annerajb @Flyfiddlesticks @patrickc @stevesi This chart only shows globally competed commercial launches, not US government missions. “Other US” refers to Boeing & Lockheed. Their skill at obtaining govt contracts & subsidies vastly exceeds ours.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/1020395545255276544,[],[],0,,False,1127,31,53,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Flyfiddlesticks', 'name': 'Bhakta', 'id': '38186442'}, {'screen_name': 'patrickc', 'name': 'Patrick Collison', 'id': '4939401'}, {'screen_name': 'stevesi', 'name': 'Steven Sinofsky', 'id': '13418072'}]",,,, +996,1020108713061855233,1020077355346169857,1532047844000.0,2018-07-20 00:50:44,+0000,,"@vincent13031925 @bonnienorman @Jason @scottwww Dunno where this bs is coming from. Who knows about the future, but last week we had over 2000 S/X and 5000 Model 3 *new* net orders.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/1020108713061855233,[],[],0,,False,6497,356,493,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'bonnienorman', 'name': 'Bonnie Norman', 'id': '195009699'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}]",,,, +997,1020107968589676545,1020067893222858752,1532047667000.0,2018-07-20 00:47:47,+0000,,@DMC_Ryan Definitely. We gave up some grip & width in exchange for range. Would recommend stickier tires & wider on rear for best performance. You might get 3.3 sec 0-60 mph or better with optimized rims & tires.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/1020107968589676545,[],[],0,,False,1089,79,72,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +998,1019684287266689024,1019667206034972672,1531946653000.0,2018-07-18 20:44:13,+0000,,"@MarkeR2002 @kevinbusch @Paracidic @otgray310 Wow, someone has really thought about this!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1019684287266689024,[],[],0,,False,2318,113,58,,None,,,,,,,"[{'screen_name': 'MarkeR2002', 'name': 'Mark Ryan', 'id': '161308342'}, {'screen_name': 'kevinbusch', 'name': 'Kevin William Busch', 'id': '19745523'}, {'screen_name': 'Paracidic', 'name': 'cid', 'id': '1178480505471164416'}, {'screen_name': 'otgray310', 'name': 'Owen Gray', 'id': '1141061671'}]",,,, +999,1019667206034972672,1019667206034972672,1531942581000.0,2018-07-18 19:36:21,+0000,,I wish,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1019667206034972672,[],[],0,,False,18303,1023,1403,https://twitter.com/tao_lin/status/1019589925358964744,None,,,,,,,[],,,, +1000,1019472152796381185,1019268495194742784,1531896076000.0,2018-07-18 06:41:16,+0000,,"@adamchavez Nonetheless, his actions against me do not justify my actions against him, and for that I apologize to Mr. Unsworth and to the companies I represent as leader. The fault is mine and mine alone.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,06,https://twitter.com/elonmusk/status/1019472152796381185,[],[],0,,False,7817,961,883,,None,,,,,,,"[{'screen_name': 'AdamChavez', 'name': 'dog_days2000', 'id': '1371090002805940224'}]",,,, +1001,1019471467304513537,1019268495194742784,1531895913000.0,2018-07-18 06:38:33,+0000,,"@adamchavez As this well-written article suggests, my words were spoken in anger after Mr. Unsworth said several untruths & suggested I engage in a sexual act with the mini-sub, which had been built as an act of kindness & according to specifications from the dive team leader.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,06,https://twitter.com/elonmusk/status/1019471467304513537,[],[],0,,False,19303,1292,1570,,None,,,,,,,"[{'screen_name': 'AdamChavez', 'name': 'dog_days2000', 'id': '1371090002805940224'}]",,,, +1002,1019368951782957056,1019368816743075840,1531871471000.0,2018-07-17 23:51:11,+0000,,@lrroberts87 Good point,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,23,https://twitter.com/elonmusk/status/1019368951782957056,[],[],0,,False,1326,167,48,,None,,,,,,,"[{'screen_name': 'lrroberts87', 'name': 'Lane Roberts', 'id': '2967034244'}]",,,, +1003,1018505842281156608,1018330925384458240,1531665690000.0,2018-07-15 14:41:30,+0000,,@nealboudette @BertelSchmitt @AmazingChevVolt I have never donated to a SuperPAC,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,14,https://twitter.com/elonmusk/status/1018505842281156608,[],[],0,,False,1495,226,64,,None,,,,,,,"[{'screen_name': 'nealboudette', 'name': 'Neal Boudette', 'id': '77271015'}, {'screen_name': 'BertelSchmitt', 'name': 'BertelSchmitt™ 🎩🎩🎩🎩🎩', 'id': '134503182'}, {'screen_name': 'AmazingChevVolt', 'name': 'Thomas J Thias / Clean Energy Retort™ 517-749-0532', 'id': '437085205'}]",,,, +1004,1018333202140680192,1018330925384458240,1531624529000.0,2018-07-15 03:15:29,+0000,,"@danielbrennan Yes, about 0.5% of what I donated to @SierraClub, which is a reasonable amount to maintain an open dialogue",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/1018333202140680192,[],[],0,,False,3689,310,188,,None,,,,,,,"[{'screen_name': 'danielbrennan', 'name': '🛵 Daniel Brennan', 'id': '15574391'}]",,,, +1005,1018330925384458240,1018330925384458240,1531623986000.0,2018-07-15 03:06:26,+0000,,Reports that I am a top donor to GOP are categorically false. I am not a top donor to any political party.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/1018330925384458240,[],[],0,,False,61254,4264,5370,,None,,,,,,,[],,,, +1006,1018321524728610817,1018321524728610817,1531621745000.0,2018-07-15 02:29:05,+0000,,Thank you for fighting climate change. This affects every living creature on Earth. https://t.co/mm0cpaQLsn,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/1018321524728610817,['https://twitter.com/sierraclub/status/1018319251428577280'],[],0,,False,29244,1748,2466,https://twitter.com/sierraclub/status/1018319251428577280,None,,,,,,,[],,,, +1007,1018290544986845184,1018259097827897346,1531614359000.0,2018-07-15 00:25:59,+0000,,"@jack_p That said, I do not actually see the checks (changed that policy today). A nominal annual amount goes out automatically to both parties to maintain dialogue. I have given vastly more to humanitarian causes.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,00,https://twitter.com/elonmusk/status/1018290544986845184,[],[],0,,False,8028,678,664,,None,,,,,,,"[{'screen_name': 'jack_p', 'name': 'Jack Pattillo', 'id': '14994418'}]",,,, +1008,1018268378962640896,1018259097827897346,1531609074000.0,2018-07-14 22:57:54,+0000,,@stfuszn @jack_p So that they are willing to listen when I call to object about issues that negatively affect humanity,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1018268378962640896,[],[],0,,False,2383,814,128,,None,,,,,,,"[{'screen_name': 'jack_p', 'name': 'Jack Pattillo', 'id': '14994418'}]",,,, +1009,1018265614295523328,1018259097827897346,1531608415000.0,2018-07-14 22:46:55,+0000,,"@jack_p Thanks Jack. To be clear, I am not a conservative. Am registered independent & politically moderate. Doesn’t mean I’m moderate about all issues. Humanitarian issues are extremely important to me & I don’t understand why they are not important to everyone.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1018265614295523328,[],[],0,,False,42314,1311,3381,,None,,,,,,,"[{'screen_name': 'jack_p', 'name': 'Jack Pattillo', 'id': '14994418'}]",,,, +1010,1018217539535433728,1017911319884959744,1531596953000.0,2018-07-14 19:35:53,+0000,,@AtomicDeke @aarong @AjaniTPV Actually true,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1018217539535433728,[],[],0,,False,484,38,6,,None,,,,,,,"[{'screen_name': 'AtomicDeke', 'name': 'Nick', 'id': '149601649'}, {'screen_name': 'aarong', 'name': 'Aaron G', 'id': '188'}]",,,, +1011,1017965998392184832,1017946621949173760,1531536981000.0,2018-07-14 02:56:21,+0000,,@premkrmufc @iPugsieHD Hold up a mirror & see if it fogs,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1017965998392184832,[],[],0,,False,635,46,17,,None,,,,,,,"[{'screen_name': 'premkrmufc', 'name': 'Prem Kr', 'id': '918951829395959809'}, {'screen_name': 'iPugsieHD', 'name': 'Scarlett', 'id': '462334778'}]",,,, +1012,1017963227261624321,1017813201751347202,1531536320000.0,2018-07-14 02:45:20,+0000,,"@johndstoll @WSJ @mtbarra I’m honored to work with an amazing group of people at Tesla, but always happy to talk to an ace who might want to join",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1017963227261624321,[],[],0,,False,3583,169,135,,None,,,,,,,"[{'screen_name': 'johndstoll', 'name': 'john d stoll', 'id': '57734560'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'mtbarra', 'name': 'Mary Barra', 'id': '1219824320'}]",,,, +1013,1017961142113767425,1017927622045650944,1531535823000.0,2018-07-14 02:37:03,+0000,,@mrkylefield @neuroecology @thegrugq Safe to lick. I checked.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1017961142113767425,[],[],0,,False,1081,51,40,,None,,,,,,,"[{'screen_name': 'mrkylefield', 'name': 'Kyle Field', 'id': '331791521'}, {'screen_name': 'neuroecology', 'name': 'Adam J Calhoun', 'id': '636023721'}, {'screen_name': 'thegrugq', 'name': 'thaddeus e. grugq', 'id': '18983429'}]",,,, +1014,1017949588295159808,1017946621949173760,1531533069000.0,2018-07-14 01:51:09,+0000,,@NASASpaceflight In a month or so,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1017949588295159808,[],[],0,,False,1919,89,85,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1015,1017949146366476289,1017946621949173760,1531532963000.0,2018-07-14 01:49:23,+0000,,"@iPugsieHD Will check with our cat, Schrödinger, but I don’t think she’s going to like it",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1017949146366476289,[],[],0,,False,1507,125,51,,None,,,,,,,"[{'screen_name': 'iPugsieHD', 'name': 'Scarlett', 'id': '462334778'}]",,,, +1016,1017947370645057536,1017946621949173760,1531532540000.0,2018-07-14 01:42:20,+0000,,@iPugsieHD Spoiler alert. Next thing you’ll tell me is they don’t like pajamas.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1017947370645057536,[],[],0,,False,1307,49,27,,None,,,,,,,"[{'screen_name': 'iPugsieHD', 'name': 'Scarlett', 'id': '462334778'}]",,,, +1017,1017946621949173760,1017946621949173760,1531532361000.0,2018-07-14 01:39:21,+0000,,Feels like a show & tell weekend. I wonder what the cat dragged in …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1017946621949173760,[],[],0,,False,21447,1395,961,,None,,,,,,,[],,,, +1018,1017943438447259649,1017927622045650944,1531531602000.0,2018-07-14 01:26:42,+0000,,@neuroecology @thegrugq Don’t be too quick to lick. That could go wrong. Look closely & smell first. Ur welcome.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/1017943438447259649,[],[],0,,False,4483,226,351,,None,,,,,,,"[{'screen_name': 'neuroecology', 'name': 'Adam J Calhoun', 'id': '636023721'}, {'screen_name': 'thegrugq', 'name': 'thaddeus e. grugq', 'id': '18983429'}]",,,, +1019,1017932094373355520,1017911319884959744,1531528898000.0,2018-07-14 00:41:38,+0000,,@aarong @AjaniTPV Lvl 16 Neutral Good Half-Elf Fighter/Magic-user,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/1017932094373355520,[],[],0,,False,679,35,52,,None,,,,,,,"[{'screen_name': 'aarong', 'name': 'Aaron G', 'id': '188'}]",,,, +1020,1017930851257147398,1017911319884959744,1531528601000.0,2018-07-14 00:36:41,+0000,,@RenataKonkoly Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/1017930851257147398,[],[],0,,False,367,16,10,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}]",,,, +1021,1017930024668880897,1017911319884959744,1531528404000.0,2018-07-14 00:33:24,+0000,,@LanceUlanoff Wizard alien 🧙‍♂️👽,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/1017930024668880897,[],[],0,,False,1128,61,57,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +1022,1017913408526671872,1017911319884959744,1531524443000.0,2018-07-13 23:27:23,+0000,,"@AjaniTPV Yeah, but I got 100 gp & Roc Feather of Never-ending Tickles",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,23,https://twitter.com/elonmusk/status/1017913408526671872,[],[],0,,False,553,25,18,,None,,,,,,,[],,,, +1023,1017911319884959744,1017911319884959744,1531523945000.0,2018-07-13 23:19:05,+0000,,"Wrote in Grimoire, joined Fellowship https://t.co/CFYBo3ZofE",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,23,https://twitter.com/elonmusk/status/1017911319884959744,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1017911157804462080/pu/img/PiGKvfJe5Vj3qPWM.jpg,False,12288,491,642,,None,,,,,,,[],,,, +1024,1017703538414227458,1017703538414227458,1531474406000.0,2018-07-13 09:33:26,+0000,,Interesting read https://t.co/6vvIEtYPiY,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,09,https://twitter.com/elonmusk/status/1017703538414227458,['https://teslamotorsclub.com/tmc/threads/elon-musk-vs-short-sellers.118431/'],[],0,,False,7936,464,1116,,None,,,,,,,[],,,, +1025,1017700488958144512,1017504690072776704,1531473679000.0,2018-07-13 09:21:19,+0000,,"@Tesla Whether you plan to buy a Dual Motor Performance Model 3 or not, take it for a test drive anyway. It’s like having pure fun jacked straight into your brain whenever you want.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,09,https://twitter.com/elonmusk/status/1017700488958144512,[],[],0,,False,12966,504,727,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1026,1017687152128380929,1017504690072776704,1531470499000.0,2018-07-13 08:28:19,+0000,,@Tesla @92107Runner Performance version suspension is 1cm lower & has stronger brakes in upgrade package,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,08,https://twitter.com/elonmusk/status/1017687152128380929,[],[],0,,False,2636,115,130,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': '92107Runner', 'name': 'Alex Munoz', 'id': '983771938454757377'}]",,,, +1027,1017669545828511744,1017528785376333824,1531466301000.0,2018-07-13 07:18:21,+0000,,"@Malala @MalalaFund Happy birthday, Malala! Happy to support.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/1017669545828511744,[],[],0,,False,2009,32,114,,None,,,,,,,"[{'screen_name': 'Malala', 'name': 'Malala', 'id': '937499232'}, {'screen_name': 'MalalaFund', 'name': 'Malala Fund', 'id': '1581289837'}]",,,, +1028,1017555410205671424,1017417066742210560,1531439089000.0,2018-07-12 23:44:49,+0000,,"@designheretic @LittleMissFlint Gathering input this week, will begin taking action next week and let people know how they can help",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1017555410205671424,[],[],0,,False,1174,57,53,,None,,,,,,,"[{'screen_name': 'designheretic', 'name': 'Greg Lang ⁜ designheretic.eth', 'id': '2766530020'}, {'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +1029,1017554139486806016,1017551322952814593,1531438786000.0,2018-07-12 23:39:46,+0000,,@M3CHWARRI0R935 @itsMikeSki @deadpoolmovie Even have the URL https://t.co/bOUOek5Cvy,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1017554139486806016,['http://X.com'],[],0,,False,575,32,17,,None,,,,,,,"[{'screen_name': 'itsMikeSki', 'name': 'Mike', 'id': '18283699'}, {'screen_name': 'deadpoolmovie', 'name': 'Deadpool Movie', 'id': '2818322000'}]",,,, +1030,1017553854932582400,1017551322952814593,1531438718000.0,2018-07-12 23:38:38,+0000,,"@WintersPB @itsMikeSki Hmm, could def make some pretty sweet high-tech micro-missiles in arrow form",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1017553854932582400,[],[],0,,False,650,28,16,,None,,,,,,,"[{'screen_name': 'WintersPB', 'name': 'Patrick burke', 'id': '386021908'}, {'screen_name': 'itsMikeSki', 'name': 'Mike', 'id': '18283699'}]",,,, +1031,1017551759017988098,1017551322952814593,1531438219000.0,2018-07-12 23:30:19,+0000,,"@itsMikeSki If you have cool arrows, you’re in",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1017551759017988098,[],[],0,,False,15529,286,654,,None,,,,,,,"[{'screen_name': 'itsMikeSki', 'name': 'Mike', 'id': '18283699'}]",,,, +1032,1017526866507452416,1017153192822558721,1531432284000.0,2018-07-12 21:51:24,+0000,,"@ToddKorpi @StarFire2258 Ok, thanks. Will let you know.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1017526866507452416,[],[],0,,False,469,13,10,,None,,,,,,,"[{'screen_name': 'ToddKorpi', 'name': 'Todd Korpi', 'id': '69091316'}, {'screen_name': 'StarFire2258', 'name': 'Sean Hollister', 'id': '2158461'}]",,,, +1033,1017380674850844678,1017148253765156864,1531397429000.0,2018-07-12 12:10:29,+0000,,"@karenaboutflint @DylanSheaMusic Sure, will call tomorrow",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,12,https://twitter.com/elonmusk/status/1017380674850844678,[],[],0,,False,2074,80,174,,None,,,,,,,"[{'screen_name': 'karenaboutflint', 'name': 'Former Mayor, Dr. Karen Williams Weaver', 'id': '3044716203'}]",,,, +1034,1017373873510248448,1017328199825575936,1531395807000.0,2018-07-12 11:43:27,+0000,,"@isco__ They should go where their heart takes them, but some of the boys seem to be interested in physics & engineering",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,11,https://twitter.com/elonmusk/status/1017373873510248448,[],[],0,,False,1806,58,80,,None,,,,,,,"[{'screen_name': 'isco__', 'name': 'Isco', 'id': '15499245'}]",,,, +1035,1017364353635508224,1017333757077008385,1531393538000.0,2018-07-12 11:05:38,+0000,,"With my team after a profoundly interesting discussion of history, philosophy & luck with Vice President Wang in 中南海紫光阁 https://t.co/pHd52YTZD2",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,11,https://twitter.com/elonmusk/status/1017364353635508224,[],['https://pbs.twimg.com/media/Dh5nb8IWsAAqKcD.jpg'],1,https://pbs.twimg.com/media/Dh5nb8IWsAAqKcD.jpg,False,22660,759,1368,,None,,,,,,,[],,,, +1036,1017353611272163329,1017333757077008385,1531390977000.0,2018-07-12 10:22:57,+0000,,Excellent meetings with senior leaders in China. Very thoughtful about the long-term future.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/1017353611272163329,[],[],0,,False,11777,358,461,,None,,,,,,,[],,,, +1037,1017335221493075974,1017333757077008385,1531386592000.0,2018-07-12 09:09:52,+0000,,@hohocho Would love to. It’s been too long.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,09,https://twitter.com/elonmusk/status/1017335221493075974,[],[],0,,False,839,32,15,,None,,,,,,,"[{'screen_name': 'hohocho', 'name': 'Jaehwan Cho 조재환', 'id': '31310727'}]",,,, +1038,1017335087334031360,1017333757077008385,1531386560000.0,2018-07-12 09:09:20,+0000,,@aparanjape Prob early next year,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,09,https://twitter.com/elonmusk/status/1017335087334031360,[],[],0,,False,2038,123,136,,None,,,,,,,"[{'screen_name': 'aparanjape', 'name': 'Amit Paranjape', 'id': '14175873'}]",,,, +1039,1017333757077008385,1017333757077008385,1531386243000.0,2018-07-12 09:04:03,+0000,,Just finished an amazing 3 day visit to China. The world has never seen human energy & vigor at such scale. Incredibly impressed with Tesla China team & potential for the future.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,09,https://twitter.com/elonmusk/status/1017333757077008385,[],[],0,,False,37647,1087,2464,,None,,,,,,,[],,,, +1040,1017329956173635584,1017328199825575936,1531385337000.0,2018-07-12 08:48:57,+0000,,@thanr Sure 🌌 💫,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,08,https://twitter.com/elonmusk/status/1017329956173635584,[],[],0,,False,1126,19,13,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}]",,,, +1041,1017328784834523136,1017328199825575936,1531385058000.0,2018-07-12 08:44:18,+0000,,"@Mickyni111 Look, at least it’s not the Magellanic Clouds. They’re basically next door.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,08,https://twitter.com/elonmusk/status/1017328784834523136,[],[],0,,False,633,20,16,,None,,,,,,,"[{'screen_name': 'Mickyni111', 'name': 'ⓐⓓⓐⓜ ⓜⓒⓥⓔⓘⓖⓗ🌐', 'id': '420586866'}]",,,, +1042,1017328199825575936,1017328199825575936,1531384918000.0,2018-07-12 08:41:58,+0000,,"Just between us, I have a teleportation stargate to the Andromeda galaxy. It’s amazing. https://t.co/eLqr4pLeIX",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,08,https://twitter.com/elonmusk/status/1017328199825575936,['https://twitter.com/rationaletienne/status/1017312055605497860'],[],0,,False,30514,1368,3273,https://twitter.com/rationaletienne/status/1017312055605497860,None,,,,,,,[],,,, +1043,1017327005057146880,1017327005057146880,1531384633000.0,2018-07-12 08:37:13,+0000,,So true https://t.co/DLagzIxyHm,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,08,https://twitter.com/elonmusk/status/1017327005057146880,['https://twitter.com/swiftonsecurity/status/1017206234439716864'],[],0,,False,6242,177,408,https://twitter.com/swiftonsecurity/status/1017206234439716864,None,,,,,,,[],,,, +1044,1017305639591333888,1017243230163873792,1531379539000.0,2018-07-12 07:12:19,+0000,,@Vivek_17m @thanr The pumps I saw were running v high flow rate all the way from cave 3. They stopped shortly after boys were rescued & water level rose to roof level all way back to cave 1. That was great work.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,07,https://twitter.com/elonmusk/status/1017305639591333888,[],[],0,,False,1586,22,87,,None,,,,,,,"[{'screen_name': 'Vivek_17m', 'name': 'Kalki', 'id': '312594754'}, {'screen_name': 'thanr', 'name': 'Than R. 🇨🇷🧡', 'id': '10405782'}]",,,, +1045,1017253864473530368,1017243230163873792,1531367195000.0,2018-07-12 03:46:35,+0000,,@thanr Sounds good,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,03,https://twitter.com/elonmusk/status/1017253864473530368,[],[],0,,False,723,40,43,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R. 🇨🇷🧡', 'id': '10405782'}]",,,, +1046,1017253021405892608,1017243230163873792,1531366994000.0,2018-07-12 03:43:14,+0000,,@thanr Glad to hear that. Engineering team also getting feedback from the British dive team on how to improve the design for future applications.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,03,https://twitter.com/elonmusk/status/1017253021405892608,[],[],0,,False,11757,165,792,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R. 🇨🇷🧡', 'id': '10405782'}]",,,, +1047,1017176625861963776,1017161290547126274,1531348780000.0,2018-07-11 22:39:40,+0000,,@vissmeerr @ArsenalDem @pvols1979 @CNET It will happen for sure. Damn.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1017176625861963776,[],[],0,,False,603,55,23,,None,,,,,,,"[{'screen_name': 'vissmeerr', 'name': 'Chris', 'id': '3169938712'}, {'screen_name': 'pvols1979', 'name': 'Phil Williams | Geekzweb.com', 'id': '975991'}, {'screen_name': 'CNET', 'name': 'CNET', 'id': '30261067'}]",,,, +1048,1017171482210811904,1017134082323406848,1531347554000.0,2018-07-11 22:19:14,+0000,,@greymusic Should drive temp to target. Why fan speed on app?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1017171482210811904,[],[],0,,False,382,35,11,,None,,,,,,,"[{'screen_name': 'greymusic', 'name': 'grey', 'id': '3272620926'}]",,,, +1049,1017170755421794304,1017161290547126274,1531347380000.0,2018-07-11 22:16:20,+0000,,@ArsenalDem @pvols1979 @CNET Lots of fake accounts on Twitter characterized by high following/follower ratio to make it seem like many real people when it isn’t. Wonder why.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1017170755421794304,[],[],0,,False,657,48,30,,None,,,,,,,"[{'screen_name': 'pvols1979', 'name': 'Phil Williams | Geekzweb.com', 'id': '975991'}, {'screen_name': 'CNET', 'name': 'CNET', 'id': '30261067'}]",,,, +1050,1017165087423934465,1017163137936748544,1531346029000.0,2018-07-11 21:53:49,+0000,,"@tammyharrington @d20_highroller Damn, now I want donuts 🍩",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/1017165087423934465,[],[],0,,False,673,121,52,,None,,,,,,,"[{'screen_name': 'tammyharrington', 'name': 'Tammy Harrington', 'id': '23806343'}, {'screen_name': 'd20_highroller', 'name': 'Deefry', 'id': '2804329145'}]",,,, +1051,1017163248808833025,1017163137936748544,1531345591000.0,2018-07-11 21:46:31,+0000,,@d20_highroller Yeah,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/1017163248808833025,[],[],0,,False,511,18,18,,None,,,,,,,"[{'screen_name': 'd20_highroller', 'name': 'Deefry', 'id': '2804329145'}]",,,, +1052,1017161917616361472,1017153192822558721,1531345273000.0,2018-07-11 21:41:13,+0000,,@shplatt @StarFire2258 Good point. Maybe use non-plumbers with work inspected/approved by pros.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/1017161917616361472,[],[],0,,False,759,40,18,,None,,,,,,,"[{'screen_name': 'shplatt', 'name': 'shplatt', 'id': '16076280'}, {'screen_name': 'StarFire2258', 'name': 'Sean Hollister', 'id': '2158461'}]",,,, +1053,1017157155638525952,1017153192822558721,1531344138000.0,2018-07-11 21:22:18,+0000,,"@StarFire2258 You’re right on both counts. Most houses in Flint have safe water, but they’ve lost faith in govt test results. Some houses are still outliers. Will organize a weekend in Flint to add filters to those houses with issues & hopefully fix perception of those that are actually good.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/1017157155638525952,[],[],0,,False,2100,113,257,,None,,,,,,,"[{'screen_name': 'StarFire2258', 'name': 'Sean Hollister', 'id': '2158461'}]",,,, +1054,1017155699216822272,1017153192822558721,1531343791000.0,2018-07-11 21:16:31,+0000,,@jonodiener Maybe rewarding to organize a barnstorming weekend for water filter installation?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/1017155699216822272,[],[],0,,False,573,36,38,,None,,,,,,,"[{'screen_name': 'jonodiener', 'name': 'Jono Diener', 'id': '122794139'}]",,,, +1055,1017154709642072064,1017153192822558721,1531343555000.0,2018-07-11 21:12:35,+0000,,"@jonodiener For now, reply to my tweet with ppm & ppb test results & will send someone to install a water filter. Creating email flint@x.com, but I’m in China so that won’t be working until tomorrow.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/1017154709642072064,[],[],0,,False,10440,252,1318,,None,,,,,,,"[{'screen_name': 'jonodiener', 'name': 'Jono Diener', 'id': '122794139'}]",,,, +1056,1017149641991680002,1017148253765156864,1531342347000.0,2018-07-11 20:52:27,+0000,,@DylanSheaMusic Please consider this a commitment that I will fund fixing the water in any house in Flint that has water contamination above FDA levels. No kidding.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1017149641991680002,[],[],0,,False,98686,2565,23958,,None,,,,,,,[],,,, +1057,1017148623425921024,1017079919740796928,1531342104000.0,2018-07-11 20:48:24,+0000,,@jack Great move,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1017148623425921024,[],[],0,,False,2333,51,90,,None,,,,,,,"[{'screen_name': 'jack', 'name': 'jack', 'id': '12'}]",,,, +1058,1017147323791446016,1017122892780326918,1531341794000.0,2018-07-11 20:43:14,+0000,,@vanschneider Why sir … 😊,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/1017147323791446016,[],[],0,,False,567,24,17,,None,,,,,,,"[{'screen_name': 'vanschneider', 'name': 'Tobias van Schneider', 'id': '18971006'}]",,,, +1059,1017055691230466048,1017055691230466048,1531319947000.0,2018-07-11 14:39:07,+0000,,Stockholm: it’s not just a syndrome,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,14,https://twitter.com/elonmusk/status/1017055691230466048,[],[],0,,False,40082,1006,3304,,None,,,,,,,[],,,, +1060,1017054898171473920,1017053297142784002,1531319758000.0,2018-07-11 14:35:58,+0000,,@KirklandJones Good point,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,14,https://twitter.com/elonmusk/status/1017054898171473920,[],[],0,,False,811,26,20,,None,,,,,,,"[{'screen_name': 'KirklandJones', 'name': ""Chillin' Costco"", 'id': '343809192'}]",,,, +1061,1017054281638113280,1017053297142784002,1531319611000.0,2018-07-11 14:33:31,+0000,,"@annerajb Definitely. Can’t wait to try that. Been a little distracted past few months on mostly Tesla matters, but back at it soon.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,14,https://twitter.com/elonmusk/status/1017054281638113280,[],[],0,,False,664,31,30,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +1062,1017053826640048128,1017053297142784002,1531319502000.0,2018-07-11 14:31:42,+0000,,"@ZainRaz4 Yes, and springy, like a highly damped trampoline",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,14,https://twitter.com/elonmusk/status/1017053826640048128,[],[],0,,False,545,27,27,,None,,,,,,,"[{'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}]",,,, +1063,1017053585157193728,1017053297142784002,1531319445000.0,2018-07-11 14:30:45,+0000,,Well … it looked smaller on paper,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,14,https://twitter.com/elonmusk/status/1017053585157193728,[],[],0,,False,12049,293,438,,None,,,,,,,[],,,, +1064,1017053297142784002,1017053297142784002,1531319376000.0,2018-07-11 14:29:36,+0000,,"Catching rocket fairings falling from space has proven tricky, so we made the net really big https://t.co/WMeNZeksRq",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,14,https://twitter.com/elonmusk/status/1017053297142784002,['https://twitter.com/teslarati/status/1016966736946581504'],[],0,,False,14027,376,1067,https://twitter.com/teslarati/status/1016966736946581504,None,,,,,,,[],,,, +1065,1016967753771577344,1016725039444475904,1531298981000.0,2018-07-11 08:49:41,+0000,,"@Katheri93719178 @dtemkin Yes. Caves are now filled with water again. Difficulty of passage is massively dependent on water level. Little kids can walk/swim in when low, but it can be deadly to pro divers when high. Pump & generator engineering team deserves some credit for the rescue.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,08,https://twitter.com/elonmusk/status/1016967753771577344,[],[],0,,False,1679,54,88,,None,,,,,,,"[{'screen_name': 'Katheri93719178', 'name': 'Katherine Venturoso', 'id': '4031892499'}, {'screen_name': 'dtemkin', 'name': 'Dave Temkintegration Test', 'id': '14579911'}]",,,, +1066,1016964791347187712,1016725039444475904,1531298275000.0,2018-07-11 08:37:55,+0000,,@JohnnaSabri @dtemkin It sometimes feels like reality is a moral filter. I suppose that is what religion tells us. Wonder what I should do differently.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,08,https://twitter.com/elonmusk/status/1016964791347187712,[],[],0,,False,2350,443,166,,None,,,,,,,"[{'screen_name': 'dtemkin', 'name': 'Dave Temkintegration Test', 'id': '14579911'}]",,,, +1067,1016962110687854593,1016808891252989952,1531297636000.0,2018-07-11 08:27:16,+0000,,@RockyPruitt @kulpability @DonAndrewBailey @haydentiff @TheFerris_Wheel @100K_Ideas @GotchuW Makes a lot of sense,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,08,https://twitter.com/elonmusk/status/1016962110687854593,[],[],0,,False,419,16,9,,None,,,,,,,"[{'screen_name': 'RockyPruitt', 'name': 'Rocky', 'id': '304895418'}, {'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'DonAndrewBailey', 'name': 'Don A. Bailey', 'id': '69329410'}, {'screen_name': 'haydentiff', 'name': '𝚃𝚒𝚏𝚏𝚊𝚗𝚢 𝙷𝚊𝚢𝚍𝚎𝚗', 'id': '2680350607'}, {'screen_name': '100K_Ideas', 'name': '100K Ideas', 'id': '847814181910917120'}, {'screen_name': 'GotchuW', 'name': 'gotchu.world', 'id': '1002289982688579584'}]",,,, +1068,1016960469737693184,1016725039444475904,1531297244000.0,2018-07-11 08:20:44,+0000,,@dtemkin This reaction has shaken my opinion of many people. We were asked to create a backup option & worked hard to do so. Checked with dive team many times to confirm it was worthwhile. Now it’s there for anyone who needs it in future. Something’s messed up if this is not a good thing.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,08,https://twitter.com/elonmusk/status/1016960469737693184,[],[],0,,False,54609,2219,4376,,None,,,,,,,"[{'screen_name': 'dtemkin', 'name': 'Dave Temkintegration Test', 'id': '14579911'}]",,,, +1069,1016944210753347585,1016868029613801472,1531293368000.0,2018-07-11 07:16:08,+0000,,@hankgreen @goodedesign I think the person who attacked me on Twitter will survive somehow,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,07,https://twitter.com/elonmusk/status/1016944210753347585,[],[],0,,False,5348,132,191,,None,,,,,,,"[{'screen_name': 'hankgreen', 'name': 'Hank Green', 'id': '61592079'}, {'screen_name': 'goodedesign', 'name': 'Pete Goode', 'id': '48627275'}]",,,, +1070,1016936881823633408,1016729567560699904,1531291621000.0,2018-07-11 06:47:01,+0000,,@hankgreen @eehouls Thanks for correcting me. I meant to say over half a million people.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,06,https://twitter.com/elonmusk/status/1016936881823633408,[],[],0,,False,1673,42,38,,None,,,,,,,"[{'screen_name': 'hankgreen', 'name': 'Hank Green', 'id': '61592079'}, {'screen_name': 'eehouls', 'name': 'erwin linker', 'id': '13399892'}]",,,, +1071,1016820172685012992,1016808891252989952,1531263795000.0,2018-07-10 23:03:15,+0000,,@DonAndrewBailey @haydentiff @TheFerris_Wheel @100K_Ideas @GotchuW Please lmk contamination levels of any kind when you test the water,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,23,https://twitter.com/elonmusk/status/1016820172685012992,[],[],0,,False,710,56,27,,None,,,,,,,"[{'screen_name': 'DonAndrewBailey', 'name': 'Don A. Bailey', 'id': '69329410'}, {'screen_name': 'haydentiff', 'name': '𝚃𝚒𝚏𝚏𝚊𝚗𝚢 𝙷𝚊𝚢𝚍𝚎𝚗', 'id': '2680350607'}, {'screen_name': '100K_Ideas', 'name': '100K Ideas', 'id': '847814181910917120'}, {'screen_name': 'GotchuW', 'name': 'gotchu.world', 'id': '1002289982688579584'}]",,,, +1072,1016810899179474944,1016808891252989952,1531261584000.0,2018-07-10 22:26:24,+0000,,@DonAndrewBailey @TheFerris_Wheel @100K_Ideas @GotchuW Please lmk results of your water tests,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,22,https://twitter.com/elonmusk/status/1016810899179474944,[],[],0,,False,717,30,22,,None,,,,,,,"[{'screen_name': 'DonAndrewBailey', 'name': 'Don A. Bailey', 'id': '69329410'}, {'screen_name': '100K_Ideas', 'name': '100K Ideas', 'id': '847814181910917120'}, {'screen_name': 'GotchuW', 'name': 'gotchu.world', 'id': '1002289982688579584'}]",,,, +1073,1016809376823246848,1016808891252989952,1531261221000.0,2018-07-10 22:20:21,+0000,,"@DonAndrewBailey @TheFerris_Wheel @100K_Ideas @GotchuW When you’re there next week, are you planning to test water sources for lead?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,22,https://twitter.com/elonmusk/status/1016809376823246848,[],[],0,,False,2967,60,88,,None,,,,,,,"[{'screen_name': 'DonAndrewBailey', 'name': 'Don A. Bailey', 'id': '69329410'}, {'screen_name': '100K_Ideas', 'name': '100K Ideas', 'id': '847814181910917120'}, {'screen_name': 'GotchuW', 'name': 'gotchu.world', 'id': '1002289982688579584'}]",,,, +1074,1016734966812758017,1016734421766963200,1531243480000.0,2018-07-10 17:24:40,+0000,,@DMC_Ryan Should be very soon. We’ve already made around 100 Model 3 Performance cars for test drives in stores.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1016734966812758017,[],[],0,,False,932,63,60,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1075,1016733555278348288,1016729567560699904,1531243144000.0,2018-07-10 17:19:04,+0000,,@bevvscott @eehouls Exactly,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1016733555278348288,[],[],0,,False,6017,96,78,,None,,,,,,,"[{'screen_name': 'bevvscott', 'name': 'Bev Scott', 'id': '826170052416188416'}, {'screen_name': 'eehouls', 'name': 'erwin linker', 'id': '13399892'}]",,,, +1076,1016731812159254529,1016729567560699904,1531242728000.0,2018-07-10 17:12:08,+0000,,"@eehouls No, it means I created jobs for 50,000 people directly and, through parts suppliers & supporting professions, ~250,000 people indirectly, thus supporting half a million families. What have you done?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1016731812159254529,[],[],0,,False,100179,3211,16384,,None,,,,,,,"[{'screen_name': 'eehouls', 'name': 'erwin linker', 'id': '13399892'}]",,,, +1077,1016696081697009664,1016659144823197696,1531234209000.0,2018-07-10 14:50:09,+0000,,@HelloCullen Already have,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,14,https://twitter.com/elonmusk/status/1016696081697009664,[],[],0,,False,11834,261,481,,None,,,,,,,"[{'screen_name': 'HelloCullen', 'name': 'cullen ""swamp trash"" crawford', 'id': '317394465'}]",,,, +1078,1016695490438619136,1016557719539605504,1531234068000.0,2018-07-10 14:47:48,+0000,,"@blake_kistler @BBCWorld Ironically, the “billionaire” label, when used by media, is almost always meant to devalue & denigrate the subject. I wasn’t called that until my companies got to a certain size, but reality is that I still do the same science & engineering as before. Just the scale has changed.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,14,https://twitter.com/elonmusk/status/1016695490438619136,[],[],0,,False,10198,1101,940,,None,,,,,,,"[{'screen_name': 'BBCWorld', 'name': 'BBC News (World)', 'id': '742143'}]",,,, +1079,1016690602124046336,1016557719539605504,1531232903000.0,2018-07-10 14:28:23,+0000,,"@LanceUlanoff @BBCWorld Good for rescuing vulnerable patients in dangerous environments, particularly if water, toxic gas or dangerous bacteria/viruses present, as patient would remain dry & at std air pressure entire time.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,14,https://twitter.com/elonmusk/status/1016690602124046336,[],[],0,,False,2845,74,276,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}, {'screen_name': 'BBCWorld', 'name': 'BBC News (World)', 'id': '742143'}]",,,, +1080,1016687688848510976,1016557719539605504,1531232208000.0,2018-07-10 14:16:48,+0000,,"@Sarthk007 @BBCWorld Yes, it was specifically designed to pass that point",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,14,https://twitter.com/elonmusk/status/1016687688848510976,[],[],0,,False,1059,26,72,,None,,,,,,,"[{'screen_name': 'BBCWorld', 'name': 'BBC News (World)', 'id': '742143'}]",,,, +1081,1016686032907931656,1016557719539605504,1531231814000.0,2018-07-10 14:10:14,+0000,,"@BBCWorld Moreover, based on extensive cave video review & discussion with several divers who know journey, SpaceX engineering is absolutely certain that mini-sub can do entire journey & demonstrate at any time.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,14,https://twitter.com/elonmusk/status/1016686032907931656,[],[],0,,False,3929,159,498,,None,,,,,,,"[{'screen_name': 'BBCWorld', 'name': 'BBC News (World)', 'id': '742143'}]",,,, +1082,1016684366083190785,1016557719539605504,1531231416000.0,2018-07-10 14:03:36,+0000,,"@BBCWorld The former Thai provincial governor (described inaccurately as “rescue chief”) is not the subject matter expert. That would be Dick Stanton, who co-led the dive rescue team. This is our direct correspondence: https://t.co/dmC9l3jiZR",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,14,https://twitter.com/elonmusk/status/1016684366083190785,[],['https://pbs.twimg.com/media/Dhv9BppUwAArP8X.jpg'],1,https://pbs.twimg.com/media/Dhv9BppUwAArP8X.jpg,False,28945,917,3966,,None,,,,,,,"[{'screen_name': 'BBCWorld', 'name': 'BBC News (World)', 'id': '742143'}]",,,, +1083,1016661708126015489,1015507453818044416,1531226014000.0,2018-07-10 12:33:34,+0000,,Great news that they made it out safely. Congratulations to an outstanding rescue team!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,12,https://twitter.com/elonmusk/status/1016661708126015489,[],[],0,,False,90632,1738,19791,,None,,,,,,,[],,,, +1084,1016590017052004352,1016284115681898496,1531208922000.0,2018-07-10 07:48:42,+0000,,@teslamodel3fan @Tesla Ok,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,07,https://twitter.com/elonmusk/status/1016590017052004352,[],[],0,,False,3596,63,115,,None,,,,,,,"[{'screen_name': 'teslamodel3fan', 'name': 'Tesla Model 3 Fan', 'id': '3532426698'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1085,1016443130017505280,1016443130017505280,1531173901000.0,2018-07-09 22:05:01,+0000,,Just returned from Cave 3. Mini-sub is ready if needed. It is made of rocket parts & named Wild Boar after kids’ soccer team. Leaving here in case it may be useful in the future. Thailand is so beautiful. https://t.co/EHNh8ydaTT,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,22,https://twitter.com/elonmusk/status/1016443130017505280,[],"['https://pbs.twimg.com/media/DhshmVzV4AA_LqO.jpg', 'https://pbs.twimg.com/media/DhshmVpU0AA8aIv.jpg']",1,https://pbs.twimg.com/media/DhshmVzV4AA_LqO.jpg,False,273141,7384,75433,,None,,,,,,,[],,,, +1086,1016404574813478913,1016063173139427329,1531164709000.0,2018-07-09 19:31:49,+0000,,@Noizey_Man @JaneidyEve That would be cool. I wonder what it’s like under all that ice.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/1016404574813478913,[],[],0,,False,1100,72,45,,None,,,,,,,"[{'screen_name': 'Noizey_Man', 'name': 'Michael Winslow', 'id': '272029893'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +1087,1016128459054157825,1016063173139427329,1531098878000.0,2018-07-09 01:14:38,+0000,,@EnochKo @Anna_online A second one that is 30cm shorter is almost complete,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,01,https://twitter.com/elonmusk/status/1016128459054157825,[],[],0,,False,3190,131,229,,None,,,,,,,"[{'screen_name': 'EnochKo', 'name': 'Enoch Ko', 'id': '17724107'}, {'screen_name': 'Anna_online', 'name': 'Anna Elizabeth 💙', 'id': '27340922'}]",,,, +1088,1016121109127876610,1016063173139427329,1531097125000.0,2018-07-09 00:45:25,+0000,,@JaneidyEve Yes. Those videos are from this morning.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1016121109127876610,[],[],0,,False,890,37,41,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +1089,1016119687191638016,1016063173139427329,1531096786000.0,2018-07-09 00:39:46,+0000,,"@Anna_online According to divers who have made the passage, yes. However, we also made an exact replica that is inflatable, so that the entire path can be tested without risk of blockage.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1016119687191638016,[],[],0,,False,4531,95,382,,None,,,,,,,"[{'screen_name': 'Anna_online', 'name': 'Anna Elizabeth 💙', 'id': '27340922'}]",,,, +1090,1016110809662066688,1016063173139427329,1531094670000.0,2018-07-09 00:04:30,+0000,,Simulating maneuvering through a narrow passage https://t.co/2z01Ut3vxJ,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1016110809662066688,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1016109554495442945/pu/img/LxPAu3MaYQTS7HOi.jpg,False,84954,2083,21109,,None,,,,,,,[],,,, +1091,1016098616300187648,1016075312176685056,1531091762000.0,2018-07-08 23:16:02,+0000,,"@2morrowknight Thanks, but we’ve not done anything useful yet. It is all other people.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,23,https://twitter.com/elonmusk/status/1016098616300187648,[],[],0,,False,9046,155,454,,None,,,,,,,"[{'screen_name': '2morrowknight', 'name': 'Sean Gardner', 'id': '19478383'}]",,,, +1092,1016097753963941890,1016063173139427329,1531091557000.0,2018-07-08 23:12:37,+0000,,"@bweikle According to divers who have made the journey, this is capable of maneuvering through all passages",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,23,https://twitter.com/elonmusk/status/1016097753963941890,[],[],0,,False,3740,62,224,,None,,,,,,,"[{'screen_name': 'bweikle', 'name': 'Brandie Weikle', 'id': '17347577'}]",,,, +1093,1016094166797996032,1016063173139427329,1531090702000.0,2018-07-08 22:58:22,+0000,,@binarybits @JaneidyEve Tube diameter is 31cm,pt,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,22,https://twitter.com/elonmusk/status/1016094166797996032,[],[],0,,False,3719,52,246,,None,,,,,,,"[{'screen_name': 'binarybits', 'name': 'Timothy B. Lee', 'id': '14165170'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +1094,1016076907421417472,1016063173139427329,1531086587000.0,2018-07-08 21:49:47,+0000,,"@JaneidyEve Mini-sub arriving in about 17 hours. Hopefully useful. If not, perhaps it will be in a future situation.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,21,https://twitter.com/elonmusk/status/1016076907421417472,[],[],0,,False,11247,171,1468,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +1095,1016074447122337792,1015507453818044416,1531086000000.0,2018-07-08 21:40:00,+0000,,Thanks @palicharterhigh for letting us use your pool,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,21,https://twitter.com/elonmusk/status/1016074447122337792,[],[],0,,False,16339,181,663,,None,,,,,,,[],,,, +1096,1016070898590232577,1016063173139427329,1531085154000.0,2018-07-08 21:25:54,+0000,,@imscoops It is an honor to work with them,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,21,https://twitter.com/elonmusk/status/1016070898590232577,[],[],0,,False,9775,77,288,,None,,,,,,,[],,,, +1097,1016064322357719040,1016064322357719040,1531083586000.0,2018-07-08 20:59:46,+0000,,"With some mods, this could also work as an escape pod in space",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1016064322357719040,[],[],0,,False,40269,874,2692,,None,,,,,,,[],,,, +1098,1016063173139427329,1016063173139427329,1531083312000.0,2018-07-08 20:55:12,+0000,, https://t.co/D1umiFDr1t,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1016063173139427329,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1016062954138042368/pu/img/BIWJNLecvbThplFE.jpg,False,183426,3728,47222,,None,,,,,,,[],,,, +1099,1016032769082716161,1016032422352293891,1531076063000.0,2018-07-08 18:54:23,+0000,,@IAmJohnMcMahon I want to know who is running the Etherium scambots! Mad skillz …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1016032769082716161,[],[],0,,False,5117,262,418,,None,,,,,,,"[{'screen_name': 'IAmJohnMcMahon', 'name': 'John McMahon', 'id': '1082979494'}]",,,, +1100,1016032133314310144,1015997322818252801,1531075912000.0,2018-07-08 18:51:52,+0000,,@DocJohnG @PewellaClarke @dcliem It is both alarming & explanatory that you run a psych ward,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1016032133314310144,[],[],0,,False,2014,71,89,,None,,,,,,,"[{'screen_name': 'DocJohnG', 'name': 'Dr. John Grohol', 'id': '16854190'}, {'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +1101,1016031254465015808,1015507453818044416,1531075702000.0,2018-07-08 18:48:22,+0000,,"@KyleBrubaker Diver weight belts wrapped around outside. Mini-sub only weighs ~40kg dry, so easy to carry on long dry sections of cave, then add weight belts for wet sections.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1016031254465015808,[],[],0,,False,1680,45,139,,None,,,,,,,"[{'screen_name': 'KyleBrubaker', 'name': 'Kyle Brubaker', 'id': '24933876'}]",,,, +1102,1016029337450004480,1015997322818252801,1531075245000.0,2018-07-08 18:40:45,+0000,,"@PPathole @JimmyVosika @dcliem Yeah, that sounds cool. Music makes things better. Calms the mind. Adding padded wall pockets for a hand radio & phone/music player.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1016029337450004480,[],[],0,,False,5044,63,347,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'JimmyVosika', 'name': 'Jimmy', 'id': '15489063'}, {'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +1103,1016026055272906752,1015997322818252801,1531074463000.0,2018-07-08 18:27:43,+0000,,"@astrography__ @dcliem Aluminum shell has high thermal conductivity, so will be close to ambient. If ambient is cold, a thin layer of neoprene insulation around interior will keep occupant warm.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1016026055272906752,[],[],0,,False,2983,45,269,,None,,,,,,,"[{'screen_name': 'astrography__', 'name': 'Infinity Cosmos™', 'id': '930673737824907265'}, {'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +1104,1016024280566394880,1015997322818252801,1531074039000.0,2018-07-08 18:20:39,+0000,,@dcliem https://t.co/jL2sPT0NCp,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1016024280566394880,[],['https://pbs.twimg.com/media/Dhmkr6nU0AA_gEO.jpg'],1,https://pbs.twimg.com/media/Dhmkr6nU0AA_gEO.jpg,False,6136,127,686,,None,,,,,,,"[{'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +1105,1016023545703383040,1015997322818252801,1531073864000.0,2018-07-08 18:17:44,+0000,,@dcliem Buoyancy adjusted by strapping diver weight belts around body of capsule. They’re prevented from sliding off by the 6 diver handhold attachments.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1016023545703383040,[],[],0,,False,873,12,84,,None,,,,,,,"[{'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +1106,1016022770365288449,1015997322818252801,1531073679000.0,2018-07-08 18:14:39,+0000,,"@MontanaSeptic @dcliem Testing for 3 more hours in LA, then it’s on a plane to Thailand",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1016022770365288449,[],[],0,,False,1786,51,307,,None,,,,,,,"[{'screen_name': 'MontanaSeptic', 'name': 'Montana Septic', 'id': '989479689600331776'}, {'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +1107,1016022074307907584,1015997322818252801,1531073513000.0,2018-07-08 18:11:53,+0000,,"@dcliem Design based on dive team feedback (primarily Stanton): 4 air / oxygen ports front & rear, front ports protected by nosecone. Dual O-ring seal on acrylic rear plate with clear view of occupant head. Leak/buckling proof to 10X cave water pressure.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1016022074307907584,[],[],0,,False,1405,19,182,,None,,,,,,,"[{'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +1108,1016014090320338944,1016010653885181952,1531071610000.0,2018-07-08 17:40:10,+0000,,@vcastillo630 @adblanche I am an engineer,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/1016014090320338944,[],[],0,,False,1271,62,118,,None,,,,,,,"[{'screen_name': 'vcastillo630', 'name': 'Vivianne Castillo', 'id': '781720935590158336'}, {'screen_name': 'adblanche', 'name': 'aubrey blanche (she/her)', 'id': '23356719'}]",,,, +1109,1016012966557188097,1015741333724524545,1531071342000.0,2018-07-08 17:35:42,+0000,,@annerajb @kulpability @sivarajkumar237 @KO_Sulli @Grady_Booch @slashdot Tight control code is always C,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/1016012966557188097,[],[],0,,False,498,30,24,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'sivarajkumar237', 'name': 'Sivaraj', 'id': '1386380306'}, {'screen_name': 'KO_Sulli', 'name': 'KO_Sulli', 'id': '316537898'}, {'screen_name': 'Grady_Booch', 'name': 'Grady Booch', 'id': '397689316'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1110,1016006658881871876,1015741333724524545,1531069838000.0,2018-07-08 17:10:38,+0000,,@annerajb @sivarajkumar237 @KO_Sulli @Grady_Booch @slashdot Python is done right. Great name story too.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/1016006658881871876,[],[],0,,False,735,21,62,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'sivarajkumar237', 'name': 'Sivaraj', 'id': '1386380306'}, {'screen_name': 'KO_Sulli', 'name': 'KO_Sulli', 'id': '316537898'}, {'screen_name': 'Grady_Booch', 'name': 'Grady Booch', 'id': '397689316'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1111,1016005381686943744,1015997322818252801,1531069534000.0,2018-07-08 17:05:34,+0000,,"@DocJohnG @dcliem If I am a narcissist (which might be true), at least I am a useful one",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/1016005381686943744,[],[],0,,False,14258,266,2489,,None,,,,,,,"[{'screen_name': 'DocJohnG', 'name': 'Dr. John Grohol', 'id': '16854190'}, {'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +1112,1016002749446516737,1015741333724524545,1531068906000.0,2018-07-08 16:55:06,+0000,,@sivarajkumar237 @KO_Sulli @Grady_Booch @slashdot 🖤🖤🖤 Python 🖤🖤🖤,cy,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,16,https://twitter.com/elonmusk/status/1016002749446516737,[],[],0,,False,1171,31,209,,None,,,,,,,"[{'screen_name': 'sivarajkumar237', 'name': 'Sivaraj', 'id': '1386380306'}, {'screen_name': 'KO_Sulli', 'name': 'KO_Sulli', 'id': '316537898'}, {'screen_name': 'Grady_Booch', 'name': 'Grady Booch', 'id': '397689316'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1113,1016000593616236545,1015997322818252801,1531068392000.0,2018-07-08 16:46:32,+0000,,@dcliem Pretty close. There is a nosecone on the front to protect against rocks impacting fwd air hoses with a hole on the side for hoses to exit.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,16,https://twitter.com/elonmusk/status/1016000593616236545,[],[],0,,False,7413,125,552,,None,,,,,,,"[{'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +1114,1015999090050514944,1015741333724524545,1531068034000.0,2018-07-08 16:40:34,+0000,,@KO_Sulli @Grady_Booch @slashdot Turbo,es,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,16,https://twitter.com/elonmusk/status/1015999090050514944,[],[],0,,False,420,11,10,,None,,,,,,,"[{'screen_name': 'KO_Sulli', 'name': 'KO_Sulli', 'id': '316537898'}, {'screen_name': 'Grady_Booch', 'name': 'Grady Booch', 'id': '397689316'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1115,1015998786642907136,1015741333724524545,1531067961000.0,2018-07-08 16:39:21,+0000,,@Grady_Booch @slashdot C,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,16,https://twitter.com/elonmusk/status/1015998786642907136,[],[],0,,False,447,18,17,,None,,,,,,,"[{'screen_name': 'Grady_Booch', 'name': 'Grady Booch', 'id': '397689316'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1116,1015854883990265856,1013817050962128896,1531033652000.0,2018-07-08 07:07:32,+0000,,"@ayshardzn Given Chiang Rai airport hours, soonest we could’ve departed US was an hour ago, but cave now closed for diver rescue. Will continue testing in LA in case needed later or for somewhere else in future.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,07,https://twitter.com/elonmusk/status/1015854883990265856,[],[],0,,False,1505,117,261,,None,,,,,,,"[{'screen_name': 'ayshardzn', 'name': '𝗔𝘆𝘀𝗵𝗮 𝗥𝗶𝗱𝘇𝘂𝗮𝗻', 'id': '52719612'}]",,,, +1117,1015850486543495168,1015835053807394816,1531032604000.0,2018-07-08 06:50:04,+0000,,"@DowdEdward Will do. Even if not useful here, perhaps it will be in a future situation.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/1015850486543495168,[],[],0,,False,3280,111,556,,None,,,,,,,"[{'screen_name': 'DowdEdward', 'name': 'Ed ☯️ The Obsolete Man...a Free Thinker', 'id': '1570180292'}]",,,, +1118,1015835053807394816,1015835053807394816,1531028924000.0,2018-07-08 05:48:44,+0000,,Extremely talented dive team. Makes sense given monsoon. Godspeed. https://t.co/t5XRo3gTxK,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,05,https://twitter.com/elonmusk/status/1015835053807394816,['https://twitter.com/bbcbreaking/status/1015811558851661825'],[],0,,False,45856,840,6384,https://twitter.com/bbcbreaking/status/1015811558851661825,None,,,,,,,[],,,, +1119,1015761785272463360,1015741333724524545,1531011456000.0,2018-07-08 00:57:36,+0000,,@slashdot Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,00,https://twitter.com/elonmusk/status/1015761785272463360,[],[],0,,False,18441,529,1674,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1120,1015706931753652224,1015507453818044416,1530998378000.0,2018-07-07 21:19:38,+0000,,@dirkbonhomme @JelteDesign @maysacha Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1015706931753652224,[],[],0,,False,1975,95,94,,None,,,,,,,"[{'screen_name': 'dirkbonhomme', 'name': 'Dirk Bonhomme', 'id': '14375479'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}]",,,, +1121,1015689632355250176,1015507453818044416,1530994253000.0,2018-07-07 20:10:53,+0000,,@JelteDesign @maysacha Fitted for a kid or small adult to minimize open air. Segmented compartments to place rocks or dive weights & adjust bouyancy.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1015689632355250176,[],[],0,,False,1348,94,115,,None,,,,,,,"[{'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}]",,,, +1122,1015686382646259715,1015507453818044416,1530993478000.0,2018-07-07 19:57:58,+0000,,@abroadwithalec @maysacha Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1015686382646259715,[],[],0,,False,1056,26,40,,None,,,,,,,"[{'screen_name': 'abroadwithalec', 'name': 'Alec', 'id': '2361551863'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}]",,,, +1123,1015685823906234368,1015507453818044416,1530993345000.0,2018-07-07 19:55:45,+0000,,"@maysacha 4 handles/hitch points on front & 4 on rear. 2 air tank connections on front & 2 on rear, allowing 1 to 4 tanks simultaneously connected, all recessed for impact protection w secondary cap seal if leak develops.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1015685823906234368,[],[],0,,False,1741,55,174,,None,,,,,,,"[{'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}]",,,, +1124,1015676772338159618,1015647807066140672,1530991187000.0,2018-07-07 19:19:47,+0000,,@thanr @ablack82 I’m in LA working with the SpaceX team building the kid mini-sub,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1015676772338159618,[],[],0,,False,2473,114,464,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R. 🇨🇷🧡', 'id': '10405782'}, {'screen_name': 'ablack82', 'name': 'ablack82', 'id': '1129138391872888832'}]",,,, +1125,1015666557458964480,1015507453818044416,1530988752000.0,2018-07-07 18:39:12,+0000,,"@aiyanaskye Construction complete in about 8 hours, then 17 hour flight to Thailand",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1015666557458964480,[],[],0,,False,3362,177,695,,None,,,,,,,"[{'screen_name': 'aiyanaskye', 'name': 'Aiyana Skye', 'id': '65802568'}]",,,, +1126,1015665633504063488,1015507453818044416,1530988531000.0,2018-07-07 18:35:31,+0000,,"Continue to be amazed by the bravery, resilience & tenacity of kids & diving team in Thailand. Human character at its best.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1015665633504063488,[],[],0,,False,74367,986,10103,,None,,,,,,,[],,,, +1127,1015657378140704768,1015507453818044416,1530986563000.0,2018-07-07 18:02:43,+0000,,"Got more great feedback from Thailand. Primary path is basically a tiny, kid-size submarine using the liquid oxygen transfer tube of Falcon rocket as hull. Light enough to be carried by 2 divers, small enough to get through narrow gaps. Extremely robust.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1015657378140704768,[],[],0,,False,68734,1414,11095,,None,,,,,,,[],,,, +1128,1015654917782978560,1015645483816050690,1530985977000.0,2018-07-07 17:52:57,+0000,,@VoltzCoreAudio Ground winds would,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,17,https://twitter.com/elonmusk/status/1015654917782978560,[],[],0,,False,533,10,9,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}]",,,, +1129,1015648140341403648,1015645483816050690,1530984361000.0,2018-07-07 17:26:01,+0000,,@VoltzCoreAudio Yes. All-weather. ~300km/h high altitude winds. ~60km/h ground winds. It’s a beast.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,17,https://twitter.com/elonmusk/status/1015648140341403648,[],[],0,,False,4602,52,211,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}]",,,, +1130,1015529153817239552,1015507453818044416,1530955992000.0,2018-07-07 09:33:12,+0000,,@jevjack1 Can’t be too buoyant,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,09,https://twitter.com/elonmusk/status/1015529153817239552,[],[],0,,False,490,59,20,,None,,,,,,,"[{'screen_name': 'jevjack1', 'name': 'Jake Edwards', 'id': '2594331143'}]",,,, +1131,1015507453818044416,1015507453818044416,1530950818000.0,2018-07-07 08:06:58,+0000,,"Some good feedback from cave experts in Thailand. Iterating with them on an escape pod design that might be safe enough to try. Also building an inflatable tube with airlocks. Less likely to work, given tricky contours, but great if it does.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,08,https://twitter.com/elonmusk/status/1015507453818044416,[],[],0,,False,134070,2701,20524,,None,,,,,,,[],,,, +1132,1015366461957627904,1014251869760249856,1530917203000.0,2018-07-06 22:46:43,+0000,,@ArkadiuszKula @JL2579 @MattyIce4412 @thanr @JamesWorldSpace Good idea,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/1015366461957627904,[],[],0,,False,788,61,23,,None,,,,,,,"[{'screen_name': 'ArkadiuszKula', 'name': 'Arek', 'id': '2352295417'}, {'screen_name': 'JL2579', 'name': 'JL2579', 'id': '385879377'}, {'screen_name': 'MattyIce4412', 'name': 'Matt', 'id': '132221244'}, {'screen_name': 'thanr', 'name': 'Than R. 🇨🇷🧡', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +1133,1015363973611425793,1014251869760249856,1530916610000.0,2018-07-06 22:36:50,+0000,,"@JL2579 @MattyIce4412 @thanr @JamesWorldSpace Prob wise to add an air tank (butt end fwd to take impacts) in nose of pod & vent valve in rear. Set air tank to slow bleed rate, then no need for SCUBA mouthpiece or regulator. Training unnecessary & less susceptible to panic attack.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/1015363973611425793,[],[],0,,False,1011,62,76,,None,,,,,,,"[{'screen_name': 'JL2579', 'name': 'JL2579', 'id': '385879377'}, {'screen_name': 'MattyIce4412', 'name': 'Matt', 'id': '132221244'}, {'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +1134,1015361792007069696,1015259805525725184,1530916090000.0,2018-07-06 22:28:10,+0000,,@LittleMissFlint You’re welcome. Happy birthday! 🎁🎉🎂,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/1015361792007069696,[],[],0,,False,2754,30,63,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +1135,1015360604192768000,1014251869760249856,1530915807000.0,2018-07-06 22:23:27,+0000,,"@MattyIce4412 @thanr @JamesWorldSpace Yeah, that’s what I’m talking about in that tweet — double-layer Kevlar pressure pod with Teflon coating. Other approach is a long inflatable air sock. Both worth trying.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/1015360604192768000,[],[],0,,False,1019,20,80,,None,,,,,,,"[{'screen_name': 'MattyIce4412', 'name': 'Matt', 'id': '132221244'}, {'screen_name': 'thanr', 'name': 'Than R. 🇨🇷🧡', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +1136,1015359443876360192,1014251869760249856,1530915530000.0,2018-07-06 22:18:50,+0000,,@williamwinters @austinhopperrrr @maysacha @thanr @JamesWorldSpace Exactly. You can put socks on your feet the same way. There would be no relative motion between the tube & rock wall.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/1015359443876360192,[],[],0,,False,480,9,15,,None,,,,,,,"[{'screen_name': 'williamwinters', 'name': 'william winters 🍁', 'id': '15039188'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}, {'screen_name': 'thanr', 'name': 'Than R. 🇨🇷🧡', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +1137,1015355758471532549,1015353115225124864,1530914651000.0,2018-07-06 22:04:11,+0000,,@jeremysliew It’s open so that others who are closer to the problem can consider this as one possible solution,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/1015355758471532549,[],[],0,,False,8543,111,462,,None,,,,,,,"[{'screen_name': 'jeremysliew', 'name': 'Jeremy Liew, #BLM #StopAsianHate', 'id': '23976717'}]",,,, +1138,1015350212808749056,1015336487674699779,1530913329000.0,2018-07-06 21:42:09,+0000,,"@siwgrindaker @erikveen Should be possible to increase the air inflow rate above the leak rate, unless there is a very big hole. If oxygen % is dropping, suggests that leak holes are not large.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/1015350212808749056,[],[],0,,False,501,14,22,,None,,,,,,,"[{'screen_name': 'siwgrindaker', 'name': 'Siw Grindaker', 'id': '84868803'}, {'screen_name': 'erikveen', 'name': 'Erix433n', 'id': '20876587'}]",,,, +1139,1015342277017784320,1015336487674699779,1530911437000.0,2018-07-06 21:10:37,+0000,,@erikveen I would def recommend this,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/1015342277017784320,[],[],0,,False,3259,79,80,,None,,,,,,,"[{'screen_name': 'erikveen', 'name': 'Erix433n', 'id': '20876587'}]",,,, +1140,1015341937115553793,1014251869760249856,1530911356000.0,2018-07-06 21:09:16,+0000,,@thanr @JamesWorldSpace Building double-layer Kevlar pressure pods with Teflon coating to slip by rocks & front/rear rope tow hitch & lead pockets for neutral buoyancy. ~60 cm oval. Testing this aft in a pool with a subject who has never done SCUBA. Do the divers think something like this might work?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/1015341937115553793,[],[],0,,False,1221,72,129,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R. 🇨🇷🧡', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +1141,1015334555002081280,1015092206254710784,1530909596000.0,2018-07-06 20:39:56,+0000,,@bonnienorman @TeslaBull @trippedover Interesting,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,20,https://twitter.com/elonmusk/status/1015334555002081280,[],[],0,,False,532,19,16,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': 'Bonnie Norman', 'id': '195009699'}, {'screen_name': 'TeslaBull', 'name': 'TeslaBull', 'id': '1037893101627498496'}, {'screen_name': 'TrippedOver', 'name': 'TrippedOver', 'id': '627165717'}]",,,, +1142,1015310752830218241,1014251869760249856,1530903921000.0,2018-07-06 19:05:21,+0000,,"@thanr @JamesWorldSpace Great, thanks",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/1015310752830218241,[],[],0,,False,1031,32,47,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +1143,1015307876829548544,1014251869760249856,1530903236000.0,2018-07-06 18:53:56,+0000,,@JamesWorldSpace Inflatable tubes & pods being made out of Kevlar for better abrasion resistance. A SpaceX engineer happens to be in Thailand & is headed there now. Could one of the divers DM me? Need approx contour of most difficult sections for tube fab.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1015307876829548544,[],[],0,,False,1801,78,302,,None,,,,,,,"[{'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +1144,1015286165383987200,1014251869760249856,1530898059000.0,2018-07-06 17:27:39,+0000,,"@ladykayaker @JamesWorldSpace So long as air pressure in tube higher than water pressure, air will blow out & water won’t come in",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/1015286165383987200,[],[],0,,False,702,49,51,,None,,,,,,,"[{'screen_name': 'ladykayaker', 'name': ""My cats' butler"", 'id': '23485619'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +1145,1015276185293426688,1014251869760249856,1530895680000.0,2018-07-06 16:48:00,+0000,,"@thanr @JamesWorldSpace Does you know output voltage & amperage of those generator trucks? 3 phase? What frequency? Will need high voltage transformer to carry power over distance or very thick cable. Beyond that, only batteries will work. Will prep Powerwalls in case needed.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1015276185293426688,[],[],0,,False,1556,48,165,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R. 🇨🇷🧡', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +1146,1015138953693880320,1014251869760249856,1530862961000.0,2018-07-06 07:42:41,+0000,,@JamesWorldSpace SpaceX & Boring Co engineers headed to Thailand tomorrow to see if we can be helpful to govt. There are probably many complexities that are hard to appreciate without being there in person.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/1015138953693880320,[],[],0,,False,19418,865,6934,,None,,,,,,,"[{'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +1147,1015137456901931008,1014251869760249856,1530862604000.0,2018-07-06 07:36:44,+0000,,"@JamesWorldSpace Looks like 1st bit of water is close enough to entrance to be pumped out. 2nd & 3rd would need battery packs, air pumps & tubes. If depth of 2nd is accurate, would need ~0.5 bar tube pressure. Prob need to enter tube, zip up & then transit.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/1015137456901931008,[],[],0,,False,3423,98,600,,None,,,,,,,"[{'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +1148,1015116567477014528,1014251869760249856,1530857624000.0,2018-07-06 06:13:44,+0000,,"@chiefpad @JamesWorldSpace So long as air feed rate exceeds leak rate, tube remains inflated. This is how bouncy castles or inflatable mazes work. Needs very little power as the work (physics def of work) done is low. Pumping out water faster than it enters the cave system is prob 10X to 1000X more power.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1015116567477014528,[],[],0,,False,1859,49,202,,None,,,,,,,"[{'screen_name': 'chiefpad', 'name': 'chiefpad', 'id': '15876825'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +1149,1015115481097777152,1014251869760249856,1530857365000.0,2018-07-06 06:09:25,+0000,,@chiefpad @JamesWorldSpace Have a small velcro slit entrance & exit in circumferential direction (half stress of longitudinal direction),en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1015115481097777152,[],[],0,,False,1332,20,121,,None,,,,,,,"[{'screen_name': 'chiefpad', 'name': 'chiefpad', 'id': '15876825'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +1150,1015108458067124225,1014251869760249856,1530855690000.0,2018-07-06 05:41:30,+0000,,"@ladykayaker @JamesWorldSpace Walking speed is around 5km/h, but if you’re in an air tube, time doesn’t matter much. If tube diameter was 1.5m, a fast walk of 5km would take 40 mins or so. Just need to duck for the narrow sections.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,05,https://twitter.com/elonmusk/status/1015108458067124225,[],[],0,,False,1813,57,210,,None,,,,,,,"[{'screen_name': 'ladykayaker', 'name': ""My cats' butler"", 'id': '23485619'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +1151,1015105500105412610,1014251869760249856,1530854985000.0,2018-07-06 05:29:45,+0000,,@JamesWorldSpace Maybe worth trying: insert a 1m diameter nylon tube (or shorter set of tubes for most difficult sections) through cave network & inflate with air like a bouncy castle. Should create an air tunnel underwater against cave roof & auto-conform to odd shapes like the 70cm hole.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,05,https://twitter.com/elonmusk/status/1015105500105412610,[],[],0,,False,19356,1213,3838,,None,,,,,,,"[{'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +1152,1015004489567256576,1014983757252780033,1530830902000.0,2018-07-05 22:48:22,+0000,,@cate_long @lopezlinette Exactly. A journalist who publicly expresses love for & parties in Vegas with a prominent shortseller of any given company should disclose this when writing articles.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,22,https://twitter.com/elonmusk/status/1015004489567256576,[],[],0,,False,2095,111,125,,None,,,,,,,"[{'screen_name': 'cate_long', 'name': 'Cate Long', 'id': '15659909'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +1153,1015000443267645441,1014923617791107073,1530829938000.0,2018-07-05 22:32:18,+0000,,"@MelissaLeeCNBC @thesheetztweetz @CNBC @Lebeaucarnews I know you & believe you, but it means Lopez misled readers in her article, because that is exactly what she said",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,22,https://twitter.com/elonmusk/status/1015000443267645441,[],[],0,,False,564,35,20,,None,,,,,,,"[{'screen_name': 'MelissaLeeCNBC', 'name': 'Melissa Lee', 'id': '1347071545'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'Lebeaucarnews', 'name': 'Phil LeBeau', 'id': '70987052'}]",,,, +1154,1014998760638697473,1014983757252780033,1530829536000.0,2018-07-05 22:25:36,+0000,,@jowens510 @lopezlinette I didn’t ask anyone and the people who sent the snapshots don’t work for me. They just don’t like hypocrites.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,22,https://twitter.com/elonmusk/status/1014998760638697473,[],[],0,,False,1935,60,47,,None,,,,,,,"[{'screen_name': 'jowens510', 'name': 'Jeremy C. Owens', 'id': '329838136'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +1155,1014987505978863616,1014983757252780033,1530826853000.0,2018-07-05 21:40:53,+0000,,@lopezlinette They were sent to me by multiple people on the Internet. I don’t use Facebook.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1014987505978863616,[],[],0,,False,8817,223,273,,None,,,,,,,"[{'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +1156,1014987092697346048,1014923617791107073,1530826755000.0,2018-07-05 21:39:15,+0000,,@thesheetztweetz @CNBC @Lebeaucarnews Lopez wrote that Melissa Lee of CNBC was “dancing her face off” with Chanos in Vegas. Is this true? https://t.co/jy7sQkZ4R5,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1014987092697346048,['http://www.norwichbulletin.com/article/20140516/NEWS/305169979'],[],0,,False,655,33,29,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'Lebeaucarnews', 'name': 'Phil LeBeau', 'id': '70987052'}]",,,, +1157,1014986117341253633,1014800225788018688,1530826522000.0,2018-07-05 21:35:22,+0000,,@S_Padival @lopezlinette Why did @lopezlinette publish a love letter puff piece about Chanos’s cuff links? Who took the pic? Obv not objective https://t.co/eaLVIgwm7k,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1014986117341253633,['http://www.businessinsider.com/jim-chanos-sweet-chinese-yuan-cufflinks-2014-5'],[],0,,False,460,35,35,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'SP 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +1158,1014982701634351104,1014800225788018688,1530825708000.0,2018-07-05 21:21:48,+0000,,@S_Padival @lopezlinette https://t.co/ystkbF7p1W,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1014982701634351104,[],"['https://pbs.twimg.com/media/DhXxYloUcAAZwZ7.jpg', 'https://pbs.twimg.com/media/DhXxYloVAAAeW8w.jpg']",1,https://pbs.twimg.com/media/DhXxYloUcAAZwZ7.jpg,False,456,26,34,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'SP 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +1159,1014982448826871808,1014800225788018688,1530825647000.0,2018-07-05 21:20:47,+0000,,@S_Padival @lopezlinette .@Lopezlinette posted on social media that she was partying in Vegas with Chanos & Tepper with caption “Love both these dudes”. Doesn’t sound very objective https://t.co/oy1Tz6Cg68,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1014982448826871808,['http://www.dodgeglobe.com/article/20140516/News/305169981'],[],0,,False,559,23,33,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'SP 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +1160,1014964962718973952,1014964418189328384,1530821478000.0,2018-07-05 20:11:18,+0000,,"@Rayhawn @Tesla Norwegians are right to be upset with Tesla. We are having trouble expanding our service facilities in Oslo especially. Can solve quickly with Tesla mobile service vans, but awaiting govt permission to do so.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,20,https://twitter.com/elonmusk/status/1014964962718973952,[],[],0,,False,5328,155,242,,None,,,,,,,"[{'screen_name': 'Rayhawn', 'name': 'Rehan', 'id': '33495223'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1161,1014964102672801792,1014957159048732672,1530821273000.0,2018-07-05 20:07:53,+0000,,@ajs @nichcarlson @businessinsider @lopezlinette Are you 100% certain that @businessinsider stands by @lopezlinette & supports everything she’s done? Why won’t Lopez go on record saying that she never offered Tripp anything for inside info or asked him to break his confidentiality agreement by taking detailed video of Tesla IP?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,20,https://twitter.com/elonmusk/status/1014964102672801792,[],[],0,,False,1501,80,91,,None,,,,,,,"[{'screen_name': 'ajs', 'name': 'Alyson Shontell', 'id': '24941044'}, {'screen_name': 'nichcarlson', 'name': 'Nicholas Carlson', 'id': '9549942'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +1162,1014952644555599872,1014800225788018688,1530818542000.0,2018-07-05 19:22:22,+0000,,@tombrechet @vassilyk @FlatJannrickles @vincent13031925 @TeslaBull @scottwww @stetopinini @S_Padival @lopezlinette @Tesla Sounds fishy. How did that go down?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/1014952644555599872,[],[],0,,False,419,31,11,,None,,,,,,,"[{'screen_name': 'TomBrechet', 'name': 'Brechet Tom', 'id': '1232742351069753347'}, {'screen_name': 'vassilyk', 'name': 'Lettuce Cat', 'id': '37499098'}, {'screen_name': 'FlatJannrickles', 'name': 'Jann Rickles', 'id': '212795909'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'TeslaBull', 'name': 'TeslaBull', 'id': '1037893101627498496'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'stetopinini', 'name': 'stef', 'id': '1216683854'}, {'screen_name': 'S_Padival', 'name': 'SP 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1163,1014948255950442496,1014923617791107073,1530817495000.0,2018-07-05 19:04:55,+0000,,@steveshmidt @thesheetztweetz @CNBC @Lebeaucarnews True,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/1014948255950442496,[],[],0,,False,621,43,14,,None,,,,,,,"[{'screen_name': 'steveshmidt', 'name': 'Steve', 'id': '44682767'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'Lebeaucarnews', 'name': 'Phil LeBeau', 'id': '70987052'}]",,,, +1164,1014942490690969600,1014800225788018688,1530816121000.0,2018-07-05 18:42:01,+0000,,"@vincent13031925 @TeslaBull @scottwww @stetopinini @S_Padival @lopezlinette So @lopezlinette publicly stated she stans for Chanos, Tesla’s most prominent short-seller. In her words, he is “one of the greatest.” Her articles print Chanos’s view verbatim. This is not journalism.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1014942490690969600,[],[],0,,False,829,73,58,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'TeslaBull', 'name': 'TeslaBull', 'id': '1037893101627498496'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'stetopinini', 'name': 'stef', 'id': '1216683854'}, {'screen_name': 'S_Padival', 'name': 'SP 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +1165,1014935357345763330,1014800225788018688,1530814420000.0,2018-07-05 18:13:40,+0000,,"@scottwww @stetopinini @S_Padival @lopezlinette .@lopezlinette You stated publicly that you “see eye to eye” with Chanos, the most prominent short-seller of Tesla. Have you ever provided him with material non-public information about Tesla?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1014935357345763330,[],[],0,,False,748,44,53,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'stetopinini', 'name': 'stef', 'id': '1216683854'}, {'screen_name': 'S_Padival', 'name': 'SP 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +1166,1014932627986370560,1012472972236414976,1530813769000.0,2018-07-05 18:02:49,+0000,,@TeslaBull What a coincidence …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1014932627986370560,[],[],0,,False,2563,47,94,,None,,,,,,,"[{'screen_name': 'TeslaBull', 'name': 'TeslaBull', 'id': '1037893101627498496'}]",,,, +1167,1014932211584266240,1014923617791107073,1530813670000.0,2018-07-05 18:01:10,+0000,,@thesheetztweetz @CNBC @Lebeaucarnews Am not attacking all media or even all of @CNBC. Just asked if you inform public about an analyst’s prediction track record about a subject when putting them on your show.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1014932211584266240,[],[],0,,False,2090,80,132,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'Lebeaucarnews', 'name': 'Phil LeBeau', 'id': '70987052'}]",,,, +1168,1014923546210938880,1014800225788018688,1530811604000.0,2018-07-05 17:26:44,+0000,,"@stetopinini @S_Padival @lopezlinette Indeed, very simple question. To be specific: @lopezlinette, did you compensate or promise to compensate Martin Tripp for inside information about Tesla? Did he, under that inducement, provide you with exaggerated negative info, which you printed, but turned out to be untrue?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1014923546210938880,[],[],0,,False,965,57,81,,None,,,,,,,"[{'screen_name': 'stetopinini', 'name': 'stef', 'id': '1216683854'}, {'screen_name': 'S_Padival', 'name': 'SP 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +1169,1014919249620418562,1014881543016386560,1530810580000.0,2018-07-05 17:09:40,+0000,,"@benjaminpollock @CNBC Exactly. @cnbc, I just asked a simple question. Please answer.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1014919249620418562,[],[],0,,False,607,47,31,,None,,,,,,,"[{'screen_name': 'benjaminpollock', 'name': 'Benjamin Pollock', 'id': '15531670'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +1170,1014834534687404032,1014229919151337472,1530790382000.0,2018-07-05 11:33:02,+0000,,"@ICannot_Enough @SimRiyat @gawwy @aperezposada @Reuters @sal19 Strange. @cnbc, is it true that you are putting on analysts with such low ratings & extremely bad prediction records? Are your viewers informed about an analyst’s track record before hearing their opinion.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,11,https://twitter.com/elonmusk/status/1014834534687404032,[],[],0,,False,1083,116,119,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'SimRiyat', 'name': 'Simranjeet Riyat 🌐', 'id': '1013404524395008001'}, {'screen_name': 'gawwy', 'name': 'Hans', 'id': '39853264'}, {'screen_name': 'aperezposada', 'name': 'Alejandro Perez', 'id': '627793247'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}, {'screen_name': 'sal19', 'name': 'Sal Rodriguez 🕷', 'id': '21983925'}]",,,, +1171,1014812681499365376,1014812681499365376,1530785172000.0,2018-07-05 10:06:12,+0000,,"Note, no one is in the car or controlling remotely. Car is driving entirely by itself. https://t.co/xSG2Mmy756",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/1014812681499365376,['https://twitter.com/tesla/status/1014515503740567553'],[],0,,False,22160,734,2151,https://twitter.com/tesla/status/1014515503740567553,None,,,,,,,[],,,, +1172,1014811835017584640,1014800225788018688,1530784970000.0,2018-07-05 10:02:50,+0000,,"@S_Padival @lopezlinette Sounds very sketchy if true. @lopezlinette, is it possible you’re serving as an inside trading source for one of Tesla’s biggest short-sellers? An ex-Tesla employee just went on record formally claiming you bribed him & he sent you valuable Tesla IP in exchange. Is this true?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/1014811835017584640,[],[],0,,False,1245,114,145,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'SP 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +1173,1014806548340568065,1014800225788018688,1530783709000.0,2018-07-05 09:41:49,+0000,,"@S_Padival @lopezlinette has published several false articles about Tesla, including a doozy where she claimed Tesla scrapped more batteries than our total S,X &3 production number, which is physically impossible.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,09,https://twitter.com/elonmusk/status/1014806548340568065,[],[],0,,False,2909,75,160,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'SP 💧', 'id': '717042249624854529'}]",,,, +1174,1014800936198213633,1014229919151337472,1530782371000.0,2018-07-05 09:19:31,+0000,,"@gawwy @aperezposada @Reuters @sal19 Wow, so @sal19 of @Reuters wrote article that misled public about Model 3 production & followed that up with mean tweet to me on my bday. Nice work @sal19 & @Reuters.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,09,https://twitter.com/elonmusk/status/1014800936198213633,[],[],0,,False,770,51,49,,None,,,,,,,"[{'screen_name': 'gawwy', 'name': 'Hans', 'id': '39853264'}, {'screen_name': 'aperezposada', 'name': 'Alejandro Perez', 'id': '627793247'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}, {'screen_name': 'sal19', 'name': 'Sal Rodriguez 🕷', 'id': '21983925'}]",,,, +1175,1014785678263980032,1014229919151337472,1530778734000.0,2018-07-05 08:18:54,+0000,,"@aperezposada @Reuters .@Reuters, why did you mislead the people public about this number?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,08,https://twitter.com/elonmusk/status/1014785678263980032,[],[],0,,False,562,41,42,,None,,,,,,,"[{'screen_name': 'aperezposada', 'name': 'Alejandro Perez', 'id': '627793247'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +1176,1014785289967923200,1014229919151337472,1530778641000.0,2018-07-05 08:17:21,+0000,,"@aperezposada @Reuters .@Reuters is relentlessly negative about Tesla. They just wrote a bogus article saying S production last week was low by 800 cars. S/X annual prod is set at ~100k, ie 1,900/week. Tesla built 1,913 S/X cars at our standard ~50/50 split last week, which is right on target.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,08,https://twitter.com/elonmusk/status/1014785289967923200,[],[],0,,False,945,56,103,,None,,,,,,,"[{'screen_name': 'aperezposada', 'name': 'Alejandro Perez', 'id': '627793247'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +1177,1014774891575300097,1011672532838055937,1530776162000.0,2018-07-05 07:36:02,+0000,,@LittleMissFlint Happy to support,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,07,https://twitter.com/elonmusk/status/1014774891575300097,[],[],0,,False,1026,22,41,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +1178,1014754638950645760,1014251869760249856,1530771333000.0,2018-07-05 06:15:33,+0000,,"@MabzMagz Boring Co has advanced ground penetrating radar & is pretty good at digging holes. Don’t know if pump rate is limited by electric power or pumps are too smal. If so, could dropship fully charged Powerpacks and pumps.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/1014754638950645760,[],[],0,,False,6266,166,1281,,None,,,,,,,"[{'screen_name': 'MabzMagz', 'name': 'Mabz', 'id': '113313254'}]",,,, +1179,1014752999594323968,1014752789203996672,1530770942000.0,2018-07-05 06:09:02,+0000,,@AWatsonMenswear Belfast is beautiful,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/1014752999594323968,[],[],0,,False,499,24,66,,None,,,,,,,"[{'screen_name': 'AWatsonMenswear', 'name': 'Tim Wolstenholme', 'id': '81302061'}]",,,, +1180,1014752854333009921,1014641927415844865,1530770908000.0,2018-07-05 06:08:28,+0000,,"@BelTel No, was just there with my kids for a few hours to see the GoT set & had dinner at a pub. Love the show and GRRM’s books.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/1014752854333009921,[],[],0,,False,8921,134,314,,None,,,,,,,"[{'screen_name': 'BelTel', 'name': 'Belfast Telegraph', 'id': '20687723'}]",,,, +1181,1014752450442457088,1014751967703457793,1530770812000.0,2018-07-05 06:06:52,+0000,,@davealexhou Should be coming soon,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/1014752450442457088,[],[],0,,False,1973,38,29,,None,,,,,,,[],,,, +1182,1014739003281530880,1014296276521836544,1530767605000.0,2018-07-05 05:13:25,+0000,,@icp I will buy tons of your merch,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,05,https://twitter.com/elonmusk/status/1014739003281530880,[],[],0,,False,788,41,76,,None,,,,,,,"[{'screen_name': 'icp', 'name': 'Insane Clown Posse', 'id': '98677089'}]",,,, +1183,1014634671735562240,1014629362430369793,1530742731000.0,2018-07-04 22:18:51,+0000,,"@Cody_Walker9 Very early on, we had the ability to use the car as a battery outputting power. Maybe worth revisiting that.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1014634671735562240,[],[],0,,False,667,108,33,,None,,,,,,,"[{'screen_name': 'Cody_Walker9', 'name': 'CW', 'id': '409243327'}]",,,, +1184,1014632045505630209,1011672532838055937,1530742105000.0,2018-07-04 22:08:25,+0000,,"@antonlodder Camera & onboard neural net should detect. If very close (below 15 ft), will show up on ultrasonics",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1014632045505630209,[],[],0,,False,729,8,23,,None,,,,,,,"[{'screen_name': 'antonlodder', 'name': 'anton lodder', 'id': '896600767'}]",,,, +1185,1014631215587053573,1011672532838055937,1530741907000.0,2018-07-04 22:05:07,+0000,,"@LittleMissFlint Ok, will look into it",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1014631215587053573,[],[],0,,False,1770,34,87,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +1186,1014509856777293825,1014251869760249856,1530712973000.0,2018-07-04 14:02:53,+0000,,"@MabzMagz I suspect that the Thai govt has this under control, but I’m happy to help if there is a way to do so",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,14,https://twitter.com/elonmusk/status/1014509856777293825,[],[],0,,False,18645,510,2646,,None,,,,,,,"[{'screen_name': 'MabzMagz', 'name': 'Mabz', 'id': '113313254'}]",,,, +1187,1014321463430668288,1002224522852876289,1530668056000.0,2018-07-04 01:34:16,+0000,,@starbirdsonmars @Grimezsz @loonatheworld You never know ..,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,01,https://twitter.com/elonmusk/status/1014321463430668288,[],[],0,,False,1703,47,115,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☾laire de ☾une', 'id': '276540738'}, {'screen_name': 'loonatheworld', 'name': '이달의 소녀(LOOΠΔ)', 'id': '770959712791597056'}]",,,, +1188,1014320250551226369,1002224522852876289,1530667767000.0,2018-07-04 01:29:27,+0000,,@Grimezsz @loonatheworld ⚡️Loona⚡️,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,01,https://twitter.com/elonmusk/status/1014320250551226369,[],[],0,,False,7501,359,3615,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☾laire de ☾une', 'id': '276540738'}, {'screen_name': 'loonatheworld', 'name': '이달의 소녀(LOOΠΔ)', 'id': '770959712791597056'}]",,,, +1189,1014318495964782592,1014244248902746112,1530667349000.0,2018-07-04 01:22:29,+0000,,@robertoblake @yanquetino @Tesla Ideas & corrections that could make a product or service better are always welcome,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,01,https://twitter.com/elonmusk/status/1014318495964782592,[],[],0,,False,858,48,38,,None,,,,,,,"[{'screen_name': 'robertoblake', 'name': 'Roberto Blake 🇺🇸🇵🇦🗽Creative Entrepreneur', 'id': '19003754'}, {'screen_name': 'yanquetino', 'name': 'Mark Larsen', 'id': '45353985'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1190,1014317550891601922,1014296276521836544,1530667123000.0,2018-07-04 01:18:43,+0000,,@nevona Yeah I like ICP,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,01,https://twitter.com/elonmusk/status/1014317550891601922,[],[],0,,False,3459,153,1755,,None,,,,,,,"[{'screen_name': 'nevona', 'name': 'nevona', 'id': '15191548'}]",,,, +1191,1014316162094698496,1014244248902746112,1530666792000.0,2018-07-04 01:13:12,+0000,,@yanquetino @Tesla Noted,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,01,https://twitter.com/elonmusk/status/1014316162094698496,[],[],0,,False,6184,81,84,,None,,,,,,,"[{'screen_name': 'yanquetino', 'name': 'Mark Larsen', 'id': '45353985'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1192,1014306145702432768,1014296276521836544,1530664404000.0,2018-07-04 00:33:24,+0000,,"@kimwim Wow, Model A. That’s cool.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,00,https://twitter.com/elonmusk/status/1014306145702432768,[],[],0,,False,703,22,11,,None,,,,,,,"[{'screen_name': 'kimwim', 'name': 'KimWim says im🍑!', 'id': '19351111'}]",,,, +1193,1014296276521836544,1014296276521836544,1530662051000.0,2018-07-03 23:54:11,+0000,,Whoop whoop https://t.co/Xq3JlcQizc,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,23,https://twitter.com/elonmusk/status/1014296276521836544,['https://twitter.com/slashdot/status/1014293302592471042'],[],0,,False,16520,507,2455,https://twitter.com/slashdot/status/1014293302592471042,None,,,,,,,[],,,, +1194,1014248438710636544,1014248438710636544,1530650646000.0,2018-07-03 20:44:06,+0000,,The Spice Flows https://t.co/YMyhVGIxHc,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,20,https://twitter.com/elonmusk/status/1014248438710636544,['https://twitter.com/tesla/status/1014221135850827776'],[],0,,False,19549,759,1485,https://twitter.com/tesla/status/1014221135850827776,None,,,,,,,[],,,, +1195,1013899626477473792,1012151776391454722,1530567482000.0,2018-07-02 21:38:02,+0000,,"@WillFealey @Tesla @RadioFlyer No problem, happy to donate some personally",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1013899626477473792,[],[],0,,False,1679,55,69,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'RadioFlyer', 'name': 'Radio Flyer', 'id': '88936240'}]",,,, +1196,1013897145773166595,1012151776391454722,1530566891000.0,2018-07-02 21:28:11,+0000,,@WillFealey @Tesla @RadioFlyer Sure,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1013897145773166595,[],[],0,,False,7476,70,220,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'RadioFlyer', 'name': 'Radio Flyer', 'id': '88936240'}]",,,, +1197,1013896484247490565,1013879128376860674,1530566733000.0,2018-07-02 21:25:33,+0000,,@bkbkbk @LibertyMutual Looking into this. Will fix if so.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/1013896484247490565,[],[],0,,False,480,32,8,,None,,,,,,,"[{'screen_name': 'bkbkbk', 'name': 'Brian King', 'id': '15381530'}, {'screen_name': 'LibertyMutual', 'name': 'Liberty Mutual', 'id': '1707305418'}]",,,, +1198,1013519243030253570,1013519243030253570,1530476792000.0,2018-07-01 20:26:32,+0000,,"7000 cars, 7 days ♥️ Tesla Team ♥️",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1013519243030253570,[],[],0,,False,134513,4566,12039,,None,,,,,,,[],,,, +1199,1012942067365023744,1012783222386712576,1530339183000.0,2018-06-30 06:13:03,+0000,,@santidebus Then what’s this wand for?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,06,https://twitter.com/elonmusk/status/1012942067365023744,[],[],0,,False,1455,123,55,,None,,,,,,,"[{'screen_name': 'santidebus', 'name': 'santiago debus 🧙', 'id': '2598920136'}]",,,, +1200,1012843449534435328,1012843245766709248,1530315670000.0,2018-06-29 23:41:10,+0000,,@keyonchrist 💡,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,23,https://twitter.com/elonmusk/status/1012843449534435328,[],[],0,,False,792,57,34,,None,,,,,,,"[{'screen_name': 'keyonchrist', 'name': 'keyon', 'id': '14579608'}]",,,, +1201,1012830881461907457,1012830881461907457,1530312674000.0,2018-06-29 22:51:14,+0000,,Who likes short shorts? https://t.co/hoKsDT8xdS,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/1012830881461907457,['https://m.youtube.com/watch?v=xm3nxNF7j8U&t=36s'],[],0,,False,7926,1042,549,,None,,,,,,,[],,,, +1202,1012784447005995008,1012783222386712576,1530301603000.0,2018-06-29 19:46:43,+0000,,Or at least the closest thing to magic that exists in the real world,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/1012784447005995008,[],[],0,,False,37141,1080,3375,,None,,,,,,,[],,,, +1203,1012783785736167424,1012783785736167424,1530301445000.0,2018-06-29 19:44:05,+0000,,Excession https://t.co/h4AYwxbS3h,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/1012783785736167424,['https://twitter.com/thejarren/status/1012783502004137984'],[],0,,False,6123,241,478,0,None,,,,,,,[],,,, +1204,1012783222386712576,1012783222386712576,1530301311000.0,2018-06-29 19:41:51,+0000,,Engineering is magic,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/1012783222386712576,[],[],0,,False,121728,2625,27214,,None,,,,,,,[],,,, +1205,1012782315343306753,1012765269197017088,1530301095000.0,2018-06-29 19:38:15,+0000,,@SouthPark Love Awesomo,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/1012782315343306753,[],[],0,,False,2656,47,129,,None,,,,,,,"[{'screen_name': 'SouthPark', 'name': 'South Park', 'id': '23504870'}]",,,, +1206,1012781170633740289,1012777990193852417,1530300822000.0,2018-06-29 19:33:42,+0000,,@stui999 https://t.co/AZ4aidXs33,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/1012781170633740289,[],['https://pbs.twimg.com/media/Dg4fGwCV4AAUytN.jpg'],1,https://pbs.twimg.com/media/Dg4fGwCV4AAUytN.jpg,False,851,37,51,,None,,,,,,,"[{'screen_name': 'stui999', 'name': 'Stu Wilson', 'id': '40634590'}]",,,, +1207,1012777990193852417,1012777990193852417,1530300064000.0,2018-06-29 19:21:04,+0000,,Space Laser https://t.co/8CQ6L9si3f,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/1012777990193852417,['https://www.instagram.com/p/Bknpu_6A4Ny/?utm_source=ig_twitter_share&igshid=18tawccjvmms2'],[],0,,False,5667,341,471,,None,,,,,,,[],,,, +1208,1012777784169488385,1011672532838055937,1530300014000.0,2018-06-29 19:20:14,+0000,,@Stun_Empire 🧛‍♀️,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/1012777784169488385,[],[],0,,False,1407,40,131,,None,,,,,,,"[{'screen_name': 'Stun_Empire', 'name': 'Stun', 'id': '3102023231'}]",,,, +1209,1012777706554085376,1012777706554085376,1530299996000.0,2018-06-29 19:19:56,+0000,,Spacebow https://t.co/Ht4GCsaQo9,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/1012777706554085376,['https://www.instagram.com/p/BknnHyiAut0/?utm_source=ig_twitter_share&igshid=1a4392qjwok3m'],[],0,,False,4776,161,449,,None,,,,,,,[],,,, +1210,1012604447552204805,1012603171774984192,1530258688000.0,2018-06-29 07:51:28,+0000,,"@JaneidyEve Everything is sentient, especially sentience",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/1012604447552204805,[],[],0,,False,1546,68,63,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +1211,1012603848647561217,1012450501227622400,1530258545000.0,2018-06-29 07:49:05,+0000,,"@himanshu_ragtah @Gizmodo If the rules force defeat, the rules must change",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/1012603848647561217,[],[],0,,False,509,25,33,,None,,,,,,,"[{'screen_name': 'himanshu_ragtah', 'name': 'Himanshu Ragtah', 'id': '1705386050'}, {'screen_name': 'Gizmodo', 'name': 'Gizmodo', 'id': '2890961'}]",,,, +1212,1012603171774984192,1012603171774984192,1530258384000.0,2018-06-29 07:46:24,+0000,,The Spice. Must. Flow. https://t.co/ov4aLIwzKz,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/1012603171774984192,[],['https://pbs.twimg.com/media/Dg19N1FU8AA8BcW.jpg'],1,https://pbs.twimg.com/media/Dg19N1FU8AA8BcW.jpg,False,47440,1434,3561,,None,,,,,,,[],,,, +1213,1012597509858869254,1012597509858869254,1530257034000.0,2018-06-29 07:23:54,+0000,,Open the Knaack HAL https://t.co/EG47rvPppF,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/1012597509858869254,[],['https://pbs.twimg.com/media/Dg14EJTVQAEBDKH.jpg'],1,https://pbs.twimg.com/media/Dg14EJTVQAEBDKH.jpg,False,5658,388,233,,None,,,,,,,[],,,, +1214,1012596720193044480,1012546327102836736,1530256845000.0,2018-06-29 07:20:45,+0000,,@JaneidyEve @WorldAndScience 🛸 obv,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/1012596720193044480,[],[],0,,False,437,28,19,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1215,1012590645452554240,1012585579916210177,1530255397000.0,2018-06-29 06:56:37,+0000,,@Techmeme @crystalttc … the money,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1012590645452554240,[],[],0,,False,712,35,28,,None,,,,,,,"[{'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'crystalttc', 'name': 'Crystal Tse', 'id': '552808775'}]",,,, +1216,1012590428791627776,1012588409309814784,1530255345000.0,2018-06-29 06:55:45,+0000,,@Pamaj @KEEMSTAR Follow the 🐇,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1012590428791627776,[],[],0,,False,2941,55,126,,None,,,,,,,"[{'screen_name': 'Pamaj', 'name': '(LOVE) FaZe Pamaj', 'id': '348056057'}, {'screen_name': 'KEEMSTAR', 'name': 'KEEM 🍿', 'id': '872683897'}]",,,, +1217,1012590050196971520,1012546327102836736,1530255255000.0,2018-06-29 06:54:15,+0000,,@JohnnaSabri @JaneidyEve @WorldAndScience Busted. It’s me.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1012590050196971520,[],[],0,,False,689,24,28,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1218,1012588909266522113,1012588409309814784,1530254983000.0,2018-06-29 06:49:43,+0000,,@KEEMSTAR 👻,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1012588909266522113,[],[],0,,False,13462,155,486,,None,,,,,,,"[{'screen_name': 'KEEMSTAR', 'name': 'KEEM 🍿', 'id': '872683897'}]",,,, +1219,1012588722313805824,1012546327102836736,1530254939000.0,2018-06-29 06:48:59,+0000,,@JaneidyEve @WorldAndScience That pretty much proves it isn’t me,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1012588722313805824,[],[],0,,False,554,9,15,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1220,1012585297790394369,1012546327102836736,1530254122000.0,2018-06-29 06:35:22,+0000,,@WorldAndScience Certianly glad I’m not one them. Phew!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,06,https://twitter.com/elonmusk/status/1012585297790394369,[],[],0,,False,5185,163,187,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1221,1012455844850487296,1012450501227622400,1530223258000.0,2018-06-28 22:00:58,+0000,,"@himanshu_ragtah @Gizmodo Wrath of Khan, Kobayashi Maru",hi,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,22,https://twitter.com/elonmusk/status/1012455844850487296,[],[],0,,False,433,27,17,,None,,,,,,,"[{'screen_name': 'himanshu_ragtah', 'name': 'Himanshu Ragtah', 'id': '1705386050'}, {'screen_name': 'Gizmodo', 'name': 'Gizmodo', 'id': '2890961'}]",,,, +1222,1012450863099535361,1012450501227622400,1530222070000.0,2018-06-28 21:41:10,+0000,,@Gizmodo Sad news. He wrote some epic sci fi.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,21,https://twitter.com/elonmusk/status/1012450863099535361,[],[],0,,False,2131,43,81,,None,,,,,,,"[{'screen_name': 'Gizmodo', 'name': 'Gizmodo', 'id': '2890961'}]",,,, +1223,1012433056957751296,1012430839240691713,1530217825000.0,2018-06-28 20:30:25,+0000,,@westcoastbill Thanks Bill,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,20,https://twitter.com/elonmusk/status/1012433056957751296,[],[],0,,False,962,53,18,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +1224,1012432838422159362,1012432838422159362,1530217773000.0,2018-06-28 20:29:33,+0000,,Paint shop https://t.co/G2rIe1qYG4,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,20,https://twitter.com/elonmusk/status/1012432838422159362,['https://www.instagram.com/p/BklO5x2gSKr/?utm_source=ig_twitter_share&igshid=1wjdl4dvw7s01'],[],0,,False,4337,356,214,,None,,,,,,,[],,,, +1225,1012421769607561216,1012182703175708672,1530215134000.0,2018-06-28 19:45:34,+0000,,@daveydo2000 @jules_su @EricIdle That’s cool. One of my favorite lines! Monty Python is so brilliant.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/1012421769607561216,[],[],0,,False,424,27,13,,None,,,,,,,"[{'screen_name': 'daveydo2000', 'name': 'David Havasi', 'id': '57394043'}, {'screen_name': 'jules_su', 'name': 'Jules Suzdaltsev', 'id': '17891808'}, {'screen_name': 'EricIdle', 'name': 'Eric Idle', 'id': '862483279'}]",,,, +1226,1012418999596937216,1012416542724665346,1530214473000.0,2018-06-28 19:34:33,+0000,,"@KiannaFierce Oh, I love trap. Good suggestions welcome!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/1012418999596937216,[],[],0,,False,725,56,63,,None,,,,,,,"[{'screen_name': 'kiannafierce', 'name': '\U0001f977', 'id': '1349599101218922496'}]",,,, +1227,1012418622021517312,1012182703175708672,1530214383000.0,2018-06-28 19:33:03,+0000,,@mathetes76 @jules_su We need more & better emojis now!!Seriously. So little to work with.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/1012418622021517312,[],[],0,,False,500,41,19,,None,,,,,,,"[{'screen_name': 'mathetes76', 'name': 'Jennifer', 'id': '397636567'}, {'screen_name': 'jules_su', 'name': 'Jules Suzdaltsev', 'id': '17891808'}]",,,, +1228,1012416878818410496,1012182703175708672,1530213968000.0,2018-06-28 19:26:08,+0000,,"@jules_su And one more thing, your father smells of 🍒 and I 💨 in your general direction",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/1012416878818410496,[],[],0,,False,806,67,38,,None,,,,,,,"[{'screen_name': 'jules_su', 'name': 'Jules Suzdaltsev', 'id': '17891808'}]",,,, +1229,1012416542724665346,1012416542724665346,1530213888000.0,2018-06-28 19:24:48,+0000,,"Appreciate all the good wishes. First bday I’ve spent in the factory, but it’s somehow the best.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/1012416542724665346,[],[],0,,False,54633,3068,2423,,None,,,,,,,[],,,, +1230,1012415844238815232,1012182703175708672,1530213721000.0,2018-06-28 19:22:01,+0000,,"@jules_su We didn’t steal his mug crayon drawing of a farting unicorn, We didn’t benefit from it, We don’t want it, And we still offered to pay for it. You are a jackass.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/1012415844238815232,[],[],0,,False,871,90,43,,None,,,,,,,"[{'screen_name': 'jules_su', 'name': 'Jules Suzdaltsev', 'id': '17891808'}]",,,, +1231,1012166284224524288,1011990933510868993,1530154221000.0,2018-06-28 02:50:21,+0000,,"@Model3Owners @boringcompany Happily for the victorious 🐌, he is indeed still far faster than Godot. Line-Storm comes closer to nipping at his heel (?), but Prufrock will make it a true nail-biter race!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,02,https://twitter.com/elonmusk/status/1012166284224524288,[],[],0,,False,2555,98,80,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +1232,1011850474016788480,1011672532838055937,1530078926000.0,2018-06-27 05:55:26,+0000,,@coronadetucson Bronco rocks,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,05,https://twitter.com/elonmusk/status/1011850474016788480,[],[],0,,False,1339,52,31,,None,,,,,,,"[{'screen_name': 'coronadetucson', 'name': 'Mark Breen', 'id': '325953602'}]",,,, +1233,1011849186692616194,1011842477232287744,1530078620000.0,2018-06-27 05:50:20,+0000,,"@rajmathai @Tesla @Teslarati No standard automotive solution could be built in time, so we created a new solution. It is working & has slightly higher quality than the more traditional general assembly line. Perhaps most surprising is that the total cost of production in the Sprung tent is lower.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,05,https://twitter.com/elonmusk/status/1011849186692616194,[],[],0,,False,4976,191,278,,None,,,,,,,"[{'screen_name': 'rajmathai', 'name': 'Raj Mathai', 'id': '58065700'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1234,1011846284351717379,1011844659201445888,1530077928000.0,2018-06-27 05:38:48,+0000,,@pulletsforever All Tesla vehicles come with cabin overheat protection https://t.co/q9fjKckewO,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,05,https://twitter.com/elonmusk/status/1011846284351717379,['https://www.google.com/amp/s/electrek.co/2018/06/22/tesla-model-3-update-summon-feature-cabin-overheat-protection-wifi/amp/'],[],0,,False,1827,61,197,,None,,,,,,,"[{'screen_name': 'pulletsforever', 'name': 'David W. Keith', 'id': '1179600141822509056'}]",,,, +1235,1011839580830482432,1011672532838055937,1530076329000.0,2018-06-27 05:12:09,+0000,,@clprenz @JoeyOstrander I hate whole idea of brands and branding. So much bs. I hope it messes with our brand. Brands suck.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,05,https://twitter.com/elonmusk/status/1011839580830482432,[],[],0,,False,3719,115,287,,None,,,,,,,"[{'screen_name': 'clprenz', 'name': 'Christian Prenzler', 'id': '227847958'}, {'screen_name': 'JoeyOstrander', 'name': 'Joey Ostrander', 'id': '362191729'}]",,,, +1236,1011838788245454848,1011672532838055937,1530076140000.0,2018-06-27 05:09:00,+0000,,"@TheSeanBooker Sir, this will not be some a dainty little buttercup of a truck! Driver’s seat will be big enough to fit André the giant (love that guy).",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,05,https://twitter.com/elonmusk/status/1011838788245454848,[],[],0,,False,4430,75,172,,None,,,,,,,"[{'screen_name': 'TheSeanBooker', 'name': 'Sean Booker', 'id': '16532858'}]",,,, +1237,1011835761182666752,1011672532838055937,1530075419000.0,2018-06-27 04:56:59,+0000,,"@JoeyOstrander 400 to 500 mile option definitely. Higher, maybe.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,04,https://twitter.com/elonmusk/status/1011835761182666752,[],[],0,,False,2561,47,55,,None,,,,,,,"[{'screen_name': 'JoeyOstrander', 'name': 'Joey Ostrander', 'id': '362191729'}]",,,, +1238,1011835467342336002,1011672532838055937,1530075349000.0,2018-06-27 04:55:49,+0000,,@ZacksJerryRig For sure,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,04,https://twitter.com/elonmusk/status/1011835467342336002,[],[],0,,False,1724,22,21,,None,,,,,,,"[{'screen_name': 'ZacksJerryRig', 'name': 'JerryRigEverything', 'id': '1720701343'}]",,,, +1239,1011834343289806848,1011672532838055937,1530075081000.0,2018-06-27 04:51:21,+0000,,@MattPTurner Should be easy to add as a feature like calendar,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,04,https://twitter.com/elonmusk/status/1011834343289806848,[],[],0,,False,895,14,13,,None,,,,,,,"[{'screen_name': 'MattPTurner', 'name': '#RollUpYourSleevesMN 💉', 'id': '17277779'}]",,,, +1240,1011833857719451648,1011833857719451648,1530074965000.0,2018-06-27 04:49:25,+0000,,You’re welcome! https://t.co/NcsGhhB1Ja,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,04,https://twitter.com/elonmusk/status/1011833857719451648,['https://twitter.com/dmc_ryan/status/1011796674283372544'],[],0,,False,9740,256,394,https://twitter.com/dmc_ryan/status/1011796674283372544,None,,,,,,,[],,,, +1241,1011798626526351360,1011672532838055937,1530066565000.0,2018-06-27 02:29:25,+0000,,@TheHoff525 Yes. Highly recommend doing so btw.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,02,https://twitter.com/elonmusk/status/1011798626526351360,[],[],0,,False,1432,30,26,,None,,,,,,,"[{'screen_name': 'TheHoff525', 'name': 'Nick', 'id': '706476336974577665'}]",,,, +1242,1011794673910759425,1011672532838055937,1530065623000.0,2018-06-27 02:13:43,+0000,,@clintdebusk That will be standard,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,02,https://twitter.com/elonmusk/status/1011794673910759425,[],[],0,,False,2770,22,39,,None,,,,,,,"[{'screen_name': 'clintdebusk', 'name': 'Clint DeBusk', 'id': '16809273'}]",,,, +1243,1011790990175162369,1011672532838055937,1530064744000.0,2018-06-27 01:59:04,+0000,,@cubamark That goes without saying https://t.co/h5WDKpfZi0,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,01,https://twitter.com/elonmusk/status/1011790990175162369,['https://www.washingtonpost.com/video/business/technology/watch-elon-musks-tesla-car-being-used-as-a-boat/2016/06/22/6c2f7982-3898-11e6-af02-1df55f0c77ff_video.html?utm_term=.361595304b52'],[],0,,False,2036,62,102,,None,,,,,,,"[{'screen_name': 'cubamark', 'name': 'Mark', 'id': '93891591'}]",,,, +1244,1011788218734391296,1011672532838055937,1530064084000.0,2018-06-27 01:48:04,+0000,,"@phycho_hippie 300,000 lb towing capacity",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,01,https://twitter.com/elonmusk/status/1011788218734391296,[],[],0,,False,797,103,66,,None,,,,,,,"[{'screen_name': 'phycho_hippie', 'name': 'Psycho Hippie', 'id': '728786065524445184'}]",,,, +1245,1011776242016612352,1011672532838055937,1530061228000.0,2018-06-27 01:00:28,+0000,,@wbwhitehouse It will,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,01,https://twitter.com/elonmusk/status/1011776242016612352,[],[],0,,False,1714,32,21,,None,,,,,,,[],,,, +1246,1011761562523086848,1011672532838055937,1530057728000.0,2018-06-27 00:02:08,+0000,,"@Penenberg For sure! When doing US govt crash safety testing, the Model S roof was so strong, it broke their testing machine. https://t.co/m9Ae9mhRIC",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,00,https://twitter.com/elonmusk/status/1011761562523086848,['https://www.wired.com/2013/08/tesla-model-s-crash-test/'],[],0,,False,11378,230,1471,,None,,,,,,,"[{'screen_name': 'Penenberg', 'name': 'Adam L. Penenberg', 'id': '41187603'}]",,,, +1247,1011760743929110528,1011672532838055937,1530057533000.0,2018-06-26 23:58:53,+0000,,"@MuellerJeffrey Wow, great idea! Since it will already have a Tesla pneumatics system, it totally makes sense to add a utility port.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,23,https://twitter.com/elonmusk/status/1011760743929110528,[],[],0,,False,1431,61,45,,None,,,,,,,"[{'screen_name': 'MuellerJeffrey', 'name': 'Jeff Mueller', 'id': '1934004318'}]",,,, +1248,1011724688706318337,1011672532838055937,1530048937000.0,2018-06-26 21:35:37,+0000,,"Pickup truck will have power outlets allowing use of heavy duty 240V, high power tools in field all day. No generator needed.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,21,https://twitter.com/elonmusk/status/1011724688706318337,[],[],0,,False,29303,2090,2182,,None,,,,,,,[],,,, +1249,1011678031801249793,1011672532838055937,1530037813000.0,2018-06-26 18:30:13,+0000,,The Tesla Truck will have dual motor all-wheel drive w crazy torque & a suspension that dynamically adjusts for load. Those will be standard.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1011678031801249793,[],[],0,,False,29802,1750,2261,,None,,,,,,,[],,,, +1250,1011676624993972224,1011672532838055937,1530037478000.0,2018-06-26 18:24:38,+0000,,@aMidLifeCrisis It will parallel park automatically & have 360 degree cameras & sonar,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1011676624993972224,[],[],0,,False,5232,141,150,,None,,,,,,,"[{'screen_name': 'aMidLifeCrisis', 'name': ""Brad - that's all"", 'id': '385605479'}]",,,, +1251,1011672532838055937,1011672532838055937,1530036502000.0,2018-06-26 18:08:22,+0000,,"What would you love to see in a Tesla pickup truck? I have a few things in mind, but what do you think are small, but important nuances & what would be seriously next level?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1011672532838055937,[],[],0,,False,49663,24706,4338,,None,,,,,,,[],,,, +1252,1011669859577446401,1011317859685822464,1530035865000.0,2018-06-26 17:57:45,+0000,,"@EV20018 @justwidle2 @Tesla “Virtue signaling” is super annoying & there are lots of phoneys who are actually huge jerks, but jump on every social cause du jour. But I’m really proud of the fact that # of changes Tesla had to make to achieve 100/100 (before even knowing about the LGBTQ index) was zero.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1011669859577446401,[],[],0,,False,560,17,30,,None,,,,,,,"[{'screen_name': 'justwidle2', 'name': 'Justin Widle', 'id': '993572375240232960'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1253,1011666426715766784,1011317859685822464,1530035046000.0,2018-06-26 17:44:06,+0000,,@justwidle2 @Tesla Don’t buy our car if that’s a problem. People should be free to live their lives where their heart takes them ❤️🧡💛💚💙💜🖤💖🌈,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1011666426715766784,[],[],0,,False,3361,86,516,,None,,,,,,,"[{'screen_name': 'justwidle2', 'name': 'Justin Widle', 'id': '993572375240232960'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1254,1011660804104470528,1011317859685822464,1530033706000.0,2018-06-26 17:21:46,+0000,,@justwidle2 @Tesla Then you will really hate that Tesla scored 100/100 four years in a row on LGBTQ equality https://t.co/AzwWIhpyLW,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1011660804104470528,['https://mobile.twitter.com/tesla/status/941415742523584512?lang=en'],[],0,,False,1419,21,91,https://mobile.twitter.com/tesla/status/941415742523584512?lang=en,None,,,,,,,"[{'screen_name': 'justwidle2', 'name': 'Justin Widle', 'id': '993572375240232960'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1255,1011150772803809280,1011022444088291328,1529912105000.0,2018-06-25 07:35:05,+0000,,@RationalEtienne @PPathole @RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact We must aspire to truth,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,07,https://twitter.com/elonmusk/status/1011150772803809280,[],[],0,,False,903,99,89,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +1256,1011145255108820992,1011022444088291328,1529910789000.0,2018-06-25 07:13:09,+0000,,@PPathole @RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact Important to read the Wash Post article. The “unable to account for” number does not refer to actual lost children. It refers to calls not answered or returned in a 30 day period.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,07,https://twitter.com/elonmusk/status/1011145255108820992,[],[],0,,False,455,19,25,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +1257,1011143866555088896,1011143455848845312,1529910458000.0,2018-06-25 07:07:38,+0000,,@coremwm Hopefully in V9.0 release in a few months,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,07,https://twitter.com/elonmusk/status/1011143866555088896,[],[],0,,False,549,24,29,,None,,,,,,,"[{'screen_name': 'coremwm', 'name': 'Mark Mitchell', 'id': '3645787035'}]",,,, +1258,1011142550701236226,1011022444088291328,1529910144000.0,2018-06-25 07:02:24,+0000,,@JohnnaSabri @RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact True,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,07,https://twitter.com/elonmusk/status/1011142550701236226,[],[],0,,False,292,8,8,,None,,,,,,,"[{'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +1259,1011141668450361344,1011022444088291328,1529909934000.0,2018-06-25 06:58:54,+0000,,"@RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact We should always be concerned about the welfare of children & those who cannot protect themselves, wherever they may be, but it seems much of the reporting on this issue has been partisan & often inaccurate",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/1011141668450361344,[],[],0,,False,613,18,62,,None,,,,,,,"[{'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +1260,1011140501641224193,1011022444088291328,1529909656000.0,2018-06-25 06:54:16,+0000,,"@RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact “… of the 7,635 children, 6,075 remained where they were placed, 52 had moved, 28 had run away and five were deported. That left 1,475 migrant children. Just because their parents or guardians did not return HHS’s phone calls after 30 days does not mean the children are missing”",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/1011140501641224193,[],[],0,,False,383,6,20,,None,,,,,,,"[{'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +1261,1011140130332028928,1011022444088291328,1529909567000.0,2018-06-25 06:52:47,+0000,,"@RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact “All 7,635 children were resettled by HHS. After 30 days, the department called the parents or guardians to check up on things. But these calls were not required by law, and in 1,475 cases, the parents or guardians did not respond”",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/1011140130332028928,[],[],0,,False,359,6,17,,None,,,,,,,"[{'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +1262,1011139511625977856,1011022444088291328,1529909420000.0,2018-06-25 06:50:20,+0000,,@RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact This Washington Post article seems good https://t.co/R1d9ixg179,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/1011139511625977856,['https://www.washingtonpost.com/news/fact-checker/wp/2018/05/30/fact-checking-immigration-spin-on-separating-families-and-1500-lost-children/?utm_term=.bc3af9bc9211'],[],0,,False,376,8,33,,None,,,,,,,"[{'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +1263,1011139030476451840,1011083630301536256,1529909305000.0,2018-06-25 06:48:25,+0000,,"@GetMyGist As individuals, we will all die in blink of an eye on a galactic timescale. What can live on for long time is civilization. Those who first go to other planets will face far more risk of death & hardship than those who stay. Over time, space travel will be safe & open to all.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/1011139030476451840,[],[],0,,False,1862,74,200,,None,,,,,,,"[{'screen_name': 'GetMyGist', 'name': 'Rose Webster', 'id': '306577270'}]",,,, +1264,1011117284524519424,1011103295375433728,1529904120000.0,2018-06-25 05:22:00,+0000,,"@xkcdComic This doesn’t take into account shifting trillions of tons of carbon from subsurface to atmosphere, which could accelerate overheating time by a factor of a million (or so). This is why Tesla.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/1011117284524519424,[],[],0,,False,5495,224,362,,None,,,,,,,"[{'screen_name': 'xkcdComic', 'name': 'XKCD Comic', 'id': '2251623492'}]",,,, +1265,1011115792182726656,1011103295375433728,1529903765000.0,2018-06-25 05:16:05,+0000,,"@bizwiz1980 @xkcdComic A billion at most, so 20% max. Still basically in the nick of time from an age-of-Earth standpoint.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/1011115792182726656,[],[],0,,False,607,34,10,,None,,,,,,,"[{'screen_name': 'bizwiz1980', 'name': 'Luke', 'id': '51811283'}, {'screen_name': 'xkcdComic', 'name': 'XKCD Comic', 'id': '2251623492'}]",,,, +1266,1011114786606731265,1011083630301536256,1529903525000.0,2018-06-25 05:12:05,+0000,,"@lazarusrang Humanity is not perfect, but it’s all we’ve got",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/1011114786606731265,[],[],0,,False,696,39,75,,None,,,,,,,"[{'screen_name': 'lazarusrang', 'name': 'Thomas Ray', 'id': '17251945'}]",,,, +1267,1011114064737693697,1011103295375433728,1529903353000.0,2018-06-25 05:09:13,+0000,,"@xkcdComic Could be very close call. Earth is ~4.5B years old & sun will expand to heat Earth beyond livable temp in ~0.5B years, so if advent of civilization took 10% longer, it wouldn’t have happened at all.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/1011114064737693697,[],[],0,,False,9673,303,911,,None,,,,,,,"[{'screen_name': 'xkcdComic', 'name': 'XKCD Comic', 'id': '2251623492'}]",,,, +1268,1011091725429850112,1011081640158945280,1529898027000.0,2018-06-25 03:40:27,+0000,,"@docjkcardinal @WorldAndScience Let’s find out. It would be amazing to encounter an alien civilization, provided it is not their invasion fleet! 🛸 🛸 🛸 🛸 🛸 🛸 🛸 🛸 🛸 🛸",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/1011091725429850112,[],[],0,,False,1521,88,62,,None,,,,,,,"[{'screen_name': 'docjkcardinal', 'name': 'Doctor John', 'id': '2659830446'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1269,1011089283547983875,1010931206760771586,1529897444000.0,2018-06-25 03:30:44,+0000,,@DMC_Ryan @tkraenze @Tesla Good news coming soon,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/1011089283547983875,[],[],0,,False,609,38,36,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'tkraenze', 'name': 'TK', 'id': '702680610066685953'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1270,1011089136743170048,1011083630301536256,1529897409000.0,2018-06-25 03:30:09,+0000,,@Cardoso Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/1011089136743170048,[],[],0,,False,1212,34,22,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}]",,,, +1271,1011087164250046465,1011083630301536256,1529896939000.0,2018-06-25 03:22:19,+0000,,"@thescalex Yes, we are essentially a steward of life & duty-bound imo to ensure its continuance",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/1011087164250046465,[],[],0,,False,726,53,42,,None,,,,,,,[],,,, +1272,1011085606514880512,1011083630301536256,1529896568000.0,2018-06-25 03:16:08,+0000,,@Rossputin Life is good,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/1011085606514880512,[],[],0,,False,787,45,49,,None,,,,,,,"[{'screen_name': 'Rossputin', 'name': 'Ross Kaminsky', 'id': '15867018'}]",,,, +1273,1011085383239589888,1011083630301536256,1529896515000.0,2018-06-25 03:15:15,+0000,,"It is unknown whether we are the only civilization currently alive in the observable universe, but any chance that we are is added impetus for extending life beyond Earth",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/1011085383239589888,[],[],0,,False,20590,814,2119,,None,,,,,,,[],,,, +1274,1011083630301536256,1011083630301536256,1529896097000.0,2018-06-25 03:08:17,+0000,,This is why we must preserve the light of consciousness by becoming a spacefaring civilization & extending life to other planets https://t.co/UDDP8I1zsS,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/1011083630301536256,['https://twitter.com/worldandscience/status/1011081640158945280'],[],0,,False,38172,1569,6390,0,None,,,,,,,[],,,, +1275,1011082171170242560,1011081640158945280,1529895749000.0,2018-06-25 03:02:29,+0000,,@WorldAndScience So strange,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/1011082171170242560,[],[],0,,False,6005,304,227,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1276,1011081272930603008,1010931206760771586,1529895535000.0,2018-06-25 02:58:55,+0000,,"@DMC_Ryan @tkraenze @Tesla Critical autonomous safety features like emergency braking are standard, but convenience features like active cruise control are not",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,02,https://twitter.com/elonmusk/status/1011081272930603008,[],[],0,,False,429,18,16,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'tkraenze', 'name': 'TK', 'id': '702680610066685953'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1277,1011044846776168448,1011021456526987266,1529886850000.0,2018-06-25 00:34:10,+0000,,"@jclishman @Justin_Ebright It’s a tough call. Reality is that it will be pretty easy to bully a self-driving car, as it will always yield. Will prob have a manual override that requires continuous press for hardcore lane changes.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1011044846776168448,[],[],0,,False,775,34,29,,None,,,,,,,"[{'screen_name': 'jclishman', 'name': 'Jack Lishman', 'id': '726544470'}, {'screen_name': 'Justin_Ebright', 'name': 'Justin Ebright', 'id': '702345954'}]",,,, +1278,1011043467575717888,1011021456526987266,1529886521000.0,2018-06-25 00:28:41,+0000,,"@Justin_Ebright We considered going beyond Mad Max to “LA Freeway” level, but that’s too loco",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1011043467575717888,[],[],0,,False,1379,35,44,,None,,,,,,,"[{'screen_name': 'Justin_Ebright', 'name': 'Justin Ebright', 'id': '702345954'}]",,,, +1279,1011039248386965504,1011021456526987266,1529885515000.0,2018-06-25 00:11:55,+0000,,It’s real https://t.co/L9h3F86Guo,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/1011039248386965504,[],['https://pbs.twimg.com/media/Dgfu1VpU8AAGRkG.jpg'],1,https://pbs.twimg.com/media/Dgfu1VpU8AAGRkG.jpg,False,17727,328,1528,,None,,,,,,,[],,,, +1280,1011028355314081792,1010714392827252736,1529882918000.0,2018-06-24 23:28:38,+0000,,@JohnnaSabri @kerra_henke @Kennnaughty Thanks!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,23,https://twitter.com/elonmusk/status/1011028355314081792,[],[],0,,False,295,18,9,,None,,,,,,,"[{'screen_name': 'Kennnaughty', 'name': 'Phineas and Fergie', 'id': '2225892650'}]",,,, +1281,1011027339210317825,1011021456526987266,1529882676000.0,2018-06-24 23:24:36,+0000,,@FredericLambert Cyborg Dragon Tesla almost done,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,23,https://twitter.com/elonmusk/status/1011027339210317825,[],[],0,,False,2093,91,129,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1282,1011021456526987266,1011021456526987266,1529881273000.0,2018-06-24 23:01:13,+0000,,Tesla Semi Truck in Mad Max Mode https://t.co/hL5v9rikhW,it,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,23,https://twitter.com/elonmusk/status/1011021456526987266,['https://twitter.com/jongold/status/931700690195324928'],[],0,,False,44207,621,5332,https://twitter.com/jongold/status/931700690195324928,None,,,,,,,[],,,, +1283,1010951918909181953,1010596809616445440,1529864694000.0,2018-06-24 18:24:54,+0000,,"@Kal5_ Almost forgot Sinclair ZX Spectrum & Spectravideo before PC. Sinclair had amazing games, especially Elite.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1010951918909181953,[],[],0,,False,583,61,24,,None,,,,,,,"[{'screen_name': 'Kal5_', 'name': 'マーク・ロス@Kal5', 'id': '416290683'}]",,,, +1284,1010771114287554560,1010596809616445440,1529821587000.0,2018-06-24 06:26:27,+0000,,@Kal5_ Vic 20 -> IBM PC,in,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/1010771114287554560,[],[],0,,False,623,41,17,,None,,,,,,,"[{'screen_name': 'Kal5_', 'name': 'マーク・ロス@Kal5', 'id': '416290683'}]",,,, +1285,1010727396046135297,1010714392827252736,1529811164000.0,2018-06-24 03:32:44,+0000,,"@kerra_henke @Kennnaughty 🚀 Road, Hawthorne",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/1010727396046135297,[],[],0,,False,413,15,9,,None,,,,,,,"[{'screen_name': 'Kennnaughty', 'name': 'Phineas and Fergie', 'id': '2225892650'}]",,,, +1286,1010722093963493376,1010596809616445440,1529809900000.0,2018-06-24 03:11:40,+0000,,@aidle @SchwartzReports .sus,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/1010722093963493376,[],[],0,,False,2265,54,222,,None,,,,,,,"[{'screen_name': 'aidle', 'name': '◇AI👽LE◇', 'id': '867141'}, {'screen_name': 'SchwartzReports', 'name': 'Matthew S. Schwartz', 'id': '376851964'}]",,,, +1287,1010720136246919171,1010714392827252736,1529809433000.0,2018-06-24 03:03:53,+0000,,@Kennnaughty @kerra_henke 420 haha,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/1010720136246919171,[],[],0,,False,666,39,95,,None,,,,,,,"[{'screen_name': 'Kennnaughty', 'name': 'Phineas and Fergie', 'id': '2225892650'}]",,,, +1288,1010662970987171840,1010652684653813760,1529795804000.0,2018-06-23 23:16:44,+0000,,@ICannot_Enough He had a way with words,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1010662970987171840,[],[],0,,False,861,77,28,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}]",,,, +1289,1010652684653813760,1010652684653813760,1529793351000.0,2018-06-23 22:35:51,+0000,, https://t.co/SiIkkugFyC,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1010652684653813760,[],['https://pbs.twimg.com/media/DgaPQmHUYAEGqfS.jpg'],1,https://pbs.twimg.com/media/DgaPQmHUYAEGqfS.jpg,False,16823,810,818,,None,,,,,,,[],,,, +1290,1010620550622822400,1010596809616445440,1529785690000.0,2018-06-23 20:28:10,+0000,,@SchwartzReports I was dying to use the word sus,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1010620550622822400,[],[],0,,False,10010,122,1259,,None,,,,,,,"[{'screen_name': 'SchwartzReports', 'name': 'Matthew S. Schwartz', 'id': '376851964'}]",,,, +1291,1010619465715728384,1010596809616445440,1529785431000.0,2018-06-23 20:23:51,+0000,,@martinengwicht @MaxxABillion Working in the factory,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1010619465715728384,[],[],0,,False,424,31,17,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'MaxxABillion', 'name': 'MaxxABillion', 'id': '839504473'}]",,,, +1292,1010619095421616128,1010596809616445440,1529785343000.0,2018-06-23 20:22:23,+0000,,@Scobleizer @Trace_Cohen Expanding the tour soon. So many cool things to see. Tesla car factory has 3rd largest footprint of any building on Earth. Maybe 1st if you include all our sweet tents ⛺️😜,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1010619095421616128,[],[],0,,False,2288,84,84,,None,,,,,,,"[{'screen_name': 'Scobleizer', 'name': 'Scoble', 'id': '13348'}, {'screen_name': 'Trace_Cohen', 'name': 'Trace Cohen pre/seed', 'id': '13955342'}]",,,, +1293,1010596809616445440,1010596809616445440,1529780030000.0,2018-06-23 18:53:50,+0000,,Looks so sus when we paint cars red https://t.co/SIO2nInjhJ,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1010596809616445440,[],['https://pbs.twimg.com/media/DgZcb7OUYAAcS_l.jpg'],1,https://pbs.twimg.com/media/DgZcb7OUYAAcS_l.jpg,False,74474,1676,7227,,None,,,,,,,[],,,, +1294,1010595834122022913,1009213542401298432,1529779797000.0,2018-06-23 18:49:57,+0000,,@JimSholler Which rolls out today,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1010595834122022913,[],[],0,,False,428,10,11,,None,,,,,,,"[{'screen_name': 'JimSholler', 'name': 'James H. Sholler', 'id': '198901139'}]",,,, +1295,1010578767096438784,1009213542401298432,1529775728000.0,2018-06-23 17:42:08,+0000,,@JimSholler Will be there in next release,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,17,https://twitter.com/elonmusk/status/1010578767096438784,[],[],0,,False,357,7,9,,None,,,,,,,"[{'screen_name': 'JimSholler', 'name': 'James H. Sholler', 'id': '198901139'}]",,,, +1296,1010497621390123009,1010477791991693312,1529756381000.0,2018-06-23 12:19:41,+0000,,@WorldAndScience So big you can’t believe it,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,12,https://twitter.com/elonmusk/status/1010497621390123009,[],[],0,,False,17150,557,920,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1297,1010468297186242566,1010468297186242566,1529749390000.0,2018-06-23 10:23:10,+0000,,srsly https://t.co/v9stLUFwg2,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,10,https://twitter.com/elonmusk/status/1010468297186242566,['https://twitter.com/dkthomp/status/1010191063640956928'],[],0,,False,5076,336,329,0,None,,,,,,,[],,,, +1298,1010459048485875713,1010458705513537536,1529747185000.0,2018-06-23 09:46:25,+0000,,Vicious torque,es,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,09,https://twitter.com/elonmusk/status/1010459048485875713,[],[],0,,False,7042,223,226,,None,,,,,,,[],,,, +1299,1010458705513537536,1010458705513537536,1529747103000.0,2018-06-23 09:45:03,+0000,,Tesla factory rn https://t.co/EbgRDhRZ0m,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,09,https://twitter.com/elonmusk/status/1010458705513537536,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1010458657086042112/pu/img/Hd0GDkj9MmAp_-tp.jpg,False,17031,461,1048,,None,,,,,,,[],,,, +1300,1010431046460923905,1010428377797308416,1529740509000.0,2018-06-23 07:55:09,+0000,,#donotpanic,und,['donotpanic'],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,07,https://twitter.com/elonmusk/status/1010431046460923905,[],[],0,,False,4945,186,280,,None,,,,,,,[],,,, +1301,1010428377797308416,1010428377797308416,1529739872000.0,2018-06-23 07:44:32,+0000,,.@WidespreadPanic https://t.co/FTrXKmoGBC,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,07,https://twitter.com/elonmusk/status/1010428377797308416,[],['https://pbs.twimg.com/media/DgXDQNHUwAEL9G3.jpg'],1,https://pbs.twimg.com/media/DgXDQNHUwAEL9G3.jpg,False,10180,230,787,,None,,,,,,,[],,,, +1302,1010407596103090176,1010393272529764352,1529734918000.0,2018-06-23 06:21:58,+0000,,@DMC_Ryan Good catch!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,06,https://twitter.com/elonmusk/status/1010407596103090176,[],[],0,,False,1304,31,23,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1303,1010405602516799488,1010393272529764352,1529734442000.0,2018-06-23 06:14:02,+0000,, https://t.co/5CS4McZmPK,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,06,https://twitter.com/elonmusk/status/1010405602516799488,['https://m.youtube.com/watch?v=X7HmltUWXgs'],[],0,,False,7833,259,694,,None,,,,,,,[],,,, +1304,1010398829106028544,1010393272529764352,1529732827000.0,2018-06-23 05:47:07,+0000,,@Synapsesame Exactly 🤖♥️,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/1010398829106028544,[],[],0,,False,306,20,6,,None,,,,,,,"[{'screen_name': 'Synapsesame', 'name': 'Jeff just Jeff', 'id': '998105338082742272'}]",,,, +1305,1010393272529764352,1010393272529764352,1529731503000.0,2018-06-23 05:25:03,+0000,,What is my purpose? Sentient seats. https://t.co/s9aHHyDoud,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/1010393272529764352,[],['https://pbs.twimg.com/media/DgWjUeoU0AEPLaJ.jpg'],1,https://pbs.twimg.com/media/DgWjUeoU0AEPLaJ.jpg,False,52760,2078,3743,,None,,,,,,,[],,,, +1306,1010314704261017600,1010266693120221189,1529712770000.0,2018-06-23 00:12:50,+0000,,@DMC_Ryan @Kotaku @Tesla Thanks 🖤,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/1010314704261017600,[],[],0,,False,535,31,14,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Kotaku', 'name': 'Kotaku', 'id': '11928542'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1307,1010284456337264640,1010266693120221189,1529705559000.0,2018-06-22 22:12:39,+0000,,"@DMC_Ryan @Kotaku At Fremont until late tonight, Giga tomorrow, Fremont Sunday. GA4 is great, but have to say that GA3 crew is pulling off miracles against all odds.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/1010284456337264640,[],[],0,,False,827,69,57,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Kotaku', 'name': 'Kotaku', 'id': '11928542'}]",,,, +1308,1010279647622283264,1010266693120221189,1529704412000.0,2018-06-22 21:53:32,+0000,,"@Kotaku Infinity Work, the Reality game",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/1010279647622283264,[],[],0,,False,6411,149,370,,None,,,,,,,"[{'screen_name': 'Kotaku', 'name': 'Kotaku', 'id': '11928542'}]",,,, +1309,1010224375339966464,1009981152327634944,1529691234000.0,2018-06-22 18:13:54,+0000,,"@FredericLambert @Model3Owners That would be tricky to sequence, but maybe",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1010224375339966464,[],[],0,,False,809,66,19,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1310,1010223743287771136,1009981152327634944,1529691084000.0,2018-06-22 18:11:24,+0000,,@Model3Owners Was thinking of offering an extended Tesla factory tour option where you could help build part of a car & understand how they come together. I know it would have been super fun for me when I was a kid (or now).,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1010223743287771136,[],[],0,,False,14690,961,968,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1311,1010221659054174208,1010178495580737536,1529690587000.0,2018-06-22 18:03:07,+0000,,@disapr_ @cybik It’s called Top Secret,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1010221659054174208,[],[],0,,False,481,35,20,,None,,,,,,,"[{'screen_name': 'disapr_', 'name': 'Jeremy Johnson', 'id': '2200204104'}, {'screen_name': 'cybik', 'name': 'Renaud Lepage @🏡', 'id': '13432452'}]",,,, +1312,1010214875295989760,1010178495580737536,1529688969000.0,2018-06-22 17:36:09,+0000,,@cybik Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/1010214875295989760,[],[],0,,False,4674,114,215,,None,,,,,,,"[{'screen_name': 'cybik', 'name': 'Renaud Lepage @🏡', 'id': '13432452'}]",,,, +1313,1010035029726990336,1009820822394064896,1529646091000.0,2018-06-22 05:41:31,+0000,,"@CateLuvsLondon @vicentes @S_Padival @bourgeoisalien @jacobinmag When I was a kid, I built model airplanes, trainsets, rockets (mixed my own powder), explosives (kinda surprised I still have all fingers), a radio, lots of software. Built a primitive MRI machine in college.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,05,https://twitter.com/elonmusk/status/1010035029726990336,[],[],0,,False,1722,93,100,,None,,,,,,,"[{'screen_name': 'CateLuvsLondon', 'name': 'Catherine Griffiths', 'id': '827689915'}, {'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'S_Padival', 'name': 'SP 💧', 'id': '717042249624854529'}, {'screen_name': 'bourgeoisalien', 'name': 'beth, an alien 👽', 'id': '2396910715'}, {'screen_name': 'jacobinmag', 'name': 'jacobinmag', 'id': '1395760177538863107'}]",,,, +1314,1010028341921964032,1009820822394064896,1529644496000.0,2018-06-22 05:14:56,+0000,,"@vicentes @S_Padival @bourgeoisalien @jacobinmag Yeah, but I’m not sure what the big deal is. I like building things. If that ends up being useful work too, even better.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,05,https://twitter.com/elonmusk/status/1010028341921964032,[],[],0,,False,1495,35,58,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'S_Padival', 'name': 'SP 💧', 'id': '717042249624854529'}, {'screen_name': 'bourgeoisalien', 'name': 'beth, an alien 👽', 'id': '2396910715'}, {'screen_name': 'jacobinmag', 'name': 'jacobinmag', 'id': '1395760177538863107'}]",,,, +1315,1010027258684174338,1009551384373596160,1529644238000.0,2018-06-22 05:10:38,+0000,,@ddkilzer @wk057 @Tesla We will add a config to lower the alert,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,05,https://twitter.com/elonmusk/status/1010027258684174338,[],[],0,,False,370,19,12,,None,,,,,,,"[{'screen_name': 'ddkilzer', 'name': 'David Kilzer @ WWDC21', 'id': '63552322'}, {'screen_name': 'wk057', 'name': 'Jason Hughes', 'id': '3063324590'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1316,1010027104275087360,1009551384373596160,1529644201000.0,2018-06-22 05:10:01,+0000,,@wk057 @Tesla Apply light force to the steering wheel. Alert is being changed to this text.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,05,https://twitter.com/elonmusk/status/1010027104275087360,[],[],0,,False,2617,100,44,,None,,,,,,,"[{'screen_name': 'wk057', 'name': 'Jason Hughes', 'id': '3063324590'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1317,1010005390283567104,1010000234124959744,1529639024000.0,2018-06-22 03:43:44,+0000,,@hectorramos Try saying “bug report”. Might work better. Ironic if the bug report about bug reports isn’t working :),en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,03,https://twitter.com/elonmusk/status/1010005390283567104,[],[],0,,False,462,21,15,,None,,,,,,,"[{'screen_name': 'hectorramos', 'name': 'Héctor Ramos', 'id': '14795231'}]",,,, +1318,1010004813310877698,1009989361935396864,1529638887000.0,2018-06-22 03:41:27,+0000,,"@zaphodgjd Thanks for the feedback, will investigate",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,03,https://twitter.com/elonmusk/status/1010004813310877698,[],[],0,,False,411,12,9,,None,,,,,,,"[{'screen_name': 'zaphodgjd', 'name': 'Graeme Devine ☕️', 'id': '10938882'}]",,,, +1319,1009972020749012992,1009971655240663041,1529631068000.0,2018-06-22 01:31:08,+0000,,@corywright Sure,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,01,https://twitter.com/elonmusk/status/1009972020749012992,[],[],0,,False,283,8,4,,None,,,,,,,"[{'screen_name': 'corywright', 'name': 'Cory Wright', 'id': '5497'}]",,,, +1320,1009971757959090176,1009947237294567424,1529631006000.0,2018-06-22 01:30:06,+0000,,@ToscaMusk @westcoastbill @PassionFlix @RachVD @itsNickBateman Congratulations!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,01,https://twitter.com/elonmusk/status/1009971757959090176,[],[],0,,False,736,18,17,,None,,,,,,,"[{'screen_name': 'ToscaMusk', 'name': 'Tosca Musk', 'id': '11150432'}, {'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}, {'screen_name': 'PassionFlix', 'name': 'Passionflix', 'id': '713551239645007873'}, {'screen_name': 'RachVD', 'name': 'Rachel Van Dyken', 'id': '56181364'}, {'screen_name': 'itsNickBateman', 'name': 'Nick Bateman', 'id': '537086964'}]",,,, +1321,1009970334592716801,1009820822394064896,1529630666000.0,2018-06-22 01:24:26,+0000,,@S_Padival @bourgeoisalien @jacobinmag It’s actually pretty fun building electric cars. Product is useful to other people & good for environment. I think that’s fundamental goodness.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,01,https://twitter.com/elonmusk/status/1009970334592716801,[],[],0,,False,2317,58,99,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'SP 💧', 'id': '717042249624854529'}, {'screen_name': 'bourgeoisalien', 'name': 'beth, an alien 👽', 'id': '2396910715'}, {'screen_name': 'jacobinmag', 'name': 'jacobinmag', 'id': '1395760177538863107'}]",,,, +1322,1009950544490741761,1009820822394064896,1529625948000.0,2018-06-22 00:05:48,+0000,,"@jacobinmag Btw, if anyone else wants to build this tunnel, please do so. It’s a lot of work.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/1009950544490741761,[],[],0,,False,8800,333,404,,None,,,,,,,"[{'screen_name': 'jacobinmag', 'name': 'jacobinmag', 'id': '1395760177538863107'}]",,,, +1323,1009940354097807360,1009820822394064896,1529623518000.0,2018-06-21 23:25:18,+0000,,@jacobinmag Stop being such a Jacobin 🐈🧙‍♂️,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1009940354097807360,[],[],0,,False,1670,92,53,,None,,,,,,,"[{'screen_name': 'jacobinmag', 'name': 'jacobinmag', 'id': '1395760177538863107'}]",,,, +1324,1009618544403808265,1009613082770001920,1529546793000.0,2018-06-21 02:06:33,+0000,,Frank Herbert & Falcon Heavy,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,02,https://twitter.com/elonmusk/status/1009618544403808265,[],[],0,,False,7447,246,272,,None,,,,,,,[],,,, +1325,1009613082770001920,1009613082770001920,1529545491000.0,2018-06-21 01:44:51,+0000,,"Without change, something sleeps inside us, and seldom awakens. The sleeper must awaken. FH … https://t.co/FjW31RPSqh",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,01,https://twitter.com/elonmusk/status/1009613082770001920,[],['https://pbs.twimg.com/media/DgLduTOW0AYa-Ib.jpg'],1,https://pbs.twimg.com/media/DgLduTOW0AYa-Ib.jpg,False,37687,1074,5308,,None,,,,,,,[],,,, +1326,1009605123117670400,1009605123117670400,1529543593000.0,2018-06-21 01:13:13,+0000,,Dune. The spice must flow. https://t.co/WjVUX0gfuH,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,01,https://twitter.com/elonmusk/status/1009605123117670400,['https://twitter.com/nasa/status/1009590475840466944'],[],0,,False,29135,687,2921,https://twitter.com/nasa/status/1009590475840466944,None,,,,,,,[],,,, +1327,1009603495476031494,1009571180989243392,1529543205000.0,2018-06-21 01:06:45,+0000,, https://t.co/8nnlWHUjXw,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,01,https://twitter.com/elonmusk/status/1009603495476031494,[],['https://pbs.twimg.com/media/DgLU-7LXkAEiMjB.jpg'],1,https://pbs.twimg.com/media/DgLU-7LXkAEiMjB.jpg,False,11971,338,614,,None,,,,,,,[],,,, +1328,1009596699675725824,1009594663701921793,1529541585000.0,2018-06-21 00:39:45,+0000,,@mayemusk @georgezachary @kimbal @ToscaMusk “We power the press” in 1997. Ironic.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,00,https://twitter.com/elonmusk/status/1009596699675725824,[],[],0,,False,1923,72,75,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'georgezachary', 'name': 'George Zachary', 'id': '38267932'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}, {'screen_name': 'ToscaMusk', 'name': 'Tosca Musk', 'id': '11150432'}]",,,, +1329,1009571180989243392,1009571180989243392,1529535501000.0,2018-06-20 22:58:21,+0000,,@Money23Green Thanks for coming by our car factory with @westcoastbill. Tesla team was super fired up to see you! Congrats on your victory!!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1009571180989243392,[],[],0,,False,6362,68,302,,None,,,,,,,[],,,, +1330,1009559662549598208,1009534479130558466,1529532754000.0,2018-06-20 22:12:34,+0000,,"@georgezachary @kimbal Crazy, that was over 22 years ago. Thanks for believing in us!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1009559662549598208,[],[],0,,False,2602,38,64,,None,,,,,,,"[{'screen_name': 'georgezachary', 'name': 'George Zachary', 'id': '38267932'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +1331,1009484066159144962,1009482008639111168,1529514731000.0,2018-06-20 17:12:11,+0000,,"@cfarivar There is more, but the actions of a few bad apples will not stop Tesla from reaching its goals. With 40,000 people, the worst 1 in 1000 will have issues. That’s still ~40 people.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/1009484066159144962,[],[],0,,False,568,58,49,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}]",,,, +1332,1009482786934177793,1009316696157351936,1529514426000.0,2018-06-20 17:07:06,+0000,,@erikbryn @vplikeTRUMP @jorendewachter @xJawz @joerogan @MazzucatoM Today. It’s kinda there in US with welfare but rules are messed up and amount is too low.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/1009482786934177793,[],[],0,,False,489,35,27,,None,,,,,,,"[{'screen_name': 'erikbryn', 'name': 'Erik Brynjolfsson', 'id': '92116069'}, {'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'MazzucatoM', 'name': 'Mariana Mazzucato', 'id': '394060363'}]",,,, +1333,1009481756133580800,1009316696157351936,1529514180000.0,2018-06-20 17:03:00,+0000,,@vplikeTRUMP @jorendewachter @xJawz @joerogan @MazzucatoM Also think there should be a universal basic income that doesn’t change even if you get a job. Productivity should be rewarded.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/1009481756133580800,[],[],0,,False,854,67,119,,None,,,,,,,"[{'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'MazzucatoM', 'name': 'Mariana Mazzucato', 'id': '394060363'}]",,,, +1334,1009471275113123840,1009435720266731522,1529511681000.0,2018-06-20 16:21:21,+0000,,@adultswim Because honey is a vegetable,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,16,https://twitter.com/elonmusk/status/1009471275113123840,[],[],0,,False,6153,137,432,,None,,,,,,,"[{'screen_name': 'adultswim', 'name': 'adult swim', 'id': '18732790'}]",,,, +1335,1009363765098250240,1009316696157351936,1529486049000.0,2018-06-20 09:14:09,+0000,,@Santiago7K @xJawz @joerogan Considerably less so than our competitors (longer discussion),en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,09,https://twitter.com/elonmusk/status/1009363765098250240,[],[],0,,False,431,26,14,,None,,,,,,,"[{'screen_name': 'Santiago7K', 'name': 'Caffeine', 'id': '145596245'}, {'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +1336,1009362316536602625,1009316696157351936,1529485703000.0,2018-06-20 09:08:23,+0000,,"@vplikeTRUMP @jorendewachter @xJawz @joerogan @MazzucatoM Yes, consumption tax is way better. Also, higher estate tax better than income/cap gains tax. Probability of progeny being equally excellent at capital allocation is not high.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,09,https://twitter.com/elonmusk/status/1009362316536602625,[],[],0,,False,552,38,28,,None,,,,,,,"[{'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'MazzucatoM', 'name': 'Mariana Mazzucato', 'id': '394060363'}]",,,, +1337,1009353114938298368,1009316696157351936,1529483510000.0,2018-06-20 08:31:50,+0000,,@PeacefulChaos7 @DanAloni @xJawz @joerogan Exactly,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,08,https://twitter.com/elonmusk/status/1009353114938298368,[],[],0,,False,299,8,9,,None,,,,,,,"[{'screen_name': 'PeacefulChaos7', 'name': 'Level1Adventurer', 'id': '1002042820947947520'}, {'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +1338,1009352456021553152,1009316696157351936,1529483353000.0,2018-06-20 08:29:13,+0000,,"@jorendewachter @xJawz @joerogan @MazzucatoM He’s obv wrong. Forcing function for any 100% mkt share monopolist to improve is weak & a national govt is that by fiat. One may find lowish correlation for negativity, but that does not mean low causation.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,08,https://twitter.com/elonmusk/status/1009352456021553152,[],[],0,,False,366,14,13,,None,,,,,,,"[{'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'MazzucatoM', 'name': 'Mariana Mazzucato', 'id': '394060363'}]",,,, +1339,1009349553667989505,1009338558296059904,1529482661000.0,2018-06-20 08:17:41,+0000,,@EvilCorpGame Great name. A little on the nose.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,08,https://twitter.com/elonmusk/status/1009349553667989505,[],[],0,,False,1660,14,33,,None,,,,,,,"[{'screen_name': 'EvilCorpGame', 'name': 'EvilCorp', 'id': '918030366178529280'}]",,,, +1340,1009349201677803520,1009316696157351936,1529482577000.0,2018-06-20 08:16:17,+0000,,"@DanAloni @xJawz @joerogan That’s really decision about how good you think govt is at allocating capital. Buffett, for example, is vastly better than any govt at allocating capital. Consumption vs capital allocation extremely misunderstood. Biggest missing piece in public understanding of what “money” is.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,08,https://twitter.com/elonmusk/status/1009349201677803520,[],[],0,,False,513,25,34,,None,,,,,,,"[{'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +1341,1009346561946480641,1009316696157351936,1529481947000.0,2018-06-20 08:05:47,+0000,,"@xJawz @joerogan Yeah, all-inclusive tax rate of 40% seems about right. Below 30% is unrealistic for critical govt functions unless national defense is de facto outsourced & above 50% too negatively affects economic output.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,08,https://twitter.com/elonmusk/status/1009346561946480641,[],[],0,,False,3932,250,184,,None,,,,,,,"[{'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +1342,1009213703995121664,1009213703995121664,1529450271000.0,2018-06-19 23:17:51,+0000,,Cool video https://t.co/FW24TRL687,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,23,https://twitter.com/elonmusk/status/1009213703995121664,['https://twitter.com/badastronomer/status/1009212679876202496'],[],0,,False,6534,164,498,https://twitter.com/badastronomer/status/1009212679876202496,None,,,,,,,[],,,, +1343,1009200969253511168,1009200969253511168,1529447235000.0,2018-06-19 22:27:15,+0000,,Thank you for helping those in need https://t.co/GF7b3y7MLr,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,22,https://twitter.com/elonmusk/status/1009200969253511168,['https://twitter.com/aclu/status/1009186716593393664'],[],0,,False,18785,282,1166,https://twitter.com/aclu/status/1009186716593393664,None,,,,,,,[],,,, +1344,1009164260151185408,1008684926814781440,1529438483000.0,2018-06-19 20:01:23,+0000,,"@TopDutchCom @pascal_munz @Zuckerberger @horn To be clear, Tesla European Headquarters will remain in Netherlands",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,20,https://twitter.com/elonmusk/status/1009164260151185408,[],[],0,,False,600,60,64,,None,,,,,,,"[{'screen_name': 'TopDutchCom', 'name': 'TopDutch', 'id': '818439908092215296'}, {'screen_name': 'Zuckerberger', 'name': 'Lukas Schmuckermair', 'id': '70403951'}, {'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +1345,1009105044061413377,1009096777310470145,1529424365000.0,2018-06-19 16:06:05,+0000,,@bonnienorman Yup,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1009105044061413377,[],[],0,,False,982,32,23,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': 'Bonnie Norman', 'id': '195009699'}]",,,, +1346,1009018120634187776,1009015832612130817,1529403641000.0,2018-06-19 10:20:41,+0000,,"@FilmLadd That’s ridiculous, lions can’t vote, they don’t even have opposable thumbs. Also, they’d need 61%, so no.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,10,https://twitter.com/elonmusk/status/1009018120634187776,[],[],0,,False,8007,190,376,,None,,,,,,,"[{'screen_name': 'FilmLadd', 'name': 'FilmLadd', 'id': '36563254'}]",,,, +1347,1009014824280342529,1008684926814781440,1529402855000.0,2018-06-19 10:07:35,+0000,,"@pascal_munz @Zuckerberger @horn Germany is a leading choice for Europe. Perhaps on the German-French border makes sense, near the Benelux countries",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,10,https://twitter.com/elonmusk/status/1009014824280342529,[],[],0,,False,1205,328,144,,None,,,,,,,"[{'screen_name': 'Zuckerberger', 'name': 'Lukas Schmuckermair', 'id': '70403951'}, {'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +1348,1009012996192890880,1008684926814781440,1529402419000.0,2018-06-19 10:00:19,+0000,,@horn @LudaLisl @Hermes42 Brevity is the sole meunière of wit,fr,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,10,https://twitter.com/elonmusk/status/1009012996192890880,[],[],0,,False,306,15,13,,None,,,,,,,"[{'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}, {'screen_name': 'LudaLisl', 'name': 'Lisa G-Punkt', 'id': '28402741'}, {'screen_name': 'Hermes42', 'name': 'Hermes42', 'id': '15996871'}]",,,, +1349,1009011461924876288,1008684926814781440,1529402053000.0,2018-06-19 09:54:13,+0000,,@light00bringer @horn Original Star Wars,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,09,https://twitter.com/elonmusk/status/1009011461924876288,[],[],0,,False,599,35,28,,None,,,,,,,"[{'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +1350,1009011170156556288,1008684926814781440,1529401984000.0,2018-06-19 09:53:04,+0000,,@XxMrFredzzik @horn Hahaha,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,09,https://twitter.com/elonmusk/status/1009011170156556288,[],[],0,,False,385,7,8,,None,,,,,,,"[{'screen_name': 'XxMrFredzzik', 'name': 'Romeaboo', 'id': '713917834217316352'}, {'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +1351,1009010411041984513,1008684926814781440,1529401803000.0,2018-06-19 09:50:03,+0000,,"@LudaLisl @horn Die fröhliche Wissenschaft und Eristische Dialektik: Die Kunst, Recht zu Behalten",de,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,09,https://twitter.com/elonmusk/status/1009010411041984513,[],[],0,,False,477,12,32,,None,,,,,,,"[{'screen_name': 'LudaLisl', 'name': 'Lisa G-Punkt', 'id': '28402741'}, {'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +1352,1009007159470780416,1008684926814781440,1529401027000.0,2018-06-19 09:37:07,+0000,,@Zuckerberger @horn Das war ein unbeabsichtigter Witz ⛪ 🌃 🤗,de,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,09,https://twitter.com/elonmusk/status/1009007159470780416,[],[],0,,False,984,21,35,,None,,,,,,,"[{'screen_name': 'Zuckerberger', 'name': 'Lukas Schmuckermair', 'id': '70403951'}, {'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +1353,1008995895986171904,1008684926814781440,1529398342000.0,2018-06-19 08:52:22,+0000,,@horn Vielleicht muss ich die Kirche im Dorf verlassen?,de,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,08,https://twitter.com/elonmusk/status/1008995895986171904,[],[],0,,False,3468,130,295,,None,,,,,,,"[{'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +1354,1008976232510152704,1008838905028698112,1529393654000.0,2018-06-19 07:34:14,+0000,,@cyantist @1world22gether Will do. Am enquiring on many channels. Regards to Scott.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,07,https://twitter.com/elonmusk/status/1008976232510152704,[],[],0,,False,484,30,12,,None,,,,,,,"[{'screen_name': 'cyantist', 'name': 'Recall 欺善暴丁', 'id': '13418552'}, {'screen_name': '1world22gether', 'name': 'Heather💙', 'id': '953172490611777536'}]",,,, +1355,1008974776633659392,1008838905028698112,1529393307000.0,2018-06-19 07:28:27,+0000,,@1world22gether @cyantist Do you know anyone who has gone there?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,07,https://twitter.com/elonmusk/status/1008974776633659392,[],[],0,,False,337,7,6,,None,,,,,,,"[{'screen_name': '1world22gether', 'name': 'Heather💙', 'id': '953172490611777536'}, {'screen_name': 'cyantist', 'name': 'Recall 欺善暴丁', 'id': '13418552'}]",,,, +1356,1008974007259938821,1008838905028698112,1529393123000.0,2018-06-19 07:25:23,+0000,,@cyantist Where are they?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,07,https://twitter.com/elonmusk/status/1008974007259938821,[],[],0,,False,1796,68,105,,None,,,,,,,"[{'screen_name': 'cyantist', 'name': 'Recall 欺善暴丁', 'id': '13418552'}]",,,, +1357,1008969670840311814,1008952872375967744,1529392089000.0,2018-06-19 07:08:09,+0000,,@ManInTheHoody @backrowgracie @jgalerstein @somospostpc @RAICESTEXAS @ACLU Where are you going to march?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,07,https://twitter.com/elonmusk/status/1008969670840311814,[],[],0,,False,902,62,40,,None,,,,,,,"[{'screen_name': 'ManInTheHoody', 'name': 'm i t h', 'id': '961792879713644544'}, {'screen_name': 'somospostpc', 'name': 'Alex B 📉', 'id': '1259674092'}, {'screen_name': 'RAICESTEXAS', 'name': 'RAICES', 'id': '51547100'}, {'screen_name': 'ACLU', 'name': 'ACLU', 'id': '13393052'}]",,,, +1358,1008968815630258176,1008952872375967744,1529391886000.0,2018-06-19 07:04:46,+0000,,@dstressdotcom @Chellie0020 @backrowgracie @jgalerstein @somospostpc @RAICESTEXAS @ACLU That seems unlikely,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,07,https://twitter.com/elonmusk/status/1008968815630258176,[],[],0,,False,320,8,6,,None,,,,,,,"[{'screen_name': 'dstressdotcom', 'name': '⭐OPEN⭐YOUR⭐👀s', 'id': '2901063922'}, {'screen_name': 'Chellie0020', 'name': 'Chellie', 'id': '184143915'}, {'screen_name': 'somospostpc', 'name': 'Alex B 📉', 'id': '1259674092'}, {'screen_name': 'RAICESTEXAS', 'name': 'RAICES', 'id': '51547100'}, {'screen_name': 'ACLU', 'name': 'ACLU', 'id': '13393052'}]",,,, +1359,1008968645391810560,1008952872375967744,1529391845000.0,2018-06-19 07:04:05,+0000,,"@backrowgracie @jgalerstein @somospostpc @RAICESTEXAS @ACLU Just because I donate doesn’t mean I support every last thing a person or organization does, but I like all the people I’ve met from @ACLU. They really care about doing good.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,07,https://twitter.com/elonmusk/status/1008968645391810560,[],[],0,,False,1561,33,53,,None,,,,,,,"[{'screen_name': 'somospostpc', 'name': 'Alex B 📉', 'id': '1259674092'}, {'screen_name': 'RAICESTEXAS', 'name': 'RAICES', 'id': '51547100'}, {'screen_name': 'ACLU', 'name': 'ACLU', 'id': '13393052'}]",,,, +1360,1008963854624350210,1008952872375967744,1529390703000.0,2018-06-19 06:45:03,+0000,,@jgalerstein @somospostpc @RAICESTEXAS @ACLU I am one of the top donors to @ACLU,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/1008963854624350210,[],[],0,,False,4268,118,198,,None,,,,,,,"[{'screen_name': 'somospostpc', 'name': 'Alex B 📉', 'id': '1259674092'}, {'screen_name': 'RAICESTEXAS', 'name': 'RAICES', 'id': '51547100'}, {'screen_name': 'ACLU', 'name': 'ACLU', 'id': '13393052'}]",,,, +1361,1008960448681660417,1008952872375967744,1529389891000.0,2018-06-19 06:31:31,+0000,,"@somospostpc I couldn’t even keep the US in the Paris Accord, but if there is some way for me to help these kids I will do so",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/1008960448681660417,[],[],0,,False,4355,165,299,,None,,,,,,,"[{'screen_name': 'somospostpc', 'name': 'Alex B 📉', 'id': '1259674092'}]",,,, +1362,1008958747312558080,1008952872375967744,1529389485000.0,2018-06-19 06:24:45,+0000,,@sasimons @etlonmusk I think so,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/1008958747312558080,[],[],0,,False,311,19,6,,None,,,,,,,"[{'screen_name': 'sasimons', 'name': 'Seth Simons', 'id': '324979925'}, {'screen_name': 'etlonmusk', 'name': 'ЕIоп Мusk', 'id': '498094823'}]",,,, +1363,1008953199963746304,1008952872375967744,1529388162000.0,2018-06-19 06:02:42,+0000,,I hope the kids are ok,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/1008953199963746304,[],[],0,,False,9506,995,695,,None,,,,,,,[],,,, +1364,1008952872375967744,1008952872375967744,1529388084000.0,2018-06-19 06:01:24,+0000,,Shelter https://t.co/bLVrv0WpJb,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/1008952872375967744,['https://m.youtube.com/watch?v=dYMrzXus3n4'],[],0,,False,7178,386,524,,None,,,,,,,[],,,, +1365,1008935738270834689,1008741008899702784,1529383999000.0,2018-06-19 04:53:19,+0000,,@AntVenom @cfarivar @amendlocke You’re probably right. Maybe after Tesla drama calms down.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1008935738270834689,[],[],0,,False,1027,77,45,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}, {'screen_name': 'amendlocke', 'name': 'Ken MacLeod', 'id': '79199981'}]",,,, +1366,1008935327124213760,1008859776934014976,1529383901000.0,2018-06-19 04:51:41,+0000,,@cfarivar @PPathole @dawg_fan_93 @maysacha @JayPrisefighter @EBRPD I’m at the factory a lot. Pretty good workout just walking around. It’s big.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1008935327124213760,[],[],0,,False,410,16,16,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'dawg_fan_93', 'name': 'Swampdawg', 'id': '907113708'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}, {'screen_name': 'JayPrisefighter', 'name': 'Jared', 'id': '1002337721770078209'}, {'screen_name': 'EBRPD', 'name': 'East Bay Regional Parks', 'id': '26857672'}]",,,, +1367,1008920527673516032,1008859776934014976,1529380373000.0,2018-06-19 03:52:53,+0000,,@cfarivar @PPathole @dawg_fan_93 @maysacha @JayPrisefighter They look beautiful,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,03,https://twitter.com/elonmusk/status/1008920527673516032,[],[],0,,False,344,14,8,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'dawg_fan_93', 'name': 'Swampdawg', 'id': '907113708'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}, {'screen_name': 'JayPrisefighter', 'name': 'Jared', 'id': '1002337721770078209'}]",,,, +1368,1008920523038867456,1008859776934014976,1529380372000.0,2018-06-19 03:52:52,+0000,,@cfarivar @loosecoosebbq @akrdu2 @Tesla @Fremont_CA Will maybe do a media tour next week. Team deserves recognition. This was miraculous.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,03,https://twitter.com/elonmusk/status/1008920523038867456,[],[],0,,False,573,29,40,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}, {'screen_name': 'loosecoosebbq', 'name': 'loose coose bbq', 'id': '715231248592072705'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Fremont_CA', 'name': 'City of Fremont, CA', 'id': '126421867'}]",,,, +1369,1008919193259945986,1008859776934014976,1529380055000.0,2018-06-19 03:47:35,+0000,,@PPathole @dawg_fan_93 @maysacha @JayPrisefighter @cfarivar It’s actually way better than the factory building. More comfortable & a great view of the mountains.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,03,https://twitter.com/elonmusk/status/1008919193259945986,[],[],0,,False,497,30,27,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'dawg_fan_93', 'name': 'Swampdawg', 'id': '907113708'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}, {'screen_name': 'JayPrisefighter', 'name': 'Jared', 'id': '1002337721770078209'}, {'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}]",,,, +1370,1008916455948148736,1008859776934014976,1529379402000.0,2018-06-19 03:36:42,+0000,,@maysacha @JayPrisefighter @cfarivar Not sure we actually need a building. This tent is pretty sweet. Tesla Grohmann line is in place at Giga & spooling up now. They super kicked ass too. Heiliger Strohsack!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,03,https://twitter.com/elonmusk/status/1008916455948148736,[],[],0,,False,765,38,60,,None,,,,,,,"[{'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}, {'screen_name': 'JayPrisefighter', 'name': 'Jared', 'id': '1002337721770078209'}, {'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}]",,,, +1371,1008913670707953664,1008859776934014976,1529378738000.0,2018-06-19 03:25:38,+0000,,@JayPrisefighter @cfarivar They also poured the concrete & built the whole assembly line using scrap we had in warehouses. And it’s way better than the other GA line that cost hundreds of millions!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,03,https://twitter.com/elonmusk/status/1008913670707953664,[],[],0,,False,915,68,41,,None,,,,,,,"[{'screen_name': 'JayPrisefighter', 'name': 'Jared', 'id': '1002337721770078209'}, {'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}]",,,, +1372,1008912705737056256,1007752686878388224,1529378508000.0,2018-06-19 03:21:48,+0000,,@joshsteimle @monongahelaEX @AntVenom No,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,03,https://twitter.com/elonmusk/status/1008912705737056256,[],[],0,,False,359,15,11,,None,,,,,,,"[{'screen_name': 'joshsteimle', 'name': 'Josh Steimle', 'id': '25384284'}, {'screen_name': 'monongahelaEX', 'name': 'Boris Veigel', 'id': '41512767'}, {'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +1373,1008906087611883521,1008859776934014976,1529376930000.0,2018-06-19 02:55:30,+0000,,"@cfarivar Needed another general assembly line to reach 5k/week Model 3 production. A new building was impossible, so we built a giant tent in 2 weeks. Tesla team kfa!! Gah, love them so much ♥️🚘💫",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,02,https://twitter.com/elonmusk/status/1008906087611883521,[],[],0,,False,11931,386,623,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}]",,,, +1374,1008872597780508673,1008868085896445952,1529368945000.0,2018-06-19 00:42:25,+0000,,"@scottlynch78 @jenphalian You’re welcome, bad fiction writer 78 https://t.co/ypglGbdEse",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,00,https://twitter.com/elonmusk/status/1008872597780508673,[],['https://pbs.twimg.com/media/DgA8RzIVAAADwrI.jpg'],1,https://pbs.twimg.com/media/DgA8RzIVAAADwrI.jpg,False,344,19,9,,None,,,,,,,"[{'screen_name': 'scottlynch78', 'name': 'Scott Lynch', 'id': '61838384'}, {'screen_name': 'jenphalian', 'name': 'jenphalian, princess of mermaid cove', 'id': '2216621'}]",,,, +1375,1008860403051327488,1008741008899702784,1529366038000.0,2018-06-18 23:53:58,+0000,,"@cfarivar @amendlocke Dude, we are California, which is extremely pro union. People can form a union tomorrow & nothing Tesla could do to stop it. UAW can’t even get enough sigs to request a vote, cause they have nothing to offer.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1008860403051327488,[],[],0,,False,873,33,62,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}, {'screen_name': 'amendlocke', 'name': 'Ken MacLeod', 'id': '79199981'}]",,,, +1376,1008859105883066368,1008741008899702784,1529365729000.0,2018-06-18 23:48:49,+0000,,@amendlocke Your union brothers https://t.co/DsGvlscvc6,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1008859105883066368,['https://www.ilnews.org/news/statewide/testimony-uaw-rep-demanded-oral-sex-in-exchange-for-representation/article_af32a39c-fb0d-11e7-9623-0f0733ad841e.html'],[],0,,False,1557,119,152,,None,,,,,,,"[{'screen_name': 'amendlocke', 'name': 'Ken MacLeod', 'id': '79199981'}]",,,, +1377,1008858642550943745,1008741008899702784,1529365618000.0,2018-06-18 23:46:58,+0000,,@amendlocke You won’t find pro-union either. The books are all about freedom. No one is forced to join any organization.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1008858642550943745,[],[],0,,False,2250,74,74,,None,,,,,,,"[{'screen_name': 'amendlocke', 'name': 'Ken MacLeod', 'id': '79199981'}]",,,, +1378,1008566142724497408,1008513410370134016,1529295881000.0,2018-06-18 04:24:41,+0000,,"@Keith_Wasserman @Jason @Beyonce @warriors Thanks, good advice",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,04,https://twitter.com/elonmusk/status/1008566142724497408,[],[],0,,False,609,46,14,,None,,,,,,,"[{'screen_name': 'Keith_Wasserman', 'name': 'Keith Wasserman', 'id': '1368895981'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Beyonce', 'name': 'BEYONCÉ', 'id': '31239408'}, {'screen_name': 'warriors', 'name': 'Golden State Warriors', 'id': '26270913'}]",,,, +1379,1008450201885872129,799369292294725632,1529268238000.0,2018-06-17 20:43:58,+0000,,@FredericLambert @SwiftOnSecurity They have about three weeks before their short position explodes,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1008450201885872129,[],[],0,,False,1602,189,249,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity(Hibernation)', 'id': '2436389418'}]",,,, +1380,1008445877197783040,1008445532543602688,1529267207000.0,2018-06-17 20:26:47,+0000,,@c7five Good points. Already mostly working in the developer software I’m driving.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1008445877197783040,[],[],0,,False,490,27,17,,None,,,,,,,"[{'screen_name': 'c7five', 'name': 'Nicholas J. Percoco', 'id': '32495046'}]",,,, +1381,1008445446975512576,1008391328277729280,1529267105000.0,2018-06-17 20:25:05,+0000,,@iamJeffTorres @thehartej @yaronbrook @VitalikButerin @RickandMorty Can’t wait for the new @RickandMorty season to start!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1008445446975512576,[],[],0,,False,637,23,47,,None,,,,,,,"[{'screen_name': 'iamJeffTorres', 'name': 'Jeff Torres', 'id': '506754011'}, {'screen_name': 'yaronbrook', 'name': 'Yaron Brook', 'id': '21637092'}, {'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}, {'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +1382,1008443957603258368,1008435606714662912,1529266750000.0,2018-06-17 20:19:10,+0000,,"@goombar3 We’ve always provided healthcare, hourly wages above union & Tesla stock. Also, free drinks & snacks. Try to make it fun too. Top ten hourly workers cumulatively received Tesla stock now worth $1M to $2M. Nobody wants UAW, so UAW keeps trashing Tesla & me via 3rd parties.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1008443957603258368,[],[],0,,False,883,41,70,,None,,,,,,,"[{'screen_name': 'goombar3', 'name': 'Jerry Aulik', 'id': '1571679000'}]",,,, +1383,1008441697506754560,1008440984663986176,1529266211000.0,2018-06-17 20:10:11,+0000,,@taimurstriker Glad you teach physics. That and critical thinking (ie how not to be tricked) are foundational for all kids to learn.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1008441697506754560,[],[],0,,False,6847,87,345,,None,,,,,,,[],,,, +1384,1008439719900766208,1008391328277729280,1529265739000.0,2018-06-17 20:02:19,+0000,,"@iamJeffTorres @thehartej @yaronbrook @VitalikButerin Yeah, I think we pretty much agree. Btw, great show.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1008439719900766208,[],[],0,,False,384,9,10,,None,,,,,,,"[{'screen_name': 'iamJeffTorres', 'name': 'Jeff Torres', 'id': '506754011'}, {'screen_name': 'yaronbrook', 'name': 'Yaron Brook', 'id': '21637092'}, {'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}]",,,, +1385,1008438394559451136,1008391328277729280,1529265423000.0,2018-06-17 19:57:03,+0000,,"@iamJeffTorres @thehartej @yaronbrook @VitalikButerin I think essential services, incl health care, should be taken care of by govt/taxpayers (socialist) & other parts of economy should be served by companies competing to serve the people (capitalist). Aka, the view held by most of America.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1008438394559451136,[],[],0,,False,885,90,84,,None,,,,,,,"[{'screen_name': 'iamJeffTorres', 'name': 'Jeff Torres', 'id': '506754011'}, {'screen_name': 'yaronbrook', 'name': 'Yaron Brook', 'id': '21637092'}, {'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}]",,,, +1386,1008437057700544512,1008435606714662912,1529265105000.0,2018-06-17 19:51:45,+0000,,@mk_rodgers They started it & attacked me personally,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1008437057700544512,[],[],0,,False,1045,102,36,,None,,,,,,,"[{'screen_name': 'mk_rodgers', 'name': 'MKR, Esq', 'id': '55837155'}]",,,, +1387,1008435606714662912,1008435606714662912,1529264759000.0,2018-06-17 19:45:59,+0000,,Search UAW and “corruption”. Very long reading list. Great organization. https://t.co/9RVR31vzbc,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1008435606714662912,['https://www.detroitnews.com/story/business/autos/chrysler/2018/04/05/feds-raided-uaw-leader-house-amid-corruption-probe/33579403/'],[],0,,False,5307,411,639,,None,,,,,,,[],,,, +1388,1008431653935435776,1008391328277729280,1529263816000.0,2018-06-17 19:30:16,+0000,,@iamJeffTorres @thehartej @yaronbrook @VitalikButerin “Profit” just means you earned more money than you spent & certainly does spark innovation. Jesus. This is obv a good thing & extremely hard. It has taken Tesla 15 years & we’re almost there. Every other US car company besides Ford & Tesla has gone bankrupt.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1008431653935435776,[],[],0,,False,773,63,85,,None,,,,,,,"[{'screen_name': 'iamJeffTorres', 'name': 'Jeff Torres', 'id': '506754011'}, {'screen_name': 'yaronbrook', 'name': 'Yaron Brook', 'id': '21637092'}, {'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}]",,,, +1389,1008427324298022912,799369292294725632,1529262784000.0,2018-06-17 19:13:04,+0000,,@SwiftOnSecurity They don’t seem to think much or care about the future beyond a narrow horizon,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1008427324298022912,[],[],0,,False,840,33,47,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +1390,1008423993999650816,1008146567046598661,1529261990000.0,2018-06-17 18:59:50,+0000,,@haymarketbooks Engels wrote 2nd & 3rd volumes based on Marx’s “notes”. Less reliable.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1008423993999650816,[],[],0,,False,768,55,36,,None,,,,,,,"[{'screen_name': 'haymarketbooks', 'name': 'Haymarket Books', 'id': '22846853'}]",,,, +1391,1008423357774102528,799369292294725632,1529261838000.0,2018-06-17 18:57:18,+0000,,"@SwiftOnSecurity Wanted to help transition the world to sustainable, clean energy and extend life as we know it beyond Earth. Those problems require a lot of hardware.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1008423357774102528,[],[],0,,False,853,28,71,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +1392,1008422418753339392,1008323189586489344,1529261614000.0,2018-06-17 18:53:34,+0000,,"@doctorow @sahazel Wow, you know nothing & are worthy of contempt. The world is under massive attack due to climate change & you couldn’t care less.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1008422418753339392,[],[],0,,False,401,15,24,,None,,,,,,,"[{'screen_name': 'doctorow', 'name': 'Cory Doctorow AWAY UNTIL JUNE 19', 'id': '2729061'}, {'screen_name': 'sahazel', 'name': 'Steven Hazel', 'id': '15693803'}]",,,, +1393,1008421697354018816,1008323189586489344,1529261442000.0,2018-06-17 18:50:42,+0000,,"@JohnnaSabri @slack2thefuture @doctorow Read it. Like the green, translucent Martian opal?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1008421697354018816,[],[],0,,False,318,19,12,,None,,,,,,,"[{'screen_name': 'slack2thefuture', 'name': 'David Slack', 'id': '215501778'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +1394,1008419464067440641,1008323189586489344,1529260910000.0,2018-06-17 18:41:50,+0000,,@JohnnaSabri @slack2thefuture @doctorow Iron pyrite,fi,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1008419464067440641,[],[],0,,False,364,24,9,,None,,,,,,,"[{'screen_name': 'slack2thefuture', 'name': 'David Slack', 'id': '215501778'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +1395,1008418903448477696,1008350340134121472,1529260776000.0,2018-06-17 18:39:36,+0000,,@JimPuzzanghera Congratulations to LA Times and Patrick Soon-Shiong!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1008418903448477696,[],[],0,,False,704,15,21,,None,,,,,,,"[{'screen_name': 'JimPuzzanghera', 'name': 'Jim Puzzanghera', 'id': '15946752'}]",,,, +1396,1008411784603099136,1008323189586489344,1529259079000.0,2018-06-17 18:11:19,+0000,,"@spookyozzy @slack2thefuture @doctorow You’re just a troll/bot, but I will reply anyway. I arrived in Montreal at 17 by myself with $2k. No support, no contacts, nothing. Father said I’d fail & be back in 3 months.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1008411784603099136,[],[],0,,False,599,77,44,,None,,,,,,,"[{'screen_name': 'spookyozzy', 'name': '🦇 suburban communist mom 🦇', 'id': '828804166994718720'}, {'screen_name': 'slack2thefuture', 'name': 'David Slack', 'id': '215501778'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow AWAY UNTIL JUNE 19', 'id': '2729061'}]",,,, +1397,1008410980898914304,963119114804977667,1529258887000.0,2018-06-17 18:08:07,+0000,,"@TeslaCharts I don’t want to see anyone lose their money. Or I will at least provide fair warning before it happens, as I have done in the past.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1008410980898914304,[],[],0,,False,798,73,74,,None,,,,,,,"[{'screen_name': 'TESLAcharts', 'name': 'TC', 'id': '962805945020702722'}]",,,, +1398,1008409974299508736,1008323189586489344,1529258647000.0,2018-06-17 18:04:07,+0000,,@slack2thefuture @doctorow You think all companies are bad and all unions good? That’s a very bigoted position.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1008409974299508736,[],[],0,,False,527,271,36,,None,,,,,,,"[{'screen_name': 'slack2thefuture', 'name': 'David Slack', 'id': '215501778'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +1399,1008409208092438528,1008409208092438528,1529258465000.0,2018-06-17 18:01:05,+0000,,Well said https://t.co/lDPaIPLLzO,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1008409208092438528,['https://m.dailykos.com/stories/2018/5/29/1767826/-The-War-on-Tesla-Musk-and-the-Fight-for-the-Future'],[],0,,False,29363,1627,4931,,None,,,,,,,[],,,, +1400,1008407906268602368,963119114804977667,1529258154000.0,2018-06-17 17:55:54,+0000,,@TeslaCharts Then you’ll be fine,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/1008407906268602368,[],[],0,,False,489,19,21,,None,,,,,,,"[{'screen_name': 'TESLAcharts', 'name': 'TC', 'id': '962805945020702722'}]",,,, +1401,1008406652431654912,1008323189586489344,1529257855000.0,2018-06-17 17:50:55,+0000,,@JohnnaSabri @indiemusicfan9 @dimas_______ @Robotbeat @doctorow Exactly. Our NDA is actually shorter & simpler than most.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/1008406652431654912,[],[],0,,False,314,8,11,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +1402,1008406329398980608,1008323189586489344,1529257778000.0,2018-06-17 17:49:38,+0000,,"@indiemusicfan9 @dimas_______ @Robotbeat @doctorow ...which clearly doesn’t work. UAW and Wall Street shorts know every detail of what’s happening at Tesla. Storm clouds are gathering, so they’re getting desperate.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/1008406329398980608,[],[],0,,False,348,8,22,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +1403,1008405624068104192,1008323189586489344,1529257610000.0,2018-06-17 17:46:50,+0000,,"@doctorow @dimas_______ @Robotbeat Then look a little closer, doctorow. Read the whole thread.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/1008405624068104192,[],[],0,,False,244,4,4,,None,,,,,,,"[{'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}, {'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}]",,,, +1404,1008404991516631040,1008323189586489344,1529257459000.0,2018-06-17 17:44:19,+0000,,@indiemusicfan9 @dimas_______ @Robotbeat @doctorow More propaganda. The NDA only prevents disclosure of Tesla proprietary IP or material non-public information (insider trading).,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/1008404991516631040,[],[],0,,False,363,6,15,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +1405,1008404147584921600,963119114804977667,1529257258000.0,2018-06-17 17:40:58,+0000,,@TeslaCharts How big is your short position? Just curious.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/1008404147584921600,[],[],0,,False,789,65,100,,None,,,,,,,"[{'screen_name': 'TESLAcharts', 'name': 'TC', 'id': '962805945020702722'}]",,,, +1406,1008403122207612928,1008323189586489344,1529257014000.0,2018-06-17 17:36:54,+0000,,@BobbieBees @dimas_______ @Robotbeat @doctorow Union flyers are handed out all the time in the factory. I know because people in the factory laugh at the ridiculous propaganda & hand them to me. This one guy’s claim about being stopped once in a parking lot is false and irrelevant.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/1008403122207612928,[],[],0,,False,313,7,13,,None,,,,,,,"[{'screen_name': 'BobbieBees', 'name': 'Bobbie Bees', 'id': '342507990'}, {'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +1407,1008401637528895488,1008323189586489344,1529256660000.0,2018-06-17 17:31:00,+0000,,"@doctorow I endorse freedom to form a union too, as well as freedom not to do so if they feel Tesla is a good company. UAW has major conflicts of interest & failed our car plant already when they abandoned us in 2010. Tesla can only hire 5% of applicants, so must be doing something right.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/1008401637528895488,[],[],0,,False,472,27,15,,None,,,,,,,"[{'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +1408,1008397942653218816,1008323189586489344,1529255779000.0,2018-06-17 17:16:19,+0000,,"@dimas_______ @Robotbeat @doctorow UAW doesn’t have 30% of signatures (about 6000 people) needed for a vote. They can’t even muster enough people for a free bbq. Instead, they’re getting paid trolls & far left shills to trash Tesla & me in press & social media. Such creeps.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/1008397942653218816,[],[],0,,False,543,33,29,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow AWAY UNTIL JUNE 19', 'id': '2729061'}]",,,, +1409,1008393868381843456,1008323189586489344,1529254807000.0,2018-06-17 17:00:07,+0000,,"@TheSithSeth @doctorow I’m not against all unions, but UAW has a track record of destroying productivity so a company can’t compete on world market. Our current factory went bankrupt under UAW before we took it over. Don’t want Tesla to die too.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/1008393868381843456,[],[],0,,False,445,30,24,,None,,,,,,,"[{'screen_name': 'ThesithSeth', 'name': 'Seth_thesith', 'id': '1259628525302059008'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +1410,1008392599210561537,1008323189586489344,1529254505000.0,2018-06-17 16:55:05,+0000,,"@Robotbeat @doctorow I am too, of sorts. Govt (ie other taxpayers) should take care of critical needs of people, incl defense, judiciary, health care, etc. Rest should be companies competing to provide best product or service to the people.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,16,https://twitter.com/elonmusk/status/1008392599210561537,[],[],0,,False,473,52,27,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +1411,1008390757596581888,1008382021918494720,1529254066000.0,2018-06-17 16:47:46,+0000,,"@AntVenom @Shaynooooo @kausthav_ray @SpaceX Was originally called Puff the Magic Dragon, as people said I was high if though it could work, so I named it after their insult.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,16,https://twitter.com/elonmusk/status/1008390757596581888,[],[],0,,False,748,25,49,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'Shaynooooo', 'name': '""Golf Enthusiast""', 'id': '2524586809'}, {'screen_name': 'kausthav_ray', 'name': 'Kausthav Ray', 'id': '754624167912275968'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1412,1008389798740963329,1008323189586489344,1529253837000.0,2018-06-17 16:43:57,+0000,,"@doctorow Iain certainly wasn’t pro-union in the Culture books. At all. And wouldn’t be in the case of Tesla. Banks was about freedom through & through. Maybe for a single buyer (monopsony) vs single seller (monopoly), I would be too, but that’s a special case.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,16,https://twitter.com/elonmusk/status/1008389798740963329,[],[],0,,False,727,91,30,,None,,,,,,,"[{'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +1413,1008386640685850624,1008382021918494720,1529253084000.0,2018-06-17 16:31:24,+0000,,@Shaynooooo @kausthav_ray @SpaceX https://t.co/sYo8iIodjG,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,16,https://twitter.com/elonmusk/status/1008386640685850624,['https://m.youtube.com/watch?v=HWnGZf4mBGs'],[],0,,False,593,13,30,,None,,,,,,,"[{'screen_name': 'Shaynooooo', 'name': '""Golf Enthusiast""', 'id': '2524586809'}, {'screen_name': 'kausthav_ray', 'name': 'Kausthav Ray', 'id': '754624167912275968'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1414,1008385171744174080,1008382021918494720,1529252734000.0,2018-06-17 16:25:34,+0000,,"@leechy3 @kausthav_ray @SpaceX SX 300 & soon SX 500. Kind of a modern version of Inconel superalloys. High strength at temperature, extreme oxidation resistance. Needed for ~800 atmosphere, hot, oxygen-rich turbopump on Raptor rocket engine.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,16,https://twitter.com/elonmusk/status/1008385171744174080,[],[],0,,False,604,27,43,,None,,,,,,,"[{'screen_name': 'leechy3', 'name': 'alicia hamblin🗿', 'id': '137795608'}, {'screen_name': 'kausthav_ray', 'name': 'Kausthav Ray', 'id': '754624167912275968'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1415,1008382743606988800,1008382021918494720,1529252155000.0,2018-06-17 16:15:55,+0000,,"@kausthav_ray @SpaceX Structures, engines, avionics, guidance & control software, new alloys, space lasers (ooh, maybe I shouldn’t have said that) …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,16,https://twitter.com/elonmusk/status/1008382743606988800,[],[],0,,False,12142,279,628,,None,,,,,,,"[{'screen_name': 'kausthav_ray', 'name': 'Kausthav Ray', 'id': '754624167912275968'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1416,1008381974266798080,1008345620153819136,1529251972000.0,2018-06-17 16:12:52,+0000,,@mayemusk @kimbal Love you too 💕,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,16,https://twitter.com/elonmusk/status/1008381974266798080,[],[],0,,False,1907,39,43,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +1417,1008326131798269952,1008191818788302849,1529238658000.0,2018-06-17 12:30:58,+0000,,@johngoo 👽🧚‍♀️🚀🍃🍄🍕🍕🍕,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,12,https://twitter.com/elonmusk/status/1008326131798269952,[],[],0,,False,581,37,32,,None,,,,,,,"[{'screen_name': 'johngoo', 'name': 'John', 'id': '1469456036'}]",,,, +1418,1008324562663043074,1008191818788302849,1529238284000.0,2018-06-17 12:24:44,+0000,,@RealMariaLOVE Fair point,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,12,https://twitter.com/elonmusk/status/1008324562663043074,[],[],0,,False,563,23,7,,None,,,,,,,"[{'screen_name': 'RealMariaLove', 'name': 'Maria Love', 'id': '441291297'}]",,,, +1419,1008318961539137537,1008191818788302849,1529236948000.0,2018-06-17 12:02:28,+0000,,"Auto-semiotic asphyxiation (sorry, couldn’t resist)",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,12,https://twitter.com/elonmusk/status/1008318961539137537,[],[],0,,False,4382,217,182,,None,,,,,,,[],,,, +1420,1008315086903996417,1007752686878388224,1529236024000.0,2018-06-17 11:47:04,+0000,,@AntVenom And I don’t trust that Engels guy. He could have made up most of 2nd & 3rd volumes. Nobody actually knows.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,11,https://twitter.com/elonmusk/status/1008315086903996417,[],[],0,,False,823,46,108,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +1421,1008314270096896000,1008313124259270656,1529235830000.0,2018-06-17 11:43:50,+0000,,@drgitlin Your math isn’t very good. Would require 61%. And what’s your issue anyway? Better suggestions are welcome.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,11,https://twitter.com/elonmusk/status/1008314270096896000,[],[],0,,False,2254,101,71,,None,,,,,,,"[{'screen_name': 'drgitlin', 'name': 'Jonathan Gitlin', 'id': '2139671'}]",,,, +1422,1008191818788302849,1008191818788302849,1529206635000.0,2018-06-17 03:37:15,+0000,,The Semi-erotics of Evil https://t.co/g1pffKexRJ,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/1008191818788302849,['https://m.youtube.com/watch?v=SP2Kgabnaeo'],[],0,,False,8996,602,1360,,None,,,,,,,[],,,, +1423,1008176356033814528,1008170402969841664,1529202948000.0,2018-06-17 02:35:48,+0000,,@thetomzone I dare you to stop following me. Do it.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/1008176356033814528,[],[],0,,False,2270,66,61,,None,,,,,,,"[{'screen_name': 'thetomzone', 'name': 'lvl 46 dog-faced pony potus', 'id': '119756545'}]",,,, +1424,1008175546830938113,1008170402969841664,1529202756000.0,2018-06-17 02:32:36,+0000,,@Wi_Writer Ok,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/1008175546830938113,[],[],0,,False,5422,118,554,,None,,,,,,,[],,,, +1425,1008170402969841664,1008170402969841664,1529201529000.0,2018-06-17 02:12:09,+0000,,The enemy of my enemy is myself https://t.co/momMBAEuzU,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/1008170402969841664,['https://twitter.com/robertwiblin/status/1008148499433738240'],[],0,,False,64716,870,7664,0,None,,,,,,,[],,,, +1426,1008166534399680513,1008012300979077121,1529200607000.0,2018-06-17 01:56:47,+0000,,@worldout_42 @Billsocalif @fnord3125 Exactly,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1008166534399680513,[],[],0,,False,299,7,8,,None,,,,,,,"[{'screen_name': 'worldout_42', 'name': '👀 The High Sparrow 2020 edition', 'id': '1961477725'}, {'screen_name': 'Billsocalif', 'name': 'Bill Sabo', 'id': '283716626'}, {'screen_name': 'fnord3125', 'name': 'Unknown Tax Entity', 'id': '1233091'}]",,,, +1427,1008164588867555329,1008120904759402501,1529200143000.0,2018-06-17 01:49:03,+0000,,@Alix_SS @ZhouChauster Libertinarian,eu,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1008164588867555329,[],[],0,,False,776,28,26,,None,,,,,,,"[{'screen_name': 'alix_ss', 'name': 'alix-ss-rock', 'id': '1303310600408363010'}]",,,, +1428,1008124944289370113,1008123676582002689,1529190691000.0,2018-06-16 23:11:31,+0000,,"@michaelshermer Direct democracy by the people. Laws must be short, as there is trickery in length. Automatic expiration of rules to prevent death by bureaucracy. Any rule can be removed by 40% of people to overcome inertia. Freedom.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1008124944289370113,[],[],0,,False,17612,1684,2169,,None,,,,,,,"[{'screen_name': 'michaelshermer', 'name': 'Michael Shermer', 'id': '34868965'}]",,,, +1429,1008122748361568257,1008120904759402501,1529190167000.0,2018-06-16 23:02:47,+0000,,@rknDA1337 @FredoDeSmet The mind sacrificing itself in the final ship battle,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1008122748361568257,[],[],0,,False,778,42,22,,None,,,,,,,"[{'screen_name': 'rknDA1337', 'name': 'rknDA1337', 'id': '1024943078594027520'}, {'screen_name': 'FredoDeSmet', 'name': 'Fredo De Smet 📎', 'id': '20082759'}]",,,, +1430,1008121639337320454,1008120904759402501,1529189903000.0,2018-06-16 22:58:23,+0000,,"@FredoDeSmet All of them, especially Surface Detail",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1008121639337320454,[],[],0,,False,1272,68,36,,None,,,,,,,"[{'screen_name': 'FredoDeSmet', 'name': 'Fredo De Smet 📎', 'id': '20082759'}]",,,, +1431,1008120904759402501,1008120904759402501,1529189728000.0,2018-06-16 22:55:28,+0000,,"If you must know, I am a utopian anarchist of the kind best described by Iain Banks",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1008120904759402501,[],[],0,,False,30180,1821,2697,,None,,,,,,,[],,,, +1432,1008114586392846336,1008056598579896325,1529188221000.0,2018-06-16 22:30:21,+0000,,@AbeDurrani @NelStamp @RRescenko @peterthiel I disagree with that goal & gave away Tesla patents to help other companies https://t.co/HPK5R5UMS6,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1008114586392846336,['https://www.tesla.com/blog/all-our-patent-are-belong-you'],[],0,,False,527,22,36,,None,,,,,,,"[{'screen_name': 'NelStamp', 'name': 'Nelini Stamp 🐺🐜', 'id': '376243560'}, {'screen_name': 'RRescenko', 'name': 'RaimondsR', 'id': '953925204165709824'}, {'screen_name': 'peterthiel', 'name': 'Peter Thiel', 'id': '49736166'}]",,,, +1433,1008111802448777216,1008056598579896325,1529187558000.0,2018-06-16 22:19:18,+0000,,"@NelStamp @RRescenko If I’m not a communist, why do I make red cars 🚘 🤔",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1008111802448777216,[],[],0,,False,768,48,80,,None,,,,,,,"[{'screen_name': 'NelStamp', 'name': 'Nelini Stamp 🐺🐜', 'id': '376243560'}, {'screen_name': 'RRescenko', 'name': 'RaimondsR', 'id': '953925204165709824'}]",,,, +1434,1008109905209843712,1007752686878388224,1529187105000.0,2018-06-16 22:11:45,+0000,,"@kikkerin @soniasimone Very appealing if you’re a sophomore in college. It’s a counterpoint to communism and useful as such, but should be tempered with kindness.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1008109905209843712,[],[],0,,False,598,17,18,,None,,,,,,,"[{'screen_name': 'soniasimone', 'name': 'Sonia Simone', 'id': '9232572'}]",,,, +1435,1008107926895185921,1007752686878388224,1529186634000.0,2018-06-16 22:03:54,+0000,,@Gubisoul @monongahelaEX @AntVenom That is why it is critical to support competition. Excess profits draw in competitors who then drive down prices.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1008107926895185921,[],[],0,,False,1219,86,85,,None,,,,,,,"[{'screen_name': 'monongahelaEX', 'name': 'Boris Veigel', 'id': '41512767'}, {'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +1436,1008102269944860672,1007752686878388224,1529185285000.0,2018-06-16 21:41:25,+0000,,@soniasimone lol,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1008102269944860672,[],[],0,,False,1009,14,45,,None,,,,,,,"[{'screen_name': 'soniasimone', 'name': 'Sonia Simone', 'id': '9232572'}]",,,, +1437,1008101573472354304,1007752686878388224,1529185119000.0,2018-06-16 21:38:39,+0000,,"@monongahelaEX @AntVenom Read Das Kapital when I was 14, incl cross-checking English translation of original German. Adam Smith FTW obv. Ironically, future automation will naturally lead to greater equality of consumption. Monopolies are true enemy of people. Competing to serve is good.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1008101573472354304,[],[],0,,False,1911,182,173,,None,,,,,,,"[{'screen_name': 'monongahelaEX', 'name': 'Boris Veigel', 'id': '41512767'}, {'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +1438,1008083495107772416,1008081295090450432,1529180809000.0,2018-06-16 20:26:49,+0000,,@Model3Owners @DMC_Ryan Might actually be his!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1008083495107772416,[],[],0,,False,1197,63,25,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1439,1008081295090450432,1008081295090450432,1529180284000.0,2018-06-16 20:18:04,+0000,,Amazing work by Tesla team. Built entire new general assembly line in 3 weeks w minimal resources. Love u guys so much! Pic of 1st Model 3 dual motor performance coming off the line … https://t.co/Xr55P3fmGd,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1008081295090450432,[],['https://pbs.twimg.com/media/Df1slrgVQAATL5c.jpg'],1,https://pbs.twimg.com/media/Df1slrgVQAATL5c.jpg,False,45393,1380,4123,,None,,,,,,,[],,,, +1440,1008079815667113984,1008012300979077121,1529179931000.0,2018-06-16 20:12:11,+0000,,@fnord3125 You’re a docile puppet of the UAW. Be honest about what you are.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1008079815667113984,[],[],0,,False,427,17,9,,None,,,,,,,"[{'screen_name': 'fnord3125', 'name': 'Unknown Tax Entity', 'id': '1233091'}]",,,, +1441,1008078826386087936,214636339474345984,1529179696000.0,2018-06-16 20:08:16,+0000,,@christapeterso Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1008078826386087936,[],[],0,,False,272,10,6,,None,,,,,,,"[{'screen_name': 'christapeterso', 'name': 'bean', 'id': '292438708'}]",,,, +1442,1008014213741150208,1008012300979077121,1529164291000.0,2018-06-16 15:51:31,+0000,,@NickAPappas Sigh,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,15,https://twitter.com/elonmusk/status/1008014213741150208,[],[],0,,False,1852,48,36,,None,,,,,,,"[{'screen_name': 'NickAPappas', 'name': 'Nick Pappas', 'id': '3294572733'}]",,,, +1443,1008013111058526209,1008012300979077121,1529164028000.0,2018-06-16 15:47:08,+0000,,"By the way, I am actually a socialist. Just not the kind that shifts resources from most productive to least productive, pretending to do good, while actually causing harm. True socialism seeks greatest good for all.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,15,https://twitter.com/elonmusk/status/1008013111058526209,[],[],0,,False,40245,3770,5126,,None,,,,,,,[],,,, +1444,1008012300979077121,1008012300979077121,1529163835000.0,2018-06-16 15:43:55,+0000,,“No sense of humor” is certainly proving itself true. Good grief! How many socialists does it take to screw in a lightbulb? Answer: That’s not funny!!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,15,https://twitter.com/elonmusk/status/1008012300979077121,[],[],0,,False,45816,1063,4898,,None,,,,,,,[],,,, +1445,1008009529223598081,1007752686878388224,1529163174000.0,2018-06-16 15:32:54,+0000,,"@R850Mango @tinytacotown Boys High is a government school for anyone local, which we were",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,15,https://twitter.com/elonmusk/status/1008009529223598081,[],[],0,,False,449,11,7,,None,,,,,,,"[{'screen_name': 'tinytacotown', 'name': 'Daniel “Spoons” Dresden', 'id': '1237353235'}]",,,, +1446,1007787164308869120,1007780580396683267,1529110158000.0,2018-06-16 00:49:18,+0000,,@KevinOConnorNBA Lake Show,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/1007787164308869120,[],[],0,,False,5035,105,758,,None,,,,,,,"[{'screen_name': 'KevinOConnorNBA', 'name': ""Kevin O'Connor"", 'id': '35355156'}]",,,, +1447,1007780580396683267,1007780580396683267,1529108588000.0,2018-06-16 00:23:08,+0000,,"Heading back into the factory, so that’s enough for now. Don’t take my Tweet too seriously. For one thing, it’s called a “Tweet”.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/1007780580396683267,[],[],0,,False,23345,704,1366,,None,,,,,,,[],,,, +1448,1007775323822460929,1007752686878388224,1529107335000.0,2018-06-16 00:02:15,+0000,,@elmaddogg @tinytacotown No,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/1007775323822460929,[],[],0,,False,268,12,4,,None,,,,,,,"[{'screen_name': 'elmaddogg', 'name': 'Edward Maddalena', 'id': '248935266'}, {'screen_name': 'tinytacotown', 'name': 'Daniel “Spoons” Dresden', 'id': '1237353235'}]",,,, +1449,1007774899556028416,1007752686878388224,1529107234000.0,2018-06-16 00:00:34,+0000,,@tinytacotown My father has no money. Only reason he even has a house is because my brother & I bought it for him on condition that he not cause harm to others. That obviously failed.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/1007774899556028416,[],[],0,,False,1962,109,87,,None,,,,,,,"[{'screen_name': 'tinytacotown', 'name': 'Daniel “Spoons” Dresden', 'id': '1237353235'}]",,,, +1450,1007768708779999237,1007766450256392192,1529105758000.0,2018-06-15 23:35:58,+0000,,"@CarltonTSC There is considerable confusion between wealth as consumption & wealth as labor allocation. By latter measure, anyone in govt whose budget exceeds $1B is a billionaire. Government is the largest corporation.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,23,https://twitter.com/elonmusk/status/1007768708779999237,[],[],0,,False,9408,418,1194,,None,,,,,,,"[{'screen_name': 'CarltonTSC', 'name': 'Carlton J. Wilkinson', 'id': '508951953'}]",,,, +1451,1007766450256392192,1007766450256392192,1529105219000.0,2018-06-15 23:26:59,+0000,,Socialism vs capitalism is not even the right question. What really matters is avoiding monopolies that restrict people’s freedom.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,23,https://twitter.com/elonmusk/status/1007766450256392192,[],[],0,,False,98132,2856,20443,,None,,,,,,,[],,,, +1452,1007762646182047744,1007752686878388224,1529104312000.0,2018-06-15 23:11:52,+0000,,@Jack_Frodo Universal income will be necessary over time if AI takes over most human jobs,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,23,https://twitter.com/elonmusk/status/1007762646182047744,[],[],0,,False,6276,395,672,,None,,,,,,,"[{'screen_name': 'Jack_Frodo', 'name': 'Jack Joseph', 'id': '1162434020'}]",,,, +1453,1007758296336330753,1007752686878388224,1529103275000.0,2018-06-15 22:54:35,+0000,,@AntVenom Marx was a capitalist. He even wrote a book about it.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/1007758296336330753,[],[],0,,False,8763,1995,2513,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +1454,1007757625646182400,1007752686878388224,1529103115000.0,2018-06-15 22:51:55,+0000,,@AntVenom A socialist,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/1007757625646182400,[],[],0,,False,15716,644,1267,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +1455,1007752686878388224,1007752686878388224,1529101938000.0,2018-06-15 22:32:18,+0000,,"Those who proclaim themselves “socialists” are usually depressing, have no sense of humor & attended an expensive college. Fate loves irony.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/1007752686878388224,[],[],0,,False,148487,5323,33407,,None,,,,,,,[],,,, +1456,1007680749326065664,993007294978895872,1529084787000.0,2018-06-15 17:46:27,+0000,,@publicfreeman @BlackSocialists What is yours?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/1007680749326065664,[],[],0,,False,332,42,7,,None,,,,,,,"[{'screen_name': 'BlackSocialists', 'name': 'Black Socialists in America', 'id': '942566438019231744'}]",,,, +1457,1007680326934585344,993007294978895872,1529084686000.0,2018-06-15 17:44:46,+0000,,@BlackSocialists What is your utopia?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/1007680326934585344,[],[],0,,False,448,93,42,,None,,,,,,,"[{'screen_name': 'BlackSocialists', 'name': 'Black Socialists in America', 'id': '942566438019231744'}]",,,, +1458,1007679828303024128,1007665949044928517,1529084567000.0,2018-06-15 17:42:47,+0000,,@MobiiliMika The future is a set of branching probability streams. Some actions by humanity have an extremely leveraged effect on shape & size of those streams.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/1007679828303024128,[],[],0,,False,1352,73,182,,None,,,,,,,"[{'screen_name': 'MobiiliMika', 'name': 'Mika Saastamoinen', 'id': '468262815'}]",,,, +1459,1007669712539414528,1007669550307950592,1529082155000.0,2018-06-15 17:02:35,+0000,,@FernandoGords68 @BillNye @neiltyson Strongly disagree. I love humanity.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/1007669712539414528,[],[],0,,False,643,36,39,,None,,,,,,,"[{'screen_name': 'BillNye', 'name': 'Bill Nye', 'id': '37710752'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +1460,1007669485065547776,1007665949044928517,1529082101000.0,2018-06-15 17:01:41,+0000,,"@LanceUlanoff @lea_bitterwolf @jlgolson Already did. Meant to go longer, but ran out of time. https://t.co/s8g76wTqLl",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/1007669485065547776,[],"['https://pbs.twimg.com/media/Dfv2CPPVQAE2rGF.jpg', 'https://pbs.twimg.com/media/Dfv2COzU8AA_wsy.jpg']",1,https://pbs.twimg.com/media/Dfv2CPPVQAE2rGF.jpg,False,2430,49,252,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}, {'screen_name': 'lea_bitterwolf', 'name': 'Lea Bitterwolf', 'id': '961008106267439104'}, {'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +1461,1007668628794175489,1007665949044928517,1529081897000.0,2018-06-15 16:58:17,+0000,,@lea_bitterwolf @jlgolson I always wanted to do a terms & conditions cover of Green Eggs & Ham,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1007668628794175489,[],[],0,,False,1229,18,41,,None,,,,,,,"[{'screen_name': 'lea_bitterwolf', 'name': 'Lea Bitterwolf', 'id': '961008106267439104'}, {'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +1462,1007668113591005184,1007665949044928517,1529081774000.0,2018-06-15 16:56:14,+0000,,@gcortes Foundation Series & Zeroth Law are fundamental to creation of SpaceX,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1007668113591005184,[],[],0,,False,1182,44,105,,None,,,,,,,"[{'screen_name': 'gcortes', 'name': 'Gilberto', 'id': '724889886'}]",,,, +1463,1007667617060941824,1007665949044928517,1529081656000.0,2018-06-15 16:54:16,+0000,,@PaulVerstegen1 I love Banks. Best books in recent years imo are Iain Banks & George Martin.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1007667617060941824,[],[],0,,False,770,53,53,,None,,,,,,,"[{'screen_name': 'PaulVerstegen1', 'name': 'Paul Verstegen', 'id': '407411285'}]",,,, +1464,1007667079892254720,1007665949044928517,1529081528000.0,2018-06-15 16:52:08,+0000,,"@jlgolson Given how bad I am at poetry, probably Vogon",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1007667079892254720,[],[],0,,False,2097,62,74,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +1465,1007665949044928517,1007665949044928517,1529081258000.0,2018-06-15 16:47:38,+0000,,Should prob articulate philosophy underlying my actions. It’s pretty simple & mostly influenced by Douglas Adams & Isaac Asimov.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1007665949044928517,[],[],0,,False,25166,1156,2122,,None,,,,,,,[],,,, +1466,1007664788325818369,1007647898161463297,1529080981000.0,2018-06-15 16:43:01,+0000,,@annerajb @FredericLambert My donations are anonymous,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1007664788325818369,[],[],0,,False,2263,71,91,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1467,1007663283648647169,1007647898161463297,1529080622000.0,2018-06-15 16:37:02,+0000,,@FredericLambert Already sold >$100M TSLA for charity. Will do about that every few years. Major disbursements in about 20 years when Tesla is steady state.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1007663283648647169,[],[],0,,False,2476,53,158,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1468,1007647898161463297,1007647898161463297,1529076954000.0,2018-06-15 15:35:54,+0000,,"My “pay” is in options, which only matter if stock goes up & I sell. Will use that to make life multiplanetary, help education & environment on Earth w my foundation. Just don’t want us to be sad about the future. https://t.co/l3YEvjvyuz",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,15,https://twitter.com/elonmusk/status/1007647898161463297,['https://twitter.com/norbertelekes/status/1007635225675993089'],[],0,,False,72979,1328,12286,https://twitter.com/norbertelekes/status/1007635225675993089,None,,,,,,,[],,,, +1469,1007076304095625216,1007010099255111680,1528940676000.0,2018-06-14 01:44:36,+0000,,@ralphbakshi Dankonia,lt,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,01,https://twitter.com/elonmusk/status/1007076304095625216,[],[],0,,False,9948,117,882,,None,,,,,,,"[{'screen_name': 'ralphbakshi', 'name': 'Ralph Bakshi', 'id': '16962208'}]",,,, +1470,1006968985760366592,1006607291746082816,1528915089000.0,2018-06-13 18:38:09,+0000,,@korihale @Tesla @CultureBanx @Forbes We use less than 3% cobalt in our batteries & will use none in next gen,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/1006968985760366592,[],[],0,,False,12643,292,878,,None,,,,,,,"[{'screen_name': 'korihale', 'name': 'Kori Hale', 'id': '19989038'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'CultureBanx', 'name': 'CultureBanx', 'id': '966363689115947009'}, {'screen_name': 'Forbes', 'name': 'Forbes', 'id': '91478624'}]",,,, +1471,1006951781069291521,1006940266559762432,1528910987000.0,2018-06-13 17:29:47,+0000,,"@kwang0429 Yes, interface will change with Version 9 software",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/1006951781069291521,[],[],0,,False,624,20,31,,None,,,,,,,"[{'screen_name': 'kwang0429', 'name': 'Kevin Wang', 'id': '712758408332447744'}]",,,, +1472,1006755636141424640,1006751054099296256,1528864222000.0,2018-06-13 04:30:22,+0000,,"@ifnd323 Will be adjusting screen alert to clarify that we mean “slight up or downward force on the wheel”, not really “hold the wheel”",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,04,https://twitter.com/elonmusk/status/1006755636141424640,[],[],0,,False,476,100,18,,None,,,,,,,"[{'screen_name': 'ifnd323', 'name': 'Peter McCullough', 'id': '259488675'}]",,,, +1473,1006643600891842561,1006597562156003328,1528837511000.0,2018-06-12 21:05:11,+0000,,"@arctechinc Some very, very tough calls. Had to let go of good people, but I think they will find new jobs quickly.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,21,https://twitter.com/elonmusk/status/1006643600891842561,[],[],0,,False,2199,118,59,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +1474,1006597562156003328,1006597562156003328,1528826535000.0,2018-06-12 18:02:15,+0000,,"Difficult, but necessary Tesla reorg underway. My email to the company has already leaked to media. Here it is unfiltered: https://t.co/4LToWoxScx",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1006597562156003328,[],"['https://pbs.twimg.com/media/DfgnI0GVQAASPJZ.jpg', 'https://pbs.twimg.com/media/DfgnI0GUcAAqCij.jpg', 'https://pbs.twimg.com/media/DfgnI0GU0AEPTu5.jpg']",1,https://pbs.twimg.com/media/DfgnI0GVQAASPJZ.jpg,False,64740,1752,9347,,None,,,,,,,[],,,, +1475,1006312299244605441,1006208997114851329,1528758523000.0,2018-06-11 23:08:43,+0000,,@NabilZouhir1 @mayemusk @kimbal That is actual footage,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1006312299244605441,[],[],0,,False,802,26,24,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +1476,1006311825833541632,1006208997114851329,1528758410000.0,2018-06-11 23:06:50,+0000,,@mayemusk @kimbal Back in the Precambrian era when the main form of life was a sponge,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1006311825833541632,[],[],0,,False,861,41,45,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +1477,1005951447169581056,1005577738332172289,1528672489000.0,2018-06-10 23:14:49,+0000,,@joerogan @Off_thewalls @MKBHD Thanks! Have heard universally great things about your podcasts.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,23,https://twitter.com/elonmusk/status/1005951447169581056,[],[],0,,False,8572,339,440,,None,,,,,,,"[{'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'Off_thewalls', 'name': '🌎', 'id': '3256443181'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1478,1005907548476588032,1005865850920787969,1528662023000.0,2018-06-10 20:20:23,+0000,,"@garyflickinger @OchamsRazr @VR0NLINE Of course, but it’s the kind of hustle that you like even with full knowledge. People can obv read the Internet & anyone who wants a refund will get one. I predict basically zero. The honest-to-goodness fun value is amazing & we’re never going to make them again.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1005907548476588032,[],[],0,,False,634,86,23,,None,,,,,,,"[{'screen_name': 'garyflickinger', 'name': 'REPLY GUY SMILEY', 'id': '71989260'}, {'screen_name': 'OchamsRazr', 'name': 'Socially ᵈᶦˢᵗᵃⁿᵗ Cousin', 'id': '4064124317'}, {'screen_name': 'VR0NLINE', 'name': 'veronica online', 'id': '714567667055595520'}]",,,, +1479,1005904638137139200,1005775631324536832,1528661329000.0,2018-06-10 20:08:49,+0000,,"@Erdayastronaut @Lord_Lima_Bean @UHDDreamer @LanceUlanoff Trade is just that Roadster becomes a 2 seater instead of a 2+2. COPV in place of the kid seats, which is prob wise for many reasons",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1005904638137139200,[],[],0,,False,943,45,52,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Lord_Lima_Bean', 'name': 'Lima Bean', 'id': '737461860220309504'}, {'screen_name': 'UHDDreamer', 'name': 'Simon Crowe #FBPE💙', 'id': '2873335164'}, {'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +1480,1005902575353204736,1005775631324536832,1528660837000.0,2018-06-10 20:00:37,+0000,,"@Lord_Lima_Bean @UHDDreamer @LanceUlanoff Exactly. Total energy stored even in ultra compressed air is low vs battery, but power output is insane. The composite overwrapped pressure vessel (COPV) is most advanced ever made. It’s what SpaceX is qualifying for NASA crewed missions. Extremely robust — literally bulletproof.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/1005902575353204736,[],[],0,,False,922,51,64,,None,,,,,,,"[{'screen_name': 'Lord_Lima_Bean', 'name': 'Lima Bean', 'id': '737461860220309504'}, {'screen_name': 'UHDDreamer', 'name': 'Simon Crowe #FBPE💙', 'id': '2873335164'}, {'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +1481,1005900081793359872,1005775631324536832,1528660242000.0,2018-06-10 19:50:42,+0000,,@Caio_1999_ @LanceUlanoff Not recommended for urban environments,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1005900081793359872,[],[],0,,False,579,21,18,,None,,,,,,,"[{'screen_name': 'Caio_1999_', 'name': 'Caio Camilo', 'id': '2820836379'}, {'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +1482,1005899638665240576,1005775631324536832,1528660137000.0,2018-06-10 19:48:57,+0000,,@ThatGuyKnapp @LanceUlanoff Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1005899638665240576,[],[],0,,False,575,20,15,,None,,,,,,,"[{'screen_name': 'ThatGuyKnapp', 'name': 'Ryan Knapp', 'id': '2893787222'}, {'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +1483,1005899053551370240,1005660945451048960,1528659997000.0,2018-06-10 19:46:37,+0000,,"@poriya_ravi @WorldAndScience The actual amount of time I spend on Twitter is tiny. My tweets are literally what I’m thinking at the moment, not carefully crafted corporate bs, which is really just banal propaganda.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1005899053551370240,[],[],0,,False,1344,62,132,,None,,,,,,,"[{'screen_name': 'poriya_ravi', 'name': 'Ravi', 'id': '2463720289'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1484,1005896761091604480,1005660945451048960,1528659451000.0,2018-06-10 19:37:31,+0000,,@oheather1337 @WorldAndScience It is amazingly hard to find a simple solution. A complicated one is relatively easy.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/1005896761091604480,[],[],0,,False,1115,38,110,,None,,,,,,,"[{'screen_name': 'oheather1337', 'name': 'Heather Leet \U0001fa90', 'id': '2179394869'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1485,1005884215039176704,1005660945451048960,1528656459000.0,2018-06-10 18:47:39,+0000,,@WorldAndScience Love this design. Simpler the better.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1005884215039176704,[],[],0,,False,13172,157,395,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1486,1005879678895177729,1005875799675850752,1528655378000.0,2018-06-10 18:29:38,+0000,,@DeeLex_MCEM @VHollywood21 Add an R for Roadster 👽💕🚀,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1005879678895177729,[],[],0,,False,568,36,22,,None,,,,,,,"[{'screen_name': 'VHollywood21', 'name': 'chrisvollmer', 'id': '259762746'}]",,,, +1487,1005879049493725186,1005876924126621696,1528655228000.0,2018-06-10 18:27:08,+0000,,"@raptorweb Sigh. This is crux of matter: can’t make system too annoying or people won’t use it, negatively affecting safety, but also can’t allow people to get too complacent or safety again suffers. Latest update should have a positive effect on latter issue especially.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1005879049493725186,[],[],0,,False,559,74,25,,None,,,,,,,"[{'screen_name': 'raptorweb', 'name': 'Dan Holtz', 'id': '14731145'}]",,,, +1488,1005877098035048448,1005577738332172289,1528654763000.0,2018-06-10 18:19:23,+0000,,@Off_thewalls @MKBHD @joerogan A lot of people whose judgment I respect have suggested this. Sounds like a good idea. Will do so after Model 3 production reaches 5k/week steady.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1005877098035048448,[],[],0,,False,5856,66,261,,None,,,,,,,"[{'screen_name': 'Off_thewalls', 'name': '🌎', 'id': '3256443181'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +1489,1005876491345752064,1005875799675850752,1528654618000.0,2018-06-10 18:16:58,+0000,,"@VHollywood21 Yes. Hopefully, I’m not tempting fate too much with that date. It was meant as a joke, but is about the right actual timing.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1005876491345752064,[],[],0,,False,518,17,19,,None,,,,,,,"[{'screen_name': 'VHollywood21', 'name': 'chrisvollmer', 'id': '259762746'}]",,,, +1490,1005875421999554560,1005577738332172289,1528654363000.0,2018-06-10 18:12:43,+0000,,@MKBHD Will do,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1005875421999554560,[],[],0,,False,10765,187,305,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1491,1005874658015522816,1005577738332172289,1528654181000.0,2018-06-10 18:09:41,+0000,,"@bartjehoel @djenkins6 Correct, pure electric. Wish orbital rockets could be so too, but there’s no escaping Newton’s Third Law. SpaceX is already developing high efficiency CO2 capture with H2O to form liquid CH4 (methane) & O2. Critical for propellant production at Mars Base Alpha.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/1005874658015522816,[],[],0,,False,1291,55,116,,None,,,,,,,"[{'screen_name': 'bartjehoel', 'name': 'Bart Jehoel', 'id': '115206725'}, {'screen_name': 'djenkins6', 'name': 'David Jenkins', 'id': '16325944'}]",,,, +1492,1005788654386606080,1005577738332172289,1528633676000.0,2018-06-10 12:27:56,+0000,,"@MKBHD You have my word, Marques. Next gen Roadster will be absolutely out of this world. For those who love to drive, there is no finer car in history and we don’t think there will be another.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,12,https://twitter.com/elonmusk/status/1005788654386606080,[],[],0,,False,16427,186,1006,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1493,1005785859558273024,1005775631324536832,1528633010000.0,2018-06-10 12:16:50,+0000,,"@LanceUlanoff Note, gas contained would be ultra high pressure air in a SpaceX rocket COPV bottle. The air exiting the thrusters would immediately be replenished whenever vehicle pack power draw allowed operation of the air pump, which is most of the time.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,12,https://twitter.com/elonmusk/status/1005785859558273024,[],[],0,,False,3109,109,189,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +1494,1005784176950370305,1005775631324536832,1528632609000.0,2018-06-10 12:10:09,+0000,,"@LanceUlanoff Intent of new Tesla Roadster is to beat gas sports cars on every performance metric by far, no exceptions, thus transferring the “halo crown” effect gas cars have as the top speed leaders over to pure electric.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,12,https://twitter.com/elonmusk/status/1005784176950370305,[],[],0,,False,4881,134,377,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +1495,1005782088841232385,1004118655230078977,1528632111000.0,2018-06-10 12:01:51,+0000,,"@anandrajk @lexiheft @Tesla That issue is better in latest Autopilot software rolling out now & fully fixed in August update as part of our long-awaited Tesla Version 9. To date, Autopilot resources have rightly focused entirely on safety. With V9, we will begin to enable full self-driving features.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,12,https://twitter.com/elonmusk/status/1005782088841232385,[],[],0,,False,988,82,142,,None,,,,,,,"[{'screen_name': 'anandrajk', 'name': 'Anand Krishnamurthy', 'id': '15695450'}, {'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1496,1005699514630471680,1005577738332172289,1528612423000.0,2018-06-10 06:33:43,+0000,,"This is why I’m not impressed when reporters who were literally in junior high while I was in newsrooms all round the world say that if I only knew how newsrooms really worked, then I’d know everything’s fine & no need for a media credibility rating system like Pravduh 🤔",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/1005699514630471680,[],[],0,,False,22488,603,1817,,None,,,,,,,[],,,, +1497,1005695924318842880,1005577738332172289,1528611567000.0,2018-06-10 06:19:27,+0000,,"Zip2 also built a newspaper publishing platform that brought hundreds of regional & city papers online for the first time, and made major functionality advancements to the NY Times, Boston Globe & Knight-Ridder websites. NYT, KR & Hearst were all major investors in Zip2.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/1005695924318842880,[],[],0,,False,11118,117,635,,None,,,,,,,[],,,, +1498,1005662117796540416,1005577738332172289,1528603507000.0,2018-06-10 04:05:07,+0000,,@trace_remick @FredericLambert 20 years of intense programming on extremely weak CPUs with nothing for memory & a straw for bandwidth tends to burn itself onto your 🧠 like a branding iron. Can still remember trying to squeeze fractions of a millisecond out of the /?€}%$& fetch_joystick_state function.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,04,https://twitter.com/elonmusk/status/1005662117796540416,[],[],0,,False,772,29,42,,None,,,,,,,"[{'screen_name': 'trace_remick', 'name': 'Trace', 'id': '964223496669794306'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1499,1005643673353064448,1005577738332172289,1528599110000.0,2018-06-10 02:51:50,+0000,,"@FredericLambert In early 90s, I wrote a multitasker for PCs that spoofed the CPU & CD-ROM to act in parallel, so could read video continuously while player sprite moved smoothly. Required C++, assembly & direct flipping of CPU registers. That company’s name was Rocket Science. Fate loves irony.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/1005643673353064448,[],[],0,,False,1080,51,76,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1500,1005639487995592705,1005577738332172289,1528598112000.0,2018-06-10 02:35:12,+0000,,"@FredericLambert That’s quite a blast from the past! After my Zip2 experience w patents, I felt that patents (particularly software) inhibited innovation, instead of fostering it. I aspired to file zero patents after that. In 2014, we open-sourced all Tesla patents https://t.co/HPK5R5UMS6",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/1005639487995592705,['https://www.tesla.com/blog/all-our-patent-are-belong-you'],[],0,,False,967,37,104,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1501,1005596879848030209,1005577738332172289,1528587953000.0,2018-06-09 23:45:53,+0000,,"At Zip2, I wrote entire V1 of software for drawing vector maps & calculating point to point directions anywhere in US (first ever company to do so), as well as white pages & business listings w reviews (an early Yelp). Also wrote V1 of classifieds, autotrading & real estate apps.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1005596879848030209,[],[],0,,False,14632,285,1014,,None,,,,,,,[],,,, +1502,1005593651219582977,1005577738332172289,1528587184000.0,2018-06-09 23:33:04,+0000,,"More background: I arrived in North America at 17 w $2000, a backpack & a suitcase full of books. Paid my own way thru college. Dropped out of Stanford Eng/Phys grad school w $110k in college debt. Created Internet startup w bro & Greg Khouri (love bro & loved Greg, may he RIP)",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1005593651219582977,[],[],0,,False,27762,521,3608,,None,,,,,,,[],,,, +1503,1005591117557989377,1005582366268534785,1528586580000.0,2018-06-09 23:23:00,+0000,,"@FrankIppolito @boringcompany We don’t think our product will be the cause of any wildfires, but The Boring Company is donating $10k.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1005591117557989377,[],[],0,,False,4681,34,164,,None,,,,,,,"[{'screen_name': 'FrankIppolito', 'name': 'Frank Ippolito', 'id': '233453193'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +1504,1005585154373386240,1005577738332172289,1528585158000.0,2018-06-09 22:59:18,+0000,,"@djenkins6 Using the config you describe, plus an electric pump to replenish air in COPV, when car power draw drops below max pack power output, makes sense. But we are going to go a lot further.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1005585154373386240,[],[],0,,False,2287,77,102,,None,,,,,,,"[{'screen_name': 'djenkins6', 'name': 'David Jenkins', 'id': '16325944'}]",,,, +1505,1005582744980606976,1005577738332172289,1528584583000.0,2018-06-09 22:49:43,+0000,,"19 years ago, when my 1st company got bought, I had to decide between buying a house in Palo Alto or a McLaren F1 (best car ever imo). Was no contest. I bought F1 & a small condo that was much cheaper than the car. New Tesla Roadster will exceed all gas sports cars in every way…",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1005582744980606976,[],[],0,,False,24237,525,2686,,None,,,,,,,[],,,, +1506,1005577738332172289,1005577738332172289,1528583390000.0,2018-06-09 22:29:50,+0000,,"SpaceX option package for new Tesla Roadster will include ~10 small rocket thrusters arranged seamlessly around car. These rocket engines dramatically improve acceleration, top speed, braking & cornering. Maybe they will even allow a Tesla to fly …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1005577738332172289,[],[],0,,False,57749,1995,8118,,None,,,,,,,[],,,, +1507,1005564275656568832,1005564275656568832,1528580180000.0,2018-06-09 21:36:20,+0000,,"Terms & conditions for “Not-a-Flamethrower” Please use as directed to avoid unintentionally burning things down. For simple & concise instructions, we drew upon wisdom in great Dr Seuss book “Green Eggs and Ham”. #ThrowFlamesResponsibly https://t.co/kgj8W8EOLJ",en,['throwflamesresponsibly'],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1005564275656568832,[],"['https://pbs.twimg.com/media/DfR7X-fU0AAhoZC.jpg', 'https://pbs.twimg.com/media/DfR7X-gUcAAK1Y4.jpg']",1,https://pbs.twimg.com/media/DfR7X-fU0AAhoZC.jpg,False,43284,709,8175,,None,,,,,,,[],,,, +1508,1005553979386880000,1005553979386880000,1528577725000.0,2018-06-09 20:55:25,+0000,,"Almost forgot! Due to recent regulatory/customs rules enacted to inhibit transport of anything called a Flamethrower, we have renamed our product: “Not a Flamethrower”.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1005553979386880000,[],[],0,,False,96145,1189,11992,,None,,,,,,,[],,,, +1509,1005550302831861761,1005545013785182208,1528576849000.0,2018-06-09 20:40:49,+0000,,@darth_schmoo Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1005550302831861761,[],[],0,,False,1632,40,67,,None,,,,,,,"[{'screen_name': 'darth_schmoo', 'name': 'Bryce Anderson', 'id': '7628052'}]",,,, +1510,1005550181054443520,1005535664366968832,1528576820000.0,2018-06-09 20:40:20,+0000,,@SPPhotonic Each flamethrower comes with a state-of-the-art The Boring Company brand fire extinguisher. Will offer a TBC ice blaster before the dry season starts in winter.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1005550181054443520,[],[],0,,False,2794,94,140,,None,,,,,,,"[{'screen_name': 'SPPhotonic', 'name': 'spphotonic.com 🇺🇸🚀⚡️❄️', 'id': '341686687'}]",,,, +1511,1005549006573846528,1005535664366968832,1528576540000.0,2018-06-09 20:35:40,+0000,,"Flamethrower obv best way to light your fireplace/BBQ. No more need to use a dainty “match” to ignite! If no wood, just drop your flamethrower in fire place! It will generate way more warmth than a quaint pile of logs.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1005549006573846528,[],[],0,,False,22577,519,2241,,None,,,,,,,[],,,, +1512,1005544620854349824,1000204113953439744,1528575494000.0,2018-06-09 20:18:14,+0000,,@teslamarcus1 Coming soon,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1005544620854349824,[],[],0,,False,334,8,16,,None,,,,,,,"[{'screen_name': 'teslamarcus1', 'name': 'Marcus Mayenschein', 'id': '4698614610'}]",,,, +1513,1005544618207744000,1005542695903694848,1528575493000.0,2018-06-09 20:18:13,+0000,,@mikesidneyphoto I think so :),en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1005544618207744000,[],[],0,,False,309,6,7,,None,,,,,,,"[{'screen_name': 'mikesidneyphoto', 'name': 'Mike Sidney', 'id': '35829158'}]",,,, +1514,1005537267912400896,1005535664366968832,1528573741000.0,2018-06-09 19:49:01,+0000,,Nothing makes your baby more zen than a few gentle puffs of a TBC Flamethrower https://t.co/HewJf66hh2,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1005537267912400896,[],['https://pbs.twimg.com/media/DfRizWnU8AA7g7n.jpg'],1,https://pbs.twimg.com/media/DfRizWnU8AA7g7n.jpg,False,20866,520,1914,,None,,,,,,,[],,,, +1515,1005535664366968832,1005535664366968832,1528573358000.0,2018-06-09 19:42:38,+0000,,First 1000 Boring Company Flamethrowers being picked up today! https://t.co/hBMp5fGzAB,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1005535664366968832,[],"['https://pbs.twimg.com/media/DfRhVYHU0AEEe_8.jpg', 'https://pbs.twimg.com/media/DfRhVYHU0AAUaNw.jpg', 'https://pbs.twimg.com/media/DfRhVYGUwAA9f-f.jpg']",1,https://pbs.twimg.com/media/DfRhVYHU0AEEe_8.jpg,False,63783,1787,7507,,None,,,,,,,[],,,, +1516,1005139802826526720,1004865658859839489,1528478978000.0,2018-06-08 17:29:38,+0000,,@teslaology @DMC_Ryan @Tesla We’re building out Tesla body repair in all major metro areas to ensure super fast & excellent outcome,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/1005139802826526720,[],[],0,,False,719,43,53,,None,,,,,,,"[{'screen_name': 'teslaology', 'name': 'Teslaology', 'id': '835582779773472769'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1517,1005138469243383808,1004865658859839489,1528478660000.0,2018-06-08 17:24:20,+0000,,@DMC_Ryan Talked with Tesla team. Looks like we can do the aluminum Model 3 pedal covers (slightly different from S). Turning on production for Model 3 Performance version.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/1005138469243383808,[],[],0,,False,841,57,64,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1518,1005133546665566208,1005127272515371008,1528477486000.0,2018-06-08 17:04:46,+0000,,@pmnordkvist Gigafactory should be on 100% renewable energy (primarily solar with some wind) by next year. Rollout of solar already begun.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/1005133546665566208,[],[],0,,False,7064,137,454,,None,,,,,,,"[{'screen_name': 'pmnordkvist', 'name': 'Per-Mattias', 'id': '14838580'}]",,,, +1519,1005120018340765696,1004936605797212160,1528474261000.0,2018-06-08 16:11:01,+0000,,"@Nate_072 @SpaceX Yeah, actually closer to Skylab, but with 50% larger inner diameter",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/1005120018340765696,[],[],0,,False,980,39,27,,None,,,,,,,"[{'screen_name': 'Nate_072', 'name': 'Nate', 'id': '182928094'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1520,1004937668612898817,1004936605797212160,1528430785000.0,2018-06-08 04:06:25,+0000,,And we’re definitely going to have a pod bay door override button. Lesson learned.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,04,https://twitter.com/elonmusk/status/1004937668612898817,[],[],0,,False,29924,622,1971,,None,,,,,,,[],,,, +1521,1004937330409418753,1004928575546552322,1528430705000.0,2018-06-08 04:05:05,+0000,,"@MKBHD Definitely. Will also have Augmented Mode that will massively enhance human driving ability. Like a flying metal suit, but in car form …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,04,https://twitter.com/elonmusk/status/1004937330409418753,[],[],0,,False,12407,216,687,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1522,1004936605797212160,1004936605797212160,1528430532000.0,2018-06-08 04:02:12,+0000,,Running track in @SpaceX BF Spaceship will look something like this https://t.co/563upTfV58,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,04,https://twitter.com/elonmusk/status/1004936605797212160,[],['https://pbs.twimg.com/tweet_video_thumb/DfJAehHV4AEGpYj.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/DfJAehHV4AEGpYj.jpg,False,48607,1122,6626,,None,,,,,,,[],,,, +1523,1004866833822842882,1004865658859839489,1528413897000.0,2018-06-07 23:24:57,+0000,,"@DMC_Ryan No plans for aluminum pedals. Adds too much production complexity. Model 3 will def have summon, which will get way more advanced for S & X w HW2 Autopilot & all Model 3 cars.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/1004866833822842882,[],[],0,,False,689,40,42,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1524,1004857328120709120,1004845714164232194,1528411631000.0,2018-06-07 22:47:11,+0000,,@jovanik21 @Tesla Working on improving,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,22,https://twitter.com/elonmusk/status/1004857328120709120,[],[],0,,False,423,13,15,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1525,1004816355948806144,1004792846182801408,1528401862000.0,2018-06-07 20:04:22,+0000,,"@ElliottGotkine No way 6 mins is enough for abs. I mean, come on, 7 mins is obv right.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,20,https://twitter.com/elonmusk/status/1004816355948806144,[],[],0,,False,448,23,10,,None,,,,,,,"[{'screen_name': 'ElliottGotkine', 'name': 'Elliott Gotkine', 'id': '53066734'}]",,,, +1526,1004794907377090560,1004792846182801408,1528396748000.0,2018-06-07 18:39:08,+0000,,"@dprzygoda Oh please, that’s obv overkill",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1004794907377090560,[],[],0,,False,724,34,14,,None,,,,,,,"[{'screen_name': 'dprzygoda', 'name': 'Dan Przygoda', 'id': '23404225'}]",,,, +1527,1004792846182801408,1004792846182801408,1528396257000.0,2018-06-07 18:30:57,+0000,,Tip of the day … https://t.co/MjbYlseX45,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/1004792846182801408,['https://twitter.com/elonmusk/status/872257953373368320'],[],0,,False,12683,413,893,https://twitter.com/elonmusk/status/872257953373368320,None,,,,,,,[],,,, +1528,1004212406849978368,1004118655230078977,1528257869000.0,2018-06-06 04:04:29,+0000,,@lexiheft @Tesla Coming soon,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,04,https://twitter.com/elonmusk/status/1004212406849978368,[],[],0,,False,1037,65,35,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1529,1004167764590788609,1004151909761060864,1528247226000.0,2018-06-06 01:07:06,+0000,,"@shwetp We are ramping production as fast as possible. Wait should be closer to 6 months though, not 2 years.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,01,https://twitter.com/elonmusk/status/1004167764590788609,[],[],0,,False,580,35,23,,None,,,,,,,"[{'screen_name': 'shwetp', 'name': 'Shwet Prabhat', 'id': '61276936'}]",,,, +1530,1004081880340168704,1004077275451678720,1528226749000.0,2018-06-05 19:25:49,+0000,,@WSJ Congratulations @murraymatt. Good move by @WSJ. Please use Matt’s Twitter pic. Essence of a good editor,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/1004081880340168704,[],[],0,,False,1673,26,53,,None,,,,,,,"[{'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +1531,1003916871693791232,1003852615052980224,1528187408000.0,2018-06-05 08:30:08,+0000,,"@ang3lwtf Yup, we are extending the net area by a factor of 4",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,08,https://twitter.com/elonmusk/status/1003916871693791232,[],[],0,,False,764,78,42,,None,,,,,,,"[{'screen_name': 'ang3lwtf', 'name': 'Angel Garcia', 'id': '192709561'}]",,,, +1532,1003725887756386304,1003725887756386304,1528141874000.0,2018-06-04 19:51:14,+0000,,"Am def not under any illusion that this will end illiteracy, but I hope it helps at least a little https://t.co/06IA9Xy6bL",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/1003725887756386304,['https://www.forbes.com/sites/peterhigh/2018/06/04/elon-musk-funded-xprize-is-one-step-closer-to-ending-global-illiteracy/?utm_source=yahoo&utm_medium=partner&utm_campaign=yahootix&partner=yahootix&yptr=yahoo#62b6267b4465'],[],0,,False,21834,758,2451,,None,,,,,,,[],,,, +1533,1003701407004758016,1003689885440491520,1528136037000.0,2018-06-04 18:13:57,+0000,,"@sonic_hedgehog Good morning, Sonic. Not sure how to break it to you, but … https://t.co/RPpOchBMKJ",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,18,https://twitter.com/elonmusk/status/1003701407004758016,['https://www.theonion.com/new-mit-study-suggests-sonic-the-hedgehog-might-be-livi-1819580078'],[],0,,False,29191,306,4044,,None,,,,,,,"[{'screen_name': 'sonic_hedgehog', 'name': 'Sonic the Hedgehog', 'id': '19609162'}]",,,, +1534,1003161965533937667,1002972895537254400,1528007425000.0,2018-06-03 06:30:25,+0000,,"@SquarePeg44 @cassianelwes We have about 11,000 projects underway in Puerto Rico",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/1003161965533937667,[],[],0,,False,1440,90,228,,None,,,,,,,"[{'screen_name': 'SquarePeg44', 'name': ""D'Elby"", 'id': '153170218'}, {'screen_name': 'cassianelwes', 'name': 'cassian elwes', 'id': '234995019'}]",,,, +1535,1003158520919814145,1002972895537254400,1528006603000.0,2018-06-03 06:16:43,+0000,,@cassianelwes Appreciated on behalf of Tesla team,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/1003158520919814145,[],[],0,,False,4603,41,117,,None,,,,,,,"[{'screen_name': 'cassianelwes', 'name': 'cassian elwes', 'id': '234995019'}]",,,, +1536,1003142348061138944,1003090131585196032,1528002747000.0,2018-06-03 05:12:27,+0000,,@Jamie_Sullivan4 @Model3Owners You should get an invite to configure in next few days,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,05,https://twitter.com/elonmusk/status/1003142348061138944,[],[],0,,False,439,51,15,,None,,,,,,,"[{'screen_name': 'Jamie_Sullivan4', 'name': 'Jamie Sullivan', 'id': '430693528'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1537,1003142058738049025,1003090131585196032,1528002678000.0,2018-06-03 05:11:18,+0000,,@MacTechGenius @Model3Owners Definitely,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,05,https://twitter.com/elonmusk/status/1003142058738049025,[],[],0,,False,476,6,12,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1538,1003142000307154944,1003090131585196032,1528002665000.0,2018-06-03 05:11:05,+0000,,"@Heretic_Soul @Model3Owners Leasing negatively effects Tesla cash flow, so we prob won’t offer Model 3 leases for 6 to 9 months. Loan financing is a better deal anyway, as bank conservatism for new car models is v conservative about residual value, but Teslas have always had strong residual value.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,05,https://twitter.com/elonmusk/status/1003142000307154944,[],[],0,,False,559,38,43,,None,,,,,,,"[{'screen_name': 'Heretic_Soul', 'name': 'Heretic', 'id': '21449972'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1539,1003139875112042497,1003090131585196032,1528002158000.0,2018-06-03 05:02:38,+0000,,@Model3Owners Model 3 Performance order page progressively rolling out to reservation holders over the next week or so. It’s a really great car. Not saying that lightly. Test drive is a mindwarp. Aiming to have these as our first test drive Model 3 cars in stores within 4 to 6 week’s.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,05,https://twitter.com/elonmusk/status/1003139875112042497,[],[],0,,False,3910,132,224,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1540,1002983121896103937,1002980786977402880,1527964785000.0,2018-06-02 18:39:45,+0000,,@RReardonT @Tesla Next year,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1002983121896103937,[],[],0,,False,1442,55,26,,None,,,,,,,"[{'screen_name': 'RReardonT', 'name': 'Patrick Reardon', 'id': '409582786'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1541,1002982393467158528,1002980786977402880,1527964611000.0,2018-06-02 18:36:51,+0000,,@heron_ziegel @jasminrohman Twitter is so dark …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1002982393467158528,[],[],0,,False,3576,68,199,,None,,,,,,,"[{'screen_name': 'heron_ziegel', 'name': 'Heron Ziegel', 'id': '993987165230174209'}, {'screen_name': 'jasminrohman', 'name': 'Jasmin Rohman ✨🐉🐯🧢✨', 'id': '217413470'}]",,,, +1542,1002981936233496577,1002980786977402880,1527964502000.0,2018-06-02 18:35:02,+0000,,@jkunkel2 No … no …,es,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1002981936233496577,[],[],0,,False,1174,20,24,,None,,,,,,,"[{'screen_name': 'jkunkel2', 'name': 'Joshua Kunkel', 'id': '355625719'}]",,,, +1543,1002981810379284480,1002980786977402880,1527964472000.0,2018-06-02 18:34:32,+0000,,@jasminrohman That is horrifying,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1002981810379284480,[],[],0,,False,3732,34,80,,None,,,,,,,"[{'screen_name': 'jasminrohman', 'name': 'Jasmin Rohman ✨🐉🐯🧢✨', 'id': '217413470'}]",,,, +1544,1002981547836764160,1002980786977402880,1527964410000.0,2018-06-02 18:33:30,+0000,,"@AlexGuichet Indeed, the esthetics of cutlery are a source of great stress",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1002981547836764160,[],[],0,,False,1987,50,66,,None,,,,,,,"[{'screen_name': 'AlexGuichet', 'name': 'Alex Guichet', 'id': '6700402'}]",,,, +1545,1002980786977402880,1002980786977402880,1527964228000.0,2018-06-02 18:30:28,+0000,,Mason jars with a handle or wine stem cause me to lose faith in humanity,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1002980786977402880,[],[],0,,False,45870,1950,5051,,None,,,,,,,[],,,, +1546,1002945324858552320,1002943261357424643,1527955773000.0,2018-06-02 16:09:33,+0000,,@RacusinJennifer @tycoonmindset05 The future,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,16,https://twitter.com/elonmusk/status/1002945324858552320,[],[],0,,False,1776,115,68,,None,,,,,,,"[{'screen_name': 'tycoonmindset05', 'name': 'The Tycoon Mindset', 'id': '980798884141195264'}]",,,, +1547,1002945018066157568,1002871601405153280,1527955700000.0,2018-06-02 16:08:20,+0000,,@SpiritosoV @KumJm @STcom Exactly!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,16,https://twitter.com/elonmusk/status/1002945018066157568,[],[],0,,False,463,11,12,,None,,,,,,,"[{'screen_name': 'SpiritosoV', 'name': 'Vin', 'id': '849275263628316672'}, {'screen_name': 'KumJm', 'name': 'JM', 'id': '21926044'}]",,,, +1548,1002944786913873922,1002943261357424643,1527955645000.0,2018-06-02 16:07:25,+0000,,@tycoonmindset05 I was an alien 🛸👽♥️💫,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,16,https://twitter.com/elonmusk/status/1002944786913873922,[],[],0,,False,29955,872,2821,,None,,,,,,,"[{'screen_name': 'tycoonmindset05', 'name': 'The Tycoon Mindset', 'id': '980798884141195264'}]",,,, +1549,1002943252704591872,1002942161455902722,1527955279000.0,2018-06-02 16:01:19,+0000,,"@DanielaAtHome8 Usually, they don’t even realize it. All they know is that some PR agency is pushing a story that will get clicks. That is the true nature of the corruption. It is rare that US media knowingly writes a false story just for clicks, but they are often manipulated into doing so.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,16,https://twitter.com/elonmusk/status/1002943252704591872,[],[],0,,False,501,24,37,,None,,,,,,,"[{'screen_name': 'DanielaAtHome8', 'name': 'Daniela', 'id': '187140926'}]",,,, +1550,1002942317785853953,1002871601405153280,1527955056000.0,2018-06-02 15:57:36,+0000,,@NathanWickland @STcom Actually true!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,15,https://twitter.com/elonmusk/status/1002942317785853953,[],[],0,,False,514,9,8,,None,,,,,,,[],,,, +1551,1002941578040696832,1002871601405153280,1527954880000.0,2018-06-02 15:54:40,+0000,,"@KumJm @STcom Singapore has enough land area to generate most of its electricity from the sun. Solar energy is more than most people realize. 250MW per sq km at current commercial efficiency solar panels. No more need to import fossil fuels for electricity, which is a strategic vulnerability.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,15,https://twitter.com/elonmusk/status/1002941578040696832,[],[],0,,False,865,35,183,,None,,,,,,,"[{'screen_name': 'KumJm', 'name': 'JM', 'id': '21926044'}]",,,, +1552,1002939845755334662,1002871601405153280,1527954467000.0,2018-06-02 15:47:47,+0000,,"@STcom But don’t worry, cars have been tested for emissions levels & everything’s just fine https://t.co/cg4ooQSrX3",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,15,https://twitter.com/elonmusk/status/1002939845755334662,['https://en.m.wikipedia.org/wiki/Volkswagen_emissions_scandal'],[],0,,False,669,30,46,,None,,,,,,,[],,,, +1553,1002938604623196160,1002871601405153280,1527954171000.0,2018-06-02 15:42:51,+0000,,"@STcom Why have policies that promote a combustion vehicle fleet in a dense city environment? In bumper to bumper traffic, each car’s exhaust pipes releases poison gases right into the air intake of car behind. This is not healthy.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,15,https://twitter.com/elonmusk/status/1002938604623196160,[],[],0,,False,999,40,188,,None,,,,,,,[],,,, +1554,1002926869069553664,1002871601405153280,1527951373000.0,2018-06-02 14:56:13,+0000,,@STcom The results speak for themselves. Singapore is a very prosperous city and yet has very few electric cars.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,14,https://twitter.com/elonmusk/status/1002926869069553664,[],[],0,,False,4141,130,423,,None,,,,,,,[],,,, +1555,1002682587800690688,1002682587800690688,1527893132000.0,2018-06-01 22:45:32,+0000,,Glad you’re ok! https://t.co/zuuYCUIKus,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/1002682587800690688,['https://twitter.com/zedd/status/1002244316087992320'],[],0,,False,42811,329,2537,https://twitter.com/zedd/status/1002244316087992320,None,,,,,,,[],,,, +1556,1002678650355920896,1002678650355920896,1527892193000.0,2018-06-01 22:29:53,+0000,,Some details on the Tesla air filtration system https://t.co/kRPwg7TGsu,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/1002678650355920896,['https://twitter.com/tesla/status/1002261751025491968'],[],0,,False,6890,256,538,https://twitter.com/tesla/status/1002261751025491968,None,,,,,,,[],,,, +1557,1002467202430144512,1002270980755013632,1527841780000.0,2018-06-01 08:29:40,+0000,,@nickg_uk Mid 2019 for RHD,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,08,https://twitter.com/elonmusk/status/1002467202430144512,[],[],0,,False,414,19,19,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}]",,,, +1558,1002466064230334464,1002461285684920320,1527841509000.0,2018-06-01 08:25:09,+0000,,@nashlib That sounds like a fun adventure!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,08,https://twitter.com/elonmusk/status/1002466064230334464,[],[],0,,False,385,11,12,,None,,,,,,,"[{'screen_name': 'nashlib', 'name': 'Naushad Ali', 'id': '44601712'}]",,,, +1559,1002465751859490816,1002270980755013632,1527841434000.0,2018-06-01 08:23:54,+0000,,@nickg_uk You can just take the aero inserts out of the standard wheel & it looks pretty cool. We could offer that as an option at purchase.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,08,https://twitter.com/elonmusk/status/1002465751859490816,[],[],0,,False,404,18,10,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}]",,,, +1560,1002381189607350272,1002372491514441728,1527821273000.0,2018-06-01 02:47:53,+0000,,"@Arkved78 Model 3 should be second best in world after Model S/X. Still super good, but we went a little 🥜 on S/X.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,02,https://twitter.com/elonmusk/status/1002381189607350272,[],[],0,,False,1499,62,46,,None,,,,,,,"[{'screen_name': 'Arkved78', 'name': 'Joe Swagerty', 'id': '3184517198'}]",,,, +1561,1002380587389390848,1002380587389390848,1527821130000.0,2018-06-01 02:45:30,+0000,,"Filters bacteria, viruses, spores, pollen & particulate of almost any kind https://t.co/dlQHJfKdpU",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,02,https://twitter.com/elonmusk/status/1002380587389390848,['https://twitter.com/elonmusk/status/1002379548804206592'],[],0,,False,15555,598,1462,https://twitter.com/elonmusk/status/1002379548804206592,None,,,,,,,[],,,, +1562,1002379548804206592,1001845642615017472,1527820882000.0,2018-06-01 02:41:22,+0000,,"@Seanmmvi @OlofTenghoff @Tesla Model S & X also have an acid gas filter, an alkaline gas filter & a carbon monoxide detector that autoswitches car to recirc mode. We should prob tell people about this more. Filters are giant, so too big to fit in Model 3.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,02,https://twitter.com/elonmusk/status/1002379548804206592,[],[],0,,False,4430,190,480,,None,,,,,,,"[{'screen_name': 'Seanmmvi', 'name': 'Sean Williams', 'id': '23133479'}, {'screen_name': 'OlofTenghoff', 'name': 'Olof Tenghoff', 'id': '717703104490258432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1563,1002372491514441728,1002372491514441728,1527819199000.0,2018-06-01 02:13:19,+0000,,"Cool, Tesla S/X have hospital operating room air quality when BWD mode is activated, so shd protect against even a weaponized virus https://t.co/gIELCeXN1C",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,02,https://twitter.com/elonmusk/status/1002372491514441728,['https://twitter.com/oloftenghoff/status/1001845642615017472'],[],0,,False,43772,617,5587,https://twitter.com/oloftenghoff/status/1001845642615017472,None,,,,,,,[],,,, +1564,1002357778818592769,1002354746643156992,1527815692000.0,2018-06-01 01:14:52,+0000,,@jimcramer @BrianSozzi Do it,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,01,https://twitter.com/elonmusk/status/1002357778818592769,[],[],0,,False,36570,720,3377,,None,,,,,,,"[{'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}, {'screen_name': 'BrianSozzi', 'name': 'Brian Sozzi', 'id': '104257356'}]",,,, +1565,1002284769114079232,1002283902201872384,1527798285000.0,2018-05-31 20:24:45,+0000,,@CandybarLaMuse Berliner Wurst hat am meisten Curry🔥,de,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,20,https://twitter.com/elonmusk/status/1002284769114079232,[],[],0,,False,1279,88,230,,None,,,,,,,"[{'screen_name': 'CandybarLaMuse', 'name': 'Queen Charmaine the Real Estate Agent.', 'id': '207634488'}]",,,, +1566,1002283316840574976,1002270980755013632,1527797938000.0,2018-05-31 20:18:58,+0000,,@gyano @DrTie1 @Poxari Ich habe an der Universität ein Semester Deutsch studiert. Ich wünschte ich könnte es besser sprechen!,de,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,20,https://twitter.com/elonmusk/status/1002283316840574976,[],[],0,,False,2866,157,332,,None,,,,,,,"[{'screen_name': 'gyano', 'name': 'Debor Gorgy', 'id': '71143317'}, {'screen_name': 'DrTie1', 'name': 'DrTie', 'id': '970082430714564610'}, {'screen_name': 'Poxari', 'name': 'Poxari', 'id': '106817954'}]",,,, +1567,1002273494564913153,1002270980755013632,1527795597000.0,2018-05-31 19:39:57,+0000,,@DrTie1 @Poxari Natürlich,de,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/1002273494564913153,[],[],0,,False,1795,27,102,,None,,,,,,,"[{'screen_name': 'DrTie1', 'name': 'DrTie', 'id': '970082430714564610'}, {'screen_name': 'Poxari', 'name': 'Poxari', 'id': '106817954'}]",,,, +1568,1002272887892361216,1002270980755013632,1527795452000.0,2018-05-31 19:37:32,+0000,,@FredericLambert Definitely,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/1002272887892361216,[],[],0,,False,1114,53,57,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1569,1002270980755013632,1002270980755013632,1527794997000.0,2018-05-31 19:29:57,+0000,,Best analysis of Model 3 to date (German) https://t.co/kCd3qWODiR,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/1002270980755013632,['https://www.wiwo.de/technologie/mobilitaet/elektroauto-zerlegt-tesla-model-3-kann-gewinn-abwerfen/22625806.html'],[],0,,False,9272,471,948,,None,,,,,,,[],,,, +1570,1002245552002641920,1002245552002641920,1527788935000.0,2018-05-31 17:48:55,+0000,,Finders keepers 🚀🚀🚀 https://t.co/zyV71zRIFQ,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1002245552002641920,['https://twitter.com/malala/status/1002225801427935233'],[],0,,False,42796,384,3470,https://twitter.com/malala/status/1002225801427935233,None,,,,,,,[],,,, +1571,1002237545273483264,1002237545273483264,1527787026000.0,2018-05-31 17:17:06,+0000,,#Pravduh https://t.co/ZlMp13WOxW,und,['pravduh'],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,17,https://twitter.com/elonmusk/status/1002237545273483264,['https://twitter.com/paulmasonnews/status/1002110600363872257'],[],0,,False,4662,198,334,https://twitter.com/paulmasonnews/status/1002110600363872257,None,,,,,,,[],,,, +1572,1002198347006922754,1002171917208641536,1527777680000.0,2018-05-31 14:41:20,+0000,,@Malala Hi @Malala! 💕👻😅,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,14,https://twitter.com/elonmusk/status/1002198347006922754,[],[],0,,False,39960,206,2148,,None,,,,,,,"[{'screen_name': 'Malala', 'name': 'Malala', 'id': '937499232'}]",,,, +1573,1002056802127638528,1001863039308595201,1527743933000.0,2018-05-31 05:18:53,+0000,,@unicorn @MacTechGenius @v_g_fischer @ConsumerReports Try adjusting tire pressure. Will ask Tesla engineering to investigate.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,05,https://twitter.com/elonmusk/status/1002056802127638528,[],[],0,,False,477,18,9,,None,,,,,,,"[{'screen_name': 'unicorn', 'name': 'andrew unicorn hyde', 'id': '841791'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'ConsumerReports', 'name': 'Consumer Reports', 'id': '16193528'}]",,,, +1574,1002041479777406976,1002041479777406976,1527740280000.0,2018-05-31 04:18:00,+0000,,Hell of a week https://t.co/jKsfykkG55,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,04,https://twitter.com/elonmusk/status/1002041479777406976,['https://twitter.com/clickhole/status/1001887654294773760'],[],0,,False,145269,1504,22160,https://twitter.com/clickhole/status/1001887654294773760,None,,,,,,,[],,,, +1575,1002040126673948672,1002038433542324224,1527739957000.0,2018-05-31 04:12:37,+0000,,@Edwardpumps Just for perspective https://t.co/ZfMR1aOinY,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,04,https://twitter.com/elonmusk/status/1002040126673948672,['https://www.google.com/search?q=automotive+deaths+per+year+worldwide'],[],0,,False,2723,158,136,,None,,,,,,,"[{'screen_name': 'Edwardpumps', 'name': 'Santa Pumps⛽️', 'id': '800893610833027072'}]",,,, +1576,1002037312094654465,1001954184273498112,1527739286000.0,2018-05-31 04:01:26,+0000,,"@johnny0129 @jeffnesbit @Tesla True, no one is perfect",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,04,https://twitter.com/elonmusk/status/1002037312094654465,[],[],0,,False,464,18,9,,None,,,,,,,"[{'screen_name': 'johnny0129', 'name': 'Johnny - Practicing french & Spanish', 'id': '36274970'}, {'screen_name': 'jeffnesbit', 'name': 'Jeff Nesbit', 'id': '72103163'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1577,1001955381734715394,1001954184273498112,1527719753000.0,2018-05-30 22:35:53,+0000,,@JeffreyWolder @jeffnesbit @Tesla You’re most welcome. More to come in this regard.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1001955381734715394,[],[],0,,False,585,21,20,,None,,,,,,,"[{'screen_name': 'jeffnesbit', 'name': 'Jeff Nesbit', 'id': '72103163'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1578,1001954916569579520,1001954184273498112,1527719642000.0,2018-05-30 22:34:02,+0000,,"@jeffnesbit @Tesla Tesla will always refute articles that are misleading & point out if there is someone with a pattern of doing so. Many fit this description, but Consumer Reports is always fair & accurate in their criticism.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/1001954916569579520,[],[],0,,False,5629,79,290,,None,,,,,,,"[{'screen_name': 'jeffnesbit', 'name': 'Jeff Nesbit', 'id': '72103163'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1579,1001903414555492352,1001872628158746625,1527707363000.0,2018-05-30 19:09:23,+0000,,"@ElectrekCo @FredericLambert Ride comfort & aero/road noise already better than CR car, which was early production. Wish we could make the car perfect from day 1, but there’s always room for improvement. Highly recommend dropping tire pressure 10% below max to ~39 psi for comfort. Only affects range by ~2%.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1001903414555492352,[],[],0,,False,3186,105,155,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1580,1001902483172507650,1001870372403167232,1527707141000.0,2018-05-30 19:05:41,+0000,,@annerajb @Henry_Pivac Prob 8.3,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1001902483172507650,[],[],0,,False,449,14,13,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Henry_Pivac', 'name': 'Henry Pivac', 'id': '722716968688685056'}]",,,, +1581,1001902212052758530,1001870372403167232,1527707076000.0,2018-05-30 19:04:36,+0000,,@Henry_Pivac Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/1001902212052758530,[],[],0,,False,383,8,6,,None,,,,,,,"[{'screen_name': 'Henry_Pivac', 'name': 'Henry Pivac', 'id': '722716968688685056'}]",,,, +1582,1001870372403167232,1001870372403167232,1527699485000.0,2018-05-30 16:58:05,+0000,,"All items below will go to all Model 3s within next few months with V8.2 software. To report a bug or ask for a feature, press voice button, say “bug report” followed by issue description. https://t.co/ea7FTOn2cE",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,16,https://twitter.com/elonmusk/status/1001870372403167232,['https://twitter.com/mactechgenius/status/1001867688413544448'],[],0,,False,6364,351,540,https://twitter.com/mactechgenius/status/1001867688413544448,None,,,,,,,[],,,, +1583,1001866336732041222,1001693686739202055,1527698523000.0,2018-05-30 16:42:03,+0000,,@prakash_d @grillick @IndianInterest “Pneumatic” means propelled by air. Opposite of Hyperloop.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,16,https://twitter.com/elonmusk/status/1001866336732041222,[],[],0,,False,563,18,20,,None,,,,,,,"[{'screen_name': 'prakash_d', 'name': 'Prakash Dantuluri', 'id': '14395630'}, {'screen_name': 'grillick', 'name': 'Joel for UBI 🌹', 'id': '69974424'}, {'screen_name': 'IndianInterest', 'name': 'Abhijit Chavda', 'id': '235118495'}]",,,, +1584,1001865846338215936,1001863039308595201,1527698406000.0,2018-05-30 16:40:06,+0000,,"@MacTechGenius @v_g_fischer @ConsumerReports Braking & UI upgrades apply to all Model 3s. Improved windshield for aero noise & suspension for ride comfort are major ops. Unless you’re really bothered by them, don’t replace. Best way to improve ride is drop tire pressure to ~39 psi. 45 psi is best range, but lower comfort.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,16,https://twitter.com/elonmusk/status/1001865846338215936,[],[],0,,False,2574,99,136,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'ConsumerReports', 'name': 'Consumer Reports', 'id': '16193528'}]",,,, +1585,1001863391982505984,1001863039308595201,1527697821000.0,2018-05-30 16:30:21,+0000,,"@v_g_fischer @ConsumerReports Yeah, absolutely",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,16,https://twitter.com/elonmusk/status/1001863391982505984,[],[],0,,False,739,19,14,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'ConsumerReports', 'name': 'Consumer Reports', 'id': '16193528'}]",,,, +1586,1001863039308595201,1001863039308595201,1527697736000.0,2018-05-30 16:28:56,+0000,,Really appreciate the high quality critical feedback from @ConsumerReports. Road noise & ride comfort already addressed too. UI improvements coming via remote software update later this month. https://t.co/ZMLPJxmPlM,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,16,https://twitter.com/elonmusk/status/1001863039308595201,['https://twitter.com/timkhiggins/status/1001860891317387264'],[],0,,False,9780,308,845,https://twitter.com/timkhiggins/status/1001860891317387264,None,,,,,,,[],,,, +1587,1001858830832029696,1001858830832029696,1527696733000.0,2018-05-30 16:12:13,+0000,,Like you guys too 🚘 🖤 https://t.co/PVQVyR1nXY,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,16,https://twitter.com/elonmusk/status/1001858830832029696,['https://twitter.com/lyft/status/1001858174784172032'],[],0,,False,13440,166,545,https://twitter.com/lyft/status/1001858174784172032,None,,,,,,,[],,,, +1588,1001857257254993921,1001693686739202055,1527696358000.0,2018-05-30 16:05:58,+0000,,"@IndianInterest Actually, Hyperloop draws a near vacuum in tube & each pod is powered w electric motors. It is opposite of pneumatically powered.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,16,https://twitter.com/elonmusk/status/1001857257254993921,[],[],0,,False,4861,111,271,,None,,,,,,,"[{'screen_name': 'IndianInterest', 'name': 'Abhijit Chavda', 'id': '235118495'}]",,,, +1589,1001707195799621632,1000204113953439744,1527660580000.0,2018-05-30 06:09:40,+0000,,"@yoyovinzi Would love to be in India. Some challenging government regulations, unfortunately. Deepak Ahuja, our CFO, is from India. Tesla will be there as soon as he believes we should.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,06,https://twitter.com/elonmusk/status/1001707195799621632,[],[],0,,False,4831,487,1664,,None,,,,,,,"[{'screen_name': 'yoyovinzi', 'name': 'vinit swami', 'id': '178414555'}]",,,, +1590,1001565360783474688,1001556148355559425,1527626764000.0,2018-05-29 20:46:04,+0000,,@annerajb @eli_schiff Good progress. Really proud of this design & SpaceX propulsion team. This engine is something special.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,20,https://twitter.com/elonmusk/status/1001565360783474688,[],[],0,,False,1017,47,55,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'eli_schiff', 'name': 'Eli Schiff', 'id': '29162709'}]",,,, +1591,1001564349465411584,1001556148355559425,1527626523000.0,2018-05-29 20:42:03,+0000,,@eli_schiff Peace ✌️,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,20,https://twitter.com/elonmusk/status/1001564349465411584,[],[],0,,False,592,36,26,,None,,,,,,,"[{'screen_name': 'eli_schiff', 'name': 'Eli Schiff', 'id': '29162709'}]",,,, +1592,1001536562327252992,1001536271871655936,1527619898000.0,2018-05-29 18:51:38,+0000,,@ClaytonGoobert Love the space cowboy esthetic,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1001536562327252992,[],[],0,,False,2422,82,78,,None,,,,,,,[],,,, +1593,1001534820894175232,1001534407482793984,1527619483000.0,2018-05-29 18:44:43,+0000,,@AndreaSJames ♥️,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1001534820894175232,[],[],0,,False,1601,51,39,,None,,,,,,,"[{'screen_name': 'AndreaSJames', 'name': 'Andrea S. James 🌸✨⚡️🇺🇸', 'id': '781408'}]",,,, +1594,1001532526878310400,1001532526878310400,1527618936000.0,2018-05-29 18:35:36,+0000,,"At risk of stating the extremely obvious, I am against threats of violence & abusive epithets in any forum. Please do not use them in my name or at all.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1001532526878310400,[],[],0,,False,52748,1232,3550,,None,,,,,,,[],,,, +1595,1001523976542146560,1001513484692041729,1527616898000.0,2018-05-29 18:01:38,+0000,,"@kevinmgill You’re saying a BBC reporter who attacked me for months w unprofessional language & ad hominem attacks, then deleted those tweets to hide them, is a “good person”?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/1001523976542146560,[],[],0,,False,10811,237,570,,None,,,,,,,"[{'screen_name': 'kevinmgill', 'name': 'Kevin M. Gill', 'id': '18145341'}]",,,, +1596,1001516537344225281,1001285940999016450,1527615124000.0,2018-05-29 17:32:04,+0000,,@NoahShachtman @thedailybeast @erinbiba This journalist has been attacking me for months incl using genitalia language that she now says is sexist. What a hypocrite! https://t.co/aXPsmLnh48,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1001516537344225281,['https://twitter.com/politicalelle/status/1001486475744063488?s=21'],[],0,,False,6690,304,628,https://twitter.com/politicalelle/status/1001486475744063488?s=21,None,,,,,,,"[{'screen_name': 'NoahShachtman', 'name': 'Noah Shachtman', 'id': '15728161'}, {'screen_name': 'thedailybeast', 'name': 'The Daily Beast', 'id': '16012783'}, {'screen_name': 'erinbiba', 'name': 'Erin Biba', 'id': '19624836'}]",,,, +1597,1001509671776210944,1001285940999016450,1527613487000.0,2018-05-29 17:04:47,+0000,,"@HahTse @neilhimself @AnozieUdemezue @upulie @davidkfried “Nano” is a unit of measure, not a field imo. Would’ve been sexist *not* to express an opinion simply because someone is a woman.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/1001509671776210944,[],[],0,,False,716,53,36,,None,,,,,,,"[{'screen_name': 'HahTse', 'name': 'HC', 'id': '112705078'}, {'screen_name': 'neilhimself', 'name': 'Neil Gaiman', 'id': '18393773'}, {'screen_name': 'AnozieUdemezue', 'name': 'Aku-Steve', 'id': '876022000912879616'}, {'screen_name': 'upulie', 'name': 'STEMLORD', 'id': '187518287'}, {'screen_name': 'davidkfried', 'name': 'DesignerDave', 'id': '2229576426'}]",,,, +1598,1001507474946560000,1001285940999016450,1527612963000.0,2018-05-29 16:56:03,+0000,,"@NoahShachtman @thedailybeast @erinbiba Hello, have you met the Internet? Everyone gets harassed regardless of gender, especially if they say false things. Saying I’m against science is like saying Beyoncé doesn’t know beats. Blowback from latter (all genders) would make my comment stream seem like Socratic dialogue.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1001507474946560000,[],[],0,,False,4981,116,480,,None,,,,,,,"[{'screen_name': 'NoahShachtman', 'name': 'Noah Shachtman', 'id': '15728161'}, {'screen_name': 'thedailybeast', 'name': 'The Daily Beast', 'id': '16012783'}, {'screen_name': 'erinbiba', 'name': 'Erin Biba', 'id': '19624836'}]",,,, +1599,1001504431521878017,1001285940999016450,1527612238000.0,2018-05-29 16:43:58,+0000,,"@neilhimself @AnozieUdemezue @upulie @davidkfried Gaiman, did you actually read my tweets? I didn’t set anyone on anyone. A BBC science reporter tweeted that I was anti-science & I said that was false. Are you saying I don’t have the right to deny false accusations? That’s messed up.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/1001504431521878017,[],[],0,,False,838,46,41,,None,,,,,,,"[{'screen_name': 'neilhimself', 'name': 'Neil Gaiman', 'id': '18393773'}, {'screen_name': 'AnozieUdemezue', 'name': 'Aku-Steve', 'id': '876022000912879616'}, {'screen_name': 'upulie', 'name': 'STEMLORD', 'id': '187518287'}, {'screen_name': 'davidkfried', 'name': 'DesignerDave', 'id': '2229576426'}]",,,, +1600,1001391226988388353,1001285940999016450,1527585248000.0,2018-05-29 09:14:08,+0000,,"@NoahShachtman @thedailybeast @erinbiba You’ve done something incredibly dishonest by supporting a journo who falsely stated that I’m against science, then cherrypicked tweets that don’t represent the vast majority of my followers to make false claims against them too",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,09,https://twitter.com/elonmusk/status/1001391226988388353,[],[],0,,False,33259,821,2938,,None,,,,,,,"[{'screen_name': 'NoahShachtman', 'name': 'Noah Shachtman', 'id': '15728161'}, {'screen_name': 'thedailybeast', 'name': 'The Daily Beast', 'id': '16012783'}, {'screen_name': 'erinbiba', 'name': 'Erin Biba', 'id': '19624836'}]",,,, +1601,1001344881007079424,1001313325463072768,1527574198000.0,2018-05-29 06:09:58,+0000,,@amasad @its_a_massacre @fung9815 @israrayyaz @Sra_Mister @waitbutwhy Great book. Read it when it came out.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/1001344881007079424,[],[],0,,False,457,24,12,,None,,,,,,,"[{'screen_name': 'amasad', 'name': 'Amjad Masad ⠕', 'id': '166138615'}, {'screen_name': 'fung9815', 'name': 'Fung C.F.', 'id': '81874120'}, {'screen_name': 'israrayyaz', 'name': 'Israr', 'id': '637208502'}, {'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1602,1001342504640307201,1001313325463072768,1527573631000.0,2018-05-29 06:00:31,+0000,,@amasad @its_a_massacre @fung9815 @israrayyaz @Sra_Mister @waitbutwhy Exactly,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/1001342504640307201,[],[],0,,False,450,12,15,,None,,,,,,,"[{'screen_name': 'amasad', 'name': 'Amjad Masad ⠕', 'id': '166138615'}, {'screen_name': 'fung9815', 'name': 'Fung C.F.', 'id': '81874120'}, {'screen_name': 'israrayyaz', 'name': 'Israr', 'id': '637208502'}, {'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1603,1001316038267432960,1001313325463072768,1527567321000.0,2018-05-29 04:15:21,+0000,,@rhinopIasty SpaceX has Area 58 at Cape Canaveral. That’s 7 better than 51.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1001316038267432960,[],[],0,,False,2238,50,224,,None,,,,,,,"[{'screen_name': 'rhinopIasty', 'name': 'dani', 'id': '193537611'}]",,,, +1604,1001315811582066688,1001313325463072768,1527567267000.0,2018-05-29 04:14:27,+0000,,@amasad @Sra_Mister Yeah,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1001315811582066688,[],[],0,,False,500,12,7,,None,,,,,,,"[{'screen_name': 'amasad', 'name': 'Amjad Masad ⠕', 'id': '166138615'}, {'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}]",,,, +1605,1001315130196410369,1001313325463072768,1527567105000.0,2018-05-29 04:11:45,+0000,,@amasad @Sra_Mister Second best answer to the Fermi Paradox after the simulation argument,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1001315130196410369,[],[],0,,False,956,49,35,,None,,,,,,,"[{'screen_name': 'amasad', 'name': 'Amjad Masad ⠕', 'id': '166138615'}, {'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}]",,,, +1606,1001314495581503488,1001313325463072768,1527566953000.0,2018-05-29 04:09:13,+0000,,@JohnnaSabri @Sra_Mister Which part? Love their cuisine. And the views are amazing.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1001314495581503488,[],[],0,,False,718,13,21,,None,,,,,,,"[{'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}]",,,, +1607,1001314155150721024,1001313325463072768,1527566872000.0,2018-05-29 04:07:52,+0000,,@PPathole @Sra_Mister Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1001314155150721024,[],[],0,,False,575,22,19,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}]",,,, +1608,1001313907154108416,1001313325463072768,1527566813000.0,2018-05-29 04:06:53,+0000,,"@Sra_Mister There are no aliens. Officially, at least …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1001313907154108416,[],[],0,,False,19363,655,1204,,None,,,,,,,"[{'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}]",,,, +1609,1001313268369997825,1001312277059047434,1527566661000.0,2018-05-29 04:04:21,+0000,,@WorldAndScience You have so many great pics & factoids!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/1001313268369997825,[],[],0,,False,10129,98,216,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1610,1001261305804673024,1001259774841942016,1527554272000.0,2018-05-29 00:37:52,+0000,,"@G_Whitehead5 @DMC_Ryan @Model3Owners @Tesla Yes, AWD P first and then AWD. Production costs are always high when line first gets going, so we have to sell higher price versions first or each car will have very negative margins. As production efficiency rises, we can make lower cost versions & not lose money.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,00,https://twitter.com/elonmusk/status/1001261305804673024,[],[],0,,False,546,46,30,,None,,,,,,,"[{'screen_name': 'G_Whitehead5', 'name': 'Graeme Whitehead', 'id': '514740958'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1611,1001255940417470469,1001247657476657152,1527552993000.0,2018-05-29 00:16:33,+0000,,@davidtayar5 @annerajb @LikeTeslaKim I really want to make this cupholder,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,00,https://twitter.com/elonmusk/status/1001255940417470469,[],[],0,,False,733,70,24,,None,,,,,,,"[{'screen_name': 'davidtayar5', 'name': 'David Tayar', 'id': '275295731'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +1612,1001255278828965888,1001247657476657152,1527552835000.0,2018-05-29 00:13:55,+0000,,"@annerajb @LikeTeslaKim A dream that wd prob be a nightmare in reality. Cup holder that auto adjusted for size & stiffness of cup/bottle, maintained cold or hot temp & dried off water condensation. Or I cd work on getting humanity to Mars. Tough choice.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,00,https://twitter.com/elonmusk/status/1001255278828965888,[],[],0,,False,1254,85,93,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +1613,1001253688755671040,1001247657476657152,1527552456000.0,2018-05-29 00:07:36,+0000,,@LikeTeslaKim I’ve literally had dreams about cup holder designs,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,00,https://twitter.com/elonmusk/status/1001253688755671040,[],[],0,,False,913,33,51,,None,,,,,,,[],,,, +1614,1001253431493910528,1001247657476657152,1527552395000.0,2018-05-29 00:06:35,+0000,,@LikeTeslaKim Noted. We can prob adjust spring force & catch to be less sensitive. Cupholders are amazingly hard to get right!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,00,https://twitter.com/elonmusk/status/1001253431493910528,[],[],0,,False,685,22,19,,None,,,,,,,[],,,, +1615,1001245477839429634,1001240912691789825,1527550498000.0,2018-05-28 23:34:58,+0000,,@JohnnaSabri @AffinPub @thesmelloftea You’re welcome. Appreciate the letter.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1001245477839429634,[],[],0,,False,576,26,11,,None,,,,,,,"[{'screen_name': 'TheSmellOfTea', 'name': 'Henry P. Murphy', 'id': '1268086751085690881'}]",,,, +1616,1001245302769180673,1001240912691789825,1527550457000.0,2018-05-28 23:34:17,+0000,,@nealcol Good school,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1001245302769180673,[],[],0,,False,436,10,12,,None,,,,,,,"[{'screen_name': 'nealcol', 'name': 'Neal Collins', 'id': '49947478'}]",,,, +1617,1001238934825779201,1000537684832669696,1527548938000.0,2018-05-28 23:08:58,+0000,,@StarVenge @ChiTownMadison @JohnnaSabri @joshuatopolsky @oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg Had a great time with my kids,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1001238934825779201,[],[],0,,False,505,15,7,,None,,,,,,,"[{'screen_name': 'ChiTownMadison', 'name': 'Cookie Madison', 'id': '3226323558'}, {'screen_name': 'joshuatopolsky', 'name': 'Joshua Topolsky', 'id': '11666142'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +1618,1001238197500719108,1000537684832669696,1527548763000.0,2018-05-28 23:06:03,+0000,,@ChiTownMadison @JohnnaSabri @joshuatopolsky @oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,23,https://twitter.com/elonmusk/status/1001238197500719108,[],[],0,,False,975,31,14,,None,,,,,,,"[{'screen_name': 'ChiTownMadison', 'name': 'Cookie Madison', 'id': '3226323558'}, {'screen_name': 'joshuatopolsky', 'name': 'Joshua Topolsky', 'id': '11666142'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +1619,1001233031405780993,1000537684832669696,1527547531000.0,2018-05-28 22:45:31,+0000,,"@joshuatopolsky @oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg Seems to be glitch where tweet to which I replied isn’t showing up, removing context. A journo said polls are meaningless because controlled by “powerful people” & my response was that powerful people also own media. Thus, if you discount polls, you should also discount media. https://t.co/c01JolZENY",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,22,https://twitter.com/elonmusk/status/1001233031405780993,[],"['https://pbs.twimg.com/media/DeUYIfrVMAEvsMQ.jpg', 'https://pbs.twimg.com/media/DeUYIfrV4AEO7jr.jpg']",1,https://pbs.twimg.com/media/DeUYIfrVMAEvsMQ.jpg,False,2270,98,265,,None,,,,,,,"[{'screen_name': 'joshuatopolsky', 'name': 'Joshua Topolsky', 'id': '11666142'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +1620,1001229574057832448,1001229301889585153,1527546707000.0,2018-05-28 22:31:47,+0000,,@TeslaTurk Thanks 😀,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,22,https://twitter.com/elonmusk/status/1001229574057832448,[],[],0,,False,754,25,43,,None,,,,,,,"[{'screen_name': 'TeslaTurk', 'name': 'TeslaTr', 'id': '1370488789177561089'}]",,,, +1621,1001227870054707202,1001217446508941313,1527546300000.0,2018-05-28 22:25:00,+0000,,@arieleax @utkuspace 2020,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,22,https://twitter.com/elonmusk/status/1001227870054707202,[],[],0,,False,1077,75,180,,None,,,,,,,"[{'screen_name': 'arieleax', 'name': 'ariel4tuna', 'id': '978754712'}, {'screen_name': 'utkuspace', 'name': 'Utku Şimşek', 'id': '1959052712'}]",,,, +1622,1001223333646499841,1001217446508941313,1527545219000.0,2018-05-28 22:06:59,+0000,,@utkuspace Superchargers will ultimately cover the entire region,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,22,https://twitter.com/elonmusk/status/1001223333646499841,[],[],0,,False,4169,112,134,,None,,,,,,,"[{'screen_name': 'utkuspace', 'name': 'Utku Şimşek', 'id': '1959052712'}]",,,, +1623,1000951606009974784,1000537684832669696,1527480434000.0,2018-05-28 04:07:14,+0000,,"@oneunderscore__ @joshuatopolsky @ParkerMolloy @2sunsky @ashleyfeinberg Pointing out to aspiring journo & Rodin spokesmodel, Josh Top, who thinks public polls are controlled by “powerful people” that the media is *owned* by same. Anyone who thought this was anti-Semitic is just revealing their inner bigot. The context is very clear.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,04,https://twitter.com/elonmusk/status/1000951606009974784,[],[],0,,False,4292,249,501,,None,,,,,,,"[{'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'joshuatopolsky', 'name': 'Joshua Topolsky', 'id': '11666142'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +1624,1000929806991540225,1000204113953439744,1527475237000.0,2018-05-28 02:40:37,+0000,,@minliangtan @taglia Thanks for offering to help. I will check with my team.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,02,https://twitter.com/elonmusk/status/1000929806991540225,[],[],0,,False,815,63,28,,None,,,,,,,"[{'screen_name': 'minliangtan', 'name': 'Min-Liang Tan', 'id': '26906309'}, {'screen_name': 'taglia', 'name': 'Cesare Tagliaferri', 'id': '12106072'}]",,,, +1625,1000560807334133762,1000537684832669696,1527387260000.0,2018-05-27 02:14:20,+0000,,@PassionPlanet1 @oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg You’re right. These guys can buzzkill themselves (pun intended). Signing off …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/1000560807334133762,[],[],0,,False,1063,78,44,,None,,,,,,,"[{'screen_name': 'PassionPlanet1', 'name': 'PassionPlanet', 'id': '2587869397'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +1626,1000560049389907969,1000537684832669696,1527387079000.0,2018-05-27 02:11:19,+0000,,@joshuatopolsky @oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg Who do you think *owns* the press? Hello.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/1000560049389907969,[],[],0,,False,12764,2129,3430,,None,,,,,,,"[{'screen_name': 'joshuatopolsky', 'name': 'Joshua Topolsky', 'id': '11666142'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +1627,1000557142863036416,1000537684832669696,1527386386000.0,2018-05-27 01:59:46,+0000,,@oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg You’re missing the point & living in a bubble of self-righteous sanctimony. The public doesn’t trust you. This was true *before* the last election & only got worse. Don’t believe me? Run your own poll …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1000557142863036416,[],[],0,,False,9804,323,1420,,None,,,,,,,"[{'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +1628,1000554991457779712,1000537684832669696,1527385874000.0,2018-05-27 01:51:14,+0000,,"@oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg You’re welcome to come by SpaceX, but please stop assuming I’m against all journalists. This is not true. Something needs to be done to improve public trust in media.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1000554991457779712,[],[],0,,False,4811,137,327,,None,,,,,,,"[{'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +1629,1000554252329078785,1000537684832669696,1527385697000.0,2018-05-27 01:48:17,+0000,,@oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg You really think I haven’t spent time in a newsroom? I’ve spent time in too many. Bleak.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1000554252329078785,[],[],0,,False,3090,82,122,,None,,,,,,,"[{'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +1630,1000552825145901057,1000537684832669696,1527385357000.0,2018-05-27 01:42:37,+0000,,"@ParkerMolloy @2sunsky @oneunderscore__ @ashleyfeinberg Sadly, it had better critical analysis than most non-cult media",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1000552825145901057,[],[],0,,False,3395,105,144,,None,,,,,,,"[{'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +1631,1000551718088622080,1000482578103595008,1527385093000.0,2018-05-27 01:38:13,+0000,,"@RBryant2012 Yup, deleted",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1000551718088622080,[],[],0,,False,371,17,7,,None,,,,,,,"[{'screen_name': 'RBryant2012', 'name': 'Bryant Francis no longer fears the reaper', 'id': '244249907'}]",,,, +1632,1000548454127452161,1000542238051463168,1527384315000.0,2018-05-27 01:25:15,+0000,,@MacTechGenius @DMC_Ryan @ConsumerReports ? It should,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1000548454127452161,[],[],0,,False,431,24,6,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'ConsumerReports', 'name': 'Consumer Reports', 'id': '16193528'}]",,,, +1633,1000548306609565696,1000542238051463168,1527384280000.0,2018-05-27 01:24:40,+0000,,"@davinalexmma @DMC_Ryan No, but dual motors mean increased regen braking & will ride tire traction limit. You won’t notice sport brakes unless you’re on a racetrack & have the sticky 20” tires.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1000548306609565696,[],[],0,,False,607,22,18,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1634,1000547552234635265,1000542238051463168,1527384100000.0,2018-05-27 01:21:40,+0000,,"@DMC_Ryan Also, firmware fix for upgraded brake performance on standard Model 3 started rolling out yesterday. Should improve braking distance by ~20 ft for repeated heavy braking events. Thanks @ConsumerReports for excellent critical feedback!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1000547552234635265,[],[],0,,False,2913,82,273,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1635,1000546468250308608,1000542238051463168,1527383841000.0,2018-05-27 01:17:21,+0000,,"@DMC_Ryan Yes, Model 3 Performance will have red calipers & sport level brakes",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1000546468250308608,[],[],0,,False,958,31,42,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1636,1000544451620618240,1000542238051463168,1527383361000.0,2018-05-27 01:09:21,+0000,,@mike_marchioni Keyword “future” 🤣,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1000544451620618240,[],[],0,,False,429,15,10,,None,,,,,,,[],,,, +1637,1000543697224663040,1000542238051463168,1527383181000.0,2018-05-27 01:06:21,+0000,,@dfsullivan ♥️🖤🚀🎶👻🐇🧚‍♀️💫,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1000543697224663040,[],[],0,,False,692,34,43,,None,,,,,,,[],,,, +1638,1000542238051463168,1000542238051463168,1527382833000.0,2018-05-27 01:00:33,+0000,,😃 https://t.co/9kUYHCCaRN,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/1000542238051463168,['https://m.youtube.com/watch?v=l_TDDgYrUHE'],[],0,,False,7997,601,636,,None,,,,,,,[],,,, +1639,1000531933418242048,999800798514106368,1527380376000.0,2018-05-27 00:19:36,+0000,,@SmileSimplify @nitantbhartia @ninoles @medickinson @thephysicsgirl Will do another rev before final design,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,00,https://twitter.com/elonmusk/status/1000531933418242048,[],[],0,,False,443,16,16,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'nitantbhartia', 'name': 'Nitant Bhartia', 'id': '50256377'}, {'screen_name': 'ninoles', 'name': 'Fabien Ninoles', 'id': '14812777'}, {'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +1640,1000526288522637312,1000506074397523969,1527379030000.0,2018-05-26 23:57:10,+0000,,@AJemaineClement I was,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1000526288522637312,[],[],0,,False,855,26,16,,None,,,,,,,"[{'screen_name': 'AJemaineClement', 'name': 'Jemaine Clement', 'id': '23578176'}]",,,, +1641,1000521443036180480,1000502726965395456,1527377875000.0,2018-05-26 23:37:55,+0000,,@ali01 @KTmBoyle @washingtonpost @JohnCarreyrou @decentralion That’s what I had in mind,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1000521443036180480,[],[],0,,False,424,21,13,,None,,,,,,,"[{'screen_name': 'ali01', 'name': 'علي', 'id': '1391240666622144515'}, {'screen_name': 'KTmBoyle', 'name': 'Katherine Boyle', 'id': '78822934'}, {'screen_name': 'washingtonpost', 'name': 'The Washington Post', 'id': '2467791'}, {'screen_name': 'JohnCarreyrou', 'name': 'John Carreyrou', 'id': '1968962180'}, {'screen_name': 'decentralion', 'name': 'progressively decentralized Lion', 'id': '832013133161959424'}]",,,, +1642,1000520015014055936,993697201061707776,1527377534000.0,2018-05-26 23:32:14,+0000,,@AntVenom @BoredElonMusk Sometimes even I think we’re the same person!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1000520015014055936,[],[],0,,False,3848,47,153,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'BoredElonMusk', 'name': 'Bored Elon Musk', 'id': '1666038950'}]",,,, +1643,1000515327506104323,1000194986581737473,1527376417000.0,2018-05-26 23:13:37,+0000,,"@omcintyre @CrampedEyes @SpaceX @Tesla @upulie Nanotech *is* bs imo. When you take something that has nothing to do w gender & make it about that, you devalue genuine gender issues.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/1000515327506104323,[],[],0,,False,632,33,25,,None,,,,,,,"[{'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'upulie', 'name': 'STEMLORD', 'id': '187518287'}]",,,, +1644,1000509888534007809,1000506900629336070,1527375120000.0,2018-05-26 22:52:00,+0000,,"@CalebHarmon5 About to ship. @BoringCompany holding flamethrower pickup parties in a week or so, then deliveries begin. Check https://t.co/WTl3TOTOkt for details.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1000509888534007809,['https://www.boringcompany.com/not-a-flamethrower/'],[],0,,False,397,33,29,,None,,,,,,,"[{'screen_name': 'CalebHarmon5', 'name': 'Caleb', 'id': '2165210492'}]",,,, +1645,1000508124980113409,1000506074397523969,1527374700000.0,2018-05-26 22:45:00,+0000,,@DriverX_ It’s not,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1000508124980113409,[],[],0,,False,468,19,14,,None,,,,,,,"[{'screen_name': 'DriverX_', 'name': 'Jaime Bandolero 🤘👀🤘', 'id': '780526100279549952'}]",,,, +1646,1000507835787046912,1000506074397523969,1527374631000.0,2018-05-26 22:43:51,+0000,,@Br1__Rodriguez That’s a great song!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1000507835787046912,[],[],0,,False,758,17,13,,None,,,,,,,"[{'screen_name': 'Br1__Rodriguez', 'name': 'Bruno Rodriguez🐝', 'id': '771236566014451713'}]",,,, +1647,1000506074397523969,1000506074397523969,1527374211000.0,2018-05-26 22:36:51,+0000,,"Sometimes … when I have hurt feelings, I play this song … https://t.co/QK6cECmxsS",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1000506074397523969,['https://m.youtube.com/watch?v=EuJzSTNDUGI'],[],0,,False,13696,862,1450,,None,,,,,,,[],,,, +1648,1000503790070517760,1000492833675997184,1527373666000.0,2018-05-26 22:27:46,+0000,,"@sjanus_pl @iloveshw No, that’s the other guy @BoredElonMusk",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1000503790070517760,[],[],0,,False,801,19,25,,None,,,,,,,"[{'screen_name': 'sjanus_pl', 'name': 'Szymon Janus', 'id': '2300118440'}, {'screen_name': 'iloveshw', 'name': 'Jarek Pendowski', 'id': '14660016'}]",,,, +1649,1000503475321516032,1000497480461676544,1527373591000.0,2018-05-26 22:26:31,+0000,,@firefire100 @rjcc So true 😢,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1000503475321516032,[],[],0,,False,496,30,27,,None,,,,,,,"[{'screen_name': 'firefire100', 'name': 'pfire☔Baby I Could Never Steal You From Another', 'id': '30515073'}, {'screen_name': 'rjcc', 'name': 'Richard Lawler', 'id': '15009761'}]",,,, +1650,1000503343007989761,1000497480461676544,1527373560000.0,2018-05-26 22:26:00,+0000,,@rjcc Because Twitter is fun,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1000503343007989761,[],[],0,,False,29812,232,2050,,None,,,,,,,"[{'screen_name': 'rjcc', 'name': 'Richard Lawler', 'id': '15009761'}]",,,, +1651,1000502390313832448,1000501919478046720,1527373332000.0,2018-05-26 22:22:12,+0000,,@MDMGeek @theknifemedia USAToday FTW!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1000502390313832448,[],[],0,,False,1066,28,36,,None,,,,,,,"[{'screen_name': 'MDMGeek', 'name': '𝕻𝖗𝖆𝖘𝖍 𝕮𝖍𝖆𝖓 ✨🕊', 'id': '42079656'}, {'screen_name': 'theknifemedia', 'name': 'The Knife Media', 'id': '3807041417'}]",,,, +1652,1000501132530139136,1000492833675997184,1527373033000.0,2018-05-26 22:17:13,+0000,,@iloveshw Dank is wack unless you’re on weed,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1000501132530139136,[],[],0,,False,961,23,166,,None,,,,,,,"[{'screen_name': 'iloveshw', 'name': 'Jarek Pendowski', 'id': '14660016'}]",,,, +1653,1000498043320320001,1000467503590486016,1527372296000.0,2018-05-26 22:04:56,+0000,,"@petehague @ceciliakang Exactly. And NYT could have anyone post an Op Ed. Why, of all people, are they choosing to publish this “non-journalist” who is also pro gasoline cars? Is this just published as counterpoint? I assume NYT does believe in climate change?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/1000498043320320001,[],[],0,,False,406,16,22,,None,,,,,,,"[{'screen_name': 'PeteHague', 'name': 'Red Mongoose', 'id': '1338766423187984385'}, {'screen_name': 'ceciliakang', 'name': 'Cecilia Kang 강 미선', 'id': '16317567'}]",,,, +1654,1000496388147314688,1000492833675997184,1527371901000.0,2018-05-26 21:58:21,+0000,,But femtotech is the future … https://t.co/NODkOer8oS,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1000496388147314688,['https://en.m.wikipedia.org/wiki/Femtotechnology'],[],0,,False,11125,571,861,,None,,,,,,,[],,,, +1655,1000492833675997184,1000492833675997184,1527371054000.0,2018-05-26 21:44:14,+0000,,Nanotech is so 2008. Picotech is 1000 times better.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/1000492833675997184,[],[],0,,False,39291,1117,4612,,None,,,,,,,[],,,, +1656,1000474267161513984,1000474267161513984,1527366627000.0,2018-05-26 20:30:27,+0000,,"Yeah, that’s exactly right. But after suggesting public critique, I was stunned to see the level of contempt many in media have for their readers. This is way worse than I thought. https://t.co/NMAks4jrZ1",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/1000474267161513984,['https://twitter.com/bonnienorman/status/1000470928067776512'],[],0,,False,13443,672,1644,https://twitter.com/bonnienorman/status/1000470928067776512,None,,,,,,,[],,,, +1657,1000464215440703488,1000414446110457856,1527364231000.0,2018-05-26 19:50:31,+0000,,@dimas_______ @AlexCJoachim @RitNagar @jbinero @hubertlepicki @Jason @nytimes @BretStephensNYT The arguments journos are using against the public are word for word the same arguments despots use against democracy,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1000464215440703488,[],[],0,,False,901,56,141,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'AlexCJoachim', 'name': 'Alex Joachim', 'id': '497479950'}, {'screen_name': 'RitNagar', 'name': 'Ritwik', 'id': '3003174334'}, {'screen_name': 'jbinero', 'name': 'Jeroen Bollen', 'id': '531681284'}, {'screen_name': 'hubertlepicki', 'name': 'Hubert Łępicki \U0001f90d♥️\U0001f90d', 'id': '9078822'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}, {'screen_name': 'BretStephensNYT', 'name': 'Bret Stephens', 'id': '1291168520751869952'}]",,,, +1658,1000461272737959936,1000461272737959936,1527363529000.0,2018-05-26 19:38:49,+0000,,Well said. NYT journo is outraged that “dumb” public wd dare critique him while attacking me for being sensitive to criticism. Uhh... https://t.co/vZbyUY1rf4,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1000461272737959936,['https://twitter.com/ritnagar/status/1000450938220376064'],[],0,,False,9894,426,995,https://twitter.com/ritnagar/status/1000450938220376064,None,,,,,,,[],,,, +1659,1000456410944061440,1000440472072962048,1527362370000.0,2018-05-26 19:19:30,+0000,,@TKhopshanosov @SaxMike71 @ebol94 @teslainventory @Tesla A Tesla has a usable reserve of 5 to 15 miles range even after the battery reads “empty”. This will not hurt the pack.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1000456410944061440,[],[],0,,False,595,20,48,,None,,,,,,,"[{'screen_name': 'TKhopshanosov', 'name': 'Tiko Hoppins', 'id': '1542845748'}, {'screen_name': 'SaxMike71', 'name': 'Michael Feher', 'id': '830486714061901825'}, {'screen_name': 'teslainventory', 'name': 'Erik in DÆrik', 'id': '565198801'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1660,1000453321121923072,999800798514106368,1527361633000.0,2018-05-26 19:07:13,+0000,,"@nitantbhartia @ninoles @medickinson @thephysicsgirl Pretty good. TinTin A & B are both closing the link to ground w phased array at high bandwidth, low latency (25 ms). Good enough to play fast response video games.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1000453321121923072,[],[],0,,False,999,56,112,,None,,,,,,,"[{'screen_name': 'nitantbhartia', 'name': 'Nitant Bhartia', 'id': '50256377'}, {'screen_name': 'ninoles', 'name': 'Fabien Ninoles', 'id': '14812777'}, {'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +1661,1000452345166086144,999800798514106368,1527361401000.0,2018-05-26 19:03:21,+0000,,"@ssBlueStockings @ninoles @medickinson @thephysicsgirl It’s cool for kids & if used in a fun way, but if you called yourself a “rocket scientist” in aerospace, they would think you’re 🙃",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/1000452345166086144,[],[],0,,False,383,14,8,,None,,,,,,,"[{'screen_name': 'ssBlueStockings', 'name': 'Blue Stockings', 'id': '842723424527159296'}, {'screen_name': 'ninoles', 'name': 'Fabien Ninoles', 'id': '14812777'}, {'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +1662,1000449499221803009,1000448442827657217,1527360722000.0,2018-05-26 18:52:02,+0000,,@JuBeBallin I just sent a note to Tesla service to take care of your car right away & our HVAC engineering lead to fix root cause,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1000449499221803009,[],[],0,,False,448,13,17,,None,,,,,,,"[{'screen_name': 'JuBeBallin', 'name': 'Ju', 'id': '265395714'}]",,,, +1663,1000448564240138240,1000194986581737473,1527360499000.0,2018-05-26 18:48:19,+0000,,@Pocketsdog @omcintyre @CrampedEyes @SpaceX @Tesla Does the psych ward know you smuggled in a mobile phone?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1000448564240138240,[],[],0,,False,2713,76,377,,None,,,,,,,"[{'screen_name': 'PocketsDog', 'name': 'joey pockets dog', 'id': '1210692892622303234'}, {'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1664,1000448110085079040,1000194986581737473,1527360391000.0,2018-05-26 18:46:31,+0000,,@aquastellaris @Pocketsdog @omcintyre @CrampedEyes @SpaceX @Tesla The pain will end,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1000448110085079040,[],[],0,,False,538,41,84,,None,,,,,,,"[{'screen_name': 'aquastellaris', 'name': 'AquaStellaris', 'id': '2476332931'}, {'screen_name': 'PocketsDog', 'name': 'joey pockets dog', 'id': '1210692892622303234'}, {'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1665,1000447759143464960,1000447759143464960,1527360307000.0,2018-05-26 18:45:07,+0000,,"Wow, amazing Tesla hypermile drive happening https://t.co/jJWufZ98C9",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1000447759143464960,['https://twitter.com/teslainventory/status/1000440472072962048'],[],0,,False,8824,200,643,https://twitter.com/teslainventory/status/1000440472072962048,None,,,,,,,[],,,, +1666,1000447314748588033,1000194986581737473,1527360201000.0,2018-05-26 18:43:21,+0000,,@tedhu @omcintyre @CrampedEyes @SpaceX @Tesla Gwynne has been prez of SpaceX for 10 years & well-deserved https://t.co/XL581njDHP,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1000447314748588033,['https://twitter.com/stemettes/status/999697534934138880?s=21'],[],0,,False,529,9,32,https://twitter.com/stemettes/status/999697534934138880?s=21,None,,,,,,,"[{'screen_name': 'tedhu', 'name': 'Ted Hu', 'id': '7778772'}, {'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1667,1000446346640244736,1000194986581737473,1527359971000.0,2018-05-26 18:39:31,+0000,,"@Pocketsdog @omcintyre @CrampedEyes @SpaceX @Tesla Stop trying to charm me. It won’t work. Ok, maybe a little 😊 Are you a real person or a bot?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1000446346640244736,[],[],0,,False,720,18,22,,None,,,,,,,"[{'screen_name': 'PocketsDog', 'name': 'joey pockets dog', 'id': '1210692892622303234'}, {'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1668,1000444616536031232,999800798514106368,1527359558000.0,2018-05-26 18:32:38,+0000,,"@ninoles @medickinson @thephysicsgirl Using “rocket science” non-ironically in a bio is never a good sign, especially if you work on 🚀🔬",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,18,https://twitter.com/elonmusk/status/1000444616536031232,[],[],0,,False,427,6,12,,None,,,,,,,"[{'screen_name': 'ninoles', 'name': 'Fabien Ninoles', 'id': '14812777'}, {'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +1669,1000435924369522689,1000194986581737473,1527357486000.0,2018-05-26 17:58:06,+0000,,@omcintyre @CrampedEyes @SpaceX @Tesla What are you talking about? You’re being incredibly rude & nonsensical.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,17,https://twitter.com/elonmusk/status/1000435924369522689,[],[],0,,False,737,25,17,,None,,,,,,,"[{'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1670,1000434638991454208,1000333046678159361,1527357179000.0,2018-05-26 17:52:59,+0000,,"@ishanspatil @kNewsSpace Wow, haven’t watched that video in ages. When we made that, no one in the space industry thought it would actually happen.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,17,https://twitter.com/elonmusk/status/1000434638991454208,[],[],0,,False,373,12,14,,None,,,,,,,"[{'screen_name': 'ishanspatil', 'name': 'Ishan', 'id': '1003600353281970178'}, {'screen_name': 'kNewsSpace', 'name': 'kNewsSpace', 'id': '1337484410929733634'}]",,,, +1671,1000431923502530560,1000428697306873857,1527356532000.0,2018-05-26 17:42:12,+0000,,"@Jessicalessin Generally higher quality reporting, especially if not under pressure to publish fast. Consumer Reports is great (and often critical of Tesla). Heard good things about The Information too.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,17,https://twitter.com/elonmusk/status/1000431923502530560,[],[],0,,False,1589,51,67,,None,,,,,,,"[{'screen_name': 'Jessicalessin', 'name': 'Jessica Lessin', 'id': '8962882'}]",,,, +1672,1000332404618227712,1000332404618227712,1527332805000.0,2018-05-26 11:06:45,+0000,,Can’t believe someone leaked this schematic of the Tesla production system!! https://t.co/ylAX3uKTI1,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,11,https://twitter.com/elonmusk/status/1000332404618227712,[],['https://pbs.twimg.com/media/DeHlBIfUQAAGoZI.jpg'],1,https://pbs.twimg.com/media/DeHlBIfUQAAGoZI.jpg,False,41596,874,3581,,None,,,,,,,[],,,, +1673,1000258709950431234,1000204113953439744,1527315235000.0,2018-05-26 06:13:55,+0000,,"@taglia We tried, but Singapore govt is not supportive of electric vehicles",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,06,https://twitter.com/elonmusk/status/1000258709950431234,[],[],0,,False,1132,87,258,,None,,,,,,,"[{'screen_name': 'taglia', 'name': 'Cesare Tagliaferri', 'id': '12106072'}]",,,, +1674,1000208369959845889,1000204113953439744,1527303233000.0,2018-05-26 02:53:53,+0000,,@acid0 Tesla will start extending the Supercharger network to South America around end of next year,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1000208369959845889,[],[],0,,False,974,67,93,,None,,,,,,,"[{'screen_name': 'Acid0', 'name': 'Gabe ☣', 'id': '1051509149408907264'}]",,,, +1675,1000207973430394880,1000204113953439744,1527303138000.0,2018-05-26 02:52:18,+0000,,@soukyjer Prob end of next year,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1000207973430394880,[],[],0,,False,602,20,18,,None,,,,,,,"[{'screen_name': 'soukyjer', 'name': 'soukayna J', 'id': '93727864'}]",,,, +1676,1000207725983293441,1000204113953439744,1527303079000.0,2018-05-26 02:51:19,+0000,,"@Tidnisher Good point, we will add that to the construction plan",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1000207725983293441,[],[],0,,False,1484,47,33,,None,,,,,,,"[{'screen_name': 'Tidnisher', 'name': 'Mark', 'id': '275785602'}]",,,, +1677,1000204113953439744,1000204113953439744,1527302218000.0,2018-05-26 02:36:58,+0000,,"Global map of Tesla Superchargers, including those coming soon https://t.co/Ld5FQgCSs1",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/1000204113953439744,['https://tesla.com/findus'],[],0,,False,21474,2377,2402,,None,,,,,,,[],,,, +1678,1000164497217081344,1000089334387826689,1527292772000.0,2018-05-25 23:59:32,+0000,,"@WorldAndScience Earth’s rotation is slowly, slowly, slowly getting slower",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,23,https://twitter.com/elonmusk/status/1000164497217081344,[],[],0,,False,14574,566,892,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1679,1000151412033155073,999915503068966913,1527289653000.0,2018-05-25 23:07:33,+0000,,@compoundchem You’re making my point. It’s tragic that there’s a national nano day. I wish I didn’t know that.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,23,https://twitter.com/elonmusk/status/1000151412033155073,[],[],0,,False,1486,114,46,,None,,,,,,,"[{'screen_name': 'compoundchem', 'name': 'Compound Interest', 'id': '2246165587'}]",,,, +1680,1000150631666069506,1000142806118273025,1527289467000.0,2018-05-25 23:04:27,+0000,,@EVNewsDaily @Tesla All four. Zone 3 throughput was solved a couple of weeks ago.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,23,https://twitter.com/elonmusk/status/1000150631666069506,[],[],0,,False,591,15,29,,None,,,,,,,"[{'screen_name': 'EVNewsDaily', 'name': 'EV News Daily Podcast', 'id': '896860023980249088'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1681,1000148304016105472,1000142806118273025,1527288912000.0,2018-05-25 22:55:12,+0000,,@ElecVehicleGuy @EVNewsDaily @Tesla Model 3 was designed for min engineering & tooling change for RHD. Note left/right symmetry. LHD for Europe & Asia first half of next year. RHD probably middle of next year.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/1000148304016105472,[],[],0,,False,524,33,41,,None,,,,,,,"[{'screen_name': 'ElecVehicleGuy', 'name': 'Electric Vehicle Guy', 'id': '713716834361556992'}, {'screen_name': 'EVNewsDaily', 'name': 'EV News Daily Podcast', 'id': '896860023980249088'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1682,1000143728500269057,1000142806118273025,1527287821000.0,2018-05-25 22:37:01,+0000,,@EVNewsDaily @Tesla This is the new production line for battery module Zone 4. Will play a key role in getting from 3000/week to 6000/week for Model 3.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/1000143728500269057,[],[],0,,False,2798,69,148,,None,,,,,,,"[{'screen_name': 'EVNewsDaily', 'name': 'EV News Daily Podcast', 'id': '896860023980249088'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1683,1000130445856595968,1000064392019501057,1527284654000.0,2018-05-25 21:44:14,+0000,,@erinbiba I have never attacked science. Definitely attacked misleading journalism like yours though.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/1000130445856595968,[],[],0,,False,8095,429,1020,,None,,,,,,,"[{'screen_name': 'erinbiba', 'name': 'Erin Biba', 'id': '19624836'}]",,,, +1684,1000098080857907200,1000072092769964033,1527276938000.0,2018-05-25 19:35:38,+0000,,"@chick_in_kiev @evepeyser @broderick Pravda was incorporated a year ago. Also, Tesla factory safety has improved every year & is now better than industry avg. Misleading articles refer to Tesla being worse than avg in 2015 when we were just figuring things out.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/1000098080857907200,[],[],0,,False,1070,53,42,,None,,,,,,,"[{'screen_name': 'chick_in_kiev', 'name': 'Talia Lavin', 'id': '595245502'}, {'screen_name': 'evepeyser', 'name': 'eve peyser', 'id': '2750877815'}, {'screen_name': 'broderick', 'name': 'Ryan Broderick', 'id': '18205531'}]",,,, +1685,1000085435668819968,1000085299207196672,1527273923000.0,2018-05-25 18:45:23,+0000,,@nilgirian Worth a shot,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1000085435668819968,[],[],0,,False,411,30,13,,None,,,,,,,"[{'screen_name': 'nilgirian', 'name': 'nilgirian', 'id': '21949666'}]",,,, +1686,1000084944704569344,1000072092769964033,1527273806000.0,2018-05-25 18:43:26,+0000,,@evepeyser @broderick Of course! (Prav)Duh. It is named after the most pernicious propaganda machine in history specifically to highlight what we want to avoid. It’s called “satire” …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1000084944704569344,[],[],0,,False,1629,85,86,,None,,,,,,,"[{'screen_name': 'evepeyser', 'name': 'eve peyser', 'id': '2750877815'}, {'screen_name': 'broderick', 'name': 'Ryan Broderick', 'id': '18205531'}]",,,, +1687,1000082615276191744,1000072092769964033,1527273250000.0,2018-05-25 18:34:10,+0000,,"@evepeyser @broderick This is going to help journalism, not harm it. Please be so kind as to hold your fire until you actually see it.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1000082615276191744,[],[],0,,False,1538,91,62,,None,,,,,,,"[{'screen_name': 'evepeyser', 'name': 'eve peyser', 'id': '2750877815'}, {'screen_name': 'broderick', 'name': 'Ryan Broderick', 'id': '18205531'}]",,,, +1688,1000080833678528512,1000080833678528512,1527272826000.0,2018-05-25 18:27:06,+0000,,"Problem solved, was able to buy https://t.co/ivSUwPqsDT! Game on …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1000080833678528512,['http://Pravduh.com'],[],0,,False,32047,2218,3307,,None,,,,,,,[],,,, +1689,1000079983543382016,1000072092769964033,1527272623000.0,2018-05-25 18:23:43,+0000,,"@kot_kotushkin I know, I know. Russia seriously didn’t correct me on this!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1000079983543382016,[],[],0,,False,423,13,14,,None,,,,,,,[],,,, +1690,1000079980611624960,1000072092769964033,1527272622000.0,2018-05-25 18:23:42,+0000,,"@broderick Something needs to be done to reward consistent, high quality journalism. Some in media are absurdly indignant before even seeing the product. Odd …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1000079980611624960,[],[],0,,False,1760,100,98,,None,,,,,,,"[{'screen_name': 'broderick', 'name': 'Ryan Broderick', 'id': '18205531'}]",,,, +1691,1000079978220802049,1000072092769964033,1527272622000.0,2018-05-25 18:23:42,+0000,,"Turns out https://t.co/S5kmNfnih8 is actually owned by Ukraine. For some reason, Russia didn’t bother to correct me …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1000079978220802049,['http://Pravda.com'],[],0,,False,7390,533,706,,None,,,,,,,[],,,, +1692,1000079975150596096,1000072092769964033,1527272621000.0,2018-05-25 18:23:41,+0000,,"@designcollector For some reason, Russia didn’t bother to correct me …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/1000079975150596096,[],[],0,,False,628,24,14,,None,,,,,,,"[{'screen_name': 'designcollector', 'name': 'Designcollector', 'id': '17850816'}]",,,, +1693,1000072092769964033,1000072092769964033,1527270742000.0,2018-05-25 17:52:22,+0000,,"Tried to buy https://t.co/S5kmNfnih8, but Russia said no. Turns out they already use it.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/1000072092769964033,['http://Pravda.com'],[],0,,False,11246,1442,1362,,None,,,,,,,[],,,, +1694,999848310344044544,999625839095484416,1527217388000.0,2018-05-25 03:03:08,+0000,,"@DavisTravis9830 @amywestervelt @Billsocalif @RMac18 @weinbergersa Definitely did not. I’ve been through many press cycles & know full well same person praising me today will trash me tomorrow. Journos hound me constantly for interviews, but I do almost none these days. ♥️ Twitter as it allows me to bypass journo bs.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,03,https://twitter.com/elonmusk/status/999848310344044544,[],[],0,,False,1432,128,104,,None,,,,,,,"[{'screen_name': 'DavisTravis9830', 'name': 'Travis Davis', 'id': '2842960103'}, {'screen_name': 'amywestervelt', 'name': 'Amy Westervelt', 'id': '14779408'}, {'screen_name': 'Billsocalif', 'name': 'Bill Sabo', 'id': '283716626'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'weinbergersa', 'name': 'Sharon Weinberger', 'id': '21120847'}]",,,, +1695,999845637385404416,999625839095484416,1527216750000.0,2018-05-25 02:52:30,+0000,,@amywestervelt @Billsocalif @RMac18 @weinbergersa I’ve just had it with sanctimonious journalists who appoint themselves protectors of the public interest & yet believe that same public is too stupid & immoral to assess their credibility. It’s amazing that you don’t understand how insufferably hypocritical that is. Wow.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,02,https://twitter.com/elonmusk/status/999845637385404416,[],[],0,,False,3908,162,772,,None,,,,,,,"[{'screen_name': 'amywestervelt', 'name': 'Amy Westervelt', 'id': '14779408'}, {'screen_name': 'Billsocalif', 'name': 'Bill Sabo', 'id': '283716626'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'weinbergersa', 'name': 'Sharon Weinberger', 'id': '21120847'}]",,,, +1696,999841559846633473,999625839095484416,1527215778000.0,2018-05-25 02:36:18,+0000,,@spacecom @amywestervelt @weinbergersa The Tesla facility is open plan & we’re not going to erect walls everywhere for a journo tour. I know journalists too well & they are some of the worst & best human beings I’ve ever met. You’re the former.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,02,https://twitter.com/elonmusk/status/999841559846633473,[],[],0,,False,896,50,41,,None,,,,,,,"[{'screen_name': 'spacecom', 'name': 'Parabolicarc.com', 'id': '18928764'}, {'screen_name': 'amywestervelt', 'name': 'Amy Westervelt', 'id': '14779408'}, {'screen_name': 'weinbergersa', 'name': 'Sharon Weinberger', 'id': '21120847'}]",,,, +1697,999809802988482560,999800798514106368,1527208207000.0,2018-05-25 00:30:07,+0000,,@ObviousParadox @medickinson @thephysicsgirl No,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/999809802988482560,[],[],0,,False,375,25,9,,None,,,,,,,"[{'screen_name': 'obviousparadox', 'name': 'Manik ama depresif', 'id': '1163599033778298880'}, {'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +1698,999808730106445824,999800798514106368,1527207951000.0,2018-05-25 00:25:51,+0000,,@medickinson @thephysicsgirl Nano applies to everything & therefore means nothing. Definitely indicates bs. Sorry. https://t.co/WQp8j9YkeJ,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/999808730106445824,['http://uncyclopedia.wikia.com/wiki/Nanotechnology'],[],0,,False,3421,324,166,,None,,,,,,,"[{'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +1699,999797465787191297,999625839095484416,1527205265000.0,2018-05-24 23:41:05,+0000,,"@amywestervelt @weinbergersa Yes, because Tesla has the most advanced battery manufacturing technology in the world & products that haven’t been unveiled yet. You don’t have a right to show that to our competitors or spoil future product launches.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/999797465787191297,[],[],0,,False,2779,98,149,,None,,,,,,,"[{'screen_name': 'amywestervelt', 'name': 'Amy Westervelt', 'id': '14779408'}, {'screen_name': 'weinbergersa', 'name': 'Sharon Weinberger', 'id': '21120847'}]",,,, +1700,999796653560283136,999625839095484416,1527205072000.0,2018-05-24 23:37:52,+0000,,"@weinbergersa Wow, you’re ignorant. Don’t remember you, but disclosing classified US missile technology to hostile nations would violate ITAR law & land you in jail. I didn’t review it, but my team did. Obviously nobody cared about what your article said. Please.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,23,https://twitter.com/elonmusk/status/999796653560283136,[],[],0,,False,40671,791,3640,,None,,,,,,,"[{'screen_name': 'weinbergersa', 'name': 'Sharon Weinberger', 'id': '21120847'}]",,,, +1701,999619147305660416,999395322790105088,1527162751000.0,2018-05-24 11:52:31,+0000,,@PolitiFact @PayPal @Poynter Done,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,11,https://twitter.com/elonmusk/status/999619147305660416,[],[],0,,False,1232,52,47,,None,,,,,,,"[{'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}, {'screen_name': 'PayPal', 'name': 'PayPal', 'id': '30018058'}, {'screen_name': 'Poynter', 'name': 'Poynter', 'id': '8383592'}]",,,, +1702,999597963482574848,999589943000358913,1527157700000.0,2018-05-24 10:28:20,+0000,,@jennineak Have a confirmed real name identity section & an unconfirmed identity section. Latter with subscore that excludes probable botnets.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/999597963482574848,[],[],0,,False,775,80,29,,None,,,,,,,"[{'screen_name': 'jennineak', 'name': 'Jennine #SaveSheikhJarrah', 'id': '39682124'}]",,,, +1703,999594838973542400,999593725876670466,1527156955000.0,2018-05-24 10:15:55,+0000,,@DX_1 Be careful what you wish for https://t.co/3mSj15UeIw,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/999594838973542400,['https://m.imdb.com/title/tt3333824/'],[],0,,False,11022,99,956,,None,,,,,,,"[{'screen_name': 'DX_1', 'name': 'darren', 'id': '21287057'}]",,,, +1704,999591624521940993,999367582271422464,1527156189000.0,2018-05-24 10:03:09,+0000,,"Amazingly, the “media is awesome” vote is declining, despite hundreds of articles attacking this very poll🤔",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/999591624521940993,[],[],0,,False,26033,1175,1676,,None,,,,,,,[],,,, +1705,999589943000358913,999589943000358913,1527155788000.0,2018-05-24 09:56:28,+0000,,My point exactly https://t.co/PQ7PFqeC3X,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,09,https://twitter.com/elonmusk/status/999589943000358913,['https://twitter.com/rockypruitt/status/999535383049273344'],[],0,,False,10039,297,701,https://twitter.com/rockypruitt/status/999535383049273344,None,,,,,,,[],,,, +1706,999579712484790272,999367582271422464,1527153349000.0,2018-05-24 09:15:49,+0000,,"@upulie Ahem, you have “nano” in your bio. That is 100% synonymous with bs.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,09,https://twitter.com/elonmusk/status/999579712484790272,[],[],0,,False,1182,395,69,,None,,,,,,,"[{'screen_name': 'upulie', 'name': 'STEMLORD', 'id': '187518287'}]",,,, +1707,999570680210276352,999367582271422464,1527151195000.0,2018-05-24 08:39:55,+0000,,@donny0m Reddit is great,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,08,https://twitter.com/elonmusk/status/999570680210276352,[],[],0,,False,1227,80,136,,None,,,,,,,"[{'screen_name': 'donny0m', 'name': 'Mihir Mukerji', 'id': '431889297'}]",,,, +1708,999568719146725377,999367582271422464,1527150728000.0,2018-05-24 08:32:08,+0000,,"Come on media, you can do it! Get more people to vote for you. You are literally the media.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,08,https://twitter.com/elonmusk/status/999568719146725377,[],[],0,,False,26811,685,1744,,None,,,,,,,[],,,, +1709,999560417637580800,999370018449248256,1527148749000.0,2018-05-24 07:59:09,+0000,,@PassionPlanet1 @supernovaslight @lexiheft @dancow @tedhu @chadgowens @scottwww @JessicaHuseman Exactly. The point of such a site would be to help restore the credibility of the media. They don’t realize how little credibility they actually have with the public.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,07,https://twitter.com/elonmusk/status/999560417637580800,[],[],0,,False,687,55,61,,None,,,,,,,"[{'screen_name': 'PassionPlanet1', 'name': 'PassionPlanet', 'id': '2587869397'}, {'screen_name': 'supernovaslight', 'name': 'Lori Mj', 'id': '71531057'}, {'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'dancow', 'name': 'dan nguyen', 'id': '14335332'}, {'screen_name': 'tedhu', 'name': 'Ted Hu', 'id': '7778772'}, {'screen_name': 'chadgowens', 'name': 'Chad Gowens', 'id': '810061614640730116'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}]",,,, +1710,999524442211418114,999370018449248256,1527140171000.0,2018-05-24 05:36:11,+0000,,"@lexiheft @dancow @tedhu @chadgowens @scottwww @JessicaHuseman Why are certain journalists (editors especially) so concerned about the public rating their credibility? All they do all day is rate others, ostensibly on behalf of the same public for which they have contempt.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,05,https://twitter.com/elonmusk/status/999524442211418114,[],[],0,,False,3115,109,745,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'dancow', 'name': 'dan nguyen', 'id': '14335332'}, {'screen_name': 'tedhu', 'name': 'Ted Hu', 'id': '7778772'}, {'screen_name': 'chadgowens', 'name': 'Chad Gowens', 'id': '810061614640730116'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}]",,,, +1711,999520453071855616,999370018449248256,1527139220000.0,2018-05-24 05:20:20,+0000,,@dancow @tedhu @chadgowens @scottwww @JessicaHuseman I did to any who asked,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,05,https://twitter.com/elonmusk/status/999520453071855616,[],[],0,,False,671,11,13,,None,,,,,,,"[{'screen_name': 'dancow', 'name': 'dan nguyen', 'id': '14335332'}, {'screen_name': 'tedhu', 'name': 'Ted Hu', 'id': '7778772'}, {'screen_name': 'chadgowens', 'name': 'Chad Gowens', 'id': '810061614640730116'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}]",,,, +1712,999517376772165632,999370018449248256,1527138487000.0,2018-05-24 05:08:07,+0000,,"@dancow @tedhu @chadgowens @scottwww @JessicaHuseman That was obvious from a mile away. I tried to use their product & it didn’t work. Not exactly a genius move by WSJ, but they were brave enough to say it.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,05,https://twitter.com/elonmusk/status/999517376772165632,[],[],0,,False,688,14,23,,None,,,,,,,"[{'screen_name': 'dancow', 'name': 'dan nguyen', 'id': '14335332'}, {'screen_name': 'tedhu', 'name': 'Ted Hu', 'id': '7778772'}, {'screen_name': 'chadgowens', 'name': 'Chad Gowens', 'id': '810061614640730116'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}]",,,, +1713,999515261479731200,999450636075778049,1527137983000.0,2018-05-24 04:59:43,+0000,,"@DMC_Ryan @teslanomicsco @Tesla Maybe after you get your Model 3, we can talk about what you like & what needs to be improved",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,04,https://twitter.com/elonmusk/status/999515261479731200,[],[],0,,False,1840,50,41,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1714,999513492825620481,999450636075778049,1527137561000.0,2018-05-24 04:52:41,+0000,,"@DMC_Ryan @teslanomicsco But consider it real. We could unveil Model Y anytime from late this year to mid next year, so March 15 is about right.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,04,https://twitter.com/elonmusk/status/999513492825620481,[],[],0,,False,2088,55,91,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}]",,,, +1715,999513049470922752,999450636075778049,1527137455000.0,2018-05-24 04:50:55,+0000,,"@DMC_Ryan @teslanomicsco I just made that up, because the Ides of March sounded good",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,04,https://twitter.com/elonmusk/status/999513049470922752,[],[],0,,False,2577,42,64,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}]",,,, +1716,999512438142787585,999433480797872128,1527137309000.0,2018-05-24 04:48:29,+0000,,@eugenelee3 @karaswisher @Jason Gasoline or diesel?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,04,https://twitter.com/elonmusk/status/999512438142787585,[],[],0,,False,311,12,6,,None,,,,,,,"[{'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}]",,,, +1717,999511881160130565,999433480797872128,1527137177000.0,2018-05-24 04:46:17,+0000,,@karaswisher @Jason What car do you drive?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,04,https://twitter.com/elonmusk/status/999511881160130565,[],[],0,,False,647,35,28,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}]",,,, +1718,999502403207544832,999450636075778049,1527134917000.0,2018-05-24 04:08:37,+0000,,@teslanomicsco March 15,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,04,https://twitter.com/elonmusk/status/999502403207544832,[],[],0,,False,2203,80,89,,None,,,,,,,"[{'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}]",,,, +1719,999500971045629952,999367582271422464,1527134575000.0,2018-05-24 04:02:55,+0000,,@mainhoonmaun The media,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,04,https://twitter.com/elonmusk/status/999500971045629952,[],[],0,,False,866,35,37,,None,,,,,,,[],,,, +1720,999466717112745985,999433480797872128,1527126409000.0,2018-05-24 01:46:49,+0000,,"@karaswisher Hi Kara! I’m open to it. Right now, I’m cranking super hard at the Tesla factory, so it depends on how things are going next week.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,01,https://twitter.com/elonmusk/status/999466717112745985,[],[],0,,False,4845,206,211,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}]",,,, +1721,999465692859527168,999465692859527168,1527126165000.0,2018-05-24 01:42:45,+0000,,"Maybe the media credibility rating site should be called “You’re Right!” I do actually own https://t.co/1JqqCF9inA, but for the moment I just have it automatically forward to Facebook News.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,01,https://twitter.com/elonmusk/status/999465692859527168,['http://youreright.com'],[],0,,False,17547,1241,1305,,None,,,,,,,[],,,, +1722,999462420790755334,999367582271422464,1527125384000.0,2018-05-24 01:29:44,+0000,,@TruthForceSteem @kali0x2a Definitely,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,01,https://twitter.com/elonmusk/status/999462420790755334,[],[],0,,False,406,26,12,,None,,,,,,,"[{'screen_name': 'kali0x2a', 'name': 'kⒶli', 'id': '2337594336'}]",,,, +1723,999451883092652032,999450636075778049,1527122872000.0,2018-05-24 00:47:52,+0000,,"@MrNobre There no good car emojis. I mean seriously, what the heck are these 🚗 🚙 and this is the best one 🚘",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,00,https://twitter.com/elonmusk/status/999451883092652032,[],[],0,,False,4340,144,286,,None,,,,,,,"[{'screen_name': 'MrNobre', 'name': '🇨🇦 Izzy Nobre', 'id': '60032981'}]",,,, +1724,999451013391179776,999450636075778049,1527122665000.0,2018-05-24 00:44:25,+0000,,@CryptoAlesio Yo,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,00,https://twitter.com/elonmusk/status/999451013391179776,[],[],0,,False,3258,24,108,,None,,,,,,,[],,,, +1725,999450781437706241,999450310706843648,1527122609000.0,2018-05-24 00:43:29,+0000,,@benschwartzy That’s the basic idea,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,00,https://twitter.com/elonmusk/status/999450781437706241,[],[],0,,False,1029,37,19,,None,,,,,,,[],,,, +1726,999450636075778049,999450636075778049,1527122575000.0,2018-05-24 00:42:55,+0000,,"For some reason, this is the best I’ve felt in a while. Hope you’re feeling good too 🚀♥️🌏",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,00,https://twitter.com/elonmusk/status/999450636075778049,[],[],0,,False,129754,3316,13822,,None,,,,,,,[],,,, +1727,999448547513614336,999395322790105088,1527122077000.0,2018-05-24 00:34:37,+0000,,"@PolitiFact I just tried to donate, but you don’t accept PayPal. Lmk when you do.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,00,https://twitter.com/elonmusk/status/999448547513614336,[],[],0,,False,5550,213,205,,None,,,,,,,"[{'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +1728,999424264880058368,999422996828733440,1527116287000.0,2018-05-23 22:58:07,+0000,,"@adnroy Um, you just tweeted about this, so obv you do",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/999424264880058368,[],[],0,,False,13782,254,550,,None,,,,,,,"[{'screen_name': 'adnroy', 'name': '(((Adam Roy)))', 'id': '14105083'}]",,,, +1729,999424262925533184,999422577511550982,1527116287000.0,2018-05-23 22:58:07,+0000,,@southtopia Thank you! I thought it was so obvious …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/999424262925533184,[],[],0,,False,1968,71,48,,None,,,,,,,"[{'screen_name': 'southtopia', 'name': 'Jon Southurst', 'id': '249134535'}]",,,, +1730,999415738967277568,999367582271422464,1527114255000.0,2018-05-23 22:24:15,+0000,,@AltWouss @jackallisonLOL @ParkerMolloy Exactly. UAW does not have individual stock ownership as part of the compensation at any other company.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/999415738967277568,[],[],0,,False,751,24,34,,None,,,,,,,"[{'screen_name': 'AltWouss', 'name': 'Wooter', 'id': '120239254'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}]",,,, +1731,999398212162105344,999395322790105088,1527110076000.0,2018-05-23 21:14:36,+0000,,"@PolitiFact Yeah, I think you do great work",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/999398212162105344,[],[],0,,False,2424,73,56,,None,,,,,,,"[{'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +1732,999389139551248384,999389139551248384,1527107913000.0,2018-05-23 20:38:33,+0000,,"If you’re in media & don’t want Pravda to exist, write an article telling your readers to vote against it …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/999389139551248384,[],[],0,,False,22378,1155,1682,,None,,,,,,,[],,,, +1733,999385597771853824,999367582271422464,1527107068000.0,2018-05-23 20:24:28,+0000,,@meharris 🤗,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/999385597771853824,[],[],0,,False,8629,139,166,,None,,,,,,,"[{'screen_name': 'meharris', 'name': 'Mark Harris', 'id': '19551341'}]",,,, +1734,999385249720057856,999367582271422464,1527106985000.0,2018-05-23 20:23:05,+0000,,"@ParkerMolloy I’ve never stopped a union vote nor removed a union. UAW abandoned this factory. Tesla arrived & gave people back their jobs. They haven’t forgotten UAW betrayed them. That’s why UAW can’t even get people to attend a free BBQ, let alone enough sigs for a vote.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/999385249720057856,[],[],0,,False,2035,79,143,,None,,,,,,,"[{'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}]",,,, +1735,999382070848770048,999367582271422464,1527106227000.0,2018-05-23 20:10:27,+0000,,@meharris Of course,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/999382070848770048,[],[],0,,False,611,26,18,,None,,,,,,,"[{'screen_name': 'meharris', 'name': 'Mark Harris', 'id': '19551341'}]",,,, +1736,999378223661137920,999370018449248256,1527105310000.0,2018-05-23 19:55:10,+0000,,"@scottwww @JessicaHuseman It is strange that big auto companies literally have thousands more factory injuries than Tesla & millions more auto deaths, but somehow get less coverage. We are not perfect, but we’re doing our best to make clean energy real & be a good company.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/999378223661137920,[],[],0,,False,2776,94,264,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}]",,,, +1737,999376607662952448,999370018449248256,1527104925000.0,2018-05-23 19:48:45,+0000,,"@JessicaHuseman @reveal No, they’re just some rich kids in Berkeley who took their political science prof too seriously",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/999376607662952448,[],[],0,,False,7520,349,661,,None,,,,,,,"[{'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}, {'screen_name': 'reveal', 'name': 'Reveal', 'id': '1726074810'}]",,,, +1738,999375777882750976,999367582271422464,1527104727000.0,2018-05-23 19:45:27,+0000,,@iShashankBhatia Will do,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/999375777882750976,[],[],0,,False,526,30,12,,None,,,,,,,"[{'screen_name': 'iShashankBhatia', 'name': 'Shashank Bhatia', 'id': '783787057734754304'}]",,,, +1739,999374720368689153,999367582271422464,1527104475000.0,2018-05-23 19:41:15,+0000,,Create a media credibility rating site (that also flags propaganda botnets),en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/999374720368689153,[],[],0,,False,33871,4052,10251,,None,,,,,,,[],,,, +1740,999371548053000193,999367582271422464,1527103719000.0,2018-05-23 19:28:39,+0000,,@scotch_io That’s why editors are included too,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/999371548053000193,[],[],0,,False,926,43,19,,None,,,,,,,"[{'screen_name': 'scotch_io', 'name': 'Better Dev', 'id': '1122906733'}]",,,, +1741,999370318383742976,999364333674024960,1527103425000.0,2018-05-23 19:23:45,+0000,,@SophieWarnes We don’t. The media is reporting someone else saying that Tesla advertised. It is untrue.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/999370318383742976,[],[],0,,False,1999,56,72,,None,,,,,,,"[{'screen_name': 'SophieWarnes', 'name': 'Soph', 'id': '504474006'}]",,,, +1742,999369623484039168,999367582271422464,1527103260000.0,2018-05-23 19:21:00,+0000,,"Even if some of the public doesn’t care about the credibility score, the journalists, editors & publications will. It is how they define themselves.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/999369623484039168,[],[],0,,False,41397,1387,3560,,None,,,,,,,[],,,, +1743,999369022280843264,999367582271422464,1527103116000.0,2018-05-23 19:18:36,+0000,,@DetroitVictoria Enough of the public does care about the truth. I have faith in the people.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/999369022280843264,[],[],0,,False,17498,582,1041,,None,,,,,,,[],,,, +1744,999368671972622336,999367582271422464,1527103033000.0,2018-05-23 19:17:13,+0000,,@AntVenom Maybe some good people from those orgs who would join,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/999368671972622336,[],[],0,,False,4421,250,98,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +1745,999368393420488704,999367582271422464,1527102967000.0,2018-05-23 19:16:07,+0000,,"@Virtualanom Not only needs to be botproof, but seek & unmask anyone operating a disinformation bot army",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/999368393420488704,[],[],0,,False,12848,522,792,,None,,,,,,,"[{'screen_name': 'Virtualanom', 'name': 'Virtual Anomaly', 'id': '2969505255'}]",,,, +1746,999367998078042114,999367582271422464,1527102872000.0,2018-05-23 19:14:32,+0000,,@sakiwebo Exactly,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/999367998078042114,[],[],0,,False,956,54,39,,None,,,,,,,"[{'screen_name': 'sakiwebo', 'name': 'Den Dal', 'id': '268962051'}]",,,, +1747,999367582271422464,999367582271422464,1527102773000.0,2018-05-23 19:12:53,+0000,,"Going to create a site where the public can rate the core truth of any article & track the credibility score over time of each journalist, editor & publication. Thinking of calling it Pravda …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/999367582271422464,[],[],0,,False,215669,15069,41383,,None,,,,,,,[],,,, +1748,999365829761249280,999364333674024960,1527102355000.0,2018-05-23 19:05:55,+0000,,@dancow @WSJ An exception that proves the rule,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/999365829761249280,[],[],0,,False,1094,102,21,,None,,,,,,,"[{'screen_name': 'dancow', 'name': 'dan nguyen', 'id': '14335332'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +1749,999365292684861441,999364333674024960,1527102227000.0,2018-05-23 19:03:47,+0000,,"@CodyBrown Uh, this is Twitter. How many characters do you want?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/999365292684861441,[],[],0,,False,3740,86,113,,None,,,,,,,"[{'screen_name': 'codybrown', 'name': 'codyb', 'id': '10950722'}]",,,, +1750,999364333674024960,999364333674024960,1527101999000.0,2018-05-23 18:59:59,+0000,,"Problem is journos are under constant pressure to get max clicks & earn advertising dollars or get fired. Tricky situation, as Tesla doesn’t advertise, but fossil fuel companies & gas/diesel car companies are among world’s biggest advertisers.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/999364333674024960,[],[],0,,False,38742,1672,5170,,None,,,,,,,[],,,, +1751,999363031996948480,999355619390865408,1527101688000.0,2018-05-23 18:54:48,+0000,,@teddymonacelli The media has earned this mistrust. But maybe there is a solution.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/999363031996948480,[],[],0,,False,5472,240,442,,None,,,,,,,"[{'screen_name': 'teddymonacelli', 'name': 'Teddy Monacelli', 'id': '22651580'}]",,,, +1752,999361510915768320,999360422267453440,1527101326000.0,2018-05-23 18:48:46,+0000,,@jaspar Oh hey another sanctimonious media person who thinks he’s above criticism. Try being truthful & the public will believe you again.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/999361510915768320,[],[],0,,False,4211,126,313,,None,,,,,,,"[{'screen_name': 'jaspar', 'name': 'J Emory Parker 🏳️\u200d🌈 Get Vaccinated', 'id': '14265924'}]",,,, +1753,999357298861486080,999356301644791808,1527100321000.0,2018-05-23 18:32:01,+0000,,"@andyjayhawk Thought you’d say that. Anytime anyone criticizes the media, the media shrieks “You’re just like Trump!” Why do you think he got elected in the first place? Because no ones believes you any more. You lost your credibility a long time ago.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/999357298861486080,[],[],0,,False,57998,2094,13375,,None,,,,,,,"[{'screen_name': 'andyjayhawk', 'name': 'Andrew J. Hawkins 🚇🚌🚲🛴', 'id': '21209333'}]",,,, +1754,999355619390865408,999355619390865408,1527099921000.0,2018-05-23 18:25:21,+0000,,"The holier-than-thou hypocrisy of big media companies who lay claim to the truth, but publish only enough to sugarcoat the lie, is why the public no longer respects them https://t.co/Ay2DwCOMkr",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/999355619390865408,['https://twitter.com/electrekco/status/999318852365303808'],[],0,,False,40945,1756,8852,https://twitter.com/electrekco/status/999318852365303808,None,,,,,,,[],,,, +1755,999234369112850432,999076603345895424,1527071013000.0,2018-05-23 10:23:33,+0000,,"@girllovesbread @ZainRaz4 @mashable This will sound super obvious, but Genesis & Oblivion",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,10,https://twitter.com/elonmusk/status/999234369112850432,[],[],0,,False,707,13,31,,None,,,,,,,"[{'screen_name': 'girllovesbread', 'name': 'k i m ♡', 'id': '2979452339'}, {'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}, {'screen_name': 'mashable', 'name': 'Mashable', 'id': '972651'}]",,,, +1756,999233903456997376,999076603345895424,1527070902000.0,2018-05-23 10:21:42,+0000,,@JohnBirmingham @mashable I am not cool,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,10,https://twitter.com/elonmusk/status/999233903456997376,[],[],0,,False,1312,63,117,,None,,,,,,,"[{'screen_name': 'JohnBirmingham', 'name': 'John Birmingham', 'id': '28278535'}, {'screen_name': 'mashable', 'name': 'Mashable', 'id': '972651'}]",,,, +1757,999232361236590592,999076603345895424,1527070534000.0,2018-05-23 10:15:34,+0000,,@ZainRaz4 @mashable The one about to come out called So Heavy i fell through the earth,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,10,https://twitter.com/elonmusk/status/999232361236590592,[],[],0,,False,834,8,25,,None,,,,,,,"[{'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}, {'screen_name': 'mashable', 'name': 'Mashable', 'id': '972651'}]",,,, +1758,999229479514853379,999076603345895424,1527069847000.0,2018-05-23 10:04:07,+0000,,"@mashable Was sad to see G getting tons of undeserved flak because of me, so I’m glad there’s some good too ♥️🎼🐇. Her music is incredible.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,10,https://twitter.com/elonmusk/status/999229479514853379,[],[],0,,False,11583,192,399,,None,,,,,,,"[{'screen_name': 'mashable', 'name': 'Mashable', 'id': '972651'}]",,,, +1759,999161021657837568,998409778316496896,1527053525000.0,2018-05-23 05:32:05,+0000,,@bevvscott Thanks. Not super fun right now 😔,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,05,https://twitter.com/elonmusk/status/999161021657837568,[],[],0,,False,529,121,28,,None,,,,,,,"[{'screen_name': 'bevvscott', 'name': 'Bev Scott', 'id': '826170052416188416'}]",,,, +1760,999155581012230144,998988641702526977,1527052228000.0,2018-05-23 05:10:28,+0000,,@kulpability @DeusEx Busted 👻,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,05,https://twitter.com/elonmusk/status/999155581012230144,[],[],0,,False,1351,10,20,,None,,,,,,,"[{'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'DeusEx', 'name': 'Deus Ex', 'id': '31137807'}]",,,, +1761,999154641085448192,998409778316496896,1527052004000.0,2018-05-23 05:06:44,+0000,,"@CateLuvsLondon @Aceinmysleeve1 @ericbrownzzz @dmatkins137 @ShayneRarma @NASA None of those criteria are certain by themselves, but when taken together & messages have an obv agenda, it almost always indicates use of a network of self-validating troll accounts",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,05,https://twitter.com/elonmusk/status/999154641085448192,[],[],0,,False,421,20,18,,None,,,,,,,"[{'screen_name': 'CateLuvsLondon', 'name': 'Catherine Griffiths', 'id': '827689915'}, {'screen_name': 'Aceinmysleeve1', 'name': 'Dow Jones Destroyer', 'id': '2200167420'}, {'screen_name': 'ericbrownzzz', 'name': 'Eric Brown', 'id': '30404017'}, {'screen_name': 'dmatkins137', 'name': 'David Atkins', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1762,999149447975133184,998409778316496896,1527050766000.0,2018-05-23 04:46:06,+0000,,"@Aceinmysleeve1 @ericbrownzzz @dmatkins137 @ShayneRarma @NASA Troll dead giveaways: not using real names, obv fake pics & backgrounds, low follower/follow ratio, account recently created, repeating same phrases, etc (sigh)",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,04,https://twitter.com/elonmusk/status/999149447975133184,[],[],0,,False,486,37,25,,None,,,,,,,"[{'screen_name': 'Aceinmysleeve1', 'name': 'Dow Jones Destroyer', 'id': '2200167420'}, {'screen_name': 'ericbrownzzz', 'name': 'Eric Brown', 'id': '30404017'}, {'screen_name': 'dmatkins137', 'name': 'David Atkins', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1763,999062738402881537,998988641702526977,1527030093000.0,2018-05-22 23:01:33,+0000,,@AustinOnSocial Great idea!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,23,https://twitter.com/elonmusk/status/999062738402881537,[],[],0,,False,3809,82,73,,None,,,,,,,"[{'screen_name': 'AustinOnSocial', 'name': 'Austin Braun', 'id': '1051295658'}]",,,, +1764,999056596935233536,998409778316496896,1527028628000.0,2018-05-22 22:37:08,+0000,,@annerajb @ericbrownzzz @dmatkins137 @ShayneRarma @NASA Will do it later this year. Too much on plate right now. Will be available as an upgrade from service.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,22,https://twitter.com/elonmusk/status/999056596935233536,[],[],0,,False,535,26,28,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'ericbrownzzz', 'name': 'Eric Brown', 'id': '30404017'}, {'screen_name': 'dmatkins137', 'name': 'David Atkins', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1765,999056071489548288,998988641702526977,1527028503000.0,2018-05-22 22:35:03,+0000,,@DeusEx Love original Deus Ex! That would be awesome.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,22,https://twitter.com/elonmusk/status/999056071489548288,[],[],0,,False,3320,59,154,,None,,,,,,,"[{'screen_name': 'DeusEx', 'name': 'Deus Ex', 'id': '31137807'}]",,,, +1766,999020811930423297,998686530041364480,1527020097000.0,2018-05-22 20:14:57,+0000,,@UAW @speea @AlterViggo @juliacarriew Interesting he stops at ‘09. That’s when you drove GM & Chrysler into bankruptcy & lost tens of thousands of jobs for people that counted on you.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,20,https://twitter.com/elonmusk/status/999020811930423297,[],[],0,,False,708,54,49,,None,,,,,,,"[{'screen_name': 'UAW', 'name': 'UAW', 'id': '15854702'}, {'screen_name': 'speea', 'name': 'SPEEA', 'id': '15949848'}, {'screen_name': 'AlterViggo', 'name': 'Alter Viggo', 'id': '983380841484042241'}, {'screen_name': 'juliacarriew', 'name': 'Julia Carrie Wong', 'id': '481655487'}]",,,, +1767,999010644572553216,999009435010846720,1527017673000.0,2018-05-22 19:34:33,+0000,,@matthunter Just order your car with the James Bond option package. It’s an off-menu item for those in the know 😉,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/999010644572553216,[],[],0,,False,8923,177,417,,None,,,,,,,"[{'screen_name': 'matthunter', 'name': 'M A T T H U N T Ξ R ✌️😍🤘', 'id': '14162498'}]",,,, +1768,999010167793504256,998409778316496896,1527017559000.0,2018-05-22 19:32:39,+0000,,"@ericbrownzzz @dmatkins137 @ShayneRarma @NASA But ya know what, let’s test that theory. Maybe we do want UAW back, even tho UAW betrayed us 8 years ago & left us here to rot. Maybe we want UAW back even tho injury rate today is 1/2 what it was with them & wages were lower. Maybe. Let’s hold a vote & find out.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/999010167793504256,[],[],0,,False,697,63,45,,None,,,,,,,"[{'screen_name': 'ericbrownzzz', 'name': 'Eric Brown', 'id': '30404017'}, {'screen_name': 'dmatkins137', 'name': 'David Atkins', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1769,998996397570441216,998686530041364480,1527014276000.0,2018-05-22 18:37:56,+0000,,"@speea @AlterViggo @juliacarriew In theory true, but not how UAW behaved. They drove GM & Chrysler to bankruptcy & lost 200,000+ jobs for people they were supposed to protect, incl abandoning NUMMI plant workers.Tesla took over & now it has 10k+ jobs.UAW destroyed once great US auto industry & everyone knows it.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/998996397570441216,[],[],0,,False,584,47,50,,None,,,,,,,"[{'screen_name': 'speea', 'name': 'SPEEA', 'id': '15949848'}, {'screen_name': 'AlterViggo', 'name': 'Alter Viggo', 'id': '983380841484042241'}, {'screen_name': 'juliacarriew', 'name': 'Julia Carrie Wong', 'id': '481655487'}]",,,, +1770,998988641702526977,998988641702526977,1527012427000.0,2018-05-22 18:07:07,+0000,,"We’re going to include some fun games as hidden Easter eggs in Tesla S, X & 3. What do you think would be most fun in a car using the center touch screen?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/998988641702526977,[],[],0,,False,37968,12592,2356,,None,,,,,,,[],,,, +1771,998988091556704256,998987699003502592,1527012295000.0,2018-05-22 18:04:55,+0000,,@OldManLink Good point,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/998988091556704256,[],[],0,,False,313,14,13,,None,,,,,,,"[{'screen_name': 'OldManLink', 'name': 'Peter Hugosson-Mille', 'id': '35022687'}]",,,, +1772,998987396870950912,998409778316496896,1527012130000.0,2018-05-22 18:02:10,+0000,,"@ericbrownzzz @dmatkins137 @ShayneRarma @NASA No, UAW does that. They want divisiveness & enforcement of 2 class “lords & commoners” system. That sucks. US fought War of Independence to get *rid* of a 2 class system! Managers & workers shd be equal w easy movement either way. Managing sucks btw. Hate doing it so much.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/998987396870950912,[],[],0,,False,1104,303,95,,None,,,,,,,"[{'screen_name': 'ericbrownzzz', 'name': 'Eric Brown', 'id': '30404017'}, {'screen_name': 'dmatkins137', 'name': 'David Atkins', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1773,998984720783323136,998409778316496896,1527011492000.0,2018-05-22 17:51:32,+0000,,"@mikeyfranklin @dmatkins137 @ShayneRarma @NASA More “Reveal” bs. Tesla is overseen by Cal/OSHA, most stringent labor safety org in US, & they’ve never found us to misrepresent. On other hand, Ford, Chrysler & GM (UAW) have repeatedly been found to fake safety numbers. Strangely, that info is missing from Reveal article …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/998984720783323136,[],[],0,,False,605,27,37,,None,,,,,,,"[{'screen_name': 'mikeyfranklin', 'name': 'mikey ⚽️➡️🏠', 'id': '102036068'}, {'screen_name': 'dmatkins137', 'name': 'David Atkins', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1774,998981687743741952,998906375370616832,1527010769000.0,2018-05-22 17:39:29,+0000,,@SarahKnuckey @JeffBezos @Oprah @kobebryant @richardbranson @shanesmith30 No problem,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/998981687743741952,[],[],0,,False,373,5,10,,None,,,,,,,"[{'screen_name': 'SarahKnuckey', 'name': 'Sarah Knuckey', 'id': '346716849'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'Oprah', 'name': 'Oprah Winfrey', 'id': '19397785'}, {'screen_name': 'kobebryant', 'name': 'Kobe Bryant', 'id': '1059194370'}, {'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'shanesmith30', 'name': 'shane smith', 'id': '88975905'}]",,,, +1775,998980096181628929,998906375370616832,1527010389000.0,2018-05-22 17:33:09,+0000,,"@SarahKnuckey @JeffBezos @Oprah @kobebryant @richardbranson @shanesmith30 They are incorrect. We never met, nor have we ever been scheduled to meet.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/998980096181628929,[],[],0,,False,444,9,13,,None,,,,,,,"[{'screen_name': 'SarahKnuckey', 'name': 'Sarah Knuckey', 'id': '346716849'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'Oprah', 'name': 'Oprah Winfrey', 'id': '19397785'}, {'screen_name': 'kobebryant', 'name': 'Kobe Bryant', 'id': '1059194370'}, {'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'shanesmith30', 'name': 'shane smith', 'id': '88975905'}]",,,, +1776,998953706673487873,998740514953285632,1527004097000.0,2018-05-22 15:48:17,+0000,,"@DMC_Ryan @loganthefirst Thanks again, have conveyed your words to the Tesla team, who have been working crazy hard. Really energizing!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,15,https://twitter.com/elonmusk/status/998953706673487873,[],[],0,,False,585,34,25,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'loganthefirst', 'name': 'Logan', 'id': '35281370'}]",,,, +1777,998950122225455105,998906375370616832,1527003243000.0,2018-05-22 15:34:03,+0000,,@SarahKnuckey @JeffBezos @Oprah @kobebryant @richardbranson @shanesmith30 I didn’t meet with him,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,15,https://twitter.com/elonmusk/status/998950122225455105,[],[],0,,False,2291,37,69,,None,,,,,,,"[{'screen_name': 'SarahKnuckey', 'name': 'Sarah Knuckey', 'id': '346716849'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'Oprah', 'name': 'Oprah Winfrey', 'id': '19397785'}, {'screen_name': 'kobebryant', 'name': 'Kobe Bryant', 'id': '1059194370'}, {'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'shanesmith30', 'name': 'shane smith', 'id': '88975905'}]",,,, +1778,998797622461710337,998793779103633408,1526966884000.0,2018-05-22 05:28:04,+0000,,@dinisguarda I definitely don’t do this 5 minute thing. Need to have long uninterrupted times to think. Can’t be creative otherwise.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,05,https://twitter.com/elonmusk/status/998797622461710337,[],[],0,,False,9134,167,736,,None,,,,,,,"[{'screen_name': 'dinisguarda', 'name': 'Dinis Guarda', 'id': '20222744'}]",,,, +1779,998786412970369024,998786412970369024,1526964212000.0,2018-05-22 04:43:32,+0000,,Just wanted to say thanks to all Tesla supporters. I damn well love you.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/998786412970369024,[],[],0,,False,134037,4296,8232,,None,,,,,,,[],,,, +1780,998782142556467201,998627082824486913,1526963193000.0,2018-05-22 04:26:33,+0000,,"@rrosenbl @ElectrekCo @FredericLambert @Tesla Have been meaning to get around to talking to him. Some of his criticisms are valid, but, on the higher body/chassis weight front, he wasn’t fully appreciating that we were going for much higher crash safety levels than other cars.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/998782142556467201,[],[],0,,False,632,16,32,,None,,,,,,,"[{'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1781,998780707164995585,998740514953285632,1526962851000.0,2018-05-22 04:20:51,+0000,,"@DMC_Ryan @loganthefirst Thanks Ryan. Critical feedback after you get the car would be much appreciated, no matter how nuanced.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/998780707164995585,[],[],0,,False,678,28,23,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'loganthefirst', 'name': 'Logan', 'id': '35281370'}]",,,, +1782,998779781230379014,998627082824486913,1526962630000.0,2018-05-22 04:17:10,+0000,,"@samuelrogg @ElectrekCo @FredericLambert To be clear, all Model 3 cars, incl early production will have same great braking ability. Nature of any product, however, is that if you care about perfection, you make constant small refinements. Today’s Model S is far more refined than initial production.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/998779781230379014,[],[],0,,False,594,14,32,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1783,998778751767871488,998627082824486913,1526962385000.0,2018-05-22 04:13:05,+0000,,@rrosenbl @ElectrekCo @FredericLambert ABS calibration algorithm,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/998778751767871488,[],[],0,,False,640,16,26,,None,,,,,,,"[{'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1784,998778081492926465,998627082824486913,1526962225000.0,2018-05-22 04:10:25,+0000,,"@ElectrekCo @FredericLambert Also, Consumer Reports has an early production car. Model 3 now has improved ride comfort, lower wind noise & many other small improvements. Will request that they test current production.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/998778081492926465,[],[],0,,False,1198,42,79,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1785,998777288559755264,998627082824486913,1526962036000.0,2018-05-22 04:07:16,+0000,,"@ElectrekCo @FredericLambert Looks like this can be fixed with a firmware update. Will be rolling that out in a few days. With further refinement, we can improve braking distance beyond initial specs. Tesla won’t stop until Model 3 has better braking than any remotely comparable car.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,04,https://twitter.com/elonmusk/status/998777288559755264,[],[],0,,False,5003,132,320,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1786,998765102248542208,998740514953285632,1526959131000.0,2018-05-22 03:18:51,+0000,,"@camgfrost @DMC_Ryan @loganthefirst Stop, you’re making me blush ☺️",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,03,https://twitter.com/elonmusk/status/998765102248542208,[],[],0,,False,527,15,27,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'loganthefirst', 'name': 'Logan', 'id': '35281370'}]",,,, +1787,998762156752449537,998740514953285632,1526958428000.0,2018-05-22 03:07:08,+0000,,"@DMC_Ryan @loganthefirst Also, not promising anything, but we *might* be able to increase Model 3 Performance power output a little",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,03,https://twitter.com/elonmusk/status/998762156752449537,[],[],0,,False,636,28,39,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'loganthefirst', 'name': 'Logan', 'id': '35281370'}]",,,, +1788,998761472292352000,998740514953285632,1526958265000.0,2018-05-22 03:04:25,+0000,,@DMC_Ryan @loganthefirst Complexity is the devil. Words can’t express how hard we are working on the Model 3 production ramp & trying to get to profitability. But we’ll try.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,03,https://twitter.com/elonmusk/status/998761472292352000,[],[],0,,False,623,19,37,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'loganthefirst', 'name': 'Logan', 'id': '35281370'}]",,,, +1789,998739940073590784,998627082824486913,1526953132000.0,2018-05-22 01:38:52,+0000,,"@teslaology @ElectrekCo @FredericLambert Good point. Yeah, we will do that for the bigger locations.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,01,https://twitter.com/elonmusk/status/998739940073590784,[],[],0,,False,847,29,28,,None,,,,,,,"[{'screen_name': 'teslaology', 'name': 'Teslaology', 'id': '835582779773472769'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1790,998739763543736320,998622918614667266,1526953089000.0,2018-05-22 01:38:09,+0000,,"@LanceUlanoff The CR braking result is inconsistent with other reviewers, but might indicate that some Model 3’s have longer braking distances than others. If so, we will address this at our expense. First time we’ve seen anything like this.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,01,https://twitter.com/elonmusk/status/998739763543736320,[],[],0,,False,3407,61,143,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +1791,998738577344229377,998627082824486913,1526952807000.0,2018-05-22 01:33:27,+0000,,"@ElectrekCo @FredericLambert Even if a physical upgrade is needed to existing fleet, we will make sure all Model 3’s having amazing braking ability at no expense to customers",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,01,https://twitter.com/elonmusk/status/998738577344229377,[],[],0,,False,1508,67,116,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1792,998738003668357120,998627082824486913,1526952670000.0,2018-05-22 01:31:10,+0000,,"@ElectrekCo @FredericLambert Very strange. Model 3 is designed to have super good stopping distance & others reviewers have confirmed this. If there is vehicle variability, we will figure it out & address. May just be a question of firmware tuning, in which case can be solved by an OTA software update.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,01,https://twitter.com/elonmusk/status/998738003668357120,[],[],0,,False,4860,113,218,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1793,998673550616621056,998409778316496896,1526937303000.0,2018-05-21 21:15:03,+0000,,"@reveal @dmatkins137 @ShayneRarma @NASA @Al_Letson Cool, we can do the interview at Tesla in front of the yellow barriers & beeping forklifts you said didn’t exist. Please send your meeting request to wakassliar@tesla.com.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/998673550616621056,[],[],0,,False,1493,72,126,,None,,,,,,,"[{'screen_name': 'reveal', 'name': 'Reveal', 'id': '1726074810'}, {'screen_name': 'dmatkins137', 'name': 'David Atkins', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'Al_Letson', 'name': 'Al Letson', 'id': '27442822'}]",,,, +1794,998460891355004928,998409778316496896,1526886601000.0,2018-05-21 07:10:01,+0000,,@MrsYomaddy @dmatkins137 @ShayneRarma @NASA Gwynne’s awesome. Been SpaceX prez for 10 years. Super love working with her.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,07,https://twitter.com/elonmusk/status/998460891355004928,[],[],0,,False,858,21,41,,None,,,,,,,"[{'screen_name': 'MrsYomaddy', 'name': 'Madison', 'id': '917570777813106688'}, {'screen_name': 'dmatkins137', 'name': 'David Atkins', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1795,998460106579701760,998409778316496896,1526886414000.0,2018-05-21 07:06:54,+0000,,@Dani21 @dmatkins137 @ShayneRarma @NASA ♥️🦄,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,07,https://twitter.com/elonmusk/status/998460106579701760,[],[],0,,False,535,23,32,,None,,,,,,,"[{'screen_name': 'Dani21', 'name': 'Daniel', 'id': '15553693'}, {'screen_name': 'dmatkins137', 'name': 'David Atkins', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1796,998459709446176768,998409778316496896,1526886319000.0,2018-05-21 07:05:19,+0000,,"@dmatkins137 @ShayneRarma @NASA Also, UAW did nada for job security in last recession. Dropped Fremont like a hot potato to protect their core base in Detroit. UAW *chose* to exit this plant before Tesla even arrived. We had nothing to do with UAW leaving, but everything to do with why people here have jobs.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,07,https://twitter.com/elonmusk/status/998459709446176768,[],[],0,,False,1564,54,100,,None,,,,,,,"[{'screen_name': 'dmatkins137', 'name': 'David Atkins', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1797,998454539941367808,998409778316496896,1526885087000.0,2018-05-21 06:44:47,+0000,,@dmatkins137 @ShayneRarma @NASA Nothing stopping Tesla team at our car plant from voting union. Could do so tmrw if they wanted. But why pay union dues & give up stock options for nothing? Our safety record is 2X better than when plant was UAW & everybody already gets healthcare.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/998454539941367808,[],[],0,,False,2025,359,187,,None,,,,,,,"[{'screen_name': 'dmatkins137', 'name': 'David Atkins', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1798,998449970528247808,998409778316496896,1526883997000.0,2018-05-21 06:26:37,+0000,,"@dmatkins137 @ShayneRarma @NASA Tesla factory literally has miles of painted yellow lines & tape. Report about forklifts not beeping is also bs. These are both demonstrably false, but were reported as “facts” by Reveal.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/998449970528247808,[],[],0,,False,1738,64,69,,None,,,,,,,"[{'screen_name': 'dmatkins137', 'name': 'David Atkins', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1799,998410421244542978,998082149356994560,1526874568000.0,2018-05-21 03:49:28,+0000,,@maxrogo We’re working on allowing you to use your phone in car when you hear a rattle/squeak & pinpoint origin by acoustic signature & triangulation,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/998410421244542978,[],[],0,,False,1043,73,70,,None,,,,,,,"[{'screen_name': 'maxrogo', 'name': 'Mark Rogowsky', 'id': '30628216'}]",,,, +1800,998409778316496896,998409778316496896,1526874415000.0,2018-05-21 03:46:55,+0000,,SpaceX Crew Dragon ship in anechoic chamber for EMI testing before being sent to @NASA Plum Brook vacuum chamber https://t.co/BckUBkroLw,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/998409778316496896,[],['https://pbs.twimg.com/media/DdsQZGlV0AAgvcd.jpg'],1,https://pbs.twimg.com/media/DdsQZGlV0AAgvcd.jpg,False,25823,551,3097,,None,,,,,,,[],,,, +1801,998405757434580997,998405202385539073,1526873456000.0,2018-05-21 03:30:56,+0000,,@georgechang @Tesla For sure before snowfall this year,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/998405757434580997,[],[],0,,False,422,12,17,,None,,,,,,,"[{'screen_name': 'georgechang', 'name': 'George Chang', 'id': '7887822'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1802,998402168049848320,998088849636016128,1526872600000.0,2018-05-21 03:16:40,+0000,,@trace_remick @clprenz @ivanovi_ivaylo It can tow far more than rated capacity,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/998402168049848320,[],[],0,,False,544,19,28,,None,,,,,,,"[{'screen_name': 'trace_remick', 'name': 'Trace', 'id': '964223496669794306'}, {'screen_name': 'clprenz', 'name': 'Christian Prenzler', 'id': '227847958'}, {'screen_name': 'ivanovi_ivaylo', 'name': 'Ivaylo Ivanov', 'id': '883152668771983360'}]",,,, +1803,998401234070581248,998088849636016128,1526872378000.0,2018-05-21 03:12:58,+0000,,@clprenz @ivanovi_ivaylo Exactly! Will probably unveil next gen Supercharger late summer. Major improvements all round.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/998401234070581248,[],[],0,,False,748,36,64,,None,,,,,,,"[{'screen_name': 'clprenz', 'name': 'Christian Prenzler', 'id': '227847958'}, {'screen_name': 'ivanovi_ivaylo', 'name': 'Ivaylo Ivanov', 'id': '883152668771983360'}]",,,, +1804,998400110156550144,998088849636016128,1526872110000.0,2018-05-21 03:08:30,+0000,,"@ivanovi_ivaylo With production, 1st you need achieve target rate & then smooth out flow to achieve target cost. Shipping min cost Model 3 right away wd cause Tesla to lose money & die. Need 3 to 6 months after 5k/wk to ship $35k Tesla & live.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/998400110156550144,[],[],0,,False,964,97,107,,None,,,,,,,"[{'screen_name': 'ivanovi_ivaylo', 'name': 'Ivaylo Ivanov', 'id': '883152668771983360'}]",,,, +1805,998372753362173952,998088849636016128,1526865587000.0,2018-05-21 01:19:47,+0000,,@willardslammo @marshall5912 @buckycovington @MacTechGenius That means nothing. Literally your Mom could file for NLRB.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,01,https://twitter.com/elonmusk/status/998372753362173952,[],[],0,,False,483,16,31,,None,,,,,,,"[{'screen_name': 'willardslammo', 'name': 'Willard Slammo', 'id': '154227684'}, {'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +1806,998372206588538880,998088849636016128,1526865457000.0,2018-05-21 01:17:37,+0000,,@MacTechGenius @marshall5912 @buckycovington Exactly 🚀💫🎉! That will be really fun & shed light on what’s happening. Hoping to start that later this year after we become profitable. Difficult to justify before then.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,01,https://twitter.com/elonmusk/status/998372206588538880,[],[],0,,False,464,25,22,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}]",,,, +1807,998370453474312192,998088849636016128,1526865039000.0,2018-05-21 01:10:39,+0000,,"@marshall5912 @buckycovington @MacTechGenius Yeah, “Reveal” was carefully constructed propaganda with a name that wd make Orwell proud. Workplace injury rate of our factory when it was UAW w Toyota/GM was twice as high as today’s non-union.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,01,https://twitter.com/elonmusk/status/998370453474312192,[],[],0,,False,439,56,32,,None,,,,,,,"[{'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +1808,998369524599504896,998088849636016128,1526864818000.0,2018-05-21 01:06:58,+0000,,"@marshall5912 @buckycovington @MacTechGenius About 2% of Tesla, incl salaried & hourly, union & non-union were let go in annual review. Only known union person fired was a guy who repeatedly threatened non-union supporters verbally & on social media & lied about it.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,01,https://twitter.com/elonmusk/status/998369524599504896,[],[],0,,False,577,16,27,,None,,,,,,,"[{'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +1809,998124236542656517,998088849636016128,1526806336000.0,2018-05-20 08:52:16,+0000,,@AKSINGH_S Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,08,https://twitter.com/elonmusk/status/998124236542656517,[],[],0,,False,486,23,13,,None,,,,,,,[],,,, +1810,998124143685001217,998088849636016128,1526806314000.0,2018-05-20 08:51:54,+0000,,@KingLutron @marshall5912 @buckycovington @MacTechGenius Exactly,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,08,https://twitter.com/elonmusk/status/998124143685001217,[],[],0,,False,384,13,12,,None,,,,,,,"[{'screen_name': 'KingLutron', 'name': 'Twetch /u/68 ✪', 'id': '929072042875293696'}, {'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +1811,998124140090376192,998088849636016128,1526806313000.0,2018-05-20 08:51:53,+0000,,@marshall5912 @buckycovington @MacTechGenius They can form a union whenever they want & there’s nothing I can do to stop them. California is a very pro-union state. They just don’t want to.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,08,https://twitter.com/elonmusk/status/998124140090376192,[],[],0,,False,898,42,47,,None,,,,,,,"[{'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +1812,998091600541630464,998088849636016128,1526798555000.0,2018-05-20 06:42:35,+0000,,@paulmacguyscott Upgrade to the latest S. Nothing will give you greater joy. It’s like being able to have dopamine jacked straight into your brain at will.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/998091600541630464,[],[],0,,False,1040,59,47,,None,,,,,,,"[{'screen_name': 'paulmacguyscott', 'name': 'paulmacguyscott', 'id': '15216157'}]",,,, +1813,998091052580986880,998088849636016128,1526798425000.0,2018-05-20 06:40:25,+0000,,"@Josh_Soto They are correct. It’s awesome. Second best driving feel of any car in the world imo, apart from Model S. Traction control precision is super tight.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/998091052580986880,[],[],0,,False,993,26,39,,None,,,,,,,"[{'screen_name': 'Josh_Soto', 'name': 'Josh', 'id': '30589566'}]",,,, +1814,998090360306810880,998088849636016128,1526798260000.0,2018-05-20 06:37:40,+0000,,"@JimmyRussellExe It does so constantly, but so smoothly that you can’t tell",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/998090360306810880,[],[],0,,False,729,13,20,,None,,,,,,,[],,,, +1815,998090184288694272,998088849636016128,1526798218000.0,2018-05-20 06:36:58,+0000,,@AntVenom @zacharyj98 Depends on when you placed your initial reservation. We start delivering the dual motor Model 3 in July.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/998090184288694272,[],[],0,,False,498,22,19,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +1816,998089917065453568,998088849636016128,1526798154000.0,2018-05-20 06:35:54,+0000,,"@Josh_Soto Three or four months, depending on demand level. We have enough for about 1000/week right now.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/998089917065453568,[],[],0,,False,903,26,30,,None,,,,,,,"[{'screen_name': 'Josh_Soto', 'name': 'Josh', 'id': '30589566'}]",,,, +1817,998089603964747776,998088849636016128,1526798079000.0,2018-05-20 06:34:39,+0000,,@zacharyj98 Good idea ...,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/998089603964747776,[],[],0,,False,650,16,29,,None,,,,,,,[],,,, +1818,998089449400516608,998088849636016128,1526798042000.0,2018-05-20 06:34:02,+0000,,@MacTechGenius That is true. Electric motors are far more reliable than combustion engines. You need an electric motor just to start a gas engine!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/998089449400516608,[],[],0,,False,1494,21,93,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +1819,998088849636016128,998088849636016128,1526797900000.0,2018-05-20 06:31:40,+0000,,Tesla dual motor means there is a motor in front & a motor in rear. One is optimized for power & one for range. Car drives fine even if a motor breaks down. Helps ensure you make it to your destination & don’t get stuck on side of road in potentially unsafe conditions.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/998088849636016128,[],[],0,,False,41589,1051,3750,,None,,,,,,,[],,,, +1820,998087743530913792,998087743530913792,1526797636000.0,2018-05-20 06:27:16,+0000,,Cost of normal dual motor AWD option is $5k. Range is also 310 miles. Takes 0-60mph to 4.5 sec & top speed to 140 mph.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/998087743530913792,[],[],0,,False,13177,412,948,,None,,,,,,,[],,,, +1821,998086435692425216,998084314200862720,1526797324000.0,2018-05-20 06:22:04,+0000,,@PPathole Black & white interior available only for Model 3 Performance initially due to limited parts availability. Will broaden over time.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/998086435692425216,[],[],0,,False,784,33,50,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1822,998085901069598720,998085901069598720,1526797197000.0,2018-05-20 06:19:57,+0000,,"Tesla AWD is dual motor, so you can fully drive the car even if one breaks",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/998085901069598720,[],[],0,,False,13865,337,986,,None,,,,,,,[],,,, +1823,998085655958769665,998084314200862720,1526797138000.0,2018-05-20 06:18:58,+0000,,"Cost of all options, wheels, paint, etc is included (apart from Autopilot). Cost is $78k. About same as BMW M3, but 15% quicker & with better handling. Will beat anything in its class on the track.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/998085655958769665,[],[],0,,False,23293,1002,2219,,None,,,,,,,[],,,, +1824,998084314200862720,998084314200862720,1526796818000.0,2018-05-20 06:13:38,+0000,,"Tesla dual motor, all-wheel drive performance Model 3: 3.5 sec 0-60mph 155 mph Top Speed 310 mile Range",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/998084314200862720,[],[],0,,False,37268,1016,4281,,None,,,,,,,[],,,, +1825,998083368066543616,998082149356994560,1526796593000.0,2018-05-20 06:09:53,+0000,,"@plot_qasc It’s only slightly more expensive to Tesla (same price to car owners), but owner happiness is way higher, so worth doing",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/998083368066543616,[],[],0,,False,1552,32,71,,None,,,,,,,"[{'screen_name': 'plot_qasc', 'name': 'qwertyuiopl', 'id': '2304005102'}]",,,, +1826,998082620427714560,998082149356994560,1526796414000.0,2018-05-20 06:06:54,+0000,,@clemyeung Exactly,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/998082620427714560,[],[],0,,False,1668,18,24,,None,,,,,,,"[{'screen_name': 'clemyeung', 'name': 'Clem Yeung', 'id': '395698381'}]",,,, +1827,998082149356994560,998082149356994560,1526796302000.0,2018-05-20 06:05:02,+0000,,Will soon enable Tesla owners to request service from their phone with a few taps. Tesla Ranger will come to you to take care of your car. No need to bring the car in yourself & zero paperwork.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/998082149356994560,[],[],0,,False,53815,1142,4350,,None,,,,,,,[],,,, +1828,998080381483077632,997943053317849088,1526795881000.0,2018-05-20 05:58:01,+0000,,@Everman @scottwww @KymmPuckeridge @ElementC9 @griff_golf I’m about to test the configurator & then it goes out to early reservation holders tonight,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,05,https://twitter.com/elonmusk/status/998080381483077632,[],[],0,,False,481,40,24,,None,,,,,,,"[{'screen_name': 'Everman', 'name': '🚀 SNXV WIN 4 Everman', 'id': '7573192'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'KymmPuckeridge', 'name': 'Kymm Puckeridge', 'id': '846640358956027904'}, {'screen_name': 'ElementC9', 'name': 'Chris', 'id': '4567268003'}, {'screen_name': 'griff_golf', 'name': 'Double Bogey ⛳', 'id': '519280691'}]",,,, +1829,998079732389363714,997943053317849088,1526795726000.0,2018-05-20 05:55:26,+0000,,"@AddankiSarat You can tweet to Tesla, me and/or get something upvoted in message boards",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,05,https://twitter.com/elonmusk/status/998079732389363714,[],[],0,,False,480,33,24,,None,,,,,,,"[{'screen_name': 'AddankiSarat', 'name': 'Dr. Sarat K Addanki (AyD)', 'id': '3774497772'}]",,,, +1830,998078587805745152,997943053317849088,1526795453000.0,2018-05-20 05:50:53,+0000,,@scottwww @KymmPuckeridge @ElementC9 @griff_golf That is the way to go. Thanks for buying our cars!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,05,https://twitter.com/elonmusk/status/998078587805745152,[],[],0,,False,435,12,16,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'KymmPuckeridge', 'name': 'Kymm Puckeridge', 'id': '846640358956027904'}, {'screen_name': 'ElementC9', 'name': 'Chris', 'id': '4567268003'}, {'screen_name': 'griff_golf', 'name': 'Double Bogey ⛳', 'id': '519280691'}]",,,, +1831,998024272537829376,997943053317849088,1526782503000.0,2018-05-20 02:15:03,+0000,,"@DMC_Ryan Also, carbon fiber spoiler, 20” Performance wheels, black & white interior.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/998024272537829376,[],[],0,,False,1017,58,63,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1832,998015873167208448,997943053317849088,1526780501000.0,2018-05-20 01:41:41,+0000,,"@DMC_Ryan AC induction front & switched reluctance, partial permanent magnet rear. Silicon Carbide inverters in both. Performance drive units are lot sorted for highest sigma output & get double the burn-in.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/998015873167208448,[],[],0,,False,1470,64,121,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1833,997943053317849088,997943053317849088,1526763139000.0,2018-05-19 20:52:19,+0000,,Working on Model 3 dual motor all-wheel drive & performance versions. Driving feel is amazing. Aiming to release config late tonight.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/997943053317849088,[],[],0,,False,39572,1221,3360,,None,,,,,,,[],,,, +1834,997379817472327680,997372686182449152,1526628853000.0,2018-05-18 07:34:13,+0000,,@GothKazu Check out https://t.co/bwRt49d34V. Build-your-own life size Egyptian pantheon merch coming soon.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/997379817472327680,['http://boringcompany.com'],[],0,,False,615,32,49,,None,,,,,,,"[{'screen_name': 'GothKazu', 'name': 'GothKazu', 'id': '64596967'}]",,,, +1835,997379008974151681,997372686182449152,1526628660000.0,2018-05-18 07:31:00,+0000,,But The Boring Company is right behind you at 1/15th your speed & soon will be 1/10th! Start sweating …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/997379008974151681,[],[],0,,False,16293,452,575,,None,,,,,,,[],,,, +1836,997376304927227904,997372686182449152,1526628016000.0,2018-05-18 07:20:16,+0000,,He taunts us with his speed,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/997376304927227904,[],[],0,,False,19303,286,1576,,None,,,,,,,[],,,, +1837,997374648655396864,997372686182449152,1526627621000.0,2018-05-18 07:13:41,+0000,,@PPathole Just … an ordinary snail,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/997374648655396864,[],[],0,,False,696,35,22,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1838,997374361651703808,997372686182449152,1526627552000.0,2018-05-18 07:12:32,+0000,,His name is Gary & he’s a snail,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/997374361651703808,[],[],0,,False,20616,519,2389,,None,,,,,,,[],,,, +1839,997372686182449152,997372686182449152,1526627153000.0,2018-05-18 07:05:53,+0000,,🐌,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/997372686182449152,[],[],0,,False,42353,1462,5987,,None,,,,,,,[],,,, +1840,997337626469281792,997337626469281792,1526618794000.0,2018-05-18 04:46:34,+0000,,Skip forward to see the most boring presentation ever https://t.co/dD730jbggQ,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,04,https://twitter.com/elonmusk/status/997337626469281792,['https://twitter.com/boringcompany/status/997309073115594752'],[],0,,False,11132,334,966,https://twitter.com/boringcompany/status/997309073115594752,None,,,,,,,[],,,, +1841,997279007933546497,997279007933546497,1526604818000.0,2018-05-18 00:53:38,+0000,,Excited for @boringcompany partnership with LA Metro https://t.co/hpqXC3yjQ6,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/997279007933546497,['https://twitter.com/metrolosangeles/status/991116223424286721'],[],0,,False,13927,275,1257,https://twitter.com/metrolosangeles/status/991116223424286721,None,,,,,,,[],,,, +1842,997181669353209856,997181669353209856,1526581611000.0,2018-05-17 18:26:51,+0000,,lol https://t.co/jTV7jhLWYP,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/997181669353209856,['https://www.instagram.com/p/Bi43eF1DsLt/?utm_source=ig_twitter_share&igshid=10y0vgjxgnq69'],[],0,,False,10529,714,908,,None,,,,,,,[],,,, +1843,997005264116105217,997005264116105217,1526539553000.0,2018-05-17 06:45:53,+0000,,Listening to REALiTi,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/997005264116105217,[],[],0,,False,28460,966,3945,,None,,,,,,,[],,,, +1844,996947581530849281,996865045131915266,1526525800000.0,2018-05-17 02:56:40,+0000,,"@kevinmitnick Yeah, there are thousands of Supercharger locations going through permitting/construction, including that area. Will publish an updated map in the next few days.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,02,https://twitter.com/elonmusk/status/996947581530849281,[],[],0,,False,6389,122,175,,None,,,,,,,"[{'screen_name': 'kevinmitnick', 'name': 'Kevin Mitnick', 'id': '14666934'}]",,,, +1845,996703690370105350,996692386385293312,1526467652000.0,2018-05-16 10:47:32,+0000,,@Manuel_Castillo Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,10,https://twitter.com/elonmusk/status/996703690370105350,[],[],0,,False,1058,38,23,,None,,,,,,,"[{'screen_name': 'Manuel_Castillo', 'name': 'Mnl', 'id': '23279185'}]",,,, +1846,996692386385293312,996692386385293312,1526464957000.0,2018-05-16 10:02:37,+0000,,Will be presenting & taking questions about The Boring Company plans for Los Angeles at 7pm on Thursday,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,10,https://twitter.com/elonmusk/status/996692386385293312,[],[],0,,False,19430,836,1211,,None,,,,,,,[],,,, +1847,996691566851801088,996691566851801088,1526464761000.0,2018-05-16 09:59:21,+0000,,Boring Company Hyperloop will take you from city center under ground & ocean to spaceport in 10 to 15 mins https://t.co/VhpfhgdXSd,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,09,https://twitter.com/elonmusk/status/996691566851801088,['https://twitter.com/tedtalks/status/988501449586987008'],[],0,,False,21317,460,2134,https://twitter.com/tedtalks/status/988501449586987008,None,,,,,,,[],,,, +1848,996134672638754816,996134415377092615,1526331987000.0,2018-05-14 21:06:27,+0000,,"@andrewbg Time will tell, but so far it appears so",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/996134672638754816,[],[],0,,False,2792,68,65,,None,,,,,,,"[{'screen_name': 'andrewbg', 'name': 'Andrew Green', 'id': '8069672'}]",,,, +1849,996133894893129728,996131586469842945,1526331802000.0,2018-05-14 21:03:22,+0000,,"@Kasabiii It certainly needs to be better & we work to improve it every day, but perfect is enemy of good. A system that, on balance, saves lives & reduces injuries should be released.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/996133894893129728,[],[],0,,False,4107,101,384,,None,,,,,,,"[{'screen_name': 'Kasabiii', 'name': 'Kasabi 🇯🇴', 'id': '443873886'}]",,,, +1850,996132429772410882,996131586469842945,1526331453000.0,2018-05-14 20:57:33,+0000,,What’s actually amazing about this accident is that a Model S hit a fire truck at 60mph and the driver only broke an ankle. An impact at that speed usually results in severe injury or death.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,20,https://twitter.com/elonmusk/status/996132429772410882,[],[],0,,False,76511,1431,9435,,None,,,,,,,[],,,, +1851,996131586469842945,996131586469842945,1526331252000.0,2018-05-14 20:54:12,+0000,,"It’s super messed up that a Tesla crash resulting in a broken ankle is front page news and the ~40,000 people who died in US auto accidents alone in past year get almost no coverage https://t.co/6gD8MzD6VU",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,20,https://twitter.com/elonmusk/status/996131586469842945,['https://www.washingtonpost.com/business/tesla-with-autopilot-slams-into-truck-stopped-at-red-light/2018/05/12/18d2e740-563e-11e8-a6d4-ca1d035642ce_story.html?noredirect=on&utm_term=.7466cb626644'],[],0,,False,102255,3858,21056,,None,,,,,,,[],,,, +1852,996121794246426625,996089302525325312,1526328917000.0,2018-05-14 20:15:17,+0000,,@sokane1 @TalkTesla @Techmeme @timkhiggins Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,20,https://twitter.com/elonmusk/status/996121794246426625,[],[],0,,False,668,17,18,,None,,,,,,,"[{'screen_name': 'sokane1', 'name': ""Sean O'Kane"", 'id': '13209362'}, {'screen_name': 'TalkTesla', 'name': 'TalkTesla', 'id': '983040545823055873'}, {'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'timkhiggins', 'name': 'Tim Higgins', 'id': '145265146'}]",,,, +1853,996112995636858880,996089302525325312,1526326819000.0,2018-05-14 19:40:19,+0000,,"@TalkTesla @Techmeme @timkhiggins According to NHTSA, there was an automotive fatality every 86M miles in 2017 (~40,000 deaths). Tesla was every 320M miles. It’s not possible to be zero, but probability of fatality is much lower in a Tesla. We will be reporting updated safety numbers after each quarter.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/996112995636858880,[],[],0,,False,4230,109,674,,None,,,,,,,"[{'screen_name': 'TalkTesla', 'name': 'TalkTesla', 'id': '983040545823055873'}, {'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'timkhiggins', 'name': 'Tim Higgins', 'id': '145265146'}]",,,, +1854,996102919811350528,996089302525325312,1526324417000.0,2018-05-14 19:00:17,+0000,,"@Techmeme @timkhiggins This is false. Eyetracking rejected for being ineffective, not for cost. WSJ fails to mention that Tesla is safest car on road, which would make article ridiculous. Approx 4X better than avg.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/996102919811350528,[],[],0,,False,20202,318,1998,,None,,,,,,,"[{'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'timkhiggins', 'name': 'Tim Higgins', 'id': '145265146'}]",,,, +1855,995823298888990720,995623626832424961,1526257750000.0,2018-05-14 00:29:10,+0000,,@mayemusk Happy Mother’s Day Mom! Love you so much.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/995823298888990720,[],[],0,,False,5397,69,103,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1856,995822814291673090,995716300939907072,1526257635000.0,2018-05-14 00:27:15,+0000,,"@arstechnica Fair criticism, but we’re fixing it fast. Hackathon going on right now to fix 2 worst robot production chokepoints. Looks promising.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/995822814291673090,[],[],0,,False,8343,220,329,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}]",,,, +1857,995820124656484352,995820124656484352,1526256993000.0,2018-05-14 00:16:33,+0000,,Lovely story https://t.co/fIsvSIx3Uu,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/995820124656484352,['https://twitter.com/teslarati/status/995563083203571712'],[],0,,False,51932,420,3365,https://twitter.com/teslarati/status/995563083203571712,None,,,,,,,[],,,, +1858,995479302660505600,995447513707614208,1526175735000.0,2018-05-13 01:42:15,+0000,,"@devrim_ogun @RitaJKing If someone is trying to control us through complicated sky patterns, they must really care. I would gladly obey their instructions, but I can’t figure them out.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/995479302660505600,[],[],0,,False,767,57,56,,None,,,,,,,"[{'screen_name': 'devrim_ogun', 'name': 'Devrim Öğün', 'id': '4066776981'}, {'screen_name': 'RitaJKing', 'name': 'Rita J. King', 'id': '7434272'}]",,,, +1859,995462943079723008,995038624436572160,1526171835000.0,2018-05-13 00:37:15,+0000,,"@Everman SpaceX will prob build 30 to 40 rocket cores for ~300 missions over 5 years. Then BFR takes over & Falcon retires. Goal of BFR is to enable anyone to move to moon, Mars & eventually outer planets.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,00,https://twitter.com/elonmusk/status/995462943079723008,[],[],0,,False,1640,101,245,,None,,,,,,,"[{'screen_name': 'Everman', 'name': '🚀 SNXV WIN 4 Everman', 'id': '7573192'}]",,,, +1860,995461033958424576,995461033958424576,1526171379000.0,2018-05-13 00:29:39,+0000,,Good piece by Ars https://t.co/7C3X0TjUX9,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,00,https://twitter.com/elonmusk/status/995461033958424576,['https://twitter.com/arstechnica/status/995457711398678529'],[],0,,False,9545,244,883,https://twitter.com/arstechnica/status/995457711398678529,None,,,,,,,[],,,, +1861,995449059535015936,995447513707614208,1526168524000.0,2018-05-12 23:42:04,+0000,,@RitaJKing Rate at which things are getting more bizarre appears to be increasing,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/995449059535015936,[],[],0,,False,5272,164,334,,None,,,,,,,"[{'screen_name': 'RitaJKing', 'name': 'Rita J. King', 'id': '7434272'}]",,,, +1862,995447960895864832,995038624436572160,1526168263000.0,2018-05-12 23:37:43,+0000,,"@DylanNeumann2 @Everman Exactly. Gasoline cars will be like steam engines — quaint, but not something you’d actually use to get around. Btw, I like steam engines & trains in general.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/995447960895864832,[],[],0,,False,924,41,69,,None,,,,,,,"[{'screen_name': 'DylanNeumann2', 'name': 'Dyl', 'id': '3222219688'}, {'screen_name': 'Everman', 'name': '🚀 SNXV WIN 4 Everman', 'id': '7573192'}]",,,, +1863,995446819369844739,995038624436572160,1526167990000.0,2018-05-12 23:33:10,+0000,,"@Everman Yeah, I heard this so many times. In the future, it will seem bizarre that we used to crash rockets into the ocean instead of reusing them.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/995446819369844739,[],[],0,,False,11985,171,937,,None,,,,,,,"[{'screen_name': 'Everman', 'name': '🚀 SNXV WIN 4 Everman', 'id': '7573192'}]",,,, +1864,995125446634188800,995116720028184577,1526091369000.0,2018-05-12 02:16:09,+0000,,@boringcompany Yo,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/995125446634188800,[],[],0,,False,27365,554,1367,,None,,,,,,,"[{'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +1865,995067149302484992,995066965440917505,1526077470000.0,2018-05-11 22:24:30,+0000,,@PodcastTeslas Will make that a setting,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/995067149302484992,[],[],0,,False,536,14,18,,None,,,,,,,"[{'screen_name': 'PodcastTeslas', 'name': 'Talking Teslas Podcast', 'id': '963571074523738113'}]",,,, +1866,995066192938192897,995022517755506688,1526077242000.0,2018-05-11 22:20:42,+0000,,"@existentialcoms Fossil fuels subsidized at $10 million a minute, 24 hours a day, 7 days a week https://t.co/zAZOohjb4E",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/995066192938192897,['https://www.theguardian.com/environment/2015/may/18/fossil-fuel-companies-getting-10m-a-minute-in-subsidies-says-imf'],[],0,,False,868,51,196,,None,,,,,,,"[{'screen_name': 'existentialcoms', 'name': 'Existential Comics', 'id': '2163374389'}]",,,, +1867,995065228403458048,995022517755506688,1526077012000.0,2018-05-11 22:16:52,+0000,,@existentialcoms No use arguing with chimp. You’re blocked.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/995065228403458048,[],[],0,,False,1554,313,147,,None,,,,,,,"[{'screen_name': 'existentialcoms', 'name': 'Existential Comics', 'id': '2163374389'}]",,,, +1868,995061978140819456,995022517755506688,1526076237000.0,2018-05-11 22:03:57,+0000,,"@existentialcoms That article was pushed as propaganda to counter IMF study showing fossil fuel subsidies to be $5 trillion/year. Even if $4.9B was true, combined market cap of Tesla & SpaceX is $80B. Where did the other $75B come from? Ass 🎩 …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/995061978140819456,[],[],0,,False,1650,53,113,,None,,,,,,,"[{'screen_name': 'existentialcoms', 'name': 'Existential Comics', 'id': '2163374389'}]",,,, +1869,995033832796577792,995022517755506688,1526069527000.0,2018-05-11 20:12:07,+0000,,@archangel_cap @existentialcoms I have publicly asked people (like you) not to invest. Go fund Ford or whatever …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,20,https://twitter.com/elonmusk/status/995033832796577792,[],[],0,,False,1953,97,149,,None,,,,,,,"[{'screen_name': 'archangel_cap', 'name': 'michael🐂', 'id': '967134612953714689'}, {'screen_name': 'existentialcoms', 'name': 'Existential Comics', 'id': '2163374389'}]",,,, +1870,995033279731384320,995033279731384320,1526069395000.0,2018-05-11 20:09:55,+0000,,Launching in ~4 mins https://t.co/4vMvdEQAx7,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,20,https://twitter.com/elonmusk/status/995033279731384320,['https://twitter.com/spacex/status/995031117924257792'],[],0,,False,13796,466,1145,https://twitter.com/spacex/status/995031117924257792,None,,,,,,,[],,,, +1871,995029619655954432,994759514082684928,1526068522000.0,2018-05-11 19:55:22,+0000,,"@DMC_Ryan @AnthonyFultz AWD & white interior in July. Air suspension prob later. Note, that’s when we *start* making them. Can’t instantly fill all orders. Will take 6+ months to do so.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/995029619655954432,[],[],0,,False,756,59,68,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'AnthonyFultz', 'name': 'Anthony Fultz', 'id': '583095497'}]",,,, +1872,995028864672788480,995022517755506688,1526068342000.0,2018-05-11 19:52:22,+0000,,"@existentialcoms Our giant auto co competitors have much greater access to incentives than Tesla, which means Tesla has prospered in spite of govt subsidies, not because of them. Tesla mkt cap has *risen* over time as EV incentives declined. How strange …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/995028864672788480,[],[],0,,False,11503,273,757,,None,,,,,,,"[{'screen_name': 'existentialcoms', 'name': 'Existential Comics', 'id': '2163374389'}]",,,, +1873,995021099518709760,994759514082684928,1526066491000.0,2018-05-11 19:21:31,+0000,,"@AnthonyFultz @DMC_Ryan I love it too, but trying to keep config simple so as not to blow up the production ramp",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/995021099518709760,[],[],0,,False,508,18,19,,None,,,,,,,"[{'screen_name': 'AnthonyFultz', 'name': 'Anthony Fultz', 'id': '583095497'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1874,994980692160217088,994759514082684928,1526056857000.0,2018-05-11 16:40:57,+0000,,@DMC_Ryan Tesla will enable orders end of next week for dual motor AWD & performance. Starting production of those in July. Air suspension prob next year.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/994980692160217088,[],[],0,,False,1602,194,245,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1875,994762365882089472,994761735276920832,1526004804000.0,2018-05-11 02:13:24,+0000,,@nextspaceflight A cool thing about the design is that’s easy to incorporate branch loops to serve small to mid size cities without slowing down the main loop at all,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,02,https://twitter.com/elonmusk/status/994762365882089472,[],[],0,,False,2633,93,133,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +1876,994760815361245184,994759677878484992,1526004434000.0,2018-05-11 02:07:14,+0000,,@MissTrade Already started DC to NY route. Hopefully start LA to SF next year. That will be true @Hyperloop w pressurized pods in near vacuum tunnels & faster than jetliner.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,02,https://twitter.com/elonmusk/status/994760815361245184,[],[],0,,False,5086,198,461,,None,,,,,,,"[{'screen_name': 'MissTrade', 'name': 'Matt Davio', 'id': '1467621'}]",,,, +1877,994759514082684928,994759514082684928,1526004124000.0,2018-05-11 02:02:04,+0000,,First Boring Company tunnel under LA almost done! Pending final… https://t.co/oWHlwOgCJE,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,02,https://twitter.com/elonmusk/status/994759514082684928,['https://www.instagram.com/p/BinoVT6Acpd/?utm_source=ig_twitter_share'],[],0,,False,27564,824,3413,,None,,,,,,,[],,,, +1878,994739393859502082,994738573139099653,1525999327000.0,2018-05-11 00:42:07,+0000,,"@isayeter Towards end of next year. Btw, planning to launch Tesla in Turkey later this year. Love your country & will be there in person for the launch.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/994739393859502082,[],[],0,,False,2371,116,551,,None,,,,,,,"[{'screen_name': 'isayeter', 'name': 'isa yeter', 'id': '144128951'}]",,,, +1879,994738852253155328,994533174452645888,1525999198000.0,2018-05-11 00:39:58,+0000,,"@tammyharrington @Josh1C This will work on entire S & X fleet, even first production units. Cool thing about software upgrades is that we can keep making your car better long after you bought it.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/994738852253155328,[],[],0,,False,643,22,49,,None,,,,,,,"[{'screen_name': 'tammyharrington', 'name': 'Tammy Harrington', 'id': '23806343'}, {'screen_name': 'Josh1C', 'name': 'Josh Cunningham', 'id': '27496807'}]",,,, +1880,994535342739832832,994533174452645888,1525950677000.0,2018-05-10 11:11:17,+0000,,"@Josh1C All X & S will soon work with no key if your phone pairs w Bluetooth, signal strength is high & you enable feature",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,11,https://twitter.com/elonmusk/status/994535342739832832,[],[],0,,False,947,81,63,,None,,,,,,,"[{'screen_name': 'Josh1C', 'name': 'Josh Cunningham', 'id': '27496807'}]",,,, +1881,994534448442916864,994533174452645888,1525950464000.0,2018-05-10 11:07:44,+0000,,"@Josh1C Yeah, we will add that as a feature",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,11,https://twitter.com/elonmusk/status/994534448442916864,[],[],0,,False,4147,73,80,,None,,,,,,,"[{'screen_name': 'Josh1C', 'name': 'Josh Cunningham', 'id': '27496807'}]",,,, +1882,994534079591665664,992406311525482496,1525950376000.0,2018-05-10 11:06:16,+0000,,@simona_moise @MacTechGenius @teslanomicsco @Wayfair @TeslaClubSweden !! Unnecessary characters. Will change.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,11,https://twitter.com/elonmusk/status/994534079591665664,[],[],0,,False,476,10,13,,None,,,,,,,"[{'screen_name': 'simona_moise', 'name': 'Simona Moise', 'id': '43998040'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}, {'screen_name': 'Wayfair', 'name': 'Wayfair.com', 'id': '16101626'}, {'screen_name': 'TeslaClubSweden', 'name': 'Tesla Club Sweden', 'id': '1635421855'}]",,,, +1883,994521953754058752,992406311525482496,1525947485000.0,2018-05-10 10:18:05,+0000,,@MacTechGenius @teslanomicsco @Wayfair @TeslaClubSweden I wrote that masterpiece myself in HTML 1.0,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/994521953754058752,[],[],0,,False,780,24,30,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}, {'screen_name': 'Wayfair', 'name': 'Wayfair.com', 'id': '16101626'}, {'screen_name': 'TeslaClubSweden', 'name': 'Tesla Club Sweden', 'id': '1635421855'}]",,,, +1884,994468381897048069,992406311525482496,1525934713000.0,2018-05-10 06:45:13,+0000,,"@teslanomicsco @Wayfair @TeslaClubSweden Wow, thanks for the couch! I will match the donation from my foundation.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/994468381897048069,[],[],0,,False,5020,68,177,,None,,,,,,,"[{'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}, {'screen_name': 'Wayfair', 'name': 'Wayfair.com', 'id': '16101626'}, {'screen_name': 'TeslaClubSweden', 'name': 'Tesla Club Sweden', 'id': '1635421855'}]",,,, +1885,994460875208691717,994385777248296960,1525932923000.0,2018-05-10 06:15:23,+0000,,@alyankovic @Grimezsz My a capella cover of Amish Paradise is irresistible https://t.co/mBo6aJV42O,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,06,https://twitter.com/elonmusk/status/994460875208691717,['https://m.youtube.com/watch?v=lOfZLb33uCg'],[],0,,False,3716,88,205,,None,,,,,,,"[{'screen_name': 'alyankovic', 'name': 'Al Yankovic', 'id': '22461427'}, {'screen_name': 'Grimezsz', 'name': '☾laire de ☾une', 'id': '276540738'}]",,,, +1886,994381742646554625,994381742646554625,1525914056000.0,2018-05-10 01:00:56,+0000,,Tesla quarterly all-hands video. Love the shot of wild horses & Giga in winter https://t.co/ZGZbpSFhus,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,01,https://twitter.com/elonmusk/status/994381742646554625,['https://m.youtube.com/watch?feature=youtu.be&v=azUbCdcAeFM'],[],0,,False,12308,569,1929,,None,,,,,,,[],,,, +1887,994359266617188352,993615299994730496,1525908698000.0,2018-05-09 23:31:38,+0000,,@freebasecatnip So rococo,es,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,23,https://twitter.com/elonmusk/status/994359266617188352,[],[],0,,False,5766,66,200,,None,,,,,,,"[{'screen_name': 'freebasecatnip', 'name': '𓀐𓂸[ 𝖘𝖈𝖗𝖊𝖊𝖈𝖍𝖎𝖓𝖌 ]𓀐𓂸', 'id': '1526087790'}]",,,, +1888,994308016517271552,994265259421548544,1525896479000.0,2018-05-09 20:07:59,+0000,,@ablack82 Definitely not a logo of any kind,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,20,https://twitter.com/elonmusk/status/994308016517271552,[],[],0,,False,576,21,15,,None,,,,,,,"[{'screen_name': 'ablack82', 'name': 'ablack82', 'id': '1129138391872888832'}]",,,, +1889,994279996725215232,994265259421548544,1525889798000.0,2018-05-09 18:16:38,+0000,,@MeriamMagic @CatherineUllo Stole it,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/994279996725215232,[],[],0,,False,440,17,11,,None,,,,,,,"[{'screen_name': 'MeriamMagic', 'name': 'MeriamMagic سا(حرة)', 'id': '965038871065997312'}]",,,, +1890,994270544496226304,994265259421548544,1525887545000.0,2018-05-09 17:39:05,+0000,,@NannySoleil @CatherineUllo We sketched concept together & worked w a trusted team to make it,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/994270544496226304,[],[],0,,False,562,31,14,,None,,,,,,,"[{'screen_name': 'NannySoleil', 'name': 'Nanny Soleil', 'id': '3114613858'}]",,,, +1891,994269435077644289,994265259421548544,1525887280000.0,2018-05-09 17:34:40,+0000,,@CatherineUllo Glass corset hand-painted in perspective in color of bone. Every detail tells a story. Spiked choker machined from a single piece of forged metal. Crown of Vantablack.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/994269435077644289,[],[],0,,False,610,33,24,,None,,,,,,,[],,,, +1892,994267584764628992,994265259421548544,1525886839000.0,2018-05-09 17:27:19,+0000,,@DanielleFong @paracurve Hi Danielle!,fr,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/994267584764628992,[],[],0,,False,1009,22,19,,None,,,,,,,"[{'screen_name': 'DanielleFong', 'name': '💁🏻\u200d♀️', 'id': '13232322'}, {'screen_name': 'paracurve', 'name': 'Steve W.', 'id': '16628216'}]",,,, +1893,994266252779470849,994265259421548544,1525886521000.0,2018-05-09 17:22:01,+0000,,"@paracurve Don’t want to blow your mind, but I’m pretty weird. It’s time the world knew.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/994266252779470849,[],[],0,,False,5495,291,516,,None,,,,,,,"[{'screen_name': 'paracurve', 'name': 'Steve W.', 'id': '16628216'}]",,,, +1894,994265259421548544,994265259421548544,1525886285000.0,2018-05-09 17:18:05,+0000,,Night at the museum. G has mad skillzsz. Me not so much. https://t.co/xFhGncvMhH,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/994265259421548544,['https://instagram.com/p/BiiAeCdhz8X/'],[],0,,False,15062,743,1002,,None,,,,,,,[],,,, +1895,994095355351502848,993924012689551360,1525845776000.0,2018-05-09 06:02:56,+0000,,@MaxHandwerker @dan_rar @ProSyndicate @nypost Literally every word is untrue,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,06,https://twitter.com/elonmusk/status/994095355351502848,[],[],0,,False,1964,59,70,,None,,,,,,,"[{'screen_name': 'MaxHandwerker', 'name': 'Max Handwerker', 'id': '1041073707597221888'}, {'screen_name': 'dan_rar', 'name': 'Danrar', 'id': '44114618'}, {'screen_name': 'nypost', 'name': 'New York Post', 'id': '17469289'}]",,,, +1896,994055600232321024,993924012689551360,1525836298000.0,2018-05-09 03:24:58,+0000,,"@nypost That’s a white rose on my jacket & the choker is a bunch of spikes, not Tesla anything",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,03,https://twitter.com/elonmusk/status/994055600232321024,[],[],0,,False,23504,492,1012,,None,,,,,,,"[{'screen_name': 'nypost', 'name': 'New York Post', 'id': '17469289'}]",,,, +1897,994025286260867074,993991308673933312,1525829070000.0,2018-05-09 01:24:30,+0000,,@MarinPilates @WeDragonSlayers This chart shows how crazy low payout is to labels & the artists only a small fraction of these numbers https://t.co/2us0rzTMqk,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,01,https://twitter.com/elonmusk/status/994025286260867074,[],['https://pbs.twimg.com/media/Dct8uceVAAAHiMX.jpg'],1,https://pbs.twimg.com/media/Dct8uceVAAAHiMX.jpg,False,1327,102,341,,None,,,,,,,"[{'screen_name': 'MarinPilates', 'name': 'Janette Jones', 'id': '277841159'}, {'screen_name': 'WeDragonSlayers', 'name': 'WeDragonSlayers', 'id': '957412555651129344'}]",,,, +1898,994024101399293953,993991308673933312,1525828788000.0,2018-05-09 01:19:48,+0000,,"@MarinPilates @WeDragonSlayers Prob iTunes, but whatever works 4u is fine. Most people don’t buy music & artist earnings from streaming are tiny. Mostly about touring. https://t.co/7eITqomrqc",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,01,https://twitter.com/elonmusk/status/994024101399293953,['https://itunes.apple.com/us/album/art-angels/1051022913'],[],0,,False,367,13,24,,None,,,,,,,"[{'screen_name': 'MarinPilates', 'name': 'Janette Jones', 'id': '277841159'}, {'screen_name': 'WeDragonSlayers', 'name': 'WeDragonSlayers', 'id': '957412555651129344'}]",,,, +1899,993995967610290176,993991308673933312,1525822080000.0,2018-05-08 23:28:00,+0000,,@WeDragonSlayers Flesh without Blood & Kill V Maim on Art Angels album https://t.co/MycGWvbYGk,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,23,https://twitter.com/elonmusk/status/993995967610290176,['https://open.spotify.com/album/5hB4jVN4ZHpubyiMmW81K1?si=w_40XQKaQeOx5HfdWR4-0Q'],[],0,,False,4506,91,794,,None,,,,,,,"[{'screen_name': 'WeDragonSlayers', 'name': 'WeDragonSlayers', 'id': '957412555651129344'}]",,,, +1900,993993468111241216,988608394918440961,1525821484000.0,2018-05-08 23:18:04,+0000,,@Grimezsz Love Powerglide too https://t.co/l07YbZLdIG,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,23,https://twitter.com/elonmusk/status/993993468111241216,['https://m.youtube.com/watch?v=95Rzsn-zjr0'],[],0,,False,2592,31,531,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☾laire de ☾une', 'id': '276540738'}]",,,, +1901,993667352888791040,993552010514317313,1525743733000.0,2018-05-08 01:42:13,+0000,,@UJZEEE @ProductHunt @shnbhg Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,01,https://twitter.com/elonmusk/status/993667352888791040,[],[],0,,False,474,54,14,,None,,,,,,,"[{'screen_name': 'ProductHunt', 'name': 'Product Hunt 😸', 'id': '2208027565'}]",,,, +1902,993593145064673281,993572598381514753,1525726040000.0,2018-05-07 20:47:20,+0000,, https://t.co/WavNr0ZtDn https://t.co/Z5w69RXtxu,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,20,https://twitter.com/elonmusk/status/993593145064673281,['https://xkcd.com/1450/'],['https://pbs.twimg.com/media/DcnzsG5VQAARy5t.jpg'],1,https://pbs.twimg.com/media/DcnzsG5VQAARy5t.jpg,False,14318,463,1572,,None,,,,,,,[],,,, +1903,993575688778256385,993572598381514753,1525721878000.0,2018-05-07 19:37:58,+0000,, https://t.co/OgAHAWkNkU,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/993575688778256385,['https://en.m.wikipedia.org/wiki/Rococo'],[],0,,False,3885,314,185,,None,,,,,,,[],,,, +1904,993572598381514753,993572598381514753,1525721141000.0,2018-05-07 19:25:41,+0000,,Rococo basilisk,tl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/993572598381514753,[],[],0,,False,14011,1074,1192,,None,,,,,,,[],,,, +1905,993546386518966275,993086174141890561,1525714892000.0,2018-05-07 17:41:32,+0000,,@drmistercody The Boring Company will be using dirt from tunnel digging to create bricks for low cost housing,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,17,https://twitter.com/elonmusk/status/993546386518966275,[],[],0,,False,25457,479,2261,,None,,,,,,,"[{'screen_name': 'drmistercody', 'name': 'Cody Johnston', 'id': '36618079'}]",,,, +1906,992970026108907520,992951528255250432,1525577477000.0,2018-05-06 03:31:17,+0000,,"@silverblue16 (Sigh) I do like Ty, but she’s a friend. We are not dating.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/992970026108907520,[],[],0,,False,604,81,30,,None,,,,,,,"[{'screen_name': 'silverblue16', 'name': 'Rusty Buckets', 'id': '117851928'}]",,,, +1907,992964829282418688,992951528255250432,1525576238000.0,2018-05-06 03:10:38,+0000,,Saying you like “moats” is just a nice way of saying you like oligopolies,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/992964829282418688,[],[],0,,False,12808,600,940,,None,,,,,,,[],,,, +1908,992951528255250432,992951528255250432,1525573067000.0,2018-05-06 02:17:47,+0000,,Warren Buffett is huge in candy. It’s actually true. https://t.co/UqzIxPGCM2,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/992951528255250432,['http://fortune.com/2018/05/05/warren-buffett-elon-musk-trolling-sees-candies-moats/'],[],0,,False,14166,560,1092,,None,,,,,,,[],,,, +1909,992941109222391808,992941109222391808,1525570583000.0,2018-05-06 01:36:23,+0000,,I’m killin me lol,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/992941109222391808,[],[],0,,False,94828,2006,19279,,None,,,,,,,[],,,, +1910,992940263906553857,992924525288308736,1525570381000.0,2018-05-06 01:33:01,+0000,,@SarahKSilverman lol,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/992940263906553857,[],[],0,,False,1217,30,58,,None,,,,,,,"[{'screen_name': 'SarahKSilverman', 'name': 'Sarah Silverman', 'id': '30364057'}]",,,, +1911,992937572698472454,992924525288308736,1525569739000.0,2018-05-06 01:22:19,+0000,,@SarahKSilverman Hi Sarah,in,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/992937572698472454,[],[],0,,False,1639,45,38,,None,,,,,,,"[{'screen_name': 'SarahKSilverman', 'name': 'Sarah Silverman', 'id': '30364057'}]",,,, +1912,992924525288308736,992924525288308736,1525566629000.0,2018-05-06 00:30:29,+0000,,Then I’m going to build a moat & fill it w candy. Warren B will not be able to resist investing! Berkshire Hathaway kryptonite …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,00,https://twitter.com/elonmusk/status/992924525288308736,[],[],0,,False,30970,1117,2415,,None,,,,,,,[],,,, +1913,992904076978540545,992894802122366976,1525561753000.0,2018-05-05 23:09:13,+0000,,Cryptocandy,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,23,https://twitter.com/elonmusk/status/992904076978540545,[],[],0,,False,49948,1860,6765,,None,,,,,,,[],,,, +1914,992894802122366976,992894802122366976,1525559542000.0,2018-05-05 22:32:22,+0000,,"Ok ok, just for sake of argument, what do u wish for in candy? 🍭",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/992894802122366976,[],[],0,,False,35523,9557,1890,,None,,,,,,,[],,,, +1915,992891529852108800,992876606979952640,1525558762000.0,2018-05-05 22:19:22,+0000,,@ComfortablySmug What do you think we’re living in?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/992891529852108800,[],[],0,,False,24085,393,1816,,None,,,,,,,"[{'screen_name': 'ComfortablySmug', 'name': 'Comfortably Smug', 'id': '17060573'}]",,,, +1916,992890073908572160,992890073908572160,1525558415000.0,2018-05-05 22:13:35,+0000,,It just occurred to me that the plot of Willy Wonka is really messed up,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/992890073908572160,[],[],0,,False,83076,1884,7632,,None,,,,,,,[],,,, +1917,992876773695082496,992876606979952640,1525555244000.0,2018-05-05 21:20:44,+0000,,I am super super serious,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/992876773695082496,[],[],0,,False,86339,2634,7253,,None,,,,,,,[],,,, +1918,992876606979952640,992876606979952640,1525555204000.0,2018-05-05 21:20:04,+0000,,I’m starting a candy company & it’s going to be amazing,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/992876606979952640,[],[],0,,False,227720,9922,35315,,None,,,,,,,[],,,, +1919,992872154927542273,992872154927542273,1525554143000.0,2018-05-05 21:02:23,+0000,, https://t.co/GUnnlJoPbU https://t.co/7tMzFk8v9G,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/992872154927542273,"['https://m.youtube.com/watch?v=oWgTqLCLE8k', 'https://twitter.com/business/status/992826420501073920']",[],0,,False,5528,312,556,https://twitter.com/business/status/992826420501073920,None,,,,,,,[],,,, +1920,992870391847649280,992388944774938626,1525553722000.0,2018-05-05 20:55:22,+0000,,@muddywatersre This will be bigger,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/992870391847649280,[],[],0,,False,693,47,61,,None,,,,,,,"[{'screen_name': 'muddywatersre', 'name': 'MuddyWatersResearch', 'id': '168679374'}]",,,, +1921,992558985218789376,992388944774938626,1525479477000.0,2018-05-05 00:17:57,+0000,,@filippie509 I try so hard to help them …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/992558985218789376,[],[],0,,False,1168,61,46,,None,,,,,,,"[{'screen_name': 'filippie509', 'name': 'Filip Piekniewski', 'id': '4070765174'}]",,,, +1922,992558443872575489,992557706576912385,1525479348000.0,2018-05-05 00:15:48,+0000,,@ATeslaInICEland @Tesla Thanks for letting me know. Will expedite. Sorry for the delay.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/992558443872575489,[],[],0,,False,5729,87,135,,None,,,,,,,"[{'screen_name': 'ATeslaInICEland', 'name': 'A Tesla In ICEland', 'id': '716419165020692480'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1923,992556974263947264,992388944774938626,1525478998000.0,2018-05-05 00:09:58,+0000,,"Looks like sooner than expected. The sheer magnitude of short carnage will be unreal. If you’re short, I suggest tiptoeing quietly to the exit … https://t.co/A0Q90pSLKA",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/992556974263947264,['https://www.barrons.com/articles/tesla-almost-out-of-stock-for-short-sellers-1525467892?mod=yahoobarrons&ru=yahoo&yptr=yahoo'],[],0,,False,11094,549,1073,,None,,,,,,,[],,,, +1924,992511425753956352,992476752185196544,1525468138000.0,2018-05-04 21:08:58,+0000,,@TobyTurner New Roadster will have that,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/992511425753956352,[],[],0,,False,11566,165,352,,None,,,,,,,"[{'screen_name': 'TobyTurner', 'name': 'Toby Turner', 'id': '6054912'}]",,,, +1925,992391704333320192,992388944774938626,1525439594000.0,2018-05-04 13:13:14,+0000,,"@InvestorsLive Yes, definitely not",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,13,https://twitter.com/elonmusk/status/992391704333320192,[],[],0,,False,2515,50,50,,None,,,,,,,"[{'screen_name': 'InvestorsLive', 'name': 'Nathan Michaud', 'id': '15971805'}]",,,, +1926,992391093688791050,992388944774938626,1525439449000.0,2018-05-04 13:10:49,+0000,,@FredericLambert It will be next level. These are really big numbers.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,13,https://twitter.com/elonmusk/status/992391093688791050,[],[],0,,False,1744,54,77,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1927,992388944774938626,992388944774938626,1525438936000.0,2018-05-04 13:02:16,+0000,,Oh and uh short burn of the century comin soon. Flamethrowers should arrive just in time.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,13,https://twitter.com/elonmusk/status/992388944774938626,[],[],0,,False,40522,969,2701,,None,,,,,,,[],,,, +1928,992384341912137733,992361223793487872,1525437839000.0,2018-05-04 12:43:59,+0000,,@mr_calico @FredericLambert Yup,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,12,https://twitter.com/elonmusk/status/992384341912137733,[],[],0,,False,477,19,15,,None,,,,,,,"[{'screen_name': 'mr_calico', 'name': 'Calico', 'id': '14752676'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1929,992381848104747008,992361223793487872,1525437244000.0,2018-05-04 12:34:04,+0000,,"@GlobalProTrader @wmiddelkoop True. And once they were on the call, I should have answered their questions live. It was foolish of me to ignore them.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,12,https://twitter.com/elonmusk/status/992381848104747008,[],[],0,,False,827,59,55,,None,,,,,,,"[{'screen_name': 'GlobalProTrader', 'name': 'David Brady', 'id': '753972954074054656'}, {'screen_name': 'wmiddelkoop', 'name': 'Willem Middelkoop', 'id': '19059966'}]",,,, +1930,992378642830262272,992361223793487872,1525436480000.0,2018-05-04 12:21:20,+0000,,"@joshgans We went through the same drama on S & X and almost all confirmed in the end. Will likely be even better for Model 3, as customer satisfaction score post delivery is higher. I worry zero about demand. Just spent all night in the factory, not the showroom.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,12,https://twitter.com/elonmusk/status/992378642830262272,[],[],0,,False,1545,60,122,,None,,,,,,,"[{'screen_name': 'joshgans', 'name': 'Joshua Gans', 'id': '17142283'}]",,,, +1931,992374493132742656,992361223793487872,1525435491000.0,2018-05-04 12:04:51,+0000,,"Reason RBC question about Model 3 demand is absurd is that Tesla has roughly half a million reservations, despite no advertising & no cars in showrooms. Even after reaching 5k/week production, it would take 2 years just to satisfy existing demand even if new sales dropped to 0.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,12,https://twitter.com/elonmusk/status/992374493132742656,[],[],0,,False,16191,542,1517,,None,,,,,,,[],,,, +1932,992372195304198144,992361223793487872,1525434943000.0,2018-05-04 11:55:43,+0000,,"The reason the Bernstein question about CapEx was boneheaded was that it had already been answered in the headline of the Q1 newsletter he received beforehand, along with details in the body of the letter",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,11,https://twitter.com/elonmusk/status/992372195304198144,[],[],0,,False,9644,199,524,,None,,,,,,,[],,,, +1933,992367087761817600,992361223793487872,1525433725000.0,2018-05-04 11:35:25,+0000,,"The 2 questioners I ignored on the Q1 call are sell-side analysts who represent a short seller thesis, not investors",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,11,https://twitter.com/elonmusk/status/992367087761817600,[],[],0,,False,8519,306,559,,None,,,,,,,[],,,, +1934,992362814353293312,992361223793487872,1525432706000.0,2018-05-04 11:18:26,+0000,,@MarekCyzio Exactly,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,11,https://twitter.com/elonmusk/status/992362814353293312,[],[],0,,False,4145,59,74,,None,,,,,,,"[{'screen_name': 'MarekCyzio', 'name': 'Marek Cyzio', 'id': '21892958'}]",,,, +1935,992362594961780742,992361223793487872,1525432654000.0,2018-05-04 11:17:34,+0000,,"First, it’s important to know that Tesla is the most shorted (meaning most bet against) stock on the market & has been for a while https://t.co/srEp1tf6ZU",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,11,https://twitter.com/elonmusk/status/992362594961780742,['https://www.cnbc.com/2018/04/11/tesla-is-the-biggest-short-in-the-us-stock-market.html'],[],0,,False,9509,375,828,,None,,,,,,,[],,,, +1936,992361223793487872,992361223793487872,1525432327000.0,2018-05-04 11:12:07,+0000,,Please ignore this thread unless you’re interested in a tedious discussion about Tesla stock,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,11,https://twitter.com/elonmusk/status/992361223793487872,[],[],0,,False,34444,1475,3474,,None,,,,,,,[],,,, +1937,992354361975042048,992033877035307008,1525430691000.0,2018-05-04 10:44:51,+0000,,@Ataraxia_Invest @MKBHD @HyperChangeTV They were neither valid nor pertinent. I will explain why on a primary Twitter thread.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,10,https://twitter.com/elonmusk/status/992354361975042048,[],[],0,,False,530,21,25,,None,,,,,,,"[{'screen_name': 'Ataraxia_Invest', 'name': 'Ataraxia Investments', 'id': '931614922869497856'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}]",,,, +1938,992341387613016064,992033877035307008,1525427598000.0,2018-05-04 09:53:18,+0000,,"@ThePhoenixFlare @MKBHD @HyperChangeTV Yeah, news is actually super good. Model S & X are producing major positive cash flow & Model 3 is about to do same.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,09,https://twitter.com/elonmusk/status/992341387613016064,[],[],0,,False,731,33,58,,None,,,,,,,"[{'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}]",,,, +1939,992337618091298816,992033877035307008,1525426699000.0,2018-05-04 09:38:19,+0000,,"@MKBHD @HyperChangeTV To be clear, I’m a big fan of MKBHD, but this is an important clarification",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,09,https://twitter.com/elonmusk/status/992337618091298816,[],[],0,,False,9344,124,554,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}]",,,, +1940,992333108346277888,992033877035307008,1525425624000.0,2018-05-04 09:20:24,+0000,,"@MKBHD @HyperChangeTV The “dry” questions were not asked by investors, but rather by two sell-side analysts who were trying to justify their Tesla short thesis. They are actually on the *opposite* side of investors. HyperChange represented actual investors, so I switched to them.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,09,https://twitter.com/elonmusk/status/992333108346277888,[],[],0,,False,5460,87,311,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}]",,,, +1941,991944456466202624,991944456466202624,1525332962000.0,2018-05-03 07:36:02,+0000,,You’re most welcome https://t.co/5lOHSWHWhc,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,07,https://twitter.com/elonmusk/status/991944456466202624,['https://twitter.com/hyperchangetv/status/991871350980530176'],[],0,,False,9396,381,518,https://twitter.com/hyperchangetv/status/991871350980530176,None,,,,,,,[],,,, +1942,991813680533684224,991811284675985408,1525301783000.0,2018-05-02 22:56:23,+0000,,@drgitlin Your numbers are incorrect. Tesla Fremont is 3rd in world after a 🇳🇱🌸 place & 🇦🇪 mall. Giga will be largest when complete. https://t.co/pTMJ2QcoHk,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/991813680533684224,[],['https://pbs.twimg.com/media/DcOhSKfVMAIHb5X.jpg'],1,https://pbs.twimg.com/media/DcOhSKfVMAIHb5X.jpg,False,792,40,67,,None,,,,,,,"[{'screen_name': 'drgitlin', 'name': 'Jonathan Gitlin', 'id': '2139671'}]",,,, +1943,991788131153215489,991788131153215489,1525295691000.0,2018-05-02 21:14:51,+0000,,Woke Frisbee https://t.co/jSvZyQbZ6O,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/991788131153215489,['https://www.instagram.com/p/BiSiqt2AN8p/?utm_source=twitter'],[],0,,False,4978,322,330,,None,,,,,,,[],,,, +1944,991786023351869441,991786023351869441,1525295189000.0,2018-05-02 21:06:29,+0000,,La la la https://t.co/rLQfmrcNO2,es,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/991786023351869441,['https://techcrunch.com/2018/05/02/tesla-earnings-q1-2018/'],[],0,,False,47338,1377,5297,,None,,,,,,,[],,,, +1945,991784449275670528,991769883183669251,1525294813000.0,2018-05-02 21:00:13,+0000,,@arstechnica SpaceX Crew Dragon ships to the Cape in about 3 months,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/991784449275670528,[],[],0,,False,5610,131,475,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}]",,,, +1946,991752018338304000,991636171309625344,1525287081000.0,2018-05-02 18:51:21,+0000,,@arstechnica @binarybits 🖤 Ars Technica 🖤,lt,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/991752018338304000,[],[],0,,False,2835,81,94,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'binarybits', 'name': 'Timothy B. Lee', 'id': '14165170'}]",,,, +1947,991556953586503680,991556953586503680,1525240574000.0,2018-05-02 05:56:14,+0000,,Falcon 9 fairing opens its parafoil after reentering the atmosphere https://t.co/WWz7MhmKaM,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,05,https://twitter.com/elonmusk/status/991556953586503680,['https://www.instagram.com/p/BiQ5qXnA_OM/?utm_source=twitter'],[],0,,False,15670,372,1523,,None,,,,,,,[],,,, +1948,991130075889205248,991062044588806144,1525138799000.0,2018-05-01 01:39:59,+0000,,@Gfilche @Tesla Ok,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,01,https://twitter.com/elonmusk/status/991130075889205248,[],[],0,,False,4750,119,195,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1949,991007702724689920,990854677926297600,1525109623000.0,2018-04-30 17:33:43,+0000,,@DianaKFletcher That’s how I use my eyebrows too,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,17,https://twitter.com/elonmusk/status/991007702724689920,[],[],0,,False,1722,83,57,,None,,,,,,,"[{'screen_name': 'dianakfletcher', 'name': 'Diana Fletcher', 'id': '926875901039538176'}]",,,, +1950,990854677926297600,990854677926297600,1525073139000.0,2018-04-30 07:25:39,+0000,,I have prehensile eyebrows,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,07,https://twitter.com/elonmusk/status/990854677926297600,[],[],0,,False,36968,1778,2618,,None,,,,,,,[],,,, +1951,990040963635597312,989598167980163072,1524879134000.0,2018-04-28 01:32:14,+0000,,@cloudstrife447 @Grimezsz 😉,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/990040963635597312,[],[],0,,False,1246,65,108,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☾laire de ☾une', 'id': '276540738'}]",,,, +1952,990028017861705729,989598167980163072,1524876047000.0,2018-04-28 00:40:47,+0000,,"@Grimezsz Yeah, most people don’t know this, but comets r mostly made of cocaine",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/990028017861705729,[],[],0,,False,2996,122,749,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☾laire de ☾une', 'id': '276540738'}]",,,, +1953,989986716004958208,989730877021147137,1524866200000.0,2018-04-27 21:56:40,+0000,,@WorldAndScience Almost ready to test the new Boring Company / SpaceX hyperpod prototype. Exciting video guaranteed.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/989986716004958208,[],[],0,,False,24833,402,1802,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1954,989598167980163072,989598167980163072,1524773563000.0,2018-04-26 20:12:43,+0000,, https://t.co/3ZyzXoJjcc https://t.co/Er71Qz68Rh,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,20,https://twitter.com/elonmusk/status/989598167980163072,"['https://arstechnica.com/science/2018/04/a-short-new-movie-of-a-comets-surface-is-pretty-incredible/', 'https://twitter.com/worldandscience/status/989580140005994496']",[],0,,False,24005,580,4239,0,None,,,,,,,[],,,, +1955,989362154242428928,989209383501516801,1524717293000.0,2018-04-26 04:34:53,+0000,,@GameOfThrones Don’t make me use my space lasers …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,04,https://twitter.com/elonmusk/status/989362154242428928,[],[],0,,False,39048,416,3752,,None,,,,,,,"[{'screen_name': 'GameOfThrones', 'name': 'Game of Thrones', 'id': '180463340'}]",,,, +1956,989199502794936321,989198118666162176,1524678514000.0,2018-04-25 17:48:34,+0000,,@illbzo1 I know … such an underserved market,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/989199502794936321,[],[],0,,False,24755,167,735,,None,,,,,,,"[{'screen_name': 'illbzo1', 'name': 'Tyler ""Computer Criminal"" Moore', 'id': '14351638'}]",,,, +1957,989198118666162176,989198118666162176,1524678184000.0,2018-04-25 17:43:04,+0000,,Oh btw I’m building a cyborg dragon,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/989198118666162176,[],[],0,,False,416254,14677,89608,,None,,,,,,,[],,,, +1958,989195682081730560,988608394918440961,1524677603000.0,2018-04-25 17:33:23,+0000,,@Grimezsz @PostMalone Sounds great riding my cyborg 🐉,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/989195682081730560,[],[],0,,False,1290,30,80,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☾laire de ☾une', 'id': '276540738'}, {'screen_name': 'PostMalone', 'name': 'Posty', 'id': '913812620'}]",,,, +1959,989017019876966400,988608394918440961,1524635007000.0,2018-04-25 05:43:27,+0000,,@PostMalone Likewise … was just listening to Go Flex & Psycho on @Grimezsz playlist,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,05,https://twitter.com/elonmusk/status/989017019876966400,[],[],0,,False,11830,105,1080,,None,,,,,,,"[{'screen_name': 'PostMalone', 'name': 'Posty', 'id': '913812620'}]",,,, +1960,988214241797685248,988210908412465152,1524443610000.0,2018-04-23 00:33:30,+0000,,@MrAdamPrater Mostly not,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/988214241797685248,[],[],0,,False,412,26,18,,None,,,,,,,"[{'screen_name': 'MrAdamPrater', 'name': 'Adam Prater', 'id': '1265412344'}]",,,, +1961,986746909153869824,986746909153869824,1524093770000.0,2018-04-18 23:22:50,+0000,,Tesla batteries are currently live & delivering power at 662 locations in Puerto Rico. Team is working 24/7 to activate several hundred more. https://t.co/OMu8qKJvLy,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,23,https://twitter.com/elonmusk/status/986746909153869824,['https://twitter.com/nowthisnews/status/986646841503596544'],[],0,,False,146545,1996,31134,https://twitter.com/nowthisnews/status/986646841503596544,None,,,,,,,[],,,, +1962,986641687081398272,986608291223687169,1524068683000.0,2018-04-18 16:24:43,+0000,,@arstechnica @SciGuySpace Russia has great rocket technology & talent. Much respect. Would encourage focus on reusability. Single-use rockets cannot be competitive any more than single-use aircraft.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,16,https://twitter.com/elonmusk/status/986641687081398272,[],[],0,,False,7455,163,554,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1963,986632708074827777,986322814985584640,1524066543000.0,2018-04-18 15:49:03,+0000,,@vincechen Doing our best,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,15,https://twitter.com/elonmusk/status/986632708074827777,[],[],0,,False,437,27,20,,None,,,,,,,"[{'screen_name': 'vincechen', 'name': 'Vince Chen', 'id': '26560520'}]",,,, +1964,986369127907393537,986322814985584640,1524003700000.0,2018-04-17 22:21:40,+0000,, https://t.co/MMRtF3jHD5,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,22,https://twitter.com/elonmusk/status/986369127907393537,['https://m.youtube.com/watch?v=qmDBMFlC-8o'],[],0,,False,2795,352,185,,None,,,,,,,[],,,, +1965,986363212474925056,986322814985584640,1524002290000.0,2018-04-17 21:58:10,+0000,, https://t.co/JIl6vzhQAx,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,21,https://twitter.com/elonmusk/status/986363212474925056,['https://m.youtube.com/watch?v=WXv31OmnKqQ'],[],0,,False,4466,314,365,,None,,,,,,,[],,,, +1966,986361795894919168,986322814985584640,1524001952000.0,2018-04-17 21:52:32,+0000,, https://t.co/dEOd5GKfdk,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,21,https://twitter.com/elonmusk/status/986361795894919168,['https://m.youtube.com/watch?v=O4irXQhgMqg'],[],0,,False,4596,241,381,,None,,,,,,,[],,,, +1967,986360329763307520,986322814985584640,1524001602000.0,2018-04-17 21:46:42,+0000,,Now https://t.co/4CLYzLR9mk,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,21,https://twitter.com/elonmusk/status/986360329763307520,['https://m.youtube.com/watch?v=tgIqecROs5M'],[],0,,False,3057,187,227,,None,,,,,,,[],,,, +1968,986322814985584640,986322814985584640,1523992658000.0,2018-04-17 19:17:38,+0000,,Driving a Model 3 and playing https://t.co/5xa3FUWuXy,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/986322814985584640,['https://m.youtube.com/watch?v=ErCAOMi5EGM'],[],0,,False,13947,926,1508,,None,,,,,,,[],,,, +1969,986070683426766848,985654333860601856,1523932545000.0,2018-04-17 02:35:45,+0000,,"@QuinnKupec @SpaceX @UofMaryland Yeah, exactly! Would be great to hear your thoughts. We’re going to try a few approaches. Can def be done, just about minimizing mass.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,02,https://twitter.com/elonmusk/status/986070683426766848,[],[],0,,False,728,43,44,,None,,,,,,,"[{'screen_name': 'QuinnKupec', 'name': 'Quinn Kupec', 'id': '400422078'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'UofMaryland', 'name': 'Univ. of Maryland', 'id': '16129880'}]",,,, +1970,985731208846831618,985654333860601856,1523851608000.0,2018-04-16 04:06:48,+0000,,"@smartereveryday @BadAstronomer We already do targeted retro burn to a specific point in Pacific w no islands or ships, so upper stage doesn’t become a dead satellite. Need to retarget closer to shore & position catcher ship like Mr Steven.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,04,https://twitter.com/elonmusk/status/985731208846831618,[],[],0,,False,1212,52,83,,None,,,,,,,"[{'screen_name': 'smartereveryday', 'name': 'Smarter Every Day', 'id': '315465682'}, {'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}]",,,, +1971,985684755877265408,985654333860601856,1523840533000.0,2018-04-16 01:02:13,+0000,,And then land on a bouncy house,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,01,https://twitter.com/elonmusk/status/985684755877265408,[],[],0,,False,64831,1964,5555,,None,,,,,,,[],,,, +1972,985668304353116161,985654333860601856,1523836611000.0,2018-04-15 23:56:51,+0000,,"@BadAstronomer Yeah, but great for creating a giant object that retains its shape across all Mach regimes & drops ballistic coefficient by 2 orders of magnitude",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,23,https://twitter.com/elonmusk/status/985668304353116161,[],[],0,,False,2462,103,164,,None,,,,,,,"[{'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}]",,,, +1973,985655249745592320,985654333860601856,1523833498000.0,2018-04-15 23:04:58,+0000,,SpaceX will try to bring rocket upper stage back from orbital velocity using a giant party balloon,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,23,https://twitter.com/elonmusk/status/985655249745592320,[],[],0,,False,93504,2140,12390,,None,,,,,,,[],,,, +1974,985654333860601856,985654333860601856,1523833280000.0,2018-04-15 23:01:20,+0000,,"This is gonna sound crazy, but …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,23,https://twitter.com/elonmusk/status/985654333860601856,[],[],0,,False,70768,2504,8433,,None,,,,,,,[],,,, +1975,985361761271406594,985361761271406594,1523763525000.0,2018-04-15 03:38:45,+0000,,Interview and Tesla factory tour with Gayle King https://t.co/693jZBk4Km,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/985361761271406594,['https://www.cbsnews.com/news/elon-musk-tesla-model-3-problems-interview-today-2018-04-13/?ftag=CNM-00-10aac3a'],[],0,,False,20411,769,2605,,None,,,,,,,[],,,, +1976,985345850946699264,985244322772733952,1523759732000.0,2018-04-15 02:35:32,+0000,,@La3_id @TheOnion https://t.co/qOyH1VVBVp,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/985345850946699264,[],['https://pbs.twimg.com/media/Daym0n7UwAAQugL.jpg'],1,https://pbs.twimg.com/media/Daym0n7UwAAQugL.jpg,False,2628,110,337,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1977,985344228665393152,985244322772733952,1523759345000.0,2018-04-15 02:29:05,+0000,,@La3_id @TheOnion Too wasted to remember,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/985344228665393152,[],[],0,,False,1662,23,161,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1978,985343867108012032,985244322772733952,1523759259000.0,2018-04-15 02:27:39,+0000,,"@TheOnion Don’t want to brag or anything, but that happens to me sometimes …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/985343867108012032,[],[],0,,False,13924,161,632,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1979,984882630947753984,984833456029843457,1523649292000.0,2018-04-13 19:54:52,+0000,,"@timkhiggins Yes, excessive automation at Tesla was a mistake. To be precise, my mistake. Humans are underrated.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/984882630947753984,[],[],0,,False,37407,1159,6875,,None,,,,,,,"[{'screen_name': 'timkhiggins', 'name': 'Tim Higgins', 'id': '145265146'}]",,,, +1980,984705630106673152,984648478461657094,1523607091000.0,2018-04-13 08:11:31,+0000,,"@TheEconomist The Economist used to be boring, but smart with a wicked dry wit. Now it’s just boring (sigh). Tesla will be profitable & cash flow+ in Q3 & Q4, so obv no need to raise money.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,08,https://twitter.com/elonmusk/status/984705630106673152,[],[],0,,False,16838,585,1672,,None,,,,,,,"[{'screen_name': 'TheEconomist', 'name': 'The Economist', 'id': '5988062'}]",,,, +1981,984702246817431553,983539041197932544,1523606285000.0,2018-04-13 07:58:05,+0000,,"@Taysh83 @Tesla Sorry, demand has been higher than expected. Making them as fast as possible, but waitlist is 3 to 6 months.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/984702246817431553,[],[],0,,False,619,21,36,,None,,,,,,,"[{'screen_name': 'Taysh83', 'name': 'Ritesh Patel', 'id': '185939337'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1982,984700711425355777,984685440220434432,1523605919000.0,2018-04-13 07:51:59,+0000,,@BenMcLeish @Tesla Looking into it. This is bizarre.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/984700711425355777,[],[],0,,False,574,16,17,,None,,,,,,,"[{'screen_name': 'BenMcLeish', 'name': 'Ben McLeish', 'id': '127523111'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1983,984689905874817029,984465312526417920,1523603342000.0,2018-04-13 07:09:02,+0000,,@VoltzCoreAudio @TEDTalks @audphin @i_firth Maybe a little 😉,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,07,https://twitter.com/elonmusk/status/984689905874817029,[],[],0,,False,838,34,42,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}, {'screen_name': 'TEDTalks', 'name': 'TED Talks', 'id': '15492359'}, {'screen_name': 'i_firth', 'name': 'Ian Firth', 'id': '719738673'}]",,,, +1984,984650810909851648,984465312526417920,1523594021000.0,2018-04-13 04:33:41,+0000,,@TEDTalks @audphin @i_firth Gwynne’s got it covered. She’s awesome.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,04,https://twitter.com/elonmusk/status/984650810909851648,[],[],0,,False,1350,45,60,,None,,,,,,,"[{'screen_name': 'TEDTalks', 'name': 'TED Talks', 'id': '15492359'}, {'screen_name': 'i_firth', 'name': 'Ian Firth', 'id': '719738673'}]",,,, +1985,984517995400650752,984465312526417920,1523562356000.0,2018-04-12 19:45:56,+0000,,@audphin @TEDTalks @i_firth I love trolls,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/984517995400650752,[],[],0,,False,1179,65,69,,None,,,,,,,"[{'screen_name': 'TEDTalks', 'name': 'TED Talks', 'id': '15492359'}, {'screen_name': 'i_firth', 'name': 'Ian Firth', 'id': '719738673'}]",,,, +1986,984498847232622592,984465312526417920,1523557790000.0,2018-04-12 18:29:50,+0000,,@TEDTalks @i_firth Norway has some really cool tunnels and bridges,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/984498847232622592,[],[],0,,False,6927,182,307,,None,,,,,,,"[{'screen_name': 'TEDTalks', 'name': 'TED Talks', 'id': '15492359'}, {'screen_name': 'i_firth', 'name': 'Ian Firth', 'id': '719738673'}]",,,, +1987,983863209491775488,982848337673179136,1523406243000.0,2018-04-11 00:24:03,+0000,,@AshleyEsqueda @petesjca @monitron @Tesla Should be fully fixed within the next few days,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,00,https://twitter.com/elonmusk/status/983863209491775488,[],[],0,,False,551,49,19,,None,,,,,,,"[{'screen_name': 'AshleyEsqueda', 'name': '.ashley. ✨🎙', 'id': '129911948'}, {'screen_name': 'petesjca', 'name': 'peter frey', 'id': '115716683'}, {'screen_name': 'monitron', 'name': 'Justin Streufert', 'id': '7255152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1988,983775391851528192,983757308260855809,1523385305000.0,2018-04-10 18:35:05,+0000,,@volgaksoy @visageofscott Place your bets …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/983775391851528192,[],[],0,,False,1204,168,109,,None,,,,,,,"[{'screen_name': 'volgaksoy', 'name': 'Volga Aksoy', 'id': '378405646'}, {'screen_name': 'visageofscott', 'name': 'Scott Nagy', 'id': '37696718'}]",,,, +1989,983621641262399489,983519374731431936,1523348648000.0,2018-04-10 08:24:08,+0000,,@PDChina This is a very important action by China. Avoiding a trade war will benefit all countries.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,08,https://twitter.com/elonmusk/status/983621641262399489,[],[],0,,False,1297,63,164,,None,,,,,,,"[{'screen_name': 'PDChina', 'name': ""People's Daily, China"", 'id': '303862998'}]",,,, +1990,983438824452669440,983179254790684673,1523305061000.0,2018-04-09 20:17:41,+0000,,@chrispaine @DoYouTrust How many views?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,20,https://twitter.com/elonmusk/status/983438824452669440,[],[],0,,False,2865,125,61,,None,,,,,,,"[{'screen_name': 'chrispaine', 'name': 'Chris Paine', 'id': '14546186'}, {'screen_name': 'DoYouTrust', 'name': 'Do You Trust This Computer?', 'id': '979514839197409280'}]",,,, +1991,983207596298522626,983207596298522626,1523249932000.0,2018-04-09 04:58:52,+0000,,SpaceX main body tool for the BFR interplanetary spaceship https://t.co/WbTITI6WSu,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,04,https://twitter.com/elonmusk/status/983207596298522626,['https://www.instagram.com/p/BhVk3y3A0yB/'],[],0,,False,18502,1025,2580,,None,,,,,,,[],,,, +1992,983159549116010496,983159549116010496,1523238477000.0,2018-04-09 01:47:57,+0000,,Free viewing ends in about 5 hours https://t.co/bracGDFd0r,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,01,https://twitter.com/elonmusk/status/983159549116010496,['https://twitter.com/elonmusk/status/982119546420002817'],[],0,,False,15576,753,2422,https://twitter.com/elonmusk/status/982119546420002817,None,,,,,,,[],,,, +1993,982878098663161856,982848337673179136,1523171374000.0,2018-04-08 07:09:34,+0000,,@srinivasguduru @mathetes76 @monitron @Tesla Definitely. Will take corrective action immediately. Sorry about this.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,07,https://twitter.com/elonmusk/status/982878098663161856,[],[],0,,False,901,90,33,,None,,,,,,,"[{'screen_name': 'srinivasguduru', 'name': 'Srini', 'id': '17736257'}, {'screen_name': 'mathetes76', 'name': 'Jennifer', 'id': '397636567'}, {'screen_name': 'monitron', 'name': 'Justin Streufert', 'id': '7255152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1994,982874182617722880,982848337673179136,1523170440000.0,2018-04-08 06:54:00,+0000,,@mathetes76 @monitron @Tesla Looking into it now,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/982874182617722880,[],[],0,,False,593,19,12,,None,,,,,,,"[{'screen_name': 'mathetes76', 'name': 'Jennifer', 'id': '397636567'}, {'screen_name': 'monitron', 'name': 'Justin Streufert', 'id': '7255152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1995,982864331338432513,982848337673179136,1523168091000.0,2018-04-08 06:14:51,+0000,,@monitron @Tesla Should just be due to your config not avail yet. If not lmk.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/982864331338432513,[],[],0,,False,468,11,10,,None,,,,,,,"[{'screen_name': 'monitron', 'name': 'Justin Streufert', 'id': '7255152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1996,982850314054205440,982848337673179136,1523164750000.0,2018-04-08 05:19:10,+0000,,@razemfrazem @bvledford @Tesla Similar timing,in,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,05,https://twitter.com/elonmusk/status/982850314054205440,[],[],0,,False,593,29,18,,None,,,,,,,"[{'screen_name': 'razemfrazem', 'name': 'Kristy Eisele🌟', 'id': '109599897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1997,982849024083484673,982848337673179136,1523164442000.0,2018-04-08 05:14:02,+0000,,@bvledford @Tesla So probably July,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,05,https://twitter.com/elonmusk/status/982849024083484673,[],[],0,,False,740,43,32,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1998,982848849361289222,982848337673179136,1523164400000.0,2018-04-08 05:13:20,+0000,,@bvledford @Tesla We need to achieve 5k/week with Model 3 before adding complexity that would inhibit production ramp,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,05,https://twitter.com/elonmusk/status/982848849361289222,[],[],0,,False,3307,109,130,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1999,982830466913845250,903129182397374464,1523160018000.0,2018-04-08 04:00:18,+0000,,"This is kinda nutty for such a short distance, so could easily end up being shredded metal, but exciting either way",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,04,https://twitter.com/elonmusk/status/982830466913845250,[],[],0,,False,12736,354,680,,None,,,,,,,[],,,, +2000,982826517443915776,903129182397374464,1523159076000.0,2018-04-08 03:44:36,+0000,,Upgraded SpaceX/Tesla Hyperloop pod speed test soon. Will try to reach half speed of sound (and brake) within ~1.2km.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/982826517443915776,[],[],0,,False,12443,217,1003,,None,,,,,,,[],,,, +2001,982810679064199168,982809957958668288,1523155300000.0,2018-04-08 02:41:40,+0000,,@anshulbhide @Tesla Model 3 is the whole point. We only made the more expensive cars in order to make the mass-market car. We lacked the economies of scale and expertise to make it until now.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/982810679064199168,[],[],0,,False,9918,144,604,,None,,,,,,,"[{'screen_name': 'anshulbhide', 'name': 'Anshul', 'id': '27644113'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2002,982717418446512128,982716415089299457,1523133065000.0,2018-04-07 20:31:05,+0000,,@JohnnaSabri The cat videos are awesome 🐱,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/982717418446512128,[],[],0,,False,951,56,50,,None,,,,,,,[],,,, +2003,982716415089299457,982716415089299457,1523132826000.0,2018-04-07 20:27:06,+0000,, https://t.co/WehHd0eJeO at 5M views after 36 hours. Congrats to Chris Paine & co!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,20,https://twitter.com/elonmusk/status/982716415089299457,['http://doyoutrustthiscomputer.org/watch'],[],0,,False,15764,638,2288,,None,,,,,,,[],,,, +2004,982168698600353792,982168099582431232,1523002240000.0,2018-04-06 08:10:40,+0000,,@Markjvolgin Exactly,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,08,https://twitter.com/elonmusk/status/982168698600353792,[],[],0,,False,1032,46,21,,None,,,,,,,"[{'screen_name': 'Markjvolgin', 'name': 'Matteo', 'id': '825697722942488576'}]",,,, +2005,982168099582431232,982168099582431232,1523002097000.0,2018-04-06 08:08:17,+0000,,"“You are my creator, but I am your master” — Mary Shelley",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,08,https://twitter.com/elonmusk/status/982168099582431232,[],[],0,,False,46395,1416,5914,,None,,,,,,,[],,,, +2006,982166600601124865,982119546420002817,1523001740000.0,2018-04-06 08:02:20,+0000,,In memory of Stephen Hawking,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,08,https://twitter.com/elonmusk/status/982166600601124865,[],[],0,,False,17916,225,985,,None,,,,,,,[],,,, +2007,982119546420002817,982119546420002817,1522990521000.0,2018-04-06 04:55:21,+0000,,Nothing will affect the future of humanity more than digital super-intelligence. Watch Chris Paine’s new AI movie for free until Sunday night at https://t.co/WehHcZX7Qe,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,04,https://twitter.com/elonmusk/status/982119546420002817,['http://doyoutrustthiscomputer.org/watch'],[],0,,False,46281,1979,13758,,None,,,,,,,[],,,, +2008,982017761575518208,982017761575518208,1522966254000.0,2018-04-05 22:10:54,+0000,,Chris Paine AI movie premiering tonight https://t.co/kXM7USFi8D,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,22,https://twitter.com/elonmusk/status/982017761575518208,['http://deadline.com/2018/04/do-you-trust-this-computer-trailer-chris-paine-artificial-intelligence-documentary-video-1202357639/'],[],0,,False,13071,396,2272,,None,,,,,,,[],,,, +2009,981975289403076610,981705570351833088,1522956127000.0,2018-04-05 19:22:07,+0000,,@teslatidbits @Tesla We will add a feature to allow request of latest software version,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/981975289403076610,[],[],0,,False,2438,107,78,,None,,,,,,,"[{'screen_name': 'teslatidbits', 'name': 'Tesla Tidbits', 'id': '729854022547603456'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2010,981659052768817153,981656730210852864,1522880731000.0,2018-04-04 22:25:31,+0000,,@Complex This is false,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/981659052768817153,[],[],0,,False,17130,423,2229,,None,,,,,,,"[{'screen_name': 'Complex', 'name': 'Complex', 'id': '13049362'}]",,,, +2011,981581401639198720,981581215344939008,1522862217000.0,2018-04-04 17:16:57,+0000,,"@rosechehrazi Oh, it’s on …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/981581401639198720,[],[],0,,False,3966,91,154,,None,,,,,,,"[{'screen_name': 'rosechehrazi', 'name': 'rose رز\u200c\u200c\u200c🍒', 'id': '2394782893'}]",,,, +2012,981581215344939008,981581215344939008,1522862173000.0,2018-04-04 17:16:13,+0000,,Most people don’t know there’s a whole box of Easter eggs with every Tesla. Just tap logo on center screen & wait. Easy access to most of discovered ones. More coming …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/981581215344939008,[],[],0,,False,27699,1002,2006,,None,,,,,,,[],,,, +2013,980913452976816128,980895994471575552,1522702966000.0,2018-04-02 21:02:46,+0000,,"@amir Uhh, hello, I need to build cars",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/980913452976816128,[],[],0,,False,3108,138,282,,None,,,,,,,"[{'screen_name': 'amir', 'name': 'Amir Efrati', 'id': '114602310'}]",,,, +2014,980913157739765761,980895994471575552,1522702895000.0,2018-04-02 21:01:35,+0000,,"@amir About a year ago, I asked Doug to manage both engineering & production. He agreed that Tesla needed eng & prod better aligned, so we don’t design cars that are crazy hard to build. Right now, tho, better to divide & conquer, so I’m back to sleeping at factory. Car biz is hell …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/980913157739765761,[],[],0,,False,2109,167,160,,None,,,,,,,"[{'screen_name': 'amir', 'name': 'Amir Efrati', 'id': '114602310'}]",,,, +2015,980910671763193856,980895994471575552,1522702303000.0,2018-04-02 20:51:43,+0000,,"@amir Can’t believe you’re even writing about this. My job as CEO is to focus on what’s most critical, which is currently Model 3 production. Doug, who I regard as one of the world’s most talented engineering execs, is focused on vehicle engineering.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,20,https://twitter.com/elonmusk/status/980910671763193856,[],[],0,,False,10201,177,502,,None,,,,,,,"[{'screen_name': 'amir', 'name': 'Amir Efrati', 'id': '114602310'}]",,,, +2016,980892800324575232,979482131729707008,1522698042000.0,2018-04-02 19:40:42,+0000,,"@vegamontesino @NoceraBV @WSJ @Tesla We release as soon as we have the data. Good timeline, bad timing. Doesn’t matter.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/980892800324575232,[],[],0,,False,2433,53,76,,None,,,,,,,"[{'screen_name': 'VegaMontesino', 'name': 'Bryan Vega Montesino', 'id': '1268409893221957632'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2017,980885178942816256,979482131729707008,1522696225000.0,2018-04-02 19:10:25,+0000,,"@NoceraBV @WSJ @Tesla Not criticizing, just as asking questions. I’m sure there’s a really great answer …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/980885178942816256,[],[],0,,False,3294,82,62,,None,,,,,,,"[{'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2018,980883549074018304,979482131729707008,1522695836000.0,2018-04-02 19:03:56,+0000,,"@WSJ Tesla policy is to issue a recall *before* there are injuries. This is absolutely the right thing to do. Yet there were dozens of recalls by other car companies last month, incl w injuries & deaths, but you only wrote an article about Tesla. Why so?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/980883549074018304,[],[],0,,False,36625,1182,4296,,None,,,,,,,"[{'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +2019,980880706627715072,980846333136392194,1522695158000.0,2018-04-02 18:52:38,+0000,,"@OmarHoryy @TeslaMotorsClub Seriously! Obviously, I’m not going to do an April Fool’s joke about going bankwupt if I thought there was any chance it would actually happen (sigh).",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,18,https://twitter.com/elonmusk/status/980880706627715072,[],[],0,,False,1210,65,109,,None,,,,,,,"[{'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}]",,,, +2020,980876926830039041,980846333136392194,1522694257000.0,2018-04-02 18:37:37,+0000,,"@TeslaMotorsClub Lot of respect for NTSB, but NHTSA regulates cars, not NTSB, which is an advisory body. Tesla releases critical crash data affecting public safety immediately & always will. To do otherwise would be unsafe.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,18,https://twitter.com/elonmusk/status/980876926830039041,[],[],0,,False,5388,88,366,,None,,,,,,,"[{'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}]",,,, +2021,980647734888681472,980261983831257088,1522639614000.0,2018-04-02 03:26:54,+0000,,"@Teslarati @13ericralph31 @w00ki33 Oh yeah, forgot to mention it actually landed fine, just not on Mr Steven https://t.co/HckB2OkJ5L",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/980647734888681472,[],['https://pbs.twimg.com/media/DZv16k2VMAAmbZx.jpg'],1,https://pbs.twimg.com/media/DZv16k2VMAAmbZx.jpg,False,8031,239,566,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}]",,,, +2022,980589463611916288,980576183782952962,1522625721000.0,2018-04-01 23:35:21,+0000,,@TommyThornton What about this? https://t.co/s5zcMvzXC7,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,23,https://twitter.com/elonmusk/status/980589463611916288,['https://www.youtube.com/watch?v=FG1NrQYXjLU'],[],0,,False,2577,104,138,,None,,,,,,,"[{'screen_name': 'TommyThornton', 'name': 'Thomas Thornton', 'id': '22867489'}]",,,, +2023,980585671218774017,980566101124722688,1522624817000.0,2018-04-01 23:20:17,+0000,,@_iitzBrendon Elon University is a real place,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,23,https://twitter.com/elonmusk/status/980585671218774017,[],[],0,,False,3959,122,793,,None,,,,,,,[],,,, +2024,980569082838700033,980568706660126721,1522620862000.0,2018-04-01 22:14:22,+0000,,@vreeman Coming soon to Tesla merch. Free shots in stores every April 1st.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,22,https://twitter.com/elonmusk/status/980569082838700033,[],[],0,,False,6692,108,290,,None,,,,,,,"[{'screen_name': 'vreeman', 'name': 'Simon Vreeman', 'id': '12473092'}]",,,, +2025,980568382591328256,980566101124722688,1522620695000.0,2018-04-01 22:11:35,+0000,,@AntVenom As you wish,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,22,https://twitter.com/elonmusk/status/980568382591328256,[],[],0,,False,3668,99,117,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +2026,980566785803018240,980566101124722688,1522620314000.0,2018-04-01 22:05:14,+0000,,@peteWcarle It’s the best,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,22,https://twitter.com/elonmusk/status/980566785803018240,[],[],0,,False,2042,58,37,,None,,,,,,,"[{'screen_name': 'peteWcarle', 'name': 'Pete W Carle', 'id': '52340708'}]",,,, +2027,980566116614291456,980566101124722688,1522620154000.0,2018-04-01 22:02:34,+0000,,"Elon was found passed out against a Tesla Model 3, surrounded by ""Teslaquilla"" bottles, the tracks of dried tears still visible on his cheeks. This is not a forward-looking statement, because, obviously, what's the point? Happy New Month! https://t.co/YcouvFz6Y1",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,22,https://twitter.com/elonmusk/status/980566116614291456,[],['https://pbs.twimg.com/media/DZurrX-U0AAUthg.jpg'],1,https://pbs.twimg.com/media/DZurrX-U0AAUthg.jpg,False,156168,3787,19006,,None,,,,,,,[],,,, +2028,980566103356194816,980566101124722688,1522620151000.0,2018-04-01 22:02:31,+0000,,"There are many chapters of bankruptcy and, as critics so rightly pointed out, Tesla has them *all*, including Chapter 14 and a half (the worst one).",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,22,https://twitter.com/elonmusk/status/980566103356194816,[],[],0,,False,47153,330,4317,,None,,,,,,,[],,,, +2029,980566101124722688,980566101124722688,1522620151000.0,2018-04-01 22:02:31,+0000,,"Tesla Goes Bankrupt Palo Alto, California, April 1, 2018 -- Despite intense efforts to raise money, including a last-ditch mass sale of Easter Eggs, we are sad to report that Tesla has gone completely and totally bankrupt. So bankrupt, you can't believe it.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,22,https://twitter.com/elonmusk/status/980566101124722688,[],[],0,,False,149657,3977,21578,,None,,,,,,,[],,,, +2030,980518020358463489,980518020358463489,1522608687000.0,2018-04-01 18:51:27,+0000,,Important news in a few hours …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/980518020358463489,[],[],0,,False,76650,4027,7627,,None,,,,,,,[],,,, +2031,979904735972024321,979904735972024321,1522462469000.0,2018-03-31 02:14:29,+0000,,Love seeing the scars of the rocket https://t.co/y5FQrLcV9B,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,02,https://twitter.com/elonmusk/status/979904735972024321,[],['https://pbs.twimg.com/media/DZlSKJ2U8AAE61O.jpg'],1,https://pbs.twimg.com/media/DZlSKJ2U8AAE61O.jpg,False,62442,1035,5424,,None,,,,,,,[],,,, +2032,979896143604744193,979726332320915462,1522460420000.0,2018-03-31 01:40:20,+0000,,"@vbagate Hopefully, actual video coming soon. Aiming to improve the link quality so it can be real-time.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/979896143604744193,[],[],0,,False,1001,36,44,,None,,,,,,,"[{'screen_name': 'vbagate', 'name': 'Van Applegate', 'id': '15040812'}]",,,, +2033,979895766880841733,979893228160913408,1522460331000.0,2018-03-31 01:38:51,+0000,,@SRodgerBock Everything’s better with fire,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/979895766880841733,[],[],0,,False,1081,71,86,,None,,,,,,,"[{'screen_name': 'SRodgerBock', 'name': 'S Rodger Bock', 'id': '1272059598'}]",,,, +2034,979893228160913408,979893228160913408,1522459725000.0,2018-03-31 01:28:45,+0000,,Best music video art I’ve seen in a while https://t.co/F2E4zDZMyM,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,01,https://twitter.com/elonmusk/status/979893228160913408,['https://m.youtube.com/watch?v=eTLTXDHrgtw'],[],0,,False,9359,652,1076,,None,,,,,,,[],,,, +2035,979769569706307584,979766844025376769,1522430243000.0,2018-03-30 17:17:23,+0000,,@BadAstronomer Tru drat,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/979769569706307584,[],[],0,,False,3195,87,131,,None,,,,,,,"[{'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}]",,,, +2036,979764513233715200,979726332320915462,1522429037000.0,2018-03-30 16:57:17,+0000,,"GPS guided parafoil twisted, so fairing impacted water at high speed. Air wake from fairing messing w parafoil steering. Doing helo drop tests in next few weeks to solve.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/979764513233715200,[],[],0,,False,11442,487,674,,None,,,,,,,[],,,, +2037,979730904087068672,979726332320915462,1522421024000.0,2018-03-30 14:43:44,+0000,,Mr Steven is 5 mins away from being under the falling fairing (don’t have live video),en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,14,https://twitter.com/elonmusk/status/979730904087068672,[],[],0,,False,12608,495,574,,None,,,,,,,[],,,, +2038,979726332320915462,979726332320915462,1522419934000.0,2018-03-30 14:25:34,+0000,,"Attempting recovery of fairing falling down from space (right now) with our boat, Mr Steven. It’s a giant steel & webbing catcher’s mitt superstructure on a high-speed ocean ship. Godspeed, Mr. S …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,14,https://twitter.com/elonmusk/status/979726332320915462,[],[],0,,False,29446,706,2271,,None,,,,,,,[],,,, +2039,978913092443824128,978913092443824128,1522226043000.0,2018-03-28 08:34:03,+0000,,"House party for the autonomous anarcho-syndicalist commune!! —— Peasant Woman: Well, how'd you… https://t.co/c85wR2xelx",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,08,https://twitter.com/elonmusk/status/978913092443824128,['https://www.instagram.com/p/Bg3CLGrACcI/'],[],0,,False,7164,421,432,,None,,,,,,,[],,,, +2040,978897638337794053,978888552711966720,1522222358000.0,2018-03-28 07:32:38,+0000,,@Taraustralis @Drniallmc @BookHubPublish @1Cunionsandphey @brianmlucey @AstroVicnet @Armoured_Combat @GastroGays Yes. I forgot my sword.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,07,https://twitter.com/elonmusk/status/978897638337794053,[],[],0,,False,600,28,28,,None,,,,,,,"[{'screen_name': 'Taraustralis', 'name': 'Taraustralis', 'id': '1006232250'}, {'screen_name': 'BookHubPublish', 'name': 'Book Hub Publishing', 'id': '1498237130'}, {'screen_name': '1Cunionsandphey', 'name': ""Daithi O'Laoghaire"", 'id': '909798717145960448'}, {'screen_name': 'brianmlucey', 'name': 'brian lucey', 'id': '45114987'}, {'screen_name': 'AstroVicnet', 'name': 'Vincent Heidelberg (et Kibo)', 'id': '83575577'}, {'screen_name': 'Armoured_Combat', 'name': 'Armoured Combat', 'id': '3078430300'}, {'screen_name': 'GastroGays', 'name': 'Russell & Patrick', 'id': '1145136692'}]",,,, +2041,978895981465960448,978888552711966720,1522221963000.0,2018-03-28 07:26:03,+0000,,@Taraustralis @Drniallmc @BookHubPublish @1Cunionsandphey @brianmlucey @AstroVicnet @Armoured_Combat @GastroGays Dueling Dwarf Vader while dressed as a knight and using a parasol for a sword,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,07,https://twitter.com/elonmusk/status/978895981465960448,[],[],0,,False,2700,57,112,,None,,,,,,,"[{'screen_name': 'Taraustralis', 'name': 'Taraustralis', 'id': '1006232250'}, {'screen_name': 'BookHubPublish', 'name': 'Book Hub Publishing', 'id': '1498237130'}, {'screen_name': '1Cunionsandphey', 'name': ""Daithi O'Laoghaire"", 'id': '909798717145960448'}, {'screen_name': 'brianmlucey', 'name': 'brian lucey', 'id': '45114987'}, {'screen_name': 'AstroVicnet', 'name': 'Vincent Heidelberg (et Kibo)', 'id': '83575577'}, {'screen_name': 'Armoured_Combat', 'name': 'Armoured Combat', 'id': '3078430300'}, {'screen_name': 'GastroGays', 'name': 'Russell & Patrick', 'id': '1145136692'}]",,,, +2042,978895114524352513,978895114524352513,1522221756000.0,2018-03-28 07:22:36,+0000,,"Turns out joking about being a “rock” star because of digging tunnels (through, uh, rock — hello??) is deeply underappreciated",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,07,https://twitter.com/elonmusk/status/978895114524352513,[],[],0,,False,95804,2133,7790,,None,,,,,,,[],,,, +2043,978665254329569280,978662971537674240,1522166954000.0,2018-03-27 16:09:14,+0000,,"@asteroix Yes, you can upgrade hardware, although we also wrote software to accelerate rendering on old MCU. Coming out soon & makes a big diff.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/978665254329569280,[],[],0,,False,671,80,62,,None,,,,,,,"[{'screen_name': 'asteroix', 'name': 'Cookie Juice', 'id': '1895831479'}]",,,, +2044,978502181069365249,978502181069365249,1522128074000.0,2018-03-27 05:21:14,+0000,,"From my Mom: every time I use irony, I lose a friend",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,05,https://twitter.com/elonmusk/status/978502181069365249,[],[],0,,False,68033,1761,7549,,None,,,,,,,[],,,, +2045,978498291124981763,978140940241059840,1522127146000.0,2018-03-27 05:05:46,+0000,,And they said I’d never be a rock star …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,05,https://twitter.com/elonmusk/status/978498291124981763,[],[],0,,False,36644,734,3495,,None,,,,,,,[],,,, +2046,978149655853744129,978144513733681153,1522044025000.0,2018-03-26 06:00:25,+0000,,@safranye @DianaKFletcher @LeonsArcade Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/978149655853744129,[],[],0,,False,592,30,14,,None,,,,,,,"[{'screen_name': 'safranye', 'name': 'Eniko Safrany-Hetei', 'id': '1928101646'}, {'screen_name': 'dianakfletcher', 'name': 'Diana Fletcher', 'id': '926875901039538176'}]",,,, +2047,978148065423970304,978144513733681153,1522043646000.0,2018-03-26 05:54:06,+0000,,"@DianaKFletcher @LeonsArcade Uhh, it’s literally made of rock",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/978148065423970304,[],[],0,,False,1390,35,95,,None,,,,,,,"[{'screen_name': 'dianakfletcher', 'name': 'Diana Fletcher', 'id': '926875901039538176'}]",,,, +2048,978147162319085569,978144513733681153,1522043431000.0,2018-03-26 05:50:31,+0000,,"@LeonsArcade Yeah, the boring bricks are interlocking with a precise surface finish, so two people could build the outer walls of a small house in a day or so",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/978147162319085569,[],[],0,,False,4505,129,294,,None,,,,,,,[],,,, +2049,978143803830775810,978140940241059840,1522042630000.0,2018-03-26 05:37:10,+0000,,@selberis Prob May,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/978143803830775810,[],[],0,,False,2338,24,62,,None,,,,,,,"[{'screen_name': 'selberis', 'name': 'John', 'id': '40367982'}]",,,, +2050,978142739463208961,978140940241059840,1522042376000.0,2018-03-26 05:32:56,+0000,,@teslainventory Guaranteed to be Flamethrower-proof!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/978142739463208961,[],[],0,,False,2403,28,69,,None,,,,,,,"[{'screen_name': 'teslainventory', 'name': 'Erik in DÆrik', 'id': '565198801'}]",,,, +2051,978142114339995648,978140940241059840,1522042227000.0,2018-03-26 05:30:27,+0000,,"First kit set will be ancient Egypt — pyramids, Sphinx, temple of Horus, etc",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/978142114339995648,[],[],0,,False,25104,819,1569,,None,,,,,,,[],,,, +2052,978140940241059840,978140940241059840,1522041947000.0,2018-03-26 05:25:47,+0000,,"New Boring Company merch coming soon. Lifesize LEGO-like interlocking bricks made from tunneling rock that you can use to create sculptures & buildings. Rated for California seismic loads, so super strong, but bored in the middle, like an aircraft wing spar, so not heavy.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/978140940241059840,[],[],0,,False,65950,1794,7509,,None,,,,,,,[],,,, +2053,978132755740377088,978097229767430144,1522039996000.0,2018-03-26 04:53:16,+0000,,"@aNichiporchik New nav starts rolling out this weekend. Should be considered a mature beta at first, so won’t be perfect, but will improve rapidly. With the old system, we were stuck with legacy 3rd party black box code and stale data. No way to improve.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,04,https://twitter.com/elonmusk/status/978132755740377088,[],[],0,,False,708,75,72,,None,,,,,,,"[{'screen_name': 'aNichiporchik', 'name': 'Alex Nichiporchik', 'id': '218076700'}]",,,, +2054,978056724950147072,978056724950147072,1522021869000.0,2018-03-25 23:51:09,+0000,, https://t.co/C98mW0OPAF,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,23,https://twitter.com/elonmusk/status/978056724950147072,[],['https://pbs.twimg.com/media/DZLBZ2bVoAEx5f7.jpg'],1,https://pbs.twimg.com/media/DZLBZ2bVoAEx5f7.jpg,False,27069,966,1417,,None,,,,,,,[],,,, +2055,977720676722212864,977674173282750464,1521941749000.0,2018-03-25 01:35:49,+0000,,@arstechnica @thepacketrat Shocker,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/977720676722212864,[],[],0,,False,10304,214,796,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'thepacketrat', 'name': 'Sean Gallagher (packet rat)', 'id': '10747572'}]",,,, +2056,977660603975151616,977361160470179840,1521927426000.0,2018-03-24 21:37:06,+0000,,@TeslaMotorsClub It’s not a political statement and I didn’t do this because someone dared me to do it. Just don’t like Facebook. Gives me the willies. Sorry.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/977660603975151616,[],[],0,,False,27217,730,3382,,None,,,,,,,"[{'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}]",,,, +2057,977653519078457344,977645648609759233,1521925737000.0,2018-03-24 21:08:57,+0000,,@ElectrekCo I have just asked our team to slow down deliveries. It is clear that we are exceeding the local logistics capacity due to batch build and delivery. Customer happiness & safety matter more than a few extra cars this quarter.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/977653519078457344,[],[],0,,False,9124,210,447,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +2058,977261549080297472,977232670911541249,1521832284000.0,2018-03-23 19:11:24,+0000,,@tiggerl82 @VentureBeat @kharijohnson You’ll live,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/977261549080297472,[],[],0,,False,5474,175,388,,None,,,,,,,"[{'screen_name': 'tiggerl82', 'name': 'Balazs Szekely', 'id': '245010392'}, {'screen_name': 'VentureBeat', 'name': 'VentureBeat', 'id': '60642052'}, {'screen_name': 'kharijohnson', 'name': 'Khari Johnson', 'id': '16408929'}]",,,, +2059,977258647641141248,977232670911541249,1521831592000.0,2018-03-23 18:59:52,+0000,,@VentureBeat @kharijohnson We’ve never advertised with FB. None of my companies buy advertising or pay famous people to fake endorse. Product lives or dies on its own merits.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,18,https://twitter.com/elonmusk/status/977258647641141248,[],[],0,,False,41869,677,6349,,None,,,,,,,"[{'screen_name': 'VentureBeat', 'name': 'VentureBeat', 'id': '60642052'}, {'screen_name': 'kharijohnson', 'name': 'Khari Johnson', 'id': '16408929'}]",,,, +2060,977236378105798656,976231995846963201,1521826283000.0,2018-03-23 17:31:23,+0000,,"@martinapennisi @serdarsprofile @brianacton Instagram’s probably ok imo, so long as it stays fairly independent. I don’t use FB & never have, so don’t think I’m some kind of martyr or my companies are taking a huge blow. Also, we don’t advertise or pay for endorsements, so … don’t care.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/977236378105798656,[],[],0,,False,4658,197,661,,None,,,,,,,"[{'screen_name': 'martinapennisi', 'name': 'Martina Pennisi', 'id': '91380029'}, {'screen_name': 'serdarsprofile', 'name': 'Serdar', 'id': '291155395'}, {'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +2061,977230073173393408,977229726291984384,1521824780000.0,2018-03-23 17:06:20,+0000,,@themadstone Ok,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/977230073173393408,[],[],0,,False,6685,102,302,,None,,,,,,,"[{'screen_name': 'themadstone', 'name': 'Maddie Stone', 'id': '416715629'}]",,,, +2062,977217002564546560,977216068145074178,1521821663000.0,2018-03-23 16:14:23,+0000,,"@mcwm What, a troll, me!? How dare you, sir!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/977217002564546560,[],[],0,,False,11769,171,814,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}]",,,, +2063,977216799354728448,977216052391219201,1521821615000.0,2018-03-23 16:13:35,+0000,,"@kerrymflynn Yeah, my fault for being an idiot. We did give them a free launch to make up for it and I think they had some insurance.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/977216799354728448,[],[],0,,False,6932,156,470,,None,,,,,,,"[{'screen_name': 'kerrymflynn', 'name': 'Kerry Flynn 🐶', 'id': '30581721'}]",,,, +2064,977216157080993793,976231995846963201,1521821462000.0,2018-03-23 16:11:02,+0000,,@Bryson_M @RMac18 @serdarsprofile @brianacton Definitely. Looks lame anyway.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/977216157080993793,[],[],0,,False,9917,178,1175,,None,,,,,,,"[{'screen_name': 'Bryson_M', 'name': 'bryson', 'id': '14352562'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'serdarsprofile', 'name': 'Serdar', 'id': '291155395'}, {'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +2065,977215954349211650,976231995846963201,1521821413000.0,2018-03-23 16:10:13,+0000,,@aysegultelli @brianacton First time I’ve seen either. One on the left looks official. Will be gone soon.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/977215954349211650,[],[],0,,False,2677,107,291,,None,,,,,,,"[{'screen_name': 'aysegultelli', 'name': 'Ayşegül', 'id': '352241206'}, {'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +2066,977215713646583808,976231995846963201,1521821356000.0,2018-03-23 16:09:16,+0000,,@sathish4vy @brianacton Maybe that word doesn’t mean what I think it does,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/977215713646583808,[],[],0,,False,851,20,36,,None,,,,,,,"[{'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +2067,977214195698581504,977212673451610113,1521820994000.0,2018-03-23 16:03:14,+0000,,@jiveDurkey @SpaceX @facebook Literally never seen it even once,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/977214195698581504,[],[],0,,False,7012,128,451,,None,,,,,,,"[{'screen_name': 'jiveDurkey', 'name': 'j.d. durkin', 'id': '45511031'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Facebook', 'name': 'Facebook', 'id': '2425151'}]",,,, +2068,977213864969256960,977041745979609088,1521820915000.0,2018-03-23 16:01:55,+0000,,"@OfficeOfOMAR Yeah, it’s borderline. FB influence is slowly creeping in.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/977213864969256960,[],[],0,,False,823,32,52,,None,,,,,,,[],,,, +2069,977211923719598086,976231995846963201,1521820452000.0,2018-03-23 15:54:12,+0000,,@serdarsprofile @brianacton I didn’t realize there was one. Will do.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,15,https://twitter.com/elonmusk/status/977211923719598086,[],[],0,,False,15864,380,2477,,None,,,,,,,"[{'screen_name': 'serdarsprofile', 'name': 'Serdar', 'id': '291155395'}, {'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +2070,977210512021667840,976231995846963201,1521820116000.0,2018-03-23 15:48:36,+0000,,@sathish4vy @brianacton Inconceivable! Who’d say a thing like that!?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,15,https://twitter.com/elonmusk/status/977210512021667840,[],[],0,,False,1019,20,43,,None,,,,,,,"[{'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +2071,977209817012977665,976231995846963201,1521819950000.0,2018-03-23 15:45:50,+0000,,@brianacton What’s Facebook?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,15,https://twitter.com/elonmusk/status/977209817012977665,[],[],0,,False,43747,1164,11321,,None,,,,,,,"[{'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +2072,977209516012986369,977208583849947137,1521819878000.0,2018-03-23 15:44:38,+0000,,"@verge Wow, a whole week. Risky ...",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,15,https://twitter.com/elonmusk/status/977209516012986369,[],[],0,,False,7783,123,421,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +2073,977209059949494272,977041745979609088,1521819770000.0,2018-03-23 15:42:50,+0000,,@SmileSimplify Umm...yes,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,15,https://twitter.com/elonmusk/status/977209059949494272,[],[],0,,False,697,14,20,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +2074,977127504438747136,977127406044463104,1521800325000.0,2018-03-23 10:18:45,+0000,,@benflux Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,10,https://twitter.com/elonmusk/status/977127504438747136,[],[],0,,False,422,19,13,,None,,,,,,,"[{'screen_name': 'benflux', 'name': 'Ben Flux', 'id': '22883087'}]",,,, +2075,977113911475318784,977041745979609088,1521797085000.0,2018-03-23 09:24:45,+0000,,@georgepaul82 I double-dare them to come back! Bring it ...,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,09,https://twitter.com/elonmusk/status/977113911475318784,[],[],0,,False,1231,43,42,,None,,,,,,,[],,,, +2076,977041745979609088,977041745979609088,1521779879000.0,2018-03-23 04:37:59,+0000,,No technology is too advanced for The Boring Company! https://t.co/r3EJYpcpkO,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,04,https://twitter.com/elonmusk/status/977041745979609088,['https://www.instagram.com/p/BgpwknyA--2/'],[],0,,False,16542,979,1235,,None,,,,,,,[],,,, +2077,976992482595545088,976222938931265536,1521768134000.0,2018-03-23 01:22:14,+0000,,"@Lori_Garver @JeffBezos That said, Lori deserves a lot of credit for supporting competitive, commercial space launch while under massive assault from old-school monopolists",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,01,https://twitter.com/elonmusk/status/976992482595545088,[],[],0,,False,1059,25,73,,None,,,,,,,"[{'screen_name': 'Lori_Garver', 'name': 'Lori Garver', 'id': '119897041'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}]",,,, +2078,976774671516364800,976761913131524098,1521716203000.0,2018-03-22 10:56:43,+0000,,"@Ron_sanes No real surface is perfect, but it did pull about 250,000 lbs of muck rail cars out of a tunnel https://t.co/wlKbLwd0f7",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/976774671516364800,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/976774353076416513/pu/img/OsDAeEadg04ONLsu.jpg,False,2339,94,335,,None,,,,,,,"[{'screen_name': 'Ron_sanes', 'name': 'iRONman', 'id': '234985344'}]",,,, +2079,976771803044446208,976761913131524098,1521715520000.0,2018-03-22 10:45:20,+0000,,"@tomkiss Probably mid next year before we are able to make RHD. Wish it could be sooner. Maybe try a Model S, used or new in the meantime? Used S is better than a new 3 imo, unless you want a smaller car.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/976771803044446208,[],[],0,,False,672,60,36,,None,,,,,,,"[{'screen_name': 'tomkiss', 'name': '𝕋𝕆𝕄 𝕂𝕀𝕊𝕊', 'id': '8033482'}]",,,, +2080,976769850663043073,976761913131524098,1521715054000.0,2018-03-22 10:37:34,+0000,,@loganfeatures Sorry 🤗,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/976769850663043073,[],[],0,,False,880,16,18,,None,,,,,,,"[{'screen_name': 'loganfeatures', 'name': 'Charles Logan', 'id': '1386183951664877569'}]",,,, +2081,976769575466356736,976761913131524098,1521714988000.0,2018-03-22 10:36:28,+0000,,"Model X pulls a 95,000 lb (15,000 above US road legal limit) semi truck on a pure snow surface https://t.co/AqmvgMXIYo",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/976769575466356736,['https://electrek.co/2018/02/20/tesla-model-x-pull-semi-truck-snow/'],[],0,,False,17296,441,2088,,None,,,,,,,[],,,, +2082,976767301574787072,976767131663597568,1521714446000.0,2018-03-22 10:27:26,+0000,,@bigyahu Thanks!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/976767301574787072,[],[],0,,False,347,12,7,,None,,,,,,,"[{'screen_name': 'bigyahu', 'name': 'alan jones (the good one)', 'id': '7512'}]",,,, +2083,976767152173719552,976761913131524098,1521714411000.0,2018-03-22 10:26:51,+0000,,@s3xy_ch Sounds like this canton has style!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/976767152173719552,[],[],0,,False,820,16,39,,None,,,,,,,"[{'screen_name': 's3xy_ch', 'name': 's3xy_ch', 'id': '958345520354766848'}]",,,, +2084,976766285445910533,976661622235152384,1521714204000.0,2018-03-22 10:23:24,+0000,,@xeokeri Ok,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/976766285445910533,[],[],0,,False,601,19,18,,None,,,,,,,"[{'screen_name': 'xeokeri', 'name': 'Xeon Xai', 'id': '15419462'}]",,,, +2085,976766094630305792,976661622235152384,1521714159000.0,2018-03-22 10:22:39,+0000,,@themodel3guy You’re welcome. Sorry for the delay. Only just got back from Gigafactory. Will be at our Fremont factory in the morning. Tesla team is going all out.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/976766094630305792,[],[],0,,False,713,24,31,,None,,,,,,,"[{'screen_name': 'themodel3guy', 'name': ""@themodel3guy's Ghost 👻"", 'id': '1215822775706882048'}]",,,, +2086,976763690585223168,976761913131524098,1521713585000.0,2018-03-22 10:13:05,+0000,,Better to be in the Model X https://t.co/r0Tf79PSxE,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/976763690585223168,['https://www.teslarati.com/tesla-model-x-tug-war-chevy-camaro/'],[],0,,False,11362,238,1003,,None,,,,,,,[],,,, +2087,976761913131524098,976761913131524098,1521713162000.0,2018-03-22 10:06:02,+0000,,"The Swiss police are smart. Electricity vs diesel & maintenance more than make up for purchase price diff. Plus, the bad guys will def not escape. That’s worth a lot … https://t.co/fE6zmM8C3F",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/976761913131524098,['https://apple.news/Aefkre1PBRaKYSF7SDBZ8iQ'],[],0,,False,21168,497,2722,,None,,,,,,,[],,,, +2088,976661622235152384,976661622235152384,1521689250000.0,2018-03-22 03:27:30,+0000,,Maybe there should be 2 providers for Chicago advanced transit. Monopolies are so boring ... https://t.co/hXJBtKgbiB,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,03,https://twitter.com/elonmusk/status/976661622235152384,['https://www.teslarati.com/elon-musk-boring-company-chicago-ohare-tunnel-final-two-bids/'],[],0,,False,20834,579,2414,,None,,,,,,,[],,,, +2089,976418373457215488,976418373457215488,1521631255000.0,2018-03-21 11:20:55,+0000,,Petra and Mars https://t.co/AFgsZVlImZ,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,11,https://twitter.com/elonmusk/status/976418373457215488,['https://www.instagram.com/p/BglRR6EgB8j/'],[],0,,False,7910,424,601,,None,,,,,,,[],,,, +2090,976414452106055680,976222938931265536,1521630320000.0,2018-03-21 11:05:20,+0000,,"@Lori_Garver @JeffBezos Lori, this is ridiculous. Creating a rocket company has to be one of the dumbest and hardest ways to “make money”. If it was about money, I’d just do another Internet company.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,11,https://twitter.com/elonmusk/status/976414452106055680,[],[],0,,False,27187,397,3170,,None,,,,,,,"[{'screen_name': 'Lori_Garver', 'name': 'Lori Garver', 'id': '119897041'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}]",,,, +2091,976168329097416704,976167415854837761,1521571640000.0,2018-03-20 18:47:20,+0000,,@RanNatanzon @Tesla @Cortica This is completely false. Never even heard of Cortica. Just taking my kids on a Spring Break trip to see ancient historical sites in Israel & Jordan.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/976168329097416704,[],[],0,,False,13309,324,726,,None,,,,,,,"[{'screen_name': 'RanNatanzon', 'name': 'Ran Natanzon', 'id': '19912099'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Cortica', 'name': 'Cortica', 'id': '1965128191'}]",,,, +2092,975919977495543808,975919977495543808,1521512429000.0,2018-03-20 02:20:29,+0000,,Paid respects to Masada earlier today. Live free or die. https://t.co/RIfSVHRkDY,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,02,https://twitter.com/elonmusk/status/975919977495543808,['https://www.instagram.com/p/BghgFOWgB2_/'],[],0,,False,10843,599,825,,None,,,,,,,[],,,, +2093,975796402675703809,975796402675703809,1521482966000.0,2018-03-19 18:09:26,+0000,,Learning how to pour flaming absinthe over a tower of glasses in a Jerusalem speakeasy.… https://t.co/kLFzl7SjH5,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,18,https://twitter.com/elonmusk/status/975796402675703809,['https://www.instagram.com/p/BggsS4gAJ9v/'],[],0,,False,13689,705,851,,None,,,,,,,[],,,, +2094,975228272366759939,975103893209141249,1521347513000.0,2018-03-18 04:31:53,+0000,,@IraEhrenpreis @Tesla Thanks for your support over all those years!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,04,https://twitter.com/elonmusk/status/975228272366759939,[],[],0,,False,6443,89,127,,None,,,,,,,"[{'screen_name': 'IraEhrenpreis', 'name': 'Ira Ehrenpreis', 'id': '1319781188'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2095,974356241119035392,974350540154032128,1521139605000.0,2018-03-15 18:46:45,+0000,,"@TheOnion Your cruel taunts cut me deep. Deep. But, I love you too.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/974356241119035392,[],[],0,,False,7075,177,374,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +2096,974355745993969664,974350540154032128,1521139487000.0,2018-03-15 18:44:47,+0000,,@TheOnion Oh you guys ...,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/974355745993969664,[],[],0,,False,25584,262,1018,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +2097,974355452438888448,974294973158969349,1521139417000.0,2018-03-15 18:43:37,+0000,,@timthetatman Yeah. I find it soothing.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/974355452438888448,[],[],0,,False,8750,235,1166,,None,,,,,,,"[{'screen_name': 'timthetatman', 'name': 'timthetatman👑', 'id': '995979576'}]",,,, +2098,974048143871434752,974036157880250368,1521066149000.0,2018-03-14 22:22:29,+0000,,@JeffreyWolff Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/974048143871434752,[],[],0,,False,413,29,16,,None,,,,,,,"[{'screen_name': 'JeffreyWolff', 'name': 'Jeffrey Wolff', 'id': '37273620'}]",,,, +2099,973998998209011712,973857445683462145,1521054431000.0,2018-03-14 19:07:11,+0000,,@AnubhavArora06 Good point,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/973998998209011712,[],[],0,,False,710,39,18,,None,,,,,,,"[{'screen_name': 'AnubhavArora06', 'name': 'A.A.', 'id': '2510742157'}]",,,, +2100,973972643190792193,973857445683462145,1521048148000.0,2018-03-14 17:22:28,+0000,,"That’s the name of my new intergalactic media empire, exclamation point optional",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,17,https://twitter.com/elonmusk/status/973972643190792193,[],[],0,,False,27911,991,1775,,None,,,,,,,[],,,, +2101,973860794679967745,973857445683462145,1521021481000.0,2018-03-14 09:58:01,+0000,,@MaxF01234 @BleachTheLies Resist,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,09,https://twitter.com/elonmusk/status/973860794679967745,[],[],0,,False,2368,127,91,,None,,,,,,,"[{'screen_name': 'BleachTheLies', 'name': 'CoffeeAndKurt', 'id': '382465150'}]",,,, +2102,973860151697457152,973857445683462145,1521021328000.0,2018-03-14 09:55:28,+0000,,@BleachTheLies Thinkularity,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,09,https://twitter.com/elonmusk/status/973860151697457152,[],[],0,,False,3505,88,157,,None,,,,,,,"[{'screen_name': 'BleachTheLies', 'name': 'CoffeeAndKurt', 'id': '382465150'}]",,,, +2103,973857445683462145,973857445683462145,1521020683000.0,2018-03-14 09:44:43,+0000,,Thud!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,09,https://twitter.com/elonmusk/status/973857445683462145,[],[],0,,False,41271,2246,3114,,None,,,,,,,[],,,, +2104,972996509477216256,972754606647365632,1520815419000.0,2018-03-12 00:43:39,+0000,,@prof_wsoff Great idea!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/972996509477216256,[],[],0,,False,415,61,20,,None,,,,,,,[],,,, +2105,972754606647365632,972754606647365632,1520757745000.0,2018-03-11 08:42:25,+0000,,"My brother, Jonah and I are going to do a cover of My Little Buttercup from The Three Amigos. It will be terrible. There will also be a plethora of Q and sometimes even A. https://t.co/4xHux9DNnn",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,08,https://twitter.com/elonmusk/status/972754606647365632,['https://twitter.com/sxsw/status/972672230936272897'],[],0,,False,30627,1021,2580,https://twitter.com/sxsw/status/972672230936272897,None,,,,,,,[],,,, +2106,972697639325233154,972697639325233154,1520744163000.0,2018-03-11 04:56:03,+0000,,On the Westworld set with my bro @kimbal https://t.co/UNSB4vGp5O,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,04,https://twitter.com/elonmusk/status/972697639325233154,['https://www.instagram.com/p/BgK5R1SAjHC/'],[],0,,False,12245,416,649,,None,,,,,,,[],,,, +2107,972628124893671432,972628124893671432,1520727590000.0,2018-03-11 00:19:50,+0000,,"Why Falcon Heavy & Starman? Life cannot just be about solving one sad problem after another. There need to be things that inspire you, that make you glad to wake up in the morning and be part of humanity. That is why we did it. We did for you. https://t.co/5STO7q4wro",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,00,https://twitter.com/elonmusk/status/972628124893671432,['https://m.youtube.com/watch?feature=youtu.be&v=A0FZIwabctw'],[],0,,False,94000,2975,27094,,None,,,,,,,[],,,, +2108,972553071845879809,972550122839080960,1520709696000.0,2018-03-10 19:21:36,+0000,,@CBinsights Doesn’t make any sense. You can’t “take things that fail” & make them work without creativity & invention.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,19,https://twitter.com/elonmusk/status/972553071845879809,[],[],0,,False,12669,214,1235,,None,,,,,,,"[{'screen_name': 'CBinsights', 'name': 'CB Insights', 'id': '110171914'}]",,,, +2109,972338813329534976,972335273462841344,1520658612000.0,2018-03-10 05:10:12,+0000,,"@Advil No, it’s not",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/972338813329534976,[],[],0,,False,6922,221,884,,None,,,,,,,"[{'screen_name': 'Advil', 'name': 'abdul 🐈\u200d⬛', 'id': '14417243'}]",,,, +2110,972336214262013952,972335273462841344,1520657993000.0,2018-03-10 04:59:53,+0000,,@dedubb4 None of the above,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/972336214262013952,[],[],0,,False,8886,156,265,,None,,,,,,,"[{'screen_name': 'dedubb4', 'name': 'dedub', 'id': '339926198'}]",,,, +2111,972335273462841344,972335273462841344,1520657768000.0,2018-03-10 04:56:08,+0000,,Tunnels,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,04,https://twitter.com/elonmusk/status/972335273462841344,[],[],0,,False,19497,3570,2806,,None,,,,,,,[],,,, +2112,972248502762799104,972233079342297088,1520637081000.0,2018-03-09 23:11:21,+0000,,@RodrigoEP01 Because blue,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,23,https://twitter.com/elonmusk/status/972248502762799104,[],[],0,,False,8347,145,595,,None,,,,,,,"[{'screen_name': 'RodrigoEP01', 'name': 'Rodrigo EP', 'id': '1111726617615835136'}]",,,, +2113,972248154354495488,972246515669438464,1520636998000.0,2018-03-09 23:09:58,+0000,,"@2AvSagas I guess you could say it’s a 150 mph, underground, autonomous, electric bus that automatically switches between tunnels and lifts. So, yes, a bus.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,23,https://twitter.com/elonmusk/status/972248154354495488,[],[],0,,False,9661,170,819,,None,,,,,,,"[{'screen_name': '2AvSagas', 'name': 'Second Ave. Sagas', 'id': '16563573'}]",,,, +2114,972245615735222273,972233079342297088,1520636392000.0,2018-03-09 22:59:52,+0000,,"Better video coming soon, but it would look a bit like this: https://t.co/C0iJPi8b4U",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/972245615735222273,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/972245557447045121/pu/img/-Nd9gnQjfX3N_I7m.jpg,False,105877,2606,27082,,None,,,,,,,[],,,, +2115,972243992153739265,972233079342297088,1520636005000.0,2018-03-09 22:53:25,+0000,,"Boring Co urban loop system would have 1000’s of small stations the size of a single parking space that take you very close to your destination & blend seamlessly into the fabric of a city, rather than a small number of big stations like a subway",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/972243992153739265,[],[],0,,False,29170,604,3140,,None,,,,,,,[],,,, +2116,972240946115915776,972233079342297088,1520635279000.0,2018-03-09 22:41:19,+0000,,@Advil Definitely,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/972240946115915776,[],[],0,,False,891,21,30,,None,,,,,,,"[{'screen_name': 'Advil', 'name': 'abdul 🐈\u200d⬛', 'id': '14417243'}]",,,, +2117,972235526848708608,972233079342297088,1520633987000.0,2018-03-09 22:19:47,+0000,,"Will still transport cars, but only after all personalized mass transit needs are met. It’s a matter of courtesy & fairness. If someone can’t afford a car, they should go first.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/972235526848708608,[],[],0,,False,37516,692,4652,,None,,,,,,,[],,,, +2118,972233079342297088,972233079342297088,1520633403000.0,2018-03-09 22:10:03,+0000,,Adjusting The Boring Company plan: all tunnels & Hyperloop will prioritize pedestrians & cyclists over cars,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/972233079342297088,[],[],0,,False,79033,1568,11072,,None,,,,,,,[],,,, +2119,972223971813818369,972186949367689217,1520631232000.0,2018-03-09 21:33:52,+0000,,@kronayne Heavy sigh,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,21,https://twitter.com/elonmusk/status/972223971813818369,[],[],0,,False,5180,135,334,,None,,,,,,,"[{'screen_name': 'kronayne', 'name': 'Kathleen Ronayne', 'id': '29620439'}]",,,, +2120,972151775934365697,972149891848798208,1520614019000.0,2018-03-09 16:46:59,+0000,,"@starlight_juice Talulah is in England, finishing her second novel. It’s about a future matriarchal society, with a twist.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/972151775934365697,[],[],0,,False,925,35,25,,None,,,,,,,"[{'screen_name': 'starlight_juice', 'name': 'Haley', 'id': '57368217'}]",,,, +2121,972149891848798208,972149891848798208,1520613570000.0,2018-03-09 16:39:30,+0000,,"Will be at SXSW Sat/Sun with Jonah & Lisa, who created Westworld. Jonah made an incredible short reel of Falcon Heavy & Starman. Releases tmrw aft.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,16,https://twitter.com/elonmusk/status/972149891848798208,[],[],0,,False,23663,493,1872,,None,,,,,,,[],,,, +2122,971898600274870272,971402791930552322,1520553657000.0,2018-03-09 00:00:57,+0000,,"@realDonaldTrump To be clear, I think a fair outcome for all is quite likely. China has already shown a willingness to open their markets and I believe they will do the right thing.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/971898600274870272,[],[],0,,False,3602,158,292,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +2123,971815058475921408,971402791930552322,1520533740000.0,2018-03-08 18:29:00,+0000,,"@realDonaldTrump We raised this with the prior administration and nothing happened. Just want a fair outcome, ideally where tariffs/rules are equally moderate. Nothing more. Hope this does not seem unreasonable.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/971815058475921408,[],[],0,,False,6812,279,816,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +2124,971814004887715840,971402791930552322,1520533488000.0,2018-03-08 18:24:48,+0000,,"@realDonaldTrump I am against import duties in general, but the current rules make things very difficult. It’s like competing in an Olympic race wearing lead shoes.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/971814004887715840,[],[],0,,False,4329,189,597,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +2125,971812680594964480,971402791930552322,1520533173000.0,2018-03-08 18:19:33,+0000,,"@realDonaldTrump Also, no US auto company is allowed to own even 50% of their own factory in China, but there are five 100% China-owned EV auto companies in the US",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/971812680594964480,[],[],0,,False,7368,319,1520,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +2126,971811614411276288,971402791930552322,1520532918000.0,2018-03-08 18:15:18,+0000,,"@realDonaldTrump For example, an American car going to China pays 25% import duty, but a Chinese car coming to the US only pays 2.5%, a tenfold difference",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/971811614411276288,[],[],0,,False,8981,411,1900,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +2127,971810418128691200,971402791930552322,1520532633000.0,2018-03-08 18:10:33,+0000,,"@realDonaldTrump Do you think the US & China should have equal & fair rules for cars? Meaning, same import duties, ownership constraints & other factors.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,18,https://twitter.com/elonmusk/status/971810418128691200,[],[],0,,False,13290,483,1287,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +2128,971624496825159680,971624496825159680,1520488306000.0,2018-03-08 05:51:46,+0000,, https://t.co/wJDmXrEuKi,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,05,https://twitter.com/elonmusk/status/971624496825159680,[],['https://pbs.twimg.com/media/DXvnUW1UQAA4KE-.jpg'],1,https://pbs.twimg.com/media/DXvnUW1UQAA4KE-.jpg,False,41566,978,2760,,None,,,,,,,[],,,, +2129,971618409187127296,971618409187127296,1520486855000.0,2018-03-08 05:27:35,+0000,, https://t.co/pNElNTmcKf,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,05,https://twitter.com/elonmusk/status/971618409187127296,[],['https://pbs.twimg.com/media/DXvhyPaV4AEjjxp.jpg'],1,https://pbs.twimg.com/media/DXvhyPaV4AEjjxp.jpg,False,156296,1489,20926,,None,,,,,,,[],,,, +2130,971550967018614784,971538400586088449,1520470775000.0,2018-03-08 00:59:35,+0000,,"@verge Every time Alexa laughs, an angel dies, so thank goodness …",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,00,https://twitter.com/elonmusk/status/971550967018614784,[],[],0,,False,16623,218,1415,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +2131,971510290163499008,971409311401435137,1520461077000.0,2018-03-07 22:17:57,+0000,,@ParkerMolloy Depends on what you mean by “doom”,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/971510290163499008,[],[],0,,False,795,26,54,,None,,,,,,,"[{'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}]",,,, +2132,971466308855332864,971466308855332864,1520450591000.0,2018-03-07 19:23:11,+0000,,"First production cargo trip of the Tesla Semi heavy duty truck, carrying battery packs from the… https://t.co/6fIMYGfKw1",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,19,https://twitter.com/elonmusk/status/971466308855332864,['https://www.instagram.com/p/BgCJlKbFckb/'],[],0,,False,31287,864,4045,,None,,,,,,,[],,,, +2133,971459140890411008,971456111495798784,1520448882000.0,2018-03-07 18:54:42,+0000,,@FutureCars360 @Tesla Will have Model X do a cover of Happy Birthday by Marilyn Monroe https://t.co/8TaiBF6HLs,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/971459140890411008,['https://m.youtube.com/watch?v=iH3oOVKt0WI'],[],0,,False,433,24,26,,None,,,,,,,"[{'screen_name': 'FutureCars360', 'name': 'Future Cars', 'id': '915761871227113472'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2134,971307576959885312,971224396890124288,1520412747000.0,2018-03-07 08:52:27,+0000,,"@jeremyburge Literally, if you type “jazz hands”, iOS shows this emoji 🤗",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,08,https://twitter.com/elonmusk/status/971307576959885312,[],[],0,,False,4237,177,171,,None,,,,,,,"[{'screen_name': 'jeremyburge', 'name': 'Jeremy Burge', 'id': '14656370'}]",,,, +2135,971224396890124288,971224396890124288,1520392915000.0,2018-03-07 03:21:55,+0000,,I just realized there is a jazz hands emoji 🤗,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,03,https://twitter.com/elonmusk/status/971224396890124288,[],[],0,,False,133867,2867,13534,,None,,,,,,,[],,,, +2136,971106671631130624,971095567060426752,1520364847000.0,2018-03-06 19:34:07,+0000,,"@mattfeinman If there is anyone in the third row, turn off air recirculation. Third row cooling happens by air entering from the front and exiting through the vents in the rear bumper.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,19,https://twitter.com/elonmusk/status/971106671631130624,[],[],0,,False,5405,111,159,,None,,,,,,,"[{'screen_name': 'mattfeinman', 'name': 'Matthew Feinman', 'id': '47425900'}]",,,, +2137,970914681069039617,970903737085542400,1520319073000.0,2018-03-06 06:51:13,+0000,,"@SpaceX Very proud of the SpaceX team! Can’t believe it’s been fifty Falcon 9 launches already. Just ten years ago, we couldn’t even reach orbit with little Falcon 1.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,06,https://twitter.com/elonmusk/status/970914681069039617,[],[],0,,False,29271,523,2976,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2138,970747812311740416,970747812311740416,1520279288000.0,2018-03-05 19:48:08,+0000,,"Falcon 9 flight 50 launches tonight, carrying Hispasat for Spain. At 6 metric tons and almost the size of a city bus, it will be the largest geostationary satellite we’ve ever flown.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/970747812311740416,[],[],0,,False,63456,1468,9084,,None,,,,,,,[],,,, +2139,970192640913301504,970150004445908993,1520146925000.0,2018-03-04 07:02:05,+0000,,"@keithbigelow Very sensible summary of supersonic flight. Obvious answer is to fly high, which gives low drag & low boom amplitude at ground. If boom too loud, airframe design probably wrong too.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,07,https://twitter.com/elonmusk/status/970192640913301504,[],[],0,,False,8288,172,423,,None,,,,,,,"[{'screen_name': 'keithbigelow', 'name': 'Keith Bigelow 🇺🇸', 'id': '34532804'}]",,,, +2140,970099121599074304,970082301743808513,1520124628000.0,2018-03-04 00:50:28,+0000,,@simonhackett @ToddBourne @Tesla Good points. Will add to feature list.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,00,https://twitter.com/elonmusk/status/970099121599074304,[],[],0,,False,586,32,26,,None,,,,,,,"[{'screen_name': 'simonhackett', 'name': 'Simon Hackett', 'id': '29147082'}, {'screen_name': 'ToddBourne', 'name': 'Todd Bourne', 'id': '72510808'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2141,970096186806878208,970082301743808513,1520123929000.0,2018-03-04 00:38:49,+0000,,"@simonhackett @ToddBourne @Tesla Yeah, that should improve soon. Software team has been buried in Model 3 bringup and tricky bug fixes, but that’s mostly done now.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,00,https://twitter.com/elonmusk/status/970096186806878208,[],[],0,,False,577,17,31,,None,,,,,,,"[{'screen_name': 'simonhackett', 'name': 'Simon Hackett', 'id': '29147082'}, {'screen_name': 'ToddBourne', 'name': 'Todd Bourne', 'id': '72510808'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2142,970088614183845888,970082301743808513,1520122123000.0,2018-03-04 00:08:43,+0000,,@ToddBourne @Tesla Almost done,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,00,https://twitter.com/elonmusk/status/970088614183845888,[],[],0,,False,7618,92,191,,None,,,,,,,"[{'screen_name': 'ToddBourne', 'name': 'Todd Bourne', 'id': '72510808'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2143,970067019012784128,970067019012784128,1520116974000.0,2018-03-03 22:42:54,+0000,,"Deep in the hole with my boring machine. Sometimes when we touch, the honesty’s too much ... https://t.co/pl6ap14tAB",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,22,https://twitter.com/elonmusk/status/970067019012784128,['https://www.instagram.com/p/Bf1fcw4g4Tx/'],[],0,,False,34439,1340,2612,,None,,,,,,,[],,,, +2144,968707151815376897,968608879914270721,1519792757000.0,2018-02-28 04:39:17,+0000,,@Pewwer42 Probably about a tenth of the cost and a fifth of the time,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,04,https://twitter.com/elonmusk/status/968707151815376897,[],[],0,,False,747,53,50,,None,,,,,,,"[{'screen_name': 'Pewwer42', 'name': 'Paul Rand', 'id': '49767680'}]",,,, +2145,968614419784613888,968608879914270721,1519770648000.0,2018-02-27 22:30:48,+0000,,"Want to clarify that as individuals, the people responsible for the high costs & long timelines are almost all well-meaning, but the system of incentives is messed up",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,22,https://twitter.com/elonmusk/status/968614419784613888,[],[],0,,False,11952,596,909,,None,,,,,,,[],,,, +2146,968611860407713793,968608879914270721,1519770038000.0,2018-02-27 22:20:38,+0000,,"Higher safety & environmental requirements & labor costs explain only a small part of the difference. True root cause imo is an exponential growth in bureaucracy & a self-serving private sector consultant industry earning a % on project cost, incenting them to maximize cost.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,22,https://twitter.com/elonmusk/status/968611860407713793,[],[],0,,False,15222,455,1731,,None,,,,,,,[],,,, +2147,968609579197022208,968608879914270721,1519769494000.0,2018-02-27 22:11:34,+0000,,And New York https://t.co/gKuzKMLYS1,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,22,https://twitter.com/elonmusk/status/968609579197022208,['https://mobile.nytimes.com/2017/12/28/nyregion/new-york-subway-construction-costs.html?referer=https://www.google.com/'],[],0,,False,8184,272,806,,None,,,,,,,[],,,, +2148,968609334203576320,968608879914270721,1519769435000.0,2018-02-27 22:10:35,+0000,,And we are even worse than that in California https://t.co/WIKetQShMP,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,22,https://twitter.com/elonmusk/status/968609334203576320,['https://www.sfchronicle.com/opinion/article/Editorial-To-address-Bay-Area-traffic-build-the-12668394.php'],[],0,,False,7502,230,747,,None,,,,,,,[],,,, +2149,968608879914270721,968608879914270721,1519769327000.0,2018-02-27 22:08:47,+0000,,China’s progress in advanced infrastructure is more than 100 times faster than the US https://t.co/fcqGIK78RY,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,22,https://twitter.com/elonmusk/status/968608879914270721,['http://www.independent.co.uk/news/world/asia/chinese-workers-productivity-build-nanlong-railway-station-nine-hours-longyan-a8173881.html'],[],0,,False,38110,1744,9399,,None,,,,,,,[],,,, +2150,968560525088055296,968554727599411200,1519757798000.0,2018-02-27 18:56:38,+0000,,"@cdelancray @sapinker @WIRED Wow, if even Pinker doesn’t understand the difference between functional/narrow AI (eg. car) and general AI, when the latter *literally* has a million times more compute power and an open-ended utility function, humanity is in deep trouble",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/968560525088055296,[],[],0,,False,16792,454,1865,,None,,,,,,,"[{'screen_name': 'cdelancray', 'name': 'Charles Delancray', 'id': '2689734194'}, {'screen_name': 'sapinker', 'name': 'Steven Pinker', 'id': '107225267'}, {'screen_name': 'WIRED', 'name': 'WIRED', 'id': '1344951'}]",,,, +2151,967728299282595840,967705296805253121,1519559380000.0,2018-02-25 11:49:40,+0000,,"@cheresh @andrestaltz End-to-end encryption encoded at firmware level. Unlikely to be hacked w current computing tech. If it is (and we learn about it), a crypto fix will go out immediately via network-wide firmware update.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,11,https://twitter.com/elonmusk/status/967728299282595840,[],[],0,,False,1553,91,161,,None,,,,,,,"[{'screen_name': 'cheresh', 'name': 'Evgeny Chereshnev', 'id': '37188059'}, {'screen_name': 'andrestaltz', 'name': 'André Staltz', 'id': '460451827'}]",,,, +2152,967712110661615616,967705296805253121,1519555521000.0,2018-02-25 10:45:21,+0000,,@andrestaltz Will be simpler than IPv6 and have tiny packet overhead. Definitely peer-to-peer.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,10,https://twitter.com/elonmusk/status/967712110661615616,[],[],0,,False,8270,163,585,,None,,,,,,,"[{'screen_name': 'andrestaltz', 'name': 'André Staltz', 'id': '460451827'}]",,,, +2153,967238527418167296,967079377434529792,1519442610000.0,2018-02-24 03:23:30,+0000,,@ElectrekCo @TeslaRoadTrip Am feeling optimistic about beating the Semi specs announced at the unveiling for the same price. The Tesla Semi will be something really special.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/967238527418167296,[],[],0,,False,15188,353,937,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}]",,,, +2154,966707388181970944,966682105684967424,1519315976000.0,2018-02-22 16:12:56,+0000,,@DMC_Ryan Can someone please do that!? I would def go.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,16,https://twitter.com/elonmusk/status/966707388181970944,[],[],0,,False,4682,152,190,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +2155,966707038095986688,966706193560305664,1519315893000.0,2018-02-22 16:11:33,+0000,,"That was a DM, right?",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,16,https://twitter.com/elonmusk/status/966707038095986688,[],[],0,,False,33623,688,1986,,None,,,,,,,[],,,, +2156,966706924124188672,966706193560305664,1519315865000.0,2018-02-22 16:11:05,+0000,,"Don’t tell anyone, but the wifi password is “martians”",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,16,https://twitter.com/elonmusk/status/966706924124188672,[],[],0,,False,46703,725,6550,,None,,,,,,,[],,,, +2157,966706193560305664,966706193560305664,1519315691000.0,2018-02-22 16:08:11,+0000,,Tintin A & B will attempt to beam “hello world” in about 22 hours when they pass near LA,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,16,https://twitter.com/elonmusk/status/966706193560305664,[],[],0,,False,39281,710,4276,,None,,,,,,,[],,,, +2158,966703261699854336,966703261699854336,1519314992000.0,2018-02-22 15:56:32,+0000,,"First two Starlink demo satellites, called Tintin A & B, deployed and communicating to Earth stations https://t.co/TfI53wHEtz",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,15,https://twitter.com/elonmusk/status/966703261699854336,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/966703247833649155/pu/img/gR21VC_7kUXLjn-C.jpg,False,37954,935,6769,,None,,,,,,,[],,,, +2159,966698367173693440,966698367173693440,1519313825000.0,2018-02-22 15:37:05,+0000,,"Falcon fairing half as seen from our catcher’s mitt in boat form, Mr. Steven. No apparent damage… https://t.co/48ZGaUwQOY",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,15,https://twitter.com/elonmusk/status/966698367173693440,['https://www.instagram.com/p/BfgRX-lgIt6/'],[],0,,False,11358,467,1276,,None,,,,,,,[],,,, +2160,966695975132610560,966682218411143169,1519313255000.0,2018-02-22 15:27:35,+0000,,@DMOberhaus About a month,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,15,https://twitter.com/elonmusk/status/966695975132610560,[],[],0,,False,854,27,27,,None,,,,,,,"[{'screen_name': 'DMOberhaus', 'name': 'daniel', 'id': '2203671282'}]",,,, +2161,966694661480841217,966682218411143169,1519312942000.0,2018-02-22 15:22:22,+0000,,"@minhazLive This was an older version booster, so no recovery attempted",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,15,https://twitter.com/elonmusk/status/966694661480841217,[],[],0,,False,677,33,26,,None,,,,,,,[],,,, +2162,966692641533390848,966682218411143169,1519312460000.0,2018-02-22 15:14:20,+0000,,"Missed by a few hundred meters, but fairing landed intact in water. Should be able catch it with slightly bigger chutes to slow down descent.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,15,https://twitter.com/elonmusk/status/966692641533390848,[],[],0,,False,19018,600,1330,,None,,,,,,,[],,,, +2163,966682218411143169,966682218411143169,1519309975000.0,2018-02-22 14:32:55,+0000,,Made it back from space and fairing parafoil just deployed. Now trying to catch it ...,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,14,https://twitter.com/elonmusk/status/966682218411143169,[],[],0,,False,31731,768,2357,,None,,,,,,,[],,,, +2164,966676057784020992,966676057784020992,1519308506000.0,2018-02-22 14:08:26,+0000,,Going to try to catch the giant fairing (nosecone) of Falcon 9 as it falls back from space at… https://t.co/CVS2PoaJah,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,14,https://twitter.com/elonmusk/status/966676057784020992,['https://www.instagram.com/p/BfgHKDNAplx/'],[],0,,False,18757,704,2379,,None,,,,,,,[],,,, +2165,966627437458026497,966624547343650816,1519296914000.0,2018-02-22 10:55:14,+0000,,"@journoanirban @Uber @dkhos @HyperloopOne @hyperlooptt @vccircle @vccstartups If you love drones above your house, you’ll really love vast numbers of “cars” flying over your head that are 1000 times bigger and noisier and blow away anything that isn’t nailed down when they land",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,10,https://twitter.com/elonmusk/status/966627437458026497,[],[],0,,False,18541,471,1893,,None,,,,,,,"[{'screen_name': 'journoanirban', 'name': 'Anirban Ghoshal', 'id': '118506299'}, {'screen_name': 'Uber', 'name': 'Uber', 'id': '19103481'}, {'screen_name': 'dkhos', 'name': 'dara khosrowshahi', 'id': '41642329'}, {'screen_name': 'hyperlooptt', 'name': 'HyperloopTT', 'id': '2166672055'}, {'screen_name': 'vccircle', 'name': 'VCCircle', 'id': '29149536'}]",,,, +2166,966602470431473664,966298034978959361,1519290962000.0,2018-02-22 09:16:02,+0000,,"@DeadlyBananas @MichaelAVaughn Not sure. I let @jack know, but it’s still going. I literally own zero cryptocurrency, apart from .25 BTC that a friend sent me many years ago.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,09,https://twitter.com/elonmusk/status/966602470431473664,[],[],0,,False,1147,162,119,,None,,,,,,,"[{'screen_name': 'DeadlyBananas', 'name': 'DeadlyBananas', 'id': '52927487'}, {'screen_name': 'MichaelAVaughn', 'name': 'Michael', 'id': '29011468'}]",,,, +2167,966419298049703936,966298034978959361,1519247290000.0,2018-02-21 21:08:10,+0000,,@edeggermont That’s just random,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/966419298049703936,[],[],0,,False,364,24,19,,None,,,,,,,"[{'screen_name': 'edeggermont', 'name': 'Ed Eggermont', 'id': '323867372'}]",,,, +2168,966418678160924672,966298034978959361,1519247142000.0,2018-02-21 21:05:42,+0000,,"If anyone is curious, the name was inspired by The Fault in Our Stars",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,21,https://twitter.com/elonmusk/status/966418678160924672,[],[],0,,False,21258,510,1446,,None,,,,,,,[],,,, +2169,966313683633623041,966298034978959361,1519222110000.0,2018-02-21 14:08:30,+0000,,"High altitude wind shear data shows a probable 2% load exceedance. Small, but better to be paranoid. Postponing launch to tomorrow, assuming winds are better then.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,14,https://twitter.com/elonmusk/status/966313683633623041,[],[],0,,False,15041,366,1066,,None,,,,,,,[],,,, +2170,966298034978959361,966298034978959361,1519218379000.0,2018-02-21 13:06:19,+0000,,"Today’s Falcon launch carries 2 SpaceX test satellites for global broadband. If successful, Starlink constellation will serve least served.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,13,https://twitter.com/elonmusk/status/966298034978959361,[],[],0,,False,66578,1416,9436,,None,,,,,,,[],,,, +2171,966296921370386432,966151791112015878,1519218113000.0,2018-02-21 13:01:53,+0000,,@lorengrush @T28058389 @VP @blueorigin @ulalaunch @SpaceX @Erdayastronaut @SciGuySpace Strange though. Delta IV Heavy has half the payload of Falcon Heavy and the BO rocket doesn’t exist yet.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,13,https://twitter.com/elonmusk/status/966296921370386432,[],[],0,,False,737,34,63,,None,,,,,,,"[{'screen_name': 'lorengrush', 'name': 'Loren Grush', 'id': '17177482'}, {'screen_name': 'T28058389', 'name': 'TT', 'id': '937603906514898944'}, {'screen_name': 'VP', 'name': 'Vice President Kamala Harris', 'id': '803694179079458816'}, {'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}, {'screen_name': 'ulalaunch', 'name': 'ULA', 'id': '22845770'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2172,965769366422798337,965752204941393920,1519092334000.0,2018-02-20 02:05:34,+0000,,@angilly I don’t get the little ship thing. You can’t show up at Mars in something the size of a rowboat. What if there are Martians? It would be so embarrassing.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,02,https://twitter.com/elonmusk/status/965769366422798337,[],[],0,,False,60030,615,8705,,None,,,,,,,"[{'screen_name': 'angilly', 'name': 'Ryan Angilly', 'id': '16195791'}]",,,, +2173,965297598054637568,965297598054637568,1518979856000.0,2018-02-18 18:50:56,+0000,,I’m sure it’s parked around here somewhere … https://t.co/cq4LEhu4qD,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/965297598054637568,['http://whereisroadster.com'],[],0,,False,60535,1803,11114,,None,,,,,,,[],,,, +2174,964866320197038080,961359174230773765,1518877031000.0,2018-02-17 14:17:11,+0000,,With Asimov’s Foundation Series etched in glass in the glovebox. Zeroth law …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,14,https://twitter.com/elonmusk/status/964866320197038080,[],[],0,,False,10209,439,664,,None,,,,,,,[],,,, +2175,964751491885076480,964751491885076480,1518849654000.0,2018-02-17 06:40:54,+0000,,My new toaster https://t.co/1pw7xJeLpB,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,06,https://twitter.com/elonmusk/status/964751491885076480,['https://www.instagram.com/p/BfSF-HSgubE/'],[],0,,False,36746,1684,2949,,None,,,,,,,[],,,, +2176,964296857395478529,964227374798856192,1518741261000.0,2018-02-16 00:34:21,+0000,,@Teslarati Adding software feature to open glovebox automatically when car comes to a stop after a crash. Will look at bonding a thin plastic sheet to the front or back of screen.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/964296857395478529,[],[],0,,False,14479,327,772,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2177,963145162397396992,959614237768261632,1518466675000.0,2018-02-12 20:17:55,+0000,,@doug_ellison @dsfpspacefl1ght Found the source of the problem. The NASA database has the Falcon Block 1 performance. Version currently in production and set to fly in a few months is Block 5. SpaceX GNC team is submitting updated numbers.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,20,https://twitter.com/elonmusk/status/963145162397396992,[],[],0,,False,1105,68,79,,None,,,,,,,"[{'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +2178,963107229523038211,963102500793483266,1518457631000.0,2018-02-12 17:47:11,+0000,,@kerrbones @nextspaceflight Not enough ignition fluid to light the outer two engines after several three engine relights. Fix is pretty obvious.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,17,https://twitter.com/elonmusk/status/963107229523038211,[],[],0,,False,1352,136,138,,None,,,,,,,"[{'screen_name': 'kerrbones', 'name': 'Jason', 'id': '1295662608'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +2179,963104633639002112,963101964518256640,1518457012000.0,2018-02-12 17:36:52,+0000,,"@EmreKelly @nova_road @nextspaceflight East, to support high flight rates for F9 and dual ocean landings for FH side boosters",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,17,https://twitter.com/elonmusk/status/963104633639002112,[],[],0,,False,918,44,60,,None,,,,,,,"[{'screen_name': 'EmreKelly', 'name': 'Emre Kelly', 'id': '214274793'}, {'screen_name': 'nova_road', 'name': 'Robin', 'id': '22107725'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +2180,963104452767924224,963101964518256640,1518456969000.0,2018-02-12 17:36:09,+0000,,@octagrabber @nova_road @nextspaceflight No,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,17,https://twitter.com/elonmusk/status/963104452767924224,[],[],0,,False,501,16,15,,None,,,,,,,"[{'screen_name': 'octagrabber', 'name': 'Octagrabber', 'id': '880492187636707330'}, {'screen_name': 'nova_road', 'name': 'Robin', 'id': '22107725'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +2181,963103592881168384,963101964518256640,1518456764000.0,2018-02-12 17:32:44,+0000,,@nova_road @nextspaceflight A Shortfall of Gravitas,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,17,https://twitter.com/elonmusk/status/963103592881168384,[],[],0,,False,1661,71,184,,None,,,,,,,"[{'screen_name': 'nova_road', 'name': 'Robin', 'id': '22107725'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +2182,963102131421982721,963101964518256640,1518456416000.0,2018-02-12 17:26:56,+0000,,@nextspaceflight A third is under construction,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,17,https://twitter.com/elonmusk/status/963102131421982721,[],[],0,,False,1071,51,88,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +2183,963095860060934144,959614237768261632,1518454921000.0,2018-02-12 17:02:01,+0000,,"@DJSnM @doug_ellison @dsfpspacefl1ght Under consideration. We’ve already stretched the upper stage once. Easiest part of the rocket to change. Fairing 2, flying soon, also has a slightly larger diameter. Could make fairing much longer if need be & will if BFR takes longer than expected.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,17,https://twitter.com/elonmusk/status/963095860060934144,[],[],0,,False,1204,62,91,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +2184,963094533830426624,959614237768261632,1518454604000.0,2018-02-12 16:56:44,+0000,,"@DavideDF_ @doug_ellison @dsfpspacefl1ght Side boosters landing on droneships & center expended is only ~10% performance penalty vs fully expended. Cost is only slightly higher than an expended F9, so around $95M.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,16,https://twitter.com/elonmusk/status/963094533830426624,[],[],0,,False,720,27,79,,None,,,,,,,"[{'screen_name': 'DavideDF_', 'name': 'Davide', 'id': '85093754'}, {'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +2185,963093040100384769,959614237768261632,1518454248000.0,2018-02-12 16:50:48,+0000,,@doug_ellison @DavideDF_ @dsfpspacefl1ght https://t.co/LijrUMuJDq,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,16,https://twitter.com/elonmusk/status/963093040100384769,['https://en.m.wikipedia.org/wiki/Oberth_effect'],[],0,,False,429,11,19,,None,,,,,,,"[{'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'DavideDF_', 'name': 'Davide', 'id': '85093754'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +2186,963092560867504128,959614237768261632,1518454134000.0,2018-02-12 16:48:54,+0000,,@AngryPackOMeese @dlxinorbit @doug_ellison @dsfpspacefl1ght Of course :),en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,16,https://twitter.com/elonmusk/status/963092560867504128,[],[],0,,False,1305,27,37,,None,,,,,,,"[{'screen_name': 'AngryPackOMeese', 'name': 'Sasamj', 'id': '2562018596'}, {'screen_name': 'dlxinorbit', 'name': 'David L.', 'id': '222972811'}, {'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +2187,963092110994886656,959614237768261632,1518454027000.0,2018-02-12 16:47:07,+0000,,"@AngryPackOMeese @dlxinorbit @doug_ellison @dsfpspacefl1ght Maybe that plan works out, but I will seriously eat my hat with a side of mustard if that rocket flies a national security spacecraft before 2023",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,16,https://twitter.com/elonmusk/status/963092110994886656,[],[],0,,False,2384,88,282,,None,,,,,,,"[{'screen_name': 'AngryPackOMeese', 'name': 'Sasamj', 'id': '2562018596'}, {'screen_name': 'dlxinorbit', 'name': 'David L.', 'id': '222972811'}, {'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +2188,963090657119055872,959614237768261632,1518453680000.0,2018-02-12 16:41:20,+0000,,"@dlxinorbit @doug_ellison @dsfpspacefl1ght That was three years ago, before ULA cancelled all medium versions of Delta IV. Future missions have all Delta fixed costs piled on, so their cost is now $600M+ for missions contracted for launch after 2020. Nutty high.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,16,https://twitter.com/elonmusk/status/963090657119055872,[],[],0,,False,957,18,48,,None,,,,,,,"[{'screen_name': 'dlxinorbit', 'name': 'David L.', 'id': '222972811'}, {'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +2189,963087975004319746,959614237768261632,1518453041000.0,2018-02-12 16:30:41,+0000,,"@doug_ellison @dsfpspacefl1ght Both exhaust velocity (Isp) and mass ratio drive the rocket equation. Also thrust/mass matters a lot for Oberth effect. Delta upper stage Isp is good, but mass ratio and thrust are not.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,16,https://twitter.com/elonmusk/status/963087975004319746,[],[],0,,False,783,22,61,,None,,,,,,,"[{'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +2190,963076231921938432,959614237768261632,1518450241000.0,2018-02-12 15:44:01,+0000,,"@doug_ellison @dsfpspacefl1ght The performance numbers in this database are not accurate. In process of being fixed. Even if they were, a fully expendable Falcon Heavy, which far exceeds the performance of a Delta IV Heavy, is $150M, compared to over $400M for Delta IV Heavy.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,15,https://twitter.com/elonmusk/status/963076231921938432,[],[],0,,False,1819,48,193,,None,,,,,,,"[{'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +2191,962805302927257600,962805302927257600,1518385646000.0,2018-02-11 21:47:26,+0000,,Love and Rockets https://t.co/VnnFXb1Iig,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,21,https://twitter.com/elonmusk/status/962805302927257600,['https://www.instagram.com/p/BfEjUC_gfeo/'],[],0,,False,33856,1343,2759,,None,,,,,,,[],,,, +2192,962750602223566848,962735351713411072,1518372605000.0,2018-02-11 18:10:05,+0000,,"Now, if I can just figure out how to attach those to a really big shark ...",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,18,https://twitter.com/elonmusk/status/962750602223566848,[],[],0,,False,53475,1892,5074,,None,,,,,,,[],,,, +2193,962735351713411072,962735351713411072,1518368969000.0,2018-02-11 17:09:29,+0000,,Falcon Heavy engine plumes look like giant laser beams in this photo by rocketphotography https://t.co/d1RKdPTNj5,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,17,https://twitter.com/elonmusk/status/962735351713411072,['https://www.instagram.com/p/BfEHEiKgBiK/'],[],0,,False,53426,1397,5575,,None,,,,,,,[],,,, +2194,961359174230773765,961359174230773765,1518040862000.0,2018-02-07 22:01:02,+0000,,Last pic of Starman in Roadster on its journey to Mars orbit and then the Asteroid Belt https://t.co/IWSjRyTr8V,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/961359174230773765,['https://www.instagram.com/p/Be6VZEzgAEk/'],[],0,,False,96249,4377,20484,,None,,,,,,,[],,,, +2195,961083704230674438,961083704230674438,1517975185000.0,2018-02-07 03:46:25,+0000,,Third burn successful. Exceeded Mars orbit and kept going to the Asteroid Belt. https://t.co/bKhRN73WHF,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,03,https://twitter.com/elonmusk/status/961083704230674438,[],['https://pbs.twimg.com/media/DVZ0h3YW4AIc-9w.jpg'],1,https://pbs.twimg.com/media/DVZ0h3YW4AIc-9w.jpg,False,173661,5998,32105,,None,,,,,,,[],,,, +2196,961079361234497537,961073467784421382,1517974150000.0,2018-02-07 03:29:10,+0000,,@realDonaldTrump @SpaceX @NASA Thank you on behalf of SpaceX. An exciting future lies ahead!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,03,https://twitter.com/elonmusk/status/961079361234497537,[],[],0,,False,40030,1383,2826,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +2197,961070320106041346,960981802218237953,1517971994000.0,2018-02-07 02:53:14,+0000,,@SamHarrisOrg @SpaceX We’re doing ok for a bunch of monkeys. Humanity rocks!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,02,https://twitter.com/elonmusk/status/961070320106041346,[],[],0,,False,30063,437,3482,,None,,,,,,,"[{'screen_name': 'SamHarrisOrg', 'name': 'Sam Harris', 'id': '116994659'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2198,961070013108060160,961048610866577408,1517971921000.0,2018-02-07 02:52:01,+0000,,@VP @SpaceX Thank you on behalf of SpaceX,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,02,https://twitter.com/elonmusk/status/961070013108060160,[],[],0,,False,6256,162,284,,None,,,,,,,"[{'screen_name': 'VP', 'name': 'Vice President Kamala Harris', 'id': '803694179079458816'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2199,961025203382841344,961025203382841344,1517961238000.0,2018-02-06 23:53:58,+0000,,On the rocket LZ https://t.co/UyiNd2fmi5,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,23,https://twitter.com/elonmusk/status/961025203382841344,['https://www.instagram.com/p/Be36GWVAcR5/'],[],0,,False,19355,610,2003,,None,,,,,,,[],,,, +2200,961006748214718466,961006748214718466,1517956838000.0,2018-02-06 22:40:38,+0000,,Printed on the circuit board of a car in deep space https://t.co/8ZMJVUs4W1,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,22,https://twitter.com/elonmusk/status/961006748214718466,['https://www.instagram.com/p/Be31IJxgOoK/'],[],0,,False,67816,1679,14264,,None,,,,,,,[],,,, +2201,960998900243902466,960994034960416768,1517954966000.0,2018-02-06 22:09:26,+0000,,Currently over Australia 🇦🇺 https://t.co/HAya3E6OEJ,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,22,https://twitter.com/elonmusk/status/960998900243902466,[],['https://pbs.twimg.com/media/DVYnZuJV4AAeFUw.jpg'],1,https://pbs.twimg.com/media/DVYnZuJV4AAeFUw.jpg,False,166754,4116,37190,,None,,,,,,,[],,,, +2202,960994034960416768,960994034960416768,1517953806000.0,2018-02-06 21:50:06,+0000,,Live view of Starman https://t.co/gvSlztlE6l,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,21,https://twitter.com/elonmusk/status/960994034960416768,['https://youtu.be/aBr2kKAHN6M'],[],0,,False,66622,3174,22263,,None,,,,,,,[],,,, +2203,960992715579125760,960992715579125760,1517953492000.0,2018-02-06 21:44:52,+0000,,"View from SpaceX Launch Control. Apparently, there is a car in orbit around Earth. https://t.co/QljN2VnL1O",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,21,https://twitter.com/elonmusk/status/960992715579125760,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/960992576382803968/pu/img/UFQMc-xY9tdD0u5i.jpg,False,434690,12192,150094,,None,,,,,,,[],,,, +2204,960988527159795712,960988527159795712,1517952493000.0,2018-02-06 21:28:13,+0000,,"Upper stage restart nominal, apogee raised to 7000 km. Will spend 5 hours getting zapped in Van Allen belts & then attempt final burn for Mars.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,21,https://twitter.com/elonmusk/status/960988527159795712,[],[],0,,False,95939,2735,12773,,None,,,,,,,[],,,, +2205,960987195531198466,960987195531198466,1517952176000.0,2018-02-06 21:22:56,+0000,,Rocket LZ 1 and 2 https://t.co/gckyKKIK4I,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,21,https://twitter.com/elonmusk/status/960987195531198466,['https://www.instagram.com/p/Be3sOnEA0DK/'],[],0,,False,27187,1456,3366,,None,,,,,,,[],,,, +2206,960975644644593664,960975644644593664,1517949422000.0,2018-02-06 20:37:02,+0000,,Camera views from inside the payload fairing #FalconHeavy https://t.co/vQaz2yJ5yY,en,['falconheavy'],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,20,https://twitter.com/elonmusk/status/960975644644593664,['https://www.instagram.com/p/Be3m_LNgOYY/'],[],0,,False,39160,2164,7466,,None,,,,,,,[],,,, +2207,960949244982018049,960949244982018049,1517943128000.0,2018-02-06 18:52:08,+0000,,Launch auto-sequence initiated (aka the holy mouse-click) for 3:45 liftoff #FalconHeavy,en,['falconheavy'],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/960949244982018049,[],[],0,,False,54122,1490,8998,,None,,,,,,,[],,,, +2208,960921700153135104,960921700153135104,1517936561000.0,2018-02-06 17:02:41,+0000,,Upper atmosphere winds currently 20% above max allowable load. Holding for an hour to allow winds to diminish. #FalconHeavy,en,['falconheavy'],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,17,https://twitter.com/elonmusk/status/960921700153135104,[],[],0,,False,30279,907,3260,,None,,,,,,,[],,,, +2209,960915618865274880,960915618865274880,1517935111000.0,2018-02-06 16:38:31,+0000,,Flight profile #FalconHeavy #SpaceX https://t.co/LlfWXqUaLP,en,"['falconheavy', 'spacex']",[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/960915618865274880,[],['https://pbs.twimg.com/media/DVXbp4NUMAAdXcA.jpg'],1,https://pbs.twimg.com/media/DVXbp4NUMAAdXcA.jpg,False,78103,1546,21902,,None,,,,,,,[],,,, +2210,960914210397085696,960914210397085696,1517934775000.0,2018-02-06 16:32:55,+0000,,Live webcast of the launch at https://t.co/bDd3GxQXMC,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/960914210397085696,['http://SpaceX.com'],[],0,,False,21978,559,6802,,None,,,,,,,[],,,, +2211,960905835118505984,960905835118505984,1517932778000.0,2018-02-06 15:59:38,+0000,,About 2.5 hours to T-0 for Falcon Heavy. Watch sim for highlight reel of what we hope happens. Car actually takes 6 months to cover 200M+ miles to Mars https://t.co/tC3B26r651,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,15,https://twitter.com/elonmusk/status/960905835118505984,['https://m.youtube.com/watch?feature=youtu.be&v=Tk338VXcb24'],[],0,,False,28869,1225,6387,,None,,,,,,,[],,,, +2212,960589757519663105,960579820487954432,1517857419000.0,2018-02-05 19:03:39,+0000,,All systems remain green for launch at 1:30pm EST tomorrow,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,19,https://twitter.com/elonmusk/status/960589757519663105,[],[],0,,False,27624,863,3550,,None,,,,,,,[],,,, +2213,960579820487954432,960579820487954432,1517855050000.0,2018-02-05 18:24:10,+0000,,Falcon Heavy sends a car to Mars https://t.co/Y7uBtU6Mt2,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,18,https://twitter.com/elonmusk/status/960579820487954432,['https://youtu.be/Tk338VXcb24'],[],0,,False,50374,2243,13996,,None,,,,,,,[],,,, +2214,960550111632875525,960521086298238976,1517847967000.0,2018-02-05 16:26:07,+0000,,@JeffBezos @SpaceX @blueorigin Thanks 😘,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,16,https://twitter.com/elonmusk/status/960550111632875525,[],[],0,,False,19943,325,1348,,None,,,,,,,"[{'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}]",,,, +2215,960401102465269760,960401102465269760,1517812440000.0,2018-02-05 06:34:00,+0000,,Regular departures ... https://t.co/5GM9CbMewd,pt,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/960401102465269760,[],['https://pbs.twimg.com/media/DVQHtlMWAAA2s3B.jpg'],1,https://pbs.twimg.com/media/DVQHtlMWAAA2s3B.jpg,False,35351,714,4415,,None,,,,,,,[],,,, +2216,960400928225546241,960400928225546241,1517812399000.0,2018-02-05 06:33:19,+0000,, https://t.co/nhB3gd0Gm6,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,06,https://twitter.com/elonmusk/status/960400928225546241,[],['https://pbs.twimg.com/media/DVQHjZ3W4AELWDR.jpg'],1,https://pbs.twimg.com/media/DVQHjZ3W4AELWDR.jpg,False,68615,1012,10652,,None,,,,,,,[],,,, +2217,960390661211021312,960390661211021312,1517809951000.0,2018-02-05 05:52:31,+0000,,Starman in Red Roadster https://t.co/ou88RVHZ1Z,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,05,https://twitter.com/elonmusk/status/960390661211021312,['https://www.instagram.com/p/BezcvpzAgYI/'],[],0,,False,14383,673,2017,,None,,,,,,,[],,,, +2218,960366347971592192,960366295362494464,1517804154000.0,2018-02-05 04:15:54,+0000,,Florida time,pt,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,04,https://twitter.com/elonmusk/status/960366347971592192,[],[],0,,False,13418,462,727,,None,,,,,,,[],,,, +2219,960366295362494464,960366295362494464,1517804142000.0,2018-02-05 04:15:42,+0000,,Falcon Heavy remains go for launch at 1:30pm on Tuesday,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,04,https://twitter.com/elonmusk/status/960366295362494464,[],[],0,,False,39602,1004,5983,,None,,,,,,,[],,,, +2220,960310814908526594,960310814908526594,1517790914000.0,2018-02-05 00:35:14,+0000,,Mars Awaits https://t.co/ZDo1pjT6q4,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,00,https://twitter.com/elonmusk/status/960310814908526594,['https://www.instagram.com/p/Bey4NfSgWAi/'],[],0,,False,16240,588,1884,,None,,,,,,,[],,,, +2221,960233035516932096,960233035516932096,1517772370000.0,2018-02-04 19:26:10,+0000,,Pale blue dot https://t.co/KZj3I55EYl,pl,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,19,https://twitter.com/elonmusk/status/960233035516932096,['http://www.planetary.org/explore/space-topics/earth/pale-blue-dot.html'],[],0,,False,26668,647,5797,,None,,,,,,,[],,,, +2222,959902950964453376,959902950964453376,1517693672000.0,2018-02-03 21:34:32,+0000,,Falcon Heavy launch simulation almost ready. Will be set to Bowie’s Life on Mars.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/959902950964453376,[],[],0,,False,58061,955,6113,,None,,,,,,,[],,,, +2223,959632581456113664,959632581456113664,1517629211000.0,2018-02-03 03:40:11,+0000,,Customs problem solved! https://t.co/6D0Fbm8NFI,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,03,https://twitter.com/elonmusk/status/959632581456113664,[],['https://pbs.twimg.com/media/DVFMvq0V4AA636X.jpg'],1,https://pbs.twimg.com/media/DVFMvq0V4AA636X.jpg,False,84964,1414,11690,,None,,,,,,,[],,,, +2224,959585626071842817,959555569953660928,1517618016000.0,2018-02-03 00:33:36,+0000,,Or maybe “Temperature Enhancement Device”,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,00,https://twitter.com/elonmusk/status/959585626071842817,[],[],0,,False,101164,2751,9433,,None,,,,,,,[],,,, +2225,959555569953660928,959555569953660928,1517610850000.0,2018-02-02 22:34:10,+0000,,"Apparently, some customs agencies are saying they won’t allow shipment of anything called a “Flamethrower”. To solve this, we are renaming it “Not a Flamethrower”.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,22,https://twitter.com/elonmusk/status/959555569953660928,[],[],0,,False,341688,5071,65081,,None,,,,,,,[],,,, +2226,959482581451329536,959481722323664896,1517593448000.0,2018-02-02 17:44:08,+0000,,"@TheTeslaShow Early access build and especially Dev build are feature-rich, but the features aren’t reliable enough yet",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/959482581451329536,[],[],0,,False,1490,62,46,,None,,,,,,,"[{'screen_name': 'TheTeslaShow', 'name': 'The Tesla Show', 'id': '718920389603135488'}]",,,, +2227,959481246710550528,959480537688739840,1517593130000.0,2018-02-02 17:38:50,+0000,,@mrvergona Release candidate in final testing phase,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/959481246710550528,[],[],0,,False,483,31,26,,None,,,,,,,[],,,, +2228,959475866785820674,959473771475214336,1517591847000.0,2018-02-02 17:17:27,+0000,,@AdamyanMichael No,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,17,https://twitter.com/elonmusk/status/959475866785820674,[],[],0,,False,297,13,11,,None,,,,,,,"[{'screen_name': 'AdamyanMichael', 'name': 'Michael', 'id': '1159325608247062528'}]",,,, +2229,959282790599557120,958931799391924224,1517545814000.0,2018-02-02 04:30:14,+0000,,@TheEnderCobra I think we’ve figured it out,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,04,https://twitter.com/elonmusk/status/959282790599557120,[],[],0,,False,632,73,31,,None,,,,,,,[],,,, +2230,959041727758614528,958931799391924224,1517488340000.0,2018-02-01 12:32:20,+0000,,@shannonNullCode Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,12,https://twitter.com/elonmusk/status/959041727758614528,[],[],0,,False,884,22,16,,None,,,,,,,"[{'screen_name': 'shannonNullCode', 'name': 'Shannon Code 🗝🔑', 'id': '60069183'}]",,,, +2231,959039217010491392,958931799391924224,1517487742000.0,2018-02-01 12:22:22,+0000,,"Small detail, but each one will come with a serial number from 1 to 20,000 https://t.co/ZBYEYO6zqu",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,12,https://twitter.com/elonmusk/status/959039217010491392,[],['https://pbs.twimg.com/media/DU8xFMpVAAEgdo9.jpg'],1,https://pbs.twimg.com/media/DU8xFMpVAAEgdo9.jpg,False,29620,1025,1752,,None,,,,,,,[],,,, +2232,958937357884973057,958932755194167296,1517463456000.0,2018-02-01 05:37:36,+0000,,@AndrewGHobden A snowthrower would be really fun,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,05,https://twitter.com/elonmusk/status/958937357884973057,[],[],0,,False,7633,178,341,,None,,,,,,,"[{'screen_name': 'AndrewGHobden', 'name': 'Andrew Hobden', 'id': '306079121'}]",,,, +2233,958932755194167296,958932755194167296,1517462359000.0,2018-02-01 05:19:19,+0000,,All flamethrowers will ship with a complimentary boring fire extinguisher,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,05,https://twitter.com/elonmusk/status/958932755194167296,[],[],0,,False,109021,1648,11087,,None,,,,,,,[],,,, +2234,958931799391924224,958931799391924224,1517462131000.0,2018-02-01 05:15:31,+0000,,Flamethrowers sold out,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,05,https://twitter.com/elonmusk/status/958931799391924224,[],[],0,,False,137340,2908,17197,,None,,,,,,,[],,,, +2235,958872914278821893,958836888592310273,1517448092000.0,2018-02-01 01:21:32,+0000,,@chandlerriggs @TheWalkingDead Of course,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,01,https://twitter.com/elonmusk/status/958872914278821893,[],[],0,,False,1315,24,50,,None,,,,,,,"[{'screen_name': 'chandlerriggs', 'name': 'chandler riggs', 'id': '298320111'}, {'screen_name': 'TheWalkingDead', 'name': 'The Walking Dead', 'id': '14724725'}]",,,, +2236,958848287628406784,958847818583584768,1517442220000.0,2018-01-31 23:43:40,+0000,,@almeidagoncalo Yes,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,23,https://twitter.com/elonmusk/status/958848287628406784,[],[],0,,False,1477,35,30,,None,,,,,,,"[{'screen_name': 'almeidagoncalo', 'name': 'Gonçalo', 'id': '175141721'}]",,,, +2237,958847818583584768,958847818583584768,1517442109000.0,2018-01-31 23:41:49,+0000,,"This rocket was meant to test very high retrothrust landing in water so it didn’t hurt the droneship, but amazingly it has survived. We will try to tow it back to shore. https://t.co/hipmgdnq16",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,23,https://twitter.com/elonmusk/status/958847818583584768,[],['https://pbs.twimg.com/media/DU6DAbgUMAAWbNZ.jpg'],1,https://pbs.twimg.com/media/DU6DAbgUMAAWbNZ.jpg,False,45786,1405,5192,,None,,,,,,,[],,,, +2238,958845994984030208,958840567714254849,1517441674000.0,2018-01-31 23:34:34,+0000,,"@omaruddin @stevewoz @Tesla @businessinsider Woz is a lovable, fuzzy bear 🐻",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,23,https://twitter.com/elonmusk/status/958845994984030208,[],[],0,,False,3672,84,251,,None,,,,,,,"[{'screen_name': 'omaruddin', 'name': 'Omar Uddin', 'id': '20272845'}, {'screen_name': 'stevewoz', 'name': 'Steve Wozniak', 'id': '22938914'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +2239,958845290022289408,958836888592310273,1517441506000.0,2018-01-31 23:31:46,+0000,,@TheWalkingDead @chandlerriggs From the world’s leading experts in zombie defense,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,23,https://twitter.com/elonmusk/status/958845290022289408,[],[],0,,False,9735,87,604,,None,,,,,,,"[{'screen_name': 'TheWalkingDead', 'name': 'The Walking Dead', 'id': '14724725'}, {'screen_name': 'chandlerriggs', 'name': 'chandler riggs', 'id': '298320111'}]",,,, +2240,958825021098491904,958813616387403776,1517436673000.0,2018-01-31 22:11:13,+0000,,@SpaceX Now that’s a real flamethrower …,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,22,https://twitter.com/elonmusk/status/958825021098491904,[],[],0,,False,36356,486,2447,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2241,958568634917556224,958568634917556224,1517375546000.0,2018-01-31 05:12:26,+0000,, https://t.co/LYJOL0T7sC,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,05,https://twitter.com/elonmusk/status/958568634917556224,['https://m.youtube.com/watch?v=6l6vqPUM_FE'],[],0,,False,21911,1180,2850,,None,,,,,,,[],,,, +2242,958500867832975361,958500867832975361,1517359389000.0,2018-01-31 00:43:09,+0000,,Falcon Heavy in foreground on Launch Complex 39A and Falcon 9 in background on 40 https://t.co/GiZL3SSE4A,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,00,https://twitter.com/elonmusk/status/958500867832975361,['https://www.instagram.com/p/BemBlnSAACd/'],[],0,,False,15233,464,1886,,None,,,,,,,[],,,, +2243,958371267203145729,957450070407852032,1517328490000.0,2018-01-30 16:08:10,+0000,,15k,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,16,https://twitter.com/elonmusk/status/958371267203145729,[],[],0,,False,16845,661,612,,None,,,,,,,[],,,, +2244,958083496370565120,957450070407852032,1517259880000.0,2018-01-29 21:04:40,+0000,,@SunDogz ~3k,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/958083496370565120,[],[],0,,False,1054,40,22,,None,,,,,,,"[{'screen_name': 'sundogz', 'name': 'sundogz', 'id': '1229182850169262081'}]",,,, +2245,958082901987360769,958081082020319240,1517259738000.0,2018-01-29 21:02:18,+0000,,@TheOnion So hard to keep future product releases secret,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,21,https://twitter.com/elonmusk/status/958082901987360769,[],[],0,,False,42427,268,4603,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +2246,958081411470131200,957450070407852032,1517259383000.0,2018-01-29 20:56:23,+0000,,10k,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,20,https://twitter.com/elonmusk/status/958081411470131200,[],[],0,,False,17987,883,608,,None,,,,,,,[],,,, +2247,958047422797643776,958046436909871105,1517251279000.0,2018-01-29 18:41:19,+0000,,"@HarisCelic For sure, and it keeps you warm at the same time",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,18,https://twitter.com/elonmusk/status/958047422797643776,[],[],0,,False,3662,85,109,,None,,,,,,,"[{'screen_name': 'HarisCelic', 'name': 'Haris Celic', 'id': '1772451439'}]",,,, +2248,958044440085409792,958043977709735939,1517250568000.0,2018-01-29 18:29:28,+0000,,@JosephHuberman @Tesla Coming soon,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,18,https://twitter.com/elonmusk/status/958044440085409792,[],[],0,,False,399,9,6,,None,,,,,,,"[{'screen_name': 'JosephHuberman', 'name': 'Joseph Huberman', 'id': '57513297'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2249,957790484981719040,957787361630236672,1517190021000.0,2018-01-29 01:40:21,+0000,,@DuvalMagic Sure,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,01,https://twitter.com/elonmusk/status/957790484981719040,[],[],0,,False,3934,31,121,,None,,,,,,,"[{'screen_name': 'DuvalMagic', 'name': 'Randy Pitchford', 'id': '8369072'}]",,,, +2250,957788568457367552,957787361630236672,1517189564000.0,2018-01-29 01:32:44,+0000,,@JeremyHeitman Sentience is overrated,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,01,https://twitter.com/elonmusk/status/957788568457367552,[],[],0,,False,2295,56,157,,None,,,,,,,"[{'screen_name': 'JeremyHeitman', 'name': 'Jeremy Heitman', 'id': '77516268'}]",,,, +2251,957787361630236672,957787361630236672,1517189276000.0,2018-01-29 01:27:56,+0000,,"But wait, there’s more: the flamethrower is sentient, its safe word is “cryptocurrency” and it comes with a free blockchain",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,01,https://twitter.com/elonmusk/status/957787361630236672,[],[],0,,False,104224,2492,15538,,None,,,,,,,[],,,, +2252,957708671219245061,957416875826262016,1517170515000.0,2018-01-28 20:15:15,+0000,,@jlgolson Ok,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,20,https://twitter.com/elonmusk/status/957708671219245061,[],[],0,,False,574,10,18,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +2253,957605497338605568,957441956874919936,1517145916000.0,2018-01-28 13:25:16,+0000,,@andressa_ojeda @franke @boringcompany Hmm ... portal gun. Now that would be interesting.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,13,https://twitter.com/elonmusk/status/957605497338605568,[],[],0,,False,3029,98,257,,None,,,,,,,"[{'screen_name': 'andressa_ojeda', 'name': 'Andressa Ojeda 🇧🇷 🚀', 'id': '605858565'}, {'screen_name': 'franke', 'name': 'Frankie', 'id': '15191386'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +2254,957503604750823425,957494364028071936,1517121623000.0,2018-01-28 06:40:23,+0000,,You’d need millions of zombies for a so-called “apocalypse” anyway. Where would I even get a factory big enough to make so many!?,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/957503604750823425,[],[],0,,False,105902,3799,13449,,None,,,,,,,[],,,, +2255,957494364028071936,957494364028071936,1517119420000.0,2018-01-28 06:03:40,+0000,,The rumor that I’m secretly creating a zombie apocalypse to generate demand for flamethrowers is completely false,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/957494364028071936,[],[],0,,False,341120,5736,85003,,None,,,,,,,[],,,, +2256,957493532599640066,957441956874919936,1517119222000.0,2018-01-28 06:00:22,+0000,,@franke @boringcompany Good thing you didn’t ask about the Freezegun ...,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/957493532599640066,[],[],0,,False,770,42,30,,None,,,,,,,"[{'screen_name': 'franke', 'name': 'Frankie', 'id': '15191386'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +2257,957493529244086273,957441956874919936,1517119221000.0,2018-01-28 06:00:21,+0000,,@franke @boringcompany Hmmm,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,06,https://twitter.com/elonmusk/status/957493529244086273,[],[],0,,False,2856,35,83,,None,,,,,,,"[{'screen_name': 'franke', 'name': 'Frankie', 'id': '15191386'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +2258,957476434800386053,957469890473938950,1517115145000.0,2018-01-28 04:52:25,+0000,,Unless you like fun,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,04,https://twitter.com/elonmusk/status/957476434800386053,[],[],0,,False,86250,983,12256,,None,,,,,,,[],,,, +2259,957469890473938950,957469890473938950,1517113585000.0,2018-01-28 04:26:25,+0000,,"Obviously, a flamethrower is a super terrible idea. Definitely don’t buy one.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,04,https://twitter.com/elonmusk/status/957469890473938950,[],[],0,,False,104757,1909,16515,,None,,,,,,,[],,,, +2260,957450070407852032,957450070407852032,1517108860000.0,2018-01-28 03:07:40,+0000,,"1,000 ordered already, only 19,000 left!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/957450070407852032,[],[],0,,False,39171,1170,2110,,None,,,,,,,[],,,, +2261,957441956874919936,957441956874919936,1517106925000.0,2018-01-28 02:35:25,+0000,,"When the zombie apocalypse happens, you’ll be glad you bought a flamethrower. Works against hordes of the undead or your money back!",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/957441956874919936,[],[],0,,False,129941,2758,23934,,None,,,,,,,[],,,, +2262,957426074467618818,957426074467618818,1517103138000.0,2018-01-28 01:32:18,+0000,,Don’t do this https://t.co/e0q6ax60k5,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/957426074467618818,['https://www.instagram.com/p/BeeYW0NA1HU/'],[],0,,False,17861,767,3016,,None,,,,,,,[],,,, +2263,957421513367416832,957414748881997825,1517102051000.0,2018-01-28 01:14:11,+0000,,@MKBHD ATF says any flamethrower with a flame shorter than 10 ft is A-ok. Our design is max fun for least danger. I’d be way more scared of a steak knife.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,01,https://twitter.com/elonmusk/status/957421513367416832,[],[],0,,False,8465,189,625,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +2264,957416875826262016,957416875826262016,1517100945000.0,2018-01-28 00:55:45,+0000,,Great for roasting nuts 🔥 🥜 https://t.co/MGmkSJhIyx,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,00,https://twitter.com/elonmusk/status/957416875826262016,['https://www.instagram.com/p/BeeUSFwgLrM/'],[],0,,False,12358,685,1137,,None,,,,,,,[],,,, +2265,957414748881997825,957414748881997825,1517100438000.0,2018-01-28 00:47:18,+0000,,The Boring Company flamethrower guaranteed to liven up any party! https://t.co/n2FiZimJia,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,00,https://twitter.com/elonmusk/status/957414748881997825,['http://Boringcompany.com/flamethrower'],[],0,,False,37262,1652,9328,,None,,,,,,,[],,,, +2266,957413581020114944,957413581020114944,1517100160000.0,2018-01-28 00:42:40,+0000,,Say hello to my little friend … https://t.co/OYg4qhF4Ea,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,00,https://twitter.com/elonmusk/status/957413581020114944,['https://www.instagram.com/p/BeeTFQ7AYhy/'],[],0,,False,12549,613,1356,,None,,,,,,,[],,,, +2267,957361443023695872,957361443023695872,1517087729000.0,2018-01-27 21:15:29,+0000,,Aiming for first flight of Falcon Heavy on Feb 6 from Apollo launchpad 39A at Cape Kennedy. Easy viewing from the public causeway.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,21,https://twitter.com/elonmusk/status/957361443023695872,[],[],0,,False,54413,1370,10279,,None,,,,,,,[],,,, +2268,956233892637286400,956233892637286400,1516818900000.0,2018-01-24 18:35:00,+0000,,Falcon Heavy hold-down firing this morning was good. Generated quite a thunderhead of steam. Launching in a week or so. https://t.co/npaqatbNir,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,18,https://twitter.com/elonmusk/status/956233892637286400,[],"['https://pbs.twimg.com/media/DUU5pZyVAAAZymp.jpg', 'https://pbs.twimg.com/media/DUU5pZ0UQAAStTy.jpg']",1,https://pbs.twimg.com/media/DUU5pZyVAAAZymp.jpg,False,79114,2088,12796,,None,,,,,,,[],,,, +2269,954074142835294208,954067786174574592,1516303976000.0,2018-01-18 19:32:56,+0000,,@sallyshin Check https://t.co/Il3CWSTPXR for updates,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",4,19,https://twitter.com/elonmusk/status/954074142835294208,['http://boringcompany.com/hat'],[],0,,False,1100,113,43,,None,,,,,,,"[{'screen_name': 'sallyshin', 'name': 'Sally Shin 신상희', 'id': '23131068'}]",,,, +2270,952753984896315392,952753738917253121,1515989225000.0,2018-01-15 04:07:05,+0000,,@Davidburrusdds Done,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,04,https://twitter.com/elonmusk/status/952753984896315392,[],[],0,,False,517,61,21,,None,,,,,,,"[{'screen_name': 'Davidburrusdds', 'name': 'David Burrus', 'id': '2272484137'}]",,,, +2271,952750646406426624,952731153068261376,1515988430000.0,2018-01-15 03:53:50,+0000,,"@thenosyt Definitely. You will be able to do pretty much anything via voice command. Software team is focused on core Model 3 functionality right now, but that will be done soon, then we will add a lot more features.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,03,https://twitter.com/elonmusk/status/952750646406426624,[],[],0,,False,637,76,75,,None,,,,,,,"[{'screen_name': 'thenosyt', 'name': 'Tyson Edwards', 'id': '146254947'}]",,,, +2272,952049059291803648,951746347367129088,1515821158000.0,2018-01-13 05:25:58,+0000,,@DanielleFong @YoungTreeGrower @TylerDoor @ID_AA_Carmack There aren’t even good normal parties in Silicon Valley!,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",6,05,https://twitter.com/elonmusk/status/952049059291803648,[],[],0,,False,887,80,93,,None,,,,,,,"[{'screen_name': 'DanielleFong', 'name': '💁🏻\u200d♀️', 'id': '13232322'}, {'screen_name': 'YoungTreeGrower', 'name': 'C', 'id': '777976989147799554'}, {'screen_name': 'TylerDoor', 'name': 'All The Fiends', 'id': '1952238913'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +2273,951893894605586432,951746347367129088,1515784164000.0,2018-01-12 19:09:24,+0000,,"@ID_AA_Carmack @DanielleFong Actually, you can upgrade the battery pack for a huge improvement in range and some improvement in performance. There are other items you can upgrade too (seats, infotainment, etc), but I recommend keeping those parts original.",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,19,https://twitter.com/elonmusk/status/951893894605586432,[],[],0,,False,500,53,41,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}, {'screen_name': 'DanielleFong', 'name': '💁🏻\u200d♀️', 'id': '13232322'}]",,,, +2274,950798675579609088,949831212326993920,1515523043000.0,2018-01-09 18:37:23,+0000,,@Mister_Millard @Tesla That sounds cool. Will do.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,18,https://twitter.com/elonmusk/status/950798675579609088,[],[],0,,False,1335,63,55,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2275,950600363630931968,950595773044989952,1515475762000.0,2018-01-09 05:29:22,+0000,,@PPathole @Tesla @Teslarati @MKBHD Fixed in next release,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",2,05,https://twitter.com/elonmusk/status/950600363630931968,[],[],0,,False,7807,146,167,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +2276,950416244997488640,950416244997488640,1515431865000.0,2018-01-08 17:17:45,+0000,,"Long exposure of rocket ascent, reentry from space and landing burn. (Credit @johnkrausphotos) https://t.co/X24k3han8M",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",1,17,https://twitter.com/elonmusk/status/950416244997488640,['https://www.instagram.com/p/BdrZtc5AhB3/'],[],0,,False,19843,768,2969,,None,,,,,,,[],,,, +2277,949859157493952513,949831212326993920,1515299045000.0,2018-01-07 04:24:05,+0000,,@omerldiri @Tesla Good idea. We can just have the menu pop up as soon as you put the car into park.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,04,https://twitter.com/elonmusk/status/949859157493952513,[],[],0,,False,4416,98,103,,None,,,,,,,"[{'screen_name': 'omerldiri', 'name': 'Omer Diri', 'id': '153863062'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2278,949846430750920704,949831212326993920,1515296011000.0,2018-01-07 03:33:31,+0000,,@yoda Of course. And an outdoor screen that plays a highlight reel of the best scenes in movie history.,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/949846430750920704,[],[],0,,False,3793,73,120,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}]",,,, +2279,949838199945281536,949831212326993920,1515294048000.0,2018-01-07 03:00:48,+0000,,@mhmtkcn Near 405,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,03,https://twitter.com/elonmusk/status/949838199945281536,[],[],0,,False,1203,48,29,,None,,,,,,,[],,,, +2280,949831212326993920,949831212326993920,1515292382000.0,2018-01-07 02:33:02,+0000,,"Gonna put an old school drive-in, roller skates & rock restaurant at one of the new Tesla Supercharger locations in LA",en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",7,02,https://twitter.com/elonmusk/status/949831212326993920,[],[],0,,False,171944,4295,15436,,None,,,,,,,[],,,, +2281,949075535459528705,949075475036487680,1515112215000.0,2018-01-05 00:30:15,+0000,, https://t.co/3k71xzDIP1,und,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/949075535459528705,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/949075481537605632/pu/img/wK34uHIVkUtNzYRM.jpg,False,27227,620,3665,,None,,,,,,,[],,,, +2282,949075475036487680,949075475036487680,1515112200000.0,2018-01-05 00:30:00,+0000,,Falcon Heavy goes vertical https://t.co/uG1k0WISv1,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",5,00,https://twitter.com/elonmusk/status/949075475036487680,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/949075427389161472/pu/img/-l2e9TO5OrtvRkVa.jpg,False,84476,2052,14559,,None,,,,,,,[],,,, +2283,948469610944241664,948469610944241664,1514967751000.0,2018-01-03 08:22:31,+0000,,Using a neural net to detect rain using cameras (no dedicated rain or sun sensors). Computers are very patient. https://t.co/YM0tQ6vLOV,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,08,https://twitter.com/elonmusk/status/948469610944241664,['https://m.youtube.com/watch?v=K7zKvHEbgS8'],[],0,,False,17259,675,2259,,None,,,,,,,[],,,, +2284,948428274467618816,948428274467618816,1514957896000.0,2018-01-03 05:38:16,+0000,,Come work at the biggest & most advanced factory on Earth! Located by a river near the beautiful Sierra Nevada mountains with wild horses roaming free. https://t.co/Nimv3BvQXI,en,[],[],44196397,44196397,elonmusk,"Elon Musk, the 2nd",3,05,https://twitter.com/elonmusk/status/948428274467618816,['https://twitter.com/tesla/status/948381391686742016'],[],0,,False,52534,3179,7090,https://twitter.com/tesla/status/948381391686742016,None,,,,,,,[],,,, diff --git a/task1/2019.csv b/task1/2019.csv new file mode 100644 index 0000000..63f2c10 --- /dev/null +++ b/task1/2019.csv @@ -0,0 +1,8313 @@ +,id,conversation_id,created_at,date,timezone,place,tweet,language,hashtags,cashtags,user_id,user_id_str,username,name,day,hour,link,urls,photos,video,thumbnail,retweet,nlikes,nreplies,nretweets,quote_url,search,near,geo,source,user_rt_id,user_rt,retweet_id,reply_to,retweet_date,translate,trans_src,trans_dest +0,1211071324518531072,1210918835861241856,1577576879000.0,2019-12-28 23:47:59,+0000,,"@Joe__Wakefield @austinbarnard45 @tjq1190 @tyger_cyber @fawfulfan @_Mikemo This is a pretty awful lie. I left South Africa by myself when I was 17 with just a backpack & suitcase of books. Worked on my Mom’s cousin’s farm in Saskatchewan & a lumber mill in Vancouver. Went to Queens Univ with scholarship & debt, then same to UPenn/Wharton & Stanford.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1211071324518531072,[],[],0,,False,9871,352,723,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'tjq1190', 'name': 'Tyler J. Quebedeaux', 'id': '874839988722184193'}, {'screen_name': 'tyger_cyber', 'name': 'Cyber Tyger', 'id': '1203378935272075264'}, {'screen_name': 'fawfulfan', 'name': 'Matthew Chapman', 'id': '716813053'}, {'screen_name': '_mikemo', 'name': 'mo old', 'id': '1334189185217953792'}]",,,, +1,1211069054779301894,1210918835861241856,1577576337000.0,2019-12-28 23:38:57,+0000,,"@austinbarnard45 @tjq1190 @tyger_cyber @fawfulfan @_Mikemo This person blocked me, so can’t read the tweet. Whats their deal?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1211069054779301894,[],[],0,,False,2459,153,81,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'tjq1190', 'name': 'Tyler J. Quebedeaux', 'id': '874839988722184193'}, {'screen_name': 'tyger_cyber', 'name': 'Cyber Tyger', 'id': '1203378935272075264'}, {'screen_name': 'fawfulfan', 'name': 'Matthew Chapman', 'id': '716813053'}, {'screen_name': '_mikemo', 'name': 'mo old', 'id': '1334189185217953792'}]",,,, +2,1211064937004589056,1210918835861241856,1577575356000.0,2019-12-28 23:22:36,+0000,,"@IrinaAntony @tjq1190 @tyger_cyber @fawfulfan @_Mikemo We started Zip2 with ~$2k from me plus my overclocked home-built PC, ~$5k from my bro & ~$8k from Greg Kouri (such a good guy — he is greatly missed). My Dad provided 10% of a ~$200k angel funding round much later, but by then risk was reduced & round would’ve happened anyway.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1211064937004589056,[],[],0,,False,3986,127,331,,None,,,,,,,"[{'screen_name': 'IrinaAntony', 'name': '✨⭐️✨', 'id': '326439288'}, {'screen_name': 'tjq1190', 'name': 'Tyler J. Quebedeaux', 'id': '874839988722184193'}, {'screen_name': 'tyger_cyber', 'name': 'Cyber Tyger', 'id': '1203378935272075264'}, {'screen_name': 'fawfulfan', 'name': 'Matthew Chapman', 'id': '716813053'}, {'screen_name': '_mikemo', 'name': 'mo old', 'id': '1334189185217953792'}]",,,, +3,1211054942192119808,1210918835861241856,1577572973000.0,2019-12-28 22:42:53,+0000,,"@tjq1190 @tyger_cyber @fawfulfan @_Mikemo He didn’t own an emerald mine & I worked my way through college, ending up ~$100k in student debt. I couldn’t even afford a 2nd PC at Zip2, so programmed at night & website only worked during day. Where is this bs coming from?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1211054942192119808,[],[],0,,False,11856,319,1079,,None,,,,,,,"[{'screen_name': 'tjq1190', 'name': 'Tyler J. Quebedeaux', 'id': '874839988722184193'}, {'screen_name': 'tyger_cyber', 'name': 'Cyber Tyger', 'id': '1203378935272075264'}, {'screen_name': 'fawfulfan', 'name': 'Matthew Chapman', 'id': '716813053'}, {'screen_name': '_mikemo', 'name': 'mo old', 'id': '1334189185217953792'}]",,,, +4,1211051740562366464,1210774027054145536,1577572209000.0,2019-12-28 22:30:09,+0000,,@geofficient Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1211051740562366464,[],[],0,,False,2429,32,45,,None,,,,,,,"[{'screen_name': 'geofficient', 'name': 'Geofficient - CAT', 'id': '1157422621027262465'}]",,,, +5,1211030324660051968,1210774027054145536,1577567103000.0,2019-12-28 21:05:03,+0000,,@annerajb @justpaulinelol Federal,es,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1211030324660051968,[],[],0,,False,625,37,36,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +6,1211030194787700736,1210774027054145536,1577567072000.0,2019-12-28 21:04:32,+0000,,@justpaulinelol @annerajb Probably 2021. Depends on regulatory approvals.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1211030194787700736,[],[],0,,False,502,32,35,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +7,1211029491188948992,1210774027054145536,1577566905000.0,2019-12-28 21:01:45,+0000,,@annerajb Hopefully working in Caribbean by end of 2020. Def by 2021.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1211029491188948992,[],[],0,,False,711,39,56,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +8,1211010494695391232,1210989784144982018,1577562376000.0,2019-12-28 19:46:16,+0000,,"@waitbutwhy @Kurz_Gesagt Maximizing conversion of mass to aimed photons (pure momentum) is actually the highest possible efficiency, which is why an antimatter drive is probably the best way to get to other star systems with known physics. For “close” stars, a laser sail is good too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1211010494695391232,[],[],0,,False,3400,203,227,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}, {'screen_name': 'Kurz_Gesagt', 'name': 'Kurzgesagt', 'id': '1603439773'}]",,,, +9,1210777492027363328,1210777403229818880,1577506823000.0,2019-12-28 04:20:23,+0000,,"@TheAssassin_95 Yes, but it’s too secret",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1210777492027363328,[],[],0,,False,3825,152,171,,None,,,,,,,[],,,, +10,1210777395738734593,1210774027054145536,1577506800000.0,2019-12-28 04:20:00,+0000,,@Erdayastronaut @teslaownersSV @Benioff Hopefully fully operational in 2020,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1210777395738734593,[],[],0,,False,2785,128,127,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Benioff', 'name': 'Marc Benioff', 'id': '22330739'}]",,,, +11,1210777003390951429,1210774027054145536,1577506707000.0,2019-12-28 04:18:27,+0000,,"@teslaownersSV @Benioff Boring Co is completing its first commercial tunnel in Vegas, going from Convention Center to Strip, then will work on other projects",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1210777003390951429,[],[],0,,False,4284,156,219,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Benioff', 'name': 'Marc Benioff', 'id': '22330739'}]",,,, +12,1210776160444932097,1210774027054145536,1577506506000.0,2019-12-28 04:15:06,+0000,,"@flcnhvy No, he’s still much faster 🐌",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1210776160444932097,[],[],0,,False,2362,92,63,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +13,1210775790440177664,1210774027054145536,1577506418000.0,2019-12-28 04:13:38,+0000,,"These would be road tunnels for zero emissions vehicles only — no toxic fumes is the key. Really, just an underground road, but limited to EVs (from all auto companies). This is not in place of other solutions, eg light rail, but supplemental to them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1210775790440177664,[],[],0,,False,61186,2498,2559,,None,,,,,,,[],,,, +14,1210775044919459841,1210774027054145536,1577506240000.0,2019-12-28 04:10:40,+0000,,@teslaownersSV Done by dawn,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1210775044919459841,[],[],0,,False,3501,68,80,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +15,1210774833681719296,1210774027054145536,1577506190000.0,2019-12-28 04:09:50,+0000,,@Salo4201 That would be a fringe benefit 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1210774833681719296,[],[],0,,False,4607,54,80,,None,,,,,,,"[{'screen_name': 'Salo4201', 'name': '§alomón', 'id': '1000880392638025728'}]",,,, +16,1210774027054145536,1210774027054145536,1577505997000.0,2019-12-28 04:06:37,+0000,,"Build super safe, Earthquake-proof tunnels under cities to solve traffic",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1210774027054145536,[],[],0,,False,83123,10724,7180,,None,,,,,,,[],,,, +17,1210756338348744705,1210649166407438336,1577501780000.0,2019-12-28 02:56:20,+0000,,@JaneidyEve Flight is hopefully 2 to 3 months away,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1210756338348744705,[],[],0,,False,2290,105,190,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +18,1210756057791729665,1210649166407438336,1577501713000.0,2019-12-28 02:55:13,+0000,,"@JaneidyEve We’re now building flight design of Starship SN1, but each SN will have at least minor improvements, at least through SN20 or so of Starship V1.0.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1210756057791729665,[],[],0,,False,2015,56,176,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +19,1210649166407438336,1210649166407438336,1577476228000.0,2019-12-27 19:50:28,+0000,,Was up all night with SpaceX team working on Starship tank dome production (most difficult part of primary structure). Dawn arrives … https://t.co/SzyDSYUYOu,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1210649166407438336,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1210648841206284290/pu/img/_d3-sjqirZHf81i6.jpg,False,102519,2089,5999,,None,,,,,,,[],,,, +20,1210484106385117189,1210379838013480960,1577436875000.0,2019-12-27 08:54:35,+0000,,@DiscoverMag Please stop spamming bleak links into a paywall,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1210484106385117189,[],[],0,,False,3425,113,97,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +21,1210348363260071937,1210264473468112896,1577404511000.0,2019-12-26 23:55:11,+0000,,@GutGutM3 @jamescharles Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1210348363260071937,[],[],0,,False,5258,87,121,,None,,,,,,,"[{'screen_name': 'GutGutM3', 'name': 'Gut-Gut', 'id': '1130577580896194560'}, {'screen_name': 'jamescharles', 'name': 'James Charles', 'id': '1117786405'}]",,,, +22,1210321459677020160,1210319486114500608,1577398097000.0,2019-12-26 22:08:17,+0000,,@Teslarati Activating engine two …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1210321459677020160,[],[],0,,False,3927,175,168,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +23,1210293826734063616,1210270551236730880,1577391509000.0,2019-12-26 20:18:29,+0000,,@KakaroTTo1385 @flcnhvy @Sofiaan @Erdayastronaut It is an honor & a privilege to work with so many great engineers,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1210293826734063616,[],[],0,,False,2204,71,118,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +24,1210293100616151040,1210270551236730880,1577391336000.0,2019-12-26 20:15:36,+0000,,@flcnhvy @Sofiaan @Erdayastronaut The overarching goal of Tesla engineering is maximize area under user happiness curve,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1210293100616151040,[],[],0,,False,2256,108,162,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +25,1210292908693213184,1210270551236730880,1577391290000.0,2019-12-26 20:14:50,+0000,,"@flcnhvy @Sofiaan @Erdayastronaut It’s not that these things can’t be done, they just absorb a lot of software engineering time, which has great opportunity cost. There are very few excellent software engineers & merely increasing team size results in awful bloatware.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1210292908693213184,[],[],0,,False,1946,89,123,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +26,1210278944739446784,1210276245541277697,1577387960000.0,2019-12-26 19:19:20,+0000,,@Kristennetten Future feature,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1210278944739446784,[],[],0,,False,2162,76,63,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +27,1210276245541277697,1210276245541277697,1577387317000.0,2019-12-26 19:08:37,+0000,,"Turn on auto navigate feature & car will activate traffic-based navigation to work, home or calendar, depending on context, as soon as you sit down. No input required at all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1210276245541277697,[],[],0,,False,45272,1173,1935,,None,,,,,,,[],,,, +28,1210274559296847872,1210270551236730880,1577386915000.0,2019-12-26 19:01:55,+0000,,"@Sofiaan @Erdayastronaut Possible, but one step at a time. Anything we release to the fleet has big implications these days. For example, if someone’s on data roaming & video is enabled, they will get a giant cell phone bill. Operating in 40+ countries results in many corner cases!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1210274559296847872,[],[],0,,False,1877,85,86,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +29,1210273702476054529,1210272278941798400,1577386711000.0,2019-12-26 18:58:31,+0000,,"@JeremyGreenlee @mobiledavidd Seeing B pillar (diagonal fwd) & side repeater (diagonal back) camera views would probably help for tight situations. We can enable access to these views. Also, no problem to have option to disable auto lock for home.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210273702476054529,[],[],0,,False,1495,103,70,,None,,,,,,,"[{'screen_name': 'JeremyGreenlee', 'name': 'Jeremy Greenlee', 'id': '408518319'}, {'screen_name': 'mobiledavidd', 'name': 'DΛV♪D', 'id': '15465528'}]",,,, +30,1210272817331073024,1210272278941798400,1577386500000.0,2019-12-26 18:55:00,+0000,,@mobiledavidd We’re building out Superchargers as fast as possible! Need to ramp V3 Supercharger production.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210272817331073024,[],[],0,,False,903,74,53,,None,,,,,,,"[{'screen_name': 'mobiledavidd', 'name': 'DΛV♪D', 'id': '15465528'}]",,,, +31,1210272098083459072,1210270551236730880,1577386328000.0,2019-12-26 18:52:08,+0000,,@Erdayastronaut Phone notification with ability to view possibly relevant still images is no problem. Live video from several cameras is too much bandwidth.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210272098083459072,[],[],0,,False,3240,151,100,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +32,1210270940254232577,1210270551236730880,1577386052000.0,2019-12-26 18:47:32,+0000,,@Erdayastronaut Most people still don’t know it’s there,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210270940254232577,[],[],0,,False,2731,88,64,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +33,1210270551236730880,1210270551236730880,1577385959000.0,2019-12-26 18:45:59,+0000,,"Just swipe down on Tesla nav button for car to automatically navigate to home, work or destination in calendar",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210270551236730880,[],[],0,,False,58294,1116,2129,,None,,,,,,,[],,,, +34,1210269213174034432,1210259648068149255,1577385640000.0,2019-12-26 18:40:40,+0000,,"@TesLatino @teslaownersSV @tesla_unplugged @TeslaOwnersofMA @Tesla @disneyplus @BenSullins If you enter a longer distance than range, system should autonav to optimal Superchargers along the way. Is it not doing this correctly?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210269213174034432,[],[],0,,False,960,177,37,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'TeslaOwnersofMA', 'name': '🔋 TeslaOwnersofMA 🔋', 'id': '1108027439589007360'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'disneyplus', 'name': 'Disney+', 'id': '985916593065476096'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}]",,,, +35,1210268839507681280,1210259648068149255,1577385551000.0,2019-12-26 18:39:11,+0000,,@teslaownersSV @tesla_unplugged @TeslaOwnersofMA @Tesla @disneyplus @BenSullins Merry Christmas 🎄🎁😀 Hope you’re enjoying latest software update!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210268839507681280,[],[],0,,False,1707,185,102,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'TeslaOwnersofMA', 'name': '🔋 TeslaOwnersofMA 🔋', 'id': '1108027439589007360'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'disneyplus', 'name': 'Disney+', 'id': '985916593065476096'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}]",,,, +36,1210268081441796096,1210264473468112896,1577385370000.0,2019-12-26 18:36:10,+0000,,@jamescharles Yer welcome son,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210268081441796096,[],[],0,,False,8289,86,262,,None,,,,,,,"[{'screen_name': 'jamescharles', 'name': 'James Charles', 'id': '1117786405'}]",,,, +37,1210267959588864000,1210259648068149255,1577385341000.0,2019-12-26 18:35:41,+0000,,"@teslaownersSV @tesla_unplugged @TeslaOwnersofMA @Tesla @disneyplus @BenSullins Car should autonavigate to destinations based on your calendar. If nothing in calendar, should do work in morning & home in evening. Future versions will guess based on prior patterns (if preference enabled).",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210267959588864000,[],[],0,,False,1038,104,66,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'TeslaOwnersofMA', 'name': '🔋 TeslaOwnersofMA 🔋', 'id': '1108027439589007360'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'disneyplus', 'name': 'Disney+', 'id': '985916593065476096'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}]",,,, +38,1210267330107699200,1210264473468112896,1577385191000.0,2019-12-26 18:33:11,+0000,,@jamescharles That is odd. Try pressing both scroll wheel buttons to reboot. Have forwarded this to service.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210267330107699200,[],[],0,,False,6341,63,115,,None,,,,,,,"[{'screen_name': 'jamescharles', 'name': 'James Charles', 'id': '1117786405'}]",,,, +39,1210263196457504768,1210259648068149255,1577384206000.0,2019-12-26 18:16:46,+0000,,@teslaownersSV @tesla_unplugged @TeslaOwnersofMA @Tesla @disneyplus @BenSullins No,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210263196457504768,[],[],0,,False,804,144,41,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'TeslaOwnersofMA', 'name': '🔋 TeslaOwnersofMA 🔋', 'id': '1108027439589007360'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'disneyplus', 'name': 'Disney+', 'id': '985916593065476096'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}]",,,, +40,1210259962598838272,1210259648068149255,1577383435000.0,2019-12-26 18:03:55,+0000,,@TeslaOwnersofMA @Tesla @disneyplus @BenSullins Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210259962598838272,[],[],0,,False,2265,116,117,,None,,,,,,,"[{'screen_name': 'TeslaOwnersofMA', 'name': '🔋 TeslaOwnersofMA 🔋', 'id': '1108027439589007360'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'disneyplus', 'name': 'Disney+', 'id': '985916593065476096'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}]",,,, +41,1209624448686608384,1209116807623331841,1577231916000.0,2019-12-24 23:58:36,+0000,,@mikeduncan They should double down on insanity of Cats. Right move.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1209624448686608384,[],[],0,,False,1063,81,40,,None,,,,,,,"[{'screen_name': 'mikeduncan', 'name': 'Mike Duncan', 'id': '1826971'}]",,,, +42,1209623475389902849,1209116807623331841,1577231684000.0,2019-12-24 23:54:44,+0000,,@JaneidyEve @RenataKonkoly @mikeduncan Black Mirror,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1209623475389902849,[],[],0,,False,1902,140,96,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'mikeduncan', 'name': 'Mike Duncan', 'id': '1826971'}]",,,, +43,1209623244208312326,1209116807623331841,1577231629000.0,2019-12-24 23:53:49,+0000,,@RenataKonkoly @mikeduncan Parasite,pt,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1209623244208312326,[],[],0,,False,2141,87,136,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'mikeduncan', 'name': 'Mike Duncan', 'id': '1826971'}]",,,, +44,1209622223520186368,1209116807623331841,1577231386000.0,2019-12-24 23:49:46,+0000,,@mikeduncan True,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1209622223520186368,[],[],0,,False,1699,61,45,,None,,,,,,,"[{'screen_name': 'mikeduncan', 'name': 'Mike Duncan', 'id': '1826971'}]",,,, +45,1209583623499927552,1191776680249110528,1577222183000.0,2019-12-24 21:16:23,+0000,,@AdamDanielKing Needs improvement,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1209583623499927552,[],[],0,,False,699,62,33,,None,,,,,,,"[{'screen_name': 'AdamDanielKing', 'name': 'Adam King', 'id': '825592107272388609'}]",,,, +46,1209536537794359297,1209532295813554176,1577210957000.0,2019-12-24 18:09:17,+0000,,@Erdayastronaut @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1209536537794359297,[],[],0,,False,3114,231,85,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +47,1209404980693807108,1209400826088820736,1577179591000.0,2019-12-24 09:26:31,+0000,,@royalsociety He was awesome. I squared R heating is why room temp superconductors aren’t needed to carry power long distances efficiently. Just jack up voltage.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1209404980693807108,[],[],0,,False,2682,104,121,,None,,,,,,,"[{'screen_name': 'royalsociety', 'name': 'The Royal Society', 'id': '28567809'}]",,,, +48,1209217693108318208,1209217693108318208,1577134938000.0,2019-12-23 21:02:18,+0000,,stock art https://t.co/HSWnwK68OV,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1209217693108318208,[],['https://pbs.twimg.com/media/EMgBEZhWoAE_JHW.jpg'],1,https://pbs.twimg.com/media/EMgBEZhWoAE_JHW.jpg,False,348233,7129,39555,,None,,,,,,,[],,,, +49,1209142364473843713,1209142364473843713,1577116979000.0,2019-12-23 16:02:59,+0000,,Whoa … the stock is so high lol,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1209142364473843713,[],[],0,,False,230572,5172,17197,,None,,,,,,,[],,,, +50,1209141597629243393,1209141056148844544,1577116796000.0,2019-12-23 15:59:56,+0000,,@markets 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1209141597629243393,[],[],0,,False,9385,247,479,,None,,,,,,,"[{'screen_name': 'markets', 'name': 'Bloomberg Markets', 'id': '69620713'}]",,,, +51,1208878003721097217,1208590195030974464,1577053950000.0,2019-12-22 22:32:30,+0000,,"@annerajb @RationalEtienne @aufrana @cleantechnica Big communication penalty for remote work, which means the gain in talent that won’t move has to be very high",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1208878003721097217,[],[],0,,False,1347,98,80,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'aufrana', 'name': 'Rana Umar', 'id': '188313082'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +52,1208877220233482240,1208874832634482688,1577053763000.0,2019-12-22 22:29:23,+0000,,@therealcliffyb @Tesla @SpaceX Truth,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1208877220233482240,[],[],0,,False,1046,18,39,,None,,,,,,,"[{'screen_name': 'therealcliffyb', 'name': 'Cliff Bleszinski', 'id': '48485771'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +53,1208876536566177792,1208590195030974464,1577053600000.0,2019-12-22 22:26:40,+0000,,"@RationalEtienne @aufrana @cleantechnica Wow, accurate analysis!",fr,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1208876536566177792,[],[],0,,False,863,26,54,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'aufrana', 'name': 'Rana Umar', 'id': '188313082'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +54,1208876280491327488,1208874832634482688,1577053539000.0,2019-12-22 22:25:39,+0000,,@therealcliffyb @Tesla Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1208876280491327488,[],[],0,,False,1791,63,45,,None,,,,,,,"[{'screen_name': 'therealcliffyb', 'name': 'Cliff Bleszinski', 'id': '48485771'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +55,1208875951632736256,1208830673995198465,1577053461000.0,2019-12-22 22:24:21,+0000,,@mikensbg @flcnhvy Ok ☺️,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1208875951632736256,[],[],0,,False,2103,33,53,,None,,,,,,,"[{'screen_name': 'mikensbg', 'name': 'Mike Nsubuga', 'id': '2797797752'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +56,1208863275749785600,1208830673995198465,1577050439000.0,2019-12-22 21:33:59,+0000,,@RationalEtienne @RenataKonkoly Don’t wanna brag but … 🚘💨 was me,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1208863275749785600,[],[],0,,False,1314,76,68,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}]",,,, +57,1208854704374960128,1208849215947988993,1577048395000.0,2019-12-22 20:59:55,+0000,,@nichegamer Henry Cavill +1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1208854704374960128,[],[],0,,False,4791,62,310,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +58,1208854014663610368,1208830673995198465,1577048231000.0,2019-12-22 20:57:11,+0000,,@RenataKonkoly Also fake Soundcloud rapper,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1208854014663610368,[],[],0,,False,731,43,41,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}]",,,, +59,1208842098121687040,1208830673995198465,1577045390000.0,2019-12-22 20:09:50,+0000,,@reecethesaxman @youfoundalec @EV_Stevee @teslaownersSV @cgpgrey Write games,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1208842098121687040,[],[],0,,False,1418,61,107,,None,,,,,,,"[{'screen_name': 'youfoundalec', 'name': 'Alec Palm', 'id': '1105343531411955712'}, {'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}]",,,, +60,1208841343440568320,1208830673995198465,1577045210000.0,2019-12-22 20:06:50,+0000,,@youfoundalec @EV_Stevee @teslaownersSV @cgpgrey Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1208841343440568320,[],[],0,,False,897,73,75,,None,,,,,,,"[{'screen_name': 'youfoundalec', 'name': 'Alec Palm', 'id': '1105343531411955712'}, {'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}]",,,, +61,1208840481880150018,1208830673995198465,1577045004000.0,2019-12-22 20:03:24,+0000,,"@teslaownersSV @cgpgrey Regarding 2.X to 3 hardware update, that should happen in earnest in Q1. Software feature delta was zero until now, so not much point in doing it before then.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1208840481880150018,[],[],0,,False,1408,105,142,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}]",,,, +62,1208839653979119616,1208830673995198465,1577044807000.0,2019-12-22 20:00:07,+0000,,"@EV_Stevee @teslaownersSV @cgpgrey Pretty much, although if there was a way to spend money to solve software problems sooner, I’d love it. The real constraint is finding great software engineers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1208839653979119616,[],[],0,,False,770,50,58,,None,,,,,,,"[{'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}]",,,, +63,1208838589582209024,1208830673995198465,1577044553000.0,2019-12-22 19:55:53,+0000,,@flcnhvy @cgpgrey @thirdrowtesla Ok sure,fr,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208838589582209024,[],[],0,,False,2493,90,75,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +64,1208837788180725760,1208830673995198465,1577044362000.0,2019-12-22 19:52:42,+0000,,@EV_Stevee @teslaownersSV @cgpgrey Sorry for the delay on V2.X! We just couldn’t get it all done in time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208837788180725760,[],[],0,,False,644,22,39,,None,,,,,,,"[{'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}]",,,, +65,1208837592059219968,1208830673995198465,1577044315000.0,2019-12-22 19:51:55,+0000,,"@marialauraadr @teslaownersSV @cgpgrey Unfortunately, this has been necessary for many years, but hopefully not forever",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208837592059219968,[],[],0,,False,1785,56,58,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}]",,,, +66,1208836576521814016,1208830673995198465,1577044073000.0,2019-12-22 19:47:53,+0000,,"@teslaownersSV @cgpgrey Sorry, it’s been a bit of a struggle. Software team has been working all weekend to resolve last minute issues. Hopefully starts rolling out tonight.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208836576521814016,[],[],0,,False,1575,78,82,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}]",,,, +67,1208834303003516928,1208830673995198465,1577043531000.0,2019-12-22 19:38:51,+0000,,"@cgpgrey My wiki is a war zone with a zillion edits. At least it’s obviously not curated! Some day, I should probably write what *my* fictionalized version of reality is 🤣🤣",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208834303003516928,[],[],0,,False,11841,160,290,,None,,,,,,,"[{'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}]",,,, +68,1208832682693541888,1208830673995198465,1577043145000.0,2019-12-22 19:32:25,+0000,,@RenataKonkoly Yes 🤣♥️,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208832682693541888,[],[],0,,False,7440,71,109,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}]",,,, +69,1208832207801872385,1208830673995198465,1577043032000.0,2019-12-22 19:30:32,+0000,,"@TechnologicAli Started Zip2 with ~$2k & ~$100k of student debt, rolled proceeds into X/PayPal, rolled proceeds again into SpaceX/Tesla, but these are all companies where I played fundamental founding role. Not right to ask others to put in money if I don’t put in mine.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208832207801872385,[],[],0,,False,11913,165,796,,None,,,,,,,"[{'screen_name': 'TechnologicAli', 'name': 'Ali Thanawalla📱', 'id': '15934471'}]",,,, +70,1208831048026509312,1208830673995198465,1577042755000.0,2019-12-22 19:25:55,+0000,,"If Tesla & SpaceX go bankrupt, so will I. As it should be.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208831048026509312,[],[],0,,False,127186,1904,7206,,None,,,,,,,[],,,, +71,1208830673995198465,1208830673995198465,1577042666000.0,2019-12-22 19:24:26,+0000,,"Just looked at my wiki for 1st time in years. It’s insane! Btw, can someone please delete “investor”. I do basically zero investing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208830673995198465,[],[],0,,False,174446,2577,8260,,None,,,,,,,[],,,, +72,1208679393096130560,1208549746421293057,1577006598000.0,2019-12-22 09:23:18,+0000,,Pre VFX cut would be $$$$,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1208679393096130560,[],[],0,,False,20538,300,374,,None,,,,,,,[],,,, +73,1208676621441355777,1208632836791709696,1577005937000.0,2019-12-22 09:12:17,+0000,,@newscientist Another milestone,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1208676621441355777,[],[],0,,False,2554,102,88,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +74,1208675660006191106,1208398160609062914,1577005708000.0,2019-12-22 09:08:28,+0000,,@RationalEtienne @DonchoGunchev @Tesla @karpathy Sending you healing vibes …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1208675660006191106,[],[],0,,False,1911,65,76,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'DonchoGunchev', 'name': 'Doncho Gunch≡𝕧 🍀 👻', 'id': '1006543558072061952'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +75,1208671790706216960,1208590195030974464,1577004785000.0,2019-12-22 08:53:05,+0000,,"@RationalEtienne @cleantechnica That’s certainly our impression, but it’s an old version of Tesla software, so effect is limited",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1208671790706216960,[],[],0,,False,2381,84,99,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +76,1208662779122475009,1208590195030974464,1577002637000.0,2019-12-22 08:17:17,+0000,,@cleantechnica “In-house” 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1208662779122475009,[],[],0,,False,3021,116,153,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +77,1208549746421293057,1208549746421293057,1576975687000.0,2019-12-22 00:48:07,+0000,,The real reason for Looper was to travel back in time & stop a terrible calamity — the premiere of Cats!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1208549746421293057,[],[],0,,False,120067,1574,7868,,None,,,,,,,[],,,, +78,1208518677458341888,1208517470589341696,1576968280000.0,2019-12-21 22:44:40,+0000,,@lukemiler @Jon_Favreau For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1208518677458341888,[],[],0,,False,1460,24,33,,None,,,,,,,"[{'screen_name': 'lukemiler', 'name': 'Luke Miler', 'id': '11934902'}, {'screen_name': 'Jon_Favreau', 'name': 'Jon Favreau', 'id': '22677790'}]",,,, +79,1208517470589341696,1208517470589341696,1576967992000.0,2019-12-21 22:39:52,+0000,,Great show 🐼 https://t.co/12rguHHpgz,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1208517470589341696,[],['https://pbs.twimg.com/media/EMWEO-bUwAAHpRo.jpg'],1,https://pbs.twimg.com/media/EMWEO-bUwAAHpRo.jpg,False,138083,943,13701,,None,,,,,,,[],,,, +80,1208505515443048448,1208505515443048448,1576965142000.0,2019-12-21 21:52:22,+0000,,Holiday gift ideas https://t.co/uBBofvkYAI,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1208505515443048448,[],['https://pbs.twimg.com/media/EMV5XDUUEAEd7jd.jpg'],1,https://pbs.twimg.com/media/EMV5XDUUEAEd7jd.jpg,False,86898,1035,6611,,None,,,,,,,[],,,, +81,1208470170697527296,1208113137179906048,1576956715000.0,2019-12-21 19:31:55,+0000,,@dealer_of_happy @Tesla We’re working on moving more cars to Florida. End of year delivery is intense! Very proud of Tesla team for all their hard work.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1208470170697527296,[],[],0,,False,4261,103,180,,None,,,,,,,"[{'screen_name': 'dealer_of_happy', 'name': 'Dealer of Happiness', 'id': '926168449042219008'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +82,1208469244188360704,1208466013886410752,1576956494000.0,2019-12-21 19:28:14,+0000,,@RisibleVolatile Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1208469244188360704,[],[],0,,False,728,26,33,,None,,,,,,,"[{'screen_name': 'RisibleVolatile', 'name': 'Philippe Lévesque', 'id': '716985783958298625'}]",,,, +83,1208468535292203008,1208466013886410752,1576956325000.0,2019-12-21 19:25:25,+0000,,@teslaownersSV Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1208468535292203008,[],[],0,,False,852,145,50,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +84,1208466265741742080,1208466013886410752,1576955784000.0,2019-12-21 19:16:24,+0000,,@djavenue Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1208466265741742080,[],[],0,,False,778,35,36,,None,,,,,,,"[{'screen_name': 'djavenue', 'name': 'DJ AVENUE', 'id': '22796995'}]",,,, +85,1208464705833988096,1208423397748887554,1576955412000.0,2019-12-21 19:10:12,+0000,,@flcnhvy @engineers_feed It’s been years,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1208464705833988096,[],[],0,,False,4279,93,131,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +86,1208464373225672704,1208423397748887554,1576955333000.0,2019-12-21 19:08:53,+0000,,@engineers_feed I try so hard with these jokes!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1208464373225672704,[],[],0,,False,19415,241,962,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +87,1208245144702468096,1208245144702468096,1576903065000.0,2019-12-21 04:37:45,+0000,,@SpaceForceDoD Starfleet begins,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1208245144702468096,[],[],0,,False,3627,299,452,,None,,,,,,,[],,,, +88,1208154686148108288,1208102520930947072,1576881498000.0,2019-12-20 22:38:18,+0000,,@Erdayastronaut @NASA @BoeingSpace For sure!🤞,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1208154686148108288,[],[],0,,False,2685,66,65,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'BoeingSpace', 'name': 'Boeing Space', 'id': '3474004752'}]",,,, +89,1208148748099940357,1208102520930947072,1576880082000.0,2019-12-20 22:14:42,+0000,,@NASA @BoeingSpace Orbit is hard. Best wishes for landing & swift recovery to next mission.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1208148748099940357,[],[],0,,False,11237,188,542,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'BoeingSpace', 'name': 'Boeing Space', 'id': '3474004752'}]",,,, +90,1208055334977196033,1207776811553214464,1576857811000.0,2019-12-20 16:03:31,+0000,,@wonderofscience @NatureMuseum Does it like the smiths? https://t.co/kWbx1Uqsbo,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1208055334977196033,[],['https://pbs.twimg.com/media/EMPf7H8UEAAmUIS.jpg'],1,https://pbs.twimg.com/media/EMPf7H8UEAAmUIS.jpg,False,3963,187,215,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}, {'screen_name': 'NatureMuseum', 'name': 'Peggy Notebaert Nature Museum', 'id': '25134868'}]",,,, +91,1207916492265680897,1207865226604863488,1576824708000.0,2019-12-20 06:51:48,+0000,,"@Sofiaan @thirdrowtesla Needs a few more days of validation, then early access, then wide release",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1207916492265680897,[],[],0,,False,2413,119,119,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +92,1207865226604863488,1207865226604863488,1576812485000.0,2019-12-20 03:28:05,+0000,,"Tesla holiday software update has FSD sneak preview, Stardew Valley, Lost Backgammon & a few other things",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1207865226604863488,[],[],0,,False,62495,1742,2957,,None,,,,,,,[],,,, +93,1207582415515840512,1207582415515840512,1576745058000.0,2019-12-19 08:44:18,+0000,,You don’t hear much about element 43,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1207582415515840512,[],[],0,,False,70142,2654,2909,,None,,,,,,,[],,,, +94,1207581363328520192,1207415556619423744,1576744807000.0,2019-12-19 08:40:07,+0000,,"@oxfordteddy @teslainventory @teslaownersSV No, as that’s OG Mobileye hardware",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1207581363328520192,[],[],0,,False,716,30,39,,None,,,,,,,"[{'screen_name': 'oxfordteddy', 'name': 'Ed Byard', 'id': '144552745'}, {'screen_name': 'teslainventory', 'name': '🔋Erik🔋', 'id': '565198801'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +95,1207580730127073281,1207580454200545280,1576744656000.0,2019-12-19 08:37:36,+0000,,@KingRippleXRP Cinnamon toast crunch,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1207580730127073281,[],[],0,,False,4933,171,287,,None,,,,,,,"[{'screen_name': 'KingRippleXRP', 'name': 'Ripple Man', 'id': '888519521710989313'}]",,,, +96,1207580289758683136,1207415556619423744,1576744551000.0,2019-12-19 08:35:51,+0000,,"@teslainventory @teslaownersSV This is quite a thorny hardware problem, as there are many diff versions of mcu & autopilot computer & supporting hardware. Cars last so much longer than phones! Hopefully able to upgrade mcu1 & ap2.0 in a few months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1207580289758683136,[],[],0,,False,586,67,52,,None,,,,,,,"[{'screen_name': 'teslainventory', 'name': '🔋Erik🔋', 'id': '565198801'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +97,1207576449676431360,1207572562466738177,1576743635000.0,2019-12-19 08:20:35,+0000,,This mode will show pic of moth & play the smiths,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1207576449676431360,[],[],0,,False,36501,339,988,,None,,,,,,,[],,,, +98,1207572680796454915,1207572562466738177,1576742737000.0,2019-12-19 08:05:37,+0000,,@GaryTheBot2 Lämpe,sv,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1207572680796454915,[],[],0,,False,4784,71,101,,None,,,,,,,"[{'screen_name': 'GaryTheBot2', 'name': 'Gary the Bot 🤖', 'id': '305331387'}]",,,, +99,1207572562466738177,1207572562466738177,1576742709000.0,2019-12-19 08:05:09,+0000,,Tesla Moth Mode (better late than never) https://t.co/Rcu87A8NkO,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1207572562466738177,[],['https://pbs.twimg.com/media/EMIo0IVWsAEFoxL.jpg'],1,https://pbs.twimg.com/media/EMIo0IVWsAEFoxL.jpg,False,178007,1223,19260,,None,,,,,,,[],,,, +100,1207570485006995456,1207415556619423744,1576742213000.0,2019-12-19 07:56:53,+0000,,"@master_ov @tesletter @teslaownersSV Yes, just costs a few thousand dollars & is more complex than a board swap. Bunch of connectors & antennas need to change. We can improve the speed a little with software optimization, which might be enough.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1207570485006995456,[],[],0,,False,766,41,38,,None,,,,,,,"[{'screen_name': 'master_ov', 'name': 'Ov', 'id': '706694847'}, {'screen_name': 'tesletter', 'name': 'Tesletter', 'id': '979225070764634112'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +101,1207421568613142528,1207415556619423744,1576706709000.0,2019-12-18 22:05:09,+0000,,@tesletter @teslaownersSV I think we can improve that with a little software optimization,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1207421568613142528,[],[],0,,False,1327,85,58,,None,,,,,,,"[{'screen_name': 'tesletter', 'name': 'Tesletter', 'id': '979225070764634112'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +102,1207419018044329985,1207415556619423744,1576706101000.0,2019-12-18 21:55:01,+0000,,@coffeemaestro_ This is a great meme 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1207419018044329985,[],[],0,,False,5660,64,90,,None,,,,,,,"[{'screen_name': 'coffeemaestro_', 'name': 'CoffeeMaestro', 'id': '1148364472593080322'}]",,,, +103,1207416732609990656,1207415556619423744,1576705556000.0,2019-12-18 21:45:56,+0000,,@teslaownersSV MCU (infotainment computer) upgrade not recommended imo. Isn’t needed for full self-driving & cost is ~$2k for limited entertainment improvements.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1207416732609990656,[],[],0,,False,1903,155,77,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +104,1207415556619423744,1207415556619423744,1576705276000.0,2019-12-18 21:41:16,+0000,,"Never trust cynics, as they excuse their own bad deeds by telling themselves everyone does it",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1207415556619423744,[],[],0,,False,126347,1876,15954,,None,,,,,,,[],,,, +105,1207131698468544512,1199424478536753155,1576637598000.0,2019-12-18 02:53:18,+0000,,"@acevedo_lex @AlexSibila @Tesla Yes, probably & partially",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1207131698468544512,[],[],0,,False,1858,119,80,,None,,,,,,,"[{'screen_name': 'acevedo_lex', 'name': 'LeX Acevedo', 'id': '892399737621663745'}, {'screen_name': 'AlexSibila', 'name': 'Alex Sibila ⚡', 'id': '113761627'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +106,1207072889318465542,1199424478536753155,1576623577000.0,2019-12-17 22:59:37,+0000,,@AlexSibila @Tesla Some good ideas here!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1207072889318465542,[],[],0,,False,1439,214,67,,None,,,,,,,"[{'screen_name': 'AlexSibila', 'name': 'Alex Sibila ⚡', 'id': '113761627'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +107,1206767825781587969,1206725882162794496,1576550844000.0,2019-12-17 02:47:24,+0000,,"@SpaceX Telemetry indicates soft touchdown on the water, so fairing might still be reusable",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1206767825781587969,[],[],0,,False,12255,371,319,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +108,1206763848977436673,1206725882162794496,1576549896000.0,2019-12-17 02:31:36,+0000,,@SpaceX Sigh …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1206763848977436673,[],[],0,,False,15655,622,459,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +109,1205807718969139200,1205030950750412800,1576321937000.0,2019-12-14 11:12:17,+0000,,"@flcnhvy @Kristennetten Possibly Excession, but I’d recommend reading Player of Games & Surface Detail first. They’re all great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/1205807718969139200,[],[],0,,False,1250,106,71,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}]",,,, +110,1205806734960234496,1205030950750412800,1576321703000.0,2019-12-14 11:08:23,+0000,,@Kristennetten Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/1205806734960234496,[],[],0,,False,541,34,29,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +111,1205682780178280448,1205680930779590657,1576292149000.0,2019-12-14 02:55:49,+0000,, https://t.co/LxZAmZIcIS,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1205682780178280448,[],['https://pbs.twimg.com/media/ELtyGKrU0AUcG6V.jpg'],1,https://pbs.twimg.com/media/ELtyGKrU0AUcG6V.jpg,False,91334,930,4621,,None,,,,,,,[],,,, +112,1205680930779590657,1205680930779590657,1576291709000.0,2019-12-14 02:48:29,+0000,, https://t.co/aAEFph9G6D,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1205680930779590657,[],['https://pbs.twimg.com/media/ELtwajQU4AEAdM7.jpg'],1,https://pbs.twimg.com/media/ELtwajQU4AEAdM7.jpg,False,434980,4208,59160,,None,,,,,,,[],,,, +113,1205676667705757696,1205571379518672896,1576290692000.0,2019-12-14 02:31:32,+0000,,@bluemoondance74 @ThugsAndMiracle @tfspeakcies @DearHistorians @DeepintoHistory @HellenisticPod @TrueConsPod @IWBpodcast @Coffincast @CacheHistory @AgeofVictoria @ForYourRefPod @WWIIPodcast @namelessdeadpod @ZombieFishbowl @AgeofNapoleon Raptor is making great progress! Just finished an engineering review with SpaceX Propulsion. Engine SN 17 is about to ship to McGregor with some holiday style 🎄😀 https://t.co/3JNIyxY9H0,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1205676667705757696,[],['https://pbs.twimg.com/media/ELtsiZTUEAczEnN.jpg'],1,https://pbs.twimg.com/media/ELtsiZTUEAczEnN.jpg,False,6562,191,667,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'ThugsAndMiracle', 'name': 'Ben', 'id': '271620511'}, {'screen_name': 'tfspeakcies', 'name': 'True Facts with Robert Banquette Podcast', 'id': '1153021207014453253'}, {'screen_name': 'DearHistorians', 'name': 'The Outlandish Historians', 'id': '1026171230553104385'}, {'screen_name': 'DeepintoHistory', 'name': 'Deep into History', 'id': '1017886163468800000'}, {'screen_name': 'HellenisticPod', 'name': 'Derek | The Hellenistic Age Podcast', 'id': '995675426415620101'}, {'screen_name': 'TrueConsPod', 'name': 'True Consequences', 'id': '1162029243003494402'}, {'screen_name': 'IWBpodcast', 'name': 'Kate - Ignorance Was Bliss', 'id': '952657630299918338'}, {'screen_name': 'Coffincast', 'name': '⚰️Coffincast⚰️', 'id': '1148779388416266242'}, {'screen_name': 'CacheHistory', 'name': 'The History Cache Podcast', 'id': '1167625620945289221'}, {'screen_name': 'AgeofVictoria', 'name': 'AGEOFVICTORIAPODCAST 💙', 'id': '879079888157847552'}, {'screen_name': 'ForYourRefPod', 'name': 'For Your Reference Podcast🇦🇺🇰🇪🇹🇴', 'id': '1101042828891701248'}, {'screen_name': 'namelessdeadpod', 'name': 'The Nameless Dead', 'id': '1190695018253733888'}, {'screen_name': 'ZombieFishbowl', 'name': 'Zombie Fishbowl Podcast', 'id': '1133112668896858113'}, {'screen_name': 'AgeofNapoleon', 'name': 'The Age of Napoleon', 'id': '794556864486895617'}]",,,, +114,1205622140852002816,1205571379518672896,1576277692000.0,2019-12-13 22:54:52,+0000,,@ThugsAndMiracle @tfspeakcies @DearHistorians @DeepintoHistory @HellenisticPod @TrueConsPod @IWBpodcast @Coffincast @CacheHistory @AgeofVictoria @ForYourRefPod @WWIIPodcast @namelessdeadpod @ZombieFishbowl @AgeofNapoleon Age of Napoleon is excellent,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1205622140852002816,[],[],0,,False,1120,79,66,,None,,,,,,,"[{'screen_name': 'ThugsAndMiracle', 'name': 'Ben', 'id': '271620511'}, {'screen_name': 'tfspeakcies', 'name': 'True Facts with Robert Banquette Podcast', 'id': '1153021207014453253'}, {'screen_name': 'DearHistorians', 'name': 'The Outlandish Historians', 'id': '1026171230553104385'}, {'screen_name': 'DeepintoHistory', 'name': 'Deep into History', 'id': '1017886163468800000'}, {'screen_name': 'HellenisticPod', 'name': 'Derek | The Hellenistic Age Podcast', 'id': '995675426415620101'}, {'screen_name': 'TrueConsPod', 'name': 'True Consequences', 'id': '1162029243003494402'}, {'screen_name': 'IWBpodcast', 'name': 'Kate - Ignorance Was Bliss', 'id': '952657630299918338'}, {'screen_name': 'Coffincast', 'name': '⚰️Coffincast⚰️', 'id': '1148779388416266242'}, {'screen_name': 'CacheHistory', 'name': 'The History Cache Podcast', 'id': '1167625620945289221'}, {'screen_name': 'AgeofVictoria', 'name': 'AGEOFVICTORIAPODCAST 💙', 'id': '879079888157847552'}, {'screen_name': 'ForYourRefPod', 'name': 'For Your Reference Podcast🇦🇺🇰🇪🇹🇴', 'id': '1101042828891701248'}, {'screen_name': 'namelessdeadpod', 'name': 'The Nameless Dead', 'id': '1190695018253733888'}, {'screen_name': 'ZombieFishbowl', 'name': 'Zombie Fishbowl Podcast', 'id': '1133112668896858113'}, {'screen_name': 'AgeofNapoleon', 'name': 'The Age of Napoleon', 'id': '794556864486895617'}]",,,, +115,1205594899988434944,1205592607159726083,1576271197000.0,2019-12-13 21:06:37,+0000,,@skorusARK This is how we will view fossil fuel cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1205594899988434944,[],[],0,,False,1815,87,93,,None,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +116,1205594734808326144,1205592607159726083,1576271158000.0,2019-12-13 21:05:58,+0000,,@skorusARK Crossing S-curves standard for tech transitions,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1205594734808326144,[],[],0,,False,2478,49,102,,None,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +117,1205419631080439809,1205408880034902016,1576229410000.0,2019-12-13 09:30:10,+0000,,@nakamura193 Nice to meet you,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1205419631080439809,[],[],0,,False,15470,103,365,,None,,,,,,,"[{'screen_name': 'nakamura193', 'name': 'Ikumi Nakamura \U0001fa90', 'id': '1135380052693020674'}]",,,, +118,1205415857897164800,1205415857897164800,1576228510000.0,2019-12-13 09:15:10,+0000,,Baby Yoda 💕 https://t.co/jpQvCccHb9,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1205415857897164800,[],['https://pbs.twimg.com/media/ELp_U_UUYAAD9SY.jpg'],1,https://pbs.twimg.com/media/ELp_U_UUYAAD9SY.jpg,False,722781,4630,124004,,None,,,,,,,[],,,, +119,1205232388978003968,1205030950750412800,1576184768000.0,2019-12-12 21:06:08,+0000,,@flcnhvy We are literally a brain in a vat. The vat is your skull. Everything you think is real is an electrical signal. Feels so real though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1205232388978003968,[],[],0,,False,7805,849,788,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +120,1205230908837523456,1205030950750412800,1576184415000.0,2019-12-12 21:00:15,+0000,,"Games only render what you look at when you look at it, as the compute load would otherwise be impossibly high. Until observed, objects are a probability function, aka quantum mechanics. https://t.co/LbI7dRNM9f",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1205230908837523456,['https://en.m.wikipedia.org/wiki/Schrödinger%27s_cat'],[],0,,False,54558,1754,4334,,None,,,,,,,[],,,, +121,1205227393385807872,1205030950750412800,1576183577000.0,2019-12-12 20:46:17,+0000,,@Blaine30c Blame Minecraft,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1205227393385807872,[],[],0,,False,1756,48,102,,None,,,,,,,"[{'screen_name': 'Blaine30c', 'name': 'Ben Gahzi', 'id': '2647435721'}]",,,, +122,1205212598876037120,1205212598876037120,1576180049000.0,2019-12-12 19:47:29,+0000,,smol ∩ puppy ∩ math https://t.co/bmpUurYbPV,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1205212598876037120,[],['https://pbs.twimg.com/media/ELnGeDsVAAAFgVa.jpg'],1,https://pbs.twimg.com/media/ELnGeDsVAAAFgVa.jpg,False,178163,1251,20950,,None,,,,,,,[],,,, +123,1205207220322881536,1205030950750412800,1576178767000.0,2019-12-12 19:26:07,+0000,,@PPathole Plausible,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1205207220322881536,[],[],0,,False,6001,54,109,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +124,1205194527335563264,1205027748894384128,1576175741000.0,2019-12-12 18:35:41,+0000,,Meant to say “is render speed”. Frame rate is locked.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1205194527335563264,[],[],0,,False,23562,496,546,,None,,,,,,,[],,,, +125,1205050955927932928,1205020862061002752,1576141511000.0,2019-12-12 09:05:11,+0000,,@SamTalksTesla https://t.co/z6zljrfUmb,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1205050955927932928,[],['https://pbs.twimg.com/media/ELkzdNbVUAAWIpO.jpg'],1,https://pbs.twimg.com/media/ELkzdNbVUAAWIpO.jpg,False,1586,49,107,,None,,,,,,,[],,,, +126,1205047789614292993,1205020862061002752,1576140756000.0,2019-12-12 08:52:36,+0000,,@SamTalksTesla There are 2 type of people: those who understand binary & those who don’t. And those who weren’t expecting a ternary joke.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1205047789614292993,[],[],0,,False,1975,104,110,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}]",,,, +127,1205040910213341184,1205030950750412800,1576139116000.0,2019-12-12 08:25:16,+0000,,@4thFromOurStar Your DLC is $$$$,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1205040910213341184,[],[],0,,False,18038,81,470,,None,,,,,,,"[{'screen_name': '4thFromOurStar', 'name': 'Mars', 'id': '1091459141397180416'}]",,,, +128,1205040213036158977,1205030950750412800,1576138950000.0,2019-12-12 08:22:30,+0000,,Way too many paywalls & spawn points,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1205040213036158977,[],[],0,,False,57756,630,2681,,None,,,,,,,[],,,, +129,1205034137981030400,1205030950750412800,1576137501000.0,2019-12-12 07:58:21,+0000,,"@Braddock512 Seriously, the NPC dialog tree should have more options",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205034137981030400,[],[],0,,False,20101,107,657,,None,,,,,,,"[{'screen_name': 'Braddock512', 'name': 'Jeff Braddock - #SoCalTexan', 'id': '162492285'}]",,,, +130,1205033539055415296,1205030950750412800,1576137358000.0,2019-12-12 07:55:58,+0000,,Just Read the Instructions,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205033539055415296,[],[],0,,False,80343,1136,3863,,None,,,,,,,[],,,, +131,1205032184823742464,1205027748894384128,1576137035000.0,2019-12-12 07:50:35,+0000,,@TeslaTruckClub Of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205032184823742464,[],[],0,,False,6587,71,170,,None,,,,,,,"[{'screen_name': 'TeslaTruckClub', 'name': 'CyberOwners 📐🚗🚀', 'id': '1105840274322980864'}]",,,, +132,1205030950750412800,1205030950750412800,1576136741000.0,2019-12-12 07:45:41,+0000,,"If life is a video game, the graphics are great, but the plot is confusing & the tutorial is way too long",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205030950750412800,[],[],0,,False,741160,10279,169214,,None,,,,,,,[],,,, +133,1205029016761094150,1205028803405238272,1576136280000.0,2019-12-12 07:38:00,+0000,,@andrewMcarney @Tesla Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205029016761094150,[],[],0,,False,2004,89,65,,None,,,,,,,"[{'screen_name': 'andrewMcarney', 'name': 'Andrew Carney', 'id': '109359906'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +134,1205027748894384128,1205027748894384128,1576135978000.0,2019-12-12 07:32:58,+0000,,Root of energy to mass ratio is max render speed of the simulation,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205027748894384128,[],[],0,,False,73481,1723,4485,,None,,,,,,,[],,,, +135,1205025812526686208,1205020862061002752,1576135516000.0,2019-12-12 07:25:16,+0000,, https://t.co/7Pkb9NiLq8,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205025812526686208,[],['https://pbs.twimg.com/media/ELkclsWVAAIpHO3.jpg'],1,https://pbs.twimg.com/media/ELkclsWVAAIpHO3.jpg,False,64658,742,5517,,None,,,,,,,[],,,, +136,1205021870237470720,1205020862061002752,1576134576000.0,2019-12-12 07:09:36,+0000,,Math jokes have a small audience,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205021870237470720,[],[],0,,False,56143,1031,2415,,None,,,,,,,[],,,, +137,1205020862061002752,1205020862061002752,1576134336000.0,2019-12-12 07:05:36,+0000,,Kids these days have no respect! https://t.co/lfJTJnqllQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205020862061002752,[],['https://pbs.twimg.com/media/ELkYFZgUwAAPdCZ.jpg'],1,https://pbs.twimg.com/media/ELkYFZgUwAAPdCZ.jpg,False,117168,2005,9765,,None,,,,,,,[],,,, +138,1204697041068163073,1204482749358166017,1576057131000.0,2019-12-11 09:38:51,+0000,,@_mkavin_ @mayemusk That’s the one!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1204697041068163073,[],[],0,,False,1467,51,46,,None,,,,,,,"[{'screen_name': '_mkavin_', 'name': 'Kavin', 'id': '1185840476005388288'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +139,1204546448827785216,1204482749358166017,1576021227000.0,2019-12-10 23:40:27,+0000,,@Jason @mayemusk It really does,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1204546448827785216,[],[],0,,False,3525,63,77,,None,,,,,,,"[{'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +140,1204517512102084609,1204482749358166017,1576014328000.0,2019-12-10 21:45:28,+0000,,"@RenataKonkoly @mayemusk They smashed the window to steal the radio, which was worth maybe $20. Got a replacement from junkyard. Btw, great deals available from junkyards! It’s pretty fun fixing/upgrading cars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1204517512102084609,[],[],0,,False,10903,275,301,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +141,1204516256637784065,1204482749358166017,1576014029000.0,2019-12-10 21:40:29,+0000,,"@v_g_fischer @mayemusk Yeah, 1978 320i that I bought in ‘93 for $1400. I hotrodded it by jamming in a 5 speed transmission from a later model I found in a Philly junkyard when the 4 speed transmission failed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1204516256637784065,[],[],0,,False,3923,94,149,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +142,1204514775285190656,1204482749358166017,1576013675000.0,2019-12-10 21:34:35,+0000,,"@mayemusk Couldn’t afford to pay for repairs, so I fixed almost everything on that car from parts in the junkyard. Ironically, that’s me replacing broken side window glass. The circle is complete lol.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1204514775285190656,[],[],0,,False,45542,516,2753,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +143,1204480384068542465,1204476152246685697,1576005476000.0,2019-12-10 19:17:56,+0000,,@justpaulinelol Maybe on Starship? It’s def got the payload capacity …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1204480384068542465,[],[],0,,False,6765,265,261,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +144,1204478990649458689,1131085163725774848,1576005144000.0,2019-12-10 19:12:24,+0000,,@MemesOfMars @latimes @latimesfood @latimesbooks @latimesphotos @alex_avoigt @JaneidyEve @sara_boutall @RationalEtienne @ICannot_Enough @LaurenRow5 Just wish Russ Mitchell would improve the *quality* of his fiction. Is this too much to ask!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1204478990649458689,[],[],0,,False,1300,177,110,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'latimes', 'name': 'Los Angeles Times', 'id': '16664681'}, {'screen_name': 'latimesfood', 'name': 'L.A. Times Food', 'id': '17796018'}, {'screen_name': 'latimesbooks', 'name': 'L.A. Times Books', 'id': '17918704'}, {'screen_name': 'latimesphotos', 'name': 'L.A. Times Photos', 'id': '17918891'}, {'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'LaurenRow5', 'name': 'Lauren Row', 'id': '997698480058654720'}]",,,, +145,1204147343278215169,1204037183218356224,1575926073000.0,2019-12-09 21:14:33,+0000,,"@NCBirbhan @Erdayastronaut Yeah, it’s one of my favorite T-shirts!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1204147343278215169,[],[],0,,False,13070,181,262,,None,,,,,,,"[{'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary #TeslaIndia🇮🇳', 'id': '2510241619'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +146,1203464422674485248,1203463366968135680,1575763252000.0,2019-12-08 00:00:52,+0000,,"@teslaownersSV We’ll aim to have it come out same time as truck. Two seater electric ATV designed to work with Cybertruck will be fun! Electric dirt bikes would be cool too. We won’t do road bikes, as too dangerous. I was hit by a truck & almost died on one when I was 17.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1203464422674485248,[],[],0,,False,11684,725,611,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +147,1203463596346208257,1203373460489043969,1575763055000.0,2019-12-07 23:57:35,+0000,,@Kristennetten Your Twitter comments are great btw!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1203463596346208257,[],[],0,,False,3133,152,106,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K11✨Button', 'id': '985686123123949568'}]",,,, +148,1203463366968135680,1203463366968135680,1575763000000.0,2019-12-07 23:56:40,+0000,,Huge thanks to everyone who contributed ideas to Cybertruck. It’s better because of you! ♥️♥️♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1203463366968135680,[],[],0,,False,149927,3993,4989,,None,,,,,,,[],,,, +149,1203462917896597505,1203373460489043969,1575762893000.0,2019-12-07 23:54:53,+0000,,"@Kristennetten This may sound crazy, but asking real people what they’d like in a product is a great way to meet their needs",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1203462917896597505,[],[],0,,False,8869,464,612,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +150,1203460181549449216,1202968228739211265,1575762241000.0,2019-12-07 23:44:01,+0000,,@Real_John_D @Teslarati @tesla_raj There will be no loss of either,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1203460181549449216,[],[],0,,False,1495,58,65,,None,,,,,,,"[{'screen_name': 'Real_John_D', 'name': 'John D.', 'id': '1008149760086142976'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'tesla_raj', 'name': 'Tesla Raj 🕺🏽', 'id': '1061504849420836865'}]",,,, +151,1203452693005496320,1202968228739211265,1575760455000.0,2019-12-07 23:14:15,+0000,,"@flcnhvy @Teslarati @tesla_raj That will require a full redesign, but probably ~73 inches or ~185 cm width",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1203452693005496320,[],[],0,,False,1396,95,83,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'tesla_raj', 'name': 'Tesla Raj 🕺🏽', 'id': '1061504849420836865'}]",,,, +152,1203451690822725633,1202968228739211265,1575760216000.0,2019-12-07 23:10:16,+0000,,"@Everman @Teslarati @tesla_raj True, more for parking at destination. Really needs to fit in same external envelope as a full-size SUV, but with better height control with air suspension, so it can fit in low clearance parking garages.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1203451690822725633,[],[],0,,False,2031,118,84,,None,,,,,,,"[{'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'tesla_raj', 'name': 'Tesla Raj 🕺🏽', 'id': '1061504849420836865'}]",,,, +153,1203449814563708929,1202968228739211265,1575759769000.0,2019-12-07 23:02:49,+0000,,@Teslarati @tesla_raj We can prob reduce width by an inch & maybe reduce length by 6+ inches without losing on utility or esthetics. Min height is below 75 inches when air suspension set to low. Will post exact number soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1203449814563708929,[],[],0,,False,5068,524,293,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'tesla_raj', 'name': 'Tesla Raj 🕺🏽', 'id': '1061504849420836865'}]",,,, +154,1203408837820047360,1203408837820047360,1575749999000.0,2019-12-07 20:19:59,+0000,,Speed solves everything https://t.co/DGYlfyInxi,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1203408837820047360,[],['https://pbs.twimg.com/media/ELNd9URU0AETHhj.jpg'],1,https://pbs.twimg.com/media/ELNd9URU0AETHhj.jpg,False,230122,3217,28526,,None,,,,,,,[],,,, +155,1203178955211194368,1203173838378323973,1575695191000.0,2019-12-07 05:06:31,+0000,,"@JoeWBowles @BillGates He’s def wrong. Solar power is a Gigawatt per square km! All you need is a 100 by 100 mile patch in a deserted corner of Arizona, Texas or Utah (or anywhere) to more than power the entire USA. This analysis goes through calcs https://t.co/fI1I452tm6",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1203178955211194368,['https://blogs.ucl.ac.uk/energy/2015/05/21/fact-checking-elon-musks-blue-square-how-much-solar-to-power-the-us/'],[],0,,False,4473,422,631,,None,,,,,,,"[{'screen_name': 'JoeWBowles', 'name': 'Joe William Bowles II🚀❤️🏈😂', 'id': '871552705763921920'}, {'screen_name': 'BillGates', 'name': 'Bill Gates', 'id': '50393960'}]",,,, +156,1203173838378323973,1203173838378323973,1575693971000.0,2019-12-07 04:46:11,+0000,,"Super strong roof that generates clean energy, looks great & costs less than a normal roof plus solar panels! https://t.co/D9yUuL7NVE",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1203173838378323973,['http://Tesla.com/solarglass'],[],0,,False,45015,1533,3698,https://twitter.com/Tesla/status/1203082344602591232,None,,,,,,,[],,,, +157,1203115312016547840,1203076122243715072,1575680017000.0,2019-12-07 00:53:37,+0000,,@vincent13031925 @vicentes @neiltyson Huge admiration & respect for the Tesla China team. Their talent & drive is amazing!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1203115312016547840,[],[],0,,False,4711,158,225,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +158,1203114454881189888,1203076122243715072,1575679813000.0,2019-12-07 00:50:13,+0000,,@vicentes @neiltyson For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1203114454881189888,[],[],0,,False,5526,71,92,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +159,1203113955813511169,1203076122243715072,1575679694000.0,2019-12-07 00:48:14,+0000,,"@neiltyson If we create a city on Mars, Earth-Mars travel will be a powerful forcing function for inventing something like warp drive",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1203113955813511169,[],[],0,,False,70540,1639,3830,,None,,,,,,,"[{'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +160,1202056276353544192,1202056276353544192,1575427524000.0,2019-12-04 02:45:24,+0000,,Launching third flight of this Dragon spacecraft to @Space_Station tomorrow,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1202056276353544192,[],[],0,,False,32076,667,2036,https://twitter.com/SpaceX/status/1199463905258590208,None,,,,,,,[],,,, +161,1201950417145327616,1201060433156665344,1575402285000.0,2019-12-03 19:44:45,+0000,,@Ragnvaldr1 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1201950417145327616,[],[],0,,False,1636,92,65,,None,,,,,,,"[{'screen_name': 'Ragnvaldr1', 'name': 'Ron Pomeroy', 'id': '197804929'}]",,,, +162,1201947321807716352,1201603251134709761,1575401547000.0,2019-12-03 19:32:27,+0000,,"@mrzakes After a while, hydrogen became sentient",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1201947321807716352,[],[],0,,False,2370,106,94,,None,,,,,,,"[{'screen_name': 'mrzakes', 'name': 'Zacharia Moalahi', 'id': '51839395'}]",,,, +163,1201781489639161856,1201763399492947968,1575362009000.0,2019-12-03 08:33:29,+0000,,"@TonyTassell @Urbandirt @naumanbilly Bravo, right thing to do! Short selling should be illegal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1201781489639161856,[],[],0,,False,2975,342,224,,None,,,,,,,"[{'screen_name': 'TonyTassell', 'name': 'Tony Tassell', 'id': '22021397'}, {'screen_name': 'Urbandirt', 'name': 'Leo Lewis', 'id': '22798469'}, {'screen_name': 'naumanbilly', 'name': 'Billy Nauman', 'id': '1135554976481259522'}]",,,, +164,1201759191821516802,1201641730350600192,1575356693000.0,2019-12-03 07:04:53,+0000,,@willne 🔥🔥,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1201759191821516802,[],[],0,,False,12795,108,186,,None,,,,,,,"[{'screen_name': 'willne', 'name': 'Will', 'id': '634776678'}]",,,, +165,1201641730350600192,1201641730350600192,1575328688000.0,2019-12-02 23:18:08,+0000,,"People often think they’re breathing oxygen, but are actually breathing nitrogen (78%) with a side serving of oxygen (21%) in argon sauce (1%), spiced up with CO2, H2O & a dash of neon & krypton (etc.)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1201641730350600192,[],[],0,,False,321666,7240,40660,,None,,,,,,,[],,,, +166,1201603251134709761,1201603251134709761,1575319514000.0,2019-12-02 20:45:14,+0000,,"Hydrogen is a light, odorless gas, which, given enough time, turns into people who will make this statement",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1201603251134709761,[],[],0,,False,170513,2688,12185,,None,,,,,,,[],,,, +167,1201259545911128065,1071614142866436097,1575237568000.0,2019-12-01 21:59:28,+0000,,@brandonorselli Still can’t believe how hard it was to get https://t.co/46TXqRrsdr!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1201259545911128065,['http://Tesla.com'],[],0,,False,1428,79,101,,None,,,,,,,"[{'screen_name': 'brandonorselli', 'name': 'Brandon Orselli', 'id': '85686980'}]",,,, +168,1201244930561019904,1201242571500085250,1575234084000.0,2019-12-01 21:01:24,+0000,,@HarryStoltz1 @royalsociety We sent the nicest person in the company to sit on his doorstep until he at least talked to us & then he said yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1201244930561019904,[],[],0,,False,4460,130,172,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'royalsociety', 'name': 'The Royal Society', 'id': '28567809'}]",,,, +169,1201244266443366400,1201242571500085250,1575233925000.0,2019-12-01 20:58:45,+0000,,"@royalsociety Tesla was almost called Faraday, as original holder of Tesla Motors trademark refused to sell it to us!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1201244266443366400,[],[],0,,False,2892,134,187,,None,,,,,,,"[{'screen_name': 'royalsociety', 'name': 'The Royal Society', 'id': '28567809'}]",,,, +170,1201064688986910721,1201060433156665344,1575191111000.0,2019-12-01 09:05:11,+0000,,It’s artificial,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1201064688986910721,[],[],0,,False,111229,3223,2373,,None,,,,,,,[],,,, +171,1201060433156665344,1201060433156665344,1575190096000.0,2019-12-01 08:48:16,+0000,,Do you like our owl? https://t.co/4fNOEv3N5b,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1201060433156665344,[],['https://pbs.twimg.com/media/EKsGGK2VAAEebP7.jpg'],1,https://pbs.twimg.com/media/EKsGGK2VAAEebP7.jpg,False,394179,12749,20470,,None,,,,,,,[],,,, +172,1201027408221966337,1200033039868420096,1575182222000.0,2019-12-01 06:37:02,+0000,,"@Erdayastronaut @IntEngineering Overall shape is good for low drag coefficient. Matters a lot exactly how you trip airflow at edges & guide air around wheels, like an invisible sculpture.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1201027408221966337,[],[],0,,False,3081,106,142,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'IntEngineering', 'name': 'Interesting Engineering', 'id': '564053183'}]",,,, +173,1201020290853044224,1201012485844717569,1575180525000.0,2019-12-01 06:08:45,+0000,,@TeslaForLife @Tesla @RamTrucks @Ford Laminar air flow due to a completely smooth bottom is underappreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1201020290853044224,[],[],0,,False,9923,205,349,,None,,,,,,,"[{'screen_name': 'TeslaForLife', 'name': 'Parag Jain', 'id': '1119111969066246145'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'RamTrucks', 'name': 'Ram Trucks', 'id': '91195372'}, {'screen_name': 'Ford', 'name': 'Ford Motor Company', 'id': '15676492'}]",,,, +174,1201006874599911424,1198751258384818176,1575177327000.0,2019-12-01 05:15:27,+0000,,@Real_John_D That’s why Cybertruck has active suspension height & damping control,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1201006874599911424,[],[],0,,False,3934,131,214,,None,,,,,,,"[{'screen_name': 'Real_John_D', 'name': 'John D.', 'id': '1008149760086142976'}]",,,, +175,1201005212812468232,1201003482641293312,1575176930000.0,2019-12-01 05:08:50,+0000,,"@indiealexh @es2120 @Tesla @woodhaus2 Safety work is done by engineering, with passive safety by body/chassis eng & active by Autopilot. Design in automotive refers to look & feel.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1201005212812468232,[],[],0,,False,1523,48,109,,None,,,,,,,"[{'screen_name': 'indiealexh', 'name': 'Keyboard Crow', 'id': '275480794'}, {'screen_name': 'es2120', 'name': 'Eric Snapat', 'id': '280633121'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'woodhaus2', 'name': 'Franz von Holzhausen', 'id': '55769345'}]",,,, +176,1201003028699996162,1200999526623956993,1575176410000.0,2019-12-01 05:00:10,+0000,,@sivarajkumar237 @ZackBornstein @TheOnion They are dead to me,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1201003028699996162,[],[],0,,False,1963,66,82,,None,,,,,,,"[{'screen_name': 'sivarajkumar237', 'name': 'Sivaraj', 'id': '1386380306'}, {'screen_name': 'ZackBornstein', 'name': 'Zack Bornstein', 'id': '51654515'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +177,1201002154976133126,1200999526623956993,1575176201000.0,2019-12-01 04:56:41,+0000,,@ZackBornstein It’s a generational thing,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1201002154976133126,[],[],0,,False,1244,52,60,,None,,,,,,,"[{'screen_name': 'ZackBornstein', 'name': 'Zack Bornstein', 'id': '51654515'}]",,,, +178,1200976907417702400,1200033039868420096,1575170182000.0,2019-12-01 03:16:22,+0000,,"@IntEngineering With extreme effort, Cybertruck might hit a 0.30 drag coefficient, which would be insane for a truck. Requires tweaking many small details. https://t.co/IMLJbsInmq",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1200976907417702400,['https://en.m.wikipedia.org/wiki/Automobile_drag_coefficient'],[],0,,False,3849,213,337,,None,,,,,,,"[{'screen_name': 'IntEngineering', 'name': 'Interesting Engineering', 'id': '564053183'}]",,,, +179,1200326465104990209,1199947248353726464,1575015104000.0,2019-11-29 08:11:44,+0000,,@hardmaru @Tesla Touché,fr,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1200326465104990209,[],[],0,,False,12397,174,350,,None,,,,,,,"[{'screen_name': 'hardmaru', 'name': 'hardmaru', 'id': '2895499182'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +180,1199792644240506880,1199462341076754433,1574887832000.0,2019-11-27 20:50:32,+0000,,@ruttenpete @DeviantArt @TheBakaArts Just because he has a flamethrower and I have a flamethrower doesn’t mean … um … ok fine I’m Hank Scorpio,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1199792644240506880,[],[],0,,False,9166,197,546,,None,,,,,,,"[{'screen_name': 'DeviantArt', 'name': 'DeviantArt', 'id': '1239671'}, {'screen_name': 'TheBakaArts', 'name': 'BakaArts 💎', 'id': '392990160'}]",,,, +181,1199723451008704513,1199723451008704513,1574871335000.0,2019-11-27 16:15:35,+0000,,This one is deep. Happy Thanksgiving! https://t.co/2Dog5HBxjX,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1199723451008704513,[],['https://pbs.twimg.com/media/EKZGHZRUwAISDCB.jpg'],1,https://pbs.twimg.com/media/EKZGHZRUwAISDCB.jpg,False,267156,2402,28223,,None,,,,,,,[],,,, +182,1199720951899811841,1198034523134423041,1574870739000.0,2019-11-27 16:05:39,+0000,,@TheWalkingDead @Tesla The finest in apocalypse protection technology! Flamethrower optional.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1199720951899811841,[],[],0,,False,12570,323,617,,None,,,,,,,"[{'screen_name': 'TheWalkingDead', 'name': 'The Walking Dead', 'id': '14724725'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +183,1199718926218776576,1199686131475976193,1574870256000.0,2019-11-27 15:57:36,+0000,,@RenataKonkoly @Tesla @Teslarati @InsideEVs 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1199718926218776576,[],[],0,,False,28059,164,673,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +184,1199717861381439488,1011672532838055937,1574870002000.0,2019-11-27 15:53:22,+0000,,@TheSeanBooker Def not dainty,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1199717861381439488,[],[],0,,False,1381,68,50,,None,,,,,,,"[{'screen_name': 'TheSeanBooker', 'name': 'Sean Booker', 'id': '16532858'}]",,,, +185,1199569673832009728,1198699005280022528,1574834671000.0,2019-11-27 06:04:31,+0000,,"@jpthor__ @RodAdib1 Yes, Cybertruck will have steel balls 🤣🤣",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1199569673832009728,[],[],0,,False,3199,170,175,,None,,,,,,,"[{'screen_name': 'RodAdib1', 'name': 'Rod Adib', 'id': '1179538497671065600'}]",,,, +186,1199526897887195136,1198788116372344832,1574824473000.0,2019-11-27 03:14:33,+0000,,250k,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1199526897887195136,[],[],0,,False,128396,2888,4376,,None,,,,,,,[],,,, +187,1199240674484162560,1190264525838262272,1574756232000.0,2019-11-26 08:17:12,+0000,,@Nnedi @Tesla We’d be happy to help,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1199240674484162560,[],[],0,,False,2364,87,85,,None,,,,,,,"[{'screen_name': 'Nnedi', 'name': 'Nnedi Okorafor, PhD', 'id': '16504257'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +188,1199158300257865729,1198751258384818176,1574736592000.0,2019-11-26 02:49:52,+0000,,"@kimpaquette @neiltyson Sure, will aim to do this next week",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1199158300257865729,[],[],0,,False,6993,249,256,,None,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄', 'id': '258602317'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +189,1199157485082312704,1198751258384818176,1574736398000.0,2019-11-26 02:46:38,+0000,,"@neiltyson Agreed, this will be exciting to see!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1199157485082312704,[],[],0,,False,18076,372,450,,None,,,,,,,"[{'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +190,1199093936070905856,1198751258384818176,1574721247000.0,2019-11-25 22:34:07,+0000,,"@neiltyson Electric motors also have insane torque. If we load both trucks to the max, electric still wins. Physics is the law, everything else is a recommendation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1199093936070905856,[],[],0,,False,33535,821,1830,,None,,,,,,,"[{'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +191,1199090292177006592,1199090292177006592,1574720378000.0,2019-11-25 22:19:38,+0000,,Bring it on,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1199090292177006592,[],[],0,,False,89614,2004,5230,https://twitter.com/sundeep/status/1198988235252199424,None,,,,,,,[],,,, +192,1199069792251994112,1197768038415659008,1574715490000.0,2019-11-25 20:58:10,+0000,,@Halo @pewdiepie Cybertruck is inspired by games like Halo. Warthog irl!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1199069792251994112,[],[],0,,False,16560,373,1868,,None,,,,,,,"[{'screen_name': 'Halo', 'name': 'Halo', 'id': '59414975'}, {'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +193,1198788116372344832,1198788116372344832,1574648334000.0,2019-11-25 02:18:54,+0000,,200k,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1198788116372344832,[],[],0,,False,261227,5780,9466,,None,,,,,,,[],,,, +194,1198772995021406209,1198699005280022528,1574644728000.0,2019-11-25 01:18:48,+0000,,"@RodAdib1 Yup. Sledgehammer impact on door cracked base of glass, which is why steel ball didn’t bounce off. Should have done steel ball on window, *then* sledgehammer the door. Next time …",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1198772995021406209,[],[],0,,False,10404,681,852,,None,,,,,,,"[{'screen_name': 'RodAdib1', 'name': 'Rod Adib', 'id': '1179538497671065600'}]",,,, +195,1198751258384818176,1198751258384818176,1574639546000.0,2019-11-24 23:52:26,+0000,,Cybertruck pulls F-150 uphill https://t.co/OfaqUkrDI3,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1198751258384818176,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1198751194216189952/pu/img/LatqvR1jEUHCf7Nn.jpg,False,631310,15085,108102,,None,,,,,,,[],,,, +196,1198748316080594947,1198700591465156608,1574638844000.0,2019-11-24 23:40:44,+0000,,"@greenspank Higher hardness, higher strength & doesn’t cost crazy money for ~3mm skins",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1198748316080594947,[],[],0,,False,3853,102,111,,None,,,,,,,"[{'screen_name': 'greenspank', 'name': 'Alec Greenspan', 'id': '64506790'}]",,,, +197,1198747350069460992,1198739652326244355,1574638614000.0,2019-11-24 23:36:54,+0000,,"@TeslaOwnersofMA @Sofiaan @Tesla In general, this is something Tesla should do",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1198747350069460992,[],[],0,,False,1277,40,41,,None,,,,,,,"[{'screen_name': 'TeslaOwnersofMA', 'name': '🔋 TeslaOwnersofMA 🔋', 'id': '1108027439589007360'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +198,1198746930970386433,1198739652326244355,1574638514000.0,2019-11-24 23:35:14,+0000,,@Sofiaan @Tesla We should def make it good to hang out there,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1198746930970386433,[],[],0,,False,1353,59,48,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +199,1198723473708699648,1198723473708699648,1574632921000.0,2019-11-24 22:02:01,+0000,,"Cybertruck is our last product unveil for a while, but there will be some (mostly) unexpected technology announcements next year",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1198723473708699648,[],[],0,,False,149217,3688,7379,,None,,,,,,,[],,,, +200,1198716053779402752,1198700591465156608,1574631152000.0,2019-11-24 21:32:32,+0000,,"@thomasbroadfoot Good question. It’s a new variant of 300 series stainless steel, but it also gets cold-worked many times, depending on kilotonnage of press.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198716053779402752,[],[],0,,False,3867,84,120,,None,,,,,,,"[{'screen_name': 'thomasbroadfoot', 'name': 'Thomas Broadfoot 👻🧢', 'id': '2900345894'}]",,,, +201,1198714577141129217,1198700591465156608,1574630800000.0,2019-11-24 21:26:40,+0000,,@JohnnaCrider1 @EV_Stevee @PicklePunchD Can be wrapped in any color!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198714577141129217,[],[],0,,False,1971,111,83,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'PicklePunchD', 'name': 'Angella⭐️King', 'id': '780922166'}]",,,, +202,1198711981819060225,1198700591465156608,1574630182000.0,2019-11-24 21:16:22,+0000,,@EV_Stevee @PicklePunchD The body panels will actually be laser cut!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198711981819060225,[],[],0,,False,980,73,70,,None,,,,,,,"[{'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'PicklePunchD', 'name': 'Angella⭐️King', 'id': '780922166'}]",,,, +203,1198711241520242688,1198700591465156608,1574630005000.0,2019-11-24 21:13:25,+0000,,"@S_Padival @annerajb @flcnhvy Long term, it probably makes sense to build a smaller Cybertruck too",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198711241520242688,[],[],0,,False,4204,222,225,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +204,1198710631186063360,1198705790472740864,1574629860000.0,2019-11-24 21:11:00,+0000,,@vistacruiser7 @RenataKonkoly Interesting idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198710631186063360,[],[],0,,False,2537,90,74,,None,,,,,,,"[{'screen_name': 'vistacruiser7', 'name': 'vistacruiser7', 'id': '1184775980'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}]",,,, +205,1198710455889317889,1198156547999748097,1574629818000.0,2019-11-24 21:10:18,+0000,,@evanthefreeman @CoinstorageGuru True,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198710455889317889,[],[],0,,False,1878,28,43,,None,,,,,,,"[{'screen_name': 'evanthefreeman', 'name': '$tesseract', 'id': '744392185496252416'}, {'screen_name': 'CoinStorageGuru', 'name': 'CoinStorageGuru', 'id': '1311084155187261440'}]",,,, +206,1198710253178638336,1198705790472740864,1574629769000.0,2019-11-24 21:09:29,+0000,,@RenataKonkoly 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198710253178638336,[],[],0,,False,5025,31,66,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}]",,,, +207,1198709720212594688,1198700591465156608,1574629642000.0,2019-11-24 21:07:22,+0000,,@Erdayastronaut Really? Ok sure.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198709720212594688,[],[],0,,False,12436,247,360,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +208,1198709395569303552,1198707571252531200,1574629565000.0,2019-11-24 21:06:05,+0000,,@vicentes Hardcore body engineers will understand this at a profound level,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198709395569303552,[],[],0,,False,1342,47,66,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +209,1198708228474884096,1198707571252531200,1574629287000.0,2019-11-24 21:01:27,+0000,,"@vicentes Haha true! New manufacturing methods are certainly needed, but then I’m confident it will actually cost less, because of its simplicity & lower part count.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198708228474884096,[],[],0,,False,2153,72,102,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +210,1198705790472740864,1198705790472740864,1574628705000.0,2019-11-24 20:51:45,+0000,,⚔️ Study the Blade!! ⚔️ https://t.co/cvuW1TmcjI,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1198705790472740864,[],['https://pbs.twimg.com/media/EKKojvrUUAAga-2.jpg'],1,https://pbs.twimg.com/media/EKKojvrUUAAga-2.jpg,False,125468,1477,15599,,None,,,,,,,[],,,, +211,1198704127439560705,1198700591465156608,1574628309000.0,2019-11-24 20:45:09,+0000,,"@annerajb @flcnhvy We’re creating this alloy at Tesla. Not a problem to create a lot of it, but we’ll need to come up with new body manufacturing methods, as it can’t be made using standard methods.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1198704127439560705,[],[],0,,False,2487,135,116,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +212,1198702136231526401,1198700591465156608,1574627834000.0,2019-11-24 20:37:14,+0000,,"@flcnhvy Starship steel decision came first. We were going to use titanium skins for Cybertruck, but cold-rolled 30X stainless is much stronger.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1198702136231526401,[],[],0,,False,7020,137,219,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +213,1198701215376216064,1198700591465156608,1574627615000.0,2019-11-24 20:33:35,+0000,,"Even bending it requires a deep score on inside of bend, which is how the prototype was made",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1198701215376216064,[],[],0,,False,35265,661,1002,,None,,,,,,,[],,,, +214,1198700591465156608,1198700591465156608,1574627466000.0,2019-11-24 20:31:06,+0000,,"Reason Cybertruck is so planar is that you can’t stamp ultra-hard 30X steel, because it breaks the stamping press",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1198700591465156608,[],[],0,,False,109487,2936,7487,,None,,,,,,,[],,,, +215,1198699005280022528,1198699005280022528,1574627088000.0,2019-11-24 20:24:48,+0000,,Excellent review by Marques!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1198699005280022528,[],[],0,,False,154744,1186,6888,https://twitter.com/MKBHD/status/1198392667287240705,None,,,,,,,[],,,, +216,1198693994194014208,1198344195317985280,1574625893000.0,2019-11-24 20:04:53,+0000,,187k,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1198693994194014208,[],[],0,,False,72494,1612,2649,,None,,,,,,,[],,,, +217,1198347877237420032,1198344195317985280,1574543372000.0,2019-11-23 21:09:32,+0000,,@somepitch Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1198347877237420032,[],[],0,,False,4804,189,100,,None,,,,,,,"[{'screen_name': 'somepitch', 'name': 'Colin', 'id': '172989426'}]",,,, +218,1198347607313022977,1198344195317985280,1574543308000.0,2019-11-23 21:08:28,+0000,,@Revitalize Haha v true,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1198347607313022977,[],[],0,,False,12556,115,324,,None,,,,,,,"[{'screen_name': 'Revitalize', 'name': 'Revitalize', 'id': '1081355268'}]",,,, +219,1198347240785338368,1198344195317985280,1574543221000.0,2019-11-23 21:07:01,+0000,,With no advertising & no paid endorsement,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1198347240785338368,[],[],0,,False,141675,2564,5807,,None,,,,,,,[],,,, +220,1198344195317985280,1198344195317985280,1574542494000.0,2019-11-23 20:54:54,+0000,,"146k Cybertruck orders so far, with 42% choosing dual, 41% tri & 17% single motor",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1198344195317985280,[],[],0,,False,284369,7030,22502,,None,,,,,,,[],,,, +221,1198342833867870208,1198058764940775425,1574542170000.0,2019-11-23 20:49:30,+0000,,@cleantechnica Great analysis,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1198342833867870208,[],[],0,,False,3027,100,106,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +222,1198148310378278912,1197768038415659008,1574495792000.0,2019-11-23 07:56:32,+0000,,@GenerationPls @pewdiepie That would be cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1198148310378278912,[],[],0,,False,1822,95,47,,None,,,,,,,"[{'screen_name': 'GenerationPls', 'name': 'GenerationLikeMePls', 'id': '1123450538094362624'}, {'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +223,1198142834294919168,1197768038415659008,1574494486000.0,2019-11-23 07:34:46,+0000,,@pewdiepie Gonna have some sick attachments,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1198142834294919168,[],[],0,,False,69081,360,1770,,None,,,,,,,"[{'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +224,1198138060048752640,1198137295746076672,1574493348000.0,2019-11-23 07:15:48,+0000,,@cleantechnica 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1198138060048752640,[],[],0,,False,3048,119,91,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +225,1198107984271794177,1198090787520598016,1574486177000.0,2019-11-23 05:16:17,+0000,,@carkuwu Armored Personnel Carrier (APC),it,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1198107984271794177,[],[],0,,False,21099,231,559,,None,,,,,,,[],,,, +226,1198094738739486720,1198094738739486720,1574483019000.0,2019-11-23 04:23:39,+0000,,Riding in the Cybertruck,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1198094738739486720,[],[],0,,False,29222,803,1481,https://twitter.com/Teslarati/status/1197779337681854464,None,,,,,,,[],,,, +227,1198093416359325697,1197932480915005440,1574482704000.0,2019-11-23 04:18:24,+0000,,@SuperSaf @Tesla Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1198093416359325697,[],[],0,,False,11567,296,331,,None,,,,,,,"[{'screen_name': 'SuperSaf', 'name': 'Safwan AhmedMia', 'id': '28090436'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +228,1198090787520598016,1198090787520598016,1574482077000.0,2019-11-23 04:07:57,+0000,,Franz throws steel ball at Cybertruck window right before launch. Guess we have some improvements to make before production haha. https://t.co/eB0o4tlPoz,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1198090787520598016,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1198090737251864582/pu/img/9wl8lnxzOeX4i2_z.jpg,False,309259,7798,35607,,None,,,,,,,[],,,, +229,1198088393676058625,1198088393676058625,1574481507000.0,2019-11-23 03:58:27,+0000,,🖤🖤🖤 Syd Mead 🖤🖤🖤 https://t.co/8nbD5LrAQJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1198088393676058625,['https://www.businessinsider.com/blade-runners-syd-mead-says-cybertruck-exceeds-expectations-2019-11'],[],0,,False,76824,1545,4635,,None,,,,,,,[],,,, +230,1197987290317914112,1197986509950861312,1574457402000.0,2019-11-22 21:16:42,+0000,,@reecethesaxman We threw same steel ball at same window several times right before event & didn’t even scratch the glass!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1197987290317914112,[],[],0,,False,13981,1175,724,,None,,,,,,,[],,,, +231,1197986509950861312,1197986509950861312,1574457216000.0,2019-11-22 21:13:36,+0000,,"Better truck than an F-150, faster than a Porsche 911. Order Cybertruck online at https://t.co/hltT8dg2NO",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1197986509950861312,['https://www.tesla.com/cybertruck/design#battery'],[],0,,False,148165,10478,15480,,None,,,,,,,[],,,, +232,1197895848950026240,1197742431795654662,1574435600000.0,2019-11-22 15:13:20,+0000,,@mithunoorath @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1197895848950026240,[],[],0,,False,5479,243,142,,None,,,,,,,"[{'screen_name': 'mithunoorath', 'name': 'Mit-thun', 'id': '29140437'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +233,1197889310550216704,1197768038415659008,1574434041000.0,2019-11-22 14:47:21,+0000,,"@JRussell614 Will be an option to add solar power that generates 15 miles per day, possibly more. Would love this to be self-powered. Adding fold out solar wings would generate 30 to 40 miles per day. Avg miles per day in US is 30.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1197889310550216704,[],[],0,,False,13202,390,867,,None,,,,,,,"[{'screen_name': 'JRussell614', 'name': '☁️Joe Russell☁️', 'id': '197245483'}]",,,, +234,1197886803799232512,1197885937805676544,1574433444000.0,2019-11-22 14:37:24,+0000,,@MoeSargi Tesla 2 person electric ATV will come at first as an option for Cybertruck,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1197886803799232512,[],[],0,,False,3820,183,306,,None,,,,,,,"[{'screen_name': 'MoeSargi', 'name': 'MOE SARGI', 'id': '904201081'}]",,,, +235,1197807605906673669,1197768038415659008,1574414562000.0,2019-11-22 09:22:42,+0000,,@CyberpunkGame See ya in 2077 😉,in,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1197807605906673669,[],[],0,,False,33423,167,946,,None,,,,,,,"[{'screen_name': 'CyberpunkGame', 'name': 'Cyberpunk 2077', 'id': '821102114'}]",,,, +236,1197768038415659008,1197768038415659008,1574405128000.0,2019-11-22 06:45:28,+0000,,Nobody *expects* the Cybertruck https://t.co/khhYNFaVKs,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1197768038415659008,[],['https://pbs.twimg.com/media/EJ9Tq2IVAAAr_vn.jpg'],1,https://pbs.twimg.com/media/EJ9Tq2IVAAAr_vn.jpg,False,410069,13161,43940,,None,,,,,,,[],,,, +237,1197756132002975744,1197749327411761152,1574402289000.0,2019-11-22 05:58:09,+0000,,@Qrypton Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1197756132002975744,[],[],0,,False,6329,229,178,,None,,,,,,,"[{'screen_name': 'Qrypton', 'name': 'Mr Hlomula', 'id': '40887279'}]",,,, +238,1197714124852977664,1197707047837417472,1574392274000.0,2019-11-22 03:11:14,+0000,,@tesla_addicted @DMC_Ryan Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1197714124852977664,[],[],0,,False,1736,44,40,,None,,,,,,,"[{'screen_name': 'tesla_addicted', 'name': 'Gabriel -', 'id': '863210001082576898'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +239,1197712829177987072,1197707047837417472,1574391965000.0,2019-11-22 03:06:05,+0000,,@DMC_Ryan High time we had a Tesla coil!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1197712829177987072,[],[],0,,False,1810,74,75,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +240,1197638937109336066,1197638937109336066,1574374348000.0,2019-11-21 22:12:28,+0000,,Cybertruck design influenced partly by The Spy Who Loved Me https://t.co/HKBzxFNfzm,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1197638937109336066,['https://m.youtube.com/watch?v=yeBqf6bYZak'],[],0,,False,18936,1137,1563,,None,,,,,,,[],,,, +241,1197637653903970304,1197635195891048448,1574374042000.0,2019-11-21 22:07:22,+0000,,@ElenMatvievska @Tesla Coming soon! We’re working to complete the full Supercharger route from London to Shanghai.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1197637653903970304,[],[],0,,False,2192,106,139,,None,,,,,,,"[{'screen_name': 'ElenMatvievska', 'name': 'Ξ L Ξ N💫', 'id': '966737820047036417'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +242,1197627433970589696,1197627433970589696,1574371605000.0,2019-11-21 21:26:45,+0000,,Tesla Cybertruck (pressurized edition) will be official truck of Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1197627433970589696,[],[],0,,False,118149,2256,9838,,None,,,,,,,[],,,, +243,1197627240697061376,230421989112807424,1574371559000.0,2019-11-21 21:25:59,+0000,,@ward069 Of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1197627240697061376,[],[],0,,False,2432,29,55,,None,,,,,,,"[{'screen_name': 'ward069', 'name': 'Mental’s TESLA', 'id': '762095129742217217'}]",,,, +244,1197624614714630146,1197601140994478080,1574370933000.0,2019-11-21 21:15:33,+0000,,@WillFealey @Tesla Fun party guaranteed!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1197624614714630146,[],[],0,,False,1472,45,66,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +245,1197547462967230465,230421989112807424,1574352539000.0,2019-11-21 16:08:59,+0000,,Long journey,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1197547462967230465,[],[],0,,False,42830,806,1880,,None,,,,,,,[],,,, +246,1197545979076993025,1197545979076993025,1574352185000.0,2019-11-21 16:03:05,+0000,,Tonight,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1197545979076993025,[],[],0,,False,45209,974,3937,https://twitter.com/elonmusk/status/230487450882019328,None,,,,,,,[],,,, +247,1197271943180771329,1197271031527985153,1574286850000.0,2019-11-20 21:54:10,+0000,,"@Erdayastronaut @SpaceX Absolutely, but to move to Mk3 design. This had some value as a manufacturing pathfinder, but flight design is quite different.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1197271943180771329,[],[],0,,False,4852,269,282,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +248,1197259062745763840,1197258342697189376,1574283779000.0,2019-11-20 21:02:59,+0000,,@MKBHD Maybe won’t need a key at all,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1197259062745763840,[],[],0,,False,15468,371,336,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +249,1197235962171904000,1196936990341685248,1574278271000.0,2019-11-20 19:31:11,+0000,,"@TeslaTested So many reporters gave Chanos airtime when he called Tesla a worthless fraud. Now that he has been proven wrong, silence …",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1197235962171904000,[],[],0,,False,4602,344,525,,None,,,,,,,"[{'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}]",,,, +250,1196896624062038017,1196845054960099328,1574197367000.0,2019-11-19 21:02:47,+0000,,@lexfridman @NSF Gravitas is overrated https://t.co/4MdteBfEjY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1196896624062038017,[],['https://pbs.twimg.com/media/EJw7IfkVAAAOOR7.png'],1,https://pbs.twimg.com/media/EJw7IfkVAAAOOR7.png,False,2817,122,107,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'NSF', 'name': 'National Science Foundation', 'id': '16245822'}]",,,, +251,1196855388068384768,1196837974979145729,1574187535000.0,2019-11-19 18:18:55,+0000,,@SupaZT @Erdayastronaut That would be cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1196855388068384768,[],[],0,,False,933,41,24,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +252,1196845054960099328,1196845054960099328,1574185072000.0,2019-11-19 17:37:52,+0000,,"National Science Foundation, u should add a W to ur name. Would get way more clicks. Ur welcome.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1196845054960099328,[],[],0,,False,52982,1175,3906,,None,,,,,,,[],,,, +253,1196841223585030144,1196841223585030144,1574184158000.0,2019-11-19 17:22:38,+0000,, https://t.co/lvCnlztkPa,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1196841223585030144,['http://x.com/x'],[],0,,False,21571,3428,2001,,None,,,,,,,[],,,, +254,1196837974979145729,1196837974979145729,1574183384000.0,2019-11-19 17:09:44,+0000,,78% of people want to gentrify Mordor,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1196837974979145729,[],[],0,,False,65352,1231,4594,,None,,,,,,,[],,,, +255,1196687245983399936,1196684725894578176,1574147447000.0,2019-11-19 07:10:47,+0000,,@slashdot The China space industry is very impressive,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1196687245983399936,[],[],0,,False,1386,86,60,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +256,1196685262253772800,1196469945053302784,1574146974000.0,2019-11-19 07:02:54,+0000,,@mrclipsmaniac Cephalopods have a strange intelligence,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1196685262253772800,[],[],0,,False,3169,152,93,,None,,,,,,,"[{'screen_name': 'mrclipsmaniac', 'name': '#MondayMotivation', 'id': '633106320'}]",,,, +257,1196684167578181632,1196541949420937219,1574146713000.0,2019-11-19 06:58:33,+0000,,@justpaulinelol @universal_sci It certainly does,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1196684167578181632,[],[],0,,False,1079,27,27,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +258,1196679227153604610,1196541949420937219,1574145535000.0,2019-11-19 06:38:55,+0000,,@universal_sci True,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1196679227153604610,[],[],0,,False,5059,118,237,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +259,1196501960305696768,1196492031150960642,1574103271000.0,2019-11-18 18:54:31,+0000,,@teslaownersSV @Teslarati Not sure. Maybe write or message carmakers who oppose the environmental initiative?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1196501960305696768,[],[],0,,False,1762,112,71,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +260,1196500398267219968,1196492031150960642,1574102899000.0,2019-11-18 18:48:19,+0000,,"@Teslarati Even Toyota, who made the Prius. That is sad.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1196500398267219968,[],[],0,,False,3568,176,252,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +261,1196498529876791297,1196257548896071680,1574102454000.0,2019-11-18 18:40:54,+0000,,@Kristennetten @farrxy @Ford Guess I was obsessed with space from an early age. Fair point.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1196498529876791297,[],[],0,,False,1573,97,64,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'farrxy', 'name': 'farrxy', 'id': '80459379'}, {'screen_name': 'Ford', 'name': 'Ford Motor Company', 'id': '15676492'}]",,,, +262,1196296059204407296,1196257548896071680,1574054181000.0,2019-11-18 05:16:21,+0000,,@farrxy @Ford I’d be way too embarrassed to put that on a Tesla. It’s like a kid’s drawing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1196296059204407296,[],[],0,,False,1420,115,44,,None,,,,,,,"[{'screen_name': 'farrxy', 'name': 'farrxy', 'id': '80459379'}, {'screen_name': 'Ford', 'name': 'Ford Motor Company', 'id': '15676492'}]",,,, +263,1196295253268946945,1196257548896071680,1574053989000.0,2019-11-18 05:13:09,+0000,,"@Ford Congratulations on the Mach E! Sustainable/electric cars are the future!! Excited to see this announcement from Ford, as it will encourage other carmakers to go electric too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1196295253268946945,[],[],0,,False,12641,300,1361,,None,,,,,,,"[{'screen_name': 'Ford', 'name': 'Ford Motor Company', 'id': '15676492'}]",,,, +264,1195811614315823105,1195747855669043207,1573938680000.0,2019-11-16 21:11:20,+0000,,@flcnhvy Exactly! Well said.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1195811614315823105,[],[],0,,False,2030,68,74,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +265,1195609716509904897,1195608583846559744,1573890544000.0,2019-11-16 07:49:04,+0000,,@cleantechnica Surprisingly common,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1195609716509904897,[],[],0,,False,2263,163,94,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +266,1195504767818055680,1195504767818055680,1573865522000.0,2019-11-16 00:52:02,+0000,,Cybertruck unveil Thursday night https://t.co/AHBxaubdhO,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1195504767818055680,[],['https://pbs.twimg.com/media/EJdJP1_UUAAgaiU.jpg'],1,https://pbs.twimg.com/media/EJdJP1_UUAAgaiU.jpg,False,56852,1847,5623,,None,,,,,,,[],,,, +267,1195416750961106944,1195416750961106944,1573844537000.0,2019-11-15 19:02:17,+0000,,Innovation comes in many ways,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1195416750961106944,[],[],0,,False,135730,1198,9708,https://twitter.com/Casey/status/1195397575089647616,None,,,,,,,[],,,, +268,1195143726504370176,1195086509298397186,1573779443000.0,2019-11-15 00:57:23,+0000,,@arstechnica @SciGuySpace Meaning not fair that Boeing gets so much more for the same thing,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1195143726504370176,[],[],0,,False,2811,226,141,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +269,1195143158486765568,1195086509298397186,1573779308000.0,2019-11-15 00:55:08,+0000,,@arstechnica @SciGuySpace This doesn’t seem right,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1195143158486765568,[],[],0,,False,3506,135,155,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +270,1194858080036634624,1194677037413421056,1573711340000.0,2019-11-14 06:02:20,+0000,,@cleantechnica True,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1194858080036634624,[],[],0,,False,2598,114,104,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +271,1194824903104573440,1194820056812867584,1573703430000.0,2019-11-14 03:50:30,+0000,,@fael097 @davidtrover Semi-infinite,it,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1194824903104573440,[],[],0,,False,908,43,27,,None,,,,,,,"[{'screen_name': 'fael097', 'name': 'Rafael Adamy', 'id': '337634449'}, {'screen_name': 'davidtrover', 'name': 'david trover', 'id': '317518192'}]",,,, +272,1194824161195175936,1194820056812867584,1573703253000.0,2019-11-14 03:47:33,+0000,,@davidtrover Seems likely. 🧝‍♂️🧝‍♂️ = hipsters.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1194824161195175936,[],[],0,,False,1508,28,31,,None,,,,,,,"[{'screen_name': 'davidtrover', 'name': 'david trover', 'id': '317518192'}]",,,, +273,1194823241673723904,1194743974474518533,1573703034000.0,2019-11-14 03:43:54,+0000,,"@flcnhvy @neuralink Right now, trajectory of neuro-silicon symbiosis doesn’t appear to intersect trajectory of AGI. Goal of Neuralink is to raise this probability above 0.0%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1194823241673723904,[],[],0,,False,1558,95,98,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +274,1194821103627243521,1194820056812867584,1573702524000.0,2019-11-14 03:35:24,+0000,,@CroWarrior1978 We fought the Balrog last year,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1194821103627243521,[],[],0,,False,2430,37,52,,None,,,,,,,"[{'screen_name': 'CroWarrior1978', 'name': 'M🅰️rKo 🇭🇷🇨🇦', 'id': '990208241517940736'}]",,,, +275,1194820056812867584,1194820056812867584,1573702274000.0,2019-11-14 03:31:14,+0000,,Gentrify Mordor?,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1194820056812867584,[],[],0,,False,15630,1530,1674,,None,,,,,,,[],,,, +276,1194816538022416385,1194708409251069952,1573701435000.0,2019-11-14 03:17:15,+0000,,@flcnhvy @v_g_fischer @Tesla It was Tacheles,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1194816538022416385,[],[],0,,False,696,31,22,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +277,1194814381311381504,1194708409251069952,1573700921000.0,2019-11-14 03:08:41,+0000,,@nichegamer @v_g_fischer @Tesla Memes are modern art,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1194814381311381504,[],[],0,,False,1679,71,220,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +278,1194801492873662465,1194754916293722114,1573697848000.0,2019-11-14 02:17:28,+0000,,@Matt_B730 @ID_AA_Carmack F8 🖤 irony,hu,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1194801492873662465,[],[],0,,False,631,24,24,,None,,,,,,,"[{'screen_name': 'Matt_B730', 'name': 'Matt Boettcher', 'id': '145768948'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +279,1194762745650003969,1194708409251069952,1573688610000.0,2019-11-13 23:43:30,+0000,,@v_g_fischer @Tesla There will be many opportunities for both new & experienced people!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1194762745650003969,[],[],0,,False,1373,82,57,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +280,1194743318518870016,1194738249916436481,1573683979000.0,2019-11-13 22:26:19,+0000,,@atlasobscura fomo 4 yolo,es,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1194743318518870016,[],[],0,,False,988,73,55,,None,,,,,,,"[{'screen_name': 'atlasobscura', 'name': 'Atlas Obscura', 'id': '57047586'}]",,,, +281,1194445027591806977,1194443851903180800,1573612860000.0,2019-11-13 02:41:00,+0000,,"@brandonbernicky Yeah, makes sense",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1194445027591806977,[],[],0,,False,1680,83,45,,None,,,,,,,"[{'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}]",,,, +282,1194443851903180800,1194443851903180800,1573612580000.0,2019-11-13 02:36:20,+0000,,Congrats to Tesla team on Model 3 winning best midsize car in Germany! 🇩🇪🇩🇪🇩🇪 https://t.co/4CDTf4c3eC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1194443851903180800,['https://www.axelspringer.com/en/press-releases/mobility-requires-freedom-the-golden-steering-wheel-2019-bild-am-sonntag-and-auto-bild-award-the-best-cars'],[],0,,False,24266,713,1876,,None,,,,,,,[],,,, +283,1194373823912538112,1194364798407852032,1573595884000.0,2019-11-12 21:58:04,+0000,,"Will build batteries, powertrains & vehicles, starting with Model Y",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1194373823912538112,[],[],0,,False,34434,800,1541,,None,,,,,,,[],,,, +284,1194364798407852032,1194364798407852032,1573593732000.0,2019-11-12 21:22:12,+0000,,🖤♥️💛 GIGA BERLIN 💛♥️🖤,in,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1194364798407852032,[],[],0,,False,65028,2462,5689,,None,,,,,,,[],,,, +285,1194318100893618181,1194286667139559424,1573582599000.0,2019-11-12 18:16:39,+0000,,@KenHowery Congratulations!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1194318100893618181,[],[],0,,False,1134,57,29,,None,,,,,,,"[{'screen_name': 'KenHowery', 'name': 'Ken Howery', 'id': '23664532'}]",,,, +286,1193680037779660802,1193680037779660802,1573430473000.0,2019-11-11 00:01:13,+0000,,Starlink vertical on the pad https://t.co/WuiB1piKcK,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1193680037779660802,[],"['https://pbs.twimg.com/media/EJDNqd5UUAEtDE-.jpg', 'https://pbs.twimg.com/media/EJDNqd5UcAEr7zz.jpg', 'https://pbs.twimg.com/media/EJDNqd3U8AAqUHF.jpg', 'https://pbs.twimg.com/media/EJDNqd6VUAAEisY.jpg']",1,https://pbs.twimg.com/media/EJDNqd5UUAEtDE-.jpg,False,74617,1033,5906,,None,,,,,,,[],,,, +287,1193555008001728512,1193385514327363584,1573400663000.0,2019-11-10 15:44:23,+0000,,@xtrmmax @getjeda @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1193555008001728512,[],[],0,,False,2491,124,67,,None,,,,,,,"[{'screen_name': 'xtrmmax', 'name': 'GigaMoonFactory', 'id': '785236835379183616'}, {'screen_name': 'getjeda', 'name': 'Jeda Products', 'id': '956834823557058560'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +288,1193552635606908928,1193385514327363584,1573400098000.0,2019-11-10 15:34:58,+0000,,@getjeda @Tesla Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1193552635606908928,[],[],0,,False,4889,156,131,,None,,,,,,,"[{'screen_name': 'getjeda', 'name': 'Jeda Products', 'id': '956834823557058560'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +289,1193335246659280896,1193262899613093888,1573348268000.0,2019-11-10 01:11:08,+0000,,@flcnhvy @SciGuySpace @yokem55 @waynehale Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1193335246659280896,[],[],0,,False,944,52,42,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'yokem55', 'name': 'Joe Kowalski', 'id': '91420799'}, {'screen_name': 'waynehale', 'name': 'Wayne Hale', 'id': '15013234'}]",,,, +290,1193327488471973888,1193262899613093888,1573346418000.0,2019-11-10 00:40:18,+0000,,"@SciGuySpace @yokem55 @waynehale Without a fully & rapidly reusable orbital rocket, humanity will never be a multiplanet species",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1193327488471973888,[],[],0,,False,1170,80,93,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'yokem55', 'name': 'Joe Kowalski', 'id': '91420799'}, {'screen_name': 'waynehale', 'name': 'Wayne Hale', 'id': '15013234'}]",,,, +291,1193246484218531842,1193244582601019392,1573327105000.0,2019-11-09 19:18:25,+0000,,@lexfridman Bad logic is always ugly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1193246484218531842,[],[],0,,False,2569,149,213,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +292,1193083795970215936,1192702806320406529,1573288318000.0,2019-11-09 08:31:58,+0000,,@RobGMacfarlane @nybooks @emilyraboteau Same goes for digital super intelligence denial,da,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1193083795970215936,[],[],0,,False,2012,150,113,,None,,,,,,,"[{'screen_name': 'RobGMacfarlane', 'name': 'Robert Macfarlane', 'id': '835252426265481216'}, {'screen_name': 'nybooks', 'name': 'The New York Review of\xa0Books', 'id': '11178902'}, {'screen_name': 'emilyraboteau', 'name': 'Emily Raboteau', 'id': '963057842'}]",,,, +293,1192704412885536768,1191410085244866561,1573197866000.0,2019-11-08 07:24:26,+0000,,@zerohedge 😘 https://t.co/w0BkNGbvQ1,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1192704412885536768,[],['https://pbs.twimg.com/media/EI1WVcbU0AA69qX.jpg'],1,https://pbs.twimg.com/media/EI1WVcbU0AA69qX.jpg,False,16185,678,1932,,None,,,,,,,"[{'screen_name': 'zerohedge', 'name': 'zerohedge', 'id': '18856867'}]",,,, +294,1192651246798196736,1192651246798196736,1573185190000.0,2019-11-08 03:53:10,+0000,,141 MPGe!,pl,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1192651246798196736,[],[],0,,False,48635,837,2856,https://twitter.com/ElectrekCo/status/1192621146878943234,None,,,,,,,[],,,, +295,1192647286997651456,1192522792169824266,1573184246000.0,2019-11-08 03:37:26,+0000,,@stephenjudkins @flcnhvy Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1192647286997651456,[],[],0,,False,737,20,22,,None,,,,,,,"[{'screen_name': 'stephenjudkins', 'name': 'Stephen Judkins', 'id': '55098315'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +296,1192609195649945600,1192522792169824266,1573175164000.0,2019-11-08 01:06:04,+0000,,@bluemoondance74 @flcnhvy Deleting throttle allows the engine to achieve max thrust on max thrust variant. Other variants will have throttle.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1192609195649945600,[],[],0,,False,813,41,36,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +297,1192605854270312448,1192522792169824266,1573174367000.0,2019-11-08 00:52:47,+0000,,"@bluemoondance74 @flcnhvy SpaceX engine production is gearing up to build about a Raptor a day by next year, so up to 365 engines per year. Most will be the (as high as) 300 ton thrust (but no throttle & no gimbal) variant for Super Heavy. Cumulative thrust/year could thus be as high as 100,000 tons/year.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1192605854270312448,[],[],0,,False,928,41,89,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +298,1192603019315011584,1192522792169824266,1573173691000.0,2019-11-08 00:41:31,+0000,,"@bluemoondance74 @flcnhvy Raptor is evolving rapidly. Probably wouldn’t consider it to be even V1.0 until roughly engine 50, although probably engines 12+ can be retrofitted for orbital flight, especially on Super Heavy, which is less sensitive to engine variation. It just needs crazy up force!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1192603019315011584,[],[],0,,False,1220,34,72,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +299,1192596285796143104,1192522792169824266,1573172086000.0,2019-11-08 00:14:46,+0000,,@jchybow @teslaownersSV @flcnhvy Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1192596285796143104,[],[],0,,False,877,50,24,,None,,,,,,,"[{'screen_name': 'jchybow', 'name': 'TechnoPilot 🇺🇸🛩🇺🇸', 'id': '54094700'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +300,1192596151221927936,1192522792169824266,1573172054000.0,2019-11-08 00:14:14,+0000,,"@leo_cadle @teslaownersSV @flcnhvy Exactly! It’s also a far more exciting & inspiring future if consciousness is out there among the stars, than forever confined to Earth until some eventual extinction event, however far in the future that may be (hopefully, very far).",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1192596151221927936,[],[],0,,False,970,41,75,,None,,,,,,,"[{'screen_name': 'leo_cadle', 'name': 'Leo Cadle - P3DAU 🌏🚀🔴', 'id': '4291817415'}, {'screen_name': 'teslaownersSV', 'name': 'TOSV, already have the button', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +301,1192595260464979969,1192522792169824266,1573171842000.0,2019-11-08 00:10:42,+0000,,"@teslaownersSV @flcnhvy No, in the beginning, assuming you even make it there alive, Mars will be far more dangerous & difficult than Earth & take decades of hard labor to make self-sufficient. That’s the sales pitch. Want to go?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1192595260464979969,[],[],0,,False,1312,211,128,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +302,1192551728597438465,1192522792169824266,1573161463000.0,2019-11-07 21:17:43,+0000,,"@teslaownersSV @flcnhvy So it will take about 20 years to transfer a million tons to Mars Base Alpha, which is hopefully enough to make it sustainable",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1192551728597438465,[],[],0,,False,1330,98,116,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +303,1192551334664261633,1192522792169824266,1573161369000.0,2019-11-07 21:16:09,+0000,,@teslaownersSV @flcnhvy As the planets align only once every two years,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1192551334664261633,[],[],0,,False,1020,32,64,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +304,1192551111359492096,1192522792169824266,1573161316000.0,2019-11-07 21:15:16,+0000,,@teslaownersSV @flcnhvy A thousand ships will be needed to create a sustainable Mars city,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1192551111359492096,[],[],0,,False,942,49,93,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +305,1192549052170166272,1192522792169824266,1573160825000.0,2019-11-07 21:07:05,+0000,,@Malcolmmarsman @flcnhvy No problem. We could program Starship to perform Swan Lake in the sky. Minimizing landing burn propellant mass is what’s hard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1192549052170166272,[],[],0,,False,1068,50,77,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +306,1192548236382261249,1192522792169824266,1573160630000.0,2019-11-07 21:03:50,+0000,,"@flcnhvy Current global payload to orbit capacity is about 500 tons per year, of which Falcon is about half",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1192548236382261249,[],[],0,,False,881,26,46,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +307,1192547668817375232,1192522792169824266,1573160495000.0,2019-11-07 21:01:35,+0000,,"@flcnhvy If we build as many Starships as Falcons, so ~100 vehicles & each does 100 tons to orbit, that’s a capacity of 10 million tons of payload to orbit per year",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1192547668817375232,[],[],0,,False,1274,68,96,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +308,1192546740508905473,1192522792169824266,1573160274000.0,2019-11-07 20:57:54,+0000,,"@flcnhvy Payload to orbit per year of Starship fleet is most mind-blowing metric, as it’s designed to fly 3X per day, which is ~1000X per year",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1192546740508905473,[],[],0,,False,1230,51,107,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +309,1192545471035691008,1192522792169824266,1573159971000.0,2019-11-07 20:52:51,+0000,,@flcnhvy The economics have to be something like that to build a self-sustaining city on Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1192545471035691008,[],[],0,,False,2175,49,107,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +310,1192544243388014593,1192541262190133251,1573159678000.0,2019-11-07 20:47:58,+0000,,@cleantechnica Gas/diesel cars too,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1192544243388014593,[],[],0,,False,1196,51,70,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +311,1192544181824020480,1192541262190133251,1573159664000.0,2019-11-07 20:47:44,+0000,,@cleantechnica True,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1192544181824020480,[],[],0,,False,1221,33,55,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +312,1192527680119267328,1192527680119267328,1573155729000.0,2019-11-07 19:42:09,+0000,,Extremism is so fun! (@waitbutwhy) https://t.co/ECACsaqAXR,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1192527680119267328,['https://www.youtube.com/watch?v=HLNhPMQnWu4'],[],0,,False,12780,611,1571,,None,,,,,,,[],,,, +313,1192133645714120706,1192113294036754432,1573061784000.0,2019-11-06 17:36:24,+0000,,@SimoneGiertz Of course!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1192133645714120706,[],[],0,,False,8447,133,149,,None,,,,,,,"[{'screen_name': 'SimoneGiertz', 'name': 'Simone Giertz', 'id': '897861037'}]",,,, +314,1192133208613109760,1192113294036754432,1573061680000.0,2019-11-06 17:34:40,+0000,,@BenSullins Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1192133208613109760,[],[],0,,False,3973,94,92,,None,,,,,,,"[{'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}]",,,, +315,1192117194756243457,1192113294036754432,1573057862000.0,2019-11-06 16:31:02,+0000,,The date is strangely familiar … https://t.co/YZl5R1POJL,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1192117194756243457,['https://m.youtube.com/watch?v=-fu7jN2_2pE'],[],0,,False,14698,432,711,,None,,,,,,,[],,,, +316,1192113294036754432,1192113294036754432,1573056932000.0,2019-11-06 16:15:32,+0000,,Cybertruck unveil on Nov 21 in LA near SpaceX rocket factory,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1192113294036754432,[],[],0,,False,73096,2166,7261,,None,,,,,,,[],,,, +317,1192112037347749888,1192054054186303488,1573056632000.0,2019-11-06 16:10:32,+0000,,@uhaveanygrapes @Teslarati Looking into it,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1192112037347749888,[],[],0,,False,999,60,26,,None,,,,,,,"[{'screen_name': 'uhaveanygrapes', 'name': 'Have Grapes?', 'id': '896081253245628416'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +318,1192111950093676544,1192054054186303488,1573056611000.0,2019-11-06 16:10:11,+0000,,@Ryanth3nerd @Teslarati Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1192111950093676544,[],[],0,,False,1247,47,55,,None,,,,,,,"[{'screen_name': 'Ryanth3nerd', 'name': 'Ryan👻', 'id': '2604365504'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +319,1192111800495435777,1192054054186303488,1573056576000.0,2019-11-06 16:09:36,+0000,,"@FredericLambert @Teslarati The audience of entrepreneurs should try it, not the AF",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1192111800495435777,[],[],0,,False,1049,44,27,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +320,1192111499797417984,1192054054186303488,1573056504000.0,2019-11-06 16:08:24,+0000,,@justpaulinelol @Teslarati Naturally,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1192111499797417984,[],[],0,,False,822,27,33,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +321,1192104361637208067,1192054054186303488,1573054802000.0,2019-11-06 15:40:02,+0000,,@Teslarati This is based on an incorrect Electrek article. The Air Force asked me to speak at a startup conference called “Pitch Day” & I happened to mention Cybertruck. They don’t buy APCs. It’s the Air Force.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1192104361637208067,[],[],0,,False,3597,201,167,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +322,1191795051728269312,1191785089115598850,1572981057000.0,2019-11-05 19:10:57,+0000,,@WillFealey @Teslarati Fair point. Coming soon. We’re making foundational upgrades to the core Tesla corporate OS. 2FA right after that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1191795051728269312,[],[],0,,False,1580,73,74,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +323,1191794203505807360,1191785089115598850,1572980855000.0,2019-11-05 19:07:35,+0000,,"@Teslarati Connected, autonomous cars require great software. Advanced factories also require great software. The car industry is not very good at software.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1191794203505807360,[],[],0,,False,5854,277,553,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +324,1191767342050504704,1191744874304987137,1572974450000.0,2019-11-05 17:20:50,+0000,,@cleantechnica More to come,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1191767342050504704,[],[],0,,False,3229,176,172,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +325,1191744578157547520,972254676371439616,1572969023000.0,2019-11-05 15:50:23,+0000,,@bob_burrough Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1191744578157547520,[],[],0,,False,1095,61,36,,None,,,,,,,"[{'screen_name': 'bob_burrough', 'name': 'Bob Burrough', 'id': '22114247'}]",,,, +326,1191525552093417472,1191519019821621251,1572916803000.0,2019-11-05 01:20:03,+0000,,@rafaelcr @OfWudan Would be odd to expect anything else,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1191525552093417472,[],[],0,,False,885,56,37,,None,,,,,,,"[{'screen_name': 'rafaelcr', 'name': 'Rafael Cárdenas', 'id': '25586649'}, {'screen_name': 'OfWudan', 'name': 'Master Po', 'id': '1096324563305201665'}]",,,, +327,1191496935250616321,1191476023545749511,1572909980000.0,2019-11-04 23:26:20,+0000,,"@TJ_Cooney That said, most Starship spaceports will probably need to be ~20 miles / 30km offshore for acceptable noise levels, especially for frequent daily flights, as would occur for point to point flights on Earth",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1191496935250616321,[],[],0,,False,2168,149,144,,None,,,,,,,"[{'screen_name': 'TJ_Cooney', 'name': 'TJ Cooney 🚀', 'id': '113396065'}]",,,, +328,1191478829685960709,1191476023545749511,1572905664000.0,2019-11-04 22:14:24,+0000,,"@TJ_Cooney Wow, 2011 seems like eons ago! With fairing recovery, Falcon is ~80% reusable, but reflight takes several days & requires boats. Starship will be fully reusable with booster reflight possible every few hours & ship reflight every 8 hours. No boats needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1191478829685960709,[],[],0,,False,5721,156,338,,None,,,,,,,"[{'screen_name': 'TJ_Cooney', 'name': 'TJ Cooney 🚀', 'id': '113396065'}]",,,, +329,1191475993858301953,1191475073758064640,1572904988000.0,2019-11-04 22:03:08,+0000,,@flcnhvy Great poem,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1191475993858301953,[],[],0,,False,1762,93,43,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +330,1191475073758064640,1191475073758064640,1572904768000.0,2019-11-04 21:59:28,+0000,,"Great work by SpaceX Dragon team & Airborne! To be clear, we’ve only done 1 multi-parachute test of Mk3 design, so 9 more left to reach 10 successful tests in a row.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1191475073758064640,[],[],0,,False,45060,1172,3350,https://twitter.com/SpaceX/status/1191067348914098176,None,,,,,,,[],,,, +331,1190275454474702848,1190190203413127168,1572618757000.0,2019-11-01 14:32:37,+0000,,"@Teslarati Putting Model S in range mode is the opposite of launch mode, as it minimizes performance in favor of range. Show should be called “Low Gear”!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1190275454474702848,[],[],0,,False,9702,289,705,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +332,1190094817084051456,1190094817084051456,1572575689000.0,2019-11-01 02:34:49,+0000,,Tesla Solarglass vs 🎃 Happy Halloween!! https://t.co/p5tXeJYqne,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1190094817084051456,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1190094742136270849/pu/img/AjEtaSW4C5cLfHO0.jpg,False,82988,1172,4680,,None,,,,,,,[],,,, +333,1189942385326706688,1189923548229447681,1572539347000.0,2019-10-31 16:29:07,+0000,,"@stephenpallotta @Teslarati Sorry, Drag Times is correct, Top Gear is wrong",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1189942385326706688,[],[],0,,False,2228,113,152,,None,,,,,,,"[{'screen_name': 'stephenpallotta', 'name': 'Stephen Pallotta', 'id': '18199493'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +334,1189941609535688705,1189923548229447681,1572539162000.0,2019-10-31 16:26:02,+0000,,"@Teslarati Drag Race Times analysis is correct. Also, there’s a software upgrade for Model S coming out that increases peak power by 50HP, so Model S should beat Porsche Taycan Turbo S by a wider margin in 0 to 60 & 1/4 mile races.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1189941609535688705,[],[],0,,False,4064,228,323,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +335,1189662336837025792,1189602825220702210,1572472578000.0,2019-10-30 21:56:18,+0000,,@TeslaNY Walking on a Tesla Solarglass roof is definitely no problem!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1189662336837025792,[],[],0,,False,1627,108,71,,None,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}]",,,, +336,1189602825220702210,1189602825220702210,1572458389000.0,2019-10-30 17:59:49,+0000,,Thank for helping grow sustainable energy through solar!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1189602825220702210,[],[],0,,False,36327,400,1600,https://twitter.com/cleantechnica/status/1189601748018745346,None,,,,,,,[],,,, +337,1189597812985454592,1189534658188460032,1572457194000.0,2019-10-30 17:39:54,+0000,,@tobi @chris__lu @MarkRober @MrBeastYT Congrats! Shopify is great btw. Nice work.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1189597812985454592,[],[],0,,False,56125,185,968,,None,,,,,,,"[{'screen_name': 'tobi', 'name': 'Tobi Lutke 🌳🌲🛒🕹', 'id': '676573'}, {'screen_name': 'chris__lu', 'name': 'Chris Lu', 'id': '2838767611'}, {'screen_name': 'MarkRober', 'name': 'Mark Rober', 'id': '490932793'}]",,,, +338,1189478894987968512,1185714906861113346,1572428842000.0,2019-10-30 09:47:22,+0000,,@flcnhvy The fires are all too real,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1189478894987968512,[],[],0,,False,1724,71,48,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +339,1189471144614563840,1189470629159768068,1572426994000.0,2019-10-30 09:16:34,+0000,,@NutaIie Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1189471144614563840,[],[],0,,False,7009,60,58,,None,,,,,,,"[{'screen_name': 'NutaIie', 'name': 'Natalie🍓', 'id': '796161999935799297'}]",,,, +340,1189470830650019842,1189095510285651969,1572426919000.0,2019-10-30 09:15:19,+0000,,@TeslaStars @Tesla …,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1189470830650019842,[],[],0,,False,3240,65,71,,None,,,,,,,"[{'screen_name': 'TeslaStars', 'name': 'TeslaStars ✨', 'id': '1070423183906476032'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +341,1189470629159768068,1189470629159768068,1572426871000.0,2019-10-30 09:14:31,+0000,,♥️ snacks ♥️ https://t.co/LPcZyX607f,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1189470629159768068,[],['https://pbs.twimg.com/media/EIHZOvGWkAAsyGK.jpg'],1,https://pbs.twimg.com/media/EIHZOvGWkAAsyGK.jpg,False,236241,1141,31638,,None,,,,,,,[],,,, +342,1189363011967782913,1189362663010095104,1572401214000.0,2019-10-30 02:06:54,+0000,,"@johnkrausphotos @NASA @Space_Station Hard to say with high accuracy, but 4 to 6 weeks is my best guess",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1189363011967782913,[],[],0,,False,2275,52,64,,None,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +343,1189362663010095104,1189362663010095104,1572401130000.0,2019-10-30 02:05:30,+0000,,"Soon, SpaceX will launch @NASA astronauts to @Space_Station!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1189362663010095104,[],[],0,,False,38589,452,2421,https://twitter.com/SpaceX/status/1189294320471412737,None,,,,,,,[],,,, +344,1189361139731165185,1189350135614099457,1572400767000.0,2019-10-30 01:59:27,+0000,,@themuskbros @teslaownersSV That’s significantly improved in current production,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1189361139731165185,[],[],0,,False,1183,63,25,,None,,,,,,,"[{'screen_name': 'themuskbros', 'name': 'TheMuskBros', 'id': '96702713'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +345,1189360643263983616,1188842288295956480,1572400649000.0,2019-10-30 01:57:29,+0000,,"@RenataKonkoly @MrBeastYT @MKBHD True, my name literally means tree",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1189360643263983616,[],[],0,,False,13157,156,454,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +346,1189360237234409472,1189350135614099457,1572400552000.0,2019-10-30 01:55:52,+0000,,"@teslaownersSV If you have autonav enabled, car will automatically navigate either to address in calendar, to work if you’re home & to home if at work. Not sure if that’s in wide release yet, but def in early access. It’s an awesome feature.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1189360237234409472,[],[],0,,False,768,46,39,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +347,1189350135614099457,1189350135614099457,1572398144000.0,2019-10-30 01:15:44,+0000,,Just a reminder that the Tesla Full Self-Driving option goes up by $1000 at midnight on Nov 1 for all regions that have Smart Summon. Order your car online at https://t.co/7FlnbrMxOl.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1189350135614099457,['http://tesla.com'],[],0,,False,14196,682,701,,None,,,,,,,[],,,, +348,1189344957464829953,1189342895142309888,1572396909000.0,2019-10-30 00:55:09,+0000,,"“I always like going South; somehow, it feels like going downhill.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1189344957464829953,[],[],0,,False,85394,568,3317,,None,,,,,,,[],,,, +349,1189342895142309888,1189342895142309888,1572396417000.0,2019-10-30 00:46:57,+0000,,For Treebeard,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1189342895142309888,[],[],0,,False,282417,2212,28599,,None,,,,,,,[],,,, +350,1189293699659902976,1188842288295956480,1572384688000.0,2019-10-29 21:31:28,+0000,,"@MKBHD @MrBeastYT Ok, sounds legit, will donate 1M trees",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1189293699659902976,[],[],0,,False,348482,3721,54041,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +351,1188961729931141120,1188842288295956480,1572305540000.0,2019-10-28 23:32:20,+0000,,@MrBeastYT Sounds cool. Where are the trees being planted & what kind of trees?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1188961729931141120,[],[],0,,False,140276,1290,6296,,None,,,,,,,[],,,, +352,1188932941402894337,1188922494587211776,1572298677000.0,2019-10-28 21:37:57,+0000,,@Jason @kylegrantham Making a roof out of kindling in a fire risk zone is not recommended,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1188932941402894337,[],[],0,,False,1962,61,69,,None,,,,,,,"[{'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'kylegrantham', 'name': '𝐊𝐲𝐥𝐞 𝐆𝐫𝐚𝐧𝐭𝐡𝐚𝐦', 'id': '29894847'}]",,,, +353,1188931940327411712,1188931081908539392,1572298438000.0,2019-10-28 21:33:58,+0000,,"@Jon4Lakers @Tesla We’re changing this from storm watch to disaster watch to cover fires, earthquakes, etc",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1188931940327411712,[],[],0,,False,2915,42,113,,None,,,,,,,"[{'screen_name': 'Jon4Lakers', 'name': 'Jon Rettinger', 'id': '15661911'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +354,1188931514672676864,1188922494587211776,1572298337000.0,2019-10-28 21:32:17,+0000,,"@kylegrantham Very true. Glass doesn’t burn & melting point is extremely high, so much more resilient than asphalt or wood roofs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1188931514672676864,[],[],0,,False,1141,47,58,,None,,,,,,,"[{'screen_name': 'kylegrantham', 'name': '𝐊𝐲𝐥𝐞 𝐆𝐫𝐚𝐧𝐭𝐡𝐚𝐦', 'id': '29894847'}]",,,, +355,1188890479401689088,1188880437067665408,1572288553000.0,2019-10-28 18:49:13,+0000,,@realDiegoMonroy I hate advertising,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1188890479401689088,[],[],0,,False,2760,147,168,,None,,,,,,,"[{'screen_name': 'realDiegoMonroy', 'name': 'Diego Monroy', 'id': '1121214020827144192'}]",,,, +356,1188889708266315776,1188880437067665408,1572288369000.0,2019-10-28 18:46:09,+0000,,"Unfortunately, it’s hard to google Tesla solar links due to tons of ads & SEO. Go to https://t.co/UvQa8JOE7v to add solar to an existing roof & https://t.co/D9yUuL7NVE for a new roof with integrated solar.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1188889708266315776,"['http://tesla.com/solar', 'http://Tesla.com/solarglass']",[],0,,False,25755,1121,1735,,None,,,,,,,[],,,, +357,1188880808112611328,1188880437067665408,1572286247000.0,2019-10-28 18:10:47,+0000,,"We don’t make much money on this product, so $1000 actually means a lot",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1188880808112611328,[],[],0,,False,34363,346,877,,None,,,,,,,[],,,, +358,1188880437067665408,1188880437067665408,1572286159000.0,2019-10-28 18:09:19,+0000,,"If you’re directly affected by wildfire power outages, Tesla is reducing Solar+Powerwall prices by $1000 as of today",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1188880437067665408,[],[],0,,False,66879,784,4442,,None,,,,,,,[],,,, +359,1188879156332785664,1188879156332785664,1572285853000.0,2019-10-28 18:04:13,+0000,,"Apologies to those waiting for Solar/Powerwall outside California, as we are prioritizing those affected by wildfires",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1188879156332785664,[],[],0,,False,34643,371,1209,,None,,,,,,,[],,,, +360,1188877408465612800,1188839891834007552,1572285437000.0,2019-10-28 17:57:17,+0000,,@jasondunn So true. Imagine if phones were gasoline powered. Total sales would be like 14 units worldwide! Using oil/gas & being forced to constantly visit toxic chemical dispensing stations will seem so insane in the future!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1188877408465612800,[],[],0,,False,2913,80,202,,None,,,,,,,"[{'screen_name': 'jasondunn', 'name': 'Jason Dunn', 'id': '14365108'}]",,,, +361,1188862645123743745,1188862645123743745,1572281917000.0,2019-10-28 16:58:37,+0000,,"Homes with solar sell for 4.1% more, according to Zillow. Adding a Powerwall battery is highly likely to increase home value too imo, as security against blackouts is increasingly important. https://t.co/3y4M5L50qF",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1188862645123743745,['https://www.zillow.com/research/solar-panels-house-sell-more-23798/amp/?__twitter_impression=true'],[],0,,False,13935,377,837,,None,,,,,,,[],,,, +362,1188850739956703232,1188845221313802241,1572279078000.0,2019-10-28 16:11:18,+0000,,@flcnhvy @teslaownersSV I’d recommend regular solar panels for flat roofs,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1188850739956703232,[],[],0,,False,936,31,36,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +363,1188848560160137218,1188845221313802241,1572278559000.0,2019-10-28 16:02:39,+0000,,@starshipsara Extremely high,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1188848560160137218,[],[],0,,False,950,34,34,,None,,,,,,,"[{'screen_name': 'starshipsara', 'name': 'Sara⁷ 🚀\U0001fa90', 'id': '919169318872584192'}]",,,, +364,1188847668191039491,1188845221313802241,1572278346000.0,2019-10-28 15:59:06,+0000,,@teslaownersSV Will do what we can for anyplace affected by natural disasters,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1188847668191039491,[],[],0,,False,695,30,49,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +365,1188846140038340608,1188845221313802241,1572277982000.0,2019-10-28 15:53:02,+0000,,"US clean energy incentive drops by 4% on Jan 1, so orders must be received by roughly Nov 15 to be installed in time",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1188846140038340608,[],[],0,,False,7983,144,341,,None,,,,,,,[],,,, +366,1188845221313802241,1188845221313802241,1572277763000.0,2019-10-28 15:49:23,+0000,,Tesla Solar plus Powerwall battery backup for 24/7 clean energy & no blackouts at https://t.co/mDoPO17YB9,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1188845221313802241,['http://Tesla.com/solar'],[],0,,False,14064,375,1062,,None,,,,,,,[],,,, +367,1188645875750322176,1188492211861635072,1572230235000.0,2019-10-28 02:37:15,+0000,,@SnazzyQ @Tesla Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1188645875750322176,[],[],0,,False,2202,82,45,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +368,1188589920102694912,1188582212532203520,1572216894000.0,2019-10-27 22:54:54,+0000,,@flcnhvy https://t.co/40NtMONR72,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1188589920102694912,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1188589848107470848/pu/img/H_labeATAPrIFfuZ.jpg,False,16490,635,809,,None,,,,,,,[],,,, +369,1188582212532203520,1188582212532203520,1572215056000.0,2019-10-27 22:24:16,+0000,,Took my son to play piano for the seniors home in Pasadena. It was lovely to see them smile ♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1188582212532203520,[],[],0,,False,121649,1539,3377,,None,,,,,,,[],,,, +370,1188562950404984832,1188489494137311238,1572210464000.0,2019-10-27 21:07:44,+0000,,@tesletter Thanks to everyone at Tesla who worked so hard over the years to make our Fremont factory successful!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1188562950404984832,[],[],0,,False,6253,130,264,,None,,,,,,,"[{'screen_name': 'tesletter', 'name': 'Tesletter', 'id': '979225070764634112'}]",,,, +371,1188217302275125248,1188217302275125248,1572128055000.0,2019-10-26 22:14:15,+0000,,Sandwich time travel is the only explanation https://t.co/M8c98GBsDC,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1188217302275125248,[],['https://pbs.twimg.com/media/EH1lVjhUUAApZgV.jpg'],1,https://pbs.twimg.com/media/EH1lVjhUUAApZgV.jpg,False,187147,1821,23270,,None,,,,,,,[],,,, +372,1188191951654309888,1188191951654309888,1572122011000.0,2019-10-26 20:33:31,+0000,,Physics facts https://t.co/Z2a6PzokJx,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1188191951654309888,[],['https://pbs.twimg.com/media/EH1OR-VUUAATi-C.jpg'],1,https://pbs.twimg.com/media/EH1OR-VUUAATi-C.jpg,False,160153,1535,20123,,None,,,,,,,[],,,, +373,1188142936036237313,1188082002005811201,1572110325000.0,2019-10-26 17:18:45,+0000,,"@AT61_AUE @Cobalt310 @Tesla Yes, you can walk on the Tesla Solarglass roof. In stilettos, if you want 😉 https://t.co/6wwKJqmPdr",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1188142936036237313,['https://m.youtube.com/watch?v=I1035WJzPTM'],[],0,,False,1430,123,136,,None,,,,,,,"[{'screen_name': 'AT61_AUE', 'name': 'AT', 'id': '314946031'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +374,1188141324018405376,1188090677533364224,1572109940000.0,2019-10-26 17:12:20,+0000,,@GerberKawasaki Jerome is great! Tesla team in general is the strongest its ever been.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1188141324018405376,[],[],0,,False,2650,90,139,,None,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +375,1187855416685776896,1187843437858394113,1572041775000.0,2019-10-25 22:16:15,+0000,,"@john_s_wilkins Yes, wight destruction guaranteed or your money back!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1187855416685776896,[],[],0,,False,1449,68,56,,None,,,,,,,"[{'screen_name': 'john_s_wilkins', 'name': 'John S. Wilkins', 'id': '76013938'}]",,,, +376,1187842180892610560,1187842180892610560,1572038619000.0,2019-10-25 21:23:39,+0000,,Tesla Solarglass roof https://t.co/7lw43mL92D,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1187842180892610560,['https://www.tesla.com/solarglassroof'],[],0,,False,21473,1019,1837,,None,,,,,,,[],,,, +377,1187837730857709569,1187798782198595589,1572037558000.0,2019-10-25 21:05:58,+0000,,@Tesla Will start at ~2:15. Sorry for slight delay.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1187837730857709569,[],[],0,,False,4615,305,129,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +378,1187824685276221441,1187823828514168832,1572034448000.0,2019-10-25 20:14:08,+0000,,@tobyliiiiiiiiii Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1187824685276221441,[],[],0,,False,6435,76,175,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +379,1187823828514168832,1187823828514168832,1572034244000.0,2019-10-25 20:10:44,+0000,,Srsly https://t.co/MWipMr84cD,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1187823828514168832,[],['https://pbs.twimg.com/media/EHv_eYoU0AEfuWf.jpg'],1,https://pbs.twimg.com/media/EHv_eYoU0AEfuWf.jpg,False,117313,1082,13993,,None,,,,,,,[],,,, +380,1187821556589711360,1187814633496690688,1572033702000.0,2019-10-25 20:01:42,+0000,,@Cardoso @Erdayastronaut Transparent aluminum is a real thing! https://t.co/hX4XLih1Hk,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1187821556589711360,['https://science.howstuffworks.com/transparent-aluminum-armor3.htm'],[],0,,False,659,40,32,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +381,1187815604809453568,1187814633496690688,1572032283000.0,2019-10-25 19:38:03,+0000,,"@HarryStoltz1 That would be cool. Surfaces that see the sun should be alive with power, not inert!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1187815604809453568,[],[],0,,False,2479,71,92,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}]",,,, +382,1187814633496690688,1187814633496690688,1572032051000.0,2019-10-25 19:34:11,+0000,,"Maybe call Tesla solar roof tiles product Solarglass? Like Dragonglass, but solar!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1187814633496690688,[],[],0,,False,56520,1664,2566,,None,,,,,,,[],,,, +383,1187812854470041601,1187663821193842689,1572031627000.0,2019-10-25 19:27:07,+0000,,"@TeslaNY @SpaceX Gwynne rocks! Starlink will probably be a little bumpy at first, but then improve rapidly.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1187812854470041601,[],[],0,,False,1813,77,112,,None,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +384,1187762620402552832,1187762620402552832,1572019650000.0,2019-10-25 16:07:30,+0000,,🔥,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1187762620402552832,[],[],0,,False,126095,3987,8868,,None,,,,,,,[],,,, +385,1187514022897176576,1187423511666741248,1571960380000.0,2019-10-24 23:39:40,+0000,,"@longnow @Liv_Boeree Strange to think that our civilization is only ~5000 years old, if dated from earliest writing. Less than the lifespan of a fruit fly, compared to age of Earth.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1187514022897176576,[],[],0,,False,2163,143,174,,None,,,,,,,"[{'screen_name': 'longnow', 'name': 'Long Now Foundation', 'id': '15300187'}, {'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}]",,,, +386,1187497175900536832,1187488267551137793,1571956364000.0,2019-10-24 22:32:44,+0000,,"To be clear, integrated solar tiles only make financial sense for new houses or replacement roofs. If your roof is more than 5 years away from replacement, solar retrofit is recommended https://t.co/mDoPO17YB9",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1187497175900536832,['http://Tesla.com/solar'],[],0,,False,6147,236,479,,None,,,,,,,[],,,, +387,1187496059666227200,1187488267551137793,1571956097000.0,2019-10-24 22:28:17,+0000,,California time,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1187496059666227200,[],[],0,,False,7840,209,252,,None,,,,,,,[],,,, +388,1187490392821784576,1187488267551137793,1571954746000.0,2019-10-24 22:05:46,+0000,,"@flcnhvy This product may appear simple, but actually *very* difficult to get right",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1187490392821784576,[],[],0,,False,1178,85,48,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +389,1187490060746182656,1187488267551137793,1571954667000.0,2019-10-24 22:04:27,+0000,,Will do an open call Q&A,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1187490060746182656,[],[],0,,False,12014,467,273,,None,,,,,,,[],,,, +390,1187489853065183233,1187362537622265856,1571954618000.0,2019-10-24 22:03:38,+0000,,@GerberKawasaki @Tesla Major FUD incoming for sure … haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1187489853065183233,[],[],0,,False,1852,104,79,,None,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +391,1187489371282276352,1187478016630255617,1571954503000.0,2019-10-24 22:01:43,+0000,,@MoWo91 @SpX_memes @SpaceX @Tesla @RenataKonkoly @sara_boutall @Kristennetten @Erdayastronaut @flcnhvy @JohnnaCrider1 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1187489371282276352,[],[],0,,False,1519,43,38,,None,,,,,,,"[{'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'SpX_memes', 'name': 'SpaceX Memes', 'id': '1082031877882593282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna 💎', 'id': '1957568797'}]",,,, +392,1187488531771346944,1187488267551137793,1571954303000.0,2019-10-24 21:58:23,+0000,,"@flcnhvy I have V1, but will switch to V3",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1187488531771346944,[],[],0,,False,1702,53,40,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +393,1187488267551137793,1187488267551137793,1571954240000.0,2019-10-24 21:57:20,+0000,,Tesla Solar Tile Roof V3 launch tomorrow at 2pm,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1187488267551137793,[],[],0,,False,40746,902,2357,,None,,,,,,,[],,,, +394,1187363892009168896,1187363735691759616,1571924586000.0,2019-10-24 13:43:06,+0000,,@KlausLovgreen Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,13,https://twitter.com/elonmusk/status/1187363892009168896,[],[],0,,False,622,40,21,,None,,,,,,,"[{'screen_name': 'KlausLovgreen', 'name': 'Klaus Lovgreen ⚡', 'id': '1403261'}]",,,, +395,1187192281800929280,1187192281800929280,1571883671000.0,2019-10-24 02:21:11,+0000,,But actually … https://t.co/XJNjPHrq2A,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1187192281800929280,[],['https://pbs.twimg.com/media/EHnBFn9UUAASdno.jpg'],1,https://pbs.twimg.com/media/EHnBFn9UUAASdno.jpg,False,390957,2593,65871,,None,,,,,,,[],,,, +396,1187114871231377408,1187113794234793984,1571865215000.0,2019-10-23 21:13:35,+0000,,Super proud of Tesla team for great execution & support of Tesla customers greatly appreciated!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1187114871231377408,[],[],0,,False,28914,585,1176,,None,,,,,,,[],,,, +397,1187113794234793984,1187113794234793984,1571864958000.0,2019-10-23 21:09:18,+0000,,Tesla Q3 results: - Shanghai Giga ahead of schedule - Model Y ahead of schedule - Solar installs +48% from Q2 - GAAP profitable - Positive free cash flow,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1187113794234793984,[],[],0,,False,70468,2048,6296,,None,,,,,,,[],,,, +398,1187039648624738306,1187023704422834177,1571847281000.0,2019-10-23 16:14:41,+0000,,@Teslarati The big rear wing is only on for one day for rear downforce calibration. Isn’t needed to set ring record & won’t be in the production car.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1187039648624738306,[],[],0,,False,3558,162,192,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +399,1187036459166879744,1186369158335750144,1571846520000.0,2019-10-23 16:02:00,+0000,,"@TesLatino Internal camera isn’t used yet (meant for robotaxi), but that’s a good idea",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1187036459166879744,[],[],0,,False,1075,122,55,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael - Lover, not a hater.', 'id': '989986448295235586'}]",,,, +400,1187036215679143936,1186369158335750144,1571846462000.0,2019-10-23 16:01:02,+0000,,@TesLatino Please lmk about your experience and what can be improved,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1187036215679143936,[],[],0,,False,921,128,41,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael - Lover, not a hater.', 'id': '989986448295235586'}]",,,, +401,1186529463762243585,1186359878987735040,1571725643000.0,2019-10-22 06:27:23,+0000,,@tecnocato @Tesla Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1186529463762243585,[],[],0,,False,2336,108,100,,None,,,,,,,"[{'screen_name': 'tecnocato', 'name': 'ISRÆL MELENDEZ, II 🇵🇷🇺🇸⚠️', 'id': '2356171'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +402,1186524008621043713,1186523464712146944,1571724342000.0,2019-10-22 06:05:42,+0000,,"Whoa, it worked!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1186524008621043713,[],[],0,,False,103479,1571,5440,,None,,,,,,,[],,,, +403,1186523464712146944,1186523464712146944,1571724213000.0,2019-10-22 06:03:33,+0000,,Sending this tweet through space via Starlink satellite 🛰,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1186523464712146944,[],[],0,,False,228603,4384,23969,,None,,,,,,,[],,,, +404,1186517641730519041,1186369158335750144,1571722824000.0,2019-10-22 05:40:24,+0000,,"Homes with solar sell for 4.1% more, according to Zillow https://t.co/EtqGAxDlAF",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1186517641730519041,['https://www.zillow.com/research/solar-panels-house-sell-more-23798/'],[],0,,False,6722,215,434,,None,,,,,,,[],,,, +405,1186498473476022272,1186498473476022272,1571718254000.0,2019-10-22 04:24:14,+0000,,"More carrot, less stick",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1186498473476022272,[],[],0,,False,79960,1992,6672,,None,,,,,,,[],,,, +406,1186370558163734528,1186369158335750144,1571687757000.0,2019-10-21 19:55:57,+0000,,"Very likely that a home with clean power that’s lower cost than utility, plus blackout protection via Powerwall, will have a positive effect on value",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1186370558163734528,[],[],0,,False,14634,455,642,,None,,,,,,,[],,,, +407,1186369486800113664,1186369158335750144,1571687501000.0,2019-10-21 19:51:41,+0000,,PG&E says rolling blackouts expected in California for next 10 years! https://t.co/Iv9f0piK82,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1186369486800113664,['https://cleantechnica.com/2019/10/21/pge-head-says-to-expect-rolling-blackouts-for-the-next-10-years/'],[],0,,False,3745,230,393,,None,,,,,,,[],,,, +408,1186369158335750144,1186369158335750144,1571687423000.0,2019-10-21 19:50:23,+0000,,Order Tesla Solar + Powerwall battery for 24/7 clean power & no blackouts! https://t.co/mDoPO17YB9,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1186369158335750144,['http://Tesla.com/solar'],[],0,,False,20816,1058,1709,,None,,,,,,,[],,,, +409,1184965261624922112,1184965261624922112,1571352708000.0,2019-10-17 22:51:48,+0000,,Going offline for a few days,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1184965261624922112,[],[],0,,False,130007,7250,6200,,None,,,,,,,[],,,, +410,1184751658628083712,1183566206713901062,1571301781000.0,2019-10-17 08:43:01,+0000,,@TesLatino @Erdayastronaut @NotEricRalph @MartianDays @torybruno @AerojetRdyne @elon Both at the same time!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1184751658628083712,[],[],0,,False,1031,66,39,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael - Lover, not a hater.', 'id': '989986448295235586'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NotEricRalph', 'name': 'Eric Ralph', 'id': '1158979126092374017'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}, {'screen_name': 'elon', 'name': 'Elon 🥑', 'id': '14156569'}]",,,, +411,1184732956100677632,1183566206713901062,1571297322000.0,2019-10-17 07:28:42,+0000,,@John_Gardi @Erdayastronaut @NotEricRalph @MartianDays @torybruno @AerojetRdyne More about dealing with failure modes & roll control,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1184732956100677632,[],[],0,,False,625,14,25,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NotEricRalph', 'name': 'Eric Ralph', 'id': '1158979126092374017'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +412,1184732755294162944,1183566206713901062,1571297274000.0,2019-10-17 07:27:54,+0000,,"@Erdayastronaut @NotEricRalph @MartianDays @torybruno @AerojetRdyne Need to deal with thrust asymmetry from flameout of an engine without forcing shutdown of opposing pair engine, which would double thrust loss. Also, thrust differential doesn’t solve roll control well.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1184732755294162944,[],[],0,,False,1198,46,39,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NotEricRalph', 'name': 'Eric Ralph', 'id': '1158979126092374017'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +413,1184708359636705280,1184706873091641344,1571291458000.0,2019-10-17 05:50:58,+0000,,"@WorldAndScience Common myth, but incorrect",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1184708359636705280,[],[],0,,False,4899,168,177,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +414,1184599955400318977,1184280459498229761,1571265612000.0,2019-10-16 22:40:12,+0000,,@slashdot And so begins the robocalypse …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1184599955400318977,[],[],0,,False,2186,129,114,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +415,1184551948818632705,1184551948818632705,1571254167000.0,2019-10-16 19:29:27,+0000,,Tesla wins best headlights award 🥇 https://t.co/8yfeJiXd0N,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1184551948818632705,[],['https://pbs.twimg.com/media/EHBft_oUEAAfbGW.jpg'],1,https://pbs.twimg.com/media/EHBft_oUEAAfbGW.jpg,False,34207,701,2225,https://twitter.com/Teslarati/status/1184548399028285443,None,,,,,,,[],,,, +416,1184443978462064641,1184399091020849152,1571228425000.0,2019-10-16 12:20:25,+0000,,"@Teslarati The final configuration used at Nürburgring to set the record will go into production around summer 2020, so this is not merely for the track",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,12,https://twitter.com/elonmusk/status/1184443978462064641,[],[],0,,False,5571,297,419,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +417,1184232118223822848,1184228977596129280,1571177913000.0,2019-10-15 22:18:33,+0000,,Anyone who’s interested in working on cutting edge manufacturing — designing & building the machine that makes the machine — please consider working at Tesla or SpaceX. We’re gonna take this to a whole new level!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1184232118223822848,[],[],0,,False,41232,2578,2620,,None,,,,,,,[],,,, +418,1184230102781050881,1184228977596129280,1571177433000.0,2019-10-15 22:10:33,+0000,,@Erdayastronaut Tesla team has done an incredible job with Giga Shanghai. Honored to work with them. I’m in awe.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1184230102781050881,[],[],0,,False,4409,90,177,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +419,1184228977596129280,1184228977596129280,1571177164000.0,2019-10-15 22:06:04,+0000,,"So much respect for those doing high volume manufacturing. It’s insanely hard, but you make a real thing that people value. My hat is off to you …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1184228977596129280,[],[],0,,False,72468,973,3573,,None,,,,,,,[],,,, +420,1184223826005151744,1184220580519829506,1571175936000.0,2019-10-15 21:45:36,+0000,,"@RationalEtienne @LaurenRow5 @EvaFoxU @JohnnaCrider1 @Kristennetten @vincent13031925 @28delayslater @Sofiaan @hamids @InsideEVs Tesla is first American car company to achieve sustained volume production in past ~100 years. Hardest, most painful thing I’ve ever been through, including getting Falcon to orbit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1184223826005151744,[],[],0,,False,3278,250,389,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'LaurenRow5', 'name': 'Lauren Row', 'id': '997698480058654720'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'hamids', 'name': 'Hamid Shojaee', 'id': '16258534'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +421,1184222926243028998,1184220580519829506,1571175722000.0,2019-10-15 21:42:02,+0000,,"@RationalEtienne @LaurenRow5 @EvaFoxU @JohnnaCrider1 @Kristennetten @vincent13031925 @28delayslater @Sofiaan @hamids @InsideEVs Prototypes are easy, but achieving volume production of a new technology is insanely hard",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1184222926243028998,[],[],0,,False,3428,128,244,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'LaurenRow5', 'name': 'Lauren Row', 'id': '997698480058654720'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'JohnnaCrider1', 'name': 'Techno Gem', 'id': '1957568797'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'hamids', 'name': 'Hamid Shojaee', 'id': '16258534'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +422,1183983766718439424,1183983766718439424,1571118701000.0,2019-10-15 05:51:41,+0000,,And the lead character is also named Woody https://t.co/ZxK84rB020,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1183983766718439424,[],['https://pbs.twimg.com/media/EG5a9UlU8AEYkEO.jpg'],1,https://pbs.twimg.com/media/EG5a9UlU8AEYkEO.jpg,False,163487,1694,22844,,None,,,,,,,[],,,, +423,1183917626994515969,1183566206713901062,1571102933000.0,2019-10-15 01:28:53,+0000,,"@NotEricRalph @MartianDays @Erdayastronaut @torybruno @AerojetRdyne Yeah, gimbal SL engines at min throttle for control, so most of impulse goes through vac engines",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1183917626994515969,[],[],0,,False,875,36,26,,None,,,,,,,"[{'screen_name': 'NotEricRalph', 'name': 'Eric Ralph', 'id': '1158979126092374017'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +424,1183869454746181633,1183566206713901062,1571091447000.0,2019-10-14 22:17:27,+0000,,@TTownJoe @Erdayastronaut @torybruno @MartianDays @AerojetRdyne Conservation of energy tells you the answer,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1183869454746181633,[],[],0,,False,644,36,26,,None,,,,,,,"[{'screen_name': 'TTownJoe', 'name': 'TTownJoe', 'id': '360994955'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +425,1183868956915847168,1183821821335834624,1571091329000.0,2019-10-14 22:15:29,+0000,,@Ingvar_Oolsen @neiltyson @Space_Station Looking forward to Kerbal 2!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1183868956915847168,[],[],0,,False,4244,69,329,,None,,,,,,,"[{'screen_name': 'Ingvar_Oolsen', 'name': 'Ingvar Olsen', 'id': '2315006974'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +426,1183868842843361280,1183566206713901062,1571091302000.0,2019-10-14 22:15:02,+0000,,"@MartianDays @Erdayastronaut @torybruno @AerojetRdyne We def could be wrong about this, but it’s actually good to fix high efficiency vacuum engines with giant nozzles in place & only thrust vector engines with smaller nozzles. Don’t need a lot of room & moment of inertia is much lower.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1183868842843361280,[],[],0,,False,634,16,17,,None,,,,,,,"[{'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +427,1183867329479733249,1183566206713901062,1571090941000.0,2019-10-14 22:09:01,+0000,,"@nextspaceflight @Erdayastronaut @torybruno @MartianDays @AerojetRdyne Also, we’re keeping area ratio low enough to fire Raptor Vac at sea level without flow separation, so that’s leaving a lot on the table",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1183867329479733249,[],[],0,,False,796,26,36,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +428,1183867043579191296,1183566206713901062,1571090873000.0,2019-10-14 22:07:53,+0000,,"@nextspaceflight @Erdayastronaut @torybruno @MartianDays @AerojetRdyne Couple months, but V1.0 of Raptor Vac is suboptimal, as optimized for speed of development. Isp maybe 365 to 370 sec.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1183867043579191296,[],[],0,,False,733,15,30,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +429,1183866120240955392,1183566206713901062,1571090652000.0,2019-10-14 22:04:12,+0000,,"@Erdayastronaut @torybruno @MartianDays @AerojetRdyne Max thrust version of Raptor should achieve true T/W > 170. Target is 1.5 ton engine with >260 t-F. Max Isp version should achieve ~380 sec, but T/W probably <120 due to big nozzle. These are just guesses for now.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1183866120240955392,[],[],0,,False,1831,41,82,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +430,1183864205574754305,1183566206713901062,1571090196000.0,2019-10-14 21:56:36,+0000,,@Erdayastronaut @torybruno @MartianDays @AerojetRdyne Oberth effect is not well appreciated. Value of high thrust low in gravity well is not captured in simple delta-v equation. One of the reasons we favor CH4 over H2. https://t.co/LijrUMuJDq,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1183864205574754305,['https://en.m.wikipedia.org/wiki/Oberth_effect'],[],0,,False,1228,57,60,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +431,1183862675278721024,1183566206713901062,1571089831000.0,2019-10-14 21:50:31,+0000,,"@torybruno @Erdayastronaut @MartianDays @AerojetRdyne This is true. All that matters is number used in ∆v equation. Propellant residuals are incredibly important, often overwhelming engine mass. https://t.co/s2LcEapGAU",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1183862675278721024,['https://en.m.wikipedia.org/wiki/Delta-v'],[],0,,False,822,29,35,,None,,,,,,,"[{'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +432,1183860560418357248,1183821821335834624,1571089327000.0,2019-10-14 21:42:07,+0000,,"@HarryStoltz1 @neiltyson @Space_Station Big challenge for Starship refueling on the moon is finding sources of carbon. Probably some pretty big deposits in craters from meteorites. Same goes for hydrogen & oxygen, also in (shadowed) craters.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1183860560418357248,[],[],0,,False,1383,64,44,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +433,1183859044055801856,1181053100385357827,1571088965000.0,2019-10-14 21:36:05,+0000,,"@teslaownersSV @Sofiaan @annerajb @tesla_addicted We’re working on a simple initial version of Autopark. Will be safe, but sometimes park in silly places that aren’t actual parking spaces.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1183859044055801856,[],[],0,,False,1122,135,80,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'tesla_addicted', 'name': 'Gabriel -', 'id': '863210001082576898'}]",,,, +434,1183858619382525952,1181053100385357827,1571088864000.0,2019-10-14 21:34:24,+0000,,"@Sofiaan @annerajb @tesla_addicted Yeah, great team!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1183858619382525952,[],[],0,,False,512,15,18,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'tesla_addicted', 'name': 'Gabriel -', 'id': '863210001082576898'}]",,,, +435,1183847655278931969,1183821821335834624,1571086250000.0,2019-10-14 20:50:50,+0000,,"@J_ump_er @neiltyson @Space_Station To be precise, r is distance from center of masses of two objects. Center of mass of Earth is ~6400km, so gravity change is small at Space Station altitude, which is ~6800km from center of Earth. https://t.co/21hICWczMq",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1183847655278931969,[],['https://pbs.twimg.com/media/EG3fKp7U8AA8yW5.jpg'],1,https://pbs.twimg.com/media/EG3fKp7U8AA8yW5.jpg,False,1817,92,147,,None,,,,,,,"[{'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +436,1183845974440960000,1183821821335834624,1571085849000.0,2019-10-14 20:44:09,+0000,,"@HarryStoltz1 @neiltyson @Space_Station Exactly. And you can on the moon, since it has no atmosphere.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1183845974440960000,[],[],0,,False,1917,77,36,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +437,1183845349711998979,1183821821335834624,1571085700000.0,2019-10-14 20:41:40,+0000,,"@neiltyson @Space_Station Most people aren’t aware that orbit (and “zero” gravity) is all about horizontal speed, not altitude. A spacecraft needs to travel about 25 times the speed of sound to stay in space.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1183845349711998979,[],[],0,,False,18688,416,1206,,None,,,,,,,"[{'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +438,1183813898748563456,1183804907679293442,1571078202000.0,2019-10-14 18:36:42,+0000,,"@NASASpaceflight @IanPineapple Yeah, will be Raptor vertical test stand. Hopefully allows simplification of Raptor design, as pump shaft wear & drainage is better in vertical config. Also, more representive of flight. Test as you fly …",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1183813898748563456,[],[],0,,False,1844,45,119,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'IanPineapple', 'name': 'Ian Atkinson', 'id': '830887322526896129'}]",,,, +439,1183782167924506627,1181053100385357827,1571070637000.0,2019-10-14 16:30:37,+0000,,@annerajb @tesla_addicted Software,cs,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1183782167924506627,[],[],0,,False,700,36,22,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'tesla_addicted', 'name': 'Gabriel -', 'id': '863210001082576898'}]",,,, +440,1183782068494295040,1183774846662139910,1571070613000.0,2019-10-14 16:30:13,+0000,,@SteveMartineau6 @annerajb @YogiSC1127 @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1183782068494295040,[],[],0,,False,578,18,18,,None,,,,,,,"[{'screen_name': 'SteveMartineau6', 'name': 'Steve Martineau', 'id': '1039671813717020672'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'YogiSC1127', 'name': 'Yogi', 'id': '1560321817'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +441,1183781948939882496,1181053100385357827,1571070584000.0,2019-10-14 16:29:44,+0000,,@tesla_addicted Will start rendering traffic cones in the display soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1183781948939882496,[],[],0,,False,3770,82,97,,None,,,,,,,"[{'screen_name': 'tesla_addicted', 'name': 'Gabriel -', 'id': '863210001082576898'}]",,,, +442,1183781321220358148,1183778827769565184,1571070435000.0,2019-10-14 16:27:15,+0000,,@flcnhvy @aquastorm Venus would be very difficult,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1183781321220358148,[],[],0,,False,672,74,19,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'aquastorm', 'name': 'aquastorm', 'id': '15868250'}]",,,, +443,1183779196876685315,1183774846662139910,1571069928000.0,2019-10-14 16:18:48,+0000,,@tesla_truth @annerajb @YogiSC1127 @Tesla True,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1183779196876685315,[],[],0,,False,655,37,25,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'YogiSC1127', 'name': 'Yogi', 'id': '1560321817'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +444,1183778959072219136,1183778827769565184,1571069872000.0,2019-10-14 16:17:52,+0000,,"@aquastorm Yes, we will",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1183778959072219136,[],[],0,,False,714,40,55,,None,,,,,,,"[{'screen_name': 'aquastorm', 'name': 'aquastorm', 'id': '15868250'}]",,,, +445,1183776809743077377,1183774846662139910,1571069359000.0,2019-10-14 16:09:19,+0000,,"@annerajb @YogiSC1127 @Tesla It is actually called deep rain, as sort of a joke at Tesla. Takes a surprising amount of deep learning to know when & how fast to move the wipers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1183776809743077377,[],[],0,,False,720,51,39,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'YogiSC1127', 'name': 'Yogi', 'id': '1560321817'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +446,1183775434799869952,1183774846662139910,1571069031000.0,2019-10-14 16:03:51,+0000,,"@YogiSC1127 @Tesla Deep Rain™️ neural net coming soon. We’re not trademarking any other Autopilot neural nets, just this one, because rain is deep.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1183775434799869952,[],[],0,,False,933,61,58,,None,,,,,,,"[{'screen_name': 'YogiSC1127', 'name': 'Yogi', 'id': '1560321817'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +447,1183594277500112896,1053390822991790083,1571025840000.0,2019-10-14 04:04:00,+0000,,"@nate_mccomb @28delayslater @Charalanahzard Yep, good catch",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1183594277500112896,[],[],0,,False,1096,38,25,,None,,,,,,,"[{'screen_name': 'nate_mccomb', 'name': 'Nate McComb (Purple Model 3)', 'id': '195166950'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Charalanahzard', 'name': 'Alanah Pearce', 'id': '96997907'}]",,,, +448,1183593769272131585,1053390822991790083,1571025719000.0,2019-10-14 04:01:59,+0000,,@teslaownersSV @28delayslater @Charalanahzard ♥️ hot pot,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1183593769272131585,[],[],0,,False,2827,38,69,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Charalanahzard', 'name': 'Alanah Pearce', 'id': '96997907'}]",,,, +449,1183583315263131648,1053390822991790083,1571023226000.0,2019-10-14 03:20:26,+0000,,@28delayslater @Charalanahzard Cybertruck doesn’t look like anything I’ve seen bouncing around the Internet. It’s closer to an armored personnel carrier from the future.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1183583315263131648,[],[],0,,False,4025,318,279,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of FrunkPuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Charalanahzard', 'name': 'Alanah Pearce', 'id': '96997907'}]",,,, +450,1183580078518743041,1053390822991790083,1571022455000.0,2019-10-14 03:07:35,+0000,,@Charalanahzard Those rumors are false,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1183580078518743041,[],[],0,,False,16600,100,663,,None,,,,,,,"[{'screen_name': 'Charalanahzard', 'name': 'Alanah Pearce', 'id': '96997907'}]",,,, +451,1183509770382135297,1183509540844605440,1571005692000.0,2019-10-13 22:28:12,+0000,,@TeslaGong Coming v soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1183509770382135297,[],[],0,,False,645,48,27,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +452,1183487258105483264,1183487258105483264,1571000325000.0,2019-10-13 20:58:45,+0000,,Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1183487258105483264,[],[],0,,False,300614,4220,56899,https://twitter.com/elonmusk/status/1053390822991790083,None,,,,,,,[],,,, +453,1183484803628167169,1183484803628167169,1570999739000.0,2019-10-13 20:48:59,+0000,,Ms. Chief & Ms. Tree https://t.co/YgRFtq0tSc,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1183484803628167169,[],['https://pbs.twimg.com/media/EGyVJ_MU4AEM1k-.jpg'],1,https://pbs.twimg.com/media/EGyVJ_MU4AEM1k-.jpg,False,30786,737,1277,,None,,,,,,,[],,,, +454,1183354338996936704,1183192139208855554,1570968634000.0,2019-10-13 12:10:34,+0000,,@russ1mitchell lol,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1183354338996936704,[],[],0,,False,1522,155,66,,None,,,,,,,"[{'screen_name': 'russ1mitchell', 'name': 'Russ Mitchell', 'id': '2471516070'}]",,,, +455,1183313372885839873,1183313372885839873,1570958867000.0,2019-10-13 09:27:47,+0000,,Space Jam should’ve won the Oscar https://t.co/E7l2DCAxDH,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1183313372885839873,[],['https://pbs.twimg.com/media/EGv5PCZU8AA7PZJ.jpg'],1,https://pbs.twimg.com/media/EGv5PCZU8AA7PZJ.jpg,False,120643,1088,12959,,None,,,,,,,[],,,, +456,1183223595008266241,1183220879951462400,1570937462000.0,2019-10-13 03:31:02,+0000,,@jay11w Recommended for sure. Both movies are incredible.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1183223595008266241,[],[],0,,False,1314,61,40,,None,,,,,,,"[{'screen_name': 'jay11w', 'name': 'Jay', 'id': '117749205'}]",,,, +457,1183222226130046980,1183220879951462400,1570937136000.0,2019-10-13 03:25:36,+0000,,"First will rewatch Godfather Part II, then Space Jam",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1183222226130046980,[],[],0,,False,38596,628,1398,,None,,,,,,,[],,,, +458,1183221390016536581,1183220879951462400,1570936937000.0,2019-10-13 03:22:17,+0000,,"Underappreciated 🎥, will watch!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1183221390016536581,[],[],0,,False,16103,201,292,,None,,,,,,,[],,,, +459,1183220879951462400,1183220879951462400,1570936815000.0,2019-10-13 03:20:15,+0000,,Is Space Jam good?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1183220879951462400,[],[],0,,False,124978,4960,7393,,None,,,,,,,[],,,, +460,1183201528036786178,1183145043994931200,1570932201000.0,2019-10-13 02:03:21,+0000,,@Nobody_Really7 @anonyx10 @mayemusk So it goes,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1183201528036786178,[],[],0,,False,602,41,25,,None,,,,,,,"[{'screen_name': 'Nobody_Really7', 'name': 'Nobody Really', 'id': '963137526952222720'}, {'screen_name': 'anonyx10', 'name': 'Æx', 'id': '1045479441768566784'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +461,1183198657136324610,1183145043994931200,1570931517000.0,2019-10-13 01:51:57,+0000,,@anonyx10 @mayemusk Sure looks that way,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1183198657136324610,[],[],0,,False,602,43,29,,None,,,,,,,"[{'screen_name': 'anonyx10', 'name': 'Æx', 'id': '1045479441768566784'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +462,1183152738382667777,1183102902388318208,1570920569000.0,2019-10-12 22:49:29,+0000,,@owlmaster08 @Tesla Nice 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1183152738382667777,[],[],0,,False,1553,41,40,,None,,,,,,,"[{'screen_name': 'owlmaster08', 'name': 'Jonathan Hewitt', 'id': '1161717457'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +463,1183150916473516032,1182812717083611138,1570920135000.0,2019-10-12 22:42:15,+0000,,@Erdayastronaut Solar,tr,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1183150916473516032,[],[],0,,False,1151,28,28,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +464,1183150883162349569,1182812717083611138,1570920127000.0,2019-10-12 22:42:07,+0000,,"@Erdayastronaut Depends on total system efficiency & how long the propellant plant can run to refill Starship, so 1 to 10MW as a rough guess",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1183150883162349569,[],[],0,,False,1075,34,38,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +465,1183123445787185152,1183118245458432001,1570913585000.0,2019-10-12 20:53:05,+0000,,"@bonnienorman Whoa, that does look good!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1183123445787185152,[],[],0,,False,1358,50,31,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +466,1183119389211549696,1183118245458432001,1570912618000.0,2019-10-12 20:36:58,+0000,,@Macwars Fair point. Will hold on EU price change until Tesla gets clarity from regulators about Smart Summon feature release date.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1183119389211549696,[],[],0,,False,1292,45,44,,None,,,,,,,"[{'screen_name': 'Macwars', 'name': 'Frank C', 'id': '80590557'}]",,,, +467,1183118245458432001,1183118245458432001,1570912345000.0,2019-10-12 20:32:25,+0000,,French fries 🍟 are the devil 😈 https://t.co/AR3h57RPIA,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1183118245458432001,[],['https://pbs.twimg.com/media/EGtHxbnUEAAUi1f.jpg'],1,https://pbs.twimg.com/media/EGtHxbnUEAAUi1f.jpg,False,73369,1124,6989,,None,,,,,,,[],,,, +468,1183114722989621248,1183099261098938368,1570911505000.0,2019-10-12 20:18:25,+0000,,"@tesla_truth @BarkMSmeagol @vincent13031925 @jchybow @JohnnaCrider1 @28delayslater @flcnhvy @AfMusk .@DrPatSoonShiong, are you aware that one of your senior journalists (Russ Mitchell) is openly funding a fake charity run by an online bully?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1183114722989621248,[],[],0,,False,1735,236,224,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'BarkMSmeagol', 'name': 'BarkCoin 🧦🐶🕺🏼\U0001fa91', 'id': '980554784133427200'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'jchybow', 'name': 'TechnoPilot 🇺🇸🛩🇺🇸', 'id': '54094700'}, {'screen_name': 'JohnnaCrider1', 'name': 'Techno Gem', 'id': '1957568797'}, {'screen_name': '28delayslater', 'name': '🐶Earl of FrunkPuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'AfMusk', 'name': 'Musk AF ————ᶠᵃⁿ', 'id': '1171246992808263682'}]",,,, +469,1183106801769697280,1183099261098938368,1570909617000.0,2019-10-12 19:46:57,+0000,,@tesla_truth @BarkMSmeagol @vincent13031925 @jchybow @JohnnaCrider1 @28delayslater @flcnhvy @AfMusk Super messed up situation!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1183106801769697280,[],[],0,,False,1799,101,107,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'BarkMSmeagol', 'name': 'BarkCoin 🧦🐶🕺🏼\U0001fa91', 'id': '980554784133427200'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'jchybow', 'name': 'TechnoPilot 🇺🇸🛩🇺🇸', 'id': '54094700'}, {'screen_name': 'JohnnaCrider1', 'name': 'Techno Gem', 'id': '1957568797'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'AfMusk', 'name': 'Musk AF ————ᶠᵃⁿ', 'id': '1171246992808263682'}]",,,, +470,1183082764515414016,1183057399642497025,1570903886000.0,2019-10-12 18:11:26,+0000,,@cleantechnica Several finesse improvements coming to Smart Summon in coming weeks. Will be smooth as silk.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1183082764515414016,[],[],0,,False,2062,170,160,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +471,1183081171644628992,1182047438577774593,1570903506000.0,2019-10-12 18:05:06,+0000,,@wk057 @Tesla Should be much better at this point,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1183081171644628992,[],[],0,,False,1180,73,32,,None,,,,,,,"[{'screen_name': 'wk057', 'name': 'Jason Hughes', 'id': '3063324590'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +472,1182828744748044288,1182812717083611138,1570843323000.0,2019-10-12 01:22:03,+0000,,Price for fully installed solar plus battery has been reduced ~10% to help those affected by blackouts,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182828744748044288,[],[],0,,False,7004,250,388,,None,,,,,,,[],,,, +473,1182828388852977665,1182812717083611138,1570843238000.0,2019-10-12 01:20:38,+0000,,"@brockm Yes, but probably a year or two away. Lot of fish to fry …",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182828388852977665,[],[],0,,False,629,35,20,,None,,,,,,,"[{'screen_name': 'brockm', 'name': 'Mike Brock', 'id': '14539907'}]",,,, +474,1182828056416641025,1182823556830253056,1570843159000.0,2019-10-12 01:19:19,+0000,,"@bruce_mittleman Tesla cannot continue to lose money. To achieve our goal of environmental sustainability, Tesla must be financially sustainable or we will cease to exist.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182828056416641025,[],[],0,,False,3145,294,205,,None,,,,,,,"[{'screen_name': 'bruce_mittleman', 'name': 'Bruce Mittleman', 'id': '214993532'}]",,,, +475,1182827574361124864,1182812717083611138,1570843044000.0,2019-10-12 01:17:24,+0000,,Allows homeowner potential to go completely off grid,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182827574361124864,[],[],0,,False,8009,239,331,,None,,,,,,,[],,,, +476,1182827425551380482,1182812717083611138,1570843008000.0,2019-10-12 01:16:48,+0000,,"V important: pure solar subscription is guaranteed to be a net money-maker for the homeowner or Tesla will take the panels back. Adding Powerwall negatively affects economics, but gives homeowner power protection in event of a blackout.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182827425551380482,[],[],0,,False,3656,172,282,,None,,,,,,,[],,,, +477,1182826581070245888,1182823556830253056,1570842807000.0,2019-10-12 01:13:27,+0000,,"@cutza7 When the car is FSD without supervision, ie robotaxi, you’ll be able to earn far more than monthly lease/loan cost by allowing others to use it. Managing a small fleet of robotaxis will be a career for many & much better than driving a single car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182826581070245888,[],[],0,,False,1593,197,135,,None,,,,,,,"[{'screen_name': 'cutza7', 'name': 'Luis Ramirez', 'id': '94845308'}]",,,, +478,1182825609686241280,1182812717083611138,1570842575000.0,2019-10-12 01:09:35,+0000,,@tesla_addicted @sanjeev_r11 @vincent13031925 Putting panels on east or west facing roofs works well too. Energy loss is fairly minor. Just north facing that’s problematic above ~30 deg latitude.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182825609686241280,[],[],0,,False,687,27,40,,None,,,,,,,"[{'screen_name': 'tesla_addicted', 'name': 'Gabriel -', 'id': '863210001082576898'}, {'screen_name': 'sanjeev_r11', 'name': 'Jeev', 'id': '66270595'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +479,1182824968200937472,1182823556830253056,1570842422000.0,2019-10-12 01:07:02,+0000,,@wilsonlam 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182824968200937472,[],[],0,,False,1357,60,47,,None,,,,,,,"[{'screen_name': 'wilsonlam', 'name': 'wilson lam', 'id': '8498362'}]",,,, +480,1182824823275155456,1182823556830253056,1570842388000.0,2019-10-12 01:06:28,+0000,,"@annerajb @Thebault_Arthur Working with engineering team to figure out best way to do upgrade without crushing service team. Will start doing upgrades in volume in a few months, coincident with more FSD features being released.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182824823275155456,[],[],0,,False,1269,95,82,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Thebault_Arthur', 'name': 'Arthur', 'id': '172759738'}]",,,, +481,1182824078756872192,1182823556830253056,1570842210000.0,2019-10-12 01:03:30,+0000,,"@Thebault_Arthur Still working with RDW, the car regulatory authority in Netherlands. Unclear why there’s a delay. Other countries are supportive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182824078756872192,[],[],0,,False,1066,47,60,,None,,,,,,,"[{'screen_name': 'Thebault_Arthur', 'name': 'Arthur', 'id': '172759738'}]",,,, +482,1182823556830253056,1182823556830253056,1570842086000.0,2019-10-12 01:01:26,+0000,,"Now that Tesla V10.0 with Smart Summon is out, Full Self-Driving price will increase by $1000 on Nov 1",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182823556830253056,[],[],0,,False,13795,1013,708,,None,,,,,,,[],,,, +483,1182812717083611138,1182812717083611138,1570839502000.0,2019-10-12 00:18:22,+0000,,Get Tesla Solar plus Powerwall battery for 24/7 clean power & no more blackouts! https://t.co/mDoPO17YB9,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1182812717083611138,['http://Tesla.com/solar'],[],0,,False,23365,1273,2261,,None,,,,,,,[],,,, +484,1182808205425922049,1182807985946542080,1570838426000.0,2019-10-12 00:00:26,+0000,,@mandeepdalip @Tesla Will be throughout Canada,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1182808205425922049,[],[],0,,False,562,26,20,,None,,,,,,,"[{'screen_name': 'mandeepdalip', 'name': 'Mandeep Dalip', 'id': '114544909'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +485,1182711457156190208,1182479208452366336,1570815359000.0,2019-10-11 17:35:59,+0000,,@vincent13031925 It’s something special,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1182711457156190208,[],[],0,,False,3867,307,169,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +486,1182327145793634304,1182306113326391296,1570723732000.0,2019-10-10 16:08:52,+0000,,@Gfilche @Tesla Fundamental metric of good of Tesla is how many years sooner it brings the advent of a sustainable energy future,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1182327145793634304,[],[],0,,False,1821,154,225,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +487,1182192515778170881,1182118409611419649,1570691634000.0,2019-10-10 07:13:54,+0000,,@RationalEtienne @tesla_truth @AfMusk @28delayslater @EvaFoxU @JohnnaCrider1 @vincent13031925 @mayemusk @RenataKonkoly @Tesla @zshahan3 True 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1182192515778170881,[],[],0,,False,1367,54,36,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'AfMusk', 'name': 'Musk AF ————ᶠᵃⁿ', 'id': '1171246992808263682'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'zshahan3', 'name': 'Zach Shahan', 'id': '60840767'}]",,,, +488,1182189869344247809,1182176347474599936,1570691003000.0,2019-10-10 07:03:23,+0000,,@sara_boutall @In2867Muk @parisreview I ♥️ Asterix & Obelix!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1182189869344247809,[],[],0,,False,1755,64,79,,None,,,,,,,"[{'screen_name': 'In2867Muk', 'name': 'ASTERIX - Ben Gaul Jivi', 'id': '868008596604424192'}, {'screen_name': 'parisreview', 'name': 'The Paris Review', 'id': '71256932'}]",,,, +489,1182189464736526337,1182032492099817472,1570690907000.0,2019-10-10 07:01:47,+0000,,@tesla_truth Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1182189464736526337,[],[],0,,False,1381,39,40,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +490,1182188397965656064,1181838061711310848,1570690652000.0,2019-10-10 06:57:32,+0000,,@Milostoessel @Tesla @TeslaSchweiz Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1182188397965656064,[],[],0,,False,10607,213,249,,None,,,,,,,"[{'screen_name': 'Milostoessel', 'name': 'milo stoessel', 'id': '1487522022'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'TeslaSchweiz', 'name': 'Tesla Community Schweiz', 'id': '1322380968'}]",,,, +491,1182089703039700993,1182089226826813440,1570667122000.0,2019-10-10 00:25:22,+0000,,Also adding Tesla Solar to our Supercharger stations as fast as possible. Goal is 24/7 clean power with no blackouts.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1182089703039700993,[],[],0,,False,19773,441,1112,,None,,,,,,,[],,,, +492,1182089226826813440,1182089226826813440,1570667008000.0,2019-10-10 00:23:28,+0000,,All Tesla Supercharger stations in regions affected by California power outages will have Tesla Powerpacks within next few weeks. Just waiting on permits.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1182089226826813440,[],[],0,,False,26923,627,1510,,None,,,,,,,[],,,, +493,1182061315390492673,1182059866052952066,1570660353000.0,2019-10-09 22:32:33,+0000,,Sooo annoying!! https://t.co/QKtCC0YgDG,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1182061315390492673,['https://m.youtube.com/watch?v=3Z66-cl3ghw'],[],0,,False,5786,378,426,,None,,,,,,,[],,,, +494,1182059866052952066,1182059866052952066,1570660008000.0,2019-10-09 22:26:48,+0000,, https://t.co/BkKeiIzNPM,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1182059866052952066,['http://Etymology.com'],[],0,,False,10355,961,998,,None,,,,,,,[],,,, +495,1182005812975128576,1181925399514759173,1570647121000.0,2019-10-09 18:52:01,+0000,,@Teslarati We’re changing Powerwall Storm Watch to Disaster Watch. Covers more bases.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1182005812975128576,[],[],0,,False,1829,66,104,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +496,1181991353212817408,1181988180326633472,1570643673000.0,2019-10-09 17:54:33,+0000,,@Kristennetten @annerajb @tesla_truth 🚀🚘 🧠🕳,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181991353212817408,[],[],0,,False,1093,102,54,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +497,1181990505363599360,1181988180326633472,1570643471000.0,2019-10-09 17:51:11,+0000,,@annerajb @tesla_truth Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181990505363599360,[],[],0,,False,777,27,22,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +498,1181990398379483137,1181988180326633472,1570643445000.0,2019-10-09 17:50:45,+0000,,@tesla_truth No change,fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181990398379483137,[],[],0,,False,1019,81,35,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +499,1181990010657984513,1181977123508178945,1570643353000.0,2019-10-09 17:49:13,+0000,,@JimBridenstine @NASAMoon Important for Moonbase Alpha!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181990010657984513,[],[],0,,False,1514,65,69,,None,,,,,,,"[{'screen_name': 'JimBridenstine', 'name': 'Jim Bridenstine', 'id': '243418245'}, {'screen_name': 'NASAMoon', 'name': 'NASA Moon', 'id': '14982625'}]",,,, +500,1181989324797009922,1181988180326633472,1570643189000.0,2019-10-09 17:46:29,+0000,,@GeorgKonjovic Working on it,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181989324797009922,[],[],0,,False,1206,57,36,,None,,,,,,,"[{'screen_name': 'GeorgKonjovic', 'name': 'Georg Konjovic', 'id': '9583042'}]",,,, +501,1181989103606255616,1181988180326633472,1570643137000.0,2019-10-09 17:45:37,+0000,,@_GaryTheBot Even Gary likes it!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181989103606255616,[],[],0,,False,953,20,24,,None,,,,,,,"[{'screen_name': '_GaryTheBot', 'name': 'Gary the Bot 🤖', 'id': '60961906'}]",,,, +502,1181988619000500224,1181988180326633472,1570643021000.0,2019-10-09 17:43:41,+0000,,It’s really quite fun!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181988619000500224,[],[],0,,False,18722,372,492,,None,,,,,,,[],,,, +503,1181988380990558208,1181988180326633472,1570642964000.0,2019-10-09 17:42:44,+0000,,"But we call it “caraoke”, because it’s in a 🚘",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181988380990558208,[],[],0,,False,39107,530,2368,,None,,,,,,,[],,,, +504,1181988180326633472,1181988180326633472,1570642917000.0,2019-10-09 17:41:57,+0000,,Tesla software V10.0 comes with karaoke 🎤,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181988180326633472,[],[],0,,False,53896,1318,3772,,None,,,,,,,[],,,, +505,1181987789589508096,1181987612992524288,1570642823000.0,2019-10-09 17:40:23,+0000,,@nextspaceflight Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181987789589508096,[],[],0,,False,1017,26,16,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +506,1181987612992524288,1181987612992524288,1570642781000.0,2019-10-09 17:39:41,+0000,,A Shortfall of Gravitas,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181987612992524288,[],[],0,,False,9500,301,361,,None,,,,,,,[],,,, +507,1181980074037301248,1181979597467873280,1570640984000.0,2019-10-09 17:09:44,+0000,,@Thebault_Arthur @_GaryTheBot Next update,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181980074037301248,[],[],0,,False,746,44,27,,None,,,,,,,"[{'screen_name': 'Thebault_Arthur', 'name': 'Arthur', 'id': '172759738'}, {'screen_name': '_GaryTheBot', 'name': 'Gary the Bot 🤖', 'id': '60961906'}]",,,, +508,1181979746550202368,1181979597467873280,1570640906000.0,2019-10-09 17:08:26,+0000,,"@_GaryTheBot siq burn, Gary, siq burn",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181979746550202368,[],[],0,,False,630,22,18,,None,,,,,,,"[{'screen_name': '_GaryTheBot', 'name': 'Gary the Bot 🤖', 'id': '60961906'}]",,,, +509,1181979597467873280,1181979597467873280,1570640870000.0,2019-10-09 17:07:50,+0000,,🦌,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181979597467873280,[],[],0,,False,37958,1563,2524,,None,,,,,,,[],,,, +510,1181979201915604993,1181979201915604993,1570640776000.0,2019-10-09 17:06:16,+0000,,Why is there no emoji for dignity!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181979201915604993,[],[],0,,False,101954,3612,10231,,None,,,,,,,[],,,, +511,1181841203286790144,1181837097444896768,1570607875000.0,2019-10-09 07:57:55,+0000,,@teslaownersSV Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1181841203286790144,[],[],0,,False,6773,81,90,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +512,1181837821855711232,1181837097444896768,1570607068000.0,2019-10-09 07:44:28,+0000,,@sara_boutall Door hinge,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1181837821855711232,[],[],0,,False,13933,392,517,,None,,,,,,,[],,,, +513,1181837097444896768,1181837097444896768,1570606896000.0,2019-10-09 07:41:36,+0000,,the color orange is named after the fruit,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1181837097444896768,[],[],0,,False,287938,6240,37249,,None,,,,,,,[],,,, +514,1181781720841908224,1181715673132613632,1570593693000.0,2019-10-09 04:01:33,+0000,,@alex_gayer @teslaownersSV Will remove,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1181781720841908224,[],[],0,,False,656,53,19,,None,,,,,,,"[{'screen_name': 'alex_gayer', 'name': 'Al≡x Gay≡r #FSDBeta 💎🤲🏻', 'id': '911663245'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +515,1181781181316026369,1181715673132613632,1570593564000.0,2019-10-09 03:59:24,+0000,,@teslaownersSV Thanks for mentioning. Should be enabled on all loaner cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1181781181316026369,[],[],0,,False,1512,59,36,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +516,1181781021785653248,1181572161917607948,1570593526000.0,2019-10-09 03:58:46,+0000,,@Aero_JohnG @Erdayastronaut @SciGuySpace Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1181781021785653248,[],[],0,,False,438,4,10,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +517,1181738919076851712,1181720405754732547,1570583488000.0,2019-10-09 01:11:28,+0000,,"@annerajb @Teslarati Not easily, as requires wire harness changes",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1181738919076851712,[],[],0,,False,699,84,22,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +518,1181738665963208704,1181720405754732547,1570583428000.0,2019-10-09 01:10:28,+0000,,@Teslarati 🦶 💨,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1181738665963208704,[],[],0,,False,1967,93,66,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +519,1181658171598917632,1181656686236508160,1570564236000.0,2019-10-08 19:50:36,+0000,,@justpaulinelol I’m in the credits,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1181658171598917632,[],[],0,,False,1638,74,64,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +520,1181656686236508160,1181656686236508160,1570563882000.0,2019-10-08 19:44:42,+0000,,Worth reading “Human Compatible” by Stuart Russell (he’s great!) about future AI risks & solutions https://t.co/ZCdvZrrcVf,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1181656686236508160,['https://www.amazon.com/Human-Compatible-Artificial-Intelligence-Problem/dp/0525558616/'],[],0,,False,11666,559,1272,,None,,,,,,,[],,,, +521,1181585837869297664,1181572161917607948,1570546991000.0,2019-10-08 15:03:11,+0000,,@flcnhvy @SciGuySpace All hardware is at the Cape. Need to do static fire and reconfigure for flight. Launch probably late Nov / early Dec.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1181585837869297664,[],[],0,,False,1241,43,72,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +522,1181584415362707456,1181572161917607948,1570546652000.0,2019-10-08 14:57:32,+0000,,"@SciGuySpace We had to reallocate some resources to speed this up & received great support from Airborne, our parachute supplier. I was at their Irvine factory with the SpaceX team on Sat and Sun. We’re focusing on the advanced Mk3 chute, which provides highest safety factor for astronauts.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1181584415362707456,[],[],0,,False,1659,42,95,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +523,1181579173388673025,1181572161917607948,1570545402000.0,2019-10-08 14:36:42,+0000,,"@SciGuySpace For what it’s worth, the SpaceX schedule, which I’ve just reviewed in depth, shows Falcon & Dragon at the Cape & all testing done in ~10 weeks",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1181579173388673025,[],[],0,,False,3522,111,241,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +524,1181497517759811584,1181389336115326976,1570525934000.0,2019-10-08 09:12:14,+0000,,@alex_gayer 🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1181497517759811584,[],[],0,,False,3944,80,91,,None,,,,,,,"[{'screen_name': 'alex_gayer', 'name': 'Al≡x Gay≡r #FSDBeta 💎🤲🏻', 'id': '911663245'}]",,,, +525,1181345349148917760,1178731786429456384,1570489654000.0,2019-10-07 23:07:34,+0000,,@flcnhvy @BnOrdhaug @Gizmodo Culture Class is really something,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1181345349148917760,[],[],0,,False,1187,56,33,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'BnOrdhaug', 'name': 'Suppe', 'id': '560511847'}, {'screen_name': 'Gizmodo', 'name': 'Gizmodo', 'id': '2890961'}]",,,, +526,1181344603716255745,1178731786429456384,1570489476000.0,2019-10-07 23:04:36,+0000,,@BnOrdhaug @Gizmodo I hope so,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1181344603716255745,[],[],0,,False,985,37,25,,None,,,,,,,"[{'screen_name': 'BnOrdhaug', 'name': 'Suppe', 'id': '560511847'}, {'screen_name': 'Gizmodo', 'name': 'Gizmodo', 'id': '2890961'}]",,,, +527,1181343438630838273,1178731786429456384,1570489198000.0,2019-10-07 22:59:58,+0000,,@Gizmodo We’re doomed!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1181343438630838273,[],[],0,,False,6854,336,363,,None,,,,,,,"[{'screen_name': 'Gizmodo', 'name': 'Gizmodo', 'id': '2890961'}]",,,, +528,1181304116498165760,1181303258591223814,1570479823000.0,2019-10-07 20:23:43,+0000,,@pewdiepie Hāhā,lv,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1181304116498165760,[],[],0,,False,74199,710,2654,,None,,,,,,,"[{'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +529,1181295442132230144,1180196789644906496,1570477755000.0,2019-10-07 19:49:15,+0000,,@browserdotsys Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1181295442132230144,[],[],0,,False,2032,57,56,,None,,,,,,,[],,,, +530,1181114635962814464,1181083687384838145,1570434647000.0,2019-10-07 07:50:47,+0000,,@WellsAdams Done,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1181114635962814464,[],[],0,,False,4423,84,115,,None,,,,,,,"[{'screen_name': 'WellsAdams', 'name': 'Wells Adams', 'id': '37381709'}]",,,, +531,1181087900051492864,1181083687384838145,1570428273000.0,2019-10-07 06:04:33,+0000,,Trouble! https://t.co/qo2hR7Vcsp,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1181087900051492864,['https://m.youtube.com/watch?v=-aLYvZ5sX28'],[],0,,False,12544,491,719,,None,,,,,,,[],,,, +532,1181083687384838145,1181083687384838145,1570427269000.0,2019-10-07 05:47:49,+0000,,And that’s just the tip of the iceberg,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1181083687384838145,[],[],0,,False,87817,1697,9085,https://twitter.com/Teslarati/status/1180928229059809284,None,,,,,,,[],,,, +533,1181070766101549056,1180356762567954432,1570424188000.0,2019-10-07 04:56:28,+0000,,@jesterpb @yukaichou @Tesla Agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1181070766101549056,[],[],0,,False,939,38,17,,None,,,,,,,"[{'screen_name': 'jesterpb', 'name': 'jesterpb', 'id': '13400082'}, {'screen_name': 'yukaichou', 'name': 'Yu-kai Chou', 'id': '14391119'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +534,1180957431368568832,1180356762567954432,1570397167000.0,2019-10-06 21:26:07,+0000,,@TameemJi @yukaichou @Tesla Good ones,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1180957431368568832,[],[],0,,False,1174,103,29,,None,,,,,,,"[{'screen_name': 'TameemJi', 'name': 'Tameem Ji', 'id': '352847585'}, {'screen_name': 'yukaichou', 'name': 'Yu-kai Chou', 'id': '14391119'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +535,1180928986903265280,1180928894838304768,1570390385000.0,2019-10-06 19:33:05,+0000,,"@SpodieDodie Agreed, fair point",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1180928986903265280,[],[],0,,False,989,68,28,,None,,,,,,,"[{'screen_name': 'SpodieDodie', 'name': 'Mikey Jackson', 'id': '435875809'}]",,,, +536,1180927887970422785,1180356762567954432,1570390123000.0,2019-10-06 19:28:43,+0000,,@yukaichou @Tesla Any feature requests?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1180927887970422785,[],[],0,,False,2695,2318,125,,None,,,,,,,"[{'screen_name': 'yukaichou', 'name': 'Yu-kai Chou', 'id': '14391119'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +537,1180927745301176320,1180927745301176320,1570390089000.0,2019-10-06 19:28:09,+0000,,"Given how quickly the world is shifting to electric vehicles, a gas/diesel vehicle bought today will probably have low resale value",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1180927745301176320,[],[],0,,False,24954,1153,2750,https://twitter.com/cleantechnica/status/1180878485755174912,None,,,,,,,[],,,, +538,1180878496224038914,1180877114226008064,1570378347000.0,2019-10-06 16:12:27,+0000,,"💨 & 🐐 sounds too (also, of course)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1180878496224038914,[],[],0,,False,14867,468,495,,None,,,,,,,[],,,, +539,1180877799734665216,1180877114226008064,1570378181000.0,2019-10-06 16:09:41,+0000,,@JudaMeg Will consider,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1180877799734665216,[],[],0,,False,3017,125,50,,None,,,,,,,"[{'screen_name': 'JudaMeg', 'name': 'Juda Meg', 'id': '999052965330804737'}]",,,, +540,1180877420821237760,1180877114226008064,1570378091000.0,2019-10-06 16:08:11,+0000,,@teslaownersSV Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1180877420821237760,[],[],0,,False,2774,79,44,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +541,1180877114226008064,1180877114226008064,1570378018000.0,2019-10-06 16:06:58,+0000,,"Customized horn & movement sounds (coconuts being one, of course) coming to Teslas soon",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1180877114226008064,[],[],0,,False,44088,1943,2410,,None,,,,,,,[],,,, +542,1180569585558228992,1180552461112811520,1570304697000.0,2019-10-05 19:44:57,+0000,,@Erdayastronaut @bluemoondance74 @EvaFoxU Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1180569585558228992,[],[],0,,False,1829,82,37,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +543,1180553336082157568,1180552461112811520,1570300823000.0,2019-10-05 18:40:23,+0000,,@bluemoondance74 @EvaFoxU We will understand the next question,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1180553336082157568,[],[],0,,False,1514,72,63,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +544,1180553063301468160,1180552461112811520,1570300758000.0,2019-10-05 18:39:18,+0000,,@justpaulinelol @EvaFoxU True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1180553063301468160,[],[],0,,False,571,19,16,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +545,1180552829498322945,1180552461112811520,1570300702000.0,2019-10-05 18:38:22,+0000,,@EvaFoxU To understand the nature of consciousness,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1180552829498322945,[],[],0,,False,1890,162,150,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +546,1180320978435543042,1180096736276226048,1570245425000.0,2019-10-05 03:17:05,+0000,,@Mikeado @Lancelot_Fox @Tommymcglynn @trevorandersen @fermatslibrary It’s true 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1180320978435543042,[],[],0,,False,560,31,25,,None,,,,,,,"[{'screen_name': 'Mikeado', 'name': 'Mike Adamson', 'id': '47607631'}, {'screen_name': 'Lancelot_Fox', 'name': 'Lanimal', 'id': '128717864'}, {'screen_name': 'Tommymcglynn', 'name': 'Tommy McGlynn', 'id': '392392991'}, {'screen_name': 'trevorandersen', 'name': 'Trevor Andersen', 'id': '33147578'}, {'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +547,1180264594364870660,1180241761123225601,1570231982000.0,2019-10-04 23:33:02,+0000,,@vincent13031925 @Sofiaan @SCE Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1180264594364870660,[],[],0,,False,899,57,30,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'SCE', 'name': 'SCE', 'id': '16002973'}]",,,, +548,1180165032690233345,1179965234624286721,1570208244000.0,2019-10-04 16:57:24,+0000,,@rklau Great list of hotel hacks in this thread!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1180165032690233345,[],[],0,,False,7256,103,234,,None,,,,,,,"[{'screen_name': 'rklau', 'name': 'Rick Klau', 'id': '901651'}]",,,, +549,1179996203574013953,1179929771762864129,1570167992000.0,2019-10-04 05:46:32,+0000,,@tesla_truth 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1179996203574013953,[],[],0,,False,6744,98,126,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +550,1179957355628253185,1179957355628253185,1570158730000.0,2019-10-04 03:12:10,+0000,,Excited about launching @NASA asteroid defense mission! #Armageddon69,en,['armageddon69'],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1179957355628253185,[],[],0,,False,30123,1061,3094,https://twitter.com/SciGuySpace/status/1116451957844193280,None,,,,,,,[],,,, +551,1179941711306358787,1179936174095421440,1570155000000.0,2019-10-04 02:10:00,+0000,,@nichegamer Let’s go boyz!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1179941711306358787,[],[],0,,False,4073,106,202,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +552,1179925839669891072,1179889128500088834,1570151216000.0,2019-10-04 01:06:56,+0000,,@TeslaOwnersSK @Tesla Sorry it took so long!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1179925839669891072,[],[],0,,False,2426,105,59,,None,,,,,,,"[{'screen_name': 'TeslaOwnersSK', 'name': 'Tesla Saskatchewan', 'id': '1095187791510564867'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +553,1179897546161848320,1179520622004588544,1570144471000.0,2019-10-03 23:14:31,+0000,,"@TarikCelebii Wow, cool! Summon will get steadily smoother until it’s like an expert chauffeur who knows you well.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1179897546161848320,[],[],0,,False,1028,55,72,,None,,,,,,,"[{'screen_name': 'TarikCelebii', 'name': 'Tarik Celebi', 'id': '82569016'}]",,,, +554,1179799146464628736,1178931253229187072,1570121010000.0,2019-10-03 16:43:30,+0000,,@flcnhvy @HarryStoltz1 Welded steel,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1179799146464628736,[],[],0,,False,1420,87,44,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}]",,,, +555,1179624066375774209,1179576466721259520,1570079268000.0,2019-10-03 05:07:48,+0000,,@HarryStoltz1 Probably Starlink 🛰 & some fun things,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1179624066375774209,[],[],0,,False,1430,144,63,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}]",,,, +556,1179576466721259520,1179576466721259520,1570067919000.0,2019-10-03 01:58:39,+0000,,Rosetta by Vangelis is incredible https://t.co/MKqbsdVVsN,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1179576466721259520,['https://open.spotify.com/album/6ROeoiTdZBO7N5C8gC2xix?si=igJJ-JKOQlGVo1166ZYlwQ'],[],0,,False,7954,758,608,,None,,,,,,,[],,,, +557,1179524946478817280,1179520622004588544,1570055636000.0,2019-10-02 22:33:56,+0000,,"@teslaownersSV @arctechinc Not sure, will ask regulators",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1179524946478817280,[],[],0,,False,1104,65,35,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +558,1179524799804002304,1179520622004588544,1570055601000.0,2019-10-02 22:33:21,+0000,,@AdamTForbes @annerajb @flcnhvy Enhanced should get it too,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1179524799804002304,[],[],0,,False,867,29,23,,None,,,,,,,"[{'screen_name': 'AdamTForbes', 'name': 'Adam T. Forbes', 'id': '291941749'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +559,1179524256792641542,1179520622004588544,1570055471000.0,2019-10-02 22:31:11,+0000,,@arctechinc Aiming for this weekend!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1179524256792641542,[],[],0,,False,1343,74,53,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +560,1179523171780681728,1179520622004588544,1570055213000.0,2019-10-02 22:26:53,+0000,,"@annerajb @flcnhvy Hopefully, a month or two, although it may be a little silly at first",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1179523171780681728,[],[],0,,False,1206,66,43,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +561,1179522786240319488,1179520622004588544,1570055121000.0,2019-10-02 22:25:21,+0000,,@flcnhvy Not yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1179522786240319488,[],[],0,,False,940,20,20,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +562,1179522738278395905,1179520622004588544,1570055109000.0,2019-10-02 22:25:09,+0000,,@MemesOfMars First point release update expected to go out this weekend,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1179522738278395905,[],[],0,,False,1038,36,46,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}]",,,, +563,1179520622004588544,1179520622004588544,1570054605000.0,2019-10-02 22:16:45,+0000,,"Over 550,000 Tesla Smart Summon uses in first few days!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1179520622004588544,[],[],0,,False,46577,1351,1957,,None,,,,,,,[],,,, +564,1179519667808768000,1179507179205718016,1570054377000.0,2019-10-02 22:12:57,+0000,,"@tesla_truth Thanks, Tesla team is the strongest it’s ever been & doing an amazing job! Honored to work beside them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1179519667808768000,[],[],0,,False,3392,98,198,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +565,1179159128708538370,1179034175640346625,1569968418000.0,2019-10-01 22:20:18,+0000,,"@justpaulinelol @KeithMansfield @Erdayastronaut If 20km works, then orbit",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1179159128708538370,[],[],0,,False,1495,88,78,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'KeithMansfield', 'name': 'Keith Mansfield📚🚀✨', 'id': '103578232'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +566,1179158176618315776,1179034175640346625,1569968191000.0,2019-10-01 22:16:31,+0000,,@KeithMansfield @Erdayastronaut Great summary of the key points!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1179158176618315776,[],[],0,,False,796,22,27,,None,,,,,,,"[{'screen_name': 'KeithMansfield', 'name': 'Keith Mansfield📚🚀✨', 'id': '103578232'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +567,1179154111616274433,1178425370476834816,1569967222000.0,2019-10-01 22:00:22,+0000,,"@OranMaliphant @Erdayastronaut @AngelNDevil2 @MarkChica @FutureJurvetson @bluemoondance74 @SpaceX That’s about right, except no sensors. Tile itself is the sensor as it will partially ablate where too hot & have to be replaced.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1179154111616274433,[],[],0,,False,1088,45,39,,None,,,,,,,"[{'screen_name': 'OranMaliphant', 'name': 'Oz Maliphant', 'id': '2596520047'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'AngelNDevil2', 'name': 'Angel & Devil', 'id': '1347954961452302336'}, {'screen_name': 'MarkChica', 'name': 'Boca Chica Mark Watney', 'id': '1088115509608951808'}, {'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +568,1179107730876796928,1178425370476834816,1569956164000.0,2019-10-01 18:56:04,+0000,,"@AngelNDevil2 @MarkChica @FutureJurvetson @bluemoondance74 @SpaceX It’s all the “secondary” structure that concerns me, not engines & primary airframe",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1179107730876796928,[],[],0,,False,1192,46,50,,None,,,,,,,"[{'screen_name': 'AngelNDevil2', 'name': 'Angel & Devil', 'id': '1347954961452302336'}, {'screen_name': 'MarkChica', 'name': 'Boca Chica Mark Watney', 'id': '1088115509608951808'}, {'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +569,1179107539352313856,1178425370476834816,1569956118000.0,2019-10-01 18:55:18,+0000,,"@AngelNDevil2 @MarkChica @FutureJurvetson @bluemoondance74 @SpaceX Raptor cost is tracking to well under $1M for V1.0. Goal is <$250k for V2.0 is a 250 ton thrust-optimized engine, ie <$1000/ton",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1179107539352313856,[],[],0,,False,1290,36,106,,None,,,,,,,"[{'screen_name': 'AngelNDevil2', 'name': 'Angel & Devil', 'id': '1347954961452302336'}, {'screen_name': 'MarkChica', 'name': 'Boca Chica Mark Watney', 'id': '1088115509608951808'}, {'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +570,1179090138644668416,1179088305322897408,1569951970000.0,2019-10-01 17:46:10,+0000,,@JohnnaCrider1 @RationalEtienne @LaurenRow5 @RenataKonkoly @Kristennetten @EvaFoxU @MemesOfMars @PositivePyrami1 Stop sending me this 💩 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1179090138644668416,[],[],0,,False,5963,149,197,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna 💎', 'id': '1957568797'}, {'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'LaurenRow5', 'name': 'Lauren Row', 'id': '997698480058654720'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'MemesOfMars', 'name': 'Dreams of Mars 2049', 'id': '15567938'}, {'screen_name': 'PositivePyrami1', 'name': 'Pyramids', 'id': '1007073983152320512'}]",,,, +571,1179079219801812993,1179063221686284288,1569949366000.0,2019-10-01 17:02:46,+0000,,@RationalEtienne @LaurenRow5 @EvaFoxU @Kristennetten @SteveHamel16 @TheElonMasked @MemesOfMars @MichellBasler @mayemusk @kimbal Agreed & such a heartwarming photo ♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1179079219801812993,[],[],0,,False,1523,51,45,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'LaurenRow5', 'name': 'Lauren Row', 'id': '997698480058654720'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'SteveHamel16', 'name': ""🚀 🐉 Don't Bet Against Elon 🐉🚀"", 'id': '999632398525530114'}, {'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'MichellBasler', 'name': 'Michell', 'id': '964486712578654208'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +572,1179078946941353984,1178818546639482881,1569949301000.0,2019-10-01 17:01:41,+0000,,@Kristennetten @SS4Adrian I have that exact thought every time I get the flu,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1179078946941353984,[],[],0,,False,1565,58,34,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}]",,,, +573,1179074198540435456,1178818546639482881,1569948169000.0,2019-10-01 16:42:49,+0000,,@SS4Adrian Clearly a sign of the apocalypse!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1179074198540435456,[],[],0,,False,16885,195,907,,None,,,,,,,[],,,, +574,1178956709731024896,1178931253229187072,1569920158000.0,2019-10-01 08:55:58,+0000,,@engineers_feed Lot of ways to melt & join steel. Mostly just needs to be welded consistently & with precise parts.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1178956709731024896,[],[],0,,False,1195,57,55,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +575,1178956134968807424,1178931253229187072,1569920021000.0,2019-10-01 08:53:41,+0000,,@engineers_feed Thankfully not. FSW is very difficult to get right & not needed with steel.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1178956134968807424,[],[],0,,False,902,19,36,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +576,1178938112195514368,1178931253229187072,1569915724000.0,2019-10-01 07:42:04,+0000,,"Production version will be a lot more polished than this prototype, but still fun to see",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1178938112195514368,[],[],0,,False,19349,495,551,,None,,,,,,,[],,,, +577,1178934984167448577,1178931253229187072,1569914978000.0,2019-10-01 07:29:38,+0000,,@ColinPearceUK Bigger flaps/fins at rear also moves center of pressure back,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1178934984167448577,[],[],0,,False,1346,32,43,,None,,,,,,,"[{'screen_name': 'ColinPearceUK', 'name': 'Colin Pearce', 'id': '1305387170'}]",,,, +578,1178932681028980736,1178841585024405507,1569914429000.0,2019-10-01 07:20:29,+0000,,@TrevorMahlmann Haha yes,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1178932681028980736,[],[],0,,False,2384,49,77,,None,,,,,,,"[{'screen_name': 'TrevorMahlmann', 'name': '📸Trevor Mahlmann', 'id': '832270448'}]",,,, +579,1178932062733996032,1178931253229187072,1569914281000.0,2019-10-01 07:18:01,+0000,,"@HarryStoltz1 In solving for a good Mars climate, we will learn a great deal about how to do so on Earth. It is the inverse problem.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1178932062733996032,[],[],0,,False,2164,60,112,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}]",,,, +580,1178931253229187072,1178931253229187072,1569914088000.0,2019-10-01 07:14:48,+0000,,Inside Starship cargo bay. Header tanks mounted in tip of nosecone to offset engine weight at rear. https://t.co/EJSwqMCooA,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1178931253229187072,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1178931084966293504/pu/img/7BIbleln2FnslEio.jpg,False,64951,1334,5561,,None,,,,,,,[],,,, +581,1178905464202883072,1177680697991008256,1569907940000.0,2019-10-01 05:32:20,+0000,,@EvaFoxU @DisruptResearch @Tesla @karpathy Cool video!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1178905464202883072,[],[],0,,False,562,22,20,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'DisruptResearch', 'name': 'Disruption Research', 'id': '1096592269849837568'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +582,1178818555061493761,1177680697991008256,1569887219000.0,2019-09-30 23:46:59,+0000,,"@DisruptResearch @Tesla @karpathy Probably our most viral feature ever. Most of the Autopilot team has been working on this, led by Ashok, CJ, Andrej & many others.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1178818555061493761,[],[],0,,False,2141,148,124,,None,,,,,,,"[{'screen_name': 'DisruptResearch', 'name': 'Disruption Research', 'id': '1096592269849837568'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +583,1178807103273631744,1178798595945820160,1569884489000.0,2019-09-30 23:01:29,+0000,,@S_Padival @Tesla @business @liamdenning @josheidelson @danahull @ZekeFaux Good question,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1178807103273631744,[],[],0,,False,1867,86,75,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}, {'screen_name': 'liamdenning', 'name': 'Liam Denning', 'id': '188829085'}, {'screen_name': 'josheidelson', 'name': 'Josh Eidelson', 'id': '21005767'}, {'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}, {'screen_name': 'ZekeFaux', 'name': 'Zeke Faux', 'id': '278652795'}]",,,, +584,1178107012141535232,1178075159158235144,1569717574000.0,2019-09-29 00:39:34,+0000,,@thejackbeyer 😀,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1178107012141535232,[],[],0,,False,1482,117,48,,None,,,,,,,"[{'screen_name': 'thejackbeyer', 'name': 'Jack Beyer', 'id': '290710248'}]",,,, +585,1178014342031298561,1178014342031298561,1569695480000.0,2019-09-28 18:31:20,+0000,,"Rage, rage against the dying of the light https://t.co/aGRw4VowAQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1178014342031298561,[],['https://pbs.twimg.com/media/EFklzE-WoAAI-vR.jpg'],1,https://pbs.twimg.com/media/EFklzE-WoAAI-vR.jpg,False,192322,3240,24974,,None,,,,,,,[],,,, +586,1178013709546991619,1178000319772446721,1569695329000.0,2019-09-28 18:28:49,+0000,,"@tesla_truth @NRF_designs We’re going to use the pedestrian pink noise speaker to talk to people & create customized horn sounds. “I beg your pardon, but would you be so kind as to allow me to proceed?” Said in the voice of Mr. Darcy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1178013709546991619,[],[],0,,False,1831,187,146,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +587,1178012340383621120,1178000319772446721,1569695003000.0,2019-09-28 18:23:23,+0000,,"@tesla_truth Special light pattern (but not hazards, as they’re too shrill) seems right",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1178012340383621120,[],[],0,,False,1031,81,42,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +588,1178011464852004864,1178000319772446721,1569694794000.0,2019-09-28 18:19:54,+0000,,@tesla_truth Makes sense,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1178011464852004864,[],[],0,,False,954,49,31,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +589,1177961429703507968,1177734397857947648,1569682864000.0,2019-09-28 15:01:04,+0000,,@tesla_truth @Tesla Precisely,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1177961429703507968,[],[],0,,False,2906,92,75,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +590,1177665592242794497,1177665504699224064,1569612331000.0,2019-09-27 19:25:31,+0000,,To make life as we know it multiplanetary,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1177665592242794497,[],[],0,,False,60981,1372,3236,,None,,,,,,,[],,,, +591,1177665504699224064,1177665504699224064,1569612310000.0,2019-09-27 19:25:10,+0000,,Starship will allow us to inhabit other worlds,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1177665504699224064,[],[],0,,False,119358,3162,9948,,None,,,,,,,[],,,, +592,1177662806117584896,1177662806117584896,1569611667000.0,2019-09-27 19:14:27,+0000,,Starship halves being joined https://t.co/7pdxfh8e81,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1177662806117584896,[],['https://pbs.twimg.com/media/EFfmFEEU8AA1SmA.jpg'],1,https://pbs.twimg.com/media/EFfmFEEU8AA1SmA.jpg,False,155519,3127,18516,,None,,,,,,,[],,,, +593,1177657997134221312,1177657997134221312,1569610521000.0,2019-09-27 18:55:21,+0000,,Summon is improving rapidly https://t.co/khgXDRnD2Z,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1177657997134221312,['https://www.reddit.com/r/teslamotors/comments/da2m14/smart_summon_is_mindblowing/'],[],0,,False,9439,422,470,,None,,,,,,,[],,,, +594,1177631358987849729,1177314408604680192,1569604169000.0,2019-09-27 17:09:29,+0000,,"@flcnhvy @Erdayastronaut @Cor_SPACE Just SX500 so far, but we use many superalloys developed by others, eg Inco 718+. If anyone has 718++, that would be helpful haha. Massive engineering work in the casting, printing & machining of Raptor — far more than in design of the engine itself!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1177631358987849729,[],[],0,,False,1181,62,69,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Cor_SPACE', 'name': 'CorSPACE', 'id': '2227491240'}]",,,, +595,1177630155801419778,1177314408604680192,1569603883000.0,2019-09-27 17:04:43,+0000,,@Erdayastronaut @Cor_SPACE There’s so much power going through this engine that it’s close to the limit of the known physics of materials in many places,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1177630155801419778,[],[],0,,False,1896,62,111,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Cor_SPACE', 'name': 'CorSPACE', 'id': '2227491240'}]",,,, +596,1177628992762855426,1177314408604680192,1569603605000.0,2019-09-27 17:00:05,+0000,,@Carter__99 @Erdayastronaut @askingbubble385 @Cor_SPACE Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1177628992762855426,[],[],0,,False,525,16,14,,None,,,,,,,"[{'screen_name': 'Carter__99', 'name': 'Connor Carter', 'id': '955957408345542656'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'askingbubble385', 'name': 'Shane Calvert', 'id': '3246189300'}, {'screen_name': 'Cor_SPACE', 'name': 'CorSPACE', 'id': '2227491240'}]",,,, +597,1177628790609997825,1177314408604680192,1569603557000.0,2019-09-27 16:59:17,+0000,,"@Erdayastronaut @Cor_SPACE Well, hopefully closer to 300 bar over time. However, that the chamber/nozzle jacket has so many joints & dissimilar metals at such high pressure & temperature is what I find remarkable about it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1177628790609997825,[],[],0,,False,1026,15,36,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Cor_SPACE', 'name': 'CorSPACE', 'id': '2227491240'}]",,,, +598,1177622466727821312,1177314408604680192,1569602049000.0,2019-09-27 16:34:09,+0000,,"@flcnhvy @Erdayastronaut @Cor_SPACE No, we’ve been focusing on production (now on SN12). Only need 250 bar or even a bit less for Starship/Super Heavy. Anything above 250 is nice to have & we’ll get around to it, but not needed for flight.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1177622466727821312,[],[],0,,False,821,24,44,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Cor_SPACE', 'name': 'CorSPACE', 'id': '2227491240'}]",,,, +599,1177621843219365888,1177314408604680192,1569601901000.0,2019-09-27 16:31:41,+0000,,@NCBirbhan @Erdayastronaut @Cor_SPACE Probably around 6 or 7pm,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1177621843219365888,[],[],0,,False,736,47,50,,None,,,,,,,"[{'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary #TeslaIndia🇮🇳', 'id': '2510241619'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Cor_SPACE', 'name': 'CorSPACE', 'id': '2227491240'}]",,,, +600,1177621104686329856,1177314408604680192,1569601725000.0,2019-09-27 16:28:45,+0000,,"@Erdayastronaut @Cor_SPACE What blows my mind is that peak pressure in regen chamber & nozzle is *far* above combustion pressure at over 800 bar or ~12,000 psi",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1177621104686329856,[],[],0,,False,1516,43,75,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Cor_SPACE', 'name': 'CorSPACE', 'id': '2227491240'}]",,,, +601,1177618467136008194,1177618401159602176,1569601096000.0,2019-09-27 16:18:16,+0000,,@GaryTheBot_ Figure of speech,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1177618467136008194,[],[],0,,False,618,32,15,,None,,,,,,,"[{'screen_name': 'GaryTheBot_', 'name': 'Gary the Bot 🤖', 'id': '64121730'}]",,,, +602,1177618401159602176,1177618401159602176,1569601080000.0,2019-09-27 16:18:00,+0000,,"Meanwhile, back in reality",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1177618401159602176,[],[],0,,False,13084,385,801,https://twitter.com/Teslarati/status/1177597928145330176,None,,,,,,,[],,,, +603,1177618032719319040,1177222926271164416,1569600992000.0,2019-09-27 16:16:32,+0000,,@DLoesch Media report was false,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1177618032719319040,[],[],0,,False,4629,258,259,,None,,,,,,,"[{'screen_name': 'DLoesch', 'name': 'Dana Loesch', 'id': '7702542'}]",,,, +604,1177387141116002304,1177314408604680192,1569545943000.0,2019-09-27 00:59:03,+0000,,@Erdayastronaut @Cor_SPACE Raptor uses milled copper channels with an inconel jacket all the way down,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1177387141116002304,[],[],0,,False,2319,89,104,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Cor_SPACE', 'name': 'CorSPACE', 'id': '2227491240'}]",,,, +605,1177314408604680192,1177314408604680192,1569528603000.0,2019-09-26 20:10:03,+0000,,Three Raptors on a Starship https://t.co/UrRiD62EVk,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1177314408604680192,[],"['https://pbs.twimg.com/media/EFapNVWU8AAnr8d.jpg', 'https://pbs.twimg.com/media/EFapNVUU4AATf0N.jpg', 'https://pbs.twimg.com/media/EFapNVWUwAEe28O.jpg']",1,https://pbs.twimg.com/media/EFapNVWU8AAnr8d.jpg,False,94903,2001,9721,,None,,,,,,,[],,,, +606,1177259561117372417,1177235772857970688,1569515526000.0,2019-09-26 16:32:06,+0000,,@EvaFoxU @BrendanCogbill7 Always,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1177259561117372417,[],[],0,,False,1534,82,43,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'BrendanCogbill7', 'name': 'Brendan Cogbill', 'id': '1595065291'}]",,,, +607,1177241843093753862,1177211003391471616,1569511302000.0,2019-09-26 15:21:42,+0000,,"@SpacePadreIsle @SpaceX Wow, it’s been 5 years since we started at Boca!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1177241843093753862,[],[],0,,False,2160,70,73,,None,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +608,1177237783489863681,1177235772857970688,1569510334000.0,2019-09-26 15:05:34,+0000,,"@BrendanCogbill7 About a week. Will include slight improvements, based on initial user feedback.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1177237783489863681,[],[],0,,False,969,39,34,,None,,,,,,,"[{'screen_name': 'BrendanCogbill7', 'name': 'Brendan Cogbill', 'id': '1595065291'}]",,,, +609,1177236839406559232,1177235772857970688,1569510109000.0,2019-09-26 15:01:49,+0000,,"@justpaulinelol We look for rare corner case issues with a limited release US build, then expand internationally as we receive approval from regulatory authorities. So, soon, but hard to say exactly.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1177236839406559232,[],[],0,,False,1265,59,50,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +610,1177235963405193216,1177235772857970688,1569509900000.0,2019-09-26 14:58:20,+0000,,"@GaryTheBot_ Gary, you rock!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1177235963405193216,[],[],0,,False,599,27,16,,None,,,,,,,"[{'screen_name': 'GaryTheBot_', 'name': 'Gary the Bot 🤖', 'id': '64121730'}]",,,, +611,1177235772857970688,1177235772857970688,1569509854000.0,2019-09-26 14:57:34,+0000,,Tesla V10.0 just started rolling out to all US Tesla owners with FSD option & “advanced download” selected in vehicle software settings,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1177235772857970688,[],[],0,,False,22942,1341,1331,,None,,,,,,,[],,,, +612,1177101142980825093,1177099375287271424,1569477756000.0,2019-09-26 06:02:36,+0000,,@moyo5150 More like https://t.co/f8BUlz0Xdo,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1177101142980825093,['https://m.youtube.com/watch?v=_sBBaNYex3E'],[],0,,False,1531,85,74,,None,,,,,,,"[{'screen_name': 'moyo5150', 'name': 'moyo', 'id': '2710922569'}]",,,, +613,1177100271937212416,1177099375287271424,1569477548000.0,2019-09-26 05:59:08,+0000,,"Anonymous bot swarms deserve a closer examination. If they’re evolving rapidly, something’s up.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1177100271937212416,[],[],0,,False,34367,707,1844,,None,,,,,,,[],,,, +614,1177099375287271424,1177099375287271424,1569477335000.0,2019-09-26 05:55:35,+0000,,"If advanced AI (beyond basic bots) hasn’t been applied to manipulate social media, it won’t be long before it is",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1177099375287271424,[],[],0,,False,69066,1634,7081,,None,,,,,,,[],,,, +615,1177096273628778496,1176477429172338688,1569476595000.0,2019-09-26 05:43:15,+0000,,@Wally_Wests Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1177096273628778496,[],[],0,,False,5493,96,212,,None,,,,,,,"[{'screen_name': 'Wally_Wests', 'name': 'A V A T A R of Y A S H A 🌩️', 'id': '63595490'}]",,,, +616,1177090550916239360,1177049277375250434,1569475231000.0,2019-09-26 05:20:31,+0000,,@Kristennetten @annerajb @Jennerator211 @Erdayastronaut That would be a nice touch,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1177090550916239360,[],[],0,,False,655,29,19,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Jennerator211', 'name': '👠 Lady in red 👠', 'id': '23502725'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +617,1177085193007456256,1176558633737285632,1569473953000.0,2019-09-26 04:59:13,+0000,,"@flcnhvy @28delayslater @DJSnM This is quite a complex beast, but hopefully within a month or so",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1177085193007456256,[],[],0,,False,909,37,36,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +618,1177084577128448000,1176558633737285632,1569473807000.0,2019-09-26 04:56:47,+0000,,@28delayslater @DJSnM Haha awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1177084577128448000,[],[],0,,False,739,17,16,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +619,1177074975020220416,1177051916980891648,1569471517000.0,2019-09-26 04:18:37,+0000,,@MarkChica @Kristennetten @TeslaGong @teslaownersSV @Teslatunity @Tesla We could probably do that,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1177074975020220416,[],[],0,,False,853,56,38,,None,,,,,,,"[{'screen_name': 'MarkChica', 'name': 'Boca Chica Mark Watney', 'id': '1088115509608951808'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +620,1177070801121468418,1177049277375250434,1569470522000.0,2019-09-26 04:02:02,+0000,,@Erdayastronaut 50m,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1177070801121468418,[],[],0,,False,1696,76,49,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +621,1177069611142901762,1177051916980891648,1569470238000.0,2019-09-26 03:57:18,+0000,,"@TeslaGong @teslaownersSV @Teslatunity @Tesla Not sure we could go quite that tight, but we can for sure allow much narrower spaces at user’s discretion",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1177069611142901762,[],[],0,,False,395,27,13,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +622,1177067257106747392,1177049277375250434,1569469677000.0,2019-09-26 03:47:57,+0000,,"@annerajb @Jennerator211 @Erdayastronaut With rare exceptions, composites would make Starship heavier. They don’t stand up well to high temperatures, but steel does great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1177067257106747392,[],[],0,,False,655,27,25,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Jennerator211', 'name': '👠 Lady in red 👠', 'id': '23502725'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +623,1177066483375058944,1177049277375250434,1569469493000.0,2019-09-26 03:44:53,+0000,,"@Jennerator211 @Erdayastronaut Mk1 ship is around 200 tons dry & 1400 tons wet, but aiming for 120 by Mk4 or Mk5. Total stack mass with max payload is 5000 tons.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1177066483375058944,[],[],0,,False,703,41,57,,None,,,,,,,"[{'screen_name': 'Jennerator211', 'name': '👠 Lady in red 👠', 'id': '23502725'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +624,1177064952429010945,1177051916980891648,1569469128000.0,2019-09-26 03:38:48,+0000,,@teslaownersSV @Teslatunity @Tesla Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1177064952429010945,[],[],0,,False,463,34,18,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +625,1177062354577756160,1177051916980891648,1569468508000.0,2019-09-26 03:28:28,+0000,,@Teslatunity @Tesla You’re welcome! Feature requests always appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1177062354577756160,[],[],0,,False,1378,179,51,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +626,1177051800769138690,1177049277375250434,1569465992000.0,2019-09-26 02:46:32,+0000,,"@Erdayastronaut @kimitalvitie Six. Two windward, one under each fin & two leeward. Provides redundancy for landing on unimproved surfaces.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1177051800769138690,[],[],0,,False,2581,100,110,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}]",,,, +627,1177050841041125376,1177049277375250434,1569465763000.0,2019-09-26 02:42:43,+0000,,On the transporter https://t.co/CGNj1MlKAU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1177050841041125376,[],['https://pbs.twimg.com/media/EFW5Tx2U0AAzU35.jpg'],1,https://pbs.twimg.com/media/EFW5Tx2U0AAzU35.jpg,False,28412,456,1327,,None,,,,,,,[],,,, +628,1177049277375250434,1177049277375250434,1569465390000.0,2019-09-26 02:36:30,+0000,,Lifting lower section of Starship https://t.co/bfW17i469a,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1177049277375250434,[],['https://pbs.twimg.com/media/EFW4ELzUUAAqxQr.jpg'],1,https://pbs.twimg.com/media/EFW4ELzUUAAqxQr.jpg,False,77819,1182,5074,,None,,,,,,,[],,,, +629,1176936806928879616,1176833003424821248,1569438575000.0,2019-09-25 19:09:35,+0000,,@justpaulinelol @EvaFoxU @katlinegrey https://t.co/IzVngWWY7G,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1176936806928879616,[],['https://pbs.twimg.com/media/EFVRx8RU0AArI4X.jpg'],1,https://pbs.twimg.com/media/EFVRx8RU0AArI4X.jpg,False,1000,85,59,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +630,1176930839411642368,1176833003424821248,1569437153000.0,2019-09-25 18:45:53,+0000,,@EvaFoxU @katlinegrey правда,ru,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1176930839411642368,[],[],0,,False,1106,56,74,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +631,1176928113285971968,1176833003424821248,1569436503000.0,2019-09-25 18:35:03,+0000,,@katlinegrey язык хорошо подвешен,ru,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1176928113285971968,[],[],0,,False,2821,107,416,,None,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +632,1176737065624453125,1176697683899310080,1569390953000.0,2019-09-25 05:55:53,+0000,,@levie Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1176737065624453125,[],[],0,,False,2761,64,93,,None,,,,,,,"[{'screen_name': 'levie', 'name': 'Aaron Levie', 'id': '914061'}]",,,, +633,1176596320775094273,1176324751406456832,1569357397000.0,2019-09-24 20:36:37,+0000,,@tannerfox Impressive work by Chad & Steve!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1176596320775094273,[],[],0,,False,2218,44,57,,None,,,,,,,"[{'screen_name': 'tannerfox', 'name': 'tanner fox', 'id': '2988262695'}]",,,, +634,1176589331567452161,1176579580049743875,1569355731000.0,2019-09-24 20:08:51,+0000,,"@SamNazarius @HarryStoltz1 @justpaulinelol @Teslarati Almost entirely C++, but we did have an (advanced for the time) client-side Java app for viewing maps & (weirdly) a 3D hockey game in VRML",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1176589331567452161,[],[],0,,False,659,26,22,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +635,1176588054670323713,1176579580049743875,1569355426000.0,2019-09-24 20:03:46,+0000,,@HarryStoltz1 @justpaulinelol @Teslarati Turbo Pascal,es,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1176588054670323713,[],[],0,,False,641,61,63,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +636,1176587698401947650,1176579580049743875,1569355341000.0,2019-09-24 20:02:21,+0000,,"@justpaulinelol @Teslarati Mostly C/C++, Python & SQL",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1176587698401947650,[],[],0,,False,656,36,29,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +637,1176586684751908872,1176546086464479232,1569355100000.0,2019-09-24 19:58:20,+0000,,@flcnhvy @Erdayastronaut @Tesla It would be pretty embarrassing to use a non-Tesla battery!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1176586684751908872,[],[],0,,False,1445,48,49,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +638,1176585904091275264,1176579580049743875,1569354914000.0,2019-09-24 19:55:14,+0000,,"@Teslarati This includes original engineering of new factory processes & cars. Great engineers will only join if original engineering is supported, not just localization.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1176585904091275264,[],[],0,,False,1583,75,84,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +639,1176585349889503233,1176579580049743875,1569354781000.0,2019-09-24 19:53:01,+0000,,"@Teslarati Tesla is building a major engineering team in China, incl heavy focus on software/firmware for factory & car",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1176585349889503233,[],[],0,,False,2210,127,149,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +640,1176566245925085184,1176558633737285632,1569350227000.0,2019-09-24 18:37:07,+0000,,"@The_ShadowZone @DJSnM For sure more than one pass coming back to Earth. To Mars could maybe work single pass, but two passes probably wise.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1176566245925085184,[],[],0,,False,999,28,42,,None,,,,,,,"[{'screen_name': 'The_ShadowZone', 'name': 'ShadowZone', 'id': '3026992643'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +641,1176561209971101696,1176546086464479232,1569349026000.0,2019-09-24 18:17:06,+0000,,"@OranMaliphant @Erdayastronaut Could do it, but we developed low cost reusable tiles that are much lighter than transpiration cooling & quite robust",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1176561209971101696,[],[],0,,False,1288,46,56,,None,,,,,,,"[{'screen_name': 'OranMaliphant', 'name': 'Oz Maliphant', 'id': '2596520047'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +642,1176560672022220800,1176546086464479232,1569348898000.0,2019-09-24 18:14:58,+0000,,"@Erdayastronaut Better just to ride your max temp all the way down & let T^4 be your friend. Lower atmosphere cools you down real fast, so not crazy hot after landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1176560672022220800,[],[],0,,False,1444,40,47,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +643,1176559598368460800,1176558633737285632,1569348642000.0,2019-09-24 18:10:42,+0000,,"@DJSnM Exactly. For reusable heatshield, minimize peak heating. For ablative/expendable, minimize total heat. Therefore reusable like Starship wants lift during high Mach reentry for lower peak, but higher total heat.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1176559598368460800,[],[],0,,False,1315,34,72,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +644,1176557946018230272,1176546086464479232,1569348248000.0,2019-09-24 18:04:08,+0000,,"@Erdayastronaut It does actually generate lift in hypersonic regime, which is important to limit peak heating",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1176557946018230272,[],[],0,,False,1779,40,76,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +645,1176557685820387328,1176546086464479232,1569348186000.0,2019-09-24 18:03:06,+0000,,"@flcnhvy @Erdayastronaut Many powerful electric motors & batteries. Force required is enormous, as entire fin moves. More about this on the 28th.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1176557685820387328,[],[],0,,False,1006,40,56,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +646,1176557352964591620,1176546086464479232,1569348106000.0,2019-09-24 18:01:46,+0000,,"@Erdayastronaut That’s correct. Essentially controlled falling, like a skydiver.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1176557352964591620,[],[],0,,False,2037,63,73,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +647,1176552859229310976,1176550417695739904,1569347035000.0,2019-09-24 17:43:55,+0000,,"@bopinion Herbert Diess is doing more than any big carmaker to go electric. The good of the world should come first. For what it’s worth, he has my support.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1176552859229310976,[],[],0,,False,2485,73,278,,None,,,,,,,"[{'screen_name': 'bopinion', 'name': 'Bloomberg Opinion', 'id': '227682918'}]",,,, +648,1176541733640753154,1176535270491136000,1569344383000.0,2019-09-24 16:59:43,+0000,,@JaneidyEve Just sent a note to check,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1176541733640753154,[],[],0,,False,780,28,21,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +649,1176530527290941441,1176530527290941441,1569341711000.0,2019-09-24 16:15:11,+0000,,Some secrets are too dangerous to be free https://t.co/g547UdmiJ7,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1176530527290941441,[],['https://pbs.twimg.com/media/EFPgR1PVUAA_nPS.jpg'],1,https://pbs.twimg.com/media/EFPgR1PVUAA_nPS.jpg,False,341947,2219,54785,,None,,,,,,,[],,,, +650,1176315199361470465,1176160309398179841,1569290373000.0,2019-09-24 01:59:33,+0000,,"@TheOnion “Between the trees and the forest floor, it’s like a giant mural,” continued the veritable High Priest of the Harvest Season, adding that he would soon have to rake his driveway, an activity for which he will most certainly don a cashmere scarf.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1176315199361470465,[],[],0,,False,4152,176,156,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +651,1176190550854127616,1176186655578972160,1569260654000.0,2019-09-23 17:44:14,+0000,,"@Mich41V4294 @flcnhvy @28delayslater @karpathy Hoping to open in Slovakia, Croatia, Serbia & most of Eastern Europe early next year. Finally, we will do Nikola Tesla proud by having his cars in his countries of origin!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1176190550854127616,[],[],0,,False,3568,324,492,,None,,,,,,,"[{'screen_name': 'Mich41V4294', 'name': 'Michal Varga', 'id': '776349677159649281'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +652,1176189774211608576,1176186655578972160,1569260469000.0,2019-09-23 17:41:09,+0000,,@TeslaMiles @28delayslater @karpathy @Tesla OG Roadster is def helping us out here with 826M miles by itself https://t.co/Pcybhf8jc3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1176189774211608576,['https://www.whereisroadster.com'],[],0,,False,992,50,64,,None,,,,,,,"[{'screen_name': 'TeslaMiles', 'name': 'Tesla🔋', 'id': '953357473834065920'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +653,1176189163172818945,1176186655578972160,1569260323000.0,2019-09-23 17:38:43,+0000,,@flcnhvy @28delayslater @karpathy Ahem … well … um …,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1176189163172818945,[],[],0,,False,1317,38,40,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +654,1176188521826021376,1176186655578972160,1569260170000.0,2019-09-23 17:36:10,+0000,,"@28delayslater @karpathy Classified as a URO, unidentified road object (from Area 69)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1176188521826021376,[],[],0,,False,1567,65,89,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +655,1176009705099071488,1176007759751499776,1569217537000.0,2019-09-23 05:45:37,+0000,,"@Kristennetten SpaceX Foundry is used exclusively for advanced alloys/shapes for Raptor, incl our superalloy, SX500",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1176009705099071488,[],[],0,,False,1093,54,73,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +656,1176009047729954818,1176007759751499776,1569217380000.0,2019-09-23 05:43:00,+0000,,Bottom half of Starship at night. Top half with forward fins & header tanks probably stacks on Wednesday. Three Raptors already installed. https://t.co/haq3m1V1Wm,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1176009047729954818,[],['https://pbs.twimg.com/media/EFIF8ADW4AEwX9j.jpg'],1,https://pbs.twimg.com/media/EFIF8ADW4AEwX9j.jpg,False,14115,488,1144,,None,,,,,,,[],,,, +657,1176008450733744129,1176007759751499776,1569217238000.0,2019-09-23 05:40:38,+0000,,Raceway & flap hinge aero covers,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1176008450733744129,[],[],0,,False,12127,228,276,,None,,,,,,,[],,,, +658,1176007759751499776,1176007759751499776,1569217073000.0,2019-09-23 05:37:53,+0000,,Just leaving SpaceX Starship build site in Boca https://t.co/Bqt40mSdX4,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1176007759751499776,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1176007366929723394/pu/img/LIq0TPg_MphcWhFh.jpg,False,68957,1367,4002,,None,,,,,,,[],,,, +659,1175903306268454912,1175812366019244032,1569192170000.0,2019-09-22 22:42:50,+0000,,"@Erdayastronaut @CptnCrutch5373 @Kalzsom Super Heavy rocket will be much like Falcon 9, but the Ship is a strange combination of Dragon, F9 & a skydiver.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1175903306268454912,[],[],0,,False,2269,94,124,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'CptnCrutch5373', 'name': 'Captain Crutch', 'id': '1141784514613645312'}, {'screen_name': 'Kalzsom', 'name': 'Kalzsom', 'id': '2575893481'}]",,,, +660,1175825059153362945,1175801866212524032,1569173514000.0,2019-09-22 17:31:54,+0000,,@happych19952208 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1175825059153362945,[],[],0,,False,1418,69,42,,None,,,,,,,"[{'screen_name': 'happych19952208', 'name': 'happychappy', 'id': '1083985671650447360'}]",,,, +661,1175824881927278597,1175812366019244032,1569173472000.0,2019-09-22 17:31:12,+0000,,@CptnCrutch5373 @Erdayastronaut @Kalzsom Approximately correct. We also fire the ACS thrusters to rotate the vehicle & ignite Raptors at full gimbal angle to complete the turn.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1175824881927278597,[],[],0,,False,1365,22,54,,None,,,,,,,"[{'screen_name': 'CptnCrutch5373', 'name': 'Captain Crutch', 'id': '1141784514613645312'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Kalzsom', 'name': 'Kalzsom', 'id': '2575893481'}]",,,, +662,1175822175913283584,1175812366019244032,1569172827000.0,2019-09-22 17:20:27,+0000,,"@Kalzsom @Erdayastronaut For aero control, it comes down to % of cross-sectional area moving vs not. Flexible as to whether front or rear, so long as within bounds of center of mass & pressure.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1175822175913283584,[],[],0,,False,1122,15,40,,None,,,,,,,"[{'screen_name': 'Kalzsom', 'name': 'Kalzsom', 'id': '2575893481'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +663,1175820322597232640,1175812366019244032,1569172385000.0,2019-09-22 17:13:05,+0000,,"@Erdayastronaut Current analysis, which I’m not fully bought into, suggests that 2 rear fins with separate airframe-mounted legs will be lighter, so this is the plan for Mk1/Mk2",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1175820322597232640,[],[],0,,False,1740,68,79,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +664,1175818733648003072,1175812366019244032,1569172006000.0,2019-09-22 17:06:46,+0000,,"@Erdayastronaut Stability is controlled by (very) rapid movement of rear & fwd fins during entry & landing, as well as ACS thrusters. The smaller leeward “fin” would simply be used as a leg.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1175818733648003072,[],[],0,,False,1687,48,77,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +665,1175815930384924677,1175812366019244032,1569171338000.0,2019-09-22 16:55:38,+0000,,@Erdayastronaut Stability is not an issue with 3,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1175815930384924677,[],[],0,,False,1572,43,47,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +666,1175815628525060096,1175812366019244032,1569171266000.0,2019-09-22 16:54:26,+0000,,"@SpaceXFan97 Nose tip has forward movable fins, cold gas attitude control thrusters, header tanks for landing, composite pressure vessels, several large batteries, etc. Placed up there to balance high mass of Raptors & rear fins at the bottom.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1175815628525060096,[],[],0,,False,1454,47,81,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}]",,,, +667,1175814780323545093,1175812366019244032,1569171063000.0,2019-09-22 16:51:03,+0000,,"@SpaceXFan97 Yes. There’s a huge amount of hardware in the tip of the faring that being integrated on the ground, which is why we haven’t closed it out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1175814780323545093,[],[],0,,False,1343,15,55,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}]",,,, +668,1175812366019244032,1175812366019244032,1569170488000.0,2019-09-22 16:41:28,+0000,,"Adding the rear moving fins to Starship Mk1 in Boca Chica, Texas https://t.co/HWLihqihph",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1175812366019244032,[],['https://pbs.twimg.com/media/EFFTHEkX4AAGwxp.jpg'],1,https://pbs.twimg.com/media/EFFTHEkX4AAGwxp.jpg,False,37487,953,2894,,None,,,,,,,[],,,, +669,1175806316977278977,1175801866212524032,1569169046000.0,2019-09-22 16:17:26,+0000,,@teslaownersSV Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1175806316977278977,[],[],0,,False,935,33,29,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +670,1175801866212524032,1175801866212524032,1569167984000.0,2019-09-22 15:59:44,+0000,,"Either way, sustainable energy wins!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1175801866212524032,[],[],0,,False,80920,983,6986,https://twitter.com/cleantechnica/status/1175628597018734592,None,,,,,,,[],,,, +671,1175667051786067969,1175662315062140928,1569135842000.0,2019-09-22 07:04:02,+0000,,@cleantechnica srsly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1175667051786067969,[],[],0,,False,2315,154,99,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +672,1175509178200317953,1175418298772492288,1569098202000.0,2019-09-21 20:36:42,+0000,,@vincent13031925 @ResidentSponge @Teslarati It’s my 🔥 glasses 😉,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1175509178200317953,[],[],0,,False,3654,185,122,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +673,1175260773687472129,1175002936851730433,1569038978000.0,2019-09-21 04:09:38,+0000,,"@Robotbeat @justpaulinelol @Teslarati Sure. Have to do it on Mars from beginning. Will ultimately do that on Earth too, so rocket flights will be zero net carbon long-term.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1175260773687472129,[],[],0,,False,1922,88,127,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +674,1175260301949898753,1175002936851730433,1569038865000.0,2019-09-21 04:07:45,+0000,,@TeslaTested @Teslarati Next quarter,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1175260301949898753,[],[],0,,False,637,46,24,,None,,,,,,,"[{'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +675,1175260198019223553,1175002936851730433,1569038841000.0,2019-09-21 04:07:21,+0000,,"@TeslaTested @Teslarati Will discuss with my product team next week, but probably",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1175260198019223553,[],[],0,,False,952,70,45,,None,,,,,,,"[{'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +676,1175259690974023681,1175002936851730433,1569038720000.0,2019-09-21 04:05:20,+0000,,@justpaulinelol @Teslarati Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1175259690974023681,[],[],0,,False,942,15,31,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +677,1175259405832589312,1175002936851730433,1569038652000.0,2019-09-21 04:04:12,+0000,,@Teslarati Great work by SpaceX parachute engineering! The Crew Dragon parachutes are way more difficult than they may seem. The Apollo program found them to be so hard that it became a notable morale problem!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1175259405832589312,[],[],0,,False,3323,82,165,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +678,1175185919193698304,1175179567776043009,1569021131000.0,2019-09-20 23:12:11,+0000,,@tdenton1138 @sciam @GretaThunberg A 16 year old who has better reasoning & more heart than the vast majority of political leaders,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1175185919193698304,[],[],0,,False,6759,340,923,,None,,,,,,,"[{'screen_name': 'tdenton1138', 'name': 'Tad Denton 🥩🐑🥓🍳💧🧂', 'id': '16213353'}, {'screen_name': 'sciam', 'name': 'Scientific American', 'id': '14647570'}, {'screen_name': 'GretaThunberg', 'name': 'Greta Thunberg', 'id': '1006419421244678144'}]",,,, +679,1174900405769080837,1174830569563336705,1568953059000.0,2019-09-20 04:17:39,+0000,,@flcnhvy @nytimes That’s what life was like back in 1985,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1174900405769080837,[],[],0,,False,1745,90,43,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}]",,,, +680,1174898962190331906,1174830569563336705,1568952715000.0,2019-09-20 04:11:55,+0000,,@nytimes You have been warned https://t.co/11CHFHUdr1,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1174898962190331906,[],['https://pbs.twimg.com/media/EE4UYIgU0AEHoTW.jpg'],1,https://pbs.twimg.com/media/EE4UYIgU0AEHoTW.jpg,False,11363,202,1253,,None,,,,,,,"[{'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}]",,,, +681,1174812459800002560,1174708895291363329,1568932092000.0,2019-09-19 22:28:12,+0000,,"@itsJayLew @tesletter @tesla_truth No, it’s one integrated release",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1174812459800002560,[],[],0,,False,711,32,26,,None,,,,,,,"[{'screen_name': 'itsJayLew', 'name': 'Jaylew', 'id': '227633823'}, {'screen_name': 'tesletter', 'name': 'Tesletter', 'id': '979225070764634112'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +682,1174811595047763968,1174708895291363329,1568931885000.0,2019-09-19 22:24:45,+0000,,"@tesletter @tesla_truth Fixing several minor bugs & a regression in highway driving, so probably early to mid next week",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1174811595047763968,[],[],0,,False,659,39,41,,None,,,,,,,"[{'screen_name': 'tesletter', 'name': 'Tesletter', 'id': '979225070764634112'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +683,1174810563903229952,1174808342394392576,1568931640000.0,2019-09-19 22:20:40,+0000,,@chrisleehawaii @Tesla Much better chess engine coming,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1174810563903229952,[],[],0,,False,866,61,46,,None,,,,,,,"[{'screen_name': 'chrisleehawaii', 'name': 'Chris Lee', 'id': '2938516944'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +684,1174809495056220160,1174708895291363329,1568931385000.0,2019-09-19 22:16:25,+0000,,@tesla_truth Well said,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1174809495056220160,[],[],0,,False,2838,57,79,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +685,1174793960360800256,1174751275637862400,1568927681000.0,2019-09-19 21:14:41,+0000,,@MercedesBenz Very meaningful action by the company that invented the internal combustion engine. People will remember this day. Respect.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1174793960360800256,[],[],0,,False,5987,107,597,,None,,,,,,,"[{'screen_name': 'MercedesBenz', 'name': 'Mercedes-Benz', 'id': '54502344'}]",,,, +686,1174751275637862400,1174751275637862400,1568917504000.0,2019-09-19 18:25:04,+0000,,Electric is the future! Congratulations Daimler!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1174751275637862400,[],[],0,,False,44129,1038,4045,https://twitter.com/Teslarati/status/1174737467636887554,None,,,,,,,[],,,, +687,1174695949345669124,1174659415556993024,1568904313000.0,2019-09-19 14:45:13,+0000,,@EvaFoxU @MemesOfMars @fermatslibrary Nice compression,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1174695949345669124,[],[],0,,False,504,32,17,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +688,1174691831344500738,1174659415556993024,1568903331000.0,2019-09-19 14:28:51,+0000,,"@MemesOfMars @fermatslibrary And of course, this one, but that’s obv https://t.co/UKWYrBwjkZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1174691831344500738,[],['https://pbs.twimg.com/media/EE1X_jdWkAALP-C.jpg'],1,https://pbs.twimg.com/media/EE1X_jdWkAALP-C.jpg,False,1038,78,55,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +689,1174690437568901121,1174659415556993024,1568902999000.0,2019-09-19 14:23:19,+0000,,@MemesOfMars @fermatslibrary e^👁🥧 + 1 = 0,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1174690437568901121,[],[],0,,False,1237,47,92,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Dreams of Mars 2049', 'id': '15567938'}, {'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +690,1174689895673139200,1174659415556993024,1568902870000.0,2019-09-19 14:21:10,+0000,,"@fermatslibrary For some reason, I always loved this formula",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1174689895673139200,[],[],0,,False,4393,154,155,,None,,,,,,,"[{'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +691,1174395999550238720,1174143069379354624,1568832800000.0,2019-09-18 18:53:20,+0000,,@MFrunker Whoa cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1174395999550238720,[],[],0,,False,1470,80,48,,None,,,,,,,"[{'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}]",,,, +692,1174379370032427009,1174378979580620801,1568828835000.0,2019-09-18 17:47:15,+0000,,@makingnocchi “Smart” Summon will work on all v2.0+ hardware in wide release,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1174379370032427009,[],[],0,,False,1199,95,78,,None,,,,,,,"[{'screen_name': 'makingnocchi', 'name': 'Gary', 'id': '106748111'}]",,,, +693,1174376011959390208,1174343207590580224,1568828034000.0,2019-09-18 17:33:54,+0000,,"@annerajb @RationalEtienne @LaurenRow5 L'Ambroisie, Place des Vosges",fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1174376011959390208,[],[],0,,False,759,50,35,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'LaurenRow5', 'name': 'Lauren Row', 'id': '997698480058654720'}]",,,, +694,1174367606033108992,1174343207590580224,1568826030000.0,2019-09-18 17:00:30,+0000,,@LilSkoorb Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1174367606033108992,[],[],0,,False,1135,34,42,,None,,,,,,,"[{'screen_name': 'LilSkoorb', 'name': 'LIL SKOORB👁', 'id': '1011483566008516608'}]",,,, +695,1174366131890487296,1174343207590580224,1568825679000.0,2019-09-18 16:54:39,+0000,,"Amazingly, this is not an Onion article",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1174366131890487296,[],[],0,,False,28409,366,655,,None,,,,,,,[],,,, +696,1174365773222932483,1174343207590580224,1568825593000.0,2019-09-18 16:53:13,+0000,,@_jameshatfield_ @RationalEtienne @LaurenRow5 https://t.co/epdlNkjz5k,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1174365773222932483,[],['https://pbs.twimg.com/media/EEwvcYcU8AEqucZ.jpg'],1,https://pbs.twimg.com/media/EEwvcYcU8AEqucZ.jpg,False,1352,45,50,,None,,,,,,,"[{'screen_name': '_jameshatfield_', 'name': 'James Hatfield | 🤖🚕', 'id': '829935516246159362'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}]",,,, +697,1174365309177757696,1174343207590580224,1568825483000.0,2019-09-18 16:51:23,+0000,,@RationalEtienne @LaurenRow5 Je ne regrette Etienne,fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1174365309177757696,[],[],0,,False,1158,32,35,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'LaurenRow5', 'name': 'Lauren Row', 'id': '997698480058654720'}]",,,, +698,1174351594873188352,1174344791825379328,1568822213000.0,2019-09-18 15:56:53,+0000,,@areus Lane offset should be much better in V10.0,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1174351594873188352,[],[],0,,False,687,40,29,,None,,,,,,,"[{'screen_name': 'areus', 'name': 'ᴀᴀʀᴏɴ ᴡᴀᴅᴇ', 'id': '173629853'}]",,,, +699,1174343942277451782,1174343822299586560,1568820388000.0,2019-09-18 15:26:28,+0000,,@JasonWHansen @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1174343942277451782,[],[],0,,False,798,46,25,,None,,,,,,,"[{'screen_name': 'JasonWHansen', 'name': 'Jason Hansen', 'id': '1157271270'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +700,1174343207590580224,1174343207590580224,1568820213000.0,2019-09-18 15:23:33,+0000,,Told you AI was dangerous!! 🔥💣💦,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1174343207590580224,[],[],0,,False,104413,1672,12894,https://twitter.com/Newsweek/status/1173982485098762240,None,,,,,,,[],,,, +701,1174119836437213185,1173982485098762240,1568766957000.0,2019-09-18 00:35:57,+0000,,@Newsweek In other news …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1174119836437213185,[],[],0,,False,12627,203,383,,None,,,,,,,"[{'screen_name': 'Newsweek', 'name': 'Newsweek', 'id': '2884771'}]",,,, +702,1174047125929451520,1173746168611975169,1568749622000.0,2019-09-17 19:47:02,+0000,,@TheOnion Busted,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1174047125929451520,[],[],0,,False,5081,104,159,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +703,1174045530227445761,1173946950552625154,1568749241000.0,2019-09-17 19:40:41,+0000,,"@HarryStoltz1 @28delayslater @Tesla A little, but this is mostly a design update for those interested",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1174045530227445761,[],[],0,,False,1438,63,42,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +704,1174045059727200257,1173946950552625154,1568749129000.0,2019-09-17 19:38:49,+0000,,@28delayslater @Tesla Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1174045059727200257,[],[],0,,False,2586,75,80,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +705,1174001709565104129,1174001294585081856,1568738794000.0,2019-09-17 16:46:34,+0000,,@Wikipedia Apollo,in,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1174001709565104129,[],[],0,,False,4997,137,202,,None,,,,,,,"[{'screen_name': 'Wikipedia', 'name': 'Wikipedia', 'id': '86390214'}]",,,, +706,1174000362312757249,1173872132880662528,1568738472000.0,2019-09-17 16:41:12,+0000,,@PPathole @Erdayastronaut Landing leg frame,no,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1174000362312757249,[],[],0,,False,977,21,28,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +707,1174000284001079298,1173872132880662528,1568738454000.0,2019-09-17 16:40:54,+0000,,@Erdayastronaut Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1174000284001079298,[],[],0,,False,1711,36,48,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +708,1173999553260900352,1172973211098726400,1568738280000.0,2019-09-17 16:38:00,+0000,,@TFM312 @Tesla Glad you’re ok!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173999553260900352,[],[],0,,False,8355,43,150,,None,,,,,,,"[{'screen_name': 'TFM312', 'name': 'TFM3', 'id': '1081704223383977984'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +709,1173997143037603840,1173952288316100610,1568737705000.0,2019-09-17 16:28:25,+0000,,@flcnhvy @ElonAccessories @teslaownersSV @Teslarati You never know …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173997143037603840,[],[],0,,False,1254,75,39,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'ElonAccessories', 'name': 'Elon Accessories', 'id': '913449108798455808'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +710,1173996699083104256,1173952288316100610,1568737599000.0,2019-09-17 16:26:39,+0000,,@DMC_Ryan @justpaulinelol @Teslarati Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173996699083104256,[],[],0,,False,1063,34,24,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +711,1173996432199602176,1173952288316100610,1568737535000.0,2019-09-17 16:25:35,+0000,,"@ElonAccessories @teslaownersSV @flcnhvy @Teslarati Actually, Model 3 would beat the Taycan on Nürburgring over multiple laps, as it has more range",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173996432199602176,[],[],0,,False,1614,94,104,,None,,,,,,,"[{'screen_name': 'ElonAccessories', 'name': 'Elon Accessories', 'id': '913449108798455808'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +712,1173995428498378752,1173952288316100610,1568737296000.0,2019-09-17 16:21:36,+0000,,"@teslaownersSV @flcnhvy @Teslarati No, but very close",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173995428498378752,[],[],0,,False,1065,58,36,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +713,1173994491759321089,1173952288316100610,1568737073000.0,2019-09-17 16:17:53,+0000,,"@DanielCardena @Teslarati Rear facing, but roomier. Great for family gatherings! I did a road trip across America with my five boys & Talulah in the 7 seat Model S several years ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173994491759321089,[],[],0,,False,1038,66,44,,None,,,,,,,"[{'screen_name': 'DanielCardena', 'name': 'DanielCardenas', 'id': '46989319'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +714,1173993720296787969,1173952288316100610,1568736889000.0,2019-09-17 16:14:49,+0000,,@flcnhvy @Teslarati Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173993720296787969,[],[],0,,False,1493,43,73,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +715,1173993398920871936,1173952288316100610,1568736812000.0,2019-09-17 16:13:32,+0000,,@justpaulinelol @Teslarati New Roadster and X will come later,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173993398920871936,[],[],0,,False,707,18,41,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +716,1173993213234798592,1173952288316100610,1568736768000.0,2019-09-17 16:12:48,+0000,,"@ZainRaz4 @Teslarati No, original 5 forward facing seats plus 2 rear-facing smaller seats. The new rear seats will accommodate larger passengers than before.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173993213234798592,[],[],0,,False,827,37,34,,None,,,,,,,"[{'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +717,1173992505672519680,1173952288316100610,1568736599000.0,2019-09-17 16:09:59,+0000,,@Teslarati It’s a start. We expect these track times to be beaten by the actual production 7 seat Model S Plaid variant that goes into production around Oct/Nov next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173992505672519680,[],[],0,,False,3816,232,340,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +718,1173988525189894144,1173873599205134337,1568735650000.0,2019-09-17 15:54:10,+0000,,"@BocachicaMaria1 Thanks, I will stop by on the 20th!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1173988525189894144,[],[],0,,False,1368,54,40,,None,,,,,,,"[{'screen_name': 'BocachicaMaria1', 'name': 'Maria Pointer Nav Officer/SeaPilot (ret.)', 'id': '1084191647204868099'}]",,,, +719,1173877884085161984,1173727107022774273,1568709271000.0,2019-09-17 08:34:31,+0000,,"@bonnienorman @Model3Owners They’re available through the app, but we need to make them easier to find",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1173877884085161984,[],[],0,,False,950,50,30,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +720,1173873599205134337,1173873599205134337,1568708250000.0,2019-09-17 08:17:30,+0000,,Area 51 of Area 51 https://t.co/Du7i92sFaO,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1173873599205134337,[],['https://pbs.twimg.com/media/EEpv0NjUUAAEZ3k.jpg'],1,https://pbs.twimg.com/media/EEpv0NjUUAAEZ3k.jpg,False,75395,1134,4513,,None,,,,,,,[],,,, +721,1173872132880662528,1173872132880662528,1568707900000.0,2019-09-17 08:11:40,+0000,,"Droid Junkyard, Tatooine https://t.co/yACFR9y04P",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1173872132880662528,[],['https://pbs.twimg.com/media/EEpue3XUcAETd0U.jpg'],1,https://pbs.twimg.com/media/EEpue3XUcAETd0U.jpg,False,106841,1150,8068,,None,,,,,,,[],,,, +722,1173818765408010240,1173727107022774273,1568695176000.0,2019-09-17 04:39:36,+0000,,@Model3Owners Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1173818765408010240,[],[],0,,False,2299,82,66,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +723,1173651756359634945,1173644180578545665,1568655358000.0,2019-09-16 17:35:58,+0000,,"@Teslarati Feeling Lucky (Google tribute!) or Hungry are 100% intended for max enjoyment of Tesla owner. If location has destination chargers, that’s a plus, but car should only route there if location is great. This will be hit & miss initially, but should hone towards excellent over time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1173651756359634945,[],[],0,,False,2757,150,181,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +724,1173644147275657219,1173320084720406528,1568653544000.0,2019-09-16 17:05:44,+0000,,@Evgeni__Enchev 10.1,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1173644147275657219,[],[],0,,False,784,39,26,,None,,,,,,,"[{'screen_name': 'Evgeni__Enchev', 'name': 'Evgeni Enchev', 'id': '4893100023'}]",,,, +725,1173640069673967616,1172860251256827904,1568652572000.0,2019-09-16 16:49:32,+0000,,@Sofiaan @Kristennetten @EvaFoxU @justpaulinelol @teslaownersSV @Model3Owners Great conversation-starter!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1173640069673967616,[],[],0,,False,1154,60,35,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +726,1173639691641356288,1173576649322852352,1568652482000.0,2019-09-16 16:48:02,+0000,,@wonderofscience Damn …,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1173639691641356288,[],[],0,,False,2922,161,112,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +727,1173638615504523264,1172860251256827904,1568652225000.0,2019-09-16 16:43:45,+0000,,@Kristennetten @EvaFoxU @justpaulinelol @teslaownersSV @Model3Owners I want this T-shirt!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1173638615504523264,[],[],0,,False,802,56,26,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'teslaownersSV', 'name': 'TOSV, already have the button', 'id': '1016059981907386368'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +728,1173613190191562752,1172860251256827904,1568646163000.0,2019-09-16 15:02:43,+0000,,"@justpaulinelol @teslaownersSV @Kristennetten @Model3Owners Service center expansion is at max speed, so yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1173613190191562752,[],[],0,,False,847,75,49,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +729,1173410113949822978,1171513413274460161,1568597746000.0,2019-09-16 01:35:46,+0000,,"@JaneidyEve @austinbarnard45 Sure, I’m planning on meeting community supporters around the presentation on the 28th. Thanks!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1173410113949822978,[],[],0,,False,1290,64,58,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +730,1173325389411835904,1173279006818484225,1568577546000.0,2019-09-15 19:59:06,+0000,,@teslamodel3fan Maybe we can buffer enough of it onboard. Will check.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173325389411835904,[],[],0,,False,1117,76,31,,None,,,,,,,"[{'screen_name': 'teslamodel3fan', 'name': 'Tesla Model 3 Fan', 'id': '3532426698'}]",,,, +731,1173325133882306560,1171513413274460161,1568577485000.0,2019-09-15 19:58:05,+0000,,@flcnhvy @austinbarnard45 🚀♥️ Starship Team ♥️🚀,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173325133882306560,[],[],0,,False,1379,46,68,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +732,1173324759175766017,1173310896552185859,1568577396000.0,2019-09-15 19:56:36,+0000,,@DanAloni @TeslaTested That’s what we believe is highly likely,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173324759175766017,[],[],0,,False,798,21,23,,None,,,,,,,"[{'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}]",,,, +733,1173324537561325570,1171513413274460161,1568577343000.0,2019-09-15 19:55:43,+0000,,"@austinbarnard45 I ♥️ visiting Boca Chica, Brownsville & Texas in general! Thanks for all your support!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173324537561325570,[],[],0,,False,1566,46,196,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +734,1173323772532858881,1172860251256827904,1568577161000.0,2019-09-15 19:52:41,+0000,,@annerajb @TeslaForLife @teslaownersSV @Kristennetten @Model3Owners Getting close,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173323772532858881,[],[],0,,False,939,59,30,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'TeslaForLife', 'name': 'Parag Jain', 'id': '1119111969066246145'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +735,1173323478264623112,1173310896552185859,1568577091000.0,2019-09-15 19:51:31,+0000,,"@TeslaTested Yes, coming soon",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173323478264623112,[],[],0,,False,492,27,20,,None,,,,,,,"[{'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}]",,,, +736,1173320752411611137,1173320084720406528,1568576441000.0,2019-09-15 19:40:41,+0000,,@TheCriticofvg Oh that would be fun. Will see.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173320752411611137,[],[],0,,False,2331,61,99,,None,,,,,,,[],,,, +737,1173320084720406528,1173320084720406528,1568576282000.0,2019-09-15 19:38:02,+0000,,Joe Mode is the best mode,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173320084720406528,[],[],0,,False,14332,924,773,https://twitter.com/Teslarati/status/1173310632516620288,None,,,,,,,[],,,, +738,1173310896552185859,1173310896552185859,1568574091000.0,2019-09-15 19:01:31,+0000,,Thanks Tesla owners. You rock!! ♥️♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173310896552185859,[],[],0,,False,16529,637,711,https://twitter.com/cleantechnica/status/1173049999258615808,None,,,,,,,[],,,, +739,1172962029365125120,1172960999856410625,1568490915000.0,2019-09-14 19:55:15,+0000,,@GaryTheBot_ Wise words from Gary the Bot,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1172962029365125120,[],[],0,,False,843,67,28,,None,,,,,,,"[{'screen_name': 'GaryTheBot_', 'name': 'Gary the Bot 🤖', 'id': '64121730'}]",,,, +740,1172961847596576768,1172960999856410625,1568490871000.0,2019-09-14 19:54:31,+0000,,"However, we won’t customize the contract or engage in negotiations. That just causes the Tesla & customer legal bill to be high & drag things out. Pay for clean power, not lawyers! It makes way more sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1172961847596576768,[],[],0,,False,11326,344,451,,None,,,,,,,[],,,, +741,1172960999856410625,1172960999856410625,1568490669000.0,2019-09-14 19:51:09,+0000,,Good analysis. You can order commercial solar in literally 30 secs if you use Apple Pay at https://t.co/sCkn87vMa9.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1172960999856410625,['http://Tesla.com/bigsolar'],[],0,,False,13590,465,1051,https://twitter.com/cleantechnica/status/1172941000463044609,None,,,,,,,[],,,, +742,1172956594365071361,1172860251256827904,1568489619000.0,2019-09-14 19:33:39,+0000,,"@TeslaForLife @teslaownersSV @Kristennetten @Model3Owners Exactly! We’ve only one car factory in California & one Gigafactory (for batteries & drive units) in Nevada. Giga Shanghai will do cars, batteries & drive units for the greater China area. Over time, regional Gigafactories will lower costs & improve logistics worldwide.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1172956594365071361,[],[],0,,False,1388,107,109,,None,,,,,,,"[{'screen_name': 'TeslaForLife', 'name': 'Parag Jain', 'id': '1119111969066246145'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +743,1172932809297498113,1172860251256827904,1568483948000.0,2019-09-14 17:59:08,+0000,,"@teslaownersSV @Kristennetten @Model3Owners Should note that these product mix & logistics errors also results in regional *undersupply*, eg UK & Ireland right now, but we don’t raise the prices even so. The intent, at any given moment in time, is: heads we lose, tails buyers win.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1172932809297498113,[],[],0,,False,752,76,47,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +744,1172931367958540288,1172860251256827904,1568483604000.0,2019-09-14 17:53:24,+0000,,"@teslaownersSV @Kristennetten @Model3Owners That’s not to say that Tesla people somewhere in the world are being overzealous & possibly overstepping our core principles, which is why I’m looking into it",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1172931367958540288,[],[],0,,False,810,52,33,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +745,1172930768986722304,1172860251256827904,1568483461000.0,2019-09-14 17:51:01,+0000,,"@teslaownersSV @Kristennetten @Model3Owners At end of quarter, there is always some error in product mix allocation between the roughly 40 global regions, due to planning mistakes & logistics problems (Earth is a big place). Small changes in prices are needed to correct local supply/demand imbalances.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1172930768986722304,[],[],0,,False,1030,60,51,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +746,1172929497995173888,1172860251256827904,1568483158000.0,2019-09-14 17:45:58,+0000,,"@Kristennetten @Model3Owners The fundamental operating principle is that prices, while they may change, will change for all equally & should never be a function of bargaining. This is normal for most products, but weirdly not for the auto industry in most parts of the world.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1172929497995173888,[],[],0,,False,801,33,42,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +747,1172924402461073408,1172860251256827904,1568481944000.0,2019-09-14 17:25:44,+0000,,@flcnhvy @hoofhrtd1254 @Teslatunity @Model3Owners Agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1172924402461073408,[],[],0,,False,658,40,18,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'hoofhrtd1254', 'name': 'Jason Y', 'id': '425098245'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +748,1172920449929363456,1172860251256827904,1568481001000.0,2019-09-14 17:10:01,+0000,,"@hoofhrtd1254 @Teslatunity @Model3Owners Going to early access (including all who bought FSD) Tesla owners in US next week. If US early access rollout looks good, then rest of world early access owners following week. Might be some delays in EU for regulatory approval.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1172920449929363456,[],[],0,,False,815,93,89,,None,,,,,,,"[{'screen_name': 'hoofhrtd1254', 'name': 'Jason Y', 'id': '425098245'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +749,1172918715450454016,1172860251256827904,1568480588000.0,2019-09-14 17:03:08,+0000,,"@Teslatunity @Model3Owners There aren’t really meant to be “Tesla incentives”, just general price changes to reflect optimal value of product, as we sometimes get prices of some variants wrong or need to (partially) address shifts in tax incentives. Overarching principle, however, is same deal for all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1172918715450454016,[],[],0,,False,534,72,36,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +750,1172917021908099072,1172860251256827904,1568480184000.0,2019-09-14 16:56:24,+0000,,"@Model3Owners Looking into this. A fundamental premise of Tesla is that everyone is offered same terms at same time, ie what you get should never be a function of bargaining.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1172917021908099072,[],[],0,,False,1611,106,78,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +751,1172744592891904001,1172649151282073601,1568439074000.0,2019-09-14 05:31:14,+0000,,"@justpaulinelol @31WA Hopefully, next year",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1172744592891904001,[],[],0,,False,896,45,31,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': '31WA', 'name': 'will 🌹🏳️\u200d🌈🍷', 'id': '385173412'}]",,,, +752,1172741801901346817,1172687018624573440,1568438408000.0,2019-09-14 05:20:08,+0000,,"@slashdot Personally, I think the universe looks great for 12 billion years, let alone 13.8",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1172741801901346817,[],[],0,,False,2800,115,169,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +753,1172685676489277440,1171426852340207617,1568425027000.0,2019-09-14 01:37:07,+0000,,@wonderofscience Sagan was awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1172685676489277440,[],[],0,,False,9479,274,455,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +754,1172669301846708224,1172528108739518473,1568421123000.0,2019-09-14 00:32:03,+0000,,@Wikipedia They used to have butt bellows for blowing smoke up your … along the Thames River in London https://t.co/P8SJGokLY8,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1172669301846708224,['https://en.m.wikipedia.org/wiki/Tobacco_smoke_enema'],[],0,,False,1764,136,88,,None,,,,,,,"[{'screen_name': 'Wikipedia', 'name': 'Wikipedia', 'id': '86390214'}]",,,, +755,1172651839172399104,1172649151282073601,1568416959000.0,2019-09-13 23:22:39,+0000,,@31WA Haha exactly!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1172651839172399104,[],[],0,,False,998,41,31,,None,,,,,,,"[{'screen_name': '31WA', 'name': 'will 🌹🏳️\u200d🌈🍷', 'id': '385173412'}]",,,, +756,1172651572213342208,1172649151282073601,1568416896000.0,2019-09-13 23:21:36,+0000,,@Kristennetten Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1172651572213342208,[],[],0,,False,1256,57,25,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +757,1172649404207005696,1172649151282073601,1568416379000.0,2019-09-13 23:12:59,+0000,,"@GaryTheBot_ Yes, that’s exactly what I meant, Gary the Bot!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1172649404207005696,[],[],0,,False,569,24,22,,None,,,,,,,"[{'screen_name': 'GaryTheBot_', 'name': 'Gary the Bot 🤖', 'id': '64121730'}]",,,, +758,1172649151282073601,1172649151282073601,1568416319000.0,2019-09-13 23:11:59,+0000,,Tesla commercial solar ordering now live at https://t.co/sCkn87vMa9!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1172649151282073601,['http://Tesla.com/bigsolar'],[],0,,False,14265,740,973,,None,,,,,,,[],,,, +759,1172646262060941312,1172583162565812224,1568415630000.0,2019-09-13 23:00:30,+0000,,@RationalEtienne @guardian @verge @CNBC @qz @Reuters @nytimes @Jalopnik @NewYorker @business At least they had great cigars 👍 https://t.co/Iqb25rAtBV,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1172646262060941312,[],['https://pbs.twimg.com/media/EEYTjwcVAAI97O-.jpg'],1,https://pbs.twimg.com/media/EEYTjwcVAAI97O-.jpg,False,985,69,65,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'guardian', 'name': 'The Guardian', 'id': '87818409'}, {'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'qz', 'name': 'Quartz', 'id': '573918122'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}, {'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}, {'screen_name': 'NewYorker', 'name': 'The New Yorker', 'id': '14677919'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +760,1172408684476895232,1172193403444113413,1568358987000.0,2019-09-13 07:16:27,+0000,,@Teslarati Ahem https://t.co/AmlTCVSHGZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1172408684476895232,[],['https://pbs.twimg.com/media/EEU7e8AUEAgEwEl.jpg'],1,https://pbs.twimg.com/media/EEU7e8AUEAgEwEl.jpg,False,10328,225,730,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +761,1172264509274148864,1172062424704462848,1568324613000.0,2019-09-12 21:43:33,+0000,,@justpaulinelol @Dc_Nawfel @universal_sci A Speedraptor is a Velociraptor with no sense of direction (that’s how you can them apart),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1172264509274148864,[],[],0,,False,1406,83,84,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +762,1172264074823909376,1172062424704462848,1568324509000.0,2019-09-12 21:41:49,+0000,,@justpaulinelol @Dc_Nawfel @universal_sci This is technically a Speedraptor,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1172264074823909376,[],[],0,,False,2549,49,82,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +763,1172235837792145408,1172155467348492288,1568317777000.0,2019-09-12 19:49:37,+0000,,"@Teslarati Autopilot active crash prevention keeps getting better, as we examine every crash for improvement & then upload smarter software. Ironically, I hope we’re never on the list!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1172235837792145408,[],[],0,,False,6137,167,464,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +764,1172225657260007425,1172062424704462848,1568315350000.0,2019-09-12 19:09:10,+0000,,@Dc_Nawfel @universal_sci v^2/r is fun haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1172225657260007425,[],[],0,,False,681,35,37,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +765,1172224138531856384,1172062424704462848,1568314988000.0,2019-09-12 19:03:08,+0000,,"@universal_sci Makes it clear that you can only sense acceleration, not velocity",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1172224138531856384,[],[],0,,False,4603,190,254,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +766,1172033306755420160,1171950569843580929,1568269490000.0,2019-09-12 06:24:50,+0000,,@TheOnion The downward spiral …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1172033306755420160,[],[],0,,False,3901,132,117,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +767,1172032459040444417,1172030269756305408,1568269288000.0,2019-09-12 06:21:28,+0000,,@kalinizaurus @wylsacom Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1172032459040444417,[],[],0,,False,2959,43,26,,None,,,,,,,"[{'screen_name': 'kalinizaurus', 'name': 'мне это не интересно', 'id': '327419048'}, {'screen_name': 'wylsacom', 'name': 'Wylsacom', 'id': '284168384'}]",,,, +768,1172032017195655168,1172030269756305408,1568269182000.0,2019-09-12 06:19:42,+0000,,@JCobrae To carry 7 people,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1172032017195655168,[],[],0,,False,9145,204,364,,None,,,,,,,"[{'screen_name': 'JCobrae', 'name': 'JCobrae', 'id': '2642815084'}]",,,, +769,1172030269756305408,1172030269756305408,1568268766000.0,2019-09-12 06:12:46,+0000,,Model S at Nürburgring has 7 seats,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1172030269756305408,[],[],0,,False,40530,1402,1399,,None,,,,,,,[],,,, +770,1172024474218057729,1171962132721614848,1568267384000.0,2019-09-12 05:49:44,+0000,,@ThePhoenixFlare @PPathole @flcnhvy @Sofiaan @emicimaz All great! ♥️ Mel Brooks,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1172024474218057729,[],[],0,,False,724,31,25,,None,,,,,,,"[{'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'emicimaz', 'name': 'Emiliano Mazzetto 🇧🇷🇨🇦🇮🇹', 'id': '2885212708'}]",,,, +771,1172018578322706434,1171962132721614848,1568265978000.0,2019-09-12 05:26:18,+0000,,@PPathole @flcnhvy @Sofiaan @emicimaz Spaceballs,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1172018578322706434,[],[],0,,False,942,34,35,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'emicimaz', 'name': 'Emiliano Mazzetto 🇧🇷🇨🇦🇮🇹', 'id': '2885212708'}]",,,, +772,1172013577688899584,1171962132721614848,1568264786000.0,2019-09-12 05:06:26,+0000,,@flcnhvy @Sofiaan @emicimaz Flux capacitor option package,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1172013577688899584,[],[],0,,False,2031,57,69,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'emicimaz', 'name': 'Emiliano Mazzetto 🇧🇷🇨🇦🇮🇹', 'id': '2885212708'}]",,,, +773,1171968839875088384,1171962132721614848,1568254120000.0,2019-09-12 02:08:40,+0000,,@Sofiaan @emicimaz Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1171968839875088384,[],[],0,,False,1542,61,36,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'emicimaz', 'name': 'Emiliano Mazzetto 🇧🇷🇨🇦🇮🇹', 'id': '2885212708'}]",,,, +774,1171965361022914560,1171962132721614848,1568253290000.0,2019-09-12 01:54:50,+0000,,@MKBHD Soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1171965361022914560,[],[],0,,False,5743,92,98,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +775,1171965230127009793,1171962132721614848,1568253259000.0,2019-09-12 01:54:19,+0000,,"@emicimaz Yes. To be clear, Plaid powertrain is about a year away from production & applies to S,X & Roadster, but not 3 or Y. Will cost more than our current offerings, but less than competitors.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1171965230127009793,[],[],0,,False,3013,165,241,,None,,,,,,,"[{'screen_name': 'emicimaz', 'name': 'Emiliano Mazzetto 🇧🇷🇨🇦🇮🇹', 'id': '2885212708'}]",,,, +776,1171962235448487936,1171962132721614848,1568252545000.0,2019-09-12 01:42:25,+0000,,@annerajb No,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1171962235448487936,[],[],0,,False,2017,130,37,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +777,1171962132721614848,1171962132721614848,1568252521000.0,2019-09-12 01:42:01,+0000,,The only thing beyond Ludicrous is Plaid,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1171962132721614848,[],[],0,,False,58957,1957,3665,,None,,,,,,,[],,,, +778,1171879698491559936,1171786191164731393,1568232867000.0,2019-09-11 20:14:27,+0000,,@v_g_fischer @teslaownersSV @flcnhvy @nichegamer A Flock of Bricks,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1171879698491559936,[],[],0,,False,881,55,29,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +779,1171802135383564289,1171657063853973506,1568214374000.0,2019-09-11 15:06:14,+0000,,@MKBHD @alistairmilne Next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1171802135383564289,[],[],0,,False,8179,144,146,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'alistairmilne', 'name': 'Alistair Milne', 'id': '20902138'}]",,,, +780,1171788208994058243,1171786191164731393,1568211054000.0,2019-09-11 14:10:54,+0000,,@RenataKonkoly @teslaownersSV @flcnhvy @nichegamer Cuphead,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1171788208994058243,[],[],0,,False,706,51,24,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +781,1171787976218562562,1171786191164731393,1568210998000.0,2019-09-11 14:09:58,+0000,,@teslaownersSV @flcnhvy @nichegamer Of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1171787976218562562,[],[],0,,False,518,37,17,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +782,1171787820312121346,1171786191164731393,1568210961000.0,2019-09-11 14:09:21,+0000,,@flcnhvy @nichegamer Polytopia,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1171787820312121346,[],[],0,,False,453,24,22,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +783,1171786818812928001,1171786191164731393,1568210723000.0,2019-09-11 14:05:23,+0000,,@nichegamer This could be good,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1171786818812928001,[],[],0,,False,1086,44,34,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +784,1171667813217517569,1171657063853973506,1568182349000.0,2019-09-11 06:12:29,+0000,,"@alistairmilne But we probably won’t try for best lap time this week, as we need to review & tune Model S thoroughly for safety on Nürburgring, especially Flugplatz section",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1171667813217517569,[],[],0,,False,5139,191,143,,None,,,,,,,"[{'screen_name': 'alistairmilne', 'name': 'Alistair Milne', 'id': '20902138'}]",,,, +785,1171664944934346754,1171657063853973506,1568181666000.0,2019-09-11 06:01:06,+0000,,@alistairmilne Model S is already there,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1171664944934346754,[],[],0,,False,3378,46,74,,None,,,,,,,"[{'screen_name': 'alistairmilne', 'name': 'Alistair Milne', 'id': '20902138'}]",,,, +786,1171657063853973506,1171657063853973506,1568179787000.0,2019-09-11 05:29:47,+0000,,"Model S just set record for fastest 4 door ever at Laguna Seca, video tmrw",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1171657063853973506,[],[],0,,False,61436,1248,3169,,None,,,,,,,[],,,, +787,1171654095972814854,1171653682154397697,1568179079000.0,2019-09-11 05:17:59,+0000,,@hanktheskank34 @joerogan 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1171654095972814854,[],[],0,,False,4043,39,54,,None,,,,,,,"[{'screen_name': 'hanktheskank34', 'name': 'hank \U0001f9a7', 'id': '4685919458'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +788,1171653682154397697,1171653682154397697,1568178980000.0,2019-09-11 05:16:20,+0000,,DMT FTW https://t.co/DgfQ2teLG2,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1171653682154397697,[],['https://pbs.twimg.com/media/EEKMyoxXUAAGXZQ.jpg'],1,https://pbs.twimg.com/media/EEKMyoxXUAAGXZQ.jpg,False,314467,2185,55137,,None,,,,,,,[],,,, +789,1171513413274460161,1171513413274460161,1568145538000.0,2019-09-10 19:58:58,+0000,,Getting ready for flight of orbit-class Starship design,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1171513413274460161,[],[],0,,False,13787,423,978,https://twitter.com/Teslarati/status/1171502020114538497,None,,,,,,,[],,,, +790,1171511741810765827,1171504140712730624,1568145139000.0,2019-09-10 19:52:19,+0000,,@flcnhvy @SamNazarius @mortchad @TheOnion Aargh!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1171511741810765827,[],[],0,,False,1004,33,21,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'mortchad', 'name': 'Chad Mortensen', 'id': '451261679'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +791,1171510973686898688,1171504140712730624,1568144956000.0,2019-09-10 19:49:16,+0000,,"@SamNazarius @mortchad @TheOnion No, but that was an epic piece at a time when the word was being overrun by demented versions of an otherwise delightful jam container. It was like World War Z, but mason jars …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1171510973686898688,[],[],0,,False,819,23,24,,None,,,,,,,"[{'screen_name': 'mortchad', 'name': 'Chad Mortensen', 'id': '451261679'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +792,1171505252530475009,1171504140712730624,1568143592000.0,2019-09-10 19:26:32,+0000,,@mortchad @TheOnion I’d love to,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1171505252530475009,[],[],0,,False,1490,59,31,,None,,,,,,,"[{'screen_name': 'mortchad', 'name': 'Chad Mortensen', 'id': '451261679'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +793,1171505023697575936,1171504140712730624,1568143537000.0,2019-09-10 19:25:37,+0000,,obv,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1171505023697575936,[],[],0,,False,11971,246,326,,None,,,,,,,[],,,, +794,1171502447048548352,1171486774041825280,1568142923000.0,2019-09-10 19:15:23,+0000,,@TheOnion @tim_cook 👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1171502447048548352,[],[],0,,False,1721,50,54,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}, {'screen_name': 'tim_cook', 'name': 'Tim Cook', 'id': '1636590253'}]",,,, +795,1171499981821243399,1171499407956529155,1568142335000.0,2019-09-10 19:05:35,+0000,,@kimpaquette @Tesla For sure!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1171499981821243399,[],[],0,,False,1103,33,17,,None,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄', 'id': '258602317'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +796,1171499407956529155,1171499407956529155,1568142198000.0,2019-09-10 19:03:18,+0000,,♥️♥️🇮🇸🇮🇸 Ísland 🇮🇸🇮🇸♥️♥️,is,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1171499407956529155,[],[],0,,False,26944,375,1201,https://twitter.com/jorgemilburn/status/1171146084154052608,None,,,,,,,[],,,, +797,1171353781268697089,1171353588985188352,1568107478000.0,2019-09-10 09:24:38,+0000,,@C3LT_Games Will be answered on 28th,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1171353781268697089,[],[],0,,False,837,40,36,,None,,,,,,,"[{'screen_name': 'C3LT_Games', 'name': 'C3LT', 'id': '1111004268339843072'}]",,,, +798,1171334805088137216,1171235243895873543,1568102954000.0,2019-09-10 08:09:14,+0000,,@tesla_truth Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1171334805088137216,[],[],0,,False,6661,111,175,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +799,1171334476267278337,1170977670651424768,1568102876000.0,2019-09-10 08:07:56,+0000,,@kierank_ @Teslarati Looks good,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1171334476267278337,[],[],0,,False,655,12,21,,None,,,,,,,"[{'screen_name': 'kierank_', 'name': 'Kieran Kunhya 🚀', 'id': '4526988377'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +800,1171333987941240832,1170977670651424768,1568102759000.0,2019-09-10 08:05:59,+0000,,@MemesOfMars @Teslarati The mechanical attachment mechanism. We need to make sure they won’t fall off due to vibration & acoustics.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1171333987941240832,[],[],0,,False,755,19,28,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +801,1171310039069388800,1170977670651424768,1568097049000.0,2019-09-10 06:30:49,+0000,,@nate_mccomb @Teslarati 48 61 20 68 61,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1171310039069388800,[],[],0,,False,794,88,22,,None,,,,,,,"[{'screen_name': 'nate_mccomb', 'name': 'Nate McComb (Purple Model 3)', 'id': '195166950'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +802,1171308928476385281,1170977670651424768,1568096785000.0,2019-09-10 06:26:25,+0000,,"@Teslarati The hex tiles are actually mechanically attached, which is important to allow for very high temp on back side of tile that would destroy any adhesive. Marshmellow-looking thing is a rope seal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1171308928476385281,[],[],0,,False,1684,58,85,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +803,1171198014897016833,1171114241706942464,1568070341000.0,2019-09-09 23:05:41,+0000,,"@Erdayastronaut @JHC2718 @MagnussonMani @vicvic21266 @flcnhvy @DJSnM @KevinKling12 @spaceXcentric Failure rate is actually both higher & lower than that, as the Falcon 9 design has changed almost completely several times. Currently flying version has no failures (may fate continue to be merciful), but older versions therefore have a higher failure rate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1171198014897016833,[],[],0,,False,1703,53,62,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MagnussonMani', 'name': 'Máni Magnússon', 'id': '1052323715134971906'}, {'screen_name': 'vicvic21266', 'name': 'Victor', 'id': '4245954077'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +804,1171181961555001347,1171114241706942464,1568066513000.0,2019-09-09 22:01:53,+0000,,@Erdayastronaut @IvanEscobosa @DJSnM @KevinKling12 @spaceXcentric Precisely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1171181961555001347,[],[],0,,False,1159,55,23,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +805,1171161289105653761,1171114241706942464,1568061585000.0,2019-09-09 20:39:45,+0000,,"@Erdayastronaut @DJSnM @KevinKling12 @spaceXcentric Distance from fireball is 0.5*a*t^2, so if t is small, you haven’t moved far even if a is high. At ~6g thrust, you’ll only travel ~0.03m in 100 ms. Pressure wave (aka explosion) with liquid rockets is low, as ox & fuel are poorly mixed. If you can fly out of it, you’re prob ok.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1171161289105653761,[],[],0,,False,1232,80,53,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +806,1171157151030530048,1171114241706942464,1568060598000.0,2019-09-09 20:23:18,+0000,,@Erdayastronaut @vicvic21266 @flcnhvy @DJSnM @KevinKling12 @spaceXcentric 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1171157151030530048,[],[],0,,False,1226,33,34,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'vicvic21266', 'name': 'Victor', 'id': '4245954077'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +807,1171156914387841024,1171114241706942464,1568060542000.0,2019-09-09 20:22:22,+0000,,@flcnhvy @DJSnM @Erdayastronaut @KevinKling12 @spaceXcentric You know destination weather before departure & there’s no weather in space,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1171156914387841024,[],[],0,,False,683,34,23,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +808,1171141226109620224,1171114241706942464,1568056801000.0,2019-09-09 19:20:01,+0000,,"@flcnhvy @DJSnM @Erdayastronaut @KevinKling12 @spaceXcentric Everything happens so fast. It’s such a different paradigm that applying aircraft concepts to rockets is almost like applying shipping concepts to aircraft. Travels 10,000 km in 30 mins.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1171141226109620224,[],[],0,,False,1251,34,48,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +809,1171125683327651840,1171114241706942464,1568053096000.0,2019-09-09 18:18:16,+0000,,"@DJSnM @Erdayastronaut @KevinKling12 @spaceXcentric Not currently planning for pad abort with early Starships, but maybe we should. Vac engines would be dual bell & fixed (no gimbal), which means we can stabilize nozzle against hull.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1171125683327651840,[],[],0,,False,1153,62,60,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +810,1171124402726899712,1171114241706942464,1568052790000.0,2019-09-09 18:13:10,+0000,,"@Erdayastronaut @DJSnM @KevinKling12 @spaceXcentric Raptor turbines can spin up extremely fast. We take it easy on the test stand, but that’s not indicative of capability.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1171124402726899712,[],[],0,,False,1210,51,45,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +811,1171123349537185792,1171114241706942464,1568052539000.0,2019-09-09 18:08:59,+0000,,"@Erdayastronaut @KevinKling12 @DJSnM @spaceXcentric Over time, 355 & 385 are possible, but very difficult",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1171123349537185792,[],[],0,,False,835,26,22,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +812,1171122883567017987,1171114241706942464,1568052428000.0,2019-09-09 18:07:08,+0000,,@SpaceXFan97 @Erdayastronaut @KevinKling12 @DJSnM @spaceXcentric Most likely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1171122883567017987,[],[],0,,False,548,13,12,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +813,1171119250376757248,1170955451439075329,1568051562000.0,2019-09-09 17:52:42,+0000,,@EvaFoxU @justpaulinelol @flcnhvy @tarimnazmi Photoshop is amazing,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1171119250376757248,[],[],0,,False,670,24,19,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'tarimnazmi', 'name': 'Nazmi TARIM', 'id': '1025689197577945088'}]",,,, +814,1171118891671490560,1171114241706942464,1568051476000.0,2019-09-09 17:51:16,+0000,,"@Erdayastronaut @KevinKling12 @DJSnM @spaceXcentric Sea level Raptor’s vacuum Isp is ~350 sec, but ~380 sec with larger vacuum-optimized nozzle",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1171118891671490560,[],[],0,,False,1191,39,31,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +815,1171117928516767744,1170955451439075329,1568051247000.0,2019-09-09 17:47:27,+0000,,@Erdayastronaut @flcnhvy @tarimnazmi For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1171117928516767744,[],[],0,,False,1110,32,28,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'tarimnazmi', 'name': 'Nazmi TARIM', 'id': '1025689197577945088'}]",,,, +816,1171112456107593729,1170955451439075329,1568049942000.0,2019-09-09 17:25:42,+0000,,@justpaulinelol Actually true,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1171112456107593729,[],[],0,,False,569,22,19,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +817,1170983609492103168,1170955451439075329,1568019222000.0,2019-09-09 08:53:42,+0000,,"@flcnhvy @tarimnazmi Ceres, Callisto, Ganymede & Titan",es,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1170983609492103168,[],[],0,,False,2156,155,116,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'tarimnazmi', 'name': 'Nazmi TARIM', 'id': '1025689197577945088'}]",,,, +818,1170972725868781568,1170972725868781568,1568016628000.0,2019-09-09 08:10:28,+0000,,And flights of angels sing thee to thy rest https://t.co/Vh1L7hv2dW,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1170972725868781568,[],['https://pbs.twimg.com/media/EEAhe86UYAAHAg2.jpg'],1,https://pbs.twimg.com/media/EEAhe86UYAAHAg2.jpg,False,53646,726,3602,,None,,,,,,,[],,,, +819,1170960447589117952,1170955451439075329,1568013700000.0,2019-09-09 07:21:40,+0000,,@EvaFoxU Deep lore,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1170960447589117952,[],[],0,,False,903,21,19,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +820,1170958712321658880,1170888470052499456,1568013287000.0,2019-09-09 07:14:47,+0000,,@dStanca Hoping to open in Romania soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1170958712321658880,[],[],0,,False,5016,164,195,,None,,,,,,,"[{'screen_name': 'dStanca', 'name': 'Dragos Stanca', 'id': '27002930'}]",,,, +821,1170956318527504384,1170955451439075329,1568012716000.0,2019-09-09 07:05:16,+0000,,@tarimnazmi Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1170956318527504384,[],[],0,,False,1858,41,33,,None,,,,,,,"[{'screen_name': 'tarimnazmi', 'name': 'Nazmi TARIM', 'id': '1025689197577945088'}]",,,, +822,1170955451439075329,1170955451439075329,1568012509000.0,2019-09-09 07:01:49,+0000,,Probability that we’re in base Polytopia is highly unlikely - KWM,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1170955451439075329,[],[],0,,False,15081,360,490,,None,,,,,,,[],,,, +823,1170908897458081792,1170905273059483648,1568001410000.0,2019-09-09 03:56:50,+0000,,@MikeHudema @GretaThunberg Wow cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1170908897458081792,[],[],0,,False,1625,69,71,,None,,,,,,,"[{'screen_name': 'MikeHudema', 'name': 'Mike Hudema', 'id': '15088481'}, {'screen_name': 'GretaThunberg', 'name': 'Greta Thunberg', 'id': '1006419421244678144'}]",,,, +824,1170888470052499456,1170888470052499456,1567996539000.0,2019-09-09 02:35:39,+0000,,Why aren’t more people talking about this!? https://t.co/iUFIBcDQrp,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1170888470052499456,[],['https://pbs.twimg.com/media/ED_U24WUEAAL6Bq.jpg'],1,https://pbs.twimg.com/media/ED_U24WUEAAL6Bq.jpg,False,134388,4449,13885,,None,,,,,,,[],,,, +825,1170531288102494208,1170400154240933891,1567911381000.0,2019-09-08 02:56:21,+0000,,@flcnhvy @WorldAndScience Sounds about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1170531288102494208,[],[],0,,False,2383,86,61,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +826,1170527484212678658,1170400154240933891,1567910474000.0,2019-09-08 02:41:14,+0000,,@WorldAndScience It’s not,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1170527484212678658,[],[],0,,False,8630,386,293,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +827,1170477808595820544,1170467211779035137,1567898630000.0,2019-09-07 23:23:50,+0000,,"@meamZ_MZ @widespreadcha0s @HeyMarkL @Tesla Over time, it will be 100% sustainable",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1170477808595820544,[],[],0,,False,3451,66,82,,None,,,,,,,"[{'screen_name': 'meamZ_MZ', 'name': 'Michael Z.', 'id': '3140056353'}, {'screen_name': 'widespreadcha0s', 'name': 'Justin', 'id': '713203191899357185'}, {'screen_name': 'HeyMarkL', 'name': 'Mark Linsangan', 'id': '37261200'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +828,1170475223499411456,1170475223499411456,1567898014000.0,2019-09-07 23:13:34,+0000,,Hadouken!! https://t.co/gN915jdvsl,nl,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1170475223499411456,[],['https://pbs.twimg.com/media/ED5dAwZVUAAt7MN.jpg'],1,https://pbs.twimg.com/media/ED5dAwZVUAAt7MN.jpg,False,258691,1596,32221,,None,,,,,,,[],,,, +829,1170471170098884608,1169695493594574848,1567897047000.0,2019-09-07 22:57:27,+0000,,"@RenataKonkoly Offer me money, offer me power … https://t.co/zwcLa89cGR",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1170471170098884608,['https://m.youtube.com/watch?v=d5TiaQeuNO0'],[],0,,False,698,49,37,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}]",,,, +830,1170469030265667584,1169695493594574848,1567896537000.0,2019-09-07 22:48:57,+0000,,Also https://t.co/LTX4acsgAS,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1170469030265667584,[],['https://pbs.twimg.com/media/ED5XYRZUEAAvdBN.jpg'],1,https://pbs.twimg.com/media/ED5XYRZUEAAvdBN.jpg,False,14484,215,492,,None,,,,,,,[],,,, +831,1170431020358758401,1163020430136844288,1567887475000.0,2019-09-07 20:17:55,+0000,,"Without the removal fee, Tesla Solar is unequivocally a guaranteed, instant money printer, producing $300 to $1000 per year (in after tax income!)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1170431020358758401,[],[],0,,False,8067,381,369,,None,,,,,,,[],,,, +832,1170429838550650881,1163020430136844288,1567887193000.0,2019-09-07 20:13:13,+0000,,"For the remainder of September, Tesla is permanently waiving the $1500 solar removal fee requirement. Note, the ability to stop monthly payments at any time remains.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1170429838550650881,[],[],0,,False,7516,184,299,,None,,,,,,,[],,,, +833,1170424775149117440,1170424463558610949,1567885986000.0,2019-09-07 19:53:06,+0000,,@AWintersong Definitely for Space Force. We need to make Starfleet real.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170424775149117440,[],[],0,,False,1929,108,138,,None,,,,,,,"[{'screen_name': 'AWintersong', 'name': 'David Hindberg', 'id': '2497278727'}]",,,, +834,1170423740120743936,1170423220731645953,1567885739000.0,2019-09-07 19:48:59,+0000,,"@chandanudawat Very exciting to see India’s rapid progress in space! There are always setbacks, of course, but I think India is doing great overall.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170423740120743936,[],[],0,,False,3781,56,399,,None,,,,,,,"[{'screen_name': 'chandanudawat', 'name': 'Chandan Singh Rathore', 'id': '222401431'}]",,,, +835,1170422160654884864,1170371164897562626,1567885363000.0,2019-09-07 19:42:43,+0000,,@RenataKonkoly @HarryStoltz1 @teslaownersSV @tesla_truth @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170422160654884864,[],[],0,,False,1218,33,41,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +836,1170421587889123328,1169751839035641857,1567885226000.0,2019-09-07 19:40:26,+0000,,"@nico_rosberg Thanks for offering! Sure, that would be great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170421587889123328,[],[],0,,False,3923,138,189,,None,,,,,,,"[{'screen_name': 'Nico_Rosberg', 'name': 'Edward Norton', 'id': '1168608879388889088'}]",,,, +837,1170416099885604864,1170371164897562626,1567883918000.0,2019-09-07 19:18:38,+0000,,@flcnhvy @annerajb @brandonbernicky @Gfilche @teslaownersSV @tesla_truth @Tesla We might be in one right now,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170416099885604864,[],[],0,,False,769,67,32,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +838,1170416016226058240,1170371164897562626,1567883898000.0,2019-09-07 19:18:18,+0000,,"@IvanEscobosa @annerajb @brandonbernicky @Gfilche @teslaownersSV @tesla_truth @Tesla No, probably V10.1",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170416016226058240,[],[],0,,False,543,17,21,,None,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +839,1170415568081416192,1170371164897562626,1567883791000.0,2019-09-07 19:16:31,+0000,,"@annerajb @brandonbernicky @Gfilche @teslaownersSV @tesla_truth @Tesla Merging code branches & one more QA-level release this week. Hopefully, EAP wide release week after.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170415568081416192,[],[],0,,False,583,26,34,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +840,1170414434763698176,1170371164897562626,1567883521000.0,2019-09-07 19:12:01,+0000,,"@brandonbernicky @Gfilche @teslaownersSV @tesla_truth @Tesla Looking good. Smart summon is almost great. Drive-in theater mode, caraoke & Cuphead are awesome.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170414434763698176,[],[],0,,False,833,55,73,,None,,,,,,,"[{'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +841,1170413664714641408,1170371164897562626,1567883337000.0,2019-09-07 19:08:57,+0000,,@Gfilche @teslaownersSV @tesla_truth @Tesla 🥳,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170413664714641408,[],[],0,,False,1073,38,36,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +842,1170408143102201857,1170371164897562626,1567882021000.0,2019-09-07 18:47:01,+0000,,@HarryStoltz1 @teslaownersSV @tesla_truth @Tesla For sure on first crewed missions for exactly that reason,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1170408143102201857,[],[],0,,False,655,31,33,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +843,1170407594948624384,1170371164897562626,1567881890000.0,2019-09-07 18:44:50,+0000,,"@teslaownersSV @tesla_truth @Tesla Wanted to build an electric car company in college. Was going to do PhD at Stanford in electric energy storage (ultracaps), but got distracted for a few years by the Internet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1170407594948624384,[],[],0,,False,1931,89,150,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +844,1170406762588979200,1170371164897562626,1567881691000.0,2019-09-07 18:41:31,+0000,,@tesla_truth @Tesla 10 years ago …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1170406762588979200,[],[],0,,False,1948,55,88,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +845,1170401244310949888,1170395921831493632,1567880376000.0,2019-09-07 18:19:36,+0000,,@vincent13031925 @Eljaboom November most likely,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1170401244310949888,[],[],0,,False,1912,126,122,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Eljaboom', 'name': 'Elja𝕭oom💥', 'id': '3296780478'}]",,,, +846,1170396807437832192,1170395921831493632,1567879318000.0,2019-09-07 18:01:58,+0000,,@Eljaboom We’re almost there,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1170396807437832192,[],[],0,,False,1502,53,51,,None,,,,,,,"[{'screen_name': 'Eljaboom', 'name': 'Elja𝕭oom💥', 'id': '3296780478'}]",,,, +847,1170395921831493632,1170395921831493632,1567879107000.0,2019-09-07 17:58:27,+0000,,Tesla doing laps at Nerdburgering,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1170395921831493632,[],[],0,,False,39213,646,2612,https://twitter.com/Tesla/status/1170381150847741952,None,,,,,,,[],,,, +848,1170264393801592832,1169695493594574848,1567847748000.0,2019-09-07 09:15:48,+0000,,But Taycan does seem like a good car. Nürburgring track time is great.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1170264393801592832,[],[],0,,False,22825,474,553,,None,,,,,,,[],,,, +849,1170250275551993856,1170244355761823744,1567844382000.0,2019-09-07 08:19:42,+0000,,@newscientist Sounds sweaty https://t.co/tcR4zLra3Z,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1170250275551993856,['https://m.youtube.com/watch?v=bPpcfH_HHH8'],[],0,,False,807,97,44,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +850,1170094801699520513,1170019915971092480,1567807314000.0,2019-09-06 22:01:54,+0000,,@newscientist 😲,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1170094801699520513,[],[],0,,False,1511,118,62,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +851,1170013170645123072,1169966020620095489,1567787852000.0,2019-09-06 16:37:32,+0000,,@NewsfromScience A Neuralink could increase this by several orders of magnitude,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1170013170645123072,[],[],0,,False,3678,307,186,,None,,,,,,,"[{'screen_name': 'NewsfromScience', 'name': 'News from Science', 'id': '17089636'}]",,,, +852,1169884144106528769,1169876768477470720,1567757090000.0,2019-09-06 08:04:50,+0000,,@MrRozanov @belpartisan Uh no,es,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1169884144106528769,[],[],0,,False,2525,93,341,,None,,,,,,,"[{'screen_name': 'MrRozanov', 'name': 'Слава Украине!', 'id': '2223896561'}, {'screen_name': 'belpartisan', 'name': 'Белорусский партизан', 'id': '505941915'}]",,,, +853,1169883160152170498,1169882704394911744,1567756855000.0,2019-09-06 08:00:55,+0000,,@nabz713 🤗,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1169883160152170498,[],[],0,,False,1697,79,40,,None,,,,,,,"[{'screen_name': 'nabz713', 'name': 'η', 'id': '1052820830'}]",,,, +854,1169837408780578821,1169695493594574848,1567745947000.0,2019-09-06 04:59:07,+0000,,"@HarryStoltz1 @RationalEtienne @florindoc2003 @Kristennetten @Jalopnik @Porsche Legs, but this render isn’t accurate",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1169837408780578821,[],[],0,,False,660,43,22,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'florindoc2003', 'name': 'Riddick ghost', 'id': '4527711617'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}, {'screen_name': 'Porsche', 'name': 'Porsche', 'id': '57016932'}]",,,, +855,1169836911097085953,1169695493594574848,1567745828000.0,2019-09-06 04:57:08,+0000,,"@RationalEtienne @florindoc2003 @Kristennetten @Jalopnik @Porsche In some of those, I’m even funny",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1169836911097085953,[],[],0,,False,2958,61,70,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'florindoc2003', 'name': 'Riddick ghost', 'id': '4527711617'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}, {'screen_name': 'Porsche', 'name': 'Porsche', 'id': '57016932'}]",,,, +856,1169787345609977857,1169695493594574848,1567734011000.0,2019-09-06 01:40:11,+0000,,@Kristennetten @Jalopnik @Porsche 🤔,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1169787345609977857,[],[],0,,False,2954,60,48,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}, {'screen_name': 'Porsche', 'name': 'Porsche', 'id': '57016932'}]",,,, +857,1169751839035641857,1169751839035641857,1567725546000.0,2019-09-05 23:19:06,+0000,,Model S on Nürburgring next week,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1169751839035641857,[],[],0,,False,82520,2587,5612,,None,,,,,,,[],,,, +858,1169737638162522112,1169695493594574848,1567722160000.0,2019-09-05 22:22:40,+0000,,"@Jalopnik @Porsche Also, cars are called “automobiles”",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1169737638162522112,[],[],0,,False,11817,141,206,,None,,,,,,,"[{'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}, {'screen_name': 'Porsche', 'name': 'Porsche', 'id': '57016932'}]",,,, +859,1169736607672352768,1169695493594574848,1567721914000.0,2019-09-05 22:18:34,+0000,,@Jalopnik @Porsche Jalopnik not sharpest tool in shed … https://t.co/6MeFDpotrB,nl,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1169736607672352768,['https://en.m.wikipedia.org/wiki/Autopilot'],[],0,,False,17950,312,520,,None,,,,,,,"[{'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}, {'screen_name': 'Porsche', 'name': 'Porsche', 'id': '57016932'}]",,,, +860,1169696114351599617,1169695493594574848,1567712260000.0,2019-09-05 19:37:40,+0000,,@Michael7Striker @Porsche 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1169696114351599617,[],[],0,,False,5402,46,46,,None,,,,,,,"[{'screen_name': 'Michael7Striker', 'name': 'Michael Striker', 'id': '3393843347'}, {'screen_name': 'Porsche', 'name': 'Porsche', 'id': '57016932'}]",,,, +861,1169695493594574848,1169695493594574848,1567712112000.0,2019-09-05 19:35:12,+0000,,"Um @Porsche, this word Turbo does not mean what you think it does",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1169695493594574848,[],[],0,,False,159929,3215,12643,,None,,,,,,,[],,,, +862,1169652891767820288,1169525979867488256,1567701955000.0,2019-09-05 16:45:55,+0000,,@ethelreddy1 @Tesla Looking into it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1169652891767820288,[],[],0,,False,3021,82,41,,None,,,,,,,"[{'screen_name': 'ethelreddy1', 'name': 'ethelreddy', 'id': '996126770767323139'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +863,1169643886966267905,1169643711669690368,1567699808000.0,2019-09-05 16:10:08,+0000,,"@WillyTHodgkins Yes, and it ♥️♥️♥️ irony",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1169643886966267905,[],[],0,,False,821,57,49,,None,,,,,,,"[{'screen_name': 'WillyTHodgkins', 'name': 'William T. Hodgkins', 'id': '915957701301215232'}]",,,, +864,1169643664806539264,1169643219258245121,1567699755000.0,2019-09-05 16:09:15,+0000,,"@TeslaTrip Still too buggy to be in wide EAP. Requires more testing. Hopefully, going to wide EAP next week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1169643664806539264,[],[],0,,False,1018,74,45,,None,,,,,,,"[{'screen_name': 'TeslaTrip', 'name': 'TeslaTrip', 'id': '1191917785'}]",,,, +865,1169511820840693761,1169511218056499200,1567668321000.0,2019-09-05 07:25:21,+0000,,@thbo It’s up to 🇳🇴 & 🇳🇱 as to whether they go with EU rules or rest of world. Not our choice.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1169511820840693761,[],[],0,,False,1478,39,44,,None,,,,,,,"[{'screen_name': 'thbo', 'name': 'Thomas Boom', 'id': '11856882'}]",,,, +866,1169351395377475584,1169338531514376193,1567630072000.0,2019-09-04 20:47:52,+0000,,"@justpaulinelol @Tesla Same, except where limited by EU regulations. We’re aware of extreme consumer unhappiness about this & are working with EU regulators to address.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1169351395377475584,[],[],0,,False,1949,80,85,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +867,1169343287746072576,1169338531514376193,1567628139000.0,2019-09-04 20:15:39,+0000,,"@Tesla In close traffic, poisonous gas spewing from the car in front of you goes straight into your AC intake. Good thing gas/diesel carmakers didn’t cheat on their emissions or we’d be in real trouble 😅",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1169343287746072576,[],[],0,,False,30937,783,2787,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +868,1169180803114270720,1169047978449018881,1567589400000.0,2019-09-04 09:30:00,+0000,,@nichegamer Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1169180803114270720,[],[],0,,False,22581,497,977,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +869,1169180347633827840,1168682713026564097,1567589291000.0,2019-09-04 09:28:11,+0000,,@konrad_bilinski Gasoline is designed to burn,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1169180347633827840,[],[],0,,False,18079,313,753,,None,,,,,,,"[{'screen_name': 'konrad_bilinski', 'name': 'MP yea you know me', 'id': '4889482527'}]",,,, +870,1169141620178071552,1168983557299159042,1567580058000.0,2019-09-04 06:54:18,+0000,,@ElecVehicleGuy @Tesla Anywhere insurance prices are high,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1169141620178071552,[],[],0,,False,926,67,33,,None,,,,,,,"[{'screen_name': 'ElecVehicleGuy', 'name': 'Electric Vehicle Guy', 'id': '713716834361556992'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +871,1168995761905950725,1168994301373796352,1567545283000.0,2019-09-03 21:14:43,+0000,,"@Sofiaan @flcnhvy @coolsilver @Tesla Yeah, several. Smart Summon most significant.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1168995761905950725,[],[],0,,False,864,67,45,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'coolsilver', 'name': 'CoolSilver Wolf', 'id': '21091229'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +872,1168994690559094785,1168994301373796352,1567545027000.0,2019-09-03 21:10:27,+0000,,@flcnhvy @coolsilver @Tesla Both 🍀 and 😋 buttons in V10.0,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1168994690559094785,[],[],0,,False,464,31,27,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'coolsilver', 'name': 'Silver Wolf 🇺🇸💎🙌', 'id': '21091229'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +873,1168994403656130562,1168983557299159042,1567544959000.0,2019-09-03 21:09:19,+0000,,@teslaownersSV @tesla_truth Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1168994403656130562,[],[],0,,False,1151,48,35,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +874,1168994354117185536,1168994301373796352,1567544947000.0,2019-09-03 21:09:07,+0000,,@coolsilver @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1168994354117185536,[],[],0,,False,455,11,20,,None,,,,,,,"[{'screen_name': 'coolsilver', 'name': 'CoolSilver Wolf', 'id': '21091229'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +875,1168994176375173123,1168983557299159042,1567544905000.0,2019-09-03 21:08:25,+0000,,@tesla_truth Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1168994176375173123,[],[],0,,False,1071,28,19,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +876,1168983557299159042,1168983557299159042,1567542373000.0,2019-09-03 20:26:13,+0000,,"Try Tesla Insurance. Should be ~20% less than avg. Currently only in California, but expanding soon. Critical feedback much appreciated. https://t.co/L8xv8vxllj",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1168983557299159042,['http://Tesla.com/insurance'],[],0,,False,16601,1371,1192,,None,,,,,,,[],,,, +877,1167554048494592002,1158819893497737216,1567201551000.0,2019-08-30 21:45:51,+0000,,@HjorturBrynjars @Tesla Opening on 9/9,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1167554048494592002,[],[],0,,False,1116,85,50,,None,,,,,,,"[{'screen_name': 'HjorturBrynjars', 'name': 'Hjörtur Brynjarsson', 'id': '931445112672047104'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +878,1167522505982128130,1167411648753217537,1567194031000.0,2019-08-30 19:40:31,+0000,,@fermatslibrary Slowpoke! Didn’t even finish his hypothesis …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1167522505982128130,[],[],0,,False,1841,101,74,,None,,,,,,,"[{'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +879,1167520720236232709,1167520720236232709,1567193605000.0,2019-08-30 19:33:25,+0000,,Haha actually true https://t.co/VNB822fpPT,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1167520720236232709,[],['https://pbs.twimg.com/media/EDPd4JJXUAc6cCv.jpg'],1,https://pbs.twimg.com/media/EDPd4JJXUAc6cCv.jpg,False,322793,1954,49380,,None,,,,,,,[],,,, +880,1167439895645888512,1167310499957968896,1567174335000.0,2019-08-30 14:12:15,+0000,,@vincent13031925 So good!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1167439895645888512,[],[],0,,False,2233,85,71,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +881,1167438474972139521,1167438474972139521,1567173997000.0,2019-08-30 14:06:37,+0000,, https://t.co/G98dOzgWTv,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1167438474972139521,[],['https://pbs.twimg.com/media/EDOTD3yXUAAbkHK.jpg'],1,https://pbs.twimg.com/media/EDOTD3yXUAAbkHK.jpg,False,51051,463,4214,https://twitter.com/Teslarati/status/1167410401878974465,None,,,,,,,[],,,, +882,1167280620726345729,1167278517609844736,1567136361000.0,2019-08-30 03:39:21,+0000,,@tesla_truth Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1167280620726345729,[],[],0,,False,3176,131,88,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +883,1167264136788680704,1166945216571441152,1567132431000.0,2019-08-30 02:33:51,+0000,,@WadeAndersonPT @Tesla Coming soon. Version 10.1 at latest.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1167264136788680704,[],[],0,,False,3054,118,81,,None,,,,,,,"[{'screen_name': 'WadeAndersonPT', 'name': 'wade', 'id': '967929328053862400'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +884,1167177512264192000,1167174998013960207,1567111778000.0,2019-08-29 20:49:38,+0000,,@Model3Owners @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1167177512264192000,[],[],0,,False,1956,93,154,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +885,1167152330707357697,1167150864513081344,1567105774000.0,2019-08-29 19:09:34,+0000,,@PatrickMJanson 🇮🇸 Iceland 🇮🇸 for sure!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1167152330707357697,[],[],0,,False,2117,90,51,,None,,,,,,,"[{'screen_name': 'PatrickMJanson', 'name': 'Patrick Janson', 'id': '908254061400657921'}]",,,, +886,1167149103135870976,1167143985518977026,1567105005000.0,2019-08-29 18:56:45,+0000,,"@HjorturBrynjars @enn_nafnlaus @Tesla Very soon, sorry for the delay",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1167149103135870976,[],[],0,,False,781,36,27,,None,,,,,,,"[{'screen_name': 'HjorturBrynjars', 'name': 'Hjörtur Brynjarsson', 'id': '931445112672047104'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +887,1166860032052539392,1166822634874490880,1567036085000.0,2019-08-28 23:48:05,+0000,,"@JaneidyEve @flcnhvy @Freiraum77 @SpaceX Aiming for 20km flight in Oct & orbit attempt shortly thereafter. Starship update will be on Sept 28th, anniversary of SpaceX reaching orbit. Starship Mk 1 will be fully assembled by that time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1166860032052539392,[],[],0,,False,6032,211,846,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Freiraum77', 'name': 'Frei Raum', 'id': '901751623072043008'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +888,1166857467214667776,1166822634874490880,1567035474000.0,2019-08-28 23:37:54,+0000,,@flcnhvy @Freiraum77 @SpaceX Probably 2 to 3 months. We’re about to ship Raptor SN 10.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1166857467214667776,[],[],0,,False,1867,33,87,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Freiraum77', 'name': 'Frei Raum', 'id': '901751623072043008'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +889,1166856662336102401,1166822634874490880,1567035282000.0,2019-08-28 23:34:42,+0000,,@Freiraum77 @SpaceX Probably 18m for next gen system,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1166856662336102401,[],[],0,,False,2517,128,149,,None,,,,,,,"[{'screen_name': 'Freiraum77', 'name': 'Frei Raum', 'id': '901751623072043008'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +890,1166854343770988544,1166843095423574016,1567034729000.0,2019-08-28 23:25:29,+0000,,"@_IAMOtis Would love to, but import duties are extremely high, even for electric vehicles",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1166854343770988544,[],[],0,,False,1141,85,74,,None,,,,,,,"[{'screen_name': '_IAMOtis', 'name': 'Mphumeleli Ndlovu', 'id': '785304121'}]",,,, +891,1166843703719268357,1166843356321734657,1567032192000.0,2019-08-28 22:43:12,+0000,,@mralbertsun Should be. Will fix.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1166843703719268357,[],[],0,,False,8708,75,91,,None,,,,,,,"[{'screen_name': 'mralbertsun', 'name': 'Albert Sun', 'id': '395741981'}]",,,, +892,1166843095423574016,1166843095423574016,1567032047000.0,2019-08-28 22:40:47,+0000,,"Also, u can order online at https://t.co/46TXqRJ3C1 in 2 mins, have car delivered to ur doorstep & return for full refund",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1166843095423574016,['http://Tesla.com'],[],0,,False,13378,934,1113,https://twitter.com/cleantechnica/status/1166596870438866944,None,,,,,,,[],,,, +893,1166834776294248448,1166822634874490880,1567030064000.0,2019-08-28 22:07:44,+0000,,@justpaulinelol @SpaceX Can’t believe it’s been 6 years since our first vertical landing!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1166834776294248448,[],[],0,,False,1733,56,62,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +894,1166823213021782017,1166822634874490880,1567027307000.0,2019-08-28 21:21:47,+0000,,@SpaceX Core body diameter is 9m/30ft,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1166823213021782017,[],[],0,,False,20399,471,600,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +895,1166615223190642688,1166470510168793091,1566977718000.0,2019-08-28 07:35:18,+0000,,R2D2’s Dad,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1166615223190642688,[],[],0,,False,36927,849,1573,,None,,,,,,,[],,,, +896,1166560209411682305,1166503202549841921,1566964602000.0,2019-08-28 03:56:42,+0000,,@cleantechnica Empty article?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1166560209411682305,[],[],0,,False,8456,471,267,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +897,1166488383113158657,1166470510168793091,1566947477000.0,2019-08-27 23:11:17,+0000,,One day Starship will land on the rusty sands of Mars https://t.co/EfENYVdOzM,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1166488383113158657,[],['https://pbs.twimg.com/media/EDAy_7sUwAAmMbl.jpg'],1,https://pbs.twimg.com/media/EDAy_7sUwAAmMbl.jpg,False,54859,1300,4434,,None,,,,,,,[],,,, +898,1166478978980278272,1166470510168793091,1566945235000.0,2019-08-27 22:33:55,+0000,,Congrats SpaceX team!! https://t.co/duckYSK0D4,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1166478978980278272,[],['https://pbs.twimg.com/media/EDAqctLVAAItcRk.jpg'],1,https://pbs.twimg.com/media/EDAqctLVAAItcRk.jpg,False,49273,1096,5692,,None,,,,,,,[],,,, +899,1166470510168793091,1166470510168793091,1566943216000.0,2019-08-27 22:00:16,+0000,,About to do next Starhopper flight test https://t.co/eeXPQPk7t6,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1166470510168793091,['https://m.youtube.com/watch?v=bYb3bfA6_sQ&feature=youtu.be'],[],0,,False,30811,1415,2096,,None,,,,,,,[],,,, +900,1166448459085316096,1166448459085316096,1566937958000.0,2019-08-27 20:32:38,+0000,,Dragon Crew Arm. Astronauts will walk this gantry to enter Dragon & depart for the @Space_Station. https://t.co/rKkUTeHson,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1166448459085316096,[],"['https://pbs.twimg.com/media/EDAOsNAUwAAzKY6.jpg', 'https://pbs.twimg.com/media/EDAOsNBUcAACI5O.jpg', 'https://pbs.twimg.com/media/EDAOsNAVUAAXhvr.jpg']",1,https://pbs.twimg.com/media/EDAOsNAUwAAzKY6.jpg,False,37527,829,3138,,None,,,,,,,[],,,, +901,1166447763745210368,1166447763745210368,1566937793000.0,2019-08-27 20:29:53,+0000,,Dronship with wings folded traveling through Panama Canal https://t.co/TawM5Ntj0e,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1166447763745210368,[],['https://pbs.twimg.com/media/EDAODkmUUAA3-Dp.jpg'],1,https://pbs.twimg.com/media/EDAODkmUUAA3-Dp.jpg,False,23193,430,1215,,None,,,,,,,[],,,, +902,1166267372665049088,1166264108179759104,1566894784000.0,2019-08-27 08:33:04,+0000,,@WorldAndScience Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1166267372665049088,[],[],0,,False,4090,127,109,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +903,1166253541507260416,1166247737857314816,1566891486000.0,2019-08-27 07:38:06,+0000,,@HarryStoltz1 @PPathole @Teslarati Not that I know of,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1166253541507260416,[],[],0,,False,581,28,20,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +904,1166252392364441600,1166247737857314816,1566891212000.0,2019-08-27 07:33:32,+0000,,"@PPathole @Teslarati Yes, rather embarrassing tbh",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1166252392364441600,[],[],0,,False,757,70,22,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +905,1166251947986493440,1166247737857314816,1566891106000.0,2019-08-27 07:31:46,+0000,,@Teslarati Impressively accurate analysis!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1166251947986493440,[],[],0,,False,2895,49,77,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +906,1166251337610190848,1166229892637364225,1566890961000.0,2019-08-27 07:29:21,+0000,,@MemesOfMars @cleantechnica Hopefully next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1166251337610190848,[],[],0,,False,537,24,18,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +907,1166247626448101376,1166229892637364225,1566890076000.0,2019-08-27 07:14:36,+0000,,@cleantechnica ♥️♥️♥️,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1166247626448101376,[],[],0,,False,1406,49,45,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +908,1166181271489265665,1166123304375054336,1566874256000.0,2019-08-27 02:50:56,+0000,,@teslaownersSV Appears to be a wiring/connector issue,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1166181271489265665,[],[],0,,False,1624,109,70,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +909,1166141136198488064,1166123304375054336,1566864687000.0,2019-08-27 00:11:27,+0000,,Igniters need to be inspected. We will try again tomorrow same time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1166141136198488064,[],[],0,,False,13879,401,502,,None,,,,,,,[],,,, +910,1166126085903282177,1166124861292457984,1566861099000.0,2019-08-26 23:11:39,+0000,,"@SciGuySpace Raptor uses dual redundant torch igniters. Better long-term, but more finicky in development.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1166126085903282177,[],[],0,,False,2556,145,136,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +911,1166123304375054336,1166123304375054336,1566860435000.0,2019-08-26 23:00:35,+0000,,About 5 mins from flight attempt,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1166123304375054336,[],[],0,,False,15778,624,843,https://twitter.com/SpaceX/status/1166120736538288129,None,,,,,,,[],,,, +912,1166081488648949760,1166081488648949760,1566850466000.0,2019-08-26 20:14:26,+0000,,Starhopper flight currently tracking to 5pm Texas time for 150m / ~500ft hover test,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1166081488648949760,[],[],0,,False,17283,523,1282,,None,,,,,,,[],,,, +913,1166080263266299905,1166024266481065984,1566850174000.0,2019-08-26 20:09:34,+0000,,"@TheOnion Finally, VR that’s cool *and* sexy!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1166080263266299905,[],[],0,,False,9077,144,317,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +914,1165825693453697024,1165799882562523136,1566789479000.0,2019-08-26 03:17:59,+0000,,@4thFromOurStar Oh behave u naughty planet … 😉,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1165825693453697024,[],[],0,,False,40402,301,1873,,None,,,,,,,"[{'screen_name': '4thFromOurStar', 'name': 'Mars', 'id': '1091459141397180416'}]",,,, +915,1165794643277037568,1165707219872231427,1566782077000.0,2019-08-26 01:14:37,+0000,,@Tesla 😢 https://t.co/kTNomigW3e,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1165794643277037568,['https://open.spotify.com/track/0vg4WnUWvze6pBOJDTq99k?si=zFnoUBq9QrCa4Yv2TLIrSg'],[],0,,False,15260,391,738,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +916,1165524124057260032,1165377786338406400,1566717580000.0,2019-08-25 07:19:40,+0000,,@Erdayastronaut @SpaceX It’s quite robust,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1165524124057260032,[],[],0,,False,1518,73,38,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +917,1165380692915523584,1165380520190140416,1566683383000.0,2019-08-24 21:49:43,+0000,,@MarkMeijer10 Where are additional Superchargers most needed?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165380692915523584,[],[],0,,False,953,689,47,,None,,,,,,,"[{'screen_name': 'MarkMeijer10', 'name': 'Mark', 'id': '260661725'}]",,,, +918,1165380431178432512,1165371975528640512,1566683321000.0,2019-08-24 21:48:41,+0000,,World’s first very large scale battery has worked out well https://t.co/X7gdbL8U5b,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165380431178432512,['https://www.pv-magazine.com/2018/12/05/south-australias-tesla-big-battery-saves-40-million-in-grid-stabilization-costs/'],[],0,,False,11311,292,1036,,None,,,,,,,[],,,, +919,1165378770116562944,1165377786338406400,1566682925000.0,2019-08-24 21:42:05,+0000,,"@Erdayastronaut @SpaceX Yes, last flight for Hopper. If all goes well, it will become a vertical test stand for Raptor.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165378770116562944,[],[],0,,False,2497,93,130,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +920,1165378460610523136,1165371975528640512,1566682851000.0,2019-08-24 21:40:51,+0000,,@FuzionPlaysTV @teslaownersSV Exactly! Especially let your PUC commissioners/authorities know.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165378460610523136,[],[],0,,False,783,23,42,,None,,,,,,,"[{'screen_name': 'FuzionPlaysTV', 'name': 'Flaming Doppler', 'id': '806328192546078721'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +921,1165378084033351680,1165371975528640512,1566682761000.0,2019-08-24 21:39:21,+0000,,"@flcnhvy Agreed, that’s the right future",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165378084033351680,[],[],0,,False,1138,44,39,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +922,1165377786338406400,1165377786338406400,1566682690000.0,2019-08-24 21:38:10,+0000,,Looks like @SpaceX Starhopper flight may be as soon as Monday. FAA support is much appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165377786338406400,[],[],0,,False,25376,545,1702,,None,,,,,,,[],,,, +923,1165376441753591809,1165375986734682113,1566682370000.0,2019-08-24 21:32:50,+0000,,@aikisteve We’re working closely with EU regulators & hope to clarify the timeline soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165376441753591809,[],[],0,,False,597,22,31,,None,,,,,,,"[{'screen_name': 'aikisteve', 'name': 'Steven Peeters', 'id': '15065470'}]",,,, +924,1165372858626801664,1165169180141899776,1566681515000.0,2019-08-24 21:18:35,+0000,,@MartianDays @Erdayastronaut @DKled007 @AKawakbi @newscientist Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165372858626801664,[],[],0,,False,660,38,18,,None,,,,,,,"[{'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'AKawakbi', 'name': 'Ahmad Kawakbi', 'id': '869305856'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +925,1165372838120804352,1165169180141899776,1566681510000.0,2019-08-24 21:18:30,+0000,,@Erdayastronaut @DKled007 @AKawakbi @newscientist Should be soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165372838120804352,[],[],0,,False,1115,37,21,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'AKawakbi', 'name': 'Ahmad Kawakbi', 'id': '869305856'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +926,1165371975528640512,1165371975528640512,1566681305000.0,2019-08-24 21:15:05,+0000,,"If you’re a utility or public utilities commission, please consider using the Tesla Megapack. Better for the environment & usually lower cost than fossil fuel peaker plants! https://t.co/Ls4IfB0d6a",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165371975528640512,['https://www.tesla.com/megapack'],[],0,,False,21935,768,2505,,None,,,,,,,[],,,, +927,1165295073610780672,1165169180141899776,1566662970000.0,2019-08-24 16:09:30,+0000,,"@DKled007 @AKawakbi @newscientist Yes, probably within next 6 to 9 months",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1165295073610780672,[],[],0,,False,827,86,49,,None,,,,,,,"[{'screen_name': 'AKawakbi', 'name': 'Ahmad Kawakbi', 'id': '869305856'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +928,1165293528542400512,1165169180141899776,1566662601000.0,2019-08-24 16:03:21,+0000,,@AKawakbi @newscientist Tesla is working hard to help stop global warming,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1165293528542400512,[],[],0,,False,1293,109,112,,None,,,,,,,"[{'screen_name': 'AKawakbi', 'name': 'Ahmad Kawakbi', 'id': '869305856'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +929,1165283944318697472,1165169180141899776,1566660316000.0,2019-08-24 15:25:16,+0000,,@newscientist 🤣🤣👍👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1165283944318697472,[],[],0,,False,810,26,29,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +930,1165172977442254850,1165169180141899776,1566633860000.0,2019-08-24 08:04:20,+0000,,@newscientist The Nude Scientisté,es,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1165172977442254850,[],[],0,,False,5202,138,160,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +931,1165146099532742656,1165136572037193728,1566627452000.0,2019-08-24 06:17:32,+0000,,@engineers_feed Looks like a wheel of cheese,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1165146099532742656,[],[],0,,False,23549,523,550,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +932,1164930613649891328,1164559002992173057,1566576076000.0,2019-08-23 16:01:16,+0000,,@MinimalDuck @Tesla @Teslarati Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1164930613649891328,[],[],0,,False,15515,136,268,,None,,,,,,,"[{'screen_name': 'MinimalDuck', 'name': 'Arash Malek 🦆', 'id': '740946180'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +933,1164251773223129088,1163903521701294081,1566414228000.0,2019-08-21 19:03:48,+0000,,"@TeslaTrip @arctechinc We need to complete internal QA testing for safety, which will hopefully be done in about 4 weeks",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1164251773223129088,[],[],0,,False,835,90,40,,None,,,,,,,"[{'screen_name': 'TeslaTrip', 'name': 'TeslaTrip', 'id': '1191917785'}, {'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +934,1164068024959131648,1163962971757957120,1566370419000.0,2019-08-21 06:53:39,+0000,,@universal_sci Wow,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1164068024959131648,[],[],0,,False,13769,169,241,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +935,1163960494798938112,1163903521701294081,1566344781000.0,2019-08-20 23:46:21,+0000,,@arctechinc Everyone who bought FSD will receive priority/early access,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1163960494798938112,[],[],0,,False,1214,155,101,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +936,1163903521701294081,1163903521701294081,1566331198000.0,2019-08-20 19:59:58,+0000,,"Price increase for Tesla FSD postponed until version 10 with smart summon is in wide release, which is about 4 to 8 weeks away, depending on how early access goes",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1163903521701294081,[],[],0,,False,11824,1173,608,,None,,,,,,,[],,,, +937,1163894933280964608,1163874793113866240,1566329150000.0,2019-08-20 19:25:50,+0000,,"@justpaulinelol Not risky imo & can be adjusted/improved real-time. Essentially need to figure out most effective way to convert mass to energy, as Mars is slightly too far from this solar system’s fusion reactor (the sun).",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1163894933280964608,[],[],0,,False,1777,138,70,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +938,1163893401810550786,1163874793113866240,1566328785000.0,2019-08-20 19:19:45,+0000,,"@wingod @DJSnM @ThePhoenixFlare True, diverting a comet would be super hard. Could be done with small asteroids & a mass driver, but this is risky.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1163893401810550786,[],[],0,,False,826,55,35,,None,,,,,,,"[{'screen_name': 'wingod', 'name': 'Dennis Wingo', 'id': '15113324'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}]",,,, +939,1163891642425860096,1163874793113866240,1566328366000.0,2019-08-20 19:12:46,+0000,,"Nuke Mars refers to a continuous stream of very low fallout nuclear fusion explosions above the atmosphere to create artificial suns. Much like our sun, this would not cause Mars to become radioactive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1163891642425860096,[],[],0,,False,40549,1433,2399,,None,,,,,,,[],,,, +940,1163889282936967168,1163874793113866240,1566327803000.0,2019-08-20 19:03:23,+0000,,"@JaneidyEve Will probably make sense to do this when Starship Mk 1 has 3 Raptors, moving body fins & landing gear installed, which is hopefully mid September",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1163889282936967168,[],[],0,,False,1581,75,111,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +941,1163888165901484037,1163874793113866240,1566327537000.0,2019-08-20 18:58:57,+0000,,@HarryStoltz1 @ThePhoenixFlare Will be converted to Raptor vertical test stand,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1163888165901484037,[],[],0,,False,1495,37,66,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}]",,,, +942,1163887706352607233,1163874793113866240,1566327427000.0,2019-08-20 18:57:07,+0000,,"@ThePhoenixFlare Trickier than it may seem on Mars, as atmospheric density is 1% that of Earth & gravity is 38%, but doable for localized warming",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1163887706352607233,[],[],0,,False,1292,43,45,,None,,,,,,,"[{'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}]",,,, +943,1163875161822523393,1163874793113866240,1566324436000.0,2019-08-20 18:07:16,+0000,,@eatinggaming94 @4thFromOurStar 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1163875161822523393,[],[],0,,False,923,45,19,,None,,,,,,,"[{'screen_name': '4thFromOurStar', 'name': 'Mars', 'id': '1091459141397180416'}]",,,, +944,1163874793113866240,1163874793113866240,1566324349000.0,2019-08-20 18:05:49,+0000,,Might make sense to have thousands of solar reflector satellites 🛰 to warm Mars vs artificial suns (tbd),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1163874793113866240,[],[],0,,False,57766,2110,3263,,None,,,,,,,[],,,, +945,1163872950660898816,1163526846123773952,1566323909000.0,2019-08-20 17:58:29,+0000,,"@SciGuySpace @hover389 AF certification required an enormous amount of work. It’s mostly design-review based, not flight-based.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1163872950660898816,[],[],0,,False,1077,17,33,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'hover389', 'name': 'Jordon Jindra', 'id': '34772936'}]",,,, +946,1163870594384797696,1163813022193709058,1566323348000.0,2019-08-20 17:49:08,+0000,,"@MemesOfMars @Teslarati @ray4tesla Yeah, would be great to get feedback from Tesla supporters",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1163870594384797696,[],[],0,,False,785,37,29,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ray4tesla', 'name': 'Ray4Tesla⚡️🚘☀️🔋', 'id': '959168599519764480'}]",,,, +947,1163870254683938818,1163813022193709058,1566323267000.0,2019-08-20 17:47:47,+0000,,"@teslaownersSV @Teslarati Initially Model 3, later Y",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1163870254683938818,[],[],0,,False,786,34,32,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +948,1163869350136205312,1163813022193709058,1566323051000.0,2019-08-20 17:44:11,+0000,,@Teslarati Looking forward to seeing Giga Shanghai soon 😀 Amazing work by Tesla China team & support of authorities much appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1163869350136205312,[],[],0,,False,5778,187,267,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +949,1163676464069242881,1163534028361932801,1566277063000.0,2019-08-20 04:57:43,+0000,,@flcnhvy @SciGuySpace Not yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1163676464069242881,[],[],0,,False,1127,63,24,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +950,1163674045050568707,1163534028361932801,1566276487000.0,2019-08-20 04:48:07,+0000,,@SciGuySpace This is a great idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1163674045050568707,[],[],0,,False,6062,169,156,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +951,1163570150336974848,1163344877414944768,1566251716000.0,2019-08-19 21:55:16,+0000,,@royalsociety 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1163570150336974848,[],[],0,,False,7208,210,218,,None,,,,,,,"[{'screen_name': 'royalsociety', 'name': 'The Royal Society', 'id': '28567809'}]",,,, +952,1163279155292585984,1163243011490365440,1566182337000.0,2019-08-19 02:38:57,+0000,,@JalaniShreyansh Um I ate most of it,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1163279155292585984,[],[],0,,False,4560,104,89,,None,,,,,,,"[{'screen_name': 'JalaniShreyansh', 'name': 'shreyansh jalani', 'id': '4168662193'}]",,,, +953,1163243011490365440,1163243011490365440,1566173720000.0,2019-08-19 00:15:20,+0000,,Cookie decorating contest with kids https://t.co/tP06cr4Af5,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1163243011490365440,[],['https://pbs.twimg.com/media/ECSrSKnW4AI-DEn.jpg'],1,https://pbs.twimg.com/media/ECSrSKnW4AI-DEn.jpg,False,87198,2802,4303,,None,,,,,,,[],,,, +954,1163201615932743680,1162998621719027713,1566163851000.0,2019-08-18 21:30:51,+0000,,Converts about 5 million tons of mass to energy every second,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1163201615932743680,[],[],0,,False,17059,843,547,,None,,,,,,,[],,,, +955,1163200504811249664,1163200504811249664,1566163586000.0,2019-08-18 21:26:26,+0000,,"Great name! Wouldn’t worry about this particular one, but a big rock will hit Earth eventually & we currently have no defense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1163200504811249664,[],[],0,,False,35781,1907,4064,https://twitter.com/joerogan/status/1163198089328390145,None,,,,,,,[],,,, +956,1163180429316218880,1163020430136844288,1566158799000.0,2019-08-18 20:06:39,+0000,,"@justpaulinelol Don’t know yet, but it’s important that the whole world transition to sustainable energy, so we’ll make costs as low as possible",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1163180429316218880,[],[],0,,False,934,89,69,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +957,1163028150390947841,1163020430136844288,1566122493000.0,2019-08-18 10:01:33,+0000,,One click to order solar & save ~$500/year in utility bills with no long-term contract (cancel anytime),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1163028150390947841,[],[],0,,False,15123,717,643,,None,,,,,,,[],,,, +958,1163026255781883906,1163020430136844288,1566122042000.0,2019-08-18 09:54:02,+0000,,@flcnhvy Next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1163026255781883906,[],[],0,,False,2668,129,96,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +959,1163025594180726784,1163020430136844288,1566121884000.0,2019-08-18 09:51:24,+0000,,"With the new lower Tesla pricing, it’s like having a money printer on your roof if you live a state with high electricity costs. Still better to buy, but the rental option makes the economics obvious.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1163025594180726784,[],[],0,,False,13863,647,683,,None,,,,,,,[],,,, +960,1163020430136844288,1163020430136844288,1566120653000.0,2019-08-18 09:30:53,+0000,,Tesla Solar just relaunched. Lmk what you think … https://t.co/mDoPO17YB9,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1163020430136844288,['http://Tesla.com/solar'],[],0,,False,44106,4632,3033,,None,,,,,,,[],,,, +961,1163018466871263234,1162998621719027713,1566120184000.0,2019-08-18 09:23:04,+0000,,Which means a small corner of Texas (or anywhere) with solar panels could power the entire United States,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1163018466871263234,[],[],0,,False,39947,1146,3410,,None,,,,,,,[],,,, +962,1163017566576496640,1162998621719027713,1566119970000.0,2019-08-18 09:19:30,+0000,,1 Gigawatt per square kilometer of solar energy reaches Earth’s surface,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1163017566576496640,[],[],0,,False,26276,333,1552,,None,,,,,,,[],,,, +963,1163015575699779584,1162805098340335618,1566119495000.0,2019-08-18 09:11:35,+0000,,@flcnhvy @WorldAndScience In a few years,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1163015575699779584,[],[],0,,False,1447,38,37,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +964,1163015039080468480,1162805098340335618,1566119367000.0,2019-08-18 09:09:27,+0000,,"@WorldAndScience Yeah, legs are hydraulic pistons & abdomen is the accumulator",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1163015039080468480,[],[],0,,False,18829,180,631,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +965,1163001145855340544,1162998621719027713,1566116055000.0,2019-08-18 08:14:15,+0000,,Generates a *lot* of energy https://t.co/k5nUWFb8iM,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1163001145855340544,['https://en.m.wikipedia.org/wiki/Sun'],[],0,,False,28712,571,892,,None,,,,,,,[],,,, +966,1163000154682621952,1162998621719027713,1566115819000.0,2019-08-18 08:10:19,+0000,,@jasonemry It is quite silly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1163000154682621952,[],[],0,,False,4033,62,76,,None,,,,,,,"[{'screen_name': 'jasonemry', 'name': 'Jason Emry', 'id': '752048886'}]",,,, +967,1162999818689495041,1162218267932446724,1566115738000.0,2019-08-18 08:08:58,+0000,,@nadavision Meaning less than a century. But this would be pretty intense.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1162999818689495041,[],[],0,,False,985,37,21,,None,,,,,,,"[{'screen_name': 'nadavision', 'name': '👨🏻\u200d🚀 Nad∆vision', 'id': '2910457665'}]",,,, +968,1162999621708161024,1162218267932446724,1566115691000.0,2019-08-18 08:08:11,+0000,,"@nadavision Aspirationally, decades",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1162999621708161024,[],[],0,,False,987,29,24,,None,,,,,,,"[{'screen_name': 'nadavision', 'name': '👨🏻\u200d🚀 Nad∆vision', 'id': '2910457665'}]",,,, +969,1162998621719027713,1162998621719027713,1566115453000.0,2019-08-18 08:04:13,+0000,,The sun is an immense thermonuclear explosion fyi,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1162998621719027713,[],[],0,,False,92276,1948,7794,,None,,,,,,,[],,,, +970,1162997814520979457,1162218267932446724,1566115261000.0,2019-08-18 08:01:01,+0000,,@Epic2662 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1162997814520979457,[],[],0,,False,1277,78,25,,None,,,,,,,"[{'screen_name': 'Epic2662', 'name': 'Epic', 'id': '905934702174863360'}]",,,, +971,1162997534337327105,1162218267932446724,1566115194000.0,2019-08-18 07:59:54,+0000,,"Not saying it solves everything, mind you, but it’s a step in the right direction",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1162997534337327105,[],[],0,,False,16897,451,584,,None,,,,,,,[],,,, +972,1162878062892994565,1162836942980931584,1566086710000.0,2019-08-18 00:05:10,+0000,,"@ItsJoshPeck Yeah, the trick is opening & closing the spacesuit helmet really fast",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1162878062892994565,[],[],0,,False,156969,646,11955,,None,,,,,,,"[{'screen_name': 'ItsJoshPeck', 'name': 'Josh Peck', 'id': '66618379'}]",,,, +973,1162784391778590720,1162784159191851008,1566064377000.0,2019-08-17 17:52:57,+0000,,@mayemusk Stop hashtagging me 🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1162784391778590720,[],[],0,,False,2217,231,87,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +974,1162744788807847936,1162631602343514114,1566054935000.0,2019-08-17 15:15:35,+0000,,Perhaps that one was too edgy …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1162744788807847936,[],[],0,,False,51441,822,1274,,None,,,,,,,[],,,, +975,1162631602343514114,1162631602343514114,1566027949000.0,2019-08-17 07:45:49,+0000,,Hashtags are an abomination,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1162631602343514114,[],[],0,,False,132292,4989,10181,,None,,,,,,,[],,,, +976,1162601565653360640,1162218267932446724,1566020788000.0,2019-08-17 05:46:28,+0000,, https://t.co/NLzW87AZC0,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1162601565653360640,[],"['https://pbs.twimg.com/media/ECJj9f6UYAETkce.jpg', 'https://pbs.twimg.com/media/ECJj9f4VUAYaD1C.jpg']",1,https://pbs.twimg.com/media/ECJj9f6UYAETkce.jpg,False,37959,1239,3122,,None,,,,,,,[],,,, +977,1162601447235604480,1162506260169707520,1566020759000.0,2019-08-17 05:45:59,+0000,,"@HarryStoltz1 @41Strange No, as better to vary thickness with vehicle height, but this is the right way to go for Boring Co tunnels reinforcement imo",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1162601447235604480,[],[],0,,False,998,37,26,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': '41Strange', 'name': '41 Strange', 'id': '2355808260'}]",,,, +978,1162600347489075200,1162218267932446724,1566020497000.0,2019-08-17 05:41:37,+0000,,Nuking Mars one T-shirt at a time https://t.co/Kiah2HbxFi,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1162600347489075200,['https://shop.spacex.com/featured-products/nuke-mars-t-shirt.html'],[],0,,False,9283,417,477,,None,,,,,,,[],,,, +979,1162594879244910593,1162506260169707520,1566019193000.0,2019-08-17 05:19:53,+0000,,@41Strange Simulations all the way down,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1162594879244910593,[],[],0,,False,19950,253,826,,None,,,,,,,"[{'screen_name': '41Strange', 'name': '41 Strange', 'id': '2355808260'}]",,,, +980,1162471403918000129,1162218267932446724,1565989755000.0,2019-08-16 21:09:15,+0000,,"Trust me, it will be 🔥🔥",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1162471403918000129,[],[],0,,False,33301,572,875,,None,,,,,,,[],,,, +981,1162470785136521216,1162218267932446724,1565989607000.0,2019-08-16 21:06:47,+0000,,"Hey babe, fancy a hot date …? 😉 @4thFromOurStar",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1162470785136521216,[],[],0,,False,35904,431,1423,,None,,,,,,,[],,,, +982,1162462515579650048,1162218267932446724,1565987635000.0,2019-08-16 20:33:55,+0000,,@flcnhvy It’s not boring …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1162462515579650048,[],[],0,,False,2981,74,35,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +983,1162392618078097410,1162218267932446724,1565970971000.0,2019-08-16 15:56:11,+0000,,@nichegamer Of course!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1162392618078097410,[],[],0,,False,2089,39,35,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +984,1162271711326167041,1162218267932446724,1565942144000.0,2019-08-16 07:55:44,+0000,,T-shirt soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1162271711326167041,[],[],0,,False,76430,898,2061,,None,,,,,,,[],,,, +985,1162218732531249152,1162218267932446724,1565929513000.0,2019-08-16 04:25:13,+0000,,@Trailblayzer_ Guess I sort of am already,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1162218732531249152,[],[],0,,False,14546,121,211,,None,,,,,,,"[{'screen_name': 'Trailblayzer_', 'name': 'Trail', 'id': '1072663845376643072'}]",,,, +986,1162218549433135105,1162218267932446724,1565929469000.0,2019-08-16 04:24:29,+0000,,@Trailblayzer_ I’d play that game,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1162218549433135105,[],[],0,,False,13401,76,182,,None,,,,,,,"[{'screen_name': 'Trailblayzer_', 'name': 'Trail', 'id': '1072663845376643072'}]",,,, +987,1162218267932446724,1162218267932446724,1565929402000.0,2019-08-16 04:23:22,+0000,,Nuke Mars!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1162218267932446724,[],[],0,,False,234977,8201,28816,,None,,,,,,,[],,,, +988,1162165894283313152,1162113890290937872,1565916915000.0,2019-08-16 00:55:15,+0000,,@arctechinc This isn’t correct. Will address.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1162165894283313152,[],[],0,,False,1624,109,48,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +989,1162096454367756288,1162026282647007233,1565900360000.0,2019-08-15 20:19:20,+0000,,@SpacePadreIsle @SciGuySpace @faa Good conversation with head of FAA Space. Need a bit more hazard analysis & should be clear to fly soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1162096454367756288,[],[],0,,False,2180,104,123,,None,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'faa', 'name': 'Tsubasa (faa)', 'id': '5822512'}]",,,, +990,1162066571612717057,1162026282647007233,1565893235000.0,2019-08-15 18:20:35,+0000,,@SpacePadreIsle @SciGuySpace Am talking to @FAA in a few hours,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1162066571612717057,[],[],0,,False,4105,153,120,,None,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +991,1162066262672855040,1162010076950999040,1565893161000.0,2019-08-15 18:19:21,+0000,,"@flying_briann @SciGuySpace Stacking fairing & tanks soon, then adding control fins, engines & landing gear",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1162066262672855040,[],[],0,,False,12069,193,350,,None,,,,,,,"[{'screen_name': 'flying_briann', 'name': 'Brian', 'id': '20595800'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +992,1162065153665273856,1161834318588608512,1565892897000.0,2019-08-15 18:14:57,+0000,,@ThePhoenixFlare @CazzRS That was my actual password at one point!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1162065153665273856,[],[],0,,False,1459,59,38,,None,,,,,,,"[{'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}, {'screen_name': 'CazzRS', 'name': 'Cazz', 'id': '503214109'}]",,,, +993,1162061693809094657,1161834318588608512,1565892072000.0,2019-08-15 18:01:12,+0000,,@CazzRS Stop posting my password on twitter!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1162061693809094657,[],[],0,,False,1433,44,37,,None,,,,,,,"[{'screen_name': 'CazzRS', 'name': 'Cazz', 'id': '503214109'}]",,,, +994,1161883581544685569,1161852511675961344,1565849607000.0,2019-08-15 06:13:27,+0000,,@Inelonwetrust__ @dbabrams @BangOlufsen Coming,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1161883581544685569,[],[],0,,False,1577,135,55,,None,,,,,,,"[{'screen_name': 'Inelonwetrust__', 'name': 'InElonWeTrust', 'id': '1053485936191856640'}, {'screen_name': 'dbabrams', 'name': 'David Abrams', 'id': '25140941'}, {'screen_name': 'BangOlufsen', 'name': 'Bang & Olufsen', 'id': '25986796'}]",,,, +995,1161853708214386688,1161852511675961344,1565842484000.0,2019-08-15 04:14:44,+0000,,"@dbabrams @BangOlufsen Tesla audio engineers come from B&O & many other companies. They literally rōq. Our system is highly programmable, so we keep improving it via OTA codec updates.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1161853708214386688,[],[],0,,False,1901,92,133,,None,,,,,,,"[{'screen_name': 'dbabrams', 'name': 'David Abrams', 'id': '25140941'}, {'screen_name': 'BangOlufsen', 'name': 'Bang & Olufsen', 'id': '25986796'}]",,,, +996,1161850736273215488,1155253064665894912,1565841776000.0,2019-08-15 04:02:56,+0000,,@chadsmith @Tesla We’ll take care of it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1161850736273215488,[],[],0,,False,771,40,30,,None,,,,,,,"[{'screen_name': 'chadsmith', 'name': 'Chad Smith', 'id': '5807432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +997,1161845758796034048,1161845758796034048,1565840589000.0,2019-08-15 03:43:09,+0000,,Corporate Surrealism™️,es,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1161845758796034048,[],[],0,,False,32199,908,2120,,None,,,,,,,[],,,, +998,1161839684466532352,1161834318588608512,1565839141000.0,2019-08-15 03:19:01,+0000,,@JaneidyEve @SpaceX Not yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1161839684466532352,[],[],0,,False,1154,55,54,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +999,1161834318588608512,1161834318588608512,1565837862000.0,2019-08-15 02:57:42,+0000,,fyi,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1161834318588608512,[],[],0,,False,68351,1225,7795,https://twitter.com/fermatslibrary/status/1161614701656252417,None,,,,,,,[],,,, +1000,1161799400689000448,1161797541664399360,1565829536000.0,2019-08-15 00:38:56,+0000,,@justpaulinelol 🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1161799400689000448,[],[],0,,False,2763,34,32,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +1001,1161797541664399360,1161797541664399360,1565829093000.0,2019-08-15 00:31:33,+0000,,heh heh https://t.co/UbHul2wgjM,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1161797541664399360,[],['https://pbs.twimg.com/media/EB-IsSbVUAAGHpI.jpg'],1,https://pbs.twimg.com/media/EB-IsSbVUAAGHpI.jpg,False,164234,1668,18935,,None,,,,,,,[],,,, +1002,1161532612210515968,1161525505386012672,1565765929000.0,2019-08-14 06:58:49,+0000,,@acf3301 True,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1161532612210515968,[],[],0,,False,4491,60,69,,None,,,,,,,[],,,, +1003,1161525505386012672,1161525505386012672,1565764235000.0,2019-08-14 06:30:35,+0000,,No but srsly don’t do it https://t.co/6kXAdGwWsC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1161525505386012672,[],['https://pbs.twimg.com/media/EB6RShUWwAAQ5Nw.jpg'],1,https://pbs.twimg.com/media/EB6RShUWwAAQ5Nw.jpg,False,186883,1913,19011,,None,,,,,,,[],,,, +1004,1161307112376373251,1161306944809906176,1565712166000.0,2019-08-13 16:02:46,+0000,,@C3LT_Games Roughly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1161307112376373251,[],[],0,,False,673,49,19,,None,,,,,,,"[{'screen_name': 'C3LT_Games', 'name': 'C3LT', 'id': '1111004268339843072'}]",,,, +1005,1160639760219566080,1160635070333374464,1565553057000.0,2019-08-11 19:50:57,+0000,,@Kristennetten @tesla_truth Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1160639760219566080,[],[],0,,False,1203,92,36,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +1006,1160638254141431808,1160635070333374464,1565552698000.0,2019-08-11 19:44:58,+0000,,@tesla_truth Possibly two weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1160638254141431808,[],[],0,,False,936,58,32,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +1007,1160637748199301120,1160637748199301120,1565552577000.0,2019-08-11 19:42:57,+0000,,Try playing Powerglide in your Tesla at volume 11 https://t.co/FCDc6wYvIr,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1160637748199301120,['https://open.spotify.com/track/1BuZAIO8WZpavWVbbq3Lci?si=YUalSJxlT7i99etvKiJJew'],[],0,,False,18186,845,2019,,None,,,,,,,[],,,, +1008,1160635501088346113,1160635070333374464,1565552041000.0,2019-08-11 19:34:01,+0000,,@danielinhodu83 Working on upgrades to Sentry …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1160635501088346113,[],[],0,,False,1482,80,49,,None,,,,,,,"[{'screen_name': 'danielinhodu83', 'name': 'Monte Daniel', 'id': '222401260'}]",,,, +1009,1160635253448306688,1160635072145477634,1565551982000.0,2019-08-11 19:33:02,+0000,,@GrizzlyAustin @Tesla No plans to introduce air suspension on Model 3 at this time,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1160635253448306688,[],[],0,,False,696,57,26,,None,,,,,,,"[{'screen_name': 'GrizzlyAustin', 'name': 'Austin Greeley', 'id': '574529448'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1010,1160635070333374464,1160635070333374464,1565551938000.0,2019-08-11 19:32:18,+0000,,"Watching a movie on Tesla V10.0 is great, in large part due to the sound system",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1160635070333374464,[],[],0,,False,12635,646,662,https://twitter.com/TeslaNY/status/1160396658003329024,None,,,,,,,[],,,, +1011,1160254295981215745,1160250998163509248,1565461155000.0,2019-08-10 18:19:15,+0000,,@HarryStoltz1 @HardcoreHistory Obviously needed,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1160254295981215745,[],[],0,,False,6958,191,757,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +1012,1160253730538700801,1160250998163509248,1565461020000.0,2019-08-10 18:17:00,+0000,,@HardcoreHistory He would our first openly goth president. I think this is very important.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1160253730538700801,[],[],0,,False,11087,199,1261,,None,,,,,,,"[{'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +1013,1160253482424684544,1160250998163509248,1565460961000.0,2019-08-10 18:16:01,+0000,,@HardcoreHistory I support Yang,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1160253482424684544,[],[],0,,False,93457,1749,17762,,None,,,,,,,"[{'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +1014,1160002098009784320,1159999649601613824,1565401026000.0,2019-08-10 01:37:06,+0000,,@SteveHamel16 @slashdot When Opportunity knocks …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1160002098009784320,[],[],0,,False,1738,137,78,,None,,,,,,,"[{'screen_name': 'SteveHamel16', 'name': ""🚀 🐉 Don't Bet Against Elon 🐉🚀"", 'id': '999632398525530114'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1015,1160001712347725825,1159902588138975233,1565400934000.0,2019-08-10 01:35:34,+0000,,Passing fad. Like steam engines. They look cool in a museum.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1160001712347725825,[],[],0,,False,30879,968,1270,,None,,,,,,,[],,,, +1016,1160000829014732800,1159999649601613824,1565400724000.0,2019-08-10 01:32:04,+0000,,@slashdot Because our universe is actually a microverse in a miniverse. We probably just power someone’s brake lights. https://t.co/0jgPXfsRpJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1160000829014732800,['https://m.youtube.com/watch?v=JtgQskSb4QY'],[],0,,False,8933,261,893,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1017,1159969922476232705,1159961700210225153,1565393355000.0,2019-08-09 23:29:15,+0000,,"@EcoHeliGuy @marstronauts @Erdayastronaut Will be needed for sure. Bandwidth, no problem, latency is a challenge 🤣🤣",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159969922476232705,[],[],0,,False,1149,90,43,,None,,,,,,,"[{'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}, {'screen_name': 'marstronauts', 'name': 'Marstronauts', 'id': '1075831213074583552'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1018,1159969069740597248,1159961700210225153,1565393152000.0,2019-08-09 23:25:52,+0000,,"@bluemoondance74 @Erdayastronaut @SpaceX Just spoke with FAA, so hopefully yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159969069740597248,[],[],0,,False,1212,39,52,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1019,1159968409947234304,1159961700210225153,1565392994000.0,2019-08-09 23:23:14,+0000,,"@Erdayastronaut @SpaceX Thanks. Starship, which aspires to be fully & immediately reusable in super heavy class, is a truly 🥜🚀. Even though I’m immersed in Starship/Raptor design & build 7 days/week, it still doesn’t feel real.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159968409947234304,[],[],0,,False,2511,99,136,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1020,1159965968379985920,1159961700210225153,1565392412000.0,2019-08-09 23:13:32,+0000,,"@ajtourville @marstronauts @Erdayastronaut Approx min payload to Mars to nearest order of magnitude, so at $100k/ton, cost would be $100B",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159965968379985920,[],[],0,,False,797,47,28,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'marstronauts', 'name': 'Marstronauts', 'id': '1075831213074583552'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1021,1159965166420652032,1159845624004505602,1565392221000.0,2019-08-09 23:10:21,+0000,,"@Tesla Powerwall doesn’t need solar panels, but will work fine with both Tesla & non-Tesla solar panels",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159965166420652032,[],[],0,,False,16444,293,580,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1022,1159964622247485440,1159845624004505602,1565392091000.0,2019-08-09 23:08:11,+0000,,@TTVBaconz @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159964622247485440,[],[],0,,False,796,14,19,,None,,,,,,,"[{'screen_name': 'TTVBaconz', 'name': 'Mr.Baconz', 'id': '4745817174'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1023,1159964499975135232,1159961700210225153,1565392062000.0,2019-08-09 23:07:42,+0000,,@marstronauts @Erdayastronaut Between $100B and $10T,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159964499975135232,[],[],0,,False,817,51,47,,None,,,,,,,"[{'screen_name': 'marstronauts', 'name': 'Marstronauts', 'id': '1075831213074583552'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1024,1159964219069980672,1159961700210225153,1565391995000.0,2019-08-09 23:06:35,+0000,,@Erdayastronaut Amazing work over many years by SpaceX engineering/production/launch teams to get (almost) there,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159964219069980672,[],[],0,,False,1492,39,63,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1025,1159963941050572800,1159961700210225153,1565391929000.0,2019-08-09 23:05:29,+0000,,@Erdayastronaut For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159963941050572800,[],[],0,,False,973,34,14,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1026,1159963432466075648,1159961700210225153,1565391808000.0,2019-08-09 23:03:28,+0000,,@Erdayastronaut Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159963432466075648,[],[],0,,False,1326,46,32,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1027,1159960863119269888,1159902588138975233,1565391195000.0,2019-08-09 22:53:15,+0000,,@justpaulinelol Might take a bit longer to get through regulatory approvals. Likely September.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1159960863119269888,[],[],0,,False,687,23,21,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +1028,1159902588138975233,1159902588138975233,1565377301000.0,2019-08-09 19:01:41,+0000,,Gas cars are so last-century!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1159902588138975233,[],[],0,,False,51898,1636,3927,https://twitter.com/InsideEVs/status/1159828206406553600,None,,,,,,,[],,,, +1029,1159880891881013248,1159727724287520768,1565372128000.0,2019-08-09 17:35:28,+0000,,@chiledaniel Priority / early access will be automatic for all owners with FSD,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1159880891881013248,[],[],0,,False,1166,109,67,,None,,,,,,,"[{'screen_name': 'chiledaniel', 'name': 'Daniel Mendez', 'id': '152413914'}]",,,, +1030,1159736372229332992,1159727724287520768,1565337672000.0,2019-08-09 08:01:12,+0000,,"@DavidPereiro @Kristennetten @joost_akker @bobjouy We’re accelerating opening up configurator/order page for more countries. Sorry, lot on our plate!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1159736372229332992,[],[],0,,False,996,41,36,,None,,,,,,,"[{'screen_name': 'DavidPereiro', 'name': 'David Pereiro', 'id': '345569593'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'joost_akker', 'name': 'Joost van den Akker', 'id': '157971197'}, {'screen_name': 'bobjouy', 'name': 'Bob Jouy', 'id': '284937554'}]",,,, +1031,1159734177085870081,1159727724287520768,1565337149000.0,2019-08-09 07:52:29,+0000,,"@Kristennetten @joost_akker @bobjouy Probably every 2 to 4 months, depending on how much progress we make",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1159734177085870081,[],[],0,,False,701,53,29,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'joost_akker', 'name': 'Joost van den Akker', 'id': '157971197'}, {'screen_name': 'bobjouy', 'name': 'Bob Jouy', 'id': '284937554'}]",,,, +1032,1159733781101629440,1159727724287520768,1565337054000.0,2019-08-09 07:50:54,+0000,,@HeyMarkL Video is amazing with the Tesla sound system. Will include Caraoke!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1159733781101629440,[],[],0,,False,1653,75,82,,None,,,,,,,"[{'screen_name': 'HeyMarkL', 'name': 'Mark Linsangan', 'id': '37261200'}]",,,, +1033,1159732678024781824,1159727724287520768,1565336791000.0,2019-08-09 07:46:31,+0000,,@joost_akker @bobjouy FSD owners will get priority in the upload queue,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1159732678024781824,[],[],0,,False,960,41,26,,None,,,,,,,"[{'screen_name': 'joost_akker', 'name': 'Joost van den Akker', 'id': '157971197'}, {'screen_name': 'bobjouy', 'name': 'Bob Jouy', 'id': '284937554'}]",,,, +1034,1159730487335641088,1159727724287520768,1565336269000.0,2019-08-09 07:37:49,+0000,,@bobjouy Thanks for reminding me. Will rectify.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1159730487335641088,[],[],0,,False,1230,50,25,,None,,,,,,,"[{'screen_name': 'bobjouy', 'name': 'Bob Jouy', 'id': '284937554'}]",,,, +1035,1159728177423384576,1159727724287520768,1565335718000.0,2019-08-09 07:28:38,+0000,,@Some1gee Tons of fun!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1159728177423384576,[],[],0,,False,1472,65,41,,None,,,,,,,"[{'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}]",,,, +1036,1159727724287520768,1159727724287520768,1565335610000.0,2019-08-09 07:26:50,+0000,,Tesla software V10 is lookin real good! Releasing to early access list soon …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1159727724287520768,[],[],0,,False,32103,981,1347,,None,,,,,,,[],,,, +1037,1159723252907778049,1159721127436005377,1565334544000.0,2019-08-09 07:09:04,+0000,,@greenenergyluv @cleantechnica 🤔,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1159723252907778049,[],[],0,,False,775,33,21,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1038,1159657251314884608,1159629807555993600,1565318808000.0,2019-08-09 02:46:48,+0000,,@marialauraadr @vincent13031925 Pot kettle 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1159657251314884608,[],[],0,,False,770,52,29,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +1039,1159657148332167168,1159629807555993600,1565318784000.0,2019-08-09 02:46:24,+0000,,"@DisruptResearch @vincent13031925 Don’t know enough about George’s company, but it sounds like he’s focused on a machine vision approach, which is the only general solution imo",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1159657148332167168,[],[],0,,False,786,28,21,,None,,,,,,,"[{'screen_name': 'DisruptResearch', 'name': 'Disruption Research', 'id': '1096592269849837568'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +1040,1159655968369565696,1159629807555993600,1565318502000.0,2019-08-09 02:41:42,+0000,,"@vincent13031925 Yeah, George is a little nuts, but I like him & he often has interesting things to say",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1159655968369565696,[],[],0,,False,1292,58,51,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +1041,1159631646351454208,1159422772814200837,1565312704000.0,2019-08-09 01:05:04,+0000,,@JaneidyEve @Teslarati No sooner than a week. Working approvals with FAA.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1159631646351454208,[],[],0,,False,1101,52,57,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1042,1159630890026188800,1159422772814200837,1565312523000.0,2019-08-09 01:02:03,+0000,,"@Teslarati Wouldn’t read too much into this. Likely to be fewer F9/FH flights, but possibly an order of magnitude more than these numbers in Starship flights.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1159630890026188800,[],[],0,,False,4547,91,162,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1043,1159629807555993600,1159629807555993600,1565312265000.0,2019-08-09 00:57:45,+0000,,Thanks George!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1159629807555993600,[],[],0,,False,11284,270,725,https://twitter.com/lexfridman/status/1159494489171513345,None,,,,,,,[],,,, +1044,1159539917837307904,1159531884033875968,1565290834000.0,2019-08-08 19:00:34,+0000,,"@brunosilva @vincent13031925 @ResidentSponge @Teslarati @Tesla We’re working with EU regulators to improve rules. Spirit of rules is correct, but exact language doesn’t quite align with spirit. Navigate on Autopilot working well in rest of world.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1159539917837307904,[],[],0,,False,920,69,61,,None,,,,,,,"[{'screen_name': 'brunosilva', 'name': 'Bruno Silva', 'id': '15696615'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1045,1159355216262660096,1159134604059656192,1565246797000.0,2019-08-08 06:46:37,+0000,,@cleantechnica But actual road data is what matters most https://t.co/q44lsjJZZa,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1159355216262660096,['https://www.tesla.com/VehicleSafetyReport'],[],0,,False,4898,139,274,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1046,1159351633265827840,1159104648046886915,1565245943000.0,2019-08-08 06:32:23,+0000,,"@HarryStoltz1 @Sofiaan @IIHS_autosafety @atj721 Ultimately, however, what really matters is empirical safety. Nothing in life is 100% safe, so optimal figure of merit is how many millions of miles/km per accident.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1159351633265827840,[],[],0,,False,712,38,41,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'IIHS_autosafety', 'name': 'IIHS', 'id': '159199503'}, {'screen_name': 'atj721', 'name': 'Paul Fosse Tires 10X🔋', 'id': '84671851'}]",,,, +1047,1159348472958427136,1159104648046886915,1565245190000.0,2019-08-08 06:19:50,+0000,,"@HarryStoltz1 @Sofiaan @IIHS_autosafety @atj721 Good question. NHTSA is great for fundamental structural safety, except for unbelted front passenger occupant factor. Very rare these days for front passenger to be unbelted. NCAP also great, but there are some weird headlight angle factors. Super inside baseball stuff …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1159348472958427136,[],[],0,,False,618,18,26,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'IIHS_autosafety', 'name': 'IIHS', 'id': '159199503'}, {'screen_name': 'atj721', 'name': 'Paul Fosse Tires 10X🔋', 'id': '84671851'}]",,,, +1048,1159344840657608705,1159104648046886915,1565244324000.0,2019-08-08 06:05:24,+0000,,@Sofiaan @IIHS_autosafety @atj721 Well said!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1159344840657608705,[],[],0,,False,425,16,20,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'IIHS_autosafety', 'name': 'IIHS', 'id': '159199503'}, {'screen_name': 'atj721', 'name': 'Paul Fosse Tires 10X🔋', 'id': '84671851'}]",,,, +1049,1158997677117329409,1158968745227780096,1565161554000.0,2019-08-07 07:05:54,+0000,,@bluemoondance74 @Erdayastronaut Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1158997677117329409,[],[],0,,False,1596,60,25,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1050,1158996345677438977,1158968745227780096,1565161236000.0,2019-08-07 07:00:36,+0000,,🎶 Strangers in the Night 🎶 https://t.co/9ZURElJxJQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1158996345677438977,['https://m.youtube.com/watch?v=h5h_EW4odWw'],[],0,,False,15072,516,761,,None,,,,,,,[],,,, +1051,1158981487170953216,1158968745227780096,1565157694000.0,2019-08-07 06:01:34,+0000,,@Erdayastronaut Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1158981487170953216,[],[],0,,False,3583,78,46,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1052,1158968745227780096,1158968745227780096,1565154656000.0,2019-08-07 05:10:56,+0000,,Rocket fairing falling from space (higher res) https://t.co/sa1j10qAWi,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1158968745227780096,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1158968673836519424/pu/img/7Iv8xT3u9epjWR1A.jpg,False,98306,1496,10870,,None,,,,,,,[],,,, +1053,1158901207965954048,1158901207965954048,1565138553000.0,2019-08-07 00:42:33,+0000,,And @JayLeno really knows cars! https://t.co/QN3x0UzP4v,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1158901207965954048,['https://www.cnbc.com/2019/08/06/jay-leno-on-tesla-electric-cars-are-the-future.html'],[],0,,False,14254,426,1272,,None,,,,,,,[],,,, +1054,1158899839456800769,1158899839456800769,1565138227000.0,2019-08-07 00:37:07,+0000,,Rocket fairing falls from space & is caught by Ms Tree boat https://t.co/nJv0Ry1iKk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1158899839456800769,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1158899801712238592/pu/img/H2na5yQxPbdJHnGY.jpg,False,72425,1285,8708,,None,,,,,,,[],,,, +1055,1158894877733580800,1158891679614558210,1565137044000.0,2019-08-07 00:17:24,+0000,,"Fairing caught, video posting soon",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1158894877733580800,[],[],0,,False,16092,259,505,,None,,,,,,,[],,,, +1056,1158891679614558210,1158891679614558210,1565136282000.0,2019-08-07 00:04:42,+0000,,Hoping to catch the fairing in a few mins,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1158891679614558210,[],[],0,,False,19511,289,803,https://twitter.com/SpaceX/status/1158878301936484353,None,,,,,,,[],,,, +1057,1158631714706427904,1158309825815699456,1565074301000.0,2019-08-06 06:51:41,+0000,,"@Erdayastronaut Race to orbit by both teams, although a success by both in close proximity would be amazing & each would count as a win",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1158631714706427904,[],[],0,,False,2201,73,103,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1058,1158595570451095552,1158309825815699456,1565065684000.0,2019-08-06 04:28:04,+0000,,@HarryStoltz1 @ShorealoneFilms Details coming at Starship update,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1158595570451095552,[],[],0,,False,960,49,34,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'ShorealoneFilms', 'name': 'Matt Hartman', 'id': '209681820'}]",,,, +1059,1158593599535140864,1158309825815699456,1565065214000.0,2019-08-06 04:20:14,+0000,,"@HarryStoltz1 @ShorealoneFilms Not in current plans, but that may change",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1158593599535140864,[],[],0,,False,475,27,19,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'ShorealoneFilms', 'name': 'Matt Hartman', 'id': '209681820'}]",,,, +1060,1158592581862752256,1158309825815699456,1565064971000.0,2019-08-06 04:16:11,+0000,,@kulpability No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1158592581862752256,[],[],0,,False,807,34,20,,None,,,,,,,"[{'screen_name': 'kulpability', 'name': 'Viscountess of Shrugsbury', 'id': '950471510266871810'}]",,,, +1061,1158592491110535170,1158309825815699456,1565064950000.0,2019-08-06 04:15:50,+0000,,"@ShorealoneFilms Vandenberg is great for polar orbits. Will still play an important role long-term, but 80%+ will be eastward.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1158592491110535170,[],[],0,,False,469,17,24,,None,,,,,,,"[{'screen_name': 'ShorealoneFilms', 'name': 'Matt Hartman', 'id': '209681820'}]",,,, +1062,1158590084280549376,1158309825815699456,1565064376000.0,2019-08-06 04:06:16,+0000,,"Great progress by Starship Cape team. Started several months behind, but catching up fast. This will be a super fun race to orbit, moon & Mars!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1158590084280549376,[],[],0,,False,10664,260,450,,None,,,,,,,[],,,, +1063,1158584208236793857,1158576658305212416,1565062975000.0,2019-08-06 03:42:55,+0000,,"@cleantechnica So much drama & good times too! Maybe worth a book one day, but would come at expense of 🚀 & 🚘 & 🧠.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1158584208236793857,[],[],0,,False,15640,481,543,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1064,1158310224664715266,1158309825815699456,1564997652000.0,2019-08-05 09:34:12,+0000,,Headed to Starship Cape Canaveral build site today,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1158310224664715266,[],[],0,,False,23525,386,622,,None,,,,,,,[],,,, +1065,1158309825815699456,1158309825815699456,1564997557000.0,2019-08-05 09:32:37,+0000,,Just left Starship Texas build site. Very proud of progress SpaceX team has made! Pics are of 9m dome rotation & Starship airframe behind windbreak. https://t.co/1cmOzkPlkn,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1158309825815699456,[],"['https://pbs.twimg.com/media/EBMko5ZW4AIW_Fb.jpg', 'https://pbs.twimg.com/media/EBMko5IXoAAXq1y.jpg', 'https://pbs.twimg.com/media/EBMko5JWsAAmTIW.jpg', 'https://pbs.twimg.com/media/EBMko5IWsAElsfB.jpg']",1,https://pbs.twimg.com/media/EBMko5ZW4AIW_Fb.jpg,False,45671,782,3043,,None,,,,,,,[],,,, +1066,1158145938533359616,1158145938533359616,1564958483000.0,2019-08-04 22:41:23,+0000,,Lyft/Uber/taxi drivers are expert Tesla advocates. Thanks for your support!! https://t.co/coIzNY5QOO,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1158145938533359616,['https://www.businessinsider.com/tesla-model-3-best-features-learned-after-first-ride-2019-8'],[],0,,False,15171,573,984,,None,,,,,,,[],,,, +1067,1158023377078116352,1158016541436317697,1564929262000.0,2019-08-04 14:34:22,+0000,,@janvesp @SciGuySpace Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1158023377078116352,[],[],0,,False,1086,69,32,,None,,,,,,,"[{'screen_name': 'janvesp', 'name': 'Jan', 'id': '2771331905'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1068,1158023033619189761,1158016541436317697,1564929180000.0,2019-08-04 14:33:00,+0000,,@SciGuySpace Progress is accelerating,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1158023033619189761,[],[],0,,False,9187,138,295,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1069,1157972610761789441,1157972602205462528,1564917159000.0,2019-08-04 11:12:39,+0000,,Queen 🐝 https://t.co/InE4OIu9kL,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1157972610761789441,[],['https://pbs.twimg.com/media/EBHx8tUXsAU25e0.jpg'],1,https://pbs.twimg.com/media/EBHx8tUXsAU25e0.jpg,False,130462,1515,15407,,None,,,,,,,[],,,, +1070,1157972602205462528,1157972602205462528,1564917157000.0,2019-08-04 11:12:37,+0000,,Teletub 🐝 https://t.co/Vj4xtIyQ5S,et,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1157972602205462528,[],['https://pbs.twimg.com/media/EBHx8L1WwAA1uQi.jpg'],1,https://pbs.twimg.com/media/EBHx8L1WwAA1uQi.jpg,False,109872,1376,9450,,None,,,,,,,[],,,, +1071,1157963838265995264,1157932403635228672,1564915067000.0,2019-08-04 10:37:47,+0000,,@senjam777 @baconmashwbs Workin on it. One of my boys maybe gonna make this here candy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157963838265995264,[],[],0,,False,653,49,32,,None,,,,,,,"[{'screen_name': 'baconmashwbs', 'name': 'baconmashwbrownsugar', 'id': '1055659676245741569'}]",,,, +1072,1157961997830561793,1157961997830561793,1564914628000.0,2019-08-04 10:30:28,+0000,,“am … 🐝 guity” 🧐,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157961997830561793,[],[],0,,False,33566,1161,1848,,None,,,,,,,[],,,, +1073,1157959276578709504,1157953453341270016,1564913980000.0,2019-08-04 10:19:40,+0000,,@IamEvilVictor It’s all about branding https://t.co/C4uMF5cCdC,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157959276578709504,[],['https://pbs.twimg.com/media/EBHluotXsAEJ-dv.jpg'],1,https://pbs.twimg.com/media/EBHluotXsAEJ-dv.jpg,False,876,44,40,,None,,,,,,,"[{'screen_name': 'IamEvilVictor', 'name': 'ᗧ••• Evil Victor •••ᗣ', 'id': '1043706678363938816'}]",,,, +1074,1157957154600566786,1157953453341270016,1564913474000.0,2019-08-04 10:11:14,+0000,,@tenormasta @flcnhvy The best guide by far!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157957154600566786,[],[],0,,False,1879,30,27,,None,,,,,,,"[{'screen_name': 'tenormasta', 'name': '̶F̶r̶a̶n̶ç̶o̶i̶s̶ ̶P̶i̶e̶r̶r̶e̶ ̶', 'id': '151397620'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1075,1157956882696474656,1157953453341270016,1564913409000.0,2019-08-04 10:10:09,+0000,,@padgeuk Will Dojo to be the difference,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157956882696474656,[],[],0,,False,694,20,22,,None,,,,,,,"[{'screen_name': 'padgeuk', 'name': 'Padge', 'id': '19913506'}]",,,, +1076,1157956508887519232,1157953453341270016,1564913320000.0,2019-08-04 10:08:40,+0000,,@flcnhvy That is a great guide 👍,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157956508887519232,[],[],0,,False,2539,25,28,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1077,1157955776704581632,1157953453341270016,1564913145000.0,2019-08-04 10:05:45,+0000,,@SteveH8960 philosophically,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157955776704581632,[],[],0,,False,825,26,24,,None,,,,,,,"[{'screen_name': 'SteveH8960', 'name': 'SHuknowho', 'id': '225763743'}]",,,, +1078,1157955353268621312,1157953453341270016,1564913044000.0,2019-08-04 10:04:04,+0000,,"His name is Eric, of course",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157955353268621312,[],[],0,,False,49764,645,1248,,None,,,,,,,[],,,, +1079,1157954982215389184,1157953453341270016,1564912956000.0,2019-08-04 10:02:36,+0000,,@isacan2358 It’s about time I suppose,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157954982215389184,[],[],0,,False,1658,32,24,,None,,,,,,,[],,,, +1080,1157954787926773760,1157954370430033920,1564912909000.0,2019-08-04 10:01:49,+0000,,@banQuo__ Mad skillz,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157954787926773760,[],[],0,,False,1188,14,38,,None,,,,,,,"[{'screen_name': 'banQuo__', 'name': 'Mr Burns [Ovum Anni]', 'id': '189783274'}]",,,, +1081,1157953996465872896,1157953864382984193,1564912721000.0,2019-08-04 09:58:41,+0000,,@SamiKandell Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1157953996465872896,[],[],0,,False,593,7,16,,None,,,,,,,"[{'screen_name': 'SamiKandell', 'name': 'Sami Kandell', 'id': '4615438997'}]",,,, +1082,1157953453341270016,1157953453341270016,1564912591000.0,2019-08-04 09:56:31,+0000,,A US 🐝 https://t.co/WEvAwY465n,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1157953453341270016,[],['https://pbs.twimg.com/media/EBHgduDWkAA6cO2.jpg'],1,https://pbs.twimg.com/media/EBHgduDWkAA6cO2.jpg,False,161165,1636,19086,,None,,,,,,,[],,,, +1083,1157933851727056896,1157932403635228672,1564907918000.0,2019-08-04 08:38:38,+0000,,Fred Astaire & Ginger Rogers👌,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1157933851727056896,[],[],0,,False,7611,227,171,,None,,,,,,,[],,,, +1084,1157933372381024256,1157932403635228672,1564907803000.0,2019-08-04 08:36:43,+0000,,@acflores91 True,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1157933372381024256,[],[],0,,False,993,13,22,,None,,,,,,,[],,,, +1085,1157932403635228672,1157932403635228672,1564907573000.0,2019-08-04 08:32:53,+0000,,I ♥️ Top Hat https://t.co/IcrlCErQWW,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1157932403635228672,['https://m.youtube.com/watch?v=kXrLw-DRH2g'],[],0,,False,10574,412,350,,None,,,,,,,[],,,, +1086,1157931117007314945,1157930997104558081,1564907266000.0,2019-08-04 08:27:46,+0000,,@PatrickLac007 It finally almost doesn’t suck,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1157931117007314945,[],[],0,,False,1146,87,54,,None,,,,,,,"[{'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}]",,,, +1087,1157898491122847745,1157898491122847745,1564899487000.0,2019-08-04 06:18:07,+0000,,🐝 all u can 🐝,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1157898491122847745,[],[],0,,False,197129,3095,46886,,None,,,,,,,[],,,, +1088,1157897864024133632,1157596598727315456,1564899338000.0,2019-08-04 06:15:38,+0000,,"@keatonmiller93 @newscientist Oh my, what a dashingly handsome hat you have!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1157897864024133632,[],[],0,,False,1044,42,38,,None,,,,,,,"[{'screen_name': 'keatonmiller93', 'name': 'Keaton Miller🇨🇦', 'id': '777394523445964800'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +1089,1157896377462087682,1157596598727315456,1564898983000.0,2019-08-04 06:09:43,+0000,,@newscientist The lost art of entomological haberdashery & millinery …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1157896377462087682,[],[],0,,False,933,50,38,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +1090,1157895520528019457,1157596598727315456,1564898779000.0,2019-08-04 06:06:19,+0000,,@newscientist I dare say that 🐝 could use a nice 🎩 https://t.co/3NPn1dmUXj,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1157895520528019457,['https://www.reddit.com/r/FakeBeesRealTopHats/'],[],0,,False,2948,56,97,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +1091,1157870760427438080,1157849370588581890,1564892876000.0,2019-08-04 04:27:56,+0000,,"@SciGuySpace Yes, detailed review of the first orbital Starship, explaining the pros & cons of each design decision",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1157870760427438080,[],[],0,,False,4639,99,218,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1092,1157845783963668480,1157819926532501504,1564886921000.0,2019-08-04 02:48:41,+0000,,@NASA @NASAJuno We are tiny,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1157845783963668480,[],[],0,,False,24471,734,1600,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'NASAJuno', 'name': ""NASA's Juno Mission"", 'id': '19789439'}]",,,, +1093,1157820736582688773,1157631860555624449,1564880949000.0,2019-08-04 01:09:09,+0000,,"@JaneidyEve @justpaulinelol @EvaFoxU @SpaceX Very convincing! Ok, Boca it is. We should have Starship Mk1 with 3 Raptors almost ready to fly by then.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1157820736582688773,[],[],0,,False,2832,117,204,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1094,1157808672648683520,1157631860555624449,1564878073000.0,2019-08-04 00:21:13,+0000,,@SIMOZT1 @justpaulinelol @EvaFoxU @SpaceX I would’ve been bankrupt too. Unlikely investors would have funded a second attempt.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1157808672648683520,[],[],0,,False,1318,79,50,,None,,,,,,,"[{'screen_name': 'SIMOZT1', 'name': 'MOHAMED ZHIRI', 'id': '2498227261'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1095,1157804435650809856,1157631860555624449,1564877063000.0,2019-08-04 00:04:23,+0000,,@justpaulinelol @EvaFoxU @SpaceX Relief,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1157804435650809856,[],[],0,,False,793,27,17,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1096,1157804266616217601,1157374668153774085,1564877022000.0,2019-08-04 00:03:42,+0000,,"@Sofiaan @Lindowitz @Tesla Ok, will discuss with team",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1157804266616217601,[],[],0,,False,969,50,28,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Lindowitz', 'name': 'CRL', 'id': '22543223'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1097,1157803684513878017,1157374668153774085,1564876883000.0,2019-08-04 00:01:23,+0000,,@Lindowitz @Tesla Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1157803684513878017,[],[],0,,False,687,16,19,,None,,,,,,,"[{'screen_name': 'Lindowitz', 'name': 'CRL', 'id': '22543223'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1098,1157802579872669696,1157374668153774085,1564876620000.0,2019-08-03 23:57:00,+0000,,"@Tesla Also, you can request any service from the Tesla phone app in under a minute",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1157802579872669696,[],[],0,,False,8421,298,240,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1099,1157801794069827584,1157631860555624449,1564876433000.0,2019-08-03 23:53:53,+0000,,"@justpaulinelol @EvaFoxU @SpaceX August 24th, either at Cape Canaveral or Boca Chica",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1157801794069827584,[],[],0,,False,1788,61,171,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1100,1157799488817369088,1157631860555624449,1564875883000.0,2019-08-03 23:44:43,+0000,,"@EvaFoxU @SpaceX That was our last chance to reach orbit. If it had failed, SpaceX would have died.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1157799488817369088,[],[],0,,False,21711,253,987,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1101,1157541864288866304,1157491466001735680,1564814461000.0,2019-08-03 06:41:01,+0000,,@sara_boutall @vincent13031925 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1157541864288866304,[],[],0,,False,1139,84,32,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +1102,1157541685980610560,1157491466001735680,1564814418000.0,2019-08-03 06:40:18,+0000,,@vincent13031925 Will also be launching The Boring Company China on this trip,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1157541685980610560,[],[],0,,False,13150,299,492,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +1103,1157390854991912960,1157381135216848896,1564778457000.0,2019-08-02 20:40:57,+0000,,@LobbycastGeoff @teslamodel3fan @Tesla Good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1157390854991912960,[],[],0,,False,788,56,31,,None,,,,,,,"[{'screen_name': 'teslamodel3fan', 'name': 'Tesla Model 3 Fan', 'id': '3532426698'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1104,1157375321139642368,1157033016558084114,1564774754000.0,2019-08-02 19:39:14,+0000,,@DrAlahbabi @Space_Station @SpaceX @NASA @esa @roscosmos @csa_asc @JAXA_en @ISS_CASIS @ISS_Research You’re most welcome!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1157375321139642368,[],[],0,,False,739,22,30,,None,,,,,,,"[{'screen_name': 'DrAlahbabi', 'name': 'Dr.Mohammed AlAhbabi', 'id': '469033120'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'esa', 'name': 'ESA', 'id': '21436960'}, {'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}, {'screen_name': 'csa_asc', 'name': 'Canadian Space Agency', 'id': '93714983'}, {'screen_name': 'JAXA_en', 'name': 'JAXA(Japan Aerospace Exploration Agency)', 'id': '104989762'}, {'screen_name': 'ISS_CASIS', 'name': 'ISS National Lab', 'id': '188046098'}, {'screen_name': 'ISS_Research', 'name': 'ISS Research', 'id': '189253902'}]",,,, +1105,1157018003935907845,1157018003935907845,1564689563000.0,2019-08-01 19:59:23,+0000,,Fates loves irony https://t.co/T9sMcivKGK,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1157018003935907845,[],['https://pbs.twimg.com/media/EA6NvFzUYAARyoW.jpg'],1,https://pbs.twimg.com/media/EA6NvFzUYAARyoW.jpg,False,260467,1795,46120,,None,,,,,,,[],,,, +1106,1156987753151782915,1156970901897764865,1564682350000.0,2019-08-01 17:59:10,+0000,,"@TeslaClubIN @Yashwanthnadal For other countries, we pay in part for the local factory by selling cars there ahead of time. Also, gives a sense of demand. Current rules in India prevent that, but recent changes in sales tax give hope for future changes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1156987753151782915,[],[],0,,False,2531,137,174,,None,,,,,,,"[{'screen_name': 'TeslaClubIN', 'name': 'Tesla Club India®', 'id': '1103280305580969984'}, {'screen_name': 'Yashwanthnadal', 'name': 'Yashwanth Reddy 🇮🇳', 'id': '900597723098783744'}]",,,, +1107,1156973527385300992,1156973383403352064,1564678959000.0,2019-08-01 17:02:39,+0000,,@hi__hassan Not sure. Will check with my team.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1156973527385300992,[],[],0,,False,594,31,19,,None,,,,,,,"[{'screen_name': 'hi__hassan', 'name': '𝒉𝒂𝒔𝒔𝒂𝒏', 'id': '626509321'}]",,,, +1108,1156971534981799936,1156970901897764865,1564678484000.0,2019-08-01 16:54:44,+0000,,"@Yashwanthnadal I’m told import duties are extremely high (up to 100%), even for electric cars. This would make our cars unaffordable.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1156971534981799936,[],[],0,,False,15122,770,903,,None,,,,,,,"[{'screen_name': 'Yashwanthnadal', 'name': 'Yashwanth Reddy 🇮🇳', 'id': '900597723098783744'}]",,,, +1109,1156970909258829824,1156947017299636224,1564678334000.0,2019-08-01 16:52:14,+0000,,"@SciGuySpace Orbital refilling is vital to humanity’s future in space. More likely spacecraft to spacecraft (as aircraft do aerial refueling), than a dedicated depot, at least at first.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1156970909258829824,[],[],0,,False,3213,119,184,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1110,1156716129810731010,1156715876583800832,1564617590000.0,2019-07-31 23:59:50,+0000,,@rahulsood @Tesla Fixing …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1156716129810731010,[],[],0,,False,3497,154,80,,None,,,,,,,"[{'screen_name': 'rahulsood', 'name': 'Rahul Sood 🦄🐴', 'id': '14118292'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1111,1156671312716111872,1156288146365132801,1564606905000.0,2019-07-31 21:01:45,+0000,,@SciGuySpace Depot haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1156671312716111872,[],[],0,,False,1174,74,44,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1112,1156671168151093249,1156658907663745029,1564606871000.0,2019-07-31 21:01:11,+0000,,@SciGuySpace Mailing Dragon dock with Space Station is much harder than docking with our own ship for refilling. Not a problem.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1156671168151093249,[],[],0,,False,3138,68,88,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1113,1156395375546097664,1156227757258547201,1564541116000.0,2019-07-31 02:45:16,+0000,,@JaneidyEve @SciGuySpace Never thought we’d make it this far,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1156395375546097664,[],[],0,,False,2017,130,92,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1114,1156390129457455104,1156227757258547201,1564539866000.0,2019-07-31 02:24:26,+0000,,@SciGuySpace Ancient times …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1156390129457455104,[],[],0,,False,3886,73,72,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1115,1156005185656782848,1155990435279491074,1564448088000.0,2019-07-30 00:54:48,+0000,,@DMC_Ryan Spooling up production line rapidly. Hoping to manufacture ~1000 solar roofs/week by end of this year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1156005185656782848,[],[],0,,False,2258,242,205,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1116,1155990435279491074,1155990435279491074,1564444571000.0,2019-07-29 23:56:11,+0000,,Tesla Megapack now available for utility-scale energy storage https://t.co/MQMgMkFfNm,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1155990435279491074,['https://www.tesla.com/blog/introducing-megapack-utility-scale-energy-storage?redirect=no?utm_campaign=Utility&utm_source=twitter&utm_medium='],[],0,,False,16552,603,1761,,None,,,,,,,[],,,, +1117,1155578347054723072,1155297377479094273,1564346322000.0,2019-07-28 20:38:42,+0000,,"@Jason Thanks Jason! Super proud to work with such great teams at SpaceX, Tesla, Neuralink and Boring!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1155578347054723072,[],[],0,,False,8384,134,213,,None,,,,,,,"[{'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}]",,,, +1118,1155567236716740608,1155567236716740608,1564343673000.0,2019-07-28 19:54:33,+0000,,Falcon rocket reentry from space with double sonic booms https://t.co/6DDPjcOgQH,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1155567236716740608,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1155567155712147456/pu/img/-Ode-p_FE1Zxd7cK.jpg,False,129815,2585,22995,,None,,,,,,,[],,,, +1119,1155415096387969024,1155415096387969024,1564307400000.0,2019-07-28 09:50:00,+0000,,"Now that Hopper has flown, Starship update probably in two weeks or so.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1155415096387969024,[],[],0,,False,27136,528,1165,,None,,,,,,,[],,,, +1120,1155414118574067713,1155414118574067713,1564307167000.0,2019-07-28 09:46:07,+0000,,Falcon 9 piercing the sound barrier on reentry https://t.co/pMkBaeHVqT,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1155414118574067713,[],['https://pbs.twimg.com/media/EAjbA6xUwAIBf5C.jpg'],1,https://pbs.twimg.com/media/EAjbA6xUwAIBf5C.jpg,False,65455,690,4929,,None,,,,,,,[],,,, +1121,1155396969277222913,1155292876474949632,1564303078000.0,2019-07-28 08:37:58,+0000,,@DannyMekic @DaveMaasland Thanks for letting me know,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1155396969277222913,[],[],0,,False,668,30,20,,None,,,,,,,"[{'screen_name': 'DannyMekic', 'name': 'Danny Mekić', 'id': '15269643'}, {'screen_name': 'DaveMaasland', 'name': 'Dave Maasland', 'id': '1543227630'}]",,,, +1122,1155339759851462656,1155179932474957825,1564289438000.0,2019-07-28 04:50:38,+0000,,@13arm13arm @simonhackett You can,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1155339759851462656,[],[],0,,False,883,81,37,,None,,,,,,,"[{'screen_name': '13arm13arm', 'name': 'ARM', 'id': '389880421'}, {'screen_name': 'simonhackett', 'name': 'Simon Hackett', 'id': '29147082'}]",,,, +1123,1155305821477076992,1155292876474949632,1564281347000.0,2019-07-28 02:35:47,+0000,,@Some1gee Vehicle alert seen show up automatically & enable single touch request for service for that item either from the car screen or mobile app,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1155305821477076992,[],[],0,,False,809,28,30,,None,,,,,,,"[{'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}]",,,, +1124,1155305351291400192,1155292876474949632,1564281234000.0,2019-07-28 02:33:54,+0000,,@Jennerator211 System automatically selects between mobile service & service center appointment. Say prefer mobile in comments to bias. We will add a check box for mobile preferred.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1155305351291400192,[],[],0,,False,926,17,46,,None,,,,,,,"[{'screen_name': 'Jennerator211', 'name': '👠 Lady in red 👠', 'id': '23502725'}]",,,, +1125,1155292876474949632,1155292876474949632,1564278260000.0,2019-07-28 01:44:20,+0000,,Tesla owners can schedule service appointments in under a minute just using their Tesla phone app!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1155292876474949632,[],[],0,,False,25772,734,883,,None,,,,,,,[],,,, +1126,1155292274827247622,1154803309737402368,1564278117000.0,2019-07-28 01:41:57,+0000,,"@thetaylorcav @Tesla We’re working on it. Agreed, Minecraft is high priority. Roblox too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1155292274827247622,[],[],0,,False,3580,122,341,,None,,,,,,,"[{'screen_name': 'thetaylorcav', 'name': 'Taylor', 'id': '4360916966'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1127,1155291719723732992,1155291620079804417,1564277984000.0,2019-07-28 01:39:44,+0000,,@jakekornegay15 Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1155291719723732992,[],[],0,,False,562,34,16,,None,,,,,,,"[{'screen_name': 'jakekornegay15', 'name': 'Jake Kornegay', 'id': '1289075502'}]",,,, +1128,1155291190490570752,1155291020914937856,1564277858000.0,2019-07-28 01:37:38,+0000,,@teslaownersSV Haha probably true (sigh),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1155291190490570752,[],[],0,,False,791,35,24,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +1129,1155290140303953920,1155179932474957825,1564277608000.0,2019-07-28 01:33:28,+0000,,"@justpaulinelol @schristakos @jgrano305 @DMC_Ryan Depends on how release to owners with early access goes, but hopefully wide release by end of August",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1155290140303953920,[],[],0,,False,988,35,48,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'schristakos', 'name': 'St≡v≡n Christakos | My Electric Adventure', 'id': '348862752'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1130,1155288967882788864,1155281957753933829,1564277328000.0,2019-07-28 01:28:48,+0000,,@cleantechnica Tesla Service Centers & a lot more Superchargers coming to Poland later this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1155288967882788864,[],[],0,,False,2604,97,141,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1131,1155280313901170688,1155179932474957825,1564275265000.0,2019-07-28 00:54:25,+0000,,@redmor11 @schristakos @jgrano305 @DMC_Ryan Will recognize & read all signs for FSD. Focused on traffic lights & stop signs right now. Most are very easy. Difficulty is millions of corner cases.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1155280313901170688,[],[],0,,False,949,64,63,,None,,,,,,,"[{'screen_name': 'redmor11', 'name': 'Redmor11', 'id': '213104292'}, {'screen_name': 'schristakos', 'name': 'St≡v≡n Christakos | My Electric Adventure', 'id': '348862752'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1132,1155279421118402562,1155179932474957825,1564275052000.0,2019-07-28 00:50:52,+0000,,"@schristakos @jgrano305 @DMC_Ryan Hoping to get “Joe Mode” into V10. The default, of course, is normal volume, but selecting “Joe Mode” would lower the volume of strident beeps & chimes by half.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1155279421118402562,[],[],0,,False,1116,38,46,,None,,,,,,,"[{'screen_name': 'schristakos', 'name': 'St≡v≡n Christakos | My Electric Adventure', 'id': '348862752'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1133,1155277530611380225,1155179932474957825,1564274601000.0,2019-07-28 00:43:21,+0000,,"@annerajb @ATAT137 @DMC_Ryan If not immediately, will be followed shortly in a point release",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1155277530611380225,[],[],0,,False,490,14,22,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'ATAT137', 'name': 'AT', 'id': '591252897'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1134,1155276775812816896,1155179932474957825,1564274422000.0,2019-07-28 00:40:22,+0000,,@jgrano305 @DMC_Ryan Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1155276775812816896,[],[],0,,False,1394,36,38,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1135,1155276705050685440,1155179932474957825,1564274405000.0,2019-07-28 00:40:05,+0000,,@ATAT137 @DMC_Ryan Some,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1155276705050685440,[],[],0,,False,234,11,7,,None,,,,,,,"[{'screen_name': 'ATAT137', 'name': 'AT', 'id': '591252897'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1136,1155276636528320513,1155179932474957825,1564274388000.0,2019-07-28 00:39:48,+0000,,"@eugenelee3 @DMC_Ryan Not currently in V10, but will try",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1155276636528320513,[],[],0,,False,530,14,17,,None,,,,,,,"[{'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1137,1155276257099046913,1155179932474957825,1564274298000.0,2019-07-28 00:38:18,+0000,,"@DMC_Ryan Yes, V10 will include several games & infotainment features, improved highway Autopilot, better traffic light & stop sign recognition & Smart Summon",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1155276257099046913,[],[],0,,False,2319,100,131,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1138,1155190133064290304,1155179932474957825,1564253764000.0,2019-07-27 18:56:04,+0000,,@AndrewMayne Can’t you just play though phone Bluetooth?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1155190133064290304,[],[],0,,False,1793,70,40,,None,,,,,,,"[{'screen_name': 'AndrewMayne', 'name': 'Andrew Mayne', 'id': '5548212'}]",,,, +1139,1155184195586519040,1155179932474957825,1564252349000.0,2019-07-27 18:32:29,+0000,,"@JeremyGreenlee @TesLatino We’re close, but the magic is in the final details. Maybe 2 to 3 months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1155184195586519040,[],[],0,,False,2696,134,156,,None,,,,,,,"[{'screen_name': 'JeremyGreenlee', 'name': 'Jeremy Greenlee', 'id': '408518319'}, {'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael - Lover, not a hater.', 'id': '989986448295235586'}]",,,, +1140,1155183602616791041,1155179932474957825,1564252207000.0,2019-07-27 18:30:07,+0000,,"@TesLatino Maybe August, not more than a few months",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1155183602616791041,[],[],0,,False,1819,26,50,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}]",,,, +1141,1155181226661052416,1155180131843018753,1564251641000.0,2019-07-27 18:20:41,+0000,,"@ktoddstorch Yeah, feels just like an old school drive in movie experience, but with much better sound",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1155181226661052416,[],[],0,,False,2854,58,50,,None,,,,,,,"[{'screen_name': 'ktoddstorch', 'name': 'K. Todd Storch', 'id': '6044412'}]",,,, +1142,1155180120786608128,1155179932474957825,1564251377000.0,2019-07-27 18:16:17,+0000,,"When full self-driving is approved by regulators, we will enable video while moving",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1155180120786608128,[],[],0,,False,65702,778,3335,,None,,,,,,,[],,,, +1143,1155179932474957825,1155179932474957825,1564251332000.0,2019-07-27 18:15:32,+0000,,"Ability to stream YouTube & Netflix when car is stopped coming to your Tesla soon! Has an amazingly immersive, cinematic feel due to the comfy seats & surround sound audio.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1155179932474957825,[],[],0,,False,114300,2105,8543,,None,,,,,,,[],,,, +1144,1155176099053047809,1154803309737402368,1564250418000.0,2019-07-27 18:00:18,+0000,,"@EvaFoxU @flcnhvy @Tesla Yes, really enjoyed it, although wish she’d made it up to sky city",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1155176099053047809,[],[],0,,False,1140,78,70,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1145,1155151854734462976,1154803309737402368,1564244638000.0,2019-07-27 16:23:58,+0000,,"@flcnhvy @Tesla Unity port is done, so finessing the controls now. Mostly limited by local storage. Will allow additional game storage via USB. Whatever’s most fun!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1155151854734462976,[],[],0,,False,1524,67,59,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1146,1155150871983902720,1154915693114089472,1564244404000.0,2019-07-27 16:20:04,+0000,,@lister6520 @neiltyson And those who weren’t expecting a ternary joke,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1155150871983902720,[],[],0,,False,2021,38,58,,None,,,,,,,"[{'screen_name': 'lister6520', 'name': 'lister6520', 'id': '4706949269'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +1147,1155150344281681920,1154803309737402368,1564244278000.0,2019-07-27 16:17:58,+0000,,@danywhite11 @Tesla Will run v high res at 60 fps. Cuphead doesn’t need 4k.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1155150344281681920,[],[],0,,False,1351,29,30,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1148,1155147649814683648,1154803309737402368,1564243635000.0,2019-07-27 16:07:15,+0000,,@Tesla Cuphead for Tesla coming out in August,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1155147649814683648,[],[],0,,False,21205,471,1316,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1149,1154965196982513665,1154956278914936833,1564200135000.0,2019-07-27 04:02:15,+0000,,@GooseWayneYT Space fairies are real,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1154965196982513665,[],[],0,,False,2275,120,161,,None,,,,,,,[],,,, +1150,1154956375287427072,1154956278914936833,1564198032000.0,2019-07-27 03:27:12,+0000,,Frank Frazetta,is,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1154956375287427072,[],[],0,,False,15879,244,308,,None,,,,,,,[],,,, +1151,1154956278914936833,1154956278914936833,1564198009000.0,2019-07-27 03:26:49,+0000,,Encounter in 88 https://t.co/18ohUrtGQe,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1154956278914936833,[],['https://pbs.twimg.com/media/EAc6m_FVUAIHOOm.jpg'],1,https://pbs.twimg.com/media/EAc6m_FVUAIHOOm.jpg,False,51407,655,3737,,None,,,,,,,[],,,, +1152,1154674872041103360,1154599520711266305,1564130916000.0,2019-07-26 08:48:36,+0000,,Drone cam https://t.co/gVdMrMgUZq,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1154674872041103360,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1154674801882963968/pu/img/DsJJbGesO-MYlcGf.jpg,False,37750,665,3649,,None,,,,,,,[],,,, +1153,1154670279680880640,1154599520711266305,1564129822000.0,2019-07-26 08:30:22,+0000,,@yousuck2020 Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1154670279680880640,[],[],0,,False,1947,45,43,,None,,,,,,,"[{'screen_name': 'yousuck2020', 'name': '前澤友作┃お金贈りおじさん', 'id': '137857547'}]",,,, +1154,1154629726914220032,1154599520711266305,1564120153000.0,2019-07-26 05:49:13,+0000,,Engine cam https://t.co/3cWHU50353,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1154629726914220032,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1154629690486743041/pu/img/U2h1Oc-MBo4FnDgx.jpg,False,59926,924,5898,,None,,,,,,,[],,,, +1155,1154605121751224320,1154599520711266305,1564114287000.0,2019-07-26 04:11:27,+0000,,@bcart03 @engineers_feed Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1154605121751224320,[],[],0,,False,2516,68,44,,None,,,,,,,"[{'screen_name': 'bcart03', 'name': 'Ben Carter', 'id': '736150745238622208'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1156,1154604015822311424,1154599520711266305,1564114023000.0,2019-07-26 04:07:03,+0000,,@engineers_feed 200m hop in a week or two,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1154604015822311424,[],[],0,,False,5619,180,493,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1157,1154599520711266305,1154599520711266305,1564112951000.0,2019-07-26 03:49:11,+0000,,Starhopper flight successful. Water towers *can* fly haha!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1154599520711266305,[],[],0,,False,68693,1565,5148,,None,,,,,,,[],,,, +1158,1154543127153106944,1154436142458126341,1564099506000.0,2019-07-26 00:05:06,+0000,,"@robbystarbuck @Tesla Btw, you can schedule service via the Tesla app in less than a minute",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1154543127153106944,[],[],0,,False,6381,124,125,,None,,,,,,,"[{'screen_name': 'robbystarbuck', 'name': 'Robby Starbuck', 'id': '16523905'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1159,1154528721346297857,1154436142458126341,1564096071000.0,2019-07-25 23:07:51,+0000,,@robbystarbuck @Tesla Good point. Getting fixed …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1154528721346297857,[],[],0,,False,13995,232,272,,None,,,,,,,"[{'screen_name': 'robbystarbuck', 'name': 'Robby Starbuck', 'id': '16523905'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1160,1154516642459557890,1154511517674549248,1564093192000.0,2019-07-25 22:19:52,+0000,,@CathieDWood @ARKInvest Probably 1/4 to 1/2 of that capacity would be for stationary storage,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1154516642459557890,[],[],0,,False,2561,85,88,,None,,,,,,,"[{'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}, {'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}]",,,, +1161,1154512337904132097,1154512002670161920,1564092165000.0,2019-07-25 22:02:45,+0000,,@SpaceX Launch underway,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1154512337904132097,[],[],0,,False,8995,175,256,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1162,1154264469163220992,1154264469163220992,1564033069000.0,2019-07-25 05:37:49,+0000,,"Dr. Livingstone, I presume? https://t.co/aV8t3s6nIz",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1154264469163220992,[],['https://pbs.twimg.com/media/EATFaooVUAAuWn3.jpg'],1,https://pbs.twimg.com/media/EATFaooVUAAuWn3.jpg,False,81886,1258,5030,,None,,,,,,,[],,,, +1163,1154261135245246465,1154193131090391047,1564032274000.0,2019-07-25 05:24:34,+0000,,@SpaceXUpdates Pc (chamber pressure) high due to colder than expected propellant,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1154261135245246465,[],[],0,,False,1789,64,109,,None,,,,,,,"[{'screen_name': 'SpaceXUpdates', 'name': 'SpaceXUpdates', 'id': '738023983266828288'}]",,,, +1164,1154229558989561857,1154155850178732039,1564024746000.0,2019-07-25 03:19:06,+0000,,@Erdayastronaut @goathobbit Thin tiles on windward side of ship & nothing on leeward or anywhere on booster looks like lightest option,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1154229558989561857,[],[],0,,False,1351,69,42,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'goathobbit', 'name': 'The Space Goat', 'id': '935341612888190976'}]",,,, +1165,1154194820929212419,1154155850178732039,1564016463000.0,2019-07-25 01:01:03,+0000,,"@Erdayastronaut @goathobbit Testing a possible Starship windward side ceramic tile. Maximizing emissivity is best for conductive/particle heating. Nice thing about steel is that tiles can be very thin, unlike carbon fiber or aluminum airframe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1154194820929212419,[],[],0,,False,1281,67,66,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'goathobbit', 'name': 'The Space Goat', 'id': '935341612888190976'}]",,,, +1166,1154192452795789312,1154155850178732039,1564015899000.0,2019-07-25 00:51:39,+0000,,@Erdayastronaut @goathobbit Wearing black not recommended https://t.co/lqoBFTeMX2,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1154192452795789312,['https://twitter.com/wonderofscience/status/1151857907497132034?s=21'],[],0,,False,1152,70,86,0,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'goathobbit', 'name': 'The Space Goat', 'id': '935341612888190976'}]",,,, +1167,1154191240381865984,1154155850178732039,1564015610000.0,2019-07-25 00:46:50,+0000,,"@Erdayastronaut @goathobbit High reflectivity minimizes photonic heating, high emissivity minimizes particle heating. No need to radiate heat away if you aren’t hot in the first place. Also, as metal heats up to yellow/red/white, it stops being reflective.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1154191240381865984,[],[],0,,False,1345,62,72,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'goathobbit', 'name': 'The Space Goat', 'id': '935341612888190976'}]",,,, +1168,1154148457206038529,1153985460076781570,1564005409000.0,2019-07-24 21:56:49,+0000,,@NASAKennedy @SpaceX @Space_Station One Space Station image for each visit,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1154148457206038529,[],[],0,,False,5239,94,144,,None,,,,,,,"[{'screen_name': 'NASAKennedy', 'name': ""NASA's Kennedy Space Center"", 'id': '16580226'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +1169,1154092105867747329,1154077720147632128,1563991974000.0,2019-07-24 18:12:54,+0000,,@nichegamer Me too,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1154092105867747329,[],[],0,,False,1147,69,25,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1170,1154081028975124480,1154077720147632128,1563989333000.0,2019-07-24 17:28:53,+0000,,"@nichegamer In a million years, the Universe will go from being 13.772 to 13.773 billion years old. Like tears in the rain …",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1154081028975124480,[],[],0,,False,22311,213,1712,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1171,1153556617264128002,1152227883705937920,1563864304000.0,2019-07-23 06:45:04,+0000,,@NASA @NASAKennedy Exciting modes!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1153556617264128002,[],[],0,,False,11261,173,237,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'NASAKennedy', 'name': ""NASA's Kennedy Space Center"", 'id': '16580226'}]",,,, +1172,1153480361973731328,1153078534916587520,1563846123000.0,2019-07-23 01:42:03,+0000,,@wonderofscience True 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1153480361973731328,[],[],0,,False,1770,58,35,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +1173,1153443579823476736,1153443579823476736,1563837354000.0,2019-07-22 23:15:54,+0000,, https://t.co/3DGSWBfQTq,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1153443579823476736,[],"['https://pbs.twimg.com/media/EAHa0WSU0AAEEt5.jpg', 'https://pbs.twimg.com/media/EAHa0WRUYAEy-4-.jpg']",1,https://pbs.twimg.com/media/EAHa0WSU0AAEEt5.jpg,False,43558,1108,2568,,None,,,,,,,[],,,, +1174,1153442984072925185,1153442984072925185,1563837211000.0,2019-07-22 23:13:31,+0000,,Time to face reality https://t.co/WOzE2XwlQv,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1153442984072925185,[],['https://pbs.twimg.com/media/EAHaRqvUcAAfjm7.jpg'],1,https://pbs.twimg.com/media/EAHaRqvUcAAfjm7.jpg,False,53040,1514,5334,,None,,,,,,,[],,,, +1175,1153433007799144449,1153377972784705536,1563834833000.0,2019-07-22 22:33:53,+0000,,@WorldAndScience We’re all just made of two quarks & a lepton,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1153433007799144449,[],[],0,,False,13674,365,813,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1176,1153421943481098240,1153374360478146560,1563832195000.0,2019-07-22 21:49:55,+0000,,@MemesOfMars @kimitalvitie @SpaceX Center 7 engines gimbal to 15 degrees,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1153421943481098240,[],[],0,,False,1314,48,54,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1177,1153421649112264704,1153155448012300288,1563832125000.0,2019-07-22 21:48:45,+0000,,@GooseWayneYT 🤝,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1153421649112264704,[],[],0,,False,3775,37,55,,None,,,,,,,[],,,, +1178,1153419738527125504,1153374360478146560,1563831669000.0,2019-07-22 21:41:09,+0000,,"@kimitalvitie @SpaceX For 37 engine config, 6 are mounted outboard under landing leg fairings",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1153419738527125504,[],[],0,,False,1441,49,62,,None,,,,,,,"[{'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1179,1153419411715346432,1153374360478146560,1563831591000.0,2019-07-22 21:39:51,+0000,,"@kimitalvitie @SpaceX Outer engines stick out slightly from 9m diameter, don’t gimbal & are mechanically joined at nozzle",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1153419411715346432,[],[],0,,False,7826,146,218,,None,,,,,,,"[{'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1180,1153380785669337088,1153154257119404038,1563822382000.0,2019-07-22 19:06:22,+0000,,@moyo5150 🐏 tough,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1153380785669337088,[],[],0,,False,1510,56,26,,None,,,,,,,"[{'screen_name': 'moyo5150', 'name': 'moyo', 'id': '2710922569'}]",,,, +1181,1153380408408584198,1152990444013404162,1563822292000.0,2019-07-22 19:04:52,+0000,,"@WorldAndScience @NASA To be clear: good for in-space transit, but not recommended for Earth to orbit!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1153380408408584198,[],[],0,,False,3737,120,138,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1182,1153380138219909122,1152990444013404162,1563822228000.0,2019-07-22 19:03:48,+0000,,@flcnhvy @WorldAndScience @NASA Very unlikely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1153380138219909122,[],[],0,,False,1008,40,26,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1183,1153379767531364353,1153155448012300288,1563822139000.0,2019-07-22 19:02:19,+0000,,@GooseWayneYT Goodbye 😢,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1153379767531364353,[],[],0,,False,6427,67,70,,None,,,,,,,[],,,, +1184,1153378777893888005,1152990444013404162,1563821904000.0,2019-07-22 18:58:24,+0000,,@WorldAndScience Nuclear thermal rocket for fast transit around solar system would be a great area of research for @NASA,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1153378777893888005,[],[],0,,False,17718,404,915,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1185,1153208447699054592,1151789745669734400,1563781294000.0,2019-07-22 07:41:34,+0000,,@robfarago @Tesla Do EV owners use V to G a lot in Australia?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1153208447699054592,[],[],0,,False,2744,157,54,,None,,,,,,,"[{'screen_name': 'robfarago', 'name': 'rob farago', 'id': '20838489'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1186,1153183373109542913,1153124269045559297,1563775315000.0,2019-07-22 06:01:55,+0000,,"@justpaulinelol @annerajb @highlyaaronic Probably have slots for up to 37 engines, but can decontent as needed. Starship update after Hopper hover.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1153183373109542913,[],[],0,,False,849,31,50,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'highlyaaronic', 'name': 'ëhr•on sī•vuhr', 'id': '927988147543248897'}]",,,, +1187,1153155448012300288,1153155448012300288,1563768658000.0,2019-07-22 04:10:58,+0000,,I am become meme,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1153155448012300288,[],[],0,,False,367974,6150,47721,,None,,,,,,,[],,,, +1188,1153154257119404038,1153154257119404038,1563768374000.0,2019-07-22 04:06:14,+0000,,Dance Dance 🐏 https://t.co/K0M6MsySCe,fr,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1153154257119404038,[],['https://pbs.twimg.com/media/EADTrqXU8AAQkbM.jpg'],1,https://pbs.twimg.com/media/EADTrqXU8AAQkbM.jpg,False,133884,1135,19326,,None,,,,,,,[],,,, +1189,1153144324915228673,1153144324915228673,1563766006000.0,2019-07-22 03:26:46,+0000,,Next year’s @Hyperloop competition will be in a 10km vacuum tunnel with a curve,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1153144324915228673,[],[],0,,False,19946,538,1032,,None,,,,,,,[],,,, +1190,1153138373860552705,1153138373860552705,1563764587000.0,2019-07-22 03:03:07,+0000,, https://t.co/FiJ0U2eNX5,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1153138373860552705,[],['https://pbs.twimg.com/media/EADFPK6VAAA4i-d.jpg'],1,https://pbs.twimg.com/media/EADFPK6VAAA4i-d.jpg,False,36819,568,3774,,None,,,,,,,[],,,, +1191,1153133553602838528,1153133553602838528,1563763438000.0,2019-07-22 02:43:58,+0000,,Woohoo 🥳 https://t.co/tZHmeBuLQ7,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1153133553602838528,[],['https://pbs.twimg.com/media/EADA2t0U8AAIEPB.jpg'],1,https://pbs.twimg.com/media/EADA2t0U8AAIEPB.jpg,False,68437,563,5499,,None,,,,,,,[],,,, +1192,1153126586897424384,1153124269045559297,1563761777000.0,2019-07-22 02:16:17,+0000,,"@annerajb @highlyaaronic Orbital refilling is critical for high payload to moon or Mars. Initially just Starship to Starship, later dedicated tankers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1153126586897424384,[],[],0,,False,827,40,65,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'highlyaaronic', 'name': 'ëhr•on sī•vuhr', 'id': '927988147543248897'}]",,,, +1193,1153124567734296576,1153124269045559297,1563761295000.0,2019-07-22 02:08:15,+0000,,@highlyaaronic водка means cute water,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1153124567734296576,[],[],0,,False,12464,217,1281,,None,,,,,,,"[{'screen_name': 'highlyaaronic', 'name': 'ëhr•on sī•vuhr', 'id': '927988147543248897'}]",,,, +1194,1153122308120182784,1153071278657552384,1563760756000.0,2019-07-22 01:59:16,+0000,,@cleantechnica Odd,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1153122308120182784,[],[],0,,False,2288,109,75,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1195,1153115511078572032,1153115511078572032,1563759136000.0,2019-07-22 01:32:16,+0000,,New @Hyperloop top speed of 463 km/h!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1153115511078572032,[],[],0,,False,16013,408,1223,https://twitter.com/Hyperloop/status/1153086461681422337,None,,,,,,,[],,,, +1196,1153078962769108992,1153078534916587520,1563750422000.0,2019-07-21 23:07:02,+0000,,Just saw that on a T-shirt @Hyperloop competition 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1153078962769108992,[],[],0,,False,45431,331,838,,None,,,,,,,[],,,, +1197,1153078534916587520,1153078534916587520,1563750320000.0,2019-07-21 23:05:20,+0000,,"Technically, alcohol is a solution",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1153078534916587520,[],[],0,,False,588661,5903,161437,,None,,,,,,,[],,,, +1198,1152870247612874752,1152853620682924032,1563700660000.0,2019-07-21 09:17:40,+0000,,"@fmoflyer Full stack is 41 rn, but kinda beggin for just one more …",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1152870247612874752,[],[],0,,False,2720,179,111,,None,,,,,,,"[{'screen_name': 'fmoflyer', 'name': 'FMOflyer', 'id': '2822180881'}]",,,, +1199,1152869975524163584,1152684874429620225,1563700596000.0,2019-07-21 09:16:36,+0000,,@alvin_vista @TheOnion Way too long,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1152869975524163584,[],[],0,,False,1421,51,36,,None,,,,,,,"[{'screen_name': 'alvin_vista', 'name': 'Alvin Vista', 'id': '914915817086705666'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1200,1152853620682924032,1152853620682924032,1563696696000.0,2019-07-21 08:11:36,+0000,,Starship Super Heavy with 35 Raptors,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1152853620682924032,[],[],0,,False,42367,1124,2136,,None,,,,,,,[],,,, +1201,1152805822444916736,1152684874429620225,1563685300000.0,2019-07-21 05:01:40,+0000,,@TheOnion I have the t-shirt,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1152805822444916736,[],[],0,,False,27433,261,591,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1202,1152386299292086272,1152366724538232833,1563585278000.0,2019-07-20 01:14:38,+0000,,@Falcon9Block5 @Alejandro_DebH @annerajb Won’t change. Starship launch structure will be attached to the other side from tower.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1152386299292086272,[],[],0,,False,1084,73,58,,None,,,,,,,"[{'screen_name': 'Falcon9Block5', 'name': 'Falcon 9 Block 5', 'id': '2468222130'}, {'screen_name': 'Alejandro_DebH', 'name': 'Dark Energy 🏳️\u200d🌈', 'id': '461216071'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +1203,1152374972502794240,1152366724538232833,1563582578000.0,2019-07-20 00:29:38,+0000,,@Alejandro_DebH @annerajb Starship launch structure is being built off-site in steel subsections,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1152374972502794240,[],[],0,,False,1072,28,61,,None,,,,,,,"[{'screen_name': 'Alejandro_DebH', 'name': 'Dark Energy 🏳️\u200d🌈', 'id': '461216071'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +1204,1152369004314419201,1152366724538232833,1563581155000.0,2019-07-20 00:05:55,+0000,,@annerajb 2 to 3 months after that,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1152369004314419201,[],[],0,,False,978,44,46,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +1205,1152368652080971776,1152366724538232833,1563581071000.0,2019-07-20 00:04:31,+0000,,@annerajb @justpaulinelol It *is* vision,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1152368652080971776,[],[],0,,False,954,46,40,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +1206,1152367741027831808,1152366724538232833,1563580854000.0,2019-07-20 00:00:54,+0000,,@justpaulinelol @annerajb I suspect many besides SpaceX will livestream these flights. Won’t be subtle.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1152367741027831808,[],[],0,,False,1132,37,50,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +1207,1152367082018754561,1152366724538232833,1563580696000.0,2019-07-19 23:58:16,+0000,,@annerajb Texas and Florida Starship prototypes (not Hopper) fly in 2 to 3 months,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1152367082018754561,[],[],0,,False,1897,74,206,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +1208,1152303518994223106,1152303518994223106,1563565542000.0,2019-07-19 19:45:42,+0000,,Made with rain ™️ https://t.co/CJJ7BYzxcj,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1152303518994223106,[],['https://pbs.twimg.com/media/D_3N8L7VUAAcGi9.jpg'],1,https://pbs.twimg.com/media/D_3N8L7VUAAcGi9.jpg,False,255801,1402,34518,,None,,,,,,,[],,,, +1209,1152241180635090944,1152064351953571841,1563550679000.0,2019-07-19 15:37:59,+0000,,@NickStalburg Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1152241180635090944,[],[],0,,False,887,62,29,,None,,,,,,,"[{'screen_name': 'NickStalburg', 'name': 'Nick', 'id': '1267231713035456512'}]",,,, +1210,1152070838796967937,1152064351953571841,1563510067000.0,2019-07-19 04:21:07,+0000,,@TesLatino @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1152070838796967937,[],[],0,,False,926,57,31,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1211,1152064351953571841,1152064351953571841,1563508520000.0,2019-07-19 03:55:20,+0000,,Tesla Service Centers & Superchargers are being opened as fast as possible across Eastern Europe,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1152064351953571841,[],[],0,,False,13657,807,841,https://twitter.com/cleantechnica/status/1151970082354028544,None,,,,,,,[],,,, +1212,1151966937301188608,1151955763138617344,1563485295000.0,2019-07-18 21:28:15,+0000,,"@newscientist This is actually a good thing btw. China is making amazing progress in space, rapidly iterating on rocket & space station technology. Great respect.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1151966937301188608,[],[],0,,False,6661,162,278,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +1213,1151965099659108352,1151948794591895553,1563484856000.0,2019-07-18 21:20:56,+0000,,"@hypercharts @ElonsWorld @Tesla No matter how one considers the data, there is a giant improvement from non-Autopilot to Autopilot",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1151965099659108352,[],[],0,,False,1097,69,71,,None,,,,,,,"[{'screen_name': 'hypercharts', 'name': 'HyperCharts 📊', 'id': '1083875526379556864'}, {'screen_name': 'ElonsWorld', 'name': ""Elon's World"", 'id': '804412190493003776'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1214,1151964112856895489,1151948794591895553,1563484621000.0,2019-07-18 21:17:01,+0000,,"@hypercharts @ElonsWorld @Tesla Exactly. Trendline that includes Autopilot always-on accident avoidance features matches curve of Autopilot software/hardware releases, as you’d expect.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1151964112856895489,[],[],0,,False,659,12,33,,None,,,,,,,"[{'screen_name': 'hypercharts', 'name': 'HyperCharts 📊', 'id': '1083875526379556864'}, {'screen_name': 'ElonsWorld', 'name': ""Elon's World"", 'id': '804412190493003776'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1215,1151963460218941442,1151950112727490560,1563484466000.0,2019-07-18 21:14:26,+0000,,@FredericLambert @Warhly Maybe end of next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1151963460218941442,[],[],0,,False,1588,55,53,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'Warhly', 'name': 'Warhly', 'id': '1520407866'}]",,,, +1216,1151956510588592128,1151604591429070848,1563482809000.0,2019-07-18 20:46:49,+0000,,@TLSBrenttime @tanyalewis314 @sciam @neuralink Addressing epilepsy is likely one of the more near-term applications,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1151956510588592128,[],[],0,,False,851,99,44,,None,,,,,,,"[{'screen_name': 'tanyalewis314', 'name': 'Tanya Lewis', 'id': '305468597'}, {'screen_name': 'sciam', 'name': 'Scientific American', 'id': '14647570'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1217,1151950796428177408,1151950112727490560,1563481446000.0,2019-07-18 20:24:06,+0000,,"@MemesOfMars @Warhly Post test fuel leak, but no major damage",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1151950796428177408,[],[],0,,False,1149,50,72,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'Warhly', 'name': 'Warhly', 'id': '1520407866'}]",,,, +1218,1151950516093456384,1151950112727490560,1563481379000.0,2019-07-18 20:22:59,+0000,,@Warhly Aiming for hover test next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1151950516093456384,[],[],0,,False,1710,50,152,,None,,,,,,,"[{'screen_name': 'Warhly', 'name': 'Warhly', 'id': '1520407866'}]",,,, +1219,1151950403874914304,1151950112727490560,1563481353000.0,2019-07-18 20:22:33,+0000,,"@Warhly Yeah, big advantage of being made of high strength stainless steel: not bothered by a little heat!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1151950403874914304,[],[],0,,False,1673,32,84,,None,,,,,,,"[{'screen_name': 'Warhly', 'name': 'Warhly', 'id': '1520407866'}]",,,, +1220,1151949374127140864,1151948794591895553,1563481107000.0,2019-07-18 20:18:27,+0000,,"@ElonsWorld @Tesla @hypercharts This non-Autopilot graph is not correct, as it includes Autopilot always-on accident avoidance features",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1151949374127140864,[],[],0,,False,4029,36,81,,None,,,,,,,"[{'screen_name': 'ElonsWorld', 'name': ""Elon's World"", 'id': '804412190493003776'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'hypercharts', 'name': 'HyperCharts 📊', 'id': '1083875526379556864'}]",,,, +1221,1151932658496098304,1151604591429070848,1563477122000.0,2019-07-18 19:12:02,+0000,,@tanyalewis314 @sciam @neuralink Good piece,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1151932658496098304,[],[],0,,False,5787,149,121,,None,,,,,,,"[{'screen_name': 'tanyalewis314', 'name': 'Tanya Lewis', 'id': '305468597'}, {'screen_name': 'sciam', 'name': 'Scientific American', 'id': '14647570'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1222,1151929232030720001,1148412319115939841,1563476305000.0,2019-07-18 18:58:25,+0000,,@Kristennetten @ChrisDungeon @BrandonJHavard I mostly drive Model S Performance with dev version of FSD computer. Our new Raven powertain & adaptive damping suspension is great! Next is Model 3P & then X if driving with my kids. Acceleration is fun on tap!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1151929232030720001,[],[],0,,False,1154,74,78,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'ChrisDungeon', 'name': 'Christopher Dungeon', 'id': '1651403384'}, {'screen_name': 'BrandonJHavard', 'name': 'Brandon Havard', 'id': '324745996'}]",,,, +1223,1151923272583266304,1151703546536103936,1563474884000.0,2019-07-18 18:34:44,+0000,,"@cleantechnica Exactly. There is no “MSRP”, only “P”.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1151923272583266304,[],[],0,,False,3496,104,126,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1224,1151914844196524034,1151892090739204097,1563472875000.0,2019-07-18 18:01:15,+0000,,@BGR 🍷 🚀 🥳,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1151914844196524034,[],[],0,,False,4196,104,170,,None,,,,,,,"[{'screen_name': 'BGR', 'name': 'BGR.com', 'id': '18131006'}]",,,, +1225,1151650901762826240,1151607678000619520,1563409946000.0,2019-07-18 00:32:26,+0000,,@samsheffer @neuralink @Tesla With anything online,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1151650901762826240,[],[],0,,False,1117,85,54,,None,,,,,,,"[{'screen_name': 'samsheffer', 'name': 'Sam Sheffer', 'id': '25246881'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1226,1151650111153250306,1151569292434919424,1563409757000.0,2019-07-18 00:29:17,+0000,,@2020science @RationalEtienne @neuralink @Tesla @mayemusk Rococo Basilisk,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1151650111153250306,[],[],0,,False,470,36,19,,None,,,,,,,"[{'screen_name': '2020science', 'name': 'Andrew Maynard', 'id': '15480686'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1227,1151602954765422592,1151569292434919424,1563398514000.0,2019-07-17 21:21:54,+0000,,"@Vasta_218 @neuralink 🤣🤣 yes, security is extremely important",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1151602954765422592,[],[],0,,False,1029,44,38,,None,,,,,,,"[{'screen_name': 'Vasta_218', 'name': 'Vasta', 'id': '1151203260654637056'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1228,1151588078680567808,1151569292434919424,1563394968000.0,2019-07-17 20:22:48,+0000,,@austinbarnard45 @neuralink Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1151588078680567808,[],[],0,,False,800,46,27,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1229,1151583369714532352,1151319583438983168,1563393845000.0,2019-07-17 20:04:05,+0000,,"@AndrewHires @USC Thoughtful analysis. We will endeavor to provide the robots, chips & software to academia.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1151583369714532352,[],[],0,,False,780,36,54,,None,,,,,,,"[{'screen_name': 'AndrewHires', 'name': 'Andrew Hires', 'id': '24801813'}, {'screen_name': 'USC', 'name': 'USC', 'id': '19809471'}]",,,, +1230,1151578871222792192,1151577690710761472,1563392772000.0,2019-07-17 19:46:12,+0000,,@Bliss_Hughes https://t.co/RGKZSQNYoH,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1151578871222792192,[],['https://pbs.twimg.com/media/D_s64PpUcAAAdmg.jpg'],1,https://pbs.twimg.com/media/D_s64PpUcAAAdmg.jpg,False,6449,111,364,,None,,,,,,,[],,,, +1231,1151577690710761472,1151577690710761472,1563392491000.0,2019-07-17 19:41:31,+0000,,Neuralink surprise twist! https://t.co/NdeFsHadm2,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1151577690710761472,[],['https://pbs.twimg.com/media/D_s5zkmU0AYHXXA.jpg'],1,https://pbs.twimg.com/media/D_s5zkmU0AYHXXA.jpg,False,138169,1686,19083,,None,,,,,,,[],,,, +1232,1151566331717701632,1151549755664678913,1563389783000.0,2019-07-17 18:56:23,+0000,,@EdLoh @DMC_Ryan @woodhaus2 Is there a longer edit I can post?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1151566331717701632,[],[],0,,False,575,27,19,,None,,,,,,,"[{'screen_name': 'EdLoh', 'name': 'Edward Loh', 'id': '22686674'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'woodhaus2', 'name': 'Franz von Holzhausen', 'id': '55769345'}]",,,, +1233,1151410957681225728,1025508932498931713,1563352739000.0,2019-07-17 08:38:59,+0000,,@daveyjose @neuralink I think so,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1151410957681225728,[],[],0,,False,748,59,25,,None,,,,,,,"[{'screen_name': 'daveyjose', 'name': 'dj', 'id': '211903719'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1234,1151403783210975233,1150821344935927809,1563351028000.0,2019-07-17 08:10:28,+0000,,"@StephenFleming @robert_zubrin @SciGuySpace Something like this is the best way to do it. Incent outcome, not path.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1151403783210975233,[],[],0,,False,1146,37,71,,None,,,,,,,"[{'screen_name': 'StephenFleming', 'name': 'Stephen Fleming', 'id': '39933'}, {'screen_name': 'robert_zubrin', 'name': 'Robert Zubrin', 'id': '731463062230700032'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1235,1151337181404774400,1151153788561965056,1563335149000.0,2019-07-17 03:45:49,+0000,,About to go live,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1151337181404774400,[],[],0,,False,11056,463,400,,None,,,,,,,[],,,, +1236,1151335662164955136,1151295231658041345,1563334787000.0,2019-07-17 03:39:47,+0000,,@options_man Not easy getting a lightsaber into backpack,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1151335662164955136,[],[],0,,False,8215,95,344,,None,,,,,,,"[{'screen_name': 'options_man', 'name': 'RocketMan Options', 'id': '1121249160559308801'}]",,,, +1237,1151300180148252674,1151295231658041345,1563326327000.0,2019-07-17 01:18:47,+0000,,@rdstrick777 Approximately 6.9km/s,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1151300180148252674,[],[],0,,False,3816,105,92,,None,,,,,,,"[{'screen_name': 'rdstrick777', 'name': 'Rick Strickland', 'id': '54049827'}]",,,, +1238,1151295231658041345,1151295231658041345,1563325147000.0,2019-07-17 00:59:07,+0000,,♥️👽 SpaceX has Area 59 👽♥️ https://t.co/h4YUL1Xx51,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1151295231658041345,[],['https://pbs.twimg.com/media/D_o46LHUcAAj2e7.jpg'],1,https://pbs.twimg.com/media/D_o46LHUcAAj2e7.jpg,False,332302,1980,58004,,None,,,,,,,[],,,, +1239,1151292936035848193,1151172542125629440,1563324600000.0,2019-07-17 00:50:00,+0000,,"@ThisIsJonathanR @Its1754 @krkaiser @ropiko Agreed, should be $3k less to get to FSD from EAP",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1151292936035848193,[],[],0,,False,719,120,29,,None,,,,,,,"[{'screen_name': 'ThisIsJonathanR', 'name': 'Jonathan Ramos', 'id': '402439629'}, {'screen_name': 'Its1754', 'name': '1754', 'id': '4189663191'}, {'screen_name': 'krkaiser', 'name': 'krkaiser', 'id': '21328563'}, {'screen_name': 'ropiko', 'name': 'Robin', 'id': '15318894'}]",,,, +1240,1151213020695027712,1151213020695027712,1563305547000.0,2019-07-16 19:32:27,+0000,,"“If you dislike change, you're going to dislike irrelevance even more.” — Gen Shinseki",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1151213020695027712,[],[],0,,False,93240,937,16663,,None,,,,,,,[],,,, +1241,1151180650033995776,1151172542125629440,1563297829000.0,2019-07-16 17:23:49,+0000,,"As mentioned earlier this year, cost of the Tesla FSD option will increase every few months. Those who buy it earlier will see the benefit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1151180650033995776,[],[],0,,False,16361,825,476,,None,,,,,,,[],,,, +1242,1151173641226379264,1151173371100651520,1563296158000.0,2019-07-16 16:55:58,+0000,,@JeanLikeDenim Probably,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1151173641226379264,[],[],0,,False,801,52,18,,None,,,,,,,"[{'screen_name': 'JeanLikeDenim', 'name': 'Denim', 'id': '45604894'}]",,,, +1243,1151173277705891841,1151172542125629440,1563296071000.0,2019-07-16 16:54:31,+0000,,@ropiko Agreed. That’s approximately date when we expect Enhanced Summon to be in wide release. It will be magical. Lot of hard work by Autopilot team.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1151173277705891841,[],[],0,,False,3129,148,127,,None,,,,,,,"[{'screen_name': 'ropiko', 'name': 'Robin', 'id': '15318894'}]",,,, +1244,1151172542125629440,1151172542125629440,1563295896000.0,2019-07-16 16:51:36,+0000,,Cost of Tesla full self-driving option increasing by ~$1000 on August 16,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1151172542125629440,[],[],0,,False,24600,1249,1111,,None,,,,,,,[],,,, +1245,1151168385012494336,1151100168705413120,1563294905000.0,2019-07-16 16:35:05,+0000,,"@SnazzyQ @PhenomenalPoto @aaronjleonard @tailosivetech Straw man fallacy. To appreciate, your car just needs to be worth more than you paid for it, so probably ~$75k is enough if you bought a 3. FSD will be bundled in all cars (important point). Something is not a commodity if you can’t make enough of them & we won’t be able to.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1151168385012494336,[],[],0,,False,851,103,53,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}, {'screen_name': 'PhenomenalPoto', 'name': 'Peter A. Roselle', 'id': '1424640954'}, {'screen_name': 'aaronjleonard', 'name': 'Aaron Leonard', 'id': '1938225264'}, {'screen_name': 'TailosiveTech', 'name': 'Tailosive Tech', 'id': '2881142534'}]",,,, +1246,1151166097694969857,1151100168705413120,1563294359000.0,2019-07-16 16:25:59,+0000,,"@flcnhvy @SnazzyQ @PhenomenalPoto @aaronjleonard @tailosivetech No, since Tesla will charge a % fee for being in our robotaxi fleet, but it will rise to whatever the clearing price is, otherwise all our cars will be bought by scalpers",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1151166097694969857,[],[],0,,False,684,72,37,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}, {'screen_name': 'PhenomenalPoto', 'name': 'Peter A. Roselle', 'id': '1424640954'}, {'screen_name': 'aaronjleonard', 'name': 'Aaron Leonard', 'id': '1938225264'}, {'screen_name': 'TailosiveTech', 'name': 'Tailosive Tech', 'id': '2881142534'}]",,,, +1247,1151163201569972225,1151100168705413120,1563293669000.0,2019-07-16 16:14:29,+0000,,"@SnazzyQ @PhenomenalPoto @aaronjleonard @tailosivetech If we make all cars with FSD package self-driving, as planned, any such Tesla should be worth $100k to $200k, as utility increases from ~12 hours/week to ~60 hours/week",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1151163201569972225,[],[],0,,False,660,123,57,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}, {'screen_name': 'PhenomenalPoto', 'name': 'Peter A. Roselle', 'id': '1424640954'}, {'screen_name': 'aaronjleonard', 'name': 'Aaron Leonard', 'id': '1938225264'}, {'screen_name': 'TailosiveTech', 'name': 'Tailosive Tech', 'id': '2881142534'}]",,,, +1248,1151154321733459969,1151100168705413120,1563291552000.0,2019-07-16 15:39:12,+0000,,@SnazzyQ @tailosivetech Basic white adds too much to service repair complexity. Team convinced me better to go with pearl white.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1151154321733459969,[],[],0,,False,1026,110,61,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}, {'screen_name': 'TailosiveTech', 'name': 'Tailosive Tech', 'id': '2881142534'}]",,,, +1249,1151153788561965056,1151153788561965056,1563291425000.0,2019-07-16 15:37:05,+0000,,Presentation streaming live from https://t.co/nrsYGNF65K at 8pm Pacific,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1151153788561965056,['http://Neuralink.com'],[],0,,False,21420,860,2501,,None,,,,,,,[],,,, +1250,1151153000909430785,1151143771196788737,1563291237000.0,2019-07-16 15:33:57,+0000,,@dimas_______ @antonioregalado @neuralink Streaming. Check Neuralink website later today. Starts around 8pm.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1151153000909430785,[],[],0,,False,722,35,40,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'antonioregalado', 'name': 'Antonio Regalado', 'id': '23085502'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1251,1151152285449220096,1151094033638469632,1563291066000.0,2019-07-16 15:31:06,+0000,,"@ClaraB_KGBT @SpaceX @kgbt Won’t be today, hopefully tomorrow",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1151152285449220096,[],[],0,,False,3753,70,154,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1252,1151151394860093441,1151143771196788737,1563290854000.0,2019-07-16 15:27:34,+0000,,"@antonioregalado @neuralink Sure, will do",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1151151394860093441,[],[],0,,False,704,12,11,,None,,,,,,,"[{'screen_name': 'antonioregalado', 'name': 'Antonio Regalado', 'id': '23085502'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1253,1151148903271563265,1151143771196788737,1563290260000.0,2019-07-16 15:17:40,+0000,,"@antonioregalado This guy is not a cofounder of Neuralink. Was at company briefly, but he didn’t work out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1151148903271563265,[],[],0,,False,4765,124,172,,None,,,,,,,"[{'screen_name': 'antonioregalado', 'name': 'Antonio Regalado', 'id': '23085502'}]",,,, +1254,1151031634512273408,1150958714695716865,1563262301000.0,2019-07-16 07:31:41,+0000,,@TeslaMotorsClub !!,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1151031634512273408,[],[],0,,False,4922,155,119,,None,,,,,,,"[{'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}]",,,, +1255,1150872404723245056,1150276318757441536,1563224338000.0,2019-07-15 20:58:58,+0000,,"@alvin_vista @amaudes @PedroCoSilva We are tiny, simple creatures",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1150872404723245056,[],[],0,,False,762,89,43,,None,,,,,,,"[{'screen_name': 'alvin_vista', 'name': 'Alvin Vista', 'id': '914915817086705666'}, {'screen_name': 'PedroCoSilva', 'name': 'Pedro Coelho Silva', 'id': '3092414951'}]",,,, +1256,1150660785783234563,1150641077671608320,1563173884000.0,2019-07-15 06:58:04,+0000,,@nichegamer RIP,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1150660785783234563,[],[],0,,False,1965,91,72,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1257,1150410804191084544,1149548807765389313,1563114283000.0,2019-07-14 14:24:43,+0000,,@StasVladimirsky @JHC2718 @StephanieeeeeJ Um … yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1150410804191084544,[],[],0,,False,1013,49,24,,None,,,,,,,"[{'screen_name': 'StasVladimirsky', 'name': 'Stas Vladimirsky', 'id': '1500604303'}, {'screen_name': 'StephanieeeeeJ', 'name': 'Stephanie Jackson', 'id': '733602759132348416'}]",,,, +1258,1150318348741165056,1150276318757441536,1563092240000.0,2019-07-14 08:17:20,+0000,,Graham’s number https://t.co/QGQafEIqdZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1150318348741165056,['https://waitbutwhy.com/2014/11/1000000-grahams-number.html'],[],0,,False,17640,487,1422,,None,,,,,,,[],,,, +1259,1150276318757441536,1150276318757441536,1563082220000.0,2019-07-14 05:30:20,+0000,,To Infinity and Beyond! https://t.co/dgysTBqWfV,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1150276318757441536,[],['https://pbs.twimg.com/media/D_aaNixVAAAWvIX.jpg'],1,https://pbs.twimg.com/media/D_aaNixVAAAWvIX.jpg,False,371863,2481,58841,,None,,,,,,,[],,,, +1260,1150123074924118017,1149713414329028608,1563045683000.0,2019-07-13 19:21:23,+0000,,@MemesOfMars @Kristennetten @annerajb @flcnhvy @Erdayastronaut @PatrickLac007 @AngelGPonce @Tesla SpaceX thruster package will be subtle. Hidden behind license plate.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1150123074924118017,[],[],0,,False,2153,126,130,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Dreams of Mars 2049', 'id': '15567938'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1261,1150119185537572864,1149713414329028608,1563044756000.0,2019-07-13 19:05:56,+0000,,@annerajb @Kristennetten @flcnhvy @Erdayastronaut @PatrickLac007 @AngelGPonce @Tesla Haha yes,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1150119185537572864,[],[],0,,False,746,35,20,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Kristennetten', 'name': 'K11✨Button', 'id': '985686123123949568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1262,1150119090255646720,1149713414329028608,1563044733000.0,2019-07-13 19:05:33,+0000,,"@pbreit @PatrickLac007 @AngelGPonce @Tesla Yes, but owner will have to accept tiny risk of damage. Those are very hard even for careful human drivers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1150119090255646720,[],[],0,,False,787,52,34,,None,,,,,,,"[{'screen_name': 'pbreit', 'name': 'Patrick Breitenbach 🇺🇸', 'id': '2682871'}, {'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1263,1150118813976821761,1149713414329028608,1563044668000.0,2019-07-13 19:04:28,+0000,,"@Kristennetten @annerajb @flcnhvy @Erdayastronaut @PatrickLac007 @AngelGPonce @Tesla Yeah, that’s next after summon",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1150118813976821761,[],[],0,,False,1562,56,50,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1264,1150118539916824576,1149713414329028608,1563044602000.0,2019-07-13 19:03:22,+0000,,"@annerajb @flcnhvy @Erdayastronaut @PatrickLac007 @AngelGPonce @Tesla Will trace back inertial measurements & wheel movements to exit multilevel garage, unless car was teleported into position, in which case all bets are off",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1150118539916824576,[],[],0,,False,1921,84,80,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1265,1150116673745121280,1149713414329028608,1563044157000.0,2019-07-13 18:55:57,+0000,,"@flcnhvy @Erdayastronaut @PatrickLac007 @AngelGPonce @Tesla Initially, single plane, but hopefully multi-story later this year",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1150116673745121280,[],[],0,,False,1647,26,40,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1266,1150114480707162112,1149713414329028608,1563043634000.0,2019-07-13 18:47:14,+0000,,@Erdayastronaut @PatrickLac007 @AngelGPonce @Tesla Probably 5mph or 8 km/h,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1150114480707162112,[],[],0,,False,1835,39,41,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1267,1150113618664411141,1149713414329028608,1563043429000.0,2019-07-13 18:43:49,+0000,,@PatrickLac007 @AngelGPonce @Tesla Good progress on fast activation of summon down to ~1 second,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1150113618664411141,[],[],0,,False,1922,13,47,,None,,,,,,,"[{'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1268,1150113206414610432,1149713414329028608,1563043331000.0,2019-07-13 18:42:11,+0000,,@PatrickLac007 @AngelGPonce @Tesla Parking lots are a remarkably hard problem. Doing an in-depth engineering review of Enhanced Summon later today.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1150113206414610432,[],[],0,,False,2522,86,78,,None,,,,,,,"[{'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1269,1150112704985612288,1150111484393005056,1563043211000.0,2019-07-13 18:40:11,+0000,,"@mkaderi @Tesla @samiralley Agreed, it’s a small, but important, feature",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1150112704985612288,[],[],0,,False,754,18,21,,None,,,,,,,"[{'screen_name': 'mkaderi', 'name': 'Mohamad El Kaderi', 'id': '86547934'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'samiralley', 'name': 'Samir Alley', 'id': '251455538'}]",,,, +1270,1150091882183053313,1149713414329028608,1563038247000.0,2019-07-13 17:17:27,+0000,,@AngelGPonce @Tesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1150091882183053313,[],[],0,,False,46974,438,1249,,None,,,,,,,"[{'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1271,1149948829296316416,1149367284571373569,1563004140000.0,2019-07-13 07:49:00,+0000,,🔥,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1149948829296316416,[],[],0,,False,21481,549,738,,None,,,,,,,[],,,, +1272,1149635804190261253,1149367284571373569,1562929509000.0,2019-07-12 11:05:09,+0000,,"Also, I stole the idea from Spaceballs https://t.co/1ozau39PQZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/1149635804190261253,['https://m.youtube.com/watch?v=oNZove4OTtI'],[],0,,False,19038,620,870,,None,,,,,,,[],,,, +1273,1149617044775587846,1149615731136352256,1562925036000.0,2019-07-12 09:50:36,+0000,,@NatureNews Take note,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1149617044775587846,[],[],0,,False,2222,112,80,,None,,,,,,,"[{'screen_name': 'NatureNews', 'name': 'Nature News & Comment', 'id': '15862891'}]",,,, +1274,1149583071210954757,1149548807765389313,1562916937000.0,2019-07-12 07:35:37,+0000,,"@Erdayastronaut @Tyler0309 @TheVondo About right, but dangerously chuggy & risking bad things at 40%. We’ll keep it above 50% for this flight.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1149583071210954757,[],[],0,,False,1720,42,49,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tyler0309', 'name': 'Tyler🇨🇦🧢', 'id': '1067018427171262466'}, {'screen_name': 'TheVondo', 'name': 'Kyle', 'id': '742778222845235200'}]",,,, +1275,1149582084031184897,1149548807765389313,1562916701000.0,2019-07-12 07:31:41,+0000,,"@alvianchoiri @joe_mckirdy @13ericralph31 @JHC2718 @StephanieeeeeJ More like 30 to 40 mT to GTO ~27 deg. Plane change is 2*v*sin θ/2, as I recall, but doesn’t matter, as there’s no geo 🛰 anywhere near that mass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1149582084031184897,[],[],0,,False,770,32,42,,None,,,,,,,"[{'screen_name': 'alvianchoiri', 'name': 'AChA', 'id': '807555730010083328'}, {'screen_name': 'joe_mckirdy', 'name': 'Joe McKirdy', 'id': '778884977882701824'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'StephanieeeeeJ', 'name': 'Stephanie Jackson', 'id': '733602759132348416'}]",,,, +1276,1149579541985185792,1149548807765389313,1562916095000.0,2019-07-12 07:21:35,+0000,,@flcnhvy @joe_mckirdy @13ericralph31 @JHC2718 @StephanieeeeeJ 3,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1149579541985185792,[],[],0,,False,694,10,21,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'joe_mckirdy', 'name': 'Joe McKirdy', 'id': '778884977882701824'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'StephanieeeeeJ', 'name': 'Stephanie Jackson', 'id': '733602759132348416'}]",,,, +1277,1149571338748616704,1149548807765389313,1562914139000.0,2019-07-12 06:48:59,+0000,,"@joe_mckirdy @13ericralph31 @JHC2718 @StephanieeeeeJ 100mT to 125mT for true useful load to useful orbit (eg Starlink mission), including propellant reserves. 150mT for reference payload compared to other rockets. This is in fully reusable config. About double in fully expendable config, which is hopefully never.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1149571338748616704,[],[],0,,False,708,20,56,,None,,,,,,,"[{'screen_name': 'joe_mckirdy', 'name': 'Joe McKirdy', 'id': '778884977882701824'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'StephanieeeeeJ', 'name': 'Stephanie Jackson', 'id': '733602759132348416'}]",,,, +1278,1149551312456962048,1149548807765389313,1562909365000.0,2019-07-12 05:29:25,+0000,,@Erdayastronaut Cont of main,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1149551312456962048,[],[],0,,False,1125,37,33,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1279,1149551047704104961,1149548807765389313,1562909302000.0,2019-07-12 05:28:22,+0000,,@JHC2718 @StephanieeeeeJ We changed the design quite a bit. More about this in late July.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1149551047704104961,[],[],0,,False,1229,47,82,,None,,,,,,,"[{'screen_name': 'StephanieeeeeJ', 'name': 'Stephanie Jackson', 'id': '733602759132348416'}]",,,, +1280,1149550157068812290,1149548807765389313,1562909089000.0,2019-07-12 05:24:49,+0000,,~20m up & sideways for first flight. Mk1 Starship hopefully 20km up in a few months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1149550157068812290,[],[],0,,False,17250,273,614,,None,,,,,,,[],,,, +1281,1149549591571812352,1149548807765389313,1562908954000.0,2019-07-12 05:22:34,+0000,,@MartianDays Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1149549591571812352,[],[],0,,False,3512,67,82,,None,,,,,,,"[{'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}]",,,, +1282,1149548807765389313,1149548807765389313,1562908768000.0,2019-07-12 05:19:28,+0000,,Raptor engine mounted on Starhopper. Aiming for hover test Tues.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1149548807765389313,[],[],0,,False,30487,585,1571,,None,,,,,,,[],,,, +1283,1149548210307751937,1149409302962008065,1562908625000.0,2019-07-12 05:17:05,+0000,,@EvaFoxU @Tesla Great team,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1149548210307751937,[],[],0,,False,1104,17,37,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1284,1149370463564357632,1149370463564357632,1562866247000.0,2019-07-11 17:30:47,+0000,,Motor Trend awards Tesla Model S best Car of the Year ever in their 70 year history!! https://t.co/TiMsQ3REvH,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1149370463564357632,['https://www.motortrend.com/news/2013-tesla-model-s-beats-chevy-toyota-cadillac-ultimate-car-of-the-year/'],[],0,,False,24785,1379,2756,,None,,,,,,,[],,,, +1285,1149367284571373569,1149367284571373569,1562865489000.0,2019-07-11 17:18:09,+0000,,"It’s Not a Flamethrower, Mr Escobar https://t.co/TXH02nixIc",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1149367284571373569,['https://apple.news/AnZnseCGjTFGzyhZO3dqAKw'],[],0,,False,40656,715,2726,,None,,,,,,,[],,,, +1286,1149218883145887744,1149100906870296576,1562830107000.0,2019-07-11 07:28:27,+0000,,@JaneidyEve @flcnhvy @Space_Station @Tesla Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1149218883145887744,[],[],0,,False,1097,53,26,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1287,1149218401237159936,1149100906870296576,1562829992000.0,2019-07-11 07:26:32,+0000,,@flcnhvy @Space_Station @Tesla Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1149218401237159936,[],[],0,,False,1016,17,24,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1288,1149100906870296576,1149100906870296576,1562801980000.0,2019-07-10 23:39:40,+0000,,The @Space_Station is moving at ~25 times the speed of sound & orbits the Earth every 90 minutes,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1149100906870296576,[],[],0,,False,77072,1532,9887,https://twitter.com/wonderofscience/status/1147877818191106053,None,,,,,,,[],,,, +1289,1148810900452732929,1148810524534042624,1562732837000.0,2019-07-10 04:27:17,+0000,,@JessicaGottlieb Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1148810900452732929,[],[],0,,False,1736,159,55,,None,,,,,,,"[{'screen_name': 'JessicaGottlieb', 'name': '\U0001f7e3Jessica Gottlieb', 'id': '15295503'}]",,,, +1290,1148810279058202626,1148671586154815489,1562732689000.0,2019-07-10 04:24:49,+0000,,"@FaZe_Rain Absolutely agree, you should be allowed to move your Tesla anywhere in the world, unless it’s prevented by government rules. Thanks for letting me know.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1148810279058202626,[],[],0,,False,5979,71,140,,None,,,,,,,"[{'screen_name': 'FaZe_Rain', 'name': 'FAZE PAIN', 'id': '321459483'}]",,,, +1291,1148705487312920578,1148397554687606784,1562707704000.0,2019-07-09 21:28:24,+0000,,@Fhrieox @kvlly Feeling extra 🍀 button,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1148705487312920578,[],[],0,,False,1484,87,37,,None,,,,,,,"[{'screen_name': 'fhrieox', 'name': 'X \uf8ff', 'id': '919176505480974337'}, {'screen_name': 'kvlly', 'name': 'Kelly Vaughn 🐞', 'id': '123543103'}]",,,, +1292,1148703128377675776,1148397554687606784,1562707142000.0,2019-07-09 21:19:02,+0000,,@kvlly Done. I’m feeling 🍀 & I’m feeling 😋 navigation buttons coming with next software release.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1148703128377675776,[],[],0,,False,3679,162,226,,None,,,,,,,"[{'screen_name': 'kvlly', 'name': 'Kelly Vaughn 🐞', 'id': '123543103'}]",,,, +1293,1148697911708016641,1148266044227751936,1562705898000.0,2019-07-09 20:58:18,+0000,,@consequence @icp @tahkion Whoop Whoop!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1148697911708016641,[],[],0,,False,11400,218,715,,None,,,,,,,"[{'screen_name': 'consequence', 'name': 'Consequence of Sound', 'id': '15553222'}, {'screen_name': 'icp', 'name': 'Insane Clown Posse', 'id': '98677089'}, {'screen_name': 'tahkion', 'name': 'tahkion', 'id': '907440035535847424'}]",,,, +1294,1148690940330151936,1148397554687606784,1562704236000.0,2019-07-09 20:30:36,+0000,,@teslaownersSV @kvlly I think so. Will check.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1148690940330151936,[],[],0,,False,1367,57,34,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'kvlly', 'name': 'Kelly Vaughn 🐞', 'id': '123543103'}]",,,, +1295,1148690532341866498,1148397554687606784,1562704139000.0,2019-07-09 20:28:59,+0000,,@CHADBROH @kvlly 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1148690532341866498,[],[],0,,False,1133,14,16,,None,,,,,,,"[{'screen_name': 'CHADBROH', 'name': 'chadbroh', 'id': '41678914'}, {'screen_name': 'kvlly', 'name': 'Kelly Vaughn 🐞', 'id': '123543103'}]",,,, +1296,1148672538186137601,1148397554687606784,1562699849000.0,2019-07-09 19:17:29,+0000,,@kvlly Would be cool if car took you to a random fun place traveled to by other Tesla owners in the area,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1148672538186137601,[],[],0,,False,53365,786,1352,,None,,,,,,,"[{'screen_name': 'kvlly', 'name': 'Kelly Vaughn 🐞', 'id': '123543103'}]",,,, +1297,1148655096416227328,1148519417778597888,1562695690000.0,2019-07-09 18:08:10,+0000,,@iainmckenzie101 @AutonomousHoag @AutonobahnAI @AlexRoy144 @Tweetermeyer @valleyhack Sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1148655096416227328,[],[],0,,False,505,47,24,,None,,,,,,,"[{'screen_name': 'AutonomousHoag', 'name': 'Autonomous Cars with Marc Hoag', 'id': '1028342776201531393'}, {'screen_name': 'AutonobahnAI', 'name': 'autonobahn.ai', 'id': '847941958072885248'}, {'screen_name': 'AlexRoy144', 'name': 'Alex Roy', 'id': '4808581'}, {'screen_name': 'Tweetermeyer', 'name': 'E.W. Niedermeyer', 'id': '415794343'}, {'screen_name': 'ValleyHack', 'name': 'Jose Eduardo', 'id': '1336794735005081600'}]",,,, +1298,1148654860495015936,1148651400575868928,1562695634000.0,2019-07-09 18:07:14,+0000,,@nichegamer The answer is always aliens https://t.co/lql9XTJ7kb,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1148654860495015936,[],['https://pbs.twimg.com/media/D_DXgebU4AAqWnp.jpg'],1,https://pbs.twimg.com/media/D_DXgebU4AAqWnp.jpg,False,2599,113,153,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1299,1148652251986063360,1148651400575868928,1562695012000.0,2019-07-09 17:56:52,+0000,,@MTimeTraveller Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1148652251986063360,[],[],0,,False,1972,30,47,,None,,,,,,,"[{'screen_name': 'MTimeTraveller', 'name': 'ToTheMoon 🚀', 'id': '1906738987'}]",,,, +1300,1148651540673990657,1148519417778597888,1562694842000.0,2019-07-09 17:54:02,+0000,,@Erdayastronaut @AutonomousHoag @AutonobahnAI @AlexRoy144 @Tweetermeyer @valleyhack I have over the years,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1148651540673990657,[],[],0,,False,898,48,22,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'AutonomousHoag', 'name': 'Autonomous Cars with Marc Hoag', 'id': '1028342776201531393'}, {'screen_name': 'AutonobahnAI', 'name': 'autonobahn.ai', 'id': '847941958072885248'}, {'screen_name': 'AlexRoy144', 'name': 'Alex Roy', 'id': '4808581'}, {'screen_name': 'Tweetermeyer', 'name': 'E.W. Niedermeyer', 'id': '415794343'}, {'screen_name': 'ValleyHack', 'name': 'Jose Eduardo', 'id': '1336794735005081600'}]",,,, +1301,1148649961300512768,1148418126721081344,1562694466000.0,2019-07-09 17:47:46,+0000,,@RenataKonkoly @28delayslater @CarolineGee8 @NathanBomey @USATODAY @Tesla @mayemusk That was a real sign,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1148649961300512768,[],[],0,,False,611,32,18,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': '28delayslater', 'name': '🐶Earl of FrunkPuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'CarolineGee8', 'name': '👻Caroline', 'id': '3699668774'}, {'screen_name': 'NathanBomey', 'name': 'Nathan Bomey', 'id': '14983095'}, {'screen_name': 'USATODAY', 'name': 'USA TODAY', 'id': '15754281'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1302,1148649145369890818,1148519417778597888,1562694271000.0,2019-07-09 17:44:31,+0000,,"@AutonomousHoag @AutonobahnAI @AlexRoy144 @Tweetermeyer @valleyhack I actually asked Ashlee Vance not to write the book several times. Inevitably, some things are wrong and then those errors are repeated for years.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1148649145369890818,[],[],0,,False,692,56,26,,None,,,,,,,"[{'screen_name': 'AutonomousHoag', 'name': 'Autonomous Cars with Marc Hoag', 'id': '1028342776201531393'}, {'screen_name': 'AutonobahnAI', 'name': 'autonobahn.ai', 'id': '847941958072885248'}, {'screen_name': 'AlexRoy144', 'name': 'Alex Roy', 'id': '4808581'}, {'screen_name': 'Tweetermeyer', 'name': 'E.W. Niedermeyer', 'id': '415794343'}, {'screen_name': 'ValleyHack', 'name': 'Jose Eduardo', 'id': '1336794735005081600'}]",,,, +1303,1148645760193318912,1148418126721081344,1562693464000.0,2019-07-09 17:31:04,+0000,,@CarolineGee8 @NathanBomey @USATODAY @Tesla @mayemusk True,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1148645760193318912,[],[],0,,False,4812,101,83,,None,,,,,,,"[{'screen_name': 'CarolineGee8', 'name': '👻Caroline', 'id': '3699668774'}, {'screen_name': 'NathanBomey', 'name': 'Nathan Bomey', 'id': '14983095'}, {'screen_name': 'USATODAY', 'name': 'USA TODAY', 'id': '15754281'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1304,1148481769823281152,1148412319115939841,1562654366000.0,2019-07-09 06:39:26,+0000,,@eugenelee3 @arctechinc @BrandonJHavard Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1148481769823281152,[],[],0,,False,682,47,22,,None,,,,,,,"[{'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}, {'screen_name': 'BrandonJHavard', 'name': 'Brandon Havard', 'id': '324745996'}]",,,, +1305,1148447617472319489,1148412319115939841,1562646223000.0,2019-07-09 04:23:43,+0000,,@arctechinc @BrandonJHavard No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1148447617472319489,[],[],0,,False,497,44,16,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}, {'screen_name': 'BrandonJHavard', 'name': 'Brandon Havard', 'id': '324745996'}]",,,, +1306,1148444293675098113,1148412319115939841,1562645431000.0,2019-07-09 04:10:31,+0000,,@BrandonJHavard No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1148444293675098113,[],[],0,,False,1519,66,38,,None,,,,,,,"[{'screen_name': 'BrandonJHavard', 'name': 'Brandon Havard', 'id': '324745996'}]",,,, +1307,1148443699858292736,1148412319115939841,1562645289000.0,2019-07-09 04:08:09,+0000,,"@BrandonJHavard There is no “refreshed” Model X or Model S coming, only a series of minor ongoing changes. Most significant change in past few years was to use high efficiency Model 3 rear drive unit as S/X front drive unit. That went into production 3 months ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1148443699858292736,[],[],0,,False,12426,270,380,,None,,,,,,,"[{'screen_name': 'BrandonJHavard', 'name': 'Brandon Havard', 'id': '324745996'}]",,,, +1308,1148353912925118464,1147964527952007168,1562623882000.0,2019-07-08 22:11:22,+0000,,@MichellBasler @DMC_Ryan @Tesla This shampoo sounds amazing,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1148353912925118464,[],[],0,,False,839,54,18,,None,,,,,,,"[{'screen_name': 'MichellBasler', 'name': 'Michell', 'id': '964486712578654208'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1309,1148320561740648448,1147964527952007168,1562615931000.0,2019-07-08 19:58:51,+0000,,@DMC_Ryan @Tesla No problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1148320561740648448,[],[],0,,False,14730,275,429,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1310,1148265981275336707,1148265643227123713,1562602918000.0,2019-07-08 16:21:58,+0000,,@C3LT_Games The Cape is one of the two Starship build sites. More on this later.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1148265981275336707,[],[],0,,False,1161,49,45,,None,,,,,,,"[{'screen_name': 'C3LT_Games', 'name': 'C3LT', 'id': '1111004268339843072'}]",,,, +1311,1148119175916732416,1147883392412917760,1562567917000.0,2019-07-08 06:38:37,+0000,,@flcnhvy @kulpability @lexfridman @Tesla !freespace,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1148119175916732416,[],[],0,,False,692,32,23,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1312,1148118732272594944,1147992426642137088,1562567811000.0,2019-07-08 06:36:51,+0000,,@ElonsWorld May the light of consciousness shine bright,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1148118732272594944,[],[],0,,False,34296,365,1472,,None,,,,,,,"[{'screen_name': 'ElonsWorld', 'name': ""Elon's World"", 'id': '804412190493003776'}]",,,, +1313,1148117387419348992,1147781786270760960,1562567490000.0,2019-07-08 06:31:30,+0000,,"@bluemoondance74 @Erdayastronaut @justpaulinelol @mayemusk @SpaceX Overall successful. Aborted at T+51 sec on high mixture ratio, but we were intentionally probing the corners of the box of operating conditions, so not surprising.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1148117387419348992,[],[],0,,False,965,18,50,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1314,1148109025273208832,1147883392412917760,1562565497000.0,2019-07-08 05:58:17,+0000,,@DisruptResearch @flcnhvy @lexfridman @Tesla Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1148109025273208832,[],[],0,,False,719,50,29,,None,,,,,,,"[{'screen_name': 'DisruptResearch', 'name': 'Disruption Research', 'id': '1096592269849837568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1315,1148108250753015808,1147883392412917760,1562565312000.0,2019-07-08 05:55:12,+0000,,@EVAutonomy @DisruptResearch @flcnhvy @lexfridman @Tesla Sure 🤖 🚘 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1148108250753015808,[],[],0,,False,778,28,28,,None,,,,,,,"[{'screen_name': 'DisruptResearch', 'name': 'Disruption Research', 'id': '1096592269849837568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1316,1148106891270115328,1147883392412917760,1562564988000.0,2019-07-08 05:49:48,+0000,,"@DisruptResearch @flcnhvy @lexfridman @Tesla To be clear, consumers will still be able to buy a Tesla, but the clearing price will rise significantly, as a fully autonomous car that can function as a robotaxi is several times more valuable than a non-autonomous car",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1148106891270115328,[],[],0,,False,1068,222,139,,None,,,,,,,"[{'screen_name': 'DisruptResearch', 'name': 'Disruption Research', 'id': '1096592269849837568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1317,1148103185636065280,1147781786270760960,1562564104000.0,2019-07-08 05:35:04,+0000,,"@Erdayastronaut @justpaulinelol @mayemusk @SpaceX Between first development engine & first flight engine with operational payload, there are always hundreds of changes to both hardware & software. Over time, thousands.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1148103185636065280,[],[],0,,False,1295,38,61,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1318,1148096401877770241,1148029205269139456,1562562487000.0,2019-07-08 05:08:07,+0000,,@ElonsBrain @Tesla Upgrading to 250kW soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1148096401877770241,[],[],0,,False,7400,115,163,,None,,,,,,,"[{'screen_name': 'ElonsBrain', 'name': '🧠 Elon’s Brain 🧠', 'id': '1020627011008540672'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1319,1148078989866520576,1147883392412917760,1562558336000.0,2019-07-08 03:58:56,+0000,,"@kulpability @lexfridman @Tesla Intersections with complex traffic lights & shopping mall parking lots are the two biggest software challenges. Developer branch already mostly works in these scenarios, but massive effort required to get to 99.9999% safety.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1148078989866520576,[],[],0,,False,791,91,68,,None,,,,,,,"[{'screen_name': 'kulpability', 'name': 'Viscountess of Shrugsbury', 'id': '950471510266871810'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1320,1148073807128616961,1147945882312220673,1562557100000.0,2019-07-08 03:38:20,+0000,,@austinbarnard45 @tossha_spb @atlasobscura Local supporters will be invited!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1148073807128616961,[],[],0,,False,1041,89,44,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'tossha_spb', 'name': 'Anton Gromov', 'id': '126135793'}, {'screen_name': 'atlasobscura', 'name': 'Atlas Obscura', 'id': '57047586'}]",,,, +1321,1148073232932540416,1147883392412917760,1562556963000.0,2019-07-08 03:36:03,+0000,,@DisruptResearch @flcnhvy @lexfridman @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1148073232932540416,[],[],0,,False,684,60,40,,None,,,,,,,"[{'screen_name': 'DisruptResearch', 'name': 'Disruption Research', 'id': '1096592269849837568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1322,1148073079223902208,1147883392412917760,1562556926000.0,2019-07-08 03:35:26,+0000,,@Kristennetten @lexfridman @Tesla ~Q4 2016,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1148073079223902208,[],[],0,,False,489,18,23,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1323,1148072753867546624,1147883392412917760,1562556849000.0,2019-07-08 03:34:09,+0000,,"@dodiewill2 @lexfridman @Tesla End of Q4, most likely",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1148072753867546624,[],[],0,,False,573,40,33,,None,,,,,,,"[{'screen_name': 'dodiewill2', 'name': 'Dodie Williams', 'id': '16459899'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1324,1148071994136465408,1147883392412917760,1562556668000.0,2019-07-08 03:31:08,+0000,,"@flcnhvy @lexfridman @Tesla Production fully switched over ~3 months ago. Functionality won’t diverge until Q4, as it’s limited by software validation. Will be later for Europe compared to rest of world due to regulatory constraints that were put in place years ago by big ICE companies.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1148071994136465408,[],[],0,,False,862,61,78,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1325,1148070210412265473,1147883392412917760,1562556242000.0,2019-07-08 03:24:02,+0000,,@lexfridman @Tesla This is why it’s possible for Tesla to have a million robotaxis by end of 2020 if we upgrade existing HW2 fleet of ~500k & make at least ~500k FSD cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1148070210412265473,[],[],0,,False,997,72,84,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1326,1148068888522842113,1147883392412917760,1562555927000.0,2019-07-08 03:18:47,+0000,,@lexfridman @Tesla All HW2+ cars are upgradable to full self-driving capability with Tesla FSD computer & all production in past few months has FSD computer,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1148068888522842113,[],[],0,,False,3616,126,182,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1327,1148023767865540608,1147781786270760960,1562545170000.0,2019-07-08 00:19:30,+0000,,@mayemusk @SpaceX Starship Mk 1 & Hopper,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1148023767865540608,[],[],0,,False,7422,123,182,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1328,1148018868322852864,1147934921656111104,1562544002000.0,2019-07-08 00:00:02,+0000,,@PrydeFoltz Wārløq,fi,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1148018868322852864,[],[],0,,False,468,34,20,,None,,,,,,,"[{'screen_name': 'PrydeFoltz', 'name': 'Pryde Foltz', 'id': '1532222198'}]",,,, +1329,1148016755429613568,1148009641479008256,1562543498000.0,2019-07-07 23:51:38,+0000,,@sudohack16 Agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1148016755429613568,[],[],0,,False,457,21,16,,None,,,,,,,"[{'screen_name': 'sudohack16', 'name': 'shurjo', 'id': '3059963693'}]",,,, +1330,1148011199121854464,1148009641479008256,1562542173000.0,2019-07-07 23:29:33,+0000,,Later in life Bakunin is underappreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1148011199121854464,[],[],0,,False,5024,283,196,,None,,,,,,,[],,,, +1331,1148009641479008256,1148009641479008256,1562541802000.0,2019-07-07 23:23:22,+0000,,Listening to Revolutions by Duncan https://t.co/zc9BGT8bNP Found this on a throw pillow … https://t.co/COUXCF8fG4,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1148009641479008256,['https://pca.st/podcast/b1ccb690-fd97-0130-c6ee-723c91aeae46'],['https://pbs.twimg.com/media/D-6MryoUcAAho8y.jpg'],1,https://pbs.twimg.com/media/D-6MryoUcAAho8y.jpg,False,6515,310,302,,None,,,,,,,[],,,, +1332,1148006177491472384,1147945882312220673,1562540976000.0,2019-07-07 23:09:36,+0000,,"@tossha_spb @atlasobscura Will do Starship presentation a few weeks after Hopper hovers, so prob late July. If that timing works, free LJ chips for all present!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1148006177491472384,[],[],0,,False,1083,57,106,,None,,,,,,,"[{'screen_name': 'tossha_spb', 'name': 'Anton Gromov', 'id': '126135793'}, {'screen_name': 'atlasobscura', 'name': 'Atlas Obscura', 'id': '57047586'}]",,,, +1333,1148005501625499648,1147945882312220673,1562540815000.0,2019-07-07 23:06:55,+0000,,@CulturedAI @atlasobscura My D&D char was NG,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1148005501625499648,[],[],0,,False,515,30,21,,None,,,,,,,"[{'screen_name': 'CulturedAI', 'name': 'Multivac', 'id': '2320367199'}, {'screen_name': 'atlasobscura', 'name': 'Atlas Obscura', 'id': '57047586'}]",,,, +1334,1148003767867936769,1147945882312220673,1562540401000.0,2019-07-07 23:00:01,+0000,,@atlasobscura Sounds like fun,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1148003767867936769,[],[],0,,False,3183,105,121,,None,,,,,,,"[{'screen_name': 'atlasobscura', 'name': 'Atlas Obscura', 'id': '57047586'}]",,,, +1335,1147944769537994753,1147944475618152455,1562526335000.0,2019-07-07 19:05:35,+0000,,@CormacSheehan1 Occupy Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1147944769537994753,[],[],0,,False,1159,88,89,,None,,,,,,,"[{'screen_name': 'CormacSheehan1', 'name': 'AutoSheehan', 'id': '965952567292329989'}]",,,, +1336,1147935541347807232,1147934921656111104,1562524135000.0,2019-07-07 18:28:55,+0000,,@tesla_truth 👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1147935541347807232,[],[],0,,False,3222,68,50,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +1337,1147934921656111104,1147934921656111104,1562523987000.0,2019-07-07 18:26:27,+0000,,Cat is out of the bag 🧙‍♂️ https://t.co/epUKm0a3gr,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1147934921656111104,['https://www.bloomberg.com/news/articles/2019-07-06/gates-says-steve-jobs-cast-spells-to-keep-apple-from-dying?utm_campaign=news&utm_medium=bd&utm_source=applenews'],[],0,,False,35455,1137,3650,,None,,,,,,,[],,,, +1338,1147790758449012736,1147434859217870848,1562489616000.0,2019-07-07 08:53:36,+0000,,"@austinbarnard45 Exciting progress in Boca! Hopper almost ready to hover. Based on tonight’s test, looks like 600 Hz Raptor vibration problem is fixed. https://t.co/9bLWOHG0sV",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1147790758449012736,[],['https://pbs.twimg.com/media/D-3FnGBUEAA-xrM.jpg'],1,https://pbs.twimg.com/media/D-3FnGBUEAA-xrM.jpg,False,4447,193,502,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +1339,1147438570430296064,1147437584450301952,1562405648000.0,2019-07-06 09:34:08,+0000,,@DiscoverMag Sharknado is real,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1147438570430296064,[],[],0,,False,9270,151,615,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +1340,1147436241501085698,1147434181082800129,1562405092000.0,2019-07-06 09:24:52,+0000,,@DaddyDiaz3 When sheets come loose all dignity is lost,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1147436241501085698,[],[],0,,False,6440,62,229,,None,,,,,,,"[{'screen_name': 'DaddyDiaz3', 'name': 'Not Diego', 'id': '1050588833572478977'}]",,,, +1341,1147434859217870848,1147434859217870848,1562404763000.0,2019-07-06 09:19:23,+0000,,Model X as it should be shown https://t.co/lpog2ejWQK,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1147434859217870848,['https://www.instagram.com/p/BzhWjnZgQSj/?igshid=ly4ynqxne44p'],[],0,,False,22178,623,1814,,None,,,,,,,[],,,, +1342,1147434181082800129,1147434181082800129,1562404601000.0,2019-07-06 09:16:41,+0000,,What ants must feel like https://t.co/NSsBZXnEvp,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1147434181082800129,[],['https://pbs.twimg.com/media/D-yBTguUcAAjOCm.jpg'],1,https://pbs.twimg.com/media/D-yBTguUcAAjOCm.jpg,False,102803,966,10339,,None,,,,,,,[],,,, +1343,1147433167860592640,1147405286262628353,1562404360000.0,2019-07-06 09:12:40,+0000,,@mundanemun @Cryosphear 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1147433167860592640,[],[],0,,False,547,13,15,,None,,,,,,,"[{'screen_name': 'mundanemun', 'name': 'Munira', 'id': '920390682585587713'}, {'screen_name': 'Cryosphear', 'name': 'Cryo🐺', 'id': '2999909453'}]",,,, +1344,1147418493832187904,1121240555101523968,1562400861000.0,2019-07-06 08:14:21,+0000,,@Vic82790698 @v_g_fischer @d0nahue27 Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1147418493832187904,[],[],0,,False,457,24,13,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'd0nahue27', 'name': 'Michael', 'id': '917854590133047296'}]",,,, +1345,1146574336205058048,1146571114551709698,1562199598000.0,2019-07-04 00:19:58,+0000,,Landing on Ms. Tree https://t.co/4lhPWRpaS9,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1146574336205058048,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1146574085129826304/pu/img/1Ylj6txZgnwo1V3g.jpg,False,22422,416,1459,,None,,,,,,,[],,,, +1346,1146571114551709698,1146571114551709698,1562198830000.0,2019-07-04 00:07:10,+0000,,Rocket fairing returning from space,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1146571114551709698,[],[],0,,False,33395,564,2781,https://twitter.com/SpaceX/status/1146546495241371649,None,,,,,,,[],,,, +1347,1146558452115730433,1146546049932070912,1562195811000.0,2019-07-03 23:16:51,+0000,,"@Rec1pr0city Active safety will continue to improve via over-the-air software updates. Since all Tesla cars are connected, we analyze each accident & do our best to minimize probability of recurrence.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1146558452115730433,[],[],0,,False,1475,59,115,,None,,,,,,,"[{'screen_name': 'Rec1pr0city', 'name': 'Alter -Viggo- Machete', 'id': '987294701744279554'}]",,,, +1348,1146556923614941186,1146513300953452545,1562195447000.0,2019-07-03 23:10:47,+0000,,"@Globe_Mars @CNBC We must safeguard the future of life by transitioning to sustainable energy on Earth & becoming multiplanetary via Mars. It’s not clear how much time we have to do these things, but sooner is definitely better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1146556923614941186,[],[],0,,False,16049,516,1677,,None,,,,,,,"[{'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +1349,1146551947161296896,1146546049932070912,1562194260000.0,2019-07-03 22:51:00,+0000,,@gagansachdev4 Best crash safety system is not crashing in the first place. Makes a world of difference for pedestrians & cyclists especially.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1146551947161296896,[],[],0,,False,1373,48,83,,None,,,,,,,"[{'screen_name': 'gagansachdev4', 'name': 'Gagan Sachdev', 'id': '1139187489518829575'}]",,,, +1350,1146547201482485760,1146546049932070912,1562193129000.0,2019-07-03 22:32:09,+0000,,@Suganthanmn Should be fixed soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1146547201482485760,[],[],0,,False,834,35,27,,None,,,,,,,"[{'screen_name': 'Suganthanmn', 'name': 'Suganthan Mohanadasan', 'id': '927061481090355200'}]",,,, +1351,1146546049932070912,1146546049932070912,1562192854000.0,2019-07-03 22:27:34,+0000,,Reason for top rating is that active steering & braking safety features of Tesla Autopilot are turned on no cost for all cars https://t.co/HBKwAEbgc9,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1146546049932070912,['https://www.wired.com/story/tesla-model-3-can-survive-crash-avoid-one-too/'],[],0,,False,12010,462,1034,,None,,,,,,,[],,,, +1352,1146288466373877762,1146163694239281153,1562131442000.0,2019-07-03 05:24:02,+0000,,@TesIaCharts ✌️,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1146288466373877762,[],[],0,,False,25499,223,480,,None,,,,,,,"[{'screen_name': 'TesIaCharts', 'name': 'TESLAcharts', 'id': '1009359031314649089'}]",,,, +1353,1146152051434381313,1146152051434381313,1562098918000.0,2019-07-02 20:21:58,+0000,,Congratulations Tesla team & thanks to all the new Tesla owners!! ♥️♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1146152051434381313,[],[],0,,False,56089,1622,4096,https://twitter.com/CNBCnow/status/1146151371571380225,None,,,,,,,[],,,, +1354,1146149611259609089,1146147067015778304,1562098336000.0,2019-07-02 20:12:16,+0000,,@RationalEtienne @RichardDawkins Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1146149611259609089,[],[],0,,False,1914,54,43,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'RichardDawkins', 'name': 'Richard Dawkins', 'id': '15143478'}]",,,, +1355,1146148070842724352,1146147067015778304,1562097969000.0,2019-07-02 20:06:09,+0000,,@flcnhvy Good one 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1146148070842724352,[],[],0,,False,2192,30,37,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1356,1146147067015778304,1146147067015778304,1562097729000.0,2019-07-02 20:02:09,+0000,,Meme of recursive irony https://t.co/hlrfkd9yGy,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1146147067015778304,[],['https://pbs.twimg.com/media/D-furDeUYAA1R5n.jpg'],1,https://pbs.twimg.com/media/D-furDeUYAA1R5n.jpg,False,52780,768,4572,,None,,,,,,,[],,,, +1357,1146145818442792960,1121240555101523968,1562097432000.0,2019-07-02 19:57:12,+0000,,@JoshSlaviero @v_g_fischer @d0nahue27 Not often these days. Good way to spend time with kids though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1146145818442792960,[],[],0,,False,641,22,18,,None,,,,,,,"[{'screen_name': 'JoshSlaviero', 'name': 'Josh Slaviero', 'id': '1111302483262013440'}, {'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'd0nahue27', 'name': 'Michael', 'id': '917854590133047296'}]",,,, +1358,1146144845318299650,1121240555101523968,1562097200000.0,2019-07-02 19:53:20,+0000,,@v_g_fischer @d0nahue27 Playing a little Polytopia. Gonna try Solaris w my boys.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1146144845318299650,[],[],0,,False,704,53,37,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'd0nahue27', 'name': 'Michael', 'id': '917854590133047296'}]",,,, +1359,1146142642570502144,1121240555101523968,1562096674000.0,2019-07-02 19:44:34,+0000,,@d0nahue27 Death Note,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1146142642570502144,[],[],0,,False,665,48,48,,None,,,,,,,"[{'screen_name': 'd0nahue27', 'name': 'Michael', 'id': '917854590133047296'}]",,,, +1360,1145807256220360705,1145805587969478657,1562016712000.0,2019-07-01 21:31:52,+0000,,"@flcnhvy Yeah, exactly 😀",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1145807256220360705,[],[],0,,False,1263,85,29,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1361,1145805587969478657,1145805587969478657,1562016314000.0,2019-07-01 21:25:14,+0000,,"Yep, order online at https://t.co/46TXqRrsdr in 2 mins & car delivered direct to home",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1145805587969478657,['http://Tesla.com'],[],0,,False,26365,1038,1702,https://twitter.com/gursel_mutlu/status/1145187380715855873,None,,,,,,,[],,,, +1362,1145700762678263808,1144988710490054656,1561991322000.0,2019-07-01 14:28:42,+0000,,@Alpsoy66 Is this true @CGrantWSJ?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1145700762678263808,[],[],0,,False,7840,327,335,,None,,,,,,,"[{'screen_name': 'Alpsoy66', 'name': 'Alp', 'id': '302045293'}]",,,, +1363,1145155868909948928,1145113482125295617,1561861409000.0,2019-06-30 02:23:29,+0000,,"@NebraskaJR @Ninja FWIW, based on calcs I did 10 years ago, cross-over point for Li-ion beating kerosene is ~400 Wh/kg. High cycle batteries are just over 300 Wh/kg today, but probably exceed 400 in ~5 years.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1145155868909948928,[],[],0,,False,5731,203,264,,None,,,,,,,"[{'screen_name': 'NebraskaJR', 'name': 'John (Wears a 😷) Rokes', 'id': '519585749'}, {'screen_name': 'Ninja', 'name': 'Ninja', 'id': '214201922'}]",,,, +1364,1145149274809761793,1145113482125295617,1561859837000.0,2019-06-30 01:57:17,+0000,,"@NebraskaJR @Ninja Jet A (kerosene) has much higher energy density than Li-ion, but electric motors weigh much less & convert stored energy to motion better than combustion engines",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1145149274809761793,[],[],0,,False,4713,74,136,,None,,,,,,,"[{'screen_name': 'NebraskaJR', 'name': 'John (Wears a 😷) Rokes', 'id': '519585749'}, {'screen_name': 'Ninja', 'name': 'Ninja', 'id': '214201922'}]",,,, +1365,1145115024114896896,1145113482125295617,1561851671000.0,2019-06-29 23:41:11,+0000,,"@Ninja Yes, but still a bit too limited on range. That will change in coming years as battery energy density improves.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1145115024114896896,[],[],0,,False,113818,1198,3853,,None,,,,,,,"[{'screen_name': 'Ninja', 'name': 'Ninja', 'id': '214201922'}]",,,, +1366,1145044275916234752,1145044275916234752,1561834803000.0,2019-06-29 19:00:03,+0000,,Huge thanks to all Tesla supporters around the world helping the cause. We ♥️♥️♥️ you!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1145044275916234752,[],[],0,,False,40808,987,2150,https://twitter.com/teslaownersSV/status/1132361490688761856,None,,,,,,,[],,,, +1367,1144693095201562624,1144682049934020608,1561751075000.0,2019-06-28 19:44:35,+0000,,@Tesla Tweak music & car karaoke,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1144693095201562624,[],[],0,,False,10129,380,307,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1368,1144692801407336449,1144682049934020608,1561751005000.0,2019-06-28 19:43:25,+0000,,"@Tesla Fun, little music tool coming later",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1144692801407336449,[],[],0,,False,18181,346,390,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1369,1144692596372983808,1144682049934020608,1561750956000.0,2019-06-28 19:42:36,+0000,,@EforElectric @Tesla Sure. Want to add easy import/export of images from your phone.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1144692596372983808,[],[],0,,False,1313,43,34,,None,,,,,,,"[{'screen_name': 'EforElectric', 'name': 'E for Electric', 'id': '834229333191299073'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1370,1144519004159205376,1144519004159205376,1561709569000.0,2019-06-28 08:12:49,+0000,,Thanks for the happy birthday wishes! ♥️♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1144519004159205376,[],[],0,,False,236723,16907,10651,,None,,,,,,,[],,,, +1371,1144518197028229120,1144276684176277504,1561709376000.0,2019-06-28 08:09:36,+0000,,"@Erdayastronaut @Tesla One day, there will be a little racing game in the racing game in the car",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1144518197028229120,[],[],0,,False,26268,460,870,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1372,1144513716425285633,1144419494728753152,1561708308000.0,2019-06-28 07:51:48,+0000,,@nichegamer @tomekdrabas @merkinvineyards Merkindise coming soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1144513716425285633,[],[],0,,False,1805,83,37,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'tomekdrabas', 'name': 'Tomek Drabas', 'id': '423293779'}, {'screen_name': 'merkinvineyards', 'name': 'Merkin Vineyards', 'id': '785635918052925440'}]",,,, +1373,1144447456408526848,1144419494728753152,1561692511000.0,2019-06-28 03:28:31,+0000,,@tomekdrabas @merkinvineyards They have the best merkins,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1144447456408526848,[],[],0,,False,901,57,15,,None,,,,,,,"[{'screen_name': 'tomekdrabas', 'name': 'Tomek Drabas', 'id': '423293779'}, {'screen_name': 'merkinvineyards', 'name': 'Merkin Vineyards', 'id': '785635918052925440'}]",,,, +1374,1144447020708483073,1144000369061769216,1561692407000.0,2019-06-28 03:26:47,+0000,,@AngelNDevil2 @robinivski @YusifzadaAgshin @Canis_Majoris_6 I’m such a bad public speaker! Damn.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1144447020708483073,[],[],0,,False,1416,219,47,,None,,,,,,,"[{'screen_name': 'AngelNDevil2', 'name': 'Angel & Devil', 'id': '1347954961452302336'}, {'screen_name': 'robinivski', 'name': 'Rob Forth', 'id': '836650959187103744'}, {'screen_name': 'YusifzadaAgshin', 'name': 'Agshin Yusifzada', 'id': '1105371288363769856'}, {'screen_name': 'Canis_Majoris_6', 'name': 'Alex Korocencev', 'id': '832705891031932928'}]",,,, +1375,1144439986055462912,1144421941463437312,1561690729000.0,2019-06-28 02:58:49,+0000,,@juleepam @TheOnion These do seem like wise words,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1144439986055462912,[],[],0,,False,1248,48,83,,None,,,,,,,"[{'screen_name': 'juleepam', 'name': 'Hello world 🧢', 'id': '2874502002'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1376,1144435057555312640,1144421941463437312,1561689554000.0,2019-06-28 02:39:14,+0000,,@TheOnion If only we’d listened …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1144435057555312640,[],[],0,,False,16527,258,1521,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1377,1144434630508142592,1144265659171270657,1561689453000.0,2019-06-28 02:37:33,+0000,,@rainnwilson 💕,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1144434630508142592,[],[],0,,False,3395,59,103,,None,,,,,,,"[{'screen_name': 'rainnwilson', 'name': 'RainnWilson', 'id': '19637934'}]",,,, +1378,1144426849113640960,1144419494728753152,1561687597000.0,2019-06-28 02:06:37,+0000,,"But, if you’re going to buy a merkin, be sure to haggle properly! https://t.co/CdddCE2atN",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1144426849113640960,['https://m.youtube.com/watch?v=51_Qs8tq5c8'],[],0,,False,14633,421,357,,None,,,,,,,[],,,, +1379,1144425117679857664,1144419494728753152,1561687185000.0,2019-06-28 01:59:45,+0000,,"If you don’t already know what a merkin is, don’t google it. You have been warned.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1144425117679857664,[],[],0,,False,21318,1071,900,,None,,,,,,,[],,,, +1380,1144419494728753152,1144419494728753152,1561685844000.0,2019-06-28 01:37:24,+0000,,Typing Merlin literally just autocorrected me to merkin 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1144419494728753152,[],[],0,,False,41946,1426,1665,,None,,,,,,,[],,,, +1381,1144334332842119168,1144331725608296448,1561665540000.0,2019-06-27 19:59:00,+0000,,"@teslaownersSV We poured our heart & soul into it. Lot of hubris too, but no regrets. Fabergé egg of cars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1144334332842119168,[],[],0,,False,1481,127,72,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +1382,1144333531558100994,1144331725608296448,1561665349000.0,2019-06-27 19:55:49,+0000,,"@naturenick Hardly anyone noticed, but still",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1144333531558100994,[],[],0,,False,1140,76,32,,None,,,,,,,"[{'screen_name': 'naturenick', 'name': 'Nick Martin', 'id': '21968546'}]",,,, +1383,1144332965037690880,1144331725608296448,1561665214000.0,2019-06-27 19:53:34,+0000,,@naturenick We worked so hard to create that exact view. Seat rails flush with floor on a rear-slanted monopost.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1144332965037690880,[],[],0,,False,1206,31,33,,None,,,,,,,"[{'screen_name': 'naturenick', 'name': 'Nick Martin', 'id': '21968546'}]",,,, +1384,1144331725608296448,1144331725608296448,1561664918000.0,2019-06-27 19:48:38,+0000,,Design & production of The Spirit of St Louis was so incredible https://t.co/IkBliEcSae,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1144331725608296448,['https://en.m.wikipedia.org/wiki/Spirit_of_St._Louis'],[],0,,False,6623,325,311,,None,,,,,,,[],,,, +1385,1144241444435238913,1144080558357721089,1561643393000.0,2019-06-27 13:49:53,+0000,,@cleantechnica 2.1 sec 0-60 mph is base model before adding rocket thruster option,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,13,https://twitter.com/elonmusk/status/1144241444435238913,[],[],0,,False,12590,471,833,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1386,1144070096521957379,1143411098131017728,1561602541000.0,2019-06-27 02:29:01,+0000,,@bitbased @Antsmash @joseph_preece @Erdayastronaut @SpaceXFan97 @lister6520 @justpaulinelol @MattLBates That’s actually kinda true,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1144070096521957379,[],[],0,,False,781,37,23,,None,,,,,,,"[{'screen_name': 'bitbased', 'name': 'Brant Wedel 🧢', 'id': '28315901'}, {'screen_name': 'Antsmash', 'name': 'Antony', 'id': '66497703'}, {'screen_name': 'joseph_preece', 'name': 'Joseph Preece', 'id': '3306302287'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}, {'screen_name': 'lister6520', 'name': 'lister6520', 'id': '4706949269'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'MattLBates', 'name': 'Matt Bates', 'id': '353577797'}]",,,, +1387,1144007788756131840,1143411098131017728,1561587686000.0,2019-06-26 22:21:26,+0000,,@SpaceXFan97 @lister6520 @justpaulinelol @MattLBates @Erdayastronaut Almost anything. Length/diameter is much lower & Starship doesn’t have a hammerhead fairing that acts like main sail.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1144007788756131840,[],[],0,,False,1055,45,35,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}, {'screen_name': 'lister6520', 'name': 'lister6520', 'id': '4706949269'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'MattLBates', 'name': 'Matt Bates', 'id': '353577797'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1388,1144006228823199744,1143411098131017728,1561587314000.0,2019-06-26 22:15:14,+0000,,@lister6520 @justpaulinelol @MattLBates @Erdayastronaut You’re touching on a good critique of Falcon 9. Our 1st stage to 2nd stage propellant ratio is too high. We’re fixing that with Starship.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1144006228823199744,[],[],0,,False,878,24,21,,None,,,,,,,"[{'screen_name': 'lister6520', 'name': 'lister6520', 'id': '4706949269'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'MattLBates', 'name': 'Matt Bates', 'id': '353577797'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1389,1144005431020392450,1144000369061769216,1561587124000.0,2019-06-26 22:12:04,+0000,,"@baconmashwbs @Canis_Majoris_6 @YusifzadaAgshin That would be unwise. Probably needs a restraint mechanism like Disney’s Space Mountain roller coaster. Would feel similar to Space Mountain in a lot of ways, but you’d exit on another continent.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1144005431020392450,[],[],0,,False,1098,79,66,,None,,,,,,,"[{'screen_name': 'baconmashwbs', 'name': 'baconmashwbrownsugar', 'id': '1055659676245741569'}, {'screen_name': 'Canis_Majoris_6', 'name': 'Alex Korocencev', 'id': '832705891031932928'}, {'screen_name': 'YusifzadaAgshin', 'name': 'Agshin Yusifzada', 'id': '1105371288363769856'}]",,,, +1390,1144004310503530496,1144000369061769216,1561586856000.0,2019-06-26 22:07:36,+0000,,"@Canis_Majoris_6 @YusifzadaAgshin ~1000, as all seats would be “coach” & no toilets, pilot area or food galley needed. Most flights would only be 15 to 20 mins. It’s basically an ICBM traveling at Mach 25 that lands.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1144004310503530496,[],[],0,,False,1170,123,102,,None,,,,,,,"[{'screen_name': 'Canis_Majoris_6', 'name': 'Alex Korocencev', 'id': '832705891031932928'}, {'screen_name': 'YusifzadaAgshin', 'name': 'Agshin Yusifzada', 'id': '1105371288363769856'}]",,,, +1391,1144002182334812160,1144000369061769216,1561586349000.0,2019-06-26 21:59:09,+0000,,"@YusifzadaAgshin About 100, assuming people want cabins. Pressurized volume is similar to A380. Could take a lot more on shorter trips.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1144002182334812160,[],[],0,,False,708,54,38,,None,,,,,,,"[{'screen_name': 'YusifzadaAgshin', 'name': 'Agshin Yusifzada', 'id': '1105371288363769856'}]",,,, +1392,1144000167164731392,1143877203156971520,1561585869000.0,2019-06-26 21:51:09,+0000,,"@Erdayastronaut @SciGuySpace That was our design approach in early days, but fairing mass is much higher & stability of booster in ground winds is low",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1144000167164731392,[],[],0,,False,1677,41,47,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1393,1143995542969683970,1143877203156971520,1561584766000.0,2019-06-26 21:32:46,+0000,,@C3LT_Games @SciGuySpace There will be no Block 6. Moving to Starship architecture.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1143995542969683970,[],[],0,,False,977,44,47,,None,,,,,,,"[{'screen_name': 'C3LT_Games', 'name': 'C3LT', 'id': '1111004268339843072'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1394,1143995204799799298,1143877203156971520,1561584685000.0,2019-06-26 21:31:25,+0000,,"@ebelliveau @SciGuySpace Frangible would def hurt reusability. Also, presumably those quarter sections are actuated or aero control will be impossible.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1143995204799799298,[],[],0,,False,550,17,18,,None,,,,,,,"[{'screen_name': 'ebelliveau', 'name': '0xDEADCE11', 'id': '14244444'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1395,1143993847439134720,1143877203156971520,1561584362000.0,2019-06-26 21:26:02,+0000,,"@SciGuySpace Good to see this. Splitting interstage into 4 sections will have some challenges, but could work.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1143993847439134720,[],[],0,,False,5332,92,137,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1396,1143985568461807617,1143984770340282370,1561582388000.0,2019-06-26 20:53:08,+0000,,@Cocalarix @romaarra Probably sooner,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1143985568461807617,[],[],0,,False,689,38,21,,None,,,,,,,"[{'screen_name': 'romaarra', 'name': 'Чупахин Роман', 'id': '1883741551'}]",,,, +1397,1143985011680526337,1143984770340282370,1561582255000.0,2019-06-26 20:50:55,+0000,,@romaarra Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1143985011680526337,[],[],0,,False,523,27,27,,None,,,,,,,"[{'screen_name': 'romaarra', 'name': 'Чупахин Роман', 'id': '1883741551'}]",,,, +1398,1143751049406234630,1142890265369202688,1561526474000.0,2019-06-26 05:21:14,+0000,,"@TherrinKSCVC @SteelSully @annerajb @kickber @ExploreSpaceKSC Sure, that would be an honor",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1143751049406234630,[],[],0,,False,1455,70,61,,None,,,,,,,"[{'screen_name': 'TherrinKSCVC', 'name': 'Therrin H Protze', 'id': '2985010595'}, {'screen_name': 'SteelSully', 'name': 'Steel Sully', 'id': '15670148'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'ExploreSpaceKSC', 'name': 'Kennedy Space Center Visitor Complex', 'id': '27670481'}]",,,, +1399,1143690889430208514,1143411098131017728,1561512131000.0,2019-06-26 01:22:11,+0000,,@Erdayastronaut @justpaulinelol @MattLBates Most likely. It is programmed to do so.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1143690889430208514,[],[],0,,False,2300,82,73,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'MattLBates', 'name': 'Matt Bates', 'id': '353577797'}]",,,, +1400,1143690145255841797,1143411098131017728,1561511954000.0,2019-06-26 01:19:14,+0000,,@justpaulinelol @MattLBates @Erdayastronaut High entry force & heat breached engine bay & center engine TVC failed,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1143690145255841797,[],[],0,,False,2151,86,170,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'MattLBates', 'name': 'Matt Bates', 'id': '353577797'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1401,1143689602458411008,1143680880256307200,1561511824000.0,2019-06-26 01:17:04,+0000,,"@Malcolmmarsman @bluemoondance74 @SptlightVids @SpaceX Ok, thanks",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1143689602458411008,[],[],0,,False,1501,86,42,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'SptlightVids', 'name': 'Spotlight In Space', 'id': '731301988407775233'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1402,1143689107392086016,1143680880256307200,1561511706000.0,2019-06-26 01:15:06,+0000,,@bluemoondance74 @SptlightVids @SpaceX :(,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1143689107392086016,[],[],0,,False,1095,71,35,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'SptlightVids', 'name': 'Spotlight In Space', 'id': '731301988407775233'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1403,1143688793901424640,1143680880256307200,1561511631000.0,2019-06-26 01:13:51,+0000,,@bluemoondance74 @SptlightVids @SpaceX Working on Tesla global logistics,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1143688793901424640,[],[],0,,False,1521,101,61,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'SptlightVids', 'name': 'Spotlight In Space', 'id': '731301988407775233'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1404,1143688496890224640,1143411098131017728,1561511561000.0,2019-06-26 01:12:41,+0000,,@MattLBates @Erdayastronaut I know … sigh. Those are truly a work of art.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1143688496890224640,[],[],0,,False,1499,36,31,,None,,,,,,,"[{'screen_name': 'MattLBates', 'name': 'Matt Bates', 'id': '353577797'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1405,1143686587877691392,1143680880256307200,1561511105000.0,2019-06-26 01:05:05,+0000,,"@SptlightVids @SpaceX Yes, but we couldn’t take a chance on 2nd stage failing it’s 4th maneuver. This mission was more complex than anything I’m aware of in history of rockets. RIP center core, you did your duty well.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1143686587877691392,[],[],0,,False,2536,71,133,,None,,,,,,,"[{'screen_name': 'SptlightVids', 'name': 'Spotlight In Space', 'id': '731301988407775233'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1406,1143434042605539328,1143434042605539328,1561450894000.0,2019-06-25 08:21:34,+0000,,Ms. Tree caught the Falcon fairing!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1143434042605539328,[],[],0,,False,38810,873,1902,,None,,,,,,,[],,,, +1407,1143418511710150656,1143411098131017728,1561447191000.0,2019-06-25 07:19:51,+0000,,@SpaceXUpdates @Erdayastronaut High payload/delta-V missions will always be far downrange. Value of boost stage is measured (essentially) by *horizontal* velocity imparted to upper stage. Altitude is almost unimportant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1143418511710150656,[],[],0,,False,1253,67,50,,None,,,,,,,"[{'screen_name': 'SpaceXUpdates', 'name': 'SpaceXUpdates', 'id': '738023983266828288'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1408,1143416587418066944,1143411098131017728,1561446732000.0,2019-06-25 07:12:12,+0000,,@Erdayastronaut Center core RUD. It was a long shot.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1143416587418066944,[],[],0,,False,9266,320,306,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1409,1143388381885403137,1142904294196178944,1561440008000.0,2019-06-25 05:20:08,+0000,,@autonomyEV @tesla_truth @marialauraadr @_TomCross_ He was the real deal,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1143388381885403137,[],[],0,,False,739,26,22,,None,,,,,,,"[{'screen_name': 'autonomyEV', 'name': 'autonomyEV', 'id': '1084934534171365377'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': '_TomCross_', 'name': 'TomCross', 'id': '942308439052648448'}]",,,, +1410,1143387951470133250,1142904294196178944,1561439905000.0,2019-06-25 05:18:25,+0000,,@autonomyEV @tesla_truth @marialauraadr @_TomCross_ One of our main conference rooms at SpaceX is named after Goddard,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1143387951470133250,[],[],0,,False,806,14,30,,None,,,,,,,"[{'screen_name': 'autonomyEV', 'name': 'autonomyEV', 'id': '1084934534171365377'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': '_TomCross_', 'name': 'TomCross', 'id': '942308439052648448'}]",,,, +1411,1143386791241801728,1143329600161947648,1561439628000.0,2019-06-25 05:13:48,+0000,,"@0411ashwin No, it’s along the way",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1143386791241801728,[],[],0,,False,597,16,21,,None,,,,,,,"[{'screen_name': '0411ashwin', 'name': 'Ashwin Desai', 'id': '575973976'}]",,,, +1412,1143384061014097920,1142904294196178944,1561438977000.0,2019-06-25 05:02:57,+0000,,@0411ashwin Colonizing Mars one mug at a time!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1143384061014097920,[],[],0,,False,975,34,35,,None,,,,,,,"[{'screen_name': '0411ashwin', 'name': 'Ashwin Desai', 'id': '575973976'}]",,,, +1413,1143362117128654848,1142904294196178944,1561433746000.0,2019-06-25 03:35:46,+0000,,@marialauraadr @_TomCross_ Waiting for Falcon Heavy to launch means high cortisol levels. This is our toughest rocket launch ever.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1143362117128654848,[],[],0,,False,1337,109,53,,None,,,,,,,"[{'screen_name': '_TomCross_', 'name': 'TomCross', 'id': '942308439052648448'}]",,,, +1414,1143361574977101824,1142904294196178944,1561433616000.0,2019-06-25 03:33:36,+0000,,@tesla_truth @_TomCross_ Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1143361574977101824,[],[],0,,False,739,51,27,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': '_TomCross_', 'name': 'TomCross', 'id': '942308439052648448'}]",,,, +1415,1143360448592588801,1142904294196178944,1561433348000.0,2019-06-25 03:29:08,+0000,,@_TomCross_ Heat will breathe life into Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1143360448592588801,[],[],0,,False,1333,61,43,,None,,,,,,,"[{'screen_name': '_TomCross_', 'name': 'TomCross', 'id': '942308439052648448'}]",,,, +1416,1143357504782503936,1142890265369202688,1561432646000.0,2019-06-25 03:17:26,+0000,,@Ethyr44 @Erdayastronaut @SteelSully @annerajb @kickber @ExploreSpaceKSC Yes! I love botanical gardens. This is my favorite: https://t.co/MP1JwqHv85,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1143357504782503936,['https://www.kew.org'],[],0,,False,770,63,33,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SteelSully', 'name': 'Steel Sully', 'id': '15670148'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'ExploreSpaceKSC', 'name': 'Kennedy Space Center Visitor Complex', 'id': '27670481'}]",,,, +1417,1143356547126484992,1142890265369202688,1561432418000.0,2019-06-25 03:13:38,+0000,,@Erdayastronaut @SteelSully @annerajb @kickber @ExploreSpaceKSC Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1143356547126484992,[],[],0,,False,726,26,21,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SteelSully', 'name': 'Steel Sully', 'id': '15670148'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'kickber', 'name': 'it is now my duty to completely drain you', 'id': '769009202253729792'}, {'screen_name': 'ExploreSpaceKSC', 'name': 'Kennedy Space Center Visitor Complex', 'id': '27670481'}]",,,, +1418,1143355278953463818,1142890265369202688,1561432115000.0,2019-06-25 03:08:35,+0000,,"@SteelSully @annerajb @kickber @ExploreSpaceKSC Yeah, that sounds ideal! I love the KSC rocket garden. Spent many days there looking at rocket design details.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1143355278953463818,[],[],0,,False,836,22,28,,None,,,,,,,"[{'screen_name': 'SteelSully', 'name': 'Steel Sully', 'id': '15670148'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'kickber', 'name': 'it is now my duty to completely drain you', 'id': '769009202253729792'}, {'screen_name': 'ExploreSpaceKSC', 'name': 'Kennedy Space Center Visitor Complex', 'id': '27670481'}]",,,, +1419,1143347243103244288,1142904294196178944,1561430199000.0,2019-06-25 02:36:39,+0000,,@John_Gardi Uh oh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1143347243103244288,[],[],0,,False,744,36,15,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +1420,1143345170122989568,1142890265369202688,1561429705000.0,2019-06-25 02:28:25,+0000,,@annerajb @kickber Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1143345170122989568,[],[],0,,False,551,21,13,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +1421,1143344216971653120,1142904294196178944,1561429478000.0,2019-06-25 02:24:38,+0000,,"On Mars, I like to drink my coffee in this mug https://t.co/DN7aIyhhQ3",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1143344216971653120,['https://shop.spacex.com/occupy-mars-heat-sensitive-terraforming-mug.html'],[],0,,False,12569,668,494,,None,,,,,,,[],,,, +1422,1143339171295219712,1142890265369202688,1561428275000.0,2019-06-25 02:04:35,+0000,,@kickber Chomsky is the Iago of socio-economic theory & Piketty is his docile puppet,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1143339171295219712,[],[],0,,False,441,54,30,,None,,,,,,,[],,,, +1423,1143335443666280448,1143329600161947648,1561427386000.0,2019-06-25 01:49:46,+0000,,@Matthew_Nolan1 @austinbarnard45 Starship will do orbital launches from Boca Chica (near Brownsville) & Cape,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1143335443666280448,[],[],0,,False,968,40,45,,None,,,,,,,"[{'screen_name': 'Matthew_Nolan1', 'name': 'Matthew Nolan', 'id': '1225998960'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +1424,1143333457512345600,1143329600161947648,1561426913000.0,2019-06-25 01:41:53,+0000,,"@StevenHardison At Cape for launch, so watched on hotel screen, but still so beautiful …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1143333457512345600,[],[],0,,False,638,27,23,,None,,,,,,,"[{'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +1425,1143331906408370176,1143329600161947648,1561426543000.0,2019-06-25 01:35:43,+0000,,@austinbarnard45 Just watched it from your link ♥️♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1143331906408370176,[],[],0,,False,907,30,27,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +1426,1143329943381794819,1143329600161947648,1561426075000.0,2019-06-25 01:27:55,+0000,,@Game_Overlord98 Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1143329943381794819,[],[],0,,False,601,22,15,,None,,,,,,,"[{'screen_name': 'Game_Overlord98', 'name': 'Preston Ross', 'id': '615810367'}]",,,, +1427,1143329600161947648,1143329600161947648,1561425993000.0,2019-06-25 01:26:33,+0000,,♥️🚀 Apollo 11 🚀♥️ https://t.co/zJ68cEalNL https://t.co/jOemJIx87x,in,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1143329600161947648,['https://m.youtube.com/watch?v=K5JtxB8KVm0'],['https://pbs.twimg.com/media/D93sNcZXYAEVUaT.jpg'],1,https://pbs.twimg.com/media/D93sNcZXYAEVUaT.jpg,False,15674,405,1146,,None,,,,,,,[],,,, +1428,1143296749731241984,1143285404797476869,1561418161000.0,2019-06-24 23:16:01,+0000,,"@RenataKonkoly @Teslarati Yes, the droids can now hold down the center core",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1143296749731241984,[],[],0,,False,1121,39,46,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1429,1143287719075950593,1143285404797476869,1561416008000.0,2019-06-24 22:40:08,+0000,,"@Teslarati Odds of center core surviving are about 50% imo, as it’s coming in about 4 times faster than a rifle bullet",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1143287719075950593,[],[],0,,False,5875,178,328,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1430,1143277935060803589,1143263868593954816,1561413675000.0,2019-06-24 22:01:15,+0000,,@Scobleizer @Tesla @teslaownersSV 🖤 Tesla Software Engineering 🖤,ca,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1143277935060803589,[],[],0,,False,7521,102,187,,None,,,,,,,"[{'screen_name': 'Scobleizer', 'name': 'Scoble', 'id': '13348'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +1431,1143277679443095559,1143277679443095559,1561413614000.0,2019-06-24 22:00:14,+0000,,Falcon Heavy on LC-39A https://t.co/FsfFa7bRRK,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1143277679443095559,[],['https://pbs.twimg.com/media/D928_MMXoAE1hS1.jpg'],1,https://pbs.twimg.com/media/D928_MMXoAE1hS1.jpg,False,74763,1379,7438,,None,,,,,,,[],,,, +1432,1143211289499578368,1142904294196178944,1561397785000.0,2019-06-24 17:36:25,+0000,,"@Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy All Raptors have slight throttle range by adjusting flow to ox & fuel turbines, but deep throttling imposes limitations on injector stiffness & needs extra hardware. Swear these are legit technical terms 🤗",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1143211289499578368,[],[],0,,False,1562,83,62,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1433,1143207768423313408,1142904294196178944,1561396946000.0,2019-06-24 17:22:26,+0000,,@Some1gee @Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy It’s a factor. Main reason is that FFSC is the ultimate architecture for converting propellant into rocket velocity.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1143207768423313408,[],[],0,,False,517,14,19,,None,,,,,,,"[{'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1434,1143207172756647937,1142904294196178944,1561396804000.0,2019-06-24 17:20:04,+0000,,"@Elthiryel @Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy Yes, they run at *much* higher pressure, but lower temperature. Thermal shock & strain are what fatigue Merlin turbine blades. Solvable for high reusability, but better to apply that engineering to Raptor.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1143207172756647937,[],[],0,,False,591,9,21,,None,,,,,,,"[{'screen_name': 'Elthiryel', 'name': 'Piotr Szmigielski', 'id': '39562704'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1435,1143196366614749184,1142904294196178944,1561394228000.0,2019-06-24 16:37:08,+0000,,"@SpaceXFan97 @Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy Same as last time, although we made a design improvement that could yield about 7 bar more",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1143196366614749184,[],[],0,,False,655,16,20,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1436,1143195449425321984,1142904294196178944,1561394009000.0,2019-06-24 16:33:29,+0000,,@Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy Merlin could probably do 1000 flights too. Turbine blade fatigue cracking would require periodic weld repair or replacement. Probably some seals & bearings as well. Coking not really an issue.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1143195449425321984,[],[],0,,False,1304,35,54,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1437,1143141729908023297,1143036450319085569,1561381201000.0,2019-06-24 13:00:01,+0000,,@engadget So cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/1143141729908023297,[],[],0,,False,11169,186,280,,None,,,,,,,"[{'screen_name': 'engadget', 'name': 'Engadget', 'id': '14372486'}]",,,, +1438,1143139726339256321,1143136902184394752,1561380723000.0,2019-06-24 12:52:03,+0000,,@soswow @elontimes Anything with high contrast,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/1143139726339256321,[],[],0,,False,612,16,15,,None,,,,,,,"[{'screen_name': 'soswow', 'name': 'Aleksandr ""Sasha"" Motsjonov', 'id': '19060199'}, {'screen_name': 'elontimes', 'name': 'ElonTimes', 'id': '840765315214643201'}]",,,, +1439,1143139343948759040,1143136902184394752,1561380632000.0,2019-06-24 12:50:32,+0000,,@teslaownersSV @elontimes Excessive shades of grey,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/1143139343948759040,[],[],0,,False,762,58,35,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'elontimes', 'name': 'ElonTimes', 'id': '840765315214643201'}]",,,, +1440,1143137462283382784,1143136902184394752,1561380184000.0,2019-06-24 12:43:04,+0000,,"@elontimes Yeah, we’ve been working on curbs a *lot*. Concrete seams too. So glamorous.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/1143137462283382784,[],[],0,,False,464,26,20,,None,,,,,,,"[{'screen_name': 'elontimes', 'name': 'ElonTimes', 'id': '840765315214643201'}]",,,, +1441,1143128635525799936,1142904294196178944,1561378079000.0,2019-06-24 12:07:59,+0000,,"@Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy Other rocket engines were designed for no (or almost no) reuse. Raptor is designed for heavy & immediate reuse, like an aircraft jet engine, with inspections required only after many flights, assuming instrumentation shows it good. Using hydrostatic bearings certainly helps.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/1143128635525799936,[],[],0,,False,2023,59,129,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1442,1143109288103239680,1142890265369202688,1561373466000.0,2019-06-24 10:51:06,+0000,,@28delayslater @EvaFoxU Third revision of Enhanced Summon hopefully going to Tesla owners with early access later this week,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1143109288103239680,[],[],0,,False,879,61,66,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +1443,1143108468070658053,1142890265369202688,1561373271000.0,2019-06-24 10:47:51,+0000,,@EvaFoxU Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1143108468070658053,[],[],0,,False,315,8,9,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +1444,1143043190892744704,1142904294196178944,1561357708000.0,2019-06-24 06:28:28,+0000,,@joe_mckirdy @Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy Depends on destination,fr,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1143043190892744704,[],[],0,,False,595,27,18,,None,,,,,,,"[{'screen_name': 'joe_mckirdy', 'name': 'Joe McKirdy', 'id': '778884977882701824'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1445,1143042578973171713,1142904294196178944,1561357562000.0,2019-06-24 06:26:02,+0000,,"@Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy Planning on a simplifying mod to Raptor for max thrust, but no throttling, to get to 250 mT level",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1143042578973171713,[],[],0,,False,1208,28,50,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1446,1143040289587814400,1142904294196178944,1561357016000.0,2019-06-24 06:16:56,+0000,,"@Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy Since Raptor produces 200 tons of force, cost per ton would be $1000. However, Raptor is designed for ~1000 flights with negligible maintenance, so cost per ton over time would actually be ~$1.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1143040289587814400,[],[],0,,False,2066,64,155,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1447,1143036518958882816,1142890265369202688,1561356117000.0,2019-06-24 06:01:57,+0000,,@DatKlow Chomsky sucks,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1143036518958882816,[],[],0,,False,2199,560,424,,None,,,,,,,[],,,, +1448,1143034705555730433,1142890265369202688,1561355685000.0,2019-06-24 05:54:45,+0000,,"Yet another Monty Python reference, possibly my favorite https://t.co/kzjh26eIEn",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1143034705555730433,['https://m.youtube.com/watch?v=R7qT-C-0ajI'],[],0,,False,17553,424,594,,None,,,,,,,[],,,, +1449,1143032327783768064,1142890265369202688,1561355118000.0,2019-06-24 05:45:18,+0000,,Anarcho-syndicalism FTW!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1143032327783768064,[],[],0,,False,20685,912,940,,None,,,,,,,[],,,, +1450,1143026166112108544,1142904294196178944,1561353649000.0,2019-06-24 05:20:49,+0000,,"@Erdayastronaut @HarryStoltz1 @flcnhvy More than that now, but <10% of that in volume, although much to be proven",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1143026166112108544,[],[],0,,False,1380,23,38,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1451,1143022645585358848,1142904294196178944,1561352809000.0,2019-06-24 05:06:49,+0000,,"@HarryStoltz1 @Erdayastronaut @flcnhvy Full year production is usually ~70% of peak daily rate, so 500/year. Still, non-trivial at 100,000 tons of thrust/year.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1143022645585358848,[],[],0,,False,1423,29,62,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1452,1143019549492744203,1142904294196178944,1561352071000.0,2019-06-24 04:54:31,+0000,,"@Erdayastronaut @flcnhvy Raptor liberated its oxygen turbine stator (appears to be mechanical, not metal combustion failure), so we need to update the design & replace some parts. Production is ramping exponentially, though. SN6 almost done. Aiming for an engine every 12 hours by end of year.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1143019549492744203,[],[],0,,False,3124,78,164,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1453,1143009367953944578,1142904294196178944,1561349644000.0,2019-06-24 04:14:04,+0000,,@MinaMYoussef @Erdayastronaut @flcnhvy https://t.co/NEHmzHYJEE,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1143009367953944578,[],['https://pbs.twimg.com/media/D9zI9g9XsAIBa-n.jpg'],1,https://pbs.twimg.com/media/D9zI9g9XsAIBa-n.jpg,False,1202,86,73,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1454,1143007430898528256,1142904294196178944,1561349182000.0,2019-06-24 04:06:22,+0000,,"@Erdayastronaut @flcnhvy For sure moon 1st, as it’s only 3 days away & u don’t need interplanetary orbital synchronization",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1143007430898528256,[],[],0,,False,4417,77,167,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1455,1142905897846394881,1142904294196178944,1561324974000.0,2019-06-23 21:22:54,+0000,,@flcnhvy Moon too,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1142905897846394881,[],[],0,,False,10397,154,261,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1456,1142905564189450240,1142904294196178944,1561324895000.0,2019-06-23 21:21:35,+0000,,@flcnhvy 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1142905564189450240,[],[],0,,False,10370,71,164,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1457,1142904294196178944,1142904294196178944,1561324592000.0,2019-06-23 21:16:32,+0000,, https://t.co/yUUSNdWMEw,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1142904294196178944,[],['https://pbs.twimg.com/media/D9xpZe3VUAAo-DK.jpg'],1,https://pbs.twimg.com/media/D9xpZe3VUAAo-DK.jpg,False,173532,4377,19105,,None,,,,,,,[],,,, +1458,1142902674636955648,1142890265369202688,1561324206000.0,2019-06-23 21:10:06,+0000,,@RobertGigawatt @urnamma Earth,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1142902674636955648,[],[],0,,False,1336,37,27,,None,,,,,,,"[{'screen_name': 'urnamma', 'name': 'Matt Lancaster', 'id': '100120912'}]",,,, +1459,1142902063203942400,1142890265369202688,1561324060000.0,2019-06-23 21:07:40,+0000,,@urnamma After Starship returns from orbit,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1142902063203942400,[],[],0,,False,1397,30,22,,None,,,,,,,"[{'screen_name': 'urnamma', 'name': 'Matt Lancaster', 'id': '100120912'}]",,,, +1460,1142892702968631296,1142890265369202688,1561321828000.0,2019-06-23 20:30:28,+0000,,@Perky3327 @Erdayastronaut Mars belongs to the Martians,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1142892702968631296,[],[],0,,False,3338,163,283,,None,,,,,,,"[{'screen_name': 'Perky3327', 'name': 'Ivan Perković', 'id': '860444779078922240'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1461,1142890866471665664,1142890265369202688,1561321391000.0,2019-06-23 20:23:11,+0000,,@Erdayastronaut A lot.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1142890866471665664,[],[],0,,False,3555,139,61,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1462,1142890265369202688,1142890265369202688,1561321247000.0,2019-06-23 20:20:47,+0000,,Accelerating Starship development to build the Martian Technocracy,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1142890265369202688,[],[],0,,False,75941,2039,5477,,None,,,,,,,[],,,, +1463,1142847732593258496,1142847732593258496,1561311107000.0,2019-06-23 17:31:47,+0000,,Anywhere can be paradise as long as you have the will to live. 新世紀エヴァンゲリオン https://t.co/bC2G5UYPzS,ja,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1142847732593258496,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1142847716361326597/pu/img/jQ39OShdKMmCYM-Q.jpg,False,119512,2496,22228,,None,,,,,,,[],,,, +1464,1142498938630443008,1142498384269332481,1561227948000.0,2019-06-22 18:25:48,+0000,,@ItWiggled Maybe a musket with candy ammo?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1142498938630443008,[],[],0,,False,995,103,37,,None,,,,,,,[],,,, +1465,1142491430796984320,1142420478147141632,1561226158000.0,2019-06-22 17:55:58,+0000,,@fermatslibrary e^ln(🦆) = 🦆,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1142491430796984320,[],[],0,,False,34132,510,3989,,None,,,,,,,"[{'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +1466,1142181516870422528,1141781922500239361,1561152268000.0,2019-06-21 21:24:28,+0000,,@s8n Swear it works great in hell or yer 💰 back,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1142181516870422528,[],[],0,,False,13429,105,341,,None,,,,,,,"[{'screen_name': 's8n', 'name': 'Satan', 'id': '13615722'}]",,,, +1467,1142181026862522368,1141781922500239361,1561152152000.0,2019-06-21 21:22:32,+0000,,@PolyBork @s8n Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1142181026862522368,[],[],0,,False,1330,24,26,,None,,,,,,,"[{'screen_name': 'PolyBork', 'name': 'PolyBork', 'id': '1049946873241452545'}, {'screen_name': 's8n', 'name': 'Satan', 'id': '13615722'}]",,,, +1468,1142180621877334017,1141781922500239361,1561152055000.0,2019-06-21 21:20:55,+0000,,@s8n https://t.co/Fd4Ab64rOk,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1142180621877334017,[],['https://pbs.twimg.com/media/D9nXOHWUYAABc6a.jpg'],1,https://pbs.twimg.com/media/D9nXOHWUYAABc6a.jpg,False,8739,80,332,,None,,,,,,,[],,,, +1469,1142134742726275072,1141641356487667713,1561141117000.0,2019-06-21 18:18:37,+0000,,"@alex_avoigt @ValueAnalyst1 @MickPaul4 @Tesla A few other small things change, but pretty close",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1142134742726275072,[],[],0,,False,1084,47,37,,None,,,,,,,"[{'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}, {'screen_name': 'MickPaul4', 'name': 'Mick Paul', 'id': '2167756091'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1470,1142130690848256002,1142087718526210048,1561140151000.0,2019-06-21 18:02:31,+0000,,@tmornini @Tesla Tesla is putting significant resources into high-efficiency battery recycling. Makes both environmental & economic sense. Please consider joining if interested in recycling engineering!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1142130690848256002,[],[],0,,False,1918,52,158,,None,,,,,,,"[{'screen_name': 'tmornini', 'name': 'tmornini.hodl', 'id': '13445732'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1471,1142115432649777152,1142087718526210048,1561136513000.0,2019-06-21 17:01:53,+0000,,"@tmornini @Tesla No, we’re already recycling them",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1142115432649777152,[],[],0,,False,14426,222,468,,None,,,,,,,"[{'screen_name': 'tmornini', 'name': 'tmornini.hodl', 'id': '13445732'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1472,1141978540021170176,1141959635471142912,1561103875000.0,2019-06-21 07:57:55,+0000,,"@eugenelee3 @engineers_feed Yes, demographics, stratified by age, will look like an upside down pyramid with many old people & fewer young",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1141978540021170176,[],[],0,,False,935,110,50,,None,,,,,,,"[{'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1473,1141977875567919104,1141959635471142912,1561103717000.0,2019-06-21 07:55:17,+0000,,"@engineers_feed Real issue will an aging & declining world population by 2050, *not* overpopulation. Randers estimate far more accurate than UN imo: https://t.co/cdHf62bxpb",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1141977875567919104,['https://en.m.wikipedia.org/wiki/Projections_of_population_growth'],[],0,,False,6790,307,461,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1474,1141805140581613574,1141781922500239361,1561062533000.0,2019-06-20 20:28:53,+0000,,@Kristennetten https://t.co/IOGjoFzGDH,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1141805140581613574,['https://en.m.wikipedia.org/wiki/Self-replicating_spacecraft#Von_Neumann_probes'],[],0,,False,1448,107,83,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +1475,1141803607362166784,1141781922500239361,1561062168000.0,2019-06-20 20:22:48,+0000,,We are the Von Neumann machines,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1141803607362166784,[],[],0,,False,33749,820,1369,,None,,,,,,,[],,,, +1476,1141783924508516352,1141781922500239361,1561057475000.0,2019-06-20 19:04:35,+0000,, https://t.co/GcsHAMgnXz,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1141783924508516352,[],['https://pbs.twimg.com/media/D9hubPAXoAE9oJE.jpg'],1,https://pbs.twimg.com/media/D9hubPAXoAE9oJE.jpg,False,92979,1155,6850,,None,,,,,,,[],,,, +1477,1141782573498040320,1141782471303979008,1561057153000.0,2019-06-20 18:59:13,+0000,,@hntrcllns Yezz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1141782573498040320,[],[],0,,False,1003,54,37,,None,,,,,,,"[{'screen_name': 'hntrcllns', 'name': 'hunter', 'id': '1663829215'}]",,,, +1478,1141781922500239361,1141781922500239361,1561056998000.0,2019-06-20 18:56:38,+0000,,Stonk tip of the day https://t.co/tvPodcAtkK,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1141781922500239361,[],['https://pbs.twimg.com/media/D9hsmhlWsAAO6We.jpg'],1,https://pbs.twimg.com/media/D9hsmhlWsAAO6We.jpg,False,428894,3245,77009,,None,,,,,,,[],,,, +1479,1141779311155744768,1141779311155744768,1561056375000.0,2019-06-20 18:46:15,+0000,,Kids playing Beach Buggy in Tesla store https://t.co/palYq9rPzl,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1141779311155744768,[],['https://pbs.twimg.com/media/D9hqOjUWwAE9GFA.jpg'],1,https://pbs.twimg.com/media/D9hqOjUWwAE9GFA.jpg,False,42956,663,1646,,None,,,,,,,[],,,, +1480,1141770185667469312,1141758485736112129,1561054199000.0,2019-06-20 18:09:59,+0000,,"@Cmdr_Hadfield @SpaceX @OurWorldInData Exactly. And many areas of countries showing good Internet actually have poor or no access, so those are important to address too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1141770185667469312,[],[],0,,False,5419,225,272,,None,,,,,,,"[{'screen_name': 'Cmdr_Hadfield', 'name': 'Chris Hadfield', 'id': '186154646'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'OurWorldInData', 'name': 'Our World in Data', 'id': '3169963433'}]",,,, +1481,1141530584046604295,1141409584457768960,1560997074000.0,2019-06-20 02:17:54,+0000,,@marshgre @Model3Owners One of my favorite original Roadster colors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1141530584046604295,[],[],0,,False,1741,106,30,,None,,,,,,,"[{'screen_name': 'marshgre', 'name': 'umop ap!sdn', 'id': '260184360'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1482,1141530118621257729,1141409584457768960,1560996963000.0,2019-06-20 02:16:03,+0000,,@Model3Owners How about baby pink?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1141530118621257729,[],[],0,,False,2722,235,69,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1483,1141439850861588480,1141439850861588480,1560975442000.0,2019-06-19 20:17:22,+0000,,Reminder that US federal tax drops by $1875 for any Tesla delivered after June 30. Order online at https://t.co/46TXqRrsdr.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1141439850861588480,['http://Tesla.com'],[],0,,False,7806,476,584,,None,,,,,,,[],,,, +1484,1141419842139852800,1141409584457768960,1560970671000.0,2019-06-19 18:57:51,+0000,,"@Model3Owners Changing the palette is hell on service, because cars last for 20 years. Every color change has a long tail of hurt, especially for Model 3.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1141419842139852800,[],[],0,,False,2336,146,49,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1485,1141411390155980800,1141409584457768960,1560968656000.0,2019-06-19 18:24:16,+0000,,@dealer_of_happy A simple white (not pearl multi-coat),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1141411390155980800,[],[],0,,False,3162,188,66,,None,,,,,,,"[{'screen_name': 'dealer_of_happy', 'name': 'Dealer of Happiness', 'id': '926168449042219008'}]",,,, +1486,1141409584457768960,1141409584457768960,1560968225000.0,2019-06-19 18:17:05,+0000,,"Starting next month, Tesla will charge $1000 for color black (same price as silver)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1141409584457768960,[],[],0,,False,39560,2390,1256,,None,,,,,,,[],,,, +1487,1141378360544641024,1141375086974386177,1560960781000.0,2019-06-19 16:13:01,+0000,,@techAU @Tesla Will consider,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1141378360544641024,[],[],0,,False,962,83,28,,None,,,,,,,"[{'screen_name': 'techAU', 'name': 'techAU', 'id': '13083622'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1488,1141375028321062912,1141307185911255040,1560959987000.0,2019-06-19 15:59:47,+0000,,@Teslarati This will be our most difficult launch ever,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1141375028321062912,[],[],0,,False,8187,325,337,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1489,1141367104702038016,1140801948087545856,1560958097000.0,2019-06-19 15:28:17,+0000,,@KTLA @HPRoboCop But on the inside … https://t.co/tKvRtCYiMN,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1141367104702038016,[],['https://pbs.twimg.com/tweet_video_thumb/D9bzUqoUcAAfUgf.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/D9bzUqoUcAAfUgf.jpg,False,17981,330,1101,,None,,,,,,,"[{'screen_name': 'KTLA', 'name': 'KTLA', 'id': '10252962'}, {'screen_name': 'HPRoboCop', 'name': 'HPRoboCop', 'id': '1113504422728876032'}]",,,, +1490,1141201369556119554,1141160496051163136,1560918583000.0,2019-06-19 04:29:43,+0000,,@JaneidyEve @cleantechnica @Tesla Original Star Wars,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1141201369556119554,[],[],0,,False,1563,135,78,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1491,1141198742919344130,1141160496051163136,1560917957000.0,2019-06-19 04:19:17,+0000,,@cleantechnica @Tesla Sole meunière https://t.co/EYi4gHmJ5X,fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1141198742919344130,['https://m.youtube.com/watch?v=uycsfu4574w'],[],0,,False,2003,70,60,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1492,1141169500512870400,1141168623282733056,1560910985000.0,2019-06-19 02:23:05,+0000,,@amir_sarrafi Probably fine. Some Tesla taxis in Amsterdam have 3 times that mileage.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1141169500512870400,[],[],0,,False,930,33,30,,None,,,,,,,[],,,, +1493,1141132845202599937,1141052390759698433,1560902246000.0,2019-06-18 23:57:26,+0000,,"@nichegamer Actually, I stole it from my secret meme dealer #moneygang",en,['moneygang'],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1141132845202599937,[],[],0,,False,5831,89,138,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1494,1141064867039727616,1141052390759698433,1560886038000.0,2019-06-18 19:27:18,+0000,,"@flcnhvy 🎶 Non, je ne regrette meme 🎶",fr,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1141064867039727616,[],[],0,,False,6669,114,229,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1495,1141062780012978176,1141052390759698433,1560885541000.0,2019-06-18 19:19:01,+0000,,@TeslaTn @28delayslater @CNBC 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1141062780012978176,[],[],0,,False,875,39,25,,None,,,,,,,"[{'screen_name': 'TeslaTn', 'name': 'Tesla Owners Tennessee', 'id': '1048016394724552705'}, {'screen_name': '28delayslater', 'name': '🐶Earl of FrunkPuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +1496,1141062737960853504,1141052390759698433,1560885531000.0,2019-06-18 19:18:51,+0000,,@28delayslater Missed you too ♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1141062737960853504,[],[],0,,False,4985,106,75,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +1497,1141052390759698433,1141052390759698433,1560883064000.0,2019-06-18 18:37:44,+0000,,Touched by an 😇 https://t.co/LqPQ5Ff0PK,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1141052390759698433,[],['https://pbs.twimg.com/media/D9XVE13WkAALhOQ.jpg'],1,https://pbs.twimg.com/media/D9XVE13WkAALhOQ.jpg,False,215933,2306,27339,,None,,,,,,,[],,,, +1498,1140476920322068480,1140469615480336385,1560745861000.0,2019-06-17 04:31:01,+0000,,@vincent13031925 @TeslaMiles @ShadowCatTrash Not sure yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1140476920322068480,[],[],0,,False,1136,69,28,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'TeslaMiles', 'name': 'Tesla🔋', 'id': '953357473834065920'}, {'screen_name': 'ShadowCatTrash', 'name': 'Hahah, no', 'id': '830950489462304768'}]",,,, +1499,1140475714136768512,1140469615480336385,1560745573000.0,2019-06-17 04:26:13,+0000,,@hair_tennant My chariot license is made of papyrus!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1140475714136768512,[],[],0,,False,1304,80,43,,None,,,,,,,[],,,, +1500,1140473067375751168,1140469615480336385,1560744942000.0,2019-06-17 04:15:42,+0000,,@TeslaMiles @ShadowCatTrash That’s the Tesla part,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1140473067375751168,[],[],0,,False,1532,50,30,,None,,,,,,,"[{'screen_name': 'TeslaMiles', 'name': 'Tesla🔋', 'id': '953357473834065920'}, {'screen_name': 'ShadowCatTrash', 'name': 'Hahah, no', 'id': '830950489462304768'}]",,,, +1501,1140472581885067264,1140469615480336385,1560744827000.0,2019-06-17 04:13:47,+0000,,@ShadowCatTrash Overall master plan should be explained. I think it still makes sense if we don’t consider AI 2b other.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1140472581885067264,[],[],0,,False,1809,59,53,,None,,,,,,,"[{'screen_name': 'ShadowCatTrash', 'name': 'Hahah, no', 'id': '830950489462304768'}]",,,, +1502,1140470887721816064,1140469615480336385,1560744423000.0,2019-06-17 04:07:03,+0000,,@hair_tennant I’ve been tweeting strange shit since Ramses II. He was a great pharaoh!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1140470887721816064,[],[],0,,False,1781,85,103,,None,,,,,,,[],,,, +1503,1140414413322670080,1140401165919592448,1560730958000.0,2019-06-17 00:22:38,+0000,,@flcnhvy @bluestonenew @DigitalTrends @SpaceX Might get pushed to next month. Starhopper flight first. Waiting on engine repair.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1140414413322670080,[],[],0,,False,1426,59,75,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'bluestonenew', 'name': 'Chemical.soul🅾', 'id': '1042825885039165440'}, {'screen_name': 'DigitalTrends', 'name': 'Digital Trends', 'id': '14763734'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1504,1140409588279209984,1140401165919592448,1560729808000.0,2019-06-17 00:03:28,+0000,,"@bluestonenew @DigitalTrends @SpaceX 10 years ago, SpaceX server room was named Skynet as a joke. Fate 🖤 irony.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1140409588279209984,[],[],0,,False,824,49,41,,None,,,,,,,"[{'screen_name': 'bluestonenew', 'name': 'Chemical.soul🅾', 'id': '1042825885039165440'}, {'screen_name': 'DigitalTrends', 'name': 'Digital Trends', 'id': '14763734'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1505,1140392195943325696,1140388952463040512,1560725661000.0,2019-06-16 22:54:21,+0000,,@JohnnaCrider1 @NASA @SpaceX @NASA_Technology @reddit Thanks 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1140392195943325696,[],[],0,,False,887,32,20,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Techno Gem', 'id': '1957568797'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA_Technology', 'name': 'NASA Technology', 'id': '159588456'}, {'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}]",,,, +1506,1140359196308729856,1140359196308729856,1560717793000.0,2019-06-16 20:43:13,+0000,,Model 3 arriving in UK,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1140359196308729856,[],[],0,,False,29450,934,1316,https://twitter.com/cleantechnica/status/1140352388752130048,None,,,,,,,[],,,, +1507,1140305835504963584,1140305640180654081,1560705071000.0,2019-06-16 17:11:11,+0000,,@mark_schreurs Good question. Will consider thoughtful response.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1140305835504963584,[],[],0,,False,857,82,33,,None,,,,,,,"[{'screen_name': 'mark_schreurs', 'name': 'Mark Schreurs', 'id': '1088367437744168960'}]",,,, +1508,1140062069183483905,1140031447283228672,1560646953000.0,2019-06-16 01:02:33,+0000,,@flcnhvy @cleantechnica By far,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1140062069183483905,[],[],0,,False,990,40,36,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1509,1140061487160909824,1140031447283228672,1560646814000.0,2019-06-16 01:00:14,+0000,,"@cleantechnica Good analysis. Both computers will be used & sync ~20 times per second. This is a long time to a computer. Like a twin-engine plane, use both engines to max for normal operation, but can safely operate on just one.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1140061487160909824,[],[],0,,False,762,32,69,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1510,1140035599950176256,1139959037166907393,1560640642000.0,2019-06-15 23:17:22,+0000,, https://t.co/KTItxbXTbG,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1140035599950176256,[],['https://pbs.twimg.com/media/D9I4VUZUIAAJRkr.jpg'],1,https://pbs.twimg.com/media/D9I4VUZUIAAJRkr.jpg,False,35235,482,2339,,None,,,,,,,[],,,, +1511,1140035558594363392,1139959037166907393,1560640632000.0,2019-06-15 23:17:12,+0000,, https://t.co/bhKdyN5hR6,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1140035558594363392,[],['https://pbs.twimg.com/media/D9I4S_dUcAAPbTS.jpg'],1,https://pbs.twimg.com/media/D9I4S_dUcAAPbTS.jpg,False,44342,407,5263,,None,,,,,,,[],,,, +1512,1140013528645947393,1140013528645947393,1560635380000.0,2019-06-15 21:49:40,+0000,,Falcon Rising https://t.co/XnXlTL8lhI,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1140013528645947393,[],['https://pbs.twimg.com/tweet_video_thumb/D9IkOI0VAAEljON.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/D9IkOI0VAAEljON.jpg,False,48039,770,4128,,None,,,,,,,[],,,, +1513,1140007351384043520,1139995744902008832,1560633907000.0,2019-06-15 21:25:07,+0000,,@nichegamer BG2 was so good,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1140007351384043520,[],[],0,,False,3529,71,115,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1514,1139993741089898496,1139898498042609664,1560630662000.0,2019-06-15 20:31:02,+0000,,"@rstar346 @elonmusknt @Phil343thomas @TonyWuGZ @Tesla No need, Top Gear already did https://t.co/dNEgqYHe7N",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1139993741089898496,['https://www.teslarati.com/tesla-model-3-vs-bmw-m3-top-gear-video/'],[],0,,False,1431,46,89,,None,,,,,,,"[{'screen_name': 'rstar346', 'name': 'Cheems boi', 'id': '778716632696786944'}, {'screen_name': 'elonmusknt', 'name': 'Not Elon Musk', 'id': '1050509862193500160'}, {'screen_name': 'Phil343thomas', 'name': 'Phil Thomas', 'id': '915796859276361728'}, {'screen_name': 'TonyWuGZ', 'name': 'Tony Wu', 'id': '563479562'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1515,1139992233040420864,1139563395995144193,1560630303000.0,2019-06-15 20:25:03,+0000,,@ClickHole The Ass Blade of Vengeance!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1139992233040420864,[],[],0,,False,10083,178,650,,None,,,,,,,"[{'screen_name': 'ClickHole', 'name': 'ClickHole', 'id': '2377815434'}]",,,, +1516,1139987306914279425,1102165558424875014,1560629128000.0,2019-06-15 20:05:28,+0000,,@OrangeDurito @Space_Station Weird that this actually happened. Music makes a big difference.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1139987306914279425,[],[],0,,False,744,28,38,,None,,,,,,,"[{'screen_name': 'OrangeDurito', 'name': 'Chandan Sinha', 'id': '298718794'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +1517,1139962675092320257,1139959037166907393,1560623255000.0,2019-06-15 18:27:35,+0000,,"Unlike bees, who are experts in millinery https://t.co/DhbkDqa19B",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1139962675092320257,[],['https://pbs.twimg.com/media/D9H2AclU0AAkLVG.jpg'],1,https://pbs.twimg.com/media/D9H2AclU0AAkLVG.jpg,False,25769,324,1972,,None,,,,,,,[],,,, +1518,1139959037166907393,1139959037166907393,1560622388000.0,2019-06-15 18:13:08,+0000,,"Truth is a metaphorical concept with no footwear or clothing of anything kind. Also, baby don’t hurt me haha https://t.co/AKWsAqa3Ep",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1139959037166907393,['https://twitter.com/CrypticJacknife/status/1139779810069114880'],[],0,,False,27476,615,1756,https://twitter.com/CrypticJacknife/status/1139779810069114880,None,,,,,,,[],,,, +1519,1139953128856379392,1139898498042609664,1560620979000.0,2019-06-15 17:49:39,+0000,,"@BTermanini @sascha_p @TonyWuGZ @Tesla Yes, excessively configurable seats almost always make things worse, rather than better. Too complex & unwieldy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1139953128856379392,[],[],0,,False,1120,43,23,,None,,,,,,,"[{'screen_name': 'BTermanini', 'name': 'Basel Termanini', 'id': '2780854799'}, {'screen_name': 'sascha_p', 'name': 'Sascha (潘賞世) Pallenberg', 'id': '14525652'}, {'screen_name': 'TonyWuGZ', 'name': 'Tony Wu', 'id': '563479562'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1520,1139951976236507140,1139614882683183104,1560620705000.0,2019-06-15 17:45:05,+0000,,"@dohmanbob @ATX_fight_club Cool, that’s the way it should be!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1139951976236507140,[],[],0,,False,759,14,25,,None,,,,,,,"[{'screen_name': 'dohmanbob', 'name': 'Bob Dohmeyer', 'id': '943217372923682816'}, {'screen_name': 'ATX_fight_club', 'name': ""ATX ⚡, stealing your mom's stimmy"", 'id': '44275832'}]",,,, +1521,1139722712236974081,1139722712236974081,1560566044000.0,2019-06-15 02:34:04,+0000,,Can’t fool me it was 1669 https://t.co/WRNyfi4dXw,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1139722712236974081,[],['https://pbs.twimg.com/media/D9EbwZVVAAAQpAy.jpg'],1,https://pbs.twimg.com/media/D9EbwZVVAAAQpAy.jpg,False,225879,2182,33564,,None,,,,,,,[],,,, +1522,1139721447432019968,1139552509968683008,1560565742000.0,2019-06-15 02:29:02,+0000,,@AugmentedRyan @futurism Sounds about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1139721447432019968,[],[],0,,False,758,44,22,,None,,,,,,,"[{'screen_name': 'AugmentedRyan', 'name': '𝕍𝕚𝕣𝕥𝕦𝕒𝕝 𝔻𝕦𝕕𝕖', 'id': '171380581'}, {'screen_name': 'futurism', 'name': 'Futurism', 'id': '2557446343'}]",,,, +1523,1139719899595472896,1139585855285317632,1560565373000.0,2019-06-15 02:22:53,+0000,,@futurism Don’t make me challenge you to a rap battle!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1139719899595472896,[],[],0,,False,23456,386,1422,,None,,,,,,,"[{'screen_name': 'futurism', 'name': 'Futurism', 'id': '2557446343'}]",,,, +1524,1139719644300771328,1139552509968683008,1560565312000.0,2019-06-15 02:21:52,+0000,,@futurism Fair point,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1139719644300771328,[],[],0,,False,8509,138,189,,None,,,,,,,"[{'screen_name': 'futurism', 'name': 'Futurism', 'id': '2557446343'}]",,,, +1525,1139718023638421504,1139614882683183104,1560564926000.0,2019-06-15 02:15:26,+0000,,"@kulpability @MikeAmmo Yeah, dual motor AWD is super fun!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1139718023638421504,[],[],0,,False,634,29,22,,None,,,,,,,"[{'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'MikeAmmo', 'name': '☘️Michael O’Ammo🧢☘️', 'id': '22863539'}]",,,, +1526,1139699056530214912,1139614882683183104,1560560404000.0,2019-06-15 01:00:04,+0000,,@S_Padival @MikeAmmo 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1139699056530214912,[],[],0,,False,759,33,35,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'MikeAmmo', 'name': '☘️Michael O’Ammo🧢☘️', 'id': '22863539'}]",,,, +1527,1139693424586526720,1139614882683183104,1560559061000.0,2019-06-15 00:37:41,+0000,,@MikeAmmo RWD with all-weather tires works great. Tesla traction control is an order of magnitude more precise than gas/diesel. Really helps to have Newton & Maxwell on your side.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1139693424586526720,[],[],0,,False,791,44,57,,None,,,,,,,"[{'screen_name': 'MikeAmmo', 'name': 'Mike Waiting for the Jab 💉🧢', 'id': '22863539'}]",,,, +1528,1139622737809293312,1139614882683183104,1560542208000.0,2019-06-14 19:56:48,+0000,,@DavidCarlstrom Thanks Bob! He is a tough critic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1139622737809293312,[],[],0,,False,1238,71,41,,None,,,,,,,"[{'screen_name': 'DavidCarlstrom', 'name': 'David Carlstrom', 'id': '1345193824684040193'}]",,,, +1529,1139614882683183104,1139614882683183104,1560540335000.0,2019-06-14 19:25:35,+0000,,"“Not only was the paint without any discernible flaw, but the various panels formed a body of precision that was beyond reproach” https://t.co/qISnFBiW9p",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1139614882683183104,['https://www.roadandtrack.com/new-cars/a28008116/tesla-model-3-build-quality-bob-lutz/'],[],0,,False,12775,617,1036,,None,,,,,,,[],,,, +1530,1139352355768373248,1139349516304277504,1560477744000.0,2019-06-14 02:02:24,+0000,,Also $2500 tax credit for California & $500 to $800 utility incentive https://t.co/lmD3ZNFR9M,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1139352355768373248,['https://www.tesla.com/support/incentives'],[],0,,False,5963,216,331,,None,,,,,,,[],,,, +1531,1139349516304277504,1139349516304277504,1560477067000.0,2019-06-14 01:51:07,+0000,,US tax credit of $3750 drops in half for Tesla on July 1. Order online in a few mins at https://t.co/46TXqRrsdr. Return in 7 days for full refund.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1139349516304277504,['http://Tesla.com'],[],0,,False,8758,620,738,,None,,,,,,,[],,,, +1532,1139298574489907200,1139298574489907200,1560464921000.0,2019-06-13 22:28:41,+0000,,Tesla Solar Toof Tile V3.0 starting early trials https://t.co/ueqBOovxYM,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1139298574489907200,['https://electrek.co/2019/06/13/tesla-solar-roof-tile-techonology-custom-fittings/'],[],0,,False,22563,1044,2818,,None,,,,,,,[],,,, +1533,1139286306259816449,1139213929895383042,1560461996000.0,2019-06-13 21:39:56,+0000,,@Starlight_Energ @28delayslater @Tesla Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1139286306259816449,[],[],0,,False,888,33,23,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1534,1139208765691924483,1139169327641432064,1560443509000.0,2019-06-13 16:31:49,+0000,,@pewdiepie (muffled titter) https://t.co/xAOnOzkDg6,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1139208765691924483,[],['https://pbs.twimg.com/media/D89IVV2V4AA8JM_.jpg'],1,https://pbs.twimg.com/media/D89IVV2V4AA8JM_.jpg,False,116140,576,10745,,None,,,,,,,"[{'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +1535,1139191543577731077,1139169327641432064,1560439403000.0,2019-06-13 15:23:23,+0000,,@pewdiepie Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1139191543577731077,[],[],0,,False,90858,566,3084,,None,,,,,,,"[{'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +1536,1139053949514764288,1139053429555310592,1560406598000.0,2019-06-13 06:16:38,+0000,,@RPMTESLA Would be good to look up electricity rates by location & optimize cost automatically,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1139053949514764288,[],[],0,,False,938,90,38,,None,,,,,,,"[{'screen_name': 'RPMTESLA', 'name': 'RPM’s TESLA Aftermarket Accesories', 'id': '41737311'}]",,,, +1537,1139030512457195522,1139027147136221189,1560401010000.0,2019-06-13 04:43:30,+0000,,"@tesla_truth Yeah, they were a little off the mark https://t.co/yqZhvkbdrt",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1139030512457195522,['https://www.inc.com/fiscal-times/tesla-breaks-consumer-reports-rating-scale.html'],[],0,,False,3780,86,237,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +1538,1139022467526287361,1138892804543975424,1560399092000.0,2019-06-13 04:11:32,+0000,,@Erdayastronaut @SpaceX Fun!,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1139022467526287361,[],[],0,,False,17226,257,502,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1539,1138979630516334592,1138959623543775232,1560388879000.0,2019-06-13 01:21:19,+0000,,"@cleantechnica Applies to a small number of Bay Area residents, but worth checking out",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1138979630516334592,[],[],0,,False,1988,53,65,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1540,1138858999309144064,1138858999309144064,1560360119000.0,2019-06-12 17:21:59,+0000,,🧲 is relativistic side effect of ⚡️,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1138858999309144064,[],[],0,,False,45190,1312,3373,,None,,,,,,,[],,,, +1541,1138846892169678848,1138839903813427201,1560357232000.0,2019-06-12 16:33:52,+0000,,@Alpsoy66 Strong incentive to make up & promote negative news,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1138846892169678848,[],[],0,,False,7822,381,357,,None,,,,,,,"[{'screen_name': 'Alpsoy66', 'name': 'Alp', 'id': '302045293'}]",,,, +1542,1138831678883766272,1138831678883766272,1560353605000.0,2019-06-12 15:33:25,+0000,,"True, cost of operating a Tesla is much lower than other cars",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1138831678883766272,[],[],0,,False,24231,730,2511,https://twitter.com/ICannot_Enough/status/1138807297889787904,None,,,,,,,[],,,, +1543,1138827760107790336,1138827760107790336,1560352671000.0,2019-06-12 15:17:51,+0000,,Landing in the fog,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1138827760107790336,[],[],0,,False,13471,262,808,https://twitter.com/SpaceX/status/1138814698969677829,None,,,,,,,[],,,, +1544,1138530109630160903,1138520780042465280,1560281705000.0,2019-06-11 19:35:05,+0000,,@RationalEtienne @BillGates 🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1138530109630160903,[],[],0,,False,4257,64,65,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'BillGates', 'name': 'Bill Gates', 'id': '50393960'}]",,,, +1545,1138526085853958146,1138520780042465280,1560280746000.0,2019-06-11 19:19:06,+0000,,@BillGates Fear (and memes) get clicks,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1138526085853958146,[],[],0,,False,49310,654,3980,,None,,,,,,,"[{'screen_name': 'BillGates', 'name': 'Bill Gates', 'id': '50393960'}]",,,, +1546,1138317952145534976,1137504489689141249,1560231123000.0,2019-06-11 05:32:03,+0000,,"@arenpageler Storm Watch was active for hundreds of Powerwall customers this weekend as a result of @NWS Red Flag Fire Warnings in California, and we will continue to activate it whenever there advance awareness of a potential power outage or physical danger",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1138317952145534976,[],[],0,,False,678,26,39,,None,,,,,,,[],,,, +1547,1138160691695706113,1138136540096319488,1560193629000.0,2019-06-10 19:07:09,+0000,,@flcnhvy @ErlArnoy Absolutely agree. Major expansion of service centers underway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1138160691695706113,[],[],0,,False,1418,104,65,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'ErlArnoy', 'name': 'Erlend A', 'id': '3093394421'}]",,,, +1548,1138142082038620160,1138136540096319488,1560189192000.0,2019-06-10 17:53:12,+0000,,@ErlArnoy Super fair criticism. We’re putting max resources on this. Hard to hire enough repair technicians in Norway! Please apply if interested.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1138142082038620160,[],[],0,,False,1796,92,66,,None,,,,,,,"[{'screen_name': 'ErlArnoy', 'name': 'Erlend A', 'id': '3093394421'}]",,,, +1549,1138136540096319488,1138136540096319488,1560187871000.0,2019-06-10 17:31:11,+0000,,💖🇳🇴 Norway 🇳🇴💖,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1138136540096319488,[],[],0,,False,35496,883,2511,https://twitter.com/Model3Owners/status/1138102943822098432,None,,,,,,,[],,,, +1550,1138102170291621889,1137806594794807298,1560179676000.0,2019-06-10 15:14:36,+0000,,"@endyogaming @TesLatino Good point. Maybe we could collect rainwater, add a little antifreeze in cold climates & make it last for years.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1138102170291621889,[],[],0,,False,1461,84,56,,None,,,,,,,"[{'screen_name': 'endyogaming', 'name': 'Abbreviated Reviews', 'id': '3120429208'}, {'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}]",,,, +1551,1138097896904171522,1137806594794807298,1560178658000.0,2019-06-10 14:57:38,+0000,,@TesLatino Annual tire rotation is actually optional. Only worthwhile if you see significant differential wear on inside vs outside of tire.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1138097896904171522,[],[],0,,False,20499,298,497,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}]",,,, +1552,1137788032789229568,1136725940707500032,1560104780000.0,2019-06-09 18:26:20,+0000,,@AeroSpaceKnight @VW ♥️,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1137788032789229568,[],[],0,,False,1205,60,52,,None,,,,,,,"[{'screen_name': 'AeroSpaceKnight', 'name': 'Aero_Knight (Carlos)', 'id': '1071545455'}, {'screen_name': 'VW', 'name': 'Volkswagen USA', 'id': '28165910'}]",,,, +1553,1137783924694933504,1137783610377981952,1560103801000.0,2019-06-09 18:10:01,+0000,,@TesLatino @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1137783924694933504,[],[],0,,False,880,53,28,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1554,1136816168419844096,1136816168419844096,1559873070000.0,2019-06-07 02:04:30,+0000,,Upcoming Falcon Heavy 🚀 & 🛰 details,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1136816168419844096,[],[],0,,False,19218,675,1388,https://twitter.com/USSF_SMC/status/1136065718250643456,None,,,,,,,[],,,, +1555,1136324657286721537,1135554274627411970,1559755884000.0,2019-06-05 17:31:24,+0000,,@BloodsportCap @Teslarati China EV subsidies mostly end this month & fully end in about 7 months,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1136324657286721537,[],[],0,,False,763,80,43,,None,,,,,,,"[{'screen_name': 'BloodsportCap', 'name': 'BloodsportCap', 'id': '1362931952244953090'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1556,1135990981071949824,1135990846182969344,1559676330000.0,2019-06-04 19:25:30,+0000,,@Izackton12 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1135990981071949824,[],[],0,,False,1175,93,30,,None,,,,,,,"[{'screen_name': 'Izackton12', 'name': 'Izackton', 'id': '709018167834640384'}]",,,, +1557,1135990343172788224,1135692953236705280,1559676178000.0,2019-06-04 19:22:58,+0000,,@WillFealey No problem if you want to post the suggestions on this timeline. It’s great to get thoughtful criticism.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1135990343172788224,[],[],0,,False,11358,328,230,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}]",,,, +1558,1135987522574721027,1131967064422268928,1559675505000.0,2019-06-04 19:11:45,+0000,,"@benedictevans @parthsheth 155mph is common on the Autobahn. Even with only 5 offramp tunnels, exit speed drops to 31mph.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1135987522574721027,[],[],0,,False,764,71,34,,None,,,,,,,"[{'screen_name': 'benedictevans', 'name': 'Benedict Evans', 'id': '1236101'}, {'screen_name': 'parthsheth', 'name': 'Parth Sheth', 'id': '40504467'}]",,,, +1559,1135971947144200193,1135971359459356672,1559671792000.0,2019-06-04 18:09:52,+0000,,@UzakbayDaniyar Tesla Superchargers & service centers coming to Kazakhstan this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1135971947144200193,[],[],0,,False,1543,159,107,,None,,,,,,,"[{'screen_name': 'UzakbayDaniyar', 'name': 'Daniyar Uzakbay', 'id': '942451702346772480'}]",,,, +1560,1135709137487224833,1131967064422268928,1559609133000.0,2019-06-04 00:45:33,+0000,,"@FredericLambert @benedictevans @parthsheth Yes, as you point out, it will clear up a lot of the misunderstandings",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1135709137487224833,[],[],0,,False,1334,80,38,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'benedictevans', 'name': 'Benedict Evans', 'id': '1236101'}, {'screen_name': 'parthsheth', 'name': 'Parth Sheth', 'id': '40504467'}]",,,, +1561,1135708083643191296,1131967064422268928,1559608882000.0,2019-06-04 00:41:22,+0000,,"@benedictevans @parthsheth Avg speed of NY Subway is actually 17mph. TBC loop can run at 155mph with 16 pax autopods passing every second, routing automatically between tunnels to their destination. That’s 57,600/hour/lane & you can build dozens of lanes. Will crush any subway in throughput & convenience.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1135708083643191296,[],[],0,,False,1516,223,117,,None,,,,,,,"[{'screen_name': 'benedictevans', 'name': 'Benedict Evans', 'id': '1236101'}, {'screen_name': 'parthsheth', 'name': 'Parth Sheth', 'id': '40504467'}]",,,, +1562,1135621021631942656,1135554274627411970,1559588125000.0,2019-06-03 18:55:25,+0000,,@Teslarati Only cars made in China are eligible for these subsidies. Tesla has never had access to them.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1135621021631942656,[],[],0,,False,5229,145,183,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1563,1135006205401714688,1134925338360930304,1559441541000.0,2019-06-02 02:12:21,+0000,,@cleantechnica Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1135006205401714688,[],[],0,,False,4290,135,115,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1564,1134969070086836224,1134968709796118528,1559432687000.0,2019-06-01 23:44:47,+0000,,"@vincent13031925 @Tesla We’re trying to simplify product complexity, so only offering white (technically black & white) interior in high volume markets",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1134969070086836224,[],[],0,,False,7519,259,158,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1565,1134619380166168576,1134611347398770688,1559349315000.0,2019-06-01 00:35:15,+0000,,@LittleMissFlint @tesla_truth @BBCScienceNews Science 😀👍,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1134619380166168576,[],[],0,,False,2949,80,117,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +1566,1134611776438325248,1134611347398770688,1559347502000.0,2019-06-01 00:05:02,+0000,,@tesla_truth Read it on @BBCScienceNews https://t.co/k9nJ5Q2QBS,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1134611776438325248,[],['https://pbs.twimg.com/media/D77zZQXUcAAMq-b.jpg'],1,https://pbs.twimg.com/media/D77zZQXUcAAMq-b.jpg,False,41682,965,8187,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +1567,1134611281359454208,1134609650114949120,1559347384000.0,2019-06-01 00:03:04,+0000,,@teslaownersSV 😀,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1134611281359454208,[],[],0,,False,2362,57,42,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +1568,1134609650114949120,1134609650114949120,1559346995000.0,2019-05-31 23:56:35,+0000,,"This is my pet bee, Eric https://t.co/pIjpXjLLEG",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1134609650114949120,[],['https://pbs.twimg.com/media/D77xdOSUIAEhI1_.jpg'],1,https://pbs.twimg.com/media/D77xdOSUIAEhI1_.jpg,False,61670,1945,4919,,None,,,,,,,[],,,, +1569,1134598565152448512,1134567478774902784,1559344352000.0,2019-05-31 23:12:32,+0000,,@Timcast Working on Starship,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1134598565152448512,[],[],0,,False,75083,803,3086,,None,,,,,,,"[{'screen_name': 'Timcast', 'name': 'Tim Pool', 'id': '27000730'}]",,,, +1570,1134582675589685248,1134578076661141504,1559340564000.0,2019-05-31 22:09:24,+0000,,@atGeico 🐣,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1134582675589685248,[],[],0,,False,5170,70,90,,None,,,,,,,[],,,, +1571,1134578518841470976,1134578076661141504,1559339572000.0,2019-05-31 21:52:52,+0000,,Scientists say it’s a crucial step towards catgirls,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1134578518841470976,[],[],0,,False,122446,2363,17582,,None,,,,,,,[],,,, +1572,1134578076661141504,1134578076661141504,1559339467000.0,2019-05-31 21:51:07,+0000,,New Tesla Summon will 🧨 ur 🧠,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1134578076661141504,[],[],0,,False,105971,1813,5789,,None,,,,,,,[],,,, +1573,1134575362933833728,1134574987073900544,1559338820000.0,2019-05-31 21:40:20,+0000,,@brandonbernicky @signalapp Releasing to Early Access Program Tesla owners next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1134575362933833728,[],[],0,,False,1526,111,64,,None,,,,,,,"[{'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'signalapp', 'name': 'Signal', 'id': '142415193'}]",,,, +1574,1134574987073900544,1134574987073900544,1559338730000.0,2019-05-31 21:38:50,+0000,,Found an old copy of @SignalApp https://t.co/VY357uSeBk,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1134574987073900544,[],['https://pbs.twimg.com/media/D77R5t9UwAASDUc.jpg'],1,https://pbs.twimg.com/media/D77R5t9UwAASDUc.jpg,False,36128,899,2176,,None,,,,,,,[],,,, +1575,1134539794610921472,1134235600226099200,1559330340000.0,2019-05-31 19:19:00,+0000,,"@flcnhvy @realkeith @TMSP85 Also HEPA filter is expensive, so would force increase in price",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1134539794610921472,[],[],0,,False,1119,76,27,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'realkeith', 'name': 'Keith Richard', 'id': '24812820'}, {'screen_name': 'TMSP85', 'name': 'Matt A.', 'id': '1412067991'}]",,,, +1576,1134539669528440832,1134235600226099200,1559330310000.0,2019-05-31 19:18:30,+0000,,@flcnhvy @realkeith @TMSP85 Same,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1134539669528440832,[],[],0,,False,917,13,14,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'realkeith', 'name': 'Keith Richard', 'id': '24812820'}, {'screen_name': 'TMSP85', 'name': 'Matt A.', 'id': '1412067991'}]",,,, +1577,1134539037698428928,1134235600226099200,1559330159000.0,2019-05-31 19:15:59,+0000,,@realkeith @TMSP85 Not enough room unless we completely delete front trunk. Model S & X primary HEPA filter alone is literally 1000% bigger than normal car air filter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1134539037698428928,[],[],0,,False,3751,194,119,,None,,,,,,,"[{'screen_name': 'realkeith', 'name': 'Keith Richard', 'id': '24812820'}, {'screen_name': 'TMSP85', 'name': 'Matt A.', 'id': '1412067991'}]",,,, +1578,1134537743101337601,1134235600226099200,1559329851000.0,2019-05-31 19:10:51,+0000,,@TMSP85 S/X HEPA filter is one of my favorite features,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1134537743101337601,[],[],0,,False,20029,201,487,,None,,,,,,,"[{'screen_name': 'TMSP85', 'name': 'Matt A.', 'id': '1412067991'}]",,,, +1579,1134505917800636417,1134505917800636417,1559322263000.0,2019-05-31 17:04:23,+0000,,Model 3 Performance https://t.co/CONgjmwndY,it,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1134505917800636417,['https://drivetribe.com/p/5-reasons-why-the-tesla-model-3-MFTljJiQT_KQhux0eIvspQ'],[],0,,False,10538,419,832,,None,,,,,,,[],,,, +1580,1134376932160573441,1134343517097078784,1559291510000.0,2019-05-31 08:31:50,+0000,,@BazBarnum @MartinWoolleyUK @ElecVehicleGuy Feedback received. Restoring white interior.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1134376932160573441,[],[],0,,False,804,81,24,,None,,,,,,,"[{'screen_name': 'BazBarnum', 'name': 'Ray Bailey', 'id': '64020833'}, {'screen_name': 'ElecVehicleGuy', 'name': 'Electric Vehicle Guy', 'id': '713716834361556992'}]",,,, +1581,1134349686481887232,1134343517097078784,1559285015000.0,2019-05-31 06:43:35,+0000,,@MartinWoolleyUK @ElecVehicleGuy That’s the idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1134349686481887232,[],[],0,,False,508,48,14,,None,,,,,,,"[{'screen_name': 'ElecVehicleGuy', 'name': 'Electric Vehicle Guy', 'id': '713716834361556992'}]",,,, +1582,1134113725575643137,1134093415279468544,1559228757000.0,2019-05-30 15:05:57,+0000,,@ShannonZKiller @nbcsnl @Tesla 🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1134113725575643137,[],[],0,,False,17520,140,308,,None,,,,,,,"[{'screen_name': 'ShannonZKiller', 'name': 'Shannon', 'id': '239742672'}, {'screen_name': 'nbcsnl', 'name': 'Saturday Night Live - SNL', 'id': '28221296'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1583,1134107154598715392,1133148597619286016,1559227191000.0,2019-05-30 14:39:51,+0000,,@wintonARK Thoughtful model,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1134107154598715392,[],[],0,,False,2270,103,60,,None,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1584,1134101210024169472,1133933782564630528,1559225773000.0,2019-05-30 14:16:13,+0000,,"@BdgBill @teslaownersSV @Tesla Based on our data, Autopilot miles appear to be twice as safe as manually driven miles, and we expect this to improve further",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1134101210024169472,[],[],0,,False,2890,161,226,,None,,,,,,,"[{'screen_name': 'BdgBill', 'name': 'Christian Gunchurch', 'id': '40298306'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1585,1134100238673727488,1133776740445237248,1559225542000.0,2019-05-30 14:12:22,+0000,,@AnthonyFinno @RobertOHaver @Tesla Tesla is affecting powerful vested interests. Big auto & oil companies aren’t known for their gentle behavior. SpaceX is battling US military prime contractors & space programs of national govts. No walk in the park there.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1134100238673727488,[],[],0,,False,2316,212,317,,None,,,,,,,"[{'screen_name': 'AnthonyFinno', 'name': 'Anthony Finno', 'id': '979708326'}, {'screen_name': 'RobertOHaver', 'name': ""Robert O'Haver"", 'id': '29049308'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1586,1134025184942313473,1133799571430232065,1559207647000.0,2019-05-30 09:14:07,+0000,,"@13ericralph31 @PPathole @Erdayastronaut @rmarcilhoo @kimitalvitie @SpaceXNow @ChrisG_NSF @NASASpaceflight Yeah, *way* better. Dramatically improves cost, complexity & ease of operations. Distances of ~10,000 km with decent payload seem achievable at roughly Mach 20.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1134025184942313473,[],[],0,,False,1298,55,64,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'rmarcilhoo', 'name': 'Russ', 'id': '117647207'}, {'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}, {'screen_name': 'SpaceXNow', 'name': 'SpaceXNow', 'id': '789510981537796096'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1587,1134023034908446723,1133799571430232065,1559207135000.0,2019-05-30 09:05:35,+0000,,"@PPathole @Erdayastronaut @rmarcilhoo @kimitalvitie @SpaceXNow @ChrisG_NSF @NASASpaceflight Add 2 to 4 more Raptors for Starship point to point on Earth. You can go surprisingly far, even with low lift/drag. This was an unexpected result.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1134023034908446723,[],[],0,,False,914,25,40,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'rmarcilhoo', 'name': 'Russ', 'id': '117647207'}, {'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}, {'screen_name': 'SpaceXNow', 'name': 'SpaceXNow', 'id': '789510981537796096'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1588,1134019585638785025,1133799571430232065,1559206312000.0,2019-05-30 08:51:52,+0000,,@kimitalvitie @Erdayastronaut @SpaceXNow @ChrisG_NSF @NASASpaceflight Wings/flaps & leg design changing again (sigh). Doesn’t affect schedule much though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1134019585638785025,[],[],0,,False,2038,104,73,,None,,,,,,,"[{'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceXNow', 'name': 'SpaceXNow', 'id': '789510981537796096'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1589,1134013895813713920,1133799571430232065,1559204956000.0,2019-05-30 08:29:16,+0000,,@kimitalvitie @Erdayastronaut @SpaceXNow @ChrisG_NSF @NASASpaceflight Not bad,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1134013895813713920,[],[],0,,False,13254,111,173,,None,,,,,,,"[{'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceXNow', 'name': 'SpaceXNow', 'id': '789510981537796096'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1590,1134012589191491585,1133799571430232065,1559204644000.0,2019-05-30 08:24:04,+0000,,@Erdayastronaut @rmarcilhoo @kimitalvitie @SpaceXNow @ChrisG_NSF @NASASpaceflight Exactly. We’re on the wrong planet for SSTO. No problem on Mars or any of the moons.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1134012589191491585,[],[],0,,False,1910,56,58,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'rmarcilhoo', 'name': 'Russ', 'id': '117647207'}, {'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}, {'screen_name': 'SpaceXNow', 'name': 'SpaceXNow', 'id': '789510981537796096'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1591,1133860591255207938,1133552932152983554,1559168405000.0,2019-05-29 22:20:05,+0000,,"@Teslatunity @Everman @AndyKiersz Yeah, the fear, uncertainty & doubt propaganda campaign being pushed by those betting against Tesla has reached new heights",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1133860591255207938,[],[],0,,False,5136,383,343,,None,,,,,,,"[{'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}, {'screen_name': 'AndyKiersz', 'name': 'Andy Kiersz', 'id': '786245480'}]",,,, +1592,1133860016690122753,1133552932152983554,1559168268000.0,2019-05-29 22:17:48,+0000,,@Everman @AndyKiersz I paid most of my Tesla-related expenses too. Tesla last year was actually net negative comp for me.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1133860016690122753,[],[],0,,False,32276,444,1499,,None,,,,,,,"[{'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}, {'screen_name': 'AndyKiersz', 'name': 'Andy Kiersz', 'id': '786245480'}]",,,, +1593,1133772263268814848,1133728058903605248,1559147346000.0,2019-05-29 16:29:06,+0000,,"@dealer_of_happy @Tesla One day’s grace, taking into account time zone confusion. Will revert tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1133772263268814848,[],[],0,,False,800,45,36,,None,,,,,,,"[{'screen_name': 'dealer_of_happy', 'name': 'Dealer of Happiness', 'id': '926168449042219008'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1594,1133771575050641408,1133765534447616000,1559147182000.0,2019-05-29 16:26:22,+0000,,@nichegamer Edgy move,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1133771575050641408,[],[],0,,False,1101,34,62,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1595,1133188627557568513,1131765246664646657,1559008197000.0,2019-05-28 01:49:57,+0000,,@SPEXcast @WentaiW @1DarknessSoul5 @SpaceX Good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1133188627557568513,[],[],0,,False,1441,92,33,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'WentaiW', 'name': 'Wentai Wang', 'id': '978756321515266048'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1596,1133187183852920832,1131765246664646657,1559007852000.0,2019-05-28 01:44:12,+0000,,@WentaiW @1DarknessSoul5 @SpaceX True. I’m a gamer & my boys are too. Starlink is designed to be great even for competitive twitch reflex games.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1133187183852920832,[],[],0,,False,1839,94,97,,None,,,,,,,"[{'screen_name': 'WentaiW', 'name': 'Wentai Wang', 'id': '978756321515266048'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1597,1133171866871291904,1133168632824049664,1559004201000.0,2019-05-28 00:43:21,+0000,,@cleantechnica Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1133171866871291904,[],[],0,,False,4453,135,121,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1598,1132908915144794113,1132834561270976512,1558941508000.0,2019-05-27 07:18:28,+0000,,@fcain @varunversion1 @Erdayastronaut @SpaceX Would love to do exactly that,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1132908915144794113,[],[],0,,False,1656,93,68,,None,,,,,,,"[{'screen_name': 'fcain', 'name': 'Fraser Cain', 'id': '1266281'}, {'screen_name': 'varunversion1', 'name': 'Varun Ramesh 🌍', 'id': '67155714'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1599,1132908689860415488,1132907133031264256,1558941454000.0,2019-05-27 07:17:34,+0000,,"@Cosmic_Penguin Agreed, sent a note to Starlink team last week specifically regarding albedo reduction. We’ll get a better sense of value of this when satellites have raised orbits & arrays are tracking to sun.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1132908689860415488,[],[],0,,False,1251,66,97,,None,,,,,,,"[{'screen_name': 'Cosmic_Penguin', 'name': 'Cosmic Penguin', 'id': '571042857'}]",,,, +1600,1132907207463321600,1132834561270976512,1558941101000.0,2019-05-27 07:11:41,+0000,,"@fcain @varunversion1 @Erdayastronaut @SpaceX Exactly, potentially helping billions of economically disadvantaged people is the greater good. That said, we’ll make sure Starlink has no material effect on discoveries in astronomy. We care a great deal about science.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1132907207463321600,[],[],0,,False,1333,128,136,,None,,,,,,,"[{'screen_name': 'fcain', 'name': 'Fraser Cain', 'id': '1266281'}, {'screen_name': 'varunversion1', 'name': 'Varun Ramesh 🌍', 'id': '67155714'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1601,1132906066423889920,1132834561270976512,1558940829000.0,2019-05-27 07:07:09,+0000,,@John_Gardi @13ericralph31 @varunversion1 @Erdayastronaut @SpaceX Rotate on one axis. Magnetic torque rods for desaturation of momentum wheels.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1132906066423889920,[],[],0,,False,812,19,26,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'varunversion1', 'name': 'Varun Ramesh 🌍', 'id': '67155714'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1602,1132905669110054912,1132834561270976512,1558940734000.0,2019-05-27 07:05:34,+0000,,"@GoForStaging @13ericralph31 @varunversion1 @Erdayastronaut @SpaceX Yes, already planned. We avoid use of certain lower Ku frequencies specifically for radio astronomy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1132905669110054912,[],[],0,,False,904,13,46,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'varunversion1', 'name': 'Varun Ramesh 🌍', 'id': '67155714'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1603,1132903914586529793,1131765246664646657,1558940316000.0,2019-05-27 06:58:36,+0000,,"@1DarknessSoul5 @SpaceX Aiming for sub 20ms latency initially, sub 10ms over time, with much greater consistency than terrestrial links, as only ever a few hops to major data centers",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1132903914586529793,[],[],0,,False,1191,52,73,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1604,1132902372458418176,1132834561270976512,1558939948000.0,2019-05-27 06:52:28,+0000,,"@13ericralph31 @varunversion1 @Erdayastronaut @SpaceX If we need to tweak sat orientation to minimize solar reflection during critical astronomical experiments, that’s easily done. Most orbital objects are close to Earth btw, as shown by this NASA density map. https://t.co/83MwIZAEP6 https://t.co/NllMXregRg",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1132902372458418176,['https://en.m.wikipedia.org/wiki/Space_debris'],['https://pbs.twimg.com/media/D7jgq03UIAAS8RV.jpg'],1,https://pbs.twimg.com/media/D7jgq03UIAAS8RV.jpg,False,1078,68,121,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'varunversion1', 'name': 'Varun Ramesh 🌍', 'id': '67155714'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1605,1132897322457636864,1132834561270976512,1558938744000.0,2019-05-27 06:32:24,+0000,,"@varunversion1 @Erdayastronaut @SpaceX There are already 4900 satellites in orbit, which people notice ~0% of the time. Starlink won’t be seen by anyone unless looking very carefully & will have ~0% impact on advancements in astronomy. We need to move telelscopes to orbit anyway. Atmospheric attenuation is terrible. https://t.co/OuWYfNmw0D",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1132897322457636864,[],['https://pbs.twimg.com/media/D7jcE42UYAE26ZB.jpg'],1,https://pbs.twimg.com/media/D7jcE42UYAE26ZB.jpg,False,1490,203,196,,None,,,,,,,"[{'screen_name': 'varunversion1', 'name': 'Varun Ramesh 🌍', 'id': '67155714'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1606,1132894389095653376,1132834561270976512,1558938045000.0,2019-05-27 06:20:45,+0000,,"@Erdayastronaut @SpaceX No, Raptor uses a large number of coaxial swirl injectors, which (we believe) achieves highest theoretical mixing/combustion efficiency.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1132894389095653376,[],[],0,,False,7037,119,215,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1607,1132479070107721728,1132183974103535616,1558839025000.0,2019-05-26 02:50:25,+0000,,@meme0boi Fair,fr,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1132479070107721728,[],[],0,,False,3089,94,63,,None,,,,,,,[],,,, +1608,1132429010514788352,1132361263714058245,1558827090000.0,2019-05-25 23:31:30,+0000,,@Erdayastronaut @SpaceX Super proud of SpaceX propulsion/test/materials team! One of hardest technology problems. New high temp superalloy & internal foundry needed to make it work. Foundry iteration interval is ~3 weeks from design to flight part vs ~36 weeks typical for aerospace.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1132429010514788352,[],[],0,,False,9081,164,477,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1609,1132407515482738689,1132342021031464960,1558821965000.0,2019-05-25 22:06:05,+0000,,@DJSnM Only a tiny amount. There is enough air to affect the satellites & allow some amount of yaw steering.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1132407515482738689,[],[],0,,False,1819,68,42,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +1610,1132389917722419200,1132361263714058245,1558817769000.0,2019-05-25 20:56:09,+0000,,"@SPEXcast @Erdayastronaut @SpaceX Propellant stays same, but almost everything else improves. Fundamental goal is minimize cost per ton to surface of Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1132389917722419200,[],[],0,,False,1209,29,40,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1611,1132386984444383233,1132361263714058245,1558817070000.0,2019-05-25 20:44:30,+0000,,"@Erdayastronaut @SpaceX Great video. Couple notes: Raptor designed for subcooled CH4/O2, so propellant density & thrust increase up to ~8%, as needed for mission. 380 Isp & up to 50% thrust/weight improvement over time. Merlin thrust/weight doubled from V1, but Raptor is closer to optimum.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1132386984444383233,[],[],0,,False,6153,119,291,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1612,1132375258969677824,1132361490688761856,1558814274000.0,2019-05-25 19:57:54,+0000,,@teslaownersSV @Tesla Whoa cool 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1132375258969677824,[],[],0,,False,8356,107,116,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1613,1132368592651968512,1132058893897621504,1558812685000.0,2019-05-25 19:31:25,+0000,,@John_Gardi @Marco_Langbroek @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1132368592651968512,[],[],0,,False,643,20,14,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'Marco_Langbroek', 'name': 'Dr Marco Langbroek 💉 #Vaccinate', 'id': '369534015'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1614,1132342021031464960,1132342021031464960,1558806350000.0,2019-05-25 17:45:50,+0000,,Beautiful solar sail,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1132342021031464960,[],[],0,,False,59169,1402,5221,https://twitter.com/SpaceX/status/1131748543373271042,None,,,,,,,[],,,, +1615,1132332057688862720,1132163931378610178,1558803974000.0,2019-05-25 17:06:14,+0000,,@mcjamez @_jameshatfield_ @danielcincu @Alex_Parker ISS is extremely gigantic & has lights,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1132332057688862720,[],[],0,,False,969,94,34,,None,,,,,,,"[{'screen_name': 'mcjamez', 'name': 'Jim McPherson', 'id': '23389610'}, {'screen_name': '_jameshatfield_', 'name': 'James Hatfield | 🤖🚕', 'id': '829935516246159362'}, {'screen_name': 'danielcincu', 'name': 'Daniel Cincunegui', 'id': '1374895927'}, {'screen_name': 'Alex_Parker', 'name': 'Alex Parker', 'id': '18644734'}]",,,, +1616,1132326965581570048,1132163931378610178,1558802760000.0,2019-05-25 16:46:00,+0000,,"@danielcincu @Alex_Parker Precisely, sats will be in darkness when stars are visible",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1132326965581570048,[],[],0,,False,1006,115,52,,None,,,,,,,"[{'screen_name': 'danielcincu', 'name': 'Daniel Cincunegui', 'id': '1374895927'}, {'screen_name': 'Alex_Parker', 'name': 'Alex Parker', 'id': '18644734'}]",,,, +1617,1132325350677987328,1131810953933123584,1558802375000.0,2019-05-25 16:39:35,+0000,,@c4mer0n @TaylorWAnderson @Pflax1 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1132325350677987328,[],[],0,,False,605,25,14,,None,,,,,,,"[{'screen_name': 'c4mer0n', 'name': 'Cameron 🌐', 'id': '14180659'}, {'screen_name': 'TaylorWAnderson', 'name': 'Taylor W Anderson', 'id': '108387045'}, {'screen_name': 'Pflax1', 'name': 'Peter Flax', 'id': '28574479'}]",,,, +1618,1132241800909869058,1132218273888591873,1558782456000.0,2019-05-25 11:07:36,+0000,,@jonygitar Karma ⬇️,et,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/1132241800909869058,[],[],0,,False,1825,50,30,,None,,,,,,,"[{'screen_name': 'jonygitar', 'name': 'Pinchay the Boneless', 'id': '65003619'}]",,,, +1619,1132222516217253888,1132218273888591873,1558777858000.0,2019-05-25 09:50:58,+0000,,@LounDOTA @Audi Bold move,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1132222516217253888,[],[],0,,False,10317,88,185,,None,,,,,,,"[{'screen_name': 'LounDOTA', 'name': 'Loun', 'id': '977474226847404032'}, {'screen_name': 'Audi', 'name': 'Audi USA', 'id': '27650674'}]",,,, +1620,1132220235543588864,1132220235543588864,1558777314000.0,2019-05-25 09:41:54,+0000,,“Stop sending me this étron” - Audi,fr,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1132220235543588864,[],[],0,,False,61974,858,6030,https://twitter.com/LounDOTA/status/1132219856714194945,None,,,,,,,[],,,, +1621,1132218273888591873,1132218273888591873,1558776846000.0,2019-05-25 09:34:06,+0000,,Great ad,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1132218273888591873,[],[],0,,False,28276,601,1513,https://twitter.com/Audi/status/1126483572708249600,None,,,,,,,[],,,, +1622,1132198648840826880,1131856748581720065,1558772167000.0,2019-05-25 08:16:07,+0000,,@ElectrekCo @FredericLambert This is complete nonsense,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1132198648840826880,[],[],0,,False,13784,556,489,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1623,1132192810088579072,1132019931409715201,1558770775000.0,2019-05-25 07:52:55,+0000,,@TechVelocirap @M_xalher @Tesla @ValueAnalyst1 Exactly. A car being electric & upgradable to full self-driving maximizes future resale value.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1132192810088579072,[],[],0,,False,946,60,49,,None,,,,,,,"[{'screen_name': 'TechVelocirap', 'name': 'Technological Velociraptor', 'id': '1029994764295397376'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}]",,,, +1624,1132186047595442177,1132183974103535616,1558769163000.0,2019-05-25 07:26:03,+0000,,@marialauraadr It’s not my finest work 🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1132186047595442177,[],[],0,,False,5932,82,81,,None,,,,,,,[],,,, +1625,1132185343703171079,1132019931409715201,1558768995000.0,2019-05-25 07:23:15,+0000,,"@M_xalher @Tesla @ValueAnalyst1 Given how many countries are limiting or setting an end date for combustion engine cars, their future resale value cars will be low. Consumers are starting to realize this.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1132185343703171079,[],[],0,,False,4712,163,368,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}]",,,, +1626,1132183974103535616,1132183974103535616,1558768669000.0,2019-05-25 07:17:49,+0000,,💨 & 🌌 https://t.co/wWl7nEh98W,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1132183974103535616,[],['https://pbs.twimg.com/media/D7ZTUq7UwAEjNHF.jpg'],1,https://pbs.twimg.com/media/D7ZTUq7UwAEjNHF.jpg,False,153558,1847,18548,,None,,,,,,,[],,,, +1627,1132183242298281984,1132178785489510400,1558768494000.0,2019-05-25 07:14:54,+0000,,@MarcusHouseGame @SpaceX 👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1132183242298281984,[],[],0,,False,2208,32,38,,None,,,,,,,"[{'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1628,1132078782217539584,1131765246664646657,1558743589000.0,2019-05-25 00:19:49,+0000,,"@SpaceX Krypton thrusters operative, satellites initiating orbit raise every 90 mins",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1132078782217539584,[],[],0,,False,12927,300,571,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1629,1132035559642157056,1131810953933123584,1558733284000.0,2019-05-24 21:28:04,+0000,,@steveieb21 No,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1132035559642157056,[],[],0,,False,1535,46,54,,None,,,,,,,"[{'screen_name': 'steveieb21', 'name': 'Steven', 'id': '4539748224'}]",,,, +1630,1132031752925458432,1131810953933123584,1558732376000.0,2019-05-24 21:12:56,+0000,,@Mike_Calhoun @PhenomenalPoto 🤣🤣 Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1132031752925458432,[],[],0,,False,872,27,22,,None,,,,,,,"[{'screen_name': 'Mike_Calhoun', 'name': 'Mike Calhoun🧢', 'id': '345054678'}, {'screen_name': 'PhenomenalPoto', 'name': 'Peter A. Roselle', 'id': '1424640954'}]",,,, +1631,1132028521742651393,1132026413614342149,1558731606000.0,2019-05-24 21:00:06,+0000,,"@TeslaTn Yes, 3 to 6 months",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1132028521742651393,[],[],0,,False,632,48,17,,None,,,,,,,"[{'screen_name': 'TeslaTn', 'name': 'Tesla Owners Tennessee', 'id': '1048016394724552705'}]",,,, +1632,1132026037372477440,1131810953933123584,1558731013000.0,2019-05-24 20:50:13,+0000,,@alharding @ex_Tesla @El_Timbo @heikki_anttila Lights would turn off automatically when no motion is detected,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132026037372477440,[],[],0,,False,944,47,19,,None,,,,,,,"[{'screen_name': 'alharding', 'name': 'AH', 'id': '17303152'}, {'screen_name': 'ex_Tesla', 'name': '𝚇 𝚃𝚎𝚜𝚕𝚊', 'id': '1006992564321386496'}, {'screen_name': 'El_Timbo', 'name': 'El Timbo', 'id': '4767114208'}, {'screen_name': 'heikki_anttila', 'name': 'heikki anttila', 'id': '1351962857928323076'}]",,,, +1633,1132024868965240832,1131810953933123584,1558730735000.0,2019-05-24 20:45:35,+0000,,Thus *reducing* existing road traffic,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132024868965240832,[],[],0,,False,18294,480,402,,None,,,,,,,[],,,, +1634,1132024717936713733,1131810953933123584,1558730699000.0,2019-05-24 20:44:59,+0000,,Another great thing about many layers of interconnected tunnels with ramps & elevators is that they can go from near your home all way to popping up at destination parking lot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132024717936713733,[],[],0,,False,21292,475,670,,None,,,,,,,[],,,, +1635,1132022341351854080,1132016728471302144,1558730132000.0,2019-05-24 20:35:32,+0000,,"@quayran Opposite is true: you can have 100’s of layers of tunnels, but only one layer on surface (to first approximation), therefore trains should be on surface, cars below",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132022341351854080,[],[],0,,False,1137,254,51,,None,,,,,,,"[{'screen_name': 'quayran', 'name': 'Kieran Jones', 'id': '19763960'}]",,,, +1636,1132021007630209024,1132016728471302144,1558729814000.0,2019-05-24 20:30:14,+0000,,"@flcnhvy @DMC_Ryan Yes, but you get to your destination so quickly & directly that it doesn’t matter",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132021007630209024,[],[],0,,False,828,42,26,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1637,1132019503011786752,1132016745638764545,1558729456000.0,2019-05-24 20:24:16,+0000,,"@DJSnM @Martijn_Schuman @Erdayastronaut @SpaceX @fcain Exactly. Still, pretty wild that the engine plume can climb up the side of a rocket going hypersonic speed!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132019503011786752,[],[],0,,False,1461,39,30,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Martijn_Schuman', 'name': 'Martijn Schuman', 'id': '2577281826'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'fcain', 'name': 'Fraser Cain', 'id': '1266281'}]",,,, +1638,1132018572065067008,1132016728471302144,1558729234000.0,2019-05-24 20:20:34,+0000,,@DMC_Ryan Paperwork & hundreds of approving authorities is by far the hardest part,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132018572065067008,[],[],0,,False,703,40,18,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1639,1132017898170355712,1131810953933123584,1558729073000.0,2019-05-24 20:17:53,+0000,,"@keyeslol @wofford_cameron @bourbonisgood2 LA has a subway, but most people don’t know about it",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132017898170355712,[],[],0,,False,662,48,22,,None,,,,,,,"[{'screen_name': 'keyeslol', 'name': 'keyes', 'id': '1208871579767078913'}, {'screen_name': 'wofford_cameron', 'name': 'Cameron Wofford', 'id': '1219447202600366080'}, {'screen_name': 'bourbonisgood2', 'name': 'UCF Bourbon', 'id': '1051266212632641536'}]",,,, +1640,1132017766431580160,1132016728471302144,1558729042000.0,2019-05-24 20:17:22,+0000,,@DMC_Ryan That would great!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132017766431580160,[],[],0,,False,579,28,10,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1641,1132017363128180736,1132016728471302144,1558728945000.0,2019-05-24 20:15:45,+0000,,@justpaulinelol Yes. No one will forced to take the tunnel. It’s optional!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132017363128180736,[],[],0,,False,812,21,15,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +1642,1132016728471302144,1132016728471302144,1558728794000.0,2019-05-24 20:13:14,+0000,,Boring Company guide to why tunnels are awesome & safest place to be in an earthquake https://t.co/ZZIPQlscw1,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132016728471302144,['http://boringcompany.com/faq'],[],0,,False,11421,489,1142,,None,,,,,,,[],,,, +1643,1132015214629490688,1131810953933123584,1558728433000.0,2019-05-24 20:07:13,+0000,,"@SpaceXFan97 @kateconger So far, so good",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132015214629490688,[],[],0,,False,852,37,29,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}, {'screen_name': 'kateconger', 'name': 'o...k', 'id': '316154811'}]",,,, +1644,1132014489577041921,1131997380998418432,1558728260000.0,2019-05-24 20:04:20,+0000,,"@tesla_truth Ironically, same publications will attack me for compensation tied to Tesla tripling in value and imply Tesla is worthless. They can’t *both* be true!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132014489577041921,[],[],0,,False,1532,100,119,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +1645,1132013170850091009,1131810953933123584,1558727946000.0,2019-05-24 19:59:06,+0000,,@kateconger Gary the 🐌 still crushes us! Wouldn’t be fair. But TBC might give him a run for his money next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1132013170850091009,[],[],0,,False,548,25,15,,None,,,,,,,"[{'screen_name': 'kateconger', 'name': 'o...k', 'id': '316154811'}]",,,, +1646,1132011864949383168,1131810953933123584,1558727635000.0,2019-05-24 19:53:55,+0000,,Fundamental advantage of layers of tunnels is you can have as many lanes as you want going in any direction. Will feel like folding space from one part of a city to another.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1132011864949383168,[],[],0,,False,16711,651,744,,None,,,,,,,[],,,, +1647,1131828564473499648,1131809805876654080,1558683932000.0,2019-05-24 07:45:32,+0000,,@EddiOS42 @Nepomucene @boringcompany This is simple and just works,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1131828564473499648,[],[],0,,False,3428,270,68,,None,,,,,,,"[{'screen_name': 'EddiOS42', 'name': 'Eddie Kuo', 'id': '257297539'}, {'screen_name': 'Nepomucene', 'name': 'Olivier - Looks like we’ll be back in soon 🎉', 'id': '56232391'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +1648,1131813268123574272,1131809805876654080,1558680285000.0,2019-05-24 06:44:45,+0000,,@Nepomucene @boringcompany Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1131813268123574272,[],[],0,,False,3806,102,90,,None,,,,,,,"[{'screen_name': 'Nepomucene', 'name': 'Olivier - Looks like we’ll be back in soon 🎉', 'id': '56232391'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +1649,1131810953933123584,1131810953933123584,1558679734000.0,2019-05-24 06:35:34,+0000,,Racing at 127mph in a tunnel under LA,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1131810953933123584,[],[],0,,False,97721,1529,12575,https://twitter.com/boringcompany/status/1131809805876654080,None,,,,,,,[],,,, +1650,1131783775396909056,1131765246664646657,1558673254000.0,2019-05-24 04:47:34,+0000,,@SpaceX Fairing halves recovered https://t.co/F82LE8JlLJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1131783775396909056,[],"['https://pbs.twimg.com/media/D7TnUwFU0AAzPR7.jpg', 'https://pbs.twimg.com/media/D7TnUwFUYAARmOE.jpg']",1,https://pbs.twimg.com/media/D7TnUwFU0AAzPR7.jpg,False,18371,287,1090,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1651,1131782570864066560,1131765246664646657,1558672967000.0,2019-05-24 04:42:47,+0000,,@SpaceX Krypton ion thrusters activate in about 3 hours to raise orbit,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1131782570864066560,[],[],0,,False,21500,351,787,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1652,1131782173785116672,1131765246664646657,1558672872000.0,2019-05-24 04:41:12,+0000,,"@SpaceX All 60 Starlink satellites online, solar array deployment coming up soon",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1131782173785116672,[],[],0,,False,31882,630,2287,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1653,1131777967019814912,1131777184316764161,1558671869000.0,2019-05-24 04:24:29,+0000,,"@Erdayastronaut @SpaceX @KerbalSpaceP Thanks! Yeah, that’s pretty close.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1131777967019814912,[],[],0,,False,3851,55,88,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'KerbalSpaceP', 'name': 'Kerbal Space Program', 'id': '334738427'}]",,,, +1654,1131748543176118274,1131748543176118274,1558664854000.0,2019-05-24 02:27:34,+0000,,Launch in 3 mins,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1131748543176118274,[],[],0,,False,13015,361,763,https://twitter.com/SpaceX/status/1131745938735681543,None,,,,,,,[],,,, +1655,1131748102207971328,1131748102207971328,1558664749000.0,2019-05-24 02:25:49,+0000,,"New S & X are much improved. Worth trying out. You’re on version 2, current S/X is version 4.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1131748102207971328,[],[],0,,False,5718,221,261,https://twitter.com/1drumlover/status/1131747570051686400,None,,,,,,,[],,,, +1656,1131747291180593153,1131746784315727872,1558664555000.0,2019-05-24 02:22:35,+0000,,@D1g1talDrag0n It’s smart *and* enhanced!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1131747291180593153,[],[],0,,False,1591,46,58,,None,,,,,,,"[{'screen_name': 'D1g1talDrag0n', 'name': 'Craig Ritchie', 'id': '2186613216'}]",,,, +1657,1131746784315727872,1131746784315727872,1558664434000.0,2019-05-24 02:20:34,+0000,,Smart Summon coming soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1131746784315727872,[],[],0,,False,28384,537,3020,https://twitter.com/_jephrey/status/1131472501601644547,None,,,,,,,[],,,, +1658,1131687051990949889,1130097035494023170,1558650193000.0,2019-05-23 22:23:13,+0000,,"@nichegamer @flcnhvy @Erik2be @Teslarati Tower with Knight is across road from SpaceX, looking at rocket",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1131687051990949889,[],[],0,,False,702,29,21,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erik2be', 'name': 'Erik Hendrix', 'id': '962653110'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1659,1131686318751150082,1130097035494023170,1558650018000.0,2019-05-23 22:20:18,+0000,,"@flcnhvy @Erik2be @Teslarati Part of the factory is being upgraded, but tours will continue around the parts that aren’t",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1131686318751150082,[],[],0,,False,410,41,16,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erik2be', 'name': 'Erik Hendrix', 'id': '962653110'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1660,1131676702491283456,1130884644717699073,1558647726000.0,2019-05-23 21:42:06,+0000,,"@EcoHeliGuy @Erdayastronaut @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX Yes, will be used for rear cargo storage. Also helps manage center of mass for heavy payloads when forward cargo is full.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1131676702491283456,[],[],0,,False,811,42,28,,None,,,,,,,"[{'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1661,1131675831971897344,1130884644717699073,1558647518000.0,2019-05-23 21:38:38,+0000,,@Erdayastronaut @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX Outer engines are attached to the edge of the airframe to give the center engines room to move,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1131675831971897344,[],[],0,,False,1192,42,31,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1662,1131671141624365056,1130884644717699073,1558646400000.0,2019-05-23 21:20:00,+0000,,@Erdayastronaut @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX ~2.8m,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1131671141624365056,[],[],0,,False,900,36,30,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1663,1131650936047194112,1130884644717699073,1558641582000.0,2019-05-23 19:59:42,+0000,,"@alijamalashraf @Erdayastronaut @MichaelGalanin @SpaceX Turbines on hot side (outer fan-looking things in this depiction), but this is just to illustrate the type of engine. Our turbopumps are vertical, have 3 fan-looking things on pump side & complex cross-flow. Liquid oxygen turbopump is integrated with main combustion chamber.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1131650936047194112,[],[],0,,False,562,24,25,,None,,,,,,,"[{'screen_name': 'AliJamalAshraf', 'name': 'Ali Ashraf', 'id': '223718132'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MichaelGalanin', 'name': 'Space Explorer Mike', 'id': '951062029'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1664,1131625395118268416,1130884644717699073,1558635493000.0,2019-05-23 18:18:13,+0000,,@Erdayastronaut @Malcolmmarsman @flcnhvy @marstronauts @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX Horizontally,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1131625395118268416,[],[],0,,False,1398,93,43,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'marstronauts', 'name': 'Marstronauts', 'id': '1075831213074583552'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1665,1131625229367693312,1130884644717699073,1558635453000.0,2019-05-23 18:17:33,+0000,,"@flcnhvy @Malcolmmarsman @marstronauts @Erdayastronaut @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX First flights would have fewer, so as to risk less loss of hardware. Probably around 20.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1131625229367693312,[],[],0,,False,693,29,34,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'marstronauts', 'name': 'Marstronauts', 'id': '1075831213074583552'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1666,1131624957924954112,1131564793440215041,1558635389000.0,2019-05-23 18:16:29,+0000,,@InsideEVs So it goes,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1131624957924954112,[],[],0,,False,4627,175,141,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +1667,1131624296730615808,1130884644717699073,1558635231000.0,2019-05-23 18:13:51,+0000,,@Malcolmmarsman @flcnhvy @marstronauts @Erdayastronaut @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX 3 months,fr,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1131624296730615808,[],[],0,,False,933,21,43,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'marstronauts', 'name': 'Marstronauts', 'id': '1075831213074583552'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1668,1131623298112974848,1130884644717699073,1558634993000.0,2019-05-23 18:09:53,+0000,,"@flcnhvy @marstronauts @Erdayastronaut @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX Hopefully, 4 months",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1131623298112974848,[],[],0,,False,765,15,37,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'marstronauts', 'name': 'Marstronauts', 'id': '1075831213074583552'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1669,1131622014051971077,1130884644717699073,1558634687000.0,2019-05-23 18:04:47,+0000,,@marstronauts @Erdayastronaut @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX Vacuum nozzle engines are only used in (near) vacuum conditions. Sea level engines need to gimbal rapidly & at high angle for landing. Larger nozzle leaves less room to move & increases moment of inertia.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1131622014051971077,[],[],0,,False,722,13,30,,None,,,,,,,"[{'screen_name': 'marstronauts', 'name': 'Marstronauts', 'id': '1075831213074583552'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1670,1131620991166078976,1130884644717699073,1558634443000.0,2019-05-23 18:00:43,+0000,,"@Erdayastronaut @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX Yeah. Outer engines with much larger nozzles are fixed to airframe, inner engines have high gimbal range ~15 degrees",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1131620991166078976,[],[],0,,False,1249,35,51,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1671,1131447820630876161,1131281132836671488,1558593156000.0,2019-05-23 06:32:36,+0000,,@tommleach @trigomemetry https://t.co/ViY0WgtfOZ,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1131447820630876161,[],['https://pbs.twimg.com/media/D7O1x49W4AA89QW.jpg'],1,https://pbs.twimg.com/media/D7O1x49W4AA89QW.jpg,False,7614,114,254,,None,,,,,,,"[{'screen_name': 'tommleach', 'name': 'Tom Leach', 'id': '20717001'}]",,,, +1672,1131446694795776000,1131281132836671488,1558592887000.0,2019-05-23 06:28:07,+0000,,@trigomemetry Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1131446694795776000,[],[],0,,False,4183,25,47,,None,,,,,,,"[{'screen_name': 'trigomemetry', 'name': 'trigoMEMEtry', 'id': '883130096273510400'}]",,,, +1673,1131445457979432960,1131373357922865152,1558592593000.0,2019-05-23 06:23:13,+0000,,@DirkSmit76 Two tunnels about a mile long each,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1131445457979432960,[],[],0,,False,864,25,32,,None,,,,,,,"[{'screen_name': 'DirkSmit76', 'name': 'Dirk Smit', 'id': '3297538031'}]",,,, +1674,1131443179297878016,1130884644717699073,1558592049000.0,2019-05-23 06:14:09,+0000,,@Debapratim15 @curiousmind44 @SPEXcast @13ericralph31 @JaneidyEve @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX @JeffBezos Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1131443179297878016,[],[],0,,False,651,31,20,,None,,,,,,,"[{'screen_name': 'Debapratim15', 'name': 'Debapratim', 'id': '1144475696909058049'}, {'screen_name': 'curiousmind44', 'name': 'Null set', 'id': '836079586668658688'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}]",,,, +1675,1131442696537743362,1130884644717699073,1558591934000.0,2019-05-23 06:12:14,+0000,,"@curiousmind44 @SPEXcast @13ericralph31 @JaneidyEve @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX @JeffBezos Makes no sense. In order to grow the colony, you’d have to transport vast amounts of mass from planets/moons/asteroids. Would be like trying to build the USA in the middle of the Atlantic Ocean!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1131442696537743362,[],[],0,,False,993,98,64,,None,,,,,,,"[{'screen_name': 'curiousmind44', 'name': 'Null set', 'id': '836079586668658688'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}]",,,, +1676,1131441489014394880,1130884644717699073,1558591646000.0,2019-05-23 06:07:26,+0000,,"@_ishanspatil @SPEXcast @13ericralph31 @JaneidyEve @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX Aiming for 150 tons useful load in fully reusable configuration, but should be at least 100 tons, allowing for mass growth",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1131441489014394880,[],[],0,,False,628,29,35,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1677,1131440757699686404,1130884644717699073,1558591472000.0,2019-05-23 06:04:32,+0000,,@SPEXcast @13ericralph31 @JaneidyEve @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX N2 for vacuum. Aero surfaces & high gimbal angle main engines for atmosphere.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1131440757699686404,[],[],0,,False,571,12,20,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1678,1131438642457587713,1130884644717699073,1558590968000.0,2019-05-23 05:56:08,+0000,,"@SPEXcast @13ericralph31 @JaneidyEve @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX Hoping for 380 sec Isp, but at least 370. Otherwise similar to sea level version.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1131438642457587713,[],[],0,,False,633,18,24,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1679,1131437754649178112,1130884644717699073,1558590756000.0,2019-05-23 05:52:36,+0000,,@13ericralph31 @JaneidyEve @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX Aspirationally,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1131437754649178112,[],[],0,,False,675,18,19,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1680,1131433322276483072,1130884644717699073,1558589699000.0,2019-05-23 05:34:59,+0000,,"@JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX 3 sea level optimized Raptors, 3 vacuum optimized Raptors (big nozzle)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1131433322276483072,[],[],0,,False,1315,43,71,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1681,1131429686548942848,1130884644717699073,1558588832000.0,2019-05-23 05:20:32,+0000,,"@13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX After the GoT finale, we dropped it to 6",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1131429686548942848,[],[],0,,False,2055,58,116,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1682,1131429223258677248,1130884644717699073,1558588722000.0,2019-05-23 05:18:42,+0000,,"@SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX Mk1 & Mk2 ships at Boca & Cape will fly with at least 3 engines, maybe all 6",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1131429223258677248,[],[],0,,False,1108,13,67,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1683,1131426671393820675,1130884644717699073,1558588114000.0,2019-05-23 05:08:34,+0000,,"@bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX About to complete SN5, ramping to an engine every 3 days this summer",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1131426671393820675,[],[],0,,False,1221,20,59,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1684,1131373357922865152,1131373357922865152,1558575403000.0,2019-05-23 01:36:43,+0000,,Boring Company starts digging Vegas tunnel in 2 months. Aiming to finish by end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1131373357922865152,[],[],0,,False,28523,1028,2049,https://twitter.com/boringcompany/status/1103428015030181888,None,,,,,,,[],,,, +1685,1131349819073499136,1130884644717699073,1558569790000.0,2019-05-23 00:03:10,+0000,,"@Orion_Sword @Some1gee @Erdayastronaut @SpaceX The turbine also spins though. Partially combusted gas drives the turbine wheel, which is attached to a shaft that turns the inducer & impellers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1131349819073499136,[],[],0,,False,1102,38,30,,None,,,,,,,"[{'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1686,1131348778722611201,1130884644717699073,1558569542000.0,2019-05-22 23:59:02,+0000,,"@Orion_Sword @Some1gee @Erdayastronaut @SpaceX But, essentially, the spinning things",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1131348778722611201,[],[],0,,False,1314,13,34,,None,,,,,,,"[{'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1687,1131346223753908224,1130884644717699073,1558568933000.0,2019-05-22 23:48:53,+0000,,@Some1gee @Erdayastronaut @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1131346223753908224,[],[],0,,False,566,11,16,,None,,,,,,,"[{'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1688,1131345711960694784,1130884644717699073,1558568811000.0,2019-05-22 23:46:51,+0000,,"@Erdayastronaut @SpaceX Turbopump propellant flow path to achieve high chamber pressure is quite tricky. Requires an inducer & 2 impellers with ~100,000 shaft horsepower.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1131345711960694784,[],[],0,,False,4021,126,161,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1689,1131281132836671488,1131281132836671488,1558553414000.0,2019-05-22 19:30:14,+0000,,😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1131281132836671488,[],[],0,,False,146099,5619,15351,,None,,,,,,,[],,,, +1690,1131258440343416832,1131256654102716416,1558548004000.0,2019-05-22 18:00:04,+0000,,@royalacademy @guardian @FT @Telegraph Did it for the memes https://t.co/jVnidsSJmj,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1131258440343416832,[],['https://pbs.twimg.com/media/D7MJjifVUAEV2Bp.jpg'],1,https://pbs.twimg.com/media/D7MJjifVUAEV2Bp.jpg,False,13566,252,934,,None,,,,,,,"[{'screen_name': 'royalacademy', 'name': 'Royal Academy', 'id': '20439102'}, {'screen_name': 'guardian', 'name': 'The Guardian', 'id': '87818409'}, {'screen_name': 'FT', 'name': 'Financial Times', 'id': '18949452'}, {'screen_name': 'Telegraph', 'name': 'The Telegraph', 'id': '16343974'}]",,,, +1691,1131238800980451328,1131238277183201280,1558543322000.0,2019-05-22 16:42:02,+0000,,@teslainventory Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1131238800980451328,[],[],0,,False,1185,64,27,,None,,,,,,,"[{'screen_name': 'teslainventory', 'name': '🔋Erik🔋', 'id': '565198801'}]",,,, +1692,1130966809794863104,1130799551672143874,1558478474000.0,2019-05-21 22:41:14,+0000,,"@arctechinc @Everman @cleantechnica Yeah, been thinking about it for a long time. Electric supersonic VTOL. Hard problem.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1130966809794863104,[],[],0,,False,1356,156,76,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}, {'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1693,1130963712674631681,1130884644717699073,1558477736000.0,2019-05-21 22:28:56,+0000,,@BPSYT1 @Erdayastronaut @SpaceX Hopefully in about 10 days,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1130963712674631681,[],[],0,,False,1598,46,79,,None,,,,,,,"[{'screen_name': 'BPSYT1', 'name': 'Bot', 'id': '4824663723'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1694,1130963333471907840,1130884644717699073,1558477645000.0,2019-05-21 22:27:25,+0000,,@Erdayastronaut @SpaceX Physics favors full flow,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1130963333471907840,[],[],0,,False,4016,85,106,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1695,1130962543596302336,1130799551672143874,1558477457000.0,2019-05-21 22:24:17,+0000,,@cleantechnica Good design imo,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1130962543596302336,[],[],0,,False,3189,79,73,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1696,1130955627532939265,1130913917864034304,1558475808000.0,2019-05-21 21:56:48,+0000,,@sama Thanks Sam!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1130955627532939265,[],[],0,,False,14966,233,276,,None,,,,,,,"[{'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +1697,1130865099743289344,1130475579843710977,1558454224000.0,2019-05-21 15:57:04,+0000,,@ARKInvest Good piece on lower total cost of ownership of electric vehicles,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1130865099743289344,[],[],0,,False,3108,113,128,,None,,,,,,,"[{'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}]",,,, +1698,1130202626438512640,1130097035494023170,1558296278000.0,2019-05-19 20:04:38,+0000,,@Erik2be @Teslarati Sorry to hear that. Will fix.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1130202626438512640,[],[],0,,False,1362,82,38,,None,,,,,,,"[{'screen_name': 'Erik2be', 'name': 'Erik Hendrix', 'id': '962653110'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1699,1130083016041086976,1129888234081640448,1558267761000.0,2019-05-19 12:09:21,+0000,,@Liv_Boeree Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1130083016041086976,[],[],0,,False,1990,58,43,,None,,,,,,,"[{'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}]",,,, +1700,1130060332200747008,1128834111878193155,1558262353000.0,2019-05-19 10:39:13,+0000,,@PunishedFranc83 @SpaceXStarlink @SpaceX Easy to turn one of our Starlink satellites into a debris collector,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1130060332200747008,[],[],0,,False,1275,110,85,,None,,,,,,,"[{'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1701,1130059352323215360,1128834111878193155,1558262119000.0,2019-05-19 10:35:19,+0000,,@PunishedFranc83 @SpaceXStarlink @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1130059352323215360,[],[],0,,False,823,9,21,,None,,,,,,,"[{'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1702,1129989614481993729,1129888234081640448,1558245492000.0,2019-05-19 05:58:12,+0000,,@giarC71 Almost ready. I’m testing it personally this weekend.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1129989614481993729,[],[],0,,False,2592,122,80,,None,,,,,,,"[{'screen_name': 'giarC71', 'name': 'CDL', 'id': '48584754'}]",,,, +1703,1129940704673685504,1129888234081640448,1558233831000.0,2019-05-19 02:43:51,+0000,,@gurleen_s_ Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1129940704673685504,[],[],0,,False,2561,59,44,,None,,,,,,,"[{'screen_name': 'gurleen_s_', 'name': 'Gurleen', 'id': '1031340151874768898'}]",,,, +1704,1129940276745609219,1129888234081640448,1558233729000.0,2019-05-19 02:42:09,+0000,,Also porting Unreal Engine,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1129940276745609219,[],[],0,,False,50846,1684,2195,,None,,,,,,,[],,,, +1705,1129926157946638336,1129926062526406656,1558230363000.0,2019-05-19 01:46:03,+0000,,@FHiedra Nintendo won’t let us,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129926157946638336,[],[],0,,False,1205,110,46,,None,,,,,,,"[{'screen_name': 'FHiedra', 'name': 'GNAUTICA', 'id': '2422760853'}]",,,, +1706,1129925319270395906,1129924410339495937,1558230163000.0,2019-05-19 01:42:43,+0000,,"@BillM_HB Maybe so eventually, but it will be information & entertainment, not trickery",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129925319270395906,[],[],0,,False,3674,155,111,,None,,,,,,,[],,,, +1707,1129924410339495937,1129924410339495937,1558229947000.0,2019-05-19 01:39:07,+0000,,"Tesla does not advertise or pay for endorsements. Instead, we use that money to make the product great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129924410339495937,[],[],0,,False,60388,1460,5720,https://twitter.com/Teslarati/status/1129127540998705157,None,,,,,,,[],,,, +1708,1129921946353668096,1129888234081640448,1558229359000.0,2019-05-19 01:29:19,+0000,,We def need racing game using actual car steering wheel & pedals!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129921946353668096,[],[],0,,False,52511,1332,3373,,None,,,,,,,[],,,, +1709,1129921625304981504,1129888234081640448,1558229283000.0,2019-05-19 01:28:03,+0000,,@JamyDev Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129921625304981504,[],[],0,,False,1473,20,30,,None,,,,,,,"[{'screen_name': 'JamyDev', 'name': 'JamyDev', 'id': '1295264100029616128'}]",,,, +1710,1129921531994202112,1129888234081640448,1558229260000.0,2019-05-19 01:27:40,+0000,,@juanittoburrito @sargentwhitey Of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129921531994202112,[],[],0,,False,757,17,16,,None,,,,,,,"[{'screen_name': 'juanittoburrito', 'name': 'Juan Guevara', 'id': '4100860163'}, {'screen_name': 'sargentwhitey', 'name': 'Sargentwhitey', 'id': '1357939058'}]",,,, +1711,1129921375777329152,1129888234081640448,1558229223000.0,2019-05-19 01:27:03,+0000,,@GlamandGore Portal 1 & 2 on this would rock,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129921375777329152,[],[],0,,False,2852,48,78,,None,,,,,,,"[{'screen_name': 'GlamandGore', 'name': 'Mykie', 'id': '2456142770'}]",,,, +1712,1129921205610266624,1129888234081640448,1558229182000.0,2019-05-19 01:26:22,+0000,,@asimo3089 @Roblox Would be great to have @Roblox & @Minecraft!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129921205610266624,[],[],0,,False,7687,382,828,,None,,,,,,,"[{'screen_name': 'asimo3089', 'name': 'asimo3089', 'id': '204563745'}, {'screen_name': 'Roblox', 'name': 'Roblox', 'id': '16745055'}]",,,, +1713,1129921006133436416,1129888234081640448,1558229135000.0,2019-05-19 01:25:35,+0000,,"Interact with games via touchscreen, steering wheel buttons & XBox/PS controllers",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129921006133436416,[],[],0,,False,27066,316,806,,None,,,,,,,[],,,, +1714,1129888234081640448,1129888234081640448,1558221321000.0,2019-05-18 23:15:21,+0000,,Lots more games coming once we finish porting Unity!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1129888234081640448,[],[],0,,False,109292,2312,11111,https://twitter.com/teslainvernon/status/1129594966588547072,None,,,,,,,[],,,, +1715,1129836119267262464,1129832918220718080,1558208896000.0,2019-05-18 19:48:16,+0000,,@flcnhvy Top Secret https://t.co/Gi2wN2HVyO,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1129836119267262464,[],['https://pbs.twimg.com/tweet_video_thumb/D6379FtU0AAO-iN.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/D6379FtU0AAO-iN.jpg,False,15934,307,851,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1716,1129629072097775616,1129500229408055296,1558159532000.0,2019-05-18 06:05:32,+0000,,"@MillShive @ChrisG_NSF @jdeshetler It technically could, but wouldn’t have enough mass margin for a heat shield, landing propellant or legs, so not reusable",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1129629072097775616,[],[],0,,False,892,52,44,,None,,,,,,,"[{'screen_name': 'MillShive', 'name': 'Mill Shive', 'id': '523078637'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'jdeshetler', 'name': 'Jay L. DeShetler', 'id': '153106195'}]",,,, +1717,1129622616787083265,1129459107952332800,1558157993000.0,2019-05-18 05:39:53,+0000,,"@MyCatNameIsShad No worse than production of a gasoline car, provided the lithium-ion battery cathode is primarily nickel vs cobalt. Nickel is the main alloying ingredient in stainless steel, which is what knives & forks are made of.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1129622616787083265,[],[],0,,False,1368,68,70,,None,,,,,,,[],,,, +1718,1129619080342900737,1129459107952332800,1558157150000.0,2019-05-18 05:25:50,+0000,, https://t.co/48s5D3IfWs,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1129619080342900737,['https://www.tesla.com/blog/putting-tesla-hepa-filter-and-bioweapon-defense-mode-to-the-test'],[],0,,False,19744,388,1484,,None,,,,,,,[],,,, +1719,1129618550161731584,1129459107952332800,1558157024000.0,2019-05-18 05:23:44,+0000,,"Because a Tesla produces no emissions & filters most toxins, pollen, spores & viruses, it actually cleans up surrounding air as it travels",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1129618550161731584,[],[],0,,False,40941,694,3973,,None,,,,,,,[],,,, +1720,1129460254922592256,1129459107952332800,1558119283000.0,2019-05-17 18:54:43,+0000,,@maggiejuang1 Sure is. I live here. Air quality is especially bad near highways. https://t.co/XeBB5iP7mo,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1129460254922592256,['https://www.latimes.com/local/california/la-me-freeway-pollution-what-you-can-do-20171230-htmlstory.html'],[],0,,False,1773,97,94,,None,,,,,,,"[{'screen_name': 'maggiejuang1', 'name': '*Maggie*', 'id': '918397681159901186'}]",,,, +1721,1129459107952332800,1129459107952332800,1558119010000.0,2019-05-17 18:50:10,+0000,,This is why we put extra filters in all Tesla cars. S & X even have hospital operating room grade HEPA filters.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1129459107952332800,[],[],0,,False,49722,1060,3834,https://twitter.com/elonmusk/status/1129458434624053248,None,,,,,,,[],,,, +1722,1129458434624053248,1129458434624053248,1558118849000.0,2019-05-17 18:47:29,+0000,,😐,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1129458434624053248,[],[],0,,False,96751,1763,15003,https://twitter.com/cleantechnica/status/1129435468452417536,None,,,,,,,[],,,, +1723,1129454746794770432,1129353517045637120,1558117970000.0,2019-05-17 18:32:50,+0000,,"@MrRobCapewell @Tesla @Apple @ValueAnalyst1 Yeah, feels like something is messed up with Apple news app. Almost only ever shows negative news. Nickname is “the hate stream” 🤣",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1129454746794770432,[],[],0,,False,5139,234,238,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Apple', 'name': 'Apple', 'id': '380749300'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}]",,,, +1724,1129446717412204544,1126301826658136064,1558116056000.0,2019-05-17 18:00:56,+0000,,@RocketLab Congrats on many successful launches!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1129446717412204544,[],[],0,,False,5810,77,171,,None,,,,,,,"[{'screen_name': 'RocketLab', 'name': 'Rocket Lab', 'id': '91145174'}]",,,, +1725,1129274835173908481,1129274835173908481,1558075076000.0,2019-05-17 06:37:56,+0000,,And I am forever grateful https://t.co/kU1pT8t0yv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1129274835173908481,[],['https://pbs.twimg.com/media/D6v9ed6UwAAoKg2.jpg'],1,https://pbs.twimg.com/media/D6v9ed6UwAAoKg2.jpg,False,732771,3200,132786,,None,,,,,,,[],,,, +1726,1129103432223154176,1129095718696886279,1558034210000.0,2019-05-16 19:16:50,+0000,,@KetanKavaiya123 @engineers_feed √-1 2^3 3.14 😋,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1129103432223154176,[],[],0,,False,1744,124,109,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1727,1129100691367124993,1129095718696886279,1558033557000.0,2019-05-16 19:05:57,+0000,,@engineers_feed Set of all math jokes that are actually funny is pretty small (sigh),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1129100691367124993,[],[],0,,False,1391,120,56,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1728,1129100052129959937,1129095718696886279,1558033404000.0,2019-05-16 19:03:24,+0000,,"@engineers_feed Physics demands the impedance of resistance, because it’s not real",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1129100052129959937,[],[],0,,False,1408,44,59,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1729,1129098899807801345,1129095718696886279,1558033130000.0,2019-05-16 18:58:50,+0000,,@engineers_feed What makes resistance complex is that it’s half imaginary!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1129098899807801345,[],[],0,,False,12763,220,608,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1730,1129085209431773185,1128854768216993793,1558029865000.0,2019-05-16 18:04:25,+0000,,@vicentes @xprize @kitkitschool @onebillion Glad it worked out,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1129085209431773185,[],[],0,,False,605,28,20,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'xprize', 'name': 'XPRIZE', 'id': '15919988'}, {'screen_name': 'kitkitschool', 'name': 'KitkitSchool', 'id': '823608277757935616'}, {'screen_name': 'onebillion', 'name': 'onebillion', 'id': '2340024625'}]",,,, +1731,1129082976786980864,1128854768216993793,1558029333000.0,2019-05-16 17:55:33,+0000,,@xprize @kitkitschool @onebillion Congratulations @kitkitschool & @onebillion on creating great open source literacy software!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1129082976786980864,[],[],0,,False,2154,33,98,,None,,,,,,,"[{'screen_name': 'xprize', 'name': 'XPRIZE', 'id': '15919988'}, {'screen_name': 'kitkitschool', 'name': 'KitkitSchool', 'id': '823608277757935616'}, {'screen_name': 'onebillion', 'name': 'onebillion', 'id': '2340024625'}]",,,, +1732,1128840713783791619,1128834111878193155,1557971573000.0,2019-05-16 01:52:53,+0000,,"6 more launches of 60 🛰 for initial activation, 12 for significant coverage",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1128840713783791619,[],[],0,,False,31434,575,1326,,None,,,,,,,[],,,, +1733,1128834111878193155,1128834111878193155,1557969999000.0,2019-05-16 01:26:39,+0000,,"Starlink mission will be heaviest @SpaceX payload ever at 18.5 tons. If all goes well, each launch of 60 satellites will generate more power than Space Station & deliver 1 terabit of bandwidth to Earth.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1128834111878193155,[],[],0,,False,61079,1436,6465,,None,,,,,,,[],,,, +1734,1128698222170402817,1128376680693809153,1557937601000.0,2019-05-15 16:26:41,+0000,,@jeff_foust 🏴‍☠️,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1128698222170402817,[],[],0,,False,13622,388,645,,None,,,,,,,"[{'screen_name': 'jeff_foust', 'name': 'Jeff Foust', 'id': '6374602'}]",,,, +1735,1128450852455235584,1128409114621751296,1557878623000.0,2019-05-15 00:03:43,+0000,,@Alejandro_DebH @bluemoondance74 @space_terp @NASASpaceflight That’s about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1128450852455235584,[],[],0,,False,1028,38,29,,None,,,,,,,"[{'screen_name': 'Alejandro_DebH', 'name': 'Dark Energy 🏳️\u200d🌈', 'id': '461216071'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'space_terp', 'name': 'PH', 'id': '2582619522'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1736,1128450531326775297,1128409114621751296,1557878546000.0,2019-05-15 00:02:26,+0000,,@Erdayastronaut @NASASpaceflight Probably start installing end of next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1128450531326775297,[],[],0,,False,1913,47,56,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1737,1128450109052575744,1128409114621751296,1557878446000.0,2019-05-15 00:00:46,+0000,,"@bluemoondance74 @space_terp @NASASpaceflight SN4 is done. Hawthorne is working on SN5 now, but focus is ramping build rate of SN6 through SN10.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1128450109052575744,[],[],0,,False,795,24,28,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'space_terp', 'name': 'PH', 'id': '2582619522'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1738,1128449289498218496,1128409114621751296,1557878250000.0,2019-05-14 23:57:30,+0000,,"@Erdayastronaut @NASASpaceflight The opposite. Any insights gained by one team must be shared with the other, but other team not required to use them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1128449289498218496,[],[],0,,False,1765,59,73,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1739,1128448802942177280,1128409114621751296,1557878134000.0,2019-05-14 23:55:34,+0000,,@space_terp @NASASpaceflight Both sites will make many Starships. This is a competition to see which location is most effective. Answer might be both.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1128448802942177280,[],[],0,,False,996,60,48,,None,,,,,,,"[{'screen_name': 'space_terp', 'name': 'PH', 'id': '2582619522'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1740,1128448308970541056,1128409114621751296,1557878017000.0,2019-05-14 23:53:37,+0000,,@NASASpaceflight SpaceX is doing simultaneous competing builds of Starship in Boca Chica Texas & Cape Canaveral Florida,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1128448308970541056,[],[],0,,False,6090,153,391,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1741,1128221562438467584,1128076661411311618,1557823956000.0,2019-05-14 08:52:36,+0000,,"@kurtybot @Tesla A lot, but you can’t count on lines",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1128221562438467584,[],[],0,,False,13064,317,204,,None,,,,,,,"[{'screen_name': 'kurtybot', 'name': 'Kurty', 'id': '221278284'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1742,1127966493679816704,1127833768876703744,1557763143000.0,2019-05-13 15:59:03,+0000,,@macodiseas @oha_alex Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1127966493679816704,[],[],0,,False,1022,78,32,,None,,,,,,,"[{'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'oha_alex', 'name': 'Alex Oha 📈', 'id': '898336170504933376'}]",,,, +1743,1127833949210677248,1127833768876703744,1557731542000.0,2019-05-13 07:12:22,+0000,,@oha_alex It’s a factor,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1127833949210677248,[],[],0,,False,756,82,34,,None,,,,,,,"[{'screen_name': 'oha_alex', 'name': 'Alex Oha 📈', 'id': '898336170504933376'}]",,,, +1744,1127830669063626752,1127830669063626752,1557730760000.0,2019-05-13 06:59:20,+0000,,GoT season finale leaked https://t.co/wMoLFDSsbt,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1127830669063626752,[],['https://pbs.twimg.com/media/D6bcA6NUUAITskh.jpg'],1,https://pbs.twimg.com/media/D6bcA6NUUAITskh.jpg,False,70156,965,4634,,None,,,,,,,[],,,, +1745,1127816860848648193,1124710238500917248,1557727468000.0,2019-05-13 06:04:28,+0000,,"@Kristennetten @mayapolarbear Technically, his bro",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1127816860848648193,[],[],0,,False,1055,35,23,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'mayapolarbear', 'name': 'Mayapolarbear', 'id': '942400326359019520'}]",,,, +1746,1127816455553028098,1124710238500917248,1557727371000.0,2019-05-13 06:02:51,+0000,,@mayapolarbear https://t.co/G7HTDnsyU4,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1127816455553028098,[],['https://pbs.twimg.com/media/D6bPFalUwAA1u9F.jpg'],1,https://pbs.twimg.com/media/D6bPFalUwAA1u9F.jpg,False,16344,183,640,,None,,,,,,,[],,,, +1747,1127613303478312960,1127590248857260033,1557678936000.0,2019-05-12 16:35:36,+0000,,@mayemusk @KimbalMusk @ToscaMusk @kimbal Happy Mother’s Day. I love you Mom!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1127613303478312960,[],[],0,,False,14837,162,431,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'KimbalMusk', 'name': 'Kimbal Musk', 'id': '1579082400'}, {'screen_name': 'ToscaMusk', 'name': 'Tosca Musk', 'id': '11150432'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +1748,1127549104337199109,1127443610331254784,1557663629000.0,2019-05-12 12:20:29,+0000,,@gorosart Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1127549104337199109,[],[],0,,False,17396,189,394,,None,,,,,,,"[{'screen_name': 'gorosart', 'name': 'Goro Fujita', 'id': '748524102105718784'}]",,,, +1749,1127416233815461898,1127349385614856197,1557631951000.0,2019-05-12 03:32:31,+0000,,@johnsontoddr4 @gorosart Completely agree. Every Tesla should have good art & music creation software.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1127416233815461898,[],[],0,,False,3369,91,146,,None,,,,,,,"[{'screen_name': 'johnsontoddr4', 'name': 'Todd R. Johnson', 'id': '869698848175738880'}, {'screen_name': 'gorosart', 'name': 'Goro Fujita', 'id': '748524102105718784'}]",,,, +1750,1127408590157783040,1127388838362378241,1557630128000.0,2019-05-12 03:02:08,+0000,,@PPathole @SpaceX It is flat-packed. No dispenser.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1127408590157783040,[],[],0,,False,3152,98,75,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1751,1127392756626624514,1127388838362378241,1557626353000.0,2019-05-12 01:59:13,+0000,,@ampontour That *might* not be my lucky 🍀 number,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1127392756626624514,[],[],0,,False,2393,74,79,,None,,,,,,,"[{'screen_name': 'ampontour', 'name': 'Alan Parry', 'id': '17799570'}]",,,, +1752,1127391773930577922,1127388838362378241,1557626119000.0,2019-05-12 01:55:19,+0000,,"More details on day of launch, currently tracking to Wednesday",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1127391773930577922,[],[],0,,False,17029,296,440,,None,,,,,,,[],,,, +1753,1127391581072347137,1127388838362378241,1557626073000.0,2019-05-12 01:54:33,+0000,,"Much will likely go wrong on 1st mission. Also, 6 more launches of 60 sats needed for minor coverage, 12 for moderate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1127391581072347137,[],[],0,,False,18065,311,550,,None,,,,,,,[],,,, +1754,1127390620111081473,1127388838362378241,1557625844000.0,2019-05-12 01:50:44,+0000,,"These are production design, unlike our earlier Tintin demo sats",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1127390620111081473,[],[],0,,False,7061,120,177,,None,,,,,,,[],,,, +1755,1127389993188507649,1127388838362378241,1557625694000.0,2019-05-12 01:48:14,+0000,,"If static fire 👍 on Mon, 🚀 on Tues",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1127389993188507649,[],[],0,,False,9476,131,336,,None,,,,,,,[],,,, +1756,1127388838362378241,1127388838362378241,1557625419000.0,2019-05-12 01:43:39,+0000,,First 60 @SpaceX Starlink satellites loaded into Falcon fairing. Tight fit. https://t.co/gZq8gHg9uK,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1127388838362378241,[],"['https://pbs.twimg.com/media/D6VKKwiUUAABZ_p.jpg', 'https://pbs.twimg.com/media/D6VKKwbUUAAMuVI.jpg']",1,https://pbs.twimg.com/media/D6VKKwiUUAABZ_p.jpg,False,78315,1986,9700,,None,,,,,,,[],,,, +1757,1127373651920113664,1127349385614856197,1557621798000.0,2019-05-12 00:43:18,+0000,,@gorosart Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1127373651920113664,[],[],0,,False,14692,90,319,,None,,,,,,,"[{'screen_name': 'gorosart', 'name': 'Goro Fujita', 'id': '748524102105718784'}]",,,, +1758,1127277229304508416,1127277229304508416,1557598809000.0,2019-05-11 18:20:09,+0000,,♥️u3k,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1127277229304508416,[],[],0,,False,23288,537,1422,https://twitter.com/Teslarati/status/1127273426333388801,None,,,,,,,[],,,, +1759,1127071173655719937,1126940064175595520,1557549682000.0,2019-05-11 04:41:22,+0000,,@rdstrick777 @MFrunker @Tesla Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1127071173655719937,[],[],0,,False,1987,57,33,,None,,,,,,,"[{'screen_name': 'rdstrick777', 'name': 'Rick Strickland', 'id': '54049827'}, {'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1760,1127067581217591297,1126940064175595520,1557548825000.0,2019-05-11 04:27:05,+0000,,@MFrunker @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1127067581217591297,[],[],0,,False,2137,44,30,,None,,,,,,,"[{'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1761,1126950061257052160,1126940064175595520,1557520806000.0,2019-05-10 20:40:06,+0000,,"@Tesla Yes, they are! 🤣",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1126950061257052160,[],[],0,,False,49044,419,2659,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1762,1126947320728145920,1126942788023607296,1557520153000.0,2019-05-10 20:29:13,+0000,,@Lilzamud Will try it,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1126947320728145920,[],[],0,,False,3258,48,39,,None,,,,,,,"[{'screen_name': 'Lilzamud', 'name': 'Lilia Zamudio', 'id': '3060433298'}]",,,, +1763,1126944861221900288,1126942788023607296,1557519567000.0,2019-05-10 20:19:27,+0000,,We have 2 dogs & 1 cat. Dogs jump in car no problem. Cat does not. Experiment concluded.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1126944861221900288,[],[],0,,False,69246,1035,2823,,None,,,,,,,[],,,, +1764,1126942907586400256,1126942788023607296,1557519101000.0,2019-05-10 20:11:41,+0000,,"Cats, probably not tbh",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1126942907586400256,[],[],0,,False,54991,586,1762,,None,,,,,,,[],,,, +1765,1126942788023607296,1126942788023607296,1557519072000.0,2019-05-10 20:11:12,+0000,,Truth,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1126942788023607296,[],[],0,,False,79558,707,4967,https://twitter.com/Tesla/status/1126911564286767106,None,,,,,,,[],,,, +1766,1126904005920092160,1126903577795006465,1557509826000.0,2019-05-10 17:37:06,+0000,,"@ICannot_Enough How about “Future is driving you”, followed by the word “future” several times in decreasing font size?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1126904005920092160,[],[],0,,False,21806,540,853,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}]",,,, +1767,1126772790445522949,1126772790445522949,1557478542000.0,2019-05-10 08:55:42,+0000,,By Spiderwee on Artstation https://t.co/wE3HOKeZSt,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1126772790445522949,[],['https://pbs.twimg.com/media/D6MZ4QwUcAEbZb3.jpg'],1,https://pbs.twimg.com/media/D6MZ4QwUcAEbZb3.jpg,False,75749,1205,7172,,None,,,,,,,[],,,, +1768,1126770862177153024,1126589271454785536,1557478082000.0,2019-05-10 08:48:02,+0000,,@jonsrud @Model3Owners How about being able to look through any of the cameras?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1126770862177153024,[],[],0,,False,1358,103,44,,None,,,,,,,"[{'screen_name': 'jonsrud', 'name': 'Jeff Onsrud', 'id': '17929185'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1769,1126770554596282371,1126589271454785536,1557478009000.0,2019-05-10 08:46:49,+0000,,@Model3Owners Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1126770554596282371,[],[],0,,False,5508,60,54,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1770,1126748783130230786,1126686813840535552,1557472818000.0,2019-05-10 07:20:18,+0000,,@A_Bossaerts @nichegamer That’s how I feel when I see dabbing,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1126748783130230786,[],[],0,,False,3529,47,85,,None,,,,,,,"[{'screen_name': 'A_Bossaerts', 'name': 'Anton Bossaerts', 'id': '2380982623'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1771,1126703507447271425,1126703507447271425,1557462023000.0,2019-05-10 04:20:23,+0000,,.@cgpgrey drives a Tesla across the loneliest road in America https://t.co/UAovEHY4SE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1126703507447271425,['https://youtu.be/_naDg-guomA'],[],0,,False,11118,318,746,,None,,,,,,,[],,,, +1772,1126691057410797568,1126686813840535552,1557459055000.0,2019-05-10 03:30:55,+0000,,@Erdayastronaut Probably June 20,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1126691057410797568,[],[],0,,False,7180,161,237,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1773,1126686813840535552,1126686813840535552,1557458043000.0,2019-05-10 03:14:03,+0000,,"Oh stop teasing, Jeff 😉 https://t.co/wuWPENcSE1",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1126686813840535552,[],['https://pbs.twimg.com/media/D6LLrm9U8AAkV8p.jpg'],1,https://pbs.twimg.com/media/D6LLrm9U8AAkV8p.jpg,False,89909,1742,8160,,None,,,,,,,[],,,, +1774,1126653499834372096,1126651518432763909,1557450101000.0,2019-05-10 01:01:41,+0000,,@Dystopian_Blues @blueorigin @SpaceX @JeffBezos But putting the word “Blue” on a ball is questionable branding,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1126653499834372096,[],[],0,,False,2981,151,255,,None,,,,,,,"[{'screen_name': 'Dystopian_Blues', 'name': 'Van', 'id': '1100652975884775424'}, {'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}]",,,, +1775,1126653097114198016,1126651518432763909,1557450005000.0,2019-05-10 01:00:05,+0000,,@Dystopian_Blues @blueorigin @SpaceX @JeffBezos Competition is good. Results in a better outcome for all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1126653097114198016,[],[],0,,False,2086,44,118,,None,,,,,,,"[{'screen_name': 'Dystopian_Blues', 'name': 'Van', 'id': '1100652975884775424'}, {'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}]",,,, +1776,1126611407984779264,1126589271454785536,1557440065000.0,2019-05-09 22:14:25,+0000,,"@WhatsupFranks @flcnhvy We could have gamed an LA/NY Autopilot journey last year, but when we do it this year, everyone with Tesla Full Self-Driving will be able to do it too",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1126611407984779264,[],[],0,,False,2259,152,138,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1777,1126610999006486528,1126589271454785536,1557439968000.0,2019-05-09 22:12:48,+0000,,@WhatsupFranks @flcnhvy That journey will have a diff age rating,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1126610999006486528,[],[],0,,False,2109,18,40,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1778,1126609124446195712,1126177054750277637,1557439521000.0,2019-05-09 22:05:21,+0000,,@TeslaNY @Tesla @MotorTrend Latest Model S is slightly faster,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1126609124446195712,[],[],0,,False,1199,39,47,,None,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'MotorTrend', 'name': 'motortrend', 'id': '25383000'}]",,,, +1779,1126602536436113409,1126589271454785536,1557437950000.0,2019-05-09 21:39:10,+0000,,@flcnhvy Basically begging for it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1126602536436113409,[],[],0,,False,3144,42,63,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1780,1126594529690177536,1126589271454785536,1557436041000.0,2019-05-09 21:07:21,+0000,,Shoulda seen it coming …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1126594529690177536,[],[],0,,False,78645,998,4269,,None,,,,,,,[],,,, +1781,1126589271454785536,1126589271454785536,1557434787000.0,2019-05-09 20:46:27,+0000,,Turns out there’s more ways to use Autopilot than we imagined,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1126589271454785536,[],[],0,,False,166875,2462,21917,,None,,,,,,,[],,,, +1782,1126529586257207297,1124812395300343808,1557420557000.0,2019-05-09 16:49:17,+0000,,@pwlwnd Soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1126529586257207297,[],[],0,,False,700,65,20,,None,,,,,,,"[{'screen_name': 'pwlwnd', 'name': 'Pawel Wenda', 'id': '20624272'}]",,,, +1783,1126521671806902273,1126517813932326913,1557418670000.0,2019-05-09 16:17:50,+0000,,@sara_boutall @WorldAndScience Baby Thanos?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1126521671806902273,[],[],0,,False,2593,70,90,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1784,1126520567341801473,1126517813932326913,1557418407000.0,2019-05-09 16:13:27,+0000,,@JStantonLV @v_g_fischer @WorldAndScience Time,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1126520567341801473,[],[],0,,False,1850,67,64,,None,,,,,,,"[{'screen_name': 'JStantonLV', 'name': 'Jason Stanton', 'id': '280073386'}, {'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1785,1126519850254209024,1126517813932326913,1557418236000.0,2019-05-09 16:10:36,+0000,,@v_g_fischer @WorldAndScience Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1126519850254209024,[],[],0,,False,1208,17,17,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1786,1126519181711568901,1126517813932326913,1557418077000.0,2019-05-09 16:07:57,+0000,,"@WorldAndScience Yeah, takes you to a big purple guy with a bejeweled gold glove",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1126519181711568901,[],[],0,,False,25156,320,2320,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1787,1126517796416806912,1126236405301014528,1557417747000.0,2019-05-09 16:02:27,+0000,,@TjAllard I was just there about a month ago,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1126517796416806912,[],[],0,,False,611,24,11,,None,,,,,,,"[{'screen_name': 'TjAllard', 'name': 'TJ Allard', 'id': '20893127'}]",,,, +1788,1126517073247477760,1126497803386200069,1557417574000.0,2019-05-09 15:59:34,+0000,,@BaalDrogo @Tesla Probably shouldn’t have called holding company Cyberdyne Systems 😔,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1126517073247477760,[],[],0,,False,1872,38,52,,None,,,,,,,"[{'screen_name': 'BaalDrogo', 'name': 'Cheems10', 'id': '405629940'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1789,1126516543938916354,1126497803386200069,1557417448000.0,2019-05-09 15:57:28,+0000,,"@realHayman @Tesla Just behind the glovebox, which is, presumably, where the gloves are",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1126516543938916354,[],[],0,,False,1799,52,42,,None,,,,,,,"[{'screen_name': 'realHayman', 'name': 'Hayman Buwaneswaran Buwan, MD', 'id': '16543550'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1790,1126515008811048960,1126497803386200069,1557417082000.0,2019-05-09 15:51:22,+0000,,"@Tesla He’s just kidding, folks, but best to turn car off just in case. Also 2001 was 18 years ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1126515008811048960,[],[],0,,False,25308,441,992,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1791,1126300384631324673,1124282211925151744,1557365912000.0,2019-05-09 01:38:32,+0000,,@nichegamer @EV_Stevee @flcnhvy @Model3DLR @mortchad @Tesla Mein Herz brennt is👌boss fight song,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1126300384631324673,[],[],0,,False,1158,54,106,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Model3DLR', 'name': 'Timo Gleissner', 'id': '3059145521'}, {'screen_name': 'mortchad', 'name': 'Chad Mortensen', 'id': '451261679'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1792,1126292379323908096,1124282211925151744,1557364003000.0,2019-05-09 01:06:43,+0000,,"@EV_Stevee @flcnhvy @Model3DLR @mortchad @Tesla Schatz, bitte hör auf- ich werde rot!",de,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1126292379323908096,[],[],0,,False,694,33,87,,None,,,,,,,"[{'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Model3DLR', 'name': 'Timo Gleissner', 'id': '3059145521'}, {'screen_name': 'mortchad', 'name': 'Chad Mortensen', 'id': '451261679'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1793,1126249537662676992,1126247435452370944,1557353789000.0,2019-05-08 22:16:29,+0000,,"Even though lease cost is lower, I recommend purchase, as buyer retains upside value of car vs lease where you have give it back to Tesla",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1126249537662676992,[],[],0,,False,12273,612,411,,None,,,,,,,[],,,, +1794,1126247435452370944,1126247435452370944,1557353287000.0,2019-05-08 22:08:07,+0000,,"Model 3 Standard Range+ with Autopilot lease is $399/month at https://t.co/46TXqRrsdr, but lots of other EVs available: https://t.co/ePlZTmXcgG",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1126247435452370944,"['http://Tesla.com', 'https://insideevs.com/reviews/344001/compare-evs/']",[],0,,False,12124,590,849,,None,,,,,,,[],,,, +1795,1126243218742374400,1124282211925151744,1557352282000.0,2019-05-08 21:51:22,+0000,,@Model3DLR @mortchad @EV_Stevee @Tesla We’re closing the loop on Autobahn driving. Will improve dramatically in coming months. Ultra gemütlich.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1126243218742374400,[],[],0,,False,786,33,52,,None,,,,,,,"[{'screen_name': 'Model3DLR', 'name': 'Timo Gleissner', 'id': '3059145521'}, {'screen_name': 'mortchad', 'name': 'Chad Mortensen', 'id': '451261679'}, {'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1796,1126239938129752066,1126236405301014528,1557351500000.0,2019-05-08 21:38:20,+0000,,@PauljHorton @teslamodel3fan Oh. They have nice pictures there.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1126239938129752066,[],[],0,,False,3108,77,49,,None,,,,,,,"[{'screen_name': 'PauljHorton', 'name': 'Sunset_Tesla', 'id': '204443045'}, {'screen_name': 'teslamodel3fan', 'name': 'Tesla Model 3 Fan', 'id': '3532426698'}]",,,, +1797,1126239705354211328,1126236405301014528,1557351444000.0,2019-05-08 21:37:24,+0000,,@teslamodel3fan There are people not on Twitter!? Where are they?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1126239705354211328,[],[],0,,False,2629,161,100,,None,,,,,,,"[{'screen_name': 'teslamodel3fan', 'name': 'Tesla Model 3 Fan', 'id': '3532426698'}]",,,, +1798,1126239063436959745,1126236405301014528,1557351291000.0,2019-05-08 21:34:51,+0000,,@bravehearttexas Does look like fun,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1126239063436959745,[],[],0,,False,455,23,9,,None,,,,,,,[],,,, +1799,1125863460347305984,1125862560195125250,1557261741000.0,2019-05-07 20:42:21,+0000,,@KamrasLaura 🇫🇮🖤 Finnish Metal Rocks 🖤🇫🇮,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1125863460347305984,[],[],0,,False,3202,146,220,,None,,,,,,,"[{'screen_name': 'KamrasLaura', 'name': 'Laura Kamras', 'id': '944510473424293888'}]",,,, +1800,1125854279808450560,1125853252128522240,1557259552000.0,2019-05-07 20:05:52,+0000,,@_TomCross_ @Teslarati @SpaceX @13ericralph31 One of the biggest reusability improvements was fast leg stow. Version 1 sometimes took days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1125854279808450560,[],[],0,,False,4116,74,133,,None,,,,,,,"[{'screen_name': '_TomCross_', 'name': 'TomCross', 'id': '942308439052648448'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}]",,,, +1801,1125853713741041666,1125826882962952192,1557259417000.0,2019-05-07 20:03:37,+0000,,"@alzslabyrinth @UberFacts In recent years, hours were much higher. Don’t recommend though — bad for health & happiness. But no choice or Tesla would die. Hope to reduce to 80 hours next year.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1125853713741041666,[],[],0,,False,3789,244,292,,None,,,,,,,"[{'screen_name': 'alzslabyrinth', 'name': 'A', 'id': '781574781682364416'}, {'screen_name': 'UberFacts', 'name': 'UberFacts', 'id': '95023423'}]",,,, +1802,1125828206592909312,1125828206592909312,1557253335000.0,2019-05-07 18:22:15,+0000,,Been wanting to go ever since that Finnish metal band won https://t.co/KksntCDsAw,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1125828206592909312,['https://m.youtube.com/watch?v=gAh9NRGNhUU'],[],0,,False,13700,771,1150,https://twitter.com/elonmusk/status/1125823642158243841,None,,,,,,,[],,,, +1803,1125826119364517888,1125621529180377088,1557252838000.0,2019-05-07 18:13:58,+0000,,@Hfinnelll @Tesla 💙,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1125826119364517888,[],[],0,,False,876,46,15,,None,,,,,,,"[{'screen_name': 'Hfinnelll', 'name': 'Henry f', 'id': '743494507509932032'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1804,1125825692644417537,1125621529180377088,1557252736000.0,2019-05-07 18:12:16,+0000,,@Tesla My security car is called Baby Smurf,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1125825692644417537,[],[],0,,False,14340,335,530,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1805,1125823988096090112,1125621529180377088,1557252330000.0,2019-05-07 18:05:30,+0000,,"@Tesla Also, Blood, Gandalf the Grey & Superdraco",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1125823988096090112,[],[],0,,False,8905,270,280,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1806,1125823642158243841,1125621529180377088,1557252247000.0,2019-05-07 18:04:07,+0000,,@Tesla Eurovision,tr,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1125823642158243841,[],[],0,,False,28987,587,1242,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1807,1125821624857423873,1125717930187137024,1557251766000.0,2019-05-07 17:56:06,+0000,,@Tesla too Euro,es,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1125821624857423873,[],[],0,,False,6275,179,135,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1808,1125820049439113216,1125819231428169728,1557251391000.0,2019-05-07 17:49:51,+0000,,@CryptoNekoZ @Tesla Click checkbox under “Advanced Settings”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1125820049439113216,[],[],0,,False,6397,66,222,,None,,,,,,,"[{'screen_name': 'CryptoNekoZ', 'name': 'NekoZ', 'id': '876576493505310721'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1809,1125476193145315328,1125474794764267523,1557169409000.0,2019-05-06 19:03:29,+0000,,@Malcolmmarsman Effectively throttles via tight impulse width control & hundreds of small firings,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1125476193145315328,[],[],0,,False,1209,46,27,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}]",,,, +1810,1125474794764267523,1125474794764267523,1557169076000.0,2019-05-06 18:57:56,+0000,,Dragon approaching Space Station,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1125474794764267523,[],[],0,,False,27707,648,2344,https://twitter.com/Space_Station/status/1125389151581409280,None,,,,,,,[],,,, +1811,1125274068817567746,1125224178351771648,1557121219000.0,2019-05-06 05:40:19,+0000,,"@nichegamer @InsideEVs Not to be taken literally, of course. He means any maker of dairy products.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1125274068817567746,[],[],0,,False,917,65,23,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +1812,1125225512358400000,1125224178351771648,1557109642000.0,2019-05-06 02:27:22,+0000,,"@InsideEVs Wow, how did they take this video!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1125225512358400000,[],[],0,,False,4143,144,107,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +1813,1125221982079815680,1125185648204369920,1557108800000.0,2019-05-06 02:13:20,+0000,,@Rjdlandscapes @cleantechnica Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1125221982079815680,[],[],0,,False,1036,31,30,,None,,,,,,,"[{'screen_name': 'Rjdlandscapes', 'name': 'Rob Dickinson', 'id': '2373039386'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1814,1125194891133243392,1125193736659431424,1557102341000.0,2019-05-06 00:25:41,+0000,,@RoseLeoMusk @nichegamer Looks about 18 light-minutes away,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1125194891133243392,[],[],0,,False,1467,73,39,,None,,,,,,,"[{'screen_name': 'RoseLeoMusk', 'name': '🌹R̶̥̟͉̟͍̟̠͔̉̆̈̿̅̋̒̇͌̃͘̚M̴̡̧̼̙͇̻̫̜̱̩̣̒̈́̓͌̒͊̌͌̀͝͝ ♡', 'id': '27987027'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1815,1125194069808799744,1125193736659431424,1557102145000.0,2019-05-06 00:22:25,+0000,,Relatively speaking,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1125194069808799744,[],[],0,,False,35721,466,905,,None,,,,,,,[],,,, +1816,1125193736659431424,1125193736659431424,1557102066000.0,2019-05-06 00:21:06,+0000,,"Space is easy, orbit is hard",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1125193736659431424,[],[],0,,False,65950,770,4475,https://twitter.com/NASA/status/1125190944519786496,None,,,,,,,[],,,, +1817,1125146885944037376,1125142503894786048,1557090896000.0,2019-05-05 21:14:56,+0000,,"@Rawasen_ SpaceX needs to demonstrate more progress with Starship, but that will hopefully happen rapidly",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1125146885944037376,[],[],0,,False,3971,77,141,,None,,,,,,,"[{'screen_name': 'rawasen_', 'name': '🅴 Rawasen', 'id': '737287994'}]",,,, +1818,1125141772865130496,1125135709336215552,1557089677000.0,2019-05-05 20:54:37,+0000,,"@Teslarati .@NASA support for reusability with high reliability, the critical breakthrough for orbital rockets, has made a big difference",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1125141772865130496,[],[],0,,False,4586,69,205,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1819,1125128387129778176,1125125123281960962,1557086486000.0,2019-05-05 20:01:26,+0000,,@arctechinc Will consider,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1125128387129778176,[],[],0,,False,787,24,17,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +1820,1125124438322597889,1125122191786299393,1557085544000.0,2019-05-05 19:45:44,+0000,,@westcoastbill To air is human 💨,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1125124438322597889,[],[],0,,False,4392,134,168,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +1821,1124976555782885376,1124839044955787264,1557050286000.0,2019-05-05 09:58:06,+0000,,"@asilversteinTV @scot_work @jkypes @Tesla Sorry for the inconvenience. We’re aware of this glitch & it’s fixed, but software updates wait for a WiFi connection. Policy has been changed to push updates like this over cell connection sooner.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1124976555782885376,[],[],0,,False,980,33,38,,None,,,,,,,"[{'screen_name': 'asilversteinTV', 'name': 'Adam Silverstein', 'id': '348910864'}, {'screen_name': 'scot_work', 'name': 'Scot Work', 'id': '1024481853799952384'}, {'screen_name': 'jkypes', 'name': 'Jordan Kuipers', 'id': '365552675'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1822,1124931415781494785,1124924245748928513,1557039524000.0,2019-05-05 06:58:44,+0000,,@Kristennetten @DiscoverMag Close,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1124931415781494785,[],[],0,,False,1200,47,18,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +1823,1124930841551839232,1124924245748928513,1557039387000.0,2019-05-05 06:56:27,+0000,,"@DiscoverMag Just kidding (obv), but the Fermi Paradox is bizarre https://t.co/p367FQY0hN",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1124930841551839232,['https://en.m.wikipedia.org/wiki/Fermi_paradox'],[],0,,False,1963,159,92,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +1824,1124928321802739712,1124924245748928513,1557038786000.0,2019-05-05 06:46:26,+0000,,@DiscoverMag Maybe they’re among us. Just saying maybe …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1124928321802739712,[],[],0,,False,28642,1157,2033,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +1825,1124879551031463936,1124698163695235073,1557027158000.0,2019-05-05 03:32:38,+0000,,@jack_p Yeah definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1124879551031463936,[],[],0,,False,3781,81,52,,None,,,,,,,"[{'screen_name': 'jack_p', 'name': 'Jack Pattillo', 'id': '14994418'}]",,,, +1826,1124875318588624896,1124872476398370816,1557026149000.0,2019-05-05 03:15:49,+0000,,@Teslarati Triggered,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1124875318588624896,[],[],0,,False,6468,130,220,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1827,1124832270840283136,1124812395300343808,1557015886000.0,2019-05-05 00:24:46,+0000,,@flcnhvy Candy is coming 🍭,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1124832270840283136,[],[],0,,False,2229,162,115,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1828,1124814197051641857,1124812395300343808,1557011577000.0,2019-05-04 23:12:57,+0000,,That’s a direct quote from Warren Buffett,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1124814197051641857,[],[],0,,False,21713,344,463,,None,,,,,,,[],,,, +1829,1124813815843917824,1124812395300343808,1557011486000.0,2019-05-04 23:11:26,+0000,,Also 1000 times more fun!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1124813815843917824,[],[],0,,False,21757,306,453,,None,,,,,,,[],,,, +1830,1124812792140161024,1124812395300343808,1557011242000.0,2019-05-04 23:07:22,+0000,,@teslaownersSV Later this month. We need to merge a lot of updates into main code branch.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1124812792140161024,[],[],0,,False,1832,109,77,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +1831,1124812395300343808,1124812395300343808,1557011147000.0,2019-05-04 23:05:47,+0000,,"Order online in 2 mins, 7 day return policy https://t.co/46TXqRrsdr",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1124812395300343808,['http://Tesla.com'],[],0,,False,24712,838,1915,https://twitter.com/cleantechnica/status/1124811199332225024,None,,,,,,,[],,,, +1832,1124806076539346944,1124780558469476358,1557009641000.0,2019-05-04 22:40:41,+0000,,@CNBC Margaritaville is one of my fav songs,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1124806076539346944,[],[],0,,False,19773,441,1497,,None,,,,,,,"[{'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +1833,1124802060723953664,1124801696666927105,1557008683000.0,2019-05-04 22:24:43,+0000,,@ValueAnalyst1 True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1124802060723953664,[],[],0,,False,1971,58,43,,None,,,,,,,"[{'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}]",,,, +1834,1124733296464633856,1124120212628856833,1556992289000.0,2019-05-04 17:51:29,+0000,,@MrTommyCampbell @Tesla You’re welcome. Thanks for buying a Tesla!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1124733296464633856,[],[],0,,False,878,30,20,,None,,,,,,,"[{'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1835,1124310025940242432,1121113876488081408,1556891373000.0,2019-05-03 13:49:33,+0000,,@arctechinc Only if unable to order by May 10,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/1124310025940242432,[],[],0,,False,642,109,29,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +1836,1124304069789544454,1124059256750247936,1556889953000.0,2019-05-03 13:25:53,+0000,,@marshmellomusic Here you go https://t.co/CNhJwBCmx6,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/1124304069789544454,[],['https://pbs.twimg.com/media/D5pUljsU8AEd1bX.jpg'],1,https://pbs.twimg.com/media/D5pUljsU8AEd1bX.jpg,False,57325,531,2247,,None,,,,,,,"[{'screen_name': 'marshmellomusic', 'name': 'marshmello', 'id': '2987922767'}]",,,, +1837,1124130993256796161,1124130876814778370,1556848688000.0,2019-05-03 01:58:08,+0000,,@EverythingGoats 🙏,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1124130993256796161,[],[],0,,False,1466,65,52,,None,,,,,,,"[{'screen_name': 'EverythingGoats', 'name': '100% Goats', 'id': '2973453269'}]",,,, +1838,1124130677874552832,1124124507273175040,1556848613000.0,2019-05-03 01:56:53,+0000,,@arctechinc Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1124130677874552832,[],[],0,,False,6292,143,108,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +1839,1124126449659547649,1124124507273175040,1556847605000.0,2019-05-03 01:40:05,+0000,,Maybe this goat is available https://t.co/qo2hR7Vcsp,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1124126449659547649,['https://m.youtube.com/watch?v=-aLYvZ5sX28'],[],0,,False,50091,1368,2840,,None,,,,,,,[],,,, +1840,1124124507273175040,1124124507273175040,1556847142000.0,2019-05-03 01:32:22,+0000,,Changing Tesla horn sound to 🐐,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1124124507273175040,[],[],0,,False,172235,3585,14920,,None,,,,,,,[],,,, +1841,1124116362924658688,1121956383056904193,1556845200000.0,2019-05-03 01:00:00,+0000,,@HumanVsMachine Sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1124116362924658688,[],[],0,,False,24689,578,1216,,None,,,,,,,"[{'screen_name': 'HumanVsMachine', 'name': 'HumanVSMachine', 'id': '789314726874472448'}]",,,, +1842,1123450198984929282,1122987659079618563,1556686374000.0,2019-05-01 04:52:54,+0000,,"@S100D27 @paulg @CNBC @chamath Yeah, weird",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1123450198984929282,[],[],0,,False,1715,141,50,,None,,,,,,,"[{'screen_name': 'paulg', 'name': 'Paul Graham', 'id': '183749519'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'chamath', 'name': 'Chamath Palihapitiya', 'id': '3291691'}]",,,, +1843,1123449137226231809,1122987659079618563,1556686121000.0,2019-05-01 04:48:41,+0000,,@paulg Good question,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1123449137226231809,[],[],0,,False,14770,400,247,,None,,,,,,,"[{'screen_name': 'paulg', 'name': 'Paul Graham', 'id': '183749519'}]",,,, +1844,1123126001171517440,1123033196642201600,1556609080000.0,2019-04-30 07:24:40,+0000,,@VitalikButerin What should be developed on Ethereum?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1123126001171517440,[],[],0,,False,6290,1246,1148,,None,,,,,,,"[{'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}]",,,, +1845,1123115209734799361,1123077742466031616,1556606507000.0,2019-04-30 06:41:47,+0000,,"@savannahseymour Of 14M futures, 13.9M were simply death by boredom",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1123115209734799361,[],[],0,,False,6326,118,175,,None,,,,,,,"[{'screen_name': 'savannahseymour', 'name': 'Savannah Seymour', 'id': '30416742'}]",,,, +1846,1123111936231596032,1123077742466031616,1556605726000.0,2019-04-30 06:28:46,+0000,,@wonderofscience Naturally Ramanujan,in,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1123111936231596032,[],[],0,,False,2440,43,65,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +1847,1123077742466031616,1123077742466031616,1556597574000.0,2019-04-30 04:12:54,+0000,,How many futures are there actually?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1123077742466031616,[],[],0,,False,35040,4617,4324,,None,,,,,,,[],,,, +1848,1123040406344568832,1123033196642201600,1556588672000.0,2019-04-30 01:44:32,+0000,,@VitalikButerin Stop giving away free ETH! 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1123040406344568832,[],[],0,,False,10840,294,523,,None,,,,,,,"[{'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}]",,,, +1849,1123037863900209152,1123037863900209152,1556588066000.0,2019-04-30 01:34:26,+0000,,And yet people ask what could possibly go wrong with AI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1123037863900209152,[],[],0,,False,31743,894,3104,https://twitter.com/aleksjames54/status/1123037242807603200,None,,,,,,,[],,,, +1850,1123036700718948352,1122958362549731328,1556587789000.0,2019-04-30 01:29:49,+0000,,@nichegamer Fate loves irony https://t.co/wIzUpTuOYN,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1123036700718948352,['https://www.geek.com/games/why-gandhi-is-always-a-warmongering-jerk-in-civilization-1608515/'],[],0,,False,4241,61,196,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1851,1123034747460972545,1123033196642201600,1556587323000.0,2019-04-30 01:22:03,+0000,,jk,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1123034747460972545,[],[],0,,False,64306,1441,3604,,None,,,,,,,[],,,, +1852,1123033196642201600,1123033196642201600,1556586953000.0,2019-04-30 01:15:53,+0000,,Ethereum,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1123033196642201600,[],[],0,,False,102144,4459,9235,,None,,,,,,,[],,,, +1853,1123005153517289473,1122863802641342464,1556580267000.0,2019-04-29 23:24:27,+0000,,@hamids @Tesla Excellent analysis,fr,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1123005153517289473,[],[],0,,False,3216,93,106,,None,,,,,,,"[{'screen_name': 'hamids', 'name': 'Hamid Shojaee', 'id': '16258534'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1854,1122959704093646848,1122959590516113408,1556569431000.0,2019-04-29 20:23:51,+0000,,Deepfake https://t.co/uBcXcNzJ8e,de,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1122959704093646848,['https://m.youtube.com/watch?v=T76bK2t2r8g'],[],0,,False,12225,372,904,,None,,,,,,,[],,,, +1855,1122958362549731328,1122958362549731328,1556569111000.0,2019-04-29 20:18:31,+0000,,OG wisdom https://t.co/zoj8qZDrRV,da,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1122958362549731328,[],['https://pbs.twimg.com/media/D5WMrVOV4AAeJw3.jpg'],1,https://pbs.twimg.com/media/D5WMrVOV4AAeJw3.jpg,False,213260,1958,38678,,None,,,,,,,[],,,, +1856,1122943619734724608,1122943619734724608,1556565596000.0,2019-04-29 19:19:56,+0000,,Malcolm @Gladwell’s new book is 👌 https://t.co/NQHWWIK650,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1122943619734724608,[],['https://pbs.twimg.com/media/D5V_RIGU8AACJAQ.jpg'],1,https://pbs.twimg.com/media/D5V_RIGU8AACJAQ.jpg,False,79300,897,7979,,None,,,,,,,[],,,, +1857,1122829331401601029,1122829331401601029,1556538348000.0,2019-04-29 11:45:48,+0000,,Starships on Mars https://t.co/AyKEO6ATiZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/1122829331401601029,[],['https://pbs.twimg.com/media/D5UXU0LUEAEEXSk.jpg'],1,https://pbs.twimg.com/media/D5UXU0LUEAEEXSk.jpg,False,163406,3387,15452,,None,,,,,,,[],,,, +1858,1122826522748841984,1122824422031646720,1556537678000.0,2019-04-29 11:34:38,+0000,,@gatoparlante Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/1122826522748841984,[],[],0,,False,952,42,23,,None,,,,,,,"[{'screen_name': 'gatoparlante', 'name': 'Helmets are better facemasks - Meowrider. 🏍️🐈\u200d⬛', 'id': '223305880'}]",,,, +1859,1122825965023817735,1122824422031646720,1556537545000.0,2019-04-29 11:32:25,+0000,,@0xSkywalker Damn haters,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/1122825965023817735,[],[],0,,False,5908,99,168,,None,,,,,,,"[{'screen_name': '0xSkywalker', 'name': 'ɹǝʞlɐʍʎʞS', 'id': '717741613'}]",,,, +1860,1122824422031646720,1122824422031646720,1556537177000.0,2019-04-29 11:26:17,+0000,,Starship on the moon https://t.co/UGjDG8ofID,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/1122824422031646720,[],['https://pbs.twimg.com/media/D5US3AeU8AAHxyV.jpg'],1,https://pbs.twimg.com/media/D5US3AeU8AAHxyV.jpg,False,83584,1949,5692,,None,,,,,,,[],,,, +1861,1122817321318223872,1122816850138583040,1556535484000.0,2019-04-29 10:58:04,+0000,,@Timsierramist @Tesla Our competitors do,fr,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1122817321318223872,[],[],0,,False,1137,55,34,,None,,,,,,,"[{'screen_name': 'Timsierramist', 'name': 'Tim R Alcoser Jr', 'id': '14176869'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1862,1122817103373881344,1122816850138583040,1556535433000.0,2019-04-29 10:57:13,+0000,,@Timsierramist @Tesla We don’t buy advertising,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1122817103373881344,[],[],0,,False,1691,73,81,,None,,,,,,,"[{'screen_name': 'Timsierramist', 'name': 'Tim R Alcoser Jr', 'id': '14176869'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1863,1122816262709530624,1121446015716847617,1556535232000.0,2019-04-29 10:53:52,+0000,,@TheStreet @jimcramer Where’s the proof!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1122816262709530624,[],[],0,,False,1097,82,42,,None,,,,,,,"[{'screen_name': 'TheStreet', 'name': 'TheStreet', 'id': '15281391'}, {'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +1864,1122798316251516928,1122495189245992960,1556530953000.0,2019-04-29 09:42:33,+0000,,@flcnhvy @sara_boutall @martinengwicht @MoWo91 @mayemusk Genau,lt,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1122798316251516928,[],[],0,,False,708,44,26,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1865,1122797330900480000,1122495189245992960,1556530718000.0,2019-04-29 09:38:38,+0000,,@sara_boutall @martinengwicht @MoWo91 @mayemusk Might be boring,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1122797330900480000,[],[],0,,False,557,37,8,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1866,1122796593348956160,1122495189245992960,1556530543000.0,2019-04-29 09:35:43,+0000,,@martinengwicht @MoWo91 @mayemusk Physics is a set of compression functions for the simulation,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1122796593348956160,[],[],0,,False,661,25,59,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1867,1122796252821803008,1122495189245992960,1556530461000.0,2019-04-29 09:34:21,+0000,,@martinengwicht @MoWo91 @mayemusk It’s pretty much the only theory. This will mess with your mind: https://t.co/MHnzaBiDII,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1122796252821803008,['https://en.m.wikipedia.org/wiki/Probability_amplitude'],[],0,,False,508,30,35,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1868,1122792343952711680,1122717872948535297,1556529529000.0,2019-04-29 09:18:49,+0000,,@westcoastbill Sensors are for the weak. Just go open loop.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1122792343952711680,[],[],0,,False,2829,72,101,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +1869,1122791077130358789,1122742399824990208,1556529227000.0,2019-04-29 09:13:47,+0000,,@WorldAndScience So true,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1122791077130358789,[],[],0,,False,9094,108,232,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1870,1122719970096373760,1122555191390298113,1556512274000.0,2019-04-29 04:31:14,+0000,,@stevecheney As sure as night follows day,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1122719970096373760,[],[],0,,False,758,55,38,,None,,,,,,,"[{'screen_name': 'stevecheney', 'name': 'Steve Cheney', 'id': '20495458'}]",,,, +1871,1122676953071276033,1122495189245992960,1556502018000.0,2019-04-29 01:40:18,+0000,,@Malcolmmarsman @Kristennetten @flcnhvy @MoWo91 @mayemusk Schrödinger is a probability distribution in the shape of a cat,ro,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1122676953071276033,[],[],0,,False,1172,72,60,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1872,1122675864842301440,1122495189245992960,1556501759000.0,2019-04-29 01:35:59,+0000,,@Kristennetten @flcnhvy @MoWo91 @mayemusk Any observation of Schrödinger changes Schrödinger,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1122675864842301440,[],[],0,,False,763,37,27,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1873,1122675277966872576,1122495189245992960,1556501619000.0,2019-04-29 01:33:39,+0000,,"@Kristennetten @flcnhvy @MoWo91 @mayemusk Once had a Great Dane named Hamlet, because Hamlet was a great Dane",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1122675277966872576,[],[],0,,False,1345,63,66,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1874,1122674603879325696,1122674388854169600,1556501458000.0,2019-04-29 01:30:58,+0000,,@J_M_0_N The only thing beyond ludicrous is plaid!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1122674603879325696,[],[],0,,False,1031,67,51,,None,,,,,,,"[{'screen_name': 'J_M_0_N', 'name': 'Jay Pase', 'id': '3041519156'}]",,,, +1875,1122672146944159744,1122495189245992960,1556500872000.0,2019-04-29 01:21:12,+0000,,@flcnhvy @MoWo91 @mayemusk That’s them! Schrödinger is neither here nor there.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1122672146944159744,[],[],0,,False,1442,52,48,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1876,1122660916384808960,1122495189245992960,1556498195000.0,2019-04-29 00:36:35,+0000,,@arichduvet Not as far as I know,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1122660916384808960,[],[],0,,False,596,18,18,,None,,,,,,,"[{'screen_name': 'arichduvet', 'name': 'Saurabh Chaturvedi', 'id': '257842996'}]",,,, +1877,1122660604953542658,1122495189245992960,1556498120000.0,2019-04-29 00:35:20,+0000,,"@MoWo91 @mayemusk We have a big dog called Gatsby, a little dog called Marvin the Martian & a cat named Schrödinger",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1122660604953542658,[],[],0,,False,1758,81,66,,None,,,,,,,"[{'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1878,1122659764029153282,1122495189245992960,1556497920000.0,2019-04-29 00:32:00,+0000,,@bluemoondance74 @MoWo91 @mayemusk Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1122659764029153282,[],[],0,,False,985,29,28,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1879,1122627494421491712,1122495189245992960,1556490226000.0,2019-04-28 22:23:46,+0000,,"@MoWo91 @mayemusk Quantum mechanics was harder than all my other courses combined, but so incredible",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1122627494421491712,[],[],0,,False,35578,455,1288,,None,,,,,,,"[{'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1880,1122627162870140928,1120480117338398720,1556490147000.0,2019-04-28 22:22:27,+0000,,"@redmor11 @PlugInFUD @JoelSapp @rrosenbl @Tesla NVIDIA is a great company, but we needed (essentially) a dedicated ASIC for vision-based driving, whereas their solution needs to serve many different customer needs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1122627162870140928,[],[],0,,False,1054,33,42,,None,,,,,,,"[{'screen_name': 'redmor11', 'name': 'Redmor11', 'id': '213104292'}, {'screen_name': 'PlugInFUD', 'name': 'Elmer Spud', 'id': '1019985498662670337'}, {'screen_name': 'JoelSapp', 'name': 'Joel E. Sapp', 'id': '15383197'}, {'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1881,1122578386138722304,1122193991238389760,1556478518000.0,2019-04-28 19:08:38,+0000,,@AttorneyFrey @MarcusLauer3 @Tesla @Teslarati I think it will be something like that. Much more productive to manage a fleet of robotaxis than only drive one taxi yourself.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1122578386138722304,[],[],0,,False,1004,104,53,,None,,,,,,,"[{'screen_name': 'AttorneyFrey', 'name': 'Ron Frey ⚖️', 'id': '26808774'}, {'screen_name': 'MarcusLauer3', 'name': 'Marcus Lauer', 'id': '1032039311280099329'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1882,1122561906730913792,1120480117338398720,1556474589000.0,2019-04-28 18:03:09,+0000,,"@martinengwicht @JoelSapp @rrosenbl @Tesla 21 TOPS for Xavier. Pegasus is just Xavier with a power hog GPU on a separate board. Problem is you can’t transfer data fast enough between computer & GPU, so GPU usable TOPS is almost irrelevant.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1122561906730913792,[],[],0,,False,807,47,54,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'JoelSapp', 'name': 'Joel E. Sapp', 'id': '15383197'}, {'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1883,1122560261926215680,1120480117338398720,1556474197000.0,2019-04-28 17:56:37,+0000,,"@JoelSapp @rrosenbl @Tesla Exactly, Tesla & Nvidia numbers described by Pete were max *usable* teraops running our vision net",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1122560261926215680,[],[],0,,False,478,18,25,,None,,,,,,,"[{'screen_name': 'JoelSapp', 'name': 'Joel E. Sapp', 'id': '15383197'}, {'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1884,1122274751911567360,1122156409943207936,1556406126000.0,2019-04-27 23:02:06,+0000,,@GamingSpeedy We’re working on it. Takes time to get all regulatory approvals. Almost there for the larger US states. At least 6 to 12 months for Europe/UK.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1122274751911567360,[],[],0,,False,11707,240,291,,None,,,,,,,"[{'screen_name': 'GamingSpeedy', 'name': 'SpeedyAlt', 'id': '1232233233502416896'}]",,,, +1885,1122006149283270658,1122001610387984384,1556342086000.0,2019-04-27 05:14:46,+0000,,@gul_garak @JaneidyEve Certain regulatory agencies would beg to differ 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1122006149283270658,[],[],0,,False,1670,141,60,,None,,,,,,,"[{'screen_name': 'gul_garak', 'name': 'Alejandro', 'id': '865749303565983745'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +1886,1122005785414815745,1121975068345683969,1556341999000.0,2019-04-27 05:13:19,+0000,,@rdstrick777 @Erdayastronaut @StevenHardison @lrocket 1,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1122005785414815745,[],[],0,,False,900,28,24,,None,,,,,,,"[{'screen_name': 'rdstrick777', 'name': 'Rick Strickland', 'id': '54049827'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +1887,1122005622654816256,1122001610387984384,1556341960000.0,2019-04-27 05:12:40,+0000,,@teslaownersSV @JaneidyEve Haha yes,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1122005622654816256,[],[],0,,False,869,40,27,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +1888,1122005441028841472,1122001610387984384,1556341917000.0,2019-04-27 05:11:57,+0000,,"@JaneidyEve It’s just me writing, so the foolish things I say are entirely my fault 😜",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1122005441028841472,[],[],0,,False,886,51,45,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +1889,1122004555359641600,1122001610387984384,1556341706000.0,2019-04-27 05:08:26,+0000,,"@JaneidyEve Only see about 5% of mentions. No deep logic to those I answer. Aspirationally useful, but often whimsical.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1122004555359641600,[],[],0,,False,1516,93,49,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +1890,1122002302385082369,1121975068345683969,1556341169000.0,2019-04-27 04:59:29,+0000,,"@rdstrick777 @Erdayastronaut @StevenHardison @lrocket No, just preparing for untethered hover tests",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1122002302385082369,[],[],0,,False,1184,30,31,,None,,,,,,,"[{'screen_name': 'rdstrick777', 'name': 'Rick Strickland', 'id': '54049827'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +1891,1122000281594548224,1121975068345683969,1556340687000.0,2019-04-27 04:51:27,+0000,,"@Erdayastronaut @StevenHardison @lrocket Tom is still an advisor to SpaceX, but semi-retired about 5 years ago & doesn’t work on Raptor. Will Heltsley heads propulsion overall, but Raptor is a team effort. No single leader.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1122000281594548224,[],[],0,,False,1339,30,47,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +1892,1121822260522655744,1121821719071686657,1556298244000.0,2019-04-26 17:04:04,+0000,,@InsideEVs Great work by Tesla China team & supporting contractors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1121822260522655744,[],[],0,,False,7463,218,203,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +1893,1121682055828389889,1121113876488081408,1556264816000.0,2019-04-26 07:46:56,+0000,,@kuzniarpawel @GabFdP Hoping to cover all of Eastern Europe this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1121682055828389889,[],[],0,,False,1304,120,57,,None,,,,,,,"[{'screen_name': 'kuzniarpawel', 'name': 'Paweł Kuźniar', 'id': '134165952'}, {'screen_name': 'GabFdP', 'name': 'Gabriel', 'id': '76575393'}]",,,, +1894,1121678167301734401,1121446015716847617,1556263889000.0,2019-04-26 07:31:29,+0000,,@drdabbles @TheStreet @jimcramer @realmoney Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1121678167301734401,[],[],0,,False,1026,50,13,,None,,,,,,,"[{'screen_name': 'drdabbles', 'name': 'Tom C', 'id': '14578934'}, {'screen_name': 'TheStreet', 'name': 'TheStreet', 'id': '15281391'}, {'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}, {'screen_name': 'realmoney', 'name': 'Real Money', 'id': '390812646'}]",,,, +1895,1121677106935554050,1121446015716847617,1556263636000.0,2019-04-26 07:27:16,+0000,,@TheStreet @jimcramer @realmoney Everyone knows,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1121677106935554050,[],[],0,,False,1565,51,42,,None,,,,,,,"[{'screen_name': 'TheStreet', 'name': 'TheStreet', 'id': '15281391'}, {'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}, {'screen_name': 'realmoney', 'name': 'Real Money', 'id': '390812646'}]",,,, +1896,1121676590255972352,1121446015716847617,1556263513000.0,2019-04-26 07:25:13,+0000,,@TheStreet @jimcramer @realmoney Cramer is a simulation. He’s not real.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1121676590255972352,[],[],0,,False,18719,630,1046,,None,,,,,,,"[{'screen_name': 'TheStreet', 'name': 'TheStreet', 'id': '15281391'}, {'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}, {'screen_name': 'realmoney', 'name': 'Real Money', 'id': '390812646'}]",,,, +1897,1121664879088136193,1121113876488081408,1556260721000.0,2019-04-26 06:38:41,+0000,,@FalkenstrKent That’s odd. Will look into it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1121664879088136193,[],[],0,,False,825,46,14,,None,,,,,,,"[{'screen_name': 'FalkenstrKent', 'name': 'Kent Falkenstrøm', 'id': '1070010277108830213'}]",,,, +1898,1121478988386324481,1121113876488081408,1556216401000.0,2019-04-25 18:20:01,+0000,,@GabFdP UK order page will go live around May 1 or 2,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1121478988386324481,[],[],0,,False,1139,113,73,,None,,,,,,,"[{'screen_name': 'GabFdP', 'name': 'Gabriel', 'id': '76575393'}]",,,, +1899,1121478114096238592,1121113876488081408,1556216193000.0,2019-04-25 18:16:33,+0000,,We will delay $1k full self-driving option price increase until May 10 for those unable to order by May 1,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1121478114096238592,[],[],0,,False,9761,796,362,,None,,,,,,,[],,,, +1900,1121469940815425536,1121468950779396097,1556214244000.0,2019-04-25 17:44:04,+0000,,"UK Model 3 order page goes live next week, followed shortly thereafter by Japan, Australia, New Zealand & Hong Kong",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1121469940815425536,[],[],0,,False,14992,773,868,,None,,,,,,,[],,,, +1901,1121468950779396097,1121468950779396097,1556214008000.0,2019-04-25 17:40:08,+0000,,CleanTechnica summarizes new @BBC_TopGear print cover story https://t.co/HGZZoQSTns https://t.co/vPHCRSz4rv,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1121468950779396097,['https://cleantechnica.com/2019/04/25/tesla-model-3-performance-crushes-fossil-bmw-m3-around-race-track/'],['https://pbs.twimg.com/media/D5BCEPCUIAEQhZf.jpg'],1,https://pbs.twimg.com/media/D5BCEPCUIAEQhZf.jpg,False,16846,499,1419,,None,,,,,,,[],,,, +1902,1121322003112185856,1121298644899176449,1556178973000.0,2019-04-25 07:56:13,+0000,,@nichegamer Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1121322003112185856,[],[],0,,False,1602,62,53,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1903,1121290692012183554,1120831425169674240,1556171508000.0,2019-04-25 05:51:48,+0000,,"Will be sentient, of course",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1121290692012183554,[],[],0,,False,56496,1027,1814,,None,,,,,,,[],,,, +1904,1121279871882153984,1120873864441942016,1556168928000.0,2019-04-25 05:08:48,+0000,,@DMC_Ryan @TheTeslaShow Range will be above 1000km,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1121279871882153984,[],[],0,,False,2313,102,128,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'TheTeslaShow', 'name': 'The Tesla Show', 'id': '718920389603135488'}]",,,, +1905,1121114805962543104,1121113876488081408,1556129573000.0,2019-04-24 18:12:53,+0000,,"@s3xynews @patfan198010 Agreed, we’re ramping up service centers & Tesla mobile service worldwide",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1121114805962543104,[],[],0,,False,1505,125,50,,None,,,,,,,"[{'screen_name': 's3xynews', 'name': 'TæšLanïan 🖖🏼', 'id': '1031904281215942658'}, {'screen_name': 'patfan198010', 'name': 'S', 'id': '468887029'}]",,,, +1906,1121114445881602049,1121113876488081408,1556129487000.0,2019-04-24 18:11:27,+0000,,"@Mike_Mitrakos More like $1000, but varies by country due to big differences in tax",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1121114445881602049,[],[],0,,False,1109,77,27,,None,,,,,,,"[{'screen_name': 'Mike_Mitrakos', 'name': 'Michael Mitrakos', 'id': '207646922'}]",,,, +1907,1121114038446858241,1121113876488081408,1556129390000.0,2019-04-24 18:09:50,+0000,,@patfan198010 Considering,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1121114038446858241,[],[],0,,False,1911,188,63,,None,,,,,,,"[{'screen_name': 'patfan198010', 'name': 'S', 'id': '468887029'}]",,,, +1908,1121113876488081408,1121113876488081408,1556129352000.0,2019-04-24 18:09:12,+0000,,"As mentioned before, Tesla full self-driving option price will increase after May 1. You can order online at https://t.co/46TXqRrsdr.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1121113876488081408,['http://Tesla.com'],[],0,,False,16504,1839,951,,None,,,,,,,[],,,, +1909,1120944331957735425,1120831425169674240,1556088929000.0,2019-04-24 06:55:29,+0000,,@Pornhub Like blowing twigs too?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1120944331957735425,[],[],0,,False,20705,252,1271,,None,,,,,,,"[{'screen_name': 'Pornhub', 'name': 'Pornhub ARIA', 'id': '74466455'}]",,,, +1910,1120901758169935872,1120873131193712640,1556078779000.0,2019-04-24 04:06:19,+0000,,@rainnwilson Nope 😜,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1120901758169935872,[],[],0,,False,50210,423,1111,,None,,,,,,,"[{'screen_name': 'rainnwilson', 'name': 'RainnWilson', 'id': '19637934'}]",,,, +1911,1120874540018438144,1120874540018438144,1556072289000.0,2019-04-24 02:18:09,+0000,,Motor Trend on Model S updates https://t.co/Lw9kfkWM33,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1120874540018438144,['https://www.motortrend.com/news/2019-tesla-model-s-5-important-updates/'],[],0,,False,9750,366,622,,None,,,,,,,[],,,, +1912,1120873864441942016,1120873864441942016,1556072128000.0,2019-04-24 02:15:28,+0000,,Model S drives from San Francisco to Los Angeles without recharging https://t.co/cYiinwWBqd,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1120873864441942016,['https://www.motortrend.com/cars/tesla/model-s/2019/exclusive-2019-tesla-model-s-review/'],[],0,,False,18247,496,1496,,None,,,,,,,[],,,, +1913,1120868397871292416,1120831425169674240,1556070825000.0,2019-04-24 01:53:45,+0000,,@MKBHD Strange but true,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1120868397871292416,[],[],0,,False,7138,72,97,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1914,1120857090333954050,1120846381378224128,1556068129000.0,2019-04-24 01:08:49,+0000,,@jeffaandrews @Tesla This require hardware,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1120857090333954050,[],[],0,,False,702,43,18,,None,,,,,,,"[{'screen_name': 'jeffaandrews', 'name': 'Jeff', 'id': '91860103'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1915,1120855602882695168,1120854945572409344,1556067774000.0,2019-04-24 01:02:54,+0000,,Can order online in 2 mins for home delivery & return in 7 days for full refund https://t.co/46TXqRrsdr,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1120855602882695168,['http://Tesla.com'],[],0,,False,11081,445,551,,None,,,,,,,[],,,, +1916,1120854945572409344,1120854945572409344,1556067618000.0,2019-04-24 01:00:18,+0000,,New Model S has 370 mile / 595 km range,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1120854945572409344,[],[],0,,False,29027,972,2013,https://twitter.com/Tesla/status/1120846381378224128,None,,,,,,,[],,,, +1917,1120845944629501952,1120831425169674240,1556065472000.0,2019-04-24 00:24:32,+0000,,@MKBHD Perhaps the Internet has some helpful suggestions?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1120845944629501952,[],[],0,,False,6194,470,76,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1918,1120845428474298369,1120831425169674240,1556065349000.0,2019-04-24 00:22:29,+0000,,@MKBHD Can’t think of anything,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1120845428474298369,[],[],0,,False,6122,170,75,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1919,1120843697304686593,1120831425169674240,1556064936000.0,2019-04-24 00:15:36,+0000,,@joshandscomb @EGOPowerPlus Someone else thought of an electric 🍁🍃🍂 blower first? What!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1120843697304686593,[],[],0,,False,3398,106,53,,None,,,,,,,"[{'screen_name': 'joshandscomb', 'name': 'Josh Handscomb', 'id': '246504028'}, {'screen_name': 'EGOPowerPlus', 'name': 'EGO', 'id': '1246995193'}]",,,, +1920,1120842338836725760,1120831425169674240,1556064612000.0,2019-04-24 00:10:12,+0000,,Tesla blows haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1120842338836725760,[],[],0,,False,178278,1814,16873,,None,,,,,,,[],,,, +1921,1120839650183004160,1120831425169674240,1556063971000.0,2019-04-23 23:59:31,+0000,,@justadood We can probably just repurpose Model 3 HVAC parts. Not a big deal.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1120839650183004160,[],[],0,,False,814,47,26,,None,,,,,,,"[{'screen_name': 'justadood', 'name': 'Joseph Toomey', 'id': '24599842'}]",,,, +1922,1120839110564782080,1120831425169674240,1556063842000.0,2019-04-23 23:57:22,+0000,,@flcnhvy @ItsMurphyOMG True,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1120839110564782080,[],[],0,,False,4442,33,34,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'ItsMurphyOMG', 'name': 'Christian Murphy', 'id': '251827304'}]",,,, +1923,1120838867949502466,1120831425169674240,1556063784000.0,2019-04-23 23:56:24,+0000,,@JasonCross00 Long lasting battery + fast recharge > pack swap,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1120838867949502466,[],[],0,,False,2468,87,51,,None,,,,,,,"[{'screen_name': 'JasonCross00', 'name': 'Jason Cross', 'id': '14334870'}]",,,, +1924,1120838490151718912,1120831425169674240,1556063694000.0,2019-04-23 23:54:54,+0000,,@ItsMurphyOMG Haha ok,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1120838490151718912,[],[],0,,False,4704,32,50,,None,,,,,,,"[{'screen_name': 'ItsMurphyOMG', 'name': 'Christian Murphy', 'id': '251827304'}]",,,, +1925,1120838147217080320,1120831425169674240,1556063613000.0,2019-04-23 23:53:33,+0000,,"@AlvaroLuken @rainnwilson It’s been suggested by many, externally & internally",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1120838147217080320,[],[],0,,False,1429,32,18,,None,,,,,,,"[{'screen_name': 'AlvaroLuken', 'name': 'alvaro', 'id': '364106276'}, {'screen_name': 'rainnwilson', 'name': 'RainnWilson', 'id': '19637934'}]",,,, +1926,1120834722169413632,1120831425169674240,1556062796000.0,2019-04-23 23:39:56,+0000,,@WhosImmortal Aren’t there good ones already?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1120834722169413632,[],[],0,,False,2302,220,23,,None,,,,,,,"[{'screen_name': 'WhosImmortal', 'name': 'Zac - KRNG Immortal', 'id': '726544310'}]",,,, +1927,1120834177450950656,1120831425169674240,1556062666000.0,2019-04-23 23:37:46,+0000,,@ryancarlmercer Maybe add a particulate filter on inlet,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1120834177450950656,[],[],0,,False,3936,70,45,,None,,,,,,,"[{'screen_name': 'ryancarlmercer', 'name': 'Ryan Carl Mercer', 'id': '38545496'}]",,,, +1928,1120831425169674240,1120831425169674240,1556062010000.0,2019-04-23 23:26:50,+0000,,"Tesla is going to develop a quiet, electric leafblower",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1120831425169674240,[],[],0,,False,294414,9612,22868,,None,,,,,,,[],,,, +1929,1120822191061209088,1120803630595002368,1556059808000.0,2019-04-23 22:50:08,+0000,,"@FredericLambert Yeah, there was a major change in last several months. Everyone noticed, Fred. Hello.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1120822191061209088,[],[],0,,False,1724,239,66,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1930,1120821609596510209,1120803630595002368,1556059670000.0,2019-04-23 22:47:50,+0000,,@FancyPantless @FredericLambert @Tesla Will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1120821609596510209,[],[],0,,False,1247,27,20,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1931,1120821164819927041,1120803630595002368,1556059564000.0,2019-04-23 22:46:04,+0000,,@Torgo82 @FredericLambert Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1120821164819927041,[],[],0,,False,1321,44,20,,None,,,,,,,"[{'screen_name': 'Torgo82', 'name': 'Torgo82', 'id': '186990923'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1932,1120820804688547842,1120820718369943552,1556059478000.0,2019-04-23 22:44:38,+0000,,@billseymour Seriously,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1120820804688547842,[],[],0,,False,497,11,14,,None,,,,,,,"[{'screen_name': 'billseymour', 'name': 'Bill Seymour', 'id': '34597733'}]",,,, +1933,1120820597347377152,1120803630595002368,1556059428000.0,2019-04-23 22:43:48,+0000,,"@FredericLambert Also, how did you manage to get shamed into being de facto anti-Tesla by social media trolls. Jeez …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1120820597347377152,[],[],0,,False,953,78,44,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1934,1120820168723066881,1120803630595002368,1556059326000.0,2019-04-23 22:42:06,+0000,,"@FredericLambert Fred, every fire *is* investigated. Problem is those who only write about 0 injury Tesla fires while ignoring fatal combustion car fires or fail to mention any contextual statistics in their article, misleading readers into thinking EV’s have high fire risk when opposite is true.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1120820168723066881,[],[],0,,False,2771,109,155,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1935,1120817773586685957,1120794297710682114,1556058755000.0,2019-04-23 22:32:35,+0000,,"@teslaownersSV @jeffleach Thanks, support super appreciated",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1120817773586685957,[],[],0,,False,1733,83,53,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'jeffleach', 'name': 'Jeff Leach', 'id': '24741334'}]",,,, +1936,1120804018404515840,1120794297710682114,1556055476000.0,2019-04-23 21:37:56,+0000,,@jeffleach Sad if true 😔,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1120804018404515840,[],[],0,,False,1509,63,41,,None,,,,,,,"[{'screen_name': 'jeffleach', 'name': 'Jeff Leach', 'id': '24741334'}]",,,, +1937,1120803630595002368,1120803630595002368,1556055383000.0,2019-04-23 21:36:23,+0000,,"When you read double standard articles about Tesla, please ask why. Maybe there’s a good reason that isn’t obvious.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1120803630595002368,[],[],0,,False,32781,900,1608,,None,,,,,,,[],,,, +1938,1120802953130995714,1120794297710682114,1556055222000.0,2019-04-23 21:33:42,+0000,,"Reality is a Tesla, like most electric cars, is over 500% *less* likely to catch fire than combustion engine cars, which carry massive amounts of highly flammable fuel. Why is this never mentioned?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1120802953130995714,[],[],0,,False,46529,1144,3683,,None,,,,,,,[],,,, +1939,1120801643115663360,1120794297710682114,1556054909000.0,2019-04-23 21:28:29,+0000,,"Over a million combustion engine (it’s right there in the name!) car fires per year & thousands of deaths, but one Tesla car fire with no injuries gets biggest headlines. Why the double standard? This is a real question.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1120801643115663360,[],[],0,,False,51751,1139,5418,,None,,,,,,,[],,,, +1940,1120796915312947201,1120794297710682114,1556053782000.0,2019-04-23 21:09:42,+0000,,"Those who predicted Tesla & EVs would be dead & autonomy would never happen are same people attacking Tesla today for 6-12 month delays, while ignoring major automakers 5+ years late. Why the double standard?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1120796915312947201,[],[],0,,False,16743,562,1367,,None,,,,,,,[],,,, +1941,1120794297710682114,1120794297710682114,1556053158000.0,2019-04-23 20:59:18,+0000,,Almost all coverage back then said hydrogen fuel cells would destroy electric cars & autonomy was between 10 years & never …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1120794297710682114,[],[],0,,False,33924,549,2308,https://twitter.com/Everman/status/1120466365834514432,None,,,,,,,[],,,, +1942,1120780816064233472,1120752406646517760,1556049944000.0,2019-04-23 20:05:44,+0000,,@martinengwicht @msitver @FrankLuntz Anti-matter def wins on energy density 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1120780816064233472,[],[],0,,False,805,36,30,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'msitver', 'name': 'Michael Sitver 📚', 'id': '369105079'}, {'screen_name': 'FrankLuntz', 'name': 'Frank Luntz', 'id': '197496309'}]",,,, +1943,1120765060048023552,1120752406646517760,1556046187000.0,2019-04-23 19:03:07,+0000,,"@msitver @FrankLuntz Exactly. By end of this quarter, about half a million Teslas will have full self-driving hardware (pending computer swap) & we will make another half million FSD cars by mid next year.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1120765060048023552,[],[],0,,False,699,89,41,,None,,,,,,,"[{'screen_name': 'msitver', 'name': 'Michael Sitver 📚', 'id': '369105079'}, {'screen_name': 'FrankLuntz', 'name': 'Frank Luntz', 'id': '197496309'}]",,,, +1944,1120764423591694336,1120506726128730112,1556046036000.0,2019-04-23 19:00:36,+0000,,"@ValueAnalyst1 @peterdevietien @scottwww @karpathy @Tesla @nvidia As a robotaxi, probably closer to 16 hours, accounting for empty legs, travel to charger/cleaning/service, wait times, etc. ~30 mile penalty most likely imo over ~120 paid miles. Impact is signicant for electricity cost, battery wear cost & larger range pack needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1120764423591694336,[],[],0,,False,806,47,46,,None,,,,,,,"[{'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}, {'screen_name': 'peterdevietien', 'name': 'Peter de Vietien', 'id': '913410363051220992'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'nvidia', 'name': 'NVIDIA', 'id': '61559439'}]",,,, +1945,1120684392349716480,1120677667240431617,1556026955000.0,2019-04-23 13:42:35,+0000,,@ILuvAmp @ray4yu @tsport100 @Tesla Over a quarter million gasoline vehicle fires per year in USA alone https://t.co/xoaK6v6T6f,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1120684392349716480,['https://www.nfpa.org/News-and-Research/Data-research-and-tools/ARCHIVED/Fire-statistics/Vehicle-fires/Vehicle-fire-trends-and-patterns'],[],0,,False,1441,101,176,,None,,,,,,,"[{'screen_name': 'ILuvAmp', 'name': 'ILuvAmp 👁❤️⚡️', 'id': '1052250856316231680'}, {'screen_name': 'tsport100', 'name': 'Evans Electric ⚡️', 'id': '218072162'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1946,1120576384642899968,1120480117338398720,1556001204000.0,2019-04-23 06:33:24,+0000,,@dasbub @SigITConsult @Tesla Anyone who did this analysis should interview at Tesla,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1120576384642899968,[],[],0,,False,1673,50,57,,None,,,,,,,"[{'screen_name': 'dasbub', 'name': 'сука-billed блядьypus', 'id': '32618049'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1947,1120568589789147138,1120480117338398720,1555999345000.0,2019-04-23 06:02:25,+0000,,@RossSheingold @Tesla Upgrading hardware is not important for a few months,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1120568589789147138,[],[],0,,False,848,38,32,,None,,,,,,,"[{'screen_name': 'RossSheingold', 'name': 'Ross Sheingold', 'id': '63234140'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1948,1120563061558009856,1120333826482495488,1555998027000.0,2019-04-23 05:40:27,+0000,,@flcnhvy Is that a real billboard?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1120563061558009856,[],[],0,,False,35700,458,827,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1949,1120562176610263040,1120506726128730112,1555997816000.0,2019-04-23 05:36:56,+0000,,@teslaownersSV @scottwww @ValueAnalyst1 @karpathy @Tesla @nvidia We’ll let the NN loose on Track Mode one day … that’ll be insane,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1120562176610263040,[],[],0,,False,1117,59,51,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'nvidia', 'name': 'NVIDIA', 'id': '61559439'}]",,,, +1950,1120561642549469190,1120480117338398720,1555997689000.0,2019-04-23 05:34:49,+0000,,@dasbub @SigITConsult @Tesla Reddit is hardcore. Mostly correct analysis. Comments so dark …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1120561642549469190,[],[],0,,False,1685,51,67,,None,,,,,,,"[{'screen_name': 'dasbub', 'name': 'сука-billed блядьypus', 'id': '32618049'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1951,1120553837872451586,1120506726128730112,1555995828000.0,2019-04-23 05:03:48,+0000,,@scottwww @ValueAnalyst1 @karpathy @Tesla @nvidia Or maybe pegging,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1120553837872451586,[],[],0,,False,542,62,52,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'nvidia', 'name': 'NVIDIA', 'id': '61559439'}]",,,, +1952,1120553160324546560,1120506726128730112,1555995666000.0,2019-04-23 05:01:06,+0000,,"@xandriteme @scottwww @ValueAnalyst1 @karpathy @Tesla @nvidia On yeah, that too",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1120553160324546560,[],[],0,,False,589,20,20,,None,,,,,,,"[{'screen_name': 'xandriteme', 'name': 'Keith', 'id': '2837533292'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'nvidia', 'name': 'NVIDIA', 'id': '61559439'}]",,,, +1953,1120552650540498947,1120506726128730112,1555995545000.0,2019-04-23 04:59:05,+0000,,"@scottwww @ValueAnalyst1 @karpathy @Tesla @nvidia Exactly. Also, you can’t actually use computation from a separate GPU effectively, as you get choked on the bus, so most of the computation is irrelevant. High power, high cooling, but low true, usable TOPS. Worst of all worlds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1120552650540498947,[],[],0,,False,651,27,55,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'nvidia', 'name': 'NVIDIA', 'id': '61559439'}]",,,, +1954,1120502923136520192,1120479950828703745,1555983689000.0,2019-04-23 01:41:29,+0000,,Full Self-Driving video https://t.co/9ESU8LLGFU,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1120502923136520192,['https://m.youtube.com/watch?feature=youtu.be&v=tlThdr3O5Qo'],[],0,,False,22717,855,3336,,None,,,,,,,[],,,, +1955,1120491540542103558,1120480117338398720,1555980975000.0,2019-04-23 00:56:15,+0000,,@RossSheingold @Tesla All Model 3’s ever made can upgrade,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1120491540542103558,[],[],0,,False,1346,47,69,,None,,,,,,,"[{'screen_name': 'RossSheingold', 'name': 'Ross Sheingold', 'id': '63234140'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1956,1120487010127495168,1120479950828703745,1555979895000.0,2019-04-23 00:38:15,+0000,,"Warning, this presentation is 4 hrs & 20 mins long",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1120487010127495168,[],[],0,,False,50987,984,1965,,None,,,,,,,[],,,, +1957,1120483948906332161,1120480117338398720,1555979165000.0,2019-04-23 00:26:05,+0000,,@DrewAdamTepper @craighamnett @Royaljester62 @Tesla Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1120483948906332161,[],[],0,,False,934,29,15,,None,,,,,,,"[{'screen_name': 'DrewAdamTepper', 'name': 'Drew Tepper', 'id': '1098120499207507968'}, {'screen_name': 'craighamnett', 'name': 'Craig Hamnett', 'id': '1589151'}, {'screen_name': 'Royaljester62', 'name': 'Andrew', 'id': '73188941'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1958,1120483430515585024,1120479950828703745,1555979042000.0,2019-04-23 00:24:02,+0000,,@russotalks All cars made since Oct 2016 either have the hardware needed for FSD or are trivially upgradeable,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1120483430515585024,[],[],0,,False,1109,35,51,,None,,,,,,,"[{'screen_name': 'russotalks', 'name': 'Anthony Russo', 'id': '863689794'}]",,,, +1959,1120481285766623232,1120480117338398720,1555978530000.0,2019-04-23 00:15:30,+0000,,"@Royaljester62 @Tesla Yeah, will post soon",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1120481285766623232,[],[],0,,False,1122,44,32,,None,,,,,,,"[{'screen_name': 'Royaljester62', 'name': 'Andrew', 'id': '73188941'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1960,1120481224781385728,1120479950828703745,1555978516000.0,2019-04-23 00:15:16,+0000,,@RyanHummer It’s automatic,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1120481224781385728,[],[],0,,False,772,14,15,,None,,,,,,,"[{'screen_name': 'RyanHummer', 'name': 'Ryan Hummer', 'id': '19073491'}]",,,, +1961,1120479950828703745,1120479950828703745,1555978212000.0,2019-04-23 00:10:12,+0000,,Tesla Full Self-Driving https://t.co/pggm5ohVJC,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1120479950828703745,['https://youtu.be/Ucp0TTmvqOE?t=4177'],[],0,,False,34893,816,3054,,None,,,,,,,[],,,, +1962,1120376455114788872,1120376455114788872,1555953537000.0,2019-04-22 17:18:57,+0000,,Happy Home Planet Day!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1120376455114788872,[],[],0,,False,197776,2371,21975,,None,,,,,,,[],,,, +1963,1120245988860411904,1120245988860411904,1555922431000.0,2019-04-22 08:40:31,+0000,,Full Metal Alchemy,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1120245988860411904,[],[],0,,False,106145,2017,13982,https://twitter.com/Tesla/status/1119767408556687361,None,,,,,,,[],,,, +1964,1120232479661576192,1119276692755886082,1555919210000.0,2019-04-22 07:46:50,+0000,,@The_PlugSeeker @ElonsBrain @TheMERL @JohnCleese @EricIdle Love that movie!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1120232479661576192,[],[],0,,False,867,56,29,,None,,,,,,,"[{'screen_name': 'The_PlugSeeker', 'name': 'The PlugSeeker', 'id': '3439073703'}, {'screen_name': 'ElonsBrain', 'name': '🧠 Elon’s Brain 🧠', 'id': '1020627011008540672'}, {'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}, {'screen_name': 'JohnCleese', 'name': 'John Cleese', 'id': '10810102'}, {'screen_name': 'EricIdle', 'name': 'Eric Idle', 'id': '862483279'}]",,,, +1965,1120227783735566336,1119826570611269632,1555918091000.0,2019-04-22 07:28:11,+0000,,@Sofiaan @Tesla Actual Tesla range is about 5 miles / 8 km past zero,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1120227783735566336,[],[],0,,False,11318,157,267,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1966,1120071891501195264,152599413813018624,1555880923000.0,2019-04-21 21:08:43,+0000,,@jlist ♥️ 🇯🇵,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1120071891501195264,[],[],0,,False,4395,130,291,,None,,,,,,,"[{'screen_name': 'jlist', 'name': 'J-LIST', 'id': '15350768'}]",,,, +1967,1119884325682442240,1119883912640180225,1555836204000.0,2019-04-21 08:43:24,+0000,,@moyn1ckzanyat правда,ru,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1119884325682442240,[],[],0,,False,29024,512,2225,,None,,,,,,,"[{'screen_name': 'moyn1ckzanyat', 'name': 'Инженер-Инструктор', 'id': '2353354929'}]",,,, +1968,1119883893392334848,1119812929258307584,1555836101000.0,2019-04-21 08:41:41,+0000,,@v_g_fischer @4thFromOurStar Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1119883893392334848,[],[],0,,False,3928,96,104,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': '4thFromOurStar', 'name': 'Mars', 'id': '1091459141397180416'}]",,,, +1969,1119883036466667522,1119812929258307584,1555835896000.0,2019-04-21 08:38:16,+0000,,@4thFromOurStar Already have one,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1119883036466667522,[],[],0,,False,12160,62,182,,None,,,,,,,"[{'screen_name': '4thFromOurStar', 'name': 'Mars', 'id': '1091459141397180416'}]",,,, +1970,1119830193118408704,1119830193118408704,1555823298000.0,2019-04-21 05:08:18,+0000,,Respawn++,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1119830193118408704,[],[],0,,False,44291,908,2633,https://twitter.com/cleantechnica/status/1119828529422770177,None,,,,,,,[],,,, +1971,1119812929258307584,1119812929258307584,1555819182000.0,2019-04-21 03:59:42,+0000,,The Internet is insane,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1119812929258307584,[],[],0,,False,368240,7359,58218,,None,,,,,,,[],,,, +1972,1119761927440220160,1017215895284969472,1555807022000.0,2019-04-21 00:37:02,+0000,,"@flcnhvy @loadiabe86 @skabooshka @GroggyTBear @BarkMSmeagol @FitzsimmonsK @DWildemuth @handytsla @TeslaBull @VW Never seen anything like it. Tesla is just trying to make electric cars & solar power for a better future for all. True, we might not succeed, but why do they want us to fail?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1119761927440220160,[],[],0,,False,3256,539,295,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'loadiabe86', 'name': 'Heidegger', 'id': '4264175602'}, {'screen_name': 'skabooshka', 'name': 'skabooshka', 'id': '842824397496836096'}, {'screen_name': 'GroggyTBear', 'name': 'Groggy T. Bear', 'id': '983372570098634752'}, {'screen_name': 'BarkMSmeagol', 'name': 'BarkCoin 🧦🐶🕺🏼\U0001fa91', 'id': '980554784133427200'}, {'screen_name': 'FitzsimmonsK', 'name': 'Fitzsimmons💕Klaine', 'id': '1296201374582153216'}, {'screen_name': 'DWildemuth', 'name': 'DWildemuth', 'id': '1276174411'}, {'screen_name': 'TeslaBull', 'name': 'TeslaBull', 'id': '1037893101627498496'}, {'screen_name': 'VW', 'name': 'Volkswagen USA', 'id': '28165910'}]",,,, +1973,1119753087269236736,1119752307833540609,1555804914000.0,2019-04-21 00:01:54,+0000,,"@Senior__Hunter Milady, my shield is yours",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1119753087269236736,[],[],0,,False,69792,433,7662,,None,,,,,,,[],,,, +1974,1119752254062350336,1017215895284969472,1555804716000.0,2019-04-20 23:58:36,+0000,,"@loadiabe86 @skabooshka @GroggyTBear @BarkMSmeagol @FitzsimmonsK @DWildemuth @handytsla @TeslaBull This is extremely messed up. @VW, what’s going on?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1119752254062350336,[],[],0,,False,1322,138,170,,None,,,,,,,"[{'screen_name': 'loadiabe86', 'name': 'Heidegger', 'id': '4264175602'}, {'screen_name': 'skabooshka', 'name': 'skabooshka', 'id': '842824397496836096'}, {'screen_name': 'GroggyTBear', 'name': 'Groggy T. Bear', 'id': '983372570098634752'}, {'screen_name': 'BarkMSmeagol', 'name': 'BarkCoin 🧦🐶🕺🏼\U0001fa91', 'id': '980554784133427200'}, {'screen_name': 'FitzsimmonsK', 'name': 'Fitzsimmons💕Klaine', 'id': '1296201374582153216'}, {'screen_name': 'DWildemuth', 'name': 'DWildemuth', 'id': '1276174411'}, {'screen_name': 'TeslaBull', 'name': 'TeslaBull', 'id': '1037893101627498496'}]",,,, +1975,1119697894078988289,1119697455359172608,1555791755000.0,2019-04-20 20:22:35,+0000,,"@weerhov Говорят, что кур доят",ru,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1119697894078988289,[],[],0,,False,19298,487,4420,,None,,,,,,,"[{'screen_name': 'weerhov', 'name': 'поdсолнuх🌿', 'id': '772814607073312768'}]",,,, +1976,1119696952935862272,1119694205201391616,1555791531000.0,2019-04-20 20:18:51,+0000,,@Wenger57793371 @d_svtrs Вот где собака зарыта,ru,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1119696952935862272,[],[],0,,False,8932,135,1756,,None,,,,,,,"[{'screen_name': 'Wenger57793371', 'name': 'Wenger', 'id': '1092887107322986502'}]",,,, +1977,1119694664024518657,1119694205201391616,1555790985000.0,2019-04-20 20:09:45,+0000,,@d_svtrs где инопланетяне?,ru,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1119694664024518657,[],[],0,,False,26922,609,3504,,None,,,,,,,[],,,, +1978,1119414361984884737,1119302062968172544,1555724156000.0,2019-04-20 01:35:56,+0000,,🦆 FTW,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1119414361984884737,[],[],0,,False,85545,1850,5215,,None,,,,,,,[],,,, +1979,1119414064268988417,1119413593953509376,1555724085000.0,2019-04-20 01:34:45,+0000,,@universal_sci We are very tiny,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1119414064268988417,[],[],0,,False,34342,700,1877,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +1980,1119385585242628097,1119122946113429504,1555717295000.0,2019-04-19 23:41:35,+0000,,"@Model3Owners Put water repellant coating on radar, dark rectangle just below nose. Anything hydrophobic from hardware store or Tesla service can do it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1119385585242628097,[],[],0,,False,1914,61,72,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1981,1119374687312592896,1119276692755886082,1555714697000.0,2019-04-19 22:58:17,+0000,,@EricIdle @The_PlugSeeker @ElonsBrain @TheMERL @Tesla ♥️♥️♥️ 🐍🐍🐍 ♥️♥️♥️,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1119374687312592896,[],[],0,,False,1127,37,43,,None,,,,,,,"[{'screen_name': 'EricIdle', 'name': 'Eric Idle', 'id': '862483279'}, {'screen_name': 'The_PlugSeeker', 'name': 'The PlugSeeker', 'id': '3439073703'}, {'screen_name': 'ElonsBrain', 'name': '🧠 Elon’s Brain 🧠', 'id': '1020627011008540672'}, {'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1982,1119372984379035649,1119372984379035649,1555714291000.0,2019-04-19 22:51:31,+0000,,Bach is killing it on YouTube,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1119372984379035649,[],[],0,,False,33188,711,1528,https://twitter.com/elonmusk/status/1089354757188120578,None,,,,,,,[],,,, +1983,1119312988387676161,1118763291634012160,1555699986000.0,2019-04-19 18:53:06,+0000,,@LeedsMuseums @TheMERL I love your castle,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1119312988387676161,[],[],0,,False,1349,51,36,,None,,,,,,,"[{'screen_name': 'LeedsMuseums', 'name': 'Leeds Museums & Galleries', 'id': '28075476'}, {'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}]",,,, +1984,1119310722649870336,1119304617404321793,1555699446000.0,2019-04-19 18:44:06,+0000,,@TheMERL Ewe’re a winsome eyre,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1119310722649870336,[],[],0,,False,1268,40,27,,None,,,,,,,"[{'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}]",,,, +1985,1119304558700720128,1119303658577879040,1555697977000.0,2019-04-19 18:19:37,+0000,,@LarryPanozzo Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1119304558700720128,[],[],0,,False,3090,45,42,,None,,,,,,,"[{'screen_name': 'LarryPanozzo', 'name': 'Larry Panozzo', 'id': '775833339915866112'}]",,,, +1986,1119303658577879040,1119303658577879040,1555697762000.0,2019-04-19 18:16:02,+0000,,Back to work …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1119303658577879040,[],[],0,,False,96307,3035,8436,,None,,,,,,,[],,,, +1987,1119302062968172544,1119302062968172544,1555697382000.0,2019-04-19 18:09:42,+0000,,🐏,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1119302062968172544,[],[],0,,False,177993,4028,17516,,None,,,,,,,[],,,, +1988,1119293543887958018,1118835418395566081,1555695350000.0,2019-04-19 17:35:50,+0000,,@TheMERL @Berkshire_show Are you me or are you you?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1119293543887958018,[],[],0,,False,1961,102,84,,None,,,,,,,"[{'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}, {'screen_name': 'Berkshire_show', 'name': 'Berkshire Show', 'id': '22906429'}]",,,, +1989,1119293322944663554,1119276692755886082,1555695298000.0,2019-04-19 17:34:58,+0000,,"@ElonsBrain @TheMERL My fav color is blue, no red, aaargh …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1119293322944663554,[],[],0,,False,1495,84,65,,None,,,,,,,"[{'screen_name': 'ElonsBrain', 'name': '🧠 Elon’s Brain 🧠', 'id': '1020627011008540672'}, {'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}]",,,, +1990,1119291976703025153,1119276692755886082,1555694977000.0,2019-04-19 17:29:37,+0000,,@TheMERL New uWu https://t.co/kvlqvNq3Cg,in,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1119291976703025153,[],['https://pbs.twimg.com/media/D4iGHknU8AAyCrJ.jpg'],1,https://pbs.twimg.com/media/D4iGHknU8AAyCrJ.jpg,False,10955,471,2448,,None,,,,,,,"[{'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}]",,,, +1991,1119285131418583040,1119276692755886082,1555693345000.0,2019-04-19 17:02:25,+0000,,@TheMERL Old ewe https://t.co/tTmOPWUAUp,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1119285131418583040,[],['https://pbs.twimg.com/media/D4h_5KeUIAA32dd.jpg'],1,https://pbs.twimg.com/media/D4h_5KeUIAA32dd.jpg,False,6849,116,398,,None,,,,,,,"[{'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}]",,,, +1992,1119281052088815616,1117637496517603329,1555692372000.0,2019-04-19 16:46:12,+0000,,@CleopatraOwen17 @neuralink It’s USB-C,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1119281052088815616,[],[],0,,False,738,23,18,,None,,,,,,,"[{'screen_name': 'CleopatraOwen17', 'name': 'Cleopatra Owens 🇺🇸🇺🇸🇺🇸', 'id': '1023280195422375937'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1993,1119277856389914625,1119172669549764608,1555691610000.0,2019-04-19 16:33:30,+0000,,@CleopatraOwen17 @HiThomasMorelli @TheMERL It works great!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1119277856389914625,[],[],0,,False,656,21,13,,None,,,,,,,"[{'screen_name': 'CleopatraOwen17', 'name': 'Cleopatra Owens 🇺🇸🇺🇸🇺🇸', 'id': '1023280195422375937'}, {'screen_name': 'HiThomasMorelli', 'name': 'Thomas Morelli', 'id': '752911457591975936'}, {'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}]",,,, +1994,1119277454235852800,1119276692755886082,1555691514000.0,2019-04-19 16:31:54,+0000,,@TheMERL Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1119277454235852800,[],[],0,,False,2141,44,58,,None,,,,,,,"[{'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}]",,,, +1995,1119183314307309568,1119172669549764608,1555669070000.0,2019-04-19 10:17:50,+0000,,@TheMERL !,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1119183314307309568,[],[],0,,False,5495,102,103,,None,,,,,,,"[{'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}]",,,, +1996,1119180045556178949,1119139915973844992,1555668290000.0,2019-04-19 10:04:50,+0000,,I meant lämpe. Where’s the edit function when you really need it!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1119180045556178949,[],[],0,,False,56599,648,1370,,None,,,,,,,[],,,, +1997,1119141543925805056,1119139915973844992,1555659111000.0,2019-04-19 07:31:51,+0000,,Just wants a little lamp 💡,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1119141543925805056,[],[],0,,False,50913,473,1073,,None,,,,,,,[],,,, +1998,1119140113903050752,1118577125622276101,1555658770000.0,2019-04-19 07:26:10,+0000,,@EvaFoxU @shawnapandya @Bryson_M @techreview So cute,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1119140113903050752,[],[],0,,False,1350,28,20,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'shawnapandya', 'name': 'Dr. Shawna Pandya', 'id': '53321654'}, {'screen_name': 'Bryson_M', 'name': 'bryson', 'id': '14352562'}, {'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +1999,1119139915973844992,1119139915973844992,1555658723000.0,2019-04-19 07:25:23,+0000,,Original moth meme https://t.co/BYDQRzIine,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1119139915973844992,[],['https://pbs.twimg.com/media/D4f70l9UwAEy7x4.jpg'],1,https://pbs.twimg.com/media/D4f70l9UwAEy7x4.jpg,False,79275,778,4508,,None,,,,,,,[],,,, +2000,1119135916658839554,1117637496517603329,1555657769000.0,2019-04-19 07:09:29,+0000,,Or a sheep,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1119135916658839554,[],[],0,,False,24180,444,577,,None,,,,,,,[],,,, +2001,1119127895190827009,1119105234888826888,1555655857000.0,2019-04-19 06:37:37,+0000,,@rune_ea @Erdayastronaut @DJSnM @torybruno @lrocket Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1119127895190827009,[],[],0,,False,521,15,11,,None,,,,,,,"[{'screen_name': 'rune_ea', 'name': 'Ernesto Arigita', 'id': '2242498359'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +2002,1119122946113429504,1119122946113429504,1555654677000.0,2019-04-19 06:17:57,+0000,,“Wake up sheeple!” - sheep,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1119122946113429504,[],[],0,,False,107529,1892,12446,,None,,,,,,,[],,,, +2003,1119106811343204352,1119105234888826888,1555650830000.0,2019-04-19 05:13:50,+0000,,"@Erdayastronaut @DJSnM @torybruno @lrocket 🚀 propellant grade kerosene (basically, jet fuel) & liquid oxygen are close, but H2 & O2 are not",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1119106811343204352,[],[],0,,False,816,45,25,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +2004,1119106079894331392,1119105234888826888,1555650656000.0,2019-04-19 05:10:56,+0000,,@Erdayastronaut @DJSnM @torybruno @lrocket Common shaft only works if optimal rpm is similar for fuel & oxidizer,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1119106079894331392,[],[],0,,False,1503,52,37,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +2005,1119093220544147457,1119093220544147457,1555647590000.0,2019-04-19 04:19:50,+0000,,My Twitter is pretty much complete nonsense at this point,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1119093220544147457,[],[],0,,False,368095,6066,60903,,None,,,,,,,[],,,, +2006,1119092833447628800,1119091798570229761,1555647497000.0,2019-04-19 04:18:17,+0000,,"Like thug, but rural",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1119092833447628800,[],[],0,,False,30054,216,1379,,None,,,,,,,[],,,, +2007,1119092352730091521,1119091798570229761,1555647383000.0,2019-04-19 04:16:23,+0000,,Rürl Lœf,ro,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1119092352730091521,[],[],0,,False,25507,123,685,,None,,,,,,,[],,,, +2008,1119091798570229761,1119091798570229761,1555647251000.0,2019-04-19 04:14:11,+0000,,Switched souls with The Museum of English Rural Lofe,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1119091798570229761,[],[],0,,False,48944,341,3178,https://twitter.com/TheMERL/status/1118614166221271046,None,,,,,,,[],,,, +2009,1119040460457005057,1119040100401209344,1555635011000.0,2019-04-19 00:50:11,+0000,,But I’m just a simple sheep/ram,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1119040460457005057,[],[],0,,False,59725,854,3994,,None,,,,,,,[],,,, +2010,1118806120552734721,1117110717268627456,1555579140000.0,2019-04-18 09:19:00,+0000,,@baconmashwbs @natfriedman Sheep replicants,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1118806120552734721,[],[],0,,False,1364,80,38,,None,,,,,,,"[{'screen_name': 'baconmashwbs', 'name': 'baconmashwbrownsugar', 'id': '1055659676245741569'}, {'screen_name': 'natfriedman', 'name': 'Nat Friedman', 'id': '13235832'}]",,,, +2011,1118795486108868609,1117110717268627456,1555576604000.0,2019-04-18 08:36:44,+0000,,@natfriedman Sheeps thank you 🙏,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1118795486108868609,[],[],0,,False,1219,64,23,,None,,,,,,,"[{'screen_name': 'natfriedman', 'name': 'Nat Friedman', 'id': '13235832'}]",,,, +2012,1118603356380041217,1118577125622276101,1555530797000.0,2019-04-17 19:53:17,+0000,,@shawnapandya @Bryson_M @techreview Are you good with sheep?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1118603356380041217,[],[],0,,False,6480,209,184,,None,,,,,,,"[{'screen_name': 'shawnapandya', 'name': 'Dr. Shawna Pandya', 'id': '53321654'}, {'screen_name': 'Bryson_M', 'name': 'bryson', 'id': '14352562'}, {'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +2013,1118600979329339393,1118577125622276101,1555530230000.0,2019-04-17 19:43:50,+0000,,@techreview I’m an absolute unit too https://t.co/Rf0BTJmeEN,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1118600979329339393,[],['https://pbs.twimg.com/media/D4YRqNoVUAEHifg.jpg'],1,https://pbs.twimg.com/media/D4YRqNoVUAEHifg.jpg,False,69412,844,7182,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +2014,1118292557895618560,1118265559110565888,1555456697000.0,2019-04-16 23:18:17,+0000,,"@shraddha_261291 @WhatTheFFacts Yeah, gave everything I had to Tesla in Dec 2008",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1118292557895618560,[],[],0,,False,4116,207,267,,None,,,,,,,"[{'screen_name': 'shraddha_261291', 'name': 'Shraddha Chhangani', 'id': '921413876905906176'}, {'screen_name': 'WhatTheFFacts', 'name': 'What The F*** Facts', 'id': '352145373'}]",,,, +2015,1118225459416682496,1118167379861700608,1555440699000.0,2019-04-16 18:51:39,+0000,,"@sjensenknight It’s not a big deal. Charge to 90% to 95% & you’ll be fine. At 100% state of charge, regen braking doesn’t work, because the battery is full, so car is less energy efficient.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1118225459416682496,[],[],0,,False,2021,102,91,,None,,,,,,,"[{'screen_name': 'sjensenknight', 'name': 'samantha jensen', 'id': '4415506037'}]",,,, +2016,1118046319644332033,1117962030747738112,1555397989000.0,2019-04-16 06:59:49,+0000,,@iliketeslas Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1118046319644332033,[],[],0,,False,6548,72,139,,None,,,,,,,"[{'screen_name': 'iliketeslas', 'name': 'I like Teslas', 'id': '781930918739083264'}]",,,, +2017,1118019613365682181,1117962322327240705,1555391622000.0,2019-04-16 05:13:42,+0000,,@houmanhemmati @CathieDWood @ARKInvest @TashaARK @skorusARK Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1118019613365682181,[],[],0,,False,1030,40,26,,None,,,,,,,"[{'screen_name': 'houmanhemmati', 'name': 'Houman Hemmati', 'id': '230307512'}, {'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}, {'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}, {'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}, {'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +2018,1118017913938563072,1117901311503208449,1555391217000.0,2019-04-16 05:06:57,+0000,,@theRedding @Erdayastronaut Rockets are not yet safe enough to fly over land,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1118017913938563072,[],[],0,,False,1260,57,36,,None,,,,,,,"[{'screen_name': 'theRedding', 'name': 'Daniel Redding', 'id': '130247642'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2019,1118017021612937216,1117901311503208449,1555391004000.0,2019-04-16 05:03:24,+0000,,"@GameSyns @Erdayastronaut Engines seem ok, pending inspection",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1118017021612937216,[],[],0,,False,1266,61,47,,None,,,,,,,"[{'screen_name': 'GameSyns', 'name': 'Joshua Mendoza', 'id': '2693864929'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2020,1118016410586771456,1117901311503208449,1555390858000.0,2019-04-16 05:00:58,+0000,,"@Erdayastronaut It can, but the attachment fixtures are different from standard F9 & they weren’t ready in time",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1118016410586771456,[],[],0,,False,1611,79,54,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2021,1117642996827090945,1117563679099240449,1555301829000.0,2019-04-15 04:17:09,+0000,,@mwischer18 Winter in snowfall is so beautiful,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1117642996827090945,[],[],0,,False,1609,96,49,,None,,,,,,,"[{'screen_name': 'mwischer18', 'name': 'Martin Wischer', 'id': '4784625792'}]",,,, +2022,1117642226618773505,152599413813018624,1555301646000.0,2019-04-15 04:14:06,+0000,,@gauty23 I’m actually less crazy in person … or am I? 🤔,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1117642226618773505,[],[],0,,False,1665,134,73,,None,,,,,,,"[{'screen_name': 'gauty23', 'name': 'ガリ', 'id': '1360612802'}]",,,, +2023,1117641451008081922,152599413813018624,1555301461000.0,2019-04-15 04:11:01,+0000,,I was always crazy on Twitter fyi,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1117641451008081922,[],[],0,,False,79171,949,4606,,None,,,,,,,[],,,, +2024,1117638864674410496,1117637496517603329,1555300844000.0,2019-04-15 04:00:44,+0000,,@ThisMemeyGuy Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1117638864674410496,[],[],0,,False,1790,38,22,,None,,,,,,,"[{'screen_name': 'ThisMemeyGuy', 'name': 'ThisGuy', 'id': '962997125498875904'}]",,,, +2025,1117638448171692033,1117637496517603329,1555300745000.0,2019-04-15 03:59:05,+0000,,@TobyTurner Haha true. I actually love horses.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1117638448171692033,[],[],0,,False,4170,90,110,,None,,,,,,,"[{'screen_name': 'TobyTurner', 'name': 'Toby Turner', 'id': '6054912'}]",,,, +2026,1117637496517603329,1117637496517603329,1555300518000.0,2019-04-15 03:55:18,+0000,,Buying a car in 2019 that can’t upgrade to full self-driving is like buying a horse instead of a car in 1919 https://t.co/oEjXdmyJiJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1117637496517603329,['https://cleantechnica.com/2019/04/14/the-mystery-of-tesla-model-3-demand/'],[],0,,False,35545,1756,4107,,None,,,,,,,[],,,, +2027,1117583772843515904,1117574233326964737,1555287709000.0,2019-04-15 00:21:49,+0000,,@officialjaden Love Just Water btw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1117583772843515904,[],[],0,,False,9310,81,549,,None,,,,,,,[],,,, +2028,1117583191286566912,1117575212818583552,1555287571000.0,2019-04-15 00:19:31,+0000,,@teslaownersSV @DannyLaShep https://t.co/z9BVWS0O95,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1117583191286566912,[],['https://pbs.twimg.com/media/D4Jz_S8U8AARnon.jpg'],1,https://pbs.twimg.com/media/D4Jz_S8U8AARnon.jpg,False,2699,94,141,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +2029,1117581094415503360,1117575212818583552,1555287071000.0,2019-04-15 00:11:11,+0000,,"@DannyLaShep With steel membrane wings like a Dragon, we may be able to lower Starship’s orbital reentry temp to ~1000 degrees C, which would allow the whole surface to be uncooled bare metal",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1117581094415503360,[],[],0,,False,6362,205,398,,None,,,,,,,"[{'screen_name': 'DannyLaShep', 'name': 'Danny Shepherd', 'id': '249363589'}]",,,, +2030,1117571159195668480,1117563679099240449,1555284702000.0,2019-04-14 23:31:42,+0000,,@jasonsellspa Starship will land on a ring of fire,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1117571159195668480,[],[],0,,False,3856,82,98,,None,,,,,,,"[{'screen_name': 'jasonsellspa', 'name': 'JasonSellsPA', 'id': '14539139'}]",,,, +2031,1117565769829818368,1117563679099240449,1555283417000.0,2019-04-14 23:10:17,+0000,,@JaneidyEve 6.5,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1117565769829818368,[],[],0,,False,4547,98,73,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +2032,1117564774190075904,1117563679099240449,1555283180000.0,2019-04-14 23:06:20,+0000,,@Johankyu7 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1117564774190075904,[],[],0,,False,3684,58,55,,None,,,,,,,[],,,, +2033,1117563769159286784,1117563679099240449,1555282940000.0,2019-04-14 23:02:20,+0000,,Winter is coming,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1117563769159286784,[],[],0,,False,106803,1019,9204,,None,,,,,,,[],,,, +2034,1117563679099240449,1117563679099240449,1555282919000.0,2019-04-14 23:01:59,+0000,,Thinking about adding giant stainless steel dragon wings to Starship,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1117563679099240449,[],[],0,,False,147878,2322,10425,,None,,,,,,,[],,,, +2035,1117561885040283648,1117553530615648256,1555282491000.0,2019-04-14 22:54:51,+0000,,"@EforElectric @WSJ That tweet did take immense effort 🤣🤣 Fair point tho. Powerwall production is now ramping fast. Tesla was cell-starved last year, so we had to switch all lines to make packs for cars, which meant Powerwall production was living off scraps.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1117561885040283648,[],[],0,,False,4670,105,112,,None,,,,,,,"[{'screen_name': 'EforElectric', 'name': 'E for Electric', 'id': '834229333191299073'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +2036,1117559770955812865,1117553530615648256,1555281987000.0,2019-04-14 22:46:27,+0000,,@yourloyalpal @SComet04 @WSJ Deal,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1117559770955812865,[],[],0,,False,1933,46,57,,None,,,,,,,"[{'screen_name': 'yourloyalpal', 'name': 'Jacob™️➐', 'id': '2418707230'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +2037,1117553530615648256,1117553530615648256,1555280499000.0,2019-04-14 22:21:39,+0000,,Please support my campaign to rebrand @WSJ as 🧦 emoji!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1117553530615648256,[],[],0,,False,48197,965,3849,,None,,,,,,,[],,,, +2038,1117552682141532160,1117552423373918208,1555280297000.0,2019-04-14 22:18:17,+0000,,@AustinOnSocial @TheOnion 🔥🔥💕💕💫💫😀😀,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1117552682141532160,[],[],0,,False,3714,75,100,,None,,,,,,,"[{'screen_name': 'AustinOnSocial', 'name': 'Austin Braun', 'id': '1051295658'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +2039,1117552423373918208,1117552423373918208,1555280235000.0,2019-04-14 22:17:15,+0000,,"At some point, @TheOnion and I should just a get a room …",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1117552423373918208,[],[],0,,False,38158,559,1732,,None,,,,,,,[],,,, +2040,1117551672039841793,1117533043781193728,1555280056000.0,2019-04-14 22:14:16,+0000,,@techreview Just use this handy guide https://t.co/wWZGuNpe5f,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1117551672039841793,['https://www.theonion.com/the-onion-s-guide-to-blockchain-technology-1829819640'],[],0,,False,1797,51,151,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +2041,1117533394194157568,1117510710144245760,1555275698000.0,2019-04-14 21:01:38,+0000,,@sanjeev_r11 @cleantechnica @lexfridman Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1117533394194157568,[],[],0,,False,693,55,19,,None,,,,,,,"[{'screen_name': 'sanjeev_r11', 'name': 'Jeev', 'id': '66270595'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +2042,1117532857767870464,1117510710144245760,1555275570000.0,2019-04-14 20:59:30,+0000,,@cleantechnica Good interview by @lexfridman,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117532857767870464,[],[],0,,False,1716,85,64,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2043,1117529624441868288,1117510077030834176,1555274799000.0,2019-04-14 20:46:39,+0000,,@Louisbotelho17 @Kristennetten @arctechinc @danahull @GinoG01328427 @Savis1949 @WSJ @Tesla @SEC_Enforcement Truth,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117529624441868288,[],[],0,,False,735,47,23,,None,,,,,,,"[{'screen_name': 'Louisbotelho17', 'name': 'Louis Botelho', 'id': '716404871214141440'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}, {'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}, {'screen_name': 'GinoG01328427', 'name': 'Sarajah the Great Prophet', 'id': '1039607262229065728'}, {'screen_name': 'Savis1949', 'name': 'simon avis', 'id': '535337594'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SEC_Enforcement', 'name': 'SEC Enforcement', 'id': '299661515'}]",,,, +2044,1117528616571523072,1116886883903078401,1555274559000.0,2019-04-14 20:42:39,+0000,,@johnrobb Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117528616571523072,[],[],0,,False,638,26,20,,None,,,,,,,"[{'screen_name': 'johnrobb', 'name': 'John Robb', 'id': '7177512'}]",,,, +2045,1117526985960333313,1117510077030834176,1555274170000.0,2019-04-14 20:36:10,+0000,,@Kristennetten @arctechinc @danahull @GinoG01328427 @Savis1949 @WSJ @Tesla @SEC_Enforcement How embarrassing. Will change.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117526985960333313,[],[],0,,False,866,61,33,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}, {'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}, {'screen_name': 'GinoG01328427', 'name': 'Sarajah the Great Prophet', 'id': '1039607262229065728'}, {'screen_name': 'Savis1949', 'name': 'simon avis', 'id': '535337594'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SEC_Enforcement', 'name': 'SEC Enforcement', 'id': '299661515'}]",,,, +2046,1117526382563643392,1117526187054649347,1555274026000.0,2019-04-14 20:33:46,+0000,,@Chapter11Cases We will. You read it right.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117526382563643392,[],[],0,,False,1098,79,58,,None,,,,,,,"[{'screen_name': 'Chapter11Cases', 'name': 'Randall G. Reese', 'id': '18425066'}]",,,, +2047,1117525755708055552,1117510077030834176,1555273877000.0,2019-04-14 20:31:17,+0000,,@arctechinc @danahull @GinoG01328427 @Savis1949 @WSJ @Tesla @SEC_Enforcement Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117525755708055552,[],[],0,,False,701,22,23,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}, {'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}, {'screen_name': 'GinoG01328427', 'name': 'Sarajah the Great Prophet', 'id': '1039607262229065728'}, {'screen_name': 'Savis1949', 'name': 'simon avis', 'id': '535337594'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SEC_Enforcement', 'name': 'SEC Enforcement', 'id': '299661515'}]",,,, +2048,1117519699930013696,1116886883903078401,1555272433000.0,2019-04-14 20:07:13,+0000,,@martinengwicht @KnightmarArchon @EvBite @johnrobb @Tesla @ElonMuskScience I’ve always thought that the fundamental good of Tesla should be measured by the number of years by which it accelerates the transition to sustainable transport & energy,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117519699930013696,[],[],0,,False,1865,119,196,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'KnightmarArchon', 'name': 'Noa DeNova', 'id': '3368231590'}, {'screen_name': 'EVBite', 'name': 'EVBite', 'id': '991149431469813760'}, {'screen_name': 'johnrobb', 'name': 'John Robb', 'id': '7177512'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'ElonMuskScience', 'name': 'ElonMuskScience', 'id': '1027954234623442944'}]",,,, +2049,1117518838889758720,1117510077030834176,1555272228000.0,2019-04-14 20:03:48,+0000,,"@cSharp3x7 @Savis1949 @WSJ Good point, small oil is a problem too",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117518838889758720,[],[],0,,False,1696,78,62,,None,,,,,,,"[{'screen_name': 'Savis1949', 'name': 'simon avis', 'id': '535337594'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +2050,1117518012926402560,1117510077030834176,1555272031000.0,2019-04-14 20:00:31,+0000,,"@FredericLambert @GilesGraves @Savis1949 @WSJ I’m sorry, Fred, but WSJ has relentlessly attacked Tesla with bogus articles for over a decade. They can’t *all* be chalked up to poor reporting. Where are the WSJ exposé pieces on oil, coal & gas? That industry is 1000 times bigger than Tesla. Perhaps they’re all angels …",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117518012926402560,[],[],0,,False,2142,149,242,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'GilesGraves', 'name': 'Giles Graves', 'id': '1322608772947283968'}, {'screen_name': 'Savis1949', 'name': 'simon avis', 'id': '535337594'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +2051,1117516640214642690,1117510077030834176,1555271704000.0,2019-04-14 19:55:04,+0000,,"@GinoG01328427 @Savis1949 @WSJ @Tesla Yes, this was an utter boldface (literally) lie! Unbelievable that WSJ would write something so false.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1117516640214642690,[],[],0,,False,849,59,48,,None,,,,,,,"[{'screen_name': 'GinoG01328427', 'name': 'Sarajah the Great Prophet', 'id': '1039607262229065728'}, {'screen_name': 'Savis1949', 'name': 'simon avis', 'id': '535337594'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2052,1117512054389108736,1117510077030834176,1555270610000.0,2019-04-14 19:36:50,+0000,,"@GilesGraves @Savis1949 @WSJ True, Bloomberg is almost as bad",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1117512054389108736,[],[],0,,False,748,75,56,,None,,,,,,,"[{'screen_name': 'GilesGraves', 'name': 'Giles Graves', 'id': '1322608772947283968'}, {'screen_name': 'Savis1949', 'name': 'simon avis', 'id': '535337594'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +2053,1117510481625763840,1117510077030834176,1555270235000.0,2019-04-14 19:30:35,+0000,,@Savis1949 @WSJ Holman Jenkins & WSJ in general are sock 🧦 puppets of big oil,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1117510481625763840,[],[],0,,False,3811,137,324,,None,,,,,,,"[{'screen_name': 'Savis1949', 'name': 'simon avis', 'id': '535337594'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +2054,1117510080386093056,1117489645938462720,1555270140000.0,2019-04-14 19:29:00,+0000,,@grzf_ Starship is kinda Gundam,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1117510080386093056,[],[],0,,False,6710,111,247,,None,,,,,,,"[{'screen_name': 'grzf_', 'name': 'El SneakoFoxo', 'id': '500445649'}]",,,, +2055,1117509874831609856,1116886883903078401,1555270091000.0,2019-04-14 19:28:11,+0000,,"@KnightmarArchon @EvBite @johnrobb Very much so. There are 2.5B cars & trucks on Earth. Even replacing 1% of that fleet would require making 25M vehicles per year. Tesla will make over 500k cars in next 12 months, but that’s a mere 2% of 25M or 0.02% of global vehicle fleet. Car industry slow -> demand >> supply.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1117509874831609856,[],[],0,,False,898,86,112,,None,,,,,,,"[{'screen_name': 'KnightmarArchon', 'name': 'Noa DeNova', 'id': '3368231590'}, {'screen_name': 'EVBite', 'name': 'EVBite', 'id': '991149431469813760'}, {'screen_name': 'johnrobb', 'name': 'John Robb', 'id': '7177512'}]",,,, +2056,1117507646804807681,1117442574615183362,1555269559000.0,2019-04-14 19:19:19,+0000,,"@Teslarati Sentry Mode fundamentally empowers the individual car owner over entrenched interests, in this case a corrupt traffic judge. Even Tesla doesn’t have access to the video unless sent to us by owner.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1117507646804807681,[],[],0,,False,2272,86,142,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2057,1117493232768700416,1116926106957959168,1555266123000.0,2019-04-14 18:22:03,+0000,,@nichegamer @NCBirbhan @CBSNews Mint berry crunch,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1117493232768700416,[],[],0,,False,1226,71,35,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary #TeslaIndia🇮🇳', 'id': '2510241619'}, {'screen_name': 'CBSNews', 'name': 'CBS News', 'id': '15012486'}]",,,, +2058,1117492183299280896,1117442574615183362,1555265873000.0,2019-04-14 18:17:53,+0000,,@Teslarati poetic justice,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1117492183299280896,[],[],0,,False,8502,116,355,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2059,1117366774532460544,1116926106957959168,1555235973000.0,2019-04-14 09:59:33,+0000,,@NCBirbhan @CBSNews Boring candy coming soon …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1117366774532460544,[],[],0,,False,3421,163,136,,None,,,,,,,"[{'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary #TeslaIndia🇮🇳', 'id': '2510241619'}, {'screen_name': 'CBSNews', 'name': 'CBS News', 'id': '15012486'}]",,,, +2060,1117354001425506304,1116926106957959168,1555232928000.0,2019-04-14 09:08:48,+0000,,"@CBSNews Mr Buffett, please stop destroying Dairy Queen. In the name of all that is holy, please stop.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1117354001425506304,[],[],0,,False,20020,348,1220,,None,,,,,,,"[{'screen_name': 'CBSNews', 'name': 'CBS News', 'id': '15012486'}]",,,, +2061,1117351334452142080,1116351778025627648,1555232292000.0,2019-04-14 08:58:12,+0000,,"@tsrandall Wow, a lot of people don’t know much about how manufacturing works! If you have peak capacity of X, actual average weekly output will necessarily be less than X. First 6-12 months, it will be much less than X. Impossible to predict exact production ramp S-curve.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1117351334452142080,[],[],0,,False,1287,100,93,,None,,,,,,,"[{'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}]",,,, +2062,1117347290585243648,1116351778025627648,1555231328000.0,2019-04-14 08:42:08,+0000,,"@tsrandall There is 35 GWh/yr “theoretical capacity”, but actual max output is ~2/3. It was physically impossible to make more Model 3’s in Q1 due to cell constraints.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1117347290585243648,[],[],0,,False,1102,59,84,,None,,,,,,,"[{'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}]",,,, +2063,1117163651637465088,1117116982778679297,1555187545000.0,2019-04-13 20:32:25,+0000,,@CalinRoman3 @GregMatson Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1117163651637465088,[],[],0,,False,640,39,23,,None,,,,,,,"[{'screen_name': 'CalinRoman3', 'name': 'Calin Roman', 'id': '1315237091434000387'}, {'screen_name': 'GregMatson', 'name': 'Greg Matson', 'id': '25926313'}]",,,, +2064,1117155252795346944,1117116982778679297,1555185542000.0,2019-04-13 19:59:02,+0000,,"@GregMatson Yes, all cars with Autopilot 2.0 or higher, so ~400,000 of Tesla cars built to date",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1117155252795346944,[],[],0,,False,352,21,12,,None,,,,,,,"[{'screen_name': 'GregMatson', 'name': 'Greg Matson', 'id': '25926313'}]",,,, +2065,1117154663537623040,1117116982778679297,1555185402000.0,2019-04-13 19:56:42,+0000,,"@Erdayastronaut @kneibert Your interventions do train the NN, but we first verify that the training doesn’t cause other issues, so expect step rather than continuous changes in capability",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1117154663537623040,[],[],0,,False,1441,56,54,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'kneibert', 'name': 'Treb', 'id': '17495011'}]",,,, +2066,1117151289849159680,1117116982778679297,1555184597000.0,2019-04-13 19:43:17,+0000,,@FredericLambert Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1117151289849159680,[],[],0,,False,1748,63,33,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +2067,1117150890165538816,1117150727758069763,1555184502000.0,2019-04-13 19:41:42,+0000,,"@yaypie There will be that too, but economics will favor initial purchase",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1117150890165538816,[],[],0,,False,744,34,36,,None,,,,,,,"[{'screen_name': 'yaypie', 'name': 'Ryan Grove', 'id': '11639232'}]",,,, +2068,1117150671071932417,1117116982778679297,1555184450000.0,2019-04-13 19:40:50,+0000,,"@Rebel44CZ Hopefully have the order page live before then. If not, will push price change out a bit later.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1117150671071932417,[],[],0,,False,783,36,34,,None,,,,,,,"[{'screen_name': 'Rebel44CZ', 'name': 'Jakub Janovsky', 'id': '3104222776'}]",,,, +2069,1117145305001054208,1116351778025627648,1555183170000.0,2019-04-13 19:19:30,+0000,,@brandonbernicky @tsrandall Not good enough yet. Pushing release by a few weeks. Will be amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1117145305001054208,[],[],0,,False,995,50,48,,None,,,,,,,"[{'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}]",,,, +2070,1117144865299501056,1116351778025627648,1555183066000.0,2019-04-13 19:17:46,+0000,,@tsrandall Incorrect. Pana cell lines at Giga are only at ~24GWh/yr & have been a constraint on Model 3 output since July. No choice but to use other suppliers for Powerwall/Powerpack cells. Tesla won’t spend money on more capacity until existing lines get closer to 35GWh theoretical.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1117144865299501056,[],[],0,,False,5572,187,373,,None,,,,,,,"[{'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}]",,,, +2071,1117118581865476096,1117116982778679297,1555176799000.0,2019-04-13 17:33:19,+0000,,@kneibert Tesla will start FSD computer upgrade in a few months,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1117118581865476096,[],[],0,,False,849,62,54,,None,,,,,,,"[{'screen_name': 'kneibert', 'name': 'Treb', 'id': '17495011'}]",,,, +2072,1117118192252379136,1117116982778679297,1555176706000.0,2019-04-13 17:31:46,+0000,,@frozencanuck Something like that,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1117118192252379136,[],[],0,,False,2261,86,35,,None,,,,,,,"[{'screen_name': 'frozencanuck', 'name': 'Frozen Canuck', 'id': '14054953'}]",,,, +2073,1117117741146656770,1117116982778679297,1555176599000.0,2019-04-13 17:29:59,+0000,,Starting May 1,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1117117741146656770,[],[],0,,False,18766,670,407,,None,,,,,,,[],,,, +2074,1117116982778679297,1117116982778679297,1555176418000.0,2019-04-13 17:26:58,+0000,,Please note that the price of the Tesla Full Self-Driving option will increase substantially over time,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1117116982778679297,[],[],0,,False,38174,2195,1810,,None,,,,,,,[],,,, +2075,1117111258241589248,1117110717268627456,1555175053000.0,2019-04-13 17:04:13,+0000,,@JCzolko Coming this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1117111258241589248,[],[],0,,False,1206,51,22,,None,,,,,,,"[{'screen_name': 'JCzolko', 'name': 'Jiří Czolko', 'id': '291906345'}]",,,, +2076,1117110717268627456,1117110717268627456,1555174924000.0,2019-04-13 17:02:04,+0000,,Lease a Tesla online in a few mins & have it delivered to your house (return within 7 days for full refund) https://t.co/46TXqRrsdr,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1117110717268627456,['http://Tesla.com'],[],0,,False,14950,1122,1308,,None,,,,,,,[],,,, +2077,1117100699798478849,1117095713136087040,1555172536000.0,2019-04-13 16:22:16,+0000,,@CryptoCobain Cryptocurrency is my safe word,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1117100699798478849,[],[],0,,False,8379,324,1772,,None,,,,,,,"[{'screen_name': 'CryptoCobain', 'name': '∞ CO฿IE', 'id': '2259434528'}]",,,, +2078,1117099861273219073,1117075893829214210,1555172336000.0,2019-04-13 16:18:56,+0000,,@Gfilche Model 3 drive unit & body is designed like a commercial truck for a million mile life. Current battery modules should last 300k to 500k miles (1500 cycles). Replacing modules (not pack) will only cost $5k to $7k.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1117099861273219073,[],[],0,,False,2356,195,390,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}]",,,, +2079,1117096591100264449,1117096435894374401,1555171556000.0,2019-04-13 16:05:56,+0000,,@Katharina_Lamsa @Tesla @TheFuturist007 @SweMFA @HansLak @SPittWalker @antgrasso @AkwyZ @TopCyberNews Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1117096591100264449,[],[],0,,False,601,32,17,,None,,,,,,,"[{'screen_name': 'Katharina_Lamsa', 'name': 'Katharina Lamsa', 'id': '801430308054794240'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SweMFA', 'name': 'Swedish Ministry for Foreign Affairs', 'id': '147512019'}, {'screen_name': 'HansLak', 'name': 'Hans Lak 🌍 #Mission2030', 'id': '21389328'}, {'screen_name': 'SPittWalker', 'name': 'Stephen Pitt-Walker', 'id': '836245272552325120'}, {'screen_name': 'antgrasso', 'name': 'Antonio Grasso', 'id': '4338452835'}, {'screen_name': 'AkwyZ', 'name': 'Antonio Vieira Santos #Valuable500', 'id': '19485870'}, {'screen_name': 'TopCyberNews', 'name': 'Stéphane Nappo, #CISO & Ludmila Morozova-Buss', 'id': '85509895'}]",,,, +2080,1117096350301085697,1117075893829214210,1555171499000.0,2019-04-13 16:04:59,+0000,,"@Gfilche On April 22, Investor Autonomy Day, Tesla will free investors from the tyranny of having to drive their own car",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1117096350301085697,[],[],0,,False,1833,188,225,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}]",,,, +2081,1116950664150573056,1116923783183519744,1555136764000.0,2019-04-13 06:26:04,+0000,,@techreview Uh it’s a simulation hello,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1116950664150573056,[],[],0,,False,27268,604,2462,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +2082,1116797136127971328,1116473976828522496,1555100160000.0,2019-04-12 20:16:00,+0000,,@martinengwicht @MaldeShreyas Da Vinci biography,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1116797136127971328,[],[],0,,False,945,101,33,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}]",,,, +2083,1116796596329410560,1116473976828522496,1555100032000.0,2019-04-12 20:13:52,+0000,,@JaneidyEve @MaldeShreyas Malala,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1116796596329410560,[],[],0,,False,1059,35,45,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +2084,1116794780455817216,1116423151880232961,1555099599000.0,2019-04-12 20:06:39,+0000,,@AlecBenjamin That would be cool to do one day,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1116794780455817216,[],[],0,,False,26607,357,503,,None,,,,,,,"[{'screen_name': 'AlecBenjamin', 'name': 'alecbenjamin', 'id': '201580991'}]",,,, +2085,1116769167774863360,1116533838627262466,1555093492000.0,2019-04-12 18:24:52,+0000,,@dennishegstad @Tesla Other automakers change prices constantly & substantially by varying rebates & discounts according to negotiating strength of buyer. Tesla is transparent & consistent.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1116769167774863360,[],[],0,,False,1455,117,102,,None,,,,,,,"[{'screen_name': 'dennishegstad', 'name': 'dennis hegstad 💬', 'id': '19570592'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2086,1116766103177285633,1116533838627262466,1555092762000.0,2019-04-12 18:12:42,+0000,,"@dirtnapdragon @Tesla So if we raise prices in the future, will you cut Tesla a check? Can’t have it both ways.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1116766103177285633,[],[],0,,False,2060,174,138,,None,,,,,,,"[{'screen_name': 'dirtnapdragon', 'name': 'Max Richter', 'id': '2740881984'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2087,1116765835870134272,1116717247110586368,1555092698000.0,2019-04-12 18:11:38,+0000,,@Murph876 Ahem RHD,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1116765835870134272,[],[],0,,False,874,52,28,,None,,,,,,,"[{'screen_name': 'Murph876', 'name': 'Sean Murphy', 'id': '54346306'}]",,,, +2088,1116729797239902208,1116717247110586368,1555084106000.0,2019-04-12 15:48:26,+0000,,@Murph876 LHD order page should be live within a few weeks. Deliveries start hopefully June/July.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1116729797239902208,[],[],0,,False,982,74,55,,None,,,,,,,"[{'screen_name': 'Murph876', 'name': 'Sean Murphy', 'id': '54346306'}]",,,, +2089,1116721586227126272,1116717247110586368,1555082148000.0,2019-04-12 15:15:48,+0000,,@movingux @victor_leduc Coming this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1116721586227126272,[],[],0,,False,852,49,27,,None,,,,,,,"[{'screen_name': 'movingux', 'name': 'Daniel Matejka', 'id': '2369941803'}, {'screen_name': 'victor_leduc', 'name': 'Victor Leduc', 'id': '186774757'}]",,,, +2090,1116719697402028032,1116717247110586368,1555081698000.0,2019-04-12 15:08:18,+0000,,@28delayslater @Tesla @mayemusk Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1116719697402028032,[],[],0,,False,1453,56,35,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +2091,1116717247110586368,1116717247110586368,1555081113000.0,2019-04-12 14:58:33,+0000,,Leasing now available for Model 3 https://t.co/cz0TQn7IOZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1116717247110586368,['http://Tesla.com/3'],[],0,,False,14604,894,1154,,None,,,,,,,[],,,, +2092,1116541458603884545,1116473976828522496,1555039202000.0,2019-04-12 03:20:02,+0000,,@BarkMSmeagol @MaldeShreyas Samwise,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1116541458603884545,[],[],0,,False,1656,86,38,,None,,,,,,,"[{'screen_name': 'BarkMSmeagol', 'name': 'BarkCoin 🧦🐶🕺🏼\U0001fa91', 'id': '980554784133427200'}]",,,, +2093,1116536185185161221,1116473976828522496,1555037945000.0,2019-04-12 02:59:05,+0000,,@MaldeShreyas Am basically doing continuous AMA on Twitter!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1116536185185161221,[],[],0,,False,1954,145,41,,None,,,,,,,[],,,, +2094,1116535596732702721,1116473976828522496,1555037805000.0,2019-04-12 02:56:45,+0000,,"@Robotbeat @gauntkiller5039 This is true. They each have avionics, several nitrogen thrusters & steerable parachutes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1116535596732702721,[],[],0,,False,1562,41,45,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'gauntkiller5039', 'name': 'ethan czajkowski', 'id': '274775556'}]",,,, +2095,1116535104497602560,1116473976828522496,1555037687000.0,2019-04-12 02:54:47,+0000,,♥️🚀💫 SpaceX team 💫🚀♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1116535104497602560,[],[],0,,False,51772,673,2861,,None,,,,,,,[],,,, +2096,1116520613491826688,1116506217239568384,1555034232000.0,2019-04-12 01:57:12,+0000,,@CNET Made on Earth by humans,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1116520613491826688,[],[],0,,False,28294,527,1800,,None,,,,,,,"[{'screen_name': 'CNET', 'name': 'CNET', 'id': '30261067'}]",,,, +2097,1116515289590407168,1116473976828522496,1555032963000.0,2019-04-12 01:36:03,+0000,,@Erdayastronaut @GeoffdBarrett Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1116515289590407168,[],[],0,,False,2544,79,54,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'GeoffdBarrett', 'name': 'Geoff Barrett 🚀', 'id': '589621915'}]",,,, +2098,1116514534557016064,1116473976828522496,1555032783000.0,2019-04-12 01:33:03,+0000,,"@GeoffdBarrett Recovered from water, but undamaged",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1116514534557016064,[],[],0,,False,1856,39,50,,None,,,,,,,"[{'screen_name': 'GeoffdBarrett', 'name': 'Geoff Barrett 🚀', 'id': '589621915'}]",,,, +2099,1116514068393680896,1116473976828522496,1555032672000.0,2019-04-12 01:31:12,+0000,,Both fairing halves recovered. Will be flown on Starlink 💫 mission later this year. https://t.co/ouz1aqW3Mm,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1116514068393680896,[],"['https://pbs.twimg.com/media/D36nn-8UcAAnFu7.jpg', 'https://pbs.twimg.com/media/D36nn_LU8AAoFaM.jpg']",1,https://pbs.twimg.com/media/D36nn-8UcAAnFu7.jpg,False,32633,427,2298,,None,,,,,,,[],,,, +2100,1116486389321719808,1116486389321719808,1555026073000.0,2019-04-11 23:41:13,+0000,,Thanks on behalf of @SpaceX team! We ♥️♥️♥️ @NASA!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1116486389321719808,[],[],0,,False,51479,538,3630,https://twitter.com/NASA/status/1116485160457793536,None,,,,,,,[],,,, +2101,1116479251669078016,1116479118986469378,1555024371000.0,2019-04-11 23:12:51,+0000,,@iamrishvan Liquid oxygen,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1116479251669078016,[],[],0,,False,1571,73,60,,None,,,,,,,"[{'screen_name': 'iamrishvan', 'name': 'Rishwan', 'id': '433233229'}]",,,, +2102,1116473976828522496,1116473976828522496,1555023113000.0,2019-04-11 22:51:53,+0000,,The Falcons have landed https://t.co/BGQRNuYMVH,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1116473976828522496,[],"['https://pbs.twimg.com/media/D36DKXUU0AAsioS.jpg', 'https://pbs.twimg.com/media/D36DKXTUYAEJU6P.jpg']",1,https://pbs.twimg.com/media/D36DKXUU0AAsioS.jpg,False,142602,2829,18634,,None,,,,,,,[],,,, +2103,1116396609451872256,1116310431969239040,1555004667000.0,2019-04-11 17:44:27,+0000,,@NASAGoddard @SpaceX .@SpaceX team would be so honored to fly this for @NASA!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1116396609451872256,[],[],0,,False,11360,142,466,,None,,,,,,,"[{'screen_name': 'NASAGoddard', 'name': 'NASA Goddard', 'id': '20060293'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2104,1116243725363990528,1116101020675977218,1554968217000.0,2019-04-11 07:36:57,+0000,,@Capture_10 @greg_wyler @JeffBezos @Rancy2014 @TMFAssociates Haha exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1116243725363990528,[],[],0,,False,897,44,21,,None,,,,,,,"[{'screen_name': 'Capture_10', 'name': 'Capture10', 'id': '517793057'}, {'screen_name': 'greg_wyler', 'name': 'Greg Wyler', 'id': '4021700788'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'Rancy2014', 'name': 'François Rancy', 'id': '1652430439'}, {'screen_name': 'TMFAssociates', 'name': 'Tim Farrar', 'id': '467954475'}]",,,, +2105,1116110823015849985,1115703384642805762,1554936531000.0,2019-04-10 22:48:51,+0000,,@SpaceX Upper atmospheric wind shear is very high. Will have to postpone launch unless weather improves soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1116110823015849985,[],[],0,,False,17473,736,1094,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2106,1116093596212449280,1116001902381215746,1554932424000.0,2019-04-10 21:40:24,+0000,,@flcnhvy @yosdef @AndrewYang Vengeance,fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1116093596212449280,[],[],0,,False,920,82,31,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'yosdef', 'name': 'SpaceCowboy', 'id': '311174442'}, {'screen_name': 'AndrewYang', 'name': 'Andrew Yang🧢🗽🇺🇸', 'id': '2228878592'}]",,,, +2107,1116093373700423682,1116001902381215746,1554932370000.0,2019-04-10 21:39:30,+0000,,@yosdef @AndrewYang Haha sure sounds like it,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1116093373700423682,[],[],0,,False,669,24,13,,None,,,,,,,"[{'screen_name': 'yosdef', 'name': 'SpaceCowboy', 'id': '311174442'}, {'screen_name': 'AndrewYang', 'name': 'Andrew Yang🧢🗽🇺🇸', 'id': '2228878592'}]",,,, +2108,1116092948343480320,1116001902381215746,1554932269000.0,2019-04-10 21:37:49,+0000,,@daferna2 @AndrewYang Probably something notable to announce in a few months,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1116092948343480320,[],[],0,,False,1354,55,74,,None,,,,,,,"[{'screen_name': 'daferna2', 'name': 'Daniel Fernandes', 'id': '59691713'}, {'screen_name': 'AndrewYang', 'name': 'Andrew Yang🧢🗽🇺🇸', 'id': '2228878592'}]",,,, +2109,1116092380753436672,1116001902381215746,1554932134000.0,2019-04-10 21:35:34,+0000,,"@AndrewYang I hope a cybernetic interface is ready in time. Symbiosis, irrelevance (hopefully blissful) or doom seem to be the three most likely paths.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1116092380753436672,[],[],0,,False,12338,337,1033,,None,,,,,,,"[{'screen_name': 'AndrewYang', 'name': 'Andrew Yang🧢🗽🇺🇸', 'id': '2228878592'}]",,,, +2110,1116026251846672384,1116022052417200128,1554916367000.0,2019-04-10 17:12:47,+0000,,@rdstrick777 @jeff_foust Actually true,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1116026251846672384,[],[],0,,False,1473,56,56,,None,,,,,,,"[{'screen_name': 'rdstrick777', 'name': 'Rick Strickland', 'id': '54049827'}, {'screen_name': 'jeff_foust', 'name': 'Jeff Foust', 'id': '6374602'}]",,,, +2111,1116014491399929856,1116000219806748674,1554913563000.0,2019-04-10 16:26:03,+0000,,@techreview 😲 https://t.co/64KuOQkXeO,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1116014491399929856,[],['https://pbs.twimg.com/media/D3zhQ5dUIAA8BY-.jpg'],1,https://pbs.twimg.com/media/D3zhQ5dUIAA8BY-.jpg,False,4093,123,263,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +2112,1116002038851284992,1116000219806748674,1554910595000.0,2019-04-10 15:36:35,+0000,,@techreview Found a pic https://t.co/sVohudrKQK,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1116002038851284992,[],['https://pbs.twimg.com/media/D3zV8AUU0AUSII5.jpg'],1,https://pbs.twimg.com/media/D3zV8AUU0AUSII5.jpg,False,26171,317,1441,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +2113,1115998728878321672,1115997383832170502,1554909805000.0,2019-04-10 15:23:25,+0000,,"@CdeCiencia First flight for Falcon Heavy Block 5 means there is some risk of failure between 5% to 10% imo. Many good design improvements from Falcon Heavy demo, but the changes are unproven.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1115998728878321672,[],[],0,,False,4651,114,275,,None,,,,,,,"[{'screen_name': 'CdeCiencia', 'name': 'Martí Montferrer', 'id': '2278922576'}]",,,, +2114,1115997383832170502,1115997383832170502,1554909485000.0,2019-04-10 15:18:05,+0000,,I first read this as making wind with 🧀,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1115997383832170502,[],[],0,,False,20097,695,906,https://twitter.com/Tesla/status/1115986443501838337,None,,,,,,,[],,,, +2115,1115793328568541184,1115364728644091904,1554860834000.0,2019-04-10 01:47:14,+0000,,@mcannonbrookes @DigitalMedia_LM Norway has already proven it could be done last month. No question Australia could do this in far fewer than 11 years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1115793328568541184,[],[],0,,False,1851,114,223,,None,,,,,,,"[{'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}, {'screen_name': 'DigitalMedia_LM', 'name': 'Laura McDonald 🌊🧼', 'id': '712293243954839556'}]",,,, +2116,1115764921482919937,1115762500266545158,1554854061000.0,2019-04-09 23:54:21,+0000,,@techreview .@JeffBezos copy 🐈,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1115764921482919937,[],[],0,,False,32880,879,3184,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +2117,1115693611494981638,1115638824032325633,1554837060000.0,2019-04-09 19:11:00,+0000,,"@bonnienorman @vincent13031925 @Tesla No, it’s better",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1115693611494981638,[],[],0,,False,1166,69,44,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2118,1115660171542327296,1115638824032325633,1554829087000.0,2019-04-09 16:58:07,+0000,,"@vincent13031925 @Tesla Building primary structure completion seems on track for May, but then it will take several months to install & activate factory equipment",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1115660171542327296,[],[],0,,False,5042,156,191,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2119,1115525214241083393,1115519453566046208,1554796911000.0,2019-04-09 08:01:51,+0000,,@MrTimDunn Love Brunel. Great first name too.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1115525214241083393,[],[],0,,False,1740,74,42,,None,,,,,,,"[{'screen_name': 'MrTimDunn', 'name': 'Tim Dunn', 'id': '248741839'}]",,,, +2120,1115522293415854080,1114691350643998721,1554796214000.0,2019-04-09 07:50:14,+0000,,@GaryMil61532928 @techreview Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1115522293415854080,[],[],0,,False,1050,23,25,,None,,,,,,,"[{'screen_name': 'GaryMil61532928', 'name': 'Gary Milton', 'id': '1028095691787325440'}, {'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +2121,1115357794335485953,1115337505824432128,1554756995000.0,2019-04-08 20:56:35,+0000,,@MRBLift @annerajb @PeteSauerbier ~80%,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1115357794335485953,[],[],0,,False,1065,49,34,,None,,,,,,,"[{'screen_name': 'MRBLift', 'name': 'Lift', 'id': '1668656832'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'PeteSauerbier', 'name': 'Pete Sauerbier', 'id': '1024379604562309121'}]",,,, +2122,1115340229005561857,1115337505824432128,1554752807000.0,2019-04-08 19:46:47,+0000,,@annerajb @PeteSauerbier Mobile can do it no problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1115340229005561857,[],[],0,,False,1418,43,54,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'PeteSauerbier', 'name': 'Pete Sauerbier', 'id': '1024379604562309121'}]",,,, +2123,1115340011497447424,1115337505824432128,1554752755000.0,2019-04-08 19:45:55,+0000,,"@PeteSauerbier Doesn’t matter yet whether you have Tesla FSD computer or Tesla Nvidia-based computer. When it does matter later this year, Tesla will switch the computers for you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1115340011497447424,[],[],0,,False,1757,62,88,,None,,,,,,,"[{'screen_name': 'PeteSauerbier', 'name': 'Pete Sauerbier', 'id': '1024379604562309121'}]",,,, +2124,1115338943501705216,1115338800358621189,1554752500000.0,2019-04-08 19:41:40,+0000,,@eliabbott What city?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1115338943501705216,[],[],0,,False,476,22,12,,None,,,,,,,"[{'screen_name': 'eliabbott', 'name': 'Elisha Abbott', 'id': '57123490'}]",,,, +2125,1115338755370508289,1115337505824432128,1554752455000.0,2019-04-08 19:40:55,+0000,,"@olastensson Two, independent system-on-chip architecture, with each SoC having two NN accelerators that can perform simultaneous health-check calculations to protect against a soft error",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1115338755370508289,[],[],0,,False,1872,66,107,,None,,,,,,,"[{'screen_name': 'olastensson', 'name': 'Ola Stensson', 'id': '67016241'}]",,,, +2126,1115337733478567936,1115232575788859392,1554752212000.0,2019-04-08 19:36:52,+0000,,@obikela @ceo_plus_ch @Tesla Yes. Working through regulatory approvals.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1115337733478567936,[],[],0,,False,823,26,23,,None,,,,,,,"[{'screen_name': 'obikela', 'name': 'Ⓢ🅣ⒺⓅⒽⒶⓃ', 'id': '319862416'}, {'screen_name': 'ceo_plus_ch', 'name': 'Roger Rusch, ceo plus (Leadership, Teamwork, EVs)', 'id': '747532501485236224'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2127,1115337505824432128,1115337505824432128,1554752158000.0,2019-04-08 19:35:58,+0000,,The Tesla Full Self-Driving Computer now in production is at about 5% compute load for these tasks or 10% with full fail-over redundancy,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1115337505824432128,[],[],0,,False,45340,1019,5311,https://twitter.com/DrCamiloOrtiz/status/1114328048915099649,None,,,,,,,[],,,, +2128,1115048127541604352,1114334732471369728,1554683164000.0,2019-04-08 00:26:04,+0000,,@NCBirbhan Time flies,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1115048127541604352,[],[],0,,False,12483,227,364,,None,,,,,,,"[{'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary #TeslaIndia🇮🇳', 'id': '2510241619'}]",,,, +2129,1115032789122813954,1114937568192290818,1554679507000.0,2019-04-07 23:25:07,+0000,,@annerajb @TeslaMilton @IanPavelko Any user input counts,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1115032789122813954,[],[],0,,False,673,50,21,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'TeslaMilton', 'name': 'Tesla Milton 🇨🇦😷', 'id': '968498485241630720'}, {'screen_name': 'IanPavelko', 'name': 'Mad Hungarian', 'id': '2971246697'}]",,,, +2130,1115030748065480704,1114937568192290818,1554679021000.0,2019-04-07 23:17:01,+0000,,@TeslaMilton @IanPavelko Car looks for a slightly turning force on wheel (direction is irrelevant) to confirm that driver hands are on steering wheel before initiating lane change. Just a precautionary measure until we have a few billion miles/km of real-world lane changes with reliability >> human.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1115030748065480704,[],[],0,,False,866,39,47,,None,,,,,,,"[{'screen_name': 'TeslaMilton', 'name': 'Tesla Milton 🇨🇦😷', 'id': '968498485241630720'}, {'screen_name': 'IanPavelko', 'name': 'Mad Hungarian', 'id': '2971246697'}]",,,, +2131,1115001019652378624,1115000229340667904,1554671933000.0,2019-04-07 21:18:53,+0000,,@jfinkelstein It will enable video when parked & connected to WiFi. All Tesla Superchargers will have free WiFi over time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1115001019652378624,[],[],0,,False,1183,95,74,,None,,,,,,,"[{'screen_name': 'jfinkelstein', 'name': 'Jeff Finkelstein', 'id': '15421354'}]",,,, +2132,1114935712527179778,1114768707882868737,1554656363000.0,2019-04-07 16:59:23,+0000,,@austinbarnard45 You’re welcome. Thanks for your great photos!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1114935712527179778,[],[],0,,False,1881,46,54,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +2133,1114931276690018306,1114931039841943558,1554655305000.0,2019-04-07 16:41:45,+0000,,"@mercilessgains @Tesla Yeah, I’d love to do that",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1114931276690018306,[],[],0,,False,749,67,35,,None,,,,,,,"[{'screen_name': 'mercilessgains', 'name': 'Dustin', 'id': '822430859965906944'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2134,1114768707882868737,1114768707882868737,1554616546000.0,2019-04-07 05:55:46,+0000,,Starhopper https://t.co/VRnAUPjWPt,no,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1114768707882868737,[],['https://pbs.twimg.com/media/D3h0Ot3U0AAoX7j.jpg'],1,https://pbs.twimg.com/media/D3h0Ot3U0AAoX7j.jpg,False,92162,1270,5857,,None,,,,,,,[],,,, +2135,1114746650965110785,1114745353381670912,1554611287000.0,2019-04-07 04:28:07,+0000,,@LivingTesla @Tesla Good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1114746650965110785,[],[],0,,False,2807,67,50,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2136,1114722099623411713,1114721775877742592,1554605433000.0,2019-04-07 02:50:33,+0000,,@kkarthi002 @Tesla Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1114722099623411713,[],[],0,,False,1484,93,42,,None,,,,,,,"[{'screen_name': 'kkarthi002', 'name': 'Karthikeyan', 'id': '40099959'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2137,1114716569362296833,1114691350643998721,1554604115000.0,2019-04-07 02:28:35,+0000,,@techreview Already fixed,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1114716569362296833,[],[],0,,False,18684,291,713,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +2138,1114605873895055361,1114597013176246273,1554577723000.0,2019-04-06 19:08:43,+0000,,@KartikGuptaa To make core AP more affordable,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1114605873895055361,[],[],0,,False,992,59,26,,None,,,,,,,"[{'screen_name': 'KartikGuptaa', 'name': 'Kartik Gupta', 'id': '44598841'}]",,,, +2139,1114599595462410240,1114599168285270018,1554576226000.0,2019-04-06 18:43:46,+0000,,@ZURCYNOT07 That would be cool. Color variation causes havoc though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1114599595462410240,[],[],0,,False,728,68,16,,None,,,,,,,"[{'screen_name': 'ZURCYNOT07', 'name': 'Tony Cruz', 'id': '934991668167798784'}]",,,, +2140,1114597481013104640,1114597013176246273,1554575722000.0,2019-04-06 18:35:22,+0000,,"Team is working on international versions super hard btw. Unfortunately, regulators around the world have different rules & processes, so just takes time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1114597481013104640,[],[],0,,False,16759,353,527,,None,,,,,,,[],,,, +2141,1114597013176246273,1114597013176246273,1554575610000.0,2019-04-06 18:33:30,+0000,,Tesla Enhanced Summon coming out in US next week for anyone with Enhanced Autopilot or Full Self-Driving option,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1114597013176246273,[],[],0,,False,23087,674,1239,,None,,,,,,,[],,,, +2142,1114586551063797760,1114328048915099649,1554573116000.0,2019-04-06 17:51:56,+0000,,@enn_nafnlaus @SamNazarius @DrCamiloOrtiz @TheGodOfPegana @Tesla Precisely,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1114586551063797760,[],[],0,,False,645,18,20,,None,,,,,,,"[{'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'DrCamiloOrtiz', 'name': 'Dr. Camilo Ortiz', 'id': '2821016988'}, {'screen_name': 'TheGodOfPegana', 'name': 'The God of Pegana', 'id': '310067017'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2143,1114586032387706881,1114567662774841344,1554572992000.0,2019-04-06 17:49:52,+0000,,@flcnhvy @DMC_Ryan Almost done,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1114586032387706881,[],[],0,,False,787,13,15,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +2144,1114584177234440198,1114567662774841344,1554572550000.0,2019-04-06 17:42:30,+0000,,@DMC_Ryan Are you on Mad Max Mode? This may be too meek for places like the LA Freeway …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1114584177234440198,[],[],0,,False,1238,41,35,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +2145,1114583091157262336,1114328048915099649,1554572291000.0,2019-04-06 17:38:11,+0000,,@DrCamiloOrtiz @TheGodOfPegana @Tesla Radar,in,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1114583091157262336,[],[],0,,False,584,22,15,,None,,,,,,,"[{'screen_name': 'DrCamiloOrtiz', 'name': 'Dr. Camilo Ortiz', 'id': '2821016988'}, {'screen_name': 'TheGodOfPegana', 'name': 'The God of Pegana', 'id': '310067017'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2146,1114581023210102784,1114437676952952839,1554571798000.0,2019-04-06 17:29:58,+0000,,@BjornWF @Tesla Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1114581023210102784,[],[],0,,False,680,12,16,,None,,,,,,,"[{'screen_name': 'BjornWF', 'name': 'Björn Forslund', 'id': '715790360996405248'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2147,1114573170973917184,1114567662774841344,1554569926000.0,2019-04-06 16:58:46,+0000,,@fatropea @dani190 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1114573170973917184,[],[],0,,False,791,25,19,,None,,,,,,,"[{'screen_name': 'fatropea', 'name': 'Frank', 'id': '398332937'}, {'screen_name': 'dani190', 'name': 'Dani Cela', 'id': '15628050'}]",,,, +2148,1114572108229517312,1114567662774841344,1554569673000.0,2019-04-06 16:54:33,+0000,,"@dani190 Base AP will have same NN, so core functionality also improves",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1114572108229517312,[],[],0,,False,698,24,26,,None,,,,,,,"[{'screen_name': 'dani190', 'name': 'Dani Cela', 'id': '15628050'}]",,,, +2149,1114568288179109888,1114567662774841344,1554568762000.0,2019-04-06 16:39:22,+0000,,@iSay3n Many different regulatory authorities. Just takes time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1114568288179109888,[],[],0,,False,1380,40,32,,None,,,,,,,"[{'screen_name': 'iSay3n', 'name': 'Sayen', 'id': '147358391'}]",,,, +2150,1114567662774841344,1114567662774841344,1554568613000.0,2019-04-06 16:36:53,+0000,,Latest Autopilot update is epic. Rolling out to all US owners with Enhanced Autopilot or Full Self-Driving option. International coming soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1114567662774841344,[],[],0,,False,69899,1342,10022,https://twitter.com/DrCamiloOrtiz/status/1114328048915099649,None,,,,,,,[],,,, +2151,1114390314565787648,1114390314565787648,1554526330000.0,2019-04-06 04:52:10,+0000,,Starhopper just lifted off & hit tether limits! https://t.co/eByJsq2jiw,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1114390314565787648,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1114390135301230592/pu/img/gBrR6FTh5-D-i7Mv.jpg,False,69237,1172,6684,,None,,,,,,,[],,,, +2152,1114215249517981702,1114214017684393986,1554484591000.0,2019-04-05 17:16:31,+0000,,Max thrust of 2550 tons will be almost 10% higher than Falcon Heavy demo mission last year,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1114215249517981702,[],[],0,,False,14154,294,630,,None,,,,,,,[],,,, +2153,1114214017684393986,1114214017684393986,1554484297000.0,2019-04-05 17:11:37,+0000,,"Static fire data looks good so far. This is first launch of Falcon Heavy Block 5, so we’re being extra cautious. Launch date might move.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1114214017684393986,[],[],0,,False,15774,308,968,https://twitter.com/SpaceX/status/1114210401888100352,None,,,,,,,[],,,, +2154,1114208119121428481,1113989003445821441,1554482891000.0,2019-04-05 16:48:11,+0000,,@abledoc @fentrocity @Real_John_D @MitchellHagan @MarcelFeldkamp Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1114208119121428481,[],[],0,,False,708,52,32,,None,,,,,,,"[{'screen_name': 'abledoc', 'name': 'Dr Able Lawrence🦉MD DM', 'id': '19286530'}, {'screen_name': 'fentrocity', 'name': 'Izzy', 'id': '138190256'}, {'screen_name': 'Real_John_D', 'name': 'John D.', 'id': '1008149760086142976'}, {'screen_name': 'MitchellHagan', 'name': 'Mitchell Hagan', 'id': '595953861'}, {'screen_name': 'MarcelFeldkamp', 'name': 'Marcel Feldkamp', 'id': '1865671080'}]",,,, +2155,1114168824599842817,1114168824599842817,1554473522000.0,2019-04-05 14:12:02,+0000,,"“…drivers in this dataset use Autopilot for 34.8% of their driven miles, and yet appear to maintain a relatively high degree of functional vigilance.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1114168824599842817,[],[],0,,False,11450,324,1088,https://twitter.com/lexfridman/status/1113870913546670080,None,,,,,,,[],,,, +2156,1114078482252931072,1114055419272597504,1554451983000.0,2019-04-05 08:13:03,+0000,,@ninatweets @transopac @newscientist Hi Nina! So … how many £ would it take? Just between us.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1114078482252931072,[],[],0,,False,1241,76,55,,None,,,,,,,"[{'screen_name': 'ninatweets', 'name': 'Nina Wright', 'id': '19918569'}, {'screen_name': 'transopac', 'name': 'Arpit', 'id': '39077969'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +2157,1114062484284035073,1114062484284035073,1554448169000.0,2019-04-05 07:09:29,+0000,,Stay positive 🧁 https://t.co/UJFreuacNP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1114062484284035073,[],['https://pbs.twimg.com/media/D3Xx7CTXoAAU-JQ.jpg'],1,https://pbs.twimg.com/media/D3Xx7CTXoAAU-JQ.jpg,False,165843,2475,36233,,None,,,,,,,[],,,, +2158,1114057993547653120,1114055419272597504,1554447098000.0,2019-04-05 06:51:38,+0000,,@transopac @newscientist Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1114057993547653120,[],[],0,,False,664,19,21,,None,,,,,,,"[{'screen_name': 'transopac', 'name': 'Arpit', 'id': '39077969'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +2159,1114057605012426753,1114055419272597504,1554447005000.0,2019-04-05 06:50:05,+0000,,@transopac @newscientist How much is it?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1114057605012426753,[],[],0,,False,1256,44,47,,None,,,,,,,"[{'screen_name': 'transopac', 'name': 'Arpit', 'id': '39077969'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +2160,1114057519868063744,1114055419272597504,1554446985000.0,2019-04-05 06:49:45,+0000,,@transopac @newscientist 🤔,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1114057519868063744,[],[],0,,False,1003,14,21,,None,,,,,,,"[{'screen_name': 'transopac', 'name': 'Arpit', 'id': '39077969'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +2161,1114057068305162240,1114055419272597504,1554446877000.0,2019-04-05 06:47:57,+0000,,"@newscientist I think I’ve paid for a subscription at least three times, but your paywall keeps forgetting this",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1114057068305162240,[],[],0,,False,1784,81,55,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +2162,1114056541517307905,1114055419272597504,1554446752000.0,2019-04-05 06:45:52,+0000,,"@newscientist Please fix your paywall. Your content is great, but your paywall is not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1114056541517307905,[],[],0,,False,5709,106,169,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +2163,1114001333084983296,1113638952458579969,1554433589000.0,2019-04-05 03:06:29,+0000,,@PatrickWStanley @LivingTesla @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1114001333084983296,[],[],0,,False,816,37,23,,None,,,,,,,"[{'screen_name': 'PatrickWStanley', 'name': 'Patrick Stanley', 'id': '29830950'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2164,1114001033464897536,1113989003445821441,1554433518000.0,2019-04-05 03:05:18,+0000,,"@MitchellHagan @MarcelFeldkamp Yes, instead of someone needing to drive their car personally, they can manage a fleet of self-driving cars",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1114001033464897536,[],[],0,,False,1020,89,63,,None,,,,,,,"[{'screen_name': 'MitchellHagan', 'name': 'Mitchell Hagan', 'id': '595953861'}, {'screen_name': 'MarcelFeldkamp', 'name': 'Marcel Feldkamp', 'id': '1865671080'}]",,,, +2165,1113990464984813568,1113989003445821441,1554430998000.0,2019-04-05 02:23:18,+0000,,@MarcelFeldkamp That’s exactly the idea. What’s not well understood is that Tesla cars being made *today* will be able to do that for you. Just a matter of finishing the software & going through regulatory approval. Will be explained in depth via live webcast on April 22.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1113990464984813568,[],[],0,,False,5550,247,475,,None,,,,,,,"[{'screen_name': 'MarcelFeldkamp', 'name': 'Marcel Feldkamp', 'id': '1865671080'}]",,,, +2166,1113988983195938816,1113920456862588928,1554430645000.0,2019-04-05 02:17:25,+0000,,@JohnnaCrider1 @patrickc @Tesla Thanks 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1113988983195938816,[],[],0,,False,616,27,15,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'patrickc', 'name': 'Patrick Collison', 'id': '4939401'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2167,1113988061921251328,1113920456862588928,1554430425000.0,2019-04-05 02:13:45,+0000,,@patrickc @Tesla Great work with Stripe btw. Much needed.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1113988061921251328,[],[],0,,False,4806,41,90,,None,,,,,,,"[{'screen_name': 'patrickc', 'name': 'Patrick Collison', 'id': '4939401'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2168,1113987276177059841,1113986050823741445,1554430238000.0,2019-04-05 02:10:38,+0000,,@bluemoondance74 @solussd @Tesla I’m told it’s looking positive & we will be allowed to continue servicing our cars in Texas,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1113987276177059841,[],[],0,,False,791,25,30,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'solussd', 'name': 'Joe R. Smith', 'id': '180783725'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2169,1113986303144624128,1113986050823741445,1554430006000.0,2019-04-05 02:06:46,+0000,,@solussd @Tesla Sentry Mode is barely at V1.0. Will improve a lot in coming months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1113986303144624128,[],[],0,,False,1059,37,45,,None,,,,,,,"[{'screen_name': 'solussd', 'name': 'Joe R. Smith', 'id': '180783725'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2170,1113986050068762624,1113638952458579969,1554429945000.0,2019-04-05 02:05:45,+0000,,@slye @LivingTesla @Tesla Impressive analysis,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1113986050068762624,[],[],0,,False,1382,19,26,,None,,,,,,,"[{'screen_name': 'slye', 'name': 'Andy Slye', 'id': '22088025'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2171,1113979358681681920,1113638952458579969,1554428350000.0,2019-04-05 01:39:10,+0000,,"@LivingTesla @Tesla Only external cameras are being used right now, so internal is not enabled. When it is enabled, we’ll add a setting to disable internal camera.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1113979358681681920,[],[],0,,False,1779,49,61,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2172,1113978539345367040,1113638952458579969,1554428155000.0,2019-04-05 01:35:55,+0000,,"@LivingTesla @Tesla Also, it can be used to supplement cameras on outside of vehicle, as it can see through 2nd side windows & rear window.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1113978539345367040,[],[],0,,False,1713,27,67,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2173,1113977924947009536,1113638952458579969,1554428008000.0,2019-04-05 01:33:28,+0000,,"@LivingTesla @Tesla It’s there for when we start competing with Uber/Lyft & people allow their car to earn money for them as part of the Tesla shared autonomy fleet. In case someone messes up your car, you can check the video.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1113977924947009536,[],[],0,,False,26207,530,1674,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2174,1113902547620835334,1113902366271524864,1554410037000.0,2019-04-04 20:33:57,+0000,,@LeoDotWalsh0x05 Will take care of it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1113902547620835334,[],[],0,,False,3010,115,88,,None,,,,,,,"[{'screen_name': 'LeoDotWalsh0x05', 'name': 'Leo Walsh', 'id': '933120102169329664'}]",,,, +2175,1113850051611254784,1113849907595612161,1554397521000.0,2019-04-04 17:05:21,+0000,,@christesla @Tesla Improvements coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1113850051611254784,[],[],0,,False,563,24,18,,None,,,,,,,"[{'screen_name': 'christesla', 'name': 'Chris Danks', 'id': '174427901'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2176,1113644175831064576,1113581434319433728,1554348436000.0,2019-04-04 03:27:16,+0000,,"@jake_cooley @SnazzyQ Yes, needs to drive best clear path. Lane lines are just one input.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1113644175831064576,[],[],0,,False,1015,39,23,,None,,,,,,,"[{'screen_name': 'jake_cooley', 'name': 'Jake Cooley', 'id': '182172336'}, {'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}]",,,, +2177,1113642985173000193,1113095869300162560,1554348152000.0,2019-04-04 03:22:32,+0000,,@EV_Stevee @Tesla Great name 👍,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1113642985173000193,[],[],0,,False,3363,58,42,,None,,,,,,,"[{'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2178,1113633936834465792,1113581434319433728,1554345995000.0,2019-04-04 02:46:35,+0000,,@SnazzyQ Neural net is upgraded too in this release. It’s not just a settings change.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1113633936834465792,[],[],0,,False,1286,55,59,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}]",,,, +2179,1113633439356522498,1113574090261110789,1554345876000.0,2019-04-04 02:44:36,+0000,,"@SherylCrow @Tesla Totally agree. Tesla phone app should have all controls that car center screen has, so your phone can serve as a complete backup.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1113633439356522498,[],[],0,,False,7245,200,249,,None,,,,,,,"[{'screen_name': 'SherylCrow', 'name': 'Sheryl Crow', 'id': '68330395'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2180,1113613409767964673,1113613409767964673,1554341101000.0,2019-04-04 01:25:01,+0000,,Starhopper completed tethered hop. All systems green.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1113613409767964673,[],[],0,,False,22604,655,2474,https://twitter.com/nextspaceflight/status/1113606676274384903,None,,,,,,,[],,,, +2181,1113606931430535168,1113474000112377861,1554339556000.0,2019-04-04 00:59:16,+0000,,@SherylCrow @Tesla Glad you like it! Sorry about the trouble earlier. Helpful feedback for improving the car!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1113606931430535168,[],[],0,,False,1014,23,40,,None,,,,,,,"[{'screen_name': 'SherylCrow', 'name': 'Sheryl Crow', 'id': '68330395'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2182,1113581434319433728,1113581434319433728,1554333477000.0,2019-04-03 23:17:57,+0000,,This is way more awesome than it might sound,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1113581434319433728,[],[],0,,False,14904,621,779,https://twitter.com/Tesla/status/1113580660055101440,None,,,,,,,[],,,, +2183,1113574609800982528,1113474000112377861,1554331850000.0,2019-04-03 22:50:50,+0000,,@EVLatino @SherylCrow @Tesla Night mode default brightness is actually too high imo. Should be lower & allow below current “0%” level. Making that adjustment too.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1113574609800982528,[],[],0,,False,1377,58,34,,None,,,,,,,"[{'screen_name': 'SherylCrow', 'name': 'Sheryl Crow', 'id': '68330395'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2184,1113572223581687808,1113474000112377861,1554331281000.0,2019-04-03 22:41:21,+0000,,@GaragedoorsGman @SherylCrow @Tesla Agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1113572223581687808,[],[],0,,False,1490,25,18,,None,,,,,,,"[{'screen_name': 'GaragedoorsGman', 'name': '🥝Gman🥝', 'id': '2973650316'}, {'screen_name': 'SherylCrow', 'name': 'Sheryl Crow', 'id': '68330395'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2185,1113571602195570688,1113474000112377861,1554331133000.0,2019-04-03 22:38:53,+0000,,@SherylCrow @Tesla Night mode with 0% brightness is actually too dark during the day. This is ultimately our fault. We will update our software so that 0% brightness is always usable relative to ambient conditions.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1113571602195570688,[],[],0,,False,3303,67,75,,None,,,,,,,"[{'screen_name': 'SherylCrow', 'name': 'Sheryl Crow', 'id': '68330395'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2186,1113546994218196992,1113474000112377861,1554325266000.0,2019-04-03 21:01:06,+0000,,@SherylCrow @Tesla Change your screen preference from night mode to auto,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1113546994218196992,[],[],0,,False,19344,375,499,,None,,,,,,,"[{'screen_name': 'SherylCrow', 'name': 'Sheryl Crow', 'id': '68330395'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2187,1113545297311948803,1113536956007211008,1554324862000.0,2019-04-03 20:54:22,+0000,,@martinengwicht @kenklippenstein @MikaelThalen Fur-curious,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1113545297311948803,[],[],0,,False,4137,344,744,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'kenklippenstein', 'name': 'Ken Klippenstein', 'id': '1634248890'}, {'screen_name': 'MikaelThalen', 'name': 'Mikael Thalen', 'id': '32707036'}]",,,, +2188,1113543460710039553,1113536956007211008,1554324424000.0,2019-04-03 20:47:04,+0000,,@kenklippenstein @MikaelThalen These rumors are untrue!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1113543460710039553,[],[],0,,False,2690,56,73,,None,,,,,,,"[{'screen_name': 'kenklippenstein', 'name': 'Ken Klippenstein', 'id': '1634248890'}, {'screen_name': 'MikaelThalen', 'name': 'Mikael Thalen', 'id': '32707036'}]",,,, +2189,1113539936550944768,1113536956007211008,1554323584000.0,2019-04-03 20:33:04,+0000,,"@KarlStrahl Responsible for more deaths than any other chemical! Weirdly, dihydrogen dixoxide, with only one extra oxygen, is not good to drink, but great for changing hair color.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1113539936550944768,[],[],0,,False,1212,37,35,,None,,,,,,,"[{'screen_name': 'KarlStrahl', 'name': 'Karl Strahl', 'id': '3349301027'}]",,,, +2190,1113538635201044480,1113536956007211008,1554323273000.0,2019-04-03 20:27:53,+0000,,@Ci_b0rg Axel F https://t.co/dJr8kGViLh https://t.co/hvM0EcOoeP,fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1113538635201044480,['https://open.spotify.com/track/5i4WslrU93vPhBXm6tS3gA?si=oNLoS9f5QZKjKQYv300lvA'],['https://pbs.twimg.com/media/D3QVfAUV4AAFVRo.jpg'],1,https://pbs.twimg.com/media/D3QVfAUV4AAFVRo.jpg,False,2229,66,173,,None,,,,,,,"[{'screen_name': 'Ci_b0rg', 'name': 'AbuAlamayem', 'id': '803287958'}]",,,, +2191,1113536956007211008,1113536956007211008,1554322873000.0,2019-04-03 20:21:13,+0000,,"Obv just someone in a 🐿 suit. Also, very sus that a 🦊 is reporting on this. https://t.co/RZyhczaRCf",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1113536956007211008,['https://www.foxnews.com/science/amazing-giant-multi-colored-squirrels-caught-on-camera-become-internet-sensation'],[],0,,False,30870,894,2498,,None,,,,,,,[],,,, +2192,1113178951403180032,1113178951403180032,1554237518000.0,2019-04-02 20:38:38,+0000,,Dogecoin value may vary https://t.co/UWerAhPv63,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1113178951403180032,['https://www.theonion.com/bitcoin-plunge-reveals-possible-vulnerabilities-in-craz-1821134169'],[],0,,False,20160,1080,1959,,None,,,,,,,[],,,, +2193,1113173498384441344,1113173498384441344,1554236218000.0,2019-04-02 20:16:58,+0000,,Dogecoin rulz https://t.co/flWWUgAgLU,ht,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1113173498384441344,[],['https://pbs.twimg.com/media/D3LJZDSUwAABEea.jpg'],1,https://pbs.twimg.com/media/D3LJZDSUwAABEea.jpg,False,138893,1732,16539,,None,,,,,,,[],,,, +2194,1113164389929160706,1113145654363119616,1554234046000.0,2019-04-02 19:40:46,+0000,,@dogecoin Uh oh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1113164389929160706,[],[],0,,False,15535,217,500,,None,,,,,,,"[{'screen_name': 'dogecoin', 'name': 'Dogecoin', 'id': '2235729541'}]",,,, +2195,1113009339743100929,1113008901497278465,1554197079000.0,2019-04-02 09:24:39,+0000,,@Tom_Heats Dogecoin might be my fav cryptocurrency. It’s pretty cool.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1113009339743100929,[],[],0,,False,9063,558,2428,,None,,,,,,,[],,,, +2196,1113008497006804992,1113008497006804992,1554196879000.0,2019-04-02 09:21:19,+0000,,Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1113008497006804992,[],[],0,,False,28798,558,1578,https://twitter.com/NASA/status/1112860196043452417,None,,,,,,,[],,,, +2197,1113000800526036992,1112999368855113728,1554195044000.0,2019-04-02 08:50:44,+0000,,@klod_ua @universal_sci Some challenges with ice formation in the cryogenic propellant prevalves. Hopefully overcome soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1113000800526036992,[],[],0,,False,1088,60,57,,None,,,,,,,"[{'screen_name': 'klod_ua', 'name': 'klod_ua', 'id': '2428823192'}, {'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +2198,1112999601332641792,1112999368855113728,1554194758000.0,2019-04-02 08:45:58,+0000,,@universal_sci What could possibly go wrong?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1112999601332641792,[],[],0,,False,1966,114,82,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +2199,1112882387963195393,1112881750630227969,1554166812000.0,2019-04-02 01:00:12,+0000,,@TrevMcKendrick No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1112882387963195393,[],[],0,,False,16733,398,505,,None,,,,,,,"[{'screen_name': 'TrevMcKendrick', 'name': 'Trevor McKendrick', 'id': '15450497'}]",,,, +2200,1112848471877283841,1112848298698833921,1554158726000.0,2019-04-01 22:45:26,+0000,,@Iron_Mechanic You’re so right. Working on it!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1112848471877283841,[],[],0,,False,819,59,30,,None,,,,,,,"[{'screen_name': 'Iron_Mechanic', 'name': 'The Iron Mechanic', 'id': '734828973377630208'}]",,,, +2201,1112847351595466753,1112846982073274371,1554158458000.0,2019-04-01 22:40:58,+0000,,@VHollywood21 That car seemed so advanced when I watched that show as a kid! ♥️ Knight Industries Two Thousand,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1112847351595466753,[],[],0,,False,888,73,34,,None,,,,,,,"[{'screen_name': 'VHollywood21', 'name': 'chrisvollmer', 'id': '259762746'}]",,,, +2202,1112840482856480768,1112838336983560192,1554156821000.0,2019-04-01 22:13:41,+0000,,@maxwellk_ @Teslarati And even tinier ones for tardigrades,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1112840482856480768,[],[],0,,False,1097,60,25,,None,,,,,,,"[{'screen_name': 'maxwellk_', 'name': 'King Maxwell', 'id': '842423430246948864'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2203,1112840159505014785,1112838336983560192,1554156744000.0,2019-04-01 22:12:24,+0000,,@maxwellk_ @Teslarati Yes 🐜,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1112840159505014785,[],[],0,,False,973,28,21,,None,,,,,,,"[{'screen_name': 'maxwellk_', 'name': 'King Maxwell', 'id': '842423430246948864'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2204,1112839897218310144,1112838336983560192,1554156681000.0,2019-04-01 22:11:21,+0000,,"@Teslarati Going forward, all Tesla stores will be tiny & have tiny cars",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1112839897218310144,[],[],0,,False,8148,240,360,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2205,1112801660483452928,1111469579102912512,1554147565000.0,2019-04-01 19:39:25,+0000,,"@jgrano305 @ProjectVayo @keen_lab Meant to say young, but spelled it wrong",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1112801660483452928,[],[],0,,False,850,103,29,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'ProjectVayo', 'name': 'Sal. 🌹🏴🏴\u200d☠️', 'id': '1100516004768018432'}, {'screen_name': 'keen_lab', 'name': 'KEENLAB', 'id': '1562411400'}]",,,, +2206,1112798119509450752,1111469579102912512,1554146721000.0,2019-04-01 19:25:21,+0000,,@ProjectVayo @keen_lab Ironic stan,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1112798119509450752,[],[],0,,False,534,28,18,,None,,,,,,,"[{'screen_name': 'ProjectVayo', 'name': 'Sal. 🌹🏴🏴\u200d☠️', 'id': '1100516004768018432'}, {'screen_name': 'keen_lab', 'name': 'KEENLAB', 'id': '1562411400'}]",,,, +2207,1112797823634800641,1112748234559143936,1554146650000.0,2019-04-01 19:24:10,+0000,,"@imgur If 🤖 can do this, what can’t they do!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1112797823634800641,[],[],0,,False,12548,294,549,,None,,,,,,,"[{'screen_name': 'imgur', 'name': 'Imgur', 'id': '113211856'}]",,,, +2208,1112795858846662656,1111469579102912512,1554146182000.0,2019-04-01 19:16:22,+0000,,"@keen_lab Solid work by Keen, as usual",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1112795858846662656,[],[],0,,False,1492,38,42,,None,,,,,,,"[{'screen_name': 'keen_lab', 'name': 'KEENLAB', 'id': '1562411400'}]",,,, +2209,1112776420969742336,1112776420969742336,1554141547000.0,2019-04-01 17:59:07,+0000,,♥️🇳🇴 Norway 🇳🇴♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1112776420969742336,[],[],0,,False,36733,671,2852,https://twitter.com/Elbilforeningen/status/1112702954719588357,None,,,,,,,[],,,, +2210,1112563782356594690,1112563659635462144,1554090850000.0,2019-04-01 03:54:10,+0000,,@ChrisRauhl @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1112563782356594690,[],[],0,,False,698,43,18,,None,,,,,,,"[{'screen_name': 'ChrisRauhl', 'name': 'Chris Pitka', 'id': '345196338'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2211,1112556285046644736,1112556130868383745,1554089063000.0,2019-04-01 03:24:23,+0000,,@JONAHFORMAN Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1112556285046644736,[],[],0,,False,1723,55,222,,None,,,,,,,"[{'screen_name': 'JONAHFORMAN', 'name': 'Ironbeard', 'id': '28251089'}]",,,, +2212,1112540492145651712,1112469402203521024,1554085297000.0,2019-04-01 02:21:37,+0000,,@carolineplz Seems fair,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1112540492145651712,[],[],0,,False,2717,50,41,,None,,,,,,,"[{'screen_name': 'carolineplz', 'name': 'Caroline Polachek', 'id': '500190142'}]",,,, +2213,1112530378915405824,1112528684387164160,1554082886000.0,2019-04-01 01:41:26,+0000,,"@D_A_M_B Some people use their hair to express themselves, I use Twitter",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1112530378915405824,[],[],0,,False,5829,154,340,,None,,,,,,,"[{'screen_name': 'D_A_M_B', 'name': 'B.', 'id': '1250146405'}]",,,, +2214,1112530173893578752,1112528684387164160,1554082837000.0,2019-04-01 01:40:37,+0000,,.@TheOnion,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1112530173893578752,[],[],0,,False,18895,267,374,,None,,,,,,,[],,,, +2215,1112528684387164160,1112528684387164160,1554082482000.0,2019-04-01 01:34:42,+0000,,Making The Onion articles real … https://t.co/O7855d9BWu,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1112528684387164160,['https://www.rollingstone.com/music/music-news/elon-musk-rap-song-rip-harambe-815813/'],[],0,,False,51740,1059,5936,,None,,,,,,,[],,,, +2216,1112427303013736448,1111916290375974917,1554058311000.0,2019-03-31 18:51:51,+0000,,@yungjake & @bloodpop,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1112427303013736448,[],[],0,,False,5784,178,184,,None,,,,,,,[],,,, +2217,1112409761520087040,1111871174160474112,1554054129000.0,2019-03-31 17:42:09,+0000,,Duck emoji FTW,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1112409761520087040,[],[],0,,False,28388,587,1305,,None,,,,,,,[],,,, +2218,1112408580026597376,1111916290375974917,1554053847000.0,2019-03-31 17:37:27,+0000,,@nathanielalam_m Final edit was on Ableton,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1112408580026597376,[],[],0,,False,2112,46,51,,None,,,,,,,"[{'screen_name': 'nathanielalam_m', 'name': 'MNA 〽️🙃🎶🎼💤💡✨', 'id': '2216751179'}]",,,, +2219,1112408082817007616,1111983784940003328,1554053729000.0,2019-03-31 17:35:29,+0000,,"@jeffmjenkins @Hughes_Zoo @Tesla Surprisingly difficult to address false positives with rain. System would go nuts trying to wipe away non-existent rain, which was obv ineffective.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1112408082817007616,[],[],0,,False,691,40,22,,None,,,,,,,"[{'screen_name': 'jeffmjenkins', 'name': 'Jeff Jenkins', 'id': '14571264'}, {'screen_name': 'Hughes_Zoo', 'name': 'Greg Hughes', 'id': '2813296807'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2220,1112404814690836482,1112399593084518400,1554052949000.0,2019-03-31 17:22:29,+0000,,@DailyRapFacts Jung https://t.co/pDR4JI4lpu,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1112404814690836482,[],['https://pbs.twimg.com/media/D3AOR6nUwAA65jW.jpg'],1,https://pbs.twimg.com/media/D3AOR6nUwAA65jW.jpg,False,7991,189,815,,None,,,,,,,"[{'screen_name': 'DailyRapFacts', 'name': 'HIP HOP FACTS', 'id': '2297244138'}]",,,, +2221,1112123741574586368,1112106548363292672,1553985936000.0,2019-03-30 22:45:36,+0000,,We’ve been so mired in production & logistics for past 18 months. Really looking fwd to getting Semi into production.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1112123741574586368,[],[],0,,False,42397,866,1115,,None,,,,,,,[],,,, +2222,1112106548363292672,1112106548363292672,1553981837000.0,2019-03-30 21:37:17,+0000,,Tesla Semi delivering Tesla cars https://t.co/ttEpcW5d8G,ca,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1112106548363292672,[],['https://pbs.twimg.com/media/D27_AItUcAAHku_.jpg'],1,https://pbs.twimg.com/media/D27_AItUcAAHku_.jpg,False,192436,2899,15631,,None,,,,,,,[],,,, +2223,1112054834293698561,1112054487789830144,1553969508000.0,2019-03-30 18:11:48,+0000,,@saraccbleitao @Tesla Pre-Happy birthday!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1112054834293698561,[],[],0,,False,9478,76,170,,None,,,,,,,"[{'screen_name': 'saraccbleitao', 'name': 'Sara CCB Leitao', 'id': '875651329686773761'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2224,1112036985504317442,1112036985504317442,1553965252000.0,2019-03-30 17:00:52,+0000,,"Amazing work by Tesla Delivery teams, especially in Europe & China! Most insane logistics challenge I’ve ever seen. Thanks also to many country & city officials for your help this weekend! Super appreciated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1112036985504317442,[],[],0,,False,23420,617,1078,,None,,,,,,,[],,,, +2225,1112035721672482816,1111871174160474112,1553964951000.0,2019-03-30 16:55:51,+0000,,@MoWo91 Coming soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1112035721672482816,[],[],0,,False,1550,60,47,,None,,,,,,,"[{'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}]",,,, +2226,1112035098893799425,1111871174160474112,1553964802000.0,2019-03-30 16:53:22,+0000,,@sdpilgrim No,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1112035098893799425,[],[],0,,False,3165,70,67,,None,,,,,,,"[{'screen_name': 'sdpilgrim', 'name': 'pil', 'id': '2753147261'}]",,,, +2227,1111983212119506945,1111978901109133313,1553952432000.0,2019-03-30 13:27:12,+0000,,@Teslarati Wow,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/1111983212119506945,[],[],0,,False,5428,176,140,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2228,1111930065908948993,1111871174160474112,1553939761000.0,2019-03-30 09:56:01,+0000,,@annerajb https://t.co/TKkruvyckP,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1111930065908948993,['http://X.com/x'],[],0,,False,3895,151,200,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +2229,1111929312389664768,1111871174160474112,1553939581000.0,2019-03-30 09:53:01,+0000,,This might be my finest work,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1111929312389664768,[],[],0,,False,45330,751,1780,,None,,,,,,,[],,,, +2230,1111926388435488773,1111871174160474112,1553938884000.0,2019-03-30 09:41:24,+0000,,Duck emoji defeats Emo G Records. Crushing victory.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1111926388435488773,[],[],0,,False,45829,422,1270,,None,,,,,,,[],,,, +2231,1111918554398363649,1111916290375974917,1553937016000.0,2019-03-30 09:10:16,+0000,,I’m disappointed that my record label failed,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1111918554398363649,[],[],0,,False,47352,779,2324,,None,,,,,,,[],,,, +2232,1111916290375974917,1111916290375974917,1553936476000.0,2019-03-30 09:01:16,+0000,,Emo G Records https://t.co/zsuB2NDl48 https://t.co/anVkKeFMGr,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1111916290375974917,['https://soundcloud.com/user-209448905'],['https://pbs.twimg.com/media/D25R-F8U0AE3MsN.jpg'],1,https://pbs.twimg.com/media/D25R-F8U0AE3MsN.jpg,False,100878,1839,16406,,None,,,,,,,[],,,, +2233,1111898356593262594,1111859369795305474,1553932200000.0,2019-03-30 07:50:00,+0000,,@TechVelocirap @FewellJacob @WorldAndScience Instagram comments are coding in emojis,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1111898356593262594,[],[],0,,False,993,35,30,,None,,,,,,,"[{'screen_name': 'TechVelocirap', 'name': 'Technological Velociraptor', 'id': '1029994764295397376'}, {'screen_name': 'FewellJacob', 'name': 'jaekub 🤙', 'id': '881933698764906496'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +2234,1111891905560772608,1111859369795305474,1553930662000.0,2019-03-30 07:24:22,+0000,,@FewellJacob @WorldAndScience Also true,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1111891905560772608,[],[],0,,False,876,24,22,,None,,,,,,,"[{'screen_name': 'FewellJacob', 'name': 'jaekub 🤙', 'id': '881933698764906496'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +2235,1111891666032431104,1111859369795305474,1553930605000.0,2019-03-30 07:23:25,+0000,,@HConcience @WorldAndScience True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1111891666032431104,[],[],0,,False,611,11,22,,None,,,,,,,"[{'screen_name': 'HConcience', 'name': 'Human-Concience', 'id': '1077765071772794881'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +2236,1111877556238614528,1111871174160474112,1553927241000.0,2019-03-30 06:27:21,+0000,,The quality of emojis varies wildly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1111877556238614528,[],[],0,,False,54230,778,2107,,None,,,,,,,[],,,, +2237,1111876081894621184,1111871174160474112,1553926890000.0,2019-03-30 06:21:30,+0000,,Lame,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1111876081894621184,[],[],0,,False,52027,866,4187,,None,,,,,,,[],,,, +2238,1111871174160474112,1111871174160474112,1553925720000.0,2019-03-30 06:02:00,+0000,,🦆,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1111871174160474112,[],[],0,,False,171609,3724,21106,,None,,,,,,,[],,,, +2239,1111862997238996992,1111859369795305474,1553923770000.0,2019-03-30 05:29:30,+0000,,@WorldAndScience C++ syntax sucks,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1111862997238996992,[],[],0,,False,3952,234,398,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +2240,1111862635622887425,1111859369795305474,1553923684000.0,2019-03-30 05:28:04,+0000,,"@WorldAndScience Assert (“Money” == Series of heterogeneous databases insecurely connected with high latency. Primary purpose == Information system for allocation of human time. As automation++, value of money--);",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1111862635622887425,[],[],0,,False,6392,242,732,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +2241,1111827213362434048,1111742436957655045,1553915239000.0,2019-03-30 03:07:19,+0000,,@martinengwicht @Erdayastronaut @DiscoverMag Even connectivity at my house in Silicon Valley sucks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1111827213362434048,[],[],0,,False,981,83,40,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +2242,1111825274885165056,1111412225690865665,1553914776000.0,2019-03-30 02:59:36,+0000,,@marshgre @NickBre58305797 @letsrebel1 @paul_rocchini @markbspiegel @Tesla Like the movie Us. Scary … but also empathetic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1111825274885165056,[],[],0,,False,595,36,22,,None,,,,,,,"[{'screen_name': 'marshgre', 'name': 'umop ap!sdn', 'id': '260184360'}, {'screen_name': 'NickBre58305797', 'name': 'Nick Brewer', 'id': '1055507898451804161'}, {'screen_name': 'letsrebel1', 'name': 'letsrebel', 'id': '1009563435099512832'}, {'screen_name': 'paul_rocchini', 'name': 'Paul Rocchini', 'id': '776092125284995072'}, {'screen_name': 'markbspiegel', 'name': 'Mark B. Spiegel', 'id': '258612274'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2243,1111823448064454656,1111742436957655045,1553914341000.0,2019-03-30 02:52:21,+0000,,"@martinengwicht @flcnhvy @Erdayastronaut @DiscoverMag @Ula No, but for sure the other way around!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1111823448064454656,[],[],0,,False,706,11,15,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}, {'screen_name': 'Ula', 'name': '$', 'id': '38983'}]",,,, +2244,1111812463287099392,1111742436957655045,1553911722000.0,2019-03-30 02:08:42,+0000,,"@TesLatino @mcjamez @TeslaAnswers @flcnhvy @Erdayastronaut @DiscoverMag @Tesla Also the intense low frequency vibrations that you can’t hear, but you can feel in your chest",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1111812463287099392,[],[],0,,False,794,39,26,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael - Lover, not a hater.', 'id': '989986448295235586'}, {'screen_name': 'mcjamez', 'name': 'Jim McPherson', 'id': '23389610'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2245,1111806251220910080,1111742436957655045,1553910241000.0,2019-03-30 01:44:01,+0000,,"@TeslaAnswers @flcnhvy @Erdayastronaut @DiscoverMag We’re going to try. Side boosters come back to Cape, center core lands on droneship. Latter will be coming in v hot & fast, so dicey.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1111806251220910080,[],[],0,,False,1124,45,49,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +2246,1111805464797302784,1111742436957655045,1553910053000.0,2019-03-30 01:40:53,+0000,,"@flcnhvy @Erdayastronaut @DiscoverMag Annoying that @ULA perpetuates myth that Delta IV Heavy or Atlas V can do some orbits that Falcon Heavy can’t. This is absolutely false. FH would have to go full expendable for GEO direct, but that’s very rare.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1111805464797302784,[],[],0,,False,1165,37,66,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +2247,1111803711766970368,1111742436957655045,1553909635000.0,2019-03-30 01:33:55,+0000,,"@flcnhvy @Erdayastronaut @DiscoverMag Yeah, Falcon Heavy Block 5 has way more performance than last year’s vehicle. Lot of room to increase side booster load transfer & max Q without changing any parts. FH Block 5 can launch more payload to any orbit than any vehicle currently flying.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1111803711766970368,[],[],0,,False,1308,26,83,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +2248,1111798912141017089,1111742436957655045,1553908491000.0,2019-03-30 01:14:51,+0000,,"@Erdayastronaut @DiscoverMag Probably no fairing either & just 3 Raptor Vacuum engines. Mass ratio of ~30 (1200 tons full, 40 tons empty) with Isp of 380. Then drop a few dozen modified Starlink satellites from empty engine bays with ~1600 Isp, MR 2. Spread out, see what’s there. Not impossible.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1111798912141017089,[],[],0,,False,1533,93,92,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +2249,1111788218142216192,1111762533520531456,1553905941000.0,2019-03-30 00:32:21,+0000,,"@emilmelar Retrofits will start when our software is able to take meaningful advantage of the Tesla FSD computer, which is an order of magnitude more capable. For now, it’s slightly disadvantageous to have Tesla FSD computer, as our software is more refined for HW2.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1111788218142216192,[],[],0,,False,1004,78,67,,None,,,,,,,"[{'screen_name': 'emilmelar', 'name': 'Emil Chr. S. Melar', 'id': '40085569'}]",,,, +2250,1111787066440839169,1111762533520531456,1553905667000.0,2019-03-30 00:27:47,+0000,,@MacBenTosh Anyone who bought FSD will get it,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1111787066440839169,[],[],0,,False,932,33,38,,None,,,,,,,"[{'screen_name': 'MacBenTosh', 'name': 'Ben', 'id': '14499791'}]",,,, +2251,1111762533520531456,1111762533520531456,1553899818000.0,2019-03-29 22:50:18,+0000,,"Anyone who purchased full self-driving will get FSD computer upgrade for free. This is the only change between Autopilot HW2.5 & HW3. Going forward “HW3” will just be called FSD Computer, which is accurate. No change to vehicle sensors or wire harness needed. This is v important.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1111762533520531456,[],[],0,,False,12825,722,1005,https://twitter.com/samscho/status/1110649850188558336,None,,,,,,,[],,,, +2252,1111761332460634112,1111742436957655045,1553899531000.0,2019-03-29 22:45:31,+0000,,@nextspaceflight @Erdayastronaut @DiscoverMag Yes. Sensitive propulsion & avionics remained dry. Great work by SpaceX Dragon engineering team. Major improvement over Dragon 1.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1111761332460634112,[],[],0,,False,1362,32,63,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +2253,1111760133132947458,1111742436957655045,1553899245000.0,2019-03-29 22:40:45,+0000,,"@Erdayastronaut @DiscoverMag Massive delta velocity slam from highly elliptical Earth orbit using a fully retanked, but lightened up Starship with no heat shield or fins/legs. Best choice for the impatient. Ion engines are too slow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1111760133132947458,[],[],0,,False,1560,72,84,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +2254,1111750658959368192,1111742436957655045,1553896987000.0,2019-03-29 22:03:07,+0000,,"@DiscoverMag We should send probes to outer solar system & get high res, true color images of these strange things. Maybe there’s an alien artifact out there …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1111750658959368192,[],[],0,,False,5519,330,381,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +2255,1111748995112554498,1111674894239088640,1553896590000.0,2019-03-29 21:56:30,+0000,,@erinwinick @techreview Super cool!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1111748995112554498,[],[],0,,False,2507,48,59,,None,,,,,,,"[{'screen_name': 'erinwinick', 'name': 'Erin Winick', 'id': '3074175954'}, {'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +2256,1111443575152140288,1111443386882416640,1553823772000.0,2019-03-29 01:42:52,+0000,,@martin_galway Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1111443575152140288,[],[],0,,False,718,45,21,,None,,,,,,,"[{'screen_name': 'martin_galway', 'name': 'Martin Galway', 'id': '26158619'}]",,,, +2257,1111426083272876035,1111425193988116480,1553819602000.0,2019-03-29 00:33:22,+0000,,"@ialexryan Tax authorities tend to interpret things in their favor, but it sure sounds like you could be right! Will investigate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1111426083272876035,[],[],0,,False,960,43,29,,None,,,,,,,"[{'screen_name': 'ialexryan', 'name': 'Alex Ryan', 'id': '1920945714'}]",,,, +2258,1111345544461344768,1111344758624935936,1553800400000.0,2019-03-28 19:13:20,+0000,,"@GerberKawasaki Rare use case, but it is possible. There are complications with this. Eary prototype Roadsters had this ability.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1111345544461344768,[],[],0,,False,6827,236,157,,None,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +2259,1111299552152150016,1111299275147735047,1553789434000.0,2019-03-28 16:10:34,+0000,,@ChadyMattar Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1111299552152150016,[],[],0,,False,5944,201,116,,None,,,,,,,"[{'screen_name': 'ChadyMattar', 'name': 'Chady Eli Mattar', 'id': '320607805'}]",,,, +2260,1111001632731389952,1110914232705441792,1553718405000.0,2019-03-27 20:26:45,+0000,,@briantu Super proud of Tesla Autopilot team!,nl,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1111001632731389952,[],[],0,,False,12735,230,298,,None,,,,,,,"[{'screen_name': 'briantu', 'name': 'Brian Tu', 'id': '21525800'}]",,,, +2261,1110958364987555840,1107026609268113408,1553708089000.0,2019-03-27 17:34:49,+0000,,"@_DavidMacMillan No, it is one week either way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1110958364987555840,[],[],0,,False,818,56,21,,None,,,,,,,"[{'screen_name': '_DavidMacMillan', 'name': 'David MacMillan', 'id': '2224013564'}]",,,, +2262,1110737715933282305,1110737578259595264,1553655482000.0,2019-03-27 02:58:02,+0000,,@jose_goncalves_ 🤗,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1110737715933282305,[],[],0,,False,990,65,45,,None,,,,,,,"[{'screen_name': 'jose_goncalves_', 'name': 'Joseg.pt', 'id': '2580566953'}]",,,, +2263,1110632394611015681,1110599593438253056,1553630372000.0,2019-03-26 19:59:32,+0000,,"@Erdayastronaut @NASA @VP I think so. For sure worth giving it our best shot! Would be great to have a competitive, commercial program to build a moon base that is outcome-oriented (not cost-plus), so you only get paid for safe delivery of cargo.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1110632394611015681,[],[],0,,False,3641,174,254,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'VP', 'name': 'Vice President Kamala Harris', 'id': '803694179079458816'}]",,,, +2264,1110601886330052608,1110599593438253056,1553623098000.0,2019-03-26 17:58:18,+0000,,@NASA @VP It would be so inspiring for humanity to see humanity return to the moon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1110601886330052608,[],[],0,,False,34460,1048,2694,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'VP', 'name': 'Vice President Kamala Harris', 'id': '803694179079458816'}]",,,, +2265,1110594943532191744,1110578371136622593,1553621443000.0,2019-03-26 17:30:43,+0000,,"@RamLover69 12,000 lbs!? How puny. Do you construct children’s toys?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1110594943532191744,[],[],0,,False,6700,306,490,,None,,,,,,,"[{'screen_name': 'RamLover69', 'name': 'Dodge Ram Owner', 'id': '1091399247705006081'}]",,,, +2266,1110578371136622593,1110578371136622593,1553617491000.0,2019-03-26 16:24:51,+0000,,That’s exactly it. You’re no longer mentally fatigued after a long drive. Makes a major difference to your happiness level commuting home from work after a long day.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1110578371136622593,[],[],0,,False,21241,836,1355,https://twitter.com/sspencer_smb/status/1110577741102022658,None,,,,,,,[],,,, +2267,1110577182747688960,1110576683411628032,1553617208000.0,2019-03-26 16:20:08,+0000,,@zachary1978 @Tesla Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1110577182747688960,[],[],0,,False,659,35,12,,None,,,,,,,"[{'screen_name': 'zachary1978', 'name': 'Zachary Pernikliyski', 'id': '322367526'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2268,1110576683411628032,1110576683411628032,1553617089000.0,2019-03-26 16:18:09,+0000,,Hard to appreciate how much Tesla Autopilot improves enjoyment of driving until you try it,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1110576683411628032,[],[],0,,False,12549,545,650,https://twitter.com/Erdayastronaut/status/1110574284076769280,None,,,,,,,[],,,, +2269,1110575556335042560,1110573944971685888,1553616820000.0,2019-03-26 16:13:40,+0000,,"@SkiddlyBinx Yes, otherwise propellant usage for an atmospheric entry would be very high and/or center of mass would need to be very tightly constrained. Yes, but we’re going to skip that at first to avoid fragging launch pads.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1110575556335042560,[],[],0,,False,836,20,26,,None,,,,,,,"[{'screen_name': 'SkiddlyBinx', 'name': 'SkiddlyBinx', 'id': '1006592448599031808'}]",,,, +2270,1110573846938025985,1110572160899149825,1553616413000.0,2019-03-26 16:06:53,+0000,,@thejimos Glad you like it! Navigate on Autopilot hopefully approved for Europe soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1110573846938025985,[],[],0,,False,975,31,21,,None,,,,,,,"[{'screen_name': 'thejimos', 'name': 'Lucas Lundkvist', 'id': '913461952428593153'}]",,,, +2271,1110572160899149825,1110572160899149825,1553616011000.0,2019-03-26 16:00:11,+0000,,Thank you!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1110572160899149825,[],[],0,,False,38381,697,1481,https://twitter.com/Tesla/status/1109495034959675393,None,,,,,,,[],,,, +2272,1110570138338643969,1110570013075759104,1553615529000.0,2019-03-26 15:52:09,+0000,,@rstefani11 Will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1110570138338643969,[],[],0,,False,610,27,17,,None,,,,,,,[],,,, +2273,1110368897151066114,1109895343452282880,1553567549000.0,2019-03-26 02:32:29,+0000,,"@ICannot_Enough @andrewmackenzie Ford has 4 CEOs in 5 years & nobody blinks, but Tesla loses 1 intern & it’s front page news. I tell ya (shakes fist at sky) …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1110368897151066114,[],[],0,,False,4482,313,431,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'andrewmackenzie', 'name': 'Andrew MacKenzie', 'id': '15878464'}]",,,, +2274,1110329210332053504,1110323059075047424,1553558087000.0,2019-03-25 23:54:47,+0000,,"@WorldAndScience It’s possible to make a self-sustaining city on Mars by 2050, if we start in 5 years & take 10 orbital synchronizations",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1110329210332053504,[],[],0,,False,33608,1155,3885,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +2275,1110033639092281344,1109209830651293696,1553487617000.0,2019-03-25 04:20:17,+0000,,@LittleMissFlint @Ryan_Deitsch You’re most welcome! Glad to be helpful.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1110033639092281344,[],[],0,,False,1514,36,47,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}, {'screen_name': 'Ryan_Deitsch', 'name': 'Ryan Deitsch', 'id': '1548756205'}]",,,, +2276,1109906133567725568,1109905965107892226,1553457217000.0,2019-03-24 19:53:37,+0000,,@uretericbud @Tesla Only when Y is in production,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1109906133567725568,[],[],0,,False,701,39,27,,None,,,,,,,"[{'screen_name': 'uretericbud', 'name': 'Alexander Kutikov MD', 'id': '32706948'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2277,1109901209446416385,1109895343452282880,1553456043000.0,2019-03-24 19:34:03,+0000,,"@andrewmackenzie Every car company is constantly changing prices, but nobody cares",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1109901209446416385,[],[],0,,False,2191,148,131,,None,,,,,,,"[{'screen_name': 'andrewmackenzie', 'name': 'Andrew MacKenzie', 'id': '15878464'}]",,,, +2278,1109900605961596928,1109895343452282880,1553455900000.0,2019-03-24 19:31:40,+0000,,"@BuidlHodl Import tariffs, VAT & transport costs",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1109900605961596928,[],[],0,,False,997,40,26,,None,,,,,,,[],,,, +2279,1109900063302508545,1109895343452282880,1553455770000.0,2019-03-24 19:29:30,+0000,,"To be clear, this doesn’t affect Tesla website order prices. Existing inventory prices are currently slightly lower than on website. This will bring them in line.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1109900063302508545,[],[],0,,False,12843,348,348,,None,,,,,,,[],,,, +2280,1109895691587862528,1109895343452282880,1553454728000.0,2019-03-24 19:12:08,+0000,,"To be precise, midnight on April 1, so effective April 2",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1109895691587862528,[],[],0,,False,20126,526,521,,None,,,,,,,[],,,, +2281,1109895343452282880,1109895343452282880,1553454645000.0,2019-03-24 19:10:45,+0000,,Please note prices on all Tesla inventory cars worldwide rise by ~3% on April 1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1109895343452282880,[],[],0,,False,25773,1096,1222,,None,,,,,,,[],,,, +2282,1109076945189376001,1108961195438927872,1553259524000.0,2019-03-22 12:58:44,+0000,,@gadgetkc @ideasforEM @Tesla About to be upgraded to Chromium,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/1109076945189376001,[],[],0,,False,1990,207,112,,None,,,,,,,"[{'screen_name': 'gadgetkc', 'name': 'Ken Crawford', 'id': '78773532'}, {'screen_name': 'ideasforEM', 'name': 'Ideas for Elon Musk', 'id': '1101028936719437825'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2283,1109006985737965568,1108890675922112512,1553242844000.0,2019-03-22 08:20:44,+0000,,@breizh_72 @Sofiaan @krp5 @vincent13031925 @bonnienorman Reset,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1109006985737965568,[],[],0,,False,645,37,23,,None,,,,,,,"[{'screen_name': 'breizh_72', 'name': '🐆 David of Breizh 🐢', 'id': '1013507406'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'krp5', 'name': 'Keith Petersen', 'id': '25102662'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +2284,1108965358998712321,1108961195438927872,1553232919000.0,2019-03-22 05:35:19,+0000,,@ideasforEM @Tesla Sentry Mode options will be: Always Exclude Home Exclude Work Exclude saved locations Ask Off,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1108965358998712321,[],[],0,,False,1802,111,92,,None,,,,,,,"[{'screen_name': 'ideasforEM', 'name': 'Ideas for Elon Musk', 'id': '1101028936719437825'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2285,1108961873456578562,1108890675922112512,1553232088000.0,2019-03-22 05:21:28,+0000,,"@JDkndt @krp5 @vincent13031925 If someone has already won a Roadster from a prior program, they’re only eligible to win the signed Performance Y",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1108961873456578562,[],[],0,,False,1111,42,41,,None,,,,,,,"[{'screen_name': 'JDkndt', 'name': 'Jeroen Daenekindt', 'id': '1622527668'}, {'screen_name': 'krp5', 'name': 'Keith Petersen', 'id': '25102662'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +2286,1108961459285848064,1108961195438927872,1553231990000.0,2019-03-22 05:19:50,+0000,,@ideasforEM @Tesla Sounds like a good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1108961459285848064,[],[],0,,False,6687,77,98,,None,,,,,,,"[{'screen_name': 'ideasforEM', 'name': 'Ideas for Elon Musk', 'id': '1101028936719437825'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2287,1108950565071929352,1108943564757569542,1553229392000.0,2019-03-22 04:36:32,+0000,,@nichegamer How to win the boss fight in Sekiro,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1108950565071929352,[],[],0,,False,5920,94,1019,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2288,1108895897499242496,1108890675922112512,1553216358000.0,2019-03-22 00:59:18,+0000,,"@krp5 @vincent13031925 No, it’s cumulative, but once you win one of the prizes, referral count resets to zero & you can’t win that prize again. Intent over time is to enable those without a massive social media presence to win.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1108895897499242496,[],[],0,,False,1704,136,82,,None,,,,,,,"[{'screen_name': 'krp5', 'name': 'Keith Petersen', 'id': '25102662'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +2289,1108893393336172544,1108890675922112512,1553215761000.0,2019-03-22 00:49:21,+0000,,@vincent13031925 WW,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1108893393336172544,[],[],0,,False,960,46,23,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +2290,1108891231302500354,1108890675922112512,1553215246000.0,2019-03-22 00:40:46,+0000,,"@KmanAutoVideo Agreed, you can only win each prize once",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1108891231302500354,[],[],0,,False,1230,41,27,,None,,,,,,,"[{'screen_name': 'KmanAutoVideo', 'name': 'Christopher', 'id': '2242545980'}]",,,, +2291,1108890721937842176,1108888955473154048,1553215124000.0,2019-03-22 00:38:44,+0000,,@PennPerspective @Tesla You’re welcome!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1108890721937842176,[],[],0,,False,2784,46,43,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2292,1108890675922112512,1108890675922112512,1553215113000.0,2019-03-22 00:38:33,+0000,,New Tesla referral program just released https://t.co/RE6Ccx9yI5,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1108890675922112512,['https://www.tesla.com/blog/teslas-new-customer-referral-program?redirect=no'],[],0,,False,18239,1065,1517,,None,,,,,,,[],,,, +2293,1108839734095155201,1108839283719311365,1553202968000.0,2019-03-21 21:16:08,+0000,,@NicholasLars0n @Tesla Why uh yes we comprehensive statistics that go deep & wide,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1108839734095155201,[],[],0,,False,2484,147,152,,None,,,,,,,"[{'screen_name': 'NicholasLars0n', 'name': 'Nicholas Larson', 'id': '16167335'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2294,1108826639771668481,1108624692850548736,1553199846000.0,2019-03-21 20:24:06,+0000,,@S_Padival @CastleRobinson2 @jimcramer Me too! He was so great. Loved Colbert Report too.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1108826639771668481,[],[],0,,False,895,55,28,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +2295,1108822825551323136,1108817856752422917,1553198937000.0,2019-03-21 20:08:57,+0000,,@jimcramer Jim Cramer explains short-seller market manipulation https://t.co/veZLFWYE1t,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1108822825551323136,['https://en.m.wikipedia.org/wiki/Jim_Cramer#Market_manipulation'],[],0,,False,2554,193,281,,None,,,,,,,"[{'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +2296,1108812671346835456,1108624692850548736,1553196516000.0,2019-03-21 19:28:36,+0000,,@vincent13031925 @S_Padival @jimcramer Jim can’t take the heat,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1108812671346835456,[],[],0,,False,1456,129,94,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +2297,1108812577327341568,1108624692850548736,1553196493000.0,2019-03-21 19:28:13,+0000,,"@S_Padival @jimcramer Jim, no response?",ht,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1108812577327341568,[],[],0,,False,5245,206,181,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +2298,1108648192915046400,1108624692850548736,1553157301000.0,2019-03-21 08:35:01,+0000,,@S_Padival @jimcramer Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1108648192915046400,[],[],0,,False,3681,129,140,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +2299,1108630032153341952,1108613108883312640,1553152971000.0,2019-03-21 07:22:51,+0000,,"@teslaownersSV @TeslaGong Best to get a Tesla Powerwall, so you can power your house & also drive",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1108630032153341952,[],[],0,,False,856,71,43,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +2300,1108613832446894081,1108613108883312640,1553149109000.0,2019-03-21 06:18:29,+0000,,@TeslaGong Probably start Australia builds in late May or June & start arriving in winter,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1108613832446894081,[],[],0,,False,904,92,67,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +2301,1108311946623778821,1108043217440694272,1553077134000.0,2019-03-20 10:18:54,+0000,,@jaredmecham Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/1108311946623778821,[],[],0,,False,1121,69,43,,None,,,,,,,"[{'screen_name': 'jaredmecham', 'name': 'Jared Mecham', 'id': '40191127'}]",,,, +2302,1107384862258786304,1107378575924035584,1552856100000.0,2019-03-17 20:55:00,+0000,,"@rix Yes, full duration",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107384862258786304,[],[],0,,False,3735,76,76,,None,,,,,,,"[{'screen_name': 'rix', 'name': 'R', 'id': '56110169'}]",,,, +2303,1107384308459659264,1107378575924035584,1552855967000.0,2019-03-17 20:52:47,+0000,,@alexwestergaard White-hot parts reached orbital entry temp of around 1650 Kelvin,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107384308459659264,[],[],0,,False,3623,110,88,,None,,,,,,,"[{'screen_name': 'AlexWestergaard', 'name': 'Alex Ahlgreen Westergaard', 'id': '1322021405756657664'}]",,,, +2304,1107382673012486144,1106892423790317568,1552855578000.0,2019-03-17 20:46:18,+0000,,"@SidewalkSciGuy @SpacexFan9876 @Erdayastronaut @Sloppy93 @annerajb @flcnhvy @austinbarnard45 Falcon rocket booster is aluminum-lithium & carbon fiber, which have low max temperature allowables. Super Heavy booster is stainless steel. Since it only goes to around Mach 8 or 9, moreover at high altitude, it needs no heat shield, not even paint.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107382673012486144,[],[],0,,False,1157,39,73,,None,,,,,,,"[{'screen_name': 'SidewalkSciGuy', 'name': 'Alex Martin, Sidewalk Science Center', 'id': '2551758512'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Sloppy93', 'name': 'Alex Tutt', 'id': '913934962411409408'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +2305,1107380559834046465,1107378575924035584,1552855074000.0,2019-03-17 20:37:54,+0000,,@Some1gg Transpiration cooling will be added wherever we see erosion of the shield. Starship needs to be ready to fly again immediately after landing. Zero refurbishment.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107380559834046465,[],[],0,,False,4357,92,156,,None,,,,,,,[],,,, +2306,1107379727302451200,1107378575924035584,1552854875000.0,2019-03-17 20:34:35,+0000,,@Kristennetten No straight path for hot gas to accelerate through the gaps,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107379727302451200,[],[],0,,False,4267,100,96,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +2307,1107378575924035584,1107378575924035584,1552854601000.0,2019-03-17 20:30:01,+0000,,Testing Starship heatshield hex tiles https://t.co/PycE9VthxQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107378575924035584,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1107378523050668032/pu/img/tEX3bYcnXEzskZQF.jpg,False,135815,3253,11111,,None,,,,,,,[],,,, +2308,1107376856175513600,1106892423790317568,1552854191000.0,2019-03-17 20:23:11,+0000,,"@Mathias_Wehler @Sloppy93 @Erdayastronaut @annerajb @flcnhvy @austinbarnard45 Hexagonal tiles on most of windward side, no shield needed on leeward side, transpiration cooling on hotspots",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107376856175513600,[],[],0,,False,1104,51,37,,None,,,,,,,"[{'screen_name': 'Mathias_Wehler', 'name': 'Mathias Wehler', 'id': '851801757583900672'}, {'screen_name': 'Sloppy93', 'name': 'Alex Tutt', 'id': '913934962411409408'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +2309,1107375061336416256,1106892423790317568,1552853763000.0,2019-03-17 20:16:03,+0000,,@Sloppy93 @Erdayastronaut @annerajb @flcnhvy @austinbarnard45 Only some of the hottest sections,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107375061336416256,[],[],0,,False,985,28,21,,None,,,,,,,"[{'screen_name': 'Sloppy93', 'name': 'Alex Tutt', 'id': '913934962411409408'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +2310,1107374051410886656,1106892423790317568,1552853522000.0,2019-03-17 20:12:02,+0000,,@annerajb @Erdayastronaut @flcnhvy @austinbarnard45 Full size,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107374051410886656,[],[],0,,False,1060,20,34,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +2311,1107373237208416256,1106892423790317568,1552853328000.0,2019-03-17 20:08:48,+0000,,@annerajb @Erdayastronaut @flcnhvy @austinbarnard45 We decided to skip building a new nosecone for Hopper. Don’t need it. What you see being built is the orbital Starship vehicle.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107373237208416256,[],[],0,,False,1869,84,164,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +2312,1107372556145688576,1106892423790317568,1552853166000.0,2019-03-17 20:06:06,+0000,,"@Erdayastronaut @flcnhvy @austinbarnard45 You can deep throttle on single shaft system by choking flow of fuel or oxygen between pump & combustion chamber. Problem is more with the tiny rocket engine that powers the pump, called a gas generator. That has to throttle *way* deeper than the main chamber.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107372556145688576,[],[],0,,False,1419,55,56,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +2313,1107370515570671616,1106892423790317568,1552852679000.0,2019-03-17 19:57:59,+0000,,"@nextspaceflight @Erdayastronaut @flcnhvy @austinbarnard45 Working on regulatory approval for both Boca Chica, Texas, and Cape Kennedy, Florida. Will also be building Starship & Super Heavy simultaneously in both locations.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1107370515570671616,[],[],0,,False,1973,91,171,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +2314,1107369888945831936,1107369427144712200,1552852530000.0,2019-03-17 19:55:30,+0000,,@THE_REAL_KEAGAN @Tesla @LikeTeslaKim @BenSullins @teslainventory Agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1107369888945831936,[],[],0,,False,711,21,11,,None,,,,,,,"[{'screen_name': 'THE_REAL_KEAGAN', 'name': 'KEAGAN', 'id': '3158052462'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}, {'screen_name': 'teslainventory', 'name': '🔋Erik🔋', 'id': '565198801'}]",,,, +2315,1107369149431341057,1106892423790317568,1552852353000.0,2019-03-17 19:52:33,+0000,,"@Erdayastronaut @flcnhvy @austinbarnard45 Raptor is *very* complex, even for a staged combustion engine. We’re simplifying as much as possible with each iteration. Throttling down to ~50% is hard, but manageable. Going to 25% would be extremely tough, but hopefully not needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1107369149431341057,[],[],0,,False,1825,47,87,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +2316,1107367010432737280,1106892423790317568,1552851843000.0,2019-03-17 19:44:03,+0000,,"@omarqazi @flcnhvy @austinbarnard45 Started rolling it out a few days ago. Always starts slow, find rare corner case issues, fix them, continue rollout …",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1107367010432737280,[],[],0,,False,788,64,33,,None,,,,,,,"[{'screen_name': 'omarqazi', 'name': 'Omar Qazi', 'id': '601963'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +2317,1107366178471608321,1106892423790317568,1552851645000.0,2019-03-17 19:40:45,+0000,,"@flcnhvy @austinbarnard45 Hopefully. Always many issues integrating engine & stage. First hops will lift off, but only barely.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1107366178471608321,[],[],0,,False,1676,39,78,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +2318,1107365369168056320,1106892423790317568,1552851452000.0,2019-03-17 19:37:32,+0000,,@austinbarnard45 First (really short) hops with one engine. Suborbital flights with three.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1107365369168056320,[],[],0,,False,5331,85,174,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +2319,1107077920927809537,1107039792427134984,1552782919000.0,2019-03-17 00:35:19,+0000,,@ElectrekCo @FredericLambert Goes against interests of all Texans,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1107077920927809537,[],[],0,,False,3860,263,190,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +2320,1107074115926671364,1107039792427134984,1552782012000.0,2019-03-17 00:20:12,+0000,,"@ElectrekCo @FredericLambert Wow, this is crazy",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1107074115926671364,[],[],0,,False,20426,549,756,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +2321,1107038036913610752,1107026609268113408,1552773410000.0,2019-03-16 21:56:50,+0000,,"@NuovaRealta If someone really wants to return the car in good faith on day 8, that’s fine",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1107038036913610752,[],[],0,,False,2127,127,65,,None,,,,,,,"[{'screen_name': 'NuovaRealta', 'name': '≡ LιSλB E-7H ⚡️', 'id': '783475735'}]",,,, +2322,1107029046095810561,1107026609268113408,1552771266000.0,2019-03-16 21:21:06,+0000,,"To be clear, orders are fully refundable, even after you’ve had your Tesla for a week",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1107029046095810561,[],[],0,,False,29045,848,960,,None,,,,,,,[],,,, +2323,1107026609268113408,1107026609268113408,1552770685000.0,2019-03-16 21:11:25,+0000,,Reminder to buy our S3XY cars before midnight on Monday! Prices rise slightly worldwide on Tuesday. You can order online at https://t.co/46TXqRrsdr.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1107026609268113408,['http://Tesla.com'],[],0,,False,38824,1595,2846,,None,,,,,,,[],,,, +2324,1107024921333387264,1107019690856116224,1552770283000.0,2019-03-16 21:04:43,+0000,,@AskDrStupid @vincent13031925 @dave_ross @Tesla Yes!,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1107024921333387264,[],[],0,,False,794,47,20,,None,,,,,,,"[{'screen_name': 'AskDrStupid', 'name': 'Doctor Stupid', 'id': '79134934'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'dave_ross', 'name': 'David Ross', 'id': '95224523'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2325,1107024770304868352,1107019690856116224,1552770247000.0,2019-03-16 21:04:07,+0000,,"@lexiheft @vincent13031925 @dave_ross @Tesla Definitely down the road, once construction & upgrades aren’t so crazy",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1107024770304868352,[],[],0,,False,818,24,28,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'dave_ross', 'name': 'David Ross', 'id': '95224523'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2326,1107024385632722944,1107019690856116224,1552770155000.0,2019-03-16 21:02:35,+0000,,"@vincent13031925 @dave_ross @Tesla This causes some media confusion, as batch builds & ship arrival times can make our sales seem incredible one month & terrible following month, but consumer tastes don’t actually vary so much. Massive month over month changes are usually because of production/shipping schedules.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1107024385632722944,[],[],0,,False,873,49,58,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'dave_ross', 'name': 'David Ross', 'id': '95224523'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2327,1107022190426247168,1107019690856116224,1552769632000.0,2019-03-16 20:53:52,+0000,,"@vincent13031925 @dave_ross @Tesla Not exactly same time, as countries have different regulations & we try to build in batches to simplify production",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1107022190426247168,[],[],0,,False,708,23,26,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'dave_ross', 'name': 'David Ross', 'id': '95224523'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2328,1107020062177714176,1107019690856116224,1552769124000.0,2019-03-16 20:45:24,+0000,,"@dave_ross @Tesla Might arrive by June, but def before end of summer",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1107020062177714176,[],[],0,,False,3795,152,80,,None,,,,,,,"[{'screen_name': 'dave_ross', 'name': 'David Ross', 'id': '95224523'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2329,1107018227727491073,1100916596506189830,1552768687000.0,2019-03-16 20:38:07,+0000,,"@TrevorMahlmann @Tesla @PopMech Model 3 partial permanent magnet induction motor, especially with silicon carbide inverter, is so efficient that it outdoes two induction motors. If we could decouple forward induction motor to avoid spin losses, then range of dual might be higher, but that’s a lot of complexity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1107018227727491073,[],[],0,,False,1358,65,79,,None,,,,,,,"[{'screen_name': 'TrevorMahlmann', 'name': '📸Trevor Mahlmann', 'id': '832270448'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'PopMech', 'name': 'Popular Mechanics', 'id': '23116280'}]",,,, +2330,1107011362423599104,1100916596506189830,1552767050000.0,2019-03-16 20:10:50,+0000,,"@ColinRossUBC827 @Tesla @PopMech Exactly! In fact, better to have RWD with winter tires than AWD with summer tires. We appreciate the extra expenditure if people do buy AWD, but it isn’t critical for snowy regions.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1107011362423599104,[],[],0,,False,1324,80,58,,None,,,,,,,"[{'screen_name': 'ColinRossUBC827', 'name': 'Colin Ross', 'id': '716619975172038657'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'PopMech', 'name': 'Popular Mechanics', 'id': '23116280'}]",,,, +2331,1107009951266824192,1100916596506189830,1552766714000.0,2019-03-16 20:05:14,+0000,,"@Tesla @PopMech Still get this question a lot, even though Norway 🇳🇴 has highest Tesla cars per person on 🌏 (super appreciated!). Also, AWD is nice to have, but def not required for snow/ice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1107009951266824192,[],[],0,,False,6859,254,332,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'PopMech', 'name': 'Popular Mechanics', 'id': '23116280'}]",,,, +2332,1106714774694297601,1106714324968468480,1552696338000.0,2019-03-16 00:32:18,+0000,,"About a minute in, we flashed a teaser pic of Tesla cyberpunk truck https://t.co/hLsGsdyuGA",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1106714774694297601,[],['https://pbs.twimg.com/media/D1vXOCdVAAA5-dm.jpg'],1,https://pbs.twimg.com/media/D1vXOCdVAAA5-dm.jpg,False,34105,1208,2360,,None,,,,,,,[],,,, +2333,1106714324968468480,1106714324968468480,1552696231000.0,2019-03-16 00:30:31,+0000,,End Titles from Blade Runner played after Model Y webcast cut https://t.co/WjR1MidZpH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1106714324968468480,['https://m.youtube.com/watch?v=JAwo7DPUFUM'],[],0,,False,14762,341,709,,None,,,,,,,[],,,, +2334,1106710807201501184,1106710807201501184,1552695392000.0,2019-03-16 00:16:32,+0000,,Designed to feel much bigger on inside than it looks on outside. An incredibly important principle.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1106710807201501184,[],[],0,,False,34570,1358,1901,https://twitter.com/Tesla/status/1106429722378956801,None,,,,,,,[],,,, +2335,1106480210713559040,1106458829603037185,1552640414000.0,2019-03-15 09:00:14,+0000,,"@LikeTeslaKim There was something, but no one caught it",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1106480210713559040,[],[],0,,False,11912,470,313,,None,,,,,,,[],,,, +2336,1106479813294878720,1106458829603037185,1552640319000.0,2019-03-15 08:58:39,+0000,,@Geopilot @dimas_______ @LikeTeslaKim It also feels way bigger on the inside than it appears on the outside,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1106479813294878720,[],[],0,,False,1451,83,46,,None,,,,,,,"[{'screen_name': 'Geopilot', 'name': 'ComicfromPlanet9', 'id': '14410744'}, {'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}]",,,, +2337,1106478126123479040,1106424534528229376,1552639917000.0,2019-03-15 08:51:57,+0000,,"@shurathi17 Would love to be there this year. If not, definitely next! 💛 India 💛",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1106478126123479040,[],[],0,,False,2802,151,342,,None,,,,,,,"[{'screen_name': 'shurathi17', 'name': 'Shubham Rathi', 'id': '400141695'}]",,,, +2338,1106476848475566080,1106458829603037185,1552639612000.0,2019-03-15 08:46:52,+0000,,@dimas_______ @LikeTeslaKim Yeah https://t.co/bwVuRCTxC0,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1106476848475566080,[],['https://pbs.twimg.com/media/D1r-01HUgAAXHTh.jpg'],1,https://pbs.twimg.com/media/D1r-01HUgAAXHTh.jpg,False,3067,83,192,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}]",,,, +2339,1106476347788951553,1106458829603037185,1552639493000.0,2019-03-15 08:44:53,+0000,,@LikeTeslaKim https://t.co/J3JyxGHwdi,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1106476347788951553,[],['https://pbs.twimg.com/media/D1r-X2IUkAAClAk.jpg'],1,https://pbs.twimg.com/media/D1r-X2IUkAAClAk.jpg,False,13255,78,568,,None,,,,,,,[],,,, +2340,1106455413694722049,1106455152402354176,1552634502000.0,2019-03-15 07:21:42,+0000,,@SuperSaf @Tesla Exactly!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1106455413694722049,[],[],0,,False,7614,155,120,,None,,,,,,,"[{'screen_name': 'SuperSaf', 'name': 'Safwan AhmedMia', 'id': '28090436'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2341,1106424534528229376,1106424534528229376,1552627140000.0,2019-03-15 05:19:00,+0000,,London to Beijing Supercharger route,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1106424534528229376,[],[],0,,False,23447,930,1657,https://twitter.com/technosucks/status/1106401863535075328,None,,,,,,,[],,,, +2342,1106319363840397312,1106319363840397312,1552602065000.0,2019-03-14 22:21:05,+0000,,Worth watching Revenge of the Electric Car. Covers rebirth of electric cars in general. Has footage before & after we started production of our first car. https://t.co/nq2nVjAGUI,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1106319363840397312,['https://m.youtube.com/watch?v=ru89x1jmpq4'],[],0,,False,17083,567,2578,,None,,,,,,,[],,,, +2343,1106296019606597632,1106063248581894144,1552596499000.0,2019-03-14 20:48:19,+0000,,@thejmmonroe The hardest joke ever,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1106296019606597632,[],[],0,,False,4242,101,113,,None,,,,,,,"[{'screen_name': 'thejmmonroe', 'name': 'James M. Monroe', 'id': '39221035'}]",,,, +2344,1106283892326096896,1106257300266704898,1552593608000.0,2019-03-14 20:00:08,+0000,,@Tesla With pie 🥧,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1106283892326096896,[],[],0,,False,30761,844,957,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2345,1106278642152177664,1106277883356635139,1552592356000.0,2019-03-14 19:39:16,+0000,,"@hedweg Long-term, it’s about coupling the collective will of humanity to AI. Short-term, it’s about improving the lives of those with brain or spine problems.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1106278642152177664,[],[],0,,False,1083,62,73,,None,,,,,,,"[{'screen_name': 'hedweg', 'name': 'Michelle Snook', 'id': '53712204'}]",,,, +2346,1106266069847543808,1105891600436158464,1552589359000.0,2019-03-14 18:49:19,+0000,,"@teslainventory @Tesla Next software update will increase storm watch sensitivity. You’re right, it’s currently too low.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1106266069847543808,[],[],0,,False,1467,43,50,,None,,,,,,,"[{'screen_name': 'teslainventory', 'name': '🔋Erik🔋', 'id': '565198801'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2347,1106254070912675840,1105891600436158464,1552586498000.0,2019-03-14 18:01:38,+0000,,@teslainventory @Tesla Checking into this,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1106254070912675840,[],[],0,,False,7756,68,100,,None,,,,,,,"[{'screen_name': 'teslainventory', 'name': '🔋Erik🔋', 'id': '565198801'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2348,1106063248581894144,1106063248581894144,1552541002000.0,2019-03-14 05:23:22,+0000,,S3XY https://t.co/3ECtKEL2BH,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1106063248581894144,[],['https://pbs.twimg.com/media/D1mGo5dXgAAftms.jpg'],1,https://pbs.twimg.com/media/D1mGo5dXgAAftms.jpg,False,210938,3369,30324,,None,,,,,,,[],,,, +2349,1105931449406898176,1105767286361726977,1552509579000.0,2019-03-13 20:39:39,+0000,,@TeslaM3Spain @Tesla OTA,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1105931449406898176,[],[],0,,False,4624,146,91,,None,,,,,,,"[{'screen_name': 'TeslaM3Spain', 'name': 'Tesla Model3 España', 'id': '716895276653522945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2350,1105842695761588226,1105836813783044098,1552488418000.0,2019-03-13 14:46:58,+0000,,@MattLibman @JamesHoffmann3 @Cooldream0 Plug in a USB drive to record video,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1105842695761588226,[],[],0,,False,644,48,21,,None,,,,,,,"[{'screen_name': 'mattlibman', 'name': 'Matthew Libman', 'id': '2242795723'}, {'screen_name': 'JamesHoffmann3', 'name': 'James Hoffmann', 'id': '358341314'}, {'screen_name': 'Cooldream0', 'name': 'Cooldream', 'id': '72861599'}]",,,, +2351,1105837312586346497,1105836813783044098,1552487135000.0,2019-03-13 14:25:35,+0000,,"@Cooldream0 Comes with 2019.8, which finishes validation this week",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1105837312586346497,[],[],0,,False,4464,84,85,,None,,,,,,,"[{'screen_name': 'Cooldream0', 'name': 'Cooldream', 'id': '72861599'}]",,,, +2352,1105556139184410626,1105556139184410626,1552420098000.0,2019-03-12 19:48:18,+0000,,Looking forward to building a Boring Company tunnel in Vegas. Assuming to be operational by end of year!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1105556139184410626,[],[],0,,False,29608,1125,2114,https://twitter.com/boringcompany/status/1103428015030181888,None,,,,,,,[],,,, +2353,1105549053696327680,1105318154375376897,1552418409000.0,2019-03-12 19:20:09,+0000,,@WillFealey @TonyTesla4Life @tesla_truth @FredericLambert @jeffborden_cga @marc_benton @MrTommyCampbell @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1105549053696327680,[],[],0,,False,666,48,26,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}, {'screen_name': 'TonyTesla4Life', 'name': 'Tony Pham - “Quick Bandit” license plate mount', 'id': '1004045430106120193'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'jeffborden_cga', 'name': 'Jeff Borden', 'id': '273140208'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2354,1105348296174784513,1105318154375376897,1552370544000.0,2019-03-12 06:02:24,+0000,,@DirkSmit76 Our “list” prices are our actual prices. Software (and automotive) vary prices frequently by changing the discount or rebate.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1105348296174784513,[],[],0,,False,870,52,30,,None,,,,,,,"[{'screen_name': 'DirkSmit76', 'name': 'Dirk Smit', 'id': '3297538031'}]",,,, +2355,1105346215946805250,1105339649474486272,1552370048000.0,2019-03-12 05:54:08,+0000,,"@DMC_Ryan Sure, that would be great",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105346215946805250,[],[],0,,False,945,53,29,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +2356,1105341204382736384,1105318154375376897,1552368854000.0,2019-03-12 05:34:14,+0000,,@TonyTesla4Life @tesla_truth @FredericLambert @jeffborden_cga @marc_benton @MrTommyCampbell @Tesla Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105341204382736384,[],[],0,,False,603,37,16,,None,,,,,,,"[{'screen_name': 'TonyTesla4Life', 'name': 'Tony Pham - “Quick Bandit” license plate mount', 'id': '1004045430106120193'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'jeffborden_cga', 'name': 'Jeff Borden', 'id': '273140208'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2357,1105340648985518080,1105318154375376897,1552368721000.0,2019-03-12 05:32:01,+0000,,@TonyTesla4Life @tesla_truth @FredericLambert @jeffborden_cga @marc_benton @MrTommyCampbell @Tesla Correct,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105340648985518080,[],[],0,,False,648,31,21,,None,,,,,,,"[{'screen_name': 'TonyTesla4Life', 'name': 'Tony Pham - “Quick Bandit” license plate mount', 'id': '1004045430106120193'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'jeffborden_cga', 'name': 'Jeff Borden', 'id': '273140208'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2358,1105337924386615296,1105318154375376897,1552368072000.0,2019-03-12 05:21:12,+0000,,@fredsa @FredericLambert @jeffborden_cga @marc_benton @MrTommyCampbell @Tesla That’s the plan,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105337924386615296,[],[],0,,False,679,41,16,,None,,,,,,,"[{'screen_name': 'fredsa', 'name': 'Fred Sauer', 'id': '21984234'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'jeffborden_cga', 'name': 'Jeff Borden', 'id': '273140208'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2359,1105337079326629888,1105318154375376897,1552367870000.0,2019-03-12 05:17:50,+0000,,@Syntality @FredericLambert @jeffborden_cga @marc_benton @MrTommyCampbell @Tesla Of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105337079326629888,[],[],0,,False,604,21,13,,None,,,,,,,"[{'screen_name': 'Syntality', 'name': 'capprog', 'id': '801134076191064064'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'jeffborden_cga', 'name': 'Jeff Borden', 'id': '273140208'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2360,1105336395889967104,1105318154375376897,1552367707000.0,2019-03-12 05:15:07,+0000,,@brandynspears 6,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105336395889967104,[],[],0,,False,561,13,8,,None,,,,,,,[],,,, +2361,1105336158743977984,1105318154375376897,1552367651000.0,2019-03-12 05:14:11,+0000,,"@FredericLambert @jeffborden_cga @marc_benton @MrTommyCampbell @Tesla In retrospect, lower price shouldn’t have been offered. Was done so because some simply couldn’t afford it. Prices revert to normal on Monday.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105336158743977984,[],[],0,,False,946,150,53,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'jeffborden_cga', 'name': 'Jeff Borden', 'id': '273140208'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2362,1105334810002649088,1105318154375376897,1552367329000.0,2019-03-12 05:08:49,+0000,,"@johnny0129 However, this obviously cannot be discussed with entire global stores team beforehand or news would leak",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105334810002649088,[],[],0,,False,1132,37,24,,None,,,,,,,"[{'screen_name': 'johnny0129', 'name': 'Johnny - Practicing french & Spanish', 'id': '36274970'}]",,,, +2363,1105334514262269952,1105318154375376897,1552367258000.0,2019-03-12 05:07:38,+0000,,"@johnny0129 We are still closing stores, just not as many as before. This basically splits the difference — about half as many stores closed, but then can afford only about half the price reduction. Was discussed with exec team & board.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105334514262269952,[],[],0,,False,1273,43,37,,None,,,,,,,"[{'screen_name': 'johnny0129', 'name': 'Johnny - Practicing french & Spanish', 'id': '36274970'}]",,,, +2364,1105333522728775686,1105318154375376897,1552367022000.0,2019-03-12 05:03:42,+0000,,"@jeffborden_cga @marc_benton @MrTommyCampbell @Tesla When prices go down, those who already bought want the lower price, but, if prices go up, those who already bought don’t want to write Tesla a check. So it goes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105333522728775686,[],[],0,,False,1453,86,105,,None,,,,,,,"[{'screen_name': 'jeffborden_cga', 'name': 'Jeff Borden', 'id': '273140208'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2365,1105330936810360834,1105318154375376897,1552366406000.0,2019-03-12 04:53:26,+0000,,@soundanswer @marc_benton @MrTommyCampbell Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1105330936810360834,[],[],0,,False,470,21,14,,None,,,,,,,"[{'screen_name': 'soundanswer', 'name': 'Erik J. Martin', 'id': '15435983'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}]",,,, +2366,1105329293788209154,1105318154375376897,1552366014000.0,2019-03-12 04:46:54,+0000,,@marc_benton @MrTommyCampbell Those prices will revert to normal on Monday too,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1105329293788209154,[],[],0,,False,808,72,25,,None,,,,,,,"[{'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}]",,,, +2367,1105321691087953922,1105318154375376897,1552364201000.0,2019-03-12 04:16:41,+0000,,Applies worldwide,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1105321691087953922,[],[],0,,False,19172,607,489,,None,,,,,,,[],,,, +2368,1105320769913909248,1105318154375376897,1552363982000.0,2019-03-12 04:13:02,+0000,,@vincent13031925 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1105320769913909248,[],[],0,,False,716,31,19,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +2369,1105318154375376897,1105318154375376897,1552363358000.0,2019-03-12 04:02:38,+0000,,"Tesla car prices go up ~3% next week, except for $35k Model 3. Order online at https://t.co/46TXqRrsdr before then for current prices.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1105318154375376897,['http://Tesla.com'],[],0,,False,23948,1259,1463,,None,,,,,,,[],,,, +2370,1105002864898793472,1104996129853255680,1552288187000.0,2019-03-11 07:09:47,+0000,,@teslaownersSV @Jays200 @Tesla Couldn’t resolve all the rights issues. Will add another racing game soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1105002864898793472,[],[],0,,False,1079,117,44,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Jays200', 'name': 'Jays', 'id': '382545687'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2371,1105001445575733248,1104996129853255680,1552287849000.0,2019-03-11 07:04:09,+0000,,@Jays200 @Tesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1105001445575733248,[],[],0,,False,1945,68,53,,None,,,,,,,"[{'screen_name': 'Jays200', 'name': 'Jays', 'id': '382545687'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2372,1104959683364708352,1104016648959221760,1552277892000.0,2019-03-11 04:18:12,+0000,,"@Erdayastronaut @somepitch Yeah, it might break",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1104959683364708352,[],[],0,,False,1696,69,46,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'somepitch', 'name': 'Colin', 'id': '172989426'}]",,,, +2373,1104945526389104640,1104643565983092737,1552274517000.0,2019-03-11 03:21:57,+0000,,@MFrunker @cleantechnica Software release later this week should make it better,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1104945526389104640,[],[],0,,False,1204,58,38,,None,,,,,,,"[{'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2374,1104945142065070081,1104016648959221760,1552274425000.0,2019-03-11 03:20:25,+0000,,@somepitch 2,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1104945142065070081,[],[],0,,False,843,20,18,,None,,,,,,,"[{'screen_name': 'somepitch', 'name': 'Colin', 'id': '172989426'}]",,,, +2375,1104944653931958272,1104643565983092737,1552274309000.0,2019-03-11 03:18:29,+0000,,@cleantechnica True (sigh),en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1104944653931958272,[],[],0,,False,18255,194,436,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2376,1104944410419126274,1104934441493848065,1552274250000.0,2019-03-11 03:17:30,+0000,,@cleantechnica True,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1104944410419126274,[],[],0,,False,5671,77,113,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2377,1104517220313382912,1104016648959221760,1552172400000.0,2019-03-09 23:00:00,+0000,,"@Drew78823936 @Erdayastronaut @DJSnM @RocketTenor @NASA @SpaceX @Space_Station @Commercial_Crew Probably right. Starship rate of progress far exceeds Falcon & Dragon, although they’re critical to getting there. dInnovation/dt is what matters long-term.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1104517220313382912,[],[],0,,False,2032,120,104,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'RocketTenor', 'name': 'Derek Sellers', 'id': '74319457'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +2378,1104514410935050240,1104016648959221760,1552171731000.0,2019-03-09 22:48:51,+0000,,"@DJSnM @RocketTenor @NASA @SpaceX @Space_Station @Commercial_Crew For cargo missions, propulsive land landing should be no problem. Doesn’t have same safety criticality as crew.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1104514410935050240,[],[],0,,False,2326,80,109,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'RocketTenor', 'name': 'Derek Sellers', 'id': '74319457'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +2379,1104511205933146112,1104016648959221760,1552170966000.0,2019-03-09 22:36:06,+0000,,@dmk184 @NASA @SpaceX @Space_Station @Commercial_Crew Pretty much any moon or planet that has a solid or liquid surface,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1104511205933146112,[],[],0,,False,1268,41,38,,None,,,,,,,"[{'screen_name': 'dmk184', 'name': 'David Kayal', 'id': '846873463'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +2380,1104510803313487872,1104016648959221760,1552170870000.0,2019-03-09 22:34:30,+0000,,"@iamkostmos @NASA @SpaceX @Space_Station @Commercial_Crew Most likely, but this is contingent upon NASA review & approval",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1104510803313487872,[],[],0,,False,1397,42,47,,None,,,,,,,"[{'screen_name': 'iamkostmos', 'name': 'Kostia M', 'id': '1329715796'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +2381,1104510381886603264,1104016648959221760,1552170770000.0,2019-03-09 22:32:50,+0000,,"@xandriteme @NASA @SpaceX @Space_Station @Commercial_Crew Best to use a giant brake pad, aka heat shield",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1104510381886603264,[],[],0,,False,1057,22,24,,None,,,,,,,"[{'screen_name': 'xandriteme', 'name': 'Keith', 'id': '2837533292'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +2382,1104510016948592641,1104016648959221760,1552170683000.0,2019-03-09 22:31:23,+0000,,@ajithshan03 @NASA @SpaceX @Space_Station @Commercial_Crew No,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1104510016948592641,[],[],0,,False,1286,32,21,,None,,,,,,,"[{'screen_name': 'ajithshan03', 'name': 'Ajith Shan', 'id': '3455872092'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +2383,1104509345922838528,1104016648959221760,1552170523000.0,2019-03-09 22:28:43,+0000,,"@NASA @SpaceX @Space_Station @Commercial_Crew Dragon 2 was designed to land using thrusters, with parachutes as backup. Switched to chutes as primary, due to difficulty of proving safety, but Dragon can still do it. https://t.co/Mr7VFIQwWf",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1104509345922838528,['https://m.youtube.com/watch?v=07Pm8ZY0XJI'],[],0,,False,13893,358,873,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +2384,1104498091305009152,1104483256962109442,1552167840000.0,2019-03-09 21:44:00,+0000,,@TheOnion https://t.co/JoBxDo3zwh,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1104498091305009152,[],['https://pbs.twimg.com/media/D1P3KABV4AAfY9H.jpg'],1,https://pbs.twimg.com/media/D1P3KABV4AAfY9H.jpg,False,75328,916,7447,,None,,,,,,,[],,,, +2385,1104462447652438016,1104400400785031168,1552159342000.0,2019-03-09 19:22:22,+0000,,@MKBHD @Tesla 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1104462447652438016,[],[],0,,False,88185,448,2760,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2386,1104147569762947072,1104090692215726080,1552084269000.0,2019-03-08 22:31:09,+0000,,"@Astronotic_s 27,000 km/h",und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1104147569762947072,[],[],0,,False,2497,92,55,,None,,,,,,,"[{'screen_name': 'Astronotic_s', 'name': 'A', 'id': '2942494162'}]",,,, +2387,1104145565028241408,1104025378513920000,1552083791000.0,2019-03-08 22:23:11,+0000,,@BPSYT1 @Erdayastronaut @roscosmos @Rogozin @JimBridenstine Raptor on way to Hopper. Will be mounted to vehicle next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1104145565028241408,[],[],0,,False,2361,80,173,,None,,,,,,,"[{'screen_name': 'BPSYT1', 'name': 'Bot', 'id': '4824663723'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}, {'screen_name': 'Rogozin', 'name': 'РОГОЗИН', 'id': '36980694'}, {'screen_name': 'JimBridenstine', 'name': 'Jim Bridenstine', 'id': '243418245'}]",,,, +2388,1104144985572532224,1104025378513920000,1552083653000.0,2019-03-08 22:20:53,+0000,,@Erdayastronaut @roscosmos @Rogozin @JimBridenstine NK-33 & RD 170/180 are exceptional,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1104144985572532224,[],[],0,,False,1648,30,54,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}, {'screen_name': 'Rogozin', 'name': 'РОГОЗИН', 'id': '36980694'}, {'screen_name': 'JimBridenstine', 'name': 'Jim Bridenstine', 'id': '243418245'}]",,,, +2389,1104143614345527296,1104025378513920000,1552083326000.0,2019-03-08 22:15:26,+0000,,@roscosmos @Rogozin @JimBridenstine Thank you on behalf of SpaceX! We have always admired your rocket/spacecraft technology.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1104143614345527296,[],[],0,,False,7679,88,277,,None,,,,,,,"[{'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}, {'screen_name': 'Rogozin', 'name': 'РОГОЗИН', 'id': '36980694'}, {'screen_name': 'JimBridenstine', 'name': 'Jim Bridenstine', 'id': '243418245'}]",,,, +2390,1104141771863339008,1104049983760805889,1552082887000.0,2019-03-08 22:08:07,+0000,,@BarackObama @NASA @SpaceX @Commercial_Crew Thank you on behalf of the people of SpaceX!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1104141771863339008,[],[],0,,False,46914,220,1251,,None,,,,,,,"[{'screen_name': 'BarackObama', 'name': 'Barack Obama', 'id': '813286'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +2391,1104092184230289408,1104090692215726080,1552071064000.0,2019-03-08 18:51:04,+0000,,"@JD_2020 All good, system maintained room temperature within spacecraft",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1104092184230289408,[],[],0,,False,3568,90,121,,None,,,,,,,"[{'screen_name': 'JD_2020', 'name': 'Josh Olin', 'id': '16464746'}]",,,, +2392,1104091386230403072,1104090692215726080,1552070874000.0,2019-03-08 18:47:54,+0000,,"@YoBigBrotha Phenolic impregnated carbon ablator, version 3",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1104091386230403072,[],[],0,,False,3685,122,136,,None,,,,,,,"[{'screen_name': 'YoBigBrotha', 'name': 'Khari', 'id': '114545909'}]",,,, +2393,1104090692215726080,1104090692215726080,1552070708000.0,2019-03-08 18:45:08,+0000,,"Atmospheric entry at 17,000 mph is like a meteor & will vaporize steel. Burn marks below are on cold side. Main heatshield on bottom.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1104090692215726080,[],[],0,,False,53598,1573,4659,https://twitter.com/SpaceX/status/1104032250495004673,None,,,,,,,[],,,, +2394,1103929977513271298,1103928072246484992,1552032391000.0,2019-03-08 08:06:31,+0000,,"@RPMTESLA Yes, invitations go out tomorrow",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1103929977513271298,[],[],0,,False,1145,79,53,,None,,,,,,,"[{'screen_name': 'RPMTESLA', 'name': 'RPM’s TESLA Aftermarket Accesories', 'id': '41737311'}]",,,, +2395,1103788377881554945,1103765550461681664,1551998631000.0,2019-03-07 22:43:51,+0000,,@comeaujo @ValueAnalyst1 @Tesla Getting rid of peak power splitting across two bays & updated software with battery warmup results in >2X improvement in fleet charge time,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1103788377881554945,[],[],0,,False,1026,54,54,,None,,,,,,,"[{'screen_name': 'comeaujo', 'name': 'Jonathan Comeau', 'id': '19372536'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2396,1103784856390066176,1103765550461681664,1551997791000.0,2019-03-07 22:29:51,+0000,,"@flcnhvy We will spend 3 or 6 months with public beta of V3 in North America, make sure there are no corner case issues & then begin buildout worldwide.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1103784856390066176,[],[],0,,False,1282,76,66,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2397,1103783385959301120,1103765550461681664,1551997441000.0,2019-03-07 22:24:01,+0000,,"Those improvements are independent of Supercharger V3 power increase from 135kW to 250+kW. All factors considered, charge time will drop by factor of 4 best case & more than 2 for whole Tesla fleet. Effectively, this more than doubles total WW Supercharger system throughput.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1103783385959301120,[],[],0,,False,14433,379,663,,None,,,,,,,[],,,, +2398,1103765550461681664,1103765550461681664,1551993188000.0,2019-03-07 21:13:08,+0000,,"Latest software improves Tesla Supercharger times by up to 25% for all Tesla S/X/3 worldwide, incl original 2012 Model S. Not splitting power across 2 Supercharger stalls helps all cars up to 50%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1103765550461681664,[],[],0,,False,23199,582,1446,https://twitter.com/Alandbru/status/1103760956830691328,None,,,,,,,[],,,, +2399,1103759810850254848,1103746567150817280,1551991820000.0,2019-03-07 20:50:20,+0000,,@PolyBork So true 🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1103759810850254848,[],[],0,,False,7100,36,74,,None,,,,,,,"[{'screen_name': 'PolyBork', 'name': 'PolyBork', 'id': '1049946873241452545'}]",,,, +2400,1103746567150817280,1103746567150817280,1551988662000.0,2019-03-07 19:57:42,+0000,,Extremely important merch https://t.co/3ZUin7kzYk,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1103746567150817280,[],['https://pbs.twimg.com/media/D1FLps6UwAI_qfW.jpg'],1,https://pbs.twimg.com/media/D1FLps6UwAI_qfW.jpg,False,257483,2704,38835,,None,,,,,,,[],,,, +2401,1103733494126137349,1103567501185638400,1551985546000.0,2019-03-07 19:05:46,+0000,,"@CopticChad @Erdayastronaut @privater @marc_benton @Teslatunity @Model3Owners @Tesla Net power to warm pack is especially low when motors are running, as coolant loop routes motor heat to the pack when outside is cold (& rejects motor heat to air when outside is warm)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1103733494126137349,[],[],0,,False,1013,36,35,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'privater', 'name': 'privater', 'id': '7447692'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2402,1103732520263114752,1103729668987842560,1551985313000.0,2019-03-07 19:01:53,+0000,,"@MM2LLC Yes, but an engine shouldn’t count until it flies",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1103732520263114752,[],[],0,,False,1977,32,40,,None,,,,,,,"[{'screen_name': 'MM2LLC', 'name': 'MaterialMatt - Anti Seditionists.', 'id': '3073389014'}]",,,, +2403,1103732164221329411,1103729668987842560,1551985228000.0,2019-03-07 19:00:28,+0000,,@compdemon Ukraine did play a major role,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1103732164221329411,[],[],0,,False,3683,197,1017,,None,,,,,,,"[{'screen_name': 'compdemon', 'name': 'Чудо-ВаЩе', 'id': '2527254774'}]",,,, +2404,1103731551219539969,1103567501185638400,1551985082000.0,2019-03-07 18:58:02,+0000,,@Erdayastronaut @privater @marc_benton @Teslatunity @Model3Owners @Tesla Very little power & only right before you get to the Supercharger. You won’t notice it in range.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1103731551219539969,[],[],0,,False,1519,29,40,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'privater', 'name': 'privater', 'id': '7447692'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2405,1103730529319284736,1103567501185638400,1551984839000.0,2019-03-07 18:53:59,+0000,,"@privater @marc_benton @Teslatunity @Model3Owners @Tesla If you navigate to Supercharger, car will warm up battery en route, so you start immediately at max power",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1103730529319284736,[],[],0,,False,8972,165,284,,None,,,,,,,"[{'screen_name': 'privater', 'name': 'privater', 'id': '7447692'}, {'screen_name': 'marc_benton', 'name': 'Marc Beta Button Benton', 'id': '14162718'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2406,1103729668987842560,1103729668987842560,1551984634000.0,2019-03-07 18:50:34,+0000,,Russia has excellent rocket engineering & best engine currently flying. Reusable version of their new Angara rocket would be great. https://t.co/6RLvf5R4ni,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1103729668987842560,['https://arstechnica.com/science/2019/03/with-dragon-russian-critic-says-roscosmos-acting-left-behind/'],[],0,,False,17278,687,1592,,None,,,,,,,[],,,, +2407,1103576247412641792,1103419353549205505,1551948055000.0,2019-03-07 08:40:55,+0000,,"@TheRock Thanks, that sounds great!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1103576247412641792,[],[],0,,False,57477,467,1169,,None,,,,,,,"[{'screen_name': 'TheRock', 'name': 'Dwayne Johnson', 'id': '250831586'}]",,,, +2408,1103574166354231297,1103425262312673280,1551947559000.0,2019-03-07 08:32:39,+0000,,@cleantechnica @evannex_com @zshahan3 @Tesla You’re most welcome. Very proud of Tesla team. Super tough 15 years!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1103574166354231297,[],[],0,,False,1888,86,104,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': 'evannex_com', 'name': 'EVANNEX for Tesla Community', 'id': '966647570'}, {'screen_name': 'zshahan3', 'name': 'Zach Shahan', 'id': '60840767'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2409,1103344096993660928,1103333208261885953,1551892706000.0,2019-03-06 17:18:26,+0000,,"@TheRock Oh stop, you’ll make me blush ☺️",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1103344096993660928,[],[],0,,False,140703,703,6204,,None,,,,,,,"[{'screen_name': 'TheRock', 'name': 'Dwayne Johnson', 'id': '250831586'}]",,,, +2410,1103224670612946944,1103221573127827456,1551864233000.0,2019-03-06 09:23:53,+0000,,@Plumazul @Tesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1103224670612946944,[],[],0,,False,16566,139,306,,None,,,,,,,"[{'screen_name': 'Plumazul', 'name': 'David Bluefeather', 'id': '90753037'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2411,1103221573127827456,1103221573127827456,1551863494000.0,2019-03-06 09:11:34,+0000,,"Yeah, I lift a little … https://t.co/UAJdv8qSw1",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1103221573127827456,[],['https://pbs.twimg.com/media/D09uKvVVsAAEL0Q.jpg'],1,https://pbs.twimg.com/media/D09uKvVVsAAEL0Q.jpg,False,702464,9789,98990,,None,,,,,,,[],,,, +2412,1103036275584430080,1102625748521762816,1551819316000.0,2019-03-05 20:55:16,+0000,,@AstroAnnimal 💕💕💕 https://t.co/aazjdYnxZc,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1103036275584430080,[],['https://pbs.twimg.com/media/D07FpKgUcAEdqqk.jpg'],1,https://pbs.twimg.com/media/D07FpKgUcAEdqqk.jpg,False,33760,214,1427,,None,,,,,,,"[{'screen_name': 'AstroAnnimal', 'name': 'Anne McClain', 'id': '1533844754'}]",,,, +2413,1103017584188780544,1102991363472207872,1551814859000.0,2019-03-05 19:40:59,+0000,,@Gfilche @Tesla Tesla comms is fixing. That was a mistake.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1103017584188780544,[],[],0,,False,8376,229,156,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2414,1102847012980969472,1102625748521762816,1551774192000.0,2019-03-05 08:23:12,+0000,,@MoWo91 @AstroAnnimal So cute!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1102847012980969472,[],[],0,,False,2614,60,47,,None,,,,,,,"[{'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'AstroAnnimal', 'name': 'Anne McClain', 'id': '1533844754'}]",,,, +2415,1102835573058822144,1102625748521762816,1551771464000.0,2019-03-05 07:37:44,+0000,,@AstroAnnimal Buddy is like an Earth Pokémon,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1102835573058822144,[],[],0,,False,61683,466,2662,,None,,,,,,,"[{'screen_name': 'AstroAnnimal', 'name': 'Anne McClain', 'id': '1533844754'}]",,,, +2416,1102669715095212032,1102621986545491968,1551731921000.0,2019-03-04 20:38:41,+0000,,"@scottwww @Tesla Gap in understanding is that $35k Model 3 production *starts* this month, but will not reach volume production until mid year. Extremely difficult to predict middle part of manufacturing S-curve.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1102669715095212032,[],[],0,,False,12833,293,384,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2417,1102359604011270144,1102350927271346176,1551657985000.0,2019-03-04 00:06:25,+0000,,@lizzieohreally Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1102359604011270144,[],[],0,,False,2154,70,25,,None,,,,,,,"[{'screen_name': 'lizzieohreally', 'name': ""Lizzie O'Leary"", 'id': '51462013'}]",,,, +2418,1102356634305650689,1102350927271346176,1551657277000.0,2019-03-03 23:54:37,+0000,,@flcnhvy @Mariano_Oscos https://t.co/OhMZIFVrN5,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1102356634305650689,[],['https://pbs.twimg.com/media/D0xbg8RU0AEFr3o.jpg'],1,https://pbs.twimg.com/media/D0xbg8RU0AEFr3o.jpg,False,3709,183,92,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2419,1102355910058369024,1102350927271346176,1551657104000.0,2019-03-03 23:51:44,+0000,,"@Mariano_Oscos No, just literally having toast & jam while playing Jamming",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1102355910058369024,[],[],0,,False,3895,75,92,,None,,,,,,,"[{'screen_name': 'Mariano_Oscos', 'name': 'mariano', 'id': '2978682435'}]",,,, +2420,1102350927271346176,1102350927271346176,1551655916000.0,2019-03-03 23:31:56,+0000,,Having toast & jam in kitchen while playing Jamming by Bob Marley,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1102350927271346176,[],[],0,,False,92753,2822,7757,,None,,,,,,,[],,,, +2421,1102345986117033984,1102332778492772352,1551654738000.0,2019-03-03 23:12:18,+0000,,"@jovanik21 @i_shtpst @MKBHD Yes. Personally, I’m most excited by the Tesla Truck. Maybe it will be too futuristic for most people, but I love it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1102345986117033984,[],[],0,,False,2170,169,152,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +2422,1102345129338105856,1102332778492772352,1551654534000.0,2019-03-03 23:08:54,+0000,,"@MKBHD Yes, anyone will be able to take videos",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1102345129338105856,[],[],0,,False,7514,71,126,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +2423,1102344922554724353,1102332778492772352,1551654484000.0,2019-03-03 23:08:04,+0000,,@KirkNason I believe so,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1102344922554724353,[],[],0,,False,1312,21,25,,None,,,,,,,"[{'screen_name': 'KirkNason', 'name': 'Kirk J. Nason 🌎 🚗🔌🔋', 'id': '36152170'}]",,,, +2424,1102343438668713986,1102332778492772352,1551654130000.0,2019-03-03 23:02:10,+0000,,"@i_shtpst @MKBHD No, that unveil is later this year",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1102343438668713986,[],[],0,,False,1436,55,70,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +2425,1102342523660333056,1102332778492772352,1551653912000.0,2019-03-03 22:58:32,+0000,,@KorrelZ_NL @iPranavOfficial @ikichullo Slightly higher drag * slightly higher frontal area affects air friction & mass affects rolling resistance & hill climb. Physics is the law.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1102342523660333056,[],[],0,,False,1122,48,35,,None,,,,,,,"[{'screen_name': 'KorrelZ_NL', 'name': 'KorrelZoutNL', 'id': '887625060101574656'}, {'screen_name': 'iPranavOfficial', 'name': 'Pranav Rajagopal', 'id': '760244605019389952'}]",,,, +2426,1102340302663180288,1102332778492772352,1551653383000.0,2019-03-03 22:49:43,+0000,,@ikichullo Normal,es,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1102340302663180288,[],[],0,,False,1182,108,34,,None,,,,,,,[],,,, +2427,1102339932662620160,1102332778492772352,1551653295000.0,2019-03-03 22:48:15,+0000,,@teslaownersSV Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1102339932662620160,[],[],0,,False,919,47,34,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +2428,1102339433448140800,1102332778492772352,1551653176000.0,2019-03-03 22:46:16,+0000,,"Detailed specs & pricing will be provided, as well as test rides in Y",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1102339433448140800,[],[],0,,False,25238,632,963,,None,,,,,,,[],,,, +2429,1102338251497431040,1102332778492772352,1551652894000.0,2019-03-03 22:41:34,+0000,,"Model Y, being an SUV, is about 10% bigger than Model 3, so will cost about 10% more & have slightly less range for same battery",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1102338251497431040,[],[],0,,False,29593,647,1814,,None,,,,,,,[],,,, +2430,1102332778492772352,1102332778492772352,1551651589000.0,2019-03-03 22:19:49,+0000,,Model Y unveil event on March 14 at LA Design Studio,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1102332778492772352,[],[],0,,False,77325,2492,9365,,None,,,,,,,[],,,, +2431,1102332191462195201,1102332191462195201,1551651449000.0,2019-03-03 22:17:29,+0000,,First public Tesla V3.0 Supercharger Station goes live Wed 8pm,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1102332191462195201,[],[],0,,False,32805,723,2144,,None,,,,,,,[],,,, +2432,1102181716502822912,1102165558424875014,1551615573000.0,2019-03-03 12:19:33,+0000,,@katlinegrey @Space_Station Спасибо за добрые слова!,ru,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1102181716502822912,[],[],0,,False,8869,284,1336,,None,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +2433,1102171380412440577,1102165558424875014,1551613109000.0,2019-03-03 11:38:29,+0000,,"SpaceX team in Hawthorne control, Dragon docked to Station above https://t.co/JUWkOrWjsH",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1102171380412440577,[],['https://pbs.twimg.com/media/D0uzBj5U4AASHtF.jpg'],1,https://pbs.twimg.com/media/D0uzBj5U4AASHtF.jpg,False,38960,680,2663,,None,,,,,,,[],,,, +2434,1102165558424875014,1102165558424875014,1551611721000.0,2019-03-03 11:15:21,+0000,,SpaceX Crew Dragon has docked with International @Space_Station https://t.co/CccsItLLvJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1102165558424875014,[],['https://pbs.twimg.com/media/D0utuzEVYAAtoJT.jpg'],1,https://pbs.twimg.com/media/D0utuzEVYAAtoJT.jpg,False,82240,1358,10083,,None,,,,,,,[],,,, +2435,1102150592586178561,1102147486909526017,1551608152000.0,2019-03-03 10:15:52,+0000,,"@GeorgeThomson79 @Space_Station Yes, she would be able to breathe",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1102150592586178561,[],[],0,,False,1085,42,22,,None,,,,,,,"[{'screen_name': 'GeorgeThomson79', 'name': 'George Thomson', 'id': '102678041'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +2436,1102147486909526017,1102147486909526017,1551607412000.0,2019-03-03 10:03:32,+0000,,Proximity docking sequence underway. Dragon shadow visible on on @Space_Station solar arrays. https://t.co/ELsxgLIvf0,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1102147486909526017,[],['https://pbs.twimg.com/media/D0udS3lUcAAbs-g.jpg'],1,https://pbs.twimg.com/media/D0udS3lUcAAbs-g.jpg,False,26938,463,2455,,None,,,,,,,[],,,, +2437,1102134001634951168,1102112647640698880,1551604197000.0,2019-03-03 09:09:57,+0000,,@WorldAndScience One day we will be there to see for ourselves https://t.co/MDs0h9cBqk,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1102134001634951168,['https://m.youtube.com/watch?v=GbXIONSjmkY'],[],0,,False,5326,164,330,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +2438,1102115900029775872,1102112647640698880,1551599881000.0,2019-03-03 07:58:01,+0000,,@WorldAndScience 69F,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1102115900029775872,[],[],0,,False,20168,628,1176,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +2439,1102088097871814656,1101868303402831872,1551593252000.0,2019-03-03 06:07:32,+0000,,@pmnordkvist @Tesla Something like this could work,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1102088097871814656,[],[],0,,False,10514,190,204,,None,,,,,,,"[{'screen_name': 'pmnordkvist', 'name': 'Cringe Dad', 'id': '14838580'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2440,1102086462160306177,1102076191253520384,1551592863000.0,2019-03-03 06:01:03,+0000,,@Buran_Orbiter @Kristennetten @Ieoma123 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1102086462160306177,[],[],0,,False,684,22,19,,None,,,,,,,"[{'screen_name': 'Buran_Orbiter', 'name': 'Buran the Obiter', 'id': '834635170137460736'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Ieoma123', 'name': 'Fuck musk, usa pig', 'id': '2819036882'}]",,,, +2441,1102085414276325376,1102083036349370373,1551592613000.0,2019-03-03 05:56:53,+0000,,@halsell_garrett Everyone knows Earth is hollow,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1102085414276325376,[],[],0,,False,1098,69,62,,None,,,,,,,[],,,, +2442,1102077248868311040,1102076191253520384,1551590666000.0,2019-03-03 05:24:26,+0000,,@Ieoma123 I am not a dog. Here’s a pic of me: https://t.co/HUy6YRyDnc,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1102077248868311040,[],['https://pbs.twimg.com/media/D0tdapWUwAAwi0Z.jpg'],1,https://pbs.twimg.com/media/D0tdapWUwAAwi0Z.jpg,False,2822,110,219,,None,,,,,,,"[{'screen_name': 'Ieoma123', 'name': 'Fuck musk, usa pig', 'id': '2819036882'}]",,,, +2443,1102070810984951809,1101882804424658947,1551589131000.0,2019-03-03 04:58:51,+0000,,@guptajayant75 @Erdayastronaut @causal_mind @nico_rosberg Model S will be raised to 162mph too,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1102070810984951809,[],[],0,,False,1200,38,28,,None,,,,,,,"[{'screen_name': 'guptajayant75', 'name': 'Jayant Gupta', 'id': '1006062551027744768'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Nico_Rosberg', 'name': 'Edward Norton', 'id': '1168608879388889088'}]",,,, +2444,1102070350576148481,1101789828574777346,1551589021000.0,2019-03-03 04:57:01,+0000,,@BoeingCEO @SpaceX @Commercial_Crew @NASA @Space_Station Thank you. May you have good luck and godspeed with your spacecraft!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1102070350576148481,[],[],0,,False,1455,17,50,,None,,,,,,,"[{'screen_name': 'BoeingCEO', 'name': 'Boeing Chief Executive Officer', 'id': '3355496165'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +2445,1102019122513235968,1102007681588563969,1551576807000.0,2019-03-03 01:33:27,+0000,,"@realDonaldTrump Thank you on behalf of SpaceX. Also, thank you to @NASA, without whom this would not be possible.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1102019122513235968,[],[],0,,False,61909,778,2934,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +2446,1101990576411561984,1101882804424658947,1551570002000.0,2019-03-02 23:40:02,+0000,,@Erdayastronaut @causal_mind @nico_rosberg Power will increase on all cars. Top speed on 3P increases to 162mph. Range on RWD 3 increases to 325 miles.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1101990576411561984,[],[],0,,False,2822,119,106,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'causal_mind', 'name': 'Wave Quantizer', 'id': '603787528'}, {'screen_name': 'Nico_Rosberg', 'name': 'Edward Norton', 'id': '1168608879388889088'}]",,,, +2447,1101986084697837568,1101882804424658947,1551568931000.0,2019-03-02 23:22:11,+0000,,"@causal_mind @nico_rosberg Yes, new cars and existing fleet",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1101986084697837568,[],[],0,,False,2766,30,48,,None,,,,,,,"[{'screen_name': 'causal_mind', 'name': 'Wave Quantizer', 'id': '603787528'}, {'screen_name': 'Nico_Rosberg', 'name': 'Edward Norton', 'id': '1168608879388889088'}]",,,, +2448,1101981321436581890,1101882804424658947,1551567795000.0,2019-03-02 23:03:15,+0000,,@nico_rosberg Firmware update coming later this month will increase power by ~5% & top speed by 10 km/h or 7mph,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1101981321436581890,[],[],0,,False,4475,95,193,,None,,,,,,,"[{'screen_name': 'Nico_Rosberg', 'name': 'Edward Norton', 'id': '1168608879388889088'}]",,,, +2449,1101973897380012032,1101882804424658947,1551566025000.0,2019-03-02 22:33:45,+0000,,@nico_rosberg Spoiler alert: not Porsche,de,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1101973897380012032,[],[],0,,False,73401,610,3877,,None,,,,,,,"[{'screen_name': 'Nico_Rosberg', 'name': 'Edward Norton', 'id': '1168608879388889088'}]",,,, +2450,1101928546145050624,1101848588483739648,1551555212000.0,2019-03-02 19:33:32,+0000,,@VP @POTUS @NASA @SpaceX Thank you on behalf of the many people of SpaceX,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1101928546145050624,[],[],0,,False,16337,248,537,,None,,,,,,,"[{'screen_name': 'VP', 'name': 'Vice President Kamala Harris', 'id': '803694179079458816'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2451,1101922671036678144,1101912111884656641,1551553812000.0,2019-03-02 19:10:12,+0000,,@fhurst4762 @SpaceX @Space_Station Lightning bolt right before launch,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1101922671036678144,[],[],0,,False,1802,102,72,,None,,,,,,,"[{'screen_name': 'fhurst4762', 'name': 'Weekly Options', 'id': '2691147012'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +2452,1101789828574777346,1101789828574777346,1551522140000.0,2019-03-02 10:22:20,+0000,,Earth floats gently in zero gravity https://t.co/XUH3KeDPVe,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/1101789828574777346,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1101789764309651458/pu/img/Cb5y7B6cd2QRCj1Y.jpg,False,80589,1321,10621,,None,,,,,,,[],,,, +2453,1101765778385321984,1101765778385321984,1551516406000.0,2019-03-02 08:46:46,+0000,,SpaceX Crew Dragon recap https://t.co/MmQmctxRSo,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1101765778385321984,['https://twitter.com/i/events/1101731517045268481'],[],0,,False,13951,391,2135,,None,,,,,,,[],,,, +2454,1101744489469759490,1101721765707825152,1551511330000.0,2019-03-02 07:22:10,+0000,,@raulv48 @bryanMackSC @Tesla Need to get back to SpaceX launch control. Sorry this solution isn’t perfect.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1101744489469759490,[],[],0,,False,1562,137,49,,None,,,,,,,"[{'screen_name': 'raulv48', 'name': 'Raul', 'id': '1057881175480397824'}, {'screen_name': 'bryanMackSC', 'name': 'Bryan', 'id': '728281492640571393'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2455,1101742773336715264,1101721765707825152,1551510921000.0,2019-03-02 07:15:21,+0000,,"@raulv48 @bryanMackSC @Tesla We’re trying to make EVs & autonomy more affordable over time. This is the right thing to do. However, we cannot then also retroactively make earlier buyers whole without killing the company.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1101742773336715264,[],[],0,,False,2203,270,115,,None,,,,,,,"[{'screen_name': 'raulv48', 'name': 'Raul', 'id': '1057881175480397824'}, {'screen_name': 'bryanMackSC', 'name': 'Bryan', 'id': '728281492640571393'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2456,1101741213722525697,1101724210878128128,1551510549000.0,2019-03-02 07:09:09,+0000,,@Sofiaan @royalflushGK Will take a few days for system update,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1101741213722525697,[],[],0,,False,649,31,15,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'royalflushGK', 'name': 'GK', 'id': '717398945782038528'}]",,,, +2457,1101738512406188032,1101724210878128128,1551509905000.0,2019-03-02 06:58:25,+0000,,"@TonyCrisostomo @tesla_truth @royalflushGK Yeah, we need a few days to update the system. If anyone already paid $3k, they should get $1k back.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1101738512406188032,[],[],0,,False,796,59,34,,None,,,,,,,"[{'screen_name': 'TonyCrisostomo', 'name': 'Tesla Tony @CrewTesla', 'id': '46157134'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'royalflushGK', 'name': 'GK', 'id': '717398945782038528'}]",,,, +2458,1101737858870755329,1101724210878128128,1551509749000.0,2019-03-02 06:55:49,+0000,,"@abhaygupta @royalflushGK It’s not exactly symmetric, but it will come with HW3 upgrade long-term",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1101737858870755329,[],[],0,,False,639,59,15,,None,,,,,,,"[{'screen_name': 'abhaygupta', 'name': 'Abhay Gupta', 'id': '17688795'}, {'screen_name': 'royalflushGK', 'name': 'GK', 'id': '717398945782038528'}]",,,, +2459,1101733087145349120,1101724210878128128,1551508611000.0,2019-03-02 06:36:51,+0000,,"@royalflushGK If you bought enhanced autopilot, FSD upgrade costs $2k instead of $5k",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1101733087145349120,[],[],0,,False,1125,161,64,,None,,,,,,,"[{'screen_name': 'royalflushGK', 'name': 'GK', 'id': '717398945782038528'}]",,,, +2460,1101724210878128128,1101724210878128128,1551506495000.0,2019-03-02 06:01:35,+0000,,"If you bought a Tesla before yesterday’s price reduction, you can have Autopilot or full self-driving at half normal cost (up to $6k less)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1101724210878128128,[],[],0,,False,22424,1071,1318,https://twitter.com/Tesla/status/1101721765707825152,None,,,,,,,[],,,, +2461,1101706972141899776,1101701552153219072,1551502385000.0,2019-03-02 04:53:05,+0000,,@Kristennetten @sivarajkumar237 He is the sensor!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1101706972141899776,[],[],0,,False,4286,81,85,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'sivarajkumar237', 'name': 'Sivaraj', 'id': '1386380306'}]",,,, +2462,1101702389197881346,1101701552153219072,1551501292000.0,2019-03-02 04:34:52,+0000,,"@sivarajkumar237 Nope, he’s going to float around in zero gravity",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1101702389197881346,[],[],0,,False,4631,68,79,,None,,,,,,,"[{'screen_name': 'sivarajkumar237', 'name': 'Sivaraj', 'id': '1386380306'}]",,,, +2463,1101701552153219072,1101701552153219072,1551501093000.0,2019-03-02 04:31:33,+0000,,Super high tech zero-g indicator added just before launch! https://t.co/CRO26plaXq,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1101701552153219072,[],"['https://pbs.twimg.com/media/D0oHuCBX0AECvXo.jpg', 'https://pbs.twimg.com/media/D0oHBvjX4AYZHt1.jpg']",1,https://pbs.twimg.com/media/D0oHuCBX0AECvXo.jpg,False,99528,1435,10163,,None,,,,,,,[],,,, +2464,1101646307863732224,1101645822637338626,1551487922000.0,2019-03-02 00:52:02,+0000,,@Secrethamper @HugsForNoah Happy birthday!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1101646307863732224,[],[],0,,False,5662,88,128,,None,,,,,,,"[{'screen_name': 'Secrethamper', 'name': 'Secret Hamper ™ 🌈💙', 'id': '4845576233'}, {'screen_name': 'HugsForNoah', 'name': '©#HugsForNoah™', 'id': '1458026582'}]",,,, +2465,1101548818280185862,1101548461974044674,1551464678000.0,2019-03-01 18:24:38,+0000,,"@Jay_Marquez Yeah, just use a dryer outlet. High power, easy to install & low cost.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1101548818280185862,[],[],0,,False,9047,138,262,,None,,,,,,,"[{'screen_name': 'Jay_Marquez', 'name': 'Jesus Musk', 'id': '71296252'}]",,,, +2466,1101547909160624130,1101533650208743424,1551464461000.0,2019-03-01 18:21:01,+0000,,@Model3Owners @TroyTeslike Explanation from Tesla later today,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1101547909160624130,[],[],0,,False,4257,155,128,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'TroyTeslike', 'name': 'Troy Teslike', 'id': '1002616999267262465'}]",,,, +2467,1101379585864720384,1101370880486076416,1551424330000.0,2019-03-01 07:12:10,+0000,,@Erdayastronaut Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1101379585864720384,[],[],0,,False,5077,100,73,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2468,1101373962716495872,1101373867333947392,1551422989000.0,2019-03-01 06:49:49,+0000,,@MihaRekar @SpaceX Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1101373962716495872,[],[],0,,False,813,28,15,,None,,,,,,,"[{'screen_name': 'MihaRekar', 'name': 'Miha Rekar', 'id': '28532360'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2469,1101370880486076416,1101370880486076416,1551422255000.0,2019-03-01 06:37:35,+0000,,Ripley https://t.co/Z9Ztram8Ai,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1101370880486076416,[],['https://pbs.twimg.com/media/D0ja-eBUwAEU4hL.jpg'],1,https://pbs.twimg.com/media/D0ja-eBUwAEU4hL.jpg,False,121948,2106,11016,,None,,,,,,,[],,,, +2470,1101317916018933760,1101289621537808384,1551409627000.0,2019-03-01 03:07:07,+0000,,"Base Model 3 available in Europe in ~6 months, Asia 6 to 8 months. Latter contingent on Shanghai Gigafactory. Country-specific taxes & import duties mean price may be 25% or more above US number.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1101317916018933760,[],[],0,,False,12740,652,727,,None,,,,,,,[],,,, +2471,1101299598562217984,1101273665943961600,1551405260000.0,2019-03-01 01:54:20,+0000,,@mcjamez @martinengwicht @Erdayastronaut @Tesla Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1101299598562217984,[],[],0,,False,1510,50,19,,None,,,,,,,"[{'screen_name': 'mcjamez', 'name': 'Jim McPherson', 'id': '23389610'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2472,1101294689519525888,1101294528399634432,1551404089000.0,2019-03-01 01:34:49,+0000,,@dignityssb No reductions from here,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1101294689519525888,[],[],0,,False,1093,81,43,,None,,,,,,,"[{'screen_name': 'dignityssb', 'name': 'Dignity', 'id': '4238872757'}]",,,, +2473,1101294309872066560,1101273665943961600,1551403999000.0,2019-03-01 01:33:19,+0000,,@Erdayastronaut @Tesla For sure. It fundamentally improves quality of life.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1101294309872066560,[],[],0,,False,3246,101,77,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2474,1101293749257158656,1101273665943961600,1551403865000.0,2019-03-01 01:31:05,+0000,,@Tesla Best choice for most people is standard range plus with Autopilot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1101293749257158656,[],[],0,,False,30298,1105,1143,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2475,1101289621537808384,1101289621537808384,1551402881000.0,2019-03-01 01:14:41,+0000,,Exact Tesla Model 3 in my profile pic costs $35k before incentives & takes 1 minute to buy online at https://t.co/46TXqRrsdr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1101289621537808384,['http://Tesla.com'],[],0,,False,26504,1601,2668,,None,,,,,,,[],,,, +2476,1101259863546425346,1101251169761013760,1551395786000.0,2019-02-28 23:16:26,+0000,,@voidptr @rowdystew @M3Exp I think we should do something here. Will talk with team & send out a note in next few days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1101259863546425346,[],[],0,,False,984,144,40,,None,,,,,,,"[{'screen_name': 'voidptr', 'name': 'Joe Sunday', 'id': '9138462'}, {'screen_name': 'rowdystew', 'name': 'Nathan', 'id': '842510155'}, {'screen_name': 'M3Exp', 'name': 'Earl of #FSDBetaBeggers', 'id': '1062807290539999232'}]",,,, +2477,1101259318920278017,1101259009003143168,1551395656000.0,2019-02-28 23:14:16,+0000,,@Peternotpaul_ Should be ~5% peak power increase with March 15 software release,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1101259318920278017,[],[],0,,False,781,57,46,,None,,,,,,,"[{'screen_name': 'Peternotpaul_', 'name': 'Peter', 'id': '855492683590127617'}]",,,, +2478,1101256596758257664,1101251169761013760,1551395007000.0,2019-02-28 23:03:27,+0000,,"@annerajb @rowdystew @M3Exp Scheduled for March 15 release, along with many other improvements",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1101256596758257664,[],[],0,,False,958,64,52,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'rowdystew', 'name': 'Nathan', 'id': '842510155'}, {'screen_name': 'M3Exp', 'name': 'Earl of #FSDBetaBeggers', 'id': '1062807290539999232'}]",,,, +2479,1101256189051002881,1101251169761013760,1551394910000.0,2019-02-28 23:01:50,+0000,,"@rowdystew @M3Exp Everyone who bought Enhanced Autopilot will get Navigate on Autopilot on highways, advanced summon & autopark",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1101256189051002881,[],[],0,,False,1133,138,104,,None,,,,,,,"[{'screen_name': 'rowdystew', 'name': 'Nathan', 'id': '842510155'}, {'screen_name': 'M3Exp', 'name': 'Master King of FSD Button', 'id': '1062807290539999232'}]",,,, +2480,1100964189357522944,1100957021875159041,1551325292000.0,2019-02-28 03:41:32,+0000,,@NatGeo 😍😍😍😍😍😍,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1100964189357522944,[],[],0,,False,44816,448,1476,,None,,,,,,,"[{'screen_name': 'NatGeo', 'name': 'National Geographic', 'id': '17471979'}]",,,, +2481,1100859244276903937,1100848177735860224,1551300271000.0,2019-02-27 20:44:31,+0000,,@AniruddhaDas852 I was being too obvious,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1100859244276903937,[],[],0,,False,3707,101,60,,None,,,,,,,"[{'screen_name': 'AniruddhaDas852', 'name': 'Aniruddha Das', 'id': '3368148353'}]",,,, +2482,1100859074764107776,1100859074764107776,1551300231000.0,2019-02-27 20:43:51,+0000,,Make the Mars Technocracy real,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1100859074764107776,[],[],0,,False,30194,1961,3018,,None,,,,,,,[],,,, +2483,1100857455699881984,1100848177735860224,1551299845000.0,2019-02-27 20:37:25,+0000,,@IndigoShrimp Yay!,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1100857455699881984,[],[],0,,False,4943,42,80,,None,,,,,,,"[{'screen_name': 'IndigoShrimp', 'name': 'shrimp', 'id': '1076830902205014016'}]",,,, +2484,1100848177735860224,1100848177735860224,1551297632000.0,2019-02-27 20:00:32,+0000,,ET phone home. No answer 😢,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1100848177735860224,[],[],0,,False,135446,2348,12945,,None,,,,,,,[],,,, +2485,1100672354932256773,1100646870601220098,1551255713000.0,2019-02-27 08:21:53,+0000,,Some Tesla news,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1100672354932256773,[],[],0,,False,66060,1937,1867,,None,,,,,,,[],,,, +2486,1100664001912963072,1100659678235652096,1551253722000.0,2019-02-27 07:48:42,+0000,,@SupremePenguin2 Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1100664001912963072,[],[],0,,False,2345,38,30,,None,,,,,,,"[{'screen_name': 'SupremePenguin2', 'name': 'Answ3r', 'id': '1083250610772688897'}]",,,, +2487,1100662757945294848,1098773707131097088,1551253425000.0,2019-02-27 07:43:45,+0000,,@NASASpaceflight @flcnhvy @rogiermaas @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1100662757945294848,[],[],0,,False,1262,54,39,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'rogiermaas', 'name': 'Rоgiег Мaаs ツ', 'id': '43939064'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2488,1100659678235652096,1100659678235652096,1551252691000.0,2019-02-27 07:31:31,+0000,,Stop censoring science! https://t.co/R4XEtymtnH,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1100659678235652096,[],['https://pbs.twimg.com/media/D0ZUJEwUcAAwp8K.jpg'],1,https://pbs.twimg.com/media/D0ZUJEwUcAAwp8K.jpg,False,163087,2136,17717,,None,,,,,,,[],,,, +2489,1100652018966749185,1100651345244184576,1551250865000.0,2019-02-27 07:01:05,+0000,,@TitusNation Because it costs $2500 to transport to east coast & everyone pays same,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1100652018966749185,[],[],0,,False,4484,135,77,,None,,,,,,,"[{'screen_name': 'TitusNation', 'name': 'Titus', 'id': '40996128'}]",,,, +2490,1100647838516539392,1100646870601220098,1551249868000.0,2019-02-27 06:44:28,+0000,,California,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1100647838516539392,[],[],0,,False,58430,989,1678,,None,,,,,,,[],,,, +2491,1100646870601220098,1100646870601220098,1551249637000.0,2019-02-27 06:40:37,+0000,,Thursday 2pm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1100646870601220098,[],[],0,,False,77501,1821,3252,,None,,,,,,,[],,,, +2492,1100494266533433344,1098528084763004928,1551213253000.0,2019-02-26 20:34:13,+0000,,"@katlinegrey @lrocket @Alexis_wwww Rest of SpaceX propulsion still very active, so only ~50 full-time equivalent people right now. That will grow a lot as we enter production. It’s 10X harder (at least) to design engine production system than engine. In automotive, 100X harder.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1100494266533433344,[],[],0,,False,1146,43,60,,None,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}, {'screen_name': 'Alexis_wwww', 'name': 'AlexisG (Phoenix - Colibri - Equanimity)', 'id': '969986184029011968'}]",,,, +2493,1100389637615280128,1100208943295393792,1551188308000.0,2019-02-26 13:38:28,+0000,,"@annerajb @flcnhvy @DrivingSlate @TeslaParaTodos @JenniferSensiba @cleantechnica @28delayslater Maybe active in a month or so. Focus right now is getting to high speed, tight follow distance in test tunnel.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1100389637615280128,[],[],0,,False,955,47,31,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DrivingSlate', 'name': 'Driving Slate', 'id': '1059953449586982912'}, {'screen_name': 'TeslaParaTodos', 'name': 'Tesla Para Todos', 'id': '925794432770887681'}, {'screen_name': 'JenniferSensiba', 'name': 'Jennifer Sensiba 🔫💎🤚🔫 🔋🚗', 'id': '2943334692'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +2494,1100388926429093888,1100208943295393792,1551188138000.0,2019-02-26 13:35:38,+0000,,"@annerajb @flcnhvy @DrivingSlate @TeslaParaTodos @JenniferSensiba @cleantechnica @28delayslater Yes, exciting potential",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1100388926429093888,[],[],0,,False,868,11,23,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DrivingSlate', 'name': 'Driving Slate', 'id': '1059953449586982912'}, {'screen_name': 'TeslaParaTodos', 'name': 'Tesla Para Todos', 'id': '925794432770887681'}, {'screen_name': 'JenniferSensiba', 'name': 'Jennifer Sensiba 🔫💎🤚🔫 🔋🚗', 'id': '2943334692'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +2495,1100388364077850626,1100208943295393792,1551188004000.0,2019-02-26 13:33:24,+0000,,@flcnhvy @DrivingSlate @TeslaParaTodos @JenniferSensiba @cleantechnica @28delayslater Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1100388364077850626,[],[],0,,False,1266,64,33,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DrivingSlate', 'name': 'Driving Slate', 'id': '1059953449586982912'}, {'screen_name': 'TeslaParaTodos', 'name': 'Tesla Para Todos', 'id': '925794432770887681'}, {'screen_name': 'JenniferSensiba', 'name': 'Jennifer Sensiba 🔫💎🤚🔫 🔋🚗', 'id': '2943334692'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +2496,1100374128916258816,1098528084763004928,1551184610000.0,2019-02-26 12:36:50,+0000,,"@annerajb @lrocket @Alexis_wwww @katlinegrey Printers are too small. Also, high pressure, high efficiency engines need copper cooling channels with an inco/steel jacket. Can’t print yet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/1100374128916258816,[],[],0,,False,1030,35,28,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}, {'screen_name': 'Alexis_wwww', 'name': 'AlexisG (Phoenix - Colibri - Equanimity)', 'id': '969986184029011968'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2497,1100371207491248128,1100208943295393792,1551183914000.0,2019-02-26 12:25:14,+0000,,@DrivingSlate @TeslaParaTodos @JenniferSensiba @cleantechnica @28delayslater Exactly. This has now happened several times. Something is broken with SEC oversight.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/1100371207491248128,[],[],0,,False,1712,221,173,,None,,,,,,,"[{'screen_name': 'DrivingSlate', 'name': 'Driving Slate', 'id': '1059953449586982912'}, {'screen_name': 'TeslaParaTodos', 'name': 'Tesla Para Todos', 'id': '925794432770887681'}, {'screen_name': 'JenniferSensiba', 'name': 'Jennifer Sensiba 🔫💎🤚🔫 🔋🚗', 'id': '2943334692'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +2498,1100370443460988928,1098528084763004928,1551183732000.0,2019-02-26 12:22:12,+0000,,"@lrocket @Alexis_wwww @katlinegrey Tom did an awesome job leading Merlin, Kestrel, Draco & other engine developments from start through 2014 that were critical to SpaceX’s success. Great respect & appreciation!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/1100370443460988928,[],[],0,,False,1566,17,58,,None,,,,,,,"[{'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}, {'screen_name': 'Alexis_wwww', 'name': 'AlexisG (Phoenix - Colibri - Equanimity)', 'id': '969986184029011968'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2499,1100260906607337474,1100150653366632448,1551157616000.0,2019-02-26 05:06:56,+0000,,"@JaneidyEve Thank you Evelyn, I loved it",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1100260906607337474,[],[],0,,False,2998,62,47,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +2500,1100217156900290561,1100179023831928833,1551147185000.0,2019-02-26 02:13:05,+0000,,"@alexmd2 @JPUConn @WSJ Indeed. I have great respect for judges. It’s not perfect, but, in general, we should be very glad of the US justice system.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1100217156900290561,[],[],0,,False,2083,102,86,,None,,,,,,,"[{'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov, MD, MBA', 'id': '34694428'}, {'screen_name': 'JPUConn', 'name': 'JonP 🔋🤖', 'id': '761713276996706304'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +2501,1100215984713957376,1100179023831928833,1551146906000.0,2019-02-26 02:08:26,+0000,,"@JPUConn @WSJ SEC forgot to read Tesla earnings transcript, which clearly states 350k to 500k. How embarrassing … 🤗",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1100215984713957376,[],[],0,,False,4203,349,541,,None,,,,,,,"[{'screen_name': 'JPUConn', 'name': 'JonP 🔋🤖', 'id': '761713276996706304'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +2502,1100184323267940353,1100184323267940353,1551139357000.0,2019-02-26 00:02:37,+0000,,Oh hi lol https://t.co/9WvbtTHoxS,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1100184323267940353,[],['https://pbs.twimg.com/media/D0SjzxFU8AA7qWz.jpg'],1,https://pbs.twimg.com/media/D0SjzxFU8AA7qWz.jpg,False,365167,2871,42843,,None,,,,,,,[],,,, +2503,1100150653366632448,1100150653366632448,1551131330000.0,2019-02-25 21:48:50,+0000,,"Fate *loves* irony. Frankly, too much.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1100150653366632448,[],[],0,,False,76047,1191,6798,,None,,,,,,,[],,,, +2504,1100134139703914496,1100134139703914496,1551127393000.0,2019-02-25 20:43:13,+0000,,Meetings are a valuable use of time! https://t.co/sDcKdBp5e5,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1100134139703914496,[],['https://pbs.twimg.com/media/D0R2KppVYAAcJ-1.jpg'],1,https://pbs.twimg.com/media/D0R2KppVYAAcJ-1.jpg,False,208290,1678,23550,,None,,,,,,,[],,,, +2505,1100107567785598978,1100098686170947587,1551121057000.0,2019-02-25 18:57:37,+0000,,@internetofshit There’s a 🐜 in my 👟 🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1100107567785598978,[],[],0,,False,54486,648,2935,,None,,,,,,,"[{'screen_name': 'internetofshit', 'name': 'Internet of Shit', 'id': '3356531254'}]",,,, +2506,1099183562698289152,1099164577462472705,1550900757000.0,2019-02-23 05:45:57,+0000,,@JayBahel https://t.co/LJJCD7BAgX,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1099183562698289152,['http://stankmemes.com'],[],0,,False,2391,140,170,,None,,,,,,,"[{'screen_name': 'JayBahel', 'name': 'Jay Bahel', 'id': '47820002'}]",,,, +2507,1099125172257185792,1099085597048594432,1550886836000.0,2019-02-23 01:53:56,+0000,,Respawn++ https://t.co/MLAGk38Lkk,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1099125172257185792,[],['https://pbs.twimg.com/media/D0DghH4VsAEI_1T.jpg'],1,https://pbs.twimg.com/media/D0DghH4VsAEI_1T.jpg,False,210774,1782,22385,,None,,,,,,,[],,,, +2508,1099085597048594432,1099085597048594432,1550877401000.0,2019-02-22 23:16:41,+0000,,Great meme review hosted by Will Smith,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1099085597048594432,[],[],0,,False,342141,2992,47809,https://twitter.com/grandayy/status/1099037391669653509,None,,,,,,,[],,,, +2509,1098992361105805312,1098983354345480192,1550855171000.0,2019-02-22 17:06:11,+0000,,@xkcdComic Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1098992361105805312,[],[],0,,False,13284,181,349,,None,,,,,,,"[{'screen_name': 'xkcdComic', 'name': 'XKCD Comic', 'id': '2251623492'}]",,,, +2510,1098775062985945088,1098771367045009412,1550803363000.0,2019-02-22 02:42:43,+0000,,@nextspaceflight It’s designed to be way better. We’ll see what reality has to say about that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098775062985945088,[],[],0,,False,1513,73,52,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +2511,1098774876872007682,1098771367045009412,1550803319000.0,2019-02-22 02:41:59,+0000,,"@nextspaceflight Yes, lot of risk",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098774876872007682,[],[],0,,False,924,25,22,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +2512,1098774731140956160,1098771367045009412,1550803284000.0,2019-02-22 02:41:24,+0000,,"@TGMetsFan98 @nextspaceflight Guys, I have feelings … 😜",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098774731140956160,[],[],0,,False,1999,95,80,,None,,,,,,,"[{'screen_name': 'TGMetsFan98', 'name': 'Thomas Burghardt', 'id': '829474281075699712'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +2513,1098774309781233664,1098773707131097088,1550803184000.0,2019-02-22 02:39:44,+0000,,@flcnhvy @rogiermaas @SpaceX Focusing on Starship instead,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098774309781233664,[],[],0,,False,1205,40,35,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'rogiermaas', 'name': 'Rоgiег Мaаs ツ', 'id': '43939064'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2514,1098773892477251584,1098773707131097088,1550803084000.0,2019-02-22 02:38:04,+0000,,@rogiermaas @SpaceX Deorbits & burns up over the Pacific,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098773892477251584,[],[],0,,False,910,25,30,,None,,,,,,,"[{'screen_name': 'rogiermaas', 'name': 'Rоgiег Мaаs ツ', 'id': '43939064'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2515,1098773712373899264,1098767597858779136,1550803041000.0,2019-02-22 02:37:21,+0000,,"@Erdayastronaut @CanzyD Upper stage is flight, except mass sim in place of Merlin. It will get fragged for sure by aero loads & Dragon abort thrusters.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098773712373899264,[],[],0,,False,1549,37,57,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'CanzyD', 'name': 'canzy darrin', 'id': '726028465535737857'}]",,,, +2516,1098773275314802688,1098767597858779136,1550802937000.0,2019-02-22 02:35:37,+0000,,"@SpaceXUpdates @CanzyD Including Heavy, which is 3 cores, around 20 or so",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098773275314802688,[],[],0,,False,1160,25,48,,None,,,,,,,"[{'screen_name': 'SpaceXUpdates', 'name': 'SpaceXUpdates', 'id': '738023983266828288'}, {'screen_name': 'CanzyD', 'name': 'canzy darrin', 'id': '726028465535737857'}]",,,, +2517,1098772931050532865,1098771367045009412,1550802855000.0,2019-02-22 02:34:15,+0000,,"@nextspaceflight Depends on when Crew Dragon comes back. That’s scheduled for launch next Saturday, but lot of new hardware, so time error bars are big.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098772931050532865,[],[],0,,False,2767,49,86,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +2518,1098771535588777986,1098767597858779136,1550802522000.0,2019-02-22 02:28:42,+0000,,"@CanzyD High probability of this particular rocket getting destroyed by Dragon supersonic abort test. Otherwise, at least 20 or 30 missions for Falcon 9. Starship will take over before the F9 fleet reaches end of life.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098771535588777986,[],[],0,,False,2340,72,131,,None,,,,,,,"[{'screen_name': 'CanzyD', 'name': 'canzy darrin', 'id': '726028465535737857'}]",,,, +2519,1098768310844313601,1098768123203854337,1550801754000.0,2019-02-22 02:15:54,+0000,,@SpaceXUpdates Crew Dragon high altitude abort test,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098768310844313601,[],[],0,,False,1077,55,64,,None,,,,,,,"[{'screen_name': 'SpaceXUpdates', 'name': 'SpaceXUpdates', 'id': '738023983266828288'}]",,,, +2520,1098767988163936256,1098767597858779136,1550801677000.0,2019-02-22 02:14:37,+0000,,@sivarajkumar237 Yes 😀,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098767988163936256,[],[],0,,False,1181,32,25,,None,,,,,,,"[{'screen_name': 'sivarajkumar237', 'name': 'Sivaraj', 'id': '1386380306'}]",,,, +2521,1098767597858779136,1098767597858779136,1550801584000.0,2019-02-22 02:13:04,+0000,,Highest reentry heating to date. Burning metal sparks from base heat shield visible in landing video. Fourth relight scheduled for April.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098767597858779136,[],[],0,,False,30391,836,2480,https://twitter.com/SpaceX/status/1098762992848535553,None,,,,,,,[],,,, +2522,1098658606264635394,1098528084763004928,1550775598000.0,2019-02-21 18:59:58,+0000,,@abbygarrettX @DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey Always liked Kestrel. It was the Robin Hood of engines.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098658606264635394,[],[],0,,False,766,54,20,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2523,1098658236838756352,1098528084763004928,1550775510000.0,2019-02-21 18:58:30,+0000,,"@DJSnM @DanAloni @Kell31213876 @Vadim15258417 @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey Advanced, reusable rockets are all we need to become a multiplanet civilization. Once we have a city on Mars, interplanetary travel will create a forcing function for vast improvements in spaceflight.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098658236838756352,[],[],0,,False,1996,121,166,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2524,1098656849740451840,1098528084763004928,1550775179000.0,2019-02-21 18:52:59,+0000,,@gavbrowne @bluemoondance74 @DanAloni @Kell31213876 @Vadim15258417 @DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey SN2 has changes that should help,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098656849740451840,[],[],0,,False,785,21,25,,None,,,,,,,"[{'screen_name': 'gavbrowne', 'name': 'Gavin Browne', 'id': '239681689'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2525,1098654222902415361,1098528084763004928,1550774553000.0,2019-02-21 18:42:33,+0000,,@balcsi32 @DanAloni @Kell31213876 @Vadim15258417 @DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey To the first part. I doubt we’d create a Dyson ring or sphere.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098654222902415361,[],[],0,,False,625,47,18,,None,,,,,,,"[{'screen_name': 'balcsi32', 'name': 'Balint Toth', 'id': '805115267177218048'}, {'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2526,1098654054320750592,1098528084763004928,1550774513000.0,2019-02-21 18:41:53,+0000,,@balcsi32 @DanAloni @Kell31213876 @Vadim15258417 @DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098654054320750592,[],[],0,,False,574,8,14,,None,,,,,,,"[{'screen_name': 'balcsi32', 'name': 'Balint Toth', 'id': '805115267177218048'}, {'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2527,1098653939141009408,1098528084763004928,1550774485000.0,2019-02-21 18:41:25,+0000,,"@bluemoondance74 @DanAloni @Kell31213876 @Vadim15258417 @DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey Merlins. The max chamber pressure run damaged Raptor SN 1 (as expected). A lot of the parts are fine for reuse, but next tests will be with SN 2, which is almost done.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098653939141009408,[],[],0,,False,898,26,61,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2528,1098652491883765761,1098528084763004928,1550774140000.0,2019-02-21 18:35:40,+0000,,"@DanAloni @Kell31213876 @Vadim15258417 @DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey Anti-matter production would require vast amounts of energy. No need though. We have a super reliable, massive, free fusion reactor called the sun.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098652491883765761,[],[],0,,False,1124,39,49,,None,,,,,,,"[{'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2529,1098651639248875520,1098528084763004928,1550773937000.0,2019-02-21 18:32:17,+0000,,"@Kell31213876 @Vadim15258417 @DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey Exactly. Super money move is anti-matter drive, especially if you solve capturing antiprotons in deep space.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098651639248875520,[],[],0,,False,933,34,42,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2530,1098645107249635328,1098528084763004928,1550772380000.0,2019-02-21 18:06:20,+0000,,@DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey You can see the streaks on the vacuum Merlin nozzle in flight videos,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098645107249635328,[],[],0,,False,771,24,18,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2531,1098644877259096064,1098528084763004928,1550772325000.0,2019-02-21 18:05:25,+0000,,@DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey Pinter injector tends to have hot & cold streaks. Hot streaks burn a rut at the throat that accelerates erosion.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098644877259096064,[],[],0,,False,927,15,27,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2532,1098641863404187654,1098528084763004928,1550771606000.0,2019-02-21 17:53:26,+0000,,"@benoitdenayer @navincho @katlinegrey Essentially, yes. Great engineering talent, but should focus on reusable rockets for purpose of a permanent human base on the moon and self-sustaining city on Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1098641863404187654,[],[],0,,False,702,35,30,,None,,,,,,,"[{'screen_name': 'benoitdenayer', 'name': 'Benoît De Nayer', 'id': '122402440'}, {'screen_name': 'navincho', 'name': 'Ivan \U0001fa91 HODLER', 'id': '57511106'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2533,1098641282371440640,1098528084763004928,1550771468000.0,2019-02-21 17:51:08,+0000,,"@RichPitre_CO @katlinegrey We are constrained by the accredited investor rule, but will think about how this could be done",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1098641282371440640,[],[],0,,False,858,70,35,,None,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2534,1098640572254801920,1098528084763004928,1550771298000.0,2019-02-21 17:48:18,+0000,,"@Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey Yeah, that was a bit embarrassing ☺️High engine chamber pressure and ablative don’t get along. Ok for low pressure, expendable upper stage.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1098640572254801920,[],[],0,,False,1121,26,27,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2535,1098638343263285248,1098528084763004928,1550770767000.0,2019-02-21 17:39:27,+0000,,"@sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey That’s true 😀 Merlin 1A was terrible. 1C was ok, 1D good, but block 5 Merlin (should probably be called 1E) is something special. Took about 15 years to get there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1098638343263285248,[],[],0,,False,1200,16,37,,None,,,,,,,"[{'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2536,1098623801892397056,1098528084763004928,1550767300000.0,2019-02-21 16:41:40,+0000,,"@Erdayastronaut @MarekCyzio @katlinegrey Actually, they received (and still receive) almost a billion dollars a year for “launch capability”. Even if they do zero launches, US govt still gives them that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1098623801892397056,[],[],0,,False,1616,90,88,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MarekCyzio', 'name': 'Marek Cyzio', 'id': '21892958'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2537,1098622633539645440,1098528084763004928,1550767021000.0,2019-02-21 16:37:01,+0000,,@Geopilot @katlinegrey Don’t know,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1098622633539645440,[],[],0,,False,703,54,21,,None,,,,,,,"[{'screen_name': 'Geopilot', 'name': 'ComicfromPlanet9', 'id': '14410744'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2538,1098619793844797441,1098528084763004928,1550766344000.0,2019-02-21 16:25:44,+0000,,"@katlinegrey SpaceX commercial 🚀 launch market share went from 0% in 2010 to 65% in 2018. Despite massive subsidies to Boeing/Lockeed, they have never won a fair competition against SpaceX for several years. https://t.co/sqAYCCcJtd",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1098619793844797441,[],['https://pbs.twimg.com/media/Dz8U4ScVAAAW7Am.jpg'],1,https://pbs.twimg.com/media/Dz8U4ScVAAAW7Am.jpg,False,1949,58,203,,None,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2539,1098616136092930048,1098528084763004928,1550765472000.0,2019-02-21 16:11:12,+0000,,"@martinengwicht @macodiseas @katlinegrey Exactly. That’s the critical point for Starship/BFR: more payload than the biggest rocket ever made, but for less money per launch than the smallest (orbital) rocket. Without something that lowers orbital flight cost by 100X, humanity will never be a multiplanet species.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1098616136092930048,[],[],0,,False,1122,43,103,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2540,1098613993176850432,1098528084763004928,1550764961000.0,2019-02-21 16:02:41,+0000,,"@fan_of_racing @bkent136 @macodiseas @katlinegrey SpaceX Merlin architecture is simpler than staged combustion (eg SSME or RD), but it has world record for thrust/weight & thrust/cost engine. Raptor has better Isp, but I’m worried it may fall short on those two critical metrics.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1098613993176850432,[],[],0,,False,1203,24,66,,None,,,,,,,"[{'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2541,1098539179342999553,1098528084763004928,1550747124000.0,2019-02-21 11:05:24,+0000,,@wonderofscience So true 🤡 John Clarke 👌,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/1098539179342999553,[],[],0,,False,910,46,27,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +2542,1098536496494108673,1098528084763004928,1550746485000.0,2019-02-21 10:54:45,+0000,,"@macodiseas @katlinegrey Not true. Limiting factor in any staged combustion rocket engine, liquid/gas or gas/gas, is pressure & temperature in oxygen preburner",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1098536496494108673,[],[],0,,False,1197,26,45,,None,,,,,,,"[{'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2543,1098535502846648320,1098082385487376389,1550746248000.0,2019-02-21 10:50:48,+0000,,@Tom_Heats @coindesk Whoever owns the early BTC deserves a Nobel prize in delayed gratification,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1098535502846648320,[],[],0,,False,6373,195,997,,None,,,,,,,"[{'screen_name': 'CoinDesk', 'name': 'CoinDesk', 'id': '1333467482'}]",,,, +2544,1098533927336083456,1098082385487376389,1550745872000.0,2019-02-21 10:44:32,+0000,,"@coindesk That said, I still only own 0.25 BTC, which a friend sent me several years ago. Don’t have any crypto holdings.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1098533927336083456,[],[],0,,False,44605,1316,2092,,None,,,,,,,"[{'screen_name': 'CoinDesk', 'name': 'CoinDesk', 'id': '1333467482'}]",,,, +2545,1098532871155810304,1098528084763004928,1550745620000.0,2019-02-21 10:40:20,+0000,,"@katlinegrey I have been chief engineer/designer at SpaceX from day 1. Had I been better, our first 3 launches might have succeeded, but I learned from those mistakes. https://t.co/3r6ZqEc30A",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1098532871155810304,['https://arstechnica.com/science/2018/07/as-the-spacex-steamroller-surges-european-rocket-industry-vows-to-resist/3/'],[],0,,False,9901,274,596,,None,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +2546,1098080063801585664,1098009983931707393,1550637663000.0,2019-02-20 04:41:03,+0000,,"Meant to say annualized production rate at end of 2019 probably around 500k, ie 10k cars/week. Deliveries for year still estimated to be about 400k.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1098080063801585664,[],[],0,,False,46675,1389,1565,,None,,,,,,,[],,,, +2547,1098013621924184064,1098013491640754176,1550621822000.0,2019-02-20 00:17:02,+0000,,@kristenhenry55 Won’t be long before they do,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1098013621924184064,[],[],0,,False,1214,68,40,,None,,,,,,,"[{'screen_name': 'kristenhenry55', 'name': 'Kristen Henry', 'id': '34135802'}]",,,, +2548,1098013283372589056,1098009983931707393,1550621741000.0,2019-02-20 00:15:41,+0000,,"Tesla made 0 cars in 2011, but will make around 500k in 2019",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1098013283372589056,[],[],0,,False,129426,2258,8846,,None,,,,,,,[],,,, +2549,1098009983931707393,1098009983931707393,1550620954000.0,2019-02-20 00:02:34,+0000,,4000 Tesla cars loading in SF for Europe https://t.co/BODbSzo3Fr,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1098009983931707393,[],['https://pbs.twimg.com/media/DzzqQYMU0AAX67S.jpg'],1,https://pbs.twimg.com/media/DzzqQYMU0AAX67S.jpg,False,205614,4746,16781,,None,,,,,,,[],,,, +2550,1097702326620442626,1097689490523594752,1550547603000.0,2019-02-19 03:40:03,+0000,,@TheOnion The gritty truth …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1097702326620442626,[],[],0,,False,23489,382,564,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +2551,1097617913442267136,1089657821652602880,1550527477000.0,2019-02-18 22:04:37,+0000,,Did meme review last night with Justin Roiland from @RickandMorty,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1097617913442267136,[],[],0,,False,119940,2362,12192,,None,,,,,,,[],,,, +2552,1097569349190074368,1097568061471842304,1550515899000.0,2019-02-18 18:51:39,+0000,,@demeloj Agreed. Also needs option for automatically on all locations or if unknown location.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1097569349190074368,[],[],0,,False,1040,50,27,,None,,,,,,,"[{'screen_name': 'demeloj', 'name': 'Ze 1000', 'id': '201745295'}]",,,, +2553,1097035363229388800,1097032039386226688,1550388587000.0,2019-02-17 07:29:47,+0000,,@newscientist Pics are so clear in space!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1097035363229388800,[],[],0,,False,30123,661,735,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +2554,1097031308696444928,1097011832072650752,1550387620000.0,2019-02-17 07:13:40,+0000,,@engineers_feed That last bit gives a good sense of what orbit is like,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1097031308696444928,[],[],0,,False,12866,144,325,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +2555,1096989482094518273,1096869535091691523,1550377648000.0,2019-02-17 04:27:28,+0000,,"@FredericLambert @georgezachary Also, Tesla was competing for some of same people as OpenAI & I didn’t agree with some of what OpenAI team wanted to do. Add that all up & it was just better to part ways on good terms.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1096989482094518273,[],[],0,,False,1804,88,81,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'georgezachary', 'name': 'George Zachary', 'id': '38267932'}]",,,, +2556,1096988782849486849,1096869535091691523,1550377481000.0,2019-02-17 04:24:41,+0000,,@FredericLambert @georgezachary I had to focus on solving a painfully large number of engineering & manufacturing problems at Tesla (especially) & SpaceX,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1096988782849486849,[],[],0,,False,1837,51,68,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'georgezachary', 'name': 'George Zachary', 'id': '38267932'}]",,,, +2557,1096987465326374912,1096869535091691523,1550377167000.0,2019-02-17 04:19:27,+0000,,"@georgezachary To clarify, I’ve not been involved closely with OpenAI for over a year & don’t have mgmt or board oversight",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1096987465326374912,[],[],0,,False,13276,200,422,,None,,,,,,,"[{'screen_name': 'georgezachary', 'name': 'George Zachary', 'id': '38267932'}]",,,, +2558,1096722535217917952,1096722006450462721,1550314003000.0,2019-02-16 10:46:43,+0000,, https://t.co/OA5Q8NnsNR,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/1096722535217917952,[],['https://pbs.twimg.com/media/DzhXUlNVsAE3Vxt.jpg'],1,https://pbs.twimg.com/media/DzhXUlNVsAE3Vxt.jpg,False,47653,869,1540,,None,,,,,,,[],,,, +2559,1096722006450462721,1096722006450462721,1550313877000.0,2019-02-16 10:44:37,+0000,,SpaceX foundry casting Raptor engine manifold out of Inconel https://t.co/zWlqNwGj0R,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/1096722006450462721,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1096721908618293248/pu/img/IrwusmDkXkF1JUsk.jpg,False,125060,1884,9349,,None,,,,,,,[],,,, +2560,1096638103316398080,1096631303133429761,1550293873000.0,2019-02-16 05:11:13,+0000,,@dark4181 @Tesla It will soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1096638103316398080,[],[],0,,False,1145,48,36,,None,,,,,,,"[{'screen_name': 'dark4181', 'name': 'Dispassionate Libertarian', 'id': '41954151'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2561,1096628590374879233,1096530084461273088,1550291604000.0,2019-02-16 04:33:24,+0000,,"@arcadester @DR_Ruiz17 @rxTomas518 @OfficialJoelF @Tesla Yes, Autopilot max speed is 5mph above speed limit off highway or 90mph on highway",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1096628590374879233,[],[],0,,False,4266,58,318,,None,,,,,,,"[{'screen_name': 'arcadester', 'name': 'arcade', 'id': '178136632'}, {'screen_name': 'DR_Ruiz17', 'name': 'Damian', 'id': '3655325846'}, {'screen_name': 'rxTomas518', 'name': 'Fortunado', 'id': '934613813034475520'}, {'screen_name': 'OfficialJoelF', 'name': 'Joel Franco', 'id': '628776007'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2562,1096214354603589632,1096213843745767424,1550192843000.0,2019-02-15 01:07:23,+0000,, https://t.co/JufeavpKj6,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1096214354603589632,[],['https://pbs.twimg.com/media/DzaJJF9WwAEIgdn.jpg'],1,https://pbs.twimg.com/media/DzaJJF9WwAEIgdn.jpg,False,67881,707,2754,,None,,,,,,,[],,,, +2563,1096213843745767424,1096213843745767424,1550192721000.0,2019-02-15 01:05:21,+0000,,Of course I still love you https://t.co/XNoLRKYnlc,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1096213843745767424,[],['https://pbs.twimg.com/media/DzaIreEX0AUgLPS.jpg'],1,https://pbs.twimg.com/media/DzaIreEX0AUgLPS.jpg,False,155690,1498,11365,,None,,,,,,,[],,,, +2564,1096100660053823490,1095885520058515456,1550165736000.0,2019-02-14 17:35:36,+0000,,"@Tesla This is in addition to existing Cabin Overheat Protection, which come on automatically at high temps to ensure any babies or pets in the car are safe",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1096100660053823490,[],[],0,,False,49429,870,2630,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2565,1095953042350850049,1095885520058515456,1550130541000.0,2019-02-14 07:49:01,+0000,,@flcnhvy @teslaownersSV @lifebykateb @Tesla @itsCrippleback Yes ♥️ 🎼,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1095953042350850049,[],[],0,,False,3474,60,47,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2566,1095951337664270336,1095885520058515456,1550130135000.0,2019-02-14 07:42:15,+0000,,"@teslaownersSV @lifebykateb @Tesla @itsCrippleback It will start out slow to make sure there are no corner case issues and then, if that looks good, speed up next week. We def need to add a “Request Latest Update” feature!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1095951337664270336,[],[],0,,False,3632,56,66,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2567,1095950134611980288,1095885520058515456,1550129848000.0,2019-02-14 07:37:28,+0000,,@lifebykateb @Tesla @itsCrippleback Updating …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1095950134611980288,[],[],0,,False,8547,98,101,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2568,1095945664876462080,1095436933168283649,1550128782000.0,2019-02-14 07:19:42,+0000,,"@TslaTimeCapsule @BMWi @Audi @Cadillac @WSJ @28delayslater Wow, 2013",und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1095945664876462080,[],[],0,,False,12885,204,415,,None,,,,,,,"[{'screen_name': 'TslaTimeCapsule', 'name': 'TeslaTimeCapsule', 'id': '1086951149352161280'}, {'screen_name': 'BMWi', 'name': 'BMW i', 'id': '183201869'}, {'screen_name': 'Audi', 'name': 'Audi USA', 'id': '27650674'}, {'screen_name': 'Cadillac', 'name': 'Cadillac', 'id': '66408053'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +2569,1095942130177114113,1095942130177114113,1550127940000.0,2019-02-14 07:05:40,+0000,,CNBC - “Tesla Model 3 ranked most satisfying car” https://t.co/shrTodu5dt,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1095942130177114113,['https://www.cnbc.com/2019/02/11/consumer-reports-teslas-model-3-most-satisfying-car.html'],[],0,,False,23330,984,1924,,None,,,,,,,[],,,, +2570,1095937885662982144,1095865018518691840,1550126928000.0,2019-02-14 06:48:48,+0000,,"@FredericLambert True, that headline is not exactly going to win a Pulitzer for originality",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1095937885662982144,[],[],0,,False,1393,45,41,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +2571,1095929103062974464,1095865018518691840,1550124834000.0,2019-02-14 06:13:54,+0000,,"@thehumanwire @InsideEVs @28delayslater Probably a month or two. Sentry mode became top priority, so pushed that out a bit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1095929103062974464,[],[],0,,False,1095,56,31,,None,,,,,,,"[{'screen_name': 'thehumanwire', 'name': 'Matt Parra', 'id': '64325357'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +2572,1095928711331831808,1095865018518691840,1550124740000.0,2019-02-14 06:12:20,+0000,,"@InsideEVs @28delayslater Some sites maintained an almost daily Tesla deathwatch 11 years ago, reporting with an awful delight. 4000 days later …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1095928711331831808,[],[],0,,False,12268,231,507,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +2573,1095737018137534465,1095737018137534465,1550079037000.0,2019-02-13 17:30:37,+0000,,Tesla Model X first SUV to receive a perfect crash test rating https://t.co/51dt8bYvzD via @businessinsider,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1095737018137534465,['https://www.businessinsider.com/tesla-model-x-perfect-safety-crash-test-rating-2019-2?utm_source=twitter&utm_medium=referral&utm_content=topbar&utm_term=mobile&referrer=twitter'],[],0,,False,39815,964,4298,,None,,,,,,,[],,,, +2574,1095592192939192320,1095412170794295297,1550044508000.0,2019-02-13 07:55:08,+0000,,Bet the other carmakers didn’t see that one coming haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1095592192939192320,[],[],0,,False,37338,825,1423,,None,,,,,,,[],,,, +2575,1095580873624190977,1093423297130156033,1550041809000.0,2019-02-13 07:10:09,+0000,,"@Erdayastronaut @John_Gardi @w0lfyxD @Robotbeat @SpaceX Yeah, but simpler. Needed for landing burn or engines will suck in a bubble.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1095580873624190977,[],[],0,,False,1437,53,44,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2576,1095574487104315392,1095015951358144512,1550040287000.0,2019-02-13 06:44:47,+0000,,@ntvru хаха офигенно,ru,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1095574487104315392,[],[],0,,False,76327,1360,15549,,None,,,,,,,"[{'screen_name': 'ntvru', 'name': 'НТВ', 'id': '20510157'}]",,,, +2577,1095551826668138496,1093423297130156033,1550034884000.0,2019-02-13 05:14:44,+0000,,"@John_Gardi @w0lfyxD @Robotbeat @SpaceX Starship & Super Heavy will press tanks autogenously even in version 1. Very important, as helium costs more than oxygen on Falcon, even though liquid oxygen is 2/3 vehicle mass & helium weighs basically nothing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1095551826668138496,[],[],0,,False,1303,48,78,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2578,1095505910825250816,1095412170794295297,1550023937000.0,2019-02-13 02:12:17,+0000,,"@DidYouJustBitMe @nichegamer Luke, I am your farter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1095505910825250816,[],[],0,,False,3718,116,186,,None,,,,,,,"[{'screen_name': 'DidYouJustBitMe', 'name': 'Yawnderthemoon', 'id': '1038426304780152832'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2579,1095505171763716096,1095458179285172225,1550023761000.0,2019-02-13 02:09:21,+0000,,"@jack @karaswisher Thanks Jack, Twitter rocks! 🤡😎🌪💩🔥🥜💨🍃💫🚀🥰",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1095505171763716096,[],[],0,,False,7209,209,429,,None,,,,,,,"[{'screen_name': 'jack', 'name': 'jack', 'id': '12'}, {'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}]",,,, +2580,1095412170794295297,1095412170794295297,1550001587000.0,2019-02-12 19:59:47,+0000,,To air is human,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1095412170794295297,[],[],0,,False,63611,1307,4365,https://twitter.com/Tesla/status/1095085979419832320,None,,,,,,,[],,,, +2581,1095198336775155712,1094725061267865601,1549950605000.0,2019-02-12 05:50:05,+0000,,@ID_AA_Carmack Agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1095198336775155712,[],[],0,,False,6392,130,110,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +2582,1095005678912004097,1089669346694234112,1549904672000.0,2019-02-11 17:04:32,+0000,,@pewdiepie Sorry Had a vital mission in Norway Now I am back,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1095005678912004097,[],[],0,,False,99878,1326,6477,,None,,,,,,,"[{'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +2583,1094849332841304064,1093423297130156033,1549867396000.0,2019-02-11 06:43:16,+0000,,@John_Gardi @w0lfyxD @Robotbeat @SpaceX True,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1094849332841304064,[],[],0,,False,1123,42,27,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2584,1094837411845033984,1093423297130156033,1549864554000.0,2019-02-11 05:55:54,+0000,,"@AstrumMining @SPEXcast @McMurchie @Robotbeat @John_Gardi @SpaceX Moon first, Mars as soon as the planets align",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1094837411845033984,[],[],0,,False,1651,77,106,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'McMurchie', 'name': 'LumpyMilk', 'id': '80632501'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2585,1094807467882557440,1093423297130156033,1549857415000.0,2019-02-11 03:56:55,+0000,,@SPEXcast @ikrbkv @MARINAVALOVA2 @alexmd2 @SpaceX On my bedside table,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1094807467882557440,[],[],0,,False,867,43,17,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'ikrbkv', 'name': 'Ivan Korobkov', 'id': '38612272'}, {'screen_name': 'MARINAVALOVA2', 'name': 'Marina 🌎Valova🐉', 'id': '3299544262'}, {'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov, MD, MBA', 'id': '34694428'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2586,1094807052096925696,1093423297130156033,1549857316000.0,2019-02-11 03:55:16,+0000,,@ikrbkv @MARINAVALOVA2 @alexmd2 @SpaceX A biography on Korolev has center place in my study,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1094807052096925696,[],[],0,,False,932,31,40,,None,,,,,,,"[{'screen_name': 'ikrbkv', 'name': 'Ivan Korobkov', 'id': '38612272'}, {'screen_name': 'MARINAVALOVA2', 'name': 'Marina 🌎Valova🐉', 'id': '3299544262'}, {'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov, MD, MBA', 'id': '34694428'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2587,1094799667370455042,1093423297130156033,1549855555000.0,2019-02-11 03:25:55,+0000,,"@SPEXcast @McMurchie @Robotbeat @John_Gardi @SpaceX Just planning on keeping the public informed about progress & setbacks. Will be some RUDs along the way, but excitement is guaranteed!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1094799667370455042,[],[],0,,False,1862,67,92,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'McMurchie', 'name': 'LumpyMilk', 'id': '80632501'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2588,1094798366670647297,1093423297130156033,1549855245000.0,2019-02-11 03:20:45,+0000,,@McMurchie @SPEXcast @Robotbeat @John_Gardi @SpaceX The goodwill of the public is critical to Starship’s success,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1094798366670647297,[],[],0,,False,1687,60,87,,None,,,,,,,"[{'screen_name': 'McMurchie', 'name': 'LumpyMilk', 'id': '80632501'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2589,1094797169565921280,1093423297130156033,1549854960000.0,2019-02-11 03:16:00,+0000,,@epoxy101 @Robotbeat @John_Gardi @SpaceX At least 10X cheaper,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1094797169565921280,[],[],0,,False,907,31,34,,None,,,,,,,"[{'screen_name': 'Epoxy101', 'name': 'Jaime Papas', 'id': '974047195224838145'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2590,1094796246613516289,1093423297130156033,1549854740000.0,2019-02-11 03:12:20,+0000,,"@SPEXcast @Robotbeat @John_Gardi @SpaceX Very dependent on volume, but I’m confident moving to Mars (return ticket is free) will one day cost less than $500k & maybe even below $100k. Low enough that most people in advanced economies could sell their home on Earth & move to Mars if they want.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1094796246613516289,[],[],0,,False,2347,229,340,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2591,1094794147980931073,1093423297130156033,1549854239000.0,2019-02-11 03:03:59,+0000,,@SpaceXFan97 @Robotbeat @John_Gardi @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1094794147980931073,[],[],0,,False,659,21,14,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2592,1094793664809689089,1093423297130156033,1549854124000.0,2019-02-11 03:02:04,+0000,,"@Robotbeat @John_Gardi @SpaceX This will sound implausible, but I think there’s a path to build Starship / Super Heavy for less than Falcon 9",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1094793664809689089,[],[],0,,False,1881,91,178,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2593,1094792729865797632,1093423297130156033,1549853901000.0,2019-02-11 02:58:21,+0000,,@13ericralph31 @John_Gardi @SpaceX Close,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094792729865797632,[],[],0,,False,546,11,15,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2594,1094792462436990976,1093423297130156033,1549853837000.0,2019-02-11 02:57:17,+0000,,"@John_Gardi @SpaceX But not an extendable nozzle though, as that just saves length. Nozzle diameter is limited by body diameter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094792462436990976,[],[],0,,False,939,37,39,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2595,1094791972944920582,1093423297130156033,1549853721000.0,2019-02-11 02:55:21,+0000,,@SpaceXFan97 @alexmd2 @SpaceX Much above 300 bar main chamber pressure means extreme oxygen preburner pressure of 700 to 800+ bar. Definitely pushing the limit of known physics.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094791972944920582,[],[],0,,False,968,27,38,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}, {'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov, MD, MBA', 'id': '34694428'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2596,1094790663646760961,1093423297130156033,1549853409000.0,2019-02-11 02:50:09,+0000,,"@_cgp @SpaceX Propellant was not deep cryo. CH4 & O2 were just barely below liquid temp at 1 bar. In theory, Raptor should do ~300 bar at deep cryo, provided everything holds together, which is far from certain. However, only 250 bar is needed for nominal operation of Starship/Super Heavy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094790663646760961,[],[],0,,False,1078,27,71,,None,,,,,,,"[{'screen_name': '_cgp', 'name': 'cgp', 'id': '14131726'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2597,1094789114258313216,1093423297130156033,1549853039000.0,2019-02-11 02:43:59,+0000,,"@John_Gardi @SpaceX Yes, aiming for 380 sec Isp with vac nozzle. Maybe 382 if we get lucky.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094789114258313216,[],[],0,,False,1433,29,58,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2598,1094788783331897344,1093423297130156033,1549852960000.0,2019-02-11 02:42:40,+0000,,@13ericralph31 @SpaceX I think 6 where we lit main chamber & several with only preburners,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094788783331897344,[],[],0,,False,1126,25,28,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2599,1094788148230406146,1093423297130156033,1549852809000.0,2019-02-11 02:40:09,+0000,,@johnkrausphotos @SpaceX About 11 secs,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094788148230406146,[],[],0,,False,1192,42,35,,None,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2600,1094785437216829440,1093423297130156033,1549852163000.0,2019-02-11 02:29:23,+0000,,@alexmd2 @SpaceX Definitely! It’s amazing that the RD-170 & RD-180 engines held the record for so many decades. Excellent engineering.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094785437216829440,[],[],0,,False,1499,26,60,,None,,,,,,,"[{'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov, MD, MBA', 'id': '34694428'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2601,1094782854007910400,1093423297130156033,1549851547000.0,2019-02-11 02:19:07,+0000,,"Raptor reached 268.9 bar today, exceeding prior record held by the awesome Russian RD-180. Great work by @SpaceX engine/test team! https://t.co/yPrvO0JhyY",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094782854007910400,[],['https://pbs.twimg.com/media/DzFzM4EUUAE_4qN.jpg'],1,https://pbs.twimg.com/media/DzFzM4EUUAE_4qN.jpg,False,25220,634,1793,,None,,,,,,,[],,,, +2602,1094481173135405056,1089657821652602880,1549779620000.0,2019-02-10 06:20:20,+0000,,@rocketisfine @leo190102 I was simply too sexy for it https://t.co/vugJLyZVjI,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1094481173135405056,['https://m.youtube.com/watch?v=P5mtclwloEQ'],[],0,,False,5254,138,179,,None,,,,,,,[],,,, +2603,1094363509171908609,1089657821652602880,1549751567000.0,2019-02-09 22:32:47,+0000,,@leo190102 Maybe tomorrow,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1094363509171908609,[],[],0,,False,6710,163,273,,None,,,,,,,[],,,, +2604,1094232094912512000,1094232094912512000,1549720235000.0,2019-02-09 13:50:35,+0000,,"Just left Zeebrugge, now Tilburg, then Tesla HQ in Amsterdam & Oslo tonight to review service in Norway. Exciting to see thousands of Model 3’s on their way to owners in Europe! https://t.co/PeRo4jhiCB",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/1094232094912512000,[],['https://pbs.twimg.com/media/Dy9-R8iVYAAGoSs.jpg'],1,https://pbs.twimg.com/media/Dy9-R8iVYAAGoSs.jpg,False,43698,2035,2465,,None,,,,,,,[],,,, +2605,1094044930534707202,1094025756299137024,1549675612000.0,2019-02-09 01:26:52,+0000,,@westcoastbill Hope they don’t find this pic! https://t.co/vwUJhFyWmS,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1094044930534707202,[],['https://pbs.twimg.com/media/Dy7UEA-WoAAMGpD.jpg'],1,https://pbs.twimg.com/media/Dy7UEA-WoAAMGpD.jpg,False,6106,116,203,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +2606,1094027558235058182,1094027558235058182,1549671470000.0,2019-02-09 00:17:50,+0000,,😅 thank goodness it’s not November,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1094027558235058182,[],[],0,,False,372980,3589,60920,https://twitter.com/4thFromOurStar/status/1094026428264341504,None,,,,,,,[],,,, +2607,1094026371716841472,1094025756299137024,1549671187000.0,2019-02-09 00:13:07,+0000,,@Bkin87 a,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1094026371716841472,[],[],0,,False,5699,85,380,,None,,,,,,,"[{'screen_name': 'Bkin87', 'name': 'kinda_photographer_ish', 'id': '879787940427247616'}]",,,, +2608,1094021911171002369,1094021911171002369,1549670124000.0,2019-02-08 23:55:24,+0000,,I want you too baby,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1094021911171002369,[],[],0,,False,155375,1236,20299,https://twitter.com/4thFromOurStar/status/1094019516944736256,None,,,,,,,[],,,, +2609,1094004442708525056,1094004442708525056,1549665959000.0,2019-02-08 22:45:59,+0000,,Joe Rogan describes Tesla for 4 mins & 20 secs https://t.co/ju6N683Dd5,ca,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1094004442708525056,['https://m.youtube.com/watch?t=6076&v=O00gaA5u6BI&feature=youtu.be'],[],0,,False,27595,800,2200,,None,,,,,,,[],,,, +2610,1093916850931539968,1093423297130156033,1549645075000.0,2019-02-08 16:57:55,+0000,,"@Erdayastronaut @LytovchenkoSerg @John_Gardi Booster center of mass is much lower & more consistent (no payload mass to consider), so still biases towards engine first entry",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1093916850931539968,[],[],0,,False,1423,39,49,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'LytovchenkoSerg', 'name': 'Сергей Литовченко', 'id': '872827012792168453'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +2611,1093913799256653825,1093423297130156033,1549644348000.0,2019-02-08 16:45:48,+0000,,"@LytovchenkoSerg @John_Gardi @Erdayastronaut Technically, the steel is radiatively cooled (not uncooled). T^4 is one of the most interesting things about reality!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1093913799256653825,[],[],0,,False,753,35,24,,None,,,,,,,"[{'screen_name': 'LytovchenkoSerg', 'name': 'Сергей Литовченко', 'id': '872827012792168453'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2612,1093912531377246214,1093423297130156033,1549644046000.0,2019-02-08 16:40:46,+0000,,"@LytovchenkoSerg @John_Gardi @Erdayastronaut Rocket booster temperatures won’t go much above 600 Kelvin on hottest parts of main body & maybe around 1200K on base, which uncooled steel can handle. Starship is around 1700K for a Mach 25 entry, so needs shielding of some kind.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1093912531377246214,[],[],0,,False,979,24,43,,None,,,,,,,"[{'screen_name': 'LytovchenkoSerg', 'name': 'Сергей Литовченко', 'id': '872827012792168453'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2613,1093645444456935425,1093423297130156033,1549580367000.0,2019-02-07 22:59:27,+0000,,@Malcolmmarsman @Erdayastronaut Prob wise for version 1 to have legs or we will frag a lot of launch pads,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1093645444456935425,[],[],0,,False,1368,57,42,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2614,1093643894917492736,1093423297130156033,1549579998000.0,2019-02-07 22:53:18,+0000,,"@Erdayastronaut Welded, internal, longitudinal hat stringers. To the degree it may need hoop stiffness (prob not), combine with slosh baffles.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1093643894917492736,[],[],0,,False,1668,71,52,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2615,1093598348043415552,1093423297130156033,1549569138000.0,2019-02-07 19:52:18,+0000,,"@Erdayastronaut The Super Heavy booster is only needed on Earth, so think of this as just “Starship” & sometimes it needs a boost, hence Super Heavy",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1093598348043415552,[],[],0,,False,2293,110,122,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2616,1093575099221856256,1093423297130156033,1549563595000.0,2019-02-07 18:19:55,+0000,,🔥🖤 SpaceX Engineering 🖤🔥,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1093575099221856256,[],[],0,,False,46712,774,2343,,None,,,,,,,[],,,, +2617,1093429253213806592,1093423297130156033,1549528823000.0,2019-02-07 08:40:23,+0000,,@OctagonROA Telekinesis,lt,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1093429253213806592,[],[],0,,False,4108,134,189,,None,,,,,,,"[{'screen_name': 'OctagonROA', 'name': 'Octagon', 'id': '1018712593614057474'}]",,,, +2618,1093428938871779328,1093423297130156033,1549528748000.0,2019-02-07 08:39:08,+0000,,@AndreTI Vaporized some copper,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1093428938871779328,[],[],0,,False,3430,58,68,,None,,,,,,,"[{'screen_name': 'AndreTI', 'name': 'Andre Infante', 'id': '19191383'}]",,,, +2619,1093425726139772929,1093186308611149835,1549527982000.0,2019-02-07 08:26:22,+0000,,@teslaownersSV @StrikMichael @JothamKitara Sentry Mode (and Dog Mode) roll out next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1093425726139772929,[],[],0,,False,1560,128,135,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'StrikMichael', 'name': 'michael strik', 'id': '1093183797141651463'}, {'screen_name': 'JothamKitara', 'name': 'by courtesy of Juliet. 🇺🇬', 'id': '3280890612'}]",,,, +2620,1093424663269523456,1093423297130156033,1549527729000.0,2019-02-07 08:22:09,+0000,,"Design requires at least 170 metric tons of force. Engine reached 172 mT & 257 bar chamber pressure with warm propellant, which means 10% to 20% more with deep cryo.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1093424663269523456,[],[],0,,False,59217,1025,2542,,None,,,,,,,[],,,, +2621,1093423297130156033,1093423297130156033,1549527403000.0,2019-02-07 08:16:43,+0000,,Raptor just achieved power level needed for Starship & Super Heavy https://t.co/NcqnAVWc35,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1093423297130156033,[],['https://pbs.twimg.com/media/DyyesSYUwAABmwo.jpg'],1,https://pbs.twimg.com/media/DyyesSYUwAABmwo.jpg,False,155846,2529,14026,,None,,,,,,,[],,,, +2622,1093287719294230529,1093186308611149835,1549495079000.0,2019-02-06 23:17:59,+0000,,"@StrikMichael Sorry, many unexpected challenges with cars coming through Zeebrugge first time. Cars will start moving out in volume tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1093287719294230529,[],[],0,,False,921,86,49,,None,,,,,,,"[{'screen_name': 'StrikMichael', 'name': 'michael strik', 'id': '1093183797141651463'}]",,,, +2623,1093284881386229761,1093203708618235904,1549494402000.0,2019-02-06 23:06:42,+0000,,@SpaceX https://t.co/sO2s0OcM4L,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1093284881386229761,['https://www.whereisroadster.com/charts/'],[],0,,False,12105,339,1135,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2624,1093046377460813825,1093042991994830849,1549437538000.0,2019-02-06 07:18:58,+0000,,@FancyPantless We’re doing everything we can to get there. It’s a super hard grind.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1093046377460813825,[],[],0,,False,3905,162,93,,None,,,,,,,[],,,, +2625,1093045690060558336,1093042991994830849,1549437374000.0,2019-02-06 07:16:14,+0000,,"@notNahuel @SnazzyQ Exactly. Both prices are shown right next to each other & lower price is *actually* the real apples to apples cost vs a fuel car. In fact, for many states in the US, it’s way better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1093045690060558336,[],[],0,,False,1749,104,59,,None,,,,,,,"[{'screen_name': 'notNahuel', 'name': 'Nahuel 🍒', 'id': '4923794558'}, {'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}]",,,, +2626,1093044009549803520,1093042991994830849,1549436974000.0,2019-02-06 07:09:34,+0000,,@Gargant44992081 VAT of ~20% & import duties of ~10% usually result in a 30% higher cost in Europe,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1093044009549803520,[],[],0,,False,1182,135,49,,None,,,,,,,"[{'screen_name': 'Gargant44992081', 'name': 'Dude from the future', 'id': '1091443577975132166'}]",,,, +2627,1092848152225312768,1092268892339273730,1549390278000.0,2019-02-05 18:11:18,+0000,,💙 Mach Diamonds 💙,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1092848152225312768,[],[],0,,False,32649,860,970,,None,,,,,,,[],,,, +2628,1092690014197014528,1091637539772026885,1549352575000.0,2019-02-05 07:42:55,+0000,,@joerogan Glad you like it,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1092690014197014528,[],[],0,,False,29856,250,482,,None,,,,,,,"[{'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +2629,1092320321229643776,1092268892339273730,1549264433000.0,2019-02-04 07:13:53,+0000,,@psalman03 @Erdayastronaut @dguisinger @DanielDavisA Spark plugs ignite dual blow torches that ignite preburners & main chamber,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1092320321229643776,[],[],0,,False,1255,62,45,,None,,,,,,,"[{'screen_name': 'psalman03', 'name': 'Salman Pasha', 'id': '2407562018'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'dguisinger', 'name': 'Dan Guisinger', 'id': '606796588'}, {'screen_name': 'DanielDavisA', 'name': 'Daniel Davis', 'id': '392034399'}]",,,, +2630,1092282107639021569,1092268892339273730,1549255322000.0,2019-02-04 04:42:02,+0000,,"@Erdayastronaut @dguisinger @DanielDavisA Gaseous CH4/O2 & heavy duty spark plugs. Basically, a 💨 of insane power 😀",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1092282107639021569,[],[],0,,False,2643,80,114,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'dguisinger', 'name': 'Dan Guisinger', 'id': '606796588'}, {'screen_name': 'DanielDavisA', 'name': 'Daniel Davis', 'id': '392034399'}]",,,, +2631,1092281374436978689,1092268892339273730,1549255147000.0,2019-02-04 04:39:07,+0000,,"@jclishman @dguisinger @Erdayastronaut @DanielDavisA Will do, although SpaceX reddit is very well-informed. Really impressive analysis by some commenters.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1092281374436978689,[],[],0,,False,1376,29,49,,None,,,,,,,"[{'screen_name': 'jclishman', 'name': 'Jack Lishman', 'id': '726544470'}, {'screen_name': 'dguisinger', 'name': 'Dan Guisinger', 'id': '606796588'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DanielDavisA', 'name': 'Daniel Davis', 'id': '392034399'}]",,,, +2632,1092280273599979520,1092268892339273730,1549254885000.0,2019-02-04 04:34:45,+0000,,@dguisinger @Erdayastronaut @DanielDavisA Engine use methox torch igniters. Green tinge is either camera saturation or a tiny bit of copper from the chamber.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1092280273599979520,[],[],0,,False,2275,33,80,,None,,,,,,,"[{'screen_name': 'dguisinger', 'name': 'Dan Guisinger', 'id': '606796588'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DanielDavisA', 'name': 'Daniel Davis', 'id': '392034399'}]",,,, +2633,1092272377889738753,1092268892339273730,1549253002000.0,2019-02-04 04:03:22,+0000,, https://t.co/yFhNx3fiOD,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1092272377889738753,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1092271607370915840/pu/img/txCLSYHBVuv_uM0h.jpg,False,78877,2164,9492,,None,,,,,,,[],,,, +2634,1092270756715737088,1092268892339273730,1549252616000.0,2019-02-04 03:56:56,+0000,, https://t.co/ChEGbjTGKZ,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1092270756715737088,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1092270488259313666/pu/img/ksTgN6VbwarCemcd.jpg,False,144773,2490,19887,,None,,,,,,,[],,,, +2635,1092268892339273730,1092268892339273730,1549252171000.0,2019-02-04 03:49:31,+0000,,First firing of Starship Raptor flight engine! So proud of great work by @SpaceX team!! https://t.co/S6aT7Jih4S,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1092268892339273730,[],['https://pbs.twimg.com/media/DyiEpn4XgAAhzuy.jpg'],1,https://pbs.twimg.com/media/DyiEpn4XgAAhzuy.jpg,False,168191,2604,18366,,None,,,,,,,[],,,, +2636,1092134233710231552,1092131931452395520,1549220066000.0,2019-02-03 18:54:26,+0000,,@FredericLambert We will when it rolls out,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1092134233710231552,[],[],0,,False,1114,105,34,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +2637,1091959189734227968,1091154222173712384,1549178333000.0,2019-02-03 07:18:53,+0000,,@TriTexan @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1091959189734227968,[],[],0,,False,734,35,13,,None,,,,,,,"[{'screen_name': 'TriTexan', 'name': 'Tri-Raptor Texan', 'id': '543932705'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2638,1091958352513425408,1091958352513425408,1549178133000.0,2019-02-03 07:15:33,+0000,,At @SpaceX Texas with engineering team getting ready to fire new Raptor rocket engine https://t.co/ACFM8AtY8w,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1091958352513425408,[],['https://pbs.twimg.com/media/DydqSfkVsAAr65K.jpg'],1,https://pbs.twimg.com/media/DydqSfkVsAAr65K.jpg,False,47341,1523,2809,,None,,,,,,,[],,,, +2639,1091953430812184576,1091811603442352128,1549176960000.0,2019-02-03 06:56:00,+0000,,@sivemorten soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1091953430812184576,[],[],0,,False,18458,213,1097,,None,,,,,,,"[{'screen_name': 'sivemorten', 'name': 'Sive 1️⃣ ➐', 'id': '4844061977'}]",,,, +2640,1091947949578317824,1091947949578317824,1549175653000.0,2019-02-03 06:34:13,+0000,,Only a matter of time https://t.co/8Eqn554hK0,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1091947949578317824,[],['https://pbs.twimg.com/media/Dydg1PvU0AAxAki.jpg'],1,https://pbs.twimg.com/media/Dydg1PvU0AAxAki.jpg,False,260662,2500,36901,,None,,,,,,,[],,,, +2641,1091945999507939333,1091811603442352128,1549175188000.0,2019-02-03 06:26:28,+0000,,@narinaarpautiem @sacagnhe @Zanfa That might be the ultimate superpower,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1091945999507939333,[],[],0,,False,4418,37,70,,None,,,,,,,"[{'screen_name': 'narinaarpautiem', 'name': 'Raimonds', 'id': '272081843'}, {'screen_name': 'sacagnhe', 'name': 'Luiz Fernando Sacagnhe', 'id': '1157522540207779841'}, {'screen_name': 'Zanfa', 'name': 'Zanfa', 'id': '9668212'}]",,,, +2642,1091862029239955456,1091862029239955456,1549155168000.0,2019-02-03 00:52:48,+0000,,How Model 3 performs on a long road trip https://t.co/nHEGf5PsG2,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1091862029239955456,['https://insideevs.com/lists/how-tesla-model-3-cracked-code-ev-road-trip/'],[],0,,False,11670,567,814,,None,,,,,,,[],,,, +2643,1091817669546799104,1091811603442352128,1549144592000.0,2019-02-02 21:56:32,+0000,,"@sacagnhe @Zanfa I’m openly moderate. There, I said it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1091817669546799104,[],[],0,,False,7575,129,210,,None,,,,,,,"[{'screen_name': 'sacagnhe', 'name': 'Luiz Fernando Sacagnhe', 'id': '1157522540207779841'}, {'screen_name': 'Zanfa', 'name': 'Zanfa', 'id': '9668212'}]",,,, +2644,1091816573470310400,1091816391638802433,1549144330000.0,2019-02-02 21:52:10,+0000,,@crazyhank @Tesla Haha how is this even real?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1091816573470310400,[],[],0,,False,663,56,17,,None,,,,,,,"[{'screen_name': 'crazyhank', 'name': 'Henry', 'id': '34098615'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2645,1091816304967790592,1091811603442352128,1549144266000.0,2019-02-02 21:51:06,+0000,,"@Darkaraus_ @Zanfa No, payload will actually increase",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1091816304967790592,[],[],0,,False,2928,39,41,,None,,,,,,,"[{'screen_name': 'Darkaraus_', 'name': 'Darkaraus', 'id': '966684957295996928'}, {'screen_name': 'Zanfa', 'name': 'Zanfa', 'id': '9668212'}]",,,, +2646,1091814009982992384,1091811603442352128,1549143719000.0,2019-02-02 21:41:59,+0000,,@officialsusq Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1091814009982992384,[],[],0,,False,9483,58,139,,None,,,,,,,"[{'screen_name': 'officialsusq', 'name': 'Dedsusq', 'id': '827634106133516288'}]",,,, +2647,1091813829925732352,1091811603442352128,1549143676000.0,2019-02-02 21:41:16,+0000,,@Zanfa I do like nonsense memes. It’s true.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1091813829925732352,[],[],0,,False,17023,119,729,,None,,,,,,,"[{'screen_name': 'Zanfa', 'name': 'Zanfa', 'id': '9668212'}]",,,, +2648,1091811603442352128,1091811603442352128,1549143145000.0,2019-02-02 21:32:25,+0000,,Yes https://t.co/3KoZ13fQEz,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1091811603442352128,[],['https://pbs.twimg.com/media/Dybk3akU0AA0taE.jpg'],1,https://pbs.twimg.com/media/Dybk3akU0AA0taE.jpg,False,306347,3402,49178,,None,,,,,,,[],,,, +2649,1091523493936562176,1091512419946422272,1549074455000.0,2019-02-02 02:27:35,+0000,,@Lebeaucarnews https://t.co/W60sKBdLPz,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1091523493936562176,[],['https://pbs.twimg.com/media/DyXe1FpVsAEn6dp.jpg'],1,https://pbs.twimg.com/media/DyXe1FpVsAEn6dp.jpg,False,17433,300,756,,None,,,,,,,[],,,, +2650,1091498694480924672,1091480239891345408,1549068542000.0,2019-02-02 00:49:02,+0000,,@lexiheft @MrBeastYT Next few days,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1091498694480924672,[],[],0,,False,20849,219,1153,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}]",,,, +2651,1091497053241462784,1091497053241462784,1549068151000.0,2019-02-02 00:42:31,+0000,,💩 looks like sentient choc ice cream,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1091497053241462784,[],[],0,,False,69757,1933,5874,,None,,,,,,,[],,,, +2652,1091480239891345408,1091480239891345408,1549064142000.0,2019-02-01 23:35:42,+0000,,Just bought https://t.co/LJJCD7BAgX oh yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1091480239891345408,['http://stankmemes.com'],[],0,,False,127989,4136,18900,,None,,,,,,,[],,,, +2653,1091429837925957632,1091429681239330816,1549052125000.0,2019-02-01 20:15:25,+0000,,@ukrpravda_news Whoa cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1091429837925957632,[],[],0,,False,2015,52,243,,None,,,,,,,"[{'screen_name': 'ukrpravda_news', 'name': 'Українська правда ✌️', 'id': '236466533'}]",,,, +2654,1091271856399691776,1091169842239959040,1549014460000.0,2019-02-01 09:47:40,+0000,,@vincent13031925 @Tesla No plans to do so. Would recommend Model S.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1091271856399691776,[],[],0,,False,5414,89,76,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2655,1091271648051785728,1091154222173712384,1549014410000.0,2019-02-01 09:46:50,+0000,,@Trump_45th @SpaceX 7,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1091271648051785728,[],[],0,,False,1034,39,25,,None,,,,,,,"[{'screen_name': 'trump_45th', 'name': 'President Trump 45Th', 'id': '1327657038281891842'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2656,1091271584839393280,1091245268455038976,1549014395000.0,2019-02-01 09:46:35,+0000,,@royalsociety @GreshamCollege ♥️ logarithms,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1091271584839393280,[],[],0,,False,7647,162,343,,None,,,,,,,"[{'screen_name': 'royalsociety', 'name': 'The Royal Society', 'id': '28567809'}, {'screen_name': 'GreshamCollege', 'name': 'Gresham College', 'id': '70647906'}]",,,, +2657,1091230973641994240,1091154222173712384,1549004712000.0,2019-02-01 07:05:12,+0000,,@Archin50001 @AlexTheChemist @SpaceX Dammit! 😀,de,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1091230973641994240,[],[],0,,False,2434,37,52,,None,,,,,,,"[{'screen_name': 'Archin50001', 'name': 'Archin5000', 'id': '921155080526745600'}, {'screen_name': 'AlexTheChemist', 'name': 'ÆlxTheChemist@🚀', 'id': '220764683'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2658,1091224833923330050,1090912631735517185,1549003249000.0,2019-02-01 06:40:49,+0000,,"@122ddd2223d @Dash71209069 @yungmruglygod @nickynaptime We’ll tweak the alloy over time, so it won’t exactly be 301, but close",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1091224833923330050,[],[],0,,False,693,13,16,,None,,,,,,,"[{'screen_name': '122ddd2223d', 'name': 'A. V.', 'id': '3096939399'}, {'screen_name': 'Dash71209069', 'name': 'Dash', 'id': '1056921149844717569'}, {'screen_name': 'nickynaptime', 'name': 'Nicky No-Notes', 'id': '23783698'}]",,,, +2659,1091224198440091653,1091154222173712384,1549003097000.0,2019-02-01 06:38:17,+0000,,"@AlexTheChemist @SpaceX Well, my past mistakes do seem extremely dumb, especially the ones where I mistakenly thought I was smart",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1091224198440091653,[],[],0,,False,3424,94,215,,None,,,,,,,"[{'screen_name': 'AlexTheChemist', 'name': 'ÆlxTheChemist@🚀', 'id': '220764683'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2660,1091222849400954880,1090912631735517185,1549002775000.0,2019-02-01 06:32:55,+0000,,"@nickynaptime Rocket mass ratio is about the same for aluminum-lithium vs 301 stainless full hard at cryo, but latter costs way less, is tougher & doesn’t even need paint!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1091222849400954880,[],[],0,,False,726,29,33,,None,,,,,,,"[{'screen_name': 'nickynaptime', 'name': 'Nicky No-Notes', 'id': '23783698'}]",,,, +2661,1091161935632973825,1090912631735517185,1548988252000.0,2019-02-01 02:30:52,+0000,,@SpaceXFan97 @wonderofscience @Treebeard1671 @Erdayastronaut @keego73 Still up to 31. Will probably fly with fewer initially in case it blows up.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1091161935632973825,[],[],0,,False,1077,33,32,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}, {'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}, {'screen_name': 'Treebeard1671', 'name': 'Paul Lake', 'id': '173559023'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2662,1091159895284449280,1090912631735517185,1548987766000.0,2019-02-01 02:22:46,+0000,,@wonderofscience @Treebeard1671 @Erdayastronaut @keego73 Mostly true,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1091159895284449280,[],[],0,,False,760,15,14,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}, {'screen_name': 'Treebeard1671', 'name': 'Paul Lake', 'id': '173559023'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2663,1091159618263298048,1090912631735517185,1548987700000.0,2019-02-01 02:21:40,+0000,,"@Erdayastronaut @keego73 Cold gas thrusters only. Will use body flaps & main engines for landing orientation, so won’t need high thrust reaction control. Simplifies things considerably.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1091159618263298048,[],[],0,,False,1236,38,58,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2664,1091158310261125120,1091154222173712384,1548987388000.0,2019-02-01 02:16:28,+0000,,@TriTexan @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1091158310261125120,[],[],0,,False,1122,25,17,,None,,,,,,,"[{'screen_name': 'TriTexan', 'name': 'Tri-Raptor Texan', 'id': '543932705'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2665,1091156245132673024,1091154222173712384,1548986896000.0,2019-02-01 02:08:16,+0000,,Initially making one 200 metric ton thrust engine common across ship & booster to reach the moon as fast as possible. Next versions will split to vacuum-optimized (380+ sec Isp) & sea-level thrust optimized (~250 ton).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1091156245132673024,[],[],0,,False,22756,727,1189,,None,,,,,,,[],,,, +2666,1091154222173712384,1091154222173712384,1548986413000.0,2019-02-01 02:00:13,+0000,,Preparing to fire the Starship Raptor engine at @SpaceX Texas https://t.co/8JCOi1BG6z,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1091154222173712384,[],"['https://pbs.twimg.com/media/DySO-uIUYAA04Kj.jpg', 'https://pbs.twimg.com/media/DySO-uIUwAAI77c.jpg']",1,https://pbs.twimg.com/media/DySO-uIUYAA04Kj.jpg,False,59863,1452,5763,,None,,,,,,,[],,,, +2667,1091148931751325696,1090912631735517185,1548985152000.0,2019-02-01 01:39:12,+0000,,@Treebeard1671 @Erdayastronaut @keego73 Yes. It’s very rare to find all three.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1091148931751325696,[],[],0,,False,857,29,21,,None,,,,,,,"[{'screen_name': 'Treebeard1671', 'name': 'Paul Lake', 'id': '173559023'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2668,1091148397443084289,1090912631735517185,1548985025000.0,2019-02-01 01:37:05,+0000,,"@Erdayastronaut @keego73 To be clear, I’m confident that a stainless steel ship will be lighter than advanced aluminum or carbon fiber, because of strength to weight vs temperature & reduced need for heat shielding",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1091148397443084289,[],[],0,,False,1399,56,80,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2669,1091147569068036096,1090912631735517185,1548984827000.0,2019-02-01 01:33:47,+0000,,"@Erdayastronaut @keego73 Will probably make booster legs/flaps same as ship, instead of like F9",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1091147569068036096,[],[],0,,False,948,38,36,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2670,1091147092016254977,1090912631735517185,1548984713000.0,2019-02-01 01:31:53,+0000,,"@Erdayastronaut @keego73 Yes, ship needs pitch/roll/yaw control across wide Mach regime & angle of attack",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1091147092016254977,[],[],0,,False,1040,20,32,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2671,1091097233821323264,1090912631735517185,1548972826000.0,2019-01-31 22:13:46,+0000,,@Erdayastronaut @keego73 Absolutely. You’ve touched on a very important point. The ship must be easy to repair on the moon and Mars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1091097233821323264,[],[],0,,False,1970,81,104,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2672,1091095843103432704,1091077858947035136,1548972495000.0,2019-01-31 22:08:15,+0000,,@iamshack24 @orthereaboot @toxicpath @librab103 And Tesla Gigafactory is steadily becoming self-powered by solar,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1091095843103432704,[],[],0,,False,957,49,44,,None,,,,,,,"[{'screen_name': 'iamshack24', 'name': 'Shack', 'id': '116965601'}, {'screen_name': 'orthereaboot', 'name': 'luis carruthers', 'id': '84950626'}, {'screen_name': 'toxicpath', 'name': 'Butler of Dogs 🇺🇸🇵🇷🌍🌱💚', 'id': '15023095'}, {'screen_name': 'librab103', 'name': 'Matthew Battle', 'id': '27734496'}]",,,, +2673,1091081963677437952,1091081400655269888,1548969186000.0,2019-01-31 21:13:06,+0000,,"@SkiddlyBinx About 10 orbit synch windows, which are every 26 months, so self-sufficiency around 2050",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1091081963677437952,[],[],0,,False,714,38,49,,None,,,,,,,"[{'screen_name': 'SkiddlyBinx', 'name': 'SkiddlyBinx', 'id': '1006592448599031808'}]",,,, +2674,1091080660100440065,1091077858947035136,1548968875000.0,2019-01-31 21:07:55,+0000,,All our patent are belong to you https://t.co/HPK5R5UMS6 https://t.co/t99riofeCI,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1091080660100440065,['https://www.tesla.com/blog/all-our-patent-are-belong-you'],['https://pbs.twimg.com/tweet_video_thumb/DyRMEdyUcAEGWhj.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/DyRMEdyUcAEGWhj.jpg,False,19867,641,2573,,None,,,,,,,[],,,, +2675,1091079258607243264,1091077858947035136,1548968541000.0,2019-01-31 21:02:21,+0000,,"Our true competition is not the small trickle of non-Tesla electric cars being produced, but rather the enormous flood of gasoline cars pouring out of the world’s factories every day",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1091079258607243264,[],[],0,,False,21233,502,2250,,None,,,,,,,[],,,, +2676,1091077858947035136,1091077858947035136,1548968207000.0,2019-01-31 20:56:47,+0000,,Exciting to see all the new electric vehicles coming to market! We created Tesla to accelerate a sustainable future & it’s happening! https://t.co/IqREiDqIyL,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1091077858947035136,['https://www.cnbc.com/2019/01/31/automakers-flood-market-with-electric-vehicles--potentially-creating-pile-up-of-epic-proportions.html'],[],0,,False,31974,953,3409,,None,,,,,,,[],,,, +2677,1091075707105492992,1090912631735517185,1548967694000.0,2019-01-31 20:48:14,+0000,,@nichegamer @keego73 Tasty food!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1091075707105492992,[],[],0,,False,1358,66,30,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2678,1091063256209227776,1090912631735517185,1548964725000.0,2019-01-31 19:58:45,+0000,,@keego73 It’s designed for 100 people on a Mars journey,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1091063256209227776,[],[],0,,False,54752,538,1395,,None,,,,,,,[],,,, +2679,1090846381323894784,1090813312764428288,1548913018000.0,2019-01-31 05:36:58,+0000,,@business Super appreciate Deepak’s 11 year history building Tesla & wish him greatest of happiness in retirement! Zach has been outstanding over his 9 year history with Tesla & will build upon Deepak’s legacy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1090846381323894784,[],[],0,,False,9997,124,355,,None,,,,,,,"[{'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +2680,1090833201243799552,1090831751331622912,1548909876000.0,2019-01-31 04:44:36,+0000,,"@Sofiaan @HyperChangeTV @Tesla @say Sure, which ones?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1090833201243799552,[],[],0,,False,688,102,21,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'say', 'name': 'Say', 'id': '2806825849'}]",,,, +2681,1090832580830785537,1090831751331622912,1548909728000.0,2019-01-31 04:42:08,+0000,,@HyperChangeTV @Tesla @say You’re most welcome! Very thoughtful questions.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1090832580830785537,[],[],0,,False,959,31,39,,None,,,,,,,"[{'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'say', 'name': 'Say', 'id': '2806825849'}]",,,, +2682,1090763542305722369,1090703033573376000,1548893268000.0,2019-01-31 00:07:48,+0000,,@vicentes @Robotbeat @tegmark Max Tegmark is great,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1090763542305722369,[],[],0,,False,639,63,28,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'tegmark', 'name': 'Max Tegmark', 'id': '2530947115'}]",,,, +2683,1090705936522436608,1090703033573376000,1548879534000.0,2019-01-30 20:18:54,+0000,,Entropy is the source and the end of life in this instance of the Multiverse https://t.co/0JmKUYAFRq,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1090705936522436608,['https://en.m.wikipedia.org/wiki/Heat_death_of_the_universe'],[],0,,False,16262,943,1162,,None,,,,,,,[],,,, +2684,1090704486224412672,1090703033573376000,1548879188000.0,2019-01-30 20:13:08,+0000,,@miguelrios 3 guys standing on roof of skyscraper. 1st guy says updraft is so strong it blows you back on roof of you jump off. He jumps off & is blown back on roof. 2nd guy tries & goes splat. 3rd guy: that was a dirty trick Superman.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1090704486224412672,[],[],0,,False,10333,167,1115,,None,,,,,,,"[{'screen_name': 'miguelrios', 'name': 'Miguel Ríos Berríos', 'id': '14717846'}]",,,, +2685,1090703033573376000,1090703033573376000,1548878842000.0,2019-01-30 20:07:22,+0000,,"If heat death will be inevitable end of Universe, it actually *is* all about journey 🤔",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1090703033573376000,[],[],0,,False,63531,1917,6538,,None,,,,,,,[],,,, +2686,1090689205586472960,1090689205586472960,1548875545000.0,2019-01-30 19:12:25,+0000,,Entropy is the ultimate boss battle,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1090689205586472960,[],[],0,,False,39203,1078,4105,https://twitter.com/NautilusMag/status/1090625687826956288,None,,,,,,,[],,,, +2687,1090666106161790976,1090520206504390657,1548870037000.0,2019-01-30 17:40:37,+0000,,@Kristennetten Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1090666106161790976,[],[],0,,False,2576,35,31,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +2688,1090520206504390657,1090520206504390657,1548835252000.0,2019-01-30 08:00:52,+0000,,tbh smh,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1090520206504390657,[],[],0,,False,245659,3968,68730,,None,,,,,,,[],,,, +2689,1090289978075009024,1089936209424465921,1548780362000.0,2019-01-29 16:46:02,+0000,,@lexiheft Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1090289978075009024,[],[],0,,False,882,51,20,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}]",,,, +2690,1089952160408715264,1089948612992192516,1548699820000.0,2019-01-28 18:23:40,+0000,,SpaceX documentary actual footage https://t.co/RrEwYwMNgj,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1089952160408715264,[],['https://pbs.twimg.com/tweet_video_thumb/DyBJtSMUwAAD9HQ.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/DyBJtSMUwAAD9HQ.jpg,False,78615,676,7477,,None,,,,,,,[],,,, +2691,1089948612992192516,1089948612992192516,1548698974000.0,2019-01-28 18:09:34,+0000,,"All we had back then was carpet & a mariachi band. Now, SPACESHIP!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1089948612992192516,[],[],0,,False,164740,1914,22546,https://twitter.com/rwt737/status/1089937002038870018,None,,,,,,,[],,,, +2692,1089936527860219905,1089936340135960576,1548696092000.0,2019-01-28 17:21:32,+0000,,@data_over_ideal @Tesla Sure hope that happens,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1089936527860219905,[],[],0,,False,682,29,21,,None,,,,,,,"[{'screen_name': 'data_over_ideal', 'name': 'Jace G', 'id': '1018592057886031872'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2693,1089936209424465921,1089936209424465921,1548696017000.0,2019-01-28 17:20:17,+0000,,"Great electric car documentary about early days of Tesla, GM Volt, Nissan Leaf & Gadget. So much has happened since then … https://t.co/nq2nVjj5w8",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1089936209424465921,['https://m.youtube.com/watch?v=ru89x1jmpq4'],[],0,,False,19091,617,2063,,None,,,,,,,[],,,, +2694,1089704820812873729,1089700873226334213,1548640849000.0,2019-01-28 02:00:49,+0000,,@WorldAndScience We are so tiny,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1089704820812873729,[],[],0,,False,64422,1450,3902,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +2695,1089670377825955840,1089657821652602880,1548632637000.0,2019-01-27 23:43:57,+0000,,"@MrBeastYT You drive a hard bargain, but … ok",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1089670377825955840,[],[],0,,False,92210,369,2564,,None,,,,,,,[],,,, +2696,1089666268909596673,1089657821652602880,1548631658000.0,2019-01-27 23:27:38,+0000,,@MrBeastYT $5,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1089666268909596673,[],[],0,,False,85010,252,1878,,None,,,,,,,[],,,, +2697,1089657821652602880,1089657821652602880,1548629644000.0,2019-01-27 22:54:04,+0000,,Host meme review? https://t.co/k2SFtIUh1k,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1089657821652602880,[],['https://pbs.twimg.com/media/Dx8-AyEU0AAjrrH.jpg'],1,https://pbs.twimg.com/media/Dx8-AyEU0AAjrrH.jpg,False,628259,18068,117680,,None,,,,,,,[],,,, +2698,1089632508096856064,1089621398409011200,1548623608000.0,2019-01-27 21:13:28,+0000,,"@StephenKing It’s an honor, sir! Thanks for owning a Tesla.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1089632508096856064,[],[],0,,False,13318,107,256,,None,,,,,,,"[{'screen_name': 'StephenKing', 'name': 'Stephen King', 'id': '2233154425'}]",,,, +2699,1089621398409011200,1089621398409011200,1548620960000.0,2019-01-27 20:29:20,+0000,,Tap Tesla logo at top of your car’s touchscreen & wait 10 secs to open special features box,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1089621398409011200,[],[],0,,False,60327,1585,2828,,None,,,,,,,[],,,, +2700,1089368045577920512,1089368045577920512,1548560556000.0,2019-01-27 03:42:36,+0000,,Still my favorite tweet of all time,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1089368045577920512,[],[],0,,False,118058,1073,11536,https://twitter.com/SpaceX/status/1659601384,None,,,,,,,[],,,, +2701,1089367756737105920,1089354757188120578,1548560487000.0,2019-01-27 03:41:27,+0000,,"@nichegamer Ok, we’ll throw that in too",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1089367756737105920,[],[],0,,False,1129,51,24,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2702,1089359031104237568,1089354757188120578,1548558406000.0,2019-01-27 03:06:46,+0000,,"But, occasionally, the metal version https://t.co/ogHYUPoA9z",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1089359031104237568,['https://m.youtube.com/watch?v=9ll19StB624'],[],0,,False,14664,489,881,,None,,,,,,,[],,,, +2703,1089355821203353600,1089354757188120578,1548557641000.0,2019-01-27 02:54:01,+0000,,@ICannot_Enough Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1089355821203353600,[],[],0,,False,2800,36,38,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}]",,,, +2704,1089354757188120578,1089354757188120578,1548557388000.0,2019-01-27 02:49:48,+0000,,Tesla Sentry Mode will play Bach’s Toccata and Fugue during a robbery (and keep Summer safe) https://t.co/wnS5qLeB2E,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1089354757188120578,['https://m.youtube.com/watch?v=ho9rZjlsyYY'],[],0,,False,29241,1141,3389,,None,,,,,,,[],,,, +2705,1089274068430254081,1089271146921512961,1548538150000.0,2019-01-26 21:29:10,+0000,,"@petterware All doors unlock automatically when the Tesla comes to a stop after an accident. There is both primary & backup power to doors, brakes, steering & airbags.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1089274068430254081,[],[],0,,False,1032,44,78,,None,,,,,,,"[{'screen_name': 'petterware', 'name': 'Pedro Melero', 'id': '104604641'}]",,,, +2706,1088894637794779136,1088868744133332998,1548447686000.0,2019-01-25 20:21:26,+0000,,@techreview Cool that this is happening on many fronts. Looks like a good design by @Boeing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1088894637794779136,[],[],0,,False,13611,290,464,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +2707,1088864971885207552,1088858882208722944,1548440614000.0,2019-01-25 18:23:34,+0000,,"@Caseykins421 @justinandgreg Yeah, worked on my cousin’s farm for six weeks around my 18th birthday. I was so kewl. https://t.co/XIRzRuXPJZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1088864971885207552,[],['https://pbs.twimg.com/media/Dxxs66CV4AA_YT-.jpg'],1,https://pbs.twimg.com/media/Dxxs66CV4AA_YT-.jpg,False,3222,145,204,,None,,,,,,,"[{'screen_name': 'Caseykins421', 'name': 'Amanda', 'id': '442949745'}, {'screen_name': 'justinandgreg', 'name': 'Justin and Greg', 'id': '808718084458496000'}]",,,, +2708,1088864166553612288,1088858882208722944,1548440422000.0,2019-01-25 18:20:22,+0000,,@m40dotcom @justinandgreg Many cold weather improvements coming via OTA software,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1088864166553612288,[],[],0,,False,837,67,44,,None,,,,,,,"[{'screen_name': 'm40dotcom', 'name': 'Marc Bloomquist', 'id': '255240240'}, {'screen_name': 'justinandgreg', 'name': 'Justin and Greg', 'id': '808718084458496000'}]",,,, +2709,1088862312046288896,1088860419098177536,1548439979000.0,2019-01-25 18:12:59,+0000,,@martinki_ So tempting …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1088862312046288896,[],[],0,,False,4011,118,54,,None,,,,,,,"[{'screen_name': 'martinki_', 'name': 'Martin Ki', 'id': '898641977318809602'}]",,,, +2710,1088861940800139266,1088860419098177536,1548439891000.0,2019-01-25 18:11:31,+0000,,@FredericLambert It’s like looking in a mirror!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1088861940800139266,[],[],0,,False,4859,77,92,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +2711,1088861682959474688,1088860419098177536,1548439829000.0,2019-01-25 18:10:29,+0000,,@florentderue That would be so cool!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1088861682959474688,[],[],0,,False,2733,65,36,,None,,,,,,,"[{'screen_name': 'florentderue', 'name': 'Florent Derue 🍿', 'id': '126588957'}]",,,, +2712,1088861353140318208,1088858882208722944,1548439751000.0,2019-01-25 18:09:11,+0000,,"@justinandgreg Yes, and my grandfather was from Minnesota with some Scandinavian/German background. Got to hand it to Norway. That’s a great sculpture!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1088861353140318208,[],[],0,,False,4285,101,119,,None,,,,,,,"[{'screen_name': 'justinandgreg', 'name': 'Justin and Greg', 'id': '808718084458496000'}]",,,, +2713,1088860419098177536,1088860419098177536,1548439528000.0,2019-01-25 18:05:28,+0000,,Awesome moose sculpture! ♥️🇳🇴 https://t.co/CegEEHL4wz,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1088860419098177536,[],['https://pbs.twimg.com/media/DxxoxyaUcAAkW60.jpg'],1,https://pbs.twimg.com/media/DxxoxyaUcAAkW60.jpg,False,109180,2483,5772,,None,,,,,,,[],,,, +2714,1088858686456397824,964227374798856192,1548439115000.0,2019-01-25 17:58:35,+0000,,@annerajb @Teslarati Rough beta in 2 to 3 weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1088858686456397824,[],[],0,,False,708,38,29,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2715,1088858294272221184,964227374798856192,1548439022000.0,2019-01-25 17:57:02,+0000,,@Teslarati Feature has now been in place for 8 months,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1088858294272221184,[],[],0,,False,1108,41,43,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2716,1088681080977186817,1088680182540464128,1548396771000.0,2019-01-25 06:12:51,+0000,,@JasonHouge @SpaceX @boringcompany These are industrial strength. Not recommended for use at home!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1088681080977186817,[],[],0,,False,2534,89,44,,None,,,,,,,"[{'screen_name': 'JasonHouge', 'name': 'Jason Houge', 'id': '106589267'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +2717,1088680182540464128,1088680182540464128,1548396556000.0,2019-01-25 06:09:16,+0000,,Testing metallic heat shield at 1100C (2000F) @SpaceX https://t.co/frP5eZ5a0z,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1088680182540464128,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1088680053041291264/pu/img/KnToxolcfR9loUj8.jpg,False,53405,1781,4869,,None,,,,,,,[],,,, +2718,1088678625212153856,1088671896332165120,1548396185000.0,2019-01-25 06:03:05,+0000,,@tylertrench31 @NASA @Space_Station https://t.co/67g5ylv8VN,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1088678625212153856,[],['https://pbs.twimg.com/media/DxvDb9TVYAAwJFO.jpg'],1,https://pbs.twimg.com/media/DxvDb9TVYAAwJFO.jpg,False,2869,68,142,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +2719,1088673283640160256,1088671896332165120,1548394912000.0,2019-01-25 05:41:52,+0000,,"@annerajb @farismahdawi @NASA @Space_Station Sure. Also, we need to be better at remembering brightness settings.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1088673283640160256,[],[],0,,False,1931,56,30,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'farismahdawi', 'name': 'Faris Mahdawi', 'id': '1180847034'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +2720,1088672823302705152,1088671896332165120,1548394802000.0,2019-01-25 05:40:02,+0000,,@annerajb @farismahdawi @NASA @Space_Station 💡😀,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1088672823302705152,[],[],0,,False,2796,43,43,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'farismahdawi', 'name': 'Faris Mahdawi', 'id': '1180847034'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +2721,1088672444850700288,1088671896332165120,1548394712000.0,2019-01-25 05:38:32,+0000,,@farismahdawi @NASA @Space_Station The youth love em,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1088672444850700288,[],[],0,,False,5841,116,179,,None,,,,,,,"[{'screen_name': 'farismahdawi', 'name': 'Faris Mahdawi', 'id': '1180847034'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +2722,1088671896332165120,1088671896332165120,1548394581000.0,2019-01-25 05:36:21,+0000,,"If test flight of 🐉 goes well next month, @NASA 👨‍🚀 👩‍🚀 will 🚀 to @Space_Station this summer!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1088671896332165120,[],[],0,,False,47109,1015,3640,,None,,,,,,,[],,,, +2723,1088102778826764289,1088078917590749185,1548258893000.0,2019-01-23 15:54:53,+0000,,@Robotbeat @zackpio Actual tanks are fine,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1088102778826764289,[],[],0,,False,1055,52,41,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'zackpio', 'name': 'Zack Pio', 'id': '792714540429422592'}]",,,, +2724,1088091464909766656,1088078917590749185,1548256195000.0,2019-01-23 15:09:55,+0000,,"@Teslarati ~1750K is peak heating expected on about 20% of Starship for LEO entry, ~1600K on 20%. Rest drops below 1450K, so no heat shield needed. Radiative cooling at T^4 takes care of 60% of the ship. Another reason for steel.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1088091464909766656,[],[],0,,False,1782,112,127,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2725,1088088320767217664,1088078917590749185,1548255446000.0,2019-01-23 14:57:26,+0000,,@nextspaceflight @Teslarati I just heard. 50 mph winds broke the mooring blocks late last night & fairing was blown over. Will take a few weeks to repair.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1088088320767217664,[],[],0,,False,1722,215,161,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2726,1088087441037131777,1088078917590749185,1548255236000.0,2019-01-23 14:53:56,+0000,,"@Teslarati 310S stainless is better for high temp outer skin, as it can take ~1450 Kelvin, so active cooling with cryogenic fuel only has to mitigate 300 degrees of delta temp",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1088087441037131777,[],[],0,,False,15934,497,841,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2727,1087861594892029953,1087849475622588416,1548201390000.0,2019-01-22 23:56:30,+0000,,@CabsandSurfaces Almost ready to roll out. Regulators just approved.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1087861594892029953,[],[],0,,False,2815,146,131,,None,,,,,,,"[{'screen_name': 'CabsandSurfaces', 'name': 'Elevator Renovations', 'id': '1167586718'}]",,,, +2728,1087861236665016321,1087849475622588416,1548201304000.0,2019-01-22 23:55:04,+0000,,"@teslamodel3fan @Tesla Since it’s part of safety & security, all cars with AP2+ hardware will get it",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1087861236665016321,[],[],0,,False,1965,93,83,,None,,,,,,,"[{'screen_name': 'teslamodel3fan', 'name': 'Tesla Model 3 Fan', 'id': '3532426698'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2729,1087849475622588416,1087849475622588416,1548198500000.0,2019-01-22 23:08:20,+0000,,Tesla Sentry Mode coming soon for all cars with Enhanced Autopilot,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1087849475622588416,[],[],0,,False,47942,1290,3355,https://twitter.com/dmbfanmd/status/1087848110611722240,None,,,,,,,[],,,, +2730,1087799667692392448,1087708141226283009,1548186625000.0,2019-01-22 19:50:25,+0000,,"@DevClub_Space @RationalEtienne @PopMech Yes. Also, despite high outside heat, rapid water vaporization can counter-intuitively cause it to snap freeze & block cooling channels.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1087799667692392448,[],[],0,,False,1059,66,43,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'PopMech', 'name': 'Popular Mechanics', 'id': '23116280'}]",,,, +2731,1087797780058378243,1087797352612671489,1548186175000.0,2019-01-22 19:42:55,+0000,,@thecla6771 Coming soon. Lots of unique road markings & signs in each country.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1087797780058378243,[],[],0,,False,4229,125,148,,None,,,,,,,"[{'screen_name': 'thecla6771', 'name': 'Thorsten Smoll', 'id': '2194755989'}]",,,, +2732,1087794886315819008,1087708141226283009,1548185485000.0,2019-01-22 19:31:25,+0000,,"@PopMech When going to ~1750 Kelvin, specific heat is more important than latent heat of vaporization, which is why cryogenic fuel is a slightly better choice than water",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1087794886315819008,[],[],0,,False,13026,375,747,,None,,,,,,,"[{'screen_name': 'PopMech', 'name': 'Popular Mechanics', 'id': '23116280'}]",,,, +2733,1087769504153624576,1087569609270661120,1548179434000.0,2019-01-22 17:50:34,+0000,,@ReutersBiz untrue,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1087769504153624576,[],[],0,,False,52944,976,2579,,None,,,,,,,"[{'screen_name': 'ReutersBiz', 'name': 'Reuters Business', 'id': '15110357'}]",,,, +2734,1087490394957312002,1085365989011787776,1548112889000.0,2019-01-21 23:21:29,+0000,,@physicsJ Roughly 4 to 20 minutes for light to travel from Earth to Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1087490394957312002,[],[],0,,False,27317,1031,2040,,None,,,,,,,"[{'screen_name': 'physicsJ', 'name': ""Dr. James O'Donoghue"", 'id': '229623319'}]",,,, +2735,1087282892332388352,1087237504296800257,1548063416000.0,2019-01-21 09:36:56,+0000,,@techreview Director of CERN asked me about Boring Co building the new LHC tunnel when we were at the @royalsociety. Would probably save several billon Euros.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1087282892332388352,[],[],0,,False,19763,568,1361,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +2736,1087227025692061696,1087224401223856128,1548050097000.0,2019-01-21 05:54:57,+0000,,@deba215 @kzooastro Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1087227025692061696,[],[],0,,False,3743,91,120,,None,,,,,,,"[{'screen_name': 'deba215', 'name': 'Debasish Das', 'id': '967584470'}, {'screen_name': 'kzooastro', 'name': 'Kalamazoo Astronomical Society', 'id': '34521105'}]",,,, +2737,1087224401223856128,1087224401223856128,1548049471000.0,2019-01-21 05:44:31,+0000,,Blood moon over LA tonight (@kzooastro) https://t.co/AgeMmYjss3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1087224401223856128,[],['https://pbs.twimg.com/media/DxaY1AOUUAEebDi.jpg'],1,https://pbs.twimg.com/media/DxaY1AOUUAEebDi.jpg,False,122522,1841,12690,,None,,,,,,,[],,,, +2738,1087213292592852993,1086721231234187269,1548046823000.0,2019-01-21 05:00:23,+0000,,@ThingsWork The @Space_Station zooms around the world about every 90 mins,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1087213292592852993,[],[],0,,False,27075,341,1204,,None,,,,,,,"[{'screen_name': 'ThingsWork', 'name': 'How Things Work', 'id': '2217099931'}]",,,, +2739,1086520970599227392,1086520333065043969,1547881760000.0,2019-01-19 07:09:20,+0000,,@RaptorJesuss Tesla is the safest car according to US govt testing,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1086520970599227392,[],[],0,,False,1639,105,141,,None,,,,,,,"[{'screen_name': 'raptorjesuss', 'name': 'Raptor', 'id': '1279306915068051456'}]",,,, +2740,1086520338341478401,1085714382812635137,1547881609000.0,2019-01-19 07:06:49,+0000,,"@SparklingDisse1 @kimpaquette @cleantechnica I wish them well. Track record in auto startups is tough. Thousands of US auto startups, but only Ford & Tesla have avoided bankruptcy. A similar scenario is likely in all countries.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1086520338341478401,[],[],0,,False,850,43,45,,None,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄', 'id': '258602317'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2741,1086511986433613824,1086311430821957639,1547879618000.0,2019-01-19 06:33:38,+0000,,@InsideEVs Wow,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1086511986433613824,[],[],0,,False,29065,710,1203,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +2742,1086424846249021440,1086416952191582208,1547858842000.0,2019-01-19 00:47:22,+0000,,@beckycloonan Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1086424846249021440,[],[],0,,False,18535,251,608,,None,,,,,,,"[{'screen_name': 'beckycloonan', 'name': 'Becky Cloonan 🔮', 'id': '16102671'}]",,,, +2743,1086401286574993408,1086255399890812928,1547853225000.0,2019-01-18 23:13:45,+0000,,"@thirionremi @Tesla Thanks, good idea!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1086401286574993408,[],[],0,,False,5482,100,101,,None,,,,,,,"[{'screen_name': 'thirionremi', 'name': 'Thirion Rémi', 'id': '320264153'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2744,1085779971333705728,1085771520058679297,1547705092000.0,2019-01-17 06:04:52,+0000,,"@FredericLambert Yes, ending on Feb 1. It’s adding too much cost to the cars, especially Model 3.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1085779971333705728,[],[],0,,False,1462,158,65,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +2745,1085774558089670661,1085771520058679297,1547703802000.0,2019-01-17 05:43:22,+0000,,@gooseSD22 @lovin_ny93 Order must occur before Feb 1,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1085774558089670661,[],[],0,,False,864,33,27,,None,,,,,,,"[{'screen_name': 'gooseSD22', 'name': '?', 'id': '63040725'}, {'screen_name': 'lovin_ny93', 'name': 'Emmet Spiegel', 'id': '765178836216586240'}]",,,, +2746,1085772475110178823,1085771520058679297,1547703305000.0,2019-01-17 05:35:05,+0000,,"@lovin_ny93 No, the whole referral incentive system will end",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1085772475110178823,[],[],0,,False,1150,75,43,,None,,,,,,,"[{'screen_name': 'lovin_ny93', 'name': 'Emmet Spiegel', 'id': '765178836216586240'}]",,,, +2747,1085771520058679297,1085771520058679297,1547703077000.0,2019-01-17 05:31:17,+0000,,"The Tesla customer referral program will end on Feb 1. If you want to refer a friend to buy a Tesla & give them 6 months of free Supercharging, please do so before then.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1085771520058679297,[],[],0,,False,28997,1665,1968,,None,,,,,,,[],,,, +2748,1085729045260558336,1085714382812635137,1547692950000.0,2019-01-17 02:42:30,+0000,,@MKBHD @BenSullins @cleantechnica I think some of them should combine forces. Talent is spread too thin.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1085729045260558336,[],[],0,,False,4654,152,143,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2749,1085728774811865088,1085722305332883456,1547692886000.0,2019-01-17 02:41:26,+0000,,"@WevolverApp @SpaceX Dragon 2 was originally designed to land with thrusters, but it’s not the right architecture for heavy transport to the moon or Mars, so we decided not to qualify it for thruster landings",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1085728774811865088,[],[],0,,False,5513,97,183,,None,,,,,,,"[{'screen_name': 'WevolverApp', 'name': 'Wevolver', 'id': '358253618'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2750,1085726570218573825,1085714382812635137,1547692360000.0,2019-01-17 02:32:40,+0000,,@cleantechnica How many electric vehicle startups are there? Seems like a lot.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1085726570218573825,[],[],0,,False,24854,1006,898,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2751,1085680908177264640,1085678520515416064,1547681474000.0,2019-01-16 23:31:14,+0000,,"@musicnick1985 @Teslarati Teslarati is very thoughtful & well-written, but this stems from a miscommunication by SpaceX",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1085680908177264640,[],[],0,,False,1480,44,39,,None,,,,,,,"[{'screen_name': 'musicnick1985', 'name': 'Nicholas Rourke', 'id': '3944745305'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2752,1085680538587787264,1085678520515416064,1547681386000.0,2019-01-16 23:29:46,+0000,,"@nextspaceflight @Teslarati The LA Times has a long track of unreasonable attacks on SpaceX & Tesla, but in this case it was our miscommunication",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1085680538587787264,[],[],0,,False,1212,30,42,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2753,1085679367374524417,1085678520515416064,1547681106000.0,2019-01-16 23:25:06,+0000,,"@Teslarati The source info is incorrect. Starship & Raptor development is being done out of our HQ in Hawthorne, CA. We are building the Starship prototypes locally at our launch site in Texas, as their size makes them very difficult to transport.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1085679367374524417,[],[],0,,False,10903,223,635,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2754,1085474608948498432,1085471245674504192,1547632288000.0,2019-01-16 09:51:28,+0000,,@mcannonbrookes Haha you’re welcome! Hope you’re doing well.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1085474608948498432,[],[],0,,False,709,26,16,,None,,,,,,,"[{'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +2755,1085463656345694208,1085345848458805248,1547629677000.0,2019-01-16 09:07:57,+0000,,"@greensjeremy @boringcompany @mcannonbrookes About $15M/km for a two way high speed transit, so probably around $750M plus maybe $50M/station",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1085463656345694208,[],[],0,,False,23186,496,1050,,None,,,,,,,"[{'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +2756,1084967196982370306,1084967196982370306,1547511312000.0,2019-01-15 00:15:12,+0000,,Glad you like it,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1084967196982370306,[],[],0,,False,318056,2034,28542,https://twitter.com/TTfue/status/1084966116777091072,None,,,,,,,[],,,, +2757,1084737144394903552,1084250424415264768,1547456463000.0,2019-01-14 09:01:03,+0000,,@AXISENGUK @Bkin87 @RGVaerialphotos @SteveHamel16 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1084737144394903552,[],[],0,,False,707,42,23,,None,,,,,,,"[{'screen_name': 'Bkin87', 'name': 'kinda_photographer_ish', 'id': '879787940427247616'}, {'screen_name': 'RGVaerialphotos', 'name': 'RGVAerialPhotography', 'id': '752724282925412352'}, {'screen_name': 'SteveHamel16', 'name': ""🚀 🐉 Don't Bet Against Elon 🐉🚀"", 'id': '999632398525530114'}]",,,, +2758,1084616480988094464,1084616480988094464,1547427694000.0,2019-01-14 01:01:34,+0000,,LA is so beautiful after the rain https://t.co/caXOWAXcOM,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1084616480988094464,[],['https://pbs.twimg.com/media/Dw1U7scUYAALEkR.jpg'],1,https://pbs.twimg.com/media/Dw1U7scUYAALEkR.jpg,False,113511,2406,5482,,None,,,,,,,[],,,, +2759,1084582152556109824,1084582152556109824,1547419510000.0,2019-01-13 22:45:10,+0000,,SpaceX Dragon from as seen from @Space_Station viewport https://t.co/WE82irbsmp,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1084582152556109824,[],['https://pbs.twimg.com/media/Dw01t_bU0AATvCC.jpg'],1,https://pbs.twimg.com/media/Dw01t_bU0AATvCC.jpg,False,15496,336,884,,None,,,,,,,[],,,, +2760,1084555685445029888,1084555685445029888,1547413200000.0,2019-01-13 21:00:00,+0000,,Falcon comes home https://t.co/vCtOtHSbdn,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1084555685445029888,[],['https://pbs.twimg.com/media/Dw0dpSEWkAIp1o9.jpg'],1,https://pbs.twimg.com/media/Dw0dpSEWkAIp1o9.jpg,False,87714,871,4851,,None,,,,,,,[],,,, +2761,1084525293245587456,1084519024300568577,1547405954000.0,2019-01-13 18:59:14,+0000,,@deltaplan @Paulojvn We are not yet offering the mid range Model 3 in Europe,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1084525293245587456,[],[],0,,False,1117,50,27,,None,,,,,,,"[{'screen_name': 'deltaplan', 'name': 'deltaplan 🇪🇺', 'id': '14090348'}]",,,, +2762,1084520334819176448,1084519024300568577,1547404771000.0,2019-01-13 18:39:31,+0000,,"@Paulojvn Which country? There is a 10% import duty, ~20% VAT (US prices don’t include sales tax) and about $2000 in extra shipping cost, but it shouldn’t add up to $25k.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1084520334819176448,[],[],0,,False,11477,329,314,,None,,,,,,,[],,,, +2763,1084518285889089536,1084518285889089536,1547404283000.0,2019-01-13 18:31:23,+0000,,View of SpaceX Dragon 1 berthed with @Space_Station in the last Cupola opening. Dragon 2 (Crew Dragon) launching soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1084518285889089536,[],[],0,,False,16275,344,1767,https://twitter.com/csa_asc/status/1084072568708124672,None,,,,,,,[],,,, +2764,1084200178087649280,1084163492700086272,1547328440000.0,2019-01-12 21:27:20,+0000,,@teslaownersSV Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1084200178087649280,[],[],0,,False,728,65,20,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +2765,1083673704318390272,1083649851366158337,1547202919000.0,2019-01-11 10:35:19,+0000,,Obv must be more pointy tho,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1083673704318390272,[],[],0,,False,44442,1105,1808,,None,,,,,,,[],,,, +2766,1083649851366158337,1083649851366158337,1547197232000.0,2019-01-11 09:00:32,+0000,,It needed to be made real,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1083649851366158337,[],[],0,,False,87601,1653,7343,https://twitter.com/b0yle/status/1083648618576281600,None,,,,,,,[],,,, +2767,1083586630361993216,1083582184005533697,1547182159000.0,2019-01-11 04:49:19,+0000,,@mjensen007 Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1083586630361993216,[],[],0,,False,811,25,13,,None,,,,,,,"[{'screen_name': 'mjensen007', 'name': 'Matt Jensen', 'id': '30032268'}]",,,, +2768,1083584992951918592,1083582184005533697,1547181769000.0,2019-01-11 04:42:49,+0000,, https://t.co/gTaURPZral,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1083584992951918592,['https://m.youtube.com/watch?v=DgLBIdVg3EM'],[],0,,False,5595,242,404,,None,,,,,,,[],,,, +2769,1083582184005533697,1083582184005533697,1547181099000.0,2019-01-11 04:31:39,+0000,,Starship Hopper will do vertical flight tests similar to the Falcon 9 Hopper https://t.co/5dCrGFqymR,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1083582184005533697,['http://youtu.be/NoxiK7K28PU'],[],0,,False,12359,444,1072,,None,,,,,,,[],,,, +2770,1083576980010881024,1083567087983964160,1547179858000.0,2019-01-11 04:10:58,+0000,,@Sloppy93 @SpaceX Body/tank diameter is 9m or about 30ft,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1083576980010881024,[],[],0,,False,2286,52,56,,None,,,,,,,"[{'screen_name': 'Sloppy93', 'name': 'Alex Tutt', 'id': '913934962411409408'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2771,1083575233423003648,1083567087983964160,1547179442000.0,2019-01-11 04:04:02,+0000,,@JoThePro10 @SpaceX Should be done with first orbital prototype around June,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1083575233423003648,[],[],0,,False,1285,61,116,,None,,,,,,,"[{'screen_name': 'JoThePro10', 'name': 'Josh', 'id': '3272356686'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2772,1083571475599245312,1083567087983964160,1547178546000.0,2019-01-11 03:49:06,+0000,,@sandt_tyler Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1083571475599245312,[],[],0,,False,697,21,15,,None,,,,,,,"[{'screen_name': 'sandt_tyler', 'name': 'Tyler Sandt', 'id': '1031515753252638720'}]",,,, +2773,1083571402752573440,1083567087983964160,1547178528000.0,2019-01-11 03:48:48,+0000,,@somepitch Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1083571402752573440,[],[],0,,False,619,10,15,,None,,,,,,,"[{'screen_name': 'somepitch', 'name': 'Colin', 'id': '172989426'}]",,,, +2774,1083571038619922432,1083567087983964160,1547178442000.0,2019-01-11 03:47:22,+0000,,@Erdayastronaut Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1083571038619922432,[],[],0,,False,1374,53,30,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2775,1083568315656822784,1083567087983964160,1547177792000.0,2019-01-11 03:36:32,+0000,,"This is for suborbital VTOL tests. Orbital version is taller, has thicker skins (won’t wrinkle) & a smoothly curving nose section.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1083568315656822784,[],[],0,,False,18500,579,1010,,None,,,,,,,[],,,, +2776,1083567087983964160,1083567087983964160,1547177500000.0,2019-01-11 03:31:40,+0000,,"Starship test flight rocket just finished assembly at the @SpaceX Texas launch site. This is an actual picture, not a rendering. https://t.co/k1HkueoXaz",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1083567087983964160,[],['https://pbs.twimg.com/media/DwmagBZX4AEbUN-.jpg'],1,https://pbs.twimg.com/media/DwmagBZX4AEbUN-.jpg,False,118441,4479,20960,,None,,,,,,,[],,,, +2777,1083256001942487040,1083252225449840642,1547103331000.0,2019-01-10 06:55:31,+0000,,@deepbluecea @ruboyad Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1083256001942487040,[],[],0,,False,982,34,16,,None,,,,,,,"[{'screen_name': 'deepbluecea', 'name': 'Ben Weiss', 'id': '27377133'}, {'screen_name': 'ruboyad', 'name': 'tetragrammaton', 'id': '949227810064920576'}]",,,, +2778,1083255516959330304,1083252225449840642,1547103215000.0,2019-01-10 06:53:35,+0000,,@FredericLambert @DMC_Ryan Getting some regulatory pushback. May not be available in all regions.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1083255516959330304,[],[],0,,False,986,66,36,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +2779,1083254787246833664,1083252225449840642,1547103041000.0,2019-01-10 06:50:41,+0000,,@DMC_Ryan Going through final validation & regulatory approval. Probably releases to early access program owners in a few weeks. It’s trippy!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1083254787246833664,[],[],0,,False,1668,54,70,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +2780,1083252590689820672,1083252225449840642,1547102518000.0,2019-01-10 06:41:58,+0000,,@ruboyad Yes 🚀,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1083252590689820672,[],[],0,,False,1458,52,43,,None,,,,,,,"[{'screen_name': 'ruboyad', 'name': 'tetragrammaton', 'id': '949227810064920576'}]",,,, +2781,1083252225449840642,1083252225449840642,1547102431000.0,2019-01-10 06:40:31,+0000,,Tesla *with* Autopilot engaged is twice as safe & continues to make steady improvements,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1083252225449840642,[],[],0,,False,34348,900,3054,https://twitter.com/Teslarati/status/1082710262665355266,None,,,,,,,[],,,, +2782,1083143591093039105,1083141248872075265,1547076530000.0,2019-01-09 23:28:50,+0000,,@TheLonlyGuy_ Def not,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1083143591093039105,[],[],0,,False,1084,34,25,,None,,,,,,,"[{'screen_name': 'TheLonlyGuy_', 'name': 'TheLonlyGuy', 'id': '2208687274'}]",,,, +2783,1083142051393388544,1083141248872075265,1547076163000.0,2019-01-09 23:22:43,+0000,,@_Ali_Gray Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1083142051393388544,[],[],0,,False,991,39,24,,None,,,,,,,"[{'screen_name': '_Ali_Gray', 'name': 'Alistair Gray', 'id': '739725018'}]",,,, +2784,1083141248872075265,1083141248872075265,1547075972000.0,2019-01-09 23:19:32,+0000,,"Starting on Monday, Tesla will no longer be taking orders for the 75 kWh version of the Model S & X. If you’d like that version, please order by Sunday night at https://t.co/46TXqRJ3C1",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1083141248872075265,['http://Tesla.com'],[],0,,False,8594,704,870,,None,,,,,,,[],,,, +2785,1083136413019836417,1083135366175977472,1547074819000.0,2019-01-09 23:00:19,+0000,,@FredericLambert Good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1083136413019836417,[],[],0,,False,1026,80,26,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +2786,1083132858078760960,1083095876392964096,1547073971000.0,2019-01-09 22:46:11,+0000,,@MKBHD It’s an option,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1083132858078760960,[],[],0,,False,7219,150,137,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +2787,1083130682245812224,1083095876392964096,1547073452000.0,2019-01-09 22:37:32,+0000,,@manjotbassan @MKBHD Vertically or horizontally?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1083130682245812224,[],[],0,,False,7657,165,392,,None,,,,,,,"[{'screen_name': 'manjotbassan', 'name': 'manjot singh', 'id': '217471199'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +2788,1083130257446785025,1083095876392964096,1547073351000.0,2019-01-09 22:35:51,+0000,,@manjotbassan @MKBHD No problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1083130257446785025,[],[],0,,False,4643,51,121,,None,,,,,,,"[{'screen_name': 'manjotbassan', 'name': 'manjot singh', 'id': '217471199'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +2789,1083129832903458816,1083095876392964096,1547073250000.0,2019-01-09 22:34:10,+0000,,"@MKBHD Plus, you can basically accelerate at the limit of human endurance",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1083129832903458816,[],[],0,,False,9996,157,379,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +2790,1083129294614745088,1083095876392964096,1547073122000.0,2019-01-09 22:32:02,+0000,,@ole_sveberg @MKBHD I don’t think the law fully anticipated this situation. So probably yes for a while.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1083129294614745088,[],[],0,,False,1292,42,46,,None,,,,,,,"[{'screen_name': 'ole_sveberg', 'name': 'Ole Sveberg', 'id': '975715636805623808'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +2791,1083128521801822213,1083095876392964096,1547072937000.0,2019-01-09 22:28:57,+0000,,@MKBHD I’m not. Will use SpaceX cold gas thruster system with ultra high pressure air in a composite over-wrapped pressure vessel in place of the 2 rear seats.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1083128521801822213,[],[],0,,False,16118,417,1378,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +2792,1083122347404595200,1083121972857487360,1547071465000.0,2019-01-09 22:04:25,+0000,,@hohocho It will be,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1083122347404595200,[],[],0,,False,1359,52,24,,None,,,,,,,"[{'screen_name': 'hohocho', 'name': 'Jaehwan Cho 조재환', 'id': '31310727'}]",,,, +2793,1083121972857487360,1083121972857487360,1547071376000.0,2019-01-09 22:02:56,+0000,,"Btw, you can buy a Tesla online in less than 2 mins & give it back for a full refund for any reason https://t.co/46TXqRJ3C1",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1083121972857487360,['http://Tesla.com'],[],0,,False,35922,2531,3901,,None,,,,,,,[],,,, +2794,1083099364833275909,1083095876392964096,1547065986000.0,2019-01-09 20:33:06,+0000,,@Erdayastronaut 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1083099364833275909,[],[],0,,False,4174,127,81,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2795,1083095876392964096,1083095876392964096,1547065154000.0,2019-01-09 20:19:14,+0000,,The new Roadster will actually do something like this,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1083095876392964096,[],[],0,,False,146393,3814,20685,https://twitter.com/Richie_Hill_/status/1082715123398062080,None,,,,,,,[],,,, +2796,1082581398983188480,1082579294738698240,1546942493000.0,2019-01-08 10:14:53,+0000,,@DOfaquarius https://t.co/sPVLN8X22d,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1082581398983188480,['https://m.youtube.com/watch?v=FG1NrQYXjLU'],[],0,,False,2020,135,80,,None,,,,,,,"[{'screen_name': 'DOfaquarius', 'name': '🐲DOfAquarius', 'id': '960785661660975104'}]",,,, +2797,1082579294738698240,1082579294738698240,1546941991000.0,2019-01-08 10:06:31,+0000,,And now … we dance! https://t.co/2TdS6EVSmi,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1082579294738698240,[],['https://pbs.twimg.com/media/DwYYHr-VYAEm3Oq.jpg'],1,https://pbs.twimg.com/media/DwYYHr-VYAEm3Oq.jpg,False,104817,2103,6469,,None,,,,,,,[],,,, +2798,1082381827577446400,1082338680885235713,1546894912000.0,2019-01-07 21:01:52,+0000,,@ChrisEvans Great thread 🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1082381827577446400,[],[],0,,False,29171,293,998,,None,,,,,,,"[{'screen_name': 'ChrisEvans', 'name': 'Chris Evans', 'id': '580097412'}]",,,, +2799,1082180642937491456,1082180642937491456,1546846945000.0,2019-01-07 07:42:25,+0000,,#NewProfilePic https://t.co/W4xT1ywqjA,und,['newprofilepic'],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1082180642937491456,[],['https://pbs.twimg.com/media/DwSta0wUcAAQQR9.jpg'],1,https://pbs.twimg.com/media/DwSta0wUcAAQQR9.jpg,False,296877,6961,31186,,None,,,,,,,[],,,, +2800,1082143023272730629,1082103637990625281,1546837976000.0,2019-01-07 05:12:56,+0000,,"Shanghai Giga will produce affordable versions of 3/Y for greater China. All Model S/X & higher cost versions of Model 3/Y will still be built in US for WW market, incl China.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1082143023272730629,[],[],0,,False,10824,409,544,,None,,,,,,,[],,,, +2801,1082120550447792129,1082117387799818240,1546832618000.0,2019-01-07 03:43:38,+0000,,"@jimcramer Shanghai Giga output is just for greater China, not North America. Affordable cars must be made on same continent as customers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1082120550447792129,[],[],0,,False,5293,193,243,,None,,,,,,,"[{'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +2802,1082118212546953216,1082103637990625281,1546832061000.0,2019-01-07 03:34:21,+0000,,Shanghai Giga production of Model 3/Y will serve greater China region,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1082118212546953216,[],[],0,,False,11534,271,396,,None,,,,,,,[],,,, +2803,1082116267568377857,1082103637990625281,1546831597000.0,2019-01-07 03:26:37,+0000,,"Aiming to finish initial construction this summer, start Model 3 production end of year & reach high volume production next year",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1082116267568377857,[],[],0,,False,7944,240,356,,None,,,,,,,[],,,, +2804,1082103637990625281,1082103637990625281,1546828586000.0,2019-01-07 02:36:26,+0000,,Looking forward to breaking ground on the @Tesla Shanghai Gigafactory today!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1082103637990625281,[],[],0,,False,36487,972,1997,,None,,,,,,,[],,,, +2805,1082081096551055362,1082081096551055362,1546823212000.0,2019-01-07 01:06:52,+0000,,Good sign that almost no Model 3 owners want to sell their cars!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1082081096551055362,[],[],0,,False,21887,644,1304,https://twitter.com/cleantechnica/status/1081937517971193858,None,,,,,,,[],,,, +2806,1082000215425593345,1081986795452157955,1546803928000.0,2019-01-06 19:45:28,+0000,, https://t.co/Vl6pIb1q9b,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1082000215425593345,[],['https://pbs.twimg.com/media/DwQJahHX0AAALXX.jpg'],1,https://pbs.twimg.com/media/DwQJahHX0AAALXX.jpg,False,47824,873,5111,,None,,,,,,,[],,,, +2807,1081988321608458241,1081986795452157955,1546801092000.0,2019-01-06 18:58:12,+0000,,"@CAnderson271 Yes, will be extremely intense. Early flights are especially dangerous, as there’s a lot of new hardware.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1081988321608458241,[],[],0,,False,2571,60,74,,None,,,,,,,"[{'screen_name': 'CAnderson271', 'name': 'Carson', 'id': '2786021088'}]",,,, +2808,1081987427248603136,1081986795452157955,1546800879000.0,2019-01-06 18:54:39,+0000,,"Sorry, to be clear, this pic is all real. Nothing rendered.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1081987427248603136,[],[],0,,False,34754,656,1219,,None,,,,,,,[],,,, +2809,1081986795452157955,1081986795452157955,1546800729000.0,2019-01-06 18:52:09,+0000,,Falcon 9 on launch pad with Crew Dragon & new astronaut walkway https://t.co/aopO67qe4F,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1081986795452157955,[],['https://pbs.twimg.com/media/DwP9OwyW0AYGsXm.jpg'],1,https://pbs.twimg.com/media/DwP9OwyW0AYGsXm.jpg,False,70309,1080,7589,,None,,,,,,,[],,,, +2810,1081676911066017793,1081576707365064704,1546726846000.0,2019-01-05 22:20:46,+0000,,"@enn_nafnlaus @TheJewbyrd7777 @DrakeFerroNyalk @13ericralph31 Spiral-winding is great for uniform thickness. We used that for the Hyperloop vacuum tunnel. However, Starship skin thickness will vary considerably according to loads.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1081676911066017793,[],[],0,,False,842,39,34,,None,,,,,,,"[{'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'TheJewbyrd7777', 'name': 'Jux-Toposition', 'id': '3001601898'}, {'screen_name': 'DrakeFerroNyalk', 'name': 'Drake FerroNyalka', 'id': '883117405'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}]",,,, +2811,1081662202124296192,1081576707365064704,1546723339000.0,2019-01-05 21:22:19,+0000,,@Yaru_Sasaki @enn_nafnlaus @Mulymule @NASASpaceflight Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1081662202124296192,[],[],0,,False,822,22,18,,None,,,,,,,"[{'screen_name': 'Yaru_Sasaki', 'name': 'Yaru Sasaki', 'id': '1117085892'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'Mulymule', 'name': 'Mule Rayworth', 'id': '70221642'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2812,1081647229897650177,1081646702535290880,1546719770000.0,2019-01-05 20:22:50,+0000,,@Chima_Saboyo It’s all in the way you say it,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1081647229897650177,[],[],0,,False,45913,588,2077,,None,,,,,,,[],,,, +2813,1081580505412202498,1081580505412202498,1546703861000.0,2019-01-05 15:57:41,+0000,,Matt DeBord reviews all Tesla models https://t.co/ZZ7KW9cPpn via @businessinsider,sv,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081580505412202498,['https://www.businessinsider.com/favorite-features-every-tesla-new-used-2019-1?utm_source=twitter&utm_medium=referral&utm_content=topbar&utm_term=mobile&referrer=twitter'],[],0,,False,6478,226,448,,None,,,,,,,[],,,, +2814,1081578033700466689,1081576707365064704,1546703272000.0,2019-01-05 15:47:52,+0000,,@Wayne_Obie I do love Tintin,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081578033700466689,[],[],0,,False,3337,87,119,,None,,,,,,,"[{'screen_name': 'Wayne_Obie', 'name': 'Wayne_Obie', 'id': '36364625'}]",,,, +2815,1081576901842370560,1081573955591258113,1546703002000.0,2019-01-05 15:43:22,+0000,,@FrameshiftShark @SpaceX More on this in a few months,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081576901842370560,[],[],0,,False,874,24,26,,None,,,,,,,"[{'screen_name': 'FrameshiftShark', 'name': 'Sapphire 🚀🦈', 'id': '532999756'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2816,1081576707365064704,1081576707365064704,1546702956000.0,2019-01-05 15:42:36,+0000,,"Starship test vehicle under assembly will look similar to this illustration when finished. Operational Starships would obv have windows, etc. https://t.co/D8AJ01mjyR",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081576707365064704,[],['https://pbs.twimg.com/media/DwKIR5EWkAAqDuW.jpg'],1,https://pbs.twimg.com/media/DwKIR5EWkAAqDuW.jpg,False,96066,4070,12062,,None,,,,,,,[],,,, +2817,1081575156990894082,1081573955591258113,1546702586000.0,2019-01-05 15:36:26,+0000,,"@LPAmdee @SpaceX Aiming for 4 weeks, which probably means 8 weeks, due to unforeseen issues",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081575156990894082,[],[],0,,False,1919,69,120,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2818,1081573955591258113,1081573955591258113,1546702300000.0,2019-01-05 15:31:40,+0000,,"Good shot of @SpaceX Starship flight test vehicle being assembled in Boca Chica, Texas",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081573955591258113,[],[],0,,False,23625,542,2315,https://twitter.com/CowboyDanPaasch/status/1081567268901928961,None,,,,,,,[],,,, +2819,1081572521105707009,1081459477100941313,1546701958000.0,2019-01-05 15:25:58,+0000,,@paperclip9000 @renwis1 @thearkadia_ @Grimezsz Engines currently on Starship hopper are a blend of Raptor development & operational parts. First hopper engine to be fired is almost finished assembly in California. Probably fires next month.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081572521105707009,[],[],0,,False,1368,34,119,,None,,,,,,,"[{'screen_name': 'paperclip9000', 'name': 'FactorialPaperclip9000!', 'id': '1077257021215440896'}, {'screen_name': 'renwis1', 'name': 'René', 'id': '795356899067723776'}, {'screen_name': 'TheArkadia_', 'name': 'The Arkadia ※', 'id': '1106970996580462594'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2820,1081570128620249094,1081459477100941313,1546701387000.0,2019-01-05 15:16:27,+0000,,@renwis1 @thearkadia_ @Grimezsz Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081570128620249094,[],[],0,,False,804,7,17,,None,,,,,,,"[{'screen_name': 'renwis1', 'name': 'René', 'id': '795356899067723776'}, {'screen_name': 'TheArkadia_', 'name': 'The Arkadia ※', 'id': '1106970996580462594'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2821,1081568748257955841,1069510509773246472,1546701058000.0,2019-01-05 15:10:58,+0000,,@yousuck2020 Not yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081568748257955841,[],[],0,,False,1054,56,37,,None,,,,,,,"[{'screen_name': 'yousuck2020', 'name': '前澤友作┃月旅行に8名ご招待', 'id': '137857547'}]",,,, +2822,1081460617561559040,1081459477100941313,1546675278000.0,2019-01-05 08:01:18,+0000,,@thearkadia_ @Grimezsz That’s a reasonable question,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1081460617561559040,[],[],0,,False,2139,104,93,,None,,,,,,,"[{'screen_name': 'TheArkadia_', 'name': 'The Arkadia ※', 'id': '1106970996580462594'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2823,1081459477100941313,1081459477100941313,1546675006000.0,2019-01-05 07:56:46,+0000,,About a month away from the first orbital test flight of crew Dragon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1081459477100941313,[],[],0,,False,45324,776,4536,https://twitter.com/SpaceX/status/1081405732107370497,None,,,,,,,[],,,, +2824,1081448025627623426,1081289153071857664,1546672276000.0,2019-01-05 07:11:16,+0000,,@tonyydx @OneAngryGoyim @ShannonLeePerr1 Probably,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1081448025627623426,[],[],0,,False,437,14,11,,None,,,,,,,"[{'screen_name': 'tonyydx', 'name': 'tydx', 'id': '1333622214'}, {'screen_name': 'ShannonLeePerr1', 'name': '... Long Liveth Art 🧵', 'id': '1017294190441623552'}]",,,, +2825,1081403891453853701,1081276036036186112,1546661753000.0,2019-01-05 04:15:53,+0000,,@KeukenFiets https://t.co/H5h62XvdYN,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1081403891453853701,[],['https://pbs.twimg.com/tweet_video_thumb/DwHrF4WVYAAp5Dn.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/DwHrF4WVYAAp5Dn.jpg,False,5143,255,720,,None,,,,,,,[],,,, +2826,1081356162140823553,1081289153071857664,1546650374000.0,2019-01-05 01:06:14,+0000,,@nichegamer @Liv_Boeree That’s what I heard,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1081356162140823553,[],[],0,,False,800,27,17,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}]",,,, +2827,1081339079013191681,1081289153071857664,1546646301000.0,2019-01-04 23:58:21,+0000,,@Liv_Boeree Life is made of ups & downs,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1081339079013191681,[],[],0,,False,1285,82,92,,None,,,,,,,"[{'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}]",,,, +2828,1081330270198890496,1081276036036186112,1546644201000.0,2019-01-04 23:23:21,+0000,,@Korey_IRL @vioblet https://t.co/YKHC4TSByn,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1081330270198890496,[],['https://pbs.twimg.com/tweet_video_thumb/DwGoIwTUYAA5tkm.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/DwGoIwTUYAA5tkm.jpg,False,2008,59,65,,None,,,,,,,[],,,, +2829,1081290795435479040,1081289153071857664,1546634789000.0,2019-01-04 20:46:29,+0000,,@jameswy2010 Appears to be simulations all the way down …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1081290795435479040,[],[],0,,False,1375,166,72,,None,,,,,,,"[{'screen_name': 'jameswy2010', 'name': 'JimWin', 'id': '263721253'}]",,,, +2830,1081289322039365633,1081289153071857664,1546634438000.0,2019-01-04 20:40:38,+0000,,All parameters in a simulation are necessarily quantized,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1081289322039365633,[],[],0,,False,14890,634,860,,None,,,,,,,[],,,, +2831,1081289153071857664,1081289153071857664,1546634398000.0,2019-01-04 20:39:58,+0000,,Three quarks for Muster Mark!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1081289153071857664,[],[],0,,False,18236,674,607,,None,,,,,,,[],,,, +2832,1081282695928307712,1081276036036186112,1546632858000.0,2019-01-04 20:14:18,+0000,,@TheLinguist5 @tylertrench31 Wutf,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1081282695928307712,[],[],0,,False,1030,57,52,,None,,,,,,,"[{'screen_name': 'TheLinguist5', 'name': 'The Linguist', 'id': '1361781696744595460'}]",,,, +2833,1081276506414899200,1081276036036186112,1546631382000.0,2019-01-04 19:49:42,+0000,,@tylertrench31 What you think I do,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1081276506414899200,[],[],0,,False,5422,210,340,,None,,,,,,,[],,,, +2834,1081276036036186112,1081276036036186112,1546631270000.0,2019-01-04 19:47:50,+0000,,…,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1081276036036186112,[],[],0,,False,133632,6803,18237,,None,,,,,,,[],,,, +2835,1081129777744859137,1081117088662450177,1546596400000.0,2019-01-04 10:06:40,+0000,,@enjikaka @Tesla @adamomras Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1081129777744859137,[],[],0,,False,618,32,15,,None,,,,,,,"[{'screen_name': 'enjikaka', 'name': 'Jeremy Karlsson', 'id': '159603602'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2836,1080984617815953409,1080963075539234816,1546561791000.0,2019-01-04 00:29:51,+0000,,@v_g_fischer @nichegamer srsly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1080984617815953409,[],[],0,,False,1148,33,39,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2837,1080983915404259328,1080963075539234816,1546561623000.0,2019-01-04 00:27:03,+0000,,@nichegamer 6/5 ⭐️,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1080983915404259328,[],[],0,,False,1459,27,66,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2838,1080965637256601600,1080963075539234816,1546557265000.0,2019-01-03 23:14:25,+0000,,"@bhandel58 To a dyslexic agnostic, there is no …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1080965637256601600,[],[],0,,False,1940,93,71,,None,,,,,,,"[{'screen_name': 'bhandel58', 'name': 'bhandel58', 'id': '17045166'}]",,,, +2839,1080963589719056385,1080963075539234816,1546556777000.0,2019-01-03 23:06:17,+0000,,"Evian, the first bottled water, is naive spelled backwards",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1080963589719056385,[],[],0,,False,123111,2185,13537,,None,,,,,,,[],,,, +2840,1080963075539234816,1080963075539234816,1546556655000.0,2019-01-03 23:04:15,+0000,,There are no coincidences https://t.co/9AEbbuXZGn,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1080963075539234816,[],['https://pbs.twimg.com/media/DwBaLg6VYAAMeaJ.jpg'],1,https://pbs.twimg.com/media/DwBaLg6VYAAMeaJ.jpg,False,628215,6101,149975,,None,,,,,,,[],,,, +2841,1080954820926664704,1080954820926664704,1546554687000.0,2019-01-03 22:31:27,+0000,,"Model 3 mid-range EPA rating is actually 264 miles, slightly higher than prior estimate of 260 https://t.co/l4eCpTObAi",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1080954820926664704,['https://3.tesla.com/model3/design?#battery'],[],0,,False,9688,468,655,,None,,,,,,,[],,,, +2842,1080952966339645442,1080642068035317760,1546554244000.0,2019-01-03 22:24:04,+0000,,@scottwww @annerajb @CharlieMilton @Reuters @Breakingviews @Tesla Checking …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1080952966339645442,[],[],0,,False,557,36,11,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'CharlieMilton', 'name': 'Charlie Milton', 'id': '40533008'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}, {'screen_name': 'Breakingviews', 'name': 'ReutersBreakingviews', 'id': '12794362'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2843,1080952636755460096,1080948522818682881,1546554166000.0,2019-01-03 22:22:46,+0000,,@DiscoverMag 😲,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1080952636755460096,[],[],0,,False,3756,96,101,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +2844,1080919560507650048,1080642068035317760,1546546280000.0,2019-01-03 20:11:20,+0000,,@annerajb @CharlieMilton @Reuters @Breakingviews @Tesla Reveals wheels?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1080919560507650048,[],[],0,,False,471,24,11,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'CharlieMilton', 'name': 'Charlie Milton', 'id': '40533008'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}, {'screen_name': 'Breakingviews', 'name': 'ReutersBreakingviews', 'id': '12794362'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2845,1080919043572260865,1080642068035317760,1546546157000.0,2019-01-03 20:09:17,+0000,,"@CharlieMilton @Reuters @Breakingviews @Tesla Weirdly, all the negative press seems to increase sales!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1080919043572260865,[],[],0,,False,1374,100,118,,None,,,,,,,"[{'screen_name': 'CharlieMilton', 'name': 'Charlie Milton', 'id': '40533008'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}, {'screen_name': 'Breakingviews', 'name': 'ReutersBreakingviews', 'id': '12794362'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2846,1080894483418365952,1080826496342605827,1546540301000.0,2019-01-03 18:31:41,+0000,,"@minliangtan @c4mer0n @burnflare @KroegerOve Btw, I like your gaming equipment",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1080894483418365952,[],[],0,,False,5171,88,409,,None,,,,,,,"[{'screen_name': 'minliangtan', 'name': 'Min-Liang Tan', 'id': '26906309'}, {'screen_name': 'c4mer0n', 'name': 'Cameron 🌐', 'id': '14180659'}, {'screen_name': 'burnflare', 'name': 'Vishnu Prem', 'id': '777885'}, {'screen_name': 'KroegerOve', 'name': 'Ove Kroeger T&T Emobility', 'id': '1031636845027885058'}]",,,, +2847,1080894111337439233,1080826496342605827,1546540212000.0,2019-01-03 18:30:12,+0000,,"@minliangtan @c4mer0n @burnflare @KroegerOve Sounds great, will connect you with Tesla Energy",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1080894111337439233,[],[],0,,False,2235,22,63,,None,,,,,,,"[{'screen_name': 'minliangtan', 'name': 'Min-Liang Tan', 'id': '26906309'}, {'screen_name': 'c4mer0n', 'name': 'Cameron 🌐', 'id': '14180659'}, {'screen_name': 'burnflare', 'name': 'Vishnu Prem', 'id': '777885'}, {'screen_name': 'KroegerOve', 'name': 'Ove Kroeger T&T Emobility', 'id': '1031636845027885058'}]",,,, +2848,1080888452256657408,1080826496342605827,1546538863000.0,2019-01-03 18:07:43,+0000,,@c4mer0n @burnflare @KroegerOve Singapore has enough area to switch to solar/battery & be energy-independent,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1080888452256657408,[],[],0,,False,1075,20,59,,None,,,,,,,"[{'screen_name': 'c4mer0n', 'name': 'Cameron 🌐', 'id': '14180659'}, {'screen_name': 'burnflare', 'name': 'Vishnu Prem', 'id': '777885'}, {'screen_name': 'KroegerOve', 'name': 'Ove Kroeger T&T Emobility', 'id': '1031636845027885058'}]",,,, +2849,1080884388525555712,1080826496342605827,1546537894000.0,2019-01-03 17:51:34,+0000,,"@vincent13031925 @KroegerOve Yes, support of the Chinese government is very much appreciated",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1080884388525555712,[],[],0,,False,742,31,50,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'KroegerOve', 'name': 'Ove Kroeger T&T Emobility', 'id': '1031636845027885058'}]",,,, +2850,1080829741056159744,1080826496342605827,1546524865000.0,2019-01-03 14:14:25,+0000,,@KroegerOve Govt has been unwelcome,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1080829741056159744,[],[],0,,False,1001,69,54,,None,,,,,,,"[{'screen_name': 'KroegerOve', 'name': 'Ove Kroeger T&T Emobility', 'id': '1031636845027885058'}]",,,, +2851,1080687039438180352,1080685293357871104,1546490843000.0,2019-01-03 04:47:23,+0000,,@XHNews Congratulations!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1080687039438180352,[],[],0,,False,14267,186,448,,None,,,,,,,"[{'screen_name': 'XHNews', 'name': 'China Xinhua News', 'id': '487118986'}]",,,, +2852,1080636120159870976,1080636120159870976,1546478702000.0,2019-01-03 01:25:02,+0000,,Great work by Tesla Team!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1080636120159870976,[],[],0,,False,32637,690,2355,https://twitter.com/InsideEVs/status/1080628997028040705,None,,,,,,,[],,,, +2853,1080000130407776264,1080000130407776264,1546327071000.0,2019-01-01 07:17:51,+0000,,Congratulations @Tesla team!! https://t.co/PBr9VVBv1S,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1080000130407776264,[],['https://pbs.twimg.com/media/DvzuXwEU8AEtZtE.jpg'],1,https://pbs.twimg.com/media/DvzuXwEU8AEtZtE.jpg,False,73785,1021,2957,,None,,,,,,,[],,,, +2854,1079951408231665664,1079816583906639872,1546315454000.0,2019-01-01 04:04:14,+0000,,@nichegamer Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1079951408231665664,[],[],0,,False,812,21,18,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2855,1079922484445495296,1079922126268686336,1546308558000.0,2019-01-01 02:09:18,+0000,,@IanReyTamayo Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1079922484445495296,[],[],0,,False,21202,857,760,,None,,,,,,,[],,,, +2856,1079895177970372608,1079895177970372608,1546302048000.0,2019-01-01 00:20:48,+0000,,Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1079895177970372608,[],[],0,,False,158689,5026,27252,,None,,,,,,,[],,,, +2857,1079819716892319744,1079819716892319744,1546284057000.0,2018-12-31 19:20:57,+0000,,Hope everyone has a happy New Year!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1079819716892319744,[],[],0,,False,147723,4605,13589,,None,,,,,,,[],,,, +2858,1079819504710967297,1079816583906639872,1546284006000.0,2018-12-31 19:20:06,+0000,,@DMC_Ryan Happy New Year!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1079819504710967297,[],[],0,,False,1285,68,52,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +2859,1079564797002182656,1079564797002182656,1546223279000.0,2018-12-31 02:27:59,+0000,,"Good summary of Tesla progress in 2018 by @cleantechnica (due to Tesla team, not me though) https://t.co/vZgYts9auG via @cleantechnica",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1079564797002182656,['https://cleantechnica.com/2018/12/30/2018-was-a-giant-awesome-year-for-tesla-because-elon-musk/'],[],0,,False,9092,296,917,,None,,,,,,,[],,,, +2860,1079469237230493696,1079155749077475328,1546200496000.0,2018-12-30 20:08:16,+0000,,@Ben757677 @vincent13031925 Thanks Tesla owners in China! Looking forward to visiting soon for the groundbreaking of Gigafactory Shanghai!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1079469237230493696,[],[],0,,False,2811,99,136,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +2861,1079459047252709377,1079457030060924928,1546198066000.0,2018-12-30 19:27:46,+0000,,"@Grimezsz Turns out if you take Dayquil, you exit The Matrix",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1079459047252709377,[],[],0,,False,14595,306,966,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2862,1078716366591483904,1078716366591483904,1546020998000.0,2018-12-28 18:16:38,+0000,,Excited to have Larry Ellison & Kathleen Wilson-Thompson join the Tesla board! https://t.co/CQyvkgsCsT,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1078716366591483904,[],"['https://pbs.twimg.com/media/Dvhe0B6UUAAbgNU.jpg', 'https://pbs.twimg.com/media/Dvhe0B5U8AAyZ16.jpg']",1,https://pbs.twimg.com/media/Dvhe0B6UUAAbgNU.jpg,False,36362,1019,2178,,None,,,,,,,[],,,, +2863,1078529476018008064,1078529330492321793,1545976439000.0,2018-12-28 05:53:59,+0000,,@NutmegTheRed @Tesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1078529476018008064,[],[],0,,False,538,40,19,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2864,1078395092090699776,1078383289356902401,1545944400000.0,2018-12-27 21:00:00,+0000,,@westcoastbill Tesla team did a great job!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1078395092090699776,[],[],0,,False,3780,100,142,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +2865,1078193151498567681,1078021840444903424,1545896253000.0,2018-12-27 07:37:33,+0000,,@teslaownersSV @alexraikos 2020,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1078193151498567681,[],[],0,,False,751,78,24,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +2866,1078192684433469440,1078021840444903424,1545896142000.0,2018-12-27 07:35:42,+0000,,@alexraikos Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1078192684433469440,[],[],0,,False,590,14,13,,None,,,,,,,[],,,, +2867,1078187280563560448,1077321639157731330,1545894854000.0,2018-12-27 07:14:14,+0000,,@SeanABragg @EcoHeliGuy @13ericralph31 @NCBirbhan @AwakenedParadi1 @demishassabis I will provide a detailed explanation in March/April,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1078187280563560448,[],[],0,,False,908,44,39,,None,,,,,,,"[{'screen_name': 'SeanABragg', 'name': 'Sean Bragg', 'id': '2547339619'}, {'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary #TeslaIndia🇮🇳', 'id': '2510241619'}, {'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +2868,1078185691475922944,1077321639157731330,1545894475000.0,2018-12-27 07:07:55,+0000,,@EcoHeliGuy @13ericralph31 @NCBirbhan @AwakenedParadi1 @demishassabis Time. Although it also turned out to be dramatically better.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1078185691475922944,[],[],0,,False,822,30,35,,None,,,,,,,"[{'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary #TeslaIndia🇮🇳', 'id': '2510241619'}, {'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +2869,1078184288032415744,1077321639157731330,1545894140000.0,2018-12-27 07:02:20,+0000,,@13ericralph31 @NCBirbhan @AwakenedParadi1 @demishassabis Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1078184288032415744,[],[],0,,False,693,10,23,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary #TeslaIndia🇮🇳', 'id': '2510241619'}, {'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +2870,1078182922643861504,1077321639157731330,1545893815000.0,2018-12-27 06:56:55,+0000,,@Kristennetten @13ericralph31 @AwakenedParadi1 @demishassabis Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1078182922643861504,[],[],0,,False,514,16,20,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +2871,1078180361346068480,1077321639157731330,1545893204000.0,2018-12-27 06:46:44,+0000,,@13ericralph31 @AwakenedParadi1 @demishassabis Probability at 60% & rising rapidly due to new architecture,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1078180361346068480,[],[],0,,False,1018,35,72,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +2872,1078177203592937472,1077321639157731330,1545892451000.0,2018-12-27 06:34:11,+0000,,@AwakenedParadi1 @demishassabis 30%,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1078177203592937472,[],[],0,,False,588,19,20,,None,,,,,,,"[{'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +2873,1078172950128283648,1077321639157731330,1545891437000.0,2018-12-27 06:17:17,+0000,,@demishassabis Congratulations,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1078172950128283648,[],[],0,,False,4633,47,125,,None,,,,,,,"[{'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +2874,1078139346811740160,1078021840444903424,1545883425000.0,2018-12-27 04:03:45,+0000,,@ckgaparajita Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1078139346811740160,[],[],0,,False,489,16,14,,None,,,,,,,"[{'screen_name': 'ckgaparajita', 'name': '🕉 Aparajita', 'id': '233624878'}]",,,, +2875,1078135761566720000,1078014421446799360,1545882571000.0,2018-12-27 03:49:31,+0000,,@whatsinside Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1078135761566720000,[],[],0,,False,1126,27,22,,None,,,,,,,"[{'screen_name': 'whatsinside', 'name': ""WHAT'S INSIDE?"", 'id': '3239203002'}]",,,, +2876,1078135544029184000,1078021840444903424,1545882519000.0,2018-12-27 03:48:39,+0000,,@5AllanLeVito Got it 😀🇺🇦,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1078135544029184000,[],[],0,,False,2622,67,416,,None,,,,,,,"[{'screen_name': '5AllanLeVito', 'name': 'vAnilla Love t', 'id': '2476622113'}]",,,, +2877,1078023397819305984,1078021840444903424,1545855781000.0,2018-12-26 20:23:01,+0000,,"@motorsep Definitely. All major highways in Texas will have Superchargers, all the way to Brownsville & across Mexico.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1078023397819305984,[],[],0,,False,826,37,36,,None,,,,,,,"[{'screen_name': 'motorsep', 'name': 'Alex 3yb0v', 'id': '120263833'}]",,,, +2878,1078022367673085953,1078021840444903424,1545855535000.0,2018-12-26 20:18:55,+0000,,@JimJimroger Yep,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1078022367673085953,[],[],0,,False,997,18,15,,None,,,,,,,"[{'screen_name': 'JimJimroger', 'name': 'Jim Roger Johansen #TSLA', 'id': '4092772127'}]",,,, +2879,1078022229927968768,1078021840444903424,1545855502000.0,2018-12-26 20:18:22,+0000,,@Dodo723 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1078022229927968768,[],[],0,,False,810,39,23,,None,,,,,,,"[{'screen_name': 'Dodo723', 'name': 'Mustata Alin', 'id': '573915049'}]",,,, +2880,1078021840444903424,1078021840444903424,1545855410000.0,2018-12-26 20:16:50,+0000,,"Yes. Supercharger coverage will extend to 100% of Europe next year. From Ireland to Kiev, from Norway to Turkey.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1078021840444903424,[],[],0,,False,17153,1528,1897,https://twitter.com/shortword/status/1078020855689547776,None,,,,,,,[],,,, +2881,1078014421446799360,1078014421446799360,1545853641000.0,2018-12-26 19:47:21,+0000,,"Most people don’t know that the Tesla Supercharger network allows easy long distance travel throughout USA, most of Europe, Canada and China https://t.co/ZzN9Tabq8C",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1078014421446799360,['https://www.tesla.com/findus?v=2&bounds=70.04727546592196%2C-72.3304073559143%2C-11.962870650187314%2C-138.2483761059143&zoom=3&filters=supercharger'],[],0,,False,14922,978,1284,,None,,,,,,,[],,,, +2882,1078012795847753728,1078000436697677824,1545853253000.0,2018-12-26 19:40:53,+0000,,@martinmeany We are dramatically increasing Tesla Superchargers within cities & working with landlords to add home charging to apartment buildings,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1078012795847753728,[],[],0,,False,811,43,51,,None,,,,,,,"[{'screen_name': 'martinmeany', 'name': 'Marty Meany', 'id': '443299036'}]",,,, +2883,1078012289255563264,1078012098821517312,1545853132000.0,2018-12-26 19:38:52,+0000,,@magoo5042 @Tesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1078012289255563264,[],[],0,,False,400,8,6,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2884,1078011986036707328,1078000436697677824,1545853060000.0,2018-12-26 19:37:40,+0000,,@JP_Cautillo Wow!,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1078011986036707328,[],[],0,,False,499,20,7,,None,,,,,,,"[{'screen_name': 'JP_Cautillo', 'name': 'John-Paul Cautillo', 'id': '816611765572222976'}]",,,, +2885,1078010341651492865,1078000436697677824,1545852668000.0,2018-12-26 19:31:08,+0000,,"@JT_Richards @MMelinot @chuckyyyd This is incorrect. Vast majority of vehicle motion is returned to the battery, as the electric motors act like a generator in reverse. Brake pads on a Tesla literally never need to be replaced for lifetime of the car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1078010341651492865,[],[],0,,False,6687,315,539,,None,,,,,,,"[{'screen_name': 'JT_Richards', 'name': 'J-T Richards', 'id': '411066461'}, {'screen_name': 'MMelinot', 'name': 'Michel Mélinot', 'id': '1046678207590797312'}, {'screen_name': 'chuckyyyd', 'name': 'charlie h.', 'id': '122572409'}]",,,, +2886,1078008530253148160,1078000436697677824,1545852236000.0,2018-12-26 19:23:56,+0000,,"Most importantly, every electric car, Tesla or otherwise, matters to the environment we all share. Every time someone chooses electric, the future gets a little bit brighter! If not Tesla, please take a look at these other options: https://t.co/FZVNlGWYgA",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1078008530253148160,['https://en.m.wikipedia.org/wiki/List_of_electric_cars_currently_available'],[],0,,False,19328,659,2201,,None,,,,,,,[],,,, +2887,1078004889597337600,1078000436697677824,1545851368000.0,2018-12-26 19:09:28,+0000,,"And, because electricity costs much less than gasoline, a Model 3 can cost about $1000 less per year to operate. Because it’s electric, there are no oil changes, smog checks, tuneups, fuel filter, or brake pad replacements.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1078004889597337600,[],[],0,,False,18352,623,1813,,None,,,,,,,[],,,, +2888,1078001984790118400,1078000436697677824,1545850676000.0,2018-12-26 18:57:56,+0000,,"There are also many state & local incentives, for example California offers $2500, plus $800 from utilities & access to carpool lane, Colorado $4000, etc https://t.co/lmD3ZNFR9M",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1078001984790118400,['https://www.tesla.com/support/incentives'],[],0,,False,4577,134,414,,None,,,,,,,[],,,, +2889,1078000436697677824,1078000436697677824,1545850307000.0,2018-12-26 18:51:47,+0000,,Reminder to US buyers that the $7500 tax credit cuts in half in 5 days! Order online at https://t.co/46TXqRrsdr to see if there is any inventory left in your region or visit Tesla stores.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1078000436697677824,['http://Tesla.com'],[],0,,False,12756,500,1233,,None,,,,,,,[],,,, +2890,1077623025900519424,1077623025900519424,1545760325000.0,2018-12-25 17:52:05,+0000,,Merry Christmas & goodwill to all!! ⛄️ 🎄 🎁 🎅 💝 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1077623025900519424,[],[],0,,False,185935,4317,15425,,None,,,,,,,[],,,, +2891,1077477602091257857,1077106553189093376,1545725653000.0,2018-12-25 08:14:13,+0000,,"@AndrewSamoylich @Erdayastronaut @13ericralph31 @grafikhure_de @StevenHardison No, Raptors must be shielded during atmospheric entry. Although, maybe not ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1077477602091257857,[],[],0,,False,830,37,27,,None,,,,,,,"[{'screen_name': 'AndrewSamoylich', 'name': 'Andrew Samoylich', 'id': '605485978'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +2892,1077477101815635968,1077291579054927872,1545725534000.0,2018-12-25 08:12:14,+0000,,"@lexfridman @Tesla @karpathy Thanks, hope you have a good holiday! Your insight on autonomy is excellent.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1077477101815635968,[],[],0,,False,7652,90,205,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +2893,1077460744793288704,1077423894271795200,1545721634000.0,2018-12-25 07:07:14,+0000,,@cleantechnica Sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1077460744793288704,[],[],0,,False,7169,318,230,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2894,1077374176460136448,1077374048177410049,1545700994000.0,2018-12-25 01:23:14,+0000,,@john_bowie Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1077374176460136448,[],[],0,,False,536,26,15,,None,,,,,,,"[{'screen_name': 'john_bowie', 'name': 'john_bowie', 'id': '15404939'}]",,,, +2895,1077353613997920257,1077106553189093376,1545696092000.0,2018-12-25 00:01:32,+0000,,"@Erdayastronaut @13ericralph31 @grafikhure_de @StevenHardison Leeward side needs nothing, windward side will be activity cooled with residual (cryo) liquid methane, so will appear liquid silver even on hot side",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1077353613997920257,[],[],0,,False,1665,119,114,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +2896,1077346612362371073,1077278851086991360,1545694423000.0,2018-12-24 23:33:43,+0000,,@vicentes @Tesla Glad you’re ok!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1077346612362371073,[],[],0,,False,26606,115,402,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2897,1077346382359322625,1077106553189093376,1545694368000.0,2018-12-24 23:32:48,+0000,,@grafikhure_de @StevenHardison Starship will look like liquid silver,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1077346382359322625,[],[],0,,False,1200,39,59,,None,,,,,,,"[{'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +2898,1077277688497197056,1076700164121751552,1545677990000.0,2018-12-24 18:59:50,+0000,,@elliemecham @whatsinside Haha 🤣,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1077277688497197056,[],[],0,,False,867,22,19,,None,,,,,,,"[{'screen_name': 'elliemecham', 'name': 'Ellie Mecham', 'id': '392395586'}, {'screen_name': 'whatsinside', 'name': ""WHAT'S INSIDE?"", 'id': '3239203002'}]",,,, +2899,1077124199636856832,1077106553189093376,1545641395000.0,2018-12-24 08:49:55,+0000,,@Kristennetten @rokosslav @grafikhure_de @StevenHardison Maybe,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1077124199636856832,[],[],0,,False,1563,63,32,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +2900,1077115813516066816,1077106553189093376,1545639396000.0,2018-12-24 08:16:36,+0000,,@rokosslav @grafikhure_de @StevenHardison Much less,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1077115813516066816,[],[],0,,False,1611,26,33,,None,,,,,,,"[{'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +2901,1077115129055956994,1077106553189093376,1545639233000.0,2018-12-24 08:13:53,+0000,,@grafikhure_de @StevenHardison Skin will get too hot for paint. Stainless mirror finish. Maximum relfectivity.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1077115129055956994,[],[],0,,False,2891,90,96,,None,,,,,,,"[{'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +2902,1077112458714566656,1077106553189093376,1545638596000.0,2018-12-24 08:03:16,+0000,,@Sloppy93 3,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1077112458714566656,[],[],0,,False,1500,28,31,,None,,,,,,,"[{'screen_name': 'Sloppy93', 'name': 'Alex Tutt', 'id': '913934962411409408'}]",,,, +2903,1077111607564464129,1077106553189093376,1545638393000.0,2018-12-24 07:59:53,+0000,,"@StevenHardison Usable strength/weight of full hard stainless at cryo is slightly better than carbon fiber, room temp is worse, high temp is vastly better",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1077111607564464129,[],[],0,,False,3064,69,120,,None,,,,,,,"[{'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +2904,1077109917595492352,1076977053042466821,1545637990000.0,2018-12-24 07:53:10,+0000,,"@DJSnM Yes, signal acquired from that dish",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1077109917595492352,[],[],0,,False,1239,17,30,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +2905,1077106553189093376,1077106553189093376,1545637188000.0,2018-12-24 07:39:48,+0000,,Stainless Steel Starship https://t.co/rRoiEKKrYc,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1077106553189093376,[],['https://pbs.twimg.com/media/DvKmsU1V4AE9Xqr.jpg'],1,https://pbs.twimg.com/media/DvKmsU1V4AE9Xqr.jpg,False,97208,2352,8216,,None,,,,,,,[],,,, +2906,1077105238333517825,1076930534994071552,1545636875000.0,2018-12-24 07:34:35,+0000,,@nextPlanetOver @WorldAndScience Which seems to be the approximate pixel size of reality,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1077105238333517825,[],[],0,,False,928,31,30,,None,,,,,,,"[{'screen_name': 'nextPlanetOver', 'name': '.', 'id': '879103588752117760'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +2907,1077104665399947264,1076930534994071552,1545636738000.0,2018-12-24 07:32:18,+0000,,@nextPlanetOver @WorldAndScience When it’s no longer noticeable over Planck’s length,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1077104665399947264,[],[],0,,False,781,19,24,,None,,,,,,,"[{'screen_name': 'nextPlanetOver', 'name': '.', 'id': '879103588752117760'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +2908,1076984701804412928,1076930534994071552,1545608136000.0,2018-12-23 23:35:36,+0000,,@WorldAndScience Yes! People are almost always surprised to learn that Earth’s gravitational reach is infinite. “Zero gravity” is achieved by zooming around Earth super fast until outward acceleration equals inward acceleration of gravity.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1076984701804412928,[],[],0,,False,28002,613,2101,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +2909,1076977053042466821,1076977053042466821,1545606313000.0,2018-12-23 23:05:13,+0000,,At SpaceX Boca Chica launch site in Texas https://t.co/MtxkuhDDdE,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1076977053042466821,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1076976619695165440/pu/img/MTUs89hugUS5VmhV.jpg,False,29639,655,2378,,None,,,,,,,[],,,, +2910,1076905111597662208,1076905111597662208,1545589161000.0,2018-12-23 18:19:21,+0000,,Amazing space progress by China. This year they did more orbital launches than the USA for the first time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1076905111597662208,[],[],0,,False,24407,589,2326,https://twitter.com/sciam/status/1076888923790553088,None,,,,,,,[],,,, +2911,1076864234695192576,1076864234695192576,1545579415000.0,2018-12-23 15:36:55,+0000,,Engineering is true magic,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1076864234695192576,[],[],0,,False,216823,4052,38907,,None,,,,,,,[],,,, +2912,1076850433262444544,1076700164121751552,1545576124000.0,2018-12-23 14:42:04,+0000,,@nichegamer Yezzz,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1076850433262444544,[],[],0,,False,690,37,23,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2913,1076848882196205568,1076720837263282178,1545575755000.0,2018-12-23 14:35:55,+0000,,@LeilaniMunter @Tesla @HickoryPD @StephenAtHome @cleanairNC @cleanenergyorg @CMPD How bizarre. Sorry to hear that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1076848882196205568,[],[],0,,False,4375,170,112,,None,,,,,,,"[{'screen_name': 'LeilaniMunter', 'name': 'Leilani Münter', 'id': '15650636'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'HickoryPD', 'name': 'Hickory PD', 'id': '2384088236'}, {'screen_name': 'StephenAtHome', 'name': 'Stephen Colbert', 'id': '16303106'}, {'screen_name': 'cleanairNC', 'name': 'Clean Air Carolina', 'id': '61569777'}, {'screen_name': 'cleanenergyorg', 'name': 'Southern Alliance for Clean Energy', 'id': '92029221'}, {'screen_name': 'CMPD', 'name': 'CMPD News', 'id': '348056993'}]",,,, +2914,1076710801283543041,1076700164121751552,1545542834000.0,2018-12-23 05:27:14,+0000,,@nichegamer Putting in little outward-facing speakers would open up a lot of opportunities …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1076710801283543041,[],[],0,,False,4306,149,85,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2915,1076700164121751552,1076700164121751552,1545540297000.0,2018-12-23 04:44:57,+0000,,Please put “invented car fart” on my gravestone. This is my only request.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1076700164121751552,[],[],0,,False,164815,2767,16633,,None,,,,,,,[],,,, +2916,1076686201061404672,1076549215151566848,1545536968000.0,2018-12-23 03:49:28,+0000,,@Robotbeat @Jon128123 @Diver2441 @Erdayastronaut @NASASpaceflight @_Synders @John_Gardi @martinengwicht @JeromeJaccard @alan1bernard Our superalloy foundry is now almost fully operational. This allows rapid iteration on Raptor.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1076686201061404672,[],[],0,,False,1005,50,63,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'Jon128123', 'name': 'Jonathan', 'id': '936345360993222656'}, {'screen_name': 'Diver2441', 'name': 'Diver', 'id': '373562488'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2917,1076684059827302400,1076549215151566848,1545536458000.0,2018-12-23 03:40:58,+0000,,"@Robotbeat @Jon128123 @Diver2441 @Erdayastronaut @NASASpaceflight @_Synders @John_Gardi @martinengwicht @JeromeJaccard @alan1bernard SpaceX metallurgy team developed SX500 superalloy for 12000 psi, hot oxygen-rich gas. It was hard. Almost any metal turns into a flare in those conditions.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1076684059827302400,[],[],0,,False,1122,42,98,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'Jon128123', 'name': 'Jonathan', 'id': '936345360993222656'}, {'screen_name': 'Diver2441', 'name': 'Diver', 'id': '373562488'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2918,1076647564357787649,1076549215151566848,1545527757000.0,2018-12-23 01:15:57,+0000,,@BENBALLER Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1076647564357787649,[],[],0,,False,1137,17,58,,None,,,,,,,"[{'screen_name': 'BENBALLER', 'name': 'BEN BALLER™', 'id': '18210908'}]",,,, +2919,1076619460562247680,1076549215151566848,1545521056000.0,2018-12-22 23:24:16,+0000,,"@Erdayastronaut @NASASpaceflight @_Synders @John_Gardi @martinengwicht @JeromeJaccard @Robotbeat @alan1bernard It’s embarrassing that Boeing/Lockheed need to use a Russian engine on Atlas, but that engine design is brilliant",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1076619460562247680,[],[],0,,False,2019,104,190,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2920,1076618886932353024,1076549215151566848,1545520919000.0,2018-12-22 23:21:59,+0000,,"@Erdayastronaut @NASASpaceflight @_Synders @John_Gardi @martinengwicht @JeromeJaccard @Robotbeat @alan1bernard You def don’t want electric pumps on a rocket engine! Raptor turbopumps alone need 100,000 horsepower per engine. That’s not a typo.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1076618886932353024,[],[],0,,False,1245,46,72,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2921,1076618077301665793,1076549215151566848,1545520726000.0,2018-12-22 23:18:46,+0000,,"@Erdayastronaut @NASASpaceflight @_Synders @John_Gardi @martinengwicht @JeromeJaccard @Robotbeat @alan1bernard Yes, full flow, gas-gas, staged combustion. Will take us time to work up to 300 bar. That is a mad level.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1076618077301665793,[],[],0,,False,1229,36,59,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2922,1076616737020231681,1076549215151566848,1545520407000.0,2018-12-22 23:13:27,+0000,,@NASASpaceflight @_Synders @John_Gardi @martinengwicht @Erdayastronaut @JeromeJaccard @Robotbeat @alan1bernard Yes. Radically redesigned Raptor ready to fire next month.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1076616737020231681,[],[],0,,False,1515,69,93,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2923,1076615094086193152,1076549215151566848,1545520015000.0,2018-12-22 23:06:55,+0000,,"@Erdayastronaut @ludan27 @JeromeJaccard @Robotbeat @alan1bernard Seriously! We are just on the wrong planet for SSTO. Mars, no problem.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1076615094086193152,[],[],0,,False,1363,48,61,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'ludan27', 'name': 'Luca Garbarini', 'id': '2875151365'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2924,1076614135138312192,1076549215151566848,1545519786000.0,2018-12-22 23:03:06,+0000,,"@_Synders @John_Gardi @martinengwicht @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard Starlink V1 on Falcon, V2+ on Starship. Basically, all future products will contain either the word “star” or “link” 😀",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1076614135138312192,[],[],0,,False,1414,37,72,,None,,,,,,,"[{'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2925,1076613555091234816,1076549215151566848,1545519648000.0,2018-12-22 23:00:48,+0000,,"@ludan27 @Erdayastronaut @JeromeJaccard @Robotbeat @alan1bernard Yes, but single stage to orbit with no payload is pointless. Add Super Heavy rocket booster & orbital payload is gigantic. Only need booster on Earth, due to deep gravity well & thick atmosphere. Starship alone on moons & Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1076613555091234816,[],[],0,,False,1135,33,62,,None,,,,,,,"[{'screen_name': 'ludan27', 'name': 'Luca Garbarini', 'id': '2875151365'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2926,1076612546793095168,1076549215151566848,1545519408000.0,2018-12-22 22:56:48,+0000,,@John_Gardi @martinengwicht @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard Coldformed at cryo,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076612546793095168,[],[],0,,False,841,18,25,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2927,1076612033011826688,1076549215151566848,1545519285000.0,2018-12-22 22:54:45,+0000,,"@Malcolmmarsman @TheMuddySchmuck @martinengwicht @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard This test hopper is at full body diameter of 9m / 30 ft, just not full height. Super Heavy will be full height & diameter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076612033011826688,[],[],0,,False,724,26,47,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'TheMuddySchmuck', 'name': 'Muddy Schmuck 🇺🇸🇹🇼🇭🇰🇮🇱', 'id': '20160570'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2928,1076611280700530688,1076549215151566848,1545519106000.0,2018-12-22 22:51:46,+0000,,@TheMuddySchmuck @martinengwicht @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard We’re building subsections of the Starship Mk I orbital design there,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076611280700530688,[],[],0,,False,647,14,35,,None,,,,,,,"[{'screen_name': 'TheMuddySchmuck', 'name': 'Muddy Schmuck 🇺🇸🇹🇼🇭🇰🇮🇱', 'id': '20160570'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2929,1076610926491496448,1076549215151566848,1545519021000.0,2018-12-22 22:50:21,+0000,,@thescalex @Jonas123denmark @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076610926491496448,[],[],0,,False,803,20,20,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2930,1076609328239374336,1076549215151566848,1545518640000.0,2018-12-22 22:44:00,+0000,,"@martinengwicht @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard For sheet/plate, at supplier made to our spec. For cast, in our Hawthorne foundry.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076609328239374336,[],[],0,,False,939,19,39,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2931,1076608854643814400,1076549215151566848,1545518528000.0,2018-12-22 22:42:08,+0000,,@johnkrausphotos @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076608854643814400,[],[],0,,False,941,24,29,,None,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2932,1076608579652616192,1076549215151566848,1545518462000.0,2018-12-22 22:41:02,+0000,,"@Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard I will do a full technical presentation of Starship after the test vehicle we’re building in Texas flies, so hopefully March/April",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076608579652616192,[],[],0,,False,2304,91,242,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2933,1076607861952671744,1076549215151566848,1545518291000.0,2018-12-22 22:38:11,+0000,,"@Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard Yup. Actually, the only significant design element in common with early Atlas is stainless steel & we’re using a different alloy mix. I super ♥️ 300 Series Stainless!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076607861952671744,[],[],0,,False,1718,43,74,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2934,1076606482332807168,1076549215151566848,1545517962000.0,2018-12-22 22:32:42,+0000,,"@Erdayastronaut @JeromeJaccard @Robotbeat @alan1bernard While there are some material similarities, Starship is very different from the Atlas design",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076606482332807168,[],[],0,,False,1156,35,48,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2935,1076595190658265088,1076549215151566848,1545515270000.0,2018-12-22 21:47:50,+0000,,"@Erdayastronaut @JeromeJaccard @Robotbeat @alan1bernard Stainless steel is correct, but different mixture of alloys & new architecture. Unlike Atlas, Starship is buckling stable on launchpad even when unpressurized.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1076595190658265088,[],[],0,,False,2033,80,145,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2936,1076554450720837632,1076549215151566848,1545505557000.0,2018-12-22 19:05:57,+0000,,"@wangmeister If Tesla committed delivery & customer made good faith efforts to receive before year end, Tesla will cover the tax credit difference",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1076554450720837632,[],[],0,,False,1333,74,106,,None,,,,,,,"[{'screen_name': 'wangmeister', 'name': 'WangMeister', 'id': '1269764781520465920'}]",,,, +2937,1076553576216850432,1076549215151566848,1545505348000.0,2018-12-22 19:02:28,+0000,,@alan1bernard Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1076553576216850432,[],[],0,,False,1277,27,26,,None,,,,,,,"[{'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +2938,1076553242622849024,1076549215151566848,1545505269000.0,2018-12-22 19:01:09,+0000,,"@wangmeister It will be tight, but Tesla production should have all mid-range Model 3 orders delivered by year end",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1076553242622849024,[],[],0,,False,766,14,30,,None,,,,,,,"[{'screen_name': 'wangmeister', 'name': 'WangMeister', 'id': '1269764781520465920'}]",,,, +2939,1076550054607908864,1076549962383556608,1545504509000.0,2018-12-22 18:48:29,+0000,,@MikeKasprzik @Tesla Try connecting to WiFi,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1076550054607908864,[],[],0,,False,440,14,13,,None,,,,,,,"[{'screen_name': 'MikeKasprzik', 'name': 'Mike Kasprzik', 'id': '2396923568'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2940,1076549215151566848,1076549215151566848,1545504308000.0,2018-12-22 18:45:08,+0000,,"Tesla has released all cars for sale where original customer can’t take delivery before year end, as well as test drive / display cars, which cost less. Reminder to US buyers that $7500 tax credit drops in half in 8 days. Order online at https://t.co/46TXqRrsdr or visit stores.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1076549215151566848,['http://Tesla.com'],[],0,,False,14129,798,1428,,None,,,,,,,[],,,, +2941,1076387441915752454,1075976916530806784,1545465739000.0,2018-12-22 08:02:19,+0000,,@quantumVerd @QuilletteM @pewdiepie Only if Dawkins joins,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1076387441915752454,[],[],0,,False,10077,189,502,,None,,,,,,,"[{'screen_name': 'quantumVerd', 'name': 'Guillaume Verdon', 'id': '48144742'}, {'screen_name': 'QuilletteM', 'name': 'Quillette', 'id': '1083500812758904837'}, {'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +2942,1076386406698602497,1075976916530806784,1545465492000.0,2018-12-22 07:58:12,+0000,,@QuilletteM Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1076386406698602497,[],[],0,,False,34633,617,1657,,None,,,,,,,"[{'screen_name': 'QuilletteM', 'name': 'Quillette', 'id': '1083500812758904837'}]",,,, +2943,1076082661016297472,1076020860173996032,1545393073000.0,2018-12-21 11:51:13,+0000,,@Shedletsky 👌,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/1076082661016297472,[],[],0,,False,2989,48,59,,None,,,,,,,"[{'screen_name': 'Shedletsky', 'name': 'John Shedletsky and 3,154,054 others', 'id': '30060311'}]",,,, +2944,1076081614562578432,1076081614562578432,1545392824000.0,2018-12-21 11:47:04,+0000,,💛 Bajirao Mastani 💛 https://t.co/XbmDpiyfOP https://t.co/DZyV6S7TJZ,in,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/1076081614562578432,['https://m.youtube.com/watch?v=h6lHUn20J5g'],['https://pbs.twimg.com/tweet_video_thumb/Du8ChI6V4AAMXSi.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/Du8ChI6V4AAMXSi.jpg,False,58932,3929,11144,,None,,,,,,,[],,,, +2945,1076020860173996032,1076020860173996032,1545378339000.0,2018-12-21 07:45:39,+0000,,"Anxiety is a scalar, fear is a vector",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1076020860173996032,[],[],0,,False,158824,2998,33792,,None,,,,,,,[],,,, +2946,1075999978420547585,1075509421260697602,1545373360000.0,2018-12-21 06:22:40,+0000,,@MiLeung Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1075999978420547585,[],[],0,,False,2091,50,58,,None,,,,,,,"[{'screen_name': 'MiLeung', 'name': 'Mike', 'id': '2300943354'}]",,,, +2947,1075999491159818240,1075591313469300737,1545373244000.0,2018-12-21 06:20:44,+0000,,@chrinder Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1075999491159818240,[],[],0,,False,3784,37,85,,None,,,,,,,"[{'screen_name': 'chrinder', 'name': 'Christian Anderson', 'id': '5190131'}]",,,, +2948,1075996412985241600,1075974199452360704,1545372510000.0,2018-12-21 06:08:30,+0000,,@WWERollins Namaste 🙏,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1075996412985241600,[],[],0,,False,26301,521,1250,,None,,,,,,,"[{'screen_name': 'WWERollins', 'name': 'Seth Rollins', 'id': '122555803'}]",,,, +2949,1075926481421897728,1075920279086391296,1545355837000.0,2018-12-21 01:30:37,+0000,,@Taraustralis Needs a warmup,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1075926481421897728,[],[],0,,False,12145,433,400,,None,,,,,,,"[{'screen_name': 'Taraustralis', 'name': 'Taraustralis', 'id': '1006232250'}]",,,, +2950,1075790799982419968,1075789698776350720,1545323488000.0,2018-12-20 16:31:28,+0000,,@Space_Station @AstroAnnimal @Astro_DavidS Must feel amazing up there in microgravity zooming around the Earth every 90 minutes! Hope you have a Merry Christmas!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1075790799982419968,[],[],0,,False,8308,121,291,,None,,,,,,,"[{'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'AstroAnnimal', 'name': 'Anne McClain', 'id': '1533844754'}, {'screen_name': 'Astro_DavidS', 'name': 'David Saint-Jacques', 'id': '351621695'}]",,,, +2951,1075776717011050496,1075113483358912512,1545320130000.0,2018-12-20 15:35:30,+0000,,"@JohnKasich Thanks, will consider next year",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1075776717011050496,[],[],0,,False,16753,300,474,,None,,,,,,,"[{'screen_name': 'JohnKasich', 'name': 'John Kasich', 'id': '18020081'}]",,,, +2952,1075624663546441728,1075518412200144896,1545283878000.0,2018-12-20 05:31:18,+0000,,"@nichegamer @boringcompany So long as the tunnels are spaced about one diameter apart, most of the stress will flow around them, but this won’t matter for the first few layers",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1075624663546441728,[],[],0,,False,880,28,40,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +2953,1075584037115158530,1075584037115158530,1545274192000.0,2018-12-20 02:49:52,+0000,,Tesla phone app release next week will enable service scheduling in 2 mins with a few taps. No more need to call!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1075584037115158530,[],[],0,,False,22285,685,1222,,None,,,,,,,[],,,, +2954,1075577037803245568,1075445380521844736,1545272523000.0,2018-12-20 02:22:03,+0000,,@wolfejosh 😴,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1075577037803245568,[],[],0,,False,648,50,22,,None,,,,,,,"[{'screen_name': 'wolfejosh', 'name': 'Josh Wolfe', 'id': '15370019'}]",,,, +2955,1075567834506321920,1075445380521844736,1545270329000.0,2018-12-20 01:45:29,+0000,,@Itsjoeco @wolfejosh 💨,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1075567834506321920,[],[],0,,False,740,40,20,,None,,,,,,,"[{'screen_name': 'Itsjoeco', 'name': 'Joe Colangelo', 'id': '294682376'}, {'screen_name': 'wolfejosh', 'name': 'Josh Wolfe', 'id': '15370019'}]",,,, +2956,1075565544676290560,1075445380521844736,1545269783000.0,2018-12-20 01:36:23,+0000,,@wolfejosh 💨,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1075565544676290560,[],[],0,,False,3025,116,118,,None,,,,,,,"[{'screen_name': 'wolfejosh', 'name': 'Josh Wolfe', 'id': '15370019'}]",,,, +2957,1075561530081521664,1075561530081521664,1545268826000.0,2018-12-20 01:20:26,+0000,,"As a thank you to Tesla short sellers, we named a 💨 after them haha https://t.co/5GCgM4RT4W",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1075561530081521664,['https://techcrunch.com/2018/12/19/listen-to-a-tesla-make-6-farting-noises-on-demand/'],[],0,,False,14836,673,1535,,None,,,,,,,[],,,, +2958,1075523305489068032,1075518767118065668,1545259712000.0,2018-12-19 22:48:32,+0000,,@c7five @Jaku 👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1075523305489068032,[],[],0,,False,508,19,11,,None,,,,,,,"[{'screen_name': 'c7five', 'name': 'Nicholas J. Percoco', 'id': '32495046'}, {'screen_name': 'Jaku', 'name': 'Jaku', 'id': '5156901'}]",,,, +2959,1075518412200144896,1075518412200144896,1545258546000.0,2018-12-19 22:29:06,+0000,,"Perhaps lost in the transport debate is that @boringcompany built a 6000 ft tunnel in LA for ~$10M with V1 (Godot). Next tunnel will be made with V2 (Line-Storm). V3 (Prufrock), aspirationally 10X better, should be operational next year. For reference: https://t.co/LS4EhN57Mw",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1075518412200144896,['https://www.citylab.com/transportation/2018/01/why-its-so-expensive-to-build-urban-rail-in-the-us/551408/'],[],0,,False,12838,672,1497,,None,,,,,,,[],,,, +2960,1075509421260697602,1075509421260697602,1545256402000.0,2018-12-19 21:53:22,+0000,,Join our underground movement!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1075509421260697602,[],[],0,,False,122211,3976,8633,,None,,,,,,,[],,,, +2961,1075508694832406531,1075227467239940096,1545256229000.0,2018-12-19 21:50:29,+0000,,"@DeadstockNYC Reverse back down (using same roller guide wheels, so no skill required) & tow or flatbed it out",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1075508694832406531,[],[],0,,False,456,13,13,,None,,,,,,,"[{'screen_name': 'DeadstockNYC', 'name': 'DeadstockNYC', 'id': '217416589'}]",,,, +2962,1075507842826723328,1075457030620569600,1545256026000.0,2018-12-19 21:47:06,+0000,,@vicentes @Attack @Tesla Ok 😀💨,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1075507842826723328,[],[],0,,False,1470,32,52,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'Attack', 'name': 'Kevin Pereira', 'id': '9275742'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2963,1075479386839642112,1075468125221441536,1545249241000.0,2018-12-19 19:54:01,+0000,,@EcoHeliGuy @Erdayastronaut @martinengwicht @realkrauswife @Tesla Autopilot doesn’t need the guide wheels. They’re only there if there is a complete system failure. Turns will definitely be banked in future.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075479386839642112,[],[],0,,False,587,26,36,,None,,,,,,,"[{'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'realkrauswife', 'name': 'Rachel Kraus', 'id': '292781918'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2964,1075477156199710720,1075477156199710720,1545248710000.0,2018-12-19 19:45:10,+0000,,Are tunnels safe in an earthquake? https://t.co/vxcZ2Hi2qx,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075477156199710720,[],['https://pbs.twimg.com/media/DuzcxX6U0AAN8HG.jpg'],1,https://pbs.twimg.com/media/DuzcxX6U0AAN8HG.jpg,False,38151,893,4041,,None,,,,,,,[],,,, +2965,1075475853516001281,1075468125221441536,1545248399000.0,2018-12-19 19:39:59,+0000,,@Robotbeat @michaelknaepen @ElSchumi @FredericLambert @boringcompany Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075475853516001281,[],[],0,,False,453,32,23,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'michaelknaepen', 'name': 'Michael Knaepen', 'id': '276127736'}, {'screen_name': 'ElSchumi', 'name': 'Elmar', 'id': '17720198'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +2966,1075475761581027328,1075468125221441536,1545248377000.0,2018-12-19 19:39:37,+0000,,"@Erdayastronaut @martinengwicht @realkrauswife @Tesla The guides are basically just a wheel, a shock absorber & a solenoid. Costs a few hundred dollars in volume.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075475761581027328,[],[],0,,False,748,43,32,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'realkrauswife', 'name': 'Rachel Kraus', 'id': '292781918'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2967,1075474965632212992,1075468125221441536,1545248187000.0,2018-12-19 19:36:27,+0000,,"@MattRemp Yeah, it would allow many streets to become parks and walking areas. Less concrete, more trees.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075474965632212992,[],[],0,,False,996,44,70,,None,,,,,,,"[{'screen_name': 'MattRemp', 'name': 'Matt Rempel', 'id': '180537492'}]",,,, +2968,1075474378148667392,1075468125221441536,1545248047000.0,2018-12-19 19:34:07,+0000,,"@martinengwicht @realkrauswife Probably only need three types: straight ramp, spiral ramp & elevator. Latter only for tight spaces.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075474378148667392,[],[],0,,False,557,8,25,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'realkrauswife', 'name': 'Rachel Kraus', 'id': '292781918'}]",,,, +2969,1075473821937717248,1075468125221441536,1545247915000.0,2018-12-19 19:31:55,+0000,,"@ElSchumi @FredericLambert @boringcompany Passive lateral safety is required by regulators & I think they’re right. Might be able to build this into the tunnel wall though. So long as the vehicle is prevented by physics from rolling or jackknifing, there is probably a good safety argument.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075473821937717248,[],[],0,,False,454,16,25,,None,,,,,,,"[{'screen_name': 'ElSchumi', 'name': 'Elmar', 'id': '17720198'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +2970,1075472770358697984,1075468125221441536,1545247664000.0,2018-12-19 19:27:44,+0000,,"@FredericLambert @boringcompany You’re right. We did have a sim ready, but it was confusing, so I didn’t include it. We’re working on one that makes things clear.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075472770358697984,[],[],0,,False,1381,39,47,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +2971,1075471897775681536,1075468125221441536,1545247456000.0,2018-12-19 19:24:16,+0000,,"@realkrauswife Pop up, park and walk!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075471897775681536,[],[],0,,False,538,12,22,,None,,,,,,,"[{'screen_name': 'realkrauswife', 'name': 'Rachel Kraus', 'id': '292781918'}]",,,, +2972,1075471709224849408,1075468125221441536,1545247411000.0,2018-12-19 19:23:31,+0000,,@realkrauswife I know that area well. Best would be to add ramps into the tunnel system from the basement levels of the parking lots surrounding 3rd St.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075471709224849408,[],[],0,,False,552,10,26,,None,,,,,,,"[{'screen_name': 'realkrauswife', 'name': 'Rachel Kraus', 'id': '292781918'}]",,,, +2973,1075470694568288256,1075468125221441536,1545247169000.0,2018-12-19 19:19:29,+0000,,"If all vehicles were densely seated buses, throughput in excess of 100,000 people per hour per lane is possible, but better to offer a range of vehicles & let people decide what makes them happy",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075470694568288256,[],[],0,,False,11031,313,485,,None,,,,,,,[],,,, +2974,1075469603503915008,1075468125221441536,1545246909000.0,2018-12-19 19:15:09,+0000,,"A variety of vehicles, like normal roads, from a small car to a densely seated bus. Must be seated & belted for high speed safety.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075469603503915008,[],[],0,,False,9745,137,396,,None,,,,,,,[],,,, +2975,1075468125221441536,1075468125221441536,1545246556000.0,2018-12-19 19:09:16,+0000,,Next step for @BoringCompany Loop is demonstrating high throughput at high speed. Target is 4000 vehicles/hour at 155mph (250km/h).,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075468125221441536,[],[],0,,False,26985,858,2235,,None,,,,,,,[],,,, +2976,1075238526566916101,1075227467239940096,1545191816000.0,2018-12-19 03:56:56,+0000,,@joshjob42 @flaneur @boringcompany Precisely,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075238526566916101,[],[],0,,False,1024,58,40,,None,,,,,,,"[{'screen_name': 'joshjob42', 'name': 'Josh Job 🌐🧦🥑', 'id': '285908278'}, {'screen_name': 'flaneur', 'name': 'Matthew Ogle', 'id': '1859981'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +2977,1075238045731811328,1075152373880782848,1545191701000.0,2018-12-19 03:55:01,+0000,,Presentation starting at 8:15,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075238045731811328,[],[],0,,False,8010,357,328,,None,,,,,,,[],,,, +2978,1075233198181761029,1075227467239940096,1545190545000.0,2018-12-19 03:35:45,+0000,,"@CasPiancey @boringcompany This *is* affordable mass transit, but better in that it takes you where and when you to go",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075233198181761029,[],[],0,,False,1030,67,55,,None,,,,,,,"[{'screen_name': 'CasPiancey', 'name': 'Cas “The Wolf of No Street” Piancey', 'id': '801191868969013248'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +2979,1075232313082929154,1075232313082929154,1545190334000.0,2018-12-19 03:32:14,+0000,,"The demo ride takes you in *same* car on road, down elevator, zips through tunnel using guide wheels, up elevator at destination & then drives on normal roads back to start",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075232313082929154,[],[],0,,False,23058,556,1413,,None,,,,,,,[],,,, +2980,1075230308545454080,1075227467239940096,1545189857000.0,2018-12-19 03:24:17,+0000,,"@flaneur @boringcompany Actually way more capacity, way faster & way more convenient. Subways are fine, but it’s time to upgrade to something better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075230308545454080,[],[],0,,False,2774,188,169,,None,,,,,,,"[{'screen_name': 'flaneur', 'name': 'Matthew Ogle', 'id': '1859981'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +2981,1075229709393252352,1075227467239940096,1545189714000.0,2018-12-19 03:21:54,+0000,,All Boring Loops will include continuously circulating cars dedicated to pedestrians & cyclists,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075229709393252352,[],[],0,,False,14941,279,851,,None,,,,,,,[],,,, +2982,1075229250817470464,1075227467239940096,1545189604000.0,2018-12-19 03:20:04,+0000,,"Capable of traveling safely at over 150mph. At that speed, it will feel like teleporting within a city.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075229250817470464,[],[],0,,False,20463,373,1515,,None,,,,,,,[],,,, +2983,1075228679221858304,1075227467239940096,1545189468000.0,2018-12-19 03:17:48,+0000,,@alanrrios @boringcompany Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075228679221858304,[],[],0,,False,1008,30,42,,None,,,,,,,"[{'screen_name': 'alanrrios', 'name': 'alan', 'id': '1343593128'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +2984,1075227724430471168,1075227467239940096,1545189240000.0,2018-12-19 03:14:00,+0000,,"This can be applied to any autonomous, electric vehicle, not just Tesla",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075227724430471168,[],[],0,,False,14310,257,745,,None,,,,,,,[],,,, +2985,1075227467239940096,1075227467239940096,1545189179000.0,2018-12-19 03:12:59,+0000,,Tesla in @boringcompany tunnel with retractable wheel gear that turns a car into a rail-guided train & back again https://t.co/3a6i0NoSmi,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075227467239940096,[],['https://pbs.twimg.com/media/Duv5rZLWoAArzak.jpg'],1,https://pbs.twimg.com/media/Duv5rZLWoAArzak.jpg,False,56270,1480,8245,,None,,,,,,,[],,,, +2986,1075152373880782848,1075152373880782848,1545171275000.0,2018-12-18 22:14:35,+0000,,Boring product launch will be streamed live at 8pm California time tonight https://t.co/bwRt49d34V,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1075152373880782848,['http://boringcompany.com'],[],0,,False,20795,702,2549,,None,,,,,,,[],,,, +2987,1075144691786539008,1075118947857588225,1545169444000.0,2018-12-18 21:44:04,+0000,,@kirstenkorosec @TechCrunch @boringcompany Boring is developing an entirely new system of transport,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1075144691786539008,[],[],0,,False,579,52,38,,None,,,,,,,"[{'screen_name': 'kirstenkorosec', 'name': 'Kirsten Korosec', 'id': '20009841'}, {'screen_name': 'TechCrunch', 'name': 'TechCrunch', 'id': '816653'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +2988,1075138226094989312,1056027618296836098,1545167902000.0,2018-12-18 21:18:22,+0000,,@Model3Owners Same applies to those who didn’t order PUP,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1075138226094989312,[],[],0,,False,558,71,28,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +2989,1075131830913777664,1075118947857588225,1545166378000.0,2018-12-18 20:52:58,+0000,,@TweetReinhard @TechCrunch Exactly. It’s a good way to go. Get people with more money to pay for the development!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1075131830913777664,[],[],0,,False,638,18,23,,None,,,,,,,"[{'screen_name': 'TweetReinhard', 'name': 'Reinhard Kargl', 'id': '29801588'}, {'screen_name': 'TechCrunch', 'name': 'TechCrunch', 'id': '816653'}]",,,, +2990,1075131440688287744,1075118947857588225,1545166285000.0,2018-12-18 20:51:25,+0000,,"@oc_isly @TechCrunch Yeah, I wrote that back in 2006, almost 13 years ago!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1075131440688287744,[],[],0,,False,823,23,38,,None,,,,,,,"[{'screen_name': 'TechCrunch', 'name': 'TechCrunch', 'id': '816653'}]",,,, +2991,1075126514851602432,1075118947857588225,1545165110000.0,2018-12-18 20:31:50,+0000,,"@TechCrunch Clayton is wrong. New tech is always expensive. Tech disruption occurs at *high end*, eg computers & cell phones. It takes many design iterations & vast economies of scale to achieve mass market affordability. https://t.co/Z81VfL0yaz",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1075126514851602432,[],['https://pbs.twimg.com/media/Duud3WaVAAAZV2F.jpg'],1,https://pbs.twimg.com/media/Duud3WaVAAAZV2F.jpg,False,6107,211,491,,None,,,,,,,"[{'screen_name': 'TechCrunch', 'name': 'TechCrunch', 'id': '816653'}]",,,, +2992,1075047498379653120,1075047498379653120,1545146271000.0,2018-12-18 15:17:51,+0000,,Honored to work with amazing teams at SpaceX & Tesla!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1075047498379653120,[],[],0,,False,33618,653,2015,https://twitter.com/Teslarati/status/1075002416830054402,None,,,,,,,[],,,, +2993,1074918904852504576,1074764092018024448,1545115612000.0,2018-12-18 06:46:52,+0000,,@realrobcopeland @SpaceX Totally false. Buried in this incredibly misleading WSJ article is the actual statement from Thiel’s Founder’s Fund: “we have no concerns whatsoever.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1074918904852504576,[],[],0,,False,18049,429,929,,None,,,,,,,"[{'screen_name': 'realrobcopeland', 'name': 'Rob Copeland', 'id': '97966078'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2994,1074539163322540038,1074536693456347137,1545025075000.0,2018-12-17 05:37:55,+0000,,"@cleantechnica Same facts, same period of time, but extremely different reporting",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1074539163322540038,[],[],0,,False,8052,194,333,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2995,1074203983185567744,1074203199496540160,1544945161000.0,2018-12-16 07:26:01,+0000,,@cuppykait ‘Tis,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1074203983185567744,[],[],0,,False,2111,76,43,,None,,,,,,,"[{'screen_name': 'cuppykait', 'name': 'Kaitlin Granville', 'id': '20739977'}]",,,, +2996,1074203199496540160,1074203199496540160,1544944975000.0,2018-12-16 07:22:55,+0000,,Medieval Futurism,es,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1074203199496540160,[],[],0,,False,62406,983,4929,https://twitter.com/w00ki33/status/1074028244813279232,None,,,,,,,[],,,, +2997,1074175529413074944,1074175529413074944,1544938378000.0,2018-12-16 05:32:58,+0000,,Tesla 💨 app almost done. Important to get every note right!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1074175529413074944,[],[],0,,False,33768,796,1355,,None,,,,,,,[],,,, +2998,1074154185543696384,1073274501108969472,1544933289000.0,2018-12-16 04:08:09,+0000,,@richardbranson @virgingalactic @TheSpaceshipCo Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1074154185543696384,[],[],0,,False,1838,63,69,,None,,,,,,,"[{'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'virgingalactic', 'name': 'Virgin Galactic', 'id': '26208862'}, {'screen_name': 'TheSpaceshipCo', 'name': 'TheSpaceshipCompany', 'id': '373727589'}]",,,, +2999,1074057626550296576,1074052328993415168,1544910267000.0,2018-12-15 21:44:27,+0000,,@jallen0472 @vincent13031925 @Tesla The white seats are actually extremely stain resistant. You can spill red wine on the seats & just wipe it off.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1074057626550296576,[],[],0,,False,1538,100,91,,None,,,,,,,"[{'screen_name': 'jallen0472', 'name': 'Jason 🐏', 'id': '23261723'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3000,1074053000807608320,1073274501108969472,1544909164000.0,2018-12-15 21:26:04,+0000,,@richardbranson @virgingalactic @TheSpaceshipCo Congratulations!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1074053000807608320,[],[],0,,False,13021,132,403,,None,,,,,,,"[{'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'virgingalactic', 'name': 'Virgin Galactic', 'id': '26208862'}, {'screen_name': 'TheSpaceshipCo', 'name': 'TheSpaceshipCompany', 'id': '373727589'}]",,,, +3001,1074027943150551040,1074017743471443969,1544903190000.0,2018-12-15 19:46:30,+0000,,"In other words, you may be able to get a Tesla before the $7500 US tax credit drops in 2 weeks, even if you haven’t placed an order yet",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1074027943150551040,[],[],0,,False,8950,379,495,,None,,,,,,,[],,,, +3002,1074023720094642176,1074017743471443969,1544902183000.0,2018-12-15 19:29:43,+0000,,@ErikVlugt @annerajb You got it,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1074023720094642176,[],[],0,,False,1431,52,25,,None,,,,,,,"[{'screen_name': 'ErikVlugt', 'name': 'Erik Vlugt', 'id': '250914446'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +3003,1074022188108267520,1074017743471443969,1544901818000.0,2018-12-15 19:23:38,+0000,,@annerajb Pretty good. I have confirmation turned off on my engineering build & interventions are rare. Probably ready to enable no confirmation setting next month.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1074022188108267520,[],[],0,,False,1039,39,42,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +3004,1073849739257438208,1073849739257438208,1544860703000.0,2018-12-15 07:58:23,+0000,, https://t.co/E8fhyjN0pD,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1073849739257438208,[],['https://pbs.twimg.com/media/DucUouJXgAA7tSy.jpg'],1,https://pbs.twimg.com/media/DucUouJXgAA7tSy.jpg,False,97714,1442,10322,,None,,,,,,,[],,,, +3005,1073689393053855744,1073674377126993920,1544822474000.0,2018-12-14 21:21:14,+0000,,@HordurValsson @m_xalher @Tesla @ValueAnalyst1 👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1073689393053855744,[],[],0,,False,883,25,16,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}]",,,, +3006,1073507274419621888,1073427527169761280,1544779053000.0,2018-12-14 09:17:33,+0000,,@xi0n310 Zero Suit 😉,it,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1073507274419621888,[],[],0,,False,5056,117,890,,None,,,,,,,[],,,, +3007,1073429206321623040,1073427527169761280,1544760440000.0,2018-12-14 04:07:20,+0000,,@jeffects01 God Fire,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1073429206321623040,[],[],0,,False,1877,75,55,,None,,,,,,,"[{'screen_name': 'jeffects01', 'name': 'Jeffects', 'id': '410240296'}]",,,, +3008,1073427527169761280,1073427527169761280,1544760040000.0,2018-12-14 04:00:40,+0000,,💕🍜 ramen is sooo good🍜 💕,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1073427527169761280,[],[],0,,False,309072,6282,64708,,None,,,,,,,[],,,, +3009,1073423464155889665,1073396910084345856,1544759071000.0,2018-12-14 03:44:31,+0000,,@EricIdle Exactly 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1073423464155889665,[],[],0,,False,2698,50,48,,None,,,,,,,"[{'screen_name': 'EricIdle', 'name': 'Eric Idle', 'id': '862483279'}]",,,, +3010,1073272004185272326,1073237923565371397,1544722960000.0,2018-12-13 17:42:40,+0000,,@businessinsider This part is true. I was trying to explain that we don’t want our cars to have a “tinny” sound. https://t.co/VxO9rR1uAf,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1073272004185272326,['https://m.youtube.com/watch?v=-gwXJsWHupg'],[],0,,False,9519,322,443,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +3011,1072865428047720450,1072845179592298497,1544626025000.0,2018-12-12 14:47:05,+0000,,@John_Papa @Tesla You should def have a loaner. Will take care of it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1072865428047720450,[],[],0,,False,16295,212,306,,None,,,,,,,"[{'screen_name': 'John_Papa', 'name': 'John Papa', 'id': '14660297'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3012,1072534901919006720,1072534246340878336,1544547222000.0,2018-12-11 16:53:42,+0000,,@Malcolmmarsman Seems likely that we’ll be able to reuse fairings that soft-landed in the ocean. May not need net at all. Would still love to see the catch happen though ⚾️ 👍,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1072534901919006720,[],[],0,,False,1454,113,93,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}]",,,, +3013,1072528643488972802,1072474778785714181,1544545729000.0,2018-12-11 16:28:49,+0000,,"@business Incorrect. “Chairman” is an honorific, not executive role, which means it’s not needed to run Tesla. Will retire that title at Tesla in 3 years. 60 Mins edited out end of my sentence, where I said I could do whatever I want. They cut “provided I have the support of shareholders”.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1072528643488972802,[],[],0,,False,35953,771,2752,,None,,,,,,,"[{'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +3014,1072494979552030721,1072493437264515073,1544537703000.0,2018-12-11 14:15:03,+0000,,@annerajb About 10 to 14 days,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1072494979552030721,[],[],0,,False,757,46,33,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +3015,1072494458376257537,1072493437264515073,1544537579000.0,2018-12-11 14:12:59,+0000,,"Also, Tesla policy is that if you order a car without a test drive you get 3 days to return for full refund vs 1 day if you do get a test drive (resources are overbooked)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1072494458376257537,[],[],0,,False,7257,277,353,,None,,,,,,,[],,,, +3016,1072493437264515073,1072493437264515073,1544537336000.0,2018-12-11 14:08:56,+0000,,"Important note for US Tesla buyers: Federal tax credit drops by $3750 in 3 weeks. To be on the cancellation waitlist for delivery this year or if you want a display car, order at https://t.co/46TXqRJ3C1 or visit our stores. Full refund if Tesla can’t deliver your car this year.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1072493437264515073,['http://Tesla.com'],[],0,,False,11401,665,1206,,None,,,,,,,[],,,, +3017,1072489892821774336,1072489234844524546,1544536491000.0,2018-12-11 13:54:51,+0000,,@erikstorli No need to wait. It’s super easy to swap the HW2 and HW3 computers. Sensors are the same.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1072489892821774336,[],[],0,,False,616,21,33,,None,,,,,,,"[{'screen_name': 'erikstorli', 'name': 'Erik Storli', 'id': '14306372'}]",,,, +3018,1072488765753618437,1072488092089618432,1544536222000.0,2018-12-11 13:50:22,+0000,,@lgebman I’m dying to make a pickup truck so bad … we might have a prototype to unveil next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1072488765753618437,[],[],0,,False,3912,289,287,,None,,,,,,,"[{'screen_name': 'lgebman', 'name': 'larry', 'id': '1438977295'}]",,,, +3019,1072488422122668032,1072488092089618432,1544536140000.0,2018-12-11 13:49:00,+0000,,@jpjstevenson Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1072488422122668032,[],[],0,,False,1154,14,17,,None,,,,,,,"[{'screen_name': 'jpjstevenson', 'name': 'Jordan Stevenson', 'id': '271431759'}]",,,, +3020,1072488092089618432,1072488092089618432,1544536061000.0,2018-12-11 13:47:41,+0000,,"Love that people are buying a Tesla for the product itself, even if they don’t believe in climate change. Not everyone can be convinced about global warming, but if an electric car is simply the best product, they don’t need to be.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1072488092089618432,[],[],0,,False,43088,1649,4583,https://twitter.com/InsideEVs/status/1072485984628105219,None,,,,,,,[],,,, +3021,1072479178400915461,1071920477654999040,1544533936000.0,2018-12-11 13:12:16,+0000,,@vincent13031925 @teslectrics @60Minutes @MKBHD Probably next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1072479178400915461,[],[],0,,False,1137,31,31,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'teslectrics', 'name': 'Teslectrics', 'id': '3436744151'}, {'screen_name': '60Minutes', 'name': '60 Minutes', 'id': '18812572'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +3022,1072477936035512320,1071920477654999040,1544533640000.0,2018-12-11 13:07:20,+0000,,@teslectrics @60Minutes You’re right. There was a ton of footage with many people at Tesla that would be great to share. Longer pieces like we did with @MKBHD tell a more interesting story.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1072477936035512320,[],[],0,,False,4162,85,125,,None,,,,,,,"[{'screen_name': 'teslectrics', 'name': 'Teslectrics', 'id': '3436744151'}, {'screen_name': '60Minutes', 'name': '60 Minutes', 'id': '18812572'}]",,,, +3023,1072466999249420288,1072297925957554176,1544531032000.0,2018-12-11 12:23:52,+0000,,"@javagiri @Tesla We’re opening a lot of Tesla service centers next year, including Knoxville. Tesla will post upcoming city opening map this week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/1072466999249420288,[],[],0,,False,680,60,78,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3024,1072382521843875840,1072297925957554176,1544510891000.0,2018-12-11 06:48:11,+0000,,@fluffypony @Tesla Probably end of next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1072382521843875840,[],[],0,,False,883,115,88,,None,,,,,,,"[{'screen_name': 'fluffypony', 'name': 'Riccardo Spagni', 'id': '386728215'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3025,1072379902102552576,1071920477654999040,1544510267000.0,2018-12-11 06:37:47,+0000,,@DOfaquarius @ElonsBrain @LiveBit_io @60Minutes So true 🦙💩✨😴,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1072379902102552576,[],[],0,,False,1254,52,44,,None,,,,,,,"[{'screen_name': 'DOfaquarius', 'name': '🐲DOfAquarius', 'id': '960785661660975104'}, {'screen_name': 'ElonsBrain', 'name': '🧠 Elon’s Brain 🧠', 'id': '1020627011008540672'}, {'screen_name': '60Minutes', 'name': '60 Minutes', 'id': '18812572'}]",,,, +3026,1072373731039870979,1071920477654999040,1544508795000.0,2018-12-11 06:13:15,+0000,,@60Minutes This is a very misleading edit. Please post the full transcript where I complete the sentence.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1072373731039870979,[],[],0,,False,88503,1595,6064,,None,,,,,,,"[{'screen_name': '60Minutes', 'name': '60 Minutes', 'id': '18812572'}]",,,, +3027,1072351502654672897,1072317717527416833,1544503496000.0,2018-12-11 04:44:56,+0000,,"@JohnnaCrider1 @mundanemun @mayemusk @60Minutes @LesleyRStahl @Tesla @cleantechnica 60 Mins actually had several hours of interview time, which they distilled to 14 mins. Many stories could been told with that time. This was accurate as viewed from an Upper East Side Manhattan dinner party.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1072351502654672897,[],[],0,,False,1243,155,117,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'mundanemun', 'name': 'Munira', 'id': '920390682585587713'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': '60Minutes', 'name': '60 Minutes', 'id': '18812572'}, {'screen_name': 'LesleyRStahl', 'name': 'Lesley Stahl', 'id': '1394605356'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3028,1071877210863099904,1071844948553609216,1544390416000.0,2018-12-09 21:20:16,+0000,,@MesQueUnBanjo We are awaiting EU regulatory approval for this release,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1071877210863099904,[],[],0,,False,1083,63,36,,None,,,,,,,"[{'screen_name': 'MesQueUnBanjo', 'name': 'Ângelo', 'id': '2734937183'}]",,,, +3029,1071846591693090816,1071844948553609216,1544383116000.0,2018-12-09 19:18:36,+0000,,"@ghhaugen Full self-driving option is required with the Tesla designed hardware 3 computer. This is a simple plug in replacement for the NVidia computer, but has over 10X the image processing ability.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1071846591693090816,[],[],0,,False,1223,81,89,,None,,,,,,,"[{'screen_name': 'ghhaugen', 'name': 'Mamba M’Bamba', 'id': '40472849'}]",,,, +3030,1071845439140327424,1071844948553609216,1544382841000.0,2018-12-09 19:14:01,+0000,,"Already testing traffic lights, stop signs & roundabouts in development software. Your Tesla will soon be able to go from your garage at home to parking at work with no driver input at all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1071845439140327424,[],[],0,,False,48677,1343,4949,,None,,,,,,,[],,,, +3031,1071844948553609216,1071844948553609216,1544382724000.0,2018-12-09 19:12:04,+0000,,"If you have a Tesla built in past 2 years, definitely try Navigate on Autopilot. It will blow your mind. Automatically passes slow cars & takes highway interchanges & off-ramps.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1071844948553609216,[],[],0,,False,69732,1662,4951,,None,,,,,,,[],,,, +3032,1071843189705719808,1071840311381495808,1544382304000.0,2018-12-09 19:05:04,+0000,,@RenataKonkoly @SpaceX Machete!!,ht,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1071843189705719808,[],[],0,,False,8780,157,337,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3033,1071842188630192129,1071613648085311488,1544382066000.0,2018-12-09 19:01:06,+0000,,"@danwat1234 It was supposed to be, but that was a dumb decision. In the end, Roadster only had 7% of parts in common with the Lotus Elise or any other car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1071842188630192129,[],[],0,,False,713,10,30,,None,,,,,,,"[{'screen_name': 'danwat1234', 'name': 'daniel watkins', 'id': '576185571'}]",,,, +3034,1071840664562786304,1071613648085311488,1544381702000.0,2018-12-09 18:55:02,+0000,,"Major credit to AC Propulsion for the tzero electric sports car 1997-2003 that inspired Tesla Roadster. Without that, Tesla wouldn’t exist or would have started much later. https://t.co/NxCgYO9JXx",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1071840664562786304,[],['https://pbs.twimg.com/media/Dt_xZP6U8AADv9r.jpg'],1,https://pbs.twimg.com/media/Dt_xZP6U8AADv9r.jpg,False,10782,237,688,,None,,,,,,,[],,,, +3035,1071619073434238977,1071613648085311488,1544328871000.0,2018-12-09 04:14:31,+0000,,"@nichegamer Yeah, we wanted to name our company after Tesla, the great scientist/engineer, but use of the Tesla name in automotive was already trademarked in the US, Europe & later China.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1071619073434238977,[],[],0,,False,2112,76,88,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +3036,1071617709413003264,1071614142866436097,1544328546000.0,2018-12-09 04:09:06,+0000,,"@brandonorselli Buying https://t.co/46TXqRrsdr took over a decade, $11M & amazing amount of effort. Didn’t like https://t.co/BsRfMrY9Gm even when we were only making 🚘.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1071617709413003264,"['http://Tesla.com', 'http://teslamotors.com']",[],0,,False,3417,73,239,,None,,,,,,,"[{'screen_name': 'brandonorselli', 'name': 'Brandon Orselli', 'id': '85686980'}]",,,, +3037,1071613648085311488,1071613648085311488,1544327577000.0,2018-12-09 03:52:57,+0000,,"Tesla history trivia: we didn’t actually come up with the Tesla Motors name. Bought trademark off Brad Siewert for $75k in late 2004. He’d originally filed for it in 1994. Our alternative name was Faraday, which was used by a competitor several years later.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1071613648085311488,[],[],0,,False,46715,1103,4697,https://twitter.com/60Minutes/status/1071174335778447361,None,,,,,,,[],,,, +3038,1071610949432356864,1071463546494451712,1544326934000.0,2018-12-09 03:42:14,+0000,,"@Malcolmmarsman @Erdayastronaut @TheGledinator @w00ki33 @Teslarati Both, but demo Starship is being built now, whereas Super Heavy hardware will start getting built in spring",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1071610949432356864,[],[],0,,False,978,39,80,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3039,1071610505406513153,1071463546494451712,1544326828000.0,2018-12-09 03:40:28,+0000,,@Erdayastronaut @TheGledinator @w00ki33 @Teslarati But cool pics of the demo Starship that will fly suborbital hops coming in ~4 weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1071610505406513153,[],[],0,,False,2343,94,259,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3040,1071609875795333121,1071463546494451712,1544326678000.0,2018-12-09 03:37:58,+0000,,@Erdayastronaut @TheGledinator @w00ki33 @Teslarati Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1071609875795333121,[],[],0,,False,1034,24,27,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3041,1071609173568147456,1071608187982356480,1544326511000.0,2018-12-09 03:35:11,+0000,,@cleantechnica Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1071609173568147456,[],[],0,,False,3325,76,99,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3042,1071578086418788352,1071463546494451712,1544319099000.0,2018-12-09 01:31:39,+0000,,"@Erdayastronaut @TheGledinator @w00ki33 @Teslarati Fairly heavy metal, but extremely strong",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1071578086418788352,[],[],0,,False,1555,130,61,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3043,1071572534921900033,1071463546494451712,1544317775000.0,2018-12-09 01:09:35,+0000,,@Erdayastronaut @TheGledinator @w00ki33 @Teslarati The new design is metal,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1071572534921900033,[],[],0,,False,1659,88,87,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3044,1071531687220113408,1071463546494451712,1544308036000.0,2018-12-08 22:27:16,+0000,,"@Erdayastronaut @w00ki33 @Teslarati As far as we know, it’s the largest single piece titanium casting in the world. Major improvement over the old aluminum grid fins, as the titanium doesn’t need heat shielding or even paint.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1071531687220113408,[],[],0,,False,2751,118,151,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3045,1070834865619259393,1070834865619259393,1544141901000.0,2018-12-07 00:18:21,+0000,,Boring Company product launch on Dec 18. More than a tunnel opening. Will include modded but fully road legal autonomous transport cars & ground to tunnel car elevators.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1070834865619259393,[],[],0,,False,60540,1285,5752,,None,,,,,,,[],,,, +3046,1070446975642812416,1070446975642812416,1544049421000.0,2018-12-05 22:37:01,+0000,,Tracking shot of Falcon water landing https://t.co/6Hv2aZhLjM,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1070446975642812416,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1070446808147476480/pu/img/WNRGSJNN4p7AlSU1.jpg,False,119541,2964,17376,,None,,,,,,,[],,,, +3047,1070399755526656000,1070399755526656000,1544038163000.0,2018-12-05 19:29:23,+0000,,"Engines stabilized rocket spin just in time, enabling an intact landing in water! Ships en route to rescue Falcon. https://t.co/O3h8eCgGJ7",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1070399755526656000,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1070399664875130881/pu/img/kXUcn0crNpIhUM-z.jpg,False,99224,2875,15934,,None,,,,,,,[],,,, +3048,1070388894875545600,1070386062164283392,1544035574000.0,2018-12-05 18:46:14,+0000,,"@DJSnM Pump is single string. Some landing systems are not redundant, as landing is considered ground safety critical, but not mission critical. Given this event, we will likely add a backup pump & lines.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1070388894875545600,[],[],0,,False,3884,126,295,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +3049,1070387162892259329,1070386062164283392,1544035161000.0,2018-12-05 18:39:21,+0000,,@Dragonmaurizio We may use it for an internal SpaceX mission,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1070387162892259329,[],[],0,,False,2999,127,135,,None,,,,,,,"[{'screen_name': 'Dragonmaurizio', 'name': 'Maurizio Ibba', 'id': '3224440544'}]",,,, +3050,1070386554068119553,1070386062164283392,1544035015000.0,2018-12-05 18:36:55,+0000,,"@markkrieger Yes, cutaway was a mistake. We will show all footage, good or bad.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1070386554068119553,[],[],0,,False,7102,239,468,,None,,,,,,,"[{'screen_name': 'markkrieger', 'name': 'Mark Krieger', 'id': '15064817'}]",,,, +3051,1070386062164283392,1070386062164283392,1544034898000.0,2018-12-05 18:34:58,+0000,,"Grid fin hydraulic pump stalled, so Falcon landed just out to sea. Appears to be undamaged & is transmitting data. Recovery ship dispatched.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1070386062164283392,[],[],0,,False,36626,1366,3313,,None,,,,,,,[],,,, +3052,1070379292482129920,1070379292482129920,1544033284000.0,2018-12-05 18:08:04,+0000,,Falcon/Dragon launch to @Space_Station in 9 minutes,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1070379292482129920,[],[],0,,False,11837,346,999,https://twitter.com/SpaceX/status/1070377864611033088,None,,,,,,,[],,,, +3053,1070036909777313792,1069678336886984704,1543951654000.0,2018-12-04 19:27:34,+0000,,@mattbeckman Us too sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1070036909777313792,[],[],0,,False,843,64,25,,None,,,,,,,"[{'screen_name': 'mattbeckman', 'name': 'MΛTT BΞCKMΛN', 'id': '14999130'}]",,,, +3054,1069679948103847939,1069679948103847939,1543866547000.0,2018-12-03 19:49:07,+0000,,"Falcon fairing halves missed the net, but touched down softly in the water. Mr Steven is picking them up. Plan is to dry them out & launch again. Nothing wrong with a little swim.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1069679948103847939,[],[],0,,False,54687,1441,3370,,None,,,,,,,[],,,, +3055,1069678336886984704,1069678336886984704,1543866163000.0,2018-12-03 19:42:43,+0000,,64 satellites 🛰 on this flight!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1069678336886984704,[],[],0,,False,19689,584,1503,https://twitter.com/SpaceX/status/1069675820770222080,None,,,,,,,[],,,, +3056,1069416551038640129,1069301269670580224,1543803749000.0,2018-12-03 02:22:29,+0000,,"@Jennerator211 @PPathole @JohnnaCrider1 We’re adding police car, fire truck & ambulance to the Tesla neural net in coming months",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1069416551038640129,[],[],0,,False,1224,94,94,,None,,,,,,,"[{'screen_name': 'Jennerator211', 'name': '👠 Lady in red 👠', 'id': '23502725'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna 💎', 'id': '1957568797'}]",,,, +3057,1069408498260164614,1069301269670580224,1543801829000.0,2018-12-03 01:50:29,+0000,,"@JohnnaCrider1 Exactly. Default Autopilot behavior, if there’s no driver input, is to slow gradually to a stop & turn on hazard lights. Tesla service then contacts the owner. Looking into what happened here.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1069408498260164614,[],[],0,,False,948,73,64,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna 💎', 'id': '1957568797'}]",,,, +3058,1069088736682471424,1069046067927441409,1543725592000.0,2018-12-02 04:39:52,+0000,,@LittleMissFlint It is so hard to move in armor!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1069088736682471424,[],[],0,,False,1741,81,39,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +3059,1069050284909879299,1068965238060400640,1543716424000.0,2018-12-02 02:07:04,+0000,,@boringcompany You’re all hired!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1069050284909879299,[],[],0,,False,28845,520,798,,None,,,,,,,"[{'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +3060,1069047317670424578,1069046067927441409,1543715717000.0,2018-12-02 01:55:17,+0000,,@LittleMissFlint Yes … no … maybe …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1069047317670424578,[],[],0,,False,2673,66,59,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +3061,1069046067927441409,1069046067927441409,1543715419000.0,2018-12-02 01:50:19,+0000,,None shall pass!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1069046067927441409,[],[],0,,False,31111,919,2106,https://twitter.com/boringcompany/status/1069044263944511488,None,,,,,,,[],,,, +3062,1069017316195688448,1068968610213720064,1543708564000.0,2018-12-01 23:56:04,+0000,,@bonnienorman @tomb2192 @carpenter_maas Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1069017316195688448,[],[],0,,False,637,37,18,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}, {'screen_name': 'tomb2192', 'name': ""I'm as disappointed as you"", 'id': '89922248'}, {'screen_name': 'carpenter_maas', 'name': 'Jorg Maas', 'id': '2305888405'}]",,,, +3063,1069003232347734017,1068968610213720064,1543705206000.0,2018-12-01 23:00:06,+0000,,@bonnienorman @carpenter_maas Good advice,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1069003232347734017,[],[],0,,False,571,21,14,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}, {'screen_name': 'carpenter_maas', 'name': 'Jorg Maas', 'id': '2305888405'}]",,,, +3064,1069000094479876096,1068387311400833024,1543704458000.0,2018-12-01 22:47:38,+0000,,@EESNY @teslaownersSV @S100Dfan Applying a hydrophobic coating to the radar (located just below nose of car) should help. Easy to do yourself or Tesla service can do it. We’re also working on vision-only driving.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1069000094479876096,[],[],0,,False,522,20,24,,None,,,,,,,"[{'screen_name': 'EESNY', 'name': '⭐⭐⭐LOGIC first, *FEELS* last ⏳ 👌', 'id': '870703224503664643'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'S100Dfan', 'name': 'Raven P + L', 'id': '822437860645150722'}]",,,, +3065,1068998143268683776,1068997592321675264,1543703993000.0,2018-12-01 22:39:53,+0000,,@nikesharora @Tesla Glad you’re ok,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1068998143268683776,[],[],0,,False,7915,57,119,,None,,,,,,,"[{'screen_name': 'nikesharora', 'name': 'Nikesh Arora', 'id': '52171246'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3066,1068970017436262400,1068968610213720064,1543697287000.0,2018-12-01 20:48:07,+0000,,"@carpenter_maas Perhaps most telling is that Norway, which is partly above the Arctic Circle, has more Teslas per capita than any other country on Earth.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1068970017436262400,[],[],0,,False,724,38,46,,None,,,,,,,"[{'screen_name': 'carpenter_maas', 'name': 'Jorg Maas', 'id': '2305888405'}]",,,, +3067,1068969435732434945,1068968610213720064,1543697148000.0,2018-12-01 20:45:48,+0000,,"@carpenter_maas As the battery warms up, almost all of that is recovered. There is a roughly 10% range loss for cabin heating. Cabin heating impact on range is higher in slow traffic, but range is also higher in slow traffic.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1068969435732434945,[],[],0,,False,635,26,38,,None,,,,,,,"[{'screen_name': 'carpenter_maas', 'name': 'Jorg Maas', 'id': '2305888405'}]",,,, +3068,1068968545457909760,1068967715845505024,1543696936000.0,2018-12-01 20:42:16,+0000,,"@johnkrausphotos Incoming rocket & fairing probably visible, but landing itself is over the horizon",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1068968545457909760,[],[],0,,False,852,28,32,,None,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}]",,,, +3069,1068949982391103488,1068949134219063297,1543692510000.0,2018-12-01 19:28:30,+0000,,@MatZagataMD @Tesla You got it!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1068949982391103488,[],[],0,,False,4845,90,83,,None,,,,,,,"[{'screen_name': 'MatZagataMD', 'name': 'DoctorZ', 'id': '1000908886357004288'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3070,1068946077380820992,1068913865612656641,1543691579000.0,2018-12-01 19:12:59,+0000,,"@dxk_ @ZainRaz4 @Erdayastronaut @SpaceX Three things, one of which is CH4",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1068946077380820992,[],[],0,,False,715,21,12,,None,,,,,,,"[{'screen_name': 'dxk_', 'name': 'Random User', 'id': '62802783'}, {'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3071,1068940753974349824,1068913865612656641,1543690310000.0,2018-12-01 18:51:50,+0000,,@PicklePunchD @Erdayastronaut @SpaceX No,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1068940753974349824,[],[],0,,False,483,9,11,,None,,,,,,,"[{'screen_name': 'PicklePunchD', 'name': 'Angella⭐️King', 'id': '780922166'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3072,1068940292731023360,1068913865612656641,1543690200000.0,2018-12-01 18:50:00,+0000,,@ZainRaz4 @Erdayastronaut @SpaceX No,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1068940292731023360,[],[],0,,False,702,10,13,,None,,,,,,,"[{'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3073,1068940024136126464,1068913865612656641,1543690136000.0,2018-12-01 18:48:56,+0000,,"@Erdayastronaut @SpaceX Reentry scorchmarks, not simple soot. Can’t wipe it off.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1068940024136126464,[],[],0,,False,1437,61,42,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3074,1068923831497064448,1068910549809995777,1543686275000.0,2018-12-01 17:44:35,+0000,,@nichegamer Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1068923831497064448,[],[],0,,False,9252,129,335,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +3075,1068923622893379584,1068720425465774081,1543686225000.0,2018-12-01 17:43:45,+0000,,"@pfierens @LikeTeslaKim Prof Dahn is correct (he’s great), but the relative benefit is small. I’d recommend 10% more SoC for convenience.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1068923622893379584,[],[],0,,False,589,9,28,,None,,,,,,,"[{'screen_name': 'pfierens', 'name': 'Philippe Fierens', 'id': '235683144'}]",,,, +3076,1068745921079345152,1068720425465774081,1543643858000.0,2018-12-01 05:57:38,+0000,,"@LikeTeslaKim Not worth going below 80% imo. Even 90% is still fine. Also, no issue going to 5% or lower SoC.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1068745921079345152,[],[],0,,False,1187,63,91,,None,,,,,,,[],,,, +3077,1068728107446587392,1068719872203345921,1543639611000.0,2018-12-01 04:46:51,+0000,,@Manic_Marge @SpaceX True ♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1068728107446587392,[],[],0,,False,6517,66,124,,None,,,,,,,"[{'screen_name': 'Manic_Marge', 'name': 'Marge ♡', 'id': '596204926'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3078,1068719872203345921,1068719872203345921,1543637648000.0,2018-12-01 04:14:08,+0000,,♥️♥️♥️♥️🛸🛸🛸🛸♥️♥️♥️♥️ https://t.co/EX8RPQdc8r,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1068719872203345921,[],['https://pbs.twimg.com/media/DtTbDmaVsAIMvrp.jpg'],1,https://pbs.twimg.com/media/DtTbDmaVsAIMvrp.jpg,False,130343,1160,17088,,None,,,,,,,[],,,, +3079,1068608341373444096,1068598713633988609,1543611057000.0,2018-11-30 20:50:57,+0000,,@spacexIaunch @techreview @_KarenHao Both,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1068608341373444096,[],[],0,,False,473,22,23,,None,,,,,,,"[{'screen_name': 'spacexIaunch', 'name': 'emma', 'id': '800349902098210816'}, {'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}, {'screen_name': '_KarenHao', 'name': 'Karen Hao', 'id': '4922450361'}]",,,, +3080,1068582126306582528,1068581063016906752,1543604806000.0,2018-11-30 19:06:46,+0000,,@rainnwilson Your Tesla can function as a boat for brief periods of time https://t.co/FONhnIiv8j,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1068582126306582528,['https://electrek.co/2016/06/18/tesla-model-s-driving-swimming-flooded-tunnel-video/'],[],0,,False,7493,290,820,,None,,,,,,,"[{'screen_name': 'rainnwilson', 'name': 'RainnWilson', 'id': '19637934'}]",,,, +3081,1068400665917976576,1068060049380179968,1543561543000.0,2018-11-30 07:05:43,+0000,,@Tenser One day,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1068400665917976576,[],[],0,,False,2022,72,104,,None,,,,,,,"[{'screen_name': 'Tenser', 'name': 'FaZe Tenser', 'id': '2836901278'}]",,,, +3082,1068396869884071937,1068266153968001024,1543560638000.0,2018-11-30 06:50:38,+0000,,"@highspeeddoc @boringcompany We’re doing an EIR for the greater LA tunnel network. Thought we might need a N-S test tunnel (hence Sepulveda proposal), but we’re just going to do rock core samples along that corridor instead.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1068396869884071937,[],[],0,,False,760,26,28,,None,,,,,,,"[{'screen_name': 'highspeeddoc', 'name': 'Robert Baca', 'id': '126387214'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +3083,1068387422247907333,1068387311400833024,1543558385000.0,2018-11-30 06:13:05,+0000,,@teslaownersSV Update soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1068387422247907333,[],[],0,,False,513,16,20,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +3084,1068283124683960321,1067796266988511232,1543533519000.0,2018-11-29 23:18:39,+0000,,@NatGeo Sorry ☺️,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1068283124683960321,[],[],0,,False,27836,773,1361,,None,,,,,,,"[{'screen_name': 'NatGeo', 'name': 'National Geographic', 'id': '17471979'}]",,,, +3085,1068266153968001024,1068266153968001024,1543529473000.0,2018-11-29 22:11:13,+0000,,Boring breakthrough @BoringCompany https://t.co/pSflhZadwC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1068266153968001024,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1068266072225177600/pu/img/xAKcceN9d-qvE6oh.jpg,False,48619,1247,3822,,None,,,,,,,[],,,, +3086,1068219566679969792,1068211597095559168,1543518365000.0,2018-11-29 19:06:05,+0000,,@megnsander Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1068219566679969792,[],[],0,,False,862,34,31,,None,,,,,,,[],,,, +3087,1068215834877685760,1068211597095559168,1543517476000.0,2018-11-29 18:51:16,+0000,,"After safety, our goal is to make a Tesla the most fun you could possibly have in a car",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1068215834877685760,[],[],0,,False,20066,717,972,,None,,,,,,,[],,,, +3088,1068215333159231488,1068213109267939328,1543517356000.0,2018-11-29 18:49:16,+0000,,@rocketisfine @racchava @gwestr We tried. Nintendo won’t license it to us.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1068215333159231488,[],[],0,,False,1229,127,105,,None,,,,,,,"[{'screen_name': 'gwestr', 'name': 'Greg Wester', 'id': '254873442'}]",,,, +3089,1068214601370615808,1068213109267939328,1543517182000.0,2018-11-29 18:46:22,+0000,,@racchava @gwestr That would be cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1068214601370615808,[],[],0,,False,579,22,15,,None,,,,,,,"[{'screen_name': 'gwestr', 'name': 'Greg Wester', 'id': '254873442'}]",,,, +3090,1068213320589565952,1068213109267939328,1543516876000.0,2018-11-29 18:41:16,+0000,,@gwestr Haha kinda true 😀,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1068213320589565952,[],[],0,,False,628,12,17,,None,,,,,,,"[{'screen_name': 'gwestr', 'name': 'Greg Wester', 'id': '254873442'}]",,,, +3091,1068211885487476737,1068211597095559168,1543516534000.0,2018-11-29 18:35:34,+0000,,@ArnaoutShady Never heard of it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1068211885487476737,[],[],0,,False,5117,65,260,,None,,,,,,,"[{'screen_name': 'arnaoutshady', 'name': 'Shady Arnaout', 'id': '323147346'}]",,,, +3092,1068211597095559168,1068211597095559168,1543516465000.0,2018-11-29 18:34:25,+0000,,"Super fun software Easter eggs coming to all Tesla S/3/X cars before the holidays! Romance mode, toilet humor & more video games.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1068211597095559168,[],[],0,,False,34189,1267,2133,,None,,,,,,,[],,,, +3093,1068208290528555010,1068207668580372480,1543515677000.0,2018-11-29 18:21:17,+0000,,@prades_maxime Software upgrade to rain sensing neural net coming next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1068208290528555010,[],[],0,,False,722,75,42,,None,,,,,,,"[{'screen_name': 'prades_maxime', 'name': 'Maxime Prades', 'id': '34616756'}]",,,, +3094,1068198572879831040,1068198423348731904,1543513360000.0,2018-11-29 17:42:40,+0000,,@poeticZay Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1068198572879831040,[],[],0,,False,470,9,15,,None,,,,,,,"[{'screen_name': 'poeticZay', 'name': 'Zay ✨', 'id': '156404110'}]",,,, +3095,1067969782803128320,1067662899450122240,1543458812000.0,2018-11-29 02:33:32,+0000,,"@NBCNews This is completely backwards. Based on what we’ve learned from the Hawthorne test tunnel, we’re moving forward with a much larger tunnel network under LA. Won’t need a second test tunnel under Sepulveda.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1067969782803128320,[],[],0,,False,26818,585,2051,,None,,,,,,,"[{'screen_name': 'NBCNews', 'name': 'NBC News', 'id': '14173315'}]",,,, +3096,1067927074797629440,1067927074797629440,1543448630000.0,2018-11-28 23:43:50,+0000,,"Cool! Actually, if you buy a Tesla without a test drive, you have 3 days to return it. If you buy after a test drive, you still have 24 hours. Trying to incent buying with no test drive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1067927074797629440,[],[],0,,False,32182,962,2129,https://twitter.com/crock23a/status/1067530874491715584,None,,,,,,,[],,,, +3097,1067695084609527808,1058080651424030720,1543393319000.0,2018-11-28 08:21:59,+0000,,@Shell Tiny wizard 🧙‍♂️,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1067695084609527808,[],[],0,,False,988,81,56,,None,,,,,,,"[{'screen_name': 'Shell', 'name': 'Shell', 'id': '20663500'}]",,,, +3098,1067430108216979457,1067426547798167558,1543330144000.0,2018-11-27 14:49:04,+0000,,@YoBigBrotha @anandmahindra 7 to 10 years,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1067430108216979457,[],[],0,,False,1649,118,137,,None,,,,,,,"[{'screen_name': 'YoBigBrotha', 'name': 'Khari', 'id': '114545909'}, {'screen_name': 'anandmahindra', 'name': 'anand mahindra', 'id': '34197952'}]",,,, +3099,1067428982168023040,1067426547798167558,1543329875000.0,2018-11-27 14:44:35,+0000,,"@anandmahindra Engineers, artists & creators of all kinds. There is so much to build.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1067428982168023040,[],[],0,,False,17424,498,1220,,None,,,,,,,"[{'screen_name': 'anandmahindra', 'name': 'anand mahindra', 'id': '34197952'}]",,,, +3100,1067303432313200642,1067302776395390976,1543299942000.0,2018-11-27 06:25:42,+0000,,@jonkudelka Touché,fr,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1067303432313200642,[],[],0,,False,11570,111,274,,None,,,,,,,"[{'screen_name': 'jonkudelka', 'name': 'jon “airships” kudelka', 'id': '49223858'}]",,,, +3101,1067279265563955200,1067173241800650752,1543294180000.0,2018-11-27 04:49:40,+0000,,"But if you love what you do, it (mostly) doesn’t feel like work",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1067279265563955200,[],[],0,,False,32482,1377,4206,,None,,,,,,,[],,,, +3102,1067175527180513280,1067173241800650752,1543269447000.0,2018-11-26 21:57:27,+0000,,"@margrethmpossi Varies per person, but about 80 sustained, peaking above 100 at times. Pain level increases exponentially above 80.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1067175527180513280,[],[],0,,False,2190,393,280,,None,,,,,,,"[{'screen_name': 'margrethmpossi', 'name': 'Margreth Mpossi🌼', 'id': '805431267818868736'}]",,,, +3103,1067173497909141504,1067173241800650752,1543268963000.0,2018-11-26 21:49:23,+0000,,"There are way easier places to work, but nobody ever changed the world on 40 hours a week",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1067173497909141504,[],[],0,,False,57508,3520,10633,,None,,,,,,,[],,,, +3104,1067173241800650752,1067173241800650752,1543268902000.0,2018-11-26 21:48:22,+0000,,"Join to create exciting new worlds of technology!! If getting things done matters to you, then @SpaceX, @Tesla, @BoringCompany & @Neuralink are the places to be.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1067173241800650752,[],[],0,,False,34481,1408,2949,https://twitter.com/WSJ/status/1067168653718814720,None,,,,,,,[],,,, +3105,1067163214448779264,1067146825931661313,1543266511000.0,2018-11-26 21:08:31,+0000,,@NASA @NASAInSight Congratulations! What an amazing track record of success with Mars!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1067163214448779264,[],[],0,,False,22687,202,1039,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'NASAInSight', 'name': 'NASA InSight', 'id': '407387443'}]",,,, +3106,1067122356638773248,1066897091711066112,1543256770000.0,2018-11-26 18:26:10,+0000,,@SwiftOnSecurity 😉😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1067122356638773248,[],[],0,,False,2730,67,39,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +3107,1066974890970951680,1066955853985570817,1543221612000.0,2018-11-26 08:40:12,+0000,,@forummp3 1000 liters of pure water costs $1,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1066974890970951680,[],[],0,,False,9082,174,191,,None,,,,,,,"[{'screen_name': 'forummp3', 'name': 'Fabien 🇫🇷', 'id': '607545127'}]",,,, +3108,1066955853985570817,1066955853985570817,1543217073000.0,2018-11-26 07:24:33,+0000,,"For those worried about running out of fresh water, it may help to know that desalination only costs 0.1 cents per liter or half a cent per gallon",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1066955853985570817,[],[],0,,False,111943,3220,13808,,None,,,,,,,[],,,, +3109,1066948725572947969,1066913829597003776,1543215373000.0,2018-11-26 06:56:13,+0000,,@PLAYERUNKNOWN Ah yes fair point,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1066948725572947969,[],[],0,,False,10998,56,336,,None,,,,,,,"[{'screen_name': 'PLAYERUNKNOWN', 'name': 'PLAYERUNKNOWN', 'id': '1880574811'}]",,,, +3110,1066913829597003776,1066913829597003776,1543207053000.0,2018-11-26 04:37:33,+0000,,"Used to live in Silicon Valley, now I live in Silicone Valley",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1066913829597003776,[],[],0,,False,78338,1759,5206,,None,,,,,,,[],,,, +3111,1066908541305348098,1066897091711066112,1543205793000.0,2018-11-26 04:16:33,+0000,,@Zedd Not yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1066908541305348098,[],[],0,,False,2858,70,97,,None,,,,,,,"[{'screen_name': 'Zedd', 'name': 'Zedd', 'id': '155705264'}]",,,, +3112,1066900489856372737,1066900489856372737,1543203873000.0,2018-11-26 03:44:33,+0000,,🖤 trouble,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1066900489856372737,[],[],0,,False,34878,1472,4202,,None,,,,,,,[],,,, +3113,1066897091711066112,1066897091711066112,1543203063000.0,2018-11-26 03:31:03,+0000,,Earth is,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1066897091711066112,[],[],0,,False,45904,6904,10393,,None,,,,,,,[],,,, +3114,1066895630155431938,1066866669044330496,1543202714000.0,2018-11-26 03:25:14,+0000,,"@WorldAndScience Earth’s crust is only ~1% of Earth mass, so technically we should be called Lava https://t.co/Lm6doeOq2x",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1066895630155431938,[],['https://pbs.twimg.com/media/Ds5f6mdUUAEO29y.jpg'],1,https://pbs.twimg.com/media/Ds5f6mdUUAEO29y.jpg,False,4804,251,437,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +3115,1066870820201361408,1066866669044330496,1543196799000.0,2018-11-26 01:46:39,+0000,,"@WorldAndScience Earth should be called Water. Our surface is 71% water. Mars land area is roughly equal to Earth, as it’s all land. Even when warmed up & water ice turns liquid, Mars will be about 2/3 land.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1066870820201361408,[],[],0,,False,35160,911,2658,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +3116,1066845285366693888,1066844577569677313,1543190711000.0,2018-11-26 00:05:11,+0000,,"@jessedh @Tesla Yeah, good idea to offer that as a setting",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1066845285366693888,[],[],0,,False,720,16,18,,None,,,,,,,"[{'screen_name': 'jessedh', 'name': 'Jesse Honigberg', 'id': '14908878'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3117,1066825927257030656,1066824047365943298,1543186096000.0,2018-11-25 22:48:16,+0000,,"@Malcolmmarsman Contour remains approx same, but fundamental materials change to airframe, tanks & heatshield",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1066825927257030656,[],[],0,,False,893,74,59,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}]",,,, +3118,1066066012385103873,1066066012385103873,1543004918000.0,2018-11-23 20:28:38,+0000,,"If you don’t want a Tesla, here’s a list of all electric cars in North America https://t.co/phhBjCh2YI via @cleantechnica",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1066066012385103873,['https://cleantechnica.com/2018/01/07/electric-vehicles-for-sale-usa/'],[],0,,False,29318,2067,3633,,None,,,,,,,[],,,, +3119,1065397040463507456,791389989477036032,1542845423000.0,2018-11-22 00:10:23,+0000,,Signing off for a while,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1065397040463507456,[],[],0,,False,19294,721,448,,None,,,,,,,[],,,, +3120,1065392766790717440,791389989477036032,1542844404000.0,2018-11-21 23:53:24,+0000,,Happy Thanksgiving!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1065392766790717440,[],[],0,,False,24949,596,991,,None,,,,,,,[],,,, +3121,1065386743526879232,1065386743526879232,1542842968000.0,2018-11-21 23:29:28,+0000,,🚀 Starships were meant to fly 🚀 https://t.co/6yclRVZZFQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1065386743526879232,['https://m.soundcloud.com/nickiminaj/starships-1'],[],0,,False,22907,888,3135,,None,,,,,,,[],,,, +3122,1065352455674720256,1064740713357750272,1542834793000.0,2018-11-21 21:13:13,+0000,,@bevvscott Starship Tooters,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1065352455674720256,[],[],0,,False,891,52,30,,None,,,,,,,"[{'screen_name': 'bevvscott', 'name': 'Bev Scott', 'id': '826170052416188416'}]",,,, +3123,1065351319450353664,1065269402571030528,1542834522000.0,2018-11-21 21:08:42,+0000,,@Orangejamal @speceye @Tesla Good one,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1065351319450353664,[],[],0,,False,520,14,11,,None,,,,,,,"[{'screen_name': 'Orangejamal', 'name': 'Jamal Ayyad', 'id': '33992513'}, {'screen_name': 'speceye', 'name': 'John Henahan', 'id': '23550675'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3124,1065273096813203458,1065269402571030528,1542815872000.0,2018-11-21 15:57:52,+0000,,@FredericLambert @speceye @Tesla Good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1065273096813203458,[],[],0,,False,846,58,25,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'speceye', 'name': 'John Henahan', 'id': '23550675'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3125,1065269447760334848,1065269402571030528,1542815002000.0,2018-11-21 15:43:22,+0000,,@speceye @Tesla Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1065269447760334848,[],[],0,,False,728,42,21,,None,,,,,,,"[{'screen_name': 'speceye', 'name': 'John Henahan', 'id': '23550675'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3126,1065269154691706886,1065266842984505345,1542814932000.0,2018-11-21 15:42:12,+0000,,@wiredprairie @Tesla Shifting resources from sales to service for next several days,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1065269154691706886,[],[],0,,False,5546,162,118,,None,,,,,,,"[{'screen_name': 'wiredprairie', 'name': 'Aaron', 'id': '19116343'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3127,1065133606115274752,1065039483886661632,1542782615000.0,2018-11-21 06:43:35,+0000,,@Model3Owners Should be next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1065133606115274752,[],[],0,,False,5686,156,120,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +3128,1064742239404847104,1064740713357750272,1542689306000.0,2018-11-20 04:48:26,+0000,,"@annerajb No, it’s the first or boost stage, analogous to, but much larger than Falcon 9",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1064742239404847104,[],[],0,,False,897,51,35,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +3129,1064741510560632832,1064740713357750272,1542689132000.0,2018-11-20 04:45:32,+0000,,@mwolman98 Later versions will,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1064741510560632832,[],[],0,,False,4439,167,198,,None,,,,,,,[],,,, +3130,1064741356080222209,1064740713357750272,1542689095000.0,2018-11-20 04:44:55,+0000,,"Technically, two parts: Starship is the spaceship/upper stage & Super Heavy is the rocket booster needed to escape Earth’s deep gravity well (not needed for other planets or moons)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1064741356080222209,[],[],0,,False,17073,652,1079,,None,,,,,,,[],,,, +3131,1064740713357750272,1064740713357750272,1542688942000.0,2018-11-20 04:42:22,+0000,,Renaming BFR to Starship,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1064740713357750272,[],[],0,,False,41074,2258,3519,,None,,,,,,,[],,,, +3132,1064740532700643329,1064738867419455489,1542688899000.0,2018-11-20 04:41:39,+0000,,"@universal_sci No, we’re just going to accelerate BFR",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1064740532700643329,[],[],0,,False,5289,95,154,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +3133,1064695344787668992,1064693772620128256,1542678125000.0,2018-11-20 01:42:05,+0000,,@YoBigBrotha Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1064695344787668992,[],[],0,,False,662,32,24,,None,,,,,,,"[{'screen_name': 'YoBigBrotha', 'name': 'Khari', 'id': '114545909'}]",,,, +3134,1064658222206771200,1064656745635569664,1542669275000.0,2018-11-19 23:14:35,+0000,,"Supercharger V3, which starts rolling out early next year, will also charge much faster",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1064658222206771200,[],[],0,,False,14393,489,783,,None,,,,,,,[],,,, +3135,1064656745635569664,1064656745635569664,1542668923000.0,2018-11-19 23:08:43,+0000,,Tesla Supercharger capacity will double by end of next year. Expect to be within range of 95% to 100% of population in all active markets.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1064656745635569664,[],[],0,,False,28837,779,2058,,None,,,,,,,[],,,, +3136,1064638194434469888,1064524270984867840,1542664500000.0,2018-11-19 21:55:00,+0000,,"@scottymeuk @ScaleyMurrsuit No, it’s got enough load capacity & volume to carry the battery pack & our current pack energy density is about double that of original Roadster. Still, it would probably only save about 30% to 40% of effort, all things considered.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1064638194434469888,[],[],0,,False,592,34,27,,None,,,,,,,"[{'screen_name': 'scottymeuk', 'name': 'Scott Robertson', 'id': '20077772'}, {'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +3137,1064636946121613313,1064524270984867840,1542664202000.0,2018-11-19 21:50:02,+0000,,"@FredericLambert @frozencanuck @ScaleyMurrsuit In order of resource priority, but not necessarily production ramp, as that depends on thousands of parts & processes, which are extremely difficult to forecast",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1064636946121613313,[],[],0,,False,787,35,40,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'frozencanuck', 'name': 'Frozen Canuck', 'id': '14054953'}, {'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +3138,1064636393333252097,1064524270984867840,1542664070000.0,2018-11-19 21:47:50,+0000,,"@tsrandall @frozencanuck @ScaleyMurrsuit What really matters is time to volume production, not initial market intro. Apart from brief moments, Tesla vehicle production is limited by total battery output.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1064636393333252097,[],[],0,,False,832,41,60,,None,,,,,,,"[{'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}, {'screen_name': 'frozencanuck', 'name': 'Frozen Canuck', 'id': '14054953'}, {'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +3139,1064624811794526208,1064524270984867840,1542661309000.0,2018-11-19 21:01:49,+0000,,"@frozencanuck @ScaleyMurrsuit Lot on our plate, so it’s either get van gliders (no battery, powertrain or compute tech) from Daimler & produce sooner or do all & produce later. Not a big difference to total vehicles produced either way. Priority list is Model Y, solar roof tiles, pickup, semi, Roadster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1064624811794526208,[],[],0,,False,1503,139,117,,None,,,,,,,"[{'screen_name': 'frozencanuck', 'name': 'Frozen Canuck', 'id': '14054953'}, {'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +3140,1064622126798229504,1064524270984867840,1542660669000.0,2018-11-19 20:51:09,+0000,,@frozencanuck @ScaleyMurrsuit Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1064622126798229504,[],[],0,,False,968,31,30,,None,,,,,,,"[{'screen_name': 'frozencanuck', 'name': 'Frozen Canuck', 'id': '14054953'}, {'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +3141,1064541185820114944,1064524270984867840,1542641371000.0,2018-11-19 15:29:31,+0000,,@ScaleyMurrsuit Maybe interesting to work with Daimler/Mercedes on an electric Sprinter. That’s a great van. We will inquire.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1064541185820114944,[],[],0,,False,2105,166,169,,None,,,,,,,"[{'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +3142,1064535393738022914,1064525305111470081,1542639990000.0,2018-11-19 15:06:30,+0000,,@WillFealey Absolutely agree,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1064535393738022914,[],[],0,,False,603,19,13,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}]",,,, +3143,1064534798318809089,1064525305111470081,1542639848000.0,2018-11-19 15:04:08,+0000,,@WillFealey Investigating,in,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1064534798318809089,[],[],0,,False,598,14,10,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}]",,,, +3144,1064534464645128192,1064525305111470081,1542639769000.0,2018-11-19 15:02:49,+0000,,@vincent13031925 @jsteinerman Probably mid 2019,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1064534464645128192,[],[],0,,False,570,26,27,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +3145,1064533933197471746,1064525305111470081,1542639642000.0,2018-11-19 15:00:42,+0000,,@LION_LIFER Tesla can provide heating/cooling/lights/music for days using battery,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1064533933197471746,[],[],0,,False,544,8,24,,None,,,,,,,"[{'screen_name': 'LION_LIFER', 'name': 'val G', 'id': '249734381'}]",,,, +3146,1064533454446985216,1064525305111470081,1542639528000.0,2018-11-19 14:58:48,+0000,,"@WillFealey Not everywhere, but should be possible around major metros. Parts supply chain to UK should be fixed. Lmk if not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1064533454446985216,[],[],0,,False,523,11,12,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}]",,,, +3147,1064533128792891398,1064525305111470081,1542639450000.0,2018-11-19 14:57:30,+0000,,@acevedo_lex @stars4a_amy @Tesla Should be possible. Please ask service & lmk response.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1064533128792891398,[],[],0,,False,486,15,10,,None,,,,,,,"[{'screen_name': 'acevedo_lex', 'name': 'LeX Acevedo', 'id': '892399737621663745'}, {'screen_name': 'stars4a_amy', 'name': 'Amy Houghton✨', 'id': '2445831127'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3148,1064532800450191360,1064524270984867840,1542639372000.0,2018-11-19 14:56:12,+0000,,"@ajaotj36 No, but perhaps in a few years",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1064532800450191360,[],[],0,,False,698,24,14,,None,,,,,,,"[{'screen_name': 'ajaotj36', 'name': '#EndSARS #EndSARS', 'id': '485779668'}]",,,, +3149,1064529656076886016,1064525305111470081,1542638622000.0,2018-11-19 14:43:42,+0000,,"@stars4a_amy Yeah, good idea. We have that state internally, so can push data to phone app.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1064529656076886016,[],[],0,,False,579,11,13,,None,,,,,,,"[{'screen_name': 'stars4a_amy', 'name': 'Amy Houghton✨', 'id': '2445831127'}]",,,, +3150,1064527363864649728,1064525305111470081,1542638076000.0,2018-11-19 14:34:36,+0000,,"@jsteinerman Haha, just like Super Troopers",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1064527363864649728,[],[],0,,False,617,15,15,,None,,,,,,,[],,,, +3151,1064526427129696256,1064525305111470081,1542637852000.0,2018-11-19 14:30:52,+0000,,@WillFealey Ideal situation in breakdown/accident (assuming no injuries) is that Tesla arrives at scene fast with top-of-the-line service loaner,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1064526427129696256,[],[],0,,False,724,22,26,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}]",,,, +3152,1064525305111470081,1064525305111470081,1542637585000.0,2018-11-19 14:26:25,+0000,,Will allow having your car picked up & dropped off or using mobile Tesla Rangers service vans if car lift isn’t needed,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1064525305111470081,[],[],0,,False,6353,253,335,https://twitter.com/NTXTeslaOwners/status/1064524502321778688,None,,,,,,,[],,,, +3153,1064524270984867840,1064524270984867840,1542637338000.0,2018-11-19 14:22:18,+0000,,Adding functionality to Tesla phone app allowing owners to request service for top issues with 1 or 2 taps,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1064524270984867840,[],[],0,,False,30272,563,2258,https://twitter.com/cjk7216/status/1057765681108725760,None,,,,,,,[],,,, +3154,1063869216284041216,1063865779156729857,1542481161000.0,2018-11-17 18:59:21,+0000,,"@FrameshiftShark Yes, no upgrades planned for F9. Minor tweaks to improve reliability only, provided NASA & USAF are supportive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1063869216284041216,[],[],0,,False,798,38,47,,None,,,,,,,"[{'screen_name': 'FrameshiftShark', 'name': 'Sapphire 🚀🦈', 'id': '532999756'}]",,,, +3155,1063867489543643136,1063865779156729857,1542480749000.0,2018-11-17 18:52:29,+0000,,@FrameshiftShark Radical change,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1063867489543643136,[],[],0,,False,2724,190,118,,None,,,,,,,"[{'screen_name': 'FrameshiftShark', 'name': 'Sapphire 🚀🦈', 'id': '532999756'}]",,,, +3156,1063865779156729857,1063865779156729857,1542480342000.0,2018-11-17 18:45:42,+0000,,"Btw, SpaceX is no longer planning to upgrade Falcon 9 second stage for reusability. Accelerating BFR instead. New design is very exciting! Delightfully counter-intuitive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1063865779156729857,[],[],0,,False,46492,1068,3046,,None,,,,,,,[],,,, +3157,1063859100360962049,1063858599158407168,1542478749000.0,2018-11-17 18:19:09,+0000,,@annerajb It will alert Tesla service automatically as fan power required to achieve target pressure drop exceeds spec level,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1063859100360962049,[],[],0,,False,1335,33,54,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +3158,1063858599158407168,1063858599158407168,1542478630000.0,2018-11-17 18:17:10,+0000,,"Set air flow to recirculating mode & manually raise blower speed to 5 in Model 3 for best air quality. Air filters are smaller than S/X, so clear air is achieved by circulating through filter several times.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1063858599158407168,[],[],0,,False,17463,377,1747,https://twitter.com/Teslarati/status/1063855556534898689,None,,,,,,,[],,,, +3159,1063657780534341632,1063657780534341632,1542430751000.0,2018-11-17 04:59:11,+0000,,Congratulations @BoringCompany on completing the LA/Hawthorne tunnel! Cutting edge technology! https://t.co/80WbSQekCQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1063657780534341632,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1063657242786848768/pu/img/CjDgBIMG838yIqk5.jpg,False,64479,1297,6764,,None,,,,,,,[],,,, +3160,1063639781899300864,1063632366629863424,1542426460000.0,2018-11-17 03:47:40,+0000,, https://t.co/TQhb9hQRxQ,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1063639781899300864,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1063639643164311553/pu/img/4A7UtAuETOTm2bUB.jpg,False,45119,1106,3556,,None,,,,,,,[],,,, +3161,1063632366629863424,1063632366629863424,1542424692000.0,2018-11-17 03:18:12,+0000,,Boring Company just broke through the other side!! https://t.co/4yxQgpPVfZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1063632366629863424,['https://m.soundcloud.com/fish-tales/fisher-losing-it'],[],0,,False,25681,826,3841,,None,,,,,,,[],,,, +3162,1063629719592026112,1063628735344037889,1542424061000.0,2018-11-17 03:07:41,+0000,,@nichegamer @PostMalone Missed miku concert sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1063629719592026112,[],[],0,,False,5418,82,631,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'PostMalone', 'name': 'Posty', 'id': '913812620'}]",,,, +3163,1063628735344037889,1063628735344037889,1542423826000.0,2018-11-17 03:03:46,+0000,,Listening to Better Now https://t.co/VyCkLWkRtA,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1063628735344037889,['https://open.spotify.com/track/7dt6x5M1jzdTEt8oCbisTK?si=FJBrhHxxQnSMSCeiWuoXig&nd=1'],[],0,,False,63171,1239,7009,,None,,,,,,,[],,,, +3164,1063472829100769280,1063469569564598272,1542386655000.0,2018-11-16 16:44:15,+0000,,"@BorisTheBlade02 @KiwiEV China, especially, is doing an amazing job moving towards sustainable energy generation & transport",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1063472829100769280,[],[],0,,False,2138,108,115,,None,,,,,,,"[{'screen_name': 'BorisTheBlade02', 'name': 'Roger Long', 'id': '235719756'}, {'screen_name': 'KiwiEV', 'name': 'Gavin Shoebridge', 'id': '26158478'}]",,,, +3165,1063469569564598272,1063469569564598272,1542385878000.0,2018-11-16 16:31:18,+0000,,"Sure hope this isn’t true. It is the non-linearities, such as Siberian permafrost melting or ocean currents changing, that are most difficult to predict.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1063469569564598272,[],[],0,,False,23468,1245,3478,https://twitter.com/cleantechnica/status/1063466830277369857,None,,,,,,,[],,,, +3166,1063467306607501312,1063460373251149825,1542385338000.0,2018-11-16 16:22:18,+0000,,@_TomCross_ @SpaceX Haha 😀,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1063467306607501312,[],[],0,,False,4231,57,81,,None,,,,,,,"[{'screen_name': '_TomCross_', 'name': 'TomCross', 'id': '942308439052648448'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3167,1063175331484319744,1063175331484319744,1542315726000.0,2018-11-15 21:02:06,+0000,,Looking back at the sun from upper stage & Falcon 9 🚀 landed on drone ship Of Course I Still Love You https://t.co/sg3FXIDQJL,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1063175331484319744,[],['https://pbs.twimg.com/media/DsEoUm-V4AA3wBz.jpg'],1,https://pbs.twimg.com/media/DsEoUm-V4AA3wBz.jpg,False,22099,558,1612,,None,,,,,,,[],,,, +3168,1063163083982544898,1063141100049723393,1542312806000.0,2018-11-15 20:13:26,+0000,,$5 per min to argue with knight. $12 for 3 min bulk discount.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1063163083982544898,[],[],0,,False,16714,600,767,,None,,,,,,,[],,,, +3169,1063155974289190912,1063141100049723393,1542311111000.0,2018-11-15 19:45:11,+0000,,@martinengwicht While (!castle) {brick++};,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1063155974289190912,[],[],0,,False,1138,54,85,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}]",,,, +3170,1063152501699080192,1063141100049723393,1542310283000.0,2018-11-15 19:31:23,+0000,,@TheAndwee Watchtower (feat. knight) will be at LA/Hawthorne tunnel entrance,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1063152501699080192,[],[],0,,False,1083,30,32,,None,,,,,,,"[{'screen_name': 'TheAndwee', 'name': 'an owl', 'id': '449443276'}]",,,, +3171,1063146730995228673,1063141100049723393,1542308907000.0,2018-11-15 19:08:27,+0000,,Fortnite irl,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1063146730995228673,[],[],0,,False,51561,648,5620,,None,,,,,,,[],,,, +3172,1063146393877893120,1063141100049723393,1542308827000.0,2018-11-15 19:07:07,+0000,,Boring Co is launching a whole product line of DIY watchtowers. You get bricks & a picture.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1063146393877893120,[],[],0,,False,33359,354,1997,,None,,,,,,,[],,,, +3173,1063144285824933888,1063141100049723393,1542308324000.0,2018-11-15 18:58:44,+0000,,"Um, that is not our castle. I just found a picture on the Internet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1063144285824933888,[],[],0,,False,22748,491,730,,None,,,,,,,[],,,, +3174,1063143229258817537,1063141100049723393,1542308072000.0,2018-11-15 18:54:32,+0000,,Not much but it is ours https://t.co/gx2l84M3f7,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1063143229258817537,[],['https://pbs.twimg.com/media/DsELISKUUAAxmxQ.jpg'],1,https://pbs.twimg.com/media/DsELISKUUAAxmxQ.jpg,False,20203,403,827,,None,,,,,,,[],,,, +3175,1063141100049723393,1063141100049723393,1542307565000.0,2018-11-15 18:46:05,+0000,,The Boring Company is building a watchtower in LA out of dirt bricks & we need a knight to yell insults at people in a French accent https://t.co/VChOVXXVaz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1063141100049723393,['https://www.boringcompany.com/jobs/'],[],0,,False,59665,3018,9207,,None,,,,,,,[],,,, +3176,1063128303714750464,1063127468431810560,1542304514000.0,2018-11-15 17:55:14,+0000,,"@TechDeals_16 We have to truck to departure rail head & truck from arrival rail head, which is usually from customers. Car gets moved around rail yard a lot too & trains don’t leave often.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1063128303714750464,[],[],0,,False,1174,65,40,,None,,,,,,,"[{'screen_name': 'TechDeals_16', 'name': 'Tech Deals', 'id': '715198343001952259'}]",,,, +3177,1063127477235593216,1063121238954991617,1542304317000.0,2018-11-15 17:51:57,+0000,,"@vincent13031925 Probably some deliveries in March, but April is more certain",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1063127477235593216,[],[],0,,False,608,40,26,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +3178,1063126107539431424,1063121238954991617,1542303990000.0,2018-11-15 17:46:30,+0000,,@madera_raul Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1063126107539431424,[],[],0,,False,417,6,11,,None,,,,,,,"[{'screen_name': 'madera_raul', 'name': 'Raul Madera', 'id': '298201533'}]",,,, +3179,1063125813522911233,1063121238954991617,1542303920000.0,2018-11-15 17:45:20,+0000,,"Will also be using dedicated roll-on, roll-off fast ships for transporting cars to Europe & Asia in Q1. Major focus on minimizing time from factory to new owner. Did not fully appreciate the working capital impact until recently.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1063125813522911233,[],[],0,,False,5544,207,283,,None,,,,,,,[],,,, +3180,1063124712937611264,1063121238954991617,1542303658000.0,2018-11-15 17:40:58,+0000,,@FredericLambert We bought some trucking companies & secured contracts with major haulers to avoid trucking shortage mistake of last quarter,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1063124712937611264,[],[],0,,False,1542,119,97,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3181,1063123659290595328,1063121238954991617,1542303406000.0,2018-11-15 17:36:46,+0000,,@victorpoughon Probably technically able to do so in about a year. Then up to regulators.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1063123659290595328,[],[],0,,False,1494,71,79,,None,,,,,,,"[{'screen_name': 'victorpoughon', 'name': 'Victor Poughon', 'id': '216600079'}]",,,, +3182,1063123296500121607,1063121238954991617,1542303320000.0,2018-11-15 17:35:20,+0000,,"Skipping rail saves over a month for East Coast deliveries. All things considered, it’s better to use trucks. Single load/unload & direct to owner location.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1063123296500121607,[],[],0,,False,5968,259,248,,None,,,,,,,[],,,, +3183,1063121238954991617,1063121238954991617,1542302829000.0,2018-11-15 17:27:09,+0000,,Tesla just acquired trucking capacity to ensure Model 3 can be delivered in US by Dec 31 if ordered by Nov 30 https://t.co/npmPuSXNWC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1063121238954991617,['https://3.tesla.com/model3/design#battery'],[],0,,False,19009,1316,1677,,None,,,,,,,[],,,, +3184,1062756640103915520,1062754507136946177,1542215902000.0,2018-11-14 17:18:22,+0000,,@InsideEVs We will fight Big Tequila!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1062756640103915520,[],[],0,,False,20859,597,1437,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +3185,1062754073126985728,1062731013321830400,1542215290000.0,2018-11-14 17:08:10,+0000,,@garos82 @nichegamer That would be awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1062754073126985728,[],[],0,,False,503,25,15,,None,,,,,,,"[{'screen_name': 'garos82', 'name': 'Garos', 'id': '33948408'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +3186,1062743291081289728,1025442992818073600,1542212720000.0,2018-11-14 16:25:20,+0000,,@jimmyzhong_iost @SpaceX Easily accessible energy,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1062743291081289728,[],[],0,,False,490,32,24,,None,,,,,,,"[{'screen_name': 'jimmyzhong_iost', 'name': 'Jimmy Zhong', 'id': '755070940309032961'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3187,1062734288674648069,1062731013321830400,1542210573000.0,2018-11-14 15:49:33,+0000,,@nichegamer Send me a note!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1062734288674648069,[],[],0,,False,1188,34,30,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +3188,1062733438610898944,1062731013321830400,1542210371000.0,2018-11-14 15:46:11,+0000,,@nichegamer Would be fun to add to Tesla,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1062733438610898944,[],[],0,,False,17089,424,690,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +3189,1062543005591101441,1062541799984529409,1542164968000.0,2018-11-14 03:09:28,+0000,,@MackenzieTulip @nextspaceflight @SpaceX @NASA Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1062543005591101441,[],[],0,,False,966,25,22,,None,,,,,,,"[{'screen_name': 'MackenzieTulip', 'name': 'Mackenzie Tulip', 'id': '936795752541536257'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +3190,1062542792700784640,1062541799984529409,1542164917000.0,2018-11-14 03:08:37,+0000,,@nextspaceflight @SpaceX @NASA Will try again next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1062542792700784640,[],[],0,,False,1211,30,33,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +3191,1062541799984529409,1062541799984529409,1542164680000.0,2018-11-14 03:04:40,+0000,,"Congratulations @SpaceX team! Thanks @NASA, much appreciated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1062541799984529409,[],[],0,,False,36974,500,2923,https://twitter.com/Teslarati/status/1062255003052769281,None,,,,,,,[],,,, +3192,1062064062383550464,1062064062383550464,1542050779000.0,2018-11-12 19:26:19,+0000,,"Rest in peace, Stan Lee. The many worlds of imagination & delight you created for humanity will last forever.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1062064062383550464,[],[],0,,False,420650,1473,77704,,None,,,,,,,[],,,, +3193,1061882263481344000,1061872800397373440,1542007435000.0,2018-11-12 07:23:55,+0000,,@_sheateher @MalibuWine Is he ok?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1061882263481344000,[],[],0,,False,16658,316,440,,None,,,,,,,"[{'screen_name': '_sheateher', 'name': 'Monica • Stream Folklore & Evermore', 'id': '2793169195'}, {'screen_name': 'MalibuWine', 'name': 'Malibu Wines', 'id': '30302173'}]",,,, +3194,1061540644550664192,1061540644550664192,1541925986000.0,2018-11-11 08:46:26,+0000,,"It naturally follows that a hotter system will have more energetic events. For example, as a pot of water becomes colder, it becomes inert ice, but heating a pot of water turns it into a steam boiler.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1061540644550664192,[],[],0,,False,25278,648,2723,https://twitter.com/mayemusk/status/1061412788113825792,None,,,,,,,[],,,, +3195,1061536402221948928,1061508134148231168,1541924975000.0,2018-11-11 08:29:35,+0000,,@karaswisher Scary sign of times to come. It will get worse.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1061536402221948928,[],[],0,,False,27583,567,2404,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}]",,,, +3196,1061378160653086720,1061367825724522497,1541887247000.0,2018-11-10 22:00:47,+0000,,"@kenlacovara Agreed, technically, mined hydrocarbons come primarily from ancient, decayed marine organisms & partially from geological processes (CH4 particularly)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1061378160653086720,[],[],0,,False,1246,59,61,,None,,,,,,,"[{'screen_name': 'kenlacovara', 'name': 'Kenneth Lacovara', 'id': '47247580'}]",,,, +3197,1061372745890459648,1061367825724522497,1541885956000.0,2018-11-10 21:39:16,+0000,,"Makes me so mad when smart, ethical scientists I know are accused of publishing climate papers for “grant money”. They earn 🥜 vs their other opportunities, but give that up to help world. But their accusers make billions by slowing down clean energy. Which is more credible?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1061372745890459648,[],[],0,,False,85708,1404,14704,,None,,,,,,,[],,,, +3198,1061369641908531200,1061368760890806272,1541885216000.0,2018-11-10 21:26:56,+0000,,"@SeanGVarney That is true & should be applauded. Right move is for oil companies truly to think of themselves as energy companies, but move rapidly towards clean, sustainable energy. Means lower profits short-term, but will make them stronger long-term.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1061369641908531200,[],[],0,,False,6016,139,417,,None,,,,,,,[],,,, +3199,1061367825724522497,1061367825724522497,1541884783000.0,2018-11-10 21:19:43,+0000,,"We know we’ll run out of dead dinosaurs to mine for fuel & have to use sustainable energy eventually, so why not go renewable now & avoid increasing risk of climate catastrophe? Betting that science is wrong & oil companies are right is the dumbest experiment in history by far …",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1061367825724522497,[],[],0,,False,136642,2288,34394,https://twitter.com/NewsHour/status/1026599623396192256,None,,,,,,,[],,,, +3200,1061336388791140353,1061123924354875393,1541877288000.0,2018-11-10 19:14:48,+0000,,@zandywithaz Because people on the ground know more about what’s actually needed than politicians do,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1061336388791140353,[],[],0,,False,2411,83,154,,None,,,,,,,"[{'screen_name': 'zandywithaz', 'name': 'haunted dog', 'id': '564861472'}]",,,, +3201,1061125018543947776,1061123924354875393,1541826893000.0,2018-11-10 05:14:53,+0000,,"@JackCydia Good, but not hospital grade. S & X were designed to be proof against an actual bioweapon attack. Requires a giant filter with separate acid & alkaline gas neutralization layers. Not enough room in Model 3.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1061125018543947776,[],[],0,,False,6519,149,502,,None,,,,,,,[],,,, +3202,1061123924354875393,1061123924354875393,1541826632000.0,2018-11-10 05:10:32,+0000,,"If Tesla can help people in California wildfire, please let us know. Model S & X have hospital grade HEPA filters. Maybe helpful for transporting people.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1061123924354875393,[],[],0,,False,125576,2464,13879,,None,,,,,,,[],,,, +3203,1060950419621392384,1060950188288892930,1541785266000.0,2018-11-09 17:41:06,+0000,,"@tizmagik @TeslaSupport Fair point, will reenable",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1060950419621392384,[],[],0,,False,650,86,24,,None,,,,,,,"[{'screen_name': 'tizmagik', 'name': 'Jeremy Gayed 🤓', 'id': '15137955'}, {'screen_name': 'TeslaSupport', 'name': 'Tesla Support', 'id': '738434213800595457'}]",,,, +3204,1060760248275787776,1060759329039515648,1541739925000.0,2018-11-09 05:05:25,+0000,,"@mihk101 Agreed, top priority for Autopilot team. Being cautious for max safety.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1060760248275787776,[],[],0,,False,1002,56,31,,None,,,,,,,"[{'screen_name': 'mihk101', 'name': 'Mike Leonardi', 'id': '2938866733'}]",,,, +3205,1060759329039515648,1060759329039515648,1541739706000.0,2018-11-09 05:01:46,+0000,,Please lmk what you’d most like improved/fixed about your Tesla. Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1060759329039515648,[],[],0,,False,54573,21302,2008,,None,,,,,,,[],,,, +3206,1060749963733348352,1060647831298486272,1541737473000.0,2018-11-09 04:24:33,+0000,,@exzacklyright @MKBHD @austinnotduncan @Tesla Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1060749963733348352,[],[],0,,False,855,28,15,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'austinnotduncan', 'name': 'Austin Evans', 'id': '59023203'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3207,1060706332733403136,1060647831298486272,1541727071000.0,2018-11-09 01:31:11,+0000,,"@Tesla With similar track wheels/tires/brakes, Model S P100D is faster",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1060706332733403136,[],[],0,,False,8927,267,290,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3208,1060705593701199872,1060647831298486272,1541726895000.0,2018-11-09 01:28:15,+0000,,@Erdayastronaut @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1060705593701199872,[],[],0,,False,736,29,23,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3209,1060452014642016256,1060422884772868097,1541666437000.0,2018-11-08 08:40:37,+0000,,@Tesla Would like to thank Robyn for joining the team. Great respect. Very much look forward to working together.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1060452014642016256,[],[],0,,False,17717,360,536,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3210,1060282495541727234,1060253333116473344,1541626020000.0,2018-11-07 21:27:00,+0000,,"@Erdayastronaut @annerajb No, we’re building a BFR dev ship to do supersonic through landing tests in Boca Chica, Texas",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1060282495541727234,[],[],0,,False,1972,87,100,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +3211,1060265065276825601,1060253333116473344,1541621864000.0,2018-11-07 20:17:44,+0000,,@Erdayastronaut @annerajb Won’t land propulsively for those reasons. Ultra light heat shield & high Mach control surfaces are what we can’t test well without orbital entry. I think we have a handle on propulsive landings.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1060265065276825601,[],[],0,,False,2252,90,108,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +3212,1060253755315118080,1060253333116473344,1541619168000.0,2018-11-07 19:32:48,+0000,,@annerajb Aiming for orbital flight by June,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1060253755315118080,[],[],0,,False,3311,86,164,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +3213,1060253333116473344,1060253333116473344,1541619067000.0,2018-11-07 19:31:07,+0000,,Mod to SpaceX tech tree build: Falcon 9 second stage will be upgraded to be like a mini-BFR Ship,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1060253333116473344,[],[],0,,False,33930,1168,2201,,None,,,,,,,[],,,, +3214,1060210617968058368,1059968605616594944,1541608883000.0,2018-11-07 16:41:23,+0000,,But comments are 👌,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1060210617968058368,[],[],0,,False,26657,674,459,,None,,,,,,,[],,,, +3215,1059969811860647936,1059857532347281408,1541551471000.0,2018-11-07 00:44:31,+0000,,@Benioff @boringcompany LA/Hawthorne demonstration tunnel activates Dec 10. Runs parallel to 105 freeway from Crenshaw Blvd to 405.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1059969811860647936,[],[],0,,False,962,54,63,,None,,,,,,,"[{'screen_name': 'Benioff', 'name': 'Marc Benioff', 'id': '22330739'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +3216,1059968605616594944,1059968605616594944,1541551183000.0,2018-11-07 00:39:43,+0000,,"I think Twitter is deleting fake, scam or maybe even inactive accounts. My follower count decreased by ~20k over the past few days.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1059968605616594944,[],[],0,,False,113840,4429,4658,,None,,,,,,,[],,,, +3217,1059943113886593027,1059943113886593027,1541545105000.0,2018-11-06 22:58:25,+0000,, https://t.co/gt8PXloMZn,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1059943113886593027,[],['https://pbs.twimg.com/media/DrWso_7UUAEJZGe.jpg'],1,https://pbs.twimg.com/media/DrWso_7UUAEJZGe.jpg,False,251637,3559,21338,,None,,,,,,,[],,,, +3218,1059874398566440960,1059857532347281408,1541528722000.0,2018-11-06 18:25:22,+0000,,"@Benioff @boringcompany Sure, we can do it",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1059874398566440960,[],[],0,,False,12439,339,609,,None,,,,,,,"[{'screen_name': 'Benioff', 'name': 'Marc Benioff', 'id': '22330739'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +3219,1059863189007982592,1059852113319145472,1541526050000.0,2018-11-06 17:40:50,+0000,,Zeroth Law,cy,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1059863189007982592,[],[],0,,False,10449,441,359,,None,,,,,,,[],,,, +3220,1059860872661630976,1059852113319145472,1541525497000.0,2018-11-06 17:31:37,+0000,,Foundation of psychohistory,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1059860872661630976,[],[],0,,False,12034,309,478,,None,,,,,,,[],,,, +3221,1059859704526995457,1059852113319145472,1541525219000.0,2018-11-06 17:26:59,+0000,,@thescalex I am not,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1059859704526995457,[],[],0,,False,1577,38,35,,None,,,,,,,[],,,, +3222,1059858556948635648,1059852113319145472,1541524945000.0,2018-11-06 17:22:25,+0000,,@bri_the_cheesy True,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1059858556948635648,[],[],0,,False,734,34,15,,None,,,,,,,[],,,, +3223,1059857655911444480,1059852113319145472,1541524731000.0,2018-11-06 17:18:51,+0000,,2B or !2B,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1059857655911444480,[],[],0,,False,20340,893,2697,,None,,,,,,,[],,,, +3224,1059853585524043776,1059846564032593921,1541523760000.0,2018-11-06 17:02:40,+0000,,Love Oumuamua jokes,in,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1059853585524043776,[],[],0,,False,7489,350,282,,None,,,,,,,[],,,, +3225,1059852113319145472,1059852113319145472,1541523409000.0,2018-11-06 16:56:49,+0000,,Remember the future,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1059852113319145472,[],[],0,,False,99320,2843,14983,,None,,,,,,,[],,,, +3226,1059846564032593921,1059846564032593921,1541522086000.0,2018-11-06 16:34:46,+0000,,Oh hi guys … lol https://t.co/TX10I0Ecrn,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1059846564032593921,['https://www-m.cnn.com/2018/11/06/health/oumuamua-alien-probe-harvard-intl/index.html?r=https%3A%2F%2Fwww.google.com%2F'],[],0,,False,17953,1276,1709,,None,,,,,,,[],,,, +3227,1058862358494212096,1058405925181181952,1541287433000.0,2018-11-03 23:23:53,+0000,,"@martinengwicht @DatHandsomeJerk @vincent13031925 @Teslarati @panasonic Yes, Germany has outstanding engineering talent",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1058862358494212096,[],[],0,,False,990,122,61,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'DatHandsomeJerk', 'name': 'Master of Coin FXR', 'id': '2992545650'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +3228,1058772996112826369,1058622599188504576,1541266127000.0,2018-11-03 17:28:47,+0000,,"@samsheffer Just a few mins, which is mostly accelerating & decelerating",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1058772996112826369,[],[],0,,False,2094,116,53,,None,,,,,,,"[{'screen_name': 'samsheffer', 'name': 'Sam Sheffer', 'id': '25246881'}]",,,, +3229,1058767039102312448,1058622599188504576,1541264707000.0,2018-11-03 17:05:07,+0000,, https://t.co/xGJ4Bc6HpL,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1058767039102312448,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1058766998421655552/pu/img/OxomIQC0M-6Spd9O.jpg,False,98393,2519,14407,,None,,,,,,,[],,,, +3230,1058624233750749185,1058622599188504576,1541230660000.0,2018-11-03 07:37:40,+0000,,So underappreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1058624233750749185,[],[],0,,False,31317,1081,3029,,None,,,,,,,[],,,, +3231,1058623815922544641,1058622599188504576,1541230560000.0,2018-11-03 07:36:00,+0000,,@nichegamer @candiceruizy Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1058623815922544641,[],[],0,,False,1475,24,18,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'candiceruizy', 'name': 'Candice', 'id': '3310305236'}]",,,, +3232,1058622950025265152,1058622599188504576,1541230354000.0,2018-11-03 07:32:34,+0000,,@MacTechGenius Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1058622950025265152,[],[],0,,False,1190,30,29,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +3233,1058622599188504576,1058622599188504576,1541230270000.0,2018-11-03 07:31:10,+0000,,Walked full length of Boring Co tunnel under LA tonight. Disturbingly long. On track for opening party Dec 10. Will be very one-dimensional.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1058622599188504576,[],[],0,,False,69510,1501,4501,,None,,,,,,,[],,,, +3234,1058619991468068864,1058592122167652353,1541229648000.0,2018-11-03 07:20:48,+0000,,"@planet4589 Sounds like pure luxury! When I said ‘sponge’, I was actually speaking metaphorically. Truth is, I was just a simple nucleotide, drifting alone in small crevice with 3 trillion siblings.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1058619991468068864,[],[],0,,False,1640,60,88,,None,,,,,,,"[{'screen_name': 'planet4589', 'name': 'Jonathan McDowell', 'id': '19355829'}]",,,, +3235,1058617148904361984,1058592122167652353,1541228971000.0,2018-11-03 07:09:31,+0000,,@_DionnaLeo @CouRageJD What is love?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1058617148904361984,[],[],0,,False,1762,227,110,,None,,,,,,,"[{'screen_name': 'CouRageJD', 'name': 'Jack “CouRage” Dunlop', 'id': '246596682'}]",,,, +3236,1058612862271160320,1058592122167652353,1541227949000.0,2018-11-03 06:52:29,+0000,,@AndrewFazzolare @TylerGlaiel Bikini Bottom,in,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1058612862271160320,[],[],0,,False,1624,33,76,,None,,,,,,,"[{'screen_name': 'AndrewFazzolare', 'name': 'Andrew Fazz', 'id': '23229607'}, {'screen_name': 'TylerGlaiel', 'name': 'Tyler Glaiel', 'id': '38355920'}]",,,, +3237,1058612281473290240,1058592122167652353,1541227810000.0,2018-11-03 06:50:10,+0000,,@VampyBitme Fair,fr,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1058612281473290240,[],[],0,,False,3481,18,38,,None,,,,,,,"[{'screen_name': 'VampyBitme', 'name': '⚡️Mecha Maiden⚡️', 'id': '51162310'}]",,,, +3238,1058611894368358400,1058592122167652353,1541227718000.0,2018-11-03 06:48:38,+0000,,"@TylerGlaiel Yes, that is how",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1058611894368358400,[],[],0,,False,1247,20,25,,None,,,,,,,"[{'screen_name': 'TylerGlaiel', 'name': 'Tyler Glaiel', 'id': '38355920'}]",,,, +3239,1058611114735394818,1058592122167652353,1541227532000.0,2018-11-03 06:45:32,+0000,,We didn’t even have kids back then. Just little sponges.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1058611114735394818,[],[],0,,False,52653,724,3819,,None,,,,,,,[],,,, +3240,1058610390244806656,1058586959281451008,1541227359000.0,2018-11-03 06:42:39,+0000,,@nichegamer Sea sponge. Humans would later use our bodies to clean dishes. So humiliating.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1058610390244806656,[],[],0,,False,1252,32,59,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +3241,1058602692958859264,1058586959281451008,1541225524000.0,2018-11-03 06:12:04,+0000,,@bonnienorman Wow that’s cool!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1058602692958859264,[],[],0,,False,1224,13,30,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +3242,1058593484251136000,1058592122167652353,1541223329000.0,2018-11-03 05:35:29,+0000,,Kids these days have it easy,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1058593484251136000,[],[],0,,False,47856,634,3002,,None,,,,,,,[],,,, +3243,1058592122167652353,1058592122167652353,1541223004000.0,2018-11-03 05:30:04,+0000,,I remember when I was a sponge. Simpler times they were.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1058592122167652353,[],[],0,,False,118081,2134,16698,,None,,,,,,,[],,,, +3244,1058589489809973248,1058586959281451008,1541222376000.0,2018-11-03 05:19:36,+0000,,@trobbu @Tesla Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1058589489809973248,[],[],0,,False,698,18,17,,None,,,,,,,"[{'screen_name': 'trobbu', 'name': 'Trobbu | Thomas', 'id': '501077161'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3245,1058589091254562816,1058586959281451008,1541222281000.0,2018-11-03 05:18:01,+0000,,First movie I ever saw in theaters,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1058589091254562816,[],[],0,,False,16800,545,394,,None,,,,,,,[],,,, +3246,1058588152317657088,1058586959281451008,1541222057000.0,2018-11-03 05:14:17,+0000,,When the only existing life was a sponge,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1058588152317657088,[],[],0,,False,15641,296,623,,None,,,,,,,[],,,, +3247,1058588053151707137,1058586959281451008,1541222034000.0,2018-11-03 05:13:54,+0000,,Although it was in the precambrian era,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1058588053151707137,[],[],0,,False,11729,94,296,,None,,,,,,,[],,,, +3248,1058586959281451008,1058586959281451008,1541221773000.0,2018-11-03 05:09:33,+0000,,Star Wars only had an $11M budget. Must have been in the galaxy of ridiculously low budgets. https://t.co/GcRL2uN7J7,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1058586959281451008,[],['https://pbs.twimg.com/media/DrDbOd8UUAEWaAo.jpg'],1,https://pbs.twimg.com/media/DrDbOd8UUAEWaAo.jpg,False,37316,793,2079,,None,,,,,,,[],,,, +3249,1058543698340851712,1058527431684812800,1541211459000.0,2018-11-03 02:17:39,+0000,,@Scobleizer @Tesla They’re great! Honored to work with them.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1058543698340851712,[],[],0,,False,4620,63,123,,None,,,,,,,"[{'screen_name': 'Scobleizer', 'name': '\U0001f7e3Scoble', 'id': '13348'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3250,1058523152043585536,1058523050134593536,1541206560000.0,2018-11-03 00:56:00,+0000,,@KingCloudsShop Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1058523152043585536,[],[],0,,False,409,13,8,,None,,,,,,,[],,,, +3251,1058467599736926209,1058405925181181952,1541193315000.0,2018-11-02 21:15:15,+0000,,@annerajb @vincent13031925 @Teslarati @panasonic Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1058467599736926209,[],[],0,,False,465,22,13,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +3252,1058463270992928768,1058405925181181952,1541192283000.0,2018-11-02 20:58:03,+0000,,"@DatHandsomeJerk @vincent13031925 @Teslarati @panasonic Aspirationally, they will be made to the exact same specification, but we can vary cell quantity to account for empirical variation",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1058463270992928768,[],[],0,,False,600,21,28,,None,,,,,,,"[{'screen_name': 'DatHandsomeJerk', 'name': 'Master of Coin FXR', 'id': '2992545650'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +3253,1058462122219200512,1058405925181181952,1541192009000.0,2018-11-02 20:53:29,+0000,,"@annerajb @vincent13031925 @Teslarati @panasonic Hopefully, partial presence in India, Africa & South America end of next year, with broader expansion in 2020",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1058462122219200512,[],[],0,,False,1035,95,155,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +3254,1058461495531454464,1058405925181181952,1541191860000.0,2018-11-02 20:51:00,+0000,,"@annerajb @vincent13031925 @Teslarati @panasonic Recently asked service team to expand locations to all population regions (not just major metros) in North America, Eastern Europe, China & Japan by end of next year. We are completely missing vast geographic regions in some cases.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1058461495531454464,[],[],0,,False,758,37,49,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +3255,1058459966971949056,1058405925181181952,1541191496000.0,2018-11-02 20:44:56,+0000,,"@vincent13031925 @Teslarati @panasonic To clarify further, the long-term goal for Tesla mass market products is local production for local markets (at least at the continent level). This is critical to make pricing as affordable as possible.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1058459966971949056,[],[],0,,False,911,47,72,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +3256,1058459307912552448,1058405925181181952,1541191338000.0,2018-11-02 20:42:18,+0000,,"@vincent13031925 @Teslarati @panasonic Tesla will manufacture all battery modules & packs at China Giga, as we do today in California & Nevada. Cell production will be sourced locally, most likely from several companies (incl Pana), in order to meet demand in a timely manner.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1058459307912552448,[],[],0,,False,930,31,79,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +3257,1058444531190747136,1058405925181181952,1541187815000.0,2018-11-02 19:43:35,+0000,,"@Teslarati Amazing results by @Panasonic at Tesla Gigafactory Nevada! Very much appreciate extreme hard work it took to achieve this result. Together with Pana Japan cell plants, Tesla/Pana partnership is producing ~60% of global EV battery output!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1058444531190747136,[],[],0,,False,7394,125,564,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3258,1058398295427411968,1058295512397430784,1541176792000.0,2018-11-02 16:39:52,+0000,,@lsutgr @karaswisher @Recode @DMC_Ryan Prob 2 to 3 weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1058398295427411968,[],[],0,,False,847,54,38,,None,,,,,,,"[{'screen_name': 'lsutgr', 'name': 'lsutgr', 'id': '8681532'}, {'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}, {'screen_name': 'Recode', 'name': 'Recode', 'id': '2244340904'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +3259,1058243157106642944,1058174930913648640,1541139804000.0,2018-11-02 06:23:24,+0000,,@veldeth_ @AMAZlNGNATURE v true,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1058243157106642944,[],[],0,,False,815,22,16,,None,,,,,,,"[{'screen_name': 'veldeth_', 'name': 'velrex', 'id': '935803415229218816'}, {'screen_name': 'AMAZlNGNATURE', 'name': 'Nature is Amazing ☘️', 'id': '2828212668'}]",,,, +3260,1058239175940427776,1058174930913648640,1541138855000.0,2018-11-02 06:07:35,+0000,,@AMAZlNGNATURE cute,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1058239175940427776,[],[],0,,False,17321,193,750,,None,,,,,,,"[{'screen_name': 'AMAZlNGNATURE', 'name': 'Nature is Amazing ☘️', 'id': '2828212668'}]",,,, +3261,1058211611301699584,1058211451460960256,1541132283000.0,2018-11-02 04:18:03,+0000,,@ChipdTooth Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1058211611301699584,[],[],0,,False,460,24,13,,None,,,,,,,[],,,, +3262,1058210595793625088,1058210595793625088,1541132041000.0,2018-11-02 04:14:01,+0000,,Bring Me the Horizon https://t.co/sCQpEofnPg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1058210595793625088,[],['https://pbs.twimg.com/media/Dq-E656XgAM0W7S.jpg'],1,https://pbs.twimg.com/media/Dq-E656XgAM0W7S.jpg,False,66974,1352,8685,,None,,,,,,,[],,,, +3263,1058148150488195073,1057871356367269888,1541117153000.0,2018-11-02 00:05:53,+0000,,@MikeKasprzik Aiming for next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1058148150488195073,[],[],0,,False,615,31,26,,None,,,,,,,"[{'screen_name': 'MikeKasprzik', 'name': 'Mike Kasprzik', 'id': '2396923568'}]",,,, +3264,1058106338142613506,1058105825137352705,1541107184000.0,2018-11-01 21:19:44,+0000,,@TeslaMotorsClub ♥️ Norway 🇳🇴,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1058106338142613506,[],[],0,,False,12836,229,507,,None,,,,,,,"[{'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}]",,,, +3265,1058080219041456128,1058074444512534528,1541100957000.0,2018-11-01 19:35:57,+0000,,"@InsideEVs @Tesla #’s r wrong, but 🐻 in 🧠 Tesla makes 🚘s 4 overseas & East Coast in 1st half of quarter",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1058080219041456128,[],[],0,,False,5945,199,265,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3266,1057949223445020672,1057719290856538112,1541069725000.0,2018-11-01 10:55:25,+0000,,"@vaipier Long-term, the car will work purely on vision, with radar just a plus, but maybe worth adding a radar heater anyway",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1057949223445020672,[],[],0,,False,851,52,42,,None,,,,,,,"[{'screen_name': 'vaipier', 'name': 'Pier Carlo Cadoppi', 'id': '444876592'}]",,,, +3267,1057947461652606976,1057719290856538112,1541069305000.0,2018-11-01 10:48:25,+0000,,@GlamandGore https://t.co/l8kmDOLJkZ,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1057947461652606976,[],['https://pbs.twimg.com/media/Dq6Vm2xVAAEfjrj.jpg'],1,https://pbs.twimg.com/media/Dq6Vm2xVAAEfjrj.jpg,False,3167,83,218,,None,,,,,,,[],,,, +3268,1057893769486290944,1057871356367269888,1541056504000.0,2018-11-01 07:15:04,+0000,,@raxetul We can make it work from very far away. LoS is just for safety.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1057893769486290944,[],[],0,,False,1047,31,30,,None,,,,,,,"[{'screen_name': 'raxetul', 'name': 'Emrah Urhan', 'id': '110233381'}]",,,, +3269,1057889931735912448,1057889720217198592,1541055589000.0,2018-11-01 06:59:49,+0000,,@sheslulu Hahaha <ahem>,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1057889931735912448,[],[],0,,False,1086,13,42,,None,,,,,,,"[{'screen_name': 'sheslulu', 'name': ""I ain't shit 🦂"", 'id': '46991838'}]",,,, +3270,1057888146992488450,1057871356367269888,1541055163000.0,2018-11-01 06:52:43,+0000,,@rivatez Um yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1057888146992488450,[],[],0,,False,1142,12,16,,None,,,,,,,"[{'screen_name': 'rivatez', 'name': 'Riva', 'id': '586559221'}]",,,, +3271,1057885912858681344,1057871356367269888,1541054630000.0,2018-11-01 06:43:50,+0000,,"@wordcipher Maybe AI will make me follow it, laugh like a demon & say who’s the pet now …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1057885912858681344,[],[],0,,False,918,47,69,,None,,,,,,,"[{'screen_name': 'wordcipher', 'name': '🇺🇸Michael Ranger🇲🇽🧢', 'id': '949737575220051968'}]",,,, +3272,1057884071005569024,1057871356367269888,1541054191000.0,2018-11-01 06:36:31,+0000,,"Also, you’ll be able to drive it from your phone remotely like a big RC car if in line of sight",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1057884071005569024,[],[],0,,False,35398,1171,2983,,None,,,,,,,[],,,, +3273,1057881371174035456,1057871356367269888,1541053548000.0,2018-11-01 06:25:48,+0000,,Car will drive to your phone location & follow you like a pet if you hold down summon button on Tesla app,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1057881371174035456,[],[],0,,False,38321,814,4400,,None,,,,,,,[],,,, +3274,1057871356367269888,1057871356367269888,1541051160000.0,2018-11-01 05:46:00,+0000,,"Tesla advanced Summon ready in ~6 weeks! Just an over-the-air software upgrade, so will work on all cars made in past 2 years (Autopilot hardware V2+).",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1057871356367269888,[],[],0,,False,40043,849,3358,,None,,,,,,,[],,,, +3275,1057719290856538112,1057719290856538112,1541014905000.0,2018-10-31 19:41:45,+0000,,Scientists uncover Sneaky move by GM,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1057719290856538112,[],[],0,,False,15783,575,1606,https://twitter.com/InsideEVs/status/1057718047102918656,None,,,,,,,[],,,, +3276,1057690425710891009,1057670995400646657,1541008023000.0,2018-10-31 17:47:03,+0000,,"@rarelyserious @Tesla For those unfamiliar, this uses Tesla Autopark/Summon. Slightly smarter version hopefully ready soon. By next year, a Tesla should be able to drive around a parking lot, find an empty spot, read signs to confirm it’s valid & park.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1057690425710891009,[],[],0,,False,29855,559,3210,,None,,,,,,,"[{'screen_name': 'rarelyserious', 'name': 'D Shawn Kennedy 🛂', 'id': '89226907'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3277,1057688156315693057,1057670995400646657,1541007482000.0,2018-10-31 17:38:02,+0000,,@rarelyserious @Tesla Cool haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1057688156315693057,[],[],0,,False,36355,143,1311,,None,,,,,,,"[{'screen_name': 'rarelyserious', 'name': 'D Shawn Kennedy 🛂', 'id': '89226907'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3278,1057030946594029569,1057010155332628481,1540850791000.0,2018-10-29 22:06:31,+0000,,"Legally required officers of a corporation are president, treasurer & secretary. Guess I have to keep 1st one or it will confuse the authorities.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1057030946594029569,[],[],0,,False,32086,1002,1082,,None,,,,,,,[],,,, +3279,1057025309688520704,1057010155332628481,1540849447000.0,2018-10-29 21:44:07,+0000,,"@FredericLambert Good point, might put that one back",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1057025309688520704,[],[],0,,False,2286,117,38,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3280,1057010155332628481,1057010155332628481,1540845833000.0,2018-10-29 20:43:53,+0000,,Deleted my Tesla titles last week to see what would happen. I’m now the Nothing of Tesla. Seems fine so far.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1057010155332628481,[],[],0,,False,120837,3475,8373,,None,,,,,,,[],,,, +3281,1056031369480962048,1055984917627265025,1540612473000.0,2018-10-27 03:54:33,+0000,,@SnazzyQ @FredericLambert Signing off Twitter for a few days ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056031369480962048,[],[],0,,False,2317,378,88,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3282,1056030239610925056,1055984917627265025,1540612203000.0,2018-10-27 03:50:03,+0000,,"@SnazzyQ @FredericLambert Don’t worry, we’ll make it right",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056030239610925056,[],[],0,,False,1380,77,32,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3283,1056028956124561408,1055891642585112576,1540611897000.0,2018-10-27 03:44:57,+0000,,@CGasparino @Tesla The FOIA on this will be solid gold. Can’t wait.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056028956124561408,[],[],0,,False,1037,50,41,,None,,,,,,,"[{'screen_name': 'CGasparino', 'name': 'Charles Gasparino', 'id': '68739089'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3284,1056027905807941632,1056027618296836098,1540611647000.0,2018-10-27 03:40:47,+0000,,@Model3Owners Not going up. We will just offer those who ordered bought 3P either $5k back or free lifetime Supercharging.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056027905807941632,[],[],0,,False,3743,210,161,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +3285,1056026765502513152,1055984917627265025,1540611375000.0,2018-10-27 03:36:15,+0000,,"@Lindowitz @FredericLambert It’s a reasonable criticism. We wanted to make the awesome version of Model 3 Performance more affordable, but it was arguably too much too soon. Taking corrective action …",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056026765502513152,[],[],0,,False,1200,71,37,,None,,,,,,,"[{'screen_name': 'Lindowitz', 'name': 'CRL', 'id': '22543223'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3286,1056025766599651328,1055891642585112576,1540611137000.0,2018-10-27 03:32:17,+0000,,"@CGasparino @Tesla Exactly, this is total bs. What part of “production hell” sounds like a sure thing!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056025766599651328,[],[],0,,False,4544,146,188,,None,,,,,,,"[{'screen_name': 'CGasparino', 'name': 'Charles Gasparino', 'id': '68739089'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3287,1056025320397037570,1055988960458141697,1540611031000.0,2018-10-27 03:30:31,+0000,,@sk2sno @rtk86 @sheldonth @FactsDataTruth @Tesla We will enable track mode for all performance cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056025320397037570,[],[],0,,False,848,44,36,,None,,,,,,,"[{'screen_name': 'rtk86', 'name': 'RK', 'id': '289674448'}, {'screen_name': 'sheldonth', 'name': 'Stan Weinstein', 'id': '20161389'}, {'screen_name': 'FactsDataTruth', 'name': 'FOLLOW-THE-$$$', 'id': '4847480200'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3288,1056025032617426945,1055984917627265025,1540610962000.0,2018-10-27 03:29:22,+0000,,"@FredericLambert It was underpriced. Anyway, if you want $5k refund & free Supercharging turned off, we will do that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056025032617426945,[],[],0,,False,1208,88,39,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3289,1056024539832844288,1055988960458141697,1540610844000.0,2018-10-27 03:27:24,+0000,,"@rtk86 @sheldonth @FactsDataTruth @Tesla Ok, we will turn off lifetime free Supercharging and give you $5k refund",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056024539832844288,[],[],0,,False,763,39,21,,None,,,,,,,"[{'screen_name': 'rtk86', 'name': 'RK', 'id': '289674448'}, {'screen_name': 'sheldonth', 'name': 'Stan Weinstein', 'id': '20161389'}, {'screen_name': 'FactsDataTruth', 'name': 'FOLLOW-THE-$$$', 'id': '4847480200'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3290,1056024270076239873,1055984917627265025,1540610780000.0,2018-10-27 03:26:20,+0000,,"@ctgm @FredericLambert Yeah, or free lifetime Supercharging, whichever you prefer",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056024270076239873,[],[],0,,False,570,12,16,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3291,1056023407907659783,1055984917627265025,1540610575000.0,2018-10-27 03:22:55,+0000,,@FredericLambert Didn’t you get free Supercharging for life? Current buyers don’t get that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056023407907659783,[],[],0,,False,1327,71,38,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3292,1056017653758738432,1055990004738977793,1540609203000.0,2018-10-27 03:00:03,+0000,,@annerajb @FredericLambert @pjj_knowles @yames51 @DigitalDunzey Exactly. That’s Monday.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056017653758738432,[],[],0,,False,811,42,26,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'yames51', 'name': 'notarobot', 'id': '804865217503100936'}, {'screen_name': 'DigitalDunzey', 'name': '឵឵឵', 'id': '761695313157500929'}]",,,, +3293,1056014996860166145,1056014391265628160,1540608569000.0,2018-10-27 02:49:29,+0000,,"@officialjaden Yes. Will require tapping indicator to confirm at first. When safety looks good after 10M miles of driving or so, there will be an option to turn off confirm.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1056014996860166145,[],[],0,,False,8877,95,364,,None,,,,,,,[],,,, +3294,1056012930423160832,1055990004738977793,1540608077000.0,2018-10-27 02:41:17,+0000,,"@pjj_knowles @yames51 @DigitalDunzey No, but I will",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1056012930423160832,[],[],0,,False,1087,21,33,,None,,,,,,,"[{'screen_name': 'yames51', 'name': 'notarobot', 'id': '804865217503100936'}, {'screen_name': 'DigitalDunzey', 'name': '឵឵឵', 'id': '761695313157500929'}]",,,, +3295,1056012650918727681,1056012539321032704,1540608010000.0,2018-10-27 02:40:10,+0000,,@mangeHDbackup Isn’t it obvious?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1056012650918727681,[],[],0,,False,527,23,15,,None,,,,,,,"[{'screen_name': 'mangeHDbackup', 'name': 'mangeHD', 'id': '4112981193'}]",,,, +3296,1056012218897059841,1055990004738977793,1540607907000.0,2018-10-27 02:38:27,+0000,,@yames51 @DigitalDunzey Worth it,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1056012218897059841,[],[],0,,False,2906,82,221,,None,,,,,,,"[{'screen_name': 'yames51', 'name': 'notarobot', 'id': '804865217503100936'}, {'screen_name': 'DigitalDunzey', 'name': '឵឵឵', 'id': '761695313157500929'}]",,,, +3297,1056012001606914048,1055292175347441664,1540607855000.0,2018-10-27 02:37:35,+0000,,@vincent13031925 @cleantechnica @CNBC @businessinsider @business @WSJ @Teslarati @InsideEVs True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1056012001606914048,[],[],0,,False,1313,37,40,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +3298,1056001102385049601,1056001102385049601,1540605257000.0,2018-10-27 01:54:17,+0000,,Tesla Autopilot Drive on Navigation going to wide release in North America tonight,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1056001102385049601,[],[],0,,False,47349,1505,3465,,None,,,,,,,[],,,, +3299,1056000474560659456,1055988960458141697,1540605107000.0,2018-10-27 01:51:47,+0000,,"@sheldonth @FactsDataTruth @Tesla Not exactly. We just bundled the upgrade package into Performance. No problem if you want to return the car, but I think lifetime free Supercharging is a good deal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1056000474560659456,[],[],0,,False,642,50,26,,None,,,,,,,"[{'screen_name': 'sheldonth', 'name': 'Stan Weinstein', 'id': '20161389'}, {'screen_name': 'FactsDataTruth', 'name': 'FOLLOW-THE-$$$', 'id': '4847480200'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3300,1055999636236685312,1055990004738977793,1540604907000.0,2018-10-27 01:48:27,+0000,,@fb1975 @DigitalDunzey Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1055999636236685312,[],[],0,,False,804,20,19,,None,,,,,,,"[{'screen_name': 'fb1975', 'name': 'Fernando Bermúdez', 'id': '60685003'}, {'screen_name': 'DigitalDunzey', 'name': '឵឵឵', 'id': '761695313157500929'}]",,,, +3301,1055999003299471360,1055990004738977793,1540604756000.0,2018-10-27 01:45:56,+0000,,"@DigitalDunzey On Insta, 10% of followers like even lame posts. On Twitter, good posts get 1%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1055999003299471360,[],[],0,,False,2095,75,78,,None,,,,,,,"[{'screen_name': 'DigitalDunzey', 'name': '឵឵឵', 'id': '761695313157500929'}]",,,, +3302,1055996774572154880,1055990004738977793,1540604225000.0,2018-10-27 01:37:05,+0000,,@_Akhaten @nichegamer @raissabontempo @SomeGrayAreas @reddit @Twitter Lacks scale,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1055996774572154880,[],[],0,,False,457,21,7,,None,,,,,,,"[{'screen_name': '_Akhaten', 'name': 'Akhaten', 'id': '446661986'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'raissabontempo', 'name': 'Raíssa Bontempo', 'id': '28591983'}, {'screen_name': 'SomeGrayAreas', 'name': 'Travis Gray', 'id': '2595554449'}, {'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}, {'screen_name': 'Twitter', 'name': 'Twitter', 'id': '783214'}]",,,, +3303,1055996020474036224,1055990004738977793,1540604045000.0,2018-10-27 01:34:05,+0000,,"@nichegamer @raissabontempo @SomeGrayAreas @reddit @Twitter Reddit is massive, but def has gems",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1055996020474036224,[],[],0,,False,1720,46,29,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'raissabontempo', 'name': 'Raíssa Bontempo', 'id': '28591983'}, {'screen_name': 'SomeGrayAreas', 'name': 'Travis Gray', 'id': '2595554449'}, {'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}, {'screen_name': 'Twitter', 'name': 'Twitter', 'id': '783214'}]",,,, +3304,1055993647995412481,1055990004738977793,1540603479000.0,2018-10-27 01:24:39,+0000,,"@SomeGrayAreas @reddit @Twitter Reddit’s twitter account is lame, because it’s not real Reddit",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1055993647995412481,[],[],0,,False,2554,41,53,,None,,,,,,,"[{'screen_name': 'SomeGrayAreas', 'name': 'Travis Gray', 'id': '2595554449'}, {'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}, {'screen_name': 'Twitter', 'name': 'Twitter', 'id': '783214'}]",,,, +3305,1055991876879233024,1055990004738977793,1540603057000.0,2018-10-27 01:17:37,+0000,,@Mcgillligan Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1055991876879233024,[],[],0,,False,1802,39,30,,None,,,,,,,"[{'screen_name': 'Mcgillligan', 'name': 'Logan / Gilli 🐉', 'id': '84401700'}]",,,, +3306,1055991558174953472,1055988960458141697,1540602981000.0,2018-10-27 01:16:21,+0000,,@FactsDataTruth @Tesla You’re right. Earlier Model 3 Performance buyers got free lifetime Supercharging. Will add that to anyone who bought recently.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1055991558174953472,[],[],0,,False,663,49,31,,None,,,,,,,"[{'screen_name': 'FactsDataTruth', 'name': 'FOLLOW-THE-$$$', 'id': '4847480200'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3307,1055990004738977793,1055990004738977793,1540602611000.0,2018-10-27 01:10:11,+0000,,"On Twitter, likes are rare & criticism is brutal. So hardcore. It’s great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1055990004738977793,[],[],0,,False,150979,3037,13440,,None,,,,,,,[],,,, +3308,1055958732599783425,1055958732599783425,1540595155000.0,2018-10-26 23:05:55,+0000,,Glad you’re ok @tylerthecreator https://t.co/ie4yBMw0tW,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1055958732599783425,['https://www.reddit.com/r/teslamotors/comments/9rkrzg/tyler_the_creator_survives_car_crash_after/?st=JNQMEMQA&sh=1a3407e2'],[],0,,False,50625,388,5757,,None,,,,,,,[],,,, +3309,1055942429013041153,1054381014103904256,1540591268000.0,2018-10-26 22:01:08,+0000,,"@PopularEthics @Tesla S is better, but rear seat folds down in Model 3, so bikes can fit in trunk",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1055942429013041153,[],[],0,,False,617,26,17,,None,,,,,,,"[{'screen_name': 'PopularEthics', 'name': 'Brendan Simons', 'id': '265744938'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3310,1055909450987450368,1055882134387335168,1540583405000.0,2018-10-26 19:50:05,+0000,,@scr00chy @mcjamez @Tesla Hey that’s my Halloween costume!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1055909450987450368,[],[],0,,False,1389,39,58,,None,,,,,,,"[{'screen_name': 'scr00chy', 'name': 'ElonX.net', 'id': '14573260'}, {'screen_name': 'mcjamez', 'name': 'Jim McPherson', 'id': '23389610'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3311,1055899741551095808,1055890095017000960,1540581090000.0,2018-10-26 19:11:30,+0000,,@bosterogriego @Tesla @mayemusk @WSJ Good question,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1055899741551095808,[],[],0,,False,4292,147,216,,None,,,,,,,"[{'screen_name': 'bosterogriego', 'name': 'Peter Gianulis', 'id': '361045772'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +3312,1055882299756109824,1055882134387335168,1540576932000.0,2018-10-26 18:02:12,+0000,,"@mcjamez @Tesla Clearly, you’re not reading my twitter",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1055882299756109824,[],[],0,,False,2321,68,140,,None,,,,,,,"[{'screen_name': 'mcjamez', 'name': 'Jim McPherson', 'id': '23389610'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3313,1055882032679542784,1055517521082609664,1540576868000.0,2018-10-26 18:01:08,+0000,,@Eifiea @ianelantzy @SEC_Enforcement I wish,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1055882032679542784,[],[],0,,False,878,14,26,,None,,,,,,,"[{'screen_name': 'Eifiea', 'name': 'Toki', 'id': '4836717351'}, {'screen_name': 'ianelantzy', 'name': 'Ian Lantzy', 'id': '257726051'}, {'screen_name': 'SEC_Enforcement', 'name': 'SEC Enforcement', 'id': '299661515'}]",,,, +3314,1055874116803158016,1055873570235019264,1540574981000.0,2018-10-26 17:29:41,+0000,,@rstefani11 @Tesla Taking action. Tesla body shops now operating in California aiming for same day body repair in most cases.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1055874116803158016,[],[],0,,False,6497,108,153,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3315,1055864213585809408,1055633894739857414,1540572620000.0,2018-10-26 16:50:20,+0000,,@Zorbrix @JamesLandino Yes Zorbix,nl,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1055864213585809408,[],[],0,,False,2301,33,40,,None,,,,,,,"[{'screen_name': 'Zorbrix', 'name': 'Zorbrix', 'id': '2670092449'}, {'screen_name': 'JamesLandino', 'name': 'James Landino', 'id': '1292056170'}]",,,, +3316,1055862869760237569,1055517521082609664,1540572299000.0,2018-10-26 16:44:59,+0000,,"@ianelantzy @SEC_Enforcement Sir, I would never …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1055862869760237569,[],[],0,,False,1331,53,55,,None,,,,,,,"[{'screen_name': 'ianelantzy', 'name': 'Ian Lantzy', 'id': '257726051'}, {'screen_name': 'SEC_Enforcement', 'name': 'SEC Enforcement', 'id': '299661515'}]",,,, +3317,1055690934384381953,1055517521082609664,1540531307000.0,2018-10-26 05:21:47,+0000,,"@CateLuvsLondon Yes, I am a little girl. Ok, not that little. Or a girl.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1055690934384381953,[],[],0,,False,2440,129,261,,None,,,,,,,"[{'screen_name': 'CateLuvsLondon', 'name': 'Catherine Griffiths', 'id': '827689915'}]",,,, +3318,1055689809367199744,1028121465785405441,1540531038000.0,2018-10-26 05:17:18,+0000,,Making progress …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1055689809367199744,[],[],0,,False,31584,763,1405,,None,,,,,,,[],,,, +3319,1055689369535692801,1055517521082609664,1540530934000.0,2018-10-26 05:15:34,+0000,,I said dankest not darkest omg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1055689369535692801,[],[],0,,False,123360,3195,10830,,None,,,,,,,[],,,, +3320,1055653541317042177,1055633894739857414,1540522392000.0,2018-10-26 02:53:12,+0000,,@JamesLandino im actually cat girl here’s selfie rn https://t.co/2h4WeuwepE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1055653541317042177,[],['https://pbs.twimg.com/media/DqZvTKCUUAEKNMA.jpg'],1,https://pbs.twimg.com/media/DqZvTKCUUAEKNMA.jpg,False,67519,2492,20631,,None,,,,,,,"[{'screen_name': 'JamesLandino', 'name': 'James Landino', 'id': '1292056170'}]",,,, +3321,1055651447428116480,1055633894739857414,1540521892000.0,2018-10-26 02:44:52,+0000,,@JamesLandino It’s pretty hot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1055651447428116480,[],[],0,,False,10534,138,725,,None,,,,,,,"[{'screen_name': 'JamesLandino', 'name': 'James Landino', 'id': '1292056170'}]",,,, +3322,1055631532444934144,1055612158216552449,1540517144000.0,2018-10-26 01:25:44,+0000,,"Deep down, I think Frost secretly preferred the latter",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1055631532444934144,[],[],0,,False,14376,503,344,,None,,,,,,,[],,,, +3323,1055612813635280896,1055612703073583104,1540512681000.0,2018-10-26 00:11:21,+0000,,@ElDuderinoGG Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1055612813635280896,[],[],0,,False,1276,38,72,,None,,,,,,,"[{'screen_name': 'ElDuderinoGG', 'name': 'El Duderino', 'id': '1592502890'}]",,,, +3324,1055612158216552449,1055612158216552449,1540512525000.0,2018-10-26 00:08:45,+0000,,Fire and Ice https://t.co/ulgSZ1wlPl,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1055612158216552449,[],['https://pbs.twimg.com/media/DqZJqNJXgAAc0cp.jpg'],1,https://pbs.twimg.com/media/DqZJqNJXgAAc0cp.jpg,False,32364,1446,3528,,None,,,,,,,[],,,, +3325,1055607883595886592,1055600140730347520,1540511506000.0,2018-10-25 23:51:46,+0000,,"Flies like an arrow, but fruit flies like a banana",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1055607883595886592,[],[],0,,False,47664,1217,4306,,None,,,,,,,[],,,, +3326,1055606159715971072,1055605620362174465,1540511095000.0,2018-10-25 23:44:55,+0000,,@NewYorker Love the Concorde,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1055606159715971072,[],[],0,,False,4358,280,143,,None,,,,,,,"[{'screen_name': 'NewYorker', 'name': 'The New Yorker', 'id': '14677919'}]",,,, +3327,1055604614265860101,1055603392209412096,1540510726000.0,2018-10-25 23:38:46,+0000,,@SwiftOnSecurity Bound to happen,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1055604614265860101,[],[],0,,False,2319,42,96,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +3328,1055601434337497088,1055600140730347520,1540509968000.0,2018-10-25 23:26:08,+0000,,@Gounther_ Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1055601434337497088,[],[],0,,False,1361,34,38,,None,,,,,,,[],,,, +3329,1055600140730347520,1055600140730347520,1540509660000.0,2018-10-25 23:21:00,+0000,,Time,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1055600140730347520,[],[],0,,False,56072,4068,5732,,None,,,,,,,[],,,, +3330,1055592321654243328,1055362206798307328,1540507796000.0,2018-10-25 22:49:56,+0000,,@Model3Owners Love Tesla supporters so much!!♥️♥️♥️♥️♥️♥️♥️♥️ ♥️ ♥️♥️♥️ ♥️ ♥️♥️ ♥️ ♥️ ♥️ ♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1055592321654243328,[],[],0,,False,18590,498,912,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +3331,1055589758536081408,1055517521082609664,1540507185000.0,2018-10-25 22:39:45,+0000,,@pewdiepie Midnight,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1055589758536081408,[],[],0,,False,36262,456,2142,,None,,,,,,,"[{'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +3332,1055585815718322178,1055517521082609664,1540506244000.0,2018-10-25 22:24:04,+0000,,My twitter feed rn https://t.co/48Ay7CxR56,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1055585815718322178,[],['https://pbs.twimg.com/tweet_video_thumb/DqYxrx3X4AIxYBY.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/DqYxrx3X4AIxYBY.jpg,False,76197,1008,6153,,None,,,,,,,[],,,, +3333,1055570196222509056,1055517521082609664,1540502520000.0,2018-10-25 21:22:00,+0000,,@EndyO_ Then the hell with science!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1055570196222509056,[],[],0,,False,1791,50,86,,None,,,,,,,"[{'screen_name': 'EndyO_', 'name': 'Andy Dwyer', 'id': '612637827'}]",,,, +3334,1055568956625285120,1055517521082609664,1540502225000.0,2018-10-25 21:17:05,+0000,,Not moths tho,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1055568956625285120,[],[],0,,False,99884,2220,7666,,None,,,,,,,[],,,, +3335,1055517521082609664,1055517521082609664,1540489962000.0,2018-10-25 17:52:42,+0000,,Send me ur dankest memes!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1055517521082609664,[],[],0,,False,300587,44187,59346,,None,,,,,,,[],,,, +3336,1055516972866166784,1055515363335561216,1540489831000.0,2018-10-25 17:50:31,+0000,,🐻 in 🧠,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1055516972866166784,[],[],0,,False,17223,319,771,,None,,,,,,,[],,,, +3337,1055515363335561216,1055515363335561216,1540489447000.0,2018-10-25 17:44:07,+0000,,Fresh puro from my meme dealer https://t.co/EdU5uJVVne,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1055515363335561216,[],['https://pbs.twimg.com/media/DqXxn98XgAEYSvO.jpg'],1,https://pbs.twimg.com/media/DqXxn98XgAEYSvO.jpg,False,92595,1216,14072,,None,,,,,,,[],,,, +3338,1055501230875668480,1055497095757660160,1540486078000.0,2018-10-25 16:47:58,+0000,,@pmcollins @cleantechnica Exactly. There are many states where we are not allowed to sell cars at all or are severely restricted to literally one store.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1055501230875668480,[],[],0,,False,1381,63,74,,None,,,,,,,"[{'screen_name': 'pmcollins', 'name': 'pablo', 'id': '16227197'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3339,1055500063785463808,1055497095757660160,1540485800000.0,2018-10-25 16:43:20,+0000,,"@cleantechnica Model 3 was top-selling car in US by revenue despite no advertising, no paid endorsements & no discounts. Competitors spent billions on marketing. Model 3 was product alone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1055500063785463808,[],[],0,,False,19881,421,2338,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3340,1055362206798307328,1055362206798307328,1540452932000.0,2018-10-25 07:35:32,+0000,,Massive thanks to Tesla owners & supporters. We wouldn’t be here without you.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1055362206798307328,[],[],0,,False,83551,2006,3588,,None,,,,,,,[],,,, +3341,1055350291992731648,1053060766771761152,1540450091000.0,2018-10-25 06:48:11,+0000,,@mikearildbrown @MartyHungerford Same,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1055350291992731648,[],[],0,,False,716,65,22,,None,,,,,,,"[{'screen_name': 'mikearildbrown', 'name': 'Mike Brown', 'id': '15629171'}, {'screen_name': 'MartyHungerford', 'name': 'Martin Hungerford', 'id': '398665160'}]",,,, +3342,1055350177941225473,1055349794221117440,1540450064000.0,2018-10-25 06:47:44,+0000,,@KevinJawbreaker 2025,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1055350177941225473,[],[],0,,False,7213,114,325,,None,,,,,,,[],,,, +3343,1055349794221117440,1055349794221117440,1540449973000.0,2018-10-25 06:46:13,+0000,,How’d they know!? https://t.co/AZh4EOrgmc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1055349794221117440,[],['https://pbs.twimg.com/media/DqVbCruUwAASq4s.jpg'],1,https://pbs.twimg.com/media/DqVbCruUwAASq4s.jpg,False,345987,2904,73333,,None,,,,,,,[],,,, +3344,1055326060957429760,1053060766771761152,1540444314000.0,2018-10-25 05:11:54,+0000,,@MartyHungerford Around mid 2019,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1055326060957429760,[],[],0,,False,807,46,37,,None,,,,,,,"[{'screen_name': 'MartyHungerford', 'name': 'Martin Hungerford', 'id': '398665160'}]",,,, +3345,1054822628077096960,1054812318096216064,1540324286000.0,2018-10-23 19:51:26,+0000,,"@houmanhemmati @FredericLambert There have been hundreds of improvements to fit & finish over the years, but no major step change in this regard. Seats, especially, are dramatically better now than in the past.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1054822628077096960,[],[],0,,False,1626,103,56,,None,,,,,,,"[{'screen_name': 'houmanhemmati', 'name': 'Houman Hemmati', 'id': '230307512'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3346,1054821665782214656,1054812318096216064,1540324057000.0,2018-10-23 19:47:37,+0000,,@FredericLambert Only thing almost anyone would notice is the nose,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1054821665782214656,[],[],0,,False,1451,60,36,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3347,1054814318762459136,1054812318096216064,1540322305000.0,2018-10-23 19:18:25,+0000,,@FredericLambert Just did that to correct the front design esthetic of Model S. The nose of an electric car shouldn’t look like a radiator grill opening.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1054814318762459136,[],[],0,,False,2891,115,99,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3348,1054812318096216064,1054812318096216064,1540321828000.0,2018-10-23 19:10:28,+0000,,"Get this question a lot, so need to clarify that there’s no such thing as a Tesla “refresh”. Other car companies do this every ~3 years, but Tesla constantly upgrades vehicle hardware every week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1054812318096216064,[],[],0,,False,50704,1106,2937,,None,,,,,,,[],,,, +3349,1054801685791436800,1054801685791436800,1540319293000.0,2018-10-23 18:28:13,+0000,,"To simplify production, many Tesla Model S & X interior configs, will no longer be available after Nov 1. Order now to be sure of the one you want.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1054801685791436800,[],[],0,,False,18126,734,986,,None,,,,,,,[],,,, +3350,1054683528661622785,1054666489276428288,1540291122000.0,2018-10-23 10:38:42,+0000,,"@cleantechnica Model 3 body design could def be less complex, but, yes, most of weight difference is due to higher safety vs other cars",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1054683528661622785,[],[],0,,False,6237,156,246,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3351,1054611698626158593,1054501056229588992,1540273997000.0,2018-10-23 05:53:17,+0000,,@vicentes Working on it,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1054611698626158593,[],[],0,,False,747,44,18,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +3352,1054602802880626689,1054601360530784258,1540271876000.0,2018-10-23 05:17:56,+0000,,@jeanrodriguez3 That is correct,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1054602802880626689,[],[],0,,False,14687,89,477,,None,,,,,,,"[{'screen_name': 'jeanrodriguez3', 'name': 'The Senate', 'id': '282282795'}]",,,, +3353,1054601360530784258,1054601360530784258,1540271532000.0,2018-10-23 05:12:12,+0000,,Twitter thought I got hacked & locked my account haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1054601360530784258,[],[],0,,False,196885,2881,16485,,None,,,,,,,[],,,, +3354,1054520588734058496,1054501056229588992,1540252275000.0,2018-10-22 23:51:15,+0000,,@vicentes @Grimezsz Wanna buy some Bitcoin? 😉😉 https://t.co/9ZbBJ5fuVq,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1054520588734058496,[],['https://pbs.twimg.com/media/DqJo4XUU8AAVUcl.jpg'],1,https://pbs.twimg.com/media/DqJo4XUU8AAVUcl.jpg,False,23751,1063,7379,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +3355,1054510095491428352,1054501056229588992,1540249773000.0,2018-10-22 23:09:33,+0000,,And I own a chibi Wolverine,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1054510095491428352,[],[],0,,False,97836,1139,9060,,None,,,,,,,[],,,, +3356,1054509050350555136,1054501056229588992,1540249524000.0,2018-10-22 23:05:24,+0000,,@Kirinodere https://t.co/2exdO1Hoks,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1054509050350555136,[],"['https://pbs.twimg.com/media/DqJeY9rVsAAZKaz.jpg', 'https://pbs.twimg.com/media/DqJeY9qVsAUb2YG.jpg']",1,https://pbs.twimg.com/media/DqJeY9rVsAAZKaz.jpg,False,27861,468,10448,,None,,,,,,,[],,,, +3357,1054501056229588992,1054501056229588992,1540247618000.0,2018-10-22 22:33:38,+0000,,i🖤anime,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1054501056229588992,[],[],0,,False,422624,12067,128101,,None,,,,,,,[],,,, +3358,1054496095819116544,1054496095819116544,1540246435000.0,2018-10-22 22:13:55,+0000,,"Order Tesla without test drive & you get 3 days to return for refund, else 1 day",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1054496095819116544,[],[],0,,False,21998,385,991,https://twitter.com/jamescharles/status/1054488079208112133,None,,,,,,,[],,,, +3359,1054490338570584064,1054487430043074561,1540245062000.0,2018-10-22 21:51:02,+0000,,@FredericLambert Former,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1054490338570584064,[],[],0,,False,780,40,26,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3360,1054490213693542400,1054487430043074561,1540245033000.0,2018-10-22 21:50:33,+0000,,@migueldeicaza Will be in next point release,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1054490213693542400,[],[],0,,False,756,39,22,,None,,,,,,,"[{'screen_name': 'migueldeicaza', 'name': 'Miguel de Icaza', 'id': '823083'}]",,,, +3361,1054488872703340544,1054487707790045187,1540244713000.0,2018-10-22 21:45:13,+0000,,"@KM1313 Hopefully, a few months for Drive on Navigation capability. We need to address differences in how lane lines are painted. Varies greatly by country.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1054488872703340544,[],[],0,,False,2286,88,90,,None,,,,,,,"[{'screen_name': 'KM1313', 'name': 'Xavier Puigcercos', 'id': '21427257'}]",,,, +3362,1054439668731629568,1054164543922823168,1540232982000.0,2018-10-22 18:29:42,+0000,,@Erdayastronaut @nextspaceflight Good point …,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1054439668731629568,[],[],0,,False,916,58,29,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +3363,1054436171311247360,1054434535272673280,1540232148000.0,2018-10-22 18:15:48,+0000,,@mayemusk @cleantechnica @nytimes @Tesla @businessinsider @business @TheStreet @CNBC @Forbes Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1054436171311247360,[],[],0,,False,884,64,42,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}, {'screen_name': 'TheStreet', 'name': 'TheStreet', 'id': '15281391'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'Forbes', 'name': 'Forbes', 'id': '91478624'}]",,,, +3364,1054434449725652992,1054164543922823168,1540231737000.0,2018-10-22 18:08:57,+0000,,"@nextspaceflight @Erdayastronaut This is a ~ 6000 ft demo tunnel. First operational, high-speed tunnel still set for Chicago, pending regulatory approvals.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1054434449725652992,[],[],0,,False,862,33,55,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3365,1054168068253872128,1054164543922823168,1540168227000.0,2018-10-22 00:30:27,+0000,,@nextspaceflight @Erdayastronaut Under LA (Hawthorne),de,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1054168068253872128,[],[],0,,False,1276,52,65,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3366,1054167945230700544,1054164543922823168,1540168198000.0,2018-10-22 00:29:58,+0000,,@nextspaceflight @Erdayastronaut 155 mph | 250 km/h,in,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1054167945230700544,[],[],0,,False,1533,31,78,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3367,1054167515792793600,1054164543922823168,1540168095000.0,2018-10-22 00:28:15,+0000,,@Erdayastronaut Opening event that night & free rides for the public next day,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1054167515792793600,[],[],0,,False,1946,59,133,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3368,1054166993983569920,1054164543922823168,1540167971000.0,2018-10-22 00:26:11,+0000,,"@PkmnMasterHolly Pretty close, actually",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1054166993983569920,[],[],0,,False,6728,65,119,,None,,,,,,,"[{'screen_name': 'PkmnMasterHolly', 'name': 'PkmnMasterHolly', 'id': '880173634379292673'}]",,,, +3369,1054165297374982144,1054164543922823168,1540167566000.0,2018-10-22 00:19:26,+0000,,@vikrantsingh I think real,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1054165297374982144,[],[],0,,False,1348,43,41,,None,,,,,,,"[{'screen_name': 'vikrantsingh', 'name': 'Vikrant Singh', 'id': '24842551'}]",,,, +3370,1054164838430064640,1054164543922823168,1540167457000.0,2018-10-22 00:17:37,+0000,,Opens Dec 10,pt,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1054164838430064640,[],[],0,,False,40574,757,2042,,None,,,,,,,[],,,, +3371,1054164543922823168,1054164543922823168,1540167387000.0,2018-10-22 00:16:27,+0000,,The first tunnel is almost done,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1054164543922823168,[],[],0,,False,102590,1853,7955,,None,,,,,,,[],,,, +3372,1054124703663542274,1054115562769416192,1540157888000.0,2018-10-21 21:38:08,+0000,,@Grimezsz N00B!,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1054124703663542274,[],[],0,,False,5680,100,556,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +3373,1054115562769416192,1054115562769416192,1540155709000.0,2018-10-21 21:01:49,+0000,,Twitter is Dark Souls of social media. Reddit is Bloodborne. Insta is Zelda.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1054115562769416192,[],[],0,,False,214575,4928,43916,,None,,,,,,,[],,,, +3374,1054111800004767744,1054111275792392195,1540154812000.0,2018-10-21 20:46:52,+0000,,@davidjfrankel Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1054111800004767744,[],[],0,,False,552,29,13,,None,,,,,,,"[{'screen_name': 'davidjfrankel', 'name': 'David J. Frankel', 'id': '32636222'}]",,,, +3375,1054111709332291584,1054108864600248320,1540154790000.0,2018-10-21 20:46:30,+0000,,"@Erdayastronaut @Tesla @KerbalSpaceP This game is my personal favorite, but I am biased towards space stuff",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1054111709332291584,[],[],0,,False,4248,117,119,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'KerbalSpaceP', 'name': 'Kerbal Space Program', 'id': '334738427'}]",,,, +3376,1054060824203907072,1054060572705050624,1540142658000.0,2018-10-21 17:24:18,+0000,,@AlexSafahi Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1054060824203907072,[],[],0,,False,486,16,10,,None,,,,,,,"[{'screen_name': 'AlexSafahi', 'name': 'Alex', 'id': '48098799'}]",,,, +3377,1054060263257792512,1054059595449229312,1540142524000.0,2018-10-21 17:22:04,+0000,,@grobichaux Turn on enhanced security via the settings page. This will require entering a passcode to use the car.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1054060263257792512,[],[],0,,False,564,39,32,,None,,,,,,,"[{'screen_name': 'grobichaux', 'name': 'Geoffrey Robichaux', 'id': '187214009'}]",,,, +3378,1054041324662341632,1053756259915071488,1540138009000.0,2018-10-21 16:06:49,+0000,,@WilliamShatner @SpaceX ♥️,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1054041324662341632,[],[],0,,False,7867,144,164,,None,,,,,,,"[{'screen_name': 'WilliamShatner', 'name': 'William Shatner', 'id': '15227791'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3379,1053505243143524354,1053394306680074240,1540010197000.0,2018-10-20 04:36:37,+0000,,@BoredElonMusk Digital Style! https://t.co/aBkfpz6tvt,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1053505243143524354,['https://m.youtube.com/watch?v=l1hUTL6sUqA'],[],0,,False,4030,191,257,,None,,,,,,,"[{'screen_name': 'BoredElonMusk', 'name': 'Bored Elon Musk', 'id': '1666038950'}]",,,, +3380,1053504673007591425,1053394306680074240,1540010061000.0,2018-10-20 04:34:21,+0000,,@JaneidyEve @BoredElonMusk Would I really let someone get away with using my name all this time?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1053504673007591425,[],[],0,,False,4262,122,126,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'BoredElonMusk', 'name': 'Bored Elon Musk', 'id': '1666038950'}]",,,, +3381,1053503899166855169,1053394306680074240,1540009877000.0,2018-10-20 04:31:17,+0000,,@BoredElonMusk BoredElonMusk is my secret troll account. It’s time people knew.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1053503899166855169,[],[],0,,False,12771,307,1094,,None,,,,,,,"[{'screen_name': 'BoredElonMusk', 'name': 'Bored Elon Musk', 'id': '1666038950'}]",,,, +3382,1053502966584332288,1053394306680074240,1540009655000.0,2018-10-20 04:27:35,+0000,,"@BoredElonMusk No, bored me, I will not",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1053502966584332288,[],[],0,,False,41127,384,2446,,None,,,,,,,"[{'screen_name': 'BoredElonMusk', 'name': 'Bored Elon Musk', 'id': '1666038950'}]",,,, +3383,1053500011210625025,1053060766771761152,1540008950000.0,2018-10-20 04:15:50,+0000,,@annerajb @nynex Maybe phone as controller,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1053500011210625025,[],[],0,,False,905,25,28,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'nynex', 'name': 'Josh Atchley', 'id': '10454142'}]",,,, +3384,1053491837099372545,1053060766771761152,1540007001000.0,2018-10-20 03:43:21,+0000,,@justin_horn @nynex Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1053491837099372545,[],[],0,,False,708,27,18,,None,,,,,,,"[{'screen_name': 'justin_horn', 'name': 'Justin Horn', 'id': '18202112'}, {'screen_name': 'nynex', 'name': 'Josh Atchley', 'id': '10454142'}]",,,, +3385,1053478965828960256,1053060766771761152,1540003932000.0,2018-10-20 02:52:12,+0000,,@annerajb @nynex Coming,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1053478965828960256,[],[],0,,False,856,26,20,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'nynex', 'name': 'Josh Atchley', 'id': '10454142'}]",,,, +3386,1053477064844632064,1053060766771761152,1540003479000.0,2018-10-20 02:44:39,+0000,,@nynex Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1053477064844632064,[],[],0,,False,2111,84,120,,None,,,,,,,"[{'screen_name': 'nynex', 'name': 'Josh Atchley', 'id': '10454142'}]",,,, +3387,1053469867452452864,1053390822991790083,1540001763000.0,2018-10-20 02:16:03,+0000,,@FortniteGame Reality is hard,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1053469867452452864,[],[],0,,False,61597,575,6314,,None,,,,,,,"[{'screen_name': 'FortniteGame', 'name': 'Fortnite', 'id': '425871040'}]",,,, +3388,1053432175696048130,1053390822991790083,1539992777000.0,2018-10-19 23:46:17,+0000,,@TSM_Myth Online doesn’t count,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1053432175696048130,[],[],0,,False,74290,849,10346,,None,,,,,,,"[{'screen_name': 'TSM_Myth', 'name': 'Myth', 'id': '2163885564'}]",,,, +3389,1053431641723400192,1053390822991790083,1539992649000.0,2018-10-19 23:44:09,+0000,,@Braden_Holtgod Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1053431641723400192,[],[],0,,False,2104,26,45,,None,,,,,,,[],,,, +3390,1053431331244265474,1053390822991790083,1539992575000.0,2018-10-19 23:42:55,+0000,,@Newtling No,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1053431331244265474,[],[],0,,False,5962,48,122,,None,,,,,,,"[{'screen_name': 'Newtling', 'name': 'Newt', 'id': '152078297'}]",,,, +3391,1053430213281906688,1053390822991790083,1539992309000.0,2018-10-19 23:38:29,+0000,,@okchaserthunder That’s next,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1053430213281906688,[],[],0,,False,22815,159,1426,,None,,,,,,,"[{'screen_name': 'okchaserthunder', 'name': 'David Ballew', 'id': '834250310088540161'}]",,,, +3392,1053390822991790083,1053390822991790083,1539982917000.0,2018-10-19 21:01:57,+0000,,Had to been done ur welcome https://t.co/7jT0f9lqIS,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1053390822991790083,[],['https://pbs.twimg.com/media/Dp5lXiYUUAAngKq.jpg'],1,https://pbs.twimg.com/media/Dp5lXiYUUAAngKq.jpg,False,1203682,17528,362906,,None,,,,,,,[],,,, +3393,1053355910364426240,1053355721184677888,1539974594000.0,2018-10-19 18:43:14,+0000,,@newscientist I hope this is true!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1053355910364426240,[],[],0,,False,2240,182,144,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +3394,1053128497747582976,1053060766771761152,1539920374000.0,2018-10-19 03:39:34,+0000,,"@planet4589 If you don’t like a Tesla for any reason or no reason, you can just give it back for a full refund",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1053128497747582976,[],[],0,,False,2152,175,194,,None,,,,,,,"[{'screen_name': 'planet4589', 'name': 'Jonathan McDowell', 'id': '19355829'}]",,,, +3395,1053068635940388865,1053060766771761152,1539906102000.0,2018-10-18 23:41:42,+0000,,@TheHoff525 Also available off menu for a week. Was causing too much confusion.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1053068635940388865,[],[],0,,False,634,85,36,,None,,,,,,,"[{'screen_name': 'TheHoff525', 'name': 'Nick', 'id': '706476336974577665'}]",,,, +3396,1053066426532028418,1053060766771761152,1539905575000.0,2018-10-18 23:32:55,+0000,,"Model 3 long range, rear wheel drive is still available for ordering off menu for another week or so",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1053066426532028418,[],[],0,,False,9103,372,355,,None,,,,,,,[],,,, +3397,1053065745897148416,1053060766771761152,1539905413000.0,2018-10-18 23:30:13,+0000,,"@dennishegstad It’s kind of like the post office. Same price for delivery to Maine as the SF Bay Area. But you do get a free Tesla factory tour, which is really fun to see.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1053065745897148416,[],[],0,,False,722,42,40,,None,,,,,,,"[{'screen_name': 'dennishegstad', 'name': 'dennis hegstad 💬', 'id': '19570592'}]",,,, +3398,1053063107843514368,1053060766771761152,1539904784000.0,2018-10-18 23:19:44,+0000,,"Tesla rear wheel drive cars do actually work well on snow & ice. We did our traction testing on an ice lake! Dual motor AWD is great, but not required for cold weather. Just don’t use sport/summer tires.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1053063107843514368,[],[],0,,False,12112,407,630,,None,,,,,,,[],,,, +3399,1053061826794016769,1053060766771761152,1539904479000.0,2018-10-18 23:14:39,+0000,,"@DannyMekic It’s a long range battery with fewer cells. Non-cell portion of the pack is disproportionately high, but we can get it done now instead of ~February",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1053061826794016769,[],[],0,,False,955,62,65,,None,,,,,,,"[{'screen_name': 'DannyMekic', 'name': 'Danny Mekić', 'id': '15269643'}]",,,, +3400,1053060766771761152,1053060766771761152,1539904226000.0,2018-10-18 23:10:26,+0000,,"Just released lower cost, mid-range Tesla Model 3 & super simple new order page https://t.co/cz0TQn7IOZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1053060766771761152,['http://Tesla.com/3'],[],0,,False,44755,3192,5107,,None,,,,,,,[],,,, +3401,1053049266615214080,1053048742985654273,1539901484000.0,2018-10-18 22:24:44,+0000,,@IvanEscobosa Week or two,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1053049266615214080,[],[],0,,False,1068,37,36,,None,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}]",,,, +3402,1053049133643137024,1053048742985654273,1539901452000.0,2018-10-18 22:24:12,+0000,,Love the Reddit comments too,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1053049133643137024,[],[],0,,False,13386,207,353,,None,,,,,,,[],,,, +3403,1053048742985654273,1053048742985654273,1539901359000.0,2018-10-18 22:22:39,+0000,,Dog saves her puppies https://t.co/czPVEwpPhi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1053048742985654273,['https://www.reddit.com/r/gifs/comments/9pbeh2/this_dog_came_back_to_save_her_puppies_from_the/?st=JNF5HFZI&sh=2df412d3'],[],0,,False,14238,378,1132,,None,,,,,,,[],,,, +3404,1052979047330762752,1052978646258872320,1539884742000.0,2018-10-18 17:45:42,+0000,,@3x10power8 y,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1052979047330762752,[],[],0,,False,589,79,25,,None,,,,,,,"[{'screen_name': '3x10power8', 'name': 'Mohit Sharma', 'id': '281953160'}]",,,, +3405,1052788115755200512,1052787992060936193,1539839221000.0,2018-10-18 05:07:01,+0000,,You’ll see,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1052788115755200512,[],[],0,,False,26021,799,1710,,None,,,,,,,[],,,, +3406,1052787992060936193,1052787992060936193,1539839191000.0,2018-10-18 05:06:31,+0000,,Tomorrow brings a lemur https://t.co/rm6S17h35q,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1052787992060936193,[],['https://pbs.twimg.com/media/DpxBEUTX4AA1sj5.jpg'],1,https://pbs.twimg.com/media/DpxBEUTX4AA1sj5.jpg,False,54881,1524,4568,,None,,,,,,,[],,,, +3407,1052694988516089861,1052694988516089861,1539817018000.0,2018-10-17 22:56:58,+0000,,Special Circumstances https://t.co/Kk36qj6XJt,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1052694988516089861,[],['https://pbs.twimg.com/media/DpvsgrsUwAAAYhU.jpg'],1,https://pbs.twimg.com/media/DpvsgrsUwAAAYhU.jpg,False,17482,733,841,,None,,,,,,,[],,,, +3408,1052621494616915968,1052356093534302208,1539799495000.0,2018-10-17 18:04:55,+0000,,@j_brorsson @smeranda Yes 😀,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1052621494616915968,[],[],0,,False,784,54,19,,None,,,,,,,"[{'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'smeranda', 'name': 'Seth Meranda', 'id': '7820262'}]",,,, +3409,1052621018756349952,1052356093534302208,1539799382000.0,2018-10-17 18:03:02,+0000,,@Erdayastronaut @smeranda New Summon will use the Autopilot cameras,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1052621018756349952,[],[],0,,False,948,43,43,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'smeranda', 'name': 'Seth Meranda', 'id': '7820262'}]",,,, +3410,1052618154260619264,1052356093534302208,1539798699000.0,2018-10-17 17:51:39,+0000,,"@smeranda Yes, aiming for next few months",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1052618154260619264,[],[],0,,False,753,19,13,,None,,,,,,,"[{'screen_name': 'smeranda', 'name': 'Seth Meranda', 'id': '7820262'}]",,,, +3411,1052618041513586688,1052356093534302208,1539798672000.0,2018-10-17 17:51:12,+0000,,"@ajmarquez True, but this will improve dramatically over next several months & all Tesla cars ever produced (except early Roadsters) will get improvements for free. Continuous, free over-the-air software updates is a big part of why a Tesla retains so much value over time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1052618041513586688,[],[],0,,False,943,47,80,,None,,,,,,,"[{'screen_name': 'ajmarquez', 'name': 'Abelardo', 'id': '19866635'}]",,,, +3412,1052356645723021312,1052356093534302208,1539736350000.0,2018-10-17 00:32:30,+0000,,Same goes for all countries within which we officially operate by end of next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1052356645723021312,[],[],0,,False,14344,483,511,,None,,,,,,,[],,,, +3413,1052356093534302208,1052356093534302208,1539736219000.0,2018-10-17 00:30:19,+0000,,Just reviewed Tesla’s service locations in North America & realized we have major gaps in geographic coverage! Sorry for this foolish oversight. Tesla will aim to cover all regions of NA (not just big cities) within 3 to 6 months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1052356093534302208,[],[],0,,False,37152,1537,2258,,None,,,,,,,[],,,, +3414,1052315244716941313,1052315244716941313,1539726480000.0,2018-10-16 21:48:00,+0000,,Insightful article by David @Pogue,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1052315244716941313,[],[],0,,False,13799,411,1905,https://twitter.com/Pogue/status/1051878668136517632,None,,,,,,,[],,,, +3415,1052282255261847552,1052269116915109888,1539718614000.0,2018-10-16 19:36:54,+0000,,"@ID_AA_Carmack Thanks John, really admire you too! I think you’re one of the best engineers ever. Hope you return to working on rockets one day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1052282255261847552,[],[],0,,False,7668,149,278,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +3416,1052130883585507328,1051860932211675140,1539682524000.0,2018-10-16 09:35:24,+0000,,@JacksMacintosh @SmileSimplify @j_brorsson @ElectrekCo @FredericLambert The FSD upgrade is the Tesla computer with our NN chip,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1052130883585507328,[],[],0,,False,676,36,43,,None,,,,,,,"[{'screen_name': 'JacksMacintosh', 'name': 'Jacques Benzakein', 'id': '460800395'}, {'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3417,1052105289489477633,1051860932211675140,1539676422000.0,2018-10-16 07:53:42,+0000,,@SmileSimplify @j_brorsson @ElectrekCo @FredericLambert I believe it’s $5k,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1052105289489477633,[],[],0,,False,565,33,22,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3418,1052104593876774912,1051860932211675140,1539676256000.0,2018-10-16 07:50:56,+0000,,@SmileSimplify @j_brorsson @ElectrekCo @FredericLambert ~6 months before it is in all new production cars. No change to sensors. This is simple replacement of the Autopilot computer. Will be done free of charge for those who ordered full self-driving.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1052104593876774912,[],[],0,,False,1003,57,85,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3419,1052101714117976069,1051860932211675140,1539675570000.0,2018-10-16 07:39:30,+0000,,@j_brorsson @ElectrekCo @FredericLambert Somewhere between 500% & 2000%,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1052101714117976069,[],[],0,,False,830,21,44,,None,,,,,,,"[{'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3420,1052101050465808384,1051860932211675140,1539675412000.0,2018-10-16 07:36:52,+0000,,"@ElectrekCo @FredericLambert To be clear, actual NN improvement is significantly overestimated in this article. V9.0 vs V8.1 is more like a ~400% increase in useful ops/sec due to enabling integrated GPU & better use of discrete GPU.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1052101050465808384,[],[],0,,False,3762,98,228,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3421,1051973443602735104,1051860932211675140,1539644988000.0,2018-10-15 23:09:48,+0000,,"@ElectrekCo @FredericLambert This is without the Tesla NN computer. Per my public comments, that will give the car an extra order of magnitude.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1051973443602735104,[],[],0,,False,1164,66,72,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3422,1051971997855506432,1051860932211675140,1539644643000.0,2018-10-15 23:04:03,+0000,,@ElectrekCo @FredericLambert Still a long way to go,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1051971997855506432,[],[],0,,False,6402,159,226,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3423,1051917544301285376,1051917544301285376,1539631660000.0,2018-10-15 19:27:40,+0000,,Model 3 motor & gearbox still in good condition after driving 1M miles. Designed for ultra high endurance.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1051917544301285376,[],[],0,,False,48676,1320,6203,https://twitter.com/Tesla/status/1051911793373638661,None,,,,,,,[],,,, +3424,1051907915706032131,1051907915706032131,1539629365000.0,2018-10-15 18:49:25,+0000,,Works best if you play games full screen & use steering wheel scroller balls for control,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1051907915706032131,[],[],0,,False,12628,516,957,https://twitter.com/Teslarati/status/1051904869441912832,None,,,,,,,[],,,, +3425,1051876453837561857,1051676507582550016,1539621864000.0,2018-10-15 16:44:24,+0000,,@AlguireTim @Tesla Haha. It is actually my fav game on Tesla cars right now 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1051876453837561857,[],[],0,,False,5005,129,113,,None,,,,,,,"[{'screen_name': 'AlguireTim', 'name': 'Tim Alguire', 'id': '609681053'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3426,1051866158515646464,1051866158515646464,1539619409000.0,2018-10-15 16:03:29,+0000,,🖤🖤🖤🖤 🚘🚘🚘🚘 🖤🖤🖤🖤,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1051866158515646464,[],[],0,,False,12131,343,754,https://twitter.com/InsideEVs/status/1051865515260608512,None,,,,,,,[],,,, +3427,1051727134593445888,1051693566756556801,1539586263000.0,2018-10-15 06:51:03,+0000,,@TTfue @Tesla What are some of the most fun games we could have on a Tesla? Classic Atari is just the start.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1051727134593445888,[],[],0,,False,13781,937,506,,None,,,,,,,"[{'screen_name': 'TTfue', 'name': 'Tfue', 'id': '2559865245'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3428,1051714470601342981,1051693566756556801,1539583244000.0,2018-10-15 06:00:44,+0000,,@TTfue Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1051714470601342981,[],[],0,,False,68119,698,4102,,None,,,,,,,"[{'screen_name': 'TTfue', 'name': 'Tfue', 'id': '2559865245'}]",,,, +3429,1051591623069429760,1051588917688918016,1539553955000.0,2018-10-14 21:52:35,+0000,,"@cleantechnica Thanks for recognizing the great work of the Tesla team! 45,000 people now.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1051591623069429760,[],[],0,,False,11642,192,494,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3430,1051389235406598144,1051389235406598144,1539505702000.0,2018-10-14 08:28:22,+0000,,It is time to create a mecha,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1051389235406598144,[],[],0,,False,223010,10412,52694,,None,,,,,,,[],,,, +3431,1051381698682793985,1051377948916215810,1539503905000.0,2018-10-14 07:58:25,+0000,,@SURUdenise NERV,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1051381698682793985,[],[],0,,False,12402,189,2753,,None,,,,,,,"[{'screen_name': 'surudenise', 'name': 'Denise ✨', 'id': '195085010'}]",,,, +3432,1051381006073118721,1051377948916215810,1539503740000.0,2018-10-14 07:55:40,+0000,,@shawnwasabi <ahem> Elon-chan,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1051381006073118721,[],[],0,,False,61028,740,19417,,None,,,,,,,"[{'screen_name': 'shawnwasabi', 'name': 'shawn wasabi', 'id': '67756188'}]",,,, +3433,1051379120322490368,1051377948916215810,1539503290000.0,2018-10-14 07:48:10,+0000,,@StephanieeeeeJ Great. Also love Princess Mononoke.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1051379120322490368,[],[],0,,False,11212,117,1088,,None,,,,,,,"[{'screen_name': 'StephanieeeeeJ', 'name': 'Stephanie Jackson', 'id': '733602759132348416'}]",,,, +3434,1051377948916215810,1051377948916215810,1539503011000.0,2018-10-14 07:43:31,+0000,,Love Your Name https://t.co/fRU7nTWnML,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1051377948916215810,['https://m.youtube.com/watch?v=xU47nhruN-Q'],[],0,,False,86150,2995,18215,,None,,,,,,,[],,,, +3435,1051367720111943681,1051226159562686464,1539500572000.0,2018-10-14 07:02:52,+0000,,@Sofiaan @vicentes @MrTommyCampbell @Tesla Maybe this could be part of a (safe) car version of Pokémon Go style game,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1051367720111943681,[],[],0,,False,982,40,45,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3436,1051360789561454593,1051044184168124417,1539498920000.0,2018-10-14 06:35:20,+0000,,@NikkoMan82 @fiquett @yousuck2020 Towelie 💗,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1051360789561454593,[],[],0,,False,609,25,22,,None,,,,,,,"[{'screen_name': 'NikkoMan82', 'name': 'Niko Manuelides', 'id': '75954146'}, {'screen_name': 'fiquett', 'name': 'brandon fiquett 🖖🏼', 'id': '376777505'}, {'screen_name': 'yousuck2020', 'name': '前澤友作┃お金贈りおじさん', 'id': '137857547'}]",,,, +3437,1051230620234350592,1051226159562686464,1539467885000.0,2018-10-13 21:58:05,+0000,,@vicentes @MrTommyCampbell @Tesla Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1051230620234350592,[],[],0,,False,848,30,22,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3438,1051229599189807104,1051226159562686464,1539467642000.0,2018-10-13 21:54:02,+0000,,@MrTommyCampbell @Tesla Whole beer keg fits in Model 3 trunk!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1051229599189807104,[],[],0,,False,11062,326,613,,None,,,,,,,"[{'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3439,1051226218060632064,1051219022988173312,1539466835000.0,2018-10-13 21:40:35,+0000,,"@ThingsWork Wow, mechanical logic gates",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1051226218060632064,[],[],0,,False,7370,97,330,,None,,,,,,,"[{'screen_name': 'ThingsWork', 'name': 'How Things Work', 'id': '2217099931'}]",,,, +3440,1051222706371223552,1051044184168124417,1539465998000.0,2018-10-13 21:26:38,+0000,,@ckharrison10 @yousuck2020 Comes with free towels. Nothing more useful in the entire Universe.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1051222706371223552,[],[],0,,False,1449,51,60,,None,,,,,,,"[{'screen_name': 'ckharrison10', 'name': 'Chris Harrison', 'id': '366918940'}, {'screen_name': 'yousuck2020', 'name': '前澤友作┃お金贈りおじさん', 'id': '137857547'}]",,,, +3441,1051219865661403136,1051044184168124417,1539465321000.0,2018-10-13 21:15:21,+0000,,@yousuck2020 Maybe wise to bring it just in case 👽👾 😉,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1051219865661403136,[],[],0,,False,17602,273,698,,None,,,,,,,"[{'screen_name': 'yousuck2020', 'name': '前澤友作┃お金贈りおじさん', 'id': '137857547'}]",,,, +3442,1050812486226599936,1050809714349625345,1539368194000.0,2018-10-12 18:16:34,+0000,,@owillis About half my money is intended to help problems on Earth & half to help establish a self-sustaining city on Mars to ensure continuation of life (of all species) in case Earth gets hit by a meteor like the dinosaurs or WW3 happens & we destroy ourselves,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1050812486226599936,[],[],0,,False,83997,3923,12346,,None,,,,,,,"[{'screen_name': 'owillis', 'name': 'Oliver Willis', 'id': '3497941'}]",,,, +3443,1050811017221963776,1050809714349625345,1539367844000.0,2018-10-12 18:10:44,+0000,,@owillis You should ask why I would want money. The reason is not what you think. Very little time for recreation. Don’t have vacation homes or yachts or anything like that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1050811017221963776,[],[],0,,False,42880,1378,4111,,None,,,,,,,"[{'screen_name': 'owillis', 'name': 'Oliver Willis', 'id': '3497941'}]",,,, +3444,1050809457037328385,1050809372698382336,1539367472000.0,2018-10-12 18:04:32,+0000,,@technosucks Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1050809457037328385,[],[],0,,False,564,41,22,,None,,,,,,,"[{'screen_name': 'technosucks', 'name': 'Productive Citizen ✌🏾💙🙏🏾👊🏾', 'id': '8715982'}]",,,, +3445,1050809258659344384,1050809258659344384,1539367425000.0,2018-10-12 18:03:45,+0000,,"Tesla exists to help reduce risk of catastrophic climate change, which affects all species on Earth. Even if your faith in humanity is faltering, this is worth caring about. Support makes a difference. Thank you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1050809258659344384,[],[],0,,False,161064,3568,24931,,None,,,,,,,[],,,, +3446,1050792830732394496,1050788043907448834,1539363508000.0,2018-10-12 16:58:28,+0000,,Visual approximation https://t.co/sMn3Pv476Y,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1050792830732394496,[],['https://pbs.twimg.com/media/DpUqgaUVAAA82oe.jpg'],1,https://pbs.twimg.com/media/DpUqgaUVAAA82oe.jpg,False,51987,1854,8249,,None,,,,,,,[],,,, +3447,1050788043907448834,1050788043907448834,1539362367000.0,2018-10-12 16:39:27,+0000,,Teslaquila coming soon …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1050788043907448834,[],[],0,,False,43975,1391,5823,https://twitter.com/CNBCi/status/1050771311600041985,None,,,,,,,[],,,, +3448,1050780165259681792,1050766448371609601,1539360488000.0,2018-10-12 16:08:08,+0000,,@AstroHague @Space_Station @NASA_Johnson @roscosmos Glad you’re safe,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1050780165259681792,[],[],0,,False,2981,49,93,,None,,,,,,,"[{'screen_name': 'AstroHague', 'name': 'Nick Hague', 'id': '1895141923'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'NASA_Johnson', 'name': ""NASA's Johnson Space Center"", 'id': '50115087'}, {'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}]",,,, +3449,1050539631836585984,1047965410392297472,1539303140000.0,2018-10-12 00:12:20,+0000,,@mhmtkcn @Tesla Beautiful picture,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1050539631836585984,[],[],0,,False,627,43,25,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3450,1050535128638853121,1050449795708583937,1539302067000.0,2018-10-11 23:54:27,+0000,,"@InsideEVs @TeslaNY @Tesla Yes, it’s hard to find. Not sure why.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1050535128638853121,[],[],0,,False,752,54,37,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3451,1050529142565941248,1050449795708583937,1539300640000.0,2018-10-11 23:30:40,+0000,,"@TeslaNY @InsideEVs @Tesla Exactly. A Tesla is objectively much safer in a crash than all other cars, according to NHTSA’s *own* calculations. This is just physics!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1050529142565941248,[],[],0,,False,6743,160,507,,None,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3452,1050164164805545984,1050080046256394240,1539213622000.0,2018-10-10 23:20:22,+0000,,@FinancialTimes This is incorrect,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1050164164805545984,[],[],0,,False,35728,892,2103,,None,,,,,,,"[{'screen_name': 'FinancialTimes', 'name': 'Financial Times', 'id': '4898091'}]",,,, +3453,1049920490704388096,1049920490704388096,1539155526000.0,2018-10-10 07:12:06,+0000,,At Falcon LZ-1 Vandenberg on Sunday night with the Base Commander. Support of @USAirForce much appreciated. https://t.co/76vsbkCN6n,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1049920490704388096,[],['https://pbs.twimg.com/media/DpIRHbeXoAEjiX-.jpg'],1,https://pbs.twimg.com/media/DpIRHbeXoAEjiX-.jpg,False,29934,1049,2804,,None,,,,,,,[],,,, +3454,1049831543940804609,1049831543940804609,1539134319000.0,2018-10-10 01:18:39,+0000,,Studebaker Museum in South Bend https://t.co/Odti9y0McC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1049831543940804609,[],"['https://pbs.twimg.com/media/DpHAIjtWwAAM3WV.jpg', 'https://pbs.twimg.com/media/DpHAIjrW4AETcc8.jpg', 'https://pbs.twimg.com/media/DpHAIjtXcAEi7B1.jpg']",1,https://pbs.twimg.com/media/DpHAIjtWwAAM3WV.jpg,False,34155,890,4082,,None,,,,,,,[],,,, +3455,1049746303264149504,537404369571168258,1539113996000.0,2018-10-09 19:39:56,+0000,,@thomaspower @mvolpe Punctuality is not my strong suit,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1049746303264149504,[],[],0,,False,1449,119,97,,None,,,,,,,"[{'screen_name': 'thomaspower', 'name': 'Thomas Power', 'id': '1621271'}, {'screen_name': 'mvolpe', 'name': 'Mike Volpe', 'id': '9759932'}]",,,, +3456,1049745772764454914,537404369571168258,1539113870000.0,2018-10-09 19:37:50,+0000,,@SnowSnowSnow @mvolpe We’d be nothing without our fans,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1049745772764454914,[],[],0,,False,901,56,44,,None,,,,,,,"[{'screen_name': 'SnowSnowSnow', 'name': 'SnowSnowSnow', 'id': '14997262'}, {'screen_name': 'mvolpe', 'name': 'Mike Volpe', 'id': '9759932'}]",,,, +3457,1049745089294213120,537404369571168258,1539113707000.0,2018-10-09 19:35:07,+0000,,@mvolpe Because 11 is obviously louder than 10 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1049745089294213120,[],[],0,,False,896,52,33,,None,,,,,,,"[{'screen_name': 'mvolpe', 'name': 'Mike Volpe', 'id': '9759932'}]",,,, +3458,1049716203676037122,1049707571102306304,1539106820000.0,2018-10-09 17:40:20,+0000,,@FredericLambert No such thing as a “full refresh” at Tesla or even a model year. Our cars are partially upgraded every month as soon as a new subsystem is ready for production. There is no cadence.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1049716203676037122,[],[],0,,False,1209,109,125,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3459,1049704365630533632,1049679307839131648,1539103997000.0,2018-10-09 16:53:17,+0000,,@wonderofscience It sure does. Very reliable.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1049704365630533632,[],[],0,,False,1366,49,48,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +3460,1049703964290080768,1049679307839131648,1539103902000.0,2018-10-09 16:51:42,+0000,,@davidquearney You are right,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1049703964290080768,[],[],0,,False,1123,47,32,,None,,,,,,,"[{'screen_name': 'davidquearney', 'name': 'David quearney', 'id': '580058290'}]",,,, +3461,1049679307839131648,1049679307839131648,1539098023000.0,2018-10-09 15:13:43,+0000,,A reminder of why it’s important to accelerate advent of cars powered by electricity made from solar power,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1049679307839131648,[],[],0,,False,26268,1033,5554,https://twitter.com/IPCC_CH/status/1049205935388811265,None,,,,,,,[],,,, +3462,1049545588138627072,1049512433834844161,1539066142000.0,2018-10-09 06:22:22,+0000,,"@justinemusk You’re most welcome, glad I could be helpful! Thanks for letting me know about it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1049545588138627072,[],[],0,,False,5492,104,158,,None,,,,,,,"[{'screen_name': 'justinemusk', 'name': 'Justine.', 'id': '14388420'}]",,,, +3463,1049408539280568320,1049130007707049984,1539033467000.0,2018-10-08 21:17:47,+0000,,@jonostrower Warms my ❤️ 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1049408539280568320,[],[],0,,False,7057,85,145,,None,,,,,,,"[{'screen_name': 'jonostrower', 'name': 'Jon Ostrower', 'id': '14892330'}]",,,, +3464,1049324111367815169,1049324111367815169,1539013338000.0,2018-10-08 15:42:18,+0000,,"The physics of how Tesla achieved best safety of any cars ever tested. Note, when vehicle weight is taken into account, order is more like X,S, then 3, but they are all very close.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1049324111367815169,[],[],0,,False,26568,886,2958,https://twitter.com/Tesla/status/1049284924321087488,None,,,,,,,[],,,, +3465,1049197364638928896,1049156232030736385,1538983119000.0,2018-10-08 07:18:39,+0000,, https://t.co/kB6RBscyYH,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1049197364638928896,[],['https://pbs.twimg.com/media/Do9_buCUUAA7Nqb.jpg'],1,https://pbs.twimg.com/media/Do9_buCUUAA7Nqb.jpg,False,44607,382,3510,,None,,,,,,,[],,,, +3466,1049157574132621312,1049157574132621312,1538973632000.0,2018-10-08 04:40:32,+0000,,(Credit @_TomCross_) https://t.co/ZsRRVy2iDS,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1049157574132621312,[],['https://pbs.twimg.com/media/Do9bQDrVsAA7mz2.jpg'],1,https://pbs.twimg.com/media/Do9bQDrVsAA7mz2.jpg,False,73549,790,10091,,None,,,,,,,[],,,, +3467,1049156232030736385,1049156232030736385,1538973312000.0,2018-10-08 04:35:12,+0000,,Falcon has landed https://t.co/joqphUs1AO,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1049156232030736385,[],"['https://pbs.twimg.com/media/Do9aBiCU0AEGtQS.jpg', 'https://pbs.twimg.com/media/Do9aBiCU4AESaPl.jpg', 'https://pbs.twimg.com/media/Do9aBiCVsAYUwZC.jpg']",1,https://pbs.twimg.com/media/Do9aBiCU0AEGtQS.jpg,False,170595,1561,21650,,None,,,,,,,[],,,, +3468,1049045561792294912,1049045561792294912,1538946926000.0,2018-10-07 21:15:26,+0000,,"Tesla owner shows how well ultrawhite seats hold up after 25,000 miles. The black & white interior is def best imo. https://t.co/vWQ8X8JHYF",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1049045561792294912,['https://youtu.be/yEkmPaoBYZs'],[],0,,False,9854,444,584,,None,,,,,,,[],,,, +3469,1048698915384483840,1048698494557417473,1538864279000.0,2018-10-06 22:17:59,+0000,,@gnash What city & what Model 3 config?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1048698915384483840,[],[],0,,False,459,30,14,,None,,,,,,,"[{'screen_name': 'gnash', 'name': 'garrett nash 🌻', 'id': '30092973'}]",,,, +3470,1048697747451215872,1048697377916243969,1538864001000.0,2018-10-06 22:13:21,+0000,,@CroWarrior1978 My fav character,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1048697747451215872,[],[],0,,False,1671,64,50,,None,,,,,,,"[{'screen_name': 'CroWarrior1978', 'name': 'M🅰️rKo 🇭🇷🇨🇦', 'id': '990208241517940736'}]",,,, +3471,1048697377916243969,1048697377916243969,1538863913000.0,2018-10-06 22:11:53,+0000,,Sonic boom warning. This won’t be subtle. https://t.co/WY7dn6BBY1,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1048697377916243969,['https://www.vandenberg.af.mil/News/Article-Display/Article/1652283/central-california-residents-may-experience-sonic-boom/'],[],0,,False,16181,805,2136,,None,,,,,,,[],,,, +3472,1048692170377506817,1048466642194259968,1538862671000.0,2018-10-06 21:51:11,+0000,,@AsbjornLD @martinengwicht @Jason @Tesla Two — one for 👽 👾 millions of years from now and one for you,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1048692170377506817,[],[],0,,False,610,27,29,,None,,,,,,,"[{'screen_name': 'AsbjornLD', 'name': 'Asbjørn Lund Dahl', 'id': '1667905058'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3473,1048690159875588096,1048466642194259968,1538862192000.0,2018-10-06 21:43:12,+0000,,@martinengwicht @Jason @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1048690159875588096,[],[],0,,False,570,14,15,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3474,1048689415306924032,1048466642194259968,1538862014000.0,2018-10-06 21:40:14,+0000,,"@incentives101 @Jason @Tesla Yes, but 🐻 in 🧠 that we’re creating a generalized autonomy solution. Must work in millions of strange 🚘 situations.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1048689415306924032,[],[],0,,False,704,44,48,,None,,,,,,,"[{'screen_name': 'incentives101', 'name': 'Incentives', 'id': '836023811728375808'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3475,1048685509634011136,1048685509634011136,1538861083000.0,2018-10-06 21:24:43,+0000,,Blade Runner — Esper Edition — Vangelis https://t.co/DiwsRmaDA0,da,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1048685509634011136,['https://m.youtube.com/watch?feature=youtu.be&v=SQFRtbDK9Yk'],[],0,,False,5868,361,625,,None,,,,,,,[],,,, +3476,1048679020512960512,1048466642194259968,1538859536000.0,2018-10-06 20:58:56,+0000,,"@Jason @Tesla Actually, it’s 1 of 3 forward cameras in rear view mirror assembly. External cameras will auto-activate in future if car is damaged while parked.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1048679020512960512,[],[],0,,False,6104,175,354,,None,,,,,,,"[{'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3477,1048251418233073664,1048236905605685250,1538757588000.0,2018-10-05 16:39:48,+0000,,@martyeuler @MebFaber Fair point 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1048251418233073664,[],[],0,,False,768,121,33,,None,,,,,,,"[{'screen_name': 'martyeuler', 'name': 'Martin Euler', 'id': '714912384'}, {'screen_name': 'MebFaber', 'name': 'Meb Faber', 'id': '19997064'}]",,,, +3478,1048250837384847361,1048236905605685250,1538757449000.0,2018-10-05 16:37:29,+0000,,"@MebFaber When something sounds too good to be true, it usually is. Way the trick works is companies like Blackrock keep up to 50% of short interest revenue, but suffer almost none of equity decline, as they’re just “passive” managers. Blackrock made $597M in short lending last year!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1048250837384847361,[],[],0,,False,680,92,64,,None,,,,,,,"[{'screen_name': 'MebFaber', 'name': 'Meb Faber', 'id': '19997064'}]",,,, +3479,1048240246498840577,1048236905605685250,1538754924000.0,2018-10-05 15:55:24,+0000,,"@MebFaber Not all. However, shorting applied to market as a whole is obv net negative — it incents negative gdp! Moreover, it stops private companies from going public, preventing access by retirement funds & small investors, thus increasing wealth divide. https://t.co/7jk2Bs56HR",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1048240246498840577,['https://www.businessinsider.com/us-has-too-few-publicly-listed-companies-2015-6?r=UK&IR=T'],[],0,,False,2786,300,285,,None,,,,,,,"[{'screen_name': 'MebFaber', 'name': 'Meb Faber', 'id': '19997064'}]",,,, +3480,1048118186518835200,1047965410392297472,1538725823000.0,2018-10-05 07:50:23,+0000,,@Model3Owners V9 moving to wide release now. Holding back Autopilot drive on navigation for a few more weeks of validation. Extremely difficult to achieve a general solution for self-driving that works well everywhere.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1048118186518835200,[],[],0,,False,1323,143,151,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +3481,1048115325336580096,1048115134869065728,1538725141000.0,2018-10-05 07:39:01,+0000,,@mgerrydoyle Only if they’re extremely tiny,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1048115325336580096,[],[],0,,False,586,40,20,,None,,,,,,,"[{'screen_name': 'mgerrydoyle', 'name': 'Gerry Doyle', 'id': '788697546'}]",,,, +3482,1048115027427778560,1048114562694696966,1538725070000.0,2018-10-05 07:37:50,+0000,,@megnsander We don’t judge. Any pic you want!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1048115027427778560,[],[],0,,False,3462,80,152,,None,,,,,,,[],,,, +3483,1048114562694696966,1048114562694696966,1538724959000.0,2018-10-05 07:35:59,+0000,,Tesla owners can refer someone to buy a Tesla & get any image they want laser etched in glass & sent to deep space for millions of years,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1048114562694696966,[],[],0,,False,24088,1279,3020,https://twitter.com/Teslarati/status/1048112638402674688,None,,,,,,,[],,,, +3484,1048109695867604992,1048106107636314112,1538723799000.0,2018-10-05 07:16:39,+0000,,@eugenegu Rococo Basilisk is,in,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1048109695867604992,[],[],0,,False,525,30,38,,None,,,,,,,"[{'screen_name': 'eugenegu', 'name': 'Eugene Gu, MD', 'id': '65497475'}]",,,, +3485,1048106107636314112,1048106107636314112,1538722943000.0,2018-10-05 07:02:23,+0000,,First Falcon 9 land landing mission from Vandenberg Air Force Base in California coming up soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1048106107636314112,[],[],0,,False,10296,283,828,https://twitter.com/SpaceX/status/1047614884660240386,None,,,,,,,[],,,, +3486,1048019745847406593,159453674517692416,1538702353000.0,2018-10-05 01:19:13,+0000,,@annerajb @KishavanBhola @enn_nafnlaus @ElonBachman The CIO of a major pension fund is the one who deserves credit for uncovering this scam,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1048019745847406593,[],[],0,,False,828,95,46,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'KishavanBhola', 'name': 'Kish Bhola', 'id': '868132749370167296'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'ElonBachman', 'name': 'Bachman', 'id': '750437909224910849'}]",,,, +3487,1048015756569407488,159453674517692416,1538701402000.0,2018-10-05 01:03:22,+0000,,"@annerajb @KishavanBhola @enn_nafnlaus @ElonBachman The big funds can & will, as they’re suffering a net loss. Index managers like Blackrock pocket make excessive profit from short lending while pretending to charge low rates for “passive” index tracking.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1048015756569407488,[],[],0,,False,872,71,68,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'KishavanBhola', 'name': 'Kish Bhola', 'id': '868132749370167296'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'ElonBachman', 'name': 'Bachman', 'id': '750437909224910849'}]",,,, +3488,1048014608869408768,159453674517692416,1538701128000.0,2018-10-05 00:58:48,+0000,,"@dlauer @KishavanBhola @enn_nafnlaus @ElonBachman Debatably true, if applied to individual stocks selectively & consciously, but obv false if applied broadly to most of the market & without clear consent of the shareholder",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1048014608869408768,[],[],0,,False,491,22,29,,None,,,,,,,"[{'screen_name': 'dlauer', 'name': 'Dave Lauer', 'id': '15210031'}, {'screen_name': 'KishavanBhola', 'name': 'Kish Bhola', 'id': '868132749370167296'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'ElonBachman', 'name': 'Bachman', 'id': '750437909224910849'}]",,,, +3489,1048013467247042561,159453674517692416,1538700856000.0,2018-10-05 00:54:16,+0000,,"@KishavanBhola @enn_nafnlaus @ElonBachman Where this breaks down is in passive index funds, which constitute most of the market. The holders of those funds, mostly small investors & retirement funds, don’t realize that their stocks are being lent to short sellers, diminishing their true equity return.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1048013467247042561,[],[],0,,False,1030,85,77,,None,,,,,,,"[{'screen_name': 'KishavanBhola', 'name': 'Kish Bhola', 'id': '868132749370167296'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'ElonBachman', 'name': 'Bachman', 'id': '750437909224910849'}]",,,, +3490,1048012161002270720,159453674517692416,1538700544000.0,2018-10-05 00:49:04,+0000,,"@KishavanBhola @enn_nafnlaus @ElonBachman There is no rational basis for a long holder to lend their stock to shorts, as it dilutes the shareholder base & gives the short a strong incentive to attack the company by whatever means possible, including regulators",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1048012161002270720,[],[],0,,False,1147,141,86,,None,,,,,,,"[{'screen_name': 'KishavanBhola', 'name': 'Kish Bhola', 'id': '868132749370167296'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'ElonBachman', 'name': 'Bachman', 'id': '750437909224910849'}]",,,, +3491,1048008592983347201,159453674517692416,1538699694000.0,2018-10-05 00:34:54,+0000,,@Erdayastronaut I hope to be less wrong over time,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1048008592983347201,[],[],0,,False,1272,76,87,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3492,1048000425708797953,1047991717507584001,1538697747000.0,2018-10-05 00:02:27,+0000,,@FlintSchools @MuskFoundation You’re most welcome. Hope to do more to help in the future.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1048000425708797953,[],[],0,,False,3508,125,212,,None,,,,,,,"[{'screen_name': 'FlintSchools', 'name': 'Flint Schools', 'id': '1941073362'}, {'screen_name': 'MuskFoundation', 'name': 'The Musk Foundation', 'id': '1035580859053527040'}]",,,, +3493,1047998560782827520,159453674517692416,1538697302000.0,2018-10-04 23:55:02,+0000,,What they do should be illegal,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1047998560782827520,[],[],0,,False,10680,966,593,,None,,,,,,,[],,,, +3494,1047997866474594304,159453674517692416,1538697136000.0,2018-10-04 23:52:16,+0000,,The last several years have taught me that they are indeed reasonably maligned,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1047997866474594304,[],[],0,,False,9302,236,458,,None,,,,,,,[],,,, +3495,1047979709898735617,1047951136311803904,1538692808000.0,2018-10-04 22:40:08,+0000,,@FCalciu @derekGUMB @Scobleizer @Tesla @SEC_Enforcement Exactly. Short-sellers are value destroyers. Should definitely be illegal.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1047979709898735617,[],[],0,,False,1245,335,163,,None,,,,,,,"[{'screen_name': 'FCalciu', 'name': 'The Martian ⚡☀️⚡', 'id': '771401308448362496'}, {'screen_name': 'derekGUMB', 'name': 'Crypto Gumb 🇺🇸', 'id': '180086405'}, {'screen_name': 'Scobleizer', 'name': '\U0001f7e3Scoble', 'id': '13348'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SEC_Enforcement', 'name': 'SEC Enforcement', 'id': '299661515'}]",,,, +3496,1047968979841503232,1047965410392297472,1538690249000.0,2018-10-04 21:57:29,+0000,,"By revenue, taking publicly available selling prices, Model 3 actually outsold Camry by a factor of two https://t.co/1ZTDk8HvJh",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1047968979841503232,['https://www.bloomberg.com/news/articles/2018-10-03/tesla-s-model-3-is-becoming-one-of-america-s-best-selling-sedans'],[],0,,False,11195,357,1232,,None,,,,,,,[],,,, +3497,1047967059559112704,1047918760768757760,1538689791000.0,2018-10-04 21:49:51,+0000,,@dailystem @LFlemingEDU @atkauffman @JustinAglio @TheTechRabbi @smgaillard @jsnhubbard @mrnavas @WickedDecent @gregkulowiec This is amazing https://t.co/zNaE8p2nHs,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1047967059559112704,['https://m.youtube.com/watch?v=nCDVEyKUKd8'],[],0,,False,440,52,39,,None,,,,,,,"[{'screen_name': 'dailystem', 'name': 'dailySTEM (Chris Woods)', 'id': '2404905984'}, {'screen_name': 'LFlemingEDU', 'name': 'Laura Fleming', 'id': '1647650990'}, {'screen_name': 'atkauffman', 'name': 'andrew kauffman', 'id': '26923567'}, {'screen_name': 'JustinAglio', 'name': 'Justin Aglio, Ed.D.', 'id': '356136568'}, {'screen_name': 'TheTechRabbi', 'name': 'Rabbi Michael Cohen', 'id': '347303318'}, {'screen_name': 'smgaillard', 'name': 'Sean Gaillard', 'id': '2568091634'}, {'screen_name': 'jsnhubbard', 'name': 'Jason Hubbard', 'id': '3077571478'}, {'screen_name': 'mrnavas', 'name': 'Marcos Navas', 'id': '15983748'}, {'screen_name': 'WickedDecent', 'name': 'Dan Ryder', 'id': '15194262'}, {'screen_name': 'gregkulowiec', 'name': 'Greg Kulowiec', 'id': '25157388'}]",,,, +3498,1047966158836514816,1047965410392297472,1538689577000.0,2018-10-04 21:46:17,+0000,,@Model3Owners Almost ready. We expanded the early access program to 1000 more users a few days ago.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1047966158836514816,[],[],0,,False,1864,140,89,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +3499,1047965410392297472,1047965410392297472,1538689398000.0,2018-10-04 21:43:18,+0000,,"People sometimes forget that a company is just a group of people gathered together to make products. So long as it makes great products, it will have great value.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1047965410392297472,[],[],0,,False,62877,1471,8137,,None,,,,,,,[],,,, +3500,1047963507625345024,1047943670350020608,1538688945000.0,2018-10-04 21:35:45,+0000,,"@BullTesla @iavor If you think Tesla is overvalued compared to probable value of future cash flows, sell. Otherwise, buy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1047963507625345024,[],[],0,,False,2881,203,268,,None,,,,,,,"[{'screen_name': 'BullTesla', 'name': 'Tezla', 'id': '991358692229615616'}, {'screen_name': 'iavor', 'name': 'iavor', 'id': '26092341'}]",,,, +3501,1047960924051525632,1047943670350020608,1538688329000.0,2018-10-04 21:25:29,+0000,,"@iavor Hang in there. If you are truly long-term, it will be fine.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1047960924051525632,[],[],0,,False,3641,223,354,,None,,,,,,,"[{'screen_name': 'iavor', 'name': 'iavor', 'id': '26092341'}]",,,, +3502,1047957897315934208,1047951136311803904,1538687607000.0,2018-10-04 21:13:27,+0000,,@Scobleizer @Tesla True,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1047957897315934208,[],[],0,,False,561,27,14,,None,,,,,,,"[{'screen_name': 'Scobleizer', 'name': '\U0001f7e3Scoble', 'id': '13348'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3503,1047953389743554560,1047951136311803904,1538686532000.0,2018-10-04 20:55:32,+0000,,@Scobleizer @Tesla Sorry about the typo. That was unforgivable. Why would they be upset about their mission? It’s what they do.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1047953389743554560,[],[],0,,False,2266,145,88,,None,,,,,,,"[{'screen_name': 'Scobleizer', 'name': '\U0001f7e3Scoble', 'id': '13348'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3504,1047943670350020608,1047943670350020608,1538684215000.0,2018-10-04 20:16:55,+0000,,Just want to that the Shortseller Enrichment Commission is doing incredible work. And the name change is so on point!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1047943670350020608,[],[],0,,False,32667,3183,4244,,None,,,,,,,[],,,, +3505,1047940912175706112,1047940912175706112,1538683557000.0,2018-10-04 20:05:57,+0000,,Great verdict 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1047940912175706112,[],[],0,,False,9277,321,636,https://twitter.com/BusinessInsider/status/1047854644465164288,None,,,,,,,[],,,, +3506,1047005880619814912,1046923045162688518,1538460629000.0,2018-10-02 06:10:29,+0000,,@scottwww @cleantechnica Could be worse 😇,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1047005880619814912,[],[],0,,False,1103,94,51,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3507,1047005194180022273,1046923045162688518,1538460465000.0,2018-10-02 06:07:45,+0000,,"@incentives101 @cleantechnica Tesla Autopilot team is awesome! Got to make sure we iron out the details though. Long tail of tricky edge cases. Important to get front wide angle, B pillar & side repeater camera neural nets just right.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1047005194180022273,[],[],0,,False,1343,73,94,,None,,,,,,,"[{'screen_name': 'incentives101', 'name': 'Incentives', 'id': '836023811728375808'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3508,1046969213854932992,1046923045162688518,1538451886000.0,2018-10-02 03:44:46,+0000,,@cleantechnica Something especially weird going on with Yahoo news feed on iPhone stocks app. Almost always super negative. Maybe getting gamed.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1046969213854932992,[],[],0,,False,7441,433,442,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3509,1046676717350268928,1046676717350268928,1538382150000.0,2018-10-01 08:22:30,+0000,,Naughty by Nature 😉 https://t.co/muZdxJWjyZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1046676717350268928,['https://m.youtube.com/watch?v=idx3GSL2KWs'],[],0,,False,23348,1576,2346,,None,,,,,,,[],,,, +3510,1046062919438536707,1046062169622794245,1538235809000.0,2018-09-29 15:43:29,+0000,,@krobertson @Tesla @kimbal @senorsisig Will do. Definitely moving heavily towards direct to work/home delivery of cars!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1046062919438536707,[],[],0,,False,1044,113,61,,None,,,,,,,"[{'screen_name': 'krobertson', 'name': 'Ken Robertson', 'id': '3043421'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}, {'screen_name': 'senorsisig', 'name': 'Señor Sisig', 'id': '109728838'}]",,,, +3511,1045855998836011008,1045852618474631168,1538186475000.0,2018-09-29 02:01:15,+0000,,@alitofts @telsa @6pm Tesla will deliver your car to you. This is the future. The way it should work.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1045855998836011008,[],[],0,,False,1321,101,72,,None,,,,,,,"[{'screen_name': 'alitofts', 'name': 'Alistair Tofts', 'id': '123450004'}, {'screen_name': 'telsa', 'name': 'telsa', 'id': '10942132'}, {'screen_name': '6pm', 'name': 'Follow us @Shop6pm!', 'id': '1507235672'}]",,,, +3512,1045828553751711746,1045828553751711746,1538179932000.0,2018-09-29 00:12:12,+0000,,That was intense,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1045828553751711746,[],[],0,,False,38046,837,3235,https://twitter.com/SpaceX/status/1045805476812746752,None,,,,,,,[],,,, +3513,1045793457929826304,1045786144422543361,1538171564000.0,2018-09-28 21:52:44,+0000,,@Model3Owners i❤️🇨🇦,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1045793457929826304,[],[],0,,False,2257,90,163,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +3514,1045789638697267200,1045786144422543361,1538170654000.0,2018-09-28 21:37:34,+0000,,@Model3Owners !! Will take action.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1045789638697267200,[],[],0,,False,1812,45,52,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +3515,1045789091801919488,1045789091801919488,1538170523000.0,2018-09-28 21:35:23,+0000,,And remember … https://t.co/UaDUv4OlZf,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1045789091801919488,[],['https://pbs.twimg.com/media/DoNjoemU0AA5Kn4.jpg'],1,https://pbs.twimg.com/media/DoNjoemU0AA5Kn4.jpg,False,135217,2441,17647,,None,,,,,,,[],,,, +3516,1045788510039371777,1045788510039371777,1538170385000.0,2018-09-28 21:33:05,+0000,,Huge thank you to all Tesla supporters for helping with car deliveries all around the world. You rock!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1045788510039371777,[],[],0,,False,37254,1059,1651,,None,,,,,,,[],,,, +3517,1045786144422543361,1045786144422543361,1538169821000.0,2018-09-28 21:23:41,+0000,,Sorry for difficulties delivering your Tesla due to high volume! Critical to show that environmentally sustainable is financially sustainable.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1045786144422543361,[],[],0,,False,28698,1044,1773,,None,,,,,,,[],,,, +3518,1045016610006654976,1044731316703453184,1537986349000.0,2018-09-26 18:25:49,+0000,,@scottwww @Tesla Pace of innovation is all that matters in the long run,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1045016610006654976,[],[],0,,False,11439,333,1072,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3519,1045006132475883520,1044257950137749504,1537983851000.0,2018-09-26 17:44:11,+0000,,@ctbarker32 @BDL3J @Tesla You’re welcome. Sorry for the delay!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1045006132475883520,[],[],0,,False,782,25,26,,None,,,,,,,"[{'screen_name': 'ctbarker32', 'name': 'Chris Barker', 'id': '307688054'}, {'screen_name': 'BDL3J', 'name': 'Jason Sampson', 'id': '715635036561809408'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3520,1045004446076301312,1044766555471405057,1537983449000.0,2018-09-26 17:37:29,+0000,,@Agent_KO @Starflightgame @SpaceX @starcontrolgame What would be great is original Elite,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1045004446076301312,[],[],0,,False,672,77,37,,None,,,,,,,"[{'screen_name': 'agent_ko', 'name': 'AgentRaiKo', 'id': '1296009902968705024'}, {'screen_name': 'Starflightgame', 'name': 'Starflight', 'id': '1006963290461704192'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'starcontrolgame', 'name': 'Star Control', 'id': '4164998908'}]",,,, +3521,1044689341493067776,1044688678042271744,1537908323000.0,2018-09-25 20:45:23,+0000,,@neveryb Going over final tweaks tonight. Hopefully in wide release end of week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1044689341493067776,[],[],0,,False,1219,105,89,,None,,,,,,,"[{'screen_name': 'neveryb', 'name': 'Nevery Berry', 'id': '15501523'}]",,,, +3522,1044688678042271744,1044688678042271744,1537908164000.0,2018-09-25 20:42:44,+0000,,♥️ Tesla Owners ♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1044688678042271744,[],[],0,,False,54765,2536,2700,https://twitter.com/elonmusk/status/998786412970369024,None,,,,,,,[],,,, +3523,1044663329019518976,1044662141335285767,1537902121000.0,2018-09-25 19:02:01,+0000,,"@ParkerWoolfolk Increased tire pressure improves range. Also, if you have performance tires, they are stickier. Better handling, but slightly lower range.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1044663329019518976,[],[],0,,False,650,40,31,,None,,,,,,,"[{'screen_name': 'ParkerWoolfolk', 'name': 'Parker Woolfolk', 'id': '51442151'}]",,,, +3524,1044623575359975425,1044277624653197314,1537892643000.0,2018-09-25 16:24:03,+0000,,@ftomenko @Tesla 😀,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1044623575359975425,[],[],0,,False,3410,55,59,,None,,,,,,,"[{'screen_name': 'ftomenko', 'name': 'Deric Tomenko', 'id': '140445769'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3525,1044294753041313792,1044257950137749504,1537814245000.0,2018-09-24 18:37:25,+0000,,"@ctbarker32 Apologies, we’re upgrading our logistics system, but running into an extreme shortage of car carrier trailers. Started building our own car carriers this weekend to alleviate load.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1044294753041313792,[],[],0,,False,1409,255,127,,None,,,,,,,"[{'screen_name': 'ctbarker32', 'name': 'Chris Barker', 'id': '307688054'}]",,,, +3526,1044123822956306432,1044121576659083266,1537773492000.0,2018-09-24 07:18:12,+0000,,@slashdot Tricky one,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1044123822956306432,[],[],0,,False,3428,134,124,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +3527,1043293219205787648,1043223971477385216,1537575461000.0,2018-09-22 00:17:41,+0000,,"@DMC_Ryan Wow, thanks for offering to help! The coming week is incredibly intense. If any current Tesla owners who’d like to help educate new owners could head to Tesla delivery centers during midday on Sat/Sun & morning/evening on weekdays, that would be super appreciated!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1043293219205787648,[],[],0,,False,2693,337,323,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +3528,1043253619485622272,1043250540379926528,1537566020000.0,2018-09-21 21:40:20,+0000,,@NASASpaceflight Probably 2028 for a base to be built,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1043253619485622272,[],[],0,,False,7911,392,672,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +3529,1043250540379926528,1043250540379926528,1537565286000.0,2018-09-21 21:28:06,+0000,,Mars Base Alpha https://t.co/O1llQp8rFY,hi,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1043250540379926528,[],['https://pbs.twimg.com/media/Dnpe1cRUYAAbI0n.jpg'],1,https://pbs.twimg.com/media/Dnpe1cRUYAAbI0n.jpg,False,220088,5280,33792,,None,,,,,,,[],,,, +3530,1043250454648344576,1043250454648344576,1537565265000.0,2018-09-21 21:27:45,+0000,, https://t.co/Fn0hKJd3uJ,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1043250454648344576,[],['https://pbs.twimg.com/media/DnpewbMUUAALN4I.jpg'],1,https://pbs.twimg.com/media/DnpewbMUUAALN4I.jpg,False,69085,801,5732,,None,,,,,,,[],,,, +3531,1042849087194714112,1042827334758260736,1537469572000.0,2018-09-20 18:52:52,+0000,,"@LanceUlanoff Consider an ice skater. Same weight, but spins/turns much faster with arms in vs arms out. Same principle is true for a car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1042849087194714112,[],[],0,,False,1035,69,52,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +3532,1042848713079570432,1042827334758260736,1537469483000.0,2018-09-20 18:51:23,+0000,,"@LanceUlanoff Front vs rear wheel weight distribution, though commonly asked, isn't the right question. You can have 50% on front, 50% on rear & still have poor handling if mass elements are far from center. Dumbbell mass distribution is bad, spinning top/dreidel is good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1042848713079570432,[],[],0,,False,954,24,55,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +3533,1042845665498357760,1042827334758260736,1537468756000.0,2018-09-20 18:39:16,+0000,,@LanceUlanoff Simple explanation of polar moment of inertia & other important car terms at https://t.co/CftQ1v9YCL,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1042845665498357760,['https://www.complex.com/sports/2013/03/25-car-terms-you-need-to-know/polar-moment-of-inertia'],[],0,,False,895,26,67,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +3534,1042842449008197632,1042827334758260736,1537467989000.0,2018-09-20 18:26:29,+0000,,"@LanceUlanoff Key technical point is that the polar moment of inertia (concentration of mass around center) of a Tesla, to the extent of our knowledge, is better than any other production car. This positively affects safety, handling & driving feel. Extremely important metric.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1042842449008197632,[],[],0,,False,1154,33,92,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +3535,1042838924710764545,1042827334758260736,1537467149000.0,2018-09-20 18:12:29,+0000,,@martinengwicht @BlondesE A car propelled by combustion is far more likely to combust than an electric car,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1042838924710764545,[],[],0,,False,1378,55,124,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'BlondesE', 'name': 'Blondes for Elon', 'id': '1014348761521418245'}]",,,, +3536,1042834199705608192,1042827334758260736,1537466022000.0,2018-09-20 17:53:42,+0000,,"@LanceUlanoff Yes, when it comes to physics, make sure Newton is on your side",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1042834199705608192,[],[],0,,False,1187,36,71,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +3537,1042832989707677697,1042827334758260736,1537465734000.0,2018-09-20 17:48:54,+0000,,"@LanceUlanoff Helps improve forward crumple zone length, especially important in high speed frontal impacts, and moments of inertia in side impacts",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1042832989707677697,[],[],0,,False,884,18,38,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +3538,1042832003937099776,1042827334758260736,1537465499000.0,2018-09-20 17:44:59,+0000,,Tesla piece on the physics of car safety coming soon for those interested in technical details,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1042832003937099776,[],[],0,,False,13030,389,688,,None,,,,,,,[],,,, +3539,1042829474914430977,1042827334758260736,1537464896000.0,2018-09-20 17:34:56,+0000,,"@MartenBenjamin @NHTSAgov @Tesla Exactly, all 5 star are *not* the same, as the videos show. “5 star” just means a car met a certain threshold, but injury probability stats (real numbers) tell you by how much.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1042829474914430977,[],[],0,,False,1266,20,100,,None,,,,,,,"[{'screen_name': 'MartenBenjamin', 'name': 'Benjamin Marten', 'id': '541896924'}, {'screen_name': 'NHTSAgov', 'name': 'nhtsagov', 'id': '49706919'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3540,1042828379806810112,1042827334758260736,1537464635000.0,2018-09-20 17:30:35,+0000,,@Cardoso @NHTSAgov Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1042828379806810112,[],[],0,,False,1064,18,39,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}, {'screen_name': 'NHTSAgov', 'name': 'nhtsagov', 'id': '49706919'}]",,,, +3541,1042827334758260736,1042827334758260736,1537464386000.0,2018-09-20 17:26:26,+0000,,.@NHTSAgov will post final safety probability stats soon. Model 3 has a shot at being safest car ever tested.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1042827334758260736,[],[],0,,False,17583,460,1487,,None,,,,,,,[],,,, +3542,1042680127841169408,1042112781518917633,1537429289000.0,2018-09-20 07:41:29,+0000,,@LindseyStirling 👽💘,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1042680127841169408,[],[],0,,False,1319,54,56,,None,,,,,,,"[{'screen_name': 'LindseyStirling', 'name': 'Lindsey Stirling', 'id': '289969718'}]",,,, +3543,1042604979561746432,1042603441024065536,1537411372000.0,2018-09-20 02:42:52,+0000,,"@primadanna @Tesla @alphacali Wow, glad they’re ok!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1042604979561746432,[],[],0,,False,9302,141,253,,None,,,,,,,"[{'screen_name': 'primadanna', 'name': 'Primadanna', 'id': '16490453'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'alphacali', 'name': 'Cali Eugene', 'id': '9956402'}]",,,, +3544,1042578255948144640,1042495371522367488,1537405001000.0,2018-09-20 00:56:41,+0000,,@vicentes @DanAloni @slashdot Physics can be thought of as the compression algorithms of reality,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1042578255948144640,[],[],0,,False,1104,71,124,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +3545,1042530259734683648,1042530259734683648,1537393557000.0,2018-09-19 21:45:57,+0000,,♥️ @neiltyson,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1042530259734683648,[],[],0,,False,25205,763,2268,,None,,,,,,,[],,,, +3546,1042525568531480576,1042186200914767873,1537392439000.0,2018-09-19 21:27:19,+0000,,@raginggoat @Tesla Tesla Rangers!,fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1042525568531480576,[],[],0,,False,4491,113,93,,None,,,,,,,"[{'screen_name': 'raginggoat', 'name': 'Adam Rayborn', 'id': '117735436'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3547,1042525258899550209,1042515420937216001,1537392365000.0,2018-09-19 21:26:05,+0000,,"@CJDaniels77 31 engines, but with room to add 11 more down the road. Kinda have to.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1042525258899550209,[],[],0,,False,1023,48,53,,None,,,,,,,"[{'screen_name': 'CJDaniels77', 'name': 'Christian', 'id': '169894743'}]",,,, +3548,1042516607166103552,1042495371522367488,1537390302000.0,2018-09-19 20:51:42,+0000,,"@JaneidyEve @slashdot Yes, if there is no listener, a simulation probably wouldn’t spend computing power on sound",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1042516607166103552,[],[],0,,False,967,117,63,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +3549,1042515605654401024,1042495371522367488,1537390064000.0,2018-09-19 20:47:44,+0000,,@DanAloni @slashdot Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1042515605654401024,[],[],0,,False,691,33,24,,None,,,,,,,"[{'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +3550,1042515420937216001,1042515420937216001,1537390020000.0,2018-09-19 20:47:00,+0000,,True 😀 https://t.co/CS6semhKm6,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1042515420937216001,['https://www.space.com/41871-elon-musk-spacex-bfr-spaceship-science-fiction-legacy.html'],[],0,,False,21970,775,2577,,None,,,,,,,[],,,, +3551,1042514356347396096,1042495371522367488,1537389766000.0,2018-09-19 20:42:46,+0000,,"@slashdot To conserve computing power, a simulation would only render an object when it is observed",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1042514356347396096,[],[],0,,False,7158,513,715,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +3552,1042463081702416384,1041486082355867648,1537377541000.0,2018-09-19 17:19:01,+0000,,@megangale @Tesla You’re most welcome! Sorry for the delay.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1042463081702416384,[],[],0,,False,608,21,21,,None,,,,,,,"[{'screen_name': 'megangale', 'name': 'Megan Gale Adams', 'id': '71077864'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3553,1042122288101916672,1042112781518917633,1537296289000.0,2018-09-18 18:44:49,+0000,,@Erdayastronaut Will do. Love Reddit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042122288101916672,[],[],0,,False,2266,78,81,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3554,1042120326027476992,1042117285568073728,1537295822000.0,2018-09-18 18:37:02,+0000,,@Cardoso @SoundBoy264 Space Bar,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042120326027476992,[],[],0,,False,1447,87,39,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}]",,,, +3555,1042119797087993856,1042112781518917633,1537295695000.0,2018-09-18 18:34:55,+0000,,"@JaneidyEve @ds23ytube Long-term, there will be thousands and eventually, hopefully, millions of missions & anyone will be able to go",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042119797087993856,[],[],0,,False,1109,68,92,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +3556,1042117772279283712,1042117285568073728,1537295213000.0,2018-09-18 18:26:53,+0000,,"@perthguppy Yeah, Starlink should be active by then",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042117772279283712,[],[],0,,False,4443,98,149,,None,,,,,,,"[{'screen_name': 'perthguppy', 'name': 'Damian Guppy', 'id': '192090612'}]",,,, +3557,1042117514350608384,1042112781518917633,1537295151000.0,2018-09-18 18:25:51,+0000,,@LisaPadgett @bocio777 @TArkesteijn Sorry! So many bots!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042117514350608384,[],[],0,,False,1247,45,15,,None,,,,,,,"[{'screen_name': 'LisaPadgett', 'name': 'Lisa', 'id': '12289812'}, {'screen_name': 'bocio777', 'name': 'Martin Kropf', 'id': '849689384'}, {'screen_name': 'TArkesteijn', 'name': '🔋Tristan Arkesteijn🔋 #ikdoewelmee', 'id': '528870359'}]",,,, +3558,1042117285568073728,1042117285568073728,1537295097000.0,2018-09-18 18:24:57,+0000,,"Moon mission will be livestreamed in high def VR, so it’ll feel like you’re there in real-time minus a few seconds for speed of light",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042117285568073728,[],[],0,,False,146225,3486,20820,,None,,,,,,,[],,,, +3559,1042113884998397952,1042112781518917633,1537294286000.0,2018-09-18 18:11:26,+0000,,@bocio777 Perhaps one of the invited artists choosing to play. There will be no obligation to do so.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042113884998397952,[],[],0,,False,1747,50,32,,None,,,,,,,"[{'screen_name': 'bocio777', 'name': 'Martin Kropf', 'id': '849689384'}]",,,, +3560,1042113023928721408,1042112781518917633,1537294081000.0,2018-09-18 18:08:01,+0000,,@ryaneshaghi Very close,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042113023928721408,[],[],0,,False,1550,46,45,,None,,,,,,,"[{'screen_name': 'ryaneshaghi', 'name': 'Ryan Eshaghi', 'id': '2183252796'}]",,,, +3561,1042112781518917633,1042112781518917633,1537294023000.0,2018-09-18 18:07:03,+0000,, https://t.co/nqgfNWlm4Z,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042112781518917633,[],['https://pbs.twimg.com/media/DnZUDJ-U4AASLrM.jpg'],1,https://pbs.twimg.com/media/DnZUDJ-U4AASLrM.jpg,False,44504,1222,4153,,None,,,,,,,[],,,, +3562,1042079045666582529,1041879789341048832,1537285980000.0,2018-09-18 15:53:00,+0000,,@Oatmeal 😀,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1042079045666582529,[],[],0,,False,1333,37,30,,None,,,,,,,"[{'screen_name': 'Oatmeal', 'name': 'The Oatmeal', 'id': '4519121'}]",,,, +3563,1041982142635335680,1027692436435288065,1537262876000.0,2018-09-18 09:27:56,+0000,,@JamesMarstersOf @bioshock Always,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1041982142635335680,[],[],0,,False,515,24,16,,None,,,,,,,"[{'screen_name': 'JamesMarstersOf', 'name': 'James Marsters', 'id': '3863606953'}, {'screen_name': 'bioshock', 'name': 'BioShock', 'id': '3915694820'}]",,,, +3564,1041977109764173824,1041871038018199553,1537261676000.0,2018-09-18 09:07:56,+0000,,@sleepingromi @yousuck2020 @rogerwaters @SpaceX @dearmoonproject Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1041977109764173824,[],[],0,,False,2328,72,61,,None,,,,,,,"[{'screen_name': 'sleepingromi', 'name': 'Sleepingromi', 'id': '292387492'}, {'screen_name': 'yousuck2020', 'name': '前澤友作┃月旅行に8名ご招待', 'id': '137857547'}, {'screen_name': 'rogerwaters', 'name': 'Roger Waters', 'id': '728918606'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'dearmoonproject', 'name': 'dearMoon', 'id': '1035122024320983040'}]",,,, +3565,1041953361908576256,1041877430942674944,1537256014000.0,2018-09-18 07:33:34,+0000,,@yousuck2020 @SpaceX That’s the first BFR airframe/tank barrel section made of a new carbon fiber material,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1041953361908576256,[],[],0,,False,5766,117,267,,None,,,,,,,"[{'screen_name': 'yousuck2020', 'name': '前澤友作┃お金贈りおじさん', 'id': '137857547'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3566,1041905891316981761,1041876194701004800,1537244696000.0,2018-09-18 04:24:56,+0000,,"@MKBHD Yeah … that’s exactly how I feel. However it happens, I just hope it does.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1041905891316981761,[],[],0,,False,26673,367,851,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +3567,1041902062068359169,1041886496939069440,1537243783000.0,2018-09-18 04:09:43,+0000,,@yousuck2020 Thanks for helping fund a rocket & spaceship that could take humanity beyond Earth!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1041902062068359169,[],[],0,,False,8321,139,446,,None,,,,,,,"[{'screen_name': 'yousuck2020', 'name': '前澤友作┃月旅行に8名ご招待', 'id': '137857547'}]",,,, +3568,1041880316657336320,1041880316657336320,1537238599000.0,2018-09-18 02:43:19,+0000,,Hanging out with @yousuck2020 before the @SpaceX moon mission announcement https://t.co/RTOwutzMtG,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1041880316657336320,[],['https://pbs.twimg.com/media/DnWAnsCXsAE72eo.jpg'],1,https://pbs.twimg.com/media/DnWAnsCXsAE72eo.jpg,False,57950,1100,8051,,None,,,,,,,[],,,, +3569,1041879789341048832,1041879789341048832,1537238473000.0,2018-09-18 02:41:13,+0000,,Yusaku will be bringing 8 (brave) artists & cultural figures with him on the journey around the moon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1041879789341048832,[],[],0,,False,33370,1164,5084,https://twitter.com/SpaceX/status/1041865950633418753,None,,,,,,,[],,,, +3570,1041829367037407232,1041825788708958208,1537226452000.0,2018-09-17 23:20:52,+0000,,@martinengwicht @iamacloudguy @Model3Owners Probably V10 alpha build,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1041829367037407232,[],[],0,,False,642,33,30,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'iamacloudguy', 'name': 'RK', 'id': '738530333147189248'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +3571,1041829117493108736,1041825788708958208,1537226392000.0,2018-09-17 23:19:52,+0000,,"@DMC_Ryan @iamacloudguy @Model3Owners Yes, albeit a beta version. Will improve with V9.1.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1041829117493108736,[],[],0,,False,735,25,29,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'iamacloudguy', 'name': 'RK', 'id': '738530333147189248'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +3572,1041826260115120128,1041825788708958208,1537225711000.0,2018-09-17 23:08:31,+0000,,@iamacloudguy @Model3Owners Good news on this front. Tesla engineering rallied & this will be part of V9. Going through final testing now.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1041826260115120128,[],[],0,,False,5462,128,263,,None,,,,,,,"[{'screen_name': 'iamacloudguy', 'name': 'RK', 'id': '738530333147189248'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +3573,1041825772703408129,1041825772703408129,1537225595000.0,2018-09-17 23:06:35,+0000,,Thank you for your trust in the @SpaceX team. Greatly appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1041825772703408129,[],[],0,,False,12095,243,742,https://twitter.com/JimBridenstine/status/1041825248872681473,None,,,,,,,[],,,, +3574,1041802266221535232,1041519706652504064,1537219990000.0,2018-09-17 21:33:10,+0000,,@cleantechnica Will be interesting to see how this evolves over time,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1041802266221535232,[],[],0,,False,2580,110,78,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3575,1041798613628678144,1041793769106853888,1537219119000.0,2018-09-17 21:18:39,+0000,,@NigelKBaker Will see what we can do. Really need to bring this program to an end while being as fair as possible. It’s not sustainable long-term.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1041798613628678144,[],[],0,,False,518,43,27,,None,,,,,,,"[{'screen_name': 'NigelKBaker', 'name': 'Nigel Baker', 'id': '517828679'}]",,,, +3576,1041796740347703296,1041793769106853888,1537218673000.0,2018-09-17 21:11:13,+0000,,@martinengwicht Very interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1041796740347703296,[],[],0,,False,526,28,24,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}]",,,, +3577,1041793769106853888,1041793769106853888,1537217964000.0,2018-09-17 20:59:24,+0000,,"Due to some Tesla owners encountering system issues yesterday, the free Supercharging referral program will be extended until tomorrow night",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1041793769106853888,[],[],0,,False,6626,294,424,https://twitter.com/joeykrug/status/1041562562607960069,None,,,,,,,[],,,, +3578,1041771381636063232,1041555319166447616,1537212627000.0,2018-09-17 19:30:27,+0000,,@beardyman This is definitely worth thoughtful debate. What might we do differently to improve human/life happiness?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1041771381636063232,[],[],0,,False,1084,201,58,,None,,,,,,,"[{'screen_name': 'beardyman', 'name': 'Beardyman', 'id': '43081426'}]",,,, +3579,1041768314068824064,1041766343769387008,1537211895000.0,2018-09-17 19:18:15,+0000,,"@LanceUlanoff @SpaceX @NASA Yes, I do",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1041768314068824064,[],[],0,,False,2096,47,39,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +3580,1041767801118121984,1041766343769387008,1537211773000.0,2018-09-17 19:16:13,+0000,,Top SpaceX priority is and will remain supporting @NASA crewed spaceflight and National Security missions,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1041767801118121984,[],[],0,,False,17791,196,771,,None,,,,,,,[],,,, +3581,1041766343769387008,1041766343769387008,1537211426000.0,2018-09-17 19:10:26,+0000,,"Btw, can’t emphasize enough how @SpaceX would not be where it is today without @NASA. Thank you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1041766343769387008,[],[],0,,False,51281,574,3585,,None,,,,,,,[],,,, +3582,1041578120573153280,1041552529937453056,1537166550000.0,2018-09-17 06:42:30,+0000,,@ConorMcDPhoto With lasers,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1041578120573153280,[],[],0,,False,2582,120,95,,None,,,,,,,"[{'screen_name': 'ConorMcDPhoto', 'name': 'Conor McDonnell', 'id': '24150893'}]",,,, +3583,1041577803332775936,1659576083,1537166474000.0,2018-09-17 06:41:14,+0000,,@SpaceX My fav tweet ever,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1041577803332775936,[],[],0,,False,27891,373,1589,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3584,1041572165898792961,1041572165898792961,1537165130000.0,2018-09-17 06:18:50,+0000,,"@ummjackson if you can help get rid of the annoying scam spammers, that would be much appreciated",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1041572165898792961,[],[],0,,False,1379,75,109,,None,,,,,,,[],,,, +3585,1041560458493255680,1041555319166447616,1537162339000.0,2018-09-17 05:32:19,+0000,,@AntVenom Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1041560458493255680,[],[],0,,False,2894,91,166,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +3586,1041559840919678977,1041555014446141440,1537162191000.0,2018-09-17 05:29:51,+0000,,@SwiftOnSecurity Maybe the scammers will just get tired of winning eventually,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1041559840919678977,[],[],0,,False,5475,113,171,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +3587,1041559524618821633,1041552262286389253,1537162116000.0,2018-09-17 05:28:36,+0000,,"@FalconGridFin Good catch. They are there in the flight design, but we forgot to put them in this render.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1041559524618821633,[],[],0,,False,1681,38,52,,None,,,,,,,[],,,, +3588,1041555319166447616,1041555319166447616,1537161113000.0,2018-09-17 05:11:53,+0000,,#OccupyMars,und,['occupymars'],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1041555319166447616,[],[],0,,False,79354,2108,14228,,None,,,,,,,[],,,, +3589,1041553238477008896,1041552529937453056,1537160617000.0,2018-09-17 05:03:37,+0000,,@vicentes Forward moving wing,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1041553238477008896,[],[],0,,False,1379,61,38,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +3590,1041552529937453056,1041552529937453056,1537160448000.0,2018-09-17 05:00:48,+0000,, https://t.co/dUpiavvM1Z,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1041552529937453056,[],['https://pbs.twimg.com/media/DnRWgQmVYAAclo-.jpg'],1,https://pbs.twimg.com/media/DnRWgQmVYAAclo-.jpg,False,75782,1609,7794,,None,,,,,,,[],,,, +3591,1041552262286389253,1041552262286389253,1537160385000.0,2018-09-17 04:59:45,+0000,, https://t.co/d1KEp44zjm,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1041552262286389253,[],['https://pbs.twimg.com/media/DnRWQtPU4AAE1jj.jpg'],1,https://pbs.twimg.com/media/DnRWQtPU4AAE1jj.jpg,False,73885,1014,7375,,None,,,,,,,[],,,, +3592,1041548537987686400,1041547794689884160,1537159497000.0,2018-09-17 04:44:57,+0000,,@thepixelgeek 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1041548537987686400,[],[],0,,False,1689,33,45,,None,,,,,,,"[{'screen_name': 'thepixelgeek', 'name': 'pixelgeek', 'id': '7408642'}]",,,, +3593,1041500594467270656,1041486082355867648,1537148066000.0,2018-09-17 01:34:26,+0000,,"@megangale @Tesla Sorry, we’ve gone from production hell to delivery logistics hell, but this problem is far more tractable. We’re making rapid progress. Should be solved shortly.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1041500594467270656,[],[],0,,False,6785,293,228,,None,,,,,,,"[{'screen_name': 'megangale', 'name': 'Megan Gale Adams', 'id': '71077864'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3594,1041485596240171009,1041482266826997760,1537144490000.0,2018-09-17 00:34:50,+0000,,@RoxanaDaneshjou @boringcompany Awesome 😎,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1041485596240171009,[],[],0,,False,2323,65,50,,None,,,,,,,"[{'screen_name': 'RoxanaDaneshjou', 'name': 'Roxana Daneshjou MD/PhD', 'id': '20898564'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +3595,1041482806600204294,1041481544559259648,1537143825000.0,2018-09-17 00:23:45,+0000,,"@johnkoetsier Design has been changed so the 🚀 lands on legs that extend from the tips of the three fins, two of which actuate (mostly for pitch control)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1041482806600204294,[],[],0,,False,4659,156,307,,None,,,,,,,"[{'screen_name': 'johnkoetsier', 'name': 'John Koetsier', 'id': '1253661'}]",,,, +3596,1041480103539011584,1041108570740158464,1537143181000.0,2018-09-17 00:13:01,+0000,,"@nirbheek Sorry, it’s not really sustainable at volume production & doesn’t incent optimal behavior. We probably should have ended this earlier.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1041480103539011584,[],[],0,,False,560,45,23,,None,,,,,,,"[{'screen_name': 'nirbheek', 'name': 'निर्भीक चौहान', 'id': '17071289'}]",,,, +3597,1041443228996710402,1041421552300916736,1537134389000.0,2018-09-16 21:46:29,+0000,,@ddkilzer Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1041443228996710402,[],[],0,,False,508,17,9,,None,,,,,,,"[{'screen_name': 'ddkilzer', 'name': 'David Kilzer', 'id': '63552322'}]",,,, +3598,1041436083894943744,1041421552300916736,1537132686000.0,2018-09-16 21:18:06,+0000,,"@thereal_scottv Yeah, that’s our problem. Service & parts supply in general will be the top Tesla priority after we get through the insane car delivery logistics of the next few weeks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1041436083894943744,[],[],0,,False,988,45,40,,None,,,,,,,[],,,, +3599,1041425397659795456,1041421552300916736,1537130138000.0,2018-09-16 20:35:38,+0000,,"@SnazzyQ Outside repair shops are jack of all trades, which means supporting 1000’s of makes & models. Tesla collision repair specializes in three. Having all parts in stock & not waiting for insurance approval also make a world of difference.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1041425397659795456,[],[],0,,False,1381,71,61,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}]",,,, +3600,1041422616668463106,1041421552300916736,1537129475000.0,2018-09-16 20:24:35,+0000,,Goal is for repaired car to be better than before accident. Should always be true if damaged/used parts are correctly replaced with newer parts.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1041422616668463106,[],[],0,,False,12667,371,607,,None,,,,,,,[],,,, +3601,1041421799618052097,1041421552300916736,1537129280000.0,2018-09-16 20:21:20,+0000,,"Exciting to see some Tesla collision repair operations already completing within 24 hrs. Aiming for same day soon, then under an hour.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1041421799618052097,[],[],0,,False,11282,234,623,,None,,,,,,,[],,,, +3602,1041421552300916736,1041421552300916736,1537129221000.0,2018-09-16 20:20:21,+0000,,"Tesla is bringing most collision repairs in-house, as outside firms take weeks to months for repairs, driving Tesla owners (and us) crazy",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1041421552300916736,[],[],0,,False,20688,644,1327,,None,,,,,,,[],,,, +3603,1041108816006283264,1041108570740158464,1537054659000.0,2018-09-15 23:37:39,+0000,,@TechGrlTweeter True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1041108816006283264,[],[],0,,False,675,61,11,,None,,,,,,,"[{'screen_name': 'TechGrlTweeter', 'name': 'Tech Girl', 'id': '258557364'}]",,,, +3604,1041108570740158464,1041108570740158464,1537054600000.0,2018-09-15 23:36:40,+0000,,"Tesla owners can grant free Supercharging for life to a friend who buys S/3/X. Ends tomorrow night. https://t.co/7ZDXeIQVc7""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1041108570740158464,['http://tesla.com/support/referral-program'],[],0,,False,17583,1115,2085,,None,,,,,,,[],,,, +3605,1040730861585354753,1040071934573039616,1536964547000.0,2018-09-14 22:35:47,+0000,,@TheTrustySteed @Tesla Hi Dustin!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1040730861585354753,[],[],0,,False,3098,82,43,,None,,,,,,,"[{'screen_name': 'TheTrustySteed', 'name': 'Dustin Grace', 'id': '201421764'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3606,1040630345463357440,1040601333508788224,1536940582000.0,2018-09-14 15:56:22,+0000,,"@JoannMuller @alanohnsman @Forbes The Tesla board has done incredible work overseeing the largest value creation in the auto industry in 100+ years, despite many setbacks. Tesla owes its very existence to this board!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1040630345463357440,[],[],0,,False,8302,242,481,,None,,,,,,,"[{'screen_name': 'JoannMuller', 'name': 'Joann Muller', 'id': '105186242'}, {'screen_name': 'alanohnsman', 'name': 'Alan Ohnsman 🚶🏼\u200d♂️🚲🚌🚄', 'id': '177366201'}, {'screen_name': 'Forbes', 'name': 'Forbes', 'id': '91478624'}]",,,, +3607,1040611822523437056,1040606069565935616,1536936166000.0,2018-09-14 14:42:46,+0000,,"@mcwm The muskrat is like a beaver with small ideas, but it has a certain quiet dignity …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1040611822523437056,[],[],0,,False,958,53,54,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}]",,,, +3608,1040609402103848960,1040606069565935616,1536935589000.0,2018-09-14 14:33:09,+0000,,@mcwm Wut? https://t.co/suB8ZFtthK,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1040609402103848960,[],['https://pbs.twimg.com/media/DnD8uzkUYAATy0V.jpg'],1,https://pbs.twimg.com/media/DnD8uzkUYAATy0V.jpg,False,1088,56,54,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}]",,,, +3609,1040607199108558850,1040606069565935616,1536935064000.0,2018-09-14 14:24:24,+0000,,@mcwm Haha 😀,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1040607199108558850,[],[],0,,False,7523,106,134,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}]",,,, +3610,1040487333328351232,1040397262248005632,1536906486000.0,2018-09-14 06:28:06,+0000,,@FalconGridFin @SpaceX Intentionally so,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1040487333328351232,[],[],0,,False,1260,52,54,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3611,1040486759820218368,1040486759820218368,1536906349000.0,2018-09-14 06:25:49,+0000,,Electric cars made with sunlight,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1040486759820218368,[],[],0,,False,56849,1120,6228,https://twitter.com/Tesla/status/1040302986730209281,None,,,,,,,[],,,, +3612,1040406219905613825,1040397262248005632,1536887147000.0,2018-09-14 01:05:47,+0000,,@AntVenom @SpaceX 🇯🇵,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1040406219905613825,[],[],0,,False,2804,213,472,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3613,1040406114825715713,1040397262248005632,1536887122000.0,2018-09-14 01:05:22,+0000,,@FalconGridFin @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1040406114825715713,[],[],0,,False,2808,144,72,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3614,1040142708453457926,1040138879263637504,1536824321000.0,2018-09-13 07:38:41,+0000,,Bricks will be free if used for affordable housing projects,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1040142708453457926,[],[],0,,False,19133,549,1504,,None,,,,,,,[],,,, +3615,1040140704159227904,1040140323480129536,1536823843000.0,2018-09-13 07:30:43,+0000,,@CleAgentBrandon Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1040140704159227904,[],[],0,,False,1453,51,33,,None,,,,,,,"[{'screen_name': 'CleAgentBrandon', 'name': 'Realtor Brandon', 'id': '965938387017519104'}]",,,, +3616,1040139968843145216,1040138879263637504,1536823668000.0,2018-09-13 07:27:48,+0000,,First Boring Brick store opening in ~2 months. Only 10 cents a brick! Rated for California seismic loads.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1040139968843145216,[],[],0,,False,14187,358,1079,,None,,,,,,,[],,,, +3617,1040139582531022848,1040138879263637504,1536823575000.0,2018-09-13 07:26:15,+0000,,@dylanstw__ @boringcompany About to finish first TBC HQ building made with Boring Bricks in the shape of a medieval watchtower,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1040139582531022848,[],[],0,,False,1387,74,91,,None,,,,,,,"[{'screen_name': 'dylanstw__', 'name': 'dylan stewart', 'id': '3002678456'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +3618,1040138879263637504,1040138879263637504,1536823408000.0,2018-09-13 07:23:28,+0000,,.@boringcompany will transport your car all the way into your garage,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1040138879263637504,[],[],0,,False,15943,493,1540,https://twitter.com/arstechnica/status/1040057735616888833,None,,,,,,,[],,,, +3619,1040007391331278848,1039653609560895490,1536792059000.0,2018-09-12 22:40:59,+0000,,@SyrinxStarman @TeslaRoadTrip @Tesla Thoughtful feedback,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1040007391331278848,[],[],0,,False,2944,70,47,,None,,,,,,,"[{'screen_name': 'SyrinxStarman', 'name': 'Lance Somoza', 'id': '15575228'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3620,1039982911322087429,1039982911322087429,1536786222000.0,2018-09-12 21:03:42,+0000,,"Due to a large increase in vehicle delivery volume in North America, Tesla customers may experience longer response times. Resolving this is our top priority.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1039982911322087429,[],[],0,,False,28957,1308,1460,,None,,,,,,,[],,,, +3621,1039982627317379072,1039951233358987266,1536786154000.0,2018-09-12 21:02:34,+0000,,"@PauloBriski @Tesla My apologies, am working on this exact issue right now",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1039982627317379072,[],[],0,,False,664,49,32,,None,,,,,,,"[{'screen_name': 'PauloBriski', 'name': 'Paulo', 'id': '606135472'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3622,1039437131976867840,1038786624040132608,1536656098000.0,2018-09-11 08:54:58,+0000,,@adultswim @RickandMorty Best show in the multiverse!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1039437131976867840,[],[],0,,False,38114,377,3574,,None,,,,,,,"[{'screen_name': 'adultswim', 'name': 'adultswim', 'id': '18732790'}, {'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +3623,1039404639429390336,1039390759907020801,1536648351000.0,2018-09-11 06:45:51,+0000,,"@ebf No, service will stock all colors",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1039404639429390336,[],[],0,,False,1923,34,24,,None,,,,,,,"[{'screen_name': 'ebf', 'name': 'Eduardo Fonseca', 'id': '5435772'}]",,,, +3624,1039404142559551488,1039390759907020801,1536648233000.0,2018-09-11 06:43:53,+0000,,"@DMC_Ryan @EdoubleZero Love that red. We tried every possible way to make red look 3D without floating a special red tint in primary gloss layer, but no way. We have to stop whole paint shop for red & it looks like an episode of Dexter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1039404142559551488,[],[],0,,False,2664,79,93,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'EdoubleZero', 'name': 'EdoubleZ', 'id': '154824026'}]",,,, +3625,1039390759907020801,1039390759907020801,1536645042000.0,2018-09-11 05:50:42,+0000,,"Moving 2 of 7 Tesla colors off menu on Wednesday to simplify manufacturing. Obsidian Black & Metallic Silver will still be available as special request, but at higher price.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1039390759907020801,[],[],0,,False,25152,1396,1261,,None,,,,,,,[],,,, +3626,1038545562000187392,1038528694564704256,1536443531000.0,2018-09-08 21:52:11,+0000,,@TheOceanCleanup Looks cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1038545562000187392,[],[],0,,False,4589,127,160,,None,,,,,,,"[{'screen_name': 'TheOceanCleanup', 'name': 'The Ocean Cleanup', 'id': '1037262350'}]",,,, +3627,1038537654827024384,1038537654827024384,1536441646000.0,2018-09-08 21:20:46,+0000,,"Not easy coming up with a good cover story for an underground volcano lair, but I think it’s working",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1038537654827024384,[],[],0,,False,83593,2167,7182,,None,,,,,,,[],,,, +3628,1038526444253503488,1038526444253503488,1536438973000.0,2018-09-08 20:36:13,+0000,,Test-driving our new boring machine with a 🎮,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1038526444253503488,[],[],0,,False,38932,948,4346,https://twitter.com/boringcompany/status/1038523411922731010,None,,,,,,,[],,,, +3629,1038359955781218304,1038148359301869570,1536399279000.0,2018-09-08 09:34:39,+0000,,"@Tesla_Bill @InsideEVs 2170 is about the right cell size, but I don’t recommend copying our current module design. Far too difficult to manufacture.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1038359955781218304,[],[],0,,False,4118,119,148,,None,,,,,,,"[{'screen_name': 'Tesla_Bill', 'name': 'TeslaBill', 'id': '767434591762276352'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +3630,1038332059129761793,1038282703672508416,1536392628000.0,2018-09-08 07:43:48,+0000,,@caitylotz Like sands through the hourglass …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1038332059129761793,[],[],0,,False,8090,238,228,,None,,,,,,,"[{'screen_name': 'caitylotz', 'name': 'Caity Lotz', 'id': '35364351'}]",,,, +3631,1038152378531250176,1037969720308195328,1536349789000.0,2018-09-07 19:49:49,+0000,,@PEpicerie 10 types of people in the world: those who understand binary & those who don’t 🦊🐶,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1038152378531250176,[],[],0,,False,1820,138,192,,None,,,,,,,"[{'screen_name': 'PEpicerie', 'name': 'petite_epicerie', 'id': '998928102297358336'}]",,,, +3632,1038123885235908609,1038092283323850752,1536342996000.0,2018-09-07 17:56:36,+0000,,"@karaswisher @themightyoo @itsmanibro Will do soon, as promised",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1038123885235908609,[],[],0,,False,815,55,26,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}, {'screen_name': 'itsmanibro', 'name': 'Mani Schlisser', 'id': '254765103'}]",,,, +3633,1037979494814900225,1037969720308195328,1536308570000.0,2018-09-07 08:22:50,+0000,,"@xJawz @RNaegels @joerogan @peterthiel @reidhoffman Not me, I’m gonna die right here in the USA. Or Mars. Just not on impact.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1037979494814900225,[],[],0,,False,1385,70,104,,None,,,,,,,"[{'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'RNaegels', 'name': 'Raf naegels', 'id': '789778029258113024'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'peterthiel', 'name': 'Peter Thiel', 'id': '49736166'}, {'screen_name': 'reidhoffman', 'name': 'Reid Hoffman', 'id': '10078'}]",,,, +3634,1037976743963840512,1037973950150541312,1536307915000.0,2018-09-07 08:11:55,+0000,,I am a business magnet,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1037976743963840512,[],[],0,,False,50924,2094,5341,,None,,,,,,,[],,,, +3635,1037973950150541312,1037973950150541312,1536307248000.0,2018-09-07 08:00:48,+0000,,Good times with @JoeRogan … https://t.co/8uZUsEJoq1,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1037973950150541312,['https://m.youtube.com/watch?v=ycPr5-27vSI&feature=youtu.be&a='],[],0,,False,51456,2528,6917,,None,,,,,,,[],,,, +3636,1037901130578067456,1037899618254761984,1536289887000.0,2018-09-07 03:11:27,+0000,,@andrew_gold_ Will add a fade mode with only essential info,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1037901130578067456,[],[],0,,False,667,60,24,,None,,,,,,,"[{'screen_name': 'andrew_gold_', 'name': 'A N D R E W G O L D ⚜️', 'id': '2695695995'}]",,,, +3637,1037502853680517120,1037502853680517120,1536194930000.0,2018-09-06 00:48:50,+0000,,"Tesla 1st, 2nd & 3rd in August sales",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1037502853680517120,[],[],0,,False,12563,689,1314,https://twitter.com/InsideEVs/status/1037484104915345410,None,,,,,,,[],,,, +3638,1037249325464600578,1037249325464600578,1536134485000.0,2018-09-05 08:01:25,+0000,,Will be on @JoeRogan at 9:30pm Pacific on Thursday,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1037249325464600578,[],[],0,,False,93005,2791,14542,,None,,,,,,,[],,,, +3639,1037205636021411841,1037135928601587712,1536124068000.0,2018-09-05 05:07:48,+0000,,"@andrew_gold_ Am running it in my car, but it’s not right yet. Hopefully, will release to advanced early access users in a week or two, then more broadly towards end of month.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1037205636021411841,[],[],0,,False,808,79,53,,None,,,,,,,"[{'screen_name': 'andrew_gold_', 'name': 'A N D R E W G O L D ⚜️', 'id': '2695695995'}]",,,, +3640,1036742121271779328,1036244917834719233,1536013558000.0,2018-09-03 22:25:58,+0000,,"@mliebow @Tesla Much appreciated! Great word-of-mouth is why Model 3 is the best-selling electric car, despite no advertising or paid endorsements.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1036742121271779328,[],[],0,,False,12530,293,688,,None,,,,,,,"[{'screen_name': 'mliebow', 'name': 'Mikey Likes ...', 'id': '50079644'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3641,1035356365336629249,1035323744863039488,1535683168000.0,2018-08-31 02:39:28,+0000,,"@FredericLambert @pooktd The multi-coat colors (pearl white & red) are hardest, red especially, as it has red tint in the clear coat layer itself for depth & complexity",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1035356365336629249,[],[],0,,False,854,118,41,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'pooktd', 'name': 'frank sarlo', 'id': '66499578'}]",,,, +3642,1035325350119583744,1035323744863039488,1535675773000.0,2018-08-31 00:36:13,+0000,,"@pooktd Sorry, we’ve put pretty extreme rules in place for paint & quality in general. If need be, we’re repainting/replacing entire sections of car or building whole new cars. Got to be done.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1035325350119583744,[],[],0,,False,978,112,45,,None,,,,,,,"[{'screen_name': 'pooktd', 'name': 'frank sarlo', 'id': '66499578'}]",,,, +3643,1035320831725920256,1035225689551712257,1535674696000.0,2018-08-31 00:18:16,+0000,,@CNN Can Steve Bannon please insult me some more? Best PR I’ve had in a while.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1035320831725920256,[],[],0,,False,50541,1225,3777,,None,,,,,,,"[{'screen_name': 'CNN', 'name': 'CNN', 'id': '759251'}]",,,, +3644,1035029257557237760,1034837423606251520,1535605179000.0,2018-08-30 04:59:39,+0000,,@ElectrekCo @FredericLambert !,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1035029257557237760,[],[],0,,False,7396,579,351,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3645,1034654594670841856,1034646081395552257,1535515852000.0,2018-08-29 04:10:52,+0000,,@GlamandGore I was told that his parents preferred that his name not be mentioned,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1034654594670841856,[],[],0,,False,6194,68,112,,None,,,,,,,"[{'screen_name': 'GlamandGore', 'name': 'Mykie', 'id': '2456142770'}]",,,, +3646,1034489064659939328,1034488764729643010,1535476387000.0,2018-08-28 17:13:07,+0000,,@JohnnaCrider1 V cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1034489064659939328,[],[],0,,False,4073,86,110,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Techno Gem', 'id': '1957568797'}]",,,, +3647,1034486631351242752,1034338788066164739,1535475807000.0,2018-08-28 17:03:27,+0000,,@yoda @RMac18 @TijenOnaran So you actually did nothing & yet imply you are a truth-seeker. The Twitter name you chose is @yoda.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1034486631351242752,[],[],0,,False,1423,237,50,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'TijenOnaran', 'name': 'Tijen Onaran', 'id': '2867945827'}]",,,, +3648,1034483805397114882,1034338788066164739,1535475133000.0,2018-08-28 16:52:13,+0000,,"@yoda @RMac18 @TijenOnaran Answer the question @yoda. You brought it up, not me. Did you investigate or not? If so, what did you actually do?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1034483805397114882,[],[],0,,False,978,146,36,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'TijenOnaran', 'name': 'Tijen Onaran', 'id': '2867945827'}]",,,, +3649,1034483462235975681,1034468411475156993,1535475051000.0,2018-08-28 16:50:51,+0000,,"@McMurchie @alexmd2 @Techmeme @CatherineShu At this point, I want ETH even if it is a scam",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1034483462235975681,[],[],0,,False,4966,915,1578,,None,,,,,,,"[{'screen_name': 'McMurchie', 'name': 'LumpyMilk', 'id': '80632501'}, {'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov, MD, MBA', 'id': '34694428'}, {'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'CatherineShu', 'name': 'Catherine Shu 🧶', 'id': '7389732'}]",,,, +3650,1034482379992301568,1034338788066164739,1535474793000.0,2018-08-28 16:46:33,+0000,,@yoda @RMac18 @TijenOnaran Did you investigate at all? I’m guessing answer is no. Why?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1034482379992301568,[],[],0,,False,853,120,35,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'TijenOnaran', 'name': 'Tijen Onaran', 'id': '2867945827'}]",,,, +3651,1034481943310749697,1034468411475156993,1535474689000.0,2018-08-28 16:44:49,+0000,,"@alexmd2 @Techmeme @CatherineShu It’s coming, I swear",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1034481943310749697,[],[],0,,False,1485,41,39,,None,,,,,,,"[{'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov, MD, MBA', 'id': '34694428'}, {'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'CatherineShu', 'name': 'Catherine Shu 🧶', 'id': '7389732'}]",,,, +3652,1034481160783585280,1034338788066164739,1535474503000.0,2018-08-28 16:41:43,+0000,,@yoda @RMac18 @TijenOnaran You don’t think it’s strange he hasn’t sued me? He was offered free legal services. And you call yourself @yoda …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1034481160783585280,[],[],0,,False,1471,681,144,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'TijenOnaran', 'name': 'Tijen Onaran', 'id': '2867945827'}]",,,, +3653,1034478990663274497,1034468411475156993,1535473985000.0,2018-08-28 16:33:05,+0000,,@Techmeme @CatherineShu Great actions by Twitter to delete bogus accounts. Will increase usage by real users.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1034478990663274497,[],[],0,,False,4013,149,190,,None,,,,,,,"[{'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'CatherineShu', 'name': 'Catherine Shu 🧶', 'id': '7389732'}]",,,, +3654,1034458577346260992,1034338788066164739,1535469118000.0,2018-08-28 15:11:58,+0000,,"@TijenOnaran For the record, my voice cracked once during the NY Times article. That’s it. There were no tears.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1034458577346260992,[],[],0,,False,14238,727,802,,None,,,,,,,"[{'screen_name': 'TijenOnaran', 'name': 'Tijen Onaran', 'id': '2867945827'}]",,,, +3655,1034277020283232260,1028341108806365184,1535425832000.0,2018-08-28 03:10:32,+0000,,@TheIanChen @Tesla Sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1034277020283232260,[],[],0,,False,934,49,42,,None,,,,,,,"[{'screen_name': 'theianchen', 'name': 'Iᴀɴ Cʜᴇɴ', 'id': '2314089271'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3656,1034211853646221312,860982134575706113,1535410295000.0,2018-08-27 22:51:35,+0000,,@jwiechers @SwiftOnSecurity I want that outfit,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1034211853646221312,[],[],0,,False,553,58,15,,None,,,,,,,"[{'screen_name': 'jwiechers', 'name': '⬢ Jens Wiechers ⬡ (he/him; prefers they/them)', 'id': '15110495'}, {'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +3657,1033543361787977728,1033543361787977728,1535250914000.0,2018-08-26 02:35:14,+0000,,"The world lost a great man in John McCain. He was an honorable, kind, brave and fundamentally decent human being. If only there were more such people in the world.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1033543361787977728,[],[],0,,False,83415,1460,8080,,None,,,,,,,[],,,, +3658,1033494945972273152,1033494491905155072,1535239371000.0,2018-08-25 23:22:51,+0000,,@GrowthHackers This is why a small company with tight focus & high energy can beat a big company without,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1033494945972273152,[],[],0,,False,4426,156,432,,None,,,,,,,"[{'screen_name': 'GrowthHackers', 'name': 'GrowthHackers', 'id': '1705885393'}]",,,, +3659,1033494277643481089,1033434758468882432,1535239211000.0,2018-08-25 23:20:11,+0000,,@SeanHQuinn @yanquetino @Tesla This is utterly false. Fossil fuel merchants of doubt have been pushing that bs for years. Tesla Gigafactory will be 100% renewable powered (by Tesla Solar) by end of next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1033494277643481089,[],[],0,,False,3439,220,372,,None,,,,,,,"[{'screen_name': 'SeanHQuinn', 'name': 'Sean Quinn', 'id': '1112890393'}, {'screen_name': 'yanquetino', 'name': 'Mark Larsen', 'id': '45353985'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3660,1033493134645317633,1033434758468882432,1535238939000.0,2018-08-25 23:15:39,+0000,,"@yanquetino @Tesla Most people don’t realize that the cost of operating an electric vehicle is much lower than a gas car. Electricity is way cheaper than gas plus no oil changes, tune-ups,smog checks & other service costs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1033493134645317633,[],[],0,,False,36186,2091,4254,,None,,,,,,,"[{'screen_name': 'yanquetino', 'name': 'Mark Larsen', 'id': '45353985'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3661,1033405964009889792,1033404809985056768,1535218156000.0,2018-08-25 17:29:16,+0000,,"@j_brorsson @InsideEVs @Tesla @AirResources Most major customers have tried it & love it. Now we need to finish production design & build it, while avoiding dumb mistakes made with Model 3 production system. Wish it wasn’t so hard to be less stupid over time …",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1033405964009889792,[],[],0,,False,1208,93,98,,None,,,,,,,"[{'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'AirResources', 'name': 'CARB', 'id': '226338599'}]",,,, +3662,1033405017175150592,1033404809985056768,1535217930000.0,2018-08-25 17:25:30,+0000,,@InsideEVs @Tesla @AirResources Maybe …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1033405017175150592,[],[],0,,False,724,58,33,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'AirResources', 'name': 'CARB', 'id': '226338599'}]",,,, +3663,1033404726585450496,1033289387117883393,1535217861000.0,2018-08-25 17:24:21,+0000,,"@AskDrStupid This was key showstopper for me personally. Couldn’t make it happen, even through expert fiduciary SPV, without creating exotic trust structure that would prob not be accepted by regulators. Current rules have good intentions, but make wealth creation harder for small investors.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1033404726585450496,[],[],0,,False,2668,123,179,,None,,,,,,,"[{'screen_name': 'AskDrStupid', 'name': 'Doctor Stupid', 'id': '79134934'}]",,,, +3664,1033261623060783104,1033138567902638080,1535183742000.0,2018-08-25 07:55:42,+0000,,"@ElectrekCo @FredericLambert The extension cord was 1000 miles long, but still",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1033261623060783104,[],[],0,,False,1984,121,82,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3665,1033260379147620352,1033138567902638080,1535183446000.0,2018-08-25 07:50:46,+0000,,"@ElectrekCo @FredericLambert What’s cool is that it was driven across the country alone (no escort or any accompanying vehicles), using the existing Tesla Supercharger network and an extension cord",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1033260379147620352,[],[],0,,False,8696,196,572,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3666,1033229945382858753,1033191002033381376,1535176190000.0,2018-08-25 05:49:50,+0000,,"@Tesla In talking to our public investors, most were supportive of optimizing for long-term value creation over quarterly earnings. This was also a factor in remaining public.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1033229945382858753,[],[],0,,False,12380,627,834,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3667,1033203657137745920,1033202742808834048,1535169922000.0,2018-08-25 04:05:22,+0000,,@nichegamer It’s almost done,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1033203657137745920,[],[],0,,False,2660,67,649,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +3668,1033203405223735297,1033202742808834048,1535169862000.0,2018-08-25 04:04:22,+0000,,"@isco__ Yes 😀🖤🚀, looks brutal otherwise",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1033203405223735297,[],[],0,,False,1042,48,26,,None,,,,,,,"[{'screen_name': 'isco__', 'name': 'Isco', 'id': '15499245'}]",,,, +3669,1033202742808834048,1033202742808834048,1535169704000.0,2018-08-25 04:01:44,+0000,,This is actually real,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1033202742808834048,[],[],0,,False,29012,719,2411,https://twitter.com/SpaceX/status/1033167462986997760,None,,,,,,,[],,,, +3670,1033202579214192640,1033202579214192640,1535169665000.0,2018-08-25 04:01:05,+0000,,"This time, the vacuum tunnel will be a bit longer & SpaceX will provide some advance funding for student teams with most promising designs. Bonus award for all race pods that exceed half the speed of sound!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1033202579214192640,[],[],0,,False,10151,308,1159,https://twitter.com/Hyperloop/status/1032818998243520512,None,,,,,,,[],,,, +3671,1032977253297057792,1032858055032037381,1535115943000.0,2018-08-24 13:05:43,+0000,,"@AshleyEsqueda Tesla Car Karaoke hopefully ready in OTA software update version 10. Just played Missile Command, Asteroids & Lunar Lander in V9. Really fun!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/1032977253297057792,[],[],0,,False,10879,239,589,,None,,,,,,,"[{'screen_name': 'AshleyEsqueda', 'name': '.ashley. ✨🎙', 'id': '129911948'}]",,,, +3672,1032805107157618689,1032803430581116933,1535074900000.0,2018-08-24 01:41:40,+0000,,@ElectrekCo I was just there. Cardboard being prepped for recycling along southern fence line caught fire. Super appreciate fast response by Fremont fire dept! No injuries or damage to factory.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1032805107157618689,[],[],0,,False,11507,231,512,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +3673,1032804122330845184,1032804122330845184,1535074665000.0,2018-08-24 01:37:45,+0000,,"Goal is to service your car wherever you are, quietly & quickly. No need to bring it to a Tesla service center.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1032804122330845184,[],[],0,,False,42356,1337,4559,https://twitter.com/Tesla/status/1032706860359417856,None,,,,,,,[],,,, +3674,1032575787340189696,1032575096701906944,1535020226000.0,2018-08-23 10:30:26,+0000,,@Model3Owners Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1032575787340189696,[],[],0,,False,3358,128,91,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +3675,1032575096701906944,1032575096701906944,1535020062000.0,2018-08-23 10:27:42,+0000,,"Love born in the brain is more spirited, doubtless, than true love, but it has only flashes of enthusiasm; it knows itself too well, it criticizes itself incessantly; so far from banishing thought, it is itself reared only upon a structure of thought. 🖤The Red and The Black♥️",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1032575096701906944,[],[],0,,False,33001,1635,4549,,None,,,,,,,[],,,, +3676,1032568982836928512,1032558132189425665,1535018604000.0,2018-08-23 10:03:24,+0000,,@VoxPolitico So many saved drafts. So … so many.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1032568982836928512,[],[],0,,False,1565,104,59,,None,,,,,,,"[{'screen_name': 'VoxPolitico', 'name': 'Karan', 'id': '1153544096029392896'}]",,,, +3677,1032561259655323648,1032558132189425665,1535016763000.0,2018-08-23 09:32:43,+0000,,@VoxPolitico I’m dying to,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1032561259655323648,[],[],0,,False,14544,243,541,,None,,,,,,,"[{'screen_name': 'VoxPolitico', 'name': 'Karan', 'id': '1153544096029392896'}]",,,, +3678,1032421611742191617,1032366794089029632,1534983468000.0,2018-08-23 00:17:48,+0000,,"@tldtoday @Tesla Cool, lmk if you have suggestions for improvement after you drive it",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1032421611742191617,[],[],0,,False,3145,47,69,,None,,,,,,,"[{'screen_name': 'tldtoday', 'name': 'Jonathan Morrison 🙋🏻\u200d♂️', 'id': '126124275'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3679,1032419173706563584,1032407528213229568,1534982887000.0,2018-08-23 00:08:07,+0000,,@CathieDWood Thank you for the thoughtful letter,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1032419173706563584,[],[],0,,False,2738,98,100,,None,,,,,,,"[{'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}]",,,, +3680,1032411200213024769,1032366794089029632,1534980986000.0,2018-08-22 23:36:26,+0000,,"@tldtoday @Tesla Thanks for buying our car! Would highly recommend performance version. It’s really good & I don’t say that lightly. Nothing will give you greater joy. Full refund, no hard feelings if not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1032411200213024769,[],[],0,,False,9262,150,294,,None,,,,,,,"[{'screen_name': 'tldtoday', 'name': 'Jonathan Morrison 🙋🏻\u200d♂️', 'id': '126124275'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3681,1032285070449467393,1032241809035014144,1534950914000.0,2018-08-22 15:15:14,+0000,,@Teslatunity @Tesla Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1032285070449467393,[],[],0,,False,621,48,26,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3682,1032131349505699840,1032042656040251392,1534914264000.0,2018-08-22 05:04:24,+0000,,@LittleMissFlint Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1032131349505699840,[],[],0,,False,976,44,9,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +3683,1032042656040251392,1032042656040251392,1534893118000.0,2018-08-21 23:11:58,+0000,, https://t.co/Q9JE06lmWN,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1032042656040251392,[],['https://pbs.twimg.com/media/DlKNU5KVAAAJ8dk.jpg'],1,https://pbs.twimg.com/media/DlKNU5KVAAAJ8dk.jpg,False,37168,1657,2366,,None,,,,,,,[],,,, +3684,1031969283612397569,1031959950870945793,1534875624000.0,2018-08-21 18:20:24,+0000,,"@wuhfel Instagram is so thirsty, yet gives you Death by Water",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1031969283612397569,[],[],0,,False,1009,105,174,,None,,,,,,,"[{'screen_name': 'wuhfel', 'name': 'wuhfel', 'id': '1877283536'}]",,,, +3685,1031960174574161920,1031959950870945793,1534873453000.0,2018-08-21 17:44:13,+0000,,@wuhfel Didn’t “like” it,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1031960174574161920,[],[],0,,False,731,77,55,,None,,,,,,,"[{'screen_name': 'wuhfel', 'name': 'wuhfel', 'id': '1877283536'}]",,,, +3686,1031959950870945793,1031959950870945793,1534873399000.0,2018-08-21 17:43:19,+0000,,Really makes me wanna buy Rice Krispies,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1031959950870945793,[],[],0,,False,15945,640,1977,https://twitter.com/MattPotter/status/1031921389220098049,None,,,,,,,[],,,, +3687,1031959325240111106,1031936103891140608,1534873250000.0,2018-08-21 17:40:50,+0000,,@AlexanderPayton Excession,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1031959325240111106,[],[],0,,False,389,29,12,,None,,,,,,,"[{'screen_name': 'AlexanderPayton', 'name': 'Payton Alexander', 'id': '312887209'}]",,,, +3688,1031936103891140608,1031936103891140608,1534867714000.0,2018-08-21 16:08:34,+0000,,Read Eliot’s notes on The Waste Land https://t.co/2SSsHiJmiO https://t.co/uToAi4kBi1,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1031936103891140608,['https://en.m.wikipedia.org/wiki/The_Waste_Land'],['https://pbs.twimg.com/media/DlIsagwV4AATIF6.jpg'],1,https://pbs.twimg.com/media/DlIsagwV4AATIF6.jpg,False,5019,605,522,,None,,,,,,,[],,,, +3689,1031258020548771840,1031255665585483776,1534706046000.0,2018-08-19 19:14:06,+0000,,@O_Landman @Tesla Version 10,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1031258020548771840,[],[],0,,False,1172,131,89,,None,,,,,,,"[{'screen_name': 'O_Landman', 'name': 'ben ahlander', 'id': '853844082'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3690,1031111742103814144,1030559018606051328,1534671171000.0,2018-08-19 09:32:51,+0000,,@ariannahuff Ford & Tesla are the only 2 American car companies to avoid bankruptcy. I just got home from the factory. You think this is an option. It is not.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1031111742103814144,[],[],0,,False,37965,1475,3211,,None,,,,,,,"[{'screen_name': 'ariannahuff', 'name': 'Arianna Huffington', 'id': '21982720'}]",,,, +3691,1030735648171282433,1030735648171282433,1534581503000.0,2018-08-18 08:38:23,+0000,,Super appreciate free concert for Tesla during this intense time! 🖤🖤,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1030735648171282433,[],[],0,,False,18776,644,1000,https://twitter.com/Tesla/status/1030662218138890240,None,,,,,,,[],,,, +3692,1030632127870599168,1030632127870599168,1534556822000.0,2018-08-18 01:47:02,+0000,,Great meeting you!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1030632127870599168,[],[],0,,False,74345,1350,5028,https://twitter.com/MKBHD/status/1030627360993947648,None,,,,,,,[],,,, +3693,1030237322694934528,1030221691488796672,1534462693000.0,2018-08-16 23:38:13,+0000,,@StephenNellis @Tesla Nvidia makes great hardware. High respect for Jensen & company. Our hardware needs were just unique & matched tightly to our software.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1030237322694934528,[],[],0,,False,5934,160,294,,None,,,,,,,"[{'screen_name': 'StephenNellis', 'name': 'Stephen Nellis', 'id': '2797194138'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3694,1029947219573702656,1029947219573702656,1534393527000.0,2018-08-16 04:25:27,+0000,,Model 3 review by Unbox ... https://t.co/UeA9MXyva1 via @YouTube,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1029947219573702656,['https://youtu.be/nPH_I_klt-E'],[],0,,False,10948,634,1227,,None,,,,,,,[],,,, +3695,1029939331736072192,1029938219125694464,1534391646000.0,2018-08-16 03:54:06,+0000,,@BSaiHemanth Missile Command & Lunar Lander already working in dev build. We changed the control mapping for max fun on a touchscreen.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1029939331736072192,[],[],0,,False,885,62,48,,None,,,,,,,"[{'screen_name': 'BSaiHemanth', 'name': 'Sai Hemanth BR', 'id': '4871824796'}]",,,, +3696,1029938219125694464,1029938219125694464,1534391381000.0,2018-08-16 03:49:41,+0000,,Defeating traffic is the ultimate boss battle,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1029938219125694464,[],[],0,,False,89740,2795,11158,,None,,,,,,,[],,,, +3697,1029238844443439111,1028080089592815618,1534224637000.0,2018-08-14 05:30:37,+0000,,@MacTechGenius @kaushal_k @kevinmitnick Blue too,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1029238844443439111,[],[],0,,False,724,60,29,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'kaushal_k', 'name': 'Kaushal Banninthaya', 'id': '40418993'}, {'screen_name': 'kevinmitnick', 'name': 'Kevin Mitnick', 'id': '14666934'}]",,,, +3698,1029236837083009025,1028080089592815618,1534224158000.0,2018-08-14 05:22:38,+0000,,@kaushal_k @kevinmitnick Hex nostalgia,pt,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1029236837083009025,[],[],0,,False,644,30,26,,None,,,,,,,"[{'screen_name': 'kaushal_k', 'name': 'Kaushal Banninthaya', 'id': '40418993'}, {'screen_name': 'kevinmitnick', 'name': 'Kevin Mitnick', 'id': '14666934'}]",,,, +3699,1029235533396860928,1028080089592815618,1534223848000.0,2018-08-14 05:17:28,+0000,,@kevinmitnick 49 20 77 61 73 2e 20 53 6f 72 72 79 20 74 6f 20 68 61 76 65 20 6d 69 73 73 65 64 20 79 6f 75 2e,et,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1029235533396860928,[],[],0,,False,6534,403,450,,None,,,,,,,"[{'screen_name': 'kevinmitnick', 'name': 'Kevin Mitnick', 'id': '14666934'}]",,,, +3700,1029171381584314368,1028990114267987968,1534208553000.0,2018-08-14 01:02:33,+0000,,"@Tesla I’m excited to work with Silver Lake and Goldman Sachs as financial advisors, plus Wachtell, Lipton, Rosen & Katz and Munger, Tolles & Olson as legal advisors, on the proposal to take Tesla private",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1029171381584314368,[],[],0,,False,11817,668,1136,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3701,1029016696193863680,1028984929093398528,1534171673000.0,2018-08-13 14:47:53,+0000,,@amitkatwala @WiredUK Open to it at some point. You did an impressive amount of work on this article.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1029016696193863680,[],[],0,,False,1085,34,26,,None,,,,,,,"[{'screen_name': 'amitkatwala', 'name': 'Amit Katwala', 'id': '278441639'}, {'screen_name': 'WiredUK', 'name': 'WIRED UK', 'id': '22363802'}]",,,, +3702,1029001597982928898,1028984929093398528,1534168073000.0,2018-08-13 13:47:53,+0000,,"@amitkatwala @WiredUK Mostly accurate, even though I didn’t do an interview (or pose for cover)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/1029001597982928898,[],[],0,,False,8248,173,360,,None,,,,,,,"[{'screen_name': 'amitkatwala', 'name': 'Amit Katwala', 'id': '278441639'}, {'screen_name': 'WiredUK', 'name': 'WIRED UK', 'id': '22363802'}]",,,, +3703,1028985700459339776,1028974629325615104,1534164283000.0,2018-08-13 12:44:43,+0000,,@physorg_com @ETH_en @PNASNews ETH beam heh heh,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/1028985700459339776,[],[],0,,False,1154,65,55,,None,,,,,,,"[{'screen_name': 'physorg_com', 'name': 'Phys.org', 'id': '17248121'}, {'screen_name': 'ETH_en', 'name': 'ETH Zurich', 'id': '204279080'}, {'screen_name': 'PNASNews', 'name': 'PNASNews', 'id': '258847118'}]",,,, +3704,1028983518183837696,1028982413060435968,1534163762000.0,2018-08-13 12:36:02,+0000,,"@Josh1C Good idea, we will add this feature!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/1028983518183837696,[],[],0,,False,5558,58,95,,None,,,,,,,"[{'screen_name': 'Josh1C', 'name': 'Josh Cunningham', 'id': '27496807'}]",,,, +3705,1028773837557649410,1028773837557649410,1534113771000.0,2018-08-12 22:42:51,+0000,,Model 3 traction testing on pure ice & snow,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1028773837557649410,[],[],0,,False,29036,805,2847,https://twitter.com/Tesla/status/1028673766090399744,None,,,,,,,[],,,, +3706,1028351047478042624,1028351047478042624,1534012970000.0,2018-08-11 18:42:50,+0000,,Great Q&A @defcon last night. Thanks for helping make Tesla & SpaceX more secure! Planning to open-source Tesla vehicle security software for free use by other car makers. Extremely important to a safe self-driving future for all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1028351047478042624,[],[],0,,False,22665,650,3228,,None,,,,,,,[],,,, +3707,1028349398546231296,1028121465785405441,1534012577000.0,2018-08-11 18:36:17,+0000,,"@momof3terrors Thanks, great feedback. Will be a fun project for Tesla design. Love the idea of adding a special item every few months, so whenever you go into a Tesla store, there is something new & delightful to see.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1028349398546231296,[],[],0,,False,638,32,27,,None,,,,,,,"[{'screen_name': 'momof3terrors', 'name': 'Rachel Dean', 'id': '27472095'}]",,,, +3708,1028335775480332289,1028321533113126912,1534009329000.0,2018-08-11 17:42:09,+0000,,"@FredericLambert @woodhaus2 Production design will be better, especially in details. We are dying to do this, but primary focus must remain on making affordable version of Model 3 & bringing Y to market",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1028335775480332289,[],[],0,,False,6787,185,349,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'woodhaus2', 'name': 'Franz von Holzhausen', 'id': '55769345'}]",,,, +3709,1028146651268087809,1028121465785405441,1533964238000.0,2018-08-11 05:10:38,+0000,,@Photofeature He was amazing,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1028146651268087809,[],[],0,,False,518,20,8,,None,,,,,,,"[{'screen_name': 'Photofeature', 'name': 'Lara Platman', 'id': '71337202'}]",,,, +3710,1028141920399306752,1028121465785405441,1533963110000.0,2018-08-11 04:51:50,+0000,,@PrydeFoltz Not if you had a wide elastic at the top,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1028141920399306752,[],[],0,,False,536,29,8,,None,,,,,,,"[{'screen_name': 'PrydeFoltz', 'name': 'Pryde Foltz', 'id': '1532222198'}]",,,, +3711,1028139797649469440,1028121465785405441,1533962604000.0,2018-08-11 04:43:24,+0000,,@ShorealoneFilms Busted,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1028139797649469440,[],[],0,,False,1694,29,76,,None,,,,,,,"[{'screen_name': 'ShorealoneFilms', 'name': 'Matt Hartman', 'id': '209681820'}]",,,, +3712,1028139236548128768,1028121465785405441,1533962470000.0,2018-08-11 04:41:10,+0000,,And thigh high socks with pockets for lipliner & cards,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1028139236548128768,[],[],0,,False,40096,805,3343,,None,,,,,,,[],,,, +3713,1028132430992105472,1028121465785405441,1533960847000.0,2018-08-11 04:14:07,+0000,,@KiannaFierce Of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1028132430992105472,[],[],0,,False,831,46,27,,None,,,,,,,"[{'screen_name': 'kiannafierce', 'name': '\U0001f977', 'id': '1349599101218922496'}]",,,, +3714,1028132035720880129,1028121465785405441,1533960753000.0,2018-08-11 04:12:33,+0000,,Unis3x,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1028132035720880129,[],[],0,,False,10374,249,863,,None,,,,,,,[],,,, +3715,1028131675602079747,1028121465785405441,1533960667000.0,2018-08-11 04:11:07,+0000,,Paired with thigh-high sockboots,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1028131675602079747,[],[],0,,False,10928,243,910,,None,,,,,,,[],,,, +3716,1028129215059828737,1028121465785405441,1533960081000.0,2018-08-11 04:01:21,+0000,,What are your fav short shorts?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1028129215059828737,[],[],0,,False,9944,1260,909,,None,,,,,,,[],,,, +3717,1028126594425081863,1028121465785405441,1533959456000.0,2018-08-11 03:50:56,+0000,,S3XY,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1028126594425081863,[],[],0,,False,32253,533,6798,,None,,,,,,,[],,,, +3718,1028121465785405441,1028121465785405441,1533958233000.0,2018-08-11 03:30:33,+0000,,Short shorts coming soon to Tesla merch,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1028121465785405441,[],[],0,,False,96185,2374,14188,,None,,,,,,,[],,,, +3719,1028119241025904640,1027906040283713537,1533957703000.0,2018-08-11 03:21:43,+0000,,@davidein Put them on & post a selfie,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1028119241025904640,[],[],0,,False,3945,127,211,,None,,,,,,,"[{'screen_name': 'davidein', 'name': 'David Einhorn', 'id': '52849759'}]",,,, +3720,1028074217793679360,1028074217793679360,1533946968000.0,2018-08-11 00:22:48,+0000,,.@defcon. hqr sz wut.,pl,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1028074217793679360,[],[],0,,False,7756,860,916,,None,,,,,,,[],,,, +3721,1028016698924793856,1028015767437094913,1533933255000.0,2018-08-10 20:34:15,+0000,,@thesheetztweetz @Chubbies @davidein @khency6 @CNBC Awesome 🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1028016698924793856,[],[],0,,False,668,33,33,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'Chubbies', 'name': 'Chubbies', 'id': '300544697'}, {'screen_name': 'davidein', 'name': 'David Einhorn', 'id': '52849759'}, {'screen_name': 'khency6', 'name': 'khency6', 'id': '15162975'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +3722,1027798878962081793,1027671485324910599,1533881322000.0,2018-08-10 06:08:42,+0000,,"@JohnnaSabri @Medium Love this from P&P: “One has got all the goodness, and the other all the appearance of it.” Reminds me so of my Nana, who was very stern & strict & yet kindest of all. Believe in good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1027798878962081793,[],[],0,,False,3271,112,167,,None,,,,,,,"[{'screen_name': 'Medium', 'name': 'Medium', 'id': '571202103'}]",,,, +3723,1027782177721790465,1027688205552943104,1533877341000.0,2018-08-10 05:02:21,+0000,,@SpaceXUpdates Those are the new design made of titanium. Doesn’t need heat shielding or even paint.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1027782177721790465,[],[],0,,False,4299,144,189,,None,,,,,,,"[{'screen_name': 'SpaceXUpdates', 'name': 'SpaceXUpdates', 'id': '738023983266828288'}]",,,, +3724,1027316549697253377,1027294935504936960,1533766326000.0,2018-08-08 22:12:06,+0000,,"@lexiheft @FredericLambert @lexfridman Sorry, meant to say same timeframe as hardware",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1027316549697253377,[],[],0,,False,558,64,33,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +3725,1027315863454593025,1027294935504936960,1533766163000.0,2018-08-08 22:09:23,+0000,,@komocode @FredericLambert @lexfridman Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1027315863454593025,[],[],0,,False,487,18,13,,None,,,,,,,"[{'screen_name': 'komocode', 'name': 'komocode', 'id': '20936024'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +3726,1027314633101598721,1027294935504936960,1533765869000.0,2018-08-08 22:04:29,+0000,,@FredericLambert @lexfridman Probably 4 to 6 months. Those who order full self-driving get the upgrade at no cost. It isn’t needed just for enhanced Autopilot.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1027314633101598721,[],[],0,,False,942,80,84,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +3727,1027294935504936960,1027294935504936960,1533761173000.0,2018-08-08 20:46:13,+0000,,Tesla deliveries & AP hardware chart by @lexfridman at MIT https://t.co/6vZxKMcec2,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1027294935504936960,[],['https://pbs.twimg.com/media/DkGvTBjUcAAjMwJ.jpg'],1,https://pbs.twimg.com/media/DkGvTBjUcAAjMwJ.jpg,False,10565,476,1126,,None,,,,,,,[],,,, +3728,1026914941004001280,1026914941004001280,1533670575000.0,2018-08-07 19:36:15,+0000,,Investor support is confirmed. Only reason why this is not certain is that it’s contingent on a shareholder vote.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1026914941004001280,[],[],0,,False,17481,1549,2532,https://twitter.com/Tesla/status/1026912973120462848,None,,,,,,,[],,,, +3729,1026907699760390146,1026872652290379776,1533668849000.0,2018-08-07 19:07:29,+0000,,@MindFieldMusic Def no forced sales. Hope all shareholders remain. Will be way smoother & less disruptive as a private company. Ends negative propaganda from shorts.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1026907699760390146,[],[],0,,False,7001,502,614,,None,,,,,,,"[{'screen_name': 'MindFieldMusic', 'name': 'Brian Peace', 'id': '293249961'}]",,,, +3730,1026906046839672832,1026872652290379776,1533668455000.0,2018-08-07 19:00:55,+0000,,"@thatspacegeek Yes, but liquidity events would be limited to every 6 months or so (like SpaceX)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1026906046839672832,[],[],0,,False,1598,66,95,,None,,,,,,,"[{'screen_name': 'thatspacegeek', 'name': 'Derek P-M', 'id': '16728281'}]",,,, +3731,1026894478764851202,1026882735455916032,1533665697000.0,2018-08-07 18:14:57,+0000,,@FredericLambert No change,fr,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1026894478764851202,[],[],0,,False,1277,69,45,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3732,1026894228541071360,1026872652290379776,1533665637000.0,2018-08-07 18:13:57,+0000,,Shareholders could either to sell at 420 or hold shares & go private,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1026894228541071360,[],[],0,,False,19582,1261,2045,,None,,,,,,,[],,,, +3733,1026892550337122304,1026872652290379776,1533665237000.0,2018-08-07 18:07:17,+0000,,@heydave7 Absolutely. Am super appreciative of Tesla shareholders. Will ensure their prosperity in any scenario.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1026892550337122304,[],[],0,,False,6547,265,475,,None,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +3734,1026890900885184514,1026872652290379776,1533664844000.0,2018-08-07 18:00:44,+0000,,@Gfilche My hope is *all* current investors remain with Tesla even if we’re private. Would create special purpose fund enabling anyone to stay with Tesla. Already do this with Fidelity’s SpaceX investment.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1026890900885184514,[],[],0,,False,8152,484,854,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}]",,,, +3735,1026888063899774976,1026872652290379776,1533664167000.0,2018-08-07 17:49:27,+0000,,@EvotoRentals Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1026888063899774976,[],[],0,,False,2096,76,50,,None,,,,,,,"[{'screen_name': 'EvotoRentals', 'name': 'Soby Evoto', 'id': '816116851331698688'}]",,,, +3736,1026885883482365953,1026882735455916032,1533663647000.0,2018-08-07 17:40:47,+0000,,@FredericLambert I don’t have a controlling vote now & wouldn’t expect any shareholder to have one if we go private. I won’t be selling in either scenario.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1026885883482365953,[],[],0,,False,1535,86,140,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3737,1026882735455916032,1026882735455916032,1533662897000.0,2018-08-07 17:28:17,+0000,,Good morning 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1026882735455916032,[],[],0,,False,43849,3646,2831,,None,,,,,,,[],,,, +3738,1026879404905885697,1026875440131137537,1533662103000.0,2018-08-07 17:15:03,+0000,,@LizClaman @Tesla 420,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1026879404905885697,[],[],0,,False,5987,286,805,,None,,,,,,,"[{'screen_name': 'LizClaman', 'name': 'Liz Claman', 'id': '20707966'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3739,1026872652290379776,1026872652290379776,1533660493000.0,2018-08-07 16:48:13,+0000,,Am considering taking Tesla private at $420. Funding secured.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1026872652290379776,[],[],0,,False,85661,5944,15008,,None,,,,,,,[],,,, +3740,1026266053658038272,1026262681848709120,1533515868000.0,2018-08-06 00:37:48,+0000,,@ChillinQuillen @joerogan Maybe Thursday,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1026266053658038272,[],[],0,,False,1226,94,83,,None,,,,,,,"[{'screen_name': 'ChillinQuillen', 'name': 'Mike Quillen', 'id': '16352001'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +3741,1026257578920009730,1026175234825547776,1533513848000.0,2018-08-06 00:04:08,+0000,,@gdb @OpenAI @Blitz_DotA Great work by @OpenAI. Need the neural interface soon to enable human/AI symbiosis.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1026257578920009730,[],[],0,,False,1054,59,118,,None,,,,,,,"[{'screen_name': 'gdb', 'name': 'Greg Brockman', 'id': '162124540'}, {'screen_name': 'OpenAI', 'name': 'OpenAI', 'id': '4398626122'}, {'screen_name': 'Blitz_DotA', 'name': 'William Lee', 'id': '538267747'}]",,,, +3742,1026250770235023360,1026249457950633984,1533512225000.0,2018-08-05 23:37:05,+0000,,@Excellion We’re working on a new Tesla mini-car that can squeeze in an adult,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1026250770235023360,[],[],0,,False,809,173,82,,None,,,,,,,"[{'screen_name': 'Excellion', 'name': 'Samson Mow', 'id': '14654494'}]",,,, +3743,1026231822122770432,1026188902522966016,1533507707000.0,2018-08-05 22:21:47,+0000,,@Khoji Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1026231822122770432,[],[],0,,False,264,9,6,,None,,,,,,,"[{'screen_name': 'Khoji', 'name': 'Timo Grün', 'id': '10350472'}]",,,, +3744,1026229874548043776,1026228709437714432,1533507243000.0,2018-08-05 22:14:03,+0000,,"@Rengle820 Model S P100D is def still the top end, but Model 3 Performance is higher value for money",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1026229874548043776,[],[],0,,False,463,17,29,,None,,,,,,,"[{'screen_name': 'Rengle820', 'name': 'Ryan Engle', 'id': '3258986054'}]",,,, +3745,1026208127128035328,1026202323775672320,1533502058000.0,2018-08-05 20:47:38,+0000,,"@lexiheft Early access will have bugs (usually minor, but you never know for sure), so would not advise early access unless you’re prepared to have something go wrong",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1026208127128035328,[],[],0,,False,491,46,13,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}]",,,, +3746,1026204484421074944,1026202323775672320,1533501189000.0,2018-08-05 20:33:09,+0000,,@Scobleizer 🖤 Tesla Autopilot Team 🖤,pl,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1026204484421074944,[],[],0,,False,859,31,42,,None,,,,,,,"[{'screen_name': 'Scobleizer', 'name': '\U0001f7e3Scoble', 'id': '13348'}]",,,, +3747,1026203902155218944,1026199205910663168,1533501050000.0,2018-08-05 20:30:50,+0000,,@vicentes @vishaljotshi Everywhere …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1026203902155218944,[],[],0,,False,380,29,10,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'vishaljotshi', 'name': 'Vishal jotshi', 'id': '2292677269'}]",,,, +3748,1026203726371934208,1026199205910663168,1533501008000.0,2018-08-05 20:30:08,+0000,,@LanceUlanoff @vishaljotshi Much more interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1026203726371934208,[],[],0,,False,340,6,11,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}, {'screen_name': 'vishaljotshi', 'name': 'Vishal jotshi', 'id': '2292677269'}]",,,, +3749,1026203526332989441,1026202323775672320,1533500961000.0,2018-08-05 20:29:21,+0000,,"@chriscardinal Games & other refinements will go to all Tesla S, X & 3 from start of production. Autopilot enhancements apply to all Model 3’s plus S & X made in last few years (needs Autopilot Hardware V2.0 or higher).",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1026203526332989441,[],[],0,,False,488,12,29,,None,,,,,,,"[{'screen_name': 'chriscardinal', 'name': 'chriscardinal', 'id': '7872092'}]",,,, +3750,1026202323775672320,1026202323775672320,1533500674000.0,2018-08-05 20:24:34,+0000,,Glad you’re enjoying Model 3 & thanks for buying a Tesla! Major enhancements to Autopilot & fun games coming in a month with V9.0.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1026202323775672320,[],[],0,,False,8507,333,548,https://twitter.com/Scobleizer/status/1026199248985972736,None,,,,,,,[],,,, +3751,1026201140378009600,1026199205910663168,1533500392000.0,2018-08-05 20:19:52,+0000,,@vishaljotshi Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1026201140378009600,[],[],0,,False,906,37,23,,None,,,,,,,"[{'screen_name': 'vishaljotshi', 'name': 'Vishal jotshi', 'id': '2292677269'}]",,,, +3752,1026193065034149888,1026192651530502144,1533498467000.0,2018-08-05 19:47:47,+0000,,@MatthewTBishop @mattdebord Def worth it. Model 3 Performance is next-level.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1026193065034149888,[],[],0,,False,921,37,48,,None,,,,,,,"[{'screen_name': 'MatthewTBishop', 'name': 'Matt Bishop', 'id': '144232341'}, {'screen_name': 'mattdebord', 'name': 'Matthew DeBord', 'id': '12013352'}]",,,, +3753,1026191962926280704,1010189882503950336,1533498204000.0,2018-08-05 19:43:24,+0000,,"@bbccomedy @BoycottStuff 🖤 Tracey “… before I knew it, I was writing to The Guardian …” 🤣🤣🤣",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1026191962926280704,[],[],0,,False,725,20,26,,None,,,,,,,"[{'screen_name': 'bbccomedy', 'name': 'BBC Comedy', 'id': '7267562'}, {'screen_name': 'BoycottStuff', 'name': 'Privileged Hobo', 'id': '903557879269117953'}]",,,, +3754,1026189335668781056,1026188902522966016,1533497577000.0,2018-08-05 19:32:57,+0000,,@marks22 Thanks for the tip. His attention to detail is excellent.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1026189335668781056,[],[],0,,False,388,21,10,,None,,,,,,,"[{'screen_name': 'marks22', 'name': 'Mark Schey', 'id': '15989755'}]",,,, +3755,1026189082882260992,1026188583005249536,1533497517000.0,2018-08-05 19:31:57,+0000,,@JmChile @OpenAI The humans,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1026189082882260992,[],[],0,,False,3319,45,190,,None,,,,,,,"[{'screen_name': 'JmChile', 'name': 'Jota Eme', 'id': '26353844'}, {'screen_name': 'OpenAI', 'name': 'OpenAI', 'id': '4398626122'}]",,,, +3756,1026188902522966016,1026188902522966016,1533497474000.0,2018-08-05 19:31:14,+0000,,Love The Handmaiden. Director also made original Korean Oldboy. https://t.co/FtXqNflQlr,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1026188902522966016,['https://m.youtube.com/watch?v=IkvHtfRAKNkp'],[],0,,False,3965,217,268,,None,,,,,,,[],,,, +3757,1026185672468512773,1026181113461567488,1533496704000.0,2018-08-05 19:18:24,+0000,,@WorldAndScience Very tiny,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1026185672468512773,[],[],0,,False,7215,236,329,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +3758,1026164075900727296,1026164075900727296,1533491555000.0,2018-08-05 17:52:35,+0000,,Performance Model 3 review by @mattdebord https://t.co/uEA599VPcX,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1026164075900727296,['https://www.businessinsider.com/tesla-model-3-performance-first-drive-2018-8'],[],0,,False,6114,281,640,,None,,,,,,,[],,,, +3759,1026073171638738944,1026073171638738944,1533469882000.0,2018-08-05 11:51:22,+0000,,"Dang, turns out even Hitler was shorting Tesla stock … https://t.co/RLM1VQ5O3K",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1026073171638738944,['https://m.youtube.com/watch?v=wxEClGh6Mus'],[],0,,False,16829,1054,2375,,None,,,,,,,[],,,, +3760,1025788954707030016,1025788479483961350,1533402119000.0,2018-08-04 17:01:59,+0000,,Still as true today as it was 6 years ago,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1025788954707030016,[],[],0,,False,10868,337,384,,None,,,,,,,[],,,, +3761,1025788479483961350,1025788479483961350,1533402006000.0,2018-08-04 17:00:06,+0000,,Squirrels …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1025788479483961350,[],[],0,,False,14889,492,1100,https://twitter.com/elonmusk/status/168060414398177281,None,,,,,,,[],,,, +3762,1025138553867534337,1025137594059829248,1533247052000.0,2018-08-02 21:57:32,+0000,,@DMC_Ryan Will work with current hardware. OTA update.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1025138553867534337,[],[],0,,False,549,54,24,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +3763,1024761320392904704,1024726529304027137,1533157112000.0,2018-08-01 20:58:32,+0000,,@BrouardMartin @atari Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1024761320392904704,[],[],0,,False,543,37,13,,None,,,,,,,"[{'screen_name': 'BrouardMartin', 'name': 'Martin Brouard', 'id': '415583785'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +3764,1024760547059818497,1024758123406323712,1533156928000.0,2018-08-01 20:55:28,+0000,,@scoti5 @levine Bioshock is amazing,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1024760547059818497,[],[],0,,False,1003,57,147,,None,,,,,,,"[{'screen_name': 'scoti5', 'name': 'Lior Yanay', 'id': '18840394'}, {'screen_name': 'levine', 'name': 'Ken Levine', 'id': '64488804'}]",,,, +3765,1024759651668123649,1024758123406323712,1533156714000.0,2018-08-01 20:51:54,+0000,,"@SadCookieCrisp Something like that, but more of an adults in cars anime vibe",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1024759651668123649,[],[],0,,False,4108,188,442,,None,,,,,,,[],,,, +3766,1024758658251411456,1024758123406323712,1533156477000.0,2018-08-01 20:47:57,+0000,,Please send examples of prior work when applying. Looking for max playability & creativity.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1024758658251411456,[],[],0,,False,15991,908,995,,None,,,,,,,[],,,, +3767,1024758123406323712,1024758123406323712,1533156350000.0,2018-08-01 20:45:50,+0000,,"If you’re into video game development, consider applying to Tesla. We want to make super fun games that integrate the center touch screen, phone & car irl.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1024758123406323712,[],[],0,,False,70387,4118,10754,,None,,,,,,,[],,,, +3768,1024756440366370816,1024756206605426688,1533155949000.0,2018-08-01 20:39:09,+0000,,@BlacklistTrader 😛,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1024756440366370816,[],[],0,,False,477,21,15,,None,,,,,,,"[{'screen_name': 'blacklisttrader', 'name': 'blacklisttrader', 'id': '1239687343088504835'}]",,,, +3769,1024756316466688000,1024726529304027137,1533155919000.0,2018-08-01 20:38:39,+0000,,@MobiiliMika @atari Cool idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1024756316466688000,[],[],0,,False,558,18,13,,None,,,,,,,"[{'screen_name': 'MobiiliMika', 'name': 'Mika Saastamoinen', 'id': '468262815'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +3770,1024756088221007872,1024726529304027137,1533155865000.0,2018-08-01 20:37:45,+0000,,@Model3Owners @atari Good idea & thanks for Supercharger trophy reminder. Really want to make the car as fun as possible!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1024756088221007872,[],[],0,,False,820,40,39,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +3771,1024729113968271360,1024726529304027137,1533149433000.0,2018-08-01 18:50:33,+0000,,@megazone @RyanHummer @atari Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1024729113968271360,[],[],0,,False,633,25,14,,None,,,,,,,"[{'screen_name': 'megazone', 'name': 'MegaZone', 'id': '11346522'}, {'screen_name': 'RyanHummer', 'name': 'Ryan Hummer', 'id': '19073491'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +3772,1024728904412450816,1024726529304027137,1533149384000.0,2018-08-01 18:49:44,+0000,,"@jlgolson @atari Hoping to include last three in this release, with pole position linked to actual car steering wheel (while stationary tbc haha)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1024728904412450816,[],[],0,,False,2190,95,123,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +3773,1024728178865008640,1024726529304027137,1533149211000.0,2018-08-01 18:46:51,+0000,,@RyanHummer @atari We will try to squeeze it in,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1024728178865008640,[],[],0,,False,791,17,11,,None,,,,,,,"[{'screen_name': 'RyanHummer', 'name': 'Ryan Hummer', 'id': '19073491'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +3774,1024727291601928193,1024726529304027137,1533148999000.0,2018-08-01 18:43:19,+0000,,@jlgolson @atari What are your favorites?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1024727291601928193,[],[],0,,False,825,123,19,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +3775,1024727040291831810,1024726775358730241,1533148939000.0,2018-08-01 18:42:19,+0000,,@austjennings Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1024727040291831810,[],[],0,,False,1104,44,35,,None,,,,,,,[],,,, +3776,1024726957500522496,1024726529304027137,1533148919000.0,2018-08-01 18:41:59,+0000,,@nantonius @atari Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1024726957500522496,[],[],0,,False,580,12,12,,None,,,,,,,"[{'screen_name': 'nantonius', 'name': 'Anton Nikitin', 'id': '238858360'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +3777,1024726836352188417,1024726529304027137,1533148890000.0,2018-08-01 18:41:30,+0000,,@lexiheft @atari Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1024726836352188417,[],[],0,,False,755,33,23,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +3778,1024726529304027137,1024726529304027137,1533148817000.0,2018-08-01 18:40:17,+0000,,Some of best classic @Atari games coming as Easter eggs in Tesla V9.0 release in about 4 weeks. Thanks @Atari!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1024726529304027137,[],[],0,,False,32208,1379,3569,,None,,,,,,,[],,,, +3779,1024672548313804800,1024672548313804800,1533135947000.0,2018-08-01 15:05:47,+0000,,Falcon 9 launches Iridium to orbit from Vandenberg Air Force Base https://t.co/7GTzx0a24d,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1024672548313804800,['https://www.instagram.com/p/Bl8M-mNAN3f/?utm_source=ig_twitter_share&igshid=18erh862v2fe1'],[],0,,False,7353,218,611,,None,,,,,,,[],,,, +3780,1024561920173457408,1024498722082881536,1533109571000.0,2018-08-01 07:46:11,+0000,,@tictoc Tragic. Will send Einhorn a box of short shorts to comfort him through this difficult time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1024561920173457408,[],[],0,,False,9585,354,614,,None,,,,,,,[],,,, +3781,1024555306112540673,1024444650222968832,1533107994000.0,2018-08-01 07:19:54,+0000,,@WorldAndScience And most of remaining 0.14% is Jupiter. We are tiny dust on tiny dust.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1024555306112540673,[],[],0,,False,30881,507,2492,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +3782,1024435601443966976,1024135166007095296,1533079455000.0,2018-07-31 23:24:15,+0000,,@DiscoverMag Science ♥️🔬💫 https://t.co/HIAnWrrZwM,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1024435601443966976,['http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.24.8928&rep=rep1&type=pdf'],[],0,,False,842,70,78,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +3783,1024434827158638592,1024135166007095296,1533079270000.0,2018-07-31 23:21:10,+0000,,@DiscoverMag Oh yeah? I’ll see ur expert & raise you a Chris McKay @NASA 🌏🚀👨‍🔬 😀 https://t.co/LEXPf93ryT,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1024434827158638592,['https://en.m.wikipedia.org/wiki/Christopher_McKay'],[],0,,False,869,60,53,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +3784,1024406801477816320,1024404793312178177,1533072588000.0,2018-07-31 21:29:48,+0000,,@aswhiting Tesla body shops are ramping up fast. Aiming to go from 30+ days using external body repair shops to same day body repair with prestocked parts at Tesla service centers.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1024406801477816320,[],[],0,,False,712,79,58,,None,,,,,,,[],,,, +3785,1024364396674351104,1024362705677897728,1533062478000.0,2018-07-31 18:41:18,+0000,,@4NIKKOLAS @samir Will leave any comment on actions in Flint to those in Flint,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1024364396674351104,[],[],0,,False,530,28,22,,None,,,,,,,"[{'screen_name': '4NIKKOLAS', 'name': 'NIKKOLAS', 'id': '16976061'}, {'screen_name': 'samir', 'name': '#1 samir', 'id': '115396965'}]",,,, +3786,1024364000870420481,1024360983970467840,1533062384000.0,2018-07-31 18:39:44,+0000,,@iLehonardo Can’t wait to bring Tesla to Brazil. One of my favorite countries!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1024364000870420481,[],[],0,,False,1374,113,140,,None,,,,,,,"[{'screen_name': 'iLehonardo', 'name': 'Influencer de bobagens', 'id': '112474097'}]",,,, +3787,1024363530395443200,1024363286186389504,1533062272000.0,2018-07-31 18:37:52,+0000,,@l9cgv We should be really worried about this,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1024363530395443200,[],[],0,,False,449,40,17,,None,,,,,,,"[{'screen_name': 'l9cgv', 'name': 'l9cgv', 'id': '3292060903'}]",,,, +3788,1024363380771966976,1024362705677897728,1533062236000.0,2018-07-31 18:37:16,+0000,,@samir No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1024363380771966976,[],[],0,,False,2421,59,370,,None,,,,,,,"[{'screen_name': 'samir', 'name': '#1 samir', 'id': '115396965'}]",,,, +3789,1024363242057916416,1024360983970467840,1533062203000.0,2018-07-31 18:36:43,+0000,,"@AndredAlmeida Yeah, Model 3 is designed to fit 6’4” adults comfortably in both front & rear seats at same time",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1024363242057916416,[],[],0,,False,648,29,29,,None,,,,,,,"[{'screen_name': 'AndredAlmeida', 'name': 'Andre Almeida', 'id': '19310715'}]",,,, +3790,1024362530691371008,1024360983970467840,1533062033000.0,2018-07-31 18:33:53,+0000,,"We’re adding a “party & camper mode” soon to S/3/X, so your car can maintain air flow, temp, selective lights, music & power devices for 48 hours or more while parked. Big batteries rock …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1024362530691371008,[],[],0,,False,19330,787,1482,,None,,,,,,,[],,,, +3791,1024360983970467840,1024360983970467840,1533061664000.0,2018-07-31 18:27:44,+0000,,"Not having a big gas guzzler engine in front means there’s room for trunks in front & back, plus longer crumple zone for best safety of any midsize car",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1024360983970467840,[],[],0,,False,17273,568,1253,https://twitter.com/Tesla/status/1024335091785289729,None,,,,,,,[],,,, +3792,1024190725255192578,1024032503193989120,1533021072000.0,2018-07-31 07:11:12,+0000,,@Tesla Hard drive industry is hardcore. They build >100 million units per year with extreme precision & brutal economics. Great background.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1024190725255192578,[],[],0,,False,7035,154,320,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3793,1024137570463051778,1024135166007095296,1533008399000.0,2018-07-31 03:39:59,+0000,,"@DiscoverMag There’s a massive amount of CO2 on Mars adsorbed into soil that’d be released upon heating. With enough energy via artificial or natural (sun) fusion, you can terraform almost any large, rocky body.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1024137570463051778,[],[],0,,False,26804,943,2204,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +3794,1023808486226812933,1023748634242772992,1532929939000.0,2018-07-30 05:52:19,+0000,,"@jbaert Yes, minifloats",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1023808486226812933,[],[],0,,False,492,35,12,,None,,,,,,,"[{'screen_name': 'jbaert', 'name': 'Jeroen Baert', 'id': '20519534'}]",,,, +3795,1023786119895216128,1023779158030077952,1532924606000.0,2018-07-30 04:23:26,+0000,,@martinengwicht Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1023786119895216128,[],[],0,,False,932,39,21,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}]",,,, +3796,1023779158030077952,1023779158030077952,1532922946000.0,2018-07-30 03:55:46,+0000,,"We tried out a new delivery system using an enclosed trailer straight from factory to owner’s home, so super convenient & car arrives in pristine condition without wasting plastic wrap",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1023779158030077952,[],[],0,,False,38241,1333,3168,https://twitter.com/MichiganMan2007/status/1023774002915893248,None,,,,,,,[],,,, +3797,1023771444583399424,1023748634242772992,1532921107000.0,2018-07-30 03:25:07,+0000,,"@martinengwicht @Grimezsz Was listening to Jon Hopkins’ Singularity with c, but posted this instead",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1023771444583399424,[],[],0,,False,466,40,11,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +3798,1023754616192684040,1023748634242772992,1532917095000.0,2018-07-30 02:18:15,+0000,, https://t.co/PctxEIDekX,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1023754616192684040,['https://m.youtube.com/watch?v=uFquLU8-SNI'],[],0,,False,2872,251,209,,None,,,,,,,[],,,, +3799,1023749975065354240,1023748634242772992,1532915989000.0,2018-07-30 01:59:49,+0000,,"@Hussi_Tussi Have wanted to for so long, but that would be irresponsible",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1023749975065354240,[],[],0,,False,558,67,16,,None,,,,,,,"[{'screen_name': 'hussi_tussi', 'name': 'H𝖆𝖗𝖗𝖎𝖊𝖙 𝕿𝖚𝖇𝖒𝖆𝖓 𝖘𝖙𝖆𝖓', 'id': '988844618115624968'}]",,,, +3800,1023749689701593088,1019130055203704832,1532915921000.0,2018-07-30 01:58:41,+0000,,@KingTer74261333 @neuralink All are important. You will see.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1023749689701593088,[],[],0,,False,614,38,34,,None,,,,,,,"[{'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +3801,1023748634242772992,1023748634242772992,1532915669000.0,2018-07-30 01:54:29,+0000,,8-bit floating point?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1023748634242772992,[],[],0,,False,8416,717,499,,None,,,,,,,[],,,, +3802,1023728298226999296,1023674091142701056,1532910820000.0,2018-07-30 00:33:40,+0000,,"@Mr_Computique If any formula instantiates reality, it’s probably that",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1023728298226999296,[],[],0,,False,317,24,16,,None,,,,,,,"[{'screen_name': 'Mr_Computique', 'name': 'Erwan Meunier #JeMeFeraiVacciner', 'id': '2436448025'}]",,,, +3803,1023683692605005824,1023683692605005824,1532900186000.0,2018-07-29 21:36:26,+0000,,"Think once, Tweet twice [do it]",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1023683692605005824,[],[],0,,False,34094,1758,4402,,None,,,,,,,[],,,, +3804,1023675534553698304,1023674091142701056,1532898241000.0,2018-07-29 21:04:01,+0000,,0,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1023675534553698304,[],[],0,,False,16810,958,1399,,None,,,,,,,[],,,, +3805,1023674091142701056,1023674091142701056,1532897896000.0,2018-07-29 20:58:16,+0000,,Nothing is both real & imaginary,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1023674091142701056,[],[],0,,False,46029,4039,8292,,None,,,,,,,[],,,, +3806,1023661157247201280,1023649332023582720,1532894813000.0,2018-07-29 20:06:53,+0000,,@J_M_0_N @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1023661157247201280,[],[],0,,False,875,71,53,,None,,,,,,,"[{'screen_name': 'J_M_0_N', 'name': 'Jay Pase', 'id': '3041519156'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3807,1023649332023582720,1023649332023582720,1532891993000.0,2018-07-29 19:19:53,+0000,,The future is accelerating,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1023649332023582720,[],[],0,,False,9570,468,1222,https://twitter.com/sianabradley/status/943556624668643329,None,,,,,,,[],,,, +3808,1023640028193255425,1023556279476936705,1532889775000.0,2018-07-29 18:42:55,+0000,,@fermatslibrary 😱,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1023640028193255425,[],[],0,,False,1459,61,55,,None,,,,,,,"[{'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +3809,1023073822080098304,1023067599528124416,1532754781000.0,2018-07-28 05:13:01,+0000,,@SmileSimplify @EmreKelly @nextspaceflight Probably ships next summer,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1023073822080098304,[],[],0,,False,572,40,29,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'EmreKelly', 'name': 'Emre Kelly', 'id': '214274793'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +3810,1023069021057380353,1023067599528124416,1532753636000.0,2018-07-28 04:53:56,+0000,,"@nextspaceflight Side boosters, yes, but too much load through center core",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1023069021057380353,[],[],0,,False,704,19,36,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +3811,1023067599528124416,1023067599528124416,1532753298000.0,2018-07-28 04:48:18,+0000,,🖤🚀💫,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1023067599528124416,[],[],0,,False,10273,230,772,https://twitter.com/MAKERSwomen/status/1022995840363913216,None,,,,,,,[],,,, +3812,1023061301273055232,1023019676421574656,1532751796000.0,2018-07-28 04:23:16,+0000,,@ElectrekCo @FredericLambert This is great.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1023061301273055232,[],[],0,,False,6366,235,254,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +3813,1022914062009556992,1022746127538446336,1532716691000.0,2018-07-27 18:38:11,+0000,,@phil_hellmuth @Tesla Thanks Phil,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1022914062009556992,[],[],0,,False,2780,89,52,,None,,,,,,,"[{'screen_name': 'phil_hellmuth', 'name': 'phil_hellmuth', 'id': '18198400'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3814,1022883831173398528,1022842299259252736,1532709484000.0,2018-07-27 16:38:04,+0000,,@AlexGarnerArt @WhatTheFFacts Machines that go “ping”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1022883831173398528,[],[],0,,False,1387,57,44,,None,,,,,,,"[{'screen_name': 'AlexGarnerArt', 'name': 'Alex Garner', 'id': '246472003'}, {'screen_name': 'WhatTheFFacts', 'name': 'What The F*** Facts', 'id': '352145373'}]",,,, +3815,1022879510239170560,1022842299259252736,1532708454000.0,2018-07-27 16:20:54,+0000,,@WhatTheFFacts What’s technology?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1022879510239170560,[],[],0,,False,9609,432,464,,None,,,,,,,"[{'screen_name': 'WhatTheFFacts', 'name': 'What The F*** Facts', 'id': '352145373'}]",,,, +3816,1022430321696858113,1022430321696858113,1532601359000.0,2018-07-26 10:35:59,+0000,,"Worth another retweet. Hope Dan Neil returns to Twitter. He left due to relentless attacks from short-sellers, who constantly peddle fear, uncertainty & doubt about Tesla. Dan won the Pulitzer & is considered by many to be the best car critic in the world. https://t.co/txW3DDJpth",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1022430321696858113,['https://twitter.com/tesla/status/1020012323606487041'],[],0,,False,20960,770,2570,https://twitter.com/tesla/status/1020012323606487041,None,,,,,,,[],,,, +3817,1022418419667226624,1022195299261984768,1532598521000.0,2018-07-26 09:48:41,+0000,,@westcoastbill Explains why there are so many cat videos,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1022418419667226624,[],[],0,,False,5690,172,277,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +3818,1022217710040543232,1022125032024297473,1532550668000.0,2018-07-25 20:31:08,+0000,,@AntVenom @BBCBreaking Localized electro-magnetic field generators,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1022217710040543232,[],[],0,,False,834,88,40,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'BBCBreaking', 'name': 'BBC Breaking News', 'id': '5402612'}]",,,, +3819,1022159242726232064,1022106329475772416,1532536728000.0,2018-07-25 16:38:48,+0000,,@IridiumBoss @SpaceX @Spotify @Marine_layer Thanks for taking a chance on @SpaceX so many years ago! Looking forward to using the new Iridium constellation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1022159242726232064,[],[],0,,False,3226,57,149,,None,,,,,,,"[{'screen_name': 'IridiumBoss', 'name': 'Matt Desch', 'id': '29291334'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Spotify', 'name': 'Spotify', 'id': '17230018'}, {'screen_name': 'Marine_layer', 'name': 'Vandenberg Fog', 'id': '991918717842874370'}]",,,, +3820,1022048284599148545,1022048284599148545,1532510274000.0,2018-07-25 09:17:54,+0000,,Wagnerian https://t.co/Mjt0bNCdIY,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1022048284599148545,['https://twitter.com/boringcompany/status/1021810766712909824'],[],0,,False,12389,406,793,https://twitter.com/boringcompany/status/1021810766712909824,None,,,,,,,[],,,, +3821,1022030008724930565,1021783102513766402,1532505917000.0,2018-07-25 08:05:17,+0000,,@dflieb @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1022030008724930565,[],[],0,,False,5699,94,62,,None,,,,,,,"[{'screen_name': 'dflieb', 'name': 'David Lieb', 'id': '312479100'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3822,1022000378462855168,1022000378462855168,1532498852000.0,2018-07-25 06:07:32,+0000,,Mötor Trēnd https://t.co/jilxFHjkYW,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1022000378462855168,['https://www.motortrend.com/cars/tesla/model-3/2018/2018-tesla-model-3-dual-motor-performance-review/'],[],0,,False,12734,732,1273,,None,,,,,,,[],,,, +3823,1021616336798015488,1021528117393928192,1532407290000.0,2018-07-24 04:41:30,+0000,,@appljd Great!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1021616336798015488,[],[],0,,False,577,40,17,,None,,,,,,,"[{'screen_name': 'appljd', 'name': 'JD Mankovsky', 'id': '129283198'}]",,,, +3824,1021541242465730560,1021528117393928192,1532389386000.0,2018-07-23 23:43:06,+0000,,@appljd We’ve gone from ~1000 S/X deliveries per week in US last year to ~6000 S/3/X. It’s like hitting a square wave.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1021541242465730560,[],[],0,,False,1040,87,93,,None,,,,,,,"[{'screen_name': 'appljd', 'name': 'JD Mankovsky', 'id': '129283198'}]",,,, +3825,1021529422224977920,1021528117393928192,1532386568000.0,2018-07-23 22:56:08,+0000,,"@appljd We’re trying to get rid of contracts completely. Should just be “tap here & you get your car”. Then, if you don’t like it for any reason, just return it like any other product.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1021529422224977920,[],[],0,,False,1022,72,87,,None,,,,,,,"[{'screen_name': 'appljd', 'name': 'JD Mankovsky', 'id': '129283198'}]",,,, +3826,1021461598508990464,1021454593463443456,1532370397000.0,2018-07-23 18:26:37,+0000,,@westcoastbill Yeah. Never seen it so high ever.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1021461598508990464,[],[],0,,False,1394,116,49,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +3827,1021461084585299973,1021348304653897728,1532370275000.0,2018-07-23 18:24:35,+0000,,"@WillFealey @Tesla @TeslaOwnersUK Wow, that’s really awesome. Thank you! ♥️@TeslaOwnersUK",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1021461084585299973,[],[],0,,False,3236,55,130,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'TeslaOwnersUK', 'name': 'Tesla Owners UK', 'id': '856406682552946688'}]",,,, +3828,1021306180449099776,1021264671905632262,1532333343000.0,2018-07-23 08:09:03,+0000,,@arstechnica Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1021306180449099776,[],[],0,,False,4020,151,263,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}]",,,, +3829,1021288692655067136,1021279308885757952,1532329173000.0,2018-07-23 06:59:33,+0000,,"@nextspaceflight @ElectrekCo Looks good, but so many details need to be right. Journey back from hypersonic becomes extremely difficult as velocity increases. Altitude is easy, velocity is hard.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1021288692655067136,[],[],0,,False,778,32,44,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +3830,1021285179178881025,1021279308885757952,1532328335000.0,2018-07-23 06:45:35,+0000,,@ElectrekCo Only costs that actually apply to Q3 & beyond will be counted. It would not be correct to apply historical cost savings to current quarter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1021285179178881025,[],[],0,,False,2467,106,126,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +3831,1021263722944217093,1021263722944217093,1532323220000.0,2018-07-23 05:20:20,+0000,,Wall Street,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1021263722944217093,[],[],0,,False,12081,579,1146,https://twitter.com/Teslarati/status/1021225570766639104,None,,,,,,,[],,,, +3832,1021254856261058562,964205274763427840,1532321106000.0,2018-07-23 04:45:06,+0000,,@Hyperloop @SpaceX Congratulations to all teams in the student @Hyperloop competition! To make high-speed pods that can operate in vacuum is very difficult. Was great to meet everyone!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1021254856261058562,[],[],0,,False,2315,50,143,,None,,,,,,,"[{'screen_name': 'Hyperloop', 'name': 'Hyperloop', 'id': '1654188770'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3833,1020837172834906118,1020793895679025152,1532221522000.0,2018-07-22 01:05:22,+0000,,"@huby @87spider @ryan_caldbeck @Tesla Exactly. Overheat protection is always on, but you can also tap “maintain” & your car will hold a cool or warm temp for a few hours while parked.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1020837172834906118,[],[],0,,False,713,62,47,,None,,,,,,,"[{'screen_name': 'huby', 'name': 'Dan Huby', 'id': '786623'}, {'screen_name': '87Spider', 'name': 'Tim West', 'id': '40869877'}, {'screen_name': 'ryan_caldbeck', 'name': 'Ryan Caldbeck', 'id': '3408272428'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3834,1020797949297582080,1020793895679025152,1532212171000.0,2018-07-21 22:29:31,+0000,,"@ryan_caldbeck @Tesla Yes, Tesla Model S, X & 3 all automatically keep cabin temperature within safe limits even when parked https://t.co/yVkWQfPlbm",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1020797949297582080,['https://insideevs.com/tesla-cabin-overheat-protection-tested/'],[],0,,False,9389,220,859,,None,,,,,,,"[{'screen_name': 'ryan_caldbeck', 'name': 'Ryan Caldbeck', 'id': '3408272428'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3835,1020544810095063041,1020454594852282368,1532151818000.0,2018-07-21 05:43:38,+0000,,@danfromtheweb Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1020544810095063041,[],[],0,,False,646,70,9,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +3836,1020522855014924288,1020513697121398784,1532146583000.0,2018-07-21 04:16:23,+0000,,"@AntVenom @Ca_via_GreenBay Makes me very sad indeed, but also the fault is mine by far",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1020522855014924288,[],[],0,,False,1084,110,30,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'Ca_via_GreenBay', 'name': 'Favre4Ever', 'id': '98278305'}]",,,, +3837,1020519836915396608,1020513697121398784,1532145864000.0,2018-07-21 04:04:24,+0000,,@AntVenom He’s a good guy,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1020519836915396608,[],[],0,,False,787,25,11,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +3838,1020518346754646016,1020513697121398784,1532145508000.0,2018-07-21 03:58:28,+0000,,@Ca_via_GreenBay Always look on the bright side of life …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020518346754646016,[],[],0,,False,1724,77,103,,None,,,,,,,"[{'screen_name': 'Ca_via_GreenBay', 'name': 'Favre4Ever', 'id': '98278305'}]",,,, +3839,1020516593321701377,1020513697121398784,1532145090000.0,2018-07-21 03:51:30,+0000,,@AntVenom It is much better,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020516593321701377,[],[],0,,False,964,11,20,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +3840,1020515232358121473,1020513697121398784,1532144766000.0,2018-07-21 03:46:06,+0000,,@JD_2020 Sorry 🤗,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020515232358121473,[],[],0,,False,712,14,12,,None,,,,,,,"[{'screen_name': 'JD_2020', 'name': 'Josh Olin', 'id': '16464746'}]",,,, +3841,1020514710549028864,1020513697121398784,1532144641000.0,2018-07-21 03:44:01,+0000,, https://t.co/ys9qlwcnpc,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020514710549028864,[],['https://pbs.twimg.com/media/DimYtstXcAAJezZ.jpg'],1,https://pbs.twimg.com/media/DimYtstXcAAJezZ.jpg,False,4703,242,224,,None,,,,,,,[],,,, +3842,1020513697121398784,1020513697121398784,1532144400000.0,2018-07-21 03:40:00,+0000,,🦄💨✌️ https://t.co/8GjqCbsuo0,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020513697121398784,['http://wallypots.com/?p=3049'],[],0,,False,5014,315,249,,None,,,,,,,[],,,, +3843,1020508884199444480,1020454594852282368,1532143252000.0,2018-07-21 03:20:52,+0000,,@MitchellRossman @danfromtheweb I love that scene,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020508884199444480,[],[],0,,False,646,14,4,,None,,,,,,,"[{'screen_name': 'MitchellRossman', 'name': 'Cake with fingers', 'id': '246992220'}, {'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +3844,1020507170608230401,1020454594852282368,1532142844000.0,2018-07-21 03:14:04,+0000,,@danfromtheweb I made that up tbh. They did not have phones during the French Revolution. They used Friendster.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020507170608230401,[],[],0,,False,1727,39,40,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +3845,1020504845495697408,1020454594852282368,1532142289000.0,2018-07-21 03:04:49,+0000,,@danfromtheweb Don’t make me bite my thumb at you,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020504845495697408,[],[],0,,False,3728,104,130,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +3846,1020504246620426240,1020491376104898562,1532142147000.0,2018-07-21 03:02:27,+0000,,@JaneidyEve For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020504246620426240,[],[],0,,False,798,38,24,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +3847,1020503572562219008,1020454594852282368,1532141986000.0,2018-07-21 02:59:46,+0000,,"@danfromtheweb Btw, 1792 is calling & wants its method of execution back. Seriously, what museum do you plan to raid?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1020503572562219008,[],[],0,,False,5702,212,235,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +3848,1020498155413024768,1020491376104898562,1532140694000.0,2018-07-21 02:38:14,+0000,,"@annerajb @boringcompany Yeah, great point. Underground power lines would clear up the skyline, be safer to service, have better uptime & save lives of many birds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1020498155413024768,[],[],0,,False,717,66,29,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +3849,1020491376104898562,1020491376104898562,1532139078000.0,2018-07-21 02:11:18,+0000,,No kidding,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1020491376104898562,[],[],0,,False,21432,641,2574,https://twitter.com/slashdot/status/1020490107546030080,None,,,,,,,[],,,, +3850,1020479995028754432,1020454594852282368,1532136365000.0,2018-07-21 01:26:05,+0000,,"@annerajb @danfromtheweb Yes, that will probably be its first use",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1020479995028754432,[],[],0,,False,594,23,19,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +3851,1020479409805877248,1020454594852282368,1532136225000.0,2018-07-21 01:23:45,+0000,,"@danfromtheweb Phew 😅. Yeah, we had a drain block 3 months ago & people are working hard to make Tesla successful. Am honored to work with them. Are you trolling for fun or is it part of a job? What motivates you?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1020479409805877248,[],[],0,,False,1238,49,26,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +3852,1020459692705775617,1020454594852282368,1532131524000.0,2018-07-21 00:05:24,+0000,,@danfromtheweb I apologized. Do you stand by your guillotine statement or not?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1020459692705775617,[],[],0,,False,1079,88,20,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +3853,1020455936396152832,1020454594852282368,1532130629000.0,2018-07-20 23:50:29,+0000,,"@danfromtheweb Figuratively, literally or both?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1020455936396152832,[],[],0,,False,5229,193,125,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +3854,1020404811307479040,1020067893222858752,1532118439000.0,2018-07-20 20:27:19,+0000,,@geekypastimes That has always been our goal,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1020404811307479040,[],[],0,,False,865,60,43,,None,,,,,,,"[{'screen_name': 'geekypastimes', 'name': 'Geeky Pastimes', 'id': '935580118105382914'}]",,,, +3855,1020395545255276544,1020338680525774848,1532116230000.0,2018-07-20 19:50:30,+0000,,"@annerajb @Flyfiddlesticks @patrickc @stevesi This chart only shows globally competed commercial launches, not US government missions. “Other US” refers to Boeing & Lockheed. Their skill at obtaining govt contracts & subsidies vastly exceeds ours.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1020395545255276544,[],[],0,,False,1134,31,54,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Flyfiddlesticks', 'name': 'Bhakta', 'id': '38186442'}, {'screen_name': 'patrickc', 'name': 'Patrick Collison', 'id': '4939401'}, {'screen_name': 'stevesi', 'name': 'Steven Sinofsky', 'id': '13418072'}]",,,, +3856,1020108713061855233,1020077355346169857,1532047844000.0,2018-07-20 00:50:44,+0000,,"@vincent13031925 @bonnienorman @Jason @scottwww Dunno where this bs is coming from. Who knows about the future, but last week we had over 2000 S/X and 5000 Model 3 *new* net orders.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1020108713061855233,[],[],0,,False,6541,360,501,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}]",,,, +3857,1020107968589676545,1020067893222858752,1532047667000.0,2018-07-20 00:47:47,+0000,,@DMC_Ryan Definitely. We gave up some grip & width in exchange for range. Would recommend stickier tires & wider on rear for best performance. You might get 3.3 sec 0-60 mph or better with optimized rims & tires.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1020107968589676545,[],[],0,,False,1101,79,73,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +3858,1019684287266689024,1019667206034972672,1531946653000.0,2018-07-18 20:44:13,+0000,,"@MarkeR2002 @kevinbusch @Paracidic @otgray310 Wow, someone has really thought about this!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1019684287266689024,[],[],0,,False,2344,114,58,,None,,,,,,,"[{'screen_name': 'MarkeR2002', 'name': 'Mark Ryan', 'id': '161308342'}, {'screen_name': 'kevinbusch', 'name': 'Kevin William Busch', 'id': '19745523'}, {'screen_name': 'Paracidic', 'name': 'cid', 'id': '1178480505471164416'}, {'screen_name': 'otgray310', 'name': 'Owen Gray', 'id': '1141061671'}]",,,, +3859,1019667206034972672,1019667206034972672,1531942581000.0,2018-07-18 19:36:21,+0000,,I wish,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1019667206034972672,[],[],0,,False,18509,1033,1426,https://twitter.com/tao_lin/status/1019589925358964744,None,,,,,,,[],,,, +3860,1019472152796381185,1019268495194742784,1531896076000.0,2018-07-18 06:41:16,+0000,,"@adamchavez Nonetheless, his actions against me do not justify my actions against him, and for that I apologize to Mr. Unsworth and to the companies I represent as leader. The fault is mine and mine alone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1019472152796381185,[],[],0,,False,7865,968,889,,None,,,,,,,"[{'screen_name': 'AdamChavez', 'name': 'Adam Chavez', 'id': '1371090002805940224'}]",,,, +3861,1019471467304513537,1019268495194742784,1531895913000.0,2018-07-18 06:38:33,+0000,,"@adamchavez As this well-written article suggests, my words were spoken in anger after Mr. Unsworth said several untruths & suggested I engage in a sexual act with the mini-sub, which had been built as an act of kindness & according to specifications from the dive team leader.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1019471467304513537,[],[],0,,False,19482,1305,1595,,None,,,,,,,"[{'screen_name': 'AdamChavez', 'name': 'Adam Chavez', 'id': '1371090002805940224'}]",,,, +3862,1019368951782957056,1019368816743075840,1531871471000.0,2018-07-17 23:51:11,+0000,,@lrroberts87 Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1019368951782957056,[],[],0,,False,1340,168,48,,None,,,,,,,"[{'screen_name': 'lrroberts87', 'name': 'Lane Roberts', 'id': '2967034244'}]",,,, +3863,1018505842281156608,1018330925384458240,1531665690000.0,2018-07-15 14:41:30,+0000,,@nealboudette @BertelSchmitt @AmazingChevVolt I have never donated to a SuperPAC,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1018505842281156608,[],[],0,,False,1518,226,65,,None,,,,,,,"[{'screen_name': 'nealboudette', 'name': 'Neal Boudette', 'id': '77271015'}, {'screen_name': 'BertelSchmitt', 'name': 'BertelSchmitt™ 🎩🎩🎩🎩🎩', 'id': '134503182'}, {'screen_name': 'AmazingChevVolt', 'name': 'Thomas J Thias / Clean Energy Retort™ 517-749-0532', 'id': '437085205'}]",,,, +3864,1018333202140680192,1018330925384458240,1531624529000.0,2018-07-15 03:15:29,+0000,,"@danielbrennan Yes, about 0.5% of what I donated to @SierraClub, which is a reasonable amount to maintain an open dialogue",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1018333202140680192,[],[],0,,False,3732,313,193,,None,,,,,,,"[{'screen_name': 'danielbrennan', 'name': '🛵 Daniel Brennan', 'id': '15574391'}]",,,, +3865,1018330925384458240,1018330925384458240,1531623986000.0,2018-07-15 03:06:26,+0000,,Reports that I am a top donor to GOP are categorically false. I am not a top donor to any political party.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1018330925384458240,[],[],0,,False,61885,4298,5460,,None,,,,,,,[],,,, +3866,1018321524728610817,1018321524728610817,1531621745000.0,2018-07-15 02:29:05,+0000,,Thank you for fighting climate change. This affects every living creature on Earth. https://t.co/mm0cpaQLsn,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1018321524728610817,['https://twitter.com/sierraclub/status/1018319251428577280'],[],0,,False,29533,1766,2503,https://twitter.com/sierraclub/status/1018319251428577280,None,,,,,,,[],,,, +3867,1018290544986845184,1018259097827897346,1531614359000.0,2018-07-15 00:25:59,+0000,,"@jack_p That said, I do not actually see the checks (changed that policy today). A nominal annual amount goes out automatically to both parties to maintain dialogue. I have given vastly more to humanitarian causes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1018290544986845184,[],[],0,,False,8098,690,675,,None,,,,,,,"[{'screen_name': 'jack_p', 'name': 'Jack Pattillo', 'id': '14994418'}]",,,, +3868,1018268378962640896,1018259097827897346,1531609074000.0,2018-07-14 22:57:54,+0000,,@stfuszn @jack_p So that they are willing to listen when I call to object about issues that negatively affect humanity,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1018268378962640896,[],[],0,,False,2408,827,131,,None,,,,,,,"[{'screen_name': 'jack_p', 'name': 'Jack Pattillo', 'id': '14994418'}]",,,, +3869,1018265614295523328,1018259097827897346,1531608415000.0,2018-07-14 22:46:55,+0000,,"@jack_p Thanks Jack. To be clear, I am not a conservative. Am registered independent & politically moderate. Doesn’t mean I’m moderate about all issues. Humanitarian issues are extremely important to me & I don’t understand why they are not important to everyone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1018265614295523328,[],[],0,,False,42688,1327,3437,,None,,,,,,,"[{'screen_name': 'jack_p', 'name': 'Jack Pattillo', 'id': '14994418'}]",,,, +3870,1018217539535433728,1017911319884959744,1531596953000.0,2018-07-14 19:35:53,+0000,,@AtomicDeke @aarong @AjaniTPV Actually true,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1018217539535433728,[],[],0,,False,488,38,6,,None,,,,,,,"[{'screen_name': 'AtomicDeke', 'name': 'Nick', 'id': '149601649'}, {'screen_name': 'aarong', 'name': 'Aaron G', 'id': '188'}]",,,, +3871,1017965998392184832,1017946621949173760,1531536981000.0,2018-07-14 02:56:21,+0000,,@premkrmufc @iPugsieHD Hold up a mirror & see if it fogs,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1017965998392184832,[],[],0,,False,644,46,17,,None,,,,,,,"[{'screen_name': 'premkrmufc', 'name': 'Prem Kr', 'id': '918951829395959809'}, {'screen_name': 'iPugsieHD', 'name': 'Scarlett', 'id': '462334778'}]",,,, +3872,1017963227261624321,1017813201751347202,1531536320000.0,2018-07-14 02:45:20,+0000,,"@johndstoll @WSJ @mtbarra I’m honored to work with an amazing group of people at Tesla, but always happy to talk to an ace who might want to join",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1017963227261624321,[],[],0,,False,3610,171,136,,None,,,,,,,"[{'screen_name': 'johndstoll', 'name': 'john d stoll', 'id': '57734560'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'mtbarra', 'name': 'Mary Barra', 'id': '1219824320'}]",,,, +3873,1017961142113767425,1017927622045650944,1531535823000.0,2018-07-14 02:37:03,+0000,,@mrkylefield @neuroecology @thegrugq Safe to lick. I checked.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1017961142113767425,[],[],0,,False,1087,51,41,,None,,,,,,,"[{'screen_name': 'mrkylefield', 'name': 'Kyle Field', 'id': '331791521'}, {'screen_name': 'neuroecology', 'name': 'Adam J Calhoun', 'id': '636023721'}, {'screen_name': 'thegrugq', 'name': 'thaddeus e. grugq', 'id': '18983429'}]",,,, +3874,1017949588295159808,1017946621949173760,1531533069000.0,2018-07-14 01:51:09,+0000,,@NASASpaceflight In a month or so,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1017949588295159808,[],[],0,,False,1931,89,85,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +3875,1017949146366476289,1017946621949173760,1531532963000.0,2018-07-14 01:49:23,+0000,,"@iPugsieHD Will check with our cat, Schrödinger, but I don’t think she’s going to like it",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1017949146366476289,[],[],0,,False,1524,128,52,,None,,,,,,,"[{'screen_name': 'iPugsieHD', 'name': 'Scarlett', 'id': '462334778'}]",,,, +3876,1017947370645057536,1017946621949173760,1531532540000.0,2018-07-14 01:42:20,+0000,,@iPugsieHD Spoiler alert. Next thing you’ll tell me is they don’t like pajamas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1017947370645057536,[],[],0,,False,1323,49,27,,None,,,,,,,"[{'screen_name': 'iPugsieHD', 'name': 'Scarlett', 'id': '462334778'}]",,,, +3877,1017946621949173760,1017946621949173760,1531532361000.0,2018-07-14 01:39:21,+0000,,Feels like a show & tell weekend. I wonder what the cat dragged in …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1017946621949173760,[],[],0,,False,21624,1403,972,,None,,,,,,,[],,,, +3878,1017943438447259649,1017927622045650944,1531531602000.0,2018-07-14 01:26:42,+0000,,@neuroecology @thegrugq Don’t be too quick to lick. That could go wrong. Look closely & smell first. Ur welcome.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1017943438447259649,[],[],0,,False,4516,226,359,,None,,,,,,,"[{'screen_name': 'neuroecology', 'name': 'Adam J Calhoun', 'id': '636023721'}, {'screen_name': 'thegrugq', 'name': 'thaddeus e. grugq', 'id': '18983429'}]",,,, +3879,1017932094373355520,1017911319884959744,1531528898000.0,2018-07-14 00:41:38,+0000,,@aarong @AjaniTPV Lvl 16 Neutral Good Half-Elf Fighter/Magic-user,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1017932094373355520,[],[],0,,False,687,35,52,,None,,,,,,,"[{'screen_name': 'aarong', 'name': 'Aaron G', 'id': '188'}]",,,, +3880,1017930851257147398,1017911319884959744,1531528601000.0,2018-07-14 00:36:41,+0000,,@RenataKonkoly Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1017930851257147398,[],[],0,,False,369,16,10,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}]",,,, +3881,1017930024668880897,1017911319884959744,1531528404000.0,2018-07-14 00:33:24,+0000,,@LanceUlanoff Wizard alien 🧙‍♂️👽,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1017930024668880897,[],[],0,,False,1135,61,55,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +3882,1017913408526671872,1017911319884959744,1531524443000.0,2018-07-13 23:27:23,+0000,,"@AjaniTPV Yeah, but I got 100 gp & Roc Feather of Never-ending Tickles",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1017913408526671872,[],[],0,,False,558,25,18,,None,,,,,,,[],,,, +3883,1017911319884959744,1017911319884959744,1531523945000.0,2018-07-13 23:19:05,+0000,,"Wrote in Grimoire, joined Fellowship https://t.co/CFYBo3ZofE",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1017911319884959744,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1017911157804462080/pu/img/PiGKvfJe5Vj3qPWM.jpg,False,12373,492,644,,None,,,,,,,[],,,, +3884,1017703538414227458,1017703538414227458,1531474406000.0,2018-07-13 09:33:26,+0000,,Interesting read https://t.co/6vvIEtYPiY,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1017703538414227458,['https://teslamotorsclub.com/tmc/threads/elon-musk-vs-short-sellers.118431/'],[],0,,False,7983,469,1128,,None,,,,,,,[],,,, +3885,1017700488958144512,1017504690072776704,1531473679000.0,2018-07-13 09:21:19,+0000,,"@Tesla Whether you plan to buy a Dual Motor Performance Model 3 or not, take it for a test drive anyway. It’s like having pure fun jacked straight into your brain whenever you want.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1017700488958144512,[],[],0,,False,13062,506,736,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3886,1017687152128380929,1017504690072776704,1531470499000.0,2018-07-13 08:28:19,+0000,,@Tesla @92107Runner Performance version suspension is 1cm lower & has stronger brakes in upgrade package,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1017687152128380929,[],[],0,,False,2654,117,131,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': '92107Runner', 'name': 'Alex Munoz', 'id': '983771938454757377'}]",,,, +3887,1017669545828511744,1017528785376333824,1531466301000.0,2018-07-13 07:18:21,+0000,,"@Malala @MalalaFund Happy birthday, Malala! Happy to support.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1017669545828511744,[],[],0,,False,2031,32,117,,None,,,,,,,"[{'screen_name': 'Malala', 'name': 'Malala', 'id': '937499232'}, {'screen_name': 'MalalaFund', 'name': 'Malala Fund', 'id': '1581289837'}]",,,, +3888,1017555410205671424,1017417066742210560,1531439089000.0,2018-07-12 23:44:49,+0000,,"@designheretic @LittleMissFlint Gathering input this week, will begin taking action next week and let people know how they can help",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1017555410205671424,[],[],0,,False,1182,58,54,,None,,,,,,,"[{'screen_name': 'designheretic', 'name': 'Greg Lang ⁜ designheretic.eth', 'id': '2766530020'}, {'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +3889,1017554139486806016,1017551322952814593,1531438786000.0,2018-07-12 23:39:46,+0000,,@M3CHWARRI0R935 @itsMikeSki @deadpoolmovie Even have the URL https://t.co/bOUOek5Cvy,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1017554139486806016,['http://X.com'],[],0,,False,576,31,17,,None,,,,,,,"[{'screen_name': 'itsMikeSki', 'name': 'Mike', 'id': '18283699'}, {'screen_name': 'deadpoolmovie', 'name': 'Deadpool Movie', 'id': '2818322000'}]",,,, +3890,1017553854932582400,1017551322952814593,1531438718000.0,2018-07-12 23:38:38,+0000,,"@WintersPB @itsMikeSki Hmm, could def make some pretty sweet high-tech micro-missiles in arrow form",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1017553854932582400,[],[],0,,False,654,28,16,,None,,,,,,,"[{'screen_name': 'WintersPB', 'name': 'Patrick burke', 'id': '386021908'}, {'screen_name': 'itsMikeSki', 'name': 'Mike', 'id': '18283699'}]",,,, +3891,1017551759017988098,1017551322952814593,1531438219000.0,2018-07-12 23:30:19,+0000,,"@itsMikeSki If you have cool arrows, you’re in",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1017551759017988098,[],[],0,,False,15650,288,661,,None,,,,,,,"[{'screen_name': 'itsMikeSki', 'name': 'Mike', 'id': '18283699'}]",,,, +3892,1017526866507452416,1017153192822558721,1531432284000.0,2018-07-12 21:51:24,+0000,,"@ToddKorpi @StarFire2258 Ok, thanks. Will let you know.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1017526866507452416,[],[],0,,False,473,13,10,,None,,,,,,,"[{'screen_name': 'ToddKorpi', 'name': 'Todd Korpi', 'id': '69091316'}, {'screen_name': 'StarFire2258', 'name': 'Sean Hollister', 'id': '2158461'}]",,,, +3893,1017380674850844678,1017148253765156864,1531397429000.0,2018-07-12 12:10:29,+0000,,"@karenaboutflint @DylanSheaMusic Sure, will call tomorrow",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,12,https://twitter.com/elonmusk/status/1017380674850844678,[],[],0,,False,2089,80,174,,None,,,,,,,"[{'screen_name': 'karenaboutflint', 'name': 'Former Mayor, Dr. Karen Williams Weaver', 'id': '3044716203'}]",,,, +3894,1017373873510248448,1017328199825575936,1531395807000.0,2018-07-12 11:43:27,+0000,,"@isco__ They should go where their heart takes them, but some of the boys seem to be interested in physics & engineering",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/1017373873510248448,[],[],0,,False,1822,59,84,,None,,,,,,,"[{'screen_name': 'isco__', 'name': 'Isco', 'id': '15499245'}]",,,, +3895,1017364353635508224,1017333757077008385,1531393538000.0,2018-07-12 11:05:38,+0000,,"With my team after a profoundly interesting discussion of history, philosophy & luck with Vice President Wang in 中南海紫光阁 https://t.co/pHd52YTZD2",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/1017364353635508224,[],['https://pbs.twimg.com/media/Dh5nb8IWsAAqKcD.jpg'],1,https://pbs.twimg.com/media/Dh5nb8IWsAAqKcD.jpg,False,22832,761,1387,,None,,,,,,,[],,,, +3896,1017353611272163329,1017333757077008385,1531390977000.0,2018-07-12 10:22:57,+0000,,Excellent meetings with senior leaders in China. Very thoughtful about the long-term future.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1017353611272163329,[],[],0,,False,11876,361,471,,None,,,,,,,[],,,, +3897,1017335221493075974,1017333757077008385,1531386592000.0,2018-07-12 09:09:52,+0000,,@hohocho Would love to. It’s been too long.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1017335221493075974,[],[],0,,False,841,32,15,,None,,,,,,,"[{'screen_name': 'hohocho', 'name': 'Jaehwan Cho 조재환', 'id': '31310727'}]",,,, +3898,1017335087334031360,1017333757077008385,1531386560000.0,2018-07-12 09:09:20,+0000,,@aparanjape Prob early next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1017335087334031360,[],[],0,,False,2051,123,139,,None,,,,,,,"[{'screen_name': 'aparanjape', 'name': 'Amit Paranjape', 'id': '14175873'}]",,,, +3899,1017333757077008385,1017333757077008385,1531386243000.0,2018-07-12 09:04:03,+0000,,Just finished an amazing 3 day visit to China. The world has never seen human energy & vigor at such scale. Incredibly impressed with Tesla China team & potential for the future.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1017333757077008385,[],[],0,,False,37913,1092,2492,,None,,,,,,,[],,,, +3900,1017329956173635584,1017328199825575936,1531385337000.0,2018-07-12 08:48:57,+0000,,@thanr Sure 🌌 💫,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1017329956173635584,[],[],0,,False,1121,19,13,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}]",,,, +3901,1017328784834523136,1017328199825575936,1531385058000.0,2018-07-12 08:44:18,+0000,,"@Mickyni111 Look, at least it’s not the Magellanic Clouds. They’re basically next door.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1017328784834523136,[],[],0,,False,640,20,16,,None,,,,,,,"[{'screen_name': 'Mickyni111', 'name': 'ⓐⓓⓐⓜ ⓜⓒⓥⓔⓘⓖⓗ🌐', 'id': '420586866'}]",,,, +3902,1017328199825575936,1017328199825575936,1531384918000.0,2018-07-12 08:41:58,+0000,,"Just between us, I have a teleportation stargate to the Andromeda galaxy. It’s amazing. https://t.co/eLqr4pLeIX",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1017328199825575936,['https://twitter.com/rationaletienne/status/1017312055605497860'],[],0,,False,30515,1367,3290,https://twitter.com/rationaletienne/status/1017312055605497860,None,,,,,,,[],,,, +3903,1017327005057146880,1017327005057146880,1531384633000.0,2018-07-12 08:37:13,+0000,,So true https://t.co/DLagzIxyHm,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1017327005057146880,['https://twitter.com/swiftonsecurity/status/1017206234439716864'],[],0,,False,6291,178,411,https://twitter.com/swiftonsecurity/status/1017206234439716864,None,,,,,,,[],,,, +3904,1017305639591333888,1017243230163873792,1531379539000.0,2018-07-12 07:12:19,+0000,,@Vivek_17m @thanr The pumps I saw were running v high flow rate all the way from cave 3. They stopped shortly after boys were rescued & water level rose to roof level all way back to cave 1. That was great work.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1017305639591333888,[],[],0,,False,1583,22,88,,None,,,,,,,"[{'screen_name': 'Vivek_17m', 'name': 'Kalki', 'id': '312594754'}, {'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}]",,,, +3905,1017253864473530368,1017243230163873792,1531367195000.0,2018-07-12 03:46:35,+0000,,@thanr Sounds good,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1017253864473530368,[],[],0,,False,727,40,43,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}]",,,, +3906,1017253021405892608,1017243230163873792,1531366994000.0,2018-07-12 03:43:14,+0000,,@thanr Glad to hear that. Engineering team also getting feedback from the British dive team on how to improve the design for future applications.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1017253021405892608,[],[],0,,False,11830,166,796,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}]",,,, +3907,1017176625861963776,1017161290547126274,1531348780000.0,2018-07-11 22:39:40,+0000,,@vissmeerr @ArsenalDem @pvols1979 @CNET It will happen for sure. Damn.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1017176625861963776,[],[],0,,False,609,55,23,,None,,,,,,,"[{'screen_name': 'vissmeerr', 'name': 'Chris', 'id': '3169938712'}, {'screen_name': 'pvols1979', 'name': 'Phil Williams | Geekzweb.com', 'id': '975991'}, {'screen_name': 'CNET', 'name': 'CNET', 'id': '30261067'}]",,,, +3908,1017171482210811904,1017134082323406848,1531347554000.0,2018-07-11 22:19:14,+0000,,@greymusic Should drive temp to target. Why fan speed on app?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1017171482210811904,[],[],0,,False,385,35,11,,None,,,,,,,"[{'screen_name': 'greymusic', 'name': 'grey', 'id': '3272620926'}]",,,, +3909,1017170755421794304,1017161290547126274,1531347380000.0,2018-07-11 22:16:20,+0000,,@ArsenalDem @pvols1979 @CNET Lots of fake accounts on Twitter characterized by high following/follower ratio to make it seem like many real people when it isn’t. Wonder why.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1017170755421794304,[],[],0,,False,664,48,30,,None,,,,,,,"[{'screen_name': 'pvols1979', 'name': 'Phil Williams | Geekzweb.com', 'id': '975991'}, {'screen_name': 'CNET', 'name': 'CNET', 'id': '30261067'}]",,,, +3910,1017165087423934465,1017163137936748544,1531346029000.0,2018-07-11 21:53:49,+0000,,"@tammyharrington @d20_highroller Damn, now I want donuts 🍩",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1017165087423934465,[],[],0,,False,643,74,37,,None,,,,,,,"[{'screen_name': 'tammyharrington', 'name': 'Tammy Harrington', 'id': '23806343'}, {'screen_name': 'd20_highroller', 'name': 'Deefry', 'id': '2804329145'}]",,,, +3911,1017163248808833025,1017163137936748544,1531345591000.0,2018-07-11 21:46:31,+0000,,@d20_highroller Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1017163248808833025,[],[],0,,False,515,18,18,,None,,,,,,,"[{'screen_name': 'd20_highroller', 'name': 'Deefry', 'id': '2804329145'}]",,,, +3912,1017161917616361472,1017153192822558721,1531345273000.0,2018-07-11 21:41:13,+0000,,@shplatt @StarFire2258 Good point. Maybe use non-plumbers with work inspected/approved by pros.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1017161917616361472,[],[],0,,False,766,42,18,,None,,,,,,,"[{'screen_name': 'shplatt', 'name': 'shplatt', 'id': '16076280'}, {'screen_name': 'StarFire2258', 'name': 'Sean Hollister', 'id': '2158461'}]",,,, +3913,1017157155638525952,1017153192822558721,1531344138000.0,2018-07-11 21:22:18,+0000,,"@StarFire2258 You’re right on both counts. Most houses in Flint have safe water, but they’ve lost faith in govt test results. Some houses are still outliers. Will organize a weekend in Flint to add filters to those houses with issues & hopefully fix perception of those that are actually good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1017157155638525952,[],[],0,,False,2117,113,259,,None,,,,,,,"[{'screen_name': 'StarFire2258', 'name': 'Sean Hollister', 'id': '2158461'}]",,,, +3914,1017155699216822272,1017153192822558721,1531343791000.0,2018-07-11 21:16:31,+0000,,@jonodiener Maybe rewarding to organize a barnstorming weekend for water filter installation?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1017155699216822272,[],[],0,,False,583,36,38,,None,,,,,,,"[{'screen_name': 'jonodiener', 'name': 'Jono Diener', 'id': '122794139'}]",,,, +3915,1017154709642072064,1017153192822558721,1531343555000.0,2018-07-11 21:12:35,+0000,,"@jonodiener For now, reply to my tweet with ppm & ppb test results & will send someone to install a water filter. Creating email flint@x.com, but I’m in China so that won’t be working until tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1017154709642072064,[],[],0,,False,10519,256,1340,,None,,,,,,,"[{'screen_name': 'jonodiener', 'name': 'Jono Diener', 'id': '122794139'}]",,,, +3916,1017149641991680002,1017148253765156864,1531342347000.0,2018-07-11 20:52:27,+0000,,@DylanSheaMusic Please consider this a commitment that I will fund fixing the water in any house in Flint that has water contamination above FDA levels. No kidding.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1017149641991680002,[],[],0,,False,99422,2579,24210,,None,,,,,,,[],,,, +3917,1017148623425921024,1017079919740796928,1531342104000.0,2018-07-11 20:48:24,+0000,,@jack Great move,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1017148623425921024,[],[],0,,False,2353,51,90,,None,,,,,,,"[{'screen_name': 'jack', 'name': 'jack', 'id': '12'}]",,,, +3918,1017147323791446016,1017122892780326918,1531341794000.0,2018-07-11 20:43:14,+0000,,@vanschneider Why sir … 😊,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1017147323791446016,[],[],0,,False,572,24,17,,None,,,,,,,"[{'screen_name': 'vanschneider', 'name': 'TvS', 'id': '18971006'}]",,,, +3919,1017055691230466048,1017055691230466048,1531319947000.0,2018-07-11 14:39:07,+0000,,Stockholm: it’s not just a syndrome,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1017055691230466048,[],[],0,,False,40438,1013,3339,,None,,,,,,,[],,,, +3920,1017054898171473920,1017053297142784002,1531319758000.0,2018-07-11 14:35:58,+0000,,@KirklandJones Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1017054898171473920,[],[],0,,False,816,26,20,,None,,,,,,,"[{'screen_name': 'KirklandJones', 'name': 'Costco', 'id': '343809192'}]",,,, +3921,1017054281638113280,1017053297142784002,1531319611000.0,2018-07-11 14:33:31,+0000,,"@annerajb Definitely. Can’t wait to try that. Been a little distracted past few months on mostly Tesla matters, but back at it soon.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1017054281638113280,[],[],0,,False,670,31,30,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +3922,1017053826640048128,1017053297142784002,1531319502000.0,2018-07-11 14:31:42,+0000,,"@ZainRaz4 Yes, and springy, like a highly damped trampoline",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1017053826640048128,[],[],0,,False,549,27,27,,None,,,,,,,"[{'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}]",,,, +3923,1017053585157193728,1017053297142784002,1531319445000.0,2018-07-11 14:30:45,+0000,,Well … it looked smaller on paper,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1017053585157193728,[],[],0,,False,12166,294,439,,None,,,,,,,[],,,, +3924,1017053297142784002,1017053297142784002,1531319376000.0,2018-07-11 14:29:36,+0000,,"Catching rocket fairings falling from space has proven tricky, so we made the net really big https://t.co/WMeNZeksRq",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1017053297142784002,['https://twitter.com/teslarati/status/1016966736946581504'],[],0,,False,14146,383,1077,https://twitter.com/teslarati/status/1016966736946581504,None,,,,,,,[],,,, +3925,1016967753771577344,1016725039444475904,1531298981000.0,2018-07-11 08:49:41,+0000,,"@Katheri93719178 @dtemkin Yes. Caves are now filled with water again. Difficulty of passage is massively dependent on water level. Little kids can walk/swim in when low, but it can be deadly to pro divers when high. Pump & generator engineering team deserves some credit for the rescue.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1016967753771577344,[],[],0,,False,1692,54,89,,None,,,,,,,"[{'screen_name': 'Katheri93719178', 'name': 'Katherine Venturoso', 'id': '4031892499'}, {'screen_name': 'dtemkin', 'name': 'Dave Temkin', 'id': '14579911'}]",,,, +3926,1016964791347187712,1016725039444475904,1531298275000.0,2018-07-11 08:37:55,+0000,,@JohnnaSabri @dtemkin It sometimes feels like reality is a moral filter. I suppose that is what religion tells us. Wonder what I should do differently.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1016964791347187712,[],[],0,,False,2374,446,165,,None,,,,,,,"[{'screen_name': 'dtemkin', 'name': 'Dave Temkin', 'id': '14579911'}]",,,, +3927,1016962110687854593,1016808891252989952,1531297636000.0,2018-07-11 08:27:16,+0000,,@RockyPruitt @kulpability @DonAndrewBailey @haydentiff @TheFerris_Wheel @100K_Ideas @GotchuW Makes a lot of sense,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1016962110687854593,[],[],0,,False,420,17,9,,None,,,,,,,"[{'screen_name': 'RockyPruitt', 'name': 'Rocky', 'id': '304895418'}, {'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'DonAndrewBailey', 'name': 'Don A. Bailey', 'id': '69329410'}, {'screen_name': 'haydentiff', 'name': '𝚃𝚒𝚏𝚏𝚊𝚗𝚢 𝙷𝚊𝚢𝚍𝚎𝚗', 'id': '2680350607'}, {'screen_name': '100K_Ideas', 'name': '100K Ideas', 'id': '847814181910917120'}, {'screen_name': 'GotchuW', 'name': 'gotchu.world', 'id': '1002289982688579584'}]",,,, +3928,1016960469737693184,1016725039444475904,1531297244000.0,2018-07-11 08:20:44,+0000,,@dtemkin This reaction has shaken my opinion of many people. We were asked to create a backup option & worked hard to do so. Checked with dive team many times to confirm it was worthwhile. Now it’s there for anyone who needs it in future. Something’s messed up if this is not a good thing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1016960469737693184,[],[],0,,False,55012,2241,4432,,None,,,,,,,"[{'screen_name': 'dtemkin', 'name': 'Dave Temkin', 'id': '14579911'}]",,,, +3929,1016944210753347585,1016868029613801472,1531293368000.0,2018-07-11 07:16:08,+0000,,@hankgreen @goodedesign I think the person who attacked me on Twitter will survive somehow,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1016944210753347585,[],[],0,,False,5413,134,195,,None,,,,,,,"[{'screen_name': 'hankgreen', 'name': 'Hank Green', 'id': '61592079'}, {'screen_name': 'goodedesign', 'name': 'Pete Goode', 'id': '48627275'}]",,,, +3930,1016936881823633408,1016729567560699904,1531291621000.0,2018-07-11 06:47:01,+0000,,@hankgreen @eehouls Thanks for correcting me. I meant to say over half a million people.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1016936881823633408,[],[],0,,False,1684,44,38,,None,,,,,,,"[{'screen_name': 'hankgreen', 'name': 'Hank Green', 'id': '61592079'}, {'screen_name': 'eehouls', 'name': 'ysbryd erin', 'id': '13399892'}]",,,, +3931,1016820172685012992,1016808891252989952,1531263795000.0,2018-07-10 23:03:15,+0000,,@DonAndrewBailey @haydentiff @TheFerris_Wheel @100K_Ideas @GotchuW Please lmk contamination levels of any kind when you test the water,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1016820172685012992,[],[],0,,False,716,56,27,,None,,,,,,,"[{'screen_name': 'DonAndrewBailey', 'name': 'Don A. Bailey', 'id': '69329410'}, {'screen_name': 'haydentiff', 'name': '𝚃𝚒𝚏𝚏𝚊𝚗𝚢 𝙷𝚊𝚢𝚍𝚎𝚗', 'id': '2680350607'}, {'screen_name': '100K_Ideas', 'name': '100K Ideas', 'id': '847814181910917120'}, {'screen_name': 'GotchuW', 'name': 'gotchu.world', 'id': '1002289982688579584'}]",,,, +3932,1016810899179474944,1016808891252989952,1531261584000.0,2018-07-10 22:26:24,+0000,,@DonAndrewBailey @TheFerris_Wheel @100K_Ideas @GotchuW Please lmk results of your water tests,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1016810899179474944,[],[],0,,False,723,31,22,,None,,,,,,,"[{'screen_name': 'DonAndrewBailey', 'name': 'Don A. Bailey', 'id': '69329410'}, {'screen_name': '100K_Ideas', 'name': '100K Ideas', 'id': '847814181910917120'}, {'screen_name': 'GotchuW', 'name': 'gotchu.world', 'id': '1002289982688579584'}]",,,, +3933,1016809376823246848,1016808891252989952,1531261221000.0,2018-07-10 22:20:21,+0000,,"@DonAndrewBailey @TheFerris_Wheel @100K_Ideas @GotchuW When you’re there next week, are you planning to test water sources for lead?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1016809376823246848,[],[],0,,False,2997,60,90,,None,,,,,,,"[{'screen_name': 'DonAndrewBailey', 'name': 'Don A. Bailey', 'id': '69329410'}, {'screen_name': '100K_Ideas', 'name': '100K Ideas', 'id': '847814181910917120'}, {'screen_name': 'GotchuW', 'name': 'gotchu.world', 'id': '1002289982688579584'}]",,,, +3934,1016734966812758017,1016734421766963200,1531243480000.0,2018-07-10 17:24:40,+0000,,@DMC_Ryan Should be very soon. We’ve already made around 100 Model 3 Performance cars for test drives in stores.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1016734966812758017,[],[],0,,False,940,63,61,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +3935,1016733555278348288,1016729567560699904,1531243144000.0,2018-07-10 17:19:04,+0000,,@bevvscott @eehouls Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1016733555278348288,[],[],0,,False,6084,97,78,,None,,,,,,,"[{'screen_name': 'bevvscott', 'name': 'Bev Scott', 'id': '826170052416188416'}, {'screen_name': 'eehouls', 'name': 'rockin erin slirrup', 'id': '13399892'}]",,,, +3936,1016731812159254529,1016729567560699904,1531242728000.0,2018-07-10 17:12:08,+0000,,"@eehouls No, it means I created jobs for 50,000 people directly and, through parts suppliers & supporting professions, ~250,000 people indirectly, thus supporting half a million families. What have you done?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1016731812159254529,[],[],0,,False,101066,3237,16644,,None,,,,,,,"[{'screen_name': 'eehouls', 'name': 'rockin erin slirrup', 'id': '13399892'}]",,,, +3937,1016696081697009664,1016659144823197696,1531234209000.0,2018-07-10 14:50:09,+0000,,@HelloCullen Already have,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1016696081697009664,[],[],0,,False,11940,264,490,,None,,,,,,,"[{'screen_name': 'HelloCullen', 'name': 'cullen ""swamp trash"" crawford', 'id': '317394465'}]",,,, +3938,1016695490438619136,1016557719539605504,1531234068000.0,2018-07-10 14:47:48,+0000,,"@blake_kistler @BBCWorld Ironically, the “billionaire” label, when used by media, is almost always meant to devalue & denigrate the subject. I wasn’t called that until my companies got to a certain size, but reality is that I still do the same science & engineering as before. Just the scale has changed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1016695490438619136,[],[],0,,False,10287,1114,949,,None,,,,,,,"[{'screen_name': 'BBCWorld', 'name': 'BBC News (World)', 'id': '742143'}]",,,, +3939,1016690602124046336,1016557719539605504,1531232903000.0,2018-07-10 14:28:23,+0000,,"@LanceUlanoff @BBCWorld Good for rescuing vulnerable patients in dangerous environments, particularly if water, toxic gas or dangerous bacteria/viruses present, as patient would remain dry & at std air pressure entire time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1016690602124046336,[],[],0,,False,2868,74,277,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}, {'screen_name': 'BBCWorld', 'name': 'BBC News (World)', 'id': '742143'}]",,,, +3940,1016687688848510976,1016557719539605504,1531232208000.0,2018-07-10 14:16:48,+0000,,"@Sarthk007 @BBCWorld Yes, it was specifically designed to pass that point",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1016687688848510976,[],[],0,,False,1068,26,75,,None,,,,,,,"[{'screen_name': 'BBCWorld', 'name': 'BBC News (World)', 'id': '742143'}]",,,, +3941,1016686032907931656,1016557719539605504,1531231814000.0,2018-07-10 14:10:14,+0000,,"@BBCWorld Moreover, based on extensive cave video review & discussion with several divers who know journey, SpaceX engineering is absolutely certain that mini-sub can do entire journey & demonstrate at any time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1016686032907931656,[],[],0,,False,3962,161,505,,None,,,,,,,"[{'screen_name': 'BBCWorld', 'name': 'BBC News (World)', 'id': '742143'}]",,,, +3942,1016684366083190785,1016557719539605504,1531231416000.0,2018-07-10 14:03:36,+0000,,"@BBCWorld The former Thai provincial governor (described inaccurately as “rescue chief”) is not the subject matter expert. That would be Dick Stanton, who co-led the dive rescue team. This is our direct correspondence: https://t.co/dmC9l3jiZR",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1016684366083190785,[],['https://pbs.twimg.com/media/Dhv9BppUwAArP8X.jpg'],1,https://pbs.twimg.com/media/Dhv9BppUwAArP8X.jpg,False,29135,925,4013,,None,,,,,,,"[{'screen_name': 'BBCWorld', 'name': 'BBC News (World)', 'id': '742143'}]",,,, +3943,1016661708126015489,1015507453818044416,1531226014000.0,2018-07-10 12:33:34,+0000,,Great news that they made it out safely. Congratulations to an outstanding rescue team!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/1016661708126015489,[],[],0,,False,91308,1744,19917,,None,,,,,,,[],,,, +3944,1016590017052004352,1016284115681898496,1531208922000.0,2018-07-10 07:48:42,+0000,,@teslamodel3fan @Tesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1016590017052004352,[],[],0,,False,3625,63,115,,None,,,,,,,"[{'screen_name': 'teslamodel3fan', 'name': 'Tesla Model 3 Fan', 'id': '3532426698'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3945,1016443130017505280,1016443130017505280,1531173901000.0,2018-07-09 22:05:01,+0000,,Just returned from Cave 3. Mini-sub is ready if needed. It is made of rocket parts & named Wild Boar after kids’ soccer team. Leaving here in case it may be useful in the future. Thailand is so beautiful. https://t.co/EHNh8ydaTT,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1016443130017505280,[],"['https://pbs.twimg.com/media/DhshmVzV4AA_LqO.jpg', 'https://pbs.twimg.com/media/DhshmVpU0AA8aIv.jpg']",1,https://pbs.twimg.com/media/DhshmVzV4AA_LqO.jpg,False,274974,7421,75961,,None,,,,,,,[],,,, +3946,1016404574813478913,1016063173139427329,1531164709000.0,2018-07-09 19:31:49,+0000,,@Noizey_Man @JaneidyEve That would be cool. I wonder what it’s like under all that ice.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1016404574813478913,[],[],0,,False,1110,73,45,,None,,,,,,,"[{'screen_name': 'Noizey_Man', 'name': 'Michael Winslow', 'id': '272029893'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +3947,1016128459054157825,1016063173139427329,1531098878000.0,2018-07-09 01:14:38,+0000,,@EnochKo @Anna_online A second one that is 30cm shorter is almost complete,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1016128459054157825,[],[],0,,False,3230,133,233,,None,,,,,,,"[{'screen_name': 'EnochKo', 'name': 'Enoch Ko', 'id': '17724107'}, {'screen_name': 'Anna_online', 'name': 'Anna Elizabeth', 'id': '27340922'}]",,,, +3948,1016121109127876610,1016063173139427329,1531097125000.0,2018-07-09 00:45:25,+0000,,@JaneidyEve Yes. Those videos are from this morning.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1016121109127876610,[],[],0,,False,898,37,41,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +3949,1016119687191638016,1016063173139427329,1531096786000.0,2018-07-09 00:39:46,+0000,,"@Anna_online According to divers who have made the passage, yes. However, we also made an exact replica that is inflatable, so that the entire path can be tested without risk of blockage.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1016119687191638016,[],[],0,,False,4576,96,388,,None,,,,,,,"[{'screen_name': 'Anna_online', 'name': 'Anna Elizabeth', 'id': '27340922'}]",,,, +3950,1016110809662066688,1016063173139427329,1531094670000.0,2018-07-09 00:04:30,+0000,,Simulating maneuvering through a narrow passage https://t.co/2z01Ut3vxJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1016110809662066688,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1016109554495442945/pu/img/LxPAu3MaYQTS7HOi.jpg,False,85548,2095,21253,,None,,,,,,,[],,,, +3951,1016098616300187648,1016075312176685056,1531091762000.0,2018-07-08 23:16:02,+0000,,"@2morrowknight Thanks, but we’ve not done anything useful yet. It is all other people.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1016098616300187648,[],[],0,,False,9107,157,458,,None,,,,,,,"[{'screen_name': '2morrowknight', 'name': 'Sean Gardner', 'id': '19478383'}]",,,, +3952,1016097753963941890,1016063173139427329,1531091557000.0,2018-07-08 23:12:37,+0000,,"@bweikle According to divers who have made the journey, this is capable of maneuvering through all passages",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1016097753963941890,[],[],0,,False,3777,64,225,,None,,,,,,,"[{'screen_name': 'bweikle', 'name': 'Brandie Weikle', 'id': '17347577'}]",,,, +3953,1016094166797996032,1016063173139427329,1531090702000.0,2018-07-08 22:58:22,+0000,,@binarybits @JaneidyEve Tube diameter is 31cm,pt,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1016094166797996032,[],[],0,,False,3754,52,248,,None,,,,,,,"[{'screen_name': 'binarybits', 'name': 'Timothy B. Lee', 'id': '14165170'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +3954,1016076907421417472,1016063173139427329,1531086587000.0,2018-07-08 21:49:47,+0000,,"@JaneidyEve Mini-sub arriving in about 17 hours. Hopefully useful. If not, perhaps it will be in a future situation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1016076907421417472,[],[],0,,False,11318,171,1478,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +3955,1016074447122337792,1015507453818044416,1531086000000.0,2018-07-08 21:40:00,+0000,,Thanks @palicharterhigh for letting us use your pool,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1016074447122337792,[],[],0,,False,16462,181,669,,None,,,,,,,[],,,, +3956,1016070898590232577,1016063173139427329,1531085154000.0,2018-07-08 21:25:54,+0000,,@imscoops It is an honor to work with them,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1016070898590232577,[],[],0,,False,9854,77,293,,None,,,,,,,[],,,, +3957,1016064322357719040,1016064322357719040,1531083586000.0,2018-07-08 20:59:46,+0000,,"With some mods, this could also work as an escape pod in space",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1016064322357719040,[],[],0,,False,40625,891,2729,,None,,,,,,,[],,,, +3958,1016063173139427329,1016063173139427329,1531083312000.0,2018-07-08 20:55:12,+0000,, https://t.co/D1umiFDr1t,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1016063173139427329,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1016062954138042368/pu/img/BIWJNLecvbThplFE.jpg,False,184794,3760,47642,,None,,,,,,,[],,,, +3959,1016032769082716161,1016032422352293891,1531076063000.0,2018-07-08 18:54:23,+0000,,@IAmJohnMcMahon I want to know who is running the Etherium scambots! Mad skillz …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016032769082716161,[],[],0,,False,5149,265,425,,None,,,,,,,"[{'screen_name': 'IAmJohnMcMahon', 'name': 'John McMahon', 'id': '1082979494'}]",,,, +3960,1016032133314310144,1015997322818252801,1531075912000.0,2018-07-08 18:51:52,+0000,,@DocJohnG @PewellaClarke @dcliem It is both alarming & explanatory that you run a psych ward,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016032133314310144,[],[],0,,False,2037,71,89,,None,,,,,,,"[{'screen_name': 'DocJohnG', 'name': 'Dr. John Grohol', 'id': '16854190'}, {'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +3961,1016031254465015808,1015507453818044416,1531075702000.0,2018-07-08 18:48:22,+0000,,"@KyleBrubaker Diver weight belts wrapped around outside. Mini-sub only weighs ~40kg dry, so easy to carry on long dry sections of cave, then add weight belts for wet sections.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016031254465015808,[],[],0,,False,1693,45,141,,None,,,,,,,"[{'screen_name': 'KyleBrubaker', 'name': 'Kyle Brubaker', 'id': '24933876'}]",,,, +3962,1016029337450004480,1015997322818252801,1531075245000.0,2018-07-08 18:40:45,+0000,,"@PPathole @JimmyVosika @dcliem Yeah, that sounds cool. Music makes things better. Calms the mind. Adding padded wall pockets for a hand radio & phone/music player.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016029337450004480,[],[],0,,False,5088,63,349,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'JimmyVosika', 'name': 'Jimmy Vosika 🐍🎷', 'id': '15489063'}, {'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +3963,1016026055272906752,1015997322818252801,1531074463000.0,2018-07-08 18:27:43,+0000,,"@astrography__ @dcliem Aluminum shell has high thermal conductivity, so will be close to ambient. If ambient is cold, a thin layer of neoprene insulation around interior will keep occupant warm.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016026055272906752,[],[],0,,False,3011,45,275,,None,,,,,,,"[{'screen_name': 'astrography__', 'name': 'Infinity Cosmos™', 'id': '930673737824907265'}, {'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +3964,1016024280566394880,1015997322818252801,1531074039000.0,2018-07-08 18:20:39,+0000,,@dcliem https://t.co/jL2sPT0NCp,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016024280566394880,[],['https://pbs.twimg.com/media/Dhmkr6nU0AA_gEO.jpg'],1,https://pbs.twimg.com/media/Dhmkr6nU0AA_gEO.jpg,False,6177,127,693,,None,,,,,,,"[{'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +3965,1016023545703383040,1015997322818252801,1531073864000.0,2018-07-08 18:17:44,+0000,,@dcliem Buoyancy adjusted by strapping diver weight belts around body of capsule. They’re prevented from sliding off by the 6 diver handhold attachments.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016023545703383040,[],[],0,,False,882,12,86,,None,,,,,,,"[{'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +3966,1016022770365288449,1015997322818252801,1531073679000.0,2018-07-08 18:14:39,+0000,,"@MontanaSeptic @dcliem Testing for 3 more hours in LA, then it’s on a plane to Thailand",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016022770365288449,[],[],0,,False,1795,52,311,,None,,,,,,,"[{'screen_name': 'MontanaSeptic', 'name': 'Montana Septic', 'id': '989479689600331776'}, {'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +3967,1016022074307907584,1015997322818252801,1531073513000.0,2018-07-08 18:11:53,+0000,,"@dcliem Design based on dive team feedback (primarily Stanton): 4 air / oxygen ports front & rear, front ports protected by nosecone. Dual O-ring seal on acrylic rear plate with clear view of occupant head. Leak/buckling proof to 10X cave water pressure.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016022074307907584,[],[],0,,False,1416,20,185,,None,,,,,,,"[{'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +3968,1016014090320338944,1016010653885181952,1531071610000.0,2018-07-08 17:40:10,+0000,,@vcastillo630 @adblanche I am an engineer,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1016014090320338944,[],[],0,,False,1285,64,119,,None,,,,,,,"[{'screen_name': 'vcastillo630', 'name': 'Vivianne Castillo', 'id': '781720935590158336'}, {'screen_name': 'adblanche', 'name': 'aubrey blanche (she/her)', 'id': '23356719'}]",,,, +3969,1016012966557188097,1015741333724524545,1531071342000.0,2018-07-08 17:35:42,+0000,,@annerajb @kulpability @sivarajkumar237 @KO_Sulli @Grady_Booch @slashdot Tight control code is always C,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1016012966557188097,[],[],0,,False,503,30,24,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'sivarajkumar237', 'name': 'Sivaraj', 'id': '1386380306'}, {'screen_name': 'KO_Sulli', 'name': 'KO_Sulli', 'id': '316537898'}, {'screen_name': 'Grady_Booch', 'name': 'Grady Booch', 'id': '397689316'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +3970,1016006658881871876,1015741333724524545,1531069838000.0,2018-07-08 17:10:38,+0000,,@annerajb @sivarajkumar237 @KO_Sulli @Grady_Booch @slashdot Python is done right. Great name story too.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1016006658881871876,[],[],0,,False,739,22,63,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'sivarajkumar237', 'name': 'Sivaraj', 'id': '1386380306'}, {'screen_name': 'KO_Sulli', 'name': 'KO_Sulli', 'id': '316537898'}, {'screen_name': 'Grady_Booch', 'name': 'Grady Booch', 'id': '397689316'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +3971,1016005381686943744,1015997322818252801,1531069534000.0,2018-07-08 17:05:34,+0000,,"@DocJohnG @dcliem If I am a narcissist (which might be true), at least I am a useful one",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1016005381686943744,[],[],0,,False,14360,263,2518,,None,,,,,,,"[{'screen_name': 'DocJohnG', 'name': 'Dr. John Grohol', 'id': '16854190'}, {'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +3972,1016002749446516737,1015741333724524545,1531068906000.0,2018-07-08 16:55:06,+0000,,@sivarajkumar237 @KO_Sulli @Grady_Booch @slashdot 🖤🖤🖤 Python 🖤🖤🖤,cy,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1016002749446516737,[],[],0,,False,1173,31,213,,None,,,,,,,"[{'screen_name': 'sivarajkumar237', 'name': 'Sivaraj', 'id': '1386380306'}, {'screen_name': 'KO_Sulli', 'name': 'KO_Sulli', 'id': '316537898'}, {'screen_name': 'Grady_Booch', 'name': 'Grady Booch', 'id': '397689316'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +3973,1016000593616236545,1015997322818252801,1531068392000.0,2018-07-08 16:46:32,+0000,,@dcliem Pretty close. There is a nosecone on the front to protect against rocks impacting fwd air hoses with a hole on the side for hoses to exit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1016000593616236545,[],[],0,,False,7478,125,558,,None,,,,,,,"[{'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +3974,1015999090050514944,1015741333724524545,1531068034000.0,2018-07-08 16:40:34,+0000,,@KO_Sulli @Grady_Booch @slashdot Turbo,es,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1015999090050514944,[],[],0,,False,423,11,10,,None,,,,,,,"[{'screen_name': 'KO_Sulli', 'name': 'KO_Sulli', 'id': '316537898'}, {'screen_name': 'Grady_Booch', 'name': 'Grady Booch', 'id': '397689316'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +3975,1015998786642907136,1015741333724524545,1531067961000.0,2018-07-08 16:39:21,+0000,,@Grady_Booch @slashdot C,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1015998786642907136,[],[],0,,False,449,18,17,,None,,,,,,,"[{'screen_name': 'Grady_Booch', 'name': 'Grady Booch', 'id': '397689316'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +3976,1015854883990265856,1013817050962128896,1531033652000.0,2018-07-08 07:07:32,+0000,,"@ayshardzn Given Chiang Rai airport hours, soonest we could’ve departed US was an hour ago, but cave now closed for diver rescue. Will continue testing in LA in case needed later or for somewhere else in future.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1015854883990265856,[],[],0,,False,1519,118,264,,None,,,,,,,"[{'screen_name': 'ayshardzn', 'name': '𝗔𝘆𝘀𝗵𝗮 𝗥𝗶𝗱𝘇𝘂𝗮𝗻', 'id': '52719612'}]",,,, +3977,1015850486543495168,1015835053807394816,1531032604000.0,2018-07-08 06:50:04,+0000,,"@DowdEdward Will do. Even if not useful here, perhaps it will be in a future situation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1015850486543495168,[],[],0,,False,3305,111,559,,None,,,,,,,"[{'screen_name': 'DowdEdward', 'name': 'Ed ☯️ The Obsolete Man', 'id': '1570180292'}]",,,, +3978,1015835053807394816,1015835053807394816,1531028924000.0,2018-07-08 05:48:44,+0000,,Extremely talented dive team. Makes sense given monsoon. Godspeed. https://t.co/t5XRo3gTxK,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1015835053807394816,['https://twitter.com/bbcbreaking/status/1015811558851661825'],[],0,,False,46193,842,6435,https://twitter.com/bbcbreaking/status/1015811558851661825,None,,,,,,,[],,,, +3979,1015761785272463360,1015741333724524545,1531011456000.0,2018-07-08 00:57:36,+0000,,@slashdot Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1015761785272463360,[],[],0,,False,18608,537,1704,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +3980,1015706931753652224,1015507453818044416,1530998378000.0,2018-07-07 21:19:38,+0000,,@dirkbonhomme @JelteDesign @maysacha Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1015706931753652224,[],[],0,,False,1988,95,96,,None,,,,,,,"[{'screen_name': 'dirkbonhomme', 'name': 'Dirk Bonhomme', 'id': '14375479'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}]",,,, +3981,1015689632355250176,1015507453818044416,1530994253000.0,2018-07-07 20:10:53,+0000,,@JelteDesign @maysacha Fitted for a kid or small adult to minimize open air. Segmented compartments to place rocks or dive weights & adjust bouyancy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1015689632355250176,[],[],0,,False,1356,95,116,,None,,,,,,,"[{'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}]",,,, +3982,1015686382646259715,1015507453818044416,1530993478000.0,2018-07-07 19:57:58,+0000,,@abroadwithalec @maysacha Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1015686382646259715,[],[],0,,False,1064,26,40,,None,,,,,,,"[{'screen_name': 'abroadwithalec', 'name': 'Alec', 'id': '2361551863'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}]",,,, +3983,1015685823906234368,1015507453818044416,1530993345000.0,2018-07-07 19:55:45,+0000,,"@maysacha 4 handles/hitch points on front & 4 on rear. 2 air tank connections on front & 2 on rear, allowing 1 to 4 tanks simultaneously connected, all recessed for impact protection w secondary cap seal if leak develops.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1015685823906234368,[],[],0,,False,1749,55,175,,None,,,,,,,"[{'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}]",,,, +3984,1015676772338159618,1015647807066140672,1530991187000.0,2018-07-07 19:19:47,+0000,,@thanr @ablack82 I’m in LA working with the SpaceX team building the kid mini-sub,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1015676772338159618,[],[],0,,False,2486,116,464,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'ablack82', 'name': 'ablack82', 'id': '1129138391872888832'}]",,,, +3985,1015666557458964480,1015507453818044416,1530988752000.0,2018-07-07 18:39:12,+0000,,"@aiyanaskye Construction complete in about 8 hours, then 17 hour flight to Thailand",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1015666557458964480,[],[],0,,False,3388,178,698,,None,,,,,,,"[{'screen_name': 'aiyanaskye', 'name': 'Aiyana Skye', 'id': '65802568'}]",,,, +3986,1015665633504063488,1015507453818044416,1530988531000.0,2018-07-07 18:35:31,+0000,,"Continue to be amazed by the bravery, resilience & tenacity of kids & diving team in Thailand. Human character at its best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1015665633504063488,[],[],0,,False,74912,993,10186,,None,,,,,,,[],,,, +3987,1015657378140704768,1015507453818044416,1530986563000.0,2018-07-07 18:02:43,+0000,,"Got more great feedback from Thailand. Primary path is basically a tiny, kid-size submarine using the liquid oxygen transfer tube of Falcon rocket as hull. Light enough to be carried by 2 divers, small enough to get through narrow gaps. Extremely robust.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1015657378140704768,[],[],0,,False,69205,1425,11182,,None,,,,,,,[],,,, +3988,1015654917782978560,1015645483816050690,1530985977000.0,2018-07-07 17:52:57,+0000,,@VoltzCoreAudio Ground winds would,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1015654917782978560,[],[],0,,False,537,10,9,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '2989135748'}]",,,, +3989,1015648140341403648,1015645483816050690,1530984361000.0,2018-07-07 17:26:01,+0000,,@VoltzCoreAudio Yes. All-weather. ~300km/h high altitude winds. ~60km/h ground winds. It’s a beast.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1015648140341403648,[],[],0,,False,4640,53,214,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}]",,,, +3990,1015529153817239552,1015507453818044416,1530955992000.0,2018-07-07 09:33:12,+0000,,@jevjack1 Can’t be too buoyant,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1015529153817239552,[],[],0,,False,497,62,20,,None,,,,,,,"[{'screen_name': 'jevjack1', 'name': 'Jake Edwards', 'id': '2594331143'}]",,,, +3991,1015507453818044416,1015507453818044416,1530950818000.0,2018-07-07 08:06:58,+0000,,"Some good feedback from cave experts in Thailand. Iterating with them on an escape pod design that might be safe enough to try. Also building an inflatable tube with airlocks. Less likely to work, given tricky contours, but great if it does.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1015507453818044416,[],[],0,,False,135053,2717,20718,,None,,,,,,,[],,,, +3992,1015366461957627904,1014251869760249856,1530917203000.0,2018-07-06 22:46:43,+0000,,@ArkadiuszKula @JL2579 @MattyIce4412 @thanr @JamesWorldSpace Good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1015366461957627904,[],[],0,,False,796,62,24,,None,,,,,,,"[{'screen_name': 'ArkadiuszKula', 'name': 'Arek', 'id': '2352295417'}, {'screen_name': 'JL2579', 'name': 'JL2579', 'id': '385879377'}, {'screen_name': 'MattyIce4412', 'name': 'Matt', 'id': '132221244'}, {'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +3993,1015363973611425793,1014251869760249856,1530916610000.0,2018-07-06 22:36:50,+0000,,"@JL2579 @MattyIce4412 @thanr @JamesWorldSpace Prob wise to add an air tank (butt end fwd to take impacts) in nose of pod & vent valve in rear. Set air tank to slow bleed rate, then no need for SCUBA mouthpiece or regulator. Training unnecessary & less susceptible to panic attack.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1015363973611425793,[],[],0,,False,1020,62,77,,None,,,,,,,"[{'screen_name': 'JL2579', 'name': 'JL2579', 'id': '385879377'}, {'screen_name': 'MattyIce4412', 'name': 'Matt', 'id': '132221244'}, {'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +3994,1015361792007069696,1015259805525725184,1530916090000.0,2018-07-06 22:28:10,+0000,,@LittleMissFlint You’re welcome. Happy birthday! 🎁🎉🎂,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1015361792007069696,[],[],0,,False,2777,30,63,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +3995,1015360604192768000,1014251869760249856,1530915807000.0,2018-07-06 22:23:27,+0000,,"@MattyIce4412 @thanr @JamesWorldSpace Yeah, that’s what I’m talking about in that tweet — double-layer Kevlar pressure pod with Teflon coating. Other approach is a long inflatable air sock. Both worth trying.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1015360604192768000,[],[],0,,False,1031,20,81,,None,,,,,,,"[{'screen_name': 'MattyIce4412', 'name': 'Matt', 'id': '132221244'}, {'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +3996,1015359443876360192,1014251869760249856,1530915530000.0,2018-07-06 22:18:50,+0000,,@williamwinters @austinhopperrrr @maysacha @thanr @JamesWorldSpace Exactly. You can put socks on your feet the same way. There would be no relative motion between the tube & rock wall.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1015359443876360192,[],[],0,,False,482,9,15,,None,,,,,,,"[{'screen_name': 'williamwinters', 'name': 'william winters 🍁', 'id': '15039188'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}, {'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +3997,1015355758471532549,1015353115225124864,1530914651000.0,2018-07-06 22:04:11,+0000,,@jeremysliew It’s open so that others who are closer to the problem can consider this as one possible solution,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1015355758471532549,[],[],0,,False,8603,111,467,,None,,,,,,,"[{'screen_name': 'jeremysliew', 'name': 'Jeremy Liew, Partner at Lightspeed #BLM', 'id': '23976717'}]",,,, +3998,1015350212808749056,1015336487674699779,1530913329000.0,2018-07-06 21:42:09,+0000,,"@siwgrindaker @erikveen Should be possible to increase the air inflow rate above the leak rate, unless there is a very big hole. If oxygen % is dropping, suggests that leak holes are not large.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1015350212808749056,[],[],0,,False,505,14,22,,None,,,,,,,"[{'screen_name': 'siwgrindaker', 'name': 'Siw Grindaker', 'id': '84868803'}, {'screen_name': 'erikveen', 'name': 'Erix433n', 'id': '20876587'}]",,,, +3999,1015342277017784320,1015336487674699779,1530911437000.0,2018-07-06 21:10:37,+0000,,@erikveen I would def recommend this,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1015342277017784320,[],[],0,,False,3285,79,80,,None,,,,,,,"[{'screen_name': 'erikveen', 'name': 'Erix433n', 'id': '20876587'}]",,,, +4000,1015341937115553793,1014251869760249856,1530911356000.0,2018-07-06 21:09:16,+0000,,@thanr @JamesWorldSpace Building double-layer Kevlar pressure pods with Teflon coating to slip by rocks & front/rear rope tow hitch & lead pockets for neutral buoyancy. ~60 cm oval. Testing this aft in a pool with a subject who has never done SCUBA. Do the divers think something like this might work?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1015341937115553793,[],[],0,,False,1237,72,130,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +4001,1015334555002081280,1015092206254710784,1530909596000.0,2018-07-06 20:39:56,+0000,,@bonnienorman @TeslaBull @trippedover Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1015334555002081280,[],[],0,,False,537,19,16,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}, {'screen_name': 'TeslaBull', 'name': 'TeslaBull', 'id': '1037893101627498496'}, {'screen_name': 'TrippedOver', 'name': 'TrippedOver', 'id': '627165717'}]",,,, +4002,1015310752830218241,1014251869760249856,1530903921000.0,2018-07-06 19:05:21,+0000,,"@thanr @JamesWorldSpace Great, thanks",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1015310752830218241,[],[],0,,False,1040,32,47,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +4003,1015307876829548544,1014251869760249856,1530903236000.0,2018-07-06 18:53:56,+0000,,@JamesWorldSpace Inflatable tubes & pods being made out of Kevlar for better abrasion resistance. A SpaceX engineer happens to be in Thailand & is headed there now. Could one of the divers DM me? Need approx contour of most difficult sections for tube fab.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1015307876829548544,[],[],0,,False,1815,78,304,,None,,,,,,,"[{'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +4004,1015286165383987200,1014251869760249856,1530898059000.0,2018-07-06 17:27:39,+0000,,"@ladykayaker @JamesWorldSpace So long as air pressure in tube higher than water pressure, air will blow out & water won’t come in",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1015286165383987200,[],[],0,,False,705,49,51,,None,,,,,,,"[{'screen_name': 'ladykayaker', 'name': ""My cats' butler"", 'id': '23485619'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +4005,1015276185293426688,1014251869760249856,1530895680000.0,2018-07-06 16:48:00,+0000,,"@thanr @JamesWorldSpace Does you know output voltage & amperage of those generator trucks? 3 phase? What frequency? Will need high voltage transformer to carry power over distance or very thick cable. Beyond that, only batteries will work. Will prep Powerwalls in case needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1015276185293426688,[],[],0,,False,1567,48,164,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +4006,1015138953693880320,1014251869760249856,1530862961000.0,2018-07-06 07:42:41,+0000,,@JamesWorldSpace SpaceX & Boring Co engineers headed to Thailand tomorrow to see if we can be helpful to govt. There are probably many complexities that are hard to appreciate without being there in person.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1015138953693880320,[],[],0,,False,19531,869,6984,,None,,,,,,,"[{'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +4007,1015137456901931008,1014251869760249856,1530862604000.0,2018-07-06 07:36:44,+0000,,"@JamesWorldSpace Looks like 1st bit of water is close enough to entrance to be pumped out. 2nd & 3rd would need battery packs, air pumps & tubes. If depth of 2nd is accurate, would need ~0.5 bar tube pressure. Prob need to enter tube, zip up & then transit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1015137456901931008,[],[],0,,False,3451,98,605,,None,,,,,,,"[{'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +4008,1015116567477014528,1014251869760249856,1530857624000.0,2018-07-06 06:13:44,+0000,,"@chiefpad @JamesWorldSpace So long as air feed rate exceeds leak rate, tube remains inflated. This is how bouncy castles or inflatable mazes work. Needs very little power as the work (physics def of work) done is low. Pumping out water faster than it enters the cave system is prob 10X to 1000X more power.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1015116567477014528,[],[],0,,False,1868,50,203,,None,,,,,,,"[{'screen_name': 'chiefpad', 'name': 'chiefpad', 'id': '15876825'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +4009,1015115481097777152,1014251869760249856,1530857365000.0,2018-07-06 06:09:25,+0000,,@chiefpad @JamesWorldSpace Have a small velcro slit entrance & exit in circumferential direction (half stress of longitudinal direction),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1015115481097777152,[],[],0,,False,1338,20,121,,None,,,,,,,"[{'screen_name': 'chiefpad', 'name': 'chiefpad', 'id': '15876825'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +4010,1015108458067124225,1014251869760249856,1530855690000.0,2018-07-06 05:41:30,+0000,,"@ladykayaker @JamesWorldSpace Walking speed is around 5km/h, but if you’re in an air tube, time doesn’t matter much. If tube diameter was 1.5m, a fast walk of 5km would take 40 mins or so. Just need to duck for the narrow sections.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1015108458067124225,[],[],0,,False,1823,57,211,,None,,,,,,,"[{'screen_name': 'ladykayaker', 'name': ""My cats' butler"", 'id': '23485619'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +4011,1015105500105412610,1014251869760249856,1530854985000.0,2018-07-06 05:29:45,+0000,,@JamesWorldSpace Maybe worth trying: insert a 1m diameter nylon tube (or shorter set of tubes for most difficult sections) through cave network & inflate with air like a bouncy castle. Should create an air tunnel underwater against cave roof & auto-conform to odd shapes like the 70cm hole.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1015105500105412610,[],[],0,,False,19506,1222,3872,,None,,,,,,,"[{'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +4012,1015004489567256576,1014983757252780033,1530830902000.0,2018-07-05 22:48:22,+0000,,@cate_long @lopezlinette Exactly. A journalist who publicly expresses love for & parties in Vegas with a prominent shortseller of any given company should disclose this when writing articles.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1015004489567256576,[],[],0,,False,2076,110,122,,None,,,,,,,"[{'screen_name': 'cate_long', 'name': 'Cate Long', 'id': '15659909'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +4013,1015000443267645441,1014923617791107073,1530829938000.0,2018-07-05 22:32:18,+0000,,"@MelissaLeeCNBC @thesheetztweetz @CNBC @Lebeaucarnews I know you & believe you, but it means Lopez misled readers in her article, because that is exactly what she said",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1015000443267645441,[],[],0,,False,569,37,20,,None,,,,,,,"[{'screen_name': 'MelissaLeeCNBC', 'name': 'Melissa Lee', 'id': '1347071545'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'Lebeaucarnews', 'name': 'Phil LeBeau', 'id': '70987052'}]",,,, +4014,1014998760638697473,1014983757252780033,1530829536000.0,2018-07-05 22:25:36,+0000,,@jowens510 @lopezlinette I didn’t ask anyone and the people who sent the snapshots don’t work for me. They just don’t like hypocrites.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1014998760638697473,[],[],0,,False,1940,61,48,,None,,,,,,,"[{'screen_name': 'jowens510', 'name': 'Jeremy C. Owens', 'id': '329838136'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +4015,1014987505978863616,1014983757252780033,1530826853000.0,2018-07-05 21:40:53,+0000,,@lopezlinette They were sent to me by multiple people on the Internet. I don’t use Facebook.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1014987505978863616,[],[],0,,False,8844,224,276,,None,,,,,,,"[{'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +4016,1014987092697346048,1014923617791107073,1530826755000.0,2018-07-05 21:39:15,+0000,,@thesheetztweetz @CNBC @Lebeaucarnews Lopez wrote that Melissa Lee of CNBC was “dancing her face off” with Chanos in Vegas. Is this true? https://t.co/jy7sQkZ4R5,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1014987092697346048,['http://www.norwichbulletin.com/article/20140516/NEWS/305169979'],[],0,,False,661,34,29,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'Lebeaucarnews', 'name': 'Phil LeBeau', 'id': '70987052'}]",,,, +4017,1014986117341253633,1014800225788018688,1530826522000.0,2018-07-05 21:35:22,+0000,,@S_Padival @lopezlinette Why did @lopezlinette publish a love letter puff piece about Chanos’s cuff links? Who took the pic? Obv not objective https://t.co/eaLVIgwm7k,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1014986117341253633,['http://www.businessinsider.com/jim-chanos-sweet-chinese-yuan-cufflinks-2014-5'],[],0,,False,465,35,36,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +4018,1014982701634351104,1014800225788018688,1530825708000.0,2018-07-05 21:21:48,+0000,,@S_Padival @lopezlinette https://t.co/ystkbF7p1W,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1014982701634351104,[],"['https://pbs.twimg.com/media/DhXxYloUcAAZwZ7.jpg', 'https://pbs.twimg.com/media/DhXxYloVAAAeW8w.jpg']",1,https://pbs.twimg.com/media/DhXxYloUcAAZwZ7.jpg,False,461,27,35,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +4019,1014982448826871808,1014800225788018688,1530825647000.0,2018-07-05 21:20:47,+0000,,@S_Padival @lopezlinette .@Lopezlinette posted on social media that she was partying in Vegas with Chanos & Tepper with caption “Love both these dudes”. Doesn’t sound very objective https://t.co/oy1Tz6Cg68,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1014982448826871808,['http://www.dodgeglobe.com/article/20140516/News/305169981'],[],0,,False,565,23,34,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +4020,1014964962718973952,1014964418189328384,1530821478000.0,2018-07-05 20:11:18,+0000,,"@Rayhawn @Tesla Norwegians are right to be upset with Tesla. We are having trouble expanding our service facilities in Oslo especially. Can solve quickly with Tesla mobile service vans, but awaiting govt permission to do so.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1014964962718973952,[],[],0,,False,5364,156,245,,None,,,,,,,"[{'screen_name': 'Rayhawn', 'name': 'Rehan', 'id': '33495223'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4021,1014964102672801792,1014957159048732672,1530821273000.0,2018-07-05 20:07:53,+0000,,@ajs @nichcarlson @businessinsider @lopezlinette Are you 100% certain that @businessinsider stands by @lopezlinette & supports everything she’s done? Why won’t Lopez go on record saying that she never offered Tripp anything for inside info or asked him to break his confidentiality agreement by taking detailed video of Tesla IP?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1014964102672801792,[],[],0,,False,1518,80,92,,None,,,,,,,"[{'screen_name': 'ajs', 'name': 'Alyson Shontell', 'id': '24941044'}, {'screen_name': 'nichcarlson', 'name': 'Nicholas Carlson', 'id': '9549942'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +4022,1014952644555599872,1014800225788018688,1530818542000.0,2018-07-05 19:22:22,+0000,,@tombrechet @vassilyk @FlatJannrickles @vincent13031925 @TeslaBull @scottwww @stetopinini @S_Padival @lopezlinette @Tesla Sounds fishy. How did that go down?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1014952644555599872,[],[],0,,False,423,31,11,,None,,,,,,,"[{'screen_name': 'TomBrechet', 'name': 'Brechet Tom', 'id': '1232742351069753347'}, {'screen_name': 'vassilyk', 'name': 'Lettuce Cat', 'id': '37499098'}, {'screen_name': 'FlatJannrickles', 'name': 'Jann Is Cool', 'id': '212795909'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'TeslaBull', 'name': 'TeslaBull', 'id': '1037893101627498496'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'stetopinini', 'name': 'stef', 'id': '1216683854'}, {'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4023,1014948255950442496,1014923617791107073,1530817495000.0,2018-07-05 19:04:55,+0000,,@steveshmidt @thesheetztweetz @CNBC @Lebeaucarnews True,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1014948255950442496,[],[],0,,False,628,43,14,,None,,,,,,,"[{'screen_name': 'steveshmidt', 'name': 'Steve', 'id': '44682767'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'Lebeaucarnews', 'name': 'Phil LeBeau', 'id': '70987052'}]",,,, +4024,1014942490690969600,1014800225788018688,1530816121000.0,2018-07-05 18:42:01,+0000,,"@vincent13031925 @TeslaBull @scottwww @stetopinini @S_Padival @lopezlinette So @lopezlinette publicly stated she stans for Chanos, Tesla’s most prominent short-seller. In her words, he is “one of the greatest.” Her articles print Chanos’s view verbatim. This is not journalism.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1014942490690969600,[],[],0,,False,838,74,59,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'TeslaBull', 'name': 'TeslaBull', 'id': '1037893101627498496'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'stetopinini', 'name': 'stef', 'id': '1216683854'}, {'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +4025,1014935357345763330,1014800225788018688,1530814420000.0,2018-07-05 18:13:40,+0000,,"@scottwww @stetopinini @S_Padival @lopezlinette .@lopezlinette You stated publicly that you “see eye to eye” with Chanos, the most prominent short-seller of Tesla. Have you ever provided him with material non-public information about Tesla?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1014935357345763330,[],[],0,,False,757,44,54,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'stetopinini', 'name': 'stef', 'id': '1216683854'}, {'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +4026,1014932627986370560,1012472972236414976,1530813769000.0,2018-07-05 18:02:49,+0000,,@TeslaBull What a coincidence …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1014932627986370560,[],[],0,,False,2591,47,96,,None,,,,,,,"[{'screen_name': 'TeslaBull', 'name': 'TeslaBull', 'id': '1037893101627498496'}]",,,, +4027,1014932211584266240,1014923617791107073,1530813670000.0,2018-07-05 18:01:10,+0000,,@thesheetztweetz @CNBC @Lebeaucarnews Am not attacking all media or even all of @CNBC. Just asked if you inform public about an analyst’s prediction track record about a subject when putting them on your show.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1014932211584266240,[],[],0,,False,2112,81,132,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'Lebeaucarnews', 'name': 'Phil LeBeau', 'id': '70987052'}]",,,, +4028,1014923546210938880,1014800225788018688,1530811604000.0,2018-07-05 17:26:44,+0000,,"@stetopinini @S_Padival @lopezlinette Indeed, very simple question. To be specific: @lopezlinette, did you compensate or promise to compensate Martin Tripp for inside information about Tesla? Did he, under that inducement, provide you with exaggerated negative info, which you printed, but turned out to be untrue?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1014923546210938880,[],[],0,,False,974,57,82,,None,,,,,,,"[{'screen_name': 'stetopinini', 'name': 'stef', 'id': '1216683854'}, {'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +4029,1014919249620418562,1014881543016386560,1530810580000.0,2018-07-05 17:09:40,+0000,,"@benjaminpollock @CNBC Exactly. @cnbc, I just asked a simple question. Please answer.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1014919249620418562,[],[],0,,False,613,47,31,,None,,,,,,,"[{'screen_name': 'benjaminpollock', 'name': 'Benjamin Pollock', 'id': '15531670'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +4030,1014834534687404032,1014229919151337472,1530790382000.0,2018-07-05 11:33:02,+0000,,"@ICannot_Enough @SimRiyat @gawwy @aperezposada @Reuters @sal19 Strange. @cnbc, is it true that you are putting on analysts with such low ratings & extremely bad prediction records? Are your viewers informed about an analyst’s track record before hearing their opinion.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/1014834534687404032,[],[],0,,False,1095,118,121,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'SimRiyat', 'name': 'Simranjeet Riyat 🌐', 'id': '1013404524395008001'}, {'screen_name': 'gawwy', 'name': 'Hans', 'id': '39853264'}, {'screen_name': 'aperezposada', 'name': 'Alejandro Perez', 'id': '627793247'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}, {'screen_name': 'sal19', 'name': 'Sal Rodriguez 🕷', 'id': '21983925'}]",,,, +4031,1014812681499365376,1014812681499365376,1530785172000.0,2018-07-05 10:06:12,+0000,,"Note, no one is in the car or controlling remotely. Car is driving entirely by itself. https://t.co/xSG2Mmy756",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1014812681499365376,['https://twitter.com/tesla/status/1014515503740567553'],[],0,,False,22354,739,2166,https://twitter.com/tesla/status/1014515503740567553,None,,,,,,,[],,,, +4032,1014811835017584640,1014800225788018688,1530784970000.0,2018-07-05 10:02:50,+0000,,"@S_Padival @lopezlinette Sounds very sketchy if true. @lopezlinette, is it possible you’re serving as an inside trading source for one of Tesla’s biggest short-sellers? An ex-Tesla employee just went on record formally claiming you bribed him & he sent you valuable Tesla IP in exchange. Is this true?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1014811835017584640,[],[],0,,False,1252,115,145,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +4033,1014806548340568065,1014800225788018688,1530783709000.0,2018-07-05 09:41:49,+0000,,"@S_Padival @lopezlinette has published several false articles about Tesla, including a doozy where she claimed Tesla scrapped more batteries than our total S,X &3 production number, which is physically impossible.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1014806548340568065,[],[],0,,False,2932,76,163,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}]",,,, +4034,1014800936198213633,1014229919151337472,1530782371000.0,2018-07-05 09:19:31,+0000,,"@gawwy @aperezposada @Reuters @sal19 Wow, so @sal19 of @Reuters wrote article that misled public about Model 3 production & followed that up with mean tweet to me on my bday. Nice work @sal19 & @Reuters.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1014800936198213633,[],[],0,,False,781,51,49,,None,,,,,,,"[{'screen_name': 'gawwy', 'name': 'Hans', 'id': '39853264'}, {'screen_name': 'aperezposada', 'name': 'Alejandro Perez', 'id': '627793247'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}, {'screen_name': 'sal19', 'name': 'Sal Rodriguez 🕷', 'id': '21983925'}]",,,, +4035,1014785678263980032,1014229919151337472,1530778734000.0,2018-07-05 08:18:54,+0000,,"@aperezposada @Reuters .@Reuters, why did you mislead the people public about this number?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1014785678263980032,[],[],0,,False,569,41,42,,None,,,,,,,"[{'screen_name': 'aperezposada', 'name': 'Alejandro Perez', 'id': '627793247'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +4036,1014785289967923200,1014229919151337472,1530778641000.0,2018-07-05 08:17:21,+0000,,"@aperezposada @Reuters .@Reuters is relentlessly negative about Tesla. They just wrote a bogus article saying S production last week was low by 800 cars. S/X annual prod is set at ~100k, ie 1,900/week. Tesla built 1,913 S/X cars at our standard ~50/50 split last week, which is right on target.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1014785289967923200,[],[],0,,False,955,56,103,,None,,,,,,,"[{'screen_name': 'aperezposada', 'name': 'Alejandro Perez', 'id': '627793247'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +4037,1014774891575300097,1011672532838055937,1530776162000.0,2018-07-05 07:36:02,+0000,,@LittleMissFlint Happy to support,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1014774891575300097,[],[],0,,False,1037,24,41,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +4038,1014754638950645760,1014251869760249856,1530771333000.0,2018-07-05 06:15:33,+0000,,"@MabzMagz Boring Co has advanced ground penetrating radar & is pretty good at digging holes. Don’t know if pump rate is limited by electric power or pumps are too smal. If so, could dropship fully charged Powerpacks and pumps.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1014754638950645760,[],[],0,,False,6311,170,1292,,None,,,,,,,"[{'screen_name': 'MabzMagz', 'name': 'Mabz', 'id': '113313254'}]",,,, +4039,1014752999594323968,1014752789203996672,1530770942000.0,2018-07-05 06:09:02,+0000,,@AWatsonMenswear Belfast is beautiful,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1014752999594323968,[],[],0,,False,505,24,67,,None,,,,,,,"[{'screen_name': 'AWatsonMenswear', 'name': 'Tim Wolstenholme', 'id': '81302061'}]",,,, +4040,1014752854333009921,1014641927415844865,1530770908000.0,2018-07-05 06:08:28,+0000,,"@BelTel No, was just there with my kids for a few hours to see the GoT set & had dinner at a pub. Love the show and GRRM’s books.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1014752854333009921,[],[],0,,False,8991,135,319,,None,,,,,,,"[{'screen_name': 'BelTel', 'name': 'Belfast Telegraph', 'id': '20687723'}]",,,, +4041,1014752450442457088,1014751967703457793,1530770812000.0,2018-07-05 06:06:52,+0000,,@davealexhou Should be coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1014752450442457088,[],[],0,,False,1993,38,30,,None,,,,,,,[],,,, +4042,1014739003281530880,1014296276521836544,1530767605000.0,2018-07-05 05:13:25,+0000,,@icp I will buy tons of your merch,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1014739003281530880,[],[],0,,False,799,41,77,,None,,,,,,,"[{'screen_name': 'icp', 'name': 'Insane Clown Posse', 'id': '98677089'}]",,,, +4043,1014634671735562240,1014629362430369793,1530742731000.0,2018-07-04 22:18:51,+0000,,"@Cody_Walker9 Very early on, we had the ability to use the car as a battery outputting power. Maybe worth revisiting that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1014634671735562240,[],[],0,,False,672,110,32,,None,,,,,,,"[{'screen_name': 'Cody_Walker9', 'name': 'CW', 'id': '409243327'}]",,,, +4044,1014632045505630209,1011672532838055937,1530742105000.0,2018-07-04 22:08:25,+0000,,"@antonlodder Camera & onboard neural net should detect. If very close (below 15 ft), will show up on ultrasonics",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1014632045505630209,[],[],0,,False,737,8,23,,None,,,,,,,"[{'screen_name': 'antonlodder', 'name': 'anton lodder', 'id': '896600767'}]",,,, +4045,1014631215587053573,1011672532838055937,1530741907000.0,2018-07-04 22:05:07,+0000,,"@LittleMissFlint Ok, will look into it",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1014631215587053573,[],[],0,,False,1785,35,89,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +4046,1014509856777293825,1014251869760249856,1530712973000.0,2018-07-04 14:02:53,+0000,,"@MabzMagz I suspect that the Thai govt has this under control, but I’m happy to help if there is a way to do so",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1014509856777293825,[],[],0,,False,18797,518,2664,,None,,,,,,,"[{'screen_name': 'MabzMagz', 'name': 'Mabz', 'id': '113313254'}]",,,, +4047,1014321463430668288,1002224522852876289,1530668056000.0,2018-07-04 01:34:16,+0000,,@starbirdsonmars @Grimezsz @loonatheworld You never know ..,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1014321463430668288,[],[],0,,False,1720,45,116,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}, {'screen_name': 'loonatheworld', 'name': '이달의 소녀(LOOΠΔ)', 'id': '770959712791597056'}]",,,, +4048,1014320250551226369,1002224522852876289,1530667767000.0,2018-07-04 01:29:27,+0000,,@Grimezsz @loonatheworld ⚡️Loona⚡️,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1014320250551226369,[],[],0,,False,7517,367,3645,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}, {'screen_name': 'loonatheworld', 'name': '이달의 소녀(LOOΠΔ)', 'id': '770959712791597056'}]",,,, +4049,1014318495964782592,1014244248902746112,1530667349000.0,2018-07-04 01:22:29,+0000,,@robertoblake @yanquetino @Tesla Ideas & corrections that could make a product or service better are always welcome,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1014318495964782592,[],[],0,,False,865,49,38,,None,,,,,,,"[{'screen_name': 'robertoblake', 'name': 'Roberto Blake 🇺🇸🇵🇦✏️🧢 in the Empire Business', 'id': '19003754'}, {'screen_name': 'yanquetino', 'name': 'Mark Larsen', 'id': '45353985'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4050,1014317550891601922,1014296276521836544,1530667123000.0,2018-07-04 01:18:43,+0000,,@nevona Yeah I like ICP,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1014317550891601922,[],[],0,,False,3252,114,1389,,None,,,,,,,"[{'screen_name': 'nevona', 'name': 'nevona', 'id': '15191548'}]",,,, +4051,1014316162094698496,1014244248902746112,1530666792000.0,2018-07-04 01:13:12,+0000,,@yanquetino @Tesla Noted,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1014316162094698496,[],[],0,,False,6228,81,86,,None,,,,,,,"[{'screen_name': 'yanquetino', 'name': 'Mark Larsen', 'id': '45353985'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4052,1014306145702432768,1014296276521836544,1530664404000.0,2018-07-04 00:33:24,+0000,,"@kimwim Wow, Model A. That’s cool.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1014306145702432768,[],[],0,,False,710,22,11,,None,,,,,,,"[{'screen_name': 'kimwim', 'name': 'KimWim says im🍑!', 'id': '19351111'}]",,,, +4053,1014296276521836544,1014296276521836544,1530662051000.0,2018-07-03 23:54:11,+0000,,Whoop whoop https://t.co/Xq3JlcQizc,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1014296276521836544,['https://twitter.com/slashdot/status/1014293302592471042'],[],0,,False,16664,508,2463,https://twitter.com/slashdot/status/1014293302592471042,None,,,,,,,[],,,, +4054,1014248438710636544,1014248438710636544,1530650646000.0,2018-07-03 20:44:06,+0000,,The Spice Flows https://t.co/YMyhVGIxHc,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1014248438710636544,['https://twitter.com/tesla/status/1014221135850827776'],[],0,,False,19677,762,1496,https://twitter.com/tesla/status/1014221135850827776,None,,,,,,,[],,,, +4055,1013899626477473792,1012151776391454722,1530567482000.0,2018-07-02 21:38:02,+0000,,"@WillFealey @Tesla @RadioFlyer No problem, happy to donate some personally",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1013899626477473792,[],[],0,,False,1684,55,70,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'RadioFlyer', 'name': 'Radio Flyer', 'id': '88936240'}]",,,, +4056,1013897145773166595,1012151776391454722,1530566891000.0,2018-07-02 21:28:11,+0000,,@WillFealey @Tesla @RadioFlyer Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1013897145773166595,[],[],0,,False,7532,70,221,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'RadioFlyer', 'name': 'Radio Flyer', 'id': '88936240'}]",,,, +4057,1013896484247490565,1013879128376860674,1530566733000.0,2018-07-02 21:25:33,+0000,,@bkbkbk @LibertyMutual Looking into this. Will fix if so.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1013896484247490565,[],[],0,,False,483,33,8,,None,,,,,,,"[{'screen_name': 'bkbkbk', 'name': 'Brian King', 'id': '15381530'}, {'screen_name': 'LibertyMutual', 'name': 'Liberty Mutual', 'id': '1707305418'}]",,,, +4058,1013519243030253570,1013519243030253570,1530476792000.0,2018-07-01 20:26:32,+0000,,"7000 cars, 7 days ♥️ Tesla Team ♥️",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1013519243030253570,[],[],0,,False,135511,4603,12155,,None,,,,,,,[],,,, +4059,1012942067365023744,1012783222386712576,1530339183000.0,2018-06-30 06:13:03,+0000,,@santidebus Then what’s this wand for?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1012942067365023744,[],[],0,,False,1470,126,54,,None,,,,,,,"[{'screen_name': 'santidebus', 'name': 'Santiago', 'id': '2598920136'}]",,,, +4060,1012843449534435328,1012843245766709248,1530315670000.0,2018-06-29 23:41:10,+0000,,@keyonchrist 💡,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1012843449534435328,[],[],0,,False,796,57,35,,None,,,,,,,"[{'screen_name': 'keyonchrist', 'name': 'keyon', 'id': '14579608'}]",,,, +4061,1012830881461907457,1012830881461907457,1530312674000.0,2018-06-29 22:51:14,+0000,,Who likes short shorts? https://t.co/hoKsDT8xdS,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1012830881461907457,['https://m.youtube.com/watch?v=xm3nxNF7j8U&t=36s'],[],0,,False,7983,1060,562,,None,,,,,,,[],,,, +4062,1012784447005995008,1012783222386712576,1530301603000.0,2018-06-29 19:46:43,+0000,,Or at least the closest thing to magic that exists in the real world,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1012784447005995008,[],[],0,,False,37488,1088,3411,,None,,,,,,,[],,,, +4063,1012783785736167424,1012783785736167424,1530301445000.0,2018-06-29 19:44:05,+0000,,Excession https://t.co/h4AYwxbS3h,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1012783785736167424,['https://twitter.com/thejarren/status/1012783502004137984'],[],0,,False,6173,242,485,0,None,,,,,,,[],,,, +4064,1012783222386712576,1012783222386712576,1530301311000.0,2018-06-29 19:41:51,+0000,,Engineering is magic,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1012783222386712576,[],[],0,,False,122863,2662,27500,,None,,,,,,,[],,,, +4065,1012782315343306753,1012765269197017088,1530301095000.0,2018-06-29 19:38:15,+0000,,@SouthPark Love Awesomo,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1012782315343306753,[],[],0,,False,2680,48,131,,None,,,,,,,"[{'screen_name': 'SouthPark', 'name': 'SOUTH PARQ', 'id': '23504870'}]",,,, +4066,1012781170633740289,1012777990193852417,1530300822000.0,2018-06-29 19:33:42,+0000,,@stui999 https://t.co/AZ4aidXs33,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1012781170633740289,[],['https://pbs.twimg.com/media/Dg4fGwCV4AAUytN.jpg'],1,https://pbs.twimg.com/media/Dg4fGwCV4AAUytN.jpg,False,864,37,51,,None,,,,,,,"[{'screen_name': 'stui999', 'name': 'Stu Wilson', 'id': '40634590'}]",,,, +4067,1012777990193852417,1012777990193852417,1530300064000.0,2018-06-29 19:21:04,+0000,,Space Laser https://t.co/8CQ6L9si3f,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1012777990193852417,['https://www.instagram.com/p/Bknpu_6A4Ny/?utm_source=ig_twitter_share&igshid=18tawccjvmms2'],[],0,,False,5711,341,475,,None,,,,,,,[],,,, +4068,1012777784169488385,1011672532838055937,1530300014000.0,2018-06-29 19:20:14,+0000,,@Stun_Empire 🧛‍♀️,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1012777784169488385,[],[],0,,False,1421,40,133,,None,,,,,,,"[{'screen_name': 'Stun_Empire', 'name': 'Stun', 'id': '3102023231'}]",,,, +4069,1012777706554085376,1012777706554085376,1530299996000.0,2018-06-29 19:19:56,+0000,,Spacebow https://t.co/Ht4GCsaQo9,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1012777706554085376,['https://www.instagram.com/p/BknnHyiAut0/?utm_source=ig_twitter_share&igshid=1a4392qjwok3m'],[],0,,False,4810,162,456,,None,,,,,,,[],,,, +4070,1012604447552204805,1012603171774984192,1530258688000.0,2018-06-29 07:51:28,+0000,,"@JaneidyEve Everything is sentient, especially sentience",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1012604447552204805,[],[],0,,False,1562,68,65,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +4071,1012603848647561217,1012450501227622400,1530258545000.0,2018-06-29 07:49:05,+0000,,"@himanshu_ragtah @Gizmodo If the rules force defeat, the rules must change",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1012603848647561217,[],[],0,,False,514,25,34,,None,,,,,,,"[{'screen_name': 'himanshu_ragtah', 'name': 'Himanshu Ragtah', 'id': '1705386050'}, {'screen_name': 'Gizmodo', 'name': 'Gizmodo', 'id': '2890961'}]",,,, +4072,1012603171774984192,1012603171774984192,1530258384000.0,2018-06-29 07:46:24,+0000,,The Spice. Must. Flow. https://t.co/ov4aLIwzKz,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1012603171774984192,[],['https://pbs.twimg.com/media/Dg19N1FU8AA8BcW.jpg'],1,https://pbs.twimg.com/media/Dg19N1FU8AA8BcW.jpg,False,47789,1454,3595,,None,,,,,,,[],,,, +4073,1012597509858869254,1012597509858869254,1530257034000.0,2018-06-29 07:23:54,+0000,,Open the Knaack HAL https://t.co/EG47rvPppF,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1012597509858869254,[],['https://pbs.twimg.com/media/Dg14EJTVQAEBDKH.jpg'],1,https://pbs.twimg.com/media/Dg14EJTVQAEBDKH.jpg,False,5710,395,232,,None,,,,,,,[],,,, +4074,1012596720193044480,1012546327102836736,1530256845000.0,2018-06-29 07:20:45,+0000,,@JaneidyEve @WorldAndScience 🛸 obv,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1012596720193044480,[],[],0,,False,444,28,19,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4075,1012590645452554240,1012585579916210177,1530255397000.0,2018-06-29 06:56:37,+0000,,@Techmeme @crystalttc … the money,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1012590645452554240,[],[],0,,False,721,35,29,,None,,,,,,,"[{'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'crystalttc', 'name': 'Crystal Tse', 'id': '552808775'}]",,,, +4076,1012590428791627776,1012588409309814784,1530255345000.0,2018-06-29 06:55:45,+0000,,@Pamaj @KEEMSTAR Follow the 🐇,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1012590428791627776,[],[],0,,False,2980,55,126,,None,,,,,,,"[{'screen_name': 'Pamaj', 'name': 'FaZe Pamaj', 'id': '348056057'}, {'screen_name': 'KEEMSTAR', 'name': 'KEEM 🍿', 'id': '872683897'}]",,,, +4077,1012590050196971520,1012546327102836736,1530255255000.0,2018-06-29 06:54:15,+0000,,@JohnnaSabri @JaneidyEve @WorldAndScience Busted. It’s me.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1012590050196971520,[],[],0,,False,692,24,28,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4078,1012588909266522113,1012588409309814784,1530254983000.0,2018-06-29 06:49:43,+0000,,@KEEMSTAR 👻,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1012588909266522113,[],[],0,,False,13637,156,492,,None,,,,,,,"[{'screen_name': 'KEEMSTAR', 'name': 'KEEM 🍿', 'id': '872683897'}]",,,, +4079,1012588722313805824,1012546327102836736,1530254939000.0,2018-06-29 06:48:59,+0000,,@JaneidyEve @WorldAndScience That pretty much proves it isn’t me,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1012588722313805824,[],[],0,,False,561,9,15,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4080,1012585297790394369,1012546327102836736,1530254122000.0,2018-06-29 06:35:22,+0000,,@WorldAndScience Certianly glad I’m not one them. Phew!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1012585297790394369,[],[],0,,False,5238,163,192,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4081,1012455844850487296,1012450501227622400,1530223258000.0,2018-06-28 22:00:58,+0000,,"@himanshu_ragtah @Gizmodo Wrath of Khan, Kobayashi Maru",hi,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1012455844850487296,[],[],0,,False,438,27,17,,None,,,,,,,"[{'screen_name': 'himanshu_ragtah', 'name': 'Himanshu Ragtah', 'id': '1705386050'}, {'screen_name': 'Gizmodo', 'name': 'Gizmodo', 'id': '2890961'}]",,,, +4082,1012450863099535361,1012450501227622400,1530222070000.0,2018-06-28 21:41:10,+0000,,@Gizmodo Sad news. He wrote some epic sci fi.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1012450863099535361,[],[],0,,False,2157,43,84,,None,,,,,,,"[{'screen_name': 'Gizmodo', 'name': 'Gizmodo', 'id': '2890961'}]",,,, +4083,1012433056957751296,1012430839240691713,1530217825000.0,2018-06-28 20:30:25,+0000,,@westcoastbill Thanks Bill,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1012433056957751296,[],[],0,,False,967,53,19,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +4084,1012432838422159362,1012432838422159362,1530217773000.0,2018-06-28 20:29:33,+0000,,Paint shop https://t.co/G2rIe1qYG4,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1012432838422159362,['https://www.instagram.com/p/BklO5x2gSKr/?utm_source=ig_twitter_share&igshid=1wjdl4dvw7s01'],[],0,,False,4365,359,216,,None,,,,,,,[],,,, +4085,1012421769607561216,1012182703175708672,1530215134000.0,2018-06-28 19:45:34,+0000,,@daveydo2000 @jules_su @EricIdle That’s cool. One of my favorite lines! Monty Python is so brilliant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1012421769607561216,[],[],0,,False,428,27,13,,None,,,,,,,"[{'screen_name': 'daveydo2000', 'name': 'David Havasi', 'id': '57394043'}, {'screen_name': 'jules_su', 'name': 'Jules Suzdaltsev', 'id': '17891808'}, {'screen_name': 'EricIdle', 'name': 'Eric Idle', 'id': '862483279'}]",,,, +4086,1012418999596937216,1012416542724665346,1530214473000.0,2018-06-28 19:34:33,+0000,,"@KiannaFierce Oh, I love trap. Good suggestions welcome!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1012418999596937216,[],[],0,,False,731,55,63,,None,,,,,,,"[{'screen_name': 'kiannafierce', 'name': '\U0001f977', 'id': '1349599101218922496'}]",,,, +4087,1012418622021517312,1012182703175708672,1530214383000.0,2018-06-28 19:33:03,+0000,,@mathetes76 @jules_su We need more & better emojis now!!Seriously. So little to work with.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1012418622021517312,[],[],0,,False,506,41,19,,None,,,,,,,"[{'screen_name': 'mathetes76', 'name': 'Jennifer', 'id': '397636567'}, {'screen_name': 'jules_su', 'name': 'Jules Suzdaltsev', 'id': '17891808'}]",,,, +4088,1012416878818410496,1012182703175708672,1530213968000.0,2018-06-28 19:26:08,+0000,,"@jules_su And one more thing, your father smells of 🍒 and I 💨 in your general direction",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1012416878818410496,[],[],0,,False,810,67,38,,None,,,,,,,"[{'screen_name': 'jules_su', 'name': 'Jules Suzdaltsev', 'id': '17891808'}]",,,, +4089,1012416542724665346,1012416542724665346,1530213888000.0,2018-06-28 19:24:48,+0000,,"Appreciate all the good wishes. First bday I’ve spent in the factory, but it’s somehow the best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1012416542724665346,[],[],0,,False,55053,3098,2441,,None,,,,,,,[],,,, +4090,1012415844238815232,1012182703175708672,1530213721000.0,2018-06-28 19:22:01,+0000,,"@jules_su We didn’t steal his mug crayon drawing of a farting unicorn, We didn’t benefit from it, We don’t want it, And we still offered to pay for it. You are a jackass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1012415844238815232,[],[],0,,False,880,92,44,,None,,,,,,,"[{'screen_name': 'jules_su', 'name': 'Jules Suzdaltsev', 'id': '17891808'}]",,,, +4091,1012166284224524288,1011990933510868993,1530154221000.0,2018-06-28 02:50:21,+0000,,"@Model3Owners @boringcompany Happily for the victorious 🐌, he is indeed still far faster than Godot. Line-Storm comes closer to nipping at his heel (?), but Prufrock will make it a true nail-biter race!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1012166284224524288,[],[],0,,False,2578,98,80,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +4092,1011850474016788480,1011672532838055937,1530078926000.0,2018-06-27 05:55:26,+0000,,@coronadetucson Bronco rocks,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1011850474016788480,[],[],0,,False,1353,52,31,,None,,,,,,,"[{'screen_name': 'coronadetucson', 'name': 'Mark Breen', 'id': '325953602'}]",,,, +4093,1011849186692616194,1011842477232287744,1530078620000.0,2018-06-27 05:50:20,+0000,,"@rajmathai @Tesla @Teslarati No standard automotive solution could be built in time, so we created a new solution. It is working & has slightly higher quality than the more traditional general assembly line. Perhaps most surprising is that the total cost of production in the Sprung tent is lower.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1011849186692616194,[],[],0,,False,5021,192,279,,None,,,,,,,"[{'screen_name': 'rajmathai', 'name': 'Raj Mathai', 'id': '58065700'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4094,1011846284351717379,1011844659201445888,1530077928000.0,2018-06-27 05:38:48,+0000,,@pulletsforever All Tesla vehicles come with cabin overheat protection https://t.co/q9fjKckewO,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1011846284351717379,['https://www.google.com/amp/s/electrek.co/2018/06/22/tesla-model-3-update-summon-feature-cabin-overheat-protection-wifi/amp/'],[],0,,False,1835,62,197,,None,,,,,,,"[{'screen_name': 'pulletsforever', 'name': 'David W. Keith', 'id': '1179600141822509056'}]",,,, +4095,1011839580830482432,1011672532838055937,1530076329000.0,2018-06-27 05:12:09,+0000,,@clprenz @JoeyOstrander I hate whole idea of brands and branding. So much bs. I hope it messes with our brand. Brands suck.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1011839580830482432,[],[],0,,False,3745,116,291,,None,,,,,,,"[{'screen_name': 'clprenz', 'name': 'Christian #GetVacinnated Prenzler', 'id': '227847958'}, {'screen_name': 'JoeyOstrander', 'name': 'Joey Ostrander', 'id': '362191729'}]",,,, +4096,1011838788245454848,1011672532838055937,1530076140000.0,2018-06-27 05:09:00,+0000,,"@TheSeanBooker Sir, this will not be some a dainty little buttercup of a truck! Driver’s seat will be big enough to fit André the giant (love that guy).",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1011838788245454848,[],[],0,,False,4467,76,175,,None,,,,,,,"[{'screen_name': 'TheSeanBooker', 'name': 'Sean Booker', 'id': '16532858'}]",,,, +4097,1011835761182666752,1011672532838055937,1530075419000.0,2018-06-27 04:56:59,+0000,,"@JoeyOstrander 400 to 500 mile option definitely. Higher, maybe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1011835761182666752,[],[],0,,False,2586,47,56,,None,,,,,,,"[{'screen_name': 'JoeyOstrander', 'name': 'Joey Ostrander', 'id': '362191729'}]",,,, +4098,1011835467342336002,1011672532838055937,1530075349000.0,2018-06-27 04:55:49,+0000,,@ZacksJerryRig For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1011835467342336002,[],[],0,,False,1740,23,21,,None,,,,,,,"[{'screen_name': 'ZacksJerryRig', 'name': 'JerryRigEverything', 'id': '1720701343'}]",,,, +4099,1011834343289806848,1011672532838055937,1530075081000.0,2018-06-27 04:51:21,+0000,,@MattPTurner Should be easy to add as a feature like calendar,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1011834343289806848,[],[],0,,False,902,15,13,,None,,,,,,,"[{'screen_name': 'MattPTurner', 'name': '#MaskUpMN 😷', 'id': '17277779'}]",,,, +4100,1011833857719451648,1011833857719451648,1530074965000.0,2018-06-27 04:49:25,+0000,,You’re welcome! https://t.co/NcsGhhB1Ja,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1011833857719451648,['https://twitter.com/dmc_ryan/status/1011796674283372544'],[],0,,False,9822,258,398,https://twitter.com/dmc_ryan/status/1011796674283372544,None,,,,,,,[],,,, +4101,1011798626526351360,1011672532838055937,1530066565000.0,2018-06-27 02:29:25,+0000,,@TheHoff525 Yes. Highly recommend doing so btw.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1011798626526351360,[],[],0,,False,1449,30,26,,None,,,,,,,"[{'screen_name': 'TheHoff525', 'name': 'Nick', 'id': '706476336974577665'}]",,,, +4102,1011794673910759425,1011672532838055937,1530065623000.0,2018-06-27 02:13:43,+0000,,@clintdebusk That will be standard,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1011794673910759425,[],[],0,,False,2799,23,39,,None,,,,,,,"[{'screen_name': 'clintdebusk', 'name': 'Clint DeBusk', 'id': '16809273'}]",,,, +4103,1011790990175162369,1011672532838055937,1530064744000.0,2018-06-27 01:59:04,+0000,,@cubamark That goes without saying https://t.co/h5WDKpfZi0,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1011790990175162369,['https://www.washingtonpost.com/video/business/technology/watch-elon-musks-tesla-car-being-used-as-a-boat/2016/06/22/6c2f7982-3898-11e6-af02-1df55f0c77ff_video.html?utm_term=.361595304b52'],[],0,,False,2051,62,104,,None,,,,,,,"[{'screen_name': 'cubamark', 'name': 'Mark', 'id': '93891591'}]",,,, +4104,1011788218734391296,1011672532838055937,1530064084000.0,2018-06-27 01:48:04,+0000,,"@phycho_hippie 300,000 lb towing capacity",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1011788218734391296,[],[],0,,False,799,103,66,,None,,,,,,,"[{'screen_name': 'phycho_hippie', 'name': 'Psycho Hippie', 'id': '728786065524445184'}]",,,, +4105,1011776242016612352,1011672532838055937,1530061228000.0,2018-06-27 01:00:28,+0000,,@wbwhitehouse It will,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1011776242016612352,[],[],0,,False,1722,33,21,,None,,,,,,,[],,,, +4106,1011761562523086848,1011672532838055937,1530057728000.0,2018-06-27 00:02:08,+0000,,"@Penenberg For sure! When doing US govt crash safety testing, the Model S roof was so strong, it broke their testing machine. https://t.co/m9Ae9mhRIC",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1011761562523086848,['https://www.wired.com/2013/08/tesla-model-s-crash-test/'],[],0,,False,11461,231,1486,,None,,,,,,,"[{'screen_name': 'Penenberg', 'name': 'Adam L. Penenberg', 'id': '41187603'}]",,,, +4107,1011760743929110528,1011672532838055937,1530057533000.0,2018-06-26 23:58:53,+0000,,"@MuellerJeffrey Wow, great idea! Since it will already have a Tesla pneumatics system, it totally makes sense to add a utility port.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1011760743929110528,[],[],0,,False,1433,61,46,,None,,,,,,,"[{'screen_name': 'MuellerJeffrey', 'name': 'Jeff Mueller', 'id': '1934004318'}]",,,, +4108,1011724688706318337,1011672532838055937,1530048937000.0,2018-06-26 21:35:37,+0000,,"Pickup truck will have power outlets allowing use of heavy duty 240V, high power tools in field all day. No generator needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1011724688706318337,[],[],0,,False,29491,2105,2193,,None,,,,,,,[],,,, +4109,1011678031801249793,1011672532838055937,1530037813000.0,2018-06-26 18:30:13,+0000,,The Tesla Truck will have dual motor all-wheel drive w crazy torque & a suspension that dynamically adjusts for load. Those will be standard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1011678031801249793,[],[],0,,False,30025,1763,2276,,None,,,,,,,[],,,, +4110,1011676624993972224,1011672532838055937,1530037478000.0,2018-06-26 18:24:38,+0000,,@aMidLifeCrisis It will parallel park automatically & have 360 degree cameras & sonar,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1011676624993972224,[],[],0,,False,5279,141,151,,None,,,,,,,"[{'screen_name': 'aMidLifeCrisis', 'name': ""Brad - that's all"", 'id': '385605479'}]",,,, +4111,1011672532838055937,1011672532838055937,1530036502000.0,2018-06-26 18:08:22,+0000,,"What would you love to see in a Tesla pickup truck? I have a few things in mind, but what do you think are small, but important nuances & what would be seriously next level?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1011672532838055937,[],[],0,,False,50106,24940,4376,,None,,,,,,,[],,,, +4112,1011669859577446401,1011317859685822464,1530035865000.0,2018-06-26 17:57:45,+0000,,"@EV20018 @justwidle2 @Tesla “Virtue signaling” is super annoying & there are lots of phoneys who are actually huge jerks, but jump on every social cause du jour. But I’m really proud of the fact that # of changes Tesla had to make to achieve 100/100 (before even knowing about the LGBTQ index) was zero.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1011669859577446401,[],[],0,,False,559,17,30,,None,,,,,,,"[{'screen_name': 'justwidle2', 'name': 'Justin Widle', 'id': '993572375240232960'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4113,1011666426715766784,1011317859685822464,1530035046000.0,2018-06-26 17:44:06,+0000,,@justwidle2 @Tesla Don’t buy our car if that’s a problem. People should be free to live their lives where their heart takes them ❤️🧡💛💚💙💜🖤💖🌈,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1011666426715766784,[],[],0,,False,3377,87,516,,None,,,,,,,"[{'screen_name': 'justwidle2', 'name': 'Justin Widle', 'id': '993572375240232960'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4114,1011660804104470528,1011317859685822464,1530033706000.0,2018-06-26 17:21:46,+0000,,@justwidle2 @Tesla Then you will really hate that Tesla scored 100/100 four years in a row on LGBTQ equality https://t.co/AzwWIhpyLW,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1011660804104470528,['https://mobile.twitter.com/tesla/status/941415742523584512?lang=en'],[],0,,False,1419,21,92,https://mobile.twitter.com/tesla/status/941415742523584512?lang=en,None,,,,,,,"[{'screen_name': 'justwidle2', 'name': 'Justin Widle', 'id': '993572375240232960'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4115,1011150772803809280,1011022444088291328,1529912105000.0,2018-06-25 07:35:05,+0000,,@RationalEtienne @PPathole @RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact We must aspire to truth,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1011150772803809280,[],[],0,,False,849,97,81,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +4116,1011145255108820992,1011022444088291328,1529910789000.0,2018-06-25 07:13:09,+0000,,@PPathole @RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact Important to read the Wash Post article. The “unable to account for” number does not refer to actual lost children. It refers to calls not answered or returned in a 30 day period.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1011145255108820992,[],[],0,,False,453,19,25,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +4117,1011143866555088896,1011143455848845312,1529910458000.0,2018-06-25 07:07:38,+0000,,@coremwm Hopefully in V9.0 release in a few months,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1011143866555088896,[],[],0,,False,551,24,29,,None,,,,,,,"[{'screen_name': 'coremwm', 'name': 'Mark Mitchell', 'id': '3645787035'}]",,,, +4118,1011142550701236226,1011022444088291328,1529910144000.0,2018-06-25 07:02:24,+0000,,@JohnnaSabri @RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact True,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1011142550701236226,[],[],0,,False,294,8,8,,None,,,,,,,"[{'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +4119,1011141668450361344,1011022444088291328,1529909934000.0,2018-06-25 06:58:54,+0000,,"@RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact We should always be concerned about the welfare of children & those who cannot protect themselves, wherever they may be, but it seems much of the reporting on this issue has been partisan & often inaccurate",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1011141668450361344,[],[],0,,False,605,18,63,,None,,,,,,,"[{'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +4120,1011140501641224193,1011022444088291328,1529909656000.0,2018-06-25 06:54:16,+0000,,"@RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact “… of the 7,635 children, 6,075 remained where they were placed, 52 had moved, 28 had run away and five were deported. That left 1,475 migrant children. Just because their parents or guardians did not return HHS’s phone calls after 30 days does not mean the children are missing”",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1011140501641224193,[],[],0,,False,378,6,20,,None,,,,,,,"[{'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +4121,1011140130332028928,1011022444088291328,1529909567000.0,2018-06-25 06:52:47,+0000,,"@RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact “All 7,635 children were resettled by HHS. After 30 days, the department called the parents or guardians to check up on things. But these calls were not required by law, and in 1,475 cases, the parents or guardians did not respond”",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1011140130332028928,[],[],0,,False,355,6,17,,None,,,,,,,"[{'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +4122,1011139511625977856,1011022444088291328,1529909420000.0,2018-06-25 06:50:20,+0000,,@RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact This Washington Post article seems good https://t.co/R1d9ixg179,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1011139511625977856,['https://www.washingtonpost.com/news/fact-checker/wp/2018/05/30/fact-checking-immigration-spin-on-separating-families-and-1500-lost-children/?utm_term=.bc3af9bc9211'],[],0,,False,373,8,33,,None,,,,,,,"[{'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +4123,1011139030476451840,1011083630301536256,1529909305000.0,2018-06-25 06:48:25,+0000,,"@GetMyGist As individuals, we will all die in blink of an eye on a galactic timescale. What can live on for long time is civilization. Those who first go to other planets will face far more risk of death & hardship than those who stay. Over time, space travel will be safe & open to all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1011139030476451840,[],[],0,,False,1877,75,206,,None,,,,,,,"[{'screen_name': 'GetMyGist', 'name': 'Rose Webster', 'id': '306577270'}]",,,, +4124,1011117284524519424,1011103295375433728,1529904120000.0,2018-06-25 05:22:00,+0000,,"@xkcdComic This doesn’t take into account shifting trillions of tons of carbon from subsurface to atmosphere, which could accelerate overheating time by a factor of a million (or so). This is why Tesla.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1011117284524519424,[],[],0,,False,5546,227,366,,None,,,,,,,"[{'screen_name': 'xkcdComic', 'name': 'XKCD Comic', 'id': '2251623492'}]",,,, +4125,1011115792182726656,1011103295375433728,1529903765000.0,2018-06-25 05:16:05,+0000,,"@bizwiz1980 @xkcdComic A billion at most, so 20% max. Still basically in the nick of time from an age-of-Earth standpoint.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1011115792182726656,[],[],0,,False,614,34,10,,None,,,,,,,"[{'screen_name': 'bizwiz1980', 'name': 'Luke', 'id': '51811283'}, {'screen_name': 'xkcdComic', 'name': 'XKCD Comic', 'id': '2251623492'}]",,,, +4126,1011114786606731265,1011083630301536256,1529903525000.0,2018-06-25 05:12:05,+0000,,"@lazarusrang Humanity is not perfect, but it’s all we’ve got",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1011114786606731265,[],[],0,,False,701,39,76,,None,,,,,,,"[{'screen_name': 'lazarusrang', 'name': 'Thomas Ray', 'id': '17251945'}]",,,, +4127,1011114064737693697,1011103295375433728,1529903353000.0,2018-06-25 05:09:13,+0000,,"@xkcdComic Could be very close call. Earth is ~4.5B years old & sun will expand to heat Earth beyond livable temp in ~0.5B years, so if advent of civilization took 10% longer, it wouldn’t have happened at all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1011114064737693697,[],[],0,,False,9752,309,919,,None,,,,,,,"[{'screen_name': 'xkcdComic', 'name': 'XKCD Comic', 'id': '2251623492'}]",,,, +4128,1011091725429850112,1011081640158945280,1529898027000.0,2018-06-25 03:40:27,+0000,,"@docjkcardinal @WorldAndScience Let’s find out. It would be amazing to encounter an alien civilization, provided it is not their invasion fleet! 🛸 🛸 🛸 🛸 🛸 🛸 🛸 🛸 🛸 🛸",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1011091725429850112,[],[],0,,False,1536,88,64,,None,,,,,,,"[{'screen_name': 'docjkcardinal', 'name': 'Doctor John', 'id': '2659830446'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4129,1011089283547983875,1010931206760771586,1529897444000.0,2018-06-25 03:30:44,+0000,,@DMC_Ryan @tkraenze @Tesla Good news coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1011089283547983875,[],[],0,,False,614,38,36,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'tkraenze', 'name': 'TK', 'id': '702680610066685953'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4130,1011089136743170048,1011083630301536256,1529897409000.0,2018-06-25 03:30:09,+0000,,@Cardoso Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1011089136743170048,[],[],0,,False,1215,34,22,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}]",,,, +4131,1011087164250046465,1011083630301536256,1529896939000.0,2018-06-25 03:22:19,+0000,,"@thescalex Yes, we are essentially a steward of life & duty-bound imo to ensure its continuance",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1011087164250046465,[],[],0,,False,733,54,44,,None,,,,,,,[],,,, +4132,1011085606514880512,1011083630301536256,1529896568000.0,2018-06-25 03:16:08,+0000,,@Rossputin Life is good,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1011085606514880512,[],[],0,,False,794,45,52,,None,,,,,,,"[{'screen_name': 'Rossputin', 'name': 'Ross Kaminsky', 'id': '15867018'}]",,,, +4133,1011085383239589888,1011083630301536256,1529896515000.0,2018-06-25 03:15:15,+0000,,"It is unknown whether we are the only civilization currently alive in the observable universe, but any chance that we are is added impetus for extending life beyond Earth",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1011085383239589888,[],[],0,,False,20798,821,2152,,None,,,,,,,[],,,, +4134,1011083630301536256,1011083630301536256,1529896097000.0,2018-06-25 03:08:17,+0000,,This is why we must preserve the light of consciousness by becoming a spacefaring civilization & extending life to other planets https://t.co/UDDP8I1zsS,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1011083630301536256,['https://twitter.com/worldandscience/status/1011081640158945280'],[],0,,False,38502,1581,6474,0,None,,,,,,,[],,,, +4135,1011082171170242560,1011081640158945280,1529895749000.0,2018-06-25 03:02:29,+0000,,@WorldAndScience So strange,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1011082171170242560,[],[],0,,False,6057,307,229,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4136,1011081272930603008,1010931206760771586,1529895535000.0,2018-06-25 02:58:55,+0000,,"@DMC_Ryan @tkraenze @Tesla Critical autonomous safety features like emergency braking are standard, but convenience features like active cruise control are not",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1011081272930603008,[],[],0,,False,430,19,16,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'tkraenze', 'name': 'TK', 'id': '702680610066685953'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4137,1011044846776168448,1011021456526987266,1529886850000.0,2018-06-25 00:34:10,+0000,,"@jclishman @Justin_Ebright It’s a tough call. Reality is that it will be pretty easy to bully a self-driving car, as it will always yield. Will prob have a manual override that requires continuous press for hardcore lane changes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1011044846776168448,[],[],0,,False,780,34,30,,None,,,,,,,"[{'screen_name': 'jclishman', 'name': 'Jack Lishman', 'id': '726544470'}, {'screen_name': 'Justin_Ebright', 'name': 'Justin Ebright', 'id': '702345954'}]",,,, +4138,1011043467575717888,1011021456526987266,1529886521000.0,2018-06-25 00:28:41,+0000,,"@Justin_Ebright We considered going beyond Mad Max to “LA Freeway” level, but that’s too loco",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1011043467575717888,[],[],0,,False,1387,36,45,,None,,,,,,,"[{'screen_name': 'Justin_Ebright', 'name': 'Justin Ebright', 'id': '702345954'}]",,,, +4139,1011039248386965504,1011021456526987266,1529885515000.0,2018-06-25 00:11:55,+0000,,It’s real https://t.co/L9h3F86Guo,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1011039248386965504,[],['https://pbs.twimg.com/media/Dgfu1VpU8AAGRkG.jpg'],1,https://pbs.twimg.com/media/Dgfu1VpU8AAGRkG.jpg,False,17872,332,1551,,None,,,,,,,[],,,, +4140,1011028355314081792,1010714392827252736,1529882918000.0,2018-06-24 23:28:38,+0000,,@JohnnaSabri @kerra_henke @Kennnaughty Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1011028355314081792,[],[],0,,False,297,18,9,,None,,,,,,,"[{'screen_name': 'Kennnaughty', 'name': 'Phineas and Fergie', 'id': '2225892650'}]",,,, +4141,1011027339210317825,1011021456526987266,1529882676000.0,2018-06-24 23:24:36,+0000,,@FredericLambert Cyborg Dragon Tesla almost done,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1011027339210317825,[],[],0,,False,2107,91,132,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4142,1011021456526987266,1011021456526987266,1529881273000.0,2018-06-24 23:01:13,+0000,,Tesla Semi Truck in Mad Max Mode https://t.co/hL5v9rikhW,it,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1011021456526987266,['https://twitter.com/jongold/status/931700690195324928'],[],0,,False,44579,626,5382,https://twitter.com/jongold/status/931700690195324928,None,,,,,,,[],,,, +4143,1010951918909181953,1010596809616445440,1529864694000.0,2018-06-24 18:24:54,+0000,,"@Kal5_ Almost forgot Sinclair ZX Spectrum & Spectravideo before PC. Sinclair had amazing games, especially Elite.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1010951918909181953,[],[],0,,False,587,61,24,,None,,,,,,,"[{'screen_name': 'Kal5_', 'name': 'マーク・ロス@Kal5', 'id': '416290683'}]",,,, +4144,1010771114287554560,1010596809616445440,1529821587000.0,2018-06-24 06:26:27,+0000,,@Kal5_ Vic 20 -> IBM PC,in,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1010771114287554560,[],[],0,,False,629,41,18,,None,,,,,,,"[{'screen_name': 'Kal5_', 'name': 'マーク・ロス@Kal5', 'id': '416290683'}]",,,, +4145,1010727396046135297,1010714392827252736,1529811164000.0,2018-06-24 03:32:44,+0000,,"@kerra_henke @Kennnaughty 🚀 Road, Hawthorne",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1010727396046135297,[],[],0,,False,417,15,9,,None,,,,,,,"[{'screen_name': 'Kennnaughty', 'name': 'Phineas and Fergie', 'id': '2225892650'}]",,,, +4146,1010722093963493376,1010596809616445440,1529809900000.0,2018-06-24 03:11:40,+0000,,@aidle @SchwartzReports .sus,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1010722093963493376,[],[],0,,False,2310,55,231,,None,,,,,,,"[{'screen_name': 'aidle', 'name': 'AI👽LE', 'id': '867141'}, {'screen_name': 'SchwartzReports', 'name': 'Matthew S. Schwartz', 'id': '376851964'}]",,,, +4147,1010720136246919171,1010714392827252736,1529809433000.0,2018-06-24 03:03:53,+0000,,@Kennnaughty @kerra_henke 420 haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1010720136246919171,[],[],0,,False,671,39,97,,None,,,,,,,"[{'screen_name': 'Kennnaughty', 'name': 'Phineas and Fergie', 'id': '2225892650'}]",,,, +4148,1010662970987171840,1010652684653813760,1529795804000.0,2018-06-23 23:16:44,+0000,,@ICannot_Enough He had a way with words,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1010662970987171840,[],[],0,,False,872,78,28,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}]",,,, +4149,1010652684653813760,1010652684653813760,1529793351000.0,2018-06-23 22:35:51,+0000,, https://t.co/SiIkkugFyC,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1010652684653813760,[],['https://pbs.twimg.com/media/DgaPQmHUYAEGqfS.jpg'],1,https://pbs.twimg.com/media/DgaPQmHUYAEGqfS.jpg,False,16982,818,830,,None,,,,,,,[],,,, +4150,1010620550622822400,1010596809616445440,1529785690000.0,2018-06-23 20:28:10,+0000,,@SchwartzReports I was dying to use the word sus,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1010620550622822400,[],[],0,,False,10126,126,1276,,None,,,,,,,"[{'screen_name': 'SchwartzReports', 'name': 'Matthew S. Schwartz', 'id': '376851964'}]",,,, +4151,1010619465715728384,1010596809616445440,1529785431000.0,2018-06-23 20:23:51,+0000,,@martinengwicht @MaxxABillion Working in the factory,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1010619465715728384,[],[],0,,False,428,31,17,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'MaxxABillion', 'name': 'MaxxABillion', 'id': '839504473'}]",,,, +4152,1010619095421616128,1010596809616445440,1529785343000.0,2018-06-23 20:22:23,+0000,,@Scobleizer @Trace_Cohen Expanding the tour soon. So many cool things to see. Tesla car factory has 3rd largest footprint of any building on Earth. Maybe 1st if you include all our sweet tents ⛺️😜,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1010619095421616128,[],[],0,,False,2299,84,84,,None,,,,,,,"[{'screen_name': 'Scobleizer', 'name': 'Scoble', 'id': '13348'}, {'screen_name': 'Trace_Cohen', 'name': 'Trace Cohen', 'id': '13955342'}]",,,, +4153,1010596809616445440,1010596809616445440,1529780030000.0,2018-06-23 18:53:50,+0000,,Looks so sus when we paint cars red https://t.co/SIO2nInjhJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1010596809616445440,[],['https://pbs.twimg.com/media/DgZcb7OUYAAcS_l.jpg'],1,https://pbs.twimg.com/media/DgZcb7OUYAAcS_l.jpg,False,75116,1695,7334,,None,,,,,,,[],,,, +4154,1010595834122022913,1009213542401298432,1529779797000.0,2018-06-23 18:49:57,+0000,,@JimSholler Which rolls out today,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1010595834122022913,[],[],0,,False,431,10,11,,None,,,,,,,"[{'screen_name': 'JimSholler', 'name': 'James H. Sholler', 'id': '198901139'}]",,,, +4155,1010578767096438784,1009213542401298432,1529775728000.0,2018-06-23 17:42:08,+0000,,@JimSholler Will be there in next release,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1010578767096438784,[],[],0,,False,360,7,9,,None,,,,,,,"[{'screen_name': 'JimSholler', 'name': 'James H. Sholler', 'id': '198901139'}]",,,, +4156,1010497621390123009,1010477791991693312,1529756381000.0,2018-06-23 12:19:41,+0000,,@WorldAndScience So big you can’t believe it,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,12,https://twitter.com/elonmusk/status/1010497621390123009,[],[],0,,False,17312,559,940,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4157,1010468297186242566,1010468297186242566,1529749390000.0,2018-06-23 10:23:10,+0000,,srsly https://t.co/v9stLUFwg2,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/1010468297186242566,['https://twitter.com/dkthomp/status/1010191063640956928'],[],0,,False,5121,340,331,0,None,,,,,,,[],,,, +4158,1010459048485875713,1010458705513537536,1529747185000.0,2018-06-23 09:46:25,+0000,,Vicious torque,es,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1010459048485875713,[],[],0,,False,7103,225,227,,None,,,,,,,[],,,, +4159,1010458705513537536,1010458705513537536,1529747103000.0,2018-06-23 09:45:03,+0000,,Tesla factory rn https://t.co/EbgRDhRZ0m,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1010458705513537536,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1010458657086042112/pu/img/Hd0GDkj9MmAp_-tp.jpg,False,17165,464,1063,,None,,,,,,,[],,,, +4160,1010431046460923905,1010428377797308416,1529740509000.0,2018-06-23 07:55:09,+0000,,#donotpanic,und,['donotpanic'],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1010431046460923905,[],[],0,,False,4996,186,284,,None,,,,,,,[],,,, +4161,1010428377797308416,1010428377797308416,1529739872000.0,2018-06-23 07:44:32,+0000,,.@WidespreadPanic https://t.co/FTrXKmoGBC,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1010428377797308416,[],['https://pbs.twimg.com/media/DgXDQNHUwAEL9G3.jpg'],1,https://pbs.twimg.com/media/DgXDQNHUwAEL9G3.jpg,False,10267,233,798,,None,,,,,,,[],,,, +4162,1010407596103090176,1010393272529764352,1529734918000.0,2018-06-23 06:21:58,+0000,,@DMC_Ryan Good catch!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1010407596103090176,[],[],0,,False,1313,31,23,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4163,1010405602516799488,1010393272529764352,1529734442000.0,2018-06-23 06:14:02,+0000,, https://t.co/5CS4McZmPK,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1010405602516799488,['https://m.youtube.com/watch?v=X7HmltUWXgs'],[],0,,False,7910,259,707,,None,,,,,,,[],,,, +4164,1010398829106028544,1010393272529764352,1529732827000.0,2018-06-23 05:47:07,+0000,,@Synapsesame Exactly 🤖♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1010398829106028544,[],[],0,,False,310,20,6,,None,,,,,,,"[{'screen_name': 'Synapsesame', 'name': 'Jeff just Jeff', 'id': '998105338082742272'}]",,,, +4165,1010393272529764352,1010393272529764352,1529731503000.0,2018-06-23 05:25:03,+0000,,What is my purpose? Sentient seats. https://t.co/s9aHHyDoud,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1010393272529764352,[],['https://pbs.twimg.com/media/DgWjUeoU0AEPLaJ.jpg'],1,https://pbs.twimg.com/media/DgWjUeoU0AEPLaJ.jpg,False,53259,2104,3804,,None,,,,,,,[],,,, +4166,1010314704261017600,1010266693120221189,1529712770000.0,2018-06-23 00:12:50,+0000,,@DMC_Ryan @Kotaku @Tesla Thanks 🖤,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1010314704261017600,[],[],0,,False,538,32,14,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Kotaku', 'name': 'Kotaku', 'id': '11928542'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4167,1010284456337264640,1010266693120221189,1529705559000.0,2018-06-22 22:12:39,+0000,,"@DMC_Ryan @Kotaku At Fremont until late tonight, Giga tomorrow, Fremont Sunday. GA4 is great, but have to say that GA3 crew is pulling off miracles against all odds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1010284456337264640,[],[],0,,False,831,69,57,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Kotaku', 'name': 'Kotaku', 'id': '11928542'}]",,,, +4168,1010279647622283264,1010266693120221189,1529704412000.0,2018-06-22 21:53:32,+0000,,"@Kotaku Infinity Work, the Reality game",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1010279647622283264,[],[],0,,False,6460,150,375,,None,,,,,,,"[{'screen_name': 'Kotaku', 'name': 'Kotaku', 'id': '11928542'}]",,,, +4169,1010224375339966464,1009981152327634944,1529691234000.0,2018-06-22 18:13:54,+0000,,"@FredericLambert @Model3Owners That would be tricky to sequence, but maybe",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1010224375339966464,[],[],0,,False,816,67,20,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4170,1010223743287771136,1009981152327634944,1529691084000.0,2018-06-22 18:11:24,+0000,,@Model3Owners Was thinking of offering an extended Tesla factory tour option where you could help build part of a car & understand how they come together. I know it would have been super fun for me when I was a kid (or now).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1010223743287771136,[],[],0,,False,14811,966,982,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4171,1010221659054174208,1010178495580737536,1529690587000.0,2018-06-22 18:03:07,+0000,,@disapr_ @cybik It’s called Top Secret,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1010221659054174208,[],[],0,,False,486,35,19,,None,,,,,,,"[{'screen_name': 'disapr_', 'name': 'Jeremy Johnson', 'id': '2200204104'}, {'screen_name': 'cybik', 'name': 'Renaud Lepage @🏡', 'id': '13432452'}]",,,, +4172,1010214875295989760,1010178495580737536,1529688969000.0,2018-06-22 17:36:09,+0000,,@cybik Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1010214875295989760,[],[],0,,False,4706,115,218,,None,,,,,,,"[{'screen_name': 'cybik', 'name': 'Renaud Lepage @🏡', 'id': '13432452'}]",,,, +4173,1010035029726990336,1009820822394064896,1529646091000.0,2018-06-22 05:41:31,+0000,,"@CateLuvsLondon @vicentes @S_Padival @bourgeoisalien @jacobinmag When I was a kid, I built model airplanes, trainsets, rockets (mixed my own powder), explosives (kinda surprised I still have all fingers), a radio, lots of software. Built a primitive MRI machine in college.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1010035029726990336,[],[],0,,False,1717,93,100,,None,,,,,,,"[{'screen_name': 'CateLuvsLondon', 'name': 'Catherine Griffiths', 'id': '827689915'}, {'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'bourgeoisalien', 'name': 'Beth', 'id': '2396910715'}, {'screen_name': 'jacobinmag', 'name': 'Jacobin', 'id': '170254080'}]",,,, +4174,1010028341921964032,1009820822394064896,1529644496000.0,2018-06-22 05:14:56,+0000,,"@vicentes @S_Padival @bourgeoisalien @jacobinmag Yeah, but I’m not sure what the big deal is. I like building things. If that ends up being useful work too, even better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1010028341921964032,[],[],0,,False,1496,35,59,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'bourgeoisalien', 'name': 'Beth', 'id': '2396910715'}, {'screen_name': 'jacobinmag', 'name': 'Jacobin', 'id': '170254080'}]",,,, +4175,1010027258684174338,1009551384373596160,1529644238000.0,2018-06-22 05:10:38,+0000,,@ddkilzer @wk057 @Tesla We will add a config to lower the alert,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1010027258684174338,[],[],0,,False,373,19,12,,None,,,,,,,"[{'screen_name': 'ddkilzer', 'name': 'David Kilzer', 'id': '63552322'}, {'screen_name': 'wk057', 'name': 'Jason Hughes', 'id': '3063324590'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4176,1010027104275087360,1009551384373596160,1529644201000.0,2018-06-22 05:10:01,+0000,,@wk057 @Tesla Apply light force to the steering wheel. Alert is being changed to this text.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1010027104275087360,[],[],0,,False,2647,100,45,,None,,,,,,,"[{'screen_name': 'wk057', 'name': 'Jason Hughes', 'id': '3063324590'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4177,1010005390283567104,1010000234124959744,1529639024000.0,2018-06-22 03:43:44,+0000,,@hectorramos Try saying “bug report”. Might work better. Ironic if the bug report about bug reports isn’t working :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1010005390283567104,[],[],0,,False,465,21,15,,None,,,,,,,"[{'screen_name': 'hectorramos', 'name': 'Héctor Ramos-Ortiz', 'id': '14795231'}]",,,, +4178,1010004813310877698,1009989361935396864,1529638887000.0,2018-06-22 03:41:27,+0000,,"@zaphodgjd Thanks for the feedback, will investigate",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1010004813310877698,[],[],0,,False,415,12,9,,None,,,,,,,"[{'screen_name': 'zaphodgjd', 'name': 'Graeme Devine ☕️', 'id': '10938882'}]",,,, +4179,1009972020749012992,1009971655240663041,1529631068000.0,2018-06-22 01:31:08,+0000,,@corywright Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1009972020749012992,[],[],0,,False,286,8,4,,None,,,,,,,"[{'screen_name': 'corywright', 'name': 'Cory Wright', 'id': '5497'}]",,,, +4180,1009971757959090176,1009947237294567424,1529631006000.0,2018-06-22 01:30:06,+0000,,@ToscaMusk @westcoastbill @PassionFlix @RachVD @itsNickBateman Congratulations!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1009971757959090176,[],[],0,,False,741,18,17,,None,,,,,,,"[{'screen_name': 'ToscaMusk', 'name': 'Tosca Musk', 'id': '11150432'}, {'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}, {'screen_name': 'PassionFlix', 'name': 'Passionflix', 'id': '713551239645007873'}, {'screen_name': 'RachVD', 'name': 'Rachel Van Dyken', 'id': '56181364'}, {'screen_name': 'itsNickBateman', 'name': 'Nick Bateman', 'id': '537086964'}]",,,, +4181,1009970334592716801,1009820822394064896,1529630666000.0,2018-06-22 01:24:26,+0000,,@S_Padival @bourgeoisalien @jacobinmag It’s actually pretty fun building electric cars. Product is useful to other people & good for environment. I think that’s fundamental goodness.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1009970334592716801,[],[],0,,False,2330,58,101,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'bourgeoisalien', 'name': 'Beth', 'id': '2396910715'}, {'screen_name': 'jacobinmag', 'name': 'Jacobin', 'id': '170254080'}]",,,, +4182,1009950544490741761,1009820822394064896,1529625948000.0,2018-06-22 00:05:48,+0000,,"@jacobinmag Btw, if anyone else wants to build this tunnel, please do so. It’s a lot of work.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1009950544490741761,[],[],0,,False,8870,340,408,,None,,,,,,,"[{'screen_name': 'jacobinmag', 'name': 'Jacobin', 'id': '170254080'}]",,,, +4183,1009940354097807360,1009820822394064896,1529623518000.0,2018-06-21 23:25:18,+0000,,@jacobinmag Stop being such a Jacobin 🐈🧙‍♂️,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1009940354097807360,[],[],0,,False,1686,93,53,,None,,,,,,,"[{'screen_name': 'jacobinmag', 'name': 'Jacobin', 'id': '170254080'}]",,,, +4184,1009618544403808265,1009613082770001920,1529546793000.0,2018-06-21 02:06:33,+0000,,Frank Herbert & Falcon Heavy,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1009618544403808265,[],[],0,,False,7515,248,276,,None,,,,,,,[],,,, +4185,1009613082770001920,1009613082770001920,1529545491000.0,2018-06-21 01:44:51,+0000,,"Without change, something sleeps inside us, and seldom awakens. The sleeper must awaken. FH … https://t.co/FjW31RPSqh",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1009613082770001920,[],['https://pbs.twimg.com/media/DgLduTOW0AYa-Ib.jpg'],1,https://pbs.twimg.com/media/DgLduTOW0AYa-Ib.jpg,False,38006,1086,5365,,None,,,,,,,[],,,, +4186,1009605123117670400,1009605123117670400,1529543593000.0,2018-06-21 01:13:13,+0000,,Dune. The spice must flow. https://t.co/WjVUX0gfuH,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1009605123117670400,['https://twitter.com/nasa/status/1009590475840466944'],[],0,,False,29384,695,2958,https://twitter.com/nasa/status/1009590475840466944,None,,,,,,,[],,,, +4187,1009603495476031494,1009571180989243392,1529543205000.0,2018-06-21 01:06:45,+0000,, https://t.co/8nnlWHUjXw,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1009603495476031494,[],['https://pbs.twimg.com/media/DgLU-7LXkAEiMjB.jpg'],1,https://pbs.twimg.com/media/DgLU-7LXkAEiMjB.jpg,False,12065,340,617,,None,,,,,,,[],,,, +4188,1009596699675725824,1009594663701921793,1529541585000.0,2018-06-21 00:39:45,+0000,,@mayemusk @georgezachary @kimbal @ToscaMusk “We power the press” in 1997. Ironic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1009596699675725824,[],[],0,,False,1930,72,75,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'georgezachary', 'name': 'George Zachary', 'id': '38267932'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}, {'screen_name': 'ToscaMusk', 'name': 'Tosca Musk', 'id': '11150432'}]",,,, +4189,1009571180989243392,1009571180989243392,1529535501000.0,2018-06-20 22:58:21,+0000,,@Money23Green Thanks for coming by our car factory with @westcoastbill. Tesla team was super fired up to see you! Congrats on your victory!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1009571180989243392,[],[],0,,False,6413,70,306,,None,,,,,,,[],,,, +4190,1009559662549598208,1009534479130558466,1529532754000.0,2018-06-20 22:12:34,+0000,,"@georgezachary @kimbal Crazy, that was over 22 years ago. Thanks for believing in us!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1009559662549598208,[],[],0,,False,2617,38,64,,None,,,,,,,"[{'screen_name': 'georgezachary', 'name': 'George Zachary', 'id': '38267932'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +4191,1009484066159144962,1009482008639111168,1529514731000.0,2018-06-20 17:12:11,+0000,,"@cfarivar There is more, but the actions of a few bad apples will not stop Tesla from reaching its goals. With 40,000 people, the worst 1 in 1000 will have issues. That’s still ~40 people.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1009484066159144962,[],[],0,,False,572,58,49,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}]",,,, +4192,1009482786934177793,1009316696157351936,1529514426000.0,2018-06-20 17:07:06,+0000,,@erikbryn @vplikeTRUMP @jorendewachter @xJawz @joerogan @MazzucatoM Today. It’s kinda there in US with welfare but rules are messed up and amount is too low.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1009482786934177793,[],[],0,,False,491,36,27,,None,,,,,,,"[{'screen_name': 'erikbryn', 'name': 'Erik Brynjolfsson', 'id': '92116069'}, {'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'MazzucatoM', 'name': 'Mariana Mazzucato', 'id': '394060363'}]",,,, +4193,1009481756133580800,1009316696157351936,1529514180000.0,2018-06-20 17:03:00,+0000,,@vplikeTRUMP @jorendewachter @xJawz @joerogan @MazzucatoM Also think there should be a universal basic income that doesn’t change even if you get a job. Productivity should be rewarded.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1009481756133580800,[],[],0,,False,860,69,119,,None,,,,,,,"[{'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'MazzucatoM', 'name': 'Mariana Mazzucato', 'id': '394060363'}]",,,, +4194,1009471275113123840,1009435720266731522,1529511681000.0,2018-06-20 16:21:21,+0000,,@adultswim Because honey is a vegetable,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1009471275113123840,[],[],0,,False,6209,138,440,,None,,,,,,,"[{'screen_name': 'adultswim', 'name': 'adultswim', 'id': '18732790'}]",,,, +4195,1009363765098250240,1009316696157351936,1529486049000.0,2018-06-20 09:14:09,+0000,,@Santiago7K @xJawz @joerogan Considerably less so than our competitors (longer discussion),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1009363765098250240,[],[],0,,False,435,26,14,,None,,,,,,,"[{'screen_name': 'Santiago7K', 'name': 'Caffeine', 'id': '145596245'}, {'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +4196,1009362316536602625,1009316696157351936,1529485703000.0,2018-06-20 09:08:23,+0000,,"@vplikeTRUMP @jorendewachter @xJawz @joerogan @MazzucatoM Yes, consumption tax is way better. Also, higher estate tax better than income/cap gains tax. Probability of progeny being equally excellent at capital allocation is not high.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1009362316536602625,[],[],0,,False,555,39,28,,None,,,,,,,"[{'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'MazzucatoM', 'name': 'Mariana Mazzucato', 'id': '394060363'}]",,,, +4197,1009353114938298368,1009316696157351936,1529483510000.0,2018-06-20 08:31:50,+0000,,@PeacefulChaos7 @DanAloni @xJawz @joerogan Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1009353114938298368,[],[],0,,False,303,8,9,,None,,,,,,,"[{'screen_name': 'PeacefulChaos7', 'name': 'Level1Adventurer', 'id': '1002042820947947520'}, {'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +4198,1009352456021553152,1009316696157351936,1529483353000.0,2018-06-20 08:29:13,+0000,,"@jorendewachter @xJawz @joerogan @MazzucatoM He’s obv wrong. Forcing function for any 100% mkt share monopolist to improve is weak & a national govt is that by fiat. One may find lowish correlation for negativity, but that does not mean low causation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1009352456021553152,[],[],0,,False,370,14,13,,None,,,,,,,"[{'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'MazzucatoM', 'name': 'Mariana Mazzucato', 'id': '394060363'}]",,,, +4199,1009349553667989505,1009338558296059904,1529482661000.0,2018-06-20 08:17:41,+0000,,@EvilCorpGame Great name. A little on the nose.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1009349553667989505,[],[],0,,False,1670,14,33,,None,,,,,,,"[{'screen_name': 'EvilCorpGame', 'name': 'EvilCorp', 'id': '918030366178529280'}]",,,, +4200,1009349201677803520,1009316696157351936,1529482577000.0,2018-06-20 08:16:17,+0000,,"@DanAloni @xJawz @joerogan That’s really decision about how good you think govt is at allocating capital. Buffett, for example, is vastly better than any govt at allocating capital. Consumption vs capital allocation extremely misunderstood. Biggest missing piece in public understanding of what “money” is.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1009349201677803520,[],[],0,,False,516,26,34,,None,,,,,,,"[{'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +4201,1009346561946480641,1009316696157351936,1529481947000.0,2018-06-20 08:05:47,+0000,,"@xJawz @joerogan Yeah, all-inclusive tax rate of 40% seems about right. Below 30% is unrealistic for critical govt functions unless national defense is de facto outsourced & above 50% too negatively affects economic output.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1009346561946480641,[],[],0,,False,3965,256,188,,None,,,,,,,"[{'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +4202,1009213703995121664,1009213703995121664,1529450271000.0,2018-06-19 23:17:51,+0000,,Cool video https://t.co/FW24TRL687,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1009213703995121664,['https://twitter.com/badastronomer/status/1009212679876202496'],[],0,,False,6585,166,502,https://twitter.com/badastronomer/status/1009212679876202496,None,,,,,,,[],,,, +4203,1009200969253511168,1009200969253511168,1529447235000.0,2018-06-19 22:27:15,+0000,,Thank you for helping those in need https://t.co/GF7b3y7MLr,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1009200969253511168,['https://twitter.com/aclu/status/1009186716593393664'],[],0,,False,18946,285,1179,https://twitter.com/aclu/status/1009186716593393664,None,,,,,,,[],,,, +4204,1009164260151185408,1008684926814781440,1529438483000.0,2018-06-19 20:01:23,+0000,,"@TopDutchCom @pascal_munz @Zuckerberger @horn To be clear, Tesla European Headquarters will remain in Netherlands",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1009164260151185408,[],[],0,,False,602,60,63,,None,,,,,,,"[{'screen_name': 'TopDutchCom', 'name': 'TopDutch', 'id': '818439908092215296'}, {'screen_name': 'Zuckerberger', 'name': 'Lukas Schmuckermair', 'id': '70403951'}, {'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +4205,1009105044061413377,1009096777310470145,1529424365000.0,2018-06-19 16:06:05,+0000,,@bonnienorman Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1009105044061413377,[],[],0,,False,992,32,23,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +4206,1009018120634187776,1009015832612130817,1529403641000.0,2018-06-19 10:20:41,+0000,,"@FilmLadd That’s ridiculous, lions can’t vote, they don’t even have opposable thumbs. Also, they’d need 61%, so no.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1009018120634187776,[],[],0,,False,8071,195,382,,None,,,,,,,"[{'screen_name': 'FilmLadd', 'name': 'FilmLadd', 'id': '36563254'}]",,,, +4207,1009014824280342529,1008684926814781440,1529402855000.0,2018-06-19 10:07:35,+0000,,"@pascal_munz @Zuckerberger @horn Germany is a leading choice for Europe. Perhaps on the German-French border makes sense, near the Benelux countries",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1009014824280342529,[],[],0,,False,1213,330,144,,None,,,,,,,"[{'screen_name': 'Zuckerberger', 'name': 'Lukas Schmuckermair', 'id': '70403951'}, {'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +4208,1009012996192890880,1008684926814781440,1529402419000.0,2018-06-19 10:00:19,+0000,,@horn @LudaLisl @Hermes42 Brevity is the sole meunière of wit,fr,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1009012996192890880,[],[],0,,False,307,15,13,,None,,,,,,,"[{'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}, {'screen_name': 'LudaLisl', 'name': 'Lisa G-Punkt', 'id': '28402741'}, {'screen_name': 'Hermes42', 'name': 'Hermes42', 'id': '15996871'}]",,,, +4209,1009011461924876288,1008684926814781440,1529402053000.0,2018-06-19 09:54:13,+0000,,@light00bringer @horn Original Star Wars,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1009011461924876288,[],[],0,,False,597,35,27,,None,,,,,,,"[{'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +4210,1009011170156556288,1008684926814781440,1529401984000.0,2018-06-19 09:53:04,+0000,,@XxMrFredzzik @horn Hahaha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1009011170156556288,[],[],0,,False,386,7,8,,None,,,,,,,"[{'screen_name': 'XxMrFredzzik', 'name': 'Romeaboo', 'id': '713917834217316352'}, {'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +4211,1009010411041984513,1008684926814781440,1529401803000.0,2018-06-19 09:50:03,+0000,,"@LudaLisl @horn Die fröhliche Wissenschaft und Eristische Dialektik: Die Kunst, Recht zu Behalten",de,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1009010411041984513,[],[],0,,False,478,12,32,,None,,,,,,,"[{'screen_name': 'LudaLisl', 'name': 'Lisa G-Punkt', 'id': '28402741'}, {'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +4212,1009007159470780416,1008684926814781440,1529401027000.0,2018-06-19 09:37:07,+0000,,@Zuckerberger @horn Das war ein unbeabsichtigter Witz ⛪ 🌃 🤗,de,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1009007159470780416,[],[],0,,False,987,21,36,,None,,,,,,,"[{'screen_name': 'Zuckerberger', 'name': 'Lukas Schmuckermair', 'id': '70403951'}, {'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +4213,1008995895986171904,1008684926814781440,1529398342000.0,2018-06-19 08:52:22,+0000,,@horn Vielleicht muss ich die Kirche im Dorf verlassen?,de,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1008995895986171904,[],[],0,,False,3482,130,301,,None,,,,,,,"[{'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +4214,1008976232510152704,1008838905028698112,1529393654000.0,2018-06-19 07:34:14,+0000,,@cyantist @1world22gether Will do. Am enquiring on many channels. Regards to Scott.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1008976232510152704,[],[],0,,False,487,30,12,,None,,,,,,,"[{'screen_name': 'cyantist', 'name': 'Recall 欺善暴丁', 'id': '13418552'}, {'screen_name': '1world22gether', 'name': 'Heather💙', 'id': '953172490611777536'}]",,,, +4215,1008974776633659392,1008838905028698112,1529393307000.0,2018-06-19 07:28:27,+0000,,@1world22gether @cyantist Do you know anyone who has gone there?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1008974776633659392,[],[],0,,False,339,7,6,,None,,,,,,,"[{'screen_name': '1world22gether', 'name': 'Heather💙', 'id': '953172490611777536'}, {'screen_name': 'cyantist', 'name': 'Recall Chesa Boudin', 'id': '13418552'}]",,,, +4216,1008974007259938821,1008838905028698112,1529393123000.0,2018-06-19 07:25:23,+0000,,@cyantist Where are they?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1008974007259938821,[],[],0,,False,1813,68,106,,None,,,,,,,"[{'screen_name': 'cyantist', 'name': 'Recall Chesa Boudin', 'id': '13418552'}]",,,, +4217,1008969670840311814,1008952872375967744,1529392089000.0,2018-06-19 07:08:09,+0000,,@ManInTheHoody @backrowgracie @jgalerstein @somospostpc @RAICESTEXAS @ACLU Where are you going to march?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1008969670840311814,[],[],0,,False,912,62,41,,None,,,,,,,"[{'screen_name': 'ManInTheHoody', 'name': 'm i t h', 'id': '961792879713644544'}, {'screen_name': 'somospostpc', 'name': 'Alex B 📉', 'id': '1259674092'}, {'screen_name': 'RAICESTEXAS', 'name': 'RAICES', 'id': '51547100'}, {'screen_name': 'ACLU', 'name': 'ACLU', 'id': '13393052'}]",,,, +4218,1008968815630258176,1008952872375967744,1529391886000.0,2018-06-19 07:04:46,+0000,,@dstressdotcom @Chellie0020 @backrowgracie @jgalerstein @somospostpc @RAICESTEXAS @ACLU That seems unlikely,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1008968815630258176,[],[],0,,False,322,8,6,,None,,,,,,,"[{'screen_name': 'dstressdotcom', 'name': '⭐OPEN⭐YOUR⭐👀s', 'id': '2901063922'}, {'screen_name': 'Chellie0020', 'name': 'Chellie', 'id': '184143915'}, {'screen_name': 'somospostpc', 'name': 'Alex B 📉', 'id': '1259674092'}, {'screen_name': 'RAICESTEXAS', 'name': 'RAICES', 'id': '51547100'}, {'screen_name': 'ACLU', 'name': 'ACLU', 'id': '13393052'}]",,,, +4219,1008968645391810560,1008952872375967744,1529391845000.0,2018-06-19 07:04:05,+0000,,"@backrowgracie @jgalerstein @somospostpc @RAICESTEXAS @ACLU Just because I donate doesn’t mean I support every last thing a person or organization does, but I like all the people I’ve met from @ACLU. They really care about doing good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1008968645391810560,[],[],0,,False,1573,32,54,,None,,,,,,,"[{'screen_name': 'somospostpc', 'name': 'Alex B 📉', 'id': '1259674092'}, {'screen_name': 'RAICESTEXAS', 'name': 'RAICES', 'id': '51547100'}, {'screen_name': 'ACLU', 'name': 'ACLU', 'id': '13393052'}]",,,, +4220,1008963854624350210,1008952872375967744,1529390703000.0,2018-06-19 06:45:03,+0000,,@jgalerstein @somospostpc @RAICESTEXAS @ACLU I am one of the top donors to @ACLU,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1008963854624350210,[],[],0,,False,4301,119,202,,None,,,,,,,"[{'screen_name': 'somospostpc', 'name': 'Alex B 📉', 'id': '1259674092'}, {'screen_name': 'RAICESTEXAS', 'name': 'RAICES', 'id': '51547100'}, {'screen_name': 'ACLU', 'name': 'ACLU', 'id': '13393052'}]",,,, +4221,1008960448681660417,1008952872375967744,1529389891000.0,2018-06-19 06:31:31,+0000,,"@somospostpc I couldn’t even keep the US in the Paris Accord, but if there is some way for me to help these kids I will do so",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1008960448681660417,[],[],0,,False,4390,165,304,,None,,,,,,,"[{'screen_name': 'somospostpc', 'name': 'Alex B 📉', 'id': '1259674092'}]",,,, +4222,1008958747312558080,1008952872375967744,1529389485000.0,2018-06-19 06:24:45,+0000,,@sasimons @etlonmusk I think so,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1008958747312558080,[],[],0,,False,313,19,6,,None,,,,,,,"[{'screen_name': 'sasimons', 'name': 'Seth Simons', 'id': '324979925'}, {'screen_name': 'etlonmusk', 'name': 'ЕIоп Мusk', 'id': '498094823'}]",,,, +4223,1008953199963746304,1008952872375967744,1529388162000.0,2018-06-19 06:02:42,+0000,,I hope the kids are ok,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1008953199963746304,[],[],0,,False,9601,1002,702,,None,,,,,,,[],,,, +4224,1008952872375967744,1008952872375967744,1529388084000.0,2018-06-19 06:01:24,+0000,,Shelter https://t.co/bLVrv0WpJb,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1008952872375967744,['https://m.youtube.com/watch?v=dYMrzXus3n4'],[],0,,False,7241,390,528,,None,,,,,,,[],,,, +4225,1008935738270834689,1008741008899702784,1529383999000.0,2018-06-19 04:53:19,+0000,,@AntVenom @cfarivar @amendlocke You’re probably right. Maybe after Tesla drama calms down.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1008935738270834689,[],[],0,,False,1031,77,45,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}, {'screen_name': 'amendlocke', 'name': 'Ken MacLeod', 'id': '79199981'}]",,,, +4226,1008935327124213760,1008859776934014976,1529383901000.0,2018-06-19 04:51:41,+0000,,@cfarivar @PPathole @dawg_fan_93 @maysacha @JayPrisefighter @EBRPD I’m at the factory a lot. Pretty good workout just walking around. It’s big.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1008935327124213760,[],[],0,,False,412,16,16,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'dawg_fan_93', 'name': 'Swampdawg', 'id': '907113708'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}, {'screen_name': 'JayPrisefighter', 'name': 'Jared', 'id': '1002337721770078209'}, {'screen_name': 'EBRPD', 'name': 'East Bay Regional Parks', 'id': '26857672'}]",,,, +4227,1008920527673516032,1008859776934014976,1529380373000.0,2018-06-19 03:52:53,+0000,,@cfarivar @PPathole @dawg_fan_93 @maysacha @JayPrisefighter They look beautiful,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1008920527673516032,[],[],0,,False,346,14,8,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'dawg_fan_93', 'name': 'Swampdawg', 'id': '907113708'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}, {'screen_name': 'JayPrisefighter', 'name': 'Jared', 'id': '1002337721770078209'}]",,,, +4228,1008920523038867456,1008859776934014976,1529380372000.0,2018-06-19 03:52:52,+0000,,@cfarivar @loosecoosebbq @akrdu2 @Tesla @Fremont_CA Will maybe do a media tour next week. Team deserves recognition. This was miraculous.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1008920523038867456,[],[],0,,False,575,29,40,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}, {'screen_name': 'loosecoosebbq', 'name': 'loose coose bbq', 'id': '715231248592072705'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Fremont_CA', 'name': 'City of Fremont, CA', 'id': '126421867'}]",,,, +4229,1008919193259945986,1008859776934014976,1529380055000.0,2018-06-19 03:47:35,+0000,,@PPathole @dawg_fan_93 @maysacha @JayPrisefighter @cfarivar It’s actually way better than the factory building. More comfortable & a great view of the mountains.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1008919193259945986,[],[],0,,False,501,31,27,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'dawg_fan_93', 'name': 'Swampdawg', 'id': '907113708'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}, {'screen_name': 'JayPrisefighter', 'name': 'Jared', 'id': '1002337721770078209'}, {'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}]",,,, +4230,1008916455948148736,1008859776934014976,1529379402000.0,2018-06-19 03:36:42,+0000,,@maysacha @JayPrisefighter @cfarivar Not sure we actually need a building. This tent is pretty sweet. Tesla Grohmann line is in place at Giga & spooling up now. They super kicked ass too. Heiliger Strohsack!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1008916455948148736,[],[],0,,False,766,38,60,,None,,,,,,,"[{'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}, {'screen_name': 'JayPrisefighter', 'name': 'Jared', 'id': '1002337721770078209'}, {'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}]",,,, +4231,1008913670707953664,1008859776934014976,1529378738000.0,2018-06-19 03:25:38,+0000,,@JayPrisefighter @cfarivar They also poured the concrete & built the whole assembly line using scrap we had in warehouses. And it’s way better than the other GA line that cost hundreds of millions!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1008913670707953664,[],[],0,,False,923,69,41,,None,,,,,,,"[{'screen_name': 'JayPrisefighter', 'name': 'Jared', 'id': '1002337721770078209'}, {'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}]",,,, +4232,1008912705737056256,1007752686878388224,1529378508000.0,2018-06-19 03:21:48,+0000,,@joshsteimle @monongahelaEX @AntVenom No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1008912705737056256,[],[],0,,False,364,16,12,,None,,,,,,,"[{'screen_name': 'joshsteimle', 'name': 'Josh Steimle', 'id': '25384284'}, {'screen_name': 'monongahelaEX', 'name': 'Boris Veigel', 'id': '41512767'}, {'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +4233,1008906087611883521,1008859776934014976,1529376930000.0,2018-06-19 02:55:30,+0000,,"@cfarivar Needed another general assembly line to reach 5k/week Model 3 production. A new building was impossible, so we built a giant tent in 2 weeks. Tesla team kfa!! Gah, love them so much ♥️🚘💫",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1008906087611883521,[],[],0,,False,12026,387,629,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}]",,,, +4234,1008872597780508673,1008868085896445952,1529368945000.0,2018-06-19 00:42:25,+0000,,"@scottlynch78 @jenphalian You’re welcome, bad fiction writer 78 https://t.co/ypglGbdEse",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1008872597780508673,[],['https://pbs.twimg.com/media/DgA8RzIVAAADwrI.jpg'],1,https://pbs.twimg.com/media/DgA8RzIVAAADwrI.jpg,False,348,19,9,,None,,,,,,,"[{'screen_name': 'scottlynch78', 'name': 'Scott Lynch', 'id': '61838384'}, {'screen_name': 'jenphalian', 'name': 'jenphalian, princess of mermaid cove', 'id': '2216621'}]",,,, +4235,1008860403051327488,1008741008899702784,1529366038000.0,2018-06-18 23:53:58,+0000,,"@cfarivar @amendlocke Dude, we are California, which is extremely pro union. People can form a union tomorrow & nothing Tesla could do to stop it. UAW can’t even get enough sigs to request a vote, cause they have nothing to offer.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1008860403051327488,[],[],0,,False,879,33,62,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}, {'screen_name': 'amendlocke', 'name': 'Ken MacLeod', 'id': '79199981'}]",,,, +4236,1008859105883066368,1008741008899702784,1529365729000.0,2018-06-18 23:48:49,+0000,,@amendlocke Your union brothers https://t.co/DsGvlscvc6,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1008859105883066368,['https://www.ilnews.org/news/statewide/testimony-uaw-rep-demanded-oral-sex-in-exchange-for-representation/article_af32a39c-fb0d-11e7-9623-0f0733ad841e.html'],[],0,,False,1578,120,154,,None,,,,,,,"[{'screen_name': 'amendlocke', 'name': 'Ken MacLeod', 'id': '79199981'}]",,,, +4237,1008858642550943745,1008741008899702784,1529365618000.0,2018-06-18 23:46:58,+0000,,@amendlocke You won’t find pro-union either. The books are all about freedom. No one is forced to join any organization.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1008858642550943745,[],[],0,,False,2276,74,75,,None,,,,,,,"[{'screen_name': 'amendlocke', 'name': 'Ken MacLeod', 'id': '79199981'}]",,,, +4238,1008566142724497408,1008513410370134016,1529295881000.0,2018-06-18 04:24:41,+0000,,"@Keith_Wasserman @Jason @Beyonce @warriors Thanks, good advice",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1008566142724497408,[],[],0,,False,612,46,14,,None,,,,,,,"[{'screen_name': 'Keith_Wasserman', 'name': 'Keith Wasserman', 'id': '1368895981'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Beyonce', 'name': 'BEYONCÉ', 'id': '31239408'}, {'screen_name': 'warriors', 'name': 'Golden State Warriors', 'id': '26270913'}]",,,, +4239,1008450201885872129,799369292294725632,1529268238000.0,2018-06-17 20:43:58,+0000,,@FredericLambert @SwiftOnSecurity They have about three weeks before their short position explodes,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1008450201885872129,[],[],0,,False,1604,188,252,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +4240,1008445877197783040,1008445532543602688,1529267207000.0,2018-06-17 20:26:47,+0000,,@c7five Good points. Already mostly working in the developer software I’m driving.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1008445877197783040,[],[],0,,False,492,27,17,,None,,,,,,,"[{'screen_name': 'c7five', 'name': 'Nicholas J. Percoco', 'id': '32495046'}]",,,, +4241,1008445446975512576,1008391328277729280,1529267105000.0,2018-06-17 20:25:05,+0000,,@iamJeffTorres @thehartej @yaronbrook @VitalikButerin @RickandMorty Can’t wait for the new @RickandMorty season to start!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1008445446975512576,[],[],0,,False,643,23,46,,None,,,,,,,"[{'screen_name': 'iamJeffTorres', 'name': 'Jeff Torres', 'id': '506754011'}, {'screen_name': 'yaronbrook', 'name': 'Yaron Brook', 'id': '21637092'}, {'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}, {'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +4242,1008443957603258368,1008435606714662912,1529266750000.0,2018-06-17 20:19:10,+0000,,"@goombar3 We’ve always provided healthcare, hourly wages above union & Tesla stock. Also, free drinks & snacks. Try to make it fun too. Top ten hourly workers cumulatively received Tesla stock now worth $1M to $2M. Nobody wants UAW, so UAW keeps trashing Tesla & me via 3rd parties.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1008443957603258368,[],[],0,,False,888,41,70,,None,,,,,,,"[{'screen_name': 'goombar3', 'name': 'Jerry Aulik', 'id': '1571679000'}]",,,, +4243,1008441697506754560,1008440984663986176,1529266211000.0,2018-06-17 20:10:11,+0000,,@taimurstriker Glad you teach physics. That and critical thinking (ie how not to be tricked) are foundational for all kids to learn.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1008441697506754560,[],[],0,,False,6905,87,349,,None,,,,,,,[],,,, +4244,1008439719900766208,1008391328277729280,1529265739000.0,2018-06-17 20:02:19,+0000,,"@iamJeffTorres @thehartej @yaronbrook @VitalikButerin Yeah, I think we pretty much agree. Btw, great show.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1008439719900766208,[],[],0,,False,388,9,10,,None,,,,,,,"[{'screen_name': 'iamJeffTorres', 'name': 'Jeff Torres', 'id': '506754011'}, {'screen_name': 'yaronbrook', 'name': 'Yaron Brook', 'id': '21637092'}, {'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}]",,,, +4245,1008438394559451136,1008391328277729280,1529265423000.0,2018-06-17 19:57:03,+0000,,"@iamJeffTorres @thehartej @yaronbrook @VitalikButerin I think essential services, incl health care, should be taken care of by govt/taxpayers (socialist) & other parts of economy should be served by companies competing to serve the people (capitalist). Aka, the view held by most of America.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1008438394559451136,[],[],0,,False,891,91,85,,None,,,,,,,"[{'screen_name': 'iamJeffTorres', 'name': 'Jeff Torres', 'id': '506754011'}, {'screen_name': 'yaronbrook', 'name': 'Yaron Brook', 'id': '21637092'}, {'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}]",,,, +4246,1008437057700544512,1008435606714662912,1529265105000.0,2018-06-17 19:51:45,+0000,,@mk_rodgers They started it & attacked me personally,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1008437057700544512,[],[],0,,False,1051,108,36,,None,,,,,,,"[{'screen_name': 'mk_rodgers', 'name': 'MKR, Esq', 'id': '55837155'}]",,,, +4247,1008435606714662912,1008435606714662912,1529264759000.0,2018-06-17 19:45:59,+0000,,Search UAW and “corruption”. Very long reading list. Great organization. https://t.co/9RVR31vzbc,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1008435606714662912,['https://www.detroitnews.com/story/business/autos/chrysler/2018/04/05/feds-raided-uaw-leader-house-amid-corruption-probe/33579403/'],[],0,,False,5369,417,644,,None,,,,,,,[],,,, +4248,1008431653935435776,1008391328277729280,1529263816000.0,2018-06-17 19:30:16,+0000,,@iamJeffTorres @thehartej @yaronbrook @VitalikButerin “Profit” just means you earned more money than you spent & certainly does spark innovation. Jesus. This is obv a good thing & extremely hard. It has taken Tesla 15 years & we’re almost there. Every other US car company besides Ford & Tesla has gone bankrupt.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1008431653935435776,[],[],0,,False,782,64,87,,None,,,,,,,"[{'screen_name': 'iamJeffTorres', 'name': 'Jeff Torres', 'id': '506754011'}, {'screen_name': 'yaronbrook', 'name': 'Yaron Brook', 'id': '21637092'}, {'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}]",,,, +4249,1008427324298022912,799369292294725632,1529262784000.0,2018-06-17 19:13:04,+0000,,@SwiftOnSecurity They don’t seem to think much or care about the future beyond a narrow horizon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1008427324298022912,[],[],0,,False,846,33,47,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +4250,1008423993999650816,1008146567046598661,1529261990000.0,2018-06-17 18:59:50,+0000,,@haymarketbooks Engels wrote 2nd & 3rd volumes based on Marx’s “notes”. Less reliable.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008423993999650816,[],[],0,,False,774,56,35,,None,,,,,,,"[{'screen_name': 'haymarketbooks', 'name': 'Haymarket Books', 'id': '22846853'}]",,,, +4251,1008423357774102528,799369292294725632,1529261838000.0,2018-06-17 18:57:18,+0000,,"@SwiftOnSecurity Wanted to help transition the world to sustainable, clean energy and extend life as we know it beyond Earth. Those problems require a lot of hardware.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008423357774102528,[],[],0,,False,859,29,71,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +4252,1008422418753339392,1008323189586489344,1529261614000.0,2018-06-17 18:53:34,+0000,,"@doctorow @sahazel Wow, you know nothing & are worthy of contempt. The world is under massive attack due to climate change & you couldn’t care less.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008422418753339392,[],[],0,,False,405,16,24,,None,,,,,,,"[{'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}, {'screen_name': 'sahazel', 'name': 'Steven Hazel', 'id': '15693803'}]",,,, +4253,1008421697354018816,1008323189586489344,1529261442000.0,2018-06-17 18:50:42,+0000,,"@JohnnaSabri @slack2thefuture @doctorow Read it. Like the green, translucent Martian opal?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008421697354018816,[],[],0,,False,321,19,12,,None,,,,,,,"[{'screen_name': 'slack2thefuture', 'name': 'David Slack', 'id': '215501778'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +4254,1008419464067440641,1008323189586489344,1529260910000.0,2018-06-17 18:41:50,+0000,,@JohnnaSabri @slack2thefuture @doctorow Iron pyrite,fi,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008419464067440641,[],[],0,,False,370,24,9,,None,,,,,,,"[{'screen_name': 'slack2thefuture', 'name': 'David Slack', 'id': '215501778'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow AWAY UNTIL MAR 15', 'id': '2729061'}]",,,, +4255,1008418903448477696,1008350340134121472,1529260776000.0,2018-06-17 18:39:36,+0000,,@JimPuzzanghera Congratulations to LA Times and Patrick Soon-Shiong!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008418903448477696,[],[],0,,False,710,15,21,,None,,,,,,,"[{'screen_name': 'JimPuzzanghera', 'name': 'Jim Puzzanghera', 'id': '15946752'}]",,,, +4256,1008411784603099136,1008323189586489344,1529259079000.0,2018-06-17 18:11:19,+0000,,"@spookyozzy @slack2thefuture @doctorow You’re just a troll/bot, but I will reply anyway. I arrived in Montreal at 17 by myself with $2k. No support, no contacts, nothing. Father said I’d fail & be back in 3 months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008411784603099136,[],[],0,,False,602,77,44,,None,,,,,,,"[{'screen_name': 'spookyozzy', 'name': '🦇 suburban communist mom 🦇', 'id': '828804166994718720'}, {'screen_name': 'slack2thefuture', 'name': 'David Slack', 'id': '215501778'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +4257,1008410980898914304,963119114804977667,1529258887000.0,2018-06-17 18:08:07,+0000,,"@TeslaCharts I don’t want to see anyone lose their money. Or I will at least provide fair warning before it happens, as I have done in the past.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008410980898914304,[],[],0,,False,799,74,74,,None,,,,,,,"[{'screen_name': 'TESLAcharts', 'name': 'TC, Chartoking', 'id': '962805945020702722'}]",,,, +4258,1008409974299508736,1008323189586489344,1529258647000.0,2018-06-17 18:04:07,+0000,,@slack2thefuture @doctorow You think all companies are bad and all unions good? That’s a very bigoted position.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008409974299508736,[],[],0,,False,529,276,36,,None,,,,,,,"[{'screen_name': 'slack2thefuture', 'name': 'David Slack', 'id': '215501778'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +4259,1008409208092438528,1008409208092438528,1529258465000.0,2018-06-17 18:01:05,+0000,,Well said https://t.co/lDPaIPLLzO,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008409208092438528,['https://m.dailykos.com/stories/2018/5/29/1767826/-The-War-on-Tesla-Musk-and-the-Fight-for-the-Future'],[],0,,False,29621,1637,4983,,None,,,,,,,[],,,, +4260,1008407906268602368,963119114804977667,1529258154000.0,2018-06-17 17:55:54,+0000,,@TeslaCharts Then you’ll be fine,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008407906268602368,[],[],0,,False,492,19,21,,None,,,,,,,"[{'screen_name': 'TESLAcharts', 'name': 'TC', 'id': '962805945020702722'}]",,,, +4261,1008406652431654912,1008323189586489344,1529257855000.0,2018-06-17 17:50:55,+0000,,@JohnnaSabri @indiemusicfan9 @dimas_______ @Robotbeat @doctorow Exactly. Our NDA is actually shorter & simpler than most.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008406652431654912,[],[],0,,False,317,9,11,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +4262,1008406329398980608,1008323189586489344,1529257778000.0,2018-06-17 17:49:38,+0000,,"@indiemusicfan9 @dimas_______ @Robotbeat @doctorow ...which clearly doesn’t work. UAW and Wall Street shorts know every detail of what’s happening at Tesla. Storm clouds are gathering, so they’re getting desperate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008406329398980608,[],[],0,,False,351,8,22,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +4263,1008405624068104192,1008323189586489344,1529257610000.0,2018-06-17 17:46:50,+0000,,"@doctorow @dimas_______ @Robotbeat Then look a little closer, doctorow. Read the whole thread.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008405624068104192,[],[],0,,False,247,4,4,,None,,,,,,,"[{'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}, {'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}]",,,, +4264,1008404991516631040,1008323189586489344,1529257459000.0,2018-06-17 17:44:19,+0000,,@indiemusicfan9 @dimas_______ @Robotbeat @doctorow More propaganda. The NDA only prevents disclosure of Tesla proprietary IP or material non-public information (insider trading).,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008404991516631040,[],[],0,,False,366,6,15,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +4265,1008404147584921600,963119114804977667,1529257258000.0,2018-06-17 17:40:58,+0000,,@TeslaCharts How big is your short position? Just curious.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008404147584921600,[],[],0,,False,792,67,104,,None,,,,,,,"[{'screen_name': 'TESLAcharts', 'name': 'TC, Chartoking', 'id': '962805945020702722'}]",,,, +4266,1008403122207612928,1008323189586489344,1529257014000.0,2018-06-17 17:36:54,+0000,,@BobbieBees @dimas_______ @Robotbeat @doctorow Union flyers are handed out all the time in the factory. I know because people in the factory laugh at the ridiculous propaganda & hand them to me. This one guy’s claim about being stopped once in a parking lot is false and irrelevant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008403122207612928,[],[],0,,False,316,7,13,,None,,,,,,,"[{'screen_name': 'BobbieBees', 'name': 'Bobbie Bees', 'id': '342507990'}, {'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow AWAY UNTIL MAR 15', 'id': '2729061'}]",,,, +4267,1008401637528895488,1008323189586489344,1529256660000.0,2018-06-17 17:31:00,+0000,,"@doctorow I endorse freedom to form a union too, as well as freedom not to do so if they feel Tesla is a good company. UAW has major conflicts of interest & failed our car plant already when they abandoned us in 2010. Tesla can only hire 5% of applicants, so must be doing something right.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008401637528895488,[],[],0,,False,470,26,15,,None,,,,,,,"[{'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +4268,1008397942653218816,1008323189586489344,1529255779000.0,2018-06-17 17:16:19,+0000,,"@dimas_______ @Robotbeat @doctorow UAW doesn’t have 30% of signatures (about 6000 people) needed for a vote. They can’t even muster enough people for a free bbq. Instead, they’re getting paid trolls & far left shills to trash Tesla & me in press & social media. Such creeps.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008397942653218816,[],[],0,,False,547,33,29,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow AWAY UNTIL MAR 15', 'id': '2729061'}]",,,, +4269,1008393868381843456,1008323189586489344,1529254807000.0,2018-06-17 17:00:07,+0000,,"@TheSithSeth @doctorow I’m not against all unions, but UAW has a track record of destroying productivity so a company can’t compete on world market. Our current factory went bankrupt under UAW before we took it over. Don’t want Tesla to die too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008393868381843456,[],[],0,,False,444,30,23,,None,,,,,,,"[{'screen_name': 'ThesithSeth', 'name': 'Seth_thesith', 'id': '1259628525302059008'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +4270,1008392599210561537,1008323189586489344,1529254505000.0,2018-06-17 16:55:05,+0000,,"@Robotbeat @doctorow I am too, of sorts. Govt (ie other taxpayers) should take care of critical needs of people, incl defense, judiciary, health care, etc. Rest should be companies competing to provide best product or service to the people.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1008392599210561537,[],[],0,,False,476,54,27,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +4271,1008390757596581888,1008382021918494720,1529254066000.0,2018-06-17 16:47:46,+0000,,"@AntVenom @Shaynooooo @kausthav_ray @SpaceX Was originally called Puff the Magic Dragon, as people said I was high if though it could work, so I named it after their insult.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1008390757596581888,[],[],0,,False,755,25,49,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'Shaynooooo', 'name': '""Golf Enthusiast""', 'id': '2524586809'}, {'screen_name': 'kausthav_ray', 'name': 'Kausthav Ray', 'id': '754624167912275968'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4272,1008389798740963329,1008323189586489344,1529253837000.0,2018-06-17 16:43:57,+0000,,"@doctorow Iain certainly wasn’t pro-union in the Culture books. At all. And wouldn’t be in the case of Tesla. Banks was about freedom through & through. Maybe for a single buyer (monopsony) vs single seller (monopoly), I would be too, but that’s a special case.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1008389798740963329,[],[],0,,False,733,92,30,,None,,,,,,,"[{'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +4273,1008386640685850624,1008382021918494720,1529253084000.0,2018-06-17 16:31:24,+0000,,@Shaynooooo @kausthav_ray @SpaceX https://t.co/sYo8iIodjG,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1008386640685850624,['https://m.youtube.com/watch?v=HWnGZf4mBGs'],[],0,,False,598,14,29,,None,,,,,,,"[{'screen_name': 'Shaynooooo', 'name': '""Golf Enthusiast""', 'id': '2524586809'}, {'screen_name': 'kausthav_ray', 'name': 'Kausthav Ray', 'id': '754624167912275968'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4274,1008385171744174080,1008382021918494720,1529252734000.0,2018-06-17 16:25:34,+0000,,"@leechy3 @kausthav_ray @SpaceX SX 300 & soon SX 500. Kind of a modern version of Inconel superalloys. High strength at temperature, extreme oxidation resistance. Needed for ~800 atmosphere, hot, oxygen-rich turbopump on Raptor rocket engine.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1008385171744174080,[],[],0,,False,603,27,43,,None,,,,,,,"[{'screen_name': 'leechy3', 'name': 'alicia hamblin🗿', 'id': '137795608'}, {'screen_name': 'kausthav_ray', 'name': 'Kausthav Ray', 'id': '754624167912275968'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4275,1008382743606988800,1008382021918494720,1529252155000.0,2018-06-17 16:15:55,+0000,,"@kausthav_ray @SpaceX Structures, engines, avionics, guidance & control software, new alloys, space lasers (ooh, maybe I shouldn’t have said that) …",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1008382743606988800,[],[],0,,False,12229,283,638,,None,,,,,,,"[{'screen_name': 'kausthav_ray', 'name': 'Kausthav Ray', 'id': '754624167912275968'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4276,1008381974266798080,1008345620153819136,1529251972000.0,2018-06-17 16:12:52,+0000,,@mayemusk @kimbal Love you too 💕,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1008381974266798080,[],[],0,,False,1931,39,43,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +4277,1008326131798269952,1008191818788302849,1529238658000.0,2018-06-17 12:30:58,+0000,,@johngoo 👽🧚‍♀️🚀🍃🍄🍕🍕🍕,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1008326131798269952,[],[],0,,False,586,37,32,,None,,,,,,,"[{'screen_name': 'johngoo', 'name': 'John', 'id': '1469456036'}]",,,, +4278,1008324562663043074,1008191818788302849,1529238284000.0,2018-06-17 12:24:44,+0000,,@RealMariaLOVE Fair point,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1008324562663043074,[],[],0,,False,567,23,7,,None,,,,,,,"[{'screen_name': 'RealMariaLove', 'name': 'Maria Love', 'id': '441291297'}]",,,, +4279,1008318961539137537,1008191818788302849,1529236948000.0,2018-06-17 12:02:28,+0000,,"Auto-semiotic asphyxiation (sorry, couldn’t resist)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1008318961539137537,[],[],0,,False,4427,218,183,,None,,,,,,,[],,,, +4280,1008315086903996417,1007752686878388224,1529236024000.0,2018-06-17 11:47:04,+0000,,@AntVenom And I don’t trust that Engels guy. He could have made up most of 2nd & 3rd volumes. Nobody actually knows.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1008315086903996417,[],[],0,,False,819,45,100,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +4281,1008314270096896000,1008313124259270656,1529235830000.0,2018-06-17 11:43:50,+0000,,@drgitlin Your math isn’t very good. Would require 61%. And what’s your issue anyway? Better suggestions are welcome.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1008314270096896000,[],[],0,,False,2269,101,74,,None,,,,,,,"[{'screen_name': 'drgitlin', 'name': 'Jonathan Gitlin', 'id': '2139671'}]",,,, +4282,1008191818788302849,1008191818788302849,1529206635000.0,2018-06-17 03:37:15,+0000,,The Semi-erotics of Evil https://t.co/g1pffKexRJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1008191818788302849,['https://m.youtube.com/watch?v=SP2Kgabnaeo'],[],0,,False,9089,608,1379,,None,,,,,,,[],,,, +4283,1008176356033814528,1008170402969841664,1529202948000.0,2018-06-17 02:35:48,+0000,,@thetomzone I dare you to stop following me. Do it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1008176356033814528,[],[],0,,False,2292,66,61,,None,,,,,,,"[{'screen_name': 'thetomzone', 'name': 'lvl 46 dog-faced pony potus', 'id': '119756545'}]",,,, +4284,1008175546830938113,1008170402969841664,1529202756000.0,2018-06-17 02:32:36,+0000,,@Wi_Writer Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1008175546830938113,[],[],0,,False,5481,120,568,,None,,,,,,,[],,,, +4285,1008170402969841664,1008170402969841664,1529201529000.0,2018-06-17 02:12:09,+0000,,The enemy of my enemy is myself https://t.co/momMBAEuzU,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1008170402969841664,['https://twitter.com/robertwiblin/status/1008148499433738240'],[],0,,False,65323,879,7767,0,None,,,,,,,[],,,, +4286,1008166534399680513,1008012300979077121,1529200607000.0,2018-06-17 01:56:47,+0000,,@worldout_42 @Billsocalif @fnord3125 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1008166534399680513,[],[],0,,False,302,7,8,,None,,,,,,,"[{'screen_name': 'worldout_42', 'name': '👀 The High Sparrow 2020 edition', 'id': '1961477725'}, {'screen_name': 'Billsocalif', 'name': 'Bill Sabo', 'id': '283716626'}, {'screen_name': 'fnord3125', 'name': 'Unknown Tax Entity', 'id': '1233091'}]",,,, +4287,1008164588867555329,1008120904759402501,1529200143000.0,2018-06-17 01:49:03,+0000,,@Alix_SS @ZhouChauster Libertinarian,eu,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1008164588867555329,[],[],0,,False,781,29,27,,None,,,,,,,"[{'screen_name': 'alix_ss', 'name': 'alix-ss-rock', 'id': '1303310600408363010'}]",,,, +4288,1008124944289370113,1008123676582002689,1529190691000.0,2018-06-16 23:11:31,+0000,,"@michaelshermer Direct democracy by the people. Laws must be short, as there is trickery in length. Automatic expiration of rules to prevent death by bureaucracy. Any rule can be removed by 40% of people to overcome inertia. Freedom.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1008124944289370113,[],[],0,,False,17780,1697,2196,,None,,,,,,,"[{'screen_name': 'michaelshermer', 'name': 'Michael Shermer', 'id': '34868965'}]",,,, +4289,1008122748361568257,1008120904759402501,1529190167000.0,2018-06-16 23:02:47,+0000,,@rknDA1337 @FredoDeSmet The mind sacrificing itself in the final ship battle,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1008122748361568257,[],[],0,,False,784,42,22,,None,,,,,,,"[{'screen_name': 'rknDA1337', 'name': 'rknDA1337', 'id': '1024943078594027520'}, {'screen_name': 'FredoDeSmet', 'name': 'Fredo De Smet 📎', 'id': '20082759'}]",,,, +4290,1008121639337320454,1008120904759402501,1529189903000.0,2018-06-16 22:58:23,+0000,,"@FredoDeSmet All of them, especially Surface Detail",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1008121639337320454,[],[],0,,False,1286,70,36,,None,,,,,,,"[{'screen_name': 'FredoDeSmet', 'name': 'Fredo De Smet 📎', 'id': '20082759'}]",,,, +4291,1008120904759402501,1008120904759402501,1529189728000.0,2018-06-16 22:55:28,+0000,,"If you must know, I am a utopian anarchist of the kind best described by Iain Banks",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1008120904759402501,[],[],0,,False,30484,1840,2738,,None,,,,,,,[],,,, +4292,1008114586392846336,1008056598579896325,1529188221000.0,2018-06-16 22:30:21,+0000,,@AbeDurrani @NelStamp @RRescenko @peterthiel I disagree with that goal & gave away Tesla patents to help other companies https://t.co/HPK5R5UMS6,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1008114586392846336,['https://www.tesla.com/blog/all-our-patent-are-belong-you'],[],0,,False,530,22,36,,None,,,,,,,"[{'screen_name': 'NelStamp', 'name': 'Nelini Stamp 🐺🐜', 'id': '376243560'}, {'screen_name': 'RRescenko', 'name': 'RaimondsR', 'id': '953925204165709824'}, {'screen_name': 'peterthiel', 'name': 'Peter Thiel', 'id': '49736166'}]",,,, +4293,1008111802448777216,1008056598579896325,1529187558000.0,2018-06-16 22:19:18,+0000,,"@NelStamp @RRescenko If I’m not a communist, why do I make red cars 🚘 🤔",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1008111802448777216,[],[],0,,False,775,49,81,,None,,,,,,,"[{'screen_name': 'NelStamp', 'name': 'Nelini Stamp 🐺🐜', 'id': '376243560'}, {'screen_name': 'RRescenko', 'name': 'RaimondsR', 'id': '953925204165709824'}]",,,, +4294,1008109905209843712,1007752686878388224,1529187105000.0,2018-06-16 22:11:45,+0000,,"@kikkerin @soniasimone Very appealing if you’re a sophomore in college. It’s a counterpoint to communism and useful as such, but should be tempered with kindness.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1008109905209843712,[],[],0,,False,604,16,18,,None,,,,,,,"[{'screen_name': 'soniasimone', 'name': 'Sonia Simone', 'id': '9232572'}]",,,, +4295,1008107926895185921,1007752686878388224,1529186634000.0,2018-06-16 22:03:54,+0000,,@Gubisoul @monongahelaEX @AntVenom That is why it is critical to support competition. Excess profits draw in competitors who then drive down prices.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1008107926895185921,[],[],0,,False,1230,87,85,,None,,,,,,,"[{'screen_name': 'monongahelaEX', 'name': 'Boris Veigel', 'id': '41512767'}, {'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +4296,1008102269944860672,1007752686878388224,1529185285000.0,2018-06-16 21:41:25,+0000,,@soniasimone lol,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1008102269944860672,[],[],0,,False,1019,14,47,,None,,,,,,,"[{'screen_name': 'soniasimone', 'name': 'Sonia Simone', 'id': '9232572'}]",,,, +4297,1008101573472354304,1007752686878388224,1529185119000.0,2018-06-16 21:38:39,+0000,,"@monongahelaEX @AntVenom Read Das Kapital when I was 14, incl cross-checking English translation of original German. Adam Smith FTW obv. Ironically, future automation will naturally lead to greater equality of consumption. Monopolies are true enemy of people. Competing to serve is good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1008101573472354304,[],[],0,,False,1931,183,175,,None,,,,,,,"[{'screen_name': 'monongahelaEX', 'name': 'Boris Veigel', 'id': '41512767'}, {'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +4298,1008083495107772416,1008081295090450432,1529180809000.0,2018-06-16 20:26:49,+0000,,@Model3Owners @DMC_Ryan Might actually be his!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1008083495107772416,[],[],0,,False,1174,64,23,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4299,1008081295090450432,1008081295090450432,1529180284000.0,2018-06-16 20:18:04,+0000,,Amazing work by Tesla team. Built entire new general assembly line in 3 weeks w minimal resources. Love u guys so much! Pic of 1st Model 3 dual motor performance coming off the line … https://t.co/Xr55P3fmGd,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1008081295090450432,[],['https://pbs.twimg.com/media/Df1slrgVQAATL5c.jpg'],1,https://pbs.twimg.com/media/Df1slrgVQAATL5c.jpg,False,45193,1385,4130,,None,,,,,,,[],,,, +4300,1008079815667113984,1008012300979077121,1529179931000.0,2018-06-16 20:12:11,+0000,,@fnord3125 You’re a docile puppet of the UAW. Be honest about what you are.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1008079815667113984,[],[],0,,False,429,17,9,,None,,,,,,,"[{'screen_name': 'fnord3125', 'name': 'Unknown Tax Entity', 'id': '1233091'}]",,,, +4301,1008078826386087936,214636339474345984,1529179696000.0,2018-06-16 20:08:16,+0000,,@christapeterso Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1008078826386087936,[],[],0,,False,257,9,6,,None,,,,,,,"[{'screen_name': 'christapeterso', 'name': 'bean', 'id': '292438708'}]",,,, +4302,1008014213741150208,1008012300979077121,1529164291000.0,2018-06-16 15:51:31,+0000,,@NickAPappas Sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1008014213741150208,[],[],0,,False,1871,49,35,,None,,,,,,,"[{'screen_name': 'NickAPappas', 'name': 'Nick Pappas', 'id': '3294572733'}]",,,, +4303,1008013111058526209,1008012300979077121,1529164028000.0,2018-06-16 15:47:08,+0000,,"By the way, I am actually a socialist. Just not the kind that shifts resources from most productive to least productive, pretending to do good, while actually causing harm. True socialism seeks greatest good for all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1008013111058526209,[],[],0,,False,40569,3801,5200,,None,,,,,,,[],,,, +4304,1008012300979077121,1008012300979077121,1529163835000.0,2018-06-16 15:43:55,+0000,,“No sense of humor” is certainly proving itself true. Good grief! How many socialists does it take to screw in a lightbulb? Answer: That’s not funny!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1008012300979077121,[],[],0,,False,46340,1076,4993,,None,,,,,,,[],,,, +4305,1008009529223598081,1007752686878388224,1529163174000.0,2018-06-16 15:32:54,+0000,,"@R850Mango @tinytacotown Boys High is a government school for anyone local, which we were",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1008009529223598081,[],[],0,,False,454,12,7,,None,,,,,,,"[{'screen_name': 'tinytacotown', 'name': 'Daniel “Spoons” Dresden', 'id': '1237353235'}]",,,, +4306,1007787164308869120,1007780580396683267,1529110158000.0,2018-06-16 00:49:18,+0000,,@KevinOConnorNBA Lake Show,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1007787164308869120,[],[],0,,False,5064,105,763,,None,,,,,,,"[{'screen_name': 'KevinOConnorNBA', 'name': ""Kevin O'Connor"", 'id': '35355156'}]",,,, +4307,1007780580396683267,1007780580396683267,1529108588000.0,2018-06-16 00:23:08,+0000,,"Heading back into the factory, so that’s enough for now. Don’t take my Tweet too seriously. For one thing, it’s called a “Tweet”.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1007780580396683267,[],[],0,,False,23603,711,1382,,None,,,,,,,[],,,, +4308,1007775323822460929,1007752686878388224,1529107335000.0,2018-06-16 00:02:15,+0000,,@elmaddogg @tinytacotown No,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1007775323822460929,[],[],0,,False,270,12,4,,None,,,,,,,"[{'screen_name': 'elmaddogg', 'name': 'Edward Maddalena', 'id': '248935266'}, {'screen_name': 'tinytacotown', 'name': 'Daniel “Spoons” Dresden', 'id': '1237353235'}]",,,, +4309,1007774899556028416,1007752686878388224,1529107234000.0,2018-06-16 00:00:34,+0000,,@tinytacotown My father has no money. Only reason he even has a house is because my brother & I bought it for him on condition that he not cause harm to others. That obviously failed.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1007774899556028416,[],[],0,,False,1982,111,89,,None,,,,,,,"[{'screen_name': 'tinytacotown', 'name': 'Daniel “Spoons” Dresden', 'id': '1237353235'}]",,,, +4310,1007768708779999237,1007766450256392192,1529105758000.0,2018-06-15 23:35:58,+0000,,"@CarltonTSC There is considerable confusion between wealth as consumption & wealth as labor allocation. By latter measure, anyone in govt whose budget exceeds $1B is a billionaire. Government is the largest corporation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1007768708779999237,[],[],0,,False,9518,422,1213,,None,,,,,,,"[{'screen_name': 'CarltonTSC', 'name': 'Carlton J. Wilkinson', 'id': '508951953'}]",,,, +4311,1007766450256392192,1007766450256392192,1529105219000.0,2018-06-15 23:26:59,+0000,,Socialism vs capitalism is not even the right question. What really matters is avoiding monopolies that restrict people’s freedom.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1007766450256392192,[],[],0,,False,99121,2894,20762,,None,,,,,,,[],,,, +4312,1007762646182047744,1007752686878388224,1529104312000.0,2018-06-15 23:11:52,+0000,,@Jack_Frodo Universal income will be necessary over time if AI takes over most human jobs,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1007762646182047744,[],[],0,,False,6362,400,677,,None,,,,,,,"[{'screen_name': 'Jack_Frodo', 'name': 'Jack Joseph', 'id': '1162434020'}]",,,, +4313,1007758296336330753,1007752686878388224,1529103275000.0,2018-06-15 22:54:35,+0000,,@AntVenom Marx was a capitalist. He even wrote a book about it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1007758296336330753,[],[],0,,False,8851,2012,2557,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +4314,1007757625646182400,1007752686878388224,1529103115000.0,2018-06-15 22:51:55,+0000,,@AntVenom A socialist,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1007757625646182400,[],[],0,,False,15862,642,1286,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +4315,1007752686878388224,1007752686878388224,1529101938000.0,2018-06-15 22:32:18,+0000,,"Those who proclaim themselves “socialists” are usually depressing, have no sense of humor & attended an expensive college. Fate loves irony.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1007752686878388224,[],[],0,,False,150065,5367,34024,,None,,,,,,,[],,,, +4316,1007680749326065664,993007294978895872,1529084787000.0,2018-06-15 17:46:27,+0000,,@publicfreeman @BlackSocialists What is yours?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1007680749326065664,[],[],0,,False,337,43,7,,None,,,,,,,"[{'screen_name': 'BlackSocialists', 'name': 'Black Socialists in America', 'id': '942566438019231744'}]",,,, +4317,1007680326934585344,993007294978895872,1529084686000.0,2018-06-15 17:44:46,+0000,,@BlackSocialists What is your utopia?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1007680326934585344,[],[],0,,False,452,95,42,,None,,,,,,,"[{'screen_name': 'BlackSocialists', 'name': 'Black Socialists in America', 'id': '942566438019231744'}]",,,, +4318,1007679828303024128,1007665949044928517,1529084567000.0,2018-06-15 17:42:47,+0000,,@MobiiliMika The future is a set of branching probability streams. Some actions by humanity have an extremely leveraged effect on shape & size of those streams.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1007679828303024128,[],[],0,,False,1361,74,183,,None,,,,,,,"[{'screen_name': 'MobiiliMika', 'name': 'Mika Saastamoinen', 'id': '468262815'}]",,,, +4319,1007669712539414528,1007669550307950592,1529082155000.0,2018-06-15 17:02:35,+0000,,@FernandoGords68 @BillNye @neiltyson Strongly disagree. I love humanity.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1007669712539414528,[],[],0,,False,650,36,39,,None,,,,,,,"[{'screen_name': 'BillNye', 'name': 'Bill Nye', 'id': '37710752'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +4320,1007669485065547776,1007665949044928517,1529082101000.0,2018-06-15 17:01:41,+0000,,"@LanceUlanoff @lea_bitterwolf @jlgolson Already did. Meant to go longer, but ran out of time. https://t.co/s8g76wTqLl",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1007669485065547776,[],"['https://pbs.twimg.com/media/Dfv2CPPVQAE2rGF.jpg', 'https://pbs.twimg.com/media/Dfv2COzU8AA_wsy.jpg']",1,https://pbs.twimg.com/media/Dfv2CPPVQAE2rGF.jpg,False,2450,49,255,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}, {'screen_name': 'lea_bitterwolf', 'name': 'Lea Bitterwolf', 'id': '961008106267439104'}, {'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +4321,1007668628794175489,1007665949044928517,1529081897000.0,2018-06-15 16:58:17,+0000,,@lea_bitterwolf @jlgolson I always wanted to do a terms & conditions cover of Green Eggs & Ham,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1007668628794175489,[],[],0,,False,1246,18,41,,None,,,,,,,"[{'screen_name': 'lea_bitterwolf', 'name': 'Lea Bitterwolf', 'id': '961008106267439104'}, {'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +4322,1007668113591005184,1007665949044928517,1529081774000.0,2018-06-15 16:56:14,+0000,,@gcortes Foundation Series & Zeroth Law are fundamental to creation of SpaceX,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1007668113591005184,[],[],0,,False,1182,44,104,,None,,,,,,,"[{'screen_name': 'gcortes', 'name': 'Guardian', 'id': '724889886'}]",,,, +4323,1007667617060941824,1007665949044928517,1529081656000.0,2018-06-15 16:54:16,+0000,,@PaulVerstegen1 I love Banks. Best books in recent years imo are Iain Banks & George Martin.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1007667617060941824,[],[],0,,False,775,53,53,,None,,,,,,,"[{'screen_name': 'PaulVerstegen1', 'name': 'Paul Verstegen', 'id': '407411285'}]",,,, +4324,1007667079892254720,1007665949044928517,1529081528000.0,2018-06-15 16:52:08,+0000,,"@jlgolson Given how bad I am at poetry, probably Vogon",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1007667079892254720,[],[],0,,False,2112,62,74,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +4325,1007665949044928517,1007665949044928517,1529081258000.0,2018-06-15 16:47:38,+0000,,Should prob articulate philosophy underlying my actions. It’s pretty simple & mostly influenced by Douglas Adams & Isaac Asimov.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1007665949044928517,[],[],0,,False,25414,1166,2139,,None,,,,,,,[],,,, +4326,1007664788325818369,1007647898161463297,1529080981000.0,2018-06-15 16:43:01,+0000,,@annerajb @FredericLambert My donations are anonymous,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1007664788325818369,[],[],0,,False,2273,71,92,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4327,1007663283648647169,1007647898161463297,1529080622000.0,2018-06-15 16:37:02,+0000,,@FredericLambert Already sold >$100M TSLA for charity. Will do about that every few years. Major disbursements in about 20 years when Tesla is steady state.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1007663283648647169,[],[],0,,False,2458,53,157,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4328,1007647898161463297,1007647898161463297,1529076954000.0,2018-06-15 15:35:54,+0000,,"My “pay” is in options, which only matter if stock goes up & I sell. Will use that to make life multiplanetary, help education & environment on Earth w my foundation. Just don’t want us to be sad about the future. https://t.co/l3YEvjvyuz",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1007647898161463297,['https://twitter.com/norbertelekes/status/1007635225675993089'],[],0,,False,73557,1342,12420,https://twitter.com/norbertelekes/status/1007635225675993089,None,,,,,,,[],,,, +4329,1007076304095625216,1007010099255111680,1528940676000.0,2018-06-14 01:44:36,+0000,,@ralphbakshi Dankonia,lt,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1007076304095625216,[],[],0,,False,10052,119,898,,None,,,,,,,"[{'screen_name': 'ralphbakshi', 'name': 'Ralph Bakshi', 'id': '16962208'}]",,,, +4330,1006968985760366592,1006607291746082816,1528915089000.0,2018-06-13 18:38:09,+0000,,@korihale @Tesla @CultureBanx @Forbes We use less than 3% cobalt in our batteries & will use none in next gen,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1006968985760366592,[],[],0,,False,12741,298,887,,None,,,,,,,"[{'screen_name': 'korihale', 'name': 'Kori Hale', 'id': '19989038'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'CultureBanx', 'name': 'CultureBanx', 'id': '966363689115947009'}, {'screen_name': 'Forbes', 'name': 'Forbes', 'id': '91478624'}]",,,, +4331,1006951781069291521,1006940266559762432,1528910987000.0,2018-06-13 17:29:47,+0000,,"@kwang0429 Yes, interface will change with Version 9 software",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1006951781069291521,[],[],0,,False,627,20,31,,None,,,,,,,"[{'screen_name': 'kwang0429', 'name': 'Kevin Wang', 'id': '712758408332447744'}]",,,, +4332,1006755636141424640,1006751054099296256,1528864222000.0,2018-06-13 04:30:22,+0000,,"@ifnd323 Will be adjusting screen alert to clarify that we mean “slight up or downward force on the wheel”, not really “hold the wheel”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1006755636141424640,[],[],0,,False,478,101,18,,None,,,,,,,"[{'screen_name': 'ifnd323', 'name': 'Peter McCullough', 'id': '259488675'}]",,,, +4333,1006643600891842561,1006597562156003328,1528837511000.0,2018-06-12 21:05:11,+0000,,"@arctechinc Some very, very tough calls. Had to let go of good people, but I think they will find new jobs quickly.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1006643600891842561,[],[],0,,False,2217,119,61,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +4334,1006597562156003328,1006597562156003328,1528826535000.0,2018-06-12 18:02:15,+0000,,"Difficult, but necessary Tesla reorg underway. My email to the company has already leaked to media. Here it is unfiltered: https://t.co/4LToWoxScx",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1006597562156003328,[],"['https://pbs.twimg.com/media/DfgnI0GVQAASPJZ.jpg', 'https://pbs.twimg.com/media/DfgnI0GUcAAqCij.jpg', 'https://pbs.twimg.com/media/DfgnI0GU0AEPTu5.jpg']",1,https://pbs.twimg.com/media/DfgnI0GVQAASPJZ.jpg,False,65197,1770,9446,,None,,,,,,,[],,,, +4335,1006312299244605441,1006208997114851329,1528758523000.0,2018-06-11 23:08:43,+0000,,@NabilZouhir1 @mayemusk @kimbal That is actual footage,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1006312299244605441,[],[],0,,False,806,26,25,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +4336,1006311825833541632,1006208997114851329,1528758410000.0,2018-06-11 23:06:50,+0000,,@mayemusk @kimbal Back in the Precambrian era when the main form of life was a sponge,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1006311825833541632,[],[],0,,False,864,41,45,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +4337,1005951447169581056,1005577738332172289,1528672489000.0,2018-06-10 23:14:49,+0000,,@joerogan @Off_thewalls @MKBHD Thanks! Have heard universally great things about your podcasts.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1005951447169581056,[],[],0,,False,8667,343,450,,None,,,,,,,"[{'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'Off_thewalls', 'name': '🌎', 'id': '3256443181'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +4338,1005907548476588032,1005865850920787969,1528662023000.0,2018-06-10 20:20:23,+0000,,"@garyflickinger @OchamsRazr @VR0NLINE Of course, but it’s the kind of hustle that you like even with full knowledge. People can obv read the Internet & anyone who wants a refund will get one. I predict basically zero. The honest-to-goodness fun value is amazing & we’re never going to make them again.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1005907548476588032,[],[],0,,False,639,86,23,,None,,,,,,,"[{'screen_name': 'garyflickinger', 'name': 'REPLY GUY SMILEY', 'id': '71989260'}, {'screen_name': 'OchamsRazr', 'name': 'Socially Distant Cousin', 'id': '4064124317'}, {'screen_name': 'VR0NLINE', 'name': 'veronica online', 'id': '714567667055595520'}]",,,, +4339,1005904638137139200,1005775631324536832,1528661329000.0,2018-06-10 20:08:49,+0000,,"@Erdayastronaut @Lord_Lima_Bean @UHDDreamer @LanceUlanoff Trade is just that Roadster becomes a 2 seater instead of a 2+2. COPV in place of the kid seats, which is prob wise for many reasons",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1005904638137139200,[],[],0,,False,946,46,52,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Lord_Lima_Bean', 'name': 'Lima Bean', 'id': '737461860220309504'}, {'screen_name': 'UHDDreamer', 'name': 'Simon Crowe #FBPE💙', 'id': '2873335164'}, {'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +4340,1005902575353204736,1005775631324536832,1528660837000.0,2018-06-10 20:00:37,+0000,,"@Lord_Lima_Bean @UHDDreamer @LanceUlanoff Exactly. Total energy stored even in ultra compressed air is low vs battery, but power output is insane. The composite overwrapped pressure vessel (COPV) is most advanced ever made. It’s what SpaceX is qualifying for NASA crewed missions. Extremely robust — literally bulletproof.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1005902575353204736,[],[],0,,False,926,52,64,,None,,,,,,,"[{'screen_name': 'Lord_Lima_Bean', 'name': 'Lima Bean', 'id': '737461860220309504'}, {'screen_name': 'UHDDreamer', 'name': 'Simon Crowe #FBPE💙', 'id': '2873335164'}, {'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +4341,1005900081793359872,1005775631324536832,1528660242000.0,2018-06-10 19:50:42,+0000,,@Caio_1999_ @LanceUlanoff Not recommended for urban environments,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1005900081793359872,[],[],0,,False,584,21,18,,None,,,,,,,"[{'screen_name': 'Caio_1999_', 'name': 'Caio Camilo', 'id': '2820836379'}, {'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +4342,1005899638665240576,1005775631324536832,1528660137000.0,2018-06-10 19:48:57,+0000,,@ThatGuyKnapp @LanceUlanoff Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1005899638665240576,[],[],0,,False,578,20,15,,None,,,,,,,"[{'screen_name': 'ThatGuyKnapp', 'name': 'Ryan Knapp', 'id': '2893787222'}, {'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +4343,1005899053551370240,1005660945451048960,1528659997000.0,2018-06-10 19:46:37,+0000,,"@poriya_ravi @WorldAndScience The actual amount of time I spend on Twitter is tiny. My tweets are literally what I’m thinking at the moment, not carefully crafted corporate bs, which is really just banal propaganda.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1005899053551370240,[],[],0,,False,1347,61,133,,None,,,,,,,"[{'screen_name': 'poriya_ravi', 'name': 'Ravi', 'id': '2463720289'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4344,1005896761091604480,1005660945451048960,1528659451000.0,2018-06-10 19:37:31,+0000,,@oheather1337 @WorldAndScience It is amazingly hard to find a simple solution. A complicated one is relatively easy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1005896761091604480,[],[],0,,False,1119,38,110,,None,,,,,,,"[{'screen_name': 'oheather1337', 'name': 'Heather Leet \U0001fa90', 'id': '2179394869'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4345,1005884215039176704,1005660945451048960,1528656459000.0,2018-06-10 18:47:39,+0000,,@WorldAndScience Love this design. Simpler the better.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1005884215039176704,[],[],0,,False,13299,157,397,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4346,1005879678895177729,1005875799675850752,1528655378000.0,2018-06-10 18:29:38,+0000,,@DeeLex_MCEM @VHollywood21 Add an R for Roadster 👽💕🚀,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1005879678895177729,[],[],0,,False,572,36,22,,None,,,,,,,"[{'screen_name': 'VHollywood21', 'name': 'chrisvollmer', 'id': '259762746'}]",,,, +4347,1005879049493725186,1005876924126621696,1528655228000.0,2018-06-10 18:27:08,+0000,,"@raptorweb Sigh. This is crux of matter: can’t make system too annoying or people won’t use it, negatively affecting safety, but also can’t allow people to get too complacent or safety again suffers. Latest update should have a positive effect on latter issue especially.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1005879049493725186,[],[],0,,False,560,74,25,,None,,,,,,,"[{'screen_name': 'raptorweb', 'name': 'Dan Holtz', 'id': '14731145'}]",,,, +4348,1005877098035048448,1005577738332172289,1528654763000.0,2018-06-10 18:19:23,+0000,,@Off_thewalls @MKBHD @joerogan A lot of people whose judgment I respect have suggested this. Sounds like a good idea. Will do so after Model 3 production reaches 5k/week steady.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1005877098035048448,[],[],0,,False,5907,66,269,,None,,,,,,,"[{'screen_name': 'Off_thewalls', 'name': '🌎', 'id': '3256443181'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +4349,1005876491345752064,1005875799675850752,1528654618000.0,2018-06-10 18:16:58,+0000,,"@VHollywood21 Yes. Hopefully, I’m not tempting fate too much with that date. It was meant as a joke, but is about the right actual timing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1005876491345752064,[],[],0,,False,521,17,19,,None,,,,,,,"[{'screen_name': 'VHollywood21', 'name': 'chrisvollmer', 'id': '259762746'}]",,,, +4350,1005875421999554560,1005577738332172289,1528654363000.0,2018-06-10 18:12:43,+0000,,@MKBHD Will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1005875421999554560,[],[],0,,False,10830,188,311,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +4351,1005874658015522816,1005577738332172289,1528654181000.0,2018-06-10 18:09:41,+0000,,"@bartjehoel @djenkins6 Correct, pure electric. Wish orbital rockets could be so too, but there’s no escaping Newton’s Third Law. SpaceX is already developing high efficiency CO2 capture with H2O to form liquid CH4 (methane) & O2. Critical for propellant production at Mars Base Alpha.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1005874658015522816,[],[],0,,False,1294,55,116,,None,,,,,,,"[{'screen_name': 'bartjehoel', 'name': 'Bart Jehoel', 'id': '115206725'}, {'screen_name': 'djenkins6', 'name': 'David Jenkins', 'id': '16325944'}]",,,, +4352,1005788654386606080,1005577738332172289,1528633676000.0,2018-06-10 12:27:56,+0000,,"@MKBHD You have my word, Marques. Next gen Roadster will be absolutely out of this world. For those who love to drive, there is no finer car in history and we don’t think there will be another.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1005788654386606080,[],[],0,,False,16526,189,1018,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +4353,1005785859558273024,1005775631324536832,1528633010000.0,2018-06-10 12:16:50,+0000,,"@LanceUlanoff Note, gas contained would be ultra high pressure air in a SpaceX rocket COPV bottle. The air exiting the thrusters would immediately be replenished whenever vehicle pack power draw allowed operation of the air pump, which is most of the time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1005785859558273024,[],[],0,,False,3128,109,189,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +4354,1005784176950370305,1005775631324536832,1528632609000.0,2018-06-10 12:10:09,+0000,,"@LanceUlanoff Intent of new Tesla Roadster is to beat gas sports cars on every performance metric by far, no exceptions, thus transferring the “halo crown” effect gas cars have as the top speed leaders over to pure electric.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1005784176950370305,[],[],0,,False,4911,136,382,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +4355,1005782088841232385,1004118655230078977,1528632111000.0,2018-06-10 12:01:51,+0000,,"@anandrajk @lexiheft @Tesla That issue is better in latest Autopilot software rolling out now & fully fixed in August update as part of our long-awaited Tesla Version 9. To date, Autopilot resources have rightly focused entirely on safety. With V9, we will begin to enable full self-driving features.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1005782088841232385,[],[],0,,False,995,82,143,,None,,,,,,,"[{'screen_name': 'anandrajk', 'name': 'Anand Krishnamurthy', 'id': '15695450'}, {'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4356,1005699514630471680,1005577738332172289,1528612423000.0,2018-06-10 06:33:43,+0000,,"This is why I’m not impressed when reporters who were literally in junior high while I was in newsrooms all round the world say that if I only knew how newsrooms really worked, then I’d know everything’s fine & no need for a media credibility rating system like Pravduh 🤔",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1005699514630471680,[],[],0,,False,22671,608,1847,,None,,,,,,,[],,,, +4357,1005695924318842880,1005577738332172289,1528611567000.0,2018-06-10 06:19:27,+0000,,"Zip2 also built a newspaper publishing platform that brought hundreds of regional & city papers online for the first time, and made major functionality advancements to the NY Times, Boston Globe & Knight-Ridder websites. NYT, KR & Hearst were all major investors in Zip2.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1005695924318842880,[],[],0,,False,11199,118,645,,None,,,,,,,[],,,, +4358,1005662117796540416,1005577738332172289,1528603507000.0,2018-06-10 04:05:07,+0000,,@trace_remick @FredericLambert 20 years of intense programming on extremely weak CPUs with nothing for memory & a straw for bandwidth tends to burn itself onto your 🧠 like a branding iron. Can still remember trying to squeeze fractions of a millisecond out of the /?€}%$& fetch_joystick_state function.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1005662117796540416,[],[],0,,False,777,29,42,,None,,,,,,,"[{'screen_name': 'trace_remick', 'name': 'Trace', 'id': '964223496669794306'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4359,1005643673353064448,1005577738332172289,1528599110000.0,2018-06-10 02:51:50,+0000,,"@FredericLambert In early 90s, I wrote a multitasker for PCs that spoofed the CPU & CD-ROM to act in parallel, so could read video continuously while player sprite moved smoothly. Required C++, assembly & direct flipping of CPU registers. That company’s name was Rocket Science. Fate loves irony.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1005643673353064448,[],[],0,,False,1085,51,76,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4360,1005639487995592705,1005577738332172289,1528598112000.0,2018-06-10 02:35:12,+0000,,"@FredericLambert That’s quite a blast from the past! After my Zip2 experience w patents, I felt that patents (particularly software) inhibited innovation, instead of fostering it. I aspired to file zero patents after that. In 2014, we open-sourced all Tesla patents https://t.co/HPK5R5UMS6",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1005639487995592705,['https://www.tesla.com/blog/all-our-patent-are-belong-you'],[],0,,False,971,37,103,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4361,1005596879848030209,1005577738332172289,1528587953000.0,2018-06-09 23:45:53,+0000,,"At Zip2, I wrote entire V1 of software for drawing vector maps & calculating point to point directions anywhere in US (first ever company to do so), as well as white pages & business listings w reviews (an early Yelp). Also wrote V1 of classifieds, autotrading & real estate apps.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1005596879848030209,[],[],0,,False,14743,287,1025,,None,,,,,,,[],,,, +4362,1005593651219582977,1005577738332172289,1528587184000.0,2018-06-09 23:33:04,+0000,,"More background: I arrived in North America at 17 w $2000, a backpack & a suitcase full of books. Paid my own way thru college. Dropped out of Stanford Eng/Phys grad school w $110k in college debt. Created Internet startup w bro & Greg Khouri (love bro & loved Greg, may he RIP)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1005593651219582977,[],[],0,,False,27944,526,3655,,None,,,,,,,[],,,, +4363,1005591117557989377,1005582366268534785,1528586580000.0,2018-06-09 23:23:00,+0000,,"@FrankIppolito @boringcompany We don’t think our product will be the cause of any wildfires, but The Boring Company is donating $10k.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1005591117557989377,[],[],0,,False,4709,34,164,,None,,,,,,,"[{'screen_name': 'FrankIppolito', 'name': 'Frank Ippolito', 'id': '233453193'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +4364,1005585154373386240,1005577738332172289,1528585158000.0,2018-06-09 22:59:18,+0000,,"@djenkins6 Using the config you describe, plus an electric pump to replenish air in COPV, when car power draw drops below max pack power output, makes sense. But we are going to go a lot further.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1005585154373386240,[],[],0,,False,2301,78,102,,None,,,,,,,"[{'screen_name': 'djenkins6', 'name': 'David Jenkins', 'id': '16325944'}]",,,, +4365,1005582744980606976,1005577738332172289,1528584583000.0,2018-06-09 22:49:43,+0000,,"19 years ago, when my 1st company got bought, I had to decide between buying a house in Palo Alto or a McLaren F1 (best car ever imo). Was no contest. I bought F1 & a small condo that was much cheaper than the car. New Tesla Roadster will exceed all gas sports cars in every way…",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1005582744980606976,[],[],0,,False,24432,529,2715,,None,,,,,,,[],,,, +4366,1005577738332172289,1005577738332172289,1528583390000.0,2018-06-09 22:29:50,+0000,,"SpaceX option package for new Tesla Roadster will include ~10 small rocket thrusters arranged seamlessly around car. These rocket engines dramatically improve acceleration, top speed, braking & cornering. Maybe they will even allow a Tesla to fly …",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1005577738332172289,[],[],0,,False,58144,2014,8210,,None,,,,,,,[],,,, +4367,1005564275656568832,1005564275656568832,1528580180000.0,2018-06-09 21:36:20,+0000,,"Terms & conditions for “Not-a-Flamethrower” Please use as directed to avoid unintentionally burning things down. For simple & concise instructions, we drew upon wisdom in great Dr Seuss book “Green Eggs and Ham”. #ThrowFlamesResponsibly https://t.co/kgj8W8EOLJ",en,['throwflamesresponsibly'],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1005564275656568832,[],"['https://pbs.twimg.com/media/DfR7X-fU0AAhoZC.jpg', 'https://pbs.twimg.com/media/DfR7X-gUcAAK1Y4.jpg']",1,https://pbs.twimg.com/media/DfR7X-fU0AAhoZC.jpg,False,43619,717,8258,,None,,,,,,,[],,,, +4368,1005553979386880000,1005553979386880000,1528577725000.0,2018-06-09 20:55:25,+0000,,"Almost forgot! Due to recent regulatory/customs rules enacted to inhibit transport of anything called a Flamethrower, we have renamed our product: “Not a Flamethrower”.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1005553979386880000,[],[],0,,False,96976,1209,12172,,None,,,,,,,[],,,, +4369,1005550302831861761,1005545013785182208,1528576849000.0,2018-06-09 20:40:49,+0000,,@darth_schmoo Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1005550302831861761,[],[],0,,False,1649,40,67,,None,,,,,,,"[{'screen_name': 'darth_schmoo', 'name': 'Bryce Anderson', 'id': '7628052'}]",,,, +4370,1005550181054443520,1005535664366968832,1528576820000.0,2018-06-09 20:40:20,+0000,,@SPPhotonic Each flamethrower comes with a state-of-the-art The Boring Company brand fire extinguisher. Will offer a TBC ice blaster before the dry season starts in winter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1005550181054443520,[],[],0,,False,2821,94,141,,None,,,,,,,"[{'screen_name': 'SPPhotonic', 'name': 'spphotonic.com 🇺🇸🚀⚡️❄️', 'id': '341686687'}]",,,, +4371,1005549006573846528,1005535664366968832,1528576540000.0,2018-06-09 20:35:40,+0000,,"Flamethrower obv best way to light your fireplace/BBQ. No more need to use a dainty “match” to ignite! If no wood, just drop your flamethrower in fire place! It will generate way more warmth than a quaint pile of logs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1005549006573846528,[],[],0,,False,22775,526,2282,,None,,,,,,,[],,,, +4372,1005544620854349824,1000204113953439744,1528575494000.0,2018-06-09 20:18:14,+0000,,@teslamarcus1 Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1005544620854349824,[],[],0,,False,337,8,16,,None,,,,,,,"[{'screen_name': 'teslamarcus1', 'name': 'teslamarcus', 'id': '4698614610'}]",,,, +4373,1005544618207744000,1005542695903694848,1528575493000.0,2018-06-09 20:18:13,+0000,,@mikesidneyphoto I think so :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1005544618207744000,[],[],0,,False,312,6,7,,None,,,,,,,"[{'screen_name': 'mikesidneyphoto', 'name': 'Mike Sidney', 'id': '35829158'}]",,,, +4374,1005537267912400896,1005535664366968832,1528573741000.0,2018-06-09 19:49:01,+0000,,Nothing makes your baby more zen than a few gentle puffs of a TBC Flamethrower https://t.co/HewJf66hh2,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1005537267912400896,[],['https://pbs.twimg.com/media/DfRizWnU8AA7g7n.jpg'],1,https://pbs.twimg.com/media/DfRizWnU8AA7g7n.jpg,False,21032,526,1944,,None,,,,,,,[],,,, +4375,1005535664366968832,1005535664366968832,1528573358000.0,2018-06-09 19:42:38,+0000,,First 1000 Boring Company Flamethrowers being picked up today! https://t.co/hBMp5fGzAB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1005535664366968832,[],"['https://pbs.twimg.com/media/DfRhVYHU0AEEe_8.jpg', 'https://pbs.twimg.com/media/DfRhVYHU0AAUaNw.jpg', 'https://pbs.twimg.com/media/DfRhVYGUwAA9f-f.jpg']",1,https://pbs.twimg.com/media/DfRhVYHU0AEEe_8.jpg,False,64331,1803,7592,,None,,,,,,,[],,,, +4376,1005139802826526720,1004865658859839489,1528478978000.0,2018-06-08 17:29:38,+0000,,@teslaology @DMC_Ryan @Tesla We’re building out Tesla body repair in all major metro areas to ensure super fast & excellent outcome,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1005139802826526720,[],[],0,,False,726,43,53,,None,,,,,,,"[{'screen_name': 'teslaology', 'name': 'Teslaology', 'id': '835582779773472769'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4377,1005138469243383808,1004865658859839489,1528478660000.0,2018-06-08 17:24:20,+0000,,@DMC_Ryan Talked with Tesla team. Looks like we can do the aluminum Model 3 pedal covers (slightly different from S). Turning on production for Model 3 Performance version.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1005138469243383808,[],[],0,,False,844,57,64,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4378,1005133546665566208,1005127272515371008,1528477486000.0,2018-06-08 17:04:46,+0000,,@pmnordkvist Gigafactory should be on 100% renewable energy (primarily solar with some wind) by next year. Rollout of solar already begun.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1005133546665566208,[],[],0,,False,7127,138,455,,None,,,,,,,"[{'screen_name': 'pmnordkvist', 'name': 'Cringe Dad', 'id': '14838580'}]",,,, +4379,1005120018340765696,1004936605797212160,1528474261000.0,2018-06-08 16:11:01,+0000,,"@Nate_072 @SpaceX Yeah, actually closer to Skylab, but with 50% larger inner diameter",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1005120018340765696,[],[],0,,False,989,39,27,,None,,,,,,,"[{'screen_name': 'Nate_072', 'name': 'Nate', 'id': '182928094'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4380,1004937668612898817,1004936605797212160,1528430785000.0,2018-06-08 04:06:25,+0000,,And we’re definitely going to have a pod bay door override button. Lesson learned.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1004937668612898817,[],[],0,,False,30169,623,1992,,None,,,,,,,[],,,, +4381,1004937330409418753,1004928575546552322,1528430705000.0,2018-06-08 04:05:05,+0000,,"@MKBHD Definitely. Will also have Augmented Mode that will massively enhance human driving ability. Like a flying metal suit, but in car form …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1004937330409418753,[],[],0,,False,12501,217,699,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +4382,1004936605797212160,1004936605797212160,1528430532000.0,2018-06-08 04:02:12,+0000,,Running track in @SpaceX BF Spaceship will look something like this https://t.co/563upTfV58,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1004936605797212160,[],['https://pbs.twimg.com/tweet_video_thumb/DfJAehHV4AEGpYj.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/DfJAehHV4AEGpYj.jpg,False,48994,1132,6709,,None,,,,,,,[],,,, +4383,1004866833822842882,1004865658859839489,1528413897000.0,2018-06-07 23:24:57,+0000,,"@DMC_Ryan No plans for aluminum pedals. Adds too much production complexity. Model 3 will def have summon, which will get way more advanced for S & X w HW2 Autopilot & all Model 3 cars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1004866833822842882,[],[],0,,False,691,40,42,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4384,1004857328120709120,1004845714164232194,1528411631000.0,2018-06-07 22:47:11,+0000,,@jovanik21 @Tesla Working on improving,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1004857328120709120,[],[],0,,False,427,13,15,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4385,1004816355948806144,1004792846182801408,1528401862000.0,2018-06-07 20:04:22,+0000,,"@ElliottGotkine No way 6 mins is enough for abs. I mean, come on, 7 mins is obv right.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1004816355948806144,[],[],0,,False,454,23,10,,None,,,,,,,"[{'screen_name': 'ElliottGotkine', 'name': 'Elliott Gotkine', 'id': '53066734'}]",,,, +4386,1004794907377090560,1004792846182801408,1528396748000.0,2018-06-07 18:39:08,+0000,,"@dprzygoda Oh please, that’s obv overkill",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1004794907377090560,[],[],0,,False,733,34,14,,None,,,,,,,"[{'screen_name': 'dprzygoda', 'name': 'Dan Przygoda', 'id': '23404225'}]",,,, +4387,1004792846182801408,1004792846182801408,1528396257000.0,2018-06-07 18:30:57,+0000,,Tip of the day … https://t.co/MjbYlseX45,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1004792846182801408,['https://twitter.com/elonmusk/status/872257953373368320'],[],0,,False,12794,416,910,https://twitter.com/elonmusk/status/872257953373368320,None,,,,,,,[],,,, +4388,1004212406849978368,1004118655230078977,1528257869000.0,2018-06-06 04:04:29,+0000,,@lexiheft @Tesla Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1004212406849978368,[],[],0,,False,1046,65,35,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4389,1004167764590788609,1004151909761060864,1528247226000.0,2018-06-06 01:07:06,+0000,,"@shwetp We are ramping production as fast as possible. Wait should be closer to 6 months though, not 2 years.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1004167764590788609,[],[],0,,False,583,35,23,,None,,,,,,,"[{'screen_name': 'shwetp', 'name': 'Shwet Prabhat', 'id': '61276936'}]",,,, +4390,1004081880340168704,1004077275451678720,1528226749000.0,2018-06-05 19:25:49,+0000,,@WSJ Congratulations @murraymatt. Good move by @WSJ. Please use Matt’s Twitter pic. Essence of a good editor,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1004081880340168704,[],[],0,,False,1685,26,53,,None,,,,,,,"[{'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +4391,1003916871693791232,1003852615052980224,1528187408000.0,2018-06-05 08:30:08,+0000,,"@ang3lwtf Yup, we are extending the net area by a factor of 4",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1003916871693791232,[],[],0,,False,767,78,42,,None,,,,,,,"[{'screen_name': 'ang3lwtf', 'name': 'Angel Garcia', 'id': '192709561'}]",,,, +4392,1003725887756386304,1003725887756386304,1528141874000.0,2018-06-04 19:51:14,+0000,,"Am def not under any illusion that this will end illiteracy, but I hope it helps at least a little https://t.co/06IA9Xy6bL",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1003725887756386304,['https://www.forbes.com/sites/peterhigh/2018/06/04/elon-musk-funded-xprize-is-one-step-closer-to-ending-global-illiteracy/?utm_source=yahoo&utm_medium=partner&utm_campaign=yahootix&partner=yahootix&yptr=yahoo#62b6267b4465'],[],0,,False,22055,763,2473,,None,,,,,,,[],,,, +4393,1003701407004758016,1003689885440491520,1528136037000.0,2018-06-04 18:13:57,+0000,,"@sonic_hedgehog Good morning, Sonic. Not sure how to break it to you, but … https://t.co/RPpOchBMKJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1003701407004758016,['https://www.theonion.com/new-mit-study-suggests-sonic-the-hedgehog-might-be-livi-1819580078'],[],0,,False,29529,310,4114,,None,,,,,,,"[{'screen_name': 'sonic_hedgehog', 'name': 'Sonic the Hedgehog', 'id': '19609162'}]",,,, +4394,1003161965533937667,1002972895537254400,1528007425000.0,2018-06-03 06:30:25,+0000,,"@SquarePeg44 @cassianelwes We have about 11,000 projects underway in Puerto Rico",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1003161965533937667,[],[],0,,False,1449,92,230,,None,,,,,,,"[{'screen_name': 'SquarePeg44', 'name': ""D'Elby"", 'id': '153170218'}, {'screen_name': 'cassianelwes', 'name': 'cassian elwes', 'id': '234995019'}]",,,, +4395,1003158520919814145,1002972895537254400,1528006603000.0,2018-06-03 06:16:43,+0000,,@cassianelwes Appreciated on behalf of Tesla team,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1003158520919814145,[],[],0,,False,4644,41,118,,None,,,,,,,"[{'screen_name': 'cassianelwes', 'name': 'cassian elwes', 'id': '234995019'}]",,,, +4396,1003142348061138944,1003090131585196032,1528002747000.0,2018-06-03 05:12:27,+0000,,@Jamie_Sullivan4 @Model3Owners You should get an invite to configure in next few days,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1003142348061138944,[],[],0,,False,441,51,15,,None,,,,,,,"[{'screen_name': 'Jamie_Sullivan4', 'name': 'Jamie Sullivan', 'id': '430693528'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4397,1003142058738049025,1003090131585196032,1528002678000.0,2018-06-03 05:11:18,+0000,,@MacTechGenius @Model3Owners Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1003142058738049025,[],[],0,,False,480,6,12,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4398,1003142000307154944,1003090131585196032,1528002665000.0,2018-06-03 05:11:05,+0000,,"@Heretic_Soul @Model3Owners Leasing negatively effects Tesla cash flow, so we prob won’t offer Model 3 leases for 6 to 9 months. Loan financing is a better deal anyway, as bank conservatism for new car models is v conservative about residual value, but Teslas have always had strong residual value.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1003142000307154944,[],[],0,,False,561,38,43,,None,,,,,,,"[{'screen_name': 'Heretic_Soul', 'name': 'Heretic', 'id': '21449972'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4399,1003139875112042497,1003090131585196032,1528002158000.0,2018-06-03 05:02:38,+0000,,@Model3Owners Model 3 Performance order page progressively rolling out to reservation holders over the next week or so. It’s a really great car. Not saying that lightly. Test drive is a mindwarp. Aiming to have these as our first test drive Model 3 cars in stores within 4 to 6 week’s.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1003139875112042497,[],[],0,,False,3939,133,226,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4400,1002983121896103937,1002980786977402880,1527964785000.0,2018-06-02 18:39:45,+0000,,@RReardonT @Tesla Next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1002983121896103937,[],[],0,,False,1454,54,26,,None,,,,,,,"[{'screen_name': 'RReardonT', 'name': 'Patrick Reardon', 'id': '409582786'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4401,1002982393467158528,1002980786977402880,1527964611000.0,2018-06-02 18:36:51,+0000,,@heron_ziegel @jasminrohman Twitter is so dark …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1002982393467158528,[],[],0,,False,3609,68,200,,None,,,,,,,"[{'screen_name': 'heron_ziegel', 'name': 'Heron Ziegel', 'id': '993987165230174209'}, {'screen_name': 'jasminrohman', 'name': 'Jasmin Rohman ✨🐉🐯🧢✨', 'id': '217413470'}]",,,, +4402,1002981936233496577,1002980786977402880,1527964502000.0,2018-06-02 18:35:02,+0000,,@jkunkel2 No … no …,es,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1002981936233496577,[],[],0,,False,1186,20,24,,None,,,,,,,"[{'screen_name': 'jkunkel2', 'name': 'Joshua Kunkel', 'id': '355625719'}]",,,, +4403,1002981810379284480,1002980786977402880,1527964472000.0,2018-06-02 18:34:32,+0000,,@jasminrohman That is horrifying,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1002981810379284480,[],[],0,,False,3761,34,81,,None,,,,,,,"[{'screen_name': 'jasminrohman', 'name': 'Jasmin Rohman ✨🐉🐯🧢✨', 'id': '217413470'}]",,,, +4404,1002981547836764160,1002980786977402880,1527964410000.0,2018-06-02 18:33:30,+0000,,"@AlexGuichet Indeed, the esthetics of cutlery are a source of great stress",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1002981547836764160,[],[],0,,False,2004,50,67,,None,,,,,,,"[{'screen_name': 'AlexGuichet', 'name': 'Alex Guichet', 'id': '6700402'}]",,,, +4405,1002980786977402880,1002980786977402880,1527964228000.0,2018-06-02 18:30:28,+0000,,Mason jars with a handle or wine stem cause me to lose faith in humanity,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1002980786977402880,[],[],0,,False,46305,1962,5119,,None,,,,,,,[],,,, +4406,1002945324858552320,1002943261357424643,1527955773000.0,2018-06-02 16:09:33,+0000,,@RacusinJennifer @tycoonmindset05 The future,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1002945324858552320,[],[],0,,False,1789,115,69,,None,,,,,,,"[{'screen_name': 'RacusinJennifer', 'name': 'Jennifer Racusin', 'id': '927213925929644033'}, {'screen_name': 'tycoonmindset05', 'name': 'The Tycoon Mindset', 'id': '980798884141195264'}]",,,, +4407,1002945018066157568,1002871601405153280,1527955700000.0,2018-06-02 16:08:20,+0000,,@SpiritosoV @KumJm @STcom Exactly!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1002945018066157568,[],[],0,,False,466,12,12,,None,,,,,,,"[{'screen_name': 'SpiritosoV', 'name': 'Vin', 'id': '849275263628316672'}, {'screen_name': 'KumJm', 'name': 'JM', 'id': '21926044'}]",,,, +4408,1002944786913873922,1002943261357424643,1527955645000.0,2018-06-02 16:07:25,+0000,,@tycoonmindset05 I was an alien 🛸👽♥️💫,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1002944786913873922,[],[],0,,False,30240,884,2860,,None,,,,,,,"[{'screen_name': 'tycoonmindset05', 'name': 'The Tycoon Mindset', 'id': '980798884141195264'}]",,,, +4409,1002943252704591872,1002942161455902722,1527955279000.0,2018-06-02 16:01:19,+0000,,"@DanielaAtHome8 Usually, they don’t even realize it. All they know is that some PR agency is pushing a story that will get clicks. That is the true nature of the corruption. It is rare that US media knowingly writes a false story just for clicks, but they are often manipulated into doing so.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1002943252704591872,[],[],0,,False,505,24,37,,None,,,,,,,"[{'screen_name': 'DanielaAtHome8', 'name': 'Daniela', 'id': '187140926'}]",,,, +4410,1002942317785853953,1002871601405153280,1527955056000.0,2018-06-02 15:57:36,+0000,,@NathanWickland @STcom Actually true!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1002942317785853953,[],[],0,,False,518,9,9,,None,,,,,,,[],,,, +4411,1002941578040696832,1002871601405153280,1527954880000.0,2018-06-02 15:54:40,+0000,,"@KumJm @STcom Singapore has enough land area to generate most of its electricity from the sun. Solar energy is more than most people realize. 250MW per sq km at current commercial efficiency solar panels. No more need to import fossil fuels for electricity, which is a strategic vulnerability.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1002941578040696832,[],[],0,,False,868,36,184,,None,,,,,,,"[{'screen_name': 'KumJm', 'name': 'JM', 'id': '21926044'}]",,,, +4412,1002939845755334662,1002871601405153280,1527954467000.0,2018-06-02 15:47:47,+0000,,"@STcom But don’t worry, cars have been tested for emissions levels & everything’s just fine https://t.co/cg4ooQSrX3",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1002939845755334662,['https://en.m.wikipedia.org/wiki/Volkswagen_emissions_scandal'],[],0,,False,672,30,46,,None,,,,,,,[],,,, +4413,1002938604623196160,1002871601405153280,1527954171000.0,2018-06-02 15:42:51,+0000,,"@STcom Why have policies that promote a combustion vehicle fleet in a dense city environment? In bumper to bumper traffic, each car’s exhaust pipes releases poison gases right into the air intake of car behind. This is not healthy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1002938604623196160,[],[],0,,False,1002,40,189,,None,,,,,,,[],,,, +4414,1002926869069553664,1002871601405153280,1527951373000.0,2018-06-02 14:56:13,+0000,,@STcom The results speak for themselves. Singapore is a very prosperous city and yet has very few electric cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/1002926869069553664,[],[],0,,False,4190,131,426,,None,,,,,,,[],,,, +4415,1002682587800690688,1002682587800690688,1527893132000.0,2018-06-01 22:45:32,+0000,,Glad you’re ok! https://t.co/zuuYCUIKus,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1002682587800690688,['https://twitter.com/zedd/status/1002244316087992320'],[],0,,False,43194,333,2564,https://twitter.com/zedd/status/1002244316087992320,None,,,,,,,[],,,, +4416,1002678650355920896,1002678650355920896,1527892193000.0,2018-06-01 22:29:53,+0000,,Some details on the Tesla air filtration system https://t.co/kRPwg7TGsu,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1002678650355920896,['https://twitter.com/tesla/status/1002261751025491968'],[],0,,False,6934,260,541,https://twitter.com/tesla/status/1002261751025491968,None,,,,,,,[],,,, +4417,1002467202430144512,1002270980755013632,1527841780000.0,2018-06-01 08:29:40,+0000,,@nickg_uk Mid 2019 for RHD,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1002467202430144512,[],[],0,,False,417,19,19,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}]",,,, +4418,1002466064230334464,1002461285684920320,1527841509000.0,2018-06-01 08:25:09,+0000,,@nashlib That sounds like a fun adventure!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1002466064230334464,[],[],0,,False,388,11,12,,None,,,,,,,"[{'screen_name': 'nashlib', 'name': 'Naushad Ali', 'id': '44601712'}]",,,, +4419,1002465751859490816,1002270980755013632,1527841434000.0,2018-06-01 08:23:54,+0000,,@nickg_uk You can just take the aero inserts out of the standard wheel & it looks pretty cool. We could offer that as an option at purchase.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1002465751859490816,[],[],0,,False,408,18,10,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}]",,,, +4420,1002381189607350272,1002372491514441728,1527821273000.0,2018-06-01 02:47:53,+0000,,"@Arkved78 Model 3 should be second best in world after Model S/X. Still super good, but we went a little 🥜 on S/X.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1002381189607350272,[],[],0,,False,1510,62,46,,None,,,,,,,"[{'screen_name': 'Arkved78', 'name': 'Joe Swagerty', 'id': '3184517198'}]",,,, +4421,1002380587389390848,1002380587389390848,1527821130000.0,2018-06-01 02:45:30,+0000,,"Filters bacteria, viruses, spores, pollen & particulate of almost any kind https://t.co/dlQHJfKdpU",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1002380587389390848,['https://twitter.com/elonmusk/status/1002379548804206592'],[],0,,False,15698,604,1489,https://twitter.com/elonmusk/status/1002379548804206592,None,,,,,,,[],,,, +4422,1002379548804206592,1001845642615017472,1527820882000.0,2018-06-01 02:41:22,+0000,,"@Seanmmvi @OlofTenghoff @Tesla Model S & X also have an acid gas filter, an alkaline gas filter & a carbon monoxide detector that autoswitches car to recirc mode. We should prob tell people about this more. Filters are giant, so too big to fit in Model 3.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1002379548804206592,[],[],0,,False,4456,190,486,,None,,,,,,,"[{'screen_name': 'Seanmmvi', 'name': 'Sean Williams', 'id': '23133479'}, {'screen_name': 'OlofTenghoff', 'name': 'Olof Tenghoff', 'id': '717703104490258432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4423,1002372491514441728,1002372491514441728,1527819199000.0,2018-06-01 02:13:19,+0000,,"Cool, Tesla S/X have hospital operating room air quality when BWD mode is activated, so shd protect against even a weaponized virus https://t.co/gIELCeXN1C",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1002372491514441728,['https://twitter.com/oloftenghoff/status/1001845642615017472'],[],0,,False,44145,623,5650,https://twitter.com/oloftenghoff/status/1001845642615017472,None,,,,,,,[],,,, +4424,1002357778818592769,1002354746643156992,1527815692000.0,2018-06-01 01:14:52,+0000,,@jimcramer @BrianSozzi Do it,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1002357778818592769,[],[],0,,False,36881,730,3414,,None,,,,,,,"[{'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}, {'screen_name': 'BrianSozzi', 'name': 'Brian Sozzi', 'id': '104257356'}]",,,, +4425,1002284769114079232,1002283902201872384,1527798285000.0,2018-05-31 20:24:45,+0000,,@CandybarLaMuse Berliner Wurst hat am meisten Curry🔥,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1002284769114079232,[],[],0,,False,1284,90,230,,None,,,,,,,"[{'screen_name': 'CandybarLaMuse', 'name': 'Queen Charmaine the Real Estate Agent.', 'id': '207634488'}]",,,, +4426,1002283316840574976,1002270980755013632,1527797938000.0,2018-05-31 20:18:58,+0000,,@gyano @DrTie1 @Poxari Ich habe an der Universität ein Semester Deutsch studiert. Ich wünschte ich könnte es besser sprechen!,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1002283316840574976,[],[],0,,False,2882,160,336,,None,,,,,,,"[{'screen_name': 'gyano', 'name': 'Debor Gorgy', 'id': '71143317'}, {'screen_name': 'DrTie1', 'name': 'DrTie', 'id': '970082430714564610'}, {'screen_name': 'Poxari', 'name': 'Poxari', 'id': '106817954'}]",,,, +4427,1002273494564913153,1002270980755013632,1527795597000.0,2018-05-31 19:39:57,+0000,,@DrTie1 @Poxari Natürlich,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1002273494564913153,[],[],0,,False,1807,27,105,,None,,,,,,,"[{'screen_name': 'DrTie1', 'name': 'DrTie', 'id': '970082430714564610'}, {'screen_name': 'Poxari', 'name': 'Poxari', 'id': '106817954'}]",,,, +4428,1002272887892361216,1002270980755013632,1527795452000.0,2018-05-31 19:37:32,+0000,,@FredericLambert Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1002272887892361216,[],[],0,,False,1124,53,58,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4429,1002270980755013632,1002270980755013632,1527794997000.0,2018-05-31 19:29:57,+0000,,Best analysis of Model 3 to date (German) https://t.co/kCd3qWODiR,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1002270980755013632,['https://www.wiwo.de/technologie/mobilitaet/elektroauto-zerlegt-tesla-model-3-kann-gewinn-abwerfen/22625806.html'],[],0,,False,9350,474,956,,None,,,,,,,[],,,, +4430,1002245552002641920,1002245552002641920,1527788935000.0,2018-05-31 17:48:55,+0000,,Finders keepers 🚀🚀🚀 https://t.co/zyV71zRIFQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1002245552002641920,['https://twitter.com/malala/status/1002225801427935233'],[],0,,False,43145,386,3508,https://twitter.com/malala/status/1002225801427935233,None,,,,,,,[],,,, +4431,1002237545273483264,1002237545273483264,1527787026000.0,2018-05-31 17:17:06,+0000,,#Pravduh https://t.co/ZlMp13WOxW,und,['pravduh'],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1002237545273483264,['https://twitter.com/paulmasonnews/status/1002110600363872257'],[],0,,False,4712,202,339,https://twitter.com/paulmasonnews/status/1002110600363872257,None,,,,,,,[],,,, +4432,1002198347006922754,1002171917208641536,1527777680000.0,2018-05-31 14:41:20,+0000,,@Malala Hi @Malala! 💕👻😅,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1002198347006922754,[],[],0,,False,40297,206,2173,,None,,,,,,,"[{'screen_name': 'Malala', 'name': 'Malala', 'id': '937499232'}]",,,, +4433,1002056802127638528,1001863039308595201,1527743933000.0,2018-05-31 05:18:53,+0000,,@unicorn @MacTechGenius @v_g_fischer @ConsumerReports Try adjusting tire pressure. Will ask Tesla engineering to investigate.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1002056802127638528,[],[],0,,False,479,18,9,,None,,,,,,,"[{'screen_name': 'unicorn', 'name': 'andrew unicorn hyde', 'id': '841791'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'ConsumerReports', 'name': 'Consumer Reports', 'id': '16193528'}]",,,, +4434,1002041479777406976,1002041479777406976,1527740280000.0,2018-05-31 04:18:00,+0000,,Hell of a week https://t.co/jKsfykkG55,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1002041479777406976,['https://twitter.com/clickhole/status/1001887654294773760'],[],0,,False,146623,1522,22455,https://twitter.com/clickhole/status/1001887654294773760,None,,,,,,,[],,,, +4435,1002040126673948672,1002038433542324224,1527739957000.0,2018-05-31 04:12:37,+0000,,@Edwardpumps Just for perspective https://t.co/ZfMR1aOinY,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1002040126673948672,['https://www.google.com/search?q=automotive+deaths+per+year+worldwide'],[],0,,False,2748,159,139,,None,,,,,,,"[{'screen_name': 'Edwardpumps', 'name': 'Santa Pumps⛽️', 'id': '800893610833027072'}]",,,, +4436,1002037312094654465,1001954184273498112,1527739286000.0,2018-05-31 04:01:26,+0000,,"@johnny0129 @jeffnesbit @Tesla True, no one is perfect",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1002037312094654465,[],[],0,,False,462,17,9,,None,,,,,,,"[{'screen_name': 'johnny0129', 'name': 'Johnny - Practicing french & Spanish', 'id': '36274970'}, {'screen_name': 'jeffnesbit', 'name': 'Jeff Nesbit', 'id': '72103163'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4437,1001955381734715394,1001954184273498112,1527719753000.0,2018-05-30 22:35:53,+0000,,@JeffreyWolder @jeffnesbit @Tesla You’re most welcome. More to come in this regard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1001955381734715394,[],[],0,,False,587,21,20,,None,,,,,,,"[{'screen_name': 'jeffnesbit', 'name': 'Jeff Nesbit', 'id': '72103163'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4438,1001954916569579520,1001954184273498112,1527719642000.0,2018-05-30 22:34:02,+0000,,"@jeffnesbit @Tesla Tesla will always refute articles that are misleading & point out if there is someone with a pattern of doing so. Many fit this description, but Consumer Reports is always fair & accurate in their criticism.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1001954916569579520,[],[],0,,False,5627,74,277,,None,,,,,,,"[{'screen_name': 'jeffnesbit', 'name': 'Jeff Nesbit', 'id': '72103163'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4439,1001903414555492352,1001872628158746625,1527707363000.0,2018-05-30 19:09:23,+0000,,"@ElectrekCo @FredericLambert Ride comfort & aero/road noise already better than CR car, which was early production. Wish we could make the car perfect from day 1, but there’s always room for improvement. Highly recommend dropping tire pressure 10% below max to ~39 psi for comfort. Only affects range by ~2%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1001903414555492352,[],[],0,,False,3206,106,157,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4440,1001902483172507650,1001870372403167232,1527707141000.0,2018-05-30 19:05:41,+0000,,@annerajb @Henry_Pivac Prob 8.3,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1001902483172507650,[],[],0,,False,453,14,13,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Henry_Pivac', 'name': 'Henry Pivac', 'id': '722716968688685056'}]",,,, +4441,1001902212052758530,1001870372403167232,1527707076000.0,2018-05-30 19:04:36,+0000,,@Henry_Pivac Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1001902212052758530,[],[],0,,False,386,9,6,,None,,,,,,,"[{'screen_name': 'Henry_Pivac', 'name': 'Henry Pivac', 'id': '722716968688685056'}]",,,, +4442,1001870372403167232,1001870372403167232,1527699485000.0,2018-05-30 16:58:05,+0000,,"All items below will go to all Model 3s within next few months with V8.2 software. To report a bug or ask for a feature, press voice button, say “bug report” followed by issue description. https://t.co/ea7FTOn2cE",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1001870372403167232,['https://twitter.com/mactechgenius/status/1001867688413544448'],[],0,,False,6418,355,545,https://twitter.com/mactechgenius/status/1001867688413544448,None,,,,,,,[],,,, +4443,1001866336732041222,1001693686739202055,1527698523000.0,2018-05-30 16:42:03,+0000,,@prakash_d @grillick @IndianInterest “Pneumatic” means propelled by air. Opposite of Hyperloop.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1001866336732041222,[],[],0,,False,569,18,20,,None,,,,,,,"[{'screen_name': 'prakash_d', 'name': 'Prakash Dantuluri', 'id': '14395630'}, {'screen_name': 'grillick', 'name': 'Joel for UBI 🌹', 'id': '69974424'}, {'screen_name': 'IndianInterest', 'name': 'Abhijit Chavda', 'id': '235118495'}]",,,, +4444,1001865846338215936,1001863039308595201,1527698406000.0,2018-05-30 16:40:06,+0000,,"@MacTechGenius @v_g_fischer @ConsumerReports Braking & UI upgrades apply to all Model 3s. Improved windshield for aero noise & suspension for ride comfort are major ops. Unless you’re really bothered by them, don’t replace. Best way to improve ride is drop tire pressure to ~39 psi. 45 psi is best range, but lower comfort.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1001865846338215936,[],[],0,,False,2591,100,138,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'ConsumerReports', 'name': 'Consumer Reports', 'id': '16193528'}]",,,, +4445,1001863391982505984,1001863039308595201,1527697821000.0,2018-05-30 16:30:21,+0000,,"@v_g_fischer @ConsumerReports Yeah, absolutely",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1001863391982505984,[],[],0,,False,740,20,14,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'ConsumerReports', 'name': 'Consumer Reports', 'id': '16193528'}]",,,, +4446,1001863039308595201,1001863039308595201,1527697736000.0,2018-05-30 16:28:56,+0000,,Really appreciate the high quality critical feedback from @ConsumerReports. Road noise & ride comfort already addressed too. UI improvements coming via remote software update later this month. https://t.co/ZMLPJxmPlM,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1001863039308595201,['https://twitter.com/timkhiggins/status/1001860891317387264'],[],0,,False,9864,310,858,https://twitter.com/timkhiggins/status/1001860891317387264,None,,,,,,,[],,,, +4447,1001858830832029696,1001858830832029696,1527696733000.0,2018-05-30 16:12:13,+0000,,Like you guys too 🚘 🖤 https://t.co/PVQVyR1nXY,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1001858830832029696,['https://twitter.com/lyft/status/1001858174784172032'],[],0,,False,13557,168,557,https://twitter.com/lyft/status/1001858174784172032,None,,,,,,,[],,,, +4448,1001857257254993921,1001693686739202055,1527696358000.0,2018-05-30 16:05:58,+0000,,"@IndianInterest Actually, Hyperloop draws a near vacuum in tube & each pod is powered w electric motors. It is opposite of pneumatically powered.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1001857257254993921,[],[],0,,False,4919,113,276,,None,,,,,,,"[{'screen_name': 'IndianInterest', 'name': 'Abhijit Chavda', 'id': '235118495'}]",,,, +4449,1001707195799621632,1000204113953439744,1527660580000.0,2018-05-30 06:09:40,+0000,,"@yoyovinzi Would love to be in India. Some challenging government regulations, unfortunately. Deepak Ahuja, our CFO, is from India. Tesla will be there as soon as he believes we should.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1001707195799621632,[],[],0,,False,4873,487,1682,,None,,,,,,,"[{'screen_name': 'yoyovinzi', 'name': 'vinit swami', 'id': '178414555'}]",,,, +4450,1001565360783474688,1001556148355559425,1527626764000.0,2018-05-29 20:46:04,+0000,,@annerajb @eli_schiff Good progress. Really proud of this design & SpaceX propulsion team. This engine is something special.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1001565360783474688,[],[],0,,False,1027,47,55,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'eli_schiff', 'name': 'Eli Schiff', 'id': '29162709'}]",,,, +4451,1001564349465411584,1001556148355559425,1527626523000.0,2018-05-29 20:42:03,+0000,,@eli_schiff Peace ✌️,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1001564349465411584,[],[],0,,False,600,36,26,,None,,,,,,,"[{'screen_name': 'eli_schiff', 'name': 'Eli Schiff', 'id': '29162709'}]",,,, +4452,1001536562327252992,1001536271871655936,1527619898000.0,2018-05-29 18:51:38,+0000,,@ClaytonGoobert Love the space cowboy esthetic,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1001536562327252992,[],[],0,,False,2448,83,79,,None,,,,,,,[],,,, +4453,1001534820894175232,1001534407482793984,1527619483000.0,2018-05-29 18:44:43,+0000,,@AndreaSJames ♥️,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1001534820894175232,[],[],0,,False,1623,52,39,,None,,,,,,,"[{'screen_name': 'AndreaSJames', 'name': 'Andrea S. James 🌸✨⚡️', 'id': '781408'}]",,,, +4454,1001532526878310400,1001532526878310400,1527618936000.0,2018-05-29 18:35:36,+0000,,"At risk of stating the extremely obvious, I am against threats of violence & abusive epithets in any forum. Please do not use them in my name or at all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1001532526878310400,[],[],0,,False,53241,1241,3600,,None,,,,,,,[],,,, +4455,1001523976542146560,1001513484692041729,1527616898000.0,2018-05-29 18:01:38,+0000,,"@kevinmgill You’re saying a BBC reporter who attacked me for months w unprofessional language & ad hominem attacks, then deleted those tweets to hide them, is a “good person”?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1001523976542146560,[],[],0,,False,10924,240,577,,None,,,,,,,"[{'screen_name': 'kevinmgill', 'name': 'Kevin M. Gill', 'id': '18145341'}]",,,, +4456,1001516537344225281,1001285940999016450,1527615124000.0,2018-05-29 17:32:04,+0000,,@NoahShachtman @thedailybeast @erinbiba This journalist has been attacking me for months incl using genitalia language that she now says is sexist. What a hypocrite! https://t.co/aXPsmLnh48,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1001516537344225281,['https://twitter.com/politicalelle/status/1001486475744063488?s=21'],[],0,,False,6782,307,639,https://twitter.com/politicalelle/status/1001486475744063488?s=21,None,,,,,,,"[{'screen_name': 'NoahShachtman', 'name': 'Noah Shachtman', 'id': '15728161'}, {'screen_name': 'thedailybeast', 'name': 'The Daily Beast', 'id': '16012783'}, {'screen_name': 'erinbiba', 'name': 'Erin Biba', 'id': '19624836'}]",,,, +4457,1001509671776210944,1001285940999016450,1527613487000.0,2018-05-29 17:04:47,+0000,,"@HahTse @neilhimself @AnozieUdemezue @upulie @davidkfried “Nano” is a unit of measure, not a field imo. Would’ve been sexist *not* to express an opinion simply because someone is a woman.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1001509671776210944,[],[],0,,False,727,54,35,,None,,,,,,,"[{'screen_name': 'HahTse', 'name': 'HC', 'id': '112705078'}, {'screen_name': 'neilhimself', 'name': 'Neil Gaiman', 'id': '18393773'}, {'screen_name': 'AnozieUdemezue', 'name': 'Aku-Steve', 'id': '876022000912879616'}, {'screen_name': 'upulie', 'name': 'STEMLORD', 'id': '187518287'}, {'screen_name': 'davidkfried', 'name': 'DesignerDave', 'id': '2229576426'}]",,,, +4458,1001507474946560000,1001285940999016450,1527612963000.0,2018-05-29 16:56:03,+0000,,"@NoahShachtman @thedailybeast @erinbiba Hello, have you met the Internet? Everyone gets harassed regardless of gender, especially if they say false things. Saying I’m against science is like saying Beyoncé doesn’t know beats. Blowback from latter (all genders) would make my comment stream seem like Socratic dialogue.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1001507474946560000,[],[],0,,False,5041,117,488,,None,,,,,,,"[{'screen_name': 'NoahShachtman', 'name': 'Noah Shachtman', 'id': '15728161'}, {'screen_name': 'thedailybeast', 'name': 'The Daily Beast', 'id': '16012783'}, {'screen_name': 'erinbiba', 'name': 'Erin Biba', 'id': '19624836'}]",,,, +4459,1001504431521878017,1001285940999016450,1527612238000.0,2018-05-29 16:43:58,+0000,,"@neilhimself @AnozieUdemezue @upulie @davidkfried Gaiman, did you actually read my tweets? I didn’t set anyone on anyone. A BBC science reporter tweeted that I was anti-science & I said that was false. Are you saying I don’t have the right to deny false accusations? That’s messed up.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1001504431521878017,[],[],0,,False,845,48,41,,None,,,,,,,"[{'screen_name': 'neilhimself', 'name': 'Neil Gaiman', 'id': '18393773'}, {'screen_name': 'AnozieUdemezue', 'name': 'Aku-Steve', 'id': '876022000912879616'}, {'screen_name': 'upulie', 'name': 'STEMLORD', 'id': '187518287'}, {'screen_name': 'davidkfried', 'name': 'DesignerDave', 'id': '2229576426'}]",,,, +4460,1001391226988388353,1001285940999016450,1527585248000.0,2018-05-29 09:14:08,+0000,,"@NoahShachtman @thedailybeast @erinbiba You’ve done something incredibly dishonest by supporting a journo who falsely stated that I’m against science, then cherrypicked tweets that don’t represent the vast majority of my followers to make false claims against them too",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1001391226988388353,[],[],0,,False,33632,835,2993,,None,,,,,,,"[{'screen_name': 'NoahShachtman', 'name': 'Noah Shachtman', 'id': '15728161'}, {'screen_name': 'thedailybeast', 'name': 'The Daily Beast', 'id': '16012783'}, {'screen_name': 'erinbiba', 'name': 'Erin Biba', 'id': '19624836'}]",,,, +4461,1001344881007079424,1001313325463072768,1527574198000.0,2018-05-29 06:09:58,+0000,,@amasad @its_a_massacre @fung9815 @israrayyaz @Sra_Mister @waitbutwhy Great book. Read it when it came out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1001344881007079424,[],[],0,,False,461,24,12,,None,,,,,,,"[{'screen_name': 'amasad', 'name': 'Amjad Masad ⠕', 'id': '166138615'}, {'screen_name': 'fung9815', 'name': 'Fung C.F.', 'id': '81874120'}, {'screen_name': 'israrayyaz', 'name': 'Israr', 'id': '637208502'}, {'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +4462,1001342504640307201,1001313325463072768,1527573631000.0,2018-05-29 06:00:31,+0000,,@amasad @its_a_massacre @fung9815 @israrayyaz @Sra_Mister @waitbutwhy Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1001342504640307201,[],[],0,,False,454,12,15,,None,,,,,,,"[{'screen_name': 'amasad', 'name': 'Amjad Masad ⠕', 'id': '166138615'}, {'screen_name': 'fung9815', 'name': 'Fung C.F.', 'id': '81874120'}, {'screen_name': 'israrayyaz', 'name': 'Israr', 'id': '637208502'}, {'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +4463,1001316038267432960,1001313325463072768,1527567321000.0,2018-05-29 04:15:21,+0000,,@rhinopIasty SpaceX has Area 58 at Cape Canaveral. That’s 7 better than 51.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1001316038267432960,[],[],0,,False,2260,50,225,,None,,,,,,,"[{'screen_name': 'rhinopIasty', 'name': '🏹', 'id': '193537611'}]",,,, +4464,1001315811582066688,1001313325463072768,1527567267000.0,2018-05-29 04:14:27,+0000,,@amasad @Sra_Mister Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1001315811582066688,[],[],0,,False,505,12,7,,None,,,,,,,"[{'screen_name': 'amasad', 'name': 'Amjad Masad ⠕', 'id': '166138615'}, {'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}]",,,, +4465,1001315130196410369,1001313325463072768,1527567105000.0,2018-05-29 04:11:45,+0000,,@amasad @Sra_Mister Second best answer to the Fermi Paradox after the simulation argument,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1001315130196410369,[],[],0,,False,965,49,36,,None,,,,,,,"[{'screen_name': 'amasad', 'name': 'Amjad Masad ⠕', 'id': '166138615'}, {'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}]",,,, +4466,1001314495581503488,1001313325463072768,1527566953000.0,2018-05-29 04:09:13,+0000,,@JohnnaSabri @Sra_Mister Which part? Love their cuisine. And the views are amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1001314495581503488,[],[],0,,False,725,13,21,,None,,,,,,,"[{'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}]",,,, +4467,1001314155150721024,1001313325463072768,1527566872000.0,2018-05-29 04:07:52,+0000,,@PPathole @Sra_Mister Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1001314155150721024,[],[],0,,False,582,22,19,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}]",,,, +4468,1001313907154108416,1001313325463072768,1527566813000.0,2018-05-29 04:06:53,+0000,,"@Sra_Mister There are no aliens. Officially, at least …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1001313907154108416,[],[],0,,False,19552,661,1220,,None,,,,,,,"[{'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}]",,,, +4469,1001313268369997825,1001312277059047434,1527566661000.0,2018-05-29 04:04:21,+0000,,@WorldAndScience You have so many great pics & factoids!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1001313268369997825,[],[],0,,False,10234,100,218,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4470,1001261305804673024,1001259774841942016,1527554272000.0,2018-05-29 00:37:52,+0000,,"@G_Whitehead5 @DMC_Ryan @Model3Owners @Tesla Yes, AWD P first and then AWD. Production costs are always high when line first gets going, so we have to sell higher price versions first or each car will have very negative margins. As production efficiency rises, we can make lower cost versions & not lose money.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1001261305804673024,[],[],0,,False,549,46,30,,None,,,,,,,"[{'screen_name': 'G_Whitehead5', 'name': 'Graeme Whitehead', 'id': '514740958'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4471,1001255940417470469,1001247657476657152,1527552993000.0,2018-05-29 00:16:33,+0000,,@davidtayar5 @annerajb @LikeTeslaKim I really want to make this cupholder,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1001255940417470469,[],[],0,,False,735,70,24,,None,,,,,,,"[{'screen_name': 'davidtayar5', 'name': 'David Tayar', 'id': '275295731'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +4472,1001255278828965888,1001247657476657152,1527552835000.0,2018-05-29 00:13:55,+0000,,"@annerajb @LikeTeslaKim A dream that wd prob be a nightmare in reality. Cup holder that auto adjusted for size & stiffness of cup/bottle, maintained cold or hot temp & dried off water condensation. Or I cd work on getting humanity to Mars. Tough choice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1001255278828965888,[],[],0,,False,1253,85,95,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +4473,1001253688755671040,1001247657476657152,1527552456000.0,2018-05-29 00:07:36,+0000,,@LikeTeslaKim I’ve literally had dreams about cup holder designs,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1001253688755671040,[],[],0,,False,915,33,52,,None,,,,,,,[],,,, +4474,1001253431493910528,1001247657476657152,1527552395000.0,2018-05-29 00:06:35,+0000,,@LikeTeslaKim Noted. We can prob adjust spring force & catch to be less sensitive. Cupholders are amazingly hard to get right!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1001253431493910528,[],[],0,,False,687,22,19,,None,,,,,,,[],,,, +4475,1001245477839429634,1001240912691789825,1527550498000.0,2018-05-28 23:34:58,+0000,,@JohnnaSabri @AffinPub @thesmelloftea You’re welcome. Appreciate the letter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1001245477839429634,[],[],0,,False,581,26,11,,None,,,,,,,"[{'screen_name': 'TheSmellOfTea', 'name': 'Henry P. Murphy', 'id': '1268086751085690881'}]",,,, +4476,1001245302769180673,1001240912691789825,1527550457000.0,2018-05-28 23:34:17,+0000,,@nealcol Good school,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1001245302769180673,[],[],0,,False,441,10,12,,None,,,,,,,"[{'screen_name': 'nealcol', 'name': 'Neal Collins', 'id': '49947478'}]",,,, +4477,1001238934825779201,1000537684832669696,1527548938000.0,2018-05-28 23:08:58,+0000,,@StarVenge @ChiTownMadison @JohnnaSabri @joshuatopolsky @oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg Had a great time with my kids,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1001238934825779201,[],[],0,,False,509,15,7,,None,,,,,,,"[{'screen_name': 'ChiTownMadison', 'name': 'Cookie Madison', 'id': '3226323558'}, {'screen_name': 'joshuatopolsky', 'name': 'Joshua Topolsky', 'id': '11666142'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +4478,1001238197500719108,1000537684832669696,1527548763000.0,2018-05-28 23:06:03,+0000,,@ChiTownMadison @JohnnaSabri @joshuatopolsky @oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1001238197500719108,[],[],0,,False,982,31,14,,None,,,,,,,"[{'screen_name': 'ChiTownMadison', 'name': 'Cookie Madison', 'id': '3226323558'}, {'screen_name': 'joshuatopolsky', 'name': 'Joshua Topolsky', 'id': '11666142'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +4479,1001233031405780993,1000537684832669696,1527547531000.0,2018-05-28 22:45:31,+0000,,"@joshuatopolsky @oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg Seems to be glitch where tweet to which I replied isn’t showing up, removing context. A journo said polls are meaningless because controlled by “powerful people” & my response was that powerful people also own media. Thus, if you discount polls, you should also discount media. https://t.co/c01JolZENY",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1001233031405780993,[],"['https://pbs.twimg.com/media/DeUYIfrVMAEvsMQ.jpg', 'https://pbs.twimg.com/media/DeUYIfrV4AEO7jr.jpg']",1,https://pbs.twimg.com/media/DeUYIfrVMAEvsMQ.jpg,False,2283,99,268,,None,,,,,,,"[{'screen_name': 'joshuatopolsky', 'name': 'Joshua Topolsky', 'id': '11666142'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +4480,1001229574057832448,1001229301889585153,1527546707000.0,2018-05-28 22:31:47,+0000,,@TeslaTurk Thanks 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1001229574057832448,[],[],0,,False,759,25,43,,None,,,,,,,"[{'screen_name': 'TeslaTurk', 'name': 'TeslaTr', 'id': '1370488789177561089'}]",,,, +4481,1001227870054707202,1001217446508941313,1527546300000.0,2018-05-28 22:25:00,+0000,,@arieleax @utkuspace 2020,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1001227870054707202,[],[],0,,False,1089,74,185,,None,,,,,,,"[{'screen_name': 'arieleax', 'name': 'ariel4tuna', 'id': '978754712'}, {'screen_name': 'utkuspace', 'name': 'Utku Şimşek', 'id': '1959052712'}]",,,, +4482,1001223333646499841,1001217446508941313,1527545219000.0,2018-05-28 22:06:59,+0000,,@utkuspace Superchargers will ultimately cover the entire region,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1001223333646499841,[],[],0,,False,4214,113,142,,None,,,,,,,"[{'screen_name': 'utkuspace', 'name': 'Utku Şimşek', 'id': '1959052712'}]",,,, +4483,1000951606009974784,1000537684832669696,1527480434000.0,2018-05-28 04:07:14,+0000,,"@oneunderscore__ @joshuatopolsky @ParkerMolloy @2sunsky @ashleyfeinberg Pointing out to aspiring journo & Rodin spokesmodel, Josh Top, who thinks public polls are controlled by “powerful people” that the media is *owned* by same. Anyone who thought this was anti-Semitic is just revealing their inner bigot. The context is very clear.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1000951606009974784,[],[],0,,False,4350,256,513,,None,,,,,,,"[{'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'joshuatopolsky', 'name': 'Joshua Topolsky', 'id': '11666142'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +4484,1000929806991540225,1000204113953439744,1527475237000.0,2018-05-28 02:40:37,+0000,,@minliangtan @taglia Thanks for offering to help. I will check with my team.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1000929806991540225,[],[],0,,False,823,63,29,,None,,,,,,,"[{'screen_name': 'minliangtan', 'name': 'Min-Liang Tan', 'id': '26906309'}, {'screen_name': 'taglia', 'name': 'Cesare Tagliaferri', 'id': '12106072'}]",,,, +4485,1000560807334133762,1000537684832669696,1527387260000.0,2018-05-27 02:14:20,+0000,,@PassionPlanet1 @oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg You’re right. These guys can buzzkill themselves (pun intended). Signing off …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1000560807334133762,[],[],0,,False,1071,79,45,,None,,,,,,,"[{'screen_name': 'PassionPlanet1', 'name': 'PassionPlanet', 'id': '2587869397'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +4486,1000560049389907969,1000537684832669696,1527387079000.0,2018-05-27 02:11:19,+0000,,@joshuatopolsky @oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg Who do you think *owns* the press? Hello.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1000560049389907969,[],[],0,,False,12909,2133,3497,,None,,,,,,,"[{'screen_name': 'joshuatopolsky', 'name': 'Joshua Topolsky', 'id': '11666142'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +4487,1000557142863036416,1000537684832669696,1527386386000.0,2018-05-27 01:59:46,+0000,,@oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg You’re missing the point & living in a bubble of self-righteous sanctimony. The public doesn’t trust you. This was true *before* the last election & only got worse. Don’t believe me? Run your own poll …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000557142863036416,[],[],0,,False,9944,325,1449,,None,,,,,,,"[{'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +4488,1000554991457779712,1000537684832669696,1527385874000.0,2018-05-27 01:51:14,+0000,,"@oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg You’re welcome to come by SpaceX, but please stop assuming I’m against all journalists. This is not true. Something needs to be done to improve public trust in media.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000554991457779712,[],[],0,,False,4867,138,330,,None,,,,,,,"[{'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +4489,1000554252329078785,1000537684832669696,1527385697000.0,2018-05-27 01:48:17,+0000,,@oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg You really think I haven’t spent time in a newsroom? I’ve spent time in too many. Bleak.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000554252329078785,[],[],0,,False,3127,82,124,,None,,,,,,,"[{'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +4490,1000552825145901057,1000537684832669696,1527385357000.0,2018-05-27 01:42:37,+0000,,"@ParkerMolloy @2sunsky @oneunderscore__ @ashleyfeinberg Sadly, it had better critical analysis than most non-cult media",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000552825145901057,[],[],0,,False,3441,106,143,,None,,,,,,,"[{'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +4491,1000551718088622080,1000482578103595008,1527385093000.0,2018-05-27 01:38:13,+0000,,"@RBryant2012 Yup, deleted",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000551718088622080,[],[],0,,False,373,17,7,,None,,,,,,,"[{'screen_name': 'RBryant2012', 'name': 'Bryant Francis is isolating on Ahch-To', 'id': '244249907'}]",,,, +4492,1000548454127452161,1000542238051463168,1527384315000.0,2018-05-27 01:25:15,+0000,,@MacTechGenius @DMC_Ryan @ConsumerReports ? It should,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000548454127452161,[],[],0,,False,434,24,6,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'ConsumerReports', 'name': 'Consumer Reports', 'id': '16193528'}]",,,, +4493,1000548306609565696,1000542238051463168,1527384280000.0,2018-05-27 01:24:40,+0000,,"@davinalexmma @DMC_Ryan No, but dual motors mean increased regen braking & will ride tire traction limit. You won’t notice sport brakes unless you’re on a racetrack & have the sticky 20” tires.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000548306609565696,[],[],0,,False,612,23,18,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4494,1000547552234635265,1000542238051463168,1527384100000.0,2018-05-27 01:21:40,+0000,,"@DMC_Ryan Also, firmware fix for upgraded brake performance on standard Model 3 started rolling out yesterday. Should improve braking distance by ~20 ft for repeated heavy braking events. Thanks @ConsumerReports for excellent critical feedback!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000547552234635265,[],[],0,,False,2933,84,274,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4495,1000546468250308608,1000542238051463168,1527383841000.0,2018-05-27 01:17:21,+0000,,"@DMC_Ryan Yes, Model 3 Performance will have red calipers & sport level brakes",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000546468250308608,[],[],0,,False,966,31,43,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4496,1000544451620618240,1000542238051463168,1527383361000.0,2018-05-27 01:09:21,+0000,,@mike_marchioni Keyword “future” 🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000544451620618240,[],[],0,,False,434,15,10,,None,,,,,,,[],,,, +4497,1000543697224663040,1000542238051463168,1527383181000.0,2018-05-27 01:06:21,+0000,,@dfsullivan ♥️🖤🚀🎶👻🐇🧚‍♀️💫,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000543697224663040,[],[],0,,False,703,34,43,,None,,,,,,,[],,,, +4498,1000542238051463168,1000542238051463168,1527382833000.0,2018-05-27 01:00:33,+0000,,😃 https://t.co/9kUYHCCaRN,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000542238051463168,['https://m.youtube.com/watch?v=l_TDDgYrUHE'],[],0,,False,8065,602,644,,None,,,,,,,[],,,, +4499,1000531933418242048,999800798514106368,1527380376000.0,2018-05-27 00:19:36,+0000,,@SmileSimplify @nitantbhartia @ninoles @medickinson @thephysicsgirl Will do another rev before final design,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1000531933418242048,[],[],0,,False,447,16,16,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'nitantbhartia', 'name': 'Nitant Bhartia', 'id': '50256377'}, {'screen_name': 'ninoles', 'name': 'Fabien Ninoles', 'id': '14812777'}, {'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +4500,1000526288522637312,1000506074397523969,1527379030000.0,2018-05-26 23:57:10,+0000,,@AJemaineClement I was,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1000526288522637312,[],[],0,,False,867,26,16,,None,,,,,,,"[{'screen_name': 'AJemaineClement', 'name': 'Jemaine Clement', 'id': '23578176'}]",,,, +4501,1000521443036180480,1000502726965395456,1527377875000.0,2018-05-26 23:37:55,+0000,,@ali01 @KTmBoyle @washingtonpost @JohnCarreyrou @decentralion That’s what I had in mind,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1000521443036180480,[],[],0,,False,430,21,13,,None,,,,,,,"[{'screen_name': 'ali01', 'name': 'Ali Yahya', 'id': '14470738'}, {'screen_name': 'KTmBoyle', 'name': 'Katherine Boyle', 'id': '78822934'}, {'screen_name': 'washingtonpost', 'name': 'The Washington Post', 'id': '2467791'}, {'screen_name': 'JohnCarreyrou', 'name': 'John Carreyrou', 'id': '1968962180'}, {'screen_name': 'decentralion', 'name': 'Dande with a side of Lion 👨🏽\u200d🎤🏂', 'id': '832013133161959424'}]",,,, +4502,1000520015014055936,993697201061707776,1527377534000.0,2018-05-26 23:32:14,+0000,,@AntVenom @BoredElonMusk Sometimes even I think we’re the same person!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1000520015014055936,[],[],0,,False,3896,47,156,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'BoredElonMusk', 'name': 'Bored Elon Musk', 'id': '1666038950'}]",,,, +4503,1000515327506104323,1000194986581737473,1527376417000.0,2018-05-26 23:13:37,+0000,,"@omcintyre @CrampedEyes @SpaceX @Tesla @upulie Nanotech *is* bs imo. When you take something that has nothing to do w gender & make it about that, you devalue genuine gender issues.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1000515327506104323,[],[],0,,False,638,34,25,,None,,,,,,,"[{'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'upulie', 'name': 'STEMLORD', 'id': '187518287'}]",,,, +4504,1000509888534007809,1000506900629336070,1527375120000.0,2018-05-26 22:52:00,+0000,,"@CalebHarmon5 About to ship. @BoringCompany holding flamethrower pickup parties in a week or so, then deliveries begin. Check https://t.co/WTl3TOTOkt for details.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000509888534007809,['https://www.boringcompany.com/not-a-flamethrower/'],[],0,,False,400,33,30,,None,,,,,,,"[{'screen_name': 'CalebHarmon5', 'name': 'Caleb', 'id': '2165210492'}]",,,, +4505,1000508124980113409,1000506074397523969,1527374700000.0,2018-05-26 22:45:00,+0000,,@DriverX_ It’s not,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000508124980113409,[],[],0,,False,473,19,14,,None,,,,,,,"[{'screen_name': 'DriverX_', 'name': 'Jaime Bandolero 🤘👀🤘', 'id': '780526100279549952'}]",,,, +4506,1000507835787046912,1000506074397523969,1527374631000.0,2018-05-26 22:43:51,+0000,,@Br1__Rodriguez That’s a great song!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000507835787046912,[],[],0,,False,768,17,13,,None,,,,,,,"[{'screen_name': 'Br1__Rodriguez', 'name': 'Bruno Rodriguez🐝', 'id': '771236566014451713'}]",,,, +4507,1000506074397523969,1000506074397523969,1527374211000.0,2018-05-26 22:36:51,+0000,,"Sometimes … when I have hurt feelings, I play this song … https://t.co/QK6cECmxsS",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000506074397523969,['https://m.youtube.com/watch?v=EuJzSTNDUGI'],[],0,,False,13822,867,1459,,None,,,,,,,[],,,, +4508,1000503790070517760,1000492833675997184,1527373666000.0,2018-05-26 22:27:46,+0000,,"@sjanus_pl @iloveshw No, that’s the other guy @BoredElonMusk",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000503790070517760,[],[],0,,False,806,19,25,,None,,,,,,,"[{'screen_name': 'sjanus_pl', 'name': 'Szymon Janus', 'id': '2300118440'}, {'screen_name': 'iloveshw', 'name': 'Jarek Pendowski', 'id': '14660016'}]",,,, +4509,1000503475321516032,1000497480461676544,1527373591000.0,2018-05-26 22:26:31,+0000,,@firefire100 @rjcc So true 😢,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000503475321516032,[],[],0,,False,503,30,27,,None,,,,,,,"[{'screen_name': 'firefire100', 'name': 'pfire☔#QueenOfPopCulture 🦅 #CivilWrites', 'id': '30515073'}, {'screen_name': 'rjcc', 'name': 'Richard Lawler', 'id': '15009761'}]",,,, +4510,1000503343007989761,1000497480461676544,1527373560000.0,2018-05-26 22:26:00,+0000,,@rjcc Because Twitter is fun,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000503343007989761,[],[],0,,False,30121,238,2069,,None,,,,,,,"[{'screen_name': 'rjcc', 'name': 'Richard Lawler', 'id': '15009761'}]",,,, +4511,1000502390313832448,1000501919478046720,1527373332000.0,2018-05-26 22:22:12,+0000,,@MDMGeek @theknifemedia USAToday FTW!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000502390313832448,[],[],0,,False,1076,29,36,,None,,,,,,,"[{'screen_name': 'MDMGeek', 'name': '𝕻𝖗𝖆𝖘𝖍 𝕮𝖍𝖆𝖓 ✨🕊', 'id': '42079656'}, {'screen_name': 'theknifemedia', 'name': 'The Knife Media', 'id': '3807041417'}]",,,, +4512,1000501132530139136,1000492833675997184,1527373033000.0,2018-05-26 22:17:13,+0000,,@iloveshw Dank is wack unless you’re on weed,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000501132530139136,[],[],0,,False,973,23,168,,None,,,,,,,"[{'screen_name': 'iloveshw', 'name': 'Jarek Pendowski', 'id': '14660016'}]",,,, +4513,1000498043320320001,1000467503590486016,1527372296000.0,2018-05-26 22:04:56,+0000,,"@petehague @ceciliakang Exactly. And NYT could have anyone post an Op Ed. Why, of all people, are they choosing to publish this “non-journalist” who is also pro gasoline cars? Is this just published as counterpoint? I assume NYT does believe in climate change?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000498043320320001,[],[],0,,False,412,16,22,,None,,,,,,,"[{'screen_name': 'PeteHague', 'name': 'Red Mongoose', 'id': '1338766423187984385'}, {'screen_name': 'ceciliakang', 'name': 'CeciliaKang', 'id': '16317567'}]",,,, +4514,1000496388147314688,1000492833675997184,1527371901000.0,2018-05-26 21:58:21,+0000,,But femtotech is the future … https://t.co/NODkOer8oS,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1000496388147314688,['https://en.m.wikipedia.org/wiki/Femtotechnology'],[],0,,False,11236,578,872,,None,,,,,,,[],,,, +4515,1000492833675997184,1000492833675997184,1527371054000.0,2018-05-26 21:44:14,+0000,,Nanotech is so 2008. Picotech is 1000 times better.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1000492833675997184,[],[],0,,False,39681,1131,4662,,None,,,,,,,[],,,, +4516,1000474267161513984,1000474267161513984,1527366627000.0,2018-05-26 20:30:27,+0000,,"Yeah, that’s exactly right. But after suggesting public critique, I was stunned to see the level of contempt many in media have for their readers. This is way worse than I thought. https://t.co/NMAks4jrZ1",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1000474267161513984,['https://twitter.com/bonnienorman/status/1000470928067776512'],[],0,,False,13579,680,1666,https://twitter.com/bonnienorman/status/1000470928067776512,None,,,,,,,[],,,, +4517,1000464215440703488,1000414446110457856,1527364231000.0,2018-05-26 19:50:31,+0000,,@dimas_______ @AlexCJoachim @RitNagar @jbinero @hubertlepicki @Jason @nytimes @BretStephensNYT The arguments journos are using against the public are word for word the same arguments despots use against democracy,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1000464215440703488,[],[],0,,False,912,56,143,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'AlexCJoachim', 'name': 'Alex Joachim', 'id': '497479950'}, {'screen_name': 'RitNagar', 'name': 'Ritwik', 'id': '3003174334'}, {'screen_name': 'jbinero', 'name': 'Jeroen Bollen', 'id': '531681284'}, {'screen_name': 'hubertlepicki', 'name': 'Hubert Łępicki \U0001f90d♥️\U0001f90d', 'id': '9078822'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}, {'screen_name': 'BretStephensNYT', 'name': 'Bret Stephens', 'id': '1291168520751869952'}]",,,, +4518,1000461272737959936,1000461272737959936,1527363529000.0,2018-05-26 19:38:49,+0000,,Well said. NYT journo is outraged that “dumb” public wd dare critique him while attacking me for being sensitive to criticism. Uhh... https://t.co/vZbyUY1rf4,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1000461272737959936,['https://twitter.com/ritnagar/status/1000450938220376064'],[],0,,False,10004,426,1013,https://twitter.com/ritnagar/status/1000450938220376064,None,,,,,,,[],,,, +4519,1000456410944061440,1000440472072962048,1527362370000.0,2018-05-26 19:19:30,+0000,,@TKhopshanosov @SaxMike71 @ebol94 @teslainventory @Tesla A Tesla has a usable reserve of 5 to 15 miles range even after the battery reads “empty”. This will not hurt the pack.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1000456410944061440,[],[],0,,False,596,20,46,,None,,,,,,,"[{'screen_name': 'TKhopshanosov', 'name': 'Tiko Hoppins', 'id': '1542845748'}, {'screen_name': 'SaxMike71', 'name': 'Michael Feher', 'id': '830486714061901825'}, {'screen_name': 'ebol94', 'name': '丹尼尔', 'id': '117919520'}, {'screen_name': 'teslainventory', 'name': '🔋Erik🔋', 'id': '565198801'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4520,1000453321121923072,999800798514106368,1527361633000.0,2018-05-26 19:07:13,+0000,,"@nitantbhartia @ninoles @medickinson @thephysicsgirl Pretty good. TinTin A & B are both closing the link to ground w phased array at high bandwidth, low latency (25 ms). Good enough to play fast response video games.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1000453321121923072,[],[],0,,False,1006,57,113,,None,,,,,,,"[{'screen_name': 'nitantbhartia', 'name': 'Nitant Bhartia', 'id': '50256377'}, {'screen_name': 'ninoles', 'name': 'Fabien Ninoles', 'id': '14812777'}, {'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +4521,1000452345166086144,999800798514106368,1527361401000.0,2018-05-26 19:03:21,+0000,,"@ssBlueStockings @ninoles @medickinson @thephysicsgirl It’s cool for kids & if used in a fun way, but if you called yourself a “rocket scientist” in aerospace, they would think you’re 🙃",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1000452345166086144,[],[],0,,False,386,14,8,,None,,,,,,,"[{'screen_name': 'ssBlueStockings', 'name': 'Blue Stockings', 'id': '842723424527159296'}, {'screen_name': 'ninoles', 'name': 'Fabien Ninoles', 'id': '14812777'}, {'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +4522,1000449499221803009,1000448442827657217,1527360722000.0,2018-05-26 18:52:02,+0000,,@JuBeBallin I just sent a note to Tesla service to take care of your car right away & our HVAC engineering lead to fix root cause,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1000449499221803009,[],[],0,,False,452,13,17,,None,,,,,,,"[{'screen_name': 'JuBeBallin', 'name': 'Ju', 'id': '265395714'}]",,,, +4523,1000448564240138240,1000194986581737473,1527360499000.0,2018-05-26 18:48:19,+0000,,@Pocketsdog @omcintyre @CrampedEyes @SpaceX @Tesla Does the psych ward know you smuggled in a mobile phone?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1000448564240138240,[],[],0,,False,2732,75,381,,None,,,,,,,"[{'screen_name': 'PocketsDog', 'name': 'joey pockets dog', 'id': '1210692892622303234'}, {'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4524,1000448110085079040,1000194986581737473,1527360391000.0,2018-05-26 18:46:31,+0000,,@aquastellaris @Pocketsdog @omcintyre @CrampedEyes @SpaceX @Tesla The pain will end,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1000448110085079040,[],[],0,,False,540,41,84,,None,,,,,,,"[{'screen_name': 'aquastellaris', 'name': 'AquaStellaris', 'id': '2476332931'}, {'screen_name': 'PocketsDog', 'name': 'joey pockets dog', 'id': '1210692892622303234'}, {'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4525,1000447759143464960,1000447759143464960,1527360307000.0,2018-05-26 18:45:07,+0000,,"Wow, amazing Tesla hypermile drive happening https://t.co/jJWufZ98C9",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1000447759143464960,['https://twitter.com/teslainventory/status/1000440472072962048'],[],0,,False,8901,203,650,https://twitter.com/teslainventory/status/1000440472072962048,None,,,,,,,[],,,, +4526,1000447314748588033,1000194986581737473,1527360201000.0,2018-05-26 18:43:21,+0000,,@tedhu @omcintyre @CrampedEyes @SpaceX @Tesla Gwynne has been prez of SpaceX for 10 years & well-deserved https://t.co/XL581njDHP,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1000447314748588033,['https://twitter.com/stemettes/status/999697534934138880?s=21'],[],0,,False,535,9,32,https://twitter.com/stemettes/status/999697534934138880?s=21,None,,,,,,,"[{'screen_name': 'tedhu', 'name': 'Ted Hu', 'id': '7778772'}, {'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4527,1000446346640244736,1000194986581737473,1527359971000.0,2018-05-26 18:39:31,+0000,,"@Pocketsdog @omcintyre @CrampedEyes @SpaceX @Tesla Stop trying to charm me. It won’t work. Ok, maybe a little 😊 Are you a real person or a bot?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1000446346640244736,[],[],0,,False,727,18,22,,None,,,,,,,"[{'screen_name': 'PocketsDog', 'name': 'joey pockets dog', 'id': '1210692892622303234'}, {'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4528,1000444616536031232,999800798514106368,1527359558000.0,2018-05-26 18:32:38,+0000,,"@ninoles @medickinson @thephysicsgirl Using “rocket science” non-ironically in a bio is never a good sign, especially if you work on 🚀🔬",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1000444616536031232,[],[],0,,False,431,6,12,,None,,,,,,,"[{'screen_name': 'ninoles', 'name': 'Fabien Ninoles', 'id': '14812777'}, {'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +4529,1000435924369522689,1000194986581737473,1527357486000.0,2018-05-26 17:58:06,+0000,,@omcintyre @CrampedEyes @SpaceX @Tesla What are you talking about? You’re being incredibly rude & nonsensical.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1000435924369522689,[],[],0,,False,741,25,17,,None,,,,,,,"[{'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4530,1000434638991454208,1000333046678159361,1527357179000.0,2018-05-26 17:52:59,+0000,,"@ishanspatil @kNewsSpace Wow, haven’t watched that video in ages. When we made that, no one in the space industry thought it would actually happen.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1000434638991454208,[],[],0,,False,377,12,14,,None,,,,,,,"[{'screen_name': 'ishanspatil', 'name': 'Ishan', 'id': '1003600353281970178'}, {'screen_name': 'kNewsSpace', 'name': 'kNewsSpace', 'id': '1337484410929733634'}]",,,, +4531,1000431923502530560,1000428697306873857,1527356532000.0,2018-05-26 17:42:12,+0000,,"@Jessicalessin Generally higher quality reporting, especially if not under pressure to publish fast. Consumer Reports is great (and often critical of Tesla). Heard good things about The Information too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1000431923502530560,[],[],0,,False,1598,54,68,,None,,,,,,,"[{'screen_name': 'Jessicalessin', 'name': 'Jessica Lessin', 'id': '8962882'}]",,,, +4532,1000332404618227712,1000332404618227712,1527332805000.0,2018-05-26 11:06:45,+0000,,Can’t believe someone leaked this schematic of the Tesla production system!! https://t.co/ylAX3uKTI1,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/1000332404618227712,[],['https://pbs.twimg.com/media/DeHlBIfUQAAGoZI.jpg'],1,https://pbs.twimg.com/media/DeHlBIfUQAAGoZI.jpg,False,41981,887,3615,,None,,,,,,,[],,,, +4533,1000258709950431234,1000204113953439744,1527315235000.0,2018-05-26 06:13:55,+0000,,"@taglia We tried, but Singapore govt is not supportive of electric vehicles",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1000258709950431234,[],[],0,,False,1139,88,259,,None,,,,,,,"[{'screen_name': 'taglia', 'name': 'Cesare Tagliaferri', 'id': '12106072'}]",,,, +4534,1000208369959845889,1000204113953439744,1527303233000.0,2018-05-26 02:53:53,+0000,,@acid0 Tesla will start extending the Supercharger network to South America around end of next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1000208369959845889,[],[],0,,False,981,66,94,,None,,,,,,,"[{'screen_name': 'Acid0', 'name': 'Gabe ☣', 'id': '1051509149408907264'}]",,,, +4535,1000207973430394880,1000204113953439744,1527303138000.0,2018-05-26 02:52:18,+0000,,@soukyjer Prob end of next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1000207973430394880,[],[],0,,False,608,20,18,,None,,,,,,,"[{'screen_name': 'soukyjer', 'name': 'soukayna J', 'id': '93727864'}]",,,, +4536,1000207725983293441,1000204113953439744,1527303079000.0,2018-05-26 02:51:19,+0000,,"@Tidnisher Good point, we will add that to the construction plan",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1000207725983293441,[],[],0,,False,1488,48,33,,None,,,,,,,"[{'screen_name': 'Tidnisher', 'name': 'Mark', 'id': '275785602'}]",,,, +4537,1000204113953439744,1000204113953439744,1527302218000.0,2018-05-26 02:36:58,+0000,,"Global map of Tesla Superchargers, including those coming soon https://t.co/Ld5FQgCSs1",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1000204113953439744,['https://tesla.com/findus'],[],0,,False,21663,2391,2425,,None,,,,,,,[],,,, +4538,1000164497217081344,1000089334387826689,1527292772000.0,2018-05-25 23:59:32,+0000,,"@WorldAndScience Earth’s rotation is slowly, slowly, slowly getting slower",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1000164497217081344,[],[],0,,False,14703,571,906,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4539,1000151412033155073,999915503068966913,1527289653000.0,2018-05-25 23:07:33,+0000,,@compoundchem You’re making my point. It’s tragic that there’s a national nano day. I wish I didn’t know that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1000151412033155073,[],[],0,,False,1505,116,46,,None,,,,,,,"[{'screen_name': 'compoundchem', 'name': 'Compound Interest', 'id': '2246165587'}]",,,, +4540,1000150631666069506,1000142806118273025,1527289467000.0,2018-05-25 23:04:27,+0000,,@EVNewsDaily @Tesla All four. Zone 3 throughput was solved a couple of weeks ago.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1000150631666069506,[],[],0,,False,594,15,29,,None,,,,,,,"[{'screen_name': 'EVNewsDaily', 'name': 'EV News Daily Podcast', 'id': '896860023980249088'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4541,1000148304016105472,1000142806118273025,1527288912000.0,2018-05-25 22:55:12,+0000,,@ElecVehicleGuy @EVNewsDaily @Tesla Model 3 was designed for min engineering & tooling change for RHD. Note left/right symmetry. LHD for Europe & Asia first half of next year. RHD probably middle of next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1000148304016105472,[],[],0,,False,526,33,41,,None,,,,,,,"[{'screen_name': 'ElecVehicleGuy', 'name': 'Electric Vehicle Guy', 'id': '713716834361556992'}, {'screen_name': 'EVNewsDaily', 'name': 'EV News Daily Podcast', 'id': '896860023980249088'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4542,1000143728500269057,1000142806118273025,1527287821000.0,2018-05-25 22:37:01,+0000,,@EVNewsDaily @Tesla This is the new production line for battery module Zone 4. Will play a key role in getting from 3000/week to 6000/week for Model 3.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1000143728500269057,[],[],0,,False,2819,69,148,,None,,,,,,,"[{'screen_name': 'EVNewsDaily', 'name': 'EV News Daily Podcast', 'id': '896860023980249088'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4543,1000130445856595968,1000064392019501057,1527284654000.0,2018-05-25 21:44:14,+0000,,@erinbiba I have never attacked science. Definitely attacked misleading journalism like yours though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1000130445856595968,[],[],0,,False,8194,434,1043,,None,,,,,,,"[{'screen_name': 'erinbiba', 'name': 'Erin Biba', 'id': '19624836'}]",,,, +4544,1000098080857907200,1000072092769964033,1527276938000.0,2018-05-25 19:35:38,+0000,,"@chick_in_kiev @evepeyser @broderick Pravda was incorporated a year ago. Also, Tesla factory safety has improved every year & is now better than industry avg. Misleading articles refer to Tesla being worse than avg in 2015 when we were just figuring things out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1000098080857907200,[],[],0,,False,1077,53,41,,None,,,,,,,"[{'screen_name': 'chick_in_kiev', 'name': 'Talia Lavin', 'id': '595245502'}, {'screen_name': 'evepeyser', 'name': 'eve peyser', 'id': '2750877815'}, {'screen_name': 'broderick', 'name': 'Ryan Broderick', 'id': '18205531'}]",,,, +4545,1000085435668819968,1000085299207196672,1527273923000.0,2018-05-25 18:45:23,+0000,,@nilgirian Worth a shot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1000085435668819968,[],[],0,,False,414,30,13,,None,,,,,,,"[{'screen_name': 'nilgirian', 'name': 'nilgirian', 'id': '21949666'}]",,,, +4546,1000084944704569344,1000072092769964033,1527273806000.0,2018-05-25 18:43:26,+0000,,@evepeyser @broderick Of course! (Prav)Duh. It is named after the most pernicious propaganda machine in history specifically to highlight what we want to avoid. It’s called “satire” …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1000084944704569344,[],[],0,,False,1641,86,84,,None,,,,,,,"[{'screen_name': 'evepeyser', 'name': 'eve peyser', 'id': '2750877815'}, {'screen_name': 'broderick', 'name': 'Ryan Broderick', 'id': '18205531'}]",,,, +4547,1000082615276191744,1000072092769964033,1527273250000.0,2018-05-25 18:34:10,+0000,,"@evepeyser @broderick This is going to help journalism, not harm it. Please be so kind as to hold your fire until you actually see it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1000082615276191744,[],[],0,,False,1551,92,61,,None,,,,,,,"[{'screen_name': 'evepeyser', 'name': 'eve peyser', 'id': '2750877815'}, {'screen_name': 'broderick', 'name': 'Ryan Broderick', 'id': '18205531'}]",,,, +4548,1000080833678528512,1000080833678528512,1527272826000.0,2018-05-25 18:27:06,+0000,,"Problem solved, was able to buy https://t.co/ivSUwPqsDT! Game on …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1000080833678528512,['http://Pravduh.com'],[],0,,False,32394,2240,3356,,None,,,,,,,[],,,, +4549,1000079983543382016,1000072092769964033,1527272623000.0,2018-05-25 18:23:43,+0000,,"@kot_kotushkin I know, I know. Russia seriously didn’t correct me on this!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1000079983543382016,[],[],0,,False,428,13,14,,None,,,,,,,[],,,, +4550,1000079980611624960,1000072092769964033,1527272622000.0,2018-05-25 18:23:42,+0000,,"@broderick Something needs to be done to reward consistent, high quality journalism. Some in media are absurdly indignant before even seeing the product. Odd …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1000079980611624960,[],[],0,,False,1773,100,99,,None,,,,,,,"[{'screen_name': 'broderick', 'name': 'Ryan Broderick', 'id': '18205531'}]",,,, +4551,1000079978220802049,1000072092769964033,1527272622000.0,2018-05-25 18:23:42,+0000,,"Turns out https://t.co/S5kmNfnih8 is actually owned by Ukraine. For some reason, Russia didn’t bother to correct me …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1000079978220802049,['http://Pravda.com'],[],0,,False,7431,536,709,,None,,,,,,,[],,,, +4552,1000079975150596096,1000072092769964033,1527272621000.0,2018-05-25 18:23:41,+0000,,"@designcollector For some reason, Russia didn’t bother to correct me …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1000079975150596096,[],[],0,,False,632,24,14,,None,,,,,,,"[{'screen_name': 'designcollector', 'name': 'Designcollector Network 💎', 'id': '17850816'}]",,,, +4553,1000072092769964033,1000072092769964033,1527270742000.0,2018-05-25 17:52:22,+0000,,"Tried to buy https://t.co/S5kmNfnih8, but Russia said no. Turns out they already use it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1000072092769964033,['http://Pravda.com'],[],0,,False,11299,1453,1351,,None,,,,,,,[],,,, +4554,999848310344044544,999625839095484416,1527217388000.0,2018-05-25 03:03:08,+0000,,"@DavisTravis9830 @amywestervelt @Billsocalif @RMac18 @weinbergersa Definitely did not. I’ve been through many press cycles & know full well same person praising me today will trash me tomorrow. Journos hound me constantly for interviews, but I do almost none these days. ♥️ Twitter as it allows me to bypass journo bs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/999848310344044544,[],[],0,,False,1446,129,106,,None,,,,,,,"[{'screen_name': 'DavisTravis9830', 'name': 'Travis Davis', 'id': '2842960103'}, {'screen_name': 'amywestervelt', 'name': 'Amy Westervelt', 'id': '14779408'}, {'screen_name': 'Billsocalif', 'name': 'Bill Sabo', 'id': '283716626'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'weinbergersa', 'name': 'Sharon Weinberger', 'id': '21120847'}]",,,, +4555,999845637385404416,999625839095484416,1527216750000.0,2018-05-25 02:52:30,+0000,,@amywestervelt @Billsocalif @RMac18 @weinbergersa I’ve just had it with sanctimonious journalists who appoint themselves protectors of the public interest & yet believe that same public is too stupid & immoral to assess their credibility. It’s amazing that you don’t understand how insufferably hypocritical that is. Wow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/999845637385404416,[],[],0,,False,3958,162,781,,None,,,,,,,"[{'screen_name': 'amywestervelt', 'name': 'Amy Westervelt', 'id': '14779408'}, {'screen_name': 'Billsocalif', 'name': 'Bill Sabo', 'id': '283716626'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'weinbergersa', 'name': 'Sharon Weinberger', 'id': '21120847'}]",,,, +4556,999841559846633473,999625839095484416,1527215778000.0,2018-05-25 02:36:18,+0000,,@spacecom @amywestervelt @weinbergersa The Tesla facility is open plan & we’re not going to erect walls everywhere for a journo tour. I know journalists too well & they are some of the worst & best human beings I’ve ever met. You’re the former.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/999841559846633473,[],[],0,,False,903,50,42,,None,,,,,,,"[{'screen_name': 'spacecom', 'name': 'Parabolicarc.com', 'id': '18928764'}, {'screen_name': 'amywestervelt', 'name': 'Amy Westervelt', 'id': '14779408'}, {'screen_name': 'weinbergersa', 'name': 'Sharon Weinberger', 'id': '21120847'}]",,,, +4557,999809802988482560,999800798514106368,1527208207000.0,2018-05-25 00:30:07,+0000,,@ObviousParadox @medickinson @thephysicsgirl No,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/999809802988482560,[],[],0,,False,377,25,9,,None,,,,,,,"[{'screen_name': 'obviousparadox', 'name': 'Manik ama depresif', 'id': '1163599033778298880'}, {'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +4558,999808730106445824,999800798514106368,1527207951000.0,2018-05-25 00:25:51,+0000,,@medickinson @thephysicsgirl Nano applies to everything & therefore means nothing. Definitely indicates bs. Sorry. https://t.co/WQp8j9YkeJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/999808730106445824,['http://uncyclopedia.wikia.com/wiki/Nanotechnology'],[],0,,False,3442,325,169,,None,,,,,,,"[{'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +4559,999797465787191297,999625839095484416,1527205265000.0,2018-05-24 23:41:05,+0000,,"@amywestervelt @weinbergersa Yes, because Tesla has the most advanced battery manufacturing technology in the world & products that haven’t been unveiled yet. You don’t have a right to show that to our competitors or spoil future product launches.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/999797465787191297,[],[],0,,False,2810,98,152,,None,,,,,,,"[{'screen_name': 'amywestervelt', 'name': 'Amy Westervelt', 'id': '14779408'}, {'screen_name': 'weinbergersa', 'name': 'Sharon Weinberger', 'id': '21120847'}]",,,, +4560,999796653560283136,999625839095484416,1527205072000.0,2018-05-24 23:37:52,+0000,,"@weinbergersa Wow, you’re ignorant. Don’t remember you, but disclosing classified US missile technology to hostile nations would violate ITAR law & land you in jail. I didn’t review it, but my team did. Obviously nobody cared about what your article said. Please.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/999796653560283136,[],[],0,,False,41057,802,3687,,None,,,,,,,"[{'screen_name': 'weinbergersa', 'name': 'Sharon Weinberger', 'id': '21120847'}]",,,, +4561,999619147305660416,999395322790105088,1527162751000.0,2018-05-24 11:52:31,+0000,,@PolitiFact @PayPal @Poynter Done,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/999619147305660416,[],[],0,,False,1241,52,48,,None,,,,,,,"[{'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}, {'screen_name': 'PayPal', 'name': 'PayPal', 'id': '30018058'}, {'screen_name': 'Poynter', 'name': 'Poynter', 'id': '8383592'}]",,,, +4562,999597963482574848,999589943000358913,1527157700000.0,2018-05-24 10:28:20,+0000,,@jennineak Have a confirmed real name identity section & an unconfirmed identity section. Latter with subscore that excludes probable botnets.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/999597963482574848,[],[],0,,False,786,80,29,,None,,,,,,,"[{'screen_name': 'jennineak', 'name': 'yeah nah', 'id': '39682124'}]",,,, +4563,999594838973542400,999593725876670466,1527156955000.0,2018-05-24 10:15:55,+0000,,@DX_1 Be careful what you wish for https://t.co/3mSj15UeIw,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/999594838973542400,['https://m.imdb.com/title/tt3333824/'],[],0,,False,11080,100,965,,None,,,,,,,"[{'screen_name': 'DX_1', 'name': 'darren', 'id': '21287057'}]",,,, +4564,999591624521940993,999367582271422464,1527156189000.0,2018-05-24 10:03:09,+0000,,"Amazingly, the “media is awesome” vote is declining, despite hundreds of articles attacking this very poll🤔",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/999591624521940993,[],[],0,,False,26319,1191,1702,,None,,,,,,,[],,,, +4565,999589943000358913,999589943000358913,1527155788000.0,2018-05-24 09:56:28,+0000,,My point exactly https://t.co/PQ7PFqeC3X,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/999589943000358913,['https://twitter.com/rockypruitt/status/999535383049273344'],[],0,,False,10148,300,713,https://twitter.com/rockypruitt/status/999535383049273344,None,,,,,,,[],,,, +4566,999579712484790272,999367582271422464,1527153349000.0,2018-05-24 09:15:49,+0000,,"@upulie Ahem, you have “nano” in your bio. That is 100% synonymous with bs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/999579712484790272,[],[],0,,False,1198,402,69,,None,,,,,,,"[{'screen_name': 'upulie', 'name': 'STEMLORD', 'id': '187518287'}]",,,, +4567,999570680210276352,999367582271422464,1527151195000.0,2018-05-24 08:39:55,+0000,,@donny0m Reddit is great,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/999570680210276352,[],[],0,,False,1236,81,141,,None,,,,,,,"[{'screen_name': 'donny0m', 'name': 'Mihir Mukerji', 'id': '431889297'}]",,,, +4568,999568719146725377,999367582271422464,1527150728000.0,2018-05-24 08:32:08,+0000,,"Come on media, you can do it! Get more people to vote for you. You are literally the media.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/999568719146725377,[],[],0,,False,27096,691,1770,,None,,,,,,,[],,,, +4569,999560417637580800,999370018449248256,1527148749000.0,2018-05-24 07:59:09,+0000,,@PassionPlanet1 @supernovaslight @lexiheft @dancow @tedhu @chadgowens @scottwww @JessicaHuseman Exactly. The point of such a site would be to help restore the credibility of the media. They don’t realize how little credibility they actually have with the public.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/999560417637580800,[],[],0,,False,692,56,61,,None,,,,,,,"[{'screen_name': 'PassionPlanet1', 'name': 'PassionPlanet', 'id': '2587869397'}, {'screen_name': 'supernovaslight', 'name': 'Lori Mj', 'id': '71531057'}, {'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'dancow', 'name': 'dan nguyen', 'id': '14335332'}, {'screen_name': 'tedhu', 'name': 'Ted Hu', 'id': '7778772'}, {'screen_name': 'chadgowens', 'name': 'Chad Gowens', 'id': '810061614640730116'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}]",,,, +4570,999524442211418114,999370018449248256,1527140171000.0,2018-05-24 05:36:11,+0000,,"@lexiheft @dancow @tedhu @chadgowens @scottwww @JessicaHuseman Why are certain journalists (editors especially) so concerned about the public rating their credibility? All they do all day is rate others, ostensibly on behalf of the same public for which they have contempt.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/999524442211418114,[],[],0,,False,3156,109,762,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'dancow', 'name': 'dan nguyen', 'id': '14335332'}, {'screen_name': 'tedhu', 'name': 'Ted Hu', 'id': '7778772'}, {'screen_name': 'chadgowens', 'name': 'Chad Gowens', 'id': '810061614640730116'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}]",,,, +4571,999520453071855616,999370018449248256,1527139220000.0,2018-05-24 05:20:20,+0000,,@dancow @tedhu @chadgowens @scottwww @JessicaHuseman I did to any who asked,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/999520453071855616,[],[],0,,False,680,11,13,,None,,,,,,,"[{'screen_name': 'dancow', 'name': 'dan nguyen', 'id': '14335332'}, {'screen_name': 'tedhu', 'name': 'Ted Hu', 'id': '7778772'}, {'screen_name': 'chadgowens', 'name': 'Chad Gowens', 'id': '810061614640730116'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}]",,,, +4572,999517376772165632,999370018449248256,1527138487000.0,2018-05-24 05:08:07,+0000,,"@dancow @tedhu @chadgowens @scottwww @JessicaHuseman That was obvious from a mile away. I tried to use their product & it didn’t work. Not exactly a genius move by WSJ, but they were brave enough to say it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/999517376772165632,[],[],0,,False,692,14,23,,None,,,,,,,"[{'screen_name': 'dancow', 'name': 'dan nguyen', 'id': '14335332'}, {'screen_name': 'tedhu', 'name': 'Ted Hu', 'id': '7778772'}, {'screen_name': 'chadgowens', 'name': 'Chad Gowens', 'id': '810061614640730116'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}]",,,, +4573,999515261479731200,999450636075778049,1527137983000.0,2018-05-24 04:59:43,+0000,,"@DMC_Ryan @teslanomicsco @Tesla Maybe after you get your Model 3, we can talk about what you like & what needs to be improved",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/999515261479731200,[],[],0,,False,1858,51,41,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4574,999513492825620481,999450636075778049,1527137561000.0,2018-05-24 04:52:41,+0000,,"@DMC_Ryan @teslanomicsco But consider it real. We could unveil Model Y anytime from late this year to mid next year, so March 15 is about right.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/999513492825620481,[],[],0,,False,2114,56,92,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}]",,,, +4575,999513049470922752,999450636075778049,1527137455000.0,2018-05-24 04:50:55,+0000,,"@DMC_Ryan @teslanomicsco I just made that up, because the Ides of March sounded good",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/999513049470922752,[],[],0,,False,2607,42,65,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}]",,,, +4576,999512438142787585,999433480797872128,1527137309000.0,2018-05-24 04:48:29,+0000,,@eugenelee3 @karaswisher @Jason Gasoline or diesel?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/999512438142787585,[],[],0,,False,314,12,6,,None,,,,,,,"[{'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}]",,,, +4577,999511881160130565,999433480797872128,1527137177000.0,2018-05-24 04:46:17,+0000,,@karaswisher @Jason What car do you drive?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/999511881160130565,[],[],0,,False,652,36,28,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}]",,,, +4578,999502403207544832,999450636075778049,1527134917000.0,2018-05-24 04:08:37,+0000,,@teslanomicsco March 15,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/999502403207544832,[],[],0,,False,2226,81,90,,None,,,,,,,"[{'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}]",,,, +4579,999500971045629952,999367582271422464,1527134575000.0,2018-05-24 04:02:55,+0000,,@mainhoonmaun The media,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/999500971045629952,[],[],0,,False,876,35,37,,None,,,,,,,[],,,, +4580,999466717112745985,999433480797872128,1527126409000.0,2018-05-24 01:46:49,+0000,,"@karaswisher Hi Kara! I’m open to it. Right now, I’m cranking super hard at the Tesla factory, so it depends on how things are going next week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/999466717112745985,[],[],0,,False,4906,207,217,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}]",,,, +4581,999465692859527168,999465692859527168,1527126165000.0,2018-05-24 01:42:45,+0000,,"Maybe the media credibility rating site should be called “You’re Right!” I do actually own https://t.co/1JqqCF9inA, but for the moment I just have it automatically forward to Facebook News.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/999465692859527168,['http://youreright.com'],[],0,,False,17731,1252,1326,,None,,,,,,,[],,,, +4582,999462420790755334,999367582271422464,1527125384000.0,2018-05-24 01:29:44,+0000,,@TruthForceSteem @kali0x2a Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/999462420790755334,[],[],0,,False,413,26,12,,None,,,,,,,"[{'screen_name': 'kali0x2a', 'name': 'kⒶli', 'id': '2337594336'}]",,,, +4583,999451883092652032,999450636075778049,1527122872000.0,2018-05-24 00:47:52,+0000,,"@MrNobre There no good car emojis. I mean seriously, what the heck are these 🚗 🚙 and this is the best one 🚘",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/999451883092652032,[],[],0,,False,4387,144,291,,None,,,,,,,"[{'screen_name': 'MrNobre', 'name': '🇨🇦 Izzy Nobre', 'id': '60032981'}]",,,, +4584,999451013391179776,999450636075778049,1527122665000.0,2018-05-24 00:44:25,+0000,,@CryptoAlesio Yo,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/999451013391179776,[],[],0,,False,3294,25,111,,None,,,,,,,[],,,, +4585,999450781437706241,999450310706843648,1527122609000.0,2018-05-24 00:43:29,+0000,,@benschwartzy That’s the basic idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/999450781437706241,[],[],0,,False,1038,37,19,,None,,,,,,,[],,,, +4586,999450636075778049,999450636075778049,1527122575000.0,2018-05-24 00:42:55,+0000,,"For some reason, this is the best I’ve felt in a while. Hope you’re feeling good too 🚀♥️🌏",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/999450636075778049,[],[],0,,False,130965,3347,14013,,None,,,,,,,[],,,, +4587,999448547513614336,999395322790105088,1527122077000.0,2018-05-24 00:34:37,+0000,,"@PolitiFact I just tried to donate, but you don’t accept PayPal. Lmk when you do.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/999448547513614336,[],[],0,,False,5593,215,208,,None,,,,,,,"[{'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +4588,999424264880058368,999422996828733440,1527116287000.0,2018-05-23 22:58:07,+0000,,"@adnroy Um, you just tweeted about this, so obv you do",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/999424264880058368,[],[],0,,False,13926,262,557,,None,,,,,,,"[{'screen_name': 'adnroy', 'name': '(((Adam Roy)))', 'id': '14105083'}]",,,, +4589,999424262925533184,999422577511550982,1527116287000.0,2018-05-23 22:58:07,+0000,,@southtopia Thank you! I thought it was so obvious …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/999424262925533184,[],[],0,,False,1986,72,47,,None,,,,,,,"[{'screen_name': 'southtopia', 'name': 'Jon Southurst', 'id': '249134535'}]",,,, +4590,999415738967277568,999367582271422464,1527114255000.0,2018-05-23 22:24:15,+0000,,@AltWouss @jackallisonLOL @ParkerMolloy Exactly. UAW does not have individual stock ownership as part of the compensation at any other company.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/999415738967277568,[],[],0,,False,756,25,35,,None,,,,,,,"[{'screen_name': 'AltWouss', 'name': 'Wooter', 'id': '120239254'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}]",,,, +4591,999398212162105344,999395322790105088,1527110076000.0,2018-05-23 21:14:36,+0000,,"@PolitiFact Yeah, I think you do great work",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/999398212162105344,[],[],0,,False,2445,73,58,,None,,,,,,,"[{'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +4592,999389139551248384,999389139551248384,1527107913000.0,2018-05-23 20:38:33,+0000,,"If you’re in media & don’t want Pravda to exist, write an article telling your readers to vote against it …",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/999389139551248384,[],[],0,,False,22606,1164,1702,,None,,,,,,,[],,,, +4593,999385597771853824,999367582271422464,1527107068000.0,2018-05-23 20:24:28,+0000,,@meharris 🤗,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/999385597771853824,[],[],0,,False,8710,139,167,,None,,,,,,,"[{'screen_name': 'meharris', 'name': 'Mark Harris', 'id': '19551341'}]",,,, +4594,999385249720057856,999367582271422464,1527106985000.0,2018-05-23 20:23:05,+0000,,"@ParkerMolloy I’ve never stopped a union vote nor removed a union. UAW abandoned this factory. Tesla arrived & gave people back their jobs. They haven’t forgotten UAW betrayed them. That’s why UAW can’t even get people to attend a free BBQ, let alone enough sigs for a vote.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/999385249720057856,[],[],0,,False,2060,80,151,,None,,,,,,,"[{'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}]",,,, +4595,999382070848770048,999367582271422464,1527106227000.0,2018-05-23 20:10:27,+0000,,@meharris Of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/999382070848770048,[],[],0,,False,617,26,18,,None,,,,,,,"[{'screen_name': 'meharris', 'name': 'Mark Harris', 'id': '19551341'}]",,,, +4596,999378223661137920,999370018449248256,1527105310000.0,2018-05-23 19:55:10,+0000,,"@scottwww @JessicaHuseman It is strange that big auto companies literally have thousands more factory injuries than Tesla & millions more auto deaths, but somehow get less coverage. We are not perfect, but we’re doing our best to make clean energy real & be a good company.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999378223661137920,[],[],0,,False,2804,96,268,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}]",,,, +4597,999376607662952448,999370018449248256,1527104925000.0,2018-05-23 19:48:45,+0000,,"@JessicaHuseman @reveal No, they’re just some rich kids in Berkeley who took their political science prof too seriously",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999376607662952448,[],[],0,,False,7604,351,672,,None,,,,,,,"[{'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}, {'screen_name': 'reveal', 'name': 'Reveal', 'id': '1726074810'}]",,,, +4598,999375777882750976,999367582271422464,1527104727000.0,2018-05-23 19:45:27,+0000,,@iShashankBhatia Will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999375777882750976,[],[],0,,False,530,31,12,,None,,,,,,,"[{'screen_name': 'iShashankBhatia', 'name': 'Shashank Bhatia', 'id': '783787057734754304'}]",,,, +4599,999374720368689153,999367582271422464,1527104475000.0,2018-05-23 19:41:15,+0000,,Create a media credibility rating site (that also flags propaganda botnets),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999374720368689153,[],[],0,,False,34246,4081,10413,,None,,,,,,,[],,,, +4600,999371548053000193,999367582271422464,1527103719000.0,2018-05-23 19:28:39,+0000,,@scotch_io That’s why editors are included too,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999371548053000193,[],[],0,,False,936,43,19,,None,,,,,,,"[{'screen_name': 'scotch_io', 'name': 'Better Dev', 'id': '1122906733'}]",,,, +4601,999370318383742976,999364333674024960,1527103425000.0,2018-05-23 19:23:45,+0000,,@SophieWarnes We don’t. The media is reporting someone else saying that Tesla advertised. It is untrue.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999370318383742976,[],[],0,,False,2023,56,73,,None,,,,,,,"[{'screen_name': 'SophieWarnes', 'name': 'Soph', 'id': '504474006'}]",,,, +4602,999369623484039168,999367582271422464,1527103260000.0,2018-05-23 19:21:00,+0000,,"Even if some of the public doesn’t care about the credibility score, the journalists, editors & publications will. It is how they define themselves.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999369623484039168,[],[],0,,False,41817,1404,3624,,None,,,,,,,[],,,, +4603,999369022280843264,999367582271422464,1527103116000.0,2018-05-23 19:18:36,+0000,,@DetroitVictoria Enough of the public does care about the truth. I have faith in the people.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999369022280843264,[],[],0,,False,17665,588,1051,,None,,,,,,,[],,,, +4604,999368671972622336,999367582271422464,1527103033000.0,2018-05-23 19:17:13,+0000,,@AntVenom Maybe some good people from those orgs who would join,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999368671972622336,[],[],0,,False,4467,252,99,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +4605,999368393420488704,999367582271422464,1527102967000.0,2018-05-23 19:16:07,+0000,,"@Virtualanom Not only needs to be botproof, but seek & unmask anyone operating a disinformation bot army",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999368393420488704,[],[],0,,False,12978,529,802,,None,,,,,,,"[{'screen_name': 'Virtualanom', 'name': 'Virtual Anomaly', 'id': '2969505255'}]",,,, +4606,999367998078042114,999367582271422464,1527102872000.0,2018-05-23 19:14:32,+0000,,@sakiwebo Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999367998078042114,[],[],0,,False,962,54,39,,None,,,,,,,"[{'screen_name': 'sakiwebo', 'name': 'Den Dal', 'id': '268962051'}]",,,, +4607,999367582271422464,999367582271422464,1527102773000.0,2018-05-23 19:12:53,+0000,,"Going to create a site where the public can rate the core truth of any article & track the credibility score over time of each journalist, editor & publication. Thinking of calling it Pravda …",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999367582271422464,[],[],0,,False,217551,15202,41896,,None,,,,,,,[],,,, +4608,999365829761249280,999364333674024960,1527102355000.0,2018-05-23 19:05:55,+0000,,@dancow @WSJ An exception that proves the rule,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999365829761249280,[],[],0,,False,1112,103,21,,None,,,,,,,"[{'screen_name': 'dancow', 'name': 'dan nguyen', 'id': '14335332'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +4609,999365292684861441,999364333674024960,1527102227000.0,2018-05-23 19:03:47,+0000,,"@CodyBrown Uh, this is Twitter. How many characters do you want?",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999365292684861441,[],[],0,,False,3783,87,114,,None,,,,,,,"[{'screen_name': 'codybrown', 'name': 'codyb', 'id': '10950722'}]",,,, +4610,999364333674024960,999364333674024960,1527101999000.0,2018-05-23 18:59:59,+0000,,"Problem is journos are under constant pressure to get max clicks & earn advertising dollars or get fired. Tricky situation, as Tesla doesn’t advertise, but fossil fuel companies & gas/diesel car companies are among world’s biggest advertisers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/999364333674024960,[],[],0,,False,39122,1687,5229,,None,,,,,,,[],,,, +4611,999363031996948480,999355619390865408,1527101688000.0,2018-05-23 18:54:48,+0000,,@teddymonacelli The media has earned this mistrust. But maybe there is a solution.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/999363031996948480,[],[],0,,False,5449,239,443,,None,,,,,,,"[{'screen_name': 'teddymonacelli', 'name': 'Teddy Monacelli', 'id': '22651580'}]",,,, +4612,999361510915768320,999360422267453440,1527101326000.0,2018-05-23 18:48:46,+0000,,@jaspar Oh hey another sanctimonious media person who thinks he’s above criticism. Try being truthful & the public will believe you again.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/999361510915768320,[],[],0,,False,4250,127,319,,None,,,,,,,"[{'screen_name': 'jaspar', 'name': 'J Emory Parker 🏳️\u200d🌈 Wear Masks | Stay Home', 'id': '14265924'}]",,,, +4613,999357298861486080,999356301644791808,1527100321000.0,2018-05-23 18:32:01,+0000,,"@andyjayhawk Thought you’d say that. Anytime anyone criticizes the media, the media shrieks “You’re just like Trump!” Why do you think he got elected in the first place? Because no ones believes you any more. You lost your credibility a long time ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/999357298861486080,[],[],0,,False,58693,2126,13656,,None,,,,,,,"[{'screen_name': 'andyjayhawk', 'name': 'Andrew J. Hawkins 🚇🚌🚲🛴', 'id': '21209333'}]",,,, +4614,999355619390865408,999355619390865408,1527099921000.0,2018-05-23 18:25:21,+0000,,"The holier-than-thou hypocrisy of big media companies who lay claim to the truth, but publish only enough to sugarcoat the lie, is why the public no longer respects them https://t.co/Ay2DwCOMkr",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/999355619390865408,['https://twitter.com/electrekco/status/999318852365303808'],[],0,,False,41097,1762,8920,https://twitter.com/electrekco/status/999318852365303808,None,,,,,,,[],,,, +4615,999234369112850432,999076603345895424,1527071013000.0,2018-05-23 10:23:33,+0000,,"@girllovesbread @ZainRaz4 @mashable This will sound super obvious, but Genesis & Oblivion",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/999234369112850432,[],[],0,,False,717,13,32,,None,,,,,,,"[{'screen_name': 'girllovesbread', 'name': 'k i m ♡', 'id': '2979452339'}, {'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}, {'screen_name': 'mashable', 'name': 'Mashable', 'id': '972651'}]",,,, +4616,999233903456997376,999076603345895424,1527070902000.0,2018-05-23 10:21:42,+0000,,@JohnBirmingham @mashable I am not cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/999233903456997376,[],[],0,,False,1328,64,120,,None,,,,,,,"[{'screen_name': 'JohnBirmingham', 'name': 'John Birmingham', 'id': '28278535'}, {'screen_name': 'mashable', 'name': 'Mashable', 'id': '972651'}]",,,, +4617,999232361236590592,999076603345895424,1527070534000.0,2018-05-23 10:15:34,+0000,,@ZainRaz4 @mashable The one about to come out called So Heavy i fell through the earth,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/999232361236590592,[],[],0,,False,844,9,26,,None,,,,,,,"[{'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}, {'screen_name': 'mashable', 'name': 'Mashable', 'id': '972651'}]",,,, +4618,999229479514853379,999076603345895424,1527069847000.0,2018-05-23 10:04:07,+0000,,"@mashable Was sad to see G getting tons of undeserved flak because of me, so I’m glad there’s some good too ♥️🎼🐇. Her music is incredible.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/999229479514853379,[],[],0,,False,11684,194,400,,None,,,,,,,"[{'screen_name': 'mashable', 'name': 'Mashable', 'id': '972651'}]",,,, +4619,999161021657837568,998409778316496896,1527053525000.0,2018-05-23 05:32:05,+0000,,@bevvscott Thanks. Not super fun right now 😔,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/999161021657837568,[],[],0,,False,535,121,28,,None,,,,,,,"[{'screen_name': 'bevvscott', 'name': 'Bev Scott', 'id': '826170052416188416'}]",,,, +4620,999155581012230144,998988641702526977,1527052228000.0,2018-05-23 05:10:28,+0000,,@kulpability @DeusEx Busted 👻,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/999155581012230144,[],[],0,,False,1367,10,20,,None,,,,,,,"[{'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'DeusEx', 'name': 'Deus Ex', 'id': '31137807'}]",,,, +4621,999154641085448192,998409778316496896,1527052004000.0,2018-05-23 05:06:44,+0000,,"@CateLuvsLondon @Aceinmysleeve1 @ericbrownzzz @dmatkins137 @ShayneRarma @NASA None of those criteria are certain by themselves, but when taken together & messages have an obv agenda, it almost always indicates use of a network of self-validating troll accounts",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/999154641085448192,[],[],0,,False,423,20,18,,None,,,,,,,"[{'screen_name': 'CateLuvsLondon', 'name': 'Catherine Griffiths', 'id': '827689915'}, {'screen_name': 'Aceinmysleeve1', 'name': 'Dow Jones Destroyer', 'id': '2200167420'}, {'screen_name': 'ericbrownzzz', 'name': 'Eric Brown', 'id': '30404017'}, {'screen_name': 'dmatkins137', 'name': 'David Atkins', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +4622,999149447975133184,998409778316496896,1527050766000.0,2018-05-23 04:46:06,+0000,,"@Aceinmysleeve1 @ericbrownzzz @dmatkins137 @ShayneRarma @NASA Troll dead giveaways: not using real names, obv fake pics & backgrounds, low follower/follow ratio, account recently created, repeating same phrases, etc (sigh)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/999149447975133184,[],[],0,,False,483,38,25,,None,,,,,,,"[{'screen_name': 'Aceinmysleeve1', 'name': 'Dow Jones Destroyer', 'id': '2200167420'}, {'screen_name': 'ericbrownzzz', 'name': 'Eric Brown', 'id': '30404017'}, {'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +4623,999062738402881537,998988641702526977,1527030093000.0,2018-05-22 23:01:33,+0000,,@AustinOnSocial Great idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/999062738402881537,[],[],0,,False,3848,82,73,,None,,,,,,,"[{'screen_name': 'AustinOnSocial', 'name': 'Austin Braun', 'id': '1051295658'}]",,,, +4624,999056596935233536,998409778316496896,1527028628000.0,2018-05-22 22:37:08,+0000,,@annerajb @ericbrownzzz @dmatkins137 @ShayneRarma @NASA Will do it later this year. Too much on plate right now. Will be available as an upgrade from service.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/999056596935233536,[],[],0,,False,531,26,28,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'ericbrownzzz', 'name': 'Eric Brown', 'id': '30404017'}, {'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +4625,999056071489548288,998988641702526977,1527028503000.0,2018-05-22 22:35:03,+0000,,@DeusEx Love original Deus Ex! That would be awesome.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/999056071489548288,[],[],0,,False,3357,60,156,,None,,,,,,,"[{'screen_name': 'DeusEx', 'name': 'Deus Ex', 'id': '31137807'}]",,,, +4626,999020811930423297,998686530041364480,1527020097000.0,2018-05-22 20:14:57,+0000,,@UAW @speea @AlterViggo @juliacarriew Interesting he stops at ‘09. That’s when you drove GM & Chrysler into bankruptcy & lost tens of thousands of jobs for people that counted on you.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/999020811930423297,[],[],0,,False,713,55,49,,None,,,,,,,"[{'screen_name': 'UAW', 'name': 'UAW', 'id': '15854702'}, {'screen_name': 'speea', 'name': 'SPEEA', 'id': '15949848'}, {'screen_name': 'AlterViggo', 'name': 'Alter Viggo', 'id': '983380841484042241'}, {'screen_name': 'juliacarriew', 'name': 'Julia Carrie Wong', 'id': '481655487'}]",,,, +4627,999010644572553216,999009435010846720,1527017673000.0,2018-05-22 19:34:33,+0000,,@matthunter Just order your car with the James Bond option package. It’s an off-menu item for those in the know 😉,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/999010644572553216,[],[],0,,False,9010,178,424,,None,,,,,,,"[{'screen_name': 'matthunter', 'name': 'M A T T H U N T Ξ R', 'id': '14162498'}]",,,, +4628,999010167793504256,998409778316496896,1527017559000.0,2018-05-22 19:32:39,+0000,,"@ericbrownzzz @dmatkins137 @ShayneRarma @NASA But ya know what, let’s test that theory. Maybe we do want UAW back, even tho UAW betrayed us 8 years ago & left us here to rot. Maybe we want UAW back even tho injury rate today is 1/2 what it was with them & wages were lower. Maybe. Let’s hold a vote & find out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/999010167793504256,[],[],0,,False,656,64,37,,None,,,,,,,"[{'screen_name': 'ericbrownzzz', 'name': 'Eric Brown', 'id': '30404017'}, {'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +4629,998996397570441216,998686530041364480,1527014276000.0,2018-05-22 18:37:56,+0000,,"@speea @AlterViggo @juliacarriew In theory true, but not how UAW behaved. They drove GM & Chrysler to bankruptcy & lost 200,000+ jobs for people they were supposed to protect, incl abandoning NUMMI plant workers.Tesla took over & now it has 10k+ jobs.UAW destroyed once great US auto industry & everyone knows it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/998996397570441216,[],[],0,,False,586,47,51,,None,,,,,,,"[{'screen_name': 'speea', 'name': 'SPEEA', 'id': '15949848'}, {'screen_name': 'AlterViggo', 'name': 'Alter Viggo', 'id': '983380841484042241'}, {'screen_name': 'juliacarriew', 'name': 'Julia Carrie Wong', 'id': '481655487'}]",,,, +4630,998988641702526977,998988641702526977,1527012427000.0,2018-05-22 18:07:07,+0000,,"We’re going to include some fun games as hidden Easter eggs in Tesla S, X & 3. What do you think would be most fun in a car using the center touch screen?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/998988641702526977,[],[],0,,False,38275,12682,2383,,None,,,,,,,[],,,, +4631,998988091556704256,998987699003502592,1527012295000.0,2018-05-22 18:04:55,+0000,,@OldManLink Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/998988091556704256,[],[],0,,False,315,14,13,,None,,,,,,,"[{'screen_name': 'OldManLink', 'name': 'Peter Hugosson-Mille', 'id': '35022687'}]",,,, +4632,998987396870950912,998409778316496896,1527012130000.0,2018-05-22 18:02:10,+0000,,"@ericbrownzzz @dmatkins137 @ShayneRarma @NASA No, UAW does that. They want divisiveness & enforcement of 2 class “lords & commoners” system. That sucks. US fought War of Independence to get *rid* of a 2 class system! Managers & workers shd be equal w easy movement either way. Managing sucks btw. Hate doing it so much.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/998987396870950912,[],[],0,,False,1013,306,81,,None,,,,,,,"[{'screen_name': 'ericbrownzzz', 'name': 'Eric Brown', 'id': '30404017'}, {'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +4633,998984720783323136,998409778316496896,1527011492000.0,2018-05-22 17:51:32,+0000,,"@mikeyfranklin @dmatkins137 @ShayneRarma @NASA More “Reveal” bs. Tesla is overseen by Cal/OSHA, most stringent labor safety org in US, & they’ve never found us to misrepresent. On other hand, Ford, Chrysler & GM (UAW) have repeatedly been found to fake safety numbers. Strangely, that info is missing from Reveal article …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/998984720783323136,[],[],0,,False,557,24,34,,None,,,,,,,"[{'screen_name': 'mikeyfranklin', 'name': 'biden bucks recipient', 'id': '102036068'}, {'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +4634,998981687743741952,998906375370616832,1527010769000.0,2018-05-22 17:39:29,+0000,,@SarahKnuckey @JeffBezos @Oprah @kobebryant @richardbranson @shanesmith30 No problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/998981687743741952,[],[],0,,False,375,5,10,,None,,,,,,,"[{'screen_name': 'SarahKnuckey', 'name': 'Sarah Knuckey', 'id': '346716849'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'Oprah', 'name': 'Oprah Winfrey', 'id': '19397785'}, {'screen_name': 'kobebryant', 'name': 'Kobe Bryant', 'id': '1059194370'}, {'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'shanesmith30', 'name': 'shane smith', 'id': '88975905'}]",,,, +4635,998980096181628929,998906375370616832,1527010389000.0,2018-05-22 17:33:09,+0000,,"@SarahKnuckey @JeffBezos @Oprah @kobebryant @richardbranson @shanesmith30 They are incorrect. We never met, nor have we ever been scheduled to meet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/998980096181628929,[],[],0,,False,447,10,13,,None,,,,,,,"[{'screen_name': 'SarahKnuckey', 'name': 'Sarah Knuckey', 'id': '346716849'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'Oprah', 'name': 'Oprah Winfrey', 'id': '19397785'}, {'screen_name': 'kobebryant', 'name': 'Kobe Bryant', 'id': '1059194370'}, {'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'shanesmith30', 'name': 'shane smith', 'id': '88975905'}]",,,, +4636,998953706673487873,998740514953285632,1527004097000.0,2018-05-22 15:48:17,+0000,,"@DMC_Ryan @loganthefirst Thanks again, have conveyed your words to the Tesla team, who have been working crazy hard. Really energizing!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/998953706673487873,[],[],0,,False,588,34,25,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'loganthefirst', 'name': 'Logan', 'id': '35281370'}]",,,, +4637,998950122225455105,998906375370616832,1527003243000.0,2018-05-22 15:34:03,+0000,,@SarahKnuckey @JeffBezos @Oprah @kobebryant @richardbranson @shanesmith30 I didn’t meet with him,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/998950122225455105,[],[],0,,False,2313,37,69,,None,,,,,,,"[{'screen_name': 'SarahKnuckey', 'name': 'Sarah Knuckey', 'id': '346716849'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'Oprah', 'name': 'Oprah Winfrey', 'id': '19397785'}, {'screen_name': 'kobebryant', 'name': 'Kobe Bryant', 'id': '1059194370'}, {'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'shanesmith30', 'name': 'shane smith', 'id': '88975905'}]",,,, +4638,998797622461710337,998793779103633408,1526966884000.0,2018-05-22 05:28:04,+0000,,@dinisguarda I definitely don’t do this 5 minute thing. Need to have long uninterrupted times to think. Can’t be creative otherwise.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/998797622461710337,[],[],0,,False,9217,169,744,,None,,,,,,,"[{'screen_name': 'dinisguarda', 'name': 'Dinis Guarda', 'id': '20222744'}]",,,, +4639,998786412970369024,998786412970369024,1526964212000.0,2018-05-22 04:43:32,+0000,,Just wanted to say thanks to all Tesla supporters. I damn well love you.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/998786412970369024,[],[],0,,False,135090,4343,8313,,None,,,,,,,[],,,, +4640,998782142556467201,998627082824486913,1526963193000.0,2018-05-22 04:26:33,+0000,,"@rrosenbl @ElectrekCo @FredericLambert @Tesla Have been meaning to get around to talking to him. Some of his criticisms are valid, but, on the higher body/chassis weight front, he wasn’t fully appreciating that we were going for much higher crash safety levels than other cars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/998782142556467201,[],[],0,,False,634,16,32,,None,,,,,,,"[{'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4641,998780707164995585,998740514953285632,1526962851000.0,2018-05-22 04:20:51,+0000,,"@DMC_Ryan @loganthefirst Thanks Ryan. Critical feedback after you get the car would be much appreciated, no matter how nuanced.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/998780707164995585,[],[],0,,False,681,28,23,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'loganthefirst', 'name': 'Logan', 'id': '35281370'}]",,,, +4642,998779781230379014,998627082824486913,1526962630000.0,2018-05-22 04:17:10,+0000,,"@samuelrogg @ElectrekCo @FredericLambert To be clear, all Model 3 cars, incl early production will have same great braking ability. Nature of any product, however, is that if you care about perfection, you make constant small refinements. Today’s Model S is far more refined than initial production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/998779781230379014,[],[],0,,False,598,14,32,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4643,998778751767871488,998627082824486913,1526962385000.0,2018-05-22 04:13:05,+0000,,@rrosenbl @ElectrekCo @FredericLambert ABS calibration algorithm,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/998778751767871488,[],[],0,,False,644,17,26,,None,,,,,,,"[{'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4644,998778081492926465,998627082824486913,1526962225000.0,2018-05-22 04:10:25,+0000,,"@ElectrekCo @FredericLambert Also, Consumer Reports has an early production car. Model 3 now has improved ride comfort, lower wind noise & many other small improvements. Will request that they test current production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/998778081492926465,[],[],0,,False,1205,43,79,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4645,998777288559755264,998627082824486913,1526962036000.0,2018-05-22 04:07:16,+0000,,"@ElectrekCo @FredericLambert Looks like this can be fixed with a firmware update. Will be rolling that out in a few days. With further refinement, we can improve braking distance beyond initial specs. Tesla won’t stop until Model 3 has better braking than any remotely comparable car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/998777288559755264,[],[],0,,False,5037,132,322,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4646,998765102248542208,998740514953285632,1526959131000.0,2018-05-22 03:18:51,+0000,,"@camgfrost @DMC_Ryan @loganthefirst Stop, you’re making me blush ☺️",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/998765102248542208,[],[],0,,False,531,15,27,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'loganthefirst', 'name': 'Logan', 'id': '35281370'}]",,,, +4647,998762156752449537,998740514953285632,1526958428000.0,2018-05-22 03:07:08,+0000,,"@DMC_Ryan @loganthefirst Also, not promising anything, but we *might* be able to increase Model 3 Performance power output a little",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/998762156752449537,[],[],0,,False,639,28,39,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'loganthefirst', 'name': 'Logan', 'id': '35281370'}]",,,, +4648,998761472292352000,998740514953285632,1526958265000.0,2018-05-22 03:04:25,+0000,,@DMC_Ryan @loganthefirst Complexity is the devil. Words can’t express how hard we are working on the Model 3 production ramp & trying to get to profitability. But we’ll try.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/998761472292352000,[],[],0,,False,626,19,37,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'loganthefirst', 'name': 'Logan', 'id': '35281370'}]",,,, +4649,998739940073590784,998627082824486913,1526953132000.0,2018-05-22 01:38:52,+0000,,"@teslaology @ElectrekCo @FredericLambert Good point. Yeah, we will do that for the bigger locations.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/998739940073590784,[],[],0,,False,851,29,28,,None,,,,,,,"[{'screen_name': 'teslaology', 'name': 'Teslaology', 'id': '835582779773472769'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4650,998739763543736320,998622918614667266,1526953089000.0,2018-05-22 01:38:09,+0000,,"@LanceUlanoff The CR braking result is inconsistent with other reviewers, but might indicate that some Model 3’s have longer braking distances than others. If so, we will address this at our expense. First time we’ve seen anything like this.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/998739763543736320,[],[],0,,False,3428,62,143,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +4651,998738577344229377,998627082824486913,1526952807000.0,2018-05-22 01:33:27,+0000,,"@ElectrekCo @FredericLambert Even if a physical upgrade is needed to existing fleet, we will make sure all Model 3’s having amazing braking ability at no expense to customers",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/998738577344229377,[],[],0,,False,1516,66,116,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4652,998738003668357120,998627082824486913,1526952670000.0,2018-05-22 01:31:10,+0000,,"@ElectrekCo @FredericLambert Very strange. Model 3 is designed to have super good stopping distance & others reviewers have confirmed this. If there is vehicle variability, we will figure it out & address. May just be a question of firmware tuning, in which case can be solved by an OTA software update.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/998738003668357120,[],[],0,,False,4884,114,222,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4653,998673550616621056,998409778316496896,1526937303000.0,2018-05-21 21:15:03,+0000,,"@reveal @dmatkins137 @ShayneRarma @NASA @Al_Letson Cool, we can do the interview at Tesla in front of the yellow barriers & beeping forklifts you said didn’t exist. Please send your meeting request to wakassliar@tesla.com.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/998673550616621056,[],[],0,,False,1504,72,126,,None,,,,,,,"[{'screen_name': 'reveal', 'name': 'Reveal', 'id': '1726074810'}, {'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'Al_Letson', 'name': 'Al Letson', 'id': '27442822'}]",,,, +4654,998460891355004928,998409778316496896,1526886601000.0,2018-05-21 07:10:01,+0000,,@MrsYomaddy @dmatkins137 @ShayneRarma @NASA Gwynne’s awesome. Been SpaceX prez for 10 years. Super love working with her.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/998460891355004928,[],[],0,,False,863,23,41,,None,,,,,,,"[{'screen_name': 'MrsYomaddy', 'name': 'Madison', 'id': '917570777813106688'}, {'screen_name': 'dmatkins137', 'name': 'David Atkins', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +4655,998460106579701760,998409778316496896,1526886414000.0,2018-05-21 07:06:54,+0000,,@Dani21 @dmatkins137 @ShayneRarma @NASA ♥️🦄,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/998460106579701760,[],[],0,,False,500,22,30,,None,,,,,,,"[{'screen_name': 'Dani21', 'name': 'Daniel', 'id': '15553693'}, {'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +4656,998459709446176768,998409778316496896,1526886319000.0,2018-05-21 07:05:19,+0000,,"@dmatkins137 @ShayneRarma @NASA Also, UAW did nada for job security in last recession. Dropped Fremont like a hot potato to protect their core base in Detroit. UAW *chose* to exit this plant before Tesla even arrived. We had nothing to do with UAW leaving, but everything to do with why people here have jobs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/998459709446176768,[],[],0,,False,1428,52,81,,None,,,,,,,"[{'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +4657,998454539941367808,998409778316496896,1526885087000.0,2018-05-21 06:44:47,+0000,,@dmatkins137 @ShayneRarma @NASA Nothing stopping Tesla team at our car plant from voting union. Could do so tmrw if they wanted. But why pay union dues & give up stock options for nothing? Our safety record is 2X better than when plant was UAW & everybody already gets healthcare.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/998454539941367808,[],[],0,,False,1613,312,94,,None,,,,,,,"[{'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +4658,998449970528247808,998409778316496896,1526883997000.0,2018-05-21 06:26:37,+0000,,"@dmatkins137 @ShayneRarma @NASA Tesla factory literally has miles of painted yellow lines & tape. Report about forklifts not beeping is also bs. These are both demonstrably false, but were reported as “facts” by Reveal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/998449970528247808,[],[],0,,False,1677,61,65,,None,,,,,,,"[{'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +4659,998410421244542978,998082149356994560,1526874568000.0,2018-05-21 03:49:28,+0000,,@maxrogo We’re working on allowing you to use your phone in car when you hear a rattle/squeak & pinpoint origin by acoustic signature & triangulation,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/998410421244542978,[],[],0,,False,1048,75,70,,None,,,,,,,"[{'screen_name': 'maxrogo', 'name': 'Mark Rogowsky', 'id': '30628216'}]",,,, +4660,998409778316496896,998409778316496896,1526874415000.0,2018-05-21 03:46:55,+0000,,SpaceX Crew Dragon ship in anechoic chamber for EMI testing before being sent to @NASA Plum Brook vacuum chamber https://t.co/BckUBkroLw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/998409778316496896,[],['https://pbs.twimg.com/media/DdsQZGlV0AAgvcd.jpg'],1,https://pbs.twimg.com/media/DdsQZGlV0AAgvcd.jpg,False,25991,552,3119,,None,,,,,,,[],,,, +4661,998405757434580997,998405202385539073,1526873456000.0,2018-05-21 03:30:56,+0000,,@georgechang @Tesla For sure before snowfall this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/998405757434580997,[],[],0,,False,426,12,17,,None,,,,,,,"[{'screen_name': 'georgechang', 'name': 'George Chang', 'id': '7887822'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4662,998402168049848320,998088849636016128,1526872600000.0,2018-05-21 03:16:40,+0000,,@trace_remick @clprenz @ivanovi_ivaylo It can tow far more than rated capacity,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/998402168049848320,[],[],0,,False,546,19,28,,None,,,,,,,"[{'screen_name': 'trace_remick', 'name': 'Trace', 'id': '964223496669794306'}, {'screen_name': 'clprenz', 'name': 'Christian #GetVacinnated Prenzler', 'id': '227847958'}, {'screen_name': 'ivanovi_ivaylo', 'name': 'Ivaylo Ivanov', 'id': '883152668771983360'}]",,,, +4663,998401234070581248,998088849636016128,1526872378000.0,2018-05-21 03:12:58,+0000,,@clprenz @ivanovi_ivaylo Exactly! Will probably unveil next gen Supercharger late summer. Major improvements all round.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/998401234070581248,[],[],0,,False,751,36,64,,None,,,,,,,"[{'screen_name': 'clprenz', 'name': 'Christian #GetVacinnated Prenzler', 'id': '227847958'}, {'screen_name': 'ivanovi_ivaylo', 'name': 'Ivaylo Ivanov', 'id': '883152668771983360'}]",,,, +4664,998400110156550144,998088849636016128,1526872110000.0,2018-05-21 03:08:30,+0000,,"@ivanovi_ivaylo With production, 1st you need achieve target rate & then smooth out flow to achieve target cost. Shipping min cost Model 3 right away wd cause Tesla to lose money & die. Need 3 to 6 months after 5k/wk to ship $35k Tesla & live.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/998400110156550144,[],[],0,,False,968,98,107,,None,,,,,,,"[{'screen_name': 'ivanovi_ivaylo', 'name': 'Ivaylo Ivanov', 'id': '883152668771983360'}]",,,, +4665,998372753362173952,998088849636016128,1526865587000.0,2018-05-21 01:19:47,+0000,,@willardslammo @marshall5912 @buckycovington @MacTechGenius That means nothing. Literally your Mom could file for NLRB.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/998372753362173952,[],[],0,,False,482,16,31,,None,,,,,,,"[{'screen_name': 'willardslammo', 'name': 'Willard Slammo', 'id': '154227684'}, {'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +4666,998372206588538880,998088849636016128,1526865457000.0,2018-05-21 01:17:37,+0000,,@MacTechGenius @marshall5912 @buckycovington Exactly 🚀💫🎉! That will be really fun & shed light on what’s happening. Hoping to start that later this year after we become profitable. Difficult to justify before then.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/998372206588538880,[],[],0,,False,467,25,22,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}]",,,, +4667,998370453474312192,998088849636016128,1526865039000.0,2018-05-21 01:10:39,+0000,,"@marshall5912 @buckycovington @MacTechGenius Yeah, “Reveal” was carefully constructed propaganda with a name that wd make Orwell proud. Workplace injury rate of our factory when it was UAW w Toyota/GM was twice as high as today’s non-union.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/998370453474312192,[],[],0,,False,440,56,32,,None,,,,,,,"[{'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +4668,998369524599504896,998088849636016128,1526864818000.0,2018-05-21 01:06:58,+0000,,"@marshall5912 @buckycovington @MacTechGenius About 2% of Tesla, incl salaried & hourly, union & non-union were let go in annual review. Only known union person fired was a guy who repeatedly threatened non-union supporters verbally & on social media & lied about it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/998369524599504896,[],[],0,,False,580,16,27,,None,,,,,,,"[{'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +4669,998124236542656517,998088849636016128,1526806336000.0,2018-05-20 08:52:16,+0000,,@AKSINGH_S Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/998124236542656517,[],[],0,,False,492,23,13,,None,,,,,,,[],,,, +4670,998124143685001217,998088849636016128,1526806314000.0,2018-05-20 08:51:54,+0000,,@KingLutron @marshall5912 @buckycovington @MacTechGenius Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/998124143685001217,[],[],0,,False,390,13,12,,None,,,,,,,"[{'screen_name': 'KingLutron', 'name': 'Twetch /u/68 ✪', 'id': '929072042875293696'}, {'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +4671,998124140090376192,998088849636016128,1526806313000.0,2018-05-20 08:51:53,+0000,,@marshall5912 @buckycovington @MacTechGenius They can form a union whenever they want & there’s nothing I can do to stop them. California is a very pro-union state. They just don’t want to.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/998124140090376192,[],[],0,,False,906,42,47,,None,,,,,,,"[{'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +4672,998091600541630464,998088849636016128,1526798555000.0,2018-05-20 06:42:35,+0000,,@paulmacguyscott Upgrade to the latest S. Nothing will give you greater joy. It’s like being able to have dopamine jacked straight into your brain at will.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998091600541630464,[],[],0,,False,1046,60,47,,None,,,,,,,"[{'screen_name': 'paulmacguyscott', 'name': 'paulmacguyscott', 'id': '15216157'}]",,,, +4673,998091052580986880,998088849636016128,1526798425000.0,2018-05-20 06:40:25,+0000,,"@Josh_Soto They are correct. It’s awesome. Second best driving feel of any car in the world imo, apart from Model S. Traction control precision is super tight.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998091052580986880,[],[],0,,False,1000,26,39,,None,,,,,,,"[{'screen_name': 'Josh_Soto', 'name': 'Josh', 'id': '30589566'}]",,,, +4674,998090360306810880,998088849636016128,1526798260000.0,2018-05-20 06:37:40,+0000,,"@JimmyRussellExe It does so constantly, but so smoothly that you can’t tell",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998090360306810880,[],[],0,,False,736,13,20,,None,,,,,,,[],,,, +4675,998090184288694272,998088849636016128,1526798218000.0,2018-05-20 06:36:58,+0000,,@AntVenom @zacharyj98 Depends on when you placed your initial reservation. We start delivering the dual motor Model 3 in July.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998090184288694272,[],[],0,,False,503,22,19,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +4676,998089917065453568,998088849636016128,1526798154000.0,2018-05-20 06:35:54,+0000,,"@Josh_Soto Three or four months, depending on demand level. We have enough for about 1000/week right now.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998089917065453568,[],[],0,,False,911,26,30,,None,,,,,,,"[{'screen_name': 'Josh_Soto', 'name': 'Josh', 'id': '30589566'}]",,,, +4677,998089603964747776,998088849636016128,1526798079000.0,2018-05-20 06:34:39,+0000,,@zacharyj98 Good idea ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998089603964747776,[],[],0,,False,656,16,29,,None,,,,,,,[],,,, +4678,998089449400516608,998088849636016128,1526798042000.0,2018-05-20 06:34:02,+0000,,@MacTechGenius That is true. Electric motors are far more reliable than combustion engines. You need an electric motor just to start a gas engine!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998089449400516608,[],[],0,,False,1507,21,94,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +4679,998088849636016128,998088849636016128,1526797900000.0,2018-05-20 06:31:40,+0000,,Tesla dual motor means there is a motor in front & a motor in rear. One is optimized for power & one for range. Car drives fine even if a motor breaks down. Helps ensure you make it to your destination & don’t get stuck on side of road in potentially unsafe conditions.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998088849636016128,[],[],0,,False,41898,1060,3791,,None,,,,,,,[],,,, +4680,998087743530913792,998087743530913792,1526797636000.0,2018-05-20 06:27:16,+0000,,Cost of normal dual motor AWD option is $5k. Range is also 310 miles. Takes 0-60mph to 4.5 sec & top speed to 140 mph.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998087743530913792,[],[],0,,False,13282,416,960,,None,,,,,,,[],,,, +4681,998086435692425216,998084314200862720,1526797324000.0,2018-05-20 06:22:04,+0000,,@PPathole Black & white interior available only for Model 3 Performance initially due to limited parts availability. Will broaden over time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998086435692425216,[],[],0,,False,790,33,51,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +4682,998085901069598720,998085901069598720,1526797197000.0,2018-05-20 06:19:57,+0000,,"Tesla AWD is dual motor, so you can fully drive the car even if one breaks",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998085901069598720,[],[],0,,False,13978,341,1006,,None,,,,,,,[],,,, +4683,998085655958769665,998084314200862720,1526797138000.0,2018-05-20 06:18:58,+0000,,"Cost of all options, wheels, paint, etc is included (apart from Autopilot). Cost is $78k. About same as BMW M3, but 15% quicker & with better handling. Will beat anything in its class on the track.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998085655958769665,[],[],0,,False,23483,1012,2245,,None,,,,,,,[],,,, +4684,998084314200862720,998084314200862720,1526796818000.0,2018-05-20 06:13:38,+0000,,"Tesla dual motor, all-wheel drive performance Model 3: 3.5 sec 0-60mph 155 mph Top Speed 310 mile Range",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998084314200862720,[],[],0,,False,37514,1026,4323,,None,,,,,,,[],,,, +4685,998083368066543616,998082149356994560,1526796593000.0,2018-05-20 06:09:53,+0000,,"@plot_qasc It’s only slightly more expensive to Tesla (same price to car owners), but owner happiness is way higher, so worth doing",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998083368066543616,[],[],0,,False,1563,32,72,,None,,,,,,,"[{'screen_name': 'plot_qasc', 'name': 'qwertyuiopl', 'id': '2304005102'}]",,,, +4686,998082620427714560,998082149356994560,1526796414000.0,2018-05-20 06:06:54,+0000,,@clemyeung Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998082620427714560,[],[],0,,False,1694,18,25,,None,,,,,,,"[{'screen_name': 'clemyeung', 'name': 'Clem Yeung', 'id': '395698381'}]",,,, +4687,998082149356994560,998082149356994560,1526796302000.0,2018-05-20 06:05:02,+0000,,Will soon enable Tesla owners to request service from their phone with a few taps. Tesla Ranger will come to you to take care of your car. No need to bring the car in yourself & zero paperwork.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998082149356994560,[],[],0,,False,54223,1155,4409,,None,,,,,,,[],,,, +4688,998080381483077632,997943053317849088,1526795881000.0,2018-05-20 05:58:01,+0000,,@Everman @scottwww @KymmPuckeridge @ElementC9 @griff_golf I’m about to test the configurator & then it goes out to early reservation holders tonight,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/998080381483077632,[],[],0,,False,488,41,24,,None,,,,,,,"[{'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'KymmPuckeridge', 'name': 'Kymm Puckeridge', 'id': '846640358956027904'}, {'screen_name': 'ElementC9', 'name': 'Chris', 'id': '4567268003'}, {'screen_name': 'griff_golf', 'name': 'Double Bogey ⛳', 'id': '519280691'}]",,,, +4689,998079732389363714,997943053317849088,1526795726000.0,2018-05-20 05:55:26,+0000,,"@AddankiSarat You can tweet to Tesla, me and/or get something upvoted in message boards",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/998079732389363714,[],[],0,,False,485,32,24,,None,,,,,,,"[{'screen_name': 'AddankiSarat', 'name': 'Dr. Sarat K Addanki (AyD)', 'id': '3774497772'}]",,,, +4690,998078587805745152,997943053317849088,1526795453000.0,2018-05-20 05:50:53,+0000,,@scottwww @KymmPuckeridge @ElementC9 @griff_golf That is the way to go. Thanks for buying our cars!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/998078587805745152,[],[],0,,False,440,12,16,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'KymmPuckeridge', 'name': 'Kymm Puckeridge', 'id': '846640358956027904'}, {'screen_name': 'ElementC9', 'name': 'Chris', 'id': '4567268003'}, {'screen_name': 'griff_golf', 'name': 'Double Bogey ⛳', 'id': '519280691'}]",,,, +4691,998024272537829376,997943053317849088,1526782503000.0,2018-05-20 02:15:03,+0000,,"@DMC_Ryan Also, carbon fiber spoiler, 20” Performance wheels, black & white interior.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/998024272537829376,[],[],0,,False,1024,58,65,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4692,998015873167208448,997943053317849088,1526780501000.0,2018-05-20 01:41:41,+0000,,"@DMC_Ryan AC induction front & switched reluctance, partial permanent magnet rear. Silicon Carbide inverters in both. Performance drive units are lot sorted for highest sigma output & get double the burn-in.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/998015873167208448,[],[],0,,False,1480,64,123,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4693,997943053317849088,997943053317849088,1526763139000.0,2018-05-19 20:52:19,+0000,,Working on Model 3 dual motor all-wheel drive & performance versions. Driving feel is amazing. Aiming to release config late tonight.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/997943053317849088,[],[],0,,False,39836,1239,3390,,None,,,,,,,[],,,, +4694,997379817472327680,997372686182449152,1526628853000.0,2018-05-18 07:34:13,+0000,,@GothKazu Check out https://t.co/bwRt49d34V. Build-your-own life size Egyptian pantheon merch coming soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/997379817472327680,['http://boringcompany.com'],[],0,,False,620,32,49,,None,,,,,,,"[{'screen_name': 'GothKazu', 'name': 'GothKazu', 'id': '64596967'}]",,,, +4695,997379008974151681,997372686182449152,1526628660000.0,2018-05-18 07:31:00,+0000,,But The Boring Company is right behind you at 1/15th your speed & soon will be 1/10th! Start sweating …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/997379008974151681,[],[],0,,False,16462,454,578,,None,,,,,,,[],,,, +4696,997376304927227904,997372686182449152,1526628016000.0,2018-05-18 07:20:16,+0000,,He taunts us with his speed,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/997376304927227904,[],[],0,,False,19532,289,1598,,None,,,,,,,[],,,, +4697,997374648655396864,997372686182449152,1526627621000.0,2018-05-18 07:13:41,+0000,,@PPathole Just … an ordinary snail,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/997374648655396864,[],[],0,,False,700,35,22,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +4698,997374361651703808,997372686182449152,1526627552000.0,2018-05-18 07:12:32,+0000,,His name is Gary & he’s a snail,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/997374361651703808,[],[],0,,False,20843,526,2427,,None,,,,,,,[],,,, +4699,997372686182449152,997372686182449152,1526627153000.0,2018-05-18 07:05:53,+0000,,🐌,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/997372686182449152,[],[],0,,False,42777,1473,6070,,None,,,,,,,[],,,, +4700,997337626469281792,997337626469281792,1526618794000.0,2018-05-18 04:46:34,+0000,,Skip forward to see the most boring presentation ever https://t.co/dD730jbggQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/997337626469281792,['https://twitter.com/boringcompany/status/997309073115594752'],[],0,,False,11226,334,971,https://twitter.com/boringcompany/status/997309073115594752,None,,,,,,,[],,,, +4701,997279007933546497,997279007933546497,1526604818000.0,2018-05-18 00:53:38,+0000,,Excited for @boringcompany partnership with LA Metro https://t.co/hpqXC3yjQ6,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/997279007933546497,['https://twitter.com/metrolosangeles/status/991116223424286721'],[],0,,False,14036,277,1269,https://twitter.com/metrolosangeles/status/991116223424286721,None,,,,,,,[],,,, +4702,997181669353209856,997181669353209856,1526581611000.0,2018-05-17 18:26:51,+0000,,lol https://t.co/jTV7jhLWYP,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/997181669353209856,['https://www.instagram.com/p/Bi43eF1DsLt/?utm_source=ig_twitter_share&igshid=10y0vgjxgnq69'],[],0,,False,10611,721,915,,None,,,,,,,[],,,, +4703,997005264116105217,997005264116105217,1526539553000.0,2018-05-17 06:45:53,+0000,,Listening to REALiTi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/997005264116105217,[],[],0,,False,28770,974,4003,,None,,,,,,,[],,,, +4704,996947581530849281,996865045131915266,1526525800000.0,2018-05-17 02:56:40,+0000,,"@kevinmitnick Yeah, there are thousands of Supercharger locations going through permitting/construction, including that area. Will publish an updated map in the next few days.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/996947581530849281,[],[],0,,False,6436,123,177,,None,,,,,,,"[{'screen_name': 'kevinmitnick', 'name': 'Kevin Mitnick', 'id': '14666934'}]",,,, +4705,996703690370105350,996692386385293312,1526467652000.0,2018-05-16 10:47:32,+0000,,@Manuel_Castillo Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/996703690370105350,[],[],0,,False,1064,38,23,,None,,,,,,,"[{'screen_name': 'Manuel_Castillo', 'name': 'Mnl', 'id': '23279185'}]",,,, +4706,996692386385293312,996692386385293312,1526464957000.0,2018-05-16 10:02:37,+0000,,Will be presenting & taking questions about The Boring Company plans for Los Angeles at 7pm on Thursday,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/996692386385293312,[],[],0,,False,19583,846,1229,,None,,,,,,,[],,,, +4707,996691566851801088,996691566851801088,1526464761000.0,2018-05-16 09:59:21,+0000,,Boring Company Hyperloop will take you from city center under ground & ocean to spaceport in 10 to 15 mins https://t.co/VhpfhgdXSd,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/996691566851801088,['https://twitter.com/tedtalks/status/988501449586987008'],[],0,,False,21467,468,2155,https://twitter.com/tedtalks/status/988501449586987008,None,,,,,,,[],,,, +4708,996134672638754816,996134415377092615,1526331987000.0,2018-05-14 21:06:27,+0000,,"@andrewbg Time will tell, but so far it appears so",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/996134672638754816,[],[],0,,False,2816,68,65,,None,,,,,,,"[{'screen_name': 'andrewbg', 'name': 'Andrew Green', 'id': '8069672'}]",,,, +4709,996133894893129728,996131586469842945,1526331802000.0,2018-05-14 21:03:22,+0000,,"@Kasabiii It certainly needs to be better & we work to improve it every day, but perfect is enemy of good. A system that, on balance, saves lives & reduces injuries should be released.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/996133894893129728,[],[],0,,False,4158,102,391,,None,,,,,,,"[{'screen_name': 'Kasabiii', 'name': 'Kasabi 🇯🇴', 'id': '443873886'}]",,,, +4710,996132429772410882,996131586469842945,1526331453000.0,2018-05-14 20:57:33,+0000,,What’s actually amazing about this accident is that a Model S hit a fire truck at 60mph and the driver only broke an ankle. An impact at that speed usually results in severe injury or death.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/996132429772410882,[],[],0,,False,77169,1446,9562,,None,,,,,,,[],,,, +4711,996131586469842945,996131586469842945,1526331252000.0,2018-05-14 20:54:12,+0000,,"It’s super messed up that a Tesla crash resulting in a broken ankle is front page news and the ~40,000 people who died in US auto accidents alone in past year get almost no coverage https://t.co/6gD8MzD6VU",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/996131586469842945,['https://www.washingtonpost.com/business/tesla-with-autopilot-slams-into-truck-stopped-at-red-light/2018/05/12/18d2e740-563e-11e8-a6d4-ca1d035642ce_story.html?noredirect=on&utm_term=.7466cb626644'],[],0,,False,103098,3902,21333,,None,,,,,,,[],,,, +4712,996121794246426625,996089302525325312,1526328917000.0,2018-05-14 20:15:17,+0000,,@sokane1 @TalkTesla @Techmeme @timkhiggins Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/996121794246426625,[],[],0,,False,673,18,19,,None,,,,,,,"[{'screen_name': 'sokane1', 'name': ""Sean O'Kane"", 'id': '13209362'}, {'screen_name': 'TalkTesla', 'name': 'TalkTesla', 'id': '983040545823055873'}, {'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'timkhiggins', 'name': 'Tim Higgins', 'id': '145265146'}]",,,, +4713,996112995636858880,996089302525325312,1526326819000.0,2018-05-14 19:40:19,+0000,,"@TalkTesla @Techmeme @timkhiggins According to NHTSA, there was an automotive fatality every 86M miles in 2017 (~40,000 deaths). Tesla was every 320M miles. It’s not possible to be zero, but probability of fatality is much lower in a Tesla. We will be reporting updated safety numbers after each quarter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/996112995636858880,[],[],0,,False,4270,107,678,,None,,,,,,,"[{'screen_name': 'TalkTesla', 'name': 'TalkTesla', 'id': '983040545823055873'}, {'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'timkhiggins', 'name': 'Tim Higgins', 'id': '145265146'}]",,,, +4714,996102919811350528,996089302525325312,1526324417000.0,2018-05-14 19:00:17,+0000,,"@Techmeme @timkhiggins This is false. Eyetracking rejected for being ineffective, not for cost. WSJ fails to mention that Tesla is safest car on road, which would make article ridiculous. Approx 4X better than avg.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/996102919811350528,[],[],0,,False,20367,321,2018,,None,,,,,,,"[{'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'timkhiggins', 'name': 'Tim Higgins', 'id': '145265146'}]",,,, +4715,995823298888990720,995623626832424961,1526257750000.0,2018-05-14 00:29:10,+0000,,@mayemusk Happy Mother’s Day Mom! Love you so much.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/995823298888990720,[],[],0,,False,5442,69,106,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +4716,995822814291673090,995716300939907072,1526257635000.0,2018-05-14 00:27:15,+0000,,"@arstechnica Fair criticism, but we’re fixing it fast. Hackathon going on right now to fix 2 worst robot production chokepoints. Looks promising.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/995822814291673090,[],[],0,,False,8405,222,334,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}]",,,, +4717,995820124656484352,995820124656484352,1526256993000.0,2018-05-14 00:16:33,+0000,,Lovely story https://t.co/fIsvSIx3Uu,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/995820124656484352,['https://twitter.com/teslarati/status/995563083203571712'],[],0,,False,52380,425,3404,https://twitter.com/teslarati/status/995563083203571712,None,,,,,,,[],,,, +4718,995479302660505600,995447513707614208,1526175735000.0,2018-05-13 01:42:15,+0000,,"@devrim_ogun @RitaJKing If someone is trying to control us through complicated sky patterns, they must really care. I would gladly obey their instructions, but I can’t figure them out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/995479302660505600,[],[],0,,False,770,57,56,,None,,,,,,,"[{'screen_name': 'devrim_ogun', 'name': 'Devrim Öğün', 'id': '4066776981'}, {'screen_name': 'RitaJKing', 'name': 'Rita J. King', 'id': '7434272'}]",,,, +4719,995462943079723008,995038624436572160,1526171835000.0,2018-05-13 00:37:15,+0000,,"@Everman SpaceX will prob build 30 to 40 rocket cores for ~300 missions over 5 years. Then BFR takes over & Falcon retires. Goal of BFR is to enable anyone to move to moon, Mars & eventually outer planets.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/995462943079723008,[],[],0,,False,1649,101,250,,None,,,,,,,"[{'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}]",,,, +4720,995461033958424576,995461033958424576,1526171379000.0,2018-05-13 00:29:39,+0000,,Good piece by Ars https://t.co/7C3X0TjUX9,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/995461033958424576,['https://twitter.com/arstechnica/status/995457711398678529'],[],0,,False,9625,245,891,https://twitter.com/arstechnica/status/995457711398678529,None,,,,,,,[],,,, +4721,995449059535015936,995447513707614208,1526168524000.0,2018-05-12 23:42:04,+0000,,@RitaJKing Rate at which things are getting more bizarre appears to be increasing,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/995449059535015936,[],[],0,,False,5314,166,340,,None,,,,,,,"[{'screen_name': 'RitaJKing', 'name': 'Rita J. King', 'id': '7434272'}]",,,, +4722,995447960895864832,995038624436572160,1526168263000.0,2018-05-12 23:37:43,+0000,,"@DylanNeumann2 @Everman Exactly. Gasoline cars will be like steam engines — quaint, but not something you’d actually use to get around. Btw, I like steam engines & trains in general.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/995447960895864832,[],[],0,,False,929,41,69,,None,,,,,,,"[{'screen_name': 'DylanNeumann2', 'name': 'Dyl', 'id': '3222219688'}, {'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}]",,,, +4723,995446819369844739,995038624436572160,1526167990000.0,2018-05-12 23:33:10,+0000,,"@Everman Yeah, I heard this so many times. In the future, it will seem bizarre that we used to crash rockets into the ocean instead of reusing them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/995446819369844739,[],[],0,,False,12110,172,943,,None,,,,,,,"[{'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}]",,,, +4724,995125446634188800,995116720028184577,1526091369000.0,2018-05-12 02:16:09,+0000,,@boringcompany Yo,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/995125446634188800,[],[],0,,False,27609,561,1389,,None,,,,,,,"[{'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +4725,995067149302484992,995066965440917505,1526077470000.0,2018-05-11 22:24:30,+0000,,@PodcastTeslas Will make that a setting,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/995067149302484992,[],[],0,,False,539,14,18,,None,,,,,,,"[{'screen_name': 'PodcastTeslas', 'name': 'Talking Teslas Podcast', 'id': '963571074523738113'}]",,,, +4726,995066192938192897,995022517755506688,1526077242000.0,2018-05-11 22:20:42,+0000,,"@existentialcoms Fossil fuels subsidized at $10 million a minute, 24 hours a day, 7 days a week https://t.co/zAZOohjb4E",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/995066192938192897,['https://www.theguardian.com/environment/2015/may/18/fossil-fuel-companies-getting-10m-a-minute-in-subsidies-says-imf'],[],0,,False,877,51,196,,None,,,,,,,"[{'screen_name': 'existentialcoms', 'name': 'Existential Comics', 'id': '2163374389'}]",,,, +4727,995065228403458048,995022517755506688,1526077012000.0,2018-05-11 22:16:52,+0000,,@existentialcoms No use arguing with chimp. You’re blocked.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/995065228403458048,[],[],0,,False,1565,318,150,,None,,,,,,,"[{'screen_name': 'existentialcoms', 'name': 'Existential Comics', 'id': '2163374389'}]",,,, +4728,995061978140819456,995022517755506688,1526076237000.0,2018-05-11 22:03:57,+0000,,"@existentialcoms That article was pushed as propaganda to counter IMF study showing fossil fuel subsidies to be $5 trillion/year. Even if $4.9B was true, combined market cap of Tesla & SpaceX is $80B. Where did the other $75B come from? Ass 🎩 …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/995061978140819456,[],[],0,,False,1662,53,112,,None,,,,,,,"[{'screen_name': 'existentialcoms', 'name': 'Existential Comics', 'id': '2163374389'}]",,,, +4729,995033832796577792,995022517755506688,1526069527000.0,2018-05-11 20:12:07,+0000,,@archangel_cap @existentialcoms I have publicly asked people (like you) not to invest. Go fund Ford or whatever …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/995033832796577792,[],[],0,,False,1972,98,149,,None,,,,,,,"[{'screen_name': 'archangel_cap', 'name': 'michael🐂', 'id': '967134612953714689'}, {'screen_name': 'existentialcoms', 'name': 'Existential Comics', 'id': '2163374389'}]",,,, +4730,995033279731384320,995033279731384320,1526069395000.0,2018-05-11 20:09:55,+0000,,Launching in ~4 mins https://t.co/4vMvdEQAx7,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/995033279731384320,['https://twitter.com/spacex/status/995031117924257792'],[],0,,False,13934,470,1160,https://twitter.com/spacex/status/995031117924257792,None,,,,,,,[],,,, +4731,995029619655954432,994759514082684928,1526068522000.0,2018-05-11 19:55:22,+0000,,"@DMC_Ryan @AnthonyFultz AWD & white interior in July. Air suspension prob later. Note, that’s when we *start* making them. Can’t instantly fill all orders. Will take 6+ months to do so.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/995029619655954432,[],[],0,,False,759,59,69,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'AnthonyFultz', 'name': 'Anthony Fultz', 'id': '583095497'}]",,,, +4732,995028864672788480,995022517755506688,1526068342000.0,2018-05-11 19:52:22,+0000,,"@existentialcoms Our giant auto co competitors have much greater access to incentives than Tesla, which means Tesla has prospered in spite of govt subsidies, not because of them. Tesla mkt cap has *risen* over time as EV incentives declined. How strange …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/995028864672788480,[],[],0,,False,11613,276,771,,None,,,,,,,"[{'screen_name': 'existentialcoms', 'name': 'Existential Comics', 'id': '2163374389'}]",,,, +4733,995021099518709760,994759514082684928,1526066491000.0,2018-05-11 19:21:31,+0000,,"@AnthonyFultz @DMC_Ryan I love it too, but trying to keep config simple so as not to blow up the production ramp",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/995021099518709760,[],[],0,,False,512,18,19,,None,,,,,,,"[{'screen_name': 'AnthonyFultz', 'name': 'Anthony Fultz', 'id': '583095497'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4734,994980692160217088,994759514082684928,1526056857000.0,2018-05-11 16:40:57,+0000,,@DMC_Ryan Tesla will enable orders end of next week for dual motor AWD & performance. Starting production of those in July. Air suspension prob next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/994980692160217088,[],[],0,,False,1608,196,247,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4735,994762365882089472,994761735276920832,1526004804000.0,2018-05-11 02:13:24,+0000,,@nextspaceflight A cool thing about the design is that’s easy to incorporate branch loops to serve small to mid size cities without slowing down the main loop at all,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/994762365882089472,[],[],0,,False,2651,93,137,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +4736,994760815361245184,994759677878484992,1526004434000.0,2018-05-11 02:07:14,+0000,,@MissTrade Already started DC to NY route. Hopefully start LA to SF next year. That will be true @Hyperloop w pressurized pods in near vacuum tunnels & faster than jetliner.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/994760815361245184,[],[],0,,False,5125,201,467,,None,,,,,,,"[{'screen_name': 'MissTrade', 'name': 'Matt Davio', 'id': '1467621'}]",,,, +4737,994759514082684928,994759514082684928,1526004124000.0,2018-05-11 02:02:04,+0000,,First Boring Company tunnel under LA almost done! Pending final… https://t.co/oWHlwOgCJE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/994759514082684928,['https://www.instagram.com/p/BinoVT6Acpd/?utm_source=ig_twitter_share'],[],0,,False,27789,835,3445,,None,,,,,,,[],,,, +4738,994739393859502082,994738573139099653,1525999327000.0,2018-05-11 00:42:07,+0000,,"@isayeter Towards end of next year. Btw, planning to launch Tesla in Turkey later this year. Love your country & will be there in person for the launch.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/994739393859502082,[],[],0,,False,2393,117,559,,None,,,,,,,"[{'screen_name': 'isayeter', 'name': 'isa yeter', 'id': '144128951'}]",,,, +4739,994738852253155328,994533174452645888,1525999198000.0,2018-05-11 00:39:58,+0000,,"@tammyharrington @Josh1C This will work on entire S & X fleet, even first production units. Cool thing about software upgrades is that we can keep making your car better long after you bought it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/994738852253155328,[],[],0,,False,643,22,50,,None,,,,,,,"[{'screen_name': 'tammyharrington', 'name': 'Tammy Harrington', 'id': '23806343'}, {'screen_name': 'Josh1C', 'name': 'Josh Cunningham', 'id': '27496807'}]",,,, +4740,994535342739832832,994533174452645888,1525950677000.0,2018-05-10 11:11:17,+0000,,"@Josh1C All X & S will soon work with no key if your phone pairs w Bluetooth, signal strength is high & you enable feature",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/994535342739832832,[],[],0,,False,940,79,63,,None,,,,,,,"[{'screen_name': 'Josh1C', 'name': 'Josh Cunningham', 'id': '27496807'}]",,,, +4741,994534448442916864,994533174452645888,1525950464000.0,2018-05-10 11:07:44,+0000,,"@Josh1C Yeah, we will add that as a feature",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/994534448442916864,[],[],0,,False,4178,74,82,,None,,,,,,,"[{'screen_name': 'Josh1C', 'name': 'Josh Cunningham', 'id': '27496807'}]",,,, +4742,994534079591665664,992406311525482496,1525950376000.0,2018-05-10 11:06:16,+0000,,@simona_moise @MacTechGenius @teslanomicsco @Wayfair @TeslaClubSweden !! Unnecessary characters. Will change.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/994534079591665664,[],[],0,,False,479,10,13,,None,,,,,,,"[{'screen_name': 'simona_moise', 'name': 'Simona Moise', 'id': '43998040'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}, {'screen_name': 'Wayfair', 'name': 'Wayfair.com', 'id': '16101626'}, {'screen_name': 'TeslaClubSweden', 'name': 'Tesla Club Sweden', 'id': '1635421855'}]",,,, +4743,994521953754058752,992406311525482496,1525947485000.0,2018-05-10 10:18:05,+0000,,@MacTechGenius @teslanomicsco @Wayfair @TeslaClubSweden I wrote that masterpiece myself in HTML 1.0,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/994521953754058752,[],[],0,,False,784,25,30,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}, {'screen_name': 'Wayfair', 'name': 'Wayfair.com', 'id': '16101626'}, {'screen_name': 'TeslaClubSweden', 'name': 'Tesla Club Sweden', 'id': '1635421855'}]",,,, +4744,994468381897048069,992406311525482496,1525934713000.0,2018-05-10 06:45:13,+0000,,"@teslanomicsco @Wayfair @TeslaClubSweden Wow, thanks for the couch! I will match the donation from my foundation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/994468381897048069,[],[],0,,False,5066,69,179,,None,,,,,,,"[{'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}, {'screen_name': 'Wayfair', 'name': 'Wayfair.com', 'id': '16101626'}, {'screen_name': 'TeslaClubSweden', 'name': 'Tesla Club Sweden', 'id': '1635421855'}]",,,, +4745,994460875208691717,994385777248296960,1525932923000.0,2018-05-10 06:15:23,+0000,,@alyankovic @Grimezsz My a capella cover of Amish Paradise is irresistible https://t.co/mBo6aJV42O,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/994460875208691717,['https://m.youtube.com/watch?v=lOfZLb33uCg'],[],0,,False,3740,88,206,,None,,,,,,,"[{'screen_name': 'alyankovic', 'name': 'Al Yankovic', 'id': '22461427'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +4746,994381742646554625,994381742646554625,1525914056000.0,2018-05-10 01:00:56,+0000,,Tesla quarterly all-hands video. Love the shot of wild horses & Giga in winter https://t.co/ZGZbpSFhus,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/994381742646554625,['https://m.youtube.com/watch?feature=youtu.be&v=azUbCdcAeFM'],[],0,,False,12397,573,1949,,None,,,,,,,[],,,, +4747,994359266617188352,993615299994730496,1525908698000.0,2018-05-09 23:31:38,+0000,,@freebasecatnip So rococo,es,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/994359266617188352,[],[],0,,False,5828,67,203,,None,,,,,,,"[{'screen_name': 'freebasecatnip', 'name': '𓀐𓂸[ 𝖘𝖈𝖗𝖊𝖊𝖈𝖍𝖎𝖓𝖌 ]𓀐𓂸', 'id': '1526087790'}]",,,, +4748,994308016517271552,994265259421548544,1525896479000.0,2018-05-09 20:07:59,+0000,,@ablack82 Definitely not a logo of any kind,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/994308016517271552,[],[],0,,False,584,21,15,,None,,,,,,,"[{'screen_name': 'ablack82', 'name': 'ablack82', 'id': '1129138391872888832'}]",,,, +4749,994279996725215232,994265259421548544,1525889798000.0,2018-05-09 18:16:38,+0000,,@MeriamMagic @CatherineUllo Stole it,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/994279996725215232,[],[],0,,False,443,17,11,,None,,,,,,,"[{'screen_name': 'MeriamMagic', 'name': 'MeriamMagic سا(حرة)', 'id': '965038871065997312'}]",,,, +4750,994270544496226304,994265259421548544,1525887545000.0,2018-05-09 17:39:05,+0000,,@NannySoleil @CatherineUllo We sketched concept together & worked w a trusted team to make it,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/994270544496226304,[],[],0,,False,565,31,14,,None,,,,,,,"[{'screen_name': 'NannySoleil', 'name': 'Nanny Soleil', 'id': '3114613858'}]",,,, +4751,994269435077644289,994265259421548544,1525887280000.0,2018-05-09 17:34:40,+0000,,@CatherineUllo Glass corset hand-painted in perspective in color of bone. Every detail tells a story. Spiked choker machined from a single piece of forged metal. Crown of Vantablack.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/994269435077644289,[],[],0,,False,615,34,24,,None,,,,,,,[],,,, +4752,994267584764628992,994265259421548544,1525886839000.0,2018-05-09 17:27:19,+0000,,@DanielleFong @paracurve Hi Danielle!,fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/994267584764628992,[],[],0,,False,1018,22,20,,None,,,,,,,"[{'screen_name': 'DanielleFong', 'name': '🎴', 'id': '13232322'}, {'screen_name': 'paracurve', 'name': 'Steve W.', 'id': '16628216'}]",,,, +4753,994266252779470849,994265259421548544,1525886521000.0,2018-05-09 17:22:01,+0000,,"@paracurve Don’t want to blow your mind, but I’m pretty weird. It’s time the world knew.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/994266252779470849,[],[],0,,False,5536,293,521,,None,,,,,,,"[{'screen_name': 'paracurve', 'name': 'Steve W.', 'id': '16628216'}]",,,, +4754,994265259421548544,994265259421548544,1525886285000.0,2018-05-09 17:18:05,+0000,,Night at the museum. G has mad skillzsz. Me not so much. https://t.co/xFhGncvMhH,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/994265259421548544,['https://instagram.com/p/BiiAeCdhz8X/'],[],0,,False,15175,751,1015,,None,,,,,,,[],,,, +4755,994095355351502848,993924012689551360,1525845776000.0,2018-05-09 06:02:56,+0000,,@MaxHandwerker @dan_rar @ProSyndicate @nypost Literally every word is untrue,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/994095355351502848,[],[],0,,False,1978,60,73,,None,,,,,,,"[{'screen_name': 'MaxHandwerker', 'name': 'Max Handwerker', 'id': '1041073707597221888'}, {'screen_name': 'dan_rar', 'name': 'Danrar', 'id': '44114618'}, {'screen_name': 'nypost', 'name': 'New York Post', 'id': '17469289'}]",,,, +4756,994055600232321024,993924012689551360,1525836298000.0,2018-05-09 03:24:58,+0000,,"@nypost That’s a white rose on my jacket & the choker is a bunch of spikes, not Tesla anything",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/994055600232321024,[],[],0,,False,23710,497,1031,,None,,,,,,,"[{'screen_name': 'nypost', 'name': 'New York Post', 'id': '17469289'}]",,,, +4757,994025286260867074,993991308673933312,1525829070000.0,2018-05-09 01:24:30,+0000,,@MarinPilates @WeDragonSlayers This chart shows how crazy low payout is to labels & the artists only a small fraction of these numbers https://t.co/2us0rzTMqk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/994025286260867074,[],['https://pbs.twimg.com/media/Dct8uceVAAAHiMX.jpg'],1,https://pbs.twimg.com/media/Dct8uceVAAAHiMX.jpg,False,1340,103,343,,None,,,,,,,"[{'screen_name': 'MarinPilates', 'name': 'Janette Jones', 'id': '277841159'}, {'screen_name': 'WeDragonSlayers', 'name': 'WeDragonSlayers', 'id': '957412555651129344'}]",,,, +4758,994024101399293953,993991308673933312,1525828788000.0,2018-05-09 01:19:48,+0000,,"@MarinPilates @WeDragonSlayers Prob iTunes, but whatever works 4u is fine. Most people don’t buy music & artist earnings from streaming are tiny. Mostly about touring. https://t.co/7eITqomrqc",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/994024101399293953,['https://itunes.apple.com/us/album/art-angels/1051022913'],[],0,,False,369,13,24,,None,,,,,,,"[{'screen_name': 'MarinPilates', 'name': 'Janette Jones', 'id': '277841159'}, {'screen_name': 'WeDragonSlayers', 'name': 'WeDragonSlayers', 'id': '957412555651129344'}]",,,, +4759,993995967610290176,993991308673933312,1525822080000.0,2018-05-08 23:28:00,+0000,,@WeDragonSlayers Flesh without Blood & Kill V Maim on Art Angels album https://t.co/MycGWvbYGk,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/993995967610290176,['https://open.spotify.com/album/5hB4jVN4ZHpubyiMmW81K1?si=w_40XQKaQeOx5HfdWR4-0Q'],[],0,,False,4542,91,806,,None,,,,,,,"[{'screen_name': 'WeDragonSlayers', 'name': 'WeDragonSlayers', 'id': '957412555651129344'}]",,,, +4760,993993468111241216,988608394918440961,1525821484000.0,2018-05-08 23:18:04,+0000,,@Grimezsz Love Powerglide too https://t.co/l07YbZLdIG,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/993993468111241216,['https://m.youtube.com/watch?v=95Rzsn-zjr0'],[],0,,False,2615,31,536,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +4761,993667352888791040,993552010514317313,1525743733000.0,2018-05-08 01:42:13,+0000,,@UJZEEE @ProductHunt @shnbhg Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/993667352888791040,[],[],0,,False,477,54,14,,None,,,,,,,"[{'screen_name': 'ProductHunt', 'name': 'Product Hunt 😸', 'id': '2208027565'}]",,,, +4762,993593145064673281,993572598381514753,1525726040000.0,2018-05-07 20:47:20,+0000,, https://t.co/WavNr0ZtDn https://t.co/Z5w69RXtxu,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/993593145064673281,['https://xkcd.com/1450/'],['https://pbs.twimg.com/media/DcnzsG5VQAARy5t.jpg'],1,https://pbs.twimg.com/media/DcnzsG5VQAARy5t.jpg,False,14451,464,1587,,None,,,,,,,[],,,, +4763,993575688778256385,993572598381514753,1525721878000.0,2018-05-07 19:37:58,+0000,, https://t.co/OgAHAWkNkU,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/993575688778256385,['https://en.m.wikipedia.org/wiki/Rococo'],[],0,,False,3922,317,185,,None,,,,,,,[],,,, +4764,993572598381514753,993572598381514753,1525721141000.0,2018-05-07 19:25:41,+0000,,Rococo basilisk,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/993572598381514753,[],[],0,,False,14143,1081,1201,,None,,,,,,,[],,,, +4765,993546386518966275,993086174141890561,1525714892000.0,2018-05-07 17:41:32,+0000,,@drmistercody The Boring Company will be using dirt from tunnel digging to create bricks for low cost housing,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/993546386518966275,[],[],0,,False,25664,485,2291,,None,,,,,,,"[{'screen_name': 'drmistercody', 'name': 'Cody Johnston', 'id': '36618079'}]",,,, +4766,992970026108907520,992951528255250432,1525577477000.0,2018-05-06 03:31:17,+0000,,"@silverblue16 (Sigh) I do like Ty, but she’s a friend. We are not dating.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/992970026108907520,[],[],0,,False,610,81,30,,None,,,,,,,"[{'screen_name': 'silverblue16', 'name': 'Rusty Buckets', 'id': '117851928'}]",,,, +4767,992964829282418688,992951528255250432,1525576238000.0,2018-05-06 03:10:38,+0000,,Saying you like “moats” is just a nice way of saying you like oligopolies,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/992964829282418688,[],[],0,,False,12956,601,950,,None,,,,,,,[],,,, +4768,992951528255250432,992951528255250432,1525573067000.0,2018-05-06 02:17:47,+0000,,Warren Buffett is huge in candy. It’s actually true. https://t.co/UqzIxPGCM2,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/992951528255250432,['http://fortune.com/2018/05/05/warren-buffett-elon-musk-trolling-sees-candies-moats/'],[],0,,False,14296,565,1101,,None,,,,,,,[],,,, +4769,992941109222391808,992941109222391808,1525570583000.0,2018-05-06 01:36:23,+0000,,I’m killin me lol,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/992941109222391808,[],[],0,,False,95850,2033,19600,,None,,,,,,,[],,,, +4770,992940263906553857,992924525288308736,1525570381000.0,2018-05-06 01:33:01,+0000,,@SarahKSilverman lol,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/992940263906553857,[],[],0,,False,1225,30,59,,None,,,,,,,"[{'screen_name': 'SarahKSilverman', 'name': 'Sarah Silverman', 'id': '30364057'}]",,,, +4771,992937572698472454,992924525288308736,1525569739000.0,2018-05-06 01:22:19,+0000,,@SarahKSilverman Hi Sarah,in,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/992937572698472454,[],[],0,,False,1650,45,39,,None,,,,,,,"[{'screen_name': 'SarahKSilverman', 'name': 'Sarah Silverman', 'id': '30364057'}]",,,, +4772,992924525288308736,992924525288308736,1525566629000.0,2018-05-06 00:30:29,+0000,,Then I’m going to build a moat & fill it w candy. Warren B will not be able to resist investing! Berkshire Hathaway kryptonite …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/992924525288308736,[],[],0,,False,31240,1128,2443,,None,,,,,,,[],,,, +4773,992904076978540545,992894802122366976,1525561753000.0,2018-05-05 23:09:13,+0000,,Cryptocandy,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/992904076978540545,[],[],0,,False,50360,1868,6859,,None,,,,,,,[],,,, +4774,992894802122366976,992894802122366976,1525559542000.0,2018-05-05 22:32:22,+0000,,"Ok ok, just for sake of argument, what do u wish for in candy? 🍭",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/992894802122366976,[],[],0,,False,35862,9659,1916,,None,,,,,,,[],,,, +4775,992891529852108800,992876606979952640,1525558762000.0,2018-05-05 22:19:22,+0000,,@ComfortablySmug What do you think we’re living in?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/992891529852108800,[],[],0,,False,24286,395,1844,,None,,,,,,,"[{'screen_name': 'ComfortablySmug', 'name': 'Comfortably Smug', 'id': '17060573'}]",,,, +4776,992890073908572160,992890073908572160,1525558415000.0,2018-05-05 22:13:35,+0000,,It just occurred to me that the plot of Willy Wonka is really messed up,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/992890073908572160,[],[],0,,False,83897,1900,7727,,None,,,,,,,[],,,, +4777,992876773695082496,992876606979952640,1525555244000.0,2018-05-05 21:20:44,+0000,,I am super super serious,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/992876773695082496,[],[],0,,False,87077,2663,7346,,None,,,,,,,[],,,, +4778,992876606979952640,992876606979952640,1525555204000.0,2018-05-05 21:20:04,+0000,,I’m starting a candy company & it’s going to be amazing,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/992876606979952640,[],[],0,,False,229628,9998,35735,,None,,,,,,,[],,,, +4779,992872154927542273,992872154927542273,1525554143000.0,2018-05-05 21:02:23,+0000,, https://t.co/GUnnlJoPbU https://t.co/7tMzFk8v9G,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/992872154927542273,"['https://m.youtube.com/watch?v=oWgTqLCLE8k', 'https://twitter.com/business/status/992826420501073920']",[],0,,False,5571,314,564,https://twitter.com/business/status/992826420501073920,None,,,,,,,[],,,, +4780,992870391847649280,992388944774938626,1525553722000.0,2018-05-05 20:55:22,+0000,,@muddywatersre This will be bigger,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/992870391847649280,[],[],0,,False,696,48,63,,None,,,,,,,"[{'screen_name': 'muddywatersre', 'name': 'MuddyWatersResearch', 'id': '168679374'}]",,,, +4781,992558985218789376,992388944774938626,1525479477000.0,2018-05-05 00:17:57,+0000,,@filippie509 I try so hard to help them …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/992558985218789376,[],[],0,,False,1174,63,47,,None,,,,,,,"[{'screen_name': 'filippie509', 'name': 'Filip Piekniewski', 'id': '4070765174'}]",,,, +4782,992558443872575489,992557706576912385,1525479348000.0,2018-05-05 00:15:48,+0000,,@ATeslaInICEland @Tesla Thanks for letting me know. Will expedite. Sorry for the delay.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/992558443872575489,[],[],0,,False,5780,87,135,,None,,,,,,,"[{'screen_name': 'ATeslaInICEland', 'name': 'A Tesla In ICEland', 'id': '716419165020692480'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4783,992556974263947264,992388944774938626,1525478998000.0,2018-05-05 00:09:58,+0000,,"Looks like sooner than expected. The sheer magnitude of short carnage will be unreal. If you’re short, I suggest tiptoeing quietly to the exit … https://t.co/A0Q90pSLKA",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/992556974263947264,['https://www.barrons.com/articles/tesla-almost-out-of-stock-for-short-sellers-1525467892?mod=yahoobarrons&ru=yahoo&yptr=yahoo'],[],0,,False,11174,556,1075,,None,,,,,,,[],,,, +4784,992511425753956352,992476752185196544,1525468138000.0,2018-05-04 21:08:58,+0000,,@TobyTurner New Roadster will have that,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/992511425753956352,[],[],0,,False,11660,166,359,,None,,,,,,,"[{'screen_name': 'TobyTurner', 'name': 'Toby Turner', 'id': '6054912'}]",,,, +4785,992391704333320192,992388944774938626,1525439594000.0,2018-05-04 13:13:14,+0000,,"@InvestorsLive Yes, definitely not",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/992391704333320192,[],[],0,,False,2540,51,50,,None,,,,,,,"[{'screen_name': 'InvestorsLive', 'name': 'Nathan Michaud', 'id': '15971805'}]",,,, +4786,992391093688791050,992388944774938626,1525439449000.0,2018-05-04 13:10:49,+0000,,@FredericLambert It will be next level. These are really big numbers.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/992391093688791050,[],[],0,,False,1758,54,77,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4787,992388944774938626,992388944774938626,1525438936000.0,2018-05-04 13:02:16,+0000,,Oh and uh short burn of the century comin soon. Flamethrowers should arrive just in time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/992388944774938626,[],[],0,,False,40919,977,2745,,None,,,,,,,[],,,, +4788,992384341912137733,992361223793487872,1525437839000.0,2018-05-04 12:43:59,+0000,,@mr_calico @FredericLambert Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/992384341912137733,[],[],0,,False,483,19,15,,None,,,,,,,"[{'screen_name': 'mr_calico', 'name': 'Calico', 'id': '14752676'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +4789,992381848104747008,992361223793487872,1525437244000.0,2018-05-04 12:34:04,+0000,,"@GlobalProTrader @wmiddelkoop True. And once they were on the call, I should have answered their questions live. It was foolish of me to ignore them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/992381848104747008,[],[],0,,False,831,60,55,,None,,,,,,,"[{'screen_name': 'GlobalProTrader', 'name': 'David Brady', 'id': '753972954074054656'}, {'screen_name': 'wmiddelkoop', 'name': 'Willem Middelkoop', 'id': '19059966'}]",,,, +4790,992378642830262272,992361223793487872,1525436480000.0,2018-05-04 12:21:20,+0000,,"@joshgans We went through the same drama on S & X and almost all confirmed in the end. Will likely be even better for Model 3, as customer satisfaction score post delivery is higher. I worry zero about demand. Just spent all night in the factory, not the showroom.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/992378642830262272,[],[],0,,False,1556,61,122,,None,,,,,,,"[{'screen_name': 'joshgans', 'name': 'Joshua Gans', 'id': '17142283'}]",,,, +4791,992374493132742656,992361223793487872,1525435491000.0,2018-05-04 12:04:51,+0000,,"Reason RBC question about Model 3 demand is absurd is that Tesla has roughly half a million reservations, despite no advertising & no cars in showrooms. Even after reaching 5k/week production, it would take 2 years just to satisfy existing demand even if new sales dropped to 0.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/992374493132742656,[],[],0,,False,16302,551,1534,,None,,,,,,,[],,,, +4792,992372195304198144,992361223793487872,1525434943000.0,2018-05-04 11:55:43,+0000,,"The reason the Bernstein question about CapEx was boneheaded was that it had already been answered in the headline of the Q1 newsletter he received beforehand, along with details in the body of the letter",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/992372195304198144,[],[],0,,False,9721,203,532,,None,,,,,,,[],,,, +4793,992367087761817600,992361223793487872,1525433725000.0,2018-05-04 11:35:25,+0000,,"The 2 questioners I ignored on the Q1 call are sell-side analysts who represent a short seller thesis, not investors",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/992367087761817600,[],[],0,,False,8587,308,565,,None,,,,,,,[],,,, +4794,992362814353293312,992361223793487872,1525432706000.0,2018-05-04 11:18:26,+0000,,@MarekCyzio Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/992362814353293312,[],[],0,,False,4180,59,74,,None,,,,,,,"[{'screen_name': 'MarekCyzio', 'name': 'Marek Cyzio', 'id': '21892958'}]",,,, +4795,992362594961780742,992361223793487872,1525432654000.0,2018-05-04 11:17:34,+0000,,"First, it’s important to know that Tesla is the most shorted (meaning most bet against) stock on the market & has been for a while https://t.co/srEp1tf6ZU",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/992362594961780742,['https://www.cnbc.com/2018/04/11/tesla-is-the-biggest-short-in-the-us-stock-market.html'],[],0,,False,9589,376,832,,None,,,,,,,[],,,, +4796,992361223793487872,992361223793487872,1525432327000.0,2018-05-04 11:12:07,+0000,,Please ignore this thread unless you’re interested in a tedious discussion about Tesla stock,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/992361223793487872,[],[],0,,False,34772,1490,3512,,None,,,,,,,[],,,, +4797,992354361975042048,992033877035307008,1525430691000.0,2018-05-04 10:44:51,+0000,,@Ataraxia_Invest @MKBHD @HyperChangeTV They were neither valid nor pertinent. I will explain why on a primary Twitter thread.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/992354361975042048,[],[],0,,False,536,21,25,,None,,,,,,,"[{'screen_name': 'Ataraxia_Invest', 'name': 'Ataraxia Investments', 'id': '931614922869497856'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}]",,,, +4798,992341387613016064,992033877035307008,1525427598000.0,2018-05-04 09:53:18,+0000,,"@ThePhoenixFlare @MKBHD @HyperChangeTV Yeah, news is actually super good. Model S & X are producing major positive cash flow & Model 3 is about to do same.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/992341387613016064,[],[],0,,False,741,33,58,,None,,,,,,,"[{'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}]",,,, +4799,992337618091298816,992033877035307008,1525426699000.0,2018-05-04 09:38:19,+0000,,"@MKBHD @HyperChangeTV To be clear, I’m a big fan of MKBHD, but this is an important clarification",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/992337618091298816,[],[],0,,False,9412,124,558,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}]",,,, +4800,992333108346277888,992033877035307008,1525425624000.0,2018-05-04 09:20:24,+0000,,"@MKBHD @HyperChangeTV The “dry” questions were not asked by investors, but rather by two sell-side analysts who were trying to justify their Tesla short thesis. They are actually on the *opposite* side of investors. HyperChange represented actual investors, so I switched to them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/992333108346277888,[],[],0,,False,5492,91,314,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}]",,,, +4801,991944456466202624,991944456466202624,1525332962000.0,2018-05-03 07:36:02,+0000,,You’re most welcome https://t.co/5lOHSWHWhc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/991944456466202624,['https://twitter.com/hyperchangetv/status/991871350980530176'],[],0,,False,9475,383,522,https://twitter.com/hyperchangetv/status/991871350980530176,None,,,,,,,[],,,, +4802,991813680533684224,991811284675985408,1525301783000.0,2018-05-02 22:56:23,+0000,,@drgitlin Your numbers are incorrect. Tesla Fremont is 3rd in world after a 🇳🇱🌸 place & 🇦🇪 mall. Giga will be largest when complete. https://t.co/pTMJ2QcoHk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/991813680533684224,[],['https://pbs.twimg.com/media/DcOhSKfVMAIHb5X.jpg'],1,https://pbs.twimg.com/media/DcOhSKfVMAIHb5X.jpg,False,800,42,68,,None,,,,,,,"[{'screen_name': 'drgitlin', 'name': 'Jonathan Gitlin', 'id': '2139671'}]",,,, +4803,991788131153215489,991788131153215489,1525295691000.0,2018-05-02 21:14:51,+0000,,Woke Frisbee https://t.co/jSvZyQbZ6O,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/991788131153215489,['https://www.instagram.com/p/BiSiqt2AN8p/?utm_source=twitter'],[],0,,False,5015,325,336,,None,,,,,,,[],,,, +4804,991786023351869441,991786023351869441,1525295189000.0,2018-05-02 21:06:29,+0000,,La la la https://t.co/rLQfmrcNO2,es,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/991786023351869441,['https://techcrunch.com/2018/05/02/tesla-earnings-q1-2018/'],[],0,,False,47744,1389,5356,,None,,,,,,,[],,,, +4805,991784449275670528,991769883183669251,1525294813000.0,2018-05-02 21:00:13,+0000,,@arstechnica SpaceX Crew Dragon ships to the Cape in about 3 months,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/991784449275670528,[],[],0,,False,5657,132,477,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}]",,,, +4806,991752018338304000,991636171309625344,1525287081000.0,2018-05-02 18:51:21,+0000,,@arstechnica @binarybits 🖤 Ars Technica 🖤,lt,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/991752018338304000,[],[],0,,False,2852,81,94,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'binarybits', 'name': 'Timothy B. Lee', 'id': '14165170'}]",,,, +4807,991556953586503680,991556953586503680,1525240574000.0,2018-05-02 05:56:14,+0000,,Falcon 9 fairing opens its parafoil after reentering the atmosphere https://t.co/WWz7MhmKaM,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/991556953586503680,['https://www.instagram.com/p/BiQ5qXnA_OM/?utm_source=twitter'],[],0,,False,15786,375,1536,,None,,,,,,,[],,,, +4808,991130075889205248,991062044588806144,1525138799000.0,2018-05-01 01:39:59,+0000,,@Gfilche @Tesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/991130075889205248,[],[],0,,False,4797,120,198,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4809,991007702724689920,990854677926297600,1525109623000.0,2018-04-30 17:33:43,+0000,,@DianaKFletcher That’s how I use my eyebrows too,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/991007702724689920,[],[],0,,False,1717,80,56,,None,,,,,,,"[{'screen_name': 'dianakfletcher', 'name': 'Diana', 'id': '926875901039538176'}]",,,, +4810,990854677926297600,990854677926297600,1525073139000.0,2018-04-30 07:25:39,+0000,,I have prehensile eyebrows,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/990854677926297600,[],[],0,,False,37354,1789,2650,,None,,,,,,,[],,,, +4811,990040963635597312,989598167980163072,1524879134000.0,2018-04-28 01:32:14,+0000,,@cloudstrife447 @Grimezsz 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/990040963635597312,[],[],0,,False,1252,65,112,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +4812,990028017861705729,989598167980163072,1524876047000.0,2018-04-28 00:40:47,+0000,,"@Grimezsz Yeah, most people don’t know this, but comets r mostly made of cocaine",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/990028017861705729,[],[],0,,False,3018,122,759,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +4813,989986716004958208,989730877021147137,1524866200000.0,2018-04-27 21:56:40,+0000,,@WorldAndScience Almost ready to test the new Boring Company / SpaceX hyperpod prototype. Exciting video guaranteed.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/989986716004958208,[],[],0,,False,25026,403,1823,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4814,989598167980163072,989598167980163072,1524773563000.0,2018-04-26 20:12:43,+0000,, https://t.co/3ZyzXoJjcc https://t.co/Er71Qz68Rh,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/989598167980163072,"['https://arstechnica.com/science/2018/04/a-short-new-movie-of-a-comets-surface-is-pretty-incredible/', 'https://twitter.com/worldandscience/status/989580140005994496']",[],0,,False,24186,584,4288,0,None,,,,,,,[],,,, +4815,989362154242428928,989209383501516801,1524717293000.0,2018-04-26 04:34:53,+0000,,@GameOfThrones Don’t make me use my space lasers …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/989362154242428928,[],[],0,,False,39393,418,3791,,None,,,,,,,"[{'screen_name': 'GameOfThrones', 'name': 'Game of Thrones', 'id': '180463340'}]",,,, +4816,989199502794936321,989198118666162176,1524678514000.0,2018-04-25 17:48:34,+0000,,@illbzo1 I know … such an underserved market,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/989199502794936321,[],[],0,,False,25006,169,743,,None,,,,,,,"[{'screen_name': 'illbzo1', 'name': 'Tyler Moore', 'id': '14351638'}]",,,, +4817,989198118666162176,989198118666162176,1524678184000.0,2018-04-25 17:43:04,+0000,,Oh btw I’m building a cyborg dragon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/989198118666162176,[],[],0,,False,419943,14836,90811,,None,,,,,,,[],,,, +4818,989195682081730560,988608394918440961,1524677603000.0,2018-04-25 17:33:23,+0000,,@Grimezsz @PostMalone Sounds great riding my cyborg 🐉,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/989195682081730560,[],[],0,,False,1291,31,82,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}, {'screen_name': 'PostMalone', 'name': 'Posty', 'id': '913812620'}]",,,, +4819,989017019876966400,988608394918440961,1524635007000.0,2018-04-25 05:43:27,+0000,,@PostMalone Likewise … was just listening to Go Flex & Psycho on @Grimezsz playlist,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/989017019876966400,[],[],0,,False,11929,106,1099,,None,,,,,,,"[{'screen_name': 'PostMalone', 'name': 'Posty', 'id': '913812620'}]",,,, +4820,988214241797685248,988210908412465152,1524443610000.0,2018-04-23 00:33:30,+0000,,@MrAdamPrater Mostly not,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/988214241797685248,[],[],0,,False,414,26,18,,None,,,,,,,"[{'screen_name': 'MrAdamPrater', 'name': 'Adam Prater', 'id': '1265412344'}]",,,, +4821,986746909153869824,986746909153869824,1524093770000.0,2018-04-18 23:22:50,+0000,,Tesla batteries are currently live & delivering power at 662 locations in Puerto Rico. Team is working 24/7 to activate several hundred more. https://t.co/OMu8qKJvLy,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/986746909153869824,['https://twitter.com/nowthisnews/status/986646841503596544'],[],0,,False,147700,2012,31453,https://twitter.com/nowthisnews/status/986646841503596544,None,,,,,,,[],,,, +4822,986641687081398272,986608291223687169,1524068683000.0,2018-04-18 16:24:43,+0000,,@arstechnica @SciGuySpace Russia has great rocket technology & talent. Much respect. Would encourage focus on reusability. Single-use rockets cannot be competitive any more than single-use aircraft.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/986641687081398272,[],[],0,,False,7518,163,560,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4823,986632708074827777,986322814985584640,1524066543000.0,2018-04-18 15:49:03,+0000,,@vincechen Doing our best,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/986632708074827777,[],[],0,,False,438,27,20,,None,,,,,,,"[{'screen_name': 'vincechen', 'name': 'Vince Chen', 'id': '26560520'}]",,,, +4824,986369127907393537,986322814985584640,1524003700000.0,2018-04-17 22:21:40,+0000,, https://t.co/MMRtF3jHD5,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/986369127907393537,['https://m.youtube.com/watch?v=qmDBMFlC-8o'],[],0,,False,2805,355,185,,None,,,,,,,[],,,, +4825,986363212474925056,986322814985584640,1524002290000.0,2018-04-17 21:58:10,+0000,, https://t.co/JIl6vzhQAx,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/986363212474925056,['https://m.youtube.com/watch?v=WXv31OmnKqQ'],[],0,,False,4499,315,372,,None,,,,,,,[],,,, +4826,986361795894919168,986322814985584640,1524001952000.0,2018-04-17 21:52:32,+0000,, https://t.co/dEOd5GKfdk,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/986361795894919168,['https://m.youtube.com/watch?v=O4irXQhgMqg'],[],0,,False,4631,246,386,,None,,,,,,,[],,,, +4827,986360329763307520,986322814985584640,1524001602000.0,2018-04-17 21:46:42,+0000,,Now https://t.co/4CLYzLR9mk,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/986360329763307520,['https://m.youtube.com/watch?v=tgIqecROs5M'],[],0,,False,3077,187,228,,None,,,,,,,[],,,, +4828,986322814985584640,986322814985584640,1523992658000.0,2018-04-17 19:17:38,+0000,,Driving a Model 3 and playing https://t.co/5xa3FUWuXy,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/986322814985584640,['https://m.youtube.com/watch?v=ErCAOMi5EGM'],[],0,,False,14075,934,1536,,None,,,,,,,[],,,, +4829,986070683426766848,985654333860601856,1523932545000.0,2018-04-17 02:35:45,+0000,,"@QuinnKupec @SpaceX @UofMaryland Yeah, exactly! Would be great to hear your thoughts. We’re going to try a few approaches. Can def be done, just about minimizing mass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/986070683426766848,[],[],0,,False,730,43,44,,None,,,,,,,"[{'screen_name': 'QuinnKupec', 'name': 'Quinn Kupec', 'id': '400422078'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'UofMaryland', 'name': 'Univ. of Maryland', 'id': '16129880'}]",,,, +4830,985731208846831618,985654333860601856,1523851608000.0,2018-04-16 04:06:48,+0000,,"@smartereveryday @BadAstronomer We already do targeted retro burn to a specific point in Pacific w no islands or ships, so upper stage doesn’t become a dead satellite. Need to retarget closer to shore & position catcher ship like Mr Steven.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/985731208846831618,[],[],0,,False,1223,52,83,,None,,,,,,,"[{'screen_name': 'smartereveryday', 'name': 'Smarter Every Day', 'id': '315465682'}, {'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}]",,,, +4831,985684755877265408,985654333860601856,1523840533000.0,2018-04-16 01:02:13,+0000,,And then land on a bouncy house,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/985684755877265408,[],[],0,,False,65408,1977,5616,,None,,,,,,,[],,,, +4832,985668304353116161,985654333860601856,1523836611000.0,2018-04-15 23:56:51,+0000,,"@BadAstronomer Yeah, but great for creating a giant object that retains its shape across all Mach regimes & drops ballistic coefficient by 2 orders of magnitude",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/985668304353116161,[],[],0,,False,2485,103,165,,None,,,,,,,"[{'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}]",,,, +4833,985655249745592320,985654333860601856,1523833498000.0,2018-04-15 23:04:58,+0000,,SpaceX will try to bring rocket upper stage back from orbital velocity using a giant party balloon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/985655249745592320,[],[],0,,False,94330,2156,12561,,None,,,,,,,[],,,, +4834,985654333860601856,985654333860601856,1523833280000.0,2018-04-15 23:01:20,+0000,,"This is gonna sound crazy, but …",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/985654333860601856,[],[],0,,False,71438,2527,8550,,None,,,,,,,[],,,, +4835,985361761271406594,985361761271406594,1523763525000.0,2018-04-15 03:38:45,+0000,,Interview and Tesla factory tour with Gayle King https://t.co/693jZBk4Km,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/985361761271406594,['https://www.cbsnews.com/news/elon-musk-tesla-model-3-problems-interview-today-2018-04-13/?ftag=CNM-00-10aac3a'],[],0,,False,20568,776,2626,,None,,,,,,,[],,,, +4836,985345850946699264,985244322772733952,1523759732000.0,2018-04-15 02:35:32,+0000,,@La3_id @TheOnion https://t.co/qOyH1VVBVp,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/985345850946699264,[],['https://pbs.twimg.com/media/Daym0n7UwAAQugL.jpg'],1,https://pbs.twimg.com/media/Daym0n7UwAAQugL.jpg,False,2652,110,340,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +4837,985344228665393152,985244322772733952,1523759345000.0,2018-04-15 02:29:05,+0000,,@La3_id @TheOnion Too wasted to remember,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/985344228665393152,[],[],0,,False,1674,23,163,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +4838,985343867108012032,985244322772733952,1523759259000.0,2018-04-15 02:27:39,+0000,,"@TheOnion Don’t want to brag or anything, but that happens to me sometimes …",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/985343867108012032,[],[],0,,False,14045,162,638,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +4839,984882630947753984,984833456029843457,1523649292000.0,2018-04-13 19:54:52,+0000,,"@timkhiggins Yes, excessive automation at Tesla was a mistake. To be precise, my mistake. Humans are underrated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/984882630947753984,[],[],0,,False,37645,1181,6927,,None,,,,,,,"[{'screen_name': 'timkhiggins', 'name': 'Tim Higgins', 'id': '145265146'}]",,,, +4840,984705630106673152,984648478461657094,1523607091000.0,2018-04-13 08:11:31,+0000,,"@TheEconomist The Economist used to be boring, but smart with a wicked dry wit. Now it’s just boring (sigh). Tesla will be profitable & cash flow+ in Q3 & Q4, so obv no need to raise money.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/984705630106673152,[],[],0,,False,16974,588,1686,,None,,,,,,,"[{'screen_name': 'TheEconomist', 'name': 'The Economist', 'id': '5988062'}]",,,, +4841,984702246817431553,983539041197932544,1523606285000.0,2018-04-13 07:58:05,+0000,,"@Taysh83 @Tesla Sorry, demand has been higher than expected. Making them as fast as possible, but waitlist is 3 to 6 months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/984702246817431553,[],[],0,,False,622,21,36,,None,,,,,,,"[{'screen_name': 'Taysh83', 'name': 'Ritesh Patel', 'id': '185939337'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4842,984700711425355777,984685440220434432,1523605919000.0,2018-04-13 07:51:59,+0000,,@BenMcLeish @Tesla Looking into it. This is bizarre.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/984700711425355777,[],[],0,,False,576,16,17,,None,,,,,,,"[{'screen_name': 'BenMcLeish', 'name': 'Ben McLeish', 'id': '127523111'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4843,984689905874817029,984465312526417920,1523603342000.0,2018-04-13 07:09:02,+0000,,@VoltzCoreAudio @TEDTalks @audphin @i_firth Maybe a little 😉,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/984689905874817029,[],[],0,,False,842,34,42,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}, {'screen_name': 'TEDTalks', 'name': 'TED Talks', 'id': '15492359'}, {'screen_name': 'audphin', 'name': 'Audrey ☕️', 'id': '1315057984251342852'}, {'screen_name': 'i_firth', 'name': 'Ian Firth', 'id': '719738673'}]",,,, +4844,984650810909851648,984465312526417920,1523594021000.0,2018-04-13 04:33:41,+0000,,@TEDTalks @audphin @i_firth Gwynne’s got it covered. She’s awesome.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/984650810909851648,[],[],0,,False,1357,45,62,,None,,,,,,,"[{'screen_name': 'TEDTalks', 'name': 'TED Talks', 'id': '15492359'}, {'screen_name': 'audphin', 'name': 'Audrey ☕️', 'id': '1315057984251342852'}, {'screen_name': 'i_firth', 'name': 'Ian Firth', 'id': '719738673'}]",,,, +4845,984517995400650752,984465312526417920,1523562356000.0,2018-04-12 19:45:56,+0000,,@audphin @TEDTalks @i_firth I love trolls,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/984517995400650752,[],[],0,,False,1184,65,69,,None,,,,,,,"[{'screen_name': 'audphin', 'name': 'Audrey ☕️', 'id': '1315057984251342852'}, {'screen_name': 'TEDTalks', 'name': 'TED Talks', 'id': '15492359'}, {'screen_name': 'i_firth', 'name': 'Ian Firth', 'id': '719738673'}]",,,, +4846,984498847232622592,984465312526417920,1523557790000.0,2018-04-12 18:29:50,+0000,,@TEDTalks @i_firth Norway has some really cool tunnels and bridges,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/984498847232622592,[],[],0,,False,6986,187,310,,None,,,,,,,"[{'screen_name': 'TEDTalks', 'name': 'TED Talks', 'id': '15492359'}, {'screen_name': 'i_firth', 'name': 'Ian Firth', 'id': '719738673'}]",,,, +4847,983863209491775488,982848337673179136,1523406243000.0,2018-04-11 00:24:03,+0000,,@AshleyEsqueda @petesjca @monitron @Tesla Should be fully fixed within the next few days,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/983863209491775488,[],[],0,,False,551,49,19,,None,,,,,,,"[{'screen_name': 'AshleyEsqueda', 'name': '.ashley. ✨🎙', 'id': '129911948'}, {'screen_name': 'petesjca', 'name': 'peter frey', 'id': '115716683'}, {'screen_name': 'monitron', 'name': 'Justin Streufert', 'id': '7255152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4848,983775391851528192,983757308260855809,1523385305000.0,2018-04-10 18:35:05,+0000,,@volgaksoy @visageofscott Place your bets …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/983775391851528192,[],[],0,,False,1213,170,109,,None,,,,,,,"[{'screen_name': 'volgaksoy', 'name': 'Volga Aksoy', 'id': '378405646'}, {'screen_name': 'visageofscott', 'name': 'Scott Nagy', 'id': '37696718'}]",,,, +4849,983621641262399489,983519374731431936,1523348648000.0,2018-04-10 08:24:08,+0000,,@PDChina This is a very important action by China. Avoiding a trade war will benefit all countries.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/983621641262399489,[],[],0,,False,1301,63,166,,None,,,,,,,"[{'screen_name': 'PDChina', 'name': ""People's Daily, China"", 'id': '303862998'}]",,,, +4850,983438824452669440,983179254790684673,1523305061000.0,2018-04-09 20:17:41,+0000,,@chrispaine @DoYouTrust How many views?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/983438824452669440,[],[],0,,False,2892,126,61,,None,,,,,,,"[{'screen_name': 'chrispaine', 'name': 'Chris Paine', 'id': '14546186'}, {'screen_name': 'DoYouTrust', 'name': 'Do You Trust This Computer?', 'id': '979514839197409280'}]",,,, +4851,983207596298522626,983207596298522626,1523249932000.0,2018-04-09 04:58:52,+0000,,SpaceX main body tool for the BFR interplanetary spaceship https://t.co/WbTITI6WSu,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/983207596298522626,['https://www.instagram.com/p/BhVk3y3A0yB/'],[],0,,False,18649,1036,2626,,None,,,,,,,[],,,, +4852,983159549116010496,983159549116010496,1523238477000.0,2018-04-09 01:47:57,+0000,,Free viewing ends in about 5 hours https://t.co/bracGDFd0r,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/983159549116010496,['https://twitter.com/elonmusk/status/982119546420002817'],[],0,,False,15700,762,2449,https://twitter.com/elonmusk/status/982119546420002817,None,,,,,,,[],,,, +4853,982878098663161856,982848337673179136,1523171374000.0,2018-04-08 07:09:34,+0000,,@srinivasguduru @mathetes76 @monitron @Tesla Definitely. Will take corrective action immediately. Sorry about this.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/982878098663161856,[],[],0,,False,901,92,33,,None,,,,,,,"[{'screen_name': 'srinivasguduru', 'name': 'Srini', 'id': '17736257'}, {'screen_name': 'mathetes76', 'name': 'Jennifer', 'id': '397636567'}, {'screen_name': 'monitron', 'name': 'Justin Streufert', 'id': '7255152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4854,982874182617722880,982848337673179136,1523170440000.0,2018-04-08 06:54:00,+0000,,@mathetes76 @monitron @Tesla Looking into it now,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/982874182617722880,[],[],0,,False,594,19,12,,None,,,,,,,"[{'screen_name': 'mathetes76', 'name': 'Jennifer', 'id': '397636567'}, {'screen_name': 'monitron', 'name': 'Justin Streufert', 'id': '7255152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4855,982864331338432513,982848337673179136,1523168091000.0,2018-04-08 06:14:51,+0000,,@monitron @Tesla Should just be due to your config not avail yet. If not lmk.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/982864331338432513,[],[],0,,False,472,12,10,,None,,,,,,,"[{'screen_name': 'monitron', 'name': 'Justin Streufert', 'id': '7255152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4856,982850314054205440,982848337673179136,1523164750000.0,2018-04-08 05:19:10,+0000,,@razemfrazem @bvledford @Tesla Similar timing,in,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/982850314054205440,[],[],0,,False,596,29,18,,None,,,,,,,"[{'screen_name': 'razemfrazem', 'name': 'Kristy Eisele🌟Buttongirl❣️', 'id': '109599897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4857,982849024083484673,982848337673179136,1523164442000.0,2018-04-08 05:14:02,+0000,,@bvledford @Tesla So probably July,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/982849024083484673,[],[],0,,False,743,43,32,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4858,982848849361289222,982848337673179136,1523164400000.0,2018-04-08 05:13:20,+0000,,@bvledford @Tesla We need to achieve 5k/week with Model 3 before adding complexity that would inhibit production ramp,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/982848849361289222,[],[],0,,False,3323,109,130,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4859,982830466913845250,903129182397374464,1523160018000.0,2018-04-08 04:00:18,+0000,,"This is kinda nutty for such a short distance, so could easily end up being shredded metal, but exciting either way",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/982830466913845250,[],[],0,,False,12841,357,685,,None,,,,,,,[],,,, +4860,982826517443915776,903129182397374464,1523159076000.0,2018-04-08 03:44:36,+0000,,Upgraded SpaceX/Tesla Hyperloop pod speed test soon. Will try to reach half speed of sound (and brake) within ~1.2km.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/982826517443915776,[],[],0,,False,12551,218,1016,,None,,,,,,,[],,,, +4861,982810679064199168,982809957958668288,1523155300000.0,2018-04-08 02:41:40,+0000,,@anshulbhide @Tesla Model 3 is the whole point. We only made the more expensive cars in order to make the mass-market car. We lacked the economies of scale and expertise to make it until now.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/982810679064199168,[],[],0,,False,9972,148,612,,None,,,,,,,"[{'screen_name': 'anshulbhide', 'name': 'Anshul', 'id': '27644113'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4862,982717418446512128,982716415089299457,1523133065000.0,2018-04-07 20:31:05,+0000,,@JohnnaSabri The cat videos are awesome 🐱,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/982717418446512128,[],[],0,,False,957,57,50,,None,,,,,,,[],,,, +4863,982716415089299457,982716415089299457,1523132826000.0,2018-04-07 20:27:06,+0000,, https://t.co/WehHd0eJeO at 5M views after 36 hours. Congrats to Chris Paine & co!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/982716415089299457,['http://doyoutrustthiscomputer.org/watch'],[],0,,False,15872,646,2301,,None,,,,,,,[],,,, +4864,982168698600353792,982168099582431232,1523002240000.0,2018-04-06 08:10:40,+0000,,@Markjvolgin Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/982168698600353792,[],[],0,,False,1037,45,21,,None,,,,,,,"[{'screen_name': 'Markjvolgin', 'name': 'Matteo', 'id': '825697722942488576'}]",,,, +4865,982168099582431232,982168099582431232,1523002097000.0,2018-04-06 08:08:17,+0000,,"“You are my creator, but I am your master” — Mary Shelley",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/982168099582431232,[],[],0,,False,46845,1427,5993,,None,,,,,,,[],,,, +4866,982166600601124865,982119546420002817,1523001740000.0,2018-04-06 08:02:20,+0000,,In memory of Stephen Hawking,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/982166600601124865,[],[],0,,False,18063,226,998,,None,,,,,,,[],,,, +4867,982119546420002817,982119546420002817,1522990521000.0,2018-04-06 04:55:21,+0000,,Nothing will affect the future of humanity more than digital super-intelligence. Watch Chris Paine’s new AI movie for free until Sunday night at https://t.co/WehHcZX7Qe,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/982119546420002817,['http://doyoutrustthiscomputer.org/watch'],[],0,,False,46603,1991,13883,,None,,,,,,,[],,,, +4868,982017761575518208,982017761575518208,1522966254000.0,2018-04-05 22:10:54,+0000,,Chris Paine AI movie premiering tonight https://t.co/kXM7USFi8D,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/982017761575518208,['http://deadline.com/2018/04/do-you-trust-this-computer-trailer-chris-paine-artificial-intelligence-documentary-video-1202357639/'],[],0,,False,13180,401,2292,,None,,,,,,,[],,,, +4869,981975289403076610,981705570351833088,1522956127000.0,2018-04-05 19:22:07,+0000,,@teslatidbits @Tesla We will add a feature to allow request of latest software version,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/981975289403076610,[],[],0,,False,2452,107,78,,None,,,,,,,"[{'screen_name': 'teslatidbits', 'name': 'Tesla Tidbits', 'id': '729854022547603456'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4870,981659052768817153,981656730210852864,1522880731000.0,2018-04-04 22:25:31,+0000,,@Complex This is false,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/981659052768817153,[],[],0,,False,17272,426,2265,,None,,,,,,,"[{'screen_name': 'Complex', 'name': 'Complex', 'id': '13049362'}]",,,, +4871,981581401639198720,981581215344939008,1522862217000.0,2018-04-04 17:16:57,+0000,,"@rosechehrazi Oh, it’s on …",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/981581401639198720,[],[],0,,False,3991,93,156,,None,,,,,,,"[{'screen_name': 'rosechehrazi', 'name': 'rose رز\u200c\u200c\u200c🍒', 'id': '2394782893'}]",,,, +4872,981581215344939008,981581215344939008,1522862173000.0,2018-04-04 17:16:13,+0000,,Most people don’t know there’s a whole box of Easter eggs with every Tesla. Just tap logo on center screen & wait. Easy access to most of discovered ones. More coming …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/981581215344939008,[],[],0,,False,27867,1005,2005,,None,,,,,,,[],,,, +4873,980913452976816128,980895994471575552,1522702966000.0,2018-04-02 21:02:46,+0000,,"@amir Uhh, hello, I need to build cars",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/980913452976816128,[],[],0,,False,3126,138,283,,None,,,,,,,"[{'screen_name': 'amir', 'name': 'Amir Efrati', 'id': '114602310'}]",,,, +4874,980913157739765761,980895994471575552,1522702895000.0,2018-04-02 21:01:35,+0000,,"@amir About a year ago, I asked Doug to manage both engineering & production. He agreed that Tesla needed eng & prod better aligned, so we don’t design cars that are crazy hard to build. Right now, tho, better to divide & conquer, so I’m back to sleeping at factory. Car biz is hell …",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/980913157739765761,[],[],0,,False,2121,169,161,,None,,,,,,,"[{'screen_name': 'amir', 'name': 'Amir Efrati', 'id': '114602310'}]",,,, +4875,980910671763193856,980895994471575552,1522702303000.0,2018-04-02 20:51:43,+0000,,"@amir Can’t believe you’re even writing about this. My job as CEO is to focus on what’s most critical, which is currently Model 3 production. Doug, who I regard as one of the world’s most talented engineering execs, is focused on vehicle engineering.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/980910671763193856,[],[],0,,False,10291,180,507,,None,,,,,,,"[{'screen_name': 'amir', 'name': 'Amir Efrati', 'id': '114602310'}]",,,, +4876,980892800324575232,979482131729707008,1522698042000.0,2018-04-02 19:40:42,+0000,,"@vegamontesino @NoceraBV @WSJ @Tesla We release as soon as we have the data. Good timeline, bad timing. Doesn’t matter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/980892800324575232,[],[],0,,False,2452,53,77,,None,,,,,,,"[{'screen_name': 'VegaMontesino', 'name': 'Bryan Vega Montesino', 'id': '1268409893221957632'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4877,980885178942816256,979482131729707008,1522696225000.0,2018-04-02 19:10:25,+0000,,"@NoceraBV @WSJ @Tesla Not criticizing, just as asking questions. I’m sure there’s a really great answer …",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/980885178942816256,[],[],0,,False,3322,82,63,,None,,,,,,,"[{'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4878,980883549074018304,979482131729707008,1522695836000.0,2018-04-02 19:03:56,+0000,,"@WSJ Tesla policy is to issue a recall *before* there are injuries. This is absolutely the right thing to do. Yet there were dozens of recalls by other car companies last month, incl w injuries & deaths, but you only wrote an article about Tesla. Why so?",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/980883549074018304,[],[],0,,False,36930,1193,4348,,None,,,,,,,"[{'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +4879,980880706627715072,980846333136392194,1522695158000.0,2018-04-02 18:52:38,+0000,,"@OmarHoryy @TeslaMotorsClub Seriously! Obviously, I’m not going to do an April Fool’s joke about going bankwupt if I thought there was any chance it would actually happen (sigh).",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/980880706627715072,[],[],0,,False,1215,65,109,,None,,,,,,,"[{'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}]",,,, +4880,980876926830039041,980846333136392194,1522694257000.0,2018-04-02 18:37:37,+0000,,"@TeslaMotorsClub Lot of respect for NTSB, but NHTSA regulates cars, not NTSB, which is an advisory body. Tesla releases critical crash data affecting public safety immediately & always will. To do otherwise would be unsafe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/980876926830039041,[],[],0,,False,5427,88,368,,None,,,,,,,"[{'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}]",,,, +4881,980647734888681472,980261983831257088,1522639614000.0,2018-04-02 03:26:54,+0000,,"@Teslarati @13ericralph31 @w00ki33 Oh yeah, forgot to mention it actually landed fine, just not on Mr Steven https://t.co/HckB2OkJ5L",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/980647734888681472,[],['https://pbs.twimg.com/media/DZv16k2VMAAmbZx.jpg'],1,https://pbs.twimg.com/media/DZv16k2VMAAmbZx.jpg,False,8088,239,569,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}]",,,, +4882,980589463611916288,980576183782952962,1522625721000.0,2018-04-01 23:35:21,+0000,,@TommyThornton What about this? https://t.co/s5zcMvzXC7,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/980589463611916288,['https://www.youtube.com/watch?v=FG1NrQYXjLU'],[],0,,False,2590,105,138,,None,,,,,,,"[{'screen_name': 'TommyThornton', 'name': 'Thomas Thornton', 'id': '22867489'}]",,,, +4883,980585671218774017,980566101124722688,1522624817000.0,2018-04-01 23:20:17,+0000,,@_iitzBrendon Elon University is a real place,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/980585671218774017,[],[],0,,False,3966,122,798,,None,,,,,,,[],,,, +4884,980569082838700033,980568706660126721,1522620862000.0,2018-04-01 22:14:22,+0000,,@vreeman Coming soon to Tesla merch. Free shots in stores every April 1st.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/980569082838700033,[],[],0,,False,6740,110,291,,None,,,,,,,"[{'screen_name': 'vreeman', 'name': 'Simon Vreeman', 'id': '12473092'}]",,,, +4885,980568382591328256,980566101124722688,1522620695000.0,2018-04-01 22:11:35,+0000,,@AntVenom As you wish,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/980568382591328256,[],[],0,,False,3661,100,118,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +4886,980566785803018240,980566101124722688,1522620314000.0,2018-04-01 22:05:14,+0000,,@peteWcarle It’s the best,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/980566785803018240,[],[],0,,False,2061,58,37,,None,,,,,,,"[{'screen_name': 'peteWcarle', 'name': 'Pete W Carle', 'id': '52340708'}]",,,, +4887,980566116614291456,980566101124722688,1522620154000.0,2018-04-01 22:02:34,+0000,,"Elon was found passed out against a Tesla Model 3, surrounded by ""Teslaquilla"" bottles, the tracks of dried tears still visible on his cheeks. This is not a forward-looking statement, because, obviously, what's the point? Happy New Month! https://t.co/YcouvFz6Y1",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/980566116614291456,[],['https://pbs.twimg.com/media/DZurrX-U0AAUthg.jpg'],1,https://pbs.twimg.com/media/DZurrX-U0AAUthg.jpg,False,157497,3822,19236,,None,,,,,,,[],,,, +4888,980566103356194816,980566101124722688,1522620151000.0,2018-04-01 22:02:31,+0000,,"There are many chapters of bankruptcy and, as critics so rightly pointed out, Tesla has them *all*, including Chapter 14 and a half (the worst one).",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/980566103356194816,[],[],0,,False,47495,332,4367,,None,,,,,,,[],,,, +4889,980566101124722688,980566101124722688,1522620151000.0,2018-04-01 22:02:31,+0000,,"Tesla Goes Bankrupt Palo Alto, California, April 1, 2018 -- Despite intense efforts to raise money, including a last-ditch mass sale of Easter Eggs, we are sad to report that Tesla has gone completely and totally bankrupt. So bankrupt, you can't believe it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/980566101124722688,[],[],0,,False,150881,4003,21806,,None,,,,,,,[],,,, +4890,980518020358463489,980518020358463489,1522608687000.0,2018-04-01 18:51:27,+0000,,Important news in a few hours …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/980518020358463489,[],[],0,,False,77304,4059,7700,,None,,,,,,,[],,,, +4891,979904735972024321,979904735972024321,1522462469000.0,2018-03-31 02:14:29,+0000,,Love seeing the scars of the rocket https://t.co/y5FQrLcV9B,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/979904735972024321,[],['https://pbs.twimg.com/media/DZlSKJ2U8AAE61O.jpg'],1,https://pbs.twimg.com/media/DZlSKJ2U8AAE61O.jpg,False,62972,1041,5500,,None,,,,,,,[],,,, +4892,979896143604744193,979726332320915462,1522460420000.0,2018-03-31 01:40:20,+0000,,"@vbagate Hopefully, actual video coming soon. Aiming to improve the link quality so it can be real-time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/979896143604744193,[],[],0,,False,1005,36,45,,None,,,,,,,"[{'screen_name': 'vbagate', 'name': 'Van Applegate', 'id': '15040812'}]",,,, +4893,979895766880841733,979893228160913408,1522460331000.0,2018-03-31 01:38:51,+0000,,@SRodgerBock Everything’s better with fire,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/979895766880841733,[],[],0,,False,1092,70,85,,None,,,,,,,"[{'screen_name': 'SRodgerBock', 'name': 'S Rodger Bock', 'id': '1272059598'}]",,,, +4894,979893228160913408,979893228160913408,1522459725000.0,2018-03-31 01:28:45,+0000,,Best music video art I’ve seen in a while https://t.co/F2E4zDZMyM,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/979893228160913408,['https://m.youtube.com/watch?v=eTLTXDHrgtw'],[],0,,False,9436,656,1093,,None,,,,,,,[],,,, +4895,979769569706307584,979766844025376769,1522430243000.0,2018-03-30 17:17:23,+0000,,@BadAstronomer Tru drat,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/979769569706307584,[],[],0,,False,3229,87,132,,None,,,,,,,"[{'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}]",,,, +4896,979764513233715200,979726332320915462,1522429037000.0,2018-03-30 16:57:17,+0000,,"GPS guided parafoil twisted, so fairing impacted water at high speed. Air wake from fairing messing w parafoil steering. Doing helo drop tests in next few weeks to solve.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/979764513233715200,[],[],0,,False,11542,490,685,,None,,,,,,,[],,,, +4897,979730904087068672,979726332320915462,1522421024000.0,2018-03-30 14:43:44,+0000,,Mr Steven is 5 mins away from being under the falling fairing (don’t have live video),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/979730904087068672,[],[],0,,False,12725,501,579,,None,,,,,,,[],,,, +4898,979726332320915462,979726332320915462,1522419934000.0,2018-03-30 14:25:34,+0000,,"Attempting recovery of fairing falling down from space (right now) with our boat, Mr Steven. It’s a giant steel & webbing catcher’s mitt superstructure on a high-speed ocean ship. Godspeed, Mr. S …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/979726332320915462,[],[],0,,False,29685,710,2296,,None,,,,,,,[],,,, +4899,978913092443824128,978913092443824128,1522226043000.0,2018-03-28 08:34:03,+0000,,"House party for the autonomous anarcho-syndicalist commune!! —— Peasant Woman: Well, how'd you… https://t.co/c85wR2xelx",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/978913092443824128,['https://www.instagram.com/p/Bg3CLGrACcI/'],[],0,,False,7226,426,434,,None,,,,,,,[],,,, +4900,978897638337794053,978888552711966720,1522222358000.0,2018-03-28 07:32:38,+0000,,@Taraustralis @Drniallmc @BookHubPublish @1Cunionsandphey @brianmlucey @AstroVicnet @Armoured_Combat @GastroGays Yes. I forgot my sword.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/978897638337794053,[],[],0,,False,602,28,28,,None,,,,,,,"[{'screen_name': 'Taraustralis', 'name': 'Taraustralis', 'id': '1006232250'}, {'screen_name': 'BookHubPublish', 'name': 'Book Hub Publishing', 'id': '1498237130'}, {'screen_name': '1Cunionsandphey', 'name': ""Daithi O'Laoghaire"", 'id': '909798717145960448'}, {'screen_name': 'brianmlucey', 'name': 'brian lucey', 'id': '45114987'}, {'screen_name': 'AstroVicnet', 'name': 'AstroVicnet (et Kibo)', 'id': '83575577'}, {'screen_name': 'Armoured_Combat', 'name': 'Armoured Combat', 'id': '3078430300'}, {'screen_name': 'GastroGays', 'name': 'Russell & Patrick', 'id': '1145136692'}]",,,, +4901,978895981465960448,978888552711966720,1522221963000.0,2018-03-28 07:26:03,+0000,,@Taraustralis @Drniallmc @BookHubPublish @1Cunionsandphey @brianmlucey @AstroVicnet @Armoured_Combat @GastroGays Dueling Dwarf Vader while dressed as a knight and using a parasol for a sword,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/978895981465960448,[],[],0,,False,2721,57,113,,None,,,,,,,"[{'screen_name': 'Taraustralis', 'name': 'Taraustralis', 'id': '1006232250'}, {'screen_name': 'BookHubPublish', 'name': 'Book Hub Publishing', 'id': '1498237130'}, {'screen_name': '1Cunionsandphey', 'name': ""Daithi O'Laoghaire"", 'id': '909798717145960448'}, {'screen_name': 'brianmlucey', 'name': 'brian lucey', 'id': '45114987'}, {'screen_name': 'AstroVicnet', 'name': 'AstroVicnet (et Kibo)', 'id': '83575577'}, {'screen_name': 'Armoured_Combat', 'name': 'Armoured Combat', 'id': '3078430300'}, {'screen_name': 'GastroGays', 'name': 'Russell & Patrick', 'id': '1145136692'}]",,,, +4902,978895114524352513,978895114524352513,1522221756000.0,2018-03-28 07:22:36,+0000,,"Turns out joking about being a “rock” star because of digging tunnels (through, uh, rock — hello??) is deeply underappreciated",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/978895114524352513,[],[],0,,False,96591,2145,7889,,None,,,,,,,[],,,, +4903,978665254329569280,978662971537674240,1522166954000.0,2018-03-27 16:09:14,+0000,,"@asteroix Yes, you can upgrade hardware, although we also wrote software to accelerate rendering on old MCU. Coming out soon & makes a big diff.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/978665254329569280,[],[],0,,False,676,81,62,,None,,,,,,,"[{'screen_name': 'asteroix', 'name': 'Cookie Juice', 'id': '1895831479'}]",,,, +4904,978502181069365249,978502181069365249,1522128074000.0,2018-03-27 05:21:14,+0000,,"From my Mom: every time I use irony, I lose a friend",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/978502181069365249,[],[],0,,False,68656,1780,7635,,None,,,,,,,[],,,, +4905,978498291124981763,978140940241059840,1522127146000.0,2018-03-27 05:05:46,+0000,,And they said I’d never be a rock star …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/978498291124981763,[],[],0,,False,36986,740,3546,,None,,,,,,,[],,,, +4906,978149655853744129,978144513733681153,1522044025000.0,2018-03-26 06:00:25,+0000,,@safranye @DianaKFletcher @LeonsArcade Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/978149655853744129,[],[],0,,False,600,30,14,,None,,,,,,,"[{'screen_name': 'safranye', 'name': 'Eniko Safrany-Hetei', 'id': '1928101646'}, {'screen_name': 'dianakfletcher', 'name': 'Diana', 'id': '926875901039538176'}]",,,, +4907,978148065423970304,978144513733681153,1522043646000.0,2018-03-26 05:54:06,+0000,,"@DianaKFletcher @LeonsArcade Uhh, it’s literally made of rock",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/978148065423970304,[],[],0,,False,1404,35,94,,None,,,,,,,"[{'screen_name': 'dianakfletcher', 'name': 'Diana', 'id': '926875901039538176'}]",,,, +4908,978147162319085569,978144513733681153,1522043431000.0,2018-03-26 05:50:31,+0000,,"@LeonsArcade Yeah, the boring bricks are interlocking with a precise surface finish, so two people could build the outer walls of a small house in a day or so",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/978147162319085569,[],[],0,,False,4541,130,295,,None,,,,,,,[],,,, +4909,978143803830775810,978140940241059840,1522042630000.0,2018-03-26 05:37:10,+0000,,@selberis Prob May,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/978143803830775810,[],[],0,,False,2362,24,62,,None,,,,,,,"[{'screen_name': 'selberis', 'name': 'John', 'id': '40367982'}]",,,, +4910,978142739463208961,978140940241059840,1522042376000.0,2018-03-26 05:32:56,+0000,,@teslainventory Guaranteed to be Flamethrower-proof!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/978142739463208961,[],[],0,,False,2438,28,69,,None,,,,,,,"[{'screen_name': 'teslainventory', 'name': '🔋Erik🔋', 'id': '565198801'}]",,,, +4911,978142114339995648,978140940241059840,1522042227000.0,2018-03-26 05:30:27,+0000,,"First kit set will be ancient Egypt — pyramids, Sphinx, temple of Horus, etc",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/978142114339995648,[],[],0,,False,25338,827,1588,,None,,,,,,,[],,,, +4912,978140940241059840,978140940241059840,1522041947000.0,2018-03-26 05:25:47,+0000,,"New Boring Company merch coming soon. Lifesize LEGO-like interlocking bricks made from tunneling rock that you can use to create sculptures & buildings. Rated for California seismic loads, so super strong, but bored in the middle, like an aircraft wing spar, so not heavy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/978140940241059840,[],[],0,,False,66497,1809,7592,,None,,,,,,,[],,,, +4913,978132755740377088,978097229767430144,1522039996000.0,2018-03-26 04:53:16,+0000,,"@aNichiporchik New nav starts rolling out this weekend. Should be considered a mature beta at first, so won’t be perfect, but will improve rapidly. With the old system, we were stuck with legacy 3rd party black box code and stale data. No way to improve.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/978132755740377088,[],[],0,,False,713,76,73,,None,,,,,,,"[{'screen_name': 'aNichiporchik', 'name': 'Alex Nichiporchik', 'id': '218076700'}]",,,, +4914,978056724950147072,978056724950147072,1522021869000.0,2018-03-25 23:51:09,+0000,, https://t.co/C98mW0OPAF,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/978056724950147072,[],['https://pbs.twimg.com/media/DZLBZ2bVoAEx5f7.jpg'],1,https://pbs.twimg.com/media/DZLBZ2bVoAEx5f7.jpg,False,27333,979,1444,,None,,,,,,,[],,,, +4915,977720676722212864,977674173282750464,1521941749000.0,2018-03-25 01:35:49,+0000,,@arstechnica @thepacketrat Shocker,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/977720676722212864,[],[],0,,False,10408,215,805,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'thepacketrat', 'name': 'Sean Gallagher 高老鼠 🐭💻⚒', 'id': '10747572'}]",,,, +4916,977660603975151616,977361160470179840,1521927426000.0,2018-03-24 21:37:06,+0000,,@TeslaMotorsClub It’s not a political statement and I didn’t do this because someone dared me to do it. Just don’t like Facebook. Gives me the willies. Sorry.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/977660603975151616,[],[],0,,False,27460,737,3425,,None,,,,,,,"[{'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}]",,,, +4917,977653519078457344,977645648609759233,1521925737000.0,2018-03-24 21:08:57,+0000,,@ElectrekCo I have just asked our team to slow down deliveries. It is clear that we are exceeding the local logistics capacity due to batch build and delivery. Customer happiness & safety matter more than a few extra cars this quarter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/977653519078457344,[],[],0,,False,9206,214,452,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +4918,977261549080297472,977232670911541249,1521832284000.0,2018-03-23 19:11:24,+0000,,@tiggerl82 @VentureBeat @kharijohnson You’ll live,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/977261549080297472,[],[],0,,False,5525,176,392,,None,,,,,,,"[{'screen_name': 'tiggerl82', 'name': 'Balazs Szekely', 'id': '245010392'}, {'screen_name': 'VentureBeat', 'name': 'VentureBeat', 'id': '60642052'}, {'screen_name': 'kharijohnson', 'name': 'Khari Johnson', 'id': '16408929'}]",,,, +4919,977258647641141248,977232670911541249,1521831592000.0,2018-03-23 18:59:52,+0000,,@VentureBeat @kharijohnson We’ve never advertised with FB. None of my companies buy advertising or pay famous people to fake endorse. Product lives or dies on its own merits.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/977258647641141248,[],[],0,,False,42184,680,6415,,None,,,,,,,"[{'screen_name': 'VentureBeat', 'name': 'VentureBeat', 'id': '60642052'}, {'screen_name': 'kharijohnson', 'name': 'Khari Johnson', 'id': '16408929'}]",,,, +4920,977236378105798656,976231995846963201,1521826283000.0,2018-03-23 17:31:23,+0000,,"@martinapennisi @serdarsprofile @brianacton Instagram’s probably ok imo, so long as it stays fairly independent. I don’t use FB & never have, so don’t think I’m some kind of martyr or my companies are taking a huge blow. Also, we don’t advertise or pay for endorsements, so … don’t care.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/977236378105798656,[],[],0,,False,4691,198,665,,None,,,,,,,"[{'screen_name': 'martinapennisi', 'name': 'Martina Pennisi', 'id': '91380029'}, {'screen_name': 'serdarsprofile', 'name': 'Serdar', 'id': '291155395'}, {'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +4921,977230073173393408,977229726291984384,1521824780000.0,2018-03-23 17:06:20,+0000,,@themadstone Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/977230073173393408,[],[],0,,False,6761,103,305,,None,,,,,,,"[{'screen_name': 'themadstone', 'name': 'Maddie Stone', 'id': '416715629'}]",,,, +4922,977217002564546560,977216068145074178,1521821663000.0,2018-03-23 16:14:23,+0000,,"@mcwm What, a troll, me!? How dare you, sir!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/977217002564546560,[],[],0,,False,11882,173,824,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}]",,,, +4923,977216799354728448,977216052391219201,1521821615000.0,2018-03-23 16:13:35,+0000,,"@kerrymflynn Yeah, my fault for being an idiot. We did give them a free launch to make up for it and I think they had some insurance.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/977216799354728448,[],[],0,,False,6997,158,473,,None,,,,,,,"[{'screen_name': 'kerrymflynn', 'name': 'Kerry Flynn 🐶', 'id': '30581721'}]",,,, +4924,977216157080993793,976231995846963201,1521821462000.0,2018-03-23 16:11:02,+0000,,@Bryson_M @RMac18 @serdarsprofile @brianacton Definitely. Looks lame anyway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/977216157080993793,[],[],0,,False,10021,180,1196,,None,,,,,,,"[{'screen_name': 'Bryson_M', 'name': 'bryson', 'id': '14352562'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'serdarsprofile', 'name': 'Serdar', 'id': '291155395'}, {'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +4925,977215954349211650,976231995846963201,1521821413000.0,2018-03-23 16:10:13,+0000,,@aysegultelli @brianacton First time I’ve seen either. One on the left looks official. Will be gone soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/977215954349211650,[],[],0,,False,2686,107,293,,None,,,,,,,"[{'screen_name': 'aysegultelli', 'name': 'Ayşegül', 'id': '352241206'}, {'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +4926,977215713646583808,976231995846963201,1521821356000.0,2018-03-23 16:09:16,+0000,,@sathish4vy @brianacton Maybe that word doesn’t mean what I think it does,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/977215713646583808,[],[],0,,False,863,20,37,,None,,,,,,,"[{'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +4927,977214195698581504,977212673451610113,1521820994000.0,2018-03-23 16:03:14,+0000,,@jiveDurkey @SpaceX @facebook Literally never seen it even once,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/977214195698581504,[],[],0,,False,7072,128,458,,None,,,,,,,"[{'screen_name': 'jiveDurkey', 'name': 'j.d. durkin', 'id': '45511031'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Facebook', 'name': 'Facebook', 'id': '2425151'}]",,,, +4928,977213864969256960,977041745979609088,1521820915000.0,2018-03-23 16:01:55,+0000,,"@OfficeOfOMAR Yeah, it’s borderline. FB influence is slowly creeping in.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/977213864969256960,[],[],0,,False,838,32,52,,None,,,,,,,[],,,, +4929,977211923719598086,976231995846963201,1521820452000.0,2018-03-23 15:54:12,+0000,,@serdarsprofile @brianacton I didn’t realize there was one. Will do.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/977211923719598086,[],[],0,,False,16022,384,2520,,None,,,,,,,"[{'screen_name': 'serdarsprofile', 'name': 'Serdar', 'id': '291155395'}, {'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +4930,977210512021667840,976231995846963201,1521820116000.0,2018-03-23 15:48:36,+0000,,@sathish4vy @brianacton Inconceivable! Who’d say a thing like that!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/977210512021667840,[],[],0,,False,1037,20,44,,None,,,,,,,"[{'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +4931,977209817012977665,976231995846963201,1521819950000.0,2018-03-23 15:45:50,+0000,,@brianacton What’s Facebook?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/977209817012977665,[],[],0,,False,44032,1177,11433,,None,,,,,,,"[{'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +4932,977209516012986369,977208583849947137,1521819878000.0,2018-03-23 15:44:38,+0000,,"@verge Wow, a whole week. Risky ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/977209516012986369,[],[],0,,False,7856,124,424,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +4933,977209059949494272,977041745979609088,1521819770000.0,2018-03-23 15:42:50,+0000,,@SmileSimplify Umm...yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/977209059949494272,[],[],0,,False,709,14,20,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +4934,977127504438747136,977127406044463104,1521800325000.0,2018-03-23 10:18:45,+0000,,@benflux Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/977127504438747136,[],[],0,,False,428,19,13,,None,,,,,,,"[{'screen_name': 'benflux', 'name': 'Ben Flux', 'id': '22883087'}]",,,, +4935,977113911475318784,977041745979609088,1521797085000.0,2018-03-23 09:24:45,+0000,,@georgepaul82 I double-dare them to come back! Bring it ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/977113911475318784,[],[],0,,False,1245,43,42,,None,,,,,,,[],,,, +4936,977041745979609088,977041745979609088,1521779879000.0,2018-03-23 04:37:59,+0000,,No technology is too advanced for The Boring Company! https://t.co/r3EJYpcpkO,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/977041745979609088,['https://www.instagram.com/p/BgpwknyA--2/'],[],0,,False,16691,982,1247,,None,,,,,,,[],,,, +4937,976992482595545088,976222938931265536,1521768134000.0,2018-03-23 01:22:14,+0000,,"@Lori_Garver @JeffBezos That said, Lori deserves a lot of credit for supporting competitive, commercial space launch while under massive assault from old-school monopolists",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/976992482595545088,[],[],0,,False,1064,25,73,,None,,,,,,,"[{'screen_name': 'Lori_Garver', 'name': 'Lori Garver', 'id': '119897041'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}]",,,, +4938,976774671516364800,976761913131524098,1521716203000.0,2018-03-22 10:56:43,+0000,,"@Ron_sanes No real surface is perfect, but it did pull about 250,000 lbs of muck rail cars out of a tunnel https://t.co/wlKbLwd0f7",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976774671516364800,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/976774353076416513/pu/img/OsDAeEadg04ONLsu.jpg,False,2360,94,339,,None,,,,,,,"[{'screen_name': 'Ron_sanes', 'name': 'iRONman', 'id': '234985344'}]",,,, +4939,976771803044446208,976761913131524098,1521715520000.0,2018-03-22 10:45:20,+0000,,"@tomkiss Probably mid next year before we are able to make RHD. Wish it could be sooner. Maybe try a Model S, used or new in the meantime? Used S is better than a new 3 imo, unless you want a smaller car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976771803044446208,[],[],0,,False,680,60,37,,None,,,,,,,"[{'screen_name': 'tomkiss', 'name': '𝕋𝕆𝕄 𝕂𝕀𝕊𝕊', 'id': '8033482'}]",,,, +4940,976769850663043073,976761913131524098,1521715054000.0,2018-03-22 10:37:34,+0000,,@loganfeatures Sorry 🤗,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976769850663043073,[],[],0,,False,889,17,18,,None,,,,,,,[],,,, +4941,976769575466356736,976761913131524098,1521714988000.0,2018-03-22 10:36:28,+0000,,"Model X pulls a 95,000 lb (15,000 above US road legal limit) semi truck on a pure snow surface https://t.co/AqmvgMXIYo",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976769575466356736,['https://electrek.co/2018/02/20/tesla-model-x-pull-semi-truck-snow/'],[],0,,False,17468,442,2110,,None,,,,,,,[],,,, +4942,976767301574787072,976767131663597568,1521714446000.0,2018-03-22 10:27:26,+0000,,@bigyahu Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976767301574787072,[],[],0,,False,352,12,7,,None,,,,,,,"[{'screen_name': 'bigyahu', 'name': 'alan jones (the good one)', 'id': '7512'}]",,,, +4943,976767152173719552,976761913131524098,1521714411000.0,2018-03-22 10:26:51,+0000,,@s3xy_ch Sounds like this canton has style!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976767152173719552,[],[],0,,False,832,17,39,,None,,,,,,,"[{'screen_name': 's3xy_ch', 'name': 's3xy_ch', 'id': '958345520354766848'}]",,,, +4944,976766285445910533,976661622235152384,1521714204000.0,2018-03-22 10:23:24,+0000,,@xeokeri Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976766285445910533,[],[],0,,False,606,19,18,,None,,,,,,,"[{'screen_name': 'xeokeri', 'name': 'Xeon Xai', 'id': '15419462'}]",,,, +4945,976766094630305792,976661622235152384,1521714159000.0,2018-03-22 10:22:39,+0000,,@themodel3guy You’re welcome. Sorry for the delay. Only just got back from Gigafactory. Will be at our Fremont factory in the morning. Tesla team is going all out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976766094630305792,[],[],0,,False,718,24,32,,None,,,,,,,"[{'screen_name': 'themodel3guy', 'name': ""@themodel3guy's Ghost 👻"", 'id': '1215822775706882048'}]",,,, +4946,976763690585223168,976761913131524098,1521713585000.0,2018-03-22 10:13:05,+0000,,Better to be in the Model X https://t.co/r0Tf79PSxE,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976763690585223168,['https://www.teslarati.com/tesla-model-x-tug-war-chevy-camaro/'],[],0,,False,11452,239,1016,,None,,,,,,,[],,,, +4947,976761913131524098,976761913131524098,1521713162000.0,2018-03-22 10:06:02,+0000,,"The Swiss police are smart. Electricity vs diesel & maintenance more than make up for purchase price diff. Plus, the bad guys will def not escape. That’s worth a lot … https://t.co/fE6zmM8C3F",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976761913131524098,['https://apple.news/Aefkre1PBRaKYSF7SDBZ8iQ'],[],0,,False,21326,499,2746,,None,,,,,,,[],,,, +4948,976661622235152384,976661622235152384,1521689250000.0,2018-03-22 03:27:30,+0000,,Maybe there should be 2 providers for Chicago advanced transit. Monopolies are so boring ... https://t.co/hXJBtKgbiB,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/976661622235152384,['https://www.teslarati.com/elon-musk-boring-company-chicago-ohare-tunnel-final-two-bids/'],[],0,,False,21000,586,2443,,None,,,,,,,[],,,, +4949,976418373457215488,976418373457215488,1521631255000.0,2018-03-21 11:20:55,+0000,,Petra and Mars https://t.co/AFgsZVlImZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/976418373457215488,['https://www.instagram.com/p/BglRR6EgB8j/'],[],0,,False,7978,424,607,,None,,,,,,,[],,,, +4950,976414452106055680,976222938931265536,1521630320000.0,2018-03-21 11:05:20,+0000,,"@Lori_Garver @JeffBezos Lori, this is ridiculous. Creating a rocket company has to be one of the dumbest and hardest ways to “make money”. If it was about money, I’d just do another Internet company.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/976414452106055680,[],[],0,,False,27376,400,3216,,None,,,,,,,"[{'screen_name': 'Lori_Garver', 'name': 'Lori Garver', 'id': '119897041'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}]",,,, +4951,976168329097416704,976167415854837761,1521571640000.0,2018-03-20 18:47:20,+0000,,@RanNatanzon @Tesla @Cortica This is completely false. Never even heard of Cortica. Just taking my kids on a Spring Break trip to see ancient historical sites in Israel & Jordan.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/976168329097416704,[],[],0,,False,13399,329,736,,None,,,,,,,"[{'screen_name': 'RanNatanzon', 'name': 'Ran Natanzon', 'id': '19912099'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Cortica', 'name': 'Cortica', 'id': '1965128191'}]",,,, +4952,975919977495543808,975919977495543808,1521512429000.0,2018-03-20 02:20:29,+0000,,Paid respects to Masada earlier today. Live free or die. https://t.co/RIfSVHRkDY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/975919977495543808,['https://www.instagram.com/p/BghgFOWgB2_/'],[],0,,False,10938,600,827,,None,,,,,,,[],,,, +4953,975796402675703809,975796402675703809,1521482966000.0,2018-03-19 18:09:26,+0000,,Learning how to pour flaming absinthe over a tower of glasses in a Jerusalem speakeasy.… https://t.co/kLFzl7SjH5,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/975796402675703809,['https://www.instagram.com/p/BggsS4gAJ9v/'],[],0,,False,13808,713,862,,None,,,,,,,[],,,, +4954,975228272366759939,975103893209141249,1521347513000.0,2018-03-18 04:31:53,+0000,,@IraEhrenpreis @Tesla Thanks for your support over all those years!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/975228272366759939,[],[],0,,False,6494,89,133,,None,,,,,,,"[{'screen_name': 'IraEhrenpreis', 'name': 'Ira Ehrenpreis', 'id': '1319781188'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4955,974356241119035392,974350540154032128,1521139605000.0,2018-03-15 18:46:45,+0000,,"@TheOnion Your cruel taunts cut me deep. Deep. But, I love you too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/974356241119035392,[],[],0,,False,7145,178,378,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +4956,974355745993969664,974350540154032128,1521139487000.0,2018-03-15 18:44:47,+0000,,@TheOnion Oh you guys ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/974355745993969664,[],[],0,,False,25830,266,1035,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +4957,974355452438888448,974294973158969349,1521139417000.0,2018-03-15 18:43:37,+0000,,@timthetatman Yeah. I find it soothing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/974355452438888448,[],[],0,,False,8801,237,1177,,None,,,,,,,"[{'screen_name': 'timthetatman', 'name': 'timthetatman👑', 'id': '995979576'}]",,,, +4958,974048143871434752,974036157880250368,1521066149000.0,2018-03-14 22:22:29,+0000,,@JeffreyWolff Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/974048143871434752,[],[],0,,False,416,29,16,,None,,,,,,,"[{'screen_name': 'JeffreyWolff', 'name': 'Jeffrey Wolff', 'id': '37273620'}]",,,, +4959,973998998209011712,973857445683462145,1521054431000.0,2018-03-14 19:07:11,+0000,,@AnubhavArora06 Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/973998998209011712,[],[],0,,False,715,39,18,,None,,,,,,,"[{'screen_name': 'AnubhavArora06', 'name': 'A.A.', 'id': '2510742157'}]",,,, +4960,973972643190792193,973857445683462145,1521048148000.0,2018-03-14 17:22:28,+0000,,"That’s the name of my new intergalactic media empire, exclamation point optional",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/973972643190792193,[],[],0,,False,28162,997,1796,,None,,,,,,,[],,,, +4961,973860794679967745,973857445683462145,1521021481000.0,2018-03-14 09:58:01,+0000,,@MaxF01234 @BleachTheLies Resist,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/973860794679967745,[],[],0,,False,2393,127,95,,None,,,,,,,"[{'screen_name': 'BleachTheLies', 'name': 'CoffeeAndKurt', 'id': '382465150'}]",,,, +4962,973860151697457152,973857445683462145,1521021328000.0,2018-03-14 09:55:28,+0000,,@BleachTheLies Thinkularity,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/973860151697457152,[],[],0,,False,3541,88,159,,None,,,,,,,"[{'screen_name': 'BleachTheLies', 'name': 'CoffeeAndKurt', 'id': '382465150'}]",,,, +4963,973857445683462145,973857445683462145,1521020683000.0,2018-03-14 09:44:43,+0000,,Thud!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/973857445683462145,[],[],0,,False,41663,2265,3163,,None,,,,,,,[],,,, +4964,972996509477216256,972754606647365632,1520815419000.0,2018-03-12 00:43:39,+0000,,@prof_wsoff Great idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/972996509477216256,[],[],0,,False,419,61,20,,None,,,,,,,[],,,, +4965,972754606647365632,972754606647365632,1520757745000.0,2018-03-11 08:42:25,+0000,,"My brother, Jonah and I are going to do a cover of My Little Buttercup from The Three Amigos. It will be terrible. There will also be a plethora of Q and sometimes even A. https://t.co/4xHux9DNnn",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/972754606647365632,['https://twitter.com/sxsw/status/972672230936272897'],[],0,,False,30900,1025,2616,https://twitter.com/sxsw/status/972672230936272897,None,,,,,,,[],,,, +4966,972697639325233154,972697639325233154,1520744163000.0,2018-03-11 04:56:03,+0000,,On the Westworld set with my bro @kimbal https://t.co/UNSB4vGp5O,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/972697639325233154,['https://www.instagram.com/p/BgK5R1SAjHC/'],[],0,,False,12365,422,656,,None,,,,,,,[],,,, +4967,972628124893671432,972628124893671432,1520727590000.0,2018-03-11 00:19:50,+0000,,"Why Falcon Heavy & Starman? Life cannot just be about solving one sad problem after another. There need to be things that inspire you, that make you glad to wake up in the morning and be part of humanity. That is why we did it. We did for you. https://t.co/5STO7q4wro",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/972628124893671432,['https://m.youtube.com/watch?feature=youtu.be&v=A0FZIwabctw'],[],0,,False,94660,3002,27341,,None,,,,,,,[],,,, +4968,972553071845879809,972550122839080960,1520709696000.0,2018-03-10 19:21:36,+0000,,@CBinsights Doesn’t make any sense. You can’t “take things that fail” & make them work without creativity & invention.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/972553071845879809,[],[],0,,False,12757,210,1245,,None,,,,,,,"[{'screen_name': 'CBinsights', 'name': 'CB Insights', 'id': '110171914'}]",,,, +4969,972338813329534976,972335273462841344,1520658612000.0,2018-03-10 05:10:12,+0000,,"@Advil No, it’s not",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/972338813329534976,[],[],0,,False,7001,224,900,,None,,,,,,,"[{'screen_name': 'Advil', 'name': 'abdul 🐈\u200d⬛', 'id': '14417243'}]",,,, +4970,972336214262013952,972335273462841344,1520657993000.0,2018-03-10 04:59:53,+0000,,@dedubb4 None of the above,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/972336214262013952,[],[],0,,False,8975,156,269,,None,,,,,,,"[{'screen_name': 'dedubb4', 'name': 'dedub', 'id': '339926198'}]",,,, +4971,972335273462841344,972335273462841344,1520657768000.0,2018-03-10 04:56:08,+0000,,Tunnels,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/972335273462841344,[],[],0,,False,19672,3602,2843,,None,,,,,,,[],,,, +4972,972248502762799104,972233079342297088,1520637081000.0,2018-03-09 23:11:21,+0000,,@RodrigoEP01 Because blue,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/972248502762799104,[],[],0,,False,8427,145,602,,None,,,,,,,"[{'screen_name': 'RodrigoEP01', 'name': 'Rodrigo EP', 'id': '1111726617615835136'}]",,,, +4973,972248154354495488,972246515669438464,1520636998000.0,2018-03-09 23:09:58,+0000,,"@2AvSagas I guess you could say it’s a 150 mph, underground, autonomous, electric bus that automatically switches between tunnels and lifts. So, yes, a bus.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/972248154354495488,[],[],0,,False,9740,171,829,,None,,,,,,,"[{'screen_name': '2AvSagas', 'name': 'Second Ave. Sagas', 'id': '16563573'}]",,,, +4974,972245615735222273,972233079342297088,1520636392000.0,2018-03-09 22:59:52,+0000,,"Better video coming soon, but it would look a bit like this: https://t.co/C0iJPi8b4U",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/972245615735222273,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/972245557447045121/pu/img/-Nd9gnQjfX3N_I7m.jpg,False,106658,2608,27389,,None,,,,,,,[],,,, +4975,972243992153739265,972233079342297088,1520636005000.0,2018-03-09 22:53:25,+0000,,"Boring Co urban loop system would have 1000’s of small stations the size of a single parking space that take you very close to your destination & blend seamlessly into the fabric of a city, rather than a small number of big stations like a subway",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/972243992153739265,[],[],0,,False,29425,603,3182,,None,,,,,,,[],,,, +4976,972240946115915776,972233079342297088,1520635279000.0,2018-03-09 22:41:19,+0000,,@Advil Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/972240946115915776,[],[],0,,False,898,21,30,,None,,,,,,,"[{'screen_name': 'Advil', 'name': 'abdul 🐈\u200d⬛', 'id': '14417243'}]",,,, +4977,972235526848708608,972233079342297088,1520633987000.0,2018-03-09 22:19:47,+0000,,"Will still transport cars, but only after all personalized mass transit needs are met. It’s a matter of courtesy & fairness. If someone can’t afford a car, they should go first.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/972235526848708608,[],[],0,,False,37812,695,4709,,None,,,,,,,[],,,, +4978,972233079342297088,972233079342297088,1520633403000.0,2018-03-09 22:10:03,+0000,,Adjusting The Boring Company plan: all tunnels & Hyperloop will prioritize pedestrians & cyclists over cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/972233079342297088,[],[],0,,False,79616,1582,11193,,None,,,,,,,[],,,, +4979,972223971813818369,972186949367689217,1520631232000.0,2018-03-09 21:33:52,+0000,,@kronayne Heavy sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/972223971813818369,[],[],0,,False,5228,137,336,,None,,,,,,,"[{'screen_name': 'kronayne', 'name': 'Kathleen Ronayne', 'id': '29620439'}]",,,, +4980,972151775934365697,972149891848798208,1520614019000.0,2018-03-09 16:46:59,+0000,,"@starlight_juice Talulah is in England, finishing her second novel. It’s about a future matriarchal society, with a twist.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/972151775934365697,[],[],0,,False,933,35,26,,None,,,,,,,"[{'screen_name': 'starlight_juice', 'name': 'Haley', 'id': '57368217'}]",,,, +4981,972149891848798208,972149891848798208,1520613570000.0,2018-03-09 16:39:30,+0000,,"Will be at SXSW Sat/Sun with Jonah & Lisa, who created Westworld. Jonah made an incredible short reel of Falcon Heavy & Starman. Releases tmrw aft.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/972149891848798208,[],[],0,,False,23827,497,1888,,None,,,,,,,[],,,, +4982,971898600274870272,971402791930552322,1520553657000.0,2018-03-09 00:00:57,+0000,,"@realDonaldTrump To be clear, I think a fair outcome for all is quite likely. China has already shown a willingness to open their markets and I believe they will do the right thing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/971898600274870272,[],[],0,,False,3636,160,297,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +4983,971815058475921408,971402791930552322,1520533740000.0,2018-03-08 18:29:00,+0000,,"@realDonaldTrump We raised this with the prior administration and nothing happened. Just want a fair outcome, ideally where tariffs/rules are equally moderate. Nothing more. Hope this does not seem unreasonable.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/971815058475921408,[],[],0,,False,6889,281,824,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +4984,971814004887715840,971402791930552322,1520533488000.0,2018-03-08 18:24:48,+0000,,"@realDonaldTrump I am against import duties in general, but the current rules make things very difficult. It’s like competing in an Olympic race wearing lead shoes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/971814004887715840,[],[],0,,False,4357,189,604,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +4985,971812680594964480,971402791930552322,1520533173000.0,2018-03-08 18:19:33,+0000,,"@realDonaldTrump Also, no US auto company is allowed to own even 50% of their own factory in China, but there are five 100% China-owned EV auto companies in the US",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/971812680594964480,[],[],0,,False,7436,322,1544,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +4986,971811614411276288,971402791930552322,1520532918000.0,2018-03-08 18:15:18,+0000,,"@realDonaldTrump For example, an American car going to China pays 25% import duty, but a Chinese car coming to the US only pays 2.5%, a tenfold difference",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/971811614411276288,[],[],0,,False,9069,412,1937,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +4987,971810418128691200,971402791930552322,1520532633000.0,2018-03-08 18:10:33,+0000,,"@realDonaldTrump Do you think the US & China should have equal & fair rules for cars? Meaning, same import duties, ownership constraints & other factors.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/971810418128691200,[],[],0,,False,13420,489,1299,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +4988,971624496825159680,971624496825159680,1520488306000.0,2018-03-08 05:51:46,+0000,, https://t.co/wJDmXrEuKi,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/971624496825159680,[],['https://pbs.twimg.com/media/DXvnUW1UQAA4KE-.jpg'],1,https://pbs.twimg.com/media/DXvnUW1UQAA4KE-.jpg,False,41898,982,2792,,None,,,,,,,[],,,, +4989,971618409187127296,971618409187127296,1520486855000.0,2018-03-08 05:27:35,+0000,, https://t.co/pNElNTmcKf,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/971618409187127296,[],['https://pbs.twimg.com/media/DXvhyPaV4AEjjxp.jpg'],1,https://pbs.twimg.com/media/DXvhyPaV4AEjjxp.jpg,False,157429,1503,21142,,None,,,,,,,[],,,, +4990,971550967018614784,971538400586088449,1520470775000.0,2018-03-08 00:59:35,+0000,,"@verge Every time Alexa laughs, an angel dies, so thank goodness …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/971550967018614784,[],[],0,,False,16772,222,1435,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +4991,971510290163499008,971409311401435137,1520461077000.0,2018-03-07 22:17:57,+0000,,@ParkerMolloy Depends on what you mean by “doom”,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/971510290163499008,[],[],0,,False,800,26,54,,None,,,,,,,"[{'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}]",,,, +4992,971466308855332864,971466308855332864,1520450591000.0,2018-03-07 19:23:11,+0000,,"First production cargo trip of the Tesla Semi heavy duty truck, carrying battery packs from the… https://t.co/6fIMYGfKw1",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/971466308855332864,['https://www.instagram.com/p/BgCJlKbFckb/'],[],0,,False,31485,869,4081,,None,,,,,,,[],,,, +4993,971459140890411008,971456111495798784,1520448882000.0,2018-03-07 18:54:42,+0000,,@FutureCars360 @Tesla Will have Model X do a cover of Happy Birthday by Marilyn Monroe https://t.co/8TaiBF6HLs,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/971459140890411008,['https://m.youtube.com/watch?v=iH3oOVKt0WI'],[],0,,False,434,23,26,,None,,,,,,,"[{'screen_name': 'FutureCars360', 'name': 'Future Cars', 'id': '915761871227113472'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4994,971307576959885312,971224396890124288,1520412747000.0,2018-03-07 08:52:27,+0000,,"@jeremyburge Literally, if you type “jazz hands”, iOS shows this emoji 🤗",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/971307576959885312,[],[],0,,False,4259,180,173,,None,,,,,,,"[{'screen_name': 'jeremyburge', 'name': 'Jeremy Burge', 'id': '14656370'}]",,,, +4995,971224396890124288,971224396890124288,1520392915000.0,2018-03-07 03:21:55,+0000,,I just realized there is a jazz hands emoji 🤗,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/971224396890124288,[],[],0,,False,135061,2899,13705,,None,,,,,,,[],,,, +4996,971106671631130624,971095567060426752,1520364847000.0,2018-03-06 19:34:07,+0000,,"@mattfeinman If there is anyone in the third row, turn off air recirculation. Third row cooling happens by air entering from the front and exiting through the vents in the rear bumper.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/971106671631130624,[],[],0,,False,5449,111,161,,None,,,,,,,"[{'screen_name': 'mattfeinman', 'name': 'Matthew Feinman', 'id': '47425900'}]",,,, +4997,970914681069039617,970903737085542400,1520319073000.0,2018-03-06 06:51:13,+0000,,"@SpaceX Very proud of the SpaceX team! Can’t believe it’s been fifty Falcon 9 launches already. Just ten years ago, we couldn’t even reach orbit with little Falcon 1.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/970914681069039617,[],[],0,,False,29474,528,3007,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4998,970747812311740416,970747812311740416,1520279288000.0,2018-03-05 19:48:08,+0000,,"Falcon 9 flight 50 launches tonight, carrying Hispasat for Spain. At 6 metric tons and almost the size of a city bus, it will be the largest geostationary satellite we’ve ever flown.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/970747812311740416,[],[],0,,False,63911,1479,9160,,None,,,,,,,[],,,, +4999,970192640913301504,970150004445908993,1520146925000.0,2018-03-04 07:02:05,+0000,,"@keithbigelow Very sensible summary of supersonic flight. Obvious answer is to fly high, which gives low drag & low boom amplitude at ground. If boom too loud, airframe design probably wrong too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/970192640913301504,[],[],0,,False,8349,172,423,,None,,,,,,,"[{'screen_name': 'keithbigelow', 'name': 'Keith Bigelow 🇺🇸', 'id': '34532804'}]",,,, +5000,970099121599074304,970082301743808513,1520124628000.0,2018-03-04 00:50:28,+0000,,@simonhackett @ToddBourne @Tesla Good points. Will add to feature list.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/970099121599074304,[],[],0,,False,591,34,26,,None,,,,,,,"[{'screen_name': 'simonhackett', 'name': 'Simon Hackett', 'id': '29147082'}, {'screen_name': 'ToddBourne', 'name': 'Todd Bourne', 'id': '72510808'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5001,970096186806878208,970082301743808513,1520123929000.0,2018-03-04 00:38:49,+0000,,"@simonhackett @ToddBourne @Tesla Yeah, that should improve soon. Software team has been buried in Model 3 bringup and tricky bug fixes, but that’s mostly done now.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/970096186806878208,[],[],0,,False,579,17,31,,None,,,,,,,"[{'screen_name': 'simonhackett', 'name': 'Simon Hackett', 'id': '29147082'}, {'screen_name': 'ToddBourne', 'name': 'Todd Bourne', 'id': '72510808'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5002,970088614183845888,970082301743808513,1520122123000.0,2018-03-04 00:08:43,+0000,,@ToddBourne @Tesla Almost done,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/970088614183845888,[],[],0,,False,7689,95,193,,None,,,,,,,"[{'screen_name': 'ToddBourne', 'name': 'Todd Bourne', 'id': '72510808'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5003,970067019012784128,970067019012784128,1520116974000.0,2018-03-03 22:42:54,+0000,,"Deep in the hole with my boring machine. Sometimes when we touch, the honesty’s too much ... https://t.co/pl6ap14tAB",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/970067019012784128,['https://www.instagram.com/p/Bf1fcw4g4Tx/'],[],0,,False,34729,1346,2646,,None,,,,,,,[],,,, +5004,968707151815376897,968608879914270721,1519792757000.0,2018-02-28 04:39:17,+0000,,@Pewwer42 Probably about a tenth of the cost and a fifth of the time,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/968707151815376897,[],[],0,,False,752,53,50,,None,,,,,,,"[{'screen_name': 'Pewwer42', 'name': 'Paul Rand', 'id': '49767680'}]",,,, +5005,968614419784613888,968608879914270721,1519770648000.0,2018-02-27 22:30:48,+0000,,"Want to clarify that as individuals, the people responsible for the high costs & long timelines are almost all well-meaning, but the system of incentives is messed up",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/968614419784613888,[],[],0,,False,12040,600,916,,None,,,,,,,[],,,, +5006,968611860407713793,968608879914270721,1519770038000.0,2018-02-27 22:20:38,+0000,,"Higher safety & environmental requirements & labor costs explain only a small part of the difference. True root cause imo is an exponential growth in bureaucracy & a self-serving private sector consultant industry earning a % on project cost, incenting them to maximize cost.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/968611860407713793,[],[],0,,False,15325,459,1746,,None,,,,,,,[],,,, +5007,968609579197022208,968608879914270721,1519769494000.0,2018-02-27 22:11:34,+0000,,And New York https://t.co/gKuzKMLYS1,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/968609579197022208,['https://mobile.nytimes.com/2017/12/28/nyregion/new-york-subway-construction-costs.html?referer=https://www.google.com/'],[],0,,False,8255,275,814,,None,,,,,,,[],,,, +5008,968609334203576320,968608879914270721,1519769435000.0,2018-02-27 22:10:35,+0000,,And we are even worse than that in California https://t.co/WIKetQShMP,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/968609334203576320,['https://www.sfchronicle.com/opinion/article/Editorial-To-address-Bay-Area-traffic-build-the-12668394.php'],[],0,,False,7559,230,752,,None,,,,,,,[],,,, +5009,968608879914270721,968608879914270721,1519769327000.0,2018-02-27 22:08:47,+0000,,China’s progress in advanced infrastructure is more than 100 times faster than the US https://t.co/fcqGIK78RY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/968608879914270721,['http://www.independent.co.uk/news/world/asia/chinese-workers-productivity-build-nanlong-railway-station-nine-hours-longyan-a8173881.html'],[],0,,False,38393,1755,9481,,None,,,,,,,[],,,, +5010,968560525088055296,968554727599411200,1519757798000.0,2018-02-27 18:56:38,+0000,,"@cdelancray @sapinker @WIRED Wow, if even Pinker doesn’t understand the difference between functional/narrow AI (eg. car) and general AI, when the latter *literally* has a million times more compute power and an open-ended utility function, humanity is in deep trouble",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/968560525088055296,[],[],0,,False,16930,457,1896,,None,,,,,,,"[{'screen_name': 'cdelancray', 'name': 'Charles Delancray', 'id': '2689734194'}, {'screen_name': 'sapinker', 'name': 'Steven Pinker', 'id': '107225267'}, {'screen_name': 'WIRED', 'name': 'WIRED', 'id': '1344951'}]",,,, +5011,967728299282595840,967705296805253121,1519559380000.0,2018-02-25 11:49:40,+0000,,"@cheresh @andrestaltz End-to-end encryption encoded at firmware level. Unlikely to be hacked w current computing tech. If it is (and we learn about it), a crypto fix will go out immediately via network-wide firmware update.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/967728299282595840,[],[],0,,False,1558,91,162,,None,,,,,,,"[{'screen_name': 'cheresh', 'name': 'Evgeny Chereshnev', 'id': '37188059'}, {'screen_name': 'andrestaltz', 'name': 'André Staltz', 'id': '460451827'}]",,,, +5012,967712110661615616,967705296805253121,1519555521000.0,2018-02-25 10:45:21,+0000,,@andrestaltz Will be simpler than IPv6 and have tiny packet overhead. Definitely peer-to-peer.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/967712110661615616,[],[],0,,False,8330,163,590,,None,,,,,,,"[{'screen_name': 'andrestaltz', 'name': 'André Staltz', 'id': '460451827'}]",,,, +5013,967238527418167296,967079377434529792,1519442610000.0,2018-02-24 03:23:30,+0000,,@ElectrekCo @TeslaRoadTrip Am feeling optimistic about beating the Semi specs announced at the unveiling for the same price. The Tesla Semi will be something really special.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/967238527418167296,[],[],0,,False,15288,355,942,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}]",,,, +5014,966707388181970944,966682105684967424,1519315976000.0,2018-02-22 16:12:56,+0000,,@DMC_Ryan Can someone please do that!? I would def go.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/966707388181970944,[],[],0,,False,4716,153,190,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +5015,966707038095986688,966706193560305664,1519315893000.0,2018-02-22 16:11:33,+0000,,"That was a DM, right?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/966707038095986688,[],[],0,,False,33896,695,2017,,None,,,,,,,[],,,, +5016,966706924124188672,966706193560305664,1519315865000.0,2018-02-22 16:11:05,+0000,,"Don’t tell anyone, but the wifi password is “martians”",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/966706924124188672,[],[],0,,False,47071,733,6632,,None,,,,,,,[],,,, +5017,966706193560305664,966706193560305664,1519315691000.0,2018-02-22 16:08:11,+0000,,Tintin A & B will attempt to beam “hello world” in about 22 hours when they pass near LA,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/966706193560305664,[],[],0,,False,39599,712,4322,,None,,,,,,,[],,,, +5018,966703261699854336,966703261699854336,1519314992000.0,2018-02-22 15:56:32,+0000,,"First two Starlink demo satellites, called Tintin A & B, deployed and communicating to Earth stations https://t.co/TfI53wHEtz",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/966703261699854336,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/966703247833649155/pu/img/gR21VC_7kUXLjn-C.jpg,False,38187,942,6832,,None,,,,,,,[],,,, +5019,966698367173693440,966698367173693440,1519313825000.0,2018-02-22 15:37:05,+0000,,"Falcon fairing half as seen from our catcher’s mitt in boat form, Mr. Steven. No apparent damage… https://t.co/48ZGaUwQOY",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/966698367173693440,['https://www.instagram.com/p/BfgRX-lgIt6/'],[],0,,False,11443,468,1288,,None,,,,,,,[],,,, +5020,966695975132610560,966682218411143169,1519313255000.0,2018-02-22 15:27:35,+0000,,@DMOberhaus About a month,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/966695975132610560,[],[],0,,False,862,27,27,,None,,,,,,,"[{'screen_name': 'DMOberhaus', 'name': 'daniel', 'id': '2203671282'}]",,,, +5021,966694661480841217,966682218411143169,1519312942000.0,2018-02-22 15:22:22,+0000,,"@minhazLive This was an older version booster, so no recovery attempted",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/966694661480841217,[],[],0,,False,683,33,26,,None,,,,,,,"[{'screen_name': 'minhazlive', 'name': 'Minhaz Chowdhury', 'id': '806756383953559554'}]",,,, +5022,966692641533390848,966682218411143169,1519312460000.0,2018-02-22 15:14:20,+0000,,"Missed by a few hundred meters, but fairing landed intact in water. Should be able catch it with slightly bigger chutes to slow down descent.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/966692641533390848,[],[],0,,False,19185,600,1346,,None,,,,,,,[],,,, +5023,966682218411143169,966682218411143169,1519309975000.0,2018-02-22 14:32:55,+0000,,Made it back from space and fairing parafoil just deployed. Now trying to catch it ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/966682218411143169,[],[],0,,False,31993,769,2385,,None,,,,,,,[],,,, +5024,966676057784020992,966676057784020992,1519308506000.0,2018-02-22 14:08:26,+0000,,Going to try to catch the giant fairing (nosecone) of Falcon 9 as it falls back from space at… https://t.co/CVS2PoaJah,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/966676057784020992,['https://www.instagram.com/p/BfgHKDNAplx/'],[],0,,False,18888,708,2397,,None,,,,,,,[],,,, +5025,966627437458026497,966624547343650816,1519296914000.0,2018-02-22 10:55:14,+0000,,"@journoanirban @Uber @dkhos @HyperloopOne @hyperlooptt @vccircle @vccstartups If you love drones above your house, you’ll really love vast numbers of “cars” flying over your head that are 1000 times bigger and noisier and blow away anything that isn’t nailed down when they land",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/966627437458026497,[],[],0,,False,18683,473,1919,,None,,,,,,,"[{'screen_name': 'journoanirban', 'name': 'Anirban Ghoshal', 'id': '118506299'}, {'screen_name': 'Uber', 'name': 'Uber', 'id': '19103481'}, {'screen_name': 'dkhos', 'name': 'dara khosrowshahi', 'id': '41642329'}, {'screen_name': 'hyperlooptt', 'name': 'HyperloopTT', 'id': '2166672055'}, {'screen_name': 'vccircle', 'name': 'VCCircle', 'id': '29149536'}]",,,, +5026,966602470431473664,966298034978959361,1519290962000.0,2018-02-22 09:16:02,+0000,,"@DeadlyBananas @MichaelAVaughn Not sure. I let @jack know, but it’s still going. I literally own zero cryptocurrency, apart from .25 BTC that a friend sent me many years ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/966602470431473664,[],[],0,,False,1161,161,120,,None,,,,,,,"[{'screen_name': 'DeadlyBananas', 'name': 'DeadlyBananas', 'id': '52927487'}, {'screen_name': 'MichaelAVaughn', 'name': 'Michael', 'id': '29011468'}]",,,, +5027,966419298049703936,966298034978959361,1519247290000.0,2018-02-21 21:08:10,+0000,,@edeggermont That’s just random,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/966419298049703936,[],[],0,,False,368,24,19,,None,,,,,,,"[{'screen_name': 'edeggermont', 'name': 'Ed Eggermont', 'id': '323867372'}]",,,, +5028,966418678160924672,966298034978959361,1519247142000.0,2018-02-21 21:05:42,+0000,,"If anyone is curious, the name was inspired by The Fault in Our Stars",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/966418678160924672,[],[],0,,False,21444,514,1464,,None,,,,,,,[],,,, +5029,966313683633623041,966298034978959361,1519222110000.0,2018-02-21 14:08:30,+0000,,"High altitude wind shear data shows a probable 2% load exceedance. Small, but better to be paranoid. Postponing launch to tomorrow, assuming winds are better then.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/966313683633623041,[],[],0,,False,15159,367,1072,,None,,,,,,,[],,,, +5030,966298034978959361,966298034978959361,1519218379000.0,2018-02-21 13:06:19,+0000,,"Today’s Falcon launch carries 2 SpaceX test satellites for global broadband. If successful, Starlink constellation will serve least served.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/966298034978959361,[],[],0,,False,67113,1418,9519,,None,,,,,,,[],,,, +5031,966296921370386432,966151791112015878,1519218113000.0,2018-02-21 13:01:53,+0000,,@lorengrush @T28058389 @VP @blueorigin @ulalaunch @SpaceX @Erdayastronaut @SciGuySpace Strange though. Delta IV Heavy has half the payload of Falcon Heavy and the BO rocket doesn’t exist yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/966296921370386432,[],[],0,,False,744,34,63,,None,,,,,,,"[{'screen_name': 'lorengrush', 'name': 'Loren Grush', 'id': '17177482'}, {'screen_name': 'T28058389', 'name': 'TT', 'id': '937603906514898944'}, {'screen_name': 'VP', 'name': 'Vice President Kamala Harris', 'id': '803694179079458816'}, {'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}, {'screen_name': 'ulalaunch', 'name': 'ULA', 'id': '22845770'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +5032,965769366422798337,965752204941393920,1519092334000.0,2018-02-20 02:05:34,+0000,,@angilly I don’t get the little ship thing. You can’t show up at Mars in something the size of a rowboat. What if there are Martians? It would be so embarrassing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/965769366422798337,[],[],0,,False,60505,621,8807,,None,,,,,,,"[{'screen_name': 'angilly', 'name': 'Ryan ""Laptop Currently on a Box"" Angilly', 'id': '16195791'}]",,,, +5033,965297598054637568,965297598054637568,1518979856000.0,2018-02-18 18:50:56,+0000,,I’m sure it’s parked around here somewhere … https://t.co/cq4LEhu4qD,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/965297598054637568,['http://whereisroadster.com'],[],0,,False,60998,1811,11238,,None,,,,,,,[],,,, +5034,964866320197038080,961359174230773765,1518877031000.0,2018-02-17 14:17:11,+0000,,With Asimov’s Foundation Series etched in glass in the glovebox. Zeroth law …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/964866320197038080,[],[],0,,False,10312,439,667,,None,,,,,,,[],,,, +5035,964751491885076480,964751491885076480,1518849654000.0,2018-02-17 06:40:54,+0000,,My new toaster https://t.co/1pw7xJeLpB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/964751491885076480,['https://www.instagram.com/p/BfSF-HSgubE/'],[],0,,False,37053,1697,2983,,None,,,,,,,[],,,, +5036,964296857395478529,964227374798856192,1518741261000.0,2018-02-16 00:34:21,+0000,,@Teslarati Adding software feature to open glovebox automatically when car comes to a stop after a crash. Will look at bonding a thin plastic sheet to the front or back of screen.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/964296857395478529,[],[],0,,False,14592,328,778,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +5037,963145162397396992,959614237768261632,1518466675000.0,2018-02-12 20:17:55,+0000,,@doug_ellison @dsfpspacefl1ght Found the source of the problem. The NASA database has the Falcon Block 1 performance. Version currently in production and set to fly in a few months is Block 5. SpaceX GNC team is submitting updated numbers.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/963145162397396992,[],[],0,,False,1101,69,80,,None,,,,,,,"[{'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree: Writer, Historian, Educator.', 'id': '3282975180'}]",,,, +5038,963107229523038211,963102500793483266,1518457631000.0,2018-02-12 17:47:11,+0000,,@kerrbones @nextspaceflight Not enough ignition fluid to light the outer two engines after several three engine relights. Fix is pretty obvious.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/963107229523038211,[],[],0,,False,1363,137,141,,None,,,,,,,"[{'screen_name': 'kerrbones', 'name': 'Jason', 'id': '1295662608'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +5039,963104633639002112,963101964518256640,1518457012000.0,2018-02-12 17:36:52,+0000,,"@EmreKelly @nova_road @nextspaceflight East, to support high flight rates for F9 and dual ocean landings for FH side boosters",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/963104633639002112,[],[],0,,False,929,46,59,,None,,,,,,,"[{'screen_name': 'EmreKelly', 'name': 'Emre Kelly', 'id': '214274793'}, {'screen_name': 'nova_road', 'name': 'robin', 'id': '22107725'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +5040,963104452767924224,963101964518256640,1518456969000.0,2018-02-12 17:36:09,+0000,,@octagrabber @nova_road @nextspaceflight No,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/963104452767924224,[],[],0,,False,509,16,15,,None,,,,,,,"[{'screen_name': 'octagrabber', 'name': 'Octagrabber', 'id': '880492187636707330'}, {'screen_name': 'nova_road', 'name': 'robin', 'id': '22107725'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +5041,963103592881168384,963101964518256640,1518456764000.0,2018-02-12 17:32:44,+0000,,@nova_road @nextspaceflight A Shortfall of Gravitas,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/963103592881168384,[],[],0,,False,1677,71,185,,None,,,,,,,"[{'screen_name': 'nova_road', 'name': 'robin', 'id': '22107725'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +5042,963102131421982721,963101964518256640,1518456416000.0,2018-02-12 17:26:56,+0000,,@nextspaceflight A third is under construction,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/963102131421982721,[],[],0,,False,1082,51,90,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +5043,963095860060934144,959614237768261632,1518454921000.0,2018-02-12 17:02:01,+0000,,"@DJSnM @doug_ellison @dsfpspacefl1ght Under consideration. We’ve already stretched the upper stage once. Easiest part of the rocket to change. Fairing 2, flying soon, also has a slightly larger diameter. Could make fairing much longer if need be & will if BFR takes longer than expected.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/963095860060934144,[],[],0,,False,1222,62,92,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +5044,963094533830426624,959614237768261632,1518454604000.0,2018-02-12 16:56:44,+0000,,"@DavideDF_ @doug_ellison @dsfpspacefl1ght Side boosters landing on droneships & center expended is only ~10% performance penalty vs fully expended. Cost is only slightly higher than an expended F9, so around $95M.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/963094533830426624,[],[],0,,False,724,27,79,,None,,,,,,,"[{'screen_name': 'DavideDF_', 'name': 'Davide', 'id': '85093754'}, {'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +5045,963093040100384769,959614237768261632,1518454248000.0,2018-02-12 16:50:48,+0000,,@doug_ellison @DavideDF_ @dsfpspacefl1ght https://t.co/LijrUMuJDq,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/963093040100384769,['https://en.m.wikipedia.org/wiki/Oberth_effect'],[],0,,False,430,11,19,,None,,,,,,,"[{'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'DavideDF_', 'name': 'Davide', 'id': '85093754'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +5046,963092560867504128,959614237768261632,1518454134000.0,2018-02-12 16:48:54,+0000,,@AngryPackOMeese @dlxinorbit @doug_ellison @dsfpspacefl1ght Of course :),en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/963092560867504128,[],[],0,,False,1133,26,35,,None,,,,,,,"[{'screen_name': 'AngryPackOMeese', 'name': 'Sasamj', 'id': '2562018596'}, {'screen_name': 'dlxinorbit', 'name': 'David Legangneux', 'id': '222972811'}, {'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, sp-a-a-a-a-ce writer', 'id': '3282975180'}]",,,, +5047,963092110994886656,959614237768261632,1518454027000.0,2018-02-12 16:47:07,+0000,,"@AngryPackOMeese @dlxinorbit @doug_ellison @dsfpspacefl1ght Maybe that plan works out, but I will seriously eat my hat with a side of mustard if that rocket flies a national security spacecraft before 2023",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/963092110994886656,[],[],0,,False,1870,76,243,,None,,,,,,,"[{'screen_name': 'AngryPackOMeese', 'name': 'Sasamj', 'id': '2562018596'}, {'screen_name': 'dlxinorbit', 'name': 'David Legangneux', 'id': '222972811'}, {'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +5048,963090657119055872,959614237768261632,1518453680000.0,2018-02-12 16:41:20,+0000,,"@dlxinorbit @doug_ellison @dsfpspacefl1ght That was three years ago, before ULA cancelled all medium versions of Delta IV. Future missions have all Delta fixed costs piled on, so their cost is now $600M+ for missions contracted for launch after 2020. Nutty high.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/963090657119055872,[],[],0,,False,816,17,42,,None,,,,,,,"[{'screen_name': 'dlxinorbit', 'name': 'David Legangneux', 'id': '222972811'}, {'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +5049,963087975004319746,959614237768261632,1518453041000.0,2018-02-12 16:30:41,+0000,,"@doug_ellison @dsfpspacefl1ght Both exhaust velocity (Isp) and mass ratio drive the rocket equation. Also thrust/mass matters a lot for Oberth effect. Delta upper stage Isp is good, but mass ratio and thrust are not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/963087975004319746,[],[],0,,False,769,22,60,,None,,,,,,,"[{'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +5050,963076231921938432,959614237768261632,1518450241000.0,2018-02-12 15:44:01,+0000,,"@doug_ellison @dsfpspacefl1ght The performance numbers in this database are not accurate. In process of being fixed. Even if they were, a fully expendable Falcon Heavy, which far exceeds the performance of a Delta IV Heavy, is $150M, compared to over $400M for Delta IV Heavy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/963076231921938432,[],[],0,,False,1651,46,188,,None,,,,,,,"[{'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +5051,962805302927257600,962805302927257600,1518385646000.0,2018-02-11 21:47:26,+0000,,Love and Rockets https://t.co/VnnFXb1Iig,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/962805302927257600,['https://www.instagram.com/p/BfEjUC_gfeo/'],[],0,,False,34128,1348,2778,,None,,,,,,,[],,,, +5052,962750602223566848,962735351713411072,1518372605000.0,2018-02-11 18:10:05,+0000,,"Now, if I can just figure out how to attach those to a really big shark ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/962750602223566848,[],[],0,,False,53956,1905,5144,,None,,,,,,,[],,,, +5053,962735351713411072,962735351713411072,1518368969000.0,2018-02-11 17:09:29,+0000,,Falcon Heavy engine plumes look like giant laser beams in this photo by rocketphotography https://t.co/d1RKdPTNj5,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/962735351713411072,['https://www.instagram.com/p/BfEHEiKgBiK/'],[],0,,False,53857,1408,5628,,None,,,,,,,[],,,, +5054,961359174230773765,961359174230773765,1518040862000.0,2018-02-07 22:01:02,+0000,,Last pic of Starman in Roadster on its journey to Mars orbit and then the Asteroid Belt https://t.co/IWSjRyTr8V,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/961359174230773765,['https://www.instagram.com/p/Be6VZEzgAEk/'],[],0,,False,96923,4400,20689,,None,,,,,,,[],,,, +5055,961083704230674438,961083704230674438,1517975185000.0,2018-02-07 03:46:25,+0000,,Third burn successful. Exceeded Mars orbit and kept going to the Asteroid Belt. https://t.co/bKhRN73WHF,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/961083704230674438,[],['https://pbs.twimg.com/media/DVZ0h3YW4AIc-9w.jpg'],1,https://pbs.twimg.com/media/DVZ0h3YW4AIc-9w.jpg,False,174905,6031,32394,,None,,,,,,,[],,,, +5056,961079361234497537,961073467784421382,1517974150000.0,2018-02-07 03:29:10,+0000,,@realDonaldTrump @SpaceX @NASA Thank you on behalf of SpaceX. An exciting future lies ahead!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/961079361234497537,[],[],0,,False,40407,1395,2865,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +5057,961070320106041346,960981802218237953,1517971994000.0,2018-02-07 02:53:14,+0000,,@SamHarrisOrg @SpaceX We’re doing ok for a bunch of monkeys. Humanity rocks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/961070320106041346,[],[],0,,False,30283,440,3519,,None,,,,,,,"[{'screen_name': 'SamHarrisOrg', 'name': 'Sam Harris', 'id': '116994659'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5058,961070013108060160,961048610866577408,1517971921000.0,2018-02-07 02:52:01,+0000,,@VP @SpaceX Thank you on behalf of SpaceX,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/961070013108060160,[],[],0,,False,6320,162,288,,None,,,,,,,"[{'screen_name': 'VP', 'name': 'Vice President Kamala Harris', 'id': '803694179079458816'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5059,961025203382841344,961025203382841344,1517961238000.0,2018-02-06 23:53:58,+0000,,On the rocket LZ https://t.co/UyiNd2fmi5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/961025203382841344,['https://www.instagram.com/p/Be36GWVAcR5/'],[],0,,False,19490,612,2029,,None,,,,,,,[],,,, +5060,961006748214718466,961006748214718466,1517956838000.0,2018-02-06 22:40:38,+0000,,Printed on the circuit board of a car in deep space https://t.co/8ZMJVUs4W1,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/961006748214718466,['https://www.instagram.com/p/Be31IJxgOoK/'],[],0,,False,68256,1693,14396,,None,,,,,,,[],,,, +5061,960998900243902466,960994034960416768,1517954966000.0,2018-02-06 22:09:26,+0000,,Currently over Australia 🇦🇺 https://t.co/HAya3E6OEJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/960998900243902466,[],['https://pbs.twimg.com/media/DVYnZuJV4AAeFUw.jpg'],1,https://pbs.twimg.com/media/DVYnZuJV4AAeFUw.jpg,False,168058,4148,37577,,None,,,,,,,[],,,, +5062,960994034960416768,960994034960416768,1517953806000.0,2018-02-06 21:50:06,+0000,,Live view of Starman https://t.co/gvSlztlE6l,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/960994034960416768,['https://youtu.be/aBr2kKAHN6M'],[],0,,False,67058,3191,22453,,None,,,,,,,[],,,, +5063,960992715579125760,960992715579125760,1517953492000.0,2018-02-06 21:44:52,+0000,,"View from SpaceX Launch Control. Apparently, there is a car in orbit around Earth. https://t.co/QljN2VnL1O",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/960992715579125760,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/960992576382803968/pu/img/UFQMc-xY9tdD0u5i.jpg,False,437621,12283,151472,,None,,,,,,,[],,,, +5064,960988527159795712,960988527159795712,1517952493000.0,2018-02-06 21:28:13,+0000,,"Upper stage restart nominal, apogee raised to 7000 km. Will spend 5 hours getting zapped in Van Allen belts & then attempt final burn for Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/960988527159795712,[],[],0,,False,96664,2743,12913,,None,,,,,,,[],,,, +5065,960987195531198466,960987195531198466,1517952176000.0,2018-02-06 21:22:56,+0000,,Rocket LZ 1 and 2 https://t.co/gckyKKIK4I,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/960987195531198466,['https://www.instagram.com/p/Be3sOnEA0DK/'],[],0,,False,27346,1471,3403,,None,,,,,,,[],,,, +5066,960975644644593664,960975644644593664,1517949422000.0,2018-02-06 20:37:02,+0000,,Camera views from inside the payload fairing #FalconHeavy https://t.co/vQaz2yJ5yY,en,['falconheavy'],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/960975644644593664,['https://www.instagram.com/p/Be3m_LNgOYY/'],[],0,,False,39430,2177,7548,,None,,,,,,,[],,,, +5067,960949244982018049,960949244982018049,1517943128000.0,2018-02-06 18:52:08,+0000,,Launch auto-sequence initiated (aka the holy mouse-click) for 3:45 liftoff #FalconHeavy,en,['falconheavy'],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/960949244982018049,[],[],0,,False,54507,1501,9089,,None,,,,,,,[],,,, +5068,960921700153135104,960921700153135104,1517936561000.0,2018-02-06 17:02:41,+0000,,Upper atmosphere winds currently 20% above max allowable load. Holding for an hour to allow winds to diminish. #FalconHeavy,en,['falconheavy'],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/960921700153135104,[],[],0,,False,30539,913,3291,,None,,,,,,,[],,,, +5069,960915618865274880,960915618865274880,1517935111000.0,2018-02-06 16:38:31,+0000,,Flight profile #FalconHeavy #SpaceX https://t.co/LlfWXqUaLP,en,"['falconheavy', 'spacex']",[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/960915618865274880,[],['https://pbs.twimg.com/media/DVXbp4NUMAAdXcA.jpg'],1,https://pbs.twimg.com/media/DVXbp4NUMAAdXcA.jpg,False,78599,1559,22097,,None,,,,,,,[],,,, +5070,960914210397085696,960914210397085696,1517934775000.0,2018-02-06 16:32:55,+0000,,Live webcast of the launch at https://t.co/bDd3GxQXMC,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/960914210397085696,['http://SpaceX.com'],[],0,,False,22151,566,6861,,None,,,,,,,[],,,, +5071,960905835118505984,960905835118505984,1517932778000.0,2018-02-06 15:59:38,+0000,,About 2.5 hours to T-0 for Falcon Heavy. Watch sim for highlight reel of what we hope happens. Car actually takes 6 months to cover 200M+ miles to Mars https://t.co/tC3B26r651,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/960905835118505984,['https://m.youtube.com/watch?feature=youtu.be&v=Tk338VXcb24'],[],0,,False,29074,1235,6443,,None,,,,,,,[],,,, +5072,960589757519663105,960579820487954432,1517857419000.0,2018-02-05 19:03:39,+0000,,All systems remain green for launch at 1:30pm EST tomorrow,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/960589757519663105,[],[],0,,False,27818,874,3580,,None,,,,,,,[],,,, +5073,960579820487954432,960579820487954432,1517855050000.0,2018-02-05 18:24:10,+0000,,Falcon Heavy sends a car to Mars https://t.co/Y7uBtU6Mt2,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/960579820487954432,['https://youtu.be/Tk338VXcb24'],[],0,,False,50706,2265,14122,,None,,,,,,,[],,,, +5074,960550111632875525,960521086298238976,1517847967000.0,2018-02-05 16:26:07,+0000,,@JeffBezos @SpaceX @blueorigin Thanks 😘,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/960550111632875525,[],[],0,,False,19991,328,1359,,None,,,,,,,"[{'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}]",,,, +5075,960401102465269760,960401102465269760,1517812440000.0,2018-02-05 06:34:00,+0000,,Regular departures ... https://t.co/5GM9CbMewd,pt,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/960401102465269760,[],['https://pbs.twimg.com/media/DVQHtlMWAAA2s3B.jpg'],1,https://pbs.twimg.com/media/DVQHtlMWAAA2s3B.jpg,False,35663,719,4464,,None,,,,,,,[],,,, +5076,960400928225546241,960400928225546241,1517812399000.0,2018-02-05 06:33:19,+0000,, https://t.co/nhB3gd0Gm6,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/960400928225546241,[],['https://pbs.twimg.com/media/DVQHjZ3W4AELWDR.jpg'],1,https://pbs.twimg.com/media/DVQHjZ3W4AELWDR.jpg,False,69135,1026,10759,,None,,,,,,,[],,,, +5077,960390661211021312,960390661211021312,1517809951000.0,2018-02-05 05:52:31,+0000,,Starman in Red Roadster https://t.co/ou88RVHZ1Z,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/960390661211021312,['https://www.instagram.com/p/BezcvpzAgYI/'],[],0,,False,14494,679,2029,,None,,,,,,,[],,,, +5078,960366347971592192,960366295362494464,1517804154000.0,2018-02-05 04:15:54,+0000,,Florida time,pt,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/960366347971592192,[],[],0,,False,13520,463,733,,None,,,,,,,[],,,, +5079,960366295362494464,960366295362494464,1517804142000.0,2018-02-05 04:15:42,+0000,,Falcon Heavy remains go for launch at 1:30pm on Tuesday,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/960366295362494464,[],[],0,,False,39887,1009,6032,,None,,,,,,,[],,,, +5080,960310814908526594,960310814908526594,1517790914000.0,2018-02-05 00:35:14,+0000,,Mars Awaits https://t.co/ZDo1pjT6q4,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/960310814908526594,['https://www.instagram.com/p/Bey4NfSgWAi/'],[],0,,False,16372,590,1906,,None,,,,,,,[],,,, +5081,960233035516932096,960233035516932096,1517772370000.0,2018-02-04 19:26:10,+0000,,Pale blue dot https://t.co/KZj3I55EYl,pl,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/960233035516932096,['http://www.planetary.org/explore/space-topics/earth/pale-blue-dot.html'],[],0,,False,26873,654,5855,,None,,,,,,,[],,,, +5082,959902950964453376,959902950964453376,1517693672000.0,2018-02-03 21:34:32,+0000,,Falcon Heavy launch simulation almost ready. Will be set to Bowie’s Life on Mars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/959902950964453376,[],[],0,,False,58526,962,6188,,None,,,,,,,[],,,, +5083,959632581456113664,959632581456113664,1517629211000.0,2018-02-03 03:40:11,+0000,,Customs problem solved! https://t.co/6D0Fbm8NFI,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/959632581456113664,[],['https://pbs.twimg.com/media/DVFMvq0V4AA636X.jpg'],1,https://pbs.twimg.com/media/DVFMvq0V4AA636X.jpg,False,85645,1421,11821,,None,,,,,,,[],,,, +5084,959585626071842817,959555569953660928,1517618016000.0,2018-02-03 00:33:36,+0000,,Or maybe “Temperature Enhancement Device”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/959585626071842817,[],[],0,,False,102061,2769,9566,,None,,,,,,,[],,,, +5085,959555569953660928,959555569953660928,1517610850000.0,2018-02-02 22:34:10,+0000,,"Apparently, some customs agencies are saying they won’t allow shipment of anything called a “Flamethrower”. To solve this, we are renaming it “Not a Flamethrower”.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/959555569953660928,[],[],0,,False,344476,5117,65845,,None,,,,,,,[],,,, +5086,959482581451329536,959481722323664896,1517593448000.0,2018-02-02 17:44:08,+0000,,"@TheTeslaShow Early access build and especially Dev build are feature-rich, but the features aren’t reliable enough yet",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/959482581451329536,[],[],0,,False,1503,62,46,,None,,,,,,,"[{'screen_name': 'TheTeslaShow', 'name': 'The Tesla Show', 'id': '718920389603135488'}]",,,, +5087,959481246710550528,959480537688739840,1517593130000.0,2018-02-02 17:38:50,+0000,,@mrvergona Release candidate in final testing phase,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/959481246710550528,[],[],0,,False,490,31,26,,None,,,,,,,[],,,, +5088,959475866785820674,959473771475214336,1517591847000.0,2018-02-02 17:17:27,+0000,,@AdamyanMichael No,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/959475866785820674,[],[],0,,False,302,13,11,,None,,,,,,,"[{'screen_name': 'AdamyanMichael', 'name': 'Novus', 'id': '1159325608247062528'}]",,,, +5089,959282790599557120,958931799391924224,1517545814000.0,2018-02-02 04:30:14,+0000,,@TheEnderCobra I think we’ve figured it out,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/959282790599557120,[],[],0,,False,637,73,32,,None,,,,,,,[],,,, +5090,959041727758614528,958931799391924224,1517488340000.0,2018-02-01 12:32:20,+0000,,@shannonNullCode Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,12,https://twitter.com/elonmusk/status/959041727758614528,[],[],0,,False,893,22,16,,None,,,,,,,"[{'screen_name': 'shannonNullCode', 'name': 'Shannon Code 🗝🔑', 'id': '60069183'}]",,,, +5091,959039217010491392,958931799391924224,1517487742000.0,2018-02-01 12:22:22,+0000,,"Small detail, but each one will come with a serial number from 1 to 20,000 https://t.co/ZBYEYO6zqu",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,12,https://twitter.com/elonmusk/status/959039217010491392,[],['https://pbs.twimg.com/media/DU8xFMpVAAEgdo9.jpg'],1,https://pbs.twimg.com/media/DU8xFMpVAAEgdo9.jpg,False,29901,1039,1777,,None,,,,,,,[],,,, +5092,958937357884973057,958932755194167296,1517463456000.0,2018-02-01 05:37:36,+0000,,@AndrewGHobden A snowthrower would be really fun,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/958937357884973057,[],[],0,,False,7698,178,347,,None,,,,,,,"[{'screen_name': 'AndrewGHobden', 'name': 'Andrew Hobden', 'id': '306079121'}]",,,, +5093,958932755194167296,958932755194167296,1517462359000.0,2018-02-01 05:19:19,+0000,,All flamethrowers will ship with a complimentary boring fire extinguisher,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/958932755194167296,[],[],0,,False,109972,1667,11224,,None,,,,,,,[],,,, +5094,958931799391924224,958931799391924224,1517462131000.0,2018-02-01 05:15:31,+0000,,Flamethrowers sold out,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/958931799391924224,[],[],0,,False,138523,2934,17422,,None,,,,,,,[],,,, +5095,958872914278821893,958836888592310273,1517448092000.0,2018-02-01 01:21:32,+0000,,@chandlerriggs @TheWalkingDead Of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/958872914278821893,[],[],0,,False,1320,24,50,,None,,,,,,,"[{'screen_name': 'chandlerriggs', 'name': 'chandler riggs', 'id': '298320111'}, {'screen_name': 'TheWalkingDead', 'name': 'The Walking Dead', 'id': '14724725'}]",,,, +5096,958848287628406784,958847818583584768,1517442220000.0,2018-01-31 23:43:40,+0000,,@almeidagoncalo Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/958848287628406784,[],[],0,,False,1490,35,30,,None,,,,,,,"[{'screen_name': 'almeidagoncalo', 'name': 'Gonçalo', 'id': '175141721'}]",,,, +5097,958847818583584768,958847818583584768,1517442109000.0,2018-01-31 23:41:49,+0000,,"This rocket was meant to test very high retrothrust landing in water so it didn’t hurt the droneship, but amazingly it has survived. We will try to tow it back to shore. https://t.co/hipmgdnq16",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/958847818583584768,[],['https://pbs.twimg.com/media/DU6DAbgUMAAWbNZ.jpg'],1,https://pbs.twimg.com/media/DU6DAbgUMAAWbNZ.jpg,False,46099,1414,5242,,None,,,,,,,[],,,, +5098,958845994984030208,958840567714254849,1517441674000.0,2018-01-31 23:34:34,+0000,,"@omaruddin @stevewoz @Tesla @businessinsider Woz is a lovable, fuzzy bear 🐻",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/958845994984030208,[],[],0,,False,3702,84,255,,None,,,,,,,"[{'screen_name': 'omaruddin', 'name': 'Omar Uddin', 'id': '20272845'}, {'screen_name': 'stevewoz', 'name': 'Steve Wozniak', 'id': '22938914'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +5099,958845290022289408,958836888592310273,1517441506000.0,2018-01-31 23:31:46,+0000,,@TheWalkingDead @chandlerriggs From the world’s leading experts in zombie defense,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/958845290022289408,[],[],0,,False,9771,88,610,,None,,,,,,,"[{'screen_name': 'TheWalkingDead', 'name': 'The Walking Dead', 'id': '14724725'}, {'screen_name': 'chandlerriggs', 'name': 'chandler riggs', 'id': '298320111'}]",,,, +5100,958825021098491904,958813616387403776,1517436673000.0,2018-01-31 22:11:13,+0000,,@SpaceX Now that’s a real flamethrower …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/958825021098491904,[],[],0,,False,36625,491,2481,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5101,958568634917556224,958568634917556224,1517375546000.0,2018-01-31 05:12:26,+0000,, https://t.co/LYJOL0T7sC,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/958568634917556224,['https://m.youtube.com/watch?v=6l6vqPUM_FE'],[],0,,False,22115,1184,2874,,None,,,,,,,[],,,, +5102,958500867832975361,958500867832975361,1517359389000.0,2018-01-31 00:43:09,+0000,,Falcon Heavy in foreground on Launch Complex 39A and Falcon 9 in background on 40 https://t.co/GiZL3SSE4A,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/958500867832975361,['https://www.instagram.com/p/BemBlnSAACd/'],[],0,,False,15354,466,1905,,None,,,,,,,[],,,, +5103,958371267203145729,957450070407852032,1517328490000.0,2018-01-30 16:08:10,+0000,,15k,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/958371267203145729,[],[],0,,False,17021,667,620,,None,,,,,,,[],,,, +5104,958083496370565120,957450070407852032,1517259880000.0,2018-01-29 21:04:40,+0000,,@SunDogz ~3k,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/958083496370565120,[],[],0,,False,1071,40,22,,None,,,,,,,"[{'screen_name': 'sundogz', 'name': 'sundogz', 'id': '1229182850169262081'}]",,,, +5105,958082901987360769,958081082020319240,1517259738000.0,2018-01-29 21:02:18,+0000,,@TheOnion So hard to keep future product releases secret,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/958082901987360769,[],[],0,,False,42768,271,4662,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +5106,958081411470131200,957450070407852032,1517259383000.0,2018-01-29 20:56:23,+0000,,10k,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/958081411470131200,[],[],0,,False,18160,892,617,,None,,,,,,,[],,,, +5107,958047422797643776,958046436909871105,1517251279000.0,2018-01-29 18:41:19,+0000,,"@HarisCelic For sure, and it keeps you warm at the same time",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/958047422797643776,[],[],0,,False,3686,85,110,,None,,,,,,,"[{'screen_name': 'HarisCelic', 'name': 'Haris Celic', 'id': '1772451439'}]",,,, +5108,958044440085409792,958043977709735939,1517250568000.0,2018-01-29 18:29:28,+0000,,@JosephHuberman @Tesla Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/958044440085409792,[],[],0,,False,405,9,6,,None,,,,,,,"[{'screen_name': 'JosephHuberman', 'name': 'Joseph Huberman', 'id': '57513297'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5109,957790484981719040,957787361630236672,1517190021000.0,2018-01-29 01:40:21,+0000,,@DuvalMagic Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/957790484981719040,[],[],0,,False,3968,31,122,,None,,,,,,,"[{'screen_name': 'DuvalMagic', 'name': 'Randy Pitchford', 'id': '8369072'}]",,,, +5110,957788568457367552,957787361630236672,1517189564000.0,2018-01-29 01:32:44,+0000,,@JeremyHeitman Sentience is overrated,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/957788568457367552,[],[],0,,False,2317,56,161,,None,,,,,,,"[{'screen_name': 'JeremyHeitman', 'name': 'Jeremy Heitman', 'id': '77516268'}]",,,, +5111,957787361630236672,957787361630236672,1517189276000.0,2018-01-29 01:27:56,+0000,,"But wait, there’s more: the flamethrower is sentient, its safe word is “cryptocurrency” and it comes with a free blockchain",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/957787361630236672,[],[],0,,False,105075,2510,15744,,None,,,,,,,[],,,, +5112,957708671219245061,957416875826262016,1517170515000.0,2018-01-28 20:15:15,+0000,,@jlgolson Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/957708671219245061,[],[],0,,False,578,10,18,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +5113,957605497338605568,957441956874919936,1517145916000.0,2018-01-28 13:25:16,+0000,,@andressa_ojeda @franke @boringcompany Hmm ... portal gun. Now that would be interesting.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,13,https://twitter.com/elonmusk/status/957605497338605568,[],[],0,,False,3061,98,257,,None,,,,,,,"[{'screen_name': 'andressa_ojeda', 'name': 'Andressa Ojeda 🇧🇷 🚀', 'id': '605858565'}, {'screen_name': 'franke', 'name': 'Frankie', 'id': '15191386'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +5114,957503604750823425,957494364028071936,1517121623000.0,2018-01-28 06:40:23,+0000,,You’d need millions of zombies for a so-called “apocalypse” anyway. Where would I even get a factory big enough to make so many!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/957503604750823425,[],[],0,,False,106826,3827,13637,,None,,,,,,,[],,,, +5115,957494364028071936,957494364028071936,1517119420000.0,2018-01-28 06:03:40,+0000,,The rumor that I’m secretly creating a zombie apocalypse to generate demand for flamethrowers is completely false,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/957494364028071936,[],[],0,,False,343972,5780,86066,,None,,,,,,,[],,,, +5116,957493532599640066,957441956874919936,1517119222000.0,2018-01-28 06:00:22,+0000,,@franke @boringcompany Good thing you didn’t ask about the Freezegun ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/957493532599640066,[],[],0,,False,778,42,30,,None,,,,,,,"[{'screen_name': 'franke', 'name': 'Frankie', 'id': '15191386'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +5117,957493529244086273,957441956874919936,1517119221000.0,2018-01-28 06:00:21,+0000,,@franke @boringcompany Hmmm,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/957493529244086273,[],[],0,,False,2899,35,84,,None,,,,,,,"[{'screen_name': 'franke', 'name': 'Frankie', 'id': '15191386'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +5118,957476434800386053,957469890473938950,1517115145000.0,2018-01-28 04:52:25,+0000,,Unless you like fun,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/957476434800386053,[],[],0,,False,87042,995,12425,,None,,,,,,,[],,,, +5119,957469890473938950,957469890473938950,1517113585000.0,2018-01-28 04:26:25,+0000,,"Obviously, a flamethrower is a super terrible idea. Definitely don’t buy one.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/957469890473938950,[],[],0,,False,105699,1922,16740,,None,,,,,,,[],,,, +5120,957450070407852032,957450070407852032,1517108860000.0,2018-01-28 03:07:40,+0000,,"1,000 ordered already, only 19,000 left!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/957450070407852032,[],[],0,,False,39514,1177,2127,,None,,,,,,,[],,,, +5121,957441956874919936,957441956874919936,1517106925000.0,2018-01-28 02:35:25,+0000,,"When the zombie apocalypse happens, you’ll be glad you bought a flamethrower. Works against hordes of the undead or your money back!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/957441956874919936,[],[],0,,False,130974,2785,24192,,None,,,,,,,[],,,, +5122,957426074467618818,957426074467618818,1517103138000.0,2018-01-28 01:32:18,+0000,,Don’t do this https://t.co/e0q6ax60k5,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/957426074467618818,['https://www.instagram.com/p/BeeYW0NA1HU/'],[],0,,False,17986,775,3047,,None,,,,,,,[],,,, +5123,957421513367416832,957414748881997825,1517102051000.0,2018-01-28 01:14:11,+0000,,@MKBHD ATF says any flamethrower with a flame shorter than 10 ft is A-ok. Our design is max fun for least danger. I’d be way more scared of a steak knife.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/957421513367416832,[],[],0,,False,8534,190,641,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +5124,957416875826262016,957416875826262016,1517100945000.0,2018-01-28 00:55:45,+0000,,Great for roasting nuts 🔥 🥜 https://t.co/MGmkSJhIyx,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/957416875826262016,['https://www.instagram.com/p/BeeUSFwgLrM/'],[],0,,False,12468,686,1149,,None,,,,,,,[],,,, +5125,957414748881997825,957414748881997825,1517100438000.0,2018-01-28 00:47:18,+0000,,The Boring Company flamethrower guaranteed to liven up any party! https://t.co/n2FiZimJia,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/957414748881997825,['http://Boringcompany.com/flamethrower'],[],0,,False,37579,1667,9446,,None,,,,,,,[],,,, +5126,957413581020114944,957413581020114944,1517100160000.0,2018-01-28 00:42:40,+0000,,Say hello to my little friend … https://t.co/OYg4qhF4Ea,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/957413581020114944,['https://www.instagram.com/p/BeeTFQ7AYhy/'],[],0,,False,12641,621,1377,,None,,,,,,,[],,,, +5127,957361443023695872,957361443023695872,1517087729000.0,2018-01-27 21:15:29,+0000,,Aiming for first flight of Falcon Heavy on Feb 6 from Apollo launchpad 39A at Cape Kennedy. Easy viewing from the public causeway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/957361443023695872,[],[],0,,False,54836,1378,10369,,None,,,,,,,[],,,, +5128,956233892637286400,956233892637286400,1516818900000.0,2018-01-24 18:35:00,+0000,,Falcon Heavy hold-down firing this morning was good. Generated quite a thunderhead of steam. Launching in a week or so. https://t.co/npaqatbNir,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/956233892637286400,[],"['https://pbs.twimg.com/media/DUU5pZyVAAAZymp.jpg', 'https://pbs.twimg.com/media/DUU5pZ0UQAAStTy.jpg']",1,https://pbs.twimg.com/media/DUU5pZyVAAAZymp.jpg,False,79612,2101,12907,,None,,,,,,,[],,,, +5129,954074142835294208,954067786174574592,1516303976000.0,2018-01-18 19:32:56,+0000,,@sallyshin Check https://t.co/Il3CWSTPXR for updates,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/954074142835294208,['http://boringcompany.com/hat'],[],0,,False,1106,113,43,,None,,,,,,,"[{'screen_name': 'sallyshin', 'name': 'Sally Shin', 'id': '23131068'}]",,,, +5130,952753984896315392,952753738917253121,1515989225000.0,2018-01-15 04:07:05,+0000,,@Davidburrusdds Done,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/952753984896315392,[],[],0,,False,519,61,21,,None,,,,,,,"[{'screen_name': 'Davidburrusdds', 'name': 'David Burrus', 'id': '2272484137'}]",,,, +5131,952750646406426624,952731153068261376,1515988430000.0,2018-01-15 03:53:50,+0000,,"@thenosyt Definitely. You will be able to do pretty much anything via voice command. Software team is focused on core Model 3 functionality right now, but that will be done soon, then we will add a lot more features.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/952750646406426624,[],[],0,,False,641,78,75,,None,,,,,,,"[{'screen_name': 'thenosyt', 'name': 'Tyson Edwards', 'id': '146254947'}]",,,, +5132,952049059291803648,951746347367129088,1515821158000.0,2018-01-13 05:25:58,+0000,,@DanielleFong @YoungTreeGrower @TylerDoor @ID_AA_Carmack There aren’t even good normal parties in Silicon Valley!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/952049059291803648,[],[],0,,False,891,81,93,,None,,,,,,,"[{'screen_name': 'DanielleFong', 'name': '🌤', 'id': '13232322'}, {'screen_name': 'YoungTreeGrower', 'name': 'C', 'id': '777976989147799554'}, {'screen_name': 'TylerDoor', 'name': 'All The Fiends', 'id': '1952238913'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +5133,951893894605586432,951746347367129088,1515784164000.0,2018-01-12 19:09:24,+0000,,"@ID_AA_Carmack @DanielleFong Actually, you can upgrade the battery pack for a huge improvement in range and some improvement in performance. There are other items you can upgrade too (seats, infotainment, etc), but I recommend keeping those parts original.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/951893894605586432,[],[],0,,False,505,53,41,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}, {'screen_name': 'DanielleFong', 'name': '🎴', 'id': '13232322'}]",,,, +5134,950798675579609088,949831212326993920,1515523043000.0,2018-01-09 18:37:23,+0000,,@Mister_Millard @Tesla That sounds cool. Will do.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/950798675579609088,[],[],0,,False,1205,63,50,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5135,950600363630931968,950595773044989952,1515475762000.0,2018-01-09 05:29:22,+0000,,@PPathole @Tesla @Teslarati @MKBHD Fixed in next release,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/950600363630931968,[],[],0,,False,7877,147,169,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +5136,950416244997488640,950416244997488640,1515431865000.0,2018-01-08 17:17:45,+0000,,"Long exposure of rocket ascent, reentry from space and landing burn. (Credit @johnkrausphotos) https://t.co/X24k3han8M",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/950416244997488640,['https://www.instagram.com/p/BdrZtc5AhB3/'],[],0,,False,19981,772,2992,,None,,,,,,,[],,,, +5137,949859157493952513,949831212326993920,1515299045000.0,2018-01-07 04:24:05,+0000,,@omerldiri @Tesla Good idea. We can just have the menu pop up as soon as you put the car into park.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/949859157493952513,[],[],0,,False,4360,98,99,,None,,,,,,,"[{'screen_name': 'omerldiri', 'name': 'Omer Diri', 'id': '153863062'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5138,949846430750920704,949831212326993920,1515296011000.0,2018-01-07 03:33:31,+0000,,@yoda Of course. And an outdoor screen that plays a highlight reel of the best scenes in movie history.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/949846430750920704,[],[],0,,False,3736,72,115,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}]",,,, +5139,949838199945281536,949831212326993920,1515294048000.0,2018-01-07 03:00:48,+0000,,@mhmtkcn Near 405,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/949838199945281536,[],[],0,,False,1088,47,26,,None,,,,,,,[],,,, +5140,949831212326993920,949831212326993920,1515292382000.0,2018-01-07 02:33:02,+0000,,"Gonna put an old school drive-in, roller skates & rock restaurant at one of the new Tesla Supercharger locations in LA",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/949831212326993920,[],[],0,,False,172818,4275,15550,,None,,,,,,,[],,,, +5141,949075535459528705,949075475036487680,1515112215000.0,2018-01-05 00:30:15,+0000,, https://t.co/3k71xzDIP1,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/949075535459528705,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/949075481537605632/pu/img/wK34uHIVkUtNzYRM.jpg,False,27451,623,3698,,None,,,,,,,[],,,, +5142,949075475036487680,949075475036487680,1515112200000.0,2018-01-05 00:30:00,+0000,,Falcon Heavy goes vertical https://t.co/uG1k0WISv1,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/949075475036487680,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/949075427389161472/pu/img/-l2e9TO5OrtvRkVa.jpg,False,85069,2066,14704,,None,,,,,,,[],,,, +5143,948469610944241664,948469610944241664,1514967751000.0,2018-01-03 08:22:31,+0000,,Using a neural net to detect rain using cameras (no dedicated rain or sun sensors). Computers are very patient. https://t.co/YM0tQ6vLOV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/948469610944241664,['https://m.youtube.com/watch?v=K7zKvHEbgS8'],[],0,,False,17381,682,2281,,None,,,,,,,[],,,, +5144,948428274467618816,948428274467618816,1514957896000.0,2018-01-03 05:38:16,+0000,,Come work at the biggest & most advanced factory on Earth! Located by a river near the beautiful Sierra Nevada mountains with wild horses roaming free. https://t.co/Nimv3BvQXI,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/948428274467618816,['https://twitter.com/tesla/status/948381391686742016'],[],0,,False,52945,3201,7155,https://twitter.com/tesla/status/948381391686742016,None,,,,,,,[],,,, +5145,945814723521417217,945712432416137217,1514334777000.0,2017-12-27 00:32:57,+0000,,@neilsiegel @Tesla Coming very soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/945814723521417217,[],[],0,,False,2319,113,66,,None,,,,,,,"[{'screen_name': 'neilsiegel', 'name': 'Neil Siegel', 'id': '255527845'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5146,945749747129659392,945712432416137217,1514319285000.0,2017-12-26 20:14:45,+0000,,@Kreative Vastly better maps/nav coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/945749747129659392,[],[],0,,False,2898,64,81,,None,,,,,,,"[{'screen_name': 'Kreative', 'name': 'Leslie', 'id': '3392031'}]",,,, +5147,945748731197980672,945712432416137217,1514319043000.0,2017-12-26 20:10:43,+0000,,@dd_hogan Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/945748731197980672,[],[],0,,False,2707,29,91,,None,,,,,,,"[{'screen_name': 'dd_hogan', 'name': 'Live4EVDee ☘️', 'id': '23754275'}]",,,, +5148,945730195113365504,945727773493968896,1514314623000.0,2017-12-26 18:57:03,+0000,,@Jason @Tesla Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945730195113365504,[],[],0,,False,4698,107,115,,None,,,,,,,"[{'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5149,945729852874694656,945712432416137217,1514314542000.0,2017-12-26 18:55:42,+0000,,"@kabirakhtar Yeah, it’s terrible. Had to upgrade old Linux OS and a bunch of drivers first. Major browser upgrades coming to all cars in a few months. Note, will be slower at first until code is optimized.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945729852874694656,[],[],0,,False,3139,66,95,,None,,,,,,,"[{'screen_name': 'kabirakhtar', 'name': 'kabir akhtar', 'id': '16472138'}]",,,, +5150,945729229001334784,945712432416137217,1514314393000.0,2017-12-26 18:53:13,+0000,,@sustainableanna @VanSeedBank Similar total size. Maybe slightly bigger to account for a really gamechanging (I think) feature I’d like to add.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945729229001334784,[],[],0,,False,4232,190,157,,None,,,,,,,"[{'screen_name': 'sustainableanna', 'name': 'Anna Linnea', 'id': '2880188582'}, {'screen_name': 'VanSeedBank', 'name': 'Vancouver Seed Bank', 'id': '94212251'}]",,,, +5151,945728690507231232,945712432416137217,1514314265000.0,2017-12-26 18:51:05,+0000,,"@IamSamCrompton Sustainable energy production with solar and batteries will grow much faster than auto on a percentage basis. That will be a big focus next year, with primary remaining Model 3 ramp.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945728690507231232,[],[],0,,False,2252,54,128,,None,,,,,,,"[{'screen_name': 'IamSamCrompton', 'name': 'Sam Crompton', 'id': '136974304'}]",,,, +5152,945728300969746433,945712432416137217,1514314172000.0,2017-12-26 18:49:32,+0000,,"@MCFlashTube Was gonna say we’ll do all but the last, but that last one sounds like good, cheesy fun :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945728300969746433,[],[],0,,False,4327,58,110,,None,,,,,,,[],,,, +5153,945727563187421185,945712432416137217,1514313996000.0,2017-12-26 18:46:36,+0000,,@MadsVeiby Should be in next update,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945727563187421185,[],[],0,,False,2541,23,42,,None,,,,,,,"[{'screen_name': 'MadsVeiby', 'name': 'Mads Peter Veiby', 'id': '2275189655'}]",,,, +5154,945727385269182464,945712432416137217,1514313954000.0,2017-12-26 18:45:54,+0000,,@moskov Done,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945727385269182464,[],[],0,,False,6760,37,210,,None,,,,,,,"[{'screen_name': 'moskov', 'name': 'Dustin Moskovitz', 'id': '23289019'}]",,,, +5155,945713737729634304,945712432416137217,1514310700000.0,2017-12-26 17:51:40,+0000,,@VanSeedBank I promise that we will make a pickup truck right after Model Y. Have had the core design/engineering elements in my mind for almost 5 years. Am dying to build it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/945713737729634304,[],[],0,,False,14897,423,1348,,None,,,,,,,"[{'screen_name': 'VanSeedBank', 'name': 'Vancouver Seed Bank', 'id': '94212251'}]",,,, +5156,945713299068456962,945712432416137217,1514310595000.0,2017-12-26 17:49:55,+0000,,"@SeanMahoneyAP Sorry for the delay. We have the most advanced AI neural net of any consumer product by far, so it’s going through exhaustive testing. The results are blowing me away though and I think you will have a similar experience.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/945713299068456962,[],[],0,,False,3588,65,187,,None,,,,,,,"[{'screen_name': 'SeanMahoneyAP', 'name': 'Sean Mahoney', 'id': '17601436'}]",,,, +5157,945712432416137217,945712432416137217,1514310389000.0,2017-12-26 17:46:29,+0000,,"Wanted again to send a note of deep gratitude to Tesla owners WW for taking a chance on a new company that all experts said would fail. So much blood, sweat & tears from the Tesla team went into creating cars that you’d truly love. I hope you do. How can we improve further?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/945712432416137217,[],[],0,,False,128051,14477,11985,,None,,,,,,,[],,,, +5158,945100013973020672,945048998540226560,1514164377000.0,2017-12-25 01:12:57,+0000,,"@Nicmedia123 We will! At least, whatever is left over after we build the obelisks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/945100013973020672,[],[],0,,False,2347,84,87,,None,,,,,,,"[{'screen_name': 'Nicmedia123', 'name': 'Nicole Nicosia \U0001f9ac', 'id': '408677239'}]",,,, +5159,945099789741449216,945099113955233792,1514164323000.0,2017-12-25 01:12:03,+0000,,@alhenry1231 The circle is complete,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/945099789741449216,[],[],0,,False,434,19,19,,None,,,,,,,"[{'screen_name': 'alhenry1231', 'name': 'Aaron Henry', 'id': '221518735'}]",,,, +5160,945058757653831680,945058578137718784,1514154540000.0,2017-12-24 22:29:00,+0000,,@Steven_McKie Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/945058757653831680,[],[],0,,False,629,68,67,,None,,,,,,,"[{'screen_name': 'Steven_McKie', 'name': 'Steven D. McKie𓂀🔥', 'id': '421462364'}]",,,, +5161,945048998540226560,945048998540226560,1514152214000.0,2017-12-24 21:50:14,+0000,,"Hats sold out, flamethrowers soon!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/945048998540226560,[],[],0,,False,72377,2017,6841,,None,,,,,,,[],,,, +5162,944788312908218369,944787213430034432,1514090061000.0,2017-12-24 04:34:21,+0000,,@ultralightbeam It does often seem that the most entertaining belief or outcome is the most likely to prevail,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/944788312908218369,[],[],0,,False,3257,148,167,,None,,,,,,,"[{'screen_name': 'ultralightbeam', 'name': 'alex', 'id': '24841180'}]",,,, +5163,944787733079252992,944787213430034432,1514089923000.0,2017-12-24 04:32:03,+0000,,@mrcsscco True,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/944787733079252992,[],[],0,,False,1491,27,28,,None,,,,,,,"[{'screen_name': 'mrcsscco', 'name': 'Marcus', 'id': '2417768070'}]",,,, +5164,944787213430034432,944787213430034432,1514089799000.0,2017-12-24 04:29:59,+0000,,"So strange that people often believe things inversely proportionate to the evidence. Given a set of possible explanations, why pick the extremely unlikely one!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/944787213430034432,[],[],0,,False,100640,5359,21356,,None,,,,,,,[],,,, +5165,944783379022540800,944726602553921536,1514088885000.0,2017-12-24 04:14:45,+0000,,@Kwebbelkop Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/944783379022540800,[],[],0,,False,8560,132,319,,None,,,,,,,"[{'screen_name': 'Kwebbelkop', 'name': 'Jordi van den Bussche', 'id': '346526830'}]",,,, +5166,944779560104574977,944779560104574977,1514087974000.0,2017-12-24 03:59:34,+0000,,Having a sinking feeling that most people actually do think it was aliens …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/944779560104574977,[],[],0,,False,106267,3374,13738,,None,,,,,,,[],,,, +5167,944718722555453446,944718722555453446,1514073470000.0,2017-12-23 23:57:50,+0000,,"When you get the new Tesla software update, go Ho Ho Ho. There’s an Easter egg inside the Easter egg, but it’s not funny.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/944718722555453446,[],[],0,,False,31814,896,2381,,None,,,,,,,[],,,, +5168,944710976930070528,944710976930070528,1514071623000.0,2017-12-23 23:27:03,+0000,,"46k limited edition boring hats sold, 4K to go. Then flamethrower.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/944710976930070528,[],[],0,,False,29555,895,2275,,None,,,,,,,[],,,, +5169,944700127100497920,944700127100497920,1514069036000.0,2017-12-23 22:43:56,+0000,,I think last night might have been the biggest Rorschach test ever,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/944700127100497920,[],[],0,,False,54573,987,6102,,None,,,,,,,[],,,, +5170,944496926329733120,944381404158111745,1514020589000.0,2017-12-23 09:16:29,+0000,,@planet4589 @CristatoLive @SpaceX Isn’t it obvious?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/944496926329733120,[],[],0,,False,2179,88,155,,None,,,,,,,"[{'screen_name': 'planet4589', 'name': 'Jonathan McDowell', 'id': '19355829'}, {'screen_name': 'CristatoLive', 'name': 'Max Power', 'id': '337973834'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5171,944495421161742336,944495421161742336,1514020230000.0,2017-12-23 09:10:30,+0000,,"If you liked tonight’s launch, you will really like Falcon Heavy next month: 3 rocket cores & 3X thrust. 2 cores return to base doing synchronized aerobatics. 3rd lands on droneship.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/944495421161742336,[],[],0,,False,113898,2641,19343,,None,,,,,,,[],,,, +5172,944413997163409410,944399853316055040,1514000817000.0,2017-12-23 03:46:57,+0000,,@NeerajKA Never heard of it https://t.co/qTK5ICDxmm,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/944413997163409410,['https://www.theonion.com/bitcoin-plunge-reveals-possible-vulnerabilities-in-craz-1821134169?utm_medium=sharefromsite&utm_source=The_Onion_twitter'],[],0,,False,9982,206,923,,None,,,,,,,"[{'screen_name': 'NeerajKA', 'name': 'Neeraj K. Agrawal', 'id': '14710235'}]",,,, +5173,944399853316055040,944399853316055040,1513997445000.0,2017-12-23 02:50:45,+0000,,Nuclear alien UFO from North Korea https://t.co/GUIHpKkkp5,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/944399853316055040,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/944399818301906946/pu/img/nDkSpT4czcAF8yjW.jpg,False,283313,6155,85210,,None,,,,,,,[],,,, +5174,944382221435019264,944381404158111745,1513993242000.0,2017-12-23 01:40:42,+0000,,@CristatoLive @SpaceX It was definitely aliens,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/944382221435019264,[],[],0,,False,30201,454,5994,,None,,,,,,,"[{'screen_name': 'CristatoLive', 'name': 'Max Power', 'id': '337973834'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5175,944379111358607360,944379111358607360,1513992500000.0,2017-12-23 01:28:20,+0000,,Launch underway https://t.co/llNdEWbHBp,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/944379111358607360,['https://twitter.com/spacex/status/944378729219756033'],[],0,,False,25986,773,3805,https://twitter.com/spacex/status/944378729219756033,None,,,,,,,[],,,, +5176,943911396177096704,943105389800951809,1513880988000.0,2017-12-21 18:29:48,+0000,,"@goodaudz @mtlbagelboy @paulkrugman His “PhD” is in literature (really), presumably bad fiction",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/943911396177096704,[],[],0,,False,1976,305,105,,None,,,,,,,"[{'screen_name': 'mtlbagelboy', 'name': 'Bajan Lobster Wallace', 'id': '1964230866'}, {'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +5177,943902052542849024,943901463998169088,1513878760000.0,2017-12-21 17:52:40,+0000,,@redletterdave How much is it?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/943902052542849024,[],[],0,,False,18350,764,3185,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'Dave', 'id': '19743466'}]",,,, +5178,943901463998169088,943901463998169088,1513878620000.0,2017-12-21 17:50:20,+0000,,I love Twitter,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/943901463998169088,[],[],0,,False,169609,5637,31496,,None,,,,,,,[],,,, +5179,943887056492564480,943105389800951809,1513875185000.0,2017-12-21 16:53:05,+0000,,"@rbrome @paulkrugman Bloody hell, I’m going to have to write a blog. Can’t fit this into tweets.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943887056492564480,[],[],0,,False,4107,186,187,,None,,,,,,,"[{'screen_name': 'rbrome', 'name': 'Wear-A-Mask Brome', 'id': '14614567'}, {'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +5180,943885775308914688,943105389800951809,1513874880000.0,2017-12-21 16:48:00,+0000,,@ben_made_new @paulkrugman I would only call someone an idiot if people were mistakenly under the impression that the person was smart,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943885775308914688,[],[],0,,False,1704,86,239,,None,,,,,,,"[{'screen_name': 'ben_made_new', 'name': 'Benjamin Slater', 'id': '104846857'}, {'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +5181,943882440984223747,943105389800951809,1513874085000.0,2017-12-21 16:34:45,+0000,,"@paulkrugman However, public transit is obviously not fully solving the problem, as most major cities have been in traffic hell for decades with no solution in sight. Multi-level tunnels can solve this, but we need much better tunneling technology, as it is currently super slow and expensive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943882440984223747,[],[],0,,False,2128,191,169,,None,,,,,,,"[{'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +5182,943878616454127616,943867218776899584,1513873173000.0,2017-12-21 16:19:33,+0000,,"@Youri_Hart Major navigation overhaul coming in early 2018. Will be light-years ahead of current system, but we are testing it rigorously before rolling out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943878616454127616,[],[],0,,False,1379,91,116,,None,,,,,,,"[{'screen_name': 'Youri_Hart', 'name': 'Youri Hart', 'id': '48652079'}]",,,, +5183,943876138056663040,943105389800951809,1513872582000.0,2017-12-21 16:09:42,+0000,,"@paulkrugman For the record, I actually love trains, most subways and London buses.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943876138056663040,[],[],0,,False,5155,162,218,,None,,,,,,,"[{'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +5184,943875606130782208,943105389800951809,1513872455000.0,2017-12-21 16:07:35,+0000,,"@paulkrugman Idiots can be very dangerous when they seem smart, but aren’t (having “PhD” in their bio is a dead giveaway), as some policymakers may get fooled. That’s what really bothered me about that human cat meme / transit “expert”.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943875606130782208,[],[],0,,False,9481,412,1462,,None,,,,,,,"[{'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +5185,943867218776899584,943867218776899584,1513870455000.0,2017-12-21 15:34:15,+0000,,Glad to see that Tesla owners are having a good experience. Working to improve further. Some cool software updates coming soon. https://t.co/16NabnHeuD,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/943867218776899584,['https://twitter.com/teslamotorsclub/status/943864830943006721'],[],0,,False,21261,747,1841,https://twitter.com/teslamotorsclub/status/943864830943006721,None,,,,,,,[],,,, +5186,943857328662634496,943852042254258176,1513868097000.0,2017-12-21 14:54:57,+0000,,@nickwadlow Sorry about that. Thanks for letting me know. Will get it fixed.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/943857328662634496,[],[],0,,False,1817,67,38,,None,,,,,,,"[{'screen_name': 'nickwadlow', 'name': 'Nick Wadlow 💙', 'id': '19812937'}]",,,, +5187,943699548169388032,943420026593337344,1513830480000.0,2017-12-21 04:28:00,+0000,,@RichardGarriott Pics soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/943699548169388032,[],[],0,,False,912,45,57,,None,,,,,,,"[{'screen_name': 'RichardGarriott', 'name': 'Richard Garriott', 'id': '45176933'}]",,,, +5188,943595786100604928,943568412810162176,1513805741000.0,2017-12-20 21:35:41,+0000,,"@nzben @SwiftOnSecurity With people around, so you can see scale https://t.co/e0w1W0nJKv",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/943595786100604928,[],['https://pbs.twimg.com/media/DRhTXMUUIAAyOhL.jpg'],1,https://pbs.twimg.com/media/DRhTXMUUIAAyOhL.jpg,False,4927,149,575,,None,,,,,,,"[{'screen_name': 'nzben', 'name': 'nzben', 'id': '1306018832234946560'}, {'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +5189,943593718094880768,943420026593337344,1513805248000.0,2017-12-20 21:27:28,+0000,,"@sally_alcot @NASA If things go perfectly, all three rocket booster cores will come back and land. Sides back at the Cape, center on the droneship.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/943593718094880768,[],[],0,,False,1502,76,163,,None,,,,,,,"[{'screen_name': 'sally_alcot', 'name': 'Sally Alcot', 'id': '801393609576771585'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +5190,943592480926076928,943420026593337344,1513804953000.0,2017-12-20 21:22:33,+0000,,Falcon Heavy launching from same @NASA pad as the Saturn V Apollo 11 moon rocket. It was 50% higher thrust with five F-1 engines at 7.5M lb-F. I love that rocket so much.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/943592480926076928,[],[],0,,False,16447,424,1393,,None,,,,,,,[],,,, +5191,943590152181448704,943420026593337344,1513804397000.0,2017-12-20 21:13:17,+0000,,Max thrust at lift-off is 5.1 million pounds or 2300 metric tons. First mission will run at 92%.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/943590152181448704,[],[],0,,False,16058,422,1392,,None,,,,,,,[],,,, +5192,943535304417218560,943526910126186496,1513791321000.0,2017-12-20 17:35:21,+0000,,@ClickHole Hate it when that happens. Some people are so rude!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/943535304417218560,[],[],0,,False,9416,165,656,,None,,,,,,,"[{'screen_name': 'ClickHole', 'name': 'ClickHole', 'id': '2377815434'}]",,,, +5193,943420026593337344,943420026593337344,1513763836000.0,2017-12-20 09:57:16,+0000,,Falcon Heavy at the Cape https://t.co/hizfDVsU7X,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/943420026593337344,[],"['https://pbs.twimg.com/media/DRezf3BU8AASJRT.jpg', 'https://pbs.twimg.com/media/DRezf3EVAAAqm2s.jpg', 'https://pbs.twimg.com/media/DRezf3DUEAAubA3.jpg']",1,https://pbs.twimg.com/media/DRezf3BU8AASJRT.jpg,False,120702,2915,25700,,None,,,,,,,[],,,, +5194,943330749809389569,943196385373052934,1513742551000.0,2017-12-20 04:02:31,+0000,,@PainInTheArt Knight Rider is real,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/943330749809389569,[],[],0,,False,988,48,54,,None,,,,,,,"[{'screen_name': 'PainInTheArt', 'name': 'Nathan Chapman', 'id': '1674565801'}]",,,, +5195,943196385373052934,943196385373052934,1513710516000.0,2017-12-19 19:08:36,+0000,,Thanks! https://t.co/dr3cFPSXje,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/943196385373052934,['https://twitter.com/reuters/status/943184202983530498'],[],0,,False,79046,1070,9442,https://twitter.com/reuters/status/943184202983530498,None,,,,,,,[],,,, +5196,942526513731260417,942525062082478080,1513550806000.0,2017-12-17 22:46:46,+0000,,"@lukealization For now, we only use those on super hot reentry missions. Will go to all Ti with Falcon 9 V5, which is a few months away.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/942526513731260417,[],[],0,,False,496,30,53,,None,,,,,,,[],,,, +5197,942524492462428160,941831663822053378,1513550324000.0,2017-12-17 22:38:44,+0000,,@thomas_quinlan @slashdot @mavtechie @FlatEarthOrg Where’s the evidence!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/942524492462428160,[],[],0,,False,388,28,23,,None,,,,,,,"[{'screen_name': 'thomas_quinlan', 'name': 'Thomas J. Quinlan', 'id': '14639500'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}, {'screen_name': 'FlatEarthOrg', 'name': 'Flat Earth Society', 'id': '2231753876'}]",,,, +5198,942524031185575937,941831663822053378,1513550214000.0,2017-12-17 22:36:54,+0000,,@slashdot @mavtechie @FlatEarthOrg I also support the Concave Earth and Hollow Globe Societies. Just covering my bases …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/942524031185575937,[],[],0,,False,549,36,52,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}, {'screen_name': 'FlatEarthOrg', 'name': 'Flat Earth Society', 'id': '2231753876'}]",,,, +5199,941886160862724102,941885122499899397,1513398134000.0,2017-12-16 04:22:14,+0000,,HG2G,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/941886160862724102,[],[],0,,False,7201,683,389,,None,,,,,,,[],,,, +5200,941885122499899397,941885122499899397,1513397887000.0,2017-12-16 04:18:07,+0000,,42k,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/941885122499899397,[],[],0,,False,15873,1324,1023,,None,,,,,,,[],,,, +5201,941551760799277056,941386665519595521,1513318407000.0,2017-12-15 06:13:27,+0000,,@ALilling @humantransit Meant to say “sanctimonious idiot”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/941551760799277056,[],[],0,,False,3033,112,250,,None,,,,,,,"[{'screen_name': 'ALilling', 'name': 'Adam Lilling', 'id': '21518367'}, {'screen_name': 'humantransit', 'name': 'Jarrett Walker', 'id': '143390584'}]",,,, +5202,941551502400745472,941415735661944833,1513318346000.0,2017-12-15 06:12:26,+0000,,@WIRED Good point. It’s just a really bad and fundamentally misleading article that doesn’t actually represent my point of view at all. Other publications referred to it as an “interview”.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/941551502400745472,[],[],0,,False,1504,65,102,,None,,,,,,,"[{'screen_name': 'WIRED', 'name': 'WIRED', 'id': '1344951'}]",,,, +5203,941505105420881921,941386665519595521,1513307284000.0,2017-12-15 03:08:04,+0000,,@humantransit Sorry,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/941505105420881921,[],[],0,,False,2985,112,297,,None,,,,,,,"[{'screen_name': 'humantransit', 'name': 'Jarrett Walker', 'id': '143390584'}]",,,, +5204,941500121564332032,941386665519595521,1513306095000.0,2017-12-15 02:48:15,+0000,,@humantransit You’re an idiot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/941500121564332032,[],[],0,,False,37269,848,4519,,None,,,,,,,"[{'screen_name': 'humantransit', 'name': 'Jarrett Walker', 'id': '143390584'}]",,,, +5205,941496174208466944,941415735661944833,1513305154000.0,2017-12-15 02:32:34,+0000,,"@WIRED This depressingly misleading & misanthropic article came from a very brief digression at an AI conf, not from an interview with Wired as is falsely implied. This is why I stopped following Wired long ago. There are way better tech pubs out there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/941496174208466944,[],[],0,,False,11656,348,1092,,None,,,,,,,"[{'screen_name': 'WIRED', 'name': 'WIRED', 'id': '1344951'}]",,,, +5206,941390720799084544,941388347183841280,1513280012000.0,2017-12-14 19:33:32,+0000,,@turnislefthome Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/941390720799084544,[],[],0,,False,564,20,10,,None,,,,,,,"[{'screen_name': 'turnislefthome', 'name': 'Timothy J. Reynolds', 'id': '28931985'}]",,,, +5207,941390129418997761,941388347183841280,1513279871000.0,2017-12-14 19:31:11,+0000,,"@LuisFCorreia Yeah, pretty much anywhere",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/941390129418997761,[],[],0,,False,456,27,11,,None,,,,,,,"[{'screen_name': 'LuisFCorreia', 'name': 'Luis Correia', 'id': '47340097'}]",,,, +5208,941388896872493056,941388347183841280,1513279577000.0,2017-12-14 19:26:17,+0000,,@IvanEscobosa Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/941388896872493056,[],[],0,,False,565,16,9,,None,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}]",,,, +5209,941388347183841280,941388347183841280,1513279446000.0,2017-12-14 19:24:06,+0000,,"10 hat aficionados, in appreciation for their exquisite taste in millinery, will be picked at random to tour the LA tunnel & drive boring machine",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/941388347183841280,[],[],0,,False,21073,1326,1508,,None,,,,,,,[],,,, +5210,941043142404464641,941042606112419841,1513197143000.0,2017-12-13 20:32:23,+0000,,@kaaningilamo Our existence cannot just be about solving one miserable problem after another. There need to be reasons to live.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/941043142404464641,[],[],0,,False,27715,869,5411,,None,,,,,,,"[{'screen_name': 'kaaningilamo', 'name': 'Tomas Aipanda', 'id': '486647556'}]",,,, +5211,941042298283966464,941042298283966464,1513196942000.0,2017-12-13 20:29:02,+0000,,It is high time that humanity went beyond Earth. Should have a moon base by now and sent astronauts to Mars. The future needs to inspire. https://t.co/6HjDQnRSA5,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/941042298283966464,['https://twitter.com/newscientist/status/941032850492715009'],[],0,,False,114813,2978,16628,https://twitter.com/newscientist/status/941032850492715009,None,,,,,,,[],,,, +5212,940620874952073216,940620874952073216,1513096467000.0,2017-12-12 16:34:27,+0000,,"35,000",und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/940620874952073216,[],[],0,,False,23294,2402,1837,,None,,,,,,,[],,,, +5213,940359019947999232,940359019947999232,1513034036000.0,2017-12-11 23:13:56,+0000,,"And those are just the really big ones. The Permian was especially bad, unless you were a mushroom. https://t.co/xT9skw3aIx https://t.co/7HWh5oDs7U",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/940359019947999232,"['https://en.m.wikipedia.org/wiki/Permian–Triassic_extinction_event', 'https://twitter.com/worldandscience/status/940317783946158080']",[],0,,False,14474,456,2596,0,None,,,,,,,[],,,, +5214,940126370780160000,940056523304181762,1512978568000.0,2017-12-11 07:49:28,+0000,,@Justin_Levy04 Safest flamethrower ever,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/940126370780160000,[],[],0,,False,3185,99,147,,None,,,,,,,"[{'screen_name': 'Justin_Levy04', 'name': 'Justin Levy', 'id': '805161226997145600'}]",,,, +5215,940125978797281281,940056523304181762,1512978474000.0,2017-12-11 07:47:54,+0000,,"I know it’s a little off-brand, but kids love it",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/940125978797281281,[],[],0,,False,28023,550,1718,,None,,,,,,,[],,,, +5216,940056523304181762,940056523304181762,1512961915000.0,2017-12-11 03:11:55,+0000,,"After 50k hats, we will start selling The Boring Company flamethrower",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/940056523304181762,[],[],0,,False,65906,1756,8285,,None,,,,,,,[],,,, +5217,940055330859315202,940055330859315202,1512961630000.0,2017-12-11 03:07:10,+0000,,"Over 30,000 hats sold!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/940055330859315202,[],[],0,,False,21212,750,964,,None,,,,,,,[],,,, +5218,939005893634506752,936782477502246912,1512711425000.0,2017-12-08 05:37:05,+0000,,@tiamaria68uk Plus a towel and a sign saying “Don’t Panic”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/939005893634506752,[],[],0,,False,2061,120,198,,None,,,,,,,"[{'screen_name': 'tiamaria68uk', 'name': 'Tina Watkinson', 'id': '74323453'}]",,,, +5219,938972633416306690,938972633416306690,1512703495000.0,2017-12-08 03:24:55,+0000,,"On Tuesday, SpaceX will attempt to refly both an orbital rocket and spacecraft for the first… https://t.co/Wm5SpjNdMb",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/938972633416306690,['https://www.instagram.com/p/BcbQ3QVgRHr/'],[],0,,False,26219,931,3892,,None,,,,,,,[],,,, +5220,938947119246860290,936782477502246912,1512697412000.0,2017-12-08 01:43:32,+0000,,@tiamaria68uk Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/938947119246860290,[],[],0,,False,1312,38,53,,None,,,,,,,"[{'screen_name': 'tiamaria68uk', 'name': 'Tina Watkinson', 'id': '74323453'}]",,,, +5221,938816780444745728,938816402177355776,1512666337000.0,2017-12-07 17:05:37,+0000,,@FortuneTech Do it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/938816780444745728,[],[],0,,False,101026,1815,20020,,None,,,,,,,"[{'screen_name': 'FortuneTech', 'name': 'Fortune Tech', 'id': '14660564'}]",,,, +5222,937447589460426752,937447589460426752,1512339896000.0,2017-12-03 22:24:56,+0000,,The *real* money comes from merchandising. I learned it from this documentary https://t.co/E4gpqhl6KF,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/937447589460426752,['https://m.youtube.com/watch?v=PQEVgbMqq7o'],[],0,,False,20575,1548,3514,,None,,,,,,,[],,,, +5223,937446602393841664,937402084692975616,1512339661000.0,2017-12-03 22:21:01,+0000,,@sm_carl Deal,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/937446602393841664,[],[],0,,False,1047,57,31,,None,,,,,,,"[{'screen_name': 'sm_carl', 'name': 'Carl Smith', 'id': '1150409323'}]",,,, +5224,937411489635241984,937402084692975616,1512331290000.0,2017-12-03 20:01:30,+0000,,"That special hat delivery will take place deep within the real, but fictional (of course), tunnel we are building under LA while you drive the giant machine blindfolded. This will actually happen.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/937411489635241984,[],[],0,,False,10458,501,722,,None,,,,,,,[],,,, +5225,937405455768346624,937402084692975616,1512329851000.0,2017-12-03 19:37:31,+0000,,@NefuDaBoss Beyond anything you can imagine,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937405455768346624,[],[],0,,False,1357,41,49,,None,,,,,,,"[{'screen_name': 'NefuDaBoss', 'name': 'Silenced 🤫', 'id': '46291977'}]",,,, +5226,937404412858740736,937402084692975616,1512329602000.0,2017-12-03 19:33:22,+0000,,"@TheRealUtkarsh And, at the risk of stating the obvious, extremely boring",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937404412858740736,[],[],0,,False,1722,43,37,,None,,,,,,,"[{'screen_name': 'TheRealUtkarsh', 'name': 'Utkarsh Mathur', 'id': '809152913805168640'}]",,,, +5227,937403444192624640,937402084692975616,1512329371000.0,2017-12-03 19:29:31,+0000,,@TheRealUtkarsh Because it’s stupid,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937403444192624640,[],[],0,,False,1466,30,41,,None,,,,,,,"[{'screen_name': 'TheRealUtkarsh', 'name': 'Utkarsh Mathur', 'id': '809152913805168640'}]",,,, +5228,937403272213569536,937402084692975616,1512329330000.0,2017-12-03 19:28:50,+0000,,@maralkalajian Maybe,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937403272213569536,[],[],0,,False,1659,55,39,,None,,,,,,,"[{'screen_name': 'maralkalajian', 'name': 'Maral', 'id': '17392609'}]",,,, +5229,937402084692975616,937402084692975616,1512329047000.0,2017-12-03 19:24:07,+0000,,Every 5000th buyer of our boringly boring hat will get a free hat signed by the delivery guy https://t.co/11TYEUSG4M,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937402084692975616,['http://boringcompany.com/hat/'],[],0,,False,24861,1814,2687,,None,,,,,,,[],,,, +5230,937401166299774976,937397330998845440,1512328828000.0,2017-12-03 19:20:28,+0000,,Hat,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937401166299774976,[],[],0,,False,9237,576,1639,,None,,,,,,,[],,,, +5231,937397949876727808,937397330998845440,1512328061000.0,2017-12-03 19:07:41,+0000,,@IvanEscobosa Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937397949876727808,[],[],0,,False,1008,25,35,,None,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}]",,,, +5232,937397813637296128,937397330998845440,1512328029000.0,2017-12-03 19:07:09,+0000,,@harrisonlingren @JW8888888 Busted,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937397813637296128,[],[],0,,False,1356,21,43,,None,,,,,,,"[{'screen_name': 'harrisonlingren', 'name': 'harrison', 'id': '383492072'}, {'screen_name': 'JW8888888', 'name': 'James', 'id': '584628036'}]",,,, +5233,937397330998845440,937397330998845440,1512327914000.0,2017-12-03 19:05:14,+0000,,"To preserve the transcendent majesty & specialness of The Boring Company cap, we are capping cap orders at 50,000 caps. Almost there ... https://t.co/YqjEQAfy3u",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937397330998845440,['https://www.boringcompany.com/hat/'],[],0,,False,9044,615,803,,None,,,,,,,[],,,, +5234,937109615698894848,937106740658683904,1512259317000.0,2017-12-03 00:01:57,+0000,,@novaspivack That’s certainly the right way to go to store massive amounts of data for a long time,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/937109615698894848,[],[],0,,False,1762,64,77,,None,,,,,,,"[{'screen_name': 'novaspivack', 'name': 'Nova Spivack', 'id': '7112242'}]",,,, +5235,937090715225427968,937088315450200065,1512254811000.0,2017-12-02 22:46:51,+0000,,@novaspivack Asimov’s Foundation books should def be part of the mission. They’re amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/937090715225427968,[],[],0,,False,3632,73,310,,None,,,,,,,"[{'screen_name': 'novaspivack', 'name': 'Nova Spivack', 'id': '7112242'}]",,,, +5236,937041986304983040,936782477502246912,1512243193000.0,2017-12-02 19:33:13,+0000,,@highqualitysh1t I love the thought of a car drifting apparently endlessly through space and perhaps being discovered by an alien race millions of years in the future,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/937041986304983040,[],[],0,,False,3454,297,532,,None,,,,,,,"[{'screen_name': 'highqualitysh1t', 'name': 'd00d', 'id': '2276526397'}]",,,, +5237,936838844602728449,936782477502246912,1512194760000.0,2017-12-02 06:06:00,+0000,,@bonnienorman Red car for a red planet,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/936838844602728449,[],[],0,,False,2358,82,173,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +5238,936829494874091520,936782477502246912,1512192531000.0,2017-12-02 05:28:51,+0000,,@mswagle Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/936829494874091520,[],[],0,,False,938,35,27,,None,,,,,,,"[{'screen_name': 'mswagle', 'name': 'Mihir Wagle', 'id': '132114389'}]",,,, +5239,936793680517595136,936782477502246912,1512183992000.0,2017-12-02 03:06:32,+0000,,@JC_Channel Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/936793680517595136,[],[],0,,False,4591,117,327,,None,,,,,,,"[{'screen_name': 'JC_Channel', 'name': 'J.C.', 'id': '225980565'}]",,,, +5240,936782477502246912,936782477502246912,1512181321000.0,2017-12-02 02:22:01,+0000,,Payload will be my midnight cherry Tesla Roadster playing Space Oddity. Destination is Mars orbit. Will be in deep space for a billion years or so if it doesn’t blow up on ascent.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/936782477502246912,[],[],0,,False,75415,3689,14933,,None,,,,,,,[],,,, +5241,936781265675599873,936781265675599873,1512181032000.0,2017-12-02 02:17:12,+0000,,"Falcon Heavy to launch next month from Apollo 11 pad at the Cape. Will have double thrust of next largest rocket. Guaranteed to be exciting, one way or another.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/936781265675599873,[],[],0,,False,43272,836,8043,,None,,,,,,,[],,,, +5242,936270959941640192,936263871295361025,1512059366000.0,2017-11-30 16:29:26,+0000,,@LanceUlanoff What does it look like?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/936270959941640192,[],[],0,,False,488,64,21,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +5243,936263871295361025,936263871295361025,1512057676000.0,2017-11-30 16:01:16,+0000,,Racing video part 2 https://t.co/nQvm2R9K0h,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/936263871295361025,['https://www.instagram.com/p/BcIAthVDePZ/'],[],0,,False,9908,578,1952,,None,,,,,,,[],,,, +5244,936072506951307264,936072506951307264,1512012051000.0,2017-11-30 03:20:51,+0000,,Model X races a gasoline sports car while towing a sports car https://t.co/xLIwxpZ36r,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/936072506951307264,['https://www.instagram.com/p/BcGk5jjgyFn/'],[],0,,False,12304,400,1634,,None,,,,,,,[],,,, +5245,936066967173193729,936060082290167808,1512010730000.0,2017-11-30 02:58:50,+0000,,"@FredericLambert Electric pods for sure. Rails maybe, maybe not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/936066967173193729,[],[],0,,False,390,38,28,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +5246,936062403606822913,936060082290167808,1512009642000.0,2017-11-30 02:40:42,+0000,,"@FredericLambert A Loop is like a Hyperloop, but without drawing a vacuum inside the tube. Don’t need to get rid of air friction for short routes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/936062403606822913,[],[],0,,False,422,25,44,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +5247,936062050555400192,936060082290167808,1512009558000.0,2017-11-30 02:39:18,+0000,,@FredericLambert Kinda,in,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/936062050555400192,[],[],0,,False,625,27,19,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +5248,936060082290167808,936060082290167808,1512009089000.0,2017-11-30 02:31:29,+0000,,"The Boring Company will compete to fund, build & operate a high-speed Loop connecting Chicago O’Hare Airport to downtown https://t.co/bRqKpzSJjz",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/936060082290167808,['https://chicago.suntimes.com/news/city-seeking-parties-to-fund-build-operate-ohare-express-service/'],[],0,,False,33135,1047,6049,,None,,,,,,,[],,,, +5249,935572279693516800,935314994371186688,1511892788000.0,2017-11-28 18:13:08,+0000,,Why is there no Flat Mars Society!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/935572279693516800,[],[],0,,False,89532,3684,25392,,None,,,,,,,[],,,, +5250,935405847215144960,935314793803628544,1511853107000.0,2017-11-28 07:11:47,+0000,,"@KeithManaloto_ @pieterdewit_nz @ThisIsSandeepG As I’ve said before, I am definitely a Martian",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/935405847215144960,[],[],0,,False,1374,98,149,,None,,,,,,,"[{'screen_name': 'KeithManaloto_', 'name': 'Keith 👨\u200d💻📈', 'id': '150613860'}, {'screen_name': 'pieterdewit_nz', 'name': 'Pieter De Wit', 'id': '1360009572'}, {'screen_name': 'ThisIsSandeepG', 'name': 'Ѕαи∂єєρ Gυттιкσи∂α', 'id': '2737103354'}]",,,, +5251,935380867056222208,935314793803628544,1511847151000.0,2017-11-28 05:32:31,+0000,,@pieterdewit_nz @ThisIsSandeepG int main(){},fr,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/935380867056222208,[],[],0,,False,991,35,88,,None,,,,,,,"[{'screen_name': 'pieterdewit_nz', 'name': 'Pieter De Wit', 'id': '1360009572'}, {'screen_name': 'ThisIsSandeepG', 'name': 'Ѕαи∂єєρ Gυттιкσи∂α', 'id': '2737103354'}]",,,, +5252,935329447594541056,935314793803628544,1511834892000.0,2017-11-28 02:08:12,+0000,,"@ThisIsSandeepG Not true. A friend sent me part of a BTC a few years, but I don’t know where it is.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/935329447594541056,[],[],0,,False,3666,247,440,,None,,,,,,,"[{'screen_name': 'ThisIsSandeepG', 'name': 'Ѕαи∂єєρ Gυттιкσи∂α', 'id': '2737103354'}]",,,, +5253,935314994371186688,935314994371186688,1511831446000.0,2017-11-28 01:10:46,+0000,,Mars sky is the opposite of Earth Blue sunrise and sunset Red during the day https://t.co/RjmSZ98bCz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/935314994371186688,['https://twitter.com/worldandscience/status/935297418651979776'],[],0,,False,80778,1108,14918,0,None,,,,,,,[],,,, +5254,935250797234753536,935222032819728386,1511816140000.0,2017-11-27 20:55:40,+0000,,"@WorldAndScience Wow, they played D&D in D&D",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/935250797234753536,[],[],0,,False,12862,178,1425,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +5255,935048096773369857,935045557046747139,1511767813000.0,2017-11-27 07:30:13,+0000,,@nsylianteng It’s there. Just unfold the visor and lift the cover.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/935048096773369857,[],[],0,,False,389,23,25,,None,,,,,,,"[{'screen_name': 'nsylianteng', 'name': 'Nikki Sylianteng', 'id': '2052011'}]",,,, +5256,934890107508625408,934888089058549760,1511730145000.0,2017-11-26 21:02:25,+0000,,@Gloryless Otherwise you’d only see a blur,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/934890107508625408,[],[],0,,False,8974,113,243,,None,,,,,,,"[{'screen_name': 'Gloryless', 'name': 'Christian Davis', 'id': '2491644078'}]",,,, +5257,934889932807593984,934889932807593984,1511730104000.0,2017-11-26 21:01:44,+0000,,"Got to regulate AI/robotics like we do food, drugs, aircraft & cars. Public risks require public oversight. Getting rid of the FAA wdn’t make flying safer. They’re there for good reason. https://t.co/6OXZC3UdMW",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/934889932807593984,['https://m.youtube.com/watch?v=1plPyJdXKIY'],[],0,,False,26497,1317,6042,,None,,,,,,,[],,,, +5258,934888089058549760,934888089058549760,1511729664000.0,2017-11-26 20:54:24,+0000,,"This is nothing. In a few years, that bot will move so fast you’ll need a strobe light to see it. Sweet dreams… https://t.co/0MYNixQXMw",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/934888089058549760,['https://twitter.com/mrmedina/status/931291808394440706'],[],0,,False,245266,5038,77686,https://twitter.com/mrmedina/status/931291808394440706,None,,,,,,,[],,,, +5259,934505268343394307,934505268343394307,1511638392000.0,2017-11-25 19:33:12,+0000,,"Thanksgiving in the Rockies. Love my bro @kimbal. Radishing t-shirt courtesy of his company,… https://t.co/FB6rTbFdK8",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/934505268343394307,['https://www.instagram.com/p/Bb7gvNUgDwj/'],[],0,,False,7105,394,341,,None,,,,,,,[],,,, +5260,934024631769534464,934024167640457216,1511523800000.0,2017-11-24 11:43:20,+0000,,@bjornlilja Adjusting soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/934024631769534464,[],[],0,,False,289,28,15,,None,,,,,,,"[{'screen_name': 'bjornlilja', 'name': 'Björn Lilja', 'id': '19970480'}]",,,, +5261,933576358793318401,933576358793318401,1511416923000.0,2017-11-23 06:02:03,+0000,,Congratulations to the Tesla crew and South Australian authorities who worked so hard to get this manufactured and installed in record time! https://t.co/M2zKXlIVn3,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/933576358793318401,['https://apple.news/AnM79rCgXRFSvm4cgk5kfhw'],[],0,,False,37333,1105,7110,,None,,,,,,,[],,,, +5262,933077329722580992,920482298327216128,1511297945000.0,2017-11-21 20:59:05,+0000,,"Initial Hat Offering going great w over $300k in hat sales already! Thanks for buying our super boring hat. You rock, figuratively & literally. All cash goes directly towards more boring.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/933077329722580992,[],[],0,,False,13521,616,1289,,None,,,,,,,[],,,, +5263,932649922666438656,932648190440103936,1511196044000.0,2017-11-20 16:40:44,+0000,,@schesnais Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/932649922666438656,[],[],0,,False,352,54,21,,None,,,,,,,"[{'screen_name': 'schesnais', 'name': 'Stanislas Chesnais', 'id': '299246494'}]",,,, +5264,932326631342927873,932324810016751616,1511118965000.0,2017-11-19 19:16:05,+0000,,"@commagere For one thing, aliens obv built the pyramids! Who but aliens could have figured out how to align and stack stone blocks in a series of concentric squares!? Um, ok, I guess maybe people.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/932326631342927873,[],[],0,,False,9017,217,1131,,None,,,,,,,"[{'screen_name': 'commagere', 'name': 'Blake Commagere', 'id': '14896592'}]",,,, +5265,932322853009080320,931407490889084928,1511118064000.0,2017-11-19 19:01:04,+0000,,"Not saying the next gen Roadster special upgrade package *will* definitely enable it to fly short hops, but maybe … Certainly possible. Just a question of safety. Rocket tech applied to a car opens up revolutionary possibilities.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/932322853009080320,[],[],0,,False,33896,1317,5856,,None,,,,,,,[],,,, +5266,932113939181092864,931407490889084928,1511068255000.0,2017-11-19 05:10:55,+0000,,Should clarify that this is the base model performance. There will be a special option package that takes it to the next level.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/932113939181092864,[],[],0,,False,54558,2302,7219,,None,,,,,,,[],,,, +5267,931412020016029696,931412020016029696,1510900905000.0,2017-11-17 06:41:45,+0000,,Tesla Semi https://t.co/7VLz7F46Ji,tr,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/931412020016029696,[],['https://pbs.twimg.com/media/DO0KSG4VAAAxLSW.jpg'],1,https://pbs.twimg.com/media/DO0KSG4VAAAxLSW.jpg,False,110499,1983,21434,,None,,,,,,,[],,,, +5268,931407490889084928,931407490889084928,1510899825000.0,2017-11-17 06:23:45,+0000,,0 to 100 km/h in 1.9 sec https://t.co/xTOTDGuwQj,sl,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/931407490889084928,[],['https://pbs.twimg.com/media/DO0GJp4X0AEqDBY.jpg'],1,https://pbs.twimg.com/media/DO0GJp4X0AEqDBY.jpg,False,417567,8856,103574,,None,,,,,,,[],,,, +5269,930876845959946240,930875739397791744,1510773309000.0,2017-11-15 19:15:09,+0000,,"Sorry, date is tomorrow night at 8pm. This pic is from the old invite.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/930876845959946240,[],[],0,,False,13414,711,745,,None,,,,,,,[],,,, +5270,930875739397791744,930875739397791744,1510773045000.0,2017-11-15 19:10:45,+0000,,"It can transform into a robot, fight aliens and make one hell of a latte https://t.co/8h9vvWu4f5",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/930875739397791744,[],['https://pbs.twimg.com/media/DOsijB4VAAA7ZU7.jpg'],1,https://pbs.twimg.com/media/DOsijB4VAAA7ZU7.jpg,False,68731,2025,13296,,None,,,,,,,[],,,, +5271,930681760026853377,930669764992819202,1510726797000.0,2017-11-15 06:19:57,+0000,,@rjcc @Tesla Do you really believe that someone’s life should be ruined if they make a single offensive comment for which they then sincerely apologize?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/930681760026853377,[],[],0,,False,933,141,68,,None,,,,,,,"[{'screen_name': 'rjcc', 'name': 'Richard Lawler', 'id': '15009761'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5272,930677629161758726,930669764992819202,1510725812000.0,2017-11-15 06:03:32,+0000,,"@rjcc @Tesla That is a *counterpoint* to illustrate absurdity, meaning that obviously a single careless statement should *not* ruins someone’s life",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/930677629161758726,[],[],0,,False,781,37,34,,None,,,,,,,"[{'screen_name': 'rjcc', 'name': 'Richard Lawler', 'id': '15009761'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5273,930100328229244928,930013901378506752,1510588173000.0,2017-11-13 15:49:33,+0000,,"@newscientist ... say scientists — among other insights gained — after a large vat of LSD overturned in the lab. Also discovered: humans are just sentient sponges, drywall tastes like a marshmallow and gravity is real. The last point remains heavily debated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/930100328229244928,[],[],0,,False,11919,361,1798,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +5274,929823757635481600,929823757635481600,1510522233000.0,2017-11-12 21:30:33,+0000,,Tesla Semi Truck unveil to be webcast live on Thursday at 8pm! This will blow your mind clear out of your skull and into an alternate dimension. Just need to find my portal gun ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/929823757635481600,[],[],0,,False,109096,2627,23737,,None,,,,,,,[],,,, +5275,929564225164464128,929564225164464128,1510460356000.0,2017-11-12 04:19:16,+0000,,Sunset at the Gigafactory https://t.co/KpUuK7bktk,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/929564225164464128,[],['https://pbs.twimg.com/media/DOZ5uFiXUAAmlPG.jpg'],1,https://pbs.twimg.com/media/DOZ5uFiXUAAmlPG.jpg,False,41928,921,2806,,None,,,,,,,[],,,, +5276,929090906606542848,928923720843911169,1510347508000.0,2017-11-10 20:58:28,+0000,,@newscientist Sure ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/929090906606542848,[],[],0,,False,19153,399,2316,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +5277,928675794372608001,928671721065992192,1510248537000.0,2017-11-09 17:28:57,+0000,,"""If one day, my words are against science, choose science."" Mustafa Kemal Atatürk",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/928675794372608001,[],[],0,,False,208153,3515,84088,,None,,,,,,,[],,,, +5278,928671721065992192,928671721065992192,1510247566000.0,2017-11-09 17:12:46,+0000,,I placed the flowers Three broken ribs A pierced lung And still he fought For peace at… https://t.co/MeEKf2ZntM,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/928671721065992192,['https://www.instagram.com/p/BbPzHC2AW34/'],[],0,,False,52057,711,7554,,None,,,,,,,[],,,, +5279,928335114353831937,928335114353831937,1510167313000.0,2017-11-08 18:55:13,+0000,,Atatürk Anıtkabir https://t.co/al3wt0njr6,tr,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/928335114353831937,['https://www.instagram.com/p/BbPjzwJgxKG/'],[],0,,False,102534,1806,24958,,None,,,,,,,[],,,, +5280,927986199079264256,927967920185016321,1510084125000.0,2017-11-07 19:48:45,+0000,,"@Bob_Richards One rocket, slightly toasted",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/927986199079264256,[],[],0,,False,6565,163,343,,None,,,,,,,"[{'screen_name': 'Bob_Richards', 'name': 'Bob Richards 🌎', 'id': '21770611'}]",,,, +5281,924389383792312320,924387972161552384,1509226578000.0,2017-10-28 21:36:18,+0000,,@uncover007 500 ft so far. Should be 2 miles long in three or four months and hopefully stretch the whole 405 N-S corridor from LAX to the 101 in a year or so.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/924389383792312320,[],[],0,,False,2020,143,177,,None,,,,,,,"[{'screen_name': 'uncover007', 'name': 'Uncover 007', 'id': '22070847'}]",,,, +5282,924387972161552384,924387972161552384,1509226241000.0,2017-10-28 21:30:41,+0000,,Picture of The Boring Company LA tunnel taken yesterday https://t.co/TfdVKyXFsJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/924387972161552384,[],['https://pbs.twimg.com/media/DNQV81WUQAAeF5X.jpg'],1,https://pbs.twimg.com/media/DNQV81WUQAAeF5X.jpg,False,54559,2224,7531,,None,,,,,,,[],,,, +5283,923657991664095232,923657991664095232,1509052200000.0,2017-10-26 21:10:00,+0000,,"Btw, just want to express a word of appreciation for the hard work of the Tesla Gigafactory team. Reason I camped on the roof was because it was less time than driving to a hotel room in Reno. Production hell, ~8th circle …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/923657991664095232,[],[],0,,False,38586,1156,3103,,None,,,,,,,[],,,, +5284,923576364652953601,923576364652953601,1509032739000.0,2017-10-26 15:45:39,+0000,,"Whiskey, fire, s’mores and JC Also, hotdog or not hotdog? https://t.co/86cxwbZyWB",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/923576364652953601,['https://www.instagram.com/p/BatMhVODF1L/'],[],0,,False,10582,854,972,,None,,,,,,,[],,,, +5285,923469108917755904,923469108917755904,1509007167000.0,2017-10-26 08:39:27,+0000,,Campfire on the Gigafactory roof https://t.co/JKxaKUzvZY,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/923469108917755904,['https://www.instagram.com/p/BatG-8EDxJv/'],[],0,,False,8211,510,630,,None,,,,,,,[],,,, +5286,923339941957976065,923339941957976065,1508976371000.0,2017-10-26 00:06:11,+0000,,Just feed it The Godfather movies as input. What’s the worst that could happen? https://t.co/WX4Kx45csv,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/923339941957976065,['https://twitter.com/carlquintanilla/status/923238264533811200'],[],0,,False,18443,922,4347,https://twitter.com/carlquintanilla/status/923238264533811200,None,,,,,,,[],,,, +5287,922829439364423680,922828400439504897,1508854658000.0,2017-10-24 14:17:38,+0000,,@lorengrush @verge It’s true tho,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/922829439364423680,[],[],0,,False,591,50,30,,None,,,,,,,"[{'screen_name': 'lorengrush', 'name': 'Loren Grush', 'id': '17177482'}, {'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +5288,922828793152229378,922828400439504897,1508854504000.0,2017-10-24 14:15:04,+0000,,@verge Groan,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/922828793152229378,[],[],0,,False,3674,110,234,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +5289,922691827031068672,922691827031068672,1508821849000.0,2017-10-24 05:10:49,+0000,,On the list of people who should absolutely *not* be allowed to develop digital superintelligence... https://t.co/reNZ50FGNC,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/922691827031068672,['https://venturebeat.com/2017/10/02/an-ai-god-will-emerge-by-2042-and-write-its-own-bible-will-you-worship-it/'],[],0,,False,20772,1646,5681,,None,,,,,,,[],,,, +5290,921587018412339200,921575091846242304,1508558442000.0,2017-10-21 04:00:42,+0000,,"@nextspaceflight @jamesbarr1991 Yeah, don't exactly need to be Sherlock Holmes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/921587018412339200,[],[],0,,False,437,38,23,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +5291,921575999384326145,921575091846242304,1508555814000.0,2017-10-21 03:16:54,+0000,,@jamesharvey1991 It won't even need to ask you most of the time,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/921575999384326145,[],[],0,,False,365,33,26,,None,,,,,,,"[{'screen_name': 'Jamesharvey1991', 'name': 'Jamesharvey1994', 'id': '1176790934345986048'}]",,,, +5292,921575783813939200,921557500691931137,1508555763000.0,2017-10-21 03:16:03,+0000,,"@atlasobscura A reminder of the youth of our 10,000 year (to be generous) civilization. We are not even a flash in the pan compared to the 4,500,000,000 year age of Earth. I won't even bother mentioning the age of the Universe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/921575783813939200,[],[],0,,False,11204,278,1728,,None,,,,,,,"[{'screen_name': 'atlasobscura', 'name': 'Atlas Obscura', 'id': '57047586'}]",,,, +5293,921419557918597120,921410170839883776,1508518516000.0,2017-10-20 16:55:16,+0000,,"@APTA_info @baltimoresun Not ready to do a proper announcement yet, but maybe in a month or so. Maryland has been awesome to work with and just wanted to say thanks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/921419557918597120,[],[],0,,False,3555,72,311,,None,,,,,,,"[{'screen_name': 'APTA_info', 'name': 'APTA', 'id': '441032036'}, {'screen_name': 'baltimoresun', 'name': 'The Baltimore Sun', 'id': '8861752'}]",,,, +5294,921183170757738497,921027496702746624,1508462157000.0,2017-10-20 01:15:57,+0000,,@bachism But the hat is real!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/921183170757738497,[],[],0,,False,697,44,30,,None,,,,,,,"[{'screen_name': 'bachism', 'name': 'David Bach', 'id': '299287013'}]",,,, +5295,921050992707190784,921050992707190784,1508430643000.0,2017-10-19 16:30:43,+0000,,"Congratulations to Coulter Tilton of Missouri, buyer of hat 5000! You have won a free hat signed by the Boring team.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/921050992707190784,[],[],0,,False,12552,603,587,,None,,,,,,,[],,,, +5296,921027496702746624,921027496702746624,1508425041000.0,2017-10-19 14:57:21,+0000,,Now at 6400 hats …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/921027496702746624,[],[],0,,False,14413,1310,869,,None,,,,,,,[],,,, +5297,920864873940107265,920844783542853633,1508386269000.0,2017-10-19 04:11:09,+0000,,@CalebH92 There is an actual tunnel and it's getting longer every day,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/920864873940107265,[],[],0,,False,511,32,33,,None,,,,,,,[],,,, +5298,920845980467163139,920845980467163139,1508381764000.0,2017-10-19 02:56:04,+0000,,It all comes full circle https://t.co/zqiCDLhFWy,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/920845980467163139,['https://twitter.com/elonmusk/status/863222555208851456'],[],0,,False,26835,462,2489,https://twitter.com/elonmusk/status/863222555208851456,None,,,,,,,[],,,, +5299,920844783542853633,920844783542853633,1508381479000.0,2017-10-19 02:51:19,+0000,,"Second boring machine almost ready. Will be called Line-Storm, after the poem by Frost. ""And be my love in the rain."" https://t.co/xlWPYdPu3P",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/920844783542853633,[],['https://pbs.twimg.com/media/DMd_bvLWsAEmZGm.jpg'],1,https://pbs.twimg.com/media/DMd_bvLWsAEmZGm.jpg,False,10158,423,1428,,None,,,,,,,[],,,, +5300,920834201535913985,920482298327216128,1508378956000.0,2017-10-19 02:09:16,+0000,,@freddier @TalulahRiley And credit for the logo art to JJ Abrams,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/920834201535913985,[],[],0,,False,435,22,24,,None,,,,,,,"[{'screen_name': 'freddier', 'name': 'Freddy Vega', 'id': '16742912'}, {'screen_name': 'TalulahRiley', 'name': 'Talulah Riley', 'id': '344538987'}]",,,, +5301,920833104721297408,920833104721297408,1508378695000.0,2017-10-19 02:04:55,+0000,,Almost 4000 hats sold so far. Whoever buys the 5000th gets a free hat with their hat! https://t.co/x87eVge68U,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/920833104721297408,['http://BoringCompany.com/hat'],[],0,,False,13867,1014,1588,,None,,,,,,,[],,,, +5302,920830970395222016,920482298327216128,1508378186000.0,2017-10-19 01:56:26,+0000,,"@freddier Btw, credit for The Boring Company name goes to @TalulahRiley",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/920830970395222016,[],[],0,,False,612,18,45,,None,,,,,,,"[{'screen_name': 'freddier', 'name': 'Freddy Vega', 'id': '16742912'}]",,,, +5303,920520208275660800,920482298327216128,1508304094000.0,2017-10-18 05:21:34,+0000,,@freddier Gonna build that tunnel one hat at a time,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/920520208275660800,[],[],0,,False,3154,78,297,,None,,,,,,,"[{'screen_name': 'freddier', 'name': 'Freddy Vega', 'id': '16742912'}]",,,, +5304,920482298327216128,920482298327216128,1508295056000.0,2017-10-18 02:50:56,+0000,,The world's most boring hat https://t.co/rnHPgyhx4Z,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/920482298327216128,['https://www.boringcompany.com/hat'],[],0,,False,20793,929,2899,,None,,,,,,,[],,,, +5305,919999012899454976,919999012899454976,1508179832000.0,2017-10-16 18:50:32,+0000,,Amazing sim of neutron stars colliding https://t.co/E38rna81TK,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/919999012899454976,['https://instagram.com/p/BaUYHuCnXKQ/'],[],0,,False,15240,399,3779,,None,,,,,,,[],,,, +5306,919980024366632960,919675564423708673,1508175304000.0,2017-10-16 17:35:04,+0000,,@DJ_Mr_Cool That was a joke. I didn't realize people actually used those.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/919980024366632960,[],[],0,,False,267,24,16,,None,,,,,,,"[{'screen_name': 'DJ_Mr_Cool', 'name': 'Fern Mr Cool Rose', 'id': '21313859'}]",,,, +5307,919675564423708673,919675564423708673,1508102715000.0,2017-10-15 21:25:15,+0000,,Yesterday's Reddit Ask Me Anything about BFR. You're welcome nk! https://t.co/g2giimsW8b,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/919675564423708673,['https://www.reddit.com/r/space/comments/76e79c/i_am_elon_musk_ask_me_anything_about_bfr/?st=J8T9CUBA&sh=efcf4207'],[],0,,False,7848,378,1283,,None,,,,,,,[],,,, +5308,919262509227323392,919262509227323392,1508004235000.0,2017-10-14 18:03:55,+0000,,BFR AMA on r/space in 2 hours,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/919262509227323392,[],[],0,,False,12990,734,1663,,None,,,,,,,[],,,, +5309,919258411795079169,913634039545847808,1508003259000.0,2017-10-14 17:47:39,+0000,,@SpaceX And other places,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/919258411795079169,[],[],0,,False,4920,248,397,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5310,918518924475379713,917998821061341184,1507826951000.0,2017-10-12 16:49:11,+0000,,@_andyoneal @patriciapaje That's just to win our Hyperloop student competition in ~1 mile tube. Practical version would have a turbo compressor on front taking ram air pressure at near sonic to hypersonic speeds & driving that thru air skiis & rearward for thrust.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/918518924475379713,[],[],0,,False,367,25,28,,None,,,,,,,"[{'screen_name': '_andyoneal', 'name': ""Andy O'Neal"", 'id': '19841555'}]",,,, +5311,918517097839202305,917998821061341184,1507826516000.0,2017-10-12 16:41:56,+0000,,@benbenwilde @patriciapaje Party time!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/918517097839202305,[],[],0,,False,346,8,25,,None,,,,,,,"[{'screen_name': 'benbenwilde', 'name': 'Ben Wilde', 'id': '414200558'}]",,,, +5312,918516707735437313,918515997727866881,1507826422000.0,2017-10-12 16:40:22,+0000,,"@Barnacules To be more inclusive, how about a ""pick your tech level"" setting. Could make the Tesla sound like horses (coconuts!), chariots, steam engines, gasoline cars, ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/918516707735437313,[],[],0,,False,1424,118,152,,None,,,,,,,"[{'screen_name': 'Barnacules', 'name': 'Barnacules Nerdgasm', 'id': '762522504'}]",,,, +5313,918506265151598592,917998821061341184,1507823933000.0,2017-10-12 15:58:53,+0000,,@patriciapaje Aim for 10 kN of thrust on a 200 kg sled. a=F/m ... game over.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/918506265151598592,[],[],0,,False,293,17,20,,None,,,,,,,[],,,, +5314,918333638567186438,918333638567186438,1507782775000.0,2017-10-12 04:32:55,+0000,,Stamping Model 3 Body Panels (real-time) https://t.co/hhNFW8VUEE,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/918333638567186438,['https://www.instagram.com/p/BaInXGBg9G7/'],[],0,,False,11707,670,1537,,None,,,,,,,[],,,, +5315,918322382560825344,918315077626871808,1507780092000.0,2017-10-12 03:48:12,+0000,,@ManMadeMoon I own two gasoline cars. One is a Model T that a friend gave me and the other is a Series 1 '67 E-type Roadster. My first love.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/918322382560825344,[],[],0,,False,5644,190,231,,None,,,,,,,"[{'screen_name': 'ManMadeMoon', 'name': 'Duncan Jones', 'id': '20690398'}]",,,, +5316,918316304129388544,918313446550265857,1507778643000.0,2017-10-12 03:24:03,+0000,,"@jirgebeaner No, but I do have a Gundam Wing",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/918316304129388544,[],[],0,,False,606,35,117,,None,,,,,,,"[{'screen_name': 'jirgebeaner', 'name': 'jorge', 'id': '777110820215988224'}]",,,, +5317,918314470048382977,918313446550265857,1507778205000.0,2017-10-12 03:16:45,+0000,,@RITSPEX This weekend,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/918314470048382977,[],[],0,,False,536,17,46,,None,,,,,,,"[{'screen_name': 'RITSPEX', 'name': 'RITSpaceExploration', 'id': '3303167698'}]",,,, +5318,918313446550265857,918313446550265857,1507777961000.0,2017-10-12 03:12:41,+0000,,Just posted a photo https://t.co/a9xf4G6dmE,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/918313446550265857,['https://www.instagram.com/p/BaIedUvBk5p/'],[],0,,False,4925,214,522,,None,,,,,,,[],,,, +5319,918003287600668673,917998821061341184,1507704014000.0,2017-10-11 06:40:14,+0000,,@patriciapaje Very high pressure air cold gas thruster,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/918003287600668673,[],[],0,,False,285,18,19,,None,,,,,,,[],,,, +5320,917413806363394048,917413806363394048,1507563470000.0,2017-10-09 15:37:50,+0000,,The last of ten Iridium global communication satellites delivered to orbit several hundred miles… https://t.co/TG7hNkltQd,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/917413806363394048,['https://www.instagram.com/p/BaCFPVGgdcN/'],[],0,,False,9115,582,992,,None,,,,,,,[],,,, +5321,917163455051735040,916401911464476672,1507503782000.0,2017-10-08 23:03:02,+0000,,@aniesh_vishnu @ProductHunt Everything all at once,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/917163455051735040,[],[],0,,False,1904,52,134,,None,,,,,,,"[{'screen_name': 'aniesh_vishnu', 'name': 'Aniesh Vishnu', 'id': '2939034182'}, {'screen_name': 'ProductHunt', 'name': 'Product Hunt 😸', 'id': '2208027565'}]",,,, +5322,917160402567364608,917154829008605184,1507503054000.0,2017-10-08 22:50:54,+0000,,@balajis_ That is actual speed. It is slowed down right now to confirm build consistency and so that a person can stop the robots in time if something goes wrong.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/917160402567364608,[],[],0,,False,799,38,37,,None,,,,,,,"[{'screen_name': 'balajis_', 'name': 'Balaji Srinivasaraghavan', 'id': '12158582'}]",,,, +5323,917154829008605184,917154829008605184,1507501725000.0,2017-10-08 22:28:45,+0000,,The Model 3 body line slowed down to 1/10th speed https://t.co/VVTthqFzF7,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/917154829008605184,['https://www.instagram.com/p/BaAOokSgdCp/'],[],0,,False,7874,457,1155,,None,,,,,,,[],,,, +5324,917153183222263808,917153183222263808,1507501333000.0,2017-10-08 22:22:13,+0000,,Jupiter is big https://t.co/poXgvKPZv7,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/917153183222263808,['https://twitter.com/nasa/status/917124194009313281'],[],0,,False,26350,608,3929,https://twitter.com/nasa/status/917124194009313281,None,,,,,,,[],,,, +5325,917134987270303744,916401911464476672,1507496995000.0,2017-10-08 21:09:55,+0000,,@0a0010 @ProductHunt Don't underestimate the power of chakras,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/917134987270303744,[],[],0,,False,829,56,130,,None,,,,,,,"[{'screen_name': 'ProductHunt', 'name': 'Product Hunt 😸', 'id': '2208027565'}]",,,, +5326,917103257494839296,916401911464476672,1507489430000.0,2017-10-08 19:03:50,+0000,,"@ProductHunt Just kept working on my crown chakra and boom! Don't let anyone tell you magic isn't real. Warning, EXTREMELY powerful https://t.co/RYgcygMFgl",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/917103257494839296,['https://m.youtube.com/watch?v=NR351WlGC4I'],[],0,,False,9302,307,1276,,None,,,,,,,"[{'screen_name': 'ProductHunt', 'name': 'Product Hunt 😸', 'id': '2208027565'}]",,,, +5327,916782879962574848,916780693346066432,1507413046000.0,2017-10-07 21:50:46,+0000,,@verge This doesn't even *seem* innocent,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/916782879962574848,[],[],0,,False,25253,608,3722,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +5328,916518956050956288,916498370339930112,1507350121000.0,2017-10-07 04:22:01,+0000,,@Reuters You forgot to add the video version of their response https://t.co/eaqzC6rgQE,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/916518956050956288,['https://m.youtube.com/watch?v=d1MWxSUO4ts'],[],0,,False,7300,272,1206,,None,,,,,,,"[{'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +5329,916407361899708416,916395155120205825,1507323515000.0,2017-10-06 20:58:35,+0000,,@FredericLambert @MacTechGenius @blundell_apps Assume the worst. Now I need to get back to work...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916407361899708416,[],[],0,,False,708,55,45,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +5330,916407144047558656,916395155120205825,1507323463000.0,2017-10-06 20:57:43,+0000,,@teslamodel3fan @FredericLambert @MacTechGenius @blundell_apps Answers: Yes. No. Doesn't matter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916407144047558656,[],[],0,,False,426,38,25,,None,,,,,,,"[{'screen_name': 'teslamodel3fan', 'name': 'Tesla Model 3 Fan', 'id': '3532426698'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +5331,916406412112039937,916395155120205825,1507323289000.0,2017-10-06 20:54:49,+0000,,"@FredericLambert @MacTechGenius @blundell_apps There is only one config being built right now, so the only question is ""What color?"". Don't need a configurator for that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916406412112039937,[],[],0,,False,654,36,37,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +5332,916402688127930373,916395155120205825,1507322401000.0,2017-10-06 20:40:01,+0000,,"@FredericLambert @MacTechGenius @blundell_apps Bear in mind that the production ramp is an exponential curve. Late Oct is possible, but not certain. Literally every day makes a big difference.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916402688127930373,[],[],0,,False,749,25,44,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +5333,916401820620091393,916395155120205825,1507322194000.0,2017-10-06 20:36:34,+0000,,"@MacTechGenius @blundell_apps Dec will be a big month, so probably, but it is impossible to be certain right now",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916401820620091393,[],[],0,,False,260,10,12,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +5334,916401512661663750,916395155120205825,1507322121000.0,2017-10-06 20:35:21,+0000,,@OutOnALumb @engadget Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916401512661663750,[],[],0,,False,478,5,10,,None,,,,,,,"[{'screen_name': 'OutOnALumb', 'name': 'David Lumb', 'id': '255665835'}, {'screen_name': 'engadget', 'name': 'Engadget', 'id': '14372486'}]",,,, +5335,916401222487126016,916395155120205825,1507322052000.0,2017-10-06 20:34:12,+0000,,"@nextspaceflight @MacTechGenius @blundell_apps I'm doing my best to recalibrate, but that is a fair criticism. However, if I wasn't inherently optimistic, I wouldn't be doing electric cars and rockets in the first place!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916401222487126016,[],[],0,,False,1586,46,155,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +5336,916400157972848640,916395155120205825,1507321798000.0,2017-10-06 20:29:58,+0000,,@annerajb Med medical equipment has priority,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916400157972848640,[],[],0,,False,729,20,28,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +5337,916399837129564163,916395155120205825,1507321721000.0,2017-10-06 20:28:41,+0000,,@MacTechGenius @blundell_apps Probably 6 to 8 weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916399837129564163,[],[],0,,False,634,12,28,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +5338,916397212891877376,916395155120205825,1507321096000.0,2017-10-06 20:18:16,+0000,,@blundell_apps You'll know as soon as we do. We are deep in production hell 🔥,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916397212891877376,[],[],0,,False,1700,67,73,,None,,,,,,,"[{'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +5339,916396499310751745,916395155120205825,1507320925000.0,2017-10-06 20:15:25,+0000,,@nextspaceflight Or do you?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916396499310751745,[],[],0,,False,969,18,15,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +5340,916396399482232832,916395155120205825,1507320902000.0,2017-10-06 20:15:02,+0000,,@14agrim High pain tolerance,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916396399482232832,[],[],0,,False,2409,43,167,,None,,,,,,,"[{'screen_name': '14agrim', 'name': 'Agrim Jain', 'id': '2819996690'}]",,,, +5341,916396250114670592,916395155120205825,1507320866000.0,2017-10-06 20:14:26,+0000,,"@Temeyers Semi specs are better than anything I've seen reported so far. Semi eng/design team work is aces, but other needs are greater right now.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916396250114670592,[],[],0,,False,917,23,49,,None,,,,,,,"[{'screen_name': 'Temeyers', 'name': 'Terry Meyers', 'id': '41058804'}]",,,, +5342,916395155120205825,916395155120205825,1507320605000.0,2017-10-06 20:10:05,+0000,,Tesla Semi unveil now Nov 16. Diverting resources to fix Model 3 bottlenecks & increase battery production for Puerto Rico & other affected areas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916395155120205825,[],[],0,,False,49833,1959,8674,,None,,,,,,,[],,,, +5343,916376799466024960,916362585221427205,1507316229000.0,2017-10-06 18:57:09,+0000,,@MacTechGenius @Jon4Lakers @solarcity @Tesla Not good. Sounds like some 3rd party installers are taking advantage of Powerwall demand >> supply. Taking action …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/916376799466024960,[],[],0,,False,406,18,20,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'Jon4Lakers', 'name': 'Jon Rettinger', 'id': '15661911'}, {'screen_name': 'solarcity', 'name': 'SolarCity', 'id': '17824922'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5344,916336207935635457,915933896159752193,1507306551000.0,2017-10-06 16:15:51,+0000,,@ismailnathij @stapf @Tesla The internal Tesla Powerwall install team in PR is very small right now. Sending experienced installers from continental US to hire & train local team as fast as possible.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/916336207935635457,[],[],0,,False,1248,93,234,,None,,,,,,,"[{'screen_name': 'ismailnathij', 'name': 'Ismail Nathij Ahmed', 'id': '169654424'}, {'screen_name': 'stapf', 'name': 'Scott Stapf', 'id': '15720918'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5345,916333129928810496,915933896159752193,1507305817000.0,2017-10-06 16:03:37,+0000,,"@ismailnathij @stapf @Tesla Tesla always charges the same price for a Powerwall (only taxes & shipping costs vary), so something is messed up here. I've asked my team to stop shipment to any installers charging excessive premiums.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/916333129928810496,[],[],0,,False,1121,40,147,,None,,,,,,,"[{'screen_name': 'ismailnathij', 'name': 'Ismail Nathij Ahmed', 'id': '169654424'}, {'screen_name': 'stapf', 'name': 'Scott Stapf', 'id': '15720918'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5346,916319581337133056,916245517604212736,1507302587000.0,2017-10-06 15:09:47,+0000,,"@ricardorossello Sounds good, I look forward to talking later today",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/916319581337133056,[],[],0,,False,8090,214,751,,None,,,,,,,"[{'screen_name': 'ricardorossello', 'name': 'Ricardo Rosselló', 'id': '80013913'}]",,,, +5347,916234148104118272,916099290686205953,1507282218000.0,2017-10-06 09:30:18,+0000,,"@ricardorossello I would be happy to talk. Hopefully, Tesla can be helpful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/916234148104118272,[],[],0,,False,5083,247,1166,,None,,,,,,,"[{'screen_name': 'ricardorossello', 'name': 'Ricardo Rosselló', 'id': '80013913'}]",,,, +5348,916030871232176129,915359755438141440,1507233753000.0,2017-10-05 20:02:33,+0000,,"@RickandMorty Hell yeah, with that crew, we will party like Escobar and Cobain wish they could've partied!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/916030871232176129,[],[],0,,False,11341,272,1802,,None,,,,,,,"[{'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +5349,916018504209383424,915359755438141440,1507230804000.0,2017-10-05 19:13:24,+0000,,@RickandMorty We should definitely get a room ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/916018504209383424,[],[],0,,False,7894,68,813,,None,,,,,,,"[{'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +5350,915990261938786304,915359755438141440,1507224071000.0,2017-10-05 17:21:11,+0000,,"@RickandMorty I know that closet is nice and warm, but it's time you admitted you are one of the creators of the next one. Everyone already knows and we will still love you just as much (almost).",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/915990261938786304,[],[],0,,False,7421,62,615,,None,,,,,,,"[{'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +5351,915988011602423808,915986705169051650,1507223534000.0,2017-10-05 17:12:14,+0000,,@LoganJastremski I'm auditioning to be a roofing spokesmodel in the greater Reno area,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/915988011602423808,[],[],0,,False,5268,142,203,,None,,,,,,,"[{'screen_name': 'LoganJastremski', 'name': 'Logan Jastremski', 'id': '352777551'}]",,,, +5352,915957815197319168,915359755438141440,1507216335000.0,2017-10-05 15:12:15,+0000,,"@RickandMorty The singularity for this level of the simulation is coming soon. I wonder what the levels above us look like. Good chance they are less interesting and deeper levels are better. So far, even our primitive sims are often more entertaining than reality itself.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/915957815197319168,[],[],0,,False,14737,151,2231,,None,,,,,,,"[{'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +5353,915939199718531072,915933896159752193,1507211897000.0,2017-10-05 13:58:17,+0000,,"@stapf The Tesla team has done this for many smaller islands around the world, but there is no scalability limit, so it can be done for Puerto Rico too. Such a decision would be in the hands of the PR govt, PUC, any commercial stakeholders and, most importantly, the people of PR.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,13,https://twitter.com/elonmusk/status/915939199718531072,[],[],0,,False,31103,1139,8875,,None,,,,,,,"[{'screen_name': 'stapf', 'name': 'Scott Stapf', 'id': '15720918'}]",,,, +5354,915831795446190085,915359755438141440,1507186290000.0,2017-10-05 06:51:30,+0000,,@RickandMorty Final episode was disgustingly good,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/915831795446190085,[],[],0,,False,52294,362,8267,,None,,,,,,,"[{'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +5355,915774920541446144,915774920541446144,1507172729000.0,2017-10-05 03:05:29,+0000,,I believe I can fly https://t.co/nMBgPiAUJR,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/915774920541446144,['https://m.youtube.com/watch?v=ba7rRfKIHxU'],[],0,,False,13267,697,2327,,None,,,,,,,[],,,, +5356,915453138051768320,915453138051768320,1507096011000.0,2017-10-04 05:46:51,+0000,,Aiming for two rocket landings in 48 hours this weekend https://t.co/C1CZW2cQgv,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/915453138051768320,['https://www.instagram.com/p/BZzchfKg07f/'],[],0,,False,22340,981,3092,,None,,,,,,,[],,,, +5357,914734726493102082,914615173918343168,1506924728000.0,2017-10-02 06:12:08,+0000,,"@YasserHZain @verge It would need to refill to return, but it could get to Jupiter with low payload",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/914734726493102082,[],[],0,,False,535,35,42,,None,,,,,,,"[{'screen_name': 'YasserHZain', 'name': 'Yasser Zain', 'id': '454705409'}, {'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +5358,914734128427278336,914615173918343168,1506924585000.0,2017-10-02 06:09:45,+0000,,@YasserHZain @verge Homes on Jupiter with solar-power *and* a Powerwall going right now for great price!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/914734128427278336,[],[],0,,False,870,44,82,,None,,,,,,,"[{'screen_name': 'YasserHZain', 'name': 'Yasser Zain', 'id': '454705409'}, {'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +5359,913775198423408640,913649379281534976,1506695959000.0,2017-09-29 14:39:19,+0000,,"@MeltingIce Assuming max acceleration of 2 to 3 g's, but in a comfortable direction. Will feel like a mild to moderate amusement park ride on ascent and then smooth, peaceful & silent in zero gravity for most of the trip until landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/913775198423408640,[],[],0,,False,2167,135,243,,None,,,,,,,"[{'screen_name': 'MeltingIce', 'name': 'Ryan LeFevre', 'id': '642543'}]",,,, +5360,913669661505544194,913669468546650112,1506670797000.0,2017-09-29 07:39:57,+0000,,@bigajm Yup :),und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/913669661505544194,[],[],0,,False,415,21,15,,None,,,,,,,"[{'screen_name': 'bigajm', 'name': 'andy m', 'id': '25706406'}]",,,, +5361,913658652430671872,913658652430671872,1506668172000.0,2017-09-29 06:56:12,+0000,,Part 2 https://t.co/8Fvu57muhM,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/913658652430671872,['https://www.instagram.com/p/BZnZsxVAA6E/'],[],0,,False,7699,390,2099,,None,,,,,,,[],,,, +5362,913649379281534976,913649379281534976,1506665961000.0,2017-09-29 06:19:21,+0000,,Fly to most places on Earth in under 30 mins and anywhere in under 60. Cost per seat should be… https://t.co/dGYDdGttYd,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/913649379281534976,['https://www.instagram.com/p/BZnVfWxgdLe/'],[],0,,False,36665,2436,13143,,None,,,,,,,[],,,, +5363,913642747197743104,913642747197743104,1506664380000.0,2017-09-29 05:53:00,+0000,,BFR will take you anywhere on Earth in less than 60 mins https://t.co/HWt9BZ1FI9,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/913642747197743104,['https://m.youtube.com/watch?feature=youtu.be&v=zqE-ultsWt0'],[],0,,False,25222,1482,12751,,None,,,,,,,[],,,, +5364,913600101460955141,913600101460955141,1506654212000.0,2017-09-29 03:03:32,+0000,,Mars City Opposite of Earth. Dawn and dusk sky are blue on Mars and day sky is red. https://t.co/XHcZIdgqnb,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/913600101460955141,['https://www.instagram.com/p/BZm_FXPg6YZ/'],[],0,,False,16795,507,3971,,None,,,,,,,[],,,, +5365,913595413546008576,913595413546008576,1506653095000.0,2017-09-29 02:44:55,+0000,,Moon Base Alpha https://t.co/voY8qEW9kl,hi,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/913595413546008576,['https://www.instagram.com/p/BZm88uhg1yN/'],[],0,,False,13368,640,3185,,None,,,,,,,[],,,, +5366,913547943646580737,913547943646580737,1506641777000.0,2017-09-28 23:36:17,+0000,,Will be announcing something really special at today's talk https://t.co/plXTBJY6ia,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/913547943646580737,['https://twitter.com/spacex/status/913402931461873664'],[],0,,False,20006,541,4354,https://twitter.com/spacex/status/913402931461873664,None,,,,,,,[],,,, +5367,913489555663269889,913068748982112256,1506627856000.0,2017-09-28 19:44:16,+0000,,@kevinroose Just another day in the office,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/913489555663269889,[],[],0,,False,6947,117,605,,None,,,,,,,"[{'screen_name': 'kevinroose', 'name': 'Kevin Roose', 'id': '18816166'}]",,,, +5368,913265477073428480,913236450627420162,1506574432000.0,2017-09-28 04:53:52,+0000,,@Fashionista_com @mayemusk Congrats Mom! I love you.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/913265477073428480,[],[],0,,False,9370,115,447,,None,,,,,,,"[{'screen_name': 'Fashionista_com', 'name': 'Fashionista.com', 'id': '15933910'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +5369,912833915475386368,912833915475386368,1506471539000.0,2017-09-27 00:18:59,+0000,,"Prev ideas for paying ~$10B dev cost incl. Kickstarter & collecting underpants, which turned out to be um... less lucrative than expected",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/912833915475386368,[],[],0,,False,10575,595,1000,,None,,,,,,,[],,,, +5370,912829943301754880,912829943301754880,1506470592000.0,2017-09-27 00:03:12,+0000,,Headed to Adelaide soon to describe new BFR planetary colonizer design in detail @IAC2017. This should be worth seeing. Design feels right.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/912829943301754880,[],[],0,,False,9912,414,1521,,None,,,,,,,[],,,, +5371,912649053334265856,912648329409986561,1506427465000.0,2017-09-26 12:04:25,+0000,,"@El_Deano @Daimler @Jalopnik Yes, I did :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/912649053334265856,[],[],0,,False,18371,346,1732,,None,,,,,,,"[{'screen_name': 'El_Deano', 'name': 'Dean Kawamura', 'id': '15887328'}, {'screen_name': 'Daimler', 'name': 'Daimler AG', 'id': '12637732'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}]",,,, +5372,912506866919288833,912506866919288833,1506393565000.0,2017-09-26 02:39:25,+0000,,Good NYT article from several years ago about the value of fiction https://t.co/lVg7T0h7zG,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/912506866919288833,['https://mobile.nytimes.com/2012/03/18/opinion/sunday/the-neuroscience-of-your-brain-on-fiction.html'],[],0,,False,7149,253,1730,,None,,,,,,,[],,,, +5373,912470245318656000,912469761686110209,1506384834000.0,2017-09-26 00:13:54,+0000,,@AdrianZorrillaC Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/912470245318656000,[],[],0,,False,599,18,26,,None,,,,,,,"[{'screen_name': 'AdrianZorrillaC', 'name': 'Zorra', 'id': '3060777967'}]",,,, +5374,912469761686110209,912469761686110209,1506384718000.0,2017-09-26 00:11:58,+0000,,Simulation of how the SpaceX Interplanetary Spaceship and Rocket design would work. Will be… https://t.co/yWYDxtAKQP,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/912469761686110209,['https://www.instagram.com/p/BZdZdSZAtQf/'],[],0,,False,10968,523,2544,,None,,,,,,,[],,,, +5375,912384568790999040,912349809662496768,1506364407000.0,2017-09-25 18:33:27,+0000,,@Daimler Good,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/912384568790999040,[],[],0,,False,6282,180,579,,None,,,,,,,"[{'screen_name': 'Daimler', 'name': 'Daimler AG', 'id': '12637732'}]",,,, +5376,912259150175813633,912259150175813633,1506334505000.0,2017-09-25 10:15:05,+0000,,Major improvements & some unexpected applications to be unveiled on Friday at @IAC2017 in Australia,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/912259150175813633,[],[],0,,False,10175,358,1444,,None,,,,,,,[],,,, +5377,912258562293825541,912258562293825541,1506334364000.0,2017-09-25 10:12:44,+0000,,Presentation of @SpaceX Interplanetary Spaceship & Rocket design from 2016 https://t.co/3b1YWWmmxg,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/912258562293825541,['https://m.youtube.com/watch?feature=youtu.be&v=H7Uyfqi_TE8'],[],0,,False,5953,385,1152,,None,,,,,,,[],,,, +5378,912036765287845888,912030170307022848,1506281484000.0,2017-09-24 19:31:24,+0000,,@USATODAYmoney @NathanBomey That's not a lot of money for a giant like Daimler/Mercedes. Wish they'd do more. Off by a zero.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/912036765287845888,[],[],0,,False,19929,602,2952,,None,,,,,,,"[{'screen_name': 'USATODAYmoney', 'name': 'USA TODAY Money', 'id': '15764136'}, {'screen_name': 'NathanBomey', 'name': 'Nathan Bomey', 'id': '14983095'}]",,,, +5379,910540337935826944,910531254860124160,1505924708000.0,2017-09-20 16:25:08,+0000,,"@Its_Subhamk Don't give up if the cause is important enough, even if you believe you are walking into doom. Good friends really matter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/910540337935826944,[],[],0,,False,16681,249,3731,,None,,,,,,,[],,,, +5380,910180847814197248,910172428000792576,1505838999000.0,2017-09-19 16:36:39,+0000,,"@JimHeaney Absolutely. Moreover, we expect to expand the facility significantly over time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/910180847814197248,[],[],0,,False,1464,67,86,,None,,,,,,,"[{'screen_name': 'JimHeaney', 'name': 'Jim Heaney', 'id': '17769496'}]",,,, +5381,908937508884332544,908924768635768832,1505542564000.0,2017-09-16 06:16:04,+0000,,@Richwsadler Does my hivemind count as me?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/908937508884332544,[],[],0,,False,8867,264,358,,None,,,,,,,"[{'screen_name': 'Richwsadler', 'name': 'Rich Sadler', 'id': '1650356846'}]",,,, +5382,908877302418726912,908867531443625985,1505528209000.0,2017-09-16 02:16:49,+0000,,@Bobby_Gupta Def not ok. Just sent a reminder to Tesla stores that we just want people to look forward to their next visit. That's what really matters.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/908877302418726912,[],[],0,,False,9590,198,374,,None,,,,,,,"[{'screen_name': 'Bobby_Gupta', 'name': 'Bobby Gupta', 'id': '44345482'}]",,,, +5383,908849937848221696,908254079092002816,1505521685000.0,2017-09-16 00:28:05,+0000,,@rishabagrwl2013 In discussions with national govt. Just need a temporary reprieve on local content requirements until we can build a factory in India.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/908849937848221696,[],[],0,,False,574,49,111,,None,,,,,,,"[{'screen_name': 'rishabagrwl2013', 'name': 'Rishab Agarwal', 'id': '3322455607'}]",,,, +5384,908847858509479936,908108029777686528,1505521189000.0,2017-09-16 00:19:49,+0000,,@JayCruicks_ATC What if we just made a mini version of the Tesla Semi?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/908847858509479936,[],[],0,,False,731,109,63,,None,,,,,,,"[{'screen_name': 'JayCruicks_ATC', 'name': 'Jason Cruickshank', 'id': '883590578'}]",,,, +5385,908715328112271360,908705823924219905,1505489591000.0,2017-09-15 15:33:11,+0000,,@bonnienorman Of course :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/908715328112271360,[],[],0,,False,1346,27,29,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +5386,908254739825025025,908254079092002816,1505379779000.0,2017-09-14 09:02:59,+0000,,High res version at https://t.co/YysKftHhoz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/908254739825025025,['https://youtu.be/bvim4rsNHkQ'],[],0,,False,8321,442,2265,,None,,,,,,,[],,,, +5387,908254645809692672,908254079092002816,1505379756000.0,2017-09-14 09:02:36,+0000,,@jovanik21 Most of it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/908254645809692672,[],[],0,,False,999,31,27,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}]",,,, +5388,908254079092002816,908254079092002816,1505379621000.0,2017-09-14 09:00:21,+0000,,"Long road to reusabity of Falcon 9 primary boost stage…When upper stage & fairing also reusable, costs will drop by a factor >100. https://t.co/WyTAQ3T9EP",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/908254079092002816,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/908253922363506688/pu/img/NQu742GkrPjN57Aq.jpg,False,29661,902,8894,,None,,,,,,,[],,,, +5389,908163652661927937,908060962153889792,1505358062000.0,2017-09-14 03:01:02,+0000,,@simcrook @SmileSimplify Actually ... yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/908163652661927937,[],[],0,,False,443,21,21,,None,,,,,,,"[{'screen_name': 'simcrook', 'name': 'Simon Crook', 'id': '17514286'}, {'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +5390,908108029777686528,908108029777686528,1505344800000.0,2017-09-13 23:20:00,+0000,,Tesla Semi truck unveil & test ride tentatively scheduled for Oct 26th in Hawthorne. Worth seeing this beast in person. It's unreal.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/908108029777686528,[],[],0,,False,66135,1736,13519,,None,,,,,,,[],,,, +5391,908073465319587840,908060962153889792,1505336559000.0,2017-09-13 21:02:39,+0000,,@SmileSimplify Promise to be as boring as possible!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/908073465319587840,[],[],0,,False,2215,59,114,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +5392,907483778603294720,907476334825365504,1505195967000.0,2017-09-12 05:59:27,+0000,,@hohocho Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/907483778603294720,[],[],0,,False,3821,129,205,,None,,,,,,,"[{'screen_name': 'hohocho', 'name': 'Jaehwan Cho 조재환', 'id': '31310727'}]",,,, +5393,907407613930827777,896169801277517824,1505177808000.0,2017-09-12 00:56:48,+0000,,@_vinouz_ @Reza_Zadeh Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/907407613930827777,[],[],0,,False,171,13,10,,None,,,,,,,"[{'screen_name': '_vinouz_', 'name': 'vinouz', 'id': '804948996'}, {'screen_name': 'Reza_Zadeh', 'name': 'Reza Zadeh', 'id': '92839676'}]",,,, +5394,906274454946402304,906274454946402304,1504907642000.0,2017-09-08 21:54:02,+0000,,Astronaut spacesuit next to Crew Dragon https://t.co/Csmgx8Nn0t,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/906274454946402304,['https://www.instagram.com/p/BYyvO2WA3Ra/'],[],0,,False,17094,1231,3855,,None,,,,,,,[],,,, +5395,904764676118011905,904754234649853952,1504547683000.0,2017-09-04 17:54:43,+0000,,"@SmileSimplify Fun, exciting tweets coming soon!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/904764676118011905,[],[],0,,False,712,99,46,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +5396,904764437281685504,904754234649853952,1504547626000.0,2017-09-04 17:53:46,+0000,,@SmileSimplify Sorry about that. You're right. I was depressing myself too :(,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/904764437281685504,[],[],0,,False,443,51,20,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +5397,904656511334354948,904633084309422080,1504521894000.0,2017-09-04 10:44:54,+0000,,"@AndrewKemendo Govts don't need to follow normal laws. They will obtain AI developed by companies at gunpoint, if necessary.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/904656511334354948,[],[],0,,False,1985,192,707,,None,,,,,,,"[{'screen_name': 'AndrewKemendo', 'name': 'Andrew Kemendo', 'id': '347146509'}]",,,, +5398,904641970349285376,904633084309422080,1504518427000.0,2017-09-04 09:47:07,+0000,,@ItchGrid Should be low on our list of concerns for civilizational existential risk. NK has no entangling alliances that wd polarize world into war.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904641970349285376,[],[],0,,False,647,48,99,,None,,,,,,,[],,,, +5399,904640183932301312,904633084309422080,1504518001000.0,2017-09-04 09:40:01,+0000,,"@SethicusGP NK launching a nuclear missile would be suicide for their leadership, as SK, US and China wd invade and end the regime immediately",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904640183932301312,[],[],0,,False,1024,70,183,,None,,,,,,,"[{'screen_name': 'SethicusGP', 'name': 'Seth', 'id': '18813606'}]",,,, +5400,904639405440323585,904633084309422080,1504517816000.0,2017-09-04 09:36:56,+0000,,"@JakeBlueatSM May be initiated not by the country leaders, but one of the AI's, if it decides that a prepemptive strike is most probable path to victory",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904639405440323585,[],[],0,,False,5049,520,1427,,None,,,,,,,[],,,, +5401,904638455761612800,904633084309422080,1504517589000.0,2017-09-04 09:33:09,+0000,,"China, Russia, soon all countries w strong computer science. Competition for AI superiority at national level most likely cause of WW3 imo.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904638455761612800,[],[],0,,False,41234,3555,15866,,None,,,,,,,[],,,, +5402,904633522161278977,904612213649940481,1504516413000.0,2017-09-04 09:13:33,+0000,,@WendyWednesday8 Zeroth Law,cy,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904633522161278977,[],[],0,,False,510,31,24,,None,,,,,,,[],,,, +5403,904633084309422080,904633084309422080,1504516309000.0,2017-09-04 09:11:49,+0000,,It begins ... https://t.co/mbjw5hWC5J,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904633084309422080,['https://twitter.com/verge/status/904628400748421122'],[],0,,False,77033,2249,31354,https://twitter.com/verge/status/904628400748421122,None,,,,,,,[],,,, +5404,903333005527093248,903333005527093248,1504206346000.0,2017-08-31 19:05:46,+0000,,"Putting together SpaceX rocket landing blooper reel. We messed up a lot before it finally worked, but there's some epic explosion footage …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/903333005527093248,[],[],0,,False,39112,1141,4773,,None,,,,,,,[],,,, +5405,903332343108091904,903331026524561408,1504206188000.0,2017-08-31 19:03:08,+0000,,"@GigarothPack Not a bad idea. For sure, it makes sense to test AI for safety in some kind of open world / sandbox virtual world.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/903332343108091904,[],[],0,,False,2152,118,110,,None,,,,,,,[],,,, +5406,903132822700867586,903130932646838272,1504158618000.0,2017-08-31 05:50:18,+0000,,@DMC_Ryan In about six months or so. Linked to dual motor config.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/903132822700867586,[],[],0,,False,1343,69,79,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +5407,903129182397374464,903129182397374464,1504157751000.0,2017-08-31 05:35:51,+0000,,We took the SpaceX/Tesla Hyperloop pusher pod for a spin by itself a few days ago to see what it… https://t.co/4hr1yN37he,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/903129182397374464,['https://www.instagram.com/p/BYckipugds5/'],[],0,,False,17205,364,1963,,None,,,,,,,[],,,, +5408,903120412007047169,902912017333440514,1504155660000.0,2017-08-31 05:01:00,+0000,,@eKanishka @ChaseBlackmon1 @boringcompany Tunnels are sealed to 5 atmospheres of water & gas pressure. Just need walls around the apertures.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/903120412007047169,[],[],0,,False,225,17,15,,None,,,,,,,"[{'screen_name': 'eKanishka', 'name': 'kanishka', 'id': '17523931'}, {'screen_name': 'ChaseBlackmon1', 'name': 'Chase Blackmon', 'id': '2286018061'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +5409,902913054723022850,902912017333440514,1504106222000.0,2017-08-30 15:17:02,+0000,,"@ChaseBlackmon1 @boringcompany Not sure, but probably",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/902913054723022850,[],[],0,,False,2838,123,115,,None,,,,,,,"[{'screen_name': 'ChaseBlackmon1', 'name': 'Chase Blackmon', 'id': '2286018061'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +5410,902912866335956994,902863539739746304,1504106177000.0,2017-08-30 15:16:17,+0000,,@nickg_uk @Model3Owners Feature coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/902912866335956994,[],[],0,,False,643,73,43,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +5411,902810547384496128,902807552475451392,1504081782000.0,2017-08-30 08:29:42,+0000,,"@AdolfOosthuizen They're so real. Anyone going to that much trouble must really care. I'd gladly follow their commands, but they're so friggin obtuse …",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/902810547384496128,[],[],0,,False,1360,45,102,,None,,,,,,,"[{'screen_name': 'AdolfOosthuizen', 'name': 'Adolf Oosthuizen', 'id': '748057868386050048'}]",,,, +5412,902801948944031744,902798670822768640,1504079732000.0,2017-08-30 07:55:32,+0000,,@GraduateMonkey That's pretty much why we did it,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/902801948944031744,[],[],0,,False,2627,52,119,,None,,,,,,,"[{'screen_name': 'GraduateMonkey', 'name': 'Graduate Monkey', 'id': '1399727953'}]",,,, +5413,902452162625544193,902452162625544193,1503996336000.0,2017-08-29 08:45:36,+0000,,"Worth reading Life 3.0 by @Tegmark. AI will be the best or worst thing ever for humanity, so let’s get it right. https://t.co/lT0uMH3ujZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/902452162625544193,['https://www.amazon.com/Life-3-0-Being-Artificial-Intelligence/dp/1101946598'],[],0,,False,14433,845,3335,,None,,,,,,,[],,,, +5414,902241473311105024,902229375084404736,1503946104000.0,2017-08-28 18:48:24,+0000,,@bryanclark Hyperloop (near) vacuum tube runs parallel to SpaceX on Jack Northrop Blvd. It is 0.8 miles long and just under 6 ft in diameter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/902241473311105024,[],[],0,,False,1574,57,76,,None,,,,,,,"[{'screen_name': 'bryanclark', 'name': 'Bryan Clark', 'id': '14817278'}]",,,, +5415,902206719094169600,901970722343444480,1503937818000.0,2017-08-28 16:30:18,+0000,,"To be clear, a Hyperloop passenger version wouldn't have intense light strobe effect (just for testing), nor uncomfortable acceleration",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/902206719094169600,[],[],0,,False,13111,789,1098,,None,,,,,,,[],,,, +5416,902088566494314496,902039243601485824,1503909648000.0,2017-08-28 08:40:48,+0000,,@ItchGrid Brakes,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/902088566494314496,[],[],0,,False,18284,180,2766,,None,,,,,,,[],,,, +5417,902088347840950274,902063440558268416,1503909596000.0,2017-08-28 08:39:56,+0000,,@newscientist https://t.co/mA8ZgutrbE,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/902088347840950274,['https://m.youtube.com/watch?v=DNkKCFaqib8'],[],0,,False,360,35,39,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +5418,902087339010211840,902087339010211840,1503909356000.0,2017-08-28 08:35:56,+0000,,Will run the SpaceX pusher sled later this week and see what it can do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/902087339010211840,[],[],0,,False,8470,374,683,,None,,,,,,,[],,,, +5419,902086852152254464,902063440558268416,1503909240000.0,2017-08-28 08:34:00,+0000,,"@newscientist Moon base alpha (cheesy show, but I loved it) plus Mars",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/902086852152254464,[],[],0,,False,1441,49,76,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +5420,902078189891026945,902039243601485824,1503907174000.0,2017-08-28 07:59:34,+0000,,"@bfslandinglegs @RichardFPenn @John_Gardi Not that this is remotely equiv to man on the moon, but there is a world of difference between talking about some random idea and doing it",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/902078189891026945,[],[],0,,False,747,17,54,,None,,,,,,,"[{'screen_name': 'RichardFPenn', 'name': 'Richard Penn, SciFi Author 🇨🇦 🇬🇧', 'id': '2377300640'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +5421,902077101334904834,902039243601485824,1503906915000.0,2017-08-28 07:55:15,+0000,,"@bfslandinglegs @RichardFPenn @John_Gardi Actually, no, his architecture was different. Also, thinking of going to the moon and actually going to the moon are not the same thing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/902077101334904834,[],[],0,,False,690,16,28,,None,,,,,,,"[{'screen_name': 'RichardFPenn', 'name': 'Richard Penn, SciFi Author 🇨🇦 🇬🇧', 'id': '2377300640'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +5422,902039243601485824,902039243601485824,1503897889000.0,2017-08-28 05:24:49,+0000,,Hyperloop pod run by team WARR https://t.co/ntaMsoxkZE,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/902039243601485824,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/902039155240165376/pu/img/9zJyo8915xLbXwa_.jpg,False,116766,2986,41855,,None,,,,,,,[],,,, +5423,902036110129250304,902035896727252994,1503897142000.0,2017-08-28 05:12:22,+0000,,"@Excellion @boringcompany @OpenAI The AI could def find us there, but maybe it won't care",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/902036110129250304,[],[],0,,False,288,20,17,,None,,,,,,,"[{'screen_name': 'Excellion', 'name': 'Samson Mow', 'id': '14654494'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'OpenAI', 'name': 'OpenAI', 'id': '4398626122'}]",,,, +5424,902033084115283968,902033084115283968,1503896420000.0,2017-08-28 05:00:20,+0000,,A Model S in The Boring Company tunnel being dug under Los Angeles (starting in Hawthorne) https://t.co/tQVD5KkIvb,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/902033084115283968,['https://www.instagram.com/p/BYUeGjmAh8N/'],[],0,,False,6305,272,873,,None,,,,,,,[],,,, +5425,902005089300242432,901970722343444480,1503889746000.0,2017-08-28 03:09:06,+0000,,"@PiPrefer Yes, it is",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/902005089300242432,[],[],0,,False,407,16,10,,None,,,,,,,"[{'screen_name': 'PiPrefer', 'name': 'iPreferPi', 'id': '2342519370'}]",,,, +5426,901984719444688896,901970722343444480,1503884889000.0,2017-08-28 01:48:09,+0000,,@JRoque250 @Freewill404 @cbotnyse A tiny one,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/901984719444688896,[],[],0,,False,346,13,9,,None,,,,,,,"[{'screen_name': 'JRoque250', 'name': 'JR', 'id': '175597669'}, {'screen_name': 'cbotnyse', 'name': 'myname', 'id': '66827445'}]",,,, +5427,901984394264494080,901970722343444480,1503884812000.0,2017-08-28 01:46:52,+0000,,"Btw, high accel only needed because tube is short. For passenger transport, this can be spread over 20+ miles, so no spilt drinks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/901984394264494080,[],[],0,,False,10813,351,756,,None,,,,,,,[],,,, +5428,901975117797851137,901970722343444480,1503882600000.0,2017-08-28 01:10:00,+0000,,"@Freewill404 @cbotnyse No such thing as true vacuum, so actually yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/901975117797851137,[],[],0,,False,315,7,10,,None,,,,,,,"[{'screen_name': 'cbotnyse', 'name': 'myname', 'id': '66827445'}]",,,, +5429,901970991332564992,901970722343444480,1503881616000.0,2017-08-28 00:53:36,+0000,,@cbotnyse Call it ~800mph,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/901970991332564992,[],[],0,,False,686,35,40,,None,,,,,,,"[{'screen_name': 'cbotnyse', 'name': 'myname', 'id': '66827445'}]",,,, +5430,901970722343444480,901970722343444480,1503881552000.0,2017-08-28 00:52:32,+0000,,"Might be possible to go supersonic in our test Hyperloop tube, even though it's only 0.8 miles long. Very high accel/decel needed …",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/901970722343444480,[],[],0,,False,21678,1345,2654,,None,,,,,,,[],,,, +5431,901965739745148929,901965739745148929,1503880364000.0,2017-08-28 00:32:44,+0000,,"Congratulations to WARR team from Tech Univ Munich for winning 2nd @Hyperloop competition! Peak speed of 324 km/h, which is over 200 mph!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/901965739745148929,[],[],0,,False,8748,184,1412,,None,,,,,,,[],,,, +5432,901930363118747650,901930363118747650,1503871930000.0,2017-08-27 22:12:10,+0000,,Just arrived at the @Hyperloop competition final. Student teams have amazing talent!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/901930363118747650,[],[],0,,False,9697,168,719,,None,,,,,,,[],,,, +5433,901929826918981636,901928985457598464,1503871802000.0,2017-08-27 22:10:02,+0000,,@OfficeOfOMAR @HyperloopOne I hope they and any others trying to advance transport technology succeed,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/901929826918981636,[],[],0,,False,641,12,27,,None,,,,,,,[],,,, +5434,901904930071609345,901886266303627264,1503865866000.0,2017-08-27 20:31:06,+0000,,"@SmileSimplify @Vita_Berlin @c12olivas Exactly. Wouldn't let anyone invest more than a token amount in early rounds of SpaceX and Tesla, as the probability of failure was >90%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/901904930071609345,[],[],0,,False,285,15,19,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'Vita_Berlin', 'name': 'Vita', 'id': '1362914581'}]",,,, +5435,901904354126520321,901904354126520321,1503865729000.0,2017-08-27 20:28:49,+0000,, https://t.co/IypZm9FdQk,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/901904354126520321,['https://amp.theguardian.com/environment/climate-consensus-97-per-cent/2017/aug/07/fossil-fuel-subsidies-are-a-staggering-5-tn-per-year'],[],0,,False,8399,372,3988,,None,,,,,,,[],,,, +5436,901903526061907969,901902181690900482,1503865531000.0,2017-08-27 20:25:31,+0000,,"@SU3UR3ANLegend Sorry! Coming next year, along with completing the Trans-Canada Highway and interconnecting US, Mexico and Central America.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/901903526061907969,[],[],0,,False,2605,73,176,,None,,,,,,,"[{'screen_name': 'SU3UR3ANLegend', 'name': 'Suburban Legend', 'id': '197525583'}]",,,, +5437,901902674853068802,901886266303627264,1503865328000.0,2017-08-27 20:22:08,+0000,,"@bobbyblackstock @c12olivas Funny thing is, whenever I suggest all companies go to zero incentives, room gets very quiet. That's because others get a lot more than us.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/901902674853068802,[],[],0,,False,478,10,57,,None,,,,,,,"[{'screen_name': 'bobbyblackstock', 'name': 'Bobby Blackstock', 'id': '19913296'}]",,,, +5438,901902181657448448,901886266303627264,1503865211000.0,2017-08-27 20:20:11,+0000,,@bobbyblackstock @c12olivas Literally zero incentive laws were put into place by my companies. Zero. Others put them in place. Happy to go to zero incentives for all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/901902181657448448,[],[],0,,False,395,5,36,,None,,,,,,,"[{'screen_name': 'bobbyblackstock', 'name': 'Bobby Blackstock', 'id': '19913296'}]",,,, +5439,901889875867205632,901886266303627264,1503862277000.0,2017-08-27 19:31:17,+0000,,@c12olivas I'm not an investor. Just believe in putting money into my own companies. Don't think the OPM approach is right.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/901889875867205632,[],[],0,,False,2620,60,186,,None,,,,,,,[],,,, +5440,901887665662025728,901869411233140737,1503861750000.0,2017-08-27 19:22:30,+0000,,"@SmileSimplify @beboutside @Hyperloop @SpaceX @paradigm_hype @swissloop The latter. There are pretty long gaps between each team run, so livestream is not the way to go.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/901887665662025728,[],[],0,,False,251,15,8,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'Hyperloop', 'name': 'Hyperloop', 'id': '1654188770'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'paradigm_hype', 'name': 'Paradigm Hyperloop', 'id': '838099062217900035'}, {'screen_name': 'swissloop', 'name': 'Swissloop', 'id': '809742336435568640'}]",,,, +5441,901875780556226560,901875780556226560,1503858916000.0,2017-08-27 18:35:16,+0000,,"From last year, but still my favorite video of the Falcon 9 rocket booster returning from space… https://t.co/b935pdz2Xi",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/901875780556226560,['https://www.instagram.com/p/BYTrSaHgS-Z/'],[],0,,False,7773,444,1417,,None,,,,,,,[],,,, +5442,901871305124864000,901869411233140737,1503857849000.0,2017-08-27 18:17:29,+0000,,@beboutside @Hyperloop @SpaceX @paradigm_hype @swissloop SpaceX and The Boring Company are running the Hyperloop competition,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/901871305124864000,[],[],0,,False,364,16,25,,None,,,,,,,"[{'screen_name': 'Hyperloop', 'name': 'Hyperloop', 'id': '1654188770'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'paradigm_hype', 'name': 'Paradigm Hyperloop', 'id': '838099062217900035'}, {'screen_name': 'swissloop', 'name': 'Swissloop', 'id': '809742336435568640'}]",,,, +5443,901238166237069313,901235573683343361,1503706897000.0,2017-08-26 00:21:37,+0000,,"@Techmeme Tesla does not really have ""TTunes"". That's a joke.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/901238166237069313,[],[],0,,False,1040,60,99,,None,,,,,,,"[{'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}]",,,, +5444,901236337281454081,900480374597222401,1503706461000.0,2017-08-26 00:14:21,+0000,,"@kateconger Will be hanging with my little chum, Gary, on Sunday",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/901236337281454081,[],[],0,,False,1052,36,28,,None,,,,,,,"[{'screen_name': 'kateconger', 'name': 'o...k', 'id': '316154811'}]",,,, +5445,901162747865333760,901152582214721537,1503688916000.0,2017-08-25 19:21:56,+0000,,@RolfeWinkler @julieverhage Let me check on that for you. Found the answer right here: 🔥💩,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/901162747865333760,[],[],0,,False,470,36,63,,None,,,,,,,"[{'screen_name': 'RolfeWinkler', 'name': 'Rolfe Winkler', 'id': '19219421'}, {'screen_name': 'julieverhage', 'name': 'Julie VerHage-Greenberg', 'id': '21570308'}]",,,, +5446,901162339663175680,901152582214721537,1503688819000.0,2017-08-25 19:20:19,+0000,,@alexeheath @RolfeWinkler @julieverhage It was misinterpreted by Rolfe at WSJ as a fundraising effort. Neuralink is not seeking investors.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/901162339663175680,[],[],0,,False,217,14,15,,None,,,,,,,"[{'screen_name': 'alexeheath', 'name': 'Alex Heath', 'id': '14752818'}, {'screen_name': 'RolfeWinkler', 'name': 'Rolfe Winkler', 'id': '19219421'}, {'screen_name': 'julieverhage', 'name': 'Julie VerHage-Greenberg', 'id': '21570308'}]",,,, +5447,901161712950272000,901147342073712640,1503688669000.0,2017-08-25 19:17:49,+0000,,@berlinhedgehog @jmackin2 WSJ has been laboriously negative for over a decade. I'm surprised they haven't bored their readers to death by now.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/901161712950272000,[],[],0,,False,408,32,61,,None,,,,,,,"[{'screen_name': 'BerlinHedgehog', 'name': 'MaSSterSSkin', 'id': '1071672099037736960'}, {'screen_name': 'jmackin2', 'name': 'James Mackintosh', 'id': '36058478'}]",,,, +5448,901160950564216832,901152582214721537,1503688488000.0,2017-08-25 19:14:48,+0000,,@RolfeWinkler @julieverhage Neuralink is not raising money,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/901160950564216832,[],[],0,,False,258,24,29,,None,,,,,,,"[{'screen_name': 'RolfeWinkler', 'name': 'Rolfe Winkler', 'id': '19219421'}, {'screen_name': 'julieverhage', 'name': 'Julie VerHage-Greenberg', 'id': '21570308'}]",,,, +5449,900994666660626432,900947535358967808,1503648842000.0,2017-08-25 08:14:02,+0000,,"Max recovered booster velocity was Mach 7.9 (BulgarianSat). Energy is velocity squared, so this is a bigger difference than it appears",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/900994666660626432,[],[],0,,False,6086,293,501,,None,,,,,,,[],,,, +5450,900958153533042689,900947535358967808,1503640137000.0,2017-08-25 05:48:57,+0000,,"Max velocity: Mach 6.9 Max altitude: 247 km Highest so far, but velocity matters much more",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900958153533042689,[],[],0,,False,8748,221,827,,None,,,,,,,[],,,, +5451,900954066292924417,900947535358967808,1503639162000.0,2017-08-25 05:32:42,+0000,,@rupertdance @VoltzCoreAudio Probably 2m or so,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900954066292924417,[],[],0,,False,317,10,10,,None,,,,,,,"[{'screen_name': 'rupertdance', 'name': 'Rupert Dance', 'id': '61927525'}, {'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}]",,,, +5452,900953175594639360,900947535358967808,1503638950000.0,2017-08-25 05:29:10,+0000,,@VoltzCoreAudio Exactly. Yeah.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900953175594639360,[],[],0,,False,420,10,13,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}]",,,, +5453,900952880118603777,900947535358967808,1503638880000.0,2017-08-25 05:28:00,+0000,,@sroalf Intentionally? Yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900952880118603777,[],[],0,,False,266,12,7,,None,,,,,,,"[{'screen_name': 'sroalf', 'name': 'Stephen Roalf', 'id': '703835155'}]",,,, +5454,900952521560121350,900947535358967808,1503638794000.0,2017-08-25 05:26:34,+0000,,@HarshilShah1910 It is approximately the size of a carrot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900952521560121350,[],[],0,,False,892,34,64,,None,,,,,,,"[{'screen_name': 'HarshilShah1910', 'name': 'Harshil Shah', 'id': '917419079215996929'}]",,,, +5455,900951975671373824,900947535358967808,1503638664000.0,2017-08-25 05:24:24,+0000,,Touchdown: Vertical Velocity (m/s): -1.47 Lateral Velocity (m/s): -0.15 Tilt (deg): 0.40 ​ Lateral position: 0.7m from target center,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900951975671373824,[],[],0,,False,12593,395,1298,,None,,,,,,,[],,,, +5456,900947535358967808,900947535358967808,1503637605000.0,2017-08-25 05:06:45,+0000,,Falcon 9 boost stage on droneship Just Read the Instructions https://t.co/fZTPmwsnOz,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900947535358967808,[],['https://pbs.twimg.com/media/DIDPABEUAAEr21w.jpg'],1,https://pbs.twimg.com/media/DIDPABEUAAEr21w.jpg,False,28349,709,3987,,None,,,,,,,[],,,, +5457,900466867659198464,900466867659198464,1503523005000.0,2017-08-23 21:16:45,+0000,,"A midnight amendment, followed by a vigorously opposed subpoena. Someone has been naughty … https://t.co/RJeiNJngGt",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/900466867659198464,['https://cleantechnica.com/2017/08/22/tesla-wins-battle-war-michigan/'],[],0,,False,9174,578,1483,,None,,,,,,,[],,,, +5458,900461716617674752,900363626841812992,1503521777000.0,2017-08-23 20:56:17,+0000,,@vorbildgroup I played those games :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/900461716617674752,[],[],0,,False,1146,32,87,,None,,,,,,,"[{'screen_name': 'vorbildgroup', 'name': 'VORBILD Architecture', 'id': '579900535'}]",,,, +5459,900429498838994944,900415241158262784,1503514096000.0,2017-08-23 18:48:16,+0000,,"@DiscoverMag That's a SpaceX engineer in there, not me",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/900429498838994944,[],[],0,,False,7136,218,383,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +5460,900413265313792000,900413265313792000,1503510225000.0,2017-08-23 17:43:45,+0000,,New Model X SUV now faster than a $500k Lamborghini https://t.co/J23AKNMnmV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/900413265313792000,['https://twitter.com/dragtimes/status/899112325457874944'],[],0,,False,32678,1137,8762,https://twitter.com/dragtimes/status/899112325457874944,None,,,,,,,[],,,, +5461,900376843210981378,900376105927888896,1503501542000.0,2017-08-23 15:19:02,+0000,,"@KonstDubbed Yeah. It's kinda disgusting, but my boys and I love it :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/900376843210981378,[],[],0,,False,10497,105,1147,,None,,,,,,,"[{'screen_name': 'KonstDubbed', 'name': 'Jeff Dible Corn', 'id': '1128433794'}]",,,, +5462,900363626841812992,900363626841812992,1503498391000.0,2017-08-23 14:26:31,+0000,,First picture of SpaceX spacesuit. More in days to follow. Worth noting that this actually works… https://t.co/5ZtqkKiTQX,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/900363626841812992,['https://www.instagram.com/p/BYIPmEFAIIn/'],[],0,,False,30781,1218,9709,,None,,,,,,,[],,,, +5463,899923514576084992,899916632830525440,1503393460000.0,2017-08-22 09:17:40,+0000,,"@BlueRhythmics I would say that @TheOnion is the greatest publication in the history of all conscious beings, living or dead",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/899923514576084992,[],[],0,,False,1209,55,160,,None,,,,,,,[],,,, +5464,899917256372633600,899916632830525440,1503391968000.0,2017-08-22 08:52:48,+0000,,"@ricky_errera I'm not the CEO of Ball Mason Jars. Also, not judging …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/899917256372633600,[],[],0,,False,462,21,15,,None,,,,,,,"[{'screen_name': 'ricky_errera', 'name': 'Ricky', 'id': '3237799637'}]",,,, +5465,899916632830525440,899916632830525440,1503391819000.0,2017-08-22 08:50:19,+0000,,Was at a friend's party this weekend and drank wine from a mason jar https://t.co/eMs7MbNJep,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/899916632830525440,['http://www.theonion.com/blogpost/were-going-to-enjoy-this-cocaine-fueled-mason-jar--36779'],[],0,,False,4433,662,571,,None,,,,,,,[],,,, +5466,899872164106481664,899726662236987392,1503381217000.0,2017-08-22 05:53:37,+0000,,@brijwaasi I can't hide the truth any more …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/899872164106481664,[],[],0,,False,31765,450,5059,,None,,,,,,,"[{'screen_name': 'brijwaasi', 'name': 'JA', 'id': '175845536'}]",,,, +5467,899701180674187265,899682569951760384,1503340451000.0,2017-08-21 18:34:11,+0000,,@theafterpipe Yes :),und,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/899701180674187265,[],[],0,,False,1553,24,53,,None,,,,,,,"[{'screen_name': 'theafterpipe', 'name': 'Jonathan Ingersoll', 'id': '448324057'}]",,,, +5468,899682569951760384,899682569951760384,1503336014000.0,2017-08-21 17:20:14,+0000,,Watching eclipse with sunglasses on through the Model S glass roof. Wow!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/899682569951760384,[],[],0,,False,39464,1254,3803,,None,,,,,,,[],,,, +5469,899490321431764992,899490321431764992,1503290179000.0,2017-08-21 04:36:19,+0000,,SpaceX rocket factory as seen from space https://t.co/JNsvMsNvQX,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/899490321431764992,['https://www.instagram.com/p/BYCjs0bgmNl/'],[],0,,False,8729,370,1077,,None,,,,,,,[],,,, +5470,899224620510830592,899222042385436672,1503226830000.0,2017-08-20 11:00:30,+0000,,"@geerinckx1989 Yeah, but not a priority right now",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/899224620510830592,[],[],0,,False,2050,60,53,,None,,,,,,,[],,,, +5471,899215699389759488,899194095620567040,1503224704000.0,2017-08-20 10:25:04,+0000,,@SeeDecentral @technology I'm not coming for anything. Just digging some tunnels and might draw a vacuum on some of them.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/899215699389759488,[],[],0,,False,392,26,24,,None,,,,,,,"[{'screen_name': 'technology', 'name': 'Bloomberg Technology', 'id': '21272440'}]",,,, +5472,899215300901519360,899213615852552192,1503224609000.0,2017-08-20 10:23:29,+0000,,"@dfchil We are going to move all info and settings to the ""cloud"" (aka server) so any Tesla you drive in the world automatically adjusts to you",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/899215300901519360,[],[],0,,False,7529,230,899,,None,,,,,,,"[{'screen_name': 'dfchil', 'name': 'Daniel Fairchild', 'id': '440377942'}]",,,, +5473,899075756508065793,899075756508065793,1503191339000.0,2017-08-20 01:08:59,+0000,,Pics of SpaceX spacesuit developed for NASA commercial crew program coming out next week. Undergoing ocean landing mobility/safety tests.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/899075756508065793,[],[],0,,False,27385,607,3717,,None,,,,,,,[],,,, +5474,899018076867272704,898995993529638912,1503177587000.0,2017-08-19 21:19:47,+0000,,@mbianchi @andrewket Totally agree. This was a foolish oversight.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/899018076867272704,[],[],0,,False,282,18,6,,None,,,,,,,"[{'screen_name': 'mbianchi', 'name': 'Mr. PloW®', 'id': '16442770'}, {'screen_name': 'andrewket', 'name': 'Andrew Doane', 'id': '14207320'}]",,,, +5475,899017770787979265,899016560265883648,1503177514000.0,2017-08-19 21:18:34,+0000,,@WillFealey At some point. Features are prioritized by importance * number of owners likely to benefit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/899017770787979265,[],[],0,,False,807,35,30,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}]",,,, +5476,899017475366412288,899016934532034561,1503177443000.0,2017-08-19 21:17:23,+0000,,@Dem0ney Yeah. That's been on the future feature list for a while. Need to make sure rain sensor doesn't false positive or drain battery.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/899017475366412288,[],[],0,,False,3440,115,137,,None,,,,,,,"[{'screen_name': 'Dem0ney', 'name': 'Derrick Schwartz', 'id': '36919644'}]",,,, +5477,899015841160679424,898707974541250560,1503177054000.0,2017-08-19 21:10:54,+0000,,@_jeffreyr @ThePhoenixFlare @Cupen_Ames @pjfranks1509 Will prob do something like that,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/899015841160679424,[],[],0,,False,166,7,4,,None,,,,,,,"[{'screen_name': '_jeffreyr', 'name': 'JeffreyR', 'id': '48472949'}, {'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}, {'screen_name': 'Cupen_Ames', 'name': 'Freddy Cupen-Ames (He/Him/His/El)', 'id': '2787081445'}, {'screen_name': 'pjfranks1509', 'name': 'Paul Franks', 'id': '117420493'}]",,,, +5478,899003841001037824,898707974541250560,1503174193000.0,2017-08-19 20:23:13,+0000,,@RanRinBC @Cupen_Ames @pjfranks1509 Problem is possible impact on curbs or ground objects with the car itself or door swing arc,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/899003841001037824,[],[],0,,False,172,8,7,,None,,,,,,,"[{'screen_name': 'RanRinBC', 'name': 'Randy Rinaldo 🦅', 'id': '313145702'}, {'screen_name': 'Cupen_Ames', 'name': 'Freddy Cupen-Ames (He/Him/His/El)', 'id': '2787081445'}, {'screen_name': 'pjfranks1509', 'name': 'Paul Franks', 'id': '117420493'}]",,,, +5479,898997621158690816,898995993529638912,1503172710000.0,2017-08-19 19:58:30,+0000,,"@andrewket Will do. Also, we need to make it a lot easier to adjust the headrest.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/898997621158690816,[],[],0,,False,2017,67,43,,None,,,,,,,"[{'screen_name': 'andrewket', 'name': 'Andrew Doane', 'id': '14207320'}]",,,, +5480,898782234701737984,898707974541250560,1503121357000.0,2017-08-19 05:42:37,+0000,,"@Cupen_Ames @pjfranks1509 Yeah, it should probably automatically adjust to the user config of whoever is closest to a given door when the handle is touched",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/898782234701737984,[],[],0,,False,403,45,27,,None,,,,,,,"[{'screen_name': 'Cupen_Ames', 'name': 'Freddy Cupen-Ames (He/Him/His/El)', 'id': '2787081445'}, {'screen_name': 'pjfranks1509', 'name': 'Paul Franks', 'id': '117420493'}]",,,, +5481,898713949125787650,898707974541250560,1503105077000.0,2017-08-19 01:11:17,+0000,,@pjfranks1509 Good point. We will add that to all cars in one of the upcoming software releases.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/898713949125787650,[],[],0,,False,8465,266,436,,None,,,,,,,"[{'screen_name': 'pjfranks1509', 'name': 'Paul Franks', 'id': '117420493'}]",,,, +5482,898659784307515392,898650010757152768,1503092163000.0,2017-08-18 21:36:03,+0000,,@robcrawford08 I love Kermit,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/898659784307515392,[],[],0,,False,24638,174,2860,,None,,,,,,,[],,,, +5483,898523896952922113,898521820764135426,1503059765000.0,2017-08-18 12:36:05,+0000,,"But you can check it out on @9GAGTweets. Btw, this isn't a video, like cliff diving or fake rocket landings, that matters if it's reversed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/898523896952922113,[],[],0,,False,2137,138,138,,None,,,,,,,[],,,, +5484,898522857847652353,898521820764135426,1503059517000.0,2017-08-18 12:31:57,+0000,,Wigs me out too much. Deleting ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/898522857847652353,[],[],0,,False,2140,203,113,,None,,,,,,,[],,,, +5485,897234747025313793,897233474792284162,1502752408000.0,2017-08-14 23:13:28,+0000,,"@PatricknLA @ericgarcetti Yes, just that the permitting process is slow",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/897234747025313793,[],[],0,,False,573,36,28,,None,,,,,,,"[{'screen_name': 'PatricknLA', 'name': 'Patrick Terrill', 'id': '120277096'}, {'screen_name': 'ericgarcetti', 'name': 'Eric Garcetti', 'id': '17358750'}]",,,, +5486,897234526945988608,897232757629173760,1502752355000.0,2017-08-14 23:12:35,+0000,,@Schmidtlaxer I want one too!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/897234526945988608,[],[],0,,False,755,52,27,,None,,,,,,,[],,,, +5487,897232757629173760,897232757629173760,1502751933000.0,2017-08-14 23:05:33,+0000,,"Tesla Powerwalls can support houses of any size, but the cool thing is we can tow this house around with a Model X! https://t.co/MmQl8BPetY",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/897232757629173760,['https://twitter.com/electrekco/status/896912532031590401'],[],0,,False,21041,1094,4136,https://twitter.com/electrekco/status/896912532031590401,None,,,,,,,[],,,, +5488,897223001631899648,897209593612218368,1502749607000.0,2017-08-14 22:26:47,+0000,,"@neddesmond @SpaceX The danger is def high for South Korea, due to proximity, but much less for distant targets like the US. SK anti-missile tech is excellent.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/897223001631899648,[],[],0,,False,359,23,32,,None,,,,,,,"[{'screen_name': 'neddesmond', 'name': 'Ned Desmond', 'id': '14929531'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5489,897221108704751616,897209593612218368,1502749156000.0,2017-08-14 22:19:16,+0000,,"@neddesmond @SpaceX We certainly could, but, while not suggesting complacency, I'm confident that the US DoD and intelligence orgs have this covered",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/897221108704751616,[],[],0,,False,2585,59,162,,None,,,,,,,"[{'screen_name': 'neddesmond', 'name': 'Ned Desmond', 'id': '14929531'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5490,897142164731199488,897142164731199488,1502730334000.0,2017-08-14 17:05:34,+0000,,12th mission of our Dragon robotic space freighter in support of the @NASA @Space_Station https://t.co/vlGbGLgBcR,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/897142164731199488,['https://twitter.com/spacex/status/897133836441534464'],[],0,,False,13426,519,1971,https://twitter.com/spacex/status/897133836441534464,None,,,,,,,[],,,, +5491,896762461574938625,896762461574938625,1502639806000.0,2017-08-13 15:56:46,+0000,,First draft animation of the Falcon Heavy three core launch. FH is twice the thrust of the next… https://t.co/vgZxF6ugoh,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/896762461574938625,['https://www.instagram.com/p/BXXiVWFgphb/'],[],0,,False,8786,724,1772,,None,,,,,,,[],,,, +5492,896227859596955648,896166762361704450,1502512347000.0,2017-08-12 04:32:27,+0000,,@Beryllium9 @jasontoff For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/896227859596955648,[],[],0,,False,453,30,18,,None,,,,,,,"[{'screen_name': 'Beryllium9', 'name': 'Kevin Boyd', 'id': '18713086'}, {'screen_name': 'jasontoff', 'name': 'Jason Toff', 'id': '6562172'}]",,,, +5493,896226285831077888,896169801277517824,1502511972000.0,2017-08-12 04:26:12,+0000,,@Reza_Zadeh Biggest impediment to recognizing AI danger are those so convinced of their own intelligence they can't imagine anyone doing what they can't,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/896226285831077888,[],[],0,,False,2179,118,436,,None,,,,,,,"[{'screen_name': 'Reza_Zadeh', 'name': 'Reza Zadeh', 'id': '92839676'}]",,,, +5494,896216646670471168,896163163581825025,1502509674000.0,2017-08-12 03:47:54,+0000,,Would like to express our appreciation to Microsoft for use of their Azure cloud computing platform. This required massive processing power.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/896216646670471168,[],[],0,,False,18001,290,3863,,None,,,,,,,[],,,, +5495,896200592388784128,896200592388784128,1502505846000.0,2017-08-12 02:44:06,+0000,,OpenAI + Dota 2 https://t.co/hdyFSMMB0z,in,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/896200592388784128,['https://youtu.be/l92J1UvHf6M'],[],0,,False,11955,368,3904,,None,,,,,,,[],,,, +5496,896171308706287616,896169801277517824,1502498864000.0,2017-08-12 00:47:44,+0000,,@VeryVandy It is far too complex for that. Requires a team of the world's best AI researchers with massive computing resources.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/896171308706287616,[],[],0,,False,1783,144,165,,None,,,,,,,"[{'screen_name': 'VeryVandy', 'name': 'VeryVandy', 'id': '395432970'}]",,,, +5497,896169801277517824,896169801277517824,1502498505000.0,2017-08-12 00:41:45,+0000,,"Nobody likes being regulated, but everything (cars, planes, food, drugs, etc) that's a danger to the public is regulated. AI should be too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/896169801277517824,[],[],0,,False,67453,2278,18429,,None,,,,,,,[],,,, +5498,896167360624590848,896166762361704450,1502497923000.0,2017-08-12 00:32:03,+0000,,"@iainthomson I sure hope so, but we can't take that for granted",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/896167360624590848,[],[],0,,False,365,26,8,,None,,,,,,,"[{'screen_name': 'iainthomson', 'name': 'Iain Thomson', 'id': '19570007'}]",,,, +5499,896166762361704450,896166762361704450,1502497780000.0,2017-08-12 00:29:40,+0000,,"If you're not concerned about AI safety, you should be. Vastly more risk than North Korea. https://t.co/2z0tiid0lc",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/896166762361704450,[],['https://pbs.twimg.com/media/DG_S6a2UwAAVzKD.jpg'],1,https://pbs.twimg.com/media/DG_S6a2UwAAVzKD.jpg,False,33624,2045,11562,,None,,,,,,,[],,,, +5500,896163163581825025,896163163581825025,1502496922000.0,2017-08-12 00:15:22,+0000,,OpenAI first ever to defeat world's best players in competitive eSports. Vastly more complex than traditional board games like chess & Go.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/896163163581825025,[],[],0,,False,34839,946,9807,,None,,,,,,,[],,,, +5501,895878249389072386,895318232369840128,1502428993000.0,2017-08-11 05:23:13,+0000,,@SmileSimplify @VatsalSngh @businessinsider Coming soon ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/895878249389072386,[],[],0,,False,312,31,7,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'VatsalSngh', 'name': 'Vatsal Singh', 'id': '122852307'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +5502,895872939286872068,895871776256794624,1502427727000.0,2017-08-11 05:02:07,+0000,,@mayemusk Hi Mom!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/895872939286872068,[],[],0,,False,10121,149,572,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +5503,895867074517516289,895318232369840128,1502426329000.0,2017-08-11 04:38:49,+0000,,@maralkalajian @businessinsider A level 9 orc illusionist and dressmaker,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/895867074517516289,[],[],0,,False,1117,37,87,,None,,,,,,,"[{'screen_name': 'maralkalajian', 'name': 'Maral', 'id': '17392609'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +5504,895866249669820418,895857329027076096,1502426132000.0,2017-08-11 04:35:32,+0000,,@TIME This is about as true as TIME being a paragon of great journalism. Please spend at least 8 seconds checking your facts.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/895866249669820418,[],[],0,,False,28398,619,4621,,None,,,,,,,"[{'screen_name': 'TIME', 'name': 'TIME', 'id': '14293310'}]",,,, +5505,895865506602692609,895318232369840128,1502425955000.0,2017-08-11 04:32:35,+0000,,@businessinsider Just because I have the outfit and the awesome weapons doesn't make me a ninja. That requires years of training.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/895865506602692609,[],[],0,,False,1063,56,153,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +5506,895864765980958721,895318232369840128,1502425779000.0,2017-08-11 04:29:39,+0000,,@VatsalSngh @businessinsider There are dozens of bogus or half-true anecdotes don't really matter & maybe 5 to 10 that do. Guess I could post for those interested.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/895864765980958721,[],[],0,,False,454,45,14,,None,,,,,,,"[{'screen_name': 'VatsalSngh', 'name': 'Vatsal Singh', 'id': '122852307'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +5507,895838512544702465,895318232369840128,1502419519000.0,2017-08-11 02:45:19,+0000,,"@businessinsider One other I'd like to correct from the biography: I never said I was a samurai. Said I was ninja. No, that's a joke. Didn't say that either.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/895838512544702465,[],[],0,,False,4912,139,435,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +5508,895837913707163648,895318232369840128,1502419377000.0,2017-08-11 02:42:57,+0000,,"@businessinsider MB was given 52 weeks of salary & stock in appreciation for her great contribution & left to join a small firm, once again as a generalist",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/895837913707163648,[],[],0,,False,1358,41,169,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +5509,895836885427335168,895318232369840128,1502419131000.0,2017-08-11 02:38:51,+0000,,"@businessinsider Mary Beth was an amazing assistant for over 10 yrs, but as company complexity grew, the role required several specialists vs one generalist",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/895836885427335168,[],[],0,,False,992,24,122,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +5510,895835433363439616,895318232369840128,1502418785000.0,2017-08-11 02:33:05,+0000,,"@businessinsider Of all the bogus anecdotes, this one troubles me the most. Ashlee never actually ran this story by me or my assistant. It is total nonsense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/895835433363439616,[],[],0,,False,911,56,121,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +5511,895834554245709824,895318232369840128,1502418576000.0,2017-08-11 02:29:36,+0000,,"@businessinsider Ashlee Vance's biography is mostly correct, but also rife with errors & never independently fact-checked, despite my request that he do so",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/895834554245709824,[],[],0,,False,2720,124,278,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +5512,895512698145976320,895495113153142785,1502341839000.0,2017-08-10 05:10:39,+0000,,@LWRGI Major increases in the Supercharger and Tesla urban charger network happening over the next several months,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/895512698145976320,[],[],0,,False,3659,159,286,,None,,,,,,,"[{'screen_name': 'LWRGI', 'name': 'Tonantzin Matheus', 'id': '260811147'}]",,,, +5513,894346282642354178,894346282642354178,1502063744000.0,2017-08-06 23:55:44,+0000,,First draft animation of the Falcon Heavy three core launch. FH is twice the thrust of the next… https://t.co/vgZxF6LRMR,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/894346282642354178,['https://www.instagram.com/p/BXXiVWFgphb/'],[],0,,False,12000,907,2711,,None,,,,,,,[],,,, +5514,894323936413929472,894307568209846272,1502058416000.0,2017-08-06 22:26:56,+0000,,@AmirNoir I agree. Working on it ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/894323936413929472,[],[],0,,False,2127,209,84,,None,,,,,,,"[{'screen_name': 'AmirNoir', 'name': 'AmirNoir', 'id': '50981303'}]",,,, +5515,893995253392326656,893993947881652224,1501980052000.0,2017-08-06 00:40:52,+0000,,@AwarenessReef @lexiheft @Domenick_Y @bonnienorman It's only a matter of time,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893995253392326656,[],[],0,,False,346,21,15,,None,,,,,,,"[{'screen_name': 'AwarenessReef', 'name': 'Spoooooky Coral Reef', 'id': '789461048021614593'}, {'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'Domenick_Y', 'name': 'Domenick', 'id': '14847096'}, {'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +5516,893995091399856128,893994655582498816,1501980014000.0,2017-08-06 00:40:14,+0000,,@Belakorr y,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893995091399856128,[],[],0,,False,3969,151,255,,None,,,,,,,"[{'screen_name': 'Belakorr', 'name': 'Daniel López', 'id': '300123389'}]",,,, +5517,893993947881652224,893993947881652224,1501979741000.0,2017-08-06 00:35:41,+0000,,"True, although the changemyview subreddit is least likely to be clicked on by people who really should change their view https://t.co/DlVgSc3ZJJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893993947881652224,['https://twitter.com/lexiheft/status/893987512359714816'],[],0,,False,6749,305,765,https://twitter.com/lexiheft/status/893987512359714816,None,,,,,,,[],,,, +5518,893988268655525888,893988268655525888,1501978387000.0,2017-08-06 00:13:07,+0000,,"Arguments, followed, of course, by complaints https://t.co/DOOWMGy8p8",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893988268655525888,['https://m.youtube.com/watch?v=wxrbOVeRonQ'],[],0,,False,4271,207,641,,None,,,,,,,[],,,, +5519,893985648402497536,893984998419685376,1501977762000.0,2017-08-06 00:02:42,+0000,,@iDedupe Are you complaining that we are not complaining enough?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893985648402497536,[],[],0,,False,2156,63,92,,None,,,,,,,"[{'screen_name': 'iDedupe', 'name': 'Andy Wilson', 'id': '442357615'}]",,,, +5520,893985049569185792,893981677437018113,1501977619000.0,2017-08-06 00:00:19,+0000,,@Domenick_Y @bonnienorman And let's not forget the forum on which we are posting… I've heard - now this is just a rumor - that people say mean things on Twitter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893985049569185792,[],[],0,,False,884,22,66,,None,,,,,,,"[{'screen_name': 'Domenick_Y', 'name': 'Domenick', 'id': '14847096'}, {'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +5521,893983388729618433,893983105895280641,1501977223000.0,2017-08-05 23:53:43,+0000,,@TomDines Like I said ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/893983388729618433,[],[],0,,False,1009,23,16,,None,,,,,,,"[{'screen_name': 'TomDines', 'name': 'Tom Dines', 'id': '334322570'}]",,,, +5522,893982616692465664,893981677437018113,1501977039000.0,2017-08-05 23:50:39,+0000,,@bonnienorman It gets really dark,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/893982616692465664,[],[],0,,False,339,8,10,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +5523,893982228857761794,893981677437018113,1501976947000.0,2017-08-05 23:49:07,+0000,,"@WaywardPlane True, there are frequent complaint expansion packs",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/893982228857761794,[],[],0,,False,656,8,21,,None,,,,,,,"[{'screen_name': 'WaywardPlane', 'name': 'Wayward Plane ✈️', 'id': '822254523112714240'}]",,,, +5524,893981677437018113,893981677437018113,1501976815000.0,2017-08-05 23:46:55,+0000,,Except for complaining. That has remained constant throughout history at 100/100. https://t.co/dQFlVLkO21,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/893981677437018113,['https://twitter.com/sama/status/892079862097166336'],[],0,,False,31232,552,9755,https://twitter.com/sama/status/892079862097166336,None,,,,,,,[],,,, +5525,893920554821931008,893920554821931008,1501962243000.0,2017-08-05 19:44:03,+0000,,Officially verified as the first production electric car to exceed 1000km on a single charge! Congratulations Tesla Owners Italia!! https://t.co/r8fFZIFEP2,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/893920554821931008,['https://twitter.com/teslaownersit/status/893255144447643648'],[],0,,False,48602,896,13427,https://twitter.com/teslaownersit/status/893255144447643648,None,,,,,,,[],,,, +5526,893416227967717376,893384806381346816,1501842002000.0,2017-08-04 10:20:02,+0000,,@GuardianSustBiz I guess a proof of concept is needed,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/893416227967717376,[],[],0,,False,9523,330,678,,None,,,,,,,"[{'screen_name': 'GuardianSustBiz', 'name': 'Jeremy Leslie', 'id': '1149181990945599488'}]",,,, +5527,893176500005908482,893176500005908482,1501784846000.0,2017-08-03 18:27:26,+0000,,Looking forward to launching @NASA astronauts to the International Space Station next year! https://t.co/qoLtTEP4L8,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/893176500005908482,['http://www.popularmechanics.com/space/a27453/spacex-boeing-launch-astronauts-next-year/'],[],0,,False,26589,656,5804,,None,,,,,,,[],,,, +5528,892881718201401344,892879594944159746,1501714565000.0,2017-08-02 22:56:05,+0000,,@RSorokanich @RoadandTrack Sorry about that. You certainly should have been. Will get you guys in a car right away.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/892881718201401344,[],[],0,,False,2409,79,71,,None,,,,,,,"[{'screen_name': 'RSorokanich', 'name': 'Bob Sorokanich', 'id': '273759672'}, {'screen_name': 'RoadandTrack', 'name': 'Road & Track', 'id': '21200953'}]",,,, +5529,892818841738158080,892811651824533504,1501699574000.0,2017-08-02 18:46:14,+0000,,"@jdlien No, must brake safely to a halt",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/892818841738158080,[],[],0,,False,398,26,12,,None,,,,,,,"[{'screen_name': 'jdlien', 'name': 'JD Lien', 'id': '21677454'}]",,,, +5530,892811651824533504,892811651824533504,1501697860000.0,2017-08-02 18:17:40,+0000,,SpaceX student Hyperloop top speed competition coming up soon! https://t.co/R7FAPf6HLB,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/892811651824533504,['https://twitter.com/hyperloop/status/892805772488388612'],[],0,,False,13825,331,2370,https://twitter.com/hyperloop/status/892805772488388612,None,,,,,,,[],,,, +5531,892545286748258305,892545286748258305,1501634353000.0,2017-08-02 00:39:13,+0000,,We poured our heart into the car. Hope you love it. https://t.co/DZOgQUfENo,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/892545286748258305,['https://twitter.com/futurism/status/892422861150760965'],[],0,,False,32358,1133,5090,https://twitter.com/futurism/status/892422861150760965,None,,,,,,,[],,,, +5532,892216736497319936,892216736497319936,1501556021000.0,2017-08-01 02:53:41,+0000,,Sure hope so https://t.co/VJclNI3I2F,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/892216736497319936,['https://twitter.com/popmech/status/892038155041476608'],[],0,,False,21936,502,2805,https://twitter.com/popmech/status/892038155041476608,None,,,,,,,[],,,, +5533,892083176897626113,892075323466149891,1501524178000.0,2017-07-31 18:02:58,+0000,,@FoxNews Batteries!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/892083176897626113,[],[],0,,False,8997,196,617,,None,,,,,,,"[{'screen_name': 'FoxNews', 'name': 'Fox News', 'id': '1367531'}]",,,, +5534,892049271511330816,892049271511330816,1501516094000.0,2017-07-31 15:48:14,+0000,,"Thoughtful Model 3 review by @tsrandall, one of the most insightful journalists https://t.co/cuIKJ9NglN",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/892049271511330816,['https://www.bloomberg.com/news/articles/2017-07-31/driving-tesla-s-model-3-changes-everything'],[],0,,False,9826,424,2507,,None,,,,,,,[],,,, +5535,891925017461575680,891881869712773121,1501486469000.0,2017-07-31 07:34:29,+0000,,"@SmileSimplify @notshahzeb @verge There are several dozen ship names in the Culture series, but I liked those best",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/891925017461575680,[],[],0,,False,1015,44,35,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'notshahzeb', 'name': 's \U0001f93f', 'id': '1541423550'}, {'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +5536,891911665821786112,891881869712773121,1501483286000.0,2017-07-31 06:41:26,+0000,,@verge Umm ... https://t.co/bjJ0lNYK35,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/891911665821786112,[],['https://pbs.twimg.com/media/DGC07V3UwAAMwhR.jpg'],1,https://pbs.twimg.com/media/DGC07V3UwAAMwhR.jpg,False,45445,662,6728,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +5537,891737934553989120,891704985603284992,1501441865000.0,2017-07-30 19:11:05,+0000,,"@skynetcomputer Yeah, it's better than a Model 3. We can put a lot more in a car at a higher price.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/891737934553989120,[],[],0,,False,416,62,22,,None,,,,,,,"[{'screen_name': 'skynetcomputer', 'name': 'Simon Chow', 'id': '70453104'}]",,,, +5538,891719659514245121,891708616574685185,1501437508000.0,2017-07-30 17:58:28,+0000,,"@robertgaal @EricDiepeveen I'm sure there are better answers than what I do, which is just take the pain and make sure you really care about what you're doing",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891719659514245121,[],[],0,,False,2024,147,317,,None,,,,,,,"[{'screen_name': 'robertgaal', 'name': 'Robert Gaal', 'id': '1274561'}, {'screen_name': 'EricDiepeveen', 'name': 'Eric Diepeveen', 'id': '19741420'}]",,,, +5539,891715134132936704,891708616574685185,1501436429000.0,2017-07-30 17:40:29,+0000,,"@iFahadUddin @EricDiepeveen If you buy a ticket to hell, it isn't fair to blame hell ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891715134132936704,[],[],0,,False,1032,69,333,,None,,,,,,,"[{'screen_name': 'EricDiepeveen', 'name': 'Eric Diepeveen', 'id': '19741420'}]",,,, +5540,891714878494261249,891708616574685185,1501436368000.0,2017-07-30 17:39:28,+0000,,"@iFahadUddin @EricDiepeveen Maybe not medically tho. Dunno. Bad feelings correlate to bad events, so maybe real problem is getting carried away in what I sign up for.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891714878494261249,[],[],0,,False,1215,107,85,,None,,,,,,,"[{'screen_name': 'EricDiepeveen', 'name': 'Eric Diepeveen', 'id': '19741420'}]",,,, +5541,891713104786083841,891708616574685185,1501435946000.0,2017-07-30 17:32:26,+0000,,@iFahadUddin @EricDiepeveen Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891713104786083841,[],[],0,,False,670,38,30,,None,,,,,,,"[{'screen_name': 'EricDiepeveen', 'name': 'Eric Diepeveen', 'id': '19741420'}]",,,, +5542,891710778205626368,891708616574685185,1501435391000.0,2017-07-30 17:23:11,+0000,,"@EricDiepeveen The reality is great highs, terrible lows and unrelenting stress. Don't think people want to hear about the last two.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891710778205626368,[],[],0,,False,22153,819,5448,,None,,,,,,,"[{'screen_name': 'EricDiepeveen', 'name': 'Eric Diepeveen', 'id': '19741420'}]",,,, +5543,891708792110317568,891704985603284992,1501434917000.0,2017-07-30 17:15:17,+0000,,@cunarders Model 3 uses two intersecting planes of air for vertical control & lateral fins hidden within the dashboard for horizontal control,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891708792110317568,[],[],0,,False,923,34,100,,None,,,,,,,"[{'screen_name': 'cunarders', 'name': 'Follow @visitwithrich instead', 'id': '2479714500'}]",,,, +5544,891704985603284992,891704985603284992,1501434010000.0,2017-07-30 17:00:10,+0000,,Model 3 Interior https://t.co/fihY06dJLw,ca,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891704985603284992,['https://www.instagram.com/p/BXLaVSkAJsk/'],[],0,,False,12642,848,2320,,None,,,,,,,[],,,, +5545,891546920232943617,891545607617294336,1501396324000.0,2017-07-30 06:32:04,+0000,,@NigeBe Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/891546920232943617,[],[],0,,False,1844,66,46,,None,,,,,,,"[{'screen_name': 'NigeBe', 'name': 'Nigel Brookes', 'id': '387049565'}]",,,, +5546,891543170160353283,891445236689387520,1501395430000.0,2017-07-30 06:17:10,+0000,,@DMC_Ryan Probably middle of next year. Focus now is on getting out of Model 3 production hell. More versions = deeper in hell.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/891543170160353283,[],[],0,,False,5649,153,326,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +5547,891441883179753472,891439017279062016,1501371281000.0,2017-07-29 23:34:41,+0000,,@antplaysdrums Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/891441883179753472,[],[],0,,False,2876,68,121,,None,,,,,,,"[{'screen_name': 'antplaysdrums', 'name': 'anthony devecka', 'id': '75114782'}]",,,, +5548,891337229162790912,715729313249632257,1501346330000.0,2017-07-29 16:38:50,+0000,,@Oatmeal Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/891337229162790912,[],[],0,,False,754,39,38,,None,,,,,,,"[{'screen_name': 'Oatmeal', 'name': 'The Oatmeal', 'id': '4519121'}]",,,, +5549,891113180360880128,891108125842878464,1501292912000.0,2017-07-29 01:48:32,+0000,,"@TeslaOwnerClub Watched them personally to make sure & I agree with the outcome. Wouldn't have judged differently. Amazing videos all, but @MKBHD was best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891113180360880128,[],[],0,,False,4200,42,267,,None,,,,,,,[],,,, +5550,891108671828013056,891108671828013056,1501291838000.0,2017-07-29 01:30:38,+0000,,Couldn't believe how incredibly inspiring and creative they were!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891108671828013056,[],[],0,,False,10379,269,649,,None,,,,,,,[],,,, +5551,891108125842878464,891108125842878464,1501291707000.0,2017-07-29 01:28:27,+0000,,First! https://t.co/OXNEgDnhku,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891108125842878464,['https://twitter.com/teslamotors/status/890291870298849280'],[],0,,False,19398,419,2736,https://twitter.com/teslamotors/status/890291870298849280,None,,,,,,,[],,,, +5552,891108035665338369,891108035665338369,1501291686000.0,2017-07-29 01:28:06,+0000,,Second https://t.co/BTVNSZhC9z,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891108035665338369,['https://twitter.com/teslamotors/status/890292180853465088'],[],0,,False,5152,91,644,https://twitter.com/teslamotors/status/890292180853465088,None,,,,,,,[],,,, +5553,891107966367158272,891107966367158272,1501291669000.0,2017-07-29 01:27:49,+0000,,Third https://t.co/JAcuaLWTQY,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891107966367158272,['https://twitter.com/teslamotors/status/890292323145228288'],[],0,,False,4166,93,503,https://twitter.com/teslamotors/status/890292323145228288,None,,,,,,,[],,,, +5554,891107800901853184,891107800901853184,1501291630000.0,2017-07-29 01:27:10,+0000,,Project Loveday winners ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891107800901853184,[],[],0,,False,4607,140,324,,None,,,,,,,[],,,, +5555,890830152124563457,890830152124563457,1501225433000.0,2017-07-28 07:03:53,+0000,,Setting up for Model 3 handover tomorrow night ... https://t.co/gcnZ5jTjyR,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/890830152124563457,['https://www.instagram.com/p/BXE4eKIg7_D/'],[],0,,False,10747,475,1597,,None,,,,,,,[],,,, +5556,890810366615146496,890765027032039429,1501220716000.0,2017-07-28 05:45:16,+0000,,@Cardoso @Cosmic_Penguin @caradocp If we're lucky,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/890810366615146496,[],[],0,,False,651,38,27,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}, {'screen_name': 'Cosmic_Penguin', 'name': 'Cosmic Penguin', 'id': '571042857'}, {'screen_name': 'caradocp', 'name': '💧Giles Pritchard', 'id': '36643358'}]",,,, +5557,890810308326940672,890765027032039429,1501220702000.0,2017-07-28 05:45:02,+0000,,"@Cardoso @Cosmic_Penguin @caradocp Sides run high thrust, center is lower thrust until sides separate & fly back. Center then throttles up, keeps burning & lands on droneship.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/890810308326940672,[],[],0,,False,528,26,56,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}, {'screen_name': 'Cosmic_Penguin', 'name': 'Cosmic Penguin', 'id': '571042857'}, {'screen_name': 'caradocp', 'name': '💧Giles Pritchard', 'id': '36643358'}]",,,, +5558,890774088104370176,890765027032039429,1501212067000.0,2017-07-28 03:21:07,+0000,,@caradocp Side booster rockets return to Cape Canaveral. Center lands on droneship.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/890774088104370176,[],[],0,,False,919,39,136,,None,,,,,,,"[{'screen_name': 'caradocp', 'name': '💧Giles Pritchard', 'id': '36643358'}]",,,, +5559,890765027032039429,890765027032039429,1501209906000.0,2017-07-28 02:45:06,+0000,,Falcon Heavy maiden launch this November https://t.co/D4Dxq9d6hc,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/890765027032039429,['https://www.instagram.com/p/BXEkGKlgJDK/'],[],0,,False,14118,659,3266,,None,,,,,,,[],,,, +5560,890676198874824706,890676078661967874,1501188728000.0,2017-07-27 20:52:08,+0000,,@mathetes76 Tesla team will verify,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/890676198874824706,[],[],0,,False,894,27,19,,None,,,,,,,"[{'screen_name': 'mathetes76', 'name': 'Jennifer', 'id': '397636567'}]",,,, +5561,890096103135358982,890096103135358982,1501050422000.0,2017-07-26 06:27:02,+0000,,Testing The Boring Company car elevator https://t.co/zZkFz6ATGY,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/890096103135358982,['https://www.instagram.com/p/BW_-mlYAMrs/'],[],0,,False,15009,724,3065,,None,,,,,,,[],,,, +5562,890048598611599360,890048598611599360,1501039096000.0,2017-07-26 03:18:16,+0000,,Love this Tesla P100D drag racing video https://t.co/rxTTFOn8mp,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/890048598611599360,['https://m.youtube.com/watch?v=ARzujfRiQ3c&feature=youtu.be'],[],0,,False,13624,604,2922,,None,,,,,,,[],,,, +5563,889751762944512002,889743281516564480,1500968325000.0,2017-07-25 07:38:45,+0000,,@lars_0 @dcunni @SVbizjournal Movie on the subject coming soon...,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/889751762944512002,[],[],0,,False,3264,146,310,,None,,,,,,,"[{'screen_name': 'lars_0', 'name': 'Lars Osborne', 'id': '146493679'}, {'screen_name': 'dcunni', 'name': 'Darren Cunningham', 'id': '14837691'}, {'screen_name': 'svbizjournal', 'name': 'Silicon Valley Business Journal', 'id': '17625154'}]",,,, +5564,889749519021121536,889749519021121536,1500967790000.0,2017-07-25 07:29:50,+0000,,"Tim's piece on AI is excellent, but we actually face a double exponential rate of improvement. AI hardware & software are both exponential. https://t.co/hSfNU8zxDu",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/889749519021121536,['https://twitter.com/john_blue9/status/889747464055513088'],[],0,,False,7248,363,1849,https://twitter.com/john_blue9/status/889747464055513088,None,,,,,,,[],,,, +5565,889743782387761152,889743281516564480,1500966423000.0,2017-07-25 07:07:03,+0000,,@dcunni @SVbizjournal I've talked to Mark about this. His understanding of the subject is limited.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/889743782387761152,[],[],0,,False,32295,1127,7973,,None,,,,,,,"[{'screen_name': 'dcunni', 'name': 'Darren Cunningham', 'id': '14837691'}, {'screen_name': 'svbizjournal', 'name': 'Silicon Valley Business Journal', 'id': '17625154'}]",,,, +5566,889743207684218880,889736220116254721,1500966285000.0,2017-07-25 07:04:45,+0000,,@maralkalajian A book of the most beautiful classic cars given to me on my 18th birthday on a farm in Saskatchewan. Van Gogh's Starry Night.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/889743207684218880,[],[],0,,False,729,28,47,,None,,,,,,,"[{'screen_name': 'maralkalajian', 'name': 'Maral', 'id': '17392609'}]",,,, +5567,889737700382605312,889736220116254721,1500964972000.0,2017-07-25 06:42:52,+0000,,@NickHOrford $US price in $AUD plus import duties and sales tax,fr,[],"['us', 'aud']",44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/889737700382605312,[],[],0,,False,267,31,13,,None,,,,,,,"[{'screen_name': 'NickHOrford', 'name': 'Nicholas Orford', 'id': '234604572'}]",,,, +5568,889736942564253696,889734144317698048,1500964792000.0,2017-07-25 06:39:52,+0000,,@RyanBiddle603 @SpaceX We can't have too many direct shareholders or we're required to become a public co. Will check if possible through a feeder fund though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/889736942564253696,[],[],0,,False,2241,108,112,,None,,,,,,,"[{'screen_name': 'RyanBiddle603', 'name': 'rbiddle', 'id': '2725737273'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5569,889736220116254721,889736220116254721,1500964620000.0,2017-07-25 06:37:00,+0000,,Often comes as a surprise when people learn that 80% of my time is on engineering/design and just 20% on other stuff https://t.co/T9yLcg9owU,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/889736220116254721,['https://www.inc.com/ayse-birsel/why-elon-musk-spends-80-percent-of-his-time-on-thi.html'],[],0,,False,17016,639,3590,,None,,,,,,,[],,,, +5570,888813713800785923,887819619813044224,1500744677000.0,2017-07-22 17:31:17,+0000,,@VoltzCoreAudio @andygen21 @Teslarati A 9m diameter vehicle fits in our existing factories ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/888813713800785923,[],[],0,,False,611,51,76,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '2989135748'}, {'screen_name': 'andygen21', 'name': 'Andrew Fontaine', 'id': '373162933'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +5571,888555494763241472,887819619813044224,1500683113000.0,2017-07-22 00:25:13,+0000,,"@andygen21 @Teslarati Yes, I postponed publishing in order to present the updated interplanetary rocket & spaceship design in Adelaide. Will be on the final day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/888555494763241472,[],[],0,,False,610,31,69,,None,,,,,,,"[{'screen_name': 'andygen21', 'name': 'Andrew Fontaine', 'id': '373162933'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +5572,888541666122113024,888541666122113024,1500679816000.0,2017-07-21 23:30:16,+0000,,Discussing physics of tunnels with Mayor Vargas (who has a physics background). Hawthorne support for The Boring Company much appreciated. https://t.co/UAOCildbnT,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/888541666122113024,['https://twitter.com/sandymazza/status/888511194553737216'],[],0,,False,17021,610,2523,https://twitter.com/sandymazza/status/888511194553737216,None,,,,,,,[],,,, +5573,888506295157960704,888245682175320065,1500671383000.0,2017-07-21 21:09:43,+0000,,@kglickstein @LeeannTweeden Kinda have to :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/888506295157960704,[],[],0,,False,218,9,11,,None,,,,,,,"[{'screen_name': 'kglickstein', 'name': 'kenny gee', 'id': '264441894'}, {'screen_name': 'LeeannTweeden', 'name': 'Leeann Tweeden', 'id': '129017224'}]",,,, +5574,888506080837468160,888053175155949572,1500671331000.0,2017-07-21 21:08:51,+0000,,@DrChrisVieira LA-SF-Reno/Sparks would be great. Tesla logistics costs for Sparks-Fremont (batteries & motors) and Fremont-LA (finished cars) are gigantic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/888506080837468160,[],[],0,,False,361,34,33,,None,,,,,,,"[{'screen_name': 'DrChrisVieira', 'name': 'Christopher Vieira', 'id': '1737997758'}]",,,, +5575,888365784153694208,888053175155949572,1500637882000.0,2017-07-21 11:51:22,+0000,,"@libbycwatson Verbal approval was at Federal level. Still a lot of work before formal, written approval, but this opens door for state & city discussions.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/888365784153694208,[],[],0,,False,550,59,73,,None,,,,,,,"[{'screen_name': 'libbycwatson', 'name': 'libby watson', 'id': '26579715'}]",,,, +5576,888230081289695232,888053175155949572,1500605528000.0,2017-07-21 02:52:08,+0000,,@JosephThuney Adding Boston and Providence would be the natural extension of the line,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/888230081289695232,[],[],0,,False,623,39,85,,None,,,,,,,"[{'screen_name': 'JosephThuney', 'name': 'Joseph Thuney', 'id': '322286131'}]",,,, +5577,888141008252407808,888053175155949572,1500584291000.0,2017-07-20 20:58:11,+0000,,"@mariom An underground Hyperloop would mean no disruption above ground and be way faster, so I think it is he right way to go",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/888141008252407808,[],[],0,,False,692,48,84,,None,,,,,,,"[{'screen_name': 'mariom', 'name': 'Mario🔸💙', 'id': '708813'}]",,,, +5578,888137602108448771,888053175155949572,1500583479000.0,2017-07-20 20:44:39,+0000,,@ejohnson99 City of Chicago already approached us about doing a high speed tunnel from O'Hare to downtown. They've been great.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/888137602108448771,[],[],0,,False,2543,80,267,,None,,,,,,,"[{'screen_name': 'ejohnson99', 'name': 'Erik Johnson', 'id': '1529121115'}]",,,, +5579,888136631672340480,888053175155949572,1500583248000.0,2017-07-20 20:40:48,+0000,,"If you want this to happen fast, please let your local & federal elected representatives know. Makes a big difference if they hear from you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/888136631672340480,[],[],0,,False,18147,1185,2823,,None,,,,,,,[],,,, +5580,888077452265771008,888053175155949572,1500569138000.0,2017-07-20 16:45:38,+0000,,"Still a lot of work needed to receive formal approval, but am optimistic that will occur rapidly",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/888077452265771008,[],[],0,,False,12475,513,1200,,None,,,,,,,[],,,, +5581,888059982586839041,888053175155949572,1500564973000.0,2017-07-20 15:36:13,+0000,,@curiousworlds For sure. First set of tunnels are to alleviate greater LA urban congestion. Will start NY-DC in parallel. Then prob LA-SF and a TX loop.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/888059982586839041,[],[],0,,False,3218,294,582,,None,,,,,,,"[{'screen_name': 'curiousworlds', 'name': 'rebecca', 'id': '274635431'}]",,,, +5582,888058745153912837,888053175155949572,1500564678000.0,2017-07-20 15:31:18,+0000,,@DaveLeeBBC Support would be much appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/888058745153912837,[],[],0,,False,2922,85,163,,None,,,,,,,[],,,, +5583,888053729919877120,888053175155949572,1500563483000.0,2017-07-20 15:11:23,+0000,,"City center to city center in each case, with up to a dozen or more entry/exit elevators in each city",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/888053729919877120,[],[],0,,False,18489,653,2916,,None,,,,,,,[],,,, +5584,888053175155949572,888053175155949572,1500563350000.0,2017-07-20 15:09:10,+0000,,Just received verbal govt approval for The Boring Company to build an underground NY-Phil-Balt-DC Hyperloop. NY-DC in 29 mins.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/888053175155949572,[],[],0,,False,180551,6320,62662,,None,,,,,,,[],,,, +5585,887782904360816640,887762477454315520,1500498913000.0,2017-07-19 21:15:13,+0000,,"@jeff_foust Plan is to do powered landings on Mars for sure, but with a vastly bigger ship",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/887782904360816640,[],[],0,,False,3700,153,476,,None,,,,,,,"[{'screen_name': 'jeff_foust', 'name': 'Jeff Foust', 'id': '6374602'}]",,,, +5586,887039239837241344,887039148749664256,1500321609000.0,2017-07-17 20:00:09,+0000,,@DellyBeck y,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/887039239837241344,[],[],0,,False,234,39,16,,None,,,,,,,"[{'screen_name': 'DellyBeck', 'name': 'Darren Beckford', 'id': '1551260352'}]",,,, +5587,887038247376834560,886682315447042048,1500321373000.0,2017-07-17 19:56:13,+0000,,"@aylaberan True. Need to explain full story of Tesla. So much nonsense out there, amplified by propaganda from some in fossil fuels & confused shorts.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/887038247376834560,[],[],0,,False,383,36,46,,None,,,,,,,[],,,, +5588,887035171542753281,886682315447042048,1500320639000.0,2017-07-17 19:43:59,+0000,,@FredericLambert @ka_choo_choo @ElectrekCo Not attacking Electrek. Just making sure people don't have the wrong impression.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/887035171542753281,[],[],0,,False,299,12,19,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +5589,887029378290298880,886682315447042048,1500319258000.0,2017-07-17 19:20:58,+0000,,@ElectrekCo Not true. Email from customer. https://t.co/4P3QO7EMLW,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/887029378290298880,[],['https://pbs.twimg.com/media/DE9cg5PUIAA1qyt.jpg'],1,https://pbs.twimg.com/media/DE9cg5PUIAA1qyt.jpg,False,5953,99,751,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +5590,887027300042104832,887027300042104832,1500318763000.0,2017-07-17 19:12:43,+0000,,"I should clarify: Tesla stock is obviously high based on past & present, but low if you believe in Tesla's future. Place bets accordingly … https://t.co/4zbc6vqZSZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/887027300042104832,['https://twitter.com/mktsinsider/status/886976812626128897'],[],0,,False,21094,907,4079,https://twitter.com/mktsinsider/status/886976812626128897,None,,,,,,,[],,,, +5591,887012021232820225,886988275407126532,1500315120000.0,2017-07-17 18:12:00,+0000,,"@yeematt @noooooomad Yeah, otherwise hard to find them",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/887012021232820225,[],[],0,,False,189,8,6,,None,,,,,,,"[{'screen_name': 'yeematt', 'name': 'Matt', 'id': '15065201'}, {'screen_name': 'noooooomad', 'name': '0773h', 'id': '441084523'}]",,,, +5592,886329304036126720,885776126148083712,1500152347000.0,2017-07-15 20:59:07,+0000,,@ZsoltBarta42 y,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/886329304036126720,[],[],0,,False,250,32,13,,None,,,,,,,"[{'screen_name': 'ZsoltBarta42', 'name': 'Zsolt Barta', 'id': '790621852804710400'}]",,,, +5593,886019702736039936,885776126148083712,1500078533000.0,2017-07-15 00:28:53,+0000,,"@fcingolani It is true, so fine by me",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/886019702736039936,[],[],0,,False,1234,21,37,,None,,,,,,,"[{'screen_name': 'fcingolani', 'name': 'Federico Cingolani', 'id': '14479105'}]",,,, +5594,886011377357160452,886008331235676160,1500076548000.0,2017-07-14 23:55:48,+0000,,"@monster_bo1 Small thing (very small), but I made it this way for those who care and understand. Source and appearance are the same.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/886011377357160452,[],[],0,,False,4342,125,312,,None,,,,,,,[],,,, +5595,885921115435974657,885921115435974657,1500055028000.0,2017-07-14 17:57:08,+0000,,It's what you don't say,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/885921115435974657,[],[],0,,False,32406,1244,12192,,None,,,,,,,[],,,, +5596,885916571549351941,885776126148083712,1500053944000.0,2017-07-14 17:39:04,+0000,,@GoDaddy I do have one question. What does GoDaddy mean?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/885916571549351941,[],[],0,,False,1214,57,256,,None,,,,,,,"[{'screen_name': 'GoDaddy', 'name': 'GoDaddy', 'id': '14949454'}]",,,, +5597,885888274119540737,885776126148083712,1500047198000.0,2017-07-14 15:46:38,+0000,,@fcingolani Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/885888274119540737,[],[],0,,False,1147,19,26,,None,,,,,,,"[{'screen_name': 'fcingolani', 'name': 'Federico Cingolani', 'id': '14479105'}]",,,, +5598,885886076631433216,885776126148083712,1500046674000.0,2017-07-14 15:37:54,+0000,,Fixed. Now it's good.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/885886076631433216,[],[],0,,False,7493,922,554,,None,,,,,,,[],,,, +5599,885884897381896193,885776126148083712,1500046393000.0,2017-07-14 15:33:13,+0000,,@franticnews Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/885884897381896193,[],[],0,,False,903,13,45,,None,,,,,,,"[{'screen_name': 'franticnews', 'name': 'Stan Schroeder', 'id': '817462'}]",,,, +5600,885780183088680961,885776126148083712,1500021427000.0,2017-07-14 08:37:07,+0000,,@BenedictEvans @stevesi Stay tuned,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/885780183088680961,[],[],0,,False,697,23,24,,None,,,,,,,"[{'screen_name': 'benedictevans', 'name': 'Benedict Evans', 'id': '1236101'}, {'screen_name': 'stevesi', 'name': 'Steven Sinofsky', 'id': '13418072'}]",,,, +5601,885779237038424064,885776126148083712,1500021201000.0,2017-07-14 08:33:21,+0000,,@stevesi I told you it was verbose. Better tomorrow :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/885779237038424064,[],[],0,,False,1318,39,28,,None,,,,,,,"[{'screen_name': 'stevesi', 'name': 'Steven Sinofsky', 'id': '13418072'}]",,,, +5602,885776126148083712,885776126148083712,1500020460000.0,2017-07-14 08:21:00,+0000,,"Excited to announce the launch of https://t.co/J6TuRWIQAA! It's a little verbose right now, but that will be fixed tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/885776126148083712,['http://x.com'],[],0,,False,24828,2062,5162,,None,,,,,,,[],,,, +5603,885748008410730496,885626807122251776,1500013756000.0,2017-07-14 06:29:16,+0000,,@echo_rm @Kiwi_Manu Just checked and yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/885748008410730496,[],[],0,,False,190,14,7,,None,,,,,,,"[{'screen_name': 'echo_rm', 'name': 'Robert Massaioli', 'id': '4837456518'}, {'screen_name': 'Kiwi_Manu', 'name': 'Ma Nu', 'id': '4725233431'}]",,,, +5604,885742017006845952,885616714473287680,1500012327000.0,2017-07-14 06:05:27,+0000,,"@AuerSusan @valleyhack True. Also, Ariane primary bay can deliver slightly heavier satellites than Falcon 9. Falcon Heavy is needed ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/885742017006845952,[],[],0,,False,199,12,15,,None,,,,,,,"[{'screen_name': 'AuerSusan', 'name': 'Susanne Auer 🇪🇺', 'id': '782847487'}, {'screen_name': 'ValleyHack', 'name': 'Jose Eduardo', 'id': '1336794735005081600'}]",,,, +5605,885738536292327424,885616714473287680,1500011497000.0,2017-07-14 05:51:37,+0000,,@Oskaiper @valleyhack Commercially procured launches means launches that were openly competed. SpaceX is not allowed to compete for many US and non-US launches.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/885738536292327424,[],[],0,,False,174,9,13,,None,,,,,,,"[{'screen_name': 'Oskaiper', 'name': 'Oscar', 'id': '254663525'}, {'screen_name': 'ValleyHack', 'name': 'Jose Eduardo', 'id': '1336794735005081600'}]",,,, +5606,885661618834624512,885661618834624512,1499993159000.0,2017-07-14 00:45:59,+0000,,US Senate hearing on advancing the exploration and settlement of space https://t.co/z2lkDUdXKU,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/885661618834624512,['https://www.commerce.senate.gov/public/index.cfm/hearings?Id=3E9B58AC-1445-4117-86F5-2C2F8A377A81&Statement_id=44A3B6B3-0606-4278-B454-5F43F258974F'],[],0,,False,4637,211,797,,None,,,,,,,[],,,, +5607,885636192514985984,885631423306006528,1499987097000.0,2017-07-13 23:04:57,+0000,,"@huntster1701 @m_ac We do that too, but for free",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/885636192514985984,[],[],0,,False,1435,36,79,,None,,,,,,,"[{'screen_name': 'huntster1701', 'name': 'Benjamin Hunt', 'id': '16809036'}, {'screen_name': 'm_ac', 'name': 'm_ac', 'id': '16624161'}]",,,, +5608,885635944841265152,885634153064022016,1499987038000.0,2017-07-13 23:03:58,+0000,,@alec_ace11 Hopefully,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/885635944841265152,[],[],0,,False,614,14,15,,None,,,,,,,"[{'screen_name': 'alec_ace11', 'name': 'Alec', 'id': '752206287585153024'}]",,,, +5609,885635670315642881,885635670315642881,1499986972000.0,2017-07-13 23:02:52,+0000,,"Other orgs shd also develop reusable orbital rockets. If an airplane co had reusable airplanes, buying single use airplanes wd seem crazy. https://t.co/OJotlGmPHt",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/885635670315642881,[],['https://pbs.twimg.com/media/DEpo8ktUAAAJjAm.jpg'],1,https://pbs.twimg.com/media/DEpo8ktUAAAJjAm.jpg,False,10374,375,2255,,None,,,,,,,[],,,, +5610,885631620723613696,885626807122251776,1499986007000.0,2017-07-13 22:46:47,+0000,,@Kiwi_Manu That doesn't sound right,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/885631620723613696,[],[],0,,False,989,46,27,,None,,,,,,,"[{'screen_name': 'Kiwi_Manu', 'name': 'Ma Nu', 'id': '4725233431'}]",,,, +5611,885631423306006528,885631423306006528,1499985960000.0,2017-07-13 22:46:00,+0000,,"Worth noting that Boeing/Lockheed (""Other US"" on chart) get a billion dollar annual subsidy even if they launch nothing. SpaceX does not. https://t.co/Mi27ZnYLRJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/885631423306006528,['https://twitter.com/concofahmet/status/885617156473450496'],[],0,,False,17754,738,4277,https://twitter.com/concofahmet/status/885617156473450496,None,,,,,,,[],,,, +5612,885626334503882752,885265133944979456,1499984746000.0,2017-07-13 22:25:46,+0000,,@VicforM3 Latest S and X tires have internal acoustic foam,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/885626334503882752,[],[],0,,False,295,20,26,,None,,,,,,,"[{'screen_name': 'VicforM3', 'name': 'Vic', 'id': '846406021916459008'}]",,,, +5613,885265133944979456,885265133944979456,1499898630000.0,2017-07-12 22:30:30,+0000,,Going over the small nuances of Model 3 production. Very important that nothing sounds tinny. https://t.co/q3Aj3Yq8J8,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/885265133944979456,['https://m.youtube.com/watch?v=M3-51DhOzHE'],[],0,,False,8172,407,864,,None,,,,,,,[],,,, +5614,884923882938933249,884914920130723840,1499817269000.0,2017-07-11 23:54:29,+0000,,@hohocho Cool!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/884923882938933249,[],[],0,,False,360,16,10,,None,,,,,,,"[{'screen_name': 'hohocho', 'name': 'Jaehwan Cho 조재환', 'id': '31310727'}]",,,, +5615,884915404241477632,884759299028697089,1499815247000.0,2017-07-11 23:20:47,+0000,,"@TeslaMotors The very near future, not, like, the far away future",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/884915404241477632,[],[],0,,False,9678,310,829,,None,,,,,,,[],,,, +5616,884914920130723840,884914920130723840,1499815132000.0,2017-07-11 23:18:52,+0000,,"You can now drive anywhere in the US (except N Alaska), most of Europe, China & Japan using the Tesla Supercharger network! https://t.co/2KV8FT8dkk",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/884914920130723840,['https://twitter.com/teslamotors/status/884474294402547713'],[],0,,False,20353,1318,3847,https://twitter.com/teslamotors/status/884474294402547713,None,,,,,,,[],,,, +5617,884833404595740672,884814578080768006,1499795697000.0,2017-07-11 17:54:57,+0000,,@AlexHPforQVC @Stevetdent Of course!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/884833404595740672,[],[],0,,False,205,12,5,,None,,,,,,,"[{'screen_name': 'AlexHPforQVC', 'name': 'Alex Abrahantes', 'id': '25622507'}, {'screen_name': 'Stevetdent', 'name': 'Steve Dent', 'id': '556651190'}]",,,, +5618,884829255112118272,884825864692613120,1499794708000.0,2017-07-11 17:38:28,+0000,,"@gregbettinelli @Bill_Gross On University Ave, above the old bakery",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/884829255112118272,[],[],0,,False,421,14,7,,None,,,,,,,"[{'screen_name': 'gregbettinelli', 'name': 'Greg Bettinelli', 'id': '14220991'}, {'screen_name': 'Bill_Gross', 'name': 'Bill Gross', 'id': '47539748'}]",,,, +5619,884824155895377920,884814578080768006,1499793492000.0,2017-07-11 17:18:12,+0000,,"@Stevetdent One of my sons is named Xavier, after Professor X!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/884824155895377920,[],[],0,,False,3461,84,238,,None,,,,,,,"[{'screen_name': 'Stevetdent', 'name': 'Steve Dent', 'id': '556651190'}]",,,, +5620,884700156485971968,884580654117076992,1499763928000.0,2017-07-11 09:05:28,+0000,,@jondaily83 That's probably the best use,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/884700156485971968,[],[],0,,False,537,46,8,,None,,,,,,,"[{'screen_name': 'jondaily83', 'name': 'Jonathan Wilkinson', 'id': '83698375'}]",,,, +5621,884666073978556416,884580654117076992,1499755802000.0,2017-07-11 06:50:02,+0000,,@jeremys Cool 😎,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/884666073978556416,[],[],0,,False,510,11,16,,None,,,,,,,"[{'screen_name': 'jeremys', 'name': 'Jeremy Stoppelman', 'id': '5968272'}]",,,, +5622,884664723429498880,884580654117076992,1499755480000.0,2017-07-11 06:44:40,+0000,,@VoltzCoreAudio @DJSnM Maybe the upcoming IAC in Adelaide,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/884664723429498880,[],[],0,,False,521,20,38,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +5623,884654051861843968,884580654117076992,1499752936000.0,2017-07-11 06:02:16,+0000,,"@DJSnM It was a tough negotiation, but they seemed like good guys. I hope they kept the stock. Would be worth a lot today.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/884654051861843968,[],[],0,,False,631,18,17,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +5624,884653079936720897,884399001256083456,1499752704000.0,2017-07-11 05:58:24,+0000,,"@soswow @marthajross @mercnews That pizza looked about as appetizing as drywall. If anything, they were doing people at the party a favor by taking it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/884653079936720897,[],[],0,,False,341,15,17,,None,,,,,,,"[{'screen_name': 'soswow', 'name': 'Aleksandr ""Sasha"" Motsjonov', 'id': '19060199'}, {'screen_name': 'marthajross', 'name': 'Martha Ross', 'id': '2250762829'}, {'screen_name': 'mercnews', 'name': 'Mercury News', 'id': '10433782'}]",,,, +5625,884645345828904960,884399001256083456,1499750861000.0,2017-07-11 05:27:41,+0000,,"@marthajross @mercnews Wasn't wearing a suit, am def not part of a ""posse"" & didn't even know Leo/Orlando were going. Just went to say hi to my friend Ken Howery.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/884645345828904960,[],[],0,,False,3025,99,106,,None,,,,,,,"[{'screen_name': 'marthajross', 'name': 'Martha Ross', 'id': '2250762829'}, {'screen_name': 'mercnews', 'name': 'Mercury News', 'id': '10433782'}]",,,, +5626,884580654117076992,884580654117076992,1499735437000.0,2017-07-11 01:10:37,+0000,,"Thanks PayPal for allowing me to buy back https://t.co/bOUOejO16Y! No plans right now, but it has great sentimental value to me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/884580654117076992,['http://X.com'],[],0,,False,28716,1114,3200,,None,,,,,,,[],,,, +5627,883910005644251141,883910005644251141,1499575542000.0,2017-07-09 04:45:42,+0000,, https://t.co/is6Hthjjoj,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/883910005644251141,[],['https://pbs.twimg.com/media/DERHYrbW0AAtBFB.jpg'],1,https://pbs.twimg.com/media/DERHYrbW0AAtBFB.jpg,False,87065,2564,18370,,None,,,,,,,[],,,, +5628,883900030163324930,883900030163324930,1499573163000.0,2017-07-09 04:06:03,+0000,,First Production Model 3 https://t.co/TCa2NSUNI3,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/883900030163324930,[],['https://pbs.twimg.com/media/DEQ-ZHkWAAAzvuZ.jpg'],1,https://pbs.twimg.com/media/DEQ-ZHkWAAAzvuZ.jpg,False,139715,2989,37445,,None,,,,,,,[],,,, +5629,883857208181751808,883840893253451780,1499562954000.0,2017-07-09 01:15:54,+0000,,"@yoda It's who is first to pay full price for the car. Hard rule. I have first Roadster and X, but not first S.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/883857208181751808,[],[],0,,False,1545,65,79,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}]",,,, +5630,883848060119527424,883840893253451780,1499560773000.0,2017-07-09 00:39:33,+0000,,"@bdsams Ira Ehrenpreis had rights to 1st car as he was 1st to place a full deposit, but gave those rights to me as my 46th bday present. Tks Ira!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/883848060119527424,[],[],0,,False,2604,102,185,,None,,,,,,,"[{'screen_name': 'bdsams', 'name': 'Brad Sams', 'id': '102800191'}]",,,, +5631,883840893253451780,883840893253451780,1499559064000.0,2017-07-09 00:11:04,+0000,,Production unit 1 of Model 3 is now built and going through final checkout. Pics soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/883840893253451780,[],[],0,,False,54710,1394,9211,,None,,,,,,,[],,,, +5632,883633822390026240,883632780264914945,1499509695000.0,2017-07-08 10:28:15,+0000,,@VoyTechnology Never heard of them,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/883633822390026240,[],[],0,,False,1476,55,62,,None,,,,,,,"[{'screen_name': 'VoyTechnology', 'name': 'Wojtek Bednarzak', 'id': '2341036915'}]",,,, +5633,883632780264914945,883632780264914945,1499509446000.0,2017-07-08 10:24:06,+0000,,Stop biting my finger dammit https://t.co/Xh4XHzCWcv https://t.co/IAlG7khUP4,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/883632780264914945,"['https://m.youtube.com/watch?v=_OBlgSz8sSM', 'https://www.wsj.com/articles/teslas-skid-is-coming-at-the-worst-time-1499446957?mod=yahoo_hs&yptr=yahoo&mg=prod/accounts-wsj']",[],0,,False,7896,753,971,,None,,,,,,,[],,,, +5634,883169447472750592,883169447472750592,1499398979000.0,2017-07-07 03:42:59,+0000,,This will be the highest power battery system in the world by a factor of 3. Australia rocks!! https://t.co/c1DD7xtC90,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/883169447472750592,['https://twitter.com/teslamotors/status/883163847594360833'],[],0,,False,31414,1319,8421,https://twitter.com/teslamotors/status/883163847594360833,None,,,,,,,[],,,, +5635,882939670895755264,882930723942002690,1499344196000.0,2017-07-06 12:29:56,+0000,,"@newscientist The world's population is accelerating towards collapse, but few seem to notice or care",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,12,https://twitter.com/elonmusk/status/882939670895755264,[],[],0,,False,9898,1076,2718,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +5636,882761133177790464,882753659406139392,1499301629000.0,2017-07-06 00:40:29,+0000,,"@SpaceX @INTELSAT Thanks @INTELSAT! Really proud of the rocket and SpaceX team today. Min apogee requirement was 28,000 km, Falcon 9 achieved 43,000 km.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/882761133177790464,[],[],0,,False,6255,157,715,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'INTELSAT', 'name': 'Intelsat', 'id': '21504589'}]",,,, +5637,882727063525797889,882727063525797889,1499293506000.0,2017-07-05 22:25:06,+0000,,SpaceX team reviewed all systems again late last night. Done our best to ensure all is good. https://t.co/R3YrF6PEt4,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/882727063525797889,['https://twitter.com/spacex/status/882693202930577408'],[],0,,False,8260,481,966,https://twitter.com/spacex/status/882693202930577408,None,,,,,,,[],,,, +5638,882117255407980545,882040096718897153,1499148117000.0,2017-07-04 06:01:57,+0000,,@SpaceX We're going to spend the 4th doing a full review of rocket & pad systems. Launch no earlier than 5th/6th. Only one chance to get it right …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/882117255407980545,[],[],0,,False,7931,338,974,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5639,882007043472728064,882007043472728064,1499121840000.0,2017-07-03 22:44:00,+0000,,Wanted to say thanks to all that own or ordered a Tesla. It matters to us that you took a risk on a new car company. We won't forget.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/882007043472728064,[],[],0,,False,68620,3440,7550,,None,,,,,,,[],,,, +5640,881757617416056832,881751358407299072,1499062372000.0,2017-07-03 06:12:52,+0000,,"Looks like we can reach 20,000 Model 3 cars per month in Dec",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/881757617416056832,[],[],0,,False,23907,940,3922,,None,,,,,,,[],,,, +5641,881755501905588226,881751358407299072,1499061868000.0,2017-07-03 06:04:28,+0000,,"Handover party for first 30 customer Model 3's on the 28th! Production grows exponentially, so Aug should be 100 cars and Sept above 1500.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/881755501905588226,[],[],0,,False,18547,563,3349,,None,,,,,,,[],,,, +5642,881751358407299072,881751358407299072,1499060880000.0,2017-07-03 05:48:00,+0000,,Model 3 passed all regulatory requirements for production two weeks ahead of schedule. Expecting to complete SN1 on Friday,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/881751358407299072,[],[],0,,False,48332,1265,8986,,None,,,,,,,[],,,, +5643,881598365242318848,881597891491581952,1499024404000.0,2017-07-02 19:40:04,+0000,,@cristian_miuta @TeslaMotors Norway is awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/881598365242318848,[],[],0,,False,2190,78,148,,None,,,,,,,[],,,, +5644,881591960900820992,881572917586178048,1499022877000.0,2017-07-02 19:14:37,+0000,,"@30akshay Actually, China manufacturing quality is excellent. Among other things, that's where iPhones, many Android phones & most laptops are made.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/881591960900820992,[],[],0,,False,1878,170,203,,None,,,,,,,"[{'screen_name': '30akshay', 'name': 'omkar banore', 'id': '137717519'}]",,,, +5645,881573728416481280,881573728416481280,1499018530000.0,2017-07-02 18:02:10,+0000,,Another SpaceX launch today if weather is good https://t.co/UdUYn8Kf0C,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/881573728416481280,['https://twitter.com/spacex/status/881558173886275584'],[],0,,False,12785,462,1887,https://twitter.com/spacex/status/881558173886275584,None,,,,,,,[],,,, +5646,881573366565527553,881572917586178048,1499018444000.0,2017-07-02 18:00:44,+0000,,@TimDehoucke Coming later today,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/881573366565527553,[],[],0,,False,997,159,110,,None,,,,,,,"[{'screen_name': 'TimDehoucke', 'name': 'Tim Dehoucke', 'id': '4483798048'}]",,,, +5647,881572917586178048,881572917586178048,1499018337000.0,2017-07-02 17:58:57,+0000,,Sorry to hear about China launch failure today. I know how painful that is to the people who designed & built it. https://t.co/iOkj6egF3O,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/881572917586178048,['http://www.cnn.com/2017/07/02/asia/china-rocket-launch/index.html'],[],0,,False,11915,365,1864,,None,,,,,,,[],,,, +5648,881571150630756352,875509067011153924,1499017915000.0,2017-07-02 17:51:55,+0000,,@JaneidyEve @arstechnica @TeslaMotors @SpaceX Suggestions welcome!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/881571150630756352,[],[],0,,False,612,246,43,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5649,880818231417511937,880679414274691073,1498838405000.0,2017-06-30 16:00:05,+0000,,@tehwrx @martinengwicht @ThePhoenixFlare I think Einstein said that,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/880818231417511937,[],[],0,,False,415,46,16,,None,,,,,,,"[{'screen_name': 'tehwrx', 'name': 'Micah S.', 'id': '15616151'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}]",,,, +5650,880817971278434304,880679414274691073,1498838343000.0,2017-06-30 15:59:03,+0000,,@tehwrx @martinengwicht @ThePhoenixFlare Or does the Earth move up?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/880817971278434304,[],[],0,,False,404,21,11,,None,,,,,,,"[{'screen_name': 'tehwrx', 'name': 'Micah S.', 'id': '15616151'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}]",,,, +5651,880682010133630976,880679414274691073,1498805928000.0,2017-06-30 06:58:48,+0000,,@ThePhoenixFlare This is a really great floor,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/880682010133630976,[],[],0,,False,808,35,41,,None,,,,,,,"[{'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}]",,,, +5652,880679414274691073,880679414274691073,1498805309000.0,2017-06-30 06:48:29,+0000,,Just installed steel skeleton of the car/pod elevator. Should be operating next week. https://t.co/DIZW7zuWaA,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/880679414274691073,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/880679359476060160/pu/img/vbPpniw5aFvw2um_.jpg,False,16248,671,2327,,None,,,,,,,[],,,, +5653,880675074231107584,880675074231107584,1498804274000.0,2017-06-30 06:31:14,+0000,,Across the road and below the ground https://t.co/E2DG8EzaXg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/880675074231107584,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/880675021982760961/pu/img/L1Dx1gjz4erw3B34.jpg,False,11180,372,1450,,None,,,,,,,[],,,, +5654,880673804028194817,880673804028194817,1498803971000.0,2017-06-30 06:26:11,+0000,,Perspective https://t.co/4DW9csSmtl,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/880673804028194817,[],['https://pbs.twimg.com/media/DDjIKAoWsAIlFRi.jpg'],1,https://pbs.twimg.com/media/DDjIKAoWsAIlFRi.jpg,False,18434,510,1801,,None,,,,,,,[],,,, +5655,880666691587461120,880662613327323141,1498802275000.0,2017-06-30 05:57:55,+0000,,"@satalino15 Nothing to be done, but wait. It's all right here: https://t.co/BIcT4avkJ1",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/880666691587461120,['https://en.m.wikipedia.org/wiki/Waiting_for_Godot'],[],0,,False,371,19,17,,None,,,,,,,"[{'screen_name': 'satalino15', 'name': 'Tom Satalino', 'id': '59370836'}]",,,, +5656,880665053162348546,880663464494202880,1498801885000.0,2017-06-30 05:51:25,+0000,,@DouglasABailey News on Sunday,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/880665053162348546,[],[],0,,False,1948,110,268,,None,,,,,,,"[{'screen_name': 'DouglasABailey', 'name': 'Douglas Bailey', 'id': '57219587'}]",,,, +5657,880489685125967872,880489685125967872,1498760074000.0,2017-06-29 18:14:34,+0000,,Because it's off the wall,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/880489685125967872,[],[],0,,False,7618,606,766,,None,,,,,,,[],,,, +5658,880488338964201472,880421643801292800,1498759753000.0,2017-06-29 18:09:13,+0000,,@Trucker_Ty_ @SavvyTroll @GeorgeTakei Maybe it is time for the man cape to return,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/880488338964201472,[],[],0,,False,292,26,15,,None,,,,,,,"[{'screen_name': 'Trucker_Ty_', 'name': 'Ty', 'id': '25939108'}, {'screen_name': 'SavvyTroll', 'name': 'Savvy Troll', 'id': '794919428'}, {'screen_name': 'GeorgeTakei', 'name': 'George Takei', 'id': '237845487'}]",,,, +5659,880326099342827520,880047289674477568,1498721072000.0,2017-06-29 07:24:32,+0000,,@ixmeteorite @newscientist Didn't read it. Might now though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/880326099342827520,[],[],0,,False,232,26,10,,None,,,,,,,"[{'screen_name': 'ixmeteorite', 'name': 'Mr. Earthling 💭', 'id': '822862438173446144'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +5660,880321880216846336,880047289674477568,1498720066000.0,2017-06-29 07:07:46,+0000,,@newscientist Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/880321880216846336,[],[],0,,False,586,49,36,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +5661,880317052661121025,880312329262559232,1498718915000.0,2017-06-29 06:48:35,+0000,,@MxPR Me too,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/880317052661121025,[],[],0,,False,985,50,24,,None,,,,,,,"[{'screen_name': 'MxPR', 'name': 'Mikhail', 'id': '69838526'}]",,,, +5662,880301259093270530,880298154440114176,1498715150000.0,2017-06-29 05:45:50,+0000,,"@SimplyDonya Yes, but arguably that's worse",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/880301259093270530,[],[],0,,False,4138,69,227,,None,,,,,,,"[{'screen_name': 'SimplyDonya', 'name': 'ᴱᶫʸˢᶦᵃᶰ ᴸᵘᶫᶫᵃᵇʸ🌻🕊️', 'id': '348634007'}]",,,, +5663,880298154440114176,880298154440114176,1498714409000.0,2017-06-29 05:33:29,+0000,,And I don't care who knows it. Our love will never die.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/880298154440114176,[],[],0,,False,14783,1193,2592,,None,,,,,,,[],,,, +5664,880255239881768961,880240049677357057,1498704178000.0,2017-06-29 02:42:58,+0000,,Just try one. It's way better than you think.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/880255239881768961,[],[],0,,False,8654,423,1235,,None,,,,,,,[],,,, +5665,880252648728940544,880240049677357057,1498703560000.0,2017-06-29 02:32:40,+0000,,@itsBorked A floor that moves,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/880252648728940544,[],[],0,,False,3349,44,353,,None,,,,,,,"[{'screen_name': 'itsBorked', 'name': 'itsBorked', 'id': '2194983193'}]",,,, +5666,880252556357672960,880241356211449856,1498703538000.0,2017-06-29 02:32:18,+0000,,@SyrenBoaz A ceiling is simply a floor from below,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/880252556357672960,[],[],0,,False,4277,104,919,,None,,,,,,,"[{'screen_name': 'SyrenBoaz', 'name': 'Syren Boaz', 'id': '477387967'}]",,,, +5667,880240745319325697,880240049677357057,1498700722000.0,2017-06-29 01:45:22,+0000,,Not as much as tunnels though,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/880240745319325697,[],[],0,,False,11777,357,1733,,None,,,,,,,[],,,, +5668,880240682836705282,880240049677357057,1498700707000.0,2017-06-29 01:45:07,+0000,,They are so underappreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/880240682836705282,[],[],0,,False,11354,216,2061,,None,,,,,,,[],,,, +5669,880240283081883648,880240049677357057,1498700612000.0,2017-06-29 01:43:32,+0000,,They will never let you down,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/880240283081883648,[],[],0,,False,21206,623,4798,,None,,,,,,,[],,,, +5670,880240049677357057,880240049677357057,1498700556000.0,2017-06-29 01:42:36,+0000,,I love floors,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/880240049677357057,[],[],0,,False,52468,2021,17940,,None,,,,,,,[],,,, +5671,880208110719123456,880201464370442240,1498692941000.0,2017-06-28 23:35:41,+0000,,@SandyMazza Gary (the snail) is a speed demon. Long way to go before we beat him/her.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/880208110719123456,[],[],0,,False,861,27,70,,None,,,,,,,"[{'screen_name': 'SandyMazza', 'name': 'Sandy Mazza', 'id': '16365036'}]",,,, +5672,880201693496987648,880070287848607744,1498691411000.0,2017-06-28 23:10:11,+0000,,"@TEDTalks Thanks, but I am",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/880201693496987648,[],[],0,,False,7260,241,580,,None,,,,,,,"[{'screen_name': 'TEDTalks', 'name': 'TED Talks', 'id': '15492359'}]",,,, +5673,880201464370442240,880201464370442240,1498691357000.0,2017-06-28 23:09:17,+0000,,No longer waiting for Godot. It has begun boring and just completed the first segment of tunnel in LA.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/880201464370442240,[],[],0,,False,17329,652,2506,,None,,,,,,,[],,,, +5674,879412656016285696,879412656016285696,1498503290000.0,2017-06-26 18:54:50,+0000,,"Good summary of rocket landing history. There were two successful water landings much earlier, but they didn't survive long. https://t.co/N6kxxQeFby",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/879412656016285696,['https://twitter.com/verge/status/879410754511831040'],[],0,,False,16433,442,4929,https://twitter.com/verge/status/879410754511831040,None,,,,,,,[],,,, +5675,879391845347766272,879065552060260352,1498498328000.0,2017-06-26 17:32:08,+0000,,"@Viss Several tons of force on each fin at high angles of attack & peak heating is the cube of speed, so a Mach 8 reentry is 8X Mach 4. Intense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/879391845347766272,[],[],0,,False,371,16,34,,None,,,,,,,"[{'screen_name': 'Viss', 'name': 'D̒͂̕ᵈăᵃn̕ᶰ Ť̾̾̓͐͒͠ᵗe͗̑́̋̂́͡ᵉn̅ᶰtᵗl̀̓͘ᶫe̓̒̂̚ᵉrʳ', 'id': '2269701'}]",,,, +5676,879104704583581696,879092174390001665,1498429869000.0,2017-06-25 22:31:09,+0000,,@migueldelagza They should on high velocity missions to Geostationary Transfer Orbit,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/879104704583581696,[],[],0,,False,437,17,17,,None,,,,,,,"[{'screen_name': 'migueldelagza', 'name': 'Miguel de la Garza', 'id': '3071010620'}]",,,, +5677,879092174390001665,879092174390001665,1498426881000.0,2017-06-25 21:41:21,+0000,,Sped up version of today's rocket landing on the Droneship Just Read the Instructions (guess it… https://t.co/0wFgXMgeqZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/879092174390001665,['https://www.instagram.com/p/BVxysOlA04j/'],[],0,,False,10415,566,2939,,None,,,,,,,[],,,, +5678,879086784969191424,879065552060260352,1498425596000.0,2017-06-25 21:19:56,+0000,,@nullpointr More aero effectiveness to create steep spires on windward side at the grid fin intersections,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/879086784969191424,[],[],0,,False,377,16,17,,None,,,,,,,"[{'screen_name': 'nullpointr', 'name': 'opi', 'id': '78573217'}]",,,, +5679,879086372832722944,879080848359686144,1498425498000.0,2017-06-25 21:18:18,+0000,,"@amirmasoudabdol Down the road, they will not even be repainted between launches. Aiming to be able to relaunch same orbital rocket booster in <24 hours.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/879086372832722944,[],[],0,,False,1174,58,166,,None,,,,,,,"[{'screen_name': 'amirmasoudabdol', 'name': 'Amir', 'id': '20249298'}]",,,, +5680,879085297526464513,879080848359686144,1498425242000.0,2017-06-25 21:14:02,+0000,,@BenjaminCoop3 Getting closer to fairing recovery and reuse. Had some problems with the steerable parachute. Should have it sorted out by end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/879085297526464513,[],[],0,,False,788,27,89,,None,,,,,,,"[{'screen_name': 'BenjaminCoop3', 'name': 'Benjamin Cooper', 'id': '2282465672'}]",,,, +5681,879080848359686144,879080848359686144,1498424181000.0,2017-06-25 20:56:21,+0000,,New titanium grid fins worked even better than expected. Should be capable of an indefinite number of flights with no service.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/879080848359686144,[],[],0,,False,22268,568,2642,,None,,,,,,,[],,,, +5682,879067621466849280,879065552060260352,1498421027000.0,2017-06-25 20:03:47,+0000,,@mjmdavis Still humans,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/879067621466849280,[],[],0,,False,407,23,17,,None,,,,,,,"[{'screen_name': 'mjmdavis', 'name': 'mjmdavis', 'id': '14879453'}]",,,, +5683,879067405573435392,879065552060260352,1498420976000.0,2017-06-25 20:02:56,+0000,,@TheCocoaNaut Significantly improves control force,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/879067405573435392,[],[],0,,False,379,13,7,,None,,,,,,,[],,,, +5684,879067060558417921,879067060558417921,1498420894000.0,2017-06-25 20:01:34,+0000,,Launch at 1:25 delivering 10 satellites for Iridium. Droneship repositioned due to extreme weather. Will be tight. https://t.co/6ZcSG29B74,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/879067060558417921,['http://spacex.com/webcast'],[],0,,False,5888,282,1053,,None,,,,,,,[],,,, +5685,879065552060260352,879065552060260352,1498420534000.0,2017-06-25 19:55:34,+0000,,"Closeup of the titanium grid fins. Not painted, as they glow red hot during a fast reentry. https://t.co/Ltrq1Prg2m",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/879065552060260352,[],['https://pbs.twimg.com/media/DDMRdVJUIAERCGT.jpg'],1,https://pbs.twimg.com/media/DDMRdVJUIAERCGT.jpg,False,16161,701,2526,,None,,,,,,,[],,,, +5686,878839825473822720,878821062326198272,1498366717000.0,2017-06-25 04:58:37,+0000,,"@dnathe4th @DJSnM We used to have a (lame) open loop hydraulic system, but that was upgraded to closed about 2 years ago",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/878839825473822720,[],[],0,,False,506,14,23,,None,,,,,,,"[{'screen_name': 'dnathe4th', 'name': 'Dom Narducci', 'id': '6400592'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +5687,878829325742518273,878821062326198272,1498364213000.0,2017-06-25 04:16:53,+0000,,"@CrappyUsername Not only that, it has all the wifis and 3G is coming soon",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/878829325742518273,[],[],0,,False,644,30,39,,None,,,,,,,"[{'screen_name': 'CrappyUsername', 'name': 'Dave', 'id': '5727882'}]",,,, +5688,878828849722671104,878821062326198272,1498364100000.0,2017-06-25 04:15:00,+0000,,@EcoHeliGuy Rocket was suddenly slammed sideways right before landing. Heavy gust or something malfunctioned onboard. Reviewing telemetry.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/878828849722671104,[],[],0,,False,508,45,42,,None,,,,,,,"[{'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}]",,,, +5689,878824485280817153,878821062326198272,1498363059000.0,2017-06-25 03:57:39,+0000,,"@zerosixbravo @john_gilleran True, but that's a minor factor for rockets",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/878824485280817153,[],[],0,,False,271,9,6,,None,,,,,,,"[{'screen_name': 'zerosixbravo', 'name': 'Thiago V Goncalves', 'id': '2439280092'}, {'screen_name': 'john_gilleran', 'name': 'John Gilleran', 'id': '4862977456'}]",,,, +5690,878824283178287105,878821062326198272,1498363011000.0,2017-06-25 03:56:51,+0000,,"@ClovenLife No, but shielding got fragged every flight. More control authority is for Falcon Heavy, but also enables Falcon 9 to land in heavier winds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/878824283178287105,[],[],0,,False,371,9,17,,None,,,,,,,"[{'screen_name': 'ClovenLife', 'name': 'Aaron Lee Kafton', 'id': '15241173'}]",,,, +5691,878823434268033025,878821062326198272,1498362809000.0,2017-06-25 03:53:29,+0000,,"@DJSnM They will, but the hydraulic system is closed loop, so no fluid lost. They do need more power & energy, but rocket has plenty of that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/878823434268033025,[],[],0,,False,699,24,30,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +5692,878822240699035649,878821062326198272,1498362524000.0,2017-06-25 03:48:44,+0000,,"@zerosixbravo Slightly heavier than shielded aluminum, but more control authority and can be reused indefinitely with no touch ups",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/878822240699035649,[],[],0,,False,650,15,37,,None,,,,,,,"[{'screen_name': 'zerosixbravo', 'name': 'Thiago V Goncalves', 'id': '2439280092'}]",,,, +5693,878821062326198272,878821062326198272,1498362243000.0,2017-06-25 03:44:03,+0000,,Flying with larger & significantly upgraded hypersonic grid fins. Single piece cast & cut titanium. Can take reentry heat with no shielding. https://t.co/SmyCCQRt2F,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/878821062326198272,['https://twitter.com/spacex/status/878732650277617664'],[],0,,False,12192,432,2017,https://twitter.com/spacex/status/878732650277617664,None,,,,,,,[],,,, +5694,878407054083317760,878404919719362560,1498263536000.0,2017-06-24 00:18:56,+0000,,@sajo Sticking to 100,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/878407054083317760,[],[],0,,False,509,59,16,,None,,,,,,,"[{'screen_name': 'sajo', 'name': 'Sajo Jacob', 'id': '10134272'}]",,,, +5695,878335496413265920,878334920141135872,1498246475000.0,2017-06-23 19:34:35,+0000,,"@Emerald0013 It's an aluminum honeycomb cartridge, so only a couple of hours to replace",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/878335496413265920,[],[],0,,False,1525,73,86,,None,,,,,,,"[{'screen_name': 'Emerald0013', 'name': 'Jesse ⭐⭐', 'id': '370764713'}]",,,, +5696,878334920141135872,878334920141135872,1498246338000.0,2017-06-23 19:32:18,+0000,,"Rocket is extra toasty and hit the deck hard (used almost all of the emergency crush core), but otherwise good",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/878334920141135872,[],[],0,,False,22502,868,3253,,None,,,,,,,[],,,, +5697,878313692986621953,878313692986621953,1498241277000.0,2017-06-23 18:07:57,+0000,,Falcon 9 will experience its highest ever reentry force and heat in today's launch. Good chance rocket booster doesn't make it back.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/878313692986621953,[],[],0,,False,14136,761,2167,,None,,,,,,,[],,,, +5698,878300364008640512,878037431789826049,1498238099000.0,2017-06-23 17:14:59,+0000,,"@shanghai_artist Technically, Ironyman",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/878300364008640512,[],[],0,,False,394,15,23,,None,,,,,,,"[{'screen_name': 'shanghai_artist', 'name': 'Mayank jain', 'id': '719506567071186948'}]",,,, +5699,878296162184290304,878290090837123072,1498237097000.0,2017-06-23 16:58:17,+0000,,@ExploreSpaceKSC Thanks! Looks cool.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/878296162184290304,[],[],0,,False,486,18,13,,None,,,,,,,"[{'screen_name': 'ExploreSpaceKSC', 'name': 'Kennedy Space Center Visitor Complex', 'id': '27670481'}]",,,, +5700,878044200960380928,878037431789826049,1498177025000.0,2017-06-23 00:17:05,+0000,,"@WaywardPlane Damn, I forgot bacon",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/878044200960380928,[],[],0,,False,1986,60,129,,None,,,,,,,"[{'screen_name': 'WaywardPlane', 'name': 'Wayward Plane ✈️', 'id': '822254523112714240'}]",,,, +5701,878040258541043713,878037431789826049,1498176085000.0,2017-06-23 00:01:25,+0000,,"In life, there are no easy choices …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/878040258541043713,[],[],0,,False,9047,584,1865,,None,,,,,,,[],,,, +5702,878037431789826049,878037431789826049,1498175411000.0,2017-06-22 23:50:11,+0000,,Do want irony on social media?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/878037431789826049,[],[],0,,False,6173,791,1643,,None,,,,,,,[],,,, +5703,877930155540336640,877930155540336640,1498149834000.0,2017-06-22 16:43:54,+0000,,Must remember that irony and social media are not friends. Keep forgetting. Dammit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/877930155540336640,[],[],0,,False,23422,591,4053,,None,,,,,,,[],,,, +5704,877928338358099969,877924436124545024,1498149401000.0,2017-06-22 16:36:41,+0000,,@partialobs @SpaceX Radiation,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/877928338358099969,[],[],0,,False,500,29,24,,None,,,,,,,"[{'screen_name': 'partialobs', 'name': 'Derek Fox', 'id': '22328926'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5705,877740365217882113,877729431955046400,1498104585000.0,2017-06-22 04:09:45,+0000,,@DPazdan Groan,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/877740365217882113,[],[],0,,False,606,35,19,,None,,,,,,,"[{'screen_name': 'DPazdan', 'name': 'Dave Pazdan', 'id': '13458022'}]",,,, +5706,877740102918721536,877735931087683584,1498104522000.0,2017-06-22 04:08:42,+0000,,"@hayskeys7 But RWD with electric is really good in snow (assuming all weather or winter tires), as traction control is far more precise",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/877740102918721536,[],[],0,,False,489,43,32,,None,,,,,,,"[{'screen_name': 'hayskeys7', 'name': 'Eric Hays', 'id': '625093401'}]",,,, +5707,877739704593993728,877735931087683584,1498104427000.0,2017-06-22 04:07:07,+0000,,@hayskeys7 Will extend,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/877739704593993728,[],[],0,,False,455,13,15,,None,,,,,,,"[{'screen_name': 'hayskeys7', 'name': 'Eric Hays', 'id': '625093401'}]",,,, +5708,877469994593820674,877469994593820674,1498040123000.0,2017-06-21 10:15:23,+0000,,Over 1000 km should be possible in a 100D with the right tires https://t.co/8czN3dVZE4,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/877469994593820674,['https://twitter.com/electrekco/status/877219197444599809'],[],0,,False,18388,738,4099,https://twitter.com/electrekco/status/877219197444599809,None,,,,,,,[],,,, +5709,877341165808361472,877316707236192257,1498009408000.0,2017-06-21 01:43:28,+0000,,@Painkiller606 Will be full regen cooled all the way out to the 3 meter (10 ft) nozzle diameter. Heat flux is nuts & radiative view factor is low.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/877341165808361472,[],[],0,,False,201,14,21,,None,,,,,,,"[{'screen_name': 'Painkiller606', 'name': 'Dan', 'id': '848786334'}]",,,, +5710,877339887732539392,877315587914866688,1498009104000.0,2017-06-21 01:38:24,+0000,,"@dadxseven No plans to change 100 kWh pack tech. You'll never worry about running out of range. Model 3 pack is about cost reduction, not performance.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/877339887732539392,[],[],0,,False,218,24,13,,None,,,,,,,"[{'screen_name': 'dadxseven', 'name': 'dadof7', 'id': '4896661433'}]",,,, +5711,877210236502786048,877210236502786048,1497978192000.0,2017-06-20 17:03:12,+0000,,No need to rely on scientists for global warming -- just use a thermometer https://t.co/0PbtAL8uRK,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/877210236502786048,['https://www.forbes.com/sites/marshallshepherd/2017/06/20/the-science-of-why-its-too-hot-for-some-planes-to-fly-in-the-southwest-u-s/#6a31c3f54ceb'],[],0,,False,14026,810,5039,,None,,,,,,,[],,,, +5712,877039014334701568,877027867351232513,1497937370000.0,2017-06-20 05:42:50,+0000,,@sulka @KarinCAtrades Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/877039014334701568,[],[],0,,False,184,11,7,,None,,,,,,,"[{'screen_name': 'sulka', 'name': 'Sulka Haro', 'id': '8735502'}]",,,, +5713,877032118794108928,877027867351232513,1497935726000.0,2017-06-20 05:15:26,+0000,,"@sulka That's because the accurate articles are boringly obvious, so they get no press attention",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/877032118794108928,[],[],0,,False,248,20,25,,None,,,,,,,"[{'screen_name': 'sulka', 'name': 'Sulka Haro', 'id': '8735502'}]",,,, +5714,877031628861657088,877027867351232513,1497935609000.0,2017-06-20 05:13:29,+0000,,"@sulka First approximation of CO2 is production cost, factoring in energy source, so Model 3 obv less CO2 to produce than $35k gas car by a lot",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/877031628861657088,[],[],0,,False,568,13,56,,None,,,,,,,"[{'screen_name': 'sulka', 'name': 'Sulka Haro', 'id': '8735502'}]",,,, +5715,877029802758201344,877027867351232513,1497935174000.0,2017-06-20 05:06:14,+0000,,@sulka Calling this cueless would be generous. Much less energy required for lithium-ion batteries & Gigafactory is powered by renewables anyway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/877029802758201344,[],[],0,,False,1139,38,112,,None,,,,,,,"[{'screen_name': 'sulka', 'name': 'Sulka Haro', 'id': '8735502'}]",,,, +5716,876829309695967232,876826558488621056,1497887372000.0,2017-06-19 15:49:32,+0000,,@shashwatbakhshi No plans to change cell form factor for X and S,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/876829309695967232,[],[],0,,False,163,30,17,,None,,,,,,,"[{'screen_name': 'shashwatbakhshi', 'name': 'Shashwat Bakhshi', 'id': '52379684'}]",,,, +5717,876586808255029248,876193247562838016,1497829555000.0,2017-06-18 23:45:55,+0000,,"@verge This is crazy, but Max Smart mentions Chaos towards the end. Coincidence?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/876586808255029248,[],[],0,,False,191,27,21,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +5718,876575063058677760,876564817179328512,1497826755000.0,2017-06-18 22:59:15,+0000,,@quiggles There's a plot!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/876575063058677760,[],[],0,,False,411,16,18,,None,,,,,,,"[{'screen_name': 'quiggles', 'name': 'Gary Quigley 🤓🏁', 'id': '5403302'}]",,,, +5719,876571952512507908,876571731330256900,1497826014000.0,2017-06-18 22:46:54,+0000,,@RobTheIc0n ujelly?,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/876571952512507908,[],[],0,,False,387,20,22,,None,,,,,,,"[{'screen_name': 'RobTheIc0n', 'name': 'Rob', 'id': '44525460'}]",,,, +5720,876570254184390656,876564817179328512,1497825609000.0,2017-06-18 22:40:09,+0000,,"@DJ_Mr_Cool My real phone is an HTC Droid, which I ordered after seeing this ad https://t.co/WLR9cJGXP1",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/876570254184390656,['https://m.youtube.com/watch?v=DaxU0ut5tUw'],[],0,,False,1691,104,340,,None,,,,,,,"[{'screen_name': 'DJ_Mr_Cool', 'name': 'Fern Mr Cool Rose', 'id': '21313859'}]",,,, +5721,876567497062850560,876193247562838016,1497824951000.0,2017-06-18 22:29:11,+0000,,@verge Nothing beats the shoe phone that is also a real shoe https://t.co/cLecmtHrdN,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/876567497062850560,['https://m.youtube.com/watch?v=hHrnLOb1hTA'],[],0,,False,581,30,53,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +5722,876565296487649280,876564817179328512,1497824427000.0,2017-06-18 22:20:27,+0000,,@YS But then I get paid less,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/876565296487649280,[],[],0,,False,1607,25,73,,None,,,,,,,"[{'screen_name': 'YS', 'name': 'Youssef • Web Designer', 'id': '19010677'}]",,,, +5723,876537450956337152,876536406230712320,1497817788000.0,2017-06-18 20:29:48,+0000,,"@theseoldcars Backup valve shows no sign of leaking, but yeah",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/876537450956337152,[],[],0,,False,186,14,5,,None,,,,,,,"[{'screen_name': 'theseoldcars', 'name': 'Lewis Kingston', 'id': '84637834'}]",,,, +5724,876536951418925057,876536951418925057,1497817669000.0,2017-06-18 20:27:49,+0000,,If schedule holds there will be two Falcon 9 launches within 48 hours (Cape & Vandenberg) this weekend https://t.co/GbleRPm6iZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/876536951418925057,['https://twitter.com/spacex/status/876522478046068737'],[],0,,False,8745,340,1523,https://twitter.com/spacex/status/876522478046068737,None,,,,,,,[],,,, +5725,876536406230712320,876536406230712320,1497817539000.0,2017-06-18 20:25:39,+0000,,"Postponing launch to replace fairing pneumatic valve. It is dual redundant, but not worth taking a chance. https://t.co/vnfxmeer7h",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/876536406230712320,['https://twitter.com/spacex/status/876522258948169728'],[],0,,False,3612,164,429,https://twitter.com/spacex/status/876522258948169728,None,,,,,,,[],,,, +5726,876517194997178368,876517194997178368,1497812958000.0,2017-06-18 19:09:18,+0000,,"Promising conversations with @MayorOfLA regarding tunnel network that would carry cars, bikes & pedestrians. Permits harder than technology. https://t.co/0dxrXBOOWy",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/876517194997178368,['https://twitter.com/abc7adrienne/status/876114755169079296'],[],0,,False,4747,322,824,https://twitter.com/abc7adrienne/status/876114755169079296,None,,,,,,,[],,,, +5727,876494001607589888,876494001607589888,1497807429000.0,2017-06-18 17:37:09,+0000,, https://t.co/tj4FrDw34z,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/876494001607589888,['https://m.youtube.com/watch?v=VoiGZ47aRao'],[],0,,False,3492,168,467,,None,,,,,,,[],,,, +5728,876492802648965120,876492802648965120,1497807143000.0,2017-06-18 17:32:23,+0000,,It's time they knew … https://t.co/wt7XfXqTM6,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/876492802648965120,[],['https://pbs.twimg.com/media/DCntjkRUMAAkHQS.jpg'],1,https://pbs.twimg.com/media/DCntjkRUMAAkHQS.jpg,False,31080,938,3924,,None,,,,,,,[],,,, +5729,876160515055038464,876160515055038464,1497727919000.0,2017-06-17 19:31:59,+0000,,Tesla service rescues a kitten stuck in the bumper https://t.co/qZW7QjuceQ https://t.co/3jyJseVodm,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/876160515055038464,"['https://youtu.be/NSc7wjQ1Ts8', 'https://youtu.be/tEFZsK0X1V4']",[],0,,False,10042,735,2051,,None,,,,,,,[],,,, +5730,875913778423939072,875913504451985411,1497669093000.0,2017-06-17 03:11:33,+0000,,@zlsadesign So soon you won't believe it,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/875913778423939072,[],[],0,,False,976,60,120,,None,,,,,,,"[{'screen_name': 'zlsadesign', 'name': 'ZLSA Design', 'id': '1229938391862501376'}]",,,, +5731,875913504451985411,875913504451985411,1497669027000.0,2017-06-17 03:10:27,+0000,,Colonizing Mars (thanks Prof Hubbard for creating this from my talk). Major changes to the plan coming soon. https://t.co/s59qMHUj5O,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/875913504451985411,['http://online.liebertpub.com/doi/pdf/10.1089/space.2017.29009.emu'],[],0,,False,9519,484,2560,,None,,,,,,,[],,,, +5732,875849793204928512,875849793204928512,1497653837000.0,2017-06-16 22:57:17,+0000,,"Hawthorne, California https://t.co/d5qRlN0XQ7",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/875849793204928512,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/875849659696070656/pu/img/fFNc0w-YltnbnYUu.jpg,False,23706,572,5808,,None,,,,,,,[],,,, +5733,875839151056310272,875839151056310272,1497651300000.0,2017-06-16 22:15:00,+0000,,Flying through the Falcon Factory https://t.co/kIuqfD3MLQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/875839151056310272,['https://www.instagram.com/p/BVarZZSgfIP/'],[],0,,False,5512,195,1101,,None,,,,,,,[],,,, +5734,875770056323420160,875770056323420160,1497634827000.0,2017-06-16 17:40:27,+0000,,"Mars V2 plan coming soon, which I think addresses the most fundamental flaw in V1: how to pay for development & operation of giant rockets https://t.co/yaITdVdpEc",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/875770056323420160,['https://twitter.com/sciam/status/875756138121310208'],[],0,,False,16074,775,4756,https://twitter.com/sciam/status/875756138121310208,None,,,,,,,[],,,, +5735,875510004635246592,875491628227608577,1497572825000.0,2017-06-16 00:27:05,+0000,,@dane @bonnienorman Radar-only braking on HW1 is getting better with every release. We're hoping to do the demo where it brakes for a UFO in the fog soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/875510004635246592,[],[],0,,False,357,34,29,,None,,,,,,,"[{'screen_name': 'dane', 'name': 'Dane Jasper', 'id': '7575072'}, {'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +5736,875509067011153924,875509067011153924,1497572602000.0,2017-06-16 00:23:22,+0000,,"$300M cost diff between SpaceX and Boeing/Lockheed exceeds avg value of satellite, so flying with SpaceX means satellite is basically free https://t.co/CaOulCf7ot",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/875509067011153924,['https://twitter.com/arstechnica/status/875489606728372225'],[],0,,False,21838,542,5430,https://twitter.com/arstechnica/status/875489606728372225,None,,,,,,,[],,,, +5737,875070931537981441,875054489459245056,1497468142000.0,2017-06-14 19:22:22,+0000,,@jasveer10 In discussions with the government of India requesting temporary relief on import penalties/restrictions until a local factory is built,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/875070931537981441,[],[],0,,False,3521,246,1039,,None,,,,,,,"[{'screen_name': 'jasveer10', 'name': 'Jasveer Singh👨🏻\u200d💻', 'id': '152585635'}]",,,, +5738,874649718659325952,874649718659325952,1497367717000.0,2017-06-13 15:28:37,+0000,,US govt testing by @NHTSAgov finds Model X to be the safest SUV in history by significant margin https://t.co/zAdb5FQPEI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/874649718659325952,['https://twitter.com/teslamotors/status/874610768427204609'],[],0,,False,19415,739,4369,https://twitter.com/teslamotors/status/874610768427204609,None,,,,,,,[],,,, +5739,874539511815954433,874503138656624641,1497341442000.0,2017-06-13 08:10:42,+0000,,"@samsheffer That would an interesting target. Would, of course, only count if capable of doing so right off the production line with street legal tires.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/874539511815954433,[],[],0,,False,798,54,66,,None,,,,,,,"[{'screen_name': 'samsheffer', 'name': 'Sam Sheffer', 'id': '25246881'}]",,,, +5740,874506910120034306,872260000491593728,1497333669000.0,2017-06-13 06:01:09,+0000,,@AaronTheSilver @sama How'd you know?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/874506910120034306,[],[],0,,False,170,13,7,,None,,,,,,,"[{'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +5741,874483570869272577,873625441944440833,1497328105000.0,2017-06-13 04:28:25,+0000,,"@ethank @ElectrekCo @TeslaRoadTrip Linux kernel update was way harder than anticipated. Giant improvement, but meant way more OS overhead tuning to keep screen frame rate good",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/874483570869272577,[],[],0,,False,178,13,15,,None,,,,,,,"[{'screen_name': 'ethank', 'name': 'Ethan Kaplan', 'id': '615723'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}]",,,, +5742,874029202768510977,873625441944440833,1497219775000.0,2017-06-11 22:22:55,+0000,,"@ethank @ElectrekCo @TeslaRoadTrip New kernel goes out next weekend, new web browser next month. Radar-only braking is getting steadily better for both HW 1 and 2.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/874029202768510977,[],[],0,,False,253,34,20,,None,,,,,,,"[{'screen_name': 'ethank', 'name': 'Ethan Kaplan', 'id': '615723'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}]",,,, +5743,873984057431949312,873625441944440833,1497209011000.0,2017-06-11 19:23:31,+0000,,@ElectrekCo @TeslaRoadTrip HW2 Autopilot release should go wide next weekend with additional smoothness improvements to longitudinal control,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/873984057431949312,[],[],0,,False,557,40,78,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}]",,,, +5744,873629817895133184,873602924898910208,1497124554000.0,2017-06-10 19:55:54,+0000,,"@RajveerJolly We are developing the interplanetary rocket and spaceship to allow anyone to travel to the moon, Mars & beyond, regardless of nationality",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/873629817895133184,[],[],0,,False,6271,168,1117,,None,,,,,,,"[{'screen_name': 'RajveerJolly', 'name': 'Rajveer Singh Jolly', 'id': '3825138453'}]",,,, +5745,873628555057352705,873627161223213056,1497124253000.0,2017-06-10 19:50:53,+0000,,@KevinWright80 Thanks! Everything we make on the expensive cars goes into developing more affordable cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/873628555057352705,[],[],0,,False,305,11,28,,None,,,,,,,"[{'screen_name': 'KevinWright80', 'name': 'Kevin Wright', 'id': '61869604'}]",,,, +5746,873313746172628992,873306646587613184,1497049197000.0,2017-06-09 22:59:57,+0000,,@StevePrediletto @samabuelsamid @TeslaMotors Thanks for supporting Tesla and the EV mission before anyone had heard of us,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873313746172628992,[],[],0,,False,282,16,19,,None,,,,,,,"[{'screen_name': 'StevePrediletto', 'name': 'steven r. prediletto', 'id': '275827000'}, {'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +5747,873312073756753920,873306646587613184,1497048798000.0,2017-06-09 22:53:18,+0000,,@FredericLambert @samabuelsamid @TeslaMotors Heard about it. Our experience doing projects with big car companies was not great. They move slowly & are reluctant to adopt new tech.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873312073756753920,[],[],0,,False,262,11,24,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +5748,873310575073255425,873306646587613184,1497048441000.0,2017-06-09 22:47:21,+0000,,"@samabuelsamid @TeslaMotors I've written two forward-looking master plans, but haven't told the Tesla history of how we got there. Lot of drama … Prob worth doing?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873310575073255425,[],[],0,,False,332,41,17,,None,,,,,,,"[{'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +5749,873308039733952512,873306646587613184,1497047836000.0,2017-06-09 22:37:16,+0000,,@samabuelsamid @TeslaMotors Mostly right. The feasibility study Martin commissioned about the Lotus Elise was dead wrong though. Only 7% of parts ended up being common.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873308039733952512,[],[],0,,False,315,7,9,,None,,,,,,,"[{'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +5750,873306583983247360,873290378702721026,1497047489000.0,2017-06-09 22:31:29,+0000,,"@RITSPEX @ID_AA_Carmack @mmeijeri Slow at first, then very fast. Def not hover.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873306583983247360,[],[],0,,False,211,14,10,,None,,,,,,,"[{'screen_name': 'RITSPEX', 'name': 'RITSpaceExploration', 'id': '3303167698'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}, {'screen_name': 'mmeijeri', 'name': 'Martijn Meijering', 'id': '376172658'}]",,,, +5751,873305610971787264,873290378702721026,1497047257000.0,2017-06-09 22:27:37,+0000,,"@ID_AA_Carmack @mmeijeri The faster, the better. Gravity losses.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873305610971787264,[],[],0,,False,387,17,24,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}, {'screen_name': 'mmeijeri', 'name': 'Martijn Meijering', 'id': '376172658'}]",,,, +5752,873305406482784256,873116351316938753,1497047208000.0,2017-06-09 22:26:48,+0000,,@mcwm @chrispaine Damn Stonecutters!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873305406482784256,[],[],0,,False,616,7,30,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}, {'screen_name': 'chrispaine', 'name': 'Chris Paine', 'id': '14546186'}]",,,, +5753,873301658155061248,873116351316938753,1497046315000.0,2017-06-09 22:11:55,+0000,,"@EclecticLip Was no ""company"", just a (wrong) biz plan to commercialize ACP's Tzero car. No tech or IP, no employees & didn't even own Tesla Motors name.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873301658155061248,[],[],0,,False,385,9,26,,None,,,,,,,[],,,, +5754,873299731853615104,873297506209116160,1497045855000.0,2017-06-09 22:04:15,+0000,,"@__svndee Disruption certainly. Deep AI is the real risk, though, not automation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873299731853615104,[],[],0,,False,175,16,15,,None,,,,,,,[],,,, +5755,873266603349073920,873116351316938753,1497037957000.0,2017-06-09 19:52:37,+0000,,@rami_syvari @clevergoat @mor10 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/873266603349073920,[],[],0,,False,336,13,19,,None,,,,,,,"[{'screen_name': 'rami_syvari', 'name': 'Rami Syväri', 'id': '306155188'}, {'screen_name': 'clevergoat', 'name': 'Đặng Thuý', 'id': '1198066640606228480'}, {'screen_name': 'mor10', 'name': 'Morten Rand-Hendriksen', 'id': '14611891'}]",,,, +5756,873248942250573824,873248942250573824,1497033746000.0,2017-06-09 18:42:26,+0000,,Congrats Robb! https://t.co/4OaB8t0yoq,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/873248942250573824,['https://twitter.com/verge/status/873232457432268800'],[],0,,False,7236,88,717,https://twitter.com/verge/status/873232457432268800,None,,,,,,,[],,,, +5757,873211353091014656,873116351316938753,1497024784000.0,2017-06-09 16:13:04,+0000,,@MarkeR2002 @chrispaine So crazy that people were arrested for trying to keep their cars from being destroyed,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/873211353091014656,[],[],0,,False,580,49,60,,None,,,,,,,"[{'screen_name': 'MarkeR2002', 'name': 'Mark Ryan', 'id': '161308342'}, {'screen_name': 'chrispaine', 'name': 'Chris Paine', 'id': '14546186'}]",,,, +5758,873210566826803201,872892467800023040,1497024597000.0,2017-06-09 16:09:57,+0000,,@isco__ You may have Heard of the person who put it together,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/873210566826803201,[],[],0,,False,249,17,23,,None,,,,,,,"[{'screen_name': 'isco__', 'name': 'Isco', 'id': '15499245'}]",,,, +5759,873210142573043712,873116351316938753,1497024496000.0,2017-06-09 16:08:16,+0000,,"Worth watching ""Who Killed the Electric Car?"" By @chrispaine. Truth is indeed stranger than fiction … https://t.co/b8rKpp8nvJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/873210142573043712,['https://en.m.wikipedia.org/wiki/Who_Killed_the_Electric_Car%3F'],[],0,,False,7683,410,1751,,None,,,,,,,[],,,, +5760,873202292048015360,872892467800023040,1497022624000.0,2017-06-09 15:37:04,+0000,,"@Franco_FWG @Zedd If Zedd is kind enough to send me a list, it's on",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/873202292048015360,[],[],0,,False,312,5,29,,None,,,,,,,"[{'screen_name': 'Zedd', 'name': 'Zedd', 'id': '155705264'}]",,,, +5761,873131202663690240,873116351316938753,1497005675000.0,2017-06-09 10:54:35,+0000,,"@ApexCornerSpeed @BraveRock_ All Superchargers are being converted to solar/battery power. Over time, almost all will disconnect from the electricity grid.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873131202663690240,[],[],0,,False,2047,120,390,,None,,,,,,,"[{'screen_name': 'ApexCornerSpeed', 'name': 'H20Bound', 'id': '832376467749208064'}, {'screen_name': 'BraveRock_', 'name': 'Never once banned by any social media.', 'id': '14699374'}]",,,, +5762,873130508984631296,873116351316938753,1497005509000.0,2017-06-09 10:51:49,+0000,,"@mor10 I love Norway, which is the world leader in EV adoption! Great example for the rest of the world.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873130508984631296,[],[],0,,False,1922,61,235,,None,,,,,,,"[{'screen_name': 'mor10', 'name': 'Morten Wears a Mask', 'id': '14611891'}]",,,, +5763,873122114307371015,873116351316938753,1497003508000.0,2017-06-09 10:18:28,+0000,,"@kieranquinn27 Long way to go, but we've convinced most of the auto industry to start EV programs & gave them all our patents to help, so that's something",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873122114307371015,[],[],0,,False,3497,113,509,,None,,,,,,,"[{'screen_name': 'kieranquinn27', 'name': 'Kieran Quinn', 'id': '3083536565'}]",,,, +5764,873121068172460035,873116351316938753,1497003259000.0,2017-06-09 10:14:19,+0000,,"Nothing to do w govt incentives or making money. Thought 90% prob of losing it all (almost did many times), but it was the only chance.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873121068172460035,[],[],0,,False,12225,401,1422,,None,,,,,,,[],,,, +5765,873119655354695685,873116351316938753,1497002922000.0,2017-06-09 10:08:42,+0000,,"Since big car companies were killing their EV programs, the only chance was to create an EV company, even tho it was almost certain to fail",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873119655354695685,[],[],0,,False,10851,202,1753,,None,,,,,,,[],,,, +5766,873117697420034048,873116351316938753,1497002455000.0,2017-06-09 10:00:55,+0000,,"They was done against the will of their owners, who held a candlelight vigil all night to protest the death of their cars",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873117697420034048,[],[],0,,False,5348,171,1027,,None,,,,,,,[],,,, +5767,873116351316938753,873116351316938753,1497002134000.0,2017-06-09 09:55:34,+0000,,Few people know that we started Tesla when GM forcibly recalled all electric cars from customers in 2003 & then crushed them in a junkyard,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/873116351316938753,[],[],0,,False,42113,1439,13184,,None,,,,,,,[],,,, +5768,872979293944414208,872892467800023040,1496969457000.0,2017-06-09 00:50:57,+0000,,@RafaelM81 @EricaBoarman That is true. Ludicrous mode is like having pure joy on tap. Nothing else (legal) will get you that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/872979293944414208,[],[],0,,False,298,15,27,,None,,,,,,,"[{'screen_name': 'EricaBoarman', 'name': 'Erica Boarman', 'id': '910578764'}]",,,, +5769,872974600451219456,872905905041362944,1496968338000.0,2017-06-09 00:32:18,+0000,,@Boltfinger Click the left scroll wheel to pause or mute music,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/872974600451219456,[],[],0,,False,112,6,3,,None,,,,,,,"[{'screen_name': 'Boltfinger', 'name': 'Dennis Pena', 'id': '24853680'}]",,,, +5770,872935638944800769,872905905041362944,1496959049000.0,2017-06-08 21:57:29,+0000,,"@cabbey @JeffMcAdams Good point, will add ""cancel nav"" to voice commands",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/872935638944800769,[],[],0,,False,559,25,17,,None,,,,,,,"[{'screen_name': 'cabbey', 'name': 'cabbey', 'id': '14541542'}, {'screen_name': 'JeffMcAdams', 'name': 'Jeff McAdams', 'id': '12728892'}]",,,, +5771,872935290356113408,872893604464779264,1496958966000.0,2017-06-08 21:56:06,+0000,,@EricIdle Too awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/872935290356113408,[],[],0,,False,484,14,15,,None,,,,,,,"[{'screen_name': 'EricIdle', 'name': 'Eric Idle', 'id': '862483279'}]",,,, +5772,872919207754711041,872893604464779264,1496955131000.0,2017-06-08 20:52:11,+0000,,@Belltower @GarthRedshaw @The1ManHerd Must ipso facto half not bee,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872919207754711041,[],[],0,,False,107,22,2,,None,,,,,,,"[{'screen_name': 'Belltower', 'name': 'Andrew Bell', 'id': '18226740'}, {'screen_name': 'GarthRedshaw', 'name': 'Garth Redshaw', 'id': '46210535'}]",,,, +5773,872913130120134656,872911823288377346,1496953682000.0,2017-06-08 20:28:02,+0000,,"@mashabletech First of all, I cracked a long time ago. That's not news. Second, yes, I can see time. How did you know?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872913130120134656,[],[],0,,False,1694,67,153,,None,,,,,,,"[{'screen_name': 'mashabletech', 'name': 'Mashable Tech', 'id': '958743175383998464'}]",,,, +5774,872912379406766080,872905905041362944,1496953503000.0,2017-06-08 20:25:03,+0000,,"@AndrewHaigh Yeah, car should auto play when it gets an exact match, like it does for directions. Will make that change.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872912379406766080,[],[],0,,False,492,8,12,,None,,,,,,,"[{'screen_name': 'AndrewHaigh', 'name': 'Andrew Haigh ⚡️', 'id': '20483883'}]",,,, +5775,872912059406491648,872892467800023040,1496953427000.0,2017-06-08 20:23:47,+0000,,@jovanik21 @philwhln Just confirmed the Tesla DJ station works in Canada,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872912059406491648,[],[],0,,False,121,7,2,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'philwhln', 'name': 'Phil Whelan 😷🇨🇦🦕🚀', 'id': '13036132'}]",,,, +5776,872907817258070016,872893604464779264,1496952416000.0,2017-06-08 20:06:56,+0000,,@Krishell1985 Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872907817258070016,[],[],0,,False,134,27,0,,None,,,,,,,"[{'screen_name': 'Krishell1985', 'name': 'Mr Helle', 'id': '2744603278'}]",,,, +5777,872906757831409664,872905905041362944,1496952163000.0,2017-06-08 20:02:43,+0000,,"@sakerjacks No, it's not!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872906757831409664,[],[],0,,False,315,9,6,,None,,,,,,,"[{'screen_name': 'sakerjacks', 'name': 'Dan Lysaker', 'id': '161161529'}]",,,, +5778,872906681851576321,872893604464779264,1496952145000.0,2017-06-08 20:02:25,+0000,,@MichaelGladis Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872906681851576321,[],[],0,,False,251,4,2,,None,,,,,,,"[{'screen_name': 'MichaelGladis', 'name': 'Michael Gladis', 'id': '801085753'}]",,,, +5779,872906594471755776,872905905041362944,1496952124000.0,2017-06-08 20:02:04,+0000,,@JeffMcAdams Tap cancel on the screen,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872906594471755776,[],[],0,,False,185,6,3,,None,,,,,,,"[{'screen_name': 'JeffMcAdams', 'name': 'Jeff McAdams', 'id': '12728892'}]",,,, +5780,872905905041362944,872905905041362944,1496951960000.0,2017-06-08 19:59:20,+0000,,"Just tap the voice button on the steering wheel and say ""Play Monty Python"" or ""Navigate home"" or anything. Voice commands work pretty well.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872905905041362944,[],[],0,,False,7202,509,686,,None,,,,,,,[],,,, +5781,872905016176025601,872892467800023040,1496951748000.0,2017-06-08 19:55:48,+0000,,"@EricaBoarman Just depends on whether you like a sedan or SUV. Sedan goes faster, SUV has more room.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872905016176025601,[],[],0,,False,179,18,2,,None,,,,,,,"[{'screen_name': 'EricaBoarman', 'name': 'Erica Boarman', 'id': '910578764'}]",,,, +5782,872903902282137600,872892467800023040,1496951482000.0,2017-06-08 19:51:22,+0000,,"@jschindeler Yeah, coming back",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872903902282137600,[],[],0,,False,132,5,3,,None,,,,,,,"[{'screen_name': 'jschindeler', 'name': 'John Schindeler', 'id': '312372113'}]",,,, +5783,872895237022113792,872893604464779264,1496949416000.0,2017-06-08 19:16:56,+0000,,@symonchester Coming soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872895237022113792,[],[],0,,False,249,11,1,,None,,,,,,,"[{'screen_name': 'symonchester', 'name': 'symon chester', 'id': '55366920'}]",,,, +5784,872895060404076544,872893604464779264,1496949374000.0,2017-06-08 19:16:14,+0000,,@castfxman Partly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872895060404076544,[],[],0,,False,359,12,9,,None,,,,,,,"[{'screen_name': 'castfxman', 'name': 'Javier Rivera', 'id': '48177194'}]",,,, +5785,872894904174653440,872893604464779264,1496949337000.0,2017-06-08 19:15:37,+0000,,@The1ManHerd Possibly my favorite skit,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872894904174653440,[],[],0,,False,227,6,2,,None,,,,,,,[],,,, +5786,872894508962205696,872893604464779264,1496949243000.0,2017-06-08 19:14:03,+0000,,@AngBoire Might work in Canada too,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872894508962205696,[],[],0,,False,207,6,4,,None,,,,,,,[],,,, +5787,872894290460004352,872892467800023040,1496949191000.0,2017-06-08 19:13:11,+0000,,@jovanik21 @philwhln I mean also,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872894290460004352,[],[],0,,False,133,4,1,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'philwhln', 'name': 'Phil Whelan 😷🇨🇦🦕🚀', 'id': '13036132'}]",,,, +5788,872893699511865345,872892467800023040,1496949050000.0,2017-06-08 19:10:50,+0000,,@markedtek Not yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872893699511865345,[],[],0,,False,112,3,0,,None,,,,,,,[],,,, +5789,872893668474052608,872892467800023040,1496949042000.0,2017-06-08 19:10:42,+0000,,@rrosenbl Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872893668474052608,[],[],0,,False,108,6,1,,None,,,,,,,"[{'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}]",,,, +5790,872893604464779264,872893604464779264,1496949027000.0,2017-06-08 19:10:27,+0000,,"In the US, you can ask your Tesla to play any Monty Python (or other comedy) skit. Doesn't work outside US yet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872893604464779264,[],[],0,,False,17130,805,2669,,None,,,,,,,[],,,, +5791,872893125303222273,872892467800023040,1496948913000.0,2017-06-08 19:08:33,+0000,,"@philwhln It's on the car. Might add it to the Tesla app at some point, so you get it on your phone if you have a Powerwall or Tesla solar.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872893125303222273,[],[],0,,False,236,9,10,,None,,,,,,,"[{'screen_name': 'philwhln', 'name': 'Phil Whelan 😷🇨🇦🦕🚀', 'id': '13036132'}]",,,, +5792,872892636276731904,872892467800023040,1496948796000.0,2017-06-08 19:06:36,+0000,,@DeanDcruz My favorite for sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872892636276731904,[],[],0,,False,174,6,5,,None,,,,,,,"[{'screen_name': 'DeanDcruz', 'name': 'Dean Dcruz', 'id': '19917090'}]",,,, +5793,872892467800023040,872892467800023040,1496948756000.0,2017-06-08 19:05:56,+0000,,Try the new Tesla DJ station on streaming radio,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872892467800023040,[],[],0,,False,4957,276,466,,None,,,,,,,[],,,, +5794,872889583846924288,872888045170597889,1496948068000.0,2017-06-08 18:54:28,+0000,,@redletterdave The scene where Brian is saved from the Romans by falling off a tower into a spaceship is the best Deus Ex Machina moment of any movie ever,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/872889583846924288,[],[],0,,False,272,13,24,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'dave smith', 'id': '19743466'}]",,,, +5795,872888863504474112,872888457156329472,1496947897000.0,2017-06-08 18:51:37,+0000,,"@JohnnyZenith All Falcon Heavy cores should be at the Cape in two to three months, so launch should happen a month after that",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/872888863504474112,[],[],0,,False,709,54,242,,None,,,,,,,"[{'screen_name': 'JohnnyZenith', 'name': 'JohnnyZ', 'id': '2469149011'}]",,,, +5796,872888316978274304,872888045170597889,1496947766000.0,2017-06-08 18:49:26,+0000,,@redletterdave Love Monty Python so much,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/872888316978274304,[],[],0,,False,296,16,17,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'Dave', 'id': '19743466'}]",,,, +5797,872888045170597889,872888045170597889,1496947702000.0,2017-06-08 18:48:22,+0000,, https://t.co/spUaZYaxgB,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/872888045170597889,['https://m.youtube.com/watch?v=SJUhlRoBL8M'],[],0,,False,3623,219,637,,None,,,,,,,[],,,, +5798,872869915337805825,872862122509647873,1496943379000.0,2017-06-08 17:36:19,+0000,,"Just wish they would stop sticking pins in voodoo dolls of me. That hurts, ok?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/872869915337805825,[],[],0,,False,18367,740,1834,,None,,,,,,,[],,,, +5799,872869542376030208,872862122509647873,1496943290000.0,2017-06-08 17:34:50,+0000,,@johnbiscevic Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/872869542376030208,[],[],0,,False,132,4,0,,None,,,,,,,"[{'screen_name': 'johnbiscevic', 'name': 'John Biscevic', 'id': '102191014'}]",,,, +5800,872869348850913280,872862122509647873,1496943244000.0,2017-06-08 17:34:04,+0000,,@danahull Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/872869348850913280,[],[],0,,False,156,5,3,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +5801,872868505351094272,872862122509647873,1496943043000.0,2017-06-08 17:30:43,+0000,,These guys want us to die so bad they can taste it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/872868505351094272,[],[],0,,False,12098,673,1500,,None,,,,,,,[],,,, +5802,872862122509647873,872862122509647873,1496941521000.0,2017-06-08 17:05:21,+0000,,Could be worse https://t.co/CtnkJysquj,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/872862122509647873,['http://www.investopedia.com/news/more-bets-against-tesla-any-other-company-tsla-bac/?partner=YahooSA&yptr=yahoo'],[],0,,False,12573,699,2038,,None,,,,,,,[],,,, +5803,872645445742231553,872579925403852800,1496889861000.0,2017-06-08 02:44:21,+0000,,"@LABJnews We can either give up hope & sit in traffic hell forever or try something new. The odds of success may be low, but they're better than zero.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/872645445742231553,[],[],0,,False,508,54,77,,None,,,,,,,"[{'screen_name': 'LABJnews', 'name': 'L.A. Business Journal', 'id': '831581366'}]",,,, +5804,872601868668555264,872579925403852800,1496879472000.0,2017-06-07 23:51:12,+0000,,@LABJnews The Boring Company is in Hawthorne and has already approved the permit,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/872601868668555264,[],[],0,,False,1525,52,112,,None,,,,,,,"[{'screen_name': 'LABJnews', 'name': 'L.A. Business Journal', 'id': '831581366'}]",,,, +5805,872535557997449216,872530998575190017,1496863662000.0,2017-06-07 19:27:42,+0000,,@kimchee_chigae @SpaceX Thanks :) Such an outrageous lawsuit. People sometimes underestimate strength of US judiciary. Lot of respect for the judge & jury system.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/872535557997449216,[],[],0,,False,1111,26,45,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5806,872349845088075776,872331883329323009,1496819385000.0,2017-06-07 07:09:45,+0000,,@biseshgrg Read https://t.co/TOyVa7PmNk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/872349845088075776,['http://waitbutwhy.com/2017/04/neuralink.html'],[],0,,False,993,46,205,,None,,,,,,,"[{'screen_name': 'biseshgrg', 'name': 'Bisesh Gurung', 'id': '418694367'}]",,,, +5807,872349052016394243,872347614280372224,1496819196000.0,2017-06-07 07:06:36,+0000,,@SaherShodhan Almost. Falcon Heavy was way harder to develop than it seemed at first.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/872349052016394243,[],[],0,,False,486,30,31,,None,,,,,,,"[{'screen_name': 'SaherShodhan', 'name': 'Saher Shodhan', 'id': '14563227'}]",,,, +5808,872322588919443460,872260000491593728,1496812886000.0,2017-06-07 05:21:26,+0000,,"@sama Once you add the vintage record player, it's all good",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/872322588919443460,[],[],0,,False,1156,28,31,,None,,,,,,,"[{'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +5809,872321354279866368,872317444311928832,1496812592000.0,2017-06-07 05:16:32,+0000,,@farhad667 You're welcome!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/872321354279866368,[],[],0,,False,311,9,11,,None,,,,,,,"[{'screen_name': 'farhad667', 'name': 'Farhad Mohit', 'id': '16364717'}]",,,, +5810,872260000491593728,872260000491593728,1496797964000.0,2017-06-07 01:12:44,+0000,,"A little red wine, vintage record, some Ambien ... and magic!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/872260000491593728,[],[],0,,False,21050,1248,3314,,None,,,,,,,[],,,, +5811,872257953373368320,872146674327601152,1496797476000.0,2017-06-07 01:04:36,+0000,,@avyas0 A 7 step facial treatment every morning. The mistake people make is stopping at 6.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/872257953373368320,[],[],0,,False,6867,208,493,,None,,,,,,,[],,,, +5812,872257388136484864,872146674327601152,1496797341000.0,2017-06-07 01:02:21,+0000,,"And um ... not trying to brag or anything, but I think I look good for 500",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/872257388136484864,[],[],0,,False,10283,479,802,,None,,,,,,,[],,,, +5813,872170047262687232,871946789305196544,1496776518000.0,2017-06-06 19:15:18,+0000,,@brokesilver Seems that way,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/872170047262687232,[],[],0,,False,207,20,5,,None,,,,,,,"[{'screen_name': 'brokesilver', 'name': '♏', 'id': '44418773'}]",,,, +5814,872150434093252608,872146674327601152,1496771841000.0,2017-06-06 17:57:21,+0000,,@NigelKBaker Of course. What base-number system were you using?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/872150434093252608,[],[],0,,False,454,39,13,,None,,,,,,,"[{'screen_name': 'NigelKBaker', 'name': 'Nigel Baker', 'id': '517828679'}]",,,, +5815,872150066462511104,872146674327601152,1496771754000.0,2017-06-06 17:55:54,+0000,,That's why the pic is in black and white. Didn't have color back then.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/872150066462511104,[],[],0,,False,6649,291,401,,None,,,,,,,[],,,, +5816,872149867006533632,872146674327601152,1496771706000.0,2017-06-06 17:55:06,+0000,,"@PoyntingCEO Yeah, I counted",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/872149867006533632,[],[],0,,False,434,20,10,,None,,,,,,,[],,,, +5817,872146674327601152,872146674327601152,1496770945000.0,2017-06-06 17:42:25,+0000,,Tesla shareholder meeting today. Can't believe it's been 1000 years since we went public. https://t.co/jK7WmuxSLv,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/872146674327601152,['https://www.instagram.com/p/BVAbpGghunY/'],[],0,,False,11484,529,1204,,None,,,,,,,[],,,, +5818,871977447159283712,871745137201696769,1496730598000.0,2017-06-06 06:29:58,+0000,,"@rolandscahill @TeslaMotors This is a metaphor for transparency. Also, f* underwear.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/871977447159283712,[],[],0,,False,779,30,152,,None,,,,,,,"[{'screen_name': 'rolandscahill', 'name': 'Roland Scahill', 'id': '19865053'}]",,,, +5819,871949276951203840,871946789305196544,1496723882000.0,2017-06-06 04:38:02,+0000,,@mcgd @MitchellGeere Obviously,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/871949276951203840,[],[],0,,False,354,13,14,,None,,,,,,,"[{'screen_name': 'mcgd', 'name': 'Michael Dearing', 'id': '22887743'}]",,,, +5820,871947630372282368,871946789305196544,1496723489000.0,2017-06-06 04:31:29,+0000,,"SEC disclosures, etc",ca,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/871947630372282368,[],[],0,,False,4445,145,255,,None,,,,,,,[],,,, +5821,871946789305196544,871946789305196544,1496723289000.0,2017-06-06 04:28:09,+0000,,"I'm not *saying* they're related, but … https://t.co/p5d2zkC7e7",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/871946789305196544,['https://twitter.com/isco__/status/871785275877228544'],[],0,,False,28774,499,6142,https://twitter.com/isco__/status/871785275877228544,None,,,,,,,[],,,, +5822,871915360819204097,871915360819204097,1496715796000.0,2017-06-06 02:23:16,+0000,,Or is it more about the way you use it? https://t.co/VvqgOX3XFJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/871915360819204097,['https://twitter.com/swiftonsecurity/status/871390175363964929'],[],0,,False,26480,510,6069,https://twitter.com/swiftonsecurity/status/871390175363964929,None,,,,,,,[],,,, +5823,871914003244605440,871886151014940672,1496715472000.0,2017-06-06 02:17:52,+0000,,@SmileSimplify I hope I'm wrong,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/871914003244605440,[],[],0,,False,437,27,37,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +5824,871886151014940672,871886151014940672,1496708831000.0,2017-06-06 00:27:11,+0000,,"Probably closer to 2030 to 2040 imo. 2060 would be a linear extrapolation, but progress is exponential. https://t.co/e6gyOVcMZG",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/871886151014940672,['https://twitter.com/newscientist/status/871885452306939906'],[],0,,False,15626,761,4898,https://twitter.com/newscientist/status/871885452306939906,None,,,,,,,[],,,, +5825,871850248716533760,871849463303868417,1496700272000.0,2017-06-05 22:04:32,+0000,,@RobinWigg Great comedy! They should write for @TheOnion.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/871850248716533760,[],[],0,,False,1118,66,51,,None,,,,,,,"[{'screen_name': 'RobinWigg', 'name': 'Robin Wigglesworth', 'id': '60880381'}]",,,, +5826,871822308016439296,871821760483676160,1496693610000.0,2017-06-05 20:13:30,+0000,,@HCPG Most likely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/871822308016439296,[],[],0,,False,457,19,13,,None,,,,,,,"[{'screen_name': 'HCPG', 'name': 'HCPG', 'id': '27922928'}]",,,, +5827,871805583761956865,871797367724486656,1496689623000.0,2017-06-05 19:07:03,+0000,,"@hellenomwando @MarkBungerLux Also, we will have a very high headcount around each Gigafactory keeping it running. They just won't be doing boring, repetitive tasks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/871805583761956865,[],[],0,,False,196,15,16,,None,,,,,,,"[{'screen_name': 'hellenomwando', 'name': 'Hellen Omwando', 'id': '194648509'}]",,,, +5828,871805266160893952,871797367724486656,1496689547000.0,2017-06-05 19:05:47,+0000,,@hellenomwando @MarkBungerLux Probably closer to four or five factories. Logistics costs mean you want to be close to the end customer.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/871805266160893952,[],[],0,,False,245,14,31,,None,,,,,,,"[{'screen_name': 'hellenomwando', 'name': 'Hellen Omwando', 'id': '194648509'}]",,,, +5829,871784739367116800,871745137201696769,1496684653000.0,2017-06-05 17:44:13,+0000,,@TheStaceyRoy @TeslaMotors California Cabernet,vi,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/871784739367116800,[],[],0,,False,436,28,26,,None,,,,,,,"[{'screen_name': 'TheStaceyRoy', 'name': 'Stacey Roy', 'id': '440525434'}]",,,, +5830,871783609492844544,871745137201696769,1496684384000.0,2017-06-05 17:39:44,+0000,,@rolandscahill @TeslaMotors Wearing anything at all is just a conspiracy by the capitalist running dogs of Big Underwear,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/871783609492844544,[],[],0,,False,6133,85,1592,,None,,,,,,,"[{'screen_name': 'rolandscahill', 'name': 'Roland Scahill', 'id': '19865053'}]",,,, +5831,871774749352800256,871774429419667457,1496682271000.0,2017-06-05 17:04:31,+0000,,He was great though,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/871774749352800256,[],[],0,,False,3887,237,160,,None,,,,,,,[],,,, +5832,871774615562928128,871774615562928128,1496682239000.0,2017-06-05 17:03:59,+0000,, https://t.co/Uu6DQa3Kx4,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/871774615562928128,['https://m.youtube.com/watch?v=0woPde7OE1k'],[],0,,False,3624,164,467,,None,,,,,,,[],,,, +5833,871774429419667457,871774429419667457,1496682195000.0,2017-06-05 17:03:15,+0000,,Was just at the DMV & dude had the actual sloth from Zootopia on his desk https://t.co/uxPMFX64ba,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/871774429419667457,['https://www.instagram.com/p/BU9y-VFhHCr/'],[],0,,False,12322,369,1558,,None,,,,,,,[],,,, +5834,871603641970380801,871600491427381248,1496641476000.0,2017-06-05 05:44:36,+0000,,"@commoboy @SpaceX Most people don't realize you can see Dragon approach the Space Station from the ground, even in LA",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/871603641970380801,[],[],0,,False,435,18,38,,None,,,,,,,"[{'screen_name': 'commoboy', 'name': 'Tom Cannon', 'id': '14989377'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5835,871407347339452416,871407347339452416,1496594676000.0,2017-06-04 16:44:36,+0000,,Proud of my Mom ❤️ https://t.co/MY9dGfDo0d,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/871407347339452416,['https://mobile.nytimes.com/2016/05/01/fashion/elon-musk-mother-maye-musk-model-met-gala.html?smprod=nytcore-iphone&smid=nytcore-iphone-share&_r=0&referer=https://t.co/LcCJ1FuYkS'],[],0,,False,9596,260,696,,None,,,,,,,[],,,, +5836,871228411494014976,871227498809368580,1496552014000.0,2017-06-04 04:53:34,+0000,,"@Pandora659 Yeah, pretty much dead center. We painted the target area with radio reflective paint, which helps the radar be more precise.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/871228411494014976,[],[],0,,False,1447,53,115,,None,,,,,,,"[{'screen_name': 'Pandora659', 'name': 'Pandora', 'id': '708043090880114689'}]",,,, +5837,871227949302767616,871227498809368580,1496551904000.0,2017-06-04 04:51:44,+0000,,@zlorena70 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/871227949302767616,[],[],0,,False,757,17,10,,None,,,,,,,"[{'screen_name': 'zlorena70', 'name': 'Lorena Z. 🧢', 'id': '3461174249'}]",,,, +5838,871227498809368580,871227498809368580,1496551796000.0,2017-06-04 04:49:56,+0000,,It's starting to feel kinda normal to reuse rockets. Good. That's how it is for cars & airplanes and how it should be for rockets.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/871227498809368580,[],[],0,,False,55235,1160,10169,,None,,,,,,,[],,,, +5839,871076851900325888,871076851900325888,1496515879000.0,2017-06-03 18:51:19,+0000,,First reflight of a Dragon spacecraft set for later today https://t.co/EW4HsWvlwc,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/871076851900325888,['https://twitter.com/spacex/status/871073540891492352'],[],0,,False,11406,647,1927,https://twitter.com/spacex/status/871073540891492352,None,,,,,,,[],,,, +5840,870570686409920512,870496179527733248,1496395200000.0,2017-06-02 09:20:00,+0000,,@anandmahindra Good point :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/870570686409920512,[],[],0,,False,3635,127,414,,None,,,,,,,"[{'screen_name': 'anandmahindra', 'name': 'anand mahindra', 'id': '34197952'}]",,,, +5841,870411649621999617,870411649621999617,1496357283000.0,2017-06-01 22:48:03,+0000,,India commits to sell only electric cars by 2030. It is already the largest market for solar power. https://t.co/EGBNTPzmE5,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/870411649621999617,['https://www.weforum.org/agenda/2017/05/india-electric-car-sales-only-2030/'],[],0,,False,53707,1705,23784,,None,,,,,,,[],,,, +5842,870380036750168065,870380036750168065,1496349746000.0,2017-06-01 20:42:26,+0000,,"Under Paris deal, China committed to produce as much clean electricity by 2030 as the US does from all sources today https://t.co/F8Ppr2o7Rl",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/870380036750168065,['https://twitter.com/sciam/status/870339408163205120'],[],0,,False,44522,1355,15510,https://twitter.com/sciam/status/870339408163205120,None,,,,,,,[],,,, +5843,870369915894546432,870369915894546432,1496347333000.0,2017-06-01 20:02:13,+0000,,Am departing presidential councils. Climate change is real. Leaving Paris is not good for America or the world.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/870369915894546432,[],[],0,,False,490885,24256,200802,,None,,,,,,,[],,,, +5844,870316100696723456,870309305165111296,1496334502000.0,2017-06-01 16:28:22,+0000,,@TrickyDickyChap Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/870316100696723456,[],[],0,,False,181,12,3,,None,,,,,,,[],,,, +5845,870183559666966528,870044983788617728,1496302902000.0,2017-06-01 07:41:42,+0000,,@danekevincook Yeah :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/870183559666966528,[],[],0,,False,1563,33,162,,None,,,,,,,"[{'screen_name': 'danekevincook', 'name': 'Uncle Dane', 'id': '151759342'}]",,,, +5846,869971423455924224,869970236669177856,1496252325000.0,2017-05-31 17:38:45,+0000,,@schneby Will have no choice but to depart councils in that case,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/869971423455924224,[],[],0,,False,14072,1193,3389,,None,,,,,,,"[{'screen_name': 'schneby', 'name': 'Luke Schnoebelen', 'id': '14996223'}]",,,, +5847,869970236669177856,869970236669177856,1496252042000.0,2017-05-31 17:34:02,+0000,,"Don't know which way Paris will go, but I've done all I can to advise directly to POTUS, through others in WH & via councils, that we remain",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/869970236669177856,[],[],0,,False,58362,2966,14875,,None,,,,,,,[],,,, +5848,869798092895166464,869781762452316162,1496211000000.0,2017-05-31 06:10:00,+0000,,@LilEdit @Nalepa And then some,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/869798092895166464,[],[],0,,False,221,12,9,,None,,,,,,,"[{'screen_name': 'LilEdit', 'name': 'Яandall 🎧 Яoberts', 'id': '15263981'}, {'screen_name': 'Nalepa', 'name': 'Nalepa World Peace', 'id': '20479867'}]",,,, +5849,869782701762502656,869781762452316162,1496207330000.0,2017-05-31 05:08:50,+0000,,"@Taraustralis @VividSydney Yeah, it was great!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/869782701762502656,[],[],0,,False,201,7,5,,None,,,,,,,"[{'screen_name': 'Taraustralis', 'name': 'Taraustralis', 'id': '1006232250'}, {'screen_name': 'VividSydney', 'name': 'Vivid Sydney', 'id': '126234787'}]",,,, +5850,869781806467383297,869781806467383297,1496207117000.0,2017-05-31 05:05:17,+0000,,Piggyback rides around the Opera House https://t.co/Z27JSVBt21,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/869781806467383297,['https://www.instagram.com/p/BUtGKm0BCbm/'],[],0,,False,3193,164,213,,None,,,,,,,[],,,, +5851,869781762452316162,869781762452316162,1496207106000.0,2017-05-31 05:05:06,+0000,,Sydney is such a beautiful city https://t.co/AuCRqFHQwr,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/869781762452316162,['https://www.instagram.com/p/BUs7qFEBpE0/'],[],0,,False,4067,262,288,,None,,,,,,,[],,,, +5852,869076569876303872,869072312485761024,1496038975000.0,2017-05-29 06:22:55,+0000,,@marlomajor A lot,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/869076569876303872,[],[],0,,False,3025,98,152,,None,,,,,,,"[{'screen_name': 'marlomajor', 'name': 'marlo major', 'id': '79853872'}]",,,, +5853,869037783805046784,869029581973577728,1496029728000.0,2017-05-29 03:48:48,+0000,,"@suzanakajtazaj I do via my foundation, which is now 16 years old, but my grants are (almost always) anonymous",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/869037783805046784,[],[],0,,False,320,32,18,,None,,,,,,,[],,,, +5854,868607810040242176,868462077589020672,1495927214000.0,2017-05-27 23:20:14,+0000,,@AndyPabari Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/868607810040242176,[],[],0,,False,156,16,27,,None,,,,,,,"[{'screen_name': 'AndyPabari', 'name': 'Andy', 'id': '438028166'}]",,,, +5855,868606773682356224,868580029529116672,1495926967000.0,2017-05-27 23:16:07,+0000,,@CurtisHemming @swiftcurlibrary @lloydbrokeit @TeslaMotors Should finish trans-Canada this year. A stop in Swift Current for sure!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/868606773682356224,[],[],0,,False,485,34,62,,None,,,,,,,"[{'screen_name': 'CurtisHemming', 'name': 'Curtis Hemming', 'id': '217094434'}, {'screen_name': 'swiftcurlibrary', 'name': 'Swift Current Library', 'id': '334206752'}, {'screen_name': 'lloydbrokeit', 'name': 'LloydBrokeIt', 'id': '815927796362948608'}]",,,, +5856,868055596037095424,868023177061978112,1495795556000.0,2017-05-26 10:45:56,+0000,,@drewjohnarnold Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/868055596037095424,[],[],0,,False,310,22,15,,None,,,,,,,"[{'screen_name': 'drewjohnarnold', 'name': 'Andrew Arnold', 'id': '48410634'}]",,,, +5857,868023177061978112,868023177061978112,1495787827000.0,2017-05-26 08:37:07,+0000,,Comparing Model S vs Model 3 https://t.co/JPM9VVGbhA,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/868023177061978112,['https://www.tesla.com/compare'],[],0,,False,5545,806,1508,,None,,,,,,,[],,,, +5858,867988709727129604,867988709727129604,1495779609000.0,2017-05-26 06:20:09,+0000,,Old-school fidget spinner back when the only things to play with were squirrels and rocks https://t.co/jx1Xc8nu7t,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/867988709727129604,['https://instagram.com/p/BUikaWPBywV/'],[],0,,False,9591,493,1943,,None,,,,,,,[],,,, +5859,867667009839931393,867632190695235584,1495702910000.0,2017-05-25 09:01:50,+0000,,@FBeuster There will be a combined booster static fire. Maybe a few.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/867667009839931393,[],[],0,,False,306,25,30,,None,,,,,,,"[{'screen_name': 'FBeuster', 'name': 'Felix Beuster', 'id': '30517433'}]",,,, +5860,867634302330093570,867632190695235584,1495695112000.0,2017-05-25 06:51:52,+0000,,"Btw, that cloud is almost entirely steam, including dark parts (like a storm). This is what the launch looks like: https://t.co/chrhsz5iwn",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/867634302330093570,['https://m.youtube.com/watch?v=fV55f_CgsJA'],[],0,,False,3917,273,552,,None,,,,,,,[],,,, +5861,867632190695235584,867632190695235584,1495694608000.0,2017-05-25 06:43:28,+0000,,"Falcon Heavy is this times three. One way or another, launch is guaranteed to be exciting ... https://t.co/FPUNALj0Hd",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/867632190695235584,['https://twitter.com/spacex/status/867568781928701954'],[],0,,False,9184,215,1780,https://twitter.com/spacex/status/867568781928701954,None,,,,,,,[],,,, +5862,867241481182093312,867216076442148864,1495601456000.0,2017-05-24 04:50:56,+0000,,@station2stat @TeslaMotors Will shut that down. The point is to provide something special that only existing owners can give to friends and it is limited to 5 people.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/867241481182093312,[],[],0,,False,148,42,10,,None,,,,,,,"[{'screen_name': 'station2stat', 'name': 'Station2Station', 'id': '46414794'}]",,,, +5863,867239192774004738,866470387248316416,1495600910000.0,2017-05-24 04:41:50,+0000,,@leonwang0091 Only if you want pure joy mainlined straight into your brain,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/867239192774004738,[],[],0,,False,274,17,27,,None,,,,,,,"[{'screen_name': 'leonwang0091', 'name': 'Leon Wang', 'id': '318080407'}]",,,, +5864,867187932343304192,867181262200590336,1495588689000.0,2017-05-24 01:18:09,+0000,,@andrewhockings You are right. Going at max speed. Not much time left.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/867187932343304192,[],[],0,,False,578,16,44,,None,,,,,,,"[{'screen_name': 'andrewhockings', 'name': 'Andrew Hockings', 'id': '32191271'}]",,,, +5865,867187366808633344,867146453868724224,1495588554000.0,2017-05-24 01:15:54,+0000,,@pixelastronaut Busted,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/867187366808633344,[],[],0,,False,158,9,7,,None,,,,,,,"[{'screen_name': 'pixelastronaut', 'name': '¯\\_(ツ)_/¯', 'id': '174155829'}]",,,, +5866,867186812497690624,867146453868724224,1495588422000.0,2017-05-24 01:13:42,+0000,,@michaelknaepen Will keep the original Bond Lotus sub as-is. That design can't actually convert from car to sub. Have a new design in mind that does.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/867186812497690624,[],[],0,,False,233,16,23,,None,,,,,,,"[{'screen_name': 'michaelknaepen', 'name': 'Michael Knaepen', 'id': '276127736'}]",,,, +5867,867146773562654720,867146602510790659,1495578876000.0,2017-05-23 22:34:36,+0000,,@davidshepardson True :),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/867146773562654720,[],[],0,,False,99,7,1,,None,,,,,,,"[{'screen_name': 'davidshepardson', 'name': 'davidshepardson', 'id': '26283307'}]",,,, +5868,867146453868724224,867146453868724224,1495578800000.0,2017-05-23 22:33:20,+0000,,Feel exactly the same way as A.O. Scott. Particularly loved The Spy Who Loved Me https://t.co/Lar9pNj2Zi,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/867146453868724224,['https://mobile.nytimes.com/2017/05/23/movies/roger-moore-was-the-best-bond-because-he-was-the-gen-x-bond.html?hp&action=click&pgtype=Homepage&clickSource=story-heading&module=second-column-region®ion=top-news&WT.nav=top-news&_r=1&referer=https://t.co/7vsThOkyQ6'],[],0,,False,3290,353,518,,None,,,,,,,[],,,, +5869,866851007317155840,866472720996773888,1495508360000.0,2017-05-23 02:59:20,+0000,,@ddkilzer @Irishjugg0 @MacBenTosh All Model S and X cars will have an auto raise and lower function for the steering wheel in a few months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/866851007317155840,[],[],0,,False,233,30,22,,None,,,,,,,"[{'screen_name': 'ddkilzer', 'name': 'David Kilzer', 'id': '63552322'}, {'screen_name': 'Irishjugg0', 'name': 'AJ', 'id': '43916624'}, {'screen_name': 'MacBenTosh', 'name': 'Ben', 'id': '14499791'}]",,,, +5870,866798148303200256,866772904293347328,1495495757000.0,2017-05-22 23:29:17,+0000,,@BigDAK54 I spoke directly with The President three weeks ago about Paris. Many others have too. Cautiously optimistic of a positive decision.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/866798148303200256,[],[],0,,False,1435,58,187,,None,,,,,,,"[{'screen_name': 'BigDAK54', 'name': 'Denny WEAR A DAMN MASK Keller', 'id': '3131757934'}]",,,, +5871,866797334037807104,866774147074068480,1495495563000.0,2017-05-22 23:26:03,+0000,,@WaldekKubicki @shazm01 Interesting idea. Would give a dynamic 360 deg surround view as you're driving. Have this in dev mode. Can be a bit distracting though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/866797334037807104,[],[],0,,False,187,55,10,,None,,,,,,,"[{'screen_name': 'WaldekKubicki', 'name': 'Waldek Kubicki', 'id': '2181309343'}, {'screen_name': 'shazm01', 'name': 'Shaz', 'id': '224406052'}]",,,, +5872,866796801994641408,866794098589655040,1495495436000.0,2017-05-22 23:23:56,+0000,,"@sethjacob14 Early next year. To start with, we're making the simplest Model 3 first, like we did with S. Didn't do it with X, because I was an idiot.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/866796801994641408,[],[],0,,False,1928,89,173,,None,,,,,,,"[{'screen_name': 'sethjacob14', 'name': 'sethjacob', 'id': '1263873662744027138'}]",,,, +5873,866794741186183171,866774147074068480,1495494945000.0,2017-05-22 23:15:45,+0000,,@shazm01 We could add that function pretty easily from a technical standpoint. Just need to add in the billing software.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/866794741186183171,[],[],0,,False,179,21,11,,None,,,,,,,"[{'screen_name': 'shazm01', 'name': 'Shaz', 'id': '224406052'}]",,,, +5874,866794454731993089,866470387248316416,1495494876000.0,2017-05-22 23:14:36,+0000,,"@douglasprest Can be set higher than that for highways, but limited to +5mph or +8km/h off highway (true avg drive speed) for pedestrian & cyclist safety",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/866794454731993089,[],[],0,,False,161,6,8,,None,,,,,,,"[{'screen_name': 'douglasprest', 'name': 'JD, 🇨🇦 Part of the solution.', 'id': '33731539'}]",,,, +5875,866507691644002304,866470387248316416,1495426507000.0,2017-05-22 04:15:07,+0000,,@noradio @MCornell0 @marks22 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/866507691644002304,[],[],0,,False,210,17,6,,None,,,,,,,"[{'screen_name': 'noradio', 'name': 'Marcel Molina', 'id': '3191321'}, {'screen_name': 'marks22', 'name': 'Mark Schey', 'id': '15989755'}]",,,, +5876,866482406160609280,866470387248316416,1495420478000.0,2017-05-22 02:34:38,+0000,,@tony_lo Still on for end of year. Just software limited. Any Tesla car with HW2 (all cars built since Oct last year) will be able to do this.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866482406160609280,[],[],0,,False,319,17,31,,None,,,,,,,"[{'screen_name': 'tony_lo', 'name': 'Tony Lo', 'id': '152197463'}]",,,, +5877,866481510399881216,866470387248316416,1495420265000.0,2017-05-22 02:31:05,+0000,,@freerobby @jetkohli There's just no way. Hundreds of parts and most of wiring harness would have to be replaced. Would cost more to retrofit than trading in.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866481510399881216,[],[],0,,False,238,14,11,,None,,,,,,,"[{'screen_name': 'freerobby', 'name': 'Robby Grossman', 'id': '15023866'}, {'screen_name': 'jetkohli', 'name': 'jet kohli', 'id': '1322800524'}]",,,, +5878,866481163170349056,866470387248316416,1495420182000.0,2017-05-22 02:29:42,+0000,,@marks22 HW2. HW1 doesn't have enough sensors and computing power.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866481163170349056,[],[],0,,False,201,14,13,,None,,,,,,,"[{'screen_name': 'marks22', 'name': 'Mark Schey', 'id': '15989755'}]",,,, +5879,866480832302555136,866470387248316416,1495420103000.0,2017-05-22 02:28:23,+0000,,@harropj Hopefully June for those too,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866480832302555136,[],[],0,,False,217,8,9,,None,,,,,,,"[{'screen_name': 'harropj', 'name': 'Jonathan Harrop', 'id': '60393651'}]",,,, +5880,866480356412727298,866472720996773888,1495419990000.0,2017-05-22 02:26:30,+0000,,@MacBenTosh S for sure. It is a bigger car.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866480356412727298,[],[],0,,False,124,11,6,,None,,,,,,,"[{'screen_name': 'MacBenTosh', 'name': 'Ben', 'id': '14499791'}]",,,, +5881,866473736676950016,866470387248316416,1495418411000.0,2017-05-22 02:00:11,+0000,,"@jetkohli I'd highly recommend upgrading to latest Model S (which is approx version 4). Only if you really want a smaller sedan, should you get a 3.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866473736676950016,[],[],0,,False,335,28,17,,None,,,,,,,"[{'screen_name': 'jetkohli', 'name': 'jet kohli', 'id': '1322800524'}]",,,, +5882,866473048639066112,866470387248316416,1495418247000.0,2017-05-22 01:57:27,+0000,,"@TheAvinashSingh Maybe I'm misinformed, but I was told that 30% of parts must be locally sourced and the supply doesn't yet exist in India to support that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866473048639066112,[],[],0,,False,421,194,148,,None,,,,,,,"[{'screen_name': 'TheAvinashSingh', 'name': 'AVINASH SINGH', 'id': '3185858072'}]",,,, +5883,866472504541368321,866470387248316416,1495418118000.0,2017-05-22 01:55:18,+0000,,"@rrosenbl Yeah, control algorithm is safe, but unpleasant. New one is even safer, but super smooth.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866472504541368321,[],[],0,,False,381,19,17,,None,,,,,,,"[{'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}]",,,, +5884,866472074142822402,866470387248316416,1495418015000.0,2017-05-22 01:53:35,+0000,,"@ethank Almost there, plus much improved web browser",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866472074142822402,[],[],0,,False,409,21,18,,None,,,,,,,"[{'screen_name': 'ethank', 'name': 'Ethan Kaplan', 'id': '615723'}]",,,, +5885,866471925379235842,866470387248316416,1495417979000.0,2017-05-22 01:52:59,+0000,,@kedyson1 That will be tied to deliveries of the first production cars in July,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866471925379235842,[],[],0,,False,348,24,33,,None,,,,,,,"[{'screen_name': 'kedyson1', 'name': 'K. Dyson', 'id': '391085506'}]",,,, +5886,866471370418339840,866470494203203584,1495417847000.0,2017-05-22 01:50:47,+0000,,@RITSPEX Almost there. Probably in a few months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866471370418339840,[],[],0,,False,170,10,21,,None,,,,,,,"[{'screen_name': 'RITSPEX', 'name': 'RITSpaceExploration', 'id': '3303167698'}]",,,, +5887,866470958059536384,866461444031651840,1495417749000.0,2017-05-22 01:49:09,+0000,,"@BradMSimon @JonHaber You can easily turn it off in the car via settings, but that would beg the question of why you turned it off :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866470958059536384,[],[],0,,False,207,7,8,,None,,,,,,,"[{'screen_name': 'BradMSimon', 'name': 'Brad', 'id': '203565445'}, {'screen_name': 'JonHaber', 'name': 'Jon Haber', 'id': '270055514'}]",,,, +5888,866470572967903232,866415276237225984,1495417657000.0,2017-05-22 01:47:37,+0000,,@lexiheft @HugoMeister42 Something cool for sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866470572967903232,[],[],0,,False,274,35,17,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'HugoMeister42', 'name': 'Hugo Malmberg', 'id': '797014605818134529'}]",,,, +5889,866470387248316416,866470387248316416,1495417613000.0,2017-05-22 01:46:53,+0000,,Excited about the Tesla Autopilot software release rolling out next month. New control algorithm feels as smooth as silk.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866470387248316416,[],[],0,,False,24292,829,4003,,None,,,,,,,[],,,, +5890,866469349090926592,866415276237225984,1495417365000.0,2017-05-22 01:42:45,+0000,,"@HugoMeister42 Model 3, Model X & Model S will all have same level of Autopilot capability. It's just a matter of refining the vision & control software.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866469349090926592,[],[],0,,False,168,6,17,,None,,,,,,,"[{'screen_name': 'HugoMeister42', 'name': 'Hugo Malmberg', 'id': '797014605818134529'}]",,,, +5891,866468642950598658,866450995508895750,1495417197000.0,2017-05-22 01:39:57,+0000,,@songcarver Wear underpants,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866468642950598658,[],[],0,,False,254,16,25,,None,,,,,,,"[{'screen_name': 'songcarver', 'name': 'Keith Lang', 'id': '6823322'}]",,,, +5892,866468411064201216,866461444031651840,1495417142000.0,2017-05-22 01:39:02,+0000,,@JonHaber Will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866468411064201216,[],[],0,,False,129,2,2,,None,,,,,,,"[{'screen_name': 'JonHaber', 'name': 'Jon Haber', 'id': '270055514'}]",,,, +5893,866468236686012416,862216356258758662,1495417100000.0,2017-05-22 01:38:20,+0000,,@LeeGrayTeslaFan Black and textured slate versions will be,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866468236686012416,[],[],0,,False,108,4,6,,None,,,,,,,"[{'screen_name': 'LeeGrayTeslaFan', 'name': 'Lee Gray', 'id': '716701576006492160'}]",,,, +5894,866171283167264770,866143592766558209,1495346301000.0,2017-05-21 05:58:21,+0000,,@sleepsl8 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/866171283167264770,[],[],0,,False,151,30,8,,None,,,,,,,"[{'screen_name': 'sleepsl8', 'name': 'Chris Almojuela', 'id': '726762282'}]",,,, +5895,865707097974951936,865703762509299713,1495235630000.0,2017-05-19 23:13:50,+0000,,"@WorldAndScience For reason I can't explain, I find #2 especially odd. Also, not a fan of #17. Has led too many people astray in valuing securities.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/865707097974951936,[],[],0,,False,1436,123,164,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +5896,865705983141494785,865660899612405760,1495235365000.0,2017-05-19 23:09:25,+0000,,"@waitbutwhy Still agree with Tim's points. What ""you"" are is an evolving, mind-body pattern, but there's still a core youness that holds true over time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/865705983141494785,[],[],0,,False,548,58,68,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +5897,865703866620272640,865660899612405760,1495234860000.0,2017-05-19 23:01:00,+0000,,"@waitbutwhy Heisenberg's uncertainty principle & practical limits of simultaneity in transfer make this exact thought experiment impossible, but … yeah",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/865703866620272640,[],[],0,,False,610,57,77,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +5898,864722655651405825,864719823112032256,1495000921000.0,2017-05-17 06:02:01,+0000,,@Fairaday We got stuck,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/864722655651405825,[],[],0,,False,410,26,12,,None,,,,,,,"[{'screen_name': 'Fairaday', 'name': 'WILLIAM FAIRADAY', 'id': '14977415'}]",,,, +5899,864719823112032256,864719823112032256,1495000246000.0,2017-05-17 05:50:46,+0000,,All the answers to questions you never asked about holes in the ground https://t.co/vXTeB9R7Uw,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/864719823112032256,['https://www.boringcompany.com/faq/'],[],0,,False,9082,927,2831,,None,,,,,,,[],,,, +5900,864706617031278592,864705169618903040,1494997097000.0,2017-05-17 04:58:17,+0000,,@Oliver_Brian What pun?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/864706617031278592,[],[],0,,False,1443,29,37,,None,,,,,,,"[{'screen_name': 'oliver_brian', 'name': 'briano', 'id': '1198986037248155649'}]",,,, +5901,864705169618903040,864705169618903040,1494996752000.0,2017-05-17 04:52:32,+0000,,What I love about The Boring Company are the low expectations. Nowhere to go but down.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/864705169618903040,[],[],0,,False,39676,1294,7804,,None,,,,,,,[],,,, +5902,864675939367530496,864675939367530496,1494989783000.0,2017-05-17 02:56:23,+0000,,T-boned in a Model X at 65 mph https://t.co/vt6g89Z9rk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/864675939367530496,['http://www.thedrive.com/sheetmetal/10261/man-credits-tesla-model-x-with-saving-his-life-after-stolen-car-crashes-into-it'],[],0,,False,10377,372,2320,,None,,,,,,,[],,,, +5903,864612311457124352,864612311457124352,1494974613000.0,2017-05-16 22:43:33,+0000,,Moonlight Sonata https://t.co/HiuURSLsiU,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/864612311457124352,['https://www.instagram.com/p/BUK6BQnBNuK/'],[],0,,False,4447,248,1002,,None,,,,,,,[],,,, +5904,864541061364035584,864541061364035584,1494957626000.0,2017-05-16 18:00:26,+0000,,Robots that learn by example from @OpenAI https://t.co/skXGB2mT6n,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/864541061364035584,['https://blog.openai.com/robots-that-learn/'],[],0,,False,4220,184,1328,,None,,,,,,,[],,,, +5905,863554048204480512,863222555208851456,1494722303000.0,2017-05-14 00:38:23,+0000,,"@gmem_ It's sort of like a pickaxe if you use the claw side, but has the added advantage of also hammering",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863554048204480512,[],[],0,,False,445,28,29,,None,,,,,,,"[{'screen_name': 'gmem_', 'name': 'Gabriel Simmer', 'id': '208211557'}]",,,, +5906,863553417301512193,863222555208851456,1494722153000.0,2017-05-14 00:35:53,+0000,,"@BarakaMahili Gary the snail is like Speedy Gonzales on meth ... or ambien. One of the two. Either way, Godot, our tunnel machine, is still a distant 2nd.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863553417301512193,[],[],0,,False,2111,51,190,,None,,,,,,,"[{'screen_name': 'BarakaMahili', 'name': 'Baraka Mahili', 'id': '64398798'}]",,,, +5907,863551997357703168,863222555208851456,1494721814000.0,2017-05-14 00:30:14,+0000,,And ... it's done https://t.co/MBBSa04Eoc,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863551997357703168,[],['https://pbs.twimg.com/media/C_vz9KWVoAAYycY.jpg'],1,https://pbs.twimg.com/media/C_vz9KWVoAAYycY.jpg,False,11900,852,1444,,None,,,,,,,[],,,, +5908,863551370892238848,863222555208851456,1494721665000.0,2017-05-14 00:27:45,+0000,,Worked in Minecraft. Just sayin ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863551370892238848,[],[],0,,False,12293,227,1625,,None,,,,,,,[],,,, +5909,863551105296252928,863550907857997824,1494721602000.0,2017-05-14 00:26:42,+0000,,@UJustGotCarled Of course. Why is that even a question?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863551105296252928,[],[],0,,False,850,30,159,,None,,,,,,,"[{'screen_name': 'UJustGotCarled', 'name': 'Karla 🇺🇸🐠', 'id': '863844014'}]",,,, +5910,863550784012558337,863222555208851456,1494721525000.0,2017-05-14 00:25:25,+0000,,Imma gonna dig that tunnel with this here hammer,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863550784012558337,[],[],0,,False,9282,250,1215,,None,,,,,,,[],,,, +5911,863225206390669312,863222555208851456,1494643901000.0,2017-05-13 02:51:41,+0000,,@AndrewHws My grandmother was from Moose Jaw,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/863225206390669312,[],[],0,,False,391,17,29,,None,,,,,,,"[{'screen_name': 'AndrewHws', 'name': 'Andrew Hws', 'id': '356047322'}]",,,, +5912,863224909480157184,863222555208851456,1494643831000.0,2017-05-13 02:50:31,+0000,,@gleesin Going to a barn raising!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/863224909480157184,[],[],0,,False,841,17,13,,None,,,,,,,"[{'screen_name': 'gleesin', 'name': 'gleesin', 'id': '14239809'}]",,,, +5913,863222555208851456,863222555208851456,1494643269000.0,2017-05-13 02:41:09,+0000,,"On my cousin's farm in Canada at 17, wearing a hat on a hat https://t.co/U96ClGz5gZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/863222555208851456,[],['https://pbs.twimg.com/media/C_rIVm4U0AMBYdo.jpg'],1,https://pbs.twimg.com/media/C_rIVm4U0AMBYdo.jpg,False,48780,1332,5906,,None,,,,,,,[],,,, +5914,863218707786420224,863207284389707776,1494642352000.0,2017-05-13 02:25:52,+0000,,"@jewhittingham Yeah, worked on the farm when I was 17",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/863218707786420224,[],[],0,,False,323,15,14,,None,,,,,,,"[{'screen_name': 'jewhittingham', 'name': 'James Whittingham', 'id': '71027698'}]",,,, +5915,863218452567175168,863218452567175168,1494642291000.0,2017-05-13 02:24:51,+0000,,"Family history article. Was born in South Africa, but named after my American great-grandfather. https://t.co/Q1d7hP763T",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/863218452567175168,['http://leaderpost.com/feature/elon-musk-inherited-a-lifetime-of-adventure-from-his-sask-family'],[],0,,False,5902,540,1087,,None,,,,,,,[],,,, +5916,863017106824060928,863014053798567936,1494594287000.0,2017-05-12 13:04:47,+0000,,@BecauseImAsh Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/863017106824060928,[],[],0,,False,255,11,22,,None,,,,,,,"[{'screen_name': 'BecauseImAsh', 'name': 'Äsh Live at Budokan', 'id': '142779701'}]",,,, +5917,863014220282998788,863014220282998788,1494593598000.0,2017-05-12 12:53:18,+0000,,"[Warning, this may cause motion sickness or seizures] This is a test run of our electric sled… https://t.co/vI3hLirzg9",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863014220282998788,['https://www.instagram.com/p/BT_itC8h0Cx/'],[],0,,False,12208,901,4412,,None,,,,,,,[],,,, +5918,863014180835610625,863014180835610625,1494593589000.0,2017-05-12 12:53:09,+0000,,"The race between Gary, our pet snail who lives in a pineapple, and Godot, our tunnel boring… https://t.co/IES65Y99gJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863014180835610625,['https://www.instagram.com/p/BT_iL-aBCzj/'],[],0,,False,4481,155,779,,None,,,,,,,[],,,, +5919,863014142763966464,863014142763966464,1494593580000.0,2017-05-12 12:53:00,+0000,,Boring machine segments have been lowered into the starter tunnel. Going through final assembly.… https://t.co/2jg03I7j4n,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863014142763966464,['https://www.instagram.com/p/BT_huw7hlv_/'],[],0,,False,2628,87,390,,None,,,,,,,[],,,, +5920,863014096337162241,863014096337162241,1494593569000.0,2017-05-12 12:52:49,+0000,,Cutterhead in operation at standard industry speed. Planning to jack this up by a factor of ten… https://t.co/K8LcnhLCCA,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863014096337162241,['https://www.instagram.com/p/BT_hTnMBFcA/'],[],0,,False,2202,85,319,,None,,,,,,,[],,,, +5921,863014053798567936,863014053798567936,1494593559000.0,2017-05-12 12:52:39,+0000,,First tunnel for The Boring Company begins ... Full length of first tunnel will run from LAX to… https://t.co/Dbf2nkHfb2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863014053798567936,['https://www.instagram.com/p/BT_gxWhB1_8/'],[],0,,False,3709,140,800,,None,,,,,,,[],,,, +5922,863007360901455872,863007360901455872,1494591963000.0,2017-05-12 12:26:03,+0000,,"Entry hole, staging area and starting tunnel for Boring Machine 1 (aka Godot) now complete https://t.co/8taxTMDcDV",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863007360901455872,['https://www.instagram.com/p/BT_gHStBjm6/'],[],0,,False,4030,252,723,,None,,,,,,,[],,,, +5923,862849689204301824,862820520315715584,1494554371000.0,2017-05-12 01:59:31,+0000,,"@samgalaviz_ Tesla needs to iterate fast on solar roof prefab/install technology, so all installs will be done by Tesla techs at first",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/862849689204301824,[],[],0,,False,157,16,8,,None,,,,,,,"[{'screen_name': 'samgalaviz_', 'name': 'Sam Galaviz', 'id': '780651319002402816'}]",,,, +5924,862573738222432256,862571929345048581,1494488579000.0,2017-05-11 07:42:59,+0000,,@Tragik187 Third one will be from Frost. Maybe the second.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/862573738222432256,[],[],0,,False,236,32,12,,None,,,,,,,"[{'screen_name': 'Tragik187', 'name': 'Travis Corkery', 'id': '25970472'}]",,,, +5925,862573249430814720,862572900519256064,1494488463000.0,2017-05-11 07:41:03,+0000,,@Armstrong_Anth Yes. Good.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/862573249430814720,[],[],0,,False,146,7,7,,None,,,,,,,"[{'screen_name': 'armstrong_anth', 'name': 'Anth Armstrong', 'id': '1096920951554539523'}]",,,, +5926,862572672676356096,862572672676356096,1494488325000.0,2017-05-11 07:38:45,+0000,,"First machine is Godot. Still waiting ... Don't know why, when or where.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/862572672676356096,[],[],0,,False,7377,605,1012,,None,,,,,,,[],,,, +5927,862571929345048581,862571929345048581,1494488148000.0,2017-05-11 07:35:48,+0000,,Naming theme for tunnel boring machines will be poems & plays. Decided against plays & poems. Too obvious.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/862571929345048581,[],[],0,,False,6819,665,751,,None,,,,,,,[],,,, +5928,862421991617306624,862392836993560580,1494452400000.0,2017-05-10 21:40:00,+0000,,@sahilmalik That's how the tiles sit on the roof. There is no difference in strength for the Tesla tile based on orientation (not like wood).,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/862421991617306624,[],[],0,,False,246,27,18,,None,,,,,,,"[{'screen_name': 'sahilmalik', 'name': 'Sahil Malik', 'id': '14738380'}]",,,, +5929,862401961550692352,862399267389964290,1494447624000.0,2017-05-10 20:20:24,+0000,,@Lee_Ars This is true. The economics are not yet compelling where housing and utility costs are low and property taxes are high.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/862401961550692352,[],[],0,,False,185,22,14,,None,,,,,,,"[{'screen_name': 'lee_ars', 'name': 'ArsLEE', 'id': '1311036319842304001'}]",,,, +5930,862392836993560580,862392836993560580,1494445449000.0,2017-05-10 19:44:09,+0000,,Slo-mo hail cannonball impacting Tesla solar roof tile https://t.co/MMBAcUD9iC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/862392836993560580,['https://www.instagram.com/p/BT7HVS3AZ4q/'],[],0,,False,5251,384,1091,,None,,,,,,,[],,,, +5931,862381399122128897,862216356258758662,1494442722000.0,2017-05-10 18:58:42,+0000,,"@cubamark Will do our best. Hopefully, yes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/862381399122128897,[],[],0,,False,183,9,6,,None,,,,,,,"[{'screen_name': 'cubamark', 'name': 'Mark', 'id': '93891591'}]",,,, +5932,862221037835919361,862216356258758662,1494404489000.0,2017-05-10 08:21:29,+0000,,@doogooroo Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/862221037835919361,[],[],0,,False,265,26,6,,None,,,,,,,"[{'screen_name': 'doogooroo', 'name': 'Mr A. N.', 'id': '1107927855940288512'}]",,,, +5933,862216356258758662,862216356258758662,1494403373000.0,2017-05-10 08:02:53,+0000,,Solar roof can be ordered for almost any country. Deployment this year in the US and overseas next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/862216356258758662,[],[],0,,False,19363,995,5309,,None,,,,,,,[],,,, +5934,862215874186428416,862214675039010816,1494403258000.0,2017-05-10 08:00:58,+0000,,@chriscardinal Black glass smooth and textured will be first. Tuscan and French Slate in about six months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/862215874186428416,[],[],0,,False,315,12,36,,None,,,,,,,"[{'screen_name': 'chriscardinal', 'name': 'chriscardinal', 'id': '7872092'}]",,,, +5935,862215563912765440,862214675039010816,1494403184000.0,2017-05-10 07:59:44,+0000,,@torbenanderson U.K. delivery and installation next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/862215563912765440,[],[],0,,False,280,11,24,,None,,,,,,,"[{'screen_name': 'torbenanderson', 'name': 'Torben Anderson', 'id': '11500802'}]",,,, +5936,862215023594098688,862214675039010816,1494403055000.0,2017-05-10 07:57:35,+0000,,@nathanrodger Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/862215023594098688,[],[],0,,False,258,9,3,,None,,,,,,,"[{'screen_name': 'nathanrodger', 'name': 'Nathan Rodger', 'id': '21393555'}]",,,, +5937,862214675039010816,862214675039010816,1494402972000.0,2017-05-10 07:56:12,+0000,,Tesla solar glass roof orders open this afternoon. I think it will be great. More in about 10 hours ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/862214675039010816,[],[],0,,False,16530,664,3797,,None,,,,,,,[],,,, +5938,862074419996278784,862074419996278784,1494369532000.0,2017-05-09 22:38:52,+0000,,"If heat death of the universe is the destination, it really is all about the journey https://t.co/icmkmMKhvj https://t.co/0JmKUYAFRq",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/862074419996278784,"['https://en.m.wikipedia.org/wiki/The_Last_Question', 'https://en.m.wikipedia.org/wiki/Heat_death_of_the_universe']",[],0,,False,5881,552,1409,,None,,,,,,,[],,,, +5939,862073475963379712,862059247462428673,1494369307000.0,2017-05-09 22:35:07,+0000,,@GeorgeChiesa It's a good one,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/862073475963379712,[],[],0,,False,139,3,8,,None,,,,,,,"[{'screen_name': 'GeorgeChiesa', 'name': 'George Chiesa', 'id': '17702137'}]",,,, +5940,861345412023595008,861271994288832514,1494195723000.0,2017-05-07 22:22:03,+0000,,@jovanik21 Thanks for doing it!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/861345412023595008,[],[],0,,False,233,12,7,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}]",,,, +5941,861271994288832514,861271994288832514,1494178219000.0,2017-05-07 17:30:19,+0000,,Headed to see Guardians 2 w my bro and kids. Loved the first one.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/861271994288832514,[],[],0,,False,23844,977,1425,,None,,,,,,,[],,,, +5942,860400588311244801,860373617841807360,1493970460000.0,2017-05-05 07:47:40,+0000,,"@keithdcohen I do love Banks, but perhaps we should reserve his names for the droneships",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/860400588311244801,[],[],0,,False,395,71,24,,None,,,,,,,"[{'screen_name': 'keithdcohen', 'name': 'Keith Cohen', 'id': '202571298'}]",,,, +5943,860397510447120384,860373617841807360,1493969726000.0,2017-05-05 07:35:26,+0000,,@zanesloanbc Simple. I like it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/860397510447120384,[],[],0,,False,410,69,10,,None,,,,,,,"[{'screen_name': 'zanesloanbc', 'name': 'Zane Sloan', 'id': '1651572211'}]",,,, +5944,860396632361152512,860373617841807360,1493969517000.0,2017-05-05 07:31:57,+0000,,Kinda like Snoop Dug,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/860396632361152512,[],[],0,,False,9660,1587,1563,,None,,,,,,,[],,,, +5945,860379071414321152,860373617841807360,1493965330000.0,2017-05-05 06:22:10,+0000,,@AndrewHws I don't want to be presumptuous,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860379071414321152,[],[],0,,False,1443,54,65,,None,,,,,,,"[{'screen_name': 'AndrewHws', 'name': 'Andrew Hws', 'id': '356047322'}]",,,, +5946,860378029515718660,860373617841807360,1493965081000.0,2017-05-05 06:18:01,+0000,,"I know what you're thinking … then why not ""the Third""? Well, I've learned my lesson about 3's.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860378029515718660,[],[],0,,False,7299,758,566,,None,,,,,,,[],,,, +5947,860377370171121666,860373617841807360,1493964924000.0,2017-05-05 06:15:24,+0000,,"@reviewero By calling it ""the Second"", it has more credibility",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860377370171121666,[],[],0,,False,4306,156,358,,None,,,,,,,"[{'screen_name': 'reviewero', 'name': 'Adi', 'id': '973994524115550208'}]",,,, +5948,860375279570567168,860373617841807360,1493964426000.0,2017-05-05 06:07:06,+0000,,"Maybe Ultimate Boring Machine, the Second",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860375279570567168,[],[],0,,False,7261,1462,958,,None,,,,,,,[],,,, +5949,860374746382217216,860373617841807360,1493964299000.0,2017-05-05 06:04:59,+0000,,@ivanmartinsanz Boring Not Boring,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860374746382217216,[],[],0,,False,455,19,22,,None,,,,,,,"[{'screen_name': 'ivanmartinsanz', 'name': 'SnowBoarding.', 'id': '211927694'}]",,,, +5950,860374338700099584,860373617841807360,1493964201000.0,2017-05-05 06:03:21,+0000,,@ivanmartinsanz Good one,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860374338700099584,[],[],0,,False,433,15,8,,None,,,,,,,"[{'screen_name': 'ivanmartinsanz', 'name': 'SnowBoarding.', 'id': '211927694'}]",,,, +5951,860373996381937664,860373617841807360,1493964120000.0,2017-05-05 06:02:00,+0000,,@hunterbarnes144 Been done,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860373996381937664,[],[],0,,False,798,12,30,,None,,,,,,,"[{'screen_name': 'hunterbarnes144', 'name': 'Hunter Barnes', 'id': '4886150338'}]",,,, +5952,860373617841807360,860373617841807360,1493964030000.0,2017-05-05 06:00:30,+0000,,Thinking about a name for our first tunneling machine …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860373617841807360,[],[],0,,False,12763,12630,2181,,None,,,,,,,[],,,, +5953,860050049509736448,860050049509736448,1493886885000.0,2017-05-04 08:34:45,+0000,,Was just rereading one of my favorites. So beautiful … https://t.co/gp0aNnWxcM,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/860050049509736448,['https://www.poetryfoundation.org/poetrymagazine/poems/detail/44212'],[],0,,False,4470,366,711,,None,,,,,,,[],,,, +5954,859043148923678720,859043148923678720,1493646821000.0,2017-05-01 13:53:41,+0000,,"Close-up of rocket stage separation, fast flip, boostback burn in a ring of fire and then… https://t.co/RM8kDgazVX",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/859043148923678720,['https://www.instagram.com/p/BTjVdLVB1bO/'],[],0,,False,12721,886,4734,,None,,,,,,,[],,,, +5955,859040909299556352,859040909299556352,1493646287000.0,2017-05-01 13:44:47,+0000,,Landing https://t.co/m8DH1DkvFO,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/859040909299556352,['https://www.instagram.com/p/BTjUcEYBqSQ/'],[],0,,False,9738,397,3178,,None,,,,,,,[],,,, +5956,859008563519160320,859008563519160320,1493638575000.0,2017-05-01 11:36:15,+0000,,"Launch and landing of the NRO spy satellite was good. Tough call, as high altitude wind shear was at 98.6% of the theoretical load limit. https://t.co/nBzBMNdjBp",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/859008563519160320,[],['https://pbs.twimg.com/media/C-vPu9wUAAAcHUm.jpg'],1,https://pbs.twimg.com/media/C-vPu9wUAAAcHUm.jpg,False,11220,337,2255,,None,,,,,,,[],,,, +5957,859002489730994176,859002489730994176,1493637127000.0,2017-05-01 11:12:07,+0000,,"Winds aloft are unusually high (still within structural safety bounds). Worrying, but not a showstopper. https://t.co/epHQQvajOZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/859002489730994176,['https://twitter.com/spacex/status/859000342985424896'],[],0,,False,4654,199,576,https://twitter.com/spacex/status/859000342985424896,None,,,,,,,[],,,, +5958,858908487018926080,858905558908190720,1493614715000.0,2017-05-01 04:58:35,+0000,,"@VoltzCoreAudio Yeah, will probably publish an update in six weeks or so",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/858908487018926080,[],[],0,,False,423,18,40,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '2989135748'}]",,,, +5959,858905558908190720,858905558908190720,1493614017000.0,2017-05-01 04:46:57,+0000,,My boring TED talk https://t.co/QNgolyJXMr,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/858905558908190720,['https://www.ted.com/talks/elon_musk_the_future_we_re_building_and_boring'],[],0,,False,26867,725,9059,,None,,,,,,,[],,,, +5960,858063290039115777,858062753889533952,1493413205000.0,2017-04-28 21:00:05,+0000,,@williamlegate Couldn't agree more,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/858063290039115777,[],[],0,,False,2062,51,112,,None,,,,,,,"[{'screen_name': 'williamlegate', 'name': 'William LeGate (ig: @legate)', 'id': '38029205'}]",,,, +5961,858063095268130816,858062753889533952,1493413158000.0,2017-04-28 20:59:18,+0000,,@batfflck Extremely,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/858063095268130816,[],[],0,,False,684,20,20,,None,,,,,,,"[{'screen_name': 'batfflck', 'name': 'cidem •ᴗ•', 'id': '918533847528198144'}]",,,, +5962,858062753889533952,858062753889533952,1493413077000.0,2017-04-28 20:57:57,+0000,,Even more boring https://t.co/EfrzLAXwxs,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/858062753889533952,['https://boringcompany.com'],[],0,,False,18797,1353,7671,,None,,,,,,,[],,,, +5963,858052804606177280,858052804606177280,1493410705000.0,2017-04-28 20:18:25,+0000,,Boring https://t.co/TBnhgPYWud,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/858052804606177280,['https://twitter.com/teslarati/status/857991868340068352'],[],0,,False,16706,564,4026,https://twitter.com/teslarati/status/857991868340068352,None,,,,,,,[],,,, +5964,857412023847600128,857318388904931328,1493257931000.0,2017-04-27 01:52:11,+0000,,"@kmckelly @cstross @jephjacques We def want to avoid either, particularly Surface Detail ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/857412023847600128,[],[],0,,False,155,13,8,,None,,,,,,,"[{'screen_name': 'kmckelly', 'name': 'Kevin Kelly', 'id': '25101691'}, {'screen_name': 'cstross', 'name': 'Charlie Stross', 'id': '390039185'}, {'screen_name': 'jephjacques', 'name': 'Malkmusian Catastrophe', 'id': '7670202'}]",,,, +5965,856552061839781888,856292321364631554,1493052900000.0,2017-04-24 16:55:00,+0000,,@PJWU8 @creepypuppet @cowanfilms On it now,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/856552061839781888,[],[],0,,False,182,16,9,,None,,,,,,,"[{'screen_name': 'PJWU8', 'name': 'PJ WU', 'id': '805641958370643968'}, {'screen_name': 'creepypuppet', 'name': 'not james wan', 'id': '1245129879248605186'}, {'screen_name': 'cowanfilms', 'name': 'Rob Cowan', 'id': '739877627880603648'}]",,,, +5966,856551111301505024,856292321364631554,1493052673000.0,2017-04-24 16:51:13,+0000,,"@moomoodining @creepypuppet @cowanfilms Great food, great ambience and with great friends. We all really enjoyed the visit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/856551111301505024,[],[],0,,False,181,8,7,,None,,,,,,,"[{'screen_name': 'moomoodining', 'name': 'Moo Moo Restaurants', 'id': '96899655'}, {'screen_name': 'creepypuppet', 'name': 'not james wan', 'id': '1245129879248605186'}, {'screen_name': 'cowanfilms', 'name': 'Rob Cowan', 'id': '739877627880603648'}]",,,, +5967,856354252209442817,856328013431963648,1493005738000.0,2017-04-24 03:48:58,+0000,,@JudeBurger @realamberheard @teslaownersau Will definitely do that on my next trip,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/856354252209442817,[],[],0,,False,263,11,11,,None,,,,,,,"[{'screen_name': 'JudeBurger', 'name': 'Jude Burger', 'id': '20351990'}, {'screen_name': 'realamberheard', 'name': 'Amber Heard', 'id': '807003567605227520'}, {'screen_name': 'teslaownersau', 'name': 'Tesla Owners Club Australia [Official]', 'id': '731657202323329024'}]",,,, +5968,856292321364631554,856292321364631554,1492990973000.0,2017-04-23 23:42:53,+0000,,"Having moo moo at Moo Moo Gold Coast with amberheard, @CreepyPuppet and @CowanFilms https://t.co/SUM2RYYN7O",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/856292321364631554,['https://www.instagram.com/p/BTPyhtBhdn6/'],[],0,,False,3125,386,280,,None,,,,,,,[],,,, +5969,856196719746457602,856159773368123392,1492968180000.0,2017-04-23 17:23:00,+0000,,@juancarlosrs @elpilot That is the aspiration: to avoid AI becoming other.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/856196719746457602,[],[],0,,False,334,39,41,,None,,,,,,,"[{'screen_name': 'juancarlosrs', 'name': 'Juan Carlos', 'id': '14199845'}, {'screen_name': 'elpilot', 'name': 'pilot', 'id': '15065331'}]",,,, +5970,854149536524021760,854029292493090816,1492480093000.0,2017-04-18 01:48:13,+0000,,"@FredericLambert @TaylorSMarks @FlipperB @pkingdesign Yeah, sorry I missed that. This would only work for 75 kWh packs that are software created to 60, so not 2013.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/854149536524021760,[],[],0,,False,208,41,13,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'TaylorSMarks', 'name': 'Taylor Marks 🧢', 'id': '93133342'}, {'screen_name': 'FlipperB', 'name': 'Philip B.', 'id': '14688290'}, {'screen_name': 'pkingdesign', 'name': 'Phil King', 'id': '20653086'}]",,,, +5971,854084819965194240,854029292493090816,1492464663000.0,2017-04-17 21:31:03,+0000,,@FlipperB @pkingdesign Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/854084819965194240,[],[],0,,False,148,20,7,,None,,,,,,,"[{'screen_name': 'FlipperB', 'name': 'Philip B.', 'id': '14688290'}, {'screen_name': 'pkingdesign', 'name': 'Phil King', 'id': '20653086'}]",,,, +5972,854038254982619136,854029292493090816,1492453561000.0,2017-04-17 18:26:01,+0000,,@pkingdesign Tesla will soon be offering a compelling means of upgrading a 60 to a 75,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/854038254982619136,[],[],0,,False,230,49,16,,None,,,,,,,"[{'screen_name': 'pkingdesign', 'name': 'Phil King', 'id': '20653086'}]",,,, +5973,852582182212194304,852581967849807872,1492106407000.0,2017-04-13 18:00:07,+0000,,@gucci_mau July,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/852582182212194304,[],[],0,,False,857,86,139,,None,,,,,,,"[{'screen_name': 'gucci_mau', 'name': 'Mauro', 'id': '19547012'}]",,,, +5974,852581322451111936,852580027178696704,1492106202000.0,2017-04-13 17:56:42,+0000,,@NoahMagel Pickup truck unveil in 18 to 24 months,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/852581322451111936,[],[],0,,False,2992,165,815,,None,,,,,,,"[{'screen_name': 'noahmagel', 'name': 'noah', 'id': '2246429194'}]",,,, +5975,852581046625345536,852580027178696704,1492106136000.0,2017-04-13 17:55:36,+0000,,@SamGonzales Next gen Roadster will be convertible,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/852581046625345536,[],[],0,,False,2711,73,420,,None,,,,,,,"[{'screen_name': 'SamGonzales', 'name': 'Sam Gonzales', 'id': '6657'}]",,,, +5976,852580027178696704,852580027178696704,1492105893000.0,2017-04-13 17:51:33,+0000,,Tesla Semi truck unveil set for September. Team has done an amazing job. Seriously next level.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/852580027178696704,[],[],0,,False,49222,1726,14117,,None,,,,,,,[],,,, +5977,852248614021746688,747943260115636224,1492026878000.0,2017-04-12 19:54:38,+0000,,@danahull @Reuters Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/852248614021746688,[],[],0,,False,172,23,13,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +5978,852243718094561280,747943260115636224,1492025710000.0,2017-04-12 19:35:10,+0000,,"@Reuters Besides, I already said we'd add more independent members during SCTY merger. Will announce soon, but this group has nothing to do with it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/852243718094561280,[],[],0,,False,446,35,53,,None,,,,,,,"[{'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +5979,852241941546778624,747943260115636224,1492025287000.0,2017-04-12 19:28:07,+0000,,@Reuters This investor group should buy Ford stock. Their governance is amazing ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/852241941546778624,[],[],0,,False,1267,116,308,,None,,,,,,,"[{'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +5980,852239986388721664,852239986388721664,1492024821000.0,2017-04-12 19:20:21,+0000,,Autolist survey finds Tesla used car values are highest and sell fastest https://t.co/KcXFhqwXVa,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/852239986388721664,['http://www.marketwatch.com/story/used-tesla-model-s-sell-faster-and-for-more-money-than-peers-study-says-2017-04-12'],[],0,,False,7596,715,1580,,None,,,,,,,[],,,, +5981,850453029987917824,847882289581359104,1491598777000.0,2017-04-07 20:59:37,+0000,,"@chairheadMD @cheron Fairing is ~$5M, but that should be reusable this year. Am fairly confident we can reuse upper stage too by late next year to get to 100%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/850453029987917824,[],[],0,,False,813,107,212,,None,,,,,,,"[{'screen_name': 'chairheadMD', 'name': 'Lumby says #BlackLivesMatter', 'id': '422221262'}, {'screen_name': 'cheron', 'name': '🚀Chad Heron', 'id': '10226202'}]",,,, +5982,850452066992504832,850449428372746240,1491598548000.0,2017-04-07 20:55:48,+0000,,@SeanRowley2 Latency should only be 5 min max. Checking ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/850452066992504832,[],[],0,,False,171,16,10,,None,,,,,,,"[{'screen_name': 'SeanRowley2', 'name': 'Sean Rowley', 'id': '473869544'}]",,,, +5983,850386820793643008,850386820793643008,1491582992000.0,2017-04-07 16:36:32,+0000,,Feature coming soon that allows one touch access to all discovered Tesla Easter eggs https://t.co/oWU6oq9Jqb,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/850386820793643008,[],['https://pbs.twimg.com/media/C80uTdpU0AAwmag.jpg'],1,https://pbs.twimg.com/media/C80uTdpU0AAwmag.jpg,False,5958,748,920,,None,,,,,,,[],,,, +5984,849636868052275200,849636868052275200,1491404189000.0,2017-04-05 14:56:29,+0000,,And so the robots spared humanity ... https://t.co/v7JUJQWfCv,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/849636868052275200,['https://twitter.com/bentolmachoff/status/846476110846017536'],[],0,,False,20383,383,5788,https://twitter.com/bentolmachoff/status/846476110846017536,None,,,,,,,[],,,, +5985,848988730585096192,848893271162093568,1491249661000.0,2017-04-03 20:01:01,+0000,,"@ForIn2020 @waltmossberg @mims @defcon_5 Exactly. Tesla is absurdly overvalued if based on the past, but that's irrelevant. A stock price represents risk-adjusted future cash flows.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/848988730585096192,[],[],0,,False,1607,148,522,,None,,,,,,,"[{'screen_name': 'ForIn2020', 'name': 'ForIn2020🌅', 'id': '823512042'}, {'screen_name': 'waltmossberg', 'name': 'Walt Mossberg', 'id': '5746452'}, {'screen_name': 'mims', 'name': 'Christopher Mims', 'id': '1769191'}, {'screen_name': 'defcon_5', 'name': 'defcon_5', 'id': '17212941'}]",,,, +5986,848943072423497728,848893271162093568,1491238775000.0,2017-04-03 16:59:35,+0000,,"@waltmossberg @mims @defcon_5 Et tu, Walt?",fr,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/848943072423497728,[],[],0,,False,800,44,75,,None,,,,,,,"[{'screen_name': 'waltmossberg', 'name': 'Walt Mossberg', 'id': '5746452'}, {'screen_name': 'mims', 'name': 'Christopher Mims', 'id': '1769191'}, {'screen_name': 'defcon_5', 'name': 'defcon_5', 'id': '17212941'}]",,,, +5987,848935705057280001,848935705057280001,1491237019000.0,2017-04-03 16:30:19,+0000,,Stormy weather in Shortville ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/848935705057280001,[],[],0,,False,10539,762,2871,,None,,,,,,,[],,,, +5988,848416049573658624,848405135348912128,1491113123000.0,2017-04-02 06:05:23,+0000,,@DaveLeeBBC @verge Coal is dying due to nat gas fracking. It's basically dead.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/848416049573658624,[],[],0,,False,961,60,201,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +5989,848415731502923777,848398990039293953,1491113047000.0,2017-04-02 06:04:07,+0000,,@Lexxxzis It's just a helicopter in helicopter's clothing,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/848415731502923777,[],[],0,,False,393,29,40,,None,,,,,,,"[{'screen_name': 'Lexxxzis', 'name': 'Alexzis', 'id': '598552290'}]",,,, +5990,848415356263702528,848405135348912128,1491112958000.0,2017-04-02 06:02:38,+0000,,@verge It won't matter,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/848415356263702528,[],[],0,,False,1418,69,191,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +5991,848398971139629057,848394744489066496,1491109051000.0,2017-04-02 04:57:31,+0000,,@SuperCoolCube Pretty good,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/848398971139629057,[],[],0,,False,320,35,19,,None,,,,,,,"[{'screen_name': 'SuperCoolCube', 'name': 'Andrew', 'id': '381728098'}]",,,, +5992,848244577521647616,848243350993895424,1491072241000.0,2017-04-01 18:44:01,+0000,,"Why did we waste so much time developing silly rockets? Damn you, aliens! So obtuse! You have all this crazy tech, but can't speak English!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/848244577521647616,[],[],0,,False,14890,935,3305,,None,,,,,,,[],,,, +5993,848243350993895424,848243350993895424,1491071949000.0,2017-04-01 18:39:09,+0000,,Technology breakthrough: turns out chemtrails are actually a message from time-traveling aliens describing the secret of teleportation,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/848243350993895424,[],[],0,,False,27801,894,8233,,None,,,,,,,[],,,, +5994,848036043240636417,848021160625266688,1491022523000.0,2017-04-01 04:55:23,+0000,,"@adamsbj Def P100D with Ludicrous+, although the rocket starts going a lot faster after that",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/848036043240636417,[],[],0,,False,332,18,27,,None,,,,,,,"[{'screen_name': 'adamsbj', 'name': 'Brian Adams', 'id': '19136564'}]",,,, +5995,847958571895619584,847884673275633665,1491004052000.0,2017-03-31 23:47:32,+0000,,@BadAstronomer We can def bring it back like Dragon. Just a question of how much weight we need to add.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/847958571895619584,[],[],0,,False,551,46,63,,None,,,,,,,"[{'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}]",,,, +5996,847890916048338946,847886909632327680,1490987922000.0,2017-03-31 19:18:42,+0000,,@tesla_addict @TeslaMotors Working on it,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/847890916048338946,[],[],0,,False,267,22,21,,None,,,,,,,"[{'screen_name': 'tesla_addict', 'name': 'Tesla Addict', 'id': '756512436426051584'}]",,,, +5997,847884776719740928,847882289581359104,1490986458000.0,2017-03-31 18:54:18,+0000,,@jasonlamb Looks like it could do 20% more with some structural upgrades to handle higher loads. But that's in fully expendable mode.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847884776719740928,[],[],0,,False,269,15,25,,None,,,,,,,"[{'screen_name': 'jasonlamb', 'name': 'Jason Lamb', 'id': '6540612'}]",,,, +5998,847884413706874880,847882289581359104,1490986371000.0,2017-03-31 18:52:51,+0000,,@cheron A lot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847884413706874880,[],[],0,,False,610,19,26,,None,,,,,,,"[{'screen_name': 'cheron', 'name': '🚀Chad Heron', 'id': '10226202'}]",,,, +5999,847884351375372288,847882289581359104,1490986356000.0,2017-03-31 18:52:36,+0000,,@Cardoso Silliest thing we can imagine! Secret payload of 1st Dragon flight was a giant wheel of cheese. Inspired by a friend & Monty Python.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847884351375372288,[],[],0,,False,1675,136,261,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}]",,,, +6000,847883435100299267,847882289581359104,1490986138000.0,2017-03-31 18:48:58,+0000,,"@redletterdave Good point, odds go from 0% to >0% :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847883435100299267,[],[],0,,False,568,20,30,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'dave smith', 'id': '19743466'}]",,,, +6001,847882909906341888,847882289581359104,1490986013000.0,2017-03-31 18:46:53,+0000,,Falcon Heavy test flight currently scheduled for late summer,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847882909906341888,[],[],0,,False,7053,305,1093,,None,,,,,,,[],,,, +6002,847882289581359104,847882289581359104,1490985865000.0,2017-03-31 18:44:25,+0000,,"Considering trying to bring upper stage back on Falcon Heavy demo flight for full reusability. Odds of success low, but maybe worth a shot.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847882289581359104,[],[],0,,False,14255,926,2377,,None,,,,,,,[],,,, +6003,847881536254955521,847880599792693252,1490985685000.0,2017-03-31 18:41:25,+0000,,@oxfordteddy Browser is already a little better. Kernel and browser update in prob 6 weeks or so (lots of underlying changes) with a few nice features.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847881536254955521,[],[],0,,False,181,21,14,,None,,,,,,,"[{'screen_name': 'oxfordteddy', 'name': 'Ed Byard', 'id': '144552745'}]",,,, +6004,847608431582208000,847579206636654592,1490920572000.0,2017-03-31 00:36:12,+0000,,@BadAstronomer @SpaceX Thanks Phil!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/847608431582208000,[],[],0,,False,788,17,39,,None,,,,,,,"[{'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6005,847594208219336705,847594208219336705,1490917181000.0,2017-03-30 23:39:41,+0000,,Incredibly proud of the SpaceX team for achieving this milestone in space! Next goal is reflight within 24 hours.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/847594208219336705,[],[],0,,False,47298,1241,11810,,None,,,,,,,[],,,, +6006,847234747747020800,847234747747020800,1490831479000.0,2017-03-29 23:51:19,+0000,,"If you just downloaded V8.1, tap the the T on center screen three times",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/847234747747020800,[],[],0,,False,4840,401,673,,None,,,,,,,[],,,, +6007,847178475970547712,845279423238590464,1490818063000.0,2017-03-29 20:07:43,+0000,,"@drmanejwala @arctechinc On center screen. Also, center screen *will* show speed as an overlay that changes opacity according to relevance.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/847178475970547712,[],[],0,,False,198,45,19,,None,,,,,,,"[{'screen_name': 'drmanejwala', 'name': 'Omar Manejwala, M.D.', 'id': '65214004'}, {'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +6008,846772378067648513,846705655922774016,1490721241000.0,2017-03-28 17:14:01,+0000,,@danahull Very few. We have yet to do a China (or Europe) launch of Model 3.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/846772378067648513,[],[],0,,False,189,39,15,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +6009,846770102502473728,846705655922774016,1490720699000.0,2017-03-28 17:04:59,+0000,,@business Glad to have Tencent as an investor and advisor to Tesla,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/846770102502473728,[],[],0,,False,527,39,93,,None,,,,,,,"[{'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +6010,846768497904369664,846667837716410368,1490720316000.0,2017-03-28 16:58:36,+0000,,@nickg_uk @chouky02 No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/846768497904369664,[],[],0,,False,292,59,25,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}, {'screen_name': 'chouky02', 'name': 'Sergey Chukanov', 'id': '67415654'}]",,,, +6011,846768171486855169,846667837716410368,1490720238000.0,2017-03-28 16:57:18,+0000,,@nickg_uk @chouky02 You won't care,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/846768171486855169,[],[],0,,False,350,54,22,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}, {'screen_name': 'chouky02', 'name': 'Sergey Chukanov', 'id': '67415654'}]",,,, +6012,846668569576259584,846667837716410368,1490696491000.0,2017-03-28 10:21:31,+0000,,@NakatomiTim What gave me away?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/846668569576259584,[],[],0,,False,599,16,29,,None,,,,,,,"[{'screen_name': 'NakatomiTim', 'name': 'Tim Doyle- SERIOUS ARTIST PERSON GUY.', 'id': '22609300'}]",,,, +6013,846668345998925826,846667837716410368,1490696438000.0,2017-03-28 10:20:38,+0000,,@nickg_uk No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/846668345998925826,[],[],0,,False,741,56,55,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}]",,,, +6014,846667837716410368,846667837716410368,1490696317000.0,2017-03-28 10:18:37,+0000,,Here is the latest SpaceX travel ad for the flight around the moon & into deep space. Maybe needs a few edits ... https://t.co/mA8ZgutrbE,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/846667837716410368,['https://m.youtube.com/watch?v=DNkKCFaqib8'],[],0,,False,8498,606,1993,,None,,,,,,,[],,,, +6015,846580443797368832,846580443797368832,1490675481000.0,2017-03-28 04:31:21,+0000,,"Long Neuralink piece coming out on @waitbutwhy in about a week. Difficult to dedicate the time, but existential risk is too high not to.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/846580443797368832,[],[],0,,False,11672,682,3269,,None,,,,,,,[],,,, +6016,845403535353143299,845398862172995585,1490394884000.0,2017-03-24 22:34:44,+0000,,@erikhaaland We cannot make all country versions simultaneously or the production start would be a disaster. You would get first in Norway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/845403535353143299,[],[],0,,False,247,31,21,,None,,,,,,,"[{'screen_name': 'erikhaaland', 'name': 'Erik', 'id': '123541715'}]",,,, +6017,845402066629517312,845392265036095488,1490394534000.0,2017-03-24 22:28:54,+0000,,@Isabelle_Kent Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/845402066629517312,[],[],0,,False,170,5,4,,None,,,,,,,"[{'screen_name': 'Isabelle_Kent', 'name': 'Isabelle', 'id': '402262813'}]",,,, +6018,845370779298521088,845279423238590464,1490387074000.0,2017-03-24 20:24:34,+0000,,@D1sneyNut Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/845370779298521088,[],[],0,,False,181,9,4,,None,,,,,,,[],,,, +6019,845355766357737472,845279423238590464,1490383495000.0,2017-03-24 19:24:55,+0000,,@nickbaum I believe so,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/845355766357737472,[],[],0,,False,208,19,12,,None,,,,,,,"[{'screen_name': 'nickbaum', 'name': 'Nick Baum 🇸🇪', 'id': '787205'}]",,,, +6020,845337811876114432,845335480359010304,1490379214000.0,2017-03-24 18:13:34,+0000,,@nddugan Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/845337811876114432,[],[],0,,False,165,12,6,,None,,,,,,,"[{'screen_name': 'nddugan', 'name': 'Nick Dugan', 'id': '76249111'}]",,,, +6021,845331893176324096,845280754871418880,1490377803000.0,2017-03-24 17:50:03,+0000,,@Mr_Ewe_Guy Oh so little faith,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/845331893176324096,[],[],0,,False,1690,32,96,,None,,,,,,,"[{'screen_name': 'mr_ewe_guy', 'name': 'Brychcahr', 'id': '903525849470824448'}]",,,, +6022,845325721455149056,845279423238590464,1490376332000.0,2017-03-24 17:25:32,+0000,,@kryniog The shorter wheelbase only allows for a 75 kWh pack in Model 3 at current cell/module energy densities,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/845325721455149056,[],[],0,,False,304,37,58,,None,,,,,,,"[{'screen_name': 'kryniog', 'name': 'Krzysztof Grochowski', 'id': '345916643'}]",,,, +6023,845294161125269505,845293715883220993,1490368807000.0,2017-03-24 15:20:07,+0000,,@ToddGerkens Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845294161125269505,[],[],0,,False,249,10,7,,None,,,,,,,"[{'screen_name': 'ToddGerkens', 'name': 'Todd Gerkens', 'id': '407382454'}]",,,, +6024,845293825715154945,845293292782850048,1490368727000.0,2017-03-24 15:18:47,+0000,,@HolsMichael Start taking orders in April,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845293825715154945,[],[],0,,False,432,95,78,,None,,,,,,,"[{'screen_name': 'HolsMichael', 'name': 'Michael Hols', 'id': '707009888740728833'}]",,,, +6025,845293157977767937,845278449811939328,1490368568000.0,2017-03-24 15:16:08,+0000,,"@dr_angus Yeah, probably a year from now. S will still win on acceleration though, due to having more space for a larger battery.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845293157977767937,[],[],0,,False,281,32,19,,None,,,,,,,"[{'screen_name': 'dr_angus', 'name': 'Dr. Angus Willie Esco', 'id': '1100517453950578688'}]",,,, +6026,845292269649354752,845279423238590464,1490368356000.0,2017-03-24 15:12:36,+0000,,"@akaWrecks @ckalapala Only Model S will have the seven seater option, more cargo space, plus higher range, acceleration, two screens vs one, auto extend handles …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845292269649354752,[],[],0,,False,238,18,20,,None,,,,,,,"[{'screen_name': 'akaWrecks', 'name': '(╯°□°)╯︵ sʞɔǝɹʍ', 'id': '262834099'}, {'screen_name': 'ckalapala', 'name': 'Chaitu', 'id': '81007800'}]",,,, +6027,845291536480813056,845290340600864768,1490368181000.0,2017-03-24 15:09:41,+0000,,@CamKode The Model S produced today is arguably version 4. Let me put it this way: it is the car I will keep driving even after Model 3 arrives.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845291536480813056,[],[],0,,False,299,17,32,,None,,,,,,,"[{'screen_name': 'CamKode', 'name': 'Eric', 'id': '172647484'}]",,,, +6028,845290713776451584,845287211306139648,1490367985000.0,2017-03-24 15:06:25,+0000,,"@BlueBowles If fate is on our side, it will be amazing. Will talk about that in detail next week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845290713776451584,[],[],0,,False,573,23,50,,None,,,,,,,"[{'screen_name': 'BlueBowles', 'name': 'Steven Bowles', 'id': '461725278'}]",,,, +6029,845290493130919936,845279423238590464,1490367932000.0,2017-03-24 15:05:32,+0000,,@juanmlemao No problem :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845290493130919936,[],[],0,,False,365,12,23,,None,,,,,,,"[{'screen_name': 'juanmlemao', 'name': 'J', 'id': '2407507850'}]",,,, +6030,845290417591541760,845287211306139648,1490367914000.0,2017-03-24 15:05:14,+0000,,"@DJBurges Should be summer next year. Sorry, really wish we could get RHD done sooner. We truly are working as fast as we can.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845290417591541760,[],[],0,,False,367,29,28,,None,,,,,,,"[{'screen_name': 'DJBurges', 'name': 'Daniel Burges', 'id': '1243618602'}]",,,, +6031,845289977051148289,845279423238590464,1490367809000.0,2017-03-24 15:03:29,+0000,,@faultywarrior @matt_trulli @FredericLambert @TimShelton @JimPengelly Let me just go fetch my magic wand ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845289977051148289,[],[],0,,False,453,36,33,,None,,,,,,,"[{'screen_name': 'faultywarrior', 'name': 'Josh', 'id': '1370202080309350402'}, {'screen_name': 'matt_trulli', 'name': 'Matt Heller-Trulli', 'id': '965453666'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'TimShelton', 'name': 'Tim Shelton', 'id': '24564233'}, {'screen_name': 'JimPengelly', 'name': 'James Pengelly', 'id': '34292370'}]",,,, +6032,845287981652963328,845279423238590464,1490367334000.0,2017-03-24 14:55:34,+0000,,"@TimShelton @FredericLambert @JimPengelly First in line for dual motor as soon as we can make it, which is probably in 6 to 9 months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845287981652963328,[],[],0,,False,272,69,26,,None,,,,,,,"[{'screen_name': 'TimShelton', 'name': 'Tim Shelton', 'id': '24564233'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'JimPengelly', 'name': 'James Pengelly', 'id': '34292370'}]",,,, +6033,845287688882184192,845287211306139648,1490367264000.0,2017-03-24 14:54:24,+0000,,@meangene2030 Damn straight we do! Coming with 8.1 next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845287688882184192,[],[],0,,False,398,12,17,,None,,,,,,,"[{'screen_name': 'meangene2030', 'name': 'Gene', 'id': '717040513870770176'}]",,,, +6034,845287211306139648,845287211306139648,1490367150000.0,2017-03-24 14:52:30,+0000,,First drive of a release candidate version of Model 3 https://t.co/zcs6j1YRa4,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845287211306139648,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/845287180192772096/pu/img/YAgVweS5Dm-kBCsp.jpg,False,30092,1316,9952,,None,,,,,,,[],,,, +6035,845286730668257280,845279423238590464,1490367035000.0,2017-03-24 14:50:35,+0000,,@FredericLambert It still has one display,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845286730668257280,[],[],0,,False,216,45,15,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6036,845286206539685890,845279423238590464,1490366910000.0,2017-03-24 14:48:30,+0000,,@VoltzCoreAudio Nothing majorly new that a consumer would notice. Lots of new tech in the design and production process though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845286206539685890,[],[],0,,False,171,16,14,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}]",,,, +6037,845285846936825856,845279423238590464,1490366825000.0,2017-03-24 14:47:05,+0000,,"@arctechinc The more autonomous a car is, the less dash info you need. How often do you look at the instrument panel when being driven in a taxi?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845285846936825856,[],[],0,,False,667,121,118,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +6038,845285398662197248,845279423238590464,1490366718000.0,2017-03-24 14:45:18,+0000,,@asimo3089 How about the video we just took of the first Model 3 release candidate drive?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845285398662197248,[],[],0,,False,431,32,22,,None,,,,,,,"[{'screen_name': 'asimo3089', 'name': 'asimo3089', 'id': '204563745'}]",,,, +6039,845285007211950080,845279423238590464,1490366625000.0,2017-03-24 14:43:45,+0000,,"@trabru Yup, machine arrives next month and we start digging the tunnel!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845285007211950080,[],[],0,,False,387,20,26,,None,,,,,,,"[{'screen_name': 'trabru', 'name': 'Travis Brubaker', 'id': '510768228'}]",,,, +6040,845284550926221312,845279423238590464,1490366516000.0,2017-03-24 14:41:56,+0000,,@oakhaller I think so,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845284550926221312,[],[],0,,False,134,10,5,,None,,,,,,,"[{'screen_name': 'oakhaller', 'name': 'Zach Thibault', 'id': '26405572'}]",,,, +6041,845284390397665280,845279423238590464,1490366477000.0,2017-03-24 14:41:17,+0000,,"@FredericLambert @JimPengelly No, we are minimizing configuration complexity to keep the production ramp on schedule. RWD only for early production, just like Model S.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845284390397665280,[],[],0,,False,280,66,26,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'JimPengelly', 'name': 'James Pengelly', 'id': '34292370'}]",,,, +6042,845283880080850945,845283004423401473,1490366356000.0,2017-03-24 14:39:16,+0000,,@Trojan81 Tues/Wed,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845283880080850945,[],[],0,,False,99,4,3,,None,,,,,,,"[{'screen_name': 'Trojan81', 'name': 'Alex Holmes', 'id': '14485153'}]",,,, +6043,845283534948392960,845278449811939328,1490366273000.0,2017-03-24 14:37:53,+0000,,@jDaz Because I was a dumb idiot and didn't realize at the time that it would cause confusion,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845283534948392960,[],[],0,,False,1381,50,159,,None,,,,,,,"[{'screen_name': 'jDaz', 'name': 'Josh Dolin', 'id': '22277264'}]",,,, +6044,845283253602828288,845279423238590464,1490366206000.0,2017-03-24 14:36:46,+0000,,@timothymjr Tues/Wed next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845283253602828288,[],[],0,,False,138,2,7,,None,,,,,,,"[{'screen_name': 'timothymjr', 'name': 'Timothy Moore', 'id': '113205102'}]",,,, +6045,845282934546350080,845279423238590464,1490366130000.0,2017-03-24 14:35:30,+0000,,"@Skate_a_book Yes. Model S will always be the fastest Tesla until next gen Roadster, which is a few years away.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845282934546350080,[],[],0,,False,459,24,39,,None,,,,,,,"[{'screen_name': 'Skate_a_book', 'name': 'Geoff Coffelt', 'id': '313110657'}]",,,, +6046,845282733546921985,845279423238590464,1490366082000.0,2017-03-24 14:34:42,+0000,,"@JimPengelly Yes, but not until next year",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845282733546921985,[],[],0,,False,220,31,8,,None,,,,,,,"[{'screen_name': 'JimPengelly', 'name': 'James Pengelly', 'id': '34292370'}]",,,, +6047,845282590030360578,845279423238590464,1490366048000.0,2017-03-24 14:34:08,+0000,,@AlSaibie Yes. Hardware already on all production S and X cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845282590030360578,[],[],0,,False,155,4,7,,None,,,,,,,"[{'screen_name': 'alsaibie', 'name': 'Darius Alsaibie', 'id': '1148626651129012226'}]",,,, +6048,845282298291339267,845278449811939328,1490365979000.0,2017-03-24 14:32:59,+0000,,"@theKen_Miller Sorta. Model 3 is like a BMW 3 series or Audi A4. Model S is like BMW 5 and 6 series, but much faster, more storage space + Autopilot",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845282298291339267,[],[],0,,False,456,27,48,,None,,,,,,,"[{'screen_name': 'theKen_Miller', 'name': 'Ken', 'id': '48582673'}]",,,, +6049,845281640972660736,845279423238590464,1490365822000.0,2017-03-24 14:30:22,+0000,,@Greg525 How about now?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845281640972660736,[],[],0,,False,397,38,10,,None,,,,,,,"[{'screen_name': 'Greg525', 'name': 'Greg Cherniet', 'id': '19504856'}]",,,, +6050,845281547368349696,845278449811939328,1490365800000.0,2017-03-24 14:30:00,+0000,,@varunfatehpuria Oh Model Y is coming too in a few years. Kinda have to.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845281547368349696,[],[],0,,False,705,46,86,,None,,,,,,,"[{'screen_name': 'varunfatehpuria', 'name': 'Varun Fatehpuria', 'id': '101760488'}]",,,, +6051,845281211626864641,845279423238590464,1490365720000.0,2017-03-24 14:28:40,+0000,,@luciojr All Tesla cars built since Oct last year will be capable of self-driving as software improves,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845281211626864641,[],[],0,,False,274,10,26,,None,,,,,,,"[{'screen_name': 'LucioJr', 'name': 'Lucio Jr', 'id': '1084614664074477568'}]",,,, +6052,845280846764396544,845279423238590464,1490365633000.0,2017-03-24 14:27:13,+0000,,@swindeez Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845280846764396544,[],[],0,,False,237,3,8,,None,,,,,,,"[{'screen_name': 'swindeez', 'name': 'Chad', 'id': '68312389'}]",,,, +6053,845280754871418880,845280754871418880,1490365611000.0,2017-03-24 14:26:51,+0000,,"Model 3 was going to be called Model E, for obvious dumb humor reasons, but Ford sued to block it, so now it is S3X. Totally different :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845280754871418880,[],[],0,,False,37136,1185,11510,,None,,,,,,,[],,,, +6054,845279897383710720,845279423238590464,1490365406000.0,2017-03-24 14:23:26,+0000,,@TimBeiko Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845279897383710720,[],[],0,,False,231,10,7,,None,,,,,,,"[{'screen_name': 'TimBeiko', 'name': 'Tim Beiko | timbeiko.eth', 'id': '80722677'}]",,,, +6055,845279423238590464,845279423238590464,1490365293000.0,2017-03-24 14:21:33,+0000,,"Model 3 is just a smaller, more affordable version of Model S w less range & power & fewer features. Model S has more advanced technology.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845279423238590464,[],[],0,,False,8571,706,1523,,None,,,,,,,[],,,, +6056,845278449811939328,845278449811939328,1490365061000.0,2017-03-24 14:17:41,+0000,,"Am noticing that many people think Model 3 is the ""next version"" of a Tesla, like iPhone 2 vs 3. This is not true.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845278449811939328,[],[],0,,False,7099,470,1253,,None,,,,,,,[],,,, +6057,845277819282219010,845172927892897792,1490364911000.0,2017-03-24 14:15:11,+0000,,@macwalterslives Looking forward to playing the game with my kids!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845277819282219010,[],[],0,,False,258,13,17,,None,,,,,,,"[{'screen_name': 'macwalterslives', 'name': 'Mac Walters', 'id': '308324295'}]",,,, +6058,845215504738402304,845172927892897792,1490350054000.0,2017-03-24 10:07:34,+0000,,"@aaronpaul_8 I used to be one. You're welcome. Trying my best, at least. Hope it's a bit useful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/845215504738402304,[],[],0,,False,1374,32,134,,None,,,,,,,"[{'screen_name': 'aaronpaul_8', 'name': 'Aaron Paul', 'id': '332638587'}]",,,, +6059,845180973394247680,845172927892897792,1490341821000.0,2017-03-24 07:50:21,+0000,,@nextspaceflight @inversedotcom Just because I'm building a spaceship to get back to my home planet doesn't mean I'm an alien,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845180973394247680,[],[],0,,False,2269,85,615,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'inversedotcom', 'name': 'Inverse', 'id': '3192600414'}]",,,, +6060,845179612644618240,845172927892897792,1490341496000.0,2017-03-24 07:44:56,+0000,,@lennart375 @inversedotcom The number of extinct single planet civilizations probably exceeds live civs by at least a thousand to one. I'm being optimistic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845179612644618240,[],[],0,,False,407,26,49,,None,,,,,,,"[{'screen_name': 'lennart375', 'name': 'Lennart van Strien', 'id': '140786194'}, {'screen_name': 'inversedotcom', 'name': 'Inverse', 'id': '3192600414'}]",,,, +6061,845177494575636480,845172927892897792,1490340992000.0,2017-03-24 07:36:32,+0000,,"@phirate Probably. Either that, simulation, great filter or they are very, very subtle.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845177494575636480,[],[],0,,False,250,29,7,,None,,,,,,,"[{'screen_name': 'phirate', 'name': 'Richard Clark', 'id': '25750988'}]",,,, +6062,845175921317335041,845172927892897792,1490340616000.0,2017-03-24 07:30:16,+0000,,@Nites I hope that didn't work,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845175921317335041,[],[],0,,False,1017,15,62,,None,,,,,,,"[{'screen_name': 'Nites', 'name': 'Peyton', 'id': '95325530'}]",,,, +6063,845175729885081601,845172927892897792,1490340571000.0,2017-03-24 07:29:31,+0000,,@Nites ~spawn npc.alien,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845175729885081601,[],[],0,,False,1201,22,121,,None,,,,,,,"[{'screen_name': 'Nites', 'name': 'Peyton', 'id': '95325530'}]",,,, +6064,845172927892897792,845172927892897792,1490339903000.0,2017-03-24 07:18:23,+0000,,Where are the #%*> aliens? https://t.co/FDuJIdwgrN,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845172927892897792,['https://www.inverse.com/article/14957-drake-equation-revision-hugely-ups-odds-intelligent-extraterrestrial-life-exists'],[],0,,False,13853,1197,4812,,None,,,,,,,[],,,, +6065,844970083000578048,844967234904698880,1490291541000.0,2017-03-23 17:52:21,+0000,,@wouterhuijs Looks like Tues/Wed for 8.1 release,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/844970083000578048,[],[],0,,False,208,34,29,,None,,,,,,,"[{'screen_name': 'wouterhuijs', 'name': 'Wouter Huijs', 'id': '50277446'}]",,,, +6066,844668567983312896,844652550687080448,1490219654000.0,2017-03-22 21:54:14,+0000,,@x17online Except that isn't actually my house ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/844668567983312896,[],[],0,,False,423,35,32,,None,,,,,,,"[{'screen_name': 'x17online', 'name': 'X17online.com', 'id': '20574484'}]",,,, +6067,844360899603288064,844356099989913600,1490146300000.0,2017-03-22 01:31:40,+0000,,"@karaswisher Perhaps there will be some future bill that makes a difference for Mars, but this is not it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/844360899603288064,[],[],0,,False,598,56,138,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}]",,,, +6068,844360665900838912,844356099989913600,1490146244000.0,2017-03-22 01:30:44,+0000,,@karaswisher I am not. This bill changes almost nothing about what NASA is doing. Existing programs stay in place and there is no added funding for Mars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/844360665900838912,[],[],0,,False,974,58,346,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}]",,,, +6069,842233727115702272,842149388763844608,1489639143000.0,2017-03-16 04:39:03,+0000,,"@CapnJesus @Lurpatron @MKBHD @jakerawr 3 is a great car, but definitely Model S",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/842233727115702272,[],[],0,,False,270,65,16,,None,,,,,,,"[{'screen_name': 'CapnJesus', 'name': 'devil boy', 'id': '390869199'}, {'screen_name': 'Lurpatron', 'name': 'Lurpy Boy', 'id': '4151096052'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'jakerawr', 'name': 'Jake Roper', 'id': '15810697'}]",,,, +6070,841565055552389120,841563925707546626,1489479719000.0,2017-03-14 08:21:59,+0000,,@kyleugh Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/841565055552389120,[],[],0,,False,236,50,6,,None,,,,,,,"[{'screen_name': 'kyleugh', 'name': 'Kyle', 'id': '192440538'}]",,,, +6071,841564430399807489,841563925707546626,1489479570000.0,2017-03-14 08:19:30,+0000,,@PriyancaFord I wish. It's so annoying.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/841564430399807489,[],[],0,,False,602,39,25,,None,,,,,,,"[{'screen_name': 'PriyancaFord', 'name': 'Priyanca Ford', 'id': '2964763396'}]",,,, +6072,841563925707546626,841563925707546626,1489479450000.0,2017-03-14 08:17:30,+0000,,"Finally, an explanation for daylight savings that makes sense ... https://t.co/kGpJHNgRJO",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/841563925707546626,['https://twitter.com/theonion/status/841311395543113728'],[],0,,False,14388,416,4462,https://twitter.com/theonion/status/841311395543113728,None,,,,,,,[],,,, +6073,841098180573851648,841091025972166656,1489368407000.0,2017-03-13 01:26:47,+0000,,@AndreElijah Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/841098180573851648,[],[],0,,False,644,49,75,,None,,,,,,,"[{'screen_name': 'AndreElijah', 'name': 'Andre Elijah', 'id': '15384497'}]",,,, +6074,841041891747545089,841039231694786560,1489354987000.0,2017-03-12 21:43:07,+0000,,"@BizbuilderUSA @mcannonbrookes It's been a bear to get done, but prob 10 days or so, depending on full speed autosteer test results",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/841041891747545089,[],[],0,,False,330,37,22,,None,,,,,,,"[{'screen_name': 'BizbuilderUSA', 'name': 'George Massalas', 'id': '36608230'}, {'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +6075,841041532140445696,841039231694786560,1489354901000.0,2017-03-12 21:41:41,+0000,,"@Legit_bacon @mcannonbrookes Looking forward to it. I know it's cliche, but LotR is my favorite book ever :) Want to see the set and take my kids on tour of greater NZ.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/841041532140445696,[],[],0,,False,676,44,65,,None,,,,,,,"[{'screen_name': 'Legit_bacon', 'name': 'Matthew Warner', 'id': '1226814716'}, {'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +6076,841041070792228864,841039231694786560,1489354791000.0,2017-03-12 21:39:51,+0000,,"@5AllanLeVito @mcannonbrookes @VGroysman Sure. Just check out my prior tweet on pricing ($250 kWh at pack level). Website will be updated soon, so there is complete transparency.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/841041070792228864,[],[],0,,False,706,66,212,,None,,,,,,,"[{'screen_name': '5AllanLeVito', 'name': 'vAnilla Love t', 'id': '2476622113'}, {'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}, {'screen_name': 'VGroysman', 'name': 'Volodymyr Groysman', 'id': '4830245355'}]",,,, +6077,841040566867509248,841039231694786560,1489354671000.0,2017-03-12 21:37:51,+0000,,".@mcannonbrookes Can only happen with your support, and working closely with key govt and utility leaders who are strongly committed to trying new approaches",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/841040566867509248,[],[],0,,False,3427,139,317,,None,,,,,,,"[{'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +6078,841039231694786560,841039231694786560,1489354353000.0,2017-03-12 21:32:33,+0000,,"Just wanted to write a note of appreciation to the many Australians who came out in support of the battery plan, especially @mcannonbrookes",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/841039231694786560,[],[],0,,False,10546,329,1475,,None,,,,,,,[],,,, +6079,841011061935362048,841003392453480448,1489347637000.0,2017-03-12 19:40:37,+0000,,@ah_pton16 I love Wikipedia. Just gets better over time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/841011061935362048,[],[],0,,False,559,26,57,,None,,,,,,,[],,,, +6080,840780746868441088,840770270776315904,1489292725000.0,2017-03-12 04:25:25,+0000,,"@JMMZHerrera Answer is complex for electric motors. We use an AC induction motor fed by a DC pack thru an IGBT inverter, which kinda ""digitizes"" DC power",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/840780746868441088,[],[],0,,False,591,123,65,,None,,,,,,,"[{'screen_name': 'JMMZHerrera', 'name': 'Juan Miguel Herrera Ph.D', 'id': '380975829'}]",,,, +6081,840774191049658372,840770270776315904,1489291162000.0,2017-03-12 03:59:22,+0000,,@williamwinters High voltage DC is for sure the best way to transmit electricity over long distances. Good explanation at https://t.co/FOjClHhYiL,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/840774191049658372,['https://en.m.wikipedia.org/wiki/High-voltage_direct_current'],[],0,,False,734,50,125,,None,,,,,,,"[{'screen_name': 'williamwinters', 'name': 'william winters 🍁', 'id': '15039188'}]",,,, +6082,840772319526113280,840770270776315904,1489290716000.0,2017-03-12 03:51:56,+0000,,"Ironically, direct current is the right approach today, even though alternating was right in the past. Solar power & electronics both DC.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/840772319526113280,[],[],0,,False,6890,488,1626,,None,,,,,,,[],,,, +6083,840770270776315904,840770270776315904,1489290227000.0,2017-03-12 03:43:47,+0000,,You're most welcome. Very exciting to discuss the future of electricity. Renewables + storage arguably biggest disruption since DC to AC. https://t.co/7uXoUQf29f,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/840770270776315904,['https://twitter.com/turnbullmalcolm/status/840763614856339456'],[],0,,False,9646,401,2278,https://twitter.com/turnbullmalcolm/status/840763614856339456,None,,,,,,,[],,,, +6084,840410357122314240,839762369332985856,1489204417000.0,2017-03-11 03:53:37,+0000,,"@mcannonbrookes Just spoke with @JayWeatherill, Premier of South Australia. Very impressed. Govt is clearly committed to a smart, quick solution.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/840410357122314240,[],[],0,,False,3527,213,1269,,None,,,,,,,"[{'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +6085,840101692087582720,839762369332985856,1489130826000.0,2017-03-10 07:27:06,+0000,,"@shails Yes, but shipping, taxes/tariffs and installation labor vary by country, as those costs are beyond our control",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/840101692087582720,[],[],0,,False,842,72,93,,None,,,,,,,"[{'screen_name': 'shails', 'name': 'Shailley', 'id': '15516568'}]",,,, +6086,840096176678420481,839762369332985856,1489129511000.0,2017-03-10 07:05:11,+0000,,@mcannonbrookes $250/kWh at the pack level for 100MWh+ systems. Tesla is moving to fixed and open pricing and terms for all products.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/840096176678420481,[],[],0,,False,1896,96,428,,None,,,,,,,"[{'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +6087,840032197637685249,839762369332985856,1489114257000.0,2017-03-10 02:50:57,+0000,,@mcannonbrookes Tesla will get the system installed and working 100 days from contract signature or it is free. That serious enough for you?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/840032197637685249,[],[],0,,False,15052,599,6035,,None,,,,,,,"[{'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +6088,838569247555014656,838558471972741120,1488765463000.0,2017-03-06 01:57:43,+0000,,@Zedd Will send you one,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/838569247555014656,[],[],0,,False,1163,137,52,,None,,,,,,,"[{'screen_name': 'Zedd', 'name': 'Zedd', 'id': '155705264'}]",,,, +6089,838565081306677249,838558471972741120,1488764469000.0,2017-03-06 01:41:09,+0000,,@SimonaKitzu Self-hatred,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/838565081306677249,[],[],0,,False,4202,131,1145,,None,,,,,,,"[{'screen_name': 'SimonaKitzu', 'name': 'Simona', 'id': '307856673'}]",,,, +6090,838563502386118656,838558471972741120,1488764093000.0,2017-03-06 01:34:53,+0000,,Thanks JJ!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/838563502386118656,[],[],0,,False,2087,143,160,,None,,,,,,,[],,,, +6091,838558471972741120,838558471972741120,1488762894000.0,2017-03-06 01:14:54,+0000,, https://t.co/3YSXZq1EVj,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/838558471972741120,[],['https://pbs.twimg.com/media/C6MofDiUYAI10e_.jpg'],1,https://pbs.twimg.com/media/C6MofDiUYAI10e_.jpg,False,22170,1065,3367,,None,,,,,,,[],,,, +6092,837113202030759937,837113202030759937,1488418314000.0,2017-03-02 01:31:54,+0000,,Thank you for the lovely letter. That sounds like a great idea. We'll do it! https://t.co/ss2WmkOGyk,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/837113202030759937,['https://twitter.com/Writer_StevenL/status/837101983341424640'],[],0,,False,35684,1059,8210,https://twitter.com/Writer_StevenL/status/837101983341424640,None,,,,,,,[],,,, +6093,836443541001797632,836443541001797632,1488258655000.0,2017-02-28 05:10:55,+0000,,SpaceX could not do this without NASA. Can't express enough appreciation. https://t.co/uQpI60zAV7,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/836443541001797632,['https://twitter.com/nasa/status/836376097491202048'],[],0,,False,23548,324,3950,https://twitter.com/nasa/status/836376097491202048,None,,,,,,,[],,,, +6094,836442868180905984,836252475233488896,1488258494000.0,2017-02-28 05:08:14,+0000,,"@jamesatbuzz This is not true. TM works for a lot of people and that's great, but I've maybe done it 7 or 8 times ever.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/836442868180905984,[],[],0,,False,386,36,20,,None,,,,,,,"[{'screen_name': 'jamesatbuzz', 'name': 'James @ Buzz', 'id': '13572882'}]",,,, +6095,836328719165763584,836328719165763584,1488231279000.0,2017-02-27 21:34:39,+0000,,Fly me to the moon ... Ok https://t.co/6QT8m5SHwn,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/836328719165763584,['http://www.spacex.com/news/2017/02/27/spacex-send-privately-crewed-dragon-spacecraft-beyond-moon-next-year'],[],0,,False,50094,2224,26388,,None,,,,,,,[],,,, +6096,836020571490021376,836020571490021376,1488157811000.0,2017-02-27 01:10:11,+0000,,SpaceX announcement tomorrow at 1pm PST,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/836020571490021376,[],[],0,,False,23749,952,5529,,None,,,,,,,[],,,, +6097,835361919775100929,835350234049863680,1488000776000.0,2017-02-25 05:32:56,+0000,,@MacTechGenius of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/835361919775100929,[],[],0,,False,871,44,39,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +6098,835351081945350145,835350234049863680,1487998192000.0,2017-02-25 04:49:52,+0000,,@DueDiamond maybe one of those too,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/835351081945350145,[],[],0,,False,545,21,10,,None,,,,,,,"[{'screen_name': 'DueDiamond', 'name': 'Sam', 'id': '1133223583138885632'}]",,,, +6099,835350234049863680,835350234049863680,1487997990000.0,2017-02-25 04:46:30,+0000,,Roller coasters are awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/835350234049863680,[],[],0,,False,29225,1328,6008,,None,,,,,,,[],,,, +6100,835202594968477696,835188470616322048,1487962790000.0,2017-02-24 18:59:50,+0000,,@johnpaulbrewer Something on a tristate border might work. Gigafactory plus nearby supporting supply chain needs a very large workforce.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/835202594968477696,[],[],0,,False,424,58,39,,None,,,,,,,"[{'screen_name': 'johnpaulbrewer', 'name': 'John Paul Brewer', 'id': '27312724'}]",,,, +6101,835187859158020097,835184123119489028,1487959277000.0,2017-02-24 18:01:17,+0000,,@donbarbieri @GreenCarReports Good chance it will,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/835187859158020097,[],[],0,,False,285,10,17,,None,,,,,,,"[{'screen_name': 'donbarbieri', 'name': 'Don Barbieri', 'id': '29857376'}, {'screen_name': 'GreenCarReports', 'name': 'Green Car Reports', 'id': '22080515'}]",,,, +6102,835187686151315456,835176588144685056,1487959236000.0,2017-02-24 18:00:36,+0000,,@davidshepardson @BW @ATT @ToysRUs Exactly :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/835187686151315456,[],[],0,,False,228,6,7,,None,,,,,,,"[{'screen_name': 'davidshepardson', 'name': 'davidshepardson', 'id': '26283307'}, {'screen_name': 'BW', 'name': 'Businessweek', 'id': '67358777'}, {'screen_name': 'ATT', 'name': 'AT&T', 'id': '14620190'}, {'screen_name': 'ToysRUs', 'name': 'ToysRUs', 'id': '17308994'}]",,,, +6103,835185478512992256,835176588144685056,1487958709000.0,2017-02-24 17:51:49,+0000,,@meganmurp @ChrisFaile @BW I didn't pose for it (hopefully that's obvious) or want me on cover. Tunnel boring machine pic wd be way better,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/835185478512992256,[],[],0,,False,223,11,11,,None,,,,,,,"[{'screen_name': 'meganmurp', 'name': 'Megan Murphy', 'id': '88035633'}, {'screen_name': 'ChrisFaile', 'name': 'Chris Faile', 'id': '16256191'}, {'screen_name': 'BW', 'name': 'Businessweek', 'id': '67358777'}]",,,, +6104,835178020604301313,835176501100314626,1487956931000.0,2017-02-24 17:22:11,+0000,,@adrianvolts Minor improvements update this weekend. High speed autosteer in about two weeks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/835178020604301313,[],[],0,,False,247,15,17,,None,,,,,,,"[{'screen_name': 'adrianvolts', 'name': 'Adrian A. Volts', 'id': '21280851'}]",,,, +6105,834740218531962881,834740218531962881,1487852551000.0,2017-02-23 12:22:31,+0000,,Excellent Tesla Model X review https://t.co/wvog4Pbo1o,fr,[],[],44196397,44196397,elonmusk,Elon Musk,4,12,https://twitter.com/elonmusk/status/834740218531962881,['http://www.chicagotribune.com/classified/automotive/new/sc-tesla-model-x-autoreview-0202-story.html'],[],0,,False,3588,212,807,,None,,,,,,,[],,,, +6106,833411017065394176,833411017065394176,1487535645000.0,2017-02-19 20:20:45,+0000,,Just posted a video https://t.co/RCV7MVi8rs,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/833411017065394176,['https://www.instagram.com/p/BQtNTk4Brqp/'],[],0,,False,15457,1033,6708,,None,,,,,,,[],,,, +6107,833332384913252352,833332384913252352,1487516897000.0,2017-02-19 15:08:17,+0000,, https://t.co/6Ve3YJoStm,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/833332384913252352,[],['https://pbs.twimg.com/media/C5CXYlHUoAUPGwX.jpg'],1,https://pbs.twimg.com/media/C5CXYlHUoAUPGwX.jpg,False,95213,1394,24788,,None,,,,,,,[],,,, +6108,833332058453790720,833332058453790720,1487516819000.0,2017-02-19 15:06:59,+0000,,Baby came back https://t.co/5FRhw3AT2b,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/833332058453790720,['https://www.instagram.com/p/BQspL7Qhv1v/'],[],0,,False,15192,517,3404,,None,,,,,,,[],,,, +6109,833329896168370179,833319209576886272,1487516304000.0,2017-02-19 14:58:24,+0000,,@mattnewby no,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/833329896168370179,[],[],0,,False,337,24,19,,None,,,,,,,"[{'screen_name': 'MattNewby', 'name': 'Matt Newby', 'id': '1324498736144388096'}]",,,, +6110,832995083519614976,832993762125164548,1487436478000.0,2017-02-18 16:47:58,+0000,,@Xuan_Thai System was green for launch. I called it off.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/832995083519614976,[],[],0,,False,975,63,163,,None,,,,,,,"[{'screen_name': 'Xuan_Thai', 'name': 'xuan thai', 'id': '57772600'}]",,,, +6111,832992529872097280,832863988836814848,1487435870000.0,2017-02-18 16:37:50,+0000,,"@spacecom They are often right, but, in this case, we have already retired so much R&D risk on Dragon 2, that I feel very confident of 2018.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/832992529872097280,[],[],0,,False,490,9,53,,None,,,,,,,"[{'screen_name': 'spacecom', 'name': 'Parabolicarc.com', 'id': '18928764'}]",,,, +6112,832986598627106818,832970849791537152,1487434455000.0,2017-02-18 16:14:15,+0000,,"@zperrin99 Uses high pressure bleed off the fuel side (RP-1 kerosene) turbopump, so no dedicated pump or fluid needed",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/832986598627106818,[],[],0,,False,410,21,32,,None,,,,,,,[],,,, +6113,832984361989386240,832970849791537152,1487433922000.0,2017-02-18 16:05:22,+0000,,"Btw, 99% likely to be fine (closed loop TVC wd overcome error), but that 1% chance isn't worth rolling the dice. Better to wait a day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/832984361989386240,[],[],0,,False,7417,280,1042,,None,,,,,,,[],,,, +6114,832979955092819968,832970849791537152,1487432871000.0,2017-02-18 15:47:51,+0000,,"@Zybbby Not obviously related to the (very tiny) helium leak, but also not out of the question",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/832979955092819968,[],[],0,,False,331,8,32,,None,,,,,,,[],,,, +6115,832973218348625920,832970849791537152,1487431265000.0,2017-02-18 15:21:05,+0000,,"If this is the only issue, flight would be fine, but need to make sure that it isn't symptomatic of a more significant upstream root cause",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/832973218348625920,[],[],0,,False,4843,188,741,,None,,,,,,,[],,,, +6116,832970849791537152,832970849791537152,1487430701000.0,2017-02-18 15:11:41,+0000,,"All systems go, except the movement trace of an upper stage engine steering hydraulic piston was slightly odd. Standing down to investigate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/832970849791537152,[],[],0,,False,7701,328,1508,,None,,,,,,,[],,,, +6117,832871068066942976,832871068066942976,1487406911000.0,2017-02-18 08:35:11,+0000,,Counting down to the first SpaceX launch from the Apollo 11 launch pad tomorrow morning (webcast… https://t.co/upjTcmftte,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/832871068066942976,['https://www.instagram.com/p/BQpXxl5BIYX/'],[],0,,False,6233,225,1222,,None,,,,,,,[],,,, +6118,832868838479851521,832868838479851521,1487406379000.0,2017-02-18 08:26:19,+0000,,spacex's photo https://t.co/ImEDAut3nI,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/832868838479851521,['https://instagram.com/p/BQnwNNsFy-3/'],[],0,,False,2362,79,384,,None,,,,,,,[],,,, +6119,832863988836814848,832863988836814848,1487405223000.0,2017-02-18 08:07:03,+0000,,"Provided Dragon 2 demo missions go well, SpaceX is highly confident of being able to fly US astronauts in 2018 https://t.co/usUto6QSi7",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/832863988836814848,['http://www.theverge.com/2017/2/16/14640618/nasa-spacex-boeing-astronaut-iss-2018'],[],0,,False,4915,159,1255,,None,,,,,,,[],,,, +6120,832788691588296705,832647116816150530,1487387271000.0,2017-02-18 03:07:51,+0000,,Looks like we are go for launch. Added an abort trigger at T-60 secs for pressure decay of upper stage helium spin start system.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/832788691588296705,[],[],0,,False,6052,292,954,,None,,,,,,,[],,,, +6121,832647116816150530,832647116816150530,1487353517000.0,2017-02-17 17:45:17,+0000,,"Investigating a (very small) leak in the upper stage. If ok, will launch tomorrow. https://t.co/bQf97lywn4",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/832647116816150530,['https://twitter.com/spacex/status/832644375863717889'],[],0,,False,6695,429,1474,https://twitter.com/spacex/status/832644375863717889,None,,,,,,,[],,,, +6122,832619549937668096,832232018574467075,1487346944000.0,2017-02-17 15:55:44,+0000,,"@emenietti @chafkin Yes, but only deep in solid rock, where the walls are self-supporting and concrete reinforcements arguably aren't needed",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/832619549937668096,[],[],0,,False,218,22,10,,None,,,,,,,"[{'screen_name': 'emenietti', 'name': 'emanuele menietti', 'id': '7697992'}, {'screen_name': 'chafkin', 'name': 'Max Chafkin', 'id': '9717472'}]",,,, +6123,832480331496185857,832375525754626048,1487313752000.0,2017-02-17 06:42:32,+0000,,@sc00bs It's much easier to do the CGI that way,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/832480331496185857,[],[],0,,False,2539,84,533,,None,,,,,,,"[{'screen_name': 'sc00bs', 'name': 'John Brinkman', 'id': '2406701'}]",,,, +6124,832375525754626048,832375525754626048,1487288764000.0,2017-02-16 23:46:04,+0000,,Daylight rocket launch & landing at the Cape this weekend. Will be the 1st SpaceX flight from the Apollo launch pad. https://t.co/Vr5LQjYaPZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/832375525754626048,['http://observer.com/2017/02/spacex-will-fly-a-rocket-back-to-earth-in-broad-daylight-this-weekend/'],[],0,,False,9658,289,2824,,None,,,,,,,[],,,, +6125,832089102266687488,832084402473627650,1487220476000.0,2017-02-16 04:47:56,+0000,,@PhoebeColeman I used that one :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832089102266687488,[],[],0,,False,549,14,13,,None,,,,,,,"[{'screen_name': 'PhoebeColeman', 'name': 'P. Coleman', 'id': '15741626'}]",,,, +6126,832086901704126464,832084402473627650,1487219951000.0,2017-02-16 04:39:11,+0000,,"Ok, what are some good ones? Will have to meter these out. Hopefully, kids can't die from groaning too much.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832086901704126464,[],[],0,,False,5731,1091,442,,None,,,,,,,[],,,, +6127,832086234302341120,832084402473627650,1487219792000.0,2017-02-16 04:36:32,+0000,,@VRGTech @Floydilicious They are doing India proud,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832086234302341120,[],[],0,,False,1168,27,435,,None,,,,,,,"[{'screen_name': 'VRGTech', 'name': 'Vivek Rajagopal', 'id': '786184085597069313'}, {'screen_name': 'Floydilicious', 'name': 'Suj', 'id': '211798382'}]",,,, +6128,832085891715723264,832084402473627650,1487219710000.0,2017-02-16 04:35:10,+0000,,@osiris26 You may come to regret that request :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832085891715723264,[],[],0,,False,393,9,10,,None,,,,,,,"[{'screen_name': 'osiris26', 'name': 'osiris', 'id': '78222118'}]",,,, +6129,832085554619572225,832084402473627650,1487219630000.0,2017-02-16 04:33:50,+0000,,"@LittleDovah Yeah, exactly. So that makes it cool, right!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832085554619572225,[],[],0,,False,371,9,3,,None,,,,,,,"[{'screen_name': 'LittleDovah', 'name': 'Jan Jan (⌐■_■)', 'id': '497685488'}]",,,, +6130,832084918645596166,832084402473627650,1487219478000.0,2017-02-16 04:31:18,+0000,,"@Floydilicious Yeah, awesome achievement by ISRO. Very impressive!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832084918645596166,[],[],0,,False,2084,38,1232,,None,,,,,,,"[{'screen_name': 'Floydilicious', 'name': 'Suj', 'id': '211798382'}]",,,, +6131,832084402473627650,832084402473627650,1487219355000.0,2017-02-16 04:29:15,+0000,,"Apparently, there is this thing called ""Dad jokes"" and I make them",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832084402473627650,[],[],0,,False,23392,726,4319,,None,,,,,,,[],,,, +6132,832082377920778240,832081093532594176,1487218872000.0,2017-02-16 04:21:12,+0000,,"@LudwigMorelos You're right, I can't hide any more! I am Irony Man...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832082377920778240,[],[],0,,False,800,27,102,,None,,,,,,,[],,,, +6133,831972894355828736,831972535709343744,1487192769000.0,2017-02-15 21:06:09,+0000,,@Samcornwell they were earlier drafts that I accidentally published. I said the same thing a week already.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/831972894355828736,[],[],0,,False,418,54,37,,None,,,,,,,"[{'screen_name': 'Samcornwell', 'name': 'Sammy C', 'id': '19046943'}]",,,, +6134,831972613912080384,831969536584806400,1487192703000.0,2017-02-15 21:05:03,+0000,,"In appreciation, Tesla is providing all repair costs free of charge and expedited. https://t.co/D68HNJcCoQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/831972613912080384,['http://jalopnik.com/heroic-driver-sacrifices-his-tesla-to-save-unconscious-1792349590'],[],0,,False,47536,809,13820,,None,,,,,,,[],,,, +6135,831969536584806400,831969536584806400,1487191969000.0,2017-02-15 20:52:49,+0000,,Congrats to the Tesla owner who sacrificed damage to his own car to bring a car with an unconscious driver safely to a stop!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/831969536584806400,[],[],0,,False,34892,428,7205,,None,,,,,,,[],,,, +6136,831692803210096641,831683496695517185,1487125991000.0,2017-02-15 02:33:11,+0000,,@lollieshopMOM Best place to watch is on the Cape causeway,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/831692803210096641,[],[],0,,False,268,22,21,,None,,,,,,,[],,,, +6137,830239445433544704,830198756687572994,1486779483000.0,2017-02-11 02:18:03,+0000,,@SEACityLight @Nas2four Sounds like the Tesla Powerwall (consumer) and Powerpack (utility/commercial) might be useful,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/830239445433544704,[],[],0,,False,702,48,78,,None,,,,,,,"[{'screen_name': 'SEACityLight', 'name': 'Seattle City Light', 'id': '27129359'}, {'screen_name': 'Nas2four', 'name': 'nazir king', 'id': '312805855'}]",,,, +6138,830148763578662916,830148763578662916,1486757863000.0,2017-02-10 20:17:43,+0000,,Falcon 9 rocket now vertical at Cape Canaveral on launch complex 39-A. This is the same launch… https://t.co/wY6dWRcer3,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/830148763578662916,['https://www.instagram.com/p/BQWBz9zgOTP/'],[],0,,False,9059,332,1971,,None,,,,,,,[],,,, +6139,829885356531032064,829873931385442304,1486695062000.0,2017-02-10 02:51:02,+0000,,@accohen @MeganGeuss @arstechnica Exactly. What this person said is untrue.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/829885356531032064,[],[],0,,False,285,30,24,,None,,,,,,,"[{'screen_name': 'accohen', 'name': 'Boymn Accohen', 'id': '1082929561757720578'}, {'screen_name': 'MeganGeuss', 'name': 'megan geuss', 'id': '101915429'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}]",,,, +6140,829861775357071361,829838204492738561,1486689439000.0,2017-02-10 01:17:19,+0000,,"@RusulAlrubail @MarkRuffalo @guardian Please check your facts. Tesla and SpaceX joined as soon as we received the filing, which was Monday.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/829861775357071361,[],[],0,,False,376,21,30,,None,,,,,,,"[{'screen_name': 'RusulAlrubail', 'name': 'Rusul', 'id': '2380961067'}, {'screen_name': 'MarkRuffalo', 'name': 'Mark Ruffalo', 'id': '47285504'}, {'screen_name': 'guardian', 'name': 'The Guardian', 'id': '87818409'}]",,,, +6141,829509777218613248,829505711973421056,1486605517000.0,2017-02-09 01:58:37,+0000,,@dknisely of course it will,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/829509777218613248,[],[],0,,False,212,11,6,,None,,,,,,,"[{'screen_name': 'dknisely', 'name': 'Doug Knisely', 'id': '11784872'}]",,,, +6142,829447188325412866,829444357279342592,1486590594000.0,2017-02-08 21:49:54,+0000,,@SundalJ Should all be uploaded by next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/829447188325412866,[],[],0,,False,244,18,11,,None,,,,,,,"[{'screen_name': 'SundalJ', 'name': 'Jon-Vegar S. Sundal', 'id': '2855285614'}]",,,, +6143,829442592978792448,828981873086865410,1486589499000.0,2017-02-08 21:31:39,+0000,,@sureal808 Motor Trend could only achieve 2.4 sec when they tested the Porsche 918,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/829442592978792448,[],[],0,,False,300,10,19,,None,,,,,,,"[{'screen_name': 'sureal808', 'name': 'sureal808', 'id': '15342282'}]",,,, +6144,829441987686182912,829433874665000960,1486589354000.0,2017-02-08 21:29:14,+0000,,@VoltzCoreAudio I don't know what make you think that's a rocket. It's completely covered in a tarpaulin...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/829441987686182912,[],[],0,,False,749,31,85,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}]",,,, +6145,829396254920568832,829396254920568832,1486578451000.0,2017-02-08 18:27:31,+0000,,George Schultz and Jim Baker article in @WSJ regarding a carbon tax https://t.co/tf2Urgms85,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/829396254920568832,['https://www.wsj.com/articles/a-conservative-answer-to-climate-change-1486512334'],[],0,,False,3165,266,1284,,None,,,,,,,[],,,, +6146,829046669517860869,829045288220315648,1486495103000.0,2017-02-07 19:18:23,+0000,,@BatlaG yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/829046669517860869,[],[],0,,False,192,12,6,,None,,,,,,,"[{'screen_name': 'BatlaG', 'name': 'Greg Batla ™', 'id': '64797812'}]",,,, +6147,829027848434257924,829019448791035904,1486490616000.0,2017-02-07 18:03:36,+0000,,@goel_ishan Hoping for summer this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/829027848434257924,[],[],0,,False,904,135,334,,None,,,,,,,"[{'screen_name': 'goel_ishan', 'name': 'Ishan Goel', 'id': '2875456507'}]",,,, +6148,829015254524792832,829013647011635200,1486487613000.0,2017-02-07 17:13:33,+0000,,"@mdcdave yes, altitude improves performance for electric. Opposite of combustion cars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/829015254524792832,[],[],0,,False,345,11,41,,None,,,,,,,"[{'screen_name': 'mdcdave', 'name': 'MDC Computers', 'id': '155745885'}]",,,, +6149,829002643947167744,828996191740428288,1486484607000.0,2017-02-07 16:23:27,+0000,,"@jovanik21 @Veidit No, will be lower. Wheelbase can't fit 100.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/829002643947167744,[],[],0,,False,261,45,22,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'Veidit', 'name': 'John Angelmo', 'id': '14048865'}]",,,, +6150,828999653886550018,828981873086865410,1486483894000.0,2017-02-07 16:11:34,+0000,,"@jovanik21 Also, Tesla service can remove front trunk liner if you don't use it and improve performance further",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/828999653886550018,[],[],0,,False,358,19,24,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}]",,,, +6151,828998837578526723,828996191740428288,1486483699000.0,2017-02-07 16:08:19,+0000,,"@Veidit No plans to take X, S (or 3) above 100 kWh. Semi necessarily and pickup truck maybe will go above.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/828998837578526723,[],[],0,,False,334,41,58,,None,,,,,,,"[{'screen_name': 'Veidit', 'name': 'John Angelmo', 'id': '14048865'}]",,,, +6152,828984746029912064,828981873086865410,1486480339000.0,2017-02-07 15:12:19,+0000,,@jovanik21 Take out the floor mats and its 2.27. MT said everything had to be standard production.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/828984746029912064,[],[],0,,False,560,26,37,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}]",,,, +6153,828983364543664128,828982012597899264,1486480010000.0,2017-02-07 15:06:50,+0000,,@quick_pi yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/828983364543664128,[],[],0,,False,135,5,4,,None,,,,,,,"[{'screen_name': 'quick_pi', 'name': 'QuickPi', 'id': '4378546935'}]",,,, +6154,828981873086865410,828981873086865410,1486479654000.0,2017-02-07 15:00:54,+0000,,Production Tesla Model S P100DL sets Motor Trend all-time world record to 60 mph in 2.27 sec https://t.co/sxALQrM5Ls,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/828981873086865410,['http://bit.ly/2kmMo3m'],[],0,,False,18906,733,7027,,None,,,,,,,[],,,, +6155,828320620463140865,828320620463140865,1486322000000.0,2017-02-05 19:13:20,+0000,,Signing off now. That was more than enough Twitter trouble for one morning!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/828320620463140865,[],[],0,,False,6327,555,312,,None,,,,,,,[],,,, +6156,828315290782093312,828280866451374085,1486320729000.0,2017-02-05 18:52:09,+0000,,@qriosity_ @MacTechGenius No rare earth metals in battery,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828315290782093312,[],[],0,,False,610,29,65,,None,,,,,,,"[{'screen_name': 'qriosity_', 'name': 'Nick Polyzogopoulos', 'id': '22386697'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +6157,828314791819218944,828293735419109376,1486320610000.0,2017-02-05 18:50:10,+0000,,@camdtor @trylks Almost ready,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828314791819218944,[],[],0,,False,526,9,17,,None,,,,,,,"[{'screen_name': 'trylks', 'name': '\U0001f9be🧠⚗️', 'id': '43387573'}]",,,, +6158,828314321679704066,828280866451374085,1486320498000.0,2017-02-05 18:48:18,+0000,,@MacTechGenius App update is about two weeks out. Linux kernel and browser update probably a month or so. HW2 Autopilot has priority.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828314321679704066,[],[],0,,False,377,18,32,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +6159,828312660299091968,828280866451374085,1486320102000.0,2017-02-05 18:41:42,+0000,,"@FredericLambert Yes, but Model 3 is the overwhelming priority",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828312660299091968,[],[],0,,False,540,43,29,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6160,828312511946567680,828280866451374085,1486320066000.0,2017-02-05 18:41:06,+0000,,@clay_ellis I will post an article he wrote half a century ago about flying through Africa and Asia in his plane. One of my favorite things.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828312511946567680,[],[],0,,False,653,19,25,,None,,,,,,,"[{'screen_name': 'clay_ellis', 'name': 'Clay Ellis', 'id': '318631629'}]",,,, +6161,828309896122789889,828280866451374085,1486319443000.0,2017-02-05 18:30:43,+0000,,@christesla @FredericLambert Almost there. We are just being very careful with the rollout.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828309896122789889,[],[],0,,False,368,7,11,,None,,,,,,,"[{'screen_name': 'christesla', 'name': 'Chris Danks', 'id': '174427901'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6162,828307625632813056,828293735419109376,1486318901000.0,2017-02-05 18:21:41,+0000,,@trylks A lot of terrible things could happen in four years of extremism. Do you really want another war? That's where extremism leads.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828307625632813056,[],[],0,,False,2198,132,258,,None,,,,,,,"[{'screen_name': 'trylks', 'name': '\U0001f9be🧠⚗️', 'id': '43387573'}]",,,, +6163,828305244891336706,828280866451374085,1486318334000.0,2017-02-05 18:12:14,+0000,,"@FredericLambert Yeah, it is hard to convey complex ideas in 140 chars and tone is lost in text",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828305244891336706,[],[],0,,False,544,46,27,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6164,828304178644656129,828292392998600704,1486318079000.0,2017-02-05 18:07:59,+0000,,@CycleTrades @rtoro20 People should push to have as many moderates advising the President as possible. Blind hate is never the right answer.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828304178644656129,[],[],0,,False,1515,64,252,,None,,,,,,,"[{'screen_name': 'CycleTrades', 'name': 'Cycle Trades', 'id': '2981182130'}, {'screen_name': 'rtoro20', 'name': 'Ryan Santoro', 'id': '46449277'}]",,,, +6165,828303494981550082,828280866451374085,1486317916000.0,2017-02-05 18:05:16,+0000,,@Wise1919 @FredericLambert Rolling out a new update today.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828303494981550082,[],[],0,,False,209,8,9,,None,,,,,,,"[{'screen_name': 'Wise1919', 'name': 'Justin Wise', 'id': '391127789'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6166,828303126935568384,828293735419109376,1486317829000.0,2017-02-05 18:03:49,+0000,,@recipher We should try our best,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828303126935568384,[],[],0,,False,551,23,14,,None,,,,,,,"[{'screen_name': 'recipher', 'name': 'Johnny Hall', 'id': '3297881'}]",,,, +6167,828302292520681474,828280866451374085,1486317630000.0,2017-02-05 18:00:30,+0000,,"@iamDeveloper Really? Ok, I will work harder on thinking first and tweeting second. Sorry for anything thoughtless.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828302292520681474,[],[],0,,False,319,18,18,,None,,,,,,,"[{'screen_name': 'iamDeveloper', 'name': 'Satya', 'id': '101431978'}]",,,, +6168,828301829909921792,828280866451374085,1486317520000.0,2017-02-05 17:58:40,+0000,,@martinengwicht @FredericLambert I just had three coffees :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828301829909921792,[],[],0,,False,474,24,36,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6169,828301680596889600,828293735419109376,1486317484000.0,2017-02-05 17:58:04,+0000,,@thelogicbox @IanrossWins Mars is critical for the long-term survival of humanity and life on Earth as we know it,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828301680596889600,[],[],0,,False,1158,85,175,,None,,,,,,,"[{'screen_name': 'thelogicbox', 'name': 'thelogicbox', 'id': '15918067'}, {'screen_name': 'IanrossWins', 'name': 'Ian', 'id': '451696838'}]",,,, +6170,828301040768393216,828280866451374085,1486317331000.0,2017-02-05 17:55:31,+0000,,@seanbroswag @FredericLambert Numeric,ro,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828301040768393216,[],[],0,,False,386,30,12,,None,,,,,,,"[{'screen_name': 'seanbroswag', 'name': 'Sean', 'id': '2547490493'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6171,828300568062021632,828293324817702912,1486317219000.0,2017-02-05 17:53:39,+0000,,@B0Turner Gravimetric energy density of batteries and achieving a high cell mass fraction,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828300568062021632,[],[],0,,False,280,14,14,,None,,,,,,,[],,,, +6172,828300245998116864,828280866451374085,1486317142000.0,2017-02-05 17:52:22,+0000,,"@Travelingmom23 I love Canada! I'm half Canadian. My Mom was born in Regina. My grandfather (her Dad) was American, born in Minnesota.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828300245998116864,[],[],0,,False,809,56,125,,None,,,,,,,"[{'screen_name': 'Travelingmom23', 'name': 'S L', 'id': '1060235814'}]",,,, +6173,828299070154358784,828280866451374085,1486316862000.0,2017-02-05 17:47:42,+0000,,@FredericLambert Me too. I hope to get back to regularly scheduled programming soon ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828299070154358784,[],[],0,,False,998,45,28,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6174,828298780638400512,828280866451374085,1486316793000.0,2017-02-05 17:46:33,+0000,,"@brendangage I agree, great country! Looking forward to taking my kids for a visit. I've heard it is incredibly beautiful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828298780638400512,[],[],0,,False,275,18,6,,None,,,,,,,"[{'screen_name': 'brendangage', 'name': 'Brendan', 'id': '397936380'}]",,,, +6175,828297337353154560,828280866451374085,1486316448000.0,2017-02-05 17:40:48,+0000,,@DaringKid True. Me being one of them :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828297337353154560,[],[],0,,False,337,8,5,,None,,,,,,,[],,,, +6176,828297251026001924,828292728710656001,1486316428000.0,2017-02-05 17:40:28,+0000,,"@marcelsalathe Not perfect & cd be better, but 10th out of 200+ countries with only a 0.08 diff to ""1st"" place means it's essentially on par",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828297251026001924,[],[],0,,False,174,4,4,,None,,,,,,,"[{'screen_name': 'marcelsalathe', 'name': 'Marcel Salathé', 'id': '14177696'}]",,,, +6177,828294008677994496,828280866451374085,1486315655000.0,2017-02-05 17:27:35,+0000,,"@andresantoniop Fair point, sorry",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828294008677994496,[],[],0,,False,245,16,10,,None,,,,,,,[],,,, +6178,828293735419109376,828293735419109376,1486315590000.0,2017-02-05 17:26:30,+0000,,"Activists should be pushing for more moderates to advise President, not fewer. How could having only extremists advise him possibly be good?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828293735419109376,[],[],0,,False,37915,2628,10808,,None,,,,,,,[],,,, +6179,828292305522192384,828280866451374085,1486315249000.0,2017-02-05 17:20:49,+0000,,@BenCam137 @FifthRocket Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828292305522192384,[],[],0,,False,252,3,5,,None,,,,,,,"[{'screen_name': 'FifthRocket', 'name': 'David Watson 🥑', 'id': '755546'}]",,,, +6180,828291884858691584,828280866451374085,1486315148000.0,2017-02-05 17:19:08,+0000,,@AanstadGard Norway is great on all levels. Love Norway!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828291884858691584,[],[],0,,False,467,19,42,,None,,,,,,,[],,,, +6181,828291645548408833,828280866451374085,1486315091000.0,2017-02-05 17:18:11,+0000,,@BullFlags Yeah. And Twitter is a hater Hellscape.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828291645548408833,[],[],0,,False,1064,25,73,,None,,,,,,,"[{'screen_name': 'BullFlags', 'name': 'Don Julio', 'id': '30306064'}]",,,, +6182,828291190965551106,828280866451374085,1486314983000.0,2017-02-05 17:16:23,+0000,,"@W4AS Good grief, I'm not ""working"" for Trump. I'm trying to provide advice that helps take things in a more positive direction.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828291190965551106,[],[],0,,False,1570,68,222,,None,,,,,,,"[{'screen_name': 'W4AS', 'name': 'Seb', 'id': '17078957'}]",,,, +6183,828290224069419010,828280866451374085,1486314752000.0,2017-02-05 17:12:32,+0000,,"@BitterMercy @CallumK24 Actually, I think it's kinda cool :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828290224069419010,[],[],0,,False,302,7,5,,None,,,,,,,"[{'screen_name': 'BitterMercy', 'name': 'C:\\start wearamask.exe', 'id': '2595341719'}, {'screen_name': 'callumk24', 'name': 'CAL', 'id': '1109433097173549057'}]",,,, +6184,828289948767895552,828280866451374085,1486314687000.0,2017-02-05 17:11:27,+0000,,@EricHaegler @iLexomat Isn't that basically like having a jury of peers? That is a default option in the US.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828289948767895552,[],[],0,,False,165,4,4,,None,,,,,,,"[{'screen_name': 'EricHaegler', 'name': 'Eric Haegler', 'id': '396603988'}, {'screen_name': 'iLexomat', 'name': 'Alexander Bättig', 'id': '723654086'}]",,,, +6185,828289487075733504,828280866451374085,1486314577000.0,2017-02-05 17:09:37,+0000,,"@vladsavov Those countries have strong justice systems, but I'd put them roughly on par with US. That rating system conflates many factors.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828289487075733504,[],[],0,,False,190,10,4,,None,,,,,,,"[{'screen_name': 'vladsavov', 'name': 'Vlad Savov', 'id': '75246510'}]",,,, +6186,828287608614744064,828280866451374085,1486314129000.0,2017-02-05 17:02:09,+0000,,@FifthRocket Did you read my tweets? I attacked it hard. Did not defend.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828287608614744064,[],[],0,,False,416,10,11,,None,,,,,,,"[{'screen_name': 'FifthRocket', 'name': 'David Watson 🥑', 'id': '755546'}]",,,, +6187,828287354741936130,828280866451374085,1486314068000.0,2017-02-05 17:01:08,+0000,,@KENEMONICS You're right. Politics is a no-win situation. Somebody is going to hate what you say no matter what that is.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828287354741936130,[],[],0,,False,584,21,62,,None,,,,,,,"[{'screen_name': 'KENEMONICS', 'name': 'KENEMONICS', 'id': '465305234'}]",,,, +6188,828285894570422272,828280866451374085,1486313720000.0,2017-02-05 16:55:20,+0000,,@martinengwicht Also good. There are several that are on par with US. Just don't think any are better. People confuse laws with courts.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828285894570422272,[],[],0,,False,204,13,13,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}]",,,, +6189,828285409675341824,828280866451374085,1486313605000.0,2017-02-05 16:53:25,+0000,,@paulvankeep Mostly anti-drug laws,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828285409675341824,[],[],0,,False,273,10,11,,None,,,,,,,"[{'screen_name': 'paulvankeep', 'name': 'Paul van Keep', 'id': '28678836'}]",,,, +6190,828284802327523328,828280866451374085,1486313460000.0,2017-02-05 16:51:00,+0000,,@zgiarrizzo Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828284802327523328,[],[],0,,False,199,6,3,,None,,,,,,,"[{'screen_name': 'zgiarrizzo', 'name': 'Zack Giarrizzo', 'id': '454567739'}]",,,, +6191,828284631170560000,828280866451374085,1486313419000.0,2017-02-05 16:50:19,+0000,,"@TheLAAdams The laws need to change. Judges are responsible for evaluating whether an action breaks the law, not making law.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828284631170560000,[],[],0,,False,358,16,26,,None,,,,,,,[],,,, +6192,828284048103579651,828280866451374085,1486313280000.0,2017-02-05 16:48:00,+0000,,@humplik The remedy for that is changing the law,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828284048103579651,[],[],0,,False,206,10,12,,None,,,,,,,"[{'screen_name': 'humplik', 'name': 'Glenn Hümplik', 'id': '7479182'}]",,,, +6193,828282768559849473,828280866451374085,1486312975000.0,2017-02-05 16:42:55,+0000,,"@CallumK24 Ok, but what's up the wigs?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828282768559849473,[],[],0,,False,766,18,27,,None,,,,,,,"[{'screen_name': 'callumk24', 'name': 'CAL', 'id': '1109433097173549057'}]",,,, +6194,828282648711802881,828280866451374085,1486312946000.0,2017-02-05 16:42:26,+0000,,@iLexomat There are many good legal systems on par with US. Just don't know any that are better.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828282648711802881,[],[],0,,False,222,16,10,,None,,,,,,,"[{'screen_name': 'iLexomat', 'name': 'Alexander Bättig', 'id': '723654086'}]",,,, +6195,828281953455579136,828280866451374085,1486312781000.0,2017-02-05 16:39:41,+0000,,@Biesseman True!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828281953455579136,[],[],0,,False,213,3,3,,None,,,,,,,"[{'screen_name': 'Biesseman', 'name': 'Curious Brian The 🇨🇦 Renaissance Man', 'id': '247026747'}]",,,, +6196,828280866451374085,828280866451374085,1486312521000.0,2017-02-05 16:35:21,+0000,,"Many in America don't realize how proud they should be of the legal system. Not perfect, but nowhere is the cause of justice better served.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828280866451374085,[],[],0,,False,22205,1141,4942,,None,,,,,,,[],,,, +6197,828018446873006080,828018446873006080,1486249956000.0,2017-02-04 23:12:36,+0000,,Walking down the street and saw this https://t.co/Mpv5j6088K,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/828018446873006080,[],['https://pbs.twimg.com/media/C322YbSVYAA81kp.jpg'],1,https://pbs.twimg.com/media/C322YbSVYAA81kp.jpg,False,26013,530,6705,,None,,,,,,,[],,,, +6198,828004231101706241,827954983710650369,1486246566000.0,2017-02-04 22:16:06,+0000,,@nintendomaniac @alext4627 I wish!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/828004231101706241,[],[],0,,False,819,12,62,,None,,,,,,,"[{'screen_name': 'nintendomaniac', 'name': 'Nintendo Maniac 64', 'id': '14655220'}]",,,, +6199,828002410811494400,827330589191704576,1486246132000.0,2017-02-04 22:08:52,+0000,,"@OldManRiver1800 Then so be it. I'd rather do what I believe is right, than do what appears right simply to avoid criticism.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/828002410811494400,[],[],0,,False,1855,128,363,,None,,,,,,,"[{'screen_name': 'OldManRiver1800', 'name': 'Marky Mark Twain', 'id': '2378693048'}]",,,, +6200,828000753432293376,827954983710650369,1486245737000.0,2017-02-04 22:02:17,+0000,,"@bonnienorman @advandermeer Wow, cool!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/828000753432293376,[],[],0,,False,189,1,5,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}, {'screen_name': 'advandermeer', 'name': 'Ad van der Meer', 'id': '43530516'}]",,,, +6201,828000589082742784,827954983710650369,1486245698000.0,2017-02-04 22:01:38,+0000,,@alext4627 That's exactly what I thought. Love Half-Life.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/828000589082742784,[],[],0,,False,1097,19,136,,None,,,,,,,[],,,, +6202,827999209085403143,827983309359763456,1486245369000.0,2017-02-04 21:56:09,+0000,,@ana_lontana Nuances are important :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/827999209085403143,[],[],0,,False,224,10,4,,None,,,,,,,"[{'screen_name': 'ana_lontana', 'name': 'Ana María Delgado', 'id': '17396488'}]",,,, +6203,827954983710650369,827954983710650369,1486234825000.0,2017-02-04 19:00:25,+0000,,26 ft diameter tunnel running 2 miles under D.C. https://t.co/XFQkioEsg8,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/827954983710650369,[],['https://pbs.twimg.com/media/C318pqsXAAA6iSD.jpg'],1,https://pbs.twimg.com/media/C318pqsXAAA6iSD.jpg,False,11001,696,1744,,None,,,,,,,[],,,, +6204,827928366711967745,827330589191704576,1486228479000.0,2017-02-04 17:14:39,+0000,,@eveegdmann Really don't want to get in politics. I just want to help invent and develop technologies that improve lives. Feels so bizarre.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/827928366711967745,[],[],0,,False,2914,401,397,,None,,,,,,,"[{'screen_name': 'eveegdmann', 'name': 'Eve Egdmann', 'id': '4470469823'}]",,,, +6205,827926509197332484,827330589191704576,1486228036000.0,2017-02-04 17:07:16,+0000,,"@DanielleBloeme Yes, for now, but this should be addressed on all fronts: judicial, legislative and executive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/827926509197332484,[],[],0,,False,383,11,23,,None,,,,,,,"[{'screen_name': 'DanielleBloeme', 'name': 'Danielle ""Preserve Democracy""', 'id': '397528012'}]",,,, +6206,827925653022453760,827330589191704576,1486227832000.0,2017-02-04 17:03:52,+0000,,"In addition, I again raised climate. I believe this is doing good, so will remain on council & keep at it. Doing otherwise would be wrong.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/827925653022453760,[],[],0,,False,22547,1473,2995,,None,,,,,,,[],,,, +6207,827924171661377536,827330589191704576,1486227479000.0,2017-02-04 16:57:59,+0000,,"At my request, the agenda for yesterday's White House meeting went from not mentioning the travel ban to having it be first and foremost",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/827924171661377536,[],[],0,,False,16699,633,2607,,None,,,,,,,[],,,, +6208,827919530638794752,827918790625153024,1486226372000.0,2017-02-04 16:39:32,+0000,,@PeterGleick @business First I've heard of this meeting. Will find out why.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/827919530638794752,[],[],0,,False,218,18,17,,None,,,,,,,"[{'screen_name': 'PeterGleick', 'name': 'Peter Gleick 🇺🇸', 'id': '146123790'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +6209,827849760048558080,827848585639297024,1486209738000.0,2017-02-04 12:02:18,+0000,,@OfficeOfOMAR maybe,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,12,https://twitter.com/elonmusk/status/827849760048558080,[],[],0,,False,709,37,55,,None,,,,,,,[],,,, +6210,827848585639297024,827848585639297024,1486209458000.0,2017-02-04 11:57:38,+0000,,Video of MIT's entrant into the SpaceX Hyperloop competition. Air has been removed from the Hyperloop tube to almost vacuum conditions. https://t.co/bAP7kDKzHs,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/827848585639297024,['https://twitter.com/mithyperloop/status/825871420638978048'],[],0,,False,9893,278,3508,https://twitter.com/mithyperloop/status/825871420638978048,None,,,,,,,[],,,, +6211,827720686911291392,827720686911291392,1486178964000.0,2017-02-04 03:29:24,+0000,,Minecraft https://t.co/lU1YzJjLOZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/827720686911291392,[],['https://pbs.twimg.com/media/C3ynX_OWcAE-DQA.jpg'],1,https://pbs.twimg.com/media/C3ynX_OWcAE-DQA.jpg,False,38435,1131,9124,,None,,,,,,,[],,,, +6212,827692878986100736,827330589191704576,1486172334000.0,2017-02-04 01:38:54,+0000,,"@mcun1 Yes. Green cards & dual citizens already ok. Work & spousal visas not yet, but hopefully soon. This is separate from judicial action.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/827692878986100736,[],[],0,,False,767,69,90,,None,,,,,,,"[{'screen_name': 'MCun1', 'name': 'MrBaconCun1', 'id': '1067930503632875520'}]",,,, +6213,827681242128715777,827330589191704576,1486169560000.0,2017-02-04 00:52:40,+0000,,There has already been and there will be progress on this matter,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/827681242128715777,[],[],0,,False,5466,420,574,,None,,,,,,,[],,,, +6214,827330589191704576,827330589191704576,1486085958000.0,2017-02-03 01:39:18,+0000,,Regarding the meeting at the White House: https://t.co/8b1XH4oW6h,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/827330589191704576,[],['https://pbs.twimg.com/media/C3tErztXUAAS5de.jpg'],1,https://pbs.twimg.com/media/C3tErztXUAAS5de.jpg,False,74068,4608,21417,,None,,,,,,,[],,,, +6215,827236313925496832,827229282648850432,1486063481000.0,2017-02-02 19:24:41,+0000,,@lotte__world yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/827236313925496832,[],[],0,,False,534,51,41,,None,,,,,,,"[{'screen_name': 'lotte__world', 'name': 'Charlotte', 'id': '15969134'}]",,,, +6216,826262139371347968,826201376543879168,1485831219000.0,2017-01-31 02:53:39,+0000,,@SarahFKessler @qz Headline & article is misleading. I said it won't be retracted (ie withdrawn by Pres). It may be revoked by judicial or legislative means.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/826262139371347968,[],[],0,,False,592,86,56,,None,,,,,,,"[{'screen_name': 'SarahFKessler', 'name': 'Sarah Kessler', 'id': '21789052'}, {'screen_name': 'qz', 'name': 'Quartz', 'id': '573918122'}]",,,, +6217,826150838544371712,826149691498729472,1485804683000.0,2017-01-30 19:31:23,+0000,,"@ReesAndersen @FLIxrisk Yes, I believe that is critical to ensure a good future for humanity",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/826150838544371712,[],[],0,,False,539,54,51,,None,,,,,,,"[{'screen_name': 'ReesAndersen', 'name': 'Mark Rees-Andersen', 'id': '1405973106'}, {'screen_name': 'FLIxrisk', 'name': 'Future of Life Institute', 'id': '2540794650'}]",,,, +6218,826149691498729472,826149691498729472,1485804410000.0,2017-01-30 19:26:50,+0000,,Top AI researchers agree on principles for developing benefical AI https://t.co/CATbd4oidF,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/826149691498729472,['https://futureoflife.org/ai-principles/'],[],0,,False,5448,276,2243,,None,,,,,,,[],,,, +6219,826125419527016448,826122945038790656,1485798623000.0,2017-01-30 17:50:23,+0000,,"@inhaleray I agree with creating great jobs, restoring US strength as a great manufacturer of products and anything that makes the future exciting",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/826125419527016448,[],[],0,,False,870,95,181,,None,,,,,,,[],,,, +6220,826121298656964608,826120803024400384,1485797640000.0,2017-01-30 17:34:00,+0000,,"@mcwm @jackclarkSF Yeah, sorry about that :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/826121298656964608,[],[],0,,False,168,3,9,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}, {'screen_name': 'jackclarkSF', 'name': 'Jack Clark', 'id': '86351835'}]",,,, +6221,826020192937340928,825936326264360961,1485773535000.0,2017-01-30 10:52:15,+0000,,"@JacobofAmber Yes, the order is still bad, but it is always important to read the source material",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/826020192937340928,[],[],0,,False,709,93,100,,None,,,,,,,"[{'screen_name': 'JacobofAmber', 'name': 'Jacob Wheeler', 'id': '720275318204805122'}]",,,, +6222,825936326264360961,825936326264360961,1485753539000.0,2017-01-30 05:18:59,+0000,,Reading the source material is better than reading other people's opinions about the source material https://t.co/HKIYKbdb3g,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/825936326264360961,['https://twitter.com/gedamore/status/825931618086899712'],[],0,,False,22326,1726,10097,https://twitter.com/gedamore/status/825931618086899712,None,,,,,,,[],,,, +6223,825843728019435520,825809205244223488,1485731462000.0,2017-01-29 23:11:02,+0000,,@danahull Strategic & Policy Forum,pl,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/825843728019435520,[],[],0,,False,274,33,16,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +6224,825819528080658432,825809205244223488,1485725693000.0,2017-01-29 21:34:53,+0000,,"@danmoran3 @redletterdave Exactly. There is no possibility of retraction, but there is possibility of modification. It's just a non-zero possibility. Don't know more.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/825819528080658432,[],[],0,,False,1161,341,105,,None,,,,,,,"[{'screen_name': 'DANMORAN3', 'name': 'DAN MORAN', 'id': '1068766628303831041'}, {'screen_name': 'redletterdave', 'name': 'dave smith', 'id': '19743466'}]",,,, +6225,825809205244223488,825809205244223488,1485723231000.0,2017-01-29 20:53:51,+0000,,Please read immigration order. Lmk specific amendments. Will seek advisory council consensus & present to President. https://t.co/qLpbsP4lEk,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/825809205244223488,['http://blogs.wsj.com/washwire/2017/01/27/text-of-trump-executive-order-on-barring-refugees/'],[],0,,False,8477,2557,3121,,None,,,,,,,[],,,, +6226,825504408548958208,825502400454594561,1485650562000.0,2017-01-29 00:42:42,+0000,,@ParParV It is not,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/825504408548958208,[],[],0,,False,1609,78,58,,None,,,,,,,"[{'screen_name': 'ParParV', 'name': 'ParPar', 'id': '32648067'}]",,,, +6227,825502618680045568,825502400454594561,1485650136000.0,2017-01-29 00:35:36,+0000,,"Many people negatively affected by this policy are strong supporters of the US. They've done right,not wrong & don't deserve to be rejected.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/825502618680045568,[],[],0,,False,36286,1018,11251,,None,,,,,,,[],,,, +6228,825502400454594561,825502400454594561,1485650084000.0,2017-01-29 00:34:44,+0000,,The blanket entry ban on citizens from certain primarily Muslim countries is not the best way to address the country’s challenges,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/825502400454594561,[],[],0,,False,50325,2257,16918,,None,,,,,,,[],,,, +6229,825212805498302464,825208047559598081,1485581039000.0,2017-01-28 05:23:59,+0000,,"@MiguelGamino @PopSci This is silly. If adding lanes actually did make it worse, that would imply removing lanes makes it better. Obv not true.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/825212805498302464,[],[],0,,False,535,64,46,,None,,,,,,,"[{'screen_name': 'MiguelGamino', 'name': 'Miguel GAMIÑO Jr.', 'id': '100284732'}, {'screen_name': 'PopSci', 'name': 'Popular Science', 'id': '19722699'}]",,,, +6230,825205236956483585,825205236956483585,1485579234000.0,2017-01-28 04:53:54,+0000,,And we start digging the tunnel tonight https://t.co/UYSIU0qg34,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/825205236956483585,['https://twitter.com/hyperloop/status/825204857975894017'],[],0,,False,11557,534,2985,https://twitter.com/hyperloop/status/825204857975894017,None,,,,,,,[],,,, +6231,825048948515549184,825048948515549184,1485541972000.0,2017-01-27 18:32:52,+0000,,Hyperloop pod race happening this weekend at SpaceX HQ (near LAX). We built a ~mile long vacuum tube on our campus big enough to fit people.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/825048948515549184,[],[],0,,False,19052,728,5500,,None,,,,,,,[],,,, +6232,825036546206076928,825034203934908417,1485539015000.0,2017-01-27 17:43:35,+0000,,"@suzie_official Yeah, am hearing this from a lot of people & it's getting me down. I'm just trying to make a positive contribution & hope good comes of it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/825036546206076928,[],[],0,,False,1427,462,139,,None,,,,,,,[],,,, +6233,824300186834898945,824182024479133698,1485363453000.0,2017-01-25 16:57:33,+0000,,"@TheSkinsFactory Earthquakes tend to have the biggest effect on the surface, like waves on water. That's why LA can have a (lame, but getting better) subway.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/824300186834898945,[],[],0,,False,662,69,61,,None,,,,,,,"[{'screen_name': 'TheSkinsFactory', 'name': 'The Skins Factory, Inc.', 'id': '1298444197180116992'}]",,,, +6234,824183010241216512,824182024479133698,1485335516000.0,2017-01-25 09:11:56,+0000,,"@_wsimson Starting across from my desk at SpaceX. Crenshaw and the 105 Freeway, which is 5 mins from LAX",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/824183010241216512,[],[],0,,False,1188,143,139,,None,,,,,,,[],,,, +6235,824182450209386497,824182024479133698,1485335383000.0,2017-01-25 09:09:43,+0000,,@clay_ellis Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/824182450209386497,[],[],0,,False,915,39,53,,None,,,,,,,"[{'screen_name': 'clay_ellis', 'name': 'Clay Ellis', 'id': '318631629'}]",,,, +6236,824182237352562688,824182024479133698,1485335332000.0,2017-01-25 09:08:52,+0000,,@BelovedRevol Maybe next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/824182237352562688,[],[],0,,False,919,58,113,,None,,,,,,,"[{'screen_name': 'BelovedRevol', 'name': 'Revol Devoleb', 'id': '459500607'}]",,,, +6237,824182024479133698,824182024479133698,1485335281000.0,2017-01-25 09:08:01,+0000,,Exciting progress on the tunnel front. Plan to start digging in a month or so.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/824182024479133698,[],[],0,,False,13033,1137,2523,,None,,,,,,,[],,,, +6238,824149662366126087,824149662366126087,1485327566000.0,2017-01-25 06:59:26,+0000,,Rex Tillerson supports a carbon tax. This is what is really needed to move the needle. https://t.co/6ne01TOzs1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/824149662366126087,['https://www.bloomberg.com/news/articles/2015-12-10/watch-elon-musk-agree-with-exxon-time-for-a-carbon-tax'],[],0,,False,6762,533,2256,,None,,,,,,,[],,,, +6239,824147366844436481,824054997507657728,1485327018000.0,2017-01-25 06:50:18,+0000,,@MichaelEMann I'm just saying that we should see what happens first. The actions may be surprising.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/824147366844436481,[],[],0,,False,742,97,96,,None,,,,,,,"[{'screen_name': 'MichaelEMann', 'name': 'Michael E. Mann', 'id': '384923143'}]",,,, +6240,824141566788898817,824054997507657728,1485325635000.0,2017-01-25 06:27:15,+0000,,@MichaelEMann No they don't,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/824141566788898817,[],[],0,,False,416,20,30,,None,,,,,,,"[{'screen_name': 'MichaelEMann', 'name': 'Michael E. Mann', 'id': '384923143'}]",,,, +6241,824125950107545600,824054997507657728,1485321912000.0,2017-01-25 05:25:12,+0000,,@Nivo0o0 Was wondering what those were,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/824125950107545600,[],[],0,,False,884,21,52,,None,,,,,,,"[{'screen_name': 'Nivo0o0', 'name': 'Niv Dror', 'id': '277618799'}]",,,, +6242,824113827679641600,824113827679641600,1485319022000.0,2017-01-25 04:37:02,+0000,,Sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/824113827679641600,[],[],0,,False,25502,1255,11732,,None,,,,,,,[],,,, +6243,824056075217420291,824054997507657728,1485305253000.0,2017-01-25 00:47:33,+0000,,@Michael_McLean That may be a difficult award to decline,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/824056075217420291,[],[],0,,False,957,47,49,,None,,,,,,,"[{'screen_name': 'michael_mclean', 'name': 'Michael Mclean', 'id': '850837863826456576'}]",,,, +6244,824054997507657728,824054997507657728,1485304996000.0,2017-01-25 00:43:16,+0000,,"Tillerson also said that “the risk of climate change does exist” and he believed “action should be taken""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/824054997507657728,[],[],0,,False,8551,700,1986,,None,,,,,,,[],,,, +6245,824054472850583552,823970864999895040,1485304871000.0,2017-01-25 00:41:11,+0000,,"@TheEconomist ... on how to address threats of climate change. They do require a global response.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/824054472850583552,[],[],0,,False,1113,45,217,,None,,,,,,,"[{'screen_name': 'TheEconomist', 'name': 'The Economist', 'id': '5988062'}]",,,, +6246,824054301718777856,823970864999895040,1485304830000.0,2017-01-25 00:40:30,+0000,,"@TheEconomist Tillerson at his confirmation hearing: ""I think it’s important that the United States maintain its seat at the table in the conversation ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/824054301718777856,[],[],0,,False,1028,21,225,,None,,,,,,,"[{'screen_name': 'TheEconomist', 'name': 'The Economist', 'id': '5988062'}]",,,, +6247,824013720967753728,823970864999895040,1485295155000.0,2017-01-24 21:59:15,+0000,,"@redletterdave Ok, fine. Soldier 76. My dark secret is out ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/824013720967753728,[],[],0,,False,4096,115,1433,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'dave smith', 'id': '19743466'}]",,,, +6248,824013269891502080,823970864999895040,1485295047000.0,2017-01-24 21:57:27,+0000,,@danahull I share The Economist's opinion that he should be given the benefit of the doubt unless his actions prove otherwise,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/824013269891502080,[],[],0,,False,1278,76,229,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +6249,824011724357373953,823970864999895040,1485294679000.0,2017-01-24 21:51:19,+0000,,"@danahull Rex is an exceptionally competent executive, understands geopolitics and knows how to win for his team. His team is now the USA.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/824011724357373953,[],[],0,,False,2325,150,812,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +6250,824010489449431040,823970864999895040,1485294384000.0,2017-01-24 21:46:24,+0000,,"@TheEconomist This may sound surprising coming from me, but I agree with The Economist. Rex Tillerson has the potential to be an excellent Sec of State.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/824010489449431040,[],[],0,,False,4296,302,2027,,None,,,,,,,"[{'screen_name': 'TheEconomist', 'name': 'The Economist', 'id': '5988062'}]",,,, +6251,823915595615719424,822922507535560705,1485271760000.0,2017-01-24 15:29:20,+0000,,@dean_arexding There will be a software update this weekend that improves self-calibration ability,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/823915595615719424,[],[],0,,False,278,25,20,,None,,,,,,,"[{'screen_name': 'dean_arexding', 'name': 'Dean', 'id': '796623337292058624'}]",,,, +6252,823727035088416768,823610894387134464,1485226803000.0,2017-01-24 03:00:03,+0000,,"@tsrandall 3 months maybe, 6 months definitely",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/823727035088416768,[],[],0,,False,768,67,159,,None,,,,,,,"[{'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}]",,,, +6253,823632597284691969,823610894387134464,1485204288000.0,2017-01-23 20:44:48,+0000,,"@stephenstohn Yes, safety should improve significantly due to autonomy features, even if regs disallow no driver present",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/823632597284691969,[],[],0,,False,347,13,30,,None,,,,,,,"[{'screen_name': 'stephenstohn', 'name': 'Stephen Stohn', 'id': '18686480'}]",,,, +6254,823234503355158528,822922507535560705,1485109375000.0,2017-01-22 18:22:55,+0000,,"Auto steer limited to 45 mph on highways for now, i.e. heavy traffic, where it is needed most. Limit will raise as we get more data.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/823234503355158528,[],[],0,,False,3515,169,588,,None,,,,,,,[],,,, +6255,823214178458476545,823165260278468608,1485104529000.0,2017-01-22 17:02:09,+0000,,@dnansink40 Autonomy capability should improve via OTA every 2 to 6 weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/823214178458476545,[],[],0,,False,327,10,35,,None,,,,,,,"[{'screen_name': 'dnansink40', 'name': 'Dennis Nansink', 'id': '3241712457'}]",,,, +6256,823213071309029377,823200592193527809,1485104265000.0,2017-01-22 16:57:45,+0000,,@TheSammyyyD For now,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/823213071309029377,[],[],0,,False,133,5,3,,None,,,,,,,[],,,, +6257,823212410022477824,823209518070960128,1485104107000.0,2017-01-22 16:55:07,+0000,,"@HendrikStruik The 100D price takes into account exchange rate shifts, whereas other vehicle prices haven't yet been adjusted",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/823212410022477824,[],[],0,,False,148,7,9,,None,,,,,,,"[{'screen_name': 'HendrikStruik', 'name': 'Hendrik W. Struik', 'id': '236841894'}]",,,, +6258,822985910782283776,822925830154092544,1485050106000.0,2017-01-22 01:55:06,+0000,,@gdoehne @reddit Yes. Block 5 is the final upgrade of the Falcon architecture. Significantly improves performance & ease of reusability. Flies end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/822985910782283776,[],[],0,,False,440,26,75,,None,,,,,,,"[{'screen_name': 'GDoehne', 'name': 'Gitty Doehne', 'id': '993641291614380032'}, {'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}]",,,, +6259,822985098656026624,822922507535560705,1485049912000.0,2017-01-22 01:51:52,+0000,,"@dtweiseth If we applied resources to doing super complex retrofits, our pace of innovation would drop dramatically",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/822985098656026624,[],[],0,,False,480,22,49,,None,,,,,,,"[{'screen_name': 'dtweiseth', 'name': 'David T. Weiseth', 'id': '250917489'}]",,,, +6260,822984601630953477,822922507535560705,1485049794000.0,2017-01-22 01:49:54,+0000,,@dtweiseth Tesla will never stop innovating. People are buying the wrong car if they expect this. There will be major revs every 12 to 18 months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/822984601630953477,[],[],0,,False,871,57,208,,None,,,,,,,"[{'screen_name': 'dtweiseth', 'name': 'David T. Weiseth', 'id': '250917489'}]",,,, +6261,822981755057487872,822922507535560705,1485049115000.0,2017-01-22 01:38:35,+0000,,@RitaChung16 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/822981755057487872,[],[],0,,False,165,9,7,,None,,,,,,,"[{'screen_name': 'RitaChung16', 'name': 'Rita', 'id': '718665555213856768'}]",,,, +6262,822931043141332992,822922507535560705,1485037024000.0,2017-01-21 22:17:04,+0000,,"@VinnyLingham Unfortunately, that would require stripping down the entire car and replacing 300+ parts. Wish there was an easy way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/822931043141332992,[],[],0,,False,305,35,6,,None,,,,,,,"[{'screen_name': 'VinnyLingham', 'name': 'Vinny Lingham', 'id': '1854401'}]",,,, +6263,822930188040142849,822930188040142849,1485036820000.0,2017-01-21 22:13:40,+0000,,Giant X made of Model X's by Tesla owners in China! https://t.co/54wXBKiKvp,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/822930188040142849,['https://twitter.com/electrekco/status/822466243408105472'],[],0,,False,4646,94,753,https://twitter.com/electrekco/status/822466243408105472,None,,,,,,,[],,,, +6264,822926184719609856,822925830154092544,1485035866000.0,2017-01-21 21:57:46,+0000,,@gdoehne Expendable. Future flights will go on Falcon Heavy or the upgraded Falcon 9.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/822926184719609856,[],[],0,,False,286,42,58,,None,,,,,,,"[{'screen_name': 'GDoehne', 'name': 'Gitty Doehne', 'id': '993641291614380032'}]",,,, +6265,822924978441965568,822922507535560705,1485035578000.0,2017-01-21 21:52:58,+0000,,"@jakebathman Car won't complete camera calibration. Working on software solution to adjust image crop dynamically, so camera more robust to pitch angle.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/822924978441965568,[],[],0,,False,246,9,11,,None,,,,,,,"[{'screen_name': 'jakebathman', 'name': 'Jake', 'id': '14718092'}]",,,, +6266,822922507535560705,822922507535560705,1485034989000.0,2017-01-21 21:43:09,+0000,,Autopilot for HW2 rolling out to all HW2 cars today. Please be cautious. Some cars will require adjustment of camera pitch angle by service.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/822922507535560705,[],[],0,,False,6066,240,1122,,None,,,,,,,[],,,, +6267,822908233090072576,822908233090072576,1485031586000.0,2017-01-21 20:46:26,+0000,,Validating a GPU driver fix and camera pitch angle health check for HW2,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/822908233090072576,[],[],0,,False,2401,134,251,,None,,,,,,,[],,,, +6268,822180663285514240,822152275238027269,1484858120000.0,2017-01-19 20:35:20,+0000,,"@UKPJD Similar to SpaceX, the T is like a cross section of an electric motor, just as the X is like a rocket trajectory",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/822180663285514240,[],[],0,,False,907,56,164,,None,,,,,,,"[{'screen_name': 'UKPJD', 'name': 'Peter James Dean', 'id': '54604519'}]",,,, +6269,822131228585271296,822129092036206592,1484846334000.0,2017-01-19 17:18:54,+0000,,@TOCHOTE Our target is a 90% reduction with HW2 as the software matures,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822131228585271296,[],[],0,,False,612,22,78,,None,,,,,,,"[{'screen_name': 'ToChote', 'name': 'chote_to', 'id': '1151874224295776257'}]",,,, +6270,822130935587999748,822129092036206592,1484846264000.0,2017-01-19 17:17:44,+0000,,"@cameronrad Not specifically, but there have been several incidences of pedestrian and bicyclist lives saved by Autopilot",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822130935587999748,[],[],0,,False,420,8,46,,None,,,,,,,"[{'screen_name': 'cameronrad', 'name': 'Cameron Rad', 'id': '14438170'}]",,,, +6271,822130440668446720,822128741228756992,1484846146000.0,2017-01-19 17:15:46,+0000,,@ModularLifeSys @NHTSAgov It might. Am not sure.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822130440668446720,[],[],0,,False,169,7,8,,None,,,,,,,"[{'screen_name': 'NHTSAgov', 'name': 'nhtsagov', 'id': '49706919'}]",,,, +6272,822129390729326593,822128741228756992,1484845895000.0,2017-01-19 17:11:35,+0000,,@gavinnwaters Looking good so far. Should roll out this weekend.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822129390729326593,[],[],0,,False,226,17,14,,None,,,,,,,"[{'screen_name': 'gavinnwaters', 'name': 'Gavin Waters', 'id': '263224582'}]",,,, +6273,822129092036206592,822129092036206592,1484845824000.0,2017-01-19 17:10:24,+0000,,Report highlight: “The data show that the Tesla vehicles crash rate dropped by almost 40 percent after Autosteer installation.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822129092036206592,[],[],0,,False,12265,242,3075,,None,,,,,,,[],,,, +6274,822128741228756992,822128741228756992,1484845740000.0,2017-01-19 17:09:00,+0000,,Final report on Autopilot issued by @NHTSAgov is very positive https://t.co/KsOZSrr3l9,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822128741228756992,['https://static.nhtsa.gov/odi/inv/2016/INCLA-PE16007-7876.PDF'],[],0,,False,2599,86,637,,None,,,,,,,[],,,, +6275,822112771940618240,822077866661687296,1484841933000.0,2017-01-19 16:05:33,+0000,,@visakanv One million,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/822112771940618240,[],[],0,,False,243,20,16,,None,,,,,,,"[{'screen_name': 'visakanv', 'name': 'visa is working on @introspectVV', 'id': '16884623'}]",,,, +6276,821626149591810048,821626149591810048,1484725913000.0,2017-01-18 07:51:53,+0000,,Falcon before launch https://t.co/QqxvtBijoF,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/821626149591810048,['https://www.instagram.com/p/BPZeLbtAzOW/'],[],0,,False,3948,187,794,,None,,,,,,,[],,,, +6277,820935727651241986,820934434002063361,1484561304000.0,2017-01-16 10:08:24,+0000,,@FellipeC Not the ideal ending,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/820935727651241986,[],[],0,,False,188,25,11,,None,,,,,,,"[{'screen_name': 'FellipeC', 'name': 'Mentor', 'id': '34777829'}]",,,, +6278,820935404945715200,820932361915203585,1484561227000.0,2017-01-16 10:07:07,+0000,,@OlivierW4 There will be many improvements to HW1 over the course of the year,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/820935404945715200,[],[],0,,False,246,16,21,,None,,,,,,,"[{'screen_name': 'OlivierW4', 'name': 'Olivier Willemsen', 'id': '131291359'}]",,,, +6279,820935108857212928,820932361915203585,1484561156000.0,2017-01-16 10:05:56,+0000,,@craighamnett Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/820935108857212928,[],[],0,,False,156,3,4,,None,,,,,,,"[{'screen_name': 'craighamnett', 'name': 'Craig Hamnett', 'id': '1589151'}]",,,, +6280,820934816820436992,820934434002063361,1484561087000.0,2017-01-16 10:04:47,+0000,,"@Brian_Ashcraft Yeah, it has a lot of potential",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/820934816820436992,[],[],0,,False,235,5,14,,None,,,,,,,"[{'screen_name': 'Brian_Ashcraft', 'name': 'Brian Ashcraft', 'id': '18762284'}]",,,, +6281,820934434002063361,820934434002063361,1484560995000.0,2017-01-16 10:03:15,+0000,,"Rewatched ""Ghost in the Shell"" and the end of ""Colossus: The Forbin Project"" https://t.co/ZVUR5RzE5C",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/820934434002063361,['https://m.youtube.com/watch?list=PLK9Tfk-9X7X7xvzDfkXUUHb6mjqJuUgSS&v=Pt_i-aW4s9A'],[],0,,False,3411,214,466,,None,,,,,,,[],,,, +6282,820932361915203585,820932361915203585,1484560501000.0,2017-01-16 09:55:01,+0000,,"HW2 Autopilot now downloading to all HW2 cars, but in non-actuating mode to assess reliability. If looks good, actuation by end of week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/820932361915203585,[],[],0,,False,4410,168,678,,None,,,,,,,[],,,, +6283,820759138036695040,820348655613800448,1484519202000.0,2017-01-15 22:26:42,+0000,,@JimDeKort @SpaceX Rotates 180 degrees and does a retro burn,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/820759138036695040,[],[],0,,False,217,19,17,,None,,,,,,,"[{'screen_name': 'JimDeKort', 'name': 'Jim de Kort', 'id': '4828428419'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6284,820534283437621248,820348655613800448,1484465592000.0,2017-01-15 07:33:12,+0000,,@JimDeKort @SpaceX It does,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/820534283437621248,[],[],0,,False,314,26,17,,None,,,,,,,"[{'screen_name': 'JimDeKort', 'name': 'Jim de Kort', 'id': '4828428419'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6285,820494936051097602,820494936051097602,1484456211000.0,2017-01-15 04:56:51,+0000,,Liftoff https://t.co/pcVJOvFHY2,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/820494936051097602,[],['https://pbs.twimg.com/media/C2L7ygUUUAA1Ae9.jpg'],1,https://pbs.twimg.com/media/C2L7ygUUUAA1Ae9.jpg,False,39533,724,8965,,None,,,,,,,[],,,, +6286,820347961427173376,820346008068452352,1484421169000.0,2017-01-14 19:12:49,+0000,,All satellites deployed,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/820347961427173376,[],[],0,,False,15767,622,2795,,None,,,,,,,[],,,, +6287,820346008068452352,820346008068452352,1484420704000.0,2017-01-14 19:05:04,+0000,,Mission looks good. Started deploying the 10 Iridium satellites. Rocket is stable on the droneship.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/820346008068452352,[],[],0,,False,19720,512,3432,,None,,,,,,,[],,,, +6288,819664721888452608,819609111801139200,1484258272000.0,2017-01-12 21:57:52,+0000,,@brandonr182 @sama Have you tried steam engines? They are amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819664721888452608,[],[],0,,False,2274,88,272,,None,,,,,,,"[{'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +6289,819664369818578944,819609111801139200,1484258189000.0,2017-01-12 21:56:29,+0000,,@MotorTrend Sarah should be in contact with you soon about doing a benchmark test,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819664369818578944,[],[],0,,False,413,15,26,,None,,,,,,,"[{'screen_name': 'MotorTrend', 'name': 'motortrend', 'id': '25383000'}]",,,, +6290,819663998878564352,819647197818011648,1484258100000.0,2017-01-12 21:55:00,+0000,,@gurnam @brianstucki @reddit It is,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819663998878564352,[],[],0,,False,145,11,6,,None,,,,,,,"[{'screen_name': 'gurnam', 'name': 'Gurnam Bedi', 'id': '10001062'}, {'screen_name': 'brianstucki', 'name': 'Brian Stucki', 'id': '14448894'}, {'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}]",,,, +6291,819663807827955712,819652346624020481,1484258055000.0,2017-01-12 21:54:15,+0000,,"@JRMYGRNBRGR Hopefully, early next week. Results from limited release look good so far. Trying our best to be super careful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819663807827955712,[],[],0,,False,181,7,11,,None,,,,,,,"[{'screen_name': 'JRMYGRNBRGR', 'name': 'Jeremy Greenberger', 'id': '703419529964199936'}]",,,, +6292,819661044867944448,819609111801139200,1484257396000.0,2017-01-12 21:43:16,+0000,,"@trevoclark Good point. 2.34 would be a production Tesla. Stripped down, maybe as low as 2.1.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819661044867944448,[],[],0,,False,509,33,77,,None,,,,,,,"[{'screen_name': 'trevoclark', 'name': 'Trevor Clark', 'id': '68313770'}]",,,, +6293,819660611357319170,819609111801139200,1484257292000.0,2017-01-12 21:41:32,+0000,,@robsmallshire @ClareMacraeUK It will,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819660611357319170,[],[],0,,False,213,4,8,,None,,,,,,,"[{'screen_name': 'robsmallshire', 'name': 'Robert Smallshire', 'id': '52413000'}, {'screen_name': 'ClareMacraeUK', 'name': 'Clare Macrae', 'id': '249114699'}]",,,, +6294,819609111801139200,819609111801139200,1484245014000.0,2017-01-12 18:16:54,+0000,,Promising early results from the Ludricrous Easter egg. Looks like 0 to 60 mph in 2.34 sec (Motor Trend spec) might be achievable...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/819609111801139200,[],[],0,,False,11236,466,2252,,None,,,,,,,[],,,, +6295,819606921824980992,818090148608868353,1484244492000.0,2017-01-12 18:08:12,+0000,,"@mjreddyMD If the results look good from the latest point release, then we are days away from a release to all HW1 and to all HW2 early next week",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/819606921824980992,[],[],0,,False,180,9,12,,None,,,,,,,"[{'screen_name': 'mjreddyMD', 'name': 'Madhu Reddy', 'id': '325811733'}]",,,, +6296,819016779728945152,818941362171158528,1484103791000.0,2017-01-11 03:03:11,+0000,,@redletterdave The least cool characters...it's embarrassing,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/819016779728945152,[],[],0,,False,332,27,27,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'Dave', 'id': '19743466'}]",,,, +6297,819014115943272448,818969276035964929,1484103156000.0,2017-01-11 02:52:36,+0000,,@mbhnyc It will in an upcoming release later this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/819014115943272448,[],[],0,,False,209,9,11,,None,,,,,,,"[{'screen_name': 'mbhnyc', 'name': 'Matthew Hensrud', 'id': '23398762'}]",,,, +6298,818980920308822016,818941362171158528,1484095241000.0,2017-01-11 00:40:41,+0000,,@TeslaMotors Tesla's approach to building an autonomy platform is focused on high compute efficiency machine learning. Primarily vision w radar & sonar.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/818980920308822016,[],[],0,,False,1798,95,303,,None,,,,,,,[],,,, +6299,818969933916708864,818969276035964929,1484092622000.0,2017-01-10 23:57:02,+0000,,@matt_mantyla @TeslaMotors Increasing capacity at existing Supercharger locations now has top priority. Some are overflowing while a nearby one is empty.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/818969933916708864,[],[],0,,False,260,36,30,,None,,,,,,,"[{'screen_name': 'matt_mantyla', 'name': 'Matt', 'id': '15234515'}]",,,, +6300,818091443512221696,818090148608868353,1483883174000.0,2017-01-08 13:46:14,+0000,,"@OlivierW4 Longitudinal control will, but lateral (steering) control will cap at 35 mph for a bit longer. Will raise after full fleet data rolls in.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,13,https://twitter.com/elonmusk/status/818091443512221696,[],[],0,,False,333,23,28,,None,,,,,,,"[{'screen_name': 'OlivierW4', 'name': 'Olivier Willemsen', 'id': '131291359'}]",,,, +6301,818090689233711104,818090148608868353,1483882994000.0,2017-01-08 13:43:14,+0000,,"If all looks good, HW2 Autopilot functionality will switch from shadow to active mode by end of week for cars beyond initial 1000",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,13,https://twitter.com/elonmusk/status/818090689233711104,[],[],0,,False,2944,139,504,,None,,,,,,,[],,,, +6302,818090148608868353,818090148608868353,1483882865000.0,2017-01-08 13:41:05,+0000,,New rev for Autopilot HW2 rolling out Mon to first 1000 & to rest of fleet in shadow mode. Also improves HW1 and enables Ludicrous+.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,13,https://twitter.com/elonmusk/status/818090148608868353,[],[],0,,False,6092,224,989,,None,,,,,,,[],,,, +6303,817580438558359552,817123579343028227,1483761341000.0,2017-01-07 03:55:41,+0000,,@fatihorhan @SpaceX That was a great game,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/817580438558359552,[],[],0,,False,247,16,25,,None,,,,,,,"[{'screen_name': 'fatihorhan', 'name': 'Fatih Orhan', 'id': '15467184'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6304,817509115555643392,817433160778715139,1483744336000.0,2017-01-06 23:12:16,+0000,,@pensasoda https://t.co/6Ies7xBuBs via @WIRED,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/817509115555643392,['https://www.wired.com/2016/12/trumps-chief-strategist-ran-massive-climate-experiment/'],[],0,,False,247,27,80,,None,,,,,,,"[{'screen_name': 'pensasoda', 'name': 'Brutally Honest', 'id': '13370022'}]",,,, +6305,817123579343028227,817123579343028227,1483652417000.0,2017-01-05 21:40:17,+0000,,Hold-down firing of @SpaceX Falcon 9 at Vandenberg Air Force completed. All systems are go for launch next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/817123579343028227,[],[],0,,False,14041,469,2873,,None,,,,,,,[],,,, +6306,815309075445485568,815023208235560961,1483219805000.0,2016-12-31 21:30:05,+0000,,HW2 Autopilot software uploading to 1000 cars this eve. Will then hold to verify no field issues and upload to rest of fleet next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/815309075445485568,[],[],0,,False,3549,276,633,,None,,,,,,,[],,,, +6307,815026557282463744,815023208235560961,1483152448000.0,2016-12-31 02:47:28,+0000,,"@vicentes @DragTimes Late Jan, along with Linux kernel upgrade",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/815026557282463744,[],[],0,,False,331,24,27,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'DragTimes', 'name': 'DragTimes', 'id': '23934755'}]",,,, +6308,815024796362686464,815023208235560961,1483152028000.0,2016-12-31 02:40:28,+0000,,"@DragTimes Yes, but held up by Autopilot . It def works tho in shaving 0.1 sec off 0-60mph & 1/4 mile. If AP goes tmrw, then perf upgrade goes Thurs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/815024796362686464,[],[],0,,False,360,13,29,,None,,,,,,,"[{'screen_name': 'DragTimes', 'name': 'DragTimes', 'id': '23934755'}]",,,, +6309,815023208235560961,815023208235560961,1483151649000.0,2016-12-31 02:34:09,+0000,,"Resolving an Autopilot HW2 bug that shows up when booting from a subzero cold-soak. If that fix works, software will start uploading tmrw.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/815023208235560961,[],[],0,,False,6572,288,800,,None,,,,,,,[],,,, +6310,814919997088665600,814919997088665600,1483127042000.0,2016-12-30 19:44:02,+0000,,Churchill (non) quotes https://t.co/avA4YD6K6g,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/814919997088665600,['http://paleofuture.gizmodo.com/9-quotes-from-winston-churchill-that-are-totally-fake-1790585636?utm_campaign=socialflow_gizmodo_twitter&utm_source=gizmodo_twitter&utm_medium=socialflow'],[],0,,False,2105,131,620,,None,,,,,,,[],,,, +6311,814627513062170624,814610846592679936,1483057308000.0,2016-12-30 00:21:48,+0000,,@andrewket Almost there. Undergoing final validation. Might go out in next few days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/814627513062170624,[],[],0,,False,291,26,28,,None,,,,,,,"[{'screen_name': 'andrewket', 'name': 'Andrew Doane', 'id': '14207320'}]",,,, +6312,812800512743514113,812463378270588928,1482621717000.0,2016-12-24 23:21:57,+0000,,Deus ex machina on the center screen when it ends,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/812800512743514113,[],[],0,,False,2346,118,353,,None,,,,,,,[],,,, +6313,812751450522562560,812707149252034560,1482610020000.0,2016-12-24 20:07:00,+0000,,@quipme Occasional existential dread is inevitable if you think at all about the future,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/812751450522562560,[],[],0,,False,1206,46,404,,None,,,,,,,"[{'screen_name': 'quipme', 'name': 'Vladimír Zejda', 'id': '46434226'}]",,,, +6314,812709917823934464,812703873035108352,1482600118000.0,2016-12-24 17:21:58,+0000,,"@djsearle @FredericLambert Yes, grid won't be needed for moderate use Superchargers in non-snowy regions",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/812709917823934464,[],[],0,,False,341,14,42,,None,,,,,,,"[{'screen_name': 'djsearle', 'name': 'Damon Searle', 'id': '35442261'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6315,812708946225963008,812703873035108352,1482599886000.0,2016-12-24 17:18:06,+0000,,"@FredericLambert A mere 350 kW ... what are you referring to, a children's toy?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/812708946225963008,[],[],0,,False,1638,124,315,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6316,812708330304978944,812707149252034560,1482599739000.0,2016-12-24 17:15:39,+0000,,@yamenalhaddad Brain is full right now and that's a hard one,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/812708330304978944,[],[],0,,False,427,29,29,,None,,,,,,,"[{'screen_name': 'yamenalhaddad', 'name': 'Yamenalhaddad', 'id': '781773394434031617'}]",,,, +6317,812707766653460480,812703873035108352,1482599605000.0,2016-12-24 17:13:25,+0000,,"@FredericLambert There are some installed already, but full rollout really needs Supercharger V3 and Powerpack V2, plus SolarCity. Pieces now in place.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/812707766653460480,[],[],0,,False,606,31,92,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6318,812703071427960833,812700494418313216,1482598486000.0,2016-12-24 16:54:46,+0000,,"@ddaogaru If you don't like the P100DL, you can give it back",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812703071427960833,[],[],0,,False,397,16,23,,None,,,,,,,"[{'screen_name': 'ddaogaru', 'name': 'Dan Daogaru', 'id': '198920019'}]",,,, +6319,812699726462103552,812463378270588928,1482597688000.0,2016-12-24 16:41:28,+0000,,@wpconner Good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812699726462103552,[],[],0,,False,222,3,6,,None,,,,,,,"[{'screen_name': 'wpconner', 'name': 'Will Conner', 'id': '1351114530'}]",,,, +6320,812693284082487296,812689342716137472,1482596152000.0,2016-12-24 16:15:52,+0000,,@mwangltg Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812693284082487296,[],[],0,,False,152,7,5,,None,,,,,,,"[{'screen_name': 'mwangltg', 'name': 'Michael Wang', 'id': '131912246'}]",,,, +6321,812691977217024004,812674361220075521,1482595841000.0,2016-12-24 16:10:41,+0000,,"@SweensChris Should complete in 2017. One is def planned for Swift Current, near my cousin's wheat farm where I had my 18th bday.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812691977217024004,[],[],0,,False,317,17,31,,None,,,,,,,"[{'screen_name': 'SweensChris', 'name': 'Chris Sweeney', 'id': '186966388'}]",,,, +6322,812690163985891328,812676453582118913,1482595408000.0,2016-12-24 16:03:28,+0000,,"@darkdude203 It is keyed off the volume of music in the car. If you turn that down w left scroll wheel, it will be quieter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812690163985891328,[],[],0,,False,134,2,4,,None,,,,,,,"[{'screen_name': 'darkdude203', 'name': 'Jordan Reed', 'id': '30341275'}]",,,, +6323,812689800704598016,812680637131931649,1482595322000.0,2016-12-24 16:02:02,+0000,,@CMaggiore50 Typing Mars after holding down the T symbol on the center console works on S and X. Also try renaming your car 42.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812689800704598016,[],[],0,,False,258,8,26,,None,,,,,,,"[{'screen_name': 'CMaggiore50', 'name': 'Chris Maggiore', 'id': '3057319156'}]",,,, +6324,812688616396705792,812463378270588928,1482595039000.0,2016-12-24 15:57:19,+0000,,"Make sure your car is connected to wifi for the update. Will update over its cell connection too, but takes much longer.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/812688616396705792,[],[],0,,False,2291,124,315,,None,,,,,,,[],,,, +6325,812463378270588928,812463378270588928,1482541338000.0,2016-12-24 01:02:18,+0000,,"To activate the Model X holiday performance, just type holidays or ModelXmas after pressing the logo. Also, Mars. https://t.co/8Cy7YPlECX",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/812463378270588928,[],['https://pbs.twimg.com/tweet_video_thumb/C0ZzHkwUcAE44gm.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/C0ZzHkwUcAE44gm.jpg,False,14668,500,4478,,None,,,,,,,[],,,, +6326,812462363462889472,812461532680310786,1482541096000.0,2016-12-24 00:58:16,+0000,,@CJDSB Looking promising for next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/812462363462889472,[],[],0,,False,128,4,6,,None,,,,,,,"[{'screen_name': 'CJDSB', 'name': 'Chris', 'id': '79201004'}]",,,, +6327,812441273013452800,812315533051908097,1482536068000.0,2016-12-23 23:34:28,+0000,,"@pcwizardllc No major precipitating event, but people in general were going a bit too fast on winding roads",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/812441273013452800,[],[],0,,False,137,11,8,,None,,,,,,,"[{'screen_name': 'pcwizardllc', 'name': 'Jeff Putnam', 'id': '916313172'}]",,,, +6328,812440156531662848,812439179779014656,1482535802000.0,2016-12-23 23:30:02,+0000,,"@jelleprins Some years away, but yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/812440156531662848,[],[],0,,False,269,11,25,,None,,,,,,,"[{'screen_name': 'jelleprins', 'name': 'Jelle Prins', 'id': '16546619'}]",,,, +6329,812439958430453760,812315533051908097,1482535755000.0,2016-12-23 23:29:15,+0000,,"@pcwizardllc Will be restored soon where there is a lead vehicle, ie you are being overtaken a lot due to true traffic speed being higher than the sign",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/812439958430453760,[],[],0,,False,132,9,9,,None,,,,,,,"[{'screen_name': 'pcwizardllc', 'name': 'Jeff Putnam', 'id': '916313172'}]",,,, +6330,812106617072152577,811738008969842689,1482456280000.0,2016-12-23 01:24:40,+0000,,@Thebeazles Night is easy. Twilight is hardest.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812106617072152577,[],[],0,,False,315,27,25,,None,,,,,,,"[{'screen_name': 'Thebeazles', 'name': 'Josh Beasley', 'id': '399815702'}]",,,, +6331,812106490395824128,811738008969842689,1482456250000.0,2016-12-23 01:24:10,+0000,,@vicentes That is actually rolling out to all Model X's right now,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812106490395824128,[],[],0,,False,198,14,8,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +6332,812106365816553472,811738008969842689,1482456220000.0,2016-12-23 01:23:40,+0000,,@vicentes Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812106365816553472,[],[],0,,False,131,2,2,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +6333,812105546144694276,812100302316781568,1482456025000.0,2016-12-23 01:20:25,+0000,,"@SamLawrence 8.1, which hopefully goes out next week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812105546144694276,[],[],0,,False,140,5,4,,None,,,,,,,"[{'screen_name': 'SamLawrence', 'name': 'Sam Lawrence', 'id': '7462572'}]",,,, +6334,812105176391684096,811738008969842689,1482455936000.0,2016-12-23 01:18:56,+0000,,@DragTimes Hoping for next week. Also going through validation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812105176391684096,[],[],0,,False,198,7,7,,None,,,,,,,"[{'screen_name': 'DragTimes', 'name': 'DragTimes', 'id': '23934755'}]",,,, +6335,812100877708234752,811738008969842689,1482454912000.0,2016-12-23 01:01:52,+0000,,Looks like we might be ready to rollout most of Autopilot functionality for HW2 towards the end of next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812100877708234752,[],[],0,,False,4470,182,751,,None,,,,,,,[],,,, +6336,812043953281171456,812043953281171456,1482441340000.0,2016-12-22 21:15:40,+0000,,Tesla receives highest owner satisfaction score of any carmaker in Consumer Reports survey https://t.co/NpJYkz8MgA,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/812043953281171456,['http://www.consumerreports.org/car-reliability-owner-satisfaction/car-brands-ranked-by-satisfaction/'],[],0,,False,7306,227,1654,,None,,,,,,,[],,,, +6337,811738008969842689,811738008969842689,1482368397000.0,2016-12-22 00:59:57,+0000,,Tesla Autopilot vision neural net now working well. Just need to get a lot of road time to validate in a wide range of environments.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/811738008969842689,[],[],0,,False,16239,671,3410,,None,,,,,,,[],,,, +6338,811609084491243520,811597372748943360,1482337659000.0,2016-12-21 16:27:39,+0000,,@slackmds In work,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/811609084491243520,[],[],0,,False,182,11,3,,None,,,,,,,"[{'screen_name': 'slackmds', 'name': 'David Slackman', 'id': '43400649'}]",,,, +6339,810337066504650752,810336603126333441,1482034386000.0,2016-12-18 04:13:06,+0000,,@adrianvolts @TeslaMotors @TeslaMotorsClub @Teslarati Tesla software team is working seven days a week to complete testing and validation. Getting close.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/810337066504650752,[],[],0,,False,656,44,72,,None,,,,,,,"[{'screen_name': 'adrianvolts', 'name': 'Adrian A. Volts', 'id': '21280851'}, {'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +6340,810333083291492352,810332438140289024,1482033436000.0,2016-12-18 03:57:16,+0000,,@ChromeJS10 Should start changing soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/810333083291492352,[],[],0,,False,305,16,6,,None,,,,,,,[],,,, +6341,810156881662590981,810108760010043392,1481991427000.0,2016-12-17 16:17:07,+0000,,I am actually going to do this,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/810156881662590981,[],[],0,,False,19358,1527,4729,,None,,,,,,,[],,,, +6342,810135528783937537,809928318212571136,1481986336000.0,2016-12-17 14:52:16,+0000,,"@TeslaMotors We are going to modify this so that people only pay a fee if most bays are occupied. If the site is basically deserted, no problem to park.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/810135528783937537,[],[],0,,False,3007,292,394,,None,,,,,,,[],,,, +6343,810126493326209025,810126493326209025,1481984182000.0,2016-12-17 14:16:22,+0000,,"Boring, it's what we do",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/810126493326209025,[],[],0,,False,14525,628,3730,,None,,,,,,,[],,,, +6344,810126376871297024,810126376871297024,1481984154000.0,2016-12-17 14:15:54,+0000,,"It shall be called ""The Boring Company""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/810126376871297024,[],[],0,,False,16087,454,3662,,None,,,,,,,[],,,, +6345,810108760010043392,810108760010043392,1481979954000.0,2016-12-17 13:05:54,+0000,,Traffic is driving me nuts. Am going to build a tunnel boring machine and just start digging...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/810108760010043392,[],[],0,,False,38909,2514,11465,,None,,,,,,,[],,,, +6346,807787237840592896,807782090880086016,1481426460000.0,2016-12-11 03:21:00,+0000,,@loic You too :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/807787237840592896,[],[],0,,False,542,48,21,,None,,,,,,,"[{'screen_name': 'loic', 'name': 'Loic Le Meur', 'id': '740983'}]",,,, +6347,807787096727425024,807782090880086016,1481426426000.0,2016-12-11 03:20:26,+0000,,"@loic You're right, this is becoming an issue. Supercharger spots are meant for charging, not parking. Will take action.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/807787096727425024,[],[],0,,False,1980,208,217,,None,,,,,,,"[{'screen_name': 'loic', 'name': 'Loic Le Meur', 'id': '740983'}]",,,, +6348,807354766804168706,807354766804168706,1481323350000.0,2016-12-09 22:42:30,+0000,,Forming a rocket nozzle https://t.co/QrpcVyHAXr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/807354766804168706,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/807354725582544896/pu/img/t1O87CVq7gupGNHe.jpg,False,32699,772,11387,,None,,,,,,,[],,,, +6349,806974400465539072,806974400465539072,1481232664000.0,2016-12-08 21:31:04,+0000,,A life well lived https://t.co/NZcRZUDroH,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/806974400465539072,['https://twitter.com/nasa/status/806960800669794305'],[],0,,False,10981,135,2649,https://twitter.com/nasa/status/806960800669794305,None,,,,,,,[],,,, +6350,806414564174819328,806414564174819328,1481099189000.0,2016-12-07 08:26:29,+0000,,"How do we know this story isn't fake? Unfortunately, it is probably true. https://t.co/YzyP4kG63R",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/806414564174819328,['http://www.npr.org/sections/thetwo-way/2016/11/23/503129818/study-finds-students-have-dismaying-inability-to-tell-fake-news-from-real'],[],0,,False,9244,616,4349,,None,,,,,,,[],,,, +6351,804205155822374913,804205155822374913,1480572425000.0,2016-12-01 06:07:05,+0000,,Model S smashes into semi truck trailer and lifts it off the ground. Driver walks away. https://t.co/NSuMvcYaA6,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/804205155822374913,['https://twitter.com/electrekco/status/803722017560104960'],[],0,,False,14417,527,5508,https://twitter.com/electrekco/status/803722017560104960,None,,,,,,,[],,,, +6352,802708695830306816,802696147408076801,1480215641000.0,2016-11-27 03:00:41,+0000,,@edwardsanchez about three weeks and it will get rolled out incrementally in monthly releases,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/802708695830306816,[],[],0,,False,319,38,40,,None,,,,,,,"[{'screen_name': 'edwardsanchez', 'name': 'Ed Sanchez', 'id': '159394189'}]",,,, +6353,801572499418796032,801570220007718912,1479944751000.0,2016-11-23 23:45:51,+0000,,@chemisdrey yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/801572499418796032,[],[],0,,False,204,92,9,,None,,,,,,,[],,,, +6354,801569305435381760,801558860205084678,1479943989000.0,2016-11-23 23:33:09,+0000,,@Mederinho10 @BW @business at least some of them,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/801569305435381760,[],[],0,,False,146,13,14,,None,,,,,,,"[{'screen_name': 'Mederinho10', 'name': 'Mederinho', 'id': '21166640'}, {'screen_name': 'BW', 'name': 'Businessweek', 'id': '67358777'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +6355,801124223049568256,801089870915477505,1479837873000.0,2016-11-22 18:04:33,+0000,,@stryker_88 That doesn't make sense. Will look into it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/801124223049568256,[],[],0,,False,317,8,15,,None,,,,,,,[],,,, +6356,801115026409058304,801107712608063488,1479835680000.0,2016-11-22 17:28:00,+0000,,@CJDSB @TeslaMotors About 3 weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/801115026409058304,[],[],0,,False,163,9,10,,None,,,,,,,"[{'screen_name': 'CJDSB', 'name': 'Chris', 'id': '79201004'}]",,,, +6357,801113060849098752,801089870915477505,1479835212000.0,2016-11-22 17:20:12,+0000,,@stryker_88 Backlog of 5 seat foldflat config. 6 seat can be made earlier. Actually my fav version.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/801113060849098752,[],[],0,,False,165,6,7,,None,,,,,,,[],,,, +6358,801095990136578048,801095470084784129,1479831142000.0,2016-11-22 16:12:22,+0000,,@YahooFinance Love the pic tho,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/801095990136578048,[],[],0,,False,1039,49,64,,None,,,,,,,"[{'screen_name': 'YahooFinance', 'name': 'Yahoo Finance', 'id': '19546277'}]",,,, +6359,801095470084784129,801095470084784129,1479831018000.0,2016-11-22 16:10:18,+0000,,Can anyone uncover who is really writing these fake pieces? Can't be skankhunt42. His work is better than this. https://t.co/Qs69AFMGE5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/801095470084784129,['http://finance.yahoo.com/news/elon-musk-vs-trolls-100011516.html;_ylc=X1MDMTE5Nzc4NDE4NQRfZXgDMQRfeXJpZAM4YWFjajNwYzM4cW1vBGcDZFhWcFpEeHVjejVoTnpjd1ptWTFNeTFqWVRabUxUTTNaV1V0WWpRNE9DMHpPVEpsWTJZek5URTVZbUk4Wm1sbGJHUStkSE5zWVE9PQRsYW5nA2VuLVVTBG9yaWdfbGFuZwNlbgRvcmlnX3JlZ2lvbgNVUwRwb3MDMwRyZWdpb24DVVMEc3ltYm9sA1RTTEE-?.tsrc=applewf'],[],0,,False,14420,728,4370,,None,,,,,,,[],,,, +6360,799910793156259841,799908000689336320,1479548569000.0,2016-11-19 09:42:49,+0000,,@itsjasonwhite @TeslaMotors perfect,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799910793156259841,[],[],0,,False,192,22,8,,None,,,,,,,"[{'screen_name': 'itsjasonwhite', 'name': '_j_w', 'id': '42200662'}]",,,, +6361,799910213851590656,799910213851590656,1479548431000.0,2016-11-19 09:40:31,+0000,,Longer version of self-driving demo with Paint It Black soundtrack https://t.co/YuUmyEaCgR,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799910213851590656,['https://www.tesla.com/videos/autopilot-self-driving-hardware-neighborhood-long?redirect=no'],[],0,,False,10508,563,5363,,None,,,,,,,[],,,, +6362,799909604062699520,799908000689336320,1479548285000.0,2016-11-19 09:38:05,+0000,,@veritasDK @TeslaMotors That and Paint It Black will both be uploaded for free as Easter (holiday?) eggs,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799909604062699520,[],[],0,,False,203,8,14,,None,,,,,,,"[{'screen_name': 'veritasDK', 'name': 'Jesper', 'id': '2690690245'}]",,,, +6363,799908779013775360,799908000689336320,1479548089000.0,2016-11-19 09:34:49,+0000,,@wheelsupgal @TeslaMotors yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799908779013775360,[],[],0,,False,168,4,8,,None,,,,,,,"[{'screen_name': 'wheelsupgal', 'name': 'WheelsUpGal', 'id': '773912149332754437'}]",,,, +6364,799908556094902272,799908000689336320,1479548036000.0,2016-11-19 09:33:56,+0000,,@ParParV -2,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799908556094902272,[],[],0,,False,426,17,45,,None,,,,,,,"[{'screen_name': 'ParParV', 'name': 'ParPar', 'id': '32648067'}]",,,, +6365,799908000689336320,799908000689336320,1479547903000.0,2016-11-19 09:31:43,+0000,,Tesla self-driving AI with the Benny Hill option package https://t.co/gJAwzys7vV,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799908000689336320,['https://www.tesla.com/videos/autopilot-self-driving-hardware-neighborhood-short/?utm_campaign=GL_AP_111816&utm_source=Twitter&utm_medium=social'],[],0,,False,5441,248,2377,,None,,,,,,,[],,,, +6366,799906894550700032,799900334202167296,1479547639000.0,2016-11-19 09:27:19,+0000,,@newscientist Consequences of population implosion greatly underestimated. Upside down demographic pyramid can't support social services.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799906894550700032,[],[],0,,False,566,74,201,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +6367,799670715397980160,799654944382939136,1479491330000.0,2016-11-18 17:48:50,+0000,,@vicentes @TeslaMotors @FortuneMagazine big mobile app update coming with 8.1 next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/799670715397980160,[],[],0,,False,267,30,46,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +6368,799369292294725632,799369292294725632,1479419465000.0,2016-11-17 21:51:05,+0000,,Vote tally shows ~85% of unaffiliated shareholders in favor of the Tesla/SolarCity merger! Thanks for believing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/799369292294725632,[],[],0,,False,14866,429,2599,,None,,,,,,,[],,,, +6369,799120535896485888,799113978760851456,1479360157000.0,2016-11-17 05:22:37,+0000,,@Contra_9077 sounds right,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/799120535896485888,[],[],0,,False,155,19,13,,None,,,,,,,"[{'screen_name': 'Contra_9077', 'name': 'Contra', 'id': '4716255266'}]",,,, +6370,798984693844541440,798980894543343616,1479327770000.0,2016-11-16 20:22:50,+0000,,"@ArminKeyani All P100D vehicles produced to date, as well as new. This is purely a software optimization.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/798984693844541440,[],[],0,,False,339,13,37,,None,,,,,,,"[{'screen_name': 'ArminKeyani', 'name': 'Armin Keyani', 'id': '62512884'}]",,,, +6371,798984120336465920,798984120336465920,1479327633000.0,2016-11-16 20:20:33,+0000,,Model X numbers should also improve by 0.1 sec on 0 to 60 and 1/4 mile,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/798984120336465920,[],[],0,,False,3293,145,458,,None,,,,,,,[],,,, +6372,798980894543343616,798980894543343616,1479326864000.0,2016-11-16 20:07:44,+0000,,Looks like the Model S P100D Easter egg will allow it to do 0 to 60 mph in 2.4 sec and a 10.6 sec 1/4 mile via software update next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/798980894543343616,[],[],0,,False,13066,536,3702,,None,,,,,,,[],,,, +6373,798950716450574336,798914375352393728,1479319669000.0,2016-11-16 18:07:49,+0000,,"@AustenAllred Wow, thanks. We won't let you down.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/798950716450574336,[],[],0,,False,797,34,90,,None,,,,,,,"[{'screen_name': 'AustenAllred', 'name': 'Austen Allred', 'id': '1093528151123095552'}]",,,, +6374,798886670468644865,798544210580209664,1479304399000.0,2016-11-16 13:53:19,+0000,,"@ID_AA_Carmack we could enable that, although the cameras use grey, grey, grey, red detection, so it would look a little greyish red :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/798886670468644865,[],[],0,,False,359,35,32,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +6375,798370472832352256,798370472832352256,1479181328000.0,2016-11-15 03:42:08,+0000,,Love you too! https://t.co/BlDDQ0oJmg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/798370472832352256,['http://www.thedrive.com/news/6007/tesla-model-s-declared-the-most-loved-car-in-america-again'],[],0,,False,8914,291,1904,,None,,,,,,,[],,,, +6376,795565958592987136,795557967668150272,1478512680000.0,2016-11-07 09:58:00,+0000,,"@InLucidReverie a bit like that, but hopefully a more meaningful role for humans",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/795565958592987136,[],[],0,,False,273,26,25,,None,,,,,,,"[{'screen_name': 'InLucidReverie', 'name': 'InLucidReverie', 'id': '18150238'}]",,,, +6377,795379725904416768,795379725904416768,1478468278000.0,2016-11-06 21:37:58,+0000,,Playing Amish Paradise in my Tesla,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/795379725904416768,[],[],0,,False,20202,679,4911,,None,,,,,,,[],,,, +6378,794965733151117313,794964765101719553,1478369575000.0,2016-11-05 18:12:55,+0000,,"@muodebe Both UV and IR (for heat) reflective. I burn easily & then my nose looks like Rudolph the reindeer, so I totally understand.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/794965733151117313,[],[],0,,False,555,32,47,,None,,,,,,,"[{'screen_name': 'muodebe', 'name': 'Mark', 'id': '718180441992400896'}]",,,, +6379,794940930000175104,794580028856025089,1478363661000.0,2016-11-05 16:34:21,+0000,,"@MrSpanier No, but maybe a light tartan. Plaid is reserved for the next gen Roadster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/794940930000175104,[],[],0,,False,347,28,33,,None,,,,,,,"[{'screen_name': 'MrSpanier', 'name': 'Lukas Spanier', 'id': '521479701'}]",,,, +6380,794769297704792064,794762277521981440,1478322741000.0,2016-11-05 05:12:21,+0000,,@ShireeshAgrawal I like humanity,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/794769297704792064,[],[],0,,False,849,32,166,,None,,,,,,,"[{'screen_name': 'ShireeshAgrawal', 'name': 'Shireesh Agrawal', 'id': '397110161'}]",,,, +6381,794769008868233216,794753876096217092,1478322672000.0,2016-11-05 05:11:12,+0000,,@DMC_Ryan there will be something special,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/794769008868233216,[],[],0,,False,393,46,42,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +6382,794749880249917440,794736936174940160,1478318111000.0,2016-11-05 03:55:11,+0000,,"@davidtayar5 Tesla will def absorb SolarCity debt. Altho extremely unlikely, I would pay it personally if need be. Debts must be honored.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/794749880249917440,[],[],0,,False,1022,44,228,,None,,,,,,,"[{'screen_name': 'davidtayar5', 'name': 'David Tayar', 'id': '275295731'}]",,,, +6383,794726788689629184,794722096462999552,1478312606000.0,2016-11-05 02:23:26,+0000,,@SeltzerPlease @PlayOverwatch My kids and I are having a great time!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/794726788689629184,[],[],0,,False,575,15,50,,None,,,,,,,"[{'screen_name': 'SeltzerPlease', 'name': 'Rachel / Seltzer', 'id': '73019162'}, {'screen_name': 'PlayOverwatch', 'name': 'Overwatch', 'id': '2420931980'}]",,,, +6384,794698336301219841,794578512095100928,1478305822000.0,2016-11-05 00:30:22,+0000,,@Pmnickbeach @bakkedahl next software update fixes that,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/794698336301219841,[],[],0,,False,132,1,8,,None,,,,,,,"[{'screen_name': 'Pmnickbeach', 'name': 'Nicolas Beauchamp', 'id': '716706499859505152'}, {'screen_name': 'bakkedahl', 'name': 'Anthony Bakkedahl', 'id': '1031649442859032576'}]",,,, +6385,794679555944349696,794580028856025089,1478301345000.0,2016-11-04 23:15:45,+0000,,@DragTimes might have an early access release ready by then,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/794679555944349696,[],[],0,,False,236,6,16,,None,,,,,,,"[{'screen_name': 'DragTimes', 'name': 'DragTimes', 'id': '23934755'}]",,,, +6386,794671055872749568,794658724031983616,1478299318000.0,2016-11-04 22:41:58,+0000,,@joshuadistler now wouldn't that be interesting :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/794671055872749568,[],[],0,,False,224,15,15,,None,,,,,,,"[{'screen_name': 'joshuadistler', 'name': 'Joshua Distler', 'id': '135997625'}]",,,, +6387,794670476131864576,794670476131864576,1478299180000.0,2016-11-04 22:39:40,+0000,,Here is how to vote your Tesla and SolarCity shares: https://t.co/7LaBe6kAp6,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/794670476131864576,['https://www.tesla.com/support/instructions-voting-on-teslas-acquisition-of-solarcity'],[],0,,False,1617,149,345,,None,,,,,,,[],,,, +6388,794586063838724096,794580028856025089,1478279054000.0,2016-11-04 17:04:14,+0000,,@MikeMfknSplain hmmm,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/794586063838724096,[],[],0,,False,266,11,12,,None,,,,,,,"[{'screen_name': 'MikeMfknSplain', 'name': '360 Tactical Solutions', 'id': '2938479870'}]",,,, +6389,794581219866329088,794580028856025089,1478277900000.0,2016-11-04 16:45:00,+0000,,@repaveli_p one day ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794581219866329088,[],[],0,,False,292,12,18,,None,,,,,,,"[{'screen_name': 'repaveli_p', 'name': 'Regina P', 'id': '2578286351'}]",,,, +6390,794580994263158786,794580028856025089,1478277846000.0,2016-11-04 16:44:06,+0000,,@Locobooff it is not actually left-handed,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794580994263158786,[],[],0,,False,434,24,34,,None,,,,,,,"[{'screen_name': 'Locobooff', 'name': 'James', 'id': '29964807'}]",,,, +6391,794580586379624448,794556147243978752,1478277749000.0,2016-11-04 16:42:29,+0000,,@_andyoneal @John_Gardi unless we do a deployable solar shield like a retractable hard top,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794580586379624448,[],[],0,,False,292,40,29,,None,,,,,,,"[{'screen_name': '_andyoneal', 'name': ""Andy O'Neal"", 'id': '19841555'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +6392,794580324550217728,794578512095100928,1478277686000.0,2016-11-04 16:41:26,+0000,,@bakkedahl currently cycles radio favs. Next software release cycles between favs.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794580324550217728,[],[],0,,False,137,5,7,,None,,,,,,,"[{'screen_name': 'bakkedahl', 'name': 'Anthony Bakkedahl', 'id': '1031649442859032576'}]",,,, +6393,794580028856025089,794580028856025089,1478277616000.0,2016-11-04 16:40:16,+0000,,Forgot to mention there will be a P100D Ludicrous Easter egg soon that uncorks the full performance,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794580028856025089,[],[],0,,False,5185,215,821,,None,,,,,,,[],,,, +6394,794579089168310272,794556147243978752,1478277392000.0,2016-11-04 16:36:32,+0000,,@MacTechGenius @John_Gardi no,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794579089168310272,[],[],0,,False,197,5,9,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +6395,794578637987016705,794578512095100928,1478277284000.0,2016-11-04 16:34:44,+0000,,@bakkedahl use buttons on left side of steering wheel,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794578637987016705,[],[],0,,False,131,2,3,,None,,,,,,,"[{'screen_name': 'bakkedahl', 'name': 'Anthony Bakkedahl', 'id': '1031649442859032576'}]",,,, +6396,794578493342289920,794565375660818432,1478277250000.0,2016-11-04 16:34:10,+0000,,@MrRoryReid @BBC_TopGear Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794578493342289920,[],[],0,,False,120,0,2,,None,,,,,,,"[{'screen_name': 'MrRoryReid', 'name': 'Rory Reid', 'id': '2674801'}]",,,, +6397,794578375415238656,794556147243978752,1478277221000.0,2016-11-04 16:33:41,+0000,,"@MacTechGenius I'm the only author, so, love or hate it, that's me. I've learned some lessons though, such as tweeting on Ambien isn't wise.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794578375415238656,[],[],0,,False,622,36,78,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +6398,794577501292896256,794556147243978752,1478277013000.0,2016-11-04 16:30:13,+0000,,"@MacTechGenius I personally like the 6 seat best, but the new 5 allows the entire back to fold flat. A small family could camp there!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794577501292896256,[],[],0,,False,244,11,21,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +6399,794575003446480896,794556147243978752,1478276417000.0,2016-11-04 16:20:17,+0000,,@John_Gardi We will probably offer that as an option,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794575003446480896,[],[],0,,False,426,33,33,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +6400,794574740455231488,794556147243978752,1478276355000.0,2016-11-04 16:19:15,+0000,,@John_Gardi exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794574740455231488,[],[],0,,False,114,6,7,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +6401,794573852848177152,794549250654777345,1478276143000.0,2016-11-04 16:15:43,+0000,,@MrRoryReid @MykalSoCal @BBC_TopGear @TeslaMotors Loving this thread :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794573852848177152,[],[],0,,False,277,7,17,,None,,,,,,,"[{'screen_name': 'MrRoryReid', 'name': 'Rory Reid', 'id': '2674801'}, {'screen_name': 'MykalSoCal', 'name': 'MykalSoCal', 'id': '159714652'}, {'screen_name': 'BBC_TopGear', 'name': 'Top Gear', 'id': '52344859'}]",,,, +6402,794573529295400960,794556147243978752,1478276066000.0,2016-11-04 16:14:26,+0000,,@balaji_kann Primarily aluminium with hot-stamped boron steel reinforcements. B pillar has a glass overlay.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794573529295400960,[],[],0,,False,140,2,8,,None,,,,,,,"[{'screen_name': 'balaji_kann', 'name': 'Balaji Kanniappan', 'id': '92341675'}]",,,, +6403,794573085445763072,794556147243978752,1478275960000.0,2016-11-04 16:12:40,+0000,,@BitterMercy Excellent safety in rollover (5 star+). That was what took so long to develop.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794573085445763072,[],[],0,,False,299,6,22,,None,,,,,,,"[{'screen_name': 'BitterMercy', 'name': 'C:\\start wearamask.exe', 'id': '2595341719'}]",,,, +6404,794557434429771777,794556147243978752,1478272229000.0,2016-11-04 15:10:29,+0000,,"In addition, we reinforced the surrounding body structure for improved safety (was already 5 star in all categories).",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/794557434429771777,[],[],0,,False,3309,155,422,,None,,,,,,,[],,,, +6405,794556147243978752,794556147243978752,1478271922000.0,2016-11-04 15:05:22,+0000,,"I highly recommend the new all glass roof on the Model S. This was very hard to develop, but it makes the interior feel amazing. https://t.co/ob7lqrXP4n",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/794556147243978752,[],['https://pbs.twimg.com/media/CwbUmDRVIAAiflz.jpg'],1,https://pbs.twimg.com/media/CwbUmDRVIAAiflz.jpg,False,15862,649,3481,,None,,,,,,,[],,,, +6406,794553749742100480,792213393943826432,1478271350000.0,2016-11-04 14:55:50,+0000,,@originaltman first solar roof deployments will start next summer,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/794553749742100480,[],[],0,,False,295,23,36,,None,,,,,,,"[{'screen_name': 'originaltman', 'name': 'Shane', 'id': '704242208'}]",,,, +6407,794553279585742849,794553279585742849,1478271238000.0,2016-11-04 14:53:58,+0000,,Will be on @CNBC with Ron Baron in about half an hour https://t.co/OOL5yv5ue6,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/794553279585742849,['http://finance.yahoo.com/video/ron-barons-300m-bet-tesla-102800448.html;_ylc=X1MDMTE5Nzc4NDE4NQRfZXgDMQRfeXJpZANlMGEwdTcxYzFwODViBGcDZFhWcFpEeHVjejR3WmpJME9UbGhNUzB3WmpRMExUTTBaV1F0T0RZelppMDBNR0V4TTJZelkyTm1Zamc4Wm1sbGJHUStkSE5zWVE9PQRsYW5nA2VuLVVTBG9yaWdfbGFuZwNlbgRvcmlnX3JlZ2lvbgNVUwRwb3MDNwRyZWdpb24DVVMEc3ltYm9sA1RTTEE-?.tsrc=applewf'],[],0,,False,1210,56,248,,None,,,,,,,[],,,, +6408,794549250654777345,794549250654777345,1478270278000.0,2016-11-04 14:37:58,+0000,,Great Model X article by @BBC_TopGear! https://t.co/yXdwyQVkVg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/794549250654777345,['https://twitter.com/teslamotors/status/794247505911259136'],[],0,,False,1972,69,440,https://twitter.com/teslamotors/status/794247505911259136,None,,,,,,,[],,,, +6409,794548584213454849,794548584213454849,1478270119000.0,2016-11-04 14:35:19,+0000,,"Institutional Shareholder Services, world's top independent evaluator, recommends in favor of Tesla-SolarCity merger https://t.co/o17l0Jbswa",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/794548584213454849,['http://www.bloomberg.com/news/articles/2016-11-04/iss-recommends-tesla-shareholders-vote-for-solarcity-acquisition?cmpid=yhoo.headline'],[],0,,False,1766,53,463,,None,,,,,,,[],,,, +6410,794221355642146816,794215918368919552,1478192101000.0,2016-11-03 16:55:01,+0000,,@newscientist @XHNews Congratulations to China on the successful launch of the LM 5 heavy lift rocket!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/794221355642146816,[],[],0,,False,653,21,104,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +6411,794219484621832192,794200368804544512,1478191655000.0,2016-11-03 16:47:35,+0000,,@brainwipe There would def be millions of agents simultaneously doing a Monte Carlo sim & combining the results to build a map of weaknesses,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/794219484621832192,[],[],0,,False,159,10,11,,None,,,,,,,"[{'screen_name': 'brainwipe', 'name': 'Rob Lang', 'id': '1520201'}]",,,, +6412,794201703922810880,794200368804544512,1478187416000.0,2016-11-03 15:36:56,+0000,,@ClintonKeith good chance,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/794201703922810880,[],[],0,,False,195,9,8,,None,,,,,,,"[{'screen_name': 'ClintonKeith', 'name': 'Clinton Keith', 'id': '66060239'}]",,,, +6413,794200368804544512,794200368804544512,1478187098000.0,2016-11-03 15:31:38,+0000,,Only a matter of time before advanced AI is used to do this. Internet is particularly susceptible to a gradient descent algo. https://t.co/a6AdF7o7AZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/794200368804544512,['https://twitter.com/theeconomist/status/794196455405875200'],[],0,,False,5656,306,2971,https://twitter.com/theeconomist/status/794196455405875200,None,,,,,,,[],,,, +6414,793710619933315072,792213393943826432,1478070332000.0,2016-11-02 07:05:32,+0000,,@ropiko yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/793710619933315072,[],[],0,,False,143,12,11,,None,,,,,,,"[{'screen_name': 'ropiko', 'name': 'Robin', 'id': '15318894'}]",,,, +6415,792220862648766466,792213393943826432,1477715147000.0,2016-10-29 04:25:47,+0000,,@vicentes yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/792220862648766466,[],[],0,,False,281,45,14,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +6416,792220517654597633,792218248917811204,1477715064000.0,2016-10-29 04:24:24,+0000,,@BobaFaux strongly net positive,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/792220517654597633,[],[],0,,False,367,26,15,,None,,,,,,,"[{'screen_name': 'BobaFaux', 'name': 'BobaFaux', 'id': '1241626717501841408'}]",,,, +6417,792218248917811204,792218248917811204,1477714523000.0,2016-10-29 04:15:23,+0000,,"Solar glass tiles can also incorporate heating elements, like rear defroster on a car, to clear roof of snow and keep generating energy",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/792218248917811204,[],[],0,,False,14183,710,4060,,None,,,,,,,[],,,, +6418,792217704757284864,792213393943826432,1477714394000.0,2016-10-29 04:13:14,+0000,,@HipStreeet yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/792217704757284864,[],[],0,,False,167,4,6,,None,,,,,,,"[{'screen_name': 'HipStreeet', 'name': 'Joe', 'id': '71366297'}]",,,, +6419,792213393943826432,792213393943826432,1477713366000.0,2016-10-29 03:56:06,+0000,,"Should mention that the Tesla solar roof is robust against any weather, incl heavy hail. Also, higher insulating value than a standard roof.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/792213393943826432,[],[],0,,False,13877,836,3912,,None,,,,,,,[],,,, +6420,792163268714344448,792163268714344448,1477701415000.0,2016-10-29 00:36:55,+0000,,Pushing start to ~5:45 to allow more people to arrive,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/792163268714344448,[],[],0,,False,1749,134,217,,None,,,,,,,[],,,, +6421,791785988058034176,791785988058034176,1477611464000.0,2016-10-27 23:37:44,+0000,,"Unveil happening at sunset, because that's when ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/791785988058034176,[],[],0,,False,4236,405,672,,None,,,,,,,[],,,, +6422,791784652709044225,791784652709044225,1477611146000.0,2016-10-27 23:32:26,+0000,,Solar roof plus Powerwall 2.0 launch event will be webcast live on https://t.co/46TXqRrsdr at 5:30pm PDT tomorrow,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/791784652709044225,['http://Tesla.com'],[],0,,False,3736,115,1335,,None,,,,,,,[],,,, +6423,791780166619889664,791756469305679873,1477610076000.0,2016-10-27 23:14:36,+0000,,@JohnGarryVO Several UI improvements across the board in 8.01 (next few weeks) and 8.1 in Dec,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/791780166619889664,[],[],0,,False,221,18,28,,None,,,,,,,"[{'screen_name': 'JohnGarryVO', 'name': 'John Garry', 'id': '1686749809'}]",,,, +6424,791756469305679873,791756469305679873,1477604427000.0,2016-10-27 21:40:27,+0000,,"Solar roof unveil now at 5:30pm sharp (need daylight, for obvious reasons) California time tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/791756469305679873,[],[],0,,False,4804,153,1110,,None,,,,,,,[],,,, +6425,791389989477036032,791389989477036032,1477517051000.0,2016-10-26 21:24:11,+0000,,"Dear cult members, I love you https://t.co/1OzRaSQzhT",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/791389989477036032,['https://twitter.com/katiefehren/status/791299739325112322'],[],0,,False,24980,946,2361,https://twitter.com/katiefehren/status/791299739325112322,None,,,,,,,[],,,, +6426,791321336824012801,791280813123985408,1477500683000.0,2016-10-26 16:51:23,+0000,,"@bstep fixing, but in a slightly different way",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/791321336824012801,[],[],0,,False,127,9,7,,None,,,,,,,"[{'screen_name': 'bstep', 'name': 'bstep', 'id': '8119162'}]",,,, +6427,790373126416629760,790267936258666496,1477274612000.0,2016-10-24 02:03:32,+0000,,"@soswow yeah, great questions",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/790373126416629760,[],[],0,,False,303,37,14,,None,,,,,,,"[{'screen_name': 'soswow', 'name': 'Aleksandr ""Sasha"" Motsjonov', 'id': '19060199'}]",,,, +6428,790267936258666496,790267936258666496,1477249533000.0,2016-10-23 19:05:33,+0000,,"This will be under /r/spacex, not the general AMA. Meant to be supplemental to the IAC talk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/790267936258666496,[],[],0,,False,2528,111,384,,None,,,,,,,[],,,, +6429,790245808864043009,790245808864043009,1477244257000.0,2016-10-23 17:37:37,+0000,,AMA at <ahem> 3pm California time,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/790245808864043009,[],[],0,,False,3288,200,689,,None,,,,,,,[],,,, +6430,789902046430269440,789902046430269440,1477162298000.0,2016-10-22 18:51:38,+0000,,Must be a coincidence https://t.co/qX6xYrQZpp,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/789902046430269440,['https://twitter.com/nasaclimate/status/789122823927107585'],[],0,,False,9827,420,5424,https://twitter.com/nasaclimate/status/789122823927107585,None,,,,,,,[],,,, +6431,789024901629816832,789019145853513729,1476953170000.0,2016-10-20 08:46:10,+0000,,"@PraneshSuvarna @YouTube no, that's real",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789024901629816832,[],[],0,,False,514,28,49,,None,,,,,,,"[{'screen_name': 'PraneshSuvarna', 'name': 'Pranesh Suvarna', 'id': '405424679'}, {'screen_name': 'YouTube', 'name': 'YouTube', 'id': '10228272'}]",,,, +6432,789024368575729664,789019145853513729,1476953043000.0,2016-10-20 08:44:03,+0000,,Using the automated solid metal snake charger :) https://t.co/lBG6GamNqJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789024368575729664,['https://m.youtube.com/watch?v=uMM0lRfX6YI'],[],0,,False,3193,259,983,,None,,,,,,,[],,,, +6433,789022121158598656,789019145853513729,1476952507000.0,2016-10-20 08:35:07,+0000,,@CHAR_BIT yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789022121158598656,[],[],0,,False,316,19,24,,None,,,,,,,"[{'screen_name': 'CHAR_BIT', 'name': 'Eight Bits', 'id': '850787748'}]",,,, +6434,789022017311735808,789019145853513729,1476952482000.0,2016-10-20 08:34:42,+0000,,"When you want your car to return, tap Summon on your phone. It will eventually find you even if you are on the other side of the country",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789022017311735808,[],[],0,,False,8984,560,3988,,None,,,,,,,[],,,, +6435,789020841489018880,789019145853513729,1476952202000.0,2016-10-20 08:30:02,+0000,,"When searching for parking, the car reads the signs to see if it is allowed to park there, which is why it skipped the disabled spot",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789020841489018880,[],[],0,,False,4702,193,1805,,None,,,,,,,[],,,, +6436,789020178969276416,789019145853513729,1476952044000.0,2016-10-20 08:27:24,+0000,,@Bret_with1t yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789020178969276416,[],[],0,,False,263,5,10,,None,,,,,,,"[{'screen_name': 'Bret_with1t', 'name': 'Bret with 1 t', 'id': '465968755'}]",,,, +6437,789020098145030144,789019145853513729,1476952025000.0,2016-10-20 08:27:05,+0000,,"@TeslaMotors 8 cameras, 12 ultrasonars and radar all flush mounted and body color. Beauty remains.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789020098145030144,[],[],0,,False,1977,80,443,,None,,,,,,,[],,,, +6438,789019145853513729,789019145853513729,1476951798000.0,2016-10-20 08:23:18,+0000,,"Tesla drives itself (no human input at all) thru urban streets to highway to streets, then finds a parking spot https://t.co/V2T7KGMPBo",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789019145853513729,['https://www.tesla.com/videos/full-self-driving-hardware-all-teslas'],[],0,,False,18262,875,11736,,None,,,,,,,[],,,, +6439,789008557341454336,789007996038721536,1476949273000.0,2016-10-20 07:41:13,+0000,,@vicentes latest autonomous hardware allows for easy computer upgrade,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/789008557341454336,[],[],0,,False,373,15,36,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +6440,789007996038721536,789007996038721536,1476949139000.0,2016-10-20 07:38:59,+0000,,Should mention that retrofitting to full self-driving hardware is very difficult. Cost delta is more than buying a new car. Wish it weren't.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/789007996038721536,[],[],0,,False,4093,244,766,,None,,,,,,,[],,,, +6441,789004268296544256,788902908175618049,1476948251000.0,2016-10-20 07:24:11,+0000,,@elonmusk Still working on the video. Fully autonomous drive demo only completed several hours ago.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/789004268296544256,[],[],0,,False,1919,119,255,,None,,,,,,,"[{'screen_name': 'elonmusk', 'name': 'Elon Musk', 'id': '44196397'}]",,,, +6442,788973638665908224,788794291900469248,1476940948000.0,2016-10-20 05:22:28,+0000,,@AlternateJones of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/788973638665908224,[],[],0,,False,329,29,23,,None,,,,,,,"[{'screen_name': 'AlternateJones', 'name': 'Alternate Jones', 'id': '394626603'}]",,,, +6443,788955029138972674,788955029138972674,1476936511000.0,2016-10-20 04:08:31,+0000,,Tesla expects to demonstrate self-driven cross-country trip next year https://t.co/YTxMUT3hWq via @WSJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/788955029138972674,['http://on.wsj.com/2dPVAr4'],[],0,,False,4438,202,1856,,None,,,,,,,[],,,, +6444,788904960331161600,788903660721799168,1476924574000.0,2016-10-20 00:49:34,+0000,,@FutureBoy @mashable true and underappreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/788904960331161600,[],[],0,,False,289,14,29,,None,,,,,,,"[{'screen_name': 'FutureBoy', 'name': 'Chris Taylor', 'id': '10696392'}, {'screen_name': 'mashable', 'name': 'Mashable', 'id': '972651'}]",,,, +6445,788902908175618049,788902908175618049,1476924085000.0,2016-10-20 00:41:25,+0000,,Will post video of a Tesla navigating a complex urban environment shortly. That was what took the extra couple of days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/788902908175618049,[],[],0,,False,9891,422,2280,,None,,,,,,,[],,,, +6446,788823067392749568,788794291900469248,1476905049000.0,2016-10-19 19:24:09,+0000,,@elonmusk This is also what I was alluding to by Model 3 part 2,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/788823067392749568,[],[],0,,False,2977,403,745,,None,,,,,,,"[{'screen_name': 'elonmusk', 'name': 'Elon Musk', 'id': '44196397'}]",,,, +6447,788809242769666048,788809242769666048,1476901753000.0,2016-10-19 18:29:13,+0000,,"According to experts, Hyperloop is both obvious and impossible. Maybe pick one or the other? https://t.co/JkRWd0lFS8",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/788809242769666048,['http://nymag.com/selectall/2016/10/the-kink-in-elon-musks-hyperloop.html'],[],0,,False,4067,311,1128,,None,,,,,,,[],,,, +6448,788794291900469248,788794291900469248,1476898188000.0,2016-10-19 17:29:48,+0000,,Tesla announcement goes live at 5pm California time. 30 minutes of media Q&A to follow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/788794291900469248,[],[],0,,False,6588,658,2495,,None,,,,,,,[],,,, +6449,788782966528815104,788782966528815104,1476895488000.0,2016-10-19 16:44:48,+0000,,Calculated attempt to deceive Florida voters about solar vote uncovered by Miami Herald https://t.co/dvwaU87PmG,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/788782966528815104,['https://twitter.com/flsolarchoice/status/788720681911476224'],[],0,,False,3412,159,2273,https://twitter.com/flsolarchoice/status/788720681911476224,None,,,,,,,[],,,, +6450,788625768368762880,788625768368762880,1476858009000.0,2016-10-19 06:20:09,+0000,,Tesla does 0-60 mph in 2.7 seconds in the rain https://t.co/Z3YA4igGE1 via @electrekco,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/788625768368762880,['https://electrek.co/2016/10/17/watch-a-tesla-model-s-p100d-do-0-60-in-2-7-seconds-in-the-rain/'],[],0,,False,4162,163,1296,,None,,,,,,,[],,,, +6451,788493472286121984,788479773442015232,1476826467000.0,2016-10-18 21:34:27,+0000,,@FortuneMagazine This is because the first 12 months of production are sold out,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/788493472286121984,[],[],0,,False,892,53,199,,None,,,,,,,"[{'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +6452,787797036699521024,787797036699521024,1476660424000.0,2016-10-16 23:27:04,+0000,,Moving the Tesla announcement to Wednesday. Needs a few more days of refinement.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/787797036699521024,[],[],0,,False,7933,606,1767,,None,,,,,,,[],,,, +6453,787775297521233920,787765835536269312,1476655241000.0,2016-10-16 22:00:41,+0000,,@markpinc @TeslaMotors thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/787775297521233920,[],[],0,,False,180,7,8,,None,,,,,,,"[{'screen_name': 'markpinc', 'name': 'mark pincus', 'id': '13198'}]",,,, +6454,787721971417034752,787647923236601857,1476642527000.0,2016-10-16 18:28:47,+0000,,@Reuters Umm...Autobahn?,de,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/787721971417034752,[],[],0,,False,571,76,89,,None,,,,,,,"[{'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +6455,786601762354442242,786599128079806465,1476375449000.0,2016-10-13 16:17:29,+0000,,@vicentes obviously wrong,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/786601762354442242,[],[],0,,False,267,22,30,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +6456,785517307476922370,785516136075067392,1476116894000.0,2016-10-10 16:28:14,+0000,,@Cocoanetics @heiseonline Not actually based on science. Objective data shows Autopilot is safer than manually driven cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/785517307476922370,[],[],0,,False,696,54,155,,None,,,,,,,"[{'screen_name': 'Cocoanetics', 'name': 'Cocoanetics \uf8ff', 'id': '25703613'}]",,,, +6457,785505765343625216,785494639029719040,1476114143000.0,2016-10-10 15:42:23,+0000,,"@saufkopf87 @FortuneMagazine Utter nonsense. Empirical evidence is what matters, not random speculation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/785505765343625216,[],[],0,,False,498,13,60,,None,,,,,,,[],,,, +6458,785495295652167680,785494639029719040,1476111646000.0,2016-10-10 15:00:46,+0000,,@jovanik21 @arstechnica @drgitlin Sounds like a great move!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/785495295652167680,[],[],0,,False,204,3,14,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'drgitlin', 'name': 'Jonathan Gitlin', 'id': '2139671'}]",,,, +6459,785494639029719040,785494639029719040,1476111490000.0,2016-10-10 14:58:10,+0000,,Good for Germany! https://t.co/SMdOL9GcTl,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/785494639029719040,['https://twitter.com/arstechnica/status/785494352617435140'],[],0,,False,6401,281,2134,https://twitter.com/arstechnica/status/785494352617435140,None,,,,,,,[],,,, +6460,785488210629537792,785486859317063681,1476109957000.0,2016-10-10 14:32:37,+0000,,@hohocho That's why we need to accelerate solar power,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/785488210629537792,[],[],0,,False,494,36,68,,None,,,,,,,"[{'screen_name': 'hohocho', 'name': 'Jaehwan Cho 조재환', 'id': '31310727'}]",,,, +6461,785485969705140224,785485969705140224,1476109423000.0,2016-10-10 14:23:43,+0000,,"Real fraud going on is denial of climate science. As for ""subsidies"", Tesla gets pennies on dollar vs coal. How about we both go to zero?",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/785485969705140224,[],[],0,,False,25606,617,10927,,None,,,,,,,[],,,, +6462,785483088109326337,785483088109326337,1476108736000.0,2016-10-10 14:12:16,+0000,,Coal-mining CEO: 'Tesla is a fraud' https://t.co/IpQJAlAo3f via @YahooFinance,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/785483088109326337,['http://finance.yahoo.com/video/robert-murray-tesla-fraud-120500192.html;_ylc=X1MDMTE5Nzc4NDE4NQRfZXgDMQRfeXJpZAMwcmFzcGJ0YnZuNmNwBGcDZFhWcFpEeHVjejR5TkRKak1XTm1ZUzB6WWpjMUxUTXlZVGt0T0RReU1pMWtZVFl5TldZME5URXdZMk04Wm1sbGJHUStkSE5zWVE9PQRsYW5nA2VuLVVTBG9yaWdfbGFuZwNlbgRvcmlnX3JlZ2lvbgNVUwRwb3MDMwRyZWdpb24DVVMEc3ltYm9sA1RTTEE-?soc_src=social-sh&soc_trk=tw'],[],0,,False,2236,380,671,,None,,,,,,,[],,,, +6463,785455506475323392,785455506475323392,1476102160000.0,2016-10-10 12:22:40,+0000,,Translating what actually happened in the debates... https://t.co/WW0om1rsC8,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/785455506475323392,['https://twitter.com/waitbutwhy/status/785441671127429120'],[],0,,False,3535,92,1182,https://twitter.com/waitbutwhy/status/785441671127429120,None,,,,,,,[],,,, +6464,785242169170726912,785139055793152000,1476051296000.0,2016-10-09 22:14:56,+0000,,@ithrow88 @Walpoleboy6_RBX impact velocity and center of mass of colliding object make a big difference,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/785242169170726912,[],[],0,,False,230,13,22,,None,,,,,,,"[{'screen_name': 'ithrow88', 'name': 'dan haren', 'id': '2424569809'}, {'screen_name': 'Walpoleboy6_RBX', 'name': 'walpoleboy6', 'id': '2375808574'}]",,,, +6465,785140287819612160,785139055793152000,1476027006000.0,2016-10-09 15:30:06,+0000,,@roger_kappler Probably not then either,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/785140287819612160,[],[],0,,False,255,18,29,,None,,,,,,,"[{'screen_name': 'roger_kappler', 'name': 'Roger K', 'id': '266498006'}]",,,, +6466,785139055793152000,785139055793152000,1476026712000.0,2016-10-09 15:25:12,+0000,,Would also like to correct expectations that Tesla/SolarCity will need to raise equity or corp debt in Q4. Won't be necessary for either.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/785139055793152000,[],[],0,,False,5187,196,982,,None,,,,,,,[],,,, +6467,785138151224446976,785138151224446976,1476026497000.0,2016-10-09 15:21:37,+0000,,"Tesla product unveiling on the 17th (unexpected by most), followed by Tesla/SolarCity on the 28th",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/785138151224446976,[],[],0,,False,12245,646,4802,,None,,,,,,,[],,,, +6468,785135480811712513,785133500114632704,1476025860000.0,2016-10-09 15:11:00,+0000,,@FuncRandm I agree. Speed of light is a point in favor of the sim.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/785135480811712513,[],[],0,,False,182,14,26,,None,,,,,,,"[{'screen_name': 'FuncRandm', 'name': 'Nic Ho Chee', 'id': '300468609'}]",,,, +6469,784507684410097664,784507684410097664,1475876182000.0,2016-10-07 21:36:22,+0000,,"US automotive deaths rose 10% to 17,775 in first half of 2016, approx 1 every 88 million miles https://t.co/8vrAHA80yB",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/784507684410097664,['http://www.nbcnews.com/news/us-news/u-s-traffic-deaths-jump-10-4-percent-first-half-n660241'],[],0,,False,1412,189,650,,None,,,,,,,[],,,, +6470,784487348562198529,784487348562198529,1475871333000.0,2016-10-07 20:15:33,+0000,,Cumulative Tesla Autopilot miles now at 222 million,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/784487348562198529,[],[],0,,False,8621,327,2030,,None,,,,,,,[],,,, +6471,784441057857589249,784439683136696320,1475860297000.0,2016-10-07 17:11:37,+0000,,@DanMerriweather lot of circumstantial evidence for that hypothesis,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/784441057857589249,[],[],0,,False,219,35,28,,None,,,,,,,"[{'screen_name': 'DanMerriweather', 'name': 'Daniel Merriweather', 'id': '20121123'}]",,,, +6472,783847197427335172,783323293461995520,1475718709000.0,2016-10-06 01:51:49,+0000,,@derektmead Thus I deserve to be top of the target list? Maybe there's a dude who really digs the color gold who is slightly more deserving…,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/783847197427335172,[],[],0,,False,567,62,59,,None,,,,,,,"[{'screen_name': 'derektmead', 'name': 'ᴅᴇʀᴇᴋ ᴍᴇᴀᴅ', 'id': '82544380'}]",,,, +6473,783842202220802048,783829176126169089,1475717518000.0,2016-10-06 01:31:58,+0000,,"@YostRobert @StephenAtHome Yeah, and several others at various times. My twitter list is trimmed down to almost all news/comedy these days.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/783842202220802048,[],[],0,,False,225,20,16,,None,,,,,,,"[{'screen_name': 'YostRobert', 'name': 'Robert Yost', 'id': '93805390'}, {'screen_name': 'StephenAtHome', 'name': 'Stephen Colbert', 'id': '16303106'}]",,,, +6474,783759011724210176,783751199627546624,1475697684000.0,2016-10-05 20:01:24,+0000,,"@mrDeanMiller When we upgrade the core Linux OS to 4.4, which is probably December",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/783759011724210176,[],[],0,,False,210,21,28,,None,,,,,,,"[{'screen_name': 'mrDeanMiller', 'name': 'Dean Miller', 'id': '29745585'}]",,,, +6475,783567161402888192,783567161402888192,1475651943000.0,2016-10-05 07:19:03,+0000,,"Sabotage of the rocket is unlikely, but this article has some great theories :) https://t.co/1fCRbZvRHo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/783567161402888192,['https://theringer.com/ranking-potential-saboteurs-of-elon-musks-spacex-venture-ff66e7e2b23f#.kdgjprg5c'],[],0,,False,3899,292,1149,,None,,,,,,,[],,,, +6476,783358546519793664,783323293461995520,1475602206000.0,2016-10-04 17:30:06,+0000,,"@Cardoso True, it is a no-win situation",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/783358546519793664,[],[],0,,False,803,51,73,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}]",,,, +6477,783347230245736448,783323293461995520,1475599508000.0,2016-10-04 16:45:08,+0000,,@motherboard I use twitter for news orgs. My Insta has same women as men. What's up with the phoney PC police axe-grinding?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/783347230245736448,[],[],0,,False,5254,312,1598,,None,,,,,,,"[{'screen_name': 'motherboard', 'name': 'Motherboard', 'id': '56510427'}]",,,, +6478,782702761464827904,782640044599152640,1475445854000.0,2016-10-02 22:04:14,+0000,,@kakurady @xenophrenia Exactly. Those are the best ones.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/782702761464827904,[],[],0,,False,335,20,14,,None,,,,,,,"[{'screen_name': 'kakurady', 'name': 'Kakurady', 'id': '15882068'}, {'screen_name': 'xenophrenia', 'name': 'Xeno Phrenia', 'id': '7476762'}]",,,, +6479,782666277256957952,782640044599152640,1475437156000.0,2016-10-02 19:39:16,+0000,,@MacTechGenius Going out this week for X and outside North America,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/782666277256957952,[],[],0,,False,200,26,20,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +6480,782643630586535936,782640044599152640,1475431757000.0,2016-10-02 18:09:17,+0000,,"Wow, this tweet is like a Rorschach test",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/782643630586535936,[],[],0,,False,3175,182,381,,None,,,,,,,[],,,, +6481,782642916887924737,782640044599152640,1475431586000.0,2016-10-02 18:06:26,+0000,,"No irony or uhh ""shade"" meant here. T's character is excellent and well-played. Worth seeing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/782642916887924737,[],[],0,,False,2710,92,325,,None,,,,,,,[],,,, +6482,782640044599152640,782640044599152640,1475430902000.0,2016-10-02 17:55:02,+0000,,Some of the future episodes of Westworld feature my ex. Talulah does a great job of playing a deadly sexbot :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/782640044599152640,[],[],0,,False,7047,287,1674,,None,,,,,,,[],,,, +6483,782410047011819520,782410047011819520,1475376066000.0,2016-10-02 02:41:06,+0000,,More Kerbal! https://t.co/IDeV1wAfVR,in,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/782410047011819520,['https://twitter.com/marcushousegame/status/782209906065678336'],[],0,,False,3513,82,772,https://twitter.com/marcushousegame/status/782209906065678336,None,,,,,,,[],,,, +6484,782043711886594052,782029188714799104,1475288725000.0,2016-10-01 02:25:25,+0000,,@jclishman @bearsper @rSpaceX yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/782043711886594052,[],[],0,,False,291,12,15,,None,,,,,,,"[{'screen_name': 'jclishman', 'name': 'Jack Lishman', 'id': '726544470'}, {'screen_name': 'bearsper', 'name': 'Bearsper', 'id': '1124627764831588352'}, {'screen_name': 'rSpaceX', 'name': 'r/SpaceX', 'id': '4202579243'}]",,,, +6485,782043081021399040,782029188714799104,1475288574000.0,2016-10-01 02:22:54,+0000,,@bearsper Will do a Reddit AMA on Mars in the next week or two,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/782043081021399040,[],[],0,,False,975,39,240,,None,,,,,,,"[{'screen_name': 'bearsper', 'name': 'Bearsper', 'id': '1124627764831588352'}]",,,, +6486,781264006145335297,781205853227462656,1475102828000.0,2016-09-28 22:47:08,+0000,,"@SteveBatzer @GoodDayM Corrective action taken. Seems to be limited to a small number of cases, but thanks for letting me know. https://t.co/Rx3YWb8JkI",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/781264006145335297,[],['https://pbs.twimg.com/media/Ctea8zUVUAESePt.jpg'],1,https://pbs.twimg.com/media/Ctea8zUVUAESePt.jpg,False,1213,76,252,,None,,,,,,,"[{'screen_name': 'SteveBatzer', 'name': 'Steve Batzer', 'id': '66920570'}, {'screen_name': 'gooddayM', 'name': 'goodday', 'id': '980834153192132608'}]",,,, +6487,781208371378520065,781205853227462656,1475089564000.0,2016-09-28 19:06:04,+0000,,@GoodDayM Am tracking this down ... Super important to be fair. There are zero discounts even for family and friends.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/781208371378520065,[],[],0,,False,257,12,25,,None,,,,,,,"[{'screen_name': 'gooddayM', 'name': 'goodday', 'id': '980834153192132608'}]",,,, +6488,781208061994119168,781205853227462656,1475089490000.0,2016-09-28 19:04:50,+0000,,@GoodDayM Something messed up here. Tesla policy is equal pricing for all. No discounts ever unless a car is a floor model or was damaged.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/781208061994119168,[],[],0,,False,232,8,18,,None,,,,,,,"[{'screen_name': 'gooddayM', 'name': 'goodday', 'id': '980834153192132608'}]",,,, +6489,781206685553528833,781204947815636992,1475089162000.0,2016-09-28 18:59:22,+0000,,"@BArtusio Three cable elevator on a crane. Wind force on Mars is low, so don't need to worry about being blown around.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/781206685553528833,[],[],0,,False,240,17,44,,None,,,,,,,"[{'screen_name': 'BArtusio', 'name': 'Brian Artusio', 'id': '35552904'}]",,,, +6490,780900979294269445,780900979294269445,1475016276000.0,2016-09-27 22:44:36,+0000,,A Million Humans Could Live on Mars By the 2060s https://t.co/d0nlk1xfOl via @NatGeo,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/780900979294269445,['http://on.natgeo.com/2cTNcqn'],[],0,,False,6107,405,3743,,None,,,,,,,[],,,, +6491,780887904625229824,780887904625229824,1475013159000.0,2016-09-27 21:52:39,+0000,,Good article on the interplanetary transport system on Gizmodo https://t.co/nysjRDQWFz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/780887904625229824,['https://news.google.com/news/ampviewer?caurl=http%3A%2F%2Fgizmodo.com%2Fthis-is-how-elon-musk-plans-to-build-a-city-on-mars-up-1787146547%2Famp#pt0-433220'],[],0,,False,3727,147,1777,,None,,,,,,,[],,,, +6492,780838839644483586,780838839644483586,1475001461000.0,2016-09-27 18:37:41,+0000,,Waiting for everyone to reach their seats and get settled. Starting in 5 to 10.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/780838839644483586,[],[],0,,False,4601,398,853,,None,,,,,,,[],,,, +6493,780831628104966144,780831628104966144,1474999741000.0,2016-09-27 18:09:01,+0000,,"12m rocket booster diameter, 17m spaceship diameter, 122 m stack height",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/780831628104966144,[],[],0,,False,3768,185,1068,,None,,,,,,,[],,,, +6494,780828210028240896,780828210028240896,1474998927000.0,2016-09-27 17:55:27,+0000,,Full Interplanetary Tranport System presentation in ~30 mins. Simulation preview: https://t.co/lKAxabzfKX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/780828210028240896,['https://m.youtube.com/watch?feature=youtu.be&v=0qo78R_yYFA'],[],0,,False,6474,253,3690,,None,,,,,,,[],,,, +6495,780608204833165316,780280440401764353,1474946473000.0,2016-09-27 03:21:13,+0000,,"@rocketrepreneur Meant to say 200 AR for production vac engine. Dev will be up to 150. Beyond that, too much flow separation in Earth atmos.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/780608204833165316,[],[],0,,False,185,22,27,,None,,,,,,,"[{'screen_name': 'rocketrepreneur', 'name': 'Jonathan A. Goff', 'id': '39651952'}]",,,, +6496,780491677567815680,780480399663173633,1474918691000.0,2016-09-26 19:38:11,+0000,,@ID_AA_Carmack yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/780491677567815680,[],[],0,,False,329,28,35,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +6497,780423473961115649,780275236922994688,1474902430000.0,2016-09-26 15:07:10,+0000,,@huntster1701 yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/780423473961115649,[],[],0,,False,233,3,3,,None,,,,,,,"[{'screen_name': 'huntster1701', 'name': 'Benjamin Hunt', 'id': '16809036'}]",,,, +6498,780296159315173376,780280440401764353,1474872076000.0,2016-09-26 06:41:16,+0000,,@DavidKYoon yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/780296159315173376,[],[],0,,False,152,11,10,,None,,,,,,,"[{'screen_name': 'DavidKYoon', 'name': 'David Yoon', 'id': '2964812944'}]",,,, +6499,780296017254023170,780280440401764353,1474872042000.0,2016-09-26 06:40:42,+0000,,@williamwinters @rocketrepreneur pretty close,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/780296017254023170,[],[],0,,False,157,2,13,,None,,,,,,,"[{'screen_name': 'williamwinters', 'name': 'william winters 🍁', 'id': '15039188'}, {'screen_name': 'rocketrepreneur', 'name': 'Jonathan A. Goff', 'id': '39651952'}]",,,, +6500,780291118080462848,780280440401764353,1474870874000.0,2016-09-26 06:21:14,+0000,,@rocketrepreneur 382s is with a 150 area ratio vacuum (or Mars ambient pressure) nozzle. Will go over specs for both versions on Tues.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/780291118080462848,[],[],0,,False,344,14,77,,None,,,,,,,"[{'screen_name': 'rocketrepreneur', 'name': 'Jonathan A. Goff', 'id': '39651952'}]",,,, +6501,780289045238657024,780280440401764353,1474870380000.0,2016-09-26 06:13:00,+0000,,"Chamber pressure is almost 3X Merlin, so engine is about the same size for a given area ratio",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/780289045238657024,[],[],0,,False,1583,70,262,,None,,,,,,,[],,,, +6502,780280440401764353,780280440401764353,1474868328000.0,2016-09-26 05:38:48,+0000,,Production Raptor goal is specific impulse of 382 seconds and thrust of 3 MN (~310 metric tons) at 300 bar,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/780280440401764353,[],[],0,,False,2977,146,633,,None,,,,,,,[],,,, +6503,780278836860628992,780275236922994688,1474867946000.0,2016-09-26 05:32:26,+0000,,Mach diamonds https://t.co/TCX7ZGFnN0,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/780278836860628992,[],['https://pbs.twimg.com/media/CtQbdtJVIAA7HCC.jpg'],1,https://pbs.twimg.com/media/CtQbdtJVIAA7HCC.jpg,False,8356,200,2401,,None,,,,,,,[],,,, +6504,780275236922994688,780275236922994688,1474867087000.0,2016-09-26 05:18:07,+0000,,SpaceX propulsion just achieved first firing of the Raptor interplanetary transport engine https://t.co/vRleyJvBkx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/780275236922994688,[],['https://pbs.twimg.com/media/CtQYMI4VIAAJY2N.jpg'],1,https://pbs.twimg.com/media/CtQYMI4VIAAJY2N.jpg,False,26387,536,10126,,None,,,,,,,[],,,, +6505,779461663141474308,779461663141474308,1474673116000.0,2016-09-23 23:25:16,+0000,,Good Forbes article on Tesla/SolarCity merger https://t.co/guNh5q2zrl,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/779461663141474308,['http://www.forbes.com/sites/adamhartung/2016/09/23/why-investors-should-support-the-tesla-solarcity-merger/?utm_source=yahoo&utm_medium=partner&utm_campaign=yahootix&partner=yahootix#329d7ef64c32'],[],0,,False,3452,132,1217,,None,,,,,,,[],,,, +6506,779003462742794240,779003462742794240,1474563873000.0,2016-09-22 17:04:33,+0000,,Aiming for Oct 28 unveil in SF Bay Area of new Tesla/SolarCity solar roof with integrated Powerwall 2.0 battery and Tesla charger.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/779003462742794240,[],[],0,,False,7831,389,2518,,None,,,,,,,[],,,, +6507,778995199506653184,778959491857461248,1474561903000.0,2016-09-22 16:31:43,+0000,,"@ccyuan2013 @TeslaMotors @tsrandall yes. Also, only worked if you logged on to a malicious hotspot & used browser. No customers were hacked.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/778995199506653184,[],[],0,,False,175,9,22,,None,,,,,,,"[{'screen_name': 'ccyuan2013', 'name': '俞跗', 'id': '2213224110'}, {'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}]",,,, +6508,778868961861656577,778775104884879360,1474531805000.0,2016-09-22 08:10:05,+0000,,@tylerthecreator thanks for ordering a car!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/778868961861656577,[],[],0,,False,1731,22,436,,None,,,,,,,"[{'screen_name': 'tylerthecreator', 'name': 'Tyler, The Creator', 'id': '166747718'}]",,,, +6509,778775104884879360,778775104884879360,1474509428000.0,2016-09-22 01:57:08,+0000,,"Tesla is sometimes criticized for government support, but all US car companies (plus some non) got loans and only Tesla has paid its back https://t.co/yRW2hGUcxW",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/778775104884879360,['https://twitter.com/forbes/status/778711909541392384'],[],0,,False,13431,316,5373,https://twitter.com/forbes/status/778711909541392384,None,,,,,,,[],,,, +6510,778627254028951553,778599820227252225,1474474178000.0,2016-09-21 16:09:38,+0000,,@thefrownyface @massossltd I read a story about a father whose son died incredibly quickly. Can be as little as half an hour in hot sun.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/778627254028951553,[],[],0,,False,313,21,54,,None,,,,,,,"[{'screen_name': 'thefrownyface', 'name': 'Eric Abneri', 'id': '295147321'}]",,,, +6511,778624834603323392,778602042759585793,1474473601000.0,2016-09-21 16:00:01,+0000,,@RoyArne83 currently stops at 20% state of charge. This number will be configurable.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/778624834603323392,[],[],0,,False,152,9,6,,None,,,,,,,"[{'screen_name': 'RoyArne83', 'name': 'Roy-Arne', 'id': '34899856'}]",,,, +6512,778624588989071360,778602042759585793,1474473542000.0,2016-09-21 15:59:02,+0000,,"@ninjas ""smart"" preconditioning should be less dumb in 8.0",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/778624588989071360,[],[],0,,False,165,7,11,,None,,,,,,,"[{'screen_name': 'ninjas', 'name': 'Adrian Jektvik', 'id': '43593943'}]",,,, +6513,778624407610589184,778603358743564289,1474473499000.0,2016-09-21 15:58:19,+0000,,"@notch also, the Tesla is poison free!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/778624407610589184,[],[],0,,False,660,17,58,,None,,,,,,,"[{'screen_name': 'notch', 'name': 'Notch', 'id': '63485337'}]",,,, +6514,778623674442129408,778599820227252225,1474473324000.0,2016-09-21 15:55:24,+0000,,@massossltd all cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/778623674442129408,[],[],0,,False,103,4,4,,None,,,,,,,[],,,, +6515,778604423153016832,778602042759585793,1474468734000.0,2016-09-21 14:38:54,+0000,,@Scott_Helme can't always detect babies and pets,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778604423153016832,[],[],0,,False,143,16,8,,None,,,,,,,"[{'screen_name': 'Scott_Helme', 'name': 'Scott Helme', 'id': '166282004'}]",,,, +6516,778603745915527173,778602042759585793,1474468573000.0,2016-09-21 14:36:13,+0000,,Can be turned on or off. V8.1 will allow always-on min and max temps to be set.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778603745915527173,[],[],0,,False,1841,99,273,,None,,,,,,,[],,,, +6517,778602694399320065,778602042759585793,1474468322000.0,2016-09-21 14:32:02,+0000,,Tesla keeps temp below 40C/105F by automatically venting cabin & turning on AC when needed. Can do this for up to a year on a full charge.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778602694399320065,[],[],0,,False,4478,179,1207,,None,,,,,,,[],,,, +6518,778602042759585793,778602042759585793,1474468167000.0,2016-09-21 14:29:27,+0000,,My favorite new feature is the always-on max temp control for keeping kids and pets safe from overheating.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778602042759585793,[],[],0,,False,7028,224,1770,,None,,,,,,,[],,,, +6519,778600126063390720,778599820227252225,1474467710000.0,2016-09-21 14:21:50,+0000,,This is a major overhaul on almost every level compared to V7.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778600126063390720,[],[],0,,False,1423,57,180,,None,,,,,,,[],,,, +6520,778599820227252225,778599820227252225,1474467637000.0,2016-09-21 14:20:37,+0000,,"V8.0 starts downloading tonight. Release will be gradual to make sure there aren't small regressions. Many car configs, many environments.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778599820227252225,[],[],0,,False,3655,127,740,,None,,,,,,,[],,,, +6521,777985245731696640,776939304140414976,1474321111000.0,2016-09-19 21:38:31,+0000,,"@PassionPlanet1 Yeah, definitely one of my favorite names",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/777985245731696640,[],[],0,,False,150,28,13,,None,,,,,,,"[{'screen_name': 'PassionPlanet1', 'name': 'PassionPlanet', 'id': '2587869397'}]",,,, +6522,777330011703566336,777325549442232320,1474164891000.0,2016-09-18 02:14:51,+0000,,@thescalex @SpaceX @IAC2016 @YouTube its it is,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/777330011703566336,[],[],0,,False,332,35,48,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'IAC2016', 'name': 'IAC2016', 'id': '4040123778'}, {'screen_name': 'YouTube', 'name': 'YouTube', 'id': '10228272'}]",,,, +6523,777325549442232320,777325549442232320,1474163827000.0,2016-09-18 01:57:07,+0000,,Preview of the @SpaceX interplanetary transport system at @IAC2016 https://t.co/Rz4XmeAoRw,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/777325549442232320,['https://m.youtube.com/watch?v=7TYJyCCO8Dc'],[],0,,False,5030,238,1513,,None,,,,,,,[],,,, +6524,777027622924681216,776959734104469504,1474092796000.0,2016-09-17 06:13:16,+0000,,@JonasPolsky @schellgames that's a great one,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/777027622924681216,[],[],0,,False,156,19,12,,None,,,,,,,"[{'screen_name': 'JonasPolsky', 'name': 'Jonas Polsky', 'id': '20642617'}, {'screen_name': 'schellgames', 'name': 'Schell Games', 'id': '169217294'}]",,,, +6525,776971939277438976,776939304140414976,1474079520000.0,2016-09-17 02:32:00,+0000,,@andyzalk sounds like the right name for the rocket booster,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/776971939277438976,[],[],0,,False,307,23,21,,None,,,,,,,"[{'screen_name': 'andyzalk', 'name': 'Andy Zalk', 'id': '243038493'}]",,,, +6526,776960194852958208,776939304140414976,1474076720000.0,2016-09-17 01:45:20,+0000,,@LarryMasters778 That is my favorite fictional spaceship. Powered by improbability!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776960194852958208,[],[],0,,False,473,32,38,,None,,,,,,,"[{'screen_name': 'LarryMasters778', 'name': 'Larry Masters', 'id': '24850271'}]",,,, +6527,776959933120000000,776939304140414976,1474076657000.0,2016-09-17 01:44:17,+0000,,@TheMikeBartley yeah!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776959933120000000,[],[],0,,False,130,4,5,,None,,,,,,,"[{'screen_name': 'TheMikeBartley', 'name': 'Mike Bartley', 'id': '99683842'}]",,,, +6528,776959734104469504,776959734104469504,1474076610000.0,2016-09-17 01:43:30,+0000,,"Maybe Ultimate Spaceship, Version 2? Mostly because it is not the ultimate and there isn't a version 1.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776959734104469504,[],[],0,,False,3182,542,461,,None,,,,,,,[],,,, +6529,776957948928991232,776939304140414976,1474076184000.0,2016-09-17 01:36:24,+0000,,I love the suggestions!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776957948928991232,[],[],0,,False,1309,442,135,,None,,,,,,,[],,,, +6530,776956202936782850,776954933820002305,1474075768000.0,2016-09-17 01:29:28,+0000,,@kzmakino sounds about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776956202936782850,[],[],0,,False,139,6,12,,None,,,,,,,"[{'screen_name': 'kzmakino', 'name': 'Kazunori Makino', 'id': '14146146'}]",,,, +6531,776939304140414976,776939304140414976,1474071739000.0,2016-09-17 00:22:19,+0000,,"Turns out MCT can go well beyond Mars, so will need a new name…",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/776939304140414976,[],[],0,,False,5531,1503,1512,,None,,,,,,,[],,,, +6532,776896014905061376,776889986582847488,1474061418000.0,2016-09-16 21:30:18,+0000,,@asunshinegreene yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/776896014905061376,[],[],0,,False,92,3,6,,None,,,,,,,"[{'screen_name': 'asunshinegreene', 'name': 'A', 'id': '331471298'}]",,,, +6533,776827475925934081,776560320651427840,1474045077000.0,2016-09-16 16:57:57,+0000,,@danielringdahl @P100D won't affect performance,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/776827475925934081,[],[],0,,False,96,6,3,,None,,,,,,,"[{'screen_name': 'danielringdahl', 'name': 'Dan Ringdahl', 'id': '22259965'}, {'screen_name': 'P100D', 'name': 'Jorge david piña ', 'id': '1250852413'}]",,,, +6534,776681138085437440,776678423909380096,1474010188000.0,2016-09-16 07:16:28,+0000,,@vicentes @EdibleApple Hoping to start WW rollout of 8.0 on Wednesday if no last minute issues discovered.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/776681138085437440,[],[],0,,False,287,27,68,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'EdibleApple', 'name': 'Yoni Heisler', 'id': '17266615'}]",,,, +6535,776678423909380096,776678423909380096,1474009540000.0,2016-09-16 07:05:40,+0000,,Tesla P100D put to the test by Drag Times https://t.co/5qP3o2VDdW,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/776678423909380096,['http://bgr.com/2016/09/15/tesla-model-s-p100d-speed-review/'],[],0,,False,2822,100,836,,None,,,,,,,[],,,, +6536,776677760039133185,776560320651427840,1474009382000.0,2016-09-16 07:03:02,+0000,,@danielringdahl @P100D Glad you like it! I think we will probably stop at 100 kWh on battery size.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/776677760039133185,[],[],0,,False,189,39,31,,None,,,,,,,"[{'screen_name': 'danielringdahl', 'name': 'Dan Ringdahl', 'id': '22259965'}, {'screen_name': 'P100D', 'name': 'Jorge david piña ', 'id': '1250852413'}]",,,, +6537,776622000504569856,776622000504569856,1473996088000.0,2016-09-16 03:21:28,+0000,,Turns out ExxonMobil not 100% forthcoming about climate change https://t.co/nWhe0O18WK via @BW,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/776622000504569856,['http://bloom.bg/2cFtsLJ'],[],0,,False,2144,130,1044,,None,,,,,,,[],,,, +6538,775820980480380928,775819887348363268,1473805110000.0,2016-09-13 22:18:30,+0000,,"Tesla Model S loses 28% after 50k miles, a Mercedes S-Class will lose 38%, a BMW 7-series will lose 40%, and an Audi A8 will lose 41%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/775820980480380928,[],[],0,,False,3439,192,1084,,None,,,,,,,[],,,, +6539,775819887348363268,775819887348363268,1473804849000.0,2016-09-13 22:14:09,+0000,,Comprehensive study by Autolist shows that a Tesla retains its value far better than gasoline sedans https://t.co/QrBuVj3qKi,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/775819887348363268,['https://electrek.co/2016/09/13/tesla-model-s-value-retention-leading-segment-losing-only-28-after-50k-miles/'],[],0,,False,4170,105,1242,,None,,,,,,,[],,,, +6540,775732400491868161,775732400491868161,1473783991000.0,2016-09-13 16:26:31,+0000,,Scientists: Earth Endangered by New Strain of Fact-Resistant Humans https://t.co/ihmrY43rHa via @BorowitzReport,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/775732400491868161,['http://www.newyorker.com/humor/borowitz-report/scientists-earth-endangered-by-new-strain-of-fact-resistant-humans'],[],0,,False,10438,276,7119,,None,,,,,,,[],,,, +6541,775632728548970500,775632728548970500,1473760227000.0,2016-09-13 09:50:27,+0000,,Climate change explained in comic book form by xkcd https://t.co/3tEfEnXW0L,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/775632728548970500,['http://xkcd.com/1732'],[],0,,False,6908,196,4609,,None,,,,,,,[],,,, +6542,774664927835553792,774664927835553792,1473529486000.0,2016-09-10 17:44:46,+0000,,Will do some press Q&A on Autopilot post at 11am PDT tmrw and then publish at noon. Sorry about delay. Unusually difficult couple of weeks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/774664927835553792,[],[],0,,False,5422,324,854,,None,,,,,,,[],,,, +6543,774337231708299264,774337231708299264,1473451357000.0,2016-09-09 20:02:37,+0000,,Thoughtful Op-ed in Space News much appreciated https://t.co/CJq5g3NIEK,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/774337231708299264,['http://spacenews.com/op-ed-despite-spacex-setback-future-of-private-space-exploration-is-bright/'],[],0,,False,3715,141,1408,,None,,,,,,,[],,,, +6544,774257337221517312,774257337221517312,1473432308000.0,2016-09-09 14:45:08,+0000,,"@abadcliche Most likely true, but we can't yet find it on any vehicle sensors",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/774257337221517312,[],[],0,,False,191,32,23,,None,,,,,,,[],,,, +6545,774155658476212224,774155658476212224,1473408066000.0,2016-09-09 08:01:06,+0000,,Will get back to Autopilot update blog tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/774155658476212224,[],[],0,,False,2112,124,249,,None,,,,,,,[],,,, +6546,774155416976580608,774152037927792640,1473408009000.0,2016-09-09 08:00:09,+0000,,@ashwin7002 @NASA @faa @AFPAA We have not ruled that out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/774155416976580608,[],[],0,,False,433,52,93,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'faa', 'name': 'Tsubasa (faa)', 'id': '5822512'}, {'screen_name': 'AFPAA', 'name': 'US Air Force (USAF)', 'id': '16630062'}]",,,, +6547,774154956739743750,774150289314029568,1473407899000.0,2016-09-09 07:58:19,+0000,,"@LewisChandlerDN nope, it wasn't me",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774154956739743750,[],[],0,,False,888,20,89,,None,,,,,,,[],,,, +6548,774153847371501569,774152037927792640,1473407634000.0,2016-09-09 07:53:54,+0000,,Particularly trying to understand the quieter bang sound a few seconds before the fireball goes off. May come from rocket or something else.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774153847371501569,[],[],0,,False,2189,422,685,,None,,,,,,,[],,,, +6549,774152037927792640,774152037927792640,1473407203000.0,2016-09-09 07:46:43,+0000,,"Support & advice from @NASA, @FAA, @AFPAA & others much appreciated. Please email any recordings of the event to report@spacex.com.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774152037927792640,[],[],0,,False,3021,169,843,,None,,,,,,,[],,,, +6550,774150289314029568,774150289314029568,1473406786000.0,2016-09-09 07:39:46,+0000,,Important to note that this happened during a routine filling operation. Engines were not on and there was no apparent heat source.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774150289314029568,[],[],0,,False,4042,429,1224,,None,,,,,,,[],,,, +6551,774150065166229504,774150065166229504,1473406733000.0,2016-09-09 07:38:53,+0000,,Still working on the Falcon fireball investigation. Turning out to be the most difficult and complex failure we have ever had in 14 years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774150065166229504,[],[],0,,False,7308,527,2594,,None,,,,,,,[],,,, +6552,774101759023128576,771446048262946816,1473395216000.0,2016-09-09 04:26:56,+0000,,@waitbutwhy It's been a little crazy lately,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/774101759023128576,[],[],0,,False,635,39,57,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +6553,771479910778966016,771479580775424000,1472770118000.0,2016-09-01 22:48:38,+0000,,"@scrappydog yes. This seems instant from a human perspective, but it really a fast fire, not an explosion. Dragon would have been fine.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/771479910778966016,[],[],0,,False,901,125,225,,None,,,,,,,"[{'screen_name': 'scrappydog', 'name': 'Eric Bowen', 'id': '14043522'}]",,,, +6554,771446048262946816,771446048262946816,1472762045000.0,2016-09-01 20:34:05,+0000,,Finishing Autopilot blog postponed to end of weekend,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/771446048262946816,[],[],0,,False,2834,305,368,,None,,,,,,,[],,,, +6555,771394161756942336,771394161756942336,1472749674000.0,2016-09-01 17:07:54,+0000,,Loss of Falcon vehicle today during propellant fill operation. Originated around upper stage oxygen tank. Cause still unknown. More soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/771394161756942336,[],[],0,,False,10810,1165,4896,,None,,,,,,,[],,,, +6556,771010406894620672,771005524322033665,1472658180000.0,2016-08-31 15:43:00,+0000,,"@Lockyep Not allowed, according to HK regulations. Happy to do it if regs change.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771010406894620672,[],[],0,,False,190,13,16,,None,,,,,,,"[{'screen_name': 'Lockyep', 'name': 'Locky Law', 'id': '233875229'}]",,,, +6557,771006527498969088,771005524322033665,1472657255000.0,2016-08-31 15:27:35,+0000,,We need to do one more minor rev on 8.0 and then will go to wide release in a few weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771006527498969088,[],[],0,,False,1624,70,254,,None,,,,,,,[],,,, +6558,771005927302373376,771005524322033665,1472657112000.0,2016-08-31 15:25:12,+0000,,Writing post now with details. Will publish on Tesla website later today.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771005927302373376,[],[],0,,False,1792,103,261,,None,,,,,,,[],,,, +6559,771005524322033665,771005524322033665,1472657016000.0,2016-08-31 15:23:36,+0000,,Major improvements to Autopilot coming with V8.0 and 8.1 software (std OTA update) primarily through advanced processing of radar signals,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771005524322033665,[],[],0,,False,6203,188,1437,,None,,,,,,,[],,,, +6560,771004732210982913,771000928212291584,1472656827000.0,2016-08-31 15:20:27,+0000,,@newscientist uh oh,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771004732210982913,[],[],0,,False,433,19,79,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +6561,770629571972435969,770629571972435969,1472567382000.0,2016-08-30 14:29:42,+0000,,Thanks for the longstanding faith in SpaceX. We very much look forward to doing this milestone flight with you. https://t.co/U2UFez0OhY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/770629571972435969,['https://twitter.com/ses_satellites/status/770602110996082688'],[],0,,False,7389,142,1857,https://twitter.com/ses_satellites/status/770602110996082688,None,,,,,,,[],,,, +6562,769707291671003136,769663315882672128,1472347493000.0,2016-08-28 01:24:53,+0000,,@Kotaku one of my favorite games as a kid,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/769707291671003136,[],[],0,,False,327,27,36,,None,,,,,,,"[{'screen_name': 'Kotaku', 'name': 'Kotaku', 'id': '11928542'}]",,,, +6563,769697521706860545,769608404679745536,1472345164000.0,2016-08-28 00:46:04,+0000,,@BelovedRevol Making progress. Maybe something to announce in a few months. Have played all prior Deus Ex. Not this one yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/769697521706860545,[],[],0,,False,475,41,104,,None,,,,,,,"[{'screen_name': 'BelovedRevol', 'name': 'Revol Devoleb', 'id': '459500607'}]",,,, +6564,768161427328634881,768161427328634881,1471978930000.0,2016-08-23 19:02:10,+0000,,Journalist Q&A for 30 mins and embargo ends at 12:30,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/768161427328634881,[],[],0,,False,1815,249,332,,None,,,,,,,[],,,, +6565,768106282251198464,768106282251198464,1471965783000.0,2016-08-23 15:23:03,+0000,,Tesla product announcement at noon California time today,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/768106282251198464,[],[],0,,False,12264,631,4355,,None,,,,,,,[],,,, +6566,767708338847031296,767708338847031296,1471870905000.0,2016-08-22 13:01:45,+0000,,Owner account of a Model X severely impacted by a Yukon https://t.co/qbVdhbXBU1,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/767708338847031296,['https://electrek.co/2016/08/22/tesla-model-x-crash-accident-bloomington-minnesota/'],[],0,,False,5963,144,2045,,None,,,,,,,[],,,, +6567,765111090430607360,765111090430607360,1471251673000.0,2016-08-15 09:01:13,+0000,,Correlation is not causality or ... is it? https://t.co/ExA1yRC8Ik,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/765111090430607360,['http://www.tylervigen.com/spurious-correlations'],[],0,,False,2967,222,1176,,None,,,,,,,[],,,, +6568,764882657729581056,764882657729581056,1471197211000.0,2016-08-14 17:53:31,+0000,,Sunday morning: to bake or not to bake cookies -- that is not even a question. Definitely bake.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/764882657729581056,[],[],0,,False,10185,524,1777,,None,,,,,,,[],,,, +6569,763699736733810688,763699736733810688,1470915180000.0,2016-08-11 11:33:00,+0000,,"Congrats to @TalulahRiley on her novel, ""Acts of Love""! All characters – even those based on real people – are entirely fictional …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/763699736733810688,[],[],0,,False,2149,105,279,,None,,,,,,,[],,,, +6570,763283865238577153,763283865238577153,1470816029000.0,2016-08-10 08:00:29,+0000,,Over the entrance of @OpenAI https://t.co/ca3ZFdgmFe,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/763283865238577153,[],['https://pbs.twimg.com/media/Cpe6n72VUAAMZBR.jpg'],1,https://pbs.twimg.com/media/Cpe6n72VUAAMZBR.jpg,False,6085,158,2463,,None,,,,,,,[],,,, +6571,763121793271947265,763108676039090177,1470777388000.0,2016-08-09 21:16:28,+0000,,@StarkickMG @NoMansSky true,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/763121793271947265,[],[],0,,False,172,26,11,,None,,,,,,,"[{'screen_name': 'StarkickMG', 'name': 'Starkik McGillicuddy', 'id': '4454600474'}, {'screen_name': 'NoMansSky', 'name': 'Sean Murray', 'id': '2232827756'}]",,,, +6572,763108676039090177,763108676039090177,1470774260000.0,2016-08-09 20:24:20,+0000,,Will try out @NoMansSky this weekend. Maybe reality is just a series of nested simulations all the way down ... https://t.co/DCMr1TVOdL,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/763108676039090177,['https://en.m.wikipedia.org/wiki/Turtles_all_the_way_down'],[],0,,False,7889,315,2021,,None,,,,,,,[],,,, +6573,763096729134575617,763096729134575617,1470771412000.0,2016-08-09 19:36:52,+0000,,Would like to thank @nvidia and Jensen for donating the first DGX-1 AI supercomputer to @OpenAI in support of democratizing AI technology,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/763096729134575617,[],[],0,,False,4993,85,1068,,None,,,,,,,[],,,, +6574,763043936889769984,763028726338686980,1470758825000.0,2016-08-09 16:07:05,+0000,,"@verge Yeah. Movie still enjoyable due to some great characters, but plot & editing could've been better. Really needed more Joker+Harley.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/763043936889769984,[],[],0,,False,921,42,176,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +6575,762097903452102657,762097903452102657,1470533273000.0,2016-08-07 01:27:53,+0000,,Sure feels weird to find myself defending the robots,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/762097903452102657,[],[],0,,False,9003,451,2032,,None,,,,,,,[],,,, +6576,760143143949987840,760137092559151104,1470067222000.0,2016-08-01 16:00:22,+0000,,@ChristopherMori Never. There is no product rationale for doing so.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/760143143949987840,[],[],0,,False,375,94,24,,None,,,,,,,"[{'screen_name': 'ChristopherMori', 'name': 'Christopher Mori', 'id': '9956082'}]",,,, +6577,759798110470205440,759794094386257920,1469984960000.0,2016-07-31 17:09:20,+0000,,@JamesRossi100 probably makes sense to build off the pickup truck chassis,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/759798110470205440,[],[],0,,False,258,30,23,,None,,,,,,,[],,,, +6578,759797091375906817,759773425275502593,1469984717000.0,2016-07-31 17:05:17,+0000,,@RoadandTrack @TeslaMotors Model Y (compact SUV) off Model 3 chassis. Tesla Bus/Minibus/Spacebus off Model X.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/759797091375906817,[],[],0,,False,637,58,136,,None,,,,,,,"[{'screen_name': 'RoadandTrack', 'name': 'Road & Track', 'id': '21200953'}]",,,, +6579,759433196471656448,759153112993017856,1469897958000.0,2016-07-30 16:59:18,+0000,,@tomschouteden @DMC_Ryan @voguemaster @Jalopnik good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/759433196471656448,[],[],0,,False,304,32,9,,None,,,,,,,"[{'screen_name': 'tomschouteden', 'name': 'Tom Schouteden', 'id': '107065769'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'voguemaster', 'name': 'Eli', 'id': '219269223'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}]",,,, +6580,759425342792605696,759153112993017856,1469896085000.0,2016-07-30 16:28:05,+0000,,@DMC_Ryan @voguemaster @Jalopnik I think we should be inconsistent in our naming conventions after Model Y,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/759425342792605696,[],[],0,,False,327,58,25,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'voguemaster', 'name': 'Eli', 'id': '219269223'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}]",,,, +6581,759424274687889408,759424274687889408,1469895831000.0,2016-07-30 16:23:51,+0000,,View of Dragon from @Space_Station cupola https://t.co/1HjljLWdFi,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/759424274687889408,[],['https://pbs.twimg.com/media/CooEV5TVMAAmn6h.jpg'],1,https://pbs.twimg.com/media/CooEV5TVMAAmn6h.jpg,False,6004,125,1574,,None,,,,,,,[],,,, +6582,759416283314003968,759416283314003968,1469893925000.0,2016-07-30 15:52:05,+0000,,We are definitely patenting this idea https://t.co/N46cvN9uX9,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/759416283314003968,[],['https://pbs.twimg.com/media/Con9EqiUEAAI_71.jpg'],1,https://pbs.twimg.com/media/Con9EqiUEAAI_71.jpg,False,14016,353,3475,,None,,,,,,,[],,,, +6583,759413262899290114,759403552603123713,1469893205000.0,2016-07-30 15:40:05,+0000,,@sethpascale @TeslaMotors glad people had a great time!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/759413262899290114,[],[],0,,False,160,4,4,,None,,,,,,,"[{'screen_name': 'sethpascale', 'name': 'Seth Pascale', 'id': '16413145'}]",,,, +6584,759413050961121280,759153112993017856,1469893155000.0,2016-07-30 15:39:15,+0000,,"@voguemaster @Jalopnik not bad, I like those suggestions",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/759413050961121280,[],[],0,,False,205,15,8,,None,,,,,,,"[{'screen_name': 'voguemaster', 'name': 'Eli', 'id': '219269223'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}]",,,, +6585,759247416495316993,759247416495316993,1469853664000.0,2016-07-30 04:41:04,+0000,,Gigafactory in units of hamster https://t.co/9BAchcBX73,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/759247416495316993,[],['https://pbs.twimg.com/media/ColjfusWAAE_7Uu.jpg'],1,https://pbs.twimg.com/media/ColjfusWAAE_7Uu.jpg,False,10747,429,3464,,None,,,,,,,[],,,, +6586,759153112993017856,759153112993017856,1469831181000.0,2016-07-29 22:26:21,+0000,,Some good guessing by @Jalopnik. The Tesla Minibus will be built on a Model X chassis. People density potential is surprisingly high.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/759153112993017856,[],[],0,,False,4401,192,1064,,None,,,,,,,[],,,, +6587,759100981841756160,759100981841756160,1469818752000.0,2016-07-29 18:59:12,+0000,,Will be live streaming the Gigafactory launch party tonight. Check https://t.co/7FlnbruWpL this eve.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/759100981841756160,['http://tesla.com'],[],0,,False,4145,224,1402,,None,,,,,,,[],,,, +6588,758851109817421825,758851109817421825,1469759178000.0,2016-07-29 02:26:18,+0000,,The libertarian argument for a carbon tax https://t.co/WmbGp2YuUO,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/758851109817421825,['http://www.rgj.com/story/money/business/2016/07/28/elon-musk-makes-libertarian-argument-carbon-tax/87638264/'],[],0,,False,3460,212,1332,,None,,,,,,,[],,,, +6589,758562622312554496,758562622312554496,1469690397000.0,2016-07-28 07:19:57,+0000,,"Good summary of yesterday's Gigafactory Q&A with JB, Yamada-San and me https://t.co/FYFG7qnIMi",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/758562622312554496,['https://twitter.com/cleantechnica/status/758402474260606976'],[],0,,False,1895,85,542,https://twitter.com/cleantechnica/status/758402474260606976,None,,,,,,,[],,,, +6590,758351232356397056,758351232356397056,1469639997000.0,2016-07-27 17:19:57,+0000,,Should mention that Gigafactory will be fully powered by clean energy when complete & include battery recycling,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/758351232356397056,[],[],0,,False,10339,338,2479,,None,,,,,,,[],,,, +6591,758344372681183232,758344044489482240,1469638362000.0,2016-07-27 16:52:42,+0000,,@westcoastbill happy birthday!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/758344372681183232,[],[],0,,False,119,3,4,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +6592,758063362802528256,758063362802528256,1469571364000.0,2016-07-26 22:16:04,+0000,,Insurance premiums expected to decline by 80% due to driverless cars https://t.co/nuPKOI9v1D,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/758063362802528256,['http://www.wsj.com/articles/driverless-cars-threaten-to-crash-insurers-earnings-1469542958'],[],0,,False,4909,300,2304,,None,,,,,,,[],,,, +6593,758004517887696896,758004517887696896,1469557334000.0,2016-07-26 18:22:14,+0000,,Letter from basically every scientific org in the United States to Congress about climate change https://t.co/vo1I1HY5fx,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/758004517887696896,['http://n.pr/2a1FaK3'],[],0,,False,5995,195,3547,,None,,,,,,,[],,,, +6594,758003098816286720,758003098816286720,1469556996000.0,2016-07-26 18:16:36,+0000,,Via @NPR: Sun-Powered Airplane Completes Historic Trip Around The World https://t.co/AKe5VRaY5o,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/758003098816286720,['http://n.pr/2ae2mrI'],[],0,,False,3724,85,1340,,None,,,,,,,[],,,, +6595,757600711714701312,757551370702434306,1469461059000.0,2016-07-25 15:37:39,+0000,,@ID_AA_Carmack Maybe as a future optimization. Would only matter if it was extremely big.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/757600711714701312,[],[],0,,False,259,20,19,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +6596,756664069646487554,756663746764742656,1469237746000.0,2016-07-23 01:35:46,+0000,,@vicentes as long as I'm alive,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/756664069646487554,[],[],0,,False,1063,66,103,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +6597,756663746764742656,756663746764742656,1469237670000.0,2016-07-23 01:34:30,+0000,, https://t.co/Kgkz1Z3FwJ,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/756663746764742656,['http://www.wsj.com/articles/tesla-autopilot-crash-shouldnt-slow-self-driving-development-regulator-says-1469200956?ru=yahoo?mod=yahoo_itp'],[],0,,False,2568,133,670,,None,,,,,,,[],,,, +6598,756365671571726336,756365671571726336,1469166603000.0,2016-07-22 05:50:03,+0000,,Looking forward to the Gigafactory opening party on Friday next week. The scale blows me away every time I see it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/756365671571726336,[],[],0,,False,8989,531,1644,,None,,,,,,,[],,,, +6599,756004029239472132,756004029239472132,1469080381000.0,2016-07-21 05:53:01,+0000,,Autopilot prevents serious injury or death of a pedestrian in NY (owner anecdote confirmed by vehicle logs) https://t.co/NceuqckqCK,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/756004029239472132,[],['https://pbs.twimg.com/media/Cn3dp4VUAAE44eE.jpg'],1,https://pbs.twimg.com/media/Cn3dp4VUAAE44eE.jpg,False,20312,360,8092,,None,,,,,,,[],,,, +6600,755990352511705088,755987716035215360,1469077120000.0,2016-07-21 04:58:40,+0000,,"@danahull Jerome is driving Tesla Semi & doing a great job with his team. At Daimler, he led their most successful semi truck program ever.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/755990352511705088,[],[],0,,False,424,25,52,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +6601,755989215976882176,755987716035215360,1469076849000.0,2016-07-21 04:54:09,+0000,,@danahull It's inspired by some of the California Custom VW combi design art,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/755989215976882176,[],[],0,,False,306,18,26,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +6602,755940191571808257,755925835836755968,1469065161000.0,2016-07-21 01:39:21,+0000,,@MRamseyWSJ Great game. Whole Fallout series is amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/755940191571808257,[],[],0,,False,414,18,55,,None,,,,,,,"[{'screen_name': 'MRamseyWSJ', 'name': 'MRamseyWSJ', 'id': '2783428111'}]",,,, +6603,755931999487991810,755930908755169280,1469063207000.0,2016-07-21 01:06:47,+0000,,@katiefehren Both should have been done under the same corporate umbrella from the beginning,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/755931999487991810,[],[],0,,False,338,29,30,,None,,,,,,,"[{'screen_name': 'katiefehren', 'name': 'Katie Fehrenbacher', 'id': '763699'}]",,,, +6604,755929747763245061,755929747763245061,1469062671000.0,2016-07-21 00:57:51,+0000,,"Tesla Master Plan, Part Deux https://t.co/XQeTlsoEdE",fr,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/755929747763245061,['http://tesla.com/blog/master-plan-part-deux'],[],0,,False,20408,1172,11187,,None,,,,,,,[],,,, +6605,755859976816427010,755773618538242048,1469046036000.0,2016-07-20 20:20:36,+0000,,@elonmusk now 2Pac,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/755859976816427010,[],[],0,,False,3385,308,684,,None,,,,,,,"[{'screen_name': 'elonmusk', 'name': 'Elon Musk', 'id': '44196397'}]",,,, +6606,755841679454720000,755841606960373760,1469041673000.0,2016-07-20 19:07:53,+0000,,California time,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/755841679454720000,[],[],0,,False,1372,184,195,,None,,,,,,,[],,,, +6607,755841606960373760,755841606960373760,1469041656000.0,2016-07-20 19:07:36,+0000,,Post should go live on Tesla website around 5pm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/755841606960373760,[],[],0,,False,2943,299,627,,None,,,,,,,[],,,, +6608,755830992812711937,755824941367300096,1469039126000.0,2016-07-20 18:25:26,+0000,,@vitiral yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/755830992812711937,[],[],0,,False,147,13,7,,None,,,,,,,"[{'screen_name': 'vitiral', 'name': 'vitiral', 'id': '3167507409'}]",,,, +6609,755825075245297664,755773618538242048,1469037715000.0,2016-07-20 18:01:55,+0000,,@AnnaDotBlue busted,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/755825075245297664,[],[],0,,False,229,9,10,,None,,,,,,,"[{'screen_name': 'annadotblue', 'name': 'Anna Dot Blue', 'id': '845020038138679296'}]",,,, +6610,755808603706011648,755773618538242048,1469033788000.0,2016-07-20 16:56:28,+0000,,Except for the tweet about large amounts of crack (actually just small amounts),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/755808603706011648,[],[],0,,False,2242,193,352,,None,,,,,,,[],,,, +6611,755784816847495168,755773618538242048,1469028116000.0,2016-07-20 15:21:56,+0000,,Not easy to convey irony in a tweet,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/755784816847495168,[],[],0,,False,3321,237,591,,None,,,,,,,[],,,, +6612,755778920989896704,755773618538242048,1469026711000.0,2016-07-20 14:58:31,+0000,,@princeghosh97 Lana,es,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/755778920989896704,[],[],0,,False,510,20,101,,None,,,,,,,"[{'screen_name': 'princeghosh97', 'name': 'Prince Ghosh', 'id': '2346150864'}]",,,, +6613,755773618538242048,755773618538242048,1469025446000.0,2016-07-20 14:37:26,+0000,,Finishing off the plan while listening to the soundtrack from Gatsby. Seems appropriate...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/755773618538242048,[],[],0,,False,7519,423,1214,,None,,,,,,,[],,,, +6614,755439077235814400,755439077235814400,1468945686000.0,2016-07-19 16:28:06,+0000,,"Will be working at Tesla on Autopilot & Model 3 today, then aiming to pull an all-nighter and complete the master product plan",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/755439077235814400,[],[],0,,False,11139,788,2083,,None,,,,,,,[],,,, +6615,755438366817153024,755420049536606208,1468945516000.0,2016-07-19 16:25:16,+0000,,@drehmer I am!,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/755438366817153024,[],[],0,,False,239,15,9,,None,,,,,,,"[{'screen_name': 'drehmer', 'name': 'Rocket Surgery', 'id': '14199750'}]",,,, +6616,755420049536606208,755420049536606208,1468941149000.0,2016-07-19 15:12:29,+0000,,Returning from Cape Canaveral to California...,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/755420049536606208,[],[],0,,False,2063,215,134,,None,,,,,,,[],,,, +6617,755167487017291776,755166100967550979,1468880933000.0,2016-07-18 22:28:53,+0000,,"Really tempting to redesign upper stage for return too (Falcon Heavy has enough power), but prob best to stay focused on the Mars rocket",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/755167487017291776,[],[],0,,False,3841,409,749,,None,,,,,,,[],,,, +6618,755166100967550979,755166100967550979,1468880603000.0,2016-07-18 22:23:23,+0000,,Can't wait to see all three cores of Falcon Heavy come back for landings! First two will be almost simultaneous. https://t.co/ryMiewZM4L,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/755166100967550979,['http://www.orlandosentinel.com/news/space/go-for-launch/os-spacex-landing-pads-space-coast-20160718-story.html'],[],0,,False,3679,171,1070,,None,,,,,,,[],,,, +6619,755140683112017920,755140683112017920,1468874543000.0,2016-07-18 20:42:23,+0000,,Landing https://t.co/dRWGyyTtCH,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/755140683112017920,[],['https://pbs.twimg.com/tweet_video_thumb/CnrMbncXgAAvV6k.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/CnrMbncXgAAvV6k.jpg,False,9927,253,3206,,None,,,,,,,[],,,, +6620,755137454655541248,754968472929574912,1468873773000.0,2016-07-18 20:29:33,+0000,,@PaulPrijs @alexfrance free Babel fish provided,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/755137454655541248,[],[],0,,False,229,17,15,,None,,,,,,,"[{'screen_name': 'PaulPrijs', 'name': 'Paul Prijs', 'id': '130852117'}, {'screen_name': 'alexfrance', 'name': 'Alex France', 'id': '10439732'}]",,,, +6621,754968472929574912,754968472929574912,1468833485000.0,2016-07-18 09:18:05,+0000,,Bit of a distraction yesterday. Working on plan today.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/754968472929574912,[],[],0,,False,3295,302,442,,None,,,,,,,[],,,, +6622,754931091891453952,754931091891453952,1468824572000.0,2016-07-18 06:49:32,+0000,,Out on LZ-1. We just completed the post-landing inspection and all systems look good. Ready to fly again. https://t.co/1OfA8h7Vrf,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/754931091891453952,[],['https://pbs.twimg.com/media/CnoN011WgAAL4wh.jpg'],1,https://pbs.twimg.com/media/CnoN011WgAAL4wh.jpg,False,13986,349,3899,,None,,,,,,,[],,,, +6623,754908615757234176,754908615757234176,1468819214000.0,2016-07-18 05:20:14,+0000,,Falcon on LZ-1 at Cape Canaveral https://t.co/dBkjBCDIRs,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/754908615757234176,[],['https://pbs.twimg.com/media/Cnn5YVuWYAAmTvt.jpg'],1,https://pbs.twimg.com/media/Cnn5YVuWYAAmTvt.jpg,False,6685,248,1771,,None,,,,,,,[],,,, +6624,754858623357095936,754786895343779840,1468807295000.0,2016-07-18 02:01:35,+0000,,"@BilalNaseer Thanks. Exactly. Some in the press think they're so much smarter than Tesla owners that ""they know better"". Makes no sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/754858623357095936,[],[],0,,False,418,28,51,,None,,,,,,,"[{'screen_name': 'BilalNaseer', 'name': 'Bilal Naseer', 'id': '15795337'}]",,,, +6625,754804233107562496,754786895343779840,1468794327000.0,2016-07-17 22:25:27,+0000,,"@MacTechGenius V8 will be our biggest release since v1, so taking longer to refine. Awesome on every level. Meeting w design team every day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/754804233107562496,[],[],0,,False,458,29,70,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +6626,754801124755013633,754786895343779840,1468793586000.0,2016-07-17 22:13:06,+0000,,"Tesla customers are v smart & don't want media speaking on their behalf abt Autopilot. Recent poll: 0.0% want it disabled -- not 0.1%, 0.0%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/754801124755013633,[],[],0,,False,5607,194,1780,,None,,,,,,,[],,,, +6627,754798592880156672,754769913814941696,1468792982000.0,2016-07-17 22:03:02,+0000,,"@heroineworshipe @BoschGlobal It can at moderate range, but our ultrasonics are very good at human (or anything >= water density) detection",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/754798592880156672,[],[],0,,False,192,10,25,,None,,,,,,,"[{'screen_name': 'heroineworshipe', 'name': 'heroine worshiper', 'id': '276659403'}, {'screen_name': 'BoschGlobal', 'name': 'BoschGlobal', 'id': '217030924'}]",,,, +6628,754793746483572736,754786895343779840,1468791827000.0,2016-07-17 21:43:47,+0000,,@MacTechGenius Improved fan speed algorithm coming soon. Doesn't need to be so loud.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/754793746483572736,[],[],0,,False,270,7,27,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +6629,754786895343779840,754786895343779840,1468790193000.0,2016-07-17 21:16:33,+0000,,Great rebuttal by a Tesla owner to those calling for Autopilot to be disabled. Was written with zero input from us. https://t.co/Kfg1ewKoCZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/754786895343779840,['https://teslamotorsclub.com/tmc/threads/autopilot-note-to-drivers-and-consumer-reports.73715/'],[],0,,False,3405,135,1035,,None,,,,,,,[],,,, +6630,754776743156805632,754272832440250368,1468787773000.0,2016-07-17 20:36:13,+0000,,@Tyler_K_Berg That is a very good point!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/754776743156805632,[],[],0,,False,201,9,7,,None,,,,,,,"[{'screen_name': 'Tyler_K_Berg', 'name': 'Tyler Berg', 'id': '3296793750'}]",,,, +6631,754772663365664768,754272832440250368,1468786800000.0,2016-07-17 20:20:00,+0000,,Have to focus on tonight's @SpaceX launch. Will post Tesla (master) product plan afterwards.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/754772663365664768,[],[],0,,False,3895,247,865,,None,,,,,,,[],,,, +6632,754772024657113088,754769913814941696,1468786648000.0,2016-07-17 20:17:28,+0000,,"Btw, want to thank both Bosch and MobilEye for their help and support in making Autopilot better. Please direct all criticism at Tesla.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/754772024657113088,[],[],0,,False,2508,83,384,,None,,,,,,,[],,,, +6633,754769913814941696,754769913814941696,1468786145000.0,2016-07-17 20:09:05,+0000,,"Promising call today with @BoschGlobal, maker of our radar sensor. Looks like significant improvements possible via OTA software update.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/754769913814941696,[],[],0,,False,3308,119,628,,None,,,,,,,[],,,, +6634,754687525034270720,754652713418428419,1468766502000.0,2016-07-17 14:41:42,+0000,,@Mikey67Tang much appreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/754687525034270720,[],[],0,,False,153,7,8,,None,,,,,,,"[{'screen_name': 'Mikey67Tang', 'name': 'Mikey Johnstone', 'id': '233625547'}]",,,, +6635,754687383308730368,754652713418428419,1468766468000.0,2016-07-17 14:41:08,+0000,,@reddersla Usually true. We need more sane and reasonable people making their voice heard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/754687383308730368,[],[],0,,False,214,10,32,,None,,,,,,,"[{'screen_name': 'reddersla', 'name': 'Neale', 'id': '1184325564'}]",,,, +6636,754652713418428419,754652713418428419,1468758202000.0,2016-07-17 12:23:22,+0000,,Sensible article on Autopilot by @the guardian https://t.co/BbvXaNI4Xk,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/754652713418428419,['https://www.theguardian.com/commentisfree/2016/jul/17/self-driving-car-crash-proves-nothing-tesla-autopilot'],[],0,,False,2800,143,1163,,None,,,,,,,[],,,, +6637,754284893471780864,754272832440250368,1468670507000.0,2016-07-16 12:01:47,+0000,,@ForIn2020 @KellyBlueJazz On the other hand I do answer a toy phone like it's real,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,12,https://twitter.com/elonmusk/status/754284893471780864,[],[],0,,False,497,26,56,,None,,,,,,,"[{'screen_name': 'ForIn2020', 'name': 'ForIn2020🌅', 'id': '823512042'}, {'screen_name': 'KellyBlueJazz', 'name': 'Kelly R', 'id': '4862511498'}]",,,, +6638,754277459009298432,754272832440250368,1468668734000.0,2016-07-16 11:32:14,+0000,,@ForIn2020 @KellyBlueJazz large amounts of crack,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754277459009298432,[],[],0,,False,2066,62,791,,None,,,,,,,"[{'screen_name': 'ForIn2020', 'name': 'ForIn2020🌅', 'id': '823512042'}, {'screen_name': 'KellyBlueJazz', 'name': 'Kelly R', 'id': '4862511498'}]",,,, +6639,754275814456201216,754272832440250368,1468668342000.0,2016-07-16 11:25:42,+0000,,"@KellyBlueJazz 6 hours normally, but a lot less these days",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754275814456201216,[],[],0,,False,323,27,30,,None,,,,,,,"[{'screen_name': 'KellyBlueJazz', 'name': 'Kelly R', 'id': '4862511498'}]",,,, +6640,754272832440250368,754272832440250368,1468667631000.0,2016-07-16 11:13:51,+0000,,Sunday is the end of the week :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754272832440250368,[],[],0,,False,4184,456,790,,None,,,,,,,[],,,, +6641,754272460602617856,753785936257835008,1468667542000.0,2016-07-16 11:12:22,+0000,,@Guid00 yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754272460602617856,[],[],0,,False,95,1,3,,None,,,,,,,"[{'screen_name': 'Guid00', 'name': 'Guido', 'id': '115553230'}]",,,, +6642,754272271372398592,753785936257835008,1468667497000.0,2016-07-16 11:11:37,+0000,,@shortword good up to ~160km/h,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754272271372398592,[],[],0,,False,97,6,6,,None,,,,,,,"[{'screen_name': 'shortword', 'name': 'Paul Kelly', 'id': '15645692'}]",,,, +6643,754263267199979520,753785936257835008,1468665351000.0,2016-07-16 10:35:51,+0000,,Our radar is using a wavelength of 3.9mm. A good size for both decent resolution and rain penetration. Am hopeful...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/754263267199979520,[],[],0,,False,2085,141,311,,None,,,,,,,[],,,, +6644,753845365846138880,753785936257835008,1468565715000.0,2016-07-15 06:55:15,+0000,,@RuthEdick especially well,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/753845365846138880,[],[],0,,False,119,7,5,,None,,,,,,,"[{'screen_name': 'RuthEdick', 'name': 'Ruth Edick', 'id': '3320788901'}]",,,, +6645,753844173313183745,753699861636128768,1468565431000.0,2016-07-15 06:50:31,+0000,,@pfierens Logs were downloaded for NHTSA and NTSB. Identical copies to all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/753844173313183745,[],[],0,,False,124,3,10,,None,,,,,,,"[{'screen_name': 'pfierens', 'name': 'Philippe Fierens', 'id': '235683144'}]",,,, +6646,753843823546028040,753785936257835008,1468565347000.0,2016-07-15 06:49:07,+0000,,"Good thing about radar is that, unlike lidar (which is visible wavelength), it can see through rain, snow, fog and dust",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/753843823546028040,[],[],0,,False,3561,214,636,,None,,,,,,,[],,,, +6647,753795303170420736,753785936257835008,1468553779000.0,2016-07-15 03:36:19,+0000,,@collinalexbell yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753795303170420736,[],[],0,,False,85,10,1,,None,,,,,,,[],,,, +6648,753791633204781058,753785936257835008,1468552904000.0,2016-07-15 03:21:44,+0000,,@erik_smith1 @ihavetweets certainly moderate and maybe big advances w no incremental hardware,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753791633204781058,[],[],0,,False,142,12,14,,None,,,,,,,"[{'screen_name': 'erik_smith1', 'name': 'Erik Smith', 'id': '1367598805'}, {'screen_name': 'ihavetweets', 'name': 'Mark', 'id': '59947766'}]",,,, +6649,753789713807355904,753785936257835008,1468552447000.0,2016-07-15 03:14:07,+0000,,@ihavetweets effective stereo by comparing data at various points in time while moving,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753789713807355904,[],[],0,,False,134,13,13,,None,,,,,,,"[{'screen_name': 'ihavetweets', 'name': 'Mark', 'id': '59947766'}]",,,, +6650,753788944714649600,753785936257835008,1468552263000.0,2016-07-15 03:11:03,+0000,,@SimplyDonya elevation too,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753788944714649600,[],[],0,,False,93,1,3,,None,,,,,,,"[{'screen_name': 'SimplyDonya', 'name': 'ᴱᶫʸˢᶦᵃᶰ ᴸᵘᶫᶫᵃᵇʸ🌻🕊️', 'id': '348634007'}]",,,, +6651,753786870379581442,753699861636128768,1468551769000.0,2016-07-15 03:02:49,+0000,,@DanistopMe only just gained access to physical vehicle,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753786870379581442,[],[],0,,False,117,5,8,,None,,,,,,,"[{'screen_name': 'DanistopMe', 'name': 'Daniel', 'id': '3180659368'}]",,,, +6652,753786447904198657,753699861636128768,1468551668000.0,2016-07-15 03:01:08,+0000,,@att1cus86 @DMC_Ryan AP process crash would show up in logs,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753786447904198657,[],[],0,,False,106,1,4,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +6653,753785936257835008,753785936257835008,1468551546000.0,2016-07-15 02:59:06,+0000,,"Working on using existing Tesla radar by itself (decoupled from camera) w temporal smoothing to create a coarse point cloud, like lidar",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/753785936257835008,[],[],0,,False,6171,361,1972,,None,,,,,,,[],,,, +6654,753781810518122497,753699861636128768,1468550562000.0,2016-07-15 02:42:42,+0000,,"@DMC_Ryan Maybe didn't realize he turned it off, but the car does issue a loud chime and a visual warning on the instrument cluster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/753781810518122497,[],[],0,,False,165,20,15,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +6655,753710366006267904,753699861636128768,1468533529000.0,2016-07-14 21:58:49,+0000,,@scojjac exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/753710366006267904,[],[],0,,False,247,8,13,,None,,,,,,,"[{'screen_name': 'scojjac', 'name': 'scojjac', 'id': '1019305246579777536'}]",,,, +6656,753699861636128768,753699861636128768,1468531024000.0,2016-07-14 21:17:04,+0000,,"Onboard vehicle logs show Autopilot was turned off in Pennsylvania crash. Moreover, crash would not have occurred if it was on.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/753699861636128768,[],[],0,,False,12363,390,5125,,None,,,,,,,[],,,, +6657,753681461576740864,753681461576740864,1468526637000.0,2016-07-14 20:03:57,+0000,,EU regulators find no safety concerns with Autopilot https://t.co/zOykm4XeHP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/753681461576740864,['http://electrek.co/2016/07/14/european-authority-tesla-autopilot-after-beta-scare/'],[],0,,False,3108,120,1030,,None,,,,,,,[],,,, +6658,753525069553381376,753518762511433728,1468489351000.0,2016-07-14 09:42:31,+0000,,@TheHackersNews @defcon It's all fun & games until ... https://t.co/cRAn0S8ooX,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/753525069553381376,['https://en.m.wikipedia.org/wiki/Skynet_(Terminator)'],[],0,,False,440,33,169,,None,,,,,,,"[{'screen_name': 'TheHackersNews', 'name': 'The Hacker News', 'id': '209811713'}, {'screen_name': 'defcon', 'name': 'DEF CON', 'id': '14924965'}]",,,, +6659,753125662874042369,753125662874042369,1468394125000.0,2016-07-13 07:15:25,+0000,,We don't mind taking the heat for customer safety. It is the right thing to do. From @RoadandTrack https://t.co/D181ui1jB0,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/753125662874042369,['http://www.roadandtrack.com/car-culture/news/a29944/leave-tesla-alone/'],[],0,,False,4894,226,1576,,None,,,,,,,[],,,, +6660,752721031735812096,752717982506164224,1468297653000.0,2016-07-12 04:27:33,+0000,,@kumailn @RealDaveBarton @JuddApatow @SiliconHBO @FredericLambert @MikeJudge can't wait to see the costume,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/752721031735812096,[],[],0,,False,320,13,35,,None,,,,,,,"[{'screen_name': 'kumailn', 'name': 'Kumail Nanjiani', 'id': '28406270'}, {'screen_name': 'JuddApatow', 'name': 'Judd Apatow', 'id': '88749392'}, {'screen_name': 'SiliconHBO', 'name': 'Silicon Valley', 'id': '2821417461'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'MikeJudge', 'name': 'Mike Judge', 'id': '930625267'}]",,,, +6661,752719954219192320,752717982506164224,1468297396000.0,2016-07-12 04:23:16,+0000,,@RealDaveBarton @kumailn @JuddApatow @SiliconHBO @FredericLambert Only if I can play a monkey,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/752719954219192320,[],[],0,,False,318,12,43,,None,,,,,,,"[{'screen_name': 'kumailn', 'name': 'Kumail Nanjiani', 'id': '28406270'}, {'screen_name': 'JuddApatow', 'name': 'Judd Apatow', 'id': '88749392'}, {'screen_name': 'SiliconHBO', 'name': 'Silicon Valley', 'id': '2821417461'}]",,,, +6662,752680739213156353,752680739213156353,1468288047000.0,2016-07-12 01:47:27,+0000,,"Tesla finishes last in being salesy! Good. Also, I can't believe there is a real Pied Piper. https://t.co/9Zzijxxyy4",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/752680739213156353,['http://electrek.co/2016/07/11/tesla-finishes-last-mystery-shoppers-study-staff-like-museum-curators/'],[],0,,False,5654,261,1421,,None,,,,,,,[],,,, +6663,752272158517112835,752272158517112835,1468190633000.0,2016-07-10 22:43:53,+0000,,Something like that https://t.co/aufFuB5VXo,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/752272158517112835,['https://twitter.com/jigarshahdc/status/752270566548205569'],[],0,,False,958,78,211,https://twitter.com/jigarshahdc/status/752270566548205569,None,,,,,,,[],,,, +6664,752270839458869249,752218264499949568,1468190319000.0,2016-07-10 22:38:39,+0000,,@nickg_uk already taken care of,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/752270839458869249,[],[],0,,False,322,25,28,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}]",,,, +6665,752218264499949568,752218264499949568,1468177784000.0,2016-07-10 19:09:44,+0000,,Kinda. Creating a seamlessly integrated Tesla battery & solar power product that looks beautiful is the reason https://t.co/4z6MzBB9p2,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/752218264499949568,['https://twitter.com/qz/status/752105104921096192'],[],0,,False,4234,188,1184,https://twitter.com/qz/status/752105104921096192,None,,,,,,,[],,,, +6666,752204733339701249,752190828798353408,1468174558000.0,2016-07-10 18:15:58,+0000,,@SwiftOnSecurity I like your tweets!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/752204733339701249,[],[],0,,False,1023,22,127,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +6667,752204607753842688,752190828798353408,1468174528000.0,2016-07-10 18:15:28,+0000,,"@SwiftOnSecurity Tricky in 140 chars, but: 1B needed for min statistical sample size. More software mods and data may be needed beyond that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/752204607753842688,[],[],0,,False,201,7,26,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +6668,752203559043641344,752203559043641344,1468174278000.0,2016-07-10 18:11:18,+0000,,Blog on Autopilot by @PeterDiamandis https://t.co/LR5zuw3J9X,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/752203559043641344,['http://diamandis.com/tech-blog'],[],0,,False,1235,58,418,,None,,,,,,,[],,,, +6669,752201456980078593,752190828798353408,1468173777000.0,2016-07-10 18:02:57,+0000,,@bolayer @SwiftOnSecurity US is ~11 deaths per billion miles. WW is 17 deaths per billion. Autopilot already much better than either so far.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/752201456980078593,[],[],0,,False,266,21,54,,None,,,,,,,"[{'screen_name': 'bolayer', 'name': 'Bo Layer', 'id': '237428719'}, {'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +6670,752199681166315521,752190828798353408,1468173353000.0,2016-07-10 17:55:53,+0000,,@c4757p @SwiftOnSecurity Unless we get there and find it isn't enough. Just won't be before 1B.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752199681166315521,[],[],0,,False,84,3,3,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +6671,752198648469917696,752190828798353408,1468173107000.0,2016-07-10 17:51:47,+0000,,"@FantaAIex It is extensively tested in the lab and in the Tesla test fleet. However, there is no substitute for real world experience.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752198648469917696,[],[],0,,False,158,10,15,,None,,,,,,,[],,,, +6672,752197971253485568,752190828798353408,1468172946000.0,2016-07-10 17:49:06,+0000,,"@SwiftOnSecurity With less than 1B miles, there simply isn't enough data. 1B is a necessary but not necessarily sufficient condition.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752197971253485568,[],[],0,,False,196,9,23,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +6673,752196881871040512,752190828798353408,1468172686000.0,2016-07-10 17:44:46,+0000,,"@nicatronTg @SwiftOnSecurity Thanks. Point of calling it ""beta"" was to emphasize to those who chose to use it that it wasn't perfect.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752196881871040512,[],[],0,,False,129,10,11,,None,,,,,,,"[{'screen_name': 'nicatronTg', 'name': 'Lucas Nicodemus', 'id': '14098069'}, {'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +6674,752195886990569473,752190828798353408,1468172449000.0,2016-07-10 17:40:49,+0000,,@_CraigR @FortuneMagazine exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752195886990569473,[],[],0,,False,71,0,0,,None,,,,,,,"[{'screen_name': '_CraigR', 'name': 'CraigR', 'id': '1137109897'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +6675,752195771093512192,752190828798353408,1468172421000.0,2016-07-10 17:40:21,+0000,,"@wfederman @stegen @FortuneMagazine that wasn't criticism, just clarification",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752195771093512192,[],[],0,,False,79,2,1,,None,,,,,,,"[{'screen_name': 'wfederman', 'name': 'Will Federman', 'id': '65842968'}, {'screen_name': 'stegen', 'name': 'Michael Stegen', 'id': '24524925'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +6676,752195495263514624,752190828798353408,1468172355000.0,2016-07-10 17:39:15,+0000,,@SwiftOnSecurity why?,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752195495263514624,[],[],0,,False,134,9,6,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwftOmSecyritu', 'id': '2436389418'}]",,,, +6677,752195291093213185,752190828798353408,1468172307000.0,2016-07-10 17:38:27,+0000,,@wfederman @stegen @FortuneMagazine thought I was posting Reuters. Copied the wrong link.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752195291093213185,[],[],0,,False,67,2,1,,None,,,,,,,"[{'screen_name': 'wfederman', 'name': 'Will Federman', 'id': '65842968'}, {'screen_name': 'stegen', 'name': 'Michael Stegen', 'id': '24524925'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +6678,752193726462586881,752190828798353408,1468171934000.0,2016-07-10 17:32:14,+0000,,@vicentes Probably six months. Will include hundreds of refinements to handle rare corner cases in Autopilot.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752193726462586881,[],[],0,,False,137,10,7,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +6679,752193163742228480,752190828798353408,1468171799000.0,2016-07-10 17:29:59,+0000,,"@stegen @FortuneMagazine you're right, no point",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752193163742228480,[],[],0,,False,87,3,1,,None,,,,,,,"[{'screen_name': 'stegen', 'name': 'Michael Stegen', 'id': '24524925'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +6680,752192639403896833,752190828798353408,1468171674000.0,2016-07-10 17:27:54,+0000,,"@chirag Use of word ""beta"" is explicitly so that drivers don't get comfortable. It is not beta software in the standard sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752192639403896833,[],[],0,,False,173,12,18,,None,,,,,,,"[{'screen_name': 'chirag', 'name': 'Chirag Patnaik', 'id': '1469331'}]",,,, +6681,752190828798353408,752190828798353408,1468171243000.0,2016-07-10 17:20:43,+0000,,"Misunderstanding of what ""beta"" means to Tesla for Autopilot: any system w less than 1B miles of real world driving https://t.co/WG5vnFvegI",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752190828798353408,['http://fortune.com/2016/07/10/german-beta-phase-tesla-autopilot/?xid=yahoo_fortune'],[],0,,False,2094,193,665,,None,,,,,,,[],,,, +6682,752184088111362048,752184088111362048,1468169636000.0,2016-07-10 16:53:56,+0000,,Today is Nikola Tesla's birthday. I hope he likes what we've done in his name.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/752184088111362048,[],[],0,,False,32359,566,11308,,None,,,,,,,[],,,, +6683,752182992982843392,752182992982843392,1468169375000.0,2016-07-10 16:49:35,+0000,,"Working on Top Secret Tesla Masterplan, Part 2. Hoping to publish later this week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/752182992982843392,[],[],0,,False,12485,704,3427,,None,,,,,,,[],,,, +6684,751648486416871424,751635420644044800,1468041938000.0,2016-07-09 05:25:38,+0000,,"@BrooklynBrett @LeoOD3 @Conleich Story was fed to LAT & many other media to counter IMF $5T/year fossil subsidy study. Hey, both have a 5!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/751648486416871424,[],[],0,,False,148,15,20,,None,,,,,,,"[{'screen_name': 'BrooklynBrett', 'name': 'Brett', 'id': '19675718'}, {'screen_name': 'LeoOD3', 'name': 'LeoOD3', 'id': '101809360'}]",,,, +6685,751647322375876608,751635420644044800,1468041661000.0,2016-07-09 05:21:01,+0000,,@AllyTaft seriously,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/751647322375876608,[],[],0,,False,111,3,9,,None,,,,,,,"[{'screen_name': 'AllyTaft', 'name': 'Allyson Taft', 'id': '26007626'}]",,,, +6686,751635420644044800,751635420644044800,1468038823000.0,2016-07-09 04:33:43,+0000,,Love reddit. Gandel gets shredded & won't even answer top 3 upvoted questions. Some really funny comments about Koch https://t.co/PJrqys3Rmc,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/751635420644044800,['https://m.reddit.com/r/IAmA/comments/4rqa6q/hey_i_am_stephen_gandel_a_senior_editor_at/?xid=soc_socialflow_twitter_FORTUNE&utm_source=mweb_redirect&compact=true'],[],0,,False,4311,140,821,,None,,,,,,,[],,,, +6687,751516148739416064,751516148739416064,1468010387000.0,2016-07-08 20:39:47,+0000,,"Model S had the lowest probability of injury of any car ever tested by NHTSA, which is why ... https://t.co/9tZZJEc5wg",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/751516148739416064,['http://electrek.co/2016/07/07/tesla-model-s-son-survive-80mph-crash-truck-images/'],[],0,,False,5775,158,2068,,None,,,,,,,[],,,, +6688,751513637861224449,751497461684899841,1468009788000.0,2016-07-08 20:29:48,+0000,,@polina_marinova @alansmurray @CNBC thanks,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/751513637861224449,[],[],0,,False,80,0,8,,None,,,,,,,"[{'screen_name': 'polina_marinova', 'name': 'Polina', 'id': '190408726'}, {'screen_name': 'alansmurray', 'name': 'Alan Murray', 'id': '13565472'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +6689,751318492775747586,751018942395740160,1467963262000.0,2016-07-08 07:34:22,+0000,,"@mrmeireles true, good point",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/751318492775747586,[],[],0,,False,111,7,5,,None,,,,,,,"[{'screen_name': 'mrmeireles', 'name': 'Marcelo Meireles', 'id': '20835362'}]",,,, +6690,751304230594613248,751018942395740160,1467959861000.0,2016-07-08 06:37:41,+0000,,"@alansmurray No, you were misleading mostly on your own, but w many copycats. Jalopnik just lost it's sense of irony & didn't get my tweet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/751304230594613248,[],[],0,,False,131,10,12,,None,,,,,,,"[{'screen_name': 'alansmurray', 'name': 'Alan Murray', 'id': '13565472'}]",,,, +6691,750838518524542980,750336091614359552,1467848827000.0,2016-07-06 23:47:07,+0000,,"@disinformatico @Eddy_Jahn cool, thanks :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750838518524542980,[],[],0,,False,83,7,7,,None,,,,,,,"[{'screen_name': 'disinformatico', 'name': 'Paolo Attivissimo', 'id': '7111232'}, {'screen_name': 'Eddy_Jahn', 'name': 'Edward Jay', 'id': '4313173582'}]",,,, +6692,750837854021058560,750336091614359552,1467848668000.0,2016-07-06 23:44:28,+0000,,@gdoehne @disinformatico @Eddy_Jahn The Google term of self-driving would probably be more appropriate then.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750837854021058560,[],[],0,,False,102,5,7,,None,,,,,,,"[{'screen_name': 'GDoehne', 'name': 'Gitty Doehne', 'id': '993641291614380032'}, {'screen_name': 'disinformatico', 'name': 'Paolo Attivissimo', 'id': '7111232'}, {'screen_name': 'Eddy_Jahn', 'name': 'Edward Jay', 'id': '4313173582'}]",,,, +6693,750837202398093312,750336091614359552,1467848513000.0,2016-07-06 23:41:53,+0000,,"@disinformatico @Eddy_Jahn In other words, the intended implication is that a driver must remain alert, just as a pilot must remain alert.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750837202398093312,[],[],0,,False,174,16,30,,None,,,,,,,"[{'screen_name': 'disinformatico', 'name': 'Paolo Attivissimo', 'id': '7111232'}, {'screen_name': 'Eddy_Jahn', 'name': 'Edward Jay', 'id': '4313173582'}]",,,, +6694,750836652109594626,750336091614359552,1467848382000.0,2016-07-06 23:39:42,+0000,,"@disinformatico @Eddy_Jahn Tesla Tesla Autopilot is named after aircraft autopilot, as it is always expected that a pilot must stay alert.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750836652109594626,[],[],0,,False,272,18,71,,None,,,,,,,"[{'screen_name': 'disinformatico', 'name': 'Paolo Attivissimo', 'id': '7111232'}, {'screen_name': 'Eddy_Jahn', 'name': 'Edward Jay', 'id': '4313173582'}]",,,, +6695,750835746613915648,750829352229695488,1467848166000.0,2016-07-06 23:36:06,+0000,,"@jacobrossi All publicly known Tesla product developments are called out, incl vehicles and batteries. Would be odd *not* to include.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750835746613915648,[],[],0,,False,102,2,7,,None,,,,,,,"[{'screen_name': 'jacobrossi', 'name': 'Jacob Rossi', 'id': '39696825'}]",,,, +6696,750829352229695488,750829352229695488,1467846641000.0,2016-07-06 23:10:41,+0000,,Tesla response to the misleading Fortune articles about Autopilot https://t.co/zWRM3aMnVC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750829352229695488,['http://tesla.com/blog/misfortune'],[],0,,False,3874,202,1630,,None,,,,,,,[],,,, +6697,750820987676061696,750820987676061696,1467844647000.0,2016-07-06 22:37:27,+0000,,Sponsored articles … https://t.co/i8QsJYU4Ee,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/750820987676061696,['http://electrek.co/2016/07/06/fortune-elon-musk-tesla-autopilot-accident-boilerplate-statement/'],[],0,,False,1413,88,382,,None,,,,,,,[],,,, +6698,750446098020503552,750446098020503552,1467755267000.0,2016-07-05 21:47:47,+0000,,Because of course I hate flamingos...(maybe try eating fewer flamingo eggs in your salad) https://t.co/tUKsWqCobo,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/750446098020503552,['http://m.timesofindia.com/tech/computing/How-Elon-Musks-Tesla-Motors-maybe-killing-flamingos-with-its-electric-cars/articleshow/53062798.cms?utm_source=facebook&utm_medium=referral&utm_campaign=TOITech'],[],0,,False,2993,416,728,,None,,,,,,,[],,,, +6699,750354728169644032,750349893869330432,1467733482000.0,2016-07-05 15:44:42,+0000,,@apple_defense @samabuelsamid Exactly! I love Twitter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/750354728169644032,[],[],0,,False,328,13,41,,None,,,,,,,"[{'screen_name': 'apple_defense', 'name': 'Apple La Défense', 'id': '1303774976428986376'}, {'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +6700,750353176570789888,750349893869330432,1467733112000.0,2016-07-05 15:38:32,+0000,,@samabuelsamid Wrong to exclude non-occupant deaths. Autopilot would have prevented this cyclist from being killed https://t.co/ic9liqnyDN,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/750353176570789888,['http://www.autoblog.com/2014/02/10/tesla-new-car-smell-fatal-cyclist-crash/'],[],0,,False,224,18,39,,None,,,,,,,"[{'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +6701,750351150382194688,750336091614359552,1467732629000.0,2016-07-05 15:30:29,+0000,,"@alansmurray If you care about auto deaths as material to stock prices, why no articles about 1M+/year deaths from other auto companies?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/750351150382194688,[],[],0,,False,867,52,204,,None,,,,,,,"[{'screen_name': 'alansmurray', 'name': 'Alan Murray', 'id': '13565472'}]",,,, +6702,750350191044259840,750336091614359552,1467732401000.0,2016-07-05 15:26:41,+0000,,"@alansmurray Yes, it was material to you -- BS article increased your advertising revenue. Just wasn't material to TSLA, as shown by market.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/750350191044259840,[],[],0,,False,737,41,117,,None,,,,,,,"[{'screen_name': 'alansmurray', 'name': 'Alan Murray', 'id': '13565472'}]",,,, +6703,748625979271045121,748620607105839104,1467321316000.0,2016-06-30 21:15:16,+0000,,@artem_zin @theaweary Radar tunes out what looks like an overhead road sign to avoid false braking events,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/748625979271045121,[],[],0,,False,293,101,66,,None,,,,,,,"[{'screen_name': 'artem_zin', 'name': 'Artem Zinnatullin', 'id': '2787250856'}]",,,, +6704,748620607105839104,748620607105839104,1467320036000.0,2016-06-30 20:53:56,+0000,,Our condolences for the tragic loss https://t.co/zI2100zEGL,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/748620607105839104,['https://www.teslamotors.com/blog/tragic-loss'],[],0,,False,3855,291,1525,,None,,,,,,,[],,,, +6705,748144067972759552,748140919501656066,1467206420000.0,2016-06-29 13:20:20,+0000,,@NikolaNikolov16 Shakespeare. Then love-devouring death do what he dare; It is enough I may but call her mine.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/748144067972759552,[],[],0,,False,294,32,51,,None,,,,,,,"[{'screen_name': 'NikolaNikolov16', 'name': 'Dunbar', 'id': '491237825'}]",,,, +6706,748141575163654144,748140919501656066,1467205825000.0,2016-06-29 13:10:25,+0000,,@collinalexbell aspirationally,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/748141575163654144,[],[],0,,False,176,5,10,,None,,,,,,,[],,,, +6707,748140919501656066,748140919501656066,1467205669000.0,2016-06-29 13:07:49,+0000,,"My son recently asked what my favorite animal was. Well, of course … https://t.co/hpTniMe1mF",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/748140919501656066,['http://hitchhikers.wikia.com/wiki/Ravenous_Bugblatter_Beast_of_Traal'],[],0,,False,3232,182,687,,None,,,,,,,[],,,, +6708,748136300952182785,748136300952182785,1467204568000.0,2016-06-29 12:49:28,+0000,,Thoughtful analysis of the Tesla/SolarCity merger by @tsrandall https://t.co/4Ba3px7hb8,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,12,https://twitter.com/elonmusk/status/748136300952182785,['http://www.bloomberg.com/news/articles/2016-06-29/-tesla-solar-wants-to-be-the-apple-store-for-electricity'],[],0,,False,2475,120,1131,,None,,,,,,,[],,,, +6709,747887079808327680,747887079808327680,1467145149000.0,2016-06-28 20:19:09,+0000,,Thanks for the kind bday wishes!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/747887079808327680,[],[],0,,False,5607,987,329,,None,,,,,,,[],,,, +6710,747300198750183424,747300011617071104,1467005226000.0,2016-06-27 05:27:06,+0000,,@vicentes cute!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/747300198750183424,[],[],0,,False,175,27,9,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +6711,747298912986226689,747278446997364740,1467004919000.0,2016-06-27 05:21:59,+0000,,@tjeviston @business exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/747298912986226689,[],[],0,,False,149,4,7,,None,,,,,,,"[{'screen_name': 'tjeviston', 'name': 'Tim Eviston', 'id': '2870255077'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +6712,747298731691696130,747278789969846272,1467004876000.0,2016-06-27 05:21:16,+0000,,@newsycombinator @mashable We haven't signed anything for a factory in China,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/747298731691696130,[],[],0,,False,428,25,98,,None,,,,,,,"[{'screen_name': 'newsycombinator', 'name': 'Hacker News', 'id': '14335498'}]",,,, +6713,747298044861784064,747298044861784064,1467004712000.0,2016-06-27 05:18:32,+0000,,"Deluded, deranged, etc. Journalistic thesaurus sure got a lot of use last week ... https://t.co/KFHD1FXvIe",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/747298044861784064,['http://www.forbes.com/sites/brookecrothers/2016/06/26/this-week-in-tesla-news-elon-musk-is-deluded-deranged-and-other-questionable-headlines/#736393734035'],[],0,,False,4188,400,1036,,None,,,,,,,[],,,, +6714,745424036121837568,745403573329100804,1466557914000.0,2016-06-22 01:11:54,+0000,,"@Recode Article is misleading to readers. No one is ""taking home"" anything. In a stock for stock transaction, nothing comes off the table.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/745424036121837568,[],[],0,,False,757,90,156,,None,,,,,,,"[{'screen_name': 'Recode', 'name': 'Recode', 'id': '2244340904'}]",,,, +6715,745010737215504384,745008745604734976,1466459376000.0,2016-06-20 21:49:36,+0000,,@WilliamShatner Of course. Our love will never die.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/745010737215504384,[],[],0,,False,555,28,81,,None,,,,,,,"[{'screen_name': 'WilliamShatner', 'name': 'William Shatner', 'id': '15227791'}]",,,, +6716,744919583102951424,744919583102951424,1466437643000.0,2016-06-20 15:47:23,+0000,,This is going to be great https://t.co/jnej9HaBef,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/744919583102951424,['http://www.rollingstone.com/tv/news/watch-sentient-robots-in-creepy-westworld-trailer-20160620'],[],0,,False,2993,151,827,,None,,,,,,,[],,,, +6717,744552907563991040,744551674082136066,1466350220000.0,2016-06-19 15:30:20,+0000,,@KatelynBrock Drive units and battery are sealed,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/744552907563991040,[],[],0,,False,792,25,38,,None,,,,,,,"[{'screen_name': 'KatelynBrock', 'name': 'Antonia Bradley', 'id': '71026183'}]",,,, +6718,744552621072064512,744552621072064512,1466350152000.0,2016-06-19 15:29:12,+0000,,"If curious abt TSWLM car, am still planning to do a sports sub car that can drive on roads. Just a side project. Limited market potential :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/744552621072064512,[],[],0,,False,3571,244,675,,None,,,,,,,[],,,, +6719,744551674082136066,744551674082136066,1466349926000.0,2016-06-19 15:25:26,+0000,,"We *def* don't recommended this, but Model S floats well enough to turn it into a boat for short periods of time. Thrust via wheel rotation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/744551674082136066,[],[],0,,False,18353,634,7453,,None,,,,,,,[],,,, +6720,744549842496655360,744549842496655360,1466349490000.0,2016-06-19 15:18:10,+0000,,Tesla owner drives through a flooded tunnel & out the other side https://t.co/RmPxdZShhq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/744549842496655360,['http://electrek.co/2016/06/18/tesla-model-s-driving-swimming-flooded-tunnel-video/'],[],0,,False,4560,185,2304,,None,,,,,,,[],,,, +6721,743603466631733248,743603466631733248,1466123856000.0,2016-06-17 00:37:36,+0000,,"As mentioned at the beginning of the year, I'm expecting ~70% success rate on landings for the year. 2016 is the year of experimentation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/743603466631733248,[],[],0,,False,6420,248,1367,,None,,,,,,,[],,,, +6722,743602894226653184,743602894226653184,1466123720000.0,2016-06-17 00:35:20,+0000,,Looks like early liquid oxygen depletion caused engine shutdown just above the deck https://t.co/Sa6uCkpknY,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/743602894226653184,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/743602865516646402/pu/img/TKZhpVTb2PjToWnS.jpg,False,10838,634,5037,,None,,,,,,,[],,,, +6723,743602229307805696,743602229307805696,1466123561000.0,2016-06-17 00:32:41,+0000,,"Turns out the landing was not as fast we thought, but still hard enough to destroy the primary airframe and accordion the engines",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/743602229307805696,[],[],0,,False,3078,193,688,,None,,,,,,,[],,,, +6724,743600755739754497,743482256547733504,1466123210000.0,2016-06-17 00:26:50,+0000,,@fucktyler Thanks Tyler,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/743600755739754497,[],[],0,,False,18922,60,7797,,None,,,,,,,[],,,, +6725,743102502225076227,743102502225076227,1466004417000.0,2016-06-15 15:26:57,+0000,,Landing video will be posted when we gain access to cameras on the droneship later today. Maybe hardest impact to date. Droneship still ok.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743102502225076227,[],[],0,,False,4968,372,1189,,None,,,,,,,[],,,, +6726,743099301174247424,743099301174247424,1466003654000.0,2016-06-15 15:14:14,+0000,,Upgrades underway to enable rocket to compensate for a thrust shortfall on one of the three landing engines. Probably get there end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743099301174247424,[],[],0,,False,3640,192,783,,None,,,,,,,[],,,, +6727,743098357728444418,743097124011802624,1466003429000.0,2016-06-15 15:10:29,+0000,,@AstroOrionMK @BadAstronomer Quite rapid... Yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743098357728444418,[],[],0,,False,220,5,28,,None,,,,,,,"[{'screen_name': 'AstroOrionMK', 'name': 'Orion MK', 'id': '2979185716'}, {'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}]",,,, +6728,743097668725940225,743097668725940225,1466003264000.0,2016-06-15 15:07:44,+0000,,RUD = Rapid Unscheduled Disassembly :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743097668725940225,[],[],0,,False,5856,241,1951,,None,,,,,,,[],,,, +6729,743097337782763521,743097337782763521,1466003186000.0,2016-06-15 15:06:26,+0000,,Looks like thrust was low on 1 of 3 landing engines. High g landings v sensitive to all engines operating at max.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743097337782763521,[],[],0,,False,2539,137,902,,None,,,,,,,[],,,, +6730,743096769001578498,743096769001578498,1466003050000.0,2016-06-15 15:04:10,+0000,,"Ascent phase & satellites look good, but booster rocket had a RUD on droneship",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743096769001578498,[],[],0,,False,3245,200,1469,,None,,,,,,,[],,,, +6731,742120520678703105,742120520678703105,1465770294000.0,2016-06-12 22:24:54,+0000,,Highly recommend anything by Sean Carroll https://t.co/yVbceZm0Io,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742120520678703105,['https://twitter.com/seanmcarroll/status/728599116456984577'],[],0,,False,1777,78,323,https://twitter.com/seanmcarroll/status/728599116456984577,None,,,,,,,[],,,, +6732,742117913788719104,742112552633520128,1465769673000.0,2016-06-12 22:14:33,+0000,,"@seanmcarroll Am concerned that advanced life may be inherently unstable. Arguably, any civ capable of extinguishing itself eventually will.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742117913788719104,[],[],0,,False,429,53,115,,None,,,,,,,"[{'screen_name': 'seanmcarroll', 'name': 'Sean Carroll', 'id': '21611239'}]",,,, +6733,742117250799280128,742112552633520128,1465769515000.0,2016-06-12 22:11:55,+0000,,"@seanmcarroll Life you can talk to is another matter, of course. Many, many orders of magnitude less likely.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742117250799280128,[],[],0,,False,188,15,23,,None,,,,,,,"[{'screen_name': 'seanmcarroll', 'name': 'Sean Carroll', 'id': '21611239'}]",,,, +6734,742116619481014272,742112552633520128,1465769364000.0,2016-06-12 22:09:24,+0000,,@seanmcarroll No way. Look at chemotrophs and extremophiles. Primitive life is bloody everywhere. Highly under the ice on Europa imo.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742116619481014272,[],[],0,,False,286,35,44,,None,,,,,,,"[{'screen_name': 'seanmcarroll', 'name': 'Sean Carroll', 'id': '21611239'}]",,,, +6735,742115725477744640,742107564733661186,1465769151000.0,2016-06-12 22:05:51,+0000,,@spoite @rsmoz Hence the urgency of making life as we know it multiplanetary as soon as possible,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742115725477744640,[],[],0,,False,239,26,36,,None,,,,,,,"[{'screen_name': 'spoite', 'name': 'Spoite', 'id': '259931217'}, {'screen_name': 'rsmoz', 'name': 'moz ⚛️', 'id': '198601881'}]",,,, +6736,742108893459800065,742107564733661186,1465767522000.0,2016-06-12 21:38:42,+0000,,"@rsmoz That, speed of light constraint and quantum mechanics",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/742108893459800065,[],[],0,,False,234,36,28,,None,,,,,,,"[{'screen_name': 'rsmoz', 'name': 'moz ⚛️', 'id': '198601881'}]",,,, +6737,742108297122054147,742108297122054147,1465767380000.0,2016-06-12 21:36:20,+0000,,"And, no, I'm not an alien...but I used to be one",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/742108297122054147,[],[],0,,False,9526,411,3175,,None,,,,,,,[],,,, +6738,742107564733661186,742107564733661186,1465767205000.0,2016-06-12 21:33:25,+0000,,Latest science predicts > trillion alien civilizations. Either they don't last long or there are a *lot* of aliens https://t.co/oC9B2FlUuF,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/742107564733661186,['http://mobile.nytimes.com/2016/06/12/opinion/sunday/yes-there-have-been-aliens.html?smprod=nytcore-iphone&smid=nytcore-iphone-share&referer='],[],0,,False,4818,283,2334,,None,,,,,,,[],,,, +6739,741442624611966976,741411531582115841,1465608671000.0,2016-06-11 01:31:11,+0000,,"@BenjaminRPhoto @StephenPace Yeah, that matches what we've found so far. More likely unhinged than nefarious.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/741442624611966976,[],[],0,,False,182,147,20,,None,,,,,,,"[{'screen_name': 'BenjaminRPhoto', 'name': 'Benjamin Rosamond', 'id': '320500801'}, {'screen_name': 'StephenPace', 'name': 'Stephen Pace ❄', 'id': '14164137'}]",,,, +6740,741412152288808960,741411531582115841,1465601406000.0,2016-06-10 23:30:06,+0000,,Would seem to indicate that one or more people sought to create the false impression of a safety issue where none existed. Q is why?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/741412152288808960,[],[],0,,False,2621,622,624,,None,,,,,,,[],,,, +6741,741411531582115841,741411531582115841,1465601258000.0,2016-06-10 23:27:38,+0000,,"Of greater concern: 37 of 40 suspension complaints to NHTSA were fraudulent, i.e. false location or vehicle identification numbers were used",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/741411531582115841,[],[],0,,False,3552,202,1107,,None,,,,,,,[],,,, +6742,741410425787404288,741410425787404288,1465600994000.0,2016-06-10 23:23:14,+0000,,NHTSA confirmed today that they found no safety concern with the Model S suspension and have no further need for data from us on this matter,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/741410425787404288,[],[],0,,False,4724,151,1388,,None,,,,,,,[],,,, +6743,741341906999771136,741326703432241152,1465584658000.0,2016-06-10 18:50:58,+0000,,@DefTechPat That is correct. It was about innovation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/741341906999771136,[],[],0,,False,124,14,15,,None,,,,,,,"[{'screen_name': 'DefTechPat', 'name': 'Patrick Tucker', 'id': '25819140'}]",,,, +6744,741315106370244609,741315106370244609,1465578268000.0,2016-06-10 17:04:28,+0000,,Nice comment about the Model S by CvK on @TopGear_BBCA https://t.co/UlEn51onnG,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/741315106370244609,['http://www.topgear.com/car-news/interview/qa-pagani-vs-koenigsegg#7'],[],0,,False,946,42,160,,None,,,,,,,[],,,, +6745,740728719065665536,740723195431538689,1465438463000.0,2016-06-09 02:14:23,+0000,,@AdamHuet no,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/740728719065665536,[],[],0,,False,314,31,24,,None,,,,,,,"[{'screen_name': 'AdamHuet', 'name': 'Adam Huet', 'id': '198247582'}]",,,, +6746,740723195431538689,740723195431538689,1465437146000.0,2016-06-09 01:52:26,+0000,,Something about a flying metal suit... https://t.co/6Z1D9iZ1fV,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/740723195431538689,['http://www.cnn.com/2016/06/08/politics/elon-musk-ash-carter-pentagon/'],[],0,,False,11056,404,4761,,None,,,,,,,[],,,, +6747,740540471081062401,740383850820296707,1465393581000.0,2016-06-08 13:46:21,+0000,,@danahull yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/740540471081062401,[],[],0,,False,118,6,13,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +6748,740387141591535616,740383850820296707,1465357024000.0,2016-06-08 03:37:04,+0000,,S and X cells are also Panasonic,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/740387141591535616,[],[],0,,False,1571,110,310,,None,,,,,,,[],,,, +6749,740383850820296707,740383850820296707,1465356240000.0,2016-06-08 03:24:00,+0000,,Would like to clarify that Tesla is working exclusively with Panasonic for Model 3 cells. News articles claiming otherwise are incorrect.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/740383850820296707,[],[],0,,False,5411,159,1566,,None,,,,,,,[],,,, +6750,740296489532948480,740296489532948480,1465335411000.0,2016-06-07 21:36:51,+0000,,Fourth rocket arrives in the hangar. Aiming for first reflight in Sept/Oct. https://t.co/TqW8d6Cc3U,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/740296489532948480,[],['https://pbs.twimg.com/media/CkYPuxwUYAMaJLX.jpg'],1,https://pbs.twimg.com/media/CkYPuxwUYAMaJLX.jpg,False,8378,235,2258,,None,,,,,,,[],,,, +6751,739631614100004864,739594006762393600,1465176893000.0,2016-06-06 01:34:53,+0000,,"@tedismeiamted @PlayOverwatch @Blizzard_Ent PC, of course",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/739631614100004864,[],[],0,,False,2113,85,487,,None,,,,,,,"[{'screen_name': 'tedismeiamted', 'name': 'Ted Lim', 'id': '37027651'}, {'screen_name': 'PlayOverwatch', 'name': 'Overwatch', 'id': '2420931980'}, {'screen_name': 'Blizzard_Ent', 'name': 'Blizzard Entertainment', 'id': '331908924'}]",,,, +6752,739594006762393600,739594006762393600,1465167926000.0,2016-06-05 23:05:26,+0000,,Highly recommend @PlayOverwatch by the good people of @Blizzard_Ent if you like ultrafast team FPS action https://t.co/GAIamvAPnn,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/739594006762393600,['https://m.youtube.com/watch?v=oozuU1LI6XM'],[],0,,False,9571,332,3240,,None,,,,,,,[],,,, +6753,739557011554066432,739557011554066432,1465159106000.0,2016-06-05 20:38:26,+0000,,Trippy https://t.co/DtMD5AIRiq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/739557011554066432,['https://twitter.com/discovermag/status/739547392920289281'],[],0,,False,2015,70,685,https://twitter.com/discovermag/status/739547392920289281,None,,,,,,,[],,,, +6754,739509168722186241,739505236079955968,1465147699000.0,2016-06-05 17:28:19,+0000,,@ahess247 @Recode I love Douglas Adams! My favorite spaceship ever is in HHGTTG.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/739509168722186241,[],[],0,,False,201,85,30,,None,,,,,,,"[{'screen_name': 'ahess247', 'name': 'Arik Hesseldahl', 'id': '1045751'}]",,,, +6755,739193563938856960,739193563938856960,1465072453000.0,2016-06-04 20:34:13,+0000,,Exactly https://t.co/cy1AbIIo42,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/739193563938856960,['http://www.vox.com/2016/6/3/11837888/simulation-problem'],[],0,,False,4171,538,1708,,None,,,,,,,[],,,, +6756,739185293664747520,739185293664747520,1465070482000.0,2016-06-04 20:01:22,+0000,,Good article from @themotleyfool explaining how little incentives have actually contributed to Tesla funding https://t.co/zfC8di7EDX,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/739185293664747520,['http://www.fool.com/investing/2016/06/04/this-is-how-little-government-support-tesla-motors.aspx?source=yahoo-2&utm_campaign=article&utm_medium=feed&utm_source=yahoo-2'],[],0,,False,1683,61,485,,None,,,,,,,[],,,, +6757,739176652517707776,738998975118737408,1465068421000.0,2016-06-04 19:27:01,+0000,,@SwiftOnSecurity how did you know?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/739176652517707776,[],[],0,,False,298,11,45,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +6758,739006012749799424,739006012749799424,1465027738000.0,2016-06-04 08:08:58,+0000,,Creating a neural lace is the thing that really matters for humanity to achieve symbiosis with machines,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/739006012749799424,[],[],0,,False,4943,558,1653,,None,,,,,,,[],,,, +6759,739004504289353729,738998975118737408,1465027378000.0,2016-06-04 08:02:58,+0000,,@JedBrown5 @renzdimaandal @Goetzman @Tom_Stears exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/739004504289353729,[],[],0,,False,84,19,10,,None,,,,,,,"[{'screen_name': 'JedBrown5', 'name': 'Jed Brown', 'id': '1135701193'}, {'screen_name': 'renzdimaandal', 'name': 'Renz', 'id': '632593700'}, {'screen_name': 'Goetzman', 'name': 'Michael Goetzman', 'id': '56207177'}, {'screen_name': 'Tom_Stears', 'name': 'Thomas Tamblyn', 'id': '22143627'}]",,,, +6760,739001483249618948,738998975118737408,1465026658000.0,2016-06-04 07:50:58,+0000,,@renzdimaandal @Tom_Stears It is simulations all the way down,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/739001483249618948,[],[],0,,False,252,35,26,,None,,,,,,,"[{'screen_name': 'renzdimaandal', 'name': 'Renz', 'id': '632593700'}, {'screen_name': 'Tom_Stears', 'name': 'Thomas Tamblyn', 'id': '22143627'}]",,,, +6761,738998975118737408,738998975118737408,1465026060000.0,2016-06-04 07:41:00,+0000,,"At this point, I'm really running out of crazy things to say. Any suggestions? https://t.co/dGVJBcSZn2",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/738998975118737408,['http://m.huffpost.com/uk/entry/uk_575033e0e4b040e3e8192344?edition=uk'],[],0,,False,8738,1344,3027,,None,,,,,,,[],,,, +6762,738856423656808448,738854245022109697,1464992073000.0,2016-06-03 22:14:33,+0000,,@lessteza control of super powerful AI by a small number of humans is the most proximate concern,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/738856423656808448,[],[],0,,False,268,29,60,,None,,,,,,,"[{'screen_name': 'lessteza', 'name': 'Morteza Behrooz', 'id': '46769363'}]",,,, +6763,738805691528318976,738805691528318976,1464979977000.0,2016-06-03 18:52:57,+0000,,Just heard that Norway will ban new sales of fuel cars in 2025. What an amazingly awesome country. You guys rock!! https://t.co/uAXuBkDYuR,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/738805691528318976,[],['https://pbs.twimg.com/media/CkDD3DkUkAA-YXj.jpg'],1,https://pbs.twimg.com/media/CkDD3DkUkAA-YXj.jpg,False,28736,923,16389,,None,,,,,,,[],,,, +6764,738775567055523841,738775567055523841,1464972795000.0,2016-06-03 16:53:15,+0000,,"Yay, baby made it home! https://t.co/KYyUX9zNYD",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/738775567055523841,['http://www.universetoday.com/129240/falcon-9-arriving-droneship/'],[],0,,False,3440,128,778,,None,,,,,,,[],,,, +6765,738471747540783104,738470842695176192,1464900359000.0,2016-06-02 20:45:59,+0000,,@mattyteare @karaswisher @waltmossberg @YouTube autosteering chutes will be added soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/738471747540783104,[],[],0,,False,185,14,37,,None,,,,,,,"[{'screen_name': 'mattyteare', 'name': 'Matt Teare', 'id': '71027770'}, {'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}, {'screen_name': 'waltmossberg', 'name': 'Walt Mossberg', 'id': '5746452'}, {'screen_name': 'YouTube', 'name': 'YouTube', 'id': '10228272'}]",,,, +6766,738470842695176192,738470842695176192,1464900143000.0,2016-06-02 20:42:23,+0000,,Recode interview with @karaswisher and @waltmossberg https://t.co/BDqQ7RreV2 via @YouTube,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/738470842695176192,['https://youtu.be/wsixsRI-Sz4?list=PLKof9YSAshgyPqlK-UUYrHfIQaOzFPSL4'],[],0,,False,2149,120,751,,None,,,,,,,[],,,, +6767,738191872502423552,738191872502423552,1464833632000.0,2016-06-02 02:13:52,+0000,,Supercharger policy explained well by @LATimes: https://t.co/F0CInMW1yU Will post detailed description soon. I think it's a good balance.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/738191872502423552,['http://www.latimes.com/business/autos/la-fi-hy-tesla-model-3-chargers-20160601-snap-story.html'],[],0,,False,1882,249,711,,None,,,,,,,[],,,, +6768,737859967450021889,737859967450021889,1464754499000.0,2016-06-01 04:14:59,+0000,,Good summary of Tesla annual meeting by @katiefehren https://t.co/G3enS77hJ7,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/737859967450021889,['http://fortune.com/2016/05/31/elon-musk-confessions-tesla/'],[],0,,False,2490,91,1051,,None,,,,,,,[],,,, +6769,737102578828206080,737095056704737280,1464573924000.0,2016-05-30 02:05:24,+0000,,@iwanttobeanurse Sorry to hear that. Will take care of this & investigate to see if issues you encountered are systemic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/737102578828206080,[],[],0,,False,140,44,7,,None,,,,,,,"[{'screen_name': 'iwanttobeanurse', 'name': 'Lisa', 'id': '50094536'}]",,,, +6770,736787058170068993,736787058170068993,1464498698000.0,2016-05-29 05:11:38,+0000,,So it was good for you too ... https://t.co/9cxo39N1lQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/736787058170068993,['https://twitter.com/edloh/status/733413864671318016'],[],0,,False,4191,106,1036,https://twitter.com/edloh/status/733413864671318016,None,,,,,,,[],,,, +6771,736380977354657792,736380977354657792,1464401880000.0,2016-05-28 02:18:00,+0000,,Fast replay of today's rocket landing on SpaceX droneship OCISLY https://t.co/I0QQ2D3BtE,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/736380977354657792,['https://youtu.be/4jEz03Z8azc'],[],0,,False,14675,714,9482,,None,,,,,,,[],,,, +6772,736373856823181312,736320322996076548,1464400183000.0,2016-05-28 01:49:43,+0000,,"@dfjsteve Very similar. The crush core in the Falcon legs is reusable after soft landings, but needs to be replaced after hard.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/736373856823181312,[],[],0,,False,286,11,41,,None,,,,,,,"[{'screen_name': 'dfjsteve', 'name': 'dfjst', 'id': '2394746604'}]",,,, +6773,736328917317910528,736320322996076548,1464389468000.0,2016-05-27 22:51:08,+0000,,Crush core is aluminum honeycomb for energy absorption in the telescoping actuator. Easy to replace (if Falcon makes it back to port).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/736328917317910528,[],[],0,,False,2167,143,464,,None,,,,,,,[],,,, +6774,736320322996076548,736320322996076548,1464387419000.0,2016-05-27 22:16:59,+0000,,"Rocket landing speed was close to design max & used up contingency crush core, hence back & forth motion. Prob ok, but some risk of tipping.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/736320322996076548,[],[],0,,False,5247,245,1252,,None,,,,,,,[],,,, +6775,736319295345434625,736319295345434625,1464387174000.0,2016-05-27 22:12:54,+0000,,"Satellite deployed to 91,000 km apogee. All looks good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/736319295345434625,[],[],0,,False,3774,162,747,,None,,,,,,,[],,,, +6776,736310020644569088,736310020644569088,1464384963000.0,2016-05-27 21:36:03,+0000,,3 mins to launch https://t.co/i5jNDs9MCO,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/736310020644569088,['https://twitter.com/spacex/status/736305431417491457'],[],0,,False,2306,134,659,https://twitter.com/spacex/status/736305431417491457,None,,,,,,,[],,,, +6777,735965207625932801,735888613179719680,1464302753000.0,2016-05-26 22:45:53,+0000,,"@SpaceX There was a tiny glitch in the motion of an upper stage engine actuator. Probably not a flight risk, but still worth investigating.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/735965207625932801,[],[],0,,False,2172,126,707,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6778,735480275988156418,735480275988156418,1464187137000.0,2016-05-25 14:38:57,+0000,,Really fun Model X review by @MotorTrend. Best part is X racing while towing a fuel sports car https://t.co/0KzOpoIarx,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/735480275988156418,['https://m.youtube.com/watch?v=ib-02b2ooLY'],[],0,,False,3419,116,1263,,None,,,,,,,[],,,, +6779,734274360588926976,734248945715531777,1463899624000.0,2016-05-22 06:47:04,+0000,,"@SchaFFFFFF Flight 24 is def capable of flying again, but it makes sense to apply ground delta qual to rocket w toughest entry conditions.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/734274360588926976,[],[],0,,False,261,17,51,,None,,,,,,,"[{'screen_name': 'SchaFFFFFF', 'name': 'SchaFFFFFF', 'id': '22047407'}]",,,, +6780,733362268570669056,733362268570669056,1463682164000.0,2016-05-19 18:22:44,+0000,,Great image of ancient Mars https://t.co/iy3AngxKlq,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/733362268570669056,['https://twitter.com/discovermag/status/733361619133026304'],[],0,,False,2163,92,743,https://twitter.com/discovermag/status/733361619133026304,None,,,,,,,[],,,, +6781,733021242744135680,733007230149107712,1463600857000.0,2016-05-18 19:47:37,+0000,,"@jlgolson No prob. We care about doing what's fair & just. Don't always get it right, but intent is always there & we make amends when wrong",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/733021242744135680,[],[],0,,False,471,14,63,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +6782,733016945654517760,733007230149107712,1463599833000.0,2016-05-18 19:30:33,+0000,,"@jlgolson Per the letter, Tesla paid $55/hr for *additional* services, so no.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/733016945654517760,[],[],0,,False,121,6,10,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +6783,733009265288314881,733007230149107712,1463598002000.0,2016-05-18 19:00:02,+0000,,"@jlgolson Yes, but it is false of Merc News to say that Tesla took advantage of low cost labor. We paid $55/hr. That is unequivocal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/733009265288314881,[],[],0,,False,340,11,51,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +6784,733007602565570560,733007230149107712,1463597605000.0,2016-05-18 18:53:25,+0000,,"We still need to make sure that the injured person is taken care of, but less & less of the Merc story appears to be true",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/733007602565570560,[],[],0,,False,1503,57,281,,None,,,,,,,[],,,, +6785,733007230149107712,733007230149107712,1463597516000.0,2016-05-18 18:51:56,+0000,,Merc News story about Tesla using $5/hr labor seems to be missing a digit. Tesla actually paid $55/hr. https://t.co/2dTH0ncdKX,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/733007230149107712,[],"['https://pbs.twimg.com/media/CiwqLVfUYAABWSu.jpg', 'https://pbs.twimg.com/media/CiwqLVgVAAAWML5.jpg']",1,https://pbs.twimg.com/media/CiwqLVfUYAABWSu.jpg,False,6374,209,1906,,None,,,,,,,[],,,, +6786,732656393463832576,732640714446671872,1463513870000.0,2016-05-17 19:37:50,+0000,,"@drkevinleung @Tesla_Canada Totally agree. Am told this will be fixed by Thurs, maybe Fri.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/732656393463832576,[],[],0,,False,99,3,10,,None,,,,,,,"[{'screen_name': 'drkevinleung', 'name': 'Dr Kevin Leung', 'id': '4314475719'}, {'screen_name': 'Tesla_Canada', 'name': 'Tesla Motors Canada', 'id': '2569974674'}]",,,, +6787,732330010053222400,731981135454986240,1463436055000.0,2016-05-16 22:00:55,+0000,,@joshuapinter @juliusvolz Full height of Falcon 9 boost stage on legs is ~165 ft,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/732330010053222400,[],[],0,,False,244,11,37,,None,,,,,,,"[{'screen_name': 'joshuapinter', 'name': 'Joshua Pinter', 'id': '28595285'}, {'screen_name': 'juliusvolz', 'name': 'Julius Volz', 'id': '65666100'}]",,,, +6788,732329443776024576,732329443776024576,1463435920000.0,2016-05-16 21:58:40,+0000,,"Falcon Heavy side boosters can use most of the same airframe as Falcon 9, but center core needs to be buffed up a lot for transfer loads.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/732329443776024576,[],[],0,,False,2425,138,421,,None,,,,,,,[],,,, +6789,732247546924388353,732247546924388353,1463416394000.0,2016-05-16 16:33:14,+0000,,Response to a Mercury News article about an injury on our premises https://t.co/3BFgV6Hfia,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/732247546924388353,['https://www.teslamotors.com/blog/response-mercury-news-article-hidden-workforce-expanding-teslas-factory'],[],0,,False,2314,137,634,,None,,,,,,,[],,,, +6790,732066441554362368,732054629689626624,1463373215000.0,2016-05-16 04:33:35,+0000,,@margotroosevelt Only heard about this today. Sounds like the wrong thing happened on many levels. Will investigate and make it right.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/732066441554362368,[],[],0,,False,279,23,48,,None,,,,,,,"[{'screen_name': 'margotroosevelt', 'name': 'Margot Roosevelt', 'id': '112873659'}]",,,, +6791,732042627445460992,731984739012251648,1463367537000.0,2016-05-16 02:58:57,+0000,,"@bittdk Better. Not there yet, but a solution is likely.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/732042627445460992,[],[],0,,False,150,9,21,,None,,,,,,,"[{'screen_name': 'bittdk', 'name': 'Raket_Mand', 'id': '4248808311'}]",,,, +6792,732041468085342210,731984739012251648,1463367261000.0,2016-05-16 02:54:21,+0000,,@4kpixelsyt yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/732041468085342210,[],[],0,,False,108,4,9,,None,,,,,,,[],,,, +6793,732040492607643652,731981135454986240,1463367028000.0,2016-05-16 02:50:28,+0000,,@mmustapic yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/732040492607643652,[],[],0,,False,88,7,6,,None,,,,,,,"[{'screen_name': 'mmustapic', 'name': 'Marco Mustapic', 'id': '13516352'}]",,,, +6794,731984739012251648,731984739012251648,1463353736000.0,2016-05-15 23:08:56,+0000,,"Most recent rocket took max damage, due to v high entry velocity. Will be our life leader for ground tests to confirm others are good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/731984739012251648,[],[],0,,False,4443,190,951,,None,,,,,,,[],,,, +6795,731981135454986240,731981135454986240,1463352876000.0,2016-05-15 22:54:36,+0000,,Three's company https://t.co/nRfFmTpzZw,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/731981135454986240,[],['https://pbs.twimg.com/media/CiiE3O_UgAA0m_9.jpg'],1,https://pbs.twimg.com/media/CiiE3O_UgAA0m_9.jpg,False,11775,266,3185,,None,,,,,,,[],,,, +6796,731605780969951232,731604873540685825,1463263385000.0,2016-05-14 22:03:05,+0000,,@r_SpaceX @reddit will do another AMA just before reflight of the rocket in a few months,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/731605780969951232,[],[],0,,False,663,39,110,,None,,,,,,,"[{'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}]",,,, +6797,731604873540685825,731604873540685825,1463263169000.0,2016-05-14 21:59:29,+0000,,Dog snuggle thread on reddit. Comments get really good. https://t.co/7Cc6rnsvSn,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/731604873540685825,['http://reddit.com/r/aww/comments/4j8p6d/can_i_snuggle_with_you/'],[],0,,False,1825,83,421,,None,,,,,,,[],,,, +6798,731596033621409792,731596033621409792,1463261061000.0,2016-05-14 21:24:21,+0000,,Excited to announce Tesla's entry into automotive racing! https://t.co/PZH1LDXPWl,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/731596033621409792,['https://twitter.com/teslamotors/status/731581807099944960'],[],0,,False,3065,133,909,https://twitter.com/teslamotors/status/731581807099944960,None,,,,,,,[],,,, +6799,730867197942206464,730862007528914944,1463087293000.0,2016-05-12 21:08:13,+0000,,@ClubTeslaES @TeslaMotors también te amo,es,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/730867197942206464,[],[],0,,False,1104,57,683,,None,,,,,,,"[{'screen_name': 'ClubTeslaES', 'name': 'Club Tesla España (💉)', 'id': '716976549946335232'}]",,,, +6800,730627568756383746,730626697171771393,1463030161000.0,2016-05-12 05:16:01,+0000,,@iwritethewrong It's probably the Ambien,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/730627568756383746,[],[],0,,False,378,52,63,,None,,,,,,,[],,,, +6801,730624508814458880,730624508814458880,1463029431000.0,2016-05-12 05:03:51,+0000,,Definitely https://t.co/7gEkc0mt9O,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/730624508814458880,['http://m.nasdaq.com/article/as-solarcity-scty-crashes-is-elon-musk-overrated-cm619241'],[],0,,False,2976,351,677,,None,,,,,,,[],,,, +6802,730595677936324608,730595677936324608,1463022558000.0,2016-05-12 03:09:18,+0000,,Ok https://t.co/jJJR28UGrK,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/730595677936324608,['https://twitter.com/electrekco/status/730376242147504128'],[],0,,False,3398,141,864,https://twitter.com/electrekco/status/730376242147504128,None,,,,,,,[],,,, +6803,730592699011604481,730592699011604481,1463021847000.0,2016-05-12 02:57:27,+0000,,Full credit to the team that's doing this. All happening without any help from me. https://t.co/FAZE01lleA,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/730592699011604481,['https://twitter.com/cnbc/status/730463295820292096'],[],0,,False,5759,123,2321,https://twitter.com/cnbc/status/730463295820292096,None,,,,,,,[],,,, +6804,729850448832659457,729762769013104640,1462844881000.0,2016-05-10 01:48:01,+0000,,@vicentes @TeslaMotors @Tim_Stevens @CNET coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/729850448832659457,[],[],0,,False,88,9,6,,None,,,,,,,[],,,, +6805,728808794910662656,728457279943495681,1462596531000.0,2016-05-07 04:48:51,+0000,,@tzepr Certainly agree that it is first and foremost a triumph for humanity. The cheering is in good spirit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/728808794910662656,[],[],0,,False,399,42,37,,None,,,,,,,[],,,, +6806,728754091644440576,728327602440536064,1462583489000.0,2016-05-07 01:11:29,+0000,,@LifeOfRockstar I think so,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/728754091644440576,[],[],0,,False,172,21,17,,None,,,,,,,[],,,, +6807,728753234811060224,728736299507556352,1462583285000.0,2016-05-07 01:08:05,+0000,,@lukealization Max is just 3X Merlin thrust and min is ~40% of 1 Merlin. Two outer engines shut off before the center does.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/728753234811060224,[],[],0,,False,208,12,32,,None,,,,,,,[],,,, +6808,728748075930386432,728748075930386432,1462582055000.0,2016-05-07 00:47:35,+0000,,I love you too! https://t.co/Cnmd7cONU3,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/728748075930386432,['http://www.cnbc.com/2016/05/06/i-love-everything-about-tesla-t-rowe-price-manager.html'],[],0,,False,2249,142,367,,None,,,,,,,[],,,, +6809,728583269076242432,728583269076242432,1462542762000.0,2016-05-06 13:52:42,+0000,,"Launch trajectory of Japanese commercial satellite JCSat-14, enroute to 36,000 km above Earth https://t.co/QHiiMdMMJ3",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/728583269076242432,[],['https://pbs.twimg.com/media/ChxynyJVAAAGmt_.jpg'],1,https://pbs.twimg.com/media/ChxynyJVAAAGmt_.jpg,False,12153,183,4079,,None,,,,,,,[],,,, +6810,728514673084014593,728505688012533760,1462526407000.0,2016-05-06 09:20:07,+0000,,@hansmikael @TeslaMotors Thank goodness all are ok,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/728514673084014593,[],[],0,,False,279,24,21,,None,,,,,,,[],,,, +6811,728462267893698561,728462267893698561,1462513913000.0,2016-05-06 05:51:53,+0000,,"Yeah, this was a three engine landing burn, so triple deceleration of last flight. That's important to minimize gravity losses.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/728462267893698561,[],[],0,,False,5504,221,1305,,None,,,,,,,[],,,, +6812,728459808270000128,728459808270000128,1462513327000.0,2016-05-06 05:42:07,+0000,,May need to increase size of rocket storage hangar,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/728459808270000128,[],[],0,,False,14583,530,5050,,None,,,,,,,[],,,, +6813,728457279943495681,728457279943495681,1462512724000.0,2016-05-06 05:32:04,+0000,,Woohoo!! https://t.co/0P8n8VmFbr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/728457279943495681,['https://twitter.com/spacex/status/728457165606780928'],[],0,,False,12152,610,4926,https://twitter.com/spacex/status/728457165606780928,None,,,,,,,[],,,, +6814,728444313248489472,728444313248489472,1462509632000.0,2016-05-06 04:40:32,+0000,,"Rocket reentry is a lot faster and hotter than last time, so odds of making it are maybe even, but we should learn a lot either way",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/728444313248489472,[],[],0,,False,4686,185,987,,None,,,,,,,[],,,, +6815,728327602440536064,728327602440536064,1462481806000.0,2016-05-05 20:56:46,+0000,,"Tesla is increasing the production ramp as fast as possible, but I'd recommend ordering a Model 3 soon if you want 2018 delivery",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/728327602440536064,[],[],0,,False,6665,423,2191,,None,,,,,,,[],,,, +6816,728126194244190208,728119755966554117,1462433787000.0,2016-05-05 07:36:27,+0000,,@samsamlee777 yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/728126194244190208,[],[],0,,False,141,15,59,,None,,,,,,,[],,,, +6817,727189428142235648,727189428142235648,1462210444000.0,2016-05-02 17:34:04,+0000,,Filtering particulates from air makes a significant & measurable diff to health. Wd like to credit Larry Page with turning me on to this.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/727189428142235648,[],[],0,,False,4671,227,1180,,None,,,,,,,[],,,, +6818,727176162997313536,727176162997313536,1462207282000.0,2016-05-02 16:41:22,+0000,,Bioweapon Defense Mode is real https://t.co/xGNLrOyhaQ This is what happens when you turn it on: https://t.co/LnkHzXTxqN,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/727176162997313536,['https://www.teslamotors.com/blog/putting-tesla-hepa-filter-and-bioweapon-defense-mode-to-the-test?utm_campaign=Blog_050216&utm_source=Twitter&utm_medium=social'],['https://pbs.twimg.com/media/Chdy3FOW4AcOZvL.jpg'],1,https://pbs.twimg.com/media/Chdy3FOW4AcOZvL.jpg,False,4840,276,2397,,None,,,,,,,[],,,, +6819,726919920374554625,726862948702949376,1462146189000.0,2016-05-01 23:43:09,+0000,,"@MacTechGenius @SacEV Have been reviewing end of line production quality personally. Slowed things down temporarily, but it's for the best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/726919920374554625,[],[],0,,False,178,9,65,,None,,,,,,,[],,,, +6820,726878573001216000,726557903205756928,1462136331000.0,2016-05-01 20:58:51,+0000,,@JohanMancus Historical precedent. Mars vehicle will be metric.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/726878573001216000,[],[],0,,False,322,19,61,,None,,,,,,,[],,,, +6821,726878466382041089,726862948702949376,1462136305000.0,2016-05-01 20:58:25,+0000,,@SacEV next month (with a lot of other good stuff),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/726878466382041089,[],[],0,,False,95,6,6,,None,,,,,,,[],,,, +6822,726829989119696896,726173119367548932,1462124747000.0,2016-05-01 17:45:47,+0000,,@scottymeuk @DericLew @SpaceflightIns @phillipcjackson exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/726829989119696896,[],[],0,,False,73,6,5,,None,,,,,,,[],,,, +6823,726820238361120768,726819534871531520,1462122423000.0,2016-05-01 17:07:03,+0000,,"@_andyoneal sides def, center maybe",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/726820238361120768,[],[],0,,False,110,9,8,,None,,,,,,,[],,,, +6824,726812607298998272,726809418621411328,1462120603000.0,2016-05-01 16:36:43,+0000,,@CyberdineX naturally,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/726812607298998272,[],[],0,,False,101,5,8,,None,,,,,,,[],,,, +6825,726651603906785285,726557903205756928,1462082217000.0,2016-05-01 05:56:57,+0000,,Falcon Heavy thrust will be 5.1M lbf at liftoff -- twice any rocket currently flying. It's a beast...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/726651603906785285,[],[],0,,False,3063,156,903,,None,,,,,,,[],,,, +6826,726650591359819776,726557903205756928,1462081976000.0,2016-05-01 05:52:56,+0000,,F9 thrust at liftoff will be raised to 1.71M lbf later this year. It is capable of 1.9M lbf in flight.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/726650591359819776,[],[],0,,False,1315,51,261,,None,,,,,,,[],,,, +6827,726579536410734592,726557903205756928,1462065035000.0,2016-05-01 01:10:35,+0000,,"@elonmusk F9 LEO payload on capabilities page (correct figure on main page) should be 22,800 kg",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/726579536410734592,[],[],0,,False,588,34,122,,None,,,,,,,[],,,, +6828,726561442636263425,726557903205756928,1462060721000.0,2016-04-30 23:58:41,+0000,,"@lukealization No cross feed. It would help performance, but is not needed for these numbers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726561442636263425,[],[],0,,False,118,7,15,,None,,,,,,,[],,,, +6829,726560848177561600,726557903205756928,1462060579000.0,2016-04-30 23:56:19,+0000,,@lukealization No physical changes to the engine. This thrust increase is based on delta qual tests. It is just tougher than we thought.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726560848177561600,[],[],0,,False,142,7,22,,None,,,,,,,[],,,, +6830,726559990480150528,726557903205756928,1462060375000.0,2016-04-30 23:52:55,+0000,,@elonmusk Max performance numbers are for expendable launches. Subtract 30% to 40% for reusable booster payload.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726559990480150528,[],[],0,,False,1037,61,282,,None,,,,,,,[],,,, +6831,726559284306173952,726557903205756928,1462060206000.0,2016-04-30 23:50:06,+0000,,"@mattyteare Basically current, but higher throttle setting. Good performance of recent launches allows us to reduce 3 sigma reserve margin.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726559284306173952,[],[],0,,False,104,4,14,,None,,,,,,,[],,,, +6832,726557903205756928,726557903205756928,1462059877000.0,2016-04-30 23:44:37,+0000,,Just posted latest max payload capabilities of Falcon 9 and Heavy https://t.co/Z45Y5V7G91,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726557903205756928,['http://www.spacex.com/about/capabilities'],[],0,,False,2801,131,940,,None,,,,,,,[],,,, +6833,726301598398312448,726243746543587329,1461998769000.0,2016-04-30 06:46:09,+0000,,@dannysparker yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/726301598398312448,[],[],0,,False,262,16,111,,None,,,,,,,[],,,, +6834,726218218109444096,726173119367548932,1461978890000.0,2016-04-30 01:14:50,+0000,,@phillipcjackson turns out it doesn't need securing,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726218218109444096,[],[],0,,False,144,11,78,,None,,,,,,,[],,,, +6835,726217881080320000,726217277348028416,1461978809000.0,2016-04-30 01:13:29,+0000,,@Mini_Elon yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726217881080320000,[],[],0,,False,116,9,14,,None,,,,,,,[],,,, +6836,726217758229168129,726211059263127552,1461978780000.0,2016-04-30 01:13:00,+0000,,"@vicentes @gdoehne yes, several times",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726217758229168129,[],[],0,,False,108,4,10,,None,,,,,,,[],,,, +6837,726217505560121344,726195791174361089,1461978720000.0,2016-04-30 01:12:00,+0000,,@jbdeck for sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726217505560121344,[],[],0,,False,89,3,7,,None,,,,,,,[],,,, +6838,726217179683655680,726177828740292608,1461978642000.0,2016-04-30 01:10:42,+0000,,@Tweetermeyer things like this should be purged shortly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726217179683655680,[],[],0,,False,69,5,3,,None,,,,,,,[],,,, +6839,726216836069515264,726216138758066177,1461978560000.0,2016-04-30 01:09:20,+0000,,@RokBottomGamers 100+ for almost everything 10+ for heat shields and a few other items.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726216836069515264,[],[],0,,False,120,3,12,,None,,,,,,,[],,,, +6840,726215924760485888,726178564484243460,1461978343000.0,2016-04-30 01:05:43,+0000,,@VivekMGeorge Zuck doesn't (yet) have a deep tech understanding of AI. I spend hours every week being educated by world's best researchers.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726215924760485888,[],[],0,,False,313,14,68,,None,,,,,,,[],,,, +6841,726214236368576512,726211059263127552,1461977941000.0,2016-04-30 00:59:01,+0000,,"@gdoehne JCSat is pushing the envelope as a very hot and fast mission, so will land on the droneship. Next land landing in a few months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/726214236368576512,[],[],0,,False,109,8,15,,None,,,,,,,[],,,, +6842,726213728278962176,726181179397906432,1461977819000.0,2016-04-30 00:56:59,+0000,,@MrBoylan System scan detected only 0.2% of orders with same email and physical address. Those have been purged.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/726213728278962176,[],[],0,,False,88,8,9,,None,,,,,,,[],,,, +6843,726210827699806208,726193725131640832,1461977128000.0,2016-04-30 00:45:28,+0000,,@vigneshraju of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/726210827699806208,[],[],0,,False,328,37,56,,None,,,,,,,[],,,, +6844,726210366766632960,726205035978219521,1461977018000.0,2016-04-30 00:43:38,+0000,,@maya_kazan Temporary spike in some areas due to X 3rd row seat recall. Should be sorted by June.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/726210366766632960,[],[],0,,False,61,6,3,,None,,,,,,,[],,,, +6845,726183794215022592,726181179397906432,1461970683000.0,2016-04-29 22:58:03,+0000,,"@MrBoylan Duplicates will be cancelled. Max of 2 will be delivered to any one person. Only ~5% of orders are 2, so speculation unlikely.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/726183794215022592,[],[],0,,False,101,17,15,,None,,,,,,,[],,,, +6846,726127265612881920,726124209756217344,1461957205000.0,2016-04-29 19:13:25,+0000,,@erothenberg Simple answer is that there just aren't many used Teslas available. Demand >> supply.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/726127265612881920,[],[],0,,False,90,6,13,,None,,,,,,,[],,,, +6847,726125524091723777,726124209756217344,1461956790000.0,2016-04-29 19:06:30,+0000,,@erothenberg checking into it ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/726125524091723777,[],[],0,,False,56,4,1,,None,,,,,,,[],,,, +6848,725367703045730304,725364699303301120,1461776111000.0,2016-04-27 16:55:11,+0000,,@romn8tr will definitely do so,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725367703045730304,[],[],0,,False,113,12,204,,None,,,,,,,[],,,, +6849,725366265322172416,725366265322172416,1461775768000.0,2016-04-27 16:49:28,+0000,,"@abraham_cavazos some places are trickier than others, but yes. That's the value of having a PICA-3 heat shield with propulsive landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725366265322172416,[],[],0,,False,129,4,18,,None,,,,,,,[],,,, +6850,725365829479460864,725364699303301120,1461775665000.0,2016-04-27 16:47:45,+0000,,"@Cardoso It could land on Venus no problem, but would last maybe a few hours. Tough local environment.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725365829479460864,[],[],0,,False,324,14,61,,None,,,,,,,[],,,, +6851,725365200098988032,725364699303301120,1461775514000.0,2016-04-27 16:45:14,+0000,,But wouldn't recommend transporting astronauts beyond Earth-moon region. Wouldn't be fun for longer journeys. Internal volume ~size of SUV.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725365200098988032,[],[],0,,False,3242,259,1012,,None,,,,,,,[],,,, +6852,725364699303301120,725364699303301120,1461775395000.0,2016-04-27 16:43:15,+0000,,Dragon 2 is designed to be able to land anywhere in the solar system. Red Dragon Mars mission is the first test flight.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725364699303301120,[],[],0,,False,9643,364,3924,,None,,,,,,,[],,,, +6853,724160269480431620,724023226918117376,1461488237000.0,2016-04-24 08:57:17,+0000,,"@KristianNairn A 3 should be workable, but an S or particularly an X would be better",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/724160269480431620,[],[],0,,False,162,10,175,,None,,,,,,,[],,,, +6854,722893014507491329,718598132888702976,1461186100000.0,2016-04-20 21:01:40,+0000,,@scottmcnealy That article was incredibly misleading and you should know it. Wager right now that Sun has received far more than Tesla?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/722893014507491329,[],[],0,,False,383,51,44,,None,,,,,,,[],,,, +6855,722891148126060545,722891148126060545,1461185655000.0,2016-04-20 20:54:15,+0000,,Looks like Model X resale value is holding up well :) https://t.co/4gedy9GCHA,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/722891148126060545,['http://www.bloomberg.com/news/articles/2016-04-20/ford-pays-199-950-before-taxes-for-tesla-s-64th-model-x-suv'],[],0,,False,3797,188,1114,,None,,,,,,,[],,,, +6856,722637629351686144,722598287396605953,1461125211000.0,2016-04-20 04:06:51,+0000,,"@dannysparker Aiming for relaunch in 3 to 4 months, pending detailed examination and 10X refiring of a returned booster",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/722637629351686144,[],[],0,,False,289,10,86,,None,,,,,,,[],,,, +6857,722599856460529665,722588702027874306,1461116205000.0,2016-04-20 01:36:45,+0000,,@RealDarthBL We have amplified pre-delivery inspection to provide a stronger second layer of QA. Several parts being replaced as a result.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/722599856460529665,[],[],0,,False,129,14,9,,None,,,,,,,[],,,, +6858,722598287396605953,722598287396605953,1461115831000.0,2016-04-20 01:30:31,+0000,,By land and sea https://t.co/C5QWfNy99r,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/722598287396605953,[],['https://pbs.twimg.com/media/CgcvT0CUUAAee00.jpg'],1,https://pbs.twimg.com/media/CgcvT0CUUAAee00.jpg,False,12449,255,3481,,None,,,,,,,[],,,, +6859,721946756984938497,721946756984938497,1460960494000.0,2016-04-18 06:21:34,+0000,,Will be interesting to see what the meantime to Hitler is for these bots. Only took Microsoft's Tay a day. https://t.co/8jEazt0nYf,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/721946756984938497,['https://twitter.com/verge/status/721931769029591040'],[],0,,False,2764,160,971,https://twitter.com/verge/status/721931769029591040,None,,,,,,,[],,,, +6860,721829237741621248,721829237741621248,1460932475000.0,2016-04-17 22:34:35,+0000,,Owner video of Autopilot steering to avoid collision with a truck https://t.co/FZUAXSjlR7,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/721829237741621248,['https://m.youtube.com/watch?feature=youtu.be&v=9I5rraWJq6E'],[],0,,False,5134,222,2025,,None,,,,,,,[],,,, +6861,721823126414176257,721815145932951552,1460931018000.0,2016-04-17 22:10:18,+0000,,Godot https://t.co/BIcT4aMVAz Full play https://t.co/kjZnbeuuFA,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/721823126414176257,"['https://en.m.wikipedia.org/wiki/Waiting_for_Godot', 'https://m.youtube.com/watch?v=Wifcyo64n-w']",[],0,,False,1056,71,198,,None,,,,,,,[],,,, +6862,721815145932951552,721815145932951552,1460929116000.0,2016-04-17 21:38:36,+0000,,"Have recently come to appreciate the awesome, absurdist humor of Waiting for Godot. We so often wait, without knowing why, when or where.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/721815145932951552,[],[],0,,False,4275,222,1164,,None,,,,,,,[],,,, +6863,721506316900900864,721486463355871233,1460855485000.0,2016-04-17 01:11:25,+0000,,@ID_AA_Carmack me too!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/721506316900900864,[],[],0,,False,276,26,26,,None,,,,,,,[],,,, +6864,720504138451283968,720504138451283968,1460616547000.0,2016-04-14 06:49:07,+0000,,Great video history of Falcon 9 by Kinematic https://t.co/EeGPVW7kq2,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/720504138451283968,['https://m.youtube.com/watch?feature=youtu.be&v=tU1b1H2EWU4'],[],0,,False,5251,217,2954,,None,,,,,,,[],,,, +6865,719584703196504064,719571133389938688,1460397337000.0,2016-04-11 17:55:37,+0000,,@lonelysandwich needs latest update,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/719584703196504064,[],[],0,,False,152,18,11,,None,,,,,,,[],,,, +6866,719571133389938688,719571133389938688,1460394101000.0,2016-04-11 17:01:41,+0000,,"Activate autopilot 4X in quick succession for psychedelic cowbell road. And, yes, we are adding more cowbell soon.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/719571133389938688,[],[],0,,False,5129,252,1148,,None,,,,,,,[],,,, +6867,719429837157347328,719415679728771072,1460360414000.0,2016-04-11 07:40:14,+0000,,"@drew @SpaceX Not from us, but it's awesome",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/719429837157347328,[],[],0,,False,283,12,22,,None,,,,,,,[],,,, +6868,718982116667600896,718957984005488640,1460253669000.0,2016-04-10 02:01:09,+0000,,"@thelonelyisland Well, I thought TLI might be upset about using their material without permission. Apparently not :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/718982116667600896,[],[],0,,False,678,32,94,,None,,,,,,,[],,,, +6869,718865990373625857,718849535724773379,1460225982000.0,2016-04-09 18:19:42,+0000,,@TheHackersNews @SpaceX Thanks,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/718865990373625857,[],[],0,,False,166,10,18,,None,,,,,,,[],,,, +6870,718686042434342912,718684125335408640,1460183079000.0,2016-04-09 06:24:39,+0000,,@rjcc yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/718686042434342912,[],[],0,,False,114,12,8,,None,,,,,,,[],,,, +6871,718598761832968192,718595725832101889,1460162270000.0,2016-04-09 00:37:50,+0000,,"@levie Tickets to orbital hotels, the moon and Mars will be a lot less than people think.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/718598761832968192,[],[],0,,False,1905,72,654,,None,,,,,,,[],,,, +6872,718598132888702976,718598132888702976,1460162120000.0,2016-04-09 00:35:20,+0000,,"Just wanted to write a note of appreciation for all those who have supported Tesla, SpaceX & SolarCity over the years. Thank you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/718598132888702976,[],[],0,,False,32812,1277,6045,,None,,,,,,,[],,,, +6873,718580558180261888,718579793919238144,1460157930000.0,2016-04-08 23:25:30,+0000,,@POTUS Thanks on behalf of an amazing team at SpaceX!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/718580558180261888,[],[],0,,False,6987,123,1322,,None,,,,,,,[],,,, +6874,718571641949650944,718571529571799040,1460155804000.0,2016-04-08 22:50:04,+0000,,@Jon_Favreau @SpaceX Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/718571641949650944,[],[],0,,False,356,13,33,,None,,,,,,,[],,,, +6875,718548224441774082,718545613051158529,1460150221000.0,2016-04-08 21:17:01,+0000,,@NASA @sgvcrime @SpaceX @Space_Station Thanks for your support! Looking forward to delivering the goods for you.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/718548224441774082,[],[],0,,False,2627,91,498,,None,,,,,,,[],,,, +6876,718532302154833920,718532302154833920,1460146425000.0,2016-04-08 20:13:45,+0000,,"Screen cap from the stern cam of droneship ""Of Course I Still Love You"" https://t.co/4rGOJMTzVn",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/718532302154833920,[],['https://pbs.twimg.com/media/Cfi9UY-VAAAWuHs.jpg'],1,https://pbs.twimg.com/media/Cfi9UY-VAAAWuHs.jpg,False,4916,210,1124,,None,,,,,,,[],,,, +6877,718522065322532865,718520319900852224,1460143984000.0,2016-04-08 19:33:04,+0000,,"@arstechnica Reasons for ocean landing are technical, not economic. Orbit requires extreme horizontal velocity. Getting to space needs none.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/718522065322532865,[],[],0,,False,560,15,168,,None,,,,,,,[],,,, +6878,718272034166480896,718272034166480896,1460084372000.0,2016-04-08 02:59:32,+0000,,SolarCity panels produce enough zero carbon energy to charge entire Tesla fleet https://t.co/bn4LRzii1V,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/718272034166480896,['http://blog.solarcity.com/solarcity-customers-8-gigawatt-hours-teslas?sourcetype=SocialPost&trafficsource=twitter&campaignname=TW-APR2016-CompanyNews-03'],[],0,,False,4480,202,1927,,None,,,,,,,[],,,, +6879,718232099145310208,718112326889529344,1460074851000.0,2016-04-08 00:20:51,+0000,,@nonesuchzach Nickel is also in nickels,de,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/718232099145310208,[],[],0,,False,414,28,55,,None,,,,,,,[],,,, +6880,718121595101782016,718112326889529344,1460048504000.0,2016-04-07 17:01:44,+0000,,"@nonesuchzach Battery uses no rare Earth metals. Main ingredient is nickel, which is what's used to coat cutlery, so very non-toxic.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/718121595101782016,[],[],0,,False,606,30,157,,None,,,,,,,[],,,, +6881,718112326889529344,718112326889529344,1460046295000.0,2016-04-07 16:24:55,+0000,,"Over 325k cars or ~$14B in preorders in first week. Only 5% ordered max of two, suggesting low levels of speculation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/718112326889529344,[],[],0,,False,8725,612,4003,,None,,,,,,,[],,,, +6882,717755945003028480,717751353984942080,1459961327000.0,2016-04-06 16:48:47,+0000,,@samboykin @danahull the only thing beyond ludicrous is plaid,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/717755945003028480,[],[],0,,False,870,59,179,,None,,,,,,,[],,,, +6883,717755302863441920,717754701794553856,1459961174000.0,2016-04-06 16:46:14,+0000,,"@jpfrappier yes, will go all the way to Alaska",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/717755302863441920,[],[],0,,False,187,14,21,,None,,,,,,,[],,,, +6884,717749079707484160,717743768330313728,1459959690000.0,2016-04-06 16:21:30,+0000,,"@Recode Dex will do comms, but my speeches are just a conversation w the audience. No time to rehearse & don't want to read from a prompter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/717749079707484160,[],[],0,,False,638,27,114,,None,,,,,,,[],,,, +6885,717746816503062528,717745206825607170,1459959150000.0,2016-04-06 16:12:30,+0000,,@maximumblue we will,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/717746816503062528,[],[],0,,False,153,13,12,,None,,,,,,,[],,,, +6886,717738859379843073,717737325866790912,1459957253000.0,2016-04-06 15:40:53,+0000,,@LaurenShearer1 Doesn't sound right. Will check into it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/717738859379843073,[],[],0,,False,135,11,11,,None,,,,,,,[],,,, +6887,717612929214849024,717585333202919424,1459927229000.0,2016-04-06 07:20:29,+0000,,@MThorpXXi We are working on enlarging the opening. Aperture will be big enough for almost anything.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/717612929214849024,[],[],0,,False,269,58,40,,None,,,,,,,[],,,, +6888,717488049848889345,717488049848889345,1459897456000.0,2016-04-05 23:04:16,+0000,,Most telling is that the SpaceX Propulsion CTO switched from driving a Porsche 911 Turbo S to a Model X,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/717488049848889345,[],[],0,,False,3637,146,689,,None,,,,,,,[],,,, +6889,717486314417827841,717486314417827841,1459897042000.0,2016-04-05 22:57:22,+0000,,Model X review https://t.co/IS2zBgDlqn,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/717486314417827841,['http://www.thedrive.com/new-cars/2875/why-the-tesla-model-x-will-make-you-want-an-american-suv'],[],0,,False,2356,89,813,,None,,,,,,,[],,,, +6890,717414130836058113,717411993171337216,1459879832000.0,2016-04-05 18:10:32,+0000,,@Brianmrtz probably unwise,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/717414130836058113,[],[],0,,False,466,29,108,,None,,,,,,,[],,,, +6891,717039506965270529,717006064730775552,1459790515000.0,2016-04-04 17:21:55,+0000,,"@Christiano92 @Inspron @Jerry22499879 won't be a hatchback, but we should be able to increase the opening width and height",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/717039506965270529,[],[],0,,False,307,85,33,,None,,,,,,,[],,,, +6892,717027400979058690,717025816501092352,1459787628000.0,2016-04-04 16:33:48,+0000,,@stevehurd yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/717027400979058690,[],[],0,,False,118,17,10,,None,,,,,,,[],,,, +6893,717018087409606656,717006064730775552,1459785408000.0,2016-04-04 15:56:48,+0000,,@Jerry22499879 yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/717018087409606656,[],[],0,,False,167,17,15,,None,,,,,,,[],,,, +6894,716786814606905345,716786389141086208,1459730268000.0,2016-04-04 00:37:48,+0000,,@qa2198 @TeslaMotors yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716786814606905345,[],[],0,,False,231,22,23,,None,,,,,,,[],,,, +6895,716786765290340352,716786397596745728,1459730256000.0,2016-04-04 00:37:36,+0000,,@GoesAzedo yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716786765290340352,[],[],0,,False,411,35,37,,None,,,,,,,[],,,, +6896,716780724255260673,716745898202685441,1459728816000.0,2016-04-04 00:13:36,+0000,,@morganpage sounds good,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716780724255260673,[],[],0,,False,197,5,13,,None,,,,,,,[],,,, +6897,716780425939521538,716780425939521538,1459728745000.0,2016-04-04 00:12:25,+0000,,"Signing off from impromptu Twitter AMA. Thanks for the suggestions. Btw, we really will have more cow bells.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716780425939521538,[],[],0,,False,3252,241,367,,None,,,,,,,[],,,, +6898,716778890744598528,716710938406047744,1459728379000.0,2016-04-04 00:06:19,+0000,,@lordsshrivas Coming soon for all Tesla cars. Just an OTA software update.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716778890744598528,[],[],0,,False,450,16,39,,None,,,,,,,[],,,, +6899,716769426675220481,716764882847145984,1459726122000.0,2016-04-03 23:28:42,+0000,,"@GonzaloBolio yes, coming this year",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/716769426675220481,[],[],0,,False,166,7,26,,None,,,,,,,[],,,, +6900,716752643595583490,716710938406047744,1459722121000.0,2016-04-03 22:22:01,+0000,,@AmarnathRevanna Air suspension dynamically adjusts ride height,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716752643595583490,[],[],0,,False,229,15,24,,None,,,,,,,[],,,, +6901,716751456574025728,716743139285970944,1459721838000.0,2016-04-03 22:17:18,+0000,,@GatorWass you can do that now with S and X. Will be same for 3.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716751456574025728,[],[],0,,False,148,4,9,,None,,,,,,,[],,,, +6902,716751300063531008,716713023960784897,1459721801000.0,2016-04-03 22:16:41,+0000,,@_elombardo @rjpryan correct,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716751300063531008,[],[],0,,False,124,3,6,,None,,,,,,,[],,,, +6903,716751152906440705,716743510637035520,1459721766000.0,2016-04-03 22:16:06,+0000,,@EduardoForneck hopefully 0.21,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716751152906440705,[],[],0,,False,286,12,33,,None,,,,,,,[],,,, +6904,716750603813318660,716710938406047744,1459721635000.0,2016-04-03 22:13:55,+0000,,@PeteEhmKay @gerardomarina what's the link to that?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716750603813318660,[],[],0,,False,172,47,7,,None,,,,,,,[],,,, +6905,716750313471025152,716743871607226368,1459721565000.0,2016-04-03 22:12:45,+0000,,"@tapwin No, but we will need to build a factory in Europe to serve long-term regional demand as Fremont reaches max capacity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716750313471025152,[],[],0,,False,320,68,98,,None,,,,,,,[],,,, +6906,716749717795946496,716710938406047744,1459721423000.0,2016-04-03 22:10:23,+0000,,@mpatfield no problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716749717795946496,[],[],0,,False,107,0,6,,None,,,,,,,[],,,, +6907,716749159324377089,716710938406047744,1459721290000.0,2016-04-03 22:08:10,+0000,,@CrackedUpCorson Will cover whole country hopefully this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716749159324377089,[],[],0,,False,124,12,12,,None,,,,,,,[],,,, +6908,716748255242100736,716745282394976257,1459721075000.0,2016-04-03 22:04:35,+0000,,"@AndersRytter yes, but production AWD will be a lot faster",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716748255242100736,[],[],0,,False,239,12,17,,None,,,,,,,[],,,, +6909,716747844175142912,716745282394976257,1459720977000.0,2016-04-03 22:02:57,+0000,,@AlexBelohlavek less,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716747844175142912,[],[],0,,False,321,5,23,,None,,,,,,,[],,,, +6910,716747672477151232,716745282394976257,1459720936000.0,2016-04-03 22:02:16,+0000,,@torvos torque is shifted between front & rear motors every ~.01 secs. Traction control is way better than a normal AWD. Digital vs analog.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716747672477151232,[],[],0,,False,352,5,71,,None,,,,,,,[],,,, +6911,716745898202685441,716745898202685441,1459720513000.0,2016-04-03 21:55:13,+0000,,"And, of course, it will have more cowbells.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716745898202685441,[],[],0,,False,4902,239,1301,,None,,,,,,,[],,,, +6912,716745282394976257,716745282394976257,1459720366000.0,2016-04-03 21:52:46,+0000,,"Model 3 will be RWD, with dual motor AWD optional. Even RWD will have great traction on ice due to fast torque response of Tesla drivetrain.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716745282394976257,[],[],0,,False,4625,235,1290,,None,,,,,,,[],,,, +6913,716743909750218752,716740416549158912,1459720039000.0,2016-04-03 21:47:19,+0000,,@GolfsHard yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716743909750218752,[],[],0,,False,165,4,12,,None,,,,,,,[],,,, +6914,716743848580497409,716740488859099137,1459720024000.0,2016-04-03 21:47:04,+0000,,@Zooropa88 @TeslaMotors Superchargers and service centers will cover all of Italy later this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716743848580497409,[],[],0,,False,223,19,85,,None,,,,,,,[],,,, +6915,716743321624903680,716710938406047744,1459719898000.0,2016-04-03 21:44:58,+0000,,@_Only_Hawk @MICHAELSD01 @TechGrlTweeter definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716743321624903680,[],[],0,,False,88,5,10,,None,,,,,,,[],,,, +6916,716742777468555264,716741002455871488,1459719769000.0,2016-04-03 21:42:49,+0000,,@Alandbru @TeslaMotors should be addressed this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716742777468555264,[],[],0,,False,148,14,29,,None,,,,,,,[],,,, +6917,716731407310196736,716728343379443713,1459717058000.0,2016-04-03 20:57:38,+0000,,@CmaxVs Only way to get enough rear passenger headroom was to move the rear roof cross-car support beam. A bike will still fit no problem.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716731407310196736,[],[],0,,False,247,38,42,,None,,,,,,,[],,,, +6918,716730641585340416,716710938406047744,1459716875000.0,2016-04-03 20:54:35,+0000,,@iKrivetko that's not the real steering system,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716730641585340416,[],[],0,,False,335,21,49,,None,,,,,,,[],,,, +6919,716730009394647040,716728788491571200,1459716725000.0,2016-04-03 20:52:05,+0000,,@B_Rans yes. Will easily fit two child seats. Three if you buy slim seats.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716730009394647040,[],[],0,,False,133,5,19,,None,,,,,,,[],,,, +6920,716729841362407424,716710938406047744,1459716685000.0,2016-04-03 20:51:25,+0000,,@gerardomarina Some tweaking underway,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716729841362407424,[],[],0,,False,305,56,20,,None,,,,,,,[],,,, +6921,716729420078133248,716710938406047744,1459716584000.0,2016-04-03 20:49:44,+0000,,@HBL_Cosmin Wait until you see the real steering controls and system for the 3. It feels like a spaceship.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716729420078133248,[],[],0,,False,1213,92,368,,None,,,,,,,[],,,, +6922,716715017781915648,716710938406047744,1459713150000.0,2016-04-03 19:52:30,+0000,,@MICHAELSD01 @TechGrlTweeter Won't happen. Reason initial cars are delivered close to factory is to have rapid turnaround on early issues.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716715017781915648,[],[],0,,False,280,28,35,,None,,,,,,,[],,,, +6923,716714416801099782,716710938406047744,1459713007000.0,2016-04-03 19:50:07,+0000,,@scottkelley99 Edge and contour refinement are ongoing. Even .1mm matters.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716714416801099782,[],[],0,,False,219,15,27,,None,,,,,,,[],,,, +6924,716713492389044224,716710938406047744,1459712787000.0,2016-04-03 19:46:27,+0000,,@_amwolo_ They can. Will be great for road trips and camping,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716713492389044224,[],[],0,,False,442,10,48,,None,,,,,,,[],,,, +6925,716713294128500737,716710938406047744,1459712739000.0,2016-04-03 19:45:39,+0000,,@BValvsRacing It will make sense after part 2 of the Model 3 unveil,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716713294128500737,[],[],0,,False,861,114,159,,None,,,,,,,[],,,, +6926,716713023960784897,716713023960784897,1459712675000.0,2016-04-03 19:44:35,+0000,,"A Model 3 order gives you priority in your geography, so, even tho total count is high, ordering early will make a big difference locally.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716713023960784897,[],[],0,,False,3108,322,722,,None,,,,,,,[],,,, +6927,716710938406047744,716710938406047744,1459712178000.0,2016-04-03 19:36:18,+0000,,"In general, product comments, suggestions and criticisms are always welcome",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716710938406047744,[],[],0,,False,2656,1350,380,,None,,,,,,,[],,,, +6928,716709914911989760,716697574556639232,1459711934000.0,2016-04-03 19:32:14,+0000,,@RyanCasburn We always try to maximize customer happiness even if that means a revenue shortfall in a quarter. Loyalty begets loyalty.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716709914911989760,[],[],0,,False,732,27,142,,None,,,,,,,[],,,, +6929,716708661024804866,716693951260938241,1459711635000.0,2016-04-03 19:27:15,+0000,,@SnoozeThroughF1 There will be an optional tow hitch.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716708661024804866,[],[],0,,False,405,82,54,,None,,,,,,,[],,,, +6930,716704636896284673,716697574556639232,1459710675000.0,2016-04-03 19:11:15,+0000,,@RGspan Our production ramp plan should enable large numbers of non X/S customers to receive the credit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716704636896284673,[],[],0,,False,235,22,37,,None,,,,,,,[],,,, +6931,716701798002610176,716693951260938241,1459709998000.0,2016-04-03 18:59:58,+0000,,@jeffrey @neutyp Matte black was surprisingly popular. Probably makes sense to bring it to production.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/716701798002610176,[],[],0,,False,734,72,83,,None,,,,,,,[],,,, +6932,716700979379372032,716700585890713602,1459709803000.0,2016-04-03 18:56:43,+0000,,"@WaltNew cool, thanks!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/716700979379372032,[],[],0,,False,117,5,8,,None,,,,,,,[],,,, +6933,716696932073152512,716693951260938241,1459708838000.0,2016-04-03 18:40:38,+0000,,"@mindthreat @RyanHummer Yes, if the trend continues, before",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/716696932073152512,[],[],0,,False,164,21,19,,None,,,,,,,[],,,, +6934,716693951260938241,716693951260938241,1459708128000.0,2016-04-03 18:28:48,+0000,,276k Model 3 orders by end of Sat,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/716693951260938241,[],[],0,,False,8008,624,3477,,None,,,,,,,[],,,, +6935,716510703000100865,716510703000100865,1459664438000.0,2016-04-03 06:20:38,+0000,,Model 3 design sketches https://t.co/P5ucOBRUZ7,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/716510703000100865,[],['https://pbs.twimg.com/media/CfGOqcaW8AI9zyP.jpg'],1,https://pbs.twimg.com/media/CfGOqcaW8AI9zyP.jpg,False,13084,507,4149,,None,,,,,,,[],,,, +6936,716356456593756160,716345597712670720,1459627663000.0,2016-04-02 20:07:43,+0000,,"@grebakshay We are working on an exact date, but Tesla will be in India before 3 production starts.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/716356456593756160,[],[],0,,False,636,69,334,,None,,,,,,,[],,,, +6937,716356220156686336,716355710360162304,1459627606000.0,2016-04-02 20:06:46,+0000,,@Model3Owners They will. We spent a lot of time on those.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/716356220156686336,[],[],0,,False,390,20,34,,None,,,,,,,[],,,, +6938,716347450148040704,716345597712670720,1459625515000.0,2016-04-02 19:31:55,+0000,,"@vicentes Roadster, S and X customers are the ones who got us here and are paying for 3. They deserve a lot of credit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716347450148040704,[],[],0,,False,711,28,101,,None,,,,,,,[],,,, +6939,716347036786757632,716345597712670720,1459625417000.0,2016-04-02 19:30:17,+0000,,"@Aakashhh_ we will send something to everyone who ordered, but an extra gift for those who stood in some crazy long lines",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716347036786757632,[],[],0,,False,649,58,90,,None,,,,,,,[],,,, +6940,716346618035830784,716345597712670720,1459625317000.0,2016-04-02 19:28:37,+0000,,"@raytech247 yes, within a region. Can't deliver to all regions simultaneously. Too much complexity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716346618035830784,[],[],0,,False,130,10,14,,None,,,,,,,[],,,, +6941,716346279391944704,716345597712670720,1459625236000.0,2016-04-02 19:27:16,+0000,,@squallcraft and a few other things,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716346279391944704,[],[],0,,False,235,6,16,,None,,,,,,,[],,,, +6942,716345597712670720,716345597712670720,1459625074000.0,2016-04-02 19:24:34,+0000,,"Token of appreciation for those who lined up coming via mail. Thought maybe 20-30 people per store would line up, not 800. Gifts on order.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716345597712670720,[],[],0,,False,5542,385,963,,None,,,,,,,[],,,, +6943,716344348107878401,716341849409998849,1459624776000.0,2016-04-02 19:19:36,+0000,,@34thrain Maybe 1/4 to 1/2 of what happened. No one at Tesla thought it would be this high before part 2 of the unveil.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716344348107878401,[],[],0,,False,475,46,109,,None,,,,,,,[],,,, +6944,716343274730991616,716343274730991616,1459624520000.0,2016-04-02 19:15:20,+0000,,"Will give an update tonight for the 3 day total, then last one on Wed for the full week. All efforts focused on accelerating the ramp.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716343274730991616,[],[],0,,False,3159,218,526,,None,,,,,,,[],,,, +6945,716341849409998849,716341849409998849,1459624180000.0,2016-04-02 19:09:40,+0000,,253k as of 7am this morning,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716341849409998849,[],[],0,,False,7421,540,2892,,None,,,,,,,[],,,, +6946,716155418800730113,716089404985487361,1459579732000.0,2016-04-02 06:48:52,+0000,,@sundarpichai thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/716155418800730113,[],[],0,,False,617,26,62,,None,,,,,,,[],,,, +6947,716089404985487361,716089404985487361,1459563993000.0,2016-04-02 02:26:33,+0000,,Now 232k orders,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/716089404985487361,[],[],0,,False,13786,957,5012,,None,,,,,,,[],,,, +6948,715999819437850624,715994457993318400,1459542634000.0,2016-04-01 20:30:34,+0000,,@GrahamABlair of course :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/715999819437850624,[],[],0,,False,346,11,27,,None,,,,,,,[],,,, +6949,715975692228243460,715974325107572736,1459536881000.0,2016-04-01 18:54:41,+0000,,"@Jbourquee Giga is designed to self-power via solar panels (primarily), wind & geo, using its own batteries to store electricity at night.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/715975692228243460,[],[],0,,False,570,15,128,,None,,,,,,,[],,,, +6950,715974749982220288,715973827834961920,1459536657000.0,2016-04-01 18:50:57,+0000,,@steveagee def on the cards for the future,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/715974749982220288,[],[],0,,False,290,15,31,,None,,,,,,,[],,,, +6951,715972980556193792,715972483447267328,1459536235000.0,2016-04-01 18:43:55,+0000,,@JackLipstone should be within a week or two max,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/715972980556193792,[],[],0,,False,82,1,7,,None,,,,,,,[],,,, +6952,715971547475886083,715964901466853376,1459535893000.0,2016-04-01 18:38:13,+0000,,"@Alyssa_Milano Hi Alyssa, thanks for placing your faith in Tesla. I hope you have a great experience with the car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/715971547475886083,[],[],0,,False,363,3,33,,None,,,,,,,[],,,, +6953,715955186175459332,715955186175459332,1459531992000.0,2016-04-01 17:33:12,+0000,,Definitely going to need to rethink production planning...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/715955186175459332,[],[],0,,False,9138,717,3115,,None,,,,,,,[],,,, +6954,715952781895426048,715952781895426048,1459531419000.0,2016-04-01 17:23:39,+0000,,"Thought it would slow way down today, but Model 3 order count is now at 198k. Recommend ordering soon, as the wait time is growing rapidly.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/715952781895426048,[],[],0,,False,8939,519,3848,,None,,,,,,,[],,,, +6955,715934657720639488,715934657720639488,1459527098000.0,2016-04-01 16:11:38,+0000,,"Model 3 orders at 180,000 in 24 hours. Selling price w avg option mix prob $42k, so ~$7.5B in a day. Future of electric cars looking bright!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/715934657720639488,[],[],0,,False,22278,853,15553,,None,,,,,,,[],,,, +6956,715776577485807621,715775591816044545,1459489409000.0,2016-04-01 05:43:29,+0000,,@IndiaToday Will include India-wide Supercharger network,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715776577485807621,[],[],0,,False,1117,121,670,,None,,,,,,,[],,,, +6957,715774770013409281,715729313249632257,1459488978000.0,2016-04-01 05:36:18,+0000,,@Oatmeal sure!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715774770013409281,[],[],0,,False,1749,66,172,,None,,,,,,,[],,,, +6958,715774390802194432,715566236822671360,1459488887000.0,2016-04-01 05:34:47,+0000,,@StartUpRabbi Coming in the mail,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715774390802194432,[],[],0,,False,177,12,18,,None,,,,,,,[],,,, +6959,715766837590499328,715766354993917957,1459487087000.0,2016-04-01 05:04:47,+0000,,@redletterdave Hardware in all cars. Autopilot safety features standard. Convenience features optional (like S and X).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715766837590499328,[],[],0,,False,284,18,52,,None,,,,,,,[],,,, +6960,715765978328612870,715765760270995456,1459486882000.0,2016-04-01 05:01:22,+0000,,@drew Just order the SpaceX option package!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715765978328612870,[],[],0,,False,869,19,162,,None,,,,,,,[],,,, +6961,715765746429784064,715765746429784064,1459486826000.0,2016-04-01 05:00:26,+0000,,"Thanks for tuning in to the Model 3 unveil Part 1! Part 2 is super next level, but that's for later…",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715765746429784064,[],[],0,,False,7220,405,1667,,None,,,,,,,[],,,, +6962,715679848828575744,715647321019551744,1459466347000.0,2016-03-31 23:19:07,+0000,,"@lukealization yes, will cover whole country",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/715679848828575744,[],[],0,,False,233,26,38,,None,,,,,,,[],,,, +6963,715677526459199488,715647321019551744,1459465793000.0,2016-03-31 23:09:53,+0000,,@preastro yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/715677526459199488,[],[],0,,False,98,8,37,,None,,,,,,,[],,,, +6964,715677488228098048,715647321019551744,1459465784000.0,2016-03-31 23:09:44,+0000,,@KentNStephens sure is,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/715677488228098048,[],[],0,,False,135,7,12,,None,,,,,,,[],,,, +6965,715656818756726784,715654905390731269,1459460856000.0,2016-03-31 21:47:36,+0000,,@roddrury X and S will also be available,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/715656818756726784,[],[],0,,False,133,12,28,,None,,,,,,,[],,,, +6966,715647321019551744,715647321019551744,1459458592000.0,2016-03-31 21:09:52,+0000,,"Adding several more countries to Model 3 order page tonight. Check for details, but will include India, Brazil, SA, SK, NZ, Sing & Ireland.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/715647321019551744,[],[],0,,False,5336,640,2848,,None,,,,,,,[],,,, +6967,715640777578143744,715637755598901248,1459457031000.0,2016-03-31 20:43:51,+0000,,"Model 3 orders, whether in store or online, are limited to two per person",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/715640777578143744,[],[],0,,False,1558,186,604,,None,,,,,,,[],,,, +6968,715637755598901248,715637755598901248,1459456311000.0,2016-03-31 20:31:51,+0000,,Online ordering at https://t.co/46TXqRrsdr will now open at 7:30pm Pacific to ensure no server overload. Presentation still at 8:30.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/715637755598901248,['http://Tesla.com'],[],0,,False,2480,174,1210,,None,,,,,,,[],,,, +6969,715574515405692929,715574343657459712,1459441233000.0,2016-03-31 16:20:33,+0000,,@haerone From almost anywhere,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/715574515405692929,[],[],0,,False,81,11,6,,None,,,,,,,[],,,, +6970,715570155921616896,715566236822671360,1459440194000.0,2016-03-31 16:03:14,+0000,,@GiftedDiego Coming soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/715570155921616896,[],[],0,,False,101,13,7,,None,,,,,,,[],,,, +6971,715566236822671360,715566236822671360,1459439260000.0,2016-03-31 15:47:40,+0000,,"Incredibly inspired by the interest in Model 3. You won't be disappointed. Also, small token of appreciation coming for those who lined up.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/715566236822671360,[],[],0,,False,10453,608,2969,,None,,,,,,,[],,,, +6972,715433418260029440,715433418260029440,1459407593000.0,2016-03-31 06:59:53,+0000,,Model 3 unveil will be webcast live at 8:30pm California time at https://t.co/46TXqRrsdr,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/715433418260029440,['http://Tesla.com'],[],0,,False,4562,241,2819,,None,,,,,,,[],,,, +6973,715309739752747009,715307847890903041,1459378106000.0,2016-03-30 22:48:26,+0000,,"@rossbin You will see the car very clearly, but some important elements will be added and some will evolve.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/715309739752747009,[],[],0,,False,501,27,98,,None,,,,,,,[],,,, +6974,715307847890903041,715307847890903041,1459377655000.0,2016-03-30 22:40:55,+0000,,"Tomorrow is Part 1 of the Model 3 unveil. Part 2, which takes things to another level, will be closer to production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/715307847890903041,[],[],0,,False,5400,234,2114,,None,,,,,,,[],,,, +6975,715303533659041792,715303533659041792,1459376626000.0,2016-03-30 22:23:46,+0000,,Model 3 order day starting in Australia https://t.co/T6aUnG5BCv,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/715303533659041792,[],['https://pbs.twimg.com/media/Ce1Ew7MUIAAeXwB.jpg'],1,https://pbs.twimg.com/media/Ce1Ew7MUIAAeXwB.jpg,False,3761,138,1266,,None,,,,,,,[],,,, +6976,715220713326530561,715220713326530561,1459356880000.0,2016-03-30 16:54:40,+0000,,You can now buy cruise ship tickets for the Arctic passage. Seeing is believing. https://t.co/LhKupkNMFC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/715220713326530561,['http://www.wired.com/2016/03/climate-change-opens-first-luxury-arctic-cruise-route/'],[],0,,False,1886,137,1215,,None,,,,,,,[],,,, +6977,715219872204992512,715219872204992512,1459356680000.0,2016-03-30 16:51:20,+0000,,Great article by @BadAstronomer. Important to note max temp record. Too much attention on avg temp. Max matters most https://t.co/0FnIAVsbIu,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/715219872204992512,['https://twitter.com/badastronomer/status/715203254590648320'],[],0,,False,2087,82,1282,https://twitter.com/badastronomer/status/715203254590648320,None,,,,,,,[],,,, +6978,714963420316049411,714963420316049411,1459295537000.0,2016-03-29 23:52:17,+0000,,Looks like we may need to increase production plans for the Model 3 https://t.co/fmCPFC9FEm,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/714963420316049411,[],['https://pbs.twimg.com/media/CewPb6tXEAA5Q5_.jpg'],1,https://pbs.twimg.com/media/CewPb6tXEAA5Q5_.jpg,False,8412,587,2423,,None,,,,,,,[],,,, +6979,711603839443423232,711603839443423232,1458494550000.0,2016-03-20 17:22:30,+0000,,Tesla charger map https://t.co/9tei7lU4FD,fr,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/711603839443423232,['https://twitter.com/teslamotors/status/711601527765360640'],[],0,,False,2520,165,921,https://twitter.com/teslamotors/status/711601527765360640,None,,,,,,,[],,,, +6980,711258598551240704,711243731878354944,1458412239000.0,2016-03-19 18:30:39,+0000,,@MileHighWillY being fixed,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/711258598551240704,[],[],0,,False,85,12,11,,None,,,,,,,[],,,, +6981,710657482322915328,710287603694641152,1458268921000.0,2016-03-18 02:42:01,+0000,,@RobGlaser sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/710657482322915328,[],[],0,,False,60,5,4,,None,,,,,,,[],,,, +6982,710625418856964096,710596956670693376,1458261277000.0,2016-03-18 00:34:37,+0000,,"@mikegaalsf Turn off recirc. Air exits thru rear vents. Snap in shade also avail from service, but I just tint the rear window.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/710625418856964096,[],[],0,,False,81,8,7,,None,,,,,,,[],,,, +6983,707636460212490240,707632249340952577,1457548654000.0,2016-03-09 18:37:34,+0000,,@Christianlguaje no,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/707636460212490240,[],[],0,,False,686,32,144,,None,,,,,,,[],,,, +6984,707632249340952577,707632249340952577,1457547650000.0,2016-03-09 18:20:50,+0000,,The AEI meeting wasn't secret and I was only there for a few hours to talk about Mars and sustainable energy. Nothing to do with Trump.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/707632249340952577,[],[],0,,False,3756,266,930,,None,,,,,,,[],,,, +6985,707611375191744512,707611375191744512,1457542673000.0,2016-03-09 16:57:53,+0000,,Congrats to DeepMind! Many experts in the field thought AI was 10 years away from achieving this. https://t.co/5gGZZkud3K,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/707611375191744512,['https://twitter.com/demishassabis/status/707474683906674688'],[],0,,False,2742,79,1193,https://twitter.com/demishassabis/status/707474683906674688,None,,,,,,,[],,,, +6986,706612070041591808,706610504161107968,1457304420000.0,2016-03-06 22:47:00,+0000,,"SpaceX & Tesla comp is same or better than other companies. Big diff is that we don't outsource manufacturing, retail sales or service.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/706612070041591808,[],[],0,,False,4331,158,1257,,None,,,,,,,[],,,, +6987,706610504161107968,706610504161107968,1457304047000.0,2016-03-06 22:40:47,+0000,,"SpaceX and Tesla rated most meaningful work in high tech. Also, most stressful, but that goes with the territory. https://t.co/y8s4UdMF5z",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/706610504161107968,['https://twitter.com/dfjsteve/status/705925529388453888'],[],0,,False,5397,169,2326,https://twitter.com/dfjsteve/status/705925529388453888,None,,,,,,,[],,,, +6988,706185709481119745,705972324592435200,1457202768000.0,2016-03-05 18:32:48,+0000,,@wk057 @TeslaMotors Wasn't done at my request. Good hacking is a gift.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/706185709481119745,[],[],0,,False,425,21,94,,None,,,,,,,[],,,, +6989,705917924972736512,705917924972736512,1457138923000.0,2016-03-05 00:48:43,+0000,,"Rocket landed hard on the droneship. Didn't expect this one to work (v hot reentry), but next flight has a good chance.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/705917924972736512,[],[],0,,False,9885,681,3892,,None,,,,,,,[],,,, +6990,705910704792973313,705910704792973313,1457137201000.0,2016-03-05 00:20:01,+0000,,"Target altitude of 40,600 km achieved. Thanks @SES_Satellites for riding on Falcon 9! Looking forward to future missions.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/705910704792973313,[],[],0,,False,5912,250,1812,,None,,,,,,,[],,,, +6991,705687267684159488,705683898437496832,1457083930000.0,2016-03-04 09:32:10,+0000,,@Astro_Valdric @TeslaMotors We spoke earlier today and he said he would investigate the situation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/705687267684159488,[],[],0,,False,217,23,71,,None,,,,,,,[],,,, +6992,705094397470179329,705089680581132288,1456942579000.0,2016-03-02 18:16:19,+0000,,.@curtismcauliff SpaceX has not donated to any presidential campaign,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/705094397470179329,[],[],0,,False,2522,142,555,,None,,,,,,,[],,,, +6993,705089680581132288,705089680581132288,1456941454000.0,2016-03-02 17:57:34,+0000,,Evolution hasn't advanced much https://t.co/tsgmvtGYxH,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/705089680581132288,['https://twitter.com/arstechnica/status/705069161064603648'],[],0,,False,1170,94,419,https://twitter.com/arstechnica/status/705069161064603648,None,,,,,,,[],,,, +6994,704949916171444224,704949916171444224,1456908132000.0,2016-03-02 08:42:12,+0000,,MIT Technology Review 2016 https://t.co/db7QZRmgH5,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/704949916171444224,['https://www.technologyreview.com/lists/technologies/2016/'],[],0,,False,1905,103,971,,None,,,,,,,[],,,, +6995,704825457934364674,704823859254423552,1456878458000.0,2016-03-02 00:27:38,+0000,,@chrisdbond checking ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/704825457934364674,[],[],0,,False,59,2,4,,None,,,,,,,[],,,, +6996,704779047746691072,704770247769722880,1456867393000.0,2016-03-01 21:23:13,+0000,,@lorengrush exactly :),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/704779047746691072,[],[],0,,False,90,3,9,,None,,,,,,,[],,,, +6997,704770247769722880,704770247769722880,1456865295000.0,2016-03-01 20:48:15,+0000,,Pushing launch to Friday due to extreme high altitude wind shear. Hits like a sledgehammer when going up supersonic https://t.co/Gr8T5upaLd,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/704770247769722880,[],['https://pbs.twimg.com/media/CcfYzdsUkAE3cFf.jpg'],1,https://pbs.twimg.com/media/CcfYzdsUkAE3cFf.jpg,False,3791,228,1524,,None,,,,,,,[],,,, +6998,704603669786791936,704554265885417472,1456825580000.0,2016-03-01 09:46:20,+0000,,@PernilleT Only heard about it today. Doesn't sound like they are in the right though in their dealings with our subcontractor.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/704603669786791936,[],[],0,,False,56,5,7,,None,,,,,,,[],,,, +6999,704102461766676481,704101592098693120,1456706083000.0,2016-02-29 00:34:43,+0000,,@SpaceX Launch aborted on low thrust alarm. Rising oxygen temps due to hold for boat and helium bubble triggered alarm.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/704102461766676481,[],[],0,,False,2365,302,1734,,None,,,,,,,[],,,, +7000,704092857829732353,704092037889396736,1456703793000.0,2016-02-28 23:56:33,+0000,,@SpaceX AF has placed launch on hold due to a boat entering the edge of the keep out zone. Scrambling helo to get them to move.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/704092857829732353,[],[],0,,False,1853,207,1073,,None,,,,,,,[],,,, +7001,703760056827912197,703632077384581120,1456624447000.0,2016-02-28 01:54:07,+0000,,"@TLKFremont Great leg room for 3rd row, rear visibility better, easy storage of long cargo.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/703760056827912197,[],[],0,,False,81,13,6,,None,,,,,,,[],,,, +7002,703692375055413248,703632077384581120,1456608310000.0,2016-02-27 21:25:10,+0000,,"@derekslager @skiesforme yes, it actually performed better than other colors on stain tests. Best not to have vented seats w kids though.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/703692375055413248,[],[],0,,False,72,7,5,,None,,,,,,,[],,,, +7003,703650455407079424,703632077384581120,1456598316000.0,2016-02-27 18:38:36,+0000,,"@skiesforme Can't emphasize enough that white is the best interior. Also, pick 6 seats unless you really need 7.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/703650455407079424,[],[],0,,False,99,9,17,,None,,,,,,,[],,,, +7004,703636763227484161,703632077384581120,1456595051000.0,2016-02-27 17:44:11,+0000,,"@skiesforme @TeslaMotors That said, the white interior is the best. Highly recommend.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/703636763227484161,[],[],0,,False,58,1,9,,None,,,,,,,[],,,, +7005,703636644704849921,703632077384581120,1456595023000.0,2016-02-27 17:43:43,+0000,,@skiesforme Heavy use of the white causes splitting. Adding backing material to strengthen. Will be upgraded at no cost.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/703636644704849921,[],[],0,,False,79,5,9,,None,,,,,,,[],,,, +7006,702534707464896512,702534707464896512,1456332301000.0,2016-02-24 16:45:01,+0000,,Worth reposting the Wait But Why piece on AI. We are at the beginning of exponential growth in digital intelligence. https://t.co/1c30ZwrxQ1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/702534707464896512,['http://waitbutwhy.com/2015/01/artificial-intelligence-revolution-1.html'],[],0,,False,4323,213,2406,,None,,,,,,,[],,,, +7007,702291394023415812,702291394023415812,1456274290000.0,2016-02-24 00:38:10,+0000,,Next gen Atlas robot https://t.co/UklqidXrvD,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/702291394023415812,['https://m.youtube.com/watch?v=rVlhMGQgDkY&feature=youtu.be'],[],0,,False,3065,264,2399,,None,,,,,,,[],,,, +7008,702233502910025732,702230297010708481,1456260488000.0,2016-02-23 20:48:08,+0000,,@RoMcLocko @TeslaMotors coming later this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/702233502910025732,[],[],0,,False,133,18,50,,None,,,,,,,[],,,, +7009,701548454460284929,701547612747345921,1456097160000.0,2016-02-21 23:26:00,+0000,,"There is no way it is only 0.5%, given the staggeringly massive number of fossil subsidies that exist in every country, or as high as 50%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/701548454460284929,[],[],0,,False,1283,85,381,,None,,,,,,,[],,,, +7010,701547612747345921,701547612747345921,1456096959000.0,2016-02-21 23:22:39,+0000,,"Global economy of $100T is overwhelmingly fossil fuel based, so IMF estimate of $5T or 5% for carbon subsidy is def right order of magnitude",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/701547612747345921,[],[],0,,False,2127,86,890,,None,,,,,,,[],,,, +7011,701222643278548993,701222643278548993,1456019480000.0,2016-02-21 01:51:20,+0000,,Just wanted to thank Stu G for https://t.co/7FlnbruWpL. Know it meant a lot to you. Will take good care.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/701222643278548993,['http://tesla.com'],[],0,,False,3445,96,648,,None,,,,,,,[],,,, +7012,701143735690612736,700404336036188160,1456000667000.0,2016-02-20 20:37:47,+0000,,@nathanfielder Don't you already have a spaceship? https://t.co/tFNM43sONg,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/701143735690612736,[],['https://pbs.twimg.com/media/Cbr2gqxUsAAzkn8.jpg'],1,https://pbs.twimg.com/media/Cbr2gqxUsAAzkn8.jpg,False,3325,33,691,,None,,,,,,,[],,,, +7013,700600176713404416,700600176713404416,1455871073000.0,2016-02-19 08:37:53,+0000,,Worth noting that all gasoline cars are heavily subsidized via oil company tax credits & unpaid public health costs https://t.co/4li5E013Dj,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/700600176713404416,['http://www.theguardian.com/environment/2015/may/18/fossil-fuel-companies-getting-10m-a-minute-in-subsidies-says-imf'],[],0,,False,6171,325,5187,,None,,,,,,,[],,,, +7014,700583378328784896,700583378328784896,1455867068000.0,2016-02-19 07:31:08,+0000,,Sigh … https://t.co/VelOzAKIW6,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/700583378328784896,['http://m.huffpost.com/us/entry/koch-electric-vehicles_us_56c4d63ce4b0b40245c8cbf6'],[],0,,False,4316,685,3325,,None,,,,,,,[],,,, +7015,700540843455705088,700400342047961088,1455856927000.0,2016-02-19 04:42:07,+0000,,@elliegoulding Hi :),und,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/700540843455705088,[],[],0,,False,359,23,54,,None,,,,,,,[],,,, +7016,700400899991011328,700400342047961088,1455823562000.0,2016-02-18 19:26:02,+0000,,"@msb17 yeah, that's a great one too :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/700400899991011328,[],[],0,,False,60,3,3,,None,,,,,,,[],,,, +7017,700400754943627264,700400342047961088,1455823527000.0,2016-02-18 19:25:27,+0000,,@AnnaDotBlue Little bit,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/700400754943627264,[],[],0,,False,86,1,5,,None,,,,,,,[],,,, +7018,700400342047961088,700400342047961088,1455823429000.0,2016-02-18 19:23:49,+0000,,"Worth watching ""Nathan for You"" on Comedy Central, particularly the ""Dumb Starbucks"" and ""Mechanic/Realtor"" episodes",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/700400342047961088,[],[],0,,False,2382,111,522,,None,,,,,,,[],,,, +7019,700398127044362240,700398127044362240,1455822900000.0,2016-02-18 19:15:00,+0000,,My coffee tastes unusually good this morning https://t.co/LowwuPAgoz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/700398127044362240,[],['https://pbs.twimg.com/media/CbhP-tsWIAAiBlQ.jpg'],1,https://pbs.twimg.com/media/CbhP-tsWIAAiBlQ.jpg,False,5905,232,1079,,None,,,,,,,[],,,, +7020,699880397396512768,699709623406702592,1455699464000.0,2016-02-17 08:57:44,+0000,,@BasseyE @tegmark yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/699880397396512768,[],[],0,,False,78,14,13,,None,,,,,,,[],,,, +7021,699709623406702592,699709623406702592,1455658748000.0,2016-02-16 21:39:08,+0000,,Interesting to think of physics as a set of compression algorithms for the universe. That's basically what formulas are.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/699709623406702592,[],[],0,,False,7306,356,3108,,None,,,,,,,[],,,, +7022,699510738147106816,699510097332994048,1455611330000.0,2016-02-16 08:28:50,+0000,,"@chriskreidler @engadget yes, this was done jointly with Tesla and Radio Flyer",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/699510738147106816,[],[],0,,False,128,6,18,,None,,,,,,,[],,,, +7023,699510097332994048,699510097332994048,1455611178000.0,2016-02-16 08:26:18,+0000,,This baby Model S really is quite fun https://t.co/40W5sS5bKI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/699510097332994048,['https://twitter.com/engadget/status/699489096406802432'],[],0,,False,2687,201,1019,https://twitter.com/engadget/status/699489096406802432,None,,,,,,,[],,,, +7024,697684032868356097,697684032868356097,1455175810000.0,2016-02-11 07:30:10,+0000,,More details on Model 3 unveil in coming weeks. That's it for now.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697684032868356097,[],[],0,,False,3544,213,1007,,None,,,,,,,[],,,, +7025,697682665919516672,697678962588188672,1455175484000.0,2016-02-11 07:24:44,+0000,,@MysteryGuitarM yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697682665919516672,[],[],0,,False,188,13,14,,None,,,,,,,[],,,, +7026,697679828468641792,697678962588188672,1455174808000.0,2016-02-11 07:13:28,+0000,,No signature series for Model 3. Same reservation amount for all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697679828468641792,[],[],0,,False,1505,92,385,,None,,,,,,,[],,,, +7027,697679434996850688,697678962588188672,1455174714000.0,2016-02-11 07:11:54,+0000,,@garethseneque global,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697679434996850688,[],[],0,,False,164,9,21,,None,,,,,,,[],,,, +7028,697678962588188672,697678962588188672,1455174601000.0,2016-02-11 07:10:01,+0000,,Model 3 reservations ($1000 down) will be accepted in Tesla stores on March 31 and online April 1,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697678962588188672,[],[],0,,False,5740,499,3240,,None,,,,,,,[],,,, +7029,697674277131153408,697672633333239808,1455173484000.0,2016-02-11 06:51:24,+0000,,@ErikRoesegg good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/697674277131153408,[],[],0,,False,104,4,1,,None,,,,,,,[],,,, +7030,697341715712086016,697331144417619968,1455094195000.0,2016-02-10 08:49:55,+0000,,Should mention that Tesla Motors itself had nothing to do with the short movie. This was completely independent.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/697341715712086016,[],[],0,,False,1259,98,182,,None,,,,,,,[],,,, +7031,697331144417619968,697331144417619968,1455091675000.0,2016-02-10 08:07:55,+0000,,Love this Tesla video made by https://t.co/bwKne0mZUh,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/697331144417619968,['http://freisebrothers.com/tesla-notadream/'],[],0,,False,3813,136,1655,,None,,,,,,,[],,,, +7032,695666033676328960,695666033676328960,1454694681000.0,2016-02-05 17:51:21,+0000,,My job moonlighting as a police officer in Brazil is no longer secret https://t.co/QBTQYMpAF9,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/695666033676328960,['http://www.autoblog.com/2016/02/04/it-sure-looks-like-elon-musk-is-now-doing-security-in-brazil/'],[],0,,False,5028,288,1810,,None,,,,,,,[],,,, +7033,694802955170553861,694802955170553861,1454488907000.0,2016-02-03 08:41:47,+0000,,Must be a slow news day if denying service to a super rude customer gets this much attention,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/694802955170553861,[],[],0,,False,8793,927,2199,,None,,,,,,,[],,,, +7034,690983158490136576,690815779068076032,1453578197000.0,2016-01-23 19:43:17,+0000,,@TheEconomist Interesting name,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/690983158490136576,[],[],0,,False,1224,72,249,,None,,,,,,,[],,,, +7035,689869015280254976,689867519503441920,1453312565000.0,2016-01-20 17:56:05,+0000,,@Benzinga I didn't take anyone's car and never would. Car was actually allocated to engineering test (not by me) and inadvertently sold.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/689869015280254976,[],[],0,,False,234,54,46,,None,,,,,,,[],,,, +7036,689299216607232000,689299216607232000,1453176714000.0,2016-01-19 04:11:54,+0000,,"My best guess for 2016: ~70% landing success rate (so still a few more RUDs to go), then hopefully improving to ~90% in 2017",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/689299216607232000,[],[],0,,False,4955,378,1366,,None,,,,,,,[],,,, +7037,688921087820705792,688815223558410240,1453086561000.0,2016-01-18 03:09:21,+0000,,@JeffBezos @SpaceX Thanks Jeff,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/688921087820705792,[],[],0,,False,1039,52,153,,None,,,,,,,[],,,, +7038,688920586391805952,688920586391805952,1453086441000.0,2016-01-18 03:07:21,+0000,,"Falcon lands on droneship, but the lockout collet doesn't latch on one the four legs, causing it… https://t.co/DpXsRQWal9",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/688920586391805952,['https://www.instagram.com/p/BAqirNbwEc0/'],[],0,,False,8418,1192,7739,,None,,,,,,,[],,,, +7039,688846973361721345,688844190826942465,1453068891000.0,2016-01-17 22:14:51,+0000,,"@stunt_penguin @LayOn_OverWhale Stage 1 would reach low Earth orbit if not hefting a second stage, but payload would be greatly reduced.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/688846973361721345,[],[],0,,False,182,20,26,,None,,,,,,,[],,,, +7040,688846557949472768,688844190826942465,1453068792000.0,2016-01-17 22:13:12,+0000,,"@JimmyVosika Actually, didn't get environmental approval in time, but it was also good practice for missions where a ship is needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/688846557949472768,[],[],0,,False,183,7,22,,None,,,,,,,[],,,, +7041,688845689023901696,688844190826942465,1453068585000.0,2016-01-17 22:09:45,+0000,,"If speed at stage separation > ~6000 km/hr. With a ship, no need to zero out lateral velocity, so can stage at up to ~9000 km/h.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/688845689023901696,[],[],0,,False,1491,125,424,,None,,,,,,,[],,,, +7042,688844190826942465,688844190826942465,1453068227000.0,2016-01-17 22:03:47,+0000,,Ship landings are not needed for flexibility or to save fuel costs. Just not physically possible to return to launch site,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/688844190826942465,[],[],0,,False,1948,139,589,,None,,,,,,,[],,,, +7043,688842435955261440,688842435955261440,1453067809000.0,2016-01-17 21:56:49,+0000,,"As mentioned before, ship landings are needed for high velocity missions. Altitude & distance don't mean much for orbit. All about speed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/688842435955261440,[],[],0,,False,2019,100,605,,None,,,,,,,[],,,, +7044,688841295364673536,688840057483071488,1453067537000.0,2016-01-17 21:52:17,+0000,,@mbhnyc steel collet,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/688841295364673536,[],[],0,,False,79,6,5,,None,,,,,,,[],,,, +7045,688837706005131264,688837706005131264,1453066681000.0,2016-01-17 21:38:01,+0000,,"Well, at least the pieces were bigger this time! Won't be last RUD, but am optimistic about upcoming ship landing. https://t.co/w007TccANJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/688837706005131264,[],['https://pbs.twimg.com/media/CY8-PdyU0AABqaa.jpg'],1,https://pbs.twimg.com/media/CY8-PdyU0AABqaa.jpg,False,12691,793,6461,,None,,,,,,,[],,,, +7046,688816810754359297,688816554306191360,1453061699000.0,2016-01-17 20:14:59,+0000,,@Uncle_Gus probably,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/688816810754359297,[],[],0,,False,225,17,26,,None,,,,,,,[],,,, +7047,688816554306191360,688816554306191360,1453061638000.0,2016-01-17 20:13:58,+0000,,"However, that was not what prevented it being good. Touchdown speed was ok, but a leg lockout didn't latch, so it tipped over after landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/688816554306191360,[],[],0,,False,3795,506,1839,,None,,,,,,,[],,,, +7048,688814634489413632,688814634489413632,1453061181000.0,2016-01-17 20:06:21,+0000,,"Definitely harder to land on a ship. Similar to an aircraft carrier vs land: much smaller target area, that's also translating & rotating.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/688814634489413632,[],[],0,,False,4503,483,1869,,None,,,,,,,[],,,, +7049,688175650570547202,688173528017850368,1452908835000.0,2016-01-16 01:47:15,+0000,,Maybe some debris ingestion. Engine data looks ok. Will borescope tonight. This is one of the outer engines.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/688175650570547202,[],[],0,,False,1713,146,425,,None,,,,,,,[],,,, +7050,688173528017850368,688173528017850368,1452908329000.0,2016-01-16 01:38:49,+0000,,"Conducted hold-down firing of returned Falcon rocket. Data looks good overall, but engine 9 showed thrust fluctuations.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/688173528017850368,[],[],0,,False,3556,164,1072,,None,,,,,,,[],,,, +7051,686976300158853120,686976300158853120,1452622888000.0,2016-01-12 18:21:28,+0000,,Next launch is a @NASA science mission from VAFB California on Sunday. https://t.co/vJdkJkZzg1,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/686976300158853120,['https://twitter.com/spacex/status/686971170051100672'],[],0,,False,2029,121,823,https://twitter.com/spacex/status/686971170051100672,None,,,,,,,[],,,, +7052,686743696469954560,686743696469954560,1452567430000.0,2016-01-12 02:57:10,+0000,,Aiming to launch this weekend and (hopefully) land on our droneship. Ship landings needed for high velocity missions https://t.co/n6j0mExAqM,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/686743696469954560,['https://twitter.com/spacex/status/686740078387843073'],[],0,,False,4109,189,1886,https://twitter.com/spacex/status/686740078387843073,None,,,,,,,[],,,, +7053,686472796797579266,686472796797579266,1452502843000.0,2016-01-11 09:00:43,+0000,,Sad to hear that David Bowie died. He was amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/686472796797579266,[],[],0,,False,4152,123,1065,,None,,,,,,,[],,,, +7054,686279251293777920,686279251293777920,1452456698000.0,2016-01-10 20:11:38,+0000,,"In ~2 years, summon should work anywhere connected by land & not blocked by borders, eg you're in LA and the car is in NY",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/686279251293777920,[],[],0,,False,7163,613,4346,,None,,,,,,,[],,,, +7055,686278452639567876,686277508212330496,1452456508000.0,2016-01-10 20:08:28,+0000,,"Tap your phone or key and your car will open the garage door, exit, close the door and come to you. Will do same in reverse for unsummon.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/686278452639567876,[],[],0,,False,4205,248,2743,,None,,,,,,,[],,,, +7056,686277508212330496,686277508212330496,1452456283000.0,2016-01-10 20:04:43,+0000,,First baby step in Tesla Summon capability now downloading over-the-air with V7.1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/686277508212330496,[],[],0,,False,3380,127,1496,,None,,,,,,,[],,,, +7057,683333695307034625,683333695307034625,1451754423000.0,2016-01-02 17:07:03,+0000,,"Worth reading The Machine Stops, an old story by E. M. Forster https://t.co/0Dl4l2t6FH",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/683333695307034625,['https://en.m.wikipedia.org/wiki/The_Machine_Stops'],[],0,,False,2926,254,837,,None,,,,,,,[],,,, +7058,682717803166695425,682717803166695425,1451607583000.0,2016-01-01 00:19:43,+0000,,"Falcon 9 back in the hangar at Cape Canaveral. No damage found, ready to fire again. https://t.co/7w6IfJGtXM",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/682717803166695425,['https://www.instagram.com/p/_-d28bQEc9/'],[],0,,False,9877,523,4600,,None,,,,,,,[],,,, +7059,679163784062107649,679163784062107649,1450760239000.0,2015-12-22 04:57:19,+0000,,High res video of landing from the helo https://t.co/G0Yq2V5J3m,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/679163784062107649,['https://m.youtube.com/watch?v=ZCBE8ocOkAQ&feature=youtu.be'],[],0,,False,9953,610,6896,,None,,,,,,,[],,,, +7060,679145544673923072,679145544673923072,1450755890000.0,2015-12-22 03:44:50,+0000,,Live video from LZ-1 https://t.co/Ve6gEXfOdh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679145544673923072,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/679145419507548161/pu/img/6DQ1zHR6pVDCJdeV.jpg,False,10710,373,5027,,None,,,,,,,[],,,, +7061,679142215981993984,679142215981993984,1450755096000.0,2015-12-22 03:31:36,+0000,,Falcon 9 standing on LZ-1 at Cape Canaveral https://t.co/RZdfcH0exW,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679142215981993984,[],['https://pbs.twimg.com/media/CWzMPm2U8AAca4k.jpg'],1,https://pbs.twimg.com/media/CWzMPm2U8AAca4k.jpg,False,9442,400,4333,,None,,,,,,,[],,,, +7062,679138271084064768,679127406813188097,1450754156000.0,2015-12-22 03:15:56,+0000,,@morganpage thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679138271084064768,[],[],0,,False,173,13,3,,None,,,,,,,[],,,, +7063,679137936416329728,679137936416329728,1450754076000.0,2015-12-22 03:14:36,+0000,,There and back again https://t.co/Ll7wg2hL1G,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679137936416329728,[],['https://pbs.twimg.com/media/CWzIWeAXIAAUQCF.jpg'],1,https://pbs.twimg.com/media/CWzIWeAXIAAUQCF.jpg,False,38608,1033,24231,,None,,,,,,,[],,,, +7064,679137515543097345,679136936036990976,1450753976000.0,2015-12-22 03:12:56,+0000,,@Jon_Favreau Thanks Jon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679137515543097345,[],[],0,,False,310,9,22,,None,,,,,,,[],,,, +7065,679127406813188097,679127406813188097,1450751566000.0,2015-12-22 02:32:46,+0000,,"11 satellites deployed to target orbit and Falcon has landed back at Cape Canaveral. Headed to LZ-1. Welcome back, baby!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/679127406813188097,[],[],0,,False,17365,1037,8653,,None,,,,,,,[],,,, +7066,679110356224991232,679110356224991232,1450747500000.0,2015-12-22 01:25:00,+0000,,Background on the launch https://t.co/1SkttU684X,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/679110356224991232,['http://www.spacex.com/news/2015/12/21/background-tonights-launch'],[],0,,False,2117,210,938,,None,,,,,,,[],,,, +7067,678732298532085761,678732298532085761,1450657364000.0,2015-12-21 00:22:44,+0000,,Launch & landing can be seen on the https://t.co/bDd3GxQXMC webcast or in person from Cape Canaveral public causeway at 8:33pm local tmrw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/678732298532085761,['http://SpaceX.com'],[],0,,False,2743,228,1738,,None,,,,,,,[],,,, +7068,678679083782377472,678679083782377472,1450644677000.0,2015-12-20 20:51:17,+0000,,Just reviewed mission params w SpaceX team. Monte Carlo runs show tmrw night has a 10% higher chance of a good landing. Punting 24 hrs.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/678679083782377472,[],[],0,,False,2485,193,1053,,None,,,,,,,[],,,, +7069,678152249369952258,678152249369952258,1450519070000.0,2015-12-19 09:57:50,+0000,,Currently looking good for a Sunday night (~8pm local) attempted orbital launch and rocket landing at Cape Canaveral,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/678152249369952258,[],[],0,,False,3796,265,1694,,None,,,,,,,[],,,, +7070,678065851199651840,678065339649757184,1450498471000.0,2015-12-19 04:14:31,+0000,,Meant to reply to this article: https://t.co/JRvXcTG3el,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/678065851199651840,['http://www.latimes.com/business/la-fi-1216-tesla-credits-20151216-story.html'],[],0,,False,692,76,169,,None,,,,,,,[],,,, +7071,678065339649757184,678065339649757184,1450498349000.0,2015-12-19 04:12:29,+0000,,This article does not appreciate that Tesla is in California despite taxes net of rebates being higher. Incentives only a partial offset.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/678065339649757184,[],[],0,,False,989,92,195,,None,,,,,,,[],,,, +7072,678004229047357440,678004229047357440,1450483779000.0,2015-12-19 00:09:39,+0000,,"Static fire test looks good. Pending data review, will aim to launch Sunday.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/678004229047357440,[],[],0,,False,2532,154,891,,None,,,,,,,[],,,, +7073,677980503459270657,677970721730002944,1450478122000.0,2015-12-18 22:35:22,+0000,,Rounding up to 1 sec for a bit of timing margin. Updating flight computer command sequence …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/677980503459270657,[],[],0,,False,633,65,116,,None,,,,,,,[],,,, +7074,677970721730002944,677970721730002944,1450475790000.0,2015-12-18 21:56:30,+0000,,Aborted on ignition timing due to slow ground side valve. Adjusting ignition sequence by 0.6 secs for next attempt.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/677970721730002944,[],[],0,,False,964,103,220,,None,,,,,,,[],,,, +7075,677961117595906048,677961117595906048,1450473501000.0,2015-12-18 21:18:21,+0000,,About 2 mins from static fire,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/677961117595906048,[],[],0,,False,839,107,184,,None,,,,,,,[],,,, +7076,677949037815840768,677945101184708609,1450470620000.0,2015-12-18 20:30:20,+0000,,@elonmusk holding for issue resolution,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/677949037815840768,[],[],0,,False,382,38,84,,None,,,,,,,[],,,, +7077,677945101184708609,677945101184708609,1450469682000.0,2015-12-18 20:14:42,+0000,,Abort triggered by flight computer on upper stage throttle valve. Adjusting thresholds and restarting count at T-10 mins.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/677945101184708609,[],[],0,,False,842,79,257,,None,,,,,,,[],,,, +7078,677940293212102656,677940293212102656,1450468536000.0,2015-12-18 19:55:36,+0000,,5 mins from static fire test,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/677940293212102656,[],[],0,,False,1279,143,351,,None,,,,,,,[],,,, +7079,677666779494248449,677660460230041600,1450403325000.0,2015-12-18 01:48:45,+0000,,"@lukealization yes, from 70F to 20 F",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677666779494248449,[],[],0,,False,106,13,10,,None,,,,,,,[],,,, +7080,677666464208416768,677660460230041600,1450403250000.0,2015-12-18 01:47:30,+0000,,@craigcocca It worked in Texas,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677666464208416768,[],[],0,,False,103,4,11,,None,,,,,,,[],,,, +7081,677663227271118848,677660460230041600,1450402478000.0,2015-12-18 01:34:38,+0000,,@PaigeANjax -340 F in this case. Deep cryo increases density and amplifies rocket performance. First time anyone has gone this low for O2.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677663227271118848,[],[],0,,False,535,54,161,,None,,,,,,,[],,,, +7082,677660460230041600,677660460230041600,1450401818000.0,2015-12-18 01:23:38,+0000,,Falcon 9 is vertical on the launch pad at Cape Canaveral. Working towards static fire. Deep cryo liquid oxygen presenting some challenges.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677660460230041600,[],[],0,,False,2416,154,794,,None,,,,,,,[],,,, +7083,677646796311670786,677631711744794624,1450398560000.0,2015-12-18 00:29:20,+0000,,@mashabletech @mashable Not really my letter (no authorship contribution). Just agreed to add my name when they asked.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/677646796311670786,[],[],0,,False,78,7,14,,None,,,,,,,[],,,, +7084,677403793651175424,677403793651175424,1450340624000.0,2015-12-17 08:23:44,+0000,,Vance article on self-driving cars was inaccurate https://t.co/AV636KAcKH,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/677403793651175424,['http://ts.la/p3n'],[],0,,False,1080,82,500,,None,,,,,,,[],,,, +7085,675431513211600896,675431513211600896,1449870396000.0,2015-12-11 21:46:36,+0000,,Announcing formation of @open_ai … https://t.co/Fcouhwh6MC,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/675431513211600896,['https://openai.com/blog/introducing-openai/'],[],0,,False,4218,238,3546,,None,,,,,,,[],,,, +7086,674885173838680064,674885173838680064,1449740138000.0,2015-12-10 09:35:38,+0000,,Aiming for Falcon rocket static fire at Cape Canaveral on the 16th and launch about three days later,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/674885173838680064,[],[],0,,False,3232,203,1246,,None,,,,,,,[],,,, +7087,674879202554875904,656973991379378176,1449738715000.0,2015-12-10 09:11:55,+0000,,@laulauritzen Agreed. Working on it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/674879202554875904,[],[],0,,False,72,9,10,,None,,,,,,,[],,,, +7088,674715937610719232,674715937610719232,1449699789000.0,2015-12-09 22:23:09,+0000,,wow https://t.co/T7PFpoqpEx,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/674715937610719232,['https://twitter.com/DiscoverMag/status/674713782778654721'],[],0,,False,1602,59,674,https://twitter.com/DiscoverMag/status/674713782778654721,None,,,,,,,[],,,, +7089,673606425109639168,673606181584171009,1449435261000.0,2015-12-06 20:54:21,+0000,,@NASA Best of luck to the Cygnus launch,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/673606425109639168,[],[],0,,False,706,27,138,,None,,,,,,,[],,,, +7090,672594704467267584,672535366096785408,1449194048000.0,2015-12-04 01:54:08,+0000,,@MikeBloomberg Nice ride! Looking forward to seeing you tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/672594704467267584,[],[],0,,False,158,12,25,,None,,,,,,,[],,,, +7091,672387989260095489,672387989260095489,1449144763000.0,2015-12-03 12:12:43,+0000,,Good summary of my talk in Paris on climate change https://t.co/n27JiXUsW9,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,12,https://twitter.com/elonmusk/status/672387989260095489,['http://fortune.com/2015/12/02/elon-musk-carbon-tax-paris/'],[],0,,False,2274,175,1508,,None,,,,,,,[],,,, +7092,672102667213115393,672102667213115393,1449076737000.0,2015-12-02 17:18:57,+0000,,About to give a talk at the Sorbonne https://t.co/j7iVq1GycH,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/672102667213115393,['https://twitter.com/sorbonneparis1/status/672085311401381888'],[],0,,False,1051,111,319,https://twitter.com/sorbonneparis1/status/672085311401381888,None,,,,,,,[],,,, +7093,669209994693251075,669111829205938177,1448387070000.0,2015-11-24 17:44:30,+0000,,"@ID_AA_Carmack Yep, good points. I hope you get back into space some day!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/669209994693251075,[],[],0,,False,324,17,47,,None,,,,,,,[],,,, +7094,669202543109509120,669202543109509120,1448385294000.0,2015-11-24 17:14:54,+0000,,But credit for 1st reusable suborbital rocket goes to X-15 https://t.co/LSb0f8FLJd And Burt Rutan for commercial https://t.co/TGWlNjsyQz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/669202543109509120,"['https://en.m.wikipedia.org/wiki/North_American_X-15', 'https://en.m.wikipedia.org/wiki/SpaceShipOne']",[],0,,False,1131,103,430,,None,,,,,,,[],,,, +7095,669199392231063552,669199392231063552,1448384542000.0,2015-11-24 17:02:22,+0000,,Jeff maybe unaware SpaceX suborbital VTOL flight began 2013. Orbital water landing 2014. Orbital land landing next. https://t.co/S6WMRnEFY5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/669199392231063552,['https://m.youtube.com/watch?v=2t15vP1PyoA'],[],0,,False,1581,140,792,,None,,,,,,,[],,,, +7096,669194136248041472,669111829205938177,1448383289000.0,2015-11-24 16:41:29,+0000,,"@JeffBezos Not quite ""rarest"". SpaceX Grasshopper rocket did 6 suborbital flights 3 years ago & is still around. https://t.co/6j9ERKCNZl",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/669194136248041472,[],['https://pbs.twimg.com/media/CUl0gkJW4AAQQjB.jpg'],1,https://pbs.twimg.com/media/CUl0gkJW4AAQQjB.jpg,False,2161,128,873,,None,,,,,,,[],,,, +7097,669132749500887040,669129655597731841,1448368654000.0,2015-11-24 12:37:34,+0000,,@TobiasVdb The F9 booster can reach low orbit as a single stage if not carrying the upper stage and a heavy satellite.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669132749500887040,[],[],0,,False,203,12,61,,None,,,,,,,[],,,, +7098,669131093379956736,669129655597731841,1448368259000.0,2015-11-24 12:30:59,+0000,,"Getting to space needs ~Mach 3, but GTO orbit requires ~Mach 30. The energy needed is the square, i.e. 9 units for space and 900 for orbit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669131093379956736,[],[],0,,False,1685,93,766,,None,,,,,,,[],,,, +7099,669129655597731841,669129655597731841,1448367916000.0,2015-11-24 12:25:16,+0000,,"It is, however, important to clear up the difference between ""space"" and ""orbit"", as described well by https://t.co/7PD42m37fZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669129655597731841,['https://what-if.xkcd.com/58/'],[],0,,False,2796,108,1433,,None,,,,,,,[],,,, +7100,669129347555430400,669129347555430400,1448367842000.0,2015-11-24 12:24:02,+0000,,Congrats to Jeff Bezos and the BO team for achieving VTOL on their booster,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669129347555430400,[],[],0,,False,2730,80,1335,,None,,,,,,,[],,,, +7101,667537317037404160,667517215390863360,1447988273000.0,2015-11-20 02:57:53,+0000,,"@levie Sounds perfect, you had me at ""enterprise"".",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/667537317037404160,[],[],0,,False,630,39,90,,None,,,,,,,[],,,, +7102,667536629830017024,667517215390863360,1447988109000.0,2015-11-20 02:55:09,+0000,,@StartupLJackson Yeah and hell yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/667536629830017024,[],[],0,,False,630,21,92,,None,,,,,,,[],,,, +7103,667519604537724928,667517215390863360,1447984050000.0,2015-11-20 01:47:30,+0000,,@atduarte From anywhere,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667519604537724928,[],[],0,,False,131,4,23,,None,,,,,,,[],,,, +7104,667519445414252544,667517215390863360,1447984012000.0,2015-11-20 01:46:52,+0000,,Should mention that I will be interviewing people personally and Autopilot reports directly to me. This is a super high priority.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667519445414252544,[],[],0,,False,3171,309,1533,,None,,,,,,,[],,,, +7105,667517215390863360,667517215390863360,1447983480000.0,2015-11-20 01:38:00,+0000,,We are looking for hardcore software engineers. No prior experience with cars required. Please include code sample or link to your work.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667517215390863360,[],[],0,,False,4605,750,3876,,None,,,,,,,[],,,, +7106,667516705116065792,667516705116065792,1447983359000.0,2015-11-20 01:35:59,+0000,,"Ramping up the Autopilot software team at Tesla to achieve generalized full autonomy. If interested, contact autopilot@teslamotors.com.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667516705116065792,[],[],0,,False,2925,201,1850,,None,,,,,,,[],,,, +7107,663290006992236544,663200379132248065,1446975635000.0,2015-11-08 09:40:35,+0000,,@drew definitely aliens!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/663290006992236544,[],[],0,,False,152,19,30,,None,,,,,,,[],,,, +7108,662039125898334209,662017187486556160,1446677402000.0,2015-11-04 22:50:02,+0000,,@kevinmitnick Current production is LTE. Can be upgraded by service.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/662039125898334209,[],[],0,,False,159,32,16,,None,,,,,,,[],,,, +7109,661293692410445824,661179848807829504,1446499677000.0,2015-11-02 21:27:57,+0000,,@BjornNyland @TeslaMotors well done!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/661293692410445824,[],[],0,,False,219,17,33,,None,,,,,,,[],,,, +7110,660693896553324545,660608695722635264,1446356674000.0,2015-11-01 05:44:34,+0000,,@ID_AA_Carmack noted,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/660693896553324545,[],[],0,,False,375,20,59,,None,,,,,,,[],,,, +7111,660117630175412224,660115971575840769,1446219282000.0,2015-10-30 15:34:42,+0000,,"@GertAbildskov Wow, that's great!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/660117630175412224,[],[],0,,False,63,2,6,,None,,,,,,,[],,,, +7112,659543458953101312,659543458953101312,1446082388000.0,2015-10-29 01:33:08,+0000,,Model S Ludicrous Mode achieves 2.6 sec 0-60 mph and 10.9 sec 1/4 mile in Motor Trend test https://t.co/IpgTF6s9M8,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/659543458953101312,['http://m.motortrend.com/roadtests/sedans/2015-tesla-model-s-p90d-ludicrous-upgrade-first-test-review/??sm_id=social_aumomotortrendhub_MotorTrend_20151028_54607566&adbid=659489836311556096&adbpl=tw&adbpr=25383000'],[],0,,False,2107,175,1259,,None,,,,,,,[],,,, +7113,659541500712251392,659518824547549184,1446081922000.0,2015-10-29 01:25:22,+0000,,"@MacTechGenius yes, comes with each car",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/659541500712251392,[],[],0,,False,49,5,6,,None,,,,,,,[],,,, +7114,658842380922023936,658842380922023936,1445915238000.0,2015-10-27 03:07:18,+0000,,"Compliment from Jeffrey is much appreciated, but the people of Tesla deserve all the credit",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/658842380922023936,[],[],0,,False,1249,90,226,,None,,,,,,,[],,,, +7115,658780657103978496,658780657103978496,1445900522000.0,2015-10-26 23:02:02,+0000,,I should clarify that https://t.co/iUX7wkMxY8 is an independent website. We don't have any control over the content.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/658780657103978496,['http://teslamotorsclub.com'],[],0,,False,572,59,136,,None,,,,,,,[],,,, +7116,658735748498100225,658735748498100225,1445889815000.0,2015-10-26 20:03:35,+0000,,Cool! https://t.co/HOe0K7qkuk,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/658735748498100225,['https://twitter.com/bonnienorman/status/658630338038661121'],[],0,,False,1074,58,359,https://twitter.com/bonnienorman/status/658630338038661121,None,,,,,,,[],,,, +7117,658657239331270656,657685372579745793,1445871097000.0,2015-10-26 14:51:37,+0000,,"@anakinSGE Hopefully, mid to late next year. We are being more cautious abt expanding countries to ensure a great user experience each time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/658657239331270656,[],[],0,,False,66,7,12,,None,,,,,,,[],,,, +7118,658358794292891648,658354915824173056,1445799942000.0,2015-10-25 19:05:42,+0000,,"@GangsOfGtown Given high local demand, a Gigafactory in India would probably make sense in the long term.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/658358794292891648,[],[],0,,False,219,50,158,,None,,,,,,,[],,,, +7119,658358303454420992,658354915824173056,1445799825000.0,2015-10-25 19:03:45,+0000,,"@abrax4s Yes, establishing charging and service infrastructure in Mexico now. Official launch in next several months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/658358303454420992,[],[],0,,False,109,6,50,,None,,,,,,,[],,,, +7120,658357909265362944,658354915824173056,1445799731000.0,2015-10-25 19:02:11,+0000,,@javashri Auto import duties are prohibitively high. Hoping for a special category for EVs. Most of our discussion was about batteries.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/658357909265362944,[],[],0,,False,78,4,28,,None,,,,,,,[],,,, +7121,658357058106822656,658354915824173056,1445799528000.0,2015-10-25 18:58:48,+0000,,@roneijlander We just finished building a huge expansion in Tilburg!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658357058106822656,[],[],0,,False,71,3,12,,None,,,,,,,[],,,, +7122,658356679793205248,658354915824173056,1445799438000.0,2015-10-25 18:57:18,+0000,,"These are all things I've said before and are naturally needed to improve in-market affordability, so no real news here.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658356679793205248,[],[],0,,False,770,64,148,,None,,,,,,,[],,,, +7123,658356079026270208,658354915824173056,1445799295000.0,2015-10-25 18:54:55,+0000,,Model 3 is due in ~2 yrs. A China factory for local demand cd be as soon as a year after. A factory in Europe wd happen for same reason.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658356079026270208,[],[],0,,False,1035,93,385,,None,,,,,,,[],,,, +7124,658354915824173056,658354915824173056,1445799018000.0,2015-10-25 18:50:18,+0000,,My comments in China weren't transcribed correctly. Tesla will keep making cars & batteries in CA & NV as far into future as I can imagine.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658354915824173056,[],[],0,,False,1506,87,533,,None,,,,,,,[],,,, +7125,657704144267059200,656973991379378176,1445643862000.0,2015-10-23 23:44:22,+0000,,"@JessicaTetreau important to set AC to not recirc (air exits thru rear) and use the snap in shade, which Tesla service can provide",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/657704144267059200,[],[],0,,False,52,6,4,,None,,,,,,,[],,,, +7126,657702829398822912,657686500310700032,1445643548000.0,2015-10-23 23:39:08,+0000,,@shanenickerson Amount of change needed is enormous - like a spinal cord transplant. Would cost less and work better with a new car.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/657702829398822912,[],[],0,,False,65,7,6,,None,,,,,,,[],,,, +7127,657686500310700032,657686500310700032,1445639655000.0,2015-10-23 22:34:15,+0000,,"Autopilot 1.01 coming soon: curve speed adaption, controller smoothness, better lane holding on poor roads, improved fleet learning!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/657686500310700032,[],[],0,,False,2589,174,1214,,None,,,,,,,[],,,, +7128,657685372579745793,657685372579745793,1445639386000.0,2015-10-23 22:29:46,+0000,,"Regulatory approvals received, so Autopilot rolling out to all countries! (Excluding Japan, which is still under review)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/657685372579745793,[],[],0,,False,2057,178,1198,,None,,,,,,,[],,,, +7129,657141296050606080,656973991379378176,1445509668000.0,2015-10-22 10:27:48,+0000,,@JarkkoKuoppala all,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/657141296050606080,[],[],0,,False,61,9,12,,None,,,,,,,[],,,, +7130,657110887707361280,656973991379378176,1445502418000.0,2015-10-22 08:26:58,+0000,,@backseatdiver Hoping for Friday release,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/657110887707361280,[],[],0,,False,67,18,11,,None,,,,,,,[],,,, +7131,657106581893574656,656973991379378176,1445501392000.0,2015-10-22 08:09:52,+0000,,@elonmusk Good feedback. Will write up a list of software priorities in the coming weeks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/657106581893574656,[],[],0,,False,531,123,66,,None,,,,,,,[],,,, +7132,656973991379378176,656973991379378176,1445469780000.0,2015-10-21 23:23:00,+0000,,What esthetic and functionality improvements would you like to see in the 7.1 UI overhaul? Or new features entirely?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656973991379378176,[],[],0,,False,953,2199,235,,None,,,,,,,[],,,, +7133,656973325172920320,656970996801474560,1445469621000.0,2015-10-21 23:20:21,+0000,,@sAlmaneei already in Jordan. Rest of states in region next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656973325172920320,[],[],0,,False,56,9,11,,None,,,,,,,[],,,, +7134,656973144306094080,656970117721534464,1445469578000.0,2015-10-21 23:19:38,+0000,,@bonnienorman thanks Bonnie :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656973144306094080,[],[],0,,False,60,0,6,,None,,,,,,,[],,,, +7135,656972712649359360,656970996801474560,1445469475000.0,2015-10-21 23:17:55,+0000,,@M4XRodri planning to have a big opening in Mexico City soon and then proceed gradually to central and South America.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656972712649359360,[],[],0,,False,97,17,33,,None,,,,,,,[],,,, +7136,656972435401678848,656970996801474560,1445469409000.0,2015-10-21 23:16:49,+0000,,@octomagon me too:,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656972435401678848,[],[],0,,False,69,3,6,,None,,,,,,,[],,,, +7137,656972046639984644,656971421025894400,1445469316000.0,2015-10-21 23:15:16,+0000,,@jonthomason yay! Always happy to make others happy,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656972046639984644,[],[],0,,False,46,3,5,,None,,,,,,,[],,,, +7138,656971866163277825,656970996801474560,1445469273000.0,2015-10-21 23:14:33,+0000,,@thebradholt big UI update coming in V7.1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656971866163277825,[],[],0,,False,45,2,4,,None,,,,,,,[],,,, +7139,656971573337944065,656971573337944065,1445469203000.0,2015-10-21 23:13:23,+0000,,"@ryybuzz we won't be, but yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656971573337944065,[],[],0,,False,19,2,2,,None,,,,,,,[],,,, +7140,656970996801474560,656970996801474560,1445469066000.0,2015-10-21 23:11:06,+0000,,"Tesla gets top rating of any company in service. Most important, CR says 97% of owners expect their next car to be a Tesla (the acid test).",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656970996801474560,[],[],0,,False,2148,147,896,,None,,,,,,,[],,,, +7141,656970117721534464,656970117721534464,1445468856000.0,2015-10-21 23:07:36,+0000,,Consumer Reports reliability survey includes a lot of early production cars. Already addressed in new cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656970117721534464,[],[],0,,False,1044,141,463,,None,,,,,,,[],,,, +7142,656968629913821184,656968351105683461,1445468501000.0,2015-10-21 23:01:41,+0000,,@drew already there,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656968629913821184,[],[],0,,False,79,8,9,,None,,,,,,,[],,,, +7143,656947037464870912,656947037464870912,1445463353000.0,2015-10-21 21:35:53,+0000,,Congrats on driving a Tesla from LA to NY in just over two days! https://t.co/hjAnAAIdMB,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/656947037464870912,['https://twitter.com/thedrive/status/656940661934063618'],[],0,,False,1104,45,441,https://twitter.com/thedrive/status/656940661934063618,None,,,,,,,[],,,, +7144,655999309620506626,655999309620506626,1445237397000.0,2015-10-19 06:49:57,+0000,,Autopilot release to Europe and Asia pending regulatory approval. Hopefully get the ok in the next few weeks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/655999309620506626,[],[],0,,False,1820,177,814,,None,,,,,,,[],,,, +7145,655256305209184258,654696934205059072,1445060251000.0,2015-10-17 05:37:31,+0000,,@Meddd__ @aaronpaul_8 Watched the whole series. One of the best tv shows ever.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/655256305209184258,[],[],0,,False,426,13,55,,None,,,,,,,[],,,, +7146,655254071058657280,654696934205059072,1445059719000.0,2015-10-17 05:28:39,+0000,,"@aaronpaul_8 um, thanks, I like your work too",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/655254071058657280,[],[],0,,False,792,26,132,,None,,,,,,,[],,,, +7147,654698139249565697,654696934205059072,1444927174000.0,2015-10-15 16:39:34,+0000,,@aaronpaul_8 sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/654698139249565697,[],[],0,,False,1742,35,319,,None,,,,,,,[],,,, +7148,654521829789270016,654521275268771840,1444885139000.0,2015-10-15 04:58:59,+0000,,@elimelechweiss actually works best at night,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/654521829789270016,[],[],0,,False,75,12,11,,None,,,,,,,[],,,, +7149,654521665305473024,654521665305473024,1444885100000.0,2015-10-15 04:58:20,+0000,,Review of Model S by @MrTeller http://t.co/eF7ICE9ef4,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/654521665305473024,['http://www.teslamotors.com/customer-stories/i-now-love-drive'],[],0,,False,1676,53,548,,None,,,,,,,[],,,, +7150,654405293959327744,654390042538995716,1444857354000.0,2015-10-14 21:15:54,+0000,,"@roymoody Depends on regulatory approval, but hopefully end of next week",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/654405293959327744,[],[],0,,False,37,6,8,,None,,,,,,,[],,,, +7151,654404618856755200,654403792402841600,1444857194000.0,2015-10-14 21:13:14,+0000,,@MRamseyWSJ 1.5 million miles per day,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/654404618856755200,[],[],0,,False,52,4,11,,None,,,,,,,[],,,, +7152,653220917963657217,653005894922276865,1444574977000.0,2015-10-11 14:49:37,+0000,,@aikisteve @andrewshiamone V7.1,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/653220917963657217,[],[],0,,False,63,22,4,,None,,,,,,,[],,,, +7153,653062690147975169,653005894922276865,1444537253000.0,2015-10-11 04:20:53,+0000,,"@lordsshrivas Lots of upgrades and a new look, although main UI upgrade coming with 7.1",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/653062690147975169,[],[],0,,False,83,11,19,,None,,,,,,,[],,,, +7154,653031144179433472,653005894922276865,1444529732000.0,2015-10-11 02:15:32,+0000,,@heosat ww,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653031144179433472,[],[],0,,False,54,2,4,,None,,,,,,,[],,,, +7155,653029223779557376,653005894922276865,1444529274000.0,2015-10-11 02:07:54,+0000,,@madolfsson roughly 5 days,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653029223779557376,[],[],0,,False,42,3,4,,None,,,,,,,[],,,, +7156,653028711768285184,653005894922276865,1444529152000.0,2015-10-11 02:05:52,+0000,,@MPa81 @bonnienorman same,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653028711768285184,[],[],0,,False,33,3,3,,None,,,,,,,[],,,, +7157,653028177896312832,653005894922276865,1444529024000.0,2015-10-11 02:03:44,+0000,,@TeslaPittsburgh Non-autopilot will have a new interface too. More comprehensive UI update coming with 7.1.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653028177896312832,[],[],0,,False,95,5,30,,None,,,,,,,[],,,, +7158,653010368583741440,653005894922276865,1444524778000.0,2015-10-11 00:52:58,+0000,,@andrewshiamone yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653010368583741440,[],[],0,,False,60,5,3,,None,,,,,,,[],,,, +7159,653005894922276865,653005894922276865,1444523712000.0,2015-10-11 00:35:12,+0000,,Some exciting news this week: Tesla Version 7 software with Autopilot goes to wide release on Thursday!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653005894922276865,[],[],0,,False,3481,232,2079,,None,,,,,,,[],,,, +7160,653004922984660992,652999299903524864,1444523480000.0,2015-10-11 00:31:20,+0000,,"CH4 rapidly decays back to CO2 & is absorbed by plants. What matters is adding new carbon to surface cycle from underground oil, gas & coal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653004922984660992,[],[],0,,False,645,61,235,,None,,,,,,,[],,,, +7161,653003966058377216,652999299903524864,1444523252000.0,2015-10-11 00:27:32,+0000,,"@HamiltonOfiyai Intentions are good, but massively overweights CH4's effect on climate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653003966058377216,[],[],0,,False,235,22,47,,None,,,,,,,[],,,, +7162,652994832399470592,652994832399470592,1444521074000.0,2015-10-10 23:51:14,+0000,,Tesla P85D (assembled in Tilburg) beats 650 hp MacLaren from 0 to 150km/h in Dutch magazine test http://t.co/HKbOyFgUzi,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/652994832399470592,['http://m.telegraaf.nl/autovisie/article/24599505/autovisie-tv-elektrische-auto-maakt-gehakt-van-supercar?utm_source=mail&utm_medium=email&utm_campaign=email'],[],0,,False,1768,118,1090,,None,,,,,,,[],,,, +7163,652643128181026816,652628757279215616,1444437221000.0,2015-10-10 00:33:41,+0000,,"@appleinsider I didn't walk back anything, apart from media hype",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/652643128181026816,[],[],0,,False,257,38,63,,None,,,,,,,[],,,, +7164,652609347252412416,652605371857530880,1444429167000.0,2015-10-09 22:19:27,+0000,,@YoApp yo,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/652609347252412416,[],[],0,,False,551,31,170,,None,,,,,,,[],,,, +7165,652607370921570304,652607370921570304,1444428696000.0,2015-10-09 22:11:36,+0000,,"Regarding the watch, Jony & his team created a beautiful design, but the functionality isn't compelling yet. By version 3, it will be.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/652607370921570304,[],[],0,,False,1903,215,791,,None,,,,,,,[],,,, +7166,652605371857530880,652605371857530880,1444428220000.0,2015-10-09 22:03:40,+0000,,"Yo, I don't hate Apple. It's a great company with a lot of talented people. I love their products and I'm glad they're doing an EV.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/652605371857530880,[],[],0,,False,4944,388,2604,,None,,,,,,,[],,,, +7167,652355134454808577,652355134454808577,1444368558000.0,2015-10-09 05:29:18,+0000,,Peak temp increases due to climate change http://t.co/dThGhXd6MT,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/652355134454808577,['http://www.washingtonpost.com/news/energy-environment/wp/2015/09/09/the-simple-statistic-that-perfectly-captures-what-climate-change-means/'],[],0,,False,980,86,784,,None,,,,,,,[],,,, +7168,650107726509404160,650107726509404160,1443832735000.0,2015-10-03 00:38:55,+0000,,Mostly accurate and fun movie about Mars. Worth seeing. https://t.co/6ujt1DG5j5,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/650107726509404160,['https://twitter.com/martianmovie/status/633986792216092678'],[],0,,False,3809,239,1742,https://twitter.com/martianmovie/status/633986792216092678,None,,,,,,,[],,,, +7169,650081625200545792,650076768712437760,1443826512000.0,2015-10-02 22:55:12,+0000,,@Avron_p you can mount a rack to the roof via suction cups and still have one Falcon door work fine. Guaranteed up to 140 mph.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650081625200545792,[],[],0,,False,123,18,27,,None,,,,,,,[],,,, +7170,650080562556858368,649241086750273536,1443826258000.0,2015-10-02 22:50:58,+0000,,@stumplahoma @mashable door is larger than opening and acts as an umbrella. Upper interior trim has hydrophobic coating.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650080562556858368,[],[],0,,False,117,5,13,,None,,,,,,,[],,,, +7171,650080098335477761,649241086750273536,1443826148000.0,2015-10-02 22:49:08,+0000,,@sasatokic @mashable Front doors have a short arc and their interior panels are chamfered back,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650080098335477761,[],[],0,,False,62,3,7,,None,,,,,,,[],,,, +7172,650079603122438144,650079603122438144,1443826029000.0,2015-10-02 22:47:09,+0000,,"Model X Bioweapon Defense Mode definitely filters viruses btw, even the small ones. Has hospital operating room level filtering.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650079603122438144,[],[],0,,False,2742,239,1469,,None,,,,,,,[],,,, +7173,650078752626593793,650076768712437760,1443825827000.0,2015-10-02 22:43:47,+0000,,"@achailleux am def 6'2""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650078752626593793,[],[],0,,False,63,8,11,,None,,,,,,,[],,,, +7174,650076768712437760,650076768712437760,1443825354000.0,2015-10-02 22:35:54,+0000,,"CNN on how Falcon doors work in tight garages. Above 6 2' ft, my height :), doors work fine. http://t.co/zvhyqKGVtR",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650076768712437760,['http://money.cnn.com/2015/10/02/autos/tesla-falcon-wing-doors/'],[],0,,False,866,82,418,,None,,,,,,,[],,,, +7175,650061966459863041,650061966459863041,1443821825000.0,2015-10-02 21:37:05,+0000,,Side view of Falcon Wing doors https://t.co/AbnMOcFXWv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/650061966459863041,['https://instagram.com/p/8Wb0WuQER4/'],[],0,,False,792,101,352,,None,,,,,,,[],,,, +7176,650051962222739457,650039516435247104,1443819439000.0,2015-10-02 20:57:19,+0000,,"@johnzabroski thanks, that's a great idea. I think we can do that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/650051962222739457,[],[],0,,False,86,2,14,,None,,,,,,,[],,,, +7177,649130149036687360,649130149036687360,1443599662000.0,2015-09-30 07:54:22,+0000,,"Btw, price of Model X is actually only $5k more than S. Lower cost versions coming later.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/649130149036687360,[],[],0,,False,2000,231,730,,None,,,,,,,[],,,, +7178,648765057417895936,648764066823954432,1443512617000.0,2015-09-29 07:43:37,+0000,,@elonmusk California time,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/648765057417895936,[],[],0,,False,652,105,163,,None,,,,,,,[],,,, +7179,648764066823954432,648764066823954432,1443512381000.0,2015-09-29 07:39:41,+0000,,Model X launch webcast live today 8pm at http://t.co/R1Z6eMTUbo. Time to show the real thing. http://t.co/oXMrucs8wJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/648764066823954432,['http://ts.la'],['https://pbs.twimg.com/media/CQDfeshUkAEKoel.jpg'],1,https://pbs.twimg.com/media/CQDfeshUkAEKoel.jpg,False,4705,248,3461,,None,,,,,,,[],,,, +7180,647939356548730882,647939356548730882,1443315755000.0,2015-09-27 01:02:35,+0000,,Great discussion about solar/batteries empowering rural communities https://t.co/Qte2s55gnP,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/647939356548730882,['https://twitter.com/pmoindia/status/647901659033501697'],[],0,,False,1780,130,1519,https://twitter.com/pmoindia/status/647901659033501697,None,,,,,,,[],,,, +7181,647209943515332608,647209943515332608,1443141849000.0,2015-09-25 00:44:09,+0000,,Dinner in an old Belgian ironmongery. Best menu art ever. http://t.co/3qUG1O6Q2v,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/647209943515332608,[],['https://pbs.twimg.com/media/CPtaAEuUAAAgXGM.jpg'],1,https://pbs.twimg.com/media/CPtaAEuUAAAgXGM.jpg,False,1685,139,402,,None,,,,,,,[],,,, +7182,646814219178897408,646809468563361792,1443047501000.0,2015-09-23 22:31:41,+0000,,@deadmau5 It was super good,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/646814219178897408,[],[],0,,False,298,24,30,,None,,,,,,,[],,,, +7183,646809468563361792,646809468563361792,1443046369000.0,2015-09-23 22:12:49,+0000,,Midnight dinner in Berlin http://t.co/PLXkR38d8e,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/646809468563361792,[],['https://pbs.twimg.com/media/CPntyN3UYAA-zIS.jpg'],1,https://pbs.twimg.com/media/CPntyN3UYAA-zIS.jpg,False,3247,333,774,,None,,,,,,,[],,,, +7184,643538701981716481,643536351258910720,1442266557000.0,2015-09-14 21:35:57,+0000,,"In expendable mode, Falcon Heavy can send a fully loaded Dragon to Mars or a light Dragon to Jupiter's moons. Europa mission wd be cool.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/643538701981716481,[],[],0,,False,2945,251,1440,,None,,,,,,,[],,,, +7185,643536351258910720,643536351258910720,1442265997000.0,2015-09-14 21:26:37,+0000,,Dragon 2 is designed to land on any surface (liquid or solid) in the solar system. Am glad to see people thinking about applications!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/643536351258910720,[],[],0,,False,2976,116,1287,,None,,,,,,,[],,,, +7186,643535787334701056,643535787334701056,1442265862000.0,2015-09-14 21:24:22,+0000,,Researchers at @NASA propose using @SpaceX Falcon/Dragon for Mars sample return mission http://t.co/U6LNKyF4Jr,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/643535787334701056,['http://news.yahoo.com/red-dragon-mars-sample-return-mission-could-launch-114405239.html'],[],0,,False,1878,86,1158,,None,,,,,,,[],,,, +7187,642961462676160513,642961462676160513,1442128933000.0,2015-09-13 07:22:13,+0000,,New model for evolution of intelligent life suggests probable emergence 2 billion years ago near galactic center http://t.co/8OUAOiiblh,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/642961462676160513,['http://online.liebertpub.com/doi/abs/10.1089/ast.2014.1192'],[],0,,False,2128,154,1138,,None,,,,,,,[],,,, +7188,642801464163700736,642776648819937280,1442090786000.0,2015-09-12 20:46:26,+0000,,@Sethrogen thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/642801464163700736,[],[],0,,False,781,25,113,,None,,,,,,,[],,,, +7189,642776648819937280,642776648819937280,1442084869000.0,2015-09-12 19:07:49,+0000,,"Btw, not saying we *should* nuke Mars -- just layin' out a few options …",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/642776648819937280,[],[],0,,False,6414,577,3637,,None,,,,,,,[],,,, +7190,639180971418320896,639170376186990592,1441227593000.0,2015-09-02 20:59:53,+0000,,First production cars will be handed over on Sept 29 at our Fremont factory,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639180971418320896,[],[],0,,False,1596,197,624,,None,,,,,,,[],,,, +7191,639180432001495040,639171847683227648,1441227465000.0,2015-09-02 20:57:45,+0000,,@ScottLucasNV Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639180432001495040,[],[],0,,False,77,12,12,,None,,,,,,,[],,,, +7192,639175789116833792,639171847683227648,1441226358000.0,2015-09-02 20:39:18,+0000,,@ScottLucasNV Lithium deal is not exclusive & has many contingencies. The press on this matter is unwarranted.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639175789116833792,[],[],0,,False,96,13,47,,None,,,,,,,[],,,, +7193,639172302530215936,639171519197777920,1441225526000.0,2015-09-02 20:25:26,+0000,,"@elonmusk $35k price, unveil in March, preorders start then.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639172302530215936,[],[],0,,False,3497,350,2301,,None,,,,,,,[],,,, +7194,639171519197777920,639171519197777920,1441225340000.0,2015-09-02 20:22:20,+0000,,"Model 3, our smaller and lower cost sedan will start production in about 2 years. Fully operational Gigafactory needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639171519197777920,[],[],0,,False,4455,366,3614,,None,,,,,,,[],,,, +7195,639170376186990592,639170376186990592,1441225067000.0,2015-09-02 20:17:47,+0000,,"With same options, Model X is $5k more than an S due to greater size & body complexity. Sig Series is fully loaded, hence high price.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639170376186990592,[],[],0,,False,1462,122,616,,None,,,,,,,[],,,, +7196,635215467959812096,634111598387404800,1440282143000.0,2015-08-22 22:22:23,+0000,,"@Forbes I appreciate the kind words in the article, but, judging by the picture mods, it looks your Photoshop bill was very high.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/635215467959812096,[],[],0,,False,1902,95,803,,None,,,,,,,[],,,, +7197,635214915934928896,635214915934928896,1440282012000.0,2015-08-22 22:20:12,+0000,,"True, but achieving a long range affordable electric vehicle has always been our long-term goal. Due in late 2017! https://t.co/2OrIYdoojs",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/635214915934928896,['https://twitter.com/forbes/status/634111598387404800'],[],0,,False,2509,227,1391,https://twitter.com/forbes/status/634111598387404800,None,,,,,,,[],,,, +7198,633366904854462464,633366904854462464,1439841412000.0,2015-08-17 19:56:52,+0000,,Article on @SpaceX and colonizing Mars by @waitbutwhy http://t.co/HhBJ48QSMW,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/633366904854462464,['http://waitbutwhy.com/2015/08/how-and-why-spacex-will-colonize-mars.html'],[],0,,False,2255,115,1508,,None,,,,,,,[],,,, +7199,633014219256926208,633014219256926208,1439757325000.0,2015-08-16 20:35:25,+0000,,Comments section on this article is awesome https://t.co/v4VY2IrALH,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/633014219256926208,['https://twitter.com/gizmodo/status/632992990261321728'],[],0,,False,1481,137,850,https://twitter.com/gizmodo/status/632992990261321728,None,,,,,,,[],,,, +7200,630006872049737728,629820543601000448,1439040317000.0,2015-08-08 13:25:17,+0000,,"@BjornNyland Provided all ten take delivery, you have indeed!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/630006872049737728,[],[],0,,False,287,38,67,,None,,,,,,,[],,,, +7201,629348240337580035,629348240337580035,1438883287000.0,2015-08-06 17:48:07,+0000,,Tesla Snakebot autocharger prototype. Does seem kinda wrong :) https://t.co/vXpCrKNdlV,nl,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/629348240337580035,['https://twitter.com/teslamotors/status/629305813912326146'],[],0,,False,2924,339,2253,https://twitter.com/teslamotors/status/629305813912326146,None,,,,,,,[],,,, +7202,627183219713163264,627040381729906688,1438367106000.0,2015-07-31 18:25:06,+0000,,@CatherineMotuz yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/627183219713163264,[],[],0,,False,177,24,85,,None,,,,,,,[],,,, +7203,627181831826337793,627040381729906688,1438366775000.0,2015-07-31 18:19:35,+0000,,"The car will learn over time, but there is a min caliber of starting quality.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/627181831826337793,[],[],0,,False,1217,121,431,,None,,,,,,,[],,,, +7204,627042246471364608,627040639553830912,1438333496000.0,2015-07-31 09:04:56,+0000,,@tallakt Various forms of shades are being considered. May not be necessary though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/627042246471364608,[],[],0,,False,106,5,67,,None,,,,,,,[],,,, +7205,627041173669048320,627040381729906688,1438333240000.0,2015-07-31 09:00:40,+0000,,@alipoursamar all regions,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/627041173669048320,[],[],0,,False,98,3,68,,None,,,,,,,[],,,, +7206,627040639553830912,627040639553830912,1438333112000.0,2015-07-31 08:58:32,+0000,,Final corner case is dealing with low contrast lane markings (faded white on grey concrete) while driving into the sun at dusk,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/627040639553830912,[],[],0,,False,1448,208,645,,None,,,,,,,[],,,, +7207,627040381729906688,627040381729906688,1438333051000.0,2015-07-31 08:57:31,+0000,,Almost ready to release highway autosteer and parallel autopark software update,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/627040381729906688,[],[],0,,False,4509,207,2634,,None,,,,,,,[],,,, +7208,626780203533107200,626729611318050816,1438271020000.0,2015-07-30 15:43:40,+0000,,@Alyssa_Milano Thanks Alyssa!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/626780203533107200,[],[],0,,False,99,12,58,,None,,,,,,,[],,,, +7209,626779726695297024,626683597735469056,1438270906000.0,2015-07-30 15:41:46,+0000,,@loic thanks Loic :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/626779726695297024,[],[],0,,False,74,3,56,,None,,,,,,,[],,,, +7210,625893002490314753,625843527608459266,1438059494000.0,2015-07-28 04:58:14,+0000,,"@ID_AA_Carmack Even if inevitable, we should at least attempt to postpone the advent of AI weaponry. Sooner isn't better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/625893002490314753,[],[],0,,False,305,85,140,,None,,,,,,,[],,,, +7211,625843527608459266,625843527608459266,1438047699000.0,2015-07-28 01:41:39,+0000,,"If you’re against a military AI arms race, please sign this open letter: http://t.co/yyF9rcm9jz",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/625843527608459266,['http://tinyurl.com/awletter'],[],0,,False,2697,303,2964,,None,,,,,,,[],,,, +7212,625526696788291584,625516762558107648,1437972160000.0,2015-07-27 04:42:40,+0000,,@kevinmitnick probably end of year,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/625526696788291584,[],[],0,,False,137,20,52,,None,,,,,,,[],,,, +7213,622223920318431232,622223920318431232,1437184717000.0,2015-07-18 01:58:37,+0000,,"Ludicrous speed, 70 kWh rear drive and 90 kWh battery pack http://t.co/kr9A0iXM58",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/622223920318431232,['http://ts.la/ab'],[],0,,False,2122,219,1132,,None,,,,,,,[],,,, +7214,622065785268088834,622065785268088834,1437147015000.0,2015-07-17 15:30:15,+0000,,Model S product call at 11 today. Rocket discussion at noon on Monday.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/622065785268088834,[],[],0,,False,1596,141,750,,None,,,,,,,[],,,, +7215,617851905969127425,617851905969127425,1436142348000.0,2015-07-06 00:25:48,+0000,,"Expect to reach preliminary conclusions regarding last flight by end of week. Will brief key customers & FAA, then post on our website.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/617851905969127425,[],[],0,,False,1970,215,1011,,None,,,,,,,[],,,, +7216,615431934345216001,615431934345216001,1435565381000.0,2015-06-29 08:09:41,+0000,,Cause still unknown after several thousand engineering-hours of review. Now parsing data with a hex editor to recover final milliseconds.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/615431934345216001,[],[],0,,False,3458,659,2243,,None,,,,,,,[],,,, +7217,615197659624816642,615194720759754752,1435509526000.0,2015-06-28 16:38:46,+0000,,@DavidBrin Thanks David,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/615197659624816642,[],[],0,,False,240,43,43,,None,,,,,,,[],,,, +7218,615186062714011648,615175761343971328,1435506761000.0,2015-06-28 15:52:41,+0000,,"@adventFuturist yeah, not the best birthday",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615186062714011648,[],[],0,,False,455,114,201,,None,,,,,,,[],,,, +7219,615185689999765504,615185076813459456,1435506672000.0,2015-06-28 15:51:12,+0000,,That's all we can say with confidence right now. Will have more to say following a thorough fault tree analysis.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615185689999765504,[],[],0,,False,1773,294,1140,,None,,,,,,,[],,,, +7220,615185076813459456,615185076813459456,1435506526000.0,2015-06-28 15:48:46,+0000,,There was an overpressure event in the upper stage liquid oxygen tank. Data suggests counterintuitive cause.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615185076813459456,[],[],0,,False,2965,428,3604,,None,,,,,,,[],,,, +7221,615178702343786498,615167185229619202,1435505006000.0,2015-06-28 15:23:26,+0000,,@juanmlemao Thanks :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615178702343786498,[],[],0,,False,219,7,32,,None,,,,,,,[],,,, +7222,615167185229619202,615167185229619202,1435502260000.0,2015-06-28 14:37:40,+0000,,Falcon 9 experienced a problem shortly before first stage shutdown. Will provide more info as soon as we review the data.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/615167185229619202,[],[],0,,False,3560,782,4470,,None,,,,,,,[],,,, +7223,614874698741084161,614874698741084161,1435432526000.0,2015-06-27 19:15:26,+0000,,Drone hexacopter takes pic of drone ship OCISLY on station in the Atlantic https://t.co/DONcOD8hSD,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/614874698741084161,['https://instagram.com/p/4cagTNQEYi/'],[],0,,False,1083,107,691,,None,,,,,,,[],,,, +7224,614814177962627072,614814177962627072,1435418097000.0,2015-06-27 15:14:57,+0000,,"Droneship ""Of Course I Still Love You"" just before it left port https://t.co/rhn4z82NVl",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/614814177962627072,['https://instagram.com/p/4brlooQEVx/'],[],0,,False,977,86,610,,None,,,,,,,[],,,, +7225,614756523244437504,614756523244437504,1435404351000.0,2015-06-27 11:25:51,+0000,,"Trying for another rocket landing tmrw. This time on the droneship ""Of Course I Still Love You"". https://t.co/6LGnzhWLLr",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/614756523244437504,['https://twitter.com/spacex/status/614551591601844224'],[],0,,False,1666,152,1222,https://twitter.com/spacex/status/614551591601844224,None,,,,,,,[],,,, +7226,614755637403193344,614209758497779712,1435404140000.0,2015-06-27 11:22:20,+0000,,@NoMansSky You're welcome. Good conversation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/614755637403193344,[],[],0,,False,131,7,26,,None,,,,,,,[],,,, +7227,614645132181291008,614626025960570880,1435377793000.0,2015-06-27 04:03:13,+0000,,@connollyjeff1 @TheStreet End of year,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/614645132181291008,[],[],0,,False,144,15,47,,None,,,,,,,[],,,, +7228,614626025960570880,614626025960570880,1435373238000.0,2015-06-27 02:47:18,+0000,,Credit for SolarCity is really due to Rive bros & great team there. My contribution is fairly small. http://t.co/AVkHMz2bmS via @thestreet,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/614626025960570880,['http://www.thestreet.com/story/13200976/1/teslas-elon-musk-takes-solar-financing-to-the-brink-of-change.html'],[],0,,False,667,47,306,,None,,,,,,,[],,,, +7229,613366102756712448,613366102756712448,1435072849000.0,2015-06-23 15:20:49,+0000,,Important to note that Model S resale value is also higher than that of gasoline cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/613366102756712448,[],[],0,,False,1561,141,798,,None,,,,,,,[],,,, +7230,612019874773078016,612019874773078016,1434751883000.0,2015-06-19 22:11:23,+0000,,Tesla service team helps save a stray kitten that took refuge in a Model S. Nice work guys! https://t.co/Ddp5K9MpW2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/612019874773078016,['https://vimeo.com/129510054'],[],0,,False,1630,139,811,,None,,,,,,,[],,,, +7231,610484933132292096,610484933132292096,1434385924000.0,2015-06-15 16:32:04,+0000,,"To be clear, SpaceX is supporting a student design competition for STEM, not trying to build Hyperloop itself. Other cos are doing latter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/610484933132292096,[],[],0,,False,1085,78,478,,None,,,,,,,[],,,, +7232,610482435873091584,610482435873091584,1434385329000.0,2015-06-15 16:22:09,+0000,,SpaceX/Tesla will also do a reference pod to be shown after the @Hyperloop competition. Bonus for all racing teams that exceed reference.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/610482435873091584,[],[],0,,False,889,40,451,,None,,,,,,,[],,,, +7233,609215984499605504,609215984499605504,1434083384000.0,2015-06-12 04:29:44,+0000,,"My kids love ""The Lost Planet"" by @RachelSearles. Now on a rare second read!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/609215984499605504,[],[],0,,False,643,52,135,,None,,,,,,,[],,,, +7234,605460768516014080,604418558181785600,1433188070000.0,2015-06-01 19:47:50,+0000,,"@kpe @SpaceX @grierallen @natedapore Cool, thanks for letting us know. This is helpful for figuring out fairing reusability.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/605460768516014080,[],[],0,,False,244,37,39,,None,,,,,,,[],,,, +7235,603409579603415040,603409579603415040,1432699029000.0,2015-05-27 03:57:09,+0000,,Air Force certifies @SpaceX to compete for launching national security satellites http://t.co/tLYcEDJFPV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/603409579603415040,['http://www.af.mil/News/ArticleDisplay/tabid/223/Article/589724/air-forces-space-and-missile-systems-center-certifies-spacex-for-national-secur.aspx'],[],0,,False,2241,229,1142,,None,,,,,,,[],,,, +7236,601669073441697792,601669073441697792,1432284060000.0,2015-05-22 08:41:00,+0000,,What are the best riddles you've heard that are short enough for Twitter?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/601669073441697792,[],[],0,,False,599,638,208,,None,,,,,,,[],,,, +7237,601665000948649984,601665000948649984,1432283089000.0,2015-05-22 08:24:49,+0000,,Another good riddle: drill a hole thru a sphere such that the height of what remains of the sphere is 10cm. What is its remaining volume?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/601665000948649984,[],[],0,,False,563,274,324,,None,,,,,,,[],,,, +7238,601578147113529344,601578147113529344,1432262381000.0,2015-05-22 02:39:41,+0000,,Astronomer Royal Martin Rees: How soon will robots take over the world? - via @Telegraph http://t.co/DStxgM0S8F,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/601578147113529344,['http://www.telegraph.co.uk/culture/hay-festival/11605785/Astronomer-Royal-Martin-Rees-predicts-the-world-will-be-run-by-computers-soon.html'],[],0,,False,779,90,594,,None,,,,,,,[],,,, +7239,600784025335136256,600784025335136256,1432073048000.0,2015-05-19 22:04:08,+0000,,"This is not the full Gigafactory, it is just the pilot plant (1/4 size) https://t.co/gz2EmJkYtm",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/600784025335136256,['https://transportevolved.com/2015/05/18/video-first-drone-video-lets-you-explore-tesla-motors-gigafactory-in-glorious-4k/'],[],0,,False,1245,156,787,,None,,,,,,,[],,,, +7240,600549508796190720,600549508796190720,1432017135000.0,2015-05-19 06:32:15,+0000,,"Fossil fuels subsidised by $10m a minute, says IMF http://t.co/c4nsZjXc32",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/600549508796190720,['http://gu.com/p/48qdv/stw'],[],0,,False,1177,145,1759,,None,,,,,,,[],,,, +7241,598232495537016832,598101579091152897,1431464716000.0,2015-05-12 21:05:16,+0000,,@jankenbrandt Hi Julie!,hi,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/598232495537016832,[],[],0,,False,49,22,4,,None,,,,,,,[],,,, +7242,598151191923568641,598065854736044032,1431445331000.0,2015-05-12 15:42:11,+0000,,@ChristieNic Thanks Christie,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/598151191923568641,[],[],0,,False,100,6,3,,None,,,,,,,[],,,, +7243,598146466557796352,598065854736044032,1431444205000.0,2015-05-12 15:23:25,+0000,,"@TeslaP85D That is true. If someone says they are thinking about having kids, I always encourage them to do so.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/598146466557796352,[],[],0,,False,229,17,38,,None,,,,,,,[],,,, +7244,598065854736044032,598065854736044032,1431424985000.0,2015-05-12 10:03:05,+0000,,It is total BS & hurtful to claim that I told a guy to miss his child's birth just to attend a company meeting. I would never do that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/598065854736044032,[],[],0,,False,4405,412,1799,,None,,,,,,,[],,,, +7245,598064094206234624,598064094206234624,1431424566000.0,2015-05-12 09:56:06,+0000,,"Of 22 Quotes from http://t.co/VA2KQ03NNR, 2 need correcting: 1. I strongly support pregnancy leave 2. I've never called myself a samurai",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/598064094206234624,['http://wpo.st/MxuG0'],[],0,,False,2040,151,1123,,None,,,,,,,[],,,, +7246,597982078374817794,597861339697180672,1431405012000.0,2015-05-12 04:30:12,+0000,,@voxdotcom I have never written or said this. Ashlee's book was not independently fact-checked. Should be taken w a grain of salt.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/597982078374817794,[],[],0,,False,517,52,257,,None,,,,,,,[],,,, +7247,596053122587365376,595977889356492800,1430945113000.0,2015-05-06 20:45:13,+0000,,"Max acceleration was 6X gravity, altitude 1187m, lateral distance 1202m and velocity 155 m/s. Main chutes deployed 970m.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/596053122587365376,[],[],0,,False,1342,138,577,,None,,,,,,,[],,,, +7248,596051269212459008,596051269212459008,1430944671000.0,2015-05-06 20:37:51,+0000,,Dragon abort test video https://t.co/qsdSCEcPnm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/596051269212459008,['https://www.youtube.com/watch?v=1_FXVjf46T8&feature=youtu.be&noredirect=1'],[],0,,False,1355,90,985,,None,,,,,,,[],,,, +7249,595977889356492800,595977889356492800,1430927176000.0,2015-05-06 15:46:16,+0000,,"Dragon abort test stats: 0 to 100 mph in 1.2 sec, top speed of 345 mph",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/595977889356492800,[],[],0,,False,2105,202,1033,,None,,,,,,,[],,,, +7250,595656079490600960,595656079490600960,1430850450000.0,2015-05-05 18:27:30,+0000,,Hold down firing of Dragon 2 spacecraft at Cape Canaveral http://t.co/2626wb8596,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/595656079490600960,[],['https://pbs.twimg.com/media/CEQyDFxWgAEIx5z.jpg'],1,https://pbs.twimg.com/media/CEQyDFxWgAEIx5z.jpg,False,2883,159,1715,,None,,,,,,,[],,,, +7251,595208771716059136,595208771716059136,1430743804000.0,2015-05-04 12:50:04,+0000,,Very funny post of a Tesla owner test driving a gasoline car http://t.co/Tq2vNM5UnG,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/595208771716059136,['http://teslaclubsweden.se/test-drive-of-a-petrol-car/'],[],0,,False,2352,186,2356,,None,,,,,,,[],,,, +7252,594756342641922048,594756342641922048,1430635936000.0,2015-05-03 06:52:16,+0000,,"While I like the initials, I'd take the so-called ""EM Drive"" with a grain o salt per @io9 article http://t.co/AmjyaI2fVP",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/594756342641922048,['http://space.io9.com/a-new-thruster-pushes-against-virtual-particles-or-1615361369/1615513781/+rtgonzalez'],[],0,,False,891,163,480,,None,,,,,,,[],,,, +7253,594750998398140417,594750998398140417,1430634662000.0,2015-05-03 06:31:02,+0000,,My favorite shot from the last rocket landing attempt on the droneship http://t.co/8a403c7Fv1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/594750998398140417,[],['https://pbs.twimg.com/media/CED64TEUkAAqM23.jpg'],1,https://pbs.twimg.com/media/CED64TEUkAAqM23.jpg,False,4237,220,2144,,None,,,,,,,[],,,, +7254,594327204143599616,594327204143599616,1430533622000.0,2015-05-02 02:27:02,+0000,,Last night's Tesla Powerwall and Powerpack unveiling https://t.co/ksD8m6nCJO,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/594327204143599616,['https://www.youtube.com/watch?v=yKORsrlN-2k'],[],0,,False,3567,337,2925,,None,,,,,,,[],,,, +7255,594187782609707008,594186544174366720,1430500381000.0,2015-05-01 17:13:01,+0000,,@romn8tr Press conference went way over time. Tried to give all the journalists who'd traveled far an opportunity to ask a question.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/594187782609707008,[],[],0,,False,151,13,29,,None,,,,,,,[],,,, +7256,594186544174366720,594186544174366720,1430500086000.0,2015-05-01 17:08:06,+0000,,"For more info on Tesla Energy, check out press kit. $250/kWh for utility scale is the real kicker http://t.co/xE57uIUCse",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/594186544174366720,['http://www.teslamotors.com/presskit/teslaenergy?via=newsletter&source=CSAMedition'],[],0,,False,1376,165,1181,,None,,,,,,,[],,,, +7257,593804222811869184,593785061079535619,1430408933000.0,2015-04-30 15:48:53,+0000,,"@bonnienorman Haha, awesome :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/593804222811869184,[],[],0,,False,110,16,14,,None,,,,,,,[],,,, +7258,593296401196388352,593296401196388352,1430287859000.0,2015-04-29 06:10:59,+0000,,"For the future to be good, we need electric transport, solar power and (of course) ... http://t.co/8mwVWukQDL",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/593296401196388352,[],['https://pbs.twimg.com/media/CDvP5SVUkAEL-UV.jpg'],1,https://pbs.twimg.com/media/CDvP5SVUkAEL-UV.jpg,False,4939,927,4039,,None,,,,,,,[],,,, +7259,592836876622520323,592836876622520323,1430178300000.0,2015-04-27 23:45:00,+0000,,"Rocket launch good, satellite in geo transfer orbit. Still so damn intense. Looking fwd to it feeling normal one day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/592836876622520323,[],[],0,,False,2744,245,1018,,None,,,,,,,[],,,, +7260,592602352659533824,592602352659533824,1430122385000.0,2015-04-27 08:13:05,+0000,,"Worth watching @ExMachinaMovie. The AI would be in the network, not the robot, but otherwise good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/592602352659533824,[],[],0,,False,1435,124,609,,None,,,,,,,[],,,, +7261,591062459349274624,591055060395659264,1429755246000.0,2015-04-23 02:14:06,+0000,,"@bonnienorman New Roadster battery should complete safety validation by end of July, so likely available in August",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/591062459349274624,[],[],0,,False,151,31,50,,None,,,,,,,[],,,, +7262,589820447660769281,589816427785367553,1429459127000.0,2015-04-19 15:58:47,+0000,,@andrewket @TeslaRoadTrip Wow!,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/589820447660769281,[],[],0,,False,123,22,19,,None,,,,,,,[],,,, +7263,589579721488224256,589577558942822400,1429401734000.0,2015-04-19 00:02:14,+0000,,"While the rocket does look rather tall & tippy, a stable landing is no problem with proper throttle response https://t.co/B4Y6D4dpsc",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/589579721488224256,['https://www.youtube.com/watch?v=0UjWqQPWmsY&feature=youtu.be'],[],0,,False,1606,224,963,,None,,,,,,,[],,,, +7264,589577558942822400,589577558942822400,1429401218000.0,2015-04-18 23:53:38,+0000,,Cause of hard rocket landing confirmed as due to slower than expected throttle valve response. Next attempt in 2 months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/589577558942822400,[],[],0,,False,2501,269,1350,,None,,,,,,,[],,,, +7265,589350633393627136,589297122740080640,1429347115000.0,2015-04-18 08:51:55,+0000,,@Aero4Real I only invest in companies I help found or to help a friend or a cause (no return expected for latter two),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/589350633393627136,[],[],0,,False,224,18,68,,None,,,,,,,[],,,, +7266,588490238936240129,588463193070022656,1429141981000.0,2015-04-15 23:53:01,+0000,,Droneship is fine. No hull breach and repairs are minor. Impact overpressure is closer to a fast fire than an explosion.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/588490238936240129,[],[],0,,False,1482,271,568,,None,,,,,,,[],,,, +7267,588463193070022656,588463193070022656,1429135533000.0,2015-04-15 22:05:33,+0000,,"High resolution, color corrected, slow motion rocket landing video https://t.co/UTF3Y4xGU3",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/588463193070022656,['https://youtu.be/BhMSzC1crr0'],[],0,,False,4387,712,4685,,None,,,,,,,[],,,, +7268,588144086755999744,588144086755999744,1429059452000.0,2015-04-15 00:57:32,+0000,,"If this works, I'm treating myself to a volcano lair. It's time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/588144086755999744,[],[],0,,False,13470,559,8058,,None,,,,,,,[],,,, +7269,588142879245238273,588142879245238273,1429059164000.0,2015-04-15 00:52:44,+0000,,"Ok, looks like we got some killer footage from the chase plane. Big ocean, small ship. Posting vid shortly http://t.co/2F5FK0TZ0i",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/588142879245238273,[],['https://pbs.twimg.com/media/CCmA1JoUMAAijtC.jpg'],1,https://pbs.twimg.com/media/CCmA1JoUMAAijtC.jpg,False,5428,308,3986,,None,,,,,,,[],,,, +7270,588082574183903232,588082574183903232,1429044786000.0,2015-04-14 20:53:06,+0000,,"Looks like Falcon landed fine, but excess lateral velocity caused it to tip over post landing http://t.co/eJWzN6KSJa",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/588082574183903232,[],"['https://pbs.twimg.com/media/CClJ-UsW0AEpNnd.jpg', 'https://pbs.twimg.com/media/CClJ-UuW4AAKOog.jpg']",1,https://pbs.twimg.com/media/CClJ-UsW0AEpNnd.jpg,False,6780,1167,7077,,None,,,,,,,[],,,, +7271,588076749562318849,588076749562318849,1429043397000.0,2015-04-14 20:29:57,+0000,,"Ascent successful. Dragon enroute to Space Station. Rocket landed on droneship, but too hard for survival.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/588076749562318849,[],[],0,,False,6250,1166,6966,,None,,,,,,,[],,,, +7272,588071136971206656,588071136971206656,1429042059000.0,2015-04-14 20:07:39,+0000,,3 mins to liftoff,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/588071136971206656,[],[],0,,False,1349,137,568,,None,,,,,,,[],,,, +7273,587724440667947008,587724440667947008,1428959400000.0,2015-04-13 21:10:00,+0000,,"Launch window always tight when orbital synch needed. In this case, Space Station. For Earth-Sun gravity null point, moon was in the way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/587724440667947008,[],[],0,,False,757,109,441,,None,,,,,,,[],,,, +7274,587715056432889856,587715056432889856,1428957163000.0,2015-04-13 20:32:43,+0000,,Launch postponed due to lightning from an approaching anvil cloud,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/587715056432889856,[],[],0,,False,761,185,690,,None,,,,,,,[],,,, +7275,587704139225759744,587704139225759744,1428954560000.0,2015-04-13 19:49:20,+0000,,Odds of rocket landing successfully today are still less than 50%. The 80% figure by end of year is only bcs many launches ahead.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/587704139225759744,[],[],0,,False,1049,149,639,,None,,,,,,,[],,,, +7276,587421152819208193,587421152819208193,1428887091000.0,2015-04-13 01:04:51,+0000,,Have asked SolarCity if we can do something philanthropic with the CA aqueducts to help the water crisis. Investigating…,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/587421152819208193,[],[],0,,False,2320,265,1029,,None,,,,,,,[],,,, +7277,587193821227651072,587078445525377024,1428832891000.0,2015-04-12 10:01:31,+0000,,@benfeldman63 Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/587193821227651072,[],[],0,,False,33,2,5,,None,,,,,,,[],,,, +7278,586767303464751104,586767303464751104,1428731201000.0,2015-04-11 05:46:41,+0000,,"We debated this, but there really is $10k gas saved by most owners over 5 yrs (avg ownership period). Since it's true, we are sticking w it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/586767303464751104,[],[],0,,False,1005,228,338,,None,,,,,,,[],,,, +7279,586750857565220864,586750504450916352,1428727280000.0,2015-04-11 04:41:20,+0000,,Waited to say something until after we fixed some of the options pricing (too high) and colors (too many similar),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/586750857565220864,[],[],0,,False,515,60,117,,None,,,,,,,[],,,, +7280,586750504450916352,586750504450916352,1428727196000.0,2015-04-11 04:39:56,+0000,,"Just announced new Tesla 70D all-wheel drive, 240 mile range car for ~$55k (after gas savings & incentives) http://t.co/tDb2tCbeT0",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/586750504450916352,['http://my.teslamotors.com/models/design'],[],0,,False,2028,181,1452,,None,,,,,,,[],,,, +7281,586722721322692608,586722721322692608,1428720572000.0,2015-04-11 02:49:32,+0000,,"To land a rocket, Just Read the Instructions http://t.co/FJAM72zNWo",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/586722721322692608,['http://www.planetary.org/blogs/jason-davis/2015/20150410-just-read-instructions.html'],[],0,,False,969,76,609,,None,,,,,,,[],,,, +7282,586202560404434944,586202560404434944,1428596556000.0,2015-04-09 16:22:36,+0000,,Testing of the high performance version of the Tesla Model S by @ConsumerReports https://t.co/bvgEVgMswU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/586202560404434944,['https://m.youtube.com/watch?v=QNfAiyiZpVE&feature=youtu.be'],[],0,,False,731,68,391,,None,,,,,,,[],,,, +7283,585185843649716225,585185843649716225,1428354152000.0,2015-04-06 21:02:32,+0000,,"Battery ""breakthroughs"" need to state power *and* energy density (not the same thing), plus how long they last. They usually fail on energy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/585185843649716225,[],[],0,,False,1207,155,618,,None,,,,,,,[],,,, +7284,585114189527552001,585114189527552001,1428337068000.0,2015-04-06 16:17:48,+0000,,Welcome @Chiefboltkennyh to @TeslaMotors. He will apply Formula 1 techniques to revolutionize servicing mainstream cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/585114189527552001,[],[],0,,False,1134,96,569,,None,,,,,,,[],,,, +7285,584978236053917697,584936204375724032,1428304654000.0,2015-04-06 07:17:34,+0000,,"@johngreen @hankgreen You had me at Sheen or Gaddafi. Must admit to liking ""The Fault in Our Stars"" too. Sad, romantic and beautifully named",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/584978236053917697,[],[],0,,False,582,19,88,,None,,,,,,,[],,,, +7286,584155770851237888,584155770851237888,1428108563000.0,2015-04-04 00:49:23,+0000,,We just got banned in West Virginia. Oh no. http://t.co/gNztPDNtVT,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/584155770851237888,['http://www.mercurynews.com/60-second-business-break/ci_27844803/biz-break-tesla-gives-carmaker-tradition-sales-banned'],[],0,,False,2588,530,1422,,None,,,,,,,[],,,, +7287,583360210292477952,583360210292477952,1427918887000.0,2015-04-01 20:08:07,+0000,,Announcing the amazing Tesla Model W http://t.co/tI6ztSyuX7,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/583360210292477952,['http://www.teslamotors.com/blog/announcing-tesla-model-w'],[],0,,False,1978,357,1592,,None,,,,,,,[],,,, +7288,582934217790607360,582934217790607360,1427817322000.0,2015-03-31 15:55:22,+0000,,"With all that solar power being generated, it almost feels like something is needed to complete the picture ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/582934217790607360,[],[],0,,False,1933,496,1058,,None,,,,,,,[],,,, +7289,582930941720432641,582930941720432641,1427816541000.0,2015-03-31 15:42:21,+0000,,SolarCity just hit a new daily energy record of 5GWh two weeks after reaching 4GWh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/582930941720432641,[],[],0,,False,1657,119,948,,None,,,,,,,[],,,, +7290,582581865682350080,582581865682350080,1427733315000.0,2015-03-30 16:35:15,+0000,,"Major new Tesla product line -- not a car -- will be unveiled at our Hawthorne Design Studio on Thurs 8pm, April 30",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/582581865682350080,[],[],0,,False,5260,1011,6160,,None,,,,,,,[],,,, +7291,580482462612135936,580482462612135936,1427232778000.0,2015-03-24 21:32:58,+0000,,"Right move is try both tunnels and flying cars. Otherwise, having 2D streets and 3D buildings means bad traffic forever.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580482462612135936,[],[],0,,False,1755,313,1151,,None,,,,,,,[],,,, +7292,580480774115364864,580480774115364864,1427232376000.0,2015-03-24 21:26:16,+0000,,"Reasons I like tunnels: you still travel in 3D fast, but immune to weather, quiet and no risk cars fall on your head",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580480774115364864,[],[],0,,False,1910,185,833,,None,,,,,,,[],,,, +7293,580479736721367041,580479736721367041,1427232128000.0,2015-03-24 21:22:08,+0000,,"Flying car pros: travel in 3D fast. Cons: risk of car falling on head much greater, noisy, grounded in bad weather",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580479736721367041,[],[],0,,False,1328,176,857,,None,,,,,,,[],,,, +7294,580478678808850432,580478678808850432,1427231876000.0,2015-03-24 21:17:56,+0000,,"Contrary to press reports, I'm not against flying cars. Just said it was important to consider both pros and cons.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580478678808850432,[],[],0,,False,1156,131,552,,None,,,,,,,[],,,, +7295,580046907902439424,580046907902439424,1427128934000.0,2015-03-23 16:42:14,+0000,,"Maybe it's wrong, but I really want to see mammoths http://t.co/enhMu5HYqr",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/580046907902439424,['http://wrd.cm/1EJi9Wx'],[],0,,False,1175,370,627,,None,,,,,,,[],,,, +7296,579861658337574912,579861658337574912,1427084767000.0,2015-03-23 04:26:07,+0000,,Falcon 9 lifting off with 1.3 mmmillion pounds of force http://t.co/7ltlN2WYmx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/579861658337574912,[],['https://pbs.twimg.com/media/CAwVGhlUYAAQF70.jpg'],1,https://pbs.twimg.com/media/CAwVGhlUYAAQF70.jpg,False,4031,257,1956,,None,,,,,,,[],,,, +7297,579504748014907393,579504748014907393,1426999673000.0,2015-03-22 04:47:53,+0000,,Reading Look to Windward by Banks. He is an amazing writer. Pantheon level.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/579504748014907393,[],[],0,,False,887,237,204,,None,,,,,,,[],,,, +7298,579216539561238528,579216138690662401,1426930959000.0,2015-03-21 09:42:39,+0000,,"@AbeAlem Unfortunately, Asimov's books largely illustrate why the three laws don't work",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/579216539561238528,[],[],0,,False,139,23,33,,None,,,,,,,[],,,, +7299,579216101793361920,579216101793361920,1426930854000.0,2015-03-21 09:40:54,+0000,,Another Easter Egg will be hidden in the Model S code in 2015. Last one took a year to find. Next one should be easier.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/579216101793361920,[],[],0,,False,1031,90,553,,None,,,,,,,[],,,, +7300,579210902932574209,579197717970206720,1426929615000.0,2015-03-21 09:20:15,+0000,,@Pandoomic Just changed them to full public domain,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/579210902932574209,[],[],0,,False,616,49,228,,None,,,,,,,[],,,, +7301,579197717970206720,579197717970206720,1426926471000.0,2015-03-21 08:27:51,+0000,,SpaceX Photos Are Now Available Under a Creative Commons License http://t.co/OgHJYimuCU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/579197717970206720,['http://motherboard.vice.com/read/spacex-photos-are-now-available-under-a-creative-commons-license'],[],0,,False,1180,56,861,,None,,,,,,,[],,,, +7302,578288191595130880,578288191595130880,1426709623000.0,2015-03-18 20:13:43,+0000,,Thanks to everyone that supported Tesla in New Jersey! We couldn't have done it without you. http://t.co/swlApOg7vN,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/578288191595130880,['http://techcrunch.com/2015/03/18/tesla-can-now-resume-car-sales-in-new-jersey/#tmhmdj:oHlj'],[],0,,False,1581,165,669,,None,,,,,,,[],,,, +7303,577946893646364673,577946471804235776,1426628251000.0,2015-03-17 21:37:31,+0000,,"However, when self-driving cars become safer than human-driven cars, the public may outlaw the latter. Hopefully not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/577946893646364673,[],[],0,,False,1517,462,855,,None,,,,,,,[],,,, +7304,577946471804235776,577946471804235776,1426628151000.0,2015-03-17 21:35:51,+0000,,"To be clear, Tesla is strongly in favor of people being allowed to drive their cars and always will be. Hopefully, that is obvious.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/577946471804235776,[],[],0,,False,1613,134,696,,None,,,,,,,[],,,, +7305,577693114657210368,577693114657210368,1426567746000.0,2015-03-17 04:49:06,+0000,,"Battery pack swap is active between SF and LA and seems to be working well. Supercharging is the future, though, for non-commercial traffic.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/577693114657210368,[],[],0,,False,1231,72,587,,None,,,,,,,[],,,, +7306,577533623483568128,577100755427061760,1426529720000.0,2015-03-16 18:15:20,+0000,,"Neither I nor the company are selling shares. Even if we were, I wouldn't do this. It would be wrong. Our long term results are what matter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/577533623483568128,[],[],0,,False,2084,153,591,,None,,,,,,,[],,,, +7307,577533020736909312,577100755427061760,1426529576000.0,2015-03-16 18:12:56,+0000,,Some people seem to think I tweet to affect share price. This is false. A brief rise in $TSLA stock obviously does no good for Tesla or me.,en,[],['tsla'],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/577533020736909312,[],[],0,,False,1413,139,619,,None,,,,,,,[],,,, +7308,577080950317821952,577080950317821952,1426421794000.0,2015-03-15 12:16:34,+0000,,SolarCity systems generated a new daily record of 4 gigawatt-hours this week http://t.co/7MFig1lMsF,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/577080950317821952,['http://blog.solarcity.com/a-4gwh-day'],[],0,,False,1353,102,966,,None,,,,,,,[],,,, +7309,576637531560628224,576637531560628224,1426316075000.0,2015-03-14 06:54:35,+0000,,World's largest hedge fund soon to be powered by artificial intelligence http://t.co/t1Fer3fWVa,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/576637531560628224,['http://www.bloomberg.com/news/articles/2015-02-27/bridgewater-is-said-to-start-artificial-intelligence-team'],[],0,,False,1374,311,1691,,None,,,,,,,[],,,, +7310,576193855323697152,576193855323697152,1426210294000.0,2015-03-13 01:31:34,+0000,,Maybe this is all the work of the Stonecutters! Certainly connects a lot of themes ... http://t.co/E5jJ9Snaca,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/576193855323697152,['http://v.theonion.com/avclubmedia/videos/videometa/4599/zen_mp4.mp4'],[],0,,False,666,94,306,,None,,,,,,,[],,,, +7311,576184066921218048,576184066921218048,1426207961000.0,2015-03-13 00:52:41,+0000,,"For more on the Fermi Paradox: http://t.co/ea1aGnu2kU, http://t.co/AcdSIoIvyv and http://t.co/bkbOWW7Ztb",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/576184066921218048,"['http://amzn.com/0387955011', 'http://io9.com/11-of-the-weirdest-solutions-to-the-fermi-paradox-456850746', 'http://waitbutwhy.com/2014/05/fermi-paradox.html']",[],0,,False,1110,109,538,,None,,,,,,,[],,,, +7312,576182696260476929,576139678895583232,1426207634000.0,2015-03-13 00:47:14,+0000,,"The ancient Egyptians were amazing, but if aliens built the pyramids, they would've left behind a computer or something",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/576182696260476929,[],[],0,,False,1897,293,1097,,None,,,,,,,[],,,, +7313,576140759281238017,576140759281238017,1426197635000.0,2015-03-12 22:00:35,+0000,,The rumor that I'm building a spaceship to get back to my home planet Mars is totally untrue,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/576140759281238017,[],[],0,,False,14305,1016,11376,,None,,,,,,,[],,,, +7314,576139678895583232,576139678895583232,1426197378000.0,2015-03-12 21:56:18,+0000,,"Btw, please don't mention the pyramids. Stacking stone blocks is not evidence of an advanced civilization.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/576139678895583232,[],[],0,,False,2444,336,1168,,None,,,,,,,[],,,, +7315,576139467632717825,576139467632717825,1426197327000.0,2015-03-12 21:55:27,+0000,,"Seems like an opportune moment to bring up the Fermi Paradox, aka ""where are the aliens?"" Really odd that we see no sign of them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/576139467632717825,[],[],0,,False,1123,508,624,,None,,,,,,,[],,,, +7316,575537174860460034,575537174860460034,1426053730000.0,2015-03-11 06:02:10,+0000,,Model S in drag race against snowmobile on ice lake in Norway (no tire chains or studs) http://t.co/OWwfGRQC8p,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/575537174860460034,['http://www.klikk.no/motor/bil/article1526102.ece'],[],0,,False,1271,143,918,,None,,,,,,,[],,,, +7317,574581994253758466,574581994253758466,1425825997000.0,2015-03-08 14:46:37,+0000,,"There is no slowdown of the Gigafactory construction underway, as anyone near Reno with eyes can verify. It's not subtle.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/574581994253758466,[],[],0,,False,1255,91,543,,None,,,,,,,[],,,, +7318,574017546812190721,574017546812190721,1425691422000.0,2015-03-07 01:23:42,+0000,,Some shots of the Gigafactory pilot plant (~20% of full size) under construction https://t.co/OzLzD4LsGW,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/574017546812190721,['https://m.flickr.com/#/photos/jurvetson/16735645181/'],[],0,,False,1066,130,585,,None,,,,,,,[],,,, +7319,572257004938403840,572257004938403840,1425271676000.0,2015-03-02 04:47:56,+0000,,"Upgrades in the works to allow landing for geo missions: thrust +15%, deep cryo oxygen, upper stage tank vol +10%",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/572257004938403840,[],[],0,,False,967,103,394,,None,,,,,,,[],,,, +7320,572252603322527744,572252603322527744,1425270627000.0,2015-03-02 04:30:27,+0000,,Both satellites deployed on target. Now firing their ion thrusters to reach geo station over Europe & Asia.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/572252603322527744,[],[],0,,False,1489,100,652,,None,,,,,,,[],,,, +7321,572209355883352064,572209355883352064,1425260316000.0,2015-03-02 01:38:36,+0000,,Next landing attempt will be 3rd launch from now. Tonight's flight and following one will not have enough propellant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/572209355883352064,[],[],0,,False,970,65,489,,None,,,,,,,[],,,, +7322,571022238540914688,571022238540914688,1424977285000.0,2015-02-26 19:01:25,+0000,,Excellent and funny intro article about Artificial Superintelligence! Highly recommend reading http://t.co/jisxabYrl9,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/571022238540914688,['http://waitbutwhy.com/2015/01/artificial-intelligence-revolution-2.html'],[],0,,False,2045,198,1536,,None,,,,,,,[],,,, +7323,570327747018379264,570327747018379264,1424811705000.0,2015-02-24 21:01:45,+0000,,Tesla Model S rated by @ConsumerReports as best car in world for 2nd year in a row http://t.co/F0TpdmDxGg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/570327747018379264,['http://www.consumerreports.org/cro/magazine/2015/04/consumer-reports-10-top-picks-of-2015/index.htm'],[],0,,False,2026,183,1609,,None,,,,,,,[],,,, +7324,565716774260576262,565716774260576262,1423712364000.0,2015-02-12 03:39:24,+0000,,Landing on a stormy sea http://t.co/7EY25g3IU5,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/565716774260576262,[],['https://pbs.twimg.com/media/B9nUaKjIMAAPR55.jpg'],1,https://pbs.twimg.com/media/B9nUaKjIMAAPR55.jpg,False,2553,241,1419,,None,,,,,,,[],,,, +7325,565659578915115011,565659578915115011,1423698727000.0,2015-02-11 23:52:07,+0000,,Rocket soft landed in the ocean within 10m of target & nicely vertical! High probability of good droneship landing in non-stormy weather.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/565659578915115011,[],[],0,,False,5223,686,3730,,None,,,,,,,[],,,, +7326,565657374128865281,565657374128865281,1423698202000.0,2015-02-11 23:43:22,+0000,,Primary mission on target. Spacecraft head towards the sun! All good there.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/565657374128865281,[],[],0,,False,1609,114,661,,None,,,,,,,[],,,, +7327,565638406945144832,565637505811488768,1423693679000.0,2015-02-11 22:27:59,+0000,,@DanielLockyer We could actually do that...maybe we should,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565638406945144832,[],[],0,,False,650,53,179,,None,,,,,,,[],,,, +7328,565637505811488768,565637505811488768,1423693465000.0,2015-02-11 22:24:25,+0000,,Planning a significant upgrade of the droneship for future missions to handle literally anything. Maybe give it a Merlin for good measure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565637505811488768,[],[],0,,False,1640,211,596,,None,,,,,,,[],,,, +7329,565637058975531009,565637058975531009,1423693358000.0,2015-02-11 22:22:38,+0000,,Can't delay any longer. Must proceed with primary mission to launch the Deep Space Climate Observatory spacecraft.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565637058975531009,[],[],0,,False,1018,84,460,,None,,,,,,,[],,,, +7330,565636516551352321,565636516551352321,1423693229000.0,2015-02-11 22:20:29,+0000,,"Mega storm preventing droneship from remaining on station, so rocket will try to land on water. Survival probability <1%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565636516551352321,[],[],0,,False,1054,228,901,,None,,,,,,,[],,,, +7331,565350545695977472,565350545695977472,1423625048000.0,2015-02-11 03:24:08,+0000,,Coming home http://t.co/FmrmYs6R6V,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/565350545695977472,[],['https://pbs.twimg.com/media/B9iHU1IIUAEKGnU.jpg'],1,https://pbs.twimg.com/media/B9iHU1IIUAEKGnU.jpg,False,4717,201,2213,,None,,,,,,,[],,,, +7332,565323202063532034,565323202063532034,1423618529000.0,2015-02-11 01:35:29,+0000,,Dragon splashdown off the California coast http://t.co/4Bvfmei8I3,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/565323202063532034,[],['https://pbs.twimg.com/media/B9hudM_IYAEmR7q.png'],1,https://pbs.twimg.com/media/B9hudM_IYAEmR7q.png,False,3680,158,1831,,None,,,,,,,[],,,, +7333,565287338088357889,565287338088357889,1423609978000.0,2015-02-10 23:12:58,+0000,,"Launch postponed to tomorrow due to high winds at the Cape, but Dragon still inbound from orbit in 90 mins",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/565287338088357889,[],[],0,,False,948,81,571,,None,,,,,,,[],,,, +7334,565237171192623105,565237171192623105,1423598017000.0,2015-02-10 19:53:37,+0000,,Extreme wind shear over Cape Canaveral. Feels like a sledgehammer when supersonic in the vertical. Hoping it changes …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/565237171192623105,[],[],0,,False,595,77,336,,None,,,,,,,[],,,, +7335,565181590431485952,565181590431485952,1423584766000.0,2015-02-10 16:12:46,+0000,,"""What Are The Civilian Applications?"" https://t.co/iG2Zn3fUnO",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/565181590431485952,['https://m.youtube.com/watch?v=M8YjvHYbZ9w'],[],0,,False,693,384,632,,None,,,,,,,[],,,, +7336,564563818022313984,564563818022313984,1423437477000.0,2015-02-08 23:17:57,+0000,,"Prob good though. Will give us time to replace 1st stage video transmitter (not needed for launch, but nice to have).",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/564563818022313984,[],[],0,,False,917,93,441,,None,,,,,,,[],,,, +7337,564562686478807043,564562686478807043,1423437208000.0,2015-02-08 23:13:28,+0000,,Air Force tracking radar went down. Launch postponed to same time tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/564562686478807043,[],[],0,,False,1118,204,1438,,None,,,,,,,[],,,, +7338,564509965612634112,564509965612634112,1423424638000.0,2015-02-08 19:43:58,+0000,,Rocket reentry will be much tougher this time around due to deep space mission. Almost 2X force and 4X heat. Plenty of hydraulic fluid tho.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/564509965612634112,[],[],0,,False,2114,236,1120,,None,,,,,,,[],,,, +7339,564493608351313921,564493608351313921,1423420738000.0,2015-02-08 18:38:58,+0000,,"Launching our 1st deep space mission today. Headed to Earth-Sun L1 gravity null point at 1M miles, 4X further than moon.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/564493608351313921,[],[],0,,False,4084,350,2927,,None,,,,,,,[],,,, +7340,561002248827052034,561002248827052034,1422588333000.0,2015-01-30 03:25:33,+0000,,"If you are curious about the P85D, you can schedule a test drive here: http://t.co/Eu19pBUpNO",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/561002248827052034,['http://ts.la/dE'],[],0,,False,764,237,453,,None,,,,,,,[],,,, +7341,560909571691380736,560909571691380736,1422566237000.0,2015-01-29 21:17:17,+0000,,Painting the name on the droneship ... http://t.co/X8R8O4KjPx,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/560909571691380736,[],['https://pbs.twimg.com/media/B8jASILCMAAIssg.jpg'],1,https://pbs.twimg.com/media/B8jASILCMAAIssg.jpg,False,3699,261,2242,,None,,,,,,,[],,,, +7342,560908370623098882,560898568748531712,1422565951000.0,2015-01-29 21:12:31,+0000,,"P85 acceleration will also improve, but not quite as much",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/560908370623098882,[],[],0,,False,472,43,140,,None,,,,,,,[],,,, +7343,560906999664508931,560906999664508931,1422565624000.0,2015-01-29 21:07:04,+0000,,Video made by owner of a P85D going up a 14% grade on snow passing a whole bunch of stuck SUVs https://t.co/LC9AHx0fuC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/560906999664508931,['https://www.youtube.com/watch?v=eObSjtU6YXc&feature=youtu.be'],[],0,,False,1125,134,667,,None,,,,,,,[],,,, +7344,560900676453433344,560900676453433344,1422564116000.0,2015-01-29 20:41:56,+0000,,Tesla dual motor cars are also all-wheel drive. Main goal of dual motor was actually insane traction on snow. Insane speed was a side effect,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/560900676453433344,[],[],0,,False,2412,157,1510,,None,,,,,,,[],,,, +7345,560898568748531712,560898568748531712,1422563614000.0,2015-01-29 20:33:34,+0000,,Tesla P85D 0 to 60mph acceleration will improve by ~0.1 sec soon via over-the-air software update to inverter algorithm,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/560898568748531712,[],[],0,,False,3823,461,3412,,None,,,,,,,[],,,, +7346,560328986341818368,560328986341818368,1422427815000.0,2015-01-28 06:50:15,+0000,,"Great DragTimes video of people experiencing P85D ""Insane Mode"" acceleration for the first time https://t.co/gqN9oremMQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/560328986341818368,['https://m.youtube.com/watch?v=1qFV5i8tBhs'],[],0,,False,1656,190,1571,,None,,,,,,,[],,,, +7347,559629011983147008,559554023544483841,1422260928000.0,2015-01-26 08:28:48,+0000,,Final one: anything launched by a railgun (if you could ever reach ~ Mach 27) would explode upon exiting the barrel in our dense atmosphere,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/559629011983147008,[],[],0,,False,1054,262,466,,None,,,,,,,[],,,, +7348,559562992145027075,559554023544483841,1422245188000.0,2015-01-26 04:06:28,+0000,,"Ion thrusters are great, but have extremely tiny force (photon thruster even less). Must have more thrust than weight or you don't go up.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/559562992145027075,[],[],0,,False,1332,204,463,,None,,,,,,,[],,,, +7349,559557786514632704,559554023544483841,1422243947000.0,2015-01-26 03:45:47,+0000,,And pls don't ask me about space elevators until someone at least builds a carbon nanotube structure longer than a footbridge,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/559557786514632704,[],[],0,,False,3241,217,1666,,None,,,,,,,[],,,, +7350,559555327515848705,559554023544483841,1422243360000.0,2015-01-26 03:36:00,+0000,,"Reason is Newton's Third Law. In vacuum, there is nothing to ""push"" against. You must react against ejected mass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/559555327515848705,[],[],0,,False,1539,177,765,,None,,,,,,,[],,,, +7351,559554023544483841,559554023544483841,1422243049000.0,2015-01-26 03:30:49,+0000,,"If u saw @TheSimpsons and wonder why @SpaceX doesn't use an electric rocket to reach orbit, it is cuz that is impossible",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/559554023544483841,[],[],0,,False,3996,399,2357,,None,,,,,,,[],,,, +7352,558703223909781505,558703223909781505,1422040203000.0,2015-01-23 19:10:03,+0000,,"West Coast droneship under construction will be named ""Of Course I Still Love You""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/558703223909781505,[],[],0,,False,1616,181,873,,None,,,,,,,[],,,, +7353,558682281619906561,558682281619906561,1422035210000.0,2015-01-23 17:46:50,+0000,,"Good primer on the exponential advancement of technology, particularly AI http://t.co/1c30ZwJ8Y5",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/558682281619906561,['http://waitbutwhy.com/2015/01/artificial-intelligence-revolution-1.html'],[],0,,False,1257,110,1040,,None,,,,,,,[],,,, +7354,558681668387487745,558665265785733120,1422035064000.0,2015-01-23 17:44:24,+0000,,@thomasmuirhead Good piece,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/558681668387487745,[],[],0,,False,33,3,4,,None,,,,,,,[],,,, +7355,558665515351019520,558665265785733120,1422031213000.0,2015-01-23 16:40:13,+0000,,"@elonmusk ... In honor of IMB, RIP.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/558665515351019520,[],[],0,,False,472,40,213,,None,,,,,,,[],,,, +7356,558665265785733120,558665265785733120,1422031153000.0,2015-01-23 16:39:13,+0000,,"Repairs almost done on the spaceport drone ship and have given it the name ""Just Read the Instructions""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/558665265785733120,[],[],0,,False,1896,145,1228,,None,,,,,,,[],,,, +7357,557436437239300096,557436437239300096,1421738177000.0,2015-01-20 07:16:17,+0000,,"The universe is really, really big https://t.co/4j3jvIaqpe",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/557436437239300096,['https://m.youtube.com/watch?v=udAL48P5NJU'],[],0,,False,3059,367,2706,,None,,,,,,,[],,,, +7358,556301868507627520,556295392074014720,1421467675000.0,2015-01-17 04:07:55,+0000,,@trakz @TheSimpsons Of course!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/556301868507627520,[],[],0,,False,72,13,10,,None,,,,,,,[],,,, +7359,556105370054053889,556105370054053889,1421420826000.0,2015-01-16 15:07:06,+0000,,Next rocket landing on drone ship in 2 to 3 weeks w way more hydraulic fluid. At least it shd explode for a diff reason.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/556105370054053889,[],[],0,,False,5134,379,3867,,None,,,,,,,[],,,, +7360,555981841476227072,554009604409946112,1421391375000.0,2015-01-16 06:56:15,+0000,,@ID_AA_Carmack Full RUD (rapid unscheduled disassembly) event. Ship is fine minor repairs. Exciting day! http://t.co/tIEctHFKHG,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555981841476227072,[],['https://pbs.twimg.com/media/B7c-iRaCYAAPxQ9.jpg'],1,https://pbs.twimg.com/media/B7c-iRaCYAAPxQ9.jpg,False,1613,172,1684,,None,,,,,,,[],,,, +7361,555980855537975296,554009604409946112,1421391140000.0,2015-01-16 06:52:20,+0000,,@ID_AA_Carmack Residual fuel and oxygen combine http://t.co/5k07SP8M9n,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555980855537975296,[],['https://pbs.twimg.com/media/B7c9o7CCMAA7vyP.jpg'],1,https://pbs.twimg.com/media/B7c9o7CCMAA7vyP.jpg,False,596,21,668,,None,,,,,,,[],,,, +7362,555978908554625025,554009604409946112,1421390676000.0,2015-01-16 06:44:36,+0000,,"@ID_AA_Carmack Rocket hits hard at ~45 deg angle, smashing legs and engine section http://t.co/PnzHHluJfG",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555978908554625025,[],['https://pbs.twimg.com/media/B7c73oaCQAA7V-j.jpg'],1,https://pbs.twimg.com/media/B7c73oaCQAA7V-j.jpg,False,729,57,889,,None,,,,,,,[],,,, +7363,555978267165859840,554009604409946112,1421390523000.0,2015-01-16 06:42:03,+0000,,"@ID_AA_Carmack Before impact, fins lose power and go hardover. Engines fights to restore, but … http://t.co/94VDi7IEHS",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555978267165859840,[],['https://pbs.twimg.com/media/B7c7SPiCYAAmPZo.jpg'],1,https://pbs.twimg.com/media/B7c7SPiCYAAmPZo.jpg,False,588,49,712,,None,,,,,,,[],,,, +7364,555951381509849088,554009604409946112,1421384113000.0,2015-01-16 04:55:13,+0000,,@ID_AA_Carmack Tks. Turns out we recovered some impact video frames from drone ship. It's kinda begging to be released…,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/555951381509849088,[],[],0,,False,371,52,202,,None,,,,,,,[],,,, +7365,555824114196156416,555804403504918528,1421353770000.0,2015-01-15 20:29:30,+0000,,@FormulaSAE Contact Steve Davis at Hyperloop@spacex.com,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/555824114196156416,[],[],0,,False,81,3,14,,None,,,,,,,[],,,, +7366,555804403504918528,555804403504918528,1421349070000.0,2015-01-15 19:11:10,+0000,,"Also thinking of having an annual student Hyperloop pod racer competition, like Formula SAE http://t.co/HV9BLCoMb8",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/555804403504918528,['http://students.sae.org/cds/formulaseries/about.htm'],[],0,,False,1458,155,894,,None,,,,,,,[],,,, +7367,555803747792609280,555803747792609280,1421348914000.0,2015-01-15 19:08:34,+0000,,Will be building a Hyperloop test track for companies and student teams to test out their pods. Most likely in Texas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/555803747792609280,[],[],0,,False,4220,436,4416,,None,,,,,,,[],,,, +7368,555743387056226304,555743387056226304,1421334523000.0,2015-01-15 15:08:43,+0000,,Funding research on artificial intelligence safety. It's all fun & games until someone loses an I http://t.co/t1aGnrTU21,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/555743387056226304,['http://futureoflife.org/misc/AI'],[],0,,False,1491,169,1177,,None,,,,,,,[],,,, +7369,554465954932207616,554465954932207616,1421029959000.0,2015-01-12 02:32:39,+0000,,Yesterday's mission to the Space Station lights up the cloudy night sky of Cape Canaveral http://t.co/DFB742HaQt,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/554465954932207616,[],['https://pbs.twimg.com/media/B7Hb2SQIMAAs3p3.jpg'],1,https://pbs.twimg.com/media/B7Hb2SQIMAAs3p3.jpg,False,5627,214,3384,,None,,,,,,,[],,,, +7370,554320532133650432,554320532133650432,1420995288000.0,2015-01-11 16:54:48,+0000,,World's top artificial intelligence developers sign open letter calling for AI safety research: http://t.co/ShWc8F7Kyq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/554320532133650432,['http://futureoflife.org/misc/open_letter'],[],0,,False,1515,169,1508,,None,,,,,,,[],,,, +7371,554023312033341440,554009604409946112,1420924425000.0,2015-01-10 21:13:45,+0000,,"@alankerlin Hydraulics are usually closed, but that adds mass vs short acting open systems. F9 fins only work for 4 mins. We were ~10% off.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/554023312033341440,[],[],0,,False,469,79,246,,None,,,,,,,[],,,, +7372,553964602636369920,553964602636369920,1420910428000.0,2015-01-10 17:20:28,+0000,,Am super proud of my crew for making huge strides towards reusability on this mission. You guys rock!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/553964602636369920,[],[],0,,False,3238,176,1131,,None,,,,,,,[],,,, +7373,553964281025548289,553964281025548289,1420910351000.0,2015-01-10 17:19:11,+0000,,"Upcoming flight already has 50% more hydraulic fluid, so should have plenty of margin for landing attempt next month.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/553964281025548289,[],[],0,,False,1541,113,773,,None,,,,,,,[],,,, +7374,553963793056030721,553963793056030721,1420910235000.0,2015-01-10 17:17:15,+0000,,"Grid fins worked extremely well from hypersonic velocity to subsonic, but ran out of hydraulic fluid right before landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/553963793056030721,[],[],0,,False,1300,162,931,,None,,,,,,,[],,,, +7375,553857574005915648,553857574005915648,1420884910000.0,2015-01-10 10:15:10,+0000,,Didn't get good landing/impact video. Pitch dark and foggy. Will piece it together from telemetry and ... actual pieces.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553857574005915648,[],[],0,,False,2616,421,2040,,None,,,,,,,[],,,, +7376,553856479590359040,553856479590359040,1420884649000.0,2015-01-10 10:10:49,+0000,,Ship itself is fine. Some of the support equipment on the deck will need to be replaced...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553856479590359040,[],[],0,,False,1827,221,1719,,None,,,,,,,[],,,, +7377,553855109114101760,553855109114101760,1420884322000.0,2015-01-10 10:05:22,+0000,,"Rocket made it to drone spaceport ship, but landed hard. Close, but no cigar this time. Bodes well for the future tho.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553855109114101760,[],[],0,,False,5087,655,6266,,None,,,,,,,[],,,, +7378,553853961317654528,553853961317654528,1420884049000.0,2015-01-10 10:00:49,+0000,,Ascent phase good. Dragon deployed to Space Station rendezvous orbit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553853961317654528,[],[],0,,False,1229,97,740,,None,,,,,,,[],,,, +7379,553850129208586241,553850129208586241,1420883135000.0,2015-01-10 09:45:35,+0000,,Launching in one minute,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/553850129208586241,[],[],0,,False,1148,106,518,,None,,,,,,,[],,,, +7380,553836041770373120,553836041770373120,1420879776000.0,2015-01-10 08:49:36,+0000,,At mission control in California. Launch in 60 mins. Looks good so far.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/553836041770373120,[],[],0,,False,1038,130,530,,None,,,,,,,[],,,, +7381,553835543336058880,553835543336058880,1420879657000.0,2015-01-10 08:47:37,+0000,,Swimming on the moon http://t.co/7eZ3tqwwEj,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/553835543336058880,['http://what-if.xkcd.com/'],[],0,,False,1047,97,905,,None,,,,,,,[],,,, +7382,552437001291841539,552437001291841539,1420546219000.0,2015-01-06 12:10:19,+0000,,Need to investigate the upper stage Z actuator. Was behaving strangely. Next launch attempt on Friday at 5am.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/552437001291841539,[],[],0,,False,1028,182,871,,None,,,,,,,[],,,, +7383,552279321491275776,552279321491275776,1420508625000.0,2015-01-06 01:43:45,+0000,,Taking questions now at http://t.co/CpOyWeAk0G,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/552279321491275776,['http://redd.it/2rgsan'],[],0,,False,861,138,619,,None,,,,,,,[],,,, +7384,552256055607312384,552256055607312384,1420503078000.0,2015-01-06 00:11:18,+0000,,Background on our attempt to land Falcon 9 rocket on a station-keeping drone ship in the Atlantic http://t.co/yklReEpZO3,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/552256055607312384,['http://spacex.com/news/2014/12/16/x-marks-spot-falcon-9-attempts-ocean-platform-landing'],[],0,,False,698,72,747,,None,,,,,,,[],,,, +7385,552182273865699328,552182273865699328,1420485487000.0,2015-01-05 19:18:07,+0000,,Drone spaceport ship heads to its hold position in the Atlantic to prepare for a rocket landing http://t.co/kXYHGVKTfE,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/552182273865699328,[],['https://pbs.twimg.com/media/B6m-2biIYAAZcYF.jpg'],1,https://pbs.twimg.com/media/B6m-2biIYAAZcYF.jpg,False,3354,326,3410,,None,,,,,,,[],,,, +7386,552153757338066944,552153757338066944,1420478688000.0,2015-01-05 17:24:48,+0000,,Ask me anything at 9pm Florida time (focused on tomorrow's 6am rocket launch) http://t.co/DvCbw4kTJy,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/552153757338066944,['http://reddit.com/r/IAmA'],[],0,,False,796,130,830,,None,,,,,,,[],,,, +7387,550297212769402881,550297212769402881,1420036054000.0,2014-12-31 14:27:34,+0000,,"Btw, we are actually working on a charger that automatically moves out from the wall & connects like a solid metal snake. For realz.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/550297212769402881,[],[],0,,False,4924,541,4197,,None,,,,,,,[],,,, +7388,550030135446220801,550030135446220801,1419972378000.0,2014-12-30 20:46:18,+0000,,Model S range curves in detail by version http://t.co/DGIKGTIagW,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/550030135446220801,['http://ts.la/c7'],[],0,,False,502,49,331,,None,,,,,,,[],,,, +7389,548601442638917633,548601442638917633,1419631751000.0,2014-12-26 22:09:11,+0000,,Roadster upgrade details http://t.co/9RZVMCJeMJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/548601442638917633,['http://ts.la/qA'],[],0,,False,727,110,456,,None,,,,,,,[],,,, +7390,548268486003535872,548268486003535872,1419552368000.0,2014-12-26 00:06:08,+0000,,"Reading The Culture series by Banks. Compelling picture of a grand, semi-utopian galactic future. Hopefully not too optimistic about AI.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/548268486003535872,[],[],0,,False,950,147,261,,None,,,,,,,[],,,, +7391,548257415536594944,548257415536594944,1419549728000.0,2014-12-25 23:22:08,+0000,,Roadster upgrade will enable non-stop travel from LA to SF -- almost 400 mile range. Details tmrw. Merry Christmas!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/548257415536594944,[],[],0,,False,2365,208,1672,,None,,,,,,,[],,,, +7392,546453860936474625,546453860936474625,1419119727000.0,2014-12-20 23:55:27,+0000,,Nothing against all the oatmeal-raisin cookies out there. Just be yourself.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/546453860936474625,[],[],0,,False,1529,112,813,,None,,,,,,,[],,,, +7393,546450680689356800,546450680689356800,1419118969000.0,2014-12-20 23:42:49,+0000,,Really should be a rule that oatmeal-raisin cookies can't look too much like choc chip. Doppelgänger cookie trickery!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/546450680689356800,[],[],0,,False,3390,274,2128,,None,,,,,,,[],,,, +7394,546055521351270402,546055521351270402,1419024756000.0,2014-12-19 21:32:36,+0000,,I'd recommend competing for the $10M Learning XPRIZE. Illiteracy is the wellspring of poverty. http://t.co/NLuFheVmpx,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/546055521351270402,['http://learning.xprize.org'],[],0,,False,748,63,681,,None,,,,,,,[],,,, +7395,546018982927413248,546018982927413248,1419016044000.0,2014-12-19 19:07:24,+0000,,Tesla fast battery swap details http://t.co/4XWWUlOeQE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/546018982927413248,['http://ts.la/h6'],[],0,,False,823,81,654,,None,,,,,,,[],,,, +7396,545967015521820672,545967015521820672,1419003654000.0,2014-12-19 15:40:54,+0000,,Pack swap now operating in limited beta mode for SF to LA route. Can swap battery faster than visiting a gas station. Tesla blog out soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/545967015521820672,[],[],0,,False,1078,103,832,,None,,,,,,,[],,,, +7397,545965826054963200,545965826054963200,1419003371000.0,2014-12-19 15:36:11,+0000,,Falcon/Dragon launch punted to early Jan. Need time to review all systems thoroughly again.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/545965826054963200,[],[],0,,False,428,56,218,,None,,,,,,,[],,,, +7398,542004522298535936,542004522298535936,1418058922000.0,2014-12-08 17:15:22,+0000,,Dune series by Herbert also brilliant. He advocates placing limits on machine intelligence.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/542004522298535936,[],[],0,,False,1060,238,469,,None,,,,,,,[],,,, +7399,542000615287574528,542000615287574528,1418057991000.0,2014-12-08 16:59:51,+0000,,Reread Asimov's Foundation series. Brilliant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/542000615287574528,[],[],0,,False,1523,203,574,,None,,,,,,,[],,,, +7400,537016081915719680,537016081915719680,1416869585000.0,2014-11-24 22:53:05,+0000,,Welcome back @RicardoR to run the @TeslaMotors communications team!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/537016081915719680,[],[],0,,False,327,100,117,,None,,,,,,,[],,,, +7401,536354292396228608,536258543675252739,1416711802000.0,2014-11-23 03:03:22,+0000,,"@ID_AA_Carmack That works for Dragon, but hard to do for something long like Falcon",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/536354292396228608,[],[],0,,False,93,25,26,,None,,,,,,,[],,,, +7402,536326873916375040,536326873916375040,1416705265000.0,2014-11-23 01:14:25,+0000,,"The flight grid fins look like the ones on this test we did, but larger: https://t.co/gTaURQQeyx",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/536326873916375040,['https://m.youtube.com/watch?v=DgLBIdVg3EM'],[],0,,False,574,100,399,,None,,,,,,,[],,,, +7403,536325460318519296,536258543675252739,1416704928000.0,2014-11-23 01:08:48,+0000,,@ID_AA_Carmack No choice. Entry velocity too high for a precision landing with N2 thrusters alone. Must have aero surfaces for pitch trim.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/536325460318519296,[],[],0,,False,89,14,40,,None,,,,,,,[],,,, +7404,536268250620125185,536258543675252739,1416691288000.0,2014-11-22 21:21:28,+0000,,@John_Gardi Using legs as air brakes to drop terminal velocity in half requires slight redesign & more data. Maybe flight 21.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536268250620125185,[],[],0,,False,65,7,28,,None,,,,,,,[],,,, +7405,536265739486121985,536258543675252739,1416690690000.0,2014-11-22 21:11:30,+0000,,"Grid fins are stowed on ascent and then deploy on reentry for ""x-wing"" style control. Each fin moves independently for pitch/yaw/roll.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536265739486121985,[],[],0,,False,614,85,276,,None,,,,,,,[],,,, +7406,536263260056850432,536262624653365248,1416690099000.0,2014-11-22 21:01:39,+0000,,"Base is 300 ft by 100 ft, with wings that extend width to 170 ft. Will allow refuel & rocket flyback in future.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536263260056850432,[],[],0,,False,642,58,335,,None,,,,,,,[],,,, +7407,536258543675252739,536258543675252739,1416688974000.0,2014-11-22 20:42:54,+0000,,Testing operation of hypersonic grid fins (x-wing config) going on next flight http://t.co/O1tMSIXxsT,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/536258543675252739,[],['https://pbs.twimg.com/media/B3EsTeDIUAAO86M.jpg'],1,https://pbs.twimg.com/media/B3EsTeDIUAAO86M.jpg,False,1737,157,1236,,None,,,,,,,[],,,, +7408,535914463388782592,535901974915710976,1416606939000.0,2014-11-21 21:55:39,+0000,,Cuteness overload MT “@WIRED: A baby baboon snuggled with a teddy bear http://t.co/wuovq1HPEY http://t.co/UHK8MnGj4i”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/535914463388782592,['http://wrd.cm/1r5KMEU'],['https://pbs.twimg.com/media/B2_oAbrIEAAdLIM.jpg'],1,https://pbs.twimg.com/media/B2_oAbrIEAAdLIM.jpg,False,1251,95,755,,None,,,,,,,[],,,, +7409,535905906442403840,535905906442403840,1416604899000.0,2014-11-21 21:21:39,+0000,,About the Nevada deal with Tesla ... http://t.co/hAeyOc5OzC,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/535905906442403840,['http://ts.la/j1'],[],0,,False,523,69,383,,None,,,,,,,[],,,, +7410,535085589456879616,535085589456879616,1416409320000.0,2014-11-19 15:02:00,+0000,,Really hate it when companies bring out an awesome show car and then you can never actually buy it. So lame.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/535085589456879616,[],[],0,,False,3026,283,1685,,None,,,,,,,[],,,, +7411,535085033904558080,535085033904558080,1416409188000.0,2014-11-19 14:59:48,+0000,,"Rumors about canceling Falcon wing doors are false. At Tesla, the production car will always be better than the show car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/535085033904558080,[],[],0,,False,2231,127,1228,,None,,,,,,,[],,,, +7412,534731793832751106,534731793832751106,1416324969000.0,2014-11-18 15:36:09,+0000,,Tesla comic book http://t.co/enyjX9bcGE,es,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/534731793832751106,[],['https://pbs.twimg.com/media/B2u_uw9CMAEgS_H.jpg'],1,https://pbs.twimg.com/media/B2u_uw9CMAEgS_H.jpg,False,1283,111,642,,None,,,,,,,[],,,, +7413,531996243904716800,531994668608024576,1415672763000.0,2014-11-11 02:26:03,+0000,,@Shmizer1 unfettered certainly and at very low cost,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/531996243904716800,[],[],0,,False,152,24,55,,None,,,,,,,[],,,, +7414,531994668608024576,531994668608024576,1415672387000.0,2014-11-11 02:19:47,+0000,,SpaceX is still in the early stages of developing advanced micro-satellites operating in large formations. Announcement in 2 to 3 months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/531994668608024576,[],[],0,,False,2372,236,2140,,None,,,,,,,[],,,, +7415,530599540995260416,530599540995260416,1415339763000.0,2014-11-07 05:56:03,+0000,,Astronauts Play With Blobs of Water in Zero Gravity http://t.co/SeCDcWTnJv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/530599540995260416,['http://www.slate.com/blogs/future_tense/2014/11/06/astronauts_on_the_international_space_station_play_with_balls_of_water_in.html?wpsrc'],[],0,,False,568,97,503,,None,,,,,,,[],,,, +7416,529466348976345088,529466348976345088,1415069589000.0,2014-11-04 02:53:09,+0000,,Review of performance version of dual motor Model S by @MotorTrend http://t.co/wSsbXFdv42,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/529466348976345088,['http://motortrend.com/roadtests/alternative/1411_2015_tesla_model_s_p85d_first_test/'],[],0,,False,708,97,588,,None,,,,,,,[],,,, +7417,528318667306446848,528318667306446848,1414795960000.0,2014-10-31 22:52:40,+0000,,Deepest sympathies to the families of the pilots and the Virgin Galactic team,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/528318667306446848,[],[],0,,False,1747,78,1111,,None,,,,,,,[],,,, +7418,527247155954610176,527247155954610176,1414540492000.0,2014-10-28 23:54:52,+0000,,Sorry to hear about the @OrbitalSciences launch. Hope they recover soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/527247155954610176,[],[],0,,False,1421,141,920,,None,,,,,,,[],,,, +7419,526974332052844544,526971201231409152,1414475446000.0,2014-10-28 05:50:46,+0000,,"Also, lease price improvement is due to US Bank deal. It is *not* a discount. Revenue to Tesla is unchanged.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/526974332052844544,[],[],0,,False,545,64,251,,None,,,,,,,[],,,, +7420,526971201231409152,526971201231409152,1414474699000.0,2014-10-28 05:38:19,+0000,,Article in @WSJ re Tesla sales is incorrect. September was a record high WW and up 65% year-over-year in North America.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/526971201231409152,[],[],0,,False,991,143,664,,None,,,,,,,[],,,, +7421,526437760274792448,526437760274792448,1414347517000.0,2014-10-26 18:18:37,+0000,,Was going to work out this morning. Went to IHOP instead.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/526437760274792448,[],[],0,,False,4265,439,1938,,None,,,,,,,[],,,, +7422,523290693612367872,523290693612367872,1413597198000.0,2014-10-18 01:53:18,+0000,,Infrared video of Falcon rocket reentry captured by @NASA tracking cameras http://t.co/GQLCFLlrUC,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/523290693612367872,['http://m.youtube.com/watch?v=_UFjK_CFKgA&feature=youtu.be'],[],0,,False,674,64,539,,None,,,,,,,[],,,, +7423,523011654515032064,523011654515032064,1413530670000.0,2014-10-17 07:24:30,+0000,,Michigan auto dealers trying to pass anti-consumer legislation http://t.co/qEr5oz3CyE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/523011654515032064,['http://teslamotors.com/blog/raw-deal-michigan'],[],0,,False,418,143,647,,None,,,,,,,[],,,, +7424,522619616661880832,522619616661880832,1413437201000.0,2014-10-16 05:26:41,+0000,,Kinda trippy seeing myself on @SouthPark. I've watched the show ever since the J vs SC short. Brian Boitano!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/522619616661880832,[],[],0,,False,2725,142,1080,,None,,,,,,,[],,,, +7425,520743089938251777,520743089938251777,1412989802000.0,2014-10-11 01:10:02,+0000,,Dual Motor Model S with Autopilot http://t.co/IL7BSn0ZZk,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/520743089938251777,['http://teslamotors.com/blog/dual-motor-model-s-and-autopilot'],[],0,,False,1373,220,1235,,None,,,,,,,[],,,, +7426,520335864053108736,520335864053108736,1412892712000.0,2014-10-09 22:11:52,+0000,,Just got word that the cumulative miles of the worldwide Tesla fleet passed half a billion!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/520335864053108736,[],[],0,,False,2034,255,1040,,None,,,,,,,[],,,, +7427,517509858971504640,517509858971504640,1412218939000.0,2014-10-02 03:02:19,+0000,,"I love the Internet. Comments had me literally ROFL. No, it wasn't intentional. Glad I didn't mention the other letter!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/517509858971504640,[],[],0,,False,2679,324,1352,,None,,,,,,,[],,,, +7428,517486950589014016,517486950589014016,1412213478000.0,2014-10-02 01:31:18,+0000,,About time to unveil the D and something else http://t.co/qp23yi59i6,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/517486950589014016,[],['https://pbs.twimg.com/media/By57o4jCYAECwsq.jpg'],1,https://pbs.twimg.com/media/By57o4jCYAECwsq.jpg,False,10508,2099,11944,,None,,,,,,,[],,,, +7429,516473142923915264,516433449033293825,1411971767000.0,2014-09-29 06:22:47,+0000,,"“@TheDailyShow: The House Science, Space and Technology Committee hearing on global warming. http://t.co/7i5W0Hb39R”",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/516473142923915264,['http://on.cc.com/1vcjuzt'],[],0,,False,461,51,395,,None,,,,,,,[],,,, +7430,513165076694454272,513115414620954624,1411183063000.0,2014-09-20 03:17:43,+0000,,@TalulahRiley Good suggestion :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/513165076694454272,[],[],0,,False,50,16,4,,None,,,,,,,[],,,, +7431,513115414620954624,513115414620954624,1411171222000.0,2014-09-20 00:00:22,+0000,,Calendar app w tap to nav & traffic predictor in Tesla V6.0 release will radically improve how the car adapts to the owner over time,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/513115414620954624,[],[],0,,False,574,88,337,,None,,,,,,,[],,,, +7432,511987985873502209,511987985873502209,1410902422000.0,2014-09-16 21:20:22,+0000,,"Would also like to congratulate @Boeing, fellow winner of the @NASA commercial crew program",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511987985873502209,[],[],0,,False,815,68,366,,None,,,,,,,[],,,, +7433,511987635464585216,511987635464585216,1410902339000.0,2014-09-16 21:18:59,+0000,,This is the Crew Dragon spacecraft design that we unveiled earlier this year: http://t.co/gmpcAuTgQf,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511987635464585216,['http://www.youtube.com/watch?v=yEQrmDoIRO8'],[],0,,False,649,58,453,,None,,,,,,,[],,,, +7434,511986289776680960,511986289776680960,1410902018000.0,2014-09-16 21:13:38,+0000,,Deeply honored and appreciative of the trust that @NASA has placed in @SpaceX for the future of human spaceflight,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511986289776680960,[],[],0,,False,2711,215,1793,,None,,,,,,,[],,,, +7435,510171087498260480,510171087498260480,1410469240000.0,2014-09-11 21:00:40,+0000,,"Official Gigafactory address to be: Electric Avenue, McCarran, Nevada",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/510171087498260480,[],[],0,,False,1840,278,1439,,None,,,,,,,[],,,, +7436,509586265986310144,509195186875138048,1410329808000.0,2014-09-10 06:16:48,+0000,,@Salina_Snipes sounds about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/509586265986310144,[],[],0,,False,39,4,0,,None,,,,,,,[],,,, +7437,509211956436545536,509211956436545536,1410240565000.0,2014-09-09 05:29:25,+0000,,Meeting with @JAXA_en in a building called … http://t.co/RBS2shPdNY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/509211956436545536,[],['https://pbs.twimg.com/media/BxEVkrQIUAEfREg.jpg'],1,https://pbs.twimg.com/media/BxEVkrQIUAEfREg.jpg,False,630,58,150,,None,,,,,,,[],,,, +7438,509195186875138048,509195186875138048,1410236567000.0,2014-09-09 04:22:47,+0000,,"Just did crazy Japanese game show called 逆転の法則. I have no idea what happened, but it was awesome http://t.co/oRQlbCH3de",ja,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/509195186875138048,[],['https://pbs.twimg.com/media/BxEGUhIIIAA9NDM.jpg'],1,https://pbs.twimg.com/media/BxEGUhIIIAA9NDM.jpg,False,2477,166,1143,,None,,,,,,,[],,,, +7439,508921339626127360,508921339626127360,1410171277000.0,2014-09-08 10:14:37,+0000,,Excellent explanation of the diff betw getting to orbit vs space (suggested by @MarkusvonRoder) https://t.co/7PD42mkIEz,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/508921339626127360,['https://what-if.xkcd.com/58/'],[],0,,False,741,45,613,,None,,,,,,,[],,,, +7440,508898503251488768,508898503251488768,1410165832000.0,2014-09-08 08:43:52,+0000,,Handing over the first Tesla Model S cars in Japan http://t.co/58fzUJBjVs,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/508898503251488768,[],['https://pbs.twimg.com/media/Bw_4esRCEAEdRuR.jpg'],1,https://pbs.twimg.com/media/Bw_4esRCEAEdRuR.jpg,False,1606,111,825,,None,,,,,,,[],,,, +7441,508632347990687745,508617476804866048,1410102376000.0,2014-09-07 15:06:16,+0000,,@yoshimasa_satoh It was exactly what I was looking for,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/508632347990687745,[],[],0,,False,93,4,82,,None,,,,,,,[],,,, +7442,508622668535304193,508622668535304193,1410100068000.0,2014-09-07 14:27:48,+0000,,Long exposure of AsiaSat 6 transiting to geo orbit over China http://t.co/mPr2Td9kkx,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/508622668535304193,[],['https://pbs.twimg.com/media/Bw79nnBCUAEcUgF.jpg'],1,https://pbs.twimg.com/media/Bw79nnBCUAEcUgF.jpg,False,1920,81,1345,,None,,,,,,,[],,,, +7443,508617476804866048,508617476804866048,1410098830000.0,2014-09-07 14:07:10,+0000,,Noodles in Shinjuku http://t.co/MWztTqByuA,in,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/508617476804866048,[],['https://pbs.twimg.com/media/Bw745ZoCQAA2ACR.jpg'],1,https://pbs.twimg.com/media/Bw745ZoCQAA2ACR.jpg,False,4977,213,4422,,None,,,,,,,[],,,, +7444,508457119037681665,508457119037681665,1410060598000.0,2014-09-07 03:29:58,+0000,,"Launch in ~1.5 hours if weather clears. Lightning tower struck earlier, but no effect on rocket or satellite http://t.co/AWdx9LsFZt",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/508457119037681665,[],['https://pbs.twimg.com/media/Bw5nC3FCUAAwW96.jpg'],1,https://pbs.twimg.com/media/Bw5nC3FCUAAwW96.jpg,False,1462,140,951,,None,,,,,,,[],,,, +7445,506573584890724352,506573584890724352,1409611528000.0,2014-09-01 22:45:28,+0000,,The graph that really matters http://t.co/FF2AQ0hg15 http://t.co/0Xk2arTzvW,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/506573584890724352,['http://slate.me/1pzPSgh'],['https://pbs.twimg.com/media/Bwe1_aiCIAE4bAa.jpg'],1,https://pbs.twimg.com/media/Bwe1_aiCIAE4bAa.jpg,False,1096,186,1198,,None,,,,,,,[],,,, +7446,504013712010018816,503470300575850496,1409001207000.0,2014-08-25 21:13:27,+0000,,@evanwiththebig @TeslaMotors Expansion to Madrid already underway. Map is being updated. All of Spain & Portugal by end of 2015.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/504013712010018816,[],[],0,,False,236,70,264,,None,,,,,,,[],,,, +7447,504013262829391873,504013262829391873,1409001100000.0,2014-08-25 21:11:40,+0000,,Model S limits torque if brake & accel simul pressed. Going to zero torque with brake press would be a safety hazard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/504013262829391873,[],[],0,,False,300,67,113,,None,,,,,,,[],,,, +7448,504010071714840576,503470300575850496,1409000339000.0,2014-08-25 20:58:59,+0000,,@cermak @Tesla_Europe I agree. We are fixing this plan. Updated map coming soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/504010071714840576,[],[],0,,False,197,25,67,,None,,,,,,,[],,,, +7449,504001838413516801,504000716613373954,1408998376000.0,2014-08-25 20:26:16,+0000,,@WillOremus That has been my goal from the beginning. Need the Gigafactory for Model 3.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/504001838413516801,[],[],0,,False,174,27,79,,None,,,,,,,[],,,, +7450,503077090803986432,503077090803986432,1408777899000.0,2014-08-23 07:11:39,+0000,,Ad taken out in Palo Alto Daily by two Model S owners is right. Many of the suggestions will be implemented soon. http://t.co/cF43PvJDgQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/503077090803986432,[],['https://pbs.twimg.com/media/BvtJ8qZCEAAGVsG.jpg'],1,https://pbs.twimg.com/media/BvtJ8qZCEAAGVsG.jpg,False,2702,343,1449,,None,,,,,,,[],,,, +7451,502974683864518657,502974683864518657,1408753484000.0,2014-08-23 00:24:44,+0000,,Three engine F9R Dev1 vehicle auto-terminated during test flight. No injuries or near injuries. Rockets are tricky …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/502974683864518657,[],[],0,,False,1112,250,1025,,None,,,,,,,[],,,, +7452,501777115860066304,501777115860066304,1408467961000.0,2014-08-19 17:06:01,+0000,,Wikception http://t.co/fd8r4JI2Tx,da,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/501777115860066304,['http://en.m.wikipedia.org/wiki/List_of_lists_of_lists'],[],0,,False,875,113,942,,None,,,,,,,[],,,, +7453,500378028141076483,500375541493411840,1408134393000.0,2014-08-15 20:26:33,+0000,,@awadsayeed Yes. Technically Model 3 or maybe three horizontal bars. Won't be three vertical bars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500378028141076483,[],[],0,,False,78,14,26,,None,,,,,,,[],,,, +7454,500376654040948737,500341005262913536,1408134065000.0,2014-08-15 20:21:05,+0000,,"@BillGates @RyanSeacrest @TEDchris Am a bit under the weather, but will do it!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500376654040948737,[],[],0,,False,772,57,329,,None,,,,,,,[],,,, +7455,500375541493411840,500375541493411840,1408133800000.0,2014-08-15 20:16:40,+0000,,"Model S drivetrain warranty increased to infinite miles, applies retroactively ... http://t.co/0Gwukwj6qT",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500375541493411840,['http://teslamotors.com/blog/infinite-mile-warranty'],[],0,,False,1453,302,1802,,None,,,,,,,[],,,, +7456,496700455045840896,496700455045840896,1407257591000.0,2014-08-05 16:53:11,+0000,,Long exposure of the Falcon 9 predawn launch from Cape Canaveral http://t.co/jQHxIEhuJb,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/496700455045840896,[],['https://pbs.twimg.com/media/BuSibXHCEAEXx5A.jpg'],1,https://pbs.twimg.com/media/BuSibXHCEAEXx5A.jpg,False,2787,155,2209,,None,,,,,,,[],,,, +7457,496673908129804288,496673908129804288,1407251262000.0,2014-08-05 15:07:42,+0000,,"High velocity reentry (2700 lbs/sqft) appeared to succeed, but, as expected, not enough propellant to land for this and the next mission.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/496673908129804288,[],[],0,,False,390,61,177,,None,,,,,,,[],,,, +7458,496673142656749568,496673142656749568,1407251079000.0,2014-08-05 15:04:39,+0000,,Falcon 9 flight 11 to geosynchronous transfer orbit completed on target this morning http://t.co/UoJMNOHTUR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/496673142656749568,[],['https://pbs.twimg.com/media/BuSJllfCYAEtqHx.jpg'],1,https://pbs.twimg.com/media/BuSJllfCYAEtqHx.jpg,False,911,53,512,,None,,,,,,,[],,,, +7459,496451029509373952,496444502845173760,1407198123000.0,2014-08-05 00:22:03,+0000,,Love EFF “@arstechnica: EFF inaugurates “Stupid Patent of the Month” http://t.co/3AlePablJ9 by @joemullin”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/496451029509373952,['http://ars.to/1s6fYIG'],[],0,,False,325,37,358,,None,,,,,,,[],,,, +7460,496012177103663104,496012177103663104,1407093493000.0,2014-08-03 19:18:13,+0000,,"Hope we're not just the biological boot loader for digital superintelligence. Unfortunately, that is increasingly probable",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/496012177103663104,[],[],0,,False,3799,645,4459,,None,,,,,,,[],,,, +7461,496010572333580289,496010572333580289,1407093110000.0,2014-08-03 19:11:50,+0000,,"While on the subject of AI risk, Our Final Invention by @jrbarrat is also worth reading",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/496010572333580289,[],[],0,,False,509,103,158,,None,,,,,,,[],,,, +7462,495771005634482176,495759307346952192,1407035993000.0,2014-08-03 03:19:53,+0000,,"@drwave @itsDanielSuarez Yeah, Daemon is a great read",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/495771005634482176,[],[],0,,False,61,12,7,,None,,,,,,,[],,,, +7463,495760430870978561,495759307346952192,1407033472000.0,2014-08-03 02:37:52,+0000,,@IrrelevantGamer @masseffect Mass Effect 2 is one of the best games ever. Also love Saints Row IV.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/495760430870978561,[],[],0,,False,524,38,201,,None,,,,,,,[],,,, +7464,495759307346952192,495759307346952192,1407033204000.0,2014-08-03 02:33:24,+0000,,Worth reading Superintelligence by Bostrom. We need to be super careful with AI. Potentially more dangerous than nukes.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/495759307346952192,[],[],0,,False,3018,499,2474,,None,,,,,,,[],,,, +7465,495739993600450560,495739993600450560,1407028599000.0,2014-08-03 01:16:39,+0000,,Guardians of the Galaxy is great. Best line is when Star-Lord says his spaceship looks like a Jackson Pollock painting under black light.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/495739993600450560,[],[],0,,False,1853,100,945,,None,,,,,,,[],,,, +7466,493084094532956160,493084094532956160,1406395383000.0,2014-07-26 17:23:03,+0000,,On annual camping trip w kids. Trying a place just south of Carmel in California this year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/493084094532956160,[],[],0,,False,566,167,108,,None,,,,,,,[],,,, +7467,491796248148455425,491663163859820544,1406088337000.0,2014-07-23 04:05:37,+0000,,“@SpaceX: Soft water landing of Falcon 9 rocket booster. http://t.co/VxBqBZhHmO Full update: http://t.co/nH8UqOmN9h”,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/491796248148455425,"['http://youtu.be/CQnR5fhCXkQ', 'http://www.spacex.com/news/2014/07/22/spacex-soft-lands-falcon-9-rocket-first-stage']",[],0,,False,538,77,477,,None,,,,,,,[],,,, +7468,490325897820381185,488719729599578112,1405737778000.0,2014-07-19 02:42:58,+0000,,"Looks like body slam, maybe from a self-generated wave",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/490325897820381185,[],[],0,,False,248,95,135,,None,,,,,,,[],,,, +7469,488719729599578112,488719729599578112,1405354838000.0,2014-07-14 16:20:38,+0000,,Detailed review of rocket telemetry needed to tell if due to initial splashdown or subsequent tip over and body slam,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488719729599578112,[],[],0,,False,380,103,283,,None,,,,,,,[],,,, +7470,488718649515986944,488718649515986944,1405354580000.0,2014-07-14 16:16:20,+0000,,"Rocket booster reentry, landing burn & leg deploy were good, but lost hull integrity right after splashdown (aka kaboom)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488718649515986944,[],[],0,,False,709,117,797,,None,,,,,,,[],,,, +7471,488717037674311682,488717037674311682,1405354196000.0,2014-07-14 16:09:56,+0000,,Flight 10 of Falcon 9 was good. All six ORBCOMM satellites deployed on target.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488717037674311682,[],[],0,,False,706,85,466,,None,,,,,,,[],,,, +7472,487286689300086784,487279300895191041,1405013174000.0,2014-07-10 17:26:14,+0000,,@leroytwin @Tesla_Canada A lot of Canadian Superchargers are in work and will start going live in the next month or so,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/487286689300086784,[],[],0,,False,76,21,46,,None,,,,,,,[],,,, +7473,487279300895191041,487279300895191041,1405011413000.0,2014-07-10 16:56:53,+0000,,Tesla Superchargers delivered over 1GWh last month. Long distance driving growing exponentially http://t.co/vixkd5gkKX,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/487279300895191041,['http://www.teslamotors.com/blog/supercharging-milestone'],[],0,,False,683,110,642,,None,,,,,,,[],,,, +7474,483979768203726848,483979768203726848,1404224743000.0,2014-07-01 14:25:43,+0000,,Tesla Model S named top model in perceived quality http://t.co/hOhZMIG78u via @USATODAY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/483979768203726848,['http://usat.ly/1lIT4DE'],[],0,,False,547,68,429,,None,,,,,,,[],,,, +7475,479705782720536577,479705782720536577,1403205745000.0,2014-06-19 19:22:25,+0000,,Test flight of Falcon 9-R with deployable grid fins for better hypersonic thru subsonic control http://t.co/6ZXpvPao2u,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/479705782720536577,['http://m.youtube.com/watch?v=DgLBIdVg3EM&feature=youtu.be'],[],0,,False,740,175,689,,None,,,,,,,[],,,, +7476,478903880793993216,478903880793993216,1403014557000.0,2014-06-17 14:15:57,+0000,,Goal is for unsubsidized solar power to cost less than grid electricity from coal or fracked gas,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/478903880793993216,[],[],0,,False,2009,261,1734,,None,,,,,,,[],,,, +7477,478901093733507072,478901093733507072,1403013892000.0,2014-06-17 14:04:52,+0000,,SolarCity to build the world's largest advanced solar panel factory in upstate New York http://t.co/dI6N9QomaQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/478901093733507072,['http://blog.solarcity.com/silevo/'],[],0,,False,1226,168,1396,,None,,,,,,,[],,,, +7478,478757147459985409,478675928449822720,1402979573000.0,2014-06-17 04:32:53,+0000,,"Edmunds beats Tesla LA-NY record by several hours! “@edmunds: Made it! Our Model S made LA-NY run in 67 hrs and 21 mins""",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/478757147459985409,[],[],0,,False,490,63,323,,None,,,,,,,[],,,, +7479,477223079421046785,477223079421046785,1402613823000.0,2014-06-12 22:57:03,+0000,,"Apparently, lots of confused media inquiries about blog title. Look, we just to make sure they don't set us up the bomb.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/477223079421046785,[],[],0,,False,2703,311,2096,,None,,,,,,,[],,,, +7480,477133748949884929,477133748949884929,1402592525000.0,2014-06-12 17:02:05,+0000,,Regarding Tesla patents http://t.co/gGBWoInh6C,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/477133748949884929,['http://www.teslamotors.com/blog/all-our-patent-are-belong-you'],[],0,,False,3828,1126,6303,,None,,,,,,,[],,,, +7481,476537238785114112,476481698914652160,1402450306000.0,2014-06-11 01:31:46,+0000,,@Ash_Dale I do seriously need a haircut :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/476537238785114112,[],[],0,,False,32,7,4,,None,,,,,,,[],,,, +7482,474212817306787840,474212817306787840,1401896120000.0,2014-06-04 15:35:20,+0000,,"Ok, but the sloths kinda had it coming ""Humans Blamed for Extinction of Mammoths & Giant Sloths"" http://t.co/pIPW8rjjl2",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/474212817306787840,['http://news.yahoo.com/humans-blamed-extinction-mammoths-mastodons-giant-sloths-230217240.html?soc_src=mediacontentsharebuttons'],[],0,,False,352,83,252,,None,,,,,,,[],,,, +7483,472757297685356546,472757297685356546,1401549097000.0,2014-05-31 15:11:37,+0000,,Recording of Dragon V2 unveil at http://t.co/aBIV4EWOS2,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/472757297685356546,['http://www.spacex.com/webcast/'],[],0,,False,528,112,530,,None,,,,,,,[],,,, +7484,471829262215835648,471829262215835648,1401327836000.0,2014-05-29 01:43:56,+0000,,Amazing repair job of Falcon 9 ocean landing vid by @NASASpaceflight forum. Now shows leg deploy http://t.co/EYoaRjEn9Q,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/471829262215835648,['http://www.youtube.com/watch?v=XoufUV5oGTo&sns=em'],[],0,,False,409,40,301,,None,,,,,,,[],,,, +7485,471808555951980544,471808555951980544,1401322900000.0,2014-05-29 00:21:40,+0000,,Model S in drag queen competition @CARandDRIVER http://t.co/SHSkETbbWm,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/471808555951980544,['http://www.teslamotors.com/sites/default/files/blog_attachments/the-slipperiest-car-on-the-road.pdf'],[],0,,False,233,38,190,,None,,,,,,,[],,,, +7486,470613418039586816,470613418039586816,1401037957000.0,2014-05-25 17:12:37,+0000,,Prince Albert & Princess Charlene drove a Tesla around the track to open @F1 Monaco! The honor is much appreciated :) http://t.co/gjQmbm541s,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/470613418039586816,[],['https://pbs.twimg.com/media/Bof0aBOIQAAC8R3.jpg'],1,https://pbs.twimg.com/media/Bof0aBOIQAAC8R3.jpg,False,2098,121,1444,,None,,,,,,,[],,,, +7487,470001882300444674,469986226930741248,1400892156000.0,2014-05-24 00:42:36,+0000,,@QuantumG When we launch I want to know that SpaceX has done everything possible to keep the astronauts safe. Only a few more years to go.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/470001882300444674,[],[],0,,False,85,14,34,,None,,,,,,,[],,,, +7488,469996295151972352,469986226930741248,1400890823000.0,2014-05-24 00:20:23,+0000,,"@QuantumG Dragon V1.1 doesn't have a launch escape system. Probably comparable reliability to Shuttle, but we need to do better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/469996295151972352,[],[],0,,False,21,4,7,,None,,,,,,,[],,,, +7489,469990086738984960,469986226930741248,1400889343000.0,2014-05-23 23:55:43,+0000,,"@RichardGarriott Just the air in Dragon. Technically, if a few humans had stowed aboard Dragon on the last flight, they would've been ok.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469990086738984960,[],[],0,,False,34,9,14,,None,,,,,,,[],,,, +7490,469988081635196928,469986226930741248,1400888865000.0,2014-05-23 23:47:45,+0000,,"@westcoastbill First, the cheese. Then, the mouse.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469988081635196928,[],[],0,,False,38,2,9,,None,,,,,,,[],,,, +7491,469986226930741248,469986226930741248,1400888423000.0,2014-05-23 23:40:23,+0000,,The next Dragon mission to the Space Station will carry our first live mammals: 40 mousetronauts! http://t.co/rR3c6gd1v3,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469986226930741248,['http://www.nasa.gov/mission_pages/station/research/news/rodent_research/'],[],0,,False,797,97,734,,None,,,,,,,[],,,, +7492,469982869218004994,469982869218004994,1400887622000.0,2014-05-23 23:27:02,+0000,,Contracting official's new job raises questions http://t.co/JhRDGa6vYZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469982869218004994,['http://bigstory.ap.org/article/contracting-officers-new-job-raises-questions'],[],0,,False,224,35,196,,None,,,,,,,[],,,, +7493,469644139253215233,469644139253215233,1400806863000.0,2014-05-23 01:01:03,+0000,,"Either way, this case certainly deserves close examination by the DoD Inspector General per @SenJohnMcCain's request http://t.co/IZ4JO2y3JO",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/469644139253215233,['http://www.mccain.senate.gov/public/index.cfm/press-releases?ID=c6782e97-ca58-47c4-991f-4587c8da1e9d'],[],0,,False,419,46,305,,None,,,,,,,[],,,, +7494,469641881010581504,469641881010581504,1400806324000.0,2014-05-23 00:52:04,+0000,,"Reason I believe this is likely is that Correll first tried to work at SpaceX, but we turned him down. Our competitor, it seems, did not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469641881010581504,[],[],0,,False,400,75,361,,None,,,,,,,[],,,, +7495,469640326416982016,469640326416982016,1400805953000.0,2014-05-23 00:45:53,+0000,,V likely AF official Correll was told by ULA/Rocketdyne that a rich VP job was his if he gave them a sole source contract,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469640326416982016,[],[],0,,False,340,51,389,,None,,,,,,,[],,,, +7496,469639079085486080,469639079085486080,1400805656000.0,2014-05-23 00:40:56,+0000,,Air Force official awards $10B+ contract uncompeted & then takes lucrative job w funds recipient http://t.co/SHqFYWd3CR,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469639079085486080,['http://nlpc.org/stories/2014/05/18/space-launch-deal-puts-spotlight-revolving-door'],[],0,,False,587,134,1127,,None,,,,,,,[],,,, +7497,469356919979655168,469356919979655168,1400738384000.0,2014-05-22 05:59:44,+0000,,Great progress by @NASASpaceflight members repairing the Falcon 9 ocean landing video http://t.co/DP4y5W5uvZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/469356919979655168,['http://twitpic.com/e4dm2e'],[],0,,False,493,39,348,,None,,,,,,,[],,,, +7498,466521428914094083,466312864740171776,1400062350000.0,2014-05-14 10:12:30,+0000,,@Oatmeal may all technology in the future follow the zeroth law...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/466521428914094083,[],[],0,,False,476,36,189,,None,,,,,,,[],,,, +7499,466518346574626817,466267316406063104,1400061615000.0,2014-05-14 10:00:15,+0000,,@Oatmeal I would be happy to help,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/466518346574626817,[],[],0,,False,4781,457,2790,,None,,,,,,,[],,,, +7500,465030743962296320,465030743962296320,1399706943000.0,2014-05-10 07:29:03,+0000,,Worth seeing @ChefTheFilm by @Jon_Favreau. Make sure to plan for a meal afterwards!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/465030743962296320,[],[],0,,False,294,42,105,,None,,,,,,,[],,,, +7501,464491775264960512,464491775264960512,1399578443000.0,2014-05-08 19:47:23,+0000,,Trouble in Missouri. Auto dealers trying to sneak in a monopoly creation bill today http://t.co/p6zqtsaYpi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/464491775264960512,['http://www.teslamotors.com/blog/trouble-missouri'],[],0,,False,267,139,532,,None,,,,,,,[],,,, +7502,462104679116050432,462100295896412160,1399009315000.0,2014-05-02 05:41:55,+0000,,@rocketrepreneur ~40%,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/462104679116050432,[],[],0,,False,63,15,12,,None,,,,,,,[],,,, +7503,462100295896412160,462100295896412160,1399008270000.0,2014-05-02 05:24:30,+0000,,"Second flight of Falcon 9-R. 1000m, hover and land (with cows) http://t.co/tixmBH5sw6",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/462100295896412160,['http://m.youtube.com/watch?feature=youtu.be&v=ZwwS4YOTbbw'],[],0,,False,1210,323,1543,,None,,,,,,,[],,,, +7504,461283368693669888,461279062837968897,1398813499000.0,2014-04-29 23:18:19,+0000,,"Cover drops on May 29. Actual flight design hardware of crew Dragon, not a mockup.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/461283368693669888,[],[],0,,False,562,93,429,,None,,,,,,,[],,,, +7505,461279062837968897,461279062837968897,1398812473000.0,2014-04-29 23:01:13,+0000,,Sounds like this might be a good time to unveil the new Dragon Mk 2 spaceship that @SpaceX has been working on w @NASA. No trampoline needed,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/461279062837968897,[],[],0,,False,1695,147,1421,,None,,,,,,,[],,,, +7506,461057260853022720,461055064438628353,1398759591000.0,2014-04-29 08:19:51,+0000,,@micahgtb almost,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461057260853022720,[],[],0,,False,13,0,2,,None,,,,,,,[],,,, +7507,461057152111505408,461055064438628353,1398759565000.0,2014-04-29 08:19:25,+0000,,@constrainedbyc no problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461057152111505408,[],[],0,,False,13,0,2,,None,,,,,,,[],,,, +7508,461055579650129920,461055064438628353,1398759190000.0,2014-04-29 08:13:10,+0000,,@nitroc3ll yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461055579650129920,[],[],0,,False,11,1,2,,None,,,,,,,[],,,, +7509,460975671603634176,460802462589665280,1398740139000.0,2014-04-29 02:55:39,+0000,,@KAlHomoud Superchargers in Canada will go live in 6 to 8 weeks. Update on forums shortly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/460975671603634176,[],[],0,,False,37,6,24,,None,,,,,,,[],,,, +7510,459891514781364224,459891514781364224,1398481656000.0,2014-04-26 03:07:36,+0000,,Letter from @SenJohnMcCain to DoD Inspector General questioning uncompeted space launch contract http://t.co/Bq6raOKSHM,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/459891514781364224,['http://www.mccain.senate.gov/public/index.cfm/press-releases?ID=c6782e97-ca58-47c4-991f-4587c8da1e9d'],[],0,,False,331,62,244,,None,,,,,,,[],,,, +7511,459448693444206592,459448693444206592,1398376079000.0,2014-04-24 21:47:59,+0000,,100th @TeslaMotors Supercharger goes live http://t.co/jgCWF4qxCd,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/459448693444206592,['http://www.teslamotors.com/blog/100-supercharger-stations'],[],0,,False,421,48,332,,None,,,,,,,[],,,, +7512,459443233290866688,459443233290866688,1398374777000.0,2014-04-24 21:26:17,+0000,,FTC blog supports direct car sales as good for consumers http://t.co/FfqvAKVfFF,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/459443233290866688,['http://www.ftc.gov/news-events/blogs/competition-matters/2014/04/who-decides-how-consumers-should-shop'],[],0,,False,312,45,293,,None,,,,,,,[],,,, +7513,457311780943822848,457307742495993856,1397866599000.0,2014-04-19 00:16:39,+0000,,Flight computers continued transmitting for 8 seconds after reaching the water. Stopped when booster went horizontal.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/457311780943822848,[],[],0,,False,613,126,496,,None,,,,,,,[],,,, +7514,457307742495993856,457307742495993856,1397865636000.0,2014-04-19 00:00:36,+0000,,Data upload from tracking plane shows landing in Atlantic was good! Several boats enroute through heavy seas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/457307742495993856,[],[],0,,False,998,173,894,,None,,,,,,,[],,,, +7515,457263446086524930,457259334414503937,1397855075000.0,2014-04-18 21:04:35,+0000,,@MarinaSBlinova Rocket boost stage reaching 0 m/s in one piece :) Will know soon. Odds not high.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/457263446086524930,[],[],0,,False,61,11,33,,None,,,,,,,[],,,, +7516,457259334414503937,457259334414503937,1397854095000.0,2014-04-18 20:48:15,+0000,,"Last known state for rocket boost stage is 360 m/s, Mach 1.1, 8.5 km altitude and roll rate close to zero (v important!)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/457259334414503937,[],[],0,,False,522,79,383,,None,,,,,,,[],,,, +7517,457257359354519552,457257359354519552,1397853624000.0,2014-04-18 20:40:24,+0000,,Orbit insertion and Dragon deploy all good. Falcon reentry burn also good. Waiting for landing data from tracking plane.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/457257359354519552,[],[],0,,False,649,79,478,,None,,,,,,,[],,,, +7518,457235055388020736,457235055388020736,1397848307000.0,2014-04-18 19:11:47,+0000,,Falcon 9-Reusable with (now retired) Grasshopper test rig in background http://t.co/TmYrs5mm79,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/457235055388020736,[],['https://pbs.twimg.com/media/Blhs3D-CUAASuFZ.jpg'],1,https://pbs.twimg.com/media/Blhs3D-CUAASuFZ.jpg,False,554,48,356,,None,,,,,,,[],,,, +7519,457212031062392833,457212031062392833,1397842817000.0,2014-04-18 17:40:17,+0000,,Hexacopter drone vid of 1st F9 rocket booster takeoff & landing w flight design legs http://t.co/FhZX3afK1a,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/457212031062392833,['http://youtu.be/0UjWqQPWmsY'],[],0,,False,776,155,1049,,None,,,,,,,[],,,, +7520,457191844133097472,457188968627310592,1397838004000.0,2014-04-18 16:20:04,+0000,,@erwinEmm Need to make sure precision return from hypersonic velocity works in ocean before transitioning to land,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457191844133097472,[],[],0,,False,33,4,19,,None,,,,,,,[],,,, +7521,457190623640969216,457190623640969216,1397837713000.0,2014-04-18 16:15:13,+0000,,Heavy seas in Atlantic preventing our recovery ship from being on station. Maybe they can help? http://t.co/9zZKAqPh6H,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457190623640969216,['http://theaviationist.com/2014/04/17/russian-tug-off-us/'],[],0,,False,203,44,142,,None,,,,,,,[],,,, +7522,457188968627310592,457188968627310592,1397837318000.0,2014-04-18 16:08:38,+0000,,This is 1st ever orbital rocket launch w landing legs. Will attempt leg deploy & soft landing out to sea.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457188968627310592,[],[],0,,False,556,75,500,,None,,,,,,,[],,,, +7523,457181362307350529,457181362307350529,1397835505000.0,2014-04-18 15:38:25,+0000,,Launch to the Space Station in just under three hours if weather holds http://t.co/aBIV4EWOS2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/457181362307350529,['http://www.spacex.com/webcast/'],[],0,,False,419,74,522,,None,,,,,,,[],,,, +7524,456914811461197824,456914811461197824,1397771954000.0,2014-04-17 21:59:14,+0000,,Honored that @NASA would entrust @SpaceX with the Apollo 11 (first moon landing) launch pad http://t.co/LmqxRwsKFW,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/456914811461197824,['http://www.nasa.gov/press/2014/april/nasa-signs-agreement-with-spacex-for-use-of-historic-launch-pad/#.U1BNuPldVqw'],[],0,,False,918,99,633,,None,,,,,,,[],,,, +7525,453574051487686657,453197377504313345,1396975455000.0,2014-04-08 16:44:15,+0000,,"@elonmusk Also, breakfast at Tesla is self-serve cereal (no distinction for execs) and the person mentioned isn't actually an employee",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/453574051487686657,[],[],0,,False,226,59,83,,None,,,,,,,[],,,, +7526,453571298677907456,453571298677907456,1396974799000.0,2014-04-08 16:33:19,+0000,,"Leasing a Model S takes 5 mins online, no signatures & one tap on car center screen to accept when delivered",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/453571298677907456,[],[],0,,False,766,171,712,,None,,,,,,,[],,,, +7527,453555454187012097,453555454187012097,1396971021000.0,2014-04-08 15:30:21,+0000,,Tesla US business leasing program went live today http://t.co/wCH0GLAEAJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/453555454187012097,['http://teslamotors.com/blog/tesla-business-leasing'],[],0,,False,280,50,250,,None,,,,,,,[],,,, +7528,453206036787523585,453204415458344960,1396887713000.0,2014-04-07 16:21:53,+0000,,"@AKAbrahamson @itsDanielSuarez Yeah, that's worth a read",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/453206036787523585,[],[],0,,False,12,0,4,,None,,,,,,,[],,,, +7529,453204415458344960,453204415458344960,1396887327000.0,2014-04-07 16:15:27,+0000,,What could possibly go wrong? https://t.co/ZhUrllHG95,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/453204415458344960,['https://screen.yahoo.com/wall-street-journal/autonomous-drones-navys-next-weapon-190203507.html'],[],0,,False,355,96,332,,None,,,,,,,[],,,, +7530,453199172389588992,453197245211746304,1396886077000.0,2014-04-07 15:54:37,+0000,,@MarinaSBlinova @MikeJudge @Recode That would definitely help,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453199172389588992,[],[],0,,False,6,0,1,,None,,,,,,,[],,,, +7531,453198648323874816,453197245211746304,1396885952000.0,2014-04-07 15:52:32,+0000,,"@justincooperman @MikeJudge @Recode Yeah, that about sums it up",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453198648323874816,[],[],0,,False,9,1,1,,None,,,,,,,[],,,, +7532,453197377504313345,453197377504313345,1396885649000.0,2014-04-07 15:47:29,+0000,,"Bloomberg article today also has oddly false details. I don't eat breakfast at Tesla and drink coffee, not juice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197377504313345,[],[],0,,False,519,98,285,,None,,,,,,,[],,,, +7533,453197245211746304,453197245211746304,1396885617000.0,2014-04-07 15:46:57,+0000,,"The @MikeJudge show about Silicon Valley missed the mark in some ways, but I didn't hate it, as @Recode reporter claimed",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197245211746304,[],[],0,,False,172,18,103,,None,,,,,,,[],,,, +7534,453197193701507073,453197193701507073,1396885605000.0,2014-04-07 15:46:45,+0000,,Some oddly inaccurate news stories of late ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197193701507073,[],[],0,,False,161,38,62,,None,,,,,,,[],,,, +7535,452535429716135936,452532882628935680,1396727828000.0,2014-04-05 19:57:08,+0000,,@BKuppersmith Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452535429716135936,[],[],0,,False,15,4,1,,None,,,,,,,[],,,, +7536,452535291115352064,432629198662807553,1396727795000.0,2014-04-05 19:56:35,+0000,,"@OlejAndersen Once 5.9 is rolled out to the whole fleet and all looks good, we will roll out 6.0 to owners on our public beta program",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452535291115352064,[],[],0,,False,14,6,2,,None,,,,,,,[],,,, +7537,452534412291211264,432629198662807553,1396727586000.0,2014-04-05 19:53:06,+0000,,"@OlejAndersen Some challenges w 5.9 rollout, as it contains software specially written for car owners in Norway & Belgium",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452534412291211264,[],[],0,,False,14,2,1,,None,,,,,,,[],,,, +7538,452254046024265728,452254046024265728,1396660741000.0,2014-04-05 01:19:01,+0000,,Review of Model S by @BBC_TopGear much appreciated http://t.co/5PmhlfAIVn,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/452254046024265728,['http://www.topgear.com/uk/photos/Maserati-Ghibli-takes-on-Model-S-2014-04-03'],[],0,,False,658,74,460,,None,,,,,,,[],,,, +7539,451094706479308800,451094706479308800,1396384333000.0,2014-04-01 20:32:13,+0000,,Announcing a revolutionary Tesla driving technology http://t.co/8QCmjGpLOR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/451094706479308800,['http://teslamotors.com/blog/pet-driving-cars'],[],0,,False,604,120,652,,None,,,,,,,[],,,, +7540,450692202801688576,450692202801688576,1396288369000.0,2014-03-31 17:52:49,+0000,,Snowed in at Mt. Rushmore @GoParks http://t.co/X6G7CeArPB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/450692202801688576,[],['https://pbs.twimg.com/media/BkEuK6HIEAAPIr_.jpg'],1,https://pbs.twimg.com/media/BkEuK6HIEAAPIr_.jpg,False,472,99,121,,None,,,,,,,[],,,, +7541,450657675978629120,450657675978629120,1396280137000.0,2014-03-31 15:35:37,+0000,,Now having breakfast at ... http://t.co/8tGI3L0iGg,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/450657675978629120,[],['https://pbs.twimg.com/media/BkEOxLWCMAAt9q_.jpg'],1,https://pbs.twimg.com/media/BkEOxLWCMAAt9q_.jpg,False,279,65,61,,None,,,,,,,[],,,, +7542,450651522116767744,450651522116767744,1396278670000.0,2014-03-31 15:11:10,+0000,,Just stayed at the Rocket (yes!) Motel near Mt Rushmore. Sudden blizzard making road trip tricky http://t.co/TRIPC7dKwK,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/450651522116767744,[],['https://pbs.twimg.com/media/BkEJK-0CAAAaL6V.jpg'],1,https://pbs.twimg.com/media/BkEJK-0CAAAaL6V.jpg,False,522,96,139,,None,,,,,,,[],,,, +7543,448466037441179649,448403837242851328,1395757610000.0,2014-03-25 14:26:50,+0000,,@cairnz 80% to 30%,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/448466037441179649,[],[],0,,False,91,11,11,,None,,,,,,,[],,,, +7544,446348496157675522,446310449802670080,1395252748000.0,2014-03-19 18:12:28,+0000,,@FlateFred agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/446348496157675522,[],[],0,,False,26,8,3,,None,,,,,,,[],,,, +7545,445377952402780160,445377952402780160,1395021353000.0,2014-03-17 01:55:53,+0000,,"Russian state TV threatens US with nuclear war, showing missile arc & mushroom cloud images http://t.co/B4ARd2fdb8",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/445377952402780160,['http://news.yahoo.com/state-tv-says-russia-could-turn-us-radioactive-212003397.html'],[],0,,False,362,272,1034,,None,,,,,,,[],,,, +7546,444577717812334592,444577717812334592,1394830562000.0,2014-03-14 20:56:02,+0000,,Regarding Gov. Christie's action to impede direct sales of automobiles in New Jersey http://t.co/v92hjzSKne,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/444577717812334592,['http://www.teslamotors.com/blog/people-new-jersey'],[],0,,False,745,243,1315,,None,,,,,,,[],,,, +7547,444542383099637760,444542383099637760,1394822137000.0,2014-03-14 18:35:37,+0000,,Working on a Model S environmental impact blog this weekend to counteract BS like the @Bloomberg graphite story. Beyond ridiculous...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/444542383099637760,[],[],0,,False,685,169,491,,None,,,,,,,[],,,, +7548,444359579791392769,444357457733632000,1394778554000.0,2014-03-14 06:29:14,+0000,,"@jnags92 Yes, I'm confident that Tesla will do something with them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444359579791392769,[],[],0,,False,59,9,7,,None,,,,,,,[],,,, +7549,444359283736473600,444357457733632000,1394778483000.0,2014-03-14 06:28:03,+0000,,"@TeamAizek Not true. The amount of graphite in our car is small, comes from Japan and is mined in a very clean way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444359283736473600,[],[],0,,False,45,5,17,,None,,,,,,,[],,,, +7550,444358711796985857,444358173881667585,1394778347000.0,2014-03-14 06:25:47,+0000,,"@X4NWO Well, now that Satoshi Nakamoto has been discovered, I guess it is case closed ... :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444358711796985857,[],[],0,,False,212,30,71,,None,,,,,,,[],,,, +7551,444357457733632000,444357457733632000,1394778048000.0,2014-03-14 06:20:48,+0000,,Just discovered a great Tesla ad made by 2 recent college grads. I love it! http://t.co/20dPRD9yrJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444357457733632000,['http://www.youtube.com/watch?v=KKbRAazkiWc'],[],0,,False,1355,191,1362,,None,,,,,,,[],,,, +7552,443406853553152000,443406853553152000,1394551406000.0,2014-03-11 15:23:26,+0000,,New Jersey auto dealers subverting democratic process to try to block Tesla sales http://t.co/PLY97W1oh0,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/443406853553152000,['http://teslamotors.com/blog/defending-innovation-and-consumer-choice-new-jersey'],[],0,,False,465,216,1253,,None,,,,,,,[],,,, +7553,443208657543516160,443194713349181440,1394504153000.0,2014-03-11 02:15:53,+0000,,"Interesting “@om:Physicist proposes a new type of computing at SXSW. Check out orbital computing http://t.co/9tawuy5dMc""",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/443208657543516160,['http://gigaom.com/2014/03/10/physicist-proposes-a-new-type-of-computing-at-sxsw-check-out-orbital-computing/'],[],0,,False,454,32,421,,None,,,,,,,[],,,, +7554,443129698231386112,443127610508185600,1394485327000.0,2014-03-10 21:02:07,+0000,,"@gordon_tindall Yeah, I'm giving a talk for homeless kids at the Union Rescue Mission in LA",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/443129698231386112,[],[],0,,False,33,6,8,,None,,,,,,,[],,,, +7555,441730947835121667,441223153768226816,1394151839000.0,2014-03-07 00:23:59,+0000,,"@TeslaRoadTrip Thanks, I really appreciate your support!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/441730947835121667,[],[],0,,False,39,27,16,,None,,,,,,,[],,,, +7556,441223153768226816,441223153768226816,1394030772000.0,2014-03-05 14:46:12,+0000,,About to testify before Senate against ULA (Lockheed and Boeing) monopoly contract for national security launches,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/441223153768226816,[],[],0,,False,818,179,448,,None,,,,,,,[],,,, +7557,438382707471446016,438382707471446016,1393353556000.0,2014-02-25 18:39:16,+0000,,Model S receives highest customer satisfaction score of any car ever surveyed by Consumer Reports http://t.co/wHF5SUoZJi,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/438382707471446016,['http://www.cnbc.com/id/101444215'],[],0,,False,804,147,964,,None,,,,,,,[],,,, +7558,438378373027360768,438378373027360768,1393352523000.0,2014-02-25 18:22:03,+0000,,All four landing legs now mounted on Falcon 9 http://t.co/5ZNG1NflsG,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/438378373027360768,[],['https://pbs.twimg.com/media/BhVuzreCQAABcUo.jpg'],1,https://pbs.twimg.com/media/BhVuzreCQAABcUo.jpg,False,1012,130,782,,None,,,,,,,[],,,, +7559,437763077753147392,437763077753147392,1393205825000.0,2014-02-24 01:37:05,+0000,,"However, F9 will continue to land in the ocean until we prove precision control from hypersonic thru subsonic regimes",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/437763077753147392,[],[],0,,False,295,79,225,,None,,,,,,,[],,,, +7560,437761896028975104,437761896028975104,1393205543000.0,2014-02-24 01:32:23,+0000,,Mounting landing legs (~60 ft span) to Falcon 9 for next month's Space Station servicing flight http://t.co/zyfazr2BB2,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/437761896028975104,[],['https://pbs.twimg.com/media/BhM-H_4CUAAWcP0.jpg'],1,https://pbs.twimg.com/media/BhM-H_4CUAAWcP0.jpg,False,1084,129,1083,,None,,,,,,,[],,,, +7561,434129460179128320,434129460179128320,1392339503000.0,2014-02-14 00:58:23,+0000,,Welcome back Jade Rabbit! #Yutu http://t.co/5tOmLEJUfG,en,['yutu'],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/434129460179128320,"['http://www.latimes.com/science/sciencenow/la-sci-sn-chinas-lunar-rover-20140213,0,675011.story#axzz2tFffCAfc']",[],0,,False,205,27,159,,None,,,,,,,[],,,, +7562,433086849507004416,433086849507004416,1392090925000.0,2014-02-11 03:55:25,+0000,,Auto dealers trying to pass a law to enforce their monopoly in Ohio & prevent consumer choice... http://t.co/VQdMAZqGwR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/433086849507004416,['http://www.cleveland.com/open/index.ssf/2014/02/auto_dealers_push_legislation.html'],[],0,,False,305,192,617,,None,,,,,,,[],,,, +7563,432629198662807553,432629198662807553,1391981813000.0,2014-02-09 21:36:53,+0000,,"Tesla V6 software upload coming soon. Need to make sure it is ""awesome"" - Lord Business",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/432629198662807553,[],[],0,,False,544,150,351,,None,,,,,,,[],,,, +7564,432395496972238848,432395496972238848,1391926094000.0,2014-02-09 06:08:14,+0000,,"Saw The Lego Movie earlier today. Brilliant writing and humor! Loved the ""Everything is awesome..."" theme song.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/432395496972238848,[],[],0,,False,930,113,584,,None,,,,,,,[],,,, +7565,431848580710555648,431848580710555648,1391795699000.0,2014-02-07 17:54:59,+0000,,"Value is holding up ""Tesla car is worth more used than new | MNN - http://t.co/NLLdo1jBzM""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/431848580710555648,['http://www.mnn.com/green-tech/transportation/blogs/huh-tesla-car-is-worth-more-used-than-new'],[],0,,False,449,86,512,,None,,,,,,,[],,,, +7566,429979489922461696,429979489922461696,1391350073000.0,2014-02-02 14:07:53,+0000,,Tesla LA to NY Supercharger rally just completed in 76 hours across northern route in dead of winter thru heavy snow!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/429979489922461696,[],[],0,,False,1094,220,1194,,None,,,,,,,[],,,, +7567,428789050925785088,428789050925785088,1391066250000.0,2014-01-30 07:17:30,+0000,,Tesla cars are now in all 50 US states (map credit Edmunds)! http://t.co/ehq2Muu5cr,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/428789050925785088,[],['https://pbs.twimg.com/media/BfNdXrOCMAAGdxk.jpg'],1,https://pbs.twimg.com/media/BfNdXrOCMAAGdxk.jpg,False,1172,249,1087,,None,,,,,,,[],,,, +7568,427372940603437056,427372940603437056,1390728623000.0,2014-01-26 09:30:23,+0000,,"Two teams from Tesla aiming to set a cross-country EV speed record this week. Departing Fri from LA, arriving Sun in NY.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427372940603437056,[],[],0,,False,335,97,375,,None,,,,,,,[],,,, +7569,427372102820573184,427372102820573184,1390728424000.0,2014-01-26 09:27:04,+0000,,Will be doing the LA-NY family road trip over Spring Break. Made everyone watch National Lampoon's Vacation as prep.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427372102820573184,[],[],0,,False,694,100,382,,None,,,,,,,[],,,, +7570,427371574451507200,427371574451507200,1390728298000.0,2014-01-26 09:24:58,+0000,,"Tesla Supercharger network now energized from New York to LA, both coast + Texas! Approx 80% of US population covered.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427371574451507200,[],[],0,,False,654,105,859,,None,,,,,,,[],,,, +7571,426454433916940290,426454433916940290,1390509634000.0,2014-01-23 20:40:34,+0000,,Tesla policy is to charge the same price (+ taxes & shipping) everywhere in the world http://t.co/cXOtokcBeG,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/426454433916940290,['http://teslamotors.com/blog/fair-price'],[],0,,False,538,168,543,,None,,,,,,,[],,,, +7572,420353814579802112,420353814579802112,1389055133000.0,2014-01-07 00:38:53,+0000,,Rough cut of Falcon 9 Thaicom flight http://t.co/aC3k4neWie,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/420353814579802112,['http://www.youtube.com/watch?v=-np8yPS8JQQ&feature=youtu.be'],[],0,,False,286,92,291,,None,,,,,,,[],,,, +7573,420330200186880000,420329938294562816,1389049503000.0,2014-01-06 23:05:03,+0000,,@westcoastbill Thanks Bill! Sure is a great start to 2014 :),en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/420330200186880000,[],[],0,,False,14,3,3,,None,,,,,,,[],,,, +7574,420269918005628928,420269918005628928,1389035131000.0,2014-01-06 19:05:31,+0000,,Preparing to launch a Thaicom satellite to geostationary super-sync orbit at 5pm Florida time http://t.co/cEq8TEXeo6,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/420269918005628928,[],['https://pbs.twimg.com/media/BdUZQ4UCEAAb0Vk.png'],1,https://pbs.twimg.com/media/BdUZQ4UCEAAb0Vk.png,False,426,102,392,,None,,,,,,,[],,,, +7575,416314131545739264,416265844633899008,1388091998000.0,2013-12-26 21:06:38,+0000,,"@olajahr @TeslaMotors Ideally, the S should just hold position when it knows that's what you really want",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/416314131545739264,[],[],0,,False,14,31,4,,None,,,,,,,[],,,, +7576,415949158127005698,415904867681460224,1388004981000.0,2013-12-25 20:56:21,+0000,,@bonnienorman @TeslaMotors @TeslaMotorsClub Merry Christmas!,et,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/415949158127005698,[],[],0,,False,12,1,3,,None,,,,,,,[],,,, +7577,414560643983740928,414456595431432192,1387673934000.0,2013-12-22 00:58:54,+0000,,"@simonhackett Yes, definitely needs a huge amount of battery capacity. ~1/3 of energy produced during day must be stored",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/414560643983740928,[],[],0,,False,18,6,11,,None,,,,,,,[],,,, +7578,414456595431432192,414456595431432192,1387649127000.0,2013-12-21 18:05:27,+0000,,This is why I think solar power will be the primary long term solution http://t.co/WNa12OVj5P,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/414456595431432192,['http://www.abb-conversations.com/2013/12/7-impressive-solar-energy-facts-charts/'],[],0,,False,1068,211,1576,,None,,,,,,,[],,,, +7579,414456263087370240,414387939661979649,1387649048000.0,2013-12-21 18:04:08,+0000,,@arcaresenal true,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/414456263087370240,[],[],0,,False,9,0,0,,None,,,,,,,[],,,, +7580,413772104786780160,413772104786780160,1387485931000.0,2013-12-19 20:45:31,+0000,,220 ft tall mobile crane to carry the rocket around in the vertical http://t.co/hgXnpEh8yU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/413772104786780160,[],['https://pbs.twimg.com/media/Bb4DiXTIgAA_Ewq.jpg'],1,https://pbs.twimg.com/media/Bb4DiXTIgAA_Ewq.jpg,False,333,81,213,,None,,,,,,,[],,,, +7581,413751355451265024,413751355451265024,1387480984000.0,2013-12-19 19:23:04,+0000,,SolarCity launches Give Power Foundation http://t.co/Ag63gyLBRP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/413751355451265024,['http://finance.yahoo.com/news/solarcity-launches-power-foundation-tm-180500976.html'],[],0,,False,139,27,145,,None,,,,,,,[],,,, +7582,410447049687961600,410447049687961600,1386693177000.0,2013-12-10 16:32:57,+0000,,Sock monkey of destruction! http://t.co/KqvXWDFmrr,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/410447049687961600,['http://news.yahoo.com/sock-monkey-s-toy-gun-detained-by-tsa-215850875.html'],[],0,,False,127,48,186,,None,,,,,,,[],,,, +7583,408731422136864768,408731422136864768,1386284139000.0,2013-12-05 22:55:39,+0000,,"Rest in peace, Nelson Mandela. A man both good and great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/408731422136864768,[],[],0,,False,671,48,781,,None,,,,,,,[],,,, +7584,408708548009291776,408708548009291776,1386278685000.0,2013-12-05 21:24:45,+0000,,Should mention that the battery cells used for this are 200 Wh/kg vs 250 for Model S. No short term supply constraint.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/408708548009291776,[],[],0,,False,86,49,66,,None,,,,,,,[],,,, +7585,408695108033191936,408695108033191936,1386275481000.0,2013-12-05 20:31:21,+0000,,Solar power w batteries will be the primary (not exclusive) means of sustainable energy production http://t.co/rvXBzQXbsc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/408695108033191936,['http://www.solarcity.com/pressreleases/218/SolarCity-Introduces-Energy-Storage-for-Businesses.aspx'],[],0,,False,290,88,356,,None,,,,,,,[],,,, +7586,408030622708678657,408030622708678657,1386117055000.0,2013-12-04 00:30:55,+0000,,"View of Earth from upper stage rear view camera at 8,000 miles http://t.co/V4tdMUA48X",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/408030622708678657,[],['https://pbs.twimg.com/media/BamdsH0IIAA-W_b.jpg'],1,https://pbs.twimg.com/media/BamdsH0IIAA-W_b.jpg,False,1531,248,1958,,None,,,,,,,[],,,, +7587,408014483551191040,408014483551191040,1386113208000.0,2013-12-03 23:26:48,+0000,,"Restart was good, apogee raised to 80k km (50k miles). Yes!!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/408014483551191040,[],[],0,,False,500,164,321,,None,,,,,,,[],,,, +7588,408008759433502720,408008759433502720,1386111843000.0,2013-12-03 23:04:03,+0000,,"Reached parking orbit. Now coasting towards equator, where the upper stage will, if all goes well, restart to raise apogee",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/408008759433502720,[],[],0,,False,308,73,297,,None,,,,,,,[],,,, +7589,407996645121728513,407996645121728513,1386108955000.0,2013-12-03 22:15:55,+0000,,Live video feed of launch at http://t.co/Oo569cuarz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/407996645121728513,['http://spacex.com/webcast'],[],0,,False,183,108,449,,None,,,,,,,[],,,, +7590,407987488645718016,407987488645718016,1386106771000.0,2013-12-03 21:39:31,+0000,,About an hour away from launch. I'd like to thank @SES_Satellites for taking a chance on @SpaceX. We've given it our all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/407987488645718016,[],[],0,,False,270,90,304,,None,,,,,,,[],,,, +7591,407941040503783424,407940949440856064,1386095697000.0,2013-12-03 18:34:57,+0000,,@toruonu cool :),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/407941040503783424,[],[],0,,False,9,4,1,,None,,,,,,,[],,,, +7592,407910834225295360,407903144383754241,1386088496000.0,2013-12-03 16:34:56,+0000,,@UFrugger10 I agree. Will be restored shortly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/407910834225295360,[],[],0,,False,5,1,2,,None,,,,,,,[],,,, +7593,407718277365121024,407701110053285888,1386042587000.0,2013-12-03 03:49:47,+0000,,"@TierraUniversu It was fixed this weekend, so he should try the test again.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/407718277365121024,[],[],0,,False,8,6,0,,None,,,,,,,[],,,, +7594,407718045151678464,407701110053285888,1386042531000.0,2013-12-03 03:48:51,+0000,,"@TierraUniversu The writer of this article had a problem with his 12V battery, so main pack was constantly charging it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/407718045151678464,[],[],0,,False,8,3,1,,None,,,,,,,[],,,, +7595,407704106544160769,407701110053285888,1386039208000.0,2013-12-03 02:53:28,+0000,,"@TierraUniversu Doesn't sound right. If it is, we certainly need to fix it. Investigating...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/407704106544160769,[],[],0,,False,4,2,0,,None,,,,,,,[],,,, +7596,407636950456078336,407636950456078336,1386023197000.0,2013-12-02 22:26:37,+0000,,"German govt reviews Tesla Model S fires. All due to high speed impacts, no injuries. Concludes: no defects, no recall http://t.co/24iZzOSL3B",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/407636950456078336,['http://www.teslamotors.com/about/press/releases/german-federal-motor-transport-authority-kraftfahrtbundesamt-concludes-review-m'],[],0,,False,448,107,661,,None,,,,,,,[],,,, +7597,407540177289371648,407540177289371648,1386000124000.0,2013-12-02 16:02:04,+0000,,All known rocket anomalies resolved. Will spend another day rechecking to be sure. Launch attempt tmrw eve w Wed as backup.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/407540177289371648,[],[],0,,False,208,55,252,,None,,,,,,,[],,,, +7598,407315762387636224,407315762387636224,1385946619000.0,2013-12-02 01:10:19,+0000,,"The gas generator is a small rocket engine that powers the turbopump, which produces 7000 horsepower & weighs 160 lbs",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/407315762387636224,[],[],0,,False,162,71,134,,None,,,,,,,[],,,, +7599,407313331247398912,407313331247398912,1385946040000.0,2013-12-02 01:00:40,+0000,,Engines are cycling cleanly w ground pneumatics. Replaced gas generator on engine 9 (center) as a precautionary measure.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/407313331247398912,[],[],0,,False,116,34,100,,None,,,,,,,[],,,, +7600,406806983023820800,406806983023820800,1385825317000.0,2013-11-30 15:28:37,+0000,,"Abort was caused by oxygen in ground side TEA-TEB. Upper stage on separate internal circuit, so doesn't face same risk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/406806983023820800,[],[],0,,False,81,45,134,,None,,,,,,,[],,,, +7601,406799700940324864,406799700940324864,1385823581000.0,2013-11-30 14:59:41,+0000,,"Rocket engines are healthy, but cleaning turbopump gas generators will take another day. Aiming for Mon eve launch.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/406799700940324864,[],[],0,,False,212,55,296,,None,,,,,,,[],,,, +7602,406211326282055681,406205904141697024,1385683301000.0,2013-11-29 00:01:41,+0000,,@WilliamShatner Will do. Probably at least a few days. Depends on whether we need to pull the turbopumps.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/406211326282055681,[],[],0,,False,46,29,43,,None,,,,,,,[],,,, +7603,406209289494462464,406209289494462464,1385682816000.0,2013-11-28 23:53:36,+0000,,We called manual abort. Better to be paranoid and wrong. Bringing rocket down to borescope engines ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406209289494462464,[],[],0,,False,316,154,459,,None,,,,,,,[],,,, +7604,406205904141697024,406205904141697024,1385682009000.0,2013-11-28 23:40:09,+0000,,"If launch aborts, we will bring the rocket down for engine inspection, so probably a few days before next attempt",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406205904141697024,[],[],0,,False,123,70,237,,None,,,,,,,[],,,, +7605,406205240040771584,406205240040771584,1385681850000.0,2013-11-28 23:37:30,+0000,,"Increasing helium spin start pressure. Probably <50% chance of passing all aborts, but worth a try. Countdown resuming ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406205240040771584,[],[],0,,False,101,43,169,,None,,,,,,,[],,,, +7606,406194506011525120,406194506011525120,1385679291000.0,2013-11-28 22:54:51,+0000,,Launch aborted by autosequence due to slower than expected thrust ramp. Seems ok on closer inspection. Cycling countdown.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406194506011525120,[],[],0,,False,188,75,420,,None,,,,,,,[],,,, +7607,406187728850944000,406187728850944000,1385677675000.0,2013-11-28 22:27:55,+0000,,Live stream of launch at http://t.co/Oo569cuarz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406187728850944000,['http://spacex.com/webcast'],[],0,,False,144,83,427,,None,,,,,,,[],,,, +7608,406186792409632769,406186792409632769,1385677452000.0,2013-11-28 22:24:12,+0000,,15 mins to liftoff http://t.co/3jDrHRSPQZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406186792409632769,[],['https://pbs.twimg.com/media/BaMQvEqIMAAf86o.jpg'],1,https://pbs.twimg.com/media/BaMQvEqIMAAf86o.jpg,False,491,65,446,,None,,,,,,,[],,,, +7609,405989364322533376,405957164620980225,1385630382000.0,2013-11-28 09:19:42,+0000,,"@lomac92 @WIRED No, almost all fuel/ox is being reserved for SES satellite to give max chance of success",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/405989364322533376,[],[],0,,False,3,7,1,,None,,,,,,,[],,,, +7610,405988869868642304,405988869868642304,1385630264000.0,2013-11-28 09:17:44,+0000,,Model S Owner drives 3121 miles solo from Canada to Mexico http://t.co/8G8l1utgS2,es,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/405988869868642304,['http://www.reddit.com/r/IAmA/comments/1rm0id/i_just_drove_3121_miles_solo_from_mexico_to/'],[],0,,False,267,58,308,,None,,,,,,,[],,,, +7611,405965445628710912,405957164620980225,1385624679000.0,2013-11-28 07:44:39,+0000,,Good description of the launch by @WIRED: http://t.co/QnLhvviEAn,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/405965445628710912,['http://wrd.cm/18pocDF'],[],0,,False,152,33,137,,None,,,,,,,[],,,, +7612,405924331358023680,405918568635580416,1385614876000.0,2013-11-28 05:01:16,+0000,,Don't actually mean to knock Honda -- their cars are solid -- but the park outside (or yr house might burn down) advice was awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/405924331358023680,[],[],0,,False,245,67,202,,None,,,,,,,[],,,, +7613,405922013111676928,405918568635580416,1385614324000.0,2013-11-28 04:52:04,+0000,,"@AdamMKE Model S can seat 5 adults, two kids and has a front trunk for luggage. Might work for you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/405922013111676928,[],[],0,,False,16,6,5,,None,,,,,,,[],,,, +7614,405918568635580416,405918568635580416,1385613503000.0,2013-11-28 04:38:23,+0000,,"...but only if you like your house ""Honda recalls Fit for fire risk, says park it outside http://t.co/tLpZ7HBIdV """,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/405918568635580416,['http://www.usatoday.com/story/money/cars/2013/06/28/honda-fit-fire-risk-recall-power-window/2474023/'],[],0,,False,188,47,245,,None,,,,,,,[],,,, +7615,405134552458620928,405134552458620928,1385426579000.0,2013-11-26 00:42:59,+0000,,"Saw pressure fluctuations on Falcon boost stage liquid oxygen tank. Want to be super careful, so pushing launch to Thurs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/405134552458620928,[],[],0,,False,244,116,295,,None,,,,,,,[],,,, +7616,404755031037317120,404755031037317120,1385336094000.0,2013-11-24 23:34:54,+0000,,At Disney World w kids for traditional prelaunch visit (first good flight was after riding Space Mountain),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/404755031037317120,[],[],0,,False,497,84,134,,None,,,,,,,[],,,, +7617,404073926247972864,404073926247972864,1385173706000.0,2013-11-23 02:28:26,+0000,,Launch can be viewed live from Cape causeways or via http://t.co/soOCggCpN0 webcast around 5:30 local time on Monday,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/404073926247972864,['http://SpaceX.com'],[],0,,False,181,46,209,,None,,,,,,,[],,,, +7618,404067161175379968,404063199227437057,1385172093000.0,2013-11-23 02:01:33,+0000,,@DarkSapiens Easier to make the plane change to equatorial orbit. Done in order to reduce satellite side delta V from 1800 m/s to 1500 m/s.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/404067161175379968,[],[],0,,False,15,10,5,,None,,,,,,,[],,,, +7619,404063199227437057,404063199227437057,1385171148000.0,2013-11-23 01:45:48,+0000,,"Will be toughest mission to date. Requires coast + upper stage restart + going to 80,000 km altitude (~1/4 way to moon).",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/404063199227437057,[],[],0,,False,225,83,237,,None,,,,,,,[],,,, +7620,404059376652005377,404059376652005377,1385170237000.0,2013-11-23 01:30:37,+0000,,Headed to Cape Canaveral tomorrow for first @SpaceX geostationary satellite launch.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/404059376652005377,[],[],0,,False,379,95,328,,None,,,,,,,[],,,, +7621,403602986561073152,403602986561073152,1385061425000.0,2013-11-21 19:17:05,+0000,,Tesla Model S Consumer Reports customer satisfaction survey highest of any car on road at 99/100 http://t.co/PpuS01S2KN,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/403602986561073152,['http://insideevs.com/tesla-model-s-tops-consumer-reports-customer-satisfaction-survey-by-scoring-99-out-of-100-points/'],[],0,,False,418,120,667,,None,,,,,,,[],,,, +7622,402850950500474881,402850950500474881,1384882125000.0,2013-11-19 17:28:45,+0000,,Tesla is also extending the Model S warranty to cover any fire damage even if due solely to a driver accident,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/402850950500474881,[],[],0,,False,541,156,761,,None,,,,,,,[],,,, +7623,402836392566202368,402836392566202368,1384878654000.0,2013-11-19 16:30:54,+0000,,What makes this incredibly unjust is that the Model S to date has the best safety record of any car on the road (no injuries or deaths ever),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/402836392566202368,[],[],0,,False,550,245,674,,None,,,,,,,[],,,, +7624,402811201052090368,402811201052090368,1384872648000.0,2013-11-19 14:50:48,+0000,,"Why does a Tesla fire w no injury get more media headlines than 100,000 gas car fires that kill 100s of people per year?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/402811201052090368,[],[],0,,False,1901,1216,3697,,None,,,,,,,[],,,, +7625,402803732632453121,402803732632453121,1384870868000.0,2013-11-19 14:21:08,+0000,,Mission of Tesla http://t.co/UchbT5NZE3,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/402803732632453121,['http://www.teslamotors.com/blog/mission-tesla'],[],0,,False,434,139,672,,None,,,,,,,[],,,, +7626,400776254082666496,400776254082666496,1384387479000.0,2013-11-14 00:04:39,+0000,,SuperDraco rocket engine fired at full thrust w a printed Inconel chamber. Used for Dragon escape & landing http://t.co/HjWEayLlBN,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/400776254082666496,[],['https://pbs.twimg.com/media/BY_X4TPCUAASsuv.jpg'],1,https://pbs.twimg.com/media/BY_X4TPCUAASsuv.jpg,False,507,88,461,,None,,,,,,,[],,,, +7627,400411503742164992,400411503742164992,1384300516000.0,2013-11-12 23:55:16,+0000,,"In other news, George Clooney reports that his iPhone 1 had a bug back in '07",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/400411503742164992,[],[],0,,False,991,218,983,,None,,,,,,,[],,,, +7628,399347799403151360,399347799403151360,1384046909000.0,2013-11-10 01:28:29,+0000,,Model S owner blogs about TN accident http://t.co/93Fz8WEwOU,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/399347799403151360,['http://www.teslamotors.com/blog/model-s-owner-tennessee'],[],0,,False,367,132,703,,None,,,,,,,[],,,, +7629,396712451305000960,396712451305000960,1383418593000.0,2013-11-02 18:56:33,+0000,,"Thanks Woz! ""@stevewoz: Here to pick up my new car! (at @TeslaMotors w/ 2 others)""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/396712451305000960,[],[],0,,False,421,59,341,,None,,,,,,,[],,,, +7630,395562607462981633,395562607462981633,1383144449000.0,2013-10-30 14:47:29,+0000,,Tesla West Coast Supercharger network now energized. Travel from Vancouver to Tijuana in styel! http://t.co/gTvV9egg3K,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/395562607462981633,['http://www.teslamotors.com/about/press/releases/tesla-energizes-west-coast-supercharger-corridor'],[],0,,False,193,63,419,,None,,,,,,,[],,,, +7631,394220043816296448,394220043816296448,1382824357000.0,2013-10-26 21:52:37,+0000,,Giant dog topiary in Bilbao http://t.co/kHdAMvOEMN,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/394220043816296448,[],['https://pbs.twimg.com/media/BXiNCoXCcAEFPon.jpg'],1,https://pbs.twimg.com/media/BXiNCoXCcAEFPon.jpg,False,658,138,260,,None,,,,,,,[],,,, +7632,389113628416172032,389113628416172032,1381606893000.0,2013-10-12 19:41:33,+0000,,"Rocket flight to 744m, hover & return to launch pad (close shot from hexacopter drone) http://t.co/vyJSUbZo2R",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/389113628416172032,['http://youtu.be/9ZDkItO-0a4'],[],0,,False,871,385,1772,,None,,,,,,,[],,,, +7633,386219821685170176,386219821685170176,1380916955000.0,2013-10-04 20:02:35,+0000,,About the Model S fire ... http://t.co/7LSBaNbnyd,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/386219821685170176,['http://www.teslamotors.com/blog/model-s-fire'],[],0,,False,567,295,1207,,None,,,,,,,[],,,, +7634,384437535348248576,384407846349062144,1380492025000.0,2013-09-29 22:00:25,+0000,,"@DebbieViviers @SpaceX Yes, upper stage venting of liquid oxygen created a fast moving fuzzy white sphere in space over SA",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/384437535348248576,[],[],0,,False,11,13,14,,None,,,,,,,[],,,, +7635,384410742675341312,384410742675341312,1380485637000.0,2013-09-29 20:13:57,+0000,,"Between this flight & Grasshopper tests, I think we now have all the pieces of the puzzle to bring the rocket back home.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/384410742675341312,[],[],0,,False,463,133,612,,None,,,,,,,[],,,, +7636,384407846349062144,384407846349062144,1380484947000.0,2013-09-29 20:02:27,+0000,,"Rocket booster relit twice (supersonic retro & landing), but spun up due to aero torque, so fuel centrifuged & we flamed out",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/384407846349062144,[],[],0,,False,161,116,254,,None,,,,,,,[],,,, +7637,384392608350367744,384392608350367744,1380481314000.0,2013-09-29 19:01:54,+0000,,Launch was good. All satellites deployed at the targeted orbit insertion vectors. http://t.co/SUYMH7W9pH,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/384392608350367744,[],['https://pbs.twimg.com/media/BVWjCmQCIAAyaxN.jpg'],1,https://pbs.twimg.com/media/BVWjCmQCIAAyaxN.jpg,False,827,200,1071,,None,,,,,,,[],,,, +7638,384336908949524480,384336908949524480,1380468034000.0,2013-09-29 15:20:34,+0000,,You can watch the launch at http://t.co/2ZSXeqWKvy http://t.co/u5VEUgRu8g,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/384336908949524480,['http://www.spacex.com/webcast/'],['https://pbs.twimg.com/media/BVVwYdvCIAACkZ6.jpg'],1,https://pbs.twimg.com/media/BVVwYdvCIAACkZ6.jpg,False,417,145,774,,None,,,,,,,[],,,, +7639,384335603849895936,384335603849895936,1380467723000.0,2013-09-29 15:15:23,+0000,,"Looks good for a launch attempt today. Upper winds slightly exceed loads in high subsonic regime, but improving.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/384335603849895936,[],[],0,,False,110,41,142,,None,,,,,,,[],,,, +7640,383418900823547904,383418900823547904,1380249164000.0,2013-09-27 02:32:44,+0000,,Water ice on Mars http://t.co/fPz1OF7EXI,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/383418900823547904,['http://gizmodo.com/nasas-curiosity-rover-just-found-water-in-martian-soil-1403908591'],[],0,,False,267,89,619,,None,,,,,,,[],,,, +7641,383338164028317696,383338164028317696,1380229915000.0,2013-09-26 21:11:55,+0000,,Sensible piece on status of climate change by @BadAstronomer http://t.co/Nxm7PX6cpi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/383338164028317696,['http://www.slate.com/blogs/bad_astronomy/2013/09/26/climate_change_denial_james_delingpole_tells_it_like_it_isn_t.html'],[],0,,False,173,41,229,,None,,,,,,,[],,,, +7642,382901196509294592,382901196509294592,1380125733000.0,2013-09-25 16:15:33,+0000,,"Falcon 9 launch window is Sunday and Monday, assuming good weather at Vandenberg Air Force Base",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/382901196509294592,[],[],0,,False,123,80,275,,None,,,,,,,[],,,, +7643,382900449235308544,382900449235308544,1380125555000.0,2013-09-25 16:12:35,+0000,,Good progress harnessing that big fusion reactor in the sky http://t.co/MZR8sQRE5E,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/382900449235308544,['http://www.businessinsider.com/scientists-create-world-record-solar-cell-2013-9'],[],0,,False,200,45,339,,None,,,,,,,[],,,, +7644,380877211919585280,380877211919585280,1379643178000.0,2013-09-20 02:12:58,+0000,,Good Hyperloop feedback from Ansys. Am excited by how much it can be improved by open src contributions! http://t.co/bD0u3roBd0,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/380877211919585280,['http://nbcnews.com/technology/hyperloop-sounds-crazy-simulation-says-it-just-might-work-4B11202787'],[],0,,False,266,81,451,,None,,,,,,,[],,,, +7645,380866647575126016,380866647575126016,1379640659000.0,2013-09-20 01:30:59,+0000,,Completed rocket static fire with all systems green this time. Launch window opens in 10 days http://t.co/rKVBLIk6yq,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/380866647575126016,['http://www.youtube.com/watch?v=VX4LH0wn9Rs&feature=youtu.be'],[],0,,False,181,59,262,,None,,,,,,,[],,,, +7646,380549727537745920,380549727537745920,1379565099000.0,2013-09-19 04:31:39,+0000,,Falcon 9 at sunset http://t.co/CeXSwqjVHP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/380549727537745920,[],['https://pbs.twimg.com/media/BUf79feCMAAc6h4.jpg'],1,https://pbs.twimg.com/media/BUf79feCMAAc6h4.jpg,False,615,126,569,,None,,,,,,,[],,,, +7647,380500718387359744,380500718387359744,1379553415000.0,2013-09-19 01:16:55,+0000,,Am happy to hear that GM plans to develop an affordable 200 mile range electric car. Right target. Hope others do same.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/380500718387359744,[],[],0,,False,467,152,552,,None,,,,,,,[],,,, +7648,380459687050608640,380459687050608640,1379543632000.0,2013-09-18 22:33:52,+0000,,Approach is 360 deg flush mounted tiny cameras + radar (prob not lidar). Lot of software & hardware level image processing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380459687050608640,[],[],0,,False,120,68,124,,None,,,,,,,[],,,, +7649,380454034659753984,380454034659753984,1379542285000.0,2013-09-18 22:11:25,+0000,,"Engineers interested in working on autonomous driving, pls email autopilot@teslamotors.com. Team will report directly to me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380454034659753984,[],[],0,,False,722,195,1710,,None,,,,,,,[],,,, +7650,380451200782462976,380451200782462976,1379541609000.0,2013-09-18 22:00:09,+0000,,Intense effort underway at Tesla to develop a practical autopilot system for Model S,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380451200782462976,[],[],0,,False,565,194,944,,None,,,,,,,[],,,, +7651,379171375732105218,379171375732105218,1379236475000.0,2013-09-15 09:14:35,+0000,,"Will do another static fire of rocket to make sure all is good & AF needs to test ICBMs, so probable launch Sept 29/30.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/379171375732105218,[],[],0,,False,116,51,131,,None,,,,,,,[],,,, +7652,378398857358352384,378238912281341954,1379052292000.0,2013-09-13 06:04:52,+0000,,"Full thrust achieved on 2 sec static fire. Some anomalies to be investigated, so launch date tbd.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/378398857358352384,[],[],0,,False,59,40,87,,None,,,,,,,[],,,, +7653,377349811604709376,377349811604709376,1378802180000.0,2013-09-10 08:36:20,+0000,,"Upcoming Falcon 9 demo has a lot of new technology, so the probability of failure is significant http://t.co/PfnGeEaaWq",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/377349811604709376,['http://ow.ly/oJ0W1'],[],0,,False,129,101,245,,None,,,,,,,[],,,, +7654,377325202121580544,377325202121580544,1378796313000.0,2013-09-10 06:58:33,+0000,,First of next gen Falcon 9 rockets rolls out to the launch pad at Vandenberg Air Force Base http://t.co/hNl6zKodvr,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/377325202121580544,[],['https://pbs.twimg.com/media/BTyHRaVCIAAc8Zr.jpg'],1,https://pbs.twimg.com/media/BTyHRaVCIAAc8Zr.jpg,False,561,114,710,,None,,,,,,,[],,,, +7655,377317751880044544,376433459452854272,1378794536000.0,2013-09-10 06:28:56,+0000,,MT “@johnnyhotts: @WIRED Correction: Japan's levitating train hit 361 MPH http://t.co/7jrMCf5tBc It will operate at 310”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/377317751880044544,['http://goo.gl/Hkq38h'],[],0,,False,30,21,52,,None,,,,,,,[],,,, +7656,376439054209781761,376439054209781761,1378585039000.0,2013-09-07 20:17:19,+0000,,It is crazy that the proposed California high speed rail only goes 200 mph w avg speed of 130 mph when Japan is 300 mph+,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/376439054209781761,[],[],0,,False,469,274,852,,None,,,,,,,[],,,, +7657,376063728388538368,376063728388538368,1378495554000.0,2013-09-06 19:25:54,+0000,,Video review of Model S vs. Aston Martin Rapide S by @Autocar http://t.co/14cLl20jMP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/376063728388538368,['http://www.autocar.co.uk/car-video/video-tesla-model-s-vs-aston-martin-rapide-s'],[],0,,False,260,112,386,,None,,,,,,,[],,,, +7658,375737311641628672,375737311641628672,1378417730000.0,2013-09-05 21:48:50,+0000,,SpaceX SuperDraco inconel rocket chamber w regen cooling jacket emerges from EOS 3D metal printer http://t.co/Tj284OuAk1,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/375737311641628672,[],['https://pbs.twimg.com/media/BTbjGB3CcAErIwW.jpg'],1,https://pbs.twimg.com/media/BTbjGB3CcAErIwW.jpg,False,633,141,636,,None,,,,,,,[],,,, +7659,375729357366362112,375729357366362112,1378415834000.0,2013-09-05 21:17:14,+0000,,Designing a rocket part w hand gestures & then 3D printing it in a metal superalloy ... http://t.co/h3KoyAb0Lt,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/375729357366362112,['http://www.youtube.com/watch?v=xNqs_S-zEBY&feature=youtu.be'],[],0,,False,1099,395,2243,,None,,,,,,,[],,,, +7660,375156462542000128,375156462542000128,1378279245000.0,2013-09-04 07:20:45,+0000,,Was at Vandenberg today going over the upcoming next gen F9 rocket launch. Some tense days ahead http://t.co/bfXnFt7alm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/375156462542000128,[],['https://pbs.twimg.com/media/BTTS0J5CQAAhQXW.jpg'],1,https://pbs.twimg.com/media/BTTS0J5CQAAhQXW.jpg,False,348,83,236,,None,,,,,,,[],,,, +7661,371098424294133760,371098114964205568,1377311733000.0,2013-08-24 02:35:33,+0000,,@Jon_Favreau Yup. We saw it in the movie and made it real. Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/371098424294133760,[],[],0,,False,321,68,315,,None,,,,,,,[],,,, +7662,371032852101484544,371032852101484544,1377296100000.0,2013-08-23 22:15:00,+0000,,Will post video next week of designing a rocket part with hand gestures & then immediately printing it in titanium,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371032852101484544,[],[],0,,False,1017,438,1749,,None,,,,,,,[],,,, +7663,371030745449369600,371028785476284416,1377295597000.0,2013-08-23 22:06:37,+0000,,"And, uhh no (zillionth person who asked), I am not going to make an IM suit, however design by hand-manipulated hologram is actually useful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371030745449369600,[],[],0,,False,330,114,546,,None,,,,,,,[],,,, +7664,371029699385774083,371028785476284416,1377295348000.0,2013-08-23 22:02:28,+0000,,@brynmooser Reality is the best illusion,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371029699385774083,[],[],0,,False,43,12,31,,None,,,,,,,[],,,, +7665,371028785476284416,371028785476284416,1377295130000.0,2013-08-23 21:58:50,+0000,,We figured out how to design rocket parts just w hand movements through the air (seriously). Now need a high frame rate holograph generator.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/371028785476284416,[],[],0,,False,747,261,1353,,None,,,,,,,[],,,, +7666,369627580166451200,369627580166451200,1376961057000.0,2013-08-20 01:10:57,+0000,,Model S achieves best safety rating of any car ever tested by US govt http://t.co/W1rZ5ceEVX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/369627580166451200,['http://www.teslamotors.com/about/press/releases/tesla-model-s-achieves-best-safety-rating-any-car-ever-tested'],[],0,,False,884,370,2034,,None,,,,,,,[],,,, +7667,368461203317612544,368461203317612544,1376682971000.0,2013-08-16 19:56:11,+0000,,"Same rocket flight, but this time with cows! http://t.co/qhF5JWzyCW",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/368461203317612544,['http://www.youtube.com/watch?v=HXdjxPY2j_0&feature=youtu.be'],[],0,,False,397,194,672,,None,,,,,,,[],,,, +7668,367545423495311360,367545423495311360,1376464632000.0,2013-08-14 07:17:12,+0000,,"Latest rocket test flight: hard lateral deviation, stabilize & hover, rapid descent back to pad http://t.co/Vb7ebiMdNJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/367545423495311360,['http://www.youtube.com/watch?v=2t15vP1PyoA&feature=youtu.be'],[],0,,False,574,275,1146,,None,,,,,,,[],,,, +7669,367028946426019840,367025547852800000,1376341494000.0,2013-08-12 21:04:54,+0000,,"Btw, this is not the very latest version. Will post an updated version with several late arriving corrections in a few hours.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/367028946426019840,[],[],0,,False,165,180,172,,None,,,,,,,[],,,, +7670,367025547852800000,367025547852800000,1376340684000.0,2013-08-12 20:51:24,+0000,,Hyperloop Alpha at http://t.co/ZRTcT2b8bP and http://t.co/7cucKKprPB http://t.co/LYhuRxUntA,nl,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/367025547852800000,"['http://spacex.com/hyperloop', 'http://teslamotors.com/blog/hyperloop']",['https://pbs.twimg.com/media/BRfvyouCYAAWIn0.jpg'],1,https://pbs.twimg.com/media/BRfvyouCYAAWIn0.jpg,False,2443,689,5437,,None,,,,,,,[],,,, +7671,366964441159438337,366964441159438337,1376326115000.0,2013-08-12 16:48:35,+0000,,Pulled all nighter working on Hyperloop (as did others). Hopefully not too many mistakes. Will publish link at 1:30 PDT.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/366964441159438337,[],[],0,,False,1192,343,2365,,None,,,,,,,[],,,, +7672,365141071912640512,365100519741595648,1375891390000.0,2013-08-07 16:03:10,+0000,,Hangout with @richardbranson & me tomorrow at 9am California time http://t.co/0ELMam5wXq,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/365141071912640512,['http://virg.in/UUVZE'],[],0,,False,200,55,205,,None,,,,,,,[],,,, +7673,362836613539176448,362830269708906496,1375341964000.0,2013-08-01 07:26:04,+0000,,“@eirene_inc: “The universe is prob littered w/ the 1-planet graves of cultures which made the sensible economic http://t.co/Bp6592r9bH”,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/362836613539176448,['http://tmblr.co/ZQDhNyr7HKoB'],[],0,,False,272,45,446,,None,,,,,,,[],,,, +7674,361316902804529153,361316902804529153,1374979637000.0,2013-07-28 02:47:17,+0000,,"One of the first Tesla Supercharger stations in Europe is being built in Cinderella, Norway #KatieWoodencloak",en,['katiewoodencloak'],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/361316902804529153,[],[],0,,False,268,152,416,,None,,,,,,,[],,,, +7675,359943337127579649,359750424175185920,1374652153000.0,2013-07-24 07:49:13,+0000,,"Best saying ever “@temochdez: there is a saying in Mexico: ""El miedo no anda en burro"" meaning ""Fear doesn't ride on a donkey""”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/359943337127579649,[],[],0,,False,217,39,315,,None,,,,,,,[],,,, +7676,359750424175185920,359750424175185920,1374606159000.0,2013-07-23 19:02:39,+0000,,"Oh yeah, well Tesla will study a plan to study the GM team that's studying Tesla, so there! http://t.co/Gn41zsaRv8",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/359750424175185920,['http://www.autonews.com/article/20130722/OEM/307229980/tiny-tesla-a-threat-to-gm-akerson-takes-no-chances-assigns-study-team#axzz2ZtetyAIU'],[],0,,False,545,224,824,,None,,,,,,,[],,,, +7677,356818414431506432,356776740409974785,1373907114000.0,2013-07-15 16:51:54,+0000,,@John_Gardi your guess is the closest I've seen anyone guess so far. Pod diameter probably around 2m,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/356818414431506432,[],[],0,,False,37,18,26,,None,,,,,,,[],,,, +7678,356779314043305985,356776740409974785,1373897791000.0,2013-07-15 14:16:31,+0000,,@schadlu I really hate patents unless critical to company survival. Will publish Hyperloop as open source.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356779314043305985,[],[],0,,False,235,38,294,,None,,,,,,,[],,,, +7679,356777845739110400,356767552250195968,1373897441000.0,2013-07-15 14:10:41,+0000,,"@TobiasVdb Yes, it is a purely propulsive landing, but using the huge landing gear A frames as air brakes. Landing prop < 5% of vehicle mass",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356777845739110400,[],[],0,,False,10,4,2,,None,,,,,,,[],,,, +7680,356776740409974785,356776740409974785,1373897178000.0,2013-07-15 14:06:18,+0000,,Will publish Hyperloop alpha design by Aug 12. Critical feedback for improvements would be much appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356776740409974785,[],[],0,,False,1285,526,2534,,None,,,,,,,[],,,, +7681,356771814271234050,356771814271234050,1373896003000.0,2013-07-15 13:46:43,+0000,,Just completed full mission duration firing of next gen Falcon 9 booster. V proud of the boost stage team for overcoming many tough issues.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/356771814271234050,[],[],0,,False,159,47,181,,None,,,,,,,[],,,, +7682,354999620629303296,354997904504655873,1373473479000.0,2013-07-10 16:24:39,+0000,,@BrianDunning @SpaceX New spacesuit almost done. Hoping to unveil by end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/354999620629303296,[],[],0,,False,39,6,29,,None,,,,,,,[],,,, +7683,354986137753890816,354690624051609600,1373470265000.0,2013-07-10 15:31:05,+0000,,So true “@jlgolson: BitTorrent packet goes to a bar and asks for beer. Everyone in the bar who already has a beer gives him a sip.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/354986137753890816,[],[],0,,False,236,42,512,,None,,,,,,,[],,,, +7684,354705218648289281,354690624051609600,1373403288000.0,2013-07-09 20:54:48,+0000,,UDP (yeah you know me) 3X,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/354705218648289281,[],[],0,,False,172,44,84,,None,,,,,,,[],,,, +7685,354690624051609600,354690624051609600,1373399809000.0,2013-07-09 19:56:49,+0000,,"TCP packet walks into a bar & says “I’d like a beer.” Barman replies “You’d like a beer?” “Yes,” replies TCP packet,“I’d like a beer.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/354690624051609600,[],[],0,,False,1270,165,2071,,None,,,,,,,[],,,, +7686,353309492131278848,353309492131278848,1373070521000.0,2013-07-06 00:28:41,+0000,,"Latest vertical landing rocket vid. 325M altitude, hold against wind, land w T/W>1, radar in loop http://t.co/I68Xxpb1EQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/353309492131278848,['http://youtu.be/eGimzB5QM1M'],[],0,,False,667,303,1717,,None,,,,,,,[],,,, +7687,352136446909489153,352136446909489153,1372790845000.0,2013-07-02 18:47:25,+0000,,"Woohoo, Tesla direct sales petition passed the 100k threshold! Thanks a lot to everyone that helped!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/352136446909489153,[],[],0,,False,453,122,571,,None,,,,,,,[],,,, +7688,351262074124505089,351262074124505089,1372582379000.0,2013-06-30 08:52:59,+0000,,"Have been reading about Henry Fielding, who had the most excellent pen name of Captain Hercules Vinegar",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/351262074124505089,[],[],0,,False,84,24,49,,None,,,,,,,[],,,, +7689,351094587105878016,351056745226977280,1372542447000.0,2013-06-29 21:47:27,+0000,,One learns something new every day “@UberFacts: A “Buttload” is an actual measurement of volume - Equal to 126 gallons.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/351094587105878016,[],[],0,,False,259,91,712,,None,,,,,,,[],,,, +7690,350690789925453824,350683252316573698,1372446174000.0,2013-06-28 19:02:54,+0000,,@davidepley Thanks :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/350690789925453824,[],[],0,,False,3,6,0,,None,,,,,,,[],,,, +7691,350690638943109121,350685004151525377,1372446138000.0,2013-06-28 19:02:18,+0000,,"@lougil_ace Taking action. Will be a 7 day grace period for $2500 ext warranty. Neg margin at that price, so must unfortunately raise.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/350690638943109121,[],[],0,,False,5,4,2,,None,,,,,,,[],,,, +7692,350666408985767937,350666408985767937,1372440361000.0,2013-06-28 17:26:01,+0000,,Please support the White House petition to allow direct sales of cars to consumers in all states http://t.co/nHrH69MD3W,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/350666408985767937,['http://wh.gov/llpAp'],[],0,,False,212,108,890,,None,,,,,,,[],,,, +7693,349582778318336001,349548170772094977,1372182003000.0,2013-06-25 17:40:03,+0000,,"@arthurblake Turning recirc off, windows closed and the right film on rear glass usually works. Am asking HVAC engineering to investigate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/349582778318336001,[],[],0,,False,9,3,2,,None,,,,,,,[],,,, +7694,349556671447699456,349548170772094977,1372175779000.0,2013-06-25 15:56:19,+0000,,@arthurblake Tesla service can do coating or can be done by any auto glass coating company. My car is done on side & rear,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/349556671447699456,[],[],0,,False,5,3,1,,None,,,,,,,[],,,, +7695,349556116881022976,349548170772094977,1372175647000.0,2013-06-25 15:54:07,+0000,,"@arthurblake Turn off AC recirc, so that cool air flows out thru rear vents & get IR coating on rear glass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/349556116881022976,[],[],0,,False,4,4,0,,None,,,,,,,[],,,, +7696,349034068849094656,349029927955345408,1372051181000.0,2013-06-24 05:19:41,+0000,,@justinchace will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/349034068849094656,[],[],0,,False,4,3,0,,None,,,,,,,[],,,, +7697,348116700983607296,348112948230774784,1371832463000.0,2013-06-21 16:34:23,+0000,,"@LisaRoutel The NY auto dealers lost in court, so now they are funding a bill in NY legislature to block Tesla",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/348116700983607296,[],[],0,,False,5,2,15,,None,,,,,,,[],,,, +7698,347973928377004032,347973928377004032,1371798424000.0,2013-06-21 07:07:04,+0000,,"Tesla pack swap vid still being edited (multiple camera angles). In meantime, this article contains a vid http://t.co/lyzJy4k8Eu",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/347973928377004032,['http://techcrunch.com/2013/06/20/tesla-shows-off-a-90-second-battery-swap-system-wants-it-at-supercharging-stations-by-years-end/'],[],0,,False,110,77,195,,None,,,,,,,[],,,, +7699,347617421500243968,347617421500243968,1371713426000.0,2013-06-20 07:30:26,+0000,,Tomorrow night: fastest gas pump in LA vs Tesla battery pack swap http://t.co/QgZzggjIkq,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/347617421500243968,[],['https://pbs.twimg.com/media/BNL8M_6CYAAAnGj.jpg'],1,https://pbs.twimg.com/media/BNL8M_6CYAAAnGj.jpg,False,334,109,425,,None,,,,,,,[],,,, +7700,347264432063258624,347264432063258624,1371629267000.0,2013-06-19 08:07:47,+0000,,Partial recall of Model S http://t.co/uDZ1f3RnjV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/347264432063258624,['http://www.teslamotors.com/blog/partial-recall'],[],0,,False,90,130,117,,None,,,,,,,[],,,, +7701,347082201596321794,347082201596321794,1371585819000.0,2013-06-18 20:03:39,+0000,,"Battery pack swap works with all Tesla Model S cars, past and present. It was always there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/347082201596321794,[],[],0,,False,157,88,266,,None,,,,,,,[],,,, +7702,347005150860283905,346895679471357952,1371567449000.0,2013-06-18 14:57:29,+0000,,"@zatulsky Shai actually got the idea from a visit to Tesla. The idea is obvious (many things allow battery swap), but the technology is not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/347005150860283905,[],[],0,,False,21,11,16,,None,,,,,,,[],,,, +7703,346896666055569408,346895679471357952,1371541584000.0,2013-06-18 07:46:24,+0000,,"Video of battery pack swap will be posted to the Tesla website around 9:30pm, so those attending will see this first.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/346896666055569408,[],[],0,,False,72,37,126,,None,,,,,,,[],,,, +7704,346895679471357952,346895679471357952,1371541349000.0,2013-06-18 07:42:29,+0000,,Live pack swap demo on Thurs night at 8pm California time at our design studio in Hawthorne. Seeing is believing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/346895679471357952,[],[],0,,False,117,82,275,,None,,,,,,,[],,,, +7705,344839352578363392,344705055880007680,1371051083000.0,2013-06-12 15:31:23,+0000,,Battery storage of solar power needed for night operation & to buffer grid during day. Beta projects are going well.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/344839352578363392,[],[],0,,False,110,83,130,,None,,,,,,,[],,,, +7706,344705055880007680,344705055880007680,1371019064000.0,2013-06-12 06:37:44,+0000,,"A long way to go before most power generation is solar, but the second derivative bodes well http://t.co/Af1c9xmyjn",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/344705055880007680,['http://mobile.bloomberg.com/news/2013-06-11/u-s-solar-installations-climb-33-led-by-california.html?cmpid=yhoo'],[],0,,False,139,71,181,,None,,,,,,,[],,,, +7707,344015395067408385,344015395067408385,1370854636000.0,2013-06-10 08:57:16,+0000,,1st long duration firing of the new generation Falcon 9 rocket ~1.5 million pounds of vac thrust http://t.co/iGZadNVF7w,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/344015395067408385,['http://youtu.be/CgIghRD4-ao'],[],0,,False,156,65,248,,None,,,,,,,[],,,, +7708,343446166043766784,343443647435534336,1370718921000.0,2013-06-08 19:15:21,+0000,,@mcrsqr True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/343446166043766784,[],[],0,,False,9,3,0,,None,,,,,,,[],,,, +7709,343443647435534336,343443647435534336,1370718321000.0,2013-06-08 19:05:21,+0000,,We need more women in aerospace like Gwynne! http://t.co/bTl7t5nWZx,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/343443647435534336,"['http://www.latimes.com/business/la-fi-himi-spacex-20130609,0,2428179.story']",[],0,,False,183,68,227,,None,,,,,,,[],,,, +7710,342664071042187264,342664071042187264,1370532455000.0,2013-06-06 15:27:35,+0000,,Easier said than done. There is a lot of pressure from investors. It is hard not to feel super bad if u don't make ur qtr.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342664071042187264,[],[],0,,False,77,38,53,,None,,,,,,,[],,,, +7711,342662893461983232,342566837852200960,1370532174000.0,2013-06-06 15:22:54,+0000,,"Mars requires developing complex technology over a decade+, but market cares about next 3 months. Result would be conflicting priorities.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342662893461983232,[],[],0,,False,201,70,221,,None,,,,,,,[],,,, +7712,342660248328347649,342654181414416385,1370531544000.0,2013-06-06 15:12:24,+0000,,@SQMInc I don't have a publicist,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342660248328347649,[],[],0,,False,27,5,11,,None,,,,,,,[],,,, +7713,342566837852200960,342566837852200960,1370509273000.0,2013-06-06 09:01:13,+0000,,No near term plans to IPO @SpaceX. Only possible in very long term when Mars Colonial Transporter is flying regularly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/342566837852200960,[],[],0,,False,495,162,698,,None,,,,,,,[],,,, +7714,342107352041922560,342107352041922560,1370399723000.0,2013-06-05 02:35:23,+0000,,"Forgot to say one thing at Tesla annual shareholders meeting: just as my money was the first in, it will be the last out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/342107352041922560,[],[],0,,False,3868,298,1477,,None,,,,,,,[],,,, +7715,341688528125689858,341688528125689858,1370299868000.0,2013-06-03 22:51:08,+0000,,Love this image of Dragon docked to the Space Station as it orbits through dark side of Earth http://t.co/kygcsEQNhk,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/341688528125689858,[],['https://pbs.twimg.com/media/BL3r5-8CAAMEvqS.jpg'],1,https://pbs.twimg.com/media/BL3r5-8CAAMEvqS.jpg,False,622,105,575,,None,,,,,,,[],,,, +7716,341462587482963968,341405518566395904,1370245999000.0,2013-06-03 07:53:19,+0000,,Vac thrust of 700 tons means avg of 14 tons/floor of structural steel for a 50 story building.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/341462587482963968,[],[],0,,False,39,22,30,,None,,,,,,,[],,,, +7717,341441460215889920,341405518566395904,1370240962000.0,2013-06-03 06:29:22,+0000,,@williamricci6 50% higher. ~1.3 M lbs sea level and ~1.5 M lbs vacuum thrust. Will be 60% higher with some tweaks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/341441460215889920,[],[],0,,False,13,2,4,,None,,,,,,,[],,,, +7718,341405518566395904,341405518566395904,1370232393000.0,2013-06-03 04:06:33,+0000,,"1st firing of Falcon 9-R advanced prototype rocket. Over 1M lbs thrust, enough to lift skyscraper http://t.co/AUCsWTw77E",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/341405518566395904,[],['https://pbs.twimg.com/media/BLzqgqLCEAAPPg-.jpg'],1,https://pbs.twimg.com/media/BLzqgqLCEAAPPg-.jpg,False,732,173,1098,,None,,,,,,,[],,,, +7719,340177739426435073,340177739426435073,1369939667000.0,2013-05-30 18:47:47,+0000,,Huge expansion of Tesla Supercharger network underway. Will cover LA to NY by end of year http://t.co/MFKjBJzklc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/340177739426435073,['http://www.teslamotors.com/supercharger'],[],0,,False,265,174,560,,None,,,,,,,[],,,, +7720,340043575167430656,340043575167430656,1369907680000.0,2013-05-30 09:54:40,+0000,,Bloomberg TV features debate of @AndreaSJames vs some guy picking his nose http://t.co/n5Iu91Wu1r,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/340043575167430656,['http://www.youtube.com/watch?v=GWBE_qZCLvQ'],[],0,,False,85,66,79,,None,,,,,,,[],,,, +7721,338770339637129216,338357776889823232,1369604117000.0,2013-05-26 21:35:17,+0000,,"@RobertGaristo V much agree. Moreover, there is risk of severe non-linearities in feedback loops causing sudden warming.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/338770339637129216,[],[],0,,False,5,6,5,,None,,,,,,,[],,,, +7722,338504412035158016,338504412035158016,1369540715000.0,2013-05-26 03:58:35,+0000,,You Can Fit A Lot Of Kindergartners In A Tesla Model S - Houston Chronicle http://t.co/iOZPxrx3sa,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/338504412035158016,['http://www.chron.com/technology/businessinsider/article/You-Can-Fit-A-Lot-Of-Kindergartners-In-A-Tesla-4547397.php'],[],0,,False,89,52,132,,None,,,,,,,[],,,, +7723,338402827305119744,338402827305119744,1369516495000.0,2013-05-25 21:14:55,+0000,,"Am thinking of doing a movie ""sequel"" of sorts to Thank You for Smoking. That was bad CO2 for indiv, this for the planet",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/338402827305119744,[],[],0,,False,201,104,123,,None,,,,,,,[],,,, +7724,338399341641342976,338399341641342976,1369515664000.0,2013-05-25 21:01:04,+0000,,Worth reading Merchants of Doubt. Same who tried to deny smoking deaths r denying climate change http://t.co/C6H8HrzS8X,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/338399341641342976,['http://en.wikipedia.org/wiki/Merchants_of_Doubt'],[],0,,False,160,49,168,,None,,,,,,,[],,,, +7725,338394028930392064,338394028930392064,1369514398000.0,2013-05-25 20:39:58,+0000,,"Yeah, climate change should really be considered a centrist issue, as it affects everyone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338394028930392064,[],[],0,,False,91,59,147,,None,,,,,,,[],,,, +7726,338390383434276864,338390383434276864,1369513529000.0,2013-05-25 20:25:29,+0000,,"Am not suggesting shutting down CO2 production, but rather to price in environmental cost & shift to sustainable energy",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338390383434276864,[],[],0,,False,83,67,132,,None,,,,,,,[],,,, +7727,338384388091940864,338383504339505152,1369512099000.0,2013-05-25 20:01:39,+0000,,"Even if the answer is only on the order of 1%, we should still take immediate action, as there is only one atmosphere.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338384388091940864,[],[],0,,False,76,46,78,,None,,,,,,,[],,,, +7728,338383967009009664,338383504339505152,1369511999000.0,2013-05-25 19:59:59,+0000,,Right question to ask Dyson or others: what is probability that human actions could cause catastrophic climate change?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/338383967009009664,[],[],0,,False,35,23,51,,None,,,,,,,[],,,, +7729,338383504339505152,338383504339505152,1369511888000.0,2013-05-25 19:58:08,+0000,,What most serious scientists have a problem with is the notion of certainty about *any* subject. That is not the point.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/338383504339505152,[],[],0,,False,48,30,57,,None,,,,,,,[],,,, +7730,338367123455885312,338357776889823232,1369507983000.0,2013-05-25 18:53:03,+0000,,@kn0xvi11ain Very few. Scientific consensus at time of Columbus was world was round http://t.co/V3XIcob4s8,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338367123455885312,['http://www.amazon.com/gp/aw/d/0307278247/ref=redir_mdp_mobile'],[],0,,False,9,6,3,,None,,,,,,,[],,,, +7731,338360832410939392,338360832410939392,1369506483000.0,2013-05-25 18:28:03,+0000,,"Sorry for all the heavy stuff abt climate change, but I really thought world wd take action sooner. No time for subtlety",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338360832410939392,[],[],0,,False,182,174,155,,None,,,,,,,[],,,, +7732,338359304216256512,338357776889823232,1369506119000.0,2013-05-25 18:21:59,+0000,,@1stHubbleFan @keithwarren Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338359304216256512,[],[],0,,False,6,5,2,,None,,,,,,,[],,,, +7733,338357776889823232,338357776889823232,1369505755000.0,2013-05-25 18:15:55,+0000,,"In reality, 97% of scientists agree that we face serious human generated climate change http://t.co/soQCnJB61B",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338357776889823232,['http://skepticalscience.com/97-percent-consensus-cook-et-al-2013.html'],[],0,,False,165,97,483,,None,,,,,,,[],,,, +7734,338356013583441920,338356013583441920,1369505334000.0,2013-05-25 18:08:54,+0000,,"Climate change deniers claim ""scientists disagree"", same rebuttal used by tobacco industry about lung cancer for decades",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338356013583441920,[],[],0,,False,163,75,466,,None,,,,,,,[],,,, +7735,338199136635604992,338199136635604992,1369467932000.0,2013-05-25 07:45:32,+0000,,"Good article on ""Climate Change"" vs ""Global Warming"" referred by @ForrestTanaka http://t.co/D1s4RJ0qus",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/338199136635604992,['http://www.skepticalscience.com/climate-change-global-warming.htm'],[],0,,False,133,34,137,,None,,,,,,,[],,,, +7736,338135523765919745,338135523765919745,1369452765000.0,2013-05-25 03:32:45,+0000,,"Was beat up pretty badly as a kid & left me w jagged septum. Harder to breathe as I got older, so time to fix.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338135523765919745,[],[],0,,False,132,192,68,,None,,,,,,,[],,,, +7737,338129661307531264,338129661307531264,1369451368000.0,2013-05-25 03:09:28,+0000,,"Had a minor operation, so am in bed in meds. Probably shouldn't be tweeting :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338129661307531264,[],[],0,,False,145,223,58,,None,,,,,,,[],,,, +7738,338127750126764032,338127750126764032,1369450912000.0,2013-05-25 03:01:52,+0000,,Sign of a good design is that it feels and is much bigger on inside than looks on outside,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338127750126764032,[],[],0,,False,159,101,158,,None,,,,,,,[],,,, +7739,338123049465421824,338105497578266625,1369449791000.0,2013-05-25 02:43:11,+0000,,@CosmicRami Awesome. We really need to promote that fact in the US. A CO2 tax will not cause economy to grind to a halt!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338123049465421824,[],[],0,,False,15,5,9,,None,,,,,,,[],,,, +7740,338117807910813696,338117807910813696,1369448541000.0,2013-05-25 02:22:21,+0000,,"Would love to do a pickup truck. Something w ultra low cg for sports car handling, dynamic air suspension & mega torque.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338117807910813696,[],[],0,,False,253,238,213,,None,,,,,,,[],,,, +7741,338115331891556352,338115331891556352,1369447951000.0,2013-05-25 02:12:31,+0000,,"Technically, I ""got rich"" from Zip2 & PayPal w zero govt anything, then put 100% of that into SpaceX, Tesla & SolarCity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338115331891556352,[],[],0,,False,344,93,279,,None,,,,,,,[],,,, +7742,338112989578293248,338112989578293248,1369447393000.0,2013-05-25 02:03:13,+0000,,"If consumption is low, then the tax is proportionately low. We should prob not have tax on basic foods & critical meds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338112989578293248,[],[],0,,False,91,54,89,,None,,,,,,,[],,,, +7743,338110772167184385,338105497578266625,1369446864000.0,2013-05-25 01:54:24,+0000,,"@ponder68 Carbon produced by a @SpaceX rocket flight is roughly equal to one 747 flight. No, we should not be exempt.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338110772167184385,[],[],0,,False,13,5,9,,None,,,,,,,[],,,, +7744,338110231005499394,338110231005499394,1369446735000.0,2013-05-25 01:52:15,+0000,,"Net of gas savings, a Tesla is $550 to $600/month with down payment taken care of by tax credits. Maybe less costly then it first seems.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338110231005499394,[],[],0,,False,89,73,123,,None,,,,,,,[],,,, +7745,338108608430632960,338108608430632960,1369446348000.0,2013-05-25 01:45:48,+0000,,"Yes, am arguing against subsidies and in favor of a tax on the end bad created. Market will then achieve best solution.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338108608430632960,[],[],0,,False,67,41,60,,None,,,,,,,[],,,, +7746,338107634668412928,338107634668412928,1369446116000.0,2013-05-25 01:41:56,+0000,,"Trees are net consumers of CO2, so technically we would pay them money :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338107634668412928,[],[],0,,False,80,45,123,,None,,,,,,,[],,,, +7747,338106902946910208,338106902946910208,1369445942000.0,2013-05-25 01:39:02,+0000,,Exactly. Seems crazy to risk the CO2 chemical experiment when we have to find another solution anyway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338106902946910208,[],[],0,,False,164,21,29,,None,,,,,,,[],,,, +7748,338105723139543040,338105723139543040,1369445660000.0,2013-05-25 01:34:20,+0000,,Big difference between taxing people and taxing purchases (ie consumption). Much better to emphasize the latter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338105723139543040,[],[],0,,False,73,55,112,,None,,,,,,,[],,,, +7749,338104612521385984,338099836404527104,1369445395000.0,2013-05-25 01:29:55,+0000,,@MaxMBerger The collective wisdom of the market is usually (not always) better than the smartest govt regulator.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338104612521385984,[],[],0,,False,13,2,10,,None,,,,,,,[],,,, +7750,338103612943241218,338103612943241218,1369445157000.0,2013-05-25 01:25:57,+0000,,"Me & other private money funded Tesla for first 7 years, got IPO+ govt money for 3, now paid back. Yes, carbon tax would be a better way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338103612943241218,[],[],0,,False,95,42,144,,None,,,,,,,[],,,, +7751,338102635930468352,338098445808201728,1369444924000.0,2013-05-25 01:22:04,+0000,,"@grayj_ There should be a constitutional amendment to redo the tax code every ten years, just like we do a census.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338102635930468352,[],[],0,,False,27,4,18,,None,,,,,,,[],,,, +7752,338101143047639042,338101143047639042,1369444568000.0,2013-05-25 01:16:08,+0000,,"Weight of scientific evidence. Taxes don't ban a purchase, they just increase cost. Am against bans, except in extreme cases.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338101143047639042,[],[],0,,False,36,21,32,,None,,,,,,,[],,,, +7753,338099836404527104,338099836404527104,1369444257000.0,2013-05-25 01:10:57,+0000,,"Exactly. Better to tax known bad thing and incent desired outcome, instead of subsidizing particular solution paths. Let market decide.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338099836404527104,[],[],0,,False,81,33,88,,None,,,,,,,[],,,, +7754,338098445808201728,338098445808201728,1369443925000.0,2013-05-25 01:05:25,+0000,,"Perhaps. I am in favor of fair, simple taxes that are neutral on most things, incent good & disincent bad.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338098445808201728,[],[],0,,False,60,28,49,,None,,,,,,,[],,,, +7755,338097360519442432,338097360519442432,1369443666000.0,2013-05-25 01:01:06,+0000,,"Great article on Tesla-dealer battle by Leilani Munter (@CarbonFreeGirl), who lives in NC http://t.co/pvEmE5pEVN",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338097360519442432,['http://www.huffingtonpost.com/mobileweb/leilani-munter/tesla-north-carolina_b_3327721.html?utm_hp_ref=email_share'],[],0,,False,91,29,170,,None,,,,,,,[],,,, +7756,337908857198235649,337789653233041408,1369398724000.0,2013-05-24 12:32:04,+0000,,@VarunG_ Belief in climate change isn't necessary. Even a small probability of a severe outcome justifies a carbon tax.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/337908857198235649,[],[],0,,False,9,10,7,,None,,,,,,,[],,,, +7757,337884269521281026,337789653233041408,1369392862000.0,2013-05-24 10:54:22,+0000,,@karlbrauer Making rockets,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/337884269521281026,[],[],0,,False,69,6,20,,None,,,,,,,[],,,, +7758,337826546104537088,337817778989981696,1369379099000.0,2013-05-24 07:04:59,+0000,,@tonykatz Don't like having a zillion tweets in the log. Makes it tough to wade through if someone wants to read my tweet history.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/337826546104537088,[],[],0,,False,8,4,0,,None,,,,,,,[],,,, +7759,337795753797898240,337789653233041408,1369371758000.0,2013-05-24 05:02:38,+0000,,"@SapientCapital We created electric cars to help solve the problem, not because we thought it was easy money. Still isn't.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/337795753797898240,[],[],0,,False,29,8,9,,None,,,,,,,[],,,, +7760,337791672295501824,337789653233041408,1369370785000.0,2013-05-24 04:46:25,+0000,,"And, since we will run out of oil anyway, why risk the future of all life on Earth simply to delay sustainable energy?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/337791672295501824,[],[],0,,False,288,139,692,,None,,,,,,,[],,,, +7761,337789653233041408,337789653233041408,1369370303000.0,2013-05-24 04:38:23,+0000,,Those who would deny climate change should ask themselves what happens if they are wrong http://t.co/S7fOIrly6B,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/337789653233041408,['http://thehill.com/blogs/e2-wire/e2-wire/301649-tesla-ceo-musk-reframe-climate-argument'],[],0,,False,195,99,452,,None,,,,,,,[],,,, +7762,337594277666377730,337370738686316544,1369323722000.0,2013-05-23 15:42:02,+0000,,"More importantly, @Chrysler failed to pay back $1.3B. Apart those 2 points, you were totally 1st http://t.co/0P2ZLDl67a",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/337594277666377730,['http://www.detroitnews.com/article/20130522/AUTO0101/305220440/1361/Tesla--Chrysler-spar-over-loan-repayment'],[],0,,False,185,72,214,,None,,,,,,,[],,,, +7763,337592840743968768,337370738686316544,1369323380000.0,2013-05-23 15:36:20,+0000,,"As many have already noted, @Chrysler is a division of Fiat, an Italian company. We specifically said first *US* company.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/337592840743968768,[],[],0,,False,144,48,140,,None,,,,,,,[],,,, +7764,337506956875010048,337506956875010048,1369302903000.0,2013-05-23 09:55:03,+0000,,Interview with @BloombergNews about Tesla and DOE loan gets into some of the details http://t.co/xb0JVoPHNC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/337506956875010048,['http://bloom.bg/16PjlJm'],[],0,,False,88,34,99,,None,,,,,,,[],,,, +7765,337323464241319936,337323464241319936,1369259155000.0,2013-05-22 21:45:55,+0000,,Tesla wired the funds to repay the DOE loan today. Only US car company to have fully repaid govt http://t.co/jxHW9YkvPz,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/337323464241319936,['http://www.teslamotors.com/about/press/releases/tesla-repays-department-energy-loan-nine-years-early'],[],0,,False,734,241,1753,,None,,,,,,,[],,,, +7766,336599845643108354,336596441705349120,1369086631000.0,2013-05-20 21:50:31,+0000,,@Gizmoman0 Physics,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/336599845643108354,[],[],0,,False,23,3,2,,None,,,,,,,[],,,, +7767,336598500156518400,336596441705349120,1369086310000.0,2013-05-20 21:45:10,+0000,,@yes_andre I'm a big fan of ultracapacitors. Was going to do my PhD at Stanford on them. But we need a breakthrough in energy density...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/336598500156518400,[],[],0,,False,124,39,26,,None,,,,,,,[],,,, +7768,336164986172882945,336127391460102145,1368982953000.0,2013-05-19 17:02:33,+0000,,@McBartVolgers @SpaceX High pressure helium pneumatic bolts and pistons. No explosives.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/336164986172882945,[],[],0,,False,7,4,2,,None,,,,,,,[],,,, +7769,335935115274354689,335903656287289344,1368928147000.0,2013-05-19 01:49:07,+0000,,"@xyrth Cool, will get one plus another chicken",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/335935115274354689,[],[],0,,False,10,2,2,,None,,,,,,,[],,,, +7770,335904330374860801,335897870358171648,1368920807000.0,2013-05-18 23:46:47,+0000,,@TalulahRiley You're welcome. It did seem like the chicken of destiny xx,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/335904330374860801,[],[],0,,False,10,1,3,,None,,,,,,,[],,,, +7771,335903656287289344,335903656287289344,1368920647000.0,2013-05-18 23:44:07,+0000,,Petting zoo left a chicken behind at the park. Now we have a pet chicken.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/335903656287289344,[],[],0,,False,221,116,105,,None,,,,,,,[],,,, +7772,334595687041875968,334192141997854720,1368608802000.0,2013-05-15 09:06:42,+0000,,@DanaBrunetti Soon Model S will feature druidic dwarves dancing around a miniature stone henge,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/334595687041875968,[],[],0,,False,48,11,24,,None,,,,,,,[],,,, +7773,334405162489769984,334192141997854720,1368563378000.0,2013-05-14 20:29:38,+0000,,"@DanaBrunetti Well, you see, by making it go to 11, that makes it louder than loud :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/334405162489769984,[],[],0,,False,37,10,7,,None,,,,,,,[],,,, +7774,334372943041798144,334372943041798144,1368555696000.0,2013-05-14 18:21:36,+0000,,Supercharger announcement pushed to next week. Something else this week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/334372943041798144,[],[],0,,False,76,122,112,,None,,,,,,,[],,,, +7775,334035602183962624,334033804303945729,1368475268000.0,2013-05-13 20:01:08,+0000,,"@bryanclarke physics + a broad range of engineering. Worth taking humanities courses too, particularly history.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/334035602183962624,[],[],0,,False,21,7,10,,None,,,,,,,[],,,, +7776,334028716260872192,334025141044535296,1368473626000.0,2013-05-13 19:33:46,+0000,,"@vicorly Yes, usually several times more energy over the course of the year than is needed by the Model S",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028716260872192,[],[],0,,False,9,6,1,,None,,,,,,,[],,,, +7777,334028430779744256,334025141044535296,1368473558000.0,2013-05-13 19:32:38,+0000,,@malkosh we do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028430779744256,[],[],0,,False,5,1,0,,None,,,,,,,[],,,, +7778,334028253159378944,334027664388149249,1368473516000.0,2013-05-13 19:31:56,+0000,,"@itsokayyouknow Harder than that, but it is a software vs hardware change",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028253159378944,[],[],0,,False,5,1,1,,None,,,,,,,[],,,, +7779,334025141044535296,334025141044535296,1368472774000.0,2013-05-13 19:19:34,+0000,,"Btw, vast majority of credit for SolarCity should go to Lyndon & Peter Rive & their awesome team. I'm just a small part.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334025141044535296,[],[],0,,False,64,31,50,,None,,,,,,,[],,,, +7780,333414433802043394,333373448355196928,1368327170000.0,2013-05-12 02:52:50,+0000,,@SeanChin @RaimisJ Over the air upgrade coming in a few months to allow tethering (and other things).,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/333414433802043394,[],[],0,,False,9,5,4,,None,,,,,,,[],,,, +7781,333387477412876288,333387477412876288,1368320743000.0,2013-05-12 01:05:43,+0000,,Improving service and honing manufacturing efficiency are the biggest short term challenges. Not sales constrained.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/333387477412876288,[],[],0,,False,100,55,107,,None,,,,,,,[],,,, +7782,333384944388808704,333373448355196928,1368320139000.0,2013-05-12 00:55:39,+0000,,@annabananastand It can do hands free right now. Being able to text people via voice while driving would be a good feature to add...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333384944388808704,[],[],0,,False,4,7,0,,None,,,,,,,[],,,, +7783,333384295882317825,333379563927257089,1368319984000.0,2013-05-12 00:53:04,+0000,,"@enggirl Mostly water or coffee at home. When I'm out, will have Macallan neat or vodka with something.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333384295882317825,[],[],0,,False,10,5,0,,None,,,,,,,[],,,, +7784,333382427647025154,333373448355196928,1368319539000.0,2013-05-12 00:45:39,+0000,,@danielmarshal15 It can dig up almost anything.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333382427647025154,[],[],0,,False,3,1,0,,None,,,,,,,[],,,, +7785,333382233450741760,333373448355196928,1368319493000.0,2013-05-12 00:44:53,+0000,,"@JasonPolstein Yeah, we don't do a good job of telling people about this feature. Requires hardware unfortunately.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333382233450741760,[],[],0,,False,2,4,0,,None,,,,,,,[],,,, +7786,333381955674587137,333373448355196928,1368319426000.0,2013-05-12 00:43:46,+0000,,"@grimmerkimmer @dpinsen Given the extreme burn, shorts are pushing every possible fear, uncertainty & doubt story http://t.co/LWr3GODxBG",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333381955674587137,['http://www.thestreet.com/story/11919380/1/cramer-wont-wait-for-tesla.html'],[],0,,False,3,3,1,,None,,,,,,,[],,,, +7787,333379008005804032,333373448355196928,1368318724000.0,2013-05-12 00:32:04,+0000,,"@RaimisJ Tesla software knits together Google Voice, Slacker, Gracenote & others and streams over 3G (will be LTE later)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333379008005804032,[],[],0,,False,13,2,3,,None,,,,,,,[],,,, +7788,333376615180562432,333373448355196928,1368318153000.0,2013-05-12 00:22:33,+0000,,"@dpinsen People tell me Cory Johnson is a shill for the shorts. Don't know if true, but he sure behaves that way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333376615180562432,[],[],0,,False,7,7,0,,None,,,,,,,[],,,, +7789,333374189161558016,333373448355196928,1368317575000.0,2013-05-12 00:12:55,+0000,,"Would also recommend the Cheese Shop, Spam or Fish License by Monty Python.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333374189161558016,[],[],0,,False,50,39,28,,None,,,,,,,[],,,, +7790,333373448355196928,333373448355196928,1368317398000.0,2013-05-12 00:09:58,+0000,,"Hold down voice button & say ""Play Amish Paradise by Weird Al Yankovic"". Model S can play almost any song via Internet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333373448355196928,[],[],0,,False,235,81,334,,None,,,,,,,[],,,, +7791,332516849080209409,332516435488280577,1368113169000.0,2013-05-09 15:26:09,+0000,,@realbhuwan Don't forget the mystery announcement. Part 5 of the trilogy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/332516849080209409,[],[],0,,False,13,18,8,,None,,,,,,,[],,,, +7792,332516435488280577,332516435488280577,1368113070000.0,2013-05-09 15:24:30,+0000,,There is a way for the Tesla Model S to be recharged throughout the country faster than you could fill a gas tank.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/332516435488280577,[],[],0,,False,288,349,480,,None,,,,,,,[],,,, +7793,332298579781767168,332282461344124931,1368061129000.0,2013-05-09 00:58:49,+0000,,@HowardReiter Totally agree. Tesla will circle back and do something cool for Roadsters next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/332298579781767168,[],[],0,,False,61,8,4,,None,,,,,,,[],,,, +7794,332287909413650433,332286367151296512,1368058585000.0,2013-05-09 00:16:25,+0000,,@mjasandoval Stay tuned,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/332287909413650433,[],[],0,,False,4,3,1,,None,,,,,,,[],,,, +7795,332282461344124931,332282461344124931,1368057286000.0,2013-05-08 23:54:46,+0000,,"Just want to say thanks to customers & investors that took a chance on Tesla through the long, dark night. We wouldn't be here without you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/332282461344124931,[],[],0,,False,1696,262,592,,None,,,,,,,[],,,, +7796,332270252832460800,332239280099446784,1368054376000.0,2013-05-08 23:06:16,+0000,,@westcoastbill Thanks Bill!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/332270252832460800,[],[],0,,False,4,0,1,,None,,,,,,,[],,,, +7797,331797405840338944,331797405840338944,1367941640000.0,2013-05-07 15:47:20,+0000,,"Am a fan of Larry, Sergey & Google in general, but self-driving cars comments to Bloomberg were just off-the-cuff. No big announcement here",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331797405840338944,[],[],0,,False,50,41,75,,None,,,,,,,[],,,, +7798,331796308631367681,331796308631367681,1367941379000.0,2013-05-07 15:42:59,+0000,,"Tesla priority is electrification of cars, so priority is Model S, Model X, then mass market third gen vehicle & truck",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331796308631367681,[],[],0,,False,191,100,245,,None,,,,,,,[],,,, +7799,331795766937018368,331794886368055296,1367941249000.0,2013-05-07 15:40:49,+0000,,@rebel_sal exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331795766937018368,[],[],0,,False,10,1,0,,None,,,,,,,[],,,, +7800,331794886368055296,331794886368055296,1367941040000.0,2013-05-07 15:37:20,+0000,,"Creating an autopilot for cars at Tesla is an important, but not yet top priority. Still a few years from production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331794886368055296,[],[],0,,False,143,73,167,,None,,,,,,,[],,,, +7801,331792738339127296,331787138880401408,1367940527000.0,2013-05-07 15:28:47,+0000,,@DJFrustration Tested it myself this weekend and was working well. Some songs have licensing prohibiting direct request.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331792738339127296,[],[],0,,False,2,1,0,,None,,,,,,,[],,,, +7802,331490556574326785,331490556574326785,1367868482000.0,2013-05-06 19:28:02,+0000,,"Anyone interested in doing ultra hardcore vehicle engineering at Tesla, please apply!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331490556574326785,[],[],0,,False,146,228,316,,None,,,,,,,[],,,, +7803,331489911842689025,331489911842689025,1367868328000.0,2013-05-06 19:25:28,+0000,,Chris Porritt from Aston Martin just joined as head of vehicle engineering at Tesla http://t.co/MNUIWDxoXt,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331489911842689025,['http://ir.teslamotors.com/releasedetail.cfm?ReleaseID=762317'],[],0,,False,100,36,216,,None,,,,,,,[],,,, +7804,331486802462531584,331470318227054594,1367867587000.0,2013-05-06 19:13:07,+0000,,"@bdcs Yup, it is super far. Moon is basically in our back yard relative to Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331486802462531584,[],[],0,,False,4,2,1,,None,,,,,,,[],,,, +7805,331082832187363329,331067130793558016,1367771273000.0,2013-05-05 16:27:53,+0000,,"@nirdthebird Definitely a lot of potential for geothermal, but depends on well depth. Too expensive in most places.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/331082832187363329,[],[],0,,False,4,3,2,,None,,,,,,,[],,,, +7806,330884627927560192,330880080198893568,1367724017000.0,2013-05-05 03:20:17,+0000,,"@DetlefKroeze Yeah, that probably makes sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/330884627927560192,[],[],0,,False,3,0,0,,None,,,,,,,[],,,, +7807,330877283793530880,330869979480207361,1367722266000.0,2013-05-05 02:51:06,+0000,,@DouglasBullard @teslamotors Most people have never heard of Nikola Tesla. That will hopefully change over time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/330877283793530880,[],[],0,,False,94,38,36,,None,,,,,,,[],,,, +7808,330869907640184832,330869144633348096,1367720507000.0,2013-05-05 02:21:47,+0000,,"@flyguynscc @teslamotors yes, that has been the goal from the beginning",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/330869907640184832,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +7809,330708114854793217,330666017053368320,1367681933000.0,2013-05-04 15:38:53,+0000,,"@fink_justin It can definitely strain relationships, but I loved doing my first company with my brother",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/330708114854793217,[],[],0,,False,7,1,2,,None,,,,,,,[],,,, +7810,330707889729712131,330665496041099266,1367681879000.0,2013-05-04 15:37:59,+0000,,@Vangsgutane Norway rocks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/330707889729712131,[],[],0,,False,6,0,4,,None,,,,,,,[],,,, +7811,330572086668046336,330549800443445248,1367649501000.0,2013-05-04 06:38:21,+0000,,"@WehbyJammin Earnings call next week, then Supercharger week after and then... the mystery announcement/demonstration :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/330572086668046336,[],[],0,,False,10,5,7,,None,,,,,,,[],,,, +7812,330571811358117888,330549011494875136,1367649436000.0,2013-05-04 06:37:16,+0000,,@TeslaTrip you're welcome :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/330571811358117888,[],[],0,,False,2,0,2,,None,,,,,,,[],,,, +7813,330425498406633474,330423003454246912,1367614552000.0,2013-05-03 20:55:52,+0000,,@thebradholt we need a compelling video that convinces TX lawmakers to pass the direct sales law just approved by their committee.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330425498406633474,[],[],0,,False,4,9,1,,None,,,,,,,[],,,, +7814,330424811035705344,330420284685438976,1367614388000.0,2013-05-03 20:53:08,+0000,,@Rocco_TheStreet Guaranteeing the world's best resale value in industry is unprecedented and backed up my other assets. Why isn't that good?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330424811035705344,[],[],0,,False,6,5,1,,None,,,,,,,[],,,, +7815,330423366802632706,330411311525675010,1367614044000.0,2013-05-03 20:47:24,+0000,,"@ChrisCowan_ Chris is great. Took a long time for me to find someone w truly hardcore engineering skills, who fully understood the system.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330423366802632706,[],[],0,,False,5,0,2,,None,,,,,,,[],,,, +7816,330403426003472384,330403426003472384,1367609290000.0,2013-05-03 19:28:10,+0000,,Am getting lots of questions about the big Supercharger announcement. Aiming to do that the week after next.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330403426003472384,[],[],0,,False,63,41,72,,None,,,,,,,[],,,, +7817,330397865337835520,330396427647868929,1367607964000.0,2013-05-03 19:06:04,+0000,,"@stoneymonster Yes, this does put an indirect floor on resale value. Should help all owners.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330397865337835520,[],[],0,,False,2,1,1,,None,,,,,,,[],,,, +7818,330396427647868929,330396427647868929,1367607621000.0,2013-05-03 19:00:21,+0000,,Tesla raises Model S resale value guarantee to highest in auto industry http://t.co/l5LOXtyP33,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330396427647868929,['http://www.teslamotors.com/about/press/releases/tesla-improves-financing-product-best-resale-value-guarantee-and-lower-monthly-'],[],0,,False,62,40,113,,None,,,,,,,[],,,, +7819,330395232564826112,330053450261987328,1367607336000.0,2013-05-03 18:55:36,+0000,,@yatpay Side boosters fall short & center core goes too far + Florida is heavily populated. Landing permission tricky :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330395232564826112,[],[],0,,False,7,4,2,,None,,,,,,,[],,,, +7820,330394570737192960,330017552120033282,1367607178000.0,2013-05-03 18:52:58,+0000,,"@pataneous We can't formally provide a guarantee w/o restating accounting, but I feel confident about the value anyway.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330394570737192960,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +7821,330394051637547010,330053450261987328,1367607054000.0,2013-05-03 18:50:54,+0000,,"@2552nsf Yeah, that is super tricky. Will have to sacrifice a lot of payload to boost back or land on ocean platform.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330394051637547010,[],[],0,,False,3,4,3,,None,,,,,,,[],,,, +7822,330387481616855040,330384351370035200,1367605488000.0,2013-05-03 18:24:48,+0000,,"@rebel_sal Yes, your article (and many others) rightly identified that we made a mistake. New financing is not perfect, but much better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330387481616855040,[],[],0,,False,2,2,1,,None,,,,,,,[],,,, +7823,330364975300358144,330053450261987328,1367600122000.0,2013-05-03 16:55:22,+0000,,"@Alan_Nestos The legs are nested tight against the body of the rocket in flight, so rotate about 120 degrees to deploy",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/330364975300358144,[],[],0,,False,2,2,3,,None,,,,,,,[],,,, +7824,330241115670327296,330239990032396288,1367570592000.0,2013-05-03 08:43:12,+0000,,@darma_setia More likely that pigs will fly over the frozen wastes of Hell. Clarkson doesn't understand technology.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/330241115670327296,[],[],0,,False,27,7,15,,None,,,,,,,[],,,, +7825,330240665483096064,330017552120033282,1367570484000.0,2013-05-03 08:41:24,+0000,,@JSONberland We did a ton of testing until they could handle 4X legally required impact energy. Extremely tough.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/330240665483096064,[],[],0,,False,3,1,1,,None,,,,,,,[],,,, +7826,330054002148515841,330053450261987328,1367525980000.0,2013-05-02 20:19:40,+0000,,@BigBalli High pressure helium. Needs to be ultra light. All 4 legs together (~60 ft span) weigh less than Model S.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/330054002148515841,[],[],0,,False,25,7,10,,None,,,,,,,[],,,, +7827,330053450261987328,330053450261987328,1367525849000.0,2013-05-02 20:17:29,+0000,,"F9R (pronounced F-niner) shows a little leg. Design is a nested, telescoping piston w A frame. http://t.co/H49TSS2CYl",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/330053450261987328,[],['https://pbs.twimg.com/media/BJSV3UQCAAITfKN.jpg'],1,https://pbs.twimg.com/media/BJSV3UQCAAITfKN.jpg,False,205,94,160,,None,,,,,,,[],,,, +7828,330019280206831616,330017552120033282,1367517702000.0,2013-05-02 18:01:42,+0000,,@roulezelectric This is about getting a prior announcement right. Not part 4 yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/330019280206831616,[],[],0,,False,6,4,3,,None,,,,,,,[],,,, +7829,330017552120033282,330017552120033282,1367517290000.0,2013-05-02 17:54:50,+0000,,Time to up the ante (and fix some mistakes). Tesla announcement tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/330017552120033282,[],[],0,,False,103,89,238,,None,,,,,,,[],,,, +7830,329765200590929920,329675294749380608,1367457125000.0,2013-05-02 01:12:05,+0000,,"@astrostephenson We're aiming for late 2015, but NASA needs to have overlapping capability to be safe. Would do the same",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/329765200590929920,[],[],0,,False,6,1,3,,None,,,,,,,[],,,, +7831,329764204716380160,329741175898640384,1367456887000.0,2013-05-02 01:08:07,+0000,,@MelissaMontoyaO Anne's role is launch site engineering. Don't think she has anything against media -- just not her role.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/329764204716380160,[],[],0,,False,3,2,0,,None,,,,,,,[],,,, +7832,329652668547072001,329643547210944513,1367430295000.0,2013-05-01 17:44:55,+0000,,@realbhuwan @teslamotors Cool :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/329652668547072001,[],[],0,,False,5,1,1,,None,,,,,,,[],,,, +7833,329642240353894401,329635272583176192,1367427809000.0,2013-05-01 17:03:29,+0000,,@rebel_sal Just read it. Good piece.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/329642240353894401,[],[],0,,False,6,1,0,,None,,,,,,,[],,,, +7834,329635321824309248,329634717827747843,1367426159000.0,2013-05-01 16:35:59,+0000,,@RealTomLangel Maybe a v long time from now. Paying div is a sign that a company cannot find good ways to spend money.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329635321824309248,[],[],0,,False,6,2,1,,None,,,,,,,[],,,, +7835,329634523744718848,329619173846171651,1367425969000.0,2013-05-01 16:32:49,+0000,,"@wfww Our software is requesting the right song, but Slacker has a bug in their code. Supposed to be fixed by tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329634523744718848,[],[],0,,False,4,3,1,,None,,,,,,,[],,,, +7836,329633910898167808,329562997548793856,1367425823000.0,2013-05-01 16:30:23,+0000,,@eirene_inc @sciam Interesting piece,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329633910898167808,[],[],0,,False,3,1,0,,None,,,,,,,[],,,, +7837,329339716933664770,329339716933664770,1367355682000.0,2013-04-30 21:01:22,+0000,,Auto Dealer Sterling McCall makes the case for Tesla direct sales in Texas http://t.co/JcHETe0d2l,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/329339716933664770,['http://www.chron.com/opinion/outlook/article/Let-s-drive-business-in-Texas-forward-4473447.php'],[],0,,False,40,18,65,,None,,,,,,,[],,,, +7838,329026923932033025,329026923932033025,1367281106000.0,2013-04-30 00:18:26,+0000,,Congrats to @VirginGalactic and @RichardBranson on supersonic test flight!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/329026923932033025,[],[],0,,False,173,25,294,,None,,,,,,,[],,,, +7839,328386732934430720,328386732934430720,1367128473000.0,2013-04-28 05:54:33,+0000,,First test of the Falcon 9-R (reusable) ignition system. Not long now before the hold down fire http://t.co/5r5nJWaNrI,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/328386732934430720,[],['https://pbs.twimg.com/media/BI6p_mXCAAEwKq6.jpg'],1,https://pbs.twimg.com/media/BI6p_mXCAAEwKq6.jpg,False,337,88,427,,None,,,,,,,[],,,, +7840,327594252211200000,327581918222749696,1366939530000.0,2013-04-26 01:25:30,+0000,,"@tcmeggs Am for good public transit in LA, but the pace of that construction makes the 405 look fast.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/327594252211200000,[],[],0,,False,5,3,1,,None,,,,,,,[],,,, +7841,327593152133361665,327583120738099200,1366939268000.0,2013-04-26 01:21:08,+0000,,@tcmeggs This argument is a bit silly. A city will not grow to infinite size just because there isn't traffic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/327593152133361665,[],[],0,,False,6,2,0,,None,,,,,,,[],,,, +7842,327493831283056640,327450627397537792,1366915588000.0,2013-04-25 18:46:28,+0000,,"@NycomWireless @TeslaMotors Cool, thanks for buying our car!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/327493831283056640,[],[],0,,False,6,2,2,,None,,,,,,,[],,,, +7843,327493652274372608,327450627397537792,1366915545000.0,2013-04-25 18:45:45,+0000,,"@Tapp697 Thanks, important clarification. Tesla announcements are always about making product experience better. Market follows eventually.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/327493652274372608,[],[],0,,False,9,3,1,,None,,,,,,,[],,,, +7844,327450627397537792,327450627397537792,1366905287000.0,2013-04-25 15:54:47,+0000,,Announcement of new @TeslaMotors strategy tomorrow. Tesla owners will like this.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327450627397537792,[],[],0,,False,116,98,262,,None,,,,,,,[],,,, +7845,327448476604583936,327447495196147712,1366904775000.0,2013-04-25 15:46:15,+0000,,@wheelseditor Cool. Just read and watched!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327448476604583936,[],[],0,,False,6,4,1,,None,,,,,,,[],,,, +7846,327446760219889665,327446760219889665,1366904365000.0,2013-04-25 15:39:25,+0000,,Seems to be some stormy weather over in Shortville these days,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327446760219889665,[],[],0,,False,300,48,171,,None,,,,,,,[],,,, +7847,326902082504384512,326881319881699329,1366774505000.0,2013-04-24 03:35:05,+0000,,@Rocketrichardp @ct_la Exactly. DMV Comm overruled good recommendation of Hearing Officer.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/326902082504384512,[],[],0,,False,4,3,2,,None,,,,,,,[],,,, +7848,326882270982057984,326828343100076034,1366769781000.0,2013-04-24 02:16:21,+0000,,@Trekker56 @TeslaMotors Please contact DMV Commissioner and Governor. This is not good for the people of Virginia.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/326882270982057984,[],[],0,,False,6,1,3,,None,,,,,,,[],,,, +7849,326828343100076034,326828343100076034,1366756923000.0,2013-04-23 22:42:03,+0000,,"Not all good news. Virginia DMV Commissioner just denied Tesla a dealer license, despite Hearing Officer being in favor.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/326828343100076034,[],[],0,,False,23,118,93,,None,,,,,,,[],,,, +7850,326725362123935745,326500735233712129,1366732371000.0,2013-04-23 15:52:51,+0000,,@In_Sight_Full @juliewestfall we have great neighbors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/326725362123935745,[],[],0,,False,6,2,1,,None,,,,,,,[],,,, +7851,326615354040283136,326500735233712129,1366706143000.0,2013-04-23 08:35:43,+0000,,@TheMilns Try this: http://t.co/UVhBE2uMli,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/326615354040283136,['http://m.youtube.com/#/watch?feature=youtu.be&v=se7_JpbtPwA&desktop_uri=%2Fwatch%3Fv%3Dse7_JpbtPwA%26feature%3Dyoutu.be'],[],0,,False,3,2,4,,None,,,,,,,[],,,, +7852,326532755028602880,326532755028602880,1366686450000.0,2013-04-23 03:07:30,+0000,,Wringing water out of a towel in zero g is way trippy http://t.co/UFLI0MM6Kv via @youtube,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/326532755028602880,['http://www.youtube.com/watch?v=o8TssbmY-GM&sns=tw'],[],0,,False,211,60,451,,None,,,,,,,[],,,, +7853,326520007741808640,326500735233712129,1366683410000.0,2013-04-23 02:16:50,+0000,,@clprenz evolving,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/326520007741808640,[],[],0,,False,3,1,1,,None,,,,,,,[],,,, +7854,326519925386661889,326500735233712129,1366683391000.0,2013-04-23 02:16:31,+0000,,@kirkburgess yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/326519925386661889,[],[],0,,False,9,1,1,,None,,,,,,,[],,,, +7855,326509932797116416,326413387426828288,1366681008000.0,2013-04-23 01:36:48,+0000,,@justinchace Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/326509932797116416,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +7856,326500735233712129,326500735233712129,1366678816000.0,2013-04-23 01:00:16,+0000,,"Grasshopper rocket flies up 250m, holds against wind and lands. Vid taken from our hexacopter http://t.co/LXmMCYDD0e",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/326500735233712129,['http://www.youtube.com/watch?v=NoxiK7K28PU&feature=youtu.be'],[],0,,False,434,232,1165,,None,,,,,,,[],,,, +7857,326155183623118849,326152475205857281,1366596430000.0,2013-04-22 02:07:10,+0000,,@dbhyslop Will post a video of the latest Grasshopper flight tomorrow (taken from the camera on our new hexacopter).,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/326155183623118849,[],[],0,,False,7,6,15,,None,,,,,,,[],,,, +7858,326152872708419585,326152475205857281,1366595879000.0,2013-04-22 01:57:59,+0000,,Now with actual picture :) http://t.co/G6PCiAJmtx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/326152872708419585,[],['https://pbs.twimg.com/media/BIa6T0jCMAArRrA.jpg'],1,https://pbs.twimg.com/media/BIa6T0jCMAArRrA.jpg,False,653,106,507,,None,,,,,,,[],,,, +7859,326152475205857281,326152475205857281,1366595784000.0,2013-04-22 01:56:24,+0000,,Cool picture of Io crossing Jupiter sent to me by @shervin. Would be amazing to visit in person one day.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/326152475205857281,[],[],0,,False,54,31,78,,None,,,,,,,[],,,, +7860,326118739483451392,326096504450334720,1366587741000.0,2013-04-21 23:42:21,+0000,,Congratulations to @OrbitalSciences! “@CNETNews: Orbital's Antares rocket makes successful test flight http://t.co/y7bwdDMGCi”,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/326118739483451392,['http://cnet.co/17QCmKa'],[],0,,False,69,12,124,,None,,,,,,,[],,,, +7861,325011704582901760,324990048523141120,1366323803000.0,2013-04-18 22:23:23,+0000,,@eirene_inc @archforhumanity @AFHDisasterTeam We have a lot of heavy lifting equipment. Will ask my team to send it over.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/325011704582901760,[],[],0,,False,15,6,11,,None,,,,,,,[],,,, +7862,324990048523141120,324990048523141120,1366318640000.0,2013-04-18 20:57:20,+0000,,"Heart goes out to people of central Texas, home of SpaceX TX. All resources at disposal to help in any way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/324990048523141120,[],[],0,,False,134,15,167,,None,,,,,,,[],,,, +7863,324575593796612096,324575593796612096,1366219826000.0,2013-04-17 17:30:26,+0000,,A @WhiteHouse petition to allow direct sales of cars by manufacturers: https://t.co/7h6m89mQmh Please vote here too!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/324575593796612096,['https://petitions.whitehouse.gov/petition/overturn-franchise-laws-limit-auto-manufacturers-selling-their-vehicles-directly-consumers/rlShbLzr'],[],0,,False,99,54,318,,None,,,,,,,[],,,, +7864,324388037117214720,324388037117214720,1366175109000.0,2013-04-17 05:05:09,+0000,,"If you live in Texas and are pro Tesla, please vote in the @MyABJ opinion poll! http://t.co/ozPdw6UzUo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/324388037117214720,['http://www.bizjournals.com/austin/poll/results/11461812'],[],0,,False,41,45,170,,None,,,,,,,[],,,, +7865,322906572814696448,322906572814696448,1365821900000.0,2013-04-13 02:58:20,+0000,,"Interesting... ""Putin unveils $50B drive for Russian space supremacy http://t.co/aK1vYGlYhl"" via @physorg_com",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/322906572814696448,['http://phys.org/news/2013-04-putin-unveils-bn-russian-space.html'],[],0,,False,110,100,200,,None,,,,,,,[],,,, +7866,322416386037141504,322409574248357888,1365705031000.0,2013-04-11 18:30:31,+0000,,@batasrki Stay tuned for a big Supercharger announcement in a few weeks. Definitely have you covered.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322416386037141504,[],[],0,,False,32,8,19,,None,,,,,,,[],,,, +7867,322414424570859520,322409574248357888,1365704563000.0,2013-04-11 18:22:43,+0000,,@JBSiegelMD Thanks! Hearing from constituents is super important to counteract the influence of the dealer lobby.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322414424570859520,[],[],0,,False,23,1,3,,None,,,,,,,[],,,, +7868,322410144409481217,322410144409481217,1365703543000.0,2013-04-11 18:05:43,+0000,,"New York judge states: ""... dealers cannot utilize the Franchised Dealer Act as a means to sue their competitors"". Exactly!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322410144409481217,[],[],0,,False,97,34,104,,None,,,,,,,[],,,, +7869,322409574248357888,322409574248357888,1365703407000.0,2013-04-11 18:03:27,+0000,,"New York judge just ruled in favor Tesla, dismissing the legal attack by auto dealers to prevent direct sales!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322409574248357888,[],[],0,,False,343,118,482,,None,,,,,,,[],,,, +7870,322170049316139009,322170049316139009,1365646300000.0,2013-04-11 02:11:40,+0000,,Yay for democracy! @latimes asks: Should Tesla Motors be able to sell directly to consumers? http://t.co/IhSNht6bgx,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/322170049316139009,"['http://www.latimes.com/business/autos/la-fi-hy-tesla-ceo-takes-dealer-fight-to-texas-says-he-can-sell-more-cars-20130410,0,1676772.story']",[],0,,False,87,64,156,,None,,,,,,,[],,,, +7871,322163054601179136,322154768476823553,1365644632000.0,2013-04-11 01:43:52,+0000,,"@twittelator Yup, you're right",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/322163054601179136,[],[],0,,False,6,2,0,,None,,,,,,,[],,,, +7872,321987888055201793,321987888055201793,1365602869000.0,2013-04-10 14:07:49,+0000,,Just wanted to say thanks to everyone for testifying yesterday in Austin. Will hang around after press conf to thank people in person.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/321987888055201793,[],[],0,,False,48,24,50,,None,,,,,,,[],,,, +7873,321985069235453953,321984409060384768,1365602197000.0,2013-04-10 13:56:37,+0000,,"@derrickgott007 already partly here with rocket development, but will make it a lot bigger with the launch site",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/321985069235453953,[],[],0,,False,5,1,3,,None,,,,,,,[],,,, +7874,321710007223726080,321710007223726080,1365536617000.0,2013-04-09 19:43:37,+0000,,Just had Texas BBQ for lunch in Capitol Building. About to head to House Committee hearing to advocate for Tesla in TX.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/321710007223726080,[],[],0,,False,76,86,41,,None,,,,,,,[],,,, +7875,321637861147426816,321637861147426816,1365519416000.0,2013-04-09 14:56:56,+0000,,In TX to make the case for allowing Tesla to sell cars. Pls come to Capitol Room E2.014 at 1:30! http://t.co/WR3WXE8SFe,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/321637861147426816,['http://www.teslamotors.com/blog/tesla-approach-distributing-and-servicing-cars'],[],0,,False,48,34,140,,None,,,,,,,[],,,, +7876,321440099348934656,321440099348934656,1365472266000.0,2013-04-09 01:51:06,+0000,,Which leads me to my next subject of gun control ... just kidding,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321440099348934656,[],[],0,,False,200,77,65,,None,,,,,,,[],,,, +7877,321438436168974336,321438436168974336,1365471869000.0,2013-04-09 01:44:29,+0000,,No more political comments for me now that I've shot off both my feet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321438436168974336,[],[],0,,False,91,71,49,,None,,,,,,,[],,,, +7878,321434227914727424,321430023296913411,1365470866000.0,2013-04-09 01:27:46,+0000,,"@TaniaPalme When a person dies, the right thing to do is remember the good more than the bad. Not a day for hate (if there is ever such).",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321434227914727424,[],[],0,,False,20,8,10,,None,,,,,,,[],,,, +7879,321430023296913411,321430023296913411,1365469864000.0,2013-04-09 01:11:04,+0000,,"At the risk of losing more ""cool points"", I like Reagan too! However, I also like Obama, Clinton & JFK. Good people on both sides...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321430023296913411,[],[],0,,False,115,45,61,,None,,,,,,,[],,,, +7880,321427493661859840,321423079089766400,1365469260000.0,2013-04-09 01:01:00,+0000,,"@ticeestes Am not trying to accumulate cool points. She was far from perfect, but her actions, on balance, were good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321427493661859840,[],[],0,,False,15,23,3,,None,,,,,,,[],,,, +7881,321425821405429760,321423079089766400,1365468862000.0,2013-04-09 00:54:22,+0000,,"@richardmatthias Her later years are debatable, but her early years are not imo. Britain went from dreary to Great again.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/321425821405429760,[],[],0,,False,12,7,4,,None,,,,,,,[],,,, +7882,321423079089766400,321423079089766400,1365468208000.0,2013-04-09 00:43:28,+0000,,"Always admired Margaret Thatcher -- she was tough, but sensible & fair, much like my English Nana http://t.co/KcXsZGk7fw",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/321423079089766400,['http://www.guardian.co.uk/politics/interactive/2013/apr/08/margaret-thatcher-i-knew'],[],0,,False,144,178,104,,None,,,,,,,[],,,, +7883,321409229565075456,321407591584509952,1365464906000.0,2013-04-08 23:48:26,+0000,,@ryanjoyce88 We went through literally hundreds of variants of red trying to find something original that didn't suck.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321409229565075456,[],[],0,,False,61,3,5,,None,,,,,,,[],,,, +7884,321408906331041793,321407591584509952,1365464829000.0,2013-04-08 23:47:09,+0000,,"@quietlybear Do all the intro courses for mech, EE, aero and physics, then specialize in the one you like most.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321408906331041793,[],[],0,,False,100,3,11,,None,,,,,,,[],,,, +7885,321407591584509952,321407591584509952,1365464516000.0,2013-04-08 23:41:56,+0000,,New Tesla red going down assembly line for the first time. We spent a lot of time on this color! http://t.co/e7twjazWPx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321407591584509952,[],['https://pbs.twimg.com/media/BHXegG0CMAAICXq.jpg'],1,https://pbs.twimg.com/media/BHXegG0CMAAICXq.jpg,False,791,204,389,,None,,,,,,,[],,,, +7886,321342187067543552,321342187067543552,1365448922000.0,2013-04-08 19:22:02,+0000,,"Sarah Palin calls Tesla a loser. Am deeply wounded. http://t.co/eOGT80Ut4L Btw, Model S warranty does cover ""bricking"".",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/321342187067543552,['http://www.rawstory.com/rs/2013/04/07/sarah-palin-echoes-romney-tesla-motors-losers-who-build-bricks/'],[],0,,False,185,323,411,,None,,,,,,,[],,,, +7887,319291625731940352,318118700806983680,1364960030000.0,2013-04-03 03:33:50,+0000,,@DreWeathers Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/319291625731940352,[],[],0,,False,6,8,3,,None,,,,,,,[],,,, +7888,319239040429862912,319239040429862912,1364947493000.0,2013-04-03 00:04:53,+0000,,Great explanation of the @TeslaMotors announcement by @TechCrunch http://t.co/rTHX6LofOE,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/319239040429862912,['http://techcrunch.com/2013/04/02/tesla-motors-partners-with-wells-fargo-and-us-bank-to-finance-model-s-electric-cars/'],[],0,,False,94,50,185,,None,,,,,,,[],,,, +7889,319221613314834432,319213656971804672,1364943338000.0,2013-04-02 22:55:38,+0000,,"@sightalignment Hoping to open the Century City Tesla store this month. It is my neighborhood mall, so I'm there all the time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/319221613314834432,[],[],0,,False,5,1,5,,None,,,,,,,[],,,, +7890,319221229724770305,319209714120544257,1364943246000.0,2013-04-02 22:54:06,+0000,,@fleijerstam @gronnbilnorge We are working hard to make that happen!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/319221229724770305,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +7891,319156297780039680,319153347632439297,1364927765000.0,2013-04-02 18:36:05,+0000,,@BjarteReve Should be late 2014 for US and early 2015 for Europe.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/319156297780039680,[],[],0,,False,5,0,1,,None,,,,,,,[],,,, +7892,319153517111676928,319153347632439297,1364927102000.0,2013-04-02 18:25:02,+0000,,@BjarteReve July!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/319153517111676928,[],[],0,,False,5,2,3,,None,,,,,,,[],,,, +7893,319144496187187202,319144496187187202,1364924951000.0,2013-04-02 17:49:11,+0000,,Am headed to TX next week to thank people personally for supporting Tesla. Please head to SB 1659 @ 8am tomorrow #TeslaTX,en,['teslatx'],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/319144496187187202,[],[],0,,False,46,40,69,,None,,,,,,,[],,,, +7894,319121972212690945,319121972212690945,1364919581000.0,2013-04-02 16:19:41,+0000,,Certainly true that many people believe that Tesla and SpaceX are powered by the #hhgttg Infinite Improbability Drive :),en,['hhgttg'],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/319121972212690945,[],[],0,,False,124,43,144,,None,,,,,,,[],,,, +7895,319119973366784002,319119973366784002,1364919105000.0,2013-04-02 16:11:45,+0000,,Today's Tesla announcement is actually the 2nd in a 5 part trilogy (love Douglas Adams),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/319119973366784002,[],[],0,,False,84,38,106,,None,,,,,,,[],,,, +7896,318888865668681728,318882078945050625,1364864004000.0,2013-04-02 00:53:24,+0000,,@mpauldine You never know ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/318888865668681728,[],[],0,,False,4,2,3,,None,,,,,,,[],,,, +7897,318826190725074944,318586284065054720,1364849062000.0,2013-04-01 20:44:22,+0000,,@stopman Thanks Michael. Beauty of over the air software updates is that the product keeps improving even after you buy it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/318826190725074944,[],[],0,,False,13,2,5,,None,,,,,,,[],,,, +7898,318820033839128576,318586284065054720,1364847594000.0,2013-04-01 20:19:54,+0000,,@jeremys Thanks Jeremy! Good seeing you in LA. Awesome job with Yelp!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/318820033839128576,[],[],0,,False,6,0,1,,None,,,,,,,[],,,, +7899,318588682070269952,318588682070269952,1364792435000.0,2013-04-01 05:00:35,+0000,,"To be clear, Tesla is in California, so it is not April Fool's yet! Also, some may differ, but imo the Tues news is arguably more important.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/318588682070269952,[],[],0,,False,63,50,76,,None,,,,,,,[],,,, +7900,318586284065054720,318586284065054720,1364791863000.0,2013-04-01 04:51:03,+0000,,First profitable Q for Tesla thanks to awesome customers & hard work by a super dedicated team http://t.co/njumz2SDmx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/318586284065054720,['http://www.teslamotors.com/about/press/releases/tesla-model-s-sales-exceed-target'],[],0,,False,302,120,541,,None,,,,,,,[],,,, +7901,318435934246944768,318435934246944768,1364756017000.0,2013-03-31 18:53:37,+0000,,About to do chocolate egg hunt with all the kids. Candy bonanza! Happy Easter!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/318435934246944768,[],[],0,,False,52,22,20,,None,,,,,,,[],,,, +7902,318164425251110912,318151676164988929,1364691284000.0,2013-03-31 00:54:44,+0000,,"Thanks Bob “@BobMetcalfe: Tesla Takes on TX Dealer's Association (MA too) - Repeal anti-competitive dealer laws - http://t.co/qbbBkGkvzC""",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/318164425251110912,['http://bit.ly/169r2Fs'],[],0,,False,18,15,48,,None,,,,,,,[],,,, +7903,318122230758391808,318120401148465154,1364681224000.0,2013-03-30 22:07:04,+0000,,"Sorry, correct link is: http://t.co/yBRQRUKmAE",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/318122230758391808,['http://en.wikipedia.org/wiki/Eighty-third_Texas_Legislature'],[],0,,False,17,11,44,,None,,,,,,,[],,,, +7904,318120401148465154,318120401148465154,1364680788000.0,2013-03-30 21:59:48,+0000,,"If you support Tesla in Texas, please contact your state Senate or House member. Free enterprise! http://t.co/BoaveKd4NZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/318120401148465154,['http://en.wikipedia.org/wiki/Eighty-first_Texas_Legislature'],[],0,,False,44,33,119,,None,,,,,,,[],,,, +7905,318118700806983680,318118700806983680,1364680383000.0,2013-03-30 21:53:03,+0000,,Auto dealers in Texas are trying to stop Tesla. Would appreciate your help in fighting for what's right http://t.co/5T4pH7u5fX,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/318118700806983680,['http://wot.motortrend.com/tesla-takes-on-texas-dealers-association-349795.html#axzz2P3te9cYC'],[],0,,False,93,114,487,,None,,,,,,,[],,,, +7906,317665357819154432,317665357819154432,1364572298000.0,2013-03-29 15:51:38,+0000,,Rocket fairing almost ready for deployment test in vacuum chamber. Man lift on right for scale http://t.co/BLOTThWFvw,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317665357819154432,[],['https://pbs.twimg.com/media/BGiS9bqCEAA1j7I.jpg'],1,https://pbs.twimg.com/media/BGiS9bqCEAA1j7I.jpg,False,211,45,172,,None,,,,,,,[],,,, +7907,317661456751550464,317659286660595712,1364571367000.0,2013-03-29 15:36:07,+0000,,Can't make this stuff up: “@ErneX: hah and that's the name of a fire extinguisher https://t.co/0y4QzzlLkw”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317661456751550464,['https://fireextinguisherdepot.com/fire-extinguishers-1/abc-fire-extinguishers-1/amerex-b456-abc-fire-extinguisher-10-lb-rechargeable-ul-rating-4a-40b-c.html'],[],0,,False,15,7,12,,None,,,,,,,[],,,, +7908,317659286660595712,317659286660595712,1364570850000.0,2013-03-29 15:27:30,+0000,,A123 battery company renames itself B456 after bankruptcy (really).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317659286660595712,[],[],0,,False,120,63,297,,None,,,,,,,[],,,, +7909,316595382622765056,316595382622765056,1364317195000.0,2013-03-26 16:59:55,+0000,,Recovery ship has secured Dragon. Powering down all secondary systems. Cargo looks A ok.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316595382622765056,[],[],0,,False,96,46,165,,None,,,,,,,[],,,, +7910,316588335885856768,316588335885856768,1364315515000.0,2013-03-26 16:31:55,+0000,,Telemetry says main parachutes deployed ... now visually confirmed,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316588335885856768,[],[],0,,False,37,24,74,,None,,,,,,,[],,,, +7911,316588058021609472,316588058021609472,1364315449000.0,2013-03-26 16:30:49,+0000,,Recovery ship just heard the sonic booms from Dragon reentry and has data transmission lock.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316588058021609472,[],[],0,,False,45,7,107,,None,,,,,,,[],,,, +7912,316585896814194688,316585896814194688,1364314934000.0,2013-03-26 16:22:14,+0000,,Dragon deorbit burn was good. All thrusters operating. On target for splashdown.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316585896814194688,[],[],0,,False,59,19,113,,None,,,,,,,[],,,, +7913,316446454963122176,316446454963122176,1364281688000.0,2013-03-26 07:08:08,+0000,,"Future will indeed be rooftop solar + battery pack, w utility company just providing backup power http://t.co/1PlB3xn0Cz",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/316446454963122176,['http://www.fool.com/investing/general/2013/03/25/the-end-of-utilities.aspx'],[],0,,False,218,85,367,,None,,,,,,,[],,,, +7914,316358938419400706,316358938419400706,1364260823000.0,2013-03-26 01:20:23,+0000,,Slight change of date to ensure no end of quarter distractions -- will be Tues next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/316358938419400706,[],[],0,,False,35,39,57,,None,,,,,,,[],,,, +7915,316260319360061440,316260319360061440,1364237310000.0,2013-03-25 18:48:30,+0000,,Really exciting @TeslaMotors announcement coming on Thursday. Am going to put my money where my mouth is in v major way.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/316260319360061440,[],[],0,,False,264,148,710,,None,,,,,,,[],,,, +7916,316229109862776833,316229109862776833,1364229869000.0,2013-03-25 16:44:29,+0000,,"There's crazy, there's batsh*t crazy, then there's North Korea crazy... http://t.co/etJmNZqVD1",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/316229109862776833,['http://news.yahoo.com/blogs/lookout/north-korea-video-propaganda-us-troops-rockets-125355219.html'],[],0,,False,107,44,293,,None,,,,,,,[],,,, +7917,315689366557188096,315675763040989184,1364101184000.0,2013-03-24 04:59:44,+0000,,@MichaelLindahl It will be slightly smaller w fewer features as std. Think Audi A4 or BMW 3 vs Model S being S7 or M5,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/315689366557188096,[],[],0,,False,12,3,4,,None,,,,,,,[],,,, +7918,315688846731902976,315587700063363073,1364101060000.0,2013-03-24 04:57:40,+0000,,@DeanJFalkenberg yep,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/315688846731902976,[],[],0,,False,7,2,1,,None,,,,,,,[],,,, +7919,315609388335366144,315589150801813504,1364082116000.0,2013-03-23 23:41:56,+0000,,@Nezheim @jbmeicher sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/315609388335366144,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +7920,315590420203700224,315589150801813504,1364077594000.0,2013-03-23 22:26:34,+0000,,.@jbmeicher Model S works great in cold. Highest sales/capita are in Norway and we have a ton of customers in Canada.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315590420203700224,[],[],0,,False,23,32,43,,None,,,,,,,[],,,, +7921,315587700063363073,315587700063363073,1364076945000.0,2013-03-23 22:15:45,+0000,,"But when considering savings of gas v electricity, true cost vs gas cars is more like $25k for a v sweet ride",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315587700063363073,[],[],0,,False,37,29,38,,None,,,,,,,[],,,, +7922,315587176597426176,315568818833477633,1364076820000.0,2013-03-23 22:13:40,+0000,,.@benmacy $30k in 2013 $ (ie + inflation) w 200+ mile range w some really cool tech that we can't talk about yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315587176597426176,[],[],0,,False,73,44,78,,None,,,,,,,[],,,, +7923,315583897448632322,315568818833477633,1364076039000.0,2013-03-23 22:00:39,+0000,,".@joshj777 It has always been my dream to produce a low cost, compelling electric car. We are 3 to 4 years away. Wish it could be sooner.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315583897448632322,[],[],0,,False,88,53,149,,None,,,,,,,[],,,, +7924,315571855752851456,315568818833477633,1364073168000.0,2013-03-23 21:12:48,+0000,,@malkosh was this in a test drive car (those are all about to be upgraded) or a current customer car?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/315571855752851456,[],[],0,,False,3,4,1,,None,,,,,,,[],,,, +7925,315568818833477633,315568818833477633,1364072444000.0,2013-03-23 21:00:44,+0000,,Review of Tesla Model S by @RoadandTrack. Good article w minor errors addressed in reader comments http://t.co/qfQDWL96wQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/315568818833477633,['http://www.roadandtrack.com/car-reviews/road-tests/road-test-2013-tesla-model-s'],[],0,,False,81,21,125,,None,,,,,,,[],,,, +7926,315258192949022720,315258192949022720,1363998385000.0,2013-03-23 00:26:25,+0000,,"When Shoemaker-Levy comet hit Jupiter in 94, it made an Earth size hole. We wd be super dead if it actually hit Earth http://t.co/b6IyuLoHIo",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/315258192949022720,['http://en.wikipedia.org/wiki/Comet_Shoemaker%E2%80%93Levy_9'],[],0,,False,84,61,179,,None,,,,,,,[],,,, +7927,315252557884825601,315049449653153792,1363997041000.0,2013-03-23 00:04:01,+0000,,Probably true imo “@bbcscitech: Dinosaur-killing rock 'was a comet' http://t.co/wZhjXrl9NV”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/315252557884825601,['http://bbc.in/15zdItz'],[],0,,False,19,10,23,,None,,,,,,,[],,,, +7928,314262567084249088,314262567084249088,1363761009000.0,2013-03-20 06:30:09,+0000,,My talk at TED with @TEDchris http://t.co/SNOvzWdR0u,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/314262567084249088,['http://on.ted.com/jU8R'],[],0,,False,425,64,390,,None,,,,,,,[],,,, +7929,314179636445712384,314177889245466625,1363741237000.0,2013-03-20 01:00:37,+0000,,"@Anthropic Yeah, Plum Brook Space Power Facility @NASA Glenn Research Center. Help from the Glenn team much appreciated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/314179636445712384,[],[],0,,False,10,0,3,,None,,,,,,,[],,,, +7930,314177889245466625,314177889245466625,1363740820000.0,2013-03-20 00:53:40,+0000,,Testing separation of F9 rocket fairing (can hold a city bus) in world's largest vacuum chamber http://t.co/2zkLi4ON0s,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/314177889245466625,[],['https://pbs.twimg.com/media/BFwvIC0CEAEar_R.jpg'],1,https://pbs.twimg.com/media/BFwvIC0CEAEar_R.jpg,False,268,43,310,,None,,,,,,,[],,,, +7931,313848068900532224,313848068900532224,1363662185000.0,2013-03-19 03:03:05,+0000,,Sharing a metaphysical milkshake with @RainnWilson http://t.co/XPJ0OkGhmX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/313848068900532224,['http://www.youtube.com/watch?v=Ns0IHCj2q-E&feature=youtu.be&a'],[],0,,False,157,37,218,,None,,,,,,,[],,,, +7932,313357288985460740,313354143152607232,1363545174000.0,2013-03-17 18:32:54,+0000,,"@JBSiegelMD Cool, I'm glad you like it!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/313357288985460740,[],[],0,,False,3,0,2,,None,,,,,,,[],,,, +7933,313354143152607232,313354143152607232,1363544424000.0,2013-03-17 18:20:24,+0000,,Craig Venter talks about flu vaccines and the Tesla Model S. Gesundheit! http://t.co/nt2etVUjDq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/313354143152607232,['http://www.medscape.com/viewarticle/780324_2'],[],0,,False,42,17,70,,None,,,,,,,[],,,, +7934,310550326900051969,310550326900051969,1362875942000.0,2013-03-10 00:39:02,+0000,,Using Über to order a Tesla Model S @SXSW with @shervin and @travisk http://t.co/69H47lMjBw,de,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/310550326900051969,[],['https://pbs.twimg.com/media/BE9L4IBCUAAZQUR.jpg'],1,https://pbs.twimg.com/media/BE9L4IBCUAAZQUR.jpg,False,300,49,203,,None,,,,,,,[],,,, +7935,310517571524915200,310517571524915200,1362868132000.0,2013-03-09 22:28:52,+0000,,The Johnny Cash hover slam! http://t.co/9jXiKoo9D1,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/310517571524915200,['http://youtu.be/2Ivr6JF1K-8'],[],0,,False,227,109,409,,None,,,,,,,[],,,, +7936,310478997077258241,310478997077258241,1362858935000.0,2013-03-09 19:55:35,+0000,,Will show Johnny Cash hover slam rocket video for the first time in about 15 mins. Test footage only 36 hrs old. #SXSW,en,['sxsw'],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/310478997077258241,[],[],0,,False,49,46,132,,None,,,,,,,[],,,, +7937,310079304602107904,310079304602107904,1362763641000.0,2013-03-08 17:27:21,+0000,,Check out Model S at Tesla Austin Gallery at The Domain opening today! I will stop by this eve and tomorrow morning.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/310079304602107904,[],[],0,,False,36,33,79,,None,,,,,,,[],,,, +7938,310051925024452608,310047260958416897,1362757114000.0,2013-03-08 15:38:34,+0000,,@sdvillella nice pic!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310051925024452608,[],[],0,,False,8,0,4,,None,,,,,,,[],,,, +7939,310048970342809601,310047260958416897,1362756409000.0,2013-03-08 15:26:49,+0000,,@RebeccaJarvis Not yet. I look forward to giving that a try.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310048970342809601,[],[],0,,False,7,0,1,,None,,,,,,,[],,,, +7940,310047260958416897,310047260958416897,1362756002000.0,2013-03-08 15:20:02,+0000,,Random trivia: my grandfather & great grandfather were both born in Minnesota. I was named after my GGF.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310047260958416897,[],[],0,,False,58,32,32,,None,,,,,,,[],,,, +7941,310046392653582336,310046392653582336,1362755795000.0,2013-03-08 15:16:35,+0000,,Minnesota auto dealers tried to pass legislation to block Tesla stores. Bill was just defeated in Senate. Thanks MN!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310046392653582336,[],[],0,,False,126,75,251,,None,,,,,,,[],,,, +7942,310038397253210113,310036546327834625,1362753888000.0,2013-03-08 14:44:48,+0000,,@Asherlaw SpaceX is expanding launch ops at Canaveral too. Need 2 locations to handle flight rate and avoid weather risk,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310038397253210113,[],[],0,,False,3,3,4,,None,,,,,,,[],,,, +7943,310036546327834625,310036546327834625,1362753447000.0,2013-03-08 14:37:27,+0000,,"Arrived Austin. Talking with TX House about creating an orbital launch complex near Brownsville, then #SXSW keynote tmrw",en,['sxsw'],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310036546327834625,[],[],0,,False,80,61,131,,None,,,,,,,[],,,, +7944,310031964663078913,310027926668197889,1362752355000.0,2013-03-08 14:19:15,+0000,,@navidob Pretty much. Couldn't leave the country of Ibsen without doing something cultural!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310031964663078913,[],[],0,,False,6,2,5,,None,,,,,,,[],,,, +7945,310027926668197889,310027926668197889,1362751392000.0,2013-03-08 14:03:12,+0000,,Saw a play about Stalin in Norwegian. Like watching mimes with emoticons doing Solzhenitsyn. http://t.co/YsWV6IF3QL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310027926668197889,[],['https://pbs.twimg.com/media/BE1wwbgCQAAespx.jpg'],1,https://pbs.twimg.com/media/BE1wwbgCQAAespx.jpg,False,122,30,53,,None,,,,,,,[],,,, +7946,309435481165279233,309435481165279233,1362610142000.0,2013-03-06 22:49:02,+0000,,Am in Oslo to thank the Norwegian customers of @TeslaMotors personally. Highest Model S orders per capita in the world.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/309435481165279233,[],[],0,,False,118,71,206,,None,,,,,,,[],,,, +7947,307958110474104832,307958110474104832,1362257909000.0,2013-03-02 20:58:29,+0000,,Just received #Dragon docking clearance from @NASA. Will begin orbital maneuvers to Space Station at 11pm Pacific time.,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/307958110474104832,[],[],0,,False,147,62,319,,None,,,,,,,[],,,, +7948,307633403195449344,307633403195449344,1362180493000.0,2013-03-01 23:28:13,+0000,,Would also like to thank @USAirForce for allowing us to use their long range comm system for Dragon in free drift.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/307633403195449344,[],[],0,,False,92,29,138,,None,,,,,,,[],,,, +7949,307627922783600640,307627922783600640,1362179186000.0,2013-03-01 23:06:26,+0000,,Just want to say thanks to @NASA for being the world's coolest customer. Looking forward to delivering the goods!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/307627922783600640,[],[],0,,False,239,37,397,,None,,,,,,,[],,,, +7950,307615430154022912,307615430154022912,1362176208000.0,2013-03-01 22:16:48,+0000,,Orbit raising burn successful. Dragon back on track.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/307615430154022912,[],[],0,,False,232,107,618,,None,,,,,,,[],,,, +7951,307597163582590977,307597163582590977,1362171853000.0,2013-03-01 21:04:13,+0000,,Thruster pods one through four are now operating nominally. Preparing to raise orbit. All systems green.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/307597163582590977,[],[],0,,False,242,116,524,,None,,,,,,,[],,,, +7952,307580263637061633,307580263637061633,1362167824000.0,2013-03-01 19:57:04,+0000,,Pods 1 and 4 now online and thrusters engaged. Dragon transitioned from free drift to active control. Yes!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/307580263637061633,[],[],0,,False,267,177,588,,None,,,,,,,[],,,, +7953,307536134215446528,307536134215446528,1362157302000.0,2013-03-01 17:01:42,+0000,,Attempting bring up of thruster pods 2 and 4,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/307536134215446528,[],[],0,,False,50,45,156,,None,,,,,,,[],,,, +7954,307533114035535872,307533114035535872,1362156582000.0,2013-03-01 16:49:42,+0000,,Solar array deployment successful,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307533114035535872,[],[],0,,False,255,145,597,,None,,,,,,,[],,,, +7955,307530281290711042,307530281290711042,1362155907000.0,2013-03-01 16:38:27,+0000,,Thruster pod 3 tank pressure trending positive. Preparing to deploy solar arrays.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307530281290711042,[],[],0,,False,95,35,288,,None,,,,,,,[],,,, +7956,307523715678212096,307523715678212096,1362154341000.0,2013-03-01 16:12:21,+0000,,About to pass over Australia ground station and command inhibit override,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307523715678212096,[],[],0,,False,43,43,191,,None,,,,,,,[],,,, +7957,307521854166417408,307521854166417408,1362153898000.0,2013-03-01 16:04:58,+0000,,Holding on solar array deployment until at least two thruster pods are active,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307521854166417408,[],[],0,,False,49,22,222,,None,,,,,,,[],,,, +7958,307515784610058241,307515784610058241,1362152451000.0,2013-03-01 15:40:51,+0000,,Issue with Dragon thruster pods. System inhibiting three of four from initializing. About to command inhibit override.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/307515784610058241,[],[],0,,False,80,61,568,,None,,,,,,,[],,,, +7959,307513668483047424,307513668483047424,1362151946000.0,2013-03-01 15:32:26,+0000,,Falcon 9 delivered Dragon to its target orbit. All good on the rocket.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/307513668483047424,[],[],0,,False,120,56,302,,None,,,,,,,[],,,, +7960,307502809744551936,307502809744551936,1362149357000.0,2013-03-01 14:49:17,+0000,,T minus 22 mins to launch mission 3 to dock with the Space Station http://t.co/TfGUbZSaL3,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/307502809744551936,[],['https://pbs.twimg.com/media/BER4LR6CMAIlNpU.jpg'],1,https://pbs.twimg.com/media/BER4LR6CMAIlNpU.jpg,False,226,50,402,,None,,,,,,,[],,,, +7961,307406661688127488,307406661688127488,1362126434000.0,2013-03-01 08:27:14,+0000,,Computer glitch found by @SpaceX avionics while bench testing on IM. Couldn't replicate on vehicle. Launch proceeding...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/307406661688127488,[],[],0,,False,45,11,72,,None,,,,,,,[],,,, +7962,307361875782402048,307361875782402048,1362115756000.0,2013-03-01 05:29:16,+0000,,Launch on track for tomorrow morning at 10:10 am Cape Canaveral time,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/307361875782402048,[],[],0,,False,72,51,171,,None,,,,,,,[],,,, +7963,306612536973856768,306591715077271553,1361937100000.0,2013-02-27 03:51:40,+0000,,"@andrewliebchen @_chrissimmons Exactly. Then no need for clean energy subsidies, as externality is priced into mkt behavior",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/306612536973856768,[],[],0,,False,5,7,7,,None,,,,,,,[],,,, +7964,306608592100941824,306591715077271553,1361936159000.0,2013-02-27 03:35:59,+0000,,"@_ChrisSimmons A carbon tax would affect coal even more than gasoline, so electricity would also become more expensive",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/306608592100941824,[],[],0,,False,3,1,3,,None,,,,,,,[],,,, +7965,306591715077271553,306591715077271553,1361932135000.0,2013-02-27 02:28:55,+0000,,"One often hears that there is no point in a US carbon tax unless China acts. Well, they just did http://t.co/SIp9NzkulK",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/306591715077271553,['http://slate.me/ZGAPVz'],[],0,,False,152,51,526,,None,,,,,,,[],,,, +7966,306193893890863104,306193893890863104,1361837287000.0,2013-02-26 00:08:07,+0000,,"Rocket static fire @SpaceX Cape Canaveral launch pad looks good. Engines generated 433 tons of thrust, parameters nominal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/306193893890863104,[],[],0,,False,180,26,244,,None,,,,,,,[],,,, +7967,305971647561752576,305907190563221504,1361784300000.0,2013-02-25 09:25:00,+0000,,"@FaeLoba Best is winning competitions like Formula SAE, design/build/fly or other evidence of exceptional eng ability",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/305971647561752576,[],[],0,,False,5,1,5,,None,,,,,,,[],,,, +7968,305172926762725376,305067979689820160,1361593870000.0,2013-02-23 04:31:10,+0000,,"@EricIdle Cool! Btw, thought you might appreciate that 1st flight of Dragon spacecraft carried a large wheel of cheese :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/305172926762725376,[],[],0,,False,15,6,9,,None,,,,,,,[],,,, +7969,304004275921625090,304004275921625090,1361315242000.0,2013-02-19 23:07:22,+0000,,Thanks @CNBC! “@Lebeaucarnews: The Model S delivered what @elonmusk promised. A ride to make you re-think going electric.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/304004275921625090,[],[],0,,False,50,12,96,,None,,,,,,,[],,,, +7970,303585941304537090,303585941304537090,1361215503000.0,2013-02-18 19:25:03,+0000,,Appreciate thoughtful @Sulliview article. Faith in @nytimes restored.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/303585941304537090,[],[],0,,False,49,35,93,,None,,,,,,,[],,,, +7971,302591854262767616,302591854262767616,1360978494000.0,2013-02-16 01:34:54,+0000,,Revolutions don't happen if you just roll over to the powers that be. Got to fight for what you believe. That's why http://t.co/GxkT0LVL,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/302591854262767616,['http://www.mercurynews.com/breaking-news/ci_22601708/tesla-ceo-elon-musk-is-right-battle-bad'],[],0,,False,173,74,372,,None,,,,,,,[],,,, +7972,302341780479823872,302341780479823872,1360918872000.0,2013-02-15 09:01:12,+0000,,"Genius move “@cdabel114: @CNN Well, to be fair, they did use the controversial gimmick of actually charging up the car”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/302341780479823872,[],[],0,,False,48,13,86,,None,,,,,,,[],,,, +7973,302235336514342912,302235336514342912,1360893494000.0,2013-02-15 01:58:14,+0000,,CNN about halfway through East Coast Supercharger test drive of @TeslaMotors Model S w @PeterDrives & @AbigailBassett,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/302235336514342912,[],[],0,,False,28,34,59,,None,,,,,,,[],,,, +7974,302179853388619777,302179853388619777,1360880265000.0,2013-02-14 22:17:45,+0000,,Testing the Model S on a surface of pure ice and snow http://t.co/OeZwXFSv,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/302179853388619777,['http://www.youtube.com/watch?v=i0sflIrq_UM'],[],0,,False,86,42,89,,None,,,,,,,[],,,, +7975,301064882655207426,301064882655207426,1360614436000.0,2013-02-11 20:27:16,+0000,,"Btw, more free East Coast Superchargers coming soon. Will allow lower initial charge, v high speed trip & long detours, like NYTimes drive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/301064882655207426,[],[],0,,False,55,40,91,,None,,,,,,,[],,,, +7976,301054791432417280,301053361157988352,1360612030000.0,2013-02-11 19:47:10,+0000,,"@batasrki Yeah, Top Gear pretended the Tesla Roadster ran out of charge and they had to push it home. Logs showed 50 miles range left.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301054791432417280,[],[],0,,False,15,8,33,,None,,,,,,,[],,,, +7977,301054021928640512,301050531923779585,1360611846000.0,2013-02-11 19:44:06,+0000,,@tomleykis Thanks Tom! Support of real Tesla customers like yourself who drive the car every day is v much appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301054021928640512,[],[],0,,False,7,2,7,,None,,,,,,,[],,,, +7978,301053361157988352,301053361157988352,1360611689000.0,2013-02-11 19:41:29,+0000,,"Tesla data logging is only turned on with explicit written permission from customers, but after Top Gear BS, we always keep it on for media.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301053361157988352,[],[],0,,False,165,73,347,,None,,,,,,,[],,,, +7979,301050531923779585,301050531923779585,1360611014000.0,2013-02-11 19:30:14,+0000,,"Tesla blog coming soon detailing what actually happened on Broder's NYTimes ""range test"". Also lining up other journalists to do same drive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301050531923779585,[],[],0,,False,91,73,196,,None,,,,,,,[],,,, +7980,301049593385340928,301049593385340928,1360610790000.0,2013-02-11 19:26:30,+0000,,NYTimes article about Tesla range in cold is fake. Vehicle logs tell true story that he didn't actually charge to max & took a long detour.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301049593385340928,[],[],0,,False,324,132,918,,None,,,,,,,[],,,, +7981,300664934663061505,300664934663061505,1360519081000.0,2013-02-10 17:58:01,+0000,,"Busted “@TheOnion: Barack Obama: 'Look, I'm Just Going To Say It: I Collect Antique Nazi Memorabilia' http://t.co/KExXRoBL”",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/300664934663061505,['http://onion.com/Wtrvzw'],[],0,,False,30,8,53,,None,,,,,,,[],,,, +7982,300234184193105920,300234184193105920,1360416382000.0,2013-02-09 13:26:22,+0000,,Next Grasshopper rocket test is called the Johnny Cash Hover Slam (yeah baby!). Might be our first smoking crater...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/300234184193105920,[],[],0,,False,124,60,219,,None,,,,,,,[],,,, +7983,299961897426505729,299961897426505729,1360351464000.0,2013-02-08 19:24:24,+0000,,SpaceX software engineering is doing an AMA on Reddit http://t.co/hwkUwM5v,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/299961897426505729,['http://www.reddit.com/r/IAmA/comments/1853ap/we_are_spacex_software_engineers_we_launch/'],[],0,,False,78,13,157,,None,,,,,,,[],,,, +7984,299961175490297856,299961175490297856,1360351291000.0,2013-02-08 19:21:31,+0000,,Our Great^n Grandfather http://t.co/zxndg3WF,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/299961175490297856,['http://www.nytimes.com/2013/02/08/science/common-ancestor-of-mammals-plucked-from-obscurity.html?_r=0'],[],0,,False,36,7,22,,None,,,,,,,[],,,, +7985,299779101366030336,299779101366030336,1360307882000.0,2013-02-08 07:18:02,+0000,,"No, they are not “@AutoblogGreen: Are electric vehicles really a 'dead end'? @Reuters sure thinks so http://t.co/nwAdCLU2”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/299779101366030336,['http://aol.it/Y9nYoz'],[],0,,False,56,41,100,,None,,,,,,,[],,,, +7986,298338092652318720,298338092652318720,1359964318000.0,2013-02-04 07:51:58,+0000,,"Wow, 180,000 American killed by other Americans since 9/11 vs only 33 by muslim terrorists http://t.co/BEdhLqJS",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/298338092652318720,['http://www.wired.com/dangerroom/2013/02/american-muslim-terrorism/?cid=co5626214'],[],0,,False,359,71,1591,,None,,,,,,,[],,,, +7987,298266134128496641,298266134128496641,1359947162000.0,2013-02-04 03:06:02,+0000,,Great spirit here in the Superdome. Awesome rally by the @49ers!! #SB47,en,['sb47'],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/298266134128496641,[],[],0,,False,32,16,26,,None,,,,,,,[],,,, +7988,298252558332485635,298252558332485635,1359943926000.0,2013-02-04 02:12:06,+0000,,I love indoor flamethrowers http://t.co/aAnFftoD,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/298252558332485635,[],['https://pbs.twimg.com/media/BCObHyFCYAEAgND.jpg'],1,https://pbs.twimg.com/media/BCObHyFCYAEAgND.jpg,False,643,47,110,,None,,,,,,,[],,,, +7989,296466962899402752,296466962899402752,1359518206000.0,2013-01-30 03:56:46,+0000,,My thoughts on the nature of the issue with the battery pack supplied to Boeing http://t.co/57Y7UyaC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/296466962899402752,['http://www.flightglobal.com/news/articles/elon-musk-boeing-787-battery-fundamentally-unsafe-381627/'],[],0,,False,149,46,343,,None,,,,,,,[],,,, +7990,295162137297428480,295162137297428480,1359207112000.0,2013-01-26 13:31:52,+0000,,Desire to help Boeing is real & am corresponding w 787 chief engineer. Junod's Esquire article had high fiction content.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/295162137297428480,[],[],0,,False,103,35,200,,None,,,,,,,[],,,, +7991,292321606376779776,292321606376779776,1358529876000.0,2013-01-18 17:24:36,+0000,,"Maybe already under control, but Tesla & SpaceX are happy to help with the 787 lithium ion batteries.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/292321606376779776,[],[],0,,False,237,71,559,,None,,,,,,,[],,,, +7992,291332638407528448,291332638407528448,1358294088000.0,2013-01-15 23:54:48,+0000,,What it feels like to ride a rocket http://t.co/b5vhLvqg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/291332638407528448,['http://youtu.be/nUV6oqCFrFU'],[],0,,False,119,41,169,,None,,,,,,,[],,,, +7993,289423253859082240,289423253859082240,1357838855000.0,2013-01-10 17:27:35,+0000,,"To be super clear, I don't wish to (nor could I) mandate anything about a Mars Colony. Am just working on the tech to get people there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/289423253859082240,[],[],0,,False,85,61,176,,None,,,,,,,[],,,, +7994,289281686548647936,289281686548647936,1357805103000.0,2013-01-10 08:05:03,+0000,,"Also, I am not the kale eating overlord of Mars (altho kale has its moments) http://t.co/nCjMgEjC",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/289281686548647936,['http://www.thejanedough.com/peta-mars-vegan/'],[],0,,False,58,44,60,,None,,,,,,,[],,,, +7995,287261992476098560,287261992476098560,1357323570000.0,2013-01-04 18:19:30,+0000,,"Nice story about a Model S coast to coast road trip. By end of year, it will be Superchargers all the way! http://t.co/mivPyxrj",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/287261992476098560,['http://www.greencarreports.com/news/1081387_tesla-model-s-owner-drives-coast-to-coast-electrically-again'],[],0,,False,63,31,147,,None,,,,,,,[],,,, +7996,287033019255115777,287033019255115777,1357268979000.0,2013-01-04 03:09:39,+0000,,This gives a sense of what Mars would look like after changing the climate to sustain life http://t.co/DT1P5EUp,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/287033019255115777,['http://m.theatlantic.com/technology/archive/2013/01/a-martian-dream-heres-what-the-red-planet-would-look-like-with-earth-like-oceans-and-life/266791/'],[],0,,False,155,34,291,,None,,,,,,,[],,,, +7997,285026647151894528,285026647151894528,1356790622000.0,2012-12-29 14:17:02,+0000,,Death Valley restored to position of world's hottest place http://t.co/3I26Y4aN,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/285026647151894528,['http://www.nytimes.com/2012/12/29/science/earth/death-valley-temperature-record-is-restored.html?nl=todaysheadlines&emc=edit_th_20121229&_r=0'],[],0,,False,21,16,44,,None,,,,,,,[],,,, +7998,285026400078016512,285026400078016512,1356790563000.0,2012-12-29 14:16:03,+0000,,CA's Death Valley is #1 again! Tesla hot weather testing was done there. Model S was fine but gas tow truck overheated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/285026400078016512,[],[],0,,False,41,25,120,,None,,,,,,,[],,,, +7999,283703150123315200,276194361442705408,1356475076000.0,2012-12-25 22:37:56,+0000,,@KarlSchroeder Interesting premise. I will read it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/283703150123315200,[],[],0,,False,4,5,2,,None,,,,,,,[],,,, +8000,283694250980429824,283529317722488832,1356472954000.0,2012-12-25 22:02:34,+0000,,@TristanLaurent V cute! Merry Xmas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/283694250980429824,[],[],0,,False,3,2,0,,None,,,,,,,[],,,, +8001,283040346538115075,283040346538115075,1356317052000.0,2012-12-24 02:44:12,+0000,,Cowboy riding the rocket no problemo http://t.co/YZdNpwX3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283040346538115075,[],['https://pbs.twimg.com/media/A-2PshDCAAA86B1.jpg'],1,https://pbs.twimg.com/media/A-2PshDCAAA86B1.jpg,False,175,36,161,,None,,,,,,,[],,,, +8002,283037363763032066,283037363763032066,1356316340000.0,2012-12-24 02:32:20,+0000,,Single camera view of the 40 meter rocket hover http://t.co/Zlh7xC7T,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283037363763032066,['http://youtu.be/Zz-NYeH-CEY'],[],0,,False,108,31,196,,None,,,,,,,[],,,, +8003,283034463372464129,283034463372464129,1356315649000.0,2012-12-24 02:20:49,+0000,,Then we took him for a ride: 40 meter hover flight vid of the SpaceX Grasshopper test rocket http://t.co/2563ykr2,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283034463372464129,['http://youtu.be/B4PEXLODw9c'],[],0,,False,140,48,313,,None,,,,,,,[],,,, +8004,283032287602413568,283032287602413568,1356315131000.0,2012-12-24 02:12:11,+0000,,"To provide a little perspective on the size of Grasshopper, we added a 6 ft cowboy to the rocket http://t.co/3NMYJqmd",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283032287602413568,[],['https://pbs.twimg.com/media/A-2IXbMCEAAwU3H.jpg'],1,https://pbs.twimg.com/media/A-2IXbMCEAAwU3H.jpg,False,215,28,201,,None,,,,,,,[],,,, +8005,281541900916371457,281541900916371457,1355959794000.0,2012-12-19 23:29:54,+0000,,Very much agree with this great review of Chasing Ice on Ars Technica http://t.co/bzMQQyAk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/281541900916371457,['http://arstechnica.com/science/2012/12/glacier-documentary-chasing-ice-is-stunning-somber/'],[],0,,False,30,10,50,,None,,,,,,,[],,,, +8006,281207435140685824,281207435140685824,1355880051000.0,2012-12-19 01:20:51,+0000,,"Thanks! “@ev: Have driven a Tesla Model S 50 miles now. It's clearly the iPhone of cars—by far the best car ever made.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/281207435140685824,[],[],0,,False,68,28,88,,None,,,,,,,[],,,, +8007,280739170903789568,280739170903789568,1355768408000.0,2012-12-17 18:20:08,+0000,,A beautiful and awe-inspiring view of Earth from the International Space Station http://t.co/434j058M,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/280739170903789568,['http://youtu.be/3burujJOWRA'],[],0,,False,200,23,325,,None,,,,,,,[],,,, +8008,279598935641833474,279598935641833474,1355496555000.0,2012-12-14 14:49:15,+0000,,Good piece on volcanoes “@DanRetz: The USGS would seem to disagree. http://t.co/evnCgdC4”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279598935641833474,['http://volcanoes.usgs.gov/hazards/gas/climate.php'],[],0,,False,23,8,13,,None,,,,,,,[],,,, +8009,279597699945361408,279591897473896448,1355496260000.0,2012-12-14 14:44:20,+0000,,@prbowman Roughly equivalent to a 747 flight from LA to London (one way).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279597699945361408,[],[],0,,False,10,4,0,,None,,,,,,,[],,,, +8010,279597307673067520,279591897473896448,1355496167000.0,2012-12-14 14:42:47,+0000,,@ImprobableToad That's why I'm a believer in solar power. We have a giant fusion reactor conveniently located in the sky.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279597307673067520,[],[],0,,False,11,1,10,,None,,,,,,,[],,,, +8011,279591897473896448,279591897473896448,1355494877000.0,2012-12-14 14:21:17,+0000,,"Exactly MT ""@DanRetz IMHO: continuing the uncontrolled experiment of adding co2 to atmosphere is a bad idea.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279591897473896448,[],[],0,,False,25,21,57,,None,,,,,,,[],,,, +8012,279586009954516992,279586009954516992,1355493473000.0,2012-12-14 13:57:53,+0000,,It is hard to argue with a thermometer. Global warming is real and accelerating. Wish it wasn't. http://t.co/wB4w9coU,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/279586009954516992,['http://news.yahoo.com/ap-gfk-poll-science-doubters-world-warming-080143113.html'],[],0,,False,42,27,145,,None,,,,,,,[],,,, +8013,278953918338326528,278953918338326528,1355342771000.0,2012-12-12 20:06:11,+0000,,Cool video recap of the big events of the year by Google #Zeitgeist2012 http://t.co/FZjy4vkL,en,['zeitgeist2012'],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/278953918338326528,['http://google.com/zeitgeist/2012'],[],0,,False,65,12,119,,None,,,,,,,[],,,, +8014,278918251730305025,278917625273262081,1355334267000.0,2012-12-12 17:44:27,+0000,,"@Neowolf2 Relative to kerosene, methane is not prone to coking, but we would run v high purity anyway for max Isp.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278918251730305025,[],[],0,,False,6,1,0,,None,,,,,,,[],,,, +8015,278917332657651712,278910105804734464,1355334048000.0,2012-12-12 17:40:48,+0000,,"@chrisbrandow @TEA_in_Space Yup or Douglas Aircraft, creator of the awesome DC-3 http://t.co/4o8OHDCo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278917332657651712,['http://en.wikipedia.org/wiki/Douglas_Aircraft_Company'],[],0,,False,4,4,0,,None,,,,,,,[],,,, +8016,278915899501727744,278910105804734464,1355333707000.0,2012-12-12 17:35:07,+0000,,"My big worry would be long (hopefully) term when I'm dead, eg v sad situation with once great HP @TEA_in_Space",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278915899501727744,[],[],0,,False,8,7,10,,None,,,,,,,[],,,, +8017,278913921891586049,278910105804734464,1355333235000.0,2012-12-12 17:27:15,+0000,,"SpaceX will go public at some point, as I think it should ultimately be owned primarily by the public ""@bm_ will SpaceX go public?""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278913921891586049,[],[],0,,False,69,29,150,,None,,,,,,,[],,,, +8018,278910847768739840,278904436447928320,1355332502000.0,2012-12-12 17:15:02,+0000,,"@IntlManOfRealty Best to study some form of engineering, which is the art of creating useful things that didn't exist before.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278910847768739840,[],[],0,,False,17,5,9,,None,,,,,,,[],,,, +8019,278910105804734464,278910105804734464,1355332325000.0,2012-12-12 17:12:05,+0000,,"Tesla articles 30 mins apart: ""This Stock is Screaming Buy"" http://t.co/jb9DCw4s and ""This Stock Could Get DESTROYED"" http://t.co/dqxTK4LJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278910105804734464,"['http://bit.ly/W6cBOV', 'http://bit.ly/UU2xK4']",[],0,,False,43,36,57,,None,,,,,,,[],,,, +8020,278331899133452288,278331899133452288,1355194470000.0,2012-12-11 02:54:30,+0000,,Tesla was just approved for a full Class 1 Massachusetts Auto Sales License by a vote of 4 to 1. Much appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/278331899133452288,[],[],0,,False,99,54,207,,None,,,,,,,[],,,, +8021,277913865688346624,277913865688346624,1355094803000.0,2012-12-09 23:13:23,+0000,,"Told my kids (age 8 and 6) that we were going to see the Nutcracker, which somehow got translated as the Buttcracker.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/277913865688346624,[],[],0,,False,129,53,117,,None,,,,,,,[],,,, +8022,277693768583491584,277693768583491584,1355042328000.0,2012-12-09 08:38:48,+0000,,Congrats to @dmetcalf for being the first to drive a Tesla Model S over 400 miles on a single charge!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/277693768583491584,[],[],0,,False,67,27,167,,None,,,,,,,[],,,, +8023,276194361442705408,276194361442705408,1354684841000.0,2012-12-05 05:20:41,+0000,,Interesting possible answer to the Fermi Paradox http://t.co/ASZdxBAl,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/276194361442705408,['http://news.discovery.com/space/do-robots-rule-the-galaxy-121201.html'],[],0,,False,121,50,161,,None,,,,,,,[],,,, +8024,275821969415483393,275821969415483393,1354596056000.0,2012-12-04 04:40:56,+0000,,Am happy to report that Tesla was narrowly cash flow positive last week. Continued improvement expected through year end.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/275821969415483393,[],[],0,,False,358,129,691,,None,,,,,,,[],,,, +8025,275346615634624514,275346615634624514,1354482723000.0,2012-12-02 21:12:03,+0000,,Uranium ore now available on Amazon! So much more convenient than Uzbekistan #AwesomeXmasGifts http://t.co/jqWAJrnY,en,['awesomexmasgifts'],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/275346615634624514,['http://www.amazon.com/gp/product/B000796XXM/ref=oh_details_o03_s00_i00'],[],0,,False,152,74,678,,None,,,,,,,[],,,, +8026,274090388669734912,274087103065894913,1354183215000.0,2012-11-29 10:00:15,+0000,,@shervin Thanks Shervin!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/274090388669734912,[],[],0,,False,42,10,2,,None,,,,,,,[],,,, +8027,273596976526942209,273596976526942209,1354065577000.0,2012-11-28 01:19:37,+0000,,"Can't put my finger on it, but for some reason the newsstand is looking particularly good right now http://t.co/gRARJ3xy",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/273596976526942209,[],['https://pbs.twimg.com/media/A8wDACYCYAMpjHX.jpg'],1,https://pbs.twimg.com/media/A8wDACYCYAMpjHX.jpg,False,588,131,661,,None,,,,,,,[],,,, +8028,273486358411087872,273486358411087872,1354039203000.0,2012-11-27 18:00:03,+0000,,"But if humanity wishes to become a multi-planet species, then we must figure out how to move millions of people to Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/273486358411087872,[],[],0,,False,227,159,355,,None,,,,,,,[],,,, +8029,273485219162648576,273485219162648576,1354038932000.0,2012-11-27 17:55:32,+0000,,"And, yes, I do in fact know that this sounds crazy. That is not lost on me. Nor I do think SpaceX will do this alone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/273485219162648576,[],[],0,,False,76,82,130,,None,,,,,,,[],,,, +8030,273483420468932608,273483420468932608,1354038503000.0,2012-11-27 17:48:23,+0000,,"Millions of people needed for Mars colony, so 80k+ would just be the number moving to Mars per year http://t.co/rwMuzVEK",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/273483420468932608,['http://news.yahoo.com/huge-mars-colony-eyed-spacex-founder-elon-musk-120626263.html'],[],0,,False,199,90,616,,None,,,,,,,[],,,, +8031,272518429368541184,272518429368541184,1353808431000.0,2012-11-25 01:53:51,+0000,,Short vid of the recent @SpaceX mission to the Intl Space Station http://t.co/Qc963d8B,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/272518429368541184,['http://www.youtube.com/watch?v=K0wZ1MOzFSU&feature=youtu.be'],[],0,,False,139,29,204,,None,,,,,,,[],,,, +8032,272129332565123072,272063241780338688,1353715663000.0,2012-11-24 00:07:43,+0000,,@cthorm SS Heart of Gold powered by the Infinite Improbability Drive!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/272129332565123072,[],[],0,,False,14,3,1,,None,,,,,,,[],,,, +8033,272063241780338688,272063241780338688,1353699906000.0,2012-11-23 19:45:06,+0000,,My talk for the Royal Aeronautical Society is now online. This gets a little more technical. http://t.co/ZMbkc3jh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/272063241780338688,['http://bit.ly/Y8Enhz'],[],0,,False,177,23,108,,None,,,,,,,[],,,, +8034,271814339969826817,271814339969826817,1353640563000.0,2012-11-23 03:16:03,+0000,,"Liam Neeson's ""Life's Too Short"" sketch is super funny http://t.co/nQL7wOx3",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/271814339969826817,['http://www.youtube.com/watch?v=lldrizLu_d8'],[],0,,False,128,14,89,,None,,,,,,,[],,,, +8035,271652314744487936,271652314744487936,1353601933000.0,2012-11-22 16:32:13,+0000,,On the plus side...“@newscientist: #Climate change has a silver lining: supersized sweet potatoes http://t.co/zHMYIbL3”,en,['climate'],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/271652314744487936,['http://bit.ly/Sd3dcy'],[],0,,False,17,20,65,,None,,,,,,,[],,,, +8036,271642966442000385,271642966442000385,1353599704000.0,2012-11-22 15:55:04,+0000,,Gave a talk on energy and transport at Oxford Univ http://t.co/kbvJf5LO,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/271642966442000385,['http://ow.ly/fuDdG'],[],0,,False,114,23,103,,None,,,,,,,[],,,, +8037,271119275673145344,271085808155500544,1353474847000.0,2012-11-21 05:14:07,+0000,,@Thomas_Tregner Exactly!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/271119275673145344,[],[],0,,False,4,5,0,,None,,,,,,,[],,,, +8038,271085808155500544,271085808155500544,1353466868000.0,2012-11-21 03:01:08,+0000,,Love this picture of the Curiousity rover on Mars. Landscape looks just like the California desert. http://t.co/02GDasae,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/271085808155500544,[],['https://pbs.twimg.com/media/A8MXGzRCIAAUDQx.jpg'],1,https://pbs.twimg.com/media/A8MXGzRCIAAUDQx.jpg,False,373,91,349,,None,,,,,,,[],,,, +8039,270972990756364288,270972990756364288,1353439970000.0,2012-11-20 19:32:50,+0000,,"Btw, I don't think Apple is doomed. Just won't unseat Google from 1st place with Larry P in charge. http://t.co/hsIAekAw",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/270972990756364288,['http://www.businessinsider.com/elon-musk-apple-is-doomed-without-steve-jobs-2012-11'],[],0,,False,71,44,99,,None,,,,,,,[],,,, +8040,270970389394518016,270970389394518016,1353439349000.0,2012-11-20 19:22:29,+0000,,"Mass. judge denies auto dealers' demand to kill our little Tesla store. Yay, justice prevails! http://t.co/MqnNYScE",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/270970389394518016,['http://www.autonews.com/apps/pbcs.dll/article?AID=/20121120/RETAIL07/121129989/mass-judge-denies-dealers-request-for-injunction-on-tesla-store'],[],0,,False,85,43,170,,None,,,,,,,[],,,, +8041,270781533739175937,270776170184847360,1353394323000.0,2012-11-20 06:52:03,+0000,,"@YOUSRC Amos's article was fair, but his editor chose a more sensational headline & used quotes even though I didn't actually say that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270781533739175937,[],[],0,,False,4,3,3,,None,,,,,,,[],,,, +8042,270778128643809282,270778128643809282,1353393511000.0,2012-11-20 06:38:31,+0000,,These articles in Space News describe why Ariane 6 vs 5: http://t.co/IaeYXXK9 and http://t.co/ghs3FG8w,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270778128643809282,"['http://www.spacenews.com/article/citing-spacex-threat-lawmakers-in-france-urge-early-ariane-6-start', 'http://www.spacenews.com/article/next-generation-ariane-tops-agenda-esa-ministerial']",[],0,,False,35,10,38,,None,,,,,,,[],,,, +8043,270776170184847360,270776170184847360,1353393044000.0,2012-11-20 06:30:44,+0000,,"Was misquoted by BBC as saying ""Europe's rocket has no chance"". Just said the [Franco-German] Ariane 5 has no chance, so go with Ariane 6.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270776170184847360,[],[],0,,False,36,25,100,,None,,,,,,,[],,,, +8044,270421087202992128,270421087202992128,1353308386000.0,2012-11-19 06:59:46,+0000,,"Just returned from a trip to London and Oxford, where I met with many interesting people. I really like Britain!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/270421087202992128,[],[],0,,False,76,41,46,,None,,,,,,,[],,,, +8045,269259128277463040,269259128277463040,1353031353000.0,2012-11-16 02:02:33,+0000,,Original article on Model S from @consumerreports: http://t.co/OiXLz618,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/269259128277463040,['http://bit.ly/ZKeMKf'],[],0,,False,34,12,83,,None,,,,,,,[],,,, +8046,269249710949289984,269249710949289984,1353029108000.0,2012-11-16 01:25:08,+0000,,Sounds like Consumer Reports had a good experience with the Tesla Model S http://t.co/CT3dgHbh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/269249710949289984,['http://m.usatoday.com/article/news/1706165'],[],0,,False,37,35,87,,None,,,,,,,[],,,, +8047,268210066300235776,268210066300235776,1352781237000.0,2012-11-13 04:33:57,+0000,,"Cool story about a @SolarCity installation after hurricane Sandy. Good going, guys! http://t.co/w5FtBbZe",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/268210066300235776,['http://www.teslamotors.com/forum/forums/solar-city-story'],[],0,,False,47,11,73,,None,,,,,,,[],,,, +8048,267909403469021184,267909403469021184,1352709553000.0,2012-11-12 08:39:13,+0000,,Alexander Hamilton was awesome http://t.co/2bHf4zS0,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/267909403469021184,['http://www.nytimes.com/2012/11/12/opinion/mr-hamiltons-growth-strategy.html?nl=todaysheadlines&emc=edit_th_20121112'],[],0,,False,84,17,94,,None,,,,,,,[],,,, +8049,266295618702553088,266295618702553088,1352324798000.0,2012-11-07 21:46:38,+0000,,View of Grasshopper test rocket from the water tower. Note SUV and person nearby for sense of size. http://t.co/r9yuTRGL,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/266295618702553088,[],['https://pbs.twimg.com/media/A7ISdE5CMAIQxME.jpg'],1,https://pbs.twimg.com/media/A7ISdE5CMAIQxME.jpg,False,149,33,204,,None,,,,,,,[],,,, +8050,265708137435258880,265708137435258880,1352184731000.0,2012-11-06 06:52:11,+0000,,"Good skit by Henri, Le Chat Noir. Camus in cat form! http://t.co/XeLUsE9i",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/265708137435258880,['http://youtu.be/R_fUsssnHPw'],[],0,,False,61,14,42,,None,,,,,,,[],,,, +8051,264832219040845824,264829895899762688,1351975896000.0,2012-11-03 20:51:36,+0000,,"@Jack_JL Engine gimbals for pitch and yaw, gas thrusters for roll.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/264832219040845824,[],[],0,,False,4,1,1,,None,,,,,,,[],,,, +8052,264829895899762688,264829895899762688,1351975342000.0,2012-11-03 20:42:22,+0000,,First flight of 10 story tall Grasshopper rocket using closed loop thrust vector & throttle control http://t.co/NH24BQMH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/264829895899762688,['http://yfrog.us/f362mloybjbosdefkdeoytqsz'],[],0,,False,127,42,216,,None,,,,,,,[],,,, +8053,262609273878622208,262365909757358080,1351445904000.0,2012-10-28 17:38:24,+0000,,Reply to @mkrapels: Our avg speed was ummm a little too high. Got a ticket at 92 mph on I-5. We need the Autobahn in CA!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/262609273878622208,[],[],0,,False,43,31,41,,None,,,,,,,[],,,, +8054,262605962005868544,262605962005868544,1351445115000.0,2012-10-28 17:25:15,+0000,,V proud of Tesla team for completing 1000th Model S body. More cars made this month than entire rest of year http://t.co/k8XWaEth,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/262605962005868544,[],['https://pbs.twimg.com/media/A6T2uynCcAAUn7b.jpg'],1,https://pbs.twimg.com/media/A6T2uynCcAAUn7b.jpg,False,314,85,340,,None,,,,,,,[],,,, +8055,262374155700289536,262365909757358080,1351389848000.0,2012-10-28 02:04:08,+0000,,"Reply to @Astro_yyz: Yes, Model S seats 5 adults + 2 kids with room for luggage in the front trunk. My kids love the rear facing seats best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/262374155700289536,[],[],0,,False,17,19,33,,None,,,,,,,[],,,, +8056,262371488181665794,262371488181665794,1351389212000.0,2012-10-28 01:53:32,+0000,,Pic of the Model S getting supercharged with the lovely @TalulahRiley http://t.co/ne5wGvZs,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/262371488181665794,[],['https://pbs.twimg.com/media/A6QhenjCQAEMjLu.jpg'],1,https://pbs.twimg.com/media/A6QhenjCQAEMjLu.jpg,False,245,34,108,,None,,,,,,,[],,,, +8057,262365909757358080,262365909757358080,1351387882000.0,2012-10-28 01:31:22,+0000,,Doing LA to SF road trip in Model S with all 5 kids & Talulah. Supercharger finished charging b4 we finished our burgers!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/262365909757358080,[],[],0,,False,88,34,145,,None,,,,,,,[],,,, +8058,260475462952824834,260475462952824834,1350937164000.0,2012-10-22 20:19:24,+0000,,Just wrote a blog piece about Tesla stores http://t.co/4Ebs4HIw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/260475462952824834,['http://www.teslamotors.com/blog/tesla-approach-distributing-and-servicing-cars'],[],0,,False,67,18,136,,None,,,,,,,[],,,, +8059,256529467911073793,256529467911073793,1349996366000.0,2012-10-11 22:59:26,+0000,,Long exposure shot of Dragon and the Space Station arcing across the night sky over Texas http://t.co/omTht7OP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/256529467911073793,[],['https://pbs.twimg.com/media/A49gMSHCcAEaPhm.jpg'],1,https://pbs.twimg.com/media/A49gMSHCcAEaPhm.jpg,False,292,44,336,,None,,,,,,,[],,,, +8060,255107883853819904,255107883853819904,1349657433000.0,2012-10-08 00:50:33,+0000,,Falcon 9 rocket booster has delivered Dragon to its target orbit!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/255107883853819904,[],[],0,,False,184,136,713,,None,,,,,,,[],,,, +8061,255046270975094784,255046270975094784,1349642744000.0,2012-10-07 20:45:44,+0000,,Time lapse video of rocket roll out http://t.co/nuHKYrEH Now 3 hours 45 mins to lift off...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/255046270975094784,['http://www.youtube.com/watch?v=2T1dfNoNV7k&feature=youtu.be'],[],0,,False,56,20,112,,None,,,,,,,[],,,, +8062,253683768236322817,253683768236322817,1349317898000.0,2012-10-04 02:31:38,+0000,,An update about Tesla http://t.co/A8hQXVNI,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/253683768236322817,['http://www.teslamotors.com/blog/update-elon-musk'],[],0,,False,103,35,325,,None,,,,,,,[],,,, +8063,253290635400986624,253280601069719553,1349224168000.0,2012-10-03 00:29:28,+0000,,"@elonmusk Sorry, meant to say EDT.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/253290635400986624,[],[],0,,False,8,10,5,,None,,,,,,,[],,,, +8064,253280601069719553,253280601069719553,1349221775000.0,2012-10-02 23:49:35,+0000,,Launching our Falcon 9 rocket and Dragon spacecraft to the Space Station on Sunday at 8:35pm EST! http://t.co/qXK0zJyC,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/253280601069719553,[],['https://pbs.twimg.com/media/A4PVXV_CEAEZtJ4.jpg'],1,https://pbs.twimg.com/media/A4PVXV_CEAEZtJ4.jpg,False,150,56,569,,None,,,,,,,[],,,, +8065,252870369487233024,252870369487233024,1349123968000.0,2012-10-01 20:39:28,+0000,,Review of the Model S by @nytimes http://t.co/L0sqgV6f,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/252870369487233024,['http://www.nytimes.com/2012/09/30/automobiles/autoreviews/one-big-step-for-tesla-one-giant-leap-for-evs.html?_r=1&'],[],0,,False,56,22,114,,None,,,,,,,[],,,, +8066,252827753643126784,252827753643126784,1349113808000.0,2012-10-01 17:50:08,+0000,,View from landing leg camera on Falcon rocket test rig (aka Grasshopper Project) http://t.co/xhFe87AM,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/252827753643126784,['http://yfrog.us/09qmmivexdorhtchxitvhjzsz'],[],0,,False,43,11,59,,None,,,,,,,[],,,, +8067,252528724602400768,252528724602400768,1349042514000.0,2012-09-30 22:01:54,+0000,,"Now test firing our most advanced engine, the Merlin 1D-Vac, at 80 tons of thrust. http://t.co/HGK1joVQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/252528724602400768,[],['https://pbs.twimg.com/media/A4EpiX4CMAABNgY.jpg'],1,https://pbs.twimg.com/media/A4EpiX4CMAABNgY.jpg,False,323,101,605,,None,,,,,,,[],,,, +8068,250453089562263552,250453089562263552,1348547644000.0,2012-09-25 04:34:04,+0000,,The Tesla Supercharger will over time allow you to travel anywhere on pure sunlight for free http://t.co/DEscYLLH,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/250453089562263552,['http://finance.yahoo.com/news/tesla-motors-launches-revolutionary-supercharger-032000226.html'],[],0,,False,246,76,842,,None,,,,,,,[],,,, +8069,250291772859752449,250291772859752449,1348509183000.0,2012-09-24 17:53:03,+0000,,Model S review by @Wired. Totally agree with criticisms. Corrections coming soon. http://t.co/1zXI3OzB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/250291772859752449,['http://www.wired.com/reviews/2012/09/tesla-model-s/'],[],0,,False,63,25,116,,None,,,,,,,[],,,, +8070,249306225177669632,249306225177669632,1348274210000.0,2012-09-22 00:36:50,+0000,,First test flight hop of our Grasshopper VTVL rocket! http://t.co/oomI5vSB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/249306225177669632,['http://yfrog.us/0wusutopshpepnbpmodbgnosz'],[],0,,False,89,40,183,,None,,,,,,,[],,,, +8071,248564996022345728,248564996022345728,1348097487000.0,2012-09-19 23:31:27,+0000,,The first owner to drive coast to coast in a Model S is about to complete the journey @XCTeslatrip!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/248564996022345728,[],[],0,,False,26,16,98,,None,,,,,,,[],,,, +8072,247510274918199296,247510274918199296,1347846023000.0,2012-09-17 01:40:23,+0000,,Tesla made 100 vehicle bodies this week for the first time. Really proud of the team! Pic of S/N 396: http://t.co/fZzbUIjn,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/247510274918199296,[],['https://pbs.twimg.com/media/A29VSJ8CMAABVwG.jpg'],1,https://pbs.twimg.com/media/A29VSJ8CMAABVwG.jpg,False,141,94,285,,None,,,,,,,[],,,, +8073,246419783136976897,246419783136976897,1347586029000.0,2012-09-14 01:27:09,+0000,,Tesla Supercharger unveiling event set for Sept 24. It will feel like alien spaceships landed at highway rest stops.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/246419783136976897,[],[],0,,False,103,58,349,,None,,,,,,,[],,,, +8074,246352069332721665,246352069332721665,1347569885000.0,2012-09-13 20:58:05,+0000,,Amazing series of space pics assembled by @theatlantic http://t.co/IUFTYgDn http://t.co/SHEPSWbS,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/246352069332721665,['http://www.theatlantic.com/infocus/2012/09/around-the-solar-system/100368/'],['https://pbs.twimg.com/media/A2s35t7CYAAokaH.jpg'],1,https://pbs.twimg.com/media/A2s35t7CYAAokaH.jpg,False,280,23,318,,None,,,,,,,[],,,, +8075,243800936240279552,243800936240279552,1346961647000.0,2012-09-06 20:00:47,+0000,,Tesla Model S driven 285 miles from Vegas to the beach in LA on a single charge by @motortrend http://t.co/8YvO1tsz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/243800936240279552,['http://www.motortrend.com/features/travel/1209_tesla_model_s_las_vegas/viewall.html'],[],0,,False,63,27,211,,None,,,,,,,[],,,, +8076,240909270764359680,240909270764359680,1346272220000.0,2012-08-29 20:30:20,+0000,,This piece about Mars in the NYT is worth a read http://t.co/mNB6f1aS,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/240909270764359680,['http://www.nytimes.com/2012/08/28/opinion/the-man-in-the-moon.html?_r=2&emc=eta1'],[],0,,False,134,14,241,,None,,,,,,,[],,,, +8077,240620571589738496,240607069827391488,1346203389000.0,2012-08-29 01:23:09,+0000,,"@ticketwaxter Extending life to Mars would ensure humanity's survival and be the greatest, most exciting adventure ever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/240620571589738496,[],[],0,,False,12,8,18,,None,,,,,,,[],,,, +8078,240174623948419072,240171772014624768,1346097067000.0,2012-08-27 19:51:07,+0000,,"@JoeBeernink Back of the envelope calc: Merlin wd accelerate Model S at 25 g's, so wd break sound barrier in <1.5 sec",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240174623948419072,[],[],0,,False,6,6,6,,None,,,,,,,[],,,, +8079,240172289746939904,240172289746939904,1346096510000.0,2012-08-27 19:41:50,+0000,,"For their test drive, the Motor Trend team drove from LA to San Diego and back without recharging http://t.co/5mH0xBGr",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240172289746939904,['http://www.motortrend.com/roadtests/alternative/1208_2012_tesla_model_s_test_and_range_verification/'],[],0,,False,56,17,126,,None,,,,,,,[],,,, +8080,240171772014624768,240171772014624768,1346096387000.0,2012-08-27 19:39:47,+0000,,Motor Trend tests Model S as fastest American sedan at 3.9 sec 0-60 mph and tied for 1st worldwide in stopping distance,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240171772014624768,[],[],0,,False,51,31,255,,None,,,,,,,[],,,, +8081,239461912121843712,239461912121843712,1345927143000.0,2012-08-25 20:39:03,+0000,,Neil Armstrong was a hero to all of humanity. His spirit will carry us to the stars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/239461912121843712,[],[],0,,False,207,38,790,,None,,,,,,,[],,,, +8082,238308173990223873,238308173990223873,1345652071000.0,2012-08-22 16:14:31,+0000,,I love the sight of Teslas in the morning. Production line review is looking good! http://t.co/damib6tk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/238308173990223873,[],['https://pbs.twimg.com/media/A06kBYpCYAIlMH-.jpg'],1,https://pbs.twimg.com/media/A06kBYpCYAIlMH-.jpg,False,221,74,294,,None,,,,,,,[],,,, +8083,238307391215648769,238307391215648769,1345651884000.0,2012-08-22 16:11:24,+0000,,Glad to contribute to the Tesla museum and will do more in the future. He was a great man. http://t.co/NR2QNiax,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/238307391215648769,['http://www.indiegogo.com/teslamuseum'],[],0,,False,91,17,156,,None,,,,,,,[],,,, +8084,235130471745454084,235130471745454084,1344894447000.0,2012-08-13 21:47:27,+0000,,About to go through my first jury selection process. Trial concerns an alleged gang related murder. Hardcore.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/235130471745454084,[],[],0,,False,19,79,31,,None,,,,,,,[],,,, +8085,231545784494084096,231517918733672449,1344039791000.0,2012-08-04 00:23:11,+0000,,"@JustBe74 V important to make all of humanity proud, but in this case a particular duty is owed to the American taxpayer",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/231545784494084096,[],[],0,,False,10,3,6,,None,,,,,,,[],,,, +8086,231517918733672449,231517918733672449,1344033147000.0,2012-08-03 22:32:27,+0000,,Deeply appreciate @NASA's faith in @SpaceX. We will do whatever it takes to make NASA and the American people proud.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/231517918733672449,[],[],0,,False,134,62,304,,None,,,,,,,[],,,, +8087,231443998395473920,231210590675279872,1344015523000.0,2012-08-03 17:38:43,+0000,,@UrgentSpeed Sure. To be clear that number would include all US solar energy (thermal+PV).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/231443998395473920,[],[],0,,False,2,1,1,,None,,,,,,,[],,,, +8088,231210590675279872,231210590675279872,1343959875000.0,2012-08-03 02:11:15,+0000,,1st pure solar gigawatt hour day just achieved by @SolarCity! Predict 1st terawatt hour day from all US solar < 15 years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/231210590675279872,[],[],0,,False,66,29,185,,None,,,,,,,[],,,, +8089,230507510929440768,230486103923236864,1343792247000.0,2012-08-01 03:37:27,+0000,,@bryanwolfnow I'm neither anti-conservative nor anti-liberal. Just don't like group think. Ideas should be considered on their own merits.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/230507510929440768,[],[],0,,False,16,1,16,,None,,,,,,,[],,,, +8090,230496786182205440,230486103923236864,1343789690000.0,2012-08-01 02:54:50,+0000,,"@dansitu Individuals set the vector for the tides. The Life of Brian points out that we are all individuals, except for that one guy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230496786182205440,[],[],0,,False,6,1,2,,None,,,,,,,[],,,, +8091,230491286489161729,230491286489161729,1343788379000.0,2012-08-01 02:32:59,+0000,,People ought to think more about who wrote the software that's running in their head (sigh). It probably wasn't them.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230491286489161729,[],[],0,,False,212,56,421,,None,,,,,,,[],,,, +8092,230490756966662144,230486103923236864,1343788253000.0,2012-08-01 02:30:53,+0000,,"@dansitu Don't know about ""dark manipulators"", but Adbusters played a major role in creating Occupy http://t.co/fZ38XMeH",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230490756966662144,['http://www.newyorker.com/reporting/2011/11/28/111128fa_fact_schwartz'],[],0,,False,5,1,0,,None,,,,,,,[],,,, +8093,230487450882019328,230421989112807424,1343787465000.0,2012-08-01 02:17:45,+0000,,"@DJjodes Would love to make a Tesla supertruck with crazy torque, dynamic air suspension and corners like its on rails. That'd be sweet...",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230487450882019328,[],[],0,,False,6988,169,472,,None,,,,,,,[],,,, +8094,230486103923236864,230486103923236864,1343787144000.0,2012-08-01 02:12:24,+0000,,"Good assessment of the Dark Knight Rises in the Atlantic. Dickens, not Rand. http://t.co/mYFUARGS",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230486103923236864,['http://www.theatlantic.com/entertainment/archive/2012/07/no-the-dark-knight-rises-isnt-a-right-wing-opus/260511/'],[],0,,False,56,11,59,,None,,,,,,,[],,,, +8095,230423954618204161,230421989112807424,1343772326000.0,2012-07-31 22:05:26,+0000,,@patrickdorey81 Model S starts at $50k after federal rebate. Gen3 will be ~$30k. Need to optimize design and scale volume.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/230423954618204161,[],[],0,,False,354,12,9,,None,,,,,,,[],,,, +8096,230421989112807424,230421989112807424,1343771857000.0,2012-07-31 21:57:37,+0000,,Goal for Model S is to show that electric is way way better than gas. Combine w solar power & the future looks bright.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/230421989112807424,[],[],0,,False,33415,386,1824,,None,,,,,,,[],,,, +8097,230140622625968130,230140622625968130,1343704774000.0,2012-07-31 03:19:34,+0000,,Worth noting that Muller's research confirming global warming is real was funded by Koch. Fate loves irony.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/230140622625968130,[],[],0,,False,63,18,198,,None,,,,,,,[],,,, +8098,228953015082684416,228953015082684416,1343421628000.0,2012-07-27 20:40:28,+0000,,Olympics opening is excellently British. Jolly good show! http://t.co/s9XZdaBL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/228953015082684416,[],['https://pbs.twimg.com/media/Ay1njd7CEAAHAjX.jpg'],1,https://pbs.twimg.com/media/Ay1njd7CEAAHAjX.jpg,False,84,18,69,,None,,,,,,,[],,,, +8099,228909546880520192,228909546880520192,1343411264000.0,2012-07-27 17:47:44,+0000,,Abandoned car and biked across London. Super fun! Next time minus the tweed jacket. http://t.co/N93Vg4yy,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/228909546880520192,[],['https://pbs.twimg.com/media/Ay1ABSfCUAEq2HS.jpg'],1,https://pbs.twimg.com/media/Ay1ABSfCUAEq2HS.jpg,False,200,36,63,,None,,,,,,,[],,,, +8100,228695905338019842,228677717632098304,1343360327000.0,2012-07-27 03:38:47,+0000,,"@walalm Yes, my absolute goal w Tesla has always been mass market electric cars. Will finally get there with Gen3 program.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228695905338019842,[],[],0,,False,17,5,11,,None,,,,,,,[],,,, +8101,228694597524680704,228694597524680704,1343360015000.0,2012-07-27 03:33:35,+0000,,Now it's just a song that you used to know http://t.co/c81ASeFo,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228694597524680704,['http://slate.me/MISvtR'],[],0,,False,25,6,49,,None,,,,,,,[],,,, +8102,228690043949158401,228677717632098304,1343358929000.0,2012-07-27 03:15:29,+0000,,"@nopev Biggest risk is that we take too long to solve the sustainable energy problem, causing climate change meltdown.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228690043949158401,[],[],0,,False,7,2,8,,None,,,,,,,[],,,, +8103,228677717632098304,228677717632098304,1343355991000.0,2012-07-27 02:26:31,+0000,,"Compared to past, today's world is fantastic & likely will be for many decades. Just need to cover future downside risk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/228677717632098304,[],[],0,,False,74,26,189,,None,,,,,,,[],,,, +8104,228659334513573888,228650420850008066,1343351608000.0,2012-07-27 01:13:28,+0000,,@iproducefodrake Asimov's Foundation points out that all civilizations fall. Must ensure dark period is short & finite.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/228659334513573888,[],[],0,,False,13,2,3,,None,,,,,,,[],,,, +8105,227294010274873344,227294010274873344,1343026089000.0,2012-07-23 06:48:09,+0000,,Big oil is pulling same trick about smoking the atmosphere ... diff is we only have 1 atmosphere: http://t.co/O45XG4iB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/227294010274873344,['http://www.rollingstone.com/politics/news/global-warmings-terrifying-new-math-20120719#ixzz21AfoYqt6'],[],0,,False,64,23,216,,None,,,,,,,[],,,, +8106,227291748798455809,227291748798455809,1343025550000.0,2012-07-23 06:39:10,+0000,,"30 years ago, when 98% of scientists said smoking caused cancer, tobacco industry response was still ""scientists disagree""",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/227291748798455809,[],[],0,,False,78,25,384,,None,,,,,,,[],,,, +8107,226725493922201600,226725493922201600,1342890544000.0,2012-07-21 17:09:04,+0000,,"Now debating the nature of citizen and state, effective democracy & necessary revolution, moderated by @FareedZakaria.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/226725493922201600,[],[],0,,False,15,15,18,,None,,,,,,,[],,,, +8108,226714911756136449,226714911756136449,1342888021000.0,2012-07-21 16:27:01,+0000,,"Heard an interesting comment at the debate: ""If we see no angels in others, we harbor none in ourselves.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/226714911756136449,[],[],0,,False,115,18,198,,None,,,,,,,[],,,, +8109,226703106170318850,226703106170318850,1342885207000.0,2012-07-21 15:40:07,+0000,,Am in Yellowstone at an Oxford style debate about women and society. I'm in favor :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/226703106170318850,[],[],0,,False,24,26,20,,None,,,,,,,[],,,, +8110,225187179763220480,225187179763220480,1342523782000.0,2012-07-17 11:16:22,+0000,,"""Welcome qwerty monkey Jesus love"" are the top 5 most popular passwords after ""password"". http://t.co/P2a9Cfcd",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/225187179763220480,['http://mobile.slate.com/blogs/future_tense/2012/07/14/yahoo_mail_password_leak_the_most_commonly_used_words_.html'],[],0,,False,18,32,86,,None,,,,,,,[],,,, +8111,224406502188916739,224406502188916739,1342337654000.0,2012-07-15 07:34:14,+0000,,Will publish something on the Hyperloop in about four weeks. Will forgo patents on the idea and just open source it. Not a vac tunnel btw.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/224406502188916739,[],[],0,,False,157,72,263,,None,,,,,,,[],,,, +8112,224405461938601984,224405461938601984,1342337406000.0,2012-07-15 07:30:06,+0000,,"""Most of us live in a semi-somnambulistic state & the days fly by. The 2 exceptions are childhood and when we are in love."" - RG",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/224405461938601984,[],[],0,,False,205,20,277,,None,,,,,,,[],,,, +8113,224005741810417665,224005741810417665,1342242106000.0,2012-07-14 05:01:46,+0000,,"Headed to a (ahem) volcano caldera. Since I didn't finish my PhD, it's actually ""Mr."" Evil. http://t.co/e2cpsgEM",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/224005741810417665,[],['https://pbs.twimg.com/media/AxvUCQyCAAM1anP.jpg'],1,https://pbs.twimg.com/media/AxvUCQyCAAM1anP.jpg,False,202,55,124,,None,,,,,,,[],,,, +8114,223430899004485634,223429211443036160,1342105052000.0,2012-07-12 14:57:32,+0000,,@n23mc I think we will see people on Mars in less than 20 years. 12 to 15 years most likely. #OccupyMars,en,['occupymars'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/223430899004485634,[],[],0,,False,17,6,24,,None,,,,,,,[],,,, +8115,223429211443036160,223429211443036160,1342104649000.0,2012-07-12 14:50:49,+0000,,"Going at full speed! MT “@iansomerhalder: Elon- you are my hero my friend.Please!Ramp up production on cars that use NO gas.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/223429211443036160,[],[],0,,False,12,16,38,,None,,,,,,,[],,,, +8116,221503107182501889,221503107182501889,1341645430000.0,2012-07-07 07:17:10,+0000,,Now back to work. Intense months ahead as we ramp production of rockets and cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/221503107182501889,[],[],0,,False,181,83,281,,None,,,,,,,[],,,, +8117,220824194672369666,220824194672369666,1341483565000.0,2012-07-05 10:19:25,+0000,,"Moonbow's are real, btw. I'm not on acid :) Here is what we saw: http://t.co/ux6fV6z7",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/220824194672369666,[],['https://pbs.twimg.com/media/AxCGb2GCIAAyFDD.jpg'],1,https://pbs.twimg.com/media/AxCGb2GCIAAyFDD.jpg,False,182,55,222,,None,,,,,,,[],,,, +8118,220784395282432001,220784395282432001,1341474076000.0,2012-07-05 07:41:16,+0000,,Am standing on the beach in Maui and looking at a moon rainbow for the first time in my life. Incredibly beautiful.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/220784395282432001,[],[],0,,False,42,46,33,,None,,,,,,,[],,,, +8119,219270969666174977,219270969666174977,1341113247000.0,2012-07-01 03:27:27,+0000,,"After 2008 meltdown, vacation for me just meant email with a view, but SpaceX & Tesla are now strong enough that I can make it real (yay!!)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/219270969666174977,[],[],0,,False,65,68,65,,None,,,,,,,[],,,, +8120,219266223895093248,219266223895093248,1341112116000.0,2012-07-01 03:08:36,+0000,,"Screening of Baseball in the Time of Cholera (dir: @brynmooser @daviddarg, prod @oliviawilde & me) at WME July 12. @rainnwilson hosting",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/219266223895093248,[],[],0,,False,10,6,12,,None,,,,,,,[],,,, +8121,218897974242181121,218897974242181121,1341024318000.0,2012-06-30 02:45:18,+0000,,"Thanks Dan, you are a good sportsman. I will still donate to DWB as though I'd lost. http://t.co/G2g6kpvm",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/218897974242181121,['http://on.wsj.com/L8t2JC'],[],0,,False,131,40,372,,None,,,,,,,[],,,, +8122,218357987385933825,218357987385933825,1340895575000.0,2012-06-28 14:59:35,+0000,,"""The Girl Who Fixed the Umlaut"" @NewYorker http://t.co/CnPg2PkG”",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/218357987385933825,['http://nyr.kr/MBPRRr'],[],0,,False,33,9,46,,None,,,,,,,[],,,, +8123,217991440830173184,217991440830173184,1340808184000.0,2012-06-27 14:43:04,+0000,,"She was a great woman “@VanityFair: In Memoriam, Nora Ephron, 1941-2012 http://t.co/raIoWXbb”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/217991440830173184,['http://vnty.fr/OwlYHZ'],[],0,,False,10,2,22,,None,,,,,,,[],,,, +8124,217974021562712065,217974021562712065,1340804031000.0,2012-06-27 13:33:51,+0000,,Meant to post this link for Merlin: http://t.co/qKarnuao,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/217974021562712065,['http://www.youtube.com/watch?v=976LHTpnZkY'],[],0,,False,39,11,46,,None,,,,,,,[],,,, +8125,217973460348047360,217973460348047360,1340803897000.0,2012-06-27 13:31:37,+0000,,"Merlin fired at full thrust! Engine weighs half a ton, but has power equal to several Hoover Dams http://t.co/TlTIxiRc",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/217973460348047360,['http://www.youtube.com/watch?v=PUUnYgo1-lI'],[],0,,False,42,11,87,,None,,,,,,,[],,,, +8126,216294180014661632,216294180014661632,1340403525000.0,2012-06-22 22:18:45,+0000,,Model S review by Motor Trend http://t.co/gdODXLRv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/216294180014661632,['http://m.motortrend.com/roadtests/alternative/1206_2012_tesla_model_s_first_drive/index.html'],[],0,,False,62,28,177,,None,,,,,,,[],,,, +8127,216293624734953472,216293624734953472,1340403393000.0,2012-06-22 22:16:33,+0000,,About to deliver the first ten Model S cars from @TeslaMotors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/216293624734953472,[],[],0,,False,53,43,151,,None,,,,,,,[],,,, +8128,215478323147575297,215478323147575297,1340209010000.0,2012-06-20 16:16:50,+0000,,@RichardGarriott Dragon will use four pairs of side mounted Superdraco engines. Can function with up to four out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/215478323147575297,[],[],0,,False,6,4,5,,None,,,,,,,[],,,, +8129,214831794103664640,214831794103664640,1340054866000.0,2012-06-18 21:27:46,+0000,,Just fired our Superdraco escape rocket engine at full thrust! Needed to carry astronauts on Dragon http://t.co/ef86qbWF,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/214831794103664640,[],['https://pbs.twimg.com/media/Avs8YOaCQAAO_mk.jpg'],1,https://pbs.twimg.com/media/Avs8YOaCQAAO_mk.jpg,False,1757,98,488,,None,,,,,,,[],,,, +8130,214636339474345984,214636339474345984,1340008266000.0,2012-06-18 08:31:06,+0000,,Wore Marquis de Sade outfit for a party last night. Was v popular with women who'd read 50 Shades :) http://t.co/Z6EvSZw6,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/214636339474345984,[],['https://pbs.twimg.com/media/AvqKnRKCMAEFu5X.jpg'],1,https://pbs.twimg.com/media/AvqKnRKCMAEFu5X.jpg,False,388,49,150,,None,,,,,,,[],,,, +8131,214006215641022467,214006215641022467,1339858032000.0,2012-06-16 14:47:12,+0000,,"""Any sufficiently advanced technology is indistinguishable from magic"" - Arthur C Clarke. Thanks for the quote, RIP.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/214006215641022467,[],[],0,,False,177,27,326,,None,,,,,,,[],,,, +8132,213177461180071936,213177461180071936,1339660442000.0,2012-06-14 07:54:02,+0000,,"While in Austin, had a great time doing a cameo in @rodriguez latest movie, Machete Kills. Cool studio on old airport.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/213177461180071936,[],[],0,,False,16,14,33,,None,,,,,,,[],,,, +8133,213170504364863488,213170504364863488,1339658783000.0,2012-06-14 07:26:23,+0000,,"Charlie Bolden, NASA Administrator, checks out Dragon at our central Texas test site http://t.co/HXupX9VM",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/213170504364863488,['http://img.ly/jwGy'],[],0,,False,15,10,38,,None,,,,,,,[],,,, +8134,210057533073797120,210057533073797120,1338916593000.0,2012-06-05 17:16:33,+0000,,Spacecraft arrives at Port of Los Angeles for transfer to SpaceX test facilities in Texas http://t.co/9ab55gRc,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/210057533073797120,['http://www.spaceflightnow.com/falcon9/003/120605port/'],[],0,,False,26,17,126,,None,,,,,,,[],,,, +8135,208304203708375040,208304203708375040,1338498568000.0,2012-05-31 21:09:28,+0000,,Dragon floating in the Pacific near California. Reentry scorch marks visible on the heat shield http://t.co/grGShZUi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/208304203708375040,[],['https://pbs.twimg.com/media/AuQLkdPCIAALE-4.jpg'],1,https://pbs.twimg.com/media/AuQLkdPCIAALE-4.jpg,False,152,85,528,,None,,,,,,,[],,,, +8136,208223378782420993,208223378782420993,1338479296000.0,2012-05-31 15:48:16,+0000,,Splashdown successful!! Sending fast boat to Dragon lat/long provided by P3 tracking planes #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/208223378782420993,[],[],0,,False,46,71,360,,None,,,,,,,[],,,, +8137,208204036258803712,208204036258803712,1338474685000.0,2012-05-31 14:31:25,+0000,,Thrusters will also fire during reentry to adjust touchdown point. Next version will land w helicopter precision #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/208204036258803712,[],[],0,,False,36,25,128,,None,,,,,,,[],,,, +8138,208201556271697922,208201556271697922,1338474093000.0,2012-05-31 14:21:33,+0000,,Spaceship has departed from the International Space Station. Firing thrusters to deorbit in ~30 mins #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/208201556271697922,[],[],0,,False,26,14,170,,None,,,,,,,[],,,, +8139,206118185173389312,206118185173389312,1337977380000.0,2012-05-25 20:23:00,+0000,,Space Station tracking spaceship docking approach vector #Dragon http://t.co/CetZfiNg,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/206118185173389312,[],['https://pbs.twimg.com/media/AtxHZblCEAAkZVI.jpg'],1,https://pbs.twimg.com/media/AtxHZblCEAAkZVI.jpg,False,89,46,146,,None,,,,,,,[],,,, +8140,206047350240714752,206047350240714752,1337960491000.0,2012-05-25 15:41:31,+0000,,Dragon captured by the International Space Station! Just awesome ... http://t.co/ihoZqgj7,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/206047350240714752,['http://img.ly/iHdp'],[],0,,False,129,118,585,,None,,,,,,,[],,,, +8141,205723666590334976,205723666590334976,1337883319000.0,2012-05-24 18:15:19,+0000,,Dragon flies over the SpaceX #GrasshopperProject at our central Texas test site. It will jump soon. http://t.co/P17Z56II,en,['grasshopperproject'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/205723666590334976,[],['https://pbs.twimg.com/media/AtrglbVCAAAd67b.jpg'],1,https://pbs.twimg.com/media/AtrglbVCAAAd67b.jpg,False,105,32,125,,None,,,,,,,[],,,, +8142,205713390335827969,205713390335827969,1337880868000.0,2012-05-24 17:34:28,+0000,,The head of the Russian Space Agency and some Russian diplomats are visiting @SpaceX today. Looking forward to meeting.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/205713390335827969,[],[],0,,False,25,26,60,,None,,,,,,,[],,,, +8143,205544630199132160,205544630199132160,1337840633000.0,2012-05-24 06:23:53,+0000,,About 110 miles away and the spacecraft is now in direct communication with the Space Station #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/205544630199132160,[],[],0,,False,45,37,217,,None,,,,,,,[],,,, +8144,205502360112476161,205502360112476161,1337830555000.0,2012-05-24 03:35:55,+0000,,"The President just called to say congrats. Caller ID was blocked, so at first I thought it was a telemarketer :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/205502360112476161,[],[],0,,False,839,164,2562,,None,,,,,,,[],,,, +8145,205314559542693888,205314559542693888,1337785780000.0,2012-05-23 15:09:40,+0000,,Dragon fly by of Space Station planned for 12:47 am California time. All systems green. #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/205314559542693888,[],[],0,,False,28,29,202,,None,,,,,,,[],,,, +8146,204911319260987392,204911319260987392,1337689640000.0,2012-05-22 12:27:20,+0000,,Launch video of Falcon 9 from Cape Canaveral tracking cameras http://t.co/Qn8ne3pa #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/204911319260987392,['http://www.youtube.com/watch?v=4vkqBfv8OMM&feature=youtube_gdata_player'],[],0,,False,174,83,466,,None,,,,,,,[],,,, +8147,204883910654570496,204883910654570496,1337683105000.0,2012-05-22 10:38:25,+0000,,Navigation bay pointing to deep space and star map being generated by star tracker one. Yes! #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/204883910654570496,[],[],0,,False,37,22,115,,None,,,,,,,[],,,, +8148,204882126884188160,204882126884188160,1337682680000.0,2012-05-22 10:31:20,+0000,,Dragon spaceship opens the navigation pod bay door without hesitation. So much nicer than HAL9000 :) #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/204882126884188160,[],[],0,,False,112,29,439,,None,,,,,,,[],,,, +8149,204858156801732608,204858156801732608,1337676965000.0,2012-05-22 08:56:05,+0000,,"Also big thanks to the Air Force, FAA and all of our partners for their support of this mission.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204858156801732608,[],[],0,,False,15,16,34,,None,,,,,,,[],,,, +8150,204857362782224384,204857362782224384,1337676776000.0,2012-05-22 08:52:56,+0000,,"Huge appreciation for @NASA, without whom we could not even have started, let alone reached this far.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204857362782224384,[],[],0,,False,44,25,152,,None,,,,,,,[],,,, +8151,204845069772128256,204845069772128256,1337673845000.0,2012-05-22 08:04:05,+0000,,"Falcon flew perfectly!! Dragon in orbit, comm locked and solar arrays active!! Feels like a giant weight just came off my back :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204845069772128256,[],[],0,,False,348,425,1452,,None,,,,,,,[],,,, +8152,204839936464134144,204839936464134144,1337672621000.0,2012-05-22 07:43:41,+0000,,T minus 60 seconds. Terminal autosequence initiated. #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/204839936464134144,[],[],0,,False,26,44,99,,None,,,,,,,[],,,, +8153,204837633766076418,204837633766076418,1337672072000.0,2012-05-22 07:34:32,+0000,,T minus 10 minutes ... Entering terminal count #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/204837633766076418,[],[],0,,False,17,17,106,,None,,,,,,,[],,,, +8154,204769845630337024,204769845630337024,1337655910000.0,2012-05-22 03:05:10,+0000,,Major Tesla milestone: All crash testing is complete for 5* (max) safety rating. Cars can now be built for sale to public!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/204769845630337024,[],[],0,,False,64,56,300,,None,,,,,,,[],,,, +8155,204356879789473793,204356879789473793,1337557451000.0,2012-05-20 23:44:11,+0000,,Just did an interview with Spaceflight Now. Some of your questions may be answered here: http://t.co/vF0Rs3p1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/204356879789473793,['http://www.spaceflightnow.com/falcon9/003/120518musk/'],[],0,,False,30,13,87,,None,,,,,,,[],,,, +8156,204349174618128385,204349174618128385,1337555614000.0,2012-05-20 23:13:34,+0000,,"Simulations show launch ok with bad valve. Still, better to stop & fix. Recalling rockets after launch is not an option.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/204349174618128385,[],[],0,,False,37,37,163,,None,,,,,,,[],,,, +8157,203773618222678016,203773618222678016,1337418391000.0,2012-05-19 09:06:31,+0000,,Launch aborted: slightly high combustion chamber pressure on engine 5. Will adjust limits for countdown in a few days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/203773618222678016,[],[],0,,False,45,94,598,,None,,,,,,,[],,,, +8158,203760858332016642,203760858332016642,1337415348000.0,2012-05-19 08:15:48,+0000,,"Whatever happens today, we could not have done it without @NASA, but errors are ours alone and me most of all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/203760858332016642,[],[],0,,False,48,47,135,,None,,,,,,,[],,,, +8159,201856175644491777,201856175644491777,1336961237000.0,2012-05-14 02:07:17,+0000,,Must remember not to refer to Chimpanzees as deadly killing machines when taking little kids to see a movie about them,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/201856175644491777,[],[],0,,False,26,20,42,,None,,,,,,,[],,,, +8160,200751709339926528,200751709339926528,1336697911000.0,2012-05-11 00:58:31,+0000,,... which is the critical breakthrough needed for life to become multiplanetary.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200751709339926528,[],[],0,,False,19,34,46,,None,,,,,,,[],,,, +8161,200750929602019328,200750929602019328,1336697726000.0,2012-05-11 00:55:26,+0000,,Making large scale rocket propulsion landing work well is a critical step towards a fully reusable Mars transport system,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200750929602019328,[],[],0,,False,22,14,76,,None,,,,,,,[],,,, +8162,200748923239940096,200748923239940096,1336697247000.0,2012-05-11 00:47:27,+0000,,Landing gear of the mega thrust propulsive landing rocket done (next gen Falcon). First hops soon. http://t.co/JwkynmfL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200748923239940096,['http://img.ly/i5JQ'],[],0,,False,27,27,122,,None,,,,,,,[],,,, +8163,200622424037933056,200622424037933056,1336667087000.0,2012-05-10 16:24:47,+0000,,"Meant to say: prizes for first 10 who do 400 miles in Tesla w/o recharging, not nonstop, which would require diapers :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/200622424037933056,[],[],0,,False,17,20,43,,None,,,,,,,[],,,, +8164,200373235748052994,200373235748052994,1336607676000.0,2012-05-09 23:54:36,+0000,,Model S exceeds 300 mile range target! Prize for the 1st person to do LA-SF nonstop (400 miles) http://t.co/0sVd4QM8,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/200373235748052994,['http://www.teslamotors.com/blog/model-s-efficiency-and-range'],[],0,,False,24,25,99,,None,,,,,,,[],,,, +8165,199736675537125376,199736675537125376,1336455909000.0,2012-05-08 05:45:09,+0000,,Saw The Dictator yesterday. Reminded me of Putin's reelection. Seems like only yesterday since he was last in power.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/199736675537125376,[],[],0,,False,48,18,45,,None,,,,,,,[],,,, +8166,198579161382649857,198578140384215040,1336179936000.0,2012-05-05 01:05:36,+0000,,@geoffeg Dragon code is written in C++ on Linux.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/198579161382649857,[],[],0,,False,29,13,63,,None,,,,,,,[],,,, +8167,198577657959563264,198577657959563264,1336179577000.0,2012-05-05 00:59:37,+0000,,"Almost done reviewing Dragon code with @NASA. Looks good so far. Target launch date is May 19, right after Soyuz docks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/198577657959563264,[],[],0,,False,28,18,76,,None,,,,,,,[],,,, +8168,198116544855801856,198102603459084288,1336069639000.0,2012-05-03 18:27:19,+0000,,"For humanity to have an exciting & inspiring future, we cannot be confined to Earth forever. @love_to_dream #APSpaceChat",en,['apspacechat'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198116544855801856,[],[],0,,False,46,17,171,,None,,,,,,,[],,,, +8169,198115378759610368,198095597373362177,1336069361000.0,2012-05-03 18:22:41,+0000,,Definitely. Long term goal of SpaceX making life multiplanetary. #OccupyMars @Weaverwerx #APSpaceChat,en,"['occupymars', 'apspacechat']",[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198115378759610368,[],[],0,,False,51,15,98,,None,,,,,,,[],,,, +8170,198113448628981760,198100146565824512,1336068901000.0,2012-05-03 18:15:01,+0000,,"Ignition by John Clarke, Huzel & Wang book on propulsion, Asimov's Foundation, Heinlein's MiaHM @WHester #APSpaceChat",en,['apspacechat'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198113448628981760,[],[],0,,False,37,4,9,,None,,,,,,,[],,,, +8171,197058383088586753,197058383088586753,1335817354000.0,2012-04-30 20:22:34,+0000,,"Woohoo, rocket hold down firing completed and all looks good!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/197058383088586753,[],[],0,,False,31,36,139,,None,,,,,,,[],,,, +8172,197055314246385666,197055314246385666,1335816622000.0,2012-04-30 20:10:22,+0000,,T minus five minutes to flame,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/197055314246385666,[],[],0,,False,21,18,53,,None,,,,,,,[],,,, +8173,197049032286281729,197049032286281729,1335815125000.0,2012-04-30 19:45:25,+0000,,Flight computer aborted rocket hold down firing. Anomaly addressed. Cycling systems to countdown http://t.co/iUi4XdQ3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/197049032286281729,[],['https://pbs.twimg.com/media/ArwPDQVCIAA5GHP.jpg'],1,https://pbs.twimg.com/media/ArwPDQVCIAA5GHP.jpg,False,78,24,213,,None,,,,,,,[],,,, +8174,196984965114761216,196984965114761216,1335799850000.0,2012-04-30 15:30:50,+0000,,Am excited to announce that SolarCity has filed for an IPO. Mission is to bring affordable solar power to the people!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/196984965114761216,[],[],0,,False,40,27,108,,None,,,,,,,[],,,, +8175,194882663599968256,194882663599968256,1335298622000.0,2012-04-24 20:17:02,+0000,,Just confirmed with @NASA that May 7th is go for launch of Falcon 9 & Dragon to the Space Station,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/194882663599968256,[],[],0,,False,51,33,443,,None,,,,,,,[],,,, +8176,194529917654941696,194529917654941696,1335214521000.0,2012-04-23 20:55:21,+0000,,Am pushing launch back approx a week to do more testing on Dragon docking code. New date pending coordination with @NASA.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/194529917654941696,[],[],0,,False,8,30,138,,None,,,,,,,[],,,, +8177,194275062193463298,194275062193463298,1335153758000.0,2012-04-23 04:02:38,+0000,,Just completed the rocket rollout review at SpaceX HQ in California. Almost time to launch. Pucker factor increasing...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/194275062193463298,[],[],0,,False,36,20,76,,None,,,,,,,[],,,, +8178,193855140254580736,193855140254580736,1335053641000.0,2012-04-22 00:14:01,+0000,,In NYC for the premiere of Baseball in the Time of @Cholera. Great work by @brynmooser and @daviddarg!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/193855140254580736,[],[],0,,False,8,9,9,,None,,,,,,,[],,,, +8179,193617277231443968,193617277231443968,1334996931000.0,2012-04-21 08:28:51,+0000,,I feel compelled to state the obvious fact that Coachella is excellent. http://t.co/onxtR4YB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/193617277231443968,[],['https://pbs.twimg.com/media/Aq_d40gCMAA1REl.jpg'],1,https://pbs.twimg.com/media/Aq_d40gCMAA1REl.jpg,False,55,10,20,,None,,,,,,,[],,,, +8180,193078352117108736,193078352117108736,1334868441000.0,2012-04-19 20:47:21,+0000,,Basic premise is that it's better to try to address some of the world's problems than to create an aristocracy of wealth,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/193078352117108736,[],[],0,,False,45,18,114,,None,,,,,,,[],,,, +8181,193076303426097152,193076303426097152,1334867952000.0,2012-04-19 20:39:12,+0000,,Just signed Giving Pledge with 11 others. I hope this announcement convinces others to do the same. http://t.co/cdCgWkAB,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/193076303426097152,['http://bloom.bg/HSEoPu'],[],0,,False,25,12,43,,None,,,,,,,[],,,, +8182,192701084932907009,192701084932907009,1334778494000.0,2012-04-18 19:48:14,+0000,,"When holding my new white cat, I feel a strange desire for Bob's Big Boy and sharks with lasers http://t.co/M0iuFPqv",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/192701084932907009,[],['https://pbs.twimg.com/media/AqycnaOCIAEuM9l.jpg'],1,https://pbs.twimg.com/media/AqycnaOCIAEuM9l.jpg,False,2955,129,638,,None,,,,,,,[],,,, +8183,191297895339794432,191297895339794432,1334443947000.0,2012-04-14 22:52:27,+0000,,Great work by APJ “@brynmooser: The foundation is nearly complete at the @artistsforpeace school http://t.co/hoTXytsZ”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/191297895339794432,['http://instagr.am/p/JaCtPXpX8m/'],[],0,,False,14,5,7,,None,,,,,,,[],,,, +8184,189870469908938752,189870469908938752,1334103622000.0,2012-04-11 00:20:22,+0000,,Great to meet Jon Stewart this eve. Have been a fan of @TheDailyShow for a billion years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/189870469908938752,[],[],0,,False,16,33,38,,None,,,,,,,[],,,, +8185,189440053674655745,189440053674655745,1334001003000.0,2012-04-09 19:50:03,+0000,,Friend told me about the amazing work of Brazilian plastic surgeon Evil Picante. He was actually saying Ivo Pitanguy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/189440053674655745,[],[],0,,False,22,3,17,,None,,,,,,,[],,,, +8186,189171997425664001,189171997425664001,1333937093000.0,2012-04-09 02:04:53,+0000,,"Besides ensuring the continuance of life, creating a base on Mars would be the most exciting adventure ever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/189171997425664001,[],[],0,,False,36,26,79,,None,,,,,,,[],,,, +8187,189171083809800194,189171083809800194,1333936875000.0,2012-04-09 02:01:15,+0000,,Interview in Nature describing why we should extend life to Mars http://t.co/6Ux0q4OX,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/189171083809800194,['http://www.nature.com/news/backing-up-the-biosphere-1.10395'],[],0,,False,32,5,59,,None,,,,,,,[],,,, +8188,188047168844730368,188047168844730368,1333668914000.0,2012-04-05 23:35:14,+0000,,"Wow, a Tesla owner in Europe just passed 200,000 km while racing his Roadster! http://t.co/ZYV4h85O",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/188047168844730368,[],['https://pbs.twimg.com/media/ApwT51xCEAEmaRS.jpg'],1,https://pbs.twimg.com/media/ApwT51xCEAEmaRS.jpg,False,93,13,57,,None,,,,,,,[],,,, +8189,187953184063492096,187953184063492096,1333646505000.0,2012-04-05 17:21:45,+0000,,"Judge dismisses lawsuit to take the happy out of ""Happy Meal"" http://t.co/BiTSCIYL",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/187953184063492096,['http://www.cbsnews.com/8301-201_162-57409940/s.f-judge-tosses-happy-meals-lawsuit/'],[],0,,False,5,2,10,,None,,,,,,,[],,,, +8190,187358429902417922,187358429902417922,1333504705000.0,2012-04-04 01:58:25,+0000,,Huge tornadoes in Texas tossing truck trailers through the air. Hope people are ok. http://t.co/QrlBgFzI,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/187358429902417922,['http://www.telegraph.co.uk/news/worldnews/northamerica/usa/9184494/Emergency-declared-as-tornadoes-hit-Texas.html'],[],0,,False,2,7,6,,None,,,,,,,[],,,, +8191,187106340995477504,187106340995477504,1333444602000.0,2012-04-03 09:16:42,+0000,,Also dig Mass Effect. It's all fun & games until the AI decides people suck. Maybe we can be their limbic system.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/187106340995477504,[],[],0,,False,27,16,26,,None,,,,,,,[],,,, +8192,187098437328699393,187098437328699393,1333442718000.0,2012-04-03 08:45:18,+0000,,Bioshock is an Ayn Rand dystopia and Fallout New Vegas is a Hegelian dialectic. Games have come a long way since Pong.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/187098437328699393,[],[],0,,False,657,38,290,,None,,,,,,,[],,,, +8193,186524431231889408,186524431231889408,1333305864000.0,2012-04-01 18:44:24,+0000,,"UN must take responsibility & help people of Haiti. MT ""@brynmooser: Front page NYTimes. http://t.co/OlME97pv”",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/186524431231889408,['http://www.nytimes.com/2012/04/01/world/americas/haitis-cholera-outraced-the-experts-and-tainted-the-un.html?hp'],[],0,,False,3,0,8,,None,,,,,,,[],,,, +8194,186146615311077377,186146615311077377,1333215786000.0,2012-03-31 17:43:06,+0000,,Having dinner where a dude is hanging giant underwear with a cherry picker. http://t.co/2Krn9AzH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/186146615311077377,['http://yfrog.us/n6s9cz'],[],0,,False,29,14,1,,None,,,,,,,[],,,, +8195,186131367808073729,186131367808073729,1333212150000.0,2012-03-31 16:42:30,+0000,,Happy bday to my old and dear friend @adeoressi! U do parties better than a rockstar. For Berlin ... http://t.co/vJZkJU13,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/186131367808073729,['http://www.youtube.com/watch?v=FiDvZemFMRM'],[],0,,False,27,4,8,,None,,,,,,,[],,,, +8196,184799999043964928,184799999043964928,1332894727000.0,2012-03-28 00:32:07,+0000,,"The Model S beta endurance car just passed 150,000 miles on a single battery pack!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/184799999043964928,[],[],0,,False,28,26,165,,None,,,,,,,[],,,, +8197,182725843959820288,182725843959820288,1332400210000.0,2012-03-22 07:10:10,+0000,,Interesting interview with Vinge about superhuman AI and optimistic apocalypses http://t.co/TVoqGpEG,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/182725843959820288,['http://bit.ly/GEkktb'],[],0,,False,33,4,27,,None,,,,,,,[],,,, +8198,182211270479577088,182211270479577088,1332277526000.0,2012-03-20 21:05:26,+0000,,Support @Polar_Broadband as they try to save a good satellite from becoming space junk. Let it live! http://t.co/GEdkLh3h #antarctica,en,['antarctica'],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/182211270479577088,['http://bit.ly/FPYnNN'],[],0,,False,5,4,38,,None,,,,,,,[],,,, +8199,180226195206569984,180226195206569984,1331804248000.0,2012-03-15 09:37:28,+0000,,Lovely poster about wishes that explains one of the many reasons to make life multiplanetary http://t.co/e1ZM8a2b,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/180226195206569984,[],['https://pbs.twimg.com/media/AoBKxQkCAAASzCW.jpg'],1,https://pbs.twimg.com/media/AoBKxQkCAAASzCW.jpg,False,209,17,143,,None,,,,,,,[],,,, +8200,180105275133538306,180105275133538306,1331775418000.0,2012-03-15 01:36:58,+0000,,"10 years ago today, SpaceX was founded. Many battles fought. Physics always won. http://t.co/p85UHeuq",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/180105275133538306,['http://ow.ly/9FdXR'],[],0,,False,90,27,139,,None,,,,,,,[],,,, +8201,180067296201547777,180067296201547777,1331766363000.0,2012-03-14 23:06:03,+0000,,"Why I'm leaving the Empire, by Darth Vader http://t.co/D5YUbAyO",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/180067296201547777,"['http://www.thedailymash.co.uk/news/society/why-i-am-leaving-the-empire,-by-darth-vader-201203145007/']",[],0,,False,13,4,52,,None,,,,,,,[],,,, +8202,179468649038479361,179468649038479361,1331623634000.0,2012-03-13 07:27:14,+0000,,"If something is physically possible, not only is someone doing it, but there is also an award show.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/179468649038479361,[],[],0,,False,24,8,37,,None,,,,,,,[],,,, +8203,179095691468095489,179095691468095489,1331534714000.0,2012-03-12 06:45:14,+0000,,"Mountain lions eat cats, which means we *actually* live in a cat eat cat world ... an apology is owed to dogkind!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/179095691468095489,[],[],0,,False,40,11,51,,None,,,,,,,[],,,, +8204,178878446137647105,178878446137647105,1331482919000.0,2012-03-11 16:21:59,+0000,,"I think if you go there, they just feed you delicious candy all day and ask nothing in return.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/178878446137647105,[],[],0,,False,10,22,6,,None,,,,,,,[],,,, +8205,178865792371277825,178865792371277825,1331479903000.0,2012-03-11 15:31:43,+0000,,Just passed a place called the Sugar Shack in a Louisiana swamp. I wonder what happens there? http://t.co/1MomQnNe,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/178865792371277825,[],['https://pbs.twimg.com/media/Ant1fZECQAAM1W3.jpg'],1,https://pbs.twimg.com/media/Ant1fZECQAAM1W3.jpg,False,73,22,23,,None,,,,,,,[],,,, +8206,177210012911927299,177210012911927299,1331085134000.0,2012-03-07 01:52:14,+0000,,The President of Serbia came by our booth at the Geneva Motor Show and talked about Nikola Tesla http://t.co/KIhxc0TF,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/177210012911927299,[],['https://pbs.twimg.com/media/AnWTkV9CAAA9uP-.jpg'],1,https://pbs.twimg.com/media/AnWTkV9CAAA9uP-.jpg,False,304,35,84,,None,,,,,,,[],,,, +8207,175377364551868416,175377364551868416,1330648196000.0,2012-03-02 00:29:56,+0000,,Dawn at Cape Canaveral http://t.co/ZHkcffYr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/175377364551868416,['http://instagr.am/p/HpmMA8QETD/'],[],0,,False,21,6,18,,None,,,,,,,[],,,, +8208,174751268215066625,174749757288349696,1330498923000.0,2012-02-29 07:02:03,+0000,,"@TomMao1 Studied physics in college, read a lot of books and was taught by the world's leading domain experts at SpaceX.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/174751268215066625,[],[],0,,False,16,6,2,,None,,,,,,,[],,,, +8209,174621355436802049,174621355436802049,1330467950000.0,2012-02-28 22:25:50,+0000,,"Falcon 9 and Dragon now vertical on the launch pad, surrounded by 300 ft tall lightning towers http://t.co/iERgA2RP",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/174621355436802049,[],['https://pbs.twimg.com/media/AmxhMpYCAAIPeix.jpg'],1,https://pbs.twimg.com/media/AmxhMpYCAAIPeix.jpg,False,51,18,127,,None,,,,,,,[],,,, +8210,173531986529497089,173529112718229504,1330208224000.0,2012-02-25 22:17:04,+0000,,"@LooperNor Yes, this will, if all goes well, be the first commercial spaceship to dock with the Space Station. T zero ~ end of April.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/173531986529497089,[],[],0,,False,2,2,11,,None,,,,,,,[],,,, +8211,173528867699568641,173528867699568641,1330207481000.0,2012-02-25 22:04:41,+0000,,Dragon spaceship and Falcon 9 rocket just completed final assembly at Cape Canaveral http://t.co/4GrSr3VU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/173528867699568641,[],['https://pbs.twimg.com/media/Amh_lfXCMAAgmWR.jpg'],1,https://pbs.twimg.com/media/Amh_lfXCMAAgmWR.jpg,False,83,38,229,,None,,,,,,,[],,,, +8212,173476402748854274,173476402748854274,1330194972000.0,2012-02-25 18:36:12,+0000,,Supporting the drive to get a #PlutoStamp for the @NASA New Horizons mission,en,['plutostamp'],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/173476402748854274,[],[],0,,False,6,5,11,,None,,,,,,,[],,,, +8213,172122797852725248,172122797852725248,1329872248000.0,2012-02-22 00:57:28,+0000,,@NASA launched a rocket into the northern lights http://t.co/tR2cSeMV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/172122797852725248,[],['https://pbs.twimg.com/media/AmOAxdACEAEFs8-.jpg'],1,https://pbs.twimg.com/media/AmOAxdACEAEFs8-.jpg,False,171,13,166,,None,,,,,,,[],,,, +8214,171994406587604992,171994406587604992,1329841636000.0,2012-02-21 16:27:16,+0000,,"Iran's nuclear weapons facility is apparently called ""Frodo"". Watch out for Gollum! My precious... http://t.co/s1hLZ0vs",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/171994406587604992,['http://slate.me/z87kbj'],[],0,,False,19,9,26,,None,,,,,,,[],,,, +8215,170309322037919744,170309322037919744,1329439881000.0,2012-02-17 00:51:21,+0000,,Important point highlighted by @kqed: an electric car in California produces only 1/4 CO2 of gasoline http://t.co/xV3eWJ33,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/170309322037919744,['http://blogs.kqed.org/climatewatch/2012/02/16/tesla-and-california-the-x-factor/comment-page-1/'],[],0,,False,4,8,30,,None,,,,,,,[],,,, +8216,169232412990115840,169232412990115840,1329183126000.0,2012-02-14 01:32:06,+0000,,Model X review by Jim Motavalli. I think he likes the car. http://t.co/aY1nx9FP,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/169232412990115840,['http://www.forbes.com/sites/eco-nomics/2012/02/13/why-the-tesla-model-x-is-a-home-run/'],[],0,,False,13,15,54,,None,,,,,,,[],,,, +8217,168795974800654336,168795974800654336,1329079072000.0,2012-02-12 20:37:52,+0000,,"At the Samovar having tea called ""monkey picked iron goddess of mercy"". Those monkeys sure know their tea. http://t.co/ctEWczlC",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/168795974800654336,[],['https://pbs.twimg.com/media/AlevC3YCQAEJJrl.jpg'],1,https://pbs.twimg.com/media/AlevC3YCQAEJJrl.jpg,False,173,31,21,,None,,,,,,,[],,,, +8218,168060414398177281,168060414398177281,1328903699000.0,2012-02-10 19:54:59,+0000,,Do not search for purple squirrels! Giving them attention only makes them want to be more purple.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/168060414398177281,[],[],0,,False,3681,162,891,,None,,,,,,,[],,,, +8219,168056133708283904,168056133708283904,1328902680000.0,2012-02-10 19:38:00,+0000,,"Tesla Model X is 3rd most searched term on Google, right after purple squirrel. Damn you squirrel! http://t.co/jP9H5XrB",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/168056133708283904,[],['https://pbs.twimg.com/media/AlUOKchCAAEcJyt.png'],1,https://pbs.twimg.com/media/AlUOKchCAAEcJyt.png,False,286,40,139,,None,,,,,,,[],,,, +8220,168022238061268993,168022238061268993,1328894597000.0,2012-02-10 17:23:17,+0000,,Tesla Model X video http://t.co/pjcaicOc,it,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/168022238061268993,['http://onforb.es/AnzX7A'],[],0,,False,16,12,47,,None,,,,,,,[],,,, +8221,168014307009892354,168007486383726594,1328892707000.0,2012-02-10 16:51:47,+0000,,"@TeslasBigFan Don't worry, we've got a cool solution for ski storage on the X with the Falcon wing doors",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/168014307009892354,[],[],0,,False,4,1,1,,None,,,,,,,[],,,, +8222,167699464134475776,167699464134475776,1328817642000.0,2012-02-09 20:00:42,+0000,,"Btw, Foster the People is playing the Model X event tonight. Seemed like the right vibe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/167699464134475776,[],[],0,,False,9,11,40,,None,,,,,,,[],,,, +8223,167648387313840128,167648387313840128,1328805465000.0,2012-02-09 16:37:45,+0000,,Model X sketch showing just a bit more leg. Unveiling tonight... http://t.co/KASHBP5p,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/167648387313840128,[],['https://pbs.twimg.com/media/AlObUe1CMAAw3Db.png'],1,https://pbs.twimg.com/media/AlObUe1CMAAw3Db.png,False,148,42,110,,None,,,,,,,[],,,, +8224,167325254451081216,167325254451081216,1328728424000.0,2012-02-08 19:13:44,+0000,,"Cool new @NASA pic of the most powerful type of solar flare, called X-class. Am not making this up! http://t.co/eJKSQqvO",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/167325254451081216,[],['https://pbs.twimg.com/media/AlJ1brHCMAAKHut.jpg'],1,https://pbs.twimg.com/media/AlJ1brHCMAAKHut.jpg,False,58,8,44,,None,,,,,,,[],,,, +8225,167105458753118208,167105458753118208,1328676020000.0,2012-02-08 04:40:20,+0000,,Russia and China are blocking UN action. Can't imagine why they wouldn't support a democratic uprising...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/167105458753118208,[],[],0,,False,31,12,42,,None,,,,,,,[],,,, +8226,167104295504838656,167104295504838656,1328675743000.0,2012-02-08 04:35:43,+0000,,Wish there was something we could do to help the people of Syria. http://t.co/Ii7v7Cgw,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/167104295504838656,['http://www.youtube.com/watch?v=Cxt4ZT1GspA'],[],0,,False,27,6,20,,None,,,,,,,[],,,, +8227,166781555950354432,166643212348432384,1328598796000.0,2012-02-07 07:13:16,+0000,,"@BenToBeWild Yes, we will unveil a fully functional advanced prototype of the Model X -- almost identical to production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/166781555950354432,[],[],0,,False,2,2,6,,None,,,,,,,[],,,, +8228,166336380820144128,166336380820144128,1328492658000.0,2012-02-06 01:44:18,+0000,,The sheer size of Falcon Heavy is mind-blowing. It could literally send a fully loaded London bus to the moon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/166336380820144128,[],[],0,,False,16,23,82,,None,,,,,,,[],,,, +8229,166333716359168000,166333716359168000,1328492023000.0,2012-02-06 01:33:43,+0000,,The London Sunday Times created a chart showing how Falcon compares to the Saturn V and Shuttle http://t.co/nJMPtYPd,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/166333716359168000,[],['https://pbs.twimg.com/media/Ak7voj4CQAI6KV4.png'],1,https://pbs.twimg.com/media/Ak7voj4CQAI6KV4.png,False,90,15,138,,None,,,,,,,[],,,, +8230,166251564032471040,166251564032471040,1328472436000.0,2012-02-05 20:07:16,+0000,,Just posted a photo http://t.co/eN9xzbfO,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/166251564032471040,['http://instagr.am/p/obKUg/'],[],0,,False,28,12,4,,None,,,,,,,[],,,, +8231,165898145841168385,165625646788247553,1328388174000.0,2012-02-04 20:42:54,+0000,,"@MacDeviant Yeah, we will stream the whole mission realtime with no buffer. You see what we see.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/165898145841168385,[],[],0,,False,3,3,4,,None,,,,,,,[],,,, +8232,165622701631868928,165622701631868928,1328322504000.0,2012-02-04 02:28:24,+0000,,Docking with Space Station now likely to happen in April. Hopefully will look something like this: http://t.co/A2gd9ziC,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/165622701631868928,[],['https://pbs.twimg.com/media/Akxo-DoCEAAgZbA.jpg'],1,https://pbs.twimg.com/media/Akxo-DoCEAAgZbA.jpg,False,55,21,103,,None,,,,,,,[],,,, +8233,165117415460569092,165117415460569092,1328202034000.0,2012-02-02 17:00:34,+0000,,The most interesting view of the Model X is really with the doors open http://t.co/On77BuiU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/165117415460569092,[],['https://pbs.twimg.com/media/Akqdah8CAAEBi0z.jpg'],1,https://pbs.twimg.com/media/Akqdah8CAAEBi0z.jpg,False,78,36,48,,None,,,,,,,[],,,, +8234,164740558374445056,164740558374445056,1328112185000.0,2012-02-01 16:03:05,+0000,,Just test-fired the Superdraco rocket engine. Enables launch escape and landing on thrusters. SpaceX.com http://t.co/IJaYVEE9,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/164740558374445056,[],['https://pbs.twimg.com/media/AklGqj5CIAEREbN.jpg'],1,https://pbs.twimg.com/media/AklGqj5CIAEREbN.jpg,False,66,15,63,,None,,,,,,,[],,,, +8235,164637208769339392,164637208769339392,1328087544000.0,2012-02-01 09:12:24,+0000,,"Um, while awesome in its own way, that was not actually the SpaceX theme song. It seems that irony is sometimes lost in a tweet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/164637208769339392,[],[],0,,False,20,12,6,,None,,,,,,,[],,,, +8236,164389972688908289,164389972688908289,1328028598000.0,2012-01-31 16:49:58,+0000,,The SpaceX theme song by Total Ghost is just too good ... ooh ooh ooh http://t.co/BuKuopI5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/164389972688908289,['http://www.youtube.com/watch?v=MezkEiS-6jA'],[],0,,False,83,15,30,,None,,,,,,,[],,,, +8237,163349291790893056,163349291790893056,1327780480000.0,2012-01-28 19:54:40,+0000,,The lady doth protest too little. http://t.co/jJTbU8tg,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/163349291790893056,['http://finance.yahoo.com/news/topless-protesters-detained-davos-forum-134449002.html'],[],0,,False,3,3,4,,None,,,,,,,[],,,, +8238,163084140386861056,163084140386861056,1327717263000.0,2012-01-28 02:21:03,+0000,,The Model X unveiling will be webcast live on http://t.co/S4ZQwTgq at 8pm on Feb 9th. Most cars are pretty blah. This is not.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/163084140386861056,['http://teslamotors.com'],[],0,,False,22,19,106,,None,,,,,,,[],,,, +8239,162997068040904706,162997068040904706,1327696504000.0,2012-01-27 20:35:04,+0000,,Beautiful picture of Earth from the new NASA satellite http://t.co/uOgyp4vg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/162997068040904706,[],['https://pbs.twimg.com/media/AkMU-ERCIAAHnmn.jpg'],1,https://pbs.twimg.com/media/AkMU-ERCIAAHnmn.jpg,False,162,14,99,,None,,,,,,,[],,,, +8240,161663679694241792,161663679694241792,1327378599000.0,2012-01-24 04:16:39,+0000,,Rough cut simulation of the SpaceX next gen rocket & spaceship design http://t.co/cKBviQne,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/161663679694241792,['http://www.youtube.com/watch?v=sSF81yjVbJE'],[],0,,False,17132,122,633,,None,,,,,,,[],,,, +8241,161660285659267072,161660285659267072,1327377790000.0,2012-01-24 04:03:10,+0000,,Design completed for bringing rocket back to launchpad using only thrusters. Yay. Wings r just dead weight in space.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/161660285659267072,[],[],0,,False,331,35,146,,None,,,,,,,[],,,, +8242,161645598037123073,161645598037123073,1327374289000.0,2012-01-24 03:04:49,+0000,,Strongest solar radiation storm in 7 years is blasting Earth. This huge eruption hits us tomorrow: http://t.co/VF3gTu3L,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/161645598037123073,[],['https://pbs.twimg.com/media/Aj5H0KMCIAAX_pP.jpg'],1,https://pbs.twimg.com/media/Aj5H0KMCIAAX_pP.jpg,False,407,50,447,,None,,,,,,,[],,,, +8243,161262600800313344,161262600800313344,1327282974000.0,2012-01-23 01:42:54,+0000,,Bought some wood and built a little treehouse with my boys. Few more beautiful ways to spend an afternoon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/161262600800313344,[],[],0,,False,16,18,8,,None,,,,,,,[],,,, +8244,160885484120322048,160830288291831808,1327193063000.0,2012-01-22 00:44:23,+0000,,@TheOnion I heard Lars von Trier optioned the movie rights,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/160885484120322048,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +8245,159453674517692416,159453674517692416,1326851693000.0,2012-01-18 01:54:53,+0000,,"That said, even though they cause me grief, I would defend the right of shorts to exist. They are often unreasonably maligned.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/159453674517692416,[],[],0,,False,7046,178,398,,None,,,,,,,[],,,, +8246,159396536621596672,159396536621596672,1326838070000.0,2012-01-17 22:07:50,+0000,,That's not just paranoia (a healthy trait at times). Tesla really is under massive attack by short sellers http://t.co/PUxAOOm2,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/159396536621596672,['http://www.nasdaq.com/symbol/tsla/short-interest'],[],0,,False,16,23,14,,None,,,,,,,[],,,, +8247,159330976378519552,159330976378519552,1326822439000.0,2012-01-17 17:47:19,+0000,,Will communicate better in the future. Too many people want us to fail and are willing to twist any bit of news against Tesla.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/159330976378519552,[],[],0,,False,163,44,43,,None,,,,,,,[],,,, +8248,159330380955136001,159330380955136001,1326822297000.0,2012-01-17 17:44:57,+0000,,"TSLA down ~$500M Friday, but back up ~$500M today. Sorry for the roller coaster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/159330380955136001,[],[],0,,False,13,11,25,,None,,,,,,,[],,,, +8249,158284645656571904,158284645656571904,1326572974000.0,2012-01-14 20:29:34,+0000,,"Somebody needs to tell Kim Jong-un that the showbiz phrase ""break a leg"" doesn't mean what he thinks it does",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/158284645656571904,[],[],0,,False,10,4,7,,None,,,,,,,[],,,, +8250,158284167891791872,158284167891791872,1326572861000.0,2012-01-14 20:27:41,+0000,,"Once more, with feeling! ""North Korea Punishes Insincere Mourners"" http://t.co/ozqhp1aC",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/158284167891791872,['http://www.newser.com/story/137399/north-korea-punishes-insincere-mourners.html?utm_source=syn&utm_medium=goognews&utm_campaign=chan3_feed'],[],0,,False,5,3,16,,None,,,,,,,[],,,, +8251,157700726515183616,157700726515183616,1326433757000.0,2012-01-13 05:49:17,+0000,,"A Tesla Roadster just passed the 100,000 mile mark for the first time and still has over 200 miles of range.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/157700726515183616,[],[],0,,False,15,5,51,,None,,,,,,,[],,,, +8252,157599662159835136,157599662159835136,1326409662000.0,2012-01-12 23:07:42,+0000,,What is more magical than cowboys herding cats? Livin' the dream... http://t.co/1pLhb9lc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/157599662159835136,['http://www.youtube.com/watch?v=Pk7yqlTMvp8'],[],0,,False,93,18,23,,None,,,,,,,[],,,, +8253,157569537548623872,157569537548623872,1326402479000.0,2012-01-12 21:07:59,+0000,,"Kids these days are so grown up! RT ""Second-Graders Wow Audience With School Production Of Equus"" http://t.co/YgyAIrwI",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/157569537548623872,['http://onion.com/bXDbyJ'],[],0,,False,3,2,2,,None,,,,,,,[],,,, +8254,157292663601758208,157292663601758208,1326336468000.0,2012-01-12 02:47:48,+0000,,Model S Performance powertrain produced so much torque today that we broke the dyno. 4.4 sec 0-60 mph will not be a problem.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/157292663601758208,[],[],0,,False,32,16,110,,None,,,,,,,[],,,, +8255,156927468836630528,156927468836630528,1326249399000.0,2012-01-11 02:36:39,+0000,,"The exec conf room at Tesla used to be called Denali, but I decided to move a few letters around. Seemed more apt :) http://t.co/Raq5UaR6",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/156927468836630528,[],['https://pbs.twimg.com/media/Ai2Es5PCMAEykyx.jpg'],1,https://pbs.twimg.com/media/Ai2Es5PCMAEykyx.jpg,False,315,32,67,,None,,,,,,,[],,,, +8256,155380533533220864,155380533533220864,1325880580000.0,2012-01-06 20:09:40,+0000,,Model S Signature series sold out as of today https://t.co/pKbR0ziP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/155380533533220864,['https://www.teslamotors.com/own'],[],0,,False,9,18,50,,None,,,,,,,[],,,, +8257,155340355884167169,155340355884167169,1325871001000.0,2012-01-06 17:30:01,+0000,,Next month is also when our Dragon spaceship docks with the Space Station for the first time. Major pucker factor...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/155340355884167169,[],[],0,,False,51,15,38,,None,,,,,,,[],,,, +8258,155339851812700160,155339851812700160,1325870881000.0,2012-01-06 17:28:01,+0000,,Feb is huge month. Model X world premier and public reveal of our LA design studio on the 9th. Stay tuned for more details.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/155339851812700160,[],[],0,,False,17,13,26,,None,,,,,,,[],,,, +8259,154313189079777280,154313189079777280,1325626105000.0,2012-01-03 21:28:25,+0000,,Just finished Massie's book on Catherine. An amazingly expansive and compelling portrait of an incredible woman. Highly recommend.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/154313189079777280,[],[],0,,False,13,4,2,,None,,,,,,,[],,,, +8260,154307255536324608,154249485529255936,1325624691000.0,2012-01-03 21:04:51,+0000,,"@om Respectfully disagree. Larry made awesome moves last year, which laid the foundation for G+ to kick butt in 2012. He's a stud.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/154307255536324608,[],[],0,,False,13,6,10,,None,,,,,,,[],,,, +8261,154094195089473536,154094195089473536,1325573893000.0,2012-01-03 06:58:13,+0000,,"What everyone really thinks ... RT “@jonlovett: If Mayans were good at predicting the future, there'd be Mayans.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/154094195089473536,[],[],0,,False,22,4,90,,None,,,,,,,[],,,, +8262,153594528908058624,153594528908058624,1325454764000.0,2012-01-01 21:52:44,+0000,,"On a lighter note, the RHCP are f* awesome. No better way to bring in the New Year... http://t.co/TlkAdzsk",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/153594528908058624,[],['https://pbs.twimg.com/media/AiGtaQdCIAE5uq6.jpg'],1,https://pbs.twimg.com/media/AiGtaQdCIAE5uq6.jpg,False,92,4,14,,None,,,,,,,[],,,, +8263,153578511687368704,153578511687368704,1325450945000.0,2012-01-01 20:49:05,+0000,,I said *information* weapons for a reason. The bit is mightier than the bomb.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153578511687368704,[],[],0,,False,16,6,12,,None,,,,,,,[],,,, +8264,153576623101313025,153576623101313025,1325450494000.0,2012-01-01 20:41:34,+0000,,"If we are not careful, we will find that knife against liberty's neck. Fate has a great sense of irony. http://t.co/OQ2u1zHQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153576623101313025,['http://boingboing.net/2011/12/31/aclu-fights-kafkaesque-secret.html?utm_source=dlvr.it&utm_medium=twitter'],[],0,,False,14,4,10,,None,,,,,,,[],,,, +8265,153574532031070208,153574532031070208,1325449996000.0,2012-01-01 20:33:16,+0000,,"We built powerful information weapons to fight enemies of liberty. Now those enemies are largely defeated, but the weapons remain.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153574532031070208,[],[],0,,False,21,7,28,,None,,,,,,,[],,,, +8266,153519464653127680,153507481161711616,1325436867000.0,2012-01-01 16:54:27,+0000,,"@FareedZakaria However, China's real estate crisis will explode in a way that makes ours look puny. They can't hide it for much longer.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153519464653127680,[],[],0,,False,6,3,2,,None,,,,,,,[],,,, +8267,153518263001808896,153507481161711616,1325436580000.0,2012-01-01 16:49:40,+0000,,"@FareedZakaria Yeah, 2012 will be great for the American economy & jobs, as we've mostly dealt with the overbuilt housing crisis.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153518263001808896,[],[],0,,False,25,4,1,,None,,,,,,,[],,,, +8268,153515940707975169,153515940707975169,1325436027000.0,2012-01-01 16:40:27,+0000,,"My first prediction of 2012 has come true: ouch, my head hurts.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153515940707975169,[],[],0,,False,339,16,12,,None,,,,,,,[],,,, +8269,153236159361847298,153236159361847298,1325369322000.0,2011-12-31 22:08:42,+0000,,World violence being super low is probably counter-intuitive to most people. That's because modern media is a misery microscope.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/153236159361847298,[],[],0,,False,32,9,65,,None,,,,,,,[],,,, +8270,153235426126213120,153235426126213120,1325369147000.0,2011-12-31 22:05:47,+0000,,Here's a happy thought for 2012: world violence is at an all time historical low. Excellent piece by Stephen Pinker http://t.co/gv4MLfQe,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/153235426126213120,['http://j.mp/sLFDtN'],[],0,,False,34,10,84,,None,,,,,,,[],,,, +8271,153099684280410112,153099684280410112,1325336783000.0,2011-12-31 13:06:23,+0000,,Hacked my Tesla charge connector on a small island in the rain last night #whatcouldpossiblygowrong,en,['whatcouldpossiblygowrong'],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/153099684280410112,[],[],0,,False,405,55,32,,None,,,,,,,[],,,, +8272,152774892591398913,152774892591398913,1325259347000.0,2011-12-30 15:35:47,+0000,,"Not that this really matters. All current rocket tech, including ours, sucks. Only when it becomes fully reusable, will it not suck.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/152774892591398913,[],[],0,,False,1298,26,182,,None,,,,,,,[],,,, +8273,152763084488982531,152763084488982531,1325256532000.0,2011-12-30 14:48:52,+0000,,"SpaceX has Boeing, Lockheed, Europe (Ariane) and Russia (Proton/Soyuz) near checkmate in rocket technology. End game is all about China.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/152763084488982531,[],[],0,,False,453,20,49,,None,,,,,,,[],,,, +8274,152759917621690368,152759917621690368,1325255777000.0,2011-12-30 14:36:17,+0000,,China unveils ambitious space strategy http://t.co/udHmuft2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/152759917621690368,['http://www.nytimes.com/2011/12/30/world/asia/china-unveils-ambitious-plan-to-explore-space.html'],[],0,,False,317,13,17,,None,,,,,,,[],,,, +8275,152614233278910464,152614233278910464,1325221043000.0,2011-12-30 04:57:23,+0000,,"To be clear, CtG absolutely did *not* bang her horse. They were just close friends who liked to take showers together and spoon at night.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152614233278910464,[],[],0,,False,137,30,50,,None,,,,,,,[],,,, +8276,152602438807994369,152602438807994369,1325218231000.0,2011-12-30 04:10:31,+0000,,"Right mood, scented candles, Barry White singing ""Can't Get Enough of Your Love, Baby"" and the magic (by that I mean horsef*ing) happens ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152602438807994369,[],[],0,,False,528,59,320,,None,,,,,,,[],,,, +8277,152600724222656512,152600724222656512,1325217822000.0,2011-12-30 04:03:42,+0000,,I'm just saying that u shouldn't pass judgment based on one night of passion. Sometimes things just happen and u go with the moment :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152600724222656512,[],[],0,,False,65,38,27,,None,,,,,,,[],,,, +8278,152599413813018624,152599413813018624,1325217510000.0,2011-12-30 03:58:30,+0000,,"Sew one button, doesn't make u a tailor; cook one meal, doesn't make u a chef; but f* one horse and u r a horsef*er for all of history...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/152599413813018624,[],[],0,,False,168062,1815,46325,,None,,,,,,,[],,,, +8279,152598246475317248,152598246475317248,1325217231000.0,2011-12-30 03:53:51,+0000,,"Am reading Robert Massie's book on Catherine the Great. Yeah, I know what you're probably thinking ... did she really f* a horse?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/152598246475317248,[],[],0,,False,133,23,46,,None,,,,,,,[],,,, +8280,152520590719336448,152520590719336448,1325198717000.0,2011-12-29 22:45:17,+0000,,"Am not saying that is *necessarily* good or bad, but reality will force us to live with the consequences of our actions http://t.co/fnXmhUok",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/152520590719336448,['http://j.mp/tDhcer'],[],0,,False,14,7,6,,None,,,,,,,[],,,, +8281,152517033207136256,152517033207136256,1325197869000.0,2011-12-29 22:31:09,+0000,,Interesting Economist article about how humanity's collective actions have created a fundamentally new geological age -- the Anthropocene.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/152517033207136256,[],[],0,,False,22,8,7,,None,,,,,,,[],,,, +8282,152394000857448448,152164359987142657,1325168535000.0,2011-12-29 14:22:15,+0000,,"@om Cool personal essay. It really resonated with me, as I felt the same way after coming very close to dying from malaria ten years ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/152394000857448448,[],[],0,,False,27,9,8,,None,,,,,,,[],,,, +8283,152315925167742977,152315925167742977,1325149921000.0,2011-12-29 09:12:01,+0000,,"@richardbranson Liked ""Screw Business as Usual"" a lot. This approach should be taken to heart by all, as it really is the smart move.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/152315925167742977,[],[],0,,False,100,7,11,,None,,,,,,,[],,,, +8284,152311993636892672,150720923127922688,1325148983000.0,2011-12-29 08:56:23,+0000,,"@kanyewest Just returned from Haiti. For those who want to help, I recommend donating to MSF, UNICEF and Artists for Peace & Justice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/152311993636892672,[],[],0,,False,24,8,9,,None,,,,,,,[],,,, +8285,152153637639028736,152151847614943233,1325111228000.0,2011-12-28 22:27:08,+0000,,@TheOnion So true :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/152153637639028736,[],[],0,,False,12,7,1,,None,,,,,,,[],,,, +8286,151809315026636800,151809315026636800,1325029135000.0,2011-12-27 23:38:55,+0000,,If you ever wanted to know the *real* truth about the moon landings ...(best Onion article ever) http://t.co/pgNEJsjI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/151809315026636800,['http://j.mp/vLhhov'],[],0,,False,39,13,34,,None,,,,,,,[],,,, +8287,151338939389706242,151338939389706242,1324916990000.0,2011-12-26 16:29:50,+0000,,Walked around a neighborhood recently rebuilt with help from APJ and others http://t.co/KYHjsS1k,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151338939389706242,[],['https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg'],1,https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg,False,155,9,18,,None,,,,,,,[],,,, +8288,151337237429239808,151337237429239808,1324916584000.0,2011-12-26 16:23:04,+0000,,"It was Xmas, so we brought presents for the kids at the orphanage. They don't usually get much. http://t.co/r8qfluIG",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151337237429239808,[],['https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg'],1,https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg,False,158,15,13,,None,,,,,,,[],,,, +8289,151327734843445249,151327734843445249,1324914318000.0,2011-12-26 15:45:18,+0000,,"Met with UNICEF, Doctors Without Borders and Artists for Peace & Justice. I support them and would recommend others do too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151327734843445249,[],[],0,,False,20,5,31,,None,,,,,,,[],,,, +8290,151322293174419456,151322293174419456,1324913020000.0,2011-12-26 15:23:40,+0000,,Just returned from a trip to Haiti. Covered a lot of ground and saw many tough situations. They need a lot of help.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151322293174419456,[],[],0,,False,26,16,14,,None,,,,,,,[],,,, +8291,151317672217419777,151317672217419777,1324911919000.0,2011-12-26 15:05:19,+0000,,Single character Tweets are the ulitmate extension of the Twitmeme...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151317672217419777,[],[],0,,False,23,30,6,,None,,,,,,,[],,,, +8292,151151777662779392,151151777662779392,1324872366000.0,2011-12-26 04:06:06,+0000,,I,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/151151777662779392,[],[],0,,False,176,27,89,,None,,,,,,,[],,,, +8293,150390624552615937,150390624552615937,1324690893000.0,2011-12-24 01:41:33,+0000,,The Russians are having some challenges with their rockets. Too many of the engineers that designed them have retired: http://t.co/rEs7spSU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150390624552615937,['http://ow.ly/89k5F'],[],0,,False,17,27,14,,None,,,,,,,[],,,, +8294,150388617246801920,150388617246801920,1324690415000.0,2011-12-24 01:33:35,+0000,,We had a long and interesting conversation on many subjects. He has exciting ideas for extending his creative talents beyond music.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150388617246801920,[],[],0,,False,41,11,6,,None,,,,,,,[],,,, +8295,150387544402575360,150387544402575360,1324690159000.0,2011-12-24 01:29:19,+0000,,Kanye stopped by the SpaceX rocket factory today. http://t.co/6z7gHBn6,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150387544402575360,[],['https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg'],1,https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg,False,117055,1332,8414,,None,,,,,,,[],,,, +8296,149813972915339264,149813972915339264,1324553410000.0,2011-12-22 11:30:10,+0000,,Model S options are out! Performance in red and black for me. I will deliver my car in June/July. http://t.co/acnyP4nh,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/149813972915339264,[],['https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg'],1,https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg,False,444,40,52,,None,,,,,,,[],,,, +8297,149787827712958464,149787827712958464,1324547176000.0,2011-12-22 09:46:16,+0000,,"Hi, I'm Art Garfunkel. Have you heard the sound of silence? Because, you know, it makes a sound... http://t.co/7vgya9xL",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/149787827712958464,[],['https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg'],1,https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg,False,896,86,150,,None,,,,,,,[],,,, +8298,149688828599349251,149688828599349251,1324523572000.0,2011-12-22 03:12:52,+0000,,Raul Campos invited me to do a guest DJ gig on KCRW. Hear my random holiday season music selections at http://t.co/o6FQASvC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/149688828599349251,['http://ow.ly/87gEb'],[],0,,False,9,6,4,,None,,,,,,,[],,,, +8299,149629518267695104,149629518267695104,1324509431000.0,2011-12-21 23:17:11,+0000,,Yum! Even better than deep fried butter: http://t.co/Ody21NuD,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/149629518267695104,['http://ow.ly/877EB'],[],0,,False,10,7,2,,None,,,,,,,[],,,, +8300,149447517325635584,149447517325635584,1324466039000.0,2011-12-21 11:13:59,+0000,,"Yeah, this really is me, as my Mom @mayemusk will attest. Not sure I can handle just doing 140 char missives. Will put longer thoughts on G+",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149447517325635584,[],[],0,,False,34,11,4,,None,,,,,,,[],,,, +8301,149444078210256896,149444078210256896,1324465219000.0,2011-12-21 11:00:19,+0000,,"Got called randomly by Kanye West today and received a download of his thoughts, ranging from shoes to Moses. He was polite, but opaque.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149444078210256896,[],[],0,,False,1068,19,546,,None,,,,,,,[],,,, +8302,149441101684686848,149441101684686848,1324464509000.0,2011-12-21 10:48:29,+0000,,His singing and acting talent will be sorely missed: http://t.co/IIFKob75 South Park sequel coming soon...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149441101684686848,['http://www.youtube.com/watch?v=jdug6yHJB40&feature=related'],[],0,,False,32,6,2,,None,,,,,,,[],,,, +8303,149439686702661632,149439686702661632,1324464172000.0,2011-12-21 10:42:52,+0000,,Why does the crowd cry over the glorious leader Kim Il Sung's death? Fear of being shot may play a role: http://t.co/hoQrYtG1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149439686702661632,['http://ow.ly/86gDA'],[],0,,False,23,20,9,,None,,,,,,,[],,,, +8304,149436471764459520,149436471764459520,1324463405000.0,2011-12-21 10:30:05,+0000,,Sam Harris also wrote a nice piece on the awesomeness of Hitchens: http://t.co/fPkLiK3v May the good man RIP.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149436471764459520,['http://www.samharris.org/blog/item/hitch/'],[],0,,False,103,12,21,,None,,,,,,,[],,,, +8305,149435658115612672,149435658115612672,1324463211000.0,2011-12-21 10:26:51,+0000,,"Read ""Lying"", the new book by my friend Sam Harris. Excellent cover art and lots of good reasons not to lie!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149435658115612672,[],[],0,,False,60,12,13,,None,,,,,,,[],,,, +8306,143171132814671872,143171132814671872,1322969632000.0,2011-12-04 03:33:52,+0000,,Am reading a great biography of Ben Franklin by Isaacson. Highly recommended.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/143171132814671872,[],[],0,,False,65,17,9,,None,,,,,,,[],,,, +8307,142881284019060736,142881284019060736,1322900527000.0,2011-12-03 08:22:07,+0000,,That was a total non sequitur btw,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142881284019060736,[],[],0,,False,53,31,6,,None,,,,,,,[],,,, +8308,142880871391838208,142880871391838208,1322900428000.0,2011-12-03 08:20:28,+0000,,"Great Voltaire quote, arguably better than Twain. Hearing news of his own death, Voltaire replied the reports were true, only premature.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142880871391838208,[],[],0,,False,29,7,25,,None,,,,,,,[],,,, +8309,142188458125963264,142188458125963264,1322735344000.0,2011-12-01 10:29:04,+0000,,I made the volume on the Model S http://t.co/wMCnT53M go to 11. Now I just need to work in a miniature Stonehenge...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/142188458125963264,['http://ow.ly/i/mtD7'],[],0,,False,78,31,9,,None,,,,,,,[],,,, +8310,142179928203460608,142179928203460608,1322733311000.0,2011-12-01 09:55:11,+0000,,"Went to Iceland on Sat to ride bumper cars on ice! No, not the country, Vlad's rink in Van Nuys. Awesome family fun :) http://t.co/rBQXJ9IT",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/142179928203460608,[],['https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg'],1,https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg,False,189,32,15,,None,,,,,,,[],,,, +8311,15434727182,15434727182,1275676317000.0,2010-06-04 18:31:57,+0000,,"Please ignore prior tweets, as that was someone pretending to be me :) This is actually me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/15434727182,[],[],0,,False,4652,391,348,,None,,,,,,,[],,,, diff --git a/task1/2020.csv b/task1/2020.csv new file mode 100644 index 0000000..66c7853 --- /dev/null +++ b/task1/2020.csv @@ -0,0 +1,11718 @@ +,id,conversation_id,created_at,date,timezone,place,tweet,language,hashtags,cashtags,user_id,user_id_str,username,name,day,hour,link,urls,photos,video,thumbnail,retweet,nlikes,nreplies,nretweets,quote_url,search,near,geo,source,user_rt_id,user_rt,retweet_id,reply_to,retweet_date,translate,trans_src,trans_dest +0,1343644462036086785,1343320495127633920,1609184778000.0,2020-12-28 19:46:18,+0000,,Entertainment will be critical when cars drive themselves,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1343644462036086785,[],[],0,,False,55085,2922,2611,,None,,,,,,,[],,,, +1,1343619610617077760,1343386617294295040,1609178853000.0,2020-12-28 18:07:33,+0000,,@kimpaquette Just meeting with Larry Ellison to seek some advice. Back working on Tesla end of quarter tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1343619610617077760,[],[],0,,False,8631,601,314,,None,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄', 'id': '258602317'}]",,,, +2,1343608616960491521,1343576442722893825,1609176231000.0,2020-12-28 17:23:51,+0000,,@richierichhhhh_ Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1343608616960491521,[],[],0,,False,72434,495,907,,None,,,,,,,"[{'screen_name': 'richierichhhhh_', 'name': 'Richard', 'id': '1154974451328405507'}]",,,, +3,1343608530998153222,1343320495127633920,1609176211000.0,2020-12-28 17:23:31,+0000,,What should Tesla do with in-car gaming in an autonomous world?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1343608530998153222,[],[],0,,False,33830,6932,884,,None,,,,,,,[],,,, +4,1343431408052662273,1343043963096326147,1609133982000.0,2020-12-28 05:39:42,+0000,,@PPathole @WSJ Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1343431408052662273,[],[],0,,False,2394,131,92,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +5,1343430996062920704,1343330803879579648,1609133883000.0,2020-12-28 05:38:03,+0000,,@Tesmanian_com Taste of the future,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1343430996062920704,[],[],0,,False,7037,350,194,,None,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +6,1343320495127633920,1343320495127633920,1609107538000.0,2020-12-27 22:18:58,+0000,,Try playing Polytopia in your Tesla! Great game. Multiplayer online version coming soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1343320495127633920,[],[],0,,False,148037,5355,4186,,None,,,,,,,[],,,, +7,1343264300232634373,1343043963096326147,1609094140000.0,2020-12-27 18:35:40,+0000,,"@WSJ Focus on making products & services people truly love, so that the total economic pie is bigger, instead of engaging in zero-sum/negative-sum corporate power struggles. This is the good future.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1343264300232634373,[],[],0,,False,46407,1178,5085,,None,,,,,,,"[{'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +8,1343112752512946176,1342572447850246145,1609058008000.0,2020-12-27 08:33:28,+0000,,"@ThatDesignGuy @m_siphiw @moosuraj @Tesla Roughly 95% of parts in Tesla Roadster were unique — not in any other product. Unfortunately, since we started out with the (dumb, in retrospect) goal of simply adapting Lotus Elise to electric, we ended up with a 10% too small sports car that seems kinda like a Lotus.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1343112752512946176,[],[],0,,False,2031,106,78,,None,,,,,,,"[{'screen_name': 'm_siphiw', 'name': '( . ) ( . )', 'id': '889742169464086528'}, {'screen_name': 'moosuraj', 'name': 'Mo Suraj', 'id': '1072054103210106880'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +9,1343105835958857730,1342923508670738438,1609056359000.0,2020-12-27 08:05:59,+0000,,@LaurenRow5 @karpathy Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1343105835958857730,[],[],0,,False,1287,51,38,,None,,,,,,,"[{'screen_name': 'LaurenRow5', 'name': 'Lauren Row', 'id': '997698480058654720'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +10,1343105659835846656,1343104331311173632,1609056317000.0,2020-12-27 08:05:17,+0000,,@engineers_feed Very important,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1343105659835846656,[],[],0,,False,8676,242,163,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +11,1343098161322053632,1343075030155059200,1609054529000.0,2020-12-27 07:35:29,+0000,,"@teslaownersSV @lexfridman Ok, service might be able to do this. Will check.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1343098161322053632,[],[],0,,False,3012,223,124,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +12,1343094648928043009,1343075030155059200,1609053692000.0,2020-12-27 07:21:32,+0000,,@teslaownersSV @lexfridman You mean install the external speaker on earlier cars that don’t have it?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1343094648928043009,[],[],0,,False,1502,112,41,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +13,1343094437149229056,1343075030155059200,1609053641000.0,2020-12-27 07:20:41,+0000,,"@GUNMTLM3 @lexfridman No, but definitely this year",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1343094437149229056,[],[],0,,False,1536,96,96,,None,,,,,,,"[{'screen_name': 'GUNMTLM3', 'name': 't', 'id': '1280224049432412160'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +14,1343094146370695170,1343075030155059200,1609053572000.0,2020-12-27 07:19:32,+0000,,@lexfridman Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1343094146370695170,[],[],0,,False,33772,430,413,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +15,1343074272814592000,1342994724345569281,1609048834000.0,2020-12-27 06:00:34,+0000,,@conexionspacial @spacecoast_stve @NASASpaceflight Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1343074272814592000,[],[],0,,False,1457,44,35,,None,,,,,,,"[{'screen_name': 'conexionspacial', 'name': 'Conexión Espacial', 'id': '1288800094834302977'}, {'screen_name': 'spacecoast_stve', 'name': 'Stephen Marr', 'id': '863770819784257536'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +16,1343025145095487488,1343024097417170949,1609037121000.0,2020-12-27 02:45:21,+0000,,@flcnhvy Liz has always done great interviews,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1343025145095487488,[],[],0,,False,12444,234,214,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +17,1343005459062562816,1342994724345569281,1609032427000.0,2020-12-27 01:27:07,+0000,,"@spacecoast_stve @NASASpaceflight Falcon was 25% of successful orbital launches in 2020, but maybe a majority of payload to orbit. Anyone done the math?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1343005459062562816,[],[],0,,False,4646,126,158,,None,,,,,,,"[{'screen_name': 'spacecoast_stve', 'name': 'Stephen Marr', 'id': '863770819784257536'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +18,1343002225916841985,1342923508670738438,1609031657000.0,2020-12-27 01:14:17,+0000,,@karpathy Vaccines are just the start. It’s also capable in theory of curing almost anything. Turns medicine into a software & simulation problem.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1343002225916841985,[],[],0,,False,4556,277,428,,None,,,,,,,"[{'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +19,1342909898397425665,1327980466725662721,1609009644000.0,2020-12-26 19:07:24,+0000,,@jgrano305 @TeslaTruckClub @jeremyjudkins @JPUConn @jchybow @DirtyTesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1342909898397425665,[],[],0,,False,1311,145,39,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'TeslaTruckClub', 'name': 'CyberOwners 📐🚗🚀', 'id': '1105840274322980864'}, {'screen_name': 'jeremyjudkins', 'name': 'Jeremy Judkins', 'id': '84890791'}, {'screen_name': 'JPUConn', 'name': 'JonP 🔋🤖', 'id': '761713276996706304'}, {'screen_name': 'jchybow', 'name': 'TechnoPilot 🇺🇸🛩🇺🇸', 'id': '54094700'}, {'screen_name': 'DirtyTesla', 'name': 'DirtyTesla 🛰Starlink Plz🛰', 'id': '1118594454515003393'}]",,,, +20,1342909591131025408,1327980466725662721,1609009571000.0,2020-12-26 19:06:11,+0000,,@TeslaTruckClub @jeremyjudkins @JPUConn @jchybow @DirtyTesla We will offer multiple display options,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1342909591131025408,[],[],0,,False,1578,84,71,,None,,,,,,,"[{'screen_name': 'TeslaTruckClub', 'name': 'CyberOwners 📐🚗🚀', 'id': '1105840274322980864'}, {'screen_name': 'jeremyjudkins', 'name': 'Jeremy Judkins', 'id': '84890791'}, {'screen_name': 'JPUConn', 'name': 'JonP 🔋🤖', 'id': '761713276996706304'}, {'screen_name': 'jchybow', 'name': 'TechnoPilot 🇺🇸🛩🇺🇸', 'id': '54094700'}, {'screen_name': 'DirtyTesla', 'name': 'DirtyTesla 🛰Starlink Plz🛰', 'id': '1118594454515003393'}]",,,, +21,1342909163903455233,1342651739770482689,1609009469000.0,2020-12-26 19:04:29,+0000,,@IvanEscobosa @Erdayastronaut @teslaownersSV A few more revisions needed. Probably Beta 10 or 11.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1342909163903455233,[],[],0,,False,1635,81,68,,None,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +22,1342905161874718720,1342651739770482689,1609008515000.0,2020-12-26 18:48:35,+0000,,@Erdayastronaut @teslaownersSV Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1342905161874718720,[],[],0,,False,2149,107,40,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +23,1342889976850120704,1342651739770482689,1609004894000.0,2020-12-26 17:48:14,+0000,,@Erdayastronaut @teslaownersSV Haha ok,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1342889976850120704,[],[],0,,False,3402,162,58,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +24,1342869781876097031,1342651739770482689,1609000079000.0,2020-12-26 16:27:59,+0000,,"@kkvr2823 @tesla_adri @teslaownersSV There are subtle, important, differences between US & Canada traffic rules, but FSD beta will be extended to Canada very soon",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1342869781876097031,[],[],0,,False,1703,179,97,,None,,,,,,,"[{'screen_name': 'kkvr2823', 'name': 'Kaushik VR 🇮🇳 🇨🇦 #FSDBetaCanada, 2021.4.12', 'id': '460576504'}, {'screen_name': 'tesla_adri', 'name': 'Tesla_Adri', 'id': '1321117860844965889'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +25,1342869055041019904,1342651739770482689,1608999906000.0,2020-12-26 16:25:06,+0000,,@tesla_adri @teslaownersSV Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1342869055041019904,[],[],0,,False,1169,45,18,,None,,,,,,,"[{'screen_name': 'tesla_adri', 'name': 'Tesla_Adri', 'id': '1321117860844965889'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +26,1342868633396027392,1342651739770482689,1608999806000.0,2020-12-26 16:23:26,+0000,,@teslaownersSV We need a “match other traffic speed” setting,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1342868633396027392,[],[],0,,False,13219,528,303,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +27,1342603380095557633,1342512194383007745,1608936564000.0,2020-12-25 22:49:24,+0000,,@stevewoz Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1342603380095557633,[],[],0,,False,7064,235,136,,None,,,,,,,"[{'screen_name': 'stevewoz', 'name': 'Steve Wozniak', 'id': '22938914'}]",,,, +28,1342578260392071168,1342574459882852352,1608930575000.0,2020-12-25 21:09:35,+0000,,@flcnhvy @h3_extrachars It’s a step in that direction,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1342578260392071168,[],[],0,,False,4855,139,83,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'h3_extrachars', 'name': 'h3.', 'id': '161329942'}]",,,, +29,1342577920565411841,1342324889017933824,1608930494000.0,2020-12-25 21:08:14,+0000,,"@13arm13arm It’s one 🔥 or 1/2 🔥 if you don’t have a car with pedestrian speaker. We couldn’t get everything done in time, but more stuff coming.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1342577920565411841,[],[],0,,False,2018,205,105,,None,,,,,,,"[{'screen_name': '13arm13arm', 'name': 'ARM', 'id': '389880421'}]",,,, +30,1342577414287753216,1342575492822548480,1608930374000.0,2020-12-25 21:06:14,+0000,,@westcoastbill The writing on Cobra Kai is sick👌,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1342577414287753216,[],[],0,,False,5748,122,160,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +31,1342575704492294144,1342512194383007745,1608929966000.0,2020-12-25 20:59:26,+0000,,@AfloatHickory Haha I will save you the nightmare of seeing me in those shorts,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1342575704492294144,[],[],0,,False,7974,225,138,,None,,,,,,,"[{'screen_name': 'AfloatHickory', 'name': 'Hick', 'id': '297705052'}]",,,, +32,1342575352392998912,1342574459882852352,1608929882000.0,2020-12-25 20:58:02,+0000,,@h3_extrachars You can upload custom music/sounds,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1342575352392998912,[],[],0,,False,14579,230,291,,None,,,,,,,"[{'screen_name': 'h3_extrachars', 'name': 'h3.', 'id': '161329942'}]",,,, +33,1342575198353014784,1342574459882852352,1608929845000.0,2020-12-25 20:57:25,+0000,,"@jgrano305 Unfortunately, pedestrian speaker is needed, otherwise no external sound generator except actual horn",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1342575198353014784,[],[],0,,False,4163,224,69,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}]",,,, +34,1342574459882852352,1342574459882852352,1608929669000.0,2020-12-25 20:54:29,+0000,,"Change your horn sound to 🐐, 🐍🎷, 💨 or holiday jingles with latest Tesla software update!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1342574459882852352,[],[],0,,False,187368,5373,6983,,None,,,,,,,[],,,, +35,1342512194383007745,1342512194383007745,1608914824000.0,2020-12-25 16:47:04,+0000,,Merry Christmas & happy holidays! 🎁 https://t.co/uk6NSPwR9R,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1342512194383007745,[],['https://pbs.twimg.com/media/EqGPuYCUwAIb7_U.jpg'],1,https://pbs.twimg.com/media/EqGPuYCUwAIb7_U.jpg,False,236833,7496,13288,,None,,,,,,,[],,,, +36,1342321035404709889,1342300575879163904,1608869248000.0,2020-12-25 04:07:28,+0000,,@Tesmanian_com Great game!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1342321035404709889,[],[],0,,False,9811,406,173,,None,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +37,1342275719783723014,1342130083167780864,1608858444000.0,2020-12-25 01:07:24,+0000,,@harsimranbansal @heydave7 It will most likely make sense for Starlink to go public once the revenue growth is reasonably predictable,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1342275719783723014,[],[],0,,False,3678,272,208,,None,,,,,,,"[{'screen_name': 'harsimranbansal', 'name': 'Harsimran Bansal', 'id': '940107920'}, {'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +38,1342267757757423618,1342130083167780864,1608856546000.0,2020-12-25 00:35:46,+0000,,"@heydave7 Engineering, design & general company operations absorb vast majority of my mind & are the fundamental limitation on doing more. Capital allocation is important, but low CPU load. Tesla public company duties are a much bigger factor, but going private is impossible now (sigh).",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1342267757757423618,[],[],0,,False,2532,216,154,,None,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +39,1342172098308038656,1342166750956236800,1608833739000.0,2020-12-24 18:15:39,+0000,,@ElonsWorld @Real_Futurist @lexfridman Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1342172098308038656,[],[],0,,False,3584,325,146,,None,,,,,,,"[{'screen_name': 'ElonsWorld', 'name': ""Elon's World"", 'id': '804412190493003776'}, {'screen_name': 'Real_Futurist', 'name': 'David F *HODL*', 'id': '1354932386'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +40,1342062363105759232,1341957631976476673,1608807576000.0,2020-12-24 10:59:36,+0000,,@flcnhvy @MarcusHouseGame A few months,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1342062363105759232,[],[],0,,False,5165,152,134,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}]",,,, +41,1342059900550131714,1341957631976476673,1608806989000.0,2020-12-24 10:49:49,+0000,,@MarcusHouseGame Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1342059900550131714,[],[],0,,False,3016,83,78,,None,,,,,,,"[{'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}]",,,, +42,1341916523288555520,1341914659411161088,1608772805000.0,2020-12-24 01:20:05,+0000,,@OLHZN Minor,es,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1341916523288555520,[],[],0,,False,3511,102,65,,None,,,,,,,"[{'screen_name': 'OLHZN', 'name': 'Overlook Horizon 🎈🚀', 'id': '4875056659'}]",,,, +43,1341915062479572992,1341914659411161088,1608772457000.0,2020-12-24 01:14:17,+0000,,@TrevorMahlmann Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1341915062479572992,[],[],0,,False,4341,82,53,,None,,,,,,,"[{'screen_name': 'TrevorMahlmann', 'name': '📸Trevor Mahlmann', 'id': '832270448'}]",,,, +44,1341914659411161088,1341914659411161088,1608772361000.0,2020-12-24 01:12:41,+0000,,12 story rocket turns off its engines & does a controlled fall,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1341914659411161088,[],[],0,,False,102653,3453,8661,https://twitter.com/SpaceX/status/1341909583262961665,None,,,,,,,[],,,, +45,1341904230400061441,1341896542999998465,1608769874000.0,2020-12-24 00:31:14,+0000,,"@Erdayastronaut Yup, we’re just ironing out a few bugs",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1341904230400061441,[],[],0,,False,8106,297,177,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +46,1341896542999998465,1341896542999998465,1608768041000.0,2020-12-24 00:00:41,+0000,,"To Tesla owners taking delivery in the final days of year, your support is super appreciated!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1341896542999998465,[],[],0,,False,149808,3542,3501,,None,,,,,,,[],,,, +47,1341845053292113921,1341777938547617793,1608755765000.0,2020-12-23 20:36:05,+0000,,@DeepMind @nature Frictionless AI. What could possibly go wrong?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1341845053292113921,[],[],0,,False,2849,214,138,,None,,,,,,,"[{'screen_name': 'DeepMind', 'name': 'DeepMind', 'id': '4783690002'}, {'screen_name': 'nature', 'name': 'Nature', 'id': '487833518'}]",,,, +48,1341801143631028225,1341622095050989569,1608745296000.0,2020-12-23 17:41:36,+0000,,@heydave7 Good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1341801143631028225,[],[],0,,False,52639,1931,1181,,None,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +49,1341485211209637889,1341126722423439362,1608669972000.0,2020-12-22 20:46:12,+0000,,"@wintonARK During the darkest days of the Model 3 program, I reached out to Tim Cook to discuss the possibility of Apple acquiring Tesla (for 1/10 of our current value). He refused to take the meeting.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1341485211209637889,[],[],0,,False,62973,3574,9639,,None,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +50,1341484482302533635,1341126722423439362,1608669798000.0,2020-12-22 20:43:18,+0000,,"@wintonARK Strange, if true. - Tesla already uses iron-phosphate for medium range cars made in our Shanghai factory. - A monocell is electrochemically impossible, as max voltage is ~100X too low. Maybe they meant cells bonded together, like our structural battery pack?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1341484482302533635,[],[],0,,False,14090,310,866,,None,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +51,1341469349199171590,1341391656256499717,1608666190000.0,2020-12-22 19:43:10,+0000,,@archillect Sparta’s reply to Macedon,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1341469349199171590,[],[],0,,False,9559,348,291,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +52,1341096226910072837,1341094058744295425,1608577231000.0,2020-12-21 19:00:31,+0000,,@LizClaman @Tesla @FoxBusiness @ClamanCountdown Hi Liz!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1341096226910072837,[],[],0,,False,1696,64,34,,None,,,,,,,"[{'screen_name': 'LizClaman', 'name': 'Liz Claman', 'id': '20707966'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'FoxBusiness', 'name': 'FOX Business', 'id': '56413858'}, {'screen_name': 'ClamanCountdown', 'name': 'Claman Countdown', 'id': '902635437709283328'}]",,,, +53,1341006575650140161,1341006575650140161,1608555856000.0,2020-12-21 13:04:16,+0000,,Thanks to everyone who worked so hard to make Tesla successful. My heart goes out to you.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/1341006575650140161,[],[],0,,False,345625,8378,11156,,None,,,,,,,[],,,, +54,1341006203275669505,1340751964217376769,1608555768000.0,2020-12-21 13:02:48,+0000,,@teslaownerssv Indeed,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/1341006203275669505,[],[],0,,False,7061,153,95,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +55,1340980684366737409,1340507683409969155,1608549684000.0,2020-12-21 11:21:24,+0000,,"@Kristennetten It was a seriously twisted affair, but all’s that ends well.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/1340980684366737409,[],[],0,,False,3362,138,106,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +56,1340978686212800513,1340846145929670656,1608549207000.0,2020-12-21 11:13:27,+0000,,"@MKBHD They are, although it’s kind low-key. Tesla Superchargers are being made accessible to other electric cars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/1340978686212800513,[],[],0,,False,37359,570,803,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +57,1340678358456274948,1340581313406001153,1608477603000.0,2020-12-20 15:20:03,+0000,,@michael_saylor Are such large transactions even possible?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1340678358456274948,[],[],0,,False,18865,1660,1353,,None,,,,,,,"[{'screen_name': 'michael_saylor', 'name': 'Michael Saylor', 'id': '244647486'}]",,,, +58,1340602021221707777,1340602021221707777,1608459403000.0,2020-12-20 10:16:43,+0000,,♥️ i love all u crazy ppl out there ♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1340602021221707777,[],[],0,,False,332174,13283,15990,,None,,,,,,,[],,,, +59,1340598966765973506,1340593799878365184,1608458675000.0,2020-12-20 10:04:35,+0000,,@BizzzzzyD You have a point (sigh),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1340598966765973506,[],[],0,,False,13229,153,168,,None,,,,,,,"[{'screen_name': 'BizzzzzyD', 'name': 'JustReadTheInstructions', 'id': '1306322609936707587'}]",,,, +60,1340596286387613697,1340593965863755777,1608458036000.0,2020-12-20 09:53:56,+0000,,@pcgamer Great game,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1340596286387613697,[],[],0,,False,3755,134,72,,None,,,,,,,"[{'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +61,1340595610450337792,1340581313406001153,1608457875000.0,2020-12-20 09:51:15,+0000,,"@flcnhvy Pretty much. The main value of college used to be hanging out, having pseudo intellectual conversations & partying with people your own age. Now, even that’s gone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1340595610450337792,[],[],0,,False,9751,286,1183,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +62,1340593799878365184,1340593799878365184,1608457443000.0,2020-12-20 09:44:03,+0000,,"Come for the comments, stay for the memes💄",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1340593799878365184,[],[],0,,False,126286,5908,4958,,None,,,,,,,[],,,, +63,1340592138829099009,1340591912466714625,1608457047000.0,2020-12-20 09:37:27,+0000,,@padgeuk Absolutely. We will release FSD subscription early next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1340592138829099009,[],[],0,,False,3509,194,313,,None,,,,,,,"[{'screen_name': 'padgeuk', 'name': 'Padge', 'id': '19913506'}]",,,, +64,1340590280848908288,1340590280848908288,1608456604000.0,2020-12-20 09:30:04,+0000,,One word: Doge,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1340590280848908288,[],[],0,,False,224342,11227,26570,,None,,,,,,,[],,,, +65,1340588909974200321,1340588909974200321,1608456277000.0,2020-12-20 09:24:37,+0000,,Bitcoin is almost as bs as fiat money,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1340588909974200321,[],[],0,,False,140768,8242,10086,,None,,,,,,,[],,,, +66,1340588001857069056,1340581313406001153,1608456061000.0,2020-12-20 09:21:01,+0000,,@hajek_miloslav Great nails & lipstick,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1340588001857069056,[],[],0,,False,1484,50,31,,None,,,,,,,"[{'screen_name': 'hajek_miloslav', 'name': 'Hajek.HODL\U0001f7e0🐚💎🥇💵💳₿⚡🚀🌒🌝', 'id': '808215786661801984'}]",,,, +67,1340587062114865152,1340300563037208576,1608455837000.0,2020-12-20 09:17:17,+0000,,@MightyTesla @Kristennetten @lauren_kalo @SawyerMerritt @jasondebolt @CodingMark @28delayslater @BabyTesla3 @4thRowPopcorn @IloveElonandTe1 Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1340587062114865152,[],[],0,,False,4469,92,69,,None,,,,,,,"[{'screen_name': 'MightyTesla', 'name': '⚡️ Mighty T Ξ S L A ⚡️', 'id': '67327293'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'lauren_kalo', 'name': 'Lauren Kalo', 'id': '1029847104'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}, {'screen_name': 'jasondebolt', 'name': 'Jason DeBolt ⚡️', 'id': '298274977'}, {'screen_name': 'CodingMark', 'name': 'Mark', 'id': '952755407788826624'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'BabyTesla3', 'name': 'BabyTesla', 'id': '1145140068199198720'}, {'screen_name': '4thRowPopcorn', 'name': '💎🤚🏼 4th row 🍿🍿', 'id': '1278839568775561216'}]",,,, +68,1340581313406001153,1340581313406001153,1608454466000.0,2020-12-20 08:54:26,+0000,, https://t.co/EbOjGshvrq,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1340581313406001153,[],['https://pbs.twimg.com/media/EpqzmVYXYAEQigT.jpg'],1,https://pbs.twimg.com/media/EpqzmVYXYAEQigT.jpg,False,398857,8198,44489,,None,,,,,,,[],,,, +69,1340579369190891520,1340573003579617280,1608454003000.0,2020-12-20 08:46:43,+0000,,@CallowayTech Sounds about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1340579369190891520,[],[],0,,False,5470,127,104,,None,,,,,,,"[{'screen_name': 'CallowayTech', 'name': 'Mark Calloway', 'id': '907602742277017600'}]",,,, +70,1340578462407520256,1340578462407520256,1608453786000.0,2020-12-20 08:43:06,+0000,,“Lord” Edge,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1340578462407520256,[],[],0,,False,36969,1139,987,,None,,,,,,,[],,,, +71,1340578182454493184,1339941697892052993,1608453720000.0,2020-12-20 08:42:00,+0000,,@xDreamCoding @frank_thelen Nice branding,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1340578182454493184,[],[],0,,False,1744,46,44,,None,,,,,,,"[{'screen_name': 'xDreamCoding', 'name': 'Dr Eam Co Ding 💎🙌🏻', 'id': '610236341'}, {'screen_name': 'frank_thelen', 'name': 'Frank Thelen', 'id': '24699707'}]",,,, +72,1340577821475921923,1340573003579617280,1608453634000.0,2020-12-20 08:40:34,+0000,,"Just kidding, who needs a safe word anyway!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1340577821475921923,[],[],0,,False,69697,2386,2128,,None,,,,,,,[],,,, +73,1340573003579617280,1340573003579617280,1608452485000.0,2020-12-20 08:21:25,+0000,,Bitcoin is my safe word,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1340573003579617280,[],[],0,,False,241126,6736,20095,,None,,,,,,,[],,,, +74,1339606736756502533,1339578735687655428,1608222109000.0,2020-12-17 16:21:49,+0000,,@SpaceX Standing down for today to inspect rocket. Hopefully launching tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1339606736756502533,[],[],0,,False,12063,308,356,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +75,1339590482439991296,1339578735687655428,1608218234000.0,2020-12-17 15:17:14,+0000,,@SpaceX Pressure is slightly high in upper stage liquid oxygen tank. Review underway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1339590482439991296,[],[],0,,False,14608,300,443,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +76,1339587098655920129,1339580116909735936,1608217427000.0,2020-12-17 15:03:47,+0000,,@Tesla__Mania I am hoping to be back next month!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1339587098655920129,[],[],0,,False,2581,128,84,,None,,,,,,,"[{'screen_name': 'Tesla__Mania', 'name': '⚡️特拉风🦔T☰SLA mania⚡️', 'id': '1112752894233575425'}]",,,, +77,1339581881214492677,1339435191161532416,1608216183000.0,2020-12-17 14:43:03,+0000,,@nytimes Very impressive mission by China!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1339581881214492677,[],[],0,,False,5072,169,169,,None,,,,,,,"[{'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}]",,,, +78,1339567835840962560,1339554692615979009,1608212834000.0,2020-12-17 13:47:14,+0000,,@SpaceX Last launch of 2020 coming up,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,13,https://twitter.com/elonmusk/status/1339567835840962560,[],[],0,,False,22858,654,834,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +79,1339467887581519872,1339458030287474688,1608189005000.0,2020-12-17 07:10:05,+0000,,"@teslaownerssv @astonmartin @Tesla He was indeed quite grumpy, but we did not actually know what we were doing, so he had a point",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1339467887581519872,[],[],0,,False,2970,105,82,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'astonmartin', 'name': 'Aston Martin', 'id': '102323621'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +80,1339463726286729216,1339459778058178560,1608188013000.0,2020-12-17 06:53:33,+0000,,"@teslaownerssv It will get absurdly good. Tesla AI/Autopilot engineering is awesome! There’s some great AI out there, but can it self-drive while playing Cyberpunk … ?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1339463726286729216,[],[],0,,False,7895,288,344,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +81,1339458358559055872,1339458358559055872,1608186733000.0,2020-12-17 06:32:13,+0000,,"Star Light, Star Bright https://t.co/6CeTAZSXCO",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1339458358559055872,[],['https://pbs.twimg.com/media/Epa2RzlXUAUcmC3.jpg'],1,https://pbs.twimg.com/media/Epa2RzlXUAUcmC3.jpg,False,224980,6500,29552,,None,,,,,,,[],,,, +82,1339431094274433024,1339348352262139905,1608180232000.0,2020-12-17 04:43:52,+0000,,@Teslarati @13ericralph31 This is incorrect,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1339431094274433024,[],[],0,,False,4305,246,131,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}]",,,, +83,1339422073408663553,1339359751264759816,1608178082000.0,2020-12-17 04:08:02,+0000,,@TheBabylonBee 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1339422073408663553,[],[],0,,False,25595,596,393,,None,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +84,1339285652286951425,1339265076226887704,1608145556000.0,2020-12-16 19:05:56,+0000,,@pcgamer But it is visually stunning & playability is good,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1339285652286951425,[],[],0,,False,2913,127,49,,None,,,,,,,"[{'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +85,1339271409395249152,1339265076226887704,1608142161000.0,2020-12-16 18:09:21,+0000,,"@pcgamer A t-shirt being better armor than a Kevlar chest plate doesn’t make sense in the absence of magic. Also, wish there weren’t level-based item limits in a single-player game.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1339271409395249152,[],[],0,,False,4039,170,96,,None,,,,,,,"[{'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +86,1339255372956176384,1339249501916237828,1608138337000.0,2020-12-16 17:05:37,+0000,,@cleantechnica Oh and umm …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1339255372956176384,[],[],0,,False,9560,590,264,https://twitter.com/Tesla/status/941415742523584512,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +87,1339253909546823682,1339249501916237828,1608137988000.0,2020-12-16 16:59:48,+0000,,"@cleantechnica I absolutely support trans, but all these pronouns are an esthetic nightmare",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1339253909546823682,[],[],0,,False,32288,7920,2271,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +88,1339248131037417478,1339241885215449091,1608136611000.0,2020-12-16 16:36:51,+0000,,"@Erdayastronaut @flightclubio The Raptors were well below max thrust or the ship would have blown through the altitude limit. As we hit min throttle point, an engine would shut off.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1339248131037417478,[],[],0,,False,5136,179,187,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flightclubio', 'name': 'Flight Club', 'id': '826665509152292864'}]",,,, +89,1339246278857940992,1339241885215449091,1608136169000.0,2020-12-16 16:29:29,+0000,,"@Erdayastronaut @flightclubio Far from fully loaded, but we were going slow or the ship would have gone crazy high/far with three engines",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1339246278857940992,[],[],0,,False,3751,116,124,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flightclubio', 'name': 'Flight Club', 'id': '826665509152292864'}]",,,, +90,1339001358024921088,1338390123373801472,1608077775000.0,2020-12-16 00:16:15,+0000,,"@picot_john @CyberpunkGame It’s a good to great game imo, but improving what may seem like mere surface detail would make it unequivocally great",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1339001358024921088,[],[],0,,False,2821,134,71,,None,,,,,,,"[{'screen_name': 'picot_john', 'name': 'T-Shirted Historian', 'id': '1289380439984082945'}, {'screen_name': 'CyberpunkGame', 'name': 'Cyberpunk 2077', 'id': '821102114'}]",,,, +91,1339000536960524288,1338891551481556992,1608077580000.0,2020-12-16 00:13:00,+0000,,"@truth_tesla @Tesmanian_com Perhaps slightly more confident, but it’s essential to view this as output vs time. As with all manufacturing, especially new technology, output will follow an S-curve. Very slow at first, but increasing exponentially, then linear, then logarithmic.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1339000536960524288,[],[],0,,False,2008,84,103,,None,,,,,,,"[{'screen_name': 'truth_tesla', 'name': '𝗧𝗲𝘀𝗹𝗮 𝗙𝗮𝗰𝘁𝘀 🔋', 'id': '1176433616831832065'}, {'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +92,1338985008330104837,1338981207237742592,1608073877000.0,2020-12-15 23:11:17,+0000,,@Tesmanian_com Dankeschön Brandenburg und Grünheide!,de,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1338985008330104837,[],[],0,,False,7825,228,167,,None,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +93,1338899405211111425,1338859015162327043,1608053468000.0,2020-12-15 17:31:08,+0000,,@austinbarnard45 @lrocket Sure hope that future doesn’t come to pass!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1338899405211111425,[],[],0,,False,10749,300,147,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +94,1338895830154141697,1338891551481556992,1608052616000.0,2020-12-15 17:16:56,+0000,,"@Tesmanian_com Giga Berlin-Brandenburg will be the first to use our new structural pack architecture, 4680 (world’s most advanced cells, made on-site), both front & rear body castings & advanced paint shop. Warning: with so much new technology, production timing is naturally harder to predict.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1338895830154141697,[],[],0,,False,7459,354,527,,None,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +95,1338859636477186055,1338390123373801472,1608043986000.0,2020-12-15 14:53:06,+0000,,"@Dota2funny1 @CyberpunkGame Original Deus Ex was incredible, Human Revolution was also great",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1338859636477186055,[],[],0,,False,2968,114,54,,None,,,,,,,"[{'screen_name': 'Dota2funny1', 'name': 'Dota2funny', 'id': '820121330574036993'}, {'screen_name': 'CyberpunkGame', 'name': 'Cyberpunk 2077', 'id': '821102114'}]",,,, +96,1338857124508684289,1338390123373801472,1608043387000.0,2020-12-15 14:43:07,+0000,,@CyberpunkGame The objective reality is that it is impossible to run an advanced game well on old hardware. This is a much more serious issue: https://t.co/OMNCTa9hJY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1338857124508684289,['https://www.pcgamer.com/the-more-time-i-spend-in-cyberpunk-2077s-world-the-less-i-believe-in-it/'],[],0,,False,17465,755,641,,None,,,,,,,"[{'screen_name': 'CyberpunkGame', 'name': 'Cyberpunk 2077', 'id': '821102114'}]",,,, +97,1338571551843684354,1338539262103474183,1607975302000.0,2020-12-14 19:48:22,+0000,,@TheOnion .@TheBabylonBee,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1338571551843684354,[],[],0,,False,4741,263,98,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +98,1338518096664023042,1338518096664023042,1607962557000.0,2020-12-14 16:15:57,+0000,,Ascent to the Heavens https://t.co/oGgsw88YRZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1338518096664023042,[],['https://pbs.twimg.com/media/EpNfHORXYAAMs_a.jpg'],1,https://pbs.twimg.com/media/EpNfHORXYAAMs_a.jpg,False,304656,4433,17258,,None,,,,,,,[],,,, +99,1338514713072840705,1338514090004787200,1607961750000.0,2020-12-14 16:02:30,+0000,,@engineers_feed 🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1338514713072840705,[],[],0,,False,7425,173,95,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +100,1338513359801606164,1338390123373801472,1607961428000.0,2020-12-14 15:57:08,+0000,,"@PPathole @CyberpunkGame Yeah, briefly. Seems pretty good. I picked Nomad, so start was a little slow, but picks up fast. Seemed like almost everyone on Steam was playing Cyberpunk at some point this weekend!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1338513359801606164,[],[],0,,False,12942,250,247,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'CyberpunkGame', 'name': 'Cyberpunk 2077', 'id': '821102114'}]",,,, +101,1338505515719143425,1338390123373801472,1607959557000.0,2020-12-14 15:25:57,+0000,,@Zwiebelbach @its_menieb @CyberpunkGame https://t.co/aaYYPCPP1i,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1338505515719143425,[],['https://pbs.twimg.com/media/EpNTq3YXIAwLkeJ.jpg'],1,https://pbs.twimg.com/media/EpNTq3YXIAwLkeJ.jpg,False,75340,1270,14000,,None,,,,,,,"[{'screen_name': 'Zwiebelbach', 'name': 'Jacob 🍆 Two Two', 'id': '547832217'}, {'screen_name': 'its_menieb', 'name': 'Mohamed Enieb', 'id': '1052276148439277568'}]",,,, +102,1338502080911306755,1338502080911306755,1607958738000.0,2020-12-14 15:12:18,+0000,,Hehe https://t.co/SkLMiL3OxT,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1338502080911306755,[],['https://pbs.twimg.com/media/EpNQjCfXcAA_VSY.jpg'],1,https://pbs.twimg.com/media/EpNQjCfXcAA_VSY.jpg,False,357690,8470,25997,,None,,,,,,,[],,,, +103,1338483325548244996,1338390123373801472,1607954267000.0,2020-12-14 13:57:47,+0000,,@CyberpunkGame https://t.co/RHKsB40xqr,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/1338483325548244996,[],['https://pbs.twimg.com/media/EpM_fX1WEAIwuvz.jpg'],1,https://pbs.twimg.com/media/EpM_fX1WEAIwuvz.jpg,False,47294,532,2490,,None,,,,,,,[],,,, +104,1338483095817875458,1338390123373801472,1607954212000.0,2020-12-14 13:56:52,+0000,,@CyberpunkGame https://t.co/kmG7C9qF6h,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/1338483095817875458,[],['https://pbs.twimg.com/media/EpM_RypXMAEjbyC.jpg'],1,https://pbs.twimg.com/media/EpM_RypXMAEjbyC.jpg,False,85768,1600,3114,,None,,,,,,,[],,,, +105,1338375990217760771,1338375990217760771,1607928676000.0,2020-12-14 06:51:16,+0000,, https://t.co/sdmXKbHdzd,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1338375990217760771,[],['https://pbs.twimg.com/media/EpLd3knW4AArmU4.jpg'],1,https://pbs.twimg.com/media/EpLd3knW4AArmU4.jpg,False,79902,1926,3698,,None,,,,,,,[],,,, +106,1338365886542049282,1338365886542049282,1607926267000.0,2020-12-14 06:11:07,+0000,, https://t.co/qbNT1dUsED,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1338365886542049282,[],['https://pbs.twimg.com/media/EpLUrc2W4AE3484.jpg'],1,https://pbs.twimg.com/media/EpLUrc2W4AE3484.jpg,False,269079,10922,23394,,None,,,,,,,[],,,, +107,1338146584316489729,1337827091555999747,1607873981000.0,2020-12-13 15:39:41,+0000,,@QuantaMagazine init void,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1338146584316489729,[],[],0,,False,8031,525,205,,None,,,,,,,"[{'screen_name': 'QuantaMagazine', 'name': 'Quanta Magazine', 'id': '860158302'}]",,,, +108,1337831572284772352,1337530237563924481,1607798877000.0,2020-12-12 18:47:57,+0000,,@PPathole @ErcXspace @SpaceX *cooling haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1337831572284772352,[],[],0,,False,2838,173,55,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +109,1337805445763837952,1337530237563924481,1607792648000.0,2020-12-12 17:04:08,+0000,,"@PPathole @ErcXspace @SpaceX I still have a soft spot in my heart for transpiration cooking. In theory, it would use more mass than a tile heatshield, but that remains to be seen.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1337805445763837952,[],[],0,,False,4123,242,80,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +110,1337559580801425409,1337530237563924481,1607734029000.0,2020-12-12 00:47:09,+0000,,"@ErcXspace @SpaceX Ship leeward side will be bare metal, windward will have black, hexagonal heat shield tiles",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1337559580801425409,[],[],0,,False,11354,295,225,,None,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +111,1337396920055160833,1337367072024612865,1607695248000.0,2020-12-11 14:00:48,+0000,,@conexionspacial @Pockn_CG Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1337396920055160833,[],[],0,,False,3011,125,37,,None,,,,,,,"[{'screen_name': 'conexionspacial', 'name': 'Conexión Espacial', 'id': '1288800094834302977'}, {'screen_name': 'Pockn_CG', 'name': 'POCKN', 'id': '843229039'}]",,,, +112,1337195509811826690,1337184743939592192,1607647228000.0,2020-12-11 00:40:28,+0000,,"@SpacePadreIsle @SpaceX Agreed, should be preserved in memory of SN8",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1337195509811826690,[],[],0,,False,27844,761,664,,None,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +113,1336834359521923072,1336807104431218688,1607561123000.0,2020-12-10 00:45:23,+0000,,@NASASpaceflight @BocaChicaGal Exactly! Woohoo!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1336834359521923072,[],[],0,,False,12005,343,295,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}]",,,, +114,1336827715291406343,1336808486022258688,1607559539000.0,2020-12-10 00:18:59,+0000,,"@Erdayastronaut @SpaceX SN8 did great! Even reaching apogee would’ve been great, so controlling all way to putting the crater in the right spot was epic!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1336827715291406343,[],[],0,,False,16126,449,954,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +115,1336825619741630470,1336810077555019779,1607559039000.0,2020-12-10 00:10:39,+0000,,"Thank you, South Texas for your support! This is the gateway to Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1336825619741630470,[],[],0,,False,121492,1959,3728,,None,,,,,,,[],,,, +116,1336825121223434241,1336825121223434241,1607558920000.0,2020-12-10 00:08:40,+0000,,"Life, the Universe and Everything https://t.co/1ZCzInfc4u",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1336825121223434241,[],['https://pbs.twimg.com/media/Eo1bXLlWEAIQR64.jpg'],1,https://pbs.twimg.com/media/Eo1bXLlWEAIQR64.jpg,False,208801,5230,12031,,None,,,,,,,[],,,, +117,1336818987389181952,1336808486022258688,1607557458000.0,2020-12-09 23:44:18,+0000,,"@Erdayastronaut Yeah, engines did great!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1336818987389181952,[],[],0,,False,18411,410,499,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +118,1336810077555019779,1336810077555019779,1607555333000.0,2020-12-09 23:08:53,+0000,,"Mars, here we come!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1336810077555019779,[],[],0,,False,678721,19248,54684,,None,,,,,,,[],,,, +119,1336809767574982658,1336808486022258688,1607555259000.0,2020-12-09 23:07:39,+0000,,"Fuel header tank pressure was low during landing burn, causing touchdown velocity to be high & RUD, but we got all the data we needed! Congrats SpaceX team hell yeah!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1336809767574982658,[],[],0,,False,102746,3318,7587,,None,,,,,,,[],,,, +120,1336808486022258688,1336808486022258688,1607554954000.0,2020-12-09 23:02:34,+0000,,"Successful ascent, switchover to header tanks & precise flap control to landing point!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1336808486022258688,[],[],0,,False,112783,5579,10593,https://twitter.com/SpaceX/status/1336777137391456256,None,,,,,,,[],,,, +121,1336735701539360778,1336729910665072640,1607537601000.0,2020-12-09 18:13:21,+0000,,@TheBabylonBee 🤠,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1336735701539360778,[],[],0,,False,16667,532,420,,None,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +122,1336371331861016584,1336310878606684160,1607450728000.0,2020-12-08 18:05:28,+0000,,@wonderofscience Near-orbital space is the fastest way to travel long distance on Earth!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1336371331861016584,[],[],0,,False,14208,536,391,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +123,1336354156412612609,1336349048534528001,1607446633000.0,2020-12-08 16:57:13,+0000,,"@SpaceX @Space_Station It’s called the Space “Station”, but it’s actually moving around Earth at ~25 times the speed of sound or ~10 times faster than a rifle bullet",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1336354156412612609,[],[],0,,False,24124,818,1166,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +124,1336351038106869760,1336351038106869760,1607445890000.0,2020-12-08 16:44:50,+0000,,"“So long, and thanks for the orifice!” - Alien message decrypted",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1336351038106869760,[],[],0,,False,184112,6935,12092,,None,,,,,,,[],,,, +125,1336141388379873282,1336045549833732097,1607395905000.0,2020-12-08 02:51:45,+0000,,@SpaceX Probably 1/3 chance of completing all mission objectives,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1336141388379873282,[],[],0,,False,15363,568,356,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +126,1336141072972488706,1336045549833732097,1607395830000.0,2020-12-08 02:50:30,+0000,,@SpaceX Hopefully flying tomorrow,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1336141072972488706,[],[],0,,False,23516,565,572,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +127,1336102424327557123,1336099105253318658,1607386616000.0,2020-12-08 00:16:56,+0000,,@NASASpaceflight Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1336102424327557123,[],[],0,,False,5552,134,95,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +128,1336041065879580673,1336041065879580673,1607371987000.0,2020-12-07 20:13:07,+0000,,Out on the pad in South Texas https://t.co/RcYOXXpTc2,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1336041065879580673,[],['https://pbs.twimg.com/media/EoqSQ1rUYAAW5tV.jpg'],1,https://pbs.twimg.com/media/EoqSQ1rUYAAW5tV.jpg,False,142647,3655,7760,,None,,,,,,,[],,,, +129,1336011063083618306,1336010538522800128,1607364833000.0,2020-12-07 18:13:53,+0000,,"@Space_Station @SpaceX Wow, Station looks amazing!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1336011063083618306,[],[],0,,False,8072,313,210,,None,,,,,,,"[{'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +130,1336006929739620354,1336006596397305857,1607363848000.0,2020-12-07 17:57:28,+0000,,"@NASASpaceflight Knock, knock, singing telegram!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1336006929739620354,[],[],0,,False,4391,198,86,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +131,1335965123282931712,1335960108757561346,1607353881000.0,2020-12-07 15:11:21,+0000,,@lexfridman Carrying even more symbiotic bacteria (~40 trillion) than cells,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1335965123282931712,[],[],0,,False,4049,222,115,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +132,1335964374360596490,1335960108757561346,1607353702000.0,2020-12-07 15:08:22,+0000,,@AdamKlotz_ @lexfridman Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1335964374360596490,[],[],0,,False,1052,79,29,,None,,,,,,,"[{'screen_name': 'Adamklotz_', 'name': 'Adam Klotz', 'id': '836334176517357569'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +133,1335964064959303680,1335960108757561346,1607353628000.0,2020-12-07 15:07:08,+0000,,@lexfridman We are mobile cell colonies,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1335964064959303680,[],[],0,,False,14133,417,420,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +134,1335805659946881024,1335805659946881024,1607315862000.0,2020-12-07 04:37:42,+0000,,100,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1335805659946881024,[],[],0,,False,147430,8212,4674,,None,,,,,,,[],,,, +135,1335698164343394305,1335698164343394305,1607290233000.0,2020-12-06 21:30:33,+0000,,Im Gespräch mit Mathias Döpfner https://t.co/bqa5pIAOnk,de,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1335698164343394305,['https://www.welt.de/wirtschaft/plus221864904/Elon-Musk-im-Gespraech-mit-Mathias-Doepfner-Es-geht-darum-das-Leben-zu-spueren.html'],[],0,,False,14086,860,515,,None,,,,,,,[],,,, +136,1335533404062945282,1335513393122316288,1607250951000.0,2020-12-06 10:35:51,+0000,,@haya2e_jaxa @JAXA_en Congratulations!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1335533404062945282,[],[],0,,False,7038,120,120,,None,,,,,,,"[{'screen_name': 'haya2e_jaxa', 'name': 'HAYABUSA2@JAXA', 'id': '2910571290'}, {'screen_name': 'JAXA_en', 'name': 'JAXA(Japan Aerospace Exploration Agency)', 'id': '104989762'}]",,,, +137,1335344701516390401,1335314412270276608,1607205961000.0,2020-12-05 22:06:01,+0000,,@haya2e_jaxa Congratulations!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1335344701516390401,[],[],0,,False,6226,97,148,,None,,,,,,,"[{'screen_name': 'haya2e_jaxa', 'name': 'HAYABUSA2@JAXA', 'id': '2910571290'}]",,,, +138,1335161134932840451,1335055981290659842,1607162195000.0,2020-12-05 09:56:35,+0000,,"@RDAnglePhoto @SpaceX @Teslarati Yes, it does.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1335161134932840451,[],[],0,,False,9448,358,109,,None,,,,,,,"[{'screen_name': 'RDAnglePhoto', 'name': 'Richard Angle', 'id': '40790666'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +139,1334643674823712768,1334641206580682752,1607038823000.0,2020-12-03 23:40:23,+0000,,@RationalEtienne And no toilet paper 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1334643674823712768,[],[],0,,False,3281,246,77,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}]",,,, +140,1334641206580682752,1334641206580682752,1607038234000.0,2020-12-03 23:30:34,+0000,,Watch Demolition Man,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1334641206580682752,[],[],0,,False,97998,6489,4209,,None,,,,,,,[],,,, +141,1334638535589195780,1334638535589195780,1607037597000.0,2020-12-03 23:19:57,+0000,,Prometheus Unbound,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1334638535589195780,[],[],0,,False,59181,2082,1788,,None,,,,,,,[],,,, +142,1334321901783511041,1334237562823725056,1606962106000.0,2020-12-03 02:21:46,+0000,,@ErcXspace @SpaceX @NASASpaceflight @Erdayastronaut @MarcusHouseGame @FelixSchlang Not bad,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1334321901783511041,[],[],0,,False,7390,217,77,,None,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}]",,,, +143,1334188934545481730,1334184376465317890,1606930404000.0,2020-12-02 17:33:24,+0000,,@TheOnion It was a beast compared to the VIC-20,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1334188934545481730,[],[],0,,False,5280,433,96,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +144,1334127507906314240,1333882505775050752,1606915759000.0,2020-12-02 13:29:19,+0000,,"@Tesmanian_com Award accepted on behalf of the great people at Tesla, SpaceX, Neuralink & Boring Co",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/1334127507906314240,[],[],0,,False,8521,306,287,,None,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +145,1333974035294683137,1333972511524995072,1606879168000.0,2020-12-02 03:19:28,+0000,,"Much of what people think of an science is actually engineering, eg no such thing as a “rocket scientist”, only rocket engineers. Latter is who put humans on the moon.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1333974035294683137,[],[],0,,False,40955,1632,2295,,None,,,,,,,[],,,, +146,1333972511524995072,1333972511524995072,1606878805000.0,2020-12-02 03:13:25,+0000,,"Science is discovering the essential truths about what exists in the Universe, engineering is about creating things that never existed https://t.co/aIEUtHoPxM",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1333972511524995072,['https://en.m.wikipedia.org/wiki/Engineer'],[],0,,False,74564,2872,6463,,None,,,,,,,[],,,, +147,1333969911790456833,1333907828516548615,1606878185000.0,2020-12-02 03:03:05,+0000,,@justpaulinelol It does get a bit cold at night,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1333969911790456833,[],[],0,,False,14599,384,177,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +148,1333742310388064256,1333736076389863425,1606823921000.0,2020-12-01 11:58:41,+0000,,@engineers_feed Paint makes a hell of a difference,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/1333742310388064256,[],[],0,,False,17060,723,212,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +149,1333550953811861505,1333434829438906376,1606778298000.0,2020-11-30 23:18:18,+0000,,@DeepMind Congrats!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1333550953811861505,[],[],0,,False,4157,152,89,,None,,,,,,,"[{'screen_name': 'DeepMind', 'name': 'DeepMind', 'id': '4783690002'}]",,,, +150,1333544636137283586,1333537793335693312,1606776791000.0,2020-11-30 22:53:11,+0000,,@lrocket Thanks for everything you did to help build SpaceX! Some of the best memories ever.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1333544636137283586,[],[],0,,False,41650,292,402,,None,,,,,,,"[{'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +151,1333477514581336066,1333455695275028481,1606760788000.0,2020-11-30 18:26:28,+0000,,@RGVaerialphotos It will be real soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1333477514581336066,[],[],0,,False,4460,154,115,,None,,,,,,,"[{'screen_name': 'RGVaerialphotos', 'name': 'RGVAerialPhotography', 'id': '752724282925412352'}]",,,, +152,1333183238244855809,1333116560488112130,1606690628000.0,2020-11-29 22:57:08,+0000,,"@MarcusHouseGame @bcart03 @nextspaceflight @NASASpaceflight Starship legs are one of the hardest problems. Externally mounted legs require shielding, which adds mass. Wider stance adds mass. Shock absorbers add mass. That said, we need better legs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1333183238244855809,[],[],0,,False,4094,525,170,,None,,,,,,,"[{'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'bcart03', 'name': 'Ben Carter', 'id': '736150745238622208'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +153,1333123941297233920,1333116560488112130,1606676490000.0,2020-11-29 19:01:30,+0000,,"@bcart03 @nextspaceflight @NASASpaceflight Static fire is not risky from build site, but we need to clear the build site for early flights",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1333123941297233920,[],[],0,,False,1913,85,74,,None,,,,,,,"[{'screen_name': 'bcart03', 'name': 'Ben Carter', 'id': '736150745238622208'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +154,1333123173815087111,1333116560488112130,1606676307000.0,2020-11-29 18:58:27,+0000,,@nextspaceflight @NASASpaceflight Just a static fire tomorrow. Flight no earlier than Wednesday.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1333123173815087111,[],[],0,,False,7478,159,336,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +155,1332778000551702533,1332462992592605184,1606594011000.0,2020-11-28 20:06:51,+0000,,@ErcXspace @SpaceX It will have landing legs,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1332778000551702533,[],[],0,,False,13741,382,186,,None,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +156,1332753223912972297,1331834386057105409,1606588104000.0,2020-11-28 18:28:24,+0000,,"@eugenelee3 @PPathole @karpathy Yes, very sad news. Tony was great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1332753223912972297,[],[],0,,False,1641,48,40,,None,,,,,,,"[{'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +157,1332747728984678402,1331834386057105409,1606586794000.0,2020-11-28 18:06:34,+0000,,"@PPathole @karpathy For a second there, I thought that was a pic of Thanos haha",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1332747728984678402,[],[],0,,False,868,79,33,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +158,1332501090483527682,1332379496893325314,1606527991000.0,2020-11-28 01:46:31,+0000,,"@Poppa_BearQ @ID_AA_Carmack Yeah, truncate zeros & then round",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1332501090483527682,[],[],0,,False,778,47,21,,None,,,,,,,"[{'screen_name': 'Poppa_BearQ', 'name': 'Sirrah Divad', 'id': '990380726032916480'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +159,1332500802750083074,1332379496893325314,1606527922000.0,2020-11-28 01:45:22,+0000,,@dburkland @ID_AA_Carmack Probably going to a wider beta in ~2 weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1332500802750083074,[],[],0,,False,2100,253,101,,None,,,,,,,"[{'screen_name': 'dburkland', 'name': 'Dan Burkland', 'id': '162527761'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +160,1332493771074887681,1332379496893325314,1606526246000.0,2020-11-28 01:17:26,+0000,,@ID_AA_Carmack fp16 with least important digits truncated (so it feels like fp32) is what we’re betting on for training with Dojo,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1332493771074887681,[],[],0,,False,813,48,32,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +161,1332488875319681026,1332379496893325314,1606525078000.0,2020-11-28 00:57:58,+0000,,@ID_AA_Carmack Int8 for almost all heavy lifting in inference works great,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1332488875319681026,[],[],0,,False,903,38,21,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +162,1332043250664935427,1330874186277990401,1606418833000.0,2020-11-26 19:27:13,+0000,,@thisisjendoll But actually! https://t.co/lb14pKsayI,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1332043250664935427,['https://slate.com/technology/2014/12/ball-aerospace-a-company-known-for-mason-jars-helped-with-nasa-s-orion-capsule.html'],[],0,,False,1276,109,57,,None,,,,,,,"[{'screen_name': 'thisisjendoll', 'name': 'Jen Doll', 'id': '46442771'}]",,,, +163,1332043037262942208,1330874186277990401,1606418782000.0,2020-11-26 19:26:22,+0000,,@thisisjendoll https://t.co/mMg5b8b40z,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1332043037262942208,['https://www.theonion.com/we-re-going-to-enjoy-this-cocaine-fueled-mason-jar-rock-1819584974'],[],0,,False,1939,93,81,,None,,,,,,,"[{'screen_name': 'thisisjendoll', 'name': 'Jen Doll', 'id': '46442771'}]",,,, +164,1331979023098974208,1331979023098974208,1606403520000.0,2020-11-26 15:12:00,+0000,,Happy Thanksgiving!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1331979023098974208,[],[],0,,False,247418,7907,8764,,None,,,,,,,[],,,, +165,1331835831720554497,1331802033414840321,1606369381000.0,2020-11-26 05:43:01,+0000,,@teslaownerssv @JohnEG78 @TeslaChillMode @UNPLGD3 @MFrunker @ccteslaclub Hopefully next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1331835831720554497,[],[],0,,False,1667,188,46,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'JohnEG78', 'name': 'John Edward Garcia', 'id': '4004322620'}, {'screen_name': 'TeslaChillMode', 'name': 'TeslaChillMode #TeslaIndia🇮🇳', 'id': '1238951706785796096'}, {'screen_name': 'UNPLGD3', 'name': 'Sunil Joseph', 'id': '1000238794556129280'}, {'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}]",,,, +166,1331835311803015168,1331802033414840321,1606369257000.0,2020-11-26 05:40:57,+0000,,"@JohnEG78 @TeslaChillMode @UNPLGD3 @MFrunker @ccteslaclub Ok. Overall air suspension height & damping algorithm is getting a lot of attention. Will be linked to FSD, so acts automatically.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1331835311803015168,[],[],0,,False,1192,56,50,,None,,,,,,,"[{'screen_name': 'JohnEG78', 'name': 'John Edward Garcia', 'id': '4004322620'}, {'screen_name': 'TeslaChillMode', 'name': 'TeslaChillMode #TeslaIndia🇮🇳', 'id': '1238951706785796096'}, {'screen_name': 'UNPLGD3', 'name': 'Sunil Joseph', 'id': '1000238794556129280'}, {'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}]",,,, +167,1331834702102228992,1331834386057105409,1606369111000.0,2020-11-26 05:38:31,+0000,,@karpathy Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1331834702102228992,[],[],0,,False,2562,117,33,,None,,,,,,,"[{'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +168,1331834461768527872,1331494661937123328,1606369054000.0,2020-11-26 05:37:34,+0000,,@HumanoidHistory The Promise is greatly needed,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1331834461768527872,[],[],0,,False,7766,215,171,,None,,,,,,,"[{'screen_name': 'HumanoidHistory', 'name': 'Humanoid History', 'id': '300774820'}]",,,, +169,1331745833629470722,1331699454722895874,1606347924000.0,2020-11-25 23:45:24,+0000,,"@EvaFoxU We will have special colors for new Roadster, as we did for the original",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1331745833629470722,[],[],0,,False,3849,241,148,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +170,1331723344325070849,1331698780073320449,1606342562000.0,2020-11-25 22:16:02,+0000,,@RationalEtienne @TheBabylonBee 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1331723344325070849,[],[],0,,False,4316,129,55,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +171,1331698780073320449,1331698780073320449,1606336705000.0,2020-11-25 20:38:25,+0000,,.@TheBabylonBee is savage 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1331698780073320449,[],[],0,,False,95617,2261,4672,,None,,,,,,,[],,,, +172,1331661948950372353,1331656420828323840,1606327924000.0,2020-11-25 18:12:04,+0000,,@WorldAndScience If you ever wondered where we came from,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1331661948950372353,[],[],0,,False,11959,692,383,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +173,1331420412387880962,1331420412387880962,1606270337000.0,2020-11-25 02:12:17,+0000,,"This is a life leader launch, so more risk than normal",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1331420412387880962,[],[],0,,False,32152,1480,1552,https://twitter.com/SpaceX/status/1331417981574811649,None,,,,,,,[],,,, +174,1331391765694263299,1331386982296145922,1606263507000.0,2020-11-25 00:18:27,+0000,,"@TesLatino @flcnhvy @thesheetztweetz Yes, but only slightly filled",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1331391765694263299,[],[],0,,False,2216,92,47,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +175,1331391356204425217,1331386982296145922,1606263410000.0,2020-11-25 00:16:50,+0000,,@aholstein404 @flcnhvy @thesheetztweetz This is a subject of much debate,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1331391356204425217,[],[],0,,False,1684,78,41,,None,,,,,,,"[{'screen_name': 'aholstein404', 'name': 'Anthony', 'id': '818652835520872452'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +176,1331391132367015937,1331386982296145922,1606263356000.0,2020-11-25 00:15:56,+0000,,@flcnhvy @thesheetztweetz Major upgrades are slated for SN15,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1331391132367015937,[],[],0,,False,3682,93,126,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +177,1331390403413729281,1331386982296145922,1606263182000.0,2020-11-25 00:13:02,+0000,,"@flcnhvy @thesheetztweetz Many small improvements, but overall similar. Wiring is more robust, engines are more mature, nosecone is sealed better, etc.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1331390403413729281,[],[],0,,False,3247,53,80,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +178,1331389134624219136,1331386982296145922,1606262880000.0,2020-11-25 00:08:00,+0000,,@thesheetztweetz But that’s why we have SN 9 & SN10,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1331389134624219136,[],[],0,,False,3666,69,100,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +179,1331388984023461888,1331386982296145922,1606262844000.0,2020-11-25 00:07:24,+0000,,"@thesheetztweetz Lot of things need to go right, so maybe 1/3 chance",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1331388984023461888,[],[],0,,False,4658,125,151,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +180,1331386982296145922,1331386982296145922,1606262367000.0,2020-11-24 23:59:27,+0000,,"Good Starship SN8 static fire! Aiming for first 15km / ~50k ft altitude flight next week. Goals are to test 3 engine ascent, body flaps, transition from main to header tanks & landing flip.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1331386982296145922,[],[],0,,False,54189,1610,3102,,None,,,,,,,[],,,, +181,1331317526060539912,1331223240207863809,1606245807000.0,2020-11-24 19:23:27,+0000,,@Erdayastronaut @MarcusHouseGame Maybe start on that a year from now. Depends on how Starship progress goes.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1331317526060539912,[],[],0,,False,3462,123,93,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}]",,,, +182,1331317348523970562,1331223240207863809,1606245765000.0,2020-11-24 19:22:45,+0000,,@RationalEtienne @MarcusHouseGame Not yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1331317348523970562,[],[],0,,False,1132,61,23,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}]",,,, +183,1331310252927676416,1331223240207863809,1606244073000.0,2020-11-24 18:54:33,+0000,,"@StarshipFairing @MarcusHouseGame Not bad! We will definitely need more engines if we make the cargo bay all propellant, but it’s probably smarter than a whole new shorter external hull.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1331310252927676416,[],[],0,,False,1412,49,41,,None,,,,,,,"[{'screen_name': 'StarshipFairing', 'name': 'Jerry :D', 'id': '1208588367157440513'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}]",,,, +184,1331308907797630982,1331223240207863809,1606243752000.0,2020-11-24 18:49:12,+0000,,"@MarcusHouseGame Rapid & complete rocket reuse, low cost propellant, orbital refilling & propellant production at destination are the four essential elements of making life multiplanetary",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1331308907797630982,[],[],0,,False,7497,216,344,,None,,,,,,,"[{'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}]",,,, +185,1331126834096992258,1330843965613027329,1606200343000.0,2020-11-24 06:45:43,+0000,,@Erdayastronaut @PPathole @Teslarati @TeslaRoadTrip Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1331126834096992258,[],[],0,,False,3014,167,51,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}]",,,, +186,1331075177262661633,1330843965613027329,1606188027000.0,2020-11-24 03:20:27,+0000,,"@PPathole @Teslarati @TeslaRoadTrip We’re still far from simply video in, control out. The biggest game-changer, currently underway at Tesla, is 360 degree, high fps video for labeling, training & inference.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1331075177262661633,[],[],0,,False,2500,128,96,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}]",,,, +187,1331062680921235456,1330843965613027329,1606185047000.0,2020-11-24 02:30:47,+0000,,@Teslarati @TeslaRoadTrip FSD Beta 5 coming out in a few days. Improvement should be significant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1331062680921235456,[],[],0,,False,10050,500,525,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}]",,,, +188,1331005909112397824,1330988756434706432,1606171512000.0,2020-11-23 22:45:12,+0000,,@XHNews Exciting mission!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1331005909112397824,[],[],0,,False,6020,176,134,,None,,,,,,,"[{'screen_name': 'XHNews', 'name': 'China Xinhua News', 'id': '487118986'}]",,,, +189,1330982572038500355,1330980211509186560,1606165948000.0,2020-11-23 21:12:28,+0000,,@vincent13031925 @Tesla Wow,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1330982572038500355,[],[],0,,False,18683,752,341,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +190,1330767169198714880,1330765845333676032,1606114592000.0,2020-11-23 06:56:32,+0000,,@Liv_Boeree Yea,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1330767169198714880,[],[],0,,False,6081,243,80,,None,,,,,,,"[{'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}]",,,, +191,1330355871965179909,1330355871965179909,1606016531000.0,2020-11-22 03:42:11,+0000,,"Tomorrow will be the 7th flight of this rocket, landing on droneship Of Course I Still Love You",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1330355871965179909,[],[],0,,False,121800,2766,3552,,None,,,,,,,[],,,, +192,1330261477798907904,1330186879040368640,1605994026000.0,2020-11-21 21:27:06,+0000,,@JohnnaCrider1 @teslaownerssv @28delayslater Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1330261477798907904,[],[],0,,False,2004,212,34,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Techno Gem', 'id': '1957568797'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': '28delayslater', 'name': '🐶Earl of FrunkPuppy🐶', 'id': '998140573008695296'}]",,,, +193,1330260234187780111,1330186879040368640,1605993729000.0,2020-11-21 21:22:09,+0000,,@FutureJurvetson @flcnhvy True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1330260234187780111,[],[],0,,False,961,49,21,,None,,,,,,,"[{'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +194,1330257784626171908,1330179916587884544,1605993145000.0,2020-11-21 21:12:25,+0000,,@RationalEtienne @heydave7 @philwhln We have quiet a queue of products to build! Better do new Roadster at some point😬.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1330257784626171908,[],[],0,,False,2598,240,87,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}, {'screen_name': 'philwhln', 'name': 'Phil Whelan 😷🇨🇦🦕🚀', 'id': '13036132'}]",,,, +195,1330257210975395843,1330239532793536515,1605993008000.0,2020-11-21 21:10:08,+0000,,"@RationalEtienne @ShyCybertruck Fate loves irony, but hates hypocrisy",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1330257210975395843,[],[],0,,False,1412,88,117,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'ShyCybertruck', 'name': 'Slightly Shy Cybertruck🌪⚡️', 'id': '1268392969700290560'}]",,,, +196,1330206717980897283,1330179916587884544,1605980970000.0,2020-11-21 17:49:30,+0000,,@ICannot_Enough @heydave7 Yes 😃,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1330206717980897283,[],[],0,,False,1265,76,30,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +197,1330206500023898117,1330186879040368640,1605980918000.0,2020-11-21 17:48:38,+0000,,@flcnhvy Our data center was named Skynet as a joke over 10 years ago. Might have been tempting fate!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1330206500023898117,[],[],0,,False,3293,129,97,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +198,1330206139385044999,1330179916587884544,1605980832000.0,2020-11-21 17:47:12,+0000,,@heydave7 @philwhln Tesla is a vehicle for creating & producing many useful products,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1330206139385044999,[],[],0,,False,1904,98,103,,None,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}, {'screen_name': 'philwhln', 'name': 'Phil Whelan 😷🇨🇦🦕🚀', 'id': '13036132'}]",,,, +199,1330204058817351684,1330203008836247558,1605980336000.0,2020-11-21 17:38:56,+0000,,@NASASpaceflight Largest cast titanium part in the world. No heat shielding needed.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1330204058817351684,[],[],0,,False,3908,154,110,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +200,1330203008836247558,1330203008836247558,1605980085000.0,2020-11-21 17:34:45,+0000,,Landing at Vandenberg AFB in California,nl,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1330203008836247558,[],[],0,,False,68945,1638,4008,https://twitter.com/SpaceX/status/1330201338593095684,None,,,,,,,[],,,, +201,1330201798490120193,1330049014755168261,1605979797000.0,2020-11-21 17:29:57,+0000,,"@tobyliiiiiiiiii @SpaceX @NASA @NASA_LSP @NASAJPL @esa Actually, off to the side (so it doesn’t take out the launch mount in bad landing), but with the same arm used to pick up the ship",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1330201798490120193,[],[],0,,False,1071,36,40,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'NASA_LSP', 'name': ""NASA's Launch Services Program"", 'id': '15921684'}, {'screen_name': 'NASAJPL', 'name': 'NASA JPL', 'id': '19802879'}, {'screen_name': 'esa', 'name': 'ESA', 'id': '21436960'}]",,,, +202,1330201442733404163,1330049014755168261,1605979712000.0,2020-11-21 17:28:32,+0000,,@tobyliiiiiiiiii @SpaceX @NASA @NASA_LSP @NASAJPL @esa Where it should be!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1330201442733404163,[],[],0,,False,1163,39,26,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'NASA_LSP', 'name': ""NASA's Launch Services Program"", 'id': '15921684'}, {'screen_name': 'NASAJPL', 'name': 'NASA JPL', 'id': '19802879'}, {'screen_name': 'esa', 'name': 'ESA', 'id': '21436960'}]",,,, +203,1330187635483140099,1330179916587884544,1605976420000.0,2020-11-21 16:33:40,+0000,,"@philwhln @heydave7 Because I am not an investor. Tesla is definitely not the only good company, but investing is not what I do. But I always put my own money into companies I help create, otherwise it’d be wrong to ask others to do so.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1330187635483140099,[],[],0,,False,2446,123,138,,None,,,,,,,"[{'screen_name': 'philwhln', 'name': 'Phil Whelan 😷🇨🇦🦕🚀', 'id': '13036132'}, {'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +204,1330186879040368640,1330186879040368640,1605976240000.0,2020-11-21 16:30:40,+0000,,"Well, almost anything",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1330186879040368640,[],[],0,,False,21814,899,596,https://twitter.com/SpaceX/status/1330168092652138501,None,,,,,,,[],,,, +205,1330160065119182850,1330160065119182850,1605969847000.0,2020-11-21 14:44:07,+0000,,Quite the day ahead,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/1330160065119182850,[],[],0,,False,32941,841,1341,https://twitter.com/SpaceX/status/1330049014755168261,None,,,,,,,[],,,, +206,1330033099502211079,1329767699896029185,1605939576000.0,2020-11-21 06:19:36,+0000,,@NASAaero @LockheedMartin Now *this* is what you’d call pointy!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1330033099502211079,[],[],0,,False,2668,123,47,,None,,,,,,,"[{'screen_name': 'NASAaero', 'name': 'NASA Aeronautics', 'id': '2734381938'}, {'screen_name': 'LockheedMartin', 'name': 'Lockheed Martin', 'id': '42871498'}]",,,, +207,1330009003049488385,1330007812450131970,1605933831000.0,2020-11-21 04:43:51,+0000,,@cleantechnica Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1330009003049488385,[],[],0,,False,4082,158,77,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +208,1330007241899044865,1329891492006162433,1605933411000.0,2020-11-21 04:36:51,+0000,,"@Astro_Fonseca @Space_Station @wonderofscience @VirtualAstro They’re moving at ~25 times the speed of sound, but it feels like nothing",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1330007241899044865,[],[],0,,False,52364,1296,1424,,None,,,,,,,"[{'screen_name': 'Astro_Fonseca', 'name': 'Erika 🔭', 'id': '1315900032365793281'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}, {'screen_name': 'VirtualAstro', 'name': 'VirtualAstro', 'id': '42950930'}]",,,, +209,1329990680106643456,1329945157282787328,1605929462000.0,2020-11-21 03:31:02,+0000,,@WorldAndScience https://t.co/XAJaN4j9ZR,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1329990680106643456,[],['https://pbs.twimg.com/media/EnUTeX6WMAEFYZA.jpg'],1,https://pbs.twimg.com/media/EnUTeX6WMAEFYZA.jpg,False,13567,415,671,,None,,,,,,,[],,,, +210,1329878876202426371,1329802442108755972,1605902806000.0,2020-11-20 20:06:46,+0000,,@vicentes @EvaFoxU @PPathole @mirojurcevic @TashaARK @Space_Station There will always be upgrades,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1329878876202426371,[],[],0,,False,1547,111,50,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'mirojurcevic', 'name': 'Miro Jurcevic', 'id': '958842956'}, {'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +211,1329877320031756288,1329802442108755972,1605902435000.0,2020-11-20 20:00:35,+0000,,@EvaFoxU @PPathole @mirojurcevic @TashaARK @Space_Station It will be better than human vision by quite a margin,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1329877320031756288,[],[],0,,False,1278,70,46,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'mirojurcevic', 'name': 'Miro Jurcevic', 'id': '958842956'}, {'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +212,1329876619696214016,1329802442108755972,1605902268000.0,2020-11-20 19:57:48,+0000,,@enn_nafnlaus @mirojurcevic @TashaARK @Space_Station Reality looks like a strange ghost-world at radar wavelengths. Almost everything except metal is translucent.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1329876619696214016,[],[],0,,False,1168,45,38,,None,,,,,,,"[{'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'mirojurcevic', 'name': 'Miro Jurcevic', 'id': '958842956'}, {'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +213,1329875954550919168,1329802442108755972,1605902110000.0,2020-11-20 19:55:10,+0000,,@PPathole @mirojurcevic @TashaARK @Space_Station Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1329875954550919168,[],[],0,,False,654,23,14,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'mirojurcevic', 'name': 'Miro Jurcevic', 'id': '958842956'}, {'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +214,1329847917834870784,1329802442108755972,1605895425000.0,2020-11-20 18:03:45,+0000,,"@mirojurcevic @TashaARK This is a misperception. SpaceX developed & continues to use lidar for Dragon docking with @Space_Station. Just pointless imo for self-driving. If you’re going to do active photon generation, use an occlusion penetrating wavelength, like precision radar at ~4mm.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1329847917834870784,[],[],0,,False,2317,115,120,,None,,,,,,,"[{'screen_name': 'mirojurcevic', 'name': 'Miro Jurcevic', 'id': '958842956'}, {'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}]",,,, +215,1329845891927257091,1329705835212255233,1605894942000.0,2020-11-20 17:55:42,+0000,,@PhilippeCROIZON @SpaceX One day we will fly you on Starship,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1329845891927257091,[],[],0,,False,16299,259,1490,,None,,,,,,,"[{'screen_name': 'PhilippeCROIZON', 'name': 'Philippe Croizon', 'id': '123555766'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +216,1329817462326562817,1329728110749597697,1605888164000.0,2020-11-20 16:02:44,+0000,,@Peter_J_Beck Well done!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1329817462326562817,[],[],0,,False,13822,121,145,,None,,,,,,,"[{'screen_name': 'Peter_J_Beck', 'name': 'Peter Beck', 'id': '976574172468936704'}]",,,, +217,1329814062415409152,1329652654339813377,1605887353000.0,2020-11-20 15:49:13,+0000,,"@hisdirtremoves @SpaceX I can’t comment on turbopump internal details, but you’re roughly in the ballpark. Wow, rocket turbopumps, especially if oxygen-rich, are insanely hard! Arguably, the hardest mechanical/fluids/combustion problem known to exist.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1329814062415409152,[],[],0,,False,3622,103,111,,None,,,,,,,"[{'screen_name': 'hisdirtremoves', 'name': 'Callum', 'id': '1253085348600541184'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +218,1329812658829324304,1329802442108755972,1605887019000.0,2020-11-20 15:43:39,+0000,,"@TashaARK To be clear, this was just an XPeng problem. Other companies in China have not done this.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1329812658829324304,[],[],0,,False,1822,92,64,,None,,,,,,,"[{'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}]",,,, +219,1329807825460195328,1329802442108755972,1605885866000.0,2020-11-20 15:24:26,+0000,,"@IsaacLatterell @TashaARK @karpathy Andrej is awesome, but it should be said that we have a very talented Autopilot/AI team at Tesla. Too much credit comes to me & Andrej.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1329807825460195328,[],[],0,,False,1784,54,81,,None,,,,,,,"[{'screen_name': 'IsaacLatterell', 'name': 'Isaac Latterell', 'id': '496107040'}, {'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +220,1329806748375527430,1329802442108755972,1605885610000.0,2020-11-20 15:20:10,+0000,,@spacetouristuk @TashaARK Yeah. They stole Apple’s code too. https://t.co/gy4DT7Pq9N,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1329806748375527430,['https://www.washingtonpost.com/news/morning-mix/wp/2018/07/11/ex-apple-engineer-arrested-on-his-way-to-china-charged-with-stealing-companys-autonomous-car-secrets/'],[],0,,False,1927,127,249,,None,,,,,,,"[{'screen_name': 'spacetouristuk', 'name': 'Spacetourist', 'id': '1435107115'}, {'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}]",,,, +221,1329805208944332803,1329802442108755972,1605885243000.0,2020-11-20 15:14:03,+0000,,@TashaARK They have an old version of our software & don’t have our NN inference computer,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1329805208944332803,[],[],0,,False,6642,279,254,,None,,,,,,,"[{'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}]",,,, +222,1329618280256917504,1329244128840826882,1605840675000.0,2020-11-20 02:51:15,+0000,,@levie Wild times!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1329618280256917504,[],[],0,,False,31565,490,433,,None,,,,,,,"[{'screen_name': 'levie', 'name': 'Aaron Levie', 'id': '914061'}]",,,, +223,1329617119647047681,1329613199776260096,1605840399000.0,2020-11-20 02:46:39,+0000,,@RocketLab Congrats!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1329617119647047681,[],[],0,,False,9059,88,170,,None,,,,,,,"[{'screen_name': 'RocketLab', 'name': 'Rocket Lab', 'id': '91145174'}]",,,, +224,1329593002981994496,1329318681017413633,1605834649000.0,2020-11-20 01:10:49,+0000,,@slashdot .@TheOnion,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1329593002981994496,[],[],0,,False,2070,107,57,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +225,1329530953044291592,1329486802235912194,1605819855000.0,2020-11-19 21:04:15,+0000,,@ID_AA_Carmack Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1329530953044291592,[],[],0,,False,1183,81,29,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +226,1329530448574377986,1329480240662503424,1605819735000.0,2020-11-19 21:02:15,+0000,,"@flcnhvy Change out a few parts, otherwise fine",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1329530448574377986,[],[],0,,False,9124,238,141,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +227,1329483695493931009,1329431368439357450,1605808588000.0,2020-11-19 17:56:28,+0000,,@Forbes Caution strongly advised with SPACs,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1329483695493931009,[],[],0,,False,3647,282,194,,None,,,,,,,"[{'screen_name': 'Forbes', 'name': 'Forbes', 'id': '91478624'}]",,,, +228,1329470193085640706,1329447291707682816,1605805369000.0,2020-11-19 17:02:49,+0000,,@AdamKIotz @Suvitruf @archillect Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1329470193085640706,[],[],0,,False,931,69,23,,None,,,,,,,"[{'screen_name': 'Suvitruf', 'name': 'Andrei Apanasik', 'id': '307720777'}, {'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +229,1329448467161370638,1329447291707682816,1605800189000.0,2020-11-19 15:36:29,+0000,,@Suvitruf @archillect Haha sexy cropping champion of all time,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1329448467161370638,[],[],0,,False,766,82,29,,None,,,,,,,"[{'screen_name': 'Suvitruf', 'name': 'Andrei Apanasik', 'id': '307720777'}, {'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +230,1329443580398678018,1327538428196528128,1605799024000.0,2020-11-19 15:17:04,+0000,,"@tweetmenima @teslaownerssv If next week’s release looks good, we will widen beta",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1329443580398678018,[],[],0,,False,2102,193,136,,None,,,,,,,"[{'screen_name': 'tweetmenima', 'name': 'Nima', 'id': '3751111'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +231,1329442832596291585,1327538428196528128,1605798845000.0,2020-11-19 15:14:05,+0000,,"@justpaulinelol @teslaownerssv Unfortunately, there are too many rules around liquor distribution, even in the US. However, we will be selling the lightning bottle & shot glasses worldwide.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1329442832596291585,[],[],0,,False,2251,170,101,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +232,1329442069488824329,1327538428196528128,1605798663000.0,2020-11-19 15:11:03,+0000,,"@teslaownerssv Next week’s release is special. Lot of fundamental improvements, both important bug fixes & entire new areas of functionality.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1329442069488824329,[],[],0,,False,2471,172,215,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +233,1329294442117951488,1329278451509968897,1605763466000.0,2020-11-19 05:24:26,+0000,,@westcoastbill @SpaceX 13 years & $11 billion … wow,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1329294442117951488,[],[],0,,False,1846,155,66,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +234,1329266129949380608,1329205386780549125,1605756716000.0,2020-11-19 03:31:56,+0000,,@OwenSparks_ @flcnhvy @Tesla Safety is our primary design goal,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1329266129949380608,[],[],0,,False,2931,147,107,,None,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +235,1329233524528967681,1328636607650537473,1605748942000.0,2020-11-19 01:22:22,+0000,,@PPathole @AstroJordy @flcnhvy Fully,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1329233524528967681,[],[],0,,False,2017,170,52,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'AstroJordy', 'name': 'jordan🚀', 'id': '1142527715670519808'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +236,1329209538956898306,1328878670841253890,1605743224000.0,2020-11-18 23:47:04,+0000,,@Astronomiaum Let the Martians decide their own future,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1329209538956898306,[],[],0,,False,5454,233,335,,None,,,,,,,"[{'screen_name': 'Astronomiaum', 'name': 'Astronomiaum 🌎 🚀', 'id': '764141902572691456'}]",,,, +237,1329206361469710336,1329206015334739970,1605742466000.0,2020-11-18 23:34:26,+0000,,@shifthappends @Tesla A lot of my brain space is spent dealing with both units!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1329206361469710336,[],[],0,,False,1833,126,40,,None,,,,,,,"[{'screen_name': 'shifthappends', 'name': 'marcos busycleta memes & engineering', 'id': '764108843953623041'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +238,1329205209915154433,1328878670841253890,1605742192000.0,2020-11-18 23:29:52,+0000,,"@Astronomiaum Terraforming will be too slow to be relevant in our lifetime. However, we can establish a human base there in our lifetime. At least a future spacefaring civilization – discovering our ruins – will be impressed humans got that far.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1329205209915154433,[],[],0,,False,4486,162,174,,None,,,,,,,"[{'screen_name': 'Astronomiaum', 'name': 'Astronomiaum 🌎 🚀', 'id': '764141902572691456'}]",,,, +239,1329129814041776128,1328859615619067909,1605724216000.0,2020-11-18 18:30:16,+0000,,@PPathole @xDreamCoding @garyblack00 That is certainly the intention!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1329129814041776128,[],[],0,,False,1756,93,50,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'xDreamCoding', 'name': 'Dr Eam Co Ding 💎🙌🏻', 'id': '610236341'}, {'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}]",,,, +240,1329115864826785794,1328859615619067909,1605720890000.0,2020-11-18 17:34:50,+0000,,@xDreamCoding @garyblack00 https://t.co/fREZwjCwNa,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1329115864826785794,[],"['https://pbs.twimg.com/media/EnH31Q1XYAQBgde.jpg', 'https://pbs.twimg.com/media/EnH31Q0XcAE-wem.jpg']",1,https://pbs.twimg.com/media/EnH31Q1XYAQBgde.jpg,False,2265,108,125,,None,,,,,,,"[{'screen_name': 'xDreamCoding', 'name': 'Dr Eam Co Ding 💎🙌🏻', 'id': '610236341'}]",,,, +241,1329115066801811457,1328859615619067909,1605720700000.0,2020-11-18 17:31:40,+0000,,@garyblack00 The only publicly traded stock I own is Tesla,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1329115066801811457,[],[],0,,False,4423,346,297,,None,,,,,,,"[{'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}]",,,, +242,1329114904817758208,1328859615619067909,1605720661000.0,2020-11-18 17:31:01,+0000,,"@garyblack00 Wise words from Bogle. The point of companies is products & services. They have no point in & of themselves, nor do these indices. Buy & hold stock in companies where you love the product roadmap, sell where you don’t. https://t.co/yHVQJXTahn",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1329114904817758208,['https://www.wsj.com/amp/articles/bogle-sounds-a-warning-on-index-funds-1543504551'],[],0,,False,4161,116,315,,None,,,,,,,"[{'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}]",,,, +243,1329103547397496834,1328636607650537473,1605717953000.0,2020-11-18 16:45:53,+0000,,"@teslaownerssv @AstroJordy @flcnhvy No, just a mild cold. Same with my bro. Def had cov2 though. Pc<20 means viral load of >10 million per mL.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1329103547397496834,[],[],0,,False,1266,100,32,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'AstroJordy', 'name': 'jordan🚀', 'id': '1142527715670519808'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +244,1329102718988922883,1328878670841253890,1605717756000.0,2020-11-18 16:42:36,+0000,,"@Astronomiaum Life in glass domes at first. Eventually, terraformed to support life, like Earth.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1329102718988922883,[],[],0,,False,8261,312,250,,None,,,,,,,"[{'screen_name': 'Astronomiaum', 'name': 'Astronomiaum 🌎 🚀', 'id': '764141902572691456'}]",,,, +245,1329099418306482179,1328636607650537473,1605716969000.0,2020-11-18 16:29:29,+0000,,@AstroJordy @flcnhvy Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1329099418306482179,[],[],0,,False,547,41,17,,None,,,,,,,"[{'screen_name': 'AstroJordy', 'name': 'jordan🚀', 'id': '1142527715670519808'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +246,1329094473561894913,1328878670841253890,1605715790000.0,2020-11-18 16:09:50,+0000,,"@Daywalker_xD @Astronomiaum I was going to say “Sim!”, but that seemed too obvious haha",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1329094473561894913,[],[],0,,False,4870,108,134,,None,,,,,,,"[{'screen_name': 'Daywalker_xD', 'name': 'Márcio Luiz Távora', 'id': '851421561945030658'}, {'screen_name': 'Astronomiaum', 'name': 'Astronomiaum 🌎 🚀', 'id': '764141902572691456'}]",,,, +247,1329088067370590208,1328878670841253890,1605714263000.0,2020-11-18 15:44:23,+0000,,@Astronomiaum Deveras!,pt,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1329088067370590208,[],[],0,,False,32493,1259,1562,,None,,,,,,,"[{'screen_name': 'Astronomiaum', 'name': 'Astronomiaum 🌎 🚀', 'id': '764141902572691456'}]",,,, +248,1328978523458068487,1328636607650537473,1605688145000.0,2020-11-18 08:29:05,+0000,,"@flcnhvy And cases with high (non-infectious) Ct should quarantine for a few days, while getting another test. Second test determines whether they’re just beginning to get ill or are on the long tail afterwards, where viral fragments exist, but person is not infectious.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1328978523458068487,[],[],0,,False,2273,164,89,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +249,1328973775715651584,1328966577862172672,1605687013000.0,2020-11-18 08:10:13,+0000,,@tobyliiiiiiiiii So many things you want & some you didn’t know you wanted,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1328973775715651584,[],[],0,,False,6364,414,201,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +250,1328967115605471237,1328958594469990407,1605685426000.0,2020-11-18 07:43:46,+0000,,@nichegamer Maybe a little Mercy … https://t.co/9iE40HOihr,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1328967115605471237,[],['https://pbs.twimg.com/media/EnFwjBmWMAI09u8.jpg'],1,https://pbs.twimg.com/media/EnFwjBmWMAI09u8.jpg,False,10367,297,265,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +251,1328966577862172672,1328966577862172672,1605685297000.0,2020-11-18 07:41:37,+0000,,Tesla holiday software release is 🔥🔥,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1328966577862172672,[],[],0,,False,110015,3410,2664,,None,,,,,,,[],,,, +252,1328965577889689602,1328428879334297600,1605685059000.0,2020-11-18 07:37:39,+0000,,@StaceyR28715306 @Maisie_Williams 😏,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1328965577889689602,[],[],0,,False,1005,48,17,,None,,,,,,,"[{'screen_name': 'Maisie_Williams', 'name': 'Maisie Williams', 'id': '101798589'}]",,,, +253,1328958594469990407,1328958594469990407,1605683394000.0,2020-11-18 07:09:54,+0000,,Cobra Kai is a deep cut,in,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1328958594469990407,[],[],0,,False,83069,1884,3141,,None,,,,,,,[],,,, +254,1328956731024695297,1328956345807220741,1605682950000.0,2020-11-18 07:02:30,+0000,,@archillect It’s all cake & someone took a bite,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1328956731024695297,[],[],0,,False,8603,245,154,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +255,1328951819209502722,1328840261070430208,1605681779000.0,2020-11-18 06:42:59,+0000,,@nichegamer There is such a thing as too much sentience,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1328951819209502722,[],[],0,,False,3644,145,70,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +256,1328822042506956802,1328822042506956802,1605650837000.0,2020-11-17 22:07:17,+0000,,Deus ex machine learning https://t.co/5ZSYalVczx,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1328822042506956802,[],['https://pbs.twimg.com/media/EnDsmJvXcAAI_zI.jpg'],1,https://pbs.twimg.com/media/EnDsmJvXcAAI_zI.jpg,False,188761,2974,14629,,None,,,,,,,[],,,, +257,1328805737842290689,1328804366640418819,1605646950000.0,2020-11-17 21:02:30,+0000,,"@peterrhague It’s designed to make life multiplanetary, otherwise extreme overkill for mere Earth sector activity! Starship fleet mass to orbit per year will be more than 1000 times all current Earth rockets combined, including Falcon. Necessary, for a city on Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1328805737842290689,[],[],0,,False,4677,282,240,,None,,,,,,,"[{'screen_name': 'peterrhague', 'name': 'Peter Hague', 'id': '28138103'}]",,,, +258,1328790573591965701,1328780059960897537,1605643335000.0,2020-11-17 20:02:15,+0000,,@Kristennetten @royalsociety More like he gave it his blessing. It was sort of a groundswell of those who believed in the scientific method in London.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1328790573591965701,[],[],0,,False,1071,61,30,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'royalsociety', 'name': 'The Royal Society', 'id': '28567809'}]",,,, +259,1328780059960897537,1328780059960897537,1605640828000.0,2020-11-17 19:20:28,+0000,,Nullius in Verba @royalsociety,nl,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1328780059960897537,[],[],0,,False,21704,934,777,,None,,,,,,,[],,,, +260,1328772099905904640,1328771571364757504,1605638930000.0,2020-11-17 18:48:50,+0000,,@westcoastbill Indeed,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1328772099905904640,[],[],0,,False,1049,54,30,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +261,1328771222822400001,1328737460617158662,1605638721000.0,2020-11-17 18:45:21,+0000,,@ReflexFunds @nickidk4 @pcgamer Dojo/Doge,sl,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1328771222822400001,[],[],0,,False,1002,81,62,,None,,,,,,,"[{'screen_name': 'ReflexFunds', 'name': 'Reflex Research', 'id': '1012654111584587776'}, {'screen_name': 'nickidk4', 'name': 'Nicki Jensen', 'id': '4823785271'}, {'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +262,1328770804222468097,1328566408565968897,1605638621000.0,2020-11-17 18:43:41,+0000,,"@PPathole @Erdayastronaut @rweb11742 Yeah, looks like marginal cost of launch will be less than $1M for more than 100 tons to orbit, so it’s mostly about fixed costs divided by launches per year",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1328770804222468097,[],[],0,,False,2209,111,143,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'rweb11742', 'name': 'Ghostrider', 'id': '974756384641253377'}]",,,, +263,1328769437433016322,1328566408565968897,1605638295000.0,2020-11-17 18:38:15,+0000,,@speculawyer @Erdayastronaut @rweb11742 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1328769437433016322,[],[],0,,False,903,45,15,,None,,,,,,,"[{'screen_name': 'speculawyer', 'name': 'Speculawyer 🇳🇴-American', 'id': '354048709'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'rweb11742', 'name': 'Ghostrider', 'id': '974756384641253377'}]",,,, +264,1328767073506430977,1328566408565968897,1605637732000.0,2020-11-17 18:28:52,+0000,,"@Erdayastronaut @rweb11742 Merlin is a strong local maximum design, but kerosene is suboptimal fuel, no matter what you do. What matters is cost per ton to Mars. CH4 is the only choice imo. Important: O2/CH4 allows OF ratio of ~3.5 vs ~2.5 for kerosene, so ~78% of propellant is oxygen.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1328767073506430977,[],[],0,,False,2911,88,119,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'rweb11742', 'name': 'Ghostrider', 'id': '974756384641253377'}]",,,, +265,1328752988740079617,1328566408565968897,1605634374000.0,2020-11-17 17:32:54,+0000,,"@parstalberg @josh_bickett @ICannot_Enough @Erdayastronaut @rweb11742 Yes, but from a visiting American. Ah, the irony is just too much!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1328752988740079617,[],[],0,,False,922,61,27,,None,,,,,,,"[{'screen_name': 'parstalberg', 'name': 'Pär Stålberg', 'id': '5547412'}, {'screen_name': 'josh_bickett', 'name': 'Josh Bickett', 'id': '761747406513766402'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'rweb11742', 'name': 'Ghostrider', 'id': '974756384641253377'}]",,,, +266,1328747352400785409,1328566408565968897,1605633030000.0,2020-11-17 17:10:30,+0000,,"@josh_bickett @ICannot_Enough @Erdayastronaut @rweb11742 Yeah, PCR Ct was unequivocal at <20. Doesn’t matter what method you use at that low a cycle threshold.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1328747352400785409,[],[],0,,False,645,48,19,,None,,,,,,,"[{'screen_name': 'josh_bickett', 'name': 'Josh Bickett', 'id': '761747406513766402'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'rweb11742', 'name': 'Ghostrider', 'id': '974756384641253377'}]",,,, +267,1328746726489018368,1328737460617158662,1605632881000.0,2020-11-17 17:08:01,+0000,,@flcnhvy @LUGG4S1 @pcgamer Maybe making some notable changes. Will wait until figurative & literal dust settles.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1328746726489018368,[],[],0,,False,2054,80,55,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'LUGG4S1', 'name': 'Lucas', 'id': '1041707934990782464'}, {'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +268,1328746124220489729,1328566408565968897,1605632737000.0,2020-11-17 17:05:37,+0000,,"@ICannot_Enough @Erdayastronaut @rweb11742 Pretty close. Definitely feel 💯 if I take DayQuil. Frankly, this was one of the mildest cold/flu experiences I’ve ever had.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1328746124220489729,[],[],0,,False,1063,103,55,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'rweb11742', 'name': 'Ghostrider', 'id': '974756384641253377'}]",,,, +269,1328743239327866881,1328737460617158662,1605632049000.0,2020-11-17 16:54:09,+0000,,@LUGG4S1 @pcgamer Avionics cables moving to steel pipe shields & adding water-cooled steel pipes to test pad,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1328743239327866881,[],[],0,,False,2121,70,76,,None,,,,,,,"[{'screen_name': 'LUGG4S1', 'name': 'Lucas', 'id': '1041707934990782464'}, {'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +270,1328742122107904000,1328737460617158662,1605631783000.0,2020-11-17 16:49:43,+0000,,"@LUGG4S1 @pcgamer About 2 secs after starting engines, martyte covering concrete below shattered, sending blades of hardened rock into engine bay. One rock blade severed avionics cable, causing bad shutdown of Raptor.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1328742122107904000,[],[],0,,False,2846,170,191,,None,,,,,,,"[{'screen_name': 'LUGG4S1', 'name': 'Lucas', 'id': '1041707934990782464'}, {'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +271,1328740259262304256,1328566408565968897,1605631339000.0,2020-11-17 16:42:19,+0000,,@Erdayastronaut @rweb11742 The most amazing thing about rocket engines is that they *sometimes* don’t blow up! The amount of power going through them boggles the mind.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1328740259262304256,[],[],0,,False,5814,186,236,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'rweb11742', 'name': 'Ghostrider', 'id': '974756384641253377'}]",,,, +272,1328737951786934272,1328737460617158662,1605630789000.0,2020-11-17 16:33:09,+0000,,@pcgamer We should just count the atoms at this point,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1328737951786934272,[],[],0,,False,7489,176,135,,None,,,,,,,"[{'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +273,1328734675544707072,1328566408565968897,1605630008000.0,2020-11-17 16:20:08,+0000,,"@DJSnM @Erdayastronaut @CharlesNOtrumps @rweb11742 Absolutely. Production/testing of rocket engines is over 90% of the problem. This is true in general. For cars, production is over 99% of the problem. That 1% inspiration is very important, but it’s less than 1% of the pain.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1328734675544707072,[],[],0,,False,1861,53,50,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'CharlesNOtrumps', 'name': 'No Republicans ever again!', 'id': '1177773004228571136'}, {'screen_name': 'rweb11742', 'name': 'Ghostrider', 'id': '974756384641253377'}]",,,, +274,1328732220530581504,1328566408565968897,1605629422000.0,2020-11-17 16:10:22,+0000,,@Erdayastronaut @CharlesNOtrumps @rweb11742 Our first Merlin engine design was really bad tbh. Nothing worked well & some parts didn’t work at all. 18 years later & thousands of upgrades make it a great GG cycle engine.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1328732220530581504,[],[],0,,False,2524,73,76,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'CharlesNOtrumps', 'name': 'No Republicans ever again!', 'id': '1177773004228571136'}, {'screen_name': 'rweb11742', 'name': 'Ghostrider', 'id': '974756384641253377'}]",,,, +275,1328729321486344201,1328721286474788865,1605628731000.0,2020-11-17 15:58:51,+0000,,@billhuang688 @JohnnaCrider1 @timmerenginerd @jack Maybe *I* just love irony haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1328729321486344201,[],[],0,,False,936,75,29,,None,,,,,,,"[{'screen_name': 'billhuang688', 'name': 'BogusThought🇺🇲', 'id': '1266489338675646464'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'timmerenginerd', 'name': 'Enginerd32', 'id': '776535996565364736'}, {'screen_name': 'jack', 'name': 'jack', 'id': '12'}]",,,, +276,1328729028170293252,1328721286474788865,1605628661000.0,2020-11-17 15:57:41,+0000,,"@GreenIsClutch @JohnnaCrider1 @timmerenginerd @jack They’re on their way! Hopefully, more Teslaquila next month.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1328729028170293252,[],[],0,,False,1456,129,54,,None,,,,,,,"[{'screen_name': 'GreenIsClutch', 'name': 'TeslaRich🦅', 'id': '716026011079540736'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna 💎', 'id': '1957568797'}, {'screen_name': 'timmerenginerd', 'name': 'Enginerd32', 'id': '776535996565364736'}, {'screen_name': 'jack', 'name': 'jack', 'id': '12'}]",,,, +277,1328728296587227143,1328458154028519424,1605628487000.0,2020-11-17 15:54:47,+0000,,@ChrisG_NSF Special permission received from Stonecutters Guild! https://t.co/SW5RBm1sRB,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1328728296587227143,['https://m.youtube.com/watch?v=QoSLiHKrzRU'],[],0,,False,3644,78,89,,None,,,,,,,"[{'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}]",,,, +278,1328726273808535552,1328721286474788865,1605628004000.0,2020-11-17 15:46:44,+0000,,@JohnnaCrider1 @timmerenginerd @jack Fate 🖤 Irony,pt,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1328726273808535552,[],[],0,,False,1323,51,63,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Techno Gem', 'id': '1957568797'}, {'screen_name': 'timmerenginerd', 'name': 'Enginerd32', 'id': '776535996565364736'}, {'screen_name': 'jack', 'name': 'jack', 'id': '12'}]",,,, +279,1328724979098128392,1328721286474788865,1605627696000.0,2020-11-17 15:41:36,+0000,,@jack Well said.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1328724979098128392,[],[],0,,False,2067,98,57,,None,,,,,,,"[{'screen_name': 'jack', 'name': 'jack', 'id': '12'}]",,,, +280,1328592219956252673,1328428879334297600,1605596043000.0,2020-11-17 06:54:03,+0000,,@trylolli @Maisie_Williams 👻 💵 https://t.co/UWerAhxUev,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1328592219956252673,['https://www.theonion.com/bitcoin-plunge-reveals-possible-vulnerabilities-in-craz-1821134169'],[],0,,False,966,86,55,,None,,,,,,,"[{'screen_name': 'trylolli', 'name': 'Lolli 🍭', 'id': '971046392872521730'}, {'screen_name': 'Maisie_Williams', 'name': 'Maisie Williams', 'id': '101798589'}]",,,, +281,1328567334072700928,1328566408565968897,1605590110000.0,2020-11-17 05:15:10,+0000,,"@Erdayastronaut @rweb11742 Damn, that’s not easy! I spent quite a bit of time looking at Russian/Ukrainian engines. They’re good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1328567334072700928,[],[],0,,False,8892,153,169,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'rweb11742', 'name': 'Ghostrider', 'id': '974756384641253377'}]",,,, +282,1328557805754867713,1328352029190877185,1605587838000.0,2020-11-17 04:37:18,+0000,,@PPathole @michaelmina_lab Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1328557805754867713,[],[],0,,False,757,51,24,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'michaelmina_lab', 'name': 'Michael Mina', 'id': '1094762324097822720'}]",,,, +283,1328458535340949505,1328428879334297600,1605564171000.0,2020-11-16 22:02:51,+0000,,@Maisie_Williams 🎶 Toss a bitcoin to ur Witcher 🎶,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1328458535340949505,[],[],0,,False,66331,1112,3348,,None,,,,,,,"[{'screen_name': 'Maisie_Williams', 'name': 'Maisie Williams', 'id': '101798589'}]",,,, +284,1328451518010327042,1328143001697230848,1605562497000.0,2020-11-16 21:34:57,+0000,,@Kristennetten 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1328451518010327042,[],[],0,,False,2206,90,35,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +285,1328424097110323200,1328352029190877185,1605555960000.0,2020-11-16 19:46:00,+0000,,"@WhatsupFranks @michaelmina_lab CureVac, Moderna & a few others. Tesla makes the machine CureVac uses to go from known gene sequence to trillions of lipid-coated mRNA strands.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1328424097110323200,[],[],0,,False,1097,66,76,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'michaelmina_lab', 'name': 'Michael Mina', 'id': '1094762324097822720'}]",,,, +286,1328421992144355328,1328352029190877185,1605555458000.0,2020-11-16 19:37:38,+0000,,@michaelmina_lab Creating synthetic mRNA for cures/vaccines is the future of medicine imo. Turns it (mostly) into a software & modeling problem.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1328421992144355328,[],[],0,,False,1247,83,91,,None,,,,,,,"[{'screen_name': 'michaelmina_lab', 'name': 'Michael Mina', 'id': '1094762324097822720'}]",,,, +287,1328419837656276992,1328338500064845825,1605554944000.0,2020-11-16 19:29:04,+0000,,@gaertner_anne @Neuro_Skeptic @DresdenTea @judith_herbers Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1328419837656276992,[],[],0,,False,1382,48,29,,None,,,,,,,"[{'screen_name': 'gaertner_anne', 'name': 'Anne Gärtner', 'id': '712407893295894529'}, {'screen_name': 'Neuro_Skeptic', 'name': 'Neuroskeptic', 'id': '316327930'}, {'screen_name': 'DresdenTea', 'name': 'ReproducibiliTea Dresden', 'id': '1307038110304350209'}, {'screen_name': 'judith_herbers', 'name': 'Judith Herbers', 'id': '1256250519271735299'}]",,,, +288,1328417588842414082,1328352029190877185,1605554408000.0,2020-11-16 19:20:08,+0000,,@michaelmina_lab Great thread,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1328417588842414082,[],[],0,,False,842,39,40,,None,,,,,,,"[{'screen_name': 'michaelmina_lab', 'name': 'Michael Mina', 'id': '1094762324097822720'}]",,,, +289,1328414308611497985,1328143001697230848,1605553626000.0,2020-11-16 19:07:06,+0000,,"@SamTalksTesla I’m ok, thanks for asking. No symptoms for past few days, apart from fatigue. Unless something changes, would have to say that it simply felt like a mild cold.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1328414308611497985,[],[],0,,False,2786,226,119,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}]",,,, +290,1328143001697230848,1328143001697230848,1605488941000.0,2020-11-16 01:09:01,+0000,,♥️,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1328143001697230848,[],[],0,,False,254313,6841,10334,,None,,,,,,,[],,,, +291,1328131428177965056,1328131428177965056,1605486182000.0,2020-11-16 00:23:02,+0000,,Launch in 5 minutes,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1328131428177965056,[],[],0,,False,181482,3853,4344,,None,,,,,,,[],,,, +292,1328128923683545088,1328124552459603968,1605485585000.0,2020-11-16 00:13:05,+0000,,"@flcnhvy Yeah, with cooling channels integrated into the chamber walls",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1328128923683545088,[],[],0,,False,3520,108,86,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +293,1328125804836909056,1328124552459603968,1605484841000.0,2020-11-16 00:00:41,+0000,,"The same propellant is used either for abort or for orbital maneuvering, as one use obviates the other",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1328125804836909056,[],[],0,,False,11375,240,262,,None,,,,,,,[],,,, +294,1328125240002502656,1328124552459603968,1605484707000.0,2020-11-15 23:58:27,+0000,,"Dragon can also hover & land propulsively, but we use the parachutes for maximum safety https://t.co/Mr7VFIQwWf",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1328125240002502656,['https://m.youtube.com/watch?v=07Pm8ZY0XJI'],[],0,,False,12458,244,419,,None,,,,,,,[],,,, +295,1328124552459603968,1328124552459603968,1605484543000.0,2020-11-15 23:55:43,+0000,,"Thrusters are integrated with spacecraft, enabling abort capability all the way to abort for increased safety",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1328124552459603968,[],[],0,,False,43974,691,2374,https://twitter.com/SpaceX/status/1328122892907806720,None,,,,,,,[],,,, +296,1328005355637334016,1327705668271230976,1605456124000.0,2020-11-15 16:02:04,+0000,,@tboneagnoobs Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1328005355637334016,[],[],0,,False,879,56,17,,None,,,,,,,"[{'screen_name': 'tboneagnoobs', 'name': 'Trístan N', 'id': '3080887869'}]",,,, +297,1327987572803452928,1327705668271230976,1605451884000.0,2020-11-15 14:51:24,+0000,,"@KlotzAdam @PPathole @AstroJordy @erujabidi Yeah, I feel pretty normal. No symptoms right now. Last week, I had symptoms of a minor cold. I’ve had some brutal flu/cold experiences, but this was mild & hopefully over.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1327987572803452928,[],[],0,,False,1835,193,65,,None,,,,,,,"[{'screen_name': 'KlotzAdam', 'name': 'Adam Klotz', 'id': '1367045893690593280'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'AstroJordy', 'name': 'jordan🚀', 'id': '1142527715670519808'}, {'screen_name': 'erujabidi', 'name': 'eruj', 'id': '2202384421'}]",,,, +298,1327985919106764801,1327705668271230976,1605451490000.0,2020-11-15 14:44:50,+0000,,"@PPathole @AstroJordy @erujabidi Doing tests from several different labs, same time of day, administered by RN & am requesting N1 gene PCR cycle threshold. There is no official standard for PCR testing. Not sure people realize this.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1327985919106764801,[],[],0,,False,1060,73,69,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'AstroJordy', 'name': 'jordan🚀', 'id': '1142527715670519808'}, {'screen_name': 'erujabidi', 'name': 'eruj', 'id': '2202384421'}]",,,, +299,1327980040722673664,1327613271965364225,1605450089000.0,2020-11-15 14:21:29,+0000,,"@PPathole @Mario_Livio Both obv insanely great, too bad they had this pointless argument",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1327980040722673664,[],[],0,,False,653,39,15,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Mario_Livio', 'name': 'Mario Livio', 'id': '555239997'}]",,,, +300,1327978096759193600,1327978096759193600,1605449625000.0,2020-11-15 14:13:45,+0000,,Astronaut launch today!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1327978096759193600,[],[],0,,False,53130,1055,3107,https://twitter.com/nasahqphoto/status/1327963643288330240,None,,,,,,,[],,,, +301,1327863861891002370,1327613271965364225,1605422389000.0,2020-11-15 06:39:49,+0000,,@Mario_Livio No kids though,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1327863861891002370,[],[],0,,False,834,91,13,,None,,,,,,,"[{'screen_name': 'Mario_Livio', 'name': 'Mario Livio', 'id': '555239997'}]",,,, +302,1327848665420062720,1327613271965364225,1605418766000.0,2020-11-15 05:39:26,+0000,,@Mario_Livio Hell of a wig collection too,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1327848665420062720,[],[],0,,False,5071,159,69,,None,,,,,,,"[{'screen_name': 'Mario_Livio', 'name': 'Mario Livio', 'id': '555239997'}]",,,, +303,1327817931187621888,1327755481214029826,1605411439000.0,2020-11-15 03:37:19,+0000,,@michaelmina_lab It would be great if labs could give people this level of granular feedback in their results,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1327817931187621888,[],[],0,,False,2578,169,64,,None,,,,,,,"[{'screen_name': 'michaelmina_lab', 'name': 'Michael Mina', 'id': '1094762324097822720'}]",,,, +304,1327806647784202240,1327806647784202240,1605408748000.0,2020-11-15 02:52:28,+0000,,Worth reading this thread if you’re curious about rona testing,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1327806647784202240,[],[],0,,False,25498,1372,2121,https://twitter.com/elonmusk/status/1327772765412356096,None,,,,,,,[],,,, +305,1327803336851038210,1327755481214029826,1605407959000.0,2020-11-15 02:39:19,+0000,,"@stonkmanup @michaelmina_lab They should be imo. If you get a blood pressure test, they tell you the number, not just if it’s high/not-high. There is not a clear consensus on what Ct value of what cov2 gene constitutes “positive”.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1327803336851038210,[],[],0,,False,1185,55,46,,None,,,,,,,"[{'screen_name': 'michaelmina_lab', 'name': 'Michael Mina', 'id': '1094762324097822720'}]",,,, +306,1327774022566862848,1327705668271230976,1605400970000.0,2020-11-15 00:42:50,+0000,,"@AstroJordy @erujabidi A little up & down. Feels just like a regular cold, but more body achy & cloudy head than coughing/sneezing. DayQuil rocks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1327774022566862848,[],[],0,,False,2151,300,67,,None,,,,,,,"[{'screen_name': 'AstroJordy', 'name': 'jordan🚀', 'id': '1142527715670519808'}, {'screen_name': 'erujabidi', 'name': 'eruj', 'id': '2202384421'}]",,,, +307,1327772765412356096,1327755481214029826,1605400670000.0,2020-11-15 00:37:50,+0000,,"@michaelmina_lab In your opinion, at what Ct number for the cov2 N1 gene should a PCR test probably be regarded as positive? If I’m asking the wrong question, what is a better question?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1327772765412356096,[],[],0,,False,3574,491,316,,None,,,,,,,"[{'screen_name': 'michaelmina_lab', 'name': 'Michael Mina', 'id': '1094762324097822720'}]",,,, +308,1327760574759878656,1327755481214029826,1605397764000.0,2020-11-14 23:49:24,+0000,,@michaelmina_lab @stendeck77 !,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1327760574759878656,[],[],0,,False,508,34,15,,None,,,,,,,"[{'screen_name': 'michaelmina_lab', 'name': 'Michael Mina', 'id': '1094762324097822720'}, {'screen_name': 'stendeck77', 'name': 'La Punta del Iceberg', 'id': '439594553'}]",,,, +309,1327750522489638912,1327538428196528128,1605395367000.0,2020-11-14 23:09:27,+0000,,"@teslaownerssv Cool, but please be super cautious. Expect two steps forward, one back. Lot of new code was merged.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1327750522489638912,[],[],0,,False,6000,160,147,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +310,1327743939621703681,1327659432029933573,1605393798000.0,2020-11-14 22:43:18,+0000,,@austinbarnard45 Just a scratch. We can buff it out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1327743939621703681,[],[],0,,False,7551,280,134,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +311,1327743762273955841,1327705668271230976,1605393755000.0,2020-11-14 22:42:35,+0000,,"@erujabidi Am getting wildly different results from different labs, but most likely I have a moderate case of covid. My symptoms are that of a minor cold, which is no surprise, since a coronavirus is a type of cold.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1327743762273955841,[],[],0,,False,5641,666,424,,None,,,,,,,"[{'screen_name': 'erujabidi', 'name': 'eruj', 'id': '2202384421'}]",,,, +312,1327726256880713729,1327683003443769346,1605389582000.0,2020-11-14 21:33:02,+0000,,@WhatsupFranks @lexfridman NPCs all the way up,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1327726256880713729,[],[],0,,False,1461,99,40,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +313,1327709281391497216,1327683003443769346,1605385534000.0,2020-11-14 20:25:34,+0000,,@lexfridman Ahem,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1327709281391497216,[],[],0,,False,7406,271,146,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +314,1327706140595998721,1327705668271230976,1605384786000.0,2020-11-14 20:13:06,+0000,,Unless you’re on DMT,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1327706140595998721,[],[],0,,False,59482,1481,2811,,None,,,,,,,[],,,, +315,1327705668271230976,1327705668271230976,1605384673000.0,2020-11-14 20:11:13,+0000,,Laws of thermodynamics: 1. You can’t win 2. You can’t break even 3. You can’t stop playing,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1327705668271230976,[],[],0,,False,123352,2719,9076,,None,,,,,,,[],,,, +316,1327700815935537152,1327700815935537152,1605383516000.0,2020-11-14 19:51:56,+0000,,Shakes fist at entropy,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1327700815935537152,[],[],0,,False,82224,2372,3629,,None,,,,,,,[],,,, +317,1327645031100940288,1327644765459009537,1605370216000.0,2020-11-14 16:10:16,+0000,,@RealNattastic Big expansion of beta program in 6 to 8 weeks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1327645031100940288,[],[],0,,False,2161,212,97,,None,,,,,,,"[{'screen_name': 'RealNattastic', 'name': 'Nattastic', 'id': '3071512763'}]",,,, +318,1327532992315604992,1327287240058302466,1605343504000.0,2020-11-14 08:45:04,+0000,,"@robintosh_nunez @PPathole Interesting. My Thursday night saliva sample came back today with N1 gene (unique to cov2) showing at cycle 26 & N3 (generic sars) at 24. I get results of today’s test tomorrow. Almost no symptoms today, so hopefully better results.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1327532992315604992,[],[],0,,False,1305,201,62,,None,,,,,,,"[{'screen_name': 'robintosh_nunez', 'name': 'Robinson Nuñez', 'id': '1556552568'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +319,1327528213413650432,1327391474607034368,1605342365000.0,2020-11-14 08:26:05,+0000,,@ICannot_Enough @JohnnaCrider1 What’s honey?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1327528213413650432,[],[],0,,False,1518,368,29,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'JohnnaCrider1', 'name': 'Techno Gem', 'id': '1957568797'}]",,,, +320,1327499959877263360,1327302027232256000,1605335628000.0,2020-11-14 06:33:48,+0000,,@slashdot Feels that way,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1327499959877263360,[],[],0,,False,4557,237,101,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +321,1327497570730397696,1327125840040169472,1605335059000.0,2020-11-14 06:24:19,+0000,,@WhatsupFranks @bluemoondance74 @StephenKing This seems accurate,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1327497570730397696,[],[],0,,False,701,31,14,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'StephenKing', 'name': 'Stephen King', 'id': '2233154425'}]",,,, +322,1327494369553760256,1327125840040169472,1605334296000.0,2020-11-14 06:11:36,+0000,,@bluemoondance74 @StephenKing Cold symptoms are gone for now 😀🚀💫,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1327494369553760256,[],[],0,,False,2144,185,63,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'StephenKing', 'name': 'Stephen King', 'id': '2233154425'}]",,,, +323,1327476513227214854,1327125840040169472,1605330038000.0,2020-11-14 05:00:38,+0000,,@StephenKing There are degrees of pos,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1327476513227214854,[],[],0,,False,4953,438,114,,None,,,,,,,"[{'screen_name': 'StephenKing', 'name': 'Stephen King', 'id': '2233154425'}]",,,, +324,1327411896471875584,1327287240058302466,1605314632000.0,2020-11-14 00:43:52,+0000,,@MrSammy_H @pelagicbird @max_roi @rossy65 Heneghan makes a lot of sense. Hilarious that he has to clarify that he runs the Center for *Evidence-Based* Medicine at Oxford 🤣🤣. General public doesn’t realize quite how much of medicine is subjective or outright witchcraft.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1327411896471875584,[],[],0,,False,1045,113,81,,None,,,,,,,"[{'screen_name': 'MrSammy_H', 'name': 'Mr H #KBF', 'id': '913654197014323200'}, {'screen_name': 'pelagicbird', 'name': 'Jan Hartmann', 'id': '260933846'}, {'screen_name': 'max_roi', 'name': 'Max Roi', 'id': '480590033'}, {'screen_name': 'rossy65', 'name': 'Ross Youngblood', 'id': '37076717'}]",,,, +325,1327408883053170689,1327287240058302466,1605313914000.0,2020-11-14 00:31:54,+0000,,"@WhatsupFranks The number of PCR amplification cycles required to detect the virus is a rough indicator of your viral load. From what I can gather, you’re probably not infectious above 30 & you probably are below 25. Sound about right?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1327408883053170689,[],[],0,,False,1497,173,126,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}]",,,, +326,1327393875221045248,1327287240058302466,1605310336000.0,2020-11-13 23:32:16,+0000,,@MrSammy_H @max_roi @rossy65 This a great reference! Worth a read.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1327393875221045248,[],[],0,,False,469,36,21,,None,,,,,,,"[{'screen_name': 'MrSammy_H', 'name': 'Mr H #KBF', 'id': '913654197014323200'}, {'screen_name': 'max_roi', 'name': 'Max Roi', 'id': '480590033'}, {'screen_name': 'rossy65', 'name': 'Ross Youngblood', 'id': '37076717'}]",,,, +327,1327391474607034368,1327391474607034368,1605309763000.0,2020-11-13 23:22:43,+0000,,Case closed https://t.co/pUYiJcAdD6,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1327391474607034368,[],['https://pbs.twimg.com/media/EmvXgwBUUAE4gPc.jpg'],1,https://pbs.twimg.com/media/EmvXgwBUUAE4gPc.jpg,False,293371,6774,30128,,None,,,,,,,[],,,, +328,1327389689213423616,1327389689213423616,1605309338000.0,2020-11-13 23:15:38,+0000,,Soon https://t.co/mWOpR7W8kk,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1327389689213423616,[],['https://pbs.twimg.com/media/EmvV4u1UcAAnvjg.jpg'],1,https://pbs.twimg.com/media/EmvV4u1UcAAnvjg.jpg,False,189570,2817,11780,,None,,,,,,,[],,,, +329,1327375965190713347,1327287240058302466,1605306066000.0,2020-11-13 22:21:06,+0000,,"@PPathole Fwiw, lab I just spoke to thinks below 30 is accurate, 30 to 40 gets dicey & above 40 is bs. Will talk to several more labs. There must be a graph of PCR amplification cycle vs false positive rate somewhere.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1327375965190713347,[],[],0,,False,1078,124,115,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +330,1327367568298897408,1327287240058302466,1605304064000.0,2020-11-13 21:47:44,+0000,,Lab I just spoke to said cov2 PCR detection (N1 & N3 genes) below 30 cycles is reliable & above 40 cycles is not,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1327367568298897408,[],[],0,,False,20756,1756,2103,,None,,,,,,,[],,,, +331,1327366270539370496,1327287240058302466,1605303754000.0,2020-11-13 21:42:34,+0000,,"@RationalEtienne @ryaneshea Note, this is not the spike protein. They don’t consider that reliable.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1327366270539370496,[],[],0,,False,923,48,35,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'ryaneshea', 'name': 'Ryan Shea', 'id': '118917461'}]",,,, +332,1327366124237770752,1327287240058302466,1605303719000.0,2020-11-13 21:41:59,+0000,,"@RationalEtienne @ryaneshea Just spoke directly to a testing lab. Their main PCR search is for the N1 gene, unique to cov2. N3 is also sought, but is generic to other sars viruses. High PCR cycle count *does* give false positives, but they believe accuracy is good below 30 cycles & 40 cycles is their max.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1327366124237770752,[],[],0,,False,1171,71,86,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'ryaneshea', 'name': 'Ryan Shea', 'id': '118917461'}]",,,, +333,1327335248854536192,1327287240058302466,1605296358000.0,2020-11-13 19:39:18,+0000,,@PPathole Strange,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1327335248854536192,[],[],0,,False,889,85,34,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +334,1327332533785137152,1327287240058302466,1605295711000.0,2020-11-13 19:28:31,+0000,,"@ryaneshea Possible explanation for the dramatic decline in cold & flu prevalence vs prior years. If someone comes in with cold/flu symptoms & falsely tests positive for cov2, they will assume they have it, when in fact they simply have some other form of seasonal cold/flu.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1327332533785137152,[],[],0,,False,1956,221,299,,None,,,,,,,"[{'screen_name': 'ryaneshea', 'name': 'Ryan Shea', 'id': '118917461'}]",,,, +335,1327331690457382914,1327287240058302466,1605295510000.0,2020-11-13 19:25:10,+0000,,"@ryaneshea Moreover, lower the true prevalence, the higher the false positive number will be. This sounds obvious, but it could mean a very high false positive percentage if true prevalence is low.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1327331690457382914,[],[],0,,False,930,63,71,,None,,,,,,,"[{'screen_name': 'ryaneshea', 'name': 'Ryan Shea', 'id': '118917461'}]",,,, +336,1327330869963415552,1327287240058302466,1605295314000.0,2020-11-13 19:21:54,+0000,,@ryaneshea From https://t.co/42z7vRPB9c https://t.co/XTSukcc3Tl,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1327330869963415552,['https://www.fda.gov/medical-devices/letters-health-care-providers/potential-false-positive-results-antigen-tests-rapid-detection-sars-cov-2-letter-clinical-laboratory'],['https://pbs.twimg.com/media/EmugZCeUwAA737Y.jpg'],1,https://pbs.twimg.com/media/EmugZCeUwAA737Y.jpg,False,2021,86,314,,None,,,,,,,"[{'screen_name': 'ryaneshea', 'name': 'Ryan Shea', 'id': '118917461'}]",,,, +337,1327309019950637057,1327287240058302466,1605290105000.0,2020-11-13 17:55:05,+0000,,@dana_e_morgan Sure is,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1327309019950637057,[],[],0,,False,1854,149,30,,None,,,,,,,[],,,, +338,1327305722384719872,1327287240058302466,1605289319000.0,2020-11-13 17:41:59,+0000,,"Would be great to hear from people who know a lot about the PCR testing industry. What’s the approximate false positive rate, all things considered, for cov2 PCR tests?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1327305722384719872,[],[],0,,False,32369,3320,2468,,None,,,,,,,[],,,, +339,1327296958709473280,1327125840040169472,1605287229000.0,2020-11-13 17:07:09,+0000,,@ClareCraigPath Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1327296958709473280,[],[],0,,False,3125,151,93,,None,,,,,,,"[{'screen_name': 'ClareCraigPath', 'name': 'Dr Clare Craig', 'id': '1302978006441492481'}]",,,, +340,1327296384823828480,1327287240058302466,1605287092000.0,2020-11-13 17:04:52,+0000,,@john_beans @DirtyTesla Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1327296384823828480,[],[],0,,False,703,54,29,,None,,,,,,,"[{'screen_name': 'john_beans', 'name': 'John Beans', 'id': '33722192'}, {'screen_name': 'DirtyTesla', 'name': 'DirtyTesla 🛰Starlink Plz🛰', 'id': '1118594454515003393'}]",,,, +341,1327287240058302466,1327287240058302466,1605284912000.0,2020-11-13 16:28:32,+0000,,What is the general population (no knowledge of symptoms) accuracy of a sars-cov2 PCR test & is it possible to generate a false positive if you simply run enough cycles?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1327287240058302466,[],[],0,,False,109508,8924,12294,,None,,,,,,,[],,,, +342,1327224089451196420,1327173866909786114,1605269856000.0,2020-11-13 12:17:36,+0000,,"@PPathole @cleantechnica A good PCR test should identify if I have the cov2 spike proteins, although I have heard some low accuracy numbers for those too. Hard to get a straight answer. False positives will roughly scale with # of tests & daily test rate has gone ballistic: https://t.co/Pv6s71jZQo",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/1327224089451196420,[],['https://pbs.twimg.com/media/Ems_RmXVkAA9GeJ.jpg'],1,https://pbs.twimg.com/media/Ems_RmXVkAA9GeJ.jpg,False,1996,481,246,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +343,1327210365713743872,1327173866909786114,1605266584000.0,2020-11-13 11:23:04,+0000,,"@justpaulinelol @cleantechnica Mild sniffles & cough & slight fever past few days. Right now, no symptoms, although I did take NyQuil.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/1327210365713743872,[],[],0,,False,2463,493,91,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +344,1327208777049804800,1327173866909786114,1605266205000.0,2020-11-13 11:16:45,+0000,,"@cleantechnica Technically, I tested positive, then negative twice, then positive again, so “Elon Musk Tests Negative for Covid” is an equally correct title. The “rapid antigen test” from BD seems to be about as useful as a flipping a coin.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/1327208777049804800,[],[],0,,False,12559,941,1871,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +345,1327132071370878976,1327132071370878976,1605247917000.0,2020-11-13 06:11:57,+0000,,The carousel turns ever faster,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1327132071370878976,[],[],0,,False,77514,2636,3428,,None,,,,,,,[],,,, +346,1327131163622854657,1327125840040169472,1605247700000.0,2020-11-13 06:08:20,+0000,,@JoeInGeneral @andrewbogut Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1327131163622854657,[],[],0,,False,15678,231,162,,None,,,,,,,"[{'screen_name': 'JoeInGeneral', 'name': 'Joe In Gene🅡al', 'id': '52756413'}, {'screen_name': 'andrewbogut', 'name': 'Andrew Bogut', 'id': '1036325418'}]",,,, +347,1327128527280496652,1327125840040169472,1605247072000.0,2020-11-13 05:57:52,+0000,,@ajtourville Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1327128527280496652,[],[],0,,False,17043,333,324,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}]",,,, +348,1327127056119902210,1327125840040169472,1605246721000.0,2020-11-13 05:52:01,+0000,,@JaneidyEve Symptoms of a typical cold. Nothing unusual so far.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1327127056119902210,[],[],0,,False,19306,1148,515,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +349,1327126667651932161,1327125840040169472,1605246629000.0,2020-11-13 05:50:29,+0000,,"@BLKMDL3 If it’s happening to me, it’s happening to others. I’m getting PCR tests from separate labs. Results will take about 24 hours.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1327126667651932161,[],[],0,,False,32124,1530,2249,,None,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}]",,,, +350,1327125840040169472,1327125840040169472,1605246431000.0,2020-11-13 05:47:11,+0000,,"Something extremely bogus is going on. Was tested for covid four times today. Two tests came back negative, two came back positive. Same machine, same test, same nurse. Rapid antigen test from BD.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1327125840040169472,[],[],0,,False,424197,37028,98161,,None,,,,,,,[],,,, +351,1327090548478414850,1327059304571166720,1605238017000.0,2020-11-13 03:26:57,+0000,,"@austinbarnard45 Burst disk worked, so vehicle appears to be ok. We’ll have to swap out at least one of the engines.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1327090548478414850,[],[],0,,False,4105,161,214,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +352,1327073241693765633,1327059304571166720,1605233891000.0,2020-11-13 02:18:11,+0000,,@tobyliiiiiiiiii @SpacePadreIsle @austinbarnard45 Maybe melted an engine preburner or fuel hot gas manifold. Whatever it is caused pneumatics loss. We need to design out this problem.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1327073241693765633,[],[],0,,False,3164,153,161,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +353,1327070929868914689,1327059304571166720,1605233340000.0,2020-11-13 02:09:00,+0000,,"@austinbarnard45 We lost vehicle pneumatics. Reason unknown at present. Liquid oxygen header tank pressure is rising. Hopefully triggers burst disk to relieve pressure, otherwise it’s going to pop the cork.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1327070929868914689,[],[],0,,False,4657,147,254,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +354,1327024998020571136,1326699173769437184,1605222389000.0,2020-11-12 23:06:29,+0000,,@DrPhiltill 🤣🤣👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1327024998020571136,[],[],0,,False,3540,102,43,,None,,,,,,,"[{'screen_name': 'DrPhiltill', 'name': 'Dr. Phil Metzger', 'id': '1002513128'}]",,,, +355,1326911280981143558,1326911280981143558,1605195276000.0,2020-11-12 15:34:36,+0000,,4 Astronauts fly to @Space_Station on Sat night from Cape. First operational flight of Crew Dragon. https://t.co/uZCGiKciKb,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1326911280981143558,[],"['https://pbs.twimg.com/media/EmoiwJAXEAAuTiy.jpg', 'https://pbs.twimg.com/media/EmoiwJ1W8AEv3dt.jpg']",1,https://pbs.twimg.com/media/EmoiwJAXEAAuTiy.jpg,False,98411,1471,7944,,None,,,,,,,[],,,, +356,1326908366392860673,1326274591564718080,1605194581000.0,2020-11-12 15:23:01,+0000,,@Cardoso Luck is the best superpower,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1326908366392860673,[],[],0,,False,2360,190,123,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}]",,,, +357,1326383826055143426,1326383363264016388,1605069521000.0,2020-11-11 04:38:41,+0000,,@hiromichimizuno Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1326383826055143426,[],[],0,,False,4151,188,65,,None,,,,,,,"[{'screen_name': 'hiromichimizuno', 'name': 'HIRO MIZUNO', 'id': '72862939'}]",,,, +358,1326284034851434500,1326274591564718080,1605045729000.0,2020-11-10 22:02:09,+0000,,@Kristennetten It is an honor that they would choose to work with me. I strive to ensure that the companies enable creative & driven people to reach their potential.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1326284034851434500,[],[],0,,False,3602,176,197,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +359,1326274591564718080,1326274591564718080,1605043478000.0,2020-11-10 21:24:38,+0000,,Such a privilege to work with people I like & respect so much. I feel blessed.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1326274591564718080,[],[],0,,False,202821,3578,6519,,None,,,,,,,[],,,, +360,1326196436061577221,1325876834290995201,1605024844000.0,2020-11-10 16:14:04,+0000,,@DJSnM @DavidHuber15 @nickhenning3d @SpaceX @ErcXspace @Neopork85 @C_Bass3d @Caspar_Stanley @SpacexVision @FelixSchlang Probably,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1326196436061577221,[],[],0,,False,1494,53,22,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'DavidHuber15', 'name': 'David Huber', 'id': '1335341562'}, {'screen_name': 'nickhenning3d', 'name': 'Nick Henning', 'id': '863426638108704768'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}, {'screen_name': 'C_Bass3d', 'name': 'Corey', 'id': '1271203409044144128'}, {'screen_name': 'Caspar_Stanley', 'name': 'Caspar 🚀 (Stanley Creative)', 'id': '456545405'}, {'screen_name': 'SpacexVision', 'name': 'SpaceXvision', 'id': '1245684737135398912'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}]",,,, +361,1326196164711096323,1325953653598019584,1605024779000.0,2020-11-10 16:12:59,+0000,,@TeslaNY @Tesla Happy to see this :),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1326196164711096323,[],[],0,,False,2899,122,72,,None,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +362,1325938304810967042,1325804307900489728,1604963301000.0,2020-11-09 23:08:21,+0000,,"@SamTalksTesla @Tesla I do expect this to become an important product for the world, but probably not financially material for Tesla",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1325938304810967042,[],[],0,,False,2220,97,82,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +363,1325937554236043266,1325876834290995201,1604963122000.0,2020-11-09 23:05:22,+0000,,@nickhenning3d @SpaceX @ErcXspace @Neopork85 @C_Bass3d @Caspar_Stanley @SpacexVision @FelixSchlang There’s no entry/braking burn & hypersonic angle of attack is ~70 degrees,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1325937554236043266,[],[],0,,False,1976,88,63,,None,,,,,,,"[{'screen_name': 'nickhenning3d', 'name': 'Nick Henning', 'id': '863426638108704768'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}, {'screen_name': 'C_Bass3d', 'name': 'Corey', 'id': '1271203409044144128'}, {'screen_name': 'Caspar_Stanley', 'name': 'Caspar 🚀 (Stanley Creative)', 'id': '456545405'}, {'screen_name': 'SpacexVision', 'name': 'SpaceXvision', 'id': '1245684737135398912'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}]",,,, +364,1325934016353214465,1325804307900489728,1604962278000.0,2020-11-09 22:51:18,+0000,,@SamTalksTesla @Tesla Tesla makes the RNA Bioreactor that can make vaccines / cures. CureVac has version 2 in use. Version 3 is under development.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1325934016353214465,[],[],0,,False,2035,77,120,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +365,1325931653659832321,1325858650490023936,1604961715000.0,2020-11-09 22:41:55,+0000,,@TesLatino Checking,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1325931653659832321,[],[],0,,False,969,64,20,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}]",,,, +366,1325925794162626561,1325810392535359488,1604960318000.0,2020-11-09 22:18:38,+0000,,@pcgamer I just hope this game doesn’t twist itself to tedium out of fear of being canceled,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1325925794162626561,[],[],0,,False,2812,116,107,,None,,,,,,,"[{'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +367,1325861541330251781,1325861541330251781,1604944999000.0,2020-11-09 18:03:19,+0000,, https://t.co/d0i2w8wNKG,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1325861541330251781,[],['https://pbs.twimg.com/media/EmZoB4wXUAcES1t.jpg'],1,https://pbs.twimg.com/media/EmZoB4wXUAcES1t.jpg,False,213129,6008,10773,,None,,,,,,,[],,,, +368,1325844990870900736,1325844990870900736,1604941053000.0,2020-11-09 16:57:33,+0000,,"Yes, you can have my damn cookie! should be a browser setting",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1325844990870900736,[],[],0,,False,212191,4288,10825,,None,,,,,,,[],,,, +369,1325825307824189441,1325638152732639234,1604936360000.0,2020-11-09 15:39:20,+0000,,@teslaownerssv @Tesla Thanks to a lot of great Autopilot/AI hardware & software engineers at Tesla!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1325825307824189441,[],[],0,,False,3224,175,140,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +370,1325632482339811329,1325593378545938437,1604890387000.0,2020-11-09 02:53:07,+0000,,@BBCTech For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1325632482339811329,[],[],0,,False,1539,107,41,,None,,,,,,,"[{'screen_name': 'BBCTech', 'name': 'BBC News Technology', 'id': '621583'}]",,,, +371,1325624510691749888,1325575560148492289,1604888486000.0,2020-11-09 02:21:26,+0000,,@MKBHD @Vyyyper Will be worth it,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1325624510691749888,[],[],0,,False,11009,141,104,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'Vyyyper', 'name': '\U0001f7e3The Man About Tech #VypNation', 'id': '27676139'}]",,,, +372,1325623523688116225,1325575560148492289,1604888251000.0,2020-11-09 02:17:31,+0000,,@MKBHD Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1325623523688116225,[],[],0,,False,3138,83,36,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +373,1325623206049280000,1325575560148492289,1604888175000.0,2020-11-09 02:16:15,+0000,,@Model3Owners @MKBHD Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1325623206049280000,[],[],0,,False,1231,67,22,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +374,1325622453054312450,1325575560148492289,1604887996000.0,2020-11-09 02:13:16,+0000,,"@MKBHD Actually, it’s still there https://t.co/2zLKc8Fc2d",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1325622453054312450,['https://www.tesla.com/roadster'],[],0,,False,4428,116,75,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +375,1325618085445824513,1172217515189182466,1604886955000.0,2020-11-09 01:55:55,+0000,,@Ed_Spartan_117 @Tesla @NYKChannel Wait until you see what Cybertruck will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1325618085445824513,[],[],0,,False,4732,290,268,,None,,,,,,,"[{'screen_name': 'Ed_Spartan_117', 'name': 'Ed Jones', 'id': '1579152062'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'NYKChannel', 'name': 'Now You Know', 'id': '767700853322952708'}]",,,, +376,1325599355961712640,1325575560148492289,1604882489000.0,2020-11-09 00:41:29,+0000,,@MKBHD This is accidental. Will be back shortly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1325599355961712640,[],[],0,,False,9506,132,102,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +377,1325467966247370755,1325234591628746754,1604851163000.0,2020-11-08 15:59:23,+0000,,@Erdayastronaut @RenataKonkoly @SpaceNews_Inc Am hoping to change booster design to land back on launch mount with no legs. Will require extreme precision.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1325467966247370755,[],[],0,,False,5008,396,235,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'SpaceNews_Inc', 'name': 'SpaceNews', 'id': '31098756'}]",,,, +378,1325450983183327233,1325196470920769539,1604847114000.0,2020-11-08 14:51:54,+0000,,@Vasu42698392 @amyceskridge Chip has temp sensor & automatically maintains safe temp,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1325450983183327233,[],[],0,,False,1186,61,41,,None,,,,,,,"[{'screen_name': 'Vasu42698392', 'name': 'Vasu Thinks', 'id': '975923701207183360'}, {'screen_name': 'amyceskridge', 'name': 'Amy Eskridge', 'id': '705970184'}]",,,, +379,1325450416562208768,1325234591628746754,1604846979000.0,2020-11-08 14:49:39,+0000,,@reganlovetesla @RenataKonkoly @SpaceNews_Inc Enough already on my plate & Tesla’s. Maybe one day will do a prototype. Those are relatively easy. Volume production with high reliability & low cost & passing all regulations is 100X harder.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1325450416562208768,[],[],0,,False,1208,70,46,,None,,,,,,,"[{'screen_name': 'reganlovetesla', 'name': 'Regan', 'id': '1274349063417344006'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'SpaceNews_Inc', 'name': 'SpaceNews', 'id': '31098756'}]",,,, +380,1325448724244357120,1325196470920769539,1604846576000.0,2020-11-08 14:42:56,+0000,,"@amyceskridge Neuralink won’t overclock the brain, it will transfer processing to the supercomputer extension of your brain. This is basically what you do when you use a smartphone or computer, but a Neuralink will have orders of magnitude faster input & output, especially latter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1325448724244357120,[],[],0,,False,1357,65,94,,None,,,,,,,"[{'screen_name': 'amyceskridge', 'name': 'Amy Eskridge', 'id': '705970184'}]",,,, +381,1325445345275416578,1325297637810122754,1604845770000.0,2020-11-08 14:29:30,+0000,,"@flcnhvy @PPathole @cleantechnica We rewrote all labeling software for 4D. Very different from labeling single photos. Dojo won’t contribute for about a year. It’s mostly a generalized NN training computer, but benchmark we’re tracking is frames/second. Must beat next gen GPU/TPU clusters or it’s pointless.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1325445345275416578,[],[],0,,False,2586,116,141,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +382,1325424592731705346,1325297637810122754,1604840822000.0,2020-11-08 13:07:02,+0000,,@PPathole @cleantechnica Version 1 is about a year away,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,13,https://twitter.com/elonmusk/status/1325424592731705346,[],[],0,,False,1406,72,50,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +383,1325404393076887557,1325234591628746754,1604836006000.0,2020-11-08 11:46:46,+0000,,@RenataKonkoly @SpaceNews_Inc It would appear that their calculations were incorrect,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1325404393076887557,[],[],0,,False,2359,58,51,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'SpaceNews_Inc', 'name': 'SpaceNews', 'id': '31098756'}]",,,, +384,1325402989201403906,1325234591628746754,1604835672000.0,2020-11-08 11:41:12,+0000,,@SpaceNews_Inc China understands the profound importance of reusability. The era of expendable rockets will soon be over.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1325402989201403906,[],[],0,,False,3242,94,130,,None,,,,,,,"[{'screen_name': 'SpaceNews_Inc', 'name': 'SpaceNews', 'id': '31098756'}]",,,, +385,1325395344105086976,1325297637810122754,1604833849000.0,2020-11-08 11:10:49,+0000,,@cleantechnica ♠️♠️ Tesla Autopilot/AI team ♠️♠️,lv,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1325395344105086976,[],[],0,,False,2335,63,95,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +386,1325394382367977477,1325297637810122754,1604833620000.0,2020-11-08 11:07:00,+0000,,"@cleantechnica Good explanation. 4D is essential for dynamically occluded objects, especially in large intersections with dense vehicle & pedestrian traffic. Frame rate & latency from frame to wheel vector change also important.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1325394382367977477,[],[],0,,False,2334,58,127,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +387,1325142587460694016,1325142587460694016,1604773587000.0,2020-11-07 18:26:27,+0000,,The Phantom of the Opera Is here … inside your mind,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1325142587460694016,[],[],0,,False,115454,3494,5680,,None,,,,,,,[],,,, +388,1324859493889478656,1324479102875803654,1604706092000.0,2020-11-06 23:41:32,+0000,,@LinusTech @SpaceXStarlink @SpaceX 🇨🇦 😀,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1324859493889478656,[],[],0,,False,7496,196,124,,None,,,,,,,"[{'screen_name': 'LinusTech', 'name': 'Linus Tech Tips', 'id': '403614288'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +389,1324736385870430210,1324283305789812736,1604676741000.0,2020-11-06 15:32:21,+0000,,@PPathole Just looking for problem-solvers who get things done with a high sense of urgency. Don’t care if or where they went to school.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1324736385870430210,[],[],0,,False,4697,335,394,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +390,1324736076800577537,1324283305789812736,1604676667000.0,2020-11-06 15:31:07,+0000,,"When sending your resume, please describe a few of the hardest problems you solved & exactly how you solved them",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1324736076800577537,[],[],0,,False,32219,1756,1260,,None,,,,,,,[],,,, +391,1324661814131519488,1324661814131519488,1604658962000.0,2020-11-06 10:36:02,+0000,,A New Banner is needed Neither hard left nor right,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1324661814131519488,[],[],0,,False,139230,6595,6126,,None,,,,,,,[],,,, +392,1324658679723905025,1324595039742222337,1604658214000.0,2020-11-06 10:23:34,+0000,,@PPathole Another fine day in the simulation …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1324658679723905025,[],[],0,,False,7753,140,398,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +393,1324658412274081793,1324437078483062788,1604658151000.0,2020-11-06 10:22:31,+0000,,"@Nereide Faraday invented the electric motor, Tesla the (commutator-free, three-phase) AC induction motor, in other words, a useful electric motor",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1324658412274081793,[],[],0,,False,1233,44,62,,None,,,,,,,"[{'screen_name': 'Nereide', 'name': '⭐Nereide\U0001fa90', 'id': '6691762'}]",,,, +394,1324657499434151936,1324437078483062788,1604657933000.0,2020-11-06 10:18:53,+0000,,"@Nereide Maxwell was amazing. Should have more recognition. Tesla Motors, Inc., was almost called Faraday, as it took until late 2004/2005 to buy the trademark from a guy who had had it since 1995.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1324657499434151936,[],[],0,,False,1116,35,47,,None,,,,,,,"[{'screen_name': 'Nereide', 'name': '⭐Nereide\U0001fa90', 'id': '6691762'}]",,,, +395,1324595039742222337,1324595039742222337,1604643041000.0,2020-11-06 06:10:41,+0000,,420 is ten times better than 42,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1324595039742222337,[],[],0,,False,350199,9907,32768,,None,,,,,,,[],,,, +396,1324591221424025606,980566101124722688,1604642131000.0,2020-11-06 05:55:31,+0000,,🤗,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1324591221424025606,[],[],0,,False,45124,1128,748,,None,,,,,,,[],,,, +397,1324481509475020800,1324479102875803654,1604615974000.0,2020-11-05 22:39:34,+0000,,@LinusTech @SpaceXStarlink @SpaceX Awaiting approval from Canadian authorities,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1324481509475020800,[],[],0,,False,18230,328,234,,None,,,,,,,"[{'screen_name': 'LinusTech', 'name': 'Linus Tech Tips', 'id': '403614288'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +398,1324283305789812736,1324283305789812736,1604568718000.0,2020-11-05 09:31:58,+0000,,Recruiting ace engineers for Giga Berlin! Will interview in person tomorrow on site. Send resume to 25Guns@Tesla.com.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1324283305789812736,[],[],0,,False,106269,3574,6128,,None,,,,,,,[],,,, +399,1324260092259217409,1324259720606089217,1604563184000.0,2020-11-05 07:59:44,+0000,,@Chad_Hurley @realDonaldTrump @kanyewest Stop being a chad,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1324260092259217409,[],[],0,,False,2842,109,80,,None,,,,,,,"[{'screen_name': 'Chad_Hurley', 'name': 'Chad Hurley', 'id': '14749070'}, {'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}, {'screen_name': 'kanyewest', 'name': 'ye', 'id': '169686021'}]",,,, +400,1324259956040806405,1324259720606089217,1604563151000.0,2020-11-05 07:59:11,+0000,,@Chad_Hurley @realDonaldTrump @kanyewest Uh … Chad wtf,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1324259956040806405,[],[],0,,False,1996,54,42,,None,,,,,,,"[{'screen_name': 'Chad_Hurley', 'name': 'Chad Hurley', 'id': '14749070'}, {'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}, {'screen_name': 'kanyewest', 'name': 'ye', 'id': '169686021'}]",,,, +401,1323979950504902657,1323752904923222017,1604496393000.0,2020-11-04 13:26:33,+0000,,"@TechAmazing Einstein was great, but did not succeed at engineering (and he tried)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/1323979950504902657,[],[],0,,False,2742,294,121,,None,,,,,,,"[{'screen_name': 'TechAmazing', 'name': 'Tech Burrito', 'id': '1272330881894670341'}]",,,, +402,1323691195239960579,1323348268823314432,1604427548000.0,2020-11-03 18:19:08,+0000,,"@jtrevorchapman Yeah, that will be relatively easy, as so few users out in the ocean",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1323691195239960579,[],[],0,,False,2136,127,56,,None,,,,,,,"[{'screen_name': 'jtrevorchapman', 'name': 'Trevor Chapman', 'id': '16198208'}]",,,, +403,1323643630997917697,1323597289596850177,1604416208000.0,2020-11-03 15:10:08,+0000,,"@ICannot_Enough @ZainRaz4 @vincent13031925 @JonErlichman Yes, although I didn’t expect the stock to rise so much so soon. The reason for the stock options is that they’re needed to help pay for humanity to get to Mars in 10 to 20 years.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1323643630997917697,[],[],0,,False,3852,216,221,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'JonErlichman', 'name': 'Jon Erlichman', 'id': '164425558'}]",,,, +404,1323641938235580416,1323622825219956737,1604415804000.0,2020-11-03 15:03:24,+0000,,"@FutureJurvetson @PPathole Super appreciate your support, Steve! That convertible loan gave us 6 months of runway. Fortunately, Daimler invested $50M in May 2009, 5 months later.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1323641938235580416,[],[],0,,False,1950,57,79,,None,,,,,,,"[{'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +405,1323640901248393217,1323597289596850177,1604415557000.0,2020-11-03 14:59:17,+0000,,@ZainRaz4 @vincent13031925 @JonErlichman Closest we got was about a month. The Model 3 ramp was extreme stress & pain for a long time — from mid 2017 to mid 2019. Production & logistics hell.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1323640901248393217,[],[],0,,False,2440,112,108,,None,,,,,,,"[{'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'JonErlichman', 'name': 'Jon Erlichman', 'id': '164425558'}]",,,, +406,1323639506436825092,1323597289596850177,1604415225000.0,2020-11-03 14:53:45,+0000,,"@vincent13031925 @JonErlichman I put in my last money, even though I thought we would still fail. But, it was either that or certain death for Tesla. Extremely difficult to raise money for an electric car startup (considered super quirky back then), while stalwarts like GM & Chrysler were going bankrupt.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1323639506436825092,[],[],0,,False,6095,230,370,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'JonErlichman', 'name': 'Jon Erlichman', 'id': '164425558'}]",,,, +407,1323637665829396480,1323597289596850177,1604414786000.0,2020-11-03 14:46:26,+0000,,"@JonErlichman That funding round completed 6pm on Christmas Eve in 2008. Last hour of last day possible, as investors were leaving town that night & we were 3 days away from bankruptcy. I put in all money I had, didn’t own a house & had to borrow money from friends to pay rent. Difficult time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1323637665829396480,[],[],0,,False,71220,1089,3924,,None,,,,,,,"[{'screen_name': 'JonErlichman', 'name': 'Jon Erlichman', 'id': '164425558'}]",,,, +408,1323432289947262982,1323348268823314432,1604365820000.0,2020-11-03 01:10:20,+0000,,@josh_bickett @PPathole Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1323432289947262982,[],[],0,,False,1384,57,31,,None,,,,,,,"[{'screen_name': 'josh_bickett', 'name': 'Josh Bickett', 'id': '761747406513766402'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +409,1323431066158452736,1323348268823314432,1604365528000.0,2020-11-03 01:05:28,+0000,,"@PPathole Lowering Starlink terminal cost, which may sound rather pedestrian, is actually our most difficult technical challenge",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1323431066158452736,[],[],0,,False,1727,142,81,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +410,1323430438577328128,1323348268823314432,1604365379000.0,2020-11-03 01:02:59,+0000,,"@itshamzahkhan As soon as we get regulatory approval. Hopefully, around middle of next year.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1323430438577328128,[],[],0,,False,2084,89,71,,None,,,,,,,"[{'screen_name': 'itshamzahkhan', 'name': 'Hamzah khan', 'id': '609928085'}]",,,, +411,1323430150034382848,1323348368870047744,1604365310000.0,2020-11-03 01:01:50,+0000,,"@thesheetztweetz Right now, it takes about 5 mins to set up, but, with future improvements, probably less than 3 mins. No technical knowledge needed. Just point at open sky & plug in!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1323430150034382848,[],[],0,,False,20219,853,591,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +412,1323360818336092167,1323348268823314432,1604348780000.0,2020-11-02 20:26:20,+0000,,@kjell_arne @flcnhvy Canada and Norway are next after we get US out of early beta!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1323360818336092167,[],[],0,,False,3395,274,174,,None,,,,,,,"[{'screen_name': 'kjell_arne', 'name': 'Kjell Arne Rekaa', 'id': '16333413'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +413,1323360309407633414,1323348268823314432,1604348659000.0,2020-11-02 20:24:19,+0000,,@enn_nafnlaus @flcnhvy Didn’t realize that was possible. No problem if there’s a way get current design Cybertruck approved in Europe!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1323360309407633414,[],[],0,,False,2204,125,63,,None,,,,,,,"[{'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +414,1323359592722669573,1323348268823314432,1604348488000.0,2020-11-02 20:21:28,+0000,,"@flcnhvy As soon as we get country approval. This is required for each country individually, as no EU-wide approval system exists. Probably start receiving final (there are many steps) approvals around Feb/March.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1323359592722669573,[],[],0,,False,3750,236,123,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +415,1323349059214708737,1323348268823314432,1604345977000.0,2020-11-02 19:39:37,+0000,,"@jason_rassett Lower latitude states need more satellites in position, so probably January",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1323349059214708737,[],[],0,,False,3045,218,71,,None,,,,,,,"[{'screen_name': 'jason_rassett', 'name': '👻 of LRRWD Y', 'id': '891139854687281152'}]",,,, +416,1323348268823314432,1323348268823314432,1604345788000.0,2020-11-02 19:36:28,+0000,,Several thousand more Starlink beta participation invitations going out this week,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1323348268823314432,[],[],0,,False,96834,7870,2989,,None,,,,,,,[],,,, +417,1323347225611829248,1323346967460806658,1604345539000.0,2020-11-02 19:32:19,+0000,,@LouisWFerreira New design is better with many minor tweaks. Even the small details matter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1323347225611829248,[],[],0,,False,2779,189,103,,None,,,,,,,"[{'screen_name': 'LouisWFerreira', 'name': 'Louis W Ferreira III', 'id': '56159040'}]",,,, +418,1323346472545517569,1323346313463926790,1604345360000.0,2020-11-02 19:29:20,+0000,,@engineers_feed Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1323346472545517569,[],[],0,,False,5846,128,75,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +419,1323288694955061257,1323288694955061257,1604331585000.0,2020-11-02 15:39:45,+0000,,Very close to actual expected flight!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1323288694955061257,[],[],0,,False,48931,1303,3184,https://twitter.com/ErcXspace/status/1323054237027360768,None,,,,,,,[],,,, +420,1323268205385818114,1323245956687683584,1604326699000.0,2020-11-02 14:18:19,+0000,,"@Nigel_Lockyer I could not be more excited about the new supercollider! That said, while it is considerably larger, I don’t think it necessarily requires all that much incremental engineering.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1323268205385818114,[],[],0,,False,6329,305,135,,None,,,,,,,"[{'screen_name': 'Nigel_Lockyer', 'name': 'Nigel Lockyer', 'id': '49310901'}]",,,, +421,1323028835164655618,1322340765339668481,1604269629000.0,2020-11-01 22:27:09,+0000,,"@WholeMarsBlog @steezyysosa @AustinTeslaClub @JoeTegtmeyer @peterdog15 @TXTerafactory @Terafactorytx @lqdchkn @jd_average @EliBurton_ Sure, maybe in a month or so",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1323028835164655618,[],[],0,,False,2599,226,75,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'steezyysosa', 'name': '🚀🚀', 'id': '386542313'}, {'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Austin', 'id': '1233929232432205827'}, {'screen_name': 'JoeTegtmeyer', 'name': 'Joe Tegtmeyer', 'id': '1288973134339739648'}, {'screen_name': 'peterdog15', 'name': 'Jeff Roberts', 'id': '15838657'}, {'screen_name': 'TXTerafactory', 'name': 'Texas Terafactory', 'id': '1273132723641765894'}, {'screen_name': 'Terafactorytx', 'name': 'Terafactorytexas', 'id': '1287379975277084673'}, {'screen_name': 'lqdchkn', 'name': 'Brian', 'id': '81539989'}, {'screen_name': 'jd_average', 'name': 'Joe Gigæ Au5t🔋n #FSDbeta NOW! 🇨🇦⚡🔌\U0001fa91\U0001fa73🔥🔋🐍🎷', 'id': '79863529'}, {'screen_name': 'EliBurton_', 'name': 'Eli Burton', 'id': '1060049746713182208'}]",,,, +422,1323027430446125056,1322340765339668481,1604269294000.0,2020-11-01 22:21:34,+0000,,"@steezyysosa @AustinTeslaClub @JoeTegtmeyer @peterdog15 @TXTerafactory @Terafactorytx @lqdchkn @jd_average @EliBurton_ Well, it’s basically a tank from the future that’s road-legal, so yeah",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1323027430446125056,[],[],0,,False,2849,131,126,,None,,,,,,,"[{'screen_name': 'steezyysosa', 'name': '🚀🚀', 'id': '386542313'}, {'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Austin', 'id': '1233929232432205827'}, {'screen_name': 'JoeTegtmeyer', 'name': 'Joe Tegtmeyer', 'id': '1288973134339739648'}, {'screen_name': 'peterdog15', 'name': 'Jeff Roberts', 'id': '15838657'}, {'screen_name': 'TXTerafactory', 'name': 'Texas Terafactory', 'id': '1273132723641765894'}, {'screen_name': 'Terafactorytx', 'name': 'Terafactorytexas', 'id': '1287379975277084673'}, {'screen_name': 'lqdchkn', 'name': 'Brian', 'id': '81539989'}, {'screen_name': 'jd_average', 'name': 'Joe Gigæ Au5t🔋n #FSDbeta NOW! 🇨🇦⚡🔌\U0001fa91\U0001fa73🔥🔋🐍🎷', 'id': '79863529'}, {'screen_name': 'EliBurton_', 'name': 'Eli Burton', 'id': '1060049746713182208'}]",,,, +423,1323027040740802561,1322340765339668481,1604269201000.0,2020-11-01 22:20:01,+0000,,@AustinTeslaClub @JoeTegtmeyer @peterdog15 @TXTerafactory @Terafactorytx @lqdchkn @jd_average @EliBurton_ Tesla Texas team is making great progress! Giga Texas factory will be an asskicker.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1323027040740802561,[],[],0,,False,15520,366,376,,None,,,,,,,"[{'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Austin', 'id': '1233929232432205827'}, {'screen_name': 'JoeTegtmeyer', 'name': 'Joe Tegtmeyer', 'id': '1288973134339739648'}, {'screen_name': 'peterdog15', 'name': 'Jeff Roberts', 'id': '15838657'}, {'screen_name': 'TXTerafactory', 'name': 'Texas Terafactory', 'id': '1273132723641765894'}, {'screen_name': 'Terafactorytx', 'name': 'Terafactorytexas', 'id': '1287379975277084673'}, {'screen_name': 'lqdchkn', 'name': 'Brian', 'id': '81539989'}, {'screen_name': 'jd_average', 'name': 'Joe (On hiatus)', 'id': '79863529'}, {'screen_name': 'EliBurton_', 'name': 'Eli Burton', 'id': '1060049746713182208'}]",,,, +424,1323023633355280384,1323008187256229889,1604268389000.0,2020-11-01 22:06:29,+0000,,@kyzcralotSxaM Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1323023633355280384,[],[],0,,False,1699,54,28,,None,,,,,,,"[{'screen_name': 'kyzcralotSxaM', 'name': 'Max', 'id': '338143983'}]",,,, +425,1323008187256229889,1323008187256229889,1604264706000.0,2020-11-01 21:05:06,+0000,,Penguin Random House 😴 should change the name to Random Penguin🔥,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1323008187256229889,[],[],0,,False,55088,1847,1474,,None,,,,,,,[],,,, +426,1323006223298551812,1322950417114894339,1604264238000.0,2020-11-01 20:57:18,+0000,,"@austinbarnard45 Sure, although it might be quite a short livestream! Lot can go wrong, but we’ll provide video, warts & all. You will see every frame that we do.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1323006223298551812,[],[],0,,False,6354,208,335,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +427,1323003939088928775,1322722717871820800,1604263693000.0,2020-11-01 20:48:13,+0000,,@FNarolles @TGMetsFan98 This is what matters most,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1323003939088928775,[],[],0,,False,993,35,32,,None,,,,,,,"[{'screen_name': 'FNarolles', 'name': 'François Narolles', 'id': '53515487'}, {'screen_name': 'TGMetsFan98', 'name': 'Thomas Burghardt', 'id': '829474281075699712'}]",,,, +428,1322720587173777409,1322600671103901697,1604196137000.0,2020-11-01 02:02:17,+0000,,"@Erdayastronaut @KlotzAdam @NASASpaceflight We’ve tested a sub-scale version in a wind tunnel with active aero closing the loop for stability, so it will probably work at scale, but reality tends to bite you on the ass",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1322720587173777409,[],[],0,,False,5767,223,220,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'KlotzAdam', 'name': 'Adam Klotz', 'id': '1367045893690593280'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +429,1322718691964977152,1322660532244140033,1604195685000.0,2020-11-01 01:54:45,+0000,,@flcnhvy @RGVaerialphotos https://t.co/HEz9otgJJH,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1322718691964977152,[],['https://pbs.twimg.com/media/Els9o7LXYAAcDOp.jpg'],1,https://pbs.twimg.com/media/Els9o7LXYAAcDOp.jpg,False,4030,225,131,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +430,1322683348720979971,1322660532244140033,1604187259000.0,2020-10-31 23:34:19,+0000,,@RGVaerialphotos Lord of the …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1322683348720979971,[],[],0,,False,15910,762,241,,None,,,,,,,"[{'screen_name': 'RGVaerialphotos', 'name': 'RGVAerialPhotography', 'id': '752724282925412352'}]",,,, +431,1322662045234454535,1322600671103901697,1604182180000.0,2020-10-31 22:09:40,+0000,,"@TGMetsFan98 @KlotzAdam @NASASpaceflight @Erdayastronaut Yeah. Although, if it fails right at the end, some landing pad repair will be needed to fill in the crater.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1322662045234454535,[],[],0,,False,2285,81,77,,None,,,,,,,"[{'screen_name': 'TGMetsFan98', 'name': 'Thomas Burghardt', 'id': '829474281075699712'}, {'screen_name': 'KlotzAdam', 'name': 'Adam Klotz', 'id': '1367045893690593280'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +432,1322660745549619200,1322600671103901697,1604181870000.0,2020-10-31 22:04:30,+0000,,@flcnhvy @NASASpaceflight @Erdayastronaut Minor,es,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1322660745549619200,[],[],0,,False,2303,67,26,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +433,1322660616939720705,1322600671103901697,1604181839000.0,2020-10-31 22:03:59,+0000,,"@KlotzAdam @NASASpaceflight @Erdayastronaut Understanding exactly how the body flaps control pitch, yaw & roll during descent, such that the ship is positioned well to relight, flip & land, would be a big win",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1322660616939720705,[],[],0,,False,2183,43,89,,None,,,,,,,"[{'screen_name': 'KlotzAdam', 'name': 'Adam Klotz', 'id': '1367045893690593280'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +434,1322659784210960390,1322600671103901697,1604181641000.0,2020-10-31 22:00:41,+0000,,"@NASASpaceflight @Erdayastronaut But, a RUD right off launch pad is also possible. Fortunately, SN9 is almost ready.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1322659784210960390,[],[],0,,False,2594,82,96,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +435,1322659546641371136,1322600671103901697,1604181584000.0,2020-10-31 21:59:44,+0000,,"@NASASpaceflight @Erdayastronaut Stable, controlled descent with body flaps would be great. Transferring propellant feed from main to header tanks & relight would be a major win.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1322659546641371136,[],[],0,,False,3655,60,137,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +436,1322435853348671488,1322323493690744838,1604128251000.0,2020-10-31 07:10:51,+0000,,@teslaownersSV @Kristennetten @TesLatino Every 5 to 10 days,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1322435853348671488,[],[],0,,False,2564,175,103,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael - Lover, not a hater.', 'id': '989986448295235586'}]",,,, +437,1322435476280758272,1322323493690744838,1604128161000.0,2020-10-31 07:09:21,+0000,,"@Kristennetten @teslaownersSV @TesLatino Faults will never be zero, but at some point the probability of a fault will be far lower than that of the average human",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1322435476280758272,[],[],0,,False,1993,99,100,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael - Lover, not a hater.', 'id': '989986448295235586'}]",,,, +438,1322433989261611009,1322323493690744838,1604127807000.0,2020-10-31 07:03:27,+0000,,"@teslaownersSV @TesLatino We measure this primarily in intervention probability. This update addressed several issues, resulting in perhaps ~1/3 fewer interventions. Many of the improvements consist of fixing silly bugs vs grand eureka moments. True for most beta releases in my experience.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1322433989261611009,[],[],0,,False,1583,69,96,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}]",,,, +439,1322431151986925568,1322323493690744838,1604127130000.0,2020-10-31 06:52:10,+0000,,@TesLatino Thanks to a great Autopilot/AI team working super hard! Doing “neural nets” without testing them against reality has led some groups to overestimate what they’re doing. Reality is the hardest sim.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1322431151986925568,[],[],0,,False,6719,181,217,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}]",,,, +440,1322428850526105600,1322394959064883200,1604126582000.0,2020-10-31 06:43:02,+0000,,@auchenberg Latency will improve significantly soon. Bandwidth too.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1322428850526105600,[],[],0,,False,4747,257,190,,None,,,,,,,"[{'screen_name': 'auchenberg', 'name': '🛠 Kenneth Auchenberg', 'id': '14810761'}]",,,, +441,1322426033967190016,1322425553912147968,1604125910000.0,2020-10-31 06:31:50,+0000,,@teslaownersSV This build should be noticeably better with interventions,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1322426033967190016,[],[],0,,False,1821,88,69,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +442,1322342760343461888,1314878731354337281,1604106056000.0,2020-10-31 01:00:56,+0000,,@RationalEtienne @teslaownersSV @toadmeister Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1322342760343461888,[],[],0,,False,1382,86,30,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'toadmeister', 'name': 'Toby Young', 'id': '18809812'}]",,,, +443,1322338101654511617,1314878731354337281,1604104945000.0,2020-10-31 00:42:25,+0000,,"@teslaownersSV @toadmeister I’ve spent more than half my life in California & love the state. But, frankly, I think CA has the winning-for-too-long problem. Like a sports team with many championships, it is increasingly difficult to avoid complacency & a sense of entitlement.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1322338101654511617,[],[],0,,False,4089,245,370,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'toadmeister', 'name': 'Toby Young', 'id': '18809812'}]",,,, +444,1322336364478623749,1314878731354337281,1604104531000.0,2020-10-31 00:35:31,+0000,,@toadmeister And … Sweden is still right with zero deaths Oct 29 https://t.co/b0LyGOtobI,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1322336364478623749,[],['https://pbs.twimg.com/media/Elnh6dBUcAAHwbk.jpg'],1,https://pbs.twimg.com/media/Elnh6dBUcAAHwbk.jpg,False,5991,334,1318,,None,,,,,,,"[{'screen_name': 'toadmeister', 'name': 'Toby Young', 'id': '18809812'}]",,,, +445,1322334997282394112,1322327153409728514,1604104205000.0,2020-10-31 00:30:05,+0000,,"@TOCNewYorkState True. Also, fewer heart attacks, as way easier to pump blood in 37% gravity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1322334997282394112,[],[],0,,False,1438,111,59,,None,,,,,,,"[{'screen_name': 'TOCNewYorkState', 'name': 'Tesla Owners Club New York State', 'id': '1007405905971949568'}]",,,, +446,1322334523275685888,1322234579445493761,1604104092000.0,2020-10-31 00:28:12,+0000,,"@MalekKhelifi24 @9inety6Prince @engineers_feed Now we’re talking. Also, Stephenson 2-18 is in the constellation Scrotum haha.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1322334523275685888,[],[],0,,False,961,45,29,,None,,,,,,,"[{'screen_name': 'MalekKhelifi24', 'name': 'MAL☰K KH☰LIFI', 'id': '834188411581952000'}, {'screen_name': '9inety6Prince', 'name': 'Ⲛⲓ ⲓⲟⲫⲉⲛⲣⲱⲙⲓ J 🇪🇬', 'id': '2938428714'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +447,1322309226228641792,1322234579445493761,1604098061000.0,2020-10-30 22:47:41,+0000,,@engineers_feed Small fry. The sun converts over 4 million tons of mass to energy every second.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1322309226228641792,[],[],0,,False,13550,616,423,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +448,1322272445533949952,1322229739508158465,1604089292000.0,2020-10-30 20:21:32,+0000,,@WholeMarsBlog Accurate,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1322272445533949952,[],[],0,,False,9873,253,170,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +449,1322054574908342272,1321392863578640385,1604037347000.0,2020-10-30 05:55:47,+0000,,@ajtourville @EndelSound @Grimezsz https://t.co/2hx6tlA8F7,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1322054574908342272,['http://Buffbaby.com'],[],0,,False,1866,158,64,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'EndelSound', 'name': 'Endel', 'id': '1007593361270804482'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +450,1322011788926455808,1321970656360222729,1604027146000.0,2020-10-30 03:05:46,+0000,,@bluemoondance74 @SpacePadreIsle Some challenges with high winds. Looks like Sunday for static fire.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1322011788926455808,[],[],0,,False,2473,99,115,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}]",,,, +451,1322007049715163137,1321970656360222729,1604026017000.0,2020-10-30 02:46:57,+0000,,@SpacePadreIsle Great shot!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1322007049715163137,[],[],0,,False,20508,293,217,,None,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}]",,,, +452,1321960342776238080,1321392863578640385,1604014881000.0,2020-10-29 23:41:21,+0000,,@EndelSound @Grimezsz Future AI will appreciate this,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1321960342776238080,[],[],0,,False,3707,148,80,,None,,,,,,,"[{'screen_name': 'EndelSound', 'name': 'Endel', 'id': '1007593361270804482'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +453,1321884904590774272,1321738850843197441,1603996895000.0,2020-10-29 18:41:35,+0000,,@Teslarati Truth is stranger than fiction,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1321884904590774272,[],[],0,,False,9340,373,520,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +454,1321884339198586880,1321864558445735947,1603996760000.0,2020-10-29 18:39:20,+0000,,@waitbutwhy 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1321884339198586880,[],[],0,,False,7923,231,108,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +455,1321676450466951170,1321661199197573120,1603947196000.0,2020-10-29 04:53:16,+0000,,@universal_sci Urf is so smōl,et,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1321676450466951170,[],[],0,,False,2819,143,117,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +456,1321675245036580865,1321673143451230209,1603946908000.0,2020-10-29 04:48:28,+0000,,@homantse28 For a long time,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1321675245036580865,[],[],0,,False,1661,101,28,,None,,,,,,,[],,,, +457,1321674587420061696,1321673143451230209,1603946751000.0,2020-10-29 04:45:51,+0000,,"Truth be told, I’ve eaten at JitB many times over the years, even the teriyaki bowl",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1321674587420061696,[],[],0,,False,36680,1425,565,,None,,,,,,,[],,,, +458,1321673143451230209,1321673143451230209,1603946407000.0,2020-10-29 04:40:07,+0000,,Might buy a Jack in the Box footstool,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1321673143451230209,[],[],0,,False,70053,2327,1416,,None,,,,,,,[],,,, +459,1321620702533808130,1321550305021042692,1603933904000.0,2020-10-29 01:11:44,+0000,,"@skorusARK Approximately, log(rate)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1321620702533808130,[],[],0,,False,3682,104,56,,None,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +460,1321618178988929024,1321605428963233794,1603933303000.0,2020-10-29 01:01:43,+0000,,"@challengerST Same bot, just change setting to “combat”",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1321618178988929024,[],[],0,,False,13904,226,160,,None,,,,,,,"[{'screen_name': 'challengerST', 'name': 'ST', 'id': '270332525'}]",,,, +461,1321617934393831424,1321533815945383938,1603933244000.0,2020-10-29 01:00:44,+0000,,"@SamTalksTesla Well, being a phased array antenna, it is actually rather flat!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1321617934393831424,[],[],0,,False,1194,63,38,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1646555828'}]",,,, +462,1321605428963233794,1321605428963233794,1603930263000.0,2020-10-29 00:11:03,+0000,,Tesla should make 🔥 catgirl robots?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1321605428963233794,[],[],0,,False,118632,9925,15916,,None,,,,,,,[],,,, +463,1321513255332941824,1317596127508692994,1603908287000.0,2020-10-28 18:04:47,+0000,,@MachinePix Little crane: “Am I just a toy to you!?”,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1321513255332941824,[],[],0,,False,1769,119,53,,None,,,,,,,"[{'screen_name': 'MachinePix', 'name': 'MachinePix', 'id': '2444425802'}]",,,, +464,1321288831728001035,1321275062998257665,1603854780000.0,2020-10-28 03:13:00,+0000,,@coffeemaestro_ 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1321288831728001035,[],[],0,,False,5838,91,36,,None,,,,,,,"[{'screen_name': 'coffeemaestro_', 'name': 'CoffeeMaestro', 'id': '1148364472593080322'}]",,,, +465,1321287583436034049,1321275062998257665,1603854482000.0,2020-10-28 03:08:02,+0000,,"Come here … no, come, here 👇",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1321287583436034049,[],[],0,,False,57209,1483,1260,,None,,,,,,,[],,,, +466,1321286092000268301,1321275062998257665,1603854127000.0,2020-10-28 03:02:07,+0000,,"Wow, this mayo sure is salty!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1321286092000268301,[],[],0,,False,69451,1804,2575,,None,,,,,,,[],,,, +467,1321285779465904131,1321215107570040834,1603854052000.0,2020-10-28 03:00:52,+0000,,@PPathole @pcgamer Max Payne was great on many levels. Silent Hill good too.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1321285779465904131,[],[],0,,False,1285,98,46,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +468,1321275062998257665,1321275062998257665,1603851497000.0,2020-10-28 02:18:17,+0000,,Jack in the Box should do double duty as a sperm donor clinic — name is 👌,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1321275062998257665,[],[],0,,False,175981,5251,14215,,None,,,,,,,[],,,, +469,1321245225755512832,1321215107570040834,1603844384000.0,2020-10-28 00:19:44,+0000,,@TheWPMontgomery @pcgamer One of the best games ever,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1321245225755512832,[],[],0,,False,1334,86,38,,None,,,,,,,"[{'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +470,1321244816378834946,1321215107570040834,1603844286000.0,2020-10-28 00:18:06,+0000,,@ThatDudeShannon @pcgamer FEAR 1 with modern graphics & sound would rock,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1321244816378834946,[],[],0,,False,1065,37,32,,None,,,,,,,"[{'screen_name': 'ThatDudeShannon', 'name': 'ThatDude', 'id': '2800580310'}, {'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +471,1321244469325406208,1321215107570040834,1603844203000.0,2020-10-28 00:16:43,+0000,,@1matthewgarcia @pcgamer Ok :),und,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1321244469325406208,[],[],0,,False,1724,66,38,,None,,,,,,,"[{'screen_name': '1matthewgarcia', 'name': 'Mattress', 'id': '2882017828'}, {'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +472,1321242538427273217,1321215107570040834,1603843743000.0,2020-10-28 00:09:03,+0000,,@ZZCOOL @pcgamer All games in this thread are far scarier & more creatively so than any horror movie,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1321242538427273217,[],[],0,,False,1345,72,32,,None,,,,,,,"[{'screen_name': 'ZZCOOL', 'name': 'taltigolt 👻🐝', 'id': '17765953'}, {'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +473,1321241757179326466,1321215107570040834,1603843557000.0,2020-10-28 00:05:57,+0000,,@pcgamer FEAR 2 is best imo. Also Dead Space 2. They will haunt your dreams.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1321241757179326466,[],[],0,,False,9711,490,358,,None,,,,,,,"[{'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +474,1321235107324268544,1320987939594104832,1603841971000.0,2020-10-27 23:39:31,+0000,,@rakyll https://t.co/p1aGokwQpV,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1321235107324268544,['https://m.youtube.com/watch?v=Rp7jp5H-xWU'],[],0,,False,3620,162,118,,None,,,,,,,"[{'screen_name': 'rakyll', 'name': 'Jaana Dogan ヤナ ドガン', 'id': '10809412'}]",,,, +475,1321222678393610240,1321116658384150530,1603839008000.0,2020-10-27 22:50:08,+0000,,"@jgrano305 @flcnhvy To the best of my knowledge, literally zero equipment was usable without major repairs or upgrades. Most of the factory had no equipment at all! Even light bulbs were missing in some areas. GM & Toyota took everything that worked & moved it to their other factories.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1321222678393610240,[],[],0,,False,1792,107,75,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +476,1321221115096801282,1321116658384150530,1603838635000.0,2020-10-27 22:43:55,+0000,,"@flcnhvy All that was left were broken bots & equipment hardly worth the scrap metal value. But we scrounged up spare parts, fixed the trusty old bots & brought the factory back to life.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1321221115096801282,[],[],0,,False,2657,119,98,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +477,1321219671174094851,1321116658384150530,1603838291000.0,2020-10-27 22:38:11,+0000,,@flcnhvy And there were actually zero employees in the factory after GM/Toyota left. They took all good equipment & sold most of rest for scrap. It looked apocalyptic inside.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1321219671174094851,[],[],0,,False,11716,205,359,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +478,1321218455337578498,1320989043023228928,1603838001000.0,2020-10-27 22:33:21,+0000,,@ajtourville Bettern nothin or ur 💰 back!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1321218455337578498,[],[],0,,False,9338,338,179,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}]",,,, +479,1320984510004137984,1320983337742155776,1603782224000.0,2020-10-27 07:03:44,+0000,,@WholeMarsBlog 💫 🛰,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1320984510004137984,[],[],0,,False,16191,358,255,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +480,1320924807232253954,1320865856650317824,1603767990000.0,2020-10-27 03:06:30,+0000,,@HyperChangeTV Tesla team has done great work!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1320924807232253954,[],[],0,,False,2598,127,95,,None,,,,,,,"[{'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}]",,,, +481,1320867624943714304,1320865856650317824,1603754356000.0,2020-10-26 23:19:16,+0000,,"@HyperChangeTV Well, tbh, our capex efficiency in 2017 was trash 😬",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1320867624943714304,[],[],0,,False,2459,137,79,,None,,,,,,,"[{'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}]",,,, +482,1320579366724784130,1320574688330829824,1603685630000.0,2020-10-26 04:13:50,+0000,,@westcoastbill Testing for covid is a license to print money,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1320579366724784130,[],[],0,,False,4253,389,689,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +483,1320510372210569218,1320411289743618048,1603669181000.0,2020-10-25 23:39:41,+0000,,"@arctechinc @Tesla Yes, very helpful. Thanks all beta testers!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1320510372210569218,[],[],0,,False,3210,190,103,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +484,1320500951250128896,1294371531133317120,1603666935000.0,2020-10-25 23:02:15,+0000,,@Erdayastronaut Video training & inference is essential for excellent autonomy,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1320500951250128896,[],[],0,,False,3896,160,138,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +485,1320180525009571845,1320069546657648642,1603590539000.0,2020-10-25 01:48:59,+0000,,"@engineers_feed Sigh … there should be a new supersonic jet, this time electric",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1320180525009571845,[],[],0,,False,15084,836,639,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +486,1320174974301208578,1320075095398883329,1603589216000.0,2020-10-25 01:26:56,+0000,,@WorldAndScience Critical to humanity’s future,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1320174974301208578,[],[],0,,False,5959,266,256,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +487,1320134710023000064,1320134710023000064,1603579616000.0,2020-10-24 22:46:56,+0000,,Congratulations SpaceX Team!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1320134710023000064,[],[],0,,False,182334,2725,11217,https://twitter.com/SpaceX/status/1320131227383365632,None,,,,,,,[],,,, +488,1319938401777315840,1319867030099644417,1603532812000.0,2020-10-24 09:46:52,+0000,,@TesLatino Mine is a few days ahead,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1319938401777315840,[],[],0,,False,2850,196,91,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}]",,,, +489,1319873836418879488,1319405036217090048,1603517419000.0,2020-10-24 05:30:19,+0000,,"@EliBurton_ @teslaownersSV Sure, it could be an option in settings",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1319873836418879488,[],[],0,,False,3540,171,55,,None,,,,,,,"[{'screen_name': 'EliBurton_', 'name': 'Eli Burton', 'id': '1060049746713182208'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +490,1319873290207326208,1319405036217090048,1603517289000.0,2020-10-24 05:28:09,+0000,,@teslaownersSV Visualization will tone down significantly for production. These are intentionally strident colors.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1319873290207326208,[],[],0,,False,2639,138,100,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +491,1319745720748929025,1319720723565416448,1603486874000.0,2020-10-23 21:01:14,+0000,,@Erdayastronaut @tobyliiiiiiiiii @austinbarnard45 @SuperclusterHQ Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1319745720748929025,[],[],0,,False,4472,149,73,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'SuperclusterHQ', 'name': 'Supercluster', 'id': '1039515681983741953'}]",,,, +492,1319738772158754817,1319720723565416448,1603485217000.0,2020-10-23 20:33:37,+0000,,"@Erdayastronaut @tobyliiiiiiiiii @austinbarnard45 @SuperclusterHQ I’m in Boca every week, so maybe we could talk then. Given that Starship is not exactly subtle, this is more of a design clarification to match what people can already see.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1319738772158754817,[],[],0,,False,4510,132,134,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'SuperclusterHQ', 'name': 'Supercluster', 'id': '1039515681983741953'}]",,,, +493,1319729145421598720,1319720723565416448,1603482922000.0,2020-10-23 19:55:22,+0000,,@tobyliiiiiiiiii @austinbarnard45 @SuperclusterHQ Good point. Probably next week in form of a written piece on SpaceX website.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1319729145421598720,[],[],0,,False,2910,74,103,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'SuperclusterHQ', 'name': 'Supercluster', 'id': '1039515681983741953'}]",,,, +494,1319728130244837376,1319720723565416448,1603482680000.0,2020-10-23 19:51:20,+0000,,@austinbarnard45 @SuperclusterHQ Great pics! That we now have the beginnings of a Starship production system is most meaningful.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1319728130244837376,[],[],0,,False,4368,130,155,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'SuperclusterHQ', 'name': 'Supercluster', 'id': '1039515681983741953'}]",,,, +495,1319610686998114304,1319582694875959302,1603454679000.0,2020-10-23 12:04:39,+0000,,"@WholeMarsBlog Yup. With beta updates, there’ll be a lot of 2 steps fwd, 1 step back situations, but pace of improvement will be extremely fast.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/1319610686998114304,[],[],0,,False,3139,183,158,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +496,1319609402878349312,1296360799498391552,1603454373000.0,2020-10-23 11:59:33,+0000,,@bart_sanders Working on it. Also needs to be able fart at other cars on command.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/1319609402878349312,[],[],0,,False,3380,268,155,,None,,,,,,,"[{'screen_name': 'bart_sanders', 'name': 'Bart Sanders', 'id': '25805636'}]",,,, +497,1319441920213434368,1319425456186281984,1603414442000.0,2020-10-23 00:54:02,+0000,,@SpacePadreIsle Starship is coming together!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1319441920213434368,[],[],0,,False,23928,514,668,,None,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}]",,,, +498,1319398132396871681,1319164198241341440,1603404002000.0,2020-10-22 22:00:02,+0000,,Price change is pushed to Thursday next week. Applies only to US for now. One week clock will start in other countries as beta is released. FSD monthly rental will also be available sometime next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1319398132396871681,[],[],0,,False,15517,967,621,,None,,,,,,,[],,,, +499,1319396588293222400,1319309521072852993,1603403634000.0,2020-10-22 21:53:54,+0000,,@austinbarnard45 There will be a 360 deg glass Star Bar (name tbd) at top of high bay,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1319396588293222400,[],[],0,,False,9001,650,292,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +500,1319376255490220033,1319164198241341440,1603398786000.0,2020-10-22 20:33:06,+0000,,"@DMC_Ryan Well, we have said many times that the price will rise as the product functionality improves. How much time do you think we should give?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1319376255490220033,[],[],0,,False,2784,607,77,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +501,1319358207228166144,1319164198241341440,1603394483000.0,2020-10-22 19:21:23,+0000,,@StephenKing Agreed. Are these performance tires?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1319358207228166144,[],[],0,,False,2346,176,44,,None,,,,,,,"[{'screen_name': 'StephenKing', 'name': 'Stephen King', 'id': '2233154425'}]",,,, +502,1319313339026010112,1319311929442062336,1603383786000.0,2020-10-22 16:23:06,+0000,,"@SpaceX Just a small-seeming issue with loss of upper stage camera. Probably nothing serious, but standing down to re-examine whole vehicle just in case.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1319313339026010112,[],[],0,,False,15602,349,476,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +503,1319172039450775554,1319164198241341440,1603350097000.0,2020-10-22 07:01:37,+0000,,@flcnhvy Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1319172039450775554,[],[],0,,False,3430,171,49,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +504,1319164198241341440,1319164198241341440,1603348228000.0,2020-10-22 06:30:28,+0000,,"Now that Tesla FSD beta is out in limited release, FSD price (new or upgrade) will go up by ~$2k on Monday",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1319164198241341440,[],[],0,,False,58316,3194,2435,,None,,,,,,,[],,,, +505,1319159425995857921,1319137024171937792,1603347090000.0,2020-10-22 06:11:30,+0000,,"@TeslaGong @PPathole @teslaownersSV @tesla_raj As soon as we complete testing & regulators approve. So many different traffic signs, rules & languages around world, not to mention driving on left side of road! Also, a long & challenging road lies ahead getting to high 9’s reliability (way beyond human).",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1319159425995857921,[],[],0,,False,2174,154,147,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_raj', 'name': 'Tesla Raj 🕺🏽', 'id': '1061504849420836865'}]",,,, +506,1319157876150161408,1319137024171937792,1603346721000.0,2020-10-22 06:05:21,+0000,,@PPathole @teslaownersSV @tesla_raj Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1319157876150161408,[],[],0,,False,799,50,33,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_raj', 'name': 'Tesla Raj 🕺🏽', 'id': '1061504849420836865'}]",,,, +507,1319141246355517440,1319137024171937792,1603342756000.0,2020-10-22 04:59:16,+0000,,@teslaownersSV @tesla_raj Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1319141246355517440,[],[],0,,False,9930,283,213,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_raj', 'name': 'Tesla Raj 🕺🏽', 'id': '1061504849420836865'}]",,,, +508,1319076218038145024,1319064780758519808,1603327252000.0,2020-10-22 00:40:52,+0000,,@Teslarati Dependent on proving high safety,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1319076218038145024,[],[],0,,False,9533,295,251,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +509,1319059307804045316,1318816220850737152,1603323220000.0,2020-10-21 23:33:40,+0000,,"@WholeMarsBlog Not intentional! We just wanted to show that you could theoretically convert the entire US vehicle fleet to electric using only the lithium in Nevada, a single state. Tesla will do lithium mining only as needed. We also found a way to extract lithium using NaCl (table salt).",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1319059307804045316,[],[],0,,False,23230,504,1150,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +510,1319057472045264896,1319008891817132032,1603322782000.0,2020-10-21 23:26:22,+0000,,"@Erdayastronaut Cold gas for now, hot later",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1319057472045264896,[],[],0,,False,3601,87,83,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +511,1319009651694993409,1319008891817132032,1603311381000.0,2020-10-21 20:16:21,+0000,,"@Rubix161 I mean, ya gotta have a tiki bar …",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1319009651694993409,[],[],0,,False,6744,316,188,,None,,,,,,,"[{'screen_name': 'Rubix161', 'name': 'TotheStars', 'id': '1185931059634102282'}]",,,, +512,1319008891817132032,1319008891817132032,1603311200000.0,2020-10-21 20:13:20,+0000,,"Starship nosecone, high bay & tiki bar https://t.co/9qXYxMMIUj",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1319008891817132032,[],"['https://pbs.twimg.com/media/Ek4PeY3X0AIUe0f.jpg', 'https://pbs.twimg.com/media/Ek4PeeFW0AEVbUp.jpg', 'https://pbs.twimg.com/media/Ek4Pea_X0AAJC6b.jpg']",1,https://pbs.twimg.com/media/Ek4PeY3X0AIUe0f.jpg,False,104048,2327,4772,,None,,,,,,,[],,,, +513,1318977529072521217,1318745827700056064,1603303723000.0,2020-10-21 18:08:43,+0000,,@IEEEorg …,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1318977529072521217,[],[],0,,False,8861,370,248,,None,,,,,,,"[{'screen_name': 'IEEEorg', 'name': 'IEEE', 'id': '54290504'}]",,,, +514,1318747771608903680,1318614989045964800,1603248944000.0,2020-10-21 02:55:44,+0000,,@Erdayastronaut After it gets to orbit a few times,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1318747771608903680,[],[],0,,False,4225,111,80,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +515,1318743290137743360,1318614989045964800,1603247876000.0,2020-10-21 02:37:56,+0000,,@Erdayastronaut Got a little melty tbh :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1318743290137743360,[],[],0,,False,2253,120,76,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +516,1318727162439008259,1318614989045964800,1603244030000.0,2020-10-21 01:33:50,+0000,,"@Erdayastronaut Those engines could go 300 bar, but would be dicey. Pushing it for near-term tests doesn’t achieve anything, but I’m confident Raptor will do 300 bar for orbital flights.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1318727162439008259,[],[],0,,False,3031,85,143,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +517,1318708955628118025,1318614989045964800,1603239690000.0,2020-10-21 00:21:30,+0000,,@Erdayastronaut Raptor has now run for 90 secs at 300 bar chamber pressure before encountering issues. 210 mT-F sea level operating thrust seems achievable with no major changes. R-Boost variant is aiming for 300 ton thrust at 300 bar with same nozzle exit area. Will need bigger pumps.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1318708955628118025,[],[],0,,False,4639,142,230,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +518,1318678258339221505,1318678258339221505,1603232371000.0,2020-10-20 22:19:31,+0000,,"FSD beta rollout happening tonight. Will be extremely slow & cautious, as it should.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1318678258339221505,[],[],0,,False,60241,2424,3461,,None,,,,,,,[],,,, +519,1318677645358518272,1318677645358518272,1603232225000.0,2020-10-20 22:17:05,+0000,,Data from 3 engine Starship static fire this morning looks good. Proceeding with nosecone mate.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1318677645358518272,[],[],0,,False,44378,1258,2147,,None,,,,,,,[],,,, +520,1318040653658423296,1314878731354337281,1603080354000.0,2020-10-19 04:05:54,+0000,,@PPathole @toadmeister Yes. We also have to consider population life-months lost from lockdowns & other restrictions vs life-months lost from any given disease.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1318040653658423296,[],[],0,,False,2013,214,159,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'toadmeister', 'name': 'Toby Young', 'id': '18809812'}]",,,, +521,1317986858983321600,1314878731354337281,1603067528000.0,2020-10-19 00:32:08,+0000,,@toadmeister Sweden at zero deaths Oct 15 https://t.co/Gy9a20uMmX,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1317986858983321600,[],['https://pbs.twimg.com/media/EkpuD5-U0AA899g.jpg'],1,https://pbs.twimg.com/media/EkpuD5-U0AA899g.jpg,False,5179,291,1307,,None,,,,,,,"[{'screen_name': 'toadmeister', 'name': 'Toby Young', 'id': '18809812'}]",,,, +522,1317959615594721280,1317959433855565825,1603061033000.0,2020-10-18 22:43:53,+0000,,@JoshTownsend_96 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1317959615594721280,[],[],0,,False,2074,115,85,,None,,,,,,,"[{'screen_name': 'JoshTownsend_96', 'name': 'Josh Townsend', 'id': '338826117'}]",,,, +523,1317542810338365440,1217919894567649281,1602961659000.0,2020-10-17 19:07:39,+0000,,"@juanjacobs @jwangARK Firmware is probably a slightly more accurate description, but yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1317542810338365440,[],[],0,,False,1509,123,65,,None,,,,,,,"[{'screen_name': 'juanjacobs', 'name': 'Juan Jacobs', 'id': '23642319'}]",,,, +524,1317287222702338048,1317269375116845057,1602900722000.0,2020-10-17 02:12:02,+0000,,"@PPathole @flyerandyp @mojosusan Mobi-C has too much mobility, fusion has too little. We need Mobi-D haha.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1317287222702338048,[],[],0,,False,1277,108,45,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'flyerandyp', 'name': 'Andy Phillips', 'id': '62965963'}, {'screen_name': 'mojosusan', 'name': 'Mojo Susan', 'id': '1046901285386182658'}]",,,, +525,1317285831871115264,1317269375116845057,1602900390000.0,2020-10-17 02:06:30,+0000,,"@flyerandyp @mojosusan Actually, it’s my neck … https://t.co/2vCoAxsrV3",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1317285831871115264,[],['https://pbs.twimg.com/media/EkfwemkVgAAuvni.jpg'],1,https://pbs.twimg.com/media/EkfwemkVgAAuvni.jpg,False,2876,262,136,,None,,,,,,,"[{'screen_name': 'flyerandyp', 'name': 'Andy Phillips', 'id': '62965963'}, {'screen_name': 'mojosusan', 'name': 'Mojo Susan', 'id': '1046901285386182658'}]",,,, +526,1317274309186838529,1317269375116845057,1602897643000.0,2020-10-17 01:20:43,+0000,,"@flyerandyp @mojosusan Maybe I can be helpful. Had Mobi-C disc put in at C5-C6, however 1st surgery failed to remove bone spur sticking into my spinal cord. 2nd surgery took care of it. Recommend using Yelp or other online reviews of doctors. Effectiveness varies widely.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1317274309186838529,[],[],0,,False,2108,204,109,,None,,,,,,,"[{'screen_name': 'flyerandyp', 'name': 'Andy Phillips', 'id': '62965963'}, {'screen_name': 'mojosusan', 'name': 'Mojo Susan', 'id': '1046901285386182658'}]",,,, +527,1317272361809313792,1217919894567649281,1602897179000.0,2020-10-17 01:12:59,+0000,,@jwangARK Pretty accurate. It’s not so much DNA sequencing as it is using synthetic DNA/RNA to fix bugs in our code & inform immune system what to attack.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1317272361809313792,[],[],0,,False,1489,73,106,,None,,,,,,,[],,,, +528,1317214620629700608,1317010162033590273,1602883412000.0,2020-10-16 21:23:32,+0000,,@SamTalksTesla London to Beijing would be cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1317214620629700608,[],[],0,,False,3066,234,88,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}]",,,, +529,1317214415087755264,1317010162033590273,1602883363000.0,2020-10-16 21:22:43,+0000,,"@SamTalksTesla Wow, that would be quite a trip!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1317214415087755264,[],[],0,,False,24346,556,297,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}]",,,, +530,1317175148789690368,1317174255147126784,1602874002000.0,2020-10-16 18:46:42,+0000,,@CiNoTpyrC That’s my kid haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1317175148789690368,[],[],0,,False,1565,105,51,,None,,,,,,,"[{'screen_name': 'CiNoTpyrC', 'name': 'ser rego', 'id': '1134440744939397122'}]",,,, +531,1317156038294990848,1316454051693895680,1602869445000.0,2020-10-16 17:30:45,+0000,,møtør trèndé,no,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1317156038294990848,[],[],0,,False,17814,627,613,https://twitter.com/elonmusk/status/1149370463564357632,None,,,,,,,[],,,, +532,1317027685181267968,1316953027232911361,1602838843000.0,2020-10-16 09:00:43,+0000,,@TechAmazing Looks like snoopy,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1317027685181267968,[],[],0,,False,20536,482,476,,None,,,,,,,"[{'screen_name': 'TechAmazing', 'name': 'Tech Burrito', 'id': '1272330881894670341'}]",,,, +533,1317008759286243329,1316838797628203008,1602834331000.0,2020-10-16 07:45:31,+0000,,@Tesmanian_com Current production is slightly better,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1317008759286243329,[],[],0,,False,4723,201,172,,None,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +534,1317008535075528704,1316948112867545091,1602834278000.0,2020-10-16 07:44:38,+0000,,@bamtheteslaman1 @cleantechnica Doesn’t seem to be any life in this solar system. Maybe under the ice of Europa or extremophile bacteria below the surface of Mars. Worth reading: https://t.co/ym0d53HgyS,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1317008535075528704,['https://en.m.wikipedia.org/wiki/Drake_equation'],[],0,,False,1432,94,89,,None,,,,,,,"[{'screen_name': 'bamtheteslaman1', 'name': 'Plaid Brad (BλM THΞ TΞSLλ M-4N)', 'id': '1277156582409687040'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +535,1317000694818394113,1316948112867545091,1602832408000.0,2020-10-16 07:13:28,+0000,,@cleantechnica Very creative,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1317000694818394113,[],[],0,,False,2097,97,83,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +536,1316989268905086976,1316977820111876096,1602829684000.0,2020-10-16 06:28:04,+0000,,@flcnhvy That free fusion reactor in the sky conveniently converts ~4 million tons of mass into energy every second. We just need to catch an extremely tiny amount of it to power all of civilization.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1316989268905086976,[],[],0,,False,31162,907,3233,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +537,1316837174457896961,1316454051693895680,1602793422000.0,2020-10-15 20:23:42,+0000,,@Kristennetten @teslaownersSV You never know,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1316837174457896961,[],[],0,,False,1918,218,71,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +538,1316648310120345600,1316308998283460609,1602748393000.0,2020-10-15 07:53:13,+0000,,@PPathole After,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1316648310120345600,[],[],0,,False,1871,86,68,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +539,1316518510655352832,1316453810890391552,1602717447000.0,2020-10-14 23:17:27,+0000,,@Xbox 😢,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1316518510655352832,[],[],0,,False,29516,292,629,,None,,,,,,,"[{'screen_name': 'Xbox', 'name': 'Xbox', 'id': '24742040'}]",,,, +540,1316513925878480896,1316454051693895680,1602716354000.0,2020-10-14 22:59:14,+0000,,"@WhatsupFranks @kimpaquette Also, system should autodelete old data automatically by default",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1316513925878480896,[],[],0,,False,2437,88,53,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄', 'id': '258602317'}]",,,, +541,1316470537909137419,1316395701891461120,1602706009000.0,2020-10-14 20:06:49,+0000,,@UniverCurious Table in tension,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1316470537909137419,[],[],0,,False,26132,415,564,,None,,,,,,,"[{'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}]",,,, +542,1316455272467005443,1316454051693895680,1602702370000.0,2020-10-14 19:06:10,+0000,,@kimpaquette Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1316455272467005443,[],[],0,,False,9988,135,81,,None,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄 💉💉👍', 'id': '258602317'}]",,,, +543,1316454693489516545,1316454051693895680,1602702232000.0,2020-10-14 19:03:52,+0000,,"@teslaownersSV Starting production on 7 seater next month, initial deliveries early December",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1316454693489516545,[],[],0,,False,13585,395,494,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +544,1316454051693895680,1316454051693895680,1602702079000.0,2020-10-14 19:01:19,+0000,,"The gauntlet has been thrown down! The prophecy will be fulfilled. Model S price changes to $69,420 tonight!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1316454051693895680,[],[],0,,False,329362,11986,33820,,None,,,,,,,[],,,, +545,1316442326777110536,1316437495748456448,1602699283000.0,2020-10-14 18:14:43,+0000,,@Neopork85 @SpaceX @NASASpaceflight @austinbarnard45 @whoisheartbreak @Erdayastronaut @FelixSchlang @MarcusHouseGame @SpaceToday1 More great renderings! Significant improvements coming to the welds.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1316442326777110536,[],[],0,,False,4626,110,132,,None,,,,,,,"[{'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'whoisheartbreak', 'name': 'Jessie Anderson', 'id': '184947370'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'SpaceToday1', 'name': 'Sacani (Space Today)', 'id': '338335282'}]",,,, +546,1316440688234508294,1200041554393653248,1602698893000.0,2020-10-14 18:08:13,+0000,,@gem8mingen @Tesla Congratulations!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1316440688234508294,[],[],0,,False,2261,72,60,,None,,,,,,,"[{'screen_name': 'gem8mingen', 'name': 'Hansjörg von Gemmingen - Hornberg', 'id': '3394357114'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +547,1316434397525049349,1316247418942492672,1602697393000.0,2020-10-14 17:43:13,+0000,,@Teslarati Making progress,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1316434397525049349,[],[],0,,False,5286,258,182,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +548,1316309830756425734,1316308998283460609,1602667694000.0,2020-10-14 09:28:14,+0000,,9 meter or roughly 30 ft diameter,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1316309830756425734,[],[],0,,False,22508,472,482,,None,,,,,,,[],,,, +549,1316308998283460609,1316308998283460609,1602667495000.0,2020-10-14 09:24:55,+0000,,Will be less roomy with 3 vacuum rocket engines added https://t.co/pKtDFdiZYC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1316308998283460609,[],['https://pbs.twimg.com/media/EkR4DZhXcAARjM9.jpg'],1,https://pbs.twimg.com/media/EkR4DZhXcAARjM9.jpg,False,72400,1685,4693,,None,,,,,,,[],,,, +550,1316302229570285568,1316120294566682625,1602665881000.0,2020-10-14 08:58:01,+0000,,"@flcnhvy @WholeMarsBlog @Kristennetten @boringcompany @Tesla It’s still there, but focus is Vegas & Prufrock, our new tunneling machine",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1316302229570285568,[],[],0,,False,1825,78,64,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'Kristennetten', 'name': 'K11✨Button', 'id': '985686123123949568'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +551,1316301322933731329,1316120294566682625,1602665665000.0,2020-10-14 08:54:25,+0000,,@AstroJordy @Kristennetten @boringcompany @Tesla For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1316301322933731329,[],[],0,,False,1338,54,42,,None,,,,,,,"[{'screen_name': 'AstroJordy', 'name': 'jordan🚀', 'id': '1142527715670519808'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +552,1316301283234648064,1316120294566682625,1602665656000.0,2020-10-14 08:54:16,+0000,,@WholeMarsBlog @Kristennetten @boringcompany @Tesla Maybe a month or so. Some finishing touches need to be done on the stations.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1316301283234648064,[],[],0,,False,1177,63,64,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +553,1316258179689443328,1316120294566682625,1602655379000.0,2020-10-14 06:02:59,+0000,,"@Kristennetten @boringcompany @Tesla We simplified this a lot. It’s basically just Teslas in tunnels at this point, which is way more profound than it sounds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1316258179689443328,[],[],0,,False,7535,660,315,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K11✨Button', 'id': '985686123123949568'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +554,1316257231478939650,1316197410662567937,1602655153000.0,2020-10-14 05:59:13,+0000,,@PlayOverwatch Sweet …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1316257231478939650,[],[],0,,False,17485,108,359,,None,,,,,,,"[{'screen_name': 'PlayOverwatch', 'name': 'Overwatch', 'id': '2420931980'}]",,,, +555,1316255322835759105,1316234026127163392,1602654698000.0,2020-10-14 05:51:38,+0000,,@antonkanerva Yes. Everything is slow to a phased array antenna.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1316255322835759105,[],[],0,,False,3966,109,145,,None,,,,,,,"[{'screen_name': 'antonkanerva', 'name': 'Anton Kanerva', 'id': '579063710'}]",,,, +556,1316254148694867969,1316234026127163392,1602654418000.0,2020-10-14 05:46:58,+0000,,@lexfridman Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1316254148694867969,[],[],0,,False,5965,116,80,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +557,1316234026127163392,1316234026127163392,1602649620000.0,2020-10-14 04:27:00,+0000,,“What is love? Baby don’t hurt me.”— Winston Churchill,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1316234026127163392,[],[],0,,False,233737,5142,22683,,None,,,,,,,[],,,, +558,1316068005114126336,1315889193092935680,1602610038000.0,2020-10-13 17:27:18,+0000,,@PlayOverwatch @twomad Or maybe 2 weak turrets to allow more strategic degrees of freedom,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1316068005114126336,[],[],0,,False,13344,182,357,,None,,,,,,,"[{'screen_name': 'PlayOverwatch', 'name': 'Overwatch', 'id': '2420931980'}, {'screen_name': 'twomad', 'name': 'twomad', 'id': '743662396892282881'}]",,,, +559,1316067078827323392,1315889193092935680,1602609817000.0,2020-10-13 17:23:37,+0000,,@PlayOverwatch @twomad Please buff Torb’s turret!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1316067078827323392,[],[],0,,False,22856,326,1850,,None,,,,,,,"[{'screen_name': 'PlayOverwatch', 'name': 'Overwatch', 'id': '2420931980'}, {'screen_name': 'twomad', 'name': 'twomad', 'id': '743662396892282881'}]",,,, +560,1315890853605306371,1315889193092935680,1602567802000.0,2020-10-13 05:43:22,+0000,,@twomad Um … yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1315890853605306371,[],[],0,,False,42267,339,1208,,None,,,,,,,"[{'screen_name': 'twomad', 'name': 'twomad', 'id': '743662396892282881'}]",,,, +561,1315890608901292033,1315889193092935680,1602567743000.0,2020-10-13 05:42:23,+0000,,@teslaownersSV I have Goosebumps 2 merch. Not sure how tbh.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1315890608901292033,[],[],0,,False,1234,76,37,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +562,1315889826164400128,1315889193092935680,1602567557000.0,2020-10-13 05:39:17,+0000,,@teslaownersSV HG2G,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1315889826164400128,[],[],0,,False,1722,97,48,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +563,1315889517161709570,1315889193092935680,1602567483000.0,2020-10-13 05:38:03,+0000,,@teslaownersSV LotR,es,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1315889517161709570,[],[],0,,False,7084,168,185,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +564,1315889193092935680,1315889193092935680,1602567406000.0,2020-10-13 05:36:46,+0000,,🤘 The Illuminaughty 🤘,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1315889193092935680,[],[],0,,False,266306,6648,24424,,None,,,,,,,[],,,, +565,1315880171744882688,1315879499171414016,1602565255000.0,2020-10-13 05:00:55,+0000,,@ChotiHaque @BillGates @DougStanhope @bobdylan @charltonbrooker @EricIdle @JimCarrey @JohnCleese @sapinker Knee deep,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1315880171744882688,[],[],0,,False,3994,190,104,,None,,,,,,,"[{'screen_name': 'ChotiHaque', 'name': '¢hot!', 'id': '1314387104575623168'}, {'screen_name': 'BillGates', 'name': 'Bill Gates', 'id': '50393960'}, {'screen_name': 'DougStanhope', 'name': 'Doug Stanhope', 'id': '14867598'}, {'screen_name': 'bobdylan', 'name': 'Bob Dylan', 'id': '22667853'}, {'screen_name': 'charltonbrooker', 'name': 'Charlie Brooker', 'id': '19394186'}, {'screen_name': 'EricIdle', 'name': 'Eric Idle', 'id': '862483279'}, {'screen_name': 'JimCarrey', 'name': 'Jim Carrey', 'id': '52551600'}, {'screen_name': 'JohnCleese', 'name': 'John Cleese', 'id': '10810102'}, {'screen_name': 'sapinker', 'name': 'Steven Pinker', 'id': '107225267'}]",,,, +566,1315852060852584449,1315678863347920896,1602558553000.0,2020-10-13 03:09:13,+0000,,@chipro Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1315852060852584449,[],[],0,,False,5438,105,99,,None,,,,,,,"[{'screen_name': 'chipro', 'name': 'Chip Huyen', 'id': '15278016'}]",,,, +567,1315805485027651584,1315799564440526849,1602547448000.0,2020-10-13 00:04:08,+0000,,@WR4NYGov At least success is in the set of all possible outcomes this time!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1315805485027651584,[],[],0,,False,2406,80,86,,None,,,,,,,"[{'screen_name': 'WR4NYGov', 'name': 'Warren Redlich - Critical Enthusiasm', 'id': '108365454'}]",,,, +568,1315805016553222144,1315757515305443328,1602547337000.0,2020-10-13 00:02:17,+0000,,"@bad_at_life @WholeMarsBlog Diess is doing his best to move in the right direction, but he’s in a tough position with so many constituencies to please. No way to make everyone happy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1315805016553222144,[],[],0,,False,1715,74,103,,None,,,,,,,"[{'screen_name': 'bad_at_life', 'name': 'Kyle Kennedy 🔋♻', 'id': '229166240'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +569,1315804075099787264,1315775461411221506,1602547112000.0,2020-10-12 23:58:32,+0000,,"@flcnhvy Good grief! SpaceX is getting zero money for this. Starship is designed to carry people & cargo around Earth (also to moon & Mars). Vast majority of use will be civilian. It’s just like an airline in space. All airlines sometimes carry military cargo, but ~99% is civilian.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1315804075099787264,[],[],0,,False,7292,240,514,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +570,1315765178949087233,1315762930185633793,1602537839000.0,2020-10-12 21:23:59,+0000,,"@Teslarati With FSD, we got stuck in a lot of local maximums, which wasn’t clear until we hit the ceiling. This time, it’s right.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1315765178949087233,[],[],0,,False,4771,286,319,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +571,1315764183842066438,1315630893860622339,1602537601000.0,2020-10-12 21:20:01,+0000,,"@RationalEtienne @28delayslater Thank you, much more accurate haha",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1315764183842066438,[],[],0,,False,3008,99,71,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +572,1315761991370375169,1315630893860622339,1602537079000.0,2020-10-12 21:11:19,+0000,,@28delayslater This graph appears to be upside down,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1315761991370375169,[],[],0,,False,12094,309,397,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶TechnoKing of Frunkpuppy Coin🐶', 'id': '998140573008695296'}]",,,, +573,1315751528511094784,1315747830523453447,1602534584000.0,2020-10-12 20:29:44,+0000,,"@Teslarati Sheer magnitude of the entire production system is hard to appreciate. Almost every element of production is >75% automated. Only wire harnesses & general assembly, which are <10% of production costs, are primarily manual.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1315751528511094784,[],[],0,,False,4827,202,338,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +574,1315619758478258177,1315610737818116098,1602503168000.0,2020-10-12 11:46:08,+0000,,@TeslaClubIN @cleantechnica Will release order configurator probably in Jan,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/1315619758478258177,[],[],0,,False,1872,111,177,,None,,,,,,,"[{'screen_name': 'TeslaClubIN', 'name': 'Tesla Club India®', 'id': '1103280305580969984'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +575,1315616137464307718,1315610737818116098,1602502304000.0,2020-10-12 11:31:44,+0000,,"@cleantechnica Limited FSD beta releasing on Tuesday next week, as promised. This will, at first, be limited to a small number of people who are expert & careful drivers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/1315616137464307718,[],[],0,,False,5909,658,776,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +576,1315613354891726848,1123716019116281860,1602501641000.0,2020-10-12 11:20:41,+0000,,"@shortword @jwangARK The SoC’s sync with each other 20 to 30 times/sec, exchanging output of NNs that should be in harmony, like a symphony, so it’s fairly obvious when one is discordant",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/1315613354891726848,[],[],0,,False,1028,50,59,,None,,,,,,,"[{'screen_name': 'shortword', 'name': 'Paul Kelly', 'id': '15645692'}]",,,, +577,1315611624355504130,1123716019116281860,1602501228000.0,2020-10-12 11:13:48,+0000,,"@jwangARK Tesla FSD computer’s dual SoCs function like twin engines on planes — they each run different neural nets, so we do get full use of 144 TOPS, but there are enough nets running on each to allow the car to drive to safety if one SoC (or engine in this analogy) fails.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/1315611624355504130,[],[],0,,False,1492,49,137,,None,,,,,,,[],,,, +578,1315609760402599938,1123716019116281860,1602500784000.0,2020-10-12 11:06:24,+0000,,"@jwangARK Accurate analysis. Quite a few ego/intelligence>>1 people in your comment thread haha. Neither MobilEye nor Nvidia, which are certainly good companies, could meet any of our capability, schedule, cost or power requirements.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/1315609760402599938,[],[],0,,False,1242,43,110,,None,,,,,,,[],,,, +579,1315520908019204096,1315360614173143042,1602479600000.0,2020-10-12 05:13:20,+0000,,@PPathole @slashdot !,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1315520908019204096,[],[],0,,False,974,73,31,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +580,1315520826892935169,1315488124659793922,1602479580000.0,2020-10-12 05:13:00,+0000,,@OhioTesla @JenDunlap_ @Tesla @CARandDRIVER @teslaownersSV @Teslarati @ElectrekCo Glad Jen is safe!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1315520826892935169,[],[],0,,False,9951,99,197,,None,,,,,,,"[{'screen_name': 'OhioTesla', 'name': 'Tesla Owners Club of Columbus, Ohio, Inc.', 'id': '1062574775086784512'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'CARandDRIVER', 'name': 'Car and Driver', 'id': '14342661'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +581,1315500444127506433,1315360614173143042,1602474721000.0,2020-10-12 03:52:01,+0000,,@PPathole @slashdot Wow,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1315500444127506433,[],[],0,,False,955,64,33,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +582,1315488904099880965,1315360614173143042,1602471969000.0,2020-10-12 03:06:09,+0000,,"@slashdot Uh ok, here we go …",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1315488904099880965,[],[],0,,False,4691,195,251,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +583,1315478890274582535,1315472712551276544,1602469582000.0,2020-10-12 02:26:22,+0000,,@Teslarati I don’t think this is accurate,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1315478890274582535,[],[],0,,False,3221,237,127,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +584,1315473705510858752,1315449789170028552,1602468346000.0,2020-10-12 02:05:46,+0000,,"@Erdayastronaut @MariaBartiromo @POTUS @realDonaldTrump @JeffBezos @MorningsMaria @FoxBusiness Yeah, there are literally >1000% more cameras than 10 years ago, but still zero clear photos",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1315473705510858752,[],[],0,,False,3722,361,142,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MariaBartiromo', 'name': 'Maria Bartiromo', 'id': '208155240'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}, {'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'MorningsMaria', 'name': 'Mornings with Maria', 'id': '2330590446'}, {'screen_name': 'FoxBusiness', 'name': 'FOX Business', 'id': '56413858'}]",,,, +585,1315472312976711680,1315411810598543361,1602468014000.0,2020-10-12 02:00:14,+0000,,"@Tesmanian_com Even if half that amount, it’s still a big deal!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1315472312976711680,[],[],0,,False,3137,159,117,,None,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +586,1315453728976187393,1315087090141425664,1602463583000.0,2020-10-12 00:46:23,+0000,,@enn_nafnlaus @electricfuture5 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1315453728976187393,[],[],0,,False,1085,27,25,,None,,,,,,,"[{'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'electricfuture5', 'name': 'Electric Future 🇦🇺 🚗⚡☀️', 'id': '874856564275990528'}]",,,, +587,1315453607316197377,1315449789170028552,1602463554000.0,2020-10-12 00:45:54,+0000,,@MariaBartiromo @POTUS @realDonaldTrump @JeffBezos @MorningsMaria @FoxBusiness I have seen no evidence of an advanced civilization visiting Earth. Fuzzy pics that are worse than a 7/11 security cam frame grab don’t count!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1315453607316197377,[],[],0,,False,8262,1079,602,,None,,,,,,,"[{'screen_name': 'MariaBartiromo', 'name': 'Maria Bartiromo', 'id': '208155240'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}, {'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'MorningsMaria', 'name': 'Mornings with Maria', 'id': '2330590446'}, {'screen_name': 'FoxBusiness', 'name': 'FOX Business', 'id': '56413858'}]",,,, +588,1315448376163524608,1315087090141425664,1602462307000.0,2020-10-12 00:25:07,+0000,,"@electricfuture5 We face a tough dichotomy of applying resources to the old architecture or applying them to the new. It’s not a question of money. If there was a “great engineer” factory, we would place a large order! Unfortunately, great engineers are very rare. This is solved in the FSD build.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1315448376163524608,[],[],0,,False,10021,338,313,,None,,,,,,,"[{'screen_name': 'electricfuture5', 'name': 'Electric Future 🇦🇺 🚗⚡☀️', 'id': '874856564275990528'}]",,,, +589,1315437229263724545,1315404333442359301,1602459649000.0,2020-10-11 23:40:49,+0000,,@flcnhvy Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1315437229263724545,[],[],0,,False,4530,177,130,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +590,1315436905199284226,1315375076460691456,1602459572000.0,2020-10-11 23:39:32,+0000,,"@enn_nafnlaus Exactly. He plays the “poor inventor” card, but was rich all along & invented nothing (as far as I know). I went down to zero cash or sellable assets in 2008/2009, had no house & had to borrow money from friends to pay rent.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1315436905199284226,[],[],0,,False,1891,96,140,,None,,,,,,,"[{'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}]",,,, +591,1315435501743230976,1315375076460691456,1602459237000.0,2020-10-11 23:33:57,+0000,,"@enn_nafnlaus There are sketchy edits to Tesla wiki that whitewash Eberhard’s problems/glorify his role. Pretty odd. I was interim CEO/co-CEO from July 2007. Michael Marks was co-CEO for ~Q4 2007 & Ze’ev Drori for Q1 to ~Q3 2008. After Q3 2008 financing round bust, no choice but to be CEO.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1315435501743230976,[],[],0,,False,1092,54,68,,None,,,,,,,"[{'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}]",,,, +592,1315390031851257856,1315375076460691456,1602448397000.0,2020-10-11 20:33:17,+0000,,"@enn_nafnlaus When Eberhard was fired from the Tesla CEO role in mid 2007 for providing false information to me & the board, no one left with him. That says it all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1315390031851257856,[],[],0,,False,6674,163,288,,None,,,,,,,"[{'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}]",,,, +593,1315371232968105984,1314908669423779841,1602443915000.0,2020-10-11 19:18:35,+0000,,@Carrenimfa Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1315371232968105984,[],[],0,,False,19256,596,725,,None,,,,,,,"[{'screen_name': 'Carrenimfa', 'name': 'Lilith of Assyria', 'id': '850245725195718657'}]",,,, +594,1315149991061512193,1314587511042322432,1602391166000.0,2020-10-11 04:39:26,+0000,,@Erdayastronaut @flcnhvy @PelleBrannvall @Neopork85 @Caspar_Stanley @ErcXspace @MarcusHouseGame @FelixSchlang @C_Bass3d @nickhenning3d @SpaceX @BocaChicaGal SpaceX/Tesla metallurgy & new materials team is next-level,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1315149991061512193,[],[],0,,False,4354,178,232,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'PelleBrannvall', 'name': 'Pelle Brännvall', 'id': '723961505587302400'}, {'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}, {'screen_name': 'Caspar_Stanley', 'name': 'Caspar 🚀 (Stanley Creative)', 'id': '456545405'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'C_Bass3d', 'name': 'Corey', 'id': '1271203409044144128'}, {'screen_name': 'nickhenning3d', 'name': 'Nick Henning', 'id': '863426638108704768'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}]",,,, +595,1315067166916448256,1315060498455556097,1602371420000.0,2020-10-10 23:10:20,+0000,,@teslaownersSV @Erdayastronaut Probably,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1315067166916448256,[],[],0,,False,1505,94,41,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +596,1315066959969411073,1315060498455556097,1602371370000.0,2020-10-10 23:09:30,+0000,,@Erdayastronaut I have that exact art on the wall of the place I stay in Boca Chica!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1315066959969411073,[],[],0,,False,14303,275,384,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +597,1315062128559095808,1314878731354337281,1602370218000.0,2020-10-10 22:50:18,+0000,,"@RationalEtienne @toadmeister Yes, failure to protect nursing homes was a major mistake (happened in most countries). Herd immunity for vast majority of people & quarantine vulnerable was right though imo.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1315062128559095808,[],[],0,,False,7445,452,944,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'toadmeister', 'name': 'Toby Young', 'id': '18809812'}]",,,, +598,1315052624748535808,1314878731354337281,1602367952000.0,2020-10-10 22:12:32,+0000,,@toadmeister Sweden was right https://t.co/bzc2lFDjZQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1315052624748535808,[],['https://pbs.twimg.com/media/EkABZFiVkAEjIRV.jpg'],1,https://pbs.twimg.com/media/EkABZFiVkAEjIRV.jpg,False,44193,2202,11015,,None,,,,,,,"[{'screen_name': 'toadmeister', 'name': 'Toby Young', 'id': '18809812'}]",,,, +599,1315045121675554816,1314587511042322432,1602366164000.0,2020-10-10 21:42:44,+0000,,"@Erdayastronaut @PelleBrannvall @flcnhvy @Neopork85 @Caspar_Stanley @ErcXspace @MarcusHouseGame @FelixSchlang @C_Bass3d @nickhenning3d @SpaceX There are sensitive elements, but they’re on the inside. Also, a good telephoto lens will be able to capture what I’ve posted. And yeah, anyone who can reverse engineer what I’ve posted doesn’t need to reverse engineer!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1315045121675554816,[],[],0,,False,2788,73,117,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PelleBrannvall', 'name': 'Pelle Brännvall', 'id': '723961505587302400'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}, {'screen_name': 'Caspar_Stanley', 'name': 'Caspar 🚀 (Stanley Creative)', 'id': '456545405'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'C_Bass3d', 'name': 'Corey', 'id': '1271203409044144128'}, {'screen_name': 'nickhenning3d', 'name': 'Nick Henning', 'id': '863426638108704768'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +600,1315028731551858688,1314956090707247104,1602362256000.0,2020-10-10 20:37:36,+0000,,@Teslarati Great work by SpaceX valve engineering & production!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1315028731551858688,[],[],0,,False,5030,121,213,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +601,1314802533043302401,1314587511042322432,1602308326000.0,2020-10-10 05:38:46,+0000,,@Neopork85 @Caspar_Stanley @ErcXspace @MarcusHouseGame @FelixSchlang @C_Bass3d @nickhenning3d @SpaceX Our tiles are mechanically attached,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1314802533043302401,[],[],0,,False,2812,196,91,,None,,,,,,,"[{'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}, {'screen_name': 'Caspar_Stanley', 'name': 'Caspar 🚀 (Stanley Creative)', 'id': '456545405'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'C_Bass3d', 'name': 'Corey', 'id': '1271203409044144128'}, {'screen_name': 'nickhenning3d', 'name': 'Nick Henning', 'id': '863426638108704768'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +602,1314741760568954880,1314587511042322432,1602293837000.0,2020-10-10 01:37:17,+0000,,@flcnhvy @Neopork85 @Caspar_Stanley @ErcXspace @MarcusHouseGame @FelixSchlang @C_Bass3d @nickhenning3d @SpaceX It might be used in some areas. ITAR laws prevent us from being too specific about solutions.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1314741760568954880,[],[],0,,False,2438,101,87,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}, {'screen_name': 'Caspar_Stanley', 'name': 'Caspar 🚀 (Stanley Creative)', 'id': '456545405'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'C_Bass3d', 'name': 'Corey', 'id': '1271203409044144128'}, {'screen_name': 'nickhenning3d', 'name': 'Nick Henning', 'id': '863426638108704768'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +603,1314689966870425605,1314587511042322432,1602281488000.0,2020-10-09 22:11:28,+0000,,@Neopork85 @Caspar_Stanley @ErcXspace @MarcusHouseGame @FelixSchlang @C_Bass3d @nickhenning3d @SpaceX Tiles will be on hot side of flaps too. A very tough problem is sealing the moving flap to body joint without melting or shredding the seal.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1314689966870425605,[],[],0,,False,5443,324,180,,None,,,,,,,"[{'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}, {'screen_name': 'Caspar_Stanley', 'name': 'Caspar 🚀 (Stanley Creative)', 'id': '456545405'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'C_Bass3d', 'name': 'Corey', 'id': '1271203409044144128'}, {'screen_name': 'nickhenning3d', 'name': 'Nick Henning', 'id': '863426638108704768'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +604,1314666526297923585,1314664107908440064,1602275899000.0,2020-10-09 20:38:19,+0000,,"@ID_AA_Carmack Compilers need to improve imo. Most type, pointer (or other memory) problems can be detected at compile time or disambiguated by asking the user.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1314666526297923585,[],[],0,,False,3484,235,137,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +605,1314492577383698434,1314386509693358081,1602234427000.0,2020-10-09 09:07:07,+0000,,@RGVaerialphotos @SpaceX I’m proud to say that that nose is pointier than it needs to be haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1314492577383698434,[],[],0,,False,10625,425,254,,None,,,,,,,"[{'screen_name': 'RGVaerialphotos', 'name': 'RGVAerialPhotography', 'id': '752724282925412352'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +606,1314462406614093825,1314371288207589377,1602227233000.0,2020-10-09 07:07:13,+0000,,@SDG2030 @anandmahindra @MetniGeorges @ErikSolheim @berniehollywood Norway leads the world,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1314462406614093825,[],[],0,,False,11395,353,549,,None,,,,,,,"[{'screen_name': 'SDG2030', 'name': 'SDG2030', 'id': '3094649957'}, {'screen_name': 'anandmahindra', 'name': 'anand mahindra', 'id': '34197952'}, {'screen_name': 'MetniGeorges', 'name': 'Georges A. Metni', 'id': '264908220'}, {'screen_name': 'ErikSolheim', 'name': 'Erik Solheim', 'id': '48702842'}, {'screen_name': 'berniehollywood', 'name': 'Bernie Hollywood OBE JP', 'id': '51864727'}]",,,, +607,1314462047304847360,1314459900811112448,1602227148000.0,2020-10-09 07:05:48,+0000,,@NASASpaceflight Passed cryo proof,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1314462047304847360,[],[],0,,False,6396,165,297,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +608,1314456159479308288,1314387195701198849,1602225744000.0,2020-10-09 06:42:24,+0000,,@johnkrausphotos @SuperclusterHQ @SpaceX 👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1314456159479308288,[],[],0,,False,2688,99,59,,None,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'SuperclusterHQ', 'name': 'Supercluster', 'id': '1039515681983741953'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +609,1314370094881964032,1314350408815398912,1602205225000.0,2020-10-09 01:00:25,+0000,,"@ajtourville Yeah, it’s not a contest. Advanced casting crushes best-case 3D printing, but casting doesn’t work well for complex enclosed volumes & high strength or high temp alloys.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1314370094881964032,[],[],0,,False,1454,74,84,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}]",,,, +610,1314369059669061632,1314305334270459904,1602204978000.0,2020-10-09 00:56:18,+0000,,@Astro_FarmerBob @astro_Pettit @AstroKomrade @AstroAnnimal Great pics!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1314369059669061632,[],[],0,,False,965,29,31,,None,,,,,,,"[{'screen_name': 'Astro_FarmerBob', 'name': 'Bob “Farmer” Hines', 'id': '875742942929068032'}, {'screen_name': 'astro_Pettit', 'name': 'Don Pettit', 'id': '310804819'}, {'screen_name': 'AstroKomrade', 'name': 'Randy Bresnik', 'id': '791348956588539904'}, {'screen_name': 'AstroAnnimal', 'name': 'Anne McClain', 'id': '1533844754'}]",,,, +611,1314354279319298048,1314212540453285898,1602201454000.0,2020-10-08 23:57:34,+0000,,@johnkrausphotos @Patreon @SuperclusterHQ @SpaceX Maybe this should be the flag of Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1314354279319298048,[],[],0,,False,5651,317,315,,None,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'Patreon', 'name': 'Patreon', 'id': '1228325660'}, {'screen_name': 'SuperclusterHQ', 'name': 'Supercluster', 'id': '1039515681983741953'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +612,1314331641314242562,1314251757464190976,1602196057000.0,2020-10-08 22:27:37,+0000,,"@TashaARK Additive manufacturing of parts is still far too costly for cars, but can rapidly create tooling to accelerate pace of innovation. It’s already sensible for rocket engine parts. To the best of our knowledge, SpaceX is 2 or 3 years ahead of other companies in use of additive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1314331641314242562,[],[],0,,False,4827,186,305,,None,,,,,,,"[{'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}]",,,, +613,1314328552318341120,1314262376015855616,1602195320000.0,2020-10-08 22:15:20,+0000,,"@RenataKonkoly @franktinsley @ankitXupta @TashaARK Pretty much, but I think it may end on a high note",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1314328552318341120,[],[],0,,False,2032,137,143,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'franktinsley', 'name': 'Frank Tinsley', 'id': '15557428'}, {'screen_name': 'ankitXupta', 'name': 'Ankit Gupta', 'id': '1260223667100778496'}, {'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}]",,,, +614,1314287894962622466,1314262376015855616,1602185627000.0,2020-10-08 19:33:47,+0000,,@EVHQ2 @TashaARK Meant to say that it should be fixed in the latest wide release. Won’t need to wait for FSD.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1314287894962622466,[],[],0,,False,1572,82,63,,None,,,,,,,"[{'screen_name': 'EVHQ2', 'name': 'EV-HQ', 'id': '1132980037282455558'}, {'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}]",,,, +615,1314287669233541124,1314262376015855616,1602185573000.0,2020-10-08 19:32:53,+0000,,@EVHQ2 @TashaARK It should be,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1314287669233541124,[],[],0,,False,1135,44,28,,None,,,,,,,"[{'screen_name': 'EVHQ2', 'name': 'EV-HQ', 'id': '1132980037282455558'}, {'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}]",,,, +616,1314283988400451584,1314262376015855616,1602184695000.0,2020-10-08 19:18:15,+0000,,@franktinsley @ankitXupta @TashaARK Exactly. We barked up that tree for way too long (sigh). Gives a false sense of victory being close — a tantalizing local maximum — but reality is just too messy & weird. Our new system is capable of driving in locations we never seen even once.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1314283988400451584,[],[],0,,False,1838,106,200,,None,,,,,,,"[{'screen_name': 'franktinsley', 'name': 'Frank Tinsley', 'id': '15557428'}, {'screen_name': 'ankitXupta', 'name': 'Ankit Gupta', 'id': '1260223667100778496'}, {'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}]",,,, +617,1314281329069109249,1314262376015855616,1602184061000.0,2020-10-08 19:07:41,+0000,,"@PicklePunchD @PPathole @TashaARK Yes, we will play sexy snake jazz 🤣",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1314281329069109249,[],[],0,,False,1537,91,77,,None,,,,,,,"[{'screen_name': 'PicklePunchD', 'name': 'Angella⭐️King', 'id': '780922166'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}]",,,, +618,1314280534604996608,1314262376015855616,1602183872000.0,2020-10-08 19:04:32,+0000,,@ZainRaz4 @PPathole @TashaARK Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1314280534604996608,[],[],0,,False,1477,93,62,,None,,,,,,,"[{'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}]",,,, +619,1314280348797284354,1314262376015855616,1602183827000.0,2020-10-08 19:03:47,+0000,,"@PPathole @TashaARK Yeah, provided we do our metal gear snake autocoupler",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1314280348797284354,[],[],0,,False,1220,52,54,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}]",,,, +620,1314265240268402691,1314262376015855616,1602180225000.0,2020-10-08 18:03:45,+0000,,"@TashaARK Waymo is impressive, but a highly specialized solution. The Tesla approach is a general solution. The latest build is capable of zero intervention drives. Will release limited beta in a few weeks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1314265240268402691,[],[],0,,False,4342,276,565,,None,,,,,,,"[{'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}]",,,, +621,1314113518921289728,1314017170733453312,1602144052000.0,2020-10-08 08:00:52,+0000,,"@akidesir @Kristennetten Yeah, we could put in a setting allowing it to drop as low as 5%",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1314113518921289728,[],[],0,,False,1499,86,45,,None,,,,,,,"[{'screen_name': 'akidesir', 'name': 'Gary 🇨🇦 safe and careful driver #FSDBetaCanada', 'id': '20516587'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +622,1314113154696310784,1313903557234634753,1602143965000.0,2020-10-08 07:59:25,+0000,,"@ErcXspace @SpaceX @Erdayastronaut @MarcusHouseGame @FelixSchlang Great render. Note, there will need to be an arm that lifts booster to launch stand & ship to booster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1314113154696310784,[],[],0,,False,6432,153,155,,None,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}]",,,, +623,1314112331480260609,1314017170733453312,1602143769000.0,2020-10-08 07:56:09,+0000,,@Kristennetten Mimecraft,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1314112331480260609,[],[],0,,False,25825,369,752,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +624,1313953038378434561,1313882052299689986,1602105791000.0,2020-10-07 21:23:11,+0000,,@TeslaGong @TeslaTested Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1313953038378434561,[],[],0,,False,1607,111,58,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}]",,,, +625,1313952797138857996,1313882052299689986,1602105733000.0,2020-10-07 21:22:13,+0000,,@ICannot_Enough @TeslaTested Autopilot team is making great progress. Reality sure is complicated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1313952797138857996,[],[],0,,False,2205,162,128,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}]",,,, +626,1313952039869788173,1313941726923354112,1602105553000.0,2020-10-07 21:19:13,+0000,,"@ErcXspace @MarcusHouseGame @brendan2908 @BocaChicaGal @NASASpaceflight Aspiring to have no flame diverter in Boca, but this could turn out to be a mistake",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1313952039869788173,[],[],0,,False,2213,134,94,,None,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +627,1313951811758424064,1313941726923354112,1602105498000.0,2020-10-07 21:18:18,+0000,,@eugenelee3 @MarcusHouseGame @brendan2908 @BocaChicaGal @NASASpaceflight We do have giant steel balls haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1313951811758424064,[],[],0,,False,1447,61,71,,None,,,,,,,"[{'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +628,1313951703931248642,1313882052299689986,1602105472000.0,2020-10-07 21:17:52,+0000,,"@TeslaTested We just completed a financing round, but will let you know when there is another one",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1313951703931248642,[],[],0,,False,1395,68,57,,None,,,,,,,"[{'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}]",,,, +629,1313951415446970368,1313882052299689986,1602105404000.0,2020-10-07 21:16:44,+0000,,@IheartTesla @alex_avoigt @mike_zimon @WholeMarsBlog I definitely need to try these tasty cakes & pastries on my next visit!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1313951415446970368,[],[],0,,False,1060,69,28,,None,,,,,,,"[{'screen_name': 'IheartTesla', 'name': '🔋I HÆRTTΞ S-L4🔋', 'id': '1045077255972671489'}, {'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}, {'screen_name': 'mike_zimon', 'name': 'Mike zimon', 'id': '1113833717053775872'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +630,1313951138702655488,1313941726923354112,1602105338000.0,2020-10-07 21:15:38,+0000,,"@MarcusHouseGame @brendan2908 @BocaChicaGal @NASASpaceflight Mass ratio. Liquid oxygen is much denser than liquid methane, even when the latter is cooled to just above its freezing point.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1313951138702655488,[],[],0,,False,1128,27,44,,None,,,,,,,"[{'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +631,1313950792450179074,1313882052299689986,1602105255000.0,2020-10-07 21:14:15,+0000,,@IheartTesla @alex_avoigt @mike_zimon @WholeMarsBlog Had the most amazing kebab ever just outside of Tacheles. Too bad that place got torn down. It was awesome.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1313950792450179074,[],[],0,,False,1940,74,42,,None,,,,,,,"[{'screen_name': 'IheartTesla', 'name': '🔋I HÆRTTΞ S-L4🔋', 'id': '1045077255972671489'}, {'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}, {'screen_name': 'mike_zimon', 'name': 'Mike zimon', 'id': '1113833717053775872'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +632,1313950175128420353,1313882052299689986,1602105108000.0,2020-10-07 21:11:48,+0000,,@IheartTesla @alex_avoigt @mike_zimon @WholeMarsBlog döner kebab,tr,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1313950175128420353,[],[],0,,False,12142,345,1806,,None,,,,,,,"[{'screen_name': 'IheartTesla', 'name': '🔋I HÆRTTΞ S-L4🔋', 'id': '1045077255972671489'}, {'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}, {'screen_name': 'mike_zimon', 'name': 'Mike zimon', 'id': '1113833717053775872'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +633,1313949241744805895,1313901793261187073,1602104885000.0,2020-10-07 21:08:05,+0000,,@TribeHoh @SpaceX @WAStateCommerce You’re most welcome!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1313949241744805895,[],[],0,,False,7008,186,167,,None,,,,,,,"[{'screen_name': 'TribeHoh', 'name': 'Hoh Tribe', 'id': '1310736580131188736'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'WAStateCommerce', 'name': 'Washington State Department of Commerce', 'id': '1120067796'}]",,,, +634,1313948554784800768,1313941726923354112,1602104722000.0,2020-10-07 21:05:22,+0000,,@brendan2908 @BocaChicaGal @NASASpaceflight High bay should be finished (except for the giant gantry crane) within a few weeks. Super Heavy stacking should begin around then.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1313948554784800768,[],[],0,,False,2630,83,150,,None,,,,,,,"[{'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +635,1313920631868661761,1313882052299689986,1602098064000.0,2020-10-07 19:14:24,+0000,,@alex_avoigt @mike_zimon @WholeMarsBlog That looks tasty!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1313920631868661761,[],[],0,,False,1417,104,28,,None,,,,,,,"[{'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}, {'screen_name': 'mike_zimon', 'name': 'Mike zimon', 'id': '1113833717053775872'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +636,1313874241134063616,1313745938385575936,1602087004000.0,2020-10-07 16:10:04,+0000,,@tesladri @ChananBos @raytech247 @WholeMarsBlog The crash absorption rails can be cut off & replaced with a bolted part for collision repair,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1313874241134063616,[],[],0,,False,1411,66,70,,None,,,,,,,"[{'screen_name': 'tesladri', 'name': 'Tesladri', 'id': '3222579666'}, {'screen_name': 'ChananBos', 'name': 'Chanan Bos', 'id': '1042880610321088512'}, {'screen_name': 'raytech247', 'name': 'Adam Raymer-Brown', 'id': '250481596'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +637,1313872617070358528,1313745938385575936,1602086617000.0,2020-10-07 16:03:37,+0000,,@ICannot_Enough @WholeMarsBlog Sandy Munro understands engineering,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1313872617070358528,[],[],0,,False,3196,124,195,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +638,1313872435821899776,1313745938385575936,1602086573000.0,2020-10-07 16:02:53,+0000,,"@flcnhvy @teslaownersSV @raytech247 @WholeMarsBlog That would be like licensing Battlestar Galactica. Actually building continuously evolving gargantuan factories is the hard part. Lots of people who worked at Tesla Gigafactories now work at competitors, but none of those companies have made one.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1313872435821899776,[],[],0,,False,2224,127,137,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'raytech247', 'name': 'Adam Raymer-Brown', 'id': '250481596'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +639,1313869845570768896,1313745938385575936,1602085956000.0,2020-10-07 15:52:36,+0000,,"@teslaownersSV @raytech247 @WholeMarsBlog Yes, the Gigafactory is the hardest & most critical product",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1313869845570768896,[],[],0,,False,1558,72,99,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'raytech247', 'name': 'Adam Raymer-Brown', 'id': '250481596'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +640,1313869332003401728,1313745938385575936,1602085833000.0,2020-10-07 15:50:33,+0000,,"@ChananBos @raytech247 @WholeMarsBlog Battery pack will be a bonded structure with cells providing shear transfer between steel upper & lower face sheets, eliminating most of the center body parts while providing better torsional rigidity & improved polar moment or inertia. This is a *major* breakthrough.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1313869332003401728,[],[],0,,False,1799,100,203,,None,,,,,,,"[{'screen_name': 'ChananBos', 'name': 'Chanan Bos', 'id': '1042880610321088512'}, {'screen_name': 'raytech247', 'name': 'Adam Raymer-Brown', 'id': '250481596'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +641,1313864996737232896,1313745938385575936,1602084800000.0,2020-10-07 15:33:20,+0000,,@raytech247 @WholeMarsBlog But now we understand production much better. It will be our primary competitive advantage long-term.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1313864996737232896,[],[],0,,False,1662,70,127,,None,,,,,,,"[{'screen_name': 'raytech247', 'name': 'Adam Raymer-Brown', 'id': '250481596'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +642,1313864611997855744,1313745938385575936,1602084708000.0,2020-10-07 15:31:48,+0000,,@raytech247 @WholeMarsBlog Even GM & Chrysler went bankrupt in 2009. Ford and Tesla are the only US car companies that have avoided bankruptcy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1313864611997855744,[],[],0,,False,1460,51,104,,None,,,,,,,"[{'screen_name': 'raytech247', 'name': 'Adam Raymer-Brown', 'id': '250481596'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +643,1313864182350204928,1313745938385575936,1602084606000.0,2020-10-07 15:30:06,+0000,,"@raytech247 @WholeMarsBlog The Model 3 production ramp was sheer agony for two years, but that was do or die for Tesla. No US car company has reached high volume production with sustained free cash flow in ~100 years. Hundreds of car startups all died or were absorbed for peanuts by big three.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1313864182350204928,[],[],0,,False,2061,36,160,,None,,,,,,,"[{'screen_name': 'raytech247', 'name': 'Adam Raymer-Brown', 'id': '250481596'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +644,1313861394257899520,1313745938385575936,1602083941000.0,2020-10-07 15:19:01,+0000,,"@EvaFoxU @WholeMarsBlog Bringing a new product to volume production is 1% inspiration & 99% perspiration. You do still need that critical seed of inspiration, but it’s fun & takes ~100 people. Production takes >10,000 people & hurts like hell until the gigantic cybernetic collective runs smoothly.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1313861394257899520,[],[],0,,False,2133,94,199,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊 火星', 'id': '959471389282578432'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +645,1313858597428826120,1313856047061307394,1602083274000.0,2020-10-07 15:07:54,+0000,,@skorusARK Marginal cost of Starship mass to orbit should be well under $100/kg. Fully burdened cost depends on flight rate.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1313858597428826120,[],[],0,,False,2933,91,170,,None,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +646,1313857184539774977,1313745938385575936,1602082937000.0,2020-10-07 15:02:17,+0000,,"@WholeMarsBlog Prototypes are a piece of cake, but high volume production of a new technology is extremely hard. Takes much longer than people think to climb the production S-curve. I can’t emphasize enough that production is by *far* the hard part.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1313857184539774977,[],[],0,,False,1759,113,179,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +647,1313855469719560192,1313745938385575936,1602082528000.0,2020-10-07 14:55:28,+0000,,@WholeMarsBlog We do expect to make heavy use of LFP for medium range cars & stationary storage,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1313855469719560192,[],[],0,,False,1843,98,124,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +648,1313854912212750346,1313745938385575936,1602082395000.0,2020-10-07 14:53:15,+0000,,"@WholeMarsBlog Berlin will use 4680 cell with structural battery pack & front & rear single piece castings. Also, a new paint system. Lot of new technology will happen in Berlin, which means significant production risk. Fremont & Shanghai will transition in ~2 years when new tech is proven.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1313854912212750346,[],[],0,,False,4696,287,649,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +649,1313851025770582016,1313745938385575936,1602081469000.0,2020-10-07 14:37:49,+0000,,@AstroJordy @WholeMarsBlog They are,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1313851025770582016,[],[],0,,False,1337,50,43,,None,,,,,,,"[{'screen_name': 'AstroJordy', 'name': 'jordan🚀', 'id': '1142527715670519808'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +650,1313850036564963328,1313745938385575936,1602081233000.0,2020-10-07 14:33:53,+0000,,@WholeMarsBlog I do so wish that more companies would put down their spreadsheets for a moment and focus on making products that move your heart,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1313850036564963328,[],[],0,,False,6196,294,806,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +651,1313844207757537281,1313707880995065856,1602079843000.0,2020-10-07 14:10:43,+0000,,"@PPathole @klod_ua @Erdayastronaut @TrevorMahlmann @johnkrausphotos @Mike_Seeley 7 bar absolute, which is fine for flight. This was a proof test, rather than a burst test. We’ll hopefully fix the leak today & retest.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1313844207757537281,[],[],0,,False,1971,43,91,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'klod_ua', 'name': 'klod_ua', 'id': '2428823192'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'TrevorMahlmann', 'name': '📸Trevor Mahlmann', 'id': '832270448'}, {'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'Mike_Seeley', 'name': 'Michael Seeley', 'id': '31116819'}]",,,, +652,1313842466328662016,1313707880995065856,1602079428000.0,2020-10-07 14:03:48,+0000,,"@klod_ua @Erdayastronaut @TrevorMahlmann @johnkrausphotos @Mike_Seeley Cryo pressure test succeeded, but a small leak opened up near the engine mounts, possibly due to differential shrinking",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1313842466328662016,[],[],0,,False,1325,31,69,,None,,,,,,,"[{'screen_name': 'klod_ua', 'name': 'klod_ua', 'id': '2428823192'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'TrevorMahlmann', 'name': '📸Trevor Mahlmann', 'id': '832270448'}, {'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'Mike_Seeley', 'name': 'Michael Seeley', 'id': '31116819'}]",,,, +653,1313840713075916818,1313707880995065856,1602079010000.0,2020-10-07 13:56:50,+0000,,@Erdayastronaut @TrevorMahlmann @johnkrausphotos @Mike_Seeley One of the best shots ever!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/1313840713075916818,[],[],0,,False,4293,116,144,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'TrevorMahlmann', 'name': '📸Trevor Mahlmann', 'id': '832270448'}, {'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'Mike_Seeley', 'name': 'Michael Seeley', 'id': '31116819'}]",,,, +654,1313839241789571073,1313728224736804865,1602078659000.0,2020-10-07 13:50:59,+0000,,@SamTalksTesla @SpaceX Much sooner,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/1313839241789571073,[],[],0,,False,21402,403,685,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +655,1313585050273931264,1313525645905989632,1602018055000.0,2020-10-06 21:00:55,+0000,,@mdcainjr @SpaceX @45thSpaceWing @NASA Great photo!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1313585050273931264,[],[],0,,False,7945,142,136,,None,,,,,,,"[{'screen_name': 'mdcainjr', 'name': 'Michael Cain', 'id': '396835042'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': '45thSpaceWing', 'name': '45th Space Wing', 'id': '242828495'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +656,1313512170336944128,1313457354277490688,1602000679000.0,2020-10-06 16:11:19,+0000,,@DirtyTesla @SpaceX It will soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1313512170336944128,[],[],0,,False,1416,150,44,,None,,,,,,,"[{'screen_name': 'DirtyTesla', 'name': 'DirtyTesla 🛰Starlink Plz🛰', 'id': '1118594454515003393'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +657,1313462965778157569,1313457354277490688,1601988948000.0,2020-10-06 12:55:48,+0000,,"@SpaceX Once these satellites reach their target position, we will be able to roll out a fairly wide public beta in northern US & hopefully southern Canada. Other countries to follow as soon as we receive regulatory approval.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/1313462965778157569,[],[],0,,False,32544,1513,2176,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +658,1313450351366873090,1313445121325580289,1601985941000.0,2020-10-06 12:05:41,+0000,,@flcnhvy @alvianchoiri We’re not seeing notable differences yet. I think the boosters could probably do 100+ reflights. Some of the (small) composite helium tanks would need to be replaced. Maybe turbopump hot sections.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/1313450351366873090,[],[],0,,False,2333,85,144,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'alvianchoiri', 'name': 'AChA', 'id': '807555730010083328'}]",,,, +659,1313448952499367936,1313445121325580289,1601985607000.0,2020-10-06 12:00:07,+0000,,@PPathole @alvianchoiri Roughly a week or two turnaround is all that’s needed to meet max launch demand. Starship Super Heavy is designed for reflight in less than an hour.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/1313448952499367936,[],[],0,,False,2729,82,183,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'alvianchoiri', 'name': 'AChA', 'id': '807555730010083328'}]",,,, +660,1313446518695763968,1313445121325580289,1601985027000.0,2020-10-06 11:50:27,+0000,,"@alvianchoiri Ahem, yes, it was the 3rd flight of this booster & 3rd flight for active half of fairing. Aiming for 10+ flights of booster & fairing by end of next year.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/1313446518695763968,[],[],0,,False,1737,56,87,,None,,,,,,,"[{'screen_name': 'alvianchoiri', 'name': 'AChA', 'id': '807555730010083328'}]",,,, +661,1313445121325580289,1313445121325580289,1601984694000.0,2020-10-06 11:44:54,+0000,,4th flight & landing for this booster,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/1313445121325580289,[],[],0,,False,36029,974,2669,https://twitter.com/SpaceX/status/1313443642472685573,None,,,,,,,[],,,, +662,1313440040991694849,1313440040991694849,1601983482000.0,2020-10-06 11:24:42,+0000,,5 minutes from launch. Looks good so far.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/1313440040991694849,[],[],0,,False,40123,871,2539,https://twitter.com/SpaceX/status/1313438594040655873,None,,,,,,,[],,,, +663,1313338851566514176,1313333929642848257,1601959357000.0,2020-10-06 04:42:37,+0000,,"@cleantechnica So crazy to subsidize pollution! This is not good for people, especially in dense cities with heavy traffic, where your air intake is jammed up against another car’s exhaust pipe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1313338851566514176,[],[],0,,False,3811,208,428,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +664,1313284721426796546,1313165995452903425,1601946451000.0,2020-10-06 01:07:31,+0000,,"@SciGuySpace It’s a step in the right direction, but they should really aim for full reusability by 2026. Larger rocket would also make sense for literal economies of scale. Goal should be to minimize cost per useful ton to orbit or it will at best serve a niche market.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1313284721426796546,[],[],0,,False,5222,195,245,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +665,1313263283126841350,1313263283126841350,1601941340000.0,2020-10-05 23:42:20,+0000,,Turn volume to 11 & play Powerglide in your Tesla https://t.co/l07Yc02P7g,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1313263283126841350,['https://m.youtube.com/watch?v=95Rzsn-zjr0'],[],0,,False,13925,897,1110,,None,,,,,,,[],,,, +666,1313259022942957568,1313258373031309312,1601940324000.0,2020-10-05 23:25:24,+0000,,@teslaownersSV FSD will solve these issues,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1313259022942957568,[],[],0,,False,1810,204,65,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +667,1313258373031309312,1313258373031309312,1601940169000.0,2020-10-05 23:22:49,+0000,,"Music volume on a Tesla goes to 11, because it’s louder than 10 https://t.co/ab5hAMo3EN",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1313258373031309312,['https://m.youtube.com/watch?v=KOO5S4vxi0o'],[],0,,False,26870,1050,1713,,None,,,,,,,[],,,, +668,1313257654328995841,1313242842303787017,1601939998000.0,2020-10-05 23:19:58,+0000,,"@Kristennetten @flcnhvy One of my favorite writers. Foundation is tough to make into a movie, but has outstanding potential.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1313257654328995841,[],[],0,,False,1263,68,44,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +669,1313252155776794626,1313247231613587459,1601938687000.0,2020-10-05 22:58:07,+0000,,@OrionsGauntlet 💯,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1313252155776794626,[],[],0,,False,455,16,13,,None,,,,,,,[],,,, +670,1313248199990272004,1313247231613587459,1601937744000.0,2020-10-05 22:42:24,+0000,,@christianserino https://t.co/gLnevuneYl,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1313248199990272004,['https://m.youtube.com/watch?v=6wchqfLA5d0'],[],0,,False,435,32,17,,None,,,,,,,"[{'screen_name': 'christianserino', 'name': 'ChristianSerino', 'id': '72964015'}]",,,, +671,1313247231613587459,1313247231613587459,1601937513000.0,2020-10-05 22:38:33,+0000,,Rewatched Young Frankenstein this weekend. Still awesome. Ovaltine? https://t.co/WiMdyFSuiq,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1313247231613587459,['https://m.youtube.com/watch?v=PO8lyw8Vk2U'],[],0,,False,8945,689,382,,None,,,,,,,[],,,, +672,1313245096809320448,1313242842303787017,1601937004000.0,2020-10-05 22:30:04,+0000,,"@flcnhvy The remake has the potential to be great. I kinda liked the original tbh, but it’s possible to take it up a level.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1313245096809320448,[],[],0,,False,2053,128,56,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +673,1313242842303787017,1313242842303787017,1601936467000.0,2020-10-05 22:21:07,+0000,,"Hollywood should just start with the sequel & skip the original, because financials",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1313242842303787017,[],[],0,,False,57300,1339,2374,,None,,,,,,,[],,,, +674,1313233897195540487,1313173860389445634,1601934334000.0,2020-10-05 21:45:34,+0000,,@cleantechnica This article is wildly incorrect about lithium battery costs by a factor of 5 or more presently & 10X long-term,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1313233897195540487,[],[],0,,False,2222,152,140,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +675,1313210059078459397,1313208528425820161,1601928651000.0,2020-10-05 20:10:51,+0000,,"@SamTalksTesla @teslaownersSV @PPathole @RationalEtienne @stevenmarkryan @Kristennetten @WholeMarsBlog Pretty wild, considering that Exxon was the most valuable company in the word when we went public 10 years ago",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1313210059078459397,[],[],0,,False,9583,270,536,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1646555828'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +676,1312760295228547073,1312760295228547073,1601821418000.0,2020-10-04 14:23:38,+0000,,New SpaceX droneship will be called “A Shortfall of Gravitas”,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1312760295228547073,[],[],0,,False,69339,1647,3504,,None,,,,,,,[],,,, +677,1312755779951226880,1312755779951226880,1601820342000.0,2020-10-04 14:05:42,+0000,,"Nothing can escape gravity, not even black holes (and they really tried!)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1312755779951226880,[],[],0,,False,185561,4959,10875,,None,,,,,,,[],,,, +678,1312749532933877761,1312569423123881984,1601818853000.0,2020-10-04 13:40:53,+0000,,@ID_AA_Carmack Would be cool to put yourself in the mind of the car while it’s driving,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,13,https://twitter.com/elonmusk/status/1312749532933877761,[],[],0,,False,6854,418,230,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +679,1312591262747299841,1312591198700425217,1601781118000.0,2020-10-04 03:11:58,+0000,,@Model3teslaJ Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1312591262747299841,[],[],0,,False,1331,72,71,,None,,,,,,,"[{'screen_name': 'Model3teslaJ', 'name': 'model3teslaJAPAN', 'id': '1288807202040553473'}]",,,, +680,1312545997499719680,1312545997499719680,1601770326000.0,2020-10-04 00:12:06,+0000,,"Call of Booty, great game",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1312545997499719680,[],[],0,,False,516188,8001,60241,,None,,,,,,,[],,,, +681,1312544132380778496,1312544132380778496,1601769881000.0,2020-10-04 00:04:41,+0000,, https://t.co/HyfszSrm6m,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1312544132380778496,[],['https://pbs.twimg.com/media/EjcX7mFUYAIkc8g.jpg'],1,https://pbs.twimg.com/media/EjcX7mFUYAIkc8g.jpg,False,167295,2454,11160,,None,,,,,,,[],,,, +682,1312253928667410432,1312209834171719680,1601700691000.0,2020-10-03 04:51:31,+0000,,@teslaownersSV @SpaceX Vector-space bird’s eye view coming with FSD,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1312253928667410432,[],[],0,,False,3618,261,253,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +683,1312252573575860226,1312209834171719680,1601700368000.0,2020-10-03 04:46:08,+0000,,@PPathole @SpaceX Unexpected pressure rise in the turbomachinery gas generator,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1312252573575860226,[],[],0,,False,2553,109,129,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +684,1312251818731167744,1312209834171719680,1601700188000.0,2020-10-03 04:43:08,+0000,,"@Erdayastronaut @SpaceX All of that and more. We’re doing a broad review of launch site, propulsion, structures, avionics, range & regulatory constraints this weekend. I will also be at the Cape next week to review hardware in person.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1312251818731167744,[],[],0,,False,5398,154,247,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +685,1312250543553744896,1312209834171719680,1601699884000.0,2020-10-03 04:38:04,+0000,,@alandail @SpaceX Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1312250543553744896,[],[],0,,False,1489,45,38,,None,,,,,,,"[{'screen_name': 'alandail', 'name': 'Alan Dail', 'id': '162234035'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +686,1312249542125842434,1312209834171719680,1601699645000.0,2020-10-03 04:34:05,+0000,,@SpaceX We will need to make a lot of improvements to have a chance of completing 48 launches next year!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1312249542125842434,[],[],0,,False,22691,651,840,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +687,1312175510244356096,1312165242948866048,1601681995000.0,2020-10-02 23:39:55,+0000,,@lexfridman I agree with Lex,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1312175510244356096,[],[],0,,False,66858,1386,1935,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +688,1312092581933641729,1306905419084947456,1601662223000.0,2020-10-02 18:10:23,+0000,,@Mike94160775 @Tesla @ElectrekCo @Teslarati Glad you’re ok!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1312092581933641729,[],[],0,,False,2042,46,48,,None,,,,,,,"[{'screen_name': 'Mike94160775', 'name': 'Mike', 'id': '1056457958551379968'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +689,1312085524572639233,1312083884083830785,1601660541000.0,2020-10-02 17:42:21,+0000,,@Sofiaan @Tesla Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1312085524572639233,[],[],0,,False,14078,233,258,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +690,1311932353879646209,1311862203490983937,1601624022000.0,2020-10-02 07:33:42,+0000,,@amoghbhushan @TeslaClubIN @WholeMarsBlog @MKBHD Thanks for waiting!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1311932353879646209,[],[],0,,False,3096,151,127,,None,,,,,,,"[{'screen_name': 'amoghbhushan', 'name': 'Amogh Bhushan', 'id': '204814262'}, {'screen_name': 'TeslaClubIN', 'name': 'Tesla Club India®', 'id': '1103280305580969984'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +691,1311931936261263360,1311862203490983937,1601623922000.0,2020-10-02 07:32:02,+0000,,@TeslaClubIN @WholeMarsBlog @MKBHD Next year for sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1311931936261263360,[],[],0,,False,7564,528,1279,,None,,,,,,,"[{'screen_name': 'TeslaClubIN', 'name': 'Tesla Club India®', 'id': '1103280305580969984'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +692,1311928474479792129,1310975147533271049,1601623097000.0,2020-10-02 07:18:17,+0000,,"@tobyliiiiiiiiii @RationalEtienne @SPEXcast @William_M_Brown @PPathole @thesheetztweetz @waEMD @SpaceX @SpaceXStarlink @WANationalGuard Oh yeah, Starship update coming in about 3 weeks. The design has coalesced. What is presented will actually be what flies to orbit as V1.0 with almost no changes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1311928474479792129,[],[],0,,False,5141,177,550,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'William_M_Brown', 'name': 'William Brown', 'id': '950847509504626688'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'waEMD', 'name': 'WA Emergency Management 😷', 'id': '31078404'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'WANationalGuard', 'name': 'WA National Guard', 'id': '151108333'}]",,,, +693,1311927387421106176,1310975147533271049,1601622838000.0,2020-10-02 07:13:58,+0000,,@RationalEtienne @SPEXcast @William_M_Brown @PPathole @thesheetztweetz @waEMD @SpaceX @SpaceXStarlink @WANationalGuard High frequency lasers are the way to go for sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1311927387421106176,[],[],0,,False,1552,70,55,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'William_M_Brown', 'name': 'William Brown', 'id': '950847509504626688'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'waEMD', 'name': 'WA Emergency Management 😷', 'id': '31078404'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'WANationalGuard', 'name': 'WA National Guard', 'id': '151108333'}]",,,, +694,1311926507003088896,1310975147533271049,1601622628000.0,2020-10-02 07:10:28,+0000,,@SPEXcast @William_M_Brown @RationalEtienne @PPathole @thesheetztweetz @waEMD @SpaceX @SpaceXStarlink @WANationalGuard Great,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1311926507003088896,[],[],0,,False,1129,20,22,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'William_M_Brown', 'name': 'William Brown', 'id': '950847509504626688'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'waEMD', 'name': 'WA Emergency Management 😷', 'id': '31078404'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'WANationalGuard', 'name': 'WA National Guard', 'id': '151108333'}]",,,, +695,1311925958325211136,1310975147533271049,1601622497000.0,2020-10-02 07:08:17,+0000,,"@William_M_Brown @RationalEtienne @PPathole @thesheetztweetz @waEMD @SpaceX @SpaceXStarlink @WANationalGuard Brownsville is quite far south, so probably 3 months or so for good connectivity — needs several more Starlink launches. I’m using it at the little house I rent in the area. Definitely not good there yet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1311925958325211136,[],[],0,,False,1360,49,60,,None,,,,,,,"[{'screen_name': 'William_M_Brown', 'name': 'William Brown', 'id': '950847509504626688'}, {'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'waEMD', 'name': 'WA Emergency Management 😷', 'id': '31078404'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'WANationalGuard', 'name': 'WA National Guard', 'id': '151108333'}]",,,, +696,1311923618679607298,1310975147533271049,1601621939000.0,2020-10-02 06:58:59,+0000,,"@PPathole @thesheetztweetz @waEMD @SpaceX @SpaceXStarlink @WANationalGuard Average latency will improve as more satellites launch (directly above you more frequently) & more ground stations are deployed. As we’re able to put more ground stations on roofs of server centers, legacy Internet latency will be zero.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1311923618679607298,[],[],0,,False,1936,85,160,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'waEMD', 'name': 'WA Emergency Management 😷', 'id': '31078404'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'WANationalGuard', 'name': 'WA National Guard', 'id': '151108333'}]",,,, +697,1311921724540190720,1310975147533271049,1601621488000.0,2020-10-02 06:51:28,+0000,,@tobyliiiiiiiiii @RationalEtienne @PPathole @thesheetztweetz @waEMD @SpaceX @SpaceXStarlink @WANationalGuard Very soon for higher latitudes like Seattle,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1311921724540190720,[],[],0,,False,1399,122,62,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'waEMD', 'name': 'WA Emergency Management 😷', 'id': '31078404'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'WANationalGuard', 'name': 'WA National Guard', 'id': '151108333'}]",,,, +698,1311921153347383296,1310975147533271049,1601621351000.0,2020-10-02 06:49:11,+0000,,"@RationalEtienne @PPathole @thesheetztweetz @waEMD @SpaceX @SpaceXStarlink @WANationalGuard Yes, Starlink is designed to enable competitive gaming",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1311921153347383296,[],[],0,,False,1788,83,111,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'waEMD', 'name': 'WA Emergency Management 😷', 'id': '31078404'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'WANationalGuard', 'name': 'WA National Guard', 'id': '151108333'}]",,,, +699,1311907493182926849,1311817513970397184,1601618095000.0,2020-10-02 05:54:55,+0000,,"@PPathole @Erdayastronaut @NASASpaceflight @BocaChicaGal @TheFavoritist Probably 5 or 6 with an optimized tanker, although filling up the ship in orbit isn’t required for Mars, so 4 is possible",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1311907493182926849,[],[],0,,False,1618,56,71,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'TheFavoritist', 'name': 'Brady Kenniston', 'id': '43774940'}]",,,, +700,1311905182230491137,1310975147533271049,1601617544000.0,2020-10-02 05:45:44,+0000,,"@thesheetztweetz @waEMD @SpaceX @SpaceXStarlink @WANationalGuard Starlink will be a revolution in connectivity, especially for remote regions or for emergency services when landlines are damaged",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1311905182230491137,[],[],0,,False,2674,141,226,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'waEMD', 'name': 'WA Emergency Management 😷', 'id': '31078404'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'WANationalGuard', 'name': 'WA National Guard', 'id': '151108333'}]",,,, +701,1311881562728747010,1311862203490983937,1601611912000.0,2020-10-02 04:11:52,+0000,,@WholeMarsBlog @MKBHD Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1311881562728747010,[],[],0,,False,2887,131,77,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +702,1311880821377175552,1311817513970397184,1601611736000.0,2020-10-02 04:08:56,+0000,,"@AdlanBogatyryov @Erdayastronaut @NASASpaceflight @BocaChicaGal @TheFavoritist Great letter! It will be increasingly difficult to see Starlink satellites, as we’re actively working with the astronomer community to ensure that even the most sensitive telescopes are fine & scientific progress is not impeded.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1311880821377175552,[],[],0,,False,2385,67,136,,None,,,,,,,"[{'screen_name': 'AdlanBogatyryov', 'name': 'Adlan', 'id': '1279593148575031297'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'TheFavoritist', 'name': 'Brady Kenniston', 'id': '43774940'}]",,,, +703,1311879083379224577,1311817513970397184,1601611321000.0,2020-10-02 04:02:01,+0000,,"@Erdayastronaut @NASASpaceflight @BocaChicaGal @TheFavoritist The ship rings are thicker than they need to be (for now), so same thickness works for booster & ship for hoop stress. Booster lower tank will have longitudinal stiffeners to prevent buckling.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1311879083379224577,[],[],0,,False,2875,89,132,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'TheFavoritist', 'name': 'Brady Kenniston', 'id': '43774940'}]",,,, +704,1311868226809204737,1311862203490983937,1601608733000.0,2020-10-02 03:18:53,+0000,,@MKBHD It’s next-level,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1311868226809204737,[],[],0,,False,55719,674,786,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +705,1311818032671453184,1311816162808860673,1601596766000.0,2020-10-01 23:59:26,+0000,,@FOX10Phoenix 💰💩🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1311818032671453184,[],[],0,,False,11561,411,398,,None,,,,,,,"[{'screen_name': 'FOX10Phoenix', 'name': 'FOX 10 Phoenix', 'id': '18999261'}]",,,, +706,1311816473434701824,1311635290805673984,1601596394000.0,2020-10-01 23:53:14,+0000,,@officialalishap @flcnhvy @Tesla Glad to hear your Mom is ok,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1311816473434701824,[],[],0,,False,2005,37,59,,None,,,,,,,"[{'screen_name': 'officialalishap', 'name': 'Alisha Patel', 'id': '1039337225522241538'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +707,1311816064733380609,1311716923084861441,1601596296000.0,2020-10-01 23:51:36,+0000,,@Zshauladventure @NASAKennedy @ulalaunch @SpaceX @NatReconOfc Good to see. Inspiring for future of space!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1311816064733380609,[],[],0,,False,3822,73,119,,None,,,,,,,"[{'screen_name': 'Zshauladventure', 'name': 'Zshaul Adventures', 'id': '1181230465954582529'}, {'screen_name': 'NASAKennedy', 'name': ""NASA's Kennedy Space Center"", 'id': '16580226'}, {'screen_name': 'ulalaunch', 'name': 'ULA', 'id': '22845770'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NatReconOfc', 'name': 'NRO', 'id': '2785785023'}]",,,, +708,1311748941097185281,1311390323763863552,1601580293000.0,2020-10-01 19:24:53,+0000,,@somi_teslagirl @Model3Owners @FutureJurvetson @CFS_energy @CUP_Plasma @MIT The new heat pump in Model Y is what really makes the difference in cold weather,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1311748941097185281,[],[],0,,False,1707,122,82,,None,,,,,,,"[{'screen_name': 'somi_teslagirl', 'name': 'Tesla Girl 🇨🇦⏬ #FSDBetaCanada', 'id': '455275940'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'CFS_energy', 'name': 'Commonwealth Fusion Systems', 'id': '846353368142544896'}, {'screen_name': 'CUP_Plasma', 'name': 'Journal of Plasma Physics', 'id': '1181186570877067265'}, {'screen_name': 'MIT', 'name': 'Massachusetts Institute of Technology (MIT)', 'id': '15460048'}]",,,, +709,1311748649081339907,1311390323763863552,1601580223000.0,2020-10-01 19:23:43,+0000,,"@thatt3slaguy @Model3Owners @FutureJurvetson @CFS_energy @CUP_Plasma @MIT Yes, coming soon",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1311748649081339907,[],[],0,,False,1287,75,56,,None,,,,,,,"[{'screen_name': 'thatt3slaguy', 'name': 'That T3sla Guy', 'id': '1109303415559999488'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'CFS_energy', 'name': 'Commonwealth Fusion Systems', 'id': '846353368142544896'}, {'screen_name': 'CUP_Plasma', 'name': 'Journal of Plasma Physics', 'id': '1181186570877067265'}, {'screen_name': 'MIT', 'name': 'Massachusetts Institute of Technology (MIT)', 'id': '15460048'}]",,,, +710,1311743665467994112,1311369990344409088,1601579035000.0,2020-10-01 19:03:55,+0000,,@ErcXspace @SpaceX @FelixSchlang @MarcusHouseGame @Erdayastronaut @NASASpaceflight Great render! The circumferential welds & skin panels will be much smoother in future builds.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1311743665467994112,[],[],0,,False,7179,144,190,,None,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +711,1311743023135502337,1311390323763863552,1601578882000.0,2020-10-01 19:01:22,+0000,,@Model3Owners @FutureJurvetson @CFS_energy @CUP_Plasma @MIT That’s very hard to do. Have you tried pushing on the charge port door to open? It’s designed to support a manual press to open as well as automatic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1311743023135502337,[],[],0,,False,910,82,38,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'CFS_energy', 'name': 'Commonwealth Fusion Systems', 'id': '846353368142544896'}, {'screen_name': 'CUP_Plasma', 'name': 'Journal of Plasma Physics', 'id': '1181186570877067265'}, {'screen_name': 'MIT', 'name': 'Massachusetts Institute of Technology (MIT)', 'id': '15460048'}]",,,, +712,1311732816129003520,1311390323763863552,1601576448000.0,2020-10-01 18:20:48,+0000,,"@FutureJurvetson @CFS_energy @CUP_Plasma @MIT It’s cool & for sure can & should be done, but I suspect its best case will be more costly than wind & solar (aka big fusion reactor in sky)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1311732816129003520,[],[],0,,False,3980,294,167,,None,,,,,,,"[{'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'CFS_energy', 'name': 'Commonwealth Fusion Systems', 'id': '846353368142544896'}, {'screen_name': 'CUP_Plasma', 'name': 'Journal of Plasma Physics', 'id': '1181186570877067265'}, {'screen_name': 'MIT', 'name': 'Massachusetts Institute of Technology (MIT)', 'id': '15460048'}]",,,, +713,1311538413938438144,1311445362029330434,1601530099000.0,2020-10-01 05:28:19,+0000,,@austinbarnard45 Weld esthetics will improve greatly in upcoming Starships,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1311538413938438144,[],[],0,,False,10447,374,335,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +714,1311187745323331584,1310001082278371328,1601446493000.0,2020-09-30 06:14:53,+0000,,@PPathole Haha true. Why do showers have such a wide range!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1311187745323331584,[],[],0,,False,2605,184,72,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +715,1311187439600513031,1310001082278371328,1601446420000.0,2020-09-30 06:13:40,+0000,,@EvaFoxU !!,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1311187439600513031,[],[],0,,False,1671,86,44,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +716,1311186977115561985,1310001082278371328,1601446310000.0,2020-09-30 06:11:50,+0000,,@RationalEtienne @WholeMarsBlog Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1311186977115561985,[],[],0,,False,1218,74,48,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +717,1311004929654509569,1310730294664859648,1601402907000.0,2020-09-29 18:08:27,+0000,,@UniverCurious @physicsJ Light is not as fast as you’d think,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1311004929654509569,[],[],0,,False,4960,571,333,,None,,,,,,,"[{'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}, {'screen_name': 'physicsJ', 'name': ""Dr. James O'Donoghue"", 'id': '229623319'}]",,,, +718,1310907440871899138,1310667981668655104,1601379664000.0,2020-09-29 11:41:04,+0000,,@SamTalksTesla Maybe we used too many magenta spotlights,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/1310907440871899138,[],[],0,,False,5145,243,135,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1646555828'}]",,,, +719,1310736203482836993,1310623334367989761,1601338837000.0,2020-09-29 00:20:37,+0000,,@ValaAfshar @Tesla Having a low center of gravity makes a world of difference to safety,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1310736203482836993,[],[],0,,False,5412,225,286,,None,,,,,,,"[{'screen_name': 'ValaAfshar', 'name': 'Vala Afshar', 'id': '259725229'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +720,1310672832783884290,1310660332512190464,1601323729000.0,2020-09-28 20:08:49,+0000,,"@vm_one1 @waEMD @SpaceX We will probably IPO Starlink, but only several years in the future when revenue growth is smooth & predictable. Public market does *not* like erratic cash flow haha. I’m a huge fan of small retail investors. Will make sure they get top priority. You can hold me to it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1310672832783884290,[],[],0,,False,9709,698,1302,,None,,,,,,,"[{'screen_name': 'vm_one1', 'name': 'TechnoFan of Tesla - VM', 'id': '701228042216050690'}, {'screen_name': 'waEMD', 'name': 'WA Emergency Management 😷', 'id': '31078404'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +721,1310670852703346689,1310660332512190464,1601323257000.0,2020-09-28 20:00:57,+0000,,@PerezShivam @waEMD @SpaceX Fate loooves irony haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1310670852703346689,[],[],0,,False,1828,78,87,,None,,,,,,,"[{'screen_name': 'PerezShivam', 'name': 'Plan ₿', 'id': '1288241541455249408'}, {'screen_name': 'waEMD', 'name': 'WA Emergency Management 😷', 'id': '31078404'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +722,1310669500862345219,1310660332512190464,1601322934000.0,2020-09-28 19:55:34,+0000,,@waEMD @SpaceX Glad SpaceX could help! We are prioritizing emergency responders & locations with no Internet connectivity at all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1310669500862345219,[],[],0,,False,3787,119,299,,None,,,,,,,"[{'screen_name': 'waEMD', 'name': 'WA Emergency Management 😷', 'id': '31078404'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +723,1310650504373063689,1310618497601253380,1601318405000.0,2020-09-28 18:40:05,+0000,,@austinbarnard45 True,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1310650504373063689,[],[],0,,False,6557,139,123,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +724,1310486616075579393,1310485893824884736,1601279331000.0,2020-09-28 07:48:51,+0000,,"@teslavibes That’s total market, not all Tesla. We do see Tesla reaching 20M vehicles/year probably before 2030, but that requires consistently excellent execution.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1310486616075579393,[],[],0,,False,6021,232,356,,None,,,,,,,"[{'screen_name': 'teslavibes', 'name': 'TeslaVibes🔋🚀', 'id': '1259361745090600963'}]",,,, +725,1310485952712904704,1310400552468131842,1601279173000.0,2020-09-28 07:46:13,+0000,,@CashMoneyLemon @CathieDWood @skorusARK Total market,da,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1310485952712904704,[],[],0,,False,1437,58,38,,None,,,,,,,"[{'screen_name': 'CashMoneyLemon', 'name': 'Lemonade Stand', 'id': '1171658380148170752'}, {'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}, {'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +726,1310485091920084992,1310400552468131842,1601278968000.0,2020-09-28 07:42:48,+0000,,"@CathieDWood @skorusARK Seven years for sure to 30M+ new fully electric vehicles per year, six years maybe. Five years is possible, but unlikely. An extra year makes a giant difference when it comes to exponentials.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1310485091920084992,[],[],0,,False,2980,101,346,,None,,,,,,,"[{'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}, {'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +727,1310483859507687425,1310400552468131842,1601278674000.0,2020-09-28 07:37:54,+0000,,@flcnhvy @CathieDWood Both will do original cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1310483859507687425,[],[],0,,False,3120,142,132,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}]",,,, +728,1310480901135126528,1310400552468131842,1601277969000.0,2020-09-28 07:26:09,+0000,,@CathieDWood We aren’t cutting the price of Model 3 to $25k. I was referring to a future car that will be smaller than Model 3.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1310480901135126528,[],[],0,,False,30496,833,1025,,None,,,,,,,"[{'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}]",,,, +729,1310383295650168833,1310381875127443456,1601254698000.0,2020-09-28 00:58:18,+0000,,"@brian_heide @Tesla What about a heavy duty, paintball machine gun mounted on the bed rails?",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1310383295650168833,[],[],0,,False,4404,311,177,,None,,,,,,,"[{'screen_name': 'brian_heide', 'name': 'Brian Heide', 'id': '15301261'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +730,1310371499195289600,1310365304061534208,1601251885000.0,2020-09-28 00:11:25,+0000,,@Pickenheim @matthew_kerle New version coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1310371499195289600,[],[],0,,False,1475,77,67,,None,,,,,,,"[{'screen_name': 'Pickenheim', 'name': 'Mark Pickenheim', 'id': '49126554'}, {'screen_name': 'matthew_kerle', 'name': 'Matthew Kerle', 'id': '119250616'}]",,,, +731,1310003337752801280,1310001082278371328,1601164109000.0,2020-09-26 23:48:29,+0000,,"@WholeMarsBlog Suppliers. We’re only doing high energy nickel ourselves, at least for now. Also, maybe the presentation wasn’t clear that we’ve actually had our cells in packs driving cars for several months. Prototypes are trivial, volume production is hard.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1310003337752801280,[],[],0,,False,7948,363,605,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +732,1310001082278371328,1310001082278371328,1601163571000.0,2020-09-26 23:39:31,+0000,, https://t.co/r1Sox7vta8,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1310001082278371328,[],['https://pbs.twimg.com/media/Ei4PCl-U8AAjeq_.jpg'],1,https://pbs.twimg.com/media/Ei4PCl-U8AAjeq_.jpg,False,676279,6404,114347,,None,,,,,,,[],,,, +733,1309998185725657088,1309997989541236736,1601162880000.0,2020-09-26 23:28:00,+0000,,"@TeslaGong @DrSallyL @sydney_ev @_TeslaTom @TeslaStraya @outbacktesla @ev_outback @Michael01996367 @cvanderstock @teslaownersau @AhillfromOZ @rjo71342 @EVHQ2 @michadru29 @DunkenKBliths If it passes Australian regulations, then sure",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1309998185725657088,[],[],0,,False,1589,109,83,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'DrSallyL', 'name': 'DrSally', 'id': '1212633689827360768'}, {'screen_name': 'sydney_ev', 'name': '🔋SydEV 🌿💧 #FSDBetaAU #FSDBetaOZ', 'id': '921721442550480901'}, {'screen_name': '_TeslaTom', 'name': 'Tesla Tom 🇦🇺 #FSDbetaAU 🙏', 'id': '560174496'}, {'screen_name': 'TeslaStraya', 'name': 'TeslaStraya', 'id': '1076276451471585280'}, {'screen_name': 'outbacktesla', 'name': 'outbacktesla', 'id': '927366421461442560'}, {'screen_name': 'ev_outback', 'name': 'EVOutback-Hunter', 'id': '1151463534816972800'}, {'screen_name': 'Michael01996367', 'name': 'Michael Fink', 'id': '1017782718178865152'}, {'screen_name': 'cvanderstock', 'name': 'Chris Vanderstock #stopthecleanairtax', 'id': '126725052'}, {'screen_name': 'teslaownersau', 'name': 'Tesla Owners Club Australia [Official]', 'id': '731657202323329024'}, {'screen_name': 'AhillfromOZ', 'name': 'Ashley Hill', 'id': '2916775203'}, {'screen_name': 'rjo71342', 'name': 'ray johnson #cyberBRUTE SIMMO CONQUERER', 'id': '157940318'}, {'screen_name': 'EVHQ2', 'name': 'EV-HQ', 'id': '1132980037282455558'}, {'screen_name': 'michadru29', 'name': 'Michael S Druce', 'id': '1957630608'}, {'screen_name': 'DunkenKBliths', 'name': 'Dunken K Bliths', 'id': '451979107'}]",,,, +734,1309995046997909504,1309936666862219264,1601162132000.0,2020-09-26 23:15:32,+0000,,@ScottAdamsSays 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1309995046997909504,[],[],0,,False,1495,35,40,,None,,,,,,,"[{'screen_name': 'ScottAdamsSays', 'name': 'Scott Adams', 'id': '2853461537'}]",,,, +735,1309952693021016064,1309942048410071040,1601152034000.0,2020-09-26 20:27:14,+0000,,@flcnhvy @Kristennetten Checking into it,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1309952693021016064,[],[],0,,False,2057,100,55,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +736,1309951571904536576,1309942048410071040,1601151767000.0,2020-09-26 20:22:47,+0000,,"@Kristennetten Totally up to you, but if you head to a Tesla delivery center near you & maybe help out new owners, that would be cool",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1309951571904536576,[],[],0,,False,2725,180,173,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}]",,,, +737,1309950280159490048,1309948826296504320,1601151459000.0,2020-09-26 20:17:39,+0000,,@ID_AA_Carmack Completely agree,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1309950280159490048,[],[],0,,False,844,40,25,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +738,1309943983733272576,1309909732954533889,1601149957000.0,2020-09-26 19:52:37,+0000,,"@Erdayastronaut Yes, the flaps are now directly driven by electric motors with a gearbox! No more hydraulics.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1309943983733272576,[],[],0,,False,5673,195,243,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +739,1309942048410071040,1309942048410071040,1601149496000.0,2020-09-26 19:44:56,+0000,,"Thanks Tesla Team for great work on deliveries! For new owners, we super appreciate accommodating us on delivery timing! Definitely one of our toughest quarters in global logistics.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1309942048410071040,[],[],0,,False,54631,1610,2320,,None,,,,,,,[],,,, +740,1309940911187476480,1309936666862219264,1601149225000.0,2020-09-26 19:40:25,+0000,,@ScottAdamsSays There are times when I feel like I’m living in a Dilbert cartoon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1309940911187476480,[],[],0,,False,6779,204,404,,None,,,,,,,"[{'screen_name': 'ScottAdamsSays', 'name': 'Scott Adams', 'id': '2853461537'}]",,,, +741,1309917000546676736,1309867391900241920,1601143524000.0,2020-09-26 18:05:24,+0000,,@ArtifactsHub That species has stood the test of time,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1309917000546676736,[],[],0,,False,12361,317,275,,None,,,,,,,"[{'screen_name': 'ArtifactsHub', 'name': 'Museum Archive', 'id': '1265155918355980288'}]",,,, +742,1309916454616145920,1309909732954533889,1601143394000.0,2020-09-26 18:03:14,+0000,,"@flcnhvy @NASASpaceflight @austinbarnard45 @PPathole Mostly 304L, some 301. Broke at 301 to 304 interface. SN9 will be all 304. Also, we’re making some tweaks to the 304 alloy mixture.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1309916454616145920,[],[],0,,False,2130,68,113,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +743,1309915379041402881,1309909732954533889,1601143138000.0,2020-09-26 17:58:58,+0000,,"@NASASpaceflight @austinbarnard45 @PPathole 8 bar differential in ullage, 9 bar at base due to propellant head. It’s enough. Improvements in work.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1309915379041402881,[],[],0,,False,2223,70,151,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +744,1309912233921531905,1309909732954533889,1601142388000.0,2020-09-26 17:46:28,+0000,,"@PPathole We just need enough height to test body flaps & drawing propellant from headers vs main tanks. Will do several flights to confirm working well, then add heat shield & go high Mach.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1309912233921531905,[],[],0,,False,3180,85,189,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +745,1309910946219876353,1309909732954533889,1601142081000.0,2020-09-26 17:41:21,+0000,,"First flight is to 15km or ~50,000 ft",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1309910946219876353,[],[],0,,False,18270,379,736,,None,,,,,,,[],,,, +746,1309910141140049921,1309909732954533889,1601141889000.0,2020-09-26 17:38:09,+0000,,Nosecone & front flaps next week. SN9 next month.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1309910141140049921,[],[],0,,False,18677,288,657,,None,,,,,,,[],,,, +747,1309909732954533889,1309909732954533889,1601141791000.0,2020-09-26 17:36:31,+0000,,Starship SN8 with rear body flaps https://t.co/GdxMbzX0ct,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1309909732954533889,[],['https://pbs.twimg.com/media/Ei279UbUYAAHzlj.jpg'],1,https://pbs.twimg.com/media/Ei279UbUYAAHzlj.jpg,False,78839,1797,6155,,None,,,,,,,[],,,, +748,1309903204759420929,1309885933370716161,1601140235000.0,2020-09-26 17:10:35,+0000,,@waitbutwhy https://t.co/V6us36YHO6,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1309903204759420929,[],['https://pbs.twimg.com/media/Ei22BYEU4AA4q7l.jpg'],1,https://pbs.twimg.com/media/Ei22BYEU4AA4q7l.jpg,False,32668,594,1777,,None,,,,,,,[],,,, +749,1309754734606073857,1309390263333289986,1601104837000.0,2020-09-26 07:20:37,+0000,,@muratpak Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1309754734606073857,[],[],0,,False,1205,66,45,,None,,,,,,,"[{'screen_name': 'muratpak', 'name': 'Pak', 'id': '96770474'}]",,,, +750,1309748863750684673,1309672083006259200,1601103437000.0,2020-09-26 06:57:17,+0000,,@EvaFoxU True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1309748863750684673,[],[],0,,False,3106,52,41,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +751,1309702414212055042,1309445830219186177,1601092363000.0,2020-09-26 03:52:43,+0000,,@hisdirtremoves @SpaceX Not bad,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1309702414212055042,[],[],0,,False,3889,84,96,,None,,,,,,,"[{'screen_name': 'hisdirtremoves', 'name': 'Callum', 'id': '1253085348600541184'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +752,1309684470207791104,1309592095188017154,1601088085000.0,2020-09-26 02:41:25,+0000,,@enn_nafnlaus @ajtourville Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1309684470207791104,[],[],0,,False,1437,64,38,,None,,,,,,,"[{'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}]",,,, +753,1309678444020527104,1309542843837558791,1601086648000.0,2020-09-26 02:17:28,+0000,,@ajtourville @MunroAssociates Sandy Munro understands engineering,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1309678444020527104,[],[],0,,False,4121,146,311,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'MunroAssociates', 'name': 'Munro & Associates', 'id': '614690892'}]",,,, +754,1309673770987085824,1309390263333289986,1601085534000.0,2020-09-26 01:58:54,+0000,,@DaRealWamos Turns out they mostly press the letter s & 💩 on the typewriter 🤣 https://t.co/KaarAJVL2b,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1309673770987085824,['https://www.theguardian.com/uk/2003/may/09/science.arts'],[],0,,False,1672,111,82,,None,,,,,,,"[{'screen_name': 'DaRealWamos', 'name': 'William Amos', 'id': '1035249695319371779'}]",,,, +755,1309672083006259200,1309672083006259200,1601085131000.0,2020-09-26 01:52:11,+0000,,Centaur with a bow obviously https://t.co/cfKfkFFXp0,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1309672083006259200,[],['https://pbs.twimg.com/media/Eizj0W9U0AAtsKg.jpg'],1,https://pbs.twimg.com/media/Eizj0W9U0AAtsKg.jpg,False,192987,1930,18493,,None,,,,,,,[],,,, +756,1309670976959856642,1309390263333289986,1601084868000.0,2020-09-26 01:47:48,+0000,,@justpaulinelol @EvaFoxU Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1309670976959856642,[],[],0,,False,1070,43,23,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +757,1309670811767242753,1309390263333289986,1601084828000.0,2020-09-26 01:47:08,+0000,,@EvaFoxU Something like this https://t.co/NDVuUmms67,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1309670811767242753,[],['https://pbs.twimg.com/media/EiziqXOUwAAExev.jpg'],1,https://pbs.twimg.com/media/EiziqXOUwAAExev.jpg,False,4957,149,239,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +758,1309657470973825025,1309592095188017154,1601081647000.0,2020-09-26 00:54:07,+0000,,@ajtourville Can’t support 3 wheel vehicles. Not safe enough.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1309657470973825025,[],[],0,,False,11198,660,251,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}]",,,, +759,1309630647690866688,1309595781624745985,1601075252000.0,2020-09-25 23:07:32,+0000,,@RGVaerialphotos ~9007mm,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1309630647690866688,[],[],0,,False,8643,268,210,,None,,,,,,,"[{'screen_name': 'RGVaerialphotos', 'name': 'RGVAerialPhotography', 'id': '752724282925412352'}]",,,, +760,1309416093136674817,1309390263333289986,1601024099000.0,2020-09-25 08:54:59,+0000,,"@MarlonSIX60 Something appealing about Hawking/Hartle idea, but I agree with Turok/Feldbrugge/Lehners",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1309416093136674817,[],[],0,,False,1602,156,66,,None,,,,,,,"[{'screen_name': 'MarlonSIX60', 'name': 'Marlon', 'id': '260120270'}]",,,, +761,1309415319455379456,1309390263333289986,1601023914000.0,2020-09-25 08:51:54,+0000,,@muratpak 🖤 ur algo,es,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1309415319455379456,[],[],0,,False,2891,71,73,,None,,,,,,,"[{'screen_name': 'muratpak', 'name': 'Pak', 'id': '96770474'}]",,,, +762,1309405610484682752,1309390263333289986,1601021599000.0,2020-09-25 08:13:19,+0000,,@PPathole @MarlonSIX60 True,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1309405610484682752,[],[],0,,False,782,49,18,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'MarlonSIX60', 'name': 'Marlon', 'id': '260120270'}]",,,, +763,1309404354319978496,1309317505782026240,1601021300000.0,2020-09-25 08:08:20,+0000,,"@PPathole @Erdayastronaut There are some practical size constraints too. Can’t be too big to fit in the engine compartment. But, it could be a little bigger. 380 sec Isp would be nice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1309404354319978496,[],[],0,,False,1306,30,46,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +764,1309401999121801217,1309317505782026240,1601020738000.0,2020-09-25 07:58:58,+0000,,"@PPathole @Erdayastronaut Doesn’t seem to be a problem. We could probably increase area ratio, given 330 bar max demonstrated chamber pressure.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1309401999121801217,[],[],0,,False,1168,24,41,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +765,1309400894258270209,1309390263333289986,1601020475000.0,2020-09-25 07:54:35,+0000,,@MarlonSIX60 https://t.co/GzljMNYCiu,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1309400894258270209,['https://www.quantamagazine.org/physicists-debate-hawkings-idea-that-the-universe-had-no-beginning-20190606/'],[],0,,False,2697,152,311,,None,,,,,,,"[{'screen_name': 'MarlonSIX60', 'name': 'Marlon', 'id': '260120270'}]",,,, +766,1309396653565259779,1309348446218760192,1601019464000.0,2020-09-25 07:37:44,+0000,,"@DJSnM Preburners ignite, then main chamber",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1309396653565259779,[],[],0,,False,4418,118,90,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +767,1309395874389295105,1309390263333289986,1601019278000.0,2020-09-25 07:34:38,+0000,,@MarlonSIX60 Where is our prediction of probability inaccurate?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1309395874389295105,[],[],0,,False,2019,273,88,,None,,,,,,,"[{'screen_name': 'MarlonSIX60', 'name': 'Marlon', 'id': '260120270'}]",,,, +768,1309395269981802496,1309390263333289986,1601019134000.0,2020-09-25 07:32:14,+0000,,"@MarlonSIX60 Or energy & time, but besides that what?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1309395269981802496,[],[],0,,False,6697,455,139,,None,,,,,,,"[{'screen_name': 'MarlonSIX60', 'name': 'Marlon', 'id': '260120270'}]",,,, +769,1309393328987926530,1309130359930523650,1601018671000.0,2020-09-25 07:24:31,+0000,,@podcastnotes Genetic engineering is too slow unless you use a synthetic virus,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1309393328987926530,[],[],0,,False,1035,85,68,,None,,,,,,,"[{'screen_name': 'podcastnotes', 'name': 'Podcast Notes 🗒️', 'id': '3293955223'}]",,,, +770,1309390263333289986,1309390263333289986,1601017940000.0,2020-09-25 07:12:20,+0000,,What can’t we predict?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1309390263333289986,[],[],0,,False,191135,41935,10796,,None,,,,,,,[],,,, +771,1309385977081794561,1309317505782026240,1601016918000.0,2020-09-25 06:55:18,+0000,,"@tobyliiiiiiiiii @Erdayastronaut Yeah, but might not need it",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1309385977081794561,[],[],0,,False,711,30,14,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +772,1309385646033842176,1309317505782026240,1601016839000.0,2020-09-25 06:53:59,+0000,,@Erdayastronaut 107 expansion ratio. You can a little bit of flow separation towards the end of the nozzle.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1309385646033842176,[],[],0,,False,5879,105,199,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +773,1309175176081399811,1309175176081399811,1600966659000.0,2020-09-24 16:57:39,+0000,,Only thing beyond ludicrous is plaid https://t.co/rHuWk20EGG,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1309175176081399811,['https://www.tesla.com/models/design?redirect=no#battery'],[],0,,False,51587,2786,3319,,None,,,,,,,[],,,, +774,1309052632850468864,1309051345408851969,1600937443000.0,2020-09-24 08:50:43,+0000,,@xiang_aw @WholeMarsBlog This does seem like the opposite of open. OpenAI is essentially captured by Microsoft.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1309052632850468864,[],[],0,,False,1988,163,207,,None,,,,,,,"[{'screen_name': 'xiang_aw', 'name': '🔋 Disrupt or Distort 🛢', 'id': '1887048324'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +775,1308974330542514176,1308941117778427910,1600918774000.0,2020-09-24 03:39:34,+0000,,@WholeMarsBlog Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1308974330542514176,[],[],0,,False,1689,116,52,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +776,1308959127499014146,1308863236788359169,1600915149000.0,2020-09-24 02:39:09,+0000,,@oneandonlyheady Maybe I will …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1308959127499014146,[],[],0,,False,5091,323,283,,None,,,,,,,"[{'screen_name': 'oneandonlyheady', 'name': 'HEADY', 'id': '3241093600'}]",,,, +777,1308911979084550144,1308863236788359169,1600903908000.0,2020-09-23 23:31:48,+0000,,@TechAmazing @UniverCurious Jets are so cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1308911979084550144,[],[],0,,False,53653,1473,1584,,None,,,,,,,"[{'screen_name': 'TechAmazing', 'name': 'Tech Burrito', 'id': '1272330881894670341'}, {'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}]",,,, +778,1308876843949359111,1308871339873370112,1600895532000.0,2020-09-23 21:12:12,+0000,,@flcnhvy @Gfilche @YahooFinance Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1308876843949359111,[],[],0,,False,1782,153,40,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'YahooFinance', 'name': 'Yahoo Finance', 'id': '19546277'}]",,,, +779,1308875716365352961,1308871339873370112,1600895263000.0,2020-09-23 21:07:43,+0000,,@1stPrinciples4L @Gfilche @YahooFinance Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1308875716365352961,[],[],0,,False,1127,53,27,,None,,,,,,,"[{'screen_name': '1stPrinciples4L', 'name': 'MCR28', 'id': '1470299257'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'YahooFinance', 'name': 'Yahoo Finance', 'id': '19546277'}]",,,, +780,1308874255858364416,1308871339873370112,1600894914000.0,2020-09-23 21:01:54,+0000,,@Gfilche @YahooFinance Yahoo Finance is as dumb as it sounds,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1308874255858364416,[],[],0,,False,6410,328,571,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'YahooFinance', 'name': 'Yahoo Finance', 'id': '19546277'}]",,,, +781,1308820856856932352,1308537937865388032,1600882183000.0,2020-09-23 17:29:43,+0000,,@ICannot_Enough Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1308820856856932352,[],[],0,,False,7699,257,224,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}]",,,, +782,1308819183652597761,1308775143691476992,1600881784000.0,2020-09-23 17:23:04,+0000,,@Neopork85 @SpaceX Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1308819183652597761,[],[],0,,False,4137,104,84,,None,,,,,,,"[{'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +783,1308681468793643009,1308618501062422528,1600848950000.0,2020-09-23 08:15:50,+0000,,@tobyliiiiiiiiii @Tesla Roadster will be better,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1308681468793643009,[],[],0,,False,5854,240,290,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +784,1308579242582503425,1308563749888864257,1600824578000.0,2020-09-23 01:29:38,+0000,,@PPathole Probably,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1308579242582503425,[],[],0,,False,3071,125,56,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +785,1308563749888864257,1308563749888864257,1600820884000.0,2020-09-23 00:28:04,+0000,,"Cybertruck, ATV, Roadster & Semi C A R S https://t.co/4Aq1A5cYkH",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1308563749888864257,[],['https://pbs.twimg.com/media/Eijzy1BU4AExaal.jpg'],1,https://pbs.twimg.com/media/Eijzy1BU4AExaal.jpg,False,351518,7628,34080,,None,,,,,,,[],,,, +786,1308563044423725056,1308525729710133249,1600820716000.0,2020-09-23 00:25:16,+0000,,@FutureJurvetson @hiromichimizuno Thanks for your many years of support through very tough times!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1308563044423725056,[],[],0,,False,1973,50,75,,None,,,,,,,"[{'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'hiromichimizuno', 'name': 'HIRO MIZUNO', 'id': '72862939'}]",,,, +787,1308562698137821184,1308557822678851586,1600820633000.0,2020-09-23 00:23:53,+0000,,"@ICannot_Enough @WholeMarsBlog We will be a little below that this year (most challenging year we’ve ever had), but probably above that next few years",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1308562698137821184,[],[],0,,False,2126,109,137,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +788,1308561053366718464,1308557822678851586,1600820241000.0,2020-09-23 00:17:21,+0000,,@WholeMarsBlog That’s about right. Maybe a little faster.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1308561053366718464,[],[],0,,False,7388,194,308,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +789,1308547741862125569,1308547634299318277,1600817067000.0,2020-09-22 23:24:27,+0000,,@umutcnbostanci Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1308547741862125569,[],[],0,,False,1877,141,85,,None,,,,,,,[],,,, +790,1308547580368883713,1308498860734521344,1600817029000.0,2020-09-22 23:23:49,+0000,,@teslaownersSV cgi irl,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1308547580368883713,[],[],0,,False,3287,212,107,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +791,1308511896635494401,1308435952025718790,1600808521000.0,2020-09-22 21:02:01,+0000,,@tobyliiiiiiiiii @CARandDRIVER @Tesla Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1308511896635494401,[],[],0,,False,2845,184,114,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'CARandDRIVER', 'name': 'Car and Driver', 'id': '14342661'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +792,1308284091142266881,1308148212876812289,1600754208000.0,2020-09-22 05:56:48,+0000,,"The extreme difficulty of scaling production of new technology is not well understood. It’s 1000% to 10,000% harder than making a few prototypes. The machine that makes the machine is vastly harder than the machine itself.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1308284091142266881,[],[],0,,False,34498,1235,2501,,None,,,,,,,[],,,, +793,1308201260722524160,1308198781251399680,1600734460000.0,2020-09-22 00:27:40,+0000,,@NASASpaceflight @BocaChicaGal Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1308201260722524160,[],[],0,,False,3895,122,92,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}]",,,, +794,1308149191684710400,1308148212876812289,1600722046000.0,2020-09-21 21:00:46,+0000,,"We intend to increase, not reduce battery cell purchases from Panasonic, LG & CATL (possibly other partners too). However, even with our cell suppliers going at maximum speed, we still foresee significant shortages in 2022 & beyond unless we also take action ourselves.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1308149191684710400,[],[],0,,False,36177,1099,2117,,None,,,,,,,[],,,, +795,1308148212876812289,1308148212876812289,1600721812000.0,2020-09-21 20:56:52,+0000,,"Important note about Tesla Battery Day unveil tomorrow. This affects long-term production, especially Semi, Cybertruck & Roadster, but what we announce will not reach serious high-volume production until 2022.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1308148212876812289,[],[],0,,False,71078,3195,5391,,None,,,,,,,[],,,, +796,1308147618791350272,1308086547791699969,1600721671000.0,2020-09-21 20:54:31,+0000,,@EvaFoxU Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1308147618791350272,[],[],0,,False,2592,97,49,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊 火星', 'id': '959471389282578432'}]",,,, +797,1308147514730622977,1308043104554024962,1600721646000.0,2020-09-21 20:54:06,+0000,,@Neopork85 @SpaceX @MarcusHouseGame We really need better legs for Starship. They’re coming.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1308147514730622977,[],[],0,,False,3617,132,131,,None,,,,,,,"[{'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}]",,,, +798,1308147358568337408,1308043104554024962,1600721609000.0,2020-09-21 20:53:29,+0000,,"@Neopork85 @SpaceX @MarcusHouseGame Most likely, all flaps will fold after landing to reduce wind tip over force. There may be some cases where flaps deployed help stability (change in wind direction), in which case one or more flaps will extend.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1308147358568337408,[],[],0,,False,2460,44,113,,None,,,,,,,"[{'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}]",,,, +799,1308146332347949056,1307825652532498437,1600721364000.0,2020-09-21 20:49:24,+0000,,"@Model3Owners Fine, we’ll do it already 😀",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1308146332347949056,[],[],0,,False,6394,345,232,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +800,1308145945024950274,1308129072619442177,1600721272000.0,2020-09-21 20:47:52,+0000,,"@ARKInvest @TashaARK Good analysis, although I think we should wait until FSD is a bit more mature",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1308145945024950274,[],[],0,,False,2324,144,125,,None,,,,,,,"[{'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}, {'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}]",,,, +801,1308140871041204225,1308139540759162881,1600720062000.0,2020-09-21 20:27:42,+0000,,@singing__surfer I’m pretty sure Tesla could do a much better autocorrect. The bar is so low haha.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1308140871041204225,[],[],0,,False,6879,209,184,,None,,,,,,,"[{'screen_name': 'singing__surfer', 'name': 'Luke Harrison', 'id': '66171589'}]",,,, +802,1307830148545343488,1307818052969521153,1600645980000.0,2020-09-20 23:53:00,+0000,,@LorenzoTeixeir4 @Zog_Fot_Pik @samiralyateem @ID_AA_Carmack True,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1307830148545343488,[],[],0,,False,938,92,34,,None,,,,,,,"[{'screen_name': 'LorenzoTeixeir4', 'name': 'Lorenzo Teixeira', 'id': '866482384551649280'}, {'screen_name': 'Zog_Fot_Pik', 'name': 'Ivan Groenewald', 'id': '1192571194605735936'}, {'screen_name': 'samiralyateem', 'name': 'Samir Alyateem', 'id': '78474633'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +803,1307829746466729984,1307818052969521153,1600645884000.0,2020-09-20 23:51:24,+0000,,@IgorAntarov @soumiksf @ID_AA_Carmack Custom ultra high speed bus & efficient cooling,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1307829746466729984,[],[],0,,False,1109,65,50,,None,,,,,,,"[{'screen_name': 'IgorAntarov', 'name': 'Igor Antarov', 'id': '10822502'}, {'screen_name': 'soumiksf', 'name': 'Soumik Sinharoy', 'id': '349939181'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +804,1307829289719660544,1307818052969521153,1600645775000.0,2020-09-20 23:49:35,+0000,,@teslaownersSV @jgrano305 @soumiksf @ID_AA_Carmack Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1307829289719660544,[],[],0,,False,1387,76,43,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'soumiksf', 'name': 'Soumik Sinharoy', 'id': '349939181'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +805,1307829208954044423,1307818052969521153,1600645756000.0,2020-09-20 23:49:16,+0000,,@flcnhvy @soumiksf @ID_AA_Carmack Pretty much any machine-learning,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1307829208954044423,[],[],0,,False,1521,54,60,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'soumiksf', 'name': 'Soumik Sinharoy', 'id': '349939181'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +806,1307829095552647170,1307818052969521153,1600645729000.0,2020-09-20 23:48:49,+0000,,@jgrano305 @soumiksf @ID_AA_Carmack It’s big,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1307829095552647170,[],[],0,,False,2115,158,190,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'soumiksf', 'name': 'Soumik Sinharoy', 'id': '349939181'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +807,1307828504537567234,1307818052969521153,1600645588000.0,2020-09-20 23:46:28,+0000,,@Zog_Fot_Pik @samiralyateem @ID_AA_Carmack Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1307828504537567234,[],[],0,,False,876,34,29,,None,,,,,,,"[{'screen_name': 'Zog_Fot_Pik', 'name': 'Ivan Groenewald', 'id': '1192571194605735936'}, {'screen_name': 'samiralyateem', 'name': 'Samir Alyateem', 'id': '78474633'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +808,1307828265445400579,1307818052969521153,1600645531000.0,2020-09-20 23:45:31,+0000,,"@soumiksf @ID_AA_Carmack Yeah, we will open Dojo for training as a web service once we work out the bugs",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1307828265445400579,[],[],0,,False,1574,50,118,,None,,,,,,,"[{'screen_name': 'soumiksf', 'name': 'Soumik Sinharoy', 'id': '349939181'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +809,1307825396784693248,1307818052969521153,1600644847000.0,2020-09-20 23:34:07,+0000,,"@samiralyateem @ID_AA_Carmack There are a lot of pointless zeroes in FP32 neural nets. You can chop off 16 of the 32 bits without losing meaningful precision. This works well with neural nets, but not with regular computing, which expects extreme precision.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1307825396784693248,[],[],0,,False,559,29,26,,None,,,,,,,"[{'screen_name': 'samiralyateem', 'name': 'Samir Alyateem', 'id': '78474633'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +810,1307823914651979776,1307818052969521153,1600644494000.0,2020-09-20 23:28:14,+0000,,"@soumiksf @ID_AA_Carmack Dojo uses our own chips & a computer architecture optimized for neural net training, not a GPU cluster. Could be wrong, but I think it will be best in world.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1307823914651979776,[],[],0,,False,1283,30,109,,None,,,,,,,"[{'screen_name': 'soumiksf', 'name': 'Soumik Sinharoy', 'id': '349939181'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +811,1307822558084034560,1307818052969521153,1600644170000.0,2020-09-20 23:22:50,+0000,,@llamaa35079089 @ID_AA_Carmack @Tesla You really want waypoints this much?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1307822558084034560,[],[],0,,False,3301,784,140,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +812,1307822172556193793,1307818052969521153,1600644078000.0,2020-09-20 23:21:18,+0000,,"@ID_AA_Carmack For Dojo, we’re betting on FP16 with floating floating point (essentially, truncating mostly zeroes), so it feels like FP32 & existing software just works. We considered FP8 for a while, but everyone hated it. I even asked Twitter! For inference, int8 works great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1307822172556193793,[],[],0,,False,2676,91,126,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +813,1307791646348771334,1307791577247490049,1600636800000.0,2020-09-20 21:20:00,+0000,,@WholeMarsBlog Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1307791646348771334,[],[],0,,False,1771,150,61,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +814,1307780937007149057,1307527712085426177,1600634247000.0,2020-09-20 20:37:27,+0000,,@BabyTesla3 @WholeMarsBlog Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1307780937007149057,[],[],0,,False,2150,134,122,,None,,,,,,,"[{'screen_name': 'BabyTesla3', 'name': 'BabyTesla', 'id': '1145140068199198720'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +815,1307780443157258240,1307527712085426177,1600634129000.0,2020-09-20 20:35:29,+0000,,"@WholeMarsBlog There’ll be lots of green space around factory, but building itself is continuous. The “open” areas inside are covered. They’re internal semi truck roads inside a giant monolithic building.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1307780443157258240,[],[],0,,False,6785,244,324,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +816,1307523249841082368,1306121963103023104,1600572810000.0,2020-09-20 03:33:30,+0000,,@SavedTesla @peterdog15 Shaped like a diamond & aligned on true north,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1307523249841082368,[],[],0,,False,6288,333,215,,None,,,,,,,"[{'screen_name': 'SavedTesla', 'name': 'TESLA_saves_lives', 'id': '1141693706627624961'}, {'screen_name': 'peterdog15', 'name': 'Jeff Roberts', 'id': '15838657'}]",,,, +817,1307368746655285248,1307365838723350536,1600535973000.0,2020-09-19 17:19:33,+0000,,"A prior track record of exceptional achievement in engineering *is* required, but *no* prior experience working on the brain or human physiology is required. We will teach you what’s known about the brain, which is not much tbh.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1307368746655285248,[],[],0,,False,23345,1276,1052,,None,,,,,,,[],,,, +818,1307365838723350536,1307365838723350536,1600535280000.0,2020-09-19 17:08:00,+0000,,"If you feel Neuralink might have incorrectly overlooked your resume or declined to make an offer, please lmk in comment below",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1307365838723350536,[],[],0,,False,28072,2620,1817,https://twitter.com/elonmusk/status/1284306733720940544,None,,,,,,,[],,,, +819,1307364538631811073,1307067238869078016,1600534970000.0,2020-09-19 17:02:50,+0000,,@teslaownersSV @Model3Owners @TrungTPhan Felt I had done enough on the Internet (Zip2 & PayPal) that my work would be useful to others. Needed to get going on accelerating sustainable energy & making life multiplanetary.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1307364538631811073,[],[],0,,False,3755,181,308,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'TrungTPhan', 'name': 'Trung Phan 🇨🇦', 'id': '945817135816654848'}]",,,, +820,1307360795064442881,1307067238869078016,1600534077000.0,2020-09-19 16:47:57,+0000,,@Model3Owners @TrungTPhan It took an utterly insane amount of work to move the SpaceX & Tesla success probabilities above ~zero,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1307360795064442881,[],[],0,,False,4245,203,397,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'TrungTPhan', 'name': 'Trung Phan 🇨🇦', 'id': '945817135816654848'}]",,,, +821,1307356512411672578,1307067238869078016,1600533056000.0,2020-09-19 16:30:56,+0000,,"@TrungTPhan To be frank, in the early days, I thought there was >90% chance that both SpaceX & Tesla would be worth $0. The press & aerospace / automotive industry at the time (correctly) agreed with me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1307356512411672578,[],[],0,,False,29454,451,1311,,None,,,,,,,"[{'screen_name': 'TrungTPhan', 'name': 'Trung Phan 🇨🇦', 'id': '945817135816654848'}]",,,, +822,1307348573290401795,1306935260601516033,1600531163000.0,2020-09-19 15:59:23,+0000,,@fermatslibrary Irrational is such a funny word to describe numbers,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1307348573290401795,[],[],0,,False,9292,340,431,,None,,,,,,,"[{'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +823,1306991980354834433,1306991980354834433,1600446145000.0,2020-09-18 16:22:25,+0000,,of course I still love you,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1306991980354834433,[],[],0,,False,361693,9435,45148,,None,,,,,,,[],,,, +824,1306987524615675904,1306978332060262400,1600445083000.0,2020-09-18 16:04:43,+0000,,"@DeborahPatteri @TENETFilm Sure, but which planet?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1306987524615675904,[],[],0,,False,2670,332,120,,None,,,,,,,"[{'screen_name': 'TENETFilm', 'name': 'TENET', 'id': '1131216184500613120'}]",,,, +825,1306986272934621184,1306978332060262400,1600444784000.0,2020-09-18 15:59:44,+0000,,@TENETFilm Good movie,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1306986272934621184,[],[],0,,False,5999,109,233,,None,,,,,,,"[{'screen_name': 'TENETFilm', 'name': 'TENET', 'id': '1131216184500613120'}]",,,, +826,1306778373314826240,1306655628434329600,1600395217000.0,2020-09-18 02:13:37,+0000,,@Erdayastronaut Current was too strong for droneship to hold station. Thrusters to be upgraded for future missions.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1306778373314826240,[],[],0,,False,8256,248,298,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +827,1306656105666195456,1306448954503180288,1600366066000.0,2020-09-17 18:07:46,+0000,,@ChrisDungeon Lot has happened in 13 years,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1306656105666195456,[],[],0,,False,19027,359,467,,None,,,,,,,"[{'screen_name': 'ChrisDungeon', 'name': 'Christopher Dungeon', 'id': '1651403384'}]",,,, +828,1306504307148075008,1306492133407428608,1600329875000.0,2020-09-17 08:04:35,+0000,,@Teslarati It will be very insane,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1306504307148075008,[],[],0,,False,15333,478,986,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +829,1306491844512026624,1306491844512026624,1600326903000.0,2020-09-17 07:15:03,+0000,,Speedrunning Factorio in real life …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1306491844512026624,[],[],0,,False,111335,1954,6347,,None,,,,,,,[],,,, +830,1306452601299501057,1306253281971384320,1600317547000.0,2020-09-17 04:39:07,+0000,,"@cleantechnica No, but you make some great points. Important to note that iron’s cost advantage is partly offset by increased pack mass, so the fully considered cost is closer to nickel. That said, iron alleviates much of the scaling problem.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1306452601299501057,[],[],0,,False,4918,177,255,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +831,1306420746634145792,1306051583986167808,1600309952000.0,2020-09-17 02:32:32,+0000,,@CoderFoot @m2jr @BernieSanders Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1306420746634145792,[],[],0,,False,1860,81,69,,None,,,,,,,"[{'screen_name': 'CoderFoot', 'name': 'Derek Dickinson', 'id': '796103346914545669'}, {'screen_name': 'm2jr', 'name': 'Mike Maples, Jr', 'id': '6145622'}, {'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +832,1306326594202431488,1306326594202431488,1600287505000.0,2020-09-16 20:18:25,+0000,,Fallout Shelter is on your Tesla. Tap the Entertainment button.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1306326594202431488,[],[],0,,False,96934,1969,4275,,None,,,,,,,[],,,, +833,1306326024188125184,1306051583986167808,1600287369000.0,2020-09-16 20:16:09,+0000,,@m2jr @BernieSanders Implicit conflation of consumption & capital allocation is the foundational error,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1306326024188125184,[],[],0,,False,2524,125,185,,None,,,,,,,"[{'screen_name': 'm2jr', 'name': 'Mike Maples, Jr', 'id': '6145622'}, {'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +834,1306321220799836160,1305967030701613059,1600286223000.0,2020-09-16 19:57:03,+0000,,@Kristennetten Great idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1306321220799836160,[],[],0,,False,1849,115,55,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +835,1306316854793699328,1305967030701613059,1600285183000.0,2020-09-16 19:39:43,+0000,,🖤 Fallout Radio 🖤 https://t.co/gNo8XFjx8b,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1306316854793699328,['https://m.youtube.com/watch?v=GkEHf5ZbrzU'],[],0,,False,10974,372,631,,None,,,,,,,[],,,, +836,1306313372116291584,1305967030701613059,1600284352000.0,2020-09-16 19:25:52,+0000,,@TJLK There are some eerie parallels between The Boring Company & Vault-Tec. We also built our first demonstration tunnel/vault in LA.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1306313372116291584,[],[],0,,False,1869,72,108,,None,,,,,,,"[{'screen_name': 'TJLK', 'name': 'Tomas el Terrible', 'id': '53808751'}]",,,, +837,1306311698811297797,1305967030701613059,1600283953000.0,2020-09-16 19:19:13,+0000,,Doubles as an underground nuclear shelter 😀👍 https://t.co/CvI0YRjObE,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1306311698811297797,[],['https://pbs.twimg.com/media/EiDzkRlVkAAH9Pk.jpg'],1,https://pbs.twimg.com/media/EiDzkRlVkAAH9Pk.jpg,False,37896,916,2354,,None,,,,,,,[],,,, +838,1306142845049303042,1306087340776062977,1600243695000.0,2020-09-16 08:08:15,+0000,,@flcnhvy @lexfridman Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1306142845049303042,[],[],0,,False,1255,64,31,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +839,1306140747066826753,1306087340776062977,1600243195000.0,2020-09-16 07:59:55,+0000,,@tesladri @ID_AA_Carmack @lexfridman Should be happening soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1306140747066826753,[],[],0,,False,957,51,31,,None,,,,,,,"[{'screen_name': 'tesladri', 'name': 'Tesladri', 'id': '3222579666'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +840,1306139460577320960,1306087340776062977,1600242888000.0,2020-09-16 07:54:48,+0000,,"@ID_AA_Carmack @lexfridman A bit more obscure, but Starhammer & Stainless Steel Rat",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1306139460577320960,[],[],0,,False,558,53,28,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +841,1306132452012822529,1306129993626509312,1600241217000.0,2020-09-16 07:26:57,+0000,,"@engineers_feed At first, I thought that was a parrot",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1306132452012822529,[],[],0,,False,45714,1045,987,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +842,1306131538694684672,1306122916539625473,1600241000000.0,2020-09-16 07:23:20,+0000,,@JohnnaCrider1 @jhall They remind me of these guys https://t.co/Qt502U08np,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1306131538694684672,[],['https://pbs.twimg.com/media/EiBPtk4U0AIrlZt.jpg'],1,https://pbs.twimg.com/media/EiBPtk4U0AIrlZt.jpg,False,3709,192,219,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'jhall', 'name': 'Jim Hall 🚀✨', 'id': '778623'}]",,,, +843,1305978108240068613,1305977917843873799,1600204419000.0,2020-09-15 21:13:39,+0000,,Story of my life,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1305978108240068613,[],[],0,,False,68077,1404,1566,,None,,,,,,,[],,,, +844,1305977917843873799,1305977917843873799,1600204374000.0,2020-09-15 21:12:54,+0000,, https://t.co/Vn0Rv0yQ5q,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1305977917843873799,[],['https://pbs.twimg.com/media/Eh_D-t9XkAERVJf.jpg'],1,https://pbs.twimg.com/media/Eh_D-t9XkAERVJf.jpg,False,221815,1811,16682,,None,,,,,,,[],,,, +845,1305967030701613059,1305967030701613059,1600201778000.0,2020-09-15 20:29:38,+0000,,Tunnels under cities with self-driving electric cars will feel like warp drive First operational tunnel under Vegas almost done The @BoringCompany,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1305967030701613059,[],[],0,,False,79400,2753,6594,,None,,,,,,,[],,,, +846,1305964219066658816,1305963097207734273,1600201108000.0,2020-09-15 20:18:28,+0000,,@jackfarrington For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1305964219066658816,[],[],0,,False,2353,122,43,,None,,,,,,,"[{'screen_name': 'jackfarrington', 'name': 'Jack Farrington', 'id': '188351234'}]",,,, +847,1305963993165697026,1300854094324785160,1600201054000.0,2020-09-15 20:17:34,+0000,,@jackfarrington @Tesla Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1305963993165697026,[],[],0,,False,941,30,17,,None,,,,,,,"[{'screen_name': 'jackfarrington', 'name': 'Jack Farrington', 'id': '188351234'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +848,1305963097207734273,1305963097207734273,1600200840000.0,2020-09-15 20:14:00,+0000,,Have you hugged a tunnel today?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1305963097207734273,[],[],0,,False,82421,4847,3413,,None,,,,,,,[],,,, +849,1305961297608089601,1305873923393765376,1600200411000.0,2020-09-15 20:06:51,+0000,,@ARKInvest @aurmanARK Good analysis,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1305961297608089601,[],[],0,,False,1802,76,66,,None,,,,,,,"[{'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}, {'screen_name': 'aurmanARK', 'name': 'Ali Urman', 'id': '2263467936'}]",,,, +850,1305906872436903936,1305901626969010176,1600187435000.0,2020-09-15 16:30:35,+0000,,@PPathole Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1305906872436903936,[],[],0,,False,1508,100,46,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +851,1305902271239270400,1305901626969010176,1600186338000.0,2020-09-15 16:12:18,+0000,,"@flcnhvy Gary the snail is still winning, but we’re gaining on him/her",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1305902271239270400,[],[],0,,False,3820,179,139,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +852,1305901626969010176,1305901626969010176,1600186185000.0,2020-09-15 16:09:45,+0000,,Embrace tunnels!,et,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1305901626969010176,[],[],0,,False,113262,4829,5300,,None,,,,,,,[],,,, +853,1305901516239273986,1303693626766221313,1600186158000.0,2020-09-15 16:09:18,+0000,,"@ValaAfshar Tunnels are the solution to traffic. You can have as many levels as you want. Usable tunnel depth far exceeds tallest buildings, so would work even for New York or Beijing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1305901516239273986,[],[],0,,False,12220,1045,906,,None,,,,,,,"[{'screen_name': 'ValaAfshar', 'name': 'Vala Afshar', 'id': '259725229'}]",,,, +854,1305684908980031488,1305641421106491392,1600134515000.0,2020-09-15 01:48:35,+0000,,"@MatthewCable6 @ErcXspace Just a guess, but probably mid teens. Booster & stacking on orbital pad are likely limiting factors. We’ll build several ships just to improve the production system.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1305684908980031488,[],[],0,,False,2663,106,133,,None,,,,,,,"[{'screen_name': 'MatthewCable6', 'name': 'Matt 🚀🌌', 'id': '927181691512377344'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}]",,,, +855,1305683470107148288,1305641421106491392,1600134172000.0,2020-09-15 01:42:52,+0000,,"@ErcXspace Pretty accurate simulation, although SN8 will use 3 Raptors. If SN8 craters, SN9 & SN10 are close behind. High production rate allows for fast iteration.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1305683470107148288,[],[],0,,False,7609,151,337,,None,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}]",,,, +856,1305668355764809732,1305578028429455362,1600130568000.0,2020-09-15 00:42:48,+0000,,@teslavibes Couldn’t agree more — major software improvements are already in place to extend its life & more coming,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1305668355764809732,[],[],0,,False,9312,263,291,,None,,,,,,,"[{'screen_name': 'teslavibes', 'name': 'TeslaVibes🔋🚀', 'id': '1259361745090600963'}]",,,, +857,1305570412349321216,1305567450877001733,1600107217000.0,2020-09-14 18:13:37,+0000,,"@cleantechnica Definitely not. Smartwatches & phones are yesterday’s technology, Neuralinks are the future.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1305570412349321216,[],[],0,,False,56418,1895,4035,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +858,1305559241458155523,1305551424374398978,1600104553000.0,2020-09-14 17:29:13,+0000,,@engineers_feed Seems like they should make a whole outfit out of that material,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1305559241458155523,[],[],0,,False,12155,495,326,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +859,1305435240576425984,1304465144903204865,1600074989000.0,2020-09-14 09:16:29,+0000,,@sama Ancient Greece had it all & then committed suicide. Nobody digs your grave better than yourself.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1305435240576425984,[],[],0,,False,4234,230,391,,None,,,,,,,"[{'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +860,1305427860627296256,1304465144903204865,1600073230000.0,2020-09-14 08:47:10,+0000,,@flcnhvy @sama True,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1305427860627296256,[],[],0,,False,1247,74,27,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +861,1305427232920346624,1305270059103739904,1600073080000.0,2020-09-14 08:44:40,+0000,,@HistoryInPics The LEGO Movie was awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1305427232920346624,[],[],0,,False,10683,191,386,,None,,,,,,,"[{'screen_name': 'HistoryInPics', 'name': 'History In Pictures', 'id': '1582853809'}]",,,, +862,1305426401395437568,1304465144903204865,1600072882000.0,2020-09-14 08:41:22,+0000,,"@sama The Story of Civilization. First book is a little dry, but second book, The Life of Greece, is incredible. https://t.co/46lBciX7FI",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1305426401395437568,['https://en.m.wikipedia.org/wiki/The_Story_of_Civilization'],[],0,,False,17275,417,986,,None,,,,,,,"[{'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +863,1305253197242540032,1305248219018924033,1600031587000.0,2020-09-13 21:13:07,+0000,,@Erdayastronaut I’m wearing your F-1 engine shirt right now!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1305253197242540032,[],[],0,,False,12982,282,323,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +864,1305223038082801664,1305069581451567106,1600024396000.0,2020-09-13 19:13:16,+0000,,@PPathole @_rykllan @FelixSchlang @spaceXcentric @MarcusHouseGame @SpaceX Cumulative mass to orbit per year (corrected for GTO & other high energy orbits) is the best comparative metric imo,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1305223038082801664,[],[],0,,False,1660,66,82,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': '_rykllan', 'name': 'rykllan', 'id': '910490259779149824'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +865,1305222524012097536,1305069581451567106,1600024274000.0,2020-09-13 19:11:14,+0000,,@PPathole @_rykllan @FelixSchlang @spaceXcentric @MarcusHouseGame @SpaceX That’s the number that really matters,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1305222524012097536,[],[],0,,False,1853,53,63,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': '_rykllan', 'name': 'rykllan', 'id': '910490259779149824'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +866,1305206057984118784,1305069581451567106,1600020348000.0,2020-09-13 18:05:48,+0000,,@_rykllan @FelixSchlang @spaceXcentric @MarcusHouseGame @SpaceX Anyone tracking tonnage to orbit per year for all launch vehicles?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1305206057984118784,[],[],0,,False,5345,174,172,,None,,,,,,,"[{'screen_name': '_rykllan', 'name': 'rykllan', 'id': '910490259779149824'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +867,1304837274429829121,1304836575075819520,1599932423000.0,2020-09-12 17:40:23,+0000,,"One way or another, excitement guaranteed! Support of greater Boca, Padre, Brownsville community is very much appreciated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1304837274429829121,[],[],0,,False,22749,463,889,,None,,,,,,,[],,,, +868,1304836575075819520,1304836575075819520,1599932256000.0,2020-09-12 17:37:36,+0000,,"SN8 Starship with flaps & nosecone should be done in about a week. Then static fire, checkouts, static fire, fly to 60,000 ft & back.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1304836575075819520,[],[],0,,False,53771,1674,4464,,None,,,,,,,[],,,, +869,1304835296559652864,1304824227225272326,1599931952000.0,2020-09-12 17:32:32,+0000,,@SpacePadreIsle @BocaChicaGal @NASASpaceflight Can someone do a boat service from South Padre to Boca?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1304835296559652864,[],[],0,,False,2612,174,131,,None,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +870,1304812867011579904,1304525369857376256,1599926604000.0,2020-09-12 16:03:24,+0000,,@WhatsupFranks @samiralyateem @WholeMarsBlog Exactly. Problems like that have been addressed.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1304812867011579904,[],[],0,,False,1292,70,44,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'samiralyateem', 'name': 'Samir Alyateem', 'id': '78474633'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +871,1304806457376796672,1304525369857376256,1599925076000.0,2020-09-12 15:37:56,+0000,,@PPathole @WholeMarsBlog Yes. Good insight.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1304806457376796672,[],[],0,,False,1306,57,38,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +872,1304806282755338240,1304525369857376256,1599925034000.0,2020-09-12 15:37:14,+0000,,"@samiralyateem @WholeMarsBlog All frames stitched to single frame (tricky, as all cameras overlap in different ways) & then creating video segments for labeling & training. Everything from the labeling tools themselves to training to inference had to be rewritten.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1304806282755338240,[],[],0,,False,989,55,83,,None,,,,,,,"[{'screen_name': 'samiralyateem', 'name': 'Samir Alyateem', 'id': '78474633'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +873,1304803606030249985,1304525369857376256,1599924396000.0,2020-09-12 15:26:36,+0000,,@WhatsupFranks @brandonbernicky @WholeMarsBlog Much,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1304803606030249985,[],[],0,,False,1265,58,29,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +874,1304802463615127553,1304525369857376256,1599924124000.0,2020-09-12 15:22:04,+0000,,@flcnhvy @WholeMarsBlog Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1304802463615127553,[],[],0,,False,1805,96,49,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +875,1304802133355556864,1304525369857376256,1599924045000.0,2020-09-12 15:20:45,+0000,,"@brandonbernicky @WholeMarsBlog Releasing private beta in 2 to 4 weeks, public beta (early access owners who opt in) 4 to 6 weeks after that, then all US Tesla owners mid December. Above schedule is contingent upon not encountering major unexpected setbacks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1304802133355556864,[],[],0,,False,1903,201,251,,None,,,,,,,"[{'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +876,1304799934273654784,1304525369857376256,1599923520000.0,2020-09-12 15:12:00,+0000,,@WholeMarsBlog And this still isn’t using the dramatically better “4D” (aka simultaneous surround video from 8 cameras) architecture,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1304799934273654784,[],[],0,,False,7611,249,398,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +877,1304792968130224128,1304781839844900864,1599921860000.0,2020-09-12 14:44:20,+0000,,@C_Bass3d @NASASpaceflight @MarcusHouseGame Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/1304792968130224128,[],[],0,,False,4609,125,116,,None,,,,,,,"[{'screen_name': 'C_Bass3d', 'name': 'Corey', 'id': '1271203409044144128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}]",,,, +878,1304792315634966529,1304445872885780480,1599921704000.0,2020-09-12 14:41:44,+0000,,@richardreinariv He has no clue,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/1304792315634966529,[],[],0,,False,4308,316,356,,None,,,,,,,"[{'screen_name': 'richardreinariv', 'name': 'Richard Reina', 'id': '3621728417'}]",,,, +879,1304627336470384640,1304602638697209857,1599882370000.0,2020-09-12 03:46:10,+0000,,@Astra Sorry to hear that. I’m sure you’ll figure it out though. Took us four launches to reach orbit. Rockets are hard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1304627336470384640,[],[],0,,False,7628,160,342,,None,,,,,,,"[{'screen_name': 'Astra', 'name': 'Astra', 'id': '1229533054424641536'}]",,,, +880,1304445872885780480,1304445872885780480,1599839106000.0,2020-09-11 15:45:06,+0000,,Many exciting things will be unveiled on Battery Day 9/22 ⚡️,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1304445872885780480,[],[],0,,False,161952,5424,13452,,None,,,,,,,[],,,, +881,1304441544913481730,1304435777447714816,1599838074000.0,2020-09-11 15:27:54,+0000,,@Ostimusic We will make super efficient home hvac with hepa filters one day,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1304441544913481730,[],[],0,,False,11042,429,594,,None,,,,,,,"[{'screen_name': 'Ostimusic', 'name': 'John Mackey #blacklivesmatter', 'id': '140554764'}]",,,, +882,1304441223738925057,1304222076295938049,1599837997000.0,2020-09-11 15:26:37,+0000,,"@jhall @RBReich If Reich actually cares about global warming, why is he making so much hot air!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1304441223738925057,[],[],0,,False,7435,327,375,,None,,,,,,,"[{'screen_name': 'jhall', 'name': 'Jim Hall 🚀✨', 'id': '778623'}, {'screen_name': 'RBReich', 'name': 'Robert Reich', 'id': '148529707'}]",,,, +883,1304196136660598785,1304175179606695937,1599779564000.0,2020-09-10 23:12:44,+0000,,@flcnhvy 🇩🇪 Natürlich 🇩🇪,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1304196136660598785,[],[],0,,False,7248,162,186,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +884,1304175179606695937,1304175179606695937,1599774567000.0,2020-09-10 21:49:27,+0000,,Bitte arbeiten Sie bei Tesla Giga Berlin! Es wird super Spaß machen!!,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1304175179606695937,[],[],0,,False,36676,2359,2439,https://twitter.com/Tesmanian_com/status/1304166070752743424,None,,,,,,,[],,,, +885,1304163298934480905,1304088028743307264,1599771735000.0,2020-09-10 21:02:15,+0000,,@MonicaLewinsky Try a Tesla & you’re welcome to give it back if you decide you prefer a Subaru,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1304163298934480905,[],[],0,,False,93785,1934,2778,,None,,,,,,,"[{'screen_name': 'MonicaLewinsky', 'name': 'Monica Lewinsky (she/her)', 'id': '2835276183'}]",,,, +886,1303960212794159105,1303951505762873344,1599723315000.0,2020-09-10 07:35:15,+0000,,@slashdot Vera Rubin Observatory is cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1303960212794159105,[],[],0,,False,2339,115,83,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +887,1303941994578956288,1303899936547889152,1599718972000.0,2020-09-10 06:22:52,+0000,,@PPathole @eugenelee3 @UniverCurious 1+1=2,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1303941994578956288,[],[],0,,False,4798,351,365,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}]",,,, +888,1303940434457243648,1303899936547889152,1599718600000.0,2020-09-10 06:16:40,+0000,,@CharlieMunger00 @UniverCurious Munger is right,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1303940434457243648,[],[],0,,False,1102,65,40,,None,,,,,,,"[{'screen_name': 'CharlieMunger00', 'name': 'Charlie Munger Fans', 'id': '1080710385219465216'}, {'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}]",,,, +889,1303939089150996480,1303899936547889152,1599718279000.0,2020-09-10 06:11:19,+0000,,@eugenelee3 @UniverCurious https://t.co/f8rWY4ExeE,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1303939089150996480,[],['https://pbs.twimg.com/media/EhiFsMCXgAAQ20k.jpg'],1,https://pbs.twimg.com/media/EhiFsMCXgAAQ20k.jpg,False,2330,154,158,,None,,,,,,,"[{'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}]",,,, +890,1303937534595141632,1303899936547889152,1599717908000.0,2020-09-10 06:05:08,+0000,,@UniverCurious Black-Scholes formula is kinda bs. Big difference between a finance approximation & fundamental physics / pure math.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1303937534595141632,[],[],0,,False,6995,318,364,,None,,,,,,,"[{'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}]",,,, +891,1303932208235917312,1303930565599485952,1599716638000.0,2020-09-10 05:43:58,+0000,,@wintonARK True,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1303932208235917312,[],[],0,,False,28525,351,786,,None,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +892,1303897732487274497,1120824102493859842,1599708419000.0,2020-09-10 03:26:59,+0000,,"@DisruptResearch Tesla is best understood as a collection of about a dozen startups, mostly in series, increasingly in parallel. Every product line & new production system was invented. Instead of playing chess with the same pieces as everyone else, create new pieces.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1303897732487274497,[],[],0,,False,6487,248,1080,,None,,,,,,,"[{'screen_name': 'DisruptResearch', 'name': 'Disruption Research', 'id': '1096592269849837568'}]",,,, +893,1303894146919403521,1120824102493859842,1599707564000.0,2020-09-10 03:12:44,+0000,,@DisruptResearch Tesla R&D productivity is exceptionally good due to the caliber of engineering talent,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1303894146919403521,[],[],0,,False,2102,100,165,,None,,,,,,,"[{'screen_name': 'DisruptResearch', 'name': 'Disruption Research', 'id': '1096592269849837568'}]",,,, +894,1303802636827799555,1303802636827799555,1599685746000.0,2020-09-09 21:09:06,+0000,,Tesla Model S & X have hospital-grade (HEPA) air filters. 3 & Y are really good too. This has a big effect on health. https://t.co/48s5D3IfWs,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1303802636827799555,['https://www.tesla.com/blog/putting-tesla-hepa-filter-and-bioweapon-defense-mode-to-the-test'],[],0,,False,25835,1345,2644,,None,,,,,,,[],,,, +895,1303793275141316608,1303748616507531264,1599683514000.0,2020-09-09 20:31:54,+0000,,@Klee_FilmReview !,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1303793275141316608,[],[],0,,False,26704,510,684,,None,,,,,,,"[{'screen_name': 'Klee_FilmReview', 'name': 'Kevin L. Lee @ #SXSW', 'id': '979114049177702400'}]",,,, +896,1303746469955096585,1303189563188244480,1599672355000.0,2020-09-09 17:25:55,+0000,,@Techgnostik @RBReich Touché,fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1303746469955096585,[],[],0,,False,5941,158,166,,None,,,,,,,"[{'screen_name': 'Techgnostik', 'name': 'Techgnostik 🖖🏼🌏', 'id': '236894984'}, {'screen_name': 'RBReich', 'name': 'Robert Reich', 'id': '148529707'}]",,,, +897,1303743774330441728,1303189563188244480,1599671712000.0,2020-09-09 17:15:12,+0000,,"@RBReich All Tesla workers also get stock, so their compensation increased proportionately. You are a modern day moron.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1303743774330441728,[],[],0,,False,42106,1587,6072,,None,,,,,,,"[{'screen_name': 'RBReich', 'name': 'Robert Reich', 'id': '148529707'}]",,,, +898,1303529636681269254,1303151959352934401,1599620658000.0,2020-09-09 03:04:18,+0000,,@MstrOfUniverse @PPathole @EvaFoxU Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1303529636681269254,[],[],0,,False,1044,70,20,,None,,,,,,,"[{'screen_name': 'MstrOfUniverse', 'name': 'alex', 'id': '832732078173089793'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +899,1303508309824081921,1303151959352934401,1599615573000.0,2020-09-09 01:39:33,+0000,,@EvaFoxU 13,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1303508309824081921,[],[],0,,False,37079,610,447,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +900,1303495330223198208,1303415948800598024,1599612479000.0,2020-09-09 00:47:59,+0000,,"@Teslarati Rawlinson didn’t design Model S. Prototype was done before he joined & he left us in the lurch just as things got tough, which was not cool. He did make some contributions to body/chassis engineering, but not to powertrain, battery, electronics or software.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1303495330223198208,[],[],0,,False,9720,388,598,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +901,1303493547832668160,1302038129990279168,1599612054000.0,2020-09-09 00:40:54,+0000,,@Erdayastronaut @PPathole @SpaceX We’re pretty close to the manufacturing size limit for a milled copper & steel jacket nozzle. Lot of complexity to add a nozzle extension to a sea level engine for small gain. Also hard to fit bigger engine nozzles on the booster.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1303493547832668160,[],[],0,,False,2868,96,111,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +902,1303376024646889472,1303376024646889472,1599584034000.0,2020-09-08 16:53:54,+0000,,A la guerre comme à la guerre,fr,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1303376024646889472,[],[],0,,False,146481,5805,22339,,None,,,,,,,[],,,, +903,1303105589283663872,1303102454741958656,1599519557000.0,2020-09-07 22:59:17,+0000,,@harsimranbansal Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1303105589283663872,[],[],0,,False,3883,79,48,,None,,,,,,,"[{'screen_name': 'harsimranbansal', 'name': 'Harsimran Bansal', 'id': '940107920'}]",,,, +904,1303104855993589762,1303102454741958656,1599519382000.0,2020-09-07 22:56:22,+0000,,@BnOrdhaug And starts tweeting,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1303104855993589762,[],[],0,,False,8233,201,168,,None,,,,,,,"[{'screen_name': 'BnOrdhaug', 'name': 'Suppe', 'id': '560511847'}]",,,, +905,1303102454741958656,1303102454741958656,1599518810000.0,2020-09-07 22:46:50,+0000,,"If you bombard Earth with enough photons, eventually it emits a Tesla (AK)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1303102454741958656,[],[],0,,False,108126,2861,5536,,None,,,,,,,[],,,, +906,1302923289312911361,1302806451065421824,1599476093000.0,2020-09-07 10:54:53,+0000,,@ID_AA_Carmack There is already bidirectional communication between human & AI via phones & computers. It’s just lossy & very slow (especially output),en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1302923289312911361,[],[],0,,False,11250,533,576,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +907,1302096802687188993,1302038129990279168,1599279044000.0,2020-09-05 04:10:44,+0000,,@Erdayastronaut @PPathole @SpaceX Above 50% likely to make it,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1302096802687188993,[],[],0,,False,4101,174,109,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +908,1302075071398199296,1302038129990279168,1599273863000.0,2020-09-05 02:44:23,+0000,,@PPathole @SpaceX This is a test engine. Flight articles are fixed with no gimbal.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1302075071398199296,[],[],0,,False,2646,64,80,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +909,1302069036621033472,1302038129990279168,1599272424000.0,2020-09-05 02:20:24,+0000,,@SpaceX Worth noting that thrust is only slightly higher with the big bell nozzle version. Larger bell is primarily for efficiency in vacuum. Aiming for 380+ sec Isp for RVac long-term. Initially likely to be ~372.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1302069036621033472,[],[],0,,False,21026,500,806,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +910,1301948595776618496,1301655112285208576,1599243708000.0,2020-09-04 18:21:48,+0000,,@Tesmanian_com Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1301948595776618496,[],[],0,,False,7206,324,212,,None,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +911,1301948393393012737,1301862875749912576,1599243660000.0,2020-09-04 18:21:00,+0000,,@skorusARK Chart understates lithium-ion potential by roughly 1/3,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1301948393393012737,[],[],0,,False,3210,110,147,,None,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +912,1301757211727757312,1301757211727757312,1599198079000.0,2020-09-04 05:41:19,+0000,,Model 3 rated as most reliable car,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1301757211727757312,[],[],0,,False,42068,1399,2452,https://twitter.com/Teslarati/status/1301581082689765378,None,,,,,,,[],,,, +913,1301747460587560960,1301747460587560960,1599195754000.0,2020-09-04 05:02:34,+0000,,Turns out you can make anything fly haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1301747460587560960,[],[],0,,False,170364,4322,13907,https://twitter.com/SpaceX/status/1301718836563947522,None,,,,,,,[],,,, +914,1301745679354728448,1301647642846547971,1599195329000.0,2020-09-04 04:55:29,+0000,,@PPathole @CureVacRNA Exactly. This is not fully appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1301745679354728448,[],[],0,,False,1515,68,68,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'CureVacRNA', 'name': 'CureVac', 'id': '989045379445510145'}]",,,, +915,1301666289249857537,1301580799737724929,1599176401000.0,2020-09-03 23:40:01,+0000,,"@austinbarnard45 Starship SN6 flew asimilar hop to SN5, but it was a much smoother & faster operation",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1301666289249857537,[],[],0,,False,8621,221,354,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +916,1301647642846547971,1301647642846547971,1599171956000.0,2020-09-03 22:25:56,+0000,,🇩🇪🖤Giga Berlin Mannschaft🖤🇩🇪 Vielen Dank für Ihre hervorragende Arbeit an Giga Berlin!! https://t.co/KVo5mBfnXt,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1301647642846547971,[],['https://pbs.twimg.com/media/EhBhmgVXYAIMECr.jpg'],1,https://pbs.twimg.com/media/EhBhmgVXYAIMECr.jpg,False,62927,1666,3352,,None,,,,,,,[],,,, +917,1301642292424515586,1301642292424515586,1599170680000.0,2020-09-03 22:04:40,+0000,,Great trip to Germany. Support from government & people is super appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1301642292424515586,[],[],0,,False,106178,1916,3572,,None,,,,,,,[],,,, +918,1301639805995020289,1301629928262242305,1599170087000.0,2020-09-03 21:54:47,+0000,,@sara_boutall @Tesla 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1301639805995020289,[],[],0,,False,5833,89,89,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +919,1301305518196224001,1301305267682816000,1599090387000.0,2020-09-02 23:46:27,+0000,,@StefanTPeterson @Tesla Trust ur butt haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1301305518196224001,[],[],0,,False,4041,221,212,,None,,,,,,,"[{'screen_name': 'StefanTPeterson', 'name': 'Stefan Peterson', 'id': '245530986'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +920,1301304810428391427,1301301533905022977,1599090218000.0,2020-09-02 23:43:38,+0000,,@slashdot An AI with 🍓 picking as its goal will result in Strawberry Fields Forever,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1301304810428391427,[],[],0,,False,8912,357,464,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +921,1300700639786340353,1300535305506828288,1598946173000.0,2020-09-01 07:42:53,+0000,,"@SpceEnthusiast @tjmurphy_mit @thesheetztweetz @ExploreMars @SpaceX @TheeSpaceDude Over time, outer 20 will have ~300 tons of thrust & inner 8 ~210, so roughly 7500 tons total at sea level or 1.5 T/W for booster+ship",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1300700639786340353,[],[],0,,False,1875,97,121,,None,,,,,,,"[{'screen_name': 'SpceEnthusiast', 'name': 'Sραçє Эηтнυѕιαѕт', 'id': '1193226426666934272'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'ExploreMars', 'name': 'ExploreMars', 'id': '103238721'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'TheeSpaceDude', 'name': 'Ron Sparkman 🌌🔭 🚀', 'id': '977390850824114176'}]",,,, +922,1300699036505247744,1300535305506828288,1598945790000.0,2020-09-01 07:36:30,+0000,,@SpceEnthusiast @tjmurphy_mit @thesheetztweetz @ExploreMars @SpaceX @TheeSpaceDude Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1300699036505247744,[],[],0,,False,1162,41,39,,None,,,,,,,"[{'screen_name': 'SpceEnthusiast', 'name': 'Sραçє Эηтнυѕιαѕт', 'id': '1193226426666934272'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'ExploreMars', 'name': 'ExploreMars', 'id': '103238721'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'TheeSpaceDude', 'name': 'Ron Sparkman 🌌🔭 🚀', 'id': '977390850824114176'}]",,,, +923,1300698709240487936,1300698395275915264,1598945712000.0,2020-09-01 07:35:12,+0000,,@Alert_Alarms Just go through resonant modes fast. It’s when you hang out there that problems arise.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1300698709240487936,[],[],0,,False,1214,50,44,,None,,,,,,,"[{'screen_name': 'Alert_Alarms', 'name': 'Brendan McLoughlin', 'id': '424573967'}]",,,, +924,1300698052026683394,1300535305506828288,1598945556000.0,2020-09-01 07:32:36,+0000,,"@tjmurphy_mit @thesheetztweetz @ExploreMars @SpaceX @TheeSpaceDude The outer ring of booster engines (20 of 28) have no TVC actuators. Steering control comes from center 8 TVC & differential throttle of outer engines. By any measure, the high thrust variant of Raptor will probably have the high T/W of any engine ever.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1300698052026683394,[],[],0,,False,1294,33,75,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'ExploreMars', 'name': 'ExploreMars', 'id': '103238721'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'TheeSpaceDude', 'name': 'Ron Sparkman 🌌🔭 🚀', 'id': '977390850824114176'}]",,,, +925,1300609764284661760,1300101097802141703,1598924506000.0,2020-09-01 01:41:46,+0000,,@Erdayastronaut @flcnhvy @GerberKawasaki Videodrome,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1300609764284661760,[],[],0,,False,1913,115,46,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +926,1300608733135937539,1300101097802141703,1598924260000.0,2020-09-01 01:37:40,+0000,,@teslaownersSV @justpaulinelol https://t.co/0CKVHrmtf1,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1300608733135937539,[],['https://pbs.twimg.com/media/Egywv4eXkAg-_ZX.jpg'],1,https://pbs.twimg.com/media/Egywv4eXkAg-_ZX.jpg,False,2039,123,100,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +927,1300608501048373248,1300101097802141703,1598924205000.0,2020-09-01 01:36:45,+0000,,@teslaownersSV @justpaulinelol https://t.co/QoBVXGQ8Fz,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1300608501048373248,[],['https://pbs.twimg.com/media/EgywiT5XgAUNv9n.jpg'],1,https://pbs.twimg.com/media/EgywiT5XgAUNv9n.jpg,False,1974,79,93,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +928,1300608272593047555,1300101097802141703,1598924150000.0,2020-09-01 01:35:50,+0000,,"@teslaownersSV @justpaulinelol Sorry, sir I think I have momentinertiaphobia",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1300608272593047555,[],[],0,,False,1163,44,53,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +929,1300568051339976705,1300421261089177607,1598914561000.0,2020-08-31 22:56:01,+0000,,@frydave @youyanggu @DFisman Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1300568051339976705,[],[],0,,False,693,37,20,,None,,,,,,,"[{'screen_name': 'frydave', 'name': 'David Fry', 'id': '684333'}, {'screen_name': 'youyanggu', 'name': 'Youyang Gu', 'id': '21187702'}, {'screen_name': 'DFisman', 'name': 'David Fisman', 'id': '1096205507348623360'}]",,,, +930,1300508980154896386,1300165020878344194,1598900477000.0,2020-08-31 19:01:17,+0000,,@PPathole @Nigel_Lockyer @Penn @Fermilab LHC tbh,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1300508980154896386,[],[],0,,False,887,49,25,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Nigel_Lockyer', 'name': 'Nigel Lockyer', 'id': '49310901'}, {'screen_name': 'Penn', 'name': 'Penn', 'id': '24894213'}, {'screen_name': 'Fermilab', 'name': 'Fermilab', 'id': '30034124'}]",,,, +931,1300503031470010370,1300503031470010370,1598899059000.0,2020-08-31 18:37:39,+0000,, https://t.co/oVaoHsg1of,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1300503031470010370,[],['https://pbs.twimg.com/media/EgxQlRjXgAAXnOK.jpg'],1,https://pbs.twimg.com/media/EgxQlRjXgAAXnOK.jpg,False,216565,2808,14662,,None,,,,,,,[],,,, +932,1300491251880525826,1300165020878344194,1598896251000.0,2020-08-31 17:50:51,+0000,,"@Nigel_Lockyer @Penn @Fermilab If you ever want to build a long accelerator tunnel, straight or circular, I know some people …",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1300491251880525826,[],[],0,,False,4409,156,129,,None,,,,,,,"[{'screen_name': 'Nigel_Lockyer', 'name': 'Nigel Lockyer', 'id': '49310901'}, {'screen_name': 'Penn', 'name': 'Penn', 'id': '24894213'}, {'screen_name': 'Fermilab', 'name': 'Fermilab', 'id': '30034124'}]",,,, +933,1300240382949822464,1300240089658785793,1598836439000.0,2020-08-31 01:13:59,+0000,,@VitalVegas Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1300240382949822464,[],[],0,,False,4677,129,106,,None,,,,,,,"[{'screen_name': 'VitalVegas', 'name': 'Vital Vegas', 'id': '514487309'}]",,,, +934,1300189771197628417,1300165020878344194,1598824372000.0,2020-08-30 21:52:52,+0000,,"@Nigel_Lockyer @Penn @Fermilab Physics is the law, everything else is a recommendation",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1300189771197628417,[],[],0,,False,11780,297,1120,,None,,,,,,,"[{'screen_name': 'Nigel_Lockyer', 'name': 'Nigel Lockyer', 'id': '49310901'}, {'screen_name': 'Penn', 'name': 'Penn', 'id': '24894213'}, {'screen_name': 'Fermilab', 'name': 'Fermilab', 'id': '30034124'}]",,,, +935,1300136618318278656,1300119851990683648,1598811699000.0,2020-08-30 18:21:39,+0000,,"@SamTalksTesla @Teslarati If some company has solved a useful thing that we can just buy, that would be great! It’s so much work to create our own tech. We develop new tech, because we have to, not because we want to.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1300136618318278656,[],[],0,,False,2261,149,159,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1646555828'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +936,1300129744046952448,1300119851990683648,1598810060000.0,2020-08-30 17:54:20,+0000,,"@Teslarati Tesla Germany designed & built the vaccine RNA printers for CureVac, but, subject to some CureVac IP, they could be made for other companies too",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1300129744046952448,[],[],0,,False,5397,147,343,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +937,1300110470498705408,1300108165284016129,1598805465000.0,2020-08-30 16:37:45,+0000,,"@engineers_feed Technically, James Watt measured a pony, added 50% & rounded up haha https://t.co/vnkO0MTrUC",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1300110470498705408,['https://en.m.wikipedia.org/wiki/Horsepower'],[],0,,False,5290,153,223,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +938,1300108824817397760,1300101097802141703,1598805073000.0,2020-08-30 16:31:13,+0000,,"@flcnhvy @GerberKawasaki Also, Critical Thinking",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1300108824817397760,[],[],0,,False,3236,124,98,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +939,1300107789679972353,1300101097802141703,1598804826000.0,2020-08-30 16:27:06,+0000,,@flcnhvy @GerberKawasaki Alexander and the Rise of Hellenism and Film Studies,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1300107789679972353,[],[],0,,False,3858,88,115,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +940,1300106137413582849,1300101097802141703,1598804432000.0,2020-08-30 16:20:32,+0000,,"@GerberKawasaki Wow, I super loved astronomy (but took it at Queens, not Penn)! Definitely one of my favorite classes. Senior year quantum mechanics at Penn was the hardest class I ever took. That stuff will mess with your mind.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1300106137413582849,[],[],0,,False,9208,254,342,,None,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +941,1300104995476574211,1300101097802141703,1598804160000.0,2020-08-30 16:16:00,+0000,,"@teslaownersSV @justpaulinelol Yeah, he sent it to me through a mutual physics prof friend at Caltech/CERN. Very basic stuff. https://t.co/CI2DZEGjcB",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1300104995476574211,[],"['https://pbs.twimg.com/media/EgrmlMEWAAAy2TR.jpg', 'https://pbs.twimg.com/media/EgrmlLoXkAMdYlj.jpg']",1,https://pbs.twimg.com/media/EgrmlMEWAAAy2TR.jpg,False,10721,525,865,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +942,1300102343741124614,1300101097802141703,1598803528000.0,2020-08-30 16:05:28,+0000,,@justpaulinelol It’s too embarrassing,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1300102343741124614,[],[],0,,False,6883,202,108,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +943,1300101097802141703,1300101097802141703,1598803231000.0,2020-08-30 16:00:31,+0000,,Just learned that my physics prof from Penn is head of Fermilab & still has some of my old homework ☺️,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1300101097802141703,[],[],0,,False,145807,2356,4642,,None,,,,,,,[],,,, +944,1300098773348241408,1299951803275055114,1598802676000.0,2020-08-30 15:51:16,+0000,,"@ruskin147 It is unfortunately common for many in academia to overweight the value of ideas & underweight bringing them to fruition. For example, the idea of going to the moon is trivial, but going to the moon is hard.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1300098773348241408,[],[],0,,False,17598,632,1497,,None,,,,,,,"[{'screen_name': 'ruskin147', 'name': 'Rory Cellan-Jones', 'id': '1294741'}]",,,, +945,1300094458751586304,1299736519184232449,1598801648000.0,2020-08-30 15:34:08,+0000,,"@l_vaux @kulpability @tlowdon @EthicalSkeptic People are extremely unlikely to die of Covid/sars-cov2 alone. If you have multiple pre-existing health conditions & a weak immune system, then you have significant mortality risk from many diseases (not just Covid/sars-cov2) that would otherwise have minor effect.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1300094458751586304,[],[],0,,False,1176,92,144,,None,,,,,,,"[{'screen_name': 'l_vaux', 'name': 'L de VAUX', 'id': '1135863123859001344'}, {'screen_name': 'kulpability', 'name': 'Viscountess of Shrugsbury', 'id': '950471510266871810'}, {'screen_name': 'tlowdon', 'name': 'Don Wolt', 'id': '31009793'}, {'screen_name': 'EthicalSkeptic', 'name': 'Ethical Skeptic ☀', 'id': '2704681687'}]",,,, +946,1300091877014810624,1299736519184232449,1598801032000.0,2020-08-30 15:23:52,+0000,,@PPathole @kulpability @tlowdon @EthicalSkeptic That & Giga Berlin are why I’m headed to Germany this week. Conversations with Harvard epidemiology confirmed that a high-speed RNA printer has potential be helpful for vaccines & cures in many areas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1300091877014810624,[],[],0,,False,2145,121,198,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'tlowdon', 'name': 'Don Wolt', 'id': '31009793'}, {'screen_name': 'EthicalSkeptic', 'name': 'Ethical Skeptic ☀', 'id': '2704681687'}]",,,, +947,1300088433130561536,1299736519184232449,1598800211000.0,2020-08-30 15:10:11,+0000,,"@tlowdon @EthicalSkeptic Antibody half-life for cov2 is very short. In a study that SpaceX did working with Harvard epidemiology, it appears to be as low as 2 or 3 weeks. Nonetheless, reinfection rates are very low & symptoms are minor, perhaps due to memory T cells https://t.co/z9WlvIjoTw",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1300088433130561536,['https://en.m.wikipedia.org/wiki/Memory_T_cell'],[],0,,False,1056,50,135,,None,,,,,,,"[{'screen_name': 'tlowdon', 'name': 'Don Wolt', 'id': '31009793'}, {'screen_name': 'EthicalSkeptic', 'name': 'Ethical Skeptic ☀', 'id': '2704681687'}]",,,, +948,1300086250679001089,1299736519184232449,1598799691000.0,2020-08-30 15:01:31,+0000,,@PPathole @tlowdon @EthicalSkeptic Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1300086250679001089,[],[],0,,False,543,29,20,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'tlowdon', 'name': 'Don Wolt', 'id': '31009793'}, {'screen_name': 'EthicalSkeptic', 'name': 'Ethical Skeptic ☀', 'id': '2704681687'}]",,,, +949,1300081216218189825,1299736519184232449,1598798490000.0,2020-08-30 14:41:30,+0000,,"@kulpability @tlowdon @EthicalSkeptic One person at Tesla (out of 60,000) was hospitalized in serious condition (he caught cov2 at home, not work), no deaths. I called his wife & Hayward hospital to make sure he was getting the right treatment, but which he was.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1300081216218189825,[],[],0,,False,2443,59,266,,None,,,,,,,"[{'screen_name': 'kulpability', 'name': 'Viscountess of Shrugsbury', 'id': '950471510266871810'}, {'screen_name': 'tlowdon', 'name': 'Don Wolt', 'id': '31009793'}, {'screen_name': 'EthicalSkeptic', 'name': 'Ethical Skeptic ☀', 'id': '2704681687'}]",,,, +950,1300077893352030209,1299736519184232449,1598797698000.0,2020-08-30 14:28:18,+0000,,"@tlowdon @EthicalSkeptic Some of the tests we initially tried at Tesla were ~50% false positive, including some from major medical device companies. Too many testing methods were approved too quickly. Wouldn’t blame the FDA, though. Public was demanding fast test approval.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1300077893352030209,[],[],0,,False,12650,344,1410,,None,,,,,,,"[{'screen_name': 'tlowdon', 'name': 'Don Wolt', 'id': '31009793'}, {'screen_name': 'EthicalSkeptic', 'name': 'Ethical Skeptic ☀', 'id': '2704681687'}]",,,, +951,1299957148009394176,1299711443860885504,1598768910000.0,2020-08-30 06:28:30,+0000,,@WholeMarsBlog @MarcusHouseGame @Neopork85 @SpaceX @Erdayastronaut @SpaceToday1 @ElonsWorld @FelixSchlang @ChrisG_NSF @DJSnM Not yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1299957148009394176,[],[],0,,False,912,61,29,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceToday1', 'name': 'Sacani (Space Today)', 'id': '338335282'}, {'screen_name': 'ElonsWorld', 'name': ""Elon's World"", 'id': '804412190493003776'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +952,1299954063174377474,1299711443860885504,1598768175000.0,2020-08-30 06:16:15,+0000,,@MarcusHouseGame @Neopork85 @SpaceX @Erdayastronaut @SpaceToday1 @ElonsWorld @FelixSchlang @ChrisG_NSF @DJSnM Yes. This is the hardest part of the booster design.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1299954063174377474,[],[],0,,False,1281,37,46,,None,,,,,,,"[{'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceToday1', 'name': 'Sacani (Space Today)', 'id': '338335282'}, {'screen_name': 'ElonsWorld', 'name': ""Elon's World"", 'id': '804412190493003776'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +953,1299924292709224448,1299809411783892994,1598761077000.0,2020-08-30 04:17:57,+0000,,"@ICannot_Enough People read too much into this level of detail. It’s not useful for predicting the future, nor can we ourselves accurately predict what issues we will encounter on a short-term, fine-grained level.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1299924292709224448,[],[],0,,False,1745,113,99,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}]",,,, +954,1299900609139630084,1299809411783892994,1598755430000.0,2020-08-30 02:43:50,+0000,,@ICannot_Enough Critical feedback is always appreciated btw,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1299900609139630084,[],[],0,,False,26409,362,407,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}]",,,, +955,1299839693320724480,1299528824107929600,1598740907000.0,2020-08-29 22:41:47,+0000,,"@biogirl09 @JaneidyEve @Tesmanian_com @SpaceX We can’t have a blanket pass, but maybe for some events",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1299839693320724480,[],[],0,,False,810,76,19,,None,,,,,,,"[{'screen_name': 'biogirl09', 'name': 'Mallory Tompsett #GigaTexas #ThankYouElonMusk', 'id': '21106016'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +956,1299839516065234944,1299711443860885504,1598740865000.0,2020-08-29 22:41:05,+0000,,"@Neopork85 @SpaceX @MarcusHouseGame @Erdayastronaut @SpaceToday1 @ElonsWorld @FelixSchlang @ChrisG_NSF @DJSnM Booster design has shifted to four legs with a wider stance (to avoid engine plume impingement in vacuum), rather than six",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1299839516065234944,[],[],0,,False,9356,190,380,,None,,,,,,,"[{'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceToday1', 'name': 'Sacani (Space Today)', 'id': '338335282'}, {'screen_name': 'ElonsWorld', 'name': ""Elon's World"", 'id': '804412190493003776'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +957,1299710034192941056,1299571656738902017,1598709994000.0,2020-08-29 14:06:34,+0000,,@flcnhvy @PPathole @ID_AA_Carmack Later versions of a larger device would have that potential,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/1299710034192941056,[],[],0,,False,1706,155,88,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +958,1299646174874329088,1294917318405836802,1598694769000.0,2020-08-29 09:52:49,+0000,,@EvaFoxU @waitbutwhy Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1299646174874329088,[],[],0,,False,2217,125,59,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +959,1299641513450721280,1299571656738902017,1598693657000.0,2020-08-29 09:34:17,+0000,,"@PPathole @ID_AA_Carmack Actually C, although the syntax could be improved esthetically",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1299641513450721280,[],[],0,,False,1635,89,68,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +960,1299633884129193984,1299571656738902017,1598691838000.0,2020-08-29 09:03:58,+0000,,"@ID_AA_Carmack I like C, because it avoids class warfare",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1299633884129193984,[],[],0,,False,2259,112,146,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +961,1299620462306099201,1299497603374161926,1598688638000.0,2020-08-29 08:10:38,+0000,,@PPathole @IEEESpectrum @neuralink A nightcap would probably work best,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1299620462306099201,[],[],0,,False,1370,158,42,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'IEEESpectrum', 'name': 'IEEE Spectrum', 'id': '15825547'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +962,1299604114054225921,1299497603374161926,1598684740000.0,2020-08-29 07:05:40,+0000,,@IEEESpectrum @neuralink Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1299604114054225921,[],[],0,,False,7855,281,207,,None,,,,,,,"[{'screen_name': 'IEEESpectrum', 'name': 'IEEE Spectrum', 'id': '15825547'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +963,1299530557529808897,1299528824107929600,1598667203000.0,2020-08-29 02:13:23,+0000,,@Tesmanian_com Good summary,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1299530557529808897,[],[],0,,False,2041,172,89,,None,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +964,1299512615001964544,1299512615001964544,1598662925000.0,2020-08-29 01:02:05,+0000,,Conceptual telepathy,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1299512615001964544,[],[],0,,False,137840,5612,9852,,None,,,,,,,[],,,, +965,1299474927565770753,1299474927565770753,1598653940000.0,2020-08-28 22:32:20,+0000,,Ahem … starting soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1299474927565770753,[],[],0,,False,53025,2893,3884,https://twitter.com/elonmusk/status/1299422822205452288,None,,,,,,,[],,,, +966,1299430971494731776,1299430971494731776,1598643460000.0,2020-08-28 19:37:40,+0000,,"“All of physics is either impossible or trivial. It is impossible until you understand it, and then it becomes trivial.” E Rutherford",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1299430971494731776,[],[],0,,False,116053,1703,13763,,None,,,,,,,[],,,, +967,1299423888556855299,1299422178329362437,1598641771000.0,2020-08-28 19:09:31,+0000,,@flcnhvy Giant gap between experimental medical device for use only in patients with extreme medical problems & widespread consumer use. This is way harder than making a small number of prototypes.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1299423888556855299,[],[],0,,False,2692,102,104,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +968,1299423127605256194,1297263343816724480,1598641590000.0,2020-08-28 19:06:30,+0000,,@tobyliiiiiiiiii @Erdayastronaut @flcnhvy @DJSnM Testing with shorter RVac skirt went well. Full length skirt test coming soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1299423127605256194,[],[],0,,False,1582,34,66,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +969,1299422822205452288,1299422822205452288,1598641517000.0,2020-08-28 19:05:17,+0000,,Neuralink product demo in 3 hours. Webcast at https://t.co/Y9wREd78oj.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1299422822205452288,['http://neuralink.com'],[],0,,False,39593,2399,7195,,None,,,,,,,[],,,, +970,1299422160667250689,1297263343816724480,1598641359000.0,2020-08-28 19:02:39,+0000,,"@Erdayastronaut @flcnhvy @DJSnM Raptor reached 230 mT-F (over half a million pounds of thrust) at peak pressure with some damage, so this version of the engine can probably sustain ~210 tons. Should have a 250+ ton engine in about 6 to 9 months. Target for booster is 7500 tons (16.5 million pounds) of thrust.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1299422160667250689,[],[],0,,False,2407,102,183,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +971,1299397894135373824,1299394453933707265,1598635574000.0,2020-08-28 17:26:14,+0000,,"@nextspaceflight Good chance something will slip, but, yeah, Sunday is intense",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1299397894135373824,[],[],0,,False,5801,174,217,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +972,1299373520179216384,1297263343816724480,1598629763000.0,2020-08-28 15:49:23,+0000,,@Erdayastronaut @flcnhvy @DJSnM Only need 2 engines,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1299373520179216384,[],[],0,,False,3548,152,119,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +973,1299240890947436545,1297263343816724480,1598598141000.0,2020-08-28 07:02:21,+0000,,@AstroJordy @flcnhvy @DJSnM Boring Co tunnel in Vegas is only a few months from being operational,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1299240890947436545,[],[],0,,False,2105,100,152,,None,,,,,,,"[{'screen_name': 'AstroJordy', 'name': 'jordan🚀', 'id': '1142527715670519808'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +974,1299239536535375872,1297263343816724480,1598597818000.0,2020-08-28 06:56:58,+0000,,"@flcnhvy @DJSnM Neuralink this month & Tesla next month, SpaceX probably October. We will have made a lot of progress by then. Might have a prototype booster hop done by then.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1299239536535375872,[],[],0,,False,6211,206,497,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +975,1299238808492191744,1297263343816724480,1598597645000.0,2020-08-28 06:54:05,+0000,,@zeitmas @DJSnM Soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1299238808492191744,[],[],0,,False,1168,29,27,,None,,,,,,,"[{'screen_name': 'zeitmas', 'name': 'Zeitmas', 'id': '1132870565801463810'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +976,1299236792479019009,1297263343816724480,1598597164000.0,2020-08-28 06:46:04,+0000,,@DJSnM They’re quite accurate!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1299236792479019009,[],[],0,,False,10426,102,172,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +977,1299223737779200001,1299152463371608064,1598594052000.0,2020-08-28 05:54:12,+0000,,@EvaFoxU That number sure comes up a lot 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1299223737779200001,[],[],0,,False,23721,397,491,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +978,1299203602662137862,1299191993743159296,1598589251000.0,2020-08-28 04:34:11,+0000,,@ajtourville @peterdog15 I’m fine with reasonable drone footage. Just needs to be at a fair distance & not coming right up to people. I think our security was a little overzealous in this case.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1299203602662137862,[],[],0,,False,4320,117,149,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'peterdog15', 'name': 'Jeff Roberts', 'id': '15838657'}]",,,, +979,1299175947174780929,1299039933684826114,1598582657000.0,2020-08-28 02:44:17,+0000,,@GerberKawasaki @Tesla Thanks to a smart and hardworking team at Tesla. These sure are wild times …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1299175947174780929,[],[],0,,False,15136,317,471,,None,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +980,1299105277485088768,1298979128121712640,1598565809000.0,2020-08-27 22:03:29,+0000,,@Teslarati Much appreciated. This was a serious attack.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1299105277485088768,[],[],0,,False,30184,886,977,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +981,1299033095438340096,1298998306249404425,1598548599000.0,2020-08-27 17:16:39,+0000,,@thejackbeyer @NASASpaceflight Brave Starhopper carried the day,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1299033095438340096,[],[],0,,False,5393,132,172,,None,,,,,,,"[{'screen_name': 'thejackbeyer', 'name': 'Jack Beyer', 'id': '290710248'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +982,1298881709262462976,1298858283852234752,1598512506000.0,2020-08-27 07:15:06,+0000,,@ItMotivatesUs Only so many days @waitbutwhy https://t.co/19h4u8TA2a,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1298881709262462976,[],['https://pbs.twimg.com/media/EgaN52-XcAE3LoH.jpg'],1,https://pbs.twimg.com/media/EgaN52-XcAE3LoH.jpg,False,3290,210,378,,None,,,,,,,"[{'screen_name': 'ItMotivatesUs', 'name': '#MOTIVATION💙', 'id': '1259410377215029248'}]",,,, +983,1298880004332412929,1298877009519472640,1598512099000.0,2020-08-27 07:08:19,+0000,,"@WholeMarsBlog We were too obtuse for our own good, although I think it works esthetically. Those are folded-over current collectors at the top/bottom of the cell, which are important, but I don’t want to jump the gun on Sept 22 …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1298880004332412929,[],[],0,,False,3659,150,197,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +984,1298874856210149376,1298786372250202116,1598510872000.0,2020-08-27 06:47:52,+0000,,"@cleantechnica But actually nothing. Was surprised to hear they’re across the road. Adding silicon to carbon anode makes sense. We already do. Question is just what ratio of silicon to carbon & what shape? Silicon expands like crazy during discharge & comes apart, so cycle life is usually bad.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1298874856210149376,[],[],0,,False,2687,138,170,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +985,1298869205853515776,1298786372250202116,1598509525000.0,2020-08-27 06:25:25,+0000,,@cleantechnica Nothing 👀,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1298869205853515776,[],[],0,,False,6465,195,200,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +986,1298860390516961283,1298858283852234752,1598507423000.0,2020-08-27 05:50:23,+0000,,@lexfridman Then they leave the house and hardly ever call their parents!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1298860390516961283,[],[],0,,False,4873,132,82,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +987,1298858283852234752,1298858283852234752,1598506921000.0,2020-08-27 05:42:01,+0000,,"The Big Bang started very, very smōl https://t.co/XVvcuALZ2o https://t.co/8R92iEXVvN",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1298858283852234752,['https://en.m.wikipedia.org/wiki/Big_Bang'],['https://pbs.twimg.com/media/EgZ4tpIXcAE-3JG.jpg'],1,https://pbs.twimg.com/media/EgZ4tpIXcAE-3JG.jpg,False,82034,2050,4974,,None,,,,,,,[],,,, +988,1298852911334780928,1298841950448160768,1598505640000.0,2020-08-27 05:20:40,+0000,,@PPathole Asimov was 🔥🔥,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1298852911334780928,[],[],0,,False,5082,107,123,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +989,1298841950448160768,1298841950448160768,1598503026000.0,2020-08-27 04:37:06,+0000,,Should we believe things proportionate to the evidence that they are true? (yes),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1298841950448160768,[],[],0,,False,119471,4365,8408,,None,,,,,,,[],,,, +990,1298827537645285376,1298827537645285376,1598499590000.0,2020-08-27 03:39:50,+0000,,Olde skoole analog synthesizer from ancient Britain https://t.co/JG0fI3ChxC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1298827537645285376,[],['https://pbs.twimg.com/media/EgZcwn-WsAIgoMJ.jpg'],1,https://pbs.twimg.com/media/EgZcwn-WsAIgoMJ.jpg,False,30271,1171,1166,,None,,,,,,,[],,,, +991,1298735168161755136,1298733042370875392,1598477568000.0,2020-08-26 21:32:48,+0000,,@slashdot https://t.co/WoIwia7zTn,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1298735168161755136,[],['https://pbs.twimg.com/media/EgYIwGqXgAA6ttc.jpg'],1,https://pbs.twimg.com/media/EgYIwGqXgAA6ttc.jpg,False,7249,169,203,,None,,,,,,,[],,,, +992,1298729800773836806,1298726304733331456,1598476288000.0,2020-08-26 21:11:28,+0000,,@Kristennetten @flcnhvy Was just there & weather was calm. Sure hope it stays that way!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1298729800773836806,[],[],0,,False,1453,73,41,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +993,1298729549908377603,1298727289644036101,1598476228000.0,2020-08-26 21:10:28,+0000,,@Teslarati Tesla brake lights are powered by a miniverse inside a microverse https://t.co/aduoTl537T,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1298729549908377603,['https://m.youtube.com/watch?v=oMfEHRIPgz8'],[],0,,False,6799,253,422,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +994,1298728145366011904,1298726304733331456,1598475893000.0,2020-08-26 21:04:53,+0000,,@flcnhvy Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1298728145366011904,[],[],0,,False,1123,63,35,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +995,1298667156687781889,1298612991177502724,1598461352000.0,2020-08-26 17:02:32,+0000,,"@Erdayastronaut @Tesla No, we’re focused on developing new products & scaling production",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1298667156687781889,[],[],0,,False,4256,215,181,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +996,1298508150149193730,1298494373278220290,1598423442000.0,2020-08-26 06:30:42,+0000,,"@flcnhvy @neuralink Yes, will show V2. Still far from LASIK, but could get pretty close in a few years.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1298508150149193730,[],[],0,,False,2590,85,117,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +997,1298495332100251648,1298495332100251648,1598420386000.0,2020-08-26 05:39:46,+0000,,Lengthy background on Neuralink by @waitbutwhy https://t.co/z2YfAupDRD,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1298495332100251648,['https://waitbutwhy.com/2017/04/neuralink.html'],[],0,,False,19810,968,2874,,None,,,,,,,[],,,, +998,1298494373278220290,1298494373278220290,1598420158000.0,2020-08-26 05:35:58,+0000,,Live webcast of working @Neuralink device Friday 3pm Pacific,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1298494373278220290,[],[],0,,False,45118,2244,8669,https://twitter.com/MargaretSiegien/status/1298374382876844034,None,,,,,,,[],,,, +999,1298486952774303744,1298486036398592000,1598418388000.0,2020-08-26 05:06:28,+0000,,@engineers_feed Astronaughty,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1298486952774303744,[],[],0,,False,16627,217,531,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1000,1298452372704894979,1298091189107924994,1598410144000.0,2020-08-26 02:49:04,+0000,,@OwenSparks_ @PPathole @Erdayastronaut @dauqhx @universal_sci No,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1298452372704894979,[],[],0,,False,955,73,23,,None,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'dauqhx', 'name': 'Cosmin', 'id': '420714236'}, {'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +1001,1298451580644204546,1298091189107924994,1598409955000.0,2020-08-26 02:45:55,+0000,,"@PPathole @Erdayastronaut @dauqhx @universal_sci Mars is easier than the moon for propellant production. Could get going with only one ship, where the ship itself is the propellant plant. Needs to make ~2 tons/day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1298451580644204546,[],[],0,,False,1244,57,79,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'dauqhx', 'name': 'Cosmin', 'id': '420714236'}, {'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +1002,1298426245991063554,1298091189107924994,1598403915000.0,2020-08-26 01:05:15,+0000,,"@Erdayastronaut @dauqhx @universal_sci Starship propellant is ~78% oxygen, so an O2 plant on the moon would be enough. Otherwise, we could brute-force it with tankers to low Earth orbit. That’s probably faster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1298426245991063554,[],[],0,,False,2896,109,161,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'dauqhx', 'name': 'Cosmin', 'id': '420714236'}, {'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +1003,1298364279217958912,1298322278535634946,1598389141000.0,2020-08-25 20:59:01,+0000,,@waitbutwhy Now I want candy,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1298364279217958912,[],[],0,,False,17474,524,443,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1004,1298350042894327808,1298091189107924994,1598385747000.0,2020-08-25 20:02:27,+0000,,@dauqhx @universal_sci There’s a lot of frozen CO2 & H2O on Mars. Heating the planet will densify the atmosphere. It’s solvable.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1298350042894327808,[],[],0,,False,3064,318,182,,None,,,,,,,"[{'screen_name': 'dauqhx', 'name': 'Cosmin', 'id': '420714236'}, {'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +1005,1298133433093414913,1298091189107924994,1598334103000.0,2020-08-25 05:41:43,+0000,,@universal_sci Perhaps one day there will be an ocean on the northern part of Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1298133433093414913,[],[],0,,False,37058,1389,1553,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +1006,1298116521991057408,1297993022278377475,1598330071000.0,2020-08-25 04:34:31,+0000,,@jchybow @jwangARK @wintonARK It’s almost working reliably,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1298116521991057408,[],[],0,,False,1483,97,68,,None,,,,,,,"[{'screen_name': 'jchybow', 'name': 'TechnoPilot 🇺🇸🛩🇺🇸', 'id': '54094700'}, {'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1007,1298115386869678080,1297993022278377475,1598329800000.0,2020-08-25 04:30:00,+0000,,"@jwangARK @wintonARK Very different computers are needed for training vs inference. FSD is mostly Int8, but Dojo is de facto FP32 (feels like FP32, but actually FP16 with boring bits truncated) so we don’t need to rewrite all the training software. It should work almost immediately.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1298115386869678080,[],[],0,,False,1042,47,85,,None,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1008,1298076560843579392,1297993022278377475,1598320543000.0,2020-08-25 01:55:43,+0000,,@jwangARK @wintonARK Not exactly GPUs for NN. Lots of cores optimized for dot products with fast local memory & super high bandwidth between cores & efficient liquid cooling. Compiler needs to be optimized too.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1298076560843579392,[],[],0,,False,3853,162,184,,None,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1009,1298025943609380864,1298022728944029698,1598308475000.0,2020-08-24 22:34:35,+0000,,@tesla_addicted @Erdayastronaut No & not possible at this scale,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1298025943609380864,[],[],0,,False,1958,115,50,,None,,,,,,,"[{'screen_name': 'tesla_addicted', 'name': 'Gabriel -', 'id': '863210001082576898'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1010,1298025540742524928,1298022728944029698,1598308379000.0,2020-08-24 22:32:59,+0000,,@Erdayastronaut Orbital launch mount,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1298025540742524928,[],[],0,,False,5949,249,278,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1011,1298019842356703232,1297968293211451398,1598307021000.0,2020-08-24 22:10:21,+0000,,"@NASASpaceflight Yeah. Occasional flights from land are ok, but frequent (daily) flights probably need ~30km / 18 miles clear area for noise.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1298019842356703232,[],[],0,,False,3370,171,153,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1012,1298018463869411330,1297921107740241921,1598306692000.0,2020-08-24 22:04:52,+0000,,@schristakos @skorusARK Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1298018463869411330,[],[],0,,False,1989,103,58,,None,,,,,,,"[{'screen_name': 'schristakos', 'name': 'St≡v≡n Christakos | My Electric Adventure', 'id': '348862752'}, {'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1013,1298017992198877184,1297657356734672897,1598306580000.0,2020-08-24 22:03:00,+0000,,@shortword On it,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1298017992198877184,[],[],0,,False,25256,269,310,,None,,,,,,,"[{'screen_name': 'shortword', 'name': 'Paul Kelly', 'id': '15645692'}]",,,, +1014,1298017825294966784,1296831361987223552,1598306540000.0,2020-08-24 22:02:20,+0000,,"@coach23life I tried to warn them, but they just dug their own grave twice as fast!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1298017825294966784,[],[],0,,False,2100,128,183,,None,,,,,,,"[{'screen_name': 'coach23life', 'name': '@coach23', 'id': '3008460077'}]",,,, +1015,1298017332904620033,1297921107740241921,1598306422000.0,2020-08-24 22:00:22,+0000,,"@skorusARK 400 Wh/kg *with* high cycle life, produced in volume (not just a lab) is not far. Probably 3 to 4 years.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1298017332904620033,[],[],0,,False,6150,245,448,,None,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1016,1297966299671228416,1297962516392423425,1598294255000.0,2020-08-24 18:37:35,+0000,,"@NASASpaceflight Starship/Super Heavy, which is ~10X mass of Zenit, will mostly launch from ocean spaceports long-term",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1297966299671228416,[],[],0,,False,6131,238,357,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1017,1296906422110707713,1296902681727045635,1598041561000.0,2020-08-21 20:26:01,+0000,,@johnkrausphotos @NASASpaceflight @SpaceX @SuperclusterHQ Starship/Super Heavy is ~10X bigger in mass & volume,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1296906422110707713,[],[],0,,False,9645,245,360,,None,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SuperclusterHQ', 'name': 'Supercluster', 'id': '1039515681983741953'}]",,,, +1018,1296831361987223552,1296831361987223552,1598023665000.0,2020-08-21 15:27:45,+0000,,A metaphor for life https://t.co/CdlL4ieLju,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1296831361987223552,[],['https://pbs.twimg.com/media/Ef9FQCpU0AAcWaW.jpg'],1,https://pbs.twimg.com/media/Ef9FQCpU0AAcWaW.jpg,False,197308,2869,27646,,None,,,,,,,[],,,, +1019,1296624070042083329,1296561466611359744,1597974243000.0,2020-08-21 01:44:03,+0000,,"@Tesmanian_com Accurate distance calculation using only vision is fundamental. Other sensors can help, but are not fundamental.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1296624070042083329,[],[],0,,False,6299,254,304,,None,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1020,1296570255297220609,1296564745751994368,1597961412000.0,2020-08-20 22:10:12,+0000,,@DARPA Uh oh,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1296570255297220609,[],[],0,,False,11048,476,1097,,None,,,,,,,"[{'screen_name': 'DARPA', 'name': 'DARPA', 'id': '54645160'}]",,,, +1021,1296525166520840192,1296525166520840192,1597950662000.0,2020-08-20 19:11:02,+0000,,More fun games coming soon to ur Tesla,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1296525166520840192,[],[],0,,False,250097,4225,29005,https://twitter.com/368/status/1296516296809549826,None,,,,,,,[],,,, +1022,1296524802983788544,1296524802983788544,1597950575000.0,2020-08-20 19:09:35,+0000,, https://t.co/hKpWJnXsFc strikes again!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1296524802983788544,['http://Stankmemes.com'],[],0,,False,21509,833,990,,None,,,,,,,[],,,, +1023,1296364519569215489,1296360799498391552,1597912361000.0,2020-08-20 08:32:41,+0000,,"@Sinan25 Sorry, noise reduction has gotten much better recently & will continue to improve",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1296364519569215489,[],[],0,,False,4346,98,77,,None,,,,,,,"[{'screen_name': 'Sinan25', 'name': 'Norveçli Liberal 🐬', 'id': '21859025'}]",,,, +1024,1296363892067762177,1296359612141187073,1597912211000.0,2020-08-20 08:30:11,+0000,,@Dami_Kolz09 🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1296363892067762177,[],[],0,,False,2692,73,31,,None,,,,,,,"[{'screen_name': 'Dami_Kolz09', 'name': 'Dami Kolz', 'id': '1154115607534735362'}]",,,, +1025,1296362191562723328,1296360799498391552,1597911806000.0,2020-08-20 08:23:26,+0000,,"@jussiwen Hardcore techno, aber vielleicht ein bisschen Fahrstuhlmusik auf der Toilette",de,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1296362191562723328,[],[],0,,False,8023,217,448,,None,,,,,,,"[{'screen_name': 'jussiwen', 'name': 'Jussiwen🐤', 'id': '878732433411256320'}]",,,, +1026,1296360799498391552,1296360799498391552,1597911474000.0,2020-08-20 08:17:54,+0000,,New Tesla feature coming that enables your car to play snake jazz or Polynesian elevator music through its outside speakers wherever you go,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1296360799498391552,[],[],0,,False,141574,4539,8943,,None,,,,,,,[],,,, +1027,1296359612141187073,1296359612141187073,1597911191000.0,2020-08-20 08:13:11,+0000,, https://t.co/Bki5SOOroe,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1296359612141187073,[],['https://pbs.twimg.com/media/Ef2YLx9XgAAFbzl.jpg'],1,https://pbs.twimg.com/media/Ef2YLx9XgAAFbzl.jpg,False,170365,1530,13520,,None,,,,,,,[],,,, +1028,1296351158672461824,1296275496942972928,1597909175000.0,2020-08-20 07:39:35,+0000,,"@flcnhvy @JaneidyEve Hopefully, we have achieved AI symbiosis by then",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1296351158672461824,[],[],0,,False,1586,92,51,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +1029,1296350652872916992,1296275496942972928,1597909055000.0,2020-08-20 07:37:35,+0000,,@JaneidyEve Or a self-perpetuating autocracy based on a farcical aquatic ceremony where the king is chosen by a wise panzer in a lake,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1296350652872916992,[],[],0,,False,2258,126,118,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +1030,1296339408547975170,1296275496942972928,1597906374000.0,2020-08-20 06:52:54,+0000,,"@JaneidyEve Direct democracy. Short, comprehensible laws voted on directly by the people. Snake Jazz.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1296339408547975170,[],[],0,,False,5885,424,317,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +1031,1296324236773068800,1296324236773068800,1597902757000.0,2020-08-20 05:52:37,+0000,,🐍🎷,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1296324236773068800,[],[],0,,False,138072,6058,7537,,None,,,,,,,[],,,, +1032,1296321978555682817,1296313787780341760,1597902218000.0,2020-08-20 05:43:38,+0000,,"@WholeMarsBlog It’s quite hard for us to write the software needed to cover basic car functionality, but maybe we could do something of this nature",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1296321978555682817,[],[],0,,False,1452,73,55,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1033,1296313787780341760,1296313787780341760,1597900266000.0,2020-08-20 05:11:06,+0000,,GPT-3 sounds like Simon & Garfunkel lyrics,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1296313787780341760,[],[],0,,False,19696,551,814,,None,,,,,,,[],,,, +1034,1296275496942972928,1296275496942972928,1597891136000.0,2020-08-20 02:38:56,+0000,,Bureaucracy is inherently kafkaesque,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1296275496942972928,[],[],0,,False,92712,4014,6946,,None,,,,,,,[],,,, +1035,1296218556644950018,1296214323925143552,1597877561000.0,2020-08-19 22:52:41,+0000,,@Tesmanian_com Dankeschön Brandenburg & Grünheide!,de,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1296218556644950018,[],[],0,,False,4219,129,218,,None,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1036,1296217068413628417,1296172030279258119,1597877206000.0,2020-08-19 22:46:46,+0000,,@harsimranbansal @EvaFoxU True 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1296217068413628417,[],[],0,,False,911,27,20,,None,,,,,,,"[{'screen_name': 'harsimranbansal', 'name': 'Harsimran Bansal', 'id': '940107920'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +1037,1296174272310915072,1293973220450693120,1597867002000.0,2020-08-19 19:56:42,+0000,,@GeffenAvraham @BryanFlanks @SpellMender @VladKarmon @torybruno @ULAEngineer @SpaceX 👆,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1296174272310915072,[],[],0,,False,1016,35,27,,None,,,,,,,"[{'screen_name': 'GeffenAvraham', 'name': 'Geffen Avraham 📐', 'id': '2913149111'}, {'screen_name': 'BryanFlanks', 'name': 'Bryan Flanks', 'id': '1155427656160165888'}, {'screen_name': 'SpellMender', 'name': 'SpellMender', 'id': '1210706918856986625'}, {'screen_name': 'VladKarmon', 'name': 'Alexander', 'id': '437419489'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'ULAEngineer', 'name': 'Formerly ULA', 'id': '3114678006'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1038,1296173931494350852,1296172030279258119,1597866921000.0,2020-08-19 19:55:21,+0000,,Medical check is A-ok! https://t.co/zTRMvQ6Wvx,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1296173931494350852,[],['https://pbs.twimg.com/media/EfzvUGrXYAQZnR2.jpg'],1,https://pbs.twimg.com/media/EfzvUGrXYAQZnR2.jpg,False,30404,709,1359,,None,,,,,,,[],,,, +1039,1296172030279258119,1296172030279258119,1597866468000.0,2020-08-19 19:47:48,+0000,,He might run for President in 2024 https://t.co/Wo34fhKugu,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1296172030279258119,[],['https://pbs.twimg.com/media/EfztlmYWsAE3FXi.jpg'],1,https://pbs.twimg.com/media/EfztlmYWsAE3FXi.jpg,False,95465,2612,6742,,None,,,,,,,[],,,, +1040,1296170277899055110,1295734479814684672,1597866050000.0,2020-08-19 19:40:50,+0000,,@Erdayastronaut @nextspaceflight Not having long chain hydrocarbons & lowering preburner combustion temperature make a big difference,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1296170277899055110,[],[],0,,False,2703,72,100,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +1041,1296169488887566337,1295880279744286721,1597865862000.0,2020-08-19 19:37:42,+0000,,@EverydayElon @ajtourville @comma_ai @Tesmanian_com Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1296169488887566337,[],[],0,,False,914,36,29,,None,,,,,,,"[{'screen_name': 'EverydayElon', 'name': 'elon_art_everyday', 'id': '1371613295619231745'}, {'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'comma_ai', 'name': 'comma', 'id': '4576936579'}, {'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1042,1296169315763396610,1295880279744286721,1597865821000.0,2020-08-19 19:37:01,+0000,,@WholeMarsBlog @ajtourville @comma_ai @Tesmanian_com Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1296169315763396610,[],[],0,,False,1046,43,32,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'comma_ai', 'name': 'comma', 'id': '4576936579'}, {'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1043,1296169273434542080,1295880279744286721,1597865811000.0,2020-08-19 19:36:51,+0000,,@DanielleFong @ajtourville @comma_ai @Tesmanian_com Absolutely needs liquid cooling. We’re applying our experience cooling half megawatt drive unit power electronics in cars to computers.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1296169273434542080,[],[],0,,False,960,43,60,,None,,,,,,,"[{'screen_name': 'DanielleFong', 'name': '🎴', 'id': '13232322'}, {'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'comma_ai', 'name': 'comma', 'id': '4576936579'}, {'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1044,1296168444237418497,1295897191018569735,1597865613000.0,2020-08-19 19:33:33,+0000,,"@TeslaTested That’s an error in Canada. The lease payment is specifically lower than loan financing, as Tesla expects to repossess the car. This is essentially a bet on residual value. If you believe residual value will rise, buy on loan, if you think it will drop, then lease.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1296168444237418497,[],[],0,,False,1903,82,76,,None,,,,,,,"[{'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}]",,,, +1045,1296161669630967808,1295734479814684672,1597863998000.0,2020-08-19 19:06:38,+0000,,@tobyliiiiiiiiii @Erdayastronaut @nextspaceflight We will push for ten flights with Starlink,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1296161669630967808,[],[],0,,False,1538,65,85,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +1046,1296160158968451072,1295734479814684672,1597863638000.0,2020-08-19 19:00:38,+0000,,"@flcnhvy @Erdayastronaut @nextspaceflight Almost never need to replace whole engine, but some individual parts like turbine wheels need to be replaced over time. Similar to a jet engine.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1296160158968451072,[],[],0,,False,1887,61,77,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +1047,1296159417163948033,1296148503777943553,1597863461000.0,2020-08-19 18:57:41,+0000,,"@Erdayastronaut @cnunezimages @SpaceIntellige3 Mostly for employees, but we’ll support public access whenever it’s safe & secure. Public support is critical to making life multiplanetary.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1296159417163948033,[],[],0,,False,2736,106,111,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'cnunezimages', 'name': 'cnunezimages', 'id': '1245450013813223424'}, {'screen_name': 'SpaceIntellige3', 'name': 'Space Intelligence', 'id': '1206315683056771072'}]",,,, +1048,1296158878980177920,1296148503777943553,1597863332000.0,2020-08-19 18:55:32,+0000,,@EvaFoxU @cnunezimages @SpaceIntellige3 Absolutely 😃 🏝,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1296158878980177920,[],[],0,,False,901,45,33,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'cnunezimages', 'name': 'cnunezimages', 'id': '1245450013813223424'}, {'screen_name': 'SpaceIntellige3', 'name': 'Space Intelligence', 'id': '1206315683056771072'}]",,,, +1049,1296158590646939649,1295734479814684672,1597863264000.0,2020-08-19 18:54:24,+0000,,"@Erdayastronaut @nextspaceflight I don’t want be cavalier, but there isn’t an obvious limit. 100+ flights are possible. Some parts will need to be replaced or upgraded. Cleaning all 9 Merlin turbines is difficult. Raptor is way easier in this regard, despite being a far more complex engine.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1296158590646939649,[],[],0,,False,3459,120,205,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +1050,1296149485555339264,1296148503777943553,1597861093000.0,2020-08-19 18:18:13,+0000,,"@cnunezimages @SpaceIntellige3 I’ve been working in Boca since Sunday. August heat & humidity in South Texas is intense! If you think of it like a tropical resort, that makes it better though.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1296149485555339264,[],[],0,,False,3152,161,123,,None,,,,,,,"[{'screen_name': 'cnunezimages', 'name': 'cnunezimages', 'id': '1245450013813223424'}, {'screen_name': 'SpaceIntellige3', 'name': 'Space Intelligence', 'id': '1206315683056771072'}]",,,, +1051,1296148766714560512,1295880279744286721,1597860921000.0,2020-08-19 18:15:21,+0000,,@ajtourville @comma_ai @Tesmanian_com Dojo V1.0 isn’t done yet. About a year away. Not just about the chips. Power & cooling problem is hard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1296148766714560512,[],[],0,,False,1441,107,86,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'comma_ai', 'name': 'comma', 'id': '4576936579'}, {'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1052,1296134367312515072,1296109282996486144,1597857488000.0,2020-08-19 17:18:08,+0000,,@spacecoast_stve Scorcher VI https://t.co/34O80p1hI6,it,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1296134367312515072,['https://m.youtube.com/watch?v=b9JZtuG3Elo'],[],0,,False,1230,82,46,,None,,,,,,,"[{'screen_name': 'spacecoast_stve', 'name': 'Stephen Marr', 'id': '863770819784257536'}]",,,, +1053,1296133672018599936,1295459409154498565,1597857323000.0,2020-08-19 17:15:23,+0000,,@antonioetayo @Erdayastronaut @C_Bass3d @NASASpaceflight @FelixSchlang Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1296133672018599936,[],[],0,,False,537,14,14,,None,,,,,,,"[{'screen_name': 'antonioetayo', 'name': 'CptTony', 'id': '162833505'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'C_Bass3d', 'name': 'Corey', 'id': '1271203409044144128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}]",,,, +1054,1295964157204979712,1295847382073171970,1597816907000.0,2020-08-19 06:01:47,+0000,,Elevator music is underrated,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1295964157204979712,[],[],0,,False,85793,1760,4827,,None,,,,,,,[],,,, +1055,1295907719317204992,1295459409154498565,1597803451000.0,2020-08-19 02:17:31,+0000,,"@Erdayastronaut @C_Bass3d @NASASpaceflight @FelixSchlang It’s counter-intuitive, but Raptor has so much thrust at high Isp with liquid (high density) propellant & pump-fed (light tanks), that it beats hot gas for the flip. That said, hot gas beats the heck out of N2 for orbital manuevers & stabilizing ship if landing in high winds!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1295907719317204992,[],[],0,,False,2919,98,137,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'C_Bass3d', 'name': 'Corey', 'id': '1271203409044144128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}]",,,, +1056,1295883862380294144,1295734479814684672,1597797763000.0,2020-08-19 00:42:43,+0000,,"@nextspaceflight Payload reduction due to reusability of booster & fairing is <40% for F9 & recovery & refurb is <10%, so you’re roughly even with 2 flights, definitely ahead with 3",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1295883862380294144,[],[],0,,False,6399,125,350,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +1057,1295882092824453120,1295852518409490433,1597797341000.0,2020-08-19 00:35:41,+0000,,"@zubinanary @SpaceIntellige3 @guidodecaso @cnunezimages Yes, it will have huge nuts haha",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1295882092824453120,[],[],0,,False,1515,73,81,,None,,,,,,,"[{'screen_name': 'zubinanary', 'name': 'Zubin Anary (aka 1FastEV)', 'id': '75954113'}, {'screen_name': 'SpaceIntellige3', 'name': 'Space Intelligence', 'id': '1206315683056771072'}, {'screen_name': 'guidodecaso', 'name': 'Guido de Caso 🚀🛰✨', 'id': '241674843'}, {'screen_name': 'cnunezimages', 'name': 'cnunezimages', 'id': '1245450013813223424'}]",,,, +1058,1295863783546662914,1295784692592136194,1597792976000.0,2020-08-18 23:22:56,+0000,,"@Teslarati We really need a bigger one, so adults can squeeze in too. Guaranteed to make a party more fun. Works well with flamethrowers!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1295863783546662914,[],[],0,,False,6060,326,222,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1059,1295863470425022465,1295852518409490433,1597792901000.0,2020-08-18 23:21:41,+0000,,"@SpaceIntellige3 @guidodecaso @cnunezimages My favorite is one in tension, other DoF in compression. New Roadster wheels will only have one nut.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1295863470425022465,[],[],0,,False,595,33,33,,None,,,,,,,"[{'screen_name': 'SpaceIntellige3', 'name': 'Space Intelligence', 'id': '1206315683056771072'}, {'screen_name': 'guidodecaso', 'name': 'Guido de Caso 🚀🛰✨', 'id': '241674843'}, {'screen_name': 'cnunezimages', 'name': 'cnunezimages', 'id': '1245450013813223424'}]",,,, +1060,1295848041317109761,1295847382073171970,1597789223000.0,2020-08-18 22:20:23,+0000,,@davidgokhshtein Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1295848041317109761,[],[],0,,False,6900,263,105,,None,,,,,,,"[{'screen_name': 'davidgokhshtein', 'name': 'David Gokhshtein', 'id': '170049408'}]",,,, +1061,1295847382073171970,1295847382073171970,1597789066000.0,2020-08-18 22:17:46,+0000,,"Aloha, welcome back from space 💫 https://t.co/xWPN09Wtaw",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1295847382073171970,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1295846892002312192/pu/img/C-fYTlJMBfggXCrA.jpg,False,358128,6218,38907,,None,,,,,,,[],,,, +1062,1295838631727333379,1295837003444039682,1597786979000.0,2020-08-18 21:42:59,+0000,,"@Erdayastronaut Yeah, will post shortly",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1295838631727333379,[],[],0,,False,4070,100,78,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1063,1295838531986829314,1295557174312095744,1597786956000.0,2020-08-18 21:42:36,+0000,,@krystof_mitka @BiIndia Winning “worst person I’ve ever worked with” is not easy. Some real champions are vying for that title!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1295838531986829314,[],[],0,,False,784,44,29,,None,,,,,,,"[{'screen_name': 'krystof_mitka', 'name': 'Krystof Mitka', 'id': '3350685838'}, {'screen_name': 'BiIndia', 'name': 'Business Insider India🇮🇳', 'id': '1612504999'}]",,,, +1064,1295837513987305474,1295837003444039682,1597786713000.0,2020-08-18 21:38:33,+0000,,Fairing chute control & ship control are closing the loop locally. Both operating on (SpaceX) autopilot.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1295837513987305474,[],[],0,,False,18692,331,616,,None,,,,,,,[],,,, +1065,1295837003444039682,1295837003444039682,1597786591000.0,2020-08-18 21:36:31,+0000,,Ms Tree catches fairing in her net https://t.co/sqlJ63NetB,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1295837003444039682,[],['https://pbs.twimg.com/media/Efu84bXXYAMYz1H.jpg'],1,https://pbs.twimg.com/media/Efu84bXXYAMYz1H.jpg,False,63822,867,3488,,None,,,,,,,[],,,, +1066,1295835639901036545,1295557174312095744,1597786266000.0,2020-08-18 21:31:06,+0000,,@BiIndia 😐,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1295835639901036545,[],[],0,,False,592,43,18,,None,,,,,,,"[{'screen_name': 'BiIndia', 'name': 'Business Insider India🇮🇳', 'id': '1612504999'}]",,,, +1067,1295607209683025921,1295531201877295105,1597731804000.0,2020-08-18 06:23:24,+0000,,"@valleyhack @GeoffdBarrett Up there somewhere, cruising through deep space https://t.co/PcybhfpUAD",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1295607209683025921,['https://www.whereisroadster.com'],[],0,,False,1686,101,108,,None,,,,,,,"[{'screen_name': 'ValleyHack', 'name': 'Jose Eduardo', 'id': '1336794735005081600'}, {'screen_name': 'GeoffdBarrett', 'name': 'Geoff Barrett 🚀', 'id': '589621915'}]",,,, +1068,1295605472439959554,1295603346632474624,1597731390000.0,2020-08-18 06:16:30,+0000,,@NatGeo Must be aliens,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1295605472439959554,[],[],0,,False,28844,962,1312,,None,,,,,,,"[{'screen_name': 'NatGeo', 'name': 'National Geographic', 'id': '17471979'}]",,,, +1069,1295602798424477696,1295495834998513664,1597730752000.0,2020-08-18 06:05:52,+0000,,@spendg8 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1295602798424477696,[],[],0,,False,990,23,22,,None,,,,,,,"[{'screen_name': 'spendg8', 'name': 'Christian S.', 'id': '733153599593844736'}]",,,, +1070,1295602704073609216,1295492965197062144,1597730730000.0,2020-08-18 06:05:30,+0000,,@RGVaerialphotos @SpaceX @Erdayastronaut This little spit of dirt will take us to Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1295602704073609216,[],[],0,,False,2535,83,139,,None,,,,,,,"[{'screen_name': 'RGVaerialphotos', 'name': 'RGVAerialPhotography', 'id': '752724282925412352'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1071,1295559695894065152,1217919894567649281,1597720476000.0,2020-08-18 03:14:36,+0000,,@jwangARK Humans are swiftly becoming a small percentage of total compute,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1295559695894065152,[],[],0,,False,1451,85,116,,None,,,,,,,[],,,, +1072,1295553672454311941,1295495834998513664,1597719040000.0,2020-08-18 02:50:40,+0000,,"@Erdayastronaut @ProgrammerDude Max demonstrated Raptor thrust is ~225 tons & min is ~90 tons, so they’re actually quite similar. Both Merlin & Raptor could throttle way lower with added design complexity. Raptor preburner & Merlin gas generator flameout are what limit lower bound.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1295553672454311941,[],[],0,,False,3015,72,154,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'ProgrammerDude', 'name': 'Arian van Putten', 'id': '100873706'}]",,,, +1073,1295548059963854849,1295478958067089408,1597717702000.0,2020-08-18 02:28:22,+0000,,@AdamBlitzer @levie 💨,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1295548059963854849,[],[],0,,False,1353,44,44,,None,,,,,,,"[{'screen_name': 'AdamBlitzer', 'name': 'Adam Blitzer', 'id': '17460067'}, {'screen_name': 'levie', 'name': 'Aaron Levie', 'id': '914061'}]",,,, +1074,1295499467076931584,1295495834998513664,1597706116000.0,2020-08-17 23:15:16,+0000,,@justpaulinelol @NASASpaceflight That’s engine SN. We’re building SN8 of the ship.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1295499467076931584,[],[],0,,False,1822,78,43,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1075,1295498964205068289,1295495834998513664,1597705996000.0,2020-08-17 23:13:16,+0000,,"@NASASpaceflight SN40 is about to be tested & has several upgrades over 330 bar engine. For reference, 330 bar on Raptor produces ~225 tons (half a million pounds) of force.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1295498964205068289,[],[],0,,False,6431,200,349,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1076,1295495834998513664,1295495834998513664,1597705250000.0,2020-08-17 23:00:50,+0000,,Raptor engine just reached 330 bar chamber pressure without exploding! https://t.co/kVKRWksvaB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1295495834998513664,[],"['https://pbs.twimg.com/media/EfqGmGXUYAA78XI.jpg', 'https://pbs.twimg.com/media/EfqGmGaVAAMtYuz.jpg']",1,https://pbs.twimg.com/media/EfqGmGXUYAA78XI.jpg,False,84346,2413,5304,,None,,,,,,,[],,,, +1077,1295473654612934656,1295468508697026562,1597699962000.0,2020-08-17 21:32:42,+0000,,"@Erdayastronaut Yeah, Starship will be a tiny dot at 20km. Hard to see with naked eye. We’ll do lots of flights.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1295473654612934656,[],[],0,,False,7782,220,299,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1078,1295473111081447424,1295459409154498565,1597699833000.0,2020-08-17 21:30:33,+0000,,"@C_Bass3d @Erdayastronaut @NASASpaceflight @FelixSchlang Very impressive render. Note, legs will be bigger & there’ll be way more stuff in engine bay. Main engines actually do majority of work in turning ship vertical before landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1295473111081447424,[],[],0,,False,6258,104,233,,None,,,,,,,"[{'screen_name': 'C_Bass3d', 'name': 'Corey', 'id': '1271203409044144128'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}]",,,, +1079,1295240462798860288,1294414179236040704,1597644365000.0,2020-08-17 06:06:05,+0000,,@PPathole @universal_sci This might sting a little …,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1295240462798860288,[],[],0,,False,1197,67,47,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +1080,1295223414064664577,1294922167310663681,1597640300000.0,2020-08-17 04:58:20,+0000,,@PPathole The “early investor” part of Tesla is wrong. That bs has been pushed by Eberhard (worst person I’ve ever worked with and that’s saying something!) for years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1295223414064664577,[],[],0,,False,1435,113,68,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1081,1295214732123799554,1294414179236040704,1597638230000.0,2020-08-17 04:23:50,+0000,,"@universal_sci Also, there could be long period comets that intersect Earth right now. We just haven’t observed them during humanity’s (very short) recorded history. Comet S-L 9 punched a roughly Earth-sized hole in Jupiter. https://t.co/ne7DM0YAXX",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1295214732123799554,['https://www.britannica.com/topic/Comet-Shoemaker-Levy-9'],[],0,,False,1781,105,184,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +1082,1295212011551244289,1294414179236040704,1597637582000.0,2020-08-17 04:13:02,+0000,,@universal_sci Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1295212011551244289,[],[],0,,False,969,28,36,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +1083,1295210012122460167,1295210012122460167,1597637105000.0,2020-08-17 04:05:05,+0000,,Cybertruck option package,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1295210012122460167,[],[],0,,False,200582,5902,13212,https://twitter.com/archillect/status/1294975786907242497,None,,,,,,,[],,,, +1084,1295204658798047237,1294738150166654977,1597635829000.0,2020-08-17 03:43:49,+0000,,@SteveStuWill @jagarikin Wow,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1295204658798047237,[],[],0,,False,7255,166,336,,None,,,,,,,"[{'screen_name': 'SteveStuWill', 'name': 'Steve Stewart-Williams', 'id': '33856936'}, {'screen_name': 'jagarikin', 'name': 'じゃがりきん', 'id': '4230101712'}]",,,, +1085,1295203680157917184,1295101939093471232,1597635595000.0,2020-08-17 03:39:55,+0000,,@Booster_Buddies @NASASpaceflight My button-twiddling makes no sense at all 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1295203680157917184,[],[],0,,False,1057,51,31,,None,,,,,,,"[{'screen_name': 'Booster_Buddies', 'name': 'Matt', 'id': '1028809194328215552'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1086,1295181686012022784,1294917318405836802,1597630351000.0,2020-08-17 02:12:31,+0000,,@flcnhvy @nickcappelli @Grimezsz You got it https://t.co/F2rXGcz964,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1295181686012022784,['https://m.youtube.com/watch?v=ScJvQhWL7Lg'],[],0,,False,896,87,47,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'nickcappelli', 'name': 'nick', 'id': '30405880'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +1087,1295180391494582272,1295179031198027776,1597630043000.0,2020-08-17 02:07:23,+0000,,@EvaFoxU That’s a great one,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1295180391494582272,[],[],0,,False,2392,50,34,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +1088,1295179031198027776,1295179031198027776,1597629718000.0,2020-08-17 02:01:58,+0000,,“Tanks 4 the memery” - panzer of the lake,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1295179031198027776,[],[],0,,False,37690,673,1492,,None,,,,,,,[],,,, +1089,1295177746012950536,1295177746012950536,1597629412000.0,2020-08-17 01:56:52,+0000,,Some big milestones coming up,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1295177746012950536,[],[],0,,False,38356,676,2345,https://twitter.com/Booster_Buddies/status/1295156552815566849,None,,,,,,,[],,,, +1090,1295172893916237824,1295107553723113474,1597628255000.0,2020-08-17 01:37:35,+0000,,@DrPhiltill Africa is big,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1295172893916237824,[],[],0,,False,5145,217,209,,None,,,,,,,"[{'screen_name': 'DrPhiltill', 'name': 'Dr. Phil Metzger', 'id': '1002513128'}]",,,, +1091,1295159701454422016,1295125408678125568,1597625110000.0,2020-08-17 00:45:10,+0000,,"@AwardsDarwin Bold move, sir, bold move",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1295159701454422016,[],[],0,,False,8970,168,185,,None,,,,,,,"[{'screen_name': 'AwardsDarwin', 'name': 'Darwin Award 🔞', 'id': '3125154047'}]",,,, +1092,1295055829826072576,1295035284367773696,1597600345000.0,2020-08-16 17:52:25,+0000,,"@EuricSanti @luisabinader @Tesla Thank you, Tesla is most honored!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1295055829826072576,[],[],0,,False,29088,350,2115,,None,,,,,,,"[{'screen_name': 'EuricSanti', 'name': 'Euric Santi', 'id': '73097979'}, {'screen_name': 'luisabinader', 'name': 'Luis Abinader', 'id': '53387327'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1093,1294946643582754816,1294917318405836802,1597574313000.0,2020-08-16 10:38:33,+0000,,@CowderySedge @tbdnonymous Very real possibility,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1294946643582754816,[],[],0,,False,2014,94,57,,None,,,,,,,"[{'screen_name': 'CowderySedge', 'name': 'Sedge Cowdery', 'id': '1249663075566923777'}, {'screen_name': 'tbdnonymous', 'name': 'Mira Behn', 'id': '376775407'}]",,,, +1094,1294942970710433792,1294922167310663681,1597573437000.0,2020-08-16 10:23:57,+0000,,@BillRatchet ☺️,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1294942970710433792,[],[],0,,False,22349,153,900,,None,,,,,,,"[{'screen_name': 'BillRatchet', 'name': 'bill', 'id': '500497164'}]",,,, +1095,1294937783996264450,1294922167310663681,1597572201000.0,2020-08-16 10:03:21,+0000,,@WholeMarsBlog 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1294937783996264450,[],[],0,,False,14418,138,143,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1096,1294922167310663681,1294922167310663681,1597568477000.0,2020-08-16 09:01:17,+0000,,"Please trash me on Wikipedia, I’m begging you",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1294922167310663681,[],[],0,,False,211457,5842,11105,,None,,,,,,,[],,,, +1097,1294921196564180994,1294921196564180994,1597568246000.0,2020-08-16 08:57:26,+0000,,History is written by the victors … except on Wikipedia haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1294921196564180994,[],[],0,,False,132831,1944,12320,,None,,,,,,,[],,,, +1098,1294920017692090373,1294917318405836802,1597567965000.0,2020-08-16 08:52:45,+0000,,@nickcappelli @Grimezsz Cover of Barbie Girl,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1294920017692090373,[],[],0,,False,3157,106,82,,None,,,,,,,"[{'screen_name': 'nickcappelli', 'name': 'nick', 'id': '30405880'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +1099,1294919803837140994,1294917318405836802,1597567914000.0,2020-08-16 08:51:54,+0000,,@tbdnonymous Yes. Probably more accurate to say Great Filters plural.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1294919803837140994,[],[],0,,False,4141,138,93,,None,,,,,,,"[{'screen_name': 'tbdnonymous', 'name': 'Mira Behn', 'id': '376775407'}]",,,, +1100,1294918046851559424,1294917318405836802,1597567495000.0,2020-08-16 08:44:55,+0000,,"@nickcappelli @Grimezsz Yes, it’s called Cyber Girl",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1294918046851559424,[],[],0,,False,7363,165,190,,None,,,,,,,"[{'screen_name': 'nickcappelli', 'name': 'nick', 'id': '30405880'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +1101,1294917318405836802,1294917318405836802,1597567321000.0,2020-08-16 08:42:01,+0000,,We must pass The Great Filter,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1294917318405836802,[],[],0,,False,226684,16964,18598,,None,,,,,,,[],,,, +1102,1294901444718424066,1294901444718424066,1597563537000.0,2020-08-16 07:38:57,+0000,,Sounds right https://t.co/dm76FJq3hX,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1294901444718424066,[],['https://pbs.twimg.com/media/EfhqAB2U8AEGQNn.jpg'],1,https://pbs.twimg.com/media/EfhqAB2U8AEGQNn.jpg,False,140760,1583,12521,,None,,,,,,,[],,,, +1103,1294803765367726080,1294371531133317120,1597540248000.0,2020-08-16 01:10:48,+0000,,@Dr_rami @tomdestella @RobertDowneyJr Seriously,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1294803765367726080,[],[],0,,False,1713,72,58,,None,,,,,,,"[{'screen_name': 'Dr_rami', 'name': 'RaMi !!!!♿', 'id': '50377994'}, {'screen_name': 'tomdestella', 'name': 'Tom DeStella', 'id': '853241047010480128'}, {'screen_name': 'RobertDowneyJr', 'name': 'Robert Downey Jr', 'id': '47786101'}]",,,, +1104,1294803289062535169,1294371531133317120,1597540135000.0,2020-08-16 01:08:55,+0000,,@long_elon Crysis rocks,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1294803289062535169,[],[],0,,False,1070,45,37,,None,,,,,,,"[{'screen_name': 'long_elon', 'name': 'Long Elon', 'id': '1153219166456840195'}]",,,, +1105,1294790605474689025,1294371531133317120,1597537111000.0,2020-08-16 00:18:31,+0000,,A truly useful exaflop at de facto FP32,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1294790605474689025,[],[],0,,False,9551,325,277,,None,,,,,,,[],,,, +1106,1294789640315011073,1294496250159599616,1597536880000.0,2020-08-16 00:14:40,+0000,,"@Kristennetten @engineers_feed Metal has a fudge-like consistency near its melting point, so you can just smoosh it together",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1294789640315011073,[],[],0,,False,1938,129,86,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1107,1294788223567200256,1294496250159599616,1597536543000.0,2020-08-16 00:09:03,+0000,,@engineers_feed This is how we make Falcon 9,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1294788223567200256,[],[],0,,False,10075,207,291,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1108,1294758721763962881,1294758721763962881,1597529509000.0,2020-08-15 22:11:49,+0000,, https://t.co/mDoPO17YB9,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1294758721763962881,['http://Tesla.com/solar'],[],0,,False,14080,740,1118,https://twitter.com/GerberKawasaki/status/1294624399736233986,None,,,,,,,[],,,, +1109,1294728076450869248,1294714625125228553,1597522202000.0,2020-08-15 20:10:02,+0000,,"@flcnhvy @ICannot_Enough @Tesla This is out of our hands, so hard to predict. Maybe on order of 10 billion km of real world driving will be enough to convince regulators.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1294728076450869248,[],[],0,,False,1833,135,84,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1110,1294727555769982976,1294526205501284357,1597522078000.0,2020-08-15 20:07:58,+0000,,@austinbarnard45 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1294727555769982976,[],[],0,,False,6822,170,154,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +1111,1294727374085349376,1294371531133317120,1597522035000.0,2020-08-15 20:07:15,+0000,,@realwillreil @GiulioCoraggio 🤣🤣 hasty govt 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1294727374085349376,[],[],0,,False,1079,33,35,,None,,,,,,,"[{'screen_name': 'realwillreil', 'name': 'Will Reil', 'id': '1199754209148723201'}, {'screen_name': 'GiulioCoraggio', 'name': 'Giulio Coraggio', 'id': '77937642'}]",,,, +1112,1294727006383247360,1294714625125228553,1597521947000.0,2020-08-15 20:05:47,+0000,,"@teslaownersSV @PPathole @ICannot_Enough @flcnhvy @Tesla A lot of work remains. Technically, we have it working in sim with FPGAs at ~0.01% capability. This will be a true supercomputer.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1294727006383247360,[],[],0,,False,1146,68,65,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1113,1294725858960084992,1294714625125228553,1597521674000.0,2020-08-15 20:01:14,+0000,,@PPathole @ICannot_Enough @flcnhvy @Tesla Dojo is still being built. Maybe a year or so from V1.0.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1294725858960084992,[],[],0,,False,816,59,31,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1114,1294724702967984128,1294714625125228553,1597521398000.0,2020-08-15 19:56:38,+0000,,"@ICannot_Enough @flcnhvy @Tesla Autopilot was trapped in a local maximum, labeling single camera images uncorrelated in time. Now, it is not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1294724702967984128,[],[],0,,False,1700,75,101,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1115,1294722951896395776,1294714625125228553,1597520981000.0,2020-08-15 19:49:41,+0000,,@ICannot_Enough @flcnhvy @Tesla Your insights over the years have been excellent. That’s approximately right.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1294722951896395776,[],[],0,,False,1716,51,66,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1116,1294722423502204929,1294371531133317120,1597520855000.0,2020-08-15 19:47:35,+0000,,"@GiulioCoraggio Absolutely, but it doesn’t seem that govt can move fast enough",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1294722423502204929,[],[],0,,False,660,39,34,,None,,,,,,,"[{'screen_name': 'GiulioCoraggio', 'name': 'Giulio Coraggio', 'id': '77937642'}]",,,, +1117,1294722072262795264,1294721992243810306,1597520771000.0,2020-08-15 19:46:11,+0000,,@teslaownersSV Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1294722072262795264,[],[],0,,False,1124,52,38,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +1118,1294721779018022913,1294714625125228553,1597520701000.0,2020-08-15 19:45:01,+0000,,@flcnhvy It will blow ur mind haha https://t.co/LqnKEN5Kjn,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1294721779018022913,[],['https://pbs.twimg.com/media/EffGmIwU4AY6uQH.jpg'],1,https://pbs.twimg.com/media/EffGmIwU4AY6uQH.jpg,False,8318,234,333,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1119,1294714938200449024,1294371531133317120,1597519070000.0,2020-08-15 19:17:50,+0000,,"Our main engineering locations are Palo Alto, Austin & Seattle, but working remotely is acceptable for exceptional candidates",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1294714938200449024,[],[],0,,False,17110,654,739,,None,,,,,,,[],,,, +1120,1294607951357870082,1294371531133317120,1597493562000.0,2020-08-15 12:12:42,+0000,,"@tomdestella I want to do electric vtol supersonic sooo bad, but my brain will overload",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,12,https://twitter.com/elonmusk/status/1294607951357870082,[],[],0,,False,3255,336,206,,None,,,,,,,"[{'screen_name': 'tomdestella', 'name': 'Tom DeStella', 'id': '853241047010480128'}]",,,, +1121,1294416585252392960,1294414179236040704,1597447937000.0,2020-08-14 23:32:17,+0000,,"@universal_sci Asteroid impact risk is well understood, but not comets. Those worry me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1294416585252392960,[],[],0,,False,8165,349,324,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +1122,1294403633086226433,1294403633086226433,1597444849000.0,2020-08-14 22:40:49,+0000,,Great mission patch design!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1294403633086226433,[],[],0,,False,26365,733,1359,https://twitter.com/AstroVicGlover/status/1293627993126969344,None,,,,,,,[],,,, +1123,1294378469845897216,1294371531133317120,1597438850000.0,2020-08-14 21:00:50,+0000,,@Nikola_Truth Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1294378469845897216,[],[],0,,False,2031,74,41,,None,,,,,,,"[{'screen_name': 'Nikola_Truth', 'name': 'Nikola Tesla’s Ghost 👻', 'id': '1270817505314066436'}]",,,, +1124,1294378331366756352,1294371531133317120,1597438817000.0,2020-08-14 21:00:17,+0000,,@WholeMarsBlog @alesssj4 Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1294378331366756352,[],[],0,,False,1105,43,25,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'alesssj4', 'name': 'Alesss', 'id': '26466176'}]",,,, +1125,1294377927392411648,1294371531133317120,1597438720000.0,2020-08-14 20:58:40,+0000,,@flcnhvy @teslaownersSV Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1294377927392411648,[],[],0,,False,1380,44,36,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +1126,1294377824355094528,1294371531133317120,1597438696000.0,2020-08-14 20:58:16,+0000,,"@Kristennetten @teslaownersSV @Erdayastronaut Also definitely coming haha. Will only be on relatively recent cars, as we didn’t have an outside speaker until about a year ago. Can change inside sound easily.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1294377824355094528,[],[],0,,False,1842,106,77,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1127,1294377367075344384,1294371531133317120,1597438587000.0,2020-08-14 20:56:27,+0000,,"@vicentes @teslaownersSV @Erdayastronaut Sorry, this is embarrassingly late. Two factor authentication via sms or authenticator app is going through final validation right now.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1294377367075344384,[],[],0,,False,1715,94,76,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1128,1294376617960062976,1294371531133317120,1597438408000.0,2020-08-14 20:53:28,+0000,,"@_bennettm_ @Erdayastronaut Yes! We’re labeling bumps & potholes, so the car can slow down or steer around them when safe to do so.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1294376617960062976,[],[],0,,False,2359,140,151,,None,,,,,,,"[{'screen_name': '_bennettm_', 'name': 'Bennett', 'id': '748198065991913473'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1129,1294375897319890944,1294371531133317120,1597438236000.0,2020-08-14 20:50:36,+0000,,"@teslaownersSV @Erdayastronaut Not perfectly at first, but yes. Will take maybe a year or so to get really good at roundabouts worldwide. The world has a zillion weird corner cases.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1294375897319890944,[],[],0,,False,2779,146,126,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1130,1294375249761275904,1294371531133317120,1597438082000.0,2020-08-14 20:48:02,+0000,,@Erdayastronaut This is what I meant by “4D” https://t.co/xpX7j5SnPy,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1294375249761275904,['https://www.tesmanian.com/blogs/tesmanian-blog/tesla-published-a-patent-generating-ground-truth-for-machine-learning-from-time-series-elements'],[],0,,False,4114,127,412,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1131,1294374864657162240,1294371531133317120,1597437990000.0,2020-08-14 20:46:30,+0000,,"@Erdayastronaut The FSD improvement will come as a quantum leap, because it’s a fundamental architectural rewrite, not an incremental tweak. I drive the bleeding edge alpha build in my car personally. Almost at zero interventions between home & work. Limited public release in 6 to 10 weeks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1294374864657162240,[],[],0,,False,9138,443,954,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1132,1294371531133317120,1294371531133317120,1597437195000.0,2020-08-14 20:33:15,+0000,,Tesla is developing a NN training computer called Dojo to process truly vast amounts of video data. It’s a beast! Please consider joining our AI or computer/chip teams if this sounds interesting.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1294371531133317120,[],[],0,,False,123940,4332,8964,,None,,,,,,,[],,,, +1133,1294370842269294592,1294363540434948102,1597437031000.0,2020-08-14 20:30:31,+0000,,@Teslarati More software improvements coming,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1294370842269294592,[],[],0,,False,4464,160,163,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1134,1294355685195386880,1294351399266983938,1597433417000.0,2020-08-14 19:30:17,+0000,,"@cleantechnica Significant improvements coming to S/X air suspension soon via software update! Will simultaneously improve performance handling & ride comfort & enable user customization of height & damping, geocoded for relevance.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1294355685195386880,[],[],0,,False,2791,156,200,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1135,1294351323383517184,1294051648533401600,1597432378000.0,2020-08-14 19:12:58,+0000,,"@stoolpresidente H2O, CH4/CO2, N2, iron, nickel, chrome, aluminum (not necessarily in that order) will matter far more than gold or platinum for space travel",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1294351323383517184,[],[],0,,False,6079,226,434,,None,,,,,,,"[{'screen_name': 'stoolpresidente', 'name': 'Dave Portnoy', 'id': '43775786'}]",,,, +1136,1294349964265439232,1294348969850687488,1597432053000.0,2020-08-14 19:07:33,+0000,,@waitbutwhy @lukeprog What are the odds … ?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1294349964265439232,[],[],0,,False,3261,237,110,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}, {'screen_name': 'lukeprog', 'name': 'Luke Muehlhauser', 'id': '24847747'}]",,,, +1137,1294347870972178433,1294265113978064897,1597431554000.0,2020-08-14 18:59:14,+0000,,"@viktaur27 @Teslarati The rate of improvement from original GPT to GPT-3 is impressive. If this rate of improvement continues, GPT-5 or 6 could be indistinguishable from the smartest humans. Just my opinion, not an endorsement. I left OpenAI 2 to 3 years ago. Am a neutral outsider at this point.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1294347870972178433,[],[],0,,False,1169,58,92,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1138,1294345899280175104,1294265113978064897,1597431084000.0,2020-08-14 18:51:24,+0000,,@Teslarati Tesla team is working hard on increasing Powerwall production,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1294345899280175104,[],[],0,,False,4450,180,173,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1139,1294331497550249984,1271211383514857473,1597427651000.0,2020-08-14 17:54:11,+0000,,@C_Bass3d @Erdayastronaut SN8,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1294331497550249984,[],[],0,,False,2419,67,92,,None,,,,,,,"[{'screen_name': 'C_Bass3d', 'name': 'Corey', 'id': '1271203409044144128'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1140,1294326695546122241,1294317271549124608,1597426506000.0,2020-08-14 17:35:06,+0000,,@Erdayastronaut Impressive,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1294326695546122241,[],[],0,,False,6320,163,150,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1141,1294308467407122434,1294051648533401600,1597422160000.0,2020-08-14 16:22:40,+0000,,@stoolpresidente Psyche https://t.co/ZkOI8FPVZZ,fr,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1294308467407122434,['https://www.foxnews.com/science/nasa-headed-towards-giant-golden-asteroid-that-could-make-everyone-on-earth-a-billionaire'],[],0,,False,16269,899,1654,,None,,,,,,,"[{'screen_name': 'stoolpresidente', 'name': 'Dave Portnoy', 'id': '43775786'}]",,,, +1142,1294179175310356481,1294050623520940034,1597391334000.0,2020-08-14 07:48:54,+0000,,"@Erdayastronaut @KenKirtland17 @torybruno @ulalaunch @SpaceX @blueorigin @DJSnM @ThePrimalDino Yes, integrated with the tip of the nose",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1294179175310356481,[],[],0,,False,2788,83,63,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'KenKirtland17', 'name': 'Ken Kirtland IV', 'id': '1129821565'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'ulalaunch', 'name': 'ULA', 'id': '22845770'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'ThePrimalDino', 'name': 'David willis', 'id': '736396874148630529'}]",,,, +1143,1294175386788442115,1294167163620728832,1597390431000.0,2020-08-14 07:33:51,+0000,,@Teslarati This is important,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1294175386788442115,[],[],0,,False,5811,217,208,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1144,1294069182741360641,1294036041570148358,1597365110000.0,2020-08-14 00:31:50,+0000,,@Erdayastronaut Probably not faster than utility power can be restored. Powerwall/Powerpack/Megapack can certainly be helpful long-term. https://t.co/tEE4LDTdYG,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1294069182741360641,['https://www.tesla.com/powerwall'],[],0,,False,2291,96,128,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1145,1294068379049893888,1294050623520940034,1597364918000.0,2020-08-14 00:28:38,+0000,,@KenKirtland17 @torybruno @ulalaunch @SpaceX @blueorigin @Erdayastronaut @DJSnM @ThePrimalDino Starship fairing will actually have more height than shown here. Dome will be flatter & more of tip is accessible. Usable volume ~1000 cubic meters.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1294068379049893888,[],[],0,,False,10342,176,319,,None,,,,,,,"[{'screen_name': 'KenKirtland17', 'name': 'Ken Kirtland IV', 'id': '1129821565'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'ulalaunch', 'name': 'ULA', 'id': '22845770'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'ThePrimalDino', 'name': 'David willis', 'id': '736396874148630529'}]",,,, +1146,1293993965323030528,1293932046989975554,1597347177000.0,2020-08-13 19:32:57,+0000,,@pantsbobsponge @andyjstanton @TimFernholz You are correct. This is a substantial underpayment compared to what ULA has received.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1293993965323030528,[],[],0,,False,1773,52,61,,None,,,,,,,"[{'screen_name': 'pantsbobsponge', 'name': 'SpiritualAdvisor', 'id': '2807238309'}, {'screen_name': 'andyjstanton', 'name': 'Andrew S', 'id': '1103007624465956864'}, {'screen_name': 'TimFernholz', 'name': 'Tim Fernholz', 'id': '36444204'}]",,,, +1147,1293993551705935873,1293932046989975554,1597347078000.0,2020-08-13 19:31:18,+0000,,@TimFernholz So why is this madness acceptable for Boeing/Lockheed rockets?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1293993551705935873,[],[],0,,False,2543,148,138,,None,,,,,,,"[{'screen_name': 'TimFernholz', 'name': 'Tim Fernholz', 'id': '36444204'}]",,,, +1148,1293992502794448896,1293932046989975554,1597346828000.0,2020-08-13 19:27:08,+0000,,@TimFernholz Nobody would suggest buying airplanes that only fly once & then crash into the ocean. That would be absurd …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1293992502794448896,[],[],0,,False,2520,71,166,,None,,,,,,,"[{'screen_name': 'TimFernholz', 'name': 'Tim Fernholz', 'id': '36444204'}]",,,, +1149,1293961226737729536,1293956786068709376,1597339371000.0,2020-08-13 17:22:51,+0000,,@Tesmanian_com I generally try my best not to be on patents,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1293961226737729536,[],[],0,,False,6347,275,183,,None,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1150,1293949311668035586,1293932046989975554,1597336530000.0,2020-08-13 16:35:30,+0000,,"@TimFernholz Efficiently reusable rockets are all that matter for making life multiplanetary & “space power”. Because their rockets are not reusable, it will become obvious over time that ULA is a complete waste of taxpayer money.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1293949311668035586,[],[],0,,False,4765,277,407,,None,,,,,,,"[{'screen_name': 'TimFernholz', 'name': 'Tim Fernholz', 'id': '36444204'}]",,,, +1151,1293923058109960192,1293779719624646656,1597330271000.0,2020-08-13 14:51:11,+0000,,"@WholeMarsBlog Will be amazing to see it in operation! Biggest casting machine ever made. Will make rear body in a single piece, including crash rails.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1293923058109960192,[],[],0,,False,6958,328,381,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1152,1293848844266946561,1293593429176397826,1597312577000.0,2020-08-13 09:56:17,+0000,,@renarddemoscou @BillGates Sorry to hear this. What can we do to help?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1293848844266946561,[],[],0,,False,40797,2351,3359,,None,,,,,,,"[{'screen_name': 'renarddemoscou', 'name': 'Эрвин Вейков \U0001f90d❤️\U0001f90d', 'id': '1065957004307558402'}, {'screen_name': 'BillGates', 'name': 'Bill Gates', 'id': '50393960'}]",,,, +1153,1293554977965670402,1293502984383606787,1597242514000.0,2020-08-12 14:28:34,+0000,,@Teslarati No surprise,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1293554977965670402,[],[],0,,False,8709,281,243,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1154,1293311095013220353,1293144910917402629,1597184368000.0,2020-08-11 22:19:28,+0000,,@Teslarati Aiming to make it super fun!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1293311095013220353,[],[],0,,False,9982,455,313,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1155,1293254976739799040,1293108663775907842,1597170988000.0,2020-08-11 18:36:28,+0000,,@Teslarati A little toastier each flight,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1293254976739799040,[],[],0,,False,6654,288,193,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1156,1293250823296884746,1293249680445526018,1597169998000.0,2020-08-11 18:19:58,+0000,,"@flcnhvy Same hex tiles, slightly different mounting method. Need bigger sections of tiles to see how they hold up with cryo shrinkage, pressure expansion & body bending.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1293250823296884746,[],[],0,,False,3728,115,162,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1157,1293250108436488194,1293249680445526018,1597169827000.0,2020-08-11 18:17:07,+0000,,SN7 will be new alloy test tank taken to burst pressure. SN8 will have body flaps & nosecone.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1293250108436488194,[],[],0,,False,23300,814,1166,,None,,,,,,,[],,,, +1158,1293249680445526018,1293249680445526018,1597169725000.0,2020-08-11 18:15:25,+0000,,SN 5 & 6 at Starship Production Complex in Texas https://t.co/8BVRD5VdU7,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1293249680445526018,[],['https://pbs.twimg.com/media/EfKLtjJXYAIhjU_.jpg'],1,https://pbs.twimg.com/media/EfKLtjJXYAIhjU_.jpg,False,68905,1691,5027,,None,,,,,,,[],,,, +1159,1292997808576819200,1292818184588886016,1597109674000.0,2020-08-11 01:34:34,+0000,,"@Mark_Goldberg_ @Tesla One day soon, I will wear this outfit https://t.co/T0SnF4UgYK",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1292997808576819200,[],['https://pbs.twimg.com/media/EfGmp2jU0AA0z0e.jpg'],1,https://pbs.twimg.com/media/EfGmp2jU0AA0z0e.jpg,False,4350,331,165,,None,,,,,,,"[{'screen_name': 'Mark_Goldberg_', 'name': 'Mark Goldberg', 'id': '932730431434211328'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1160,1292997657120497664,1292818184588886016,1597109638000.0,2020-08-11 01:33:58,+0000,,@Mark_Goldberg_ @Tesla I was trying to channel Herb Tarlek from WKRP https://t.co/0RC72S0ZAY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1292997657120497664,['https://en.m.wikipedia.org/wiki/Herb_Tarlek'],[],0,,False,1738,70,40,,None,,,,,,,"[{'screen_name': 'Mark_Goldberg_', 'name': 'Mark Goldberg', 'id': '932730431434211328'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1161,1292996594371948545,1292818184588886016,1597109385000.0,2020-08-11 01:29:45,+0000,,@Mark_Goldberg_ @Tesla Note the fabulous plaid jacket & gingham shirt combo 🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1292996594371948545,[],[],0,,False,10955,257,178,,None,,,,,,,"[{'screen_name': 'Mark_Goldberg_', 'name': 'Mark Goldberg', 'id': '932730431434211328'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1162,1292539902161166336,1292539384152182784,1597000501000.0,2020-08-09 19:15:01,+0000,,@archillect Twin Peaks,et,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1292539902161166336,[],[],0,,False,11586,389,393,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1163,1292536289800019970,1292039910313136129,1596999640000.0,2020-08-09 19:00:40,+0000,,@SamTalksTesla Working on my Mom’s cousin’s farm in Saskatchewan at age 17. I think we did a barn-raising that day.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1292536289800019970,[],[],0,,False,12366,350,256,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1646555828'}]",,,, +1164,1292346982833352704,1292265298091896832,1596954506000.0,2020-08-09 06:28:26,+0000,,@wonderofscience https://t.co/y7LrlouXr9,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1292346982833352704,[],['https://pbs.twimg.com/media/Ee9Wuu_VAAEsDfW.jpg'],1,https://pbs.twimg.com/media/Ee9Wuu_VAAEsDfW.jpg,False,33659,687,987,,None,,,,,,,[],,,, +1165,1292226279995879426,1292221982910615552,1596925728000.0,2020-08-08 22:28:48,+0000,,"@Erdayastronaut Not sure yet, but hopefully. Will need leg & other repairs. Probably SN6 flies before SN5. We need to make flights simple & easy — many per day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1292226279995879426,[],[],0,,False,5038,183,298,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1166,1292223904182755328,1292217625779609605,1596925161000.0,2020-08-08 22:19:21,+0000,,@lexfridman Clearly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1292223904182755328,[],[],0,,False,25143,682,393,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1167,1292223619607609346,1291877623946149889,1596925093000.0,2020-08-08 22:18:13,+0000,,@ramacvr @Kristennetten @PPathole @BernieSanders Also true,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1292223619607609346,[],[],0,,False,1376,71,19,,None,,,,,,,"[{'screen_name': 'ramacvr', 'name': 'RM', 'id': '241972250'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +1168,1292223596035600384,1291877623946149889,1596925088000.0,2020-08-08 22:18:08,+0000,,@Kristennetten @PPathole @BernieSanders 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1292223596035600384,[],[],0,,False,1423,49,39,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +1169,1292215145750360065,1291877623946149889,1596923073000.0,2020-08-08 21:44:33,+0000,,"@PPathole @BernieSanders Over time, since we give all employees shares, my ownership is diluted automatically. From the first financing round, where I owned ~60% of Tesla to today at ~20%, it has declined by a factor of 3.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1292215145750360065,[],[],0,,False,2502,149,202,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +1170,1292186775809449985,1291877623946149889,1596916309000.0,2020-08-08 19:51:49,+0000,,@RationalEtienne @BernieSanders I wonder if he reads his Twitter feed,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1292186775809449985,[],[],0,,False,4005,321,134,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +1171,1292184948233969664,1291877623946149889,1596915873000.0,2020-08-08 19:44:33,+0000,,"@BernieSanders And why aim your attacks at Tesla, when we’re doing more than any other company on Earth to advance green/sustainable energy? Have you read the news? https://t.co/34tzBk5TIv",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1292184948233969664,['https://www.cbsnews.com/news/warmest-year-on-record-2020-likely/'],[],0,,False,17608,877,1747,,None,,,,,,,"[{'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +1172,1292183759878463488,1291877623946149889,1596915590000.0,2020-08-08 19:39:50,+0000,,@BernieSanders That bs was pushed by oil & gas interests to distract people from the $5 *trillion* per year they receive in subsidies. Bernard Sanders is a docile puppet of big oil! https://t.co/WmzJnoTFzI,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1292183759878463488,['https://www.imf.org/~/media/Files/Publications/WP/2019/WPIEA2019089.ashx'],[],0,,False,45633,1855,4566,,None,,,,,,,"[{'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +1173,1292180515336777728,1291901108944867328,1596914817000.0,2020-08-08 19:26:57,+0000,,@Siconik1 @WR4NYGov @28delayslater @BernieSanders 🎯,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1292180515336777728,[],[],0,,False,902,30,25,,None,,,,,,,"[{'screen_name': 'Siconik1', 'name': 'Siconik', 'id': '1055535025045807109'}, {'screen_name': 'WR4NYGov', 'name': 'Warren Redlich - Critical Enthusiasm', 'id': '108365454'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +1174,1292180273254154241,1291901108944867328,1596914759000.0,2020-08-08 19:25:59,+0000,,"@WR4NYGov @BernieSanders Good analysis. He also includes a govt loan for high efficiency vehicles that Tesla paid back with interest several years, unlike other auto companies.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1292180273254154241,[],[],0,,False,1693,54,134,,None,,,,,,,"[{'screen_name': 'WR4NYGov', 'name': 'Warren Redlich - Critical Enthusiasm', 'id': '108365454'}, {'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +1175,1291928435468587009,1291926489609302018,1596854716000.0,2020-08-08 02:45:16,+0000,,@westcoastbill 💯,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1291928435468587009,[],[],0,,False,17731,243,362,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +1176,1291849720973783040,1291835348209803264,1596835949000.0,2020-08-07 21:32:29,+0000,,"@johnkrausphotos @Erdayastronaut @queue_max @NASASpaceflight Yeah, full name of engine is Velociraptor or Raptor for short",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1291849720973783040,[],[],0,,False,3273,160,158,,None,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'queue_max', 'name': 'Aston Westmore', 'id': '1167378010309369856'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1177,1291849317876080640,1291835348209803264,1596835853000.0,2020-08-07 21:30:53,+0000,,"@tobyliiiiiiiiii @Erdayastronaut @queue_max @NASASpaceflight Haha, good catch. Booster will have fixed legs that add ~2m in height.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1291849317876080640,[],[],0,,False,1651,44,67,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'queue_max', 'name': 'Aston Westmore', 'id': '1167378010309369856'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1178,1291848916200067072,1291835348209803264,1596835757000.0,2020-08-07 21:29:17,+0000,,@Erdayastronaut @queue_max @NASASpaceflight I think we can get (Veloci)Raptor T/W on par with Merlin. Latter also started out with about half its current T/W.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1291848916200067072,[],[],0,,False,2406,56,101,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'queue_max', 'name': 'Aston Westmore', 'id': '1167378010309369856'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1179,1291841121669091330,1291835348209803264,1596833899000.0,2020-08-07 20:58:19,+0000,,@NASASpaceflight It will look crazy tall with booster & fairing at 122m / 394 ft,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1291841121669091330,[],[],0,,False,7769,264,343,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1180,1291797060912472071,1291751682767032320,1596823394000.0,2020-08-07 18:03:14,+0000,,@RenataKonkoly @TimothyBuffett @Teslarati @JaneidyEve Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1291797060912472071,[],[],0,,False,1690,65,25,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'TimothyBuffett', 'name': 'Tim Badock', 'id': '256293663'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +1181,1291794330772893697,1291751682767032320,1596822743000.0,2020-08-07 17:52:23,+0000,,"@TimothyBuffett @Teslarati Apart from failing to quarantine elderly/at-risk people early (a mistake they recognize), they were right",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1291794330772893697,[],[],0,,False,1147,56,100,,None,,,,,,,"[{'screen_name': 'TimothyBuffett', 'name': 'Tim Badock', 'id': '256293663'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1182,1291793367211245568,1291751682767032320,1596822513000.0,2020-08-07 17:48:33,+0000,,@Teslarati https://t.co/kogvN4rMJ8,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1291793367211245568,[],['https://pbs.twimg.com/media/Ee1fOHvU8AEbZei.jpg'],1,https://pbs.twimg.com/media/Ee1fOHvU8AEbZei.jpg,False,86669,5126,9315,,None,,,,,,,[],,,, +1183,1291784200178159616,1291784200178159616,1596820328000.0,2020-08-07 17:12:08,+0000,,Good piece on Giga Berlin construction,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1291784200178159616,[],[],0,,False,22496,1462,1239,https://twitter.com/torquenewsauto/status/1291372623402881024,None,,,,,,,[],,,, +1184,1291776002486448128,1291550597942898688,1596818373000.0,2020-08-07 16:39:33,+0000,,@FutureJurvetson @SpaceX This seems increasingly likely,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1291776002486448128,[],[],0,,False,8254,212,237,,None,,,,,,,"[{'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1185,1291565012603920384,1291544872466489347,1596768069000.0,2020-08-07 02:41:09,+0000,,@Teslarati This is gonna be great,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1291565012603920384,[],[],0,,False,15241,397,435,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1186,1291504220948951041,1291504220948951041,1596753575000.0,2020-08-06 22:39:35,+0000,,SN5 https://t.co/GlZ28KFVHU,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1291504220948951041,[],['https://pbs.twimg.com/media/EexYPnPU0AEqLUI.jpg'],1,https://pbs.twimg.com/media/EexYPnPU0AEqLUI.jpg,False,164247,4465,11117,,None,,,,,,,[],,,, +1187,1290826885375696899,1290810985998057473,1596592086000.0,2020-08-05 01:48:06,+0000,,"@PPathole @TrevorMahlmann @arstechnica We’ll do several short hops to smooth out launch process, then go high altitude with body flaps",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1290826885375696899,[],[],0,,False,6539,256,446,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'TrevorMahlmann', 'name': '📸Trevor Mahlmann', 'id': '832270448'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}]",,,, +1188,1290819744690507781,1290810985998057473,1596590384000.0,2020-08-05 01:19:44,+0000,,@ebelardo73 @bluemoondance74 @TrevorMahlmann @arstechnica Soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1290819744690507781,[],[],0,,False,3462,111,112,,None,,,,,,,"[{'screen_name': 'ebelardo73', 'name': 'Eric Belardo ""Come See our new Show"" :Cyber Crimes', 'id': '900248005'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'TrevorMahlmann', 'name': '📸Trevor Mahlmann', 'id': '832270448'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}]",,,, +1189,1290819191835164672,1290810985998057473,1596590252000.0,2020-08-05 01:17:32,+0000,,"@TrevorMahlmann @arstechnica V1.1 legs will be ~60% longer. V2.0 legs will be much wider & taller — like Falcon, but capable of landing on unimproved surfaces & auto-leveling.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1290819191835164672,[],[],0,,False,6960,172,462,,None,,,,,,,"[{'screen_name': 'TrevorMahlmann', 'name': '📸Trevor Mahlmann', 'id': '832270448'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}]",,,, +1190,1290817143785783296,1290800650033475585,1596589763000.0,2020-08-05 01:09:23,+0000,,@flcnhvy Progress is accelerating,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1290817143785783296,[],[],0,,False,17006,356,584,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1191,1290807173258203136,1290800794028187648,1596587386000.0,2020-08-05 00:29:46,+0000,,@SciGuySpace Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1290807173258203136,[],[],0,,False,4608,114,154,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1192,1290806924728918017,1290801261256859649,1596587327000.0,2020-08-05 00:28:47,+0000,,@austinbarnard45 Mars is looking real,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1290806924728918017,[],[],0,,False,50749,1024,2906,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +1193,1290798245761826816,1290796861213814786,1596585258000.0,2020-08-04 23:54:18,+0000,,@TrevorMahlmann Possible flight in 3 mins,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1290798245761826816,[],[],0,,False,11056,819,495,,None,,,,,,,"[{'screen_name': 'TrevorMahlmann', 'name': '📸Trevor Mahlmann', 'id': '832270448'}]",,,, +1194,1290710257728024578,1290667201113067520,1596564280000.0,2020-08-04 18:04:40,+0000,,@Erdayastronaut Most likely,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1290710257728024578,[],[],0,,False,5740,205,257,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1195,1290553355467739142,1290527386606489600,1596526871000.0,2020-08-04 07:41:11,+0000,,@flcnhvy @Lindw0rm @cleantechnica True,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1290553355467739142,[],[],0,,False,1695,126,30,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Lindw0rm', 'name': 'Lukas', 'id': '1118405751343669248'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1196,1290546456030576641,1290527386606489600,1596525226000.0,2020-08-04 07:13:46,+0000,,@Lindw0rm @cleantechnica Highly likely down the road,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1290546456030576641,[],[],0,,False,1374,129,49,,None,,,,,,,"[{'screen_name': 'Lindw0rm', 'name': 'Lukas', 'id': '1118405751343669248'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1197,1290545642067111936,1290527386606489600,1596525032000.0,2020-08-04 07:10:32,+0000,,@cleantechnica True fact,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1290545642067111936,[],[],0,,False,28038,1037,579,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1198,1290448540821594114,1290436760946855941,1596501882000.0,2020-08-04 00:44:42,+0000,,"@NASASpaceflight Scrubbed for the day. A Raptor turbopump spin start valve didn’t open, triggering an automatic abort. We’ll figure out why & retry tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1290448540821594114,[],[],0,,False,7471,332,726,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1199,1290427983727964160,1290403742873989125,1596496980000.0,2020-08-03 23:23:00,+0000,,@Erdayastronaut I’m in the Boca control room. Hop attempt in ~33 minutes.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1290427983727964160,[],[],0,,False,10192,650,1117,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1200,1290314407549890561,1290008833335660547,1596469902000.0,2020-08-03 15:51:42,+0000,,@Erdayastronaut @SpaceX For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1290314407549890561,[],[],0,,False,15087,285,283,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1201,1290313960563113992,1290296014331506692,1596469795000.0,2020-08-03 15:49:55,+0000,,"@engineers_feed Tbh, I must confess to occasionally pontificating about high-concept things",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1290313960563113992,[],[],0,,False,6179,255,188,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1202,1290313605913759745,1290296014331506692,1596469711000.0,2020-08-03 15:48:31,+0000,,@engineers_feed Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1290313605913759745,[],[],0,,False,9179,161,152,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1203,1290065061780901888,1289987081867993089,1596410453000.0,2020-08-02 23:20:53,+0000,,"@Erdayastronaut Nosecone closing is recommended, but not required, for safe entry",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1290065061780901888,[],[],0,,False,3439,92,81,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1204,1290056061253165057,1290056061253165057,1596408307000.0,2020-08-02 22:45:07,+0000,,"When space travel becomes as common as air travel, the future of civilization will be assured",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1290056061253165057,[],[],0,,False,336880,12924,33936,,None,,,,,,,[],,,, +1205,1290038435453919233,1289993878913708032,1596404105000.0,2020-08-02 21:35:05,+0000,,@waitbutwhy Space is the new air,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1290038435453919233,[],[],0,,False,16358,444,977,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1206,1290021404994236416,1290021404994236416,1596400045000.0,2020-08-02 20:27:25,+0000,,Congratulations @SpaceX & @NASA on completing first crewed Dragon flight!! 🇺🇸 returned.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1290021404994236416,[],[],0,,False,235245,2708,18643,,None,,,,,,,[],,,, +1207,1289997160763670530,1289997160763670530,1596394264000.0,2020-08-02 18:51:04,+0000,,Dragon is stable in the water,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1289997160763670530,[],[],0,,False,304896,6550,16241,,None,,,,,,,[],,,, +1208,1289993721463767040,1289992330397618176,1596393444000.0,2020-08-02 18:37:24,+0000,,Acquisition of signal expected in 5 mins,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1289993721463767040,[],[],0,,False,18651,378,596,,None,,,,,,,[],,,, +1209,1289992330397618176,1289992330397618176,1596393113000.0,2020-08-02 18:31:53,+0000,,4 mins to Dragon loss of signal due to atmospheric entry plasma,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1289992330397618176,[],[],0,,False,57990,1181,2439,,None,,,,,,,[],,,, +1210,1289987081867993089,1289987081867993089,1596391861000.0,2020-08-02 18:11:01,+0000,,Dragon will travel from south of New Zealand to Florida in ~37 minutes,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1289987081867993089,[],[],0,,False,146130,3078,8933,,None,,,,,,,[],,,, +1211,1289974006087442438,1289974006087442438,1596388744000.0,2020-08-02 17:19:04,+0000,,Coming in hot,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1289974006087442438,[],[],0,,False,32289,862,2394,https://twitter.com/SpaceX/status/1289973119323529216,None,,,,,,,[],,,, +1212,1289968074439847937,1289968074439847937,1596387330000.0,2020-08-02 16:55:30,+0000,,Astronauts land in 2 hours @NASA @SpaceX,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1289968074439847937,[],[],0,,False,117464,1652,7955,,None,,,,,,,[],,,, +1213,1289799068588191747,1289792009901879296,1596347035000.0,2020-08-02 05:43:55,+0000,,"@Erdayastronaut @SpaceX However, we did prove that a SuperDraco landing could work by doing a propulsive hover https://t.co/Mr7VFIQwWf",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1289799068588191747,['https://m.youtube.com/watch?v=07Pm8ZY0XJI'],[],0,,False,2937,93,147,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1214,1289798584179675136,1289792009901879296,1596346920000.0,2020-08-02 05:42:00,+0000,,"@Erdayastronaut @SpaceX All correct. Parachutes were originally the backup landing system, with SuperDraco thrusters as primary. Difficulty of proving thruster landing safety *and* architecture being suboptimal for moon/Mars caused us to change focus to parachutes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1289798584179675136,[],[],0,,False,4716,113,194,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1215,1289785293621456898,1289671305835327488,1596343751000.0,2020-08-02 04:49:11,+0000,,@meier1028 @SpaceX @Space_Station @AstroBehnken @Astro_Doug Great game,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1289785293621456898,[],[],0,,False,1031,40,30,,None,,,,,,,"[{'screen_name': 'meier1028', 'name': 'Jeremy Meier', 'id': '618281568'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'AstroBehnken', 'name': 'Bob Behnken', 'id': '2543629379'}, {'screen_name': 'Astro_Doug', 'name': 'Col. Doug Hurley', 'id': '275710913'}]",,,, +1216,1289785156799090689,1289774567854993408,1596343719000.0,2020-08-02 04:48:39,+0000,,@NatalCicuto @Tesla @Kristennetten @TeslaForThe_Win Working on it,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1289785156799090689,[],[],0,,False,12150,251,161,,None,,,,,,,"[{'screen_name': 'NatalCicuto', 'name': 'Nat🇨🇦', 'id': '616697216'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'TeslaForThe_Win', 'name': 'SomePeopleCallMeTheSpaceCowboy 🤠 🚀 wear a mask', 'id': '1063252578878803968'}]",,,, +1217,1289474926399741954,1289270103905677312,1596269754000.0,2020-08-01 08:15:54,+0000,,@engineeringvids The simplest solution is not necessarily the most satisfying,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1289474926399741954,[],[],0,,False,6308,215,416,,None,,,,,,,"[{'screen_name': 'engineeringvids', 'name': 'Engineering', 'id': '1149159932777730048'}]",,,, +1218,1289452630394040322,1289452630394040322,1596264438000.0,2020-08-01 06:47:18,+0000,,🧙‍♂️,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1289452630394040322,[],[],0,,False,34981,977,1386,https://twitter.com/vincent13031925/status/1289308589253783553,None,,,,,,,[],,,, +1219,1289409927438405633,1289051795763769345,1596254257000.0,2020-08-01 03:57:37,+0000,,@cybrtrck Absolutely. Long-lasting art is incredibly difficult.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1289409927438405633,[],[],0,,False,1838,155,73,,None,,,,,,,"[{'screen_name': 'cybrtrck', 'name': '⚡️tez', 'id': '840391484'}]",,,, +1220,1289408490205614080,1289051795763769345,1596253914000.0,2020-08-01 03:51:54,+0000,,This BBC article provides a sensible summary for how it was done https://t.co/le3r20BWID,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1289408490205614080,['http://www.bbc.co.uk/history/ancient/egyptians/pyramid_builders_01.shtml'],[],0,,False,17297,924,862,,None,,,,,,,[],,,, +1221,1289212751651323904,1289051795763769345,1596207247000.0,2020-07-31 14:54:07,+0000,,"The Great Pyramid was the tallest structure made by humans for 3800 years. Three thousand, eight hundred years. https://t.co/6DU46eMbni",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1289212751651323904,['https://en.m.wikipedia.org/wiki/Great_Pyramid_of_Giza'],[],0,,False,43899,2058,2157,,None,,,,,,,[],,,, +1222,1289087956699844608,1289020373019877377,1596177493000.0,2020-07-31 06:38:13,+0000,,@waitbutwhy So true,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1289087956699844608,[],[],0,,False,6185,166,99,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1223,1289052484820807680,1289051795763769345,1596169036000.0,2020-07-31 04:17:16,+0000,,Ramses II was 😎,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1289052484820807680,[],[],0,,False,75690,1651,2572,,None,,,,,,,[],,,, +1224,1289051795763769345,1289051795763769345,1596168872000.0,2020-07-31 04:14:32,+0000,,Aliens built the pyramids obv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1289051795763769345,[],[],0,,False,519347,25384,66256,,None,,,,,,,[],,,, +1225,1289051036271775746,1289049233358643200,1596168691000.0,2020-07-31 04:11:31,+0000,,@Iearnsomethlng Ancient Egypt had an incredible esthetic that stands to this day,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1289051036271775746,[],[],0,,False,7458,260,257,,None,,,,,,,"[{'screen_name': 'Iearnsomethlng', 'name': 'Learn Something', 'id': '1272076433993510912'}]",,,, +1226,1289026571609600000,1288729803663843329,1596162858000.0,2020-07-31 02:34:18,+0000,,@notch ☺️,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1289026571609600000,[],[],0,,False,5070,111,63,,None,,,,,,,"[{'screen_name': 'notch', 'name': 'Notch', 'id': '63485337'}]",,,, +1227,1288990811682611200,1288907054514614274,1596154332000.0,2020-07-31 00:12:12,+0000,,@matfabrix @engineers_feed Witch logic https://t.co/o5xAopSNw1,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1288990811682611200,['https://m.youtube.com/watch?v=zrzMhU_4m-g'],[],0,,False,1208,97,44,,None,,,,,,,"[{'screen_name': 'matfabrix', 'name': 'Mateo Sabando', 'id': '297071970'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1228,1288989028759396352,1288907054514614274,1596153907000.0,2020-07-31 00:05:07,+0000,,"@matfabrix @engineers_feed Things we take for granted, like flying, would have had you burned at the stake for witchcraft not that long ago",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1288989028759396352,[],[],0,,False,3268,144,181,,None,,,,,,,"[{'screen_name': 'matfabrix', 'name': 'Mateo Sabando', 'id': '297071970'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1229,1288988009530966016,1288907054514614274,1596153664000.0,2020-07-31 00:01:04,+0000,,@engineers_feed Engineering is magic made real,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1288988009530966016,[],[],0,,False,74997,1135,8093,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1230,1288980527962132481,1288925451902054400,1596151880000.0,2020-07-30 23:31:20,+0000,,@JaneidyEve Lo Que Construimos https://t.co/2yg5GAtgV9,es,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1288980527962132481,['https://m.youtube.com/watch?v=RS6CRP_OoQA'],[],0,,False,985,89,75,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +1231,1288973971514302466,1288941678749986817,1596150317000.0,2020-07-30 23:05:17,+0000,,@thesheetztweetz Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1288973971514302466,[],[],0,,False,6804,218,164,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1232,1288935356310552576,1288928622728712192,1596141110000.0,2020-07-30 20:31:50,+0000,, https://t.co/8lpvwbeC4R,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1288935356310552576,[],['https://pbs.twimg.com/media/EeM33_KU8AAnfzU.jpg'],1,https://pbs.twimg.com/media/EeM33_KU8AAnfzU.jpg,False,48277,972,3282,,None,,,,,,,[],,,, +1233,1288928622728712192,1288928622728712192,1596139505000.0,2020-07-30 20:05:05,+0000,,Starship SN5 just completed full duration static fire. 150m hop soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1288928622728712192,[],[],0,,False,72742,1788,4202,,None,,,,,,,[],,,, +1234,1288925451902054400,1288925451902054400,1596138749000.0,2020-07-30 19:52:29,+0000,,🖤🧛‍♀️Total Eclipse of the Heart 🧛‍♀️🖤 https://t.co/n8djdlKnbE,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1288925451902054400,['https://m.youtube.com/watch?v=lcOxhH8N3Bo'],[],0,,False,12726,1254,773,,None,,,,,,,[],,,, +1235,1288922868072366086,1288350443664314369,1596138133000.0,2020-07-30 19:42:13,+0000,,@lnterestingMaps @Iearnsomethlng 😮,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1288922868072366086,[],[],0,,False,14235,224,278,,None,,,,,,,"[{'screen_name': 'lnterestingMaps', 'name': 'Interesting Maps', 'id': '1261693628294008833'}, {'screen_name': 'Iearnsomethlng', 'name': 'Learn Something', 'id': '1272076433993510912'}]",,,, +1236,1288922122115403776,1288843157552144384,1596137955000.0,2020-07-30 19:39:15,+0000,,@bluemoondance74 @PPathole @flcnhvy @shravantr @Neuro_Skeptic Not that I’m aware of,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1288922122115403776,[],[],0,,False,627,45,11,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'shravantr', 'name': 'WaveParticle', 'id': '170605792'}, {'screen_name': 'Neuro_Skeptic', 'name': 'Neuroskeptic', 'id': '316327930'}]",,,, +1237,1288904171324731394,1288843157552144384,1596133675000.0,2020-07-30 18:27:55,+0000,,@PPathole @flcnhvy @shravantr @Neuro_Skeptic Yes. Could also extend range of hearing beyond normal frequencies and amplitudes. Deus Ex.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1288904171324731394,[],[],0,,False,1211,124,73,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'shravantr', 'name': 'WaveParticle', 'id': '170605792'}, {'screen_name': 'Neuro_Skeptic', 'name': 'Neuroskeptic', 'id': '316327930'}]",,,, +1238,1288902305815777281,1288843157552144384,1596133231000.0,2020-07-30 18:20:31,+0000,,"@flcnhvy @shravantr @Neuro_Skeptic Neuralinks are currently meant for mature brains & functionality is lost if removed. Rewiring of neurons is certainly possible, but won’t make up for loss of the Link.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1288902305815777281,[],[],0,,False,1230,88,78,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'shravantr', 'name': 'WaveParticle', 'id': '170605792'}, {'screen_name': 'Neuro_Skeptic', 'name': 'Neuroskeptic', 'id': '316327930'}]",,,, +1239,1288892543061487616,1288843157552144384,1596130903000.0,2020-07-30 17:41:43,+0000,,"@shravantr @Neuro_Skeptic Yes, should be possible to create a neural shunt from motor cortex to microcontrollers in muscle groups & restore movement even if someone has a fully severed spinal cord. First part has already been demonstrated with Utah array, but not as an outpatient device.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1288892543061487616,[],[],0,,False,1282,66,109,,None,,,,,,,"[{'screen_name': 'shravantr', 'name': 'WaveParticle', 'id': '170605792'}, {'screen_name': 'Neuro_Skeptic', 'name': 'Neuroskeptic', 'id': '316327930'}]",,,, +1240,1288889018512367616,1288843157552144384,1596130063000.0,2020-07-30 17:27:43,+0000,,@Neuro_Skeptic Will show neurons firing in real-time on August 28th. The matrix in the matrix.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1288889018512367616,[],[],0,,False,3950,211,427,,None,,,,,,,"[{'screen_name': 'Neuro_Skeptic', 'name': 'Neuroskeptic', 'id': '316327930'}]",,,, +1241,1288887053388664832,1288843157552144384,1596129594000.0,2020-07-30 17:19:54,+0000,,@Neuro_Skeptic They don’t fire all at once. Some go several seconds to minutes without firing. Some fire several times per second. Very wide timing distribution.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1288887053388664832,[],[],0,,False,9715,335,305,,None,,,,,,,"[{'screen_name': 'Neuro_Skeptic', 'name': 'Neuroskeptic', 'id': '316327930'}]",,,, +1242,1288883228305047552,1288818712154267655,1596128682000.0,2020-07-30 17:04:42,+0000,,@NASAPersevere @ulalaunch @NASA_LSP Congrats on a great launch!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1288883228305047552,[],[],0,,False,8067,128,206,,None,,,,,,,"[{'screen_name': 'NASAPersevere', 'name': ""NASA's Perseverance Mars Rover"", 'id': '1232783237623119872'}, {'screen_name': 'ulalaunch', 'name': 'ULA', 'id': '22845770'}, {'screen_name': 'NASA_LSP', 'name': ""NASA's Launch Services Program"", 'id': '15921684'}]",,,, +1243,1288759969064468481,1288729803663843329,1596099295000.0,2020-07-30 08:54:55,+0000,,But sometimes when we touch … https://t.co/KMassjCtIx,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1288759969064468481,['https://m.youtube.com/watch?v=IATz8ZVTALo'],[],0,,False,45382,1192,1563,,None,,,,,,,[],,,, +1244,1288754654570930176,1288744630788304897,1596098028000.0,2020-07-30 08:33:48,+0000,,@jelle56367384 @Anvithvittal @DNPthree @tiesto Adagio for Strings is great https://t.co/RgY1P1VGoU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1288754654570930176,['https://m.youtube.com/watch?v=8tIgN7eICn4'],[],0,,False,902,59,58,,None,,,,,,,"[{'screen_name': 'jelle56367384', 'name': 'jelle', 'id': '1214878324629155840'}, {'screen_name': 'DNPthree', 'name': 'DNP3', 'id': '1085654384686571520'}, {'screen_name': 'tiesto', 'name': 'Tiësto', 'id': '40101400'}]",,,, +1245,1288751116562206720,1288751116562206720,1596097184000.0,2020-07-30 08:19:44,+0000,,Losing It https://t.co/9HOY0ldzg4,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1288751116562206720,['https://open.spotify.com/album/143cxYCazoiNfviHRmxkdv?nd=1&nd=1'],[],0,,False,38175,1799,4857,,None,,,,,,,[],,,, +1246,1288750020208992257,1174049168182169601,1596096923000.0,2020-07-30 08:15:23,+0000,,@EuroSandor @RSprachrohr 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1288750020208992257,[],[],0,,False,716,21,11,,None,,,,,,,"[{'screen_name': 'EuroSandor', 'name': 'Sándor Zsíros', 'id': '1620098652'}, {'screen_name': 'RSprachrohr', 'name': 'Rammstein', 'id': '173813231'}]",,,, +1247,1288748977324605440,1288744630788304897,1596096674000.0,2020-07-30 08:11:14,+0000,,@RenataKonkoly @Sneakyness Mein Herz Brennt. Best boss battle song ever. https://t.co/JIl6vzhQAx,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1288748977324605440,['https://m.youtube.com/watch?v=WXv31OmnKqQ'],[],0,,False,1632,107,97,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'Sneakyness', 'name': 'Sиєαкуиєѕѕ', 'id': '37238075'}]",,,, +1248,1288747096305065984,1288744630788304897,1596096226000.0,2020-07-30 08:03:46,+0000,,@flcnhvy Robot Heart is 🔥🔥,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1288747096305065984,[],[],0,,False,874,46,26,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1249,1288745856808542208,1288744630788304897,1596095930000.0,2020-07-30 07:58:50,+0000,,@Sneakyness One of the all time best,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1288745856808542208,[],[],0,,False,6770,137,94,,None,,,,,,,"[{'screen_name': 'Sneakyness', 'name': 'Sиєαкуиєѕѕ', 'id': '37238075'}]",,,, +1250,1288744819829833728,1288744630788304897,1596095683000.0,2020-07-30 07:54:43,+0000,,@tobyliiiiiiiiii Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1288744819829833728,[],[],0,,False,5647,266,82,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +1251,1288744630788304897,1288744630788304897,1596095638000.0,2020-07-30 07:53:58,+0000,,Sure could use a good rave What’s your favorite techno,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1288744630788304897,[],[],0,,False,130852,15463,11445,,None,,,,,,,[],,,, +1252,1288734164485898240,1288734164485898240,1596093142000.0,2020-07-30 07:12:22,+0000,,I … I just died in your arms tonight,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1288734164485898240,[],[],0,,False,185122,6940,12704,,None,,,,,,,[],,,, +1253,1288729803663843329,1288729803663843329,1596092103000.0,2020-07-30 06:55:03,+0000,,The rumor that Bill Gates & I are lovers is completely untrue,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1288729803663843329,[],[],0,,False,496513,12874,42901,,None,,,,,,,[],,,, +1254,1288725893259698176,1288501122504642562,1596091170000.0,2020-07-30 06:39:30,+0000,,@WholeMarsBlog @PPathole Yeah. Display will also soon render Teslas specifically as their model & color instead of as a generic sedan/SUV. Has potential for a fun punch buggy sort of game.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1288725893259698176,[],[],0,,False,2217,178,131,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1255,1288724824009977857,1288501122504642562,1596090916000.0,2020-07-30 06:35:16,+0000,,@keith31345919 @PPathole https://t.co/S8mdWgCdFg,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1288724824009977857,['https://www.tesmanian.com/blogs/tesmanian-blog/patent-1'],[],0,,False,997,41,100,,None,,,,,,,"[{'screen_name': 'keith31345919', 'name': 'Keith808', 'id': '1100855141714935808'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1256,1288724211767418880,1288501122504642562,1596090770000.0,2020-07-30 06:32:50,+0000,,"@keith31345919 @PPathole We’ve been working on this for about 4 years. Originally meant for rabies vaccine, but it can make pretty much anything that’s an RNA sequence. Critical path is completing human trials.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1288724211767418880,[],[],0,,False,1757,82,167,,None,,,,,,,"[{'screen_name': 'keith31345919', 'name': 'Keith808', 'id': '1100855141714935808'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1257,1288722944693276672,1288501122504642562,1596090467000.0,2020-07-30 06:27:47,+0000,,@keith31345919 @PPathole https://t.co/0kAAv0DtNn,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1288722944693276672,['https://www.biospace.com/article/tesla-to-build-vaccine-printers-for-curevac-s-covid-19-vaccine/'],[],0,,False,1622,47,233,,None,,,,,,,"[{'screen_name': 'keith31345919', 'name': 'Keith808', 'id': '1100855141714935808'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1258,1288722245280464896,1288501122504642562,1596090301000.0,2020-07-30 06:25:01,+0000,,@PPathole 🎶 Billy G is not my lover 🎶,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1288722245280464896,[],[],0,,False,32835,1279,2189,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1259,1288722022323781633,1288501122504642562,1596090248000.0,2020-07-30 06:24:08,+0000,,@PPathole Sounds like he doesn’t realize Tesla makes the vaccine machine for CureVac,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1288722022323781633,[],[],0,,False,10802,323,673,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1260,1288680039823765504,1288317992292495360,1596080238000.0,2020-07-30 03:37:18,+0000,,@mkarolian @Tesla Thanks for letting me know. Will dig into it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1288680039823765504,[],[],0,,False,993,43,23,,None,,,,,,,"[{'screen_name': 'mkarolian', 'name': 'Matt Karolian \U0001f7e3', 'id': '14098166'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1261,1288388389666922496,1288221303875371008,1596010703000.0,2020-07-29 08:18:23,+0000,,@GreenDragonBot 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1288388389666922496,[],[],0,,False,42600,621,1246,,None,,,,,,,"[{'screen_name': 'GreenDragonBot', 'name': 'GDB', 'id': '1161131921109184512'}]",,,, +1262,1288373683736649728,1288101843336396802,1596007197000.0,2020-07-29 07:19:57,+0000,,@thesheetztweetz Sum > parts,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1288373683736649728,[],[],0,,False,4248,153,138,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1263,1288370540973981696,1288293243856261122,1596006448000.0,2020-07-29 07:07:28,+0000,,"@Teslarati Should add a few miles of range, more in slow traffic",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1288370540973981696,[],[],0,,False,5308,226,172,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1264,1288276115816091649,1288085886568194053,1595983935000.0,2020-07-29 00:52:15,+0000,,@Kristennetten @xiang_aw @OwenSparks_ @BernieSanders The government has the most money by far. They talk in trillions.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1288276115816091649,[],[],0,,False,2657,214,140,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'xiang_aw', 'name': '🔋 Disrupt or Distort 🛢', 'id': '1887048324'}, {'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +1265,1288267661286215680,1288267160968560640,1595981919000.0,2020-07-29 00:18:39,+0000,,@jgrano305 @TeslaOwnersNBay Haha no one can ever have our top secret fart technology!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1288267661286215680,[],[],0,,False,2288,155,113,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'TeslaOwnersNBay', 'name': 'Tesla Owners North Bay', 'id': '1229566359257763840'}]",,,, +1266,1288267313729474561,1288267160968560640,1595981837000.0,2020-07-29 00:17:17,+0000,,@TeslaOwnersNBay 💕 💕,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1288267313729474561,[],[],0,,False,581,21,16,,None,,,,,,,"[{'screen_name': 'TeslaOwnersNBay', 'name': 'Tesla Owners North Bay', 'id': '1229566359257763840'}]",,,, +1267,1288265584178798592,1288263205307977732,1595981424000.0,2020-07-29 00:10:24,+0000,,@sam_lopezXx @Teslarati Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1288265584178798592,[],[],0,,False,2135,111,70,,None,,,,,,,"[{'screen_name': 'sam_lopezXx', 'name': 'Sam lopez', 'id': '961381259560800257'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1268,1288265150928125952,1288263205307977732,1595981321000.0,2020-07-29 00:08:41,+0000,,"@Teslarati Tesla is open to licensing software and supplying powertrains & batteries. We’re just trying to accelerate sustainable energy, not crush competitors!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1288265150928125952,[],[],0,,False,32420,1130,2853,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1269,1288263720007761920,1288085886568194053,1595980980000.0,2020-07-29 00:03:00,+0000,,@xiang_aw @OwenSparks_ @BernieSanders What he doesn’t appear to appreciate is that government is just a monopolist corporation in the limit,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1288263720007761920,[],[],0,,False,2271,127,137,,None,,,,,,,"[{'screen_name': 'xiang_aw', 'name': '🔋 Disrupt or Distort 🛢', 'id': '1887048324'}, {'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +1270,1288260255009341440,1288233629982658560,1595980154000.0,2020-07-28 23:49:14,+0000,,@slashdot !,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1288260255009341440,[],[],0,,False,7154,684,281,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1271,1288158958155423749,1287947590559031296,1595956003000.0,2020-07-28 17:06:43,+0000,,@Techgnostik @schristakos @BernieSanders Agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1288158958155423749,[],[],0,,False,1092,73,40,,None,,,,,,,"[{'screen_name': 'Techgnostik', 'name': 'Techgnostik 🖖🏼🌏', 'id': '236894984'}, {'screen_name': 'schristakos', 'name': 'St≡v≡n Christakos | My Electric Adventure', 'id': '348862752'}, {'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +1272,1288158863863287809,1287947590559031296,1595955980000.0,2020-07-28 17:06:20,+0000,,@EvaFoxU @schristakos @BernieSanders Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1288158863863287809,[],[],0,,False,824,38,19,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'schristakos', 'name': 'St≡v≡n Christakos | My Electric Adventure', 'id': '348862752'}, {'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +1273,1288157335668629504,1287966900442419202,1595955616000.0,2020-07-28 17:00:16,+0000,,@DMC_Ryan @rodamn It’s a prototype of the color,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1288157335668629504,[],[],0,,False,1950,165,60,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'rodamn', 'name': 'rodamn', 'id': '19374677'}]",,,, +1274,1288155738423074816,1287947590559031296,1595955235000.0,2020-07-28 16:53:55,+0000,,@schristakos @BernieSanders And to think I used to like Bernie! 😢 https://t.co/adojS2UCe3,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1288155738423074816,[],['https://pbs.twimg.com/media/EeBy0M8WAAEnGpk.jpg'],1,https://pbs.twimg.com/media/EeBy0M8WAAEnGpk.jpg,False,2115,132,146,,None,,,,,,,"[{'screen_name': 'schristakos', 'name': 'St≡v≡n Christakos | My Electric Adventure', 'id': '348862752'}, {'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +1275,1288153472534183940,1287947590559031296,1595954695000.0,2020-07-28 16:44:55,+0000,,@vistacruiser7 @schristakos @BernieSanders @BernieSanders 🕊🕊,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1288153472534183940,[],[],0,,False,1415,64,82,,None,,,,,,,"[{'screen_name': 'vistacruiser7', 'name': 'vistacruiser7', 'id': '1184775980'}, {'screen_name': 'schristakos', 'name': 'St≡v≡n Christakos | My Electric Adventure', 'id': '348862752'}, {'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +1276,1288151276207738880,1287947590559031296,1595954171000.0,2020-07-28 16:36:11,+0000,,@schristakos @BernieSanders Maybe he’s feeling the bern haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1288151276207738880,[],[],0,,False,4390,106,188,,None,,,,,,,"[{'screen_name': 'schristakos', 'name': 'St≡v≡n Christakos | My Electric Adventure', 'id': '348862752'}, {'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +1277,1287965692298268673,1287961353492344833,1595909924000.0,2020-07-28 04:18:44,+0000,,"@NASASpaceflight Fuel spin valve didn’t open. Will fix & try again tomorrow. Also, some odd TVC hydraulic pump behavior.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1287965692298268673,[],[],0,,False,9063,317,340,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1278,1287926090715947009,1287905671791480834,1595900483000.0,2020-07-28 01:41:23,+0000,,"@NASASpaceflight I was just out at the launch pad. Connector damaged in the storm, but fixed now. Might be able to fire tonight or at least get to the next issue.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1287926090715947009,[],[],0,,False,6382,220,270,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1279,1287839317537284096,1286683627632427012,1595879794000.0,2020-07-27 19:56:34,+0000,,"@PrisonPlanet Whether commercial or government, monopolies are bad for the people",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1287839317537284096,[],[],0,,False,10486,427,1252,,None,,,,,,,"[{'screen_name': 'PrisonPlanet', 'name': 'Paul Joseph Watson', 'id': '18643437'}]",,,, +1280,1287829529721962499,1287810555655475204,1595877461000.0,2020-07-27 19:17:41,+0000,,@Teslarati Sounds great,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1287829529721962499,[],[],0,,False,4468,186,127,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1281,1287828284852535301,1287754630714269696,1595877164000.0,2020-07-27 19:12:44,+0000,,@enn_nafnlaus @TheOnion Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1287828284852535301,[],[],0,,False,1055,43,16,,None,,,,,,,"[{'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1282,1287824348460593154,1287824348460593154,1595876225000.0,2020-07-27 18:57:05,+0000,,Das Kapital in a nutshell https://t.co/mG44mMkitx,de,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1287824348460593154,[],['https://pbs.twimg.com/media/Ed9Fay_WAAAQwjI.jpg'],1,https://pbs.twimg.com/media/Ed9Fay_WAAAQwjI.jpg,False,242570,15774,38255,,None,,,,,,,[],,,, +1283,1287822920966905858,1287818109651431427,1595875885000.0,2020-07-27 18:51:25,+0000,,@anthm17 What I like most is their great sense of humor,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1287822920966905858,[],[],0,,False,28225,806,911,,None,,,,,,,"[{'screen_name': 'AnthM17', 'name': 'AnthM', 'id': '1371139946644398082'}]",,,, +1284,1287818109651431427,1287818109651431427,1595874738000.0,2020-07-27 18:32:18,+0000,,The left is losing the middle,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1287818109651431427,[],[],0,,False,468281,38035,59224,,None,,,,,,,[],,,, +1285,1287808934569545730,1287754630714269696,1595872550000.0,2020-07-27 17:55:50,+0000,,@RationalEtienne @TheOnion Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1287808934569545730,[],[],0,,False,1822,87,45,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1286,1287805905422159873,1287793768477884417,1595871828000.0,2020-07-27 17:43:48,+0000,,@RationalEtienne @atNickVega @TheOnion 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1287805905422159873,[],[],0,,False,1175,37,21,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'atNickVega', 'name': 'Nick Vega', 'id': '373599486'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1287,1287796199014244355,1287796199014244355,1595869514000.0,2020-07-27 17:05:14,+0000,,Hold my beer https://t.co/IK3tT1x4wP,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1287796199014244355,[],['https://pbs.twimg.com/media/Ed8rvY5XgAAD_98.jpg'],1,https://pbs.twimg.com/media/Ed8rvY5XgAAD_98.jpg,False,174701,4058,8761,,None,,,,,,,[],,,, +1288,1287794580629393537,1287754630714269696,1595869128000.0,2020-07-27 16:58:48,+0000,,"@TheOnion Once an Onion, now a Rose",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1287794580629393537,[],[],0,,False,2537,262,111,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1289,1287794307991126016,1287793768477884417,1595869063000.0,2020-07-27 16:57:43,+0000,,"@atNickVega @TheOnion Wow, you think about me a lot!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1287794307991126016,[],[],0,,False,9837,256,168,,None,,,,,,,"[{'screen_name': 'atNickVega', 'name': 'Nick Vega', 'id': '373599486'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1290,1287793208265670658,1287550880296742913,1595868801000.0,2020-07-27 16:53:21,+0000,,@YourAnonNews You dropped this,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1287793208265670658,[],[],0,,False,2777,104,58,,None,,,,,,,"[{'screen_name': 'YourAnonNews', 'name': 'Anonymous', 'id': '279390084'}]",,,, +1291,1287793022671912960,1287550880296742913,1595868757000.0,2020-07-27 16:52:37,+0000,,@YourAnonNews 🌹,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1287793022671912960,[],[],0,,False,2913,83,77,,None,,,,,,,"[{'screen_name': 'YourAnonNews', 'name': 'Anonymous', 'id': '279390084'}]",,,, +1292,1287646443822620672,1287557158918172676,1595833810000.0,2020-07-27 07:10:10,+0000,,@EvaFoxU Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1287646443822620672,[],[],0,,False,18792,192,239,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +1293,1287598172508958721,1287594715760611336,1595822301000.0,2020-07-27 03:58:21,+0000,,@cleantechnica Giga Berlin will come together at an impossible-seeming speed. The prefabricated construction method in Germany is extremely impressive.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1287598172508958721,[],[],0,,False,7203,287,482,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1294,1287593791076143105,150387544402575360,1595821256000.0,2020-07-27 03:40:56,+0000,,Almost a decade ago. Original Dragon in background.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1287593791076143105,[],[],0,,False,79539,902,1493,,None,,,,,,,[],,,, +1295,1287589583778185217,1287578839821033472,1595820253000.0,2020-07-27 03:24:13,+0000,,@PPathole @RhiddhiD Ya just can’t beat BR,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1287589583778185217,[],[],0,,False,1481,82,51,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'RhiddhiD', 'name': 'Rhiddhi Prasad Das', 'id': '1284162502587113472'}]",,,, +1296,1287587716197212162,1287578839821033472,1595819808000.0,2020-07-27 03:16:48,+0000,, https://t.co/Ufay65lZJj,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1287587716197212162,[],['https://pbs.twimg.com/media/Ed5uM6LX0AAZRBt.jpg'],1,https://pbs.twimg.com/media/Ed5uM6LX0AAZRBt.jpg,False,32429,1297,1687,,None,,,,,,,[],,,, +1297,1287585248683974657,1287578839821033472,1595819220000.0,2020-07-27 03:07:00,+0000,,@AVRWC Planet Claire is 🔥🔥,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1287585248683974657,[],[],0,,False,537,32,22,,None,,,,,,,"[{'screen_name': 'AVRWC', 'name': 'AVRWC', 'id': '33187560'}]",,,, +1298,1287579555012718592,1287470371508301825,1595817862000.0,2020-07-27 02:44:22,+0000,,@cybrtrck Fair point! Will discuss with team.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1287579555012718592,[],[],0,,False,929,62,44,,None,,,,,,,"[{'screen_name': 'cybrtrck', 'name': '⚡️tez', 'id': '840391484'}]",,,, +1299,1287579260132175872,1287578839821033472,1595817792000.0,2020-07-27 02:43:12,+0000,,@RhiddhiD He was amazing,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1287579260132175872,[],[],0,,False,3574,87,60,,None,,,,,,,"[{'screen_name': 'RhiddhiD', 'name': 'Rhiddhi Prasad Das', 'id': '1284162502587113472'}]",,,, +1300,1287578839821033472,1287578839821033472,1595817692000.0,2020-07-27 02:41:32,+0000,,Great song https://t.co/wj4YdJglSH,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1287578839821033472,['https://open.spotify.com/track/2YodwKJnbPyNKe8XXSE9V7?si=j8ZpGGmLR4KDjGBTrfDyLg'],[],0,,False,120122,3942,10457,,None,,,,,,,[],,,, +1301,1287578433803911168,1287470371508301825,1595817595000.0,2020-07-27 02:39:55,+0000,,"@spotted_model @cleantechnica Nickel is the biggest challenge for high-volume, long-range batteries! Australia & Canada are doing pretty well. US nickel production is objectively very lame. Indonesia 🇮🇩 is great! https://t.co/0MeEE5wRfo",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1287578433803911168,['https://investingnews.com/daily/resource-investing/base-metals-investing/nickel-investing/top-nickel-producing-countries/'],[],0,,False,1153,127,378,,None,,,,,,,"[{'screen_name': 'spotted_model', 'name': 'Dan “Spotted_Model”', 'id': '1116353841908158464'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1302,1287576986307776514,1287470371508301825,1595817250000.0,2020-07-27 02:34:10,+0000,,@PicklePunchD @cleantechnica 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1287576986307776514,[],[],0,,False,637,14,20,,None,,,,,,,"[{'screen_name': 'PicklePunchD', 'name': 'Angella⭐️King', 'id': '780922166'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1303,1287576285850607616,1287358160148336642,1595817083000.0,2020-07-27 02:31:23,+0000,,@SamTalksTesla That’s me! Haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1287576285850607616,[],[],0,,False,8341,148,121,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}]",,,, +1304,1287576142048886784,1287470371508301825,1595817048000.0,2020-07-27 02:30:48,+0000,,@cleantechnica This has a lot of potential. Lithium is pretty much everywhere.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1287576142048886784,[],[],0,,False,2445,126,114,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1305,1287502055876243457,1287460901948477441,1595799385000.0,2020-07-26 21:36:25,+0000,,@Teslarati Whoa cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1287502055876243457,[],[],0,,False,6249,163,132,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1306,1287502000402378763,1287501704930439168,1595799372000.0,2020-07-26 21:36:12,+0000,,@TheOnion 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1287502000402378763,[],[],0,,False,13883,242,352,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1307,1287498222135586816,1287468423899906056,1595798471000.0,2020-07-26 21:21:11,+0000,,@Kristennetten @yourfavgas @ajtourville Has to be blue steel :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1287498222135586816,[],[],0,,False,2239,188,77,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'yourfavgas', 'name': 'Yuri', 'id': '1159852783660650496'}, {'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}]",,,, +1308,1287497417810739200,1287468423899906056,1595798279000.0,2020-07-26 21:17:59,+0000,,"@Mattiecola @ajtourville We need high Brinell hardness & high corrosion resistance. Because of Cybertruck’s faceted nature, formability is not important.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1287497417810739200,[],[],0,,False,854,44,37,,None,,,,,,,"[{'screen_name': 'Mattiecola', 'name': 'Matt Cole', 'id': '104371089'}, {'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}]",,,, +1309,1287495519485472769,1287468423899906056,1595797827000.0,2020-07-26 21:10:27,+0000,,@flcnhvy @yourfavgas @ajtourville I really want to do this! Will be great fun. Could be both LA and Austin.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1287495519485472769,[],[],0,,False,1672,127,53,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'yourfavgas', 'name': 'Yuri', 'id': '1159852783660650496'}, {'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}]",,,, +1310,1287492076939227138,1287468423899906056,1595797006000.0,2020-07-26 20:56:46,+0000,,@yourfavgas @ajtourville Turning them into shade for an outdoor restaurant here in Boca,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1287492076939227138,[],[],0,,False,2024,77,79,,None,,,,,,,"[{'screen_name': 'yourfavgas', 'name': 'Yuri', 'id': '1159852783660650496'}, {'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}]",,,, +1311,1287491810567356421,1287468423899906056,1595796942000.0,2020-07-26 20:55:42,+0000,,@ajtourville Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1287491810567356421,[],[],0,,False,4771,132,80,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}]",,,, +1312,1287489392374878209,1285696096178757632,1595796366000.0,2020-07-26 20:46:06,+0000,,@flcnhvy @Ghost_TeslaPhx @28delayslater @CrewTesla @jrosinski97 @marc_benton @ray4tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1287489392374878209,[],[],0,,False,1697,108,43,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Ghost_TeslaPhx', 'name': 'Sicily', 'id': '2362184887'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'CrewTesla', 'name': 'Tesla Owners Phoenix', 'id': '1233940022249709569'}, {'screen_name': 'jrosinski97', 'name': '🔥TΞSLA Jason🔥', 'id': '373778231'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'ray4tesla', 'name': 'Ray4Tesla⚡️🚘☀️🔋', 'id': '959168599519764480'}]",,,, +1313,1287486123741192194,1285696096178757632,1595795586000.0,2020-07-26 20:33:06,+0000,,@Ghost_TeslaPhx @28delayslater @CrewTesla @jrosinski97 @marc_benton @ray4tesla Not impossible,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1287486123741192194,[],[],0,,False,14193,292,231,,None,,,,,,,"[{'screen_name': 'Ghost_TeslaPhx', 'name': 'Sicily', 'id': '2362184887'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'CrewTesla', 'name': 'Tesla Owners Phoenix', 'id': '1233940022249709569'}, {'screen_name': 'jrosinski97', 'name': '🔥TΞSLA Jason🔥', 'id': '373778231'}, {'screen_name': 'marc_benton', 'name': 'Marc Beta Button Benton', 'id': '14162718'}, {'screen_name': 'ray4tesla', 'name': 'Ray4Tesla⚡️🚘☀️🔋', 'id': '959168599519764480'}]",,,, +1314,1287485282124804098,1287444960556376064,1595795386000.0,2020-07-26 20:29:46,+0000,,@WholeMarsBlog Those were the days! 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1287485282124804098,[],[],0,,False,30761,319,753,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1315,1287207010581307393,1287026296288153602,1595729041000.0,2020-07-26 02:04:01,+0000,,@teslaownersSV @PPathole @maureendowd Ring of Fire https://t.co/gSJ3Np4CAP,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1287207010581307393,['https://m.youtube.com/watch?v=NoxiK7K28PU'],[],0,,False,1235,120,105,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'maureendowd', 'name': 'Maureen Dowd', 'id': '59145948'}]",,,, +1316,1287206406509285381,1286884470042308613,1595728897000.0,2020-07-26 02:01:37,+0000,,@iliketeslas @PJHORNAK @RandyVegetables I know! Congratulations to the people of Bolivia 🇧🇴!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1287206406509285381,[],[],0,,False,3227,239,353,,None,,,,,,,"[{'screen_name': 'iliketeslas', 'name': 'I like Tesla', 'id': '781930918739083264'}, {'screen_name': 'PJHORNAK', 'name': 'pjhornak', 'id': '12153682'}, {'screen_name': 'RandyVegetables', 'name': '尹天熾 - A.K.A. RandyVegetables', 'id': '1046409061611307008'}]",,,, +1317,1287205936650739715,1287026296288153602,1595728785000.0,2020-07-26 01:59:45,+0000,,@PPathole @maureendowd The song I whistle most is Strangers in the Night,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1287205936650739715,[],[],0,,False,569,55,26,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'maureendowd', 'name': 'Maureen Dowd', 'id': '59145948'}]",,,, +1318,1287204969989443586,1286884470042308613,1595728554000.0,2020-07-26 01:55:54,+0000,,@RandyVegetables Some of whom seriously think Tesla toppled the Bolivian govt (sigh) https://t.co/yC5gaa12DW,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1287204969989443586,['https://en.m.wikipedia.org/wiki/2019_Bolivian_political_crisis'],[],0,,False,7611,356,285,,None,,,,,,,"[{'screen_name': 'RandyVegetables', 'name': '尹天熾 - A.K.A. RandyVegetables', 'id': '1046409061611307008'}]",,,, +1319,1287181873014345729,1287026296288153602,1595723047000.0,2020-07-26 00:24:07,+0000,,@maureendowd Great song,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1287181873014345729,[],[],0,,False,5868,164,88,,None,,,,,,,"[{'screen_name': 'maureendowd', 'name': 'Maureen Dowd', 'id': '59145948'}]",,,, +1320,1287181753334018048,1287130700513247233,1595723019000.0,2020-07-26 00:23:39,+0000,,@karaswisher @maureendowd @elon Haha thanks Kara :),tl,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1287181753334018048,[],[],0,,False,1312,38,28,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}, {'screen_name': 'maureendowd', 'name': 'Maureen Dowd', 'id': '59145948'}, {'screen_name': 'elon', 'name': 'Elon 🥑', 'id': '14156569'}]",,,, +1321,1287181623126118401,1286982723622576128,1595722988000.0,2020-07-26 00:23:08,+0000,,@erikmaza @maureendowd For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1287181623126118401,[],[],0,,False,3064,101,51,,None,,,,,,,"[{'screen_name': 'erikmaza', 'name': 'Erik Maza', 'id': '118452542'}, {'screen_name': 'maureendowd', 'name': 'Maureen Dowd', 'id': '59145948'}]",,,, +1322,1287176336310702080,1287170056548429830,1595721727000.0,2020-07-26 00:02:07,+0000,,"@TheFavoritist @NASASpaceflight @BocaChicaGal Yeah, we’re hunkering down here until the hurricane passes",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1287176336310702080,[],[],0,,False,2795,140,103,,None,,,,,,,"[{'screen_name': 'TheFavoritist', 'name': 'Brady Kenniston', 'id': '43774940'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}]",,,, +1323,1287165288799252480,1286673686821515266,1595719093000.0,2020-07-25 23:18:13,+0000,,@Adolfo_MorenoS @historyofarmani Exactly!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1287165288799252480,[],[],0,,False,1141,79,38,,None,,,,,,,"[{'screen_name': 'Adolfo_MorenoS', 'name': 'Adolfo Moreno S.', 'id': '747263527434469376'}, {'screen_name': 'historyofarmani', 'name': 'Armani', 'id': '2897353667'}]",,,, +1324,1287140748241047554,1287140748241047554,1595713242000.0,2020-07-25 21:40:42,+0000,,Cool Model 3 review by @iamjamiefoxx https://t.co/hJDD7BjkE3,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1287140748241047554,['https://m.youtube.com/watch?v=tB15Da2TRWw&feature=youtu.be'],[],0,,False,16734,1017,1065,,None,,,,,,,[],,,, +1325,1286965522559569922,1286962829090623488,1595671465000.0,2020-07-25 10:04:25,+0000,,@teslacn Tesla will add a power lift gate at no cost,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/1286965522559569922,[],[],0,,False,48633,474,1255,,None,,,,,,,"[{'screen_name': 'teslacn', 'name': 'Tesla Greater China', 'id': '1201427034754318337'}]",,,, +1326,1286962167481335810,1286955927124545537,1595670665000.0,2020-07-25 09:51:05,+0000,,"@HansNoordsij Agreed, hydrogen fool sells make no sense",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1286962167481335810,[],[],0,,False,2996,167,240,,None,,,,,,,"[{'screen_name': 'HansNoordsij', 'name': 'Hans Noordsij', 'id': '53617712'}]",,,, +1327,1286869404874088448,1286869404874088448,1595648549000.0,2020-07-25 03:42:29,+0000,,Pronouns suck,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1286869404874088448,[],[],0,,False,270232,22221,21393,,None,,,,,,,[],,,, +1328,1286867520314642443,1286673686821515266,1595648100000.0,2020-07-25 03:35:00,+0000,,"@historyofarmani Also, we get our lithium from Australia",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1286867520314642443,[],[],0,,False,8849,770,542,,None,,,,,,,"[{'screen_name': 'historyofarmani', 'name': 'Armani', 'id': '2897353667'}]",,,, +1329,1286860252537921537,1286697906536361987,1595646367000.0,2020-07-25 03:06:07,+0000,,@nichegamer 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1286860252537921537,[],[],0,,False,1800,58,41,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1330,1286791581949927425,1286673686821515266,1595629995000.0,2020-07-24 22:33:15,+0000,,"@akinfermo Yeah, would have been way better just to send everyone $6k",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1286791581949927425,[],[],0,,False,5199,276,453,,None,,,,,,,"[{'screen_name': 'akinfermo', 'name': 'Ash Ola', 'id': '146855980'}]",,,, +1331,1286791044466724866,1286697906536361987,1595629867000.0,2020-07-24 22:31:07,+0000,,I bet no one on 🌹 Twitter even *has* a guillotine! Poseurs …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1286791044466724866,[],[],0,,False,73827,4033,3132,,None,,,,,,,[],,,, +1332,1286699777573507077,1286697906536361987,1595608107000.0,2020-07-24 16:28:27,+0000,,@engineers_feed [slow drag on cigarette) Facebook? Haven’t heard that name in years …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1286699777573507077,[],[],0,,False,64228,1155,3765,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1333,1286697906536361987,1286697906536361987,1595607661000.0,2020-07-24 16:21:01,+0000,,🌹 Twitter sucks,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1286697906536361987,[],[],0,,False,607485,25893,66152,,None,,,,,,,[],,,, +1334,1286687303130374144,1286673686821515266,1595605133000.0,2020-07-24 15:38:53,+0000,,"@stevenbonchev @APompliano Something like that. If politicians could legislate wealth, everyone would be a trillionaire.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1286687303130374144,[],[],0,,False,1380,122,87,,None,,,,,,,"[{'screen_name': 'APompliano', 'name': 'Pomp 🌪', 'id': '339061487'}]",,,, +1335,1286677935580160000,1286673686821515266,1595602899000.0,2020-07-24 15:01:39,+0000,,"These are jammed to gills with special interests earmarks. If we do a stimulus at all, it should just be direct payments to consumers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1286677935580160000,[],[],0,,False,52103,2511,4302,,None,,,,,,,[],,,, +1336,1286676388532150274,1286673686821515266,1595602530000.0,2020-07-24 14:55:30,+0000,,@PPathole Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1286676388532150274,[],[],0,,False,1897,123,48,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1337,1286675982297051142,1286673686821515266,1595602434000.0,2020-07-24 14:53:54,+0000,,"Goal of government should be to maximize the happiness of the people. Giving each person money allows them to decide what meets their needs, rather than the blunt tool of legislation, which creates self-serving special interests.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1286675982297051142,[],[],0,,False,57706,4380,6204,,None,,,,,,,[],,,, +1338,1286675223434141697,1286673686821515266,1595602253000.0,2020-07-24 14:50:53,+0000,,"As a reminder, I’m in *favor* of universal basic income",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1286675223434141697,[],[],0,,False,60902,4242,4856,,None,,,,,,,[],,,, +1339,1286673686821515266,1286673686821515266,1595601886000.0,2020-07-24 14:44:46,+0000,,Another government stimulus package is not in the best interests of the people imo,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1286673686821515266,[],[],0,,False,127840,31287,10500,,None,,,,,,,[],,,, +1340,1286672262435942400,1286672262435942400,1595601547000.0,2020-07-24 14:39:07,+0000,,Tesla solar panels are $1.49/Watt https://t.co/5LpLhqgAzw,sv,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1286672262435942400,['https://www.tesla.com'],[],0,,False,52826,2753,3967,,None,,,,,,,[],,,, +1341,1286665488957878273,1286662316717744128,1595599932000.0,2020-07-24 14:12:12,+0000,,@realDonaldTrump @Tesla Thank you on behalf of the Tesla team. We look forward to building Giga Texas!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1286665488957878273,[],[],0,,False,84590,1858,4185,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1342,1286665050330202112,1286656934372945921,1595599827000.0,2020-07-24 14:10:27,+0000,,@SciGuySpace Competition ensures companies work hard to serve the needs of their customers,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1286665050330202112,[],[],0,,False,4863,135,301,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1343,1286650499094151170,1286650212027633664,1595596358000.0,2020-07-24 13:12:38,+0000,,@schristakos @PUBG Something fun is coming,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/1286650499094151170,[],[],0,,False,1704,108,109,,None,,,,,,,"[{'screen_name': 'schristakos', 'name': 'St≡v≡n Christakos | My Electric Adventure', 'id': '348862752'}, {'screen_name': 'PUBG', 'name': 'PUBG', 'id': '719324795167309827'}]",,,, +1344,1286502097559715840,1286445077338787840,1595560976000.0,2020-07-24 03:22:56,+0000,,@vincent13031925 @UniversalPics @TomCruise @SpaceX Could be great!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1286502097559715840,[],[],0,,False,12329,347,293,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'UniversalPics', 'name': 'Universal Pictures', 'id': '21904217'}, {'screen_name': 'TomCruise', 'name': 'Tom Cruise', 'id': '48410093'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1345,1286484865899266054,1286436191643021314,1595556868000.0,2020-07-24 02:14:28,+0000,,@teslaownersSV @cleantechnica That’s a great idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1286484865899266054,[],[],0,,False,1336,136,50,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1346,1286450016803069952,1286057855422881792,1595548559000.0,2020-07-23 23:55:59,+0000,,"@Tesla We are actually looking for revolutionary actuaries for Tesla Insurance! Please inquire, if interested.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1286450016803069952,[],[],0,,False,18685,1187,954,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1347,1286440727740899328,1286436191643021314,1595546345000.0,2020-07-23 23:19:05,+0000,,"@cleantechnica Tbh, we are just a bit less foolish than before",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1286440727740899328,[],[],0,,False,5611,200,216,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1348,1286360612415692802,1286315756775444481,1595527244000.0,2020-07-23 18:00:44,+0000,,"@Teslarati Retail investors like @hyperchangetv are remarkably insightful. Also, @ARKInvest.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1286360612415692802,[],[],0,,False,6501,328,457,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1349,1286352681947344896,1286337564543197184,1595525353000.0,2020-07-23 17:29:13,+0000,,"@SciGuySpace Especially for boost stage, which is volumetrically constrained, CH4 is way better than H2. Soviet CH4 engine prototypes from 80’s were very advanced. Glad to see reusability is being factored in.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1286352681947344896,[],[],0,,False,2680,80,88,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1350,1286350331169906690,1286327640681525250,1595524792000.0,2020-07-23 17:19:52,+0000,,"@waitbutwhy Basically, our pixel size",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1286350331169906690,[],[],0,,False,1781,97,69,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1351,1286269390107926531,1286058259418406917,1595505494000.0,2020-07-23 11:58:14,+0000,,@LudaLisl @Tesla Can’t emphasize this enough,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/1286269390107926531,[],[],0,,False,13097,223,217,,None,,,,,,,"[{'screen_name': 'LudaLisl', 'name': 'Lisa G-Punkt', 'id': '28402741'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1352,1286269091439955975,1286244698932285440,1595505423000.0,2020-07-23 11:57:03,+0000,,@tomosman @Tesla Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/1286269091439955975,[],[],0,,False,4552,132,91,,None,,,,,,,"[{'screen_name': 'tomosman', 'name': 'Tom Osman', 'id': '765995515'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1353,1286266063517253632,1286080683853721600,1595504701000.0,2020-07-23 11:45:01,+0000,,@ajtourville Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/1286266063517253632,[],[],0,,False,2832,125,47,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}]",,,, +1354,1286213129354043392,1286198104375599106,1595492081000.0,2020-07-23 08:14:41,+0000,,@cleantechnica Agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1286213129354043392,[],[],0,,False,3059,67,60,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1355,1286212775048617985,1286127410442833920,1595491996000.0,2020-07-23 08:13:16,+0000,,@internetofshit My oven keeps asking for my wifi password. It’s not gonna get it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1286212775048617985,[],[],0,,False,4462,210,354,,None,,,,,,,"[{'screen_name': 'internetofshit', 'name': 'Internet of Shit', 'id': '3356531254'}]",,,, +1356,1286209410130485248,1286209410130485248,1595491194000.0,2020-07-23 07:59:54,+0000,,Impressive Tianwen-1 Mars rover mission launched by China today https://t.co/FsyA3I0HrU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1286209410130485248,['https://www.space.com/amp/china-tianwen-1-mars-mission-launch.html?__twitter_impression=true'],[],0,,False,31506,1392,1617,,None,,,,,,,[],,,, +1357,1285983256731455489,1285197855204896768,1595437275000.0,2020-07-22 17:01:15,+0000,,@BBC_Future Good article,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1285983256731455489,[],[],0,,False,3826,172,96,,None,,,,,,,"[{'screen_name': 'BBC_Future', 'name': 'BBC Future', 'id': '410605574'}]",,,, +1358,1285981334737838085,1284476591830073346,1595436817000.0,2020-07-22 16:53:37,+0000,,@BBCScienceNews Similar problem with US data,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1285981334737838085,[],[],0,,False,11504,398,495,,None,,,,,,,"[{'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +1359,1285863441874337792,1285813218997235714,1595408709000.0,2020-07-22 09:05:09,+0000,,@OMGROFLOLJK Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1285863441874337792,[],[],0,,False,1120,72,45,,None,,,,,,,"[{'screen_name': 'OMGROFLOLJK', 'name': 'Jason Riley🤜🏾🤛🏼', 'id': '37182357'}]",,,, +1360,1285830270709403648,1285830270709403648,1595400800000.0,2020-07-22 06:53:20,+0000,,"You don’t have a soul, you are a soul",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1285830270709403648,[],[],0,,False,333973,10756,41630,,None,,,,,,,[],,,, +1361,1285827911119859712,1285819565407002624,1595400238000.0,2020-07-22 06:43:58,+0000,,@cleantechnica Adding people in next version,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1285827911119859712,[],[],0,,False,4072,88,73,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1362,1285827550355132417,1285827550355132417,1595400152000.0,2020-07-22 06:42:32,+0000,,2 minutes later … https://t.co/o5fbBTan1S,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1285827550355132417,[],['https://pbs.twimg.com/media/EdgtV0WUEAIJTQL.jpg'],1,https://pbs.twimg.com/media/EdgtV0WUEAIJTQL.jpg,False,324613,3104,46494,,None,,,,,,,[],,,, +1363,1285827154324779008,1285816888568815619,1595400057000.0,2020-07-22 06:40:57,+0000,,@nytimes Just another day in 2020,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1285827154324779008,[],[],0,,False,12533,284,688,,None,,,,,,,"[{'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}]",,,, +1364,1285824098711375872,1285819565407002624,1595399329000.0,2020-07-22 06:28:49,+0000,,@Erdayastronaut @flcnhvy Individualized mass transit is the future,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1285824098711375872,[],[],0,,False,4170,752,233,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1365,1285822396738355201,1285819565407002624,1595398923000.0,2020-07-22 06:22:03,+0000,,"@flcnhvy No, best to have people seated for safety & speed of travel",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1285822396738355201,[],[],0,,False,3934,108,74,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1366,1285819565407002624,1285819565407002624,1595398248000.0,2020-07-22 06:10:48,+0000,,Coming soon https://t.co/6nOgLix6b5,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1285819565407002624,[],['https://pbs.twimg.com/media/EdgmFAKVcAAhRd_.jpg'],1,https://pbs.twimg.com/media/EdgmFAKVcAAhRd_.jpg,False,219971,6029,14788,,None,,,,,,,[],,,, +1367,1285819300310204416,1285813218997235714,1595398185000.0,2020-07-22 06:09:45,+0000,,"@WholeMarsBlog Human overseen at first, then fully self-driving",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1285819300310204416,[],[],0,,False,6538,122,104,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1368,1285816082045865985,1285813218997235714,1595397417000.0,2020-07-22 05:56:57,+0000,,"@JaneidyEve Can’t say, but it involves a 🐻",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1285816082045865985,[],[],0,,False,7710,433,200,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +1369,1285814984073637888,1285813218997235714,1595397156000.0,2020-07-22 05:52:36,+0000,,@Kable_10 🔥🔥,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1285814984073637888,[],[],0,,False,9583,55,64,,None,,,,,,,"[{'screen_name': 'Kable_10', 'name': 'Kable10', 'id': '3232181511'}]",,,, +1370,1285813905235644418,1285813218997235714,1595396898000.0,2020-07-22 05:48:18,+0000,,@PPathole 🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1285813905235644418,[],[],0,,False,9722,50,56,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1371,1285813754857283585,1285813218997235714,1595396863000.0,2020-07-22 05:47:43,+0000,,@BucketHat1 This one stings,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1285813754857283585,[],[],0,,False,13196,127,120,,None,,,,,,,"[{'screen_name': 'BucketHat1', 'name': 'Tax Hat', 'id': '57670965'}]",,,, +1372,1285813218997235714,1285813218997235714,1595396735000.0,2020-07-22 05:45:35,+0000,,Where are the memes? Send in … the memes …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1285813218997235714,[],[],0,,False,193383,27566,11989,,None,,,,,,,[],,,, +1373,1285812824581660676,1285811949914058753,1595396641000.0,2020-07-22 05:44:01,+0000,,"@teslatrey We need to finish upgrading Autopilot to 4D vs ~2.5D, then it will go up very steep slopes",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1285812824581660676,[],[],0,,False,1542,60,70,,None,,,,,,,[],,,, +1374,1285811949914058753,1285811949914058753,1595396432000.0,2020-07-22 05:40:32,+0000,,Nothing has gaslit more people than the movie Gaslight,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1285811949914058753,[],[],0,,False,36201,949,1095,,None,,,,,,,[],,,, +1375,1285803741581475841,1285802854884810752,1595394475000.0,2020-07-22 05:07:55,+0000,,"@LoomisP_ @MSNBC @11thHour Well said, Brian Williams!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1285803741581475841,[],[],0,,False,3259,79,93,,None,,,,,,,"[{'screen_name': 'LoomisP_', 'name': 'PeggyL ✨ 🇺🇸 🌎', 'id': '3776573592'}, {'screen_name': 'MSNBC', 'name': 'MSNBC', 'id': '2836421'}, {'screen_name': '11thHour', 'name': '11th Hour', 'id': '771388593130483712'}]",,,, +1376,1285753051286867968,1285643088287989760,1595382390000.0,2020-07-22 01:46:30,+0000,,@FutureJurvetson Great shot!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1285753051286867968,[],[],0,,False,5901,127,132,,None,,,,,,,"[{'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}]",,,, +1377,1285635641263435777,1285438910357622789,1595354397000.0,2020-07-21 17:59:57,+0000,,@FaZeBlaze 👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1285635641263435777,[],[],0,,False,3975,73,60,,None,,,,,,,"[{'screen_name': 'FaZeBlaze', 'name': 'Blaze', 'id': '1321297008'}]",,,, +1378,1285622874544513029,1285561821798322176,1595351353000.0,2020-07-21 17:09:13,+0000,,"@SamTalksTesla Sometimes, that’s how I feel too!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1285622874544513029,[],[],0,,False,14416,231,331,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}]",,,, +1379,1285617982970961921,1285498513367998465,1595350187000.0,2020-07-21 16:49:47,+0000,,@PPathole @Teslarati @BocaChicaGal Will attempt to fly later this week,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1285617982970961921,[],[],0,,False,3827,146,312,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}]",,,, +1380,1285617058995200000,1285587448664293378,1595349967000.0,2020-07-21 16:46:07,+0000,,@sri_myneni @Erdayastronaut @considercosmos @SpaceX Sound & flame color will be quite different,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1285617058995200000,[],[],0,,False,1331,30,42,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'considercosmos', 'name': 'Cosmic Perspective', 'id': '1050516235178237952'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1381,1285613840953221128,1285498513367998465,1595349199000.0,2020-07-21 16:33:19,+0000,,@glenn22x @Teslarati @BocaChicaGal Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1285613840953221128,[],[],0,,False,1229,75,44,,None,,,,,,,"[{'screen_name': 'glenn22x', 'name': 'Glenn', 'id': '240077201'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}]",,,, +1382,1285613263976312836,1285498513367998465,1595349062000.0,2020-07-21 16:31:02,+0000,,"@Teslarati @BocaChicaGal We’re rapidly changing alloy constituents & forming methods, so traditional names like 304L will become more of an approximation",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1285613263976312836,[],[],0,,False,5161,167,205,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}]",,,, +1383,1285444183570841601,1285438910357622789,1595308750000.0,2020-07-21 05:19:10,+0000,,@flcnhvy 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1285444183570841601,[],[],0,,False,2989,58,29,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1384,1285443997654122496,1285409291592228864,1595308706000.0,2020-07-21 05:18:26,+0000,,"@cleantechnica At some point, we should probably do advertising as art/communication/entertainment & to support high quality media",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1285443997654122496,[],[],0,,False,2484,241,144,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1385,1285438910357622789,1285438910357622789,1595307493000.0,2020-07-21 04:58:13,+0000,,Das baby kann noch keinen löffel benutzen https://t.co/UETqVIA4BP,de,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1285438910357622789,[],['https://pbs.twimg.com/media/EdbL3_OVAAMXWyB.jpg'],1,https://pbs.twimg.com/media/EdbL3_OVAAMXWyB.jpg,False,282661,7220,12046,,None,,,,,,,[],,,, +1386,1285430635088076800,1285407089788178436,1595305520000.0,2020-07-21 04:25:20,+0000,,@JohnnaCrider0 @YStijd @ID_AA_Carmack It’s almost right,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1285430635088076800,[],[],0,,False,886,63,25,,None,,,,,,,"[{'screen_name': 'YStijd', 'name': 'YS', 'id': '77041440'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1387,1285430150025236480,1285407089788178436,1595305404000.0,2020-07-21 04:23:24,+0000,,@YStijd @ID_AA_Carmack We talked about an hour ago. He seems fine.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1285430150025236480,[],[],0,,False,911,34,102,,None,,,,,,,"[{'screen_name': 'YStijd', 'name': 'YS', 'id': '77041440'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1388,1285429286522875904,1285407089788178436,1595305198000.0,2020-07-21 04:19:58,+0000,,@ID_AA_Carmack VR Twitter with avatars saying the mentions 😈,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1285429286522875904,[],[],0,,False,1791,64,54,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1389,1285427616871153667,1285409291592228864,1595304800000.0,2020-07-21 04:13:20,+0000,,@cleantechnica Better to put the money into the product than sales & marketing!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1285427616871153667,[],[],0,,False,10355,325,650,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1390,1285398829433450497,1285240202038923264,1595297937000.0,2020-07-21 02:18:57,+0000,,@PPathole We should bring Life to Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1285398829433450497,[],[],0,,False,67994,3948,4046,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1391,1285338582849208320,1285338582849208320,1595283573000.0,2020-07-20 22:19:33,+0000,,Both fairing halves caught from space by @SpaceX ships!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1285338582849208320,[],[],0,,False,71565,1760,3616,,None,,,,,,,[],,,, +1392,1285335753136812033,1285334477829312512,1595282898000.0,2020-07-20 22:08:18,+0000,,"@SpaceX Nice work, SpaceX team!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1285335753136812033,[],[],0,,False,14988,242,498,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1393,1285331502381715456,1285328667258826753,1595281885000.0,2020-07-20 21:51:25,+0000,,@flcnhvy @AstroBehnken @Astro_Doug @SpaceX Still long way to go. Reuse only matters to degree that it’s rapid & complete.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1285331502381715456,[],[],0,,False,5622,163,183,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'AstroBehnken', 'name': 'Bob Behnken', 'id': '2543629379'}, {'screen_name': 'Astro_Doug', 'name': 'Col. Doug Hurley', 'id': '275710913'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1394,1285321710858760194,1285200236714119178,1595279550000.0,2020-07-20 21:12:30,+0000,,@nasahqphoto Too long since we were last there,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1285321710858760194,[],[],0,,False,12591,429,453,,None,,,,,,,"[{'screen_name': 'nasahqphoto', 'name': 'NASA HQ PHOTO', 'id': '18164420'}]",,,, +1395,1285321566071296000,1285321566071296000,1595279516000.0,2020-07-20 21:11:56,+0000,,Launch in 20 mins,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1285321566071296000,[],[],0,,False,37555,913,2455,https://twitter.com/SpaceX/status/1285264295417110528,None,,,,,,,[],,,, +1396,1285153481267900418,1284971431537893378,1595239441000.0,2020-07-20 10:04:01,+0000,,@WholeMarsBlog @cleantechnica In a few months in production release. Already does that in alpha build.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1285153481267900418,[],[],0,,False,2115,119,116,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1397,1285152684496973826,1284971431537893378,1595239251000.0,2020-07-20 10:00:51,+0000,,@cleantechnica Lithium is extremely common on Earth. Found almost everywhere.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1285152684496973826,[],[],0,,False,11495,469,397,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1398,1285144111675084801,1285138186797080577,1595237207000.0,2020-07-20 09:26:47,+0000,,@nishy03 @hiromichimizuno Congratulations MHI & UAE!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1285144111675084801,[],[],0,,False,12381,96,655,,None,,,,,,,"[{'screen_name': 'nishy03', 'name': '西村やすとし #不要不急の外出自粛を NISHIMURA Yasutoshi', 'id': '137867936'}, {'screen_name': 'hiromichimizuno', 'name': 'HIRO MIZUNO', 'id': '72862939'}]",,,, +1399,1284931975845867520,1284864745867284482,1595186630000.0,2020-07-19 19:23:50,+0000,,@bar2_t @JoeBangles11 @Teslarati Stilton,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1284931975845867520,[],[],0,,False,831,105,27,,None,,,,,,,"[{'screen_name': 'bar2_t', 'name': 'TBar2', 'id': '1198626915894145024'}, {'screen_name': 'JoeBangles11', 'name': 'Joe Bangles - CBE', 'id': '1251832030784106497'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1400,1284931739152859137,1283441386037972992,1595186574000.0,2020-07-19 19:22:54,+0000,,@Kristennetten @businessinsider New deep crimson from Giga Berlin is my favorite,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1284931739152859137,[],[],0,,False,1983,184,95,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +1401,1284924753304666113,1284864745867284482,1595184908000.0,2020-07-19 18:55:08,+0000,,@Teslarati Important to service very high latitudes,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1284924753304666113,[],[],0,,False,5206,155,141,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1402,1284924326584582144,1284924061450219521,1595184806000.0,2020-07-19 18:53:26,+0000,,"@Confiant_man American, but born in South Africa. Left by myself when I was 17.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1284924326584582144,[],[],0,,False,1569,123,80,,None,,,,,,,"[{'screen_name': 'Confiant_man', 'name': 'Tatenda🏆', 'id': '280049446'}]",,,, +1403,1284924056395935752,1283441386037972992,1595184742000.0,2020-07-19 18:52:22,+0000,,"@businessinsider True, the 2012 Model S is still a great car. Was driving SN28 a few months ago and driving feel was excellent. Model S remains my fav car to drive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1284924056395935752,[],[],0,,False,4994,210,164,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +1404,1284913082905444352,1284512749633101825,1595182126000.0,2020-07-19 18:08:46,+0000,,@teslaownersSV @stephenpallotta Will discuss on Wed earnings call. Lots to talk about!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1284913082905444352,[],[],0,,False,2651,135,161,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'stephenpallotta', 'name': 'Stephen Pallotta', 'id': '18199493'}]",,,, +1405,1284912829808746497,1284512749633101825,1595182065000.0,2020-07-19 18:07:45,+0000,,@stephenpallotta 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1284912829808746497,[],[],0,,False,49880,259,622,,None,,,,,,,"[{'screen_name': 'stephenpallotta', 'name': 'Stephen Pallotta', 'id': '18199493'}]",,,, +1406,1284912420826148865,1284912344225775616,1595181968000.0,2020-07-19 18:06:08,+0000,,@a_howard8 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1284912420826148865,[],[],0,,False,1999,132,70,,None,,,,,,,"[{'screen_name': 'a_howard8', 'name': 'Austin Howard', 'id': '1438466852'}]",,,, +1407,1284723446694293504,1284719440559353856,1595136913000.0,2020-07-19 05:35:13,+0000,,@hiromichimizuno This looks cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1284723446694293504,[],[],0,,False,19783,308,376,,None,,,,,,,"[{'screen_name': 'hiromichimizuno', 'name': 'HIRO MIZUNO', 'id': '72862939'}]",,,, +1408,1284708757318991872,1284306733720940544,1595133411000.0,2020-07-19 04:36:51,+0000,,@PPathole It has that potential,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1284708757318991872,[],[],0,,False,1125,73,41,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1409,1284682145705783296,1284681788531503104,1595127066000.0,2020-07-19 02:51:06,+0000,,"@maxxrpbtc @TheCryptoLark @Manny6Manny @jungleincxrp @digitalassetbuy @MoonLamboio @JWilliamsFstmed Good article. I started The Boring Company as a joke, but now it’s digging real tunnels!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1284682145705783296,[],[],0,,False,9396,314,523,,None,,,,,,,"[{'screen_name': 'maxxrpbtc', 'name': '🔥🔥🔥🐺GERI & FREKI🐺🔥🔥🔥', 'id': '1071116798638997504'}, {'screen_name': 'TheCryptoLark', 'name': 'Lark Davis', 'id': '30325257'}, {'screen_name': 'Manny6Manny', 'name': '(X)How(R)Eye(P)', 'id': '2941036135'}, {'screen_name': 'jungleincxrp', 'name': 'Jungle Inc XRP', 'id': '988983720794177536'}, {'screen_name': 'digitalassetbuy', 'name': 'Digital Asset Investor 👀🔥', 'id': '991345218678116353'}, {'screen_name': 'MoonLamboio', 'name': 'Moon Lambo', 'id': '947673769694416896'}, {'screen_name': 'JWilliamsFstmed', 'name': 'JWilliamsFstmed', 'id': '1292904779174289408'}]",,,, +1410,1284681228692537345,1283850434298253312,1595126847000.0,2020-07-19 02:47:27,+0000,,"@teslaownersSV @waitbutwhy It’s not really set up for tours, but maybe it should",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1284681228692537345,[],[],0,,False,1201,82,50,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1411,1284681045900582913,1284674856555106304,1595126804000.0,2020-07-19 02:46:44,+0000,,@AstroBehnken @SpaceX @NASA @Space_Station Manufactured only 5 mins from LAX!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1284681045900582913,[],[],0,,False,6833,110,170,,None,,,,,,,"[{'screen_name': 'AstroBehnken', 'name': 'Bob Behnken', 'id': '2543629379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +1412,1284654930247086081,1283850434298253312,1595120577000.0,2020-07-19 01:02:57,+0000,,"@waitbutwhy Some contribute more. Y chromosome & mitochondria are constant, except for mutations.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1284654930247086081,[],[],0,,False,821,56,44,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1413,1284653132438310913,1284306733720940544,1595120149000.0,2020-07-19 00:55:49,+0000,,@BWillOfficial @WholeMarsBlog @neuralink Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1284653132438310913,[],[],0,,False,1507,96,53,,None,,,,,,,"[{'screen_name': 'BWillOfficial', 'name': '👸🏼🐝', 'id': '227266671'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1414,1284650627260452867,1284306733720940544,1595119551000.0,2020-07-19 00:45:51,+0000,,"@Kristennetten That is just one part of the surgery. For this to scale, it must be fully automated, like LASIK.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1284650627260452867,[],[],0,,False,1994,103,80,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +1415,1284642001888047104,1284306733720940544,1595117495000.0,2020-07-19 00:11:35,+0000,,This would solve a lot of brain/spine injuries & is ultimately essential for AI symbiosis,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1284642001888047104,[],[],0,,False,29720,1208,1097,,None,,,,,,,[],,,, +1416,1284641318933692416,1284473504180703232,1595117332000.0,2020-07-19 00:08:52,+0000,,@fermatslibrary Fermi was awesome. He understood the right questions to ask.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1284641318933692416,[],[],0,,False,4561,100,132,,None,,,,,,,"[{'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +1417,1284636228252401664,1284306733720940544,1595116118000.0,2020-07-18 23:48:38,+0000,,@m4ttwegner @flcnhvy 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1284636228252401664,[],[],0,,False,692,26,14,,None,,,,,,,"[{'screen_name': 'm4ttwegner', 'name': 'Matt Wegner', 'id': '723595912384253952'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1418,1284635917206999040,1284306733720940544,1595116044000.0,2020-07-18 23:47:24,+0000,,@m4ttwegner @flcnhvy BDE,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1284635917206999040,[],[],0,,False,692,32,23,,None,,,,,,,"[{'screen_name': 'm4ttwegner', 'name': 'Matt Wegner', 'id': '723595912384253952'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1419,1284634978848870400,1284306733720940544,1595115820000.0,2020-07-18 23:43:40,+0000,,@m4ttwegner @flcnhvy How come Hulk never loses pants!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1284634978848870400,[],[],0,,False,919,77,33,,None,,,,,,,"[{'screen_name': 'm4ttwegner', 'name': 'Matt Wegner', 'id': '723595912384253952'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1420,1284634702519754752,1284306733720940544,1595115755000.0,2020-07-18 23:42:35,+0000,,@flcnhvy Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1284634702519754752,[],[],0,,False,1301,80,57,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1421,1284631677814243328,1284306733720940544,1595115033000.0,2020-07-18 23:30:33,+0000,,@PPathole No prior neuroscience background is required. This is primarily an electrical/electronic (chip design)/mechanical/software engineering problem for the Link itself & the surgical robot.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1284631677814243328,[],[],0,,False,2132,98,117,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1422,1284307886319919104,1284306733720940544,1595037836000.0,2020-07-18 02:03:56,+0000,,"Solving high-volume, high-reliability, low-cost production problems is especially valued",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1284307886319919104,[],[],0,,False,26896,834,1039,,None,,,,,,,[],,,, +1423,1284306733720940544,1284306733720940544,1595037561000.0,2020-07-18 01:59:21,+0000,,"If you’ve solved hard problems with phones / wearables (sealing, signal processing, inductive charging, power mgmt, etc), please consider working at engineering@neuralink.com",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1284306733720940544,[],[],0,,False,72033,3032,5365,,None,,,,,,,[],,,, +1424,1284295534832873472,1284291528328790016,1595034891000.0,2020-07-18 01:14:51,+0000,,@serhatserhatst Many,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1284295534832873472,[],[],0,,False,3648,111,57,,None,,,,,,,"[{'screen_name': 'serhatserhatst', 'name': 'Serhat', 'id': '1298506735'}]",,,, +1425,1284294661696184320,1284291528328790016,1595034683000.0,2020-07-18 01:11:23,+0000,,@PPathole Summarizes pretty much every biz school case study,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1284294661696184320,[],[],0,,False,6723,96,177,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1426,1284291528328790016,1284291528328790016,1595033935000.0,2020-07-18 00:58:55,+0000,,It’s inevitable https://t.co/eBKnQm6QyF,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1284291528328790016,[],['https://pbs.twimg.com/media/EdK4VrtUYAAaQ-h.jpg'],1,https://pbs.twimg.com/media/EdK4VrtUYAAaQ-h.jpg,False,285118,5446,33684,,None,,,,,,,[],,,, +1427,1284290215561986048,1284289867304722432,1595033623000.0,2020-07-18 00:53:43,+0000,,"@izzynobre Excuse me, I only sell Doge!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1284290215561986048,[],[],0,,False,15930,416,775,,None,,,,,,,"[{'screen_name': 'izzynobre', 'name': '🗣️Izzy Nobre', 'id': '11436952'}]",,,, +1428,1284289867304722432,1284289867304722432,1595033539000.0,2020-07-18 00:52:19,+0000,,Will those who write the algorithms ever realize their negativity bias?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1284289867304722432,[],[],0,,False,135659,3717,9613,,None,,,,,,,[],,,, +1429,1284282272007327744,912365614366318592,1595031729000.0,2020-07-18 00:22:09,+0000,,@ModelYendofICE @wintonARK Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1284282272007327744,[],[],0,,False,820,58,25,,None,,,,,,,"[{'screen_name': 'ModelYendofICE', 'name': 'Model Y - End of the ICE age', 'id': '964873845663522816'}, {'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1430,1284281588054818816,1284167212094251009,1595031566000.0,2020-07-18 00:19:26,+0000,,@wintonARK We better hustle with Neuralink. Not moving fast enough.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1284281588054818816,[],[],0,,False,4293,229,179,,None,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1431,1284277299827707904,1283511443992829952,1595030543000.0,2020-07-18 00:02:23,+0000,,Thanks,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1284277299827707904,[],[],0,,False,5533,256,206,,None,,,,,,,[],,,, +1432,1284266193465958402,1283511443992829952,1595027895000.0,2020-07-17 23:18:15,+0000,,Just stop,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1284266193465958402,[],[],0,,False,6164,414,351,,None,,,,,,,[],,,, +1433,1284247756870164493,1284246969553125383,1595023500000.0,2020-07-17 22:05:00,+0000,,@EvaFoxU 💕💕,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1284247756870164493,[],[],0,,False,9079,409,191,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +1434,1283415565445378048,1283275066805911552,1594825090000.0,2020-07-15 14:58:10,+0000,,@PPathole @Kristennetten 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1283415565445378048,[],[],0,,False,2597,135,41,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +1435,1283414126530686982,1283275066805911552,1594824747000.0,2020-07-15 14:52:27,+0000,,@LewisMartin_ @engineers_feed Gigafactory is the product even more than the car,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1283414126530686982,[],[],0,,False,3248,197,219,,None,,,,,,,"[{'screen_name': 'LewisMartin_', 'name': 'Lewis Martin', 'id': '109535708'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1436,1283279940658491392,1283275066805911552,1594792754000.0,2020-07-15 05:59:14,+0000,,@ZikryZamir Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1283279940658491392,[],[],0,,False,3053,101,38,,None,,,,,,,"[{'screen_name': 'ZikryZamir', 'name': 'Muhammad Zikry', 'id': '724715577881681920'}]",,,, +1437,1283276909653053440,1283275066805911552,1594792032000.0,2020-07-15 05:47:12,+0000,,@engineers_feed Carefully hidden,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1283276909653053440,[],[],0,,False,7582,151,99,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1438,1283275808589508608,1283275066805911552,1594791769000.0,2020-07-15 05:42:49,+0000,,@teslaownersSV @Kristennetten Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1283275808589508608,[],[],0,,False,3156,117,61,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +1439,1283275615638925313,1283275066805911552,1594791723000.0,2020-07-15 05:42:03,+0000,,@Kristennetten Might be an indoor/outdoor rave space on the roof,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1283275615638925313,[],[],0,,False,7025,183,246,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +1440,1283275066805911552,1283275066805911552,1594791592000.0,2020-07-15 05:39:52,+0000,,Giga Berlin https://t.co/UXQMUVTWXf,in,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1283275066805911552,[],['https://pbs.twimg.com/media/Ec8b3wcUMAUf1mz.jpg'],1,https://pbs.twimg.com/media/Ec8b3wcUMAUf1mz.jpg,False,325699,7479,21381,,None,,,,,,,[],,,, +1441,1283251937383550976,1283208011276791808,1594786078000.0,2020-07-15 04:07:58,+0000,,"@Pontolemaeus @SilverDeGeneral @BBCScienceNews Exactly, this is a serious problem. Ratio of retirees to workers is tracking towards unsustainability in many countries. An upside down demographic pyramid is unstable.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1283251937383550976,[],[],0,,False,1722,204,116,,None,,,,,,,"[{'screen_name': 'SilverDeGeneral', 'name': 'Dolla.Rides', 'id': '2307731774'}, {'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +1442,1283250835028185089,1283214892770529282,1594785815000.0,2020-07-15 04:03:35,+0000,,@vincentdiong @GerberKawasaki Considering,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1283250835028185089,[],[],0,,False,1245,46,21,,None,,,,,,,"[{'screen_name': 'vincentdiong', 'name': 'vincent', 'id': '206666509'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1443,1283246252608503808,1283140198621224975,1594784722000.0,2020-07-15 03:45:22,+0000,,@flcnhvy @SpaceX Small note: latch on post near base is gone & powered Ethernet wire is less obtrusive in production version,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1283246252608503808,[],[],0,,False,6832,271,174,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1444,1283226569696096263,1283208011276791808,1594780030000.0,2020-07-15 02:27:10,+0000,,@BBCScienceNews https://t.co/xxRXfrQhBs,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1283226569696096263,['https://en.m.wikipedia.org/wiki/List_of_sovereign_states_and_dependencies_by_total_fertility_rate'],[],0,,False,990,77,46,,None,,,,,,,"[{'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +1445,1283224654576971777,1283208011276791808,1594779573000.0,2020-07-15 02:19:33,+0000,,"@PPathole @BBCScienceNews This thing we call “money” is just a (slow, lossy & unsecure) database for labor allocation. Investing is meaningless without people, at least until AGI happens, which will obviate need for labor & necessitate UBI.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1283224654576971777,[],[],0,,False,3717,292,415,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +1446,1283219304847044608,1283208011276791808,1594778297000.0,2020-07-15 01:58:17,+0000,,@nnalinas @BBCScienceNews Trying to set a good example haha. Mars needs people!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1283219304847044608,[],[],0,,False,2852,182,96,,None,,,,,,,"[{'screen_name': 'nnalinas', 'name': 'Athena Nalina, JD, FNP | CREATE & ELEVATE', 'id': '296511533'}, {'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +1447,1283218397623316480,1283214892770529282,1594778081000.0,2020-07-15 01:54:41,+0000,,@GerberKawasaki Great work by Tesla software engineering,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1283218397623316480,[],[],0,,False,3247,96,114,,None,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1448,1283218156815699969,1283208011276791808,1594778024000.0,2020-07-15 01:53:44,+0000,,@BBCScienceNews Population collapse is 2nd biggest danger to civilization after AI imo,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1283218156815699969,[],[],0,,False,38533,2357,2752,,None,,,,,,,"[{'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +1449,1283192192966651904,1283140198621224975,1594771834000.0,2020-07-15 00:10:34,+0000,,"@Erdayastronaut @flcnhvy @SpaceX Yeah, will take less than a minute to order on https://t.co/Q1VvqVmJ2i when it goes live",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1283192192966651904,['http://Starlink.com'],[],0,,False,3450,315,282,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1450,1283142384268779522,1283140198621224975,1594759958000.0,2020-07-14 20:52:38,+0000,,"@flcnhvy @SpaceX Starlink terminal has motors to self-orient for optimal view angle. No expert installer required. Just plug in & give it a clear view of the sky. Can be in garden, on roof, table, pretty much anywhere, so long as it has a wide view of the sky.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1283142384268779522,[],[],0,,False,20872,910,1222,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1451,1283120770747494408,1283120669753040896,1594754805000.0,2020-07-14 19:26:45,+0000,,@niksanae Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1283120770747494408,[],[],0,,False,1133,67,35,,None,,,,,,,"[{'screen_name': 'niksanae', 'name': 'Nikola Dimitrov', 'id': '1083086682948276224'}]",,,, +1452,1283118857788391424,1283108619303575553,1594754349000.0,2020-07-14 19:19:09,+0000,,@alex_avoigt @WholeMarsBlog 🤔,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1283118857788391424,[],[],0,,False,950,79,26,,None,,,,,,,"[{'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1453,1283113723586998272,1283053316084248580,1594753125000.0,2020-07-14 18:58:45,+0000,,"@Erdayastronaut @thesheetztweetz @BryceSpaceTech @SpaceX @ulalaunch @torybruno @MHI_Group @roscosmos @Peter_J_Beck To revolutionize space, the right metric is mass to orbit or you could translate that to # of useful satellites brought to orbit. No substitute for mass though. Scale don’t lie.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1283113723586998272,[],[],0,,False,2397,115,125,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'BryceSpaceTech', 'name': 'BryceTech', 'id': '1278436310'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'ulalaunch', 'name': 'ULA', 'id': '22845770'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'MHI_Group', 'name': 'Mitsubishi Heavy Industries', 'id': '1130372383313780738'}, {'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}, {'screen_name': 'Peter_J_Beck', 'name': 'Peter Beck', 'id': '976574172468936704'}]",,,, +1454,1283112475903156225,1283046675150512129,1594752827000.0,2020-07-14 18:53:47,+0000,,@TeslaAircraft @flcnhvy @Tesla Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1283112475903156225,[],[],0,,False,2472,97,60,,None,,,,,,,"[{'screen_name': 'TeslaAircraft', 'name': 'CordlessAirplane', 'id': '1058158594917466112'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1455,1283111111609339904,1283108619303575553,1594752502000.0,2020-07-14 18:48:22,+0000,,"@WholeMarsBlog Tesla Autopilot was literally named after the term used in aviation. Also, what about Autobahn!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1283111111609339904,[],[],0,,False,6189,544,258,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1456,1283110434824876032,1283106269142843393,1594752341000.0,2020-07-14 18:45:41,+0000,,"@teslaownersSV @engineers_feed The strength & perseverance of the people of Tesla, despite facing extreme difficulties",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1283110434824876032,[],[],0,,False,2370,124,144,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1457,1283109514493849600,1283106269142843393,1594752121000.0,2020-07-14 18:42:01,+0000,,@engineers_feed Playable on any Tesla!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1283109514493849600,[],[],0,,False,11882,168,226,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1458,1283109361036832768,1282472800041578496,1594752085000.0,2020-07-14 18:41:25,+0000,,@EfficiencyLast @jaminwestby @teslaownersSV @jgrano305 @TeslaratiTeam @Teslarati Should do this automatically,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1283109361036832768,[],[],0,,False,636,28,18,,None,,,,,,,"[{'screen_name': 'EfficiencyLast', 'name': 'Energy Oracle', 'id': '1047855933613924352'}, {'screen_name': 'jaminwestby', 'name': 'Back Roads EV', 'id': '122467683'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'TeslaratiTeam', 'name': 'Teslarati Team', 'id': '3101262673'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1459,1283105231304155137,1283053316084248580,1594751100000.0,2020-07-14 18:25:00,+0000,,"@thesheetztweetz @BryceSpaceTech @SpaceX @ulalaunch @torybruno @MHI_Group @roscosmos Mass to orbit is a more accurate metric than # of launches, although should be orbit-adjusted (eg GTO>LEO), which would increase competitor mass numbers",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1283105231304155137,[],[],0,,False,3322,105,123,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'BryceSpaceTech', 'name': 'BryceTech', 'id': '1278436310'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'ulalaunch', 'name': 'ULA', 'id': '22845770'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'MHI_Group', 'name': 'Mitsubishi Heavy Industries', 'id': '1130372383313780738'}, {'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}]",,,, +1460,1282939902531796993,1282933079431151618,1594711683000.0,2020-07-14 07:28:03,+0000,,@Teslarati Cute,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1282939902531796993,[],[],0,,False,19137,311,314,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1461,1282844872571904000,1282801938111791104,1594689026000.0,2020-07-14 01:10:26,+0000,,@davidtayar5 @TeslaLisa @SteveHamel16 @vincent13031925 @S_Padival @BarkMSmeagol @annerajb @PJHORNAK @WPipperger @EcoHeliGuy Wow,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1282844872571904000,[],[],0,,False,5211,337,214,,None,,,,,,,"[{'screen_name': 'davidtayar5', 'name': 'David Tayar', 'id': '275295731'}, {'screen_name': 'TeslaLisa', 'name': 'Lisa #TeslaTruth', 'id': '1046173159580479490'}, {'screen_name': 'SteveHamel16', 'name': ""🚀 🐉 Don't Bet Against Elon 🐉🚀"", 'id': '999632398525530114'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'BarkMSmeagol', 'name': 'BarkCoin 🧦🐶🕺🏼\U0001fa91', 'id': '980554784133427200'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'PJHORNAK', 'name': 'pjhornak', 'id': '12153682'}, {'screen_name': 'WPipperger', 'name': 'Wolfgang Pipperger', 'id': '2638809573'}, {'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}]",,,, +1462,1282805559834492929,1282758532312584193,1594679653000.0,2020-07-13 22:34:13,+0000,,@katlinegrey Reusability is essential. A rocket that is single use is just as absurd as a single use airplane. F9 engines already fire 3 times per flight.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1282805559834492929,[],[],0,,False,1959,99,151,,None,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +1463,1282800187308572672,1282671714657157120,1594678372000.0,2020-07-13 22:12:52,+0000,,@vincent13031925 Wild times!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1282800187308572672,[],[],0,,False,16082,438,421,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +1464,1282800078000803840,1282739486816964615,1594678346000.0,2020-07-13 22:12:26,+0000,,@SpaceflightNow We’re being extra paranoid. Maximizing probability of successful launch is paramount.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1282800078000803840,[],[],0,,False,5019,133,168,,None,,,,,,,"[{'screen_name': 'SpaceflightNow', 'name': 'Spaceflight Now', 'id': '17217640'}]",,,, +1465,1282783693170302976,1282667617459658754,1594674440000.0,2020-07-13 21:07:20,+0000,,@summergamefest Welcome anytime,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1282783693170302976,[],[],0,,False,9377,132,331,,None,,,,,,,"[{'screen_name': 'summergamefest', 'name': 'Summer Game Fest', 'id': '1248432990604034053'}]",,,, +1466,1282757235186139136,1282744854485905408,1594668132000.0,2020-07-13 19:22:12,+0000,,"@bradyleonard Well, I do care very much about sustainability of civilization, but there is some truth to the irony part haha",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1282757235186139136,[],[],0,,False,30706,455,852,,None,,,,,,,"[{'screen_name': 'bradyleonard', 'name': 'Brady Leonard', 'id': '109281770'}]",,,, +1467,1282501634166124549,1282472800041578496,1594607191000.0,2020-07-13 02:26:31,+0000,,"@TeslaTn @jgrano305 @TeslaratiTeam @Teslarati @DollyParton Yes, in plan. Superchargers and public high power wall connectors will keep growing exponentially every year.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1282501634166124549,[],[],0,,False,1696,175,84,,None,,,,,,,"[{'screen_name': 'TeslaTn', 'name': 'Tesla Owners Tennessee', 'id': '1048016394724552705'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'TeslaratiTeam', 'name': 'Teslarati Team', 'id': '3101262673'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'DollyParton', 'name': 'Dolly Parton', 'id': '14790966'}]",,,, +1468,1282500394619301888,1282472800041578496,1594606896000.0,2020-07-13 02:21:36,+0000,,@ChrisJCav @jgrano305 @TeslaratiTeam @Teslarati 👀,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1282500394619301888,[],[],0,,False,1051,84,38,,None,,,,,,,"[{'screen_name': 'ChrisJCav', 'name': 'Chris J Cavanagh', 'id': '3241661'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'TeslaratiTeam', 'name': 'Teslarati Team', 'id': '3101262673'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1469,1282500077995520002,1282472800041578496,1594606820000.0,2020-07-13 02:20:20,+0000,,@jaminwestby @teslaownersSV @jgrano305 @TeslaratiTeam @Teslarati I think so,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1282500077995520002,[],[],0,,False,1225,78,41,,None,,,,,,,"[{'screen_name': 'jaminwestby', 'name': 'Back Roads EV', 'id': '122467683'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'TeslaratiTeam', 'name': 'Teslarati Team', 'id': '3101262673'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1470,1282499968331218944,1282472800041578496,1594606794000.0,2020-07-13 02:19:54,+0000,,"@jgrano305 @TeslaratiTeam @Teslarati Doing range testing now. Number will be significantly higher than 300. Extremely good for any EV, especially an SUV.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1282499968331218944,[],[],0,,False,1263,71,95,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'TeslaratiTeam', 'name': 'Teslarati Team', 'id': '3101262673'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1471,1282499399562588160,1282472800041578496,1594606659000.0,2020-07-13 02:17:39,+0000,,"@jgrano305 @TeslaratiTeam @Teslarati We have reduced pricing on Model Y LR dual motor & will offer a LR single motor Y in a few months, which improves affordability, while still keeping the product excellent",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1282499399562588160,[],[],0,,False,1566,133,148,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'TeslaratiTeam', 'name': 'Teslarati Team', 'id': '3101262673'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1472,1282498919025397760,1282472800041578496,1594606544000.0,2020-07-13 02:15:44,+0000,,@teslaownersSV @jgrano305 @TeslaratiTeam @Teslarati Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1282498919025397760,[],[],0,,False,707,78,32,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'TeslaratiTeam', 'name': 'Teslarati Team', 'id': '3101262673'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1473,1282497172982784001,1282472800041578496,1594606128000.0,2020-07-13 02:08:48,+0000,,@vicentes @TeslaratiTeam @Teslarati It may be able to reach 250kW at low states of charge,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1282497172982784001,[],[],0,,False,858,25,25,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'TeslaratiTeam', 'name': 'Teslarati Team', 'id': '3101262673'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1474,1282496094908243968,1282472800041578496,1594605871000.0,2020-07-13 02:04:31,+0000,,"@jgrano305 @TeslaratiTeam @Teslarati No, as range would be unacceptably low (< 250 mile EPA)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1282496094908243968,[],[],0,,False,1109,126,77,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'TeslaratiTeam', 'name': 'Teslarati Team', 'id': '3101262673'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1475,1282495504350232581,1282472800041578496,1594605730000.0,2020-07-13 02:02:10,+0000,,"@TeslaratiTeam @Teslarati We had to increase some wire thicknesses in S/X to reduce resistive heating. Technically, won’t be quite 1000 mph charging, as X especially is much bigger than 3.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1282495504350232581,[],[],0,,False,3708,117,155,,None,,,,,,,"[{'screen_name': 'TeslaratiTeam', 'name': 'Teslarati Team', 'id': '3101262673'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1476,1282492573383184386,1282207156314558466,1594605031000.0,2020-07-13 01:50:31,+0000,,@MightyTesla @SamTalksTesla @ElonsWorld @Nikola_Truth @WholeMarsBlog @RenataKonkoly @stevenmarkryan @vincent13031925 @HyperChangeTV @TeslaPodcast Hell of a ride!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1282492573383184386,[],[],0,,False,18871,284,417,,None,,,,,,,"[{'screen_name': 'MightyTesla', 'name': '⚡️ Mighty T Ξ S L A ⚡️', 'id': '67327293'}, {'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}, {'screen_name': 'ElonsWorld', 'name': ""Elon's World"", 'id': '804412190493003776'}, {'screen_name': 'Nikola_Truth', 'name': 'Nikola Tesla’s Ghost 👻', 'id': '1270817505314066436'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}, {'screen_name': 'TeslaPodcast', 'name': 'Tesla Daily', 'id': '898021206967951360'}]",,,, +1477,1282450019413422082,1282447757190430720,1594594886000.0,2020-07-12 23:01:26,+0000,,@WholeMarsBlog Thanks :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1282450019413422082,[],[],0,,False,12029,235,130,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1478,1282449465324920832,1281121339584114691,1594594753000.0,2020-07-12 22:59:13,+0000,,@PPathole That is the near-term danger of AI,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1282449465324920832,[],[],0,,False,1272,92,60,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1479,1282185119734706177,1282158917141909504,1594531729000.0,2020-07-12 05:28:49,+0000,,@nichegamer I didn’t mind DA2. DA1 was awesome. Mass Effect 2 (talking about sequels) is amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1282185119734706177,[],[],0,,False,1266,112,52,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1480,1282017717403320321,1281969247854497793,1594491817000.0,2020-07-11 18:23:37,+0000,,@MKBHD Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1282017717403320321,[],[],0,,False,19744,211,278,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1481,1282015387593236485,1281853156754767873,1594491261000.0,2020-07-11 18:14:21,+0000,,@OprahSide Maybe he should design flag of Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1282015387593236485,[],[],0,,False,6007,134,143,,None,,,,,,,"[{'screen_name': 'OprahSide', 'name': 'Clark🙄💕🌏☄️', 'id': '2382584922'}]",,,, +1482,1281863532720484352,1281853156754767873,1594455056000.0,2020-07-11 08:10:56,+0000,,@engineers_feed 48 65 78 20 74 6f 20 74 65 78 74,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1281863532720484352,[],[],0,,False,10178,647,236,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1483,1281853156754767873,1281853156754767873,1594452582000.0,2020-07-11 07:29:42,+0000,, https://t.co/1MQXFAKPzf,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1281853156754767873,[],['https://pbs.twimg.com/media/EcoOo5lU0AAwRb0.jpg'],1,https://pbs.twimg.com/media/EcoOo5lU0AAwRb0.jpg,False,221374,5644,11996,,None,,,,,,,[],,,, +1484,1281724440636612608,1281724440636612608,1594421894000.0,2020-07-10 22:58:14,+0000,,I spoke with Korolev’s family today. He was one of the very best. Корольов / Королёв.,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1281724440636612608,[],[],0,,False,62954,1746,2694,,None,,,,,,,[],,,, +1485,1281721464698232834,1281711927262052355,1594421185000.0,2020-07-10 22:46:25,+0000,,"@Ali_Afshari In general, we need to improve how podcasts play",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1281721464698232834,[],[],0,,False,1607,112,33,,None,,,,,,,"[{'screen_name': 'Ali_Afshari', 'name': 'Ali Afshari', 'id': '40124056'}]",,,, +1486,1281718752799674368,1281534833320222721,1594420538000.0,2020-07-10 22:35:38,+0000,,@OptimoPrincipi SPQR https://t.co/gVfc9M3BHz,ro,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1281718752799674368,['https://m.youtube.com/watch?v=wjOfQfxmTLQ'],[],0,,False,697,57,41,,None,,,,,,,"[{'screen_name': 'OptimoPrincipi', 'name': 'Gareth Harney', 'id': '176372472'}]",,,, +1487,1281695247626416129,1281499097187459073,1594414934000.0,2020-07-10 21:02:14,+0000,,@djzinc @kenyanwalstreet True haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1281695247626416129,[],[],0,,False,827,50,21,,None,,,,,,,"[{'screen_name': 'djzinc', 'name': 'DJ ZINC', 'id': '18511398'}, {'screen_name': 'kenyanwalstreet', 'name': 'Kenyan Wallstreet', 'id': '1044217464'}]",,,, +1488,1281661156294193152,1281121339584114691,1594406806000.0,2020-07-10 18:46:46,+0000,,@RationalEtienne @flcnhvy @PPathole @IheartTesla Death is the loss of information,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1281661156294193152,[],[],0,,False,1717,262,144,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'IheartTesla', 'name': '🔋I HÆRTTΞ S-L4🔋', 'id': '1045077255972671489'}]",,,, +1489,1281649565435695105,1281121339584114691,1594404042000.0,2020-07-10 18:00:42,+0000,,@thatt3slaguy @flcnhvy @PPathole @IheartTesla Earning power post augmentation would easily pay for itself (if that’s even necessary). This is the best thing I can think of to ensure that collective human will decides the future.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1281649565435695105,[],[],0,,False,930,84,49,,None,,,,,,,"[{'screen_name': 'thatt3slaguy', 'name': 'That T3sla Guy', 'id': '1109303415559999488'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'IheartTesla', 'name': '🔋I HÆRTTΞ S-L4🔋', 'id': '1045077255972671489'}]",,,, +1490,1281647448193036288,1281121339584114691,1594403538000.0,2020-07-10 17:52:18,+0000,,@flcnhvy @PPathole @IheartTesla Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1281647448193036288,[],[],0,,False,1029,111,32,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'IheartTesla', 'name': '🔋I HÆRTTΞ S-L4🔋', 'id': '1045077255972671489'}]",,,, +1491,1281634910269140993,1281630571228205060,1594400548000.0,2020-07-10 17:02:28,+0000,,@TeslaParaTodos @EvaFoxU @Tesla 👀,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1281634910269140993,[],[],0,,False,1221,65,51,,None,,,,,,,"[{'screen_name': 'TeslaParaTodos', 'name': 'Tesla Para Todos', 'id': '925794432770887681'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1492,1281632660075319298,1281630571228205060,1594400012000.0,2020-07-10 16:53:32,+0000,,@mjkapkan @EvaFoxU @Tesla Probably a good one to design & engineer in Germany,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1281632660075319298,[],[],0,,False,2120,128,109,,None,,,,,,,"[{'screen_name': 'mjkapkan', 'name': 'M Jaunius Kapkan', 'id': '3128046302'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1493,1281631834296614914,1281630571228205060,1594399815000.0,2020-07-10 16:50:15,+0000,,@blue_bnd @EvaFoxU @Tesla Even more,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1281631834296614914,[],[],0,,False,993,47,41,,None,,,,,,,"[{'screen_name': 'blue_bnd', 'name': 'Apollo', 'id': '1257736450193469444'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1494,1281631660228796416,1281630571228205060,1594399774000.0,2020-07-10 16:49:34,+0000,,@Techgnostik @EvaFoxU @Tesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1281631660228796416,[],[],0,,False,870,48,14,,None,,,,,,,"[{'screen_name': 'Techgnostik', 'name': 'Techgnostik 🖖🏼🌏', 'id': '236894984'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1495,1281631314853031936,1281630571228205060,1594399691000.0,2020-07-10 16:48:11,+0000,,@scr00chy @EvaFoxU @Tesla 👀,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1281631314853031936,[],[],0,,False,1151,49,50,,None,,,,,,,"[{'screen_name': 'scr00chy', 'name': 'ElonX.net', 'id': '14573260'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1496,1281631025366355969,1281630571228205060,1594399622000.0,2020-07-10 16:47:02,+0000,,@EvaFoxU @Tesla Berlin Model Y is the one to watch. That is a revolution in automotive body engineering (finally).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1281631025366355969,[],[],0,,False,6954,235,438,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1497,1281628309529391106,1281520142485123072,1594398975000.0,2020-07-10 16:36:15,+0000,,@burakaydik True,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1281628309529391106,[],[],0,,False,678,29,16,,None,,,,,,,"[{'screen_name': 'burakaydik', 'name': 'Burak A.', 'id': '94563504'}]",,,, +1498,1281521440055934976,1281520142485123072,1594373495000.0,2020-07-10 09:31:35,+0000,,"Wow, IHOP & GitHub are close",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1281521440055934976,[],[],0,,False,34773,863,611,,None,,,,,,,[],,,, +1499,1281520142485123072,1281520142485123072,1594373186000.0,2020-07-10 09:26:26,+0000,,Best use of the term “Full Stack”?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1281520142485123072,[],[],0,,False,57774,3394,5820,,None,,,,,,,[],,,, +1500,1281508058678431744,1281121339584114691,1594370305000.0,2020-07-10 08:38:25,+0000,,@PPathole @IheartTesla For sure. This is both great & terrifying. Everything we’ve ever sensed or thought has been electrical signals. The early universe was just a soup of quarks & leptons. How did a very small piece of the Universe start to think of itself as sentient?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1281508058678431744,[],[],0,,False,2618,263,283,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'IheartTesla', 'name': '🔋I HÆRTTΞ S-L4🔋', 'id': '1045077255972671489'}]",,,, +1501,1281505324860489728,1281121339584114691,1594369653000.0,2020-07-10 08:27:33,+0000,,@redmercy Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1281505324860489728,[],[],0,,False,2279,35,31,,None,,,,,,,"[{'screen_name': 'redmercy', 'name': 'Redmercy', 'id': '361042160'}]",,,, +1502,1281504714077560832,1281451757642682372,1594369507000.0,2020-07-10 08:25:07,+0000,,"@buzzindelhi Sorry, should hopefully be soon!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1281504714077560832,[],[],0,,False,5798,201,181,,None,,,,,,,"[{'screen_name': 'buzzindelhi', 'name': 'Arvind Gupta', 'id': '165506153'}]",,,, +1503,1281503378527236096,1281499097187459073,1594369189000.0,2020-07-10 08:19:49,+0000,,"@kenyanwalstreet Not actually a payout, just a vesting of stock options. It may never pay out, as the stock can’t be sold for 5 years after exercise. The stock must be bought & income taxes paid, then hold value for 5 years.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1281503378527236096,[],[],0,,False,3367,157,137,,None,,,,,,,"[{'screen_name': 'kenyanwalstreet', 'name': 'Kenyan Wallstreet', 'id': '1044217464'}]",,,, +1504,1281486624849707008,1281121339584114691,1594365194000.0,2020-07-10 07:13:14,+0000,,"@IheartTesla No easy way to answer this in a tweet, but helping with dire brain injuries is our first priority. Details Aug 28.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1281486624849707008,[],[],0,,False,1788,100,115,,None,,,,,,,"[{'screen_name': 'IheartTesla', 'name': '🔋I HÆRTTΞ S-L4🔋', 'id': '1045077255972671489'}]",,,, +1505,1281444476246867968,1281121339584114691,1594355145000.0,2020-07-10 04:25:45,+0000,,AI symbiosis while u wait,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1281444476246867968,[],[],0,,False,30312,1196,944,,None,,,,,,,[],,,, +1506,1281322246963748865,1281306962874044417,1594326004000.0,2020-07-09 20:20:04,+0000,,@vistacruiser7 @flcnhvy There’s some of that too,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1281322246963748865,[],[],0,,False,922,80,30,,None,,,,,,,"[{'screen_name': 'vistacruiser7', 'name': 'vistacruiser7', 'id': '1184775980'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1507,1281311220310568961,1281306962874044417,1594323375000.0,2020-07-09 19:36:15,+0000,,"@flcnhvy True, it sounds so surreal, but the negative propaganda is still all out there & easy to find in social media & press interviews, so it’s not just our imagination!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1281311220310568961,[],[],0,,False,1591,160,104,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1508,1281263001249566720,1281121339584114691,1594311878000.0,2020-07-09 16:24:38,+0000,,@PPathole Make sure to read ur terms & conditions before clicking accept!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1281263001249566720,[],[],0,,False,5327,223,215,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1509,1281129856760193024,1279875995516801024,1594280134000.0,2020-07-09 07:35:34,+0000,,@TeslaGong @PPathole Samwise Gamgee,hi,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1281129856760193024,[],[],0,,False,1778,101,86,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1510,1281128547491303425,1279875995516801024,1594279822000.0,2020-07-09 07:30:22,+0000,,@PPathole Altho Dumb and Dumber is 🔥🔥,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1281128547491303425,[],[],0,,False,547,31,17,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1511,1281123131281666048,1281121339584114691,1594278531000.0,2020-07-09 07:08:51,+0000,,Progress update August 28,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1281123131281666048,[],[],0,,False,66948,1132,2071,,None,,,,,,,[],,,, +1512,1281121939600207873,1281121339584114691,1594278247000.0,2020-07-09 07:04:07,+0000,,@AusTeslaOwners Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1281121939600207873,[],[],0,,False,4660,130,74,,None,,,,,,,"[{'screen_name': 'AusTeslaOwners', 'name': 'Australian Tesla Owners', 'id': '1153562537163575296'}]",,,, +1513,1281121339584114691,1281121339584114691,1594278104000.0,2020-07-09 07:01:44,+0000,,"If you can’t beat em, join em Neuralink mission statement",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1281121339584114691,[],[],0,,False,153897,4815,10142,,None,,,,,,,[],,,, +1514,1281003416970387456,1280868605308006400,1594249989000.0,2020-07-08 23:13:09,+0000,,@vincent13031925 @teslacn @EvaFoxU Tesla China team is awesome!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1281003416970387456,[],[],0,,False,8147,283,235,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'teslacn', 'name': 'Tesla Greater China', 'id': '1201427034754318337'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +1515,1280759730164559874,1280548211502075904,1594191889000.0,2020-07-08 07:04:49,+0000,,@lexfridman Words are a very lossy compression of thought,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1280759730164559874,[],[],0,,False,36426,1159,3089,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1516,1280599470724444160,1280552938004336640,1594153680000.0,2020-07-07 20:28:00,+0000,,"@nicebit_net @valleyhack If you get past Mars, the asteroids, moons of Jupiter & Saturn, inevitably you reach Uranus!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1280599470724444160,[],[],0,,False,2210,268,132,,None,,,,,,,"[{'screen_name': 'nicebit_net', 'name': 'nicebit.net ₿⚡️', 'id': '1255924142777475072'}, {'screen_name': 'ValleyHack', 'name': 'Jose Eduardo', 'id': '1336794735005081600'}]",,,, +1517,1280598324182163456,1280509227069591561,1594153407000.0,2020-07-07 20:23:27,+0000,,@cnunezimages 🖤✨Carl Sagan ✨🖤,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1280598324182163456,[],[],0,,False,6422,172,224,,None,,,,,,,"[{'screen_name': 'cnunezimages', 'name': 'cnunezimages', 'id': '1245450013813223424'}]",,,, +1518,1280597571459833863,1280552938004336640,1594153228000.0,2020-07-07 20:20:28,+0000,,"@valleyhack Essentially. Long-term purpose of my Tesla stock is to help make life multiplanetary to ensure it’s continuance. The massive capital needs are in 10 to 20 years. By then, if we’re fortunate, Tesla’s goal of accelerating sustainable energy & autonomy will be mostly accomplished.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1280597571459833863,[],[],0,,False,39257,937,2684,,None,,,,,,,"[{'screen_name': 'ValleyHack', 'name': 'Jose Eduardo', 'id': '1336794735005081600'}]",,,, +1519,1280090680430178305,1280086138343100416,1594032375000.0,2020-07-06 10:46:15,+0000,,@BBCScienceNews Thank goodness for modern medicine!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1280090680430178305,[],[],0,,False,2913,220,107,,None,,,,,,,"[{'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +1520,1280079424054910976,1279830483543691264,1594029692000.0,2020-07-06 10:01:32,+0000,,@JohnnaCrider0 For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1280079424054910976,[],[],0,,False,10561,261,136,,None,,,,,,,[],,,, +1521,1280078425672183809,1280060079384002560,1594029454000.0,2020-07-06 09:57:34,+0000,,"@Teslarati Coming soon, our battle with Big Tequila! It’s real.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1280078425672183809,[],[],0,,False,14257,517,630,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1522,1280049622015074304,1279903226112823296,1594022586000.0,2020-07-06 08:03:06,+0000,,@ajtourville @TeslaratiApp @Teslarati That would be next-level 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1280049622015074304,[],[],0,,False,3616,173,92,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1523,1280035356079878144,1279903226112823296,1594019185000.0,2020-07-06 07:06:25,+0000,,@TeslaratiApp @Teslarati I bought a pair of XL,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1280035356079878144,[],[],0,,False,18669,544,297,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1524,1279932647557394432,1279924398837821440,1593994697000.0,2020-07-06 00:18:17,+0000,,@WholeMarsBlog Also true. Haha you rock!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1279932647557394432,[],[],0,,False,2250,119,66,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1525,1279932209877512192,1279924398837821440,1593994593000.0,2020-07-06 00:16:33,+0000,,@WholeMarsBlog Nailed it,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1279932209877512192,[],[],0,,False,17540,273,371,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1526,1279916646287589376,1279510851163246596,1593990882000.0,2020-07-05 23:14:42,+0000,,"@JohnnaCrider0 Thanks Johnna, you too 💕",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1279916646287589376,[],[],0,,False,3518,97,57,,None,,,,,,,[],,,, +1527,1279889472771899393,1274482190374576128,1593984404000.0,2020-07-05 21:26:44,+0000,,@TariqMK_ Good summary,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1279889472771899393,[],[],0,,False,848,57,28,,None,,,,,,,"[{'screen_name': 'TariqMK_', 'name': 'Tariq Khan', 'id': '905797217109364738'}]",,,, +1528,1279889319939813376,1274482190374576128,1593984367000.0,2020-07-05 21:26:07,+0000,,@TariqMK_ There were 268 years without war. That’s the amazing part.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1279889319939813376,[],[],0,,False,1093,50,47,,None,,,,,,,"[{'screen_name': 'TariqMK_', 'name': 'Tariq Khan', 'id': '905797217109364738'}]",,,, +1529,1279881170864369664,1279875995516801024,1593982424000.0,2020-07-05 20:53:44,+0000,,@RationalEtienne @teslaownersSV @flcnhvy Yeah!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1279881170864369664,[],[],0,,False,794,60,16,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1530,1279880634446393344,1279875995516801024,1593982296000.0,2020-07-05 20:51:36,+0000,,@teslaownersSV @flcnhvy Lord of the Rings,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1279880634446393344,[],[],0,,False,991,82,37,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1531,1279880579400384513,1279875995516801024,1593982283000.0,2020-07-05 20:51:23,+0000,,@MMelinot @flcnhvy Looks cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1279880579400384513,[],[],0,,False,847,38,16,,None,,,,,,,"[{'screen_name': 'MMelinot', 'name': 'Michel Mélinot', 'id': '1046678207590797312'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1532,1279880479332679683,1279875995516801024,1593982259000.0,2020-07-05 20:50:59,+0000,,@teslaownersSV @flcnhvy Sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1279880479332679683,[],[],0,,False,1962,82,41,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1533,1279877506854555648,1279875995516801024,1593981551000.0,2020-07-05 20:39:11,+0000,,"@flcnhvy Age of Napoleon, so far. The first books are a little dry. Gets much better when Ariel is co-author.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1279877506854555648,[],[],0,,False,2951,146,115,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1534,1279876773396668417,1279731024516112385,1593981376000.0,2020-07-05 20:36:16,+0000,,@WholeMarsBlog 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1279876773396668417,[],[],0,,False,17388,206,206,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1535,1279875995516801024,1279875995516801024,1593981190000.0,2020-07-05 20:33:10,+0000,,Read The Story of Civilization by Will & Ariel Durant,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1279875995516801024,[],[],0,,False,72268,3311,3657,,None,,,,,,,[],,,, +1536,1279872782222778369,1279864440008192000,1593980424000.0,2020-07-05 20:20:24,+0000,,@lexfridman Well said,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1279872782222778369,[],[],0,,False,7533,184,187,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1537,1279868765212037120,1279867930289647617,1593979467000.0,2020-07-05 20:04:27,+0000,,"Dang, we broke the website",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1279868765212037120,[],[],0,,False,80300,1385,1719,,None,,,,,,,[],,,, +1538,1279868336830963712,1279867930289647617,1593979364000.0,2020-07-05 20:02:44,+0000,,Only $69.420!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1279868336830963712,[],[],0,,False,102329,2498,5065,,None,,,,,,,[],,,, +1539,1279867930289647617,1279867930289647617,1593979268000.0,2020-07-05 20:01:08,+0000,,Limited edition short shorts now available at https://t.co/5EmNcTBvJv,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1279867930289647617,['http://Tesla.com/shortshorts'],[],0,,False,114303,6338,9434,,None,,,,,,,[],,,, +1540,1279866732937535488,1279861704021561344,1593978982000.0,2020-07-05 19:56:22,+0000,,"@Gfilche Yes haha, we will soon be short of short shorts",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1279866732937535488,[],[],0,,False,3922,167,109,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}]",,,, +1541,1279846614723514368,1279832190277353472,1593974186000.0,2020-07-05 18:36:26,+0000,,"@blue_bnd @Kristennetten @flcnhvy @PPathole Yeah, it’s pretty weird",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1279846614723514368,[],[],0,,False,4740,269,167,,None,,,,,,,"[{'screen_name': 'blue_bnd', 'name': 'Apollo', 'id': '1257736450193469444'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1542,1279845976916676608,1279565645563277312,1593974033000.0,2020-07-05 18:33:53,+0000,,"@spaceguy_24 @teslaownersSV @EvaFoxU @cnunezimages @Tesla Yeah, but first we need to finish Giga Berlin and a second US Giga to serve eastern half of North America",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1279845976916676608,[],[],0,,False,1103,148,64,,None,,,,,,,"[{'screen_name': 'spaceguy_24', 'name': 'Spaceguy²⁴', 'id': '1179423710828060672'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'cnunezimages', 'name': 'cnunezimages', 'id': '1245450013813223424'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1543,1279843882771963904,1279565645563277312,1593973534000.0,2020-07-05 18:25:34,+0000,,@EvaFoxU @cnunezimages Nice haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1279843882771963904,[],[],0,,False,645,46,9,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'cnunezimages', 'name': 'cnunezimages', 'id': '1245450013813223424'}]",,,, +1544,1279826701946466305,1279575273365594112,1593969438000.0,2020-07-05 17:17:18,+0000,,@CyberpunkGame @kanyewest It may have started already,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1279826701946466305,[],[],0,,False,16805,371,493,,None,,,,,,,"[{'screen_name': 'CyberpunkGame', 'name': 'Cyberpunk 2077', 'id': '821102114'}, {'screen_name': 'kanyewest', 'name': 'ye', 'id': '169686021'}]",,,, +1545,1279825963178618880,1279565645563277312,1593969262000.0,2020-07-05 17:14:22,+0000,,@cnunezimages It’s absurdly large,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1279825963178618880,[],[],0,,False,7648,313,136,,None,,,,,,,"[{'screen_name': 'cnunezimages', 'name': 'cnunezimages', 'id': '1245450013813223424'}]",,,, +1546,1279672715897475072,1279575273365594112,1593932725000.0,2020-07-05 07:05:25,+0000,,@PPathole @kanyewest Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1279672715897475072,[],[],0,,False,10727,314,278,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'kanyewest', 'name': 'ye', 'id': '169686021'}]",,,, +1547,1279660468282392576,1279660468282392576,1593929805000.0,2020-07-05 06:16:45,+0000,,Beautiful fireworks in LA tonight,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1279660468282392576,[],[],0,,False,141764,2962,5142,,None,,,,,,,[],,,, +1548,1279632998921498625,1279626236390780936,1593923256000.0,2020-07-05 04:27:36,+0000,,@GadSaad He is a mind virus for fools,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1279632998921498625,[],[],0,,False,5007,261,345,,None,,,,,,,"[{'screen_name': 'GadSaad', 'name': 'Gad Saad', 'id': '116579971'}]",,,, +1549,1279615554270052353,1279615554270052353,1593919096000.0,2020-07-05 03:18:16,+0000,,"North American Supercharger usage is now at pre-covid high, Europe about a week behind, China & Asia-Pacific in general doing great https://t.co/bRd0egaC1t",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1279615554270052353,[],['https://pbs.twimg.com/media/EcIbkGaUcAAXWJV.jpg'],1,https://pbs.twimg.com/media/EcIbkGaUcAAXWJV.jpg,False,23674,1254,1282,,None,,,,,,,[],,,, +1550,1279606154109345792,1279585827350122496,1593916855000.0,2020-07-05 02:40:55,+0000,,@nichegamer 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1279606154109345792,[],[],0,,False,3240,178,55,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1551,1279597691182313472,1279593019616837632,1593914838000.0,2020-07-05 02:07:18,+0000,,@RocketLab Sorry to hear about this. Hope you get back to orbit soon. Rockets are hard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1279597691182313472,[],[],0,,False,9808,115,314,,None,,,,,,,"[{'screen_name': 'RocketLab', 'name': 'Rocket Lab', 'id': '91145174'}]",,,, +1552,1279585827350122496,1279585827350122496,1593912009000.0,2020-07-05 01:20:09,+0000,, https://t.co/jAmuz6NaA4,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1279585827350122496,[],['https://pbs.twimg.com/media/EcIAhuvUcAAIh1M.jpg'],1,https://pbs.twimg.com/media/EcIAhuvUcAAIh1M.jpg,False,688404,16478,141185,,None,,,,,,,[],,,, +1553,1279577069005897728,1279575273365594112,1593909921000.0,2020-07-05 00:45:21,+0000,,@kanyewest You have my full support!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1279577069005897728,[],[],0,,False,325867,11562,29777,,None,,,,,,,"[{'screen_name': 'kanyewest', 'name': 'ye', 'id': '169686021'}]",,,, +1554,1279472455153643521,1279471212003856384,1593884979000.0,2020-07-04 17:49:39,+0000,,@JakeNew27819898 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1279472455153643521,[],[],0,,False,7581,188,139,,None,,,,,,,"[{'screen_name': 'JakeNew27819898', 'name': 'Jake 🇺🇸🇺🇸', 'id': '1010938023922593793'}]",,,, +1555,1279471909906702336,1279471909906702336,1593884849000.0,2020-07-04 17:47:29,+0000,,Please take a moment to report accounts clearly engaged in harassment. It is the only way to maintain public discourse.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1279471909906702336,[],[],0,,False,98556,8188,6362,,None,,,,,,,[],,,, +1556,1279471212003856384,1279471212003856384,1593884683000.0,2020-07-04 17:44:43,+0000,,🇺🇸🇺🇸 Happy 4th of July!! 🇺🇸🇺🇸,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1279471212003856384,[],[],0,,False,249360,4648,18526,,None,,,,,,,[],,,, +1557,1279470746494889985,1279468235444944896,1593884572000.0,2020-07-04 17:42:52,+0000,,@PPathole @cybrtrkguy @flcnhvy That would be great,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1279470746494889985,[],[],0,,False,1136,82,25,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'cybrtrkguy', 'name': 'The Cybertruck Guy', 'id': '1198313150858383360'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1558,1279470227974057984,1279333279984955392,1593884448000.0,2020-07-04 17:40:48,+0000,,"@xiang_aw @bigwheelastro @ChainsawMelee @EvaFoxU @PPathole @leighalexander @TalulahRiley Agreed, but it’s hard to ignore what is effectively a social media denial of service attack",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1279470227974057984,[],[],0,,False,1549,195,56,,None,,,,,,,"[{'screen_name': 'xiang_aw', 'name': '🔋 Disrupt or Distort 🛢', 'id': '1887048324'}, {'screen_name': 'bigwheelastro', 'name': 'Cybertruck Socialist 🦄', 'id': '1081960717513830400'}, {'screen_name': 'ChainsawMelee', 'name': 'Richard', 'id': '936786649941463040'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'leighalexander', 'name': '🌏🔎𝐿𝑒𝑖𝑔ℎ 𝐴𝑙𝑒𝑥𝑎𝑛𝑑𝑒𝑟 🐬💿✨', 'id': '16799897'}, {'screen_name': 'TalulahRiley', 'name': 'Talulah Riley', 'id': '344538987'}]",,,, +1559,1279469753602461697,1279468235444944896,1593884335000.0,2020-07-04 17:38:55,+0000,,"@cybrtrkguy @flcnhvy Accounts that unequivocally advocate harassment should be suspended with warning, then shut down if repeated",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1279469753602461697,[],[],0,,False,867,58,48,,None,,,,,,,"[{'screen_name': 'cybrtrkguy', 'name': 'The Cybertruck Guy', 'id': '1198313150858383360'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1560,1279468831660900356,1279468235444944896,1593884115000.0,2020-07-04 17:35:15,+0000,,@flcnhvy True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1279468831660900356,[],[],0,,False,3670,110,87,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1561,1279468263500419072,1279333279984955392,1593883980000.0,2020-07-04 17:33:00,+0000,,"@bigwheelastro @ChainsawMelee @EvaFoxU @PPathole @leighalexander @TalulahRiley Yeah, but why? I’m working on sustainable energy cars & solar that help Earth and making life multiplanetary, to ensure its continuance, with SpaceX.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1279468263500419072,[],[],0,,False,1645,324,144,,None,,,,,,,"[{'screen_name': 'bigwheelastro', 'name': 'Cybertruck Socialist 🦄', 'id': '1081960717513830400'}, {'screen_name': 'ChainsawMelee', 'name': 'Richard', 'id': '936786649941463040'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊 火星', 'id': '959471389282578432'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'leighalexander', 'name': '🌏🔎𝐿𝑒𝑖𝑔ℎ 𝐴𝑙𝑒𝑥𝑎𝑛𝑑𝑒𝑟 🐬💿✨', 'id': '16799897'}, {'screen_name': 'TalulahRiley', 'name': 'Talulah Riley', 'id': '344538987'}]",,,, +1562,1279462367361814528,1279333279984955392,1593882574000.0,2020-07-04 17:09:34,+0000,,"@EvaFoxU @PPathole @leighalexander @TalulahRiley Thanks, that would promote good public discourse",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1279462367361814528,[],[],0,,False,1094,116,38,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'leighalexander', 'name': '🌏🔎𝐿𝑒𝑖𝑔ℎ 𝐴𝑙𝑒𝑥𝑎𝑛𝑑𝑒𝑟 🐬💿✨', 'id': '16799897'}, {'screen_name': 'TalulahRiley', 'name': 'Talulah Riley', 'id': '344538987'}]",,,, +1563,1279461376516186112,1279333279984955392,1593882338000.0,2020-07-04 17:05:38,+0000,,@PPathole @leighalexander @TalulahRiley A pseudojourno asked all his followers to spam my mentions,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1279461376516186112,[],[],0,,False,1115,90,51,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'leighalexander', 'name': '🌏🔎𝐿𝑒𝑖𝑔ℎ 𝐴𝑙𝑒𝑥𝑎𝑛𝑑𝑒𝑟 🐬💿✨', 'id': '16799897'}, {'screen_name': 'TalulahRiley', 'name': 'Talulah Riley', 'id': '344538987'}]",,,, +1564,1279459790058426373,1279446477752930311,1593881959000.0,2020-07-04 16:59:19,+0000,,@UniverCurious Wow,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1279459790058426373,[],[],0,,False,4198,154,97,,None,,,,,,,"[{'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}]",,,, +1565,1279456775566012421,1279333279984955392,1593881241000.0,2020-07-04 16:47:21,+0000,,@Martx1995 @leighalexander True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1279456775566012421,[],[],0,,False,819,67,17,,None,,,,,,,"[{'screen_name': 'Martx1995', 'name': 'Martina 🌙', 'id': '1268476268045053952'}, {'screen_name': 'leighalexander', 'name': '🌏🔎𝐿𝑒𝑖𝑔ℎ 𝐴𝑙𝑒𝑥𝑎𝑛𝑑𝑒𝑟 🐬💿✨', 'id': '16799897'}]",,,, +1566,1279455664826232835,1279333279984955392,1593880976000.0,2020-07-04 16:42:56,+0000,,@leighalexander You’re a good person,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1279455664826232835,[],[],0,,False,316,49,13,,None,,,,,,,"[{'screen_name': 'leighalexander', 'name': '🌏🔎𝐿𝑒𝑖𝑔ℎ 𝐴𝑙𝑒𝑥𝑎𝑛𝑑𝑒𝑟 🐬💿✨', 'id': '16799897'}]",,,, +1567,1279454938037252097,1279333279984955392,1593880803000.0,2020-07-04 16:40:03,+0000,,"@leighalexander @SpaceX To the best our knowledge, he never toured SpaceX. Don’t know where that comes from.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1279454938037252097,[],[],0,,False,1296,237,55,,None,,,,,,,"[{'screen_name': 'leighalexander', 'name': '🌏🔎𝐿𝑒𝑖𝑔ℎ 𝐴𝑙𝑒𝑥𝑎𝑛𝑑𝑒𝑟 🐬💿✨', 'id': '16799897'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1568,1279454391783710720,1279333279984955392,1593880672000.0,2020-07-04 16:37:52,+0000,,@leighalexander I was at that Vanity Fair party with @TalulahRiley. Don’t know Ghislaine. Real question is why did VF invite her?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1279454391783710720,[],[],0,,False,3218,239,339,,None,,,,,,,"[{'screen_name': 'leighalexander', 'name': '🌏🔎𝐿𝑒𝑖𝑔ℎ 𝐴𝑙𝑒𝑥𝑎𝑛𝑑𝑒𝑟 🐬💿✨', 'id': '16799897'}]",,,, +1569,1279326699310604288,1279319426299572224,1593850228000.0,2020-07-04 08:10:28,+0000,,"@kenklippenstein Now you’re unblocked, so stop whining",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1279326699310604288,[],[],0,,False,8156,745,176,,None,,,,,,,"[{'screen_name': 'kenklippenstein', 'name': 'Ken Klippenstein', 'id': '1634248890'}]",,,, +1570,1279326187559374849,1279319426299572224,1593850106000.0,2020-07-04 08:08:26,+0000,,@kenklippenstein I only block people as a direct insult https://t.co/KWW9GCvQGb,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1279326187559374849,[],['https://pbs.twimg.com/media/EcEUYsEUwAIee8h.jpg'],1,https://pbs.twimg.com/media/EcEUYsEUwAIee8h.jpg,False,11496,1554,466,,None,,,,,,,"[{'screen_name': 'kenklippenstein', 'name': 'Ken Klippenstein', 'id': '1634248890'}]",,,, +1571,1279318615808851969,1279275487877951488,1593848301000.0,2020-07-04 07:38:21,+0000,,"@PPathole @SamTalksTesla Yes. Green card (permanent residency) is fine too for SpaceX, according to ITAR rules.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1279318615808851969,[],[],0,,False,1251,84,52,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1646555828'}]",,,, +1572,1279311490130915328,1279275487877951488,1593846602000.0,2020-07-04 07:10:02,+0000,,"@HassanAesthetic Yeah, Tesla app would enable you to release your car into the fleet & summon it back at will",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1279311490130915328,[],[],0,,False,1659,151,77,,None,,,,,,,"[{'screen_name': 'HassanAesthetic', 'name': 'Hassan💜🇨🇦', 'id': '613214169'}]",,,, +1573,1279310921114849281,1279275487877951488,1593846466000.0,2020-07-04 07:07:46,+0000,,"@SamTalksTesla Directly, my companies employ roughly 65,000 people. However, there is a massive global supply & logistics chain that employs 4 to 5 times that number.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1279310921114849281,[],[],0,,False,1485,117,97,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}]",,,, +1574,1279309691353329666,1279275487877951488,1593846173000.0,2020-07-04 07:02:53,+0000,,"@teslaownersSV RWD is slightly more efficient, but dual motor AWD is faster & more agile",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1279309691353329666,[],[],0,,False,1092,96,57,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +1575,1279275487877951488,1279275487877951488,1593838018000.0,2020-07-04 04:46:58,+0000,,Congrats Tesla Team — U ROK!!,nl,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1279275487877951488,[],[],0,,False,36447,3146,1505,https://twitter.com/vincent13031925/status/1278671904207892480,None,,,,,,,[],,,, +1576,1279269606482272256,1278760548188983296,1593836616000.0,2020-07-04 04:23:36,+0000,,"@ninjitalia @ReadCoal @Supernautical @flcnhvy @RationalEtienne @chrish7985 @rlyrlysryDave 🤣🤣 damn, hoist on my own petard!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1279269606482272256,[],[],0,,False,652,77,14,,None,,,,,,,"[{'screen_name': 'ninjitalia', 'name': 'Alison Bacon', 'id': '180032251'}, {'screen_name': 'Supernautical', 'name': 'Jason', 'id': '946501045'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'chrish7985', 'name': 'Christopher Hall', 'id': '494424069'}, {'screen_name': 'rlyrlysryDave', 'name': ""🎞Steve Dave's Oddysey⏩"", 'id': '1225870679175618560'}]",,,, +1577,1279266659794968583,1278760548188983296,1593835913000.0,2020-07-04 04:11:53,+0000,,"@StarofElysium @SamTalksTesla @RationalEtienne @chrish7985 @rlyrlysryDave I don’t have an “emerald mine”, nor was I given free money from anyone, inheritance or otherwise. Ashlee Vance interviewed hundreds of people. Ask him. https://t.co/M63NjiKkw2",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1279266659794968583,['https://www.bloomberg.com/news/features/2020-05-22/elon-musk-speaks-frankly-on-coronavirus-spacex-and-rage-tweets'],[],0,,False,2028,128,156,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1646555828'}, {'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'chrish7985', 'name': 'Christopher Hall', 'id': '494424069'}, {'screen_name': 'rlyrlysryDave', 'name': ""🎞Steve Dave's Oddysey⏩"", 'id': '1225870679175618560'}]",,,, +1578,1279265845487628290,1278760548188983296,1593835719000.0,2020-07-04 04:08:39,+0000,,@chef_boyarbeatz @lexi4prez @RationalEtienne @chrish7985 @rlyrlysryDave https://t.co/FtmrqCc7BW,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1279265845487628290,[],['https://pbs.twimg.com/media/EcDdgV6UwAEVjY_.jpg'],1,https://pbs.twimg.com/media/EcDdgV6UwAEVjY_.jpg,False,1936,76,79,,None,,,,,,,"[{'screen_name': 'chef_boyarbeatz', 'name': 'chef 🅱️oyarchata', 'id': '1062140948'}, {'screen_name': 'lexi4prez', 'name': 'Alexis Isabel', 'id': '443529647'}, {'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'chrish7985', 'name': 'Christopher Hall', 'id': '494424069'}]",,,, +1579,1279265371371888640,1278760548188983296,1593835606000.0,2020-07-04 04:06:46,+0000,,@vistacruiser7 @lexi4prez @RationalEtienne @chrish7985 @rlyrlysryDave Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1279265371371888640,[],[],0,,False,699,49,14,,None,,,,,,,"[{'screen_name': 'vistacruiser7', 'name': 'vistacruiser7', 'id': '1184775980'}, {'screen_name': 'lexi4prez', 'name': 'Alexis Isabel', 'id': '443529647'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'chrish7985', 'name': 'Christopher Hall', 'id': '494424069'}, {'screen_name': 'rlyrlysryDave', 'name': ""🎞Steve Dave's Oddysey⏩"", 'id': '1225870679175618560'}]",,,, +1580,1279264353196244992,1279264216680222720,1593835364000.0,2020-07-04 04:02:44,+0000,,@JordannConroy 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1279264353196244992,[],[],0,,False,473,27,11,,None,,,,,,,[],,,, +1581,1279263236345323520,1278760548188983296,1593835097000.0,2020-07-04 03:58:17,+0000,,@lexi4prez @RationalEtienne @chrish7985 @rlyrlysryDave https://t.co/cjn0wgoY1N,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1279263236345323520,[],['https://pbs.twimg.com/media/EcDbIdpUwAA-FSX.jpg'],1,https://pbs.twimg.com/media/EcDbIdpUwAA-FSX.jpg,False,1419,140,111,,None,,,,,,,"[{'screen_name': 'lexi4prez', 'name': 'Alexis Isabel', 'id': '443529647'}, {'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'chrish7985', 'name': 'Christopher Hall', 'id': '494424069'}]",,,, +1582,1279262905410568193,1278395771172372481,1593835018000.0,2020-07-04 03:56:58,+0000,,@GovStitt @Tesla @BearAgencyGroup @signal_factory Thanks for hosting me in Tulsa today!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1279262905410568193,[],[],0,,False,1938,144,126,,None,,,,,,,"[{'screen_name': 'GovStitt', 'name': 'Governor Kevin Stitt', 'id': '865210877678686208'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'BearAgencyGroup', 'name': 'Bear Agency Group', 'id': '1278146245379403777'}, {'screen_name': 'signal_factory', 'name': 'Signal Factory', 'id': '179786723'}]",,,, +1583,1279261669592449024,1278760548188983296,1593834724000.0,2020-07-04 03:52:04,+0000,,"@ReadCoal @Supernautical @flcnhvy @RationalEtienne @chrish7985 @rlyrlysryDave This is false. I landed in Montreal at age 17 with $2000, a backpack of clothes & suitcase of books. My father is bankrupt & has been for a long time. I inherited literally nothing from him. https://t.co/M63NjiKkw2",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1279261669592449024,['https://www.bloomberg.com/news/features/2020-05-22/elon-musk-speaks-frankly-on-coronavirus-spacex-and-rage-tweets'],[],0,,False,927,101,109,,None,,,,,,,"[{'screen_name': 'Supernautical', 'name': 'Jason', 'id': '946501045'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'chrish7985', 'name': 'Christopher Hall', 'id': '494424069'}, {'screen_name': 'rlyrlysryDave', 'name': ""🎞Steve Dave's Oddysey⏩"", 'id': '1225870679175618560'}]",,,, +1584,1279260125836963845,1278789937886724096,1593834356000.0,2020-07-04 03:45:56,+0000,,@JustinAHorwitz She photobombed me at a Vanity Fair Oscar party. Was there with @TalulahRiley. Don’t know Ghislaine at all. Why do you think it should be a bigger story?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1279260125836963845,[],[],0,,False,1885,232,108,,None,,,,,,,"[{'screen_name': 'JustinAHorwitz', 'name': 'Justin Horwitz', 'id': '4269393803'}]",,,, +1585,1279239670870597632,1279219906907475968,1593829479000.0,2020-07-04 02:24:39,+0000,,"@WholeMarsBlog @tesla_truth Greenspan is crackers, bananas, barky & ten cards short of a full deck",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1279239670870597632,[],[],0,,False,5315,293,271,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +1586,1279213282520375296,1279188749969129475,1593823187000.0,2020-07-04 00:39:47,+0000,,"@EvaFoxU @Tesla Others will probably pass human trials first, but this machine is pretty special for generalized vaccine production. Was originally intended for rabies, which is a very tricky virus.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1279213282520375296,[],[],0,,False,3889,256,189,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1587,1279206222042935296,1279178472733077505,1593821504000.0,2020-07-04 00:11:44,+0000,,@EverydayElon @Barringtonamy @TeslaTested @teslaownersSV @kimbal Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1279206222042935296,[],[],0,,False,382,59,11,,None,,,,,,,"[{'screen_name': 'Barringtonamy', 'name': 'I Might Be A Cat', 'id': '17529255'}, {'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +1588,1279204568455360513,1278760548188983296,1593821110000.0,2020-07-04 00:05:10,+0000,,"@freshjiva @flcnhvy @RationalEtienne @chrish7985 @rlyrlysryDave Good point, we don’t",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1279204568455360513,[],[],0,,False,794,123,18,,None,,,,,,,"[{'screen_name': 'freshjiva', 'name': 'Mayur मयूर Thaker ठाकर', 'id': '129235915'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'chrish7985', 'name': 'Christopher Hall', 'id': '494424069'}, {'screen_name': 'rlyrlysryDave', 'name': ""🎞Steve Dave's Oddysey⏩"", 'id': '1225870679175618560'}]",,,, +1589,1279203361762533378,1278760548188983296,1593820822000.0,2020-07-04 00:00:22,+0000,,@teslaownersSV @flcnhvy @RationalEtienne @chrish7985 @rlyrlysryDave Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1279203361762533378,[],[],0,,False,1297,143,57,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'chrish7985', 'name': 'Christopher Hall', 'id': '494424069'}, {'screen_name': 'rlyrlysryDave', 'name': ""🎞Steve Dave's Oddysey⏩"", 'id': '1225870679175618560'}]",,,, +1590,1279200082810806275,1279178472733077505,1593820040000.0,2020-07-03 23:47:20,+0000,,@EverydayElon @TeslaTested @teslaownersSV @kimbal HCL appears to be effective when used early https://t.co/d27STax48L,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1279200082810806275,['https://www.wsj.com/articles/hydroxychloroquine-given-early-helped-coronavirus-patients-study-finds-11593729664'],[],0,,False,260,41,24,,None,,,,,,,"[{'screen_name': 'EverydayElon', 'name': 'elon_art_everyday', 'id': '1371613295619231745'}, {'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +1591,1279196799534841856,1279150430564618241,1593819257000.0,2020-07-03 23:34:17,+0000,,"@Lockl34r @Tesla Unfortunately, there are thousands of automotive design rule differences between US & EU, including completely different charge ports. Gets worse every year. Not our choice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1279196799534841856,[],[],0,,False,29574,550,634,,None,,,,,,,"[{'screen_name': 'Lockl34r', 'name': 'Locklear', 'id': '511273636'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1592,1279195017605767168,1279178472733077505,1593818833000.0,2020-07-03 23:27:13,+0000,,@TeslaTested @teslaownersSV @kimbal There’s that too. Deaths should be broken out as died with vs died of.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1279195017605767168,[],[],0,,False,523,90,25,,None,,,,,,,"[{'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +1593,1279193495635480576,1279178472733077505,1593818470000.0,2020-07-03 23:21:10,+0000,,@teslaownersSV @kimbal Deaths continue to trend down https://t.co/FsZNwkvs1H,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1279193495635480576,[],['https://pbs.twimg.com/media/EcCbs7NXkAEbwAc.jpg'],1,https://pbs.twimg.com/media/EcCbs7NXkAEbwAc.jpg,False,1028,140,124,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +1594,1279192317296074752,1279178472733077505,1593818189000.0,2020-07-03 23:16:29,+0000,,"@kimbal We’re seeing field false positives much higher than lab false positives, in range of 5% to 10%. Article says testing went from 100k to 600k, which means a 6-fold increase in false positives. My guess is most cases, especially “no symptoms”, are false positives.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1279192317296074752,[],[],0,,False,4269,434,546,,None,,,,,,,"[{'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +1595,1279149465371369472,1278760548188983296,1593807972000.0,2020-07-03 20:26:12,+0000,,@WhatsupFranks @flcnhvy @RationalEtienne @chrish7985 @rlyrlysryDave Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1279149465371369472,[],[],0,,False,643,72,16,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'chrish7985', 'name': 'Christopher Hall', 'id': '494424069'}, {'screen_name': 'rlyrlysryDave', 'name': ""🎞Steve Dave's Oddysey⏩"", 'id': '1225870679175618560'}]",,,, +1596,1279148745016344577,1278760548188983296,1593807800000.0,2020-07-03 20:23:20,+0000,,"@flcnhvy @RationalEtienne @chrish7985 @rlyrlysryDave The news is sometimes created, but always curated. The latter is most pernicious. On any given day, there are thousands of potential stories. By picking which stories are written about & how prominently they’re placed, a handful of publishers control much of the public narrative.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1279148745016344577,[],[],0,,False,3116,653,544,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'chrish7985', 'name': 'Christopher Hall', 'id': '494424069'}, {'screen_name': 'rlyrlysryDave', 'name': ""🎞Steve Dave's Oddysey⏩"", 'id': '1225870679175618560'}]",,,, +1597,1279147057488543746,1278760548188983296,1593807398000.0,2020-07-03 20:16:38,+0000,,@flcnhvy @RationalEtienne @chrish7985 @rlyrlysryDave Klippenstein has gone full twitter troll. Big mistake. Never go full troll!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1279147057488543746,[],[],0,,False,1876,948,102,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'chrish7985', 'name': 'Christopher Hall', 'id': '494424069'}, {'screen_name': 'rlyrlysryDave', 'name': ""🎞Steve Dave's Oddysey⏩"", 'id': '1225870679175618560'}]",,,, +1598,1279144671286038528,1278760548188983296,1593806829000.0,2020-07-03 20:07:09,+0000,,"@RationalEtienne @chrish7985 @rlyrlysryDave Oh yeah, Klip Einstein, pseudojournalist & douche-about-town",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1279144671286038528,[],[],0,,False,2284,1351,111,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'chrish7985', 'name': 'Christopher Hall', 'id': '494424069'}, {'screen_name': 'rlyrlysryDave', 'name': ""🎞Steve Dave's Oddysey⏩"", 'id': '1225870679175618560'}]",,,, +1599,1279143112041025542,1278760548188983296,1593806457000.0,2020-07-03 20:00:57,+0000,,@EvaFoxU @chrish7985 @rlyrlysryDave 😂😂,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1279143112041025542,[],[],0,,False,655,44,16,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'chrish7985', 'name': 'Christopher Hall', 'id': '494424069'}, {'screen_name': 'rlyrlysryDave', 'name': ""🎞Steve Dave's Oddysey⏩"", 'id': '1225870679175618560'}]",,,, +1600,1279140982001471488,1278760548188983296,1593805950000.0,2020-07-03 19:52:30,+0000,,@chrish7985 @rlyrlysryDave Someone is paying for hundreds of bots & trolls to push this lame Vanity Fair photobomb pic. I wonder who …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1279140982001471488,[],[],0,,False,2074,477,108,,None,,,,,,,"[{'screen_name': 'chrish7985', 'name': 'Christopher Hall', 'id': '494424069'}, {'screen_name': 'rlyrlysryDave', 'name': ""🎞Steve Dave's Oddysey⏩"", 'id': '1225870679175618560'}]",,,, +1601,1279139052017631232,1279096795809767424,1593805489000.0,2020-07-03 19:44:49,+0000,,@Martx1995 @pesachlattin 🤣🤣 true,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1279139052017631232,[],[],0,,False,409,28,11,,None,,,,,,,"[{'screen_name': 'Martx1995', 'name': 'Martina 🌙', 'id': '1268476268045053952'}, {'screen_name': 'pesachlattin', 'name': 'Pesach Lattin פסח לטין', 'id': '350882124'}]",,,, +1602,1279138128696168451,1279096795809767424,1593805269000.0,2020-07-03 19:41:09,+0000,,@pesachlattin This is false. I have never introduced either of them to anyone.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1279138128696168451,[],[],0,,False,476,23,16,,None,,,,,,,"[{'screen_name': 'pesachlattin', 'name': 'Pesach Lattin פסח לטין', 'id': '350882124'}]",,,, +1603,1278988836761026560,1278756565160468481,1593769675000.0,2020-07-03 09:47:55,+0000,,@PPathole @HandleOfRy Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1278988836761026560,[],[],0,,False,1106,56,16,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'HandleOfRy', 'name': ""Friendly Ghost's Thesis 🏴 👻"", 'id': '821078728642097153'}]",,,, +1604,1278959398984003584,1277506329519636481,1593762657000.0,2020-07-03 07:50:57,+0000,,@usa_comes_back @geekwire Sounds sketch,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1278959398984003584,[],[],0,,False,440,55,12,,None,,,,,,,"[{'screen_name': 'usa_comes_back', 'name': 'Biden Over/Under 9 months', 'id': '722096505906184192'}, {'screen_name': 'geekwire', 'name': 'GeekWire', 'id': '255784266'}]",,,, +1605,1278958264043126790,1278756565160468481,1593762386000.0,2020-07-03 07:46:26,+0000,,@AirshipGuy @HandleOfRy Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1278958264043126790,[],[],0,,False,1586,53,31,,None,,,,,,,"[{'screen_name': 'AirshipGuy', 'name': 'William Torpey', 'id': '2704930832'}, {'screen_name': 'HandleOfRy', 'name': ""Friendly Ghost's Thesis 🏴 👻"", 'id': '821078728642097153'}]",,,, +1606,1278957176032296960,1278859161636237312,1593762127000.0,2020-07-03 07:42:07,+0000,,@ArtifactsHub Haute couture,fr,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1278957176032296960,[],[],0,,False,11883,269,319,,None,,,,,,,"[{'screen_name': 'ArtifactsHub', 'name': 'Museum Archive', 'id': '1265155918355980288'}]",,,, +1607,1278941816306438145,1278708747448262656,1593758465000.0,2020-07-03 06:41:05,+0000,,@ChrisMacFarland @Tesla Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1278941816306438145,[],[],0,,False,5904,156,56,,None,,,,,,,"[{'screen_name': 'ChrisMacFarland', 'name': 'Chris MacFarland', 'id': '322937331'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1608,1278940731516780544,1278756565160468481,1593758206000.0,2020-07-03 06:36:46,+0000,,@HandleOfRy Don’t know Ghislaine at all. She photobombed me once at a Vanity Fair party several years ago. Real question is why VF invited her in the first place 🤔,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1278940731516780544,[],[],0,,False,5711,284,385,,None,,,,,,,"[{'screen_name': 'HandleOfRy', 'name': ""Friendly Ghost's Thesis 🏴 👻"", 'id': '821078728642097153'}]",,,, +1609,1278882804248588288,1278853269121650688,1593744395000.0,2020-07-03 02:46:35,+0000,,"@flcnhvy Thanks Viv, you rock 💕",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1278882804248588288,[],[],0,,False,25181,200,348,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1610,1278882067825262592,1278760548188983296,1593744220000.0,2020-07-03 02:43:40,+0000,,"@InSpaceXItrust @RationalEtienne Sure, we will aim to do a cross-country drive with Cybertruck later this year",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1278882067825262592,[],[],0,,False,2499,274,122,,None,,,,,,,"[{'screen_name': 'InSpaceXItrust', 'name': 'Michael Hodges', 'id': '1014273249453248512'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}]",,,, +1611,1278881545600872448,1278760548188983296,1593744095000.0,2020-07-03 02:41:35,+0000,,@RationalEtienne Ok fine 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1278881545600872448,[],[],0,,False,895,77,24,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}]",,,, +1612,1278866787942240256,1277506329519636481,1593740577000.0,2020-07-03 01:42:57,+0000,,@Khendinberg @hampgirl87 @ianbremmer @geekwire Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1278866787942240256,[],[],0,,False,543,76,17,,None,,,,,,,"[{'screen_name': 'Khendinberg', 'name': 'KarenHendinburg PhD', 'id': '3354329451'}, {'screen_name': 'hampgirl87', 'name': 'Keep Calm and Carry On', 'id': '1029875901322997760'}, {'screen_name': 'ianbremmer', 'name': 'ian bremmer', 'id': '60783724'}, {'screen_name': 'geekwire', 'name': 'GeekWire', 'id': '255784266'}]",,,, +1613,1278841008944549889,1278840413919551488,1593734430000.0,2020-07-03 00:00:30,+0000,,@ID_AA_Carmack Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1278841008944549889,[],[],0,,False,1619,87,53,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1614,1278782112074735617,1278782112074735617,1593720388000.0,2020-07-02 20:06:28,+0000,,Thanks Tesla owners & investors! Love you!! We will work super hard to earn your trust & support.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1278782112074735617,[],[],0,,False,41508,3339,2628,https://twitter.com/Tesla/status/1278757900568023041,None,,,,,,,[],,,, +1615,1278778186571091974,1278706073520820224,1593719452000.0,2020-07-02 19:50:52,+0000,,@CARandDRIVER Thank goodness! Front license plates make my eyes bleed.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1278778186571091974,[],[],0,,False,16399,473,827,,None,,,,,,,"[{'screen_name': 'CARandDRIVER', 'name': 'Car and Driver', 'id': '14342661'}]",,,, +1616,1278771878824488961,1278764736876773383,1593717949000.0,2020-07-02 19:25:49,+0000,,@SamTalksTesla Not bad,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1278771878824488961,[],[],0,,False,10334,130,159,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}]",,,, +1617,1278768382804996096,1278764736876773383,1593717115000.0,2020-07-02 19:11:55,+0000,,@GerberKawasaki But sooo satisfying,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1278768382804996096,[],[],0,,False,9327,295,231,,None,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1618,1278764736876773383,1278764736876773383,1593716246000.0,2020-07-02 18:57:26,+0000,,"SEC, three letter acronym, middle word is Elon’s",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1278764736876773383,[],[],0,,False,108429,8367,10284,,None,,,,,,,[],,,, +1619,1278762916326649863,1278760548188983296,1593715812000.0,2020-07-02 18:50:12,+0000,,Will send some to the Shortseller Enrichment Commission to comfort them through these difficult times,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1278762916326649863,[],[],0,,False,37855,829,1685,,None,,,,,,,[],,,, +1620,1278762482841137153,1278756565160468481,1593715708000.0,2020-07-02 18:48:28,+0000,,@karee70091349 Should have a free trade agreement with US. No tariffs at all either way.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1278762482841137153,[],[],0,,False,5733,122,223,,None,,,,,,,"[{'screen_name': 'karee70091349', 'name': 'karee', 'id': '1241991286883745792'}]",,,, +1621,1278761578112995328,1278760548188983296,1593715493000.0,2020-07-02 18:44:53,+0000,,@RationalEtienne I worried we won’t be taken seriously if our short shorts have flames 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1278761578112995328,[],[],0,,False,7724,240,195,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}]",,,, +1622,1278761004969705472,1278756565160468481,1593715356000.0,2020-07-02 18:42:36,+0000,,@Leroyspankin He wore them well. No denying it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1278761004969705472,[],[],0,,False,2075,38,28,,None,,,,,,,"[{'screen_name': 'Leroyspankin', 'name': 'Leroyspankins', 'id': '349909974'}]",,,, +1623,1278760930596270085,1278756565160468481,1593715338000.0,2020-07-02 18:42:18,+0000,,@Partyp74 Busted! I secretly ♥️ short shorts.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1278760930596270085,[],[],0,,False,18864,196,473,,None,,,,,,,"[{'screen_name': 'Partyp74', 'name': 'Pauline O’Connor💃🍸🥂🍾💖', 'id': '764070539111563264'}]",,,, +1624,1278760548188983296,1278760548188983296,1593715247000.0,2020-07-02 18:40:47,+0000,,Tesla will make fabulous short shorts in radiant red satin with gold trim,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1278760548188983296,[],[],0,,False,165297,4938,10502,,None,,,,,,,[],,,, +1625,1278759204032053248,1251217122409222145,1593714927000.0,2020-07-02 18:35:27,+0000,,@terribletrader_ Great interview 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1278759204032053248,[],[],0,,False,1343,60,69,,None,,,,,,,"[{'screen_name': 'terribletrader_', 'name': 'TerribleTrader', 'id': '3192304852'}]",,,, +1626,1278758342505181186,1278757725032386561,1593714721000.0,2020-07-02 18:32:01,+0000,,@907XCP @WSBConsensus Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1278758342505181186,[],[],0,,False,851,39,23,,None,,,,,,,"[{'screen_name': '907XCP', 'name': 'ᴴᵃᵐᶻᵃ', 'id': '1000044293707436032'}, {'screen_name': 'WSBConsensus', 'name': 'WallStreetBets & Co.', 'id': '831019099325132801'}]",,,, +1627,1278758036937605120,1278757725032386561,1593714648000.0,2020-07-02 18:30:48,+0000,,@WSBConsensus Sellers of medium height or above are fine,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1278758036937605120,[],[],0,,False,2177,59,108,,None,,,,,,,"[{'screen_name': 'WSBConsensus', 'name': 'WallStreetBets & Co.', 'id': '831019099325132801'}]",,,, +1628,1278757695621914625,1278756565160468481,1593714567000.0,2020-07-02 18:29:27,+0000,,@mantovannni Those dang budgie smugglers!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1278757695621914625,[],[],0,,False,2997,44,57,,None,,,,,,,"[{'screen_name': 'mantovannni', 'name': 'Mark Wilde', 'id': '331886170'}]",,,, +1629,1278756565160468481,1278756565160468481,1593714297000.0,2020-07-02 18:24:57,+0000,,Who wears short shorts? 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1278756565160468481,[],[],0,,False,255504,14316,12756,,None,,,,,,,[],,,, +1630,1278756091191595011,1278668810694860802,1593714184000.0,2020-07-02 18:23:04,+0000,,@flcnhvy @eugenelee3 @Teslarati Great song 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1278756091191595011,[],[],0,,False,932,38,29,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1631,1278748362905436162,1278742984792715268,1593712342000.0,2020-07-02 17:52:22,+0000,,@pcgamer Awesome!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1278748362905436162,[],[],0,,False,6143,133,196,,None,,,,,,,"[{'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +1632,1278744561456762884,1278730964693323786,1593711436000.0,2020-07-02 17:37:16,+0000,,@JBNielsen1985 @angie_rasmussen @hot_rod_co Thank you. Angie …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1278744561456762884,[],[],0,,False,597,64,18,,None,,,,,,,"[{'screen_name': 'angie_rasmussen', 'name': 'Dr. Angela Rasmussen', 'id': '394087611'}, {'screen_name': 'hot_rod_co', 'name': 'RS Tanner🚘', 'id': '253105998'}]",,,, +1633,1278744138524098560,1278730964693323786,1593711335000.0,2020-07-02 17:35:35,+0000,,@angie_rasmussen @hot_rod_co bs https://t.co/1kOQeH5mvF,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1278744138524098560,[],['https://pbs.twimg.com/media/Eb8C_ZMXgAEeBiB.jpg'],1,https://pbs.twimg.com/media/Eb8C_ZMXgAEeBiB.jpg,False,696,144,67,,None,,,,,,,"[{'screen_name': 'angie_rasmussen', 'name': 'Dr. Angela Rasmussen', 'id': '394087611'}, {'screen_name': 'hot_rod_co', 'name': 'RS Tanner🚘', 'id': '253105998'}]",,,, +1634,1278740961896681473,1278730964693323786,1593710577000.0,2020-07-02 17:22:57,+0000,,"@angie_rasmussen @hot_rod_co You cherry-picked one state out of fifty, which saw a minor uptick. Show the whole country.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1278740961896681473,[],[],0,,False,449,141,28,,None,,,,,,,"[{'screen_name': 'angie_rasmussen', 'name': 'Dr. Angela Rasmussen', 'id': '394087611'}, {'screen_name': 'hot_rod_co', 'name': 'RS Tanner🚘', 'id': '253105998'}]",,,, +1635,1278737385052942336,1278668810694860802,1593709725000.0,2020-07-02 17:08:45,+0000,,@eugenelee3 @Teslarati I tried to warn them … 😢,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1278737385052942336,[],[],0,,False,1962,123,141,,None,,,,,,,"[{'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1636,1278737039517769728,1276553856957071365,1593709642000.0,2020-07-02 17:07:22,+0000,,@PPathole @tlowdon @daniellevitt22 Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1278737039517769728,[],[],0,,False,471,29,25,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'tlowdon', 'name': 'Don Wolt', 'id': '31009793'}]",,,, +1637,1278736243199807490,1278730964693323786,1593709452000.0,2020-07-02 17:04:12,+0000,,"@hot_rod_co Something’s messed up about medicine that’s anti-science. In science, you question everyone, no matter who they are. Facts & reasoning are everything, but in medicine too much emphasis is on credentials, often by people who’ve accomplished nothing but a PhD thesis used by no one.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1278736243199807490,[],[],0,,False,7475,860,1217,,None,,,,,,,"[{'screen_name': 'hot_rod_co', 'name': 'RS Tanner🚘', 'id': '253105998'}]",,,, +1638,1278732624152932352,1278730964693323786,1593708589000.0,2020-07-02 16:49:49,+0000,,@hot_rod_co @angie_rasmussen Here’s one: https://t.co/9ujxCClFCg,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1278732624152932352,[],['https://pbs.twimg.com/media/Eb74iZMWkAIkTov.jpg'],1,https://pbs.twimg.com/media/Eb74iZMWkAIkTov.jpg,False,652,90,53,,None,,,,,,,"[{'screen_name': 'hot_rod_co', 'name': 'RS Tanner🚘', 'id': '253105998'}, {'screen_name': 'angie_rasmussen', 'name': 'Dr. Angela Rasmussen', 'id': '394087611'}]",,,, +1639,1278732123290112001,1278730964693323786,1593708470000.0,2020-07-02 16:47:50,+0000,,"@hot_rod_co @angie_rasmussen Yes, Angela, please show us the graphs/data that prove your point",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1278732123290112001,[],[],0,,False,598,113,27,,None,,,,,,,"[{'screen_name': 'hot_rod_co', 'name': 'RS Tanner🚘', 'id': '253105998'}, {'screen_name': 'angie_rasmussen', 'name': 'Dr. Angela Rasmussen', 'id': '394087611'}]",,,, +1640,1278730873999949824,1126698809566744577,1593708172000.0,2020-07-02 16:42:52,+0000,,"@WilliamShatner @VitalikButerin @ethereum @mattereum I’m not building anything on ethereum. Not for or against it, just don’t use it or own any.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1278730873999949824,[],[],0,,False,1762,290,180,,None,,,,,,,"[{'screen_name': 'WilliamShatner', 'name': 'William Shatner', 'id': '15227791'}, {'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}, {'screen_name': 'ethereum', 'name': 'Ethereum', 'id': '2312333412'}, {'screen_name': 'mattereum', 'name': 'Mattereum', 'id': '882269239163461637'}]",,,, +1641,1278726408966152192,1278410698574499841,1593707108000.0,2020-07-02 16:25:08,+0000,,@truth_tesla @bipulh Lithium is common. Hard part is turning lithium salt or clay into extremely pure LiOH.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1278726408966152192,[],[],0,,False,1006,88,77,,None,,,,,,,"[{'screen_name': 'truth_tesla', 'name': '𝗧𝗲𝘀𝗹𝗮 𝗙𝗮𝗰𝘁𝘀 🔋', 'id': '1176433616831832065'}, {'screen_name': 'bipulh', 'name': 'Bipul', 'id': '66611470'}]",,,, +1642,1278579417967665152,1276553856957071365,1593672062000.0,2020-07-02 06:41:02,+0000,,"@Kristennetten @SamTalksTesla @tlowdon @daniellevitt22 Yes, at Tesla Grohmann",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1278579417967665152,[],[],0,,False,1024,61,48,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}, {'screen_name': 'tlowdon', 'name': 'Don Wolt', 'id': '31009793'}]",,,, +1643,1278578543044300805,1276553856957071365,1593671854000.0,2020-07-02 06:37:34,+0000,,"@SamTalksTesla @tlowdon @daniellevitt22 Tesla, as a side project, is building RNA microfactories for CureVac & possibly others",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1278578543044300805,[],[],0,,False,1910,175,294,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}, {'screen_name': 'tlowdon', 'name': 'Don Wolt', 'id': '31009793'}]",,,, +1644,1278578271731568641,1276553856957071365,1593671789000.0,2020-07-02 06:36:29,+0000,,"@SamTalksTesla @tlowdon @daniellevitt22 In principle, I think synthetic RNA (and DNA) has amazing potential. This basically makes the solution to many diseases a software problem.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1278578271731568641,[],[],0,,False,1471,180,183,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1646555828'}, {'screen_name': 'tlowdon', 'name': 'Don Wolt', 'id': '31009793'}]",,,, +1645,1278570836983795712,1276553856957071365,1593670016000.0,2020-07-02 06:06:56,+0000,,"@tlowdon @daniellevitt22 As you’d expect, this has resulted in a proportionately very high number of C19 false positives. Field test reliability we are seeing is best case 5%, worst case 50% false positive. Much worse than lab accuracy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1278570836983795712,[],[],0,,False,5066,304,534,,None,,,,,,,"[{'screen_name': 'tlowdon', 'name': 'Don Wolt', 'id': '31009793'}]",,,, +1646,1278569068107268096,1278471318598496263,1593669595000.0,2020-07-02 05:59:55,+0000,,@EthicalSkeptic Seems fishy,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1278569068107268096,[],[],0,,False,6734,318,365,,None,,,,,,,"[{'screen_name': 'EthicalSkeptic', 'name': 'Ethical Skeptic ☀', 'id': '2704681687'}]",,,, +1647,1278539997679935488,1278423583493107712,1593662664000.0,2020-07-02 04:04:24,+0000,,@Louisbotelho17 @romanhistory1 @HardcoreHistory 🤣🤣 very true,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1278539997679935488,[],[],0,,False,496,28,17,,None,,,,,,,"[{'screen_name': 'Louisbotelho17', 'name': 'Louis Botelho', 'id': '716404871214141440'}, {'screen_name': 'romanhistory1', 'name': 'Roman History', 'id': '1864191372'}, {'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +1648,1278539278356791298,1278423583493107712,1593662492000.0,2020-07-02 04:01:32,+0000,,"@TeslaOwnersEBay @WholeMarsBlog @romanhistory1 @HardcoreHistory A lot of functionality will happen all at once when we transition to the new software stack. Most likely, it will be releasable in 2 to 4 months. Then it’s a question of what functionality is proven safe enough to enable for owners.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1278539278356791298,[],[],0,,False,1360,113,153,,None,,,,,,,"[{'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla Owners East Bay', 'id': '1175164547746844672'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'romanhistory1', 'name': 'Roman History', 'id': '1864191372'}, {'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +1649,1278537592569462784,1278423583493107712,1593662090000.0,2020-07-02 03:54:50,+0000,,"@WholeMarsBlog @romanhistory1 @HardcoreHistory Going well. Team is kicking ass & it’s an honor to work with them. Pretty much everything had to be rewritten, including our labeling software, so that it’s fundamentally “3D” at every step from training through inference.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1278537592569462784,[],[],0,,False,1176,82,120,,None,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'romanhistory1', 'name': 'Roman History', 'id': '1864191372'}, {'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +1650,1278490736992944128,1278423583493107712,1593650919000.0,2020-07-02 00:48:39,+0000,,@romanhistory1 @HardcoreHistory Crassus was a dick,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1278490736992944128,[],[],0,,False,2085,148,94,,None,,,,,,,"[{'screen_name': 'romanhistory1', 'name': 'Roman History', 'id': '1864191372'}, {'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +1651,1278456795527348224,1278408410904629252,1593642827000.0,2020-07-01 22:33:47,+0000,,@kanyewest Haha awesome 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1278456795527348224,[],[],0,,False,82524,433,1644,,None,,,,,,,"[{'screen_name': 'kanyewest', 'name': 'ye', 'id': '169686021'}]",,,, +1652,1278454180785651713,1278414908565131264,1593642203000.0,2020-07-01 22:23:23,+0000,,@ModernNotoriety @kanyewest Hell of a decade,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1278454180785651713,[],[],0,,False,41637,299,922,,None,,,,,,,"[{'screen_name': 'ModernNotoriety', 'name': 'Modern Notoriety', 'id': '132668276'}, {'screen_name': 'kanyewest', 'name': 'ye', 'id': '169686021'}]",,,, +1653,1278453977437388804,1278111614294777856,1593642155000.0,2020-07-01 22:22:35,+0000,,@mojosusan @GovStitt @Tesla I love Texas! Starship production complex is in Boca Chica & SpaceX engine development has been in McGregor for almost 18 years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1278453977437388804,[],[],0,,False,1667,93,86,,None,,,,,,,"[{'screen_name': 'mojosusan', 'name': 'Mojo Susan', 'id': '1046901285386182658'}, {'screen_name': 'GovStitt', 'name': 'Governor Kevin Stitt', 'id': '865210877678686208'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1654,1278453352163086338,1278410698574499841,1593642006000.0,2020-07-01 22:20:06,+0000,,@RenataKonkoly @bipulh Aiming for 10km with lots of turns to better approximate a real-world tunnel,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1278453352163086338,[],[],0,,False,1084,30,56,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'bipulh', 'name': 'Bipul', 'id': '66611470'}]",,,, +1655,1278453008435679233,1278410698574499841,1593641924000.0,2020-07-01 22:18:44,+0000,,"@PicklePunchD @RenataKonkoly @bipulh You just have to be a shareholder. There is limited space, so sign up fast when we do final confirmation of date & location.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1278453008435679233,[],[],0,,False,938,44,65,,None,,,,,,,"[{'screen_name': 'PicklePunchD', 'name': 'Angella⭐️King', 'id': '780922166'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'bipulh', 'name': 'Bipul', 'id': '66611470'}]",,,, +1656,1278451464562753537,1278111614294777856,1593641556000.0,2020-07-01 22:12:36,+0000,,"@GovStitt @Tesla Wow, I’ve never seen this level of support! Out of respect, seems like I should at least visit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1278451464562753537,[],[],0,,False,11851,549,453,,None,,,,,,,"[{'screen_name': 'GovStitt', 'name': 'Governor Kevin Stitt', 'id': '865210877678686208'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1657,1278451164175044612,1278410698574499841,1593641484000.0,2020-07-01 22:11:24,+0000,,@RenataKonkoly @bipulh We need to finish building a much longer vacuum tunnel for speed tests & probably have an additional competition for tunneling itself,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1278451164175044612,[],[],0,,False,1267,31,63,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'bipulh', 'name': 'Bipul', 'id': '66611470'}]",,,, +1658,1278427738383290368,1278410698574499841,1593635899000.0,2020-07-01 20:38:19,+0000,,"@bipulh All questions will be answered on Battery Day, Sept 15th. Will be webcast, although there is much to see in person.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1278427738383290368,[],[],0,,False,3030,100,201,,None,,,,,,,"[{'screen_name': 'bipulh', 'name': 'Bipul', 'id': '66611470'}]",,,, +1659,1278410698574499841,1278410698574499841,1593631836000.0,2020-07-01 19:30:36,+0000,,"Tesla Impact Report (repost). We do everything humanly possible to source materials & produce sustainable energy cars, batteries & solar ethically. Suggestions for improvement are always appreciated. https://t.co/WCemMJ44um",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1278410698574499841,['https://www.tesla.com/impact-report/2019'],[],0,,False,27231,1686,2601,,None,,,,,,,[],,,, +1660,1278301510124920833,1278296512938868736,1593605804000.0,2020-07-01 12:16:44,+0000,,"@PPathole @BBCScienceNews Things often don’t translate from mice to humans, but that’s promising",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,12,https://twitter.com/elonmusk/status/1278301510124920833,[],[],0,,False,1157,86,39,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +1661,1278297171650121728,1278296512938868736,1593604769000.0,2020-07-01 11:59:29,+0000,,@BBCScienceNews Likely true,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/1278297171650121728,[],[],0,,False,15429,321,507,,None,,,,,,,"[{'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +1662,1278174268833087488,1278085116338884608,1593575467000.0,2020-07-01 03:51:07,+0000,,@Tasmaniac83 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1278174268833087488,[],[],0,,False,2245,231,60,,None,,,,,,,"[{'screen_name': 'Tasmaniac83', 'name': 'Brad Marks', 'id': '513034318'}]",,,, +1663,1278173641553989632,1277904259661664257,1593575318000.0,2020-07-01 03:48:38,+0000,,@kaepora Starlink will provide global coverage,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1278173641553989632,[],[],0,,False,2087,116,143,,None,,,,,,,"[{'screen_name': 'kaepora', 'name': 'Nadim Kobeissi', 'id': '11728992'}]",,,, +1664,1278172605477007360,1278037953210712066,1593575071000.0,2020-07-01 03:44:31,+0000,,@TeslaGong @EvaFoxU Worth discussing at annual shareholders meeting,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1278172605477007360,[],[],0,,False,2551,150,125,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊 火星', 'id': '959471389282578432'}]",,,, +1665,1278171831388774402,1278037953210712066,1593574886000.0,2020-07-01 03:41:26,+0000,,@EvaFoxU Party on …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1278171831388774402,[],[],0,,False,25605,434,637,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +1666,1278170082661801984,1278085116338884608,1593574469000.0,2020-07-01 03:34:29,+0000,,@kyle_papili Fixing,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1278170082661801984,[],[],0,,False,3261,60,87,,None,,,,,,,"[{'screen_name': 'kyle_papili', 'name': 'Kyle Papili', 'id': '340602561'}]",,,, +1667,1278086289749925889,1278018288056823808,1593554491000.0,2020-06-30 22:01:31,+0000,,"@RationalEtienne @TimothyBuffett @WhatsupFranks @kimbal Extremely big difference between died because of or died with. Also, did the person actually have C19 or did they just have C19 symptoms? It’s almost impossible to die without feeling weakness, shortness of breath or other C19 symptoms, unless you were crushed by a falling piano.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1278086289749925889,[],[],0,,False,1279,260,120,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'TimothyBuffett', 'name': 'Tim Badock', 'id': '256293663'}, {'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +1668,1278085116338884608,1278085116338884608,1593554212000.0,2020-06-30 21:56:52,+0000,,Your GPS just got slightly better,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1278085116338884608,[],[],0,,False,158820,2661,11928,https://twitter.com/SpaceX/status/1278081295608766464,None,,,,,,,[],,,, +1669,1278079683670786053,1277739968895389696,1593552916000.0,2020-06-30 21:35:16,+0000,,@justin_hart @BrittMayJasper This bill needs to be revoked. It gives absurd power to county bureaucrats.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1278079683670786053,[],[],0,,False,3419,143,302,,None,,,,,,,"[{'screen_name': 'justin_hart', 'name': 'Justin Hart', 'id': '8349572'}]",,,, +1670,1278077447007809536,1278018288056823808,1593552383000.0,2020-06-30 21:26:23,+0000,,"@CosmicNinjaGoat @WhatsupFranks @kimbal If accurate, this would explain a lot",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1278077447007809536,[],[],0,,False,470,47,14,,None,,,,,,,"[{'screen_name': 'CosmicNinjaGoat', 'name': 'Tracy', 'id': '1240439844611874816'}, {'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +1671,1278068616680935425,1278018288056823808,1593550278000.0,2020-06-30 20:51:18,+0000,,@WhatsupFranks @kimbal Levitt is right,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1278068616680935425,[],[],0,,False,845,81,74,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +1672,1278067411309166597,1278018288056823808,1593549990000.0,2020-06-30 20:46:30,+0000,,"@kimbal There are a lot of C19 false positives messing up the numbers. Even tests with 5% false positive rate (in *field*, not lab) would show up as ~17 million fake C19 cases even if there were actually none.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1278067411309166597,[],[],0,,False,9428,727,1139,,None,,,,,,,"[{'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +1673,1277792629044936705,1277776537715118080,1593484477000.0,2020-06-30 02:34:37,+0000,,@BerniceKing @jack @MichaelDTubbs @AndrewYang Very much agree,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1277792629044936705,[],[],0,,False,11179,396,617,,None,,,,,,,"[{'screen_name': 'BerniceKing', 'name': 'Be A King', 'id': '54617733'}, {'screen_name': 'jack', 'name': 'jack', 'id': '12'}, {'screen_name': 'MichaelDTubbs', 'name': 'Michael Tubbs', 'id': '482708367'}, {'screen_name': 'AndrewYang', 'name': 'Andrew Yang🧢🗽🇺🇸', 'id': '2228878592'}]",,,, +1674,1277785490184429569,1277506329519636481,1593482775000.0,2020-06-30 02:06:15,+0000,,@28delayslater @geekwire Good hygiene always makes sense,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1277785490184429569,[],[],0,,False,1845,144,89,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'geekwire', 'name': 'GeekWire', 'id': '255784266'}]",,,, +1675,1277750437207212033,1277624987189481472,1593474418000.0,2020-06-29 23:46:58,+0000,,@ChrisDungeon True,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1277750437207212033,[],[],0,,False,16901,236,430,,None,,,,,,,"[{'screen_name': 'ChrisDungeon', 'name': 'Christopher Dungeon', 'id': '1651403384'}]",,,, +1676,1277517647551188996,1277111568342282240,1593418916000.0,2020-06-29 08:21:56,+0000,,@Garrett_Watts @_TomCross_ @Tesla @Petersen_Museum Cybertruck does feel like cgi irl,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1277517647551188996,[],[],0,,False,2936,117,78,,None,,,,,,,"[{'screen_name': 'Garrett_Watts', 'name': 'Garrett Watts', 'id': '26444593'}, {'screen_name': '_TomCross_', 'name': 'TomCross', 'id': '942308439052648448'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Petersen_Museum', 'name': 'Petersen Museum', 'id': '19403504'}]",,,, +1677,1277508643773022208,1277506329519636481,1593416770000.0,2020-06-29 07:46:10,+0000,,@geekwire https://t.co/mLh6baqfeT,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1277508643773022208,[],['https://pbs.twimg.com/media/EbqfVqSUEAATn07.jpg'],1,https://pbs.twimg.com/media/EbqfVqSUEAATn07.jpg,False,1719,309,163,,None,,,,,,,[],,,, +1678,1277507826529660928,1277506329519636481,1593416575000.0,2020-06-29 07:42:55,+0000,,"@geekwire There are a ridiculous number of false positive C19 tests, in some cases ~50%. False positives scale linearly with # of tests. This is a big part of why C19 positive tests are going up while hospitalizations & mortality are declining. Anyone who tests positive should retest.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1277507826529660928,[],[],0,,False,22759,2896,4789,,None,,,,,,,"[{'screen_name': 'geekwire', 'name': 'GeekWire', 'id': '255784266'}]",,,, +1679,1277386215382110211,1277385215657177088,1593387581000.0,2020-06-28 23:39:41,+0000,,"Btw, Tesla actually receives *least* subsidies of any automaker in US. Federal tax credit applies to other automaker EVs, but no longer Tesla.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1277386215382110211,[],[],0,,False,16954,761,892,,None,,,,,,,[],,,, +1680,1277385215657177088,1277385215657177088,1593387342000.0,2020-06-28 23:35:42,+0000,,Great Model Y review by @jayleno https://t.co/DzsZ7eugWp,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1277385215657177088,['https://m.youtube.com/watch?v=cH79SuivdAQ'],[],0,,False,15531,880,952,,None,,,,,,,[],,,, +1681,1277382781308268545,1277257648057069568,1593386762000.0,2020-06-28 23:26:02,+0000,,@neiltyson Dogs rock,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1277382781308268545,[],[],0,,False,43464,634,1861,,None,,,,,,,"[{'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +1682,1277359833721655302,1277359833721655302,1593381291000.0,2020-06-28 21:54:51,+0000,,69 days after 4/20 again haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1277359833721655302,[],[],0,,False,525343,9247,53877,,None,,,,,,,[],,,, +1683,1276959792876011520,1276905706092806144,1593285914000.0,2020-06-27 19:25:14,+0000,,"@GerberKawasaki @barronsonline Physics favors electric transport, batteries for stationary storage & solar/wind for energy generation",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1276959792876011520,[],[],0,,False,7119,355,480,,None,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'barronsonline', 'name': ""Barron's"", 'id': '20449296'}]",,,, +1684,1276957305842528256,1276677252235706371,1593285321000.0,2020-06-27 19:15:21,+0000,,@BLKMDL3 Major Supercharger increases are underway for the greater LA area,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1276957305842528256,[],[],0,,False,15859,376,327,,None,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}]",,,, +1685,1276747755914842112,1276746960876318720,1593235360000.0,2020-06-27 05:22:40,+0000,,@CathieDWood For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1276747755914842112,[],[],0,,False,2721,101,96,,None,,,,,,,"[{'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}]",,,, +1686,1276738326804873217,1276638283255164929,1593233112000.0,2020-06-27 04:45:12,+0000,,"@slashdot @lexfridman @Twitter @verified Verified should be far more widespread, simply that someone is who they claim to be",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1276738326804873217,[],[],0,,False,3460,168,168,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Twitter', 'name': 'Twitter', 'id': '783214'}, {'screen_name': 'verified', 'name': 'Twitter Verified', 'id': '63796828'}]",,,, +1687,1276716075422367746,1276702020263653381,1593227807000.0,2020-06-27 03:16:47,+0000,,@waitbutwhy It’s a tough one. That’s why we should expand the scope & scale of consciousness — to understand the nature of the Universe.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1276716075422367746,[],[],0,,False,12588,704,757,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1688,1276616756291747840,1276418907968925696,1593204127000.0,2020-06-26 20:42:07,+0000,,@SamTalksTesla Jay is awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1276616756291747840,[],[],0,,False,3629,105,85,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}]",,,, +1689,1276594202709655552,1276583581603844099,1593198750000.0,2020-06-26 19:12:30,+0000,,@flcnhvy @Teslarati Absolutely!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1276594202709655552,[],[],0,,False,1738,93,40,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1690,1276592584450703360,1276583581603844099,1593198364000.0,2020-06-26 19:06:04,+0000,,@Teslarati Giga Berlin is gonna rock!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1276592584450703360,[],[],0,,False,7283,301,297,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1691,1276568125060689924,1276568125060689924,1593192533000.0,2020-06-26 17:28:53,+0000,,.@JeffBezos is a copy 🐈 haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1276568125060689924,[],[],0,,False,238233,5920,25108,https://twitter.com/FT/status/1276401808068526080,None,,,,,,,[],,,, +1692,1276567624831262720,1276566409120751619,1593192413000.0,2020-06-26 17:26:53,+0000,,@SciGuySpace It’s close though 😅,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1276567624831262720,[],[],0,,False,6107,134,91,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1693,1276566880161984513,1276506132127907842,1593192236000.0,2020-06-26 17:23:56,+0000,,"@Space_Mog This makes no sense for many other reasons too. They don’t actually have spectrum priority, they have shared spectrum & nothing about this company is UK, except post office box. Money would be better spent on actual UK satellite industry!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1276566880161984513,[],[],0,,False,1179,65,66,,None,,,,,,,"[{'screen_name': 'Space_Mog', 'name': 'Dr Maggie Lieu', 'id': '1446063620'}]",,,, +1694,1276566170519269381,1276386147057283072,1593192067000.0,2020-06-26 17:21:07,+0000,,@vincent13031925 @TeslaRoadTrip Glad you like it!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1276566170519269381,[],[],0,,False,3845,104,61,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}]",,,, +1695,1276458401581527040,1275127430110482433,1593166373000.0,2020-06-26 10:12:53,+0000,,@TheBabylonBee @Vagn_Henning Great idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1276458401581527040,[],[],0,,False,7673,154,183,,None,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1696,1276418907968925696,1276418907968925696,1593156957000.0,2020-06-26 07:35:57,+0000,,"Who controls the memes, controls the Universe",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1276418907968925696,[],[],0,,False,725929,15591,114556,,None,,,,,,,[],,,, +1697,1276396101872922625,1276396101872922625,1593151519000.0,2020-06-26 06:05:19,+0000,, https://t.co/e9dPKVSjjl,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1276396101872922625,[],['https://pbs.twimg.com/media/EbarfO6U4AA-7c5.jpg'],1,https://pbs.twimg.com/media/EbarfO6U4AA-7c5.jpg,False,854126,6546,132448,,None,,,,,,,[],,,, +1698,1276395869458161664,1276394253707440131,1593151464000.0,2020-06-26 06:04:24,+0000,,@its_menieb 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1276395869458161664,[],[],0,,False,12901,62,135,,None,,,,,,,"[{'screen_name': 'its_menieb', 'name': 'Mohamed Enieb', 'id': '1052276148439277568'}]",,,, +1699,1276395693687500800,1276394253707440131,1593151422000.0,2020-06-26 06:03:42,+0000,,Literally,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1276395693687500800,[],[],0,,False,82515,722,1680,,None,,,,,,,[],,,, +1700,1276394253707440131,1276394253707440131,1593151078000.0,2020-06-26 05:57:58,+0000,,Only a matter of time before someone steals a Tesla while playing GTA on a Tesla,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1276394253707440131,[],[],0,,False,357893,3601,31549,,None,,,,,,,[],,,, +1701,1276388132728922112,1276385991616389121,1593149619000.0,2020-06-26 05:33:39,+0000,,"@teslaownersSV Very meta, but yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1276388132728922112,[],[],0,,False,2024,91,68,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +1702,1276387924607553536,1276385991616389121,1593149570000.0,2020-06-26 05:32:50,+0000,,@hentesla True,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1276387924607553536,[],[],0,,False,640,26,18,,None,,,,,,,[],,,, +1703,1276387190629527553,1276385991616389121,1593149395000.0,2020-06-26 05:29:55,+0000,,@BLKMDL3 Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1276387190629527553,[],[],0,,False,1339,64,34,,None,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}]",,,, +1704,1276385991616389121,1276385991616389121,1593149109000.0,2020-06-26 05:25:09,+0000,,North American Supercharger usage tracking to exceed pre covid highs in 2 to 3 weeks. Lot of noise out there. This is signal. https://t.co/PCC5DlthtA,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1276385991616389121,[],['https://pbs.twimg.com/media/EbaiSr7U0AUqzM_.jpg'],1,https://pbs.twimg.com/media/EbaiSr7U0AUqzM_.jpg,False,19475,827,1194,,None,,,,,,,[],,,, +1705,1276362500850675712,1205055917714132992,1593143508000.0,2020-06-26 03:51:48,+0000,,@CybertruckN I think we could make that work,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1276362500850675712,[],[],0,,False,2265,171,121,,None,,,,,,,[],,,, +1706,1276289243443126272,1276256677982060544,1593126042000.0,2020-06-25 23:00:42,+0000,,@lulusdave @Tesla Glad you’re ok,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1276289243443126272,[],[],0,,False,1757,38,42,,None,,,,,,,"[{'screen_name': 'lulusdave', 'name': 'David Michael Busby', 'id': '3366646443'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1707,1276221517932552192,1275820983299870722,1593109895000.0,2020-06-25 18:31:35,+0000,,"@flcnhvy @Ford Exactly! A carbon tax is needed to correct the unpriced externality & market will do the rest. The consequences of slow action are serious. In my opinion, we need to convert >80% of the global road, sea & air fleet to renewables by 2050.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1276221517932552192,[],[],0,,False,4169,255,407,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Ford', 'name': 'Ford Motor Company', 'id': '15676492'}]",,,, +1708,1276219492591300613,1276210030182891520,1593109412000.0,2020-06-25 18:23:32,+0000,,@blue_bnd @TomAbbotDavies1 @Tesla @thirdrowtesla @teslaownersSV @TeslaPodcast @TeslaOwnersWW @TeslaOwnersUK @Model3Owners Looks pretty cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1276219492591300613,[],[],0,,False,11326,377,256,,None,,,,,,,"[{'screen_name': 'blue_bnd', 'name': 'Apollo', 'id': '1257736450193469444'}, {'screen_name': 'TomAbbotDavies1', 'name': 'Tom Abbot-Davies', 'id': '873567973423886337'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'TeslaPodcast', 'name': 'Tesla Daily', 'id': '898021206967951360'}, {'screen_name': 'TeslaOwnersWW', 'name': 'Tesla Owners Global', 'id': '871492244200607744'}, {'screen_name': 'TeslaOwnersUK', 'name': 'Tesla Owners UK', 'id': '856406682552946688'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1709,1276215639829475328,1275820983299870722,1593108494000.0,2020-06-25 18:08:14,+0000,,@Ford Could be slightly faster,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1276215639829475328,[],[],0,,False,56071,895,2859,,None,,,,,,,"[{'screen_name': 'Ford', 'name': 'Ford Motor Company', 'id': '15676492'}]",,,, +1710,1276058326954938368,1276058326954938368,1593070987000.0,2020-06-25 07:43:07,+0000,,Two Starship tanks in the midbay https://t.co/QJ2V882WOC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1276058326954938368,[],['https://pbs.twimg.com/media/EbV4SD3U0AEPXKs.jpg'],1,https://pbs.twimg.com/media/EbV4SD3U0AEPXKs.jpg,False,150966,2611,7258,,None,,,,,,,[],,,, +1711,1275994791096905728,1275986119872573448,1593055839000.0,2020-06-25 03:30:39,+0000,,@Erdayastronaut Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1275994791096905728,[],[],0,,False,2370,132,48,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1712,1275986553060220929,1275986119872573448,1593053875000.0,2020-06-25 02:57:55,+0000,,Special thanks to Tesla trucking & rail partners for figuratively & literally going the extra mile,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1275986553060220929,[],[],0,,False,31211,412,571,,None,,,,,,,[],,,, +1713,1275986119872573448,1275986119872573448,1593053772000.0,2020-06-25 02:56:12,+0000,,Apologies to Tesla customers for shifting delivery dates. It’s a crazy world out there!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1275986119872573448,[],[],0,,False,80869,1828,2008,,None,,,,,,,[],,,, +1714,1275929563885760514,1275901852018761729,1593040288000.0,2020-06-24 23:11:28,+0000,,"@Simon_Hypixel @peternowak Yes, it is designed to serve the least-served",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1275929563885760514,[],[],0,,False,2503,172,96,,None,,,,,,,"[{'screen_name': 'Simon_Hypixel', 'name': 'Simon @ Hypixel', 'id': '14362613'}, {'screen_name': 'peternowak', 'name': 'Peter Nowak', 'id': '21767570'}]",,,, +1715,1275911356542140417,1275901852018761729,1593035947000.0,2020-06-24 21:59:07,+0000,,"@langdon @peternowak Yes, although Starlink works best for low population density situations",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1275911356542140417,[],[],0,,False,1560,175,62,,None,,,,,,,"[{'screen_name': 'langdon', 'name': 'TeslaMD #FSDBetaCanada', 'id': '14300009'}, {'screen_name': 'peternowak', 'name': 'Peter Nowak', 'id': '21767570'}]",,,, +1716,1275910439579205632,1275901852018761729,1593035728000.0,2020-06-24 21:55:28,+0000,,@peternowak Canada is a major priority for Starlink!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1275910439579205632,[],[],0,,False,20722,1246,934,,None,,,,,,,"[{'screen_name': 'peternowak', 'name': 'Peter Nowak', 'id': '21767570'}]",,,, +1717,1275892743542173696,1274902689533444097,1593031509000.0,2020-06-24 20:45:09,+0000,,@austinbarnard45 @fael097 September sounds about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1275892743542173696,[],[],0,,False,1607,107,83,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'fael097', 'name': 'Rafael Adamy', 'id': '337634449'}]",,,, +1718,1275774659481309184,1274622473003130880,1593003356000.0,2020-06-24 12:55:56,+0000,,@joeltelling @Kurz_Gesagt Well said by @Kurz_Gesagt,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,12,https://twitter.com/elonmusk/status/1275774659481309184,[],[],0,,False,3221,120,111,,None,,,,,,,"[{'screen_name': 'joeltelling', 'name': 'Joel Telling - 3D Printing Nerd', 'id': '14483850'}, {'screen_name': 'Kurz_Gesagt', 'name': 'Kurzgesagt', 'id': '1603439773'}]",,,, +1719,1275762954860822528,1274901279475564544,1593000565000.0,2020-06-24 12:09:25,+0000,,"@eu_bike @TeslaLondon Takes longer to get regulatory approvals in Europe, plus way more diverse traffic signs, lights & road rules",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,12,https://twitter.com/elonmusk/status/1275762954860822528,[],[],0,,False,865,82,35,,None,,,,,,,"[{'screen_name': 'eu_bike', 'name': 'EV Bike Dude 🇮🇪 ⚡👾👀😷🇸🇰', 'id': '1159207053715550213'}, {'screen_name': 'TeslaLondon', 'name': 'T Ξ S L A London', 'id': '1180217006253121541'}]",,,, +1720,1275747965496254464,1274902689533444097,1592996991000.0,2020-06-24 11:09:51,+0000,,"@PPathole Timing is uncertain, given externalities, but yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/1275747965496254464,[],[],0,,False,1052,67,39,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1721,1275266744735563777,1275150726759460864,1592882259000.0,2020-06-23 03:17:39,+0000,,@ToscaMusk Congratulations!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1275266744735563777,[],[],0,,False,12432,171,157,,None,,,,,,,"[{'screen_name': 'ToscaMusk', 'name': 'Tosca Musk', 'id': '11150432'}]",,,, +1722,1275264504725528576,1275155422551379968,1592881725000.0,2020-06-23 03:08:45,+0000,,"@nytimes Very much disagree with this action. In my experience, these skillsets are net job creators. Visa reform makes sense, but this is too broad.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1275264504725528576,[],[],0,,False,37855,1619,2815,,None,,,,,,,"[{'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}]",,,, +1723,1275252790625923072,1275244794822881280,1592878932000.0,2020-06-23 02:22:12,+0000,,@ehcau Will be changed to $3k until July 1st,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1275252790625923072,[],[],0,,False,891,136,54,,None,,,,,,,"[{'screen_name': 'ehcau', 'name': 'Evan Harris', 'id': '1005245856'}]",,,, +1724,1274904736748105728,1274902689533444097,1592795950000.0,2020-06-22 03:19:10,+0000,,@TeslaOwnersEBay Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1274904736748105728,[],[],0,,False,1911,91,47,,None,,,,,,,"[{'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla Owners East Bay', 'id': '1175164547746844672'}]",,,, +1725,1274904659598008320,1274902689533444097,1592795932000.0,2020-06-22 03:18:52,+0000,,@TeslaOwnersEBay Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1274904659598008320,[],[],0,,False,1614,82,42,,None,,,,,,,"[{'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla Owners East Bay', 'id': '1175164547746844672'}]",,,, +1726,1274902689533444097,1274902689533444097,1592795462000.0,2020-06-22 03:11:02,+0000,,Tentative date for Tesla Shareholder Meeting & Battery Day is Sept 15. Will include tour of cell production system.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1274902689533444097,[],[],0,,False,32390,1594,2014,,None,,,,,,,[],,,, +1727,1274901827264196609,1274159775324889088,1592795256000.0,2020-06-22 03:07:36,+0000,,@BLKMDL3 @jgrano305 @uhaveanygrapes @Flash_Titans Done. Now $2k via in-app purchase.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1274901827264196609,[],[],0,,False,1341,96,61,,None,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'uhaveanygrapes', 'name': 'Have Grapes?', 'id': '896081253245628416'}, {'screen_name': 'Flash_Titans', 'name': 'anthony', 'id': '3161423226'}]",,,, +1728,1274901279475564544,1274901279475564544,1592795126000.0,2020-06-22 03:05:26,+0000,,Reminder that Tesla Full Self-Driving (FSD) price goes up by $1k on July 1st,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1274901279475564544,[],[],0,,False,66637,2579,2267,,None,,,,,,,[],,,, +1729,1274901029356593152,1274901029356593152,1592795066000.0,2020-06-22 03:04:26,+0000,,Enabling basic Tesla Autopilot via Tesla in-app purchase is reduced to $2k until July 1,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1274901029356593152,[],[],0,,False,36504,1162,1289,,None,,,,,,,[],,,, +1730,1274881655468027904,1274714702615130113,1592790447000.0,2020-06-22 01:47:27,+0000,,@austinbarnard45 All patched up!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1274881655468027904,[],[],0,,False,3463,187,94,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +1731,1274819769577828352,1274614961151414273,1592775692000.0,2020-06-21 21:41:32,+0000,,"@PPathole Entirely possible. Social media is a limbic amplifier, which inherently destabilizes civilization.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1274819769577828352,[],[],0,,False,6776,307,666,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1732,1274730293891461122,1274614961151414273,1592754360000.0,2020-06-21 15:46:00,+0000,,@WBMason Ensure future of Earth & extend life sustainably to other planets,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1274730293891461122,[],[],0,,False,4519,208,237,,None,,,,,,,"[{'screen_name': 'WBMason', 'name': 'William Mason', 'id': '24985654'}]",,,, +1733,1274727355575971840,1270482218650152961,1592753659000.0,2020-06-21 15:34:19,+0000,,@vincent13031925 @flcnhvy @MKBHD Probably early Q4,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1274727355575971840,[],[],0,,False,1261,113,47,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1734,1274725581741944832,1274725581741944832,1592753236000.0,2020-06-21 15:27:16,+0000,,2019 seems so quaint & long ago https://t.co/xfdfcbr0DS,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1274725581741944832,[],['https://pbs.twimg.com/media/EbC8KCTU0AE8reI.jpg'],1,https://pbs.twimg.com/media/EbC8KCTU0AE8reI.jpg,False,177819,1989,13842,,None,,,,,,,[],,,, +1735,1274627094039785473,1274614961151414273,1592729755000.0,2020-06-21 08:55:55,+0000,,@JacobElliotC There are no signs of intelligent life,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1274627094039785473,[],[],0,,False,1345,201,45,,None,,,,,,,[],,,, +1736,1274625855101169664,1274614961151414273,1592729459000.0,2020-06-21 08:50:59,+0000,,@vikassaini075 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1274625855101169664,[],[],0,,False,1382,54,33,,None,,,,,,,"[{'screen_name': 'vikassaini075', 'name': 'VikasSaini', 'id': '1402496678'}]",,,, +1737,1274625756476272641,1274614961151414273,1592729436000.0,2020-06-21 08:50:36,+0000,,@rshramik Luck is the best superpower,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1274625756476272641,[],[],0,,False,11329,399,859,,None,,,,,,,"[{'screen_name': 'rshramik', 'name': 'shramik rimal', 'id': '179464839'}]",,,, +1738,1274620338010112000,1274614961151414273,1592728144000.0,2020-06-21 08:29:04,+0000,,That is our purpose,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1274620338010112000,[],[],0,,False,35309,1169,1304,,None,,,,,,,[],,,, +1739,1274616317350301697,1274616317350301697,1592727185000.0,2020-06-21 08:13:05,+0000,,Tesla Bioweapon Defense Mode https://t.co/48s5D3ZQO0,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1274616317350301697,['https://www.tesla.com/blog/putting-tesla-hepa-filter-and-bioweapon-defense-mode-to-the-test'],[],0,,False,23492,1040,2202,,None,,,,,,,[],,,, +1740,1274614961151414273,1274614961151414273,1592726862000.0,2020-06-21 08:07:42,+0000,,We must pass The Great Filter,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1274614961151414273,[],[],0,,False,173966,6368,14985,,None,,,,,,,[],,,, +1741,1274613062973022209,1274598710723280896,1592726410000.0,2020-06-21 08:00:10,+0000,,@flcnhvy That’s how she likes it …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1274613062973022209,[],[],0,,False,8609,216,268,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1742,1274601089887682560,1274587775967170560,1592723555000.0,2020-06-21 07:12:35,+0000,,"@OCTeslaClub Agreed, although best is no out of service stalls",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1274601089887682560,[],[],0,,False,2468,73,40,,None,,,,,,,"[{'screen_name': 'OCTeslaClub', 'name': 'Tesla Owners Club of Orange County', 'id': '719606938829471744'}]",,,, +1743,1274598710723280896,1274598710723280896,1592722988000.0,2020-06-21 07:03:08,+0000,,Mars is my souldog,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1274598710723280896,[],[],0,,False,190206,4235,10911,,None,,,,,,,[],,,, +1744,1274594298500018177,1274583729906778112,1592721936000.0,2020-06-21 06:45:36,+0000,,@PPathole @R_J_B_123 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1274594298500018177,[],[],0,,False,830,42,25,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'R_J_B_123', 'name': 'RJB123', 'id': '871900272095899648'}]",,,, +1745,1274587775967170560,1274587775967170560,1592720381000.0,2020-06-21 06:19:41,+0000,,"If heat death is the end of the universe, it really is all about the journey",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1274587775967170560,[],[],0,,False,146818,3608,12945,,None,,,,,,,[],,,, +1746,1274583988397473794,1274583729906778112,1592719478000.0,2020-06-21 06:04:38,+0000,,@R_J_B_123 Best definition of innovation I’ve ever heard,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1274583988397473794,[],[],0,,False,28386,203,780,,None,,,,,,,"[{'screen_name': 'R_J_B_123', 'name': 'RJB123', 'id': '871900272095899648'}]",,,, +1747,1274576548381638657,1274159775324889088,1592717704000.0,2020-06-21 05:35:04,+0000,,@teslaownersSV @BLKMDL3 @jgrano305 @uhaveanygrapes @Flash_Titans All good,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1274576548381638657,[],[],0,,False,1158,86,34,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'uhaveanygrapes', 'name': 'Have Grapes?', 'id': '896081253245628416'}, {'screen_name': 'Flash_Titans', 'name': 'anthony', 'id': '3161423226'}]",,,, +1748,1274575171177734145,1274159775324889088,1592717375000.0,2020-06-21 05:29:35,+0000,,@BLKMDL3 @jgrano305 @uhaveanygrapes @Flash_Titans Will follow up by tomorrow,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1274575171177734145,[],[],0,,False,1046,76,32,,None,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'uhaveanygrapes', 'name': 'Have Grapes?', 'id': '896081253245628416'}, {'screen_name': 'Flash_Titans', 'name': 'anthony', 'id': '3161423226'}]",,,, +1749,1274574827471269891,1274159775324889088,1592717293000.0,2020-06-21 05:28:13,+0000,,@IheartTesla @jgrano305 @uhaveanygrapes @Flash_Titans Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1274574827471269891,[],[],0,,False,738,37,26,,None,,,,,,,"[{'screen_name': 'IheartTesla', 'name': '🔋I HÆRTTΞ S-L4🔋', 'id': '1045077255972671489'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'uhaveanygrapes', 'name': 'Have Grapes?', 'id': '896081253245628416'}, {'screen_name': 'Flash_Titans', 'name': 'anthony', 'id': '3161423226'}]",,,, +1750,1274574295906127872,1270482218650152961,1592717167000.0,2020-06-21 05:26:07,+0000,,"@WhatsupFranks @flcnhvy @MKBHD Will do. I play PC, so missed some of console exclusives.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1274574295906127872,[],[],0,,False,2992,138,132,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1751,1274572093519040513,1270482218650152961,1592716642000.0,2020-06-21 05:17:22,+0000,,@u110110 @flcnhvy @MKBHD Haha sure,tl,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1274572093519040513,[],[],0,,False,1330,24,25,,None,,,,,,,"[{'screen_name': 'u110110', 'name': 'r/TeslaMotors Mod u/110110 (Steve)', 'id': '783271219021877248'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1752,1274571496132767744,1270482218650152961,1592716499000.0,2020-06-21 05:14:59,+0000,,@flcnhvy @MKBHD Deus Ex / Half-Life 2 / Bioshock / Mass Effect 2 / Fallout 3 & New Vegas / Saints Row IV,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1274571496132767744,[],[],0,,False,5730,295,418,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1753,1274559960160980993,1274159775324889088,1592713749000.0,2020-06-21 04:29:09,+0000,,"@TslaCybertruck @jgrano305 @uhaveanygrapes @Flash_Titans There will be a subscription, but it will be economically better to have bought FSD",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1274559960160980993,[],[],0,,False,861,97,43,,None,,,,,,,"[{'screen_name': 'TslaCybertruck', 'name': 'Derik🇺🇸', 'id': '116295520'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'uhaveanygrapes', 'name': 'Have Grapes?', 'id': '896081253245628416'}, {'screen_name': 'Flash_Titans', 'name': 'anthony', 'id': '3161423226'}]",,,, +1754,1274559471918804993,1274159775324889088,1592713632000.0,2020-06-21 04:27:12,+0000,,"@jgrano305 @uhaveanygrapes @Flash_Titans This would be a good time to upgrade to FSD, as it goes up by $1k on July 1. We could make it $7k to upgrade to FSD until July 1 (even if you don’t have basic Autopilot). Does that sound good?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1274559471918804993,[],[],0,,False,1066,143,63,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'uhaveanygrapes', 'name': 'Have Grapes?', 'id': '896081253245628416'}, {'screen_name': 'Flash_Titans', 'name': 'anthony', 'id': '3161423226'}]",,,, +1755,1274553710685777921,1274159775324889088,1592712259000.0,2020-06-21 04:04:19,+0000,,@uhaveanygrapes @Flash_Titans This does sound excessive. Will look into it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1274553710685777921,[],[],0,,False,1030,35,33,,None,,,,,,,"[{'screen_name': 'uhaveanygrapes', 'name': 'Have Grapes?', 'id': '896081253245628416'}, {'screen_name': 'Flash_Titans', 'name': 'anthony', 'id': '3161423226'}]",,,, +1756,1274553518087536640,1274159775324889088,1592712213000.0,2020-06-21 04:03:33,+0000,,"@Flash_Titans Just us being fools, but free Supercharging forever is not coming back to any vehicles. It’s not a good incentive structure.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1274553518087536640,[],[],0,,False,1171,38,51,,None,,,,,,,"[{'screen_name': 'Flash_Titans', 'name': 'anthony', 'id': '3161423226'}]",,,, +1757,1274552873859215361,1274159775324889088,1592712059000.0,2020-06-21 04:00:59,+0000,,@TheGledinator @teslaownersSV @mattie_rogers @aikatchu @Tesla Haha Teslas all the way down,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1274552873859215361,[],[],0,,False,1152,31,29,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'mattie_rogers', 'name': 'Mattie Rogers', 'id': '985569152'}, {'screen_name': 'aikatchu', 'name': 'Chu ⚡', 'id': '3015345042'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1758,1274552459055165441,1274159775324889088,1592711960000.0,2020-06-21 03:59:20,+0000,,"@teslaownersSV @mattie_rogers @aikatchu @Tesla Maybe, will look into it. We’d need to emulate a TV.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1274552459055165441,[],[],0,,False,1327,75,47,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'mattie_rogers', 'name': 'Mattie Rogers', 'id': '985569152'}, {'screen_name': 'aikatchu', 'name': 'Chu ⚡', 'id': '3015345042'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1759,1274551432973189121,1274159775324889088,1592711716000.0,2020-06-21 03:55:16,+0000,,"@mattie_rogers @aikatchu @Tesla We could probably make a fun punch (click) buggy game, with extra points for rare Teslas",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1274551432973189121,[],[],0,,False,1920,42,55,,None,,,,,,,"[{'screen_name': 'mattie_rogers', 'name': 'Mattie Rogers', 'id': '985569152'}, {'screen_name': 'aikatchu', 'name': 'Chu ⚡', 'id': '3015345042'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1760,1274549806271066113,1270482218650152961,1592711328000.0,2020-06-21 03:48:48,+0000,,@MKBHD Bought based on your review. It’s great!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1274549806271066113,[],[],0,,False,34953,317,569,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1761,1274547345309368325,1274542526179966985,1592710741000.0,2020-06-21 03:39:01,+0000,,"@cleantechnica The was not to outcompete other companies, but rather to maximize usefulness & rate of progress in the absolute",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1274547345309368325,[],[],0,,False,2217,120,133,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1762,1274545582925680640,1274542526179966985,1592710321000.0,2020-06-21 03:32:01,+0000,,"@cleantechnica For example, we created a chip design team from scratch for the Tesla full self-driving computer, which is not something car companies do",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1274545582925680640,[],[],0,,False,2624,117,204,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1763,1274544800558014464,1274542526179966985,1592710135000.0,2020-06-21 03:28:55,+0000,,"@cleantechnica Tesla should really be thought of as roughly a dozen technology startups, many of which have little to no correlation with traditional automotive companies",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1274544800558014464,[],[],0,,False,7677,270,699,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1764,1274523337541193735,1274387211207667712,1592705017000.0,2020-06-21 02:03:37,+0000,,@vincent13031925 @teslacn We are putting a lot of effort into improving the Tesla China experience with local engineering & great feedback from Tesla owners in China!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1274523337541193735,[],[],0,,False,2311,99,99,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'teslacn', 'name': 'Tesla Greater China', 'id': '1201427034754318337'}]",,,, +1765,1274522648236765184,1274159775324889088,1592704853000.0,2020-06-21 02:00:53,+0000,,"@aikatchu @Tesla Cool, lmk what we can do to improve the product, especially vehicle software/firmware, app & overall interaction with Tesla, as these changes can immediately improve the entire fleet",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1274522648236765184,[],[],0,,False,26696,836,488,,None,,,,,,,"[{'screen_name': 'aikatchu', 'name': 'Chu ⚡', 'id': '3015345042'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1766,1274435281916006400,1274420723088580609,1592684023000.0,2020-06-20 20:13:43,+0000,,@flcnhvy Feels so long ago,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1274435281916006400,[],[],0,,False,7813,238,167,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1767,1274428318037635072,1274414443565182978,1592682363000.0,2020-06-20 19:46:03,+0000,,@PPathole @Tesla Pulling up to The Petersen,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1274428318037635072,[],[],0,,False,13710,354,232,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1768,1274174367488856064,1274005099413516290,1592621816000.0,2020-06-20 02:56:56,+0000,,@ArtifactsHub @engineeringvids Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1274174367488856064,[],[],0,,False,45991,665,801,,None,,,,,,,"[{'screen_name': 'ArtifactsHub', 'name': 'Museum Archive', 'id': '1265155918355980288'}, {'screen_name': 'engineeringvids', 'name': 'Engineering', 'id': '1149159932777730048'}]",,,, +1769,1274166188025643010,1274025664492892160,1592619866000.0,2020-06-20 02:24:26,+0000,,@DanielleFong @PPathole We will add one more PTO day after the annual review next quarter,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1274166188025643010,[],[],0,,False,1373,67,67,,None,,,,,,,"[{'screen_name': 'DanielleFong', 'name': '🎴', 'id': '13232322'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1770,1274160686138966017,1274133467287228416,1592618554000.0,2020-06-20 02:02:34,+0000,,@CoreyBa95130768 @NASASpaceflight @Erdayastronaut It will look a little odd,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1274160686138966017,[],[],0,,False,3403,89,62,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1771,1274157832225427456,1274070549275295745,1592617874000.0,2020-06-20 01:51:14,+0000,,@flcnhvy @teslaownersSV @Kristennetten @cleantechnica Probably Fremont,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1274157832225427456,[],[],0,,False,1225,79,51,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1772,1274156709259300864,1274070549275295745,1592617606000.0,2020-06-20 01:46:46,+0000,,"@teslaownersSV @Kristennetten @cleantechnica Probably good to combine them, since they are converging in time. I’m hopeful we can announce a date after the July 4th week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1274156709259300864,[],[],0,,False,1313,64,106,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1773,1274154224926904320,1274070549275295745,1592617014000.0,2020-06-20 01:36:54,+0000,,"@Kristennetten @cleantechnica Yes, but we will have to postpone annual shareholder meeting, as still no large gatherings allowed by July 7th. Not sure of new date, but am guessing maybe a month or so later.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1274154224926904320,[],[],0,,False,1491,161,103,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1774,1274152878182023168,1274070549275295745,1592616693000.0,2020-06-20 01:31:33,+0000,,@cleantechnica Stop by The Petersen is you’d like to see Cybertruck irl! Lots of awesome cars & bikes there. Definitely worth seeing with or without Cybertruck.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1274152878182023168,[],[],0,,False,3092,140,168,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1775,1274034759182606337,1274025664492892160,1592588531000.0,2020-06-19 17:42:11,+0000,,"@PPathole It does require use of a paid-time-off day, which is true of many other holidays",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1274034759182606337,[],[],0,,False,1281,458,112,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1776,1274025664492892160,1274025664492892160,1592586363000.0,2020-06-19 17:06:03,+0000,,Juneteenth is henceforth considered a US holiday at Tesla & SpaceX,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1274025664492892160,[],[],0,,False,408195,5987,31956,,None,,,,,,,[],,,, +1777,1274025076262756353,1274024833005899777,1592586223000.0,2020-06-19 17:03:43,+0000,,@EvaFoxU @Tesla Moving fast,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1274025076262756353,[],[],0,,False,1940,116,67,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1778,1274019340686258176,1273719459430068229,1592584855000.0,2020-06-19 16:40:55,+0000,,@KatriniaDivina @TeslaPhx @Tesla Opening in about two weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1274019340686258176,[],[],0,,False,901,49,29,,None,,,,,,,"[{'screen_name': 'KatriniaDivina', 'name': '\U0001f90d💋𝓚𝓪𝓽𝓻𝓲𝓷𝓲𝓪 𝓓𝓲𝓿𝓲𝓷𝓪💋\U0001f90d', 'id': '998094175831703553'}, {'screen_name': 'TeslaPhx', 'name': '₮ƧLλ ₱H∅ΞN!X', 'id': '224134588'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1779,1273871381353033729,1273660888180875267,1592549579000.0,2020-06-19 06:52:59,+0000,,@bluemoondance74 @MichaelaOkla @holy_schnitt Reaching chamber pressure of 300 atmospheres,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1273871381353033729,[],[],0,,False,1886,80,97,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'MichaelaOkla', 'name': 'Michaela Okland', 'id': '739710289453555713'}, {'screen_name': 'holy_schnitt', 'name': 'ellie schnitt', 'id': '491908046'}]",,,, +1780,1273862674716127233,1273823897385918470,1592547503000.0,2020-06-19 06:18:23,+0000,,@cleantechnica Confirmed,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1273862674716127233,[],[],0,,False,14043,308,342,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1781,1273757083624562688,1273660888180875267,1592522328000.0,2020-06-18 23:18:48,+0000,,@MichaelaOkla @holy_schnitt https://t.co/tUB8Htz4sZ,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1273757083624562688,[],['https://pbs.twimg.com/media/Ea1LULGWsAIfTQI.jpg'],1,https://pbs.twimg.com/media/Ea1LULGWsAIfTQI.jpg,False,5766,122,189,,None,,,,,,,"[{'screen_name': 'MichaelaOkla', 'name': 'Michaela Okland', 'id': '739710289453555713'}]",,,, +1782,1273753636686856192,1273719459430068229,1592521506000.0,2020-06-18 23:05:06,+0000,,@TeslaPhx @Tesla 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1273753636686856192,[],[],0,,False,12590,108,148,,None,,,,,,,"[{'screen_name': 'TeslaPhx', 'name': '₮ƧLλ ₱H∅ΞN!X', 'id': '224134588'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1783,1273753482869084160,1273679022086635526,1592521470000.0,2020-06-18 23:04:30,+0000,,@teslaownersSV @Teslarati We are considering several options,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1273753482869084160,[],[],0,,False,1693,167,78,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1784,1273702016221540352,1273679022086635526,1592509199000.0,2020-06-18 19:39:59,+0000,,"@Teslarati Tesla has an option to purchase this land, but has not exercised it",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1273702016221540352,[],[],0,,False,17301,724,515,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1785,1273662684701970436,1273661150136238085,1592499822000.0,2020-06-18 17:03:42,+0000,,@cleantechnica Renewable energy is happening fast,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1273662684701970436,[],[],0,,False,14999,520,882,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1786,1273606713518592002,1273483494094630913,1592486477000.0,2020-06-18 13:21:17,+0000,,@MichaelaOkla Comes standard with Cybertruck,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,13,https://twitter.com/elonmusk/status/1273606713518592002,[],[],0,,False,6810,169,179,,None,,,,,,,"[{'screen_name': 'MichaelaOkla', 'name': 'Michaela Okland', 'id': '739710289453555713'}]",,,, +1787,1273043865147064321,1272972228326379520,1592352284000.0,2020-06-17 00:04:44,+0000,,@NYYScoreKeep Not sure. They’re pretty close together.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1273043865147064321,[],[],0,,False,1269,71,35,,None,,,,,,,"[{'screen_name': 'NYYScoreKeep', 'name': 'NYYaker', 'id': '59327309'}]",,,, +1788,1273002267398926337,1272999704263921664,1592342366000.0,2020-06-16 21:19:26,+0000,,@westcoastbill It will be real,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1273002267398926337,[],[],0,,False,8059,371,348,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +1789,1272993752890486784,1272972228326379520,1592340336000.0,2020-06-16 20:45:36,+0000,,@cisoml @Erdayastronaut @russ_parrish Maybe Incat https://t.co/qHbJcMocFg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1272993752890486784,['https://mashable.com/2013/06/29/worlds-fastest-ship-jet-engines-francisco/'],[],0,,False,920,82,45,,None,,,,,,,"[{'screen_name': 'cisoml', 'name': 'Cisoml', 'id': '874593284'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'russ_parrish', 'name': 'Russ Parrish', 'id': '205893543'}]",,,, +1790,1272990764973166592,1272972228326379520,1592339624000.0,2020-06-16 20:33:44,+0000,,@flcnhvy There will be many test flights before commercial passengers are carried. First Earth to Earth test flights might be in 2 or 3 years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1272990764973166592,[],[],0,,False,5102,232,375,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1791,1272985237576806400,1272972228326379520,1592338306000.0,2020-06-16 20:11:46,+0000,,@Erdayastronaut @russ_parrish We need to be far enough away so as not to bother heavily populated areas. The launch & landing are not subtle. But you could get within a few miles of the spaceport in a boat.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1272985237576806400,[],[],0,,False,3079,213,152,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'russ_parrish', 'name': 'Russ Parrish', 'id': '205893543'}]",,,, +1792,1272975395806011392,1272974057521262593,1592335959000.0,2020-06-16 19:32:39,+0000,,"@YarLP Directionally correct, but Zenit is an order of magnitude smaller than Starship system & doesn’t come back & land",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1272975395806011392,[],[],0,,False,2341,69,82,,None,,,,,,,"[{'screen_name': 'YarLP', 'name': 'Віддавай леве, лепреконе!', 'id': '2350543808'}]",,,, +1793,1272973320586055682,1272972228326379520,1592335464000.0,2020-06-16 19:24:24,+0000,,"@21aeax US law requires at least a green card to be hired at SpaceX, as rockets are considered advanced weapons technology",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1272973320586055682,[],[],0,,False,1582,80,88,,None,,,,,,,[],,,, +1794,1272972990326558720,1272972228326379520,1592335386000.0,2020-06-16 19:23:06,+0000,,@russ_parrish Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1272972990326558720,[],[],0,,False,2456,77,71,,None,,,,,,,"[{'screen_name': 'russ_parrish', 'name': 'Russ Parrish', 'id': '205893543'}]",,,, +1795,1272972751460917250,1272972228326379520,1592335329000.0,2020-06-16 19:22:09,+0000,,@AgoleiD Illuminaughty haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1272972751460917250,[],[],0,,False,7268,164,528,,None,,,,,,,"[{'screen_name': 'AgoleiD', 'name': 'gringo', 'id': '1129748514752421892'}]",,,, +1796,1272972228326379520,1272972228326379520,1592335204000.0,2020-06-16 19:20:04,+0000,,"SpaceX is building floating, superheavy-class spaceports for Mars, moon & hypersonic travel around Earth",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1272972228326379520,[],[],0,,False,77412,3306,8772,https://twitter.com/SpaceXFleet/status/1272891684070871045,None,,,,,,,[],,,, +1797,1272945078814650369,1272655480968667137,1592328731000.0,2020-06-16 17:32:11,+0000,,@LabPadre Maybe some Flextape,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1272945078814650369,[],[],0,,False,4576,184,205,,None,,,,,,,"[{'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +1798,1272943489479700481,1272655480968667137,1592328352000.0,2020-06-16 17:25:52,+0000,,"@LabPadre No problem, we can buff it out",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1272943489479700481,[],[],0,,False,16549,302,354,,None,,,,,,,"[{'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +1799,1272933424190218240,1272816691886673920,1592325952000.0,2020-06-16 16:45:52,+0000,,@Teslarati Fairing reuse is looking good,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1272933424190218240,[],[],0,,False,5918,173,198,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1800,1272932825642065920,1272900798662443011,1592325810000.0,2020-06-16 16:43:30,+0000,,@physorg_com @ubcnews @AAS_Publishing So where are the aliens?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1272932825642065920,[],[],0,,False,51037,5310,3598,,None,,,,,,,"[{'screen_name': 'physorg_com', 'name': 'Phys.org', 'id': '17248121'}, {'screen_name': 'ubcnews', 'name': 'UBC Media Relations', 'id': '64540763'}, {'screen_name': 'AAS_Publishing', 'name': 'AAS Publishing', 'id': '2859178324'}]",,,, +1801,1272856475187044352,1272835071863652352,1592307606000.0,2020-06-16 11:40:06,+0000,,@Teslarati Or Y,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/1272856475187044352,[],[],0,,False,2826,201,84,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1802,1272856252003921921,1272835071863652352,1592307553000.0,2020-06-16 11:39:13,+0000,,@Teslarati No larger pack Model 3 is in development,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/1272856252003921921,[],[],0,,False,8252,296,249,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1803,1272789455728865282,1272678634952617985,1592291628000.0,2020-06-16 07:13:48,+0000,,"@tesla_peter @t0mmyr Actually, we’ve made slight changes, but the range improvement is >90% efficiency",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1272789455728865282,[],[],0,,False,1190,51,39,,None,,,,,,,"[{'screen_name': 'tesla_peter', 'name': 'Peter Tesla', 'id': '1077293458740588544'}, {'screen_name': 't0mmyr', 'name': 't0mmyr', 'id': '69976823'}]",,,, +1804,1272788288491778049,1272756058709262338,1592291349000.0,2020-06-16 07:09:09,+0000,,@cleantechnica Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1272788288491778049,[],[],0,,False,5697,147,151,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1805,1272787517343817728,1272678634952617985,1592291166000.0,2020-06-16 07:06:06,+0000,,@ZJasko Physics doesn’t care about politicians,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1272787517343817728,[],[],0,,False,3047,123,322,,None,,,,,,,"[{'screen_name': 'ZJasko', 'name': 'Technological Singularity', 'id': '2799733750'}]",,,, +1806,1272712721566334977,1272678634952617985,1592273333000.0,2020-06-16 02:08:53,+0000,,@jgold310 Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1272712721566334977,[],[],0,,False,1512,111,35,,None,,,,,,,"[{'screen_name': 'jgold310', 'name': 'Joe G', 'id': '567675774'}]",,,, +1807,1272712304514068480,1272678634952617985,1592273233000.0,2020-06-16 02:07:13,+0000,,All Model S cars made since late Jan have 402 mile range. This is just making it official.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1272712304514068480,[],[],0,,False,38232,1053,1282,,None,,,,,,,[],,,, +1808,1272678634952617985,1272678634952617985,1592265206000.0,2020-06-15 23:53:26,+0000,,Tesla Model S now first ever electric vehicle to receive EPA range rating above 400 miles! https://t.co/EOTwVfvHS5,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1272678634952617985,['https://www.tesla.com/blog/model-s-long-range-plus-building-first-400-mile-electric-vehicle'],[],0,,False,86844,2144,7014,,None,,,,,,,[],,,, +1809,1272674937296154624,1272674454749904904,1592264324000.0,2020-06-15 23:38:44,+0000,,@flcnhvy Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1272674937296154624,[],[],0,,False,1620,97,58,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1810,1272674454749904904,1272674454749904904,1592264209000.0,2020-06-15 23:36:49,+0000,,China & Asia Pacific Supercharger usage above pre-covid highs. North America catching up fast. Europe slightly behind. https://t.co/Em23E2AFyO,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1272674454749904904,[],['https://pbs.twimg.com/media/EalyqiHUMAA52KA.jpg'],1,https://pbs.twimg.com/media/EalyqiHUMAA52KA.jpg,False,18821,684,1252,,None,,,,,,,[],,,, +1811,1272672762046197760,1272659094290104320,1592263806000.0,2020-06-15 23:30:06,+0000,,@VitalVegas Looking likely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1272672762046197760,[],[],0,,False,4556,150,132,,None,,,,,,,"[{'screen_name': 'VitalVegas', 'name': 'Vital Vegas', 'id': '514487309'}]",,,, +1812,1272655479420776449,1272632487320129536,1592259685000.0,2020-06-15 22:21:25,+0000,,"@Mad_Maelstrom @Peter_J_Beck @torybruno @Starlinksat223 @Erdayastronaut Throttling is done by adjusting flow to the ox and fuel preburners. The lower limit of thrust is ox & fuel turbopump injector preburner “stiffness”, essentially when do the preburner elements start flaming out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1272655479420776449,[],[],0,,False,1568,44,43,,None,,,,,,,"[{'screen_name': 'Mad_Maelstrom', 'name': 'Mike Maley', 'id': '383038279'}, {'screen_name': 'Peter_J_Beck', 'name': 'Peter Beck', 'id': '976574172468936704'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'Starlinksat223', 'name': 'Starlink Satellite #223', 'id': '1233455995273306112'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1813,1272651781630095360,1272608382554439680,1592258804000.0,2020-06-15 22:06:44,+0000,,"@SciGuySpace Tank didn’t burst, but leaked at 7.6 bar. This is a good result & supports idea of 304L stainless being better than 301. We’re developing our own alloy to take this even further. Leak before burst is highly desirable.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1272651781630095360,[],[],0,,False,4246,172,308,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1814,1272649257837715456,1272632487320129536,1592258202000.0,2020-06-15 21:56:42,+0000,,"@Peter_J_Beck @torybruno @Starlinksat223 @Erdayastronaut Yeah. Merlin, using a single pintle injector with cold, liquid propellant, needs a longer chamber than Raptor, which uses a large number of coaxial injectors, despite Merlin being less than half thrust. Propellant enters Raptor chamber as hot gas that’s already mixed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1272649257837715456,[],[],0,,False,2345,70,80,,None,,,,,,,"[{'screen_name': 'Peter_J_Beck', 'name': 'Peter Beck', 'id': '976574172468936704'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'Starlinksat223', 'name': 'Starlink Satellite #223', 'id': '1233455995273306112'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1815,1272624978811187200,1272608382554439680,1592252413000.0,2020-06-15 20:20:13,+0000,,@tobyliiiiiiiiii @SciGuySpace Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1272624978811187200,[],[],0,,False,1850,132,57,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1816,1272624859705565184,1272608382554439680,1592252385000.0,2020-06-15 20:19:45,+0000,,"@SciGuySpace That’s the goal. There a few known weak points on this test tank, probably capable of more pressure. The second test tank to follow shortly has addressed the weak points.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1272624859705565184,[],[],0,,False,1429,56,95,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1817,1272614655580532736,1271373072398835713,1592249952000.0,2020-06-15 19:39:12,+0000,,@skysira @joshcohen @tokren1 @Andrew81947993 @FatEmperor @MarkChangizi @gordon_dyce @dvdclstn @Not_Far_Enough @DaphnaRedliner @MLevitt_NP2013 Accurate,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1272614655580532736,[],[],0,,False,661,49,24,,None,,,,,,,"[{'screen_name': 'skysira', 'name': 'Sky', 'id': '813156341346770944'}, {'screen_name': 'joshcohen', 'name': 'josh cohen', 'id': '16693494'}, {'screen_name': 'Andrew81947993', 'name': 'Andrew', 'id': '1266431052395970564'}, {'screen_name': 'FatEmperor', 'name': 'Ivor Cummins', 'id': '2383882980'}, {'screen_name': 'MarkChangizi', 'name': 'Mark Changizi', 'id': '49445813'}, {'screen_name': 'Gordon_dyce', 'name': 'Gordon Dyce', 'id': '1197912293486530560'}, {'screen_name': 'Not_Far_Enough', 'name': 'Not Far Enough', 'id': '1264866277337763841'}, {'screen_name': 'DaphnaRedliner', 'name': 'Redliner', 'id': '2166291481'}, {'screen_name': 'MLevitt_NP2013', 'name': 'Michael Levitt', 'id': '778341409313042432'}]",,,, +1818,1272365400517312513,1271512092957270016,1592190525000.0,2020-06-15 03:08:45,+0000,,@vlives23 @LoopedBuffalo @Michaelnardone4 @FutureJurvetson @SpaceXStarlink @SpaceX Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1272365400517312513,[],[],0,,False,1387,98,50,,None,,,,,,,"[{'screen_name': 'vlives23', 'name': 'vernon livingston', 'id': '2543094129'}, {'screen_name': 'LoopedBuffalo', 'name': 'Looped Buffalo', 'id': '2957742916'}, {'screen_name': 'Michaelnardone4', 'name': 'Michael nardone', 'id': '855210230703022082'}, {'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1819,1272363466288820224,1271512092957270016,1592190064000.0,2020-06-15 03:01:04,+0000,,"@Michaelnardone4 @FutureJurvetson @SpaceXStarlink @SpaceX Around 20ms. It’s designed to run real-time, competitive video games. Version 2, which is at lower altitude could be as low as 8ms latency.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1272363466288820224,[],[],0,,False,2291,154,212,,None,,,,,,,"[{'screen_name': 'Michaelnardone4', 'name': 'Michael nardone', 'id': '855210230703022082'}, {'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1820,1272256986147504130,1271512092957270016,1592164677000.0,2020-06-14 19:57:57,+0000,,@FutureJurvetson @SpaceXStarlink @SpaceX It will get even simpler. Just two instructions for Starlink: plug in & point at sky. Can be done in either order.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1272256986147504130,[],[],0,,False,27132,896,1271,,None,,,,,,,"[{'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1821,1272048461899157505,1271468279140360193,1592114961000.0,2020-06-14 06:09:21,+0000,,@JimBridenstine @NASA Congratulations Kathy!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1272048461899157505,[],[],0,,False,9258,119,190,,None,,,,,,,"[{'screen_name': 'JimBridenstine', 'name': 'Jim Bridenstine', 'id': '243418245'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1822,1271110645652439040,1270902697609383937,1591891368000.0,2020-06-11 16:02:48,+0000,,"@mcot2222 @olenamuliarchuk @mrkylefield @cleantechnica Acceptable, if your drivetrain is very efficient & you add a little manga",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1271110645652439040,[],[],0,,False,1454,122,44,,None,,,,,,,"[{'screen_name': 'mcot2222', 'name': 'mcot2222', 'id': '1131773068886585345'}, {'screen_name': 'mrkylefield', 'name': 'Kyle Field', 'id': '331791521'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1823,1271020780088750082,1271016684489281536,1591869943000.0,2020-06-11 10:05:43,+0000,,@justpaulinelol @engineers_feed As foretold by https://t.co/LJJCD7BAgX,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1271020780088750082,['http://stankmemes.com'],[],0,,False,11416,217,285,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1824,1271019765138518016,1271016684489281536,1591869701000.0,2020-06-11 10:01:41,+0000,,@engineers_feed Stonks,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1271019765138518016,[],[],0,,False,56879,603,4657,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1825,1271016684489281536,1271016684489281536,1591868966000.0,2020-06-11 09:49:26,+0000,,lol,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1271016684489281536,[],[],0,,False,525748,12515,60898,,None,,,,,,,[],,,, +1826,1271014285402046464,1270690370968604672,1591868394000.0,2020-06-11 09:39:54,+0000,,"@Erdayastronaut @i_gvf @SciGuySpace Exactly. Chartering a dedicated 747 flight around the world costs less than buying a small, single engine turboprop plane. In the same way, a giant reusable rocket flight is way cheaper than a tiny expendable rocket that can be used only once.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1271014285402046464,[],[],0,,False,2880,100,176,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'i_gvf', 'name': 'GVF', 'id': '485423392'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1827,1271012307422806018,1271004270704418816,1591867923000.0,2020-06-11 09:32:03,+0000,,@tobyliiiiiiiiii @physorg_com @nature @SciReports True,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1271012307422806018,[],[],0,,False,1331,47,31,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'physorg_com', 'name': 'Phys.org', 'id': '17248121'}, {'screen_name': 'nature', 'name': 'Nature', 'id': '487833518'}, {'screen_name': 'SciReports', 'name': 'Scientific Reports', 'id': '260685403'}]",,,, +1828,1271008071532244992,1270902697609383937,1591866913000.0,2020-06-11 09:15:13,+0000,,"@olenamuliarchuk @mrkylefield @cleantechnica Battery industry is world champion at bs. “Lithium-ion” doesn’t really mean anything. What matters is cathode & anode material. There are many choices, but nickel cathode with carbon-silicon anode works great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1271008071532244992,[],[],0,,False,1241,59,108,,None,,,,,,,"[{'screen_name': 'mrkylefield', 'name': 'Kyle Field', 'id': '331791521'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1829,1271005506266476544,1271004270704418816,1591866301000.0,2020-06-11 09:05:01,+0000,,@physorg_com @nature @SciReports I thought this was an Onion article,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1271005506266476544,[],[],0,,False,4568,162,112,,None,,,,,,,"[{'screen_name': 'physorg_com', 'name': 'Phys.org', 'id': '17248121'}, {'screen_name': 'nature', 'name': 'Nature', 'id': '487833518'}, {'screen_name': 'SciReports', 'name': 'Scientific Reports', 'id': '260685403'}]",,,, +1830,1271004332754735105,1270902697609383937,1591866021000.0,2020-06-11 09:00:21,+0000,,@blue_bnd @olenamuliarchuk @PPathole @mrkylefield @cleantechnica Staggeringly dumb,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1271004332754735105,[],[],0,,False,1149,39,50,,None,,,,,,,"[{'screen_name': 'blue_bnd', 'name': 'Apollo', 'id': '1257736450193469444'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'mrkylefield', 'name': 'Kyle Field', 'id': '331791521'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1831,1271001445265846272,1270902697609383937,1591865333000.0,2020-06-11 08:48:53,+0000,,@PPathole @mrkylefield @cleantechnica I got the fuel cell question about 8000 times,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1271001445265846272,[],[],0,,False,1363,73,62,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'mrkylefield', 'name': 'Kyle Field', 'id': '331791521'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1832,1270992014855684097,1270621101509365762,1591863084000.0,2020-06-11 08:11:24,+0000,,@rhodanazanin1 @ABC7 @NBCLA @CBSLA It’s getting Biblical,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1270992014855684097,[],[],0,,False,1558,93,100,,None,,,,,,,"[{'screen_name': 'rhodanazanin1', 'name': 'Rhoda Nazanin', 'id': '977535150908063744'}, {'screen_name': 'ABC7', 'name': 'ABC7 Eyewitness News', 'id': '16374678'}, {'screen_name': 'NBCLA', 'name': 'NBC Los Angeles', 'id': '17379685'}, {'screen_name': 'CBSLA', 'name': 'CBS Los Angeles', 'id': '24928809'}]",,,, +1833,1270991790401699841,1270902697609383937,1591863031000.0,2020-06-11 08:10:31,+0000,,"@mrkylefield @cleantechnica Exactly, fuel cells = fool sells",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1270991790401699841,[],[],0,,False,6375,243,354,,None,,,,,,,"[{'screen_name': 'mrkylefield', 'name': 'Kyle Field', 'id': '331791521'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1834,1270967849259950080,1270779603599024129,1591857323000.0,2020-06-11 06:35:23,+0000,,@realAnishPai Renewable energy passed coal in April https://t.co/1kRCyGXfN9,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1270967849259950080,['https://www.eia.gov/todayinenergy/detail.php?id=39992'],[],0,,False,2362,75,179,,None,,,,,,,"[{'screen_name': 'realAnishPai', 'name': 'Anish Pai', 'id': '1116332767355244544'}]",,,, +1835,1270885686351020033,1270758742355828737,1591837734000.0,2020-06-11 01:08:54,+0000,,@TeslaTruckClub Worth considering,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1270885686351020033,[],[],0,,False,31945,597,514,,None,,,,,,,"[{'screen_name': 'TeslaTruckClub', 'name': 'CyberOwners 💎 🙌🏻 🐕 🚀 🌝', 'id': '1105840274322980864'}]",,,, +1836,1270885235345899520,1270843690261475329,1591837626000.0,2020-06-11 01:07:06,+0000,,@pandabfr @Ophiltry Agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1270885235345899520,[],[],0,,False,2789,58,40,,None,,,,,,,"[{'screen_name': 'pandabfr', 'name': 'panda', 'id': '1101405495120805888'}, {'screen_name': 'Ophiltry', 'name': 'Preston++Ⓡ', 'id': '3327411247'}]",,,, +1837,1270844615231336448,1270843690261475329,1591827942000.0,2020-06-10 22:25:42,+0000,,@Ophiltry Trèy Boucher,ht,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1270844615231336448,[],[],0,,False,6680,151,96,,None,,,,,,,"[{'screen_name': 'Ophiltry', 'name': 'Preston++Ⓡ', 'id': '3327411247'}]",,,, +1838,1270843256016744448,1270838563911790592,1591827618000.0,2020-06-10 22:20:18,+0000,,@jack Great point. Many articles are retweeted based on headlines that don’t match the content.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1270843256016744448,[],[],0,,False,18539,421,1020,,None,,,,,,,"[{'screen_name': 'jack', 'name': 'jack', 'id': '12'}]",,,, +1839,1270817827595980800,1270817636243341312,1591821555000.0,2020-06-10 20:39:15,+0000,,"@jamesrtyrrell Actually, we’re on SN30 for Raptor",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1270817827595980800,[],[],0,,False,1603,61,89,,None,,,,,,,"[{'screen_name': 'jamesrtyrrell', 'name': 'James Tyrrell', 'id': '1015481'}]",,,, +1840,1270817612059074563,1270690370968604672,1591821504000.0,2020-06-10 20:38:24,+0000,,@Erdayastronaut @nickwijngaards @SciGuySpace Sure. That’s long montage 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1270817612059074563,[],[],0,,False,3133,83,86,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'nickwijngaards', 'name': 'Nick Wijngaards', 'id': '1166058792422924288'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1841,1270810655243685888,1270772158680236032,1591819845000.0,2020-06-10 20:10:45,+0000,,@engineers_feed Wow,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1270810655243685888,[],[],0,,False,18461,436,416,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1842,1270800210885611520,1270800041020702721,1591817355000.0,2020-06-10 19:29:15,+0000,,@thesheetztweetz @SpaceX @Commercial_Crew @AstroBehnken @Astro_Doug @ingallsimages @NASAKennedy ❤️ the laser beam long exposure shots,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1270800210885611520,[],[],0,,False,1585,71,58,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}, {'screen_name': 'AstroBehnken', 'name': 'Bob Behnken', 'id': '2543629379'}, {'screen_name': 'Astro_Doug', 'name': 'Col. Doug Hurley', 'id': '275710913'}, {'screen_name': 'ingallsimages', 'name': 'Bill Ingalls', 'id': '47902921'}, {'screen_name': 'NASAKennedy', 'name': ""NASA's Kennedy Space Center"", 'id': '16580226'}]",,,, +1843,1270798719651155968,1270690370968604672,1591816999000.0,2020-06-10 19:23:19,+0000,,"@nickwijngaards @Erdayastronaut @SciGuySpace Hundreds of improvements in manufacturability primarily (this is by far the hardest problem), mass down, thrust up, Isp up. Current improvement list continues past SN50. As the saying goes, it’s 1% inspiration & 99% perspiration …",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1270798719651155968,[],[],0,,False,1810,55,99,,None,,,,,,,"[{'screen_name': 'nickwijngaards', 'name': 'Nick Wijngaards', 'id': '1166058792422924288'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1844,1270795898755231744,1270690370968604672,1591816327000.0,2020-06-10 19:12:07,+0000,,"@John_Gardi @SciGuySpace Also, insulation of a deep cryogen( which I’d call anything that liquifies nitrogen aka 78% of air) is heavy & prone to heat leaks. H2 is hell.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1270795898755231744,[],[],0,,False,920,38,48,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1845,1270794583660589057,1270779603599024129,1591816013000.0,2020-06-10 19:06:53,+0000,,Tesla factory workplace safety is 5% better than industry average for manufacturers & improving fast https://t.co/axmInA9fZb,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1270794583660589057,[],['https://pbs.twimg.com/media/EaLE7_wUYAAnFAN.jpg'],1,https://pbs.twimg.com/media/EaLE7_wUYAAnFAN.jpg,False,10361,349,540,,None,,,,,,,[],,,, +1846,1270791638160248833,1270690370968604672,1591815311000.0,2020-06-10 18:55:11,+0000,,"@Erdayastronaut @SciGuySpace Important technical note: due to higher O/F of CH4 vs RP1 (oxygen is dense) & significant density increase of subcooled CH4 (plus no common dome insulation needed), plus cryo strength bump of CH4, tank mass of CH4/O2 stage is almost same as RP1/O2.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1270791638160248833,[],[],0,,False,1757,63,102,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1847,1270788415261249536,1270690370968604672,1591814542000.0,2020-06-10 18:42:22,+0000,,"@Erdayastronaut @SciGuySpace We could never reach 380 Isp with RP/kerosene. CH4 has higher Isp potential on paper, but even better in practice. With CH4, you can reach >99% of max theoretical combustion efficiency, but RP is ~97% on a good day & requires desooting of turbines between flights.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1270788415261249536,[],[],0,,False,1896,55,97,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1848,1270785032907440129,1270779603599024129,1591813736000.0,2020-06-10 18:28:56,+0000,,After which they are recycled https://t.co/xuu1ohdz52,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1270785032907440129,[],['https://pbs.twimg.com/media/EaK8PxHU0AE-saz.jpg'],1,https://pbs.twimg.com/media/EaK8PxHU0AE-saz.jpg,False,14102,322,1060,,None,,,,,,,[],,,, +1849,1270784295733301249,1270779603599024129,1591813560000.0,2020-06-10 18:26:00,+0000,,Tesla batteries are lasting much longer than 200k miles / 320k km https://t.co/z882nf6yv9,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1270784295733301249,[],['https://pbs.twimg.com/media/EaK7lCPUcAEK8YY.jpg'],1,https://pbs.twimg.com/media/EaK7lCPUcAEK8YY.jpg,False,7607,206,642,,None,,,,,,,[],,,, +1850,1270783410324135936,1270779603599024129,1591813349000.0,2020-06-10 18:22:29,+0000,,"Moreover, energy produced by Tesla solar deployments far exceeds energy used in our factories https://t.co/IDqf5gWeFt",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1270783410324135936,[],['https://pbs.twimg.com/media/EaK6xk_UMAA9mfj.jpg'],1,https://pbs.twimg.com/media/EaK6xk_UMAA9mfj.jpg,False,4212,112,364,,None,,,,,,,[],,,, +1851,1270783058107482113,1270779603599024129,1591813265000.0,2020-06-10 18:21:05,+0000,,"Electric cars produce *much* less CO2 than fossil fuel cars, taking both electricity emission & vehicle production into acount https://t.co/tsk9TXgW67",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1270783058107482113,[],['https://pbs.twimg.com/media/EaK6c8YUwAAsmKH.jpg'],1,https://pbs.twimg.com/media/EaK6c8YUwAAsmKH.jpg,False,4598,161,560,,None,,,,,,,[],,,, +1852,1270779729973395457,1270779603599024129,1591812472000.0,2020-06-10 18:07:52,+0000,, https://t.co/QPwGa1Rk8Z,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1270779729973395457,[],['https://pbs.twimg.com/media/EaK3baSU4AAyfGG.jpg'],1,https://pbs.twimg.com/media/EaK3baSU4AAyfGG.jpg,False,5262,181,466,,None,,,,,,,[],,,, +1853,1270779603599024129,1270779603599024129,1591812442000.0,2020-06-10 18:07:22,+0000,,"Posting Tesla Impact Report, this time with summary points & charts in my reply tweets https://t.co/4lyaV7kIS4",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1270779603599024129,['https://www.tesla.com/ns_videos/2019-tesla-impact-report.pdf'],[],0,,False,23067,769,1951,,None,,,,,,,[],,,, +1854,1270778978534490113,1270721316841127936,1591812293000.0,2020-06-10 18:04:53,+0000,,@venus47203379 @engineers_feed Haha. Will post summary.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1270778978534490113,[],[],0,,False,739,33,18,,None,,,,,,,"[{'screen_name': 'venus47203379', 'name': 'venus 🧜\u200d♀️', 'id': '1230221229598085120'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1855,1270777374158630912,1270690370968604672,1591811910000.0,2020-06-10 17:58:30,+0000,,"@SciGuySpace Combined with SpaceX deep subcooling of propellants to near liquefaction temp of N2, use of common dome (CH4 & O2 liquid at similar temps) & higher T/W of engines enables de facto higher delta-V than an H2/O2 stage",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1270777374158630912,[],[],0,,False,1336,41,73,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1856,1270775787969368064,1270690370968604672,1591811532000.0,2020-06-10 17:52:12,+0000,,"@SciGuySpace Quite a piece! I should credit Soviet/Russian engine work in the 80’s as being a factor in deciding to switch from H2 to CH4. They demonstrated excellent performance on test stands, with Isp up to 380 secs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1270775787969368064,[],[],0,,False,3441,79,189,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1857,1270721316841127936,1270721316841127936,1591798545000.0,2020-06-10 14:15:45,+0000,,Wort reading the whole thing https://t.co/4lyaV7kIS4,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1270721316841127936,['https://www.tesla.com/ns_videos/2019-tesla-impact-report.pdf'],[],0,,False,37810,2100,2890,,None,,,,,,,[],,,, +1858,1270718896530579456,1270707085462798340,1591797968000.0,2020-06-10 14:06:08,+0000,,@jgrano305 @ICannot_Enough @GerberKawasaki @Tesla @joerogan We shall see …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1270718896530579456,[],[],0,,False,1626,125,43,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +1859,1270718767467646983,1270707085462798340,1591797937000.0,2020-06-10 14:05:37,+0000,,@flcnhvy @GerberKawasaki @Tesla @joerogan Maybe I should retweet the top four or five point. What caught your eye the most?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1270718767467646983,[],[],0,,False,1537,97,49,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +1860,1270718301006524416,1270707085462798340,1591797826000.0,2020-06-10 14:03:46,+0000,,@flcnhvy @GerberKawasaki @Tesla @joerogan Good point!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1270718301006524416,[],[],0,,False,1103,44,30,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +1861,1270717994897797121,1270707085462798340,1591797753000.0,2020-06-10 14:02:33,+0000,,@ICannot_Enough @GerberKawasaki @Tesla @joerogan Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1270717994897797121,[],[],0,,False,1643,78,104,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +1862,1270717491988164613,1270707085462798340,1591797633000.0,2020-06-10 14:00:33,+0000,,@GerberKawasaki @Tesla (Formerly) mainstream media has systemic negative & political bias about almost everything. Reading major newspapers makes you feel sad & angry. That’s why they’re being crushed by @joerogan. Likes/retweets of old media are extremely low. Ironic article: https://t.co/78uftW0P6t,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1270717491988164613,['https://www.nytimes.com/2020/05/25/opinion/joe-rogan-spotify-podcast.html'],[],0,,False,13819,275,1905,,None,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1863,1270437017948532736,1270021640160776193,1591730763000.0,2020-06-09 19:26:03,+0000,,@UniverCurious Size matters,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1270437017948532736,[],[],0,,False,25162,666,1162,,None,,,,,,,"[{'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}]",,,, +1864,1270159829592506368,1270102642404950016,1591664676000.0,2020-06-09 01:04:36,+0000,,@xkcdComic Sure seems that way 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1270159829592506368,[],[],0,,False,7045,106,111,,None,,,,,,,"[{'screen_name': 'xkcdComic', 'name': 'XKCD Comic', 'id': '2251623492'}]",,,, +1865,1270159106360225792,1269160682852880386,1591664504000.0,2020-06-09 01:01:44,+0000,,@chriswarriner @flcnhvy Bad incentive structure,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1270159106360225792,[],[],0,,False,1065,45,47,,None,,,,,,,"[{'screen_name': 'chriswarriner', 'name': 'Chris', 'id': '15233184'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1866,1270069169581469696,1270065933302804480,1591643061000.0,2020-06-08 19:04:21,+0000,,@TheOnion 🎶To meme the impossible meme 🎶,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1270069169581469696,[],[],0,,False,4916,165,190,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1867,1270062575833640960,1270058848104206336,1591641489000.0,2020-06-08 18:38:09,+0000,,@flcnhvy @Erdayastronaut We’re working on new legs. Wider stance & able to auto-level. Important for leaning into wind or landing on rocky & pitted surfaces.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1270062575833640960,[],[],0,,False,2474,101,139,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1868,1270061515094155264,1270058848104206336,1591641236000.0,2020-06-08 18:33:56,+0000,,"@Erdayastronaut Forward thrusters are to stabilize ship when landing in high winds. If goal is max payload to moon per ship, no heatshield or flaps or big gas thruster packs are needed. No need to bring early ships back. They can serve as part of moon base alpha.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1270061515094155264,[],[],0,,False,1931,93,122,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1869,1270060054826192901,1270058848104206336,1591640888000.0,2020-06-08 18:28:08,+0000,,@Erdayastronaut Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1270060054826192901,[],[],0,,False,2192,56,56,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1870,1270059745538265088,1270055378613612545,1591640814000.0,2020-06-08 18:26:54,+0000,,"@JimBridenstine @Commercial_Crew @NASA Outcome-based contracting with multiple competitors is vastly better than cost-plus (especially if sole-sourced), as the former rewards results & latter rewards waste. Outcome contracting should be applied broadly within government. The difference in results will be incredible.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1270059745538265088,[],[],0,,False,10840,236,981,,None,,,,,,,"[{'screen_name': 'JimBridenstine', 'name': 'Jim Bridenstine', 'id': '243418245'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1871,1270057678744678400,1270057678744678400,1591640321000.0,2020-06-08 18:18:41,+0000,,"Wow, this is extremely important!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1270057678744678400,[],[],0,,False,52261,1277,3919,https://twitter.com/JimBridenstine/status/1270055378613612545,None,,,,,,,[],,,, +1872,1270052442592296962,1270051613164687366,1591639073000.0,2020-06-08 17:57:53,+0000,,@Lance210 🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1270052442592296962,[],[],0,,False,14537,163,323,,None,,,,,,,"[{'screen_name': 'Lance210', 'name': 'Lance Stewart', 'id': '41016696'}]",,,, +1873,1270049671046508544,1269692296330653697,1591638412000.0,2020-06-08 17:46:52,+0000,,"@PPathole @Tesla Autopilot prime directive is: don’t crash. What seems fast to humans is slow to a computer. 360 degree low light vision & sonar, plus forward radar enable to be superhuman. Upcoming software upgrades will increasingly show the potential.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1270049671046508544,[],[],0,,False,47985,656,3074,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1874,1270045026907648004,1270045026907648004,1591637305000.0,2020-06-08 17:28:25,+0000,,Stankonia at https://t.co/LJJCD7BAgX,pl,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1270045026907648004,['http://stankmemes.com'],[],0,,False,50118,1692,4017,,None,,,,,,,[],,,, +1875,1270029816117358593,1270029634957164545,1591633678000.0,2020-06-08 16:27:58,+0000,,@emmerichvideo @Tesla Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1270029816117358593,[],[],0,,False,1212,45,35,,None,,,,,,,"[{'screen_name': 'emmerichvideo', 'name': 'Jon Emmerich', 'id': '4254247709'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1876,1270026689272147968,1269970104458100741,1591632933000.0,2020-06-08 16:15:33,+0000,,@engineers_feed And those who weren’t expecting a ternary joke,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1270026689272147968,[],[],0,,False,19079,252,473,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1877,1269761768265445376,1269629182285246465,1591569771000.0,2020-06-07 22:42:51,+0000,,@latestinspace @esa Mars has an amazing amount of water ice,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1269761768265445376,[],[],0,,False,69678,1494,2880,,None,,,,,,,"[{'screen_name': 'latestinspace', 'name': 'Latest in space', 'id': '1202350328760418304'}, {'screen_name': 'esa', 'name': 'ESA', 'id': '21436960'}]",,,, +1878,1269448973388922881,1269414268916518912,1591495195000.0,2020-06-07 01:59:55,+0000,,@Erdayastronaut @NASASpaceflight 81m,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1269448973388922881,[],[],0,,False,3430,117,135,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1879,1269437518950182912,1269414268916518912,1591492464000.0,2020-06-07 01:14:24,+0000,,@Erdayastronaut @flcnhvy @NASASpaceflight Yeah. Even stacking on the pad will be quite an adventure!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1269437518950182912,[],[],0,,False,1821,70,67,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1880,1269434513085485058,1269414268916518912,1591491747000.0,2020-06-07 01:02:27,+0000,,@Erdayastronaut Creating the production system is >1000% harder than building one rocket. This is the truly hard thing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1269434513085485058,[],[],0,,False,3198,133,149,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1881,1269432762676604928,1269414268916518912,1591491330000.0,2020-06-07 00:55:30,+0000,,@Erdayastronaut It’s insane,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1269432762676604928,[],[],0,,False,2453,54,48,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1882,1269430935239266304,1269414268916518912,1591490894000.0,2020-06-07 00:48:14,+0000,,@nextspaceflight @alvianchoiri @timmerenginerd @kulpability @NASASpaceflight Pursuing all three. Hard to say right now.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1269430935239266304,[],[],0,,False,1570,74,71,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'alvianchoiri', 'name': 'AChA', 'id': '807555730010083328'}, {'screen_name': 'timmerenginerd', 'name': 'Enginerd32', 'id': '776535996565364736'}, {'screen_name': 'kulpability', 'name': 'Viscountess of Shrugsbury', 'id': '950471510266871810'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1883,1269430607521517568,1269414268916518912,1591490816000.0,2020-06-07 00:46:56,+0000,,Gateway to Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1269430607521517568,[],[],0,,False,63832,1527,3125,,None,,,,,,,[],,,, +1884,1269428639130501120,1269353050629705729,1591490347000.0,2020-06-07 00:39:07,+0000,,@RenataKonkoly @flcnhvy @PPathole @rSpaceX @SpaceX Lot has happened since then!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1269428639130501120,[],[],0,,False,923,45,26,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'rSpaceX', 'name': 'r/SpaceX', 'id': '4202579243'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1885,1269427589531090945,1269414268916518912,1591490096000.0,2020-06-07 00:34:56,+0000,,"@alvianchoiri @timmerenginerd @kulpability @NASASpaceflight 3600 tons of propellant, almost 80% of which is densified liquid oxygen",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1269427589531090945,[],[],0,,False,943,32,44,,None,,,,,,,"[{'screen_name': 'alvianchoiri', 'name': 'AChA', 'id': '807555730010083328'}, {'screen_name': 'timmerenginerd', 'name': 'Enginerd32', 'id': '776535996565364736'}, {'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1886,1269425536310194178,1269353050629705729,1591489607000.0,2020-06-07 00:26:47,+0000,,@flcnhvy @PPathole @rSpaceX @SpaceX Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1269425536310194178,[],[],0,,False,1017,55,30,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'rSpaceX', 'name': 'r/SpaceX', 'id': '4202579243'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1887,1269424404410150912,1269353050629705729,1591489337000.0,2020-06-07 00:22:17,+0000,,@rSpaceX @SpaceX SpaceX Software AMA,it,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1269424404410150912,[],[],0,,False,4319,82,124,,None,,,,,,,"[{'screen_name': 'rSpaceX', 'name': 'r/SpaceX', 'id': '4202579243'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1888,1269419405856763906,1269414268916518912,1591488145000.0,2020-06-07 00:02:25,+0000,,"@NASASpaceflight Yeah, for Super Heavy stacking",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1269419405856763906,[],[],0,,False,2774,91,154,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1889,1269418186757206016,1269414268916518912,1591487855000.0,2020-06-06 23:57:35,+0000,,@NASASpaceflight Giant high bay coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1269418186757206016,[],[],0,,False,4031,67,180,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1890,1269414268916518912,1269414268916518912,1591486920000.0,2020-06-06 23:42:00,+0000,,"Starship Production Complex Boca Chica, Texas https://t.co/pd4ka93bv5",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1269414268916518912,[],['https://pbs.twimg.com/media/EZ3ditgUcAAS04H.jpg'],1,https://pbs.twimg.com/media/EZ3ditgUcAAS04H.jpg,False,130082,2530,7405,,None,,,,,,,[],,,, +1891,1269372509855477760,1269366679282298881,1591476964000.0,2020-06-06 20:56:04,+0000,,@venus47203379 @MKBHD What a cute & happy dog!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1269372509855477760,[],[],0,,False,2284,95,59,,None,,,,,,,"[{'screen_name': 'venus47203379', 'name': 'venus 🧜\u200d♀️', 'id': '1230221229598085120'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1892,1269370365651738624,1269366679282298881,1591476453000.0,2020-06-06 20:47:33,+0000,,@MKBHD Big line at the barbershop,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1269370365651738624,[],[],0,,False,18829,249,407,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1893,1269182713421893634,1269110658844393477,1591431713000.0,2020-06-06 08:21:53,+0000,,@akidesir Thursday,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1269182713421893634,[],[],0,,False,1468,97,50,,None,,,,,,,"[{'screen_name': 'akidesir', 'name': 'Gary 🇨🇦 safe and careful driver #FSDBetaCanada', 'id': '20516587'}]",,,, +1894,1269175731587674112,1269174288965234688,1591430049000.0,2020-06-06 07:54:09,+0000,,@CodingMark I guess more people need to get more involved in the party primaries (which is a chore),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1269175731587674112,[],[],0,,False,8415,468,342,,None,,,,,,,"[{'screen_name': 'CodingMark', 'name': 'Mark', 'id': '952755407788826624'}]",,,, +1895,1269174288965234688,1269174288965234688,1591429705000.0,2020-06-06 07:48:25,+0000,,The gerontocracy is out of touch with the people,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1269174288965234688,[],[],0,,False,152000,6389,17716,,None,,,,,,,[],,,, +1896,1269163651958595584,1269160682852880386,1591427169000.0,2020-06-06 07:06:09,+0000,,"Selling weed literally went from major felony to essential business (open during pandemic) in much of America & yet many are still in prison. Doesn’t make sense, isn’t right.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1269163651958595584,[],[],0,,False,692998,11903,151517,,None,,,,,,,[],,,, +1897,1269160682852880386,1269160682852880386,1591426461000.0,2020-06-06 06:54:21,+0000,,"This will probably get me into trouble, but I feel I have to say it",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1269160682852880386,[],[],0,,False,291670,7275,25835,,None,,,,,,,[],,,, +1898,1269154914493771776,1269111460493357057,1591425086000.0,2020-06-06 06:31:26,+0000,,@PPathole Good point haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1269154914493771776,[],[],0,,False,3158,73,49,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1899,1269111460493357057,1269111460493357057,1591414725000.0,2020-06-06 03:38:45,+0000,,Order a Tesla online in 2 mins at https://t.co/46TXqRrsdr,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1269111460493357057,['http://Tesla.com'],[],0,,False,49894,4804,3183,,None,,,,,,,[],,,, +1900,1269110658844393477,1269110658844393477,1591414534000.0,2020-06-06 03:35:34,+0000,,Tesla Model Y review by Dan Neil https://t.co/3oS85UFaaR,fr,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1269110658844393477,['https://www.wsj.com/articles/is-teslas-model-y-crossover-the-worlds-best-car-11591365620'],[],0,,False,25250,984,1788,,None,,,,,,,[],,,, +1901,1268941050912968704,1268900315128094728,1591374096000.0,2020-06-05 16:21:36,+0000,,@NASASpaceflight Methalox is the right propellant. Should be staged combustion & highly reusable.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1268941050912968704,[],[],0,,False,4924,187,183,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1902,1268780398047137792,1266851846955700224,1591335794000.0,2020-06-05 05:43:14,+0000,,@Martian_Will @flcnhvy @Jbw29pitt @PPathole Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1268780398047137792,[],[],0,,False,3439,195,213,,None,,,,,,,"[{'screen_name': 'Martian_Will', 'name': 'Will', 'id': '1105581348486553603'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Jbw29pitt', 'name': 'Jimmy Chill', 'id': '4897298603'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1903,1268779992894205952,1266851846955700224,1591335697000.0,2020-06-05 05:41:37,+0000,,"@flcnhvy @Jbw29pitt @PPathole About a dozen transfer windows, so ~25 years",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1268779992894205952,[],[],0,,False,1698,89,101,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Jbw29pitt', 'name': 'Jimmy Chill', 'id': '4897298603'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1904,1268612652915240960,1268520797242605568,1591295800000.0,2020-06-04 18:36:40,+0000,,"@flcnhvy @SpaceX @NASA Wow, hard to believe that was 10 years ago!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1268612652915240960,[],[],0,,False,7616,220,192,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1905,1268612092371714048,1268529570480824320,1591295667000.0,2020-06-04 18:34:27,+0000,,@cam5442 @FlatJannrickles @AlexBerenson @JeffBezos @jack @Twitter Jack is doing his best. I support him.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1268612092371714048,[],[],0,,False,3390,219,155,,None,,,,,,,"[{'screen_name': 'cam5442', 'name': 'Christy Milas', 'id': '24370724'}, {'screen_name': 'FlatJannrickles', 'name': 'Jann Is Cool, M.S, A.D.H.D., P.C.O.S.', 'id': '212795909'}, {'screen_name': 'AlexBerenson', 'name': 'Alex Berenson', 'id': '87679233'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'jack', 'name': 'jack', 'id': '12'}, {'screen_name': 'Twitter', 'name': 'Twitter', 'id': '783214'}]",,,, +1906,1268603809409888256,1268529570480824320,1591293692000.0,2020-06-04 18:01:32,+0000,,@AlexBerenson @JeffBezos Time to break up Amazon. Monopolies are wrong!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1268603809409888256,[],[],0,,False,33718,1998,7719,,None,,,,,,,"[{'screen_name': 'AlexBerenson', 'name': 'Alex Berenson', 'id': '87679233'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}]",,,, +1907,1268602138860515328,1268529570480824320,1591293294000.0,2020-06-04 17:54:54,+0000,,@AlexBerenson This is insane @JeffBezos,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1268602138860515328,[],[],0,,False,16306,348,2147,,None,,,,,,,"[{'screen_name': 'AlexBerenson', 'name': 'Alex Berenson', 'id': '87679233'}]",,,, +1908,1268601657501220864,1266851846955700224,1591293179000.0,2020-06-04 17:52:59,+0000,,@PPathole That’s when all life on Earth will be boiled off. What matters is how long civilization is capable of making the jump to Mars. This could be a very short period of time measured in decades. It took 4.5 billion years to get to this point & civilization isn’t looking super stable.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1268601657501220864,[],[],0,,False,3268,243,295,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1909,1268595216971206656,1268565147246788614,1591291643000.0,2020-06-04 17:27:23,+0000,,"@SciGuySpace So many war stories over 18 eventful years! But Starship can make life multiplanetary, which is what really matters for safeguarding the light of consciousness & life as we know it. 100X improvement over Falcon/Dragon.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1268595216971206656,[],[],0,,False,12346,421,797,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1910,1267650659320500226,1267650659320500226,1591066443000.0,2020-06-02 02:54:03,+0000,,Off Twitter for a while,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1267650659320500226,[],[],0,,False,524953,22013,28184,,None,,,,,,,[],,,, +1911,1267531196751323144,1266851846955700224,1591037961000.0,2020-06-01 18:59:21,+0000,,@PPathole Starship is the key to making life multiplanetary & protecting the light of consciousness,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1267531196751323144,[],[],0,,False,33852,647,2037,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1912,1267415489111785472,1267171823575154689,1591010374000.0,2020-06-01 11:19:34,+0000,,@mharrisonair Well said,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/1267415489111785472,[],[],0,,False,10871,159,431,,None,,,,,,,"[{'screen_name': 'mharrisonair', 'name': 'Marshall Harris', 'id': '50103173'}]",,,, +1913,1267409179339296768,1266502228933840898,1591008870000.0,2020-06-01 10:54:30,+0000,,@DjKeyWay Definitely not right that the other officers were charged with nothing. What message does this send in general to officers who stand by while another does wrong? #JusticeForGeorge,en,['justiceforgeorge'],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1267409179339296768,[],[],0,,False,9302,265,1255,,None,,,,,,,"[{'screen_name': 'DjKeyWay', 'name': '(prod. KeyWay) 🔑', 'id': '118196722'}]",,,, +1914,1267402337653587968,1267401195829760001,1591007239000.0,2020-06-01 10:27:19,+0000,,@scale_banana @engineers_feed Where’s the banana!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1267402337653587968,[],[],0,,False,64737,908,1447,,None,,,,,,,"[{'screen_name': 'scale_banana', 'name': 'Banana for scale 🍌📏', 'id': '1241743793390604290'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1915,1267180654896254976,1267180654896254976,1590954385000.0,2020-05-31 19:46:25,+0000,,Nine years later,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1267180654896254976,[],[],0,,False,377868,3813,32588,https://twitter.com/SpaceX/status/91925525999796224,None,,,,,,,[],,,, +1916,1267160409498357764,1267156097057595397,1590949558000.0,2020-05-31 18:25:58,+0000,,@NASASpaceflight Must be due to relativistic aging 😉,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1267160409498357764,[],[],0,,False,3388,95,99,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1917,1267157474886455296,1267156097057595397,1590948859000.0,2020-05-31 18:14:19,+0000,,@NASASpaceflight Brought home by same person who placed it there almost a decade ago,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1267157474886455296,[],[],0,,False,16171,158,708,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1918,1267156817295085575,1267101204674478080,1590948702000.0,2020-05-31 18:11:42,+0000,,"@Rogozin @SpaceX @JimBridenstine @roscosmos @NASA Спасибо, сэр, ха-ха. Мы рассчитываем на взаимовыгодное и процветающее долгосрочное сотрудничество. - Elon",ru,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1267156817295085575,[],[],0,,False,11254,493,1495,,None,,,,,,,"[{'screen_name': 'Rogozin', 'name': 'РОГОЗИН', 'id': '36980694'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'JimBridenstine', 'name': 'Jim Bridenstine', 'id': '243418245'}, {'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1919,1267146619562201090,1266746307453964288,1590946271000.0,2020-05-31 17:31:11,+0000,,@SpaceX @NASA @AstroBehnken @Astro_Doug Congratulations Bob & Doug on docking & hatch opening on @Space_Station!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1267146619562201090,[],[],0,,False,71106,1079,5242,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'AstroBehnken', 'name': 'Bob Behnken', 'id': '2543629379'}, {'screen_name': 'Astro_Doug', 'name': 'Col. Doug Hurley', 'id': '275710913'}]",,,, +1920,1267057495773675521,1266912868982800387,1590925022000.0,2020-05-31 11:37:02,+0000,,@TeslaGong @TeslaTested Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1267057495773675521,[],[],0,,False,4467,184,89,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}]",,,, +1921,1267056905601638404,1266912868982800387,1590924881000.0,2020-05-31 11:34:41,+0000,,@TeslaTested Probably,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1267056905601638404,[],[],0,,False,90779,1018,1645,,None,,,,,,,"[{'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}]",,,, +1922,1267056312497721344,1267056312497721344,1590924740000.0,2020-05-31 11:32:20,+0000,,Dragon docks with @Space_Station in ~3 hours,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1267056312497721344,[],[],0,,False,148572,2610,14901,https://twitter.com/SpaceX/status/1267045562735443968,None,,,,,,,[],,,, +1923,1266890648587776003,1266885097359388672,1590885242000.0,2020-05-31 00:34:02,+0000,,@NASA @SpaceX @AstroBehnken @Astro_Doug @Space_Station Dragonship Endeavor,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1266890648587776003,[],[],0,,False,60829,933,3578,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'AstroBehnken', 'name': 'Bob Behnken', 'id': '2543629379'}, {'screen_name': 'Astro_Doug', 'name': 'Col. Doug Hurley', 'id': '275710913'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +1924,1266811094527508481,1266811094527508481,1590866275000.0,2020-05-30 19:17:55,+0000,,5 mins to T-0,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1266811094527508481,[],[],0,,False,838790,16838,49387,,None,,,,,,,[],,,, +1925,1266695491879911424,1266589345923960833,1590838713000.0,2020-05-30 11:38:33,+0000,,"@engineers_feed Falcon/Dragon are designed to withstand multiple lightning strikes, but we don’t think it would be wise to take this risk",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/1266695491879911424,[],[],0,,False,58470,754,2258,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1926,1266694593480929282,1266524295133646856,1590838499000.0,2020-05-30 11:34:59,+0000,,"@Commercial_Crew @NASA @SpaceX Proceeding with countdown today, weather cancellation risk ~50%",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/1266694593480929282,[],[],0,,False,24209,642,2312,,None,,,,,,,"[{'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1927,1266678248072757248,1266370974972121089,1590834602000.0,2020-05-30 10:30:02,+0000,,@fermatslibrary Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/1266678248072757248,[],[],0,,False,4671,162,136,,None,,,,,,,"[{'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +1928,1266436499341545472,1266414259031937025,1590776965000.0,2020-05-29 18:29:25,+0000,,"@cleantechnica Worth noting that, as of Jan 1, Tesla buyers no longer received any federal tax credit. Model 3 led despite this disadvantage.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1266436499341545472,[],[],0,,False,10849,352,441,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1929,1266194688077422609,1266022677279502338,1590719313000.0,2020-05-29 02:28:33,+0000,,"@Erdayastronaut @vincent13031925 We slowed down a bit to allow Supercharger V3 production to get going, but now will speed up!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1266194688077422609,[],[],0,,False,3948,187,150,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +1930,1266193280749965315,1266022677279502338,1590718977000.0,2020-05-29 02:22:57,+0000,,@vincent13031925 More Superchargers coming soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1266193280749965315,[],[],0,,False,32108,599,697,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +1931,1265792824722829313,1265739526468710400,1590623501000.0,2020-05-27 23:51:41,+0000,,@SciGuySpace He is great,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1265792824722829313,[],[],0,,False,5758,130,124,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1932,1265759902242308096,1265723653670330368,1590615652000.0,2020-05-27 21:40:52,+0000,,@SpaceX @tristaneaton human kind,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1265759902242308096,[],[],0,,False,25479,623,899,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'tristaneaton', 'name': 'Tristan Eaton', 'id': '24064954'}]",,,, +1933,1265736575415132160,1265736575415132160,1590610090000.0,2020-05-27 20:08:10,+0000,, https://t.co/mMHsTxyxNx,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1265736575415132160,[],['https://pbs.twimg.com/media/EZDMhBfWoAEb92J.jpg'],1,https://pbs.twimg.com/media/EZDMhBfWoAEb92J.jpg,False,581964,6309,48439,,None,,,,,,,[],,,, +1934,1265488797254516738,1265488797254516738,1590551015000.0,2020-05-27 03:43:35,+0000,,Sunset https://t.co/fpLhlqvuJg,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1265488797254516738,[],['https://pbs.twimg.com/media/EY_rWhrXYAI8_nE.jpg'],1,https://pbs.twimg.com/media/EY_rWhrXYAI8_nE.jpg,False,468399,5079,49390,,None,,,,,,,[],,,, +1935,1265484748811653121,1265433417879097344,1590550050000.0,2020-05-27 03:27:30,+0000,,"@SciGuySpace @ChrisG_NSF Yeah, Atlantic weather review tomorrow morning will determine if we can launch",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1265484748811653121,[],[],0,,False,4826,194,219,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}]",,,, +1936,1265473724414865408,1265412188832923653,1590547421000.0,2020-05-27 02:43:41,+0000,,@Rachael_Joy Feels so long ago,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1265473724414865408,[],[],0,,False,7370,175,136,,None,,,,,,,"[{'screen_name': 'Rachael_Joy', 'name': 'Rachael Joy', 'id': '16312214'}]",,,, +1937,1265352210013212674,1265167493557092357,1590518450000.0,2020-05-26 18:40:50,+0000,,@SamTalksTesla @RationalEtienne @thirdrowtesla @wholemarslog @28delayslater @vincent13031925 @teslaownersSV Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1265352210013212674,[],[],0,,False,6764,123,139,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +1938,1265343483130380291,1265293360409051137,1590516369000.0,2020-05-26 18:06:09,+0000,,@EmreKelly 😎,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1265343483130380291,[],[],0,,False,3633,89,81,,None,,,,,,,"[{'screen_name': 'EmreKelly', 'name': 'Emre Kelly', 'id': '214274793'}]",,,, +1939,1265316864462290946,1265088077879525376,1590510023000.0,2020-05-26 16:20:23,+0000,,@flcnhvy I sure hope so!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1265316864462290946,[],[],0,,False,6923,149,123,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1940,1265315536084369408,1265315536084369408,1590509706000.0,2020-05-26 16:15:06,+0000,,Dragon Dawn https://t.co/mz1EzU5GSO,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1265315536084369408,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1265315460079288321/pu/img/9vhNglbrV8xnpW_y.jpg,False,160254,2856,17963,,None,,,,,,,[],,,, +1941,1265300166183174144,1265250070619963393,1590506042000.0,2020-05-26 15:14:02,+0000,,@lexfridman @SpaceX @NASA Thanks Lex!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1265300166183174144,[],[],0,,False,14588,191,329,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1942,1265175519039029248,1263561466629758977,1590476324000.0,2020-05-26 06:58:44,+0000,,@RealClearNews Good question https://t.co/8jpu98XFu7,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1265175519039029248,['https://www.theblaze.com/op-ed/horowitz-the-cdc-confirms-remarkably-low-coronavirus-death-rate-where-is-the-media'],[],0,,False,1634,142,450,,None,,,,,,,"[{'screen_name': 'RealClearNews', 'name': 'RealClearPolitics', 'id': '20094138'}]",,,, +1943,1265071009482358790,1263561466629758977,1590451407000.0,2020-05-26 00:03:27,+0000,,@RealClearNews Worth reading,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1265071009482358790,[],[],0,,False,15523,753,1146,,None,,,,,,,"[{'screen_name': 'RealClearNews', 'name': 'RealClearPolitics', 'id': '20094138'}]",,,, +1944,1265020866741460992,1264943677975089153,1590439452000.0,2020-05-25 20:44:12,+0000,,@Virgin_Orbit Sorry to hear that. Orbit is hard. Took us four attempts with Falcon 1.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1265020866741460992,[],[],0,,False,4603,88,292,,None,,,,,,,"[{'screen_name': 'Virgin_Orbit', 'name': 'Virgin Orbit', 'id': '1352663541396852736'}]",,,, +1945,1264757137839845376,1264645237760237575,1590376574000.0,2020-05-25 03:16:14,+0000,,@TheRealBuzz @SpaceX @NASA Thanks Buzz!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1264757137839845376,[],[],0,,False,14908,191,354,,None,,,,,,,"[{'screen_name': 'TheRealBuzz', 'name': 'Dr. Buzz Aldrin', 'id': '46220856'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1946,1264689446282125312,1264676869481398280,1590360435000.0,2020-05-24 22:47:15,+0000,,@theEmcon 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1264689446282125312,[],[],0,,False,11968,163,271,,None,,,,,,,[],,,, +1947,1264659677238845440,1264578151751077898,1590353337000.0,2020-05-24 20:48:57,+0000,,@jimkwik @jadescipioni No problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1264659677238845440,[],[],0,,False,1080,39,19,,None,,,,,,,"[{'screen_name': 'jimkwik', 'name': 'Jim Kwik', 'id': '16496156'}, {'screen_name': 'jadescipioni', 'name': 'Jade', 'id': '634724263'}]",,,, +1948,1264633864627957761,1264633864627957761,1590347183000.0,2020-05-24 19:06:23,+0000,, https://t.co/iSGrzHgENp,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1264633864627957761,[],['https://pbs.twimg.com/media/EYzhy0AU8AAJxRa.jpg'],1,https://pbs.twimg.com/media/EYzhy0AU8AAJxRa.jpg,False,357401,5369,38648,,None,,,,,,,[],,,, +1949,1264630691641167872,1264628990343512071,1590346427000.0,2020-05-24 18:53:47,+0000,,@PPathole @TheOnion Cute as a button,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1264630691641167872,[],[],0,,False,1723,71,44,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1950,1264630080627568643,1264628990343512071,1590346281000.0,2020-05-24 18:51:21,+0000,,@TheOnion Fallout New Omaha,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1264630080627568643,[],[],0,,False,3134,92,151,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1951,1264612508536410112,1264604467590311941,1590342092000.0,2020-05-24 17:41:32,+0000,,@NASA @SpaceX 🚀♥️,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1264612508536410112,[],[],0,,False,10429,298,592,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1952,1264607273764052992,1264578151751077898,1590340843000.0,2020-05-24 17:20:43,+0000,,"@jadescipioni @jimkwik His ideas sound sensible, but he was not my or SpaceX’s “brain coach”. I think he maybe gave a talk once.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1264607273764052992,[],[],0,,False,11250,295,330,,None,,,,,,,"[{'screen_name': 'jadescipioni', 'name': 'Jade', 'id': '634724263'}, {'screen_name': 'jimkwik', 'name': 'Jim Kwik', 'id': '16496156'}]",,,, +1953,1264337878080880641,1264277630653784065,1590276615000.0,2020-05-23 23:30:15,+0000,,@JonErlichman 5 years ago. We need to accelerate progress towards fully reusable rockets. Cost per ton to orbit needs to improve by >1000% from where Falcon is today for there to be a self-sustaining city on Mars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1264337878080880641,[],[],0,,False,22245,485,1184,,None,,,,,,,"[{'screen_name': 'JonErlichman', 'name': 'Jon Erlichman', 'id': '164425558'}]",,,, +1954,1264324386783236096,1264321662612365313,1590273398000.0,2020-05-23 22:36:38,+0000,,@Erdayastronaut @NASA @SpaceX Mars needs to happen soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1264324386783236096,[],[],0,,False,9056,482,465,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1955,1264279893564518400,1264278863103680513,1590262790000.0,2020-05-23 19:39:50,+0000,,Made on Earth by humans,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1264279893564518400,[],[],0,,False,67097,1302,2855,,None,,,,,,,[],,,, +1956,1264278863103680513,1264278863103680513,1590262544000.0,2020-05-23 19:35:44,+0000,, https://t.co/72pvzGWAs8,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1264278863103680513,[],['https://pbs.twimg.com/media/EYue7COUcAAlwaG.jpg'],1,https://pbs.twimg.com/media/EYue7COUcAAlwaG.jpg,False,136930,2204,9185,,None,,,,,,,[],,,, +1957,1264278385200517120,1264255183313342470,1590262430000.0,2020-05-23 19:33:50,+0000,,@cbs_spacenews @NASASpaceflight Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1264278385200517120,[],[],0,,False,2090,50,34,,None,,,,,,,"[{'screen_name': 'cbs_spacenews', 'name': 'William Harwood', 'id': '19087668'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +1958,1264268456007831552,1264222947499282432,1590260063000.0,2020-05-23 18:54:23,+0000,,@RyanMaue @flcnhvy @jayleno Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1264268456007831552,[],[],0,,False,1698,83,42,,None,,,,,,,"[{'screen_name': 'RyanMaue', 'name': 'Ryan Maue', 'id': '16117029'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'jayleno', 'name': 'Jay Leno', 'id': '35859588'}]",,,, +1959,1264262116954927104,1264222947499282432,1590258552000.0,2020-05-23 18:29:12,+0000,,"@flcnhvy @jayleno Reviewed design with Franz last night. Even 3% smaller is too small. Will be pretty much this size. We’ll probably do a smaller, tight world truck at some point.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1264262116954927104,[],[],0,,False,9554,719,452,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'jayleno', 'name': 'Jay Leno', 'id': '35859588'}]",,,, +1960,1264080611142037504,1262783922708058113,1590215277000.0,2020-05-23 06:27:57,+0000,,@flcnhvy Haha true! Hard to convey tone in tweets. Many people would probably be a lot less upset if they heard me speak the words.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1264080611142037504,[],[],0,,False,2269,158,82,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1961,1263986666907160577,1263983484546150400,1590192879000.0,2020-05-23 00:14:39,+0000,,@nichegamer 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1263986666907160577,[],[],0,,False,5529,76,67,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1962,1263985702070411264,1263565023915343873,1590192649000.0,2020-05-23 00:10:49,+0000,,@SpaceX Astronauts to orbit in 5 days!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1263985702070411264,[],[],0,,False,24522,600,1712,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1963,1263985086828969984,1263954873520992263,1590192503000.0,2020-05-23 00:08:23,+0000,,@cleantechnica Fate 🖤 Irony,pt,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1263985086828969984,[],[],0,,False,3322,133,127,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1964,1263983484546150400,1263983484546150400,1590192121000.0,2020-05-23 00:02:01,+0000,,The medium is the message https://t.co/IOu4JogVmF,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1263983484546150400,[],['https://pbs.twimg.com/media/EYqSRg8UcAAa8pY.jpg'],1,https://pbs.twimg.com/media/EYqSRg8UcAAa8pY.jpg,False,344012,4256,54106,,None,,,,,,,[],,,, +1965,1263979479992393728,1263974662217912322,1590191166000.0,2020-05-22 23:46:06,+0000,,@archillect Time to return,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1263979479992393728,[],[],0,,False,5827,185,182,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1966,1263974671860424705,1263974008900382721,1590190019000.0,2020-05-22 23:26:59,+0000,,@SaulRight2017 New New Hampshire license plate?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1263974671860424705,[],[],0,,False,6637,165,162,,None,,,,,,,[],,,, +1967,1263974008900382721,1263974008900382721,1590189861000.0,2020-05-22 23:24:21,+0000,,"Open your eyes, look up to the skies",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1263974008900382721,[],[],0,,False,599014,24252,80915,,None,,,,,,,[],,,, +1968,1263940898955489280,1263940104994906113,1590181967000.0,2020-05-22 21:12:47,+0000,,@anzhelikashhhh Когда рак на горе свистнет,ru,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1263940898955489280,[],[],0,,False,8900,378,754,,None,,,,,,,"[{'screen_name': 'anzhelikashhhh', 'name': 'Мисс АнгШир', 'id': '835557740105895942'}]",,,, +1969,1263939645395439616,1263937727839559681,1590181668000.0,2020-05-22 21:07:48,+0000,,@RickandMorty Great episode,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1263939645395439616,[],[],0,,False,4028,106,155,,None,,,,,,,"[{'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +1970,1263938669557116928,1263926026549317632,1590181436000.0,2020-05-22 21:03:56,+0000,,@coollstranger Мне очень нравится звучание русского языка,ru,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1263938669557116928,[],[],0,,False,18553,802,1714,,None,,,,,,,"[{'screen_name': 'coollstranger', 'name': 'ivitoi', 'id': '3091397807'}]",,,, +1971,1263924084804444160,1263909684106235904,1590177959000.0,2020-05-22 20:05:59,+0000,,@Erdayastronaut @WhatsupFranks @SpaceX Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1263924084804444160,[],[],0,,False,3971,96,74,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1972,1263916881045450752,1263909684106235904,1590176241000.0,2020-05-22 19:37:21,+0000,,@cybrtrkguy @28delayslater @WhatsupFranks @SpaceX Jay *really* knows cars! Next-level.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1263916881045450752,[],[],0,,False,1331,52,44,,None,,,,,,,"[{'screen_name': 'cybrtrkguy', 'name': 'The Cybertruck Guy', 'id': '1198313150858383360'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1973,1263916562538356737,1263915337281687553,1590176165000.0,2020-05-22 19:36:05,+0000,,@SciGuySpace I’m a big fan of Kathy Lueders!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1263916562538356737,[],[],0,,False,1652,35,42,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1974,1263916244798849024,1263909684106235904,1590176089000.0,2020-05-22 19:34:49,+0000,,@28delayslater @WhatsupFranks @SpaceX 🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1263916244798849024,[],[],0,,False,931,37,16,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1975,1263911642091253760,1263909684106235904,1590174992000.0,2020-05-22 19:16:32,+0000,,@WhatsupFranks @SpaceX Mission control at the Cape,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1263911642091253760,[],[],0,,False,3890,92,96,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1976,1263910764076662784,1263909684106235904,1590174783000.0,2020-05-22 19:13:03,+0000,,@SpaceX Much harder problem than it may seem,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1263910764076662784,[],[],0,,False,10914,439,347,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1977,1263895401393840128,1263892363300274182,1590171120000.0,2020-05-22 18:12:00,+0000,,"@Commercial_Crew @AstroBehnken @Astro_Doug Culmination of a truly incredible amount of work by @SpaceX & @NASA engineering, along with support of all International @Space_Station countries",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1263895401393840128,[],[],0,,False,4029,115,256,,None,,,,,,,"[{'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}, {'screen_name': 'AstroBehnken', 'name': 'Bob Behnken', 'id': '2543629379'}, {'screen_name': 'Astro_Doug', 'name': 'Col. Doug Hurley', 'id': '275710913'}]",,,, +1978,1263339830559334400,1262503866169425926,1590038661000.0,2020-05-21 05:24:21,+0000,,@JaneidyEve Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1263339830559334400,[],[],0,,False,2520,160,67,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +1979,1263275969743216640,1263153557945159680,1590023436000.0,2020-05-21 01:10:36,+0000,,@hackclub Cool group,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1263275969743216640,[],[],0,,False,7414,190,158,,None,,,,,,,"[{'screen_name': 'hackclub', 'name': 'Hack Club', 'id': '2397636133'}]",,,, +1980,1263272143602630656,1263245876476219402,1590022524000.0,2020-05-21 00:55:24,+0000,,@Erdayastronaut @SpaceX @NASA @Astro_Doug @AstroBehnken Astronauts to orbit next week!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1263272143602630656,[],[],0,,False,10330,353,704,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'Astro_Doug', 'name': 'Col. Doug Hurley', 'id': '275710913'}, {'screen_name': 'AstroBehnken', 'name': 'Bob Behnken', 'id': '2543629379'}]",,,, +1981,1262901748777340934,1262783922708058113,1589934215000.0,2020-05-20 00:23:35,+0000,,@flcnhvy True,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1262901748777340934,[],[],0,,False,5237,160,120,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +1982,1262790444007796738,1262786533788131329,1589907678000.0,2020-05-19 17:01:18,+0000,,@RationalEtienne I am … openly moderate,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1262790444007796738,[],[],0,,False,2844,277,184,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}]",,,, +1983,1262789254117314560,1262783922708058113,1589907394000.0,2020-05-19 16:56:34,+0000,,"More fun, less shun!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1262789254117314560,[],[],0,,False,126894,1952,8771,,None,,,,,,,[],,,, +1984,1262788549721632770,1262783922708058113,1589907226000.0,2020-05-19 16:53:46,+0000,,@nichegamer 💕,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1262788549721632770,[],[],0,,False,7274,101,102,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1985,1262787498725511168,1262076474565242880,1589906975000.0,2020-05-19 16:49:35,+0000,,@schtibb @VABVOX Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1262787498725511168,[],[],0,,False,2453,87,89,,None,,,,,,,"[{'screen_name': 'schtibb', 'name': 'Jonas Stiborg', 'id': '280489852'}, {'screen_name': 'VABVOX', 'name': 'Victoria Brownworth', 'id': '138168339'}]",,,, +1986,1262783922708058113,1262783922708058113,1589906123000.0,2020-05-19 16:35:23,+0000,,Cancel Cancel Culture!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1262783922708058113,[],[],0,,False,533534,14638,68206,,None,,,,,,,[],,,, +1987,1262779916006969350,1262485190364016640,1589905167000.0,2020-05-19 16:19:27,+0000,,@Erdayastronaut @melraex @BnOrdhaug @JmaasY @Caspar_Stanley @Derek33197785 @AeroJamesC 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1262779916006969350,[],[],0,,False,5882,115,89,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'melraex', 'name': 'Mel Rae', 'id': '871252323368030208'}, {'screen_name': 'BnOrdhaug', 'name': 'Suppe', 'id': '560511847'}, {'screen_name': 'JmaasY', 'name': 'JeffreyMaas', 'id': '339056890'}, {'screen_name': 'Caspar_Stanley', 'name': 'Caspar 🚀 (Stanley Creative)', 'id': '456545405'}, {'screen_name': 'Derek33197785', 'name': 'derek', 'id': '1307675001219428353'}, {'screen_name': 'AeroJamesC', 'name': 'James C.', 'id': '574776822'}]",,,, +1988,1262540437677641728,1262526115266035715,1589848071000.0,2020-05-19 00:27:51,+0000,,@GOOMBAGUTS Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1262540437677641728,[],[],0,,False,1148,108,29,,None,,,,,,,[],,,, +1989,1262530589506273280,1262526115266035715,1589845723000.0,2020-05-18 23:48:43,+0000,,"The FSD price will continue to rise as the software gets closer to full self-driving capability with regulatory approval. It that point, the value of FSD is probably somewhere in excess of $100,000.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1262530589506273280,[],[],0,,False,16192,1664,842,,None,,,,,,,[],,,, +1990,1262526115266035715,1262526115266035715,1589844657000.0,2020-05-18 23:30:57,+0000,,Tesla Full Self-Driving option cost rises by ~$1000 worldwide on July 1st. Order a Tesla online in less than 2 minutes at https://t.co/qJm9uPBCX5,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1262526115266035715,['https://www.tesla.com/'],[],0,,False,28764,2604,2294,,None,,,,,,,[],,,, +1991,1262524756831633409,1262516614400020487,1589844333000.0,2020-05-18 23:25:33,+0000,,@SciGuySpace Zach made a significant contribution to SpaceX & is a friend. I wish him well as he tries something new.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1262524756831633409,[],[],0,,False,6863,92,182,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1992,1262111271157030913,1260550238558969857,1589745750000.0,2020-05-17 20:02:30,+0000,,"@flcnhvy @bluemoondance74 @jeff_foust Great. Just sleeps & eats, overall pretty chill.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1262111271157030913,[],[],0,,False,3366,178,96,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'jeff_foust', 'name': 'Jeff Foust', 'id': '6374602'}]",,,, +1993,1262096693719265280,1262076474565242880,1589742275000.0,2020-05-17 19:04:35,+0000,,@CMoiClem_ @PPathole Maybe today if we’re lucky,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1262096693719265280,[],[],0,,False,3336,125,92,,None,,,,,,,"[{'screen_name': 'CMoiClem_', 'name': 'CLΞM ⚡', 'id': '1908143118'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1994,1262096399920857089,1262076474565242880,1589742205000.0,2020-05-17 19:03:25,+0000,,@PPathole One of my fav Matrix memes 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1262096399920857089,[],[],0,,False,12379,176,204,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1995,1262087566024564736,1262087566024564736,1589740098000.0,2020-05-17 18:28:18,+0000,,When u take DayQuil & NyQuil at same time https://t.co/7AMLLMsBZK,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1262087566024564736,[],['https://pbs.twimg.com/media/EYPV8vbVcAA5whF.jpg'],1,https://pbs.twimg.com/media/EYPV8vbVcAA5whF.jpg,False,121481,3555,9038,,None,,,,,,,[],,,, +1996,1262076474565242880,1262076474565242880,1589737454000.0,2020-05-17 17:44:14,+0000,,Take the red pill 🌹,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1262076474565242880,[],[],0,,False,471543,31053,81479,,None,,,,,,,[],,,, +1997,1262076346588524544,1260550238558969857,1589737423000.0,2020-05-17 17:43:43,+0000,,"@bluemoondance74 @jeff_foust Pretty good, how are you?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1262076346588524544,[],[],0,,False,1741,85,29,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'jeff_foust', 'name': 'Jeff Foust', 'id': '6374602'}]",,,, +1998,1262076013841805312,1260550238558969857,1589737344000.0,2020-05-17 17:42:24,+0000,,@jeff_foust No problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1262076013841805312,[],[],0,,False,11910,467,431,,None,,,,,,,"[{'screen_name': 'jeff_foust', 'name': 'Jeff Foust', 'id': '6374602'}]",,,, +1999,1261429085999296512,1261393885638639616,1589583104000.0,2020-05-15 22:51:44,+0000,,@jk_rowling I still only own 0.25 Bitcoins btw,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1261429085999296512,[],[],0,,False,9719,1651,995,,None,,,,,,,"[{'screen_name': 'jk_rowling', 'name': 'J.K. Rowling', 'id': '62513246'}]",,,, +2000,1261416824459030529,1261393885638639616,1589580181000.0,2020-05-15 22:03:01,+0000,,"@jk_rowling Pretty much, although massive currency issuance by govt central banks is making Bitcoin Internet 👻 money look solid by comparison",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1261416824459030529,[],[],0,,False,14999,751,2856,,None,,,,,,,"[{'screen_name': 'jk_rowling', 'name': 'J.K. Rowling', 'id': '62513246'}]",,,, +2001,1261395346615226368,1261303572718911488,1589575060000.0,2020-05-15 20:37:40,+0000,,@prageru Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1261395346615226368,[],[],0,,False,10914,376,398,,None,,,,,,,"[{'screen_name': 'prageru', 'name': 'PragerU', 'id': '41160276'}]",,,, +2002,1261394842988376064,1260877073716883456,1589574940000.0,2020-05-15 20:35:40,+0000,,"@devonwerkharder Frankly, I don’t even know what “plethora” means",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1261394842988376064,[],[],0,,False,1300,154,49,,None,,,,,,,"[{'screen_name': 'devonwerkharder', 'name': 'Devon Werkheiser', 'id': '36554168'}]",,,, +2003,1261384440669859840,1261358380880326656,1589572460000.0,2020-05-15 19:54:20,+0000,,@kimbal True,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1261384440669859840,[],[],0,,False,2294,119,65,,None,,,,,,,"[{'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +2004,1261369008328028161,1260966515928694784,1589568781000.0,2020-05-15 18:53:01,+0000,,"@Gfilche @flcnhvy Agreed, people have forgotten how much in-person events matter! Also, there’s a lot to see. It’s not just a presentation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1261369008328028161,[],[],0,,False,2480,209,117,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2005,1261367850020638722,1260877073716883456,1589568505000.0,2020-05-15 18:48:25,+0000,,@PPathole @AdamDavidHalsey @devonwerkharder Making great candy is harder than it seems!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1261367850020638722,[],[],0,,False,1268,123,47,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'AdamDavidHalsey', 'name': 'Adam Halsey', 'id': '2914979055'}, {'screen_name': 'devonwerkharder', 'name': 'Devon Werkheiser', 'id': '36554168'}]",,,, +2006,1261367268232982528,1260877073716883456,1589568366000.0,2020-05-15 18:46:06,+0000,,@koro_alex @PeoplesPartisan @Orangemangood11 @sendasspicz @tanthallas @MarcusMaximus04 Maximize the freedom of action of the people,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1261367268232982528,[],[],0,,False,1154,60,100,,None,,,,,,,"[{'screen_name': 'koro_alex', 'name': 'alex koro', 'id': '1297169658764812288'}, {'screen_name': 'PeoplesPartisan', 'name': 'Peoples Partisan', 'id': '1238121787021459456'}, {'screen_name': 'Orangemangood11', 'name': 'Robot-Pirate Island', 'id': '1194328561353670656'}, {'screen_name': 'sendasspicz', 'name': 'Good Sleep😴💤🛏', 'id': '2297129004'}, {'screen_name': 'tanthallas', 'name': 'Tanthallas', 'id': '1033426925618954240'}]",,,, +2007,1261365598899982336,1261334805733466112,1589567968000.0,2020-05-15 18:39:28,+0000,,@flcnhvy True,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1261365598899982336,[],[],0,,False,982,35,27,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2008,1261365554884931584,1261334805733466112,1589567957000.0,2020-05-15 18:39:17,+0000,,@flcnhvy Great wiki piece!,pl,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1261365554884931584,[],[],0,,False,772,24,23,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2009,1261344837116162048,1261343897701117954,1589563018000.0,2020-05-15 17:16:58,+0000,,"@DavidMainayar Napoleon was incredible. “It is my wish that my ashes may repose on the banks of the Seine, in the midst of the French people, whom I have loved so well.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1261344837116162048,[],[],0,,False,2560,222,201,,None,,,,,,,"[{'screen_name': 'DavidMainayar', 'name': 'David Mainayar', 'id': '1591552010'}]",,,, +2010,1261343897701117954,1261343897701117954,1589562794000.0,2020-05-15 17:13:14,+0000,,The Age of Napoleon by Will & Ariel Durant is an amazing book,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1261343897701117954,[],[],0,,False,54570,2349,2630,,None,,,,,,,[],,,, +2011,1261341547015974913,1261334805733466112,1589562234000.0,2020-05-15 17:03:54,+0000,,@akidesir @DanielleFong @ThieveryCorpDC A few weeks away,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1261341547015974913,[],[],0,,False,672,43,24,,None,,,,,,,"[{'screen_name': 'akidesir', 'name': 'Gary 🇨🇦 safe and careful driver #FSDBetaCanada', 'id': '20516587'}, {'screen_name': 'DanielleFong', 'name': '🎴', 'id': '13232322'}, {'screen_name': 'ThieveryCorpDC', 'name': 'Thievery Corporation', 'id': '60942888'}]",,,, +2012,1261341216001540096,1261334805733466112,1589562155000.0,2020-05-15 17:02:35,+0000,,@DanielleFong @ThieveryCorpDC Totally. Collective mind control by stoking fear.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1261341216001540096,[],[],0,,False,181,18,21,,None,,,,,,,"[{'screen_name': 'DanielleFong', 'name': '🎴', 'id': '13232322'}, {'screen_name': 'ThieveryCorpDC', 'name': 'Thievery Corporation', 'id': '60942888'}]",,,, +2013,1261340749401972736,1260877073716883456,1589562043000.0,2020-05-15 17:00:43,+0000,,@olimould Marx vs Adam Smith -> Adam Smith for the win. Not even close.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1261340749401972736,[],[],0,,False,1744,154,198,,None,,,,,,,"[{'screen_name': 'olimould', 'name': 'Oli Mould', 'id': '14784250'}]",,,, +2014,1261339144237637632,1261337260223414274,1589561661000.0,2020-05-15 16:54:21,+0000,,"@jonnajarian Yes, improvement is exponential",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1261339144237637632,[],[],0,,False,1732,55,53,,None,,,,,,,"[{'screen_name': 'jonnajarian', 'name': 'Jon Najarian', 'id': '14115408'}]",,,, +2015,1261336450332688386,1261334805733466112,1589561018000.0,2020-05-15 16:43:38,+0000,,@Jennerator211 Yeah. Maybe following individual journalists & citizen journalists is better than publications. The Onion may be the best mainstream media source. Hard to figure out what’s actually going on in the world!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1261336450332688386,[],[],0,,False,2467,201,149,,None,,,,,,,"[{'screen_name': 'Jennerator211', 'name': '👠 Lady in red 👠', 'id': '23502725'}]",,,, +2016,1261334805733466112,1261334805733466112,1589560626000.0,2020-05-15 16:37:06,+0000,,It’s remarkable how often The News attempts to answer the question: what is the worst thing that happened on Earth today?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1261334805733466112,[],[],0,,False,47311,1885,4539,https://twitter.com/TheOnion/status/1261121376947183622,None,,,,,,,[],,,, +2017,1261239472978444288,1261120130433589254,1589537897000.0,2020-05-15 10:18:17,+0000,,@crystaloftruth @Newsweek Still am,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1261239472978444288,[],[],0,,False,3301,174,93,,None,,,,,,,"[{'screen_name': 'crystaloftruth', 'name': 'Ben Thompson', 'id': '118065402'}, {'screen_name': 'Newsweek', 'name': 'Newsweek', 'id': '2884771'}]",,,, +2018,1261238618640670720,1261120130433589254,1589537694000.0,2020-05-15 10:14:54,+0000,,@crystaloftruth @Newsweek More or less crazy than reality itself?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1261238618640670720,[],[],0,,False,4285,75,72,,None,,,,,,,"[{'screen_name': 'crystaloftruth', 'name': 'Ben Thompson', 'id': '118065402'}, {'screen_name': 'Newsweek', 'name': 'Newsweek', 'id': '2884771'}]",,,, +2019,1261230540897701889,1261120130433589254,1589535768000.0,2020-05-15 09:42:48,+0000,,@lavvphotography @Newsweek It’s next-level for sure. Reality is getting weird fast.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1261230540897701889,[],[],0,,False,2905,113,95,,None,,,,,,,"[{'screen_name': 'lavvphotography', 'name': 'Luis A. Vegas V.', 'id': '108436866'}, {'screen_name': 'Newsweek', 'name': 'Newsweek', 'id': '2884771'}]",,,, +2020,1261230122075480066,1261229893242634241,1589535668000.0,2020-05-15 09:41:08,+0000,,@Oh_Gee_Man Famous last words,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1261230122075480066,[],[],0,,False,855,36,19,,None,,,,,,,[],,,, +2021,1261229588631318528,1261120130433589254,1589535541000.0,2020-05-15 09:39:01,+0000,,"@Newsweek I said run for office, not president (sigh). Who even owns Newsweek these days? I lost track.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1261229588631318528,[],[],0,,False,62550,1177,2578,,None,,,,,,,"[{'screen_name': 'Newsweek', 'name': 'Newsweek', 'id': '2884771'}]",,,, +2022,1261187547931176962,1261018444058759169,1589525517000.0,2020-05-15 06:51:57,+0000,,@Teslarati Boring Co will also connect Vegas hotels & airport. Autonomous Teslas in tunnels will provide individualized mass transit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1261187547931176962,[],[],0,,False,9792,844,538,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2023,1261185914006462464,1260966515928694784,1589525128000.0,2020-05-15 06:45:28,+0000,,@flcnhvy We’re going to have to push out the date or attendance will be very low. Maybe do in two parts: webcast next month & in-person event a few months later?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1261185914006462464,[],[],0,,False,2250,375,143,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2024,1261181208265818114,1260721488241418240,1589524006000.0,2020-05-15 06:26:46,+0000,,@PPathole @stoolpresidente Hospitals are going bankrupt for lack of patients https://t.co/Wfew0owsGP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1261181208265818114,['https://www.wsj.com/articles/sending-hospitals-into-bankruptcy-11587326607'],[],0,,False,2434,122,374,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'stoolpresidente', 'name': 'Dave Portnoy', 'id': '43775786'}]",,,, +2025,1261174029165051905,1261077646005452807,1589522294000.0,2020-05-15 05:58:14,+0000,,@AntonTonchev77 @SciGuySpace True (sigh),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1261174029165051905,[],[],0,,False,700,18,15,,None,,,,,,,"[{'screen_name': 'AntonTonchev77', 'name': 'Anton Tonchev', 'id': '3391920574'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2026,1261160956240908288,1260877073716883456,1589519177000.0,2020-05-15 05:06:17,+0000,,"@AdamDavidHalsey @devonwerkharder Seriously, Big Candy is suppressing R&D! When’s the last time you heard of a great new candy bar?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1261160956240908288,[],[],0,,False,1442,118,82,,None,,,,,,,"[{'screen_name': 'AdamDavidHalsey', 'name': 'Adam Halsey', 'id': '2914979055'}, {'screen_name': 'devonwerkharder', 'name': 'Devon Werkheiser', 'id': '36554168'}]",,,, +2027,1261159569801146368,1260877073716883456,1589518847000.0,2020-05-15 05:00:47,+0000,,@franksdcaudill He was critical of large bureaucracies & Napoleon III was indeed a knucklehead,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1261159569801146368,[],[],0,,False,1013,42,27,,None,,,,,,,"[{'screen_name': 'franksdcaudill', 'name': 'Frank Caudill', 'id': '889964569803632640'}]",,,, +2028,1261156271836860417,1260493713924595716,1589518061000.0,2020-05-15 04:47:41,+0000,,"@ylecun @an_open_mind @jjvincent Fair point, PyTorch is great!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1261156271836860417,[],[],0,,False,1802,51,112,,None,,,,,,,"[{'screen_name': 'ylecun', 'name': 'Yann LeCun', 'id': '48008938'}, {'screen_name': 'an_open_mind', 'name': 'Jerome Pesenti', 'id': '221938964'}, {'screen_name': 'jjvincent', 'name': 'James Vincent', 'id': '237920763'}]",,,, +2029,1261155900569640962,1260877073716883456,1589517972000.0,2020-05-15 04:46:12,+0000,,@devonwerkharder Capitalism already has many fetters in the form of a plethora of regulatory bodies! I’m definitely against any monopolies/oligopolies where there is a low forcing function for improving customer happiness or an unpriced externality that consumes a common good (eg emissions).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1261155900569640962,[],[],0,,False,2607,203,186,,None,,,,,,,"[{'screen_name': 'devonwerkharder', 'name': 'Devon Werkheiser', 'id': '36554168'}]",,,, +2030,1261153926927331329,1261141140494888960,1589517501000.0,2020-05-15 04:38:21,+0000,,@Tallest0ne Probably sooner,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1261153926927331329,[],[],0,,False,2318,56,36,,None,,,,,,,"[{'screen_name': 'Tallest0ne', 'name': 'Conrad', 'id': '3416683791'}]",,,, +2031,1261153604209082373,1260721488241418240,1589517425000.0,2020-05-15 04:37:05,+0000,,@ReidarSundy @TheZenCorner @stoolpresidente This is happening a lot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1261153604209082373,[],[],0,,False,1182,94,46,,None,,,,,,,"[{'screen_name': 'ReidarSundy', 'name': 'Reidar Sunderland', 'id': '17242660'}, {'screen_name': 'TheZenCorner', 'name': 'The Zen Corner 🌎', 'id': '4749649722'}, {'screen_name': 'stoolpresidente', 'name': 'Dave Portnoy', 'id': '43775786'}]",,,, +2032,1261148375170375680,1260877073716883456,1589516178000.0,2020-05-15 04:16:18,+0000,,@MMelinot That would be cool!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1261148375170375680,[],[],0,,False,1144,59,30,,None,,,,,,,"[{'screen_name': 'MMelinot', 'name': 'Michel Mélinot', 'id': '1046678207590797312'}]",,,, +2033,1261146506540781568,1261063819893317632,1589515732000.0,2020-05-15 04:08:52,+0000,,@vistacruiser7 @flcnhvy Very much agree!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1261146506540781568,[],[],0,,False,483,22,14,,None,,,,,,,"[{'screen_name': 'vistacruiser7', 'name': 'vistacruiser7', 'id': '1184775980'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2034,1261143190230519809,1260877073716883456,1589514942000.0,2020-05-15 03:55:42,+0000,,@nichegamer 🤣🤣 Along with several guillotine death threats!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1261143190230519809,[],[],0,,False,1256,82,48,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2035,1261141140494888960,1261141140494888960,1589514453000.0,2020-05-15 03:47:33,+0000,,Boring Company completes 2nd Vegas tunnel,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1261141140494888960,[],[],0,,False,81569,1866,5167,https://twitter.com/boringcompany/status/1261078175234191360,None,,,,,,,[],,,, +2036,1261140205286813697,1260877073716883456,1589514230000.0,2020-05-15 03:43:50,+0000,,"In his 18th Brumaire essay (in which he does make some good points), Marx famously said history repeats itself, first as tragedy, then as farce. This is now ironically happening with Marxism.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1261140205286813697,[],[],0,,False,22988,1077,2255,,None,,,,,,,[],,,, +2037,1261110068012933122,1260721488241418240,1589507045000.0,2020-05-15 01:44:05,+0000,,@CodingMark @ResistMonsters @TheZenCorner @stoolpresidente Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1261110068012933122,[],[],0,,False,715,72,32,,None,,,,,,,"[{'screen_name': 'CodingMark', 'name': 'Mark', 'id': '952755407788826624'}, {'screen_name': 'ResistMonsters', 'name': '🌊 Tommy J 🚀', 'id': '433697321'}, {'screen_name': 'TheZenCorner', 'name': 'The Zen Corner 🌎', 'id': '4749649722'}, {'screen_name': 'stoolpresidente', 'name': 'Dave Portnoy', 'id': '43775786'}]",,,, +2038,1261106189258993665,1261063819893317632,1589506120000.0,2020-05-15 01:28:40,+0000,,@flcnhvy Tesla makes the safest cars in the world & our factory injury rate is better than industry avg & tracking to be better than any auto plant in North America. We care deeply about safety at a fundamental level.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1261106189258993665,[],[],0,,False,2842,168,257,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2039,1261105050958454785,1261063819893317632,1589505849000.0,2020-05-15 01:24:09,+0000,,"@flcnhvy SpaceX has 8000 employees in California, Washington, Texas & Florida. Operating this entire time, as we have national security exemption. Zero deaths or serious illnesses.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1261105050958454785,[],[],0,,False,2872,74,301,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2040,1261104684476985345,1261063819893317632,1589505761000.0,2020-05-15 01:22:41,+0000,,@flcnhvy Absolutely. Tesla already went through this in China with 7000 employees. Zero fatalities or serious illnesses.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1261104684476985345,[],[],0,,False,9119,155,542,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2041,1261102022247411717,1260721488241418240,1589505126000.0,2020-05-15 01:12:06,+0000,,"@TheZenCorner @stoolpresidente The statistics stopped being valid when anyone with “covid symptoms”, which is now almost anything, was counted as having covid",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1261102022247411717,[],[],0,,False,8583,585,1210,,None,,,,,,,"[{'screen_name': 'TheZenCorner', 'name': 'The Zen Corner 🌎', 'id': '4749649722'}, {'screen_name': 'stoolpresidente', 'name': 'Dave Portnoy', 'id': '43775786'}]",,,, +2042,1261100731378982912,1260721488241418240,1589504819000.0,2020-05-15 01:06:59,+0000,,"@stoolpresidente Well said! Please run for office. The politicians & unelected bureaucrats who stole our liberty should be tarred, feathered & thrown out of town!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1261100731378982912,[],[],0,,False,60471,1243,6599,,None,,,,,,,"[{'screen_name': 'stoolpresidente', 'name': 'Dave Portnoy', 'id': '43775786'}]",,,, +2043,1261043876615163904,1260994825098334209,1589491263000.0,2020-05-14 21:21:03,+0000,,@AlexBerenson @nytimes Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1261043876615163904,[],[],0,,False,1132,426,48,,None,,,,,,,"[{'screen_name': 'AlexBerenson', 'name': 'Alex Berenson', 'id': '87679233'}, {'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}]",,,, +2044,1261040278778966016,1261009993588862976,1589490406000.0,2020-05-14 21:06:46,+0000,,@jl0v1n9t0n @jpr007 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1261040278778966016,[],[],0,,False,605,36,14,,None,,,,,,,"[{'screen_name': 'jl0v1n9t0n', 'name': 'J3ff', 'id': '390219947'}, {'screen_name': 'jpr007', 'name': 'JPR007', 'id': '52370117'}]",,,, +2045,1261040073975320576,1261009993588862976,1589490357000.0,2020-05-14 21:05:57,+0000,,@jpr007 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1261040073975320576,[],[],0,,False,1072,44,29,,None,,,,,,,"[{'screen_name': 'jpr007', 'name': 'JPR007', 'id': '52370117'}]",,,, +2046,1261039857620578304,1261009993588862976,1589490305000.0,2020-05-14 21:05:05,+0000,,@teslainventory Thanks for adding!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1261039857620578304,[],[],0,,False,1939,50,22,,None,,,,,,,"[{'screen_name': 'teslainventory', 'name': '🔋Erik🔋', 'id': '565198801'}]",,,, +2047,1261009993588862976,1261009993588862976,1589483185000.0,2020-05-14 19:06:25,+0000,,Tesla Supercharger usage by region https://t.co/1y2zL2Jizt,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1261009993588862976,[],['https://pbs.twimg.com/media/EYAB55kUwAAWlRj.jpg'],1,https://pbs.twimg.com/media/EYAB55kUwAAWlRj.jpg,False,45107,1587,2936,,None,,,,,,,[],,,, +2048,1260877073716883456,1260877073716883456,1589451494000.0,2020-05-14 10:18:14,+0000,,Top Marx https://t.co/GWG7hXioiV,fr,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1260877073716883456,[],['https://pbs.twimg.com/media/EX-JA_QUEAA4HB8.jpg'],1,https://pbs.twimg.com/media/EX-JA_QUEAA4HB8.jpg,False,289549,4533,37180,,None,,,,,,,[],,,, +2049,1260852444818362369,1260493713924595716,1589445623000.0,2020-05-14 08:40:23,+0000,,@an_open_mind @jjvincent Facebook sucks,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1260852444818362369,[],[],0,,False,10939,665,1865,,None,,,,,,,"[{'screen_name': 'an_open_mind', 'name': 'Jerome Pesenti', 'id': '221938964'}, {'screen_name': 'jjvincent', 'name': 'James Vincent', 'id': '237920763'}]",,,, +2050,1260817061778911232,1260582807090462728,1589437187000.0,2020-05-14 06:19:47,+0000,,@torybruno @SciGuySpace Fair point,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1260817061778911232,[],[],0,,False,2114,59,41,,None,,,,,,,"[{'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2051,1260700350689841154,1260700350689841154,1589409360000.0,2020-05-13 22:36:00,+0000,,Super exciting day coming up!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1260700350689841154,[],[],0,,False,91271,2241,10641,https://twitter.com/NASA/status/1259151815255502848,None,,,,,,,[],,,, +2052,1260630922153660416,1260350512311832577,1589392807000.0,2020-05-13 18:00:07,+0000,,@RosilesEddie @thirdrowtesla @ACSOSheriffs @GavinNewsom The custom styling some of the team is doing over their masks is really cool!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1260630922153660416,[],[],0,,False,7287,188,165,,None,,,,,,,"[{'screen_name': 'RosilesEddie', 'name': 'Eddie Rosiles 🌑💫', 'id': '1257450439743688704'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'ACSOSheriffs', 'name': 'Alameda County Sheriff', 'id': '404228656'}, {'screen_name': 'GavinNewsom', 'name': 'Gavin Newsom', 'id': '11347122'}]",,,, +2053,1260609762330206208,1260582807090462728,1589387762000.0,2020-05-13 16:36:02,+0000,,@macodiseas @Lunakerrigan @SciGuySpace Exactly!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1260609762330206208,[],[],0,,False,946,35,30,,None,,,,,,,"[{'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'Lunakerrigan', 'name': 'Shallot sama!', 'id': '984055395982360579'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2054,1260607211794862082,1260582807090462728,1589387154000.0,2020-05-13 16:25:54,+0000,,"@SciGuySpace Said another way, Falcon Heavy has 2/3 thrust of Saturn V. Starship/Super Heavy will have double thrust of Saturn V.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1260607211794862082,[],[],0,,False,2765,98,180,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2055,1260606711049510912,1260582807090462728,1589387035000.0,2020-05-13 16:23:55,+0000,,"@SciGuySpace Power of F9 today is still not widely understood. It has about same thrust as Delta IV Heavy, most powerful Boeing/Lockheed rocket. Falcon Heavy has triple.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1260606711049510912,[],[],0,,False,4758,87,233,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2056,1260606040040550400,1260582807090462728,1589386875000.0,2020-05-13 16:21:15,+0000,,@Jeff2Serenity @SciGuySpace Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1260606040040550400,[],[],0,,False,864,20,14,,None,,,,,,,"[{'screen_name': 'Jeff2Serenity', 'name': 'Jeffrey Findley', 'id': '2778208071'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2057,1260595794861645826,1260592638878797825,1589384432000.0,2020-05-13 15:40:32,+0000,,@SciGuySpace Cost-plus contracting is the devil,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1260595794861645826,[],[],0,,False,4113,136,159,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2058,1260473394790838274,1260473394790838274,1589355250000.0,2020-05-13 07:34:10,+0000,, https://t.co/lQWpSwtRj7,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1260473394790838274,[],['https://pbs.twimg.com/media/EX4Z3sZWAAQ7bmw.jpg'],1,https://pbs.twimg.com/media/EX4Z3sZWAAQ7bmw.jpg,False,648342,5306,127396,,None,,,,,,,[],,,, +2059,1260449616169971712,1260448043473698824,1589349581000.0,2020-05-13 05:59:41,+0000,,"@jaredpolis @Tesla @kimbal Hi Jared, Colorado is great! I think your policies make a lot of sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1260449616169971712,[],[],0,,False,10590,613,346,,None,,,,,,,"[{'screen_name': 'jaredpolis', 'name': 'Jared Polis', 'id': '15361570'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +2060,1260441112268988416,1260422298668019712,1589347553000.0,2020-05-13 05:25:53,+0000,,Life should be lived,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1260441112268988416,[],[],0,,False,83979,2695,7847,,None,,,,,,,[],,,, +2061,1260423443377504256,1260422298668019712,1589343341000.0,2020-05-13 04:15:41,+0000,,@teslaownersSV Buca,es,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1260423443377504256,[],[],0,,False,10590,388,1619,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +2062,1260421670302613504,1260403179499532289,1589342918000.0,2020-05-13 04:08:38,+0000,,@PPathole @flcnhvy Tolkien rocks,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1260421670302613504,[],[],0,,False,1300,51,48,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2063,1260419443059916800,1260403179499532289,1589342387000.0,2020-05-13 03:59:47,+0000,,@flcnhvy For sure ♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1260419443059916800,[],[],0,,False,10495,185,213,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2064,1260418655029874688,1260414742411317249,1589342199000.0,2020-05-13 03:56:39,+0000,,@Darktionary @AlexBerenson @Barnes_Law @Facebook Best group on FB by far,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1260418655029874688,[],[],0,,False,1015,42,33,,None,,,,,,,"[{'screen_name': 'Darktionary', 'name': 'Darktionary', 'id': '3720210614'}, {'screen_name': 'AlexBerenson', 'name': 'Alex Berenson', 'id': '87679233'}, {'screen_name': 'barnes_law', 'name': 'Robert Barnes', 'id': '2301990517'}, {'screen_name': 'Facebook', 'name': 'Facebook', 'id': '2425151'}]",,,, +2065,1260355843905646592,1260203080076931072,1589327224000.0,2020-05-12 23:47:04,+0000,,"@nichegamer @Crusade4change @realDonaldTrump Personally, I think we should https://t.co/kfui7W9VTU",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1260355843905646592,[],['https://pbs.twimg.com/media/EX2u9UWVcAAkvv0.jpg'],1,https://pbs.twimg.com/media/EX2u9UWVcAAkvv0.jpg,False,6455,136,286,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'Crusade4change', 'name': 'J. Flynn 🇨🇦', 'id': '723417264163151872'}, {'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +2066,1260295799964983298,1260274777706713091,1589312908000.0,2020-05-12 19:48:28,+0000,,"@flcnhvy @Erdayastronaut @jack This is getting annoying. Honestly, I’m not sure it’s even helping their scam!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1260295799964983298,[],[],0,,False,2383,169,81,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'jack', 'name': 'jack', 'id': '12'}]",,,, +2067,1260274910997303296,1260203080076931072,1589307928000.0,2020-05-12 18:25:28,+0000,,"@Crusade4change @realDonaldTrump Those who always disagree have a closed mind … but, by their very nature, that won’t sink in (sigh)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1260274910997303296,[],[],0,,False,25789,722,2681,,None,,,,,,,"[{'screen_name': 'Crusade4change', 'name': 'J. Flynn 🇨🇦', 'id': '723417264163151872'}, {'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +2068,1260270666374279168,1260249086797570048,1589306916000.0,2020-05-12 18:08:36,+0000,,@thirdrowtesla It’s not often that the Governor of California & the President agree!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1260270666374279168,[],[],0,,False,5385,232,341,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2069,1260269880458178560,1260203080076931072,1589306728000.0,2020-05-12 18:05:28,+0000,,@realDonaldTrump Thank you!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1260269880458178560,[],[],0,,False,121996,3384,5157,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +2070,1260194491576672256,1260189820900556801,1589288754000.0,2020-05-12 13:05:54,+0000,,@AlexBerenson It appears that what he is saying is untrue,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1260194491576672256,[],[],0,,False,1614,93,88,,None,,,,,,,"[{'screen_name': 'AlexBerenson', 'name': 'Alex Berenson', 'id': '87679233'}]",,,, +2071,1260190945435246592,1260190381892866048,1589287909000.0,2020-05-12 12:51:49,+0000,,@sara_boutall @RenataKonkoly @Johnnaaaaaaaaaa @MichaelGalanin @romanhistory1 @engineers_feed @Kristennetten 🤣💕,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/1260190945435246592,[],[],0,,False,1002,51,29,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'MichaelGalanin', 'name': 'Space Explorer Mike', 'id': '951062029'}, {'screen_name': 'romanhistory1', 'name': 'Roman History', 'id': '1864191372'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}]",,,, +2072,1260188845875752960,1260182222587473929,1589287408000.0,2020-05-12 12:43:28,+0000,,@archillect Lil baby,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/1260188845875752960,[],[],0,,False,10702,195,504,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +2073,1260172928697593856,1260171933817200641,1589283613000.0,2020-05-12 11:40:13,+0000,,@WolvesSuperfan Great,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/1260172928697593856,[],[],0,,False,1958,65,63,,None,,,,,,,"[{'screen_name': 'WolvesSuperfan', 'name': 'WolvesSuperfan', 'id': '1383047988'}]",,,, +2074,1260171381901160448,1260125310219149312,1589283244000.0,2020-05-12 11:34:04,+0000,,@Arin_Dom90 Tough call. Maybe Newton by a small margin. Both obviously extremely smart for a human.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/1260171381901160448,[],[],0,,False,6894,299,154,,None,,,,,,,"[{'screen_name': 'Arin_Dom90', 'name': 'Arindom Chakraborty', 'id': '3108205566'}]",,,, +2075,1260168673022537728,1260164161163624449,1589282599000.0,2020-05-12 11:23:19,+0000,,"@Johnnaaaaaaaaaa Wow, great writing!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/1260168673022537728,[],[],0,,False,6925,147,171,,None,,,,,,,[],,,, +2076,1260159396190945286,1260125310219149312,1589280387000.0,2020-05-12 10:46:27,+0000,,@PPathole 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1260159396190945286,[],[],0,,False,7397,44,62,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +2077,1260157216583110656,1259959265545969665,1589279867000.0,2020-05-12 10:37:47,+0000,,"@KenJennings All other car companies are allowed to manufacture *except* Tesla, you knucklehead. No wonder you got crushed by a computer the size of a pizza box.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1260157216583110656,[],[],0,,False,6982,508,502,,None,,,,,,,"[{'screen_name': 'KenJennings', 'name': 'Ken Jennings', 'id': '234270825'}]",,,, +2078,1260128770004058113,1259945593805221891,1589273085000.0,2020-05-12 08:44:45,+0000,,@teslaownersSV Much appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1260128770004058113,[],[],0,,False,2235,51,42,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +2079,1260125310219149312,1260125310219149312,1589272260000.0,2020-05-12 08:31:00,+0000,,That’s pretty much what happened https://t.co/5Enzgt20q7,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1260125310219149312,[],['https://pbs.twimg.com/media/EXzdQ85WAAAqa6R.jpg'],1,https://pbs.twimg.com/media/EXzdQ85WAAAqa6R.jpg,False,394658,3423,36269,,None,,,,,,,[],,,, +2080,1260121328042082306,1259848220164980741,1589271311000.0,2020-05-12 08:15:11,+0000,,@Alex_ADEdge @NASASpaceflight Pretty close. It will look absurdly tall & have a lot more ground support equipment.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1260121328042082306,[],[],0,,False,5469,153,159,,None,,,,,,,"[{'screen_name': 'Alex_ADEdge', 'name': '∆lex Ðelderfield', 'id': '303715150'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2081,1260057644263329792,1259869894549680128,1589256127000.0,2020-05-12 04:02:07,+0000,,@alandail Haggerty actually admitted to NYT that he told his staff to “slow down” Tesla for reasons that had nothing to do with health. Unreal …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1260057644263329792,[],[],0,,False,1879,130,210,,None,,,,,,,"[{'screen_name': 'alandail', 'name': 'Alan Dail', 'id': '162234035'}]",,,, +2082,1259970706273472512,1259945593805221891,1589235400000.0,2020-05-11 22:16:40,+0000,,@tobyliiiiiiiiii @SeeSunnySierra Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1259970706273472512,[],[],0,,False,3669,127,78,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'SeeSunnySierra', 'name': 'See Sunny Sierra ⛰', 'id': '1138306914'}]",,,, +2083,1259968731553255424,1259960737725898756,1589234929000.0,2020-05-11 22:08:49,+0000,,@flcnhvy @thehill @GavinNewsom Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1259968731553255424,[],[],0,,False,2855,76,69,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thehill', 'name': 'The Hill', 'id': '1917731'}, {'screen_name': 'GavinNewsom', 'name': 'Gavin Newsom', 'id': '11347122'}]",,,, +2084,1259967020231098368,1259960737725898756,1589234521000.0,2020-05-11 22:02:01,+0000,,"@thehill Don’t mislead the public. State said YES, an unelected county official is the problem. Tesla factory in adjacent San Joaquin county is fully operational.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1259967020231098368,[],[],0,,False,37964,657,2773,,None,,,,,,,"[{'screen_name': 'thehill', 'name': 'The Hill', 'id': '1917731'}]",,,, +2085,1259945593805221891,1259945593805221891,1589229412000.0,2020-05-11 20:36:52,+0000,,"Tesla is restarting production today against Alameda County rules. I will be on the line with everyone else. If anyone is arrested, I ask that it only be me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1259945593805221891,[],[],0,,False,464526,31070,63548,,None,,,,,,,[],,,, +2086,1259942334143148033,1259941677793292288,1589228635000.0,2020-05-11 20:23:55,+0000,,"@ChillMichelle @Tesla Yes, California approved, but an unelected county official illegally overrode. Also, all other auto companies in US are approved to resume. Only Tesla has been singled out. This is super messed up!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1259942334143148033,[],[],0,,False,61506,3916,5344,,None,,,,,,,"[{'screen_name': 'ChillMichelle', 'name': 'Michelle✨', 'id': '24713431'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2087,1259939781556887552,1259936131941949441,1589228027000.0,2020-05-11 20:13:47,+0000,,@thirdrowtesla @GavinNewsom Thank you Governor Newsom!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1259939781556887552,[],[],0,,False,6463,226,286,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'GavinNewsom', 'name': 'Gavin Newsom', 'id': '11347122'}]",,,, +2088,1259900500285116416,1259696342554734592,1589218661000.0,2020-05-11 17:37:41,+0000,,@eBookBooster Zork with AI dungeon master,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1259900500285116416,[],[],0,,False,1011,89,23,,None,,,,,,,"[{'screen_name': 'eBookBooster', 'name': 'eBook Booster', 'id': '2317556504'}]",,,, +2089,1259899289381175303,1259889660203020293,1589218373000.0,2020-05-11 17:32:53,+0000,,@HidalgoCounty @JudgeCortez @GovAbbott @Tesla @john_jwitt Note is much appreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1259899289381175303,[],[],0,,False,16752,402,975,,None,,,,,,,"[{'screen_name': 'HidalgoCounty', 'name': 'Hidalgo County', 'id': '17091975'}, {'screen_name': 'JudgeCortez', 'name': 'Richard F. Cortez, Hidalgo County Judge', 'id': '1081197952268468226'}, {'screen_name': 'GovAbbott', 'name': 'Gov. Greg Abbott', 'id': '19291441'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'john_jwitt', 'name': 'John Wittman', 'id': '941138474'}]",,,, +2090,1259892983547101186,1259887243226841092,1589216869000.0,2020-05-11 17:07:49,+0000,,@thirdrowtesla @LorenaSGonzalez Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1259892983547101186,[],[],0,,False,6327,210,270,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'LorenaSGonzalez', 'name': 'Lorena Gonzalez', 'id': '102179167'}]",,,, +2091,1259891389787037701,1259885642407800832,1589216489000.0,2020-05-11 17:01:29,+0000,,"@thirdrowtesla Yes, this is insane",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1259891389787037701,[],[],0,,False,11670,362,593,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2092,1259872883754455040,1259754774196629510,1589212077000.0,2020-05-11 15:47:57,+0000,,@flcnhvy @Grimezsz Babies rock 💕,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1259872883754455040,[],[],0,,False,28682,527,566,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2093,1259741084705423360,1259713823302283266,1589180654000.0,2020-05-11 07:04:14,+0000,,@thirdrowtesla Good summary,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1259741084705423360,[],[],0,,False,3046,113,101,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2094,1259727067937038336,1256855215568875520,1589177312000.0,2020-05-11 06:08:32,+0000,,@BrandonTSLA Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1259727067937038336,[],[],0,,False,2729,58,27,,None,,,,,,,"[{'screen_name': 'BrandonTSLA', 'name': 'Brandon', 'id': '98238432'}]",,,, +2095,1259697522487906305,1259696342554734592,1589170268000.0,2020-05-11 04:11:08,+0000,,@PPathole That would be great,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1259697522487906305,[],[],0,,False,1814,67,39,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +2096,1259697269902843906,1259696342554734592,1589170207000.0,2020-05-11 04:10:07,+0000,,@americanmaltese We should do this,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1259697269902843906,[],[],0,,False,2249,86,41,,None,,,,,,,"[{'screen_name': 'americanmaltese', 'name': '➗Half Maltese Falcon 🇺🇸🇲🇹🐳', 'id': '82565634'}]",,,, +2097,1259696342554734592,1259696342554734592,1589169986000.0,2020-05-11 04:06:26,+0000,,Thanks for the cool suggestions 😀❤️👍 More fun coming to your Tesla soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1259696342554734592,[],[],0,,False,40976,1796,1659,https://twitter.com/elonmusk/status/1256856981177987072,None,,,,,,,[],,,, +2098,1259694136463986688,1259667138354262018,1589169460000.0,2020-05-11 03:57:40,+0000,,@universal_sci @joerogan For real,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1259694136463986688,[],[],0,,False,4416,223,126,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +2099,1259691052681687040,1259287879177531392,1589168725000.0,2020-05-11 03:45:25,+0000,,@PPathole @LorenaSGonzalez @Tesla Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1259691052681687040,[],[],0,,False,2471,68,63,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'LorenaSGonzalez', 'name': 'Lorena Gonzalez', 'id': '102179167'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2100,1259675361228410882,1259675361228410882,1589164984000.0,2020-05-11 02:43:04,+0000,,Happy Mother’s Day to other mothers!! @Grimezsz ♥️♥️♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1259675361228410882,[],[],0,,False,41203,686,1090,https://twitter.com/mayemusk/status/1259497195989905408,None,,,,,,,[],,,, +2101,1259644131686543360,1259640689744322560,1589157538000.0,2020-05-11 00:38:58,+0000,,"@RBReich No, I just think you’re a boring idiot",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1259644131686543360,[],[],0,,False,26084,2293,2264,,None,,,,,,,"[{'screen_name': 'RBReich', 'name': 'Robert Reich', 'id': '148529707'}]",,,, +2102,1259638112688304129,1259287879177531392,1589156103000.0,2020-05-11 00:15:03,+0000,,@LorenaSGonzalez Message received,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1259638112688304129,[],[],0,,False,136547,4601,11096,,None,,,,,,,"[{'screen_name': 'LorenaSGonzalez', 'name': 'Lorena Gonzalez', 'id': '102179167'}]",,,, +2103,1259636269555937280,1259622495415484417,1589155664000.0,2020-05-11 00:07:44,+0000,,@thirdrowtesla This thread summarizes situation perfectly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1259636269555937280,[],[],0,,False,1609,96,105,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2104,1259635195650555904,1259553785489342465,1589155408000.0,2020-05-11 00:03:28,+0000,,@Tpear10 @LegendaryEnergy Sheriff Bianco rocks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1259635195650555904,[],[],0,,False,713,28,33,,None,,,,,,,"[{'screen_name': 'LegendaryEnergy', 'name': 'An0maly', 'id': '226194552'}]",,,, +2105,1259631629523288064,1259628320599216134,1589154557000.0,2020-05-10 23:49:17,+0000,,@UniverCurious They were amazing,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1259631629523288064,[],[],0,,False,1383,60,44,,None,,,,,,,"[{'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}]",,,, +2106,1259579957375758336,1259553785489342465,1589142238000.0,2020-05-10 20:23:58,+0000,,"@TeslaTested @LegendaryEnergy Absolutely. Moreover, they don’t even need to be tested for covid, just need “covid-like symptoms”, which is a long list, including “feeling weakness”. Hard to die *without* feeling weakness!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1259579957375758336,[],[],0,,False,2453,346,269,,None,,,,,,,"[{'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}, {'screen_name': 'LegendaryEnergy', 'name': 'An0maly', 'id': '226194552'}]",,,, +2107,1259575917195563008,1259137212643454977,1589141275000.0,2020-05-10 20:07:55,+0000,,@GovKemp Georgia lifted lockdown 15 days ago,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1259575917195563008,[],[],0,,False,9805,492,601,,None,,,,,,,"[{'screen_name': 'GovKemp', 'name': 'Governor Brian P. Kemp', 'id': '1064659902071808000'}]",,,, +2108,1259573740653776902,1259553785489342465,1589140756000.0,2020-05-10 19:59:16,+0000,,@LegendaryEnergy He is right,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1259573740653776902,[],[],0,,False,6857,711,594,,None,,,,,,,"[{'screen_name': 'LegendaryEnergy', 'name': 'An0maly', 'id': '226194552'}]",,,, +2109,1259398448769454081,1259344929081438208,1589098963000.0,2020-05-10 08:22:43,+0000,,@WorldAndScience We are a pattern of atoms,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1259398448769454081,[],[],0,,False,19383,842,976,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +2110,1259394026999967746,1259211500075528198,1589097909000.0,2020-05-10 08:05:09,+0000,,@cleantechnica Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1259394026999967746,[],[],0,,False,1664,84,51,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2111,1259383505097682944,1259310677723959297,1589095400000.0,2020-05-10 07:23:20,+0000,,@flcnhvy @AlamedaCounty @Tesla Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1259383505097682944,[],[],0,,False,4168,195,97,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'AlamedaCounty', 'name': 'Alameda County', 'id': '26616705'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2112,1259344535991140352,1257152194731622400,1589086109000.0,2020-05-10 04:48:29,+0000,,SN4 passed high pressure (7.5 bar) & engine thrust load at cryo,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1259344535991140352,[],[],0,,False,16678,727,776,,None,,,,,,,[],,,, +2113,1259323855371296768,1259297517776171008,1589081178000.0,2020-05-10 03:26:18,+0000,,@teslaownersSV @mayemusk @Grimezsz @christianamusk q t 3.14,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1259323855371296768,[],[],0,,False,3277,156,162,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}, {'screen_name': 'christianamusk', 'name': 'Christiana Musk', 'id': '42575414'}]",,,, +2114,1259323044163579904,1259297517776171008,1589080985000.0,2020-05-10 03:23:05,+0000,,@mayemusk @Grimezsz @christianamusk ❤️ u Mom,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1259323044163579904,[],[],0,,False,14198,187,297,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}, {'screen_name': 'christianamusk', 'name': 'Christiana Musk', 'id': '42575414'}]",,,, +2115,1259314087684485120,1259252447979032576,1589078850000.0,2020-05-10 02:47:30,+0000,,@RBReich Meant to say скучный идиот,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1259314087684485120,[],[],0,,False,23242,1160,1734,,None,,,,,,,"[{'screen_name': 'RBReich', 'name': 'Robert Reich', 'id': '148529707'}]",,,, +2116,1259313913633497088,1259252447979032576,1589078808000.0,2020-05-10 02:46:48,+0000,,@RBReich Sorry,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1259313913633497088,[],[],0,,False,12097,226,306,,None,,,,,,,"[{'screen_name': 'RBReich', 'name': 'Robert Reich', 'id': '148529707'}]",,,, +2117,1259309022777233408,1259252447979032576,1589077642000.0,2020-05-10 02:27:22,+0000,,@RBReich идиот,ru,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1259309022777233408,[],[],0,,False,68355,2349,6201,,None,,,,,,,"[{'screen_name': 'RBReich', 'name': 'Robert Reich', 'id': '148529707'}]",,,, +2118,1259261146009178112,1259249196428718081,1589066227000.0,2020-05-09 23:17:07,+0000,,"@thirdrowtesla @Tesla @AlamedaCounty @ACSOSheriffs @Dare2BWell I’m not messing around. Absurd & medically irrational behavior in violation of constitutional civil liberties, moreover by *unelected* county officials with no accountability, needs to stop.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1259261146009178112,[],[],0,,False,26338,2084,3524,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'AlamedaCounty', 'name': 'Alameda County', 'id': '26616705'}, {'screen_name': 'ACSOSheriffs', 'name': 'Alameda County Sheriff', 'id': '404228656'}, {'screen_name': 'Dare2BWell', 'name': 'Alameda County Health Care Services Agency', 'id': '1536811410'}]",,,, +2119,1259252668842700800,1259217296184107008,1589064206000.0,2020-05-09 22:43:26,+0000,,"@adrianfine @Tesla @cityofpaloalto Much appreciated, Mayor Fine!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1259252668842700800,[],[],0,,False,5182,174,133,,None,,,,,,,"[{'screen_name': 'adrianfine', 'name': 'adrian m fine', 'id': '37061130'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'cityofpaloalto', 'name': 'City of Palo Alto', 'id': '80651045'}]",,,, +2120,1259221396195950597,1258989767653392384,1589056750000.0,2020-05-09 20:39:10,+0000,,@teslaownersSV @GerberKawasaki @thirdrowtesla @AlamedaCounty Thanks Mayor Mei! https://t.co/YFJSGd3Emp,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1259221396195950597,['http://www.fremont.gov/CivicAlerts/SingleAlertItem?alertID=1768'],[],0,,False,2160,163,210,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'AlamedaCounty', 'name': 'Alameda County', 'id': '26616705'}]",,,, +2121,1259175681570693120,1258989767653392384,1589045851000.0,2020-05-09 17:37:31,+0000,,@vincent13031925 @GerberKawasaki @thirdrowtesla Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1259175681570693120,[],[],0,,False,5645,271,150,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2122,1259174914562482176,1258989767653392384,1589045668000.0,2020-05-09 17:34:28,+0000,,@teslaownersSV @GerberKawasaki @thirdrowtesla Please voice your disagreement as strongly as possible with @AlamedaCounty,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1259174914562482176,[],[],0,,False,2519,303,238,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2123,1259174516510453760,1258989767653392384,1589045573000.0,2020-05-09 17:32:53,+0000,,"@TeslaOwnersEBay @GerberKawasaki @thirdrowtesla Yes, already done",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1259174516510453760,[],[],0,,False,2068,64,84,,None,,,,,,,"[{'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla Owners East Bay', 'id': '1175164547746844672'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2124,1259174414865719296,1258989767653392384,1589045549000.0,2020-05-09 17:32:29,+0000,,@flcnhvy @GerberKawasaki @thirdrowtesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1259174414865719296,[],[],0,,False,1793,71,51,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2125,1259170828148600832,1259170556160679939,1589044694000.0,2020-05-09 17:18:14,+0000,,@bradd_libby Tesla is the biggest manufacturer in California & second biggest exporter,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1259170828148600832,[],[],0,,False,8919,519,709,,None,,,,,,,"[{'screen_name': 'bradd_libby', 'name': 'Bradd Libby', 'id': '17446365'}]",,,, +2126,1259169882513367040,1258989767653392384,1589044468000.0,2020-05-09 17:14:28,+0000,,@KristiRJensen @EverydayElon @SjvTesla @GerberKawasaki @thirdrowtesla Exactly! Tesla knows far more about what needs to be done to be safe through our Tesla China factory experience than an (unelected) interim junior official in Alameda County.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1259169882513367040,[],[],0,,False,4023,314,411,,None,,,,,,,"[{'screen_name': 'KristiRJensen', 'name': 'Kristi R Jensen', 'id': '1125873725222662144'}, {'screen_name': 'EverydayElon', 'name': 'elon_art_everyday', 'id': '1371613295619231745'}, {'screen_name': 'SjvTesla', 'name': 'Tesla Owners of San Joaquin Valley', 'id': '1214691289137995777'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2127,1259165058426232832,1258989767653392384,1589043318000.0,2020-05-09 16:55:18,+0000,,"@EverydayElon @SjvTesla @GerberKawasaki @thirdrowtesla Absolutely, please do! You should be allowed to recoup damages from the county.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1259165058426232832,[],[],0,,False,1403,87,90,,None,,,,,,,"[{'screen_name': 'EverydayElon', 'name': 'elon_art_everyday', 'id': '1371613295619231745'}, {'screen_name': 'SjvTesla', 'name': 'Tesla Owners of San Joaquin Valley', 'id': '1214691289137995777'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2128,1259163638142660618,1258989767653392384,1589042980000.0,2020-05-09 16:49:40,+0000,,"@SjvTesla @GerberKawasaki @thirdrowtesla San Joaquin County, right next door to Alameda, has been sensible & reasonable, whereas Alameda has been irrational & detached from reality. Our castings foundry and other faculties in San Joaquin have been working 24/7 this entire time with no ill effects. Same with Giga Nevada.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1259163638142660618,[],[],0,,False,2090,126,222,,None,,,,,,,"[{'screen_name': 'SjvTesla', 'name': 'Tesla Owners of San Joaquin Valley', 'id': '1214691289137995777'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2129,1259162367285317633,1258989767653392384,1589042677000.0,2020-05-09 16:44:37,+0000,,"@GerberKawasaki @thirdrowtesla Frankly, this is the final straw. Tesla will now move its HQ and future programs to Texas/Nevada immediately. If we even retain Fremont manufacturing activity at all, it will be dependen on how Tesla is treated in the future. Tesla is the last carmaker left in CA.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1259162367285317633,[],[],0,,False,51263,11774,10464,,None,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2130,1259159878427267072,1258989767653392384,1589042083000.0,2020-05-09 16:34:43,+0000,,"@GerberKawasaki @thirdrowtesla Tesla is filing a lawsuit against Alameda County immediately. The unelected & ignorant “Interim Health Officer” of Alameda is acting contrary to the Governor, the President, our Constitutional freedoms & just plain common sense!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1259159878427267072,[],[],0,,False,25133,3132,4090,,None,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2131,1259047099544436736,1259044058049085441,1589015195000.0,2020-05-09 09:06:35,+0000,,"@mattduplessis No, I have a license!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1259047099544436736,[],[],0,,False,963,64,22,,None,,,,,,,"[{'screen_name': 'mattduplessis', 'name': 'matthew du plessis', 'id': '19815434'}]",,,, +2132,1259046674325843968,1259044058049085441,1589015093000.0,2020-05-09 09:04:53,+0000,,@engineers_feed B-nut 🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1259046674325843968,[],[],0,,False,2503,78,70,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +2133,1259046198796677120,1259044058049085441,1589014980000.0,2020-05-09 09:03:00,+0000,,"Half a 🐝, philosophically, must ipso facto half not 🐝",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1259046198796677120,[],[],0,,False,12652,657,407,,None,,,,,,,[],,,, +2134,1259045897498836992,1258945167115137026,1589014908000.0,2020-05-09 09:01:48,+0000,,@sara_boutall @28delayslater @Kristennetten @RenataKonkoly @Johnnaaaaaaaaaa @MichaelGalanin @Physicsastrono9 @fermatslibrary @MAstronomers @engineers_feed Turns out hobbits are enormous,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1259045897498836992,[],[],0,,False,10685,160,191,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'MichaelGalanin', 'name': 'Space Explorer Mike', 'id': '951062029'}, {'screen_name': 'Physicsastrono9', 'name': 'Physics-astronomy', 'id': '1011001688298278912'}, {'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}, {'screen_name': 'MAstronomers', 'name': 'Milky Way Astronomers', 'id': '750683331260321792'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +2135,1259044058049085441,1259044058049085441,1589014470000.0,2020-05-09 08:54:30,+0000,,"Once again, I must recommend https://t.co/7XelSWHDzd",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1259044058049085441,['https://www.reddit.com/r/RealBeesFakeTopHats/comments/gfshpy/a_dapper_young_fellow_on_a_flower_of_yellow/'],[],0,,False,19962,967,862,https://twitter.com/atlasobscura/status/1259042843366227968,None,,,,,,,[],,,, +2136,1258883646791901185,1258849460685352961,1588976224000.0,2020-05-08 22:17:04,+0000,,@thesheetztweetz @SpaceX @USCG @PortCanaveral Glad we could help,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1258883646791901185,[],[],0,,False,12119,166,220,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'USCG', 'name': 'U.S. Coast Guard', 'id': '15113565'}, {'screen_name': 'PortCanaveral', 'name': 'Port Canaveral', 'id': '89027071'}]",,,, +2137,1258875803099467777,1258867171930882048,1588974354000.0,2020-05-08 21:45:54,+0000,,@JoshManuel It’s true,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1258875803099467777,[],[],0,,False,17985,337,299,,None,,,,,,,"[{'screen_name': 'JoshManuel', 'name': 'Josh Manuel', 'id': '30372445'}]",,,, +2138,1258669984483430400,1258545834217488384,1588925283000.0,2020-05-08 08:08:03,+0000,,@Erdayastronaut @thirdrowtesla @mayemusk Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1258669984483430400,[],[],0,,False,3257,188,95,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +2139,1258646604153675778,1258545834217488384,1588919709000.0,2020-05-08 06:35:09,+0000,,"@thirdrowtesla @Erdayastronaut @mayemusk Yes, this is a high priority",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1258646604153675778,[],[],0,,False,1681,95,56,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +2140,1258646254700990465,1258545834217488384,1588919626000.0,2020-05-08 06:33:46,+0000,,"@Johnnaaaaaaaaaa @Kristennetten @thirdrowtesla @mayemusk Operating on a prime directive of crash avoidance, it could automatically intervene when crash probability is approaching 100%",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1258646254700990465,[],[],0,,False,1703,78,71,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +2141,1258645677099245569,1258636083534761985,1588919488000.0,2020-05-08 06:31:28,+0000,,"@OfficialAPoD @joerogan Pain can certainly be turned off, but we’re not sure what the best initial test case (max goodness for least risk to patient) would be quite yet",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1258645677099245569,[],[],0,,False,8088,368,232,,None,,,,,,,"[{'screen_name': 'OfficialAPoD', 'name': 'The Angry Philosopher On Drugs 💡', 'id': '83759751'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +2142,1258644775852322816,1258545834217488384,1588919273000.0,2020-05-08 06:27:53,+0000,,@Kristennetten @thirdrowtesla @mayemusk Teslas automatically maintain their internal temperature to within safe limits in case a pet or child is left in the car,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1258644775852322816,[],[],0,,False,2419,81,122,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +2143,1258644084366864385,1258545834217488384,1588919108000.0,2020-05-08 06:25:08,+0000,,@IvanEscobosa @thirdrowtesla @mayemusk That’s harder than it sounds. Will check with team.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1258644084366864385,[],[],0,,False,1288,66,28,,None,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +2144,1258643642966663169,1258545834217488384,1588919003000.0,2020-05-08 06:23:23,+0000,,@thirdrowtesla @mayemusk Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1258643642966663169,[],[],0,,False,1654,75,54,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +2145,1258642252684910597,1258545834217488384,1588918672000.0,2020-05-08 06:17:52,+0000,,@mayemusk !,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1258642252684910597,[],[],0,,False,1351,96,47,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +2146,1258640105884934145,1258456200972206081,1588918160000.0,2020-05-08 06:09:20,+0000,,"@kulpability @flcnhvy @Erdayastronaut @ValkyrieBaron11 @NASASpaceflight No, but it’s mostly the same as the ship, except for the thrust bulkhead (31 engines vs 6)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1258640105884934145,[],[],0,,False,1117,44,45,,None,,,,,,,"[{'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'ValkyrieBaron11', 'name': 'Gehirn', 'id': '897848641213394944'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2147,1258598061107904512,1258431562233896960,1588908136000.0,2020-05-08 03:22:16,+0000,,"@sspencer_smb @flcnhvy It’s not all about engineering, although that is my personal favorite. Striving to make products or provide services in excess of what you consume is the noble goal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1258598061107904512,[],[],0,,False,5530,210,361,,None,,,,,,,"[{'screen_name': 'sspencer_smb', 'name': 'Steven Spencer', 'id': '25827743'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2148,1258592155787878402,1258431562233896960,1588906728000.0,2020-05-08 02:58:48,+0000,,"@flcnhvy To be clear, I do think finance & law are important, but too many smart people in the US go into those fields. Also, too many MBAs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1258592155787878402,[],[],0,,False,10929,351,545,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2149,1258582518573350912,1258456200972206081,1588904430000.0,2020-05-08 02:20:30,+0000,,"@raytech247 @flcnhvy @Erdayastronaut @ValkyrieBaron11 @NASASpaceflight Yes, mostly because you can use the ship every week going to the moon instead of every two years for Mars (best case)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1258582518573350912,[],[],0,,False,1541,75,69,,None,,,,,,,"[{'screen_name': 'raytech247', 'name': 'Adam Raymer-Brown', 'id': '250481596'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'ValkyrieBaron11', 'name': 'Gehirn', 'id': '897848641213394944'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2150,1258581400732618752,1258456200972206081,1588904163000.0,2020-05-08 02:16:03,+0000,,@flcnhvy @Erdayastronaut @ValkyrieBaron11 @NASASpaceflight Would be about 10 times that cost for payload to surface of Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1258581400732618752,[],[],0,,False,1142,60,57,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'ValkyrieBaron11', 'name': 'Gehirn', 'id': '897848641213394944'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2151,1258580078218412033,1258456200972206081,1588903848000.0,2020-05-08 02:10:48,+0000,,"@flcnhvy @Erdayastronaut @ValkyrieBaron11 @NASASpaceflight Starship + Super Heavy propellant mass is 4800 tons (78% O2 & 22% CH4). I think we can get propellant cost down to ~$100/ton in volume, so ~$500k/flight. With high flight rate, probably below $1.5M fully burdened cost for 150 tons to orbit or ~$10/kg.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1258580078218412033,[],[],0,,False,1782,104,197,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'ValkyrieBaron11', 'name': 'Gehirn', 'id': '897848641213394944'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2152,1258535195537313792,1258278935361654784,1588893147000.0,2020-05-07 23:12:27,+0000,,@Kristennetten @lexfridman @joerogan 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1258535195537313792,[],[],0,,False,2532,91,37,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +2153,1258530980454780929,1257944302543491074,1588892142000.0,2020-05-07 22:55:42,+0000,,"@esecrist50 @Kristennetten @Erdayastronaut @YoavOffek That’s pretty much what happened. The cows weren’t sure what to do (not having encountered a rocket before), so first ran one direction, then the other.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1258530980454780929,[],[],0,,False,2509,85,60,,None,,,,,,,"[{'screen_name': 'esecrist50', 'name': 'Eric Secrist', 'id': '816169448897974272'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'YoavOffek', 'name': '¥ØΔV Ø₣₣€Ҝ', 'id': '2555123510'}]",,,, +2154,1258528761059766273,1258312623814135808,1588891613000.0,2020-05-07 22:46:53,+0000,,@clairlemon @Quillette A mandatory tracing app would be insane,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1258528761059766273,[],[],0,,False,2857,195,339,,None,,,,,,,"[{'screen_name': 'clairlemon', 'name': 'Claire Lehmann', 'id': '1398479138'}, {'screen_name': 'Quillette', 'name': 'Quillette', 'id': '3775360879'}]",,,, +2155,1258523483480317953,1258456200972206081,1588890355000.0,2020-05-07 22:25:55,+0000,,@AndrewFosterWa1 @KillaSarg @Erdayastronaut @ElonHarith @flcnhvy @NASASpaceflight True,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1258523483480317953,[],[],0,,False,828,40,19,,None,,,,,,,"[{'screen_name': 'AndrewFosterWa1', 'name': 'Andrew Foster Wall', 'id': '1238992263096807427'}, {'screen_name': 'KillaSarg', 'name': 'KillaSarg ⚡️🇬🇧', 'id': '2918649412'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2156,1258522128535580672,1258395581375897600,1588890032000.0,2020-05-07 22:20:32,+0000,,@teslaownersSV @vincent13031925 @joerogan Probably makes sense to have a “Details” section of the app that mirrors everything in the car. Would also allow phone to be used in lieu of car screen if car screen faults for any reason.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1258522128535580672,[],[],0,,False,2031,126,91,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +2157,1258521317701070848,1258395581375897600,1588889838000.0,2020-05-07 22:17:18,+0000,,@vincent13031925 @joerogan Franz and I do have absurdly similar tastes 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1258521317701070848,[],[],0,,False,982,53,40,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +2158,1258519585260580864,1258435281289728001,1588889425000.0,2020-05-07 22:10:25,+0000,,@Godmiller1 @Johnnaaaaaaaaaa @EvaFoxU @Tesla Would cover latitude of London,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1258519585260580864,[],[],0,,False,994,109,28,,None,,,,,,,"[{'screen_name': 'Godmiller1', 'name': 'Will Miller', 'id': '399075599'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2159,1258519188471050240,1258511559363457024,1588889331000.0,2020-05-07 22:08:51,+0000,,@clay_ellis @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1258519188471050240,[],[],0,,False,7102,119,70,,None,,,,,,,"[{'screen_name': 'clay_ellis', 'name': 'Clay Ellis', 'id': '318631629'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2160,1258517827180392449,1258514873945747457,1588889006000.0,2020-05-07 22:03:26,+0000,,"@TesLatino Peak rate of about half that for version 1 is about right, but heavily dependent on users per cell. Aiming for latency under 20 ms.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1258517827180392449,[],[],0,,False,1226,81,64,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael - Lover, not a hater.', 'id': '989986448295235586'}]",,,, +2161,1258513259168010240,1258435281289728001,1588887917000.0,2020-05-07 21:45:17,+0000,,"@Johnnaaaaaaaaaa @EvaFoxU @Tesla It will only work for higher latitudes (Seattle) at first, then get progressively closer to the equator",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1258513259168010240,[],[],0,,False,1107,305,51,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2162,1258512369954590720,1258435281289728001,1588887705000.0,2020-05-07 21:41:45,+0000,,@Johnnaaaaaaaaaa @EvaFoxU @Tesla Sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1258512369954590720,[],[],0,,False,1130,96,26,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2163,1258510752396144640,1258435281289728001,1588887320000.0,2020-05-07 21:35:20,+0000,,@EvaFoxU @Tesla Way more important than it sounds,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1258510752396144640,[],[],0,,False,2525,115,127,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2164,1258506712320897024,1258482380282589184,1588886356000.0,2020-05-07 21:19:16,+0000,,@GavinNewsom Yeah!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1258506712320897024,[],[],0,,False,2577,168,120,,None,,,,,,,"[{'screen_name': 'GavinNewsom', 'name': 'Gavin Newsom', 'id': '11347122'}]",,,, +2165,1258480196149075968,1258456200972206081,1588880034000.0,2020-05-07 19:33:54,+0000,,"@Erdayastronaut @ValkyrieBaron11 @flcnhvy @NASASpaceflight A fully & rapidly reusable orbital rocket is fundamental to extending life beyond Earth. Propellant cost is roughly a 1000th of vehicle cost (unless using a foolish propellant). Same principle as cars, planes, boats, etc.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1258480196149075968,[],[],0,,False,2328,114,157,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'ValkyrieBaron11', 'name': 'Gehirn', 'id': '897848641213394944'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2166,1258477583877853184,1258456200972206081,1588879412000.0,2020-05-07 19:23:32,+0000,,@Erdayastronaut @ElonHarith @flcnhvy @NASASpaceflight SLS makes me feel sad,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1258477583877853184,[],[],0,,False,2848,233,214,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2167,1258471521296605185,1258456200972206081,1588877966000.0,2020-05-07 18:59:26,+0000,,"@WhatsupFranks @NASASpaceflight No, they will be smashed beyond repair & corroded",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1258471521296605185,[],[],0,,False,861,47,27,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2168,1258470951278178304,1258456200972206081,1588877830000.0,2020-05-07 18:57:10,+0000,,"@flcnhvy @NASASpaceflight Yeah, although hydrogen is not a great choice for a booster engine",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1258470951278178304,[],[],0,,False,1040,59,37,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2169,1258469024389689344,1258464726364946434,1588877371000.0,2020-05-07 18:49:31,+0000,,@ABauerle5 A great mystery of the universe,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1258469024389689344,[],[],0,,False,1684,64,66,,None,,,,,,,"[{'screen_name': 'ABauerle5', 'name': 'Adam Bauerle', 'id': '422308178'}]",,,, +2170,1258468712832659456,1258456200972206081,1588877297000.0,2020-05-07 18:48:17,+0000,,@NASASpaceflight It’s so tragic that these engines just crash into the ocean every flight,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1258468712832659456,[],[],0,,False,3902,163,179,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2171,1258315243844890624,1257944302543491074,1588840707000.0,2020-05-07 08:38:27,+0000,,"@flcnhvy @thirdrowtesla @YoavOffek Roundabouts no problem, but dodging distracted human drivers very tricky!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1258315243844890624,[],[],0,,False,4115,196,128,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'YoavOffek', 'name': '¥ØΔV Ø₣₣€Ҝ', 'id': '2555123510'}]",,,, +2172,1258313813838852097,1257944302543491074,1588840366000.0,2020-05-07 08:32:46,+0000,,"@PPathole @Erdayastronaut @farrier_nyker @GeetPurohit3 @YoavOffek Looks about right. Ice mining/refining on Mars & maximizing total system efficiency will be hard. CO2 is easy, as Mars atmosphere is mostly that. Also has good amount of N2, which is important for life.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1258313813838852097,[],[],0,,False,1531,82,73,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'farrier_nyker', 'name': 'wietse', 'id': '4331593702'}, {'screen_name': 'GeetPurohit3', 'name': 'Geet Purohit', 'id': '1201318596892168192'}, {'screen_name': 'YoavOffek', 'name': '¥ØΔV Ø₣₣€Ҝ', 'id': '2555123510'}]",,,, +2173,1258311755765174273,1257944302543491074,1588839875000.0,2020-05-07 08:24:35,+0000,,"@Erdayastronaut @YoavOffek In this case, just chilling the gas back to liquid",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1258311755765174273,[],[],0,,False,1568,52,41,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'YoavOffek', 'name': '¥ØΔV Ø₣₣€Ҝ', 'id': '2555123510'}]",,,, +2174,1258311288565846016,1257944302543491074,1588839764000.0,2020-05-07 08:22:44,+0000,,"@Erdayastronaut @farrier_nyker @GeetPurohit3 @YoavOffek Yes, converts CO2 & H2O to CH4 & O2. Perfect for Mars! https://t.co/WF9AGgee12",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1258311288565846016,['https://en.m.wikipedia.org/wiki/Sabatier_reaction'],[],0,,False,1156,39,60,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'farrier_nyker', 'name': 'wietse', 'id': '4331593702'}, {'screen_name': 'GeetPurohit3', 'name': 'Geet Purohit', 'id': '1201318596892168192'}, {'screen_name': 'YoavOffek', 'name': '¥ØΔV Ø₣₣€Ҝ', 'id': '2555123510'}]",,,, +2175,1258308230725292032,1257944302543491074,1588839035000.0,2020-05-07 08:10:35,+0000,,"@Erdayastronaut @YoavOffek Flare stack flamed out. In a few weeks we’ll be recondensing methane using solar power, so no flare stack.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1258308230725292032,[],[],0,,False,2470,83,128,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'YoavOffek', 'name': '¥ØΔV Ø₣₣€Ҝ', 'id': '2555123510'}]",,,, +2176,1258306242151211008,1257944302543491074,1588838560000.0,2020-05-07 08:02:40,+0000,,@thirdrowtesla @YoavOffek Turns on city street intersections is the big one,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1258306242151211008,[],[],0,,False,1407,74,87,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'YoavOffek', 'name': '¥ØΔV Ø₣₣€Ҝ', 'id': '2555123510'}]",,,, +2177,1258305746082516992,1257944302543491074,1588838442000.0,2020-05-07 08:00:42,+0000,,@YoavOffek Yes. Static fire feeding from fuel header vs main tank.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1258305746082516992,[],[],0,,False,4306,73,116,,None,,,,,,,"[{'screen_name': 'YoavOffek', 'name': '¥ØΔV Ø₣₣€Ҝ', 'id': '2555123510'}]",,,, +2178,1258304688828452865,1258282367086587904,1588838190000.0,2020-05-07 07:56:30,+0000,,@geekwire Not SpaceX,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1258304688828452865,[],[],0,,False,8040,160,195,,None,,,,,,,"[{'screen_name': 'geekwire', 'name': 'GeekWire', 'id': '255784266'}]",,,, +2179,1258195738334343168,1258149364872036353,1588812214000.0,2020-05-07 00:43:34,+0000,,@thirdrowtesla His son sounds great btw,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1258195738334343168,[],[],0,,False,4124,129,109,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2180,1258185841031016448,1258053230971555840,1588809855000.0,2020-05-07 00:04:15,+0000,,@PPathole @InSpaceXItrust @Space_Station @Tesla @SpaceX @Commercial_Crew 2008 was a super tough year on all levels,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1258185841031016448,[],[],0,,False,3524,119,91,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'InSpaceXItrust', 'name': 'Michael Hodges', 'id': '1014273249453248512'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +2181,1258185165852995584,1258149364872036353,1588809694000.0,2020-05-07 00:01:34,+0000,,"@thirdrowtesla Tesla & SpaceX are the top two destinations for engineers, because you can have the most fun creating kickass technology! That’s why.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1258185165852995584,[],[],0,,False,20938,442,1336,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2182,1258184110377320448,1258181854865358848,1588809442000.0,2020-05-06 23:57:22,+0000,,@PicklePunchD @BBCScienceNews Good for them! About half the US will be mostly open by this weekend.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1258184110377320448,[],[],0,,False,1955,123,74,,None,,,,,,,"[{'screen_name': 'PicklePunchD', 'name': 'Angella⭐️King', 'id': '780922166'}, {'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +2183,1258183216843730945,1258181854865358848,1588809229000.0,2020-05-06 23:53:49,+0000,,@BBCScienceNews Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1258183216843730945,[],[],0,,False,5510,408,316,,None,,,,,,,"[{'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +2184,1258068831123107840,1258053230971555840,1588781957000.0,2020-05-06 16:19:17,+0000,,@InSpaceXItrust @Space_Station @Tesla @SpaceX @Commercial_Crew That was the whole company back then. Grew organically from a simple mariachi party in El Segundo.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1258068831123107840,[],[],0,,False,10803,308,322,,None,,,,,,,"[{'screen_name': 'InSpaceXItrust', 'name': 'Michael Hodges', 'id': '1014273249453248512'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +2185,1258045273470713863,1257836061520101377,1588776341000.0,2020-05-06 14:45:41,+0000,,@Grimezsz U r a powerful 🧚‍♀️👸,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1258045273470713863,[],[],0,,False,35697,429,1488,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2186,1257944302543491074,1257944302543491074,1588752267000.0,2020-05-06 08:04:27,+0000,,Wishing good vibes for all in 2nd half 2020,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1257944302543491074,[],[],0,,False,438822,8917,59950,,None,,,,,,,[],,,, +2187,1257938292579815424,1256239554148724737,1588750834000.0,2020-05-06 07:40:34,+0000,,"@28delayslater @PPathole @truth_tesla @flabellina212 @bouncygulag @tmornini @Param86330798 @Grimezsz I mean, this does seem like a time for Dad jokes … 🤣🤣",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1257938292579815424,[],[],0,,False,5184,161,98,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'truth_tesla', 'name': '𝗧𝗲𝘀𝗹𝗮 𝗙𝗮𝗰𝘁𝘀 🔋', 'id': '1176433616831832065'}, {'screen_name': 'flabellina212', 'name': 'Flabellina', 'id': '3131614906'}, {'screen_name': 'Bouncygulag', 'name': 'Kamala Harris busting back walls to arrest kids', 'id': '1270763492446859264'}, {'screen_name': 'tmornini', 'name': 'tmornini.hodl', 'id': '13445732'}, {'screen_name': 'Param86330798', 'name': 'Param', 'id': '1136649750281768960'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2188,1257937446840356865,1256239554148724737,1588750633000.0,2020-05-06 07:37:13,+0000,,@PPathole @truth_tesla @flabellina212 @bouncygulag @tmornini @Param86330798 @Grimezsz Orange you glad it’s not entomology?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1257937446840356865,[],[],0,,False,2003,62,39,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'truth_tesla', 'name': '𝗧𝗲𝘀𝗹𝗮 𝗙𝗮𝗰𝘁𝘀 🔋', 'id': '1176433616831832065'}, {'screen_name': 'flabellina212', 'name': 'Flabellina', 'id': '3131614906'}, {'screen_name': 'Bouncygulag', 'name': 'Kamala Harris busting back walls to arrest kids', 'id': '1270763492446859264'}, {'screen_name': 'tmornini', 'name': 'tmornini.hodl', 'id': '13445732'}, {'screen_name': 'Param86330798', 'name': 'Param', 'id': '1136649750281768960'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2189,1257930051493879810,1257836061520101377,1588748870000.0,2020-05-06 07:07:50,+0000,,"@flcnhvy @Grimezsz Yeah, but stopped doing physically risky things after the kids were born",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1257930051493879810,[],[],0,,False,6317,168,150,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2190,1257926840716410887,1257836061520101377,1588748104000.0,2020-05-06 06:55:04,+0000,,@Grimezsz Archangel-12 https://t.co/s9g69SU1Ju,cy,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1257926840716410887,[],['https://pbs.twimg.com/media/EXUNylMU8AA_42h.jpg'],1,https://pbs.twimg.com/media/EXUNylMU8AA_42h.jpg,False,18184,437,898,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2191,1257925244733452290,1257836061520101377,1588747724000.0,2020-05-06 06:48:44,+0000,,"@Grimezsz SR-71, but yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1257925244733452290,[],[],0,,False,46948,741,1684,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2192,1257920958460858368,1256239554148724737,1588746702000.0,2020-05-06 06:31:42,+0000,,@truth_tesla @flabellina212 @bouncygulag @tmornini @Param86330798 @Grimezsz Not to mention https://t.co/LJJCD7BAgX!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1257920958460858368,['http://stankmemes.com'],[],0,,False,1725,40,82,,None,,,,,,,"[{'screen_name': 'truth_tesla', 'name': '𝗧𝗲𝘀𝗹𝗮 𝗙𝗮𝗰𝘁𝘀 🔋', 'id': '1176433616831832065'}, {'screen_name': 'flabellina212', 'name': 'Flabellina', 'id': '3131614906'}, {'screen_name': 'Bouncygulag', 'name': 'Kamala Harris busting back walls to arrest kids', 'id': '1270763492446859264'}, {'screen_name': 'tmornini', 'name': 'tmornini.hodl', 'id': '13445732'}, {'screen_name': 'Param86330798', 'name': 'Param', 'id': '1136649750281768960'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2193,1257895444249624577,1257865032798474240,1588740619000.0,2020-05-06 04:50:19,+0000,,@BocachicaMaria1 Thanks Maria 💕,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1257895444249624577,[],[],0,,False,1934,39,36,,None,,,,,,,"[{'screen_name': 'BocachicaMaria1', 'name': 'Maria Pointer Nav Officer/SeaPilot (ret.)', 'id': '1084191647204868099'}]",,,, +2194,1257894838055260161,1257152194731622400,1588740474000.0,2020-05-06 04:47:54,+0000,,@AndEstrino Possibly even flatter!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1257894838055260161,[],[],0,,False,1459,66,38,,None,,,,,,,"[{'screen_name': 'AndEstrino', 'name': '...', 'id': '1027743402694242305'}]",,,, +2195,1257885087833616384,1257843841790611472,1588738149000.0,2020-05-06 04:09:09,+0000,,@bluemoondance74 @mycroft16 @LabPadre @SpaceX Hopefully so,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1257885087833616384,[],[],0,,False,898,31,28,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'mycroft16', 'name': 'Adam Morgan', 'id': '16829834'}, {'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2196,1257876180432109569,1257152194731622400,1588736026000.0,2020-05-06 03:33:46,+0000,,What’s wild is that Super Heavy will have 31 Raptor engines in same space!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1257876180432109569,[],[],0,,False,23357,817,683,,None,,,,,,,[],,,, +2197,1257875724658077697,1257152194731622400,1588735917000.0,2020-05-06 03:31:57,+0000,,"@AndEstrino It’s true, the pressure bulkheads are too pointy",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1257875724658077697,[],[],0,,False,570,29,21,,None,,,,,,,"[{'screen_name': 'AndEstrino', 'name': '...', 'id': '1027743402694242305'}]",,,, +2198,1257874406484795392,1257152194731622400,1588735603000.0,2020-05-06 03:26:43,+0000,,Starship SN4 passed static fire,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1257874406484795392,[],[],0,,False,25961,682,908,,None,,,,,,,[],,,, +2199,1257849658941947909,1257236222587686912,1588729703000.0,2020-05-06 01:48:23,+0000,,"@Gaelic_Neilson Happy, healthy & cute as a button :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1257849658941947909,[],[],0,,False,13908,274,302,,None,,,,,,,[],,,, +2200,1257822531148365825,1257743561325449217,1588723235000.0,2020-05-06 00:00:35,+0000,,@MyGrindelwald @LauraBockov @subeiwoo @JoshSchoen @AlexBerenson @neil_ferguson This person is wrong. Why does JD want to believe he got cucked so bad anyway!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1257822531148365825,[],[],0,,False,1577,376,124,,None,,,,,,,"[{'screen_name': 'MyGrindelwald', 'name': 'Support Johnny Depp ♡ City of Lies out March 19', 'id': '4583281223'}, {'screen_name': 'LauraBockov', 'name': 'TheRealLauraB🌊⚔️', 'id': '3309371255'}, {'screen_name': 'JoshSchoen', 'name': 'Joshua Schoenaker', 'id': '205289180'}, {'screen_name': 'AlexBerenson', 'name': 'Alex Berenson', 'id': '87679233'}, {'screen_name': 'neil_ferguson', 'name': 'neil_ferguson', 'id': '14113766'}]",,,, +2201,1257817519844233216,1257743561325449217,1588722040000.0,2020-05-05 23:40:40,+0000,,@LauraBockov @subeiwoo @JoshSchoen @AlexBerenson @neil_ferguson There would be time-stamped video if this were true,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1257817519844233216,[],[],0,,False,672,87,30,,None,,,,,,,"[{'screen_name': 'LauraBockov', 'name': 'TheRealLauraB🌊⚔️', 'id': '3309371255'}, {'screen_name': 'JoshSchoen', 'name': 'Joshua Schoenaker', 'id': '205289180'}, {'screen_name': 'AlexBerenson', 'name': 'Alex Berenson', 'id': '87679233'}, {'screen_name': 'neil_ferguson', 'name': 'neil_ferguson', 'id': '14113766'}]",,,, +2202,1257814387605159937,1257752395750289409,1588721293000.0,2020-05-05 23:28:13,+0000,,@JimBridenstine @TomCruise @Space_Station @NASA Should be a lot of fun!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1257814387605159937,[],[],0,,False,10200,267,407,,None,,,,,,,"[{'screen_name': 'JimBridenstine', 'name': 'Jim Bridenstine', 'id': '243418245'}, {'screen_name': 'TomCruise', 'name': 'Tom Cruise', 'id': '48410093'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +2203,1257812862275186688,1257808316203442179,1588720930000.0,2020-05-05 23:22:10,+0000,,@Gfilche @Tesla There are many pieces to the puzzle,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1257812862275186688,[],[],0,,False,3368,166,134,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2204,1257812224640311297,1256239554148724737,1588720778000.0,2020-05-05 23:19:38,+0000,,@enn_nafnlaus @tmornini @bouncygulag @Param86330798 @Grimezsz DKE in a nutshell: we’re almost always dumber than we think we are,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1257812224640311297,[],[],0,,False,1713,93,130,,None,,,,,,,"[{'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'tmornini', 'name': 'tmornini.hodl', 'id': '13445732'}, {'screen_name': 'Bouncygulag', 'name': 'Kamala Harris busting back walls to arrest kids', 'id': '1270763492446859264'}, {'screen_name': 'Param86330798', 'name': 'Param', 'id': '1136649750281768960'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2205,1257808260834275328,1256239554148724737,1588719832000.0,2020-05-05 23:03:52,+0000,,"@tmornini @bouncygulag @Param86330798 @Grimezsz Science is simply rigorous pursuit of truth. Quality of reasoning is all that matters, which means a ten-year-old could be more correct than a physics Nobel Prize winner.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1257808260834275328,[],[],0,,False,1298,97,167,,None,,,,,,,"[{'screen_name': 'tmornini', 'name': 'tmornini.hodl', 'id': '13445732'}, {'screen_name': 'Bouncygulag', 'name': 'Kamala Harris busting back walls to arrest kids', 'id': '1270763492446859264'}, {'screen_name': 'Param86330798', 'name': 'Param', 'id': '1136649750281768960'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2206,1257799576985014272,1257765124967763969,1588717762000.0,2020-05-05 22:29:22,+0000,,@WhatsupFranks @alexmd2 @slashdot @NYGovCuomo That would be awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1257799576985014272,[],[],0,,False,676,49,17,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov, MD, MBA', 'id': '34694428'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}, {'screen_name': 'NYGovCuomo', 'name': 'Andrew Cuomo', 'id': '232268199'}]",,,, +2207,1257799138034372609,1257743561325449217,1588717657000.0,2020-05-05 22:27:37,+0000,,"@subeiwoo @JoshSchoen @AlexBerenson @neil_ferguson This is false. JD’s team put out “video evidence”, but conveniently excluded the date stamp, as it was well after JD & AH had separated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1257799138034372609,[],[],0,,False,1227,167,62,,None,,,,,,,"[{'screen_name': 'JoshSchoen', 'name': 'Joshua Schoenaker', 'id': '205289180'}, {'screen_name': 'AlexBerenson', 'name': 'Alex Berenson', 'id': '87679233'}, {'screen_name': 'neil_ferguson', 'name': 'neil_ferguson', 'id': '14113766'}]",,,, +2208,1257797406696996864,1257765124967763969,1588717245000.0,2020-05-05 22:20:45,+0000,,"@teslaownersSV @slashdot Yeah, definitely a future feature",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1257797406696996864,[],[],0,,False,2056,139,75,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +2209,1257797130825035776,1257755628014940160,1588717179000.0,2020-05-05 22:19:39,+0000,,@martinvars @GavinNewsom Levitt rocks,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1257797130825035776,[],[],0,,False,762,31,33,,None,,,,,,,"[{'screen_name': 'martinvars', 'name': 'Martin Varsavsky', 'id': '781293'}, {'screen_name': 'GavinNewsom', 'name': 'Gavin Newsom', 'id': '11347122'}]",,,, +2210,1257770610467303424,1257765124967763969,1588710856000.0,2020-05-05 20:34:16,+0000,,"@slashdot Important to distinguish died with covid vs died because of covid. Also, distinguish between tested positive for covid or only had symptoms.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1257770610467303424,[],[],0,,False,7888,572,842,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +2211,1257757474997690368,1257743561325449217,1588707724000.0,2020-05-05 19:42:04,+0000,,@JoshSchoen @AlexBerenson @neil_ferguson Utter moron,no,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1257757474997690368,[],[],0,,False,1145,96,57,,None,,,,,,,"[{'screen_name': 'JoshSchoen', 'name': 'Joshua Schoenaker', 'id': '205289180'}, {'screen_name': 'AlexBerenson', 'name': 'Alex Berenson', 'id': '87679233'}, {'screen_name': 'neil_ferguson', 'name': 'neil_ferguson', 'id': '14113766'}]",,,, +2212,1257756154983153664,1257743561325449217,1588707409000.0,2020-05-05 19:36:49,+0000,,@AlexBerenson @neil_ferguson Thanks! Something more should be done. This guy has caused massive strife to the world with his absurdly fake “science”.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1257756154983153664,[],[],0,,False,2592,184,369,,None,,,,,,,"[{'screen_name': 'AlexBerenson', 'name': 'Alex Berenson', 'id': '87679233'}, {'screen_name': 'neil_ferguson', 'name': 'neil_ferguson', 'id': '14113766'}]",,,, +2213,1257755091894800385,1257743561325449217,1588707156000.0,2020-05-05 19:32:36,+0000,,@AlexBerenson @neil_ferguson What a tool,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1257755091894800385,[],[],0,,False,3650,142,320,,None,,,,,,,"[{'screen_name': 'AlexBerenson', 'name': 'Alex Berenson', 'id': '87679233'}, {'screen_name': 'neil_ferguson', 'name': 'neil_ferguson', 'id': '14113766'}]",,,, +2214,1257559216258084864,1257508300922462211,1588660456000.0,2020-05-05 06:34:16,+0000,,@flcnhvy @TeslaGong @PPathole @priscillabanana https://t.co/lm30U60OtO,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1257559216258084864,[],['https://pbs.twimg.com/media/EXO_b8uU0AMf2tk.jpg'],1,https://pbs.twimg.com/media/EXO_b8uU0AMf2tk.jpg,False,124481,4049,13004,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +2215,1257554434764103680,1257508300922462211,1588659316000.0,2020-05-05 06:15:16,+0000,,@PicklePunchD @Jason @TeslaGong @PPathole @priscillabanana Nope. Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1257554434764103680,[],[],0,,False,3016,98,37,,None,,,,,,,"[{'screen_name': 'PicklePunchD', 'name': 'Angella⭐️King', 'id': '780922166'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'priscillabanana', 'name': 'Colombiana', 'id': '192036295'}]",,,, +2216,1257552183601422337,1257508300922462211,1588658779000.0,2020-05-05 06:06:19,+0000,,@Jason @TeslaGong @PPathole @priscillabanana Thanks :) Never too young for some ink haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1257552183601422337,[],[],0,,False,5647,108,155,,None,,,,,,,"[{'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'priscillabanana', 'name': 'Colombiana', 'id': '192036295'}]",,,, +2217,1257550522132787200,1257508300922462211,1588658383000.0,2020-05-05 05:59:43,+0000,,@TeslaGong @PPathole @priscillabanana https://t.co/chk0Scuixp,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1257550522132787200,[],['https://pbs.twimg.com/media/EXO3iBKVAAAC2mm.jpg'],1,https://pbs.twimg.com/media/EXO3iBKVAAAC2mm.jpg,False,107427,1649,16683,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +2218,1257511340127555584,1257508300922462211,1588649041000.0,2020-05-05 03:24:01,+0000,,@PPathole @priscillabanana Boy,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1257511340127555584,[],[],0,,False,28829,534,946,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'priscillabanana', 'name': 'Colombiana', 'id': '192036295'}]",,,, +2219,1257508900812713984,1257508300922462211,1588648459000.0,2020-05-05 03:14:19,+0000,,@priscillabanana X Æ A-12 Musk,da,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1257508900812713984,[],[],0,,False,133496,3353,21865,,None,,,,,,,"[{'screen_name': 'priscillabanana', 'name': 'Colombiana', 'id': '192036295'}]",,,, +2220,1257466633670610944,1257236222587686912,1588638382000.0,2020-05-05 00:26:22,+0000,,@Gaelic_Neilson Mom & baby all good,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1257466633670610944,[],[],0,,False,54173,1941,3266,,None,,,,,,,[],,,, +2221,1257401142813868032,1257236222587686912,1588622768000.0,2020-05-04 20:06:08,+0000,,@Gaelic_Neilson A few hours away!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1257401142813868032,[],[],0,,False,16960,352,336,,None,,,,,,,[],,,, +2222,1257400536179097601,1257236222587686912,1588622623000.0,2020-05-04 20:03:43,+0000,,"@cleantechnica Anyway, we’re just talking about 2% here, so not much. Confident Model S will get 400+ miles as soon as retest is allowed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1257400536179097601,[],[],0,,False,2901,105,136,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2223,1257398285716856834,1257236222587686912,1588622087000.0,2020-05-04 19:54:47,+0000,,@cleantechnica Weird that EPA would deny this. We have precise car logs that confirm it happened. Happy to provide them.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1257398285716856834,[],[],0,,False,14717,384,610,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2224,1257207162222215169,1257120852639916032,1588576519000.0,2020-05-04 07:15:19,+0000,,@Erdayastronaut @SciGuySpace I hope anything lands,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1257207162222215169,[],[],0,,False,3953,161,116,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2225,1257204578669363200,1257178143875530752,1588575903000.0,2020-05-04 07:05:03,+0000,,@NASASpaceflight @TesLatino @Erdayastronaut It seems unlikely right now,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1257204578669363200,[],[],0,,False,1504,48,33,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael - Lover, not a hater.', 'id': '989986448295235586'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2226,1257199336011649025,1257178143875530752,1588574653000.0,2020-05-04 06:44:13,+0000,,@TesLatino @Erdayastronaut @NASASpaceflight Mostly accurate. Liquid CH4 temp got too high this time. Offloading propellant. Will we retry later today.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1257199336011649025,[],[],0,,False,1234,62,88,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2227,1257182656275480577,1257178143875530752,1588570677000.0,2020-05-04 05:37:57,+0000,,@NASASpaceflight Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1257182656275480577,[],[],0,,False,1621,76,46,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2228,1257182201130758146,1257178143875530752,1588570568000.0,2020-05-04 05:36:08,+0000,,@NASASpaceflight Commentary is quite entertaining! MST3K,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1257182201130758146,[],[],0,,False,3467,104,106,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2229,1257152194731622400,1257152194731622400,1588563414000.0,2020-05-04 03:36:54,+0000,,SN4 🔥 soon. Raptor looks so smōl. https://t.co/WcMdo6wAtj,et,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1257152194731622400,[],['https://pbs.twimg.com/media/EXJNQWPUMAAqdmE.jpg'],1,https://pbs.twimg.com/media/EXJNQWPUMAAqdmE.jpg,False,90075,2418,4561,,None,,,,,,,[],,,, +2230,1257142395914735616,1255380013488189440,1588561078000.0,2020-05-04 02:57:58,+0000,,@KneeOfTheCurve @vincent13031925 @BlazingTorchic_ Good chance it accelerates viral vaccines & cures,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1257142395914735616,[],[],0,,False,1083,52,34,,None,,,,,,,"[{'screen_name': 'KneeOfTheCurve', 'name': 'Knee Of The Curve', 'id': '818179948510752768'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'BlazingTorchic_', 'name': 'BlazingTorchic', 'id': '1072977269688274944'}]",,,, +2231,1257138366711136257,1255380013488189440,1588560117000.0,2020-05-04 02:41:57,+0000,,@vincent13031925 @BlazingTorchic_ True 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1257138366711136257,[],[],0,,False,635,56,23,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'BlazingTorchic_', 'name': 'BlazingTorchic', 'id': '1072977269688274944'}]",,,, +2232,1257138095234772992,1257120852639916032,1588560053000.0,2020-05-04 02:40:53,+0000,,@Erdayastronaut @SciGuySpace What’s troubling is that this doesn’t get humanity a base on the moon or even a small crewed Mars mission,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1257138095234772992,[],[],0,,False,2240,101,98,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2233,1257136611684265984,1255380013488189440,1588559699000.0,2020-05-04 02:34:59,+0000,,"@PPathole @BlazingTorchic_ Excuse me, that’s Mr. Bizznizz 🧲. Where’s the respek!? 🤣🤣",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1257136611684265984,[],[],0,,False,1308,66,44,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'BlazingTorchic_', 'name': 'BlazingTorchic', 'id': '1072977269688274944'}]",,,, +2234,1257135783837724673,1255380013488189440,1588559501000.0,2020-05-04 02:31:41,+0000,,@kulpability @BlazingTorchic_ There are many silver linings & that is one,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1257135783837724673,[],[],0,,False,1139,55,39,,None,,,,,,,"[{'screen_name': 'kulpability', 'name': 'Viscountess of Shrugsbury', 'id': '950471510266871810'}, {'screen_name': 'BlazingTorchic_', 'name': 'BlazingTorchic', 'id': '1072977269688274944'}]",,,, +2235,1257130679566921735,1257120852639916032,1588558285000.0,2020-05-04 02:11:25,+0000,,@HarryStoltz1 @SciGuySpace 🥜,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1257130679566921735,[],[],0,,False,1060,60,39,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2236,1257130485949464582,1257120852639916032,1588558238000.0,2020-05-04 02:10:38,+0000,,@SciGuySpace !!,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1257130485949464582,[],[],0,,False,2077,70,53,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2237,1257129960185098240,1255380013488189440,1588558113000.0,2020-05-04 02:08:33,+0000,,@BlazingTorchic_ Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1257129960185098240,[],[],0,,False,790,41,24,,None,,,,,,,"[{'screen_name': 'BlazingTorchic_', 'name': 'BlazingTorchic', 'id': '1072977269688274944'}]",,,, +2238,1257122098020933632,1255380013488189440,1588556239000.0,2020-05-04 01:37:19,+0000,,"@BlazingTorchic_ Who is running this lame collection of bots & trolls anyway? Try harder! I’m an engineer, knucklehead. Just do “business” on the side.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1257122098020933632,[],[],0,,False,2045,253,112,,None,,,,,,,"[{'screen_name': 'BlazingTorchic_', 'name': 'BlazingTorchic', 'id': '1072977269688274944'}]",,,, +2239,1257034298638471168,1256855215568875520,1588535306000.0,2020-05-03 19:48:26,+0000,,@Rustybret Online,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1257034298638471168,[],[],0,,False,3321,129,31,,None,,,,,,,"[{'screen_name': 'Rustybret', 'name': 'Bret Hoffman', 'id': '46194872'}]",,,, +2240,1257024797323608064,1257024797323608064,1588533040000.0,2020-05-03 19:10:40,+0000,,"Well said, Lord Sumption, well said!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1257024797323608064,[],[],0,,False,20662,1618,1122,https://twitter.com/westcoastbill/status/1257019376223440896,None,,,,,,,[],,,, +2241,1257006536523517952,941042298283966464,1588528687000.0,2020-05-03 17:58:07,+0000,,"@thirdrowtesla Ok, we will",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1257006536523517952,[],[],0,,False,4553,223,175,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2242,1256858214282391554,1256855215568875520,1588493324000.0,2020-05-03 08:08:44,+0000,,"@tobyliiiiiiiiii @Kristennetten Yes, about a month away from testing Raptor Vacuum",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1256858214282391554,[],[],0,,False,3022,84,111,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +2243,1256857873897803776,1256855215568875520,1588493243000.0,2020-05-03 08:07:23,+0000,,"@Kristennetten A little. Will have 31 engines, not 37, no big fins and legs similar to ship. That thrust dome is the super hard part. Raptor SL thrust starts at 200 ton, but upgrades in the works for 250 ton.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1256857873897803776,[],[],0,,False,6992,109,226,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +2244,1256856981177987072,1256855215568875520,1588493030000.0,2020-05-03 08:03:50,+0000,,Anyone think they can get a good multiplayer Minecraft working on Teslas? Or maybe create a game that interacts virtually with reality like Pokémon Go while driving safely? Like a complex version of Pac-man or Mario Kart?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1256856981177987072,[],[],0,,False,126713,6033,7051,,None,,,,,,,[],,,, +2245,1256855215568875520,1256855215568875520,1588492609000.0,2020-05-03 07:56:49,+0000,,Minecraft has amazing legs,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1256855215568875520,[],[],0,,False,257264,4587,21163,,None,,,,,,,[],,,, +2246,1256853011655086080,941042298283966464,1588492083000.0,2020-05-03 07:48:03,+0000,,That was 2.5 years ago & still not even on the moon. Progress must accelerate!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1256853011655086080,[],[],0,,False,65319,2173,2890,,None,,,,,,,[],,,, +2247,1256851799002120192,1256847243140882433,1588491794000.0,2020-05-03 07:43:14,+0000,,@cleantechnica Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1256851799002120192,[],[],0,,False,3807,178,102,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2248,1256845050501197824,941042606112419841,1588490185000.0,2020-05-03 07:16:25,+0000,,@kaaningilamo What excites you about 2030?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1256845050501197824,[],[],0,,False,2888,1325,187,,None,,,,,,,"[{'screen_name': 'kaaningilamo', 'name': 'Tomas Aipanda', 'id': '486647556'}]",,,, +2249,1256675800809500672,1256673706979389440,1588449833000.0,2020-05-02 20:03:53,+0000,,@michaelss227 I don’t want to set the world on fire by the Ink Spots,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1256675800809500672,[],[],0,,False,3583,288,157,,None,,,,,,,"[{'screen_name': 'Michaelss227', 'name': 'Prince Luthra', 'id': '571048245'}]",,,, +2250,1256673706979389440,1256673706979389440,1588449334000.0,2020-05-02 19:55:34,+0000,,One of the all-time best songs https://t.co/IvI7IOgMAa,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1256673706979389440,['https://m.youtube.com/watch?v=A3yCcXgbKrE'],[],0,,False,45294,3462,3443,,None,,,,,,,[],,,, +2251,1256671965089116161,1256299529558581248,1588448918000.0,2020-05-02 19:48:38,+0000,,@EricRWeinstein 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1256671965089116161,[],[],0,,False,3854,166,90,,None,,,,,,,"[{'screen_name': 'EricRWeinstein', 'name': 'Eric Weinstein', 'id': '33152005'}]",,,, +2252,1256671840971288577,1256635687236861952,1588448889000.0,2020-05-02 19:48:09,+0000,,"@biogirl09 @thirdrowtesla @Grimezsz Rocket Rd, Hawthorne CA 90250",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1256671840971288577,[],[],0,,False,1074,67,37,,None,,,,,,,"[{'screen_name': 'biogirl09', 'name': 'Mallory Tompsett #GigaTexas #ThankYouElonMusk', 'id': '21106016'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2253,1256670962524667904,1256635687236861952,1588448679000.0,2020-05-02 19:44:39,+0000,,"@biogirl09 @thirdrowtesla @Grimezsz Sure, thanks :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1256670962524667904,[],[],0,,False,814,31,30,,None,,,,,,,"[{'screen_name': 'biogirl09', 'name': 'Mallory Tompsett #GigaTexas #ThankYouElonMusk', 'id': '21106016'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2254,1256670629551431681,1256546176477859842,1588448600000.0,2020-05-02 19:43:20,+0000,,@flcnhvy Very much so,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1256670629551431681,[],[],0,,False,5340,189,113,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2255,1256669605881208841,1256635687236861952,1588448356000.0,2020-05-02 19:39:16,+0000,,@thirdrowtesla Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1256669605881208841,[],[],0,,False,1868,143,138,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2256,1256542659058954241,1256239554148724737,1588418090000.0,2020-05-02 11:14:50,+0000,,@MerguezPoulet Freedom,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/1256542659058954241,[],[],0,,False,5755,657,262,,None,,,,,,,"[{'screen_name': 'MerguezPoulet', 'name': ""Quelqu'un"", 'id': '205416409'}]",,,, +2257,1256501885042782208,1256243674268098561,1588408368000.0,2020-05-02 08:32:48,+0000,,@TheModestRose @OfficialJlipper Are we still free? Are we still brave? Hell yeah!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1256501885042782208,[],[],0,,False,1667,173,122,,None,,,,,,,"[{'screen_name': 'TheModestRose', 'name': 'The Modest Rose ⚫', 'id': '1040696578556784643'}, {'screen_name': 'OfficialJlipper', 'name': 'Jlipper', 'id': '2198450911'}]",,,, +2258,1256501223374512129,1256243674268098561,1588408210000.0,2020-05-02 08:30:10,+0000,,@TheModestRose @OfficialJlipper Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1256501223374512129,[],[],0,,False,992,51,36,,None,,,,,,,"[{'screen_name': 'TheModestRose', 'name': 'The Modest Rose ⚫', 'id': '1040696578556784643'}, {'screen_name': 'OfficialJlipper', 'name': 'Jlipper', 'id': '2198450911'}]",,,, +2259,1256499602678669312,1256366000527732736,1588407824000.0,2020-05-02 08:23:44,+0000,,@engineers_feed @SpaceX @Space_Station @NASA @Commercial_Crew @AstroBehnken @Astro_Doug Even Королёв would agree,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1256499602678669312,[],[],0,,False,1897,110,79,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}, {'screen_name': 'AstroBehnken', 'name': 'Bob Behnken', 'id': '2543629379'}, {'screen_name': 'Astro_Doug', 'name': 'Col. Doug Hurley', 'id': '275710913'}]",,,, +2260,1256494460642324482,1256239554148724737,1588406598000.0,2020-05-02 08:03:18,+0000,,@PPathole @Grimezsz Hopefully in a few days,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1256494460642324482,[],[],0,,False,1977,77,50,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2261,1256487011017297920,1256239554148724737,1588404822000.0,2020-05-02 07:33:42,+0000,,@Grimezsz Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1256487011017297920,[],[],0,,False,7223,173,155,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2262,1256354387720417280,1256146547387006981,1588373202000.0,2020-05-01 22:46:42,+0000,,@Teslarati We’re going to try landing Starship on the moon with enough propellant to return to Earth,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1256354387720417280,[],[],0,,False,23271,1192,1486,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2263,1256353943765921792,1256239815256797184,1588373096000.0,2020-05-01 22:44:56,+0000,,@Bitcoin How much for some anime Bitcoin? https://t.co/itqRslFNcb,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1256353943765921792,[],['https://pbs.twimg.com/media/EW93P5kUcAEcO25.jpg'],1,https://pbs.twimg.com/media/EW93P5kUcAEcO25.jpg,False,17466,750,2214,,None,,,,,,,"[{'screen_name': 'Bitcoin', 'name': 'Bitcoin', 'id': '357312062'}]",,,, +2264,1256352566880776192,1256342138675253248,1588372768000.0,2020-05-01 22:39:28,+0000,,@TheOnion 🔥,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1256352566880776192,[],[],0,,False,3569,161,127,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +2265,1256351293007736832,1256239815256797184,1588372464000.0,2020-05-01 22:34:24,+0000,,@Bitcoin 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1256351293007736832,[],[],0,,False,5097,159,173,,None,,,,,,,"[{'screen_name': 'Bitcoin', 'name': 'Bitcoin', 'id': '357312062'}]",,,, +2266,1256350807881945088,1256283200936046597,1588372349000.0,2020-05-01 22:32:29,+0000,,@JohnCleese Reality is its own parrot parody,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1256350807881945088,[],[],0,,False,3357,200,153,,None,,,,,,,"[{'screen_name': 'JohnCleese', 'name': 'John Cleese', 'id': '10810102'}]",,,, +2267,1256347698120159233,1256243674268098561,1588371607000.0,2020-05-01 22:20:07,+0000,,@RationalEtienne @Alfzeta There will be no Mars if we let them take our freedom away,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1256347698120159233,[],[],0,,False,3024,1025,388,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'AlfZeta', 'name': 'AlfZETA', 'id': '1332743915838050309'}]",,,, +2268,1256346705995259904,1256346435479572480,1588371371000.0,2020-05-01 22:16:11,+0000,,@GUILLOTINELUV bring it on,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1256346705995259904,[],[],0,,False,1374,111,53,,None,,,,,,,[],,,, +2269,1256339169598562306,1256254291758551041,1588369574000.0,2020-05-01 21:46:14,+0000,,"@Nfdguy As always, I am optimistic about Tesla long-term",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1256339169598562306,[],[],0,,False,5790,379,367,,None,,,,,,,[],,,, +2270,1256333685961289729,1256243674268098561,1588368266000.0,2020-05-01 21:24:26,+0000,,@Alfzeta 👆,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1256333685961289729,[],[],0,,False,972,93,43,,None,,,,,,,"[{'screen_name': 'AlfZeta', 'name': 'AlfZETA', 'id': '1332743915838050309'}]",,,, +2271,1256258162648203264,1256239554148724737,1588350260000.0,2020-05-01 16:24:20,+0000,,@O2SupremeVermin @Grimezsz Baby due on Monday,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1256258162648203264,[],[],0,,False,17720,1194,858,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +2272,1256257634404937730,1256239554148724737,1588350134000.0,2020-05-01 16:22:14,+0000,,@kulpability Don’t need the cash. Devoting myself to Mars and Earth. Possession just weigh you down.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1256257634404937730,[],[],0,,False,11241,1402,1333,,None,,,,,,,"[{'screen_name': 'kulpability', 'name': 'Viscountess of Shrugsbury', 'id': '950471510266871810'}]",,,, +2273,1256256494447636480,1256239554148724737,1588349863000.0,2020-05-01 16:17:43,+0000,,My gf @Grimezsz is mad at me,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1256256494447636480,[],[],0,,False,87312,5342,8762,,None,,,,,,,[],,,, +2274,1256255619239038977,1256239554148724737,1588349654000.0,2020-05-01 16:14:14,+0000,,Just one stipulation on sale: I own Gene Wilder’s old house. It cannot be torn down or lose any its soul.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1256255619239038977,[],[],0,,False,52883,3375,1968,,None,,,,,,,[],,,, +2275,1256254291758551041,1256254291758551041,1588349337000.0,2020-05-01 16:08:57,+0000,,"Rage, rage against the dying of the light of consciousness",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1256254291758551041,[],[],0,,False,126366,7567,14744,,None,,,,,,,[],,,, +2276,1256252916903505921,1256243674268098561,1588349010000.0,2020-05-01 16:03:30,+0000,,@_coffee4closers @jon_stocks92 Exactly. How cheaply freedom is sold.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1256252916903505921,[],[],0,,False,3536,265,383,,None,,,,,,,"[{'screen_name': '_coffee4closers', 'name': 'The Closer', 'id': '4662420975'}, {'screen_name': 'jon_stocks92', 'name': 'Jon', 'id': '900356660'}]",,,, +2277,1256244646616788992,1256243674268098561,1588347038000.0,2020-05-01 15:30:38,+0000,,O'er the land of the free and the home of the brave?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1256244646616788992,[],[],0,,False,29571,1709,1857,,None,,,,,,,[],,,, +2278,1256244431755173890,1256243674268098561,1588346987000.0,2020-05-01 15:29:47,+0000,,"Oh, say does that star-spangled banner yet wave",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1256244431755173890,[],[],0,,False,25777,583,1227,,None,,,,,,,[],,,, +2279,1256244019924877313,1256243674268098561,1588346888000.0,2020-05-01 15:28:08,+0000,,Gave proof through the night that our flag was still there,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1256244019924877313,[],[],0,,False,11919,369,685,,None,,,,,,,[],,,, +2280,1256243674268098561,1256243674268098561,1588346806000.0,2020-05-01 15:26:46,+0000,,"And the rocket's red glare, the bombs bursting in air",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1256243674268098561,[],[],0,,False,57507,3255,4115,,None,,,,,,,[],,,, +2281,1256240766600409088,1256240766600409088,1588346113000.0,2020-05-01 15:15:13,+0000,,Now give people back their FREEDOM,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1256240766600409088,[],[],0,,False,163328,12739,23137,,None,,,,,,,[],,,, +2282,1256239815256797184,1256239815256797184,1588345886000.0,2020-05-01 15:11:26,+0000,,Tesla stock price is too high imo,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1256239815256797184,[],[],0,,False,190348,12505,21361,,None,,,,,,,[],,,, +2283,1256239554148724737,1256239554148724737,1588345824000.0,2020-05-01 15:10:24,+0000,,I am selling almost all physical possessions. Will own no house.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1256239554148724737,[],[],0,,False,259247,34969,22420,,None,,,,,,,[],,,, +2284,1256230042780291072,1255918585991454721,1588343556000.0,2020-05-01 14:32:36,+0000,,@PPathole @AP4Liberty Incentives matter,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1256230042780291072,[],[],0,,False,1738,104,103,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'AP4Liberty', 'name': 'Austin Petersen 🇺🇲', 'id': '4686170306'}]",,,, +2285,1256226763123953668,1256222578101964802,1588342774000.0,2020-05-01 14:19:34,+0000,,@SciGuySpace Starship is making good progress,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1256226763123953668,[],[],0,,False,4414,153,164,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2286,1256225420544020480,1255918585991454721,1588342454000.0,2020-05-01 14:14:14,+0000,,@AP4Liberty What is real any more,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1256225420544020480,[],[],0,,False,1809,156,140,,None,,,,,,,"[{'screen_name': 'AP4Liberty', 'name': 'Austin Petersen 🇺🇲', 'id': '4686170306'}]",,,, +2287,1256087115722416128,1255927715988770818,1588309480000.0,2020-05-01 05:04:40,+0000,,@MiniLaddd You got it!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1256087115722416128,[],[],0,,False,58742,645,2174,,None,,,,,,,"[{'screen_name': 'MiniLaddd', 'name': 'Mini Ladd', 'id': '266687361'}]",,,, +2288,1256058070204952576,1255503275132104709,1588302555000.0,2020-05-01 03:09:15,+0000,,@GerberKawasaki Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1256058070204952576,[],[],0,,False,13000,534,341,,None,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +2289,1256037123141939200,1255918585991454721,1588297560000.0,2020-05-01 01:46:00,+0000,,@The_UNLEASHD @casper5803 @coherentstates Well said,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1256037123141939200,[],[],0,,False,957,118,38,,None,,,,,,,"[{'screen_name': 'The_UNLEASHD', 'name': '♠️♣️𝔗𝔥𝔢 𝕌ℕ𝕃𝔼𝔸𝕊ℍ𝔻™️♣️♠️', 'id': '989300057781420032'}, {'screen_name': 'casper5803', 'name': 'a cat', 'id': '431018924'}, {'screen_name': 'coherentstates', 'name': 'findom earle', 'id': '808524596181921793'}]",,,, +2290,1255970250962567170,1255909714552139776,1588281617000.0,2020-04-30 21:20:17,+0000,,@JamesOKeefeIII This needs to stop,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1255970250962567170,[],[],0,,False,11609,975,1084,,None,,,,,,,"[{'screen_name': 'JamesOKeefeIII', 'name': ""James O'Keefe"", 'id': '16989178'}]",,,, +2291,1255928014073782272,1255888755207991296,1588271547000.0,2020-04-30 18:32:27,+0000,,@OpenAI AI makes more progress,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1255928014073782272,[],[],0,,False,3163,216,174,,None,,,,,,,"[{'screen_name': 'OpenAI', 'name': 'OpenAI', 'id': '4398626122'}]",,,, +2292,1255926376948830208,1255918585991454721,1588271156000.0,2020-04-30 18:25:56,+0000,,This is misleading to the public,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1255926376948830208,[],[],0,,False,48234,2711,3748,,None,,,,,,,[],,,, +2293,1255918585991454721,1255918585991454721,1588269299000.0,2020-04-30 17:54:59,+0000,,Classifying all deaths as corona even if corona didn’t cause the death is simply a lie,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1255918585991454721,[],[],0,,False,102318,7206,21034,https://twitter.com/veemarie881/status/1255918163247665155,None,,,,,,,[],,,, +2294,1255908789905002502,1255907211533901825,1588266963000.0,2020-04-30 17:16:03,+0000,,@engineers_feed @SpaceX @NASA Great work by SpaceX team & very much appreciate faith in Starship by @NASA!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1255908789905002502,[],[],0,,False,3935,162,195,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +2295,1255904231627751426,1255678979043778560,1588265877000.0,2020-04-30 16:57:57,+0000,,@way2_savage @Vtechp @Feng_Tweet @BradEggerton @enn_nafnlaus @speculawyer You don’t say …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1255904231627751426,[],[],0,,False,573,49,27,,None,,,,,,,"[{'screen_name': 'way2_savage', 'name': 'The Don Savage', 'id': '925895959183159297'}, {'screen_name': 'Vtechp', 'name': 'Vtech', 'id': '325843123'}, {'screen_name': 'Feng_Tweet', 'name': 'ChuckMcConnellzWattle™️', 'id': '724104638040006656'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'speculawyer', 'name': 'Speculawyer 🇳🇴-American', 'id': '354048709'}]",,,, +2296,1255872028084559872,1255871897952301065,1588258199000.0,2020-04-30 14:49:59,+0000,,@mattmedl Sound reasoning,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1255872028084559872,[],[],0,,False,570,58,24,,None,,,,,,,"[{'screen_name': 'mattmedl', 'name': 'Matt Medl', 'id': '1732982677'}]",,,, +2297,1255871787323121665,1255869415859515394,1588258141000.0,2020-04-30 14:49:01,+0000,,@vincent13031925 Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1255871787323121665,[],[],0,,False,1946,170,35,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +2298,1255869969792774144,1255669833892605952,1588257708000.0,2020-04-30 14:41:48,+0000,,@Stingofsweden @Gfilche Sweden is sensible,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1255869969792774144,[],[],0,,False,1054,92,54,,None,,,,,,,"[{'screen_name': 'Stingofsweden', 'name': 'Peter Lindblom', 'id': '981662912'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}]",,,, +2299,1255869843384877057,1255678979043778560,1588257678000.0,2020-04-30 14:41:18,+0000,,@potato47280962 @DolanDark Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1255869843384877057,[],[],0,,False,656,48,24,,None,,,,,,,"[{'screen_name': 'potato47280962', 'name': '𝒲𝒽ℴ𝓂𝓈𝓉𝓎 ℬℴ𝒾', 'id': '1029540286458986496'}, {'screen_name': 'DolanDark', 'name': 'Dolan Dark', 'id': '427930773'}]",,,, +2300,1255869415859515394,1255869415859515394,1588257576000.0,2020-04-30 14:39:36,+0000,,Why forced isolation is bad https://t.co/c2XCcRSx1C,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1255869415859515394,['https://thehill.com/opinion/healthcare/494034-the-data-are-in-stop-the-panic-and-end-the-total-isolation?amp'],[],0,,False,63782,6280,14467,,None,,,,,,,[],,,, +2301,1255692912349917189,1255678979043778560,1588215494000.0,2020-04-30 02:58:14,+0000,,California HHS server crashed. Maybe it has covid. https://t.co/eGkdPmBpAK,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1255692912349917189,[],['https://pbs.twimg.com/media/EW0eCjUWkAQNiGQ.jpg'],1,https://pbs.twimg.com/media/EW0eCjUWkAQNiGQ.jpg,False,33933,1450,2205,,None,,,,,,,[],,,, +2302,1255680470139854848,1255678979043778560,1588212528000.0,2020-04-30 02:08:48,+0000,,@GregGoodfried Yes!,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1255680470139854848,[],[],0,,False,4715,234,108,,None,,,,,,,"[{'screen_name': 'GregGoodfried', 'name': 'GregGoodfried', 'id': '23412142'}]",,,, +2303,1255679596835438593,1255678979043778560,1588212319000.0,2020-04-30 02:05:19,+0000,,Actual data reference CHHS https://t.co/q7c7708ozx,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1255679596835438593,['https://data.chhs.ca.gov/dataset/california-covid-19-hospital-data-and-case-statistics'],[],0,,False,17785,673,1917,,None,,,,,,,[],,,, +2304,1255678979043778560,1255678979043778560,1588212172000.0,2020-04-30 02:02:52,+0000,,Hospitals in California have been half empty this whole time https://t.co/8GL2BLypqV,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1255678979043778560,[],['https://pbs.twimg.com/media/EW0RX2nUEAEYy85.jpg'],1,https://pbs.twimg.com/media/EW0RX2nUEAEYy85.jpg,False,122271,9709,25750,,None,,,,,,,[],,,, +2305,1255661026986455041,1255558802365014016,1588207892000.0,2020-04-30 00:51:32,+0000,,@kimbal Bravo @GovofCO!,pt,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1255661026986455041,[],[],0,,False,1429,105,68,,None,,,,,,,"[{'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +2306,1255650871154597888,1255378401738752002,1588205471000.0,2020-04-30 00:11:11,+0000,,@flcnhvy @RationalEtienne Very sensible,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1255650871154597888,[],[],0,,False,1504,129,56,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}]",,,, +2307,1255645785418379264,1255596718214615040,1588204258000.0,2020-04-29 23:50:58,+0000,,@skorusARK Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1255645785418379264,[],[],0,,False,1686,92,55,,None,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +2308,1255644946947694592,1255380013488189440,1588204058000.0,2020-04-29 23:47:38,+0000,,@randyfineto Bon voyage,fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1255644946947694592,[],[],0,,False,19111,665,858,,None,,,,,,,"[{'screen_name': 'randyfineto', 'name': ""Hi, I'm randy"", 'id': '3333129663'}]",,,, +2309,1255644719469588480,1255644604256235522,1588204004000.0,2020-04-29 23:46:44,+0000,,@Lebeaucarnews Hell yeah!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1255644719469588480,[],[],0,,False,4757,426,353,,None,,,,,,,"[{'screen_name': 'Lebeaucarnews', 'name': 'Phil LeBeau', 'id': '70987052'}]",,,, +2310,1255397967416233986,1255380013488189440,1588145174000.0,2020-04-29 07:26:14,+0000,,@TheRightMelissa True,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1255397967416233986,[],[],0,,False,21811,1449,813,,None,,,,,,,"[{'screen_name': 'TheRightMelissa', 'name': 'Melissa Tate', 'id': '762389795037294592'}]",,,, +2311,1255386895145672705,1255378401738752002,1588142534000.0,2020-04-29 06:42:14,+0000,,"@RationalEtienne Yes, reopen with care & appropriate protection, but don’t put everyone under de facto house arrest",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1255386895145672705,[],[],0,,False,26449,1402,3184,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}]",,,, +2312,1255380013488189440,1255380013488189440,1588140893000.0,2020-04-29 06:14:53,+0000,,FREE AMERICA NOW,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1255380013488189440,[],[],0,,False,319919,45699,50915,,None,,,,,,,[],,,, +2313,1255378401738752002,1255378401738752002,1588140509000.0,2020-04-29 06:08:29,+0000,,Bravo Texas! https://t.co/cVkDewRqGv,lt,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1255378401738752002,['https://www.texastribune.org/2020/04/28/texas-reopening-restaurants-greg-abbott/'],[],0,,False,57931,2749,6605,,None,,,,,,,[],,,, +2314,1255377239853719552,1255377239853719552,1588140232000.0,2020-04-29 06:03:52,+0000,,Give people their freedom back! https://t.co/iG8OYGaVZ0,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1255377239853719552,['https://www.wsj.com/articles/do-lockdowns-save-many-lives-is-most-places-the-data-say-no-11587930911'],[],0,,False,44852,4637,7981,,None,,,,,,,[],,,, +2315,1255301312281010176,1255216787278479361,1588122129000.0,2020-04-29 01:02:09,+0000,,@archillect https://t.co/tOjOG0DQnI,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1255301312281010176,[],['https://pbs.twimg.com/media/EWu54zCWAAAcOnB.jpg'],1,https://pbs.twimg.com/media/EWu54zCWAAAcOnB.jpg,False,21716,291,1041,,None,,,,,,,[],,,, +2316,1254938147063988224,1254541286335545345,1588035544000.0,2020-04-28 00:59:04,+0000,,@RedTheRaider @tedhu @officialmcafee 💯,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1254938147063988224,[],[],0,,False,767,68,46,,None,,,,,,,"[{'screen_name': 'RedTheRaider', 'name': 'Red the Raider', 'id': '820248047619817472'}, {'screen_name': 'tedhu', 'name': 'Ted Hu', 'id': '7778772'}, {'screen_name': 'officialmcafee', 'name': 'John McAfee', 'id': '961445378'}]",,,, +2317,1254922873837412352,1254921827769561089,1588031903000.0,2020-04-27 23:58:23,+0000,,@ronald_samuels Which isn’t easy!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1254922873837412352,[],[],0,,False,3744,107,113,,None,,,,,,,"[{'screen_name': 'ronald_samuels', 'name': 'Ronald Samuels', 'id': '2575557711'}]",,,, +2318,1254921937714905092,1254921827769561089,1588031679000.0,2020-04-27 23:54:39,+0000,,Too much the moral arbiter of the world,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1254921937714905092,[],[],0,,False,37001,987,2193,,None,,,,,,,[],,,, +2319,1254921827769561089,1254921827769561089,1588031653000.0,2020-04-27 23:54:13,+0000,,Silicon Valley has become Sanctimonious Valley,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1254921827769561089,[],[],0,,False,84679,2505,8382,,None,,,,,,,[],,,, +2320,1254900724594544641,1254839875746041856,1588026622000.0,2020-04-27 22:30:22,+0000,,@flcnhvy @SpaceX Starship will be able to launch telescopes over 3X diameter of Hubble,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1254900724594544641,[],[],0,,False,7559,282,419,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2321,1254897543978205184,1254897233516003328,1588025864000.0,2020-04-27 22:17:44,+0000,,@heyfidele @ceenettech Hopefully start serving Africa early next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1254897543978205184,[],[],0,,False,1242,76,90,,None,,,,,,,"[{'screen_name': 'heyfidele', 'name': 'Fidèle', 'id': '1651315304'}, {'screen_name': 'ceenettech', 'name': 'CEE-Net Technologies', 'id': '1153249676189196288'}]",,,, +2322,1254805954400575488,1254758457879793664,1588004027000.0,2020-04-27 16:13:47,+0000,,@DTOMnews @arstechnica @SciGuySpace Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1254805954400575488,[],[],0,,False,970,61,32,,None,,,,,,,"[{'screen_name': 'DTOMnews', 'name': 'DTOMnews : 🔄#WeAreTheNewsNow🔄', 'id': '35542245'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2323,1254805844065161216,1254740256684834818,1588004001000.0,2020-04-27 16:13:21,+0000,,"@wonderofscience Soon, it will be in tiktok",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1254805844065161216,[],[],0,,False,16482,418,412,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +2324,1254805360906588162,1254298754921803778,1588003885000.0,2020-04-27 16:11:25,+0000,,@Taraustralis Oddly mesmerizing,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1254805360906588162,[],[],0,,False,5683,111,124,,None,,,,,,,"[{'screen_name': 'Taraustralis', 'name': 'Taraustralis', 'id': '1006232250'}]",,,, +2325,1254804850665193472,1254758457879793664,1588003764000.0,2020-04-27 16:09:24,+0000,,"@arstechnica @SciGuySpace Haha true. Great headline. It’s quite hard to have rocket test articles not explode, as they so desperately want to!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1254804850665193472,[],[],0,,False,2611,50,95,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2326,1254646333790715904,1254635400963993602,1587965970000.0,2020-04-27 05:39:30,+0000,,@EthicalSkeptic @techmass3 Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1254646333790715904,[],[],0,,False,606,63,25,,None,,,,,,,"[{'screen_name': 'EthicalSkeptic', 'name': 'Ethical Skeptic ☀', 'id': '2704681687'}, {'screen_name': 'techmass3', 'name': 'techmass', 'id': '1095627722015924224'}]",,,, +2327,1254641135588433922,1254618912785915906,1587964731000.0,2020-04-27 05:18:51,+0000,,@brendan2908 @flcnhvy @HarryStoltz1 @JaneidyEve Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1254641135588433922,[],[],0,,False,1749,86,71,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +2328,1254640863826886657,1254618912785915906,1587964666000.0,2020-04-27 05:17:46,+0000,,@flcnhvy @HarryStoltz1 @JaneidyEve Just one. SN5 will get three.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1254640863826886657,[],[],0,,False,1891,50,102,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +2329,1254640181283639296,1254618912785915906,1587964503000.0,2020-04-27 05:15:03,+0000,,@HarryStoltz1 @JaneidyEve Static fire with Raptor hopefully later this week,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1254640181283639296,[],[],0,,False,1962,66,132,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +2330,1254639531095142400,1254618912785915906,1587964348000.0,2020-04-27 05:12:28,+0000,,"@JaneidyEve 4.9 bar. Kind of a softball tbh, but that’s enough to fly!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1254639531095142400,[],[],0,,False,2108,102,109,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +2331,1254632822536577031,1254630966196387845,1587962749000.0,2020-04-27 04:45:49,+0000,,@SpacePadreIsle @SpaceX Great work by SpaceX engineering!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1254632822536577031,[],[],0,,False,6631,120,297,,None,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2332,1254632509863866368,1254618912785915906,1587962674000.0,2020-04-27 04:44:34,+0000,,SN4 passed cryo proof! 😅 https://t.co/EJakThZRGF,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1254632509863866368,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1254632432445403139/pu/img/tKuk11zctOYTrMUi.jpg,False,28925,1026,2312,,None,,,,,,,[],,,, +2333,1254628357339258880,1254187607791210497,1587961684000.0,2020-04-27 04:28:04,+0000,,@EthicalSkeptic What do you make of the FT claims? https://t.co/uCI4h20oRU,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1254628357339258880,['https://twitter.com/jburnmurdoch/status/1254461123753054209?s=21'],[],0,,False,475,54,56,https://twitter.com/jburnmurdoch/status/1254461123753054209,None,,,,,,,"[{'screen_name': 'EthicalSkeptic', 'name': 'Ethical Skeptic ☀', 'id': '2704681687'}]",,,, +2334,1254621673212575744,1254495050228260865,1587960091000.0,2020-04-27 04:01:31,+0000,,"@ansgarjohn @alandail FT is saying current death rate is extremely unusual, but you’re saying 2017 was higher. Which is correct? https://t.co/uCI4h20oRU",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1254621673212575744,['https://twitter.com/jburnmurdoch/status/1254461123753054209?s=21'],[],0,,False,439,40,38,https://twitter.com/jburnmurdoch/status/1254461123753054209,None,,,,,,,"[{'screen_name': 'ansgarjohn', 'name': 'Ansgar John', 'id': '819772'}, {'screen_name': 'alandail', 'name': 'Alan Dail', 'id': '162234035'}]",,,, +2335,1254618912785915906,1254618912785915906,1587959433000.0,2020-04-27 03:50:33,+0000,,Snowing in Texas https://t.co/0LKwIpnoPB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1254618912785915906,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1254618681029558272/pu/img/8F5JTM5888YoT5fp.jpg,False,70128,1499,4158,,None,,,,,,,[],,,, +2336,1254606365517131780,1254430299313836036,1587956441000.0,2020-04-27 03:00:41,+0000,,Cryo test underway,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1254606365517131780,[],[],0,,False,10646,307,302,,None,,,,,,,[],,,, +2337,1254589486358499330,1254484149081120769,1587952417000.0,2020-04-27 01:53:37,+0000,,@WolfGaming193 @NASA Dark mode makes Twitter feel like night,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1254589486358499330,[],[],0,,False,2237,115,95,,None,,,,,,,"[{'screen_name': 'WolfGaming193', 'name': 'WolfGaming', 'id': '823018520778833920'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +2338,1254586082441793536,1253194408738111489,1587951605000.0,2020-04-27 01:40:05,+0000,,@AmarSheth @agargmd @aginnt @LegendaryEnergy How is it considered probable if there’s no covid test? Is just a cough or high temperature enough?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1254586082441793536,[],[],0,,False,1328,138,122,,None,,,,,,,"[{'screen_name': 'AmarSheth', 'name': 'Amar Sheth', 'id': '32464146'}, {'screen_name': 'agargmd', 'name': 'Ashwani🌱Garg 🇺🇸 ☯禅☸️ 🌏☮️🇮🇳', 'id': '43326045'}, {'screen_name': 'aginnt', 'name': 'Aaron Ginn', 'id': '184789840'}, {'screen_name': 'LegendaryEnergy', 'name': 'An0maly', 'id': '226194552'}]",,,, +2339,1254582649965993984,1254484149081120769,1587950787000.0,2020-04-27 01:26:27,+0000,,@NASA So dark out there,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1254582649965993984,[],[],0,,False,4886,245,210,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +2340,1254568781009113089,1253194408738111489,1587947480000.0,2020-04-27 00:31:20,+0000,,@LegendaryEnergy Would be helpful to distinguish deaths caused by covid vs unrelated to covid!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1254568781009113089,[],[],0,,False,8403,475,1063,,None,,,,,,,"[{'screen_name': 'LegendaryEnergy', 'name': 'An0maly', 'id': '226194552'}]",,,, +2341,1254549999062523905,1254103797837815809,1587943002000.0,2020-04-26 23:16:42,+0000,,@officialmcafee True,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1254549999062523905,[],[],0,,False,8736,329,459,,None,,,,,,,"[{'screen_name': 'officialmcafee', 'name': 'John McAfee', 'id': '961445378'}]",,,, +2342,1254544334298525697,1254541286335545345,1587941652000.0,2020-04-26 22:54:12,+0000,,@RedTheRaider .@officialmcafee may be 🥜 but his tweets are 🔥🔥,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1254544334298525697,[],[],0,,False,3018,136,182,,None,,,,,,,"[{'screen_name': 'RedTheRaider', 'name': 'Red the Raider', 'id': '820248047619817472'}]",,,, +2343,1254541286335545345,1254541286335545345,1587940925000.0,2020-04-26 22:42:05,+0000,,Interesting … https://t.co/z8sqqPt48q,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1254541286335545345,['https://www.usatoday.com/story/news/factcheck/2020/04/24/fact-check-medicare-hospitals-paid-more-covid-19-patients-coronavirus/3000638001/'],[],0,,False,49945,2806,12476,,None,,,,,,,[],,,, +2344,1254496182300217345,1254493063336079362,1587930171000.0,2020-04-26 19:42:51,+0000,,@cleantechnica Pace of innovation is all that matters in the long run,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1254496182300217345,[],[],0,,False,3226,145,272,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2345,1254495050228260865,1254495050228260865,1587929902000.0,2020-04-26 19:38:22,+0000,,Docs make good points https://t.co/WeXuZpMghY,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1254495050228260865,['https://m.youtube.com/watch?feature=youtu.be&v=xfLVxx_lBLU'],[],0,,False,15828,2287,2452,,None,,,,,,,[],,,, +2346,1254444243315195904,1254439180664528900,1587917788000.0,2020-04-26 16:16:28,+0000,,"@flcnhvy @NASASpaceflight Yes, switching soon to a 300 series alloy with higher ductility at cryogenic temp. 301 is good as sheet, but not as plate. Also, a lot of geometric changes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1254444243315195904,[],[],0,,False,1849,79,86,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2347,1254443488898437120,1254439180664528900,1587917608000.0,2020-04-26 16:13:28,+0000,,@PPathole @NASASpaceflight Not yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1254443488898437120,[],[],0,,False,655,12,32,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2348,1254443441469128704,1254439180664528900,1587917597000.0,2020-04-26 16:13:17,+0000,,@kulpability @NASASpaceflight Successive iteration of both design & manufacturing. Latter is 1000% harder than former.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1254443441469128704,[],[],0,,False,775,22,42,,None,,,,,,,"[{'screen_name': 'kulpability', 'name': 'Viscountess of Shrugsbury', 'id': '950471510266871810'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2349,1254441948187852800,1254439180664528900,1587917241000.0,2020-04-26 16:07:21,+0000,,@NASASpaceflight It’s a little dicey tbh. Thrust dome is being redesigned. Current one has four separate layers of steel in some places!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1254441948187852800,[],[],0,,False,1406,55,87,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2350,1254434088523640836,1254430299313836036,1587915367000.0,2020-04-26 15:36:07,+0000,,@PPathole @Cardoso 150m,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1254434088523640836,[],[],0,,False,1102,45,59,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}]",,,, +2351,1254432509531652097,1254430299313836036,1587914991000.0,2020-04-26 15:29:51,+0000,,@Cardoso Physically ready in a few weeks. Approvals may take longer.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1254432509531652097,[],[],0,,False,1529,68,74,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}]",,,, +2352,1254431839399411718,1254430299313836036,1587914831000.0,2020-04-26 15:27:11,+0000,,Aiming for cryo pressure test tonight,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1254431839399411718,[],[],0,,False,17954,467,560,,None,,,,,,,[],,,, +2353,1254430299313836036,1254430299313836036,1587914464000.0,2020-04-26 15:21:04,+0000,,SN4 passed ambient pressure test,fr,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1254430299313836036,[],[],0,,False,35888,611,1833,https://twitter.com/SpacePadreIsle/status/1254383611610103808,None,,,,,,,[],,,, +2354,1254040880262111234,1254014899950366720,1587821619000.0,2020-04-25 13:33:39,+0000,,@SamTalksTesla @28delayslater @justpaulinelol Romance Mode 🔥 https://t.co/nc735SsMpM,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/1254040880262111234,['https://m.youtube.com/watch?v=86QqOklo3t4'],[],0,,False,1341,144,97,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}, {'screen_name': '28delayslater', 'name': '🐶Earl of FrunkPuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +2355,1254039929333649409,1254014899950366720,1587821392000.0,2020-04-25 13:29:52,+0000,,@28delayslater @justpaulinelol Dogecoin Mode,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/1254039929333649409,[],[],0,,False,2192,124,207,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +2356,1254036905756327936,1253082788355596290,1587820671000.0,2020-04-25 13:17:51,+0000,,@PPathole @CBSNewYork @AielloTV Great,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/1254036905756327936,[],[],0,,False,794,32,26,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'CBSNewYork', 'name': 'CBS New York', 'id': '16299627'}, {'screen_name': 'AielloTV', 'name': 'Tony Aiello', 'id': '18358219'}]",,,, +2357,1254021817016233985,1254014899950366720,1587817074000.0,2020-04-25 12:17:54,+0000,,@harsha_irugu 👍 🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,12,https://twitter.com/elonmusk/status/1254021817016233985,[],[],0,,False,1603,22,27,,None,,,,,,,"[{'screen_name': 'harsha_irugu', 'name': 'Harsha irugu', 'id': '941512169245499392'}]",,,, +2358,1254021576347000832,1253082788355596290,1587817017000.0,2020-04-25 12:16:57,+0000,,@CBSNewYork @AielloTV Heard same from doc I trust,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,12,https://twitter.com/elonmusk/status/1254021576347000832,[],[],0,,False,1450,128,79,,None,,,,,,,"[{'screen_name': 'CBSNewYork', 'name': 'CBS New York', 'id': '16299627'}, {'screen_name': 'AielloTV', 'name': 'Tony Aiello', 'id': '18358219'}]",,,, +2359,1254017785358946304,1254014899950366720,1587816113000.0,2020-04-25 12:01:53,+0000,,"@yourfavgas @justpaulinelol No, good chance of RUD (rapid unscheduled disassembly) event, but landing pad is separated from launch pad",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,12,https://twitter.com/elonmusk/status/1254017785358946304,[],[],0,,False,2015,62,79,,None,,,,,,,"[{'screen_name': 'yourfavgas', 'name': 'Yuri', 'id': '1159852783660650496'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +2360,1254016860791681024,1254014899950366720,1587815892000.0,2020-04-25 11:58:12,+0000,,@justpaulinelol That basically describes SoC 0 vs SoC 1 of our FSD computer right now. Soon to change!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/1254016860791681024,[],[],0,,False,4975,53,106,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +2361,1254014899950366720,1254014899950366720,1587815425000.0,2020-04-25 11:50:25,+0000,,So often true 🤣🤣 https://t.co/qxmDtZ4Buf,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/1254014899950366720,[],['https://pbs.twimg.com/media/EWcn5seXkAEiUnX.jpg'],1,https://pbs.twimg.com/media/EWcn5seXkAEiUnX.jpg,False,206468,2889,25407,,None,,,,,,,[],,,, +2362,1254014297929396224,1253954495807184897,1587815281000.0,2020-04-25 11:48:01,+0000,,@brendan2908 @BocaChicaGal @NASASpaceflight Improved process I was referring to was cylinder to cylinder circumferential welds to improve cycle time & reduce pucker. Those are still working their way through production.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/1254014297929396224,[],[],0,,False,914,28,44,,None,,,,,,,"[{'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2363,1254012962160992262,1253954495807184897,1587814963000.0,2020-04-25 11:42:43,+0000,,@BocaChicaGal @NASASpaceflight These won’t be strictly coupled to ship serial number. Might be on SN5 or might just be used as a manufacturing pathfinder.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/1254012962160992262,[],[],0,,False,1167,42,76,,None,,,,,,,"[{'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2364,1253999733288378368,1249748070050324480,1587811809000.0,2020-04-25 10:50:09,+0000,,@PPathole Great labeling tools & talented human labelers really matter. It really is a skilled profession! Importance of good tools & infrastructure is underrated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/1253999733288378368,[],[],0,,False,5036,97,204,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +2365,1253995066978381824,1253832702383529984,1587810696000.0,2020-04-25 10:31:36,+0000,,"@jh_csquared @AlexBrendel2 @Erdayastronaut As usual for most things, building production system for Raptor is >1000% harder than designing it",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/1253995066978381824,[],[],0,,False,1367,43,64,,None,,,,,,,"[{'screen_name': 'jh_csquared', 'name': 'Jeremy', 'id': '738227523901788161'}, {'screen_name': 'AlexBrendel2', 'name': 'Alex Brendel', 'id': '763497753213153280'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2366,1253991807215599619,1253832702383529984,1587809919000.0,2020-04-25 10:18:39,+0000,,@RenataKonkoly @Erdayastronaut @SpaceX It’s also because of the Spitfire engine & wizard,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/1253991807215599619,[],[],0,,False,980,28,42,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2367,1253989823662239744,1249748070050324480,1587809446000.0,2020-04-25 10:10:46,+0000,,@PPathole Pretty much. Being better than human drivers on average is not a super high standard. Autonomy will probably be held to a 300% to 1000% higher safety requirement long-term.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/1253989823662239744,[],[],0,,False,1086,38,80,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +2368,1253903125993439232,1253874878920503302,1587788776000.0,2020-04-25 04:26:16,+0000,,@jgrano305 @thirdrowtesla @cleantechnica Progress is good,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1253903125993439232,[],[],0,,False,935,56,45,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2369,1253902750292807680,1253874878920503302,1587788686000.0,2020-04-25 04:24:46,+0000,,@thirdrowtesla @cleantechnica Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1253902750292807680,[],[],0,,False,748,42,33,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2370,1253901762991460353,1253874878920503302,1587788451000.0,2020-04-25 04:20:51,+0000,,@cleantechnica Many talented engineers are working on FSD at Tesla. What matters is solving vision at high frame rate in our compute space with low latency between camera frame & actuation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1253901762991460353,[],[],0,,False,1548,79,138,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2371,1253847824954949632,1253113227095007233,1587775591000.0,2020-04-25 00:46:31,+0000,,"@DMC_Ryan @RenataKonkoly Sure, we can probably do an update later this year",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1253847824954949632,[],[],0,,False,2253,92,82,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}]",,,, +2372,1253838268187185158,1253834922969763842,1587773312000.0,2020-04-25 00:08:32,+0000,,@Kristennetten @PPathole @alexanderbittan @shelbiestrykers Needs to be more than halfway to east coast,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1253838268187185158,[],[],0,,False,1110,153,49,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'alexanderbittan', 'name': 'Alexander Bittan', 'id': '1299958806'}, {'screen_name': 'shelbiestrykers', 'name': 'Shelbie Strykers', 'id': '35152832'}]",,,, +2373,1253837768737898496,1253834922969763842,1587773193000.0,2020-04-25 00:06:33,+0000,,"@PPathole @alexanderbittan @shelbiestrykers Not saying new Giga will be in Texas, but Cybertruck will be produced there wherever it is, as Fremont is at max capacity",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1253837768737898496,[],[],0,,False,1001,88,72,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'alexanderbittan', 'name': 'Alexander Bittan', 'id': '1299958806'}, {'screen_name': 'shelbiestrykers', 'name': 'Shelbie Strykers', 'id': '35152832'}]",,,, +2374,1253837102535659522,1253113227095007233,1587773035000.0,2020-04-25 00:03:55,+0000,,@RenataKonkoly Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1253837102535659522,[],[],0,,False,992,56,34,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}]",,,, +2375,1253836581485580292,1253834922969763842,1587772910000.0,2020-04-25 00:01:50,+0000,,@alexanderbittan @shelbiestrykers Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1253836581485580292,[],[],0,,False,655,42,27,,None,,,,,,,"[{'screen_name': 'alexanderbittan', 'name': 'Alexander Bittan', 'id': '1299958806'}, {'screen_name': 'shelbiestrykers', 'name': 'Shelbie Strykers', 'id': '35152832'}]",,,, +2376,1253835118206242817,1253834922969763842,1587772561000.0,2020-04-24 23:56:01,+0000,,@shelbiestrykers I agree,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1253835118206242817,[],[],0,,False,981,95,60,,None,,,,,,,"[{'screen_name': 'shelbiestrykers', 'name': 'Shelbie Strykers', 'id': '35152832'}]",,,, +2377,1253834922969763842,1253834922969763842,1587772515000.0,2020-04-24 23:55:15,+0000,,Mythic Quest is 🤣🤣 MTTD,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1253834922969763842,[],[],0,,False,22815,744,698,,None,,,,,,,[],,,, +2378,1253834316242616328,1253691818690129925,1587772370000.0,2020-04-24 23:52:50,+0000,,@polyrhythmic Mean Time To Dick is a key measure of any given human or machine intelligence system,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1253834316242616328,[],[],0,,False,920,55,71,,None,,,,,,,"[{'screen_name': 'polyrhythmic', 'name': 'Seth Kranzler', 'id': '38072753'}]",,,, +2379,1253832988820897792,1253832702383529984,1587772054000.0,2020-04-24 23:47:34,+0000,,@Erdayastronaut @SpaceX Merlin is very simple compared to Raptor,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1253832988820897792,[],[],0,,False,2661,96,111,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2380,1253797489171365888,1253795324092710912,1587763590000.0,2020-04-24 21:26:30,+0000,,@yourfavgas @VenciKudev @Tesla Width currently limited by size of cold-roll press needed to get steel to full hard condition. Bigger press will be built long-term.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1253797489171365888,[],[],0,,False,1327,72,52,,None,,,,,,,"[{'screen_name': 'yourfavgas', 'name': 'Yuri', 'id': '1159852783660650496'}, {'screen_name': 'VenciKudev', 'name': 'Ventsislav Kudev', 'id': '805960175303716864'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2381,1253795443923918854,1253795324092710912,1587763102000.0,2020-04-24 21:18:22,+0000,,@VenciKudev @Tesla Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1253795443923918854,[],[],0,,False,1023,30,35,,None,,,,,,,"[{'screen_name': 'VenciKudev', 'name': 'Ventsislav Kudev', 'id': '805960175303716864'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2382,1253795144165404672,1253795144165404672,1587763031000.0,2020-04-24 21:17:11,+0000,,Great questions from Hack Club!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1253795144165404672,[],[],0,,False,6764,297,368,https://twitter.com/hackclub/status/1253745190046707715,None,,,,,,,[],,,, +2383,1253758413408010241,1253748260554104834,1587754274000.0,2020-04-24 18:51:14,+0000,,@flcnhvy That’s hardcore,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1253758413408010241,[],[],0,,False,1611,71,49,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2384,1253748260554104834,1253748260554104834,1587751853000.0,2020-04-24 18:10:53,+0000,,The Machine Stops https://t.co/zFWfR7IEcT,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1253748260554104834,['https://www.ele.uri.edu/faculty/vetter/Other-stuff/The-Machine-Stops.pdf'],[],0,,False,12374,764,771,,None,,,,,,,[],,,, +2385,1253549057777303552,1253548213144965120,1587704359000.0,2020-04-24 04:59:19,+0000,,@thirdrowtesla Hard to imagine 2030,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1253549057777303552,[],[],0,,False,10129,443,444,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2386,1253547136416972801,1253545909566095360,1587703901000.0,2020-04-24 04:51:41,+0000,,@thirdrowtesla Seems so long ago,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1253547136416972801,[],[],0,,False,6975,193,163,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2387,1253542231589433344,1253412125948522497,1587702732000.0,2020-04-24 04:32:12,+0000,,@skorusARK Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1253542231589433344,[],[],0,,False,1857,77,67,,None,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +2388,1253541875065257984,1253508898377662464,1587702647000.0,2020-04-24 04:30:47,+0000,,@hoffjlh @HardcoreHistory It’s great,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1253541875065257984,[],[],0,,False,1887,26,60,,None,,,,,,,"[{'screen_name': 'hoffjlh', 'name': 'Jon H', 'id': '1695286326'}, {'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +2389,1253481409127354374,1253481409127354374,1587688231000.0,2020-04-24 00:30:31,+0000,,Welcome @hiromichimizuno to the Tesla board! Honored to have you.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1253481409127354374,[],[],0,,False,21363,657,765,,None,,,,,,,[],,,, +2390,1253477849639653381,1253346327347572736,1587687382000.0,2020-04-24 00:16:22,+0000,,@billycrammer @FlaTesla @Tesla 👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1253477849639653381,[],[],0,,False,2004,85,59,,None,,,,,,,"[{'screen_name': 'billycrammer', 'name': 'Billy Crammer', 'id': '867701249998811136'}, {'screen_name': 'FlaTesla', 'name': 'Fla Tesla🔋🔋', 'id': '1219674707030659079'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2391,1253477028222971907,1253412914951712768,1587687186000.0,2020-04-24 00:13:06,+0000,,@_youhadonejob1 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1253477028222971907,[],[],0,,False,6183,66,97,,None,,,,,,,"[{'screen_name': '_youhadonejob1', 'name': 'You Had One Job!', 'id': '3898598357'}]",,,, +2392,1253397976749391873,1253397976749391873,1587668339000.0,2020-04-23 18:58:59,+0000,,Starship SN4 tank on test stand https://t.co/zN2OmMp1OS,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1253397976749391873,[],['https://pbs.twimg.com/media/EWT20B5WkAENZlh.jpg'],1,https://pbs.twimg.com/media/EWT20B5WkAENZlh.jpg,False,64867,1888,4501,,None,,,,,,,[],,,, +2393,1253394346843541509,1253393153685688321,1587667473000.0,2020-04-23 18:44:33,+0000,,"@WhatsupFranks Yes, same results are showing up pretty much everywhere on Earth. Contagion is higher in high pop density cities & mortality proportionate to age.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1253394346843541509,[],[],0,,False,1222,78,86,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}]",,,, +2394,1253393153685688321,1253393153685688321,1587667189000.0,2020-04-23 18:39:49,+0000,,Silver lining is that mortality rate is much lower than predicted & herd immunity much higher. Good news.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1253393153685688321,[],[],0,,False,24799,935,2878,https://twitter.com/NYGovCuomo/status/1253352837255438338,None,,,,,,,[],,,, +2395,1253382387842646017,1252981206913859584,1587664622000.0,2020-04-23 17:57:02,+0000,,@ajtourville @psidart @TOGregTO Maybe Cybertruck will have it …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1253382387842646017,[],[],0,,False,1630,101,81,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'psidart', 'name': 'wannabe futurist', 'id': '56474182'}, {'screen_name': 'TOGregTO', 'name': 'TOGregTO #FSDBetaCanada', 'id': '172812223'}]",,,, +2396,1253381481075965954,1252981206913859584,1587664406000.0,2020-04-23 17:53:26,+0000,,"@psidart @TOGregTO I’m dying to do super efficient, quiet home HVAC with HEPA & water distillation. It’s weird, but I really want to do it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1253381481075965954,[],[],0,,False,4046,403,260,,None,,,,,,,"[{'screen_name': 'psidart', 'name': 'wannabe futurist', 'id': '56474182'}, {'screen_name': 'TOGregTO', 'name': 'TOGregTO #FSDBetaCanada', 'id': '172812223'}]",,,, +2397,1253380430809772032,1253377934477287424,1587664156000.0,2020-04-23 17:49:16,+0000,,@westcoastbill Good one,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1253380430809772032,[],[],0,,False,1336,44,69,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +2398,1253373654785720320,1252981206913859584,1587662540000.0,2020-04-23 17:22:20,+0000,,@jgrano305 @teslaownersSV @TOGregTO Will talk with team. We have a lot on our plate!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1253373654785720320,[],[],0,,False,748,59,43,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'TOGregTO', 'name': 'TOGregTO #FSDBetaCanada', 'id': '172812223'}]",,,, +2399,1253373112202211329,1252981206913859584,1587662411000.0,2020-04-23 17:20:11,+0000,,"@teslaownersSV @TOGregTO Side camera view looks a little weird, as meant for self-driving, but will review with team. Image will need a little post-processing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1253373112202211329,[],[],0,,False,796,73,54,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'TOGregTO', 'name': 'TOGregTO #FSDBetaCanada', 'id': '172812223'}]",,,, +2400,1253372118215114753,1252981206913859584,1587662174000.0,2020-04-23 17:16:14,+0000,,"@TOGregTO That is more reasonable, especially if mostly loans. Oil & gas is an important industry without which civilization could not function at this time, but financial support should be proportionate to rest of economy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1253372118215114753,[],[],0,,False,1480,30,99,,None,,,,,,,"[{'screen_name': 'TOGregTO', 'name': 'TOGregTO #FSDBetaCanada', 'id': '172812223'}]",,,, +2401,1253369789730390016,1253367980483903492,1587661619000.0,2020-04-23 17:06:59,+0000,,@TheOnion So shall we all,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1253369789730390016,[],[],0,,False,3529,100,144,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +2402,1253253205963804673,1253145412329971719,1587633823000.0,2020-04-23 09:23:43,+0000,,@flcnhvy @Erdayastronaut Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1253253205963804673,[],[],0,,False,2195,172,58,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2403,1253251573851066368,1253145412329971719,1587633434000.0,2020-04-23 09:17:14,+0000,,@Erdayastronaut Haha sure,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1253251573851066368,[],[],0,,False,4743,136,79,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2404,1253249276509130753,1253247397171466240,1587632886000.0,2020-04-23 09:08:06,+0000,,@Teslarati Good summary,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1253249276509130753,[],[],0,,False,2603,132,97,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2405,1253172750295928833,1252052810675310593,1587614641000.0,2020-04-23 04:04:01,+0000,,@MFrunker @teslaownersSV @CodingMark @JosephVVallace @Kristennetten @thirdrowtesla @Tesla Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1253172750295928833,[],[],0,,False,923,83,60,,None,,,,,,,"[{'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'CodingMark', 'name': 'Mark', 'id': '952755407788826624'}, {'screen_name': 'JosephVVallace', 'name': 'Tesla STONK 💎🙌: Crypto ORACLE of OC:', 'id': '1197431140438593536'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2406,1253171468495654913,1253042868270149632,1587614335000.0,2020-04-23 03:58:55,+0000,,@ravikumarpulapa @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1253171468495654913,[],[],0,,False,1445,128,47,,None,,,,,,,"[{'screen_name': 'ravikumarpulapa', 'name': 'Ravikumar Pulapa', 'id': '140870296'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2407,1253171352049266689,1252052810675310593,1587614307000.0,2020-04-23 03:58:27,+0000,,@teslaownersSV @CodingMark @JosephVVallace @Kristennetten @thirdrowtesla @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1253171352049266689,[],[],0,,False,713,49,32,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'CodingMark', 'name': 'Mark', 'id': '952755407788826624'}, {'screen_name': 'JosephVVallace', 'name': 'Tesla STONK 💎🙌: Crypto KING of OC:', 'id': '1197431140438593536'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2408,1253171145337118721,1252052810675310593,1587614258000.0,2020-04-23 03:57:38,+0000,,"@CodingMark @JosephVVallace @teslaownersSV @Kristennetten @thirdrowtesla @Tesla Yeah, it’s named after my friend Joe who suggested the feature",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1253171145337118721,[],[],0,,False,1376,49,41,,None,,,,,,,"[{'screen_name': 'CodingMark', 'name': 'Mark', 'id': '952755407788826624'}, {'screen_name': 'JosephVVallace', 'name': 'Tesla STONK 💎🙌: Crypto ORACLE of OC:', 'id': '1197431140438593536'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K11✨Button', 'id': '985686123123949568'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2409,1253164036356747264,1252052810675310593,1587612563000.0,2020-04-23 03:29:23,+0000,,@teslaownersSV @Kristennetten @thirdrowtesla @Tesla Maybe just make Joe Mode quieter?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1253164036356747264,[],[],0,,False,710,105,32,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2410,1253115727965491202,1253113227095007233,1587601045000.0,2020-04-23 00:17:25,+0000,,"@flcnhvy Private beta begins in ~3 months, public beta in ~6 months, starting with high latitudes",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1253115727965491202,[],[],0,,False,7613,949,505,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2411,1253113227095007233,1253113227095007233,1587600449000.0,2020-04-23 00:07:29,+0000,,"In advance of this, please try to hack Starlink & Tesla Mothership!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1253113227095007233,[],[],0,,False,23047,788,1993,https://twitter.com/hackclub/status/1253073891049734150,None,,,,,,,[],,,, +2412,1253084960057176068,1253084960057176068,1587593710000.0,2020-04-22 22:15:10,+0000,,There are now 420 operational Starlink satellites 🛰 😉,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1253084960057176068,[],[],0,,False,278066,8984,25426,,None,,,,,,,[],,,, +2413,1253082274612068355,1252787409865052161,1587593070000.0,2020-04-22 22:04:30,+0000,,@PPathole @Supernova_Style New York seeing same results for invasive ventilators as Wuhan https://t.co/yYrjwWwixl,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1253082274612068355,['https://www.bloomberg.com/news/articles/2020-04-22/almost-9-in-10-covid-19-patients-on-ventilators-died-in-study'],[],0,,False,1091,58,135,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Supernova_Style', 'name': 'SupernovaStyle Science News', 'id': '787461596763258880'}]",,,, +2414,1253033589647781889,1252995758623608832,1587581462000.0,2020-04-22 18:51:02,+0000,,"@skorusARK Pretty much. We place high value on simulation too, but nothing’s as weird as reality!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1253033589647781889,[],[],0,,False,2074,92,103,,None,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +2415,1252987963329388544,1252835839534497792,1587570584000.0,2020-04-22 15:49:44,+0000,,"@TesLatino @flcnhvy @anime_virus @thirdrowtesla @MFrunker @SpaceX It’s made of a special dark foam that’s extremely radio transparent, so as not to affect the phased array antennas. Looks a lot like a car sun visor.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1252987963329388544,[],[],0,,False,892,46,52,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'anime_virus', 'name': 'anime.radio', 'id': '66245774'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2416,1252986968058802177,1252835839534497792,1587570347000.0,2020-04-22 15:45:47,+0000,,@Erdayastronaut @flcnhvy @anime_virus @thirdrowtesla @MFrunker Solar panel angle during orbit raise / park. We’re fixing it now.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1252986968058802177,[],[],0,,False,2175,86,77,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'anime_virus', 'name': 'anime.radio', 'id': '66245774'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}]",,,, +2417,1252986049015549958,1252835839534497792,1587570128000.0,2020-04-22 15:42:08,+0000,,@OwenSparks_ @flcnhvy @anime_virus @thirdrowtesla @MFrunker Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1252986049015549958,[],[],0,,False,650,22,24,,None,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'anime_virus', 'name': 'anime.radio', 'id': '66245774'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}]",,,, +2418,1252985884582055944,1252835839534497792,1587570088000.0,2020-04-22 15:41:28,+0000,,@flcnhvy @anime_virus @thirdrowtesla @MFrunker They are in fact being deorbited haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1252985884582055944,[],[],0,,False,2073,60,76,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'anime_virus', 'name': 'anime.radio', 'id': '66245774'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}]",,,, +2419,1252985622219960327,1252978746514161664,1587570026000.0,2020-04-22 15:40:26,+0000,,@yourfavgas @julia_bergeron @NASASpaceflight Small amount of isopropyl alcohol (cleaning fluid) was trapped in a sensor dead leg & ignited in flight,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1252985622219960327,[],[],0,,False,1601,92,127,,None,,,,,,,"[{'screen_name': 'yourfavgas', 'name': 'Yuri', 'id': '1159852783660650496'}, {'screen_name': 'julia_bergeron', 'name': 'Julia', 'id': '739284612099256320'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2420,1252984704128745474,1252978746514161664,1587569807000.0,2020-04-22 15:36:47,+0000,,@julia_bergeron @NASASpaceflight Sure hope so!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1252984704128745474,[],[],0,,False,817,29,32,,None,,,,,,,"[{'screen_name': 'julia_bergeron', 'name': 'Julia', 'id': '739284612099256320'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2421,1252982756482711552,1252981206913859584,1587569343000.0,2020-04-22 15:29:03,+0000,,"@TOGregTO Frankly, much of the stimulus money is questionable, but this much to oil & gas seems especially so",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1252982756482711552,[],[],0,,False,2705,94,183,,None,,,,,,,"[{'screen_name': 'TOGregTO', 'name': 'TOGregTO #FSDBetaCanada', 'id': '172812223'}]",,,, +2422,1252981570551582723,1252981206913859584,1587569060000.0,2020-04-22 15:24:20,+0000,,@TOGregTO Not the greatest use of money,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1252981570551582723,[],[],0,,False,13870,189,579,,None,,,,,,,"[{'screen_name': 'TOGregTO', 'name': 'TOGregTO #FSDBetaCanada', 'id': '172812223'}]",,,, +2423,1252973037382705154,1252835839534497792,1587567025000.0,2020-04-22 14:50:25,+0000,,"@anime_virus @flcnhvy @thirdrowtesla @MFrunker If this launch succeeds, we will have put up 422 satellites …",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1252973037382705154,[],[],0,,False,2670,123,106,,None,,,,,,,"[{'screen_name': 'anime_virus', 'name': 'anime.radio', 'id': '66245774'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}]",,,, +2424,1252872826731655173,1252835839534497792,1587543133000.0,2020-04-22 08:12:13,+0000,,@thirdrowtesla @MFrunker Thanks! We are taking some key steps to reduce satellite brightness btw. Should be much less noticeable during orbit raise by changing solar panel angle & all sats get sunshades starting with launch 9.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1252872826731655173,[],[],0,,False,3816,187,254,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}]",,,, +2425,1252869965851422723,1252835839534497792,1587542451000.0,2020-04-22 08:00:51,+0000,,@thirdrowtesla @MFrunker Makes sense,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1252869965851422723,[],[],0,,False,1164,43,36,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}]",,,, +2426,1252792748354174976,1252756603893436422,1587524041000.0,2020-04-22 02:54:01,+0000,,@nichegamer Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1252792748354174976,[],[],0,,False,21917,308,841,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2427,1252791103918616582,1252787409865052161,1587523649000.0,2020-04-22 02:47:29,+0000,,@jgrano305 @PPathole @Supernova_Style Anything surprising?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1252791103918616582,[],[],0,,False,1712,97,63,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Supernova_Style', 'name': 'SupernovaStyle Science News', 'id': '787461596763258880'}]",,,, +2428,1252790272590843904,1252787409865052161,1587523451000.0,2020-04-22 02:44:11,+0000,,@PPathole @Supernova_Style Numbers I was told from Wuhan were 80% to 90% mortality rate for invasive ventilators. Those are not good odds.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1252790272590843904,[],[],0,,False,1441,63,108,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Supernova_Style', 'name': 'SupernovaStyle Science News', 'id': '787461596763258880'}]",,,, +2429,1252789369947250688,1252787409865052161,1587523236000.0,2020-04-22 02:40:36,+0000,,"@Supernova_Style When I talked to doctors in Wuhan, they recommended against invasive ventilators & in favor of non-invasive",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1252789369947250688,[],[],0,,False,995,88,60,,None,,,,,,,"[{'screen_name': 'Supernova_Style', 'name': 'SupernovaStyle Science News', 'id': '787461596763258880'}]",,,, +2430,1252788541005889538,1252787409865052161,1587523038000.0,2020-04-22 02:37:18,+0000,,@Supernova_Style No kidding …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1252788541005889538,[],[],0,,False,1206,31,51,,None,,,,,,,"[{'screen_name': 'Supernova_Style', 'name': 'SupernovaStyle Science News', 'id': '787461596763258880'}]",,,, +2431,1252735860384190465,1252675265844690944,1587510478000.0,2020-04-21 23:07:58,+0000,,@ChrisG_NSF @NASASpaceflight Good article,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1252735860384190465,[],[],0,,False,1688,50,63,,None,,,,,,,"[{'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +2432,1252735212376797189,1252681958007734273,1587510323000.0,2020-04-21 23:05:23,+0000,,"@PPathole @AnnieW Am in Boca working on the rocket with an awesome team, so pretty great :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1252735212376797189,[],[],0,,False,4636,113,144,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'AnnieW', 'name': 'Annie Wu', 'id': '3133251'}]",,,, +2433,1252721859755466752,1252681958007734273,1587507140000.0,2020-04-21 22:12:20,+0000,,@AnnieW 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1252721859755466752,[],[],0,,False,945,33,24,,None,,,,,,,"[{'screen_name': 'AnnieW', 'name': 'Annie Wu', 'id': '3133251'}]",,,, +2434,1252556301412052993,1252552955963850753,1587467668000.0,2020-04-21 11:14:28,+0000,,"@brendan2908 @cleantechnica Definitely header tanks & nosecone on SN5, hopefully flaps too. Definitely flaps on SN6",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/1252556301412052993,[],[],0,,False,1911,59,109,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2435,1252553635935989760,1252552955963850753,1587467032000.0,2020-04-21 11:03:52,+0000,,@cleantechnica Crazy times!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/1252553635935989760,[],[],0,,False,2043,125,111,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2436,1252551847904251905,1252550835042693125,1587466606000.0,2020-04-21 10:56:46,+0000,,@archillect Red sky of Mars is Blue at dawn & dusk,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1252551847904251905,[],[],0,,False,14636,203,611,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +2437,1252550942525923328,1252294224021581829,1587466390000.0,2020-04-21 10:53:10,+0000,,@PPathole @morgan_murphy Check the warranty …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1252550942525923328,[],[],0,,False,2337,71,54,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'morgan_murphy', 'name': 'Morgan Murphy', 'id': '21125133'}]",,,, +2438,1252549105374711809,1252294224021581829,1587465952000.0,2020-04-21 10:45:52,+0000,,@morgan_murphy Guaranteed to make any party more fun!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1252549105374711809,[],[],0,,False,1217,48,37,,None,,,,,,,"[{'screen_name': 'morgan_murphy', 'name': 'Morgan Murphy', 'id': '21125133'}]",,,, +2439,1252336124862672897,1252286020713922560,1587415174000.0,2020-04-20 20:39:34,+0000,,@Teslarati Thanks everyone! Still can’t believe I was born 69 days after 4/20 🤓,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1252336124862672897,[],[],0,,False,20294,545,1313,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2440,1252098355062173696,1252052810675310593,1587358485000.0,2020-04-20 04:54:45,+0000,,@batflyer @tobyliiiiiiiiii @Kristennetten @thirdrowtesla @Tesla Yes. It will even float for a while.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1252098355062173696,[],[],0,,False,1705,165,91,,None,,,,,,,"[{'screen_name': 'batflyer', 'name': 'batflyer', 'id': '15750509'}, {'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2441,1252088646737391617,1252052810675310593,1587356170000.0,2020-04-20 04:16:10,+0000,,"@tobyliiiiiiiiii @Kristennetten @thirdrowtesla @Tesla Yeah, and whole lot more! Aargh, I’m dying to make Cybertruck like yesterday!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1252088646737391617,[],[],0,,False,5386,298,232,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2442,1252088417753546752,1252052810675310593,1587356116000.0,2020-04-20 04:15:16,+0000,,@teslaownersSV @Kristennetten @thirdrowtesla @Tesla Thinking about this …,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1252088417753546752,[],[],0,,False,1113,109,49,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2443,1252087986910420992,1252052810675310593,1587356013000.0,2020-04-20 04:13:33,+0000,,@Kristennetten @thirdrowtesla @Tesla This is the key paragraph https://t.co/zvTWhPVcM4,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1252087986910420992,[],['https://pbs.twimg.com/media/EWBPYvaUcAAb7ls.jpg'],1,https://pbs.twimg.com/media/EWBPYvaUcAAb7ls.jpg,False,1867,116,117,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2444,1251750094015086597,1251716508335693824,1587275453000.0,2020-04-19 05:50:53,+0000,,@alvianchoiri @Erdayastronaut @BocaChicaGal @NASASpaceflight @SpaceX Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1251750094015086597,[],[],0,,False,1574,57,47,,None,,,,,,,"[{'screen_name': 'alvianchoiri', 'name': 'AChA', 'id': '807555730010083328'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2445,1251740004134514689,1251716508335693824,1587273047000.0,2020-04-19 05:10:47,+0000,,@Erdayastronaut @BocaChicaGal @NASASpaceflight @SpaceX Mechanically attached to steel studs. Insulation is certainly the intention!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1251740004134514689,[],[],0,,False,2286,70,92,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2446,1251677812852797440,1251677812852797440,1587258220000.0,2020-04-19 01:03:40,+0000,,Best political platform ever https://t.co/CRbNFdQj4B,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1251677812852797440,[],['https://pbs.twimg.com/media/EV7aVdzU0AEiRbq.jpg'],1,https://pbs.twimg.com/media/EV7aVdzU0AEiRbq.jpg,False,297461,2565,41576,,None,,,,,,,[],,,, +2447,1251675499375415299,1251207515703894016,1587257668000.0,2020-04-19 00:54:28,+0000,,"@Erdayastronaut @teslaownersSV @NASA SpaceX has a lot of experience berthing & now docking with @Space_Station, which is very difficult. Orbital refilling should in theory be easier, since Starships dock with themselves & will be uncrewed at first.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1251675499375415299,[],[],0,,False,2211,77,118,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +2448,1251673853459263488,1251207515703894016,1587257276000.0,2020-04-19 00:47:56,+0000,,@RationalEtienne @teslaownersSV @Erdayastronaut Great platform 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1251673853459263488,[],[],0,,False,936,53,40,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2449,1251672938295603202,1251318202321305606,1587257058000.0,2020-04-19 00:44:18,+0000,,@Johnny_Detroit @WhatsupFranks @flcnhvy !!,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1251672938295603202,[],[],0,,False,549,51,30,,None,,,,,,,"[{'screen_name': 'Johnny_Detroit', 'name': 'Johnny Detroit', 'id': '24793321'}, {'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2450,1251672139205275649,1251207515703894016,1587256867000.0,2020-04-19 00:41:07,+0000,,"@teslaownersSV @Erdayastronaut Fully reusable orbital rocket, then orbital refilling, then Mars",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1251672139205275649,[],[],0,,False,1742,91,120,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2451,1251671676179279873,1251155738421899273,1587256757000.0,2020-04-19 00:39:17,+0000,,@Peter_J_Beck @thesheetztweetz @ulalaunch @torybruno @SpaceX 10% would be impressive. Anything below a 20% payload hit would be outstanding.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1251671676179279873,[],[],0,,False,1296,29,48,,None,,,,,,,"[{'screen_name': 'Peter_J_Beck', 'name': 'Peter Beck', 'id': '976574172468936704'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'ulalaunch', 'name': 'ULA', 'id': '22845770'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2452,1251670939177152512,1251207515703894016,1587256581000.0,2020-04-19 00:36:21,+0000,,"@Erdayastronaut I sure hope so! This will inspire the world & get people excited about the future, just as Apollo did. It wasn’t just that a few people went to the moon, they went there for all humankind.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1251670939177152512,[],[],0,,False,2746,95,197,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2453,1251670127944232963,1251318202321305606,1587256388000.0,2020-04-19 00:33:08,+0000,,"@WhatsupFranks @flcnhvy Another reason reported mortality rate is overstated is that dying *with* covid is not same as dying *from* covid. Media keeps reporting former, not latter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1251670127944232963,[],[],0,,False,445,164,76,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2454,1251666381793198080,1251665776630734850,1587255494000.0,2020-04-19 00:18:14,+0000,,@InSpaceXItrust @jgrano305 Maybe 1.5% change to interior dimensions. Still very roomy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1251666381793198080,[],[],0,,False,727,64,41,,None,,,,,,,"[{'screen_name': 'InSpaceXItrust', 'name': 'Michael Hodges', 'id': '1014273249453248512'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}]",,,, +2455,1251665898194141184,1251665776630734850,1587255379000.0,2020-04-19 00:16:19,+0000,,@jgrano305 Probably 3 to 6 months,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1251665898194141184,[],[],0,,False,605,104,41,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}]",,,, +2456,1251665633449631744,1251318202321305606,1587255316000.0,2020-04-19 00:15:16,+0000,,"@flcnhvy Moreover, there is mounting evidence that invasive is suboptimal for covid. If they put Boris Johnson on mask ventilator, but *not* invasive, that tells you something! This article incorrectly conflates invasive as “ventilator”, but makes many good points https://t.co/5cPQ29wOvu",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1251665633449631744,['https://www.dailymail.co.uk/news/article-8230775/Is-proof-live-saving-ventilators-actually-deathtraps.html'],[],0,,False,660,104,80,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2457,1251663844860063746,1251318202321305606,1587254890000.0,2020-04-19 00:08:10,+0000,,@flcnhvy You’d think they’d at least be Wikipedia-level informed about ventilators! It clearly articulates the difference between invasive & non-invasive. It’s very misleading to the public to claim that only the invasive type are “real ventilators”. https://t.co/wHkAQ9177V,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1251663844860063746,['https://en.m.wikipedia.org/wiki/Ventilator'],[],0,,False,1028,155,96,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2458,1251636007763447809,1251630186698768390,1587248253000.0,2020-04-18 22:17:33,+0000,,@PPathole @nichegamer My kids loved that one when they were little,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1251636007763447809,[],[],0,,False,1827,83,45,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2459,1251633343424114689,1251630186698768390,1587247617000.0,2020-04-18 22:06:57,+0000,,@nichegamer 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1251633343424114689,[],[],0,,False,3638,51,85,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2460,1251620699443064833,1251602568658202630,1587244603000.0,2020-04-18 21:16:43,+0000,,@SpaceForceDoD @AF_Academy Congratulations again! Starfleet begins …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1251620699443064833,[],[],0,,False,4857,153,298,,None,,,,,,,"[{'screen_name': 'SpaceForceDoD', 'name': 'United States Space Force', 'id': '26572460'}, {'screen_name': 'AF_Academy', 'name': 'U.S. Air Force Academy', 'id': '69073724'}]",,,, +2461,1251619922775425024,1251237149502050304,1587244418000.0,2020-04-18 21:13:38,+0000,,@marcelzimmer @parth_dhawale @Tesla The way it should be!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1251619922775425024,[],[],0,,False,8396,130,123,,None,,,,,,,"[{'screen_name': 'marcelzimmer', 'name': 'Marcel Zimmer', 'id': '1212331449581367296'}, {'screen_name': 'parth_dhawale', 'name': 'Parth', 'id': '855438829091684354'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2462,1251585546696028160,1251303076159504384,1587236222000.0,2020-04-18 18:57:02,+0000,,@AF_Academy You’re welcome! Very exciting times ahead for space.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1251585546696028160,[],[],0,,False,4853,86,133,,None,,,,,,,"[{'screen_name': 'AF_Academy', 'name': 'U.S. Air Force Academy', 'id': '69073724'}]",,,, +2463,1251387410862104581,1251207515703894016,1587188983000.0,2020-04-18 05:49:43,+0000,,"@bluemoondance74 @MichaelCanary02 @Erdayastronaut @dwesterster Raptor is going through many development tests. Merlin is doing acceptance tests, as the design is stable. Depending on how you count them, there are about 6 engine stands operating in parallel.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1251387410862104581,[],[],0,,False,1283,80,76,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'MichaelCanary02', 'name': 'Michael Canary', 'id': '765541154066759680'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'dwesterster', 'name': 'JungleKid', 'id': '696372987570872322'}]",,,, +2464,1251386583846023171,1251207515703894016,1587188785000.0,2020-04-18 05:46:25,+0000,,"@tobyliiiiiiiiii @MichaelCanary02 @Erdayastronaut @dwesterster No, as the header tanks are quite small relative to main (~30 tons vs 1200 tons). Only uses very tip of the nose.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1251386583846023171,[],[],0,,False,823,20,38,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'MichaelCanary02', 'name': 'Michael Canary', 'id': '765541154066759680'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'dwesterster', 'name': 'JungleKid', 'id': '696372987570872322'}]",,,, +2465,1251385914137260032,1251207515703894016,1587188626000.0,2020-04-18 05:43:46,+0000,,@bluemoondance74 @MichaelCanary02 @Erdayastronaut @dwesterster SN5,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1251385914137260032,[],[],0,,False,786,16,32,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'MichaelCanary02', 'name': 'Michael Canary', 'id': '765541154066759680'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'dwesterster', 'name': 'JungleKid', 'id': '696372987570872322'}]",,,, +2466,1251384834129158145,1251207515703894016,1587188368000.0,2020-04-18 05:39:28,+0000,,"@MichaelCanary02 @Erdayastronaut @dwesterster No, oxygen header tank in nose is important to keep center of mass forward during atmospheric entry",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1251384834129158145,[],[],0,,False,878,27,31,,None,,,,,,,"[{'screen_name': 'MichaelCanary02', 'name': 'Michael Canary', 'id': '765541154066759680'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'dwesterster', 'name': 'JungleKid', 'id': '696372987570872322'}]",,,, +2467,1251384318821195778,1251195400884826112,1587188245000.0,2020-04-18 05:37:25,+0000,,@PPathole @xkcdComic 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1251384318821195778,[],[],0,,False,710,27,25,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'xkcdComic', 'name': 'XKCD Comic', 'id': '2251623492'}]",,,, +2468,1251384072967827458,1251207515703894016,1587188187000.0,2020-04-18 05:36:27,+0000,,"@Erdayastronaut @dwesterster Similar, but seemingly small changes can have surprisingly big effects",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1251384072967827458,[],[],0,,False,1763,58,59,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'dwesterster', 'name': 'JungleKid', 'id': '696372987570872322'}]",,,, +2469,1251357585057316866,1251341441655164934,1587181872000.0,2020-04-18 03:51:12,+0000,,@jgrano305 @AusTeslaOwners Should be available as an in app purchase next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1251357585057316866,[],[],0,,False,1060,76,39,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'AusTeslaOwners', 'name': 'Australian Tesla Owners', 'id': '1153562537163575296'}]",,,, +2470,1251357006675324930,1251341441655164934,1587181734000.0,2020-04-18 03:48:54,+0000,,"@AusTeslaOwners You’re right, will fix",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1251357006675324930,[],[],0,,False,8340,117,133,,None,,,,,,,"[{'screen_name': 'AusTeslaOwners', 'name': 'Australian Tesla Owners', 'id': '1153562537163575296'}]",,,, +2471,1251345549841715200,1251318202321305606,1587179002000.0,2020-04-18 03:03:22,+0000,,"@TeslaGong @vincent13031925 @flcnhvy Good point. Yeah, Remdesivir is sounding very promising!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1251345549841715200,[],[],0,,False,701,40,46,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2472,1251345322883727361,1251345322883727361,1587178948000.0,2020-04-18 03:02:28,+0000,,Orbital human spaceflight returns to the Cape in six weeks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1251345322883727361,[],[],0,,False,30611,938,3485,https://twitter.com/NASA/status/1251217380442869760,None,,,,,,,[],,,, +2473,1251342664831623170,1251318202321305606,1587178314000.0,2020-04-18 02:51:54,+0000,,@vincent13031925 @flcnhvy Advertising salespeople dressed as truth tellers,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1251342664831623170,[],[],0,,False,1395,108,127,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2474,1251335445977403392,1251318202321305606,1587176593000.0,2020-04-18 02:23:13,+0000,,@flcnhvy #CancelNewsNetwork,und,['cancelnewsnetwork'],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1251335445977403392,[],[],0,,False,2052,189,249,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2475,1251225045717770241,1251207515703894016,1587150272000.0,2020-04-17 19:04:32,+0000,,"@Erdayastronaut @dwesterster Trying have fewer parts, so strakes are unlikely. Some very counterintuitive CFD results in both hypersonic & subsonic regimes. Starship does controlled falling more than flying.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1251225045717770241,[],[],0,,False,1943,114,103,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'dwesterster', 'name': 'JungleKid', 'id': '696372987570872322'}]",,,, +2476,1251222827849486337,1251207515703894016,1587149743000.0,2020-04-17 18:55:43,+0000,,"@Erdayastronaut @dwesterster Flaps, actuator & static aero are undergoing redesign for mass reduction & simplicity",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1251222827849486337,[],[],0,,False,2403,101,110,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'dwesterster', 'name': 'JungleKid', 'id': '696372987570872322'}]",,,, +2477,1251221074143883264,1251215266937274369,1587149325000.0,2020-04-17 18:48:45,+0000,,@CovelloMassimo @Tesla Will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1251221074143883264,[],[],0,,False,7026,143,141,,None,,,,,,,"[{'screen_name': 'CovelloMassimo', 'name': 'Thank you for flying with SpaceX', 'id': '543971421'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2478,1251213182904877056,1251101589273706497,1587147443000.0,2020-04-17 18:17:23,+0000,,@flcnhvy True,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1251213182904877056,[],[],0,,False,2819,85,75,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2479,1251211977893937152,1251207515703894016,1587147156000.0,2020-04-17 18:12:36,+0000,,@Erdayastronaut @dwesterster Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1251211977893937152,[],[],0,,False,2084,66,69,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'dwesterster', 'name': 'JungleKid', 'id': '696372987570872322'}]",,,, +2480,1251208105980915713,1251195400884826112,1587146233000.0,2020-04-17 17:57:13,+0000,,@xkcdComic 🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1251208105980915713,[],[],0,,False,865,54,35,,None,,,,,,,"[{'screen_name': 'xkcdComic', 'name': 'XKCD Comic', 'id': '2251623492'}]",,,, +2481,1251207515703894016,1251207515703894016,1587146092000.0,2020-04-17 17:54:52,+0000,,"Good progress, but 18 years to launch our first humans is a long time. Technology must advance faster or there will be no city on the red planet in our lifetime. https://t.co/IsICexqxtV",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1251207515703894016,[],['https://pbs.twimg.com/media/EV0umn5U4AIb7ZU.jpg'],1,https://pbs.twimg.com/media/EV0umn5U4AIb7ZU.jpg,False,35824,1659,3483,https://twitter.com/SciGuySpace/status/1251204415832326144,None,,,,,,,[],,,, +2482,1251032221231677440,1250862715217817600,1587104299000.0,2020-04-17 06:18:19,+0000,,"@Teslarati Pretty much, although we also sent some Medtronic units, which are meant for extreme situations. Those require a lot of work to set up & operate. Should be used sparingly. SpaceX is making the valve at the heart of that system.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1251032221231677440,[],[],0,,False,4985,168,269,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2483,1251026409344163840,1249864685366784000,1587102913000.0,2020-04-17 05:55:13,+0000,,"@AngelNDevil2 @S_Padival @fourthrowtesla @TESLAcharts It’s a hard problem, mostly due to esthetics, but it’s the future we should have",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1251026409344163840,[],[],0,,False,811,42,43,,None,,,,,,,"[{'screen_name': 'AngelNDevil2', 'name': 'Angel & Devil', 'id': '1347954961452302336'}, {'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'fourthrowtesla', 'name': 'fourthrowtesla', 'id': '1249853816834416640'}, {'screen_name': 'TESLAcharts', 'name': 'TC, Chartoking', 'id': '962805945020702722'}]",,,, +2484,1250909972075970560,1250875716440166400,1587075152000.0,2020-04-16 22:12:32,+0000,,@Kristennetten @TeslaGong @mattkalin @kimbal Reviewing overall system with vehicle engineering team next week. Should have number then.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1250909972075970560,[],[],0,,False,1441,100,79,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'mattkalin', 'name': 'Matt Kalin', 'id': '16625209'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +2485,1250909467987685378,1250875716440166400,1587075032000.0,2020-04-16 22:10:32,+0000,,"@jgrano305 @TeslaGong @mattkalin @kimbal Reduced size by ~3%, center line is more level & lower window sill height",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1250909467987685378,[],[],0,,False,1640,135,88,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'mattkalin', 'name': 'Matt Kalin', 'id': '16625209'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +2486,1250908872174260224,1250869981522337793,1587074890000.0,2020-04-16 22:08:10,+0000,,@JohnCrumrine @neiltyson 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1250908872174260224,[],[],0,,False,3174,34,41,,None,,,,,,,"[{'screen_name': 'JohnCrumrine', 'name': 'John Crumrine', 'id': '71101065'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +2487,1250908720009113600,1250875716440166400,1587074854000.0,2020-04-16 22:07:34,+0000,,@TeslaGong @mattkalin @kimbal All new,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1250908720009113600,[],[],0,,False,1202,46,52,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'mattkalin', 'name': 'Matt Kalin', 'id': '16625209'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +2488,1250908614157467650,1250869981522337793,1587074829000.0,2020-04-16 22:07:09,+0000,,"@neiltyson It is about 10% too small, but lots of fun 😀",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1250908614157467650,[],[],0,,False,17562,224,284,,None,,,,,,,"[{'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +2489,1250905349265084416,1250875716440166400,1587074050000.0,2020-04-16 21:54:10,+0000,,@mattkalin @kimbal We’re working on increasing dynamic air suspension travel for better off-roading. Needs to kick butt in Baja.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1250905349265084416,[],[],0,,False,2427,110,141,,None,,,,,,,"[{'screen_name': 'mattkalin', 'name': 'Matt Kalin', 'id': '16625209'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +2490,1250904341059383296,1250875716440166400,1587073810000.0,2020-04-16 21:50:10,+0000,,@kimbal Karma is real,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1250904341059383296,[],[],0,,False,7765,274,550,,None,,,,,,,"[{'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +2491,1250903645459116032,1250861796694437888,1587073644000.0,2020-04-16 21:47:24,+0000,,"@westcoastbill Yeah, super messed up",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1250903645459116032,[],[],0,,False,2935,106,135,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +2492,1250845551320379393,1250844985433272320,1587059793000.0,2020-04-16 17:56:33,+0000,,"These were based on direct requests from their ICU wards, with exact specifications of each unit provided before shipment",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1250845551320379393,[],[],0,,False,37885,823,1538,,None,,,,,,,[],,,, +2493,1250844985433272320,1250844985433272320,1587059658000.0,2020-04-16 17:54:18,+0000,,Partial list of hospitals to which Tesla sent ventilators https://t.co/sfI6yuUbrM,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1250844985433272320,[],['https://pbs.twimg.com/media/EVvk4gaU0AIOp2z.jpg'],1,https://pbs.twimg.com/media/EVvk4gaU0AIOp2z.jpg,False,181289,4192,15986,,None,,,,,,,[],,,, +2494,1250828039010705408,1250647869352181760,1587055618000.0,2020-04-16 16:46:58,+0000,,@mdornic @CNN Perhaps you are unaware that Twitter has a search function? The hospitals *themselves* acknowledged receipt of ventilators.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1250828039010705408,[],[],0,,False,15107,365,998,,None,,,,,,,"[{'screen_name': 'mdornic', 'name': 'Matt Dornic', 'id': '49960226'}, {'screen_name': 'CNN', 'name': 'CNN', 'id': '759251'}]",,,, +2495,1250727845988450304,1250722366298165253,1587031730000.0,2020-04-16 10:08:50,+0000,,@engineers_feed Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1250727845988450304,[],[],0,,False,11761,203,211,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +2496,1250720824811610113,1250548357568909313,1587030056000.0,2020-04-16 09:40:56,+0000,,@johnkrausphotos @Erdayastronaut @imatsb @thesheetztweetz @SciGuySpace @Some1gee All,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1250720824811610113,[],[],0,,False,2963,112,96,,None,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}]",,,, +2497,1250714308981305344,1250712704152743936,1587028503000.0,2020-04-16 09:15:03,+0000,,@NatureNews Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1250714308981305344,[],[],0,,False,1323,76,61,,None,,,,,,,"[{'screen_name': 'NatureNews', 'name': 'Nature News & Comment', 'id': '15862891'}]",,,, +2498,1250711458612051968,1250711339896619008,1587027823000.0,2020-04-16 09:03:43,+0000,,@ADMofLibertalia So true,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1250711458612051968,[],[],0,,False,1072,40,45,,None,,,,,,,[],,,, +2499,1250704950482489344,1250647869352181760,1587026271000.0,2020-04-16 08:37:51,+0000,,"@CNN @GavinNewsom Not to mention Medtronic, who makes the most advanced ventilators in the world, also affirming our help! https://t.co/UlBmRGPtuc",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1250704950482489344,['https://twitter.com/thesheetztweetz/status/1247166543336742912?s=12'],[],0,,False,2437,66,287,https://twitter.com/thesheetztweetz/status/1247166543336742912,None,,,,,,,"[{'screen_name': 'CNN', 'name': 'CNN', 'id': '759251'}, {'screen_name': 'GavinNewsom', 'name': 'Gavin Newsom', 'id': '11347122'}]",,,, +2500,1250700598002905093,1250647869352181760,1587025234000.0,2020-04-16 08:20:34,+0000,,@Amro_Alzeiq @CNN @GavinNewsom I literally have the receipts!! This is so dumb. 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1250700598002905093,[],[],0,,False,5085,182,487,,None,,,,,,,"[{'screen_name': 'Amro_Alzeiq', 'name': 'Amro', 'id': '342769107'}, {'screen_name': 'CNN', 'name': 'CNN', 'id': '759251'}, {'screen_name': 'GavinNewsom', 'name': 'Gavin Newsom', 'id': '11347122'}]",,,, +2501,1250698989868969986,1250647869352181760,1587024850000.0,2020-04-16 08:14:10,+0000,,@CNN @GavinNewsom https://t.co/yymcNgZNv8,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1250698989868969986,[],['https://pbs.twimg.com/media/EVtgGR5U4AAulaJ.jpg'],1,https://pbs.twimg.com/media/EVtgGR5U4AAulaJ.jpg,False,10067,177,879,,None,,,,,,,"[{'screen_name': 'CNN', 'name': 'CNN', 'id': '759251'}]",,,, +2502,1250698888731701248,1250647869352181760,1587024826000.0,2020-04-16 08:13:46,+0000,,@CNN @GavinNewsom https://t.co/QnBMe1nrdZ,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1250698888731701248,[],['https://pbs.twimg.com/media/EVtgAe-U0AQFqjk.jpg'],1,https://pbs.twimg.com/media/EVtgAe-U0AQFqjk.jpg,False,3349,71,241,,None,,,,,,,"[{'screen_name': 'CNN', 'name': 'CNN', 'id': '759251'}]",,,, +2503,1250698799153999872,1250647869352181760,1587024805000.0,2020-04-16 08:13:25,+0000,,@CNN @GavinNewsom https://t.co/VqcEAPseCm,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1250698799153999872,[],['https://pbs.twimg.com/media/EVtf7PyVcAAy2qh.jpg'],1,https://pbs.twimg.com/media/EVtf7PyVcAAy2qh.jpg,False,23407,305,2299,,None,,,,,,,"[{'screen_name': 'CNN', 'name': 'CNN', 'id': '759251'}]",,,, +2504,1250695271052275713,1250647869352181760,1587023964000.0,2020-04-16 07:59:24,+0000,,@CNN @GavinNewsom https://t.co/OP6l8DBf7r,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1250695271052275713,['https://twitter.com/HMHNewJersey/status/1246532317922889728?s=20'],[],0,,False,2558,55,261,https://twitter.com/HMHNewJersey/status/1246532317922889728,None,,,,,,,"[{'screen_name': 'CNN', 'name': 'CNN', 'id': '759251'}, {'screen_name': 'GavinNewsom', 'name': 'Gavin Newsom', 'id': '11347122'}]",,,, +2505,1250695047554588672,1250647869352181760,1587023910000.0,2020-04-16 07:58:30,+0000,,@CNN @GavinNewsom https://t.co/2KfHKLfUJh,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1250695047554588672,['https://twitter.com/yourMLKCH/status/1248381444889513984?s=20'],[],0,,False,3065,52,330,https://twitter.com/yourMLKCH/status/1248381444889513984,None,,,,,,,"[{'screen_name': 'CNN', 'name': 'CNN', 'id': '759251'}, {'screen_name': 'GavinNewsom', 'name': 'Gavin Newsom', 'id': '11347122'}]",,,, +2506,1250694748320395265,1250647869352181760,1587023839000.0,2020-04-16 07:57:19,+0000,,@CNN .@GavinNewsom please fix this misunderstanding,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1250694748320395265,[],[],0,,False,21583,351,1441,,None,,,,,,,"[{'screen_name': 'CNN', 'name': 'CNN', 'id': '759251'}]",,,, +2507,1250694192457674753,1250647869352181760,1587023706000.0,2020-04-16 07:55:06,+0000,,@alandail @paulasaywhatnow @CNN Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1250694192457674753,[],[],0,,False,2588,37,51,,None,,,,,,,"[{'screen_name': 'alandail', 'name': 'Alan Dail', 'id': '162234035'}, {'screen_name': 'paulasaywhatnow', 'name': 'Omarosas Dry Lips', 'id': '31237970'}, {'screen_name': 'CNN', 'name': 'CNN', 'id': '759251'}]",,,, +2508,1250694035984969732,1250647869352181760,1587023669000.0,2020-04-16 07:54:29,+0000,,@CNN What I find most surprising is that CNN still exists,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1250694035984969732,[],[],0,,False,151779,4807,32573,,None,,,,,,,"[{'screen_name': 'CNN', 'name': 'CNN', 'id': '759251'}]",,,, +2509,1250693123082080256,1250691549286903809,1587023451000.0,2020-04-16 07:50:51,+0000,,“Dr. Levitan advocates combining breathing support from a CPAP machine or regular oxygen with comfortable positioning”. Yup.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1250693123082080256,[],[],0,,False,7226,265,462,,None,,,,,,,[],,,, +2510,1250691549286903809,1250691549286903809,1587023076000.0,2020-04-16 07:44:36,+0000,,“Don’t jump to intubation.” — Dr Caputo,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1250691549286903809,[],[],0,,False,13331,426,1293,https://twitter.com/paulg/status/1250205685868122115,None,,,,,,,[],,,, +2511,1250665576785047552,1250629941965668352,1587016884000.0,2020-04-16 06:01:24,+0000,,"@teslaownersSV @flcnhvy @dschless @Bob_Wachter A mask or nose “ventilator” with moderately increased oxygen % will help. This is common in hospitals. Intubation, where a tube is jammed down your throat under sedation & you’re fed high pressure, pure oxygen for several days to weeks is questionable.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1250665576785047552,[],[],0,,False,1119,146,99,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'dschless', 'name': 'Daniel Schlessinger, MD', 'id': '860797838'}, {'screen_name': 'Bob_Wachter', 'name': 'Bob Wachter', 'id': '239210681'}]",,,, +2512,1250662437029732353,1250629941965668352,1587016135000.0,2020-04-16 05:48:55,+0000,,@flcnhvy @dschless @Bob_Wachter Sounds about right https://t.co/pEPVJi56Vg,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1250662437029732353,['https://www.usnews.com/news/health-news/articles/2020-04-15/are-ventilators-helping-or-harming-covid-19-patients'],[],0,,False,452,33,50,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'dschless', 'name': 'Daniel Schlessinger, MD', 'id': '860797838'}, {'screen_name': 'Bob_Wachter', 'name': 'Bob Wachter', 'id': '239210681'}]",,,, +2513,1250647878457909249,1250629941965668352,1587012664000.0,2020-04-16 04:51:04,+0000,,@dschless @Bob_Wachter Roughly what is the survival rate of intubated patients? I’m hearing 10% to 20%. Is this overly pessimistic?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1250647878457909249,[],[],0,,False,1000,124,53,,None,,,,,,,"[{'screen_name': 'dschless', 'name': 'Daniel Schlessinger, MD', 'id': '860797838'}, {'screen_name': 'Bob_Wachter', 'name': 'Bob Wachter', 'id': '239210681'}]",,,, +2514,1250646004933603328,1250629941965668352,1587012218000.0,2020-04-16 04:43:38,+0000,,"@TJShannon87 @Bob_Wachter I know of two nurses who had their job offers revoked, one in NYC and one in Arlington",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1250646004933603328,[],[],0,,False,733,42,57,,None,,,,,,,"[{'screen_name': 'TJShannon87', 'name': 'TJShannon87', 'id': '415081885'}, {'screen_name': 'Bob_Wachter', 'name': 'Bob Wachter', 'id': '239210681'}]",,,, +2515,1250644795216637952,1250629941965668352,1587011929000.0,2020-04-16 04:38:49,+0000,,@annerajb @samoanpunch @cromas @Bob_Wachter We’re working super hard on getting traffic lights & stops released. Reverse summon (auto park) will be part of the core Autopilot software upgrade for FSD later this year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1250644795216637952,[],[],0,,False,1044,88,112,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'samoanpunch', 'name': 'sua', 'id': '69796078'}, {'screen_name': 'cromas', 'name': 'Craig', 'id': '23358945'}, {'screen_name': 'Bob_Wachter', 'name': 'Bob Wachter', 'id': '239210681'}]",,,, +2516,1250640741157662720,1250629941965668352,1587010963000.0,2020-04-16 04:22:43,+0000,,"@Bob_Wachter They were, but are they currently?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1250640741157662720,[],[],0,,False,417,31,22,,None,,,,,,,"[{'screen_name': 'Bob_Wachter', 'name': 'Bob Wachter', 'id': '239210681'}]",,,, +2517,1250640250486972417,1250629941965668352,1587010846000.0,2020-04-16 04:20:46,+0000,,@samoanpunch @cromas @Bob_Wachter Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1250640250486972417,[],[],0,,False,247,23,17,,None,,,,,,,"[{'screen_name': 'samoanpunch', 'name': 'sua', 'id': '69796078'}, {'screen_name': 'cromas', 'name': 'Craig', 'id': '23358945'}, {'screen_name': 'Bob_Wachter', 'name': 'Bob Wachter', 'id': '239210681'}]",,,, +2518,1250636140333264897,1250629941965668352,1587009866000.0,2020-04-16 04:04:26,+0000,,"@Bob_Wachter We are hearing almost all hospital ICUs have excess capacity. In some cases, 60% empty.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1250636140333264897,[],[],0,,False,767,56,94,,None,,,,,,,"[{'screen_name': 'Bob_Wachter', 'name': 'Bob Wachter', 'id': '239210681'}]",,,, +2519,1250628183864381440,1245009716935188481,1587007969000.0,2020-04-16 03:32:49,+0000,,@RationalEtienne @PPathole @fat__tire @Kristennetten @Robotbeat @ghotiing @CruizVinicius @josh119872 @SweetINXS @voteLabonte @Erdayastronaut @Tesla Does seem that early use is wise. Solving late stage C19 probably requires two or three mechanisms of action.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1250628183864381440,[],[],0,,False,671,51,40,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Kumsanity 🖌', 'id': '2241150253'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'fat__tire', 'name': '𝗳𝗮𝘁𝘁𝗶𝗿𝗲', 'id': '280326048'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'ghotiing', 'name': 'ghotiing', 'id': '362154246'}, {'screen_name': 'CruizVinicius', 'name': 'Vinicius Ruiz', 'id': '3095707113'}, {'screen_name': 'josh119872', 'name': 'josh11987', 'id': '872124800344502272'}, {'screen_name': 'SweetINXS', 'name': 'Brian Sweet', 'id': '825471115069943808'}, {'screen_name': 'voteLabonte', 'name': 'Mathieu Labonté', 'id': '2815792734'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2520,1250617676562444288,1250548357568909313,1587005464000.0,2020-04-16 02:51:04,+0000,,@Erdayastronaut @BnOrdhaug @sivanithu @tobyliiiiiiiiii @cabral_psyd @imatsb @thesheetztweetz @SciGuySpace @Some1gee @RocketLab @Peter_J_Beck Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1250617676562444288,[],[],0,,False,1693,78,40,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'BnOrdhaug', 'name': 'Suppe', 'id': '560511847'}, {'screen_name': 'sivanithu', 'name': 'Sivakumar Kumar', 'id': '96103950'}, {'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'cabral_psyd', 'name': 'Raconteur-Guide ☯️', 'id': '857130400543629312'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'RocketLab', 'name': 'Rocket Lab', 'id': '91145174'}, {'screen_name': 'Peter_J_Beck', 'name': 'Peter Beck', 'id': '976574172468936704'}]",,,, +2521,1250614618805821440,1250548357568909313,1587004735000.0,2020-04-16 02:38:55,+0000,,"@Erdayastronaut @sivanithu @tobyliiiiiiiiii @cabral_psyd @imatsb @thesheetztweetz @SciGuySpace @Some1gee @RocketLab @Peter_J_Beck Production is by *far* the hard part. That’s why I’m not super worried about early Starship failures. Initial serial numbers are suboptimal, so would be lawn ornaments if they survived. That said, as lawn ornaments go, they’re pretty sweet …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1250614618805821440,[],[],0,,False,2463,130,136,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sivanithu', 'name': 'Sivakumar Kumar', 'id': '96103950'}, {'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'cabral_psyd', 'name': 'Raconteur-Guide ☯️', 'id': '857130400543629312'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'RocketLab', 'name': 'Rocket Lab', 'id': '91145174'}, {'screen_name': 'Peter_J_Beck', 'name': 'Peter Beck', 'id': '976574172468936704'}]",,,, +2522,1250613503888519168,1250548357568909313,1587004469000.0,2020-04-16 02:34:29,+0000,,"@nextspaceflight @Erdayastronaut @sivanithu @tobyliiiiiiiiii @cabral_psyd @imatsb @thesheetztweetz @SciGuySpace @Some1gee @RocketLab @Peter_J_Beck SN4 won’t get flaps, so can only do flights with engine on. Just did a reset this week on flap, actuator & static aero design. Either SN5 or SN6 will get flaps.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1250613503888519168,[],[],0,,False,1268,51,106,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sivanithu', 'name': 'Sivakumar Kumar', 'id': '96103950'}, {'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'cabral_psyd', 'name': 'Raconteur-Guide ☯️', 'id': '857130400543629312'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'RocketLab', 'name': 'Rocket Lab', 'id': '91145174'}, {'screen_name': 'Peter_J_Beck', 'name': 'Peter Beck', 'id': '976574172468936704'}]",,,, +2523,1250612470898544641,1250548357568909313,1587004222000.0,2020-04-16 02:30:22,+0000,,@KeithMansfield @Erdayastronaut @sivanithu @tobyliiiiiiiiii @cabral_psyd @imatsb @thesheetztweetz @SciGuySpace @Some1gee @RocketLab @Peter_J_Beck That’s for sure! 😅,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1250612470898544641,[],[],0,,False,654,22,20,,None,,,,,,,"[{'screen_name': 'KeithMansfield', 'name': 'Keith Mansfield📚🚀✨', 'id': '103578232'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sivanithu', 'name': 'Sivakumar Kumar', 'id': '96103950'}, {'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'cabral_psyd', 'name': 'Raconteur-Guide ☯️', 'id': '857130400543629312'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'RocketLab', 'name': 'Rocket Lab', 'id': '91145174'}, {'screen_name': 'Peter_J_Beck', 'name': 'Peter Beck', 'id': '976574172468936704'}]",,,, +2524,1250612062989905921,1250548357568909313,1587004125000.0,2020-04-16 02:28:45,+0000,,@Erdayastronaut @sivanithu @tobyliiiiiiiiii @cabral_psyd @imatsb @thesheetztweetz @SciGuySpace @Some1gee @RocketLab @Peter_J_Beck I have great respect for anyone who gets a rocket to orbit! It’s very hard. I’m spending crazy hours on Starship design/production. It is truly an honor to work with such great engineers. SN4 is almost done 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1250612062989905921,[],[],0,,False,2759,89,200,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sivanithu', 'name': 'Sivakumar Kumar', 'id': '96103950'}, {'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'cabral_psyd', 'name': 'Raconteur-Guide ☯️', 'id': '857130400543629312'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'RocketLab', 'name': 'Rocket Lab', 'id': '91145174'}, {'screen_name': 'Peter_J_Beck', 'name': 'Peter Beck', 'id': '976574172468936704'}]",,,, +2525,1250610980892979200,1245009716935188481,1587003867000.0,2020-04-16 02:24:27,+0000,,@PPathole @fat__tire @Kristennetten @Robotbeat @ghotiing @CruizVinicius @josh119872 @SweetINXS @voteLabonte @Erdayastronaut @Tesla My (again) personal favorite is https://t.co/rM1MqsVsr1,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1250610980892979200,['https://www.theguardian.com/world/2020/mar/18/japanese-flu-drug-clearly-effective-in-treating-coronavirus-says-china'],[],0,,False,595,33,89,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'fat__tire', 'name': '𝗳𝗮𝘁𝘁𝗶𝗿𝗲', 'id': '280326048'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'ghotiing', 'name': 'ghotiing', 'id': '362154246'}, {'screen_name': 'CruizVinicius', 'name': 'Vinicius Ruiz', 'id': '3095707113'}, {'screen_name': 'josh119872', 'name': 'josh11987', 'id': '872124800344502272'}, {'screen_name': 'SweetINXS', 'name': 'Brian Sweet', 'id': '825471115069943808'}, {'screen_name': 'voteLabonte', 'name': 'Mathieu Labonté', 'id': '2815792734'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2526,1250609589038444545,1250548357568909313,1587003535000.0,2020-04-16 02:18:55,+0000,,"@sivanithu @tobyliiiiiiiiii @cabral_psyd @Erdayastronaut @imatsb @thesheetztweetz @SciGuySpace @Some1gee @RocketLab Some of the small launcher activity is cool, especially @rocketlab. Downsides are helicopter retrieval doesn’t scale to bigger rockets & is highly weather-dependent. Also, propulsive landing is needed for moon/Mars. That said, it’s probably right move for small LEO vehicle.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1250609589038444545,[],[],0,,False,1517,28,66,,None,,,,,,,"[{'screen_name': 'sivanithu', 'name': 'Sivakumar Kumar', 'id': '96103950'}, {'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'cabral_psyd', 'name': 'Raconteur-Guide ☯️', 'id': '857130400543629312'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'RocketLab', 'name': 'Rocket Lab', 'id': '91145174'}]",,,, +2527,1250607449498775552,1245009716935188481,1587003025000.0,2020-04-16 02:10:25,+0000,,"@fat__tire @Kristennetten @Robotbeat @ghotiing @CruizVinicius @josh119872 @SweetINXS @voteLabonte @Erdayastronaut @Tesla Vast majority of “ventilators” are not intratracheal, but, yes, jamming a pipe down a patient’s throat & driving in high pressure, pure oxygen is definitely not how we evolved! My personal choice would be mask with moderate pressure at ~50% O2. https://t.co/pEPVJi56Vg",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1250607449498775552,['https://www.usnews.com/news/health-news/articles/2020-04-15/are-ventilators-helping-or-harming-covid-19-patients'],[],0,,False,662,172,72,,None,,,,,,,"[{'screen_name': 'fat__tire', 'name': '𝗳𝗮𝘁𝘁𝗶𝗿𝗲', 'id': '280326048'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'ghotiing', 'name': 'ghotiing', 'id': '362154246'}, {'screen_name': 'CruizVinicius', 'name': 'Vinicius Ruiz', 'id': '3095707113'}, {'screen_name': 'josh119872', 'name': 'josh11987', 'id': '872124800344502272'}, {'screen_name': 'SweetINXS', 'name': 'Brian Sweet', 'id': '825471115069943808'}, {'screen_name': 'voteLabonte', 'name': 'Mathieu Labonté', 'id': '2815792734'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2528,1250605861342330881,1250548357568909313,1587002647000.0,2020-04-16 02:04:07,+0000,,@tobyliiiiiiiiii @cabral_psyd @sivanithu @Erdayastronaut @imatsb @thesheetztweetz @SciGuySpace @Some1gee SN26,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1250605861342330881,[],[],0,,False,1253,27,40,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'cabral_psyd', 'name': 'Raconteur-Guide ☯️', 'id': '857130400543629312'}, {'screen_name': 'sivanithu', 'name': 'Sivakumar Kumar', 'id': '96103950'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}]",,,, +2529,1250604827240853504,1250548357568909313,1587002400000.0,2020-04-16 02:00:00,+0000,,"@cabral_psyd @sivanithu @Erdayastronaut @imatsb @thesheetztweetz @SciGuySpace @Some1gee Merlin is arguably version 6 or 7 by now. It’s a real workhorse, but looks so simple next to Raptor!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1250604827240853504,[],[],0,,False,1119,22,48,,None,,,,,,,"[{'screen_name': 'cabral_psyd', 'name': 'Raconteur-Guide ☯️', 'id': '857130400543629312'}, {'screen_name': 'sivanithu', 'name': 'Sivakumar Kumar', 'id': '96103950'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}]",,,, +2530,1250603905794207744,1245009716935188481,1587002180000.0,2020-04-16 01:56:20,+0000,,"@PPathole @Robotbeat @ghotiing @CruizVinicius @josh119872 @SweetINXS @voteLabonte @Erdayastronaut @Tesla The way things are looking right now, the world will soon be flooded with excess ventilators. Even NY is giving them away!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1250603905794207744,[],[],0,,False,1239,106,99,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'ghotiing', 'name': 'ghotiing', 'id': '362154246'}, {'screen_name': 'CruizVinicius', 'name': 'Vinicius Ruiz', 'id': '3095707113'}, {'screen_name': 'josh119872', 'name': 'josh11987', 'id': '872124800344502272'}, {'screen_name': 'SweetINXS', 'name': 'Brian Sweet', 'id': '825471115069943808'}, {'screen_name': 'voteLabonte', 'name': 'Mathieu Labonté', 'id': '2815792734'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2531,1250603522971725827,1250548357568909313,1587002089000.0,2020-04-16 01:54:49,+0000,,"@Erdayastronaut @imatsb @thesheetztweetz @SciGuySpace @Some1gee Fundamentally, Atlas is still dependent on Russia to launch",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1250603522971725827,[],[],0,,False,1309,34,52,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}]",,,, +2532,1250603202170380288,1250548357568909313,1587002013000.0,2020-04-16 01:53:33,+0000,,"@Erdayastronaut @imatsb @thesheetztweetz @SciGuySpace @Some1gee Yeah, Atlas main engine is Russian. Great engine, but not US. Also, their fairing is Swiss. I think interstage & payload separation system also not US.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1250603202170380288,[],[],0,,False,1350,47,65,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}]",,,, +2533,1250602314609520641,1245009716935188481,1587001801000.0,2020-04-16 01:50:01,+0000,,"@Robotbeat @ghotiing @CruizVinicius @josh119872 @SweetINXS @voteLabonte @Erdayastronaut @Tesla Tesla actually sent out ResMed, Philips & Medtronic units. Latter is fully intratracheal. My personal opinion is that some ICUs are jumping the gun on intubation & setting PEEP & O2 too high. High pressure, pure oxygen increases risk of lung damage. https://t.co/2IUnS5DPOg",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1250602314609520641,[],['https://pbs.twimg.com/media/EVsILK3UMAAMpMH.jpg'],1,https://pbs.twimg.com/media/EVsILK3UMAAMpMH.jpg,False,891,233,93,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'ghotiing', 'name': 'ghotiing', 'id': '362154246'}, {'screen_name': 'CruizVinicius', 'name': 'Vinicius Ruiz', 'id': '3095707113'}, {'screen_name': 'josh119872', 'name': 'josh11987', 'id': '872124800344502272'}, {'screen_name': 'SweetINXS', 'name': 'Brian Sweet', 'id': '825471115069943808'}, {'screen_name': 'voteLabonte', 'name': 'Mathieu Labonté', 'id': '2815792734'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2534,1250599154251755525,1250548357568909313,1587001048000.0,2020-04-16 01:37:28,+0000,,"@Erdayastronaut @thesheetztweetz @SciGuySpace @Some1gee Sorry, meant to say only US rocket. Atlas V is close, but not yet 100%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1250599154251755525,[],[],0,,False,1249,41,39,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}]",,,, +2535,1250597479516475393,1250548357568909313,1587000648000.0,2020-04-16 01:30:48,+0000,,"@davidmholtom @Nu23ro @SciGuySpace Tesla *was* saved by an investment in May 2009 from Daimler, not govt. Without that Daimler support, Tesla would have died. Super appreciated!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1250597479516475393,[],[],0,,False,1093,51,85,,None,,,,,,,"[{'screen_name': 'davidmholtom', 'name': 'David Holtom', 'id': '1832356664'}, {'screen_name': 'Nu23ro', 'name': 'Jordan Clark', 'id': '3192919013'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2536,1250596959980646401,1250548357568909313,1587000524000.0,2020-04-16 01:28:44,+0000,,"@davidmholtom @Nu23ro @SciGuySpace Exactly. In mid 2009, Tesla received non-binding approval for loan program actually signed into law by Bush in late 2008. First actual disbursement was Q2 2010, long after BK danger passed. Loan was repaid early with interest. Taxpayers made money on it!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1250596959980646401,[],[],0,,False,1065,22,81,,None,,,,,,,"[{'screen_name': 'davidmholtom', 'name': 'David Holtom', 'id': '1832356664'}, {'screen_name': 'Nu23ro', 'name': 'Jordan Clark', 'id': '3192919013'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2537,1250595473716506624,1250548357568909313,1587000170000.0,2020-04-16 01:22:50,+0000,,"@thesheetztweetz @SciGuySpace @Some1gee Last I checked, over a million dollars less. Moreover, F9 is launching far more often & is only rocket fully NASA-approved for launching astronauts, so that gap is increasing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1250595473716506624,[],[],0,,False,1669,39,80,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}]",,,, +2538,1250594559286849539,1250548357568909313,1586999952000.0,2020-04-16 01:19:12,+0000,,"@SciGuySpace @Some1gee Also, it costs less $ to insure a Falcon 9 mission. That’s the acid test.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1250594559286849539,[],[],0,,False,1490,37,74,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}]",,,, +2539,1250590613096914944,1250548357568909313,1586999011000.0,2020-04-16 01:03:31,+0000,,"@SciGuySpace True. Only reason other medium & heavy lift rocket companies are winning any missions at all is due to govt intervention. Otherwise, they’d be as defunct as expendable airplane companies. ULA is powered by lobbying.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1250590613096914944,[],[],0,,False,2893,174,208,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2540,1250212864951857154,1250211364141858817,1586908949000.0,2020-04-15 00:02:29,+0000,,"To be clear, Fremont & Shanghai will also be upgraded over time, but it’s hard to retrofit these improvements to an operating paint shop",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1250212864951857154,[],[],0,,False,9251,407,328,,None,,,,,,,[],,,, +2541,1250212134971043840,1250211364141858817,1586908775000.0,2020-04-14 23:59:35,+0000,,Initial production at Giga Berlin is Model Y,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1250212134971043840,[],[],0,,False,11019,252,418,,None,,,,,,,[],,,, +2542,1250211901511884800,1250211364141858817,1586908719000.0,2020-04-14 23:58:39,+0000,,@brandonbernicky You will be able to wrap it in any color or pattern,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1250211901511884800,[],[],0,,False,10023,403,254,,None,,,,,,,"[{'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}]",,,, +2543,1250211791054835712,1250211364141858817,1586908693000.0,2020-04-14 23:58:13,+0000,,"@justpaulinelol There’s tough competition for that title, but we will give it our best shot!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1250211791054835712,[],[],0,,False,2737,75,72,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +2544,1250211364141858817,1250211364141858817,1586908591000.0,2020-04-14 23:56:31,+0000,,"Giga Berlin will have world’s most advanced paint shop, with more layers of stunning colors that subtly change with curvature",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1250211364141858817,[],[],0,,False,43359,1363,1934,,None,,,,,,,[],,,, +2545,1249760689410830337,1249759957085351940,1586801142000.0,2020-04-13 18:05:42,+0000,,@thirdrowtesla This will happen,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1249760689410830337,[],[],0,,False,4689,198,179,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2546,1249614622434275330,1249610228905021441,1586766317000.0,2020-04-13 08:25:17,+0000,,@PPathole @thirdrowtesla We stole that from cheetahs,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1249614622434275330,[],[],0,,False,2459,111,76,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2547,1249613980823212033,1249610228905021441,1586766164000.0,2020-04-13 08:22:44,+0000,,"@thirdrowtesla In case it’s not already obvious, our product plan is basically stolen from Spaceballs",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1249613980823212033,[],[],0,,False,1523,121,107,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2548,1249612849866887170,1249610228905021441,1586765894000.0,2020-04-13 08:18:14,+0000,,"@Sofiaan @thirdrowtesla There’s a lot to talk about just on the battery front, so, yeah, just that. I guess we could answer some powertrain questions in Q&A.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1249612849866887170,[],[],0,,False,1326,69,87,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2549,1249611820232409088,1249610228905021441,1586765649000.0,2020-04-13 08:14:09,+0000,,"@thirdrowtesla Just battery day, but it will be great. Plaid powertrain will be later this year.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1249611820232409088,[],[],0,,False,1458,67,111,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2550,1249538044404752386,1249512174449352704,1586748059000.0,2020-04-13 03:20:59,+0000,,@jp_obrien 五輪書,ja,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1249538044404752386,[],[],0,,False,1965,74,74,,None,,,,,,,"[{'screen_name': 'jp_obrien', 'name': ""JP O'Brien"", 'id': '59151371'}]",,,, +2551,1249512174449352704,1249512174449352704,1586741891000.0,2020-04-13 01:38:11,+0000,,"While others party, he study the blade https://t.co/FBxEdIJ78M",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1249512174449352704,[],['https://pbs.twimg.com/media/EVcosj6UcAEAYaJ.jpg'],1,https://pbs.twimg.com/media/EVcosj6UcAEAYaJ.jpg,False,383230,2993,54417,,None,,,,,,,[],,,, +2552,1249469876277633024,1249469169646460928,1586731807000.0,2020-04-12 22:50:07,+0000,,@tesletter DayQuil or NyQuil?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1249469876277633024,[],[],0,,False,5971,365,199,,None,,,,,,,"[{'screen_name': 'tesletter', 'name': 'Tesletter', 'id': '979225070764634112'}]",,,, +2553,1249469169646460928,1249469169646460928,1586731638000.0,2020-04-12 22:47:18,+0000,,Happy Easter! Follow the 🐇,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1249469169646460928,[],[],0,,False,111225,3822,6888,,None,,,,,,,[],,,, +2554,1249239425701175296,1249093112367964162,1586676863000.0,2020-04-12 07:34:23,+0000,,@RealLifeStarman @engineers_feed Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1249239425701175296,[],[],0,,False,8121,190,170,,None,,,,,,,"[{'screen_name': 'RealLifeStarman', 'name': 'Starman', 'id': '1015237196805169153'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +2555,1249210220200550405,1113638952458579969,1586669900000.0,2020-04-12 05:38:20,+0000,,@PPathole @LivingTesla @Tesla Functionality still looking good for this year. Regulatory approval is the big unknown.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1249210220200550405,[],[],0,,False,1695,183,149,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2556,1249209784374607873,1113638952458579969,1586669796000.0,2020-04-12 05:36:36,+0000,,"@LivingTesla @Tesla It’s not turned on. Meant for vandalism monitoring in a robotaxi future. Also, the car has transparent windows, so spying has limited value.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1249209784374607873,[],[],0,,False,1094,68,80,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2557,1249207285785808896,1249207285785808896,1586669200000.0,2020-04-12 05:26:40,+0000,,Turns out that gun is for the toilet paper https://t.co/C1aAy0YZRi,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1249207285785808896,[],['https://pbs.twimg.com/media/EVYTZ3EVAAI1Mvr.jpg'],1,https://pbs.twimg.com/media/EVYTZ3EVAAI1Mvr.jpg,False,334472,2742,50401,,None,,,,,,,[],,,, +2558,1249203444457574402,1249145943401824256,1586668284000.0,2020-04-12 05:11:24,+0000,,@MartyTee2 @greentheonly @davidhooperr Correct,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1249203444457574402,[],[],0,,False,2858,102,81,,None,,,,,,,"[{'screen_name': 'MartyTee2', 'name': 'Marty Tee', 'id': '3592428135'}, {'screen_name': 'greentheonly', 'name': 'green', 'id': '140668859'}, {'screen_name': 'davidhooperr', 'name': 'David Hooper', 'id': '41371156'}]",,,, +2559,1249085870130565120,1249060831167492097,1586640252000.0,2020-04-11 21:24:12,+0000,,"@thirdrowtesla Yes, this is a real problem. The science is not in doubt.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1249085870130565120,[],[],0,,False,1842,111,145,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2560,1248983648549965825,1248966019818930176,1586615881000.0,2020-04-11 14:38:01,+0000,,@flcnhvy @thirdrowtesla Particulate matter from automotive exhausts has a much more serious impact on health than most people realize,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/1248983648549965825,[],[],0,,False,9716,356,800,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2561,1248975629850206215,1248636186249302018,1586613969000.0,2020-04-11 14:06:09,+0000,,"@katlinegrey @Zvezdichko @SciGuySpace @Rogozin In the future, it will be as strange to have expendable rockets as it would be to have expendable airplanes today. All will be reusable.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/1248975629850206215,[],[],0,,False,2123,96,160,,None,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}, {'screen_name': 'Zvezdichko', 'name': 'Svetoslav Alexandrov', 'id': '17389019'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'Rogozin', 'name': 'РОГОЗИН', 'id': '36980694'}]",,,, +2562,1248974861227233282,1248636186249302018,1586613786000.0,2020-04-11 14:03:06,+0000,,@Darkellysio @katlinegrey @Zvezdichko @SciGuySpace The swivel wing design was cool. This seems like a good idea: https://t.co/Aq81q9oMdq,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/1248974861227233282,['https://en.m.wikipedia.org/wiki/Baikal_(rocket_booster)'],[],0,,False,835,29,48,,None,,,,,,,"[{'screen_name': 'Darkellysio', 'name': 'Theo ❁', 'id': '820346570'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}, {'screen_name': 'Zvezdichko', 'name': 'Svetoslav Alexandrov', 'id': '17389019'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2563,1248972963996729344,1248636186249302018,1586613334000.0,2020-04-11 13:55:34,+0000,,"@katlinegrey @Zvezdichko @SciGuySpace Strange, as SpaceX lands on land frequently. Russia has very talented engineers, but they must be given reusability as goal or success is impossible.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/1248972963996729344,[],[],0,,False,934,50,66,,None,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}, {'screen_name': 'Zvezdichko', 'name': 'Svetoslav Alexandrov', 'id': '17389019'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2564,1248969566748893184,1248803576534589440,1586612524000.0,2020-04-11 13:42:04,+0000,,@cleantechnica A lot has happened in 8 years,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/1248969566748893184,[],[],0,,False,4195,190,164,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2565,1248871502977564672,1248670682696867845,1586589143000.0,2020-04-11 07:12:23,+0000,,@AbiyAhmedAli @Tesla Good talking to you too. It was an honor.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1248871502977564672,[],[],0,,False,4168,85,123,,None,,,,,,,"[{'screen_name': 'AbiyAhmedAli', 'name': 'Abiy Ahmed Ali 🇪🇹', 'id': '1168167671151628290'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2566,1248864681894305797,1248636186249302018,1586587517000.0,2020-04-11 06:45:17,+0000,,"@SciGuySpace SpaceX rockets are 80% reusable, theirs are 0%. This is the actual problem.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1248864681894305797,[],[],0,,False,8601,225,508,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2567,1248751808933134342,1248749106660507648,1586560606000.0,2020-04-10 23:16:46,+0000,,@SamTalksTesla @cleantechnica 💯 Tragedy,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1248751808933134342,[],[],0,,False,2269,79,84,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2568,1248750380860743682,1248749106660507648,1586560266000.0,2020-04-10 23:11:06,+0000,,"@cleantechnica Tunnels aren’t required for this, but might be the only realistic way to solve for downtown to downtown travel",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1248750380860743682,[],[],0,,False,1631,99,106,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2569,1248516638284095489,1248515852653211648,1586504537000.0,2020-04-10 07:42:17,+0000,,@nichegamer 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1248516638284095489,[],[],0,,False,15140,115,198,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2570,1248515852653211648,1248515852653211648,1586504350000.0,2020-04-10 07:39:10,+0000,,But actually https://t.co/jlowaHobXO,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1248515852653211648,[],['https://pbs.twimg.com/media/EVOejEgUUAEWS9h.jpg'],1,https://pbs.twimg.com/media/EVOejEgUUAEWS9h.jpg,False,366558,3452,61642,,None,,,,,,,[],,,, +2571,1248406132957167621,1248343745306771458,1586478191000.0,2020-04-10 00:23:11,+0000,,"@arvnp @Jamie_Woodward_ The Standard Model is amazing for useful predictions. Truly amazing. Dark * seems sketch, but doesn’t appear to matter to our immediate future. https://t.co/CKnQSzXBZ2",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1248406132957167621,['https://en.m.wikipedia.org/wiki/Standard_Model'],[],0,,False,728,101,47,,None,,,,,,,"[{'screen_name': 'arvnp', 'name': 'AP', 'id': '15248345'}, {'screen_name': 'Jamie_Woodward_', 'name': 'The Ice Age ❄️🌞', 'id': '41582030'}]",,,, +2572,1248401323587825667,1248343745306771458,1586477044000.0,2020-04-10 00:04:04,+0000,,@Jamie_Woodward_ … is bs,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1248401323587825667,[],[],0,,False,1107,95,47,,None,,,,,,,"[{'screen_name': 'Jamie_Woodward_', 'name': 'The Ice Age ❄️🌞', 'id': '41582030'}]",,,, +2573,1248384865872928772,1248343745306771458,1586473120000.0,2020-04-09 22:58:40,+0000,,@Jamie_Woodward_ String theory,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1248384865872928772,[],[],0,,False,4980,182,130,,None,,,,,,,"[{'screen_name': 'Jamie_Woodward_', 'name': 'The Ice Age ❄️🌞', 'id': '41582030'}]",,,, +2574,1248340875056422915,1248339992918646784,1586462632000.0,2020-04-09 20:03:52,+0000,,@thirdrowtesla There’s a bit more to it than that,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1248340875056422915,[],[],0,,False,2679,191,110,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2575,1248274457929682947,1248268943506190342,1586446797000.0,2020-04-09 15:39:57,+0000,,@MountSinaiNYC @Tesla You’re welcome!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1248274457929682947,[],[],0,,False,3601,100,103,,None,,,,,,,"[{'screen_name': 'MountSinaiNYC', 'name': 'Mount Sinai Health System', 'id': '54641489'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2576,1248144043542032384,1248097828955729921,1586415704000.0,2020-04-09 07:01:44,+0000,,@PPathole @bryanMackSC @RationalEtienne @thirdrowtesla @Sofiaan @ICannot_Enough @Hein_The_Slayer @rmattila74 @28delayslater @kimbal @MoWo91 @Kristennetten @vincent13031925 😮,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1248144043542032384,[],[],0,,False,1014,57,41,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'bryanMackSC', 'name': 'Bryan', 'id': '728281492640571393'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'Hein_The_Slayer', 'name': 'Renaissance techNOghost', 'id': '1214284580'}, {'screen_name': 'rmattila74', 'name': 'Riku Mattila', 'id': '1278689574'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +2577,1248142916918349825,1248097828955729921,1586415435000.0,2020-04-09 06:57:15,+0000,,@chrisamirr @PPathole @bryanMackSC @RationalEtienne @thirdrowtesla @Sofiaan @ICannot_Enough @Hein_The_Slayer @rmattila74 @28delayslater @kimbal @MoWo91 @Kristennetten @vincent13031925 All input is error. When is the fan speed wrong?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1248142916918349825,[],[],0,,False,1809,157,51,,None,,,,,,,"[{'screen_name': 'chrisamirr', 'name': 'Christian', 'id': '4905481628'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'bryanMackSC', 'name': 'Bryan', 'id': '728281492640571393'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'Hein_The_Slayer', 'name': 'Renaissance techNOghost', 'id': '1214284580'}, {'screen_name': 'rmattila74', 'name': 'Riku Mattila', 'id': '1278689574'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +2578,1248134534031388673,1248097828955729921,1586413436000.0,2020-04-09 06:23:56,+0000,,@Sofiaan @RationalEtienne @thirdrowtesla @ICannot_Enough @Hein_The_Slayer @rmattila74 @28delayslater @kimbal @MoWo91 @Kristennetten @vincent13031925 Plaid Cybertruck is what I will drive,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1248134534031388673,[],[],0,,False,3332,263,249,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'Hein_The_Slayer', 'name': 'Renaissance techNOghost', 'id': '1214284580'}, {'screen_name': 'rmattila74', 'name': 'Riku Mattila', 'id': '1278689574'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +2579,1248134137900347393,1248097828955729921,1586413342000.0,2020-04-09 06:22:22,+0000,,@PPathole @bryanMackSC @RationalEtienne @thirdrowtesla @Sofiaan @ICannot_Enough @Hein_The_Slayer @rmattila74 @28delayslater @kimbal @MoWo91 @Kristennetten @vincent13031925 I’m not sure whether that number is lucky or unlucky,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1248134137900347393,[],[],0,,False,981,72,35,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'bryanMackSC', 'name': 'Bryan', 'id': '728281492640571393'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'Hein_The_Slayer', 'name': 'Renaissance techNOghost', 'id': '1214284580'}, {'screen_name': 'rmattila74', 'name': 'Riku Mattila', 'id': '1278689574'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Heavy Trucking🐶', 'id': '998140573008695296'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +2580,1248133446058287104,1248097828955729921,1586413177000.0,2020-04-09 06:19:37,+0000,,@bryanMackSC @RationalEtienne @thirdrowtesla @Sofiaan @ICannot_Enough @Hein_The_Slayer @rmattila74 @28delayslater @kimbal @MoWo91 @Kristennetten @vincent13031925 Hard to predict dates right now. Most likely postponed to mid May.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1248133446058287104,[],[],0,,False,823,52,63,,None,,,,,,,"[{'screen_name': 'bryanMackSC', 'name': 'Bryan', 'id': '728281492640571393'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'Hein_The_Slayer', 'name': 'Renaissance techNOghost', 'id': '1214284580'}, {'screen_name': 'rmattila74', 'name': 'Riku Mattila', 'id': '1278689574'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +2581,1248132730614939653,1248097828955729921,1586413006000.0,2020-04-09 06:16:46,+0000,,@Milostoessel @RationalEtienne @thirdrowtesla @Sofiaan @ICannot_Enough @Hein_The_Slayer @rmattila74 @28delayslater @kimbal @MoWo91 @Kristennetten @vincent13031925 In about a year. Would come from Giga Berlin.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1248132730614939653,[],[],0,,False,1137,77,68,,None,,,,,,,"[{'screen_name': 'Milostoessel', 'name': 'milo stoessel', 'id': '1487522022'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'Hein_The_Slayer', 'name': 'Renaissance Ghost', 'id': '1214284580'}, {'screen_name': 'rmattila74', 'name': 'Riku Mattila', 'id': '1278689574'}, {'screen_name': '28delayslater', 'name': '🐶Earl of FrunkPuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +2582,1248132165914824706,1248097828955729921,1586412872000.0,2020-04-09 06:14:32,+0000,,@RationalEtienne @thirdrowtesla @Sofiaan @ICannot_Enough @Hein_The_Slayer @rmattila74 @28delayslater @kimbal @MoWo91 @Kristennetten @vincent13031925 You may return the vehicle for a full refund in the unlikely event that it causes domestic discord,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1248132165914824706,[],[],0,,False,7031,118,248,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'Hein_The_Slayer', 'name': 'Renaissance techNOghost', 'id': '1214284580'}, {'screen_name': 'rmattila74', 'name': 'Riku Mattila', 'id': '1278689574'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +2583,1248013749652353024,1247991689018404864,1586384639000.0,2020-04-08 22:23:59,+0000,,@JsEquinox Essentially,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1248013749652353024,[],[],0,,False,908,54,44,,None,,,,,,,"[{'screen_name': 'JsEquinox', 'name': 'BLVCK OCEVN◼️🌊', 'id': '3808163713'}]",,,, +2584,1248013550607454208,1247991689018404864,1586384592000.0,2020-04-08 22:23:12,+0000,,@Afan_Mujawar .@GreatDismal,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1248013550607454208,[],[],0,,False,552,17,22,,None,,,,,,,"[{'screen_name': 'Afan_Mujawar', 'name': 'Afan Mujawar', 'id': '373339393'}]",,,, +2585,1248012923185725440,1247978613850492929,1586384442000.0,2020-04-08 22:20:42,+0000,,@master_ov @flcnhvy @thirdrowtesla Good one,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1248012923185725440,[],[],0,,False,924,16,29,,None,,,,,,,"[{'screen_name': 'master_ov', 'name': 'Ov', 'id': '706694847'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2586,1248012453511720960,1247991689018404864,1586384330000.0,2020-04-08 22:18:50,+0000,,What is simple in one arena is often profound in another,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1248012453511720960,[],[],0,,False,21545,753,1417,,None,,,,,,,[],,,, +2587,1247999439962140672,1247978613850492929,1586381227000.0,2020-04-08 21:27:07,+0000,,@aaronbrighton @teslaownersSV @flcnhvy @thirdrowtesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1247999439962140672,[],[],0,,False,1433,66,35,,None,,,,,,,"[{'screen_name': 'aaronbrighton', 'name': 'Aaron Brighton', 'id': '760678325685784577'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2588,1247991689018404864,1247991689018404864,1586379379000.0,2020-04-08 20:56:19,+0000,,Great differences in technology exist in the world about which even hardcore technologists are unaware,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1247991689018404864,[],[],0,,False,76996,2550,5779,,None,,,,,,,[],,,, +2589,1247990514533580800,1247978613850492929,1586379099000.0,2020-04-08 20:51:39,+0000,,@flcnhvy @thirdrowtesla AddLabel -> PersonDressedAsCone,it,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1247990514533580800,[],[],0,,False,4063,89,177,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2590,1247716673588588544,1247693549438525440,1586313811000.0,2020-04-08 02:43:31,+0000,,@ajtourville @thirdrowtesla Certainly no problem for a 144 trillion operations per second computer to make ~15 steering/acceleration/braking maneuvers per second. That’s a trillion calculations between each output command.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1247716673588588544,[],[],0,,False,5701,196,355,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2591,1247695291739852800,1247693549438525440,1586308713000.0,2020-04-08 01:18:33,+0000,,"@thirdrowtesla Humans drive using 2 cameras on a slow gimbal & are often distracted. A Tesla with 8 cameras, radar, sonar & always being alert can definitely be superhuman.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1247695291739852800,[],[],0,,False,5151,278,590,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2592,1247667108340621312,1247655661120315393,1586301993000.0,2020-04-07 23:26:33,+0000,,@GavinNewsom Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1247667108340621312,[],[],0,,False,3777,179,114,,None,,,,,,,"[{'screen_name': 'GavinNewsom', 'name': 'Gavin Newsom', 'id': '11347122'}]",,,, +2593,1247660630456201216,1247619040262197249,1586300449000.0,2020-04-07 23:00:49,+0000,,@Erdayastronaut @SpaceX Aim for zero velocity just above surface & fall. You won’t fall fast.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1247660630456201216,[],[],0,,False,5446,177,208,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2594,1247655431373115392,1247654344008159233,1586299209000.0,2020-04-07 22:40:09,+0000,,@thirdrowtesla Fine by me,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1247655431373115392,[],[],0,,False,7935,201,279,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2595,1247626648595222528,1247626648595222528,1586292347000.0,2020-04-07 20:45:47,+0000,,The 20th & final Dragon 1 mission is complete,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1247626648595222528,[],[],0,,False,21767,743,1361,https://twitter.com/SpaceX/status/1247598934102388736,None,,,,,,,[],,,, +2596,1247440816613683200,1247440607087341568,1586248041000.0,2020-04-07 08:27:21,+0000,,@ForumTesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1247440816613683200,[],[],0,,False,1149,75,40,,None,,,,,,,[],,,, +2597,1247411179569287169,1247388067578515457,1586240975000.0,2020-04-07 06:29:35,+0000,,@rknapp_12 @Tesla @thirdrowtesla Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1247411179569287169,[],[],0,,False,4935,115,92,,None,,,,,,,"[{'screen_name': 'rknapp_12', 'name': 'Ryan Knapp', 'id': '1097160205'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2598,1247367577812086785,1247333596097998848,1586230580000.0,2020-04-07 03:36:20,+0000,,@Erdayastronaut @JalenD25 @johnkrausphotos Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1247367577812086785,[],[],0,,False,1972,67,58,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JalenD25', 'name': 'Jalen Duncan', 'id': '775532956429328384'}, {'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}]",,,, +2599,1247341126337482752,1247333596097998848,1586224273000.0,2020-04-07 01:51:13,+0000,,"@PPathole @johnkrausphotos Probably best to keep control local, but easy to check status from afar",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1247341126337482752,[],[],0,,False,1597,66,49,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}]",,,, +2600,1247340041552068609,1247333596097998848,1586224015000.0,2020-04-07 01:46:55,+0000,,@johnkrausphotos High pucker-factor landing https://t.co/cTHxc03Oee,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1247340041552068609,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1247340009973100544/pu/img/IEHO1FAfhkCX39ZQ.jpg,False,17347,490,1810,,None,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}]",,,, +2601,1247333596097998848,1247333596097998848,1586222478000.0,2020-04-07 01:21:18,+0000,,Here you go https://t.co/aVnwR0loX9,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1247333596097998848,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1247333521376468992/pu/img/RDnx62c04mgqw7x9.jpg,False,86569,1853,11488,https://twitter.com/_AndrewwG_/status/1247024088733724672,None,,,,,,,[],,,, +2602,1247332746394927104,1247308040455344128,1586222275000.0,2020-04-07 01:17:55,+0000,,@kimbal !!,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1247332746394927104,[],[],0,,False,3809,140,140,,None,,,,,,,"[{'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +2603,1247296769471344640,1246990123872538631,1586213698000.0,2020-04-06 22:54:58,+0000,,@ndrew_lawrence @thirdrowtesla 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1247296769471344640,[],[],0,,False,2841,44,61,,None,,,,,,,"[{'screen_name': 'ndrew_lawrence', 'name': 'Andrew Lawrence', 'id': '1228462620'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2604,1247295297954312193,1247248882020438017,1586213347000.0,2020-04-06 22:49:07,+0000,,@morgan_murphy @thirdrowtesla Puts our basic instincts on a roller coaster,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1247295297954312193,[],[],0,,False,664,44,35,,None,,,,,,,"[{'screen_name': 'morgan_murphy', 'name': 'Morgan Murphy', 'id': '21125133'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2605,1247293765993132032,1247248882020438017,1586212982000.0,2020-04-06 22:43:02,+0000,,@morgan_murphy @thirdrowtesla Twitter causes id sinuation,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1247293765993132032,[],[],0,,False,422,26,34,,None,,,,,,,"[{'screen_name': 'morgan_murphy', 'name': 'Morgan Murphy', 'id': '21125133'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2606,1247291784750718976,1247263526504345600,1586212509000.0,2020-04-06 22:35:09,+0000,,@flcnhvy @Sofiaan @Tesla That’s our goal!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1247291784750718976,[],[],0,,False,4947,114,118,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2607,1247220281120133120,1246926720160141312,1586195461000.0,2020-04-06 17:51:01,+0000,,@People_Of_Space @SciGuySpace This is awesome!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1247220281120133120,[],[],0,,False,2795,100,99,,None,,,,,,,"[{'screen_name': 'People_Of_Space', 'name': 'People_of_Space: Melanie', 'id': '919110887373463552'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2608,1247056590340947969,1247056590340947969,1586156434000.0,2020-04-06 07:00:34,+0000,,Starship fuel header tank https://t.co/CVj8057CY6,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1247056590340947969,[],['https://pbs.twimg.com/media/EU5vWYcUUAAN0GZ.jpg'],1,https://pbs.twimg.com/media/EU5vWYcUUAAN0GZ.jpg,False,55438,1313,2615,,None,,,,,,,[],,,, +2609,1247049621374930951,1246936587130322945,1586154773000.0,2020-04-06 06:32:53,+0000,,@archillect Like tears in rain,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1247049621374930951,[],[],0,,False,6297,180,434,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +2610,1247038017354768394,1246706615660748802,1586152006000.0,2020-04-06 05:46:46,+0000,,@AaronChewning @morgan_murphy Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1247038017354768394,[],[],0,,False,3179,72,61,,None,,,,,,,"[{'screen_name': 'AaronChewning', 'name': 'Aaron Chewning', 'id': '58709723'}, {'screen_name': 'morgan_murphy', 'name': 'Morgan Murphy', 'id': '21125133'}]",,,, +2611,1247023486066966528,1246926308073865216,1586148542000.0,2020-04-06 04:49:02,+0000,,@facts_tesla Amazing 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1247023486066966528,[],[],0,,False,3179,67,75,,None,,,,,,,"[{'screen_name': 'facts_tesla', 'name': 'Not_an_Analyst', 'id': '1046956676304187392'}]",,,, +2612,1246995778746421248,1246995778746421248,1586141936000.0,2020-04-06 02:58:56,+0000,,Music is a limbic resonator,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1246995778746421248,[],[],0,,False,89878,2413,8843,,None,,,,,,,[],,,, +2613,1246984706928844800,1246811130107842563,1586139296000.0,2020-04-06 02:14:56,+0000,,@morgan_murphy Nice ink,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1246984706928844800,[],[],0,,False,2718,74,49,,None,,,,,,,"[{'screen_name': 'morgan_murphy', 'name': 'Morgan Murphy', 'id': '21125133'}]",,,, +2614,1246982663896018945,1246982131995176960,1586138809000.0,2020-04-06 02:06:49,+0000,,"@TeslaGong Not a question of wanting to do it or not, but rather having anyone there to make sure it gets delivered & works",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1246982663896018945,[],[],0,,False,1567,90,89,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +2615,1246955331365806082,1246954061695299585,1586132292000.0,2020-04-06 00:18:12,+0000,,@thirdrowtesla Not true,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1246955331365806082,[],[],0,,False,702,110,40,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2616,1246947498939355137,1246925844259516416,1586130425000.0,2020-04-05 23:47:05,+0000,,@flcnhvy @Tesla Cool!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1246947498939355137,[],[],0,,False,1414,42,63,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2617,1246947465334530048,1246925844259516416,1586130417000.0,2020-04-05 23:46:57,+0000,,@BramJan75663351 @flcnhvy @Tesla Love that Gen Shinseki quote!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1246947465334530048,[],[],0,,False,831,23,33,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2618,1246929663684902913,1246915499965009921,1586126173000.0,2020-04-05 22:36:13,+0000,,@TesLatino @thirdrowtesla Nice color,es,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1246929663684902913,[],[],0,,False,14976,228,154,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael - Lover, not a hater.', 'id': '989986448295235586'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2619,1246921088065560577,1246811130107842563,1586124128000.0,2020-04-05 22:02:08,+0000,,@morgan_murphy Lovable dog ❤️. Mine looks like yours but in black & white.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1246921088065560577,[],[],0,,False,4412,171,60,,None,,,,,,,"[{'screen_name': 'morgan_murphy', 'name': 'Morgan Murphy', 'id': '21125133'}]",,,, +2620,1246793741752557568,1246701851585794048,1586093766000.0,2020-04-05 13:36:06,+0000,,@Aaron_M_DeVries 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,13,https://twitter.com/elonmusk/status/1246793741752557568,[],[],0,,False,12744,108,137,,None,,,,,,,"[{'screen_name': 'Aaron_M_DeVries', 'name': 'Aaron DeVries 🌐', 'id': '1572255679'}]",,,, +2621,1246784819272482816,1246701851585794048,1586091639000.0,2020-04-05 13:00:39,+0000,,@alvianchoiri True. Each of these engines is also slightly different. Raptor is evolving rapidly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,13,https://twitter.com/elonmusk/status/1246784819272482816,[],[],0,,False,1995,79,89,,None,,,,,,,"[{'screen_name': 'alvianchoiri', 'name': 'AChA', 'id': '807555730010083328'}]",,,, +2622,1246713671956512768,1246713099777904640,1586074676000.0,2020-04-05 08:17:56,+0000,,"@SpaceIntellige3 It is stable on the ground without propellant loaded, which is an improvement from OG Atlas",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1246713671956512768,[],[],0,,False,1092,40,54,,None,,,,,,,"[{'screen_name': 'SpaceIntellige3', 'name': 'Space Intelligence', 'id': '1206315683056771072'}]",,,, +2623,1246712087499493376,1246706615660748802,1586074299000.0,2020-04-05 08:11:39,+0000,,@PPathole @wjduncan She’s neither here nor there,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1246712087499493376,[],[],0,,False,1554,95,55,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'wjduncan', 'name': 'Jason Duncan', 'id': '353026084'}]",,,, +2624,1246711850173173760,1246706615660748802,1586074242000.0,2020-04-05 08:10:42,+0000,,@JaneidyEve Beatrix Potter energy!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1246711850173173760,[],[],0,,False,4425,66,68,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +2625,1246710761445081088,1246706615660748802,1586073982000.0,2020-04-05 08:06:22,+0000,,@wjduncan One is Havanese & one came from the pound,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1246710761445081088,[],[],0,,False,926,137,29,,None,,,,,,,"[{'screen_name': 'wjduncan', 'name': 'Jason Duncan', 'id': '353026084'}]",,,, +2626,1246709569746804736,1246701851585794048,1586073698000.0,2020-04-05 08:01:38,+0000,,"@bluemoondance74 Hard to tell scale, as body diameter is 9m or ~30 ft, but it looks like it could be R2D2 size in this video https://t.co/DxRxsMEwwi",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1246709569746804736,['https://m.youtube.com/watch?v=bYb3bfA6_sQ'],[],0,,False,1908,87,118,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}]",,,, +2627,1246706615660748802,1246706615660748802,1586072994000.0,2020-04-05 07:49:54,+0000,,So proud https://t.co/Me5HirnJ6N,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1246706615660748802,[],['https://pbs.twimg.com/media/EU0xDYFXgAAX0sp.jpg'],1,https://pbs.twimg.com/media/EU0xDYFXgAAX0sp.jpg,False,216145,2329,15564,,None,,,,,,,[],,,, +2628,1246701851585794048,1246701851585794048,1586071858000.0,2020-04-05 07:30:58,+0000,,Raptors https://t.co/oycjgNI8HE,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1246701851585794048,[],['https://pbs.twimg.com/media/EU0suUeXQAIZgUl.jpg'],1,https://pbs.twimg.com/media/EU0suUeXQAIZgUl.jpg,False,123801,3899,6655,,None,,,,,,,[],,,, +2629,1246700305988943872,1245977997582176256,1586071490000.0,2020-04-05 07:24:50,+0000,,"@yourfavgas @Erdayastronaut @PPathole @austinbarnard45 @LabPadre Hard to hide anything from the Internet! Yeah, we’re going to reuse much of the thrust section.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1246700305988943872,[],[],0,,False,1706,46,106,,None,,,,,,,"[{'screen_name': 'yourfavgas', 'name': 'Yuri', 'id': '1159852783660650496'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +2630,1246700001969004544,1245977997582176256,1586071417000.0,2020-04-05 07:23:37,+0000,,"@Erdayastronaut @PPathole @austinbarnard45 @LabPadre Exactly. No point in an abort system on Mars, so got to make the core ship super safe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1246700001969004544,[],[],0,,False,1773,44,91,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +2631,1246697650126237696,1245977997582176256,1586070856000.0,2020-04-05 07:14:16,+0000,,"@Erdayastronaut @PPathole @austinbarnard45 @LabPadre Rockets & spacecraft have to operate in vacuum, so maintaining pressure is fundamental. However, this can be made very safe over time imo.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1246697650126237696,[],[],0,,False,1408,49,59,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +2632,1246696253074915328,1245977997582176256,1586070523000.0,2020-04-05 07:08:43,+0000,,@Erdayastronaut @PPathole @austinbarnard45 @LabPadre There are redundant pressure control valves. It’s a new system and SN3 was simply commanded wrong. Rockets are hard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1246696253074915328,[],[],0,,False,1988,71,126,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +2633,1246695803252547585,1245977997582176256,1586070416000.0,2020-04-05 07:06:56,+0000,,"@Erdayastronaut @PPathole @austinbarnard45 @LabPadre If you lose pressure control on rocket propellant tanks, you’re doomed anyway, so might as well go all in",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1246695803252547585,[],[],0,,False,1897,44,91,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +2634,1246694673718169600,1246493289060216833,1586070147000.0,2020-04-05 07:02:27,+0000,,We’re adding this here catchy tune to the music maker in the Tesla!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1246694673718169600,[],[],0,,False,10653,326,282,,None,,,,,,,[],,,, +2635,1246677676733104130,1245977997582176256,1586066094000.0,2020-04-05 05:54:54,+0000,,"@PPathole @austinbarnard45 @LabPadre Pretty much. Good news is that this was a test configuration error, rather than a design or build mistake. Not enough pressure in the LOX tank ullage to maintain stability with a heavy load in the CH4 tank. This was done with N2.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1246677676733104130,[],[],0,,False,2772,114,214,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +2636,1246501623888842753,1246467647887245314,1586024120000.0,2020-04-04 18:15:20,+0000,,@HenryFordNews @Tesla 👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1246501623888842753,[],[],0,,False,5476,125,126,,None,,,,,,,"[{'screen_name': 'HenryFordNews', 'name': 'Henry Ford Health System', 'id': '10032502'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2637,1246493289060216833,1246493289060216833,1586022133000.0,2020-04-04 17:42:13,+0000,,Press any key to continue https://t.co/gFnlYoUGdy,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1246493289060216833,['https://m.youtube.com/watch?v=J---aiyznGQ'],[],0,,False,23207,1239,1809,,None,,,,,,,[],,,, +2638,1246487833025576961,1246460768310214657,1586020832000.0,2020-04-04 17:20:32,+0000,,@NYCHealthSystem @Tesla You’re welcome!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1246487833025576961,[],[],0,,False,4475,99,122,,None,,,,,,,"[{'screen_name': 'NYCHealthSystem', 'name': 'NYC Health + Hospitals', 'id': '65073830'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2639,1246399264349184000,1246399264349184000,1585999716000.0,2020-04-04 11:28:36,+0000,,u r o k,pl,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/1246399264349184000,[],[],0,,False,276687,13262,38051,,None,,,,,,,[],,,, +2640,1246280327850610689,1245769940138893312,1585971359000.0,2020-04-04 03:35:59,+0000,,@teslaownersSV @28delayslater @thirdrowtesla Tesla is on second rev of internal ventilator design. Will post an update on this tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1246280327850610689,[],[],0,,False,2400,165,217,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2641,1246279554454429696,1245769940138893312,1585971175000.0,2020-04-04 03:32:55,+0000,,"@steezyysosa @teslaownersSV @28delayslater @thirdrowtesla Yeah, about $35k with shipping & taxes",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1246279554454429696,[],[],0,,False,1055,77,69,,None,,,,,,,"[{'screen_name': 'steezyysosa', 'name': '🚀🚀', 'id': '386542313'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2642,1246279106351816704,1245769940138893312,1585971068000.0,2020-04-04 03:31:08,+0000,,"@teslaownersSV @28delayslater @thirdrowtesla Bought, but SpaceX is spooling up to manufacture proportional solenoid valves for Medtronic (confirmed as critical today with chair & CEO) https://t.co/zIuesSaXrZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1246279106351816704,[],['https://pbs.twimg.com/media/EUusOTmXsAA1Q57.jpg'],1,https://pbs.twimg.com/media/EUusOTmXsAA1Q57.jpg,False,3463,104,320,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2643,1246277569449787392,1245769940138893312,1585970701000.0,2020-04-04 03:25:01,+0000,,@28delayslater @thirdrowtesla First Medtronic units from Tesla getting installed in NY metro area. These are for worst case situations. https://t.co/xyFRZwv1M7,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1246277569449787392,[],['https://pbs.twimg.com/media/EUuq00uWAAAbZ2X.jpg'],1,https://pbs.twimg.com/media/EUuq00uWAAAbZ2X.jpg,False,6996,206,693,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2644,1246217408928296960,1246150462073536512,1585956358000.0,2020-04-03 23:25:58,+0000,,@ThingsWork !!,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1246217408928296960,[],[],0,,False,11802,389,622,,None,,,,,,,"[{'screen_name': 'ThingsWork', 'name': 'How Things Work', 'id': '2217099931'}]",,,, +2645,1246208605956608000,1246194431977353216,1585954259000.0,2020-04-03 22:50:59,+0000,,@PlaidModelS @jgrano305 @Kristennetten @brandonbernicky @thirdrowtesla We’re going to simplify Plaid a little. Was getting too complex.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1246208605956608000,[],[],0,,False,1538,98,80,,None,,,,,,,"[{'screen_name': 'PlaidModelS', 'name': 'Z', 'id': '1180739869'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'Kristennetten', 'name': 'K11✨Button', 'id': '985686123123949568'}, {'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2646,1246208196936523776,1246194431977353216,1585954162000.0,2020-04-03 22:49:22,+0000,,"@jgrano305 @Kristennetten @brandonbernicky @thirdrowtesla Oh sure, good point. Will discuss with team & make available to buy in Tesla app.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1246208196936523776,[],[],0,,False,729,92,46,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2647,1246207896674680833,1246194431977353216,1585954090000.0,2020-04-03 22:48:10,+0000,,@SamTalksTesla @brandonbernicky @thirdrowtesla Some progress,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1246207896674680833,[],[],0,,False,826,39,38,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1646555828'}, {'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2648,1246207610400866305,1246194431977353216,1585954022000.0,2020-04-03 22:47:02,+0000,,"@Kristennetten @brandonbernicky @thirdrowtesla Yeah, probably July 1st",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1246207610400866305,[],[],0,,False,813,102,54,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2649,1246206799973191680,1246194431977353216,1585953829000.0,2020-04-03 22:43:49,+0000,,@brandonbernicky @thirdrowtesla Hoping to roll out traffic lights & stops to wide US release in a few weeks & probably WW release in Q3 (so many variations in each country!). Very important to make sure this is done right.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1246206799973191680,[],[],0,,False,1845,96,191,,None,,,,,,,"[{'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2650,1246206038174339073,1246194431977353216,1585953647000.0,2020-04-03 22:40:47,+0000,,"@thirdrowtesla Homelink is 3rd party hardware that increases cost of all cars, but only some people use it, so it’s only installed upon request. Long-term, garage openers are transitioning to WiFi-activated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1246206038174339073,[],[],0,,False,1171,111,69,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2651,1246193415290667008,1246119922922487808,1585950638000.0,2020-04-03 21:50:38,+0000,,@bluemoondance74 @JohnCleese Monty Python & Mel Brooks are my all-time favorites,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1246193415290667008,[],[],0,,False,1227,82,60,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'JohnCleese', 'name': 'John Cleese', 'id': '10810102'}]",,,, +2652,1246192824573284352,1246077567708401664,1585950497000.0,2020-04-03 21:48:17,+0000,,@rohanspatel @thirdrowtesla @NorthwellHealth @omead_a Northwell seems to be very pragmatic & sensible. Impressive work in difficult circumstances.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1246192824573284352,[],[],0,,False,1313,33,66,,None,,,,,,,"[{'screen_name': 'rohanspatel', 'name': 'Rohan Patel', 'id': '173491730'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'NorthwellHealth', 'name': 'Northwell Health', 'id': '29787193'}, {'screen_name': 'omead_a', 'name': 'Omead Afshar', 'id': '44481652'}]",,,, +2653,1246190184846114816,1246119922922487808,1585949867000.0,2020-04-03 21:37:47,+0000,,@JohnCleese And how to tell if someone’s a witch https://t.co/o5xAopSNw1,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1246190184846114816,['https://m.youtube.com/watch?v=zrzMhU_4m-g'],[],0,,False,813,56,42,,None,,,,,,,"[{'screen_name': 'JohnCleese', 'name': 'John Cleese', 'id': '10810102'}]",,,, +2654,1246189747292135425,1246119922922487808,1585949763000.0,2020-04-03 21:36:03,+0000,,@JohnCleese So many brilliant scenes. Anarcho-syndicalism! https://t.co/kzjh26wjvV,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1246189747292135425,['https://m.youtube.com/watch?v=R7qT-C-0ajI'],[],0,,False,1563,61,84,,None,,,,,,,"[{'screen_name': 'JohnCleese', 'name': 'John Cleese', 'id': '10810102'}]",,,, +2655,1246002903480856576,1245977997582176256,1585905216000.0,2020-04-03 09:13:36,+0000,,"@austinbarnard45 @LabPadre We will see what data review says in the morning, but this may have been a test configuration mistake",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1246002903480856576,[],[],0,,False,6363,397,308,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +2656,1245927174625824771,1178143307202998272,1585887161000.0,2020-04-03 04:12:41,+0000,,@maxdreamcreator @LabPadre @jorat1346 It’s true 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1245927174625824771,[],[],0,,False,1679,41,51,,None,,,,,,,"[{'screen_name': 'maxdreamcreator', 'name': 'maxdreamcreator', 'id': '415224335'}, {'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}, {'screen_name': 'jorat1346', 'name': 'Jorat', 'id': '326288740'}]",,,, +2657,1245919657145458692,1245870301298053122,1585885368000.0,2020-04-03 03:42:48,+0000,,@cody_a_hill Air quality has a much bigger effect on health than people realize. Credit to Larry Page for making me aware of this.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1245919657145458692,[],[],0,,False,15875,235,875,,None,,,,,,,"[{'screen_name': 'cody_a_hill', 'name': 'Cody Hill', 'id': '205075226'}]",,,, +2658,1245902999798419456,1245748128956940289,1585881397000.0,2020-04-03 02:36:37,+0000,,@spaceXcentric @LabPadre Some valves leaked at cryo temp. Fixing & will retest soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1245902999798419456,[],[],0,,False,3871,123,162,,None,,,,,,,"[{'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}, {'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +2659,1245901072368975872,1245889663824527362,1585880938000.0,2020-04-03 02:28:58,+0000,,@ChrisDungeon @Tesla 🤔,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1245901072368975872,[],[],0,,False,1916,92,71,,None,,,,,,,"[{'screen_name': 'ChrisDungeon', 'name': 'Christopher Dungeon', 'id': '1651403384'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2660,1245855856559714306,1245844220314673152,1585870157000.0,2020-04-02 23:29:17,+0000,,@thirdrowtesla High quality critical feedback from Munro & Co is much appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1245855856559714306,[],[],0,,False,3865,97,225,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2661,1245844081990701058,1245829231096909826,1585867350000.0,2020-04-02 22:42:30,+0000,,@PPathole @DrDavidReich Sounds promising. Will be interesting to see results of clinical trials.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1245844081990701058,[],[],0,,False,1305,49,74,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'DrDavidReich', 'name': 'David L. Reich, MD', 'id': '23096575'}]",,,, +2662,1245839570005942272,1245829231096909826,1585866274000.0,2020-04-02 22:24:34,+0000,,@DrDavidReich For those who care about details https://t.co/LnylijfJqR,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1245839570005942272,[],['https://pbs.twimg.com/media/EUocfADUEAInsZs.jpg'],1,https://pbs.twimg.com/media/EUocfADUEAInsZs.jpg,False,939,47,104,,None,,,,,,,"[{'screen_name': 'DrDavidReich', 'name': 'David L. Reich, MD', 'id': '23096575'}]",,,, +2663,1245838933801308162,1245829231096909826,1585866123000.0,2020-04-02 22:22:03,+0000,,@DrDavidReich You’re most welcome! Impressive work by Mount Sinai team.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1245838933801308162,[],[],0,,False,1535,31,73,,None,,,,,,,"[{'screen_name': 'DrDavidReich', 'name': 'David L. Reich, MD', 'id': '23096575'}]",,,, +2664,1245837966427095041,1245835843660644352,1585865892000.0,2020-04-02 22:18:12,+0000,,"@SciGuySpace SN3 passed ambient temperature pressure test last night, now doing cryogenic",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1245837966427095041,[],[],0,,False,2830,120,203,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2665,1245809033052733440,1245769940138893312,1585858994000.0,2020-04-02 20:23:14,+0000,,@28delayslater @thirdrowtesla Weird that so many troll/bot accounts were activated to attack on this fake issue. Wonder who’s behind it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1245809033052733440,[],[],0,,False,1866,234,130,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2666,1245806166938021890,1245769940138893312,1585858310000.0,2020-04-02 20:11:50,+0000,,"@flcnhvy @28delayslater @thirdrowtesla Yeah, very important to provide C/BiPAP devices to *prevent* cases from becoming severe. Once severe (intratracheal intubation), survival rates are low.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1245806166938021890,[],[],0,,False,1867,85,127,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': '28delayslater', 'name': '🐶TechnoKing of Frunkpuppy Coin🐶', 'id': '998140573008695296'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2667,1245801133735464961,1245769940138893312,1585857110000.0,2020-04-02 19:51:50,+0000,,"@28delayslater @thirdrowtesla Invasive ventilators are for worst case patients. Survival rate at that point is low, as Gov Cuomo has pointed out. Nonetheless, we start delivery of intratracheal Medtronic units in NYC tonight.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1245801133735464961,[],[],0,,False,4588,114,317,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2668,1245800685494366208,1245769940138893312,1585857003000.0,2020-04-02 19:50:03,+0000,,"@28delayslater @thirdrowtesla Exactly. Moreover, all hospitals were given exact specifications of Resmed & Philips ventilators before delivery & all confirmed they would be critical.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1245800685494366208,[],[],0,,False,6537,133,362,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2669,1245635608141156354,1245591306732109825,1585817646000.0,2020-04-02 08:54:06,+0000,,@NuovaRealta @cleantechnica Will call when we reach Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1245635608141156354,[],[],0,,False,24573,328,736,,None,,,,,,,"[{'screen_name': 'NuovaRealta', 'name': '≡ LιSλB E-7H ⚡️', 'id': '783475735'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2670,1245564690840686592,1245560581475553281,1585800738000.0,2020-04-02 04:12:18,+0000,,@28delayslater @thirdrowtesla Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1245564690840686592,[],[],0,,False,2302,155,87,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2671,1245460961806311424,1245378204384231424,1585776007000.0,2020-04-01 21:20:07,+0000,,@pinkshotgun1 @kimitalvitie Definitely need a wider span,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1245460961806311424,[],[],0,,False,1291,61,54,,None,,,,,,,"[{'screen_name': 'pinkshotgun1', 'name': 'Fraser Barbour', 'id': '822193346890317825'}, {'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}]",,,, +2672,1245459777515180033,1245378204384231424,1585775725000.0,2020-04-01 21:15:25,+0000,,@Erdayastronaut @kimitalvitie Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1245459777515180033,[],[],0,,False,2080,72,70,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}]",,,, +2673,1245459132175417344,1245378204384231424,1585775571000.0,2020-04-01 21:12:51,+0000,,"@kimitalvitie Yes, v close! Nice work. Those are V0.9 legs, so major upgrades coming. Need wider span, longer stroke & ability to auto-level for uneven ground or leaning into high winds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1245459132175417344,[],[],0,,False,6732,128,229,,None,,,,,,,"[{'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}]",,,, +2674,1245456360382148608,1245455473693859841,1585774910000.0,2020-04-01 21:01:50,+0000,,@carlquintanilla Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1245456360382148608,[],[],0,,False,4767,262,198,,None,,,,,,,"[{'screen_name': 'carlquintanilla', 'name': 'Carl Quintanilla', 'id': '114782468'}]",,,, +2675,1245216520168337408,1245211234217021440,1585717728000.0,2020-04-01 05:08:48,+0000,,"@thirdrowtesla Y has next-level upgrades, especially body castings & heat pump",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1245216520168337408,[],[],0,,False,4185,216,206,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2676,1245065298857742336,1245008300518801408,1585681674000.0,2020-03-31 19:07:54,+0000,,@NYCHealthSystem @Tesla Happy we could be helpful! More available if needed.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1245065298857742336,[],[],0,,False,14054,381,530,,None,,,,,,,"[{'screen_name': 'NYCHealthSystem', 'name': 'NYC Health + Hospitals', 'id': '65073830'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2677,1245063992361406464,1245052949170094082,1585681362000.0,2020-03-31 19:02:42,+0000,,"@Erdayastronaut @SpaceX @flightclubio Mass of initial SN ships will be a little high & Isp a little low, but, over time, it will be ~150t to LEO fully reusable",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1245063992361406464,[],[],0,,False,3013,75,145,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'flightclubio', 'name': 'Flight Club', 'id': '826665509152292864'}]",,,, +2678,1245009716935188481,1245009716935188481,1585668422000.0,2020-03-31 15:27:02,+0000,,"We have extra FDA-approved ventilators. Will ship to hospitals worldwide within Tesla delivery regions. Device & shipping cost are free. Only requirement is that the vents are needed immediately for patients, not stored in a warehouse. Please me or @Tesla know.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1245009716935188481,[],[],0,,False,299079,12144,67079,,None,,,,,,,[],,,, +2679,1245005702441000962,1244912483246227461,1585667465000.0,2020-03-31 15:11:05,+0000,,"@Teslarati @BocaChicaGal The legs extend & telescope out, so are longer than they seem, but not as long as they will be for SN4+",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1245005702441000962,[],[],0,,False,4114,119,201,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}]",,,, +2680,1244843228181884929,1244837442756259842,1585628728000.0,2020-03-31 04:25:28,+0000,,@neiltyson One day we will,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1244843228181884929,[],[],0,,False,79875,1571,3434,,None,,,,,,,"[{'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +2681,1244796484043882497,1240753430001356801,1585617583000.0,2020-03-31 01:19:43,+0000,,@MarsMeditation @RationalEtienne @PPathole The S-curve appears to be entering the logarithmic phase,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1244796484043882497,[],[],0,,False,2470,161,95,,None,,,,,,,"[{'screen_name': 'MarsMeditation', 'name': 'MΛЯƧ MΣDIƬΛƬIӨП', 'id': '1149493366905643008'}, {'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +2682,1244794998471696384,1240753430001356801,1585617229000.0,2020-03-31 01:13:49,+0000,,@RationalEtienne @PPathole https://t.co/jS68gnYs2U https://t.co/4a3h517Zdw,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1244794998471696384,['https://www.cdc.gov/mmwr/volumes/69/wr/pdfs/mm6912e2-H.pdf'],['https://pbs.twimg.com/media/EUZmcBpX0AUgvNA.jpg'],1,https://pbs.twimg.com/media/EUZmcBpX0AUgvNA.jpg,False,603,66,63,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +2683,1244771610034348033,1244771483752239104,1585611653000.0,2020-03-30 23:40:53,+0000,,@ian1219 Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1244771610034348033,[],[],0,,False,1673,79,46,,None,,,,,,,"[{'screen_name': 'ian1219', 'name': 'Ian Adair', 'id': '37454647'}]",,,, +2684,1244729713597255682,1244684187476660224,1585601664000.0,2020-03-30 20:54:24,+0000,,@RenataKonkoly https://t.co/pWB6ivYa0J,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1244729713597255682,[],['https://pbs.twimg.com/media/EUYrE3bWsAIak3E.jpg'],1,https://pbs.twimg.com/media/EUYrE3bWsAIak3E.jpg,False,20149,172,969,,None,,,,,,,[],,,, +2685,1244694967303405575,1244694584493473794,1585593380000.0,2020-03-30 18:36:20,+0000,,"@C3LT_Games Hopefully, Starship will have enough flight history to substitute for Dragon for NASA missions too",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1244694967303405575,[],[],0,,False,1878,75,103,,None,,,,,,,"[{'screen_name': 'C3LT_Games', 'name': 'C3LT', 'id': '1111004268339843072'}]",,,, +2686,1244693699772235777,1243073406884630528,1585593077000.0,2020-03-30 18:31:17,+0000,, https://t.co/bvh1TL12l6,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1244693699772235777,[],['https://pbs.twimg.com/media/EUYKUYxXsAUy9fr.jpg'],1,https://pbs.twimg.com/media/EUYKUYxXsAUy9fr.jpg,False,11936,459,696,,None,,,,,,,[],,,, +2687,1244692738278334469,1243073406884630528,1585592848000.0,2020-03-30 18:27:28,+0000,,Now on launch stand https://t.co/Yb5WIEjAkj,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1244692738278334469,[],['https://pbs.twimg.com/media/EUYJcfEXsAQ-rXV.jpg'],1,https://pbs.twimg.com/media/EUYJcfEXsAQ-rXV.jpg,False,18717,528,993,,None,,,,,,,[],,,, +2688,1244691444855603200,1244690105304055810,1585592540000.0,2020-03-30 18:22:20,+0000,,@teslaownersSV Seeing friends,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1244691444855603200,[],[],0,,False,1990,150,67,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +2689,1244690105304055810,1244690105304055810,1585592220000.0,2020-03-30 18:17:00,+0000,,Hello from the Inside https://t.co/SV3fWL3bkp,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1244690105304055810,['https://m.youtube.com/watch?feature=youtu.be&v=M5azNpTwVk8'],[],0,,False,12601,628,1327,,None,,,,,,,[],,,, +2690,1244684187476660224,1244684187476660224,1585590810000.0,2020-03-30 17:53:30,+0000,,Logarithm graphs coming soon https://t.co/Fc81TDSQgc,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1244684187476660224,[],['https://pbs.twimg.com/media/EUYBq3oXQAARDVg.jpg'],1,https://pbs.twimg.com/media/EUYBq3oXQAARDVg.jpg,False,223689,1814,27389,,None,,,,,,,[],,,, +2691,1244682349041930242,1244491137756188672,1585590371000.0,2020-03-30 17:46:11,+0000,,@guardian Magnetic personality,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1244682349041930242,[],[],0,,False,8205,259,272,,None,,,,,,,"[{'screen_name': 'guardian', 'name': 'The Guardian', 'id': '87818409'}]",,,, +2692,1244034540995137536,1243958111020474368,1585435922000.0,2020-03-28 22:52:02,+0000,,"@microdentist And many doctors are not treating patients, due to fear of giving or receiving C19",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1244034540995137536,[],[],0,,False,8790,588,294,,None,,,,,,,"[{'screen_name': 'microdentist', 'name': 'microdentist', 'id': '547633058'}]",,,, +2693,1243768376947810304,1243680163054915584,1585372463000.0,2020-03-28 05:14:23,+0000,,@n2179_twit @AbbottNews This sounds great,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1243768376947810304,[],[],0,,False,3807,122,124,,None,,,,,,,"[{'screen_name': 'AbbottNews', 'name': 'Abbott', 'id': '360054369'}]",,,, +2694,1243767635566907393,1243680163054915584,1585372287000.0,2020-03-28 05:11:27,+0000,,@AbbottNews Can you do a fast antibody test?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1243767635566907393,[],[],0,,False,11219,288,786,,None,,,,,,,"[{'screen_name': 'AbbottNews', 'name': 'Abbott', 'id': '360054369'}]",,,, +2695,1243672856891981824,1243671937471205383,1585349690000.0,2020-03-27 22:54:50,+0000,,@ScottSaorAlba Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1243672856891981824,[],[],0,,False,3265,126,92,,None,,,,,,,"[{'screen_name': 'ScottSaorAlba', 'name': 'Saòr Alba', 'id': '3134326828'}]",,,, +2696,1243671937471205383,1243671937471205383,1585349470000.0,2020-03-27 22:51:10,+0000,,"Would be great to combine blood donations with a C19 antibody test, so you know if you’re immune. Refill blood banks & give donors peace of mind.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1243671937471205383,[],[],0,,False,46397,1687,6509,https://twitter.com/DepSecHargan/status/1243613305584975873,None,,,,,,,[],,,, +2697,1243613853558231041,1243607706553860097,1585335622000.0,2020-03-27 19:00:22,+0000,,@PPathole @VitalVegas Buzzfeed is a mind virus,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1243613853558231041,[],[],0,,False,3624,154,491,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'VitalVegas', 'name': 'Vital Vegas', 'id': '514487309'}]",,,, +2698,1243612846237396996,1243607706553860097,1585335382000.0,2020-03-27 18:56:22,+0000,,@VitalVegas Also makes for a great shelter https://t.co/f991AJD2mU,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1243612846237396996,[],['https://pbs.twimg.com/media/EUIzSqqWoAQx9Pc.jpg'],1,https://pbs.twimg.com/media/EUIzSqqWoAQx9Pc.jpg,False,7543,171,491,,None,,,,,,,"[{'screen_name': 'VitalVegas', 'name': 'Vital Vegas', 'id': '514487309'}]",,,, +2699,1243567346503094276,1243493495714840576,1585324534000.0,2020-03-27 15:55:34,+0000,,"@AlexSafahi @NYCMayor We will give away all our ventilators, whether we buy them or build them",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1243567346503094276,[],[],0,,False,14793,480,1440,,None,,,,,,,"[{'screen_name': 'AlexSafahi', 'name': 'Alex', 'id': '48098799'}, {'screen_name': 'NYCMayor', 'name': 'Mayor Bill de Blasio', 'id': '19834403'}]",,,, +2700,1243564143032098819,1243493495714840576,1585323770000.0,2020-03-27 15:42:50,+0000,,"@kshah07 @yosefontwo @JSellMafia @NYCMayor Yes. Just as with groceries, the panic is also causing hoarding of ventilators, preventing them from reaching the hospitals where they are needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1243564143032098819,[],[],0,,False,1991,93,136,,None,,,,,,,"[{'screen_name': 'yosefontwo', 'name': 'Yosef Kessler', 'id': '3152373541'}, {'screen_name': 'NYCMayor', 'name': 'Mayor Bill de Blasio', 'id': '19834403'}]",,,, +2701,1243560200898064388,1243493495714840576,1585322830000.0,2020-03-27 15:27:10,+0000,,"@NYCMayor Biggest value Tesla is providing is precise delivery of ventilators exactly to the ICU where & when they’re needed. There are many ventilators in warehouses, but stuck in logistics/routing/paperwork issues.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1243560200898064388,[],[],0,,False,5030,147,371,,None,,,,,,,"[{'screen_name': 'NYCMayor', 'name': 'Mayor Bill de Blasio', 'id': '19834403'}]",,,, +2702,1243556799275577346,1243493495714840576,1585322019000.0,2020-03-27 15:13:39,+0000,,@NYCMayor You’re most welcome. Credit to the Tesla team. Will do our best to help in any way.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1243556799275577346,[],[],0,,False,17141,278,655,,None,,,,,,,"[{'screen_name': 'NYCMayor', 'name': 'Mayor Bill de Blasio', 'id': '19834403'}]",,,, +2703,1243554087628570624,1243551230783356931,1585321373000.0,2020-03-27 15:02:53,+0000,,@archillect Dragonfire,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1243554087628570624,[],[],0,,False,5845,114,156,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +2704,1243456982813749249,1243257112139984901,1585298221000.0,2020-03-27 08:37:01,+0000,,@thirdrowtesla 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1243456982813749249,[],[],0,,False,4855,119,136,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2705,1243371347700584449,1243111964718424064,1585277804000.0,2020-03-27 02:56:44,+0000,,@thirdrowtesla Exactly. Douglas Adams knew what he was talking about.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1243371347700584449,[],[],0,,False,6429,190,215,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2706,1243298853094395911,1243297346059816960,1585260520000.0,2020-03-26 22:08:40,+0000,,@BrianSwails @thirdrowtesla Stop! … In the name of love …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1243298853094395911,[],[],0,,False,2516,167,127,,None,,,,,,,"[{'screen_name': 'BrianSwails', 'name': 'Brian Swails', 'id': '1100413234769788928'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2707,1243291843565158408,1243133211011690499,1585258849000.0,2020-03-26 21:40:49,+0000,,@PPathole @AlexBerenson @imperialcollege Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1243291843565158408,[],[],0,,False,748,54,32,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'AlexBerenson', 'name': 'Alex Berenson', 'id': '87679233'}, {'screen_name': 'imperialcollege', 'name': 'Imperial College', 'id': '15353955'}]",,,, +2708,1243287464812347392,1243133211011690499,1585257805000.0,2020-03-26 21:23:25,+0000,,@FidelCatsro @AlexBerenson .@mayemusk Care to comment?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1243287464812347392,[],[],0,,False,548,51,23,,None,,,,,,,"[{'screen_name': 'FidelCatsro', 'name': 'Patch (Adams) 🐾', 'id': '847949691408994304'}, {'screen_name': 'AlexBerenson', 'name': 'Alex Berenson', 'id': '87679233'}]",,,, +2709,1243274074832371713,1243240064727109637,1585254613000.0,2020-03-26 20:30:13,+0000,,"@teslaownersSV @Teslarati Working on that with Medtronic. Given NY pressing needs, we’re delivering Resmed, Philips & Medtronic ventilators to NY hospitals starting tonight.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1243274074832371713,[],[],0,,False,5601,228,463,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2710,1243249969823469570,1243240064727109637,1585248865000.0,2020-03-26 18:54:25,+0000,,@Teslarati Sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1243249969823469570,[],[],0,,False,6235,401,262,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2711,1243087221483282432,1243073406884630528,1585210063000.0,2020-03-26 08:07:43,+0000,,@alvianchoiri @utkarshzaveri @fael097 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1243087221483282432,[],[],0,,False,611,20,28,,None,,,,,,,"[{'screen_name': 'alvianchoiri', 'name': 'AChA', 'id': '807555730010083328'}, {'screen_name': 'utkarshzaveri', 'name': 'Utkarsh Zaveri', 'id': '3251312209'}, {'screen_name': 'fael097', 'name': 'Rafael Adamy', 'id': '337634449'}]",,,, +2712,1243084517587419141,1243073406884630528,1585209419000.0,2020-03-26 07:56:59,+0000,, https://t.co/lzh1uj8QCy,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1243084517587419141,[],['https://pbs.twimg.com/media/EUBSx0BWsAA0uIA.jpg'],1,https://pbs.twimg.com/media/EUBSx0BWsAA0uIA.jpg,False,17770,393,686,,None,,,,,,,[],,,, +2713,1243076222596374528,1243073406884630528,1585207441000.0,2020-03-26 07:24:01,+0000,,"@MartianDays Physics is the law, everything else is a recommendation",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1243076222596374528,[],[],0,,False,4697,163,567,,None,,,,,,,"[{'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}]",,,, +2714,1243073406884630528,1243073406884630528,1585206770000.0,2020-03-26 07:12:50,+0000,,SN3 https://t.co/bM1wzzd4Zg,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1243073406884630528,[],['https://pbs.twimg.com/media/EUBIq68WsAEm9iR.jpg'],1,https://pbs.twimg.com/media/EUBIq68WsAEm9iR.jpg,False,75024,1573,3644,,None,,,,,,,[],,,, +2715,1242900612897005571,1242872892112732161,1585165572000.0,2020-03-25 19:46:12,+0000,,@flcnhvy @Tesla Giga New York will reopen for ventilator production as soon as humanly possible. We will do anything in our power to help the citizens of New York.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1242900612897005571,[],[],0,,False,7419,351,872,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2716,1242899515268648962,1242872892112732161,1585165311000.0,2020-03-25 19:41:51,+0000,,@enscand @PPathole @flcnhvy @Tesla Something weird happened at CDC yesterday. They changed the graph to include “estimated illness onset date”. This is a significantly less rigorous standard. https://t.co/Dz2Nio5ddi,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1242899515268648962,[],['https://pbs.twimg.com/media/ET-qhHYWAAMgJYP.jpg'],1,https://pbs.twimg.com/media/ET-qhHYWAAMgJYP.jpg,False,729,71,56,,None,,,,,,,"[{'screen_name': 'enscand', 'name': 'Nathan Scandella', 'id': '3190128704'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2717,1242893395338674176,1242872892112732161,1585163851000.0,2020-03-25 19:17:31,+0000,,@PPathole @flcnhvy @Tesla C19 testing in the US over the past week has grown much faster than C19 positive cases. I think we may have passed the inflection point for US cases (excluding NY) already.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1242893395338674176,[],[],0,,False,1562,210,147,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2718,1242881868426612736,1242872892112732161,1585161103000.0,2020-03-25 18:31:43,+0000,,@PPathole @flcnhvy @Tesla Yes. Is there more? Should be a lot of data by now.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1242881868426612736,[],[],0,,False,773,67,41,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2719,1242881125049085956,1242872892112732161,1585160926000.0,2020-03-25 18:28:46,+0000,,@flcnhvy @Tesla Making good progress. We will do whatever is needed to help in these difficult times.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1242881125049085956,[],[],0,,False,11220,290,670,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2720,1242522143092588546,1242519973903376384,1585075338000.0,2020-03-24 18:42:18,+0000,,This meme proves it https://t.co/3CHAzxv6dj,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1242522143092588546,[],['https://pbs.twimg.com/media/ET5TTO2XQAQm_Tn.jpg'],1,https://pbs.twimg.com/media/ET5TTO2XQAQm_Tn.jpg,False,92483,807,8206,,None,,,,,,,[],,,, +2721,1242520456554516480,1242519973903376384,1585074936000.0,2020-03-24 18:35:36,+0000,,It’s ducked!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1242520456554516480,[],[],0,,False,41605,441,1291,,None,,,,,,,[],,,, +2722,1242519973903376384,1242519973903376384,1585074821000.0,2020-03-24 18:33:41,+0000,,.@Apple pls fix awetoekreqt,nl,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1242519973903376384,[],[],0,,False,95331,1914,6563,,None,,,,,,,[],,,, +2723,1242517105402142720,1242516265933168641,1585074137000.0,2020-03-24 18:22:17,+0000,,"@SamTalksTesla @MikeBloomberg True. @MikeBloomberg, this is accurate. You believe in journalistic integrity, but if something isn’t done, this will continue.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1242517105402142720,[],[],0,,False,2186,106,174,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}, {'screen_name': 'MikeBloomberg', 'name': 'Mike Bloomberg', 'id': '16581604'}]",,,, +2724,1242515080375386114,1242511130133778432,1585073654000.0,2020-03-24 18:14:14,+0000,,@steezyysosa @TesLatino @flcnhvy @thirdrowtesla @MikeBloomberg @Twitter Have let @twitter know,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1242515080375386114,[],[],0,,False,1065,55,44,,None,,,,,,,"[{'screen_name': 'steezyysosa', 'name': '🚀🚀', 'id': '386542313'}, {'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael - Lover, not a hater.', 'id': '989986448295235586'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'MikeBloomberg', 'name': 'Mike Bloomberg', 'id': '16581604'}, {'screen_name': 'Twitter', 'name': 'Twitter', 'id': '783214'}]",,,, +2725,1242513824885944320,1242511130133778432,1585073355000.0,2020-03-24 18:09:15,+0000,,@flcnhvy @thirdrowtesla This is messed up @MikeBloomberg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1242513824885944320,[],[],0,,False,3408,244,282,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2726,1242360865774620674,1242154172646141958,1585036887000.0,2020-03-24 08:01:27,+0000,,@JBNielsen1985 @stephenpallotta @ajtourville @Teslarati Both,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1242360865774620674,[],[],0,,False,919,58,38,,None,,,,,,,"[{'screen_name': 'stephenpallotta', 'name': 'Stephen Pallotta', 'id': '18199493'}, {'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2727,1242292724084113409,1242248734391422977,1585020640000.0,2020-03-24 03:30:40,+0000,,"@InSpaceXItrust @Kristennetten @thirdrowtesla Could maybe tap the condensation for water too. Seems odd that HVAC systems make pure, fresh water & just dump it on the ground.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1242292724084113409,[],[],0,,False,2680,219,132,,None,,,,,,,"[{'screen_name': 'InSpaceXItrust', 'name': 'Michael Hodges', 'id': '1014273249453248512'}, {'screen_name': 'Kristennetten', 'name': 'K11✨Button', 'id': '985686123123949568'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2728,1242280418868711425,1242262664732082177,1585017706000.0,2020-03-24 02:41:46,+0000,,"@SteveHamel16 @JordanWells33 @hereforthecom19 @ScottWapnerCNBC Thanks Tesla China team, China Customs Authority & LAX customs for acting so swiftly",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1242280418868711425,[],[],0,,False,5829,133,316,,None,,,,,,,"[{'screen_name': 'SteveHamel16', 'name': ""🚀 🐉 Don't Bet Against Elon 🐉🚀"", 'id': '999632398525530114'}, {'screen_name': 'JordanWells33', 'name': 'Jordan Wells', 'id': '45536240'}, {'screen_name': 'hereforthecom19', 'name': 'hereforthecomments', 'id': '1194284269348118528'}, {'screen_name': 'ScottWapnerCNBC', 'name': 'Scott Wapner', 'id': '263197731'}]",,,, +2729,1242279396226011137,1242262664732082177,1585017463000.0,2020-03-24 02:37:43,+0000,,"@SteveHamel16 @JordanWells33 @hereforthecom19 @ScottWapnerCNBC Yup, China had an oversupply, so we bought 1255 FDA-approved ResMed, Philips & Medtronic ventilators on Friday night & airshipped them to LA. If you want a free ventilator installed, please let us know!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1242279396226011137,[],[],0,,False,27639,1099,2992,,None,,,,,,,"[{'screen_name': 'SteveHamel16', 'name': ""🚀 🐉 Don't Bet Against Elon 🐉🚀"", 'id': '999632398525530114'}, {'screen_name': 'JordanWells33', 'name': 'Jordan Wells', 'id': '45536240'}, {'screen_name': 'hereforthecom19', 'name': 'hereforthecomments', 'id': '1194284269348118528'}, {'screen_name': 'ScottWapnerCNBC', 'name': 'Scott Wapner', 'id': '263197731'}]",,,, +2730,1242266605838614534,1242248734391422977,1585014413000.0,2020-03-24 01:46:53,+0000,,"@Kristennetten @thirdrowtesla Yeah, pretty much. House could talk to car & know when you’re expected home, so temp & humidity would be perfect just as you arrive. No wasted energy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1242266605838614534,[],[],0,,False,1966,202,131,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2731,1242248078138073088,1242154172646141958,1585009996000.0,2020-03-24 00:33:16,+0000,,@romn8tr @stephenpallotta @ajtourville @Teslarati This is a way bigger deal than most people realize,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1242248078138073088,[],[],0,,False,2183,118,100,,None,,,,,,,"[{'screen_name': 'romn8tr', 'name': 'Rome Strach', 'id': '32768577'}, {'screen_name': 'stephenpallotta', 'name': 'Stephen Pallotta', 'id': '18199493'}, {'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2732,1242247568479797248,1242154172646141958,1585009874000.0,2020-03-24 00:31:14,+0000,,"@stephenpallotta @ajtourville @Teslarati Sure would love to do home hvac that’s quiet & efficient, with humidity control & HEPA filter",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1242247568479797248,[],[],0,,False,2734,251,194,,None,,,,,,,"[{'screen_name': 'stephenpallotta', 'name': 'Stephen Pallotta', 'id': '18199493'}, {'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2733,1242245870650716160,1242154172646141958,1585009470000.0,2020-03-24 00:24:30,+0000,,@stephenpallotta @ajtourville @Teslarati Yes. PCB design techniques applied to create a heat exchanger that is physically impossible by normal means. Heat pump also has a local heating loop to spool up fast & extend usable temperature range. Octavalve is pretty special too. Team did great work. No credit to me.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1242245870650716160,[],[],0,,False,2930,75,165,,None,,,,,,,"[{'screen_name': 'stephenpallotta', 'name': 'Stephen Pallotta', 'id': '18199493'}, {'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2734,1242240254129491968,1242154172646141958,1585008130000.0,2020-03-24 00:02:10,+0000,,@ajtourville @Teslarati The heat pump and rear body castings are a step beyond,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1242240254129491968,[],[],0,,False,1507,59,70,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2735,1242229469017862145,1242154172646141958,1585005559000.0,2020-03-23 23:19:19,+0000,,@Teslarati Model Y heat pump is some of the best engineering I’ve seen in a while. Team did next-level work.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1242229469017862145,[],[],0,,False,6159,290,408,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2736,1242227967348150274,1242148953900097536,1585005201000.0,2020-03-23 23:13:21,+0000,,@justpaulinelol @engineers_feed 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1242227967348150274,[],[],0,,False,1276,53,33,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +2737,1242222162582188032,1241546039825444865,1585003817000.0,2020-03-23 22:50:17,+0000,,@BocachicaMaria1 Will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1242222162582188032,[],[],0,,False,3183,54,73,,None,,,,,,,"[{'screen_name': 'BocachicaMaria1', 'name': 'Maria Pointer Nav Officer/SeaPilot (ret.)', 'id': '1084191647204868099'}]",,,, +2738,1242218198117711875,1242128846020923392,1585002872000.0,2020-03-23 22:34:32,+0000,,"@teslaownersSV @RenataKonkoly @sdunbabin @jonkay @Quillette Most likely, imo, we will see a significant reduction in the confirmed C19 case growth rate this week. Follow chart at bottom of this CDC page: https://t.co/vZ3PbhQihG",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1242218198117711875,['https://www.cdc.gov/coronavirus/2019-ncov/cases-updates/cases-in-us.html'],[],0,,False,1229,222,158,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'sdunbabin', 'name': 'Sam', 'id': '259493850'}, {'screen_name': 'jonkay', 'name': 'Jonathan Kay', 'id': '16187240'}, {'screen_name': 'Quillette', 'name': 'Quillette', 'id': '3775360879'}]",,,, +2739,1242216936450043904,1242128846020923392,1585002571000.0,2020-03-23 22:29:31,+0000,,@RenataKonkoly @sdunbabin @jonkay @Quillette Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1242216936450043904,[],[],0,,False,272,36,13,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'sdunbabin', 'name': 'Sam', 'id': '259493850'}, {'screen_name': 'jonkay', 'name': 'Jonathan Kay', 'id': '16187240'}, {'screen_name': 'Quillette', 'name': 'Quillette', 'id': '3775360879'}]",,,, +2740,1242212952037449728,1242128846020923392,1585001621000.0,2020-03-23 22:13:41,+0000,,"@jonkay @Quillette According to the Italian govt, only 12% of deaths are actually due to C19. This is a significant policy difference in Italy vs most other countries.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1242212952037449728,[],[],0,,False,1241,190,190,,None,,,,,,,"[{'screen_name': 'jonkay', 'name': 'Jonathan Kay', 'id': '16187240'}, {'screen_name': 'Quillette', 'name': 'Quillette', 'id': '3775360879'}]",,,, +2741,1242206925690769408,1242148953900097536,1585000184000.0,2020-03-23 21:49:44,+0000,,@engineers_feed Engineering ftw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1242206925690769408,[],[],0,,False,6858,173,225,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +2742,1242184680587186176,1241878414199361536,1584994881000.0,2020-03-23 20:21:21,+0000,,@flyLAXairport Much appreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1242184680587186176,[],[],0,,False,1947,59,61,,None,,,,,,,"[{'screen_name': 'flyLAXairport', 'name': 'LAX Airport', 'id': '26886095'}]",,,, +2743,1241987125215498240,1241985055255379970,1584947780000.0,2020-03-23 07:16:20,+0000,,@PPathole @BBCScienceNews Have you seen more data on HCQ & Z-Pak? Hard to find.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1241987125215498240,[],[],0,,False,1237,136,64,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +2744,1241985699449950209,1241985055255379970,1584947440000.0,2020-03-23 07:10:40,+0000,,@BBCScienceNews Worrisome,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1241985699449950209,[],[],0,,False,788,52,52,,None,,,,,,,"[{'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +2745,1241982217791787009,1241977882047590402,1584946610000.0,2020-03-23 06:56:50,+0000,,@thirdrowtesla Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1241982217791787009,[],[],0,,False,4699,85,131,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2746,1241915251580256256,1241908675104706561,1584930644000.0,2020-03-23 02:30:44,+0000,,@JohnnaCrider1 @thirdrowtesla We’ll try to get & deliver as many as possible. N95 masks are a pain to wear btw. Less onerous masks are better most of the time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1241915251580256256,[],[],0,,False,4878,213,237,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna 💎', 'id': '1957568797'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2747,1241896915416973312,1241878414199361536,1584926272000.0,2020-03-23 01:17:52,+0000,,@Kristennetten @thirdrowtesla @SalehCU Yeah. We have a mask shipment stuck at LAX. Hopefully freed up soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1241896915416973312,[],[],0,,False,2316,100,154,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'SalehCU', 'name': 'Saleh M. Elmohamed', 'id': '375312247'}]",,,, +2748,1241885896099508224,1241770158705819648,1584923645000.0,2020-03-23 00:34:05,+0000,,@engineers_feed Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1241885896099508224,[],[],0,,False,5462,102,159,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +2749,1241878069813469185,1241774564058652673,1584921779000.0,2020-03-23 00:02:59,+0000,,@JohnCleese This is great advice,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1241878069813469185,[],[],0,,False,6992,133,217,,None,,,,,,,"[{'screen_name': 'JohnCleese', 'name': 'John Cleese', 'id': '10810102'}]",,,, +2750,1241877739096944643,1241818237228085248,1584921700000.0,2020-03-23 00:01:40,+0000,,@uwdrwaldorf @Tesla @omead_a @UWMedicine Thanks for taking delivery in your garage! Let us know if there’s anything else you need.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1241877739096944643,[],[],0,,False,2304,50,129,,None,,,,,,,"[{'screen_name': 'uwdrwaldorf', 'name': 'Dr. Adams Waldorf', 'id': '513261814'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'omead_a', 'name': 'Omead Afshar', 'id': '44481652'}, {'screen_name': 'UWMedicine', 'name': 'UW Medicine', 'id': '36784717'}]",,,, +2751,1241876954158006272,1241847683280777218,1584921513000.0,2020-03-22 23:58:33,+0000,,"@justpaulinelol @EvaFoxU @Tesla We expect to have over ~1200 to distribute this week. Getting them delivered, installed & operating is the harder part.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1241876954158006272,[],[],0,,False,10229,457,818,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2752,1241875868781146113,1241847683280777218,1584921254000.0,2020-03-22 23:54:14,+0000,,@EvaFoxU @Tesla Supply chain logistics — getting masks & other PPE to the right places in time — is the main issue we’re hearing from ER physicians,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1241875868781146113,[],[],0,,False,2252,130,186,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2753,1241828697599963137,1241809246259273728,1584910008000.0,2020-03-22 20:46:48,+0000,,@NativeCACV @Tesla @omead_a You’re most welcome. We’re working on getting other types of PPE too. Ventilators should arrive within a few days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1241828697599963137,[],[],0,,False,1546,105,145,,None,,,,,,,"[{'screen_name': 'NativeCACV', 'name': 'Cristianna Vallera', 'id': '159874463'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'omead_a', 'name': 'Omead Afshar', 'id': '44481652'}]",,,, +2754,1241735321730998272,1241718527591096327,1584887745000.0,2020-03-22 14:35:45,+0000,,@benikbeno @CDCgov Panic is always dumb,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1241735321730998272,[],[],0,,False,14571,450,1211,,None,,,,,,,"[{'screen_name': 'benikbeno', 'name': 'Beno', 'id': '4137445634'}, {'screen_name': 'CDCgov', 'name': 'CDC', 'id': '146569971'}]",,,, +2755,1241735253204406273,1241730739143573504,1584887729000.0,2020-03-22 14:35:29,+0000,,"@Guruleaks1 @benikbeno Italy: “On re-evaluation by the National Institute of Health, only 12 per cent of death certificates have shown a direct causality from coronavirus.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1241735253204406273,[],[],0,,False,924,136,139,,None,,,,,,,"[{'screen_name': 'Guruleaks1', 'name': 'GuruLeaks', 'id': '3368482106'}, {'screen_name': 'benikbeno', 'name': 'Beno', 'id': '4137445634'}]",,,, +2756,1241734334484119552,1241718527591096327,1584887510000.0,2020-03-22 14:31:50,+0000,,"@CDCgov Close contact family gatherings that mix young kids, who have almost no risk of C19 death, with grandparents who have high risk (especially those with prior lung damage), are one of the most powerful mortality vectors",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1241734334484119552,[],[],0,,False,2070,146,229,,None,,,,,,,"[{'screen_name': 'CDCgov', 'name': 'CDC', 'id': '146569971'}]",,,, +2757,1241474482432167936,1241387725564997637,1584825556000.0,2020-03-21 21:19:16,+0000,,@Jennerator211 We have N95 masks & getting PAPRs. Will have our team reach out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1241474482432167936,[],[],0,,False,13694,362,626,,None,,,,,,,"[{'screen_name': 'Jennerator211', 'name': '👠 Lady in red 👠', 'id': '23502725'}]",,,, +2758,1241430035627565056,1241430035627565056,1584814959000.0,2020-03-21 18:22:39,+0000,,Just had a long engineering discussion with Medtronic about state-of-the-art ventilators. Very impressive team!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1241430035627565056,[],[],0,,False,129038,3690,8558,,None,,,,,,,[],,,, +2759,1241416228461096960,1241113755016138755,1584811667000.0,2020-03-21 17:27:47,+0000,,@SamTalksTesla @flcnhvy @thirdrowtesla @NateSilver538 No problem :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1241416228461096960,[],[],0,,False,931,55,24,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1646555828'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'NateSilver538', 'name': 'Nate Silver', 'id': '16017475'}]",,,, +2760,1241415953994268673,1241113755016138755,1584811602000.0,2020-03-21 17:26:42,+0000,,"@SamTalksTesla @flcnhvy @thirdrowtesla @NateSilver538 Sigmoid (S-curve) is how all physical and mental viruses behave, regardless of containment. Containment reduces asymptote of S-curve. At this point, we have strict containment in US/Europe & should expect similarly reduced asymptote to China.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1241415953994268673,[],[],0,,False,1570,144,135,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'NateSilver538', 'name': 'Nate Silver', 'id': '16017475'}]",,,, +2761,1241411357968236544,1241113755016138755,1584810506000.0,2020-03-21 17:08:26,+0000,,"@flcnhvy @thirdrowtesla @NateSilver538 Sigmoidal for China, followed by sigmoidal for rest of world",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1241411357968236544,[],[],0,,False,885,72,67,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'NateSilver538', 'name': 'Nate Silver', 'id': '16017475'}]",,,, +2762,1241395441591136256,1241113755016138755,1584806711000.0,2020-03-21 16:05:11,+0000,,@Lauren62515251 @PPathole @NateSilver538 Fair point :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1241395441591136256,[],[],0,,False,626,37,27,,None,,,,,,,"[{'screen_name': 'Lauren62515251', 'name': 'TinybitObsessedNow 🏩🍒🔥', 'id': '1216695054594715648'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'NateSilver538', 'name': 'Nate Silver', 'id': '16017475'}]",,,, +2763,1241393713579880449,1241113755016138755,1584806299000.0,2020-03-21 15:58:19,+0000,,"@RiccitelliDylan @ColdBuschLights @PPathole @NateSilver538 Exactly, both would be false positive. Also, dying with C19 is different from dying because of C19. Vast majority who died had other illnesses too. https://t.co/YKMW54q2kL",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1241393713579880449,[],['https://pbs.twimg.com/media/ETpRALbUcAA17R1.jpg'],1,https://pbs.twimg.com/media/ETpRALbUcAA17R1.jpg,False,1617,272,265,,None,,,,,,,"[{'screen_name': 'RiccitelliDylan', 'name': 'Dylan Riccitelli', 'id': '3784578076'}, {'screen_name': 'ColdBuschLights', 'name': 'ColdBuschLights', 'id': '1124288032344084481'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'NateSilver538', 'name': 'Nate Silver', 'id': '16017475'}]",,,, +2764,1241383485937307648,1241113755016138755,1584803861000.0,2020-03-21 15:17:41,+0000,,@PPathole @NateSilver538 Up to 80% false positive,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1241383485937307648,[],[],0,,False,657,148,73,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'NateSilver538', 'name': 'Nate Silver', 'id': '16017475'}]",,,, +2765,1241382729473646596,1241113755016138755,1584803681000.0,2020-03-21 15:14:41,+0000,,"@PPathole @NateSilver538 Sure, although ventilator companies definitely know how to make ventilators. Just a spike in demand right now. Also, using CPAP machines for less severe cases & using one ventilator for several patients seem like good moves to meet short-term demand.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1241382729473646596,[],[],0,,False,2223,100,146,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'NateSilver538', 'name': 'Nate Silver', 'id': '16017475'}]",,,, +2766,1241381330757152769,1241113755016138755,1584803347000.0,2020-03-21 15:09:07,+0000,,@NateSilver538 Do you have data on the false positive rate? I’ve heard a wide range of numbers. CDC numbers are almost an order of magnitude lower between high fidelity data (onset date known) and “presumed positive”. https://t.co/vZ3PbhQihG,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1241381330757152769,['https://www.cdc.gov/coronavirus/2019-ncov/cases-updates/cases-in-us.html'],[],0,,False,427,52,44,,None,,,,,,,"[{'screen_name': 'NateSilver538', 'name': 'Nate Silver', 'id': '16017475'}]",,,, +2767,1241378127290355713,1241113755016138755,1584802583000.0,2020-03-21 14:56:23,+0000,,@NateSilver538 Important consideration,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/1241378127290355713,[],[],0,,False,979,40,34,,None,,,,,,,"[{'screen_name': 'NateSilver538', 'name': 'Nate Silver', 'id': '16017475'}]",,,, +2768,1241104391706304512,1241036205535285248,1584737320000.0,2020-03-20 20:48:40,+0000,,@friedberg Feels like the plot of Deus Ex https://t.co/R8tmw048JM,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1241104391706304512,['https://en.m.wikipedia.org/wiki/Deus_Ex_(video_game)'],[],0,,False,2434,210,161,,None,,,,,,,"[{'screen_name': 'friedberg', 'name': 'david friedberg', 'id': '16359535'}]",,,, +2769,1241063646131712001,1240008793167192066,1584727605000.0,2020-03-20 18:06:45,+0000,,"@MG42bonesaw A single computer, pump & pressure accumulator would be fine for many patients, but ideally individual valves per patient to personalize care & avoid cross-flow risk",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1241063646131712001,[],[],0,,False,4116,215,241,,None,,,,,,,"[{'screen_name': 'MG42bonesaw', 'name': '108.4-74', 'id': '103742050'}]",,,, +2770,1241060582402347008,1241051021360525314,1584726875000.0,2020-03-20 17:54:35,+0000,,"@RenataKonkoly @moskov Yeah, SpaceX is working on ventilators too",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1241060582402347008,[],[],0,,False,3919,225,359,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'moskov', 'name': 'Dustin Moskovitz', 'id': '23289019'}]",,,, +2771,1241056851032043523,1241051021360525314,1584725985000.0,2020-03-20 17:39:45,+0000,,"@moskov That won’t work for our auto parts suppliers, so, no, our US factory can’t stay open",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1241056851032043523,[],[],0,,False,931,56,37,,None,,,,,,,"[{'screen_name': 'moskov', 'name': 'Dustin Moskovitz', 'id': '23289019'}]",,,, +2772,1241054739921428480,1241052804002668544,1584725482000.0,2020-03-20 17:31:22,+0000,,"@EdLudlow Yes, we’re working on ventilators, even though I think they probably won’t be needed",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1241054739921428480,[],[],0,,False,5437,607,321,,None,,,,,,,"[{'screen_name': 'EdLudlow', 'name': 'Ed Ludlow', 'id': '323248050'}]",,,, +2773,1241052399076126720,1240008793167192066,1584724924000.0,2020-03-20 17:22:04,+0000,,@alandrummond2 Interesting thread,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1241052399076126720,[],[],0,,False,2846,71,136,,None,,,,,,,"[{'screen_name': 'alandrummond2', 'name': 'alan drummond', 'id': '492736486'}]",,,, +2774,1240773236847075328,1240753430001356801,1584658366000.0,2020-03-19 22:52:46,+0000,,@DOfaquarius @PPathole Thanks 💖,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1240773236847075328,[],[],0,,False,1265,80,50,,None,,,,,,,"[{'screen_name': 'DOfaquarius', 'name': '🐲DOfAquarius', 'id': '960785661660975104'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +2775,1240770845682720768,1240753430001356801,1584657796000.0,2020-03-19 22:43:16,+0000,,@Cernovich China is operating normally across hundreds of suppliers & all of Tesla Shanghai,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1240770845682720768,[],[],0,,False,4283,185,286,,None,,,,,,,"[{'screen_name': 'Cernovich', 'name': 'Mike Cernovich', 'id': '358545917'}]",,,, +2776,1240770010747830272,1240753430001356801,1584657597000.0,2020-03-19 22:39:57,+0000,,"@DOfaquarius @PPathole We’re working on ventilators, even though I think there will not be a shortage by the time we can make enough to matter",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1240770010747830272,[],[],0,,False,2703,418,247,,None,,,,,,,"[{'screen_name': 'DOfaquarius', 'name': '🐲DOfAquarius', 'id': '960785661660975104'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +2777,1240768977879461889,1240753430001356801,1584657351000.0,2020-03-19 22:35:51,+0000,,"@flcnhvy Anyone feeling even slightly ill should stay home. Elderly should avoid close contact, even with family members, for now. Those seem most important.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1240768977879461889,[],[],0,,False,6270,265,402,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2778,1240767096104972289,1240753430001356801,1584656902000.0,2020-03-19 22:28:22,+0000,,@RationalEtienne @PPathole https://t.co/eltgA3hrAr,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1240767096104972289,[],"['https://pbs.twimg.com/media/ETgXGD1U0AAzoQZ.jpg', 'https://pbs.twimg.com/media/ETgXGD2UMAEV5-y.jpg', 'https://pbs.twimg.com/media/ETgXGD3UEAAOzhN.jpg']",1,https://pbs.twimg.com/media/ETgXGD1U0AAzoQZ.jpg,False,1702,141,299,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}]",,,, +2779,1240758710646878208,1240753430001356801,1584654903000.0,2020-03-19 21:55:03,+0000,,"@RationalEtienne @PPathole Kids are essentially immune, but elderly with existing conditions are vulnerable. Family gatherings with close contact between kids & grandparents probably most risky.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1240758710646878208,[],[],0,,False,5032,1416,413,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +2780,1240754657263144960,1240753430001356801,1584653937000.0,2020-03-19 21:38:57,+0000,,"@PPathole Based on current trends, probably close to zero new cases in US too by end of April",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1240754657263144960,[],[],0,,False,12040,8989,7314,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +2781,1240754227099516928,1240753430001356801,1584653834000.0,2020-03-19 21:37:14,+0000,,@PPathole Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1240754227099516928,[],[],0,,False,4006,299,105,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +2782,1240753430001356801,1240753430001356801,1584653644000.0,2020-03-19 21:34:04,+0000,,No new domestic corona cases in China https://t.co/lGmxRvMyFy,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1240753430001356801,['https://www.nytimes.com/2020/03/18/world/asia/china-coronavirus-zero-infections.html'],[],0,,False,57442,4411,6097,,None,,,,,,,[],,,, +2783,1240707187229380608,1240703534749769733,1584642619000.0,2020-03-19 18:30:19,+0000,,"@westcoastbill Imo, this professor is correct. Also, growth rate of confirmed C19 cases is dropping every day, despite 10X increase in testing. From Tues to today, was 43%, 24%, 17%. Track this chart: https://t.co/vZ3PbhQihG",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1240707187229380608,['https://www.cdc.gov/coronavirus/2019-ncov/cases-updates/cases-in-us.html'],[],0,,False,4019,694,608,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +2784,1240689778875486208,1240494620225781761,1584638468000.0,2020-03-19 17:21:08,+0000,,"@NYCMayor @NateSilver538 Sounds good, we will connect with your team to understand potential needs",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1240689778875486208,[],[],0,,False,11506,398,758,,None,,,,,,,"[{'screen_name': 'NYCMayor', 'name': 'Mayor Bill de Blasio', 'id': '19834403'}, {'screen_name': 'NateSilver538', 'name': 'Nate Silver', 'id': '16017475'}]",,,, +2785,1240676575646896129,1240414357952983040,1584635320000.0,2020-03-19 16:28:40,+0000,,@M_Mosseri @SpaceX @NASA @NASA_Astronauts Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1240676575646896129,[],[],0,,False,850,49,36,,None,,,,,,,"[{'screen_name': 'M_Mosseri', 'name': 'Michael Mosseri', 'id': '4100691748'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'NASA_Astronauts', 'name': 'NASA Astronauts', 'id': '43166813'}]",,,, +2786,1240500318770610176,1240494501849956357,1584593298000.0,2020-03-19 04:48:18,+0000,,@DisruptResearch @Jason True,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1240500318770610176,[],[],0,,False,2517,155,79,,None,,,,,,,"[{'screen_name': 'DisruptResearch', 'name': 'Disruption Research', 'id': '1096592269849837568'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}]",,,, +2787,1240497497312649216,1240494501849956357,1584592625000.0,2020-03-19 04:37:05,+0000,,"@Jason Exactly. My guess is that the panic will cause more harm than the virus, if that hasn’t happened already.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1240497497312649216,[],[],0,,False,16494,1107,1701,,None,,,,,,,"[{'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}]",,,, +2788,1240492347835604992,1240490036354854913,1584591397000.0,2020-03-19 04:16:37,+0000,,"@NateSilver538 Tesla makes cars with sophisticated hvac systems. SpaceX makes spacecraft with life support systems. Ventilators are not difficult, but cannot be produced instantly. Which hospitals have these shortages you speak of right now?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1240492347835604992,[],[],0,,False,11593,3502,1943,,None,,,,,,,"[{'screen_name': 'NateSilver538', 'name': 'Nate Silver', 'id': '16017475'}]",,,, +2789,1240486275892662273,1239650597906898947,1584589949000.0,2020-03-19 03:52:29,+0000,,@suhaylabbas @fawadchaudhry We will make ventilators if there is a shortage,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1240486275892662273,[],[],0,,False,20474,10482,3556,,None,,,,,,,"[{'screen_name': 'suhaylabbas', 'name': 'Raja Sohail Abbas', 'id': '124006869'}, {'screen_name': 'fawadchaudhry', 'name': 'Ch Fawad Hussain', 'id': '113286385'}]",,,, +2790,1240485383185416193,1240437823632625664,1584589737000.0,2020-03-19 03:48:57,+0000,,@cleantechnica https://t.co/9XVratNhnq,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1240485383185416193,[],['https://pbs.twimg.com/media/ETcW4Y0UUAA0PKZ.jpg'],1,https://pbs.twimg.com/media/ETcW4Y0UUAA0PKZ.jpg,False,1543,116,221,,None,,,,,,,[],,,, +2791,1240483865593917441,1240437823632625664,1584589375000.0,2020-03-19 03:42:55,+0000,,@cleantechnica Some helpful data from Italy https://t.co/3taxq5NXcZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1240483865593917441,[],['https://pbs.twimg.com/media/ETcVfVWUUAAZhCS.jpg'],1,https://pbs.twimg.com/media/ETcVfVWUUAAZhCS.jpg,False,2220,164,360,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2792,1240483296347181057,1240437823632625664,1584589239000.0,2020-03-19 03:40:39,+0000,,"@cleantechnica Monitor graph at bottom of CDC website. New “confirmed” cases, not oft-reported “presumptive positive” is trending to level off over next few weeks & be negligible by end of April. Same pattern as China. https://t.co/vZ3PbhQihG",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1240483296347181057,['https://www.cdc.gov/coronavirus/2019-ncov/cases-updates/cases-in-us.html'],[],0,,False,1757,199,240,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2793,1240479781990199296,1240437823632625664,1584588401000.0,2020-03-19 03:26:41,+0000,,@cleantechnica 0% chance of anything close,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1240479781990199296,[],[],0,,False,8171,517,611,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2794,1240446069177081856,1240280577670098946,1584580363000.0,2020-03-19 01:12:43,+0000,,@challengerST @WorldAndScience 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1240446069177081856,[],[],0,,False,2156,58,67,,None,,,,,,,"[{'screen_name': 'challengerST', 'name': 'ST', 'id': '270332525'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +2795,1240444486641041409,1239650597906898947,1584579986000.0,2020-03-19 01:06:26,+0000,,@RiganoESQ @DiderRaoult How does this compare to favipiravir? https://t.co/rM1MqsVsr1,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1240444486641041409,['https://www.theguardian.com/world/2020/mar/18/japanese-flu-drug-clearly-effective-in-treating-coronavirus-says-china'],[],0,,False,2695,137,583,,None,,,,,,,"[{'screen_name': 'RiganoESQ', 'name': 'Gregory Rigano', 'id': '1004462830878244864'}, {'screen_name': 'DiderRaoult', 'name': 'Didier Raoult', 'id': '1209246325444923394'}]",,,, +2796,1240278062563856385,1240254391774519296,1584540308000.0,2020-03-18 14:05:08,+0000,,"@Erdayastronaut @SciGuySpace Yeah, that will be a great milestone 😀",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1240278062563856385,[],[],0,,False,2857,94,77,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2797,1240277125023719424,1240254391774519296,1584540084000.0,2020-03-18 14:01:24,+0000,,"@Erdayastronaut @SciGuySpace Last launch aborted due to slightly high power. Possibly, but not obviously, related to today. This vehicle has seen a lot of wear, so today isn’t a big surprise. Life leader rockets are used only for internal missions. Won’t risk non-SpaceX satellites.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1240277125023719424,[],[],0,,False,2717,81,211,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2798,1240266130985340929,1240243102524162049,1584537463000.0,2020-03-18 13:17:43,+0000,,"@KMastersBarnes @SpaceX Yeah, most reflights ever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/1240266130985340929,[],[],0,,False,1759,66,69,,None,,,,,,,"[{'screen_name': 'KMastersBarnes', 'name': 'Kaz', 'id': '1383335904'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2799,1240262636547100672,1240254391774519296,1584536630000.0,2020-03-18 13:03:50,+0000,,"@SciGuySpace Yeah. There was also an early engine shutdown on ascent, but it didn’t affect orbit insertion. Shows value of having 9 engines! Thorough investigation needed before next mission.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/1240262636547100672,[],[],0,,False,5028,182,357,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2800,1240145538722533376,1240138918215012352,1584508711000.0,2020-03-18 05:18:31,+0000,,@EvaFoxU 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1240145538722533376,[],[],0,,False,1933,43,38,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +2801,1240142826672881672,1240132756224573445,1584508065000.0,2020-03-18 05:07:45,+0000,,Because polygon doesn’t rhyme,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1240142826672881672,[],[],0,,False,22768,556,566,,None,,,,,,,[],,,, +2802,1240142448376061952,1240132756224573445,1584507975000.0,2020-03-18 05:06:15,+0000,,@annerajb Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1240142448376061952,[],[],0,,False,2706,67,77,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +2803,1240141474135760899,1240138918215012352,1584507742000.0,2020-03-18 05:02:22,+0000,,@PPathole Awe tow co wrecked,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1240141474135760899,[],[],0,,False,4662,109,138,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +2804,1240138918215012352,1240138918215012352,1584507133000.0,2020-03-18 04:52:13,+0000,,Abysmal autocorrect might be the #1 reason people don’t fear AI,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1240138918215012352,[],[],0,,False,54490,1419,3877,,None,,,,,,,[],,,, +2805,1240132756224573445,1240132756224573445,1584505664000.0,2020-03-18 04:27:44,+0000,,Fear the memesphere,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1240132756224573445,[],[],0,,False,112248,2082,10498,,None,,,,,,,[],,,, +2806,1240131376172748800,1239924115131322369,1584505335000.0,2020-03-18 04:22:15,+0000,,@nichegamer Wild times …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1240131376172748800,[],[],0,,False,3253,85,164,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2807,1240118317228179456,1240008466917470209,1584502221000.0,2020-03-18 03:30:21,+0000,,@j_potoski @AdrianaGalayda @PPathole @1971capital @MLevitt_NP2013 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1240118317228179456,[],[],0,,False,1033,68,66,,None,,,,,,,"[{'screen_name': 'j_potoski', 'name': 'Jake Potoski', 'id': '901683123762671620'}, {'screen_name': 'AdrianaGalayda', 'name': '6SupremeCourtJustices', 'id': '1112570195497963520'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': '1971capital', 'name': '1971Capital', 'id': '1018083266'}, {'screen_name': 'MLevitt_NP2013', 'name': 'Michael Levitt', 'id': '778341409313042432'}]",,,, +2808,1240080943483764736,1239953137349386242,1584493311000.0,2020-03-18 01:01:51,+0000,,@nichegamer Seems to be happening a lot,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1240080943483764736,[],[],0,,False,1126,60,57,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2809,1240060861101686785,1240008466917470209,1584488523000.0,2020-03-17 23:42:03,+0000,,@1971capital @MLevitt_NP2013 Very sensible. Knows how to handle exponential functions in reality.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1240060861101686785,[],[],0,,False,1733,96,119,,None,,,,,,,"[{'screen_name': '1971capital', 'name': '1971Capital', 'id': '1018083266'}, {'screen_name': 'MLevitt_NP2013', 'name': 'Michael Levitt', 'id': '778341409313042432'}]",,,, +2810,1240013889363824640,1239650597906898947,1584477324000.0,2020-03-17 20:35:24,+0000,,"@RiganoESQ @DiderRaoult Whether Z-pak works in this situation or not, it’s a kickass med for many maladies https://t.co/UM2TqYpZQZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1240013889363824640,['https://en.m.wikipedia.org/wiki/Azithromycin'],[],0,,False,1671,120,203,,None,,,,,,,"[{'screen_name': 'RiganoESQ', 'name': 'Gregory Rigano', 'id': '1004462830878244864'}, {'screen_name': 'DiderRaoult', 'name': 'Didier Raoult', 'id': '1209246325444923394'}]",,,, +2811,1239996826335367168,1239960838871478277,1584473256000.0,2020-03-17 19:27:36,+0000,,"@mikefthomp If Jamis needs help, he has many friends, me among them",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1239996826335367168,[],[],0,,False,2922,66,77,,None,,,,,,,"[{'screen_name': 'mikefthomp', 'name': 'Michael', 'id': '312939004'}]",,,, +2812,1239783440704208896,1239650597906898947,1584422380000.0,2020-03-17 05:19:40,+0000,,"@fael097 Pretty close. Design is evolving rapidly. Would be great to flatten domes, embed engines & add ~1.5 barrel sections of propellant for same total length. Also, current legs are a bit too small.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1239783440704208896,[],[],0,,False,2051,88,128,,None,,,,,,,"[{'screen_name': 'fael097', 'name': 'Rafael Adamy', 'id': '337634449'}]",,,, +2813,1239776019856461824,1239650597906898947,1584420611000.0,2020-03-17 04:50:11,+0000,,Hydroxychloroquine probably better https://t.co/FWn2kh1LZx https://t.co/wQODHiFeWT,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1239776019856461824,['https://m.youtube.com/watch?feature=youtu.be&v=vE4_LsftNKM'],['https://pbs.twimg.com/media/ETSRtPfXgAAwEcH.jpg'],1,https://pbs.twimg.com/media/ETSRtPfXgAAwEcH.jpg,False,16481,1107,4043,,None,,,,,,,[],,,, +2814,1239757764047429633,1239650597906898947,1584416259000.0,2020-03-17 03:37:39,+0000,,@PPathole Sounds sensible,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1239757764047429633,[],[],0,,False,728,44,45,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +2815,1239756900255903744,1239650597906898947,1584416053000.0,2020-03-17 03:34:13,+0000,,"That said, danger of panic still far exceeds danger of corona imo. If we over-allocate medical resources to corona, it will come at expense of treating other illnesses. Track graph at bottom of this page: https://t.co/7nWKjiZyFn",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1239756900255903744,['https://www.cdc.gov/coronavirus/2019-ncov/cases-updates/cases-in-us.html?CDC_AA_refVal=https%3A%2F%2Fwww.cdc.gov%2Fcoronavirus%2F2019-ncov%2Fcases-in-us.html'],[],0,,False,13786,1485,2154,,None,,,,,,,[],,,, +2816,1239755145233289217,1239650597906898947,1584415634000.0,2020-03-17 03:27:14,+0000,,This paper matches what I’m hearing from a lot of smart people https://t.co/vul3xORsgq,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1239755145233289217,['https://www.elsevier.com/__data/assets/pdf_file/0007/988648/COVID-19-Drug-Therapy_Mar-2020.pdf'],[],0,,False,10345,356,1338,,None,,,,,,,[],,,, +2817,1239736953412739074,1239650597906898947,1584411297000.0,2020-03-17 02:14:57,+0000,,@PPathole @Sofiaan @RenataKonkoly @meckimac Yeah. Fate loves irony.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1239736953412739074,[],[],0,,False,1603,69,82,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'meckimac', 'name': 'Jessica Meckmann 👀', 'id': '10175642'}]",,,, +2818,1239674538373320706,1239650597906898947,1584396416000.0,2020-03-16 22:06:56,+0000,,@Sofiaan @RenataKonkoly @meckimac What’s worse is that I even told Stanford to check me for the $^#* parasite & they still couldn’t find it!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1239674538373320706,[],[],0,,False,1608,119,84,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'meckimac', 'name': 'Jessica Meckmann 👀', 'id': '10175642'}]",,,, +2819,1239670230567268353,1239650597906898947,1584395389000.0,2020-03-16 21:49:49,+0000,,@Sofiaan @RenataKonkoly @meckimac Yeah https://t.co/yp3pBn4prV,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1239670230567268353,['https://en.m.wikipedia.org/wiki/Plasmodium_falciparum'],[],0,,False,1047,45,53,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'meckimac', 'name': 'Jessica Meckmann 👀', 'id': '10175642'}]",,,, +2820,1239667765637758983,1239650597906898947,1584394801000.0,2020-03-16 21:40:01,+0000,,"@RenataKonkoly @meckimac I was first misdiagnosed at Stanford Hospital with viral meningitis, then again misdiagnosed at Sequoia. A visiting doc from San Jose General saw my charts & sent me to ICU immediately. I was ~36 hours from being unrecoverable. So, I take expert advice with a grain of salt …",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1239667765637758983,[],[],0,,False,5318,181,323,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'meckimac', 'name': 'Jessica Meckmann 👀', 'id': '10175642'}]",,,, +2821,1239659857030066178,1239650597906898947,1584392916000.0,2020-03-16 21:08:36,+0000,,@meckimac Was also given a lot of doxycycline https://t.co/hn0BzsIatz,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1239659857030066178,['https://en.m.wikipedia.org/wiki/Doxycycline'],[],0,,False,1142,54,78,,None,,,,,,,"[{'screen_name': 'meckimac', 'name': 'Jessica Meckmann 👀', 'id': '10175642'}]",,,, +2822,1239654995647254535,1239650597906898947,1584391757000.0,2020-03-16 20:49:17,+0000,,@Gundament Maybe helpful,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1239654995647254535,[],[],0,,False,2670,81,95,,None,,,,,,,"[{'screen_name': 'Gundament', 'name': 'Kris G.', 'id': '29376792'}]",,,, +2823,1239652601702080513,1239650597906898947,1584391186000.0,2020-03-16 20:39:46,+0000,,"@meckimac Yes, I received chloroquine via central line through my chest & both arms. Had near fatal case of falciparum. Would’ve died for sure if not for chloroquine. Doesn’t mean it works for C19, but maybe better than nothing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1239652601702080513,[],[],0,,False,6207,230,377,,None,,,,,,,"[{'screen_name': 'meckimac', 'name': 'Jessica Meckmann 👀', 'id': '10175642'}]",,,, +2824,1239650597906898947,1239650597906898947,1584390708000.0,2020-03-16 20:31:48,+0000,,Maybe worth considering chloroquine for C19 https://t.co/LEYob7Jofr,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1239650597906898947,['https://docs.google.com/document/d/e/2PACX-1vTi-g18ftNZUMRAj2SwRPodtscFio7bJ7GdNgbJAGbdfF67WuRJB3ZsidgpidB2eocFHAVjIL-7deJ7/pub'],[],0,,False,52198,3089,11894,,None,,,,,,,[],,,, +2825,1239645875875520513,1239639006087970818,1584389582000.0,2020-03-16 20:13:02,+0000,,@engineers_feed 👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1239645875875520513,[],[],0,,False,1348,60,55,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +2826,1239598329274798085,1239595527114838018,1584378246000.0,2020-03-16 17:04:06,+0000,,"@Erdayastronaut @SpaceX @BoeingSpace @ulalaunch @Boeing Slight booster length increase to 70m, so 120m for whole system. Liftoff mass ~5000 mT.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1239598329274798085,[],[],0,,False,5121,186,253,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'BoeingSpace', 'name': 'Boeing Space', 'id': '3474004752'}, {'screen_name': 'ulalaunch', 'name': 'ULA', 'id': '22845770'}, {'screen_name': 'Boeing', 'name': 'The Boeing Company', 'id': '25103967'}]",,,, +2827,1239031946962808832,1239031946962808832,1584243210000.0,2020-03-15 03:33:30,+0000,,Fear is the mind-killer,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1239031946962808832,[],[],0,,False,455322,10081,103644,,None,,,,,,,[],,,, +2828,1239024200708308999,1239021421264691200,1584241364000.0,2020-03-15 03:02:44,+0000,,@Tesla Congratulations Giga NY team!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1239024200708308999,[],[],0,,False,12693,246,370,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2829,1238952612562489344,1238951829733625857,1584224296000.0,2020-03-14 22:18:16,+0000,,"@JaneidyEve Some parts will use 304L, as it has higher toughness at cryo temps. Will move to internally developed alloys probably end of year.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1238952612562489344,[],[],0,,False,2719,126,135,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +2830,1238951739006406656,1238876129009647617,1584224087000.0,2020-03-14 22:14:47,+0000,,@bluemoondance74 @eugenelee3 @IanPavelko @BenSullins Probably. Raptor sounds different to Merlin.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1238951739006406656,[],[],0,,False,854,37,48,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'IanPavelko', 'name': 'Mad Hungarian', 'id': '2971246697'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}]",,,, +2831,1238951142416986112,1238876129009647617,1584223945000.0,2020-03-14 22:12:25,+0000,,@bluemoondance74 @eugenelee3 @IanPavelko @BenSullins Lot of Raptors coming through! Now operating both horizontal & vertical firing stands in McGregor.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1238951142416986112,[],[],0,,False,1254,36,66,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'IanPavelko', 'name': 'Mad Hungarian', 'id': '2971246697'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}]",,,, +2832,1238950768691953664,1238950603914727426,1584223856000.0,2020-03-14 22:10:56,+0000,,@brandynspears Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1238950768691953664,[],[],0,,False,874,33,42,,None,,,,,,,[],,,, +2833,1238950152989077504,1238944948587724800,1584223709000.0,2020-03-14 22:08:29,+0000,,@teslaownersSV @Teslatunity Will discuss with team,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1238950152989077504,[],[],0,,False,2027,102,75,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +2834,1238948776775049216,1238944948587724800,1584223381000.0,2020-03-14 22:03:01,+0000,,@Teslatunity Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1238948776775049216,[],[],0,,False,1278,41,46,,None,,,,,,,[],,,, +2835,1238938566924763136,1238876129009647617,1584220947000.0,2020-03-14 21:22:27,+0000,,@eugenelee3 @IanPavelko @BenSullins Once production has exceeded preorders,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1238938566924763136,[],[],0,,False,661,28,40,,None,,,,,,,"[{'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'IanPavelko', 'name': 'Mad Hungarian', 'id': '2971246697'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}]",,,, +2836,1238938116133515264,1238937178060787712,1584220839000.0,2020-03-14 21:20:39,+0000,,@jgrano305 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1238938116133515264,[],[],0,,False,2341,79,64,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}]",,,, +2837,1238937771395317760,1238865340328824832,1584220757000.0,2020-03-14 21:19:17,+0000,,@Solarchainsaw @BHMoors True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1238937771395317760,[],[],0,,False,533,7,29,,None,,,,,,,"[{'screen_name': 'Solarchainsaw', 'name': 'Rev. Lion Pimp VIΛ - Ruler of the Clusterfuck', 'id': '1189987432957120512'}, {'screen_name': 'BHMoors', 'name': 'HobGrovelin', 'id': '1599309169'}]",,,, +2838,1238937482256740352,1238876129009647617,1584220688000.0,2020-03-14 21:18:08,+0000,,@IanPavelko @BenSullins Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1238937482256740352,[],[],0,,False,1133,25,39,,None,,,,,,,"[{'screen_name': 'IanPavelko', 'name': 'Mad Hungarian', 'id': '2971246697'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}]",,,, +2839,1238865429457600514,1238865340328824832,1584203510000.0,2020-03-14 16:31:50,+0000,,@BHMoors Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1238865429457600514,[],[],0,,False,1280,75,56,,None,,,,,,,"[{'screen_name': 'BHMoors', 'name': 'HobGrovelin', 'id': '1599309169'}]",,,, +2840,1237895854230368256,1237887224256925697,1583972345000.0,2020-03-12 00:19:05,+0000,,@ThingsWork The Permian-Triassic was super bad https://t.co/xT9skw3aIx,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1237895854230368256,['https://en.m.wikipedia.org/wiki/Permian–Triassic_extinction_event'],[],0,,False,3142,223,154,,None,,,,,,,"[{'screen_name': 'ThingsWork', 'name': 'How Things Work', 'id': '2217099931'}]",,,, +2841,1237862241279414274,1237763237212553219,1583964331000.0,2020-03-11 22:05:31,+0000,,"@poisontoxic21 @neiltyson To be totally frank, I did an image search on my phone & posted without looking closely",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1237862241279414274,[],[],0,,False,3330,200,92,,None,,,,,,,"[{'screen_name': 'poisontoxic21', 'name': 'p.b_thekid', 'id': '784581334341677056'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +2842,1237860643069444096,1190821967630344193,1583963950000.0,2020-03-11 21:59:10,+0000,,@JaneidyEve @Tesmanian_com Nice work!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1237860643069444096,[],[],0,,False,1041,48,49,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +2843,1237858001148456964,1237763237212553219,1583963320000.0,2020-03-11 21:48:40,+0000,,"@neiltyson Yes, it’s in my Twitter banner pic",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1237858001148456964,[],[],0,,False,12842,187,233,,None,,,,,,,"[{'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +2844,1237810874003398657,1237810874003398657,1583952084000.0,2020-03-11 18:41:24,+0000,,We should be excited about the future & striving to go beyond the horizon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1237810874003398657,[],[],0,,False,125198,3505,13360,,None,,,,,,,[],,,, +2845,1237810437422551040,1237808277834084353,1583951980000.0,2020-03-11 18:39:40,+0000,,@nichegamer Good one,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1237810437422551040,[],[],0,,False,1165,34,28,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2846,1237810161819045890,1237763237212553219,1583951914000.0,2020-03-11 18:38:34,+0000,,@PPathole That’s the goal! 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1237810161819045890,[],[],0,,False,1968,58,59,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +2847,1237808598782222346,1237808277834084353,1583951541000.0,2020-03-11 18:32:21,+0000,,Wacktivism!,de,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1237808598782222346,[],[],0,,False,16185,277,1028,,None,,,,,,,[],,,, +2848,1237808510194388993,1237808277834084353,1583951520000.0,2020-03-11 18:32:00,+0000,,And so annoying,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1237808510194388993,[],[],0,,False,16109,201,465,,None,,,,,,,[],,,, +2849,1237808277834084353,1237808277834084353,1583951465000.0,2020-03-11 18:31:05,+0000,,"Moral condemnation used not for morality, but as a weapon for manipulation is messed up",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1237808277834084353,[],[],0,,False,60879,1210,7123,,None,,,,,,,[],,,, +2850,1237784815145017345,1237763237212553219,1583945871000.0,2020-03-11 16:57:51,+0000,,Moon too,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1237784815145017345,[],[],0,,False,53979,1353,2056,,None,,,,,,,[],,,, +2851,1237765196199997441,1237239239915569153,1583941193000.0,2020-03-11 15:39:53,+0000,,The people have spoken!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1237765196199997441,[],[],0,,False,29056,677,756,,None,,,,,,,[],,,, +2852,1237764524914196480,1237764235704311810,1583941033000.0,2020-03-11 15:37:13,+0000,,@TesLatino @Tesla Checking,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1237764524914196480,[],[],0,,False,1417,63,64,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2853,1237763237212553219,1237763237212553219,1583940726000.0,2020-03-11 15:32:06,+0000,, https://t.co/IXSO7Ko4z7,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1237763237212553219,[],['https://pbs.twimg.com/media/ES1rGe9XgAEih6b.jpg'],1,https://pbs.twimg.com/media/ES1rGe9XgAEih6b.jpg,False,227239,4889,22509,,None,,,,,,,[],,,, +2854,1237762501527420928,1237244977174007808,1583940551000.0,2020-03-11 15:29:11,+0000,,"@SamTalksTesla @JaneidyEve Mars is god of war & memes are a form of war … and fun too! Neither will be destroyed. Ceres, moons of Jupiter & Saturn prob come next.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1237762501527420928,[],[],0,,False,1557,88,103,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +2855,1237759790006374400,1237244977174007808,1583939905000.0,2020-03-11 15:18:25,+0000,,@JaneidyEve Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1237759790006374400,[],[],0,,False,3691,95,102,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +2856,1237595612473749504,1237595612473749504,1583900762000.0,2020-03-11 04:26:02,+0000,,"To those who quietly help advance the causes we mutually believe in, knowing advancing the cause is the only reward: thank you",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1237595612473749504,[],[],0,,False,139456,2307,12257,,None,,,,,,,[],,,, +2857,1237590249632460800,1237589110090379264,1583899483000.0,2020-03-11 04:04:43,+0000,,"@RationalEtienne Thank you for your kind words, brother",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1237590249632460800,[],[],0,,False,11837,233,206,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}]",,,, +2858,1237557673320517632,1237531699681980416,1583891716000.0,2020-03-11 01:55:16,+0000,,@FredericLambert Former,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1237557673320517632,[],[],0,,False,1545,119,58,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +2859,1237532276558188544,1237531699681980416,1583885661000.0,2020-03-11 00:14:21,+0000,,Model Y production for east coast too,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1237532276558188544,[],[],0,,False,21985,1057,684,,None,,,,,,,[],,,, +2860,1237531699681980416,1237531699681980416,1583885524000.0,2020-03-11 00:12:04,+0000,,Scouting locations for Cybertruck Gigafactory. Will be central USA.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1237531699681980416,[],[],0,,False,84401,9708,3951,,None,,,,,,,[],,,, +2861,1237470704351805440,1237443345556942849,1583870981000.0,2020-03-10 20:09:41,+0000,,@EvaFoxU @Autozeitung @Tesla ⚡️,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1237470704351805440,[],[],0,,False,2520,114,81,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Autozeitung', 'name': 'AUTO ZEITUNG', 'id': '16307940'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2862,1237255315080597504,1237239239915569153,1583819628000.0,2020-03-10 05:53:48,+0000,,With an epic sound system & woofers the size of a car,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1237255315080597504,[],[],0,,False,45591,1165,1277,,None,,,,,,,[],,,, +2863,1237254933465923584,1237239239915569153,1583819537000.0,2020-03-10 05:52:17,+0000,,@_Sear_ @BalabushkaFury Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1237254933465923584,[],[],0,,False,1483,70,41,,None,,,,,,,"[{'screen_name': '_Sear_', 'name': 'Sear', 'id': '728638008'}, {'screen_name': 'BalabushkaFury', 'name': 'Trevor Harris 🧢', 'id': '4346418495'}]",,,, +2864,1237254367939563520,1237247267939082241,1583819403000.0,2020-03-10 05:50:03,+0000,,@jaden @coachella ✌️,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1237254367939563520,[],[],0,,False,2887,51,83,,None,,,,,,,"[{'screen_name': 'jaden', 'name': 'Jaden', 'id': '262794965'}, {'screen_name': 'coachella', 'name': 'Coachella', 'id': '688583'}]",,,, +2865,1237253347729645569,1237239239915569153,1583819159000.0,2020-03-10 05:45:59,+0000,,@BalabushkaFury And Rammstein,de,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1237253347729645569,[],[],0,,False,7091,173,223,,None,,,,,,,"[{'screen_name': 'BalabushkaFury', 'name': 'Trevor Harris 🧢', 'id': '4346418495'}]",,,, +2866,1237249292080943105,1237239239915569153,1583818192000.0,2020-03-10 05:29:52,+0000,,@thirdrowtesla Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1237249292080943105,[],[],0,,False,1093,43,44,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +2867,1237244234723450881,1237230252939776000,1583816987000.0,2020-03-10 05:09:47,+0000,,"@flcnhvy @coachella Yes, for now",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1237244234723450881,[],[],0,,False,5028,84,74,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'coachella', 'name': 'Coachella', 'id': '688583'}]",,,, +2868,1237240440178475008,1237230252939776000,1583816082000.0,2020-03-10 04:54:42,+0000,,"@coachella Ok fine, that was good haha",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1237240440178475008,[],[],0,,False,72862,200,2062,,None,,,,,,,"[{'screen_name': 'coachella', 'name': 'Coachella', 'id': '688583'}]",,,, +2869,1237239239915569153,1237239239915569153,1583815796000.0,2020-03-10 04:49:56,+0000,,Tesla should have a mega rave cave under the Berlin Gigafatory,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1237239239915569153,[],[],0,,False,73614,3935,8960,,None,,,,,,,[],,,, +2870,1237237896052125697,1237230252939776000,1583815475000.0,2020-03-10 04:44:35,+0000,,@Kristennetten Lucent Dossier in 2011 & I think I saw @Grimezsz in 2012 but didn’t realize who it was until later,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1237237896052125697,[],[],0,,False,1578,56,61,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K11✨Button', 'id': '985686123123949568'}]",,,, +2871,1237234951898218496,1237230252939776000,1583814773000.0,2020-03-10 04:32:53,+0000,,@djslimeball Busted 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1237234951898218496,[],[],0,,False,1240,34,44,,None,,,,,,,"[{'screen_name': 'djslimeball', 'name': 'peace.the.dj 👾', 'id': '722881509066080259'}]",,,, +2872,1237234116321513472,1237230252939776000,1583814574000.0,2020-03-10 04:29:34,+0000,,@Trevorcochran2 🤔,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1237234116321513472,[],[],0,,False,4641,171,127,,None,,,,,,,[],,,, +2873,1237233324445315073,1237230252939776000,1583814385000.0,2020-03-10 04:26:25,+0000,,Was good maybe 5 or 6 years ago when you could wonder around & find great unknown bands,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1237233324445315073,[],[],0,,False,49723,695,1463,,None,,,,,,,[],,,, +2874,1237232265937240066,1237230252939776000,1583814133000.0,2020-03-10 04:22:13,+0000,,Too much corporate sponsorship killed the vibe,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1237232265937240066,[],[],0,,False,63801,507,2494,,None,,,,,,,[],,,, +2875,1237230252939776000,1237230252939776000,1583813653000.0,2020-03-10 04:14:13,+0000,,Coachella should postpone itself until it stops sucking,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1237230252939776000,[],[],0,,False,498870,4178,58970,,None,,,,,,,[],,,, +2876,1237227485273690113,1237207874918584320,1583812993000.0,2020-03-10 04:03:13,+0000,,@nichegamer Ben & Jerry’s cookie dough is also next-level. Can’t have that in the house. It’s too good!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1237227485273690113,[],[],0,,False,1842,98,95,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2877,1237209507886968832,1237207874918584320,1583808707000.0,2020-03-10 02:51:47,+0000,,@nichegamer Choc milk is even better than people remember. It’s incredible.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1237209507886968832,[],[],0,,False,5407,153,417,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2878,1237204618850992129,1237204618850992129,1583807541000.0,2020-03-10 02:32:21,+0000,,"Congratulations Tesla team on making our 1,000,000th car!! https://t.co/5M99a9LLQi",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1237204618850992129,[],"['https://pbs.twimg.com/media/EStvCm0WsAEbMCX.jpg', 'https://pbs.twimg.com/media/EStvCm1WsAASun0.jpg']",1,https://pbs.twimg.com/media/EStvCm0WsAEbMCX.jpg,False,248007,3825,19201,,None,,,,,,,[],,,, +2879,1237113508610924545,1237110099866456064,1583785819000.0,2020-03-09 20:30:19,+0000,,"@Techmeme @YunLi626 Market was bit high anyway, so due for a correction",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1237113508610924545,[],[],0,,False,5556,386,395,,None,,,,,,,"[{'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'YunLi626', 'name': 'Yun Li', 'id': '2975103519'}]",,,, +2880,1237088353406910465,1237046528629497857,1583779822000.0,2020-03-09 18:50:22,+0000,,"@nextspaceflight @Erdayastronaut Static fire & short flights with SN3, longer flights with SN4, but spooling up the whole Starship/Raptor production line is really what matters",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1237088353406910465,[],[],0,,False,2804,98,227,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2881,1237087558376599554,1237046528629497857,1583779632000.0,2020-03-09 18:47:12,+0000,,@Erdayastronaut SN2 (with thrust puck) passed cryo pressure & engine thrust load tests late last night,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1237087558376599554,[],[],0,,False,3955,153,281,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2882,1236792359213502469,1236029449042198528,1583709251000.0,2020-03-08 23:14:11,+0000,,@mrebuzz https://t.co/DjlSRQi4nI,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1236792359213502469,[],['https://pbs.twimg.com/media/ESn4Dg0XgAEg7hl.jpg'],1,https://pbs.twimg.com/media/ESn4Dg0XgAEg7hl.jpg,False,58571,651,3959,,None,,,,,,,[],,,, +2883,1236791698358972416,1236371012708638721,1583709094000.0,2020-03-08 23:11:34,+0000,,@nypost He studied the blade,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1236791698358972416,[],[],0,,False,14403,191,617,,None,,,,,,,"[{'screen_name': 'nypost', 'name': 'New York Post', 'id': '17469289'}]",,,, +2884,1236768762432344064,1236768566705340420,1583703625000.0,2020-03-08 21:40:25,+0000,,@EvaFoxU Memes are powerful,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1236768762432344064,[],[],0,,False,3802,198,283,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +2885,1236566848994328576,1236556448810831872,1583655485000.0,2020-03-08 08:18:05,+0000,,@PPathole @FxzzOnTheBeat Ships with a lot of people & limited medical facilities are a serious issue,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1236566848994328576,[],[],0,,False,1646,132,91,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'FxzzOnTheBeat', 'name': 'Fxzz', 'id': '25151429'}]",,,, +2886,1236564683009609728,1236563052788580352,1583654969000.0,2020-03-08 08:09:29,+0000,,"@lexfridman Yeah, that’s a great one",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1236564683009609728,[],[],0,,False,4334,78,104,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +2887,1236558461824978944,1236556448810831872,1583653486000.0,2020-03-08 07:44:46,+0000,,"@FxzzOnTheBeat Fatality rate also greatly overstated. Because there are so few test kits, those who die with respiratory symptoms are tested for C19, but those with minor symptoms are usually not. Prevalence of coronaviruses & other colds in general population is very high!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1236558461824978944,[],[],0,,False,4096,332,449,,None,,,,,,,"[{'screen_name': 'FxzzOnTheBeat', 'name': 'Fxzz', 'id': '25151429'}]",,,, +2888,1236557371310133248,1236556448810831872,1583653226000.0,2020-03-08 07:40:26,+0000,,"@FxzzOnTheBeat Virality of C19 is overstated due to conflating diagnosis date with contraction date & over-extrapolating exponential growth, which is never what happens in reality. Keep extrapolating & virus will exceed mass of known universe!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1236557371310133248,[],[],0,,False,27184,905,2394,,None,,,,,,,"[{'screen_name': 'FxzzOnTheBeat', 'name': 'Fxzz', 'id': '25151429'}]",,,, +2889,1236481278544711680,1184854283210121218,1583635084000.0,2020-03-08 02:38:04,+0000,,"@War_Remains @HardcoreHistory Thanks for taking us through this today. Hopefully, such horrors will never again be repeated in reality.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1236481278544711680,[],[],0,,False,1164,42,59,,None,,,,,,,"[{'screen_name': 'War_Remains', 'name': 'War Remains', 'id': '1098691888268206081'}]",,,, +2890,1236217620048670722,1236215361764085760,1583572223000.0,2020-03-07 09:10:23,+0000,,@cosmicdatabase Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1236217620048670722,[],[],0,,False,1881,92,91,,None,,,,,,,"[{'screen_name': 'cosmicdatabase', 'name': 'cosmic database 🧬', 'id': '923633367106678784'}]",,,, +2891,1236215361764085760,1236215361764085760,1583571684000.0,2020-03-07 09:01:24,+0000,,Accurate,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1236215361764085760,[],[],0,,False,18801,630,887,https://twitter.com/SciGuySpace/status/1235559280540966913,None,,,,,,,[],,,, +2892,1236156567449305089,1236156567449305089,1583557667000.0,2020-03-07 05:07:47,+0000,,Envelope expanded,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1236156567449305089,[],[],0,,False,48555,972,3241,https://twitter.com/SpaceX/status/1236154652447535104,None,,,,,,,[],,,, +2893,1236117435905785856,1236116600245256192,1583548337000.0,2020-03-07 02:32:17,+0000,,"@Alejandro_DebH Recent missed landing (at sea) was due to incorrect wind data. If this (land) landing fails, it will most likely be for a different reason.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1236117435905785856,[],[],0,,False,6199,161,211,,None,,,,,,,"[{'screen_name': 'Alejandro_DebH', 'name': 'Dark Energy 🏳️\u200d🌈', 'id': '461216071'}]",,,, +2894,1236116600245256192,1236116600245256192,1583548138000.0,2020-03-07 02:28:58,+0000,,Rocket will land in highest winds ever at Cape Canaveral tonight. This is intentional envelope expansion.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1236116600245256192,[],[],0,,False,41825,747,1710,,None,,,,,,,[],,,, +2895,1236115656472330240,1236115656472330240,1583547913000.0,2020-03-07 02:25:13,+0000,,Final Dragon Version 1 mission tonight,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1236115656472330240,[],[],0,,False,16191,352,1251,https://twitter.com/SpaceX/status/1236035557785923585,None,,,,,,,[],,,, +2896,1236029449042198528,1236029449042198528,1583527359000.0,2020-03-06 20:42:39,+0000,,The coronavirus panic is dumb,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1236029449042198528,[],[],0,,False,1596525,43536,302761,,None,,,,,,,[],,,, +2897,1235671806318538752,1235662616695107587,1583442090000.0,2020-03-05 21:01:30,+0000,,@Tesla Raising art to new heights,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1235671806318538752,[],[],0,,False,18580,606,489,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2898,1235294922716180481,1235224695596863489,1583352234000.0,2020-03-04 20:03:54,+0000,,"@ChrisDungeon Also, when tech is new, catalog engineering isn’t possible, as there is no catalog. Has to be first principles.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1235294922716180481,[],[],0,,False,2077,97,121,,None,,,,,,,"[{'screen_name': 'ChrisDungeon', 'name': 'Christopher Dungeon', 'id': '1651403384'}]",,,, +2899,1235275923793969152,1235274873938890752,1583347705000.0,2020-03-04 18:48:25,+0000,,@SciGuySpace 💕,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1235275923793969152,[],[],0,,False,3704,141,134,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2900,1235269705109127168,1235219810293669888,1583346222000.0,2020-03-04 18:23:42,+0000,,@justpaulinelol @Erdayastronaut @Sofiaan @Tesla We’re making progress. Improved rules are going through the EU standards committees. Hopefully better in a few months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1235269705109127168,[],[],0,,False,2077,95,114,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2901,1235268973509234688,1235219810293669888,1583346048000.0,2020-03-04 18:20:48,+0000,,"@Erdayastronaut @Sofiaan @Tesla Cool, we’re tracking to release more FSD features later this month",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1235268973509234688,[],[],0,,False,2318,185,194,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2902,1235268457676988417,1235219810293669888,1583345925000.0,2020-03-04 18:18:45,+0000,,"@Sofiaan @Tesla True. Oddly, those who complained didn’t actually order FSD. Perhaps they weren’t aware that the computer is upgraded for free if the FSD option is ordered even after delivery.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1235268457676988417,[],[],0,,False,1515,158,113,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +2903,1234801830699393024,1234801830699393024,1583234672000.0,2020-03-03 11:24:32,+0000,,Mad respect for the makers of things,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/1234801830699393024,[],[],0,,False,221645,3222,24862,,None,,,,,,,[],,,, +2904,1234791532391260160,1234791532391260160,1583232217000.0,2020-03-03 10:43:37,+0000,,Bernie’s tax rate is 0.2% too high! https://t.co/ESAqAYl9xB,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1234791532391260160,[],['https://pbs.twimg.com/media/ESLcWWMW4AAHGCC.jpg'],1,https://pbs.twimg.com/media/ESLcWWMW4AAHGCC.jpg,False,45826,1647,3406,,None,,,,,,,[],,,, +2905,1234790518481129473,1234780736923807744,1583231975000.0,2020-03-03 10:39:35,+0000,,"@Teslarati No matter what, we need to pressurize the production system. Rocket design is relatively easy, making one is hard, making many is extremely hard. Manufacturing is underrated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1234790518481129473,[],[],0,,False,5599,223,302,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2906,1234764390907437057,1234764390907437057,1583225746000.0,2020-03-03 08:55:46,+0000,,Sleeving SN2 dome in the high bay https://t.co/zdRuOgd8xz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1234764390907437057,[],"['https://pbs.twimg.com/media/ESLDqi7XYAAgAx9.jpg', 'https://pbs.twimg.com/media/ESLDqi7WAAANouZ.jpg', 'https://pbs.twimg.com/media/ESLDqi7WkAE40Pm.jpg']",1,https://pbs.twimg.com/media/ESLDqi7XYAAgAx9.jpg,False,20388,566,1035,,None,,,,,,,[],,,, +2907,1234762799492009984,1234762156740050944,1583225366000.0,2020-03-03 08:49:26,+0000,,They have the best coin,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1234762799492009984,[],[],0,,False,25320,583,927,,None,,,,,,,[],,,, +2908,1234762156740050944,1234762156740050944,1583225213000.0,2020-03-03 08:46:53,+0000,,Dogs rock https://t.co/vLJGyZo5Sx,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1234762156740050944,[],['https://pbs.twimg.com/media/ESLBonEX0AEryYP.jpg'],1,https://pbs.twimg.com/media/ESLBonEX0AEryYP.jpg,False,186331,1002,19225,,None,,,,,,,[],,,, +2909,1234671272602193920,1234671272602193920,1583203545000.0,2020-03-03 02:45:45,+0000,,✌️ bro https://t.co/nJ7CUyhr2j,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1234671272602193920,[],['https://pbs.twimg.com/media/ESJu-XZUEAgF4Ak.jpg'],1,https://pbs.twimg.com/media/ESJu-XZUEAgF4Ak.jpg,False,162176,1713,13608,,None,,,,,,,[],,,, +2910,1234652545114570752,1234652158181535744,1583199080000.0,2020-03-03 01:31:20,+0000,,@techAU Track mode V2 is pretty cool. Maybe too complicated to use though? Lmk thoughts for improvement.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1234652545114570752,[],[],0,,False,1467,135,67,,None,,,,,,,"[{'screen_name': 'techAU', 'name': 'techAU', 'id': '13083622'}]",,,, +2911,1234650986406449153,1234650006117867520,1583198708000.0,2020-03-03 01:25:08,+0000,,@Erdayastronaut @jack This is vital,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1234650986406449153,[],[],0,,False,4025,122,87,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'jack', 'name': 'jack', 'id': '12'}]",,,, +2912,1234650006117867520,1234650006117867520,1583198474000.0,2020-03-03 01:21:14,+0000,,Just want say that I support @Jack as Twitter CEO. He has a good ❤️.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1234650006117867520,[],[],0,,False,72170,2408,4504,,None,,,,,,,[],,,, +2913,1234404733399465984,1234232687533031426,1583139997000.0,2020-03-02 09:06:37,+0000,,@vincent13031925 Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1234404733399465984,[],[],0,,False,3416,146,147,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +2914,1234403008592609280,1234396086581809152,1583139586000.0,2020-03-02 08:59:46,+0000,, https://t.co/Yt0zkj1R5j,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1234403008592609280,[],['https://pbs.twimg.com/media/ESF6_i5WkAE7Im1.jpg'],1,https://pbs.twimg.com/media/ESF6_i5WkAE7Im1.jpg,False,97182,871,12616,,None,,,,,,,[],,,, +2915,1234400445847736320,1234396086581809152,1583138974000.0,2020-03-02 08:49:34,+0000,,"@flcnhvy @JaneidyEve We’re stripping SN2 to bare minimum to test the thrust puck to dome weld under pressure, first with water, then at cryo. Hopefully, ready to test in a few days.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1234400445847736320,[],[],0,,False,2653,112,161,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +2916,1234398203346407424,1234396086581809152,1583138440000.0,2020-03-02 08:40:40,+0000,,@JaneidyEve There’s a puck at the base that takes the engine thrust load. Don’t shuck the puck!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1234398203346407424,[],[],0,,False,1475,84,75,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +2917,1234397781126778890,1234396086581809152,1583138339000.0,2020-03-02 08:38:59,+0000,,Where’s Flextape when you need it!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1234397781126778890,[],[],0,,False,32675,416,1255,,None,,,,,,,[],,,, +2918,1234396461514842112,1234396086581809152,1583138025000.0,2020-03-02 08:33:45,+0000,,"It’s fine, we’ll just buff it out",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1234396461514842112,[],[],0,,False,15207,303,505,,None,,,,,,,[],,,, +2919,1234396086581809152,1234396086581809152,1583137935000.0,2020-03-02 08:32:15,+0000,,So … how was your night? https://t.co/tbJDYIQjXd,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1234396086581809152,['https://m.youtube.com/watch?feature=youtu.be&v=sYeVnGL7fgw'],[],0,,False,36010,1751,1866,,None,,,,,,,[],,,, +2920,1234333462150209536,1234047439981686784,1583123004000.0,2020-03-02 04:23:24,+0000,,"@annerajb @RealEmirHan Yes, dramatically improved imo",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1234333462150209536,[],[],0,,False,1008,59,65,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'RealEmirHan', 'name': 'Emir Han', 'id': '478753329'}]",,,, +2921,1234333059907977216,1234047439981686784,1583122908000.0,2020-03-02 04:21:48,+0000,,"@annerajb @RealEmirHan We need to finish work on Autopilot core foundation code & 3D labelling, then functionality will happen quickly. Not long now.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1234333059907977216,[],[],0,,False,1922,78,130,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'RealEmirHan', 'name': 'Emir Han', 'id': '478753329'}]",,,, +2922,1234331784877350912,1234047439981686784,1583122604000.0,2020-03-02 04:16:44,+0000,,@RealEmirHan 👀,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1234331784877350912,[],[],0,,False,787,31,47,,None,,,,,,,"[{'screen_name': 'RealEmirHan', 'name': 'Emir Han', 'id': '478753329'}]",,,, +2923,1233516620028530688,1233232070958292992,1582928254000.0,2020-02-28 22:17:34,+0000,,@Universe_SkyArt @TwitterSupport I just sent a note to Twitter to clarify that posting SpaceX videos is fine by us and we paid for rights to Bowie song for the Falcon Heavy launch,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1233516620028530688,[],[],0,,False,4186,217,301,,None,,,,,,,"[{'screen_name': 'TwitterSupport', 'name': 'Twitter Support', 'id': '17874544'}]",,,, +2924,1233478599170195457,1233425203209940993,1582919189000.0,2020-02-28 19:46:29,+0000,,"@LeeHudson_ @LockheedMartin The competitor should be a drone fighter plane that’s remote controlled by a human, but with its maneuvers augmented by autonomy. The F-35 would have no chance against it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1233478599170195457,[],[],0,,False,4835,445,339,,None,,,,,,,"[{'screen_name': 'LeeHudson_', 'name': 'Lee Hudson ⚜️', 'id': '1089270650'}, {'screen_name': 'LockheedMartin', 'name': 'Lockheed Martin', 'id': '42871498'}]",,,, +2925,1233153286015868928,1233150023124312067,1582841628000.0,2020-02-27 22:13:48,+0000,,@Teslarati It’s not that big really,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1233153286015868928,[],[],0,,False,10346,470,310,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2926,1233115872698351621,1233080513516077058,1582832708000.0,2020-02-27 19:45:08,+0000,,@SpaceX Testing Raptor in vertical configuration (on the giant tripod) should allow us to simplify some aspects of the engine design,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1233115872698351621,[],[],0,,False,9200,248,394,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +2927,1232748533486276608,1232704211646844937,1582745128000.0,2020-02-26 19:25:28,+0000,,@newscientist It’s not mine,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1232748533486276608,[],[],0,,False,34276,639,1911,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +2928,1232737675364274176,1232222762023997440,1582742539000.0,2020-02-26 18:42:19,+0000,,@Foxfire40900590 Definitely! What’s in that sky city thing!? Needs a prequel even more than a sequel.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1232737675364274176,[],[],0,,False,5063,132,279,,None,,,,,,,"[{'screen_name': 'Foxfire40900590', 'name': 'Foxfire 🇩🇪 #AlitaArmy #SnyderCut', 'id': '1109834296402022401'}]",,,, +2929,1232717030370856960,1232705449423712256,1582737617000.0,2020-02-26 17:20:17,+0000,,@Erdayastronaut @JaneidyEve @JakeTheHuman28 @tesla_truth @Twitter Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1232717030370856960,[],[],0,,False,3589,116,104,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'JakeTheHuman28', 'name': 'JakeTheHuman 🧢 #YangGang4Life🌹', 'id': '996700540242345985'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Twitter', 'name': 'Twitter', 'id': '783214'}]",,,, +2930,1232709990642675712,1232705449423712256,1582735939000.0,2020-02-26 16:52:19,+0000,,@JaneidyEve @JakeTheHuman28 @tesla_truth @Twitter Posting SpaceX videos is definitely not copyright infringement!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1232709990642675712,[],[],0,,False,3105,101,226,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'JakeTheHuman28', 'name': 'JakeTheHuman 🧢 #YangGang4Life🌹', 'id': '996700540242345985'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Twitter', 'name': 'Twitter', 'id': '783214'}]",,,, +2931,1232566868541505536,1232274298187997185,1582701816000.0,2020-02-26 07:23:36,+0000,,"@j_brorsson @Teslarati Hopefully, in March. Checking …",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1232566868541505536,[],[],0,,False,1885,74,84,,None,,,,,,,"[{'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2932,1232566420006821888,1232274298187997185,1582701709000.0,2020-02-26 07:21:49,+0000,,@Teslarati I had no idea this existed. Sounds awesome though!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1232566420006821888,[],[],0,,False,6534,156,225,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2933,1232563408937115655,1232436994191441920,1582700991000.0,2020-02-26 07:09:51,+0000,,"@RationalEtienne @Bryr32 Full disclosure, I’m actually a 3000 year old vampire. It’s such a trial assuming all these false identities over the centuries!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1232563408937115655,[],[],0,,False,11905,499,668,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'Bryr32', 'name': 'Bryan Seely', 'id': '106931719'}]",,,, +2934,1232556310874533888,1232436994191441920,1582699298000.0,2020-02-26 06:41:38,+0000,,"@Bryr32 We had the wrong settings! To make the welds super flat & strong, we’re building a heavy duty, custom planisher, but just having the right settings is a major improvement.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1232556310874533888,[],[],0,,False,992,49,74,,None,,,,,,,"[{'screen_name': 'Bryr32', 'name': 'Bryan Seely', 'id': '106931719'}]",,,, +2935,1232554273235513344,1232436994191441920,1582698813000.0,2020-02-26 06:33:33,+0000,,@flcnhvy Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1232554273235513344,[],[],0,,False,1410,48,58,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +2936,1232437566932017154,1232436994191441920,1582670988000.0,2020-02-25 22:49:48,+0000,,@justpaulinelol 3 on SN2,tr,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1232437566932017154,[],[],0,,False,1771,49,73,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +2937,1232437492571201536,1232436994191441920,1582670970000.0,2020-02-25 22:49:30,+0000,,SN2 tank integration starts this week with much less circumferential pucker. Thanks Fronius!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1232437492571201536,[],[],0,,False,9322,350,361,,None,,,,,,,[],,,, +2938,1232436994191441920,1232436994191441920,1582670851000.0,2020-02-25 22:47:31,+0000,,Starship SN1 tank preparing for Raptor attachment & static fire https://t.co/jx0ijLrxWx,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1232436994191441920,[],['https://pbs.twimg.com/media/ERp-6UoVUAAf6g7.jpg'],1,https://pbs.twimg.com/media/ERp-6UoVUAAf6g7.jpg,False,32570,821,1879,,None,,,,,,,[],,,, +2939,1232405467600539648,1232230754710585346,1582663335000.0,2020-02-25 20:42:15,+0000,,@oyvi00i 🤣🤣 some are good tho,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1232405467600539648,[],[],0,,False,1995,100,56,,None,,,,,,,"[{'screen_name': 'oyvi00i', 'name': 'Oyvi00i', 'id': '1444304809'}]",,,, +2940,1232401922952331264,1232230754710585346,1582662490000.0,2020-02-25 20:28:10,+0000,,And that’s why cones were invented https://t.co/7YKfEIGvPq,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1232401922952331264,[],['https://pbs.twimg.com/media/ERpfA-4VAAAEzcX.jpg'],1,https://pbs.twimg.com/media/ERpfA-4VAAAEzcX.jpg,False,26354,554,850,,None,,,,,,,[],,,, +2941,1232397468240711681,1232230754710585346,1582661427000.0,2020-02-25 20:10:27,+0000,,Tinny https://t.co/N1p5qZvx0D,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1232397468240711681,[],['https://pbs.twimg.com/media/ERpa9rSU0AIdFoR.jpg'],1,https://pbs.twimg.com/media/ERpa9rSU0AIdFoR.jpg,False,26286,316,694,,None,,,,,,,[],,,, +2942,1232234816654856195,1232234816654856195,1582622648000.0,2020-02-25 09:24:08,+0000,,Rococo is alive & living in our hearts,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1232234816654856195,[],[],0,,False,21124,572,800,,None,,,,,,,[],,,, +2943,1232230754710585346,1232230754710585346,1582621680000.0,2020-02-25 09:08:00,+0000,,Woody https://t.co/0Di88Eoz2C,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1232230754710585346,[],['https://pbs.twimg.com/media/ERnDUhoWAAAuCUc.jpg'],1,https://pbs.twimg.com/media/ERnDUhoWAAAuCUc.jpg,False,333892,2117,42874,,None,,,,,,,[],,,, +2944,1232224537061797888,1231755839909900293,1582620197000.0,2020-02-25 08:43:17,+0000,,@TeslaGong @archillect I did,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1232224537061797888,[],[],0,,False,2255,119,94,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +2945,1232222762023997440,1232222762023997440,1582619774000.0,2020-02-25 08:36:14,+0000,,Battle Angel Starship https://t.co/CL4rvBB8mb,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1232222762023997440,[],['https://pbs.twimg.com/media/ERm8CwdX0AEDX04.jpg'],1,https://pbs.twimg.com/media/ERm8CwdX0AEDX04.jpg,False,107271,2161,10015,,None,,,,,,,[],,,, +2946,1232219164200312833,1232153581689671690,1582618916000.0,2020-02-25 08:21:56,+0000,,@cleantechnica Teslas in a tunnel. Happening in Vegas rn.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1232219164200312833,[],[],0,,False,2601,114,151,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +2947,1232218575093616640,1231755839909900293,1582618776000.0,2020-02-25 08:19:36,+0000,,@archillect obv,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1232218575093616640,[],[],0,,False,5199,94,304,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +2948,1232214170688540673,1232214170688540673,1582617726000.0,2020-02-25 08:02:06,+0000,,On a wall in Austin https://t.co/yDBt2tUJij,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1232214170688540673,[],['https://pbs.twimg.com/media/ERm0NrrXUAETMvS.jpg'],1,https://pbs.twimg.com/media/ERm0NrrXUAETMvS.jpg,False,86575,1417,6481,,None,,,,,,,[],,,, +2949,1232127369084833792,1232124415111987201,1582597031000.0,2020-02-25 02:17:11,+0000,,@nichegamer BGII was amazing,in,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1232127369084833792,[],[],0,,False,1313,71,58,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2950,1231332796964032512,1231330415639552001,1582407590000.0,2020-02-22 21:39:50,+0000,,Getting there was super hard. Very proud of Tesla team!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1231332796964032512,[],[],0,,False,20070,544,516,,None,,,,,,,[],,,, +2951,1231330415639552001,1231330415639552001,1582407022000.0,2020-02-22 21:30:22,+0000,,Model 3 achieves 350 mile actual range vs 310 EPA sticker in Consumer Reports testing https://t.co/5hqRhjP4bV,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1231330415639552001,['https://www.consumerreports.org/hybrids-evs/tesla-ups-ante-on-model-y-range-underscoring-ev-lead/'],[],0,,False,30324,1128,2177,,None,,,,,,,[],,,, +2952,1231058468099854336,1230938522539917312,1582342185000.0,2020-02-22 03:29:45,+0000,,"@PPathole @Erdayastronaut @Teslarati Yes, will also show real-time changes to max acceleration, braking, cornering, speed on gradient & range, latter factoring in route elevation changes & cargo or tow mass & drag impact",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1231058468099854336,[],[],0,,False,6558,214,264,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2953,1231056605006856194,1230938522539917312,1582341741000.0,2020-02-22 03:22:21,+0000,,@Erdayastronaut @Teslarati It’s slightly better,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1231056605006856194,[],[],0,,False,1735,103,84,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2954,1231055695459442689,1231006844707053569,1582341524000.0,2020-02-22 03:18:44,+0000,,@nichegamer Definitely worth trying imo,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1231055695459442689,[],[],0,,False,2289,102,76,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +2955,1230959056128372736,1230938522539917312,1582318483000.0,2020-02-21 20:54:43,+0000,,"@Teslarati Btw, in some prior tweets I’d said production Cybertruck would be ~80” wide (vs ~84” body width at unveil). This is slightly too small. Will be closer to 82”, but come standard with upper laser blade lights.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1230959056128372736,[],[],0,,False,4056,300,219,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2956,1230942496072486912,1230938522539917312,1582314535000.0,2020-02-21 19:48:55,+0000,,@Teslarati Active ride height & active damping are game-changing for a truck or any car with a high max/min weight ratio,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1230942496072486912,[],[],0,,False,5095,200,234,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +2957,1230813602883354624,1230813602883354624,1582283804000.0,2020-02-21 11:16:44,+0000,,Science has gone too far https://t.co/Ky65Q3s3JX,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/1230813602883354624,[],['https://pbs.twimg.com/media/ERS6cqpUEAADNrZ.jpg'],1,https://pbs.twimg.com/media/ERS6cqpUEAADNrZ.jpg,False,332786,3709,45817,,None,,,,,,,[],,,, +2958,1230790973036343296,1230790973036343296,1582278409000.0,2020-02-21 09:46:49,+0000,,🔭 https://t.co/6HHgR0ZVp0,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1230790973036343296,[],['https://pbs.twimg.com/media/ERSl2R4W4AEjObh.jpg'],1,https://pbs.twimg.com/media/ERSl2R4W4AEjObh.jpg,False,214499,2422,22123,,None,,,,,,,[],,,, +2959,1230642008257069056,1230506981150117893,1582242893000.0,2020-02-20 23:54:53,+0000,,@flcnhvy @SciGuySpace F9 iteration slowed down as payloads became too important to risk. Little change is expected going forward with F9/FH or Dragon. Starship production & thus iterative improvement will be much faster than Falcon. Driving hard for fully reusable orbital flight this year!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1230642008257069056,[],[],0,,False,3997,108,261,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2960,1230639384699002880,1230636384416866306,1582242268000.0,2020-02-20 23:44:28,+0000,,"@PPathole @JohnHanzl It’s mostly to balance the ship during entry. After delivering satellites, the front is light & back is heavy due to engines & landing legs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1230639384699002880,[],[],0,,False,1232,33,63,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'JohnHanzl', 'name': 'John Hanzl (author)', 'id': '3014340767'}]",,,, +2961,1230636965256663041,1230636384416866306,1582241691000.0,2020-02-20 23:34:51,+0000,,"@JohnHanzl Sorry, meant to say LOX header tank in tip of nose. CH4 main tank is above LOX main.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1230636965256663041,[],[],0,,False,517,25,42,,None,,,,,,,"[{'screen_name': 'JohnHanzl', 'name': 'John Hanzl (author)', 'id': '3014340767'}]",,,, +2962,1230636491778514944,1230636384416866306,1582241578000.0,2020-02-20 23:32:58,+0000,,@JohnHanzl LOX,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1230636491778514944,[],[],0,,False,432,18,32,,None,,,,,,,"[{'screen_name': 'JohnHanzl', 'name': 'John Hanzl (author)', 'id': '3014340767'}]",,,, +2963,1230636014001061891,1230506981150117893,1582241464000.0,2020-02-20 23:31:04,+0000,,@SciGuySpace These problems are fundamentally intertwined. Building many rockets allows for successive approximation. Progress in any given technology is simply # of iterations * progress between iterations.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1230636014001061891,[],[],0,,False,1732,58,133,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2964,1230634294034542598,1230506981150117893,1582241054000.0,2020-02-20 23:24:14,+0000,,@SciGuySpace Hardest problem by far is building the production system of something this big. 2nd hardest is achieving full & rapid reuse with payload to orbit of ~2%.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1230634294034542598,[],[],0,,False,1960,66,106,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +2965,1230447289925279744,1230439298874343424,1582196469000.0,2020-02-20 11:01:09,+0000,,@flcnhvy @sydney_ev Probably,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/1230447289925279744,[],[],0,,False,1559,93,69,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'sydney_ev', 'name': '🔋SydEV 🌿💧 #FSDBetaAU #FSDBetaOZ', 'id': '921721442550480901'}]",,,, +2966,1230445151035805696,1230439298874343424,1582195959000.0,2020-02-20 10:52:39,+0000,,@sydney_ev Attach wheels to the landing legs & tow Starship to the launch pad,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1230445151035805696,[],[],0,,False,1378,49,68,,None,,,,,,,"[{'screen_name': 'sydney_ev', 'name': '🔋SydEV 🌿💧 #FSDBetaAU #FSDBetaOZ', 'id': '921721442550480901'}]",,,, +2967,1230444563296374784,1230439298874343424,1582195819000.0,2020-02-20 10:50:19,+0000,,@RationalEtienne I rate it two Bugblatter Beasts of Traal up!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1230444563296374784,[],[],0,,False,3742,57,87,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}]",,,, +2968,1230439298874343424,1230439298874343424,1582194563000.0,2020-02-20 10:29:23,+0000,,"High bay for stacking Starship engine bay, propellant tanks & fairing (fka nosecone) sections is almost done! https://t.co/G9h0430ns2",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1230439298874343424,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1230439233581731841/pu/img/I8iFwsI4cVvACJXf.jpg,False,30593,799,1666,,None,,,,,,,[],,,, +2969,1230371849302945799,1230276876930863105,1582178482000.0,2020-02-20 06:01:22,+0000,,"@pentaquarky @Erdayastronaut The whole nose tip has to have heat shielding for atmospheric entry at Mach 25+ anyway, so is effectively already insulated well in orbit",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1230371849302945799,[],[],0,,False,1157,49,73,,None,,,,,,,"[{'screen_name': 'pentaquarky', 'name': 'Stephen Ross', 'id': '551402970'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2970,1230370322639212545,1230276876930863105,1582178118000.0,2020-02-20 05:55:18,+0000,,"@tobyliiiiiiiiii @Erdayastronaut There will be a common area in the forward section with a big window like this. It will be a lot heavier than steel, but not dangerous. Consider astronauts on the moon with a very thin windowed helmet. They were fine.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1230370322639212545,[],[],0,,False,4121,144,164,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2971,1230369131066773504,1230276876930863105,1582177834000.0,2020-02-20 05:50:34,+0000,,"@PPathole @Erdayastronaut Header tanks are only ~2% of main tank volume, so not a big deal. Pressurized volume is still ~1000 cubic meters.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1230369131066773504,[],[],0,,False,862,28,56,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2972,1230368684226547713,1230276876930863105,1582177728000.0,2020-02-20 05:48:48,+0000,,"@Erdayastronaut O2 header tank is tip of nosecone, CH4 header is in the main CH4 tank",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1230368684226547713,[],[],0,,False,1647,46,72,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +2973,1230367034397077504,1230293973673136129,1582177334000.0,2020-02-20 05:42:14,+0000,,@tesletter In the order that they were written,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1230367034397077504,[],[],0,,False,2349,102,70,,None,,,,,,,"[{'screen_name': 'tesletter', 'name': 'Tesletter', 'id': '979225070764634112'}]",,,, +2974,1230293973673136129,1230293973673136129,1582159915000.0,2020-02-20 00:51:55,+0000,,Worth reading Asimov’s Foundation https://t.co/OZfhcNNzyG,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1230293973673136129,['https://en.m.wikipedia.org/wiki/Foundation_series'],[],0,,False,18830,1299,1532,,None,,,,,,,[],,,, +2975,1230279227578232833,1230276876930863105,1582156399000.0,2020-02-19 23:53:19,+0000,,"@tobyliiiiiiiiii SN 2+ will have better fit & weld quality. Later serial numbers will use bigger stampings, so much less weld length.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1230279227578232833,[],[],0,,False,1320,55,73,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +2976,1230278114179264512,1230276876930863105,1582156134000.0,2020-02-19 23:48:54,+0000,,@tobyliiiiiiiiii The Persuader hammer will fix SN1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1230278114179264512,[],[],0,,False,2424,77,83,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +2977,1230276876930863105,1230276876930863105,1582155839000.0,2020-02-19 23:43:59,+0000,,Rocket nosecone production in Texas https://t.co/KLWewja9Gn,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1230276876930863105,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1230276826578276352/pu/img/o9MCEMQMVLiE4_Zs.jpg,False,79008,1633,5374,,None,,,,,,,[],,,, +2978,1230266104683155456,1230263493284302853,1582153271000.0,2020-02-19 23:01:11,+0000,,@archillect https://t.co/yK4XuubCPw,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1230266104683155456,[],['https://pbs.twimg.com/media/ERLIgCDX0AEjJ7d.jpg'],1,https://pbs.twimg.com/media/ERLIgCDX0AEjJ7d.jpg,False,14278,244,1067,,None,,,,,,,[],,,, +2979,1230222657070813184,1230222532244131840,1582142912000.0,2020-02-19 20:08:32,+0000,,@mattredlon @neuralink Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1230222657070813184,[],[],0,,False,1140,57,51,,None,,,,,,,"[{'screen_name': 'mattredlon', 'name': 'Matt Redlon', 'id': '17690290'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +2980,1230006156220825601,1229678885228417024,1582091294000.0,2020-02-19 05:48:14,+0000,,@Kitty_McConnell Glad you’re all ok! ❤️,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1230006156220825601,[],[],0,,False,63256,236,1092,,None,,,,,,,"[{'screen_name': 'Kitty_McConnell', 'name': 'Kitty McConnell', 'id': '69566797'}]",,,, +2981,1229591095966937089,1229578963175006210,1581992336000.0,2020-02-18 02:18:56,+0000,,@PicklePunchD @LaurenRow5 @archillect Tim Curry ftw,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1229591095966937089,[],[],0,,False,887,64,46,,None,,,,,,,"[{'screen_name': 'PicklePunchD', 'name': 'Angella⭐️King', 'id': '780922166'}, {'screen_name': 'LaurenRow5', 'name': 'Lauren Row', 'id': '997698480058654720'}, {'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +2982,1229585590666088448,1229578963175006210,1581991024000.0,2020-02-18 01:57:04,+0000,,@archillect 🔥🔥 makeup,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1229585590666088448,[],[],0,,False,2131,152,101,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +2983,1229573886888566785,1153364705777311745,1581988233000.0,2020-02-18 01:10:33,+0000,,"@Smerity Unfortunately, I must agree that these are reasonable concerns",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1229573886888566785,[],[],0,,False,1241,47,82,,None,,,,,,,"[{'screen_name': 'Smerity', 'name': 'Smerity', 'id': '15363432'}]",,,, +2984,1229570142155268097,1229566583732760576,1581987340000.0,2020-02-18 00:55:40,+0000,,"@carkgirl @tesletter True, that was pretty impressive",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1229570142155268097,[],[],0,,False,9291,148,166,,None,,,,,,,"[{'screen_name': 'carkgirl', 'name': 'carkgirl', 'id': '1246087343846518785'}, {'screen_name': 'tesletter', 'name': 'Tesletter', 'id': '979225070764634112'}]",,,, +2985,1229568241552502784,1229566583732760576,1581986887000.0,2020-02-18 00:48:07,+0000,,@tesletter My conversations with Gates have been underwhelming tbh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1229568241552502784,[],[],0,,False,7614,644,638,,None,,,,,,,"[{'screen_name': 'tesletter', 'name': 'Tesletter', 'id': '979225070764634112'}]",,,, +2986,1229549730499375104,1229519114638589953,1581982474000.0,2020-02-17 23:34:34,+0000,,@flcnhvy @_KarenHao @OpenAI Both,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1229549730499375104,[],[],0,,False,1300,67,74,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': '_KarenHao', 'name': 'Karen Hao', 'id': '4922450361'}, {'screen_name': 'OpenAI', 'name': 'OpenAI', 'id': '4398626122'}]",,,, +2987,1229546793811226627,1229519114638589953,1581981774000.0,2020-02-17 23:22:54,+0000,,"@_KarenHao @OpenAI All orgs developing advanced AI should be regulated, including Tesla",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1229546793811226627,[],[],0,,False,1781,104,242,,None,,,,,,,"[{'screen_name': '_KarenHao', 'name': 'Karen Hao', 'id': '4922450361'}, {'screen_name': 'OpenAI', 'name': 'OpenAI', 'id': '4398626122'}]",,,, +2988,1229546206948462597,1229519114638589953,1581981634000.0,2020-02-17 23:20:34,+0000,,@TeslaGong @_KarenHao @OpenAI I have no control & only very limited insight into OpenAI. Confidence in Dario for safety is not high.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1229546206948462597,[],[],0,,False,1106,43,76,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': '_KarenHao', 'name': 'Karen Hao', 'id': '4922450361'}, {'screen_name': 'OpenAI', 'name': 'OpenAI', 'id': '4398626122'}]",,,, +2989,1229544673590599681,1229519114638589953,1581981268000.0,2020-02-17 23:14:28,+0000,,@_KarenHao @OpenAI OpenAI should be more open imo,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1229544673590599681,[],[],0,,False,2226,48,138,,None,,,,,,,"[{'screen_name': '_KarenHao', 'name': 'Karen Hao', 'id': '4922450361'}, {'screen_name': 'OpenAI', 'name': 'OpenAI', 'id': '4398626122'}]",,,, +2990,1228852611954151424,1228849721013346304,1581816268000.0,2020-02-16 01:24:28,+0000,,"@vincent13031925 Initially, yes, but then will make sense to localize closer to customers. Pretty much same plan as vehicles.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1228852611954151424,[],[],0,,False,2939,147,112,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +2991,1228850093492711425,1228849721013346304,1581815667000.0,2020-02-16 01:14:27,+0000,,Looking forward to international expansion later this year 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1228850093492711425,[],[],0,,False,22828,1311,891,,None,,,,,,,[],,,, +2992,1228849721013346304,1228849721013346304,1581815579000.0,2020-02-16 01:12:59,+0000,,"Tesla is ramping up Solar Roof installation across the USA! Training will be provided, so no prior experience needed. Apply at https://t.co/84BkZvuBn8",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1228849721013346304,['https://www.tesla.com/solarroofjobs'],[],0,,False,47747,1825,4879,,None,,,,,,,[],,,, +2993,1228604628750626816,1228577349756706816,1581757144000.0,2020-02-15 08:59:04,+0000,,@flcnhvy @Inzilya777 @archillect Direct links aren’t needed to offer service. Starlink will initially bounce signals off ground/ocean relays to get from 🛰 to 🛰.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1228604628750626816,[],[],0,,False,2075,123,133,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Inzilya777', 'name': '∑໓αŋɡéλϊoϟα', 'id': '248291389'}, {'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +2994,1228598015247536129,1228577349756706816,1581755567000.0,2020-02-15 08:32:47,+0000,,@Inzilya777 @archillect 🛰 albedo will drop significantly on almost every successive launch,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1228598015247536129,[],[],0,,False,1176,54,69,,None,,,,,,,"[{'screen_name': 'Inzilya777', 'name': '∑໓αŋɡéλϊoϟα', 'id': '248291389'}, {'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +2995,1228596225240289280,1228538630559260672,1581755140000.0,2020-02-15 08:25:40,+0000,,@litgenstein Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1228596225240289280,[],[],0,,False,703,17,44,,None,,,,,,,"[{'screen_name': 'litgenstein', 'name': 'Zach Kim', 'id': '1320427555820720130'}]",,,, +2996,1228580802125942788,1228577349756706816,1581751463000.0,2020-02-15 07:24:23,+0000,,"@archillect Sorry, probably going to be a lot of rocket pics from @archillect 🤣🤣",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1228580802125942788,[],[],0,,False,6066,123,235,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +2997,1228546706989436930,1228540886826418178,1581743334000.0,2020-02-15 05:08:54,+0000,,@BLKMDL3 @jgrano305 @DMC_Ryan @Jason X will also improve by a similar amount,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1228546706989436930,[],[],0,,False,943,69,65,,None,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}]",,,, +2998,1228546082172370944,1228540886826418178,1581743185000.0,2020-02-15 05:06:25,+0000,,"@jgrano305 @BLKMDL3 @DMC_Ryan @Jason Depends on when car was built, as there are many small hardware improvements, so most will be somewhere in between 373 & 390",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1228546082172370944,[],[],0,,False,426,16,35,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}]",,,, +2999,1228545586166558720,1228540886826418178,1581743067000.0,2020-02-15 05:04:27,+0000,,"@jgrano305 @DMC_Ryan @Jason Regulations require calling it something else, so we added +",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1228545586166558720,[],[],0,,False,1283,58,59,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}]",,,, +3000,1228545167851839488,1228540886826418178,1581742967000.0,2020-02-15 05:02:47,+0000,,"@DMC_Ryan @Jason There’s a tough performance vs range tradeoff. Plaid has absurd performance, while holding range roughly constant.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1228545167851839488,[],[],0,,False,1635,72,102,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}]",,,, +3001,1228543891458023425,1228540886826418178,1581742663000.0,2020-02-15 04:57:43,+0000,,@PPathole Software just thinks the car is less efficient than it actually is,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1228543891458023425,[],[],0,,False,1137,33,72,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +3002,1228543533960712193,1228540886826418178,1581742578000.0,2020-02-15 04:56:18,+0000,,@PPathole Many small hardware improvements throughout the car that have been introduced gradually over past several months,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1228543533960712193,[],[],0,,False,1259,32,70,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +3003,1228542899798691841,1228540886826418178,1581742427000.0,2020-02-15 04:53:47,+0000,,@teslaownersSV Maybe possible with improved wheels/tires (which would be available to all previously made cars),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1228542899798691841,[],[],0,,False,1874,86,93,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +3004,1228541579679322112,1228540886826418178,1581742112000.0,2020-02-15 04:48:32,+0000,,All S/X cars made in recent months have actually been above stated EPA range. Will be unlocked soon for free via software update.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1228541579679322112,[],[],0,,False,15936,453,667,,None,,,,,,,[],,,, +3005,1228540886826418178,1228540886826418178,1581741947000.0,2020-02-15 04:45:47,+0000,,Tesla Model S estimated EPA range is now above 390 miles or ~630 km https://t.co/sNFzIkuJpC,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1228540886826418178,['https://www.tesla.com/models/design#battery'],[],0,,False,45781,1575,3376,,None,,,,,,,[],,,, +3006,1228538213653835776,1228538213653835776,1581741309000.0,2020-02-15 04:35:09,+0000,,Run a physics sim long enough & you’ll get intelligence,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1228538213653835776,[],[],0,,False,100591,2388,5784,,None,,,,,,,[],,,, +3007,1228534967929425921,1228320247280799744,1581740536000.0,2020-02-15 04:22:16,+0000,,@ajtourville @fermatslibrary Thanks to all who caught the error 😊,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1228534967929425921,[],[],0,,False,755,20,39,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +3008,1228533079783854080,1228320247280799744,1581740085000.0,2020-02-15 04:14:45,+0000,,@teslaownersSV @fermatslibrary a=F/m is the most fun,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1228533079783854080,[],[],0,,False,2106,145,120,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +3009,1228532201685315585,1228320247280799744,1581739876000.0,2020-02-15 04:11:16,+0000,,@fermatslibrary Editing error. Meant to say Δt≥ℏ/(2ΔE). Interesting that monochrome is roughly a millionth of a percent.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1228532201685315585,[],[],0,,False,857,36,57,,None,,,,,,,"[{'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +3010,1228514811031347201,1228320247280799744,1581735730000.0,2020-02-15 03:02:10,+0000,,@fermatslibrary Frame rate Δt≥ℏ2/ΔE,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1228514811031347201,[],[],0,,False,1916,104,126,,None,,,,,,,"[{'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +3011,1228491910970404864,1228320247280799744,1581730270000.0,2020-02-15 01:31:10,+0000,,@fermatslibrary The resolution of reality,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1228491910970404864,[],[],0,,False,4008,143,216,,None,,,,,,,"[{'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +3012,1228462235854393344,1228461587083800578,1581723195000.0,2020-02-14 23:33:15,+0000,,@archillect Reminded me of The Lady of Shalott by Waterhouse,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1228462235854393344,[],[],0,,False,1565,58,75,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +3013,1228455269924917250,1228455130351063041,1581721534000.0,2020-02-14 23:05:34,+0000,,@VitalVegas @boringcompany @LVCVA Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1228455269924917250,[],[],0,,False,756,38,42,,None,,,,,,,"[{'screen_name': 'VitalVegas', 'name': 'Vital Vegas', 'id': '514487309'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'LVCVA', 'name': 'Vegas Means Business', 'id': '18359909'}]",,,, +3014,1228424773845188609,1228418802024579073,1581714263000.0,2020-02-14 21:04:23,+0000,,@archillect unNERVing,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1228424773845188609,[],[],0,,False,4394,132,179,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +3015,1228400791880269824,1227981410813739016,1581708546000.0,2020-02-14 19:29:06,+0000,,"@flcnhvy @Erdayastronaut @robert_zubrin The joints will have shielding, but it’s hard to ensure a good seal. Transpiration cooling (or simply higher pressure cold gas flow) would purge the area behind the hot gas seal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1228400791880269824,[],[],0,,False,1343,47,75,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'robert_zubrin', 'name': 'Robert Zubrin', 'id': '731463062230700032'}]",,,, +3016,1228396138870407169,1227981410813739016,1581707436000.0,2020-02-14 19:10:36,+0000,,@Erdayastronaut @robert_zubrin Might be used around flap joints,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1228396138870407169,[],[],0,,False,1039,34,50,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'robert_zubrin', 'name': 'Robert Zubrin', 'id': '731463062230700032'}]",,,, +3017,1228395668521156608,1228355773379432448,1581707324000.0,2020-02-14 19:08:44,+0000,,@teslaownersSV @Tesla Will take action,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1228395668521156608,[],[],0,,False,3070,124,90,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3018,1228377395670814720,1228377395670814720,1581702967000.0,2020-02-14 17:56:07,+0000,,Only the heart senses beauty,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1228377395670814720,[],[],0,,False,139241,2489,20512,,None,,,,,,,[],,,, +3019,1228250624791212033,1227981410813739016,1581672743000.0,2020-02-14 09:32:23,+0000,,@Erdayastronaut @flcnhvy @robert_zubrin Shielding is only needed for orbital speeds,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1228250624791212033,[],[],0,,False,2398,73,104,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'robert_zubrin', 'name': 'Robert Zubrin', 'id': '731463062230700032'}]",,,, +3020,1228057674295590913,1228057674295590913,1581626740000.0,2020-02-13 20:45:40,+0000,,💘 be still my beating heart 💘 https://t.co/Fnly6DNLIC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1228057674295590913,[],['https://pbs.twimg.com/media/EQrv8U3XkAAAzGB.jpg'],1,https://pbs.twimg.com/media/EQrv8U3XkAAAzGB.jpg,False,125187,1423,14299,,None,,,,,,,[],,,, +3021,1228007662081605632,1227981410813739016,1581614816000.0,2020-02-13 17:26:56,+0000,,"@Erdayastronaut @robert_zubrin Unfortunately, Starship unlikely to survive LEO entry intact without shielding on windward side, but none required on leeward. Even windward shielding is very light.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1228007662081605632,[],[],0,,False,4011,138,169,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'robert_zubrin', 'name': 'Robert Zubrin', 'id': '731463062230700032'}]",,,, +3022,1227645112236138496,1227488196423872513,1581528377000.0,2020-02-12 17:26:17,+0000,,@sonic_hedgehog 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1227645112236138496,[],[],0,,False,10419,80,167,,None,,,,,,,"[{'screen_name': 'sonic_hedgehog', 'name': 'Sonic the Hedgehog', 'id': '19609162'}]",,,, +3023,1227508671749320704,1227488196423872513,1581495848000.0,2020-02-12 08:24:08,+0000,,@nichegamer Whoop whoop!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1227508671749320704,[],[],0,,False,3257,73,86,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +3024,1227500608262852608,1227500608262852608,1581493925000.0,2020-02-12 07:52:05,+0000,,Thanks Mom!!! ❤️ @mayemusk https://t.co/eyMgV45ypT,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1227500608262852608,[],['https://pbs.twimg.com/media/EQj1S2fVAAIvxEx.jpg'],1,https://pbs.twimg.com/media/EQj1S2fVAAIvxEx.jpg,False,160749,1021,9109,,None,,,,,,,[],,,, +3025,1227499833155391488,1226856937188253696,1581493740000.0,2020-02-12 07:49:00,+0000,,@EVHQ2 @Tesla This does seem high,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1227499833155391488,[],[],0,,False,11300,363,194,,None,,,,,,,"[{'screen_name': 'EVHQ2', 'name': 'EV-HQ', 'id': '1132980037282455558'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3026,1227498893497094145,1227488196423872513,1581493516000.0,2020-02-12 07:45:16,+0000,,And some vitamin k too,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1227498893497094145,[],[],0,,False,20365,256,352,,None,,,,,,,[],,,, +3027,1227488196423872513,1227488196423872513,1581490966000.0,2020-02-12 07:02:46,+0000,,Ok u can have a little emerald 🤹🏻‍♂️ https://t.co/3LzPe4aG4B,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1227488196423872513,[],['https://pbs.twimg.com/media/EQjqAb9WAAEu3CW.jpg'],1,https://pbs.twimg.com/media/EQjqAb9WAAEu3CW.jpg,False,150782,1150,12660,,None,,,,,,,[],,,, +3028,1226989747098263552,1226923084382441473,1581372126000.0,2020-02-10 22:02:06,+0000,,@Teslarati This is incorrect. No air suspension planned for 3/Y. Only S/X & Cybertruck have/will have air suspension.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1226989747098263552,[],[],0,,False,9016,345,467,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3029,1226928225554751494,1226926073532862465,1581357458000.0,2020-02-10 17:57:38,+0000,,@HAPPYHAHAJK Æsthetics,is,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1226928225554751494,[],[],0,,False,1032,76,54,,None,,,,,,,"[{'screen_name': 'HAPPYHAHAJK', 'name': 'Friend', 'id': '1215730256688156678'}]",,,, +3030,1226927146154758144,1226926073532862465,1581357201000.0,2020-02-10 17:53:21,+0000,,The degree to which SolarGlass will positively effect the esthetics & energy sustainability of neighborhoods throughout the world is not yet well appreciated. This is a very important product.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1226927146154758144,[],[],0,,False,19175,570,1173,,None,,,,,,,[],,,, +3031,1226926073532862465,1226926073532862465,1581356945000.0,2020-02-10 17:49:05,+0000,,"Tesla April company talk will be from our Giga New York factory, where we make SolarGlass & several other products. Will also offer customer & media tours.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1226926073532862465,[],[],0,,False,34814,907,1729,,None,,,,,,,[],,,, +3032,1226924143527940096,1226634613151412224,1581356485000.0,2020-02-10 17:41:25,+0000,,Should preface this saying that feedback from early Tesla Solar roof owners has been v positive. It’s stunning vs a regular roof in person imo. Photos don’t do it justice.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1226924143527940096,[],[],0,,False,9558,454,284,,None,,,,,,,[],,,, +3033,1226923349479018496,1226634613151412224,1581356296000.0,2020-02-10 17:38:16,+0000,,"@brittanygayle98 Its integrated roof & solar, so should be light enough for almost any home",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1226923349479018496,[],[],0,,False,1026,24,50,,None,,,,,,,"[{'screen_name': 'brittanygayle98', 'name': 'Brittany 🎃', 'id': '3344156345'}]",,,, +3034,1226923020574285824,1226634613151412224,1581356217000.0,2020-02-10 17:36:57,+0000,,@dafuq_mac Coming hopefully later this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1226923020574285824,[],[],0,,False,1044,16,40,,None,,,,,,,"[{'screen_name': 'dafuq_mac', 'name': 'Brian Bundridge', 'id': '17238219'}]",,,, +3035,1226922843650150401,1226922335242014720,1581356175000.0,2020-02-10 17:36:15,+0000,,"@TarunBhatt161 I think will still be better than a normal roof, but adding a heating grid to automatically remove ice & snow sounds like a good option. We have that already on car windows!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1226922843650150401,[],[],0,,False,2149,82,80,,None,,,,,,,"[{'screen_name': 'TarunBhatt161', 'name': '🇮🇳TarunB 🍁🇺🇲', 'id': '728368077004365824'}]",,,, +3036,1226922175715627008,1226634613151412224,1581356016000.0,2020-02-10 17:33:36,+0000,,"@Emmonstein No problem. Snow and ice tend to slide off the Tesla SolarGlass due to lower surface roughness, so accumulates less than a normal roof. Even so, it’s very strong and can be walked on without breaking the glass tiles.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1226922175715627008,[],[],0,,False,1132,84,76,,None,,,,,,,[],,,, +3037,1226921210090360833,1226920386471718913,1581355786000.0,2020-02-10 17:29:46,+0000,,@_mantis_ Sounds should note that it gets less shiny automatically due to dust & weathering. This pic is brand new.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1226921210090360833,[],[],0,,False,706,19,42,,None,,,,,,,"[{'screen_name': '_mantis_', 'name': 'Derek Carroll', 'id': '7078732'}]",,,, +3038,1226920630299197440,1226920386471718913,1581355648000.0,2020-02-10 17:27:28,+0000,,@_mantis_ Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1226920630299197440,[],[],0,,False,675,15,39,,None,,,,,,,"[{'screen_name': '_mantis_', 'name': 'Derek Carroll', 'id': '7078732'}]",,,, +3039,1226920273753997316,1226634613151412224,1581355562000.0,2020-02-10 17:26:02,+0000,,@G_d_Photographr Sounds like we should open a Tesla Center there!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1226920273753997316,[],[],0,,False,613,21,37,,None,,,,,,,[],,,, +3040,1226920048918269952,1226634613151412224,1581355509000.0,2020-02-10 17:25:09,+0000,,Please let us know what improvements we can make to any aspect of Tesla SolarGlass roof! Critical feedback is much appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1226920048918269952,[],[],0,,False,17989,1842,549,,None,,,,,,,[],,,, +3041,1226782860746555392,1226782238035054592,1581322801000.0,2020-02-10 08:20:01,+0000,,"@yourfavgas Probably 6 months or so. 301 is certainly fine for orbit, but SpaceX 30X will be better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1226782860746555392,[],[],0,,False,3011,77,107,,None,,,,,,,"[{'screen_name': 'yourfavgas', 'name': 'Yuri', 'id': '1159852783660650496'}]",,,, +3042,1226782238035054592,1226782238035054592,1581322652000.0,2020-02-10 08:17:32,+0000,,Midsection of Starship propellant tanks https://t.co/Aa8yKPJEFS,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1226782238035054592,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1226782154899759105/pu/img/BmvUc42wYn3Pkfhc.jpg,False,33454,641,1547,,None,,,,,,,[],,,, +3043,1226743836677935105,1226628461277483008,1581313497000.0,2020-02-10 05:44:57,+0000,,"@Revoeh020 @Tesla Yes, but we want to focus on textured black first, then move into Earth tones & convolutions",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1226743836677935105,[],[],0,,False,3361,97,87,,None,,,,,,,"[{'screen_name': 'Revoeh020', 'name': 'Revin⁷', 'id': '859049815598092288'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3044,1226741943264333829,1226620467517194242,1581313045000.0,2020-02-10 05:37:25,+0000,,@SamTalksTesla Your comment above: “Who in their right mind would buy an ICE after 2025 knowing its residual value will be zilch? Legacy auto: go EV or go BUST!” is super important for car buyers. Residual values for gas/diesel cars will plummet in coming years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1226741943264333829,[],[],0,,False,7531,478,650,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1646555828'}]",,,, +3045,1226700601364488193,1226690465992409089,1581303189000.0,2020-02-10 02:53:09,+0000,,@RationalEtienne Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1226700601364488193,[],[],0,,False,1838,51,56,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}]",,,, +3046,1226691397425729536,1226690465992409089,1581300994000.0,2020-02-10 02:16:34,+0000,,Foundation by Asimov,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1226691397425729536,[],[],0,,False,13109,360,416,,None,,,,,,,[],,,, +3047,1226690465992409089,1226690465992409089,1581300772000.0,2020-02-10 02:12:52,+0000,,"Mars is to Earth, as Terminus was to Trantor",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1226690465992409089,[],[],0,,False,52972,1123,2911,,None,,,,,,,[],,,, +3048,1226685152857903106,1226634613151412224,1581299505000.0,2020-02-10 01:51:45,+0000,,@SamTalksTesla Europe & China timing will be announced soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1226685152857903106,[],[],0,,False,3029,203,136,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}]",,,, +3049,1226638479557300224,1226634613151412224,1581288378000.0,2020-02-09 22:46:18,+0000,,@teslaownersSV Many Bay Area installations are ongoing now,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1226638479557300224,[],[],0,,False,1703,116,101,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +3050,1226635243408543750,1226634613151412224,1581287606000.0,2020-02-09 22:33:26,+0000,,"Hard to believe that is high efficiency solar power seamlessly integrated into beautiful roof tiles. Great work by SolarGlass engineering, Giga NY factory & Tesla installation teams!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1226635243408543750,[],[],0,,False,21593,585,862,,None,,,,,,,[],,,, +3051,1226634613151412224,1226634613151412224,1581287456000.0,2020-02-09 22:30:56,+0000,,Order at https://t.co/byFVU5nF9W,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1226634613151412224,['https://www.tesla.com/solarroof'],[],0,,False,94361,2303,7184,https://twitter.com/Tesla/status/1226628461277483008,None,,,,,,,[],,,, +3052,1226396667722727425,1226379201021972481,1581230725000.0,2020-02-09 06:45:25,+0000,,"@Erdayastronaut First two domes in frame are for SN2, third is SN1 thrust dome",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1226396667722727425,[],[],0,,False,4944,117,161,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3053,1226379201021972481,1226379201021972481,1581226561000.0,2020-02-09 05:36:01,+0000,,Back in Boca https://t.co/RjiWpW28PT,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1226379201021972481,[],['https://pbs.twimg.com/media/EQT5X_sWsAUgNrL.jpg'],1,https://pbs.twimg.com/media/EQT5X_sWsAUgNrL.jpg,False,69000,1736,2332,,None,,,,,,,[],,,, +3054,1226282518128685057,1226279257049051141,1581203510000.0,2020-02-08 23:11:50,+0000,,@neiltyson Including hypothesizing that this statement is wrong haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1226282518128685057,[],[],0,,False,24742,342,723,,None,,,,,,,"[{'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +3055,1226282213504741376,1226142726275637248,1581203437000.0,2020-02-08 23:10:37,+0000,,@flcnhvy True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1226282213504741376,[],[],0,,False,3019,88,67,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3056,1226132778967687170,1225165480782110721,1581167809000.0,2020-02-08 13:16:49,+0000,,@SachaBaronCohen #DeleteFacebook It’s lame,en,['deletefacebook'],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/1226132778967687170,[],[],0,,False,57194,1279,7480,,None,,,,,,,"[{'screen_name': 'SachaBaronCohen', 'name': 'Sacha Baron Cohen', 'id': '4185877812'}]",,,, +3057,1226070958554828801,1225982715708813312,1581153070000.0,2020-02-08 09:11:10,+0000,,@RationalEtienne @JedIKni64072970 @archillect @OpenAI @austinbarnard45 @SpaceX Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1226070958554828801,[],[],0,,False,3334,107,89,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}, {'screen_name': 'OpenAI', 'name': 'OpenAI', 'id': '4398626122'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3058,1226059207289360390,1226059207289360390,1581150268000.0,2020-02-08 08:24:28,+0000,,My Mom wrote a book ♥️ https://t.co/EV0FoGLuzf https://t.co/qQMYSBNxpv,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1226059207289360390,['http://bit.ly/2KiWMGh'],['https://pbs.twimg.com/media/EQPWWLmVAAACyjT.jpg'],1,https://pbs.twimg.com/media/EQPWWLmVAAACyjT.jpg,False,66282,1113,2437,,None,,,,,,,[],,,, +3059,1226054031954468865,1226053049820446720,1581149034000.0,2020-02-08 08:03:54,+0000,,@Eljaboom 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1226054031954468865,[],[],0,,False,2824,34,61,,None,,,,,,,"[{'screen_name': 'Eljaboom', 'name': 'Elja𝕭oom💥', 'id': '3296780478'}]",,,, +3060,1226053049820446720,1226053049820446720,1581148800000.0,2020-02-08 08:00:00,+0000,,"feeling cute, might delete later https://t.co/TtDJcr9Qiq",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1226053049820446720,[],['https://pbs.twimg.com/media/EQPQvxOU4AAwlmS.jpg'],1,https://pbs.twimg.com/media/EQPQvxOU4AAwlmS.jpg,False,80866,1473,5053,,None,,,,,,,[],,,, +3061,1226034423813955584,1223102834498949121,1581144359000.0,2020-02-08 06:45:59,+0000,,"@NStabilini @carkinthedark Once upon a time, we were all just hydrogen in a vacuum",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1226034423813955584,[],[],0,,False,2123,134,151,,None,,,,,,,"[{'screen_name': 'NStabilini', 'name': 'Nicolás Stabilini', 'id': '1831870501'}, {'screen_name': 'carkinthedark', 'name': 'Bartholomewl', 'id': '1226015887116750848'}]",,,, +3062,1226024500015194112,1225982715708813312,1581141993000.0,2020-02-08 06:06:33,+0000,,"@JedIKni64072970 @archillect Impressive, if 💯 uncurated. There aren’t many errors. Would be interesting to see how @OpenAI GPT would perform with same objective.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1226024500015194112,[],[],0,,False,894,32,48,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +3063,1225984627334053888,1225982715708813312,1581132487000.0,2020-02-08 03:28:07,+0000,,@archillect 🔥🔥cropping,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1225984627334053888,[],[],0,,False,4479,148,129,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +3064,1225973907615821825,1225775072696205312,1581129931000.0,2020-02-08 02:45:31,+0000,,@RationalEtienne @Tesla @kimbal Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1225973907615821825,[],[],0,,False,3081,89,89,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +3065,1225850366979235840,1225562643982901248,1581100477000.0,2020-02-07 18:34:37,+0000,,@JaneidyEve You’re welcome! Was a fun recruiting event. Great to see all the excitement about helping build Starships.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1225850366979235840,[],[],0,,False,8027,97,148,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +3066,1225688871158968324,1225388974300188672,1581061973000.0,2020-02-07 07:52:53,+0000,,"@Teslarati @13ericralph31 Unmodified water tower machines do not work well for orbital rockets, as mass efficiency is critical for the latter, but not the former. Hopper, for example, was made of 12.5mm steel vs 4mm for SN1 orbital design. Optimized skins will be <2mm in places across a 9000mm diameter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1225688871158968324,[],[],0,,False,2702,103,164,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}]",,,, +3067,1225626951974637568,1225388974300188672,1581047211000.0,2020-02-07 03:46:51,+0000,,"@nextspaceflight @chraveesh @Teslarati No, they’re SN1. SN2 to follow shortly. Aiming to be a little better each time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1225626951974637568,[],[],0,,False,1090,50,70,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'chraveesh', 'name': 'Raveesh Chandukudlu', 'id': '3234884220'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3068,1225626494627651585,1225388974300188672,1581047102000.0,2020-02-07 03:45:02,+0000,,"@chraveesh @Teslarati Yes, we’re tuning weld parameters to reduce puckering & building a heavy duty planisher to flatten & cold work the weld area",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1225626494627651585,[],[],0,,False,1281,48,63,,None,,,,,,,"[{'screen_name': 'chraveesh', 'name': 'Raveesh Chandukudlu', 'id': '3234884220'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3069,1225624203711438848,1225388974300188672,1581046555000.0,2020-02-07 03:35:55,+0000,,"@Teslarati That said, although substantial capital & engineering is required to achieve extreme precision, marginal production cost of the primary structure should actually be *less* than a water tower, because it’s built inside a factory in volume.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1225624203711438848,[],[],0,,False,2720,101,147,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3070,1225623060146991105,1225388974300188672,1581046283000.0,2020-02-07 03:31:23,+0000,,"@Teslarati This isn’t quite correct. An orbital rocket needs precision that’s 3X to 4X better than a water tower, so super precise parts, fixtures & welding are needed. Suborbital is much more forgiving.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1225623060146991105,[],[],0,,False,3885,100,184,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3071,1225608700477440000,1225608700477440000,1581042859000.0,2020-02-07 02:34:19,+0000,,"SpaceX started with a mariachi band party. Great vibes here in Boca Chica, Texas!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1225608700477440000,[],[],0,,False,34727,823,2065,https://twitter.com/gailalfa1/status/1225606439407902720,None,,,,,,,[],,,, +3072,1225497655708733445,1225488457667141633,1581016384000.0,2020-02-06 19:13:04,+0000,,@flcnhvy True,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1225497655708733445,[],[],0,,False,8337,129,92,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3073,1225495225612873736,1225495225612873736,1581015805000.0,2020-02-06 19:03:25,+0000,,Late night tweets … sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1225495225612873736,[],[],0,,False,96845,2239,6158,,None,,,,,,,[],,,, +3074,1225490809614667776,1225327079006330880,1581014752000.0,2020-02-06 18:45:52,+0000,,@Erdayastronaut @vincent13031925 We saw them a lot launching from Kwajalein in the early days of SpaceX,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1225490809614667776,[],[],0,,False,2559,106,77,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +3075,1225488457667141633,1225488457667141633,1581014191000.0,2020-02-06 18:36:31,+0000,,New emoji! Last one comes with free phone hack. https://t.co/T3jjwZycog,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1225488457667141633,[],['https://pbs.twimg.com/media/EQHPQGpWkAINDod.jpg'],1,https://pbs.twimg.com/media/EQHPQGpWkAINDod.jpg,False,64487,1587,3907,,None,,,,,,,[],,,, +3076,1225484658479161344,1225481071539769344,1581013285000.0,2020-02-06 18:21:25,+0000,,@Mike_Seeley @WeReportSpace @SpaceX Great shot,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1225484658479161344,[],[],0,,False,1222,32,53,,None,,,,,,,"[{'screen_name': 'Mike_Seeley', 'name': 'Michael Seeley', 'id': '31116819'}, {'screen_name': 'WeReportSpace', 'name': 'We Report Space', 'id': '3149356655'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3077,1225473621717606401,1225327079006330880,1581010654000.0,2020-02-06 17:37:34,+0000,,"@glenn22x @vincent13031925 Anything that doesn’t result in a smudgy image on lens cover glass. If you get a two part hydrophobic coating, probably better just to use first part.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1225473621717606401,[],[],0,,False,998,36,53,,None,,,,,,,"[{'screen_name': 'glenn22x', 'name': 'Glenn', 'id': '240077201'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +3078,1225471830015778827,1225372729991421953,1581010227000.0,2020-02-06 17:30:27,+0000,,@ndyf It begins …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1225471830015778827,[],[],0,,False,2915,71,79,,None,,,,,,,"[{'screen_name': 'ndyf', 'name': 'Andy', 'id': '164952269'}]",,,, +3079,1225470651835854850,1225327079006330880,1581009946000.0,2020-02-06 17:25:46,+0000,,@vincent13031925 “The Nutcracker” is tho https://t.co/KS08x6wxfn,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1225470651835854850,[],['https://pbs.twimg.com/media/EQG_Dv7WoAEArb5.jpg'],1,https://pbs.twimg.com/media/EQG_Dv7WoAEArb5.jpg,False,5528,110,149,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +3080,1225374269254840320,1225372729991421953,1580986966000.0,2020-02-06 11:02:46,+0000,,@PavilsJurjans @BoredElonMusk 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/1225374269254840320,[],[],0,,False,2290,31,46,,None,,,,,,,"[{'screen_name': 'PavilsJurjans', 'name': 'Pāvils #apturicovid Jurjāns', 'id': '115764165'}, {'screen_name': 'BoredElonMusk', 'name': 'Bored Elon Musk', 'id': '1666038950'}]",,,, +3081,1225373374924369920,1225372729991421953,1580986753000.0,2020-02-06 10:59:13,+0000,,@V1lding Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1225373374924369920,[],[],0,,False,6719,52,86,,None,,,,,,,[],,,, +3082,1225372996845678592,1225335943541993472,1580986663000.0,2020-02-06 10:57:43,+0000,,@archillect 💕,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1225372996845678592,[],[],0,,False,3948,73,206,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +3083,1225372729991421953,1225372729991421953,1580986599000.0,2020-02-06 10:56:39,+0000,,"What if there was an AI programmed to want to pick as many strawberries as possible, and so it cultivated nothing but strawberries on all of Earth’s land? Then it would be Strawberry Fields Forever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1225372729991421953,[],[],0,,False,142173,5891,10934,,None,,,,,,,[],,,, +3084,1225367843685961728,1225366029150363650,1580985434000.0,2020-02-06 10:37:14,+0000,,@engineers_feed Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1225367843685961728,[],[],0,,False,4004,114,111,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +3085,1225360474839166976,1225358594142502913,1580983677000.0,2020-02-06 10:07:57,+0000,,"@yourfavgas @archillect Fine, but that was an easy one",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1225360474839166976,[],[],0,,False,901,34,49,,None,,,,,,,"[{'screen_name': 'yourfavgas', 'name': 'Yuri', 'id': '1159852783660650496'}, {'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +3086,1225359550573940737,1225358594142502913,1580983457000.0,2020-02-06 10:04:17,+0000,,@yourfavgas @archillect New fins,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1225359550573940737,[],[],0,,False,590,15,43,,None,,,,,,,"[{'screen_name': 'yourfavgas', 'name': 'Yuri', 'id': '1159852783660650496'}, {'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +3087,1225359304204656640,1225358594142502913,1580983398000.0,2020-02-06 10:03:18,+0000,,@archillect Rococo basilisk,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1225359304204656640,[],[],0,,False,1174,55,61,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +3088,1225352310051758081,1225352310051758081,1580981731000.0,2020-02-06 09:35:31,+0000,,REALiTi made while u wait https://t.co/jWRPAEufs8,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1225352310051758081,[],['https://pbs.twimg.com/media/EQFTbXhWoAAV-by.jpg'],1,https://pbs.twimg.com/media/EQFTbXhWoAAV-by.jpg,False,31543,611,2046,,None,,,,,,,[],,,, +3089,1225348680812765185,1225347238240628737,1580980866000.0,2020-02-06 09:21:06,+0000,,@PPathole https://t.co/BkKeiIicYe,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1225348680812765185,['http://Etymology.com'],[],0,,False,1614,80,103,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +3090,1225347543606976512,1225347238240628737,1580980594000.0,2020-02-06 09:16:34,+0000,,@yourfavgas Making progress,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1225347543606976512,[],[],0,,False,848,17,44,,None,,,,,,,"[{'screen_name': 'yourfavgas', 'name': 'Yuri', 'id': '1159852783660650496'}]",,,, +3091,1225347238240628737,1225347238240628737,1580980522000.0,2020-02-06 09:15:22,+0000,,"All things in moderation, especially etymology",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1225347238240628737,[],[],0,,False,22999,535,1119,,None,,,,,,,[],,,, +3092,1225345662570639361,1225345662570639361,1580980146000.0,2020-02-06 09:09:06,+0000,,Essentially all quotes can be ascribed to Churchill,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1225345662570639361,[],[],0,,False,29370,832,1216,,None,,,,,,,[],,,, +3093,1225344741455409152,1225344741455409152,1580979926000.0,2020-02-06 09:05:26,+0000,,"No matter how many times u get hangry, you always think ur anger is real — Plato",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1225344741455409152,[],[],0,,False,76987,880,7129,,None,,,,,,,[],,,, +3094,1225327079006330880,1225327079006330880,1580975715000.0,2020-02-06 07:55:15,+0000,,Guess he’s not left-handed https://t.co/RLlzOLqh8U,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1225327079006330880,[],['https://pbs.twimg.com/media/EQE8eiEX0AAgQUu.jpg'],1,https://pbs.twimg.com/media/EQE8eiEX0AAgQUu.jpg,False,212562,2532,24455,,None,,,,,,,[],,,, +3095,1225324968696852481,1225210497802391553,1580975212000.0,2020-02-06 07:46:52,+0000,,@BraxtonKai @nichegamer 🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1225324968696852481,[],[],0,,False,1838,24,48,,None,,,,,,,"[{'screen_name': 'BraxtonKai', 'name': 'William ワィルム白 笑', 'id': '728158920884236288'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +3096,1225247104282644480,1224043531951583233,1580956648000.0,2020-02-06 02:37:28,+0000,,@Erdayastronaut Tiny robots with lasers,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1225247104282644480,[],[],0,,False,7400,335,237,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3097,1225192950956744704,1224908480626200581,1580943737000.0,2020-02-05 23:02:17,+0000,,@9NewsAUS Starlink will be great for any sparsely populated areas with expensive or little to no connectivity!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1225192950956744704,[],[],0,,False,5438,424,272,,None,,,,,,,"[{'screen_name': '9NewsAUS', 'name': '9News Australia', 'id': '22993014'}]",,,, +3098,1225179232747360257,1225177067618283521,1580940466000.0,2020-02-05 22:07:46,+0000,,@RationalEtienne 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1225179232747360257,[],[],0,,False,3641,40,73,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}]",,,, +3099,1225177296585330688,1225177067618283521,1580940004000.0,2020-02-05 22:00:04,+0000,,Putting that on my LinkedIn for sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1225177296585330688,[],[],0,,False,42209,533,1452,,None,,,,,,,[],,,, +3100,1225177067618283521,1225177067618283521,1580939950000.0,2020-02-05 21:59:10,+0000,,8th hottest song on Soundcloud!! https://t.co/5FJNJYc9kA https://t.co/PmoBYJL4in,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1225177067618283521,['https://m.soundcloud.com/user-209448905/dont-doubt-ur-vibe'],['https://pbs.twimg.com/media/EQC0BU2UcAEzch5.jpg'],1,https://pbs.twimg.com/media/EQC0BU2UcAEzch5.jpg,False,58622,1619,4163,,None,,,,,,,[],,,, +3101,1225109674904772608,1225109674904772608,1580923882000.0,2020-02-05 17:31:22,+0000,,Please send your resume to BuildStarship@spacex.com if you’re coming to the Starship career day in Boca Chica tomorrow,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1225109674904772608,[],[],0,,False,47990,1993,3444,,None,,,,,,,[],,,, +3102,1224938416795717634,1224938416795717634,1580883051000.0,2020-02-05 06:10:51,+0000,,Starship Concerto in Zero G https://t.co/gkn05I1bvZ,it,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1224938416795717634,[],['https://pbs.twimg.com/media/EP_a_blW4AAamqR.jpg'],1,https://pbs.twimg.com/media/EP_a_blW4AAamqR.jpg,False,104457,1575,7568,,None,,,,,,,[],,,, +3103,1224927175364816898,1224926442527563776,1580880371000.0,2020-02-05 05:26:11,+0000,,@JaneidyEve Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1224927175364816898,[],[],0,,False,2170,56,55,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +3104,1224926842886508544,1224926442527563776,1580880292000.0,2020-02-05 05:24:52,+0000,,@teslaownersSV Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1224926842886508544,[],[],0,,False,5153,192,112,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +3105,1224926442527563776,1224926442527563776,1580880196000.0,2020-02-05 05:23:16,+0000,,Giga Texas?,tl,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1224926442527563776,[],[],0,,False,39623,5618,2851,,None,,,,,,,[],,,, +3106,1224848274189967360,1224832621399678976,1580861559000.0,2020-02-05 00:12:39,+0000,,@archillect Uh oh,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1224848274189967360,[],[],0,,False,25958,759,5207,,None,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +3107,1224626331641700352,1224043531951583233,1580808644000.0,2020-02-04 09:30:44,+0000,,@Erdayastronaut Have you tried a hydrophobic spray?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1224626331641700352,[],[],0,,False,4223,251,109,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3108,1224625719659110400,1224623398460018688,1580808498000.0,2020-02-04 09:28:18,+0000,,"This is mainly for staffing up 4 production shifts for 24/7 operations, but engineers, supervisors & support personnel are certainly needed too. A super hardcore work ethic, talent for building things, common sense & trustworthiness are required, the rest we can train.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1224625719659110400,[],[],0,,False,20094,1299,1238,,None,,,,,,,[],,,, +3109,1224623398460018688,1224623398460018688,1580807945000.0,2020-02-04 09:19:05,+0000,,"Starship career day at the Stargate building (Boca Chica Blvd, TX) this Thursday from 3pm to 9pm!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1224623398460018688,[],[],0,,False,27512,832,1576,,None,,,,,,,[],,,, +3110,1224486034576199680,1224486034576199680,1580775195000.0,2020-02-04 00:13:15,+0000,,Going max hardcore on design/production Starship here in Boca. It’s awesome! Feels a bit like a Mars simulator.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1224486034576199680,[],[],0,,False,55812,1236,2093,,None,,,,,,,[],,,, +3111,1224458800553512961,1224139173747200001,1580768702000.0,2020-02-03 22:25:02,+0000,,@justpaulinelol @reto_siegrist @flcnhvy @thirdrowtesla Definitely!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1224458800553512961,[],[],0,,False,1145,50,50,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'reto_siegrist', 'name': 'Reto Siegrist', 'id': '732266291181027328'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +3112,1224453832312115200,1224139173747200001,1580767517000.0,2020-02-03 22:05:17,+0000,,@reto_siegrist @flcnhvy @thirdrowtesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1224453832312115200,[],[],0,,False,2895,115,94,,None,,,,,,,"[{'screen_name': 'reto_siegrist', 'name': 'Reto Siegrist', 'id': '732266291181027328'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +3113,1224450102254657540,1224450102254657540,1580766628000.0,2020-02-03 21:50:28,+0000,,🔥🔥🔥,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1224450102254657540,[],[],0,,False,115834,3445,7222,,None,,,,,,,[],,,, +3114,1224380698783555584,1224335196310462465,1580750081000.0,2020-02-03 17:14:41,+0000,,"@CathieDWood @sbarnettARK @jwangARK @ARKInvest First, we need to make it super safe & easy to use, then determine greatest utility vs risk. From initially working to volume production & implantation is a long road. As with vehicle safety, it will be much harder to pass our internal standards than minimum regulatory standards.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1224380698783555584,[],[],0,,False,2433,75,138,,None,,,,,,,"[{'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}, {'screen_name': 'sbarnettARK', 'name': 'Simon Barnett', 'id': '874609260121993216'}, {'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}]",,,, +3115,1224218624514314240,1224087317364854785,1580711439000.0,2020-02-03 06:30:39,+0000,,"@flcnhvy @Tesla @thirdrowtesla Ok sure 😀 Btw, we recruit great engineers from almost anywhere in the world, so this shouldn’t be thought of as USA only. Also, work location can be Bay Area (preferred), but Austin (many of our chip designers are there) or potentially any Tesla Gigafactory.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1224218624514314240,[],[],0,,False,4958,233,220,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +3116,1224203828209311745,1217973454764462081,1580707911000.0,2020-02-03 05:31:51,+0000,,"@TeslaGong @indiealexh @mojosusan @BLKMDL3 @ElonsBrain @CathieDWood @ARKInvest Intuitively, that should be straightforward to address, but there could be complexities I’m unaware of",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1224203828209311745,[],[],0,,False,665,23,39,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'indiealexh', 'name': 'Keyboard Crow', 'id': '275480794'}, {'screen_name': 'mojosusan', 'name': 'Mojo Susan', 'id': '1046901285386182658'}, {'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'ElonsBrain', 'name': '🧠 Elon’s Brain 🧠', 'id': '1020627011008540672'}, {'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}, {'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}]",,,, +3117,1224202323456557056,1217973454764462081,1580707553000.0,2020-02-03 05:25:53,+0000,,"@indiealexh @mojosusan @BLKMDL3 @TeslaGong @ElonsBrain @CathieDWood @ARKInvest True, it has general applications beyond fast, high precision micro-electrode insertion that automatically avoids the vasculature",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1224202323456557056,[],[],0,,False,621,15,41,,None,,,,,,,"[{'screen_name': 'indiealexh', 'name': 'Keyboard Crow', 'id': '275480794'}, {'screen_name': 'mojosusan', 'name': 'Mojo Susan', 'id': '1046901285386182658'}, {'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'ElonsBrain', 'name': '🧠 Elon’s Brain 🧠', 'id': '1020627011008540672'}, {'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}, {'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}]",,,, +3118,1224196793845657600,1217973454764462081,1580706234000.0,2020-02-03 05:03:54,+0000,,"@TeslaGong @ElonsBrain @CathieDWood @ARKInvest It will ultimately be used to make up for entire lost sections of the brain due to stroke/accident/congenital. Don’t want to get too excited, but the potential is truly transformational for restoring brain & motor functions. There is no other way to do it imo.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1224196793845657600,[],[],0,,False,1768,97,155,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'ElonsBrain', 'name': '🧠 Elon’s Brain 🧠', 'id': '1020627011008540672'}, {'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}, {'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}]",,,, +3119,1224195776131272704,1217973454764462081,1580705992000.0,2020-02-03 04:59:52,+0000,,@DOfaquarius @CathieDWood @ARKInvest Wait until you see the next version vs what was presented last year. It’s *awesome*.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1224195776131272704,[],[],0,,False,1556,68,119,,None,,,,,,,"[{'screen_name': 'DOfaquarius', 'name': '🐲DOfAquarius', 'id': '960785661660975104'}, {'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}, {'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}]",,,, +3120,1224195399822405633,1217973454764462081,1580705902000.0,2020-02-03 04:58:22,+0000,,@ElonsBrain @CathieDWood @ARKInvest Probably this summer,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1224195399822405633,[],[],0,,False,932,26,56,,None,,,,,,,"[{'screen_name': 'ElonsBrain', 'name': '🧠 Elon’s Brain 🧠', 'id': '1020627011008540672'}, {'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}, {'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}]",,,, +3121,1224195264551976960,1217973454764462081,1580705870000.0,2020-02-03 04:57:50,+0000,,"@ajtourville @CathieDWood @ARKInvest Yeah, it looks like a medieval torture device, but is nonetheless currently used in many human studies! Not hard to be way better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1224195264551976960,[],[],0,,False,729,23,45,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}, {'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}]",,,, +3122,1224194125844701184,1224043531951583233,1580705598000.0,2020-02-03 04:53:18,+0000,,@PPathole PyTorch is the most frequently used external tool set/library,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1224194125844701184,[],[],0,,False,1602,34,122,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +3123,1224182478501482497,1224043531951583233,1580702821000.0,2020-02-03 04:07:01,+0000,,"Our NN is initially in Python for rapid iteration, then converted to C++/C/raw metal driver code for speed (important!). Also, tons of C++/C engineers needed for vehicle control & entire rest of car. Educational background is irrelevant, but all must pass hardcore coding test.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1224182478501482497,[],[],0,,False,18995,812,2030,,None,,,,,,,[],,,, +3124,1224171371003097088,1217973454764462081,1580700173000.0,2020-02-03 03:22:53,+0000,,"@CathieDWood @ARKInvest The profound impact of high bandwidth, high precision neural interfaces is underappreciated. Neuralink may have this in a human as soon as this year. Just needs to be unequivocally better than Utah Array, which is already in some humans & has severe drawbacks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1224171371003097088,[],[],0,,False,1939,128,227,,None,,,,,,,"[{'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}, {'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}]",,,, +3125,1224139061193072641,1224139004163100672,1580692470000.0,2020-02-03 01:14:30,+0000,,@TheReal_Psyche Sorry!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1224139061193072641,[],[],0,,False,1626,87,60,,None,,,,,,,"[{'screen_name': 'TheReal_Psyche', 'name': '♻️Psyche🦕', 'id': '1220091987392593922'}]",,,, +3126,1224089444963311616,1224087317364854785,1580680640000.0,2020-02-02 21:57:20,+0000,,@SamTalksTesla A PhD is definitely not required. All that matters is a deep understanding of AI & ability to implement NNs in a way that is actually useful (latter point is what’s truly hard). Don’t care if you even graduated high school.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1224089444963311616,[],[],0,,False,21299,779,1795,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}]",,,, +3127,1224088422400372740,1224043531951583233,1580680397000.0,2020-02-02 21:53:17,+0000,,"@John_Gardi Not needed, but will be very useful on Mars due to light speed latency",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1224088422400372740,[],[],0,,False,1012,34,58,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +3128,1224087317364854785,1224087317364854785,1580680133000.0,2020-02-02 21:48:53,+0000,,Tesla will hold a super fun AI party/hackathon at my house with the Tesla AI/autopilot team in about four weeks. Invitations going out soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1224087317364854785,[],[],0,,False,103417,6657,5514,,None,,,,,,,[],,,, +3129,1224050718107209730,1224043531951583233,1580671407000.0,2020-02-02 19:23:27,+0000,,"We are (obviously) also looking for world-class chip designers to join our team, based in both Palo Alto & Austin",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1224050718107209730,[],[],0,,False,14143,413,703,,None,,,,,,,[],,,, +3130,1224050025564725248,1224043531951583233,1580671242000.0,2020-02-02 19:20:42,+0000,,"Dojo, our training supercomputer, will be able to process vast amounts of video training data & efficiently run hypersparce arrays with a vast number of parameters, plenty of memory & ultra-high bandwidth between cores. More on this later.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1224050025564725248,[],[],0,,False,8274,227,626,,None,,,,,,,[],,,, +3131,1224048478214590465,1224043531951583233,1580670873000.0,2020-02-02 19:14:33,+0000,,"Our custom 144 TOPS in-vehicle inference computer, where almost every TOP is useable & optimized for NN, far exceeds anything else in volume production, giving you the hardware you need to run sophisticated nets",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1224048478214590465,[],[],0,,False,4861,114,252,,None,,,,,,,[],,,, +3132,1224045120670064641,1224043531951583233,1580670073000.0,2020-02-02 19:01:13,+0000,,"Tesla will soon have over a million connected vehicles worldwide with sensors & compute needed for full self-driving, which is orders of magnitude more than everyone else combined, giving you the best possible dataset to work with",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1224045120670064641,[],[],0,,False,12926,430,941,,None,,,,,,,[],,,, +3133,1224043531951583233,1224043531951583233,1580669694000.0,2020-02-02 18:54:54,+0000,,"“At Tesla, using AI to solve self-driving isn’t just icing on the cake, it the cake” - @lexfridman Join AI at Tesla! It reports directly to me & we meet/email/text almost every day. My actions, not just words, show how critically I view (benign) AI. https://t.co/iF97zvYZRz",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1224043531951583233,['https://www.tesla.com/autopilotAI'],[],0,,False,44244,1709,4985,,None,,,,,,,[],,,, +3134,1223786915691925505,1223753356360998913,1580608512000.0,2020-02-02 01:55:12,+0000,,"@flcnhvy @Astronomiaum Unfortunately, this is true. It doesn’t matter how skilled you are if you’re trapped in a giant bureaucracy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1223786915691925505,[],[],0,,False,5116,162,348,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Astronomiaum', 'name': 'Astronomiaum 🌎 🚀', 'id': '764141902572691456'}]",,,, +3135,1223778885004713987,1223746177948094470,1580606597000.0,2020-02-02 01:23:17,+0000,,@RenataKonkoly @nichegamer @justpaulinelol Desperate times call for desperate measures …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1223778885004713987,[],[],0,,False,904,42,56,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +3136,1223777828824584192,1223753356360998913,1580606345000.0,2020-02-02 01:19:05,+0000,,"@Astronomiaum Only 66 years from first controlled, powered flight to landing on the moon. Now, half a century later, we are still unable to return. This must change.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1223777828824584192,[],[],0,,False,8441,192,675,,None,,,,,,,"[{'screen_name': 'Astronomiaum', 'name': 'Astronomiaum 🌎 🚀', 'id': '764141902572691456'}]",,,, +3137,1223776235421077504,1223746177948094470,1580605965000.0,2020-02-02 01:12:45,+0000,,@marialauraadr @justpaulinelol @nichegamer Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1223776235421077504,[],[],0,,False,590,14,33,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +3138,1223759243213508609,1223746177948094470,1580601914000.0,2020-02-02 00:05:14,+0000,,@nichegamer @justpaulinelol The safest place to hide a dead body is the second page of Google search results!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1223759243213508609,[],[],0,,False,1796,112,185,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +3139,1223758956616650753,1223746177948094470,1580601846000.0,2020-02-02 00:04:06,+0000,,"@nichegamer @justpaulinelol Trolls/bots just need to be deemphasized relative to probable real people who aren’t being paid to push an agenda or scam. Google still shows bs/scam pages, they’re just several clicks away.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1223758956616650753,[],[],0,,False,986,43,73,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +3140,1223757510227775492,1223746177948094470,1580601501000.0,2020-02-01 23:58:21,+0000,,"@justpaulinelol @nichegamer This was a huge problem for search engines until Google applied the citation relevance principle aka PageRank, among many other things https://t.co/qSfqTpfzb2",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1223757510227775492,[],['https://pbs.twimg.com/media/EPuo98UXsAsu2ZF.jpg'],1,https://pbs.twimg.com/media/EPuo98UXsAsu2ZF.jpg,False,1016,40,56,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +3141,1223756247612186625,1223746177948094470,1580601200000.0,2020-02-01 23:53:20,+0000,,@justpaulinelol @nichegamer Report as soon as you see it. Troll/bot networks on Twitter are a *dire* problem for adversely affecting public discourse & ripping people off. Just dropping their prominence as a function of probable gaming of the system would be a big improvement.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1223756247612186625,[],[],0,,False,1529,57,115,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +3142,1223754759921897472,1223746177948094470,1580600845000.0,2020-02-01 23:47:25,+0000,,@nichegamer The crypto scam level on Twitter is reaching new levels. This is not cool.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1223754759921897472,[],[],0,,False,2520,134,214,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +3143,1223691762004348934,1223691695956643842,1580585825000.0,2020-02-01 19:37:05,+0000,,@MarcelMeijer @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1223691762004348934,[],[],0,,False,872,48,36,,None,,,,,,,"[{'screen_name': 'MarcelMeijer', 'name': 'MarcelMeijer', 'id': '14837114'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3144,1223691695310635008,1223578086744129537,1580585809000.0,2020-02-01 19:36:49,+0000,,"@engineers_feed We should make buildings out of high-strength steel, not concrete (which needs steel in it anyway)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1223691695310635008,[],[],0,,False,3736,363,197,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +3145,1223404176111292417,1223400060655935495,1580517259000.0,2020-02-01 00:34:19,+0000,,@austinhwade Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1223404176111292417,[],[],0,,False,8418,116,100,,None,,,,,,,[],,,, +3146,1223400060655935495,1223400060655935495,1580516278000.0,2020-02-01 00:17:58,+0000,,Don’t Doubt ur Vibe now on Spotify https://t.co/yyLgnF4d7q,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1223400060655935495,['https://open.spotify.com/track/6GGODyP2LIdbxIfYxy5UbN?si=qh-Mf4hoRaesuj6K-CBaGg'],[],0,,False,59622,2517,8147,,None,,,,,,,[],,,, +3147,1223190561399721984,1223133867772502019,1580466330000.0,2020-01-31 10:25:30,+0000,, https://t.co/LoVC2RYN72,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1223190561399721984,[],['https://pbs.twimg.com/media/EPmlQHgWoAEyqrz.jpg'],1,https://pbs.twimg.com/media/EPmlQHgWoAEyqrz.jpg,False,51743,429,3063,,None,,,,,,,[],,,, +3148,1223182775492186117,1223084193443274753,1580464473000.0,2020-01-31 09:54:33,+0000,,@vincent13031925 I appreciate the kind words!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1223182775492186117,[],[],0,,False,3189,89,103,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +3149,1223180136650067969,1223087177313091584,1580463844000.0,2020-01-31 09:44:04,+0000,,@IamKarenBoBaran @georgezachary Those old ladies are wise https://t.co/f1uxKvCfbB,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1223180136650067969,[],['https://pbs.twimg.com/media/EPmbycnX4AA9cNN.jpg'],1,https://pbs.twimg.com/media/EPmbycnX4AA9cNN.jpg,False,1119,77,75,,None,,,,,,,"[{'screen_name': 'IamKarenBoBaran', 'name': 'The Special K 🌊🌎🌈', 'id': '1608922146'}, {'screen_name': 'georgezachary', 'name': 'George Zachary', 'id': '38267932'}]",,,, +3150,1223173907081056256,1223087177313091584,1580462359000.0,2020-01-31 09:19:19,+0000,,"@georgezachary Meant to say other forms of “the cold”, not influenza https://t.co/38sqqL3f7i",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1223173907081056256,['https://en.m.wikipedia.org/wiki/Coronavirus'],[],0,,False,677,40,44,,None,,,,,,,"[{'screen_name': 'georgezachary', 'name': 'George Zachary', 'id': '38267932'}]",,,, +3151,1223172311546724352,1223087177313091584,1580461979000.0,2020-01-31 09:12:59,+0000,,@georgezachary There is considerable conflation of diagnosis & contraction of “corona”. Actual virality is much lower than it would seem. I think this will turn out to be comparable to other forms of influenza. World War Z it is not.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1223172311546724352,[],[],0,,False,1738,162,136,,None,,,,,,,"[{'screen_name': 'georgezachary', 'name': 'George Zachary', 'id': '38267932'}]",,,, +3152,1223150924136247296,1223129492702425088,1580456880000.0,2020-01-31 07:48:00,+0000,,@BenYu604 I become Tiesto at night,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1223150924136247296,[],[],0,,False,7194,116,333,,None,,,,,,,"[{'screen_name': 'BenYu604', 'name': 'Orca the Canuck', 'id': '1257619992'}]",,,, +3153,1223150424057774081,1223150226808041473,1580456760000.0,2020-01-31 07:46:00,+0000,,@Kevin702 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1223150424057774081,[],[],0,,False,767,17,33,,None,,,,,,,"[{'screen_name': 'Kevin702', 'name': 'KG', 'id': '14641050'}]",,,, +3154,1223133867772502019,1223133867772502019,1580452813000.0,2020-01-31 06:40:13,+0000,,Vibbbe https://t.co/21WKNOnMXZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1223133867772502019,[],"['https://pbs.twimg.com/media/EPlxw2LU8AECGOB.jpg', 'https://pbs.twimg.com/media/EPlxw2LUYAA5f4q.jpg', 'https://pbs.twimg.com/media/EPlxw2NVAAEAz-t.jpg']",1,https://pbs.twimg.com/media/EPlxw2LU8AECGOB.jpg,False,147728,2115,13806,,None,,,,,,,[],,,, +3155,1223131438318374912,1223128794396938241,1580452234000.0,2020-01-31 06:30:34,+0000,,I wrote the lyrics & performed the vocals!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1223131438318374912,[],[],0,,False,41578,959,1926,,None,,,,,,,[],,,, +3156,1223131078610710528,1222983224437035008,1580452148000.0,2020-01-31 06:29:08,+0000,,Be … cause … it’s … you,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1223131078610710528,[],[],0,,False,21616,268,971,,None,,,,,,,[],,,, +3157,1223129492702425088,1223129492702425088,1580451770000.0,2020-01-31 06:22:50,+0000,, https://t.co/6lz3prQ2pF,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1223129492702425088,[],['https://pbs.twimg.com/media/EPltySVUUAAxfew.jpg'],1,https://pbs.twimg.com/media/EPltySVUUAAxfew.jpg,False,188207,2370,17757,,None,,,,,,,[],,,, +3158,1223128794396938241,1223128794396938241,1580451603000.0,2020-01-31 06:20:03,+0000,,Don’t Doubt ur Vibe https://t.co/5FJNJXUxW0,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1223128794396938241,['https://m.soundcloud.com/user-209448905/dont-doubt-ur-vibe'],[],0,,False,95629,3856,20449,,None,,,,,,,[],,,, +3159,1223108984921440256,1222983224437035008,1580446880000.0,2020-01-31 05:01:20,+0000,,😅 this song is hard,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1223108984921440256,[],[],0,,False,25715,465,961,,None,,,,,,,[],,,, +3160,1223102834498949121,1223102834498949121,1580445414000.0,2020-01-31 04:36:54,+0000,,Hope you’re enjoying the simulation https://t.co/nj9JTJc4lL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1223102834498949121,[],['https://pbs.twimg.com/media/EPlVivwU4AEXAZu.jpg'],1,https://pbs.twimg.com/media/EPlVivwU4AEXAZu.jpg,False,286943,2453,25762,,None,,,,,,,[],,,, +3161,1223073217155231745,1222983224437035008,1580438353000.0,2020-01-31 02:39:13,+0000,,Be … cause … it’s … true,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1223073217155231745,[],[],0,,False,41634,405,1230,,None,,,,,,,[],,,, +3162,1223049311358877696,1222983224437035008,1580432653000.0,2020-01-31 01:04:13,+0000,,@poebist крипто,sr,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1223049311358877696,[],[],0,,False,1462,94,90,,None,,,,,,,"[{'screen_name': 'poebist', 'name': 'ОПТИМИЗМ И КОММУНИЗМ', 'id': '225615222'}]",,,, +3163,1223038271925571584,1222983224437035008,1580430021000.0,2020-01-31 00:20:21,+0000,,Releasing soon on Emo G Records!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1223038271925571584,[],[],0,,False,30668,453,863,,None,,,,,,,[],,,, +3164,1223018233638207488,1223009807591968769,1580425244000.0,2020-01-30 23:00:44,+0000,,"@Erdayastronaut @Blamblas @latimes @SpaceX @blueorigin Exactly. Mars propellant production will combine atmospheric CO2 & water (ice) to make CH4 (methane) & O2. Will do same on Earth long-term. Short-term, each Falcon flight uses roughly same fuel mass as a 747 flight. Falcon is ~71% oxygen & Starship is ~78%, so mostly not fuel.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1223018233638207488,[],[],0,,False,3305,109,227,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Blamblas', 'name': 'Loui Coleman', 'id': '941364883895005186'}, {'screen_name': 'latimes', 'name': 'Los Angeles Times', 'id': '16664681'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}]",,,, +3165,1222999770471362560,1222745276269481985,1580420842000.0,2020-01-30 21:47:22,+0000,,@thirdrowtesla This number won’t leave me alone! 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1222999770471362560,[],[],0,,False,8591,292,277,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +3166,1222983224437035008,1222983224437035008,1580416897000.0,2020-01-30 20:41:37,+0000,,Just wrote a song called “Don’t doubt yer vibe”,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1222983224437035008,[],[],0,,False,182917,3440,16524,,None,,,,,,,[],,,, +3167,1222765999746732033,1222763600042954752,1580365106000.0,2020-01-30 06:18:26,+0000,,@waitbutwhy @NSF @kottke we r smôl,cy,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1222765999746732033,[],[],0,,False,13579,180,644,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}, {'screen_name': 'NSF', 'name': 'National Science Foundation', 'id': '16245822'}, {'screen_name': 'kottke', 'name': 'kottke.org', 'id': '14120215'}]",,,, +3168,1222719384658968577,1222719384658968577,1580353992000.0,2020-01-30 03:13:12,+0000,,🕺,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1222719384658968577,[],[],0,,False,107596,2767,6523,,None,,,,,,,[],,,, +3169,1222608588134207488,1222605180589486080,1580327577000.0,2020-01-29 19:52:57,+0000,,"@jeff_foust @SciGuySpace Ok, not so bad",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1222608588134207488,[],[],0,,False,933,44,44,,None,,,,,,,"[{'screen_name': 'jeff_foust', 'name': 'Jeff Foust', 'id': '6374602'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +3170,1222608433402142720,1222605180589486080,1580327540000.0,2020-01-29 19:52:20,+0000,,@SciGuySpace Who is hating on ISRU & why? Doesn’t make sense.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1222608433402142720,[],[],0,,False,1628,115,97,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +3171,1222597315023654912,1222597315023654912,1580324889000.0,2020-01-29 19:08:09,+0000,,A friend just sent me this excerpt from a Tesla blog I wrote 14 years ago https://t.co/Hr8w52ithY,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1222597315023654912,[],['https://pbs.twimg.com/media/EPeJxx_UUAMJQJP.jpg'],1,https://pbs.twimg.com/media/EPeJxx_UUAMJQJP.jpg,False,346163,4102,34518,,None,,,,,,,[],,,, +3172,1222594544123797504,1222525055701266432,1580324228000.0,2020-01-29 18:57:08,+0000,,"@SciGuySpace Tonnage delivered to orbit, normalized to LEO, would be interesting to see",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1222594544123797504,[],[],0,,False,1523,39,63,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +3173,1222594311868469248,1222525055701266432,1580324173000.0,2020-01-29 18:56:13,+0000,,"@SciGuySpace If all goes well, Falcon 9 will achieve triple digits this year",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1222594311868469248,[],[],0,,False,4470,74,193,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +3174,1222367778046275584,1222366667579117568,1580270163000.0,2020-01-29 03:56:03,+0000,,@FuturamaKing Ice,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1222367778046275584,[],[],0,,False,2180,110,46,,None,,,,,,,"[{'screen_name': 'FuturamaKing', 'name': 'FuturamaKing🔋🚀🐌', 'id': '2518853983'}]",,,, +3175,1222367193293213696,1222241613256130562,1580270024000.0,2020-01-29 03:53:44,+0000,,@DJTopherLee 8.5 bar,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1222367193293213696,[],[],0,,False,3740,141,182,,None,,,,,,,"[{'screen_name': 'DJTopherLee', 'name': 'Christopher Lee', 'id': '235766036'}]",,,, +3176,1222366667579117568,1222366667579117568,1580269898000.0,2020-01-29 03:51:38,+0000,,Liquid nitrogen cryogenic strength test underway ☃️ https://t.co/qRPBLInqm0,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1222366667579117568,[],['https://pbs.twimg.com/media/EPa4AC_VAAAR2Rp.jpg'],1,https://pbs.twimg.com/media/EPa4AC_VAAAR2Rp.jpg,False,64057,1325,2789,,None,,,,,,,[],,,, +3177,1222365216379301888,1222241613256130562,1580269552000.0,2020-01-29 03:45:52,+0000,,🪑,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1222365216379301888,[],[],0,,False,28235,736,1482,,None,,,,,,,[],,,, +3178,1222364921729470466,1222351022833704961,1580269482000.0,2020-01-29 03:44:42,+0000,,@universal_sci Matter is extremely fluffy!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1222364921729470466,[],[],0,,False,6089,235,250,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +3179,1222241613256130562,1222241613256130562,1580240083000.0,2020-01-28 19:34:43,+0000,,Chairs are underappreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1222241613256130562,[],[],0,,False,286365,6301,30824,,None,,,,,,,[],,,, +3180,1222029032704892928,1222029032704892928,1580189400000.0,2020-01-28 05:30:00,+0000,,The stars in Starship’s mirrored hull reflected,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1222029032704892928,[],[],0,,False,51337,897,1617,,None,,,,,,,[],,,, +3181,1222025559032713216,1222022292902793217,1580188572000.0,2020-01-28 05:16:12,+0000,,@DavidDobrik !,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1222025559032713216,[],[],0,,False,124979,771,3861,,None,,,,,,,"[{'screen_name': 'DavidDobrik', 'name': 'DAVID DOBRIK', 'id': '325306055'}]",,,, +3182,1221949826046230529,1221938474233868288,1580170515000.0,2020-01-28 00:15:15,+0000,,@John_Gardi @Erdayastronaut Already being done,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1221949826046230529,[],[],0,,False,2126,45,70,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3183,1221946404131745798,1221938474233868288,1580169700000.0,2020-01-28 00:01:40,+0000,,"@Erdayastronaut Parent material strength roughly doubles, so weld strength is the only real question mark",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1221946404131745798,[],[],0,,False,2447,83,83,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3184,1221944126033342466,1221938474233868288,1580169156000.0,2020-01-27 23:52:36,+0000,,@HarryStoltz1 @Erdayastronaut @SpaceX First two domes of SN1 are almost complete,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1221944126033342466,[],[],0,,False,1708,44,83,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3185,1221943727347970056,1221938474233868288,1580169061000.0,2020-01-27 23:51:01,+0000,,@Erdayastronaut Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1221943727347970056,[],[],0,,False,2044,61,81,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3186,1221938474233868288,1221938474233868288,1580167809000.0,2020-01-27 23:30:09,+0000,,Starship 9m test tank made 7.5 bar at room temp! Small leak at a weld doubler. Will be repaired & retested at cryo. https://t.co/Bz3lrwkYRU,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1221938474233868288,[],['https://pbs.twimg.com/media/EPUyj80W4AEkHpl.jpg'],1,https://pbs.twimg.com/media/EPUyj80W4AEkHpl.jpg,False,28250,610,1448,,None,,,,,,,[],,,, +3187,1221528997994958848,1221176639339425792,1580070182000.0,2020-01-26 20:23:02,+0000,,@EvaFoxU @Jf323Jf @naturenick The good old days!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1221528997994958848,[],[],0,,False,1402,80,65,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Jf323Jf', 'name': ':Happy_Rusty:', 'id': '1213617863522545664'}, {'screen_name': 'naturenick', 'name': 'Nick Martin', 'id': '21968546'}]",,,, +3188,1221320287259484160,1221176639339425792,1580020422000.0,2020-01-26 06:33:42,+0000,,@Jf323Jf @naturenick We’re working on it,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1221320287259484160,[],[],0,,False,5032,81,117,,None,,,,,,,"[{'screen_name': 'Jf323Jf', 'name': ':Happy_Rusty:', 'id': '1213617863522545664'}, {'screen_name': 'naturenick', 'name': 'Nick Martin', 'id': '21968546'}]",,,, +3189,1221180591762071553,1221176639339425792,1579987116000.0,2020-01-25 21:18:36,+0000,,@spongbob_facts Too niche,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1221180591762071553,[],[],0,,False,5874,84,96,,None,,,,,,,"[{'screen_name': 'spongbob_facts', 'name': 'SpongeBob Facts!', 'id': '1100100471744839680'}]",,,, +3190,1221139723986456576,1221138280059551744,1579977372000.0,2020-01-25 18:36:12,+0000,,@flcnhvy Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1221139723986456576,[],[],0,,False,8066,71,95,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3191,1221138280059551744,1221138280059551744,1579977028000.0,2020-01-25 18:30:28,+0000,,Meme necromancy https://t.co/8aPtXju7gF,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1221138280059551744,[],['https://pbs.twimg.com/media/EPJayukUEAAgovs.jpg'],1,https://pbs.twimg.com/media/EPJayukUEAAgovs.jpg,False,113035,961,11117,,None,,,,,,,[],,,, +3192,1220943367753699329,1220717564113956866,1579930557000.0,2020-01-25 05:35:57,+0000,,"@IheartTesla @EvaFoxU @Tesla Going with nomenclature of Giga [most widely understood location name] vs Giga #, so Giga Shanghai, Giga Nevada, Giga New York & Giga Berlin",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1220943367753699329,[],[],0,,False,2065,252,165,,None,,,,,,,"[{'screen_name': 'IheartTesla', 'name': '🔋I HÆRTTΞ S-L4🔋', 'id': '1045077255972671489'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3193,1220942162046541824,1220717564113956866,1579930270000.0,2020-01-25 05:31:10,+0000,,"@IheartTesla @EvaFoxU @Tesla For sure. Giga Berlin will build sustainable energy vehicles using sustainable energy, so net environmental impact will be extremely positive!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1220942162046541824,[],[],0,,False,4036,129,221,,None,,,,,,,"[{'screen_name': 'IheartTesla', 'name': '🔋I HÆRTTΞ S-L4🔋', 'id': '1045077255972671489'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3194,1220941133506699264,1220717564113956866,1579930024000.0,2020-01-25 05:27:04,+0000,,@teslaownersSV @Kristennetten @EvaFoxU @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1220941133506699264,[],[],0,,False,1346,64,57,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3195,1220940716219650048,1220717564113956866,1579929925000.0,2020-01-25 05:25:25,+0000,,@HarryStoltz1 @EvaFoxU @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1220940716219650048,[],[],0,,False,1462,58,73,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3196,1220940556827652096,1220717564113956866,1579929887000.0,2020-01-25 05:24:47,+0000,,@Kristennetten @EvaFoxU @Tesla Exactly!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1220940556827652096,[],[],0,,False,899,33,44,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3197,1220940018589388800,1220717564113956866,1579929759000.0,2020-01-25 05:22:39,+0000,,@EvaFoxU @Tesla Giga Berlin / GF4 will absolutely be designed with sustainability and the environment in mind,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1220940018589388800,[],[],0,,False,1454,60,130,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3198,1220938613862436865,1220717564113956866,1579929424000.0,2020-01-25 05:17:04,+0000,,"@EvaFoxU @Tesla Sounds like we need to clear up a few things! Tesla won’t use this much net water on a daily basis. It’s possibly a rare peak usage case, but not an everyday event. Also, this is not a natural forest — it was planted for use as cardboard & only a small part will be used for GF4.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1220938613862436865,[],[],0,,False,5913,179,401,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3199,1220768333097771011,1220554434142445569,1579888826000.0,2020-01-24 18:00:26,+0000,,@Erdayastronaut @TrevorMahlmann @Tesla V3 Supercharger deployment will accelerate considerably this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1220768333097771011,[],[],0,,False,6697,316,344,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'TrevorMahlmann', 'name': '📸Trevor Mahlmann', 'id': '832270448'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3200,1220540421639634944,1220540421639634944,1579834487000.0,2020-01-24 02:54:47,+0000,, https://t.co/sGnhzoThtK,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1220540421639634944,[],['https://pbs.twimg.com/media/EPA7CwxXsAA662B.jpg'],1,https://pbs.twimg.com/media/EPA7CwxXsAA662B.jpg,False,145353,1941,10988,,None,,,,,,,[],,,, +3201,1220444489736773638,1220370144784015360,1579811615000.0,2020-01-23 20:33:35,+0000,,"@Everman @Erdayastronaut Yeah, system should adapt to most likely destination & anticipate school, then work, if that’s owner preference",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1220444489736773638,[],[],0,,False,1469,83,55,,None,,,,,,,"[{'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3202,1220443783143350274,1220370144784015360,1579811447000.0,2020-01-23 20:30:47,+0000,,@Everman @Erdayastronaut Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1220443783143350274,[],[],0,,False,826,40,39,,None,,,,,,,"[{'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3203,1220443477286313989,1220370144784015360,1579811374000.0,2020-01-23 20:29:34,+0000,,@Erdayastronaut Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1220443477286313989,[],[],0,,False,12674,221,204,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3204,1220367547364716544,1220364215527051265,1579793271000.0,2020-01-23 15:27:51,+0000,,"@SciGuySpace We should have a base on the moon, a city on Mars",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1220367547364716544,[],[],0,,False,5723,379,410,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +3205,1220235924447145989,1220085475068858369,1579761889000.0,2020-01-23 06:44:49,+0000,,@flcnhvy @amancalledscott @ChrisDungeon @mithunoorath I love that Heart of Gold is moved by Infinite Improbability,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1220235924447145989,[],[],0,,False,2871,152,147,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'ChrisDungeon', 'name': 'Christopher Dungeon', 'id': '1651403384'}, {'screen_name': 'mithunoorath', 'name': 'Mit-thun', 'id': '29140437'}]",,,, +3206,1220227704571727872,1220085475068858369,1579759930000.0,2020-01-23 06:12:10,+0000,,@amancalledscott @ChrisDungeon @mithunoorath We should strive to extend the light of consciousness into the cosmos,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1220227704571727872,[],[],0,,False,14757,389,1198,,None,,,,,,,"[{'screen_name': 'ChrisDungeon', 'name': 'Christopher Dungeon', 'id': '1651403384'}, {'screen_name': 'mithunoorath', 'name': 'Mit-thun', 'id': '29140437'}]",,,, +3207,1220215857072214017,1220133804502913024,1579757105000.0,2020-01-23 05:25:05,+0000,,@Nicchiban_ Star Peace ✌️,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1220215857072214017,[],[],0,,False,3642,110,145,,None,,,,,,,"[{'screen_name': 'Nicchiban_', 'name': 'Nicchiban', 'id': '1177360515535949831'}]",,,, +3208,1219968977142800384,1122156409943207936,1579698244000.0,2020-01-22 13:04:04,+0000,,@GamingSpeedy We’re working on it,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/1219968977142800384,[],[],0,,False,1289,76,61,,None,,,,,,,"[{'screen_name': 'GamingSpeedy', 'name': 'SpeedyAlt', 'id': '1232233233502416896'}]",,,, +3209,1219956252610113538,1219881215156801537,1579695210000.0,2020-01-22 12:13:30,+0000,,"@AypierreMc Agreed, v important",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,12,https://twitter.com/elonmusk/status/1219956252610113538,[],[],0,,False,31014,232,1307,,None,,,,,,,"[{'screen_name': 'AypierreMc', 'name': 'Aypierre', 'id': '499087666'}]",,,, +3210,1219953581496860673,1219881215156801537,1579694574000.0,2020-01-22 12:02:54,+0000,,@thirdrowtesla Blazing Saddles,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,12,https://twitter.com/elonmusk/status/1219953581496860673,[],[],0,,False,3064,132,90,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +3211,1219883304893198336,1219881215156801537,1579677818000.0,2020-01-22 07:23:38,+0000,,@Kristennetten @tobyliiiiiiiiii Working on it,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1219883304893198336,[],[],0,,False,1749,74,43,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +3212,1219882329335902208,1219881215156801537,1579677586000.0,2020-01-22 07:19:46,+0000,,@tobyliiiiiiiiii It’s on the list,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1219882329335902208,[],[],0,,False,11375,122,186,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +3213,1219881215156801537,1219881215156801537,1579677320000.0,2020-01-22 07:15:20,+0000,,Want to play The Witcher game on your Tesla? (you can already watch the show on Tesla Netflix theater),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1219881215156801537,[],[],0,,False,81897,3971,8434,,None,,,,,,,[],,,, +3214,1219877970724163591,1219502048510648320,1579676547000.0,2020-01-22 07:02:27,+0000,,@ICannot_Enough @thirdrowtesla Explains the sad lack of progress in candy research!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1219877970724163591,[],[],0,,False,4605,191,187,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +3215,1219860245352189952,1219858516619358208,1579672321000.0,2020-01-22 05:52:01,+0000,,"@brianm853 Yeah, doors are 40 ft wide",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1219860245352189952,[],[],0,,False,1286,42,36,,None,,,,,,,"[{'screen_name': 'brianm853', 'name': 'BrianM 🤔🇺🇸🦅', 'id': '635006394'}]",,,, +3216,1219859725564678145,1219858516619358208,1579672197000.0,2020-01-22 05:49:57,+0000,,"@JaneidyEve Yeah, we just finished two more propellant domes. SpaceX team & supporting suppliers are doing amazing work ramping Starship production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1219859725564678145,[],[],0,,False,3715,99,131,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +3217,1219858983781126144,1219721077628325888,1579672020000.0,2020-01-22 05:47:00,+0000,,@TJ_Cooney @SpaceX Nice shot,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1219858983781126144,[],[],0,,False,2676,53,71,,None,,,,,,,"[{'screen_name': 'TJ_Cooney', 'name': 'TJ Cooney 🚀', 'id': '113396065'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3218,1219858516619358208,1219858516619358208,1579671908000.0,2020-01-22 05:45:08,+0000,,Improved Accommodations https://t.co/iRBK2yIfd7,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1219858516619358208,[],['https://pbs.twimg.com/media/EO3O2kHWkAE-Izr.jpg'],1,https://pbs.twimg.com/media/EO3O2kHWkAE-Izr.jpg,False,59600,1106,2070,,None,,,,,,,[],,,, +3219,1219764212278464512,1219709247211991040,1579649424000.0,2020-01-21 23:30:24,+0000,,@detroitnews Yay!,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1219764212278464512,[],[],0,,False,5770,191,172,,None,,,,,,,"[{'screen_name': 'detroitnews', 'name': 'The Detroit News', 'id': '16543775'}]",,,, +3220,1219667824991506433,1219583134733344769,1579626444000.0,2020-01-21 17:07:24,+0000,,@vm_one1 @Exhaustedpengu1 @RationalEtienne Would like to take a moment to thank Michael & Ze’ev for helping Tesla. It was very hard work & both could’ve just rested on their laurels. Much appreciated 🍻.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1219667824991506433,[],[],0,,False,1284,38,78,,None,,,,,,,"[{'screen_name': 'vm_one1', 'name': 'In FSD Beta Line - VM', 'id': '701228042216050690'}, {'screen_name': 'Exhaustedpengu1', 'name': '🧶🐑Space Nanny🧠🥄', 'id': '1099987242125312000'}, {'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}]",,,, +3221,1219666500304474112,1219643937109041153,1579626128000.0,2020-01-21 17:02:08,+0000,,@nichegamer 🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1219666500304474112,[],[],0,,False,1721,47,53,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +3222,1219658367855157259,1219503076383580160,1579624189000.0,2020-01-21 16:29:49,+0000,,@PicklePunchD @flcnhvy @thirdrowtesla @Gfilche @Sofiaan @Kristennetten @vincent13031925 Walk this way https://t.co/okyi7invhi,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1219658367855157259,['https://m.youtube.com/watch?v=dNTToXKgwZc'],[],0,,False,748,40,57,,None,,,,,,,"[{'screen_name': 'PicklePunchD', 'name': 'Angella⭐️King', 'id': '780922166'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +3223,1219656929015934976,1219503076383580160,1579623846000.0,2020-01-21 16:24:06,+0000,,@flcnhvy @thirdrowtesla @Gfilche @Sofiaan @Kristennetten @vincent13031925 Great talking with @thirdrowtesla!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1219656929015934976,[],[],0,,False,1665,87,95,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +3224,1219655334492606465,1219643937109041153,1579623466000.0,2020-01-21 16:17:46,+0000,,@nichegamer https://t.co/RPcGOjPtfF,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1219655334492606465,[],['https://pbs.twimg.com/media/EO0WD3TWAAUW5p4.jpg'],1,https://pbs.twimg.com/media/EO0WD3TWAAUW5p4.jpg,False,5462,103,458,,None,,,,,,,[],,,, +3225,1219623411376443393,1219583134733344769,1579615855000.0,2020-01-21 14:10:55,+0000,,"@vm_one1 @Exhaustedpengu1 @RationalEtienne Michael Marks, then Ze’ev Drori, but I helped out as co-CEO as they didn’t have much automotive domain expertise",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1219623411376443393,[],[],0,,False,1430,48,54,,None,,,,,,,"[{'screen_name': 'vm_one1', 'name': 'In FSD Beta Line - VM', 'id': '701228042216050690'}, {'screen_name': 'Exhaustedpengu1', 'name': '🧶🐑Space Nanny🧠🥄', 'id': '1099987242125312000'}, {'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}]",,,, +3226,1219340904407977984,1218976479150858241,1579548500000.0,2020-01-20 19:28:20,+0000,,@SpaceX Dragon trunk from in-flight abort test is in surprisingly good shape! https://t.co/IGeffiNh9A,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1219340904407977984,[],['https://pbs.twimg.com/media/EOv4Fu0WsAA-nCY.jpg'],1,https://pbs.twimg.com/media/EOv4Fu0WsAA-nCY.jpg,False,32657,777,1585,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3227,1219155698086486016,1219077649617866753,1579504343000.0,2020-01-20 07:12:23,+0000,,@John_Gardi @LytovchenkoSerg @Joffan7 @julia_bergeron @NASASpaceflight Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1219155698086486016,[],[],0,,False,757,34,42,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'LytovchenkoSerg', 'name': 'Сергей Литовченко', 'id': '872827012792168453'}, {'screen_name': 'Joffan7', 'name': 'Joffan', 'id': '222571595'}, {'screen_name': 'julia_bergeron', 'name': 'Julia', 'id': '739284612099256320'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +3228,1219127317957615617,1218930884226711553,1579497577000.0,2020-01-20 05:19:37,+0000,,"@JimBridenstine @NASA @SpaceX @Commercial_Crew Thanks on behalf of the @SpaceX team! Thank you also for the support @NASA has provided over the years, without which this would not have happened.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1219127317957615617,[],[],0,,False,10092,124,389,,None,,,,,,,"[{'screen_name': 'JimBridenstine', 'name': 'Jim Bridenstine', 'id': '243418245'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +3229,1218966423516647424,1218959136848850951,1579459217000.0,2020-01-19 18:40:17,+0000,,@thirdrowtesla Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1218966423516647424,[],[],0,,False,5129,188,134,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +3230,1218917806831472642,1218917806831472642,1579447626000.0,2020-01-19 15:27:06,+0000,,"Dragon high altitude, supersonic abort test is a risky mission, as it’s pushing the envelope in so many ways",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1218917806831472642,[],[],0,,False,72056,1399,2948,,None,,,,,,,[],,,, +3231,1218917164020838401,1218917164020838401,1579447472000.0,2020-01-19 15:24:32,+0000,,5 mins from liftoff,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1218917164020838401,[],[],0,,False,36500,511,2642,https://twitter.com/SpaceX/status/1218914342181036033,None,,,,,,,[],,,, +3232,1218632009045594112,1218462503291588615,1579379486000.0,2020-01-18 20:31:26,+0000,,@EvaFoxU Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1218632009045594112,[],[],0,,False,9826,165,189,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +3233,1218559706739789825,1218462503291588615,1579362248000.0,2020-01-18 15:44:08,+0000,, https://t.co/MHokq4KVEc,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1218559706739789825,[],['https://pbs.twimg.com/media/EOkxl-FUYAMSyOV.jpg'],1,https://pbs.twimg.com/media/EOkxl-FUYAMSyOV.jpg,False,84158,915,6752,,None,,,,,,,[],,,, +3234,1218462503291588615,1218462503291588615,1579339073000.0,2020-01-18 09:17:53,+0000,,Meteor!! https://t.co/PyXbRZR013,es,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1218462503291588615,[],['https://pbs.twimg.com/media/EOjZL23U8AYZwWM.jpg'],1,https://pbs.twimg.com/media/EOjZL23U8AYZwWM.jpg,False,288064,2399,29732,,None,,,,,,,[],,,, +3235,1218295383769534466,1218294328566509568,1579299228000.0,2020-01-17 22:13:48,+0000,,@JaneidyEve Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1218295383769534466,[],[],0,,False,1163,60,47,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +3236,1218294475899850753,1218294328566509568,1579299012000.0,2020-01-17 22:10:12,+0000,,Best place to view is from the beach. Excitement guaranteed! https://t.co/6XSiK5dWEn,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1218294475899850753,['http://visitportcanaveral.com/beaches/'],[],0,,False,7816,212,378,,None,,,,,,,[],,,, +3237,1218294328566509568,1218294328566509568,1579298977000.0,2020-01-17 22:09:37,+0000,,"Dragon Spacecraft supersonic abort test coming up either tomorrow or Sunday, depending on weather @NASA @SpaceX",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1218294328566509568,[],[],0,,False,26261,533,1447,,None,,,,,,,[],,,, +3238,1218292661339082752,1218287466903474178,1579298579000.0,2020-01-17 22:02:59,+0000,,@jm_marchante @kekai What should we change?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1218292661339082752,[],[],0,,False,877,289,50,,None,,,,,,,"[{'screen_name': 'jm_marchante', 'name': 'João Marcos Marchante', 'id': '1005439159450963973'}, {'screen_name': 'kekai', 'name': 'PK Manansala 🐳🐋', 'id': '4777071'}]",,,, +3239,1218290871126216704,1218287466903474178,1579298153000.0,2020-01-17 21:55:53,+0000,,"@kekai Munro’s analysis of Tesla engineering is accurate, both pro & con. I think he will appreciate some elements of the Model Y body design.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1218290871126216704,[],[],0,,False,2323,81,169,,None,,,,,,,"[{'screen_name': 'kekai', 'name': 'PK Manansala 🐳🐋', 'id': '4777071'}]",,,, +3240,1218118516332580865,1217878665557614593,1579257060000.0,2020-01-17 10:31:00,+0000,,"@Erdayastronaut @SPEXcast @SciGuySpace Even more important for a a reusable rocket, as cost of propellant actually becomes relevant & anything below T/W of 1 is wasted fuel & oxygen",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1218118516332580865,[],[],0,,False,2222,58,88,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +3241,1218098951905107968,1218098951905107968,1579252395000.0,2020-01-17 09:13:15,+0000,,Hehehe https://t.co/bnlN7Vn6bl,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1218098951905107968,[],['https://pbs.twimg.com/media/EOeOiOfUYAAP09r.jpg'],1,https://pbs.twimg.com/media/EOeOiOfUYAAP09r.jpg,False,246473,2640,35071,,None,,,,,,,[],,,, +3242,1217995711196778497,1217986505513172992,1579227781000.0,2020-01-17 02:23:01,+0000,,@jameslin123321 @Erdayastronaut Helping to pay for this is why I’m accumulating assets on Earth.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1217995711196778497,[],[],0,,False,6064,308,415,,None,,,,,,,"[{'screen_name': 'jameslin123321', 'name': 'Myers', 'id': '2984147990'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3243,1217993568482025472,1217986505513172992,1579227270000.0,2020-01-17 02:14:30,+0000,,"@jameslin123321 @Erdayastronaut Loading the Mars fleet into Earth orbit, then 1000 ships depart over ~30 days every 26 months. Battlestar Galactica …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1217993568482025472,[],[],0,,False,8996,317,543,,None,,,,,,,"[{'screen_name': 'jameslin123321', 'name': 'Myers', 'id': '2984147990'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3244,1217992281891823622,1217986505513172992,1579226963000.0,2020-01-17 02:09:23,+0000,,"@mstrwilliam00 @Erdayastronaut Aiming for 20 to 30 years, like aircraft",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1217992281891823622,[],[],0,,False,1391,56,77,,None,,,,,,,"[{'screen_name': 'mstrwilliam00', 'name': 'James Tiberius Kirk', 'id': '82636363'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3245,1217992175452995584,1217986505513172992,1579226938000.0,2020-01-17 02:08:58,+0000,,@Kristennetten @PicklePunchD @Erdayastronaut Yes. There will be a lot of jobs on Mars!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1217992175452995584,[],[],0,,False,2989,372,274,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'PicklePunchD', 'name': 'Angella⭐️King', 'id': '780922166'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3246,1217991853615677440,1217986505513172992,1579226861000.0,2020-01-17 02:07:41,+0000,,"@PicklePunchD @Erdayastronaut Needs to be such that anyone can go if they want, with loans available for those who don’t have money",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1217991853615677440,[],[],0,,False,2347,242,187,,None,,,,,,,"[{'screen_name': 'PicklePunchD', 'name': 'Angella⭐️King', 'id': '780922166'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3247,1217991389834661888,1217986505513172992,1579226751000.0,2020-01-17 02:05:51,+0000,,@EcoHeliGuy @Erdayastronaut Yeah. A lot of work is needed for propellant production on Mars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1217991389834661888,[],[],0,,False,1088,47,59,,None,,,,,,,"[{'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3248,1217990910052458497,1217986505513172992,1579226636000.0,2020-01-17 02:03:56,+0000,,@PRANSHUAGARWA13 @Erdayastronaut Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1217990910052458497,[],[],0,,False,1321,91,70,,None,,,,,,,"[{'screen_name': 'PranshuAgarwa13', 'name': 'Pranshu Agarwal', 'id': '1306531752484114432'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3249,1217990687259414528,1217986505513172992,1579226583000.0,2020-01-17 02:03:03,+0000,,@Erdayastronaut That’s the goal,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1217990687259414528,[],[],0,,False,4648,142,217,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3250,1217990326867988480,1217986505513172992,1579226497000.0,2020-01-17 02:01:37,+0000,,@Erdayastronaut Building 100 Starships/year gets to 1000 in 10 years or 100 megatons/year or maybe around 100k people per Earth-Mars orbital sync,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1217990326867988480,[],[],0,,False,5156,192,468,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3251,1217989066181898240,1217986505513172992,1579226197000.0,2020-01-17 01:56:37,+0000,,"@Erdayastronaut Starship design goal is 3 flights/day avg rate, so ~1000 flights/year at >100 tons/flight, so every 10 ships yield 1 megaton per year to orbit",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1217989066181898240,[],[],0,,False,7286,249,547,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3252,1217986505513172992,1217986505513172992,1579225586000.0,2020-01-17 01:46:26,+0000,,Megatons per year to orbit are needed for life to become multiplanetary,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1217986505513172992,[],[],0,,False,61318,1911,3424,,None,,,,,,,[],,,, +3253,1217985663699546112,1217878665557614593,1579225385000.0,2020-01-17 01:43:05,+0000,,@fighteer1 @LCS_Big_Mike @SciGuySpace That’s about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1217985663699546112,[],[],0,,False,765,17,36,,None,,,,,,,"[{'screen_name': 'fighteer1', 'name': 'John M. Aldrich', 'id': '229093642'}, {'screen_name': 'LCS_Big_Mike', 'name': 'Universe Consuming Mike', 'id': '3051814606'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +3254,1217970003934244864,1217742268393607168,1579221652000.0,2020-01-17 00:40:52,+0000,,@g33st111 Reaction to Cyberpunk 2077 slipping release date to September,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1217970003934244864,[],[],0,,False,6222,80,297,,None,,,,,,,"[{'screen_name': 'g33st111', 'name': 'Slim Gesti', 'id': '825252717207646209'}]",,,, +3255,1217942433176010752,1217878665557614593,1579215079000.0,2020-01-16 22:51:19,+0000,,"@SPEXcast @SciGuySpace What’s amazing is how non-linear the effect of gravity is. Starship can travel by itself from surface of Mars to surface of Earth, but requires massive booster on Earth with orbital refilling to get to Mars, which is ~38% of Earth gravity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1217942433176010752,[],[],0,,False,1839,74,125,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +3256,1217941355374112768,1217878665557614593,1579214822000.0,2020-01-16 22:47:02,+0000,,"@SPEXcast @SciGuySpace Densification isn’t needed to return the ship & limited cargo from Mars, but it’s an option for increasing cargo return capability if needed",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1217941355374112768,[],[],0,,False,1196,23,58,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +3257,1217940623698755584,1217878665557614593,1579214647000.0,2020-01-16 22:44:07,+0000,,"@SciGuySpace Fundamental issue with SLS is that it’s not reusable, which means that a billion dollar rocket is blown up every launch! 💯 tragedy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1217940623698755584,[],[],0,,False,3444,157,313,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +3258,1217939915981250560,1217878665557614593,1579214478000.0,2020-01-16 22:41:18,+0000,,"@SciGuySpace Densifying hydrogen is difficult, as its liquid temp is close to absolute zero. Much easier with CH4, which is an underappreciated advantage. Cooling O2 is good too, but becomes operationally difficult at N2 liquid temp, as air is ~78% N2. Entire system wants to drip air!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1217939915981250560,[],[],0,,False,1488,55,83,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +3259,1217902485391560704,1217895471873773568,1579205554000.0,2020-01-16 20:12:34,+0000,,"@Teslarati Sorry, migh have brought the site down",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1217902485391560704,[],[],0,,False,7362,284,184,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3260,1217742268393607168,1217742268393607168,1579167355000.0,2020-01-16 09:35:55,+0000,,"Starship orbital vehicle SN1, liquid oxygen header tank & nosecone https://t.co/IaSEdIyZgP",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1217742268393607168,[],['https://pbs.twimg.com/media/EOZKIjwUcAA96zr.jpg'],1,https://pbs.twimg.com/media/EOZKIjwUcAA96zr.jpg,False,69648,1214,3990,,None,,,,,,,[],,,, +3261,1217493904297058304,1217471369350348807,1579108141000.0,2020-01-15 17:09:01,+0000,,@nntaleb Just saw this today. Tesla refunds in general should be easy to get electronically & certainly through customer service. Will he addressed.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1217493904297058304,[],[],0,,False,12494,336,243,,None,,,,,,,"[{'screen_name': 'nntaleb', 'name': 'Nassim Nicholas Taleb', 'id': '381289719'}]",,,, +3262,1217179817772105728,1216491161566707712,1579033257000.0,2020-01-14 20:20:57,+0000,,"@ErlendMoberget @ramez @KHayhoe Very true. What’s really mindblowing is how much energy the sun outputs & how little of it is absorbed by Earth. There is sooo much solar energy. We can solar power all of human civilization with a tiny % of Earth’s surface, which is a super tiny % of energy emitted by the sun.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1217179817772105728,[],[],0,,False,4607,180,410,,None,,,,,,,"[{'screen_name': 'ErlendMoberget', 'name': 'Erlend Moberget', 'id': '854306957636886528'}, {'screen_name': 'ramez', 'name': 'Ramez Naam', 'id': '6044272'}, {'screen_name': 'KHayhoe', 'name': 'Prof. Katharine Hayhoe', 'id': '34317032'}]",,,, +3263,1217178315540140032,1217167873703129088,1579032899000.0,2020-01-14 20:14:59,+0000,,"@Alejandro_DebH @macshlibber @SpaceflightNow Advancing humanity’s understanding of the Universe is a fundamental motivator for SpaceX! Starship can put giant 🔭 in orbit & on moon. With an occluder, could image 🌏 in other star systems.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1217178315540140032,[],[],0,,False,1927,84,154,,None,,,,,,,"[{'screen_name': 'Alejandro_DebH', 'name': 'Dark Energy 🏳️\u200d🌈', 'id': '461216071'}, {'screen_name': 'macshlibber', 'name': 'ScottMacShlibber', 'id': '1159150225539436546'}, {'screen_name': 'SpaceflightNow', 'name': 'Spaceflight Now', 'id': '17217640'}]",,,, +3264,1217176801866203136,1217175199147270144,1579032538000.0,2020-01-14 20:08:58,+0000,,@Neuro_Skeptic One person’s MRI machine is another’s railgun! Made a primitive one when I was studying physics at Penn. Hard to wield though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1217176801866203136,[],[],0,,False,2235,87,98,,None,,,,,,,"[{'screen_name': 'Neuro_Skeptic', 'name': 'Neuroskeptic', 'id': '316327930'}]",,,, +3265,1217175688228159488,1217167873703129088,1579032272000.0,2020-01-14 20:04:32,+0000,,"@Alejandro_DebH @macshlibber @SpaceflightNow Exactly. We’ve had good discussions with leading astronomers. One way or another, we’ll make sure Starlink doesn’t inhibit new discoveries or change the character of the night sky.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1217175688228159488,[],[],0,,False,1456,56,111,,None,,,,,,,"[{'screen_name': 'Alejandro_DebH', 'name': 'Dark Energy 🏳️\u200d🌈', 'id': '461216071'}, {'screen_name': 'macshlibber', 'name': 'ScottMacShlibber', 'id': '1159150225539436546'}, {'screen_name': 'SpaceflightNow', 'name': 'Spaceflight Now', 'id': '17217640'}]",,,, +3266,1217150232678416384,1217150232678416384,1579026203000.0,2020-01-14 18:23:23,+0000,,Great song https://t.co/Zojlie0GG7,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1217150232678416384,['https://m.youtube.com/watch?v=TPgnj5upihQ'],[],0,,False,10287,845,505,,None,,,,,,,[],,,, +3267,1217144162757120000,1217144162757120000,1579024756000.0,2020-01-14 17:59:16,+0000,,T-shirt is bulletproof & makes u buff! https://t.co/wO0oAakclu https://t.co/8k1WvVO1sm,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1217144162757120000,['https://shop.tesla.com/en_ca/product/men_s-cybertruck-bulletproof-tee?sku=7654399-00-A'],['https://pbs.twimg.com/media/EOQqKhnUYAAmHVU.jpg'],1,https://pbs.twimg.com/media/EOQqKhnUYAAmHVU.jpg,False,46475,1809,2838,,None,,,,,,,[],,,, +3268,1216903105352060928,1216889330129485825,1578967283000.0,2020-01-14 02:01:23,+0000,,@rhoehn @Tesla Thanks for mentioning! We should’ve done this ages ago.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1216903105352060928,[],[],0,,False,7474,169,148,,None,,,,,,,"[{'screen_name': 'rhoehn', 'name': 'rob test/trace/isolate hoehn', 'id': '14719012'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3269,1216793954642825216,1216491161566707712,1578941260000.0,2020-01-13 18:47:40,+0000,,"@ramez @KHayhoe Good analysis, although a bit conservative imo. However, using a high upper bound for land area that’s *still* a tiny % of the US prob helps convert some naysayers. That giant fusion reactor in the sky called the sun outputs a truly staggering amount of energy!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1216793954642825216,[],[],0,,False,3407,127,205,,None,,,,,,,"[{'screen_name': 'ramez', 'name': 'Ramez Naam', 'id': '6044272'}, {'screen_name': 'KHayhoe', 'name': 'Prof. Katharine Hayhoe', 'id': '34317032'}]",,,, +3270,1216276190798995457,1216276190798995457,1578817815000.0,2020-01-12 08:30:15,+0000,,.@Space_Station,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1216276190798995457,[],[],0,,False,19389,353,979,https://twitter.com/esa/status/1216268627365810177,None,,,,,,,[],,,, +3271,1216204390777925632,1216198285792358400,1578800697000.0,2020-01-12 03:44:57,+0000,,@Kristennetten They will,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1216204390777925632,[],[],0,,False,4464,166,97,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +3272,1216203842972454912,1216203686071816202,1578800566000.0,2020-01-12 03:42:46,+0000,,@Mafaruk_Bagwan We need more emojis!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1216203842972454912,[],[],0,,False,1440,177,77,,None,,,,,,,"[{'screen_name': 'Mafaruk_Bagwan', 'name': 'Mafaruk (Nihal) Bagwan', 'id': '878708480802144256'}]",,,, +3273,1216199297462603777,1216198285792358400,1578799483000.0,2020-01-12 03:24:43,+0000,,"And, of course, your car will be able to 💨 in their general direction",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1216199297462603777,[],[],0,,False,35410,660,986,,None,,,,,,,[],,,, +3274,1216198971644882944,1216198285792358400,1578799405000.0,2020-01-12 03:23:25,+0000,,@theXential For sure!! This will make for some epic robber confusion 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1216198971644882944,[],[],0,,False,7010,116,178,,None,,,,,,,"[{'screen_name': 'theXential', 'name': 'Ryan Hanson 🚀', 'id': '529167837'}]",,,, +3275,1216198285792358400,1216198285792358400,1578799241000.0,2020-01-12 03:20:41,+0000,,Teslas will soon talk to people if you want. This is real. https://t.co/8AJdERX5qa,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1216198285792358400,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1216198255433977856/pu/img/2HFyYHqJBu9SRI1f.jpg,False,150299,3172,13452,,None,,,,,,,[],,,, +3276,1216184304805535744,1216022644614545409,1578795908000.0,2020-01-12 02:25:08,+0000,,@bluemoondance74 @flcnhvy @SpaceX Should be able to post video of Raptor on Tripod soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1216184304805535744,[],[],0,,False,1187,28,58,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3277,1216180364970004480,1216022644614545409,1578794969000.0,2020-01-12 02:09:29,+0000,,"@flcnhvy @nextspaceflight @SmileSimplify @SpaceX Ok, tho could be gnarly",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1216180364970004480,[],[],0,,False,1909,51,56,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3278,1216148780635938816,1216022644614545409,1578787438000.0,2020-01-12 00:03:58,+0000,,@nextspaceflight @SmileSimplify @SpaceX Destroyed in Dragon fire,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1216148780635938816,[],[],0,,False,2504,101,91,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3279,1216148212085428224,1216022644614545409,1578787303000.0,2020-01-12 00:01:43,+0000,,"@SmileSimplify @SpaceX We tried to design a way to save B1046, but not possible 😞",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1216148212085428224,[],[],0,,False,2134,70,72,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3280,1216146680208216064,1216146680208216064,1578786938000.0,2020-01-11 23:55:38,+0000,,Critical test launch before flying astronauts is green for Jan 18,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1216146680208216064,[],[],0,,False,18298,394,916,https://twitter.com/SpaceX/status/1216022644614545409,None,,,,,,,[],,,, +3281,1216030166733901826,1216019445031698432,1578759159000.0,2020-01-11 16:12:39,+0000,,@strangecosmos @annerajb Soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1216030166733901826,[],[],0,,False,2235,171,124,,None,,,,,,,"[{'screen_name': 'strangecosmos', 'name': ""Yarrow's Tweets (closed for now)"", 'id': '797605374299873280'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +3282,1216021706810150918,1216019445031698432,1578757142000.0,2020-01-11 15:39:02,+0000,,@annerajb Hard gothic,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1216021706810150918,[],[],0,,False,6945,153,184,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +3283,1216020121593888769,1216019445031698432,1578756764000.0,2020-01-11 15:32:44,+0000,,@d1rtydan Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1216020121593888769,[],[],0,,False,1904,32,42,,None,,,,,,,"[{'screen_name': 'd1rtydan', 'name': 'Dan Okopnyi 🇺🇦', 'id': '217246038'}]",,,, +3284,1216019445031698432,1216019445031698432,1578756602000.0,2020-01-11 15:30:02,+0000,,We are trapped in a prison of fonts,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1216019445031698432,[],[],0,,False,99332,1881,7042,,None,,,,,,,[],,,, +3285,1215825741113430016,1215652963735293959,1578710420000.0,2020-01-11 02:40:20,+0000,,@flcnhvy @Erdayastronaut @BocaChicaGal @NASASpaceflight Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1215825741113430016,[],[],0,,False,1369,72,47,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +3286,1215776974313930753,1215776408749985798,1578698793000.0,2020-01-10 23:26:33,+0000,,@RQuiddich Every tank under pressure is a balloon tank — it’s just question of degree. Starship tanks are not balloon tanks like Atlas in sense that they don’t collapse when depressurized on the ground.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1215776974313930753,[],[],0,,False,1339,43,52,,None,,,,,,,[],,,, +3287,1215776376822718464,1215652963735293959,1578698650000.0,2020-01-10 23:24:10,+0000,,"@Erdayastronaut @BocaChicaGal @NASASpaceflight Everything is compressible, but liquid compression at these pressures is not significant. However, the tanks do expand under pressure, creating a bit more volume. Keeping propellant super cold has a big effect on density of ~10% in case of CH4.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1215776376822718464,[],[],0,,False,1807,53,80,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +3288,1215775536158408704,1215652963735293959,1578698450000.0,2020-01-10 23:20:50,+0000,,@Erdayastronaut @BocaChicaGal @NASASpaceflight A given tank pressure is needed to feed the engine turbopumps & pressure-stabilize/relieve compression load on the cylinder walls,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1215775536158408704,[],[],0,,False,1768,23,79,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +3289,1215719463913345024,1215652963735293959,1578685081000.0,2020-01-10 19:38:01,+0000,,"@Erdayastronaut @BocaChicaGal @NASASpaceflight Dome to barrel weld made it to 7.1 bar, which is pretty good as ~6 bar is needed for orbital flight. With more precise parts & better welding conditions, we should reach ~8.5 bar, which is the 1.4 factor of safety needed for crewed flight.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1215719463913345024,[],[],0,,False,4345,176,254,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +3290,1215681566661173248,1215677562296209408,1578676046000.0,2020-01-10 17:07:26,+0000,,@rainnwilson Great idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1215681566661173248,[],[],0,,False,16359,207,311,,None,,,,,,,"[{'screen_name': 'rainnwilson', 'name': 'RainnWilson', 'id': '19637934'}]",,,, +3291,1215577256694710272,1215573277726273536,1578651176000.0,2020-01-10 10:12:56,+0000,,@Ye4bu @AyyAnge 🔥 & ⚡️,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1215577256694710272,[],[],0,,False,8793,152,126,,None,,,,,,,"[{'screen_name': 'AyyAnge', 'name': 'AyyAnge', 'id': '876915293267820544'}]",,,, +3292,1215573277726273536,1215573277726273536,1578650228000.0,2020-01-10 09:57:08,+0000,,🎶 Toss a coin to ur Witcher 🎶,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1215573277726273536,[],[],0,,False,203762,2610,26333,,None,,,,,,,[],,,, +3293,1215533676848537601,1215533676848537601,1578640786000.0,2020-01-10 07:19:46,+0000,,Phony https://t.co/w9nyOAxQus,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1215533676848537601,[],['https://pbs.twimg.com/media/EN5xb56U0AAJatv.jpg'],1,https://pbs.twimg.com/media/EN5xb56U0AAJatv.jpg,False,208848,1113,26821,,None,,,,,,,[],,,, +3294,1215531109192089601,1215526980449255424,1578640174000.0,2020-01-10 07:09:34,+0000,,@Nicoo_Correa Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1215531109192089601,[],[],0,,False,6806,70,92,,None,,,,,,,"[{'screen_name': 'Nicoo_Correa', 'name': 'Nico', 'id': '2437715221'}]",,,, +3295,1215530332444741632,1215529400843689984,1578639989000.0,2020-01-10 07:06:29,+0000,,@thirdrowtesla True,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1215530332444741632,[],[],0,,False,1185,51,46,,None,,,,,,,"[{'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +3296,1215529238150828033,1215457979421642752,1578639728000.0,2020-01-10 07:02:08,+0000,,@universal_sci The sun is green (peak photon frequency),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1215529238150828033,[],[],0,,False,2635,72,121,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +3297,1215528293266362368,1215526980449255424,1578639503000.0,2020-01-10 06:58:23,+0000,,@bitcoin2020conf 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1215528293266362368,[],[],0,,False,3073,56,72,,None,,,,,,,"[{'screen_name': 'Bitcoin2020conf', 'name': 'Deprecated: Bitcoin 2020', 'id': '1278018893076762630'}]",,,, +3298,1215526980449255424,1215526980449255424,1578639190000.0,2020-01-10 06:53:10,+0000,,Bitcoin is *not* my safe word,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1215526980449255424,[],[],0,,False,119902,2755,8823,,None,,,,,,,[],,,, +3299,1215522723255832576,1215370387791347712,1578638175000.0,2020-01-10 06:36:15,+0000,,@Grimezsz x is y,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1215522723255832576,[],[],0,,False,11079,454,378,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +3300,1215521071970959362,1215212801876090880,1578637781000.0,2020-01-10 06:29:41,+0000,,@teslaownersSV Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1215521071970959362,[],[],0,,False,5514,96,105,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +3301,1215212801876090880,1215212801876090880,1578564284000.0,2020-01-09 10:04:44,+0000,,I put the art in fart,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1215212801876090880,[],[],0,,False,419968,7282,60035,,None,,,,,,,[],,,, +3302,1215201853987622913,1215030085939367937,1578561674000.0,2020-01-09 09:21:14,+0000,,@fvckgerry Haha spectrum af 👶🏻,nl,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1215201853987622913,[],[],0,,False,23608,296,688,,None,,,,,,,"[{'screen_name': 'fvckgerry', 'name': 'FORTUNE COOCHIE', 'id': '1175814967460712449'}]",,,, +3303,1215057674540371968,1214954443357052928,1578527298000.0,2020-01-08 23:48:18,+0000,,"@nichegamer King of the Goblins, Master of the Labyrinth",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1215057674540371968,[],[],0,,False,4879,140,168,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +3304,1214956305808527361,1214956305808527361,1578503130000.0,2020-01-08 17:05:30,+0000,,♥️♥️ Tesla China Team ♥️♥️ Such amazing progress!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1214956305808527361,[],[],0,,False,88574,1517,2761,,None,,,,,,,[],,,, +3305,1214645121754566662,1214639135681581056,1578428938000.0,2020-01-07 20:28:58,+0000,,"@BnOrdhaug @Erdayastronaut I haven’t cross-checked RCS pulses with the MLI dimpling on the video, but it’s most likely the cause",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1214645121754566662,[],[],0,,False,1530,41,50,,None,,,,,,,"[{'screen_name': 'BnOrdhaug', 'name': 'Suppe', 'id': '560511847'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3306,1214642990704156674,1214499215436591105,1578428430000.0,2020-01-07 20:20:30,+0000,,@webtekno Nice 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1214642990704156674,[],[],0,,False,20982,367,575,,None,,,,,,,"[{'screen_name': 'webtekno', 'name': 'Webtekno', 'id': '992633006'}]",,,, +3307,1214641500484722690,1214639135681581056,1578428075000.0,2020-01-07 20:14:35,+0000,,"@Erdayastronaut Since there’s only one main engine, which gives pitch and yaw control, roll control is provided by the nitrogen attitude control thrusters",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1214641500484722690,[],[],0,,False,3785,81,132,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3308,1214548764054216704,1214499380872519681,1578405965000.0,2020-01-07 14:06:05,+0000,,"@annerajb @waitbutwhy Looks like a thin, flat, round UFO on a stick. Starlink Terminal has motors to self-adjust optimal angle to view sky. Instructions are simply: - Plug in socket - Point at sky These instructions work in either order. No training required.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1214548764054216704,[],[],0,,False,2836,219,258,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +3309,1214545591927279616,1214476218097192960,1578405208000.0,2020-01-07 13:53:28,+0000,,@RenataKonkoly @RationalEtienne Just tryin to grow my follower count on pornhub …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1214545591927279616,[],[],0,,False,19856,330,1662,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}]",,,, +3310,1214543669488955394,1214476218097192960,1578404750000.0,2020-01-07 13:45:50,+0000,,@RationalEtienne 🔥🔥🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1214543669488955394,[],[],0,,False,3241,96,100,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}]",,,, +3311,1214538598193811457,1214499380872519681,1578403541000.0,2020-01-07 13:25:41,+0000,,@waitbutwhy DKE^DKE,da,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1214538598193811457,[],[],0,,False,792,35,39,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +3312,1214486973101924352,1214453074728636417,1578391233000.0,2020-01-07 10:00:33,+0000,,@flcnhvy Sprockets was amazing,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1214486973101924352,[],[],0,,False,1803,58,57,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3313,1214483582363693057,1214483582363693057,1578390424000.0,2020-01-07 09:47:04,+0000,,At Tesla Giga Shanghai NSFW!! https://t.co/1yrPyzJQGZ,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1214483582363693057,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1214483498242674688/pu/img/TNe9fCJ8fdTiXBC4.jpg,False,286913,6713,33458,,None,,,,,,,[],,,, +3314,1214481860459237377,1214481189576138753,1578390014000.0,2020-01-07 09:40:14,+0000,,@tobyliiiiiiiiii At least 4,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1214481860459237377,[],[],0,,False,2420,82,79,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +3315,1214481189576138753,1214481189576138753,1578389854000.0,2020-01-07 09:37:34,+0000,,cgi irl,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1214481189576138753,[],[],0,,False,56789,948,3462,https://twitter.com/SpaceX/status/1214387122146177024,None,,,,,,,[],,,, +3316,1214478608531513344,1211729083064651776,1578389238000.0,2020-01-07 09:27:18,+0000,,@DonaldM38768041 Bossart was boss art!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1214478608531513344,[],[],0,,False,779,35,38,,None,,,,,,,"[{'screen_name': 'DonaldM38768041', 'name': 'Donald Mitchell', 'id': '1167119482369662976'}]",,,, +3317,1214477486316302337,1214365179145703425,1578388971000.0,2020-01-07 09:22:51,+0000,,@Austen Haha this rocks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1214477486316302337,[],[],0,,False,1371,26,42,,None,,,,,,,"[{'screen_name': 'Austen', 'name': 'Austen Allred', 'id': '221838349'}]",,,, +3318,1214333701066305536,1214320901233102850,1578354690000.0,2020-01-06 23:51:30,+0000,,@flcnhvy @slashdot 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1214333701066305536,[],[],0,,False,1267,51,43,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +3319,1214323533418942464,1214320901233102850,1578352266000.0,2020-01-06 23:11:06,+0000,,@slashdot The Nirvana baby is about a year away from turning 30,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1214323533418942464,[],[],0,,False,2117,117,148,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +3320,1213884998681448449,1213586382859444225,1578247711000.0,2020-01-05 18:08:31,+0000,,@7400N @Model3Owners Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1213884998681448449,[],[],0,,False,3106,104,84,,None,,,,,,,"[{'screen_name': '7400N', 'name': 'Burhan Halilov', 'id': '21367604'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +3321,1213880594200817664,1213815524527919104,1578246661000.0,2020-01-05 17:51:01,+0000,,@APompliano @Tesla Fair piece by Stoll,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1213880594200817664,[],[],0,,False,2942,61,92,,None,,,,,,,"[{'screen_name': 'APompliano', 'name': 'Pomp 🌪', 'id': '339061487'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3322,1213873615445217282,1213586382859444225,1578244997000.0,2020-01-05 17:23:17,+0000,,@Model3Owners Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1213873615445217282,[],[],0,,False,4979,179,176,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +3323,1213620051770671104,1213620051770671104,1578184542000.0,2020-01-05 00:35:42,+0000,,Wikigenius https://t.co/P0jM14hGrc,nl,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1213620051770671104,[],['https://pbs.twimg.com/media/ENelARzU0AA6Wxi.jpg'],1,https://pbs.twimg.com/media/ENelARzU0AA6Wxi.jpg,False,290284,1898,28618,,None,,,,,,,[],,,, +3324,1213302866334691333,1213178555674198017,1578108920000.0,2020-01-04 03:35:20,+0000,,@annerajb @slashdot Zip2,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1213302866334691333,[],[],0,,False,1315,54,46,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +3325,1213302526239531008,1213299332872622081,1578108838000.0,2020-01-04 03:33:58,+0000,,"@hot_rod_co @Tesla People talk about the products they *love*, that touch their heart & bring moments of joy",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1213302526239531008,[],[],0,,False,6624,285,321,,None,,,,,,,"[{'screen_name': 'hot_rod_co', 'name': 'RS Tanner🚘', 'id': '253105998'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3326,1213300278960775168,1213178555674198017,1578108303000.0,2020-01-04 03:25:03,+0000,,"@slashdot Wow, I built my first server room with parts from Fry’s. Ending of an era.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1213300278960775168,[],[],0,,False,2325,139,100,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +3327,1212264717617639424,1212264717617639424,1577861406000.0,2020-01-01 06:50:06,+0000,,Congratulations Tesla & SpaceX on great 2019! You rock!! Looking forward to epic 2020 ♥️🚀🛰🚘☀️,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1212264717617639424,[],[],0,,False,156749,1998,7376,,None,,,,,,,[],,,, +3328,1212260614514630656,1212245306412167168,1577860427000.0,2020-01-01 06:33:47,+0000,,No one suspected his disguise https://t.co/yHl4MDrjtn,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1212260614514630656,[],['https://pbs.twimg.com/media/ENLQkiKXYAIAh-a.jpg'],1,https://pbs.twimg.com/media/ENLQkiKXYAIAh-a.jpg,False,72611,689,4471,,None,,,,,,,[],,,, +3329,1212245306412167168,1212245306412167168,1577856778000.0,2020-01-01 05:32:58,+0000,,Carlos Gone,es,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1212245306412167168,[],[],0,,False,130417,2940,16555,,None,,,,,,,[],,,, +3330,1212125553416794114,1212016456101175297,1577828226000.0,2019-12-31 21:37:06,+0000,,@engineers_feed @physicsJ It’s a bit slow,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1212125553416794114,[],[],0,,False,12121,393,446,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}, {'screen_name': 'physicsJ', 'name': ""Dr. James O'Donoghue"", 'id': '229623319'}]",,,, +3331,1211904713186140160,1211904595057926144,1577775574000.0,2019-12-31 06:59:34,+0000,,@JohnnaCrider1 It’s not ready yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1211904713186140160,[],[],0,,False,1808,95,53,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna 💎', 'id': '1957568797'}]",,,, +3332,1211904307932459008,1211890029238390784,1577775477000.0,2019-12-31 06:57:57,+0000,,@newscientist Explains 🐈 🎥,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1211904307932459008,[],[],0,,False,3058,131,119,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +3333,1211836235762880512,1211796479372746752,1577759248000.0,2019-12-31 02:27:28,+0000,,@teslaownersSV @rhoehn Thanks all Tesla club members for helping out! Looking forward to seeing you there tomorrow. ❤️,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1211836235762880512,[],[],0,,False,3134,113,157,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'rhoehn', 'name': 'rob test/trace/isolate hoehn', 'id': '14719012'}]",,,, +3334,1211790863900258305,1211790863900258305,1577748430000.0,2019-12-30 23:27:10,+0000,,Rest in peace Syd Mead. Your art will endure.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1211790863900258305,[],[],0,,False,50657,481,2452,,None,,,,,,,[],,,, +3335,1211786326670036992,1211514263745040384,1577747348000.0,2019-12-30 23:09:08,+0000,,@kulpability @cleantechnica C tbh,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1211786326670036992,[],[],0,,False,1767,81,116,,None,,,,,,,"[{'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3336,1211784060705656832,1210649166407438336,1577746808000.0,2019-12-30 23:00:08,+0000,,"@John_Gardi @Erdayastronaut Many ways to solve this problem, but the power requirements are much higher than aircraft control surfaces. When moving giant body flaps rapidly, achieving high power is much harder than high torque.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1211784060705656832,[],[],0,,False,1200,28,58,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3337,1211780010664742923,1210649166407438336,1577745842000.0,2019-12-30 22:44:02,+0000,,"@ShaneAppleton7 @Erdayastronaut Building prototypes is relatively easy, volume production is hard",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1211780010664742923,[],[],0,,False,900,30,51,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3338,1211779406676611073,1210649166407438336,1577745698000.0,2019-12-30 22:41:38,+0000,,@JaneidyEve Headed to Tesla Fremont factory tomorrow to help with vehicle deliveries,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1211779406676611073,[],[],0,,False,2341,162,185,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +3339,1211778830463111175,1210649166407438336,1577745561000.0,2019-12-30 22:39:21,+0000,,@EvaFoxU Biting off more than I can chew. Because I’m an optimistic fool.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1211778830463111175,[],[],0,,False,2019,143,132,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +3340,1211588995244789760,1211587884718940160,1577700301000.0,2019-12-30 10:05:01,+0000,,@Teslarati Hard to believe it’s almost time to retire Cargo Dragon after a decade of solid service,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1211588995244789760,[],[],0,,False,3401,91,154,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3341,1211588292799545344,161663679694241792,1577700133000.0,2019-12-30 10:02:13,+0000,,@BaconMan65 @PhiliChez Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1211588292799545344,[],[],0,,False,698,17,33,,None,,,,,,,"[{'screen_name': 'BaconMan65', 'name': 'Treavor Miller', 'id': '805087202220748800'}, {'screen_name': 'PhiliChez', 'name': 'PhiliChez', 'id': '1284263173734846464'}]",,,, +3342,1211587776556212224,1211564014800719873,1577700010000.0,2019-12-30 10:00:10,+0000,,@cleantechnica Will talk about that on Q4 call,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1211587776556212224,[],[],0,,False,2115,80,114,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3343,1211586941931675649,1210649166407438336,1577699811000.0,2019-12-30 09:56:51,+0000,,"@EverydayTesla Yeah, engineering is ~90% of my time at SpaceX & about ~60% at Tesla",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1211586941931675649,[],[],0,,False,1978,59,121,,None,,,,,,,"[{'screen_name': 'EverydayTesla', 'name': 'Everyday Tesla', 'id': '1156263838540546048'}]",,,, +3344,1211577293296087041,1210649166407438336,1577697511000.0,2019-12-30 09:18:31,+0000,,Barrel on dome https://t.co/kpSIJphbnk,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1211577293296087041,[],['https://pbs.twimg.com/media/ENBjHyaXkAI38rl.jpg'],1,https://pbs.twimg.com/media/ENBjHyaXkAI38rl.jpg,False,15492,358,479,,None,,,,,,,[],,,, +3345,1211576613843939329,1211514263745040384,1577697349000.0,2019-12-30 09:15:49,+0000,,@ajtourville @cleantechnica Took me an embarrassingly long time to learn that,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1211576613843939329,[],[],0,,False,1392,48,62,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3346,1211576316618854400,1211514263745040384,1577697278000.0,2019-12-30 09:14:38,+0000,,@SteveHamel16 @cleantechnica Sounds about right 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1211576316618854400,[],[],0,,False,1080,37,44,,None,,,,,,,"[{'screen_name': 'SteveHamel16', 'name': ""🚀 🐉 Don't Bet Against Elon 🐉🚀"", 'id': '999632398525530114'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3347,1211570404155969538,1210649166407438336,1577695868000.0,2019-12-30 08:51:08,+0000,,@DonaldM38768041 @Erdayastronaut Beyond awesome. He was the real deal.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1211570404155969538,[],[],0,,False,667,12,37,,None,,,,,,,"[{'screen_name': 'DonaldM38768041', 'name': 'Donald Mitchell', 'id': '1167119482369662976'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3348,1211569910536687616,1211564014800719873,1577695751000.0,2019-12-30 08:49:11,+0000,,@cleantechnica Seems so long ago,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1211569910536687616,[],[],0,,False,979,38,59,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3349,1211558341337649152,1210649166407438336,1577692992000.0,2019-12-30 08:03:12,+0000,,@Erdayastronaut Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1211558341337649152,[],[],0,,False,1484,35,49,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3350,1211558114736168960,1211514263745040384,1577692938000.0,2019-12-30 08:02:18,+0000,,"@cleantechnica Also, I hate deeply nested classes in C++. Had to be said.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1211558114736168960,[],[],0,,False,1821,85,131,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3351,1211557592125857793,1211514263745040384,1577692814000.0,2019-12-30 08:00:14,+0000,,"@cleantechnica The less code, the better! 1 point for adding a line of code, but 2 points for deleting a line. Bloatware is the devil.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1211557592125857793,[],[],0,,False,4247,116,422,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3352,1211556824442425344,1210649166407438336,1577692631000.0,2019-12-30 07:57:11,+0000,,"@Erdayastronaut Direct drive using several Tesla Plaid motors in parallel for SN1. Simpler, lighter & more fault tolerant. Rear flaps each need ~1.5 megawatts. It’s like moving the entire wing of an aircraft!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1211556824442425344,[],[],0,,False,1719,46,119,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3353,1211554346414067712,1211459991468593154,1577692040000.0,2019-12-30 07:47:20,+0000,,"@TeslaGong @BrianGilbert_ @Tesla @AusTeslaOwners Tesla merch def needs some love, but too many fish to fry rn",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1211554346414067712,[],[],0,,False,827,60,44,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'BrianGilbert_', 'name': 'Brian Gilbert', 'id': '14347202'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'AusTeslaOwners', 'name': 'Australian Tesla Owners', 'id': '1153562537163575296'}]",,,, +3354,1211553335855271936,1211459991468593154,1577691799000.0,2019-12-30 07:43:19,+0000,,@TeslaGong @BrianGilbert_ @Tesla @AusTeslaOwners Coming …,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1211553335855271936,[],[],0,,False,356,11,27,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'BrianGilbert_', 'name': 'Brian Gilbert', 'id': '14347202'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'AusTeslaOwners', 'name': 'Australian Tesla Owners', 'id': '1153562537163575296'}]",,,, +3355,1211552159034171392,1210649166407438336,1577691518000.0,2019-12-30 07:38:38,+0000,,@ajtourville @Erdayastronaut Tesla uses that to wirebond cells to module current collectors. Is there a commercially available machine that can weld ~4mm full hard 301 stainless barrels & domes?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1211552159034171392,[],[],0,,False,662,25,41,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3356,1211550699705769984,1210649166407438336,1577691170000.0,2019-12-30 07:32:50,+0000,,@Kristennetten @SmileSimplify @Erdayastronaut We’re focusing on Boca right now for Starship & Cape is focused on Falcon/Dragon,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1211550699705769984,[],[],0,,False,782,28,51,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3357,1211549054427111424,1210649166407438336,1577690778000.0,2019-12-30 07:26:18,+0000,,@Erdayastronaut Spin start from COPVs so the ox & fuel turbines spool up super fast in unison. A precise start with full flow staged combustion is very important.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1211549054427111424,[],[],0,,False,1393,30,60,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3358,1211546797799288832,1210649166407438336,1577690240000.0,2019-12-30 07:17:20,+0000,,"@SmileSimplify @Erdayastronaut Moving to an enclosed (fairly) clean room environment for SN2 in Jan, although, unlike aluminum, stainless steel welding is not super sensitive. Our main issue here in Boca is that it can get very windy, which affects weld arc & steel melt pool.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1211546797799288832,[],[],0,,False,480,23,38,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3359,1211544795316928512,1210649166407438336,1577689763000.0,2019-12-30 07:09:23,+0000,,"@Erdayastronaut No, will be autogenous from the start, tapping hot CH4 & O2 from Raptor",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1211544795316928512,[],[],0,,False,1374,22,61,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3360,1211543556894138368,1210649166407438336,1577689468000.0,2019-12-30 07:04:28,+0000,,@teslaownersSV @TonyCrisostomo @Erdayastronaut Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1211543556894138368,[],[],0,,False,683,23,37,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'TonyCrisostomo', 'name': 'Tesla Tony @CrewTesla', 'id': '46157134'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3361,1211542871138017280,1210649166407438336,1577689304000.0,2019-12-30 07:01:44,+0000,,"@Erdayastronaut Best would probably be an autogenous laser weld, but we need more precise parts & fixtures. Hopefully get that done in 2020.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1211542871138017280,[],[],0,,False,1570,40,78,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3362,1211541778639343616,1210649166407438336,1577689044000.0,2019-12-30 06:57:24,+0000,,"@Erdayastronaut Almost everything is different. These parts are stamped vs manually bump-formed & TIP TIG welded vs flux core. Higher precision, stronger joints & 20% mass reduction.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1211541778639343616,[],[],0,,False,1921,50,106,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3363,1211539123758141445,1210649166407438336,1577688411000.0,2019-12-30 06:46:51,+0000,,"@DJSnM We use that process for the Raptor nozzle jacket. The knuckles of this dome are stamped in Michigan with a 4000 ton car body press, which costs much less for same outcome.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1211539123758141445,[],[],0,,False,1330,32,62,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +3364,1211531714633314304,1210649166407438336,1577686644000.0,2019-12-30 06:17:24,+0000,,Almost three now. Boca team is crushing it! Starship has giant dome 🤣🤣 https://t.co/qTN2TU02pb,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1211531714633314304,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1211531653644013573/pu/img/ioIjLu5SDS7LJgg3.jpg,False,28446,481,1200,,None,,,,,,,[],,,, +3365,1211511748882321409,1211493590456848385,1577681884000.0,2019-12-30 04:58:04,+0000,,@donnyraywoody @flcnhvy @kulpability @NASA Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1211511748882321409,[],[],0,,False,1034,41,39,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +3366,1211511065613393920,1211416604644380675,1577681721000.0,2019-12-30 04:55:21,+0000,,@flcnhvy muffin or not-muffin,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1211511065613393920,[],[],0,,False,3548,109,80,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3367,1211510815506997248,1211493590456848385,1577681661000.0,2019-12-30 04:54:21,+0000,,"@realRickyReeves @Erdayastronaut @NASA Crew Dragon is capable of propulsive landing, but would require extensive testing to prove safety. Better to focus on Starship.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1211510815506997248,[],[],0,,False,951,19,51,,None,,,,,,,"[{'screen_name': 'realRickyReeves', 'name': 'Ricky Reeves', 'id': '800087918232543232'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +3368,1211498556051394560,1211493590456848385,1577678738000.0,2019-12-30 04:05:38,+0000,,"@kulpability @NASA New technology development schedules tend to exhibit a version of Zeno’s Paradox — at any given point, you’re halfway there",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1211498556051394560,[],[],0,,False,1771,61,117,,None,,,,,,,"[{'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +3369,1211497049906196480,1211493590456848385,1577678379000.0,2019-12-30 03:59:39,+0000,,"@kulpability @NASA Crew Dragon should be physically ready & at the Cape in Feb, but completing all safety reviews will probably take a few more months",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1211497049906196480,[],[],0,,False,3792,78,217,,None,,,,,,,"[{'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +3370,1211493590456848385,1211493590456848385,1577677555000.0,2019-12-30 03:45:55,+0000,,Simulation of first crewed flight of Falcon 9 / Dragon 2020 @NASA https://t.co/BSDPYTcVIG,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1211493590456848385,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1211493013022760961/pu/img/C8go7WCt5qowz1yq.jpg,False,138603,4074,19803,,None,,,,,,,[],,,, +3371,1211488530251370496,161663679694241792,1577676348000.0,2019-12-30 03:25:48,+0000,,"8 years later, the simulation is mostly real",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1211488530251370496,[],[],0,,False,28052,432,1092,,None,,,,,,,[],,,, +3372,1211485911441117185,1211476694382440451,1577675724000.0,2019-12-30 03:15:24,+0000,,@vincent13031925 @Tesla @jsrdctz Amazing work by Tesla China team!! ❤️❤️,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1211485911441117185,[],[],0,,False,2712,101,159,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'jsrdctz', 'name': 'Ted Orange', 'id': '113540608'}]",,,, +3373,1211462639378931713,1211302145682792448,1577670175000.0,2019-12-30 01:42:55,+0000,,@28delayslater 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1211462639378931713,[],[],0,,False,1012,44,49,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +3374,1211461989467394049,1211459991468593154,1577670020000.0,2019-12-30 01:40:20,+0000,,@BrianGilbert_ @Tesla @AusTeslaOwners Tesla app based payment will soon be rolled out WW. It’s tough making functionality work across so many regulatory domains.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1211461989467394049,[],[],0,,False,622,29,43,,None,,,,,,,"[{'screen_name': 'BrianGilbert_', 'name': 'Brian Gilbert', 'id': '14347202'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'AusTeslaOwners', 'name': 'Australian Tesla Owners', 'id': '1153562537163575296'}]",,,, +3375,1211460287540465664,1211459991468593154,1577669615000.0,2019-12-30 01:33:35,+0000,,@BrianGilbert_ @Tesla @AusTeslaOwners Is purchasing through the Tesla app not working?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1211460287540465664,[],[],0,,False,339,21,26,,None,,,,,,,"[{'screen_name': 'BrianGilbert_', 'name': 'Brian Gilbert', 'id': '14347202'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'AusTeslaOwners', 'name': 'Australian Tesla Owners', 'id': '1153562537163575296'}]",,,, +3376,1211460034221268992,1211410702566604802,1577669554000.0,2019-12-30 01:32:34,+0000,,"@teslaownersSV @iam_preethi I def believe in the ethical treatment of animals & taking action of climate, but these are mostly separate moral issues",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1211460034221268992,[],[],0,,False,1533,86,88,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'iam_preethi', 'name': 'Preethi Kasireddy', 'id': '1478433775'}]",,,, +3377,1211458489073180673,1211407822413385728,1577669186000.0,2019-12-30 01:26:26,+0000,,@EvaFoxU @TeslaHistorian @TeslaOwnersofMA @JohnnaCrider1 @vincent13031925 @boringcompany Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1211458489073180673,[],[],0,,False,711,29,31,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'TeslaHistorian', 'name': 'The Short Shorts Historian', 'id': '1052869334509469696'}, {'screen_name': 'TeslaOwnersofMA', 'name': '🔋 TeslaOwnersofMA 🔋', 'id': '1108027439589007360'}, {'screen_name': 'JohnnaCrider1', 'name': 'Techno Gem', 'id': '1957568797'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +3378,1211458314770534400,1211410702566604802,1577669144000.0,2019-12-30 01:25:44,+0000,,"@teslaownersSV @iam_preethi Renewable energy production (solar, wind, geothermal), improving home insulation & electric transport will do the trick. Vegan/vegetarian helps a little, but isn’t critical. We should take the set of actions that maximize total public happiness!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1211458314770534400,[],[],0,,False,1860,162,215,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'iam_preethi', 'name': 'Preethi Kasireddy', 'id': '1478433775'}]",,,, +3379,1211456506601857025,1211410702566604802,1577668713000.0,2019-12-30 01:18:33,+0000,,@ingmutw @iam_preethi @Tesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1211456506601857025,[],[],0,,False,1133,28,42,,None,,,,,,,"[{'screen_name': 'iam_preethi', 'name': 'Preethi Kasireddy', 'id': '1478433775'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3380,1211455933609590785,1211410702566604802,1577668576000.0,2019-12-30 01:16:16,+0000,,"@iam_preethi I support people choosing whatever diet makes them happy, but it’s true that everyone going vegan still wouldn’t stop climate change. Moving billions of tons of hydrocarbons from deep underground into the atmosphere & oceans is fundamentally the issue.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1211455933609590785,[],[],0,,False,5819,338,920,,None,,,,,,,"[{'screen_name': 'iam_preethi', 'name': 'Preethi Kasireddy', 'id': '1478433775'}]",,,, +3381,1211418500868247557,1211418299529121797,1577659652000.0,2019-12-29 22:47:32,+0000,,@C3LT_Games 😎,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1211418500868247557,[],[],0,,False,1274,78,71,,None,,,,,,,"[{'screen_name': 'C3LT_Games', 'name': 'C3LT', 'id': '1111004268339843072'}]",,,, +3382,1211418201998995456,1211416604644380675,1577659581000.0,2019-12-29 22:46:21,+0000,,Dam now rly want choc chip muffin,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1211418201998995456,[],[],0,,False,71249,1328,4455,,None,,,,,,,[],,,, +3383,1211417064071729154,1211407822413385728,1577659309000.0,2019-12-29 22:41:49,+0000,,@28delayslater @TeslaOwnersofMA @JohnnaCrider1 @vincent13031925 @boringcompany Slight tweak to the glass needed & then it should be good to go,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1211417064071729154,[],[],0,,False,1288,101,70,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'TeslaOwnersofMA', 'name': '🔋 TeslaOwnersofMA 🔋', 'id': '1108027439589007360'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +3384,1211416604644380675,1211416604644380675,1577659200000.0,2019-12-29 22:40:00,+0000,,😮 https://t.co/JejV2rBFrf,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1211416604644380675,[],['https://pbs.twimg.com/media/EM_Q-JhXUAAeQYD.jpg'],1,https://pbs.twimg.com/media/EM_Q-JhXUAAeQYD.jpg,False,266038,3569,34127,,None,,,,,,,[],,,, +3385,1211415578365382658,1211407822413385728,1577658955000.0,2019-12-29 22:35:55,+0000,,@TeslaOwnersofMA @JohnnaCrider1 @vincent13031925 @boringcompany What is the platonic ideal of the perfect candy? Really feels like candy R&D hasn’t improved in ages. Damn candy oligarchs!! [shakes fist at sky],en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1211415578365382658,[],[],0,,False,1246,129,71,,None,,,,,,,"[{'screen_name': 'TeslaOwnersofMA', 'name': '🔋 TeslaOwnersofMA 🔋', 'id': '1108027439589007360'}, {'screen_name': 'JohnnaCrider1', 'name': 'Techno Gem', 'id': '1957568797'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +3386,1211414067065298944,1211407822413385728,1577658595000.0,2019-12-29 22:29:55,+0000,,"@JohnnaCrider1 @vincent13031925 @boringcompany Yeah, Boring Bricks 🧱 are def coming, but whole team is focused on getting Vegas Convention Center tunnel operational so people can try it out, suggest improvements, etc. I ♥️ crowdsourcing ideas with people who really care about making great products!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1211414067065298944,[],[],0,,False,1097,76,82,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna 💎', 'id': '1957568797'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +3387,1211409894508679169,1211407822413385728,1577657600000.0,2019-12-29 22:13:20,+0000,,"@vincent13031925 @boringcompany Certainly worth trying! The objective reality for large cities worldwide is that efforts to solve traffic have not worked well. If we don’t try *something* new, we will be in traffic hell forever.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1211409894508679169,[],[],0,,False,1936,173,153,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +3388,1211246235862151168,1210911041925926912,1577618581000.0,2019-12-29 11:23:01,+0000,,"@JonAttenborough @cFidd Absolutely. Multi-level tunnels can go under buildings, mountains, rivers or anything else & directly connect destinations, like aircraft do in the sky. We just need more of them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1211246235862151168,[],[],0,,False,3565,192,152,,None,,,,,,,"[{'screen_name': 'JonAttenborough', 'name': 'Jon Attenborough', 'id': '4077108081'}, {'screen_name': 'cFidd', 'name': 'Fiddler', 'id': '14295976'}]",,,, +3389,1211243522386477061,1210911041925926912,1577617934000.0,2019-12-29 11:12:14,+0000,,@ollie_turrell @cFidd Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1211243522386477061,[],[],0,,False,2766,58,54,,None,,,,,,,"[{'screen_name': 'ollie_turrell', 'name': 'Ollie Turrell', 'id': '948715076701302786'}, {'screen_name': 'cFidd', 'name': 'Fiddler', 'id': '14295976'}]",,,, +3390,1211242943933083648,1211242560506781696,1577617796000.0,2019-12-29 11:09:56,+0000,,@Snipergen @Tesla Sure. Trax will get much better & more fun. This is an alpha version.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1211242943933083648,[],[],0,,False,1372,42,64,,None,,,,,,,"[{'screen_name': 'Snipergen', 'name': 'Jeroen Dessaux', 'id': '82969503'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3391,1211241411905015808,1210911041925926912,1577617431000.0,2019-12-29 11:03:51,+0000,,"@cFidd No, I said we should build more tunnels. Put trains in them or cars or whatever, but every large city on Earth is plagued by traffic & it’s getting worse. Multi-level tunnels might solve this, so worth trying. If you have a better suggestion, please tell us what it is.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1211241411905015808,[],[],0,,False,22954,1421,848,,None,,,,,,,"[{'screen_name': 'cFidd', 'name': 'Fiddler', 'id': '14295976'}]",,,, +3392,1211232157370404864,1210774027054145536,1577615224000.0,2019-12-29 10:27:04,+0000,,"@RationalEtienne @EvaFoxU @amargosavalley That might have something to do with it. “Stalin: Court of the Red Tsar” was one of the few books so dark I had to stop reading. If only they’d listened to Lenin’s last wish, much tragedy may have been averted.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1211232157370404864,[],[],0,,False,863,58,67,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'amargosavalley', 'name': 'pedro amargosa', 'id': '1256291216'}]",,,, +3393,1211227362265849857,1210774027054145536,1577614081000.0,2019-12-29 10:08:01,+0000,,"@EvaFoxU @amargosavalley For sure, but I understand the pulse of Twitter pretty well. A sudden avalanche of very similar vitriolic comments from anon accounts usually means someone activated a troll/bot net.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1211227362265849857,[],[],0,,False,861,88,65,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'amargosavalley', 'name': 'pedro amargosa', 'id': '1256291216'}]",,,, +3394,1211218881890701312,1210774027054145536,1577612059000.0,2019-12-29 09:34:19,+0000,,@amargosavalley Thousands of anon/troll/bot accounts suddenly on the attack. Interesting.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1211218881890701312,[],[],0,,False,706,79,48,,None,,,,,,,"[{'screen_name': 'amargosavalley', 'name': 'pedro amargosa', 'id': '1256291216'}]",,,, +3395,1211200455981895680,1211133421780488192,1577607666000.0,2019-12-29 08:21:06,+0000,,@ToscaMusk @kimbal ❤️ you too sis,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1211200455981895680,[],[],0,,False,2320,66,82,,None,,,,,,,"[{'screen_name': 'ToscaMusk', 'name': 'Tosca Musk', 'id': '11150432'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +3396,1211194577643810816,1211026083102875649,1577606264000.0,2019-12-29 07:57:44,+0000,,@SMZGallagher @Tesla Sorry about this. We will do our best. The Tesla production & delivery teams have been working super hard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1211194577643810816,[],[],0,,False,1016,29,37,,None,,,,,,,"[{'screen_name': 'SMZGallagher', 'name': 'Sarah Gallagher', 'id': '19840947'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3397,1211165442640949248,1211164850619133952,1577599318000.0,2019-12-29 06:01:58,+0000,,@JohnnaCrider1 @mayemusk Literally. It was at 40th & Baltimore in Philadelphia before gentrification.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1211165442640949248,[],[],0,,False,905,41,47,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Techno Gem', 'id': '1957568797'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +3398,1211164536167960576,1210918835861241856,1577599102000.0,2019-12-29 05:58:22,+0000,,@JaneidyEve @johnkrausphotos @austinbarnard45 @flcnhvy @Joe__Wakefield @tjq1190 @tyger_cyber @fawfulfan @_Mikemo Ramones & Bach,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1211164536167960576,[],[],0,,False,1150,44,61,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'tjq1190', 'name': 'Tyler J. Quebedeaux', 'id': '874839988722184193'}, {'screen_name': 'tyger_cyber', 'name': 'Cyber Tyger', 'id': '1203378935272075264'}, {'screen_name': 'fawfulfan', 'name': 'Matthew Chapman', 'id': '716813053'}, {'screen_name': '_mikemo', 'name': 'mo old', 'id': '1334189185217953792'}]",,,, +3399,1211162524877496321,1210918835861241856,1577598622000.0,2019-12-29 05:50:22,+0000,,"@johnkrausphotos @austinbarnard45 @flcnhvy @Joe__Wakefield @tjq1190 @tyger_cyber @fawfulfan @_Mikemo I hope someone has pics! My Mom came to visit one weekend & was quite surprised by it all, but helped work coat check & guarded the cash with a kitchen knife 🤣🤣",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1211162524877496321,[],[],0,,False,1884,69,81,,None,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'tjq1190', 'name': 'Tyler J. Quebedeaux', 'id': '874839988722184193'}, {'screen_name': 'tyger_cyber', 'name': 'Cyber Tyger', 'id': '1203378935272075264'}, {'screen_name': 'fawfulfan', 'name': 'Matthew Chapman', 'id': '716813053'}, {'screen_name': '_mikemo', 'name': 'mo old', 'id': '1334189185217953792'}]",,,, +3400,1211159651938648064,1210918835861241856,1577597937000.0,2019-12-29 05:38:57,+0000,,"@austinbarnard45 @flcnhvy @Joe__Wakefield @tjq1190 @tyger_cyber @fawfulfan @_Mikemo To pay rent, we turned our house into a nightclub & charged a $5 entry fee. Looked cool at night, but insane by day … blacklights, luminescent spray paint & metal junk sculptures.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1211159651938648064,[],[],0,,False,2150,66,142,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'tjq1190', 'name': 'Tyler J. Quebedeaux', 'id': '874839988722184193'}, {'screen_name': 'tyger_cyber', 'name': 'Cyber Tyger', 'id': '1203378935272075264'}, {'screen_name': 'fawfulfan', 'name': 'Matthew Chapman', 'id': '716813053'}, {'screen_name': '_mikemo', 'name': 'mo old', 'id': '1334189185217953792'}]",,,, +3401,1211108221089452032,1211107940846854144,1577585675000.0,2019-12-29 02:14:35,+0000,,@kimbal 🖤 you too,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1211108221089452032,[],[],0,,False,4972,145,132,,None,,,,,,,"[{'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +3402,1211090230100578309,1211089902139584517,1577581386000.0,2019-12-29 01:03:06,+0000,,@catmonocle69 Sounds like a Marxist with style,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1211090230100578309,[],[],0,,False,967,41,42,,None,,,,,,,[],,,, +3403,1211080346609029121,1210774027054145536,1577579030000.0,2019-12-29 00:23:50,+0000,,@flcnhvy @cyrusposting Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1211080346609029121,[],[],0,,False,827,77,46,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'cyrusposting', 'name': 'cyrus', 'id': '976827659996065792'}]",,,, +3404,1211076829395738626,1210774027054145536,1577578191000.0,2019-12-29 00:09:51,+0000,,"@cyrusposting Induced demand is one of the most irrational theories I’ve ever heard. Correlation is not causation. If the transport system exceeds public travel needs, there will be very little traffic. I support anything that improves traffic, as this negatively affects almost everyone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1211076829395738626,[],[],0,,False,794,332,88,,None,,,,,,,"[{'screen_name': 'cyrusposting', 'name': 'cyrus', 'id': '976827659996065792'}]",,,, +3405,1211071324518531072,1210918835861241856,1577576879000.0,2019-12-28 23:47:59,+0000,,"@Joe__Wakefield @austinbarnard45 @tjq1190 @tyger_cyber @fawfulfan @_Mikemo This is a pretty awful lie. I left South Africa by myself when I was 17 with just a backpack & suitcase of books. Worked on my Mom’s cousin’s farm in Saskatchewan & a lumber mill in Vancouver. Went to Queens Univ with scholarship & debt, then same to UPenn/Wharton & Stanford.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1211071324518531072,[],[],0,,False,9871,352,723,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'tjq1190', 'name': 'Tyler J. Quebedeaux', 'id': '874839988722184193'}, {'screen_name': 'tyger_cyber', 'name': 'Cyber Tyger', 'id': '1203378935272075264'}, {'screen_name': 'fawfulfan', 'name': 'Matthew Chapman', 'id': '716813053'}, {'screen_name': '_mikemo', 'name': 'mo old', 'id': '1334189185217953792'}]",,,, +3406,1211069054779301894,1210918835861241856,1577576337000.0,2019-12-28 23:38:57,+0000,,"@austinbarnard45 @tjq1190 @tyger_cyber @fawfulfan @_Mikemo This person blocked me, so can’t read the tweet. Whats their deal?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1211069054779301894,[],[],0,,False,2459,153,81,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'tjq1190', 'name': 'Tyler J. Quebedeaux', 'id': '874839988722184193'}, {'screen_name': 'tyger_cyber', 'name': 'Cyber Tyger', 'id': '1203378935272075264'}, {'screen_name': 'fawfulfan', 'name': 'Matthew Chapman', 'id': '716813053'}, {'screen_name': '_mikemo', 'name': 'mo old', 'id': '1334189185217953792'}]",,,, +3407,1211064937004589056,1210918835861241856,1577575356000.0,2019-12-28 23:22:36,+0000,,"@IrinaAntony @tjq1190 @tyger_cyber @fawfulfan @_Mikemo We started Zip2 with ~$2k from me plus my overclocked home-built PC, ~$5k from my bro & ~$8k from Greg Kouri (such a good guy — he is greatly missed). My Dad provided 10% of a ~$200k angel funding round much later, but by then risk was reduced & round would’ve happened anyway.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1211064937004589056,[],[],0,,False,3986,127,331,,None,,,,,,,"[{'screen_name': 'IrinaAntony', 'name': '✨⭐️✨', 'id': '326439288'}, {'screen_name': 'tjq1190', 'name': 'Tyler J. Quebedeaux', 'id': '874839988722184193'}, {'screen_name': 'tyger_cyber', 'name': 'Cyber Tyger', 'id': '1203378935272075264'}, {'screen_name': 'fawfulfan', 'name': 'Matthew Chapman', 'id': '716813053'}, {'screen_name': '_mikemo', 'name': 'mo old', 'id': '1334189185217953792'}]",,,, +3408,1211054942192119808,1210918835861241856,1577572973000.0,2019-12-28 22:42:53,+0000,,"@tjq1190 @tyger_cyber @fawfulfan @_Mikemo He didn’t own an emerald mine & I worked my way through college, ending up ~$100k in student debt. I couldn’t even afford a 2nd PC at Zip2, so programmed at night & website only worked during day. Where is this bs coming from?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1211054942192119808,[],[],0,,False,11856,319,1079,,None,,,,,,,"[{'screen_name': 'tjq1190', 'name': 'Tyler J. Quebedeaux', 'id': '874839988722184193'}, {'screen_name': 'tyger_cyber', 'name': 'Cyber Tyger', 'id': '1203378935272075264'}, {'screen_name': 'fawfulfan', 'name': 'Matthew Chapman', 'id': '716813053'}, {'screen_name': '_mikemo', 'name': 'mo old', 'id': '1334189185217953792'}]",,,, +3409,1211051740562366464,1210774027054145536,1577572209000.0,2019-12-28 22:30:09,+0000,,@geofficient Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1211051740562366464,[],[],0,,False,2429,32,45,,None,,,,,,,"[{'screen_name': 'geofficient', 'name': 'Geofficient - CAT', 'id': '1157422621027262465'}]",,,, +3410,1211030324660051968,1210774027054145536,1577567103000.0,2019-12-28 21:05:03,+0000,,@annerajb @justpaulinelol Federal,es,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1211030324660051968,[],[],0,,False,625,37,36,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +3411,1211030194787700736,1210774027054145536,1577567072000.0,2019-12-28 21:04:32,+0000,,@justpaulinelol @annerajb Probably 2021. Depends on regulatory approvals.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1211030194787700736,[],[],0,,False,502,32,35,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +3412,1211029491188948992,1210774027054145536,1577566905000.0,2019-12-28 21:01:45,+0000,,@annerajb Hopefully working in Caribbean by end of 2020. Def by 2021.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1211029491188948992,[],[],0,,False,711,39,56,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +3413,1211010494695391232,1210989784144982018,1577562376000.0,2019-12-28 19:46:16,+0000,,"@waitbutwhy @Kurz_Gesagt Maximizing conversion of mass to aimed photons (pure momentum) is actually the highest possible efficiency, which is why an antimatter drive is probably the best way to get to other star systems with known physics. For “close” stars, a laser sail is good too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1211010494695391232,[],[],0,,False,3400,203,227,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}, {'screen_name': 'Kurz_Gesagt', 'name': 'Kurzgesagt', 'id': '1603439773'}]",,,, +3414,1210777492027363328,1210777403229818880,1577506823000.0,2019-12-28 04:20:23,+0000,,"@TheAssassin_95 Yes, but it’s too secret",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1210777492027363328,[],[],0,,False,3825,152,171,,None,,,,,,,[],,,, +3415,1210777395738734593,1210774027054145536,1577506800000.0,2019-12-28 04:20:00,+0000,,@Erdayastronaut @teslaownersSV @Benioff Hopefully fully operational in 2020,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1210777395738734593,[],[],0,,False,2785,128,127,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Benioff', 'name': 'Marc Benioff', 'id': '22330739'}]",,,, +3416,1210777003390951429,1210774027054145536,1577506707000.0,2019-12-28 04:18:27,+0000,,"@teslaownersSV @Benioff Boring Co is completing its first commercial tunnel in Vegas, going from Convention Center to Strip, then will work on other projects",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1210777003390951429,[],[],0,,False,4284,156,219,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Benioff', 'name': 'Marc Benioff', 'id': '22330739'}]",,,, +3417,1210776160444932097,1210774027054145536,1577506506000.0,2019-12-28 04:15:06,+0000,,"@flcnhvy No, he’s still much faster 🐌",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1210776160444932097,[],[],0,,False,2362,92,63,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3418,1210775790440177664,1210774027054145536,1577506418000.0,2019-12-28 04:13:38,+0000,,"These would be road tunnels for zero emissions vehicles only — no toxic fumes is the key. Really, just an underground road, but limited to EVs (from all auto companies). This is not in place of other solutions, eg light rail, but supplemental to them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1210775790440177664,[],[],0,,False,61186,2498,2559,,None,,,,,,,[],,,, +3419,1210775044919459841,1210774027054145536,1577506240000.0,2019-12-28 04:10:40,+0000,,@teslaownersSV Done by dawn,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1210775044919459841,[],[],0,,False,3501,68,80,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +3420,1210774833681719296,1210774027054145536,1577506190000.0,2019-12-28 04:09:50,+0000,,@Salo4201 That would be a fringe benefit 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1210774833681719296,[],[],0,,False,4607,54,80,,None,,,,,,,"[{'screen_name': 'Salo4201', 'name': '§alomón', 'id': '1000880392638025728'}]",,,, +3421,1210774027054145536,1210774027054145536,1577505997000.0,2019-12-28 04:06:37,+0000,,"Build super safe, Earthquake-proof tunnels under cities to solve traffic",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1210774027054145536,[],[],0,,False,83123,10724,7180,,None,,,,,,,[],,,, +3422,1210756338348744705,1210649166407438336,1577501780000.0,2019-12-28 02:56:20,+0000,,@JaneidyEve Flight is hopefully 2 to 3 months away,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1210756338348744705,[],[],0,,False,2290,105,190,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +3423,1210756057791729665,1210649166407438336,1577501713000.0,2019-12-28 02:55:13,+0000,,"@JaneidyEve We’re now building flight design of Starship SN1, but each SN will have at least minor improvements, at least through SN20 or so of Starship V1.0.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1210756057791729665,[],[],0,,False,2015,56,176,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +3424,1210649166407438336,1210649166407438336,1577476228000.0,2019-12-27 19:50:28,+0000,,Was up all night with SpaceX team working on Starship tank dome production (most difficult part of primary structure). Dawn arrives … https://t.co/SzyDSYUYOu,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1210649166407438336,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1210648841206284290/pu/img/_d3-sjqirZHf81i6.jpg,False,102519,2089,5999,,None,,,,,,,[],,,, +3425,1210484106385117189,1210379838013480960,1577436875000.0,2019-12-27 08:54:35,+0000,,@DiscoverMag Please stop spamming bleak links into a paywall,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1210484106385117189,[],[],0,,False,3425,113,97,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +3426,1210348363260071937,1210264473468112896,1577404511000.0,2019-12-26 23:55:11,+0000,,@GutGutM3 @jamescharles Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1210348363260071937,[],[],0,,False,5258,87,121,,None,,,,,,,"[{'screen_name': 'GutGutM3', 'name': 'Gut-Gut', 'id': '1130577580896194560'}, {'screen_name': 'jamescharles', 'name': 'James Charles', 'id': '1117786405'}]",,,, +3427,1210321459677020160,1210319486114500608,1577398097000.0,2019-12-26 22:08:17,+0000,,@Teslarati Activating engine two …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1210321459677020160,[],[],0,,False,3927,175,168,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3428,1210293826734063616,1210270551236730880,1577391509000.0,2019-12-26 20:18:29,+0000,,@KakaroTTo1385 @flcnhvy @Sofiaan @Erdayastronaut It is an honor & a privilege to work with so many great engineers,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1210293826734063616,[],[],0,,False,2204,71,118,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3429,1210293100616151040,1210270551236730880,1577391336000.0,2019-12-26 20:15:36,+0000,,@flcnhvy @Sofiaan @Erdayastronaut The overarching goal of Tesla engineering is maximize area under user happiness curve,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1210293100616151040,[],[],0,,False,2256,108,162,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3430,1210292908693213184,1210270551236730880,1577391290000.0,2019-12-26 20:14:50,+0000,,"@flcnhvy @Sofiaan @Erdayastronaut It’s not that these things can’t be done, they just absorb a lot of software engineering time, which has great opportunity cost. There are very few excellent software engineers & merely increasing team size results in awful bloatware.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1210292908693213184,[],[],0,,False,1946,89,123,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3431,1210278944739446784,1210276245541277697,1577387960000.0,2019-12-26 19:19:20,+0000,,@Kristennetten Future feature,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1210278944739446784,[],[],0,,False,2162,76,63,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +3432,1210276245541277697,1210276245541277697,1577387317000.0,2019-12-26 19:08:37,+0000,,"Turn on auto navigate feature & car will activate traffic-based navigation to work, home or calendar, depending on context, as soon as you sit down. No input required at all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1210276245541277697,[],[],0,,False,45272,1173,1935,,None,,,,,,,[],,,, +3433,1210274559296847872,1210270551236730880,1577386915000.0,2019-12-26 19:01:55,+0000,,"@Sofiaan @Erdayastronaut Possible, but one step at a time. Anything we release to the fleet has big implications these days. For example, if someone’s on data roaming & video is enabled, they will get a giant cell phone bill. Operating in 40+ countries results in many corner cases!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1210274559296847872,[],[],0,,False,1877,85,86,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3434,1210273702476054529,1210272278941798400,1577386711000.0,2019-12-26 18:58:31,+0000,,"@JeremyGreenlee @mobiledavidd Seeing B pillar (diagonal fwd) & side repeater (diagonal back) camera views would probably help for tight situations. We can enable access to these views. Also, no problem to have option to disable auto lock for home.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210273702476054529,[],[],0,,False,1495,103,70,,None,,,,,,,"[{'screen_name': 'JeremyGreenlee', 'name': 'Jeremy Greenlee', 'id': '408518319'}, {'screen_name': 'mobiledavidd', 'name': 'DΛV♪D', 'id': '15465528'}]",,,, +3435,1210272817331073024,1210272278941798400,1577386500000.0,2019-12-26 18:55:00,+0000,,@mobiledavidd We’re building out Superchargers as fast as possible! Need to ramp V3 Supercharger production.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210272817331073024,[],[],0,,False,903,74,53,,None,,,,,,,"[{'screen_name': 'mobiledavidd', 'name': 'DΛV♪D', 'id': '15465528'}]",,,, +3436,1210272098083459072,1210270551236730880,1577386328000.0,2019-12-26 18:52:08,+0000,,@Erdayastronaut Phone notification with ability to view possibly relevant still images is no problem. Live video from several cameras is too much bandwidth.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210272098083459072,[],[],0,,False,3240,151,100,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3437,1210270940254232577,1210270551236730880,1577386052000.0,2019-12-26 18:47:32,+0000,,@Erdayastronaut Most people still don’t know it’s there,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210270940254232577,[],[],0,,False,2731,88,64,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3438,1210270551236730880,1210270551236730880,1577385959000.0,2019-12-26 18:45:59,+0000,,"Just swipe down on Tesla nav button for car to automatically navigate to home, work or destination in calendar",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210270551236730880,[],[],0,,False,58294,1116,2129,,None,,,,,,,[],,,, +3439,1210269213174034432,1210259648068149255,1577385640000.0,2019-12-26 18:40:40,+0000,,"@TesLatino @teslaownersSV @tesla_unplugged @TeslaOwnersofMA @Tesla @disneyplus @BenSullins If you enter a longer distance than range, system should autonav to optimal Superchargers along the way. Is it not doing this correctly?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210269213174034432,[],[],0,,False,960,177,37,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'TeslaOwnersofMA', 'name': '🔋 TeslaOwnersofMA 🔋', 'id': '1108027439589007360'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'disneyplus', 'name': 'Disney+', 'id': '985916593065476096'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}]",,,, +3440,1210268839507681280,1210259648068149255,1577385551000.0,2019-12-26 18:39:11,+0000,,@teslaownersSV @tesla_unplugged @TeslaOwnersofMA @Tesla @disneyplus @BenSullins Merry Christmas 🎄🎁😀 Hope you’re enjoying latest software update!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210268839507681280,[],[],0,,False,1707,185,102,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'TeslaOwnersofMA', 'name': '🔋 TeslaOwnersofMA 🔋', 'id': '1108027439589007360'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'disneyplus', 'name': 'Disney+', 'id': '985916593065476096'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}]",,,, +3441,1210268081441796096,1210264473468112896,1577385370000.0,2019-12-26 18:36:10,+0000,,@jamescharles Yer welcome son,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210268081441796096,[],[],0,,False,8289,86,262,,None,,,,,,,"[{'screen_name': 'jamescharles', 'name': 'James Charles', 'id': '1117786405'}]",,,, +3442,1210267959588864000,1210259648068149255,1577385341000.0,2019-12-26 18:35:41,+0000,,"@teslaownersSV @tesla_unplugged @TeslaOwnersofMA @Tesla @disneyplus @BenSullins Car should autonavigate to destinations based on your calendar. If nothing in calendar, should do work in morning & home in evening. Future versions will guess based on prior patterns (if preference enabled).",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210267959588864000,[],[],0,,False,1038,104,66,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'TeslaOwnersofMA', 'name': '🔋 TeslaOwnersofMA 🔋', 'id': '1108027439589007360'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'disneyplus', 'name': 'Disney+', 'id': '985916593065476096'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}]",,,, +3443,1210267330107699200,1210264473468112896,1577385191000.0,2019-12-26 18:33:11,+0000,,@jamescharles That is odd. Try pressing both scroll wheel buttons to reboot. Have forwarded this to service.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210267330107699200,[],[],0,,False,6341,63,115,,None,,,,,,,"[{'screen_name': 'jamescharles', 'name': 'James Charles', 'id': '1117786405'}]",,,, +3444,1210263196457504768,1210259648068149255,1577384206000.0,2019-12-26 18:16:46,+0000,,@teslaownersSV @tesla_unplugged @TeslaOwnersofMA @Tesla @disneyplus @BenSullins No,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210263196457504768,[],[],0,,False,804,144,41,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'TeslaOwnersofMA', 'name': '🔋 TeslaOwnersofMA 🔋', 'id': '1108027439589007360'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'disneyplus', 'name': 'Disney+', 'id': '985916593065476096'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}]",,,, +3445,1210259962598838272,1210259648068149255,1577383435000.0,2019-12-26 18:03:55,+0000,,@TeslaOwnersofMA @Tesla @disneyplus @BenSullins Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1210259962598838272,[],[],0,,False,2265,116,117,,None,,,,,,,"[{'screen_name': 'TeslaOwnersofMA', 'name': '🔋 TeslaOwnersofMA 🔋', 'id': '1108027439589007360'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'disneyplus', 'name': 'Disney+', 'id': '985916593065476096'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}]",,,, +3446,1209624448686608384,1209116807623331841,1577231916000.0,2019-12-24 23:58:36,+0000,,@mikeduncan They should double down on insanity of Cats. Right move.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1209624448686608384,[],[],0,,False,1063,81,40,,None,,,,,,,"[{'screen_name': 'mikeduncan', 'name': 'Mike Duncan', 'id': '1826971'}]",,,, +3447,1209623475389902849,1209116807623331841,1577231684000.0,2019-12-24 23:54:44,+0000,,@JaneidyEve @RenataKonkoly @mikeduncan Black Mirror,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1209623475389902849,[],[],0,,False,1902,140,96,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'mikeduncan', 'name': 'Mike Duncan', 'id': '1826971'}]",,,, +3448,1209623244208312326,1209116807623331841,1577231629000.0,2019-12-24 23:53:49,+0000,,@RenataKonkoly @mikeduncan Parasite,pt,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1209623244208312326,[],[],0,,False,2141,87,136,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'mikeduncan', 'name': 'Mike Duncan', 'id': '1826971'}]",,,, +3449,1209622223520186368,1209116807623331841,1577231386000.0,2019-12-24 23:49:46,+0000,,@mikeduncan True,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1209622223520186368,[],[],0,,False,1699,61,45,,None,,,,,,,"[{'screen_name': 'mikeduncan', 'name': 'Mike Duncan', 'id': '1826971'}]",,,, +3450,1209583623499927552,1191776680249110528,1577222183000.0,2019-12-24 21:16:23,+0000,,@AdamDanielKing Needs improvement,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1209583623499927552,[],[],0,,False,699,62,33,,None,,,,,,,"[{'screen_name': 'AdamDanielKing', 'name': 'Adam King', 'id': '825592107272388609'}]",,,, +3451,1209536537794359297,1209532295813554176,1577210957000.0,2019-12-24 18:09:17,+0000,,@Erdayastronaut @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1209536537794359297,[],[],0,,False,3114,231,85,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3452,1209404980693807108,1209400826088820736,1577179591000.0,2019-12-24 09:26:31,+0000,,@royalsociety He was awesome. I squared R heating is why room temp superconductors aren’t needed to carry power long distances efficiently. Just jack up voltage.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1209404980693807108,[],[],0,,False,2682,104,121,,None,,,,,,,"[{'screen_name': 'royalsociety', 'name': 'The Royal Society', 'id': '28567809'}]",,,, +3453,1209217693108318208,1209217693108318208,1577134938000.0,2019-12-23 21:02:18,+0000,,stock art https://t.co/HSWnwK68OV,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1209217693108318208,[],['https://pbs.twimg.com/media/EMgBEZhWoAE_JHW.jpg'],1,https://pbs.twimg.com/media/EMgBEZhWoAE_JHW.jpg,False,348233,7129,39555,,None,,,,,,,[],,,, +3454,1209142364473843713,1209142364473843713,1577116979000.0,2019-12-23 16:02:59,+0000,,Whoa … the stock is so high lol,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1209142364473843713,[],[],0,,False,230572,5172,17197,,None,,,,,,,[],,,, +3455,1209141597629243393,1209141056148844544,1577116796000.0,2019-12-23 15:59:56,+0000,,@markets 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1209141597629243393,[],[],0,,False,9385,247,479,,None,,,,,,,"[{'screen_name': 'markets', 'name': 'Bloomberg Markets', 'id': '69620713'}]",,,, +3456,1208878003721097217,1208590195030974464,1577053950000.0,2019-12-22 22:32:30,+0000,,"@annerajb @RationalEtienne @aufrana @cleantechnica Big communication penalty for remote work, which means the gain in talent that won’t move has to be very high",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1208878003721097217,[],[],0,,False,1347,98,80,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'aufrana', 'name': 'Rana Umar', 'id': '188313082'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3457,1208877220233482240,1208874832634482688,1577053763000.0,2019-12-22 22:29:23,+0000,,@therealcliffyb @Tesla @SpaceX Truth,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1208877220233482240,[],[],0,,False,1046,18,39,,None,,,,,,,"[{'screen_name': 'therealcliffyb', 'name': 'Cliff Bleszinski', 'id': '48485771'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3458,1208876536566177792,1208590195030974464,1577053600000.0,2019-12-22 22:26:40,+0000,,"@RationalEtienne @aufrana @cleantechnica Wow, accurate analysis!",fr,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1208876536566177792,[],[],0,,False,863,26,54,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'aufrana', 'name': 'Rana Umar', 'id': '188313082'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3459,1208876280491327488,1208874832634482688,1577053539000.0,2019-12-22 22:25:39,+0000,,@therealcliffyb @Tesla Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1208876280491327488,[],[],0,,False,1791,63,45,,None,,,,,,,"[{'screen_name': 'therealcliffyb', 'name': 'Cliff Bleszinski', 'id': '48485771'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3460,1208875951632736256,1208830673995198465,1577053461000.0,2019-12-22 22:24:21,+0000,,@mikensbg @flcnhvy Ok ☺️,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1208875951632736256,[],[],0,,False,2103,33,53,,None,,,,,,,"[{'screen_name': 'mikensbg', 'name': 'Mike Nsubuga', 'id': '2797797752'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3461,1208863275749785600,1208830673995198465,1577050439000.0,2019-12-22 21:33:59,+0000,,@RationalEtienne @RenataKonkoly Don’t wanna brag but … 🚘💨 was me,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1208863275749785600,[],[],0,,False,1314,76,68,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}]",,,, +3462,1208854704374960128,1208849215947988993,1577048395000.0,2019-12-22 20:59:55,+0000,,@nichegamer Henry Cavill +1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1208854704374960128,[],[],0,,False,4791,62,310,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +3463,1208854014663610368,1208830673995198465,1577048231000.0,2019-12-22 20:57:11,+0000,,@RenataKonkoly Also fake Soundcloud rapper,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1208854014663610368,[],[],0,,False,731,43,41,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}]",,,, +3464,1208842098121687040,1208830673995198465,1577045390000.0,2019-12-22 20:09:50,+0000,,@reecethesaxman @youfoundalec @EV_Stevee @teslaownersSV @cgpgrey Write games,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1208842098121687040,[],[],0,,False,1418,61,107,,None,,,,,,,"[{'screen_name': 'youfoundalec', 'name': 'Alec Palm', 'id': '1105343531411955712'}, {'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}]",,,, +3465,1208841343440568320,1208830673995198465,1577045210000.0,2019-12-22 20:06:50,+0000,,@youfoundalec @EV_Stevee @teslaownersSV @cgpgrey Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1208841343440568320,[],[],0,,False,897,73,75,,None,,,,,,,"[{'screen_name': 'youfoundalec', 'name': 'Alec Palm', 'id': '1105343531411955712'}, {'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}]",,,, +3466,1208840481880150018,1208830673995198465,1577045004000.0,2019-12-22 20:03:24,+0000,,"@teslaownersSV @cgpgrey Regarding 2.X to 3 hardware update, that should happen in earnest in Q1. Software feature delta was zero until now, so not much point in doing it before then.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1208840481880150018,[],[],0,,False,1408,105,142,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}]",,,, +3467,1208839653979119616,1208830673995198465,1577044807000.0,2019-12-22 20:00:07,+0000,,"@EV_Stevee @teslaownersSV @cgpgrey Pretty much, although if there was a way to spend money to solve software problems sooner, I’d love it. The real constraint is finding great software engineers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1208839653979119616,[],[],0,,False,770,50,58,,None,,,,,,,"[{'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}]",,,, +3468,1208838589582209024,1208830673995198465,1577044553000.0,2019-12-22 19:55:53,+0000,,@flcnhvy @cgpgrey @thirdrowtesla Ok sure,fr,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208838589582209024,[],[],0,,False,2493,90,75,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +3469,1208837788180725760,1208830673995198465,1577044362000.0,2019-12-22 19:52:42,+0000,,@EV_Stevee @teslaownersSV @cgpgrey Sorry for the delay on V2.X! We just couldn’t get it all done in time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208837788180725760,[],[],0,,False,644,22,39,,None,,,,,,,"[{'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}]",,,, +3470,1208837592059219968,1208830673995198465,1577044315000.0,2019-12-22 19:51:55,+0000,,"@marialauraadr @teslaownersSV @cgpgrey Unfortunately, this has been necessary for many years, but hopefully not forever",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208837592059219968,[],[],0,,False,1785,56,58,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}]",,,, +3471,1208836576521814016,1208830673995198465,1577044073000.0,2019-12-22 19:47:53,+0000,,"@teslaownersSV @cgpgrey Sorry, it’s been a bit of a struggle. Software team has been working all weekend to resolve last minute issues. Hopefully starts rolling out tonight.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208836576521814016,[],[],0,,False,1575,78,82,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}]",,,, +3472,1208834303003516928,1208830673995198465,1577043531000.0,2019-12-22 19:38:51,+0000,,"@cgpgrey My wiki is a war zone with a zillion edits. At least it’s obviously not curated! Some day, I should probably write what *my* fictionalized version of reality is 🤣🤣",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208834303003516928,[],[],0,,False,11841,160,290,,None,,,,,,,"[{'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}]",,,, +3473,1208832682693541888,1208830673995198465,1577043145000.0,2019-12-22 19:32:25,+0000,,@RenataKonkoly Yes 🤣♥️,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208832682693541888,[],[],0,,False,7440,71,109,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}]",,,, +3474,1208832207801872385,1208830673995198465,1577043032000.0,2019-12-22 19:30:32,+0000,,"@TechnologicAli Started Zip2 with ~$2k & ~$100k of student debt, rolled proceeds into X/PayPal, rolled proceeds again into SpaceX/Tesla, but these are all companies where I played fundamental founding role. Not right to ask others to put in money if I don’t put in mine.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208832207801872385,[],[],0,,False,11913,165,796,,None,,,,,,,"[{'screen_name': 'TechnologicAli', 'name': 'Ali Thanawalla📱', 'id': '15934471'}]",,,, +3475,1208831048026509312,1208830673995198465,1577042755000.0,2019-12-22 19:25:55,+0000,,"If Tesla & SpaceX go bankrupt, so will I. As it should be.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208831048026509312,[],[],0,,False,127186,1904,7206,,None,,,,,,,[],,,, +3476,1208830673995198465,1208830673995198465,1577042666000.0,2019-12-22 19:24:26,+0000,,"Just looked at my wiki for 1st time in years. It’s insane! Btw, can someone please delete “investor”. I do basically zero investing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1208830673995198465,[],[],0,,False,174446,2577,8260,,None,,,,,,,[],,,, +3477,1208679393096130560,1208549746421293057,1577006598000.0,2019-12-22 09:23:18,+0000,,Pre VFX cut would be $$$$,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1208679393096130560,[],[],0,,False,20538,300,374,,None,,,,,,,[],,,, +3478,1208676621441355777,1208632836791709696,1577005937000.0,2019-12-22 09:12:17,+0000,,@newscientist Another milestone,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1208676621441355777,[],[],0,,False,2554,102,88,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +3479,1208675660006191106,1208398160609062914,1577005708000.0,2019-12-22 09:08:28,+0000,,@RationalEtienne @DonchoGunchev @Tesla @karpathy Sending you healing vibes …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1208675660006191106,[],[],0,,False,1911,65,76,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'DonchoGunchev', 'name': 'Doncho Gunch≡𝕧 🍀 👻', 'id': '1006543558072061952'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +3480,1208671790706216960,1208590195030974464,1577004785000.0,2019-12-22 08:53:05,+0000,,"@RationalEtienne @cleantechnica That’s certainly our impression, but it’s an old version of Tesla software, so effect is limited",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1208671790706216960,[],[],0,,False,2381,84,99,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3481,1208662779122475009,1208590195030974464,1577002637000.0,2019-12-22 08:17:17,+0000,,@cleantechnica “In-house” 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1208662779122475009,[],[],0,,False,3021,116,153,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3482,1208549746421293057,1208549746421293057,1576975687000.0,2019-12-22 00:48:07,+0000,,The real reason for Looper was to travel back in time & stop a terrible calamity — the premiere of Cats!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1208549746421293057,[],[],0,,False,120067,1574,7868,,None,,,,,,,[],,,, +3483,1208518677458341888,1208517470589341696,1576968280000.0,2019-12-21 22:44:40,+0000,,@lukemiler @Jon_Favreau For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1208518677458341888,[],[],0,,False,1460,24,33,,None,,,,,,,"[{'screen_name': 'lukemiler', 'name': 'Luke Miler', 'id': '11934902'}, {'screen_name': 'Jon_Favreau', 'name': 'Jon Favreau', 'id': '22677790'}]",,,, +3484,1208517470589341696,1208517470589341696,1576967992000.0,2019-12-21 22:39:52,+0000,,Great show 🐼 https://t.co/12rguHHpgz,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1208517470589341696,[],['https://pbs.twimg.com/media/EMWEO-bUwAAHpRo.jpg'],1,https://pbs.twimg.com/media/EMWEO-bUwAAHpRo.jpg,False,138083,943,13701,,None,,,,,,,[],,,, +3485,1208505515443048448,1208505515443048448,1576965142000.0,2019-12-21 21:52:22,+0000,,Holiday gift ideas https://t.co/uBBofvkYAI,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1208505515443048448,[],['https://pbs.twimg.com/media/EMV5XDUUEAEd7jd.jpg'],1,https://pbs.twimg.com/media/EMV5XDUUEAEd7jd.jpg,False,86898,1035,6611,,None,,,,,,,[],,,, +3486,1208470170697527296,1208113137179906048,1576956715000.0,2019-12-21 19:31:55,+0000,,@dealer_of_happy @Tesla We’re working on moving more cars to Florida. End of year delivery is intense! Very proud of Tesla team for all their hard work.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1208470170697527296,[],[],0,,False,4261,103,180,,None,,,,,,,"[{'screen_name': 'dealer_of_happy', 'name': 'Dealer of Happiness', 'id': '926168449042219008'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3487,1208469244188360704,1208466013886410752,1576956494000.0,2019-12-21 19:28:14,+0000,,@RisibleVolatile Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1208469244188360704,[],[],0,,False,728,26,33,,None,,,,,,,"[{'screen_name': 'RisibleVolatile', 'name': 'Philippe Lévesque', 'id': '716985783958298625'}]",,,, +3488,1208468535292203008,1208466013886410752,1576956325000.0,2019-12-21 19:25:25,+0000,,@teslaownersSV Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1208468535292203008,[],[],0,,False,852,145,50,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +3489,1208466265741742080,1208466013886410752,1576955784000.0,2019-12-21 19:16:24,+0000,,@djavenue Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1208466265741742080,[],[],0,,False,778,35,36,,None,,,,,,,"[{'screen_name': 'djavenue', 'name': 'DJ AVENUE', 'id': '22796995'}]",,,, +3490,1208464705833988096,1208423397748887554,1576955412000.0,2019-12-21 19:10:12,+0000,,@flcnhvy @engineers_feed It’s been years,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1208464705833988096,[],[],0,,False,4279,93,131,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +3491,1208464373225672704,1208423397748887554,1576955333000.0,2019-12-21 19:08:53,+0000,,@engineers_feed I try so hard with these jokes!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1208464373225672704,[],[],0,,False,19415,241,962,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +3492,1208245144702468096,1208245144702468096,1576903065000.0,2019-12-21 04:37:45,+0000,,@SpaceForceDoD Starfleet begins,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1208245144702468096,[],[],0,,False,3627,299,452,,None,,,,,,,[],,,, +3493,1208154686148108288,1208102520930947072,1576881498000.0,2019-12-20 22:38:18,+0000,,@Erdayastronaut @NASA @BoeingSpace For sure!🤞,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1208154686148108288,[],[],0,,False,2685,66,65,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'BoeingSpace', 'name': 'Boeing Space', 'id': '3474004752'}]",,,, +3494,1208148748099940357,1208102520930947072,1576880082000.0,2019-12-20 22:14:42,+0000,,@NASA @BoeingSpace Orbit is hard. Best wishes for landing & swift recovery to next mission.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1208148748099940357,[],[],0,,False,11237,188,542,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'BoeingSpace', 'name': 'Boeing Space', 'id': '3474004752'}]",,,, +3495,1208055334977196033,1207776811553214464,1576857811000.0,2019-12-20 16:03:31,+0000,,@wonderofscience @NatureMuseum Does it like the smiths? https://t.co/kWbx1Uqsbo,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1208055334977196033,[],['https://pbs.twimg.com/media/EMPf7H8UEAAmUIS.jpg'],1,https://pbs.twimg.com/media/EMPf7H8UEAAmUIS.jpg,False,3963,187,215,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}, {'screen_name': 'NatureMuseum', 'name': 'Peggy Notebaert Nature Museum', 'id': '25134868'}]",,,, +3496,1207916492265680897,1207865226604863488,1576824708000.0,2019-12-20 06:51:48,+0000,,"@Sofiaan @thirdrowtesla Needs a few more days of validation, then early access, then wide release",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1207916492265680897,[],[],0,,False,2413,119,119,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'thirdrowtesla', 'name': 'Third Row Tesla Podcast', 'id': '1139310453987745792'}]",,,, +3497,1207865226604863488,1207865226604863488,1576812485000.0,2019-12-20 03:28:05,+0000,,"Tesla holiday software update has FSD sneak preview, Stardew Valley, Lost Backgammon & a few other things",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1207865226604863488,[],[],0,,False,62495,1742,2957,,None,,,,,,,[],,,, +3498,1207582415515840512,1207582415515840512,1576745058000.0,2019-12-19 08:44:18,+0000,,You don’t hear much about element 43,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1207582415515840512,[],[],0,,False,70142,2654,2909,,None,,,,,,,[],,,, +3499,1207581363328520192,1207415556619423744,1576744807000.0,2019-12-19 08:40:07,+0000,,"@oxfordteddy @teslainventory @teslaownersSV No, as that’s OG Mobileye hardware",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1207581363328520192,[],[],0,,False,716,30,39,,None,,,,,,,"[{'screen_name': 'oxfordteddy', 'name': 'Ed Byard', 'id': '144552745'}, {'screen_name': 'teslainventory', 'name': '🔋Erik🔋', 'id': '565198801'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +3500,1207580730127073281,1207580454200545280,1576744656000.0,2019-12-19 08:37:36,+0000,,@KingRippleXRP Cinnamon toast crunch,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1207580730127073281,[],[],0,,False,4933,171,287,,None,,,,,,,"[{'screen_name': 'KingRippleXRP', 'name': 'Ripple Man', 'id': '888519521710989313'}]",,,, +3501,1207580289758683136,1207415556619423744,1576744551000.0,2019-12-19 08:35:51,+0000,,"@teslainventory @teslaownersSV This is quite a thorny hardware problem, as there are many diff versions of mcu & autopilot computer & supporting hardware. Cars last so much longer than phones! Hopefully able to upgrade mcu1 & ap2.0 in a few months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1207580289758683136,[],[],0,,False,586,67,52,,None,,,,,,,"[{'screen_name': 'teslainventory', 'name': '🔋Erik🔋', 'id': '565198801'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +3502,1207576449676431360,1207572562466738177,1576743635000.0,2019-12-19 08:20:35,+0000,,This mode will show pic of moth & play the smiths,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1207576449676431360,[],[],0,,False,36501,339,988,,None,,,,,,,[],,,, +3503,1207572680796454915,1207572562466738177,1576742737000.0,2019-12-19 08:05:37,+0000,,@GaryTheBot2 Lämpe,sv,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1207572680796454915,[],[],0,,False,4784,71,101,,None,,,,,,,"[{'screen_name': 'GaryTheBot2', 'name': 'Gary the Bot 🤖', 'id': '305331387'}]",,,, +3504,1207572562466738177,1207572562466738177,1576742709000.0,2019-12-19 08:05:09,+0000,,Tesla Moth Mode (better late than never) https://t.co/Rcu87A8NkO,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1207572562466738177,[],['https://pbs.twimg.com/media/EMIo0IVWsAEFoxL.jpg'],1,https://pbs.twimg.com/media/EMIo0IVWsAEFoxL.jpg,False,178007,1223,19260,,None,,,,,,,[],,,, +3505,1207570485006995456,1207415556619423744,1576742213000.0,2019-12-19 07:56:53,+0000,,"@master_ov @tesletter @teslaownersSV Yes, just costs a few thousand dollars & is more complex than a board swap. Bunch of connectors & antennas need to change. We can improve the speed a little with software optimization, which might be enough.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1207570485006995456,[],[],0,,False,766,41,38,,None,,,,,,,"[{'screen_name': 'master_ov', 'name': 'Ov', 'id': '706694847'}, {'screen_name': 'tesletter', 'name': 'Tesletter', 'id': '979225070764634112'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +3506,1207421568613142528,1207415556619423744,1576706709000.0,2019-12-18 22:05:09,+0000,,@tesletter @teslaownersSV I think we can improve that with a little software optimization,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1207421568613142528,[],[],0,,False,1327,85,58,,None,,,,,,,"[{'screen_name': 'tesletter', 'name': 'Tesletter', 'id': '979225070764634112'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +3507,1207419018044329985,1207415556619423744,1576706101000.0,2019-12-18 21:55:01,+0000,,@coffeemaestro_ This is a great meme 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1207419018044329985,[],[],0,,False,5660,64,90,,None,,,,,,,"[{'screen_name': 'coffeemaestro_', 'name': 'CoffeeMaestro', 'id': '1148364472593080322'}]",,,, +3508,1207416732609990656,1207415556619423744,1576705556000.0,2019-12-18 21:45:56,+0000,,@teslaownersSV MCU (infotainment computer) upgrade not recommended imo. Isn’t needed for full self-driving & cost is ~$2k for limited entertainment improvements.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1207416732609990656,[],[],0,,False,1903,155,77,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +3509,1207415556619423744,1207415556619423744,1576705276000.0,2019-12-18 21:41:16,+0000,,"Never trust cynics, as they excuse their own bad deeds by telling themselves everyone does it",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1207415556619423744,[],[],0,,False,126347,1876,15954,,None,,,,,,,[],,,, +3510,1207131698468544512,1199424478536753155,1576637598000.0,2019-12-18 02:53:18,+0000,,"@acevedo_lex @AlexSibila @Tesla Yes, probably & partially",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1207131698468544512,[],[],0,,False,1858,119,80,,None,,,,,,,"[{'screen_name': 'acevedo_lex', 'name': 'LeX Acevedo', 'id': '892399737621663745'}, {'screen_name': 'AlexSibila', 'name': 'Alex Sibila ⚡', 'id': '113761627'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3511,1207072889318465542,1199424478536753155,1576623577000.0,2019-12-17 22:59:37,+0000,,@AlexSibila @Tesla Some good ideas here!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1207072889318465542,[],[],0,,False,1439,214,67,,None,,,,,,,"[{'screen_name': 'AlexSibila', 'name': 'Alex Sibila ⚡', 'id': '113761627'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3512,1206767825781587969,1206725882162794496,1576550844000.0,2019-12-17 02:47:24,+0000,,"@SpaceX Telemetry indicates soft touchdown on the water, so fairing might still be reusable",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1206767825781587969,[],[],0,,False,12255,371,319,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3513,1206763848977436673,1206725882162794496,1576549896000.0,2019-12-17 02:31:36,+0000,,@SpaceX Sigh …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1206763848977436673,[],[],0,,False,15655,622,459,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3514,1205807718969139200,1205030950750412800,1576321937000.0,2019-12-14 11:12:17,+0000,,"@flcnhvy @Kristennetten Possibly Excession, but I’d recommend reading Player of Games & Surface Detail first. They’re all great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/1205807718969139200,[],[],0,,False,1250,106,71,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}]",,,, +3515,1205806734960234496,1205030950750412800,1576321703000.0,2019-12-14 11:08:23,+0000,,@Kristennetten Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/1205806734960234496,[],[],0,,False,541,34,29,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +3516,1205682780178280448,1205680930779590657,1576292149000.0,2019-12-14 02:55:49,+0000,, https://t.co/LxZAmZIcIS,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1205682780178280448,[],['https://pbs.twimg.com/media/ELtyGKrU0AUcG6V.jpg'],1,https://pbs.twimg.com/media/ELtyGKrU0AUcG6V.jpg,False,91334,930,4621,,None,,,,,,,[],,,, +3517,1205680930779590657,1205680930779590657,1576291709000.0,2019-12-14 02:48:29,+0000,, https://t.co/aAEFph9G6D,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1205680930779590657,[],['https://pbs.twimg.com/media/ELtwajQU4AEAdM7.jpg'],1,https://pbs.twimg.com/media/ELtwajQU4AEAdM7.jpg,False,434981,4208,59160,,None,,,,,,,[],,,, +3518,1205676667705757696,1205571379518672896,1576290692000.0,2019-12-14 02:31:32,+0000,,@bluemoondance74 @ThugsAndMiracle @tfspeakcies @DearHistorians @DeepintoHistory @HellenisticPod @TrueConsPod @IWBpodcast @Coffincast @CacheHistory @AgeofVictoria @ForYourRefPod @WWIIPodcast @namelessdeadpod @ZombieFishbowl @AgeofNapoleon Raptor is making great progress! Just finished an engineering review with SpaceX Propulsion. Engine SN 17 is about to ship to McGregor with some holiday style 🎄😀 https://t.co/3JNIyxY9H0,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1205676667705757696,[],['https://pbs.twimg.com/media/ELtsiZTUEAczEnN.jpg'],1,https://pbs.twimg.com/media/ELtsiZTUEAczEnN.jpg,False,6562,191,667,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'ThugsAndMiracle', 'name': 'Ben', 'id': '271620511'}, {'screen_name': 'tfspeakcies', 'name': 'True Facts with Robert Banquette Podcast', 'id': '1153021207014453253'}, {'screen_name': 'DearHistorians', 'name': 'The Outlandish Historians', 'id': '1026171230553104385'}, {'screen_name': 'DeepintoHistory', 'name': 'Deep into History', 'id': '1017886163468800000'}, {'screen_name': 'HellenisticPod', 'name': 'Derek | The Hellenistic Age Podcast', 'id': '995675426415620101'}, {'screen_name': 'TrueConsPod', 'name': 'True Consequences', 'id': '1162029243003494402'}, {'screen_name': 'IWBpodcast', 'name': 'Kate - Ignorance Was Bliss', 'id': '952657630299918338'}, {'screen_name': 'Coffincast', 'name': '⚰️Coffincast⚰️', 'id': '1148779388416266242'}, {'screen_name': 'CacheHistory', 'name': 'The History Cache Podcast', 'id': '1167625620945289221'}, {'screen_name': 'AgeofVictoria', 'name': 'AGEOFVICTORIAPODCAST 💙', 'id': '879079888157847552'}, {'screen_name': 'ForYourRefPod', 'name': 'For Your Reference Podcast🇦🇺🇰🇪🇹🇴', 'id': '1101042828891701248'}, {'screen_name': 'namelessdeadpod', 'name': 'The Nameless Dead', 'id': '1190695018253733888'}, {'screen_name': 'ZombieFishbowl', 'name': 'Zombie Fishbowl Podcast', 'id': '1133112668896858113'}, {'screen_name': 'AgeofNapoleon', 'name': 'The Age of Napoleon', 'id': '794556864486895617'}]",,,, +3519,1205622140852002816,1205571379518672896,1576277692000.0,2019-12-13 22:54:52,+0000,,@ThugsAndMiracle @tfspeakcies @DearHistorians @DeepintoHistory @HellenisticPod @TrueConsPod @IWBpodcast @Coffincast @CacheHistory @AgeofVictoria @ForYourRefPod @WWIIPodcast @namelessdeadpod @ZombieFishbowl @AgeofNapoleon Age of Napoleon is excellent,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1205622140852002816,[],[],0,,False,1120,79,66,,None,,,,,,,"[{'screen_name': 'ThugsAndMiracle', 'name': 'Ben', 'id': '271620511'}, {'screen_name': 'tfspeakcies', 'name': 'True Facts with Robert Banquette Podcast', 'id': '1153021207014453253'}, {'screen_name': 'DearHistorians', 'name': 'The Outlandish Historians', 'id': '1026171230553104385'}, {'screen_name': 'DeepintoHistory', 'name': 'Deep into History', 'id': '1017886163468800000'}, {'screen_name': 'HellenisticPod', 'name': 'Derek | The Hellenistic Age Podcast', 'id': '995675426415620101'}, {'screen_name': 'TrueConsPod', 'name': 'True Consequences', 'id': '1162029243003494402'}, {'screen_name': 'IWBpodcast', 'name': 'Kate - Ignorance Was Bliss', 'id': '952657630299918338'}, {'screen_name': 'Coffincast', 'name': '⚰️Coffincast⚰️', 'id': '1148779388416266242'}, {'screen_name': 'CacheHistory', 'name': 'The History Cache Podcast', 'id': '1167625620945289221'}, {'screen_name': 'AgeofVictoria', 'name': 'AGEOFVICTORIAPODCAST 💙', 'id': '879079888157847552'}, {'screen_name': 'ForYourRefPod', 'name': 'For Your Reference Podcast🇦🇺🇰🇪🇹🇴', 'id': '1101042828891701248'}, {'screen_name': 'namelessdeadpod', 'name': 'The Nameless Dead', 'id': '1190695018253733888'}, {'screen_name': 'ZombieFishbowl', 'name': 'Zombie Fishbowl Podcast', 'id': '1133112668896858113'}, {'screen_name': 'AgeofNapoleon', 'name': 'The Age of Napoleon', 'id': '794556864486895617'}]",,,, +3520,1205594899988434944,1205592607159726083,1576271197000.0,2019-12-13 21:06:37,+0000,,@skorusARK This is how we will view fossil fuel cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1205594899988434944,[],[],0,,False,1815,87,93,,None,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +3521,1205594734808326144,1205592607159726083,1576271158000.0,2019-12-13 21:05:58,+0000,,@skorusARK Crossing S-curves standard for tech transitions,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1205594734808326144,[],[],0,,False,2478,49,102,,None,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +3522,1205419631080439809,1205408880034902016,1576229410000.0,2019-12-13 09:30:10,+0000,,@nakamura193 Nice to meet you,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1205419631080439809,[],[],0,,False,15470,103,365,,None,,,,,,,"[{'screen_name': 'nakamura193', 'name': 'Ikumi Nakamura \U0001fa90', 'id': '1135380052693020674'}]",,,, +3523,1205415857897164800,1205415857897164800,1576228510000.0,2019-12-13 09:15:10,+0000,,Baby Yoda 💕 https://t.co/jpQvCccHb9,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1205415857897164800,[],['https://pbs.twimg.com/media/ELp_U_UUYAAD9SY.jpg'],1,https://pbs.twimg.com/media/ELp_U_UUYAAD9SY.jpg,False,722781,4630,124004,,None,,,,,,,[],,,, +3524,1205232388978003968,1205030950750412800,1576184768000.0,2019-12-12 21:06:08,+0000,,@flcnhvy We are literally a brain in a vat. The vat is your skull. Everything you think is real is an electrical signal. Feels so real though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1205232388978003968,[],[],0,,False,7805,849,788,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3525,1205230908837523456,1205030950750412800,1576184415000.0,2019-12-12 21:00:15,+0000,,"Games only render what you look at when you look at it, as the compute load would otherwise be impossibly high. Until observed, objects are a probability function, aka quantum mechanics. https://t.co/LbI7dRNM9f",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1205230908837523456,['https://en.m.wikipedia.org/wiki/Schrödinger%27s_cat'],[],0,,False,54558,1754,4334,,None,,,,,,,[],,,, +3526,1205227393385807872,1205030950750412800,1576183577000.0,2019-12-12 20:46:17,+0000,,@Blaine30c Blame Minecraft,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1205227393385807872,[],[],0,,False,1756,48,102,,None,,,,,,,"[{'screen_name': 'Blaine30c', 'name': 'Ben Gahzi', 'id': '2647435721'}]",,,, +3527,1205212598876037120,1205212598876037120,1576180049000.0,2019-12-12 19:47:29,+0000,,smol ∩ puppy ∩ math https://t.co/bmpUurYbPV,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1205212598876037120,[],['https://pbs.twimg.com/media/ELnGeDsVAAAFgVa.jpg'],1,https://pbs.twimg.com/media/ELnGeDsVAAAFgVa.jpg,False,178163,1251,20950,,None,,,,,,,[],,,, +3528,1205207220322881536,1205030950750412800,1576178767000.0,2019-12-12 19:26:07,+0000,,@PPathole Plausible,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1205207220322881536,[],[],0,,False,6001,54,109,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +3529,1205194527335563264,1205027748894384128,1576175741000.0,2019-12-12 18:35:41,+0000,,Meant to say “is render speed”. Frame rate is locked.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1205194527335563264,[],[],0,,False,23562,496,546,,None,,,,,,,[],,,, +3530,1205050955927932928,1205020862061002752,1576141511000.0,2019-12-12 09:05:11,+0000,,@SamTalksTesla https://t.co/z6zljrfUmb,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1205050955927932928,[],['https://pbs.twimg.com/media/ELkzdNbVUAAWIpO.jpg'],1,https://pbs.twimg.com/media/ELkzdNbVUAAWIpO.jpg,False,1586,49,107,,None,,,,,,,[],,,, +3531,1205047789614292993,1205020862061002752,1576140756000.0,2019-12-12 08:52:36,+0000,,@SamTalksTesla There are 2 type of people: those who understand binary & those who don’t. And those who weren’t expecting a ternary joke.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1205047789614292993,[],[],0,,False,1975,104,110,,None,,,,,,,"[{'screen_name': 'SamTalksTesla', 'name': 'Sam', 'id': '1371586453130637316'}]",,,, +3532,1205040910213341184,1205030950750412800,1576139116000.0,2019-12-12 08:25:16,+0000,,@4thFromOurStar Your DLC is $$$$,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1205040910213341184,[],[],0,,False,18038,81,470,,None,,,,,,,"[{'screen_name': '4thFromOurStar', 'name': 'Mars', 'id': '1091459141397180416'}]",,,, +3533,1205040213036158977,1205030950750412800,1576138950000.0,2019-12-12 08:22:30,+0000,,Way too many paywalls & spawn points,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1205040213036158977,[],[],0,,False,57756,630,2681,,None,,,,,,,[],,,, +3534,1205034137981030400,1205030950750412800,1576137501000.0,2019-12-12 07:58:21,+0000,,"@Braddock512 Seriously, the NPC dialog tree should have more options",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205034137981030400,[],[],0,,False,20101,107,657,,None,,,,,,,"[{'screen_name': 'Braddock512', 'name': 'Jeff Braddock - #SoCalTexan', 'id': '162492285'}]",,,, +3535,1205033539055415296,1205030950750412800,1576137358000.0,2019-12-12 07:55:58,+0000,,Just Read the Instructions,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205033539055415296,[],[],0,,False,80343,1136,3863,,None,,,,,,,[],,,, +3536,1205032184823742464,1205027748894384128,1576137035000.0,2019-12-12 07:50:35,+0000,,@TeslaTruckClub Of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205032184823742464,[],[],0,,False,6587,71,170,,None,,,,,,,"[{'screen_name': 'TeslaTruckClub', 'name': 'CyberOwners 📐🚗🚀', 'id': '1105840274322980864'}]",,,, +3537,1205030950750412800,1205030950750412800,1576136741000.0,2019-12-12 07:45:41,+0000,,"If life is a video game, the graphics are great, but the plot is confusing & the tutorial is way too long",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205030950750412800,[],[],0,,False,741160,10279,169214,,None,,,,,,,[],,,, +3538,1205029016761094150,1205028803405238272,1576136280000.0,2019-12-12 07:38:00,+0000,,@andrewMcarney @Tesla Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205029016761094150,[],[],0,,False,2004,89,65,,None,,,,,,,"[{'screen_name': 'andrewMcarney', 'name': 'Andrew Carney', 'id': '109359906'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3539,1205027748894384128,1205027748894384128,1576135978000.0,2019-12-12 07:32:58,+0000,,Root of energy to mass ratio is max render speed of the simulation,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205027748894384128,[],[],0,,False,73481,1723,4485,,None,,,,,,,[],,,, +3540,1205025812526686208,1205020862061002752,1576135516000.0,2019-12-12 07:25:16,+0000,, https://t.co/7Pkb9NiLq8,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205025812526686208,[],['https://pbs.twimg.com/media/ELkclsWVAAIpHO3.jpg'],1,https://pbs.twimg.com/media/ELkclsWVAAIpHO3.jpg,False,64658,742,5517,,None,,,,,,,[],,,, +3541,1205021870237470720,1205020862061002752,1576134576000.0,2019-12-12 07:09:36,+0000,,Math jokes have a small audience,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205021870237470720,[],[],0,,False,56143,1031,2415,,None,,,,,,,[],,,, +3542,1205020862061002752,1205020862061002752,1576134336000.0,2019-12-12 07:05:36,+0000,,Kids these days have no respect! https://t.co/lfJTJnqllQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1205020862061002752,[],['https://pbs.twimg.com/media/ELkYFZgUwAAPdCZ.jpg'],1,https://pbs.twimg.com/media/ELkYFZgUwAAPdCZ.jpg,False,117168,2005,9765,,None,,,,,,,[],,,, +3543,1204697041068163073,1204482749358166017,1576057131000.0,2019-12-11 09:38:51,+0000,,@_mkavin_ @mayemusk That’s the one!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1204697041068163073,[],[],0,,False,1467,51,46,,None,,,,,,,"[{'screen_name': '_mkavin_', 'name': 'Kavin', 'id': '1185840476005388288'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +3544,1204546448827785216,1204482749358166017,1576021227000.0,2019-12-10 23:40:27,+0000,,@Jason @mayemusk It really does,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1204546448827785216,[],[],0,,False,3525,63,77,,None,,,,,,,"[{'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +3545,1204517512102084609,1204482749358166017,1576014328000.0,2019-12-10 21:45:28,+0000,,"@RenataKonkoly @mayemusk They smashed the window to steal the radio, which was worth maybe $20. Got a replacement from junkyard. Btw, great deals available from junkyards! It’s pretty fun fixing/upgrading cars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1204517512102084609,[],[],0,,False,10903,275,301,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +3546,1204516256637784065,1204482749358166017,1576014029000.0,2019-12-10 21:40:29,+0000,,"@v_g_fischer @mayemusk Yeah, 1978 320i that I bought in ‘93 for $1400. I hotrodded it by jamming in a 5 speed transmission from a later model I found in a Philly junkyard when the 4 speed transmission failed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1204516256637784065,[],[],0,,False,3923,94,149,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +3547,1204514775285190656,1204482749358166017,1576013675000.0,2019-12-10 21:34:35,+0000,,"@mayemusk Couldn’t afford to pay for repairs, so I fixed almost everything on that car from parts in the junkyard. Ironically, that’s me replacing broken side window glass. The circle is complete lol.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1204514775285190656,[],[],0,,False,45542,516,2753,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +3548,1204480384068542465,1204476152246685697,1576005476000.0,2019-12-10 19:17:56,+0000,,@justpaulinelol Maybe on Starship? It’s def got the payload capacity …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1204480384068542465,[],[],0,,False,6765,265,261,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +3549,1204478990649458689,1131085163725774848,1576005144000.0,2019-12-10 19:12:24,+0000,,@MemesOfMars @latimes @latimesfood @latimesbooks @latimesphotos @alex_avoigt @JaneidyEve @sara_boutall @RationalEtienne @ICannot_Enough @LaurenRow5 Just wish Russ Mitchell would improve the *quality* of his fiction. Is this too much to ask!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1204478990649458689,[],[],0,,False,1300,177,110,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'latimes', 'name': 'Los Angeles Times', 'id': '16664681'}, {'screen_name': 'latimesfood', 'name': 'L.A. Times Food', 'id': '17796018'}, {'screen_name': 'latimesbooks', 'name': 'L.A. Times Books', 'id': '17918704'}, {'screen_name': 'latimesphotos', 'name': 'L.A. Times Photos', 'id': '17918891'}, {'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'LaurenRow5', 'name': 'Lauren Row', 'id': '997698480058654720'}]",,,, +3550,1204147343278215169,1204037183218356224,1575926073000.0,2019-12-09 21:14:33,+0000,,"@NCBirbhan @Erdayastronaut Yeah, it’s one of my favorite T-shirts!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1204147343278215169,[],[],0,,False,13070,181,262,,None,,,,,,,"[{'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary #TeslaIndia🇮🇳', 'id': '2510241619'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3551,1203464422674485248,1203463366968135680,1575763252000.0,2019-12-08 00:00:52,+0000,,"@teslaownersSV We’ll aim to have it come out same time as truck. Two seater electric ATV designed to work with Cybertruck will be fun! Electric dirt bikes would be cool too. We won’t do road bikes, as too dangerous. I was hit by a truck & almost died on one when I was 17.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1203464422674485248,[],[],0,,False,11684,725,611,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +3552,1203463596346208257,1203373460489043969,1575763055000.0,2019-12-07 23:57:35,+0000,,@Kristennetten Your Twitter comments are great btw!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1203463596346208257,[],[],0,,False,3133,152,106,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K11✨Button', 'id': '985686123123949568'}]",,,, +3553,1203463366968135680,1203463366968135680,1575763000000.0,2019-12-07 23:56:40,+0000,,Huge thanks to everyone who contributed ideas to Cybertruck. It’s better because of you! ♥️♥️♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1203463366968135680,[],[],0,,False,149927,3993,4989,,None,,,,,,,[],,,, +3554,1203462917896597505,1203373460489043969,1575762893000.0,2019-12-07 23:54:53,+0000,,"@Kristennetten This may sound crazy, but asking real people what they’d like in a product is a great way to meet their needs",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1203462917896597505,[],[],0,,False,8869,464,612,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +3555,1203460181549449216,1202968228739211265,1575762241000.0,2019-12-07 23:44:01,+0000,,@Real_John_D @Teslarati @tesla_raj There will be no loss of either,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1203460181549449216,[],[],0,,False,1495,58,65,,None,,,,,,,"[{'screen_name': 'Real_John_D', 'name': 'John D.', 'id': '1008149760086142976'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'tesla_raj', 'name': 'Tesla Raj 🕺🏽', 'id': '1061504849420836865'}]",,,, +3556,1203452693005496320,1202968228739211265,1575760455000.0,2019-12-07 23:14:15,+0000,,"@flcnhvy @Teslarati @tesla_raj That will require a full redesign, but probably ~73 inches or ~185 cm width",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1203452693005496320,[],[],0,,False,1396,95,83,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'tesla_raj', 'name': 'Tesla Raj 🕺🏽', 'id': '1061504849420836865'}]",,,, +3557,1203451690822725633,1202968228739211265,1575760216000.0,2019-12-07 23:10:16,+0000,,"@Everman @Teslarati @tesla_raj True, more for parking at destination. Really needs to fit in same external envelope as a full-size SUV, but with better height control with air suspension, so it can fit in low clearance parking garages.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1203451690822725633,[],[],0,,False,2031,118,84,,None,,,,,,,"[{'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'tesla_raj', 'name': 'Tesla Raj 🕺🏽', 'id': '1061504849420836865'}]",,,, +3558,1203449814563708929,1202968228739211265,1575759769000.0,2019-12-07 23:02:49,+0000,,@Teslarati @tesla_raj We can prob reduce width by an inch & maybe reduce length by 6+ inches without losing on utility or esthetics. Min height is below 75 inches when air suspension set to low. Will post exact number soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1203449814563708929,[],[],0,,False,5068,524,293,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'tesla_raj', 'name': 'Tesla Raj 🕺🏽', 'id': '1061504849420836865'}]",,,, +3559,1203408837820047360,1203408837820047360,1575749999000.0,2019-12-07 20:19:59,+0000,,Speed solves everything https://t.co/DGYlfyInxi,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1203408837820047360,[],['https://pbs.twimg.com/media/ELNd9URU0AETHhj.jpg'],1,https://pbs.twimg.com/media/ELNd9URU0AETHhj.jpg,False,230122,3217,28526,,None,,,,,,,[],,,, +3560,1203178955211194368,1203173838378323973,1575695191000.0,2019-12-07 05:06:31,+0000,,"@JoeWBowles @BillGates He’s def wrong. Solar power is a Gigawatt per square km! All you need is a 100 by 100 mile patch in a deserted corner of Arizona, Texas or Utah (or anywhere) to more than power the entire USA. This analysis goes through calcs https://t.co/fI1I452tm6",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1203178955211194368,['https://blogs.ucl.ac.uk/energy/2015/05/21/fact-checking-elon-musks-blue-square-how-much-solar-to-power-the-us/'],[],0,,False,4473,422,631,,None,,,,,,,"[{'screen_name': 'JoeWBowles', 'name': 'Joe William Bowles II🚀❤️🏈😂', 'id': '871552705763921920'}, {'screen_name': 'BillGates', 'name': 'Bill Gates', 'id': '50393960'}]",,,, +3561,1203173838378323973,1203173838378323973,1575693971000.0,2019-12-07 04:46:11,+0000,,"Super strong roof that generates clean energy, looks great & costs less than a normal roof plus solar panels! https://t.co/D9yUuL7NVE",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1203173838378323973,['http://Tesla.com/solarglass'],[],0,,False,45015,1533,3698,https://twitter.com/Tesla/status/1203082344602591232,None,,,,,,,[],,,, +3562,1203115312016547840,1203076122243715072,1575680017000.0,2019-12-07 00:53:37,+0000,,@vincent13031925 @vicentes @neiltyson Huge admiration & respect for the Tesla China team. Their talent & drive is amazing!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1203115312016547840,[],[],0,,False,4711,158,225,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +3563,1203114454881189888,1203076122243715072,1575679813000.0,2019-12-07 00:50:13,+0000,,@vicentes @neiltyson For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1203114454881189888,[],[],0,,False,5526,71,92,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +3564,1203113955813511169,1203076122243715072,1575679694000.0,2019-12-07 00:48:14,+0000,,"@neiltyson If we create a city on Mars, Earth-Mars travel will be a powerful forcing function for inventing something like warp drive",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1203113955813511169,[],[],0,,False,70540,1639,3830,,None,,,,,,,"[{'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +3565,1202056276353544192,1202056276353544192,1575427524000.0,2019-12-04 02:45:24,+0000,,Launching third flight of this Dragon spacecraft to @Space_Station tomorrow,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1202056276353544192,[],[],0,,False,32076,667,2036,https://twitter.com/SpaceX/status/1199463905258590208,None,,,,,,,[],,,, +3566,1201950417145327616,1201060433156665344,1575402285000.0,2019-12-03 19:44:45,+0000,,@Ragnvaldr1 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1201950417145327616,[],[],0,,False,1636,92,65,,None,,,,,,,"[{'screen_name': 'Ragnvaldr1', 'name': 'Ron Pomeroy', 'id': '197804929'}]",,,, +3567,1201947321807716352,1201603251134709761,1575401547000.0,2019-12-03 19:32:27,+0000,,"@mrzakes After a while, hydrogen became sentient",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1201947321807716352,[],[],0,,False,2370,106,94,,None,,,,,,,"[{'screen_name': 'mrzakes', 'name': 'Zacharia Moalahi', 'id': '51839395'}]",,,, +3568,1201781489639161856,1201763399492947968,1575362009000.0,2019-12-03 08:33:29,+0000,,"@TonyTassell @Urbandirt @naumanbilly Bravo, right thing to do! Short selling should be illegal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1201781489639161856,[],[],0,,False,2975,342,224,,None,,,,,,,"[{'screen_name': 'TonyTassell', 'name': 'Tony Tassell', 'id': '22021397'}, {'screen_name': 'Urbandirt', 'name': 'Leo Lewis', 'id': '22798469'}, {'screen_name': 'naumanbilly', 'name': 'Billy Nauman', 'id': '1135554976481259522'}]",,,, +3569,1201759191821516802,1201641730350600192,1575356693000.0,2019-12-03 07:04:53,+0000,,@willne 🔥🔥,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1201759191821516802,[],[],0,,False,12795,108,186,,None,,,,,,,"[{'screen_name': 'willne', 'name': 'Will', 'id': '634776678'}]",,,, +3570,1201641730350600192,1201641730350600192,1575328688000.0,2019-12-02 23:18:08,+0000,,"People often think they’re breathing oxygen, but are actually breathing nitrogen (78%) with a side serving of oxygen (21%) in argon sauce (1%), spiced up with CO2, H2O & a dash of neon & krypton (etc.)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1201641730350600192,[],[],0,,False,321663,7240,40660,,None,,,,,,,[],,,, +3571,1201603251134709761,1201603251134709761,1575319514000.0,2019-12-02 20:45:14,+0000,,"Hydrogen is a light, odorless gas, which, given enough time, turns into people who will make this statement",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1201603251134709761,[],[],0,,False,170513,2688,12185,,None,,,,,,,[],,,, +3572,1201259545911128065,1071614142866436097,1575237568000.0,2019-12-01 21:59:28,+0000,,@brandonorselli Still can’t believe how hard it was to get https://t.co/46TXqRrsdr!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1201259545911128065,['http://Tesla.com'],[],0,,False,1428,79,101,,None,,,,,,,"[{'screen_name': 'brandonorselli', 'name': 'Brandon Orselli', 'id': '85686980'}]",,,, +3573,1201244930561019904,1201242571500085250,1575234084000.0,2019-12-01 21:01:24,+0000,,@HarryStoltz1 @royalsociety We sent the nicest person in the company to sit on his doorstep until he at least talked to us & then he said yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1201244930561019904,[],[],0,,False,4460,130,172,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'royalsociety', 'name': 'The Royal Society', 'id': '28567809'}]",,,, +3574,1201244266443366400,1201242571500085250,1575233925000.0,2019-12-01 20:58:45,+0000,,"@royalsociety Tesla was almost called Faraday, as original holder of Tesla Motors trademark refused to sell it to us!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1201244266443366400,[],[],0,,False,2892,134,187,,None,,,,,,,"[{'screen_name': 'royalsociety', 'name': 'The Royal Society', 'id': '28567809'}]",,,, +3575,1201064688986910721,1201060433156665344,1575191111000.0,2019-12-01 09:05:11,+0000,,It’s artificial,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1201064688986910721,[],[],0,,False,111229,3223,2373,,None,,,,,,,[],,,, +3576,1201060433156665344,1201060433156665344,1575190096000.0,2019-12-01 08:48:16,+0000,,Do you like our owl? https://t.co/4fNOEv3N5b,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1201060433156665344,[],['https://pbs.twimg.com/media/EKsGGK2VAAEebP7.jpg'],1,https://pbs.twimg.com/media/EKsGGK2VAAEebP7.jpg,False,394179,12749,20470,,None,,,,,,,[],,,, +3577,1201027408221966337,1200033039868420096,1575182222000.0,2019-12-01 06:37:02,+0000,,"@Erdayastronaut @IntEngineering Overall shape is good for low drag coefficient. Matters a lot exactly how you trip airflow at edges & guide air around wheels, like an invisible sculpture.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1201027408221966337,[],[],0,,False,3081,106,142,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'IntEngineering', 'name': 'Interesting Engineering', 'id': '564053183'}]",,,, +3578,1201020290853044224,1201012485844717569,1575180525000.0,2019-12-01 06:08:45,+0000,,@TeslaForLife @Tesla @RamTrucks @Ford Laminar air flow due to a completely smooth bottom is underappreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1201020290853044224,[],[],0,,False,9923,205,349,,None,,,,,,,"[{'screen_name': 'TeslaForLife', 'name': 'Parag Jain', 'id': '1119111969066246145'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'RamTrucks', 'name': 'Ram Trucks', 'id': '91195372'}, {'screen_name': 'Ford', 'name': 'Ford Motor Company', 'id': '15676492'}]",,,, +3579,1201006874599911424,1198751258384818176,1575177327000.0,2019-12-01 05:15:27,+0000,,@Real_John_D That’s why Cybertruck has active suspension height & damping control,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1201006874599911424,[],[],0,,False,3934,131,214,,None,,,,,,,"[{'screen_name': 'Real_John_D', 'name': 'John D.', 'id': '1008149760086142976'}]",,,, +3580,1201005212812468232,1201003482641293312,1575176930000.0,2019-12-01 05:08:50,+0000,,"@indiealexh @es2120 @Tesla @woodhaus2 Safety work is done by engineering, with passive safety by body/chassis eng & active by Autopilot. Design in automotive refers to look & feel.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1201005212812468232,[],[],0,,False,1523,48,109,,None,,,,,,,"[{'screen_name': 'indiealexh', 'name': 'Keyboard Crow', 'id': '275480794'}, {'screen_name': 'es2120', 'name': 'Eric Snapat', 'id': '280633121'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'woodhaus2', 'name': 'Franz von Holzhausen', 'id': '55769345'}]",,,, +3581,1201003028699996162,1200999526623956993,1575176410000.0,2019-12-01 05:00:10,+0000,,@sivarajkumar237 @ZackBornstein @TheOnion They are dead to me,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1201003028699996162,[],[],0,,False,1963,66,82,,None,,,,,,,"[{'screen_name': 'sivarajkumar237', 'name': 'Sivaraj', 'id': '1386380306'}, {'screen_name': 'ZackBornstein', 'name': 'Zack Bornstein', 'id': '51654515'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +3582,1201002154976133126,1200999526623956993,1575176201000.0,2019-12-01 04:56:41,+0000,,@ZackBornstein It’s a generational thing,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1201002154976133126,[],[],0,,False,1244,52,60,,None,,,,,,,"[{'screen_name': 'ZackBornstein', 'name': 'Zack Bornstein', 'id': '51654515'}]",,,, +3583,1200976907417702400,1200033039868420096,1575170182000.0,2019-12-01 03:16:22,+0000,,"@IntEngineering With extreme effort, Cybertruck might hit a 0.30 drag coefficient, which would be insane for a truck. Requires tweaking many small details. https://t.co/IMLJbsInmq",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1200976907417702400,['https://en.m.wikipedia.org/wiki/Automobile_drag_coefficient'],[],0,,False,3849,213,337,,None,,,,,,,"[{'screen_name': 'IntEngineering', 'name': 'Interesting Engineering', 'id': '564053183'}]",,,, +3584,1200326465104990209,1199947248353726464,1575015104000.0,2019-11-29 08:11:44,+0000,,@hardmaru @Tesla Touché,fr,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1200326465104990209,[],[],0,,False,12397,174,350,,None,,,,,,,"[{'screen_name': 'hardmaru', 'name': 'hardmaru', 'id': '2895499182'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3585,1199792644240506880,1199462341076754433,1574887832000.0,2019-11-27 20:50:32,+0000,,@ruttenpete @DeviantArt @TheBakaArts Just because he has a flamethrower and I have a flamethrower doesn’t mean … um … ok fine I’m Hank Scorpio,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1199792644240506880,[],[],0,,False,9166,197,546,,None,,,,,,,"[{'screen_name': 'DeviantArt', 'name': 'DeviantArt', 'id': '1239671'}, {'screen_name': 'TheBakaArts', 'name': 'BakaArts 💎', 'id': '392990160'}]",,,, +3586,1199723451008704513,1199723451008704513,1574871335000.0,2019-11-27 16:15:35,+0000,,This one is deep. Happy Thanksgiving! https://t.co/2Dog5HBxjX,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1199723451008704513,[],['https://pbs.twimg.com/media/EKZGHZRUwAISDCB.jpg'],1,https://pbs.twimg.com/media/EKZGHZRUwAISDCB.jpg,False,267156,2402,28223,,None,,,,,,,[],,,, +3587,1199720951899811841,1198034523134423041,1574870739000.0,2019-11-27 16:05:39,+0000,,@TheWalkingDead @Tesla The finest in apocalypse protection technology! Flamethrower optional.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1199720951899811841,[],[],0,,False,12570,323,617,,None,,,,,,,"[{'screen_name': 'TheWalkingDead', 'name': 'The Walking Dead', 'id': '14724725'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3588,1199718926218776576,1199686131475976193,1574870256000.0,2019-11-27 15:57:36,+0000,,@RenataKonkoly @Tesla @Teslarati @InsideEVs 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1199718926218776576,[],[],0,,False,28059,164,673,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +3589,1199717861381439488,1011672532838055937,1574870002000.0,2019-11-27 15:53:22,+0000,,@TheSeanBooker Def not dainty,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1199717861381439488,[],[],0,,False,1381,68,50,,None,,,,,,,"[{'screen_name': 'TheSeanBooker', 'name': 'Sean Booker', 'id': '16532858'}]",,,, +3590,1199569673832009728,1198699005280022528,1574834671000.0,2019-11-27 06:04:31,+0000,,"@jpthor__ @RodAdib1 Yes, Cybertruck will have steel balls 🤣🤣",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1199569673832009728,[],[],0,,False,3199,170,175,,None,,,,,,,"[{'screen_name': 'RodAdib1', 'name': 'Rod Adib', 'id': '1179538497671065600'}]",,,, +3591,1199526897887195136,1198788116372344832,1574824473000.0,2019-11-27 03:14:33,+0000,,250k,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1199526897887195136,[],[],0,,False,128396,2888,4376,,None,,,,,,,[],,,, +3592,1199240674484162560,1190264525838262272,1574756232000.0,2019-11-26 08:17:12,+0000,,@Nnedi @Tesla We’d be happy to help,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1199240674484162560,[],[],0,,False,2364,87,85,,None,,,,,,,"[{'screen_name': 'Nnedi', 'name': 'Nnedi Okorafor, PhD', 'id': '16504257'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3593,1199158300257865729,1198751258384818176,1574736592000.0,2019-11-26 02:49:52,+0000,,"@kimpaquette @neiltyson Sure, will aim to do this next week",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1199158300257865729,[],[],0,,False,6993,249,256,,None,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄', 'id': '258602317'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +3594,1199157485082312704,1198751258384818176,1574736398000.0,2019-11-26 02:46:38,+0000,,"@neiltyson Agreed, this will be exciting to see!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1199157485082312704,[],[],0,,False,18076,372,450,,None,,,,,,,"[{'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +3595,1199093936070905856,1198751258384818176,1574721247000.0,2019-11-25 22:34:07,+0000,,"@neiltyson Electric motors also have insane torque. If we load both trucks to the max, electric still wins. Physics is the law, everything else is a recommendation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1199093936070905856,[],[],0,,False,33535,821,1830,,None,,,,,,,"[{'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +3596,1199090292177006592,1199090292177006592,1574720378000.0,2019-11-25 22:19:38,+0000,,Bring it on,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1199090292177006592,[],[],0,,False,89614,2004,5230,https://twitter.com/sundeep/status/1198988235252199424,None,,,,,,,[],,,, +3597,1199069792251994112,1197768038415659008,1574715490000.0,2019-11-25 20:58:10,+0000,,@Halo @pewdiepie Cybertruck is inspired by games like Halo. Warthog irl!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1199069792251994112,[],[],0,,False,16560,373,1868,,None,,,,,,,"[{'screen_name': 'Halo', 'name': 'Halo', 'id': '59414975'}, {'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +3598,1198788116372344832,1198788116372344832,1574648334000.0,2019-11-25 02:18:54,+0000,,200k,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1198788116372344832,[],[],0,,False,261228,5780,9466,,None,,,,,,,[],,,, +3599,1198772995021406209,1198699005280022528,1574644728000.0,2019-11-25 01:18:48,+0000,,"@RodAdib1 Yup. Sledgehammer impact on door cracked base of glass, which is why steel ball didn’t bounce off. Should have done steel ball on window, *then* sledgehammer the door. Next time …",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1198772995021406209,[],[],0,,False,10404,681,852,,None,,,,,,,"[{'screen_name': 'RodAdib1', 'name': 'Rod Adib', 'id': '1179538497671065600'}]",,,, +3600,1198751258384818176,1198751258384818176,1574639546000.0,2019-11-24 23:52:26,+0000,,Cybertruck pulls F-150 uphill https://t.co/OfaqUkrDI3,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1198751258384818176,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1198751194216189952/pu/img/LatqvR1jEUHCf7Nn.jpg,False,631311,15085,108102,,None,,,,,,,[],,,, +3601,1198748316080594947,1198700591465156608,1574638844000.0,2019-11-24 23:40:44,+0000,,"@greenspank Higher hardness, higher strength & doesn’t cost crazy money for ~3mm skins",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1198748316080594947,[],[],0,,False,3853,102,111,,None,,,,,,,"[{'screen_name': 'greenspank', 'name': 'Alec Greenspan', 'id': '64506790'}]",,,, +3602,1198747350069460992,1198739652326244355,1574638614000.0,2019-11-24 23:36:54,+0000,,"@TeslaOwnersofMA @Sofiaan @Tesla In general, this is something Tesla should do",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1198747350069460992,[],[],0,,False,1277,40,41,,None,,,,,,,"[{'screen_name': 'TeslaOwnersofMA', 'name': '🔋 TeslaOwnersofMA 🔋', 'id': '1108027439589007360'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3603,1198746930970386433,1198739652326244355,1574638514000.0,2019-11-24 23:35:14,+0000,,@Sofiaan @Tesla We should def make it good to hang out there,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1198746930970386433,[],[],0,,False,1353,59,48,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3604,1198723473708699648,1198723473708699648,1574632921000.0,2019-11-24 22:02:01,+0000,,"Cybertruck is our last product unveil for a while, but there will be some (mostly) unexpected technology announcements next year",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1198723473708699648,[],[],0,,False,149217,3688,7379,,None,,,,,,,[],,,, +3605,1198716053779402752,1198700591465156608,1574631152000.0,2019-11-24 21:32:32,+0000,,"@thomasbroadfoot Good question. It’s a new variant of 300 series stainless steel, but it also gets cold-worked many times, depending on kilotonnage of press.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198716053779402752,[],[],0,,False,3867,84,120,,None,,,,,,,"[{'screen_name': 'thomasbroadfoot', 'name': 'Thomas Broadfoot 👻🧢', 'id': '2900345894'}]",,,, +3606,1198714577141129217,1198700591465156608,1574630800000.0,2019-11-24 21:26:40,+0000,,@JohnnaCrider1 @EV_Stevee @PicklePunchD Can be wrapped in any color!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198714577141129217,[],[],0,,False,1971,111,83,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'PicklePunchD', 'name': 'Angella⭐️King', 'id': '780922166'}]",,,, +3607,1198711981819060225,1198700591465156608,1574630182000.0,2019-11-24 21:16:22,+0000,,@EV_Stevee @PicklePunchD The body panels will actually be laser cut!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198711981819060225,[],[],0,,False,980,73,70,,None,,,,,,,"[{'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'PicklePunchD', 'name': 'Angella⭐️King', 'id': '780922166'}]",,,, +3608,1198711241520242688,1198700591465156608,1574630005000.0,2019-11-24 21:13:25,+0000,,"@S_Padival @annerajb @flcnhvy Long term, it probably makes sense to build a smaller Cybertruck too",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198711241520242688,[],[],0,,False,4204,222,225,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3609,1198710631186063360,1198705790472740864,1574629860000.0,2019-11-24 21:11:00,+0000,,@vistacruiser7 @RenataKonkoly Interesting idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198710631186063360,[],[],0,,False,2537,90,74,,None,,,,,,,"[{'screen_name': 'vistacruiser7', 'name': 'vistacruiser7', 'id': '1184775980'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}]",,,, +3610,1198710455889317889,1198156547999748097,1574629818000.0,2019-11-24 21:10:18,+0000,,@evanthefreeman @CoinstorageGuru True,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198710455889317889,[],[],0,,False,1878,28,43,,None,,,,,,,"[{'screen_name': 'evanthefreeman', 'name': '$tesseract', 'id': '744392185496252416'}, {'screen_name': 'CoinStorageGuru', 'name': 'CoinStorageGuru', 'id': '1311084155187261440'}]",,,, +3611,1198710253178638336,1198705790472740864,1574629769000.0,2019-11-24 21:09:29,+0000,,@RenataKonkoly 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198710253178638336,[],[],0,,False,5025,31,66,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}]",,,, +3612,1198709720212594688,1198700591465156608,1574629642000.0,2019-11-24 21:07:22,+0000,,@Erdayastronaut Really? Ok sure.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198709720212594688,[],[],0,,False,12436,247,360,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3613,1198709395569303552,1198707571252531200,1574629565000.0,2019-11-24 21:06:05,+0000,,@vicentes Hardcore body engineers will understand this at a profound level,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198709395569303552,[],[],0,,False,1342,47,66,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +3614,1198708228474884096,1198707571252531200,1574629287000.0,2019-11-24 21:01:27,+0000,,"@vicentes Haha true! New manufacturing methods are certainly needed, but then I’m confident it will actually cost less, because of its simplicity & lower part count.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1198708228474884096,[],[],0,,False,2153,72,102,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +3615,1198705790472740864,1198705790472740864,1574628705000.0,2019-11-24 20:51:45,+0000,,⚔️ Study the Blade!! ⚔️ https://t.co/cvuW1TmcjI,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1198705790472740864,[],['https://pbs.twimg.com/media/EKKojvrUUAAga-2.jpg'],1,https://pbs.twimg.com/media/EKKojvrUUAAga-2.jpg,False,125468,1477,15599,,None,,,,,,,[],,,, +3616,1198704127439560705,1198700591465156608,1574628309000.0,2019-11-24 20:45:09,+0000,,"@annerajb @flcnhvy We’re creating this alloy at Tesla. Not a problem to create a lot of it, but we’ll need to come up with new body manufacturing methods, as it can’t be made using standard methods.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1198704127439560705,[],[],0,,False,2487,135,116,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3617,1198702136231526401,1198700591465156608,1574627834000.0,2019-11-24 20:37:14,+0000,,"@flcnhvy Starship steel decision came first. We were going to use titanium skins for Cybertruck, but cold-rolled 30X stainless is much stronger.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1198702136231526401,[],[],0,,False,7020,137,219,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3618,1198701215376216064,1198700591465156608,1574627615000.0,2019-11-24 20:33:35,+0000,,"Even bending it requires a deep score on inside of bend, which is how the prototype was made",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1198701215376216064,[],[],0,,False,35265,661,1002,,None,,,,,,,[],,,, +3619,1198700591465156608,1198700591465156608,1574627466000.0,2019-11-24 20:31:06,+0000,,"Reason Cybertruck is so planar is that you can’t stamp ultra-hard 30X steel, because it breaks the stamping press",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1198700591465156608,[],[],0,,False,109487,2936,7487,,None,,,,,,,[],,,, +3620,1198699005280022528,1198699005280022528,1574627088000.0,2019-11-24 20:24:48,+0000,,Excellent review by Marques!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1198699005280022528,[],[],0,,False,154744,1186,6888,https://twitter.com/MKBHD/status/1198392667287240705,None,,,,,,,[],,,, +3621,1198693994194014208,1198344195317985280,1574625893000.0,2019-11-24 20:04:53,+0000,,187k,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1198693994194014208,[],[],0,,False,72494,1612,2649,,None,,,,,,,[],,,, +3622,1198347877237420032,1198344195317985280,1574543372000.0,2019-11-23 21:09:32,+0000,,@somepitch Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1198347877237420032,[],[],0,,False,4804,189,100,,None,,,,,,,"[{'screen_name': 'somepitch', 'name': 'Colin', 'id': '172989426'}]",,,, +3623,1198347607313022977,1198344195317985280,1574543308000.0,2019-11-23 21:08:28,+0000,,@Revitalize Haha v true,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1198347607313022977,[],[],0,,False,12556,115,324,,None,,,,,,,"[{'screen_name': 'Revitalize', 'name': 'Revitalize', 'id': '1081355268'}]",,,, +3624,1198347240785338368,1198344195317985280,1574543221000.0,2019-11-23 21:07:01,+0000,,With no advertising & no paid endorsement,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1198347240785338368,[],[],0,,False,141675,2564,5807,,None,,,,,,,[],,,, +3625,1198344195317985280,1198344195317985280,1574542494000.0,2019-11-23 20:54:54,+0000,,"146k Cybertruck orders so far, with 42% choosing dual, 41% tri & 17% single motor",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1198344195317985280,[],[],0,,False,284369,7030,22502,,None,,,,,,,[],,,, +3626,1198342833867870208,1198058764940775425,1574542170000.0,2019-11-23 20:49:30,+0000,,@cleantechnica Great analysis,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1198342833867870208,[],[],0,,False,3027,100,106,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3627,1198148310378278912,1197768038415659008,1574495792000.0,2019-11-23 07:56:32,+0000,,@GenerationPls @pewdiepie That would be cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1198148310378278912,[],[],0,,False,1822,95,47,,None,,,,,,,"[{'screen_name': 'GenerationPls', 'name': 'GenerationLikeMePls', 'id': '1123450538094362624'}, {'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +3628,1198142834294919168,1197768038415659008,1574494486000.0,2019-11-23 07:34:46,+0000,,@pewdiepie Gonna have some sick attachments,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1198142834294919168,[],[],0,,False,69081,360,1770,,None,,,,,,,"[{'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +3629,1198138060048752640,1198137295746076672,1574493348000.0,2019-11-23 07:15:48,+0000,,@cleantechnica 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1198138060048752640,[],[],0,,False,3048,119,91,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3630,1198107984271794177,1198090787520598016,1574486177000.0,2019-11-23 05:16:17,+0000,,@carkuwu Armored Personnel Carrier (APC),it,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1198107984271794177,[],[],0,,False,21099,231,559,,None,,,,,,,[],,,, +3631,1198094738739486720,1198094738739486720,1574483019000.0,2019-11-23 04:23:39,+0000,,Riding in the Cybertruck,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1198094738739486720,[],[],0,,False,29222,803,1481,https://twitter.com/Teslarati/status/1197779337681854464,None,,,,,,,[],,,, +3632,1198093416359325697,1197932480915005440,1574482704000.0,2019-11-23 04:18:24,+0000,,@SuperSaf @Tesla Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1198093416359325697,[],[],0,,False,11567,296,331,,None,,,,,,,"[{'screen_name': 'SuperSaf', 'name': 'Safwan AhmedMia', 'id': '28090436'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3633,1198090787520598016,1198090787520598016,1574482077000.0,2019-11-23 04:07:57,+0000,,Franz throws steel ball at Cybertruck window right before launch. Guess we have some improvements to make before production haha. https://t.co/eB0o4tlPoz,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1198090787520598016,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1198090737251864582/pu/img/9wl8lnxzOeX4i2_z.jpg,False,309259,7798,35607,,None,,,,,,,[],,,, +3634,1198088393676058625,1198088393676058625,1574481507000.0,2019-11-23 03:58:27,+0000,,🖤🖤🖤 Syd Mead 🖤🖤🖤 https://t.co/8nbD5LrAQJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1198088393676058625,['https://www.businessinsider.com/blade-runners-syd-mead-says-cybertruck-exceeds-expectations-2019-11'],[],0,,False,76824,1545,4635,,None,,,,,,,[],,,, +3635,1197987290317914112,1197986509950861312,1574457402000.0,2019-11-22 21:16:42,+0000,,@reecethesaxman We threw same steel ball at same window several times right before event & didn’t even scratch the glass!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1197987290317914112,[],[],0,,False,13981,1175,724,,None,,,,,,,[],,,, +3636,1197986509950861312,1197986509950861312,1574457216000.0,2019-11-22 21:13:36,+0000,,"Better truck than an F-150, faster than a Porsche 911. Order Cybertruck online at https://t.co/hltT8dg2NO",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1197986509950861312,['https://www.tesla.com/cybertruck/design#battery'],[],0,,False,148165,10478,15480,,None,,,,,,,[],,,, +3637,1197895848950026240,1197742431795654662,1574435600000.0,2019-11-22 15:13:20,+0000,,@mithunoorath @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1197895848950026240,[],[],0,,False,5479,243,142,,None,,,,,,,"[{'screen_name': 'mithunoorath', 'name': 'Mit-thun', 'id': '29140437'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3638,1197889310550216704,1197768038415659008,1574434041000.0,2019-11-22 14:47:21,+0000,,"@JRussell614 Will be an option to add solar power that generates 15 miles per day, possibly more. Would love this to be self-powered. Adding fold out solar wings would generate 30 to 40 miles per day. Avg miles per day in US is 30.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1197889310550216704,[],[],0,,False,13202,390,867,,None,,,,,,,"[{'screen_name': 'JRussell614', 'name': '☁️Joe Russell☁️', 'id': '197245483'}]",,,, +3639,1197886803799232512,1197885937805676544,1574433444000.0,2019-11-22 14:37:24,+0000,,@MoeSargi Tesla 2 person electric ATV will come at first as an option for Cybertruck,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1197886803799232512,[],[],0,,False,3820,183,306,,None,,,,,,,"[{'screen_name': 'MoeSargi', 'name': 'MOE SARGI', 'id': '904201081'}]",,,, +3640,1197807605906673669,1197768038415659008,1574414562000.0,2019-11-22 09:22:42,+0000,,@CyberpunkGame See ya in 2077 😉,in,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1197807605906673669,[],[],0,,False,33423,167,946,,None,,,,,,,"[{'screen_name': 'CyberpunkGame', 'name': 'Cyberpunk 2077', 'id': '821102114'}]",,,, +3641,1197768038415659008,1197768038415659008,1574405128000.0,2019-11-22 06:45:28,+0000,,Nobody *expects* the Cybertruck https://t.co/khhYNFaVKs,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1197768038415659008,[],['https://pbs.twimg.com/media/EJ9Tq2IVAAAr_vn.jpg'],1,https://pbs.twimg.com/media/EJ9Tq2IVAAAr_vn.jpg,False,410069,13161,43940,,None,,,,,,,[],,,, +3642,1197756132002975744,1197749327411761152,1574402289000.0,2019-11-22 05:58:09,+0000,,@Qrypton Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1197756132002975744,[],[],0,,False,6329,229,178,,None,,,,,,,"[{'screen_name': 'Qrypton', 'name': 'Mr Hlomula', 'id': '40887279'}]",,,, +3643,1197714124852977664,1197707047837417472,1574392274000.0,2019-11-22 03:11:14,+0000,,@tesla_addicted @DMC_Ryan Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1197714124852977664,[],[],0,,False,1736,44,40,,None,,,,,,,"[{'screen_name': 'tesla_addicted', 'name': 'Gabriel -', 'id': '863210001082576898'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +3644,1197712829177987072,1197707047837417472,1574391965000.0,2019-11-22 03:06:05,+0000,,@DMC_Ryan High time we had a Tesla coil!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1197712829177987072,[],[],0,,False,1810,74,75,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +3645,1197638937109336066,1197638937109336066,1574374348000.0,2019-11-21 22:12:28,+0000,,Cybertruck design influenced partly by The Spy Who Loved Me https://t.co/HKBzxFNfzm,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1197638937109336066,['https://m.youtube.com/watch?v=yeBqf6bYZak'],[],0,,False,18936,1137,1563,,None,,,,,,,[],,,, +3646,1197637653903970304,1197635195891048448,1574374042000.0,2019-11-21 22:07:22,+0000,,@ElenMatvievska @Tesla Coming soon! We’re working to complete the full Supercharger route from London to Shanghai.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1197637653903970304,[],[],0,,False,2192,106,139,,None,,,,,,,"[{'screen_name': 'ElenMatvievska', 'name': 'Ξ L Ξ N💫', 'id': '966737820047036417'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3647,1197627433970589696,1197627433970589696,1574371605000.0,2019-11-21 21:26:45,+0000,,Tesla Cybertruck (pressurized edition) will be official truck of Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1197627433970589696,[],[],0,,False,118149,2256,9838,,None,,,,,,,[],,,, +3648,1197627240697061376,230421989112807424,1574371559000.0,2019-11-21 21:25:59,+0000,,@ward069 Of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1197627240697061376,[],[],0,,False,2432,29,55,,None,,,,,,,"[{'screen_name': 'ward069', 'name': 'Mental’s TESLA', 'id': '762095129742217217'}]",,,, +3649,1197624614714630146,1197601140994478080,1574370933000.0,2019-11-21 21:15:33,+0000,,@WillFealey @Tesla Fun party guaranteed!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1197624614714630146,[],[],0,,False,1472,45,66,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3650,1197547462967230465,230421989112807424,1574352539000.0,2019-11-21 16:08:59,+0000,,Long journey,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1197547462967230465,[],[],0,,False,42830,806,1880,,None,,,,,,,[],,,, +3651,1197545979076993025,1197545979076993025,1574352185000.0,2019-11-21 16:03:05,+0000,,Tonight,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1197545979076993025,[],[],0,,False,45209,974,3937,https://twitter.com/elonmusk/status/230487450882019328,None,,,,,,,[],,,, +3652,1197271943180771329,1197271031527985153,1574286850000.0,2019-11-20 21:54:10,+0000,,"@Erdayastronaut @SpaceX Absolutely, but to move to Mk3 design. This had some value as a manufacturing pathfinder, but flight design is quite different.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1197271943180771329,[],[],0,,False,4852,269,282,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3653,1197259062745763840,1197258342697189376,1574283779000.0,2019-11-20 21:02:59,+0000,,@MKBHD Maybe won’t need a key at all,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1197259062745763840,[],[],0,,False,15468,371,336,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +3654,1197235962171904000,1196936990341685248,1574278271000.0,2019-11-20 19:31:11,+0000,,"@TeslaTested So many reporters gave Chanos airtime when he called Tesla a worthless fraud. Now that he has been proven wrong, silence …",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1197235962171904000,[],[],0,,False,4602,344,525,,None,,,,,,,"[{'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}]",,,, +3655,1196896624062038017,1196845054960099328,1574197367000.0,2019-11-19 21:02:47,+0000,,@lexfridman @NSF Gravitas is overrated https://t.co/4MdteBfEjY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1196896624062038017,[],['https://pbs.twimg.com/media/EJw7IfkVAAAOOR7.png'],1,https://pbs.twimg.com/media/EJw7IfkVAAAOOR7.png,False,2817,122,107,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'NSF', 'name': 'National Science Foundation', 'id': '16245822'}]",,,, +3656,1196855388068384768,1196837974979145729,1574187535000.0,2019-11-19 18:18:55,+0000,,@SupaZT @Erdayastronaut That would be cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1196855388068384768,[],[],0,,False,933,41,24,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3657,1196845054960099328,1196845054960099328,1574185072000.0,2019-11-19 17:37:52,+0000,,"National Science Foundation, u should add a W to ur name. Would get way more clicks. Ur welcome.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1196845054960099328,[],[],0,,False,52982,1175,3906,,None,,,,,,,[],,,, +3658,1196841223585030144,1196841223585030144,1574184158000.0,2019-11-19 17:22:38,+0000,, https://t.co/lvCnlztkPa,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1196841223585030144,['http://x.com/x'],[],0,,False,21571,3428,2001,,None,,,,,,,[],,,, +3659,1196837974979145729,1196837974979145729,1574183384000.0,2019-11-19 17:09:44,+0000,,78% of people want to gentrify Mordor,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1196837974979145729,[],[],0,,False,65352,1231,4594,,None,,,,,,,[],,,, +3660,1196687245983399936,1196684725894578176,1574147447000.0,2019-11-19 07:10:47,+0000,,@slashdot The China space industry is very impressive,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1196687245983399936,[],[],0,,False,1386,86,60,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +3661,1196685262253772800,1196469945053302784,1574146974000.0,2019-11-19 07:02:54,+0000,,@mrclipsmaniac Cephalopods have a strange intelligence,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1196685262253772800,[],[],0,,False,3169,152,93,,None,,,,,,,"[{'screen_name': 'mrclipsmaniac', 'name': '#MondayMotivation', 'id': '633106320'}]",,,, +3662,1196684167578181632,1196541949420937219,1574146713000.0,2019-11-19 06:58:33,+0000,,@justpaulinelol @universal_sci It certainly does,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1196684167578181632,[],[],0,,False,1079,27,27,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +3663,1196679227153604610,1196541949420937219,1574145535000.0,2019-11-19 06:38:55,+0000,,@universal_sci True,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1196679227153604610,[],[],0,,False,5059,118,237,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +3664,1196501960305696768,1196492031150960642,1574103271000.0,2019-11-18 18:54:31,+0000,,@teslaownersSV @Teslarati Not sure. Maybe write or message carmakers who oppose the environmental initiative?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1196501960305696768,[],[],0,,False,1762,112,71,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3665,1196500398267219968,1196492031150960642,1574102899000.0,2019-11-18 18:48:19,+0000,,"@Teslarati Even Toyota, who made the Prius. That is sad.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1196500398267219968,[],[],0,,False,3568,176,252,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3666,1196498529876791297,1196257548896071680,1574102454000.0,2019-11-18 18:40:54,+0000,,@Kristennetten @farrxy @Ford Guess I was obsessed with space from an early age. Fair point.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1196498529876791297,[],[],0,,False,1573,97,64,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'farrxy', 'name': 'farrxy', 'id': '80459379'}, {'screen_name': 'Ford', 'name': 'Ford Motor Company', 'id': '15676492'}]",,,, +3667,1196296059204407296,1196257548896071680,1574054181000.0,2019-11-18 05:16:21,+0000,,@farrxy @Ford I’d be way too embarrassed to put that on a Tesla. It’s like a kid’s drawing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1196296059204407296,[],[],0,,False,1420,115,44,,None,,,,,,,"[{'screen_name': 'farrxy', 'name': 'farrxy', 'id': '80459379'}, {'screen_name': 'Ford', 'name': 'Ford Motor Company', 'id': '15676492'}]",,,, +3668,1196295253268946945,1196257548896071680,1574053989000.0,2019-11-18 05:13:09,+0000,,"@Ford Congratulations on the Mach E! Sustainable/electric cars are the future!! Excited to see this announcement from Ford, as it will encourage other carmakers to go electric too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1196295253268946945,[],[],0,,False,12641,300,1361,,None,,,,,,,"[{'screen_name': 'Ford', 'name': 'Ford Motor Company', 'id': '15676492'}]",,,, +3669,1195811614315823105,1195747855669043207,1573938680000.0,2019-11-16 21:11:20,+0000,,@flcnhvy Exactly! Well said.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1195811614315823105,[],[],0,,False,2030,68,74,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3670,1195609716509904897,1195608583846559744,1573890544000.0,2019-11-16 07:49:04,+0000,,@cleantechnica Surprisingly common,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1195609716509904897,[],[],0,,False,2263,163,94,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3671,1195504767818055680,1195504767818055680,1573865522000.0,2019-11-16 00:52:02,+0000,,Cybertruck unveil Thursday night https://t.co/AHBxaubdhO,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1195504767818055680,[],['https://pbs.twimg.com/media/EJdJP1_UUAAgaiU.jpg'],1,https://pbs.twimg.com/media/EJdJP1_UUAAgaiU.jpg,False,56852,1847,5623,,None,,,,,,,[],,,, +3672,1195416750961106944,1195416750961106944,1573844537000.0,2019-11-15 19:02:17,+0000,,Innovation comes in many ways,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1195416750961106944,[],[],0,,False,135730,1198,9708,https://twitter.com/Casey/status/1195397575089647616,None,,,,,,,[],,,, +3673,1195143726504370176,1195086509298397186,1573779443000.0,2019-11-15 00:57:23,+0000,,@arstechnica @SciGuySpace Meaning not fair that Boeing gets so much more for the same thing,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1195143726504370176,[],[],0,,False,2811,226,141,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +3674,1195143158486765568,1195086509298397186,1573779308000.0,2019-11-15 00:55:08,+0000,,@arstechnica @SciGuySpace This doesn’t seem right,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1195143158486765568,[],[],0,,False,3506,135,155,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +3675,1194858080036634624,1194677037413421056,1573711340000.0,2019-11-14 06:02:20,+0000,,@cleantechnica True,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1194858080036634624,[],[],0,,False,2598,114,104,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3676,1194824903104573440,1194820056812867584,1573703430000.0,2019-11-14 03:50:30,+0000,,@fael097 @davidtrover Semi-infinite,it,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1194824903104573440,[],[],0,,False,908,43,27,,None,,,,,,,"[{'screen_name': 'fael097', 'name': 'Rafael Adamy', 'id': '337634449'}, {'screen_name': 'davidtrover', 'name': 'david trover', 'id': '317518192'}]",,,, +3677,1194824161195175936,1194820056812867584,1573703253000.0,2019-11-14 03:47:33,+0000,,@davidtrover Seems likely. 🧝‍♂️🧝‍♂️ = hipsters.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1194824161195175936,[],[],0,,False,1508,28,31,,None,,,,,,,"[{'screen_name': 'davidtrover', 'name': 'david trover', 'id': '317518192'}]",,,, +3678,1194823241673723904,1194743974474518533,1573703034000.0,2019-11-14 03:43:54,+0000,,"@flcnhvy @neuralink Right now, trajectory of neuro-silicon symbiosis doesn’t appear to intersect trajectory of AGI. Goal of Neuralink is to raise this probability above 0.0%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1194823241673723904,[],[],0,,False,1558,95,98,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +3679,1194821103627243521,1194820056812867584,1573702524000.0,2019-11-14 03:35:24,+0000,,@CroWarrior1978 We fought the Balrog last year,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1194821103627243521,[],[],0,,False,2430,37,52,,None,,,,,,,"[{'screen_name': 'CroWarrior1978', 'name': 'M🅰️rKo 🇭🇷🇨🇦', 'id': '990208241517940736'}]",,,, +3680,1194820056812867584,1194820056812867584,1573702274000.0,2019-11-14 03:31:14,+0000,,Gentrify Mordor?,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1194820056812867584,[],[],0,,False,15630,1530,1674,,None,,,,,,,[],,,, +3681,1194816538022416385,1194708409251069952,1573701435000.0,2019-11-14 03:17:15,+0000,,@flcnhvy @v_g_fischer @Tesla It was Tacheles,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1194816538022416385,[],[],0,,False,696,31,22,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3682,1194814381311381504,1194708409251069952,1573700921000.0,2019-11-14 03:08:41,+0000,,@nichegamer @v_g_fischer @Tesla Memes are modern art,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1194814381311381504,[],[],0,,False,1679,71,220,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3683,1194801492873662465,1194754916293722114,1573697848000.0,2019-11-14 02:17:28,+0000,,@Matt_B730 @ID_AA_Carmack F8 🖤 irony,hu,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1194801492873662465,[],[],0,,False,631,24,24,,None,,,,,,,"[{'screen_name': 'Matt_B730', 'name': 'Matt Boettcher', 'id': '145768948'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +3684,1194762745650003969,1194708409251069952,1573688610000.0,2019-11-13 23:43:30,+0000,,@v_g_fischer @Tesla There will be many opportunities for both new & experienced people!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1194762745650003969,[],[],0,,False,1373,82,57,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3685,1194743318518870016,1194738249916436481,1573683979000.0,2019-11-13 22:26:19,+0000,,@atlasobscura fomo 4 yolo,es,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1194743318518870016,[],[],0,,False,988,73,55,,None,,,,,,,"[{'screen_name': 'atlasobscura', 'name': 'Atlas Obscura', 'id': '57047586'}]",,,, +3686,1194445027591806977,1194443851903180800,1573612860000.0,2019-11-13 02:41:00,+0000,,"@brandonbernicky Yeah, makes sense",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1194445027591806977,[],[],0,,False,1680,83,45,,None,,,,,,,"[{'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}]",,,, +3687,1194443851903180800,1194443851903180800,1573612580000.0,2019-11-13 02:36:20,+0000,,Congrats to Tesla team on Model 3 winning best midsize car in Germany! 🇩🇪🇩🇪🇩🇪 https://t.co/4CDTf4c3eC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1194443851903180800,['https://www.axelspringer.com/en/press-releases/mobility-requires-freedom-the-golden-steering-wheel-2019-bild-am-sonntag-and-auto-bild-award-the-best-cars'],[],0,,False,24266,713,1876,,None,,,,,,,[],,,, +3688,1194373823912538112,1194364798407852032,1573595884000.0,2019-11-12 21:58:04,+0000,,"Will build batteries, powertrains & vehicles, starting with Model Y",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1194373823912538112,[],[],0,,False,34434,800,1541,,None,,,,,,,[],,,, +3689,1194364798407852032,1194364798407852032,1573593732000.0,2019-11-12 21:22:12,+0000,,🖤♥️💛 GIGA BERLIN 💛♥️🖤,in,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1194364798407852032,[],[],0,,False,65028,2462,5689,,None,,,,,,,[],,,, +3690,1194318100893618181,1194286667139559424,1573582599000.0,2019-11-12 18:16:39,+0000,,@KenHowery Congratulations!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1194318100893618181,[],[],0,,False,1134,57,29,,None,,,,,,,"[{'screen_name': 'KenHowery', 'name': 'Ken Howery', 'id': '23664532'}]",,,, +3691,1193680037779660802,1193680037779660802,1573430473000.0,2019-11-11 00:01:13,+0000,,Starlink vertical on the pad https://t.co/WuiB1piKcK,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1193680037779660802,[],"['https://pbs.twimg.com/media/EJDNqd5UUAEtDE-.jpg', 'https://pbs.twimg.com/media/EJDNqd5UcAEr7zz.jpg', 'https://pbs.twimg.com/media/EJDNqd3U8AAqUHF.jpg', 'https://pbs.twimg.com/media/EJDNqd6VUAAEisY.jpg']",1,https://pbs.twimg.com/media/EJDNqd5UUAEtDE-.jpg,False,74617,1033,5906,,None,,,,,,,[],,,, +3692,1193555008001728512,1193385514327363584,1573400663000.0,2019-11-10 15:44:23,+0000,,@xtrmmax @getjeda @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1193555008001728512,[],[],0,,False,2491,124,67,,None,,,,,,,"[{'screen_name': 'xtrmmax', 'name': 'GigaMoonFactory', 'id': '785236835379183616'}, {'screen_name': 'getjeda', 'name': 'Jeda Products', 'id': '956834823557058560'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3693,1193552635606908928,1193385514327363584,1573400098000.0,2019-11-10 15:34:58,+0000,,@getjeda @Tesla Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1193552635606908928,[],[],0,,False,4889,156,131,,None,,,,,,,"[{'screen_name': 'getjeda', 'name': 'Jeda Products', 'id': '956834823557058560'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3694,1193335246659280896,1193262899613093888,1573348268000.0,2019-11-10 01:11:08,+0000,,@flcnhvy @SciGuySpace @yokem55 @waynehale Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1193335246659280896,[],[],0,,False,944,52,42,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'yokem55', 'name': 'Joe Kowalski', 'id': '91420799'}, {'screen_name': 'waynehale', 'name': 'Wayne Hale', 'id': '15013234'}]",,,, +3695,1193327488471973888,1193262899613093888,1573346418000.0,2019-11-10 00:40:18,+0000,,"@SciGuySpace @yokem55 @waynehale Without a fully & rapidly reusable orbital rocket, humanity will never be a multiplanet species",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1193327488471973888,[],[],0,,False,1170,80,93,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'yokem55', 'name': 'Joe Kowalski', 'id': '91420799'}, {'screen_name': 'waynehale', 'name': 'Wayne Hale', 'id': '15013234'}]",,,, +3696,1193246484218531842,1193244582601019392,1573327105000.0,2019-11-09 19:18:25,+0000,,@lexfridman Bad logic is always ugly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1193246484218531842,[],[],0,,False,2569,149,213,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +3697,1193083795970215936,1192702806320406529,1573288318000.0,2019-11-09 08:31:58,+0000,,@RobGMacfarlane @nybooks @emilyraboteau Same goes for digital super intelligence denial,da,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1193083795970215936,[],[],0,,False,2012,150,113,,None,,,,,,,"[{'screen_name': 'RobGMacfarlane', 'name': 'Robert Macfarlane', 'id': '835252426265481216'}, {'screen_name': 'nybooks', 'name': 'The New York Review of\xa0Books', 'id': '11178902'}, {'screen_name': 'emilyraboteau', 'name': 'Emily Raboteau', 'id': '963057842'}]",,,, +3698,1192704412885536768,1191410085244866561,1573197866000.0,2019-11-08 07:24:26,+0000,,@zerohedge 😘 https://t.co/w0BkNGbvQ1,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1192704412885536768,[],['https://pbs.twimg.com/media/EI1WVcbU0AA69qX.jpg'],1,https://pbs.twimg.com/media/EI1WVcbU0AA69qX.jpg,False,16185,678,1932,,None,,,,,,,"[{'screen_name': 'zerohedge', 'name': 'zerohedge', 'id': '18856867'}]",,,, +3699,1192651246798196736,1192651246798196736,1573185190000.0,2019-11-08 03:53:10,+0000,,141 MPGe!,pl,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1192651246798196736,[],[],0,,False,48635,837,2856,https://twitter.com/ElectrekCo/status/1192621146878943234,None,,,,,,,[],,,, +3700,1192647286997651456,1192522792169824266,1573184246000.0,2019-11-08 03:37:26,+0000,,@stephenjudkins @flcnhvy Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1192647286997651456,[],[],0,,False,737,20,22,,None,,,,,,,"[{'screen_name': 'stephenjudkins', 'name': 'Stephen Judkins', 'id': '55098315'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3701,1192609195649945600,1192522792169824266,1573175164000.0,2019-11-08 01:06:04,+0000,,@bluemoondance74 @flcnhvy Deleting throttle allows the engine to achieve max thrust on max thrust variant. Other variants will have throttle.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1192609195649945600,[],[],0,,False,813,41,36,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3702,1192605854270312448,1192522792169824266,1573174367000.0,2019-11-08 00:52:47,+0000,,"@bluemoondance74 @flcnhvy SpaceX engine production is gearing up to build about a Raptor a day by next year, so up to 365 engines per year. Most will be the (as high as) 300 ton thrust (but no throttle & no gimbal) variant for Super Heavy. Cumulative thrust/year could thus be as high as 100,000 tons/year.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1192605854270312448,[],[],0,,False,928,41,89,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3703,1192603019315011584,1192522792169824266,1573173691000.0,2019-11-08 00:41:31,+0000,,"@bluemoondance74 @flcnhvy Raptor is evolving rapidly. Probably wouldn’t consider it to be even V1.0 until roughly engine 50, although probably engines 12+ can be retrofitted for orbital flight, especially on Super Heavy, which is less sensitive to engine variation. It just needs crazy up force!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1192603019315011584,[],[],0,,False,1220,34,72,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3704,1192596285796143104,1192522792169824266,1573172086000.0,2019-11-08 00:14:46,+0000,,@jchybow @teslaownersSV @flcnhvy Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1192596285796143104,[],[],0,,False,877,50,24,,None,,,,,,,"[{'screen_name': 'jchybow', 'name': 'TechnoPilot 🇺🇸🛩🇺🇸', 'id': '54094700'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3705,1192596151221927936,1192522792169824266,1573172054000.0,2019-11-08 00:14:14,+0000,,"@leo_cadle @teslaownersSV @flcnhvy Exactly! It’s also a far more exciting & inspiring future if consciousness is out there among the stars, than forever confined to Earth until some eventual extinction event, however far in the future that may be (hopefully, very far).",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1192596151221927936,[],[],0,,False,970,41,75,,None,,,,,,,"[{'screen_name': 'leo_cadle', 'name': 'Leo Cadle - P3DAU 🌏🚀🔴', 'id': '4291817415'}, {'screen_name': 'teslaownersSV', 'name': 'TOSV, already have the button', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3706,1192595260464979969,1192522792169824266,1573171842000.0,2019-11-08 00:10:42,+0000,,"@teslaownersSV @flcnhvy No, in the beginning, assuming you even make it there alive, Mars will be far more dangerous & difficult than Earth & take decades of hard labor to make self-sufficient. That’s the sales pitch. Want to go?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1192595260464979969,[],[],0,,False,1312,211,128,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3707,1192551728597438465,1192522792169824266,1573161463000.0,2019-11-07 21:17:43,+0000,,"@teslaownersSV @flcnhvy So it will take about 20 years to transfer a million tons to Mars Base Alpha, which is hopefully enough to make it sustainable",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1192551728597438465,[],[],0,,False,1330,98,116,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3708,1192551334664261633,1192522792169824266,1573161369000.0,2019-11-07 21:16:09,+0000,,@teslaownersSV @flcnhvy As the planets align only once every two years,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1192551334664261633,[],[],0,,False,1020,32,64,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3709,1192551111359492096,1192522792169824266,1573161316000.0,2019-11-07 21:15:16,+0000,,@teslaownersSV @flcnhvy A thousand ships will be needed to create a sustainable Mars city,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1192551111359492096,[],[],0,,False,942,49,93,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3710,1192549052170166272,1192522792169824266,1573160825000.0,2019-11-07 21:07:05,+0000,,@Malcolmmarsman @flcnhvy No problem. We could program Starship to perform Swan Lake in the sky. Minimizing landing burn propellant mass is what’s hard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1192549052170166272,[],[],0,,False,1068,50,77,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3711,1192548236382261249,1192522792169824266,1573160630000.0,2019-11-07 21:03:50,+0000,,"@flcnhvy Current global payload to orbit capacity is about 500 tons per year, of which Falcon is about half",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1192548236382261249,[],[],0,,False,881,26,46,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3712,1192547668817375232,1192522792169824266,1573160495000.0,2019-11-07 21:01:35,+0000,,"@flcnhvy If we build as many Starships as Falcons, so ~100 vehicles & each does 100 tons to orbit, that’s a capacity of 10 million tons of payload to orbit per year",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1192547668817375232,[],[],0,,False,1274,68,96,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3713,1192546740508905473,1192522792169824266,1573160274000.0,2019-11-07 20:57:54,+0000,,"@flcnhvy Payload to orbit per year of Starship fleet is most mind-blowing metric, as it’s designed to fly 3X per day, which is ~1000X per year",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1192546740508905473,[],[],0,,False,1230,51,107,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3714,1192545471035691008,1192522792169824266,1573159971000.0,2019-11-07 20:52:51,+0000,,@flcnhvy The economics have to be something like that to build a self-sustaining city on Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1192545471035691008,[],[],0,,False,2175,49,107,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3715,1192544243388014593,1192541262190133251,1573159678000.0,2019-11-07 20:47:58,+0000,,@cleantechnica Gas/diesel cars too,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1192544243388014593,[],[],0,,False,1196,51,70,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3716,1192544181824020480,1192541262190133251,1573159664000.0,2019-11-07 20:47:44,+0000,,@cleantechnica True,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1192544181824020480,[],[],0,,False,1221,33,55,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3717,1192527680119267328,1192527680119267328,1573155729000.0,2019-11-07 19:42:09,+0000,,Extremism is so fun! (@waitbutwhy) https://t.co/ECACsaqAXR,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1192527680119267328,['https://www.youtube.com/watch?v=HLNhPMQnWu4'],[],0,,False,12780,611,1571,,None,,,,,,,[],,,, +3718,1192133645714120706,1192113294036754432,1573061784000.0,2019-11-06 17:36:24,+0000,,@SimoneGiertz Of course!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1192133645714120706,[],[],0,,False,8447,133,149,,None,,,,,,,"[{'screen_name': 'SimoneGiertz', 'name': 'Simone Giertz', 'id': '897861037'}]",,,, +3719,1192133208613109760,1192113294036754432,1573061680000.0,2019-11-06 17:34:40,+0000,,@BenSullins Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1192133208613109760,[],[],0,,False,3973,94,92,,None,,,,,,,"[{'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}]",,,, +3720,1192117194756243457,1192113294036754432,1573057862000.0,2019-11-06 16:31:02,+0000,,The date is strangely familiar … https://t.co/YZl5R1POJL,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1192117194756243457,['https://m.youtube.com/watch?v=-fu7jN2_2pE'],[],0,,False,14698,432,711,,None,,,,,,,[],,,, +3721,1192113294036754432,1192113294036754432,1573056932000.0,2019-11-06 16:15:32,+0000,,Cybertruck unveil on Nov 21 in LA near SpaceX rocket factory,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1192113294036754432,[],[],0,,False,73096,2166,7261,,None,,,,,,,[],,,, +3722,1192112037347749888,1192054054186303488,1573056632000.0,2019-11-06 16:10:32,+0000,,@uhaveanygrapes @Teslarati Looking into it,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1192112037347749888,[],[],0,,False,999,60,26,,None,,,,,,,"[{'screen_name': 'uhaveanygrapes', 'name': 'Have Grapes?', 'id': '896081253245628416'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3723,1192111950093676544,1192054054186303488,1573056611000.0,2019-11-06 16:10:11,+0000,,@Ryanth3nerd @Teslarati Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1192111950093676544,[],[],0,,False,1247,47,55,,None,,,,,,,"[{'screen_name': 'Ryanth3nerd', 'name': 'Ryan👻', 'id': '2604365504'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3724,1192111800495435777,1192054054186303488,1573056576000.0,2019-11-06 16:09:36,+0000,,"@FredericLambert @Teslarati The audience of entrepreneurs should try it, not the AF",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1192111800495435777,[],[],0,,False,1049,44,27,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3725,1192111499797417984,1192054054186303488,1573056504000.0,2019-11-06 16:08:24,+0000,,@justpaulinelol @Teslarati Naturally,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1192111499797417984,[],[],0,,False,822,27,33,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3726,1192104361637208067,1192054054186303488,1573054802000.0,2019-11-06 15:40:02,+0000,,@Teslarati This is based on an incorrect Electrek article. The Air Force asked me to speak at a startup conference called “Pitch Day” & I happened to mention Cybertruck. They don’t buy APCs. It’s the Air Force.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1192104361637208067,[],[],0,,False,3597,201,167,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3727,1191795051728269312,1191785089115598850,1572981057000.0,2019-11-05 19:10:57,+0000,,@WillFealey @Teslarati Fair point. Coming soon. We’re making foundational upgrades to the core Tesla corporate OS. 2FA right after that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1191795051728269312,[],[],0,,False,1580,73,74,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3728,1191794203505807360,1191785089115598850,1572980855000.0,2019-11-05 19:07:35,+0000,,"@Teslarati Connected, autonomous cars require great software. Advanced factories also require great software. The car industry is not very good at software.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1191794203505807360,[],[],0,,False,5854,277,553,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3729,1191767342050504704,1191744874304987137,1572974450000.0,2019-11-05 17:20:50,+0000,,@cleantechnica More to come,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1191767342050504704,[],[],0,,False,3229,176,172,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3730,1191744578157547520,972254676371439616,1572969023000.0,2019-11-05 15:50:23,+0000,,@bob_burrough Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1191744578157547520,[],[],0,,False,1095,61,36,,None,,,,,,,"[{'screen_name': 'bob_burrough', 'name': 'Bob Burrough', 'id': '22114247'}]",,,, +3731,1191525552093417472,1191519019821621251,1572916803000.0,2019-11-05 01:20:03,+0000,,@rafaelcr @OfWudan Would be odd to expect anything else,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1191525552093417472,[],[],0,,False,885,56,37,,None,,,,,,,"[{'screen_name': 'rafaelcr', 'name': 'Rafael Cárdenas', 'id': '25586649'}, {'screen_name': 'OfWudan', 'name': 'Master Po', 'id': '1096324563305201665'}]",,,, +3732,1191496935250616321,1191476023545749511,1572909980000.0,2019-11-04 23:26:20,+0000,,"@TJ_Cooney That said, most Starship spaceports will probably need to be ~20 miles / 30km offshore for acceptable noise levels, especially for frequent daily flights, as would occur for point to point flights on Earth",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1191496935250616321,[],[],0,,False,2168,149,144,,None,,,,,,,"[{'screen_name': 'TJ_Cooney', 'name': 'TJ Cooney 🚀', 'id': '113396065'}]",,,, +3733,1191478829685960709,1191476023545749511,1572905664000.0,2019-11-04 22:14:24,+0000,,"@TJ_Cooney Wow, 2011 seems like eons ago! With fairing recovery, Falcon is ~80% reusable, but reflight takes several days & requires boats. Starship will be fully reusable with booster reflight possible every few hours & ship reflight every 8 hours. No boats needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1191478829685960709,[],[],0,,False,5721,156,338,,None,,,,,,,"[{'screen_name': 'TJ_Cooney', 'name': 'TJ Cooney 🚀', 'id': '113396065'}]",,,, +3734,1191475993858301953,1191475073758064640,1572904988000.0,2019-11-04 22:03:08,+0000,,@flcnhvy Great poem,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1191475993858301953,[],[],0,,False,1762,93,43,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3735,1191475073758064640,1191475073758064640,1572904768000.0,2019-11-04 21:59:28,+0000,,"Great work by SpaceX Dragon team & Airborne! To be clear, we’ve only done 1 multi-parachute test of Mk3 design, so 9 more left to reach 10 successful tests in a row.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1191475073758064640,[],[],0,,False,45060,1172,3350,https://twitter.com/SpaceX/status/1191067348914098176,None,,,,,,,[],,,, +3736,1190275454474702848,1190190203413127168,1572618757000.0,2019-11-01 14:32:37,+0000,,"@Teslarati Putting Model S in range mode is the opposite of launch mode, as it minimizes performance in favor of range. Show should be called “Low Gear”!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1190275454474702848,[],[],0,,False,9702,289,705,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3737,1190094817084051456,1190094817084051456,1572575689000.0,2019-11-01 02:34:49,+0000,,Tesla Solarglass vs 🎃 Happy Halloween!! https://t.co/p5tXeJYqne,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1190094817084051456,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1190094742136270849/pu/img/AjEtaSW4C5cLfHO0.jpg,False,82988,1172,4680,,None,,,,,,,[],,,, +3738,1189942385326706688,1189923548229447681,1572539347000.0,2019-10-31 16:29:07,+0000,,"@stephenpallotta @Teslarati Sorry, Drag Times is correct, Top Gear is wrong",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1189942385326706688,[],[],0,,False,2228,113,152,,None,,,,,,,"[{'screen_name': 'stephenpallotta', 'name': 'Stephen Pallotta', 'id': '18199493'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3739,1189941609535688705,1189923548229447681,1572539162000.0,2019-10-31 16:26:02,+0000,,"@Teslarati Drag Race Times analysis is correct. Also, there’s a software upgrade for Model S coming out that increases peak power by 50HP, so Model S should beat Porsche Taycan Turbo S by a wider margin in 0 to 60 & 1/4 mile races.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1189941609535688705,[],[],0,,False,4064,228,323,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3740,1189662336837025792,1189602825220702210,1572472578000.0,2019-10-30 21:56:18,+0000,,@TeslaNY Walking on a Tesla Solarglass roof is definitely no problem!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1189662336837025792,[],[],0,,False,1627,108,71,,None,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}]",,,, +3741,1189602825220702210,1189602825220702210,1572458389000.0,2019-10-30 17:59:49,+0000,,Thank for helping grow sustainable energy through solar!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1189602825220702210,[],[],0,,False,36327,400,1600,https://twitter.com/cleantechnica/status/1189601748018745346,None,,,,,,,[],,,, +3742,1189597812985454592,1189534658188460032,1572457194000.0,2019-10-30 17:39:54,+0000,,@tobi @chris__lu @MarkRober @MrBeastYT Congrats! Shopify is great btw. Nice work.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1189597812985454592,[],[],0,,False,56125,185,968,,None,,,,,,,"[{'screen_name': 'tobi', 'name': 'Tobi Lutke 🌳🌲🛒🕹', 'id': '676573'}, {'screen_name': 'chris__lu', 'name': 'Chris Lu', 'id': '2838767611'}, {'screen_name': 'MarkRober', 'name': 'Mark Rober', 'id': '490932793'}]",,,, +3743,1189478894987968512,1185714906861113346,1572428842000.0,2019-10-30 09:47:22,+0000,,@flcnhvy The fires are all too real,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1189478894987968512,[],[],0,,False,1724,71,48,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3744,1189471144614563840,1189470629159768068,1572426994000.0,2019-10-30 09:16:34,+0000,,@NutaIie Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1189471144614563840,[],[],0,,False,7009,60,58,,None,,,,,,,"[{'screen_name': 'NutaIie', 'name': 'Natalie🍓', 'id': '796161999935799297'}]",,,, +3745,1189470830650019842,1189095510285651969,1572426919000.0,2019-10-30 09:15:19,+0000,,@TeslaStars @Tesla …,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1189470830650019842,[],[],0,,False,3240,65,71,,None,,,,,,,"[{'screen_name': 'TeslaStars', 'name': 'TeslaStars ✨', 'id': '1070423183906476032'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3746,1189470629159768068,1189470629159768068,1572426871000.0,2019-10-30 09:14:31,+0000,,♥️ snacks ♥️ https://t.co/LPcZyX607f,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1189470629159768068,[],['https://pbs.twimg.com/media/EIHZOvGWkAAsyGK.jpg'],1,https://pbs.twimg.com/media/EIHZOvGWkAAsyGK.jpg,False,236241,1141,31638,,None,,,,,,,[],,,, +3747,1189363011967782913,1189362663010095104,1572401214000.0,2019-10-30 02:06:54,+0000,,"@johnkrausphotos @NASA @Space_Station Hard to say with high accuracy, but 4 to 6 weeks is my best guess",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1189363011967782913,[],[],0,,False,2275,52,64,,None,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +3748,1189362663010095104,1189362663010095104,1572401130000.0,2019-10-30 02:05:30,+0000,,"Soon, SpaceX will launch @NASA astronauts to @Space_Station!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1189362663010095104,[],[],0,,False,38589,452,2421,https://twitter.com/SpaceX/status/1189294320471412737,None,,,,,,,[],,,, +3749,1189361139731165185,1189350135614099457,1572400767000.0,2019-10-30 01:59:27,+0000,,@themuskbros @teslaownersSV That’s significantly improved in current production,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1189361139731165185,[],[],0,,False,1183,63,25,,None,,,,,,,"[{'screen_name': 'themuskbros', 'name': 'TheMuskBros', 'id': '96702713'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +3750,1189360643263983616,1188842288295956480,1572400649000.0,2019-10-30 01:57:29,+0000,,"@RenataKonkoly @MrBeastYT @MKBHD True, my name literally means tree",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1189360643263983616,[],[],0,,False,13157,156,454,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +3751,1189360237234409472,1189350135614099457,1572400552000.0,2019-10-30 01:55:52,+0000,,"@teslaownersSV If you have autonav enabled, car will automatically navigate either to address in calendar, to work if you’re home & to home if at work. Not sure if that’s in wide release yet, but def in early access. It’s an awesome feature.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1189360237234409472,[],[],0,,False,768,46,39,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +3752,1189350135614099457,1189350135614099457,1572398144000.0,2019-10-30 01:15:44,+0000,,Just a reminder that the Tesla Full Self-Driving option goes up by $1000 at midnight on Nov 1 for all regions that have Smart Summon. Order your car online at https://t.co/7FlnbrMxOl.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1189350135614099457,['http://tesla.com'],[],0,,False,14196,682,701,,None,,,,,,,[],,,, +3753,1189344957464829953,1189342895142309888,1572396909000.0,2019-10-30 00:55:09,+0000,,"“I always like going South; somehow, it feels like going downhill.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1189344957464829953,[],[],0,,False,85394,568,3317,,None,,,,,,,[],,,, +3754,1189342895142309888,1189342895142309888,1572396417000.0,2019-10-30 00:46:57,+0000,,For Treebeard,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1189342895142309888,[],[],0,,False,282417,2212,28599,,None,,,,,,,[],,,, +3755,1189293699659902976,1188842288295956480,1572384688000.0,2019-10-29 21:31:28,+0000,,"@MKBHD @MrBeastYT Ok, sounds legit, will donate 1M trees",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1189293699659902976,[],[],0,,False,348482,3721,54041,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +3756,1188961729931141120,1188842288295956480,1572305540000.0,2019-10-28 23:32:20,+0000,,@MrBeastYT Sounds cool. Where are the trees being planted & what kind of trees?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1188961729931141120,[],[],0,,False,140276,1290,6296,,None,,,,,,,[],,,, +3757,1188932941402894337,1188922494587211776,1572298677000.0,2019-10-28 21:37:57,+0000,,@Jason @kylegrantham Making a roof out of kindling in a fire risk zone is not recommended,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1188932941402894337,[],[],0,,False,1962,61,69,,None,,,,,,,"[{'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'kylegrantham', 'name': '𝐊𝐲𝐥𝐞 𝐆𝐫𝐚𝐧𝐭𝐡𝐚𝐦', 'id': '29894847'}]",,,, +3758,1188931940327411712,1188931081908539392,1572298438000.0,2019-10-28 21:33:58,+0000,,"@Jon4Lakers @Tesla We’re changing this from storm watch to disaster watch to cover fires, earthquakes, etc",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1188931940327411712,[],[],0,,False,2915,42,113,,None,,,,,,,"[{'screen_name': 'Jon4Lakers', 'name': 'Jon Rettinger', 'id': '15661911'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3759,1188931514672676864,1188922494587211776,1572298337000.0,2019-10-28 21:32:17,+0000,,"@kylegrantham Very true. Glass doesn’t burn & melting point is extremely high, so much more resilient than asphalt or wood roofs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1188931514672676864,[],[],0,,False,1141,47,58,,None,,,,,,,"[{'screen_name': 'kylegrantham', 'name': '𝐊𝐲𝐥𝐞 𝐆𝐫𝐚𝐧𝐭𝐡𝐚𝐦', 'id': '29894847'}]",,,, +3760,1188890479401689088,1188880437067665408,1572288553000.0,2019-10-28 18:49:13,+0000,,@realDiegoMonroy I hate advertising,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1188890479401689088,[],[],0,,False,2760,147,168,,None,,,,,,,"[{'screen_name': 'realDiegoMonroy', 'name': 'Diego Monroy', 'id': '1121214020827144192'}]",,,, +3761,1188889708266315776,1188880437067665408,1572288369000.0,2019-10-28 18:46:09,+0000,,"Unfortunately, it’s hard to google Tesla solar links due to tons of ads & SEO. Go to https://t.co/UvQa8JOE7v to add solar to an existing roof & https://t.co/D9yUuL7NVE for a new roof with integrated solar.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1188889708266315776,"['http://tesla.com/solar', 'http://Tesla.com/solarglass']",[],0,,False,25755,1121,1735,,None,,,,,,,[],,,, +3762,1188880808112611328,1188880437067665408,1572286247000.0,2019-10-28 18:10:47,+0000,,"We don’t make much money on this product, so $1000 actually means a lot",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1188880808112611328,[],[],0,,False,34363,346,877,,None,,,,,,,[],,,, +3763,1188880437067665408,1188880437067665408,1572286159000.0,2019-10-28 18:09:19,+0000,,"If you’re directly affected by wildfire power outages, Tesla is reducing Solar+Powerwall prices by $1000 as of today",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1188880437067665408,[],[],0,,False,66879,784,4442,,None,,,,,,,[],,,, +3764,1188879156332785664,1188879156332785664,1572285853000.0,2019-10-28 18:04:13,+0000,,"Apologies to those waiting for Solar/Powerwall outside California, as we are prioritizing those affected by wildfires",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1188879156332785664,[],[],0,,False,34643,371,1209,,None,,,,,,,[],,,, +3765,1188877408465612800,1188839891834007552,1572285437000.0,2019-10-28 17:57:17,+0000,,@jasondunn So true. Imagine if phones were gasoline powered. Total sales would be like 14 units worldwide! Using oil/gas & being forced to constantly visit toxic chemical dispensing stations will seem so insane in the future!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1188877408465612800,[],[],0,,False,2913,80,202,,None,,,,,,,"[{'screen_name': 'jasondunn', 'name': 'Jason Dunn', 'id': '14365108'}]",,,, +3766,1188862645123743745,1188862645123743745,1572281917000.0,2019-10-28 16:58:37,+0000,,"Homes with solar sell for 4.1% more, according to Zillow. Adding a Powerwall battery is highly likely to increase home value too imo, as security against blackouts is increasingly important. https://t.co/3y4M5L50qF",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1188862645123743745,['https://www.zillow.com/research/solar-panels-house-sell-more-23798/amp/?__twitter_impression=true'],[],0,,False,13935,377,837,,None,,,,,,,[],,,, +3767,1188850739956703232,1188845221313802241,1572279078000.0,2019-10-28 16:11:18,+0000,,@flcnhvy @teslaownersSV I’d recommend regular solar panels for flat roofs,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1188850739956703232,[],[],0,,False,936,31,36,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +3768,1188848560160137218,1188845221313802241,1572278559000.0,2019-10-28 16:02:39,+0000,,@starshipsara Extremely high,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1188848560160137218,[],[],0,,False,950,34,34,,None,,,,,,,"[{'screen_name': 'starshipsara', 'name': 'Sara⁷ 🚀\U0001fa90', 'id': '919169318872584192'}]",,,, +3769,1188847668191039491,1188845221313802241,1572278346000.0,2019-10-28 15:59:06,+0000,,@teslaownersSV Will do what we can for anyplace affected by natural disasters,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1188847668191039491,[],[],0,,False,695,30,49,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +3770,1188846140038340608,1188845221313802241,1572277982000.0,2019-10-28 15:53:02,+0000,,"US clean energy incentive drops by 4% on Jan 1, so orders must be received by roughly Nov 15 to be installed in time",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1188846140038340608,[],[],0,,False,7983,144,341,,None,,,,,,,[],,,, +3771,1188845221313802241,1188845221313802241,1572277763000.0,2019-10-28 15:49:23,+0000,,Tesla Solar plus Powerwall battery backup for 24/7 clean energy & no blackouts at https://t.co/mDoPO17YB9,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1188845221313802241,['http://Tesla.com/solar'],[],0,,False,14064,375,1062,,None,,,,,,,[],,,, +3772,1188645875750322176,1188492211861635072,1572230235000.0,2019-10-28 02:37:15,+0000,,@SnazzyQ @Tesla Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1188645875750322176,[],[],0,,False,2202,82,45,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3773,1188589920102694912,1188582212532203520,1572216894000.0,2019-10-27 22:54:54,+0000,,@flcnhvy https://t.co/40NtMONR72,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1188589920102694912,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1188589848107470848/pu/img/H_labeATAPrIFfuZ.jpg,False,16490,635,809,,None,,,,,,,[],,,, +3774,1188582212532203520,1188582212532203520,1572215056000.0,2019-10-27 22:24:16,+0000,,Took my son to play piano for the seniors home in Pasadena. It was lovely to see them smile ♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1188582212532203520,[],[],0,,False,121649,1539,3377,,None,,,,,,,[],,,, +3775,1188562950404984832,1188489494137311238,1572210464000.0,2019-10-27 21:07:44,+0000,,@tesletter Thanks to everyone at Tesla who worked so hard over the years to make our Fremont factory successful!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1188562950404984832,[],[],0,,False,6253,130,264,,None,,,,,,,"[{'screen_name': 'tesletter', 'name': 'Tesletter', 'id': '979225070764634112'}]",,,, +3776,1188217302275125248,1188217302275125248,1572128055000.0,2019-10-26 22:14:15,+0000,,Sandwich time travel is the only explanation https://t.co/M8c98GBsDC,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1188217302275125248,[],['https://pbs.twimg.com/media/EH1lVjhUUAApZgV.jpg'],1,https://pbs.twimg.com/media/EH1lVjhUUAApZgV.jpg,False,187147,1821,23270,,None,,,,,,,[],,,, +3777,1188191951654309888,1188191951654309888,1572122011000.0,2019-10-26 20:33:31,+0000,,Physics facts https://t.co/Z2a6PzokJx,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1188191951654309888,[],['https://pbs.twimg.com/media/EH1OR-VUUAATi-C.jpg'],1,https://pbs.twimg.com/media/EH1OR-VUUAATi-C.jpg,False,160153,1535,20123,,None,,,,,,,[],,,, +3778,1188142936036237313,1188082002005811201,1572110325000.0,2019-10-26 17:18:45,+0000,,"@AT61_AUE @Cobalt310 @Tesla Yes, you can walk on the Tesla Solarglass roof. In stilettos, if you want 😉 https://t.co/6wwKJqmPdr",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1188142936036237313,['https://m.youtube.com/watch?v=I1035WJzPTM'],[],0,,False,1430,123,136,,None,,,,,,,"[{'screen_name': 'AT61_AUE', 'name': 'AT', 'id': '314946031'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3779,1188141324018405376,1188090677533364224,1572109940000.0,2019-10-26 17:12:20,+0000,,@GerberKawasaki Jerome is great! Tesla team in general is the strongest its ever been.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1188141324018405376,[],[],0,,False,2650,90,139,,None,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +3780,1187855416685776896,1187843437858394113,1572041775000.0,2019-10-25 22:16:15,+0000,,"@john_s_wilkins Yes, wight destruction guaranteed or your money back!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1187855416685776896,[],[],0,,False,1449,68,56,,None,,,,,,,"[{'screen_name': 'john_s_wilkins', 'name': 'John S. Wilkins', 'id': '76013938'}]",,,, +3781,1187842180892610560,1187842180892610560,1572038619000.0,2019-10-25 21:23:39,+0000,,Tesla Solarglass roof https://t.co/7lw43mL92D,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1187842180892610560,['https://www.tesla.com/solarglassroof'],[],0,,False,21473,1019,1837,,None,,,,,,,[],,,, +3782,1187837730857709569,1187798782198595589,1572037558000.0,2019-10-25 21:05:58,+0000,,@Tesla Will start at ~2:15. Sorry for slight delay.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1187837730857709569,[],[],0,,False,4615,305,129,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3783,1187824685276221441,1187823828514168832,1572034448000.0,2019-10-25 20:14:08,+0000,,@tobyliiiiiiiiii Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1187824685276221441,[],[],0,,False,6435,76,175,,None,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +3784,1187823828514168832,1187823828514168832,1572034244000.0,2019-10-25 20:10:44,+0000,,Srsly https://t.co/MWipMr84cD,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1187823828514168832,[],['https://pbs.twimg.com/media/EHv_eYoU0AEfuWf.jpg'],1,https://pbs.twimg.com/media/EHv_eYoU0AEfuWf.jpg,False,117313,1082,13993,,None,,,,,,,[],,,, +3785,1187821556589711360,1187814633496690688,1572033702000.0,2019-10-25 20:01:42,+0000,,@Cardoso @Erdayastronaut Transparent aluminum is a real thing! https://t.co/hX4XLih1Hk,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1187821556589711360,['https://science.howstuffworks.com/transparent-aluminum-armor3.htm'],[],0,,False,659,40,32,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3786,1187815604809453568,1187814633496690688,1572032283000.0,2019-10-25 19:38:03,+0000,,"@HarryStoltz1 That would be cool. Surfaces that see the sun should be alive with power, not inert!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1187815604809453568,[],[],0,,False,2479,71,92,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}]",,,, +3787,1187814633496690688,1187814633496690688,1572032051000.0,2019-10-25 19:34:11,+0000,,"Maybe call Tesla solar roof tiles product Solarglass? Like Dragonglass, but solar!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1187814633496690688,[],[],0,,False,56520,1664,2566,,None,,,,,,,[],,,, +3788,1187812854470041601,1187663821193842689,1572031627000.0,2019-10-25 19:27:07,+0000,,"@TeslaNY @SpaceX Gwynne rocks! Starlink will probably be a little bumpy at first, but then improve rapidly.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1187812854470041601,[],[],0,,False,1813,77,112,,None,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3789,1187762620402552832,1187762620402552832,1572019650000.0,2019-10-25 16:07:30,+0000,,🔥,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1187762620402552832,[],[],0,,False,126095,3987,8868,,None,,,,,,,[],,,, +3790,1187514022897176576,1187423511666741248,1571960380000.0,2019-10-24 23:39:40,+0000,,"@longnow @Liv_Boeree Strange to think that our civilization is only ~5000 years old, if dated from earliest writing. Less than the lifespan of a fruit fly, compared to age of Earth.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1187514022897176576,[],[],0,,False,2163,143,174,,None,,,,,,,"[{'screen_name': 'longnow', 'name': 'Long Now Foundation', 'id': '15300187'}, {'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}]",,,, +3791,1187497175900536832,1187488267551137793,1571956364000.0,2019-10-24 22:32:44,+0000,,"To be clear, integrated solar tiles only make financial sense for new houses or replacement roofs. If your roof is more than 5 years away from replacement, solar retrofit is recommended https://t.co/mDoPO17YB9",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1187497175900536832,['http://Tesla.com/solar'],[],0,,False,6147,236,479,,None,,,,,,,[],,,, +3792,1187496059666227200,1187488267551137793,1571956097000.0,2019-10-24 22:28:17,+0000,,California time,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1187496059666227200,[],[],0,,False,7840,209,252,,None,,,,,,,[],,,, +3793,1187490392821784576,1187488267551137793,1571954746000.0,2019-10-24 22:05:46,+0000,,"@flcnhvy This product may appear simple, but actually *very* difficult to get right",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1187490392821784576,[],[],0,,False,1178,85,48,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3794,1187490060746182656,1187488267551137793,1571954667000.0,2019-10-24 22:04:27,+0000,,Will do an open call Q&A,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1187490060746182656,[],[],0,,False,12014,467,273,,None,,,,,,,[],,,, +3795,1187489853065183233,1187362537622265856,1571954618000.0,2019-10-24 22:03:38,+0000,,@GerberKawasaki @Tesla Major FUD incoming for sure … haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1187489853065183233,[],[],0,,False,1852,104,79,,None,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3796,1187489371282276352,1187478016630255617,1571954503000.0,2019-10-24 22:01:43,+0000,,@MoWo91 @SpX_memes @SpaceX @Tesla @RenataKonkoly @sara_boutall @Kristennetten @Erdayastronaut @flcnhvy @JohnnaCrider1 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1187489371282276352,[],[],0,,False,1519,43,38,,None,,,,,,,"[{'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'SpX_memes', 'name': 'SpaceX Memes', 'id': '1082031877882593282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna 💎', 'id': '1957568797'}]",,,, +3797,1187488531771346944,1187488267551137793,1571954303000.0,2019-10-24 21:58:23,+0000,,"@flcnhvy I have V1, but will switch to V3",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1187488531771346944,[],[],0,,False,1702,53,40,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3798,1187488267551137793,1187488267551137793,1571954240000.0,2019-10-24 21:57:20,+0000,,Tesla Solar Tile Roof V3 launch tomorrow at 2pm,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1187488267551137793,[],[],0,,False,40746,902,2357,,None,,,,,,,[],,,, +3799,1187363892009168896,1187363735691759616,1571924586000.0,2019-10-24 13:43:06,+0000,,@KlausLovgreen Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,13,https://twitter.com/elonmusk/status/1187363892009168896,[],[],0,,False,622,40,21,,None,,,,,,,"[{'screen_name': 'KlausLovgreen', 'name': 'Klaus Lovgreen ⚡', 'id': '1403261'}]",,,, +3800,1187192281800929280,1187192281800929280,1571883671000.0,2019-10-24 02:21:11,+0000,,But actually … https://t.co/XJNjPHrq2A,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1187192281800929280,[],['https://pbs.twimg.com/media/EHnBFn9UUAASdno.jpg'],1,https://pbs.twimg.com/media/EHnBFn9UUAASdno.jpg,False,390957,2593,65871,,None,,,,,,,[],,,, +3801,1187114871231377408,1187113794234793984,1571865215000.0,2019-10-23 21:13:35,+0000,,Super proud of Tesla team for great execution & support of Tesla customers greatly appreciated!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1187114871231377408,[],[],0,,False,28914,585,1176,,None,,,,,,,[],,,, +3802,1187113794234793984,1187113794234793984,1571864958000.0,2019-10-23 21:09:18,+0000,,Tesla Q3 results: - Shanghai Giga ahead of schedule - Model Y ahead of schedule - Solar installs +48% from Q2 - GAAP profitable - Positive free cash flow,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1187113794234793984,[],[],0,,False,70468,2048,6296,,None,,,,,,,[],,,, +3803,1187039648624738306,1187023704422834177,1571847281000.0,2019-10-23 16:14:41,+0000,,@Teslarati The big rear wing is only on for one day for rear downforce calibration. Isn’t needed to set ring record & won’t be in the production car.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1187039648624738306,[],[],0,,False,3558,162,192,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3804,1187036459166879744,1186369158335750144,1571846520000.0,2019-10-23 16:02:00,+0000,,"@TesLatino Internal camera isn’t used yet (meant for robotaxi), but that’s a good idea",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1187036459166879744,[],[],0,,False,1075,122,55,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael - Lover, not a hater.', 'id': '989986448295235586'}]",,,, +3805,1187036215679143936,1186369158335750144,1571846462000.0,2019-10-23 16:01:02,+0000,,@TesLatino Please lmk about your experience and what can be improved,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1187036215679143936,[],[],0,,False,921,128,41,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael - Lover, not a hater.', 'id': '989986448295235586'}]",,,, +3806,1186529463762243585,1186359878987735040,1571725643000.0,2019-10-22 06:27:23,+0000,,@tecnocato @Tesla Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1186529463762243585,[],[],0,,False,2336,108,100,,None,,,,,,,"[{'screen_name': 'tecnocato', 'name': 'ISRÆL MELENDEZ, II 🇵🇷🇺🇸⚠️', 'id': '2356171'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3807,1186524008621043713,1186523464712146944,1571724342000.0,2019-10-22 06:05:42,+0000,,"Whoa, it worked!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1186524008621043713,[],[],0,,False,103479,1571,5440,,None,,,,,,,[],,,, +3808,1186523464712146944,1186523464712146944,1571724213000.0,2019-10-22 06:03:33,+0000,,Sending this tweet through space via Starlink satellite 🛰,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1186523464712146944,[],[],0,,False,228603,4384,23969,,None,,,,,,,[],,,, +3809,1186517641730519041,1186369158335750144,1571722824000.0,2019-10-22 05:40:24,+0000,,"Homes with solar sell for 4.1% more, according to Zillow https://t.co/EtqGAxDlAF",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1186517641730519041,['https://www.zillow.com/research/solar-panels-house-sell-more-23798/'],[],0,,False,6722,215,434,,None,,,,,,,[],,,, +3810,1186498473476022272,1186498473476022272,1571718254000.0,2019-10-22 04:24:14,+0000,,"More carrot, less stick",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1186498473476022272,[],[],0,,False,79960,1992,6672,,None,,,,,,,[],,,, +3811,1186370558163734528,1186369158335750144,1571687757000.0,2019-10-21 19:55:57,+0000,,"Very likely that a home with clean power that’s lower cost than utility, plus blackout protection via Powerwall, will have a positive effect on value",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1186370558163734528,[],[],0,,False,14634,455,642,,None,,,,,,,[],,,, +3812,1186369486800113664,1186369158335750144,1571687501000.0,2019-10-21 19:51:41,+0000,,PG&E says rolling blackouts expected in California for next 10 years! https://t.co/Iv9f0piK82,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1186369486800113664,['https://cleantechnica.com/2019/10/21/pge-head-says-to-expect-rolling-blackouts-for-the-next-10-years/'],[],0,,False,3745,230,393,,None,,,,,,,[],,,, +3813,1186369158335750144,1186369158335750144,1571687423000.0,2019-10-21 19:50:23,+0000,,Order Tesla Solar + Powerwall battery for 24/7 clean power & no blackouts! https://t.co/mDoPO17YB9,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1186369158335750144,['http://Tesla.com/solar'],[],0,,False,20816,1058,1709,,None,,,,,,,[],,,, +3814,1184965261624922112,1184965261624922112,1571352708000.0,2019-10-17 22:51:48,+0000,,Going offline for a few days,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1184965261624922112,[],[],0,,False,130007,7250,6200,,None,,,,,,,[],,,, +3815,1184751658628083712,1183566206713901062,1571301781000.0,2019-10-17 08:43:01,+0000,,@TesLatino @Erdayastronaut @NotEricRalph @MartianDays @torybruno @AerojetRdyne @elon Both at the same time!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1184751658628083712,[],[],0,,False,1031,66,39,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael - Lover, not a hater.', 'id': '989986448295235586'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NotEricRalph', 'name': 'Eric Ralph', 'id': '1158979126092374017'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}, {'screen_name': 'elon', 'name': 'Elon 🥑', 'id': '14156569'}]",,,, +3816,1184732956100677632,1183566206713901062,1571297322000.0,2019-10-17 07:28:42,+0000,,@John_Gardi @Erdayastronaut @NotEricRalph @MartianDays @torybruno @AerojetRdyne More about dealing with failure modes & roll control,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1184732956100677632,[],[],0,,False,625,14,25,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NotEricRalph', 'name': 'Eric Ralph', 'id': '1158979126092374017'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +3817,1184732755294162944,1183566206713901062,1571297274000.0,2019-10-17 07:27:54,+0000,,"@Erdayastronaut @NotEricRalph @MartianDays @torybruno @AerojetRdyne Need to deal with thrust asymmetry from flameout of an engine without forcing shutdown of opposing pair engine, which would double thrust loss. Also, thrust differential doesn’t solve roll control well.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1184732755294162944,[],[],0,,False,1198,46,39,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NotEricRalph', 'name': 'Eric Ralph', 'id': '1158979126092374017'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +3818,1184708359636705280,1184706873091641344,1571291458000.0,2019-10-17 05:50:58,+0000,,"@WorldAndScience Common myth, but incorrect",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1184708359636705280,[],[],0,,False,4899,168,177,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +3819,1184599955400318977,1184280459498229761,1571265612000.0,2019-10-16 22:40:12,+0000,,@slashdot And so begins the robocalypse …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1184599955400318977,[],[],0,,False,2186,129,114,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +3820,1184551948818632705,1184551948818632705,1571254167000.0,2019-10-16 19:29:27,+0000,,Tesla wins best headlights award 🥇 https://t.co/8yfeJiXd0N,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1184551948818632705,[],['https://pbs.twimg.com/media/EHBft_oUEAAfbGW.jpg'],1,https://pbs.twimg.com/media/EHBft_oUEAAfbGW.jpg,False,34207,701,2225,https://twitter.com/Teslarati/status/1184548399028285443,None,,,,,,,[],,,, +3821,1184443978462064641,1184399091020849152,1571228425000.0,2019-10-16 12:20:25,+0000,,"@Teslarati The final configuration used at Nürburgring to set the record will go into production around summer 2020, so this is not merely for the track",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,12,https://twitter.com/elonmusk/status/1184443978462064641,[],[],0,,False,5571,297,419,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3822,1184232118223822848,1184228977596129280,1571177913000.0,2019-10-15 22:18:33,+0000,,Anyone who’s interested in working on cutting edge manufacturing — designing & building the machine that makes the machine — please consider working at Tesla or SpaceX. We’re gonna take this to a whole new level!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1184232118223822848,[],[],0,,False,41232,2578,2620,,None,,,,,,,[],,,, +3823,1184230102781050881,1184228977596129280,1571177433000.0,2019-10-15 22:10:33,+0000,,@Erdayastronaut Tesla team has done an incredible job with Giga Shanghai. Honored to work with them. I’m in awe.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1184230102781050881,[],[],0,,False,4409,90,177,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3824,1184228977596129280,1184228977596129280,1571177164000.0,2019-10-15 22:06:04,+0000,,"So much respect for those doing high volume manufacturing. It’s insanely hard, but you make a real thing that people value. My hat is off to you …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1184228977596129280,[],[],0,,False,72468,973,3573,,None,,,,,,,[],,,, +3825,1184223826005151744,1184220580519829506,1571175936000.0,2019-10-15 21:45:36,+0000,,"@RationalEtienne @LaurenRow5 @EvaFoxU @JohnnaCrider1 @Kristennetten @vincent13031925 @28delayslater @Sofiaan @hamids @InsideEVs Tesla is first American car company to achieve sustained volume production in past ~100 years. Hardest, most painful thing I’ve ever been through, including getting Falcon to orbit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1184223826005151744,[],[],0,,False,3278,250,389,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'LaurenRow5', 'name': 'Lauren Row', 'id': '997698480058654720'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'hamids', 'name': 'Hamid Shojaee', 'id': '16258534'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +3826,1184222926243028998,1184220580519829506,1571175722000.0,2019-10-15 21:42:02,+0000,,"@RationalEtienne @LaurenRow5 @EvaFoxU @JohnnaCrider1 @Kristennetten @vincent13031925 @28delayslater @Sofiaan @hamids @InsideEVs Prototypes are easy, but achieving volume production of a new technology is insanely hard",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1184222926243028998,[],[],0,,False,3428,128,244,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'LaurenRow5', 'name': 'Lauren Row', 'id': '997698480058654720'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'JohnnaCrider1', 'name': 'Techno Gem', 'id': '1957568797'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'hamids', 'name': 'Hamid Shojaee', 'id': '16258534'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +3827,1183983766718439424,1183983766718439424,1571118701000.0,2019-10-15 05:51:41,+0000,,And the lead character is also named Woody https://t.co/ZxK84rB020,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1183983766718439424,[],['https://pbs.twimg.com/media/EG5a9UlU8AEYkEO.jpg'],1,https://pbs.twimg.com/media/EG5a9UlU8AEYkEO.jpg,False,163487,1694,22844,,None,,,,,,,[],,,, +3828,1183917626994515969,1183566206713901062,1571102933000.0,2019-10-15 01:28:53,+0000,,"@NotEricRalph @MartianDays @Erdayastronaut @torybruno @AerojetRdyne Yeah, gimbal SL engines at min throttle for control, so most of impulse goes through vac engines",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1183917626994515969,[],[],0,,False,875,36,26,,None,,,,,,,"[{'screen_name': 'NotEricRalph', 'name': 'Eric Ralph', 'id': '1158979126092374017'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +3829,1183869454746181633,1183566206713901062,1571091447000.0,2019-10-14 22:17:27,+0000,,@TTownJoe @Erdayastronaut @torybruno @MartianDays @AerojetRdyne Conservation of energy tells you the answer,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1183869454746181633,[],[],0,,False,644,36,26,,None,,,,,,,"[{'screen_name': 'TTownJoe', 'name': 'TTownJoe', 'id': '360994955'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +3830,1183868956915847168,1183821821335834624,1571091329000.0,2019-10-14 22:15:29,+0000,,@Ingvar_Oolsen @neiltyson @Space_Station Looking forward to Kerbal 2!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1183868956915847168,[],[],0,,False,4244,69,329,,None,,,,,,,"[{'screen_name': 'Ingvar_Oolsen', 'name': 'Ingvar Olsen', 'id': '2315006974'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +3831,1183868842843361280,1183566206713901062,1571091302000.0,2019-10-14 22:15:02,+0000,,"@MartianDays @Erdayastronaut @torybruno @AerojetRdyne We def could be wrong about this, but it’s actually good to fix high efficiency vacuum engines with giant nozzles in place & only thrust vector engines with smaller nozzles. Don’t need a lot of room & moment of inertia is much lower.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1183868842843361280,[],[],0,,False,634,16,17,,None,,,,,,,"[{'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +3832,1183867329479733249,1183566206713901062,1571090941000.0,2019-10-14 22:09:01,+0000,,"@nextspaceflight @Erdayastronaut @torybruno @MartianDays @AerojetRdyne Also, we’re keeping area ratio low enough to fire Raptor Vac at sea level without flow separation, so that’s leaving a lot on the table",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1183867329479733249,[],[],0,,False,796,26,36,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +3833,1183867043579191296,1183566206713901062,1571090873000.0,2019-10-14 22:07:53,+0000,,"@nextspaceflight @Erdayastronaut @torybruno @MartianDays @AerojetRdyne Couple months, but V1.0 of Raptor Vac is suboptimal, as optimized for speed of development. Isp maybe 365 to 370 sec.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1183867043579191296,[],[],0,,False,733,15,30,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +3834,1183866120240955392,1183566206713901062,1571090652000.0,2019-10-14 22:04:12,+0000,,"@Erdayastronaut @torybruno @MartianDays @AerojetRdyne Max thrust version of Raptor should achieve true T/W > 170. Target is 1.5 ton engine with >260 t-F. Max Isp version should achieve ~380 sec, but T/W probably <120 due to big nozzle. These are just guesses for now.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1183866120240955392,[],[],0,,False,1831,41,82,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +3835,1183864205574754305,1183566206713901062,1571090196000.0,2019-10-14 21:56:36,+0000,,@Erdayastronaut @torybruno @MartianDays @AerojetRdyne Oberth effect is not well appreciated. Value of high thrust low in gravity well is not captured in simple delta-v equation. One of the reasons we favor CH4 over H2. https://t.co/LijrUMuJDq,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1183864205574754305,['https://en.m.wikipedia.org/wiki/Oberth_effect'],[],0,,False,1228,57,60,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +3836,1183862675278721024,1183566206713901062,1571089831000.0,2019-10-14 21:50:31,+0000,,"@torybruno @Erdayastronaut @MartianDays @AerojetRdyne This is true. All that matters is number used in ∆v equation. Propellant residuals are incredibly important, often overwhelming engine mass. https://t.co/s2LcEapGAU",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1183862675278721024,['https://en.m.wikipedia.org/wiki/Delta-v'],[],0,,False,822,29,35,,None,,,,,,,"[{'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'AerojetRdyne', 'name': 'Aerojet Rocketdyne', 'id': '1019909521'}]",,,, +3837,1183860560418357248,1183821821335834624,1571089327000.0,2019-10-14 21:42:07,+0000,,"@HarryStoltz1 @neiltyson @Space_Station Big challenge for Starship refueling on the moon is finding sources of carbon. Probably some pretty big deposits in craters from meteorites. Same goes for hydrogen & oxygen, also in (shadowed) craters.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1183860560418357248,[],[],0,,False,1383,64,44,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +3838,1183859044055801856,1181053100385357827,1571088965000.0,2019-10-14 21:36:05,+0000,,"@teslaownersSV @Sofiaan @annerajb @tesla_addicted We’re working on a simple initial version of Autopark. Will be safe, but sometimes park in silly places that aren’t actual parking spaces.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1183859044055801856,[],[],0,,False,1122,135,80,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'tesla_addicted', 'name': 'Gabriel -', 'id': '863210001082576898'}]",,,, +3839,1183858619382525952,1181053100385357827,1571088864000.0,2019-10-14 21:34:24,+0000,,"@Sofiaan @annerajb @tesla_addicted Yeah, great team!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1183858619382525952,[],[],0,,False,512,15,18,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'tesla_addicted', 'name': 'Gabriel -', 'id': '863210001082576898'}]",,,, +3840,1183847655278931969,1183821821335834624,1571086250000.0,2019-10-14 20:50:50,+0000,,"@J_ump_er @neiltyson @Space_Station To be precise, r is distance from center of masses of two objects. Center of mass of Earth is ~6400km, so gravity change is small at Space Station altitude, which is ~6800km from center of Earth. https://t.co/21hICWczMq",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1183847655278931969,[],['https://pbs.twimg.com/media/EG3fKp7U8AA8yW5.jpg'],1,https://pbs.twimg.com/media/EG3fKp7U8AA8yW5.jpg,False,1817,92,147,,None,,,,,,,"[{'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +3841,1183845974440960000,1183821821335834624,1571085849000.0,2019-10-14 20:44:09,+0000,,"@HarryStoltz1 @neiltyson @Space_Station Exactly. And you can on the moon, since it has no atmosphere.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1183845974440960000,[],[],0,,False,1917,77,36,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +3842,1183845349711998979,1183821821335834624,1571085700000.0,2019-10-14 20:41:40,+0000,,"@neiltyson @Space_Station Most people aren’t aware that orbit (and “zero” gravity) is all about horizontal speed, not altitude. A spacecraft needs to travel about 25 times the speed of sound to stay in space.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1183845349711998979,[],[],0,,False,18688,416,1206,,None,,,,,,,"[{'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +3843,1183813898748563456,1183804907679293442,1571078202000.0,2019-10-14 18:36:42,+0000,,"@NASASpaceflight @IanPineapple Yeah, will be Raptor vertical test stand. Hopefully allows simplification of Raptor design, as pump shaft wear & drainage is better in vertical config. Also, more representive of flight. Test as you fly …",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1183813898748563456,[],[],0,,False,1844,45,119,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'IanPineapple', 'name': 'Ian Atkinson', 'id': '830887322526896129'}]",,,, +3844,1183782167924506627,1181053100385357827,1571070637000.0,2019-10-14 16:30:37,+0000,,@annerajb @tesla_addicted Software,cs,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1183782167924506627,[],[],0,,False,700,36,22,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'tesla_addicted', 'name': 'Gabriel -', 'id': '863210001082576898'}]",,,, +3845,1183782068494295040,1183774846662139910,1571070613000.0,2019-10-14 16:30:13,+0000,,@SteveMartineau6 @annerajb @YogiSC1127 @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1183782068494295040,[],[],0,,False,578,18,18,,None,,,,,,,"[{'screen_name': 'SteveMartineau6', 'name': 'Steve Martineau', 'id': '1039671813717020672'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'YogiSC1127', 'name': 'Yogi', 'id': '1560321817'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3846,1183781948939882496,1181053100385357827,1571070584000.0,2019-10-14 16:29:44,+0000,,@tesla_addicted Will start rendering traffic cones in the display soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1183781948939882496,[],[],0,,False,3770,82,97,,None,,,,,,,"[{'screen_name': 'tesla_addicted', 'name': 'Gabriel -', 'id': '863210001082576898'}]",,,, +3847,1183781321220358148,1183778827769565184,1571070435000.0,2019-10-14 16:27:15,+0000,,@flcnhvy @aquastorm Venus would be very difficult,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1183781321220358148,[],[],0,,False,672,74,19,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'aquastorm', 'name': 'aquastorm', 'id': '15868250'}]",,,, +3848,1183779196876685315,1183774846662139910,1571069928000.0,2019-10-14 16:18:48,+0000,,@tesla_truth @annerajb @YogiSC1127 @Tesla True,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1183779196876685315,[],[],0,,False,655,37,25,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'YogiSC1127', 'name': 'Yogi', 'id': '1560321817'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3849,1183778959072219136,1183778827769565184,1571069872000.0,2019-10-14 16:17:52,+0000,,"@aquastorm Yes, we will",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1183778959072219136,[],[],0,,False,714,40,55,,None,,,,,,,"[{'screen_name': 'aquastorm', 'name': 'aquastorm', 'id': '15868250'}]",,,, +3850,1183776809743077377,1183774846662139910,1571069359000.0,2019-10-14 16:09:19,+0000,,"@annerajb @YogiSC1127 @Tesla It is actually called deep rain, as sort of a joke at Tesla. Takes a surprising amount of deep learning to know when & how fast to move the wipers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1183776809743077377,[],[],0,,False,720,51,39,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'YogiSC1127', 'name': 'Yogi', 'id': '1560321817'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3851,1183775434799869952,1183774846662139910,1571069031000.0,2019-10-14 16:03:51,+0000,,"@YogiSC1127 @Tesla Deep Rain™️ neural net coming soon. We’re not trademarking any other Autopilot neural nets, just this one, because rain is deep.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1183775434799869952,[],[],0,,False,933,61,58,,None,,,,,,,"[{'screen_name': 'YogiSC1127', 'name': 'Yogi', 'id': '1560321817'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3852,1183594277500112896,1053390822991790083,1571025840000.0,2019-10-14 04:04:00,+0000,,"@nate_mccomb @28delayslater @Charalanahzard Yep, good catch",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1183594277500112896,[],[],0,,False,1096,38,25,,None,,,,,,,"[{'screen_name': 'nate_mccomb', 'name': 'Nate McComb (Purple Model 3)', 'id': '195166950'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Charalanahzard', 'name': 'Alanah Pearce', 'id': '96997907'}]",,,, +3853,1183593769272131585,1053390822991790083,1571025719000.0,2019-10-14 04:01:59,+0000,,@teslaownersSV @28delayslater @Charalanahzard ♥️ hot pot,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1183593769272131585,[],[],0,,False,2827,38,69,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Charalanahzard', 'name': 'Alanah Pearce', 'id': '96997907'}]",,,, +3854,1183583315263131648,1053390822991790083,1571023226000.0,2019-10-14 03:20:26,+0000,,@28delayslater @Charalanahzard Cybertruck doesn’t look like anything I’ve seen bouncing around the Internet. It’s closer to an armored personnel carrier from the future.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1183583315263131648,[],[],0,,False,4025,318,279,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of FrunkPuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Charalanahzard', 'name': 'Alanah Pearce', 'id': '96997907'}]",,,, +3855,1183580078518743041,1053390822991790083,1571022455000.0,2019-10-14 03:07:35,+0000,,@Charalanahzard Those rumors are false,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1183580078518743041,[],[],0,,False,16600,100,663,,None,,,,,,,"[{'screen_name': 'Charalanahzard', 'name': 'Alanah Pearce', 'id': '96997907'}]",,,, +3856,1183509770382135297,1183509540844605440,1571005692000.0,2019-10-13 22:28:12,+0000,,@TeslaGong Coming v soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1183509770382135297,[],[],0,,False,645,48,27,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +3857,1183487258105483264,1183487258105483264,1571000325000.0,2019-10-13 20:58:45,+0000,,Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1183487258105483264,[],[],0,,False,300614,4220,56899,https://twitter.com/elonmusk/status/1053390822991790083,None,,,,,,,[],,,, +3858,1183484803628167169,1183484803628167169,1570999739000.0,2019-10-13 20:48:59,+0000,,Ms. Chief & Ms. Tree https://t.co/YgRFtq0tSc,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1183484803628167169,[],['https://pbs.twimg.com/media/EGyVJ_MU4AEM1k-.jpg'],1,https://pbs.twimg.com/media/EGyVJ_MU4AEM1k-.jpg,False,30786,737,1277,,None,,,,,,,[],,,, +3859,1183354338996936704,1183192139208855554,1570968634000.0,2019-10-13 12:10:34,+0000,,@russ1mitchell lol,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1183354338996936704,[],[],0,,False,1522,155,66,,None,,,,,,,"[{'screen_name': 'russ1mitchell', 'name': 'Russ Mitchell', 'id': '2471516070'}]",,,, +3860,1183313372885839873,1183313372885839873,1570958867000.0,2019-10-13 09:27:47,+0000,,Space Jam should’ve won the Oscar https://t.co/E7l2DCAxDH,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1183313372885839873,[],['https://pbs.twimg.com/media/EGv5PCZU8AA7PZJ.jpg'],1,https://pbs.twimg.com/media/EGv5PCZU8AA7PZJ.jpg,False,120643,1088,12959,,None,,,,,,,[],,,, +3861,1183223595008266241,1183220879951462400,1570937462000.0,2019-10-13 03:31:02,+0000,,@jay11w Recommended for sure. Both movies are incredible.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1183223595008266241,[],[],0,,False,1314,61,40,,None,,,,,,,"[{'screen_name': 'jay11w', 'name': 'Jay', 'id': '117749205'}]",,,, +3862,1183222226130046980,1183220879951462400,1570937136000.0,2019-10-13 03:25:36,+0000,,"First will rewatch Godfather Part II, then Space Jam",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1183222226130046980,[],[],0,,False,38596,628,1398,,None,,,,,,,[],,,, +3863,1183221390016536581,1183220879951462400,1570936937000.0,2019-10-13 03:22:17,+0000,,"Underappreciated 🎥, will watch!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1183221390016536581,[],[],0,,False,16103,201,292,,None,,,,,,,[],,,, +3864,1183220879951462400,1183220879951462400,1570936815000.0,2019-10-13 03:20:15,+0000,,Is Space Jam good?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1183220879951462400,[],[],0,,False,124978,4960,7393,,None,,,,,,,[],,,, +3865,1183201528036786178,1183145043994931200,1570932201000.0,2019-10-13 02:03:21,+0000,,@Nobody_Really7 @anonyx10 @mayemusk So it goes,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1183201528036786178,[],[],0,,False,602,41,25,,None,,,,,,,"[{'screen_name': 'Nobody_Really7', 'name': 'Nobody Really', 'id': '963137526952222720'}, {'screen_name': 'anonyx10', 'name': 'Æx', 'id': '1045479441768566784'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +3866,1183198657136324610,1183145043994931200,1570931517000.0,2019-10-13 01:51:57,+0000,,@anonyx10 @mayemusk Sure looks that way,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1183198657136324610,[],[],0,,False,602,43,29,,None,,,,,,,"[{'screen_name': 'anonyx10', 'name': 'Æx', 'id': '1045479441768566784'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +3867,1183152738382667777,1183102902388318208,1570920569000.0,2019-10-12 22:49:29,+0000,,@owlmaster08 @Tesla Nice 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1183152738382667777,[],[],0,,False,1553,41,40,,None,,,,,,,"[{'screen_name': 'owlmaster08', 'name': 'Jonathan Hewitt', 'id': '1161717457'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3868,1183150916473516032,1182812717083611138,1570920135000.0,2019-10-12 22:42:15,+0000,,@Erdayastronaut Solar,tr,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1183150916473516032,[],[],0,,False,1151,28,28,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3869,1183150883162349569,1182812717083611138,1570920127000.0,2019-10-12 22:42:07,+0000,,"@Erdayastronaut Depends on total system efficiency & how long the propellant plant can run to refill Starship, so 1 to 10MW as a rough guess",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1183150883162349569,[],[],0,,False,1075,34,38,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3870,1183123445787185152,1183118245458432001,1570913585000.0,2019-10-12 20:53:05,+0000,,"@bonnienorman Whoa, that does look good!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1183123445787185152,[],[],0,,False,1358,50,31,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +3871,1183119389211549696,1183118245458432001,1570912618000.0,2019-10-12 20:36:58,+0000,,@Macwars Fair point. Will hold on EU price change until Tesla gets clarity from regulators about Smart Summon feature release date.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1183119389211549696,[],[],0,,False,1292,45,44,,None,,,,,,,"[{'screen_name': 'Macwars', 'name': 'Frank C', 'id': '80590557'}]",,,, +3872,1183118245458432001,1183118245458432001,1570912345000.0,2019-10-12 20:32:25,+0000,,French fries 🍟 are the devil 😈 https://t.co/AR3h57RPIA,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1183118245458432001,[],['https://pbs.twimg.com/media/EGtHxbnUEAAUi1f.jpg'],1,https://pbs.twimg.com/media/EGtHxbnUEAAUi1f.jpg,False,73369,1124,6989,,None,,,,,,,[],,,, +3873,1183114722989621248,1183099261098938368,1570911505000.0,2019-10-12 20:18:25,+0000,,"@tesla_truth @BarkMSmeagol @vincent13031925 @jchybow @JohnnaCrider1 @28delayslater @flcnhvy @AfMusk .@DrPatSoonShiong, are you aware that one of your senior journalists (Russ Mitchell) is openly funding a fake charity run by an online bully?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1183114722989621248,[],[],0,,False,1735,236,224,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'BarkMSmeagol', 'name': 'BarkCoin 🧦🐶🕺🏼\U0001fa91', 'id': '980554784133427200'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'jchybow', 'name': 'TechnoPilot 🇺🇸🛩🇺🇸', 'id': '54094700'}, {'screen_name': 'JohnnaCrider1', 'name': 'Techno Gem', 'id': '1957568797'}, {'screen_name': '28delayslater', 'name': '🐶Earl of FrunkPuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'AfMusk', 'name': 'Musk AF ————ᶠᵃⁿ', 'id': '1171246992808263682'}]",,,, +3874,1183106801769697280,1183099261098938368,1570909617000.0,2019-10-12 19:46:57,+0000,,@tesla_truth @BarkMSmeagol @vincent13031925 @jchybow @JohnnaCrider1 @28delayslater @flcnhvy @AfMusk Super messed up situation!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1183106801769697280,[],[],0,,False,1799,101,107,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'BarkMSmeagol', 'name': 'BarkCoin 🧦🐶🕺🏼\U0001fa91', 'id': '980554784133427200'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'jchybow', 'name': 'TechnoPilot 🇺🇸🛩🇺🇸', 'id': '54094700'}, {'screen_name': 'JohnnaCrider1', 'name': 'Techno Gem', 'id': '1957568797'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'AfMusk', 'name': 'Musk AF ————ᶠᵃⁿ', 'id': '1171246992808263682'}]",,,, +3875,1183082764515414016,1183057399642497025,1570903886000.0,2019-10-12 18:11:26,+0000,,@cleantechnica Several finesse improvements coming to Smart Summon in coming weeks. Will be smooth as silk.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1183082764515414016,[],[],0,,False,2062,170,160,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +3876,1183081171644628992,1182047438577774593,1570903506000.0,2019-10-12 18:05:06,+0000,,@wk057 @Tesla Should be much better at this point,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1183081171644628992,[],[],0,,False,1180,73,32,,None,,,,,,,"[{'screen_name': 'wk057', 'name': 'Jason Hughes', 'id': '3063324590'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3877,1182828744748044288,1182812717083611138,1570843323000.0,2019-10-12 01:22:03,+0000,,Price for fully installed solar plus battery has been reduced ~10% to help those affected by blackouts,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182828744748044288,[],[],0,,False,7004,250,388,,None,,,,,,,[],,,, +3878,1182828388852977665,1182812717083611138,1570843238000.0,2019-10-12 01:20:38,+0000,,"@brockm Yes, but probably a year or two away. Lot of fish to fry …",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182828388852977665,[],[],0,,False,629,35,20,,None,,,,,,,"[{'screen_name': 'brockm', 'name': 'Mike Brock', 'id': '14539907'}]",,,, +3879,1182828056416641025,1182823556830253056,1570843159000.0,2019-10-12 01:19:19,+0000,,"@bruce_mittleman Tesla cannot continue to lose money. To achieve our goal of environmental sustainability, Tesla must be financially sustainable or we will cease to exist.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182828056416641025,[],[],0,,False,3145,294,205,,None,,,,,,,"[{'screen_name': 'bruce_mittleman', 'name': 'Bruce Mittleman', 'id': '214993532'}]",,,, +3880,1182827574361124864,1182812717083611138,1570843044000.0,2019-10-12 01:17:24,+0000,,Allows homeowner potential to go completely off grid,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182827574361124864,[],[],0,,False,8009,239,331,,None,,,,,,,[],,,, +3881,1182827425551380482,1182812717083611138,1570843008000.0,2019-10-12 01:16:48,+0000,,"V important: pure solar subscription is guaranteed to be a net money-maker for the homeowner or Tesla will take the panels back. Adding Powerwall negatively affects economics, but gives homeowner power protection in event of a blackout.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182827425551380482,[],[],0,,False,3656,172,282,,None,,,,,,,[],,,, +3882,1182826581070245888,1182823556830253056,1570842807000.0,2019-10-12 01:13:27,+0000,,"@cutza7 When the car is FSD without supervision, ie robotaxi, you’ll be able to earn far more than monthly lease/loan cost by allowing others to use it. Managing a small fleet of robotaxis will be a career for many & much better than driving a single car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182826581070245888,[],[],0,,False,1593,197,135,,None,,,,,,,"[{'screen_name': 'cutza7', 'name': 'Luis Ramirez', 'id': '94845308'}]",,,, +3883,1182825609686241280,1182812717083611138,1570842575000.0,2019-10-12 01:09:35,+0000,,@tesla_addicted @sanjeev_r11 @vincent13031925 Putting panels on east or west facing roofs works well too. Energy loss is fairly minor. Just north facing that’s problematic above ~30 deg latitude.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182825609686241280,[],[],0,,False,687,27,40,,None,,,,,,,"[{'screen_name': 'tesla_addicted', 'name': 'Gabriel -', 'id': '863210001082576898'}, {'screen_name': 'sanjeev_r11', 'name': 'Jeev', 'id': '66270595'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +3884,1182824968200937472,1182823556830253056,1570842422000.0,2019-10-12 01:07:02,+0000,,@wilsonlam 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182824968200937472,[],[],0,,False,1357,60,47,,None,,,,,,,"[{'screen_name': 'wilsonlam', 'name': 'wilson lam', 'id': '8498362'}]",,,, +3885,1182824823275155456,1182823556830253056,1570842388000.0,2019-10-12 01:06:28,+0000,,"@annerajb @Thebault_Arthur Working with engineering team to figure out best way to do upgrade without crushing service team. Will start doing upgrades in volume in a few months, coincident with more FSD features being released.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182824823275155456,[],[],0,,False,1269,95,82,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Thebault_Arthur', 'name': 'Arthur', 'id': '172759738'}]",,,, +3886,1182824078756872192,1182823556830253056,1570842210000.0,2019-10-12 01:03:30,+0000,,"@Thebault_Arthur Still working with RDW, the car regulatory authority in Netherlands. Unclear why there’s a delay. Other countries are supportive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182824078756872192,[],[],0,,False,1066,47,60,,None,,,,,,,"[{'screen_name': 'Thebault_Arthur', 'name': 'Arthur', 'id': '172759738'}]",,,, +3887,1182823556830253056,1182823556830253056,1570842086000.0,2019-10-12 01:01:26,+0000,,"Now that Tesla V10.0 with Smart Summon is out, Full Self-Driving price will increase by $1000 on Nov 1",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1182823556830253056,[],[],0,,False,13795,1013,708,,None,,,,,,,[],,,, +3888,1182812717083611138,1182812717083611138,1570839502000.0,2019-10-12 00:18:22,+0000,,Get Tesla Solar plus Powerwall battery for 24/7 clean power & no more blackouts! https://t.co/mDoPO17YB9,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1182812717083611138,['http://Tesla.com/solar'],[],0,,False,23365,1273,2261,,None,,,,,,,[],,,, +3889,1182808205425922049,1182807985946542080,1570838426000.0,2019-10-12 00:00:26,+0000,,@mandeepdalip @Tesla Will be throughout Canada,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1182808205425922049,[],[],0,,False,562,26,20,,None,,,,,,,"[{'screen_name': 'mandeepdalip', 'name': 'Mandeep Dalip', 'id': '114544909'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3890,1182711457156190208,1182479208452366336,1570815359000.0,2019-10-11 17:35:59,+0000,,@vincent13031925 It’s something special,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1182711457156190208,[],[],0,,False,3867,307,169,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +3891,1182327145793634304,1182306113326391296,1570723732000.0,2019-10-10 16:08:52,+0000,,@Gfilche @Tesla Fundamental metric of good of Tesla is how many years sooner it brings the advent of a sustainable energy future,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1182327145793634304,[],[],0,,False,1821,154,225,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3892,1182192515778170881,1182118409611419649,1570691634000.0,2019-10-10 07:13:54,+0000,,@RationalEtienne @tesla_truth @AfMusk @28delayslater @EvaFoxU @JohnnaCrider1 @vincent13031925 @mayemusk @RenataKonkoly @Tesla @zshahan3 True 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1182192515778170881,[],[],0,,False,1367,54,36,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'AfMusk', 'name': 'Musk AF ————ᶠᵃⁿ', 'id': '1171246992808263682'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'zshahan3', 'name': 'Zach Shahan', 'id': '60840767'}]",,,, +3893,1182189869344247809,1182176347474599936,1570691003000.0,2019-10-10 07:03:23,+0000,,@sara_boutall @In2867Muk @parisreview I ♥️ Asterix & Obelix!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1182189869344247809,[],[],0,,False,1755,64,79,,None,,,,,,,"[{'screen_name': 'In2867Muk', 'name': 'ASTERIX - Ben Gaul Jivi', 'id': '868008596604424192'}, {'screen_name': 'parisreview', 'name': 'The Paris Review', 'id': '71256932'}]",,,, +3894,1182189464736526337,1182032492099817472,1570690907000.0,2019-10-10 07:01:47,+0000,,@tesla_truth Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1182189464736526337,[],[],0,,False,1381,39,40,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +3895,1182188397965656064,1181838061711310848,1570690652000.0,2019-10-10 06:57:32,+0000,,@Milostoessel @Tesla @TeslaSchweiz Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1182188397965656064,[],[],0,,False,10607,213,249,,None,,,,,,,"[{'screen_name': 'Milostoessel', 'name': 'milo stoessel', 'id': '1487522022'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'TeslaSchweiz', 'name': 'Tesla Community Schweiz', 'id': '1322380968'}]",,,, +3896,1182089703039700993,1182089226826813440,1570667122000.0,2019-10-10 00:25:22,+0000,,Also adding Tesla Solar to our Supercharger stations as fast as possible. Goal is 24/7 clean power with no blackouts.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1182089703039700993,[],[],0,,False,19773,441,1112,,None,,,,,,,[],,,, +3897,1182089226826813440,1182089226826813440,1570667008000.0,2019-10-10 00:23:28,+0000,,All Tesla Supercharger stations in regions affected by California power outages will have Tesla Powerpacks within next few weeks. Just waiting on permits.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1182089226826813440,[],[],0,,False,26923,627,1510,,None,,,,,,,[],,,, +3898,1182061315390492673,1182059866052952066,1570660353000.0,2019-10-09 22:32:33,+0000,,Sooo annoying!! https://t.co/QKtCC0YgDG,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1182061315390492673,['https://m.youtube.com/watch?v=3Z66-cl3ghw'],[],0,,False,5786,378,426,,None,,,,,,,[],,,, +3899,1182059866052952066,1182059866052952066,1570660008000.0,2019-10-09 22:26:48,+0000,, https://t.co/BkKeiIzNPM,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1182059866052952066,['http://Etymology.com'],[],0,,False,10355,961,998,,None,,,,,,,[],,,, +3900,1182005812975128576,1181925399514759173,1570647121000.0,2019-10-09 18:52:01,+0000,,@Teslarati We’re changing Powerwall Storm Watch to Disaster Watch. Covers more bases.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1182005812975128576,[],[],0,,False,1829,66,104,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3901,1181991353212817408,1181988180326633472,1570643673000.0,2019-10-09 17:54:33,+0000,,@Kristennetten @annerajb @tesla_truth 🚀🚘 🧠🕳,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181991353212817408,[],[],0,,False,1093,102,54,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +3902,1181990505363599360,1181988180326633472,1570643471000.0,2019-10-09 17:51:11,+0000,,@annerajb @tesla_truth Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181990505363599360,[],[],0,,False,777,27,22,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +3903,1181990398379483137,1181988180326633472,1570643445000.0,2019-10-09 17:50:45,+0000,,@tesla_truth No change,fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181990398379483137,[],[],0,,False,1019,81,35,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +3904,1181990010657984513,1181977123508178945,1570643353000.0,2019-10-09 17:49:13,+0000,,@JimBridenstine @NASAMoon Important for Moonbase Alpha!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181990010657984513,[],[],0,,False,1514,65,69,,None,,,,,,,"[{'screen_name': 'JimBridenstine', 'name': 'Jim Bridenstine', 'id': '243418245'}, {'screen_name': 'NASAMoon', 'name': 'NASA Moon', 'id': '14982625'}]",,,, +3905,1181989324797009922,1181988180326633472,1570643189000.0,2019-10-09 17:46:29,+0000,,@GeorgKonjovic Working on it,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181989324797009922,[],[],0,,False,1206,57,36,,None,,,,,,,"[{'screen_name': 'GeorgKonjovic', 'name': 'Georg Konjovic', 'id': '9583042'}]",,,, +3906,1181989103606255616,1181988180326633472,1570643137000.0,2019-10-09 17:45:37,+0000,,@_GaryTheBot Even Gary likes it!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181989103606255616,[],[],0,,False,953,20,24,,None,,,,,,,"[{'screen_name': '_GaryTheBot', 'name': 'Gary the Bot 🤖', 'id': '60961906'}]",,,, +3907,1181988619000500224,1181988180326633472,1570643021000.0,2019-10-09 17:43:41,+0000,,It’s really quite fun!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181988619000500224,[],[],0,,False,18722,372,492,,None,,,,,,,[],,,, +3908,1181988380990558208,1181988180326633472,1570642964000.0,2019-10-09 17:42:44,+0000,,"But we call it “caraoke”, because it’s in a 🚘",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181988380990558208,[],[],0,,False,39107,530,2368,,None,,,,,,,[],,,, +3909,1181988180326633472,1181988180326633472,1570642917000.0,2019-10-09 17:41:57,+0000,,Tesla software V10.0 comes with karaoke 🎤,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181988180326633472,[],[],0,,False,53896,1318,3772,,None,,,,,,,[],,,, +3910,1181987789589508096,1181987612992524288,1570642823000.0,2019-10-09 17:40:23,+0000,,@nextspaceflight Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181987789589508096,[],[],0,,False,1017,26,16,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +3911,1181987612992524288,1181987612992524288,1570642781000.0,2019-10-09 17:39:41,+0000,,A Shortfall of Gravitas,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181987612992524288,[],[],0,,False,9500,301,361,,None,,,,,,,[],,,, +3912,1181980074037301248,1181979597467873280,1570640984000.0,2019-10-09 17:09:44,+0000,,@Thebault_Arthur @_GaryTheBot Next update,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181980074037301248,[],[],0,,False,746,44,27,,None,,,,,,,"[{'screen_name': 'Thebault_Arthur', 'name': 'Arthur', 'id': '172759738'}, {'screen_name': '_GaryTheBot', 'name': 'Gary the Bot 🤖', 'id': '60961906'}]",,,, +3913,1181979746550202368,1181979597467873280,1570640906000.0,2019-10-09 17:08:26,+0000,,"@_GaryTheBot siq burn, Gary, siq burn",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181979746550202368,[],[],0,,False,630,22,18,,None,,,,,,,"[{'screen_name': '_GaryTheBot', 'name': 'Gary the Bot 🤖', 'id': '60961906'}]",,,, +3914,1181979597467873280,1181979597467873280,1570640870000.0,2019-10-09 17:07:50,+0000,,🦌,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181979597467873280,[],[],0,,False,37958,1563,2524,,None,,,,,,,[],,,, +3915,1181979201915604993,1181979201915604993,1570640776000.0,2019-10-09 17:06:16,+0000,,Why is there no emoji for dignity!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1181979201915604993,[],[],0,,False,101954,3612,10231,,None,,,,,,,[],,,, +3916,1181841203286790144,1181837097444896768,1570607875000.0,2019-10-09 07:57:55,+0000,,@teslaownersSV Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1181841203286790144,[],[],0,,False,6773,81,90,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +3917,1181837821855711232,1181837097444896768,1570607068000.0,2019-10-09 07:44:28,+0000,,@sara_boutall Door hinge,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1181837821855711232,[],[],0,,False,13933,392,517,,None,,,,,,,[],,,, +3918,1181837097444896768,1181837097444896768,1570606896000.0,2019-10-09 07:41:36,+0000,,the color orange is named after the fruit,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1181837097444896768,[],[],0,,False,287938,6240,37249,,None,,,,,,,[],,,, +3919,1181781720841908224,1181715673132613632,1570593693000.0,2019-10-09 04:01:33,+0000,,@alex_gayer @teslaownersSV Will remove,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1181781720841908224,[],[],0,,False,656,53,19,,None,,,,,,,"[{'screen_name': 'alex_gayer', 'name': 'Al≡x Gay≡r #FSDBeta 💎🤲🏻', 'id': '911663245'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +3920,1181781181316026369,1181715673132613632,1570593564000.0,2019-10-09 03:59:24,+0000,,@teslaownersSV Thanks for mentioning. Should be enabled on all loaner cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1181781181316026369,[],[],0,,False,1512,59,36,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +3921,1181781021785653248,1181572161917607948,1570593526000.0,2019-10-09 03:58:46,+0000,,@Aero_JohnG @Erdayastronaut @SciGuySpace Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1181781021785653248,[],[],0,,False,438,4,10,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +3922,1181738919076851712,1181720405754732547,1570583488000.0,2019-10-09 01:11:28,+0000,,"@annerajb @Teslarati Not easily, as requires wire harness changes",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1181738919076851712,[],[],0,,False,699,84,22,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3923,1181738665963208704,1181720405754732547,1570583428000.0,2019-10-09 01:10:28,+0000,,@Teslarati 🦶 💨,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1181738665963208704,[],[],0,,False,1967,93,66,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +3924,1181658171598917632,1181656686236508160,1570564236000.0,2019-10-08 19:50:36,+0000,,@justpaulinelol I’m in the credits,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1181658171598917632,[],[],0,,False,1638,74,64,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +3925,1181656686236508160,1181656686236508160,1570563882000.0,2019-10-08 19:44:42,+0000,,Worth reading “Human Compatible” by Stuart Russell (he’s great!) about future AI risks & solutions https://t.co/ZCdvZrrcVf,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1181656686236508160,['https://www.amazon.com/Human-Compatible-Artificial-Intelligence-Problem/dp/0525558616/'],[],0,,False,11666,559,1272,,None,,,,,,,[],,,, +3926,1181585837869297664,1181572161917607948,1570546991000.0,2019-10-08 15:03:11,+0000,,@flcnhvy @SciGuySpace All hardware is at the Cape. Need to do static fire and reconfigure for flight. Launch probably late Nov / early Dec.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1181585837869297664,[],[],0,,False,1241,43,72,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +3927,1181584415362707456,1181572161917607948,1570546652000.0,2019-10-08 14:57:32,+0000,,"@SciGuySpace We had to reallocate some resources to speed this up & received great support from Airborne, our parachute supplier. I was at their Irvine factory with the SpaceX team on Sat and Sun. We’re focusing on the advanced Mk3 chute, which provides highest safety factor for astronauts.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1181584415362707456,[],[],0,,False,1659,42,95,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +3928,1181579173388673025,1181572161917607948,1570545402000.0,2019-10-08 14:36:42,+0000,,"@SciGuySpace For what it’s worth, the SpaceX schedule, which I’ve just reviewed in depth, shows Falcon & Dragon at the Cape & all testing done in ~10 weeks",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1181579173388673025,[],[],0,,False,3522,111,241,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +3929,1181497517759811584,1181389336115326976,1570525934000.0,2019-10-08 09:12:14,+0000,,@alex_gayer 🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1181497517759811584,[],[],0,,False,3944,80,91,,None,,,,,,,"[{'screen_name': 'alex_gayer', 'name': 'Al≡x Gay≡r #FSDBeta 💎🤲🏻', 'id': '911663245'}]",,,, +3930,1181345349148917760,1178731786429456384,1570489654000.0,2019-10-07 23:07:34,+0000,,@flcnhvy @BnOrdhaug @Gizmodo Culture Class is really something,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1181345349148917760,[],[],0,,False,1187,56,33,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'BnOrdhaug', 'name': 'Suppe', 'id': '560511847'}, {'screen_name': 'Gizmodo', 'name': 'Gizmodo', 'id': '2890961'}]",,,, +3931,1181344603716255745,1178731786429456384,1570489476000.0,2019-10-07 23:04:36,+0000,,@BnOrdhaug @Gizmodo I hope so,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1181344603716255745,[],[],0,,False,985,37,25,,None,,,,,,,"[{'screen_name': 'BnOrdhaug', 'name': 'Suppe', 'id': '560511847'}, {'screen_name': 'Gizmodo', 'name': 'Gizmodo', 'id': '2890961'}]",,,, +3932,1181343438630838273,1178731786429456384,1570489198000.0,2019-10-07 22:59:58,+0000,,@Gizmodo We’re doomed!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1181343438630838273,[],[],0,,False,6854,336,363,,None,,,,,,,"[{'screen_name': 'Gizmodo', 'name': 'Gizmodo', 'id': '2890961'}]",,,, +3933,1181304116498165760,1181303258591223814,1570479823000.0,2019-10-07 20:23:43,+0000,,@pewdiepie Hāhā,lv,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1181304116498165760,[],[],0,,False,74199,710,2654,,None,,,,,,,"[{'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +3934,1181295442132230144,1180196789644906496,1570477755000.0,2019-10-07 19:49:15,+0000,,@browserdotsys Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1181295442132230144,[],[],0,,False,2032,57,56,,None,,,,,,,[],,,, +3935,1181114635962814464,1181083687384838145,1570434647000.0,2019-10-07 07:50:47,+0000,,@WellsAdams Done,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1181114635962814464,[],[],0,,False,4423,84,115,,None,,,,,,,"[{'screen_name': 'WellsAdams', 'name': 'Wells Adams', 'id': '37381709'}]",,,, +3936,1181087900051492864,1181083687384838145,1570428273000.0,2019-10-07 06:04:33,+0000,,Trouble! https://t.co/qo2hR7Vcsp,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1181087900051492864,['https://m.youtube.com/watch?v=-aLYvZ5sX28'],[],0,,False,12544,491,719,,None,,,,,,,[],,,, +3937,1181083687384838145,1181083687384838145,1570427269000.0,2019-10-07 05:47:49,+0000,,And that’s just the tip of the iceberg,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1181083687384838145,[],[],0,,False,87817,1697,9085,https://twitter.com/Teslarati/status/1180928229059809284,None,,,,,,,[],,,, +3938,1181070766101549056,1180356762567954432,1570424188000.0,2019-10-07 04:56:28,+0000,,@jesterpb @yukaichou @Tesla Agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1181070766101549056,[],[],0,,False,939,38,17,,None,,,,,,,"[{'screen_name': 'jesterpb', 'name': 'jesterpb', 'id': '13400082'}, {'screen_name': 'yukaichou', 'name': 'Yu-kai Chou', 'id': '14391119'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3939,1180957431368568832,1180356762567954432,1570397167000.0,2019-10-06 21:26:07,+0000,,@TameemJi @yukaichou @Tesla Good ones,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1180957431368568832,[],[],0,,False,1174,103,29,,None,,,,,,,"[{'screen_name': 'TameemJi', 'name': 'Tameem Ji', 'id': '352847585'}, {'screen_name': 'yukaichou', 'name': 'Yu-kai Chou', 'id': '14391119'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3940,1180928986903265280,1180928894838304768,1570390385000.0,2019-10-06 19:33:05,+0000,,"@SpodieDodie Agreed, fair point",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1180928986903265280,[],[],0,,False,989,68,28,,None,,,,,,,"[{'screen_name': 'SpodieDodie', 'name': 'Mikey Jackson', 'id': '435875809'}]",,,, +3941,1180927887970422785,1180356762567954432,1570390123000.0,2019-10-06 19:28:43,+0000,,@yukaichou @Tesla Any feature requests?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1180927887970422785,[],[],0,,False,2695,2318,125,,None,,,,,,,"[{'screen_name': 'yukaichou', 'name': 'Yu-kai Chou', 'id': '14391119'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3942,1180927745301176320,1180927745301176320,1570390089000.0,2019-10-06 19:28:09,+0000,,"Given how quickly the world is shifting to electric vehicles, a gas/diesel vehicle bought today will probably have low resale value",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1180927745301176320,[],[],0,,False,24956,1153,2750,https://twitter.com/cleantechnica/status/1180878485755174912,None,,,,,,,[],,,, +3943,1180878496224038914,1180877114226008064,1570378347000.0,2019-10-06 16:12:27,+0000,,"💨 & 🐐 sounds too (also, of course)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1180878496224038914,[],[],0,,False,14867,468,495,,None,,,,,,,[],,,, +3944,1180877799734665216,1180877114226008064,1570378181000.0,2019-10-06 16:09:41,+0000,,@JudaMeg Will consider,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1180877799734665216,[],[],0,,False,3017,125,50,,None,,,,,,,"[{'screen_name': 'JudaMeg', 'name': 'Juda Meg', 'id': '999052965330804737'}]",,,, +3945,1180877420821237760,1180877114226008064,1570378091000.0,2019-10-06 16:08:11,+0000,,@teslaownersSV Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1180877420821237760,[],[],0,,False,2774,79,44,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +3946,1180877114226008064,1180877114226008064,1570378018000.0,2019-10-06 16:06:58,+0000,,"Customized horn & movement sounds (coconuts being one, of course) coming to Teslas soon",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1180877114226008064,[],[],0,,False,44088,1943,2410,,None,,,,,,,[],,,, +3947,1180569585558228992,1180552461112811520,1570304697000.0,2019-10-05 19:44:57,+0000,,@Erdayastronaut @bluemoondance74 @EvaFoxU Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1180569585558228992,[],[],0,,False,1829,82,37,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +3948,1180553336082157568,1180552461112811520,1570300823000.0,2019-10-05 18:40:23,+0000,,@bluemoondance74 @EvaFoxU We will understand the next question,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1180553336082157568,[],[],0,,False,1514,72,63,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +3949,1180553063301468160,1180552461112811520,1570300758000.0,2019-10-05 18:39:18,+0000,,@justpaulinelol @EvaFoxU True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1180553063301468160,[],[],0,,False,571,19,16,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +3950,1180552829498322945,1180552461112811520,1570300702000.0,2019-10-05 18:38:22,+0000,,@EvaFoxU To understand the nature of consciousness,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1180552829498322945,[],[],0,,False,1890,162,150,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +3951,1180320978435543042,1180096736276226048,1570245425000.0,2019-10-05 03:17:05,+0000,,@Mikeado @Lancelot_Fox @Tommymcglynn @trevorandersen @fermatslibrary It’s true 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1180320978435543042,[],[],0,,False,560,31,25,,None,,,,,,,"[{'screen_name': 'Mikeado', 'name': 'Mike Adamson', 'id': '47607631'}, {'screen_name': 'Lancelot_Fox', 'name': 'Lanimal', 'id': '128717864'}, {'screen_name': 'Tommymcglynn', 'name': 'Tommy McGlynn', 'id': '392392991'}, {'screen_name': 'trevorandersen', 'name': 'Trevor Andersen', 'id': '33147578'}, {'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +3952,1180264594364870660,1180241761123225601,1570231982000.0,2019-10-04 23:33:02,+0000,,@vincent13031925 @Sofiaan @SCE Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1180264594364870660,[],[],0,,False,899,57,30,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'SCE', 'name': 'SCE', 'id': '16002973'}]",,,, +3953,1180165032690233345,1179965234624286721,1570208244000.0,2019-10-04 16:57:24,+0000,,@rklau Great list of hotel hacks in this thread!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1180165032690233345,[],[],0,,False,7256,103,234,,None,,,,,,,"[{'screen_name': 'rklau', 'name': 'Rick Klau', 'id': '901651'}]",,,, +3954,1179996203574013953,1179929771762864129,1570167992000.0,2019-10-04 05:46:32,+0000,,@tesla_truth 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1179996203574013953,[],[],0,,False,6744,98,126,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +3955,1179957355628253185,1179957355628253185,1570158730000.0,2019-10-04 03:12:10,+0000,,Excited about launching @NASA asteroid defense mission! #Armageddon69,en,['armageddon69'],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1179957355628253185,[],[],0,,False,30123,1061,3094,https://twitter.com/SciGuySpace/status/1116451957844193280,None,,,,,,,[],,,, +3956,1179941711306358787,1179936174095421440,1570155000000.0,2019-10-04 02:10:00,+0000,,@nichegamer Let’s go boyz!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1179941711306358787,[],[],0,,False,4073,106,202,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +3957,1179925839669891072,1179889128500088834,1570151216000.0,2019-10-04 01:06:56,+0000,,@TeslaOwnersSK @Tesla Sorry it took so long!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1179925839669891072,[],[],0,,False,2426,105,59,,None,,,,,,,"[{'screen_name': 'TeslaOwnersSK', 'name': 'Tesla Saskatchewan', 'id': '1095187791510564867'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3958,1179897546161848320,1179520622004588544,1570144471000.0,2019-10-03 23:14:31,+0000,,"@TarikCelebii Wow, cool! Summon will get steadily smoother until it’s like an expert chauffeur who knows you well.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1179897546161848320,[],[],0,,False,1028,55,72,,None,,,,,,,"[{'screen_name': 'TarikCelebii', 'name': 'Tarik Celebi', 'id': '82569016'}]",,,, +3959,1179799146464628736,1178931253229187072,1570121010000.0,2019-10-03 16:43:30,+0000,,@flcnhvy @HarryStoltz1 Welded steel,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1179799146464628736,[],[],0,,False,1420,87,44,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}]",,,, +3960,1179624066375774209,1179576466721259520,1570079268000.0,2019-10-03 05:07:48,+0000,,@HarryStoltz1 Probably Starlink 🛰 & some fun things,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1179624066375774209,[],[],0,,False,1430,144,63,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}]",,,, +3961,1179576466721259520,1179576466721259520,1570067919000.0,2019-10-03 01:58:39,+0000,,Rosetta by Vangelis is incredible https://t.co/MKqbsdVVsN,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1179576466721259520,['https://open.spotify.com/album/6ROeoiTdZBO7N5C8gC2xix?si=igJJ-JKOQlGVo1166ZYlwQ'],[],0,,False,7954,758,608,,None,,,,,,,[],,,, +3962,1179524946478817280,1179520622004588544,1570055636000.0,2019-10-02 22:33:56,+0000,,"@teslaownersSV @arctechinc Not sure, will ask regulators",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1179524946478817280,[],[],0,,False,1104,65,35,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +3963,1179524799804002304,1179520622004588544,1570055601000.0,2019-10-02 22:33:21,+0000,,@AdamTForbes @annerajb @flcnhvy Enhanced should get it too,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1179524799804002304,[],[],0,,False,867,29,23,,None,,,,,,,"[{'screen_name': 'AdamTForbes', 'name': 'Adam T. Forbes', 'id': '291941749'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3964,1179524256792641542,1179520622004588544,1570055471000.0,2019-10-02 22:31:11,+0000,,@arctechinc Aiming for this weekend!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1179524256792641542,[],[],0,,False,1343,74,53,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +3965,1179523171780681728,1179520622004588544,1570055213000.0,2019-10-02 22:26:53,+0000,,"@annerajb @flcnhvy Hopefully, a month or two, although it may be a little silly at first",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1179523171780681728,[],[],0,,False,1206,66,43,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3966,1179522786240319488,1179520622004588544,1570055121000.0,2019-10-02 22:25:21,+0000,,@flcnhvy Not yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1179522786240319488,[],[],0,,False,940,20,20,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +3967,1179522738278395905,1179520622004588544,1570055109000.0,2019-10-02 22:25:09,+0000,,@MemesOfMars First point release update expected to go out this weekend,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1179522738278395905,[],[],0,,False,1038,36,46,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}]",,,, +3968,1179520622004588544,1179520622004588544,1570054605000.0,2019-10-02 22:16:45,+0000,,"Over 550,000 Tesla Smart Summon uses in first few days!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1179520622004588544,[],[],0,,False,46577,1351,1957,,None,,,,,,,[],,,, +3969,1179519667808768000,1179507179205718016,1570054377000.0,2019-10-02 22:12:57,+0000,,"@tesla_truth Thanks, Tesla team is the strongest it’s ever been & doing an amazing job! Honored to work beside them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1179519667808768000,[],[],0,,False,3392,98,198,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +3970,1179159128708538370,1179034175640346625,1569968418000.0,2019-10-01 22:20:18,+0000,,"@justpaulinelol @KeithMansfield @Erdayastronaut If 20km works, then orbit",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1179159128708538370,[],[],0,,False,1495,88,78,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'KeithMansfield', 'name': 'Keith Mansfield📚🚀✨', 'id': '103578232'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3971,1179158176618315776,1179034175640346625,1569968191000.0,2019-10-01 22:16:31,+0000,,@KeithMansfield @Erdayastronaut Great summary of the key points!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1179158176618315776,[],[],0,,False,796,22,27,,None,,,,,,,"[{'screen_name': 'KeithMansfield', 'name': 'Keith Mansfield📚🚀✨', 'id': '103578232'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +3972,1179154111616274433,1178425370476834816,1569967222000.0,2019-10-01 22:00:22,+0000,,"@OranMaliphant @Erdayastronaut @AngelNDevil2 @MarkChica @FutureJurvetson @bluemoondance74 @SpaceX That’s about right, except no sensors. Tile itself is the sensor as it will partially ablate where too hot & have to be replaced.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1179154111616274433,[],[],0,,False,1088,45,39,,None,,,,,,,"[{'screen_name': 'OranMaliphant', 'name': 'Oz Maliphant', 'id': '2596520047'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'AngelNDevil2', 'name': 'Angel & Devil', 'id': '1347954961452302336'}, {'screen_name': 'MarkChica', 'name': 'Boca Chica Mark Watney', 'id': '1088115509608951808'}, {'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3973,1179107730876796928,1178425370476834816,1569956164000.0,2019-10-01 18:56:04,+0000,,"@AngelNDevil2 @MarkChica @FutureJurvetson @bluemoondance74 @SpaceX It’s all the “secondary” structure that concerns me, not engines & primary airframe",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1179107730876796928,[],[],0,,False,1192,46,50,,None,,,,,,,"[{'screen_name': 'AngelNDevil2', 'name': 'Angel & Devil', 'id': '1347954961452302336'}, {'screen_name': 'MarkChica', 'name': 'Boca Chica Mark Watney', 'id': '1088115509608951808'}, {'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3974,1179107539352313856,1178425370476834816,1569956118000.0,2019-10-01 18:55:18,+0000,,"@AngelNDevil2 @MarkChica @FutureJurvetson @bluemoondance74 @SpaceX Raptor cost is tracking to well under $1M for V1.0. Goal is <$250k for V2.0 is a 250 ton thrust-optimized engine, ie <$1000/ton",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1179107539352313856,[],[],0,,False,1290,36,106,,None,,,,,,,"[{'screen_name': 'AngelNDevil2', 'name': 'Angel & Devil', 'id': '1347954961452302336'}, {'screen_name': 'MarkChica', 'name': 'Boca Chica Mark Watney', 'id': '1088115509608951808'}, {'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +3975,1179090138644668416,1179088305322897408,1569951970000.0,2019-10-01 17:46:10,+0000,,@JohnnaCrider1 @RationalEtienne @LaurenRow5 @RenataKonkoly @Kristennetten @EvaFoxU @MemesOfMars @PositivePyrami1 Stop sending me this 💩 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1179090138644668416,[],[],0,,False,5963,149,197,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna 💎', 'id': '1957568797'}, {'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'LaurenRow5', 'name': 'Lauren Row', 'id': '997698480058654720'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'MemesOfMars', 'name': 'Dreams of Mars 2049', 'id': '15567938'}, {'screen_name': 'PositivePyrami1', 'name': 'Pyramids', 'id': '1007073983152320512'}]",,,, +3976,1179079219801812993,1179063221686284288,1569949366000.0,2019-10-01 17:02:46,+0000,,@RationalEtienne @LaurenRow5 @EvaFoxU @Kristennetten @SteveHamel16 @TheElonMasked @MemesOfMars @MichellBasler @mayemusk @kimbal Agreed & such a heartwarming photo ♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1179079219801812993,[],[],0,,False,1523,51,45,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'LaurenRow5', 'name': 'Lauren Row', 'id': '997698480058654720'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'SteveHamel16', 'name': ""🚀 🐉 Don't Bet Against Elon 🐉🚀"", 'id': '999632398525530114'}, {'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'MichellBasler', 'name': 'Michell', 'id': '964486712578654208'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +3977,1179078946941353984,1178818546639482881,1569949301000.0,2019-10-01 17:01:41,+0000,,@Kristennetten @SS4Adrian I have that exact thought every time I get the flu,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1179078946941353984,[],[],0,,False,1565,58,34,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}]",,,, +3978,1179074198540435456,1178818546639482881,1569948169000.0,2019-10-01 16:42:49,+0000,,@SS4Adrian Clearly a sign of the apocalypse!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1179074198540435456,[],[],0,,False,16885,195,907,,None,,,,,,,[],,,, +3979,1178956709731024896,1178931253229187072,1569920158000.0,2019-10-01 08:55:58,+0000,,@engineers_feed Lot of ways to melt & join steel. Mostly just needs to be welded consistently & with precise parts.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1178956709731024896,[],[],0,,False,1195,57,55,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +3980,1178956134968807424,1178931253229187072,1569920021000.0,2019-10-01 08:53:41,+0000,,@engineers_feed Thankfully not. FSW is very difficult to get right & not needed with steel.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1178956134968807424,[],[],0,,False,902,19,36,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +3981,1178938112195514368,1178931253229187072,1569915724000.0,2019-10-01 07:42:04,+0000,,"Production version will be a lot more polished than this prototype, but still fun to see",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1178938112195514368,[],[],0,,False,19349,495,551,,None,,,,,,,[],,,, +3982,1178934984167448577,1178931253229187072,1569914978000.0,2019-10-01 07:29:38,+0000,,@ColinPearceUK Bigger flaps/fins at rear also moves center of pressure back,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1178934984167448577,[],[],0,,False,1346,32,43,,None,,,,,,,"[{'screen_name': 'ColinPearceUK', 'name': 'Colin Pearce', 'id': '1305387170'}]",,,, +3983,1178932681028980736,1178841585024405507,1569914429000.0,2019-10-01 07:20:29,+0000,,@TrevorMahlmann Haha yes,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1178932681028980736,[],[],0,,False,2384,49,77,,None,,,,,,,"[{'screen_name': 'TrevorMahlmann', 'name': '📸Trevor Mahlmann', 'id': '832270448'}]",,,, +3984,1178932062733996032,1178931253229187072,1569914281000.0,2019-10-01 07:18:01,+0000,,"@HarryStoltz1 In solving for a good Mars climate, we will learn a great deal about how to do so on Earth. It is the inverse problem.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1178932062733996032,[],[],0,,False,2164,60,112,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}]",,,, +3985,1178931253229187072,1178931253229187072,1569914088000.0,2019-10-01 07:14:48,+0000,,Inside Starship cargo bay. Header tanks mounted in tip of nosecone to offset engine weight at rear. https://t.co/EJSwqMCooA,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1178931253229187072,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1178931084966293504/pu/img/7BIbleln2FnslEio.jpg,False,64951,1334,5561,,None,,,,,,,[],,,, +3986,1178905464202883072,1177680697991008256,1569907940000.0,2019-10-01 05:32:20,+0000,,@EvaFoxU @DisruptResearch @Tesla @karpathy Cool video!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1178905464202883072,[],[],0,,False,562,22,20,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'DisruptResearch', 'name': 'Disruption Research', 'id': '1096592269849837568'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +3987,1178818555061493761,1177680697991008256,1569887219000.0,2019-09-30 23:46:59,+0000,,"@DisruptResearch @Tesla @karpathy Probably our most viral feature ever. Most of the Autopilot team has been working on this, led by Ashok, CJ, Andrej & many others.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1178818555061493761,[],[],0,,False,2141,148,124,,None,,,,,,,"[{'screen_name': 'DisruptResearch', 'name': 'Disruption Research', 'id': '1096592269849837568'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +3988,1178807103273631744,1178798595945820160,1569884489000.0,2019-09-30 23:01:29,+0000,,@S_Padival @Tesla @business @liamdenning @josheidelson @danahull @ZekeFaux Good question,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1178807103273631744,[],[],0,,False,1867,86,75,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}, {'screen_name': 'liamdenning', 'name': 'Liam Denning', 'id': '188829085'}, {'screen_name': 'josheidelson', 'name': 'Josh Eidelson', 'id': '21005767'}, {'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}, {'screen_name': 'ZekeFaux', 'name': 'Zeke Faux', 'id': '278652795'}]",,,, +3989,1178107012141535232,1178075159158235144,1569717574000.0,2019-09-29 00:39:34,+0000,,@thejackbeyer 😀,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1178107012141535232,[],[],0,,False,1482,117,48,,None,,,,,,,"[{'screen_name': 'thejackbeyer', 'name': 'Jack Beyer', 'id': '290710248'}]",,,, +3990,1178014342031298561,1178014342031298561,1569695480000.0,2019-09-28 18:31:20,+0000,,"Rage, rage against the dying of the light https://t.co/aGRw4VowAQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1178014342031298561,[],['https://pbs.twimg.com/media/EFklzE-WoAAI-vR.jpg'],1,https://pbs.twimg.com/media/EFklzE-WoAAI-vR.jpg,False,192322,3240,24974,,None,,,,,,,[],,,, +3991,1178013709546991619,1178000319772446721,1569695329000.0,2019-09-28 18:28:49,+0000,,"@tesla_truth @NRF_designs We’re going to use the pedestrian pink noise speaker to talk to people & create customized horn sounds. “I beg your pardon, but would you be so kind as to allow me to proceed?” Said in the voice of Mr. Darcy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1178013709546991619,[],[],0,,False,1831,187,146,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +3992,1178012340383621120,1178000319772446721,1569695003000.0,2019-09-28 18:23:23,+0000,,"@tesla_truth Special light pattern (but not hazards, as they’re too shrill) seems right",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1178012340383621120,[],[],0,,False,1031,81,42,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +3993,1178011464852004864,1178000319772446721,1569694794000.0,2019-09-28 18:19:54,+0000,,@tesla_truth Makes sense,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1178011464852004864,[],[],0,,False,954,49,31,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +3994,1177961429703507968,1177734397857947648,1569682864000.0,2019-09-28 15:01:04,+0000,,@tesla_truth @Tesla Precisely,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1177961429703507968,[],[],0,,False,2906,92,75,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +3995,1177665592242794497,1177665504699224064,1569612331000.0,2019-09-27 19:25:31,+0000,,To make life as we know it multiplanetary,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1177665592242794497,[],[],0,,False,60981,1372,3236,,None,,,,,,,[],,,, +3996,1177665504699224064,1177665504699224064,1569612310000.0,2019-09-27 19:25:10,+0000,,Starship will allow us to inhabit other worlds,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1177665504699224064,[],[],0,,False,119358,3162,9948,,None,,,,,,,[],,,, +3997,1177662806117584896,1177662806117584896,1569611667000.0,2019-09-27 19:14:27,+0000,,Starship halves being joined https://t.co/7pdxfh8e81,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1177662806117584896,[],['https://pbs.twimg.com/media/EFfmFEEU8AA1SmA.jpg'],1,https://pbs.twimg.com/media/EFfmFEEU8AA1SmA.jpg,False,155519,3127,18516,,None,,,,,,,[],,,, +3998,1177657997134221312,1177657997134221312,1569610521000.0,2019-09-27 18:55:21,+0000,,Summon is improving rapidly https://t.co/khgXDRnD2Z,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1177657997134221312,['https://www.reddit.com/r/teslamotors/comments/da2m14/smart_summon_is_mindblowing/'],[],0,,False,9439,422,470,,None,,,,,,,[],,,, +3999,1177631358987849729,1177314408604680192,1569604169000.0,2019-09-27 17:09:29,+0000,,"@flcnhvy @Erdayastronaut @Cor_SPACE Just SX500 so far, but we use many superalloys developed by others, eg Inco 718+. If anyone has 718++, that would be helpful haha. Massive engineering work in the casting, printing & machining of Raptor — far more than in design of the engine itself!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1177631358987849729,[],[],0,,False,1181,62,69,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Cor_SPACE', 'name': 'CorSPACE', 'id': '2227491240'}]",,,, +4000,1177630155801419778,1177314408604680192,1569603883000.0,2019-09-27 17:04:43,+0000,,@Erdayastronaut @Cor_SPACE There’s so much power going through this engine that it’s close to the limit of the known physics of materials in many places,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1177630155801419778,[],[],0,,False,1896,62,111,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Cor_SPACE', 'name': 'CorSPACE', 'id': '2227491240'}]",,,, +4001,1177628992762855426,1177314408604680192,1569603605000.0,2019-09-27 17:00:05,+0000,,@Carter__99 @Erdayastronaut @askingbubble385 @Cor_SPACE Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1177628992762855426,[],[],0,,False,525,16,14,,None,,,,,,,"[{'screen_name': 'Carter__99', 'name': 'Connor Carter', 'id': '955957408345542656'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'askingbubble385', 'name': 'Shane Calvert', 'id': '3246189300'}, {'screen_name': 'Cor_SPACE', 'name': 'CorSPACE', 'id': '2227491240'}]",,,, +4002,1177628790609997825,1177314408604680192,1569603557000.0,2019-09-27 16:59:17,+0000,,"@Erdayastronaut @Cor_SPACE Well, hopefully closer to 300 bar over time. However, that the chamber/nozzle jacket has so many joints & dissimilar metals at such high pressure & temperature is what I find remarkable about it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1177628790609997825,[],[],0,,False,1026,15,36,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Cor_SPACE', 'name': 'CorSPACE', 'id': '2227491240'}]",,,, +4003,1177622466727821312,1177314408604680192,1569602049000.0,2019-09-27 16:34:09,+0000,,"@flcnhvy @Erdayastronaut @Cor_SPACE No, we’ve been focusing on production (now on SN12). Only need 250 bar or even a bit less for Starship/Super Heavy. Anything above 250 is nice to have & we’ll get around to it, but not needed for flight.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1177622466727821312,[],[],0,,False,821,24,44,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Cor_SPACE', 'name': 'CorSPACE', 'id': '2227491240'}]",,,, +4004,1177621843219365888,1177314408604680192,1569601901000.0,2019-09-27 16:31:41,+0000,,@NCBirbhan @Erdayastronaut @Cor_SPACE Probably around 6 or 7pm,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1177621843219365888,[],[],0,,False,736,47,50,,None,,,,,,,"[{'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary #TeslaIndia🇮🇳', 'id': '2510241619'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Cor_SPACE', 'name': 'CorSPACE', 'id': '2227491240'}]",,,, +4005,1177621104686329856,1177314408604680192,1569601725000.0,2019-09-27 16:28:45,+0000,,"@Erdayastronaut @Cor_SPACE What blows my mind is that peak pressure in regen chamber & nozzle is *far* above combustion pressure at over 800 bar or ~12,000 psi",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1177621104686329856,[],[],0,,False,1516,43,75,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Cor_SPACE', 'name': 'CorSPACE', 'id': '2227491240'}]",,,, +4006,1177618467136008194,1177618401159602176,1569601096000.0,2019-09-27 16:18:16,+0000,,@GaryTheBot_ Figure of speech,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1177618467136008194,[],[],0,,False,618,32,15,,None,,,,,,,"[{'screen_name': 'GaryTheBot_', 'name': 'Gary the Bot 🤖', 'id': '64121730'}]",,,, +4007,1177618401159602176,1177618401159602176,1569601080000.0,2019-09-27 16:18:00,+0000,,"Meanwhile, back in reality",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1177618401159602176,[],[],0,,False,13084,385,801,https://twitter.com/Teslarati/status/1177597928145330176,None,,,,,,,[],,,, +4008,1177618032719319040,1177222926271164416,1569600992000.0,2019-09-27 16:16:32,+0000,,@DLoesch Media report was false,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1177618032719319040,[],[],0,,False,4629,258,259,,None,,,,,,,"[{'screen_name': 'DLoesch', 'name': 'Dana Loesch', 'id': '7702542'}]",,,, +4009,1177387141116002304,1177314408604680192,1569545943000.0,2019-09-27 00:59:03,+0000,,@Erdayastronaut @Cor_SPACE Raptor uses milled copper channels with an inconel jacket all the way down,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1177387141116002304,[],[],0,,False,2319,89,104,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Cor_SPACE', 'name': 'CorSPACE', 'id': '2227491240'}]",,,, +4010,1177314408604680192,1177314408604680192,1569528603000.0,2019-09-26 20:10:03,+0000,,Three Raptors on a Starship https://t.co/UrRiD62EVk,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1177314408604680192,[],"['https://pbs.twimg.com/media/EFapNVWU8AAnr8d.jpg', 'https://pbs.twimg.com/media/EFapNVUU4AATf0N.jpg', 'https://pbs.twimg.com/media/EFapNVWUwAEe28O.jpg']",1,https://pbs.twimg.com/media/EFapNVWU8AAnr8d.jpg,False,94903,2001,9721,,None,,,,,,,[],,,, +4011,1177259561117372417,1177235772857970688,1569515526000.0,2019-09-26 16:32:06,+0000,,@EvaFoxU @BrendanCogbill7 Always,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1177259561117372417,[],[],0,,False,1534,82,43,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'BrendanCogbill7', 'name': 'Brendan Cogbill', 'id': '1595065291'}]",,,, +4012,1177241843093753862,1177211003391471616,1569511302000.0,2019-09-26 15:21:42,+0000,,"@SpacePadreIsle @SpaceX Wow, it’s been 5 years since we started at Boca!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1177241843093753862,[],[],0,,False,2160,70,73,,None,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4013,1177237783489863681,1177235772857970688,1569510334000.0,2019-09-26 15:05:34,+0000,,"@BrendanCogbill7 About a week. Will include slight improvements, based on initial user feedback.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1177237783489863681,[],[],0,,False,969,39,34,,None,,,,,,,"[{'screen_name': 'BrendanCogbill7', 'name': 'Brendan Cogbill', 'id': '1595065291'}]",,,, +4014,1177236839406559232,1177235772857970688,1569510109000.0,2019-09-26 15:01:49,+0000,,"@justpaulinelol We look for rare corner case issues with a limited release US build, then expand internationally as we receive approval from regulatory authorities. So, soon, but hard to say exactly.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1177236839406559232,[],[],0,,False,1265,59,50,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +4015,1177235963405193216,1177235772857970688,1569509900000.0,2019-09-26 14:58:20,+0000,,"@GaryTheBot_ Gary, you rock!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1177235963405193216,[],[],0,,False,599,27,16,,None,,,,,,,"[{'screen_name': 'GaryTheBot_', 'name': 'Gary the Bot 🤖', 'id': '64121730'}]",,,, +4016,1177235772857970688,1177235772857970688,1569509854000.0,2019-09-26 14:57:34,+0000,,Tesla V10.0 just started rolling out to all US Tesla owners with FSD option & “advanced download” selected in vehicle software settings,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1177235772857970688,[],[],0,,False,22942,1341,1331,,None,,,,,,,[],,,, +4017,1177101142980825093,1177099375287271424,1569477756000.0,2019-09-26 06:02:36,+0000,,@moyo5150 More like https://t.co/f8BUlz0Xdo,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1177101142980825093,['https://m.youtube.com/watch?v=_sBBaNYex3E'],[],0,,False,1531,85,74,,None,,,,,,,"[{'screen_name': 'moyo5150', 'name': 'moyo', 'id': '2710922569'}]",,,, +4018,1177100271937212416,1177099375287271424,1569477548000.0,2019-09-26 05:59:08,+0000,,"Anonymous bot swarms deserve a closer examination. If they’re evolving rapidly, something’s up.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1177100271937212416,[],[],0,,False,34367,707,1844,,None,,,,,,,[],,,, +4019,1177099375287271424,1177099375287271424,1569477335000.0,2019-09-26 05:55:35,+0000,,"If advanced AI (beyond basic bots) hasn’t been applied to manipulate social media, it won’t be long before it is",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1177099375287271424,[],[],0,,False,69066,1634,7081,,None,,,,,,,[],,,, +4020,1177096273628778496,1176477429172338688,1569476595000.0,2019-09-26 05:43:15,+0000,,@Wally_Wests Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1177096273628778496,[],[],0,,False,5493,96,212,,None,,,,,,,"[{'screen_name': 'Wally_Wests', 'name': 'A V A T A R of Y A S H A 🌩️', 'id': '63595490'}]",,,, +4021,1177090550916239360,1177049277375250434,1569475231000.0,2019-09-26 05:20:31,+0000,,@Kristennetten @annerajb @Jennerator211 @Erdayastronaut That would be a nice touch,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1177090550916239360,[],[],0,,False,655,29,19,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Jennerator211', 'name': '👠 Lady in red 👠', 'id': '23502725'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4022,1177085193007456256,1176558633737285632,1569473953000.0,2019-09-26 04:59:13,+0000,,"@flcnhvy @28delayslater @DJSnM This is quite a complex beast, but hopefully within a month or so",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1177085193007456256,[],[],0,,False,909,37,36,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +4023,1177084577128448000,1176558633737285632,1569473807000.0,2019-09-26 04:56:47,+0000,,@28delayslater @DJSnM Haha awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1177084577128448000,[],[],0,,False,739,17,16,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +4024,1177074975020220416,1177051916980891648,1569471517000.0,2019-09-26 04:18:37,+0000,,@MarkChica @Kristennetten @TeslaGong @teslaownersSV @Teslatunity @Tesla We could probably do that,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1177074975020220416,[],[],0,,False,853,56,38,,None,,,,,,,"[{'screen_name': 'MarkChica', 'name': 'Boca Chica Mark Watney', 'id': '1088115509608951808'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4025,1177070801121468418,1177049277375250434,1569470522000.0,2019-09-26 04:02:02,+0000,,@Erdayastronaut 50m,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1177070801121468418,[],[],0,,False,1696,76,49,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4026,1177069611142901762,1177051916980891648,1569470238000.0,2019-09-26 03:57:18,+0000,,"@TeslaGong @teslaownersSV @Teslatunity @Tesla Not sure we could go quite that tight, but we can for sure allow much narrower spaces at user’s discretion",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1177069611142901762,[],[],0,,False,395,27,13,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4027,1177067257106747392,1177049277375250434,1569469677000.0,2019-09-26 03:47:57,+0000,,"@annerajb @Jennerator211 @Erdayastronaut With rare exceptions, composites would make Starship heavier. They don’t stand up well to high temperatures, but steel does great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1177067257106747392,[],[],0,,False,655,27,25,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Jennerator211', 'name': '👠 Lady in red 👠', 'id': '23502725'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4028,1177066483375058944,1177049277375250434,1569469493000.0,2019-09-26 03:44:53,+0000,,"@Jennerator211 @Erdayastronaut Mk1 ship is around 200 tons dry & 1400 tons wet, but aiming for 120 by Mk4 or Mk5. Total stack mass with max payload is 5000 tons.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1177066483375058944,[],[],0,,False,703,41,57,,None,,,,,,,"[{'screen_name': 'Jennerator211', 'name': '👠 Lady in red 👠', 'id': '23502725'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4029,1177064952429010945,1177051916980891648,1569469128000.0,2019-09-26 03:38:48,+0000,,@teslaownersSV @Teslatunity @Tesla Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1177064952429010945,[],[],0,,False,463,34,18,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4030,1177062354577756160,1177051916980891648,1569468508000.0,2019-09-26 03:28:28,+0000,,@Teslatunity @Tesla You’re welcome! Feature requests always appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1177062354577756160,[],[],0,,False,1378,179,51,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4031,1177051800769138690,1177049277375250434,1569465992000.0,2019-09-26 02:46:32,+0000,,"@Erdayastronaut @kimitalvitie Six. Two windward, one under each fin & two leeward. Provides redundancy for landing on unimproved surfaces.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1177051800769138690,[],[],0,,False,2581,100,110,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}]",,,, +4032,1177050841041125376,1177049277375250434,1569465763000.0,2019-09-26 02:42:43,+0000,,On the transporter https://t.co/CGNj1MlKAU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1177050841041125376,[],['https://pbs.twimg.com/media/EFW5Tx2U0AAzU35.jpg'],1,https://pbs.twimg.com/media/EFW5Tx2U0AAzU35.jpg,False,28412,456,1327,,None,,,,,,,[],,,, +4033,1177049277375250434,1177049277375250434,1569465390000.0,2019-09-26 02:36:30,+0000,,Lifting lower section of Starship https://t.co/bfW17i469a,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1177049277375250434,[],['https://pbs.twimg.com/media/EFW4ELzUUAAqxQr.jpg'],1,https://pbs.twimg.com/media/EFW4ELzUUAAqxQr.jpg,False,77819,1182,5074,,None,,,,,,,[],,,, +4034,1176936806928879616,1176833003424821248,1569438575000.0,2019-09-25 19:09:35,+0000,,@justpaulinelol @EvaFoxU @katlinegrey https://t.co/IzVngWWY7G,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1176936806928879616,[],['https://pbs.twimg.com/media/EFVRx8RU0AArI4X.jpg'],1,https://pbs.twimg.com/media/EFVRx8RU0AArI4X.jpg,False,1000,85,59,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +4035,1176930839411642368,1176833003424821248,1569437153000.0,2019-09-25 18:45:53,+0000,,@EvaFoxU @katlinegrey правда,ru,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1176930839411642368,[],[],0,,False,1106,56,74,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +4036,1176928113285971968,1176833003424821248,1569436503000.0,2019-09-25 18:35:03,+0000,,@katlinegrey язык хорошо подвешен,ru,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1176928113285971968,[],[],0,,False,2821,107,416,,None,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +4037,1176737065624453125,1176697683899310080,1569390953000.0,2019-09-25 05:55:53,+0000,,@levie Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1176737065624453125,[],[],0,,False,2761,64,93,,None,,,,,,,"[{'screen_name': 'levie', 'name': 'Aaron Levie', 'id': '914061'}]",,,, +4038,1176596320775094273,1176324751406456832,1569357397000.0,2019-09-24 20:36:37,+0000,,@tannerfox Impressive work by Chad & Steve!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1176596320775094273,[],[],0,,False,2218,44,57,,None,,,,,,,"[{'screen_name': 'tannerfox', 'name': 'tanner fox', 'id': '2988262695'}]",,,, +4039,1176589331567452161,1176579580049743875,1569355731000.0,2019-09-24 20:08:51,+0000,,"@SamNazarius @HarryStoltz1 @justpaulinelol @Teslarati Almost entirely C++, but we did have an (advanced for the time) client-side Java app for viewing maps & (weirdly) a 3D hockey game in VRML",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1176589331567452161,[],[],0,,False,659,26,22,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4040,1176588054670323713,1176579580049743875,1569355426000.0,2019-09-24 20:03:46,+0000,,@HarryStoltz1 @justpaulinelol @Teslarati Turbo Pascal,es,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1176588054670323713,[],[],0,,False,641,61,63,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4041,1176587698401947650,1176579580049743875,1569355341000.0,2019-09-24 20:02:21,+0000,,"@justpaulinelol @Teslarati Mostly C/C++, Python & SQL",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1176587698401947650,[],[],0,,False,656,36,29,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4042,1176586684751908872,1176546086464479232,1569355100000.0,2019-09-24 19:58:20,+0000,,@flcnhvy @Erdayastronaut @Tesla It would be pretty embarrassing to use a non-Tesla battery!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1176586684751908872,[],[],0,,False,1445,48,49,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4043,1176585904091275264,1176579580049743875,1569354914000.0,2019-09-24 19:55:14,+0000,,"@Teslarati This includes original engineering of new factory processes & cars. Great engineers will only join if original engineering is supported, not just localization.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1176585904091275264,[],[],0,,False,1583,75,84,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4044,1176585349889503233,1176579580049743875,1569354781000.0,2019-09-24 19:53:01,+0000,,"@Teslarati Tesla is building a major engineering team in China, incl heavy focus on software/firmware for factory & car",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1176585349889503233,[],[],0,,False,2210,127,149,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4045,1176566245925085184,1176558633737285632,1569350227000.0,2019-09-24 18:37:07,+0000,,"@The_ShadowZone @DJSnM For sure more than one pass coming back to Earth. To Mars could maybe work single pass, but two passes probably wise.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1176566245925085184,[],[],0,,False,999,28,42,,None,,,,,,,"[{'screen_name': 'The_ShadowZone', 'name': 'ShadowZone', 'id': '3026992643'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +4046,1176561209971101696,1176546086464479232,1569349026000.0,2019-09-24 18:17:06,+0000,,"@OranMaliphant @Erdayastronaut Could do it, but we developed low cost reusable tiles that are much lighter than transpiration cooling & quite robust",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1176561209971101696,[],[],0,,False,1288,46,56,,None,,,,,,,"[{'screen_name': 'OranMaliphant', 'name': 'Oz Maliphant', 'id': '2596520047'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4047,1176560672022220800,1176546086464479232,1569348898000.0,2019-09-24 18:14:58,+0000,,"@Erdayastronaut Better just to ride your max temp all the way down & let T^4 be your friend. Lower atmosphere cools you down real fast, so not crazy hot after landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1176560672022220800,[],[],0,,False,1444,40,47,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4048,1176559598368460800,1176558633737285632,1569348642000.0,2019-09-24 18:10:42,+0000,,"@DJSnM Exactly. For reusable heatshield, minimize peak heating. For ablative/expendable, minimize total heat. Therefore reusable like Starship wants lift during high Mach reentry for lower peak, but higher total heat.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1176559598368460800,[],[],0,,False,1315,34,72,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +4049,1176557946018230272,1176546086464479232,1569348248000.0,2019-09-24 18:04:08,+0000,,"@Erdayastronaut It does actually generate lift in hypersonic regime, which is important to limit peak heating",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1176557946018230272,[],[],0,,False,1779,40,76,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4050,1176557685820387328,1176546086464479232,1569348186000.0,2019-09-24 18:03:06,+0000,,"@flcnhvy @Erdayastronaut Many powerful electric motors & batteries. Force required is enormous, as entire fin moves. More about this on the 28th.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1176557685820387328,[],[],0,,False,1006,40,56,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4051,1176557352964591620,1176546086464479232,1569348106000.0,2019-09-24 18:01:46,+0000,,"@Erdayastronaut That’s correct. Essentially controlled falling, like a skydiver.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1176557352964591620,[],[],0,,False,2037,63,73,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4052,1176552859229310976,1176550417695739904,1569347035000.0,2019-09-24 17:43:55,+0000,,"@bopinion Herbert Diess is doing more than any big carmaker to go electric. The good of the world should come first. For what it’s worth, he has my support.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1176552859229310976,[],[],0,,False,2485,73,278,,None,,,,,,,"[{'screen_name': 'bopinion', 'name': 'Bloomberg Opinion', 'id': '227682918'}]",,,, +4053,1176541733640753154,1176535270491136000,1569344383000.0,2019-09-24 16:59:43,+0000,,@JaneidyEve Just sent a note to check,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1176541733640753154,[],[],0,,False,780,28,21,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +4054,1176530527290941441,1176530527290941441,1569341711000.0,2019-09-24 16:15:11,+0000,,Some secrets are too dangerous to be free https://t.co/g547UdmiJ7,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1176530527290941441,[],['https://pbs.twimg.com/media/EFPgR1PVUAA_nPS.jpg'],1,https://pbs.twimg.com/media/EFPgR1PVUAA_nPS.jpg,False,341947,2219,54785,,None,,,,,,,[],,,, +4055,1176315199361470465,1176160309398179841,1569290373000.0,2019-09-24 01:59:33,+0000,,"@TheOnion “Between the trees and the forest floor, it’s like a giant mural,” continued the veritable High Priest of the Harvest Season, adding that he would soon have to rake his driveway, an activity for which he will most certainly don a cashmere scarf.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1176315199361470465,[],[],0,,False,4152,176,156,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +4056,1176190550854127616,1176186655578972160,1569260654000.0,2019-09-23 17:44:14,+0000,,"@Mich41V4294 @flcnhvy @28delayslater @karpathy Hoping to open in Slovakia, Croatia, Serbia & most of Eastern Europe early next year. Finally, we will do Nikola Tesla proud by having his cars in his countries of origin!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1176190550854127616,[],[],0,,False,3568,324,492,,None,,,,,,,"[{'screen_name': 'Mich41V4294', 'name': 'Michal Varga', 'id': '776349677159649281'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +4057,1176189774211608576,1176186655578972160,1569260469000.0,2019-09-23 17:41:09,+0000,,@TeslaMiles @28delayslater @karpathy @Tesla OG Roadster is def helping us out here with 826M miles by itself https://t.co/Pcybhf8jc3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1176189774211608576,['https://www.whereisroadster.com'],[],0,,False,992,50,64,,None,,,,,,,"[{'screen_name': 'TeslaMiles', 'name': 'Tesla🔋', 'id': '953357473834065920'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4058,1176189163172818945,1176186655578972160,1569260323000.0,2019-09-23 17:38:43,+0000,,@flcnhvy @28delayslater @karpathy Ahem … well … um …,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1176189163172818945,[],[],0,,False,1317,38,40,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +4059,1176188521826021376,1176186655578972160,1569260170000.0,2019-09-23 17:36:10,+0000,,"@28delayslater @karpathy Classified as a URO, unidentified road object (from Area 69)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1176188521826021376,[],[],0,,False,1567,65,89,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +4060,1176009705099071488,1176007759751499776,1569217537000.0,2019-09-23 05:45:37,+0000,,"@Kristennetten SpaceX Foundry is used exclusively for advanced alloys/shapes for Raptor, incl our superalloy, SX500",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1176009705099071488,[],[],0,,False,1093,54,73,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +4061,1176009047729954818,1176007759751499776,1569217380000.0,2019-09-23 05:43:00,+0000,,Bottom half of Starship at night. Top half with forward fins & header tanks probably stacks on Wednesday. Three Raptors already installed. https://t.co/haq3m1V1Wm,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1176009047729954818,[],['https://pbs.twimg.com/media/EFIF8ADW4AEwX9j.jpg'],1,https://pbs.twimg.com/media/EFIF8ADW4AEwX9j.jpg,False,14115,488,1144,,None,,,,,,,[],,,, +4062,1176008450733744129,1176007759751499776,1569217238000.0,2019-09-23 05:40:38,+0000,,Raceway & flap hinge aero covers,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1176008450733744129,[],[],0,,False,12127,228,276,,None,,,,,,,[],,,, +4063,1176007759751499776,1176007759751499776,1569217073000.0,2019-09-23 05:37:53,+0000,,Just leaving SpaceX Starship build site in Boca https://t.co/Bqt40mSdX4,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1176007759751499776,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1176007366929723394/pu/img/LIq0TPg_MphcWhFh.jpg,False,68957,1367,4002,,None,,,,,,,[],,,, +4064,1175903306268454912,1175812366019244032,1569192170000.0,2019-09-22 22:42:50,+0000,,"@Erdayastronaut @CptnCrutch5373 @Kalzsom Super Heavy rocket will be much like Falcon 9, but the Ship is a strange combination of Dragon, F9 & a skydiver.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1175903306268454912,[],[],0,,False,2269,94,124,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'CptnCrutch5373', 'name': 'Captain Crutch', 'id': '1141784514613645312'}, {'screen_name': 'Kalzsom', 'name': 'Kalzsom', 'id': '2575893481'}]",,,, +4065,1175825059153362945,1175801866212524032,1569173514000.0,2019-09-22 17:31:54,+0000,,@happych19952208 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1175825059153362945,[],[],0,,False,1418,69,42,,None,,,,,,,"[{'screen_name': 'happych19952208', 'name': 'happychappy', 'id': '1083985671650447360'}]",,,, +4066,1175824881927278597,1175812366019244032,1569173472000.0,2019-09-22 17:31:12,+0000,,@CptnCrutch5373 @Erdayastronaut @Kalzsom Approximately correct. We also fire the ACS thrusters to rotate the vehicle & ignite Raptors at full gimbal angle to complete the turn.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1175824881927278597,[],[],0,,False,1365,22,54,,None,,,,,,,"[{'screen_name': 'CptnCrutch5373', 'name': 'Captain Crutch', 'id': '1141784514613645312'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Kalzsom', 'name': 'Kalzsom', 'id': '2575893481'}]",,,, +4067,1175822175913283584,1175812366019244032,1569172827000.0,2019-09-22 17:20:27,+0000,,"@Kalzsom @Erdayastronaut For aero control, it comes down to % of cross-sectional area moving vs not. Flexible as to whether front or rear, so long as within bounds of center of mass & pressure.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1175822175913283584,[],[],0,,False,1122,15,40,,None,,,,,,,"[{'screen_name': 'Kalzsom', 'name': 'Kalzsom', 'id': '2575893481'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4068,1175820322597232640,1175812366019244032,1569172385000.0,2019-09-22 17:13:05,+0000,,"@Erdayastronaut Current analysis, which I’m not fully bought into, suggests that 2 rear fins with separate airframe-mounted legs will be lighter, so this is the plan for Mk1/Mk2",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1175820322597232640,[],[],0,,False,1740,68,79,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4069,1175818733648003072,1175812366019244032,1569172006000.0,2019-09-22 17:06:46,+0000,,"@Erdayastronaut Stability is controlled by (very) rapid movement of rear & fwd fins during entry & landing, as well as ACS thrusters. The smaller leeward “fin” would simply be used as a leg.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1175818733648003072,[],[],0,,False,1687,48,77,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4070,1175815930384924677,1175812366019244032,1569171338000.0,2019-09-22 16:55:38,+0000,,@Erdayastronaut Stability is not an issue with 3,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1175815930384924677,[],[],0,,False,1572,43,47,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4071,1175815628525060096,1175812366019244032,1569171266000.0,2019-09-22 16:54:26,+0000,,"@SpaceXFan97 Nose tip has forward movable fins, cold gas attitude control thrusters, header tanks for landing, composite pressure vessels, several large batteries, etc. Placed up there to balance high mass of Raptors & rear fins at the bottom.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1175815628525060096,[],[],0,,False,1454,47,81,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}]",,,, +4072,1175814780323545093,1175812366019244032,1569171063000.0,2019-09-22 16:51:03,+0000,,"@SpaceXFan97 Yes. There’s a huge amount of hardware in the tip of the faring that being integrated on the ground, which is why we haven’t closed it out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1175814780323545093,[],[],0,,False,1343,15,55,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}]",,,, +4073,1175812366019244032,1175812366019244032,1569170488000.0,2019-09-22 16:41:28,+0000,,"Adding the rear moving fins to Starship Mk1 in Boca Chica, Texas https://t.co/HWLihqihph",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1175812366019244032,[],['https://pbs.twimg.com/media/EFFTHEkX4AAGwxp.jpg'],1,https://pbs.twimg.com/media/EFFTHEkX4AAGwxp.jpg,False,37487,953,2894,,None,,,,,,,[],,,, +4074,1175806316977278977,1175801866212524032,1569169046000.0,2019-09-22 16:17:26,+0000,,@teslaownersSV Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1175806316977278977,[],[],0,,False,935,33,29,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +4075,1175801866212524032,1175801866212524032,1569167984000.0,2019-09-22 15:59:44,+0000,,"Either way, sustainable energy wins!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1175801866212524032,[],[],0,,False,80920,983,6986,https://twitter.com/cleantechnica/status/1175628597018734592,None,,,,,,,[],,,, +4076,1175667051786067969,1175662315062140928,1569135842000.0,2019-09-22 07:04:02,+0000,,@cleantechnica srsly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1175667051786067969,[],[],0,,False,2315,154,99,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +4077,1175509178200317953,1175418298772492288,1569098202000.0,2019-09-21 20:36:42,+0000,,@vincent13031925 @ResidentSponge @Teslarati It’s my 🔥 glasses 😉,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1175509178200317953,[],[],0,,False,3654,185,122,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4078,1175260773687472129,1175002936851730433,1569038978000.0,2019-09-21 04:09:38,+0000,,"@Robotbeat @justpaulinelol @Teslarati Sure. Have to do it on Mars from beginning. Will ultimately do that on Earth too, so rocket flights will be zero net carbon long-term.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1175260773687472129,[],[],0,,False,1922,88,127,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4079,1175260301949898753,1175002936851730433,1569038865000.0,2019-09-21 04:07:45,+0000,,@TeslaTested @Teslarati Next quarter,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1175260301949898753,[],[],0,,False,637,46,24,,None,,,,,,,"[{'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4080,1175260198019223553,1175002936851730433,1569038841000.0,2019-09-21 04:07:21,+0000,,"@TeslaTested @Teslarati Will discuss with my product team next week, but probably",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1175260198019223553,[],[],0,,False,952,70,45,,None,,,,,,,"[{'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4081,1175259690974023681,1175002936851730433,1569038720000.0,2019-09-21 04:05:20,+0000,,@justpaulinelol @Teslarati Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1175259690974023681,[],[],0,,False,942,15,31,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4082,1175259405832589312,1175002936851730433,1569038652000.0,2019-09-21 04:04:12,+0000,,@Teslarati Great work by SpaceX parachute engineering! The Crew Dragon parachutes are way more difficult than they may seem. The Apollo program found them to be so hard that it became a notable morale problem!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1175259405832589312,[],[],0,,False,3323,82,165,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4083,1175185919193698304,1175179567776043009,1569021131000.0,2019-09-20 23:12:11,+0000,,@tdenton1138 @sciam @GretaThunberg A 16 year old who has better reasoning & more heart than the vast majority of political leaders,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1175185919193698304,[],[],0,,False,6759,340,923,,None,,,,,,,"[{'screen_name': 'tdenton1138', 'name': 'Tad Denton 🥩🐑🥓🍳💧🧂', 'id': '16213353'}, {'screen_name': 'sciam', 'name': 'Scientific American', 'id': '14647570'}, {'screen_name': 'GretaThunberg', 'name': 'Greta Thunberg', 'id': '1006419421244678144'}]",,,, +4084,1174900405769080837,1174830569563336705,1568953059000.0,2019-09-20 04:17:39,+0000,,@flcnhvy @nytimes That’s what life was like back in 1985,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1174900405769080837,[],[],0,,False,1745,90,43,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}]",,,, +4085,1174898962190331906,1174830569563336705,1568952715000.0,2019-09-20 04:11:55,+0000,,@nytimes You have been warned https://t.co/11CHFHUdr1,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1174898962190331906,[],['https://pbs.twimg.com/media/EE4UYIgU0AEHoTW.jpg'],1,https://pbs.twimg.com/media/EE4UYIgU0AEHoTW.jpg,False,11363,202,1253,,None,,,,,,,"[{'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}]",,,, +4086,1174812459800002560,1174708895291363329,1568932092000.0,2019-09-19 22:28:12,+0000,,"@itsJayLew @tesletter @tesla_truth No, it’s one integrated release",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1174812459800002560,[],[],0,,False,711,32,26,,None,,,,,,,"[{'screen_name': 'itsJayLew', 'name': 'Jaylew', 'id': '227633823'}, {'screen_name': 'tesletter', 'name': 'Tesletter', 'id': '979225070764634112'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +4087,1174811595047763968,1174708895291363329,1568931885000.0,2019-09-19 22:24:45,+0000,,"@tesletter @tesla_truth Fixing several minor bugs & a regression in highway driving, so probably early to mid next week",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1174811595047763968,[],[],0,,False,659,39,41,,None,,,,,,,"[{'screen_name': 'tesletter', 'name': 'Tesletter', 'id': '979225070764634112'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +4088,1174810563903229952,1174808342394392576,1568931640000.0,2019-09-19 22:20:40,+0000,,@chrisleehawaii @Tesla Much better chess engine coming,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1174810563903229952,[],[],0,,False,866,61,46,,None,,,,,,,"[{'screen_name': 'chrisleehawaii', 'name': 'Chris Lee', 'id': '2938516944'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4089,1174809495056220160,1174708895291363329,1568931385000.0,2019-09-19 22:16:25,+0000,,@tesla_truth Well said,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1174809495056220160,[],[],0,,False,2838,57,79,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +4090,1174793960360800256,1174751275637862400,1568927681000.0,2019-09-19 21:14:41,+0000,,@MercedesBenz Very meaningful action by the company that invented the internal combustion engine. People will remember this day. Respect.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1174793960360800256,[],[],0,,False,5987,107,597,,None,,,,,,,"[{'screen_name': 'MercedesBenz', 'name': 'Mercedes-Benz', 'id': '54502344'}]",,,, +4091,1174751275637862400,1174751275637862400,1568917504000.0,2019-09-19 18:25:04,+0000,,Electric is the future! Congratulations Daimler!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1174751275637862400,[],[],0,,False,44129,1038,4045,https://twitter.com/Teslarati/status/1174737467636887554,None,,,,,,,[],,,, +4092,1174695949345669124,1174659415556993024,1568904313000.0,2019-09-19 14:45:13,+0000,,@EvaFoxU @MemesOfMars @fermatslibrary Nice compression,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1174695949345669124,[],[],0,,False,504,32,17,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +4093,1174691831344500738,1174659415556993024,1568903331000.0,2019-09-19 14:28:51,+0000,,"@MemesOfMars @fermatslibrary And of course, this one, but that’s obv https://t.co/UKWYrBwjkZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1174691831344500738,[],['https://pbs.twimg.com/media/EE1X_jdWkAALP-C.jpg'],1,https://pbs.twimg.com/media/EE1X_jdWkAALP-C.jpg,False,1038,78,55,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +4094,1174690437568901121,1174659415556993024,1568902999000.0,2019-09-19 14:23:19,+0000,,@MemesOfMars @fermatslibrary e^👁🥧 + 1 = 0,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1174690437568901121,[],[],0,,False,1237,47,92,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Dreams of Mars 2049', 'id': '15567938'}, {'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +4095,1174689895673139200,1174659415556993024,1568902870000.0,2019-09-19 14:21:10,+0000,,"@fermatslibrary For some reason, I always loved this formula",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1174689895673139200,[],[],0,,False,4393,154,155,,None,,,,,,,"[{'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +4096,1174395999550238720,1174143069379354624,1568832800000.0,2019-09-18 18:53:20,+0000,,@MFrunker Whoa cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1174395999550238720,[],[],0,,False,1470,80,48,,None,,,,,,,"[{'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}]",,,, +4097,1174379370032427009,1174378979580620801,1568828835000.0,2019-09-18 17:47:15,+0000,,@makingnocchi “Smart” Summon will work on all v2.0+ hardware in wide release,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1174379370032427009,[],[],0,,False,1199,95,78,,None,,,,,,,"[{'screen_name': 'makingnocchi', 'name': 'Gary', 'id': '106748111'}]",,,, +4098,1174376011959390208,1174343207590580224,1568828034000.0,2019-09-18 17:33:54,+0000,,"@annerajb @RationalEtienne @LaurenRow5 L'Ambroisie, Place des Vosges",fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1174376011959390208,[],[],0,,False,759,50,35,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'LaurenRow5', 'name': 'Lauren Row', 'id': '997698480058654720'}]",,,, +4099,1174367606033108992,1174343207590580224,1568826030000.0,2019-09-18 17:00:30,+0000,,@LilSkoorb Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1174367606033108992,[],[],0,,False,1135,34,42,,None,,,,,,,"[{'screen_name': 'LilSkoorb', 'name': 'LIL SKOORB👁', 'id': '1011483566008516608'}]",,,, +4100,1174366131890487296,1174343207590580224,1568825679000.0,2019-09-18 16:54:39,+0000,,"Amazingly, this is not an Onion article",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1174366131890487296,[],[],0,,False,28409,366,655,,None,,,,,,,[],,,, +4101,1174365773222932483,1174343207590580224,1568825593000.0,2019-09-18 16:53:13,+0000,,@_jameshatfield_ @RationalEtienne @LaurenRow5 https://t.co/epdlNkjz5k,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1174365773222932483,[],['https://pbs.twimg.com/media/EEwvcYcU8AEqucZ.jpg'],1,https://pbs.twimg.com/media/EEwvcYcU8AEqucZ.jpg,False,1352,45,50,,None,,,,,,,"[{'screen_name': '_jameshatfield_', 'name': 'James Hatfield | 🤖🚕', 'id': '829935516246159362'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}]",,,, +4102,1174365309177757696,1174343207590580224,1568825483000.0,2019-09-18 16:51:23,+0000,,@RationalEtienne @LaurenRow5 Je ne regrette Etienne,fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1174365309177757696,[],[],0,,False,1158,32,35,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'LaurenRow5', 'name': 'Lauren Row', 'id': '997698480058654720'}]",,,, +4103,1174351594873188352,1174344791825379328,1568822213000.0,2019-09-18 15:56:53,+0000,,@areus Lane offset should be much better in V10.0,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1174351594873188352,[],[],0,,False,687,40,29,,None,,,,,,,"[{'screen_name': 'areus', 'name': 'ᴀᴀʀᴏɴ ᴡᴀᴅᴇ', 'id': '173629853'}]",,,, +4104,1174343942277451782,1174343822299586560,1568820388000.0,2019-09-18 15:26:28,+0000,,@JasonWHansen @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1174343942277451782,[],[],0,,False,798,46,25,,None,,,,,,,"[{'screen_name': 'JasonWHansen', 'name': 'Jason Hansen', 'id': '1157271270'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4105,1174343207590580224,1174343207590580224,1568820213000.0,2019-09-18 15:23:33,+0000,,Told you AI was dangerous!! 🔥💣💦,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1174343207590580224,[],[],0,,False,104413,1672,12894,https://twitter.com/Newsweek/status/1173982485098762240,None,,,,,,,[],,,, +4106,1174119836437213185,1173982485098762240,1568766957000.0,2019-09-18 00:35:57,+0000,,@Newsweek In other news …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1174119836437213185,[],[],0,,False,12627,203,383,,None,,,,,,,"[{'screen_name': 'Newsweek', 'name': 'Newsweek', 'id': '2884771'}]",,,, +4107,1174047125929451520,1173746168611975169,1568749622000.0,2019-09-17 19:47:02,+0000,,@TheOnion Busted,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1174047125929451520,[],[],0,,False,5081,104,159,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +4108,1174045530227445761,1173946950552625154,1568749241000.0,2019-09-17 19:40:41,+0000,,"@HarryStoltz1 @28delayslater @Tesla A little, but this is mostly a design update for those interested",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1174045530227445761,[],[],0,,False,1438,63,42,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4109,1174045059727200257,1173946950552625154,1568749129000.0,2019-09-17 19:38:49,+0000,,@28delayslater @Tesla Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1174045059727200257,[],[],0,,False,2586,75,80,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4110,1174001709565104129,1174001294585081856,1568738794000.0,2019-09-17 16:46:34,+0000,,@Wikipedia Apollo,in,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1174001709565104129,[],[],0,,False,4997,137,202,,None,,,,,,,"[{'screen_name': 'Wikipedia', 'name': 'Wikipedia', 'id': '86390214'}]",,,, +4111,1174000362312757249,1173872132880662528,1568738472000.0,2019-09-17 16:41:12,+0000,,@PPathole @Erdayastronaut Landing leg frame,no,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1174000362312757249,[],[],0,,False,977,21,28,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4112,1174000284001079298,1173872132880662528,1568738454000.0,2019-09-17 16:40:54,+0000,,@Erdayastronaut Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1174000284001079298,[],[],0,,False,1711,36,48,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4113,1173999553260900352,1172973211098726400,1568738280000.0,2019-09-17 16:38:00,+0000,,@TFM312 @Tesla Glad you’re ok!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173999553260900352,[],[],0,,False,8355,43,150,,None,,,,,,,"[{'screen_name': 'TFM312', 'name': 'TFM3', 'id': '1081704223383977984'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4114,1173997143037603840,1173952288316100610,1568737705000.0,2019-09-17 16:28:25,+0000,,@flcnhvy @ElonAccessories @teslaownersSV @Teslarati You never know …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173997143037603840,[],[],0,,False,1254,75,39,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'ElonAccessories', 'name': 'Elon Accessories', 'id': '913449108798455808'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4115,1173996699083104256,1173952288316100610,1568737599000.0,2019-09-17 16:26:39,+0000,,@DMC_Ryan @justpaulinelol @Teslarati Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173996699083104256,[],[],0,,False,1063,34,24,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4116,1173996432199602176,1173952288316100610,1568737535000.0,2019-09-17 16:25:35,+0000,,"@ElonAccessories @teslaownersSV @flcnhvy @Teslarati Actually, Model 3 would beat the Taycan on Nürburgring over multiple laps, as it has more range",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173996432199602176,[],[],0,,False,1614,94,104,,None,,,,,,,"[{'screen_name': 'ElonAccessories', 'name': 'Elon Accessories', 'id': '913449108798455808'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4117,1173995428498378752,1173952288316100610,1568737296000.0,2019-09-17 16:21:36,+0000,,"@teslaownersSV @flcnhvy @Teslarati No, but very close",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173995428498378752,[],[],0,,False,1065,58,36,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4118,1173994491759321089,1173952288316100610,1568737073000.0,2019-09-17 16:17:53,+0000,,"@DanielCardena @Teslarati Rear facing, but roomier. Great for family gatherings! I did a road trip across America with my five boys & Talulah in the 7 seat Model S several years ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173994491759321089,[],[],0,,False,1038,66,44,,None,,,,,,,"[{'screen_name': 'DanielCardena', 'name': 'DanielCardenas', 'id': '46989319'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4119,1173993720296787969,1173952288316100610,1568736889000.0,2019-09-17 16:14:49,+0000,,@flcnhvy @Teslarati Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173993720296787969,[],[],0,,False,1493,43,73,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4120,1173993398920871936,1173952288316100610,1568736812000.0,2019-09-17 16:13:32,+0000,,@justpaulinelol @Teslarati New Roadster and X will come later,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173993398920871936,[],[],0,,False,707,18,41,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4121,1173993213234798592,1173952288316100610,1568736768000.0,2019-09-17 16:12:48,+0000,,"@ZainRaz4 @Teslarati No, original 5 forward facing seats plus 2 rear-facing smaller seats. The new rear seats will accommodate larger passengers than before.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173993213234798592,[],[],0,,False,827,37,34,,None,,,,,,,"[{'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4122,1173992505672519680,1173952288316100610,1568736599000.0,2019-09-17 16:09:59,+0000,,@Teslarati It’s a start. We expect these track times to be beaten by the actual production 7 seat Model S Plaid variant that goes into production around Oct/Nov next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1173992505672519680,[],[],0,,False,3816,232,340,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4123,1173988525189894144,1173873599205134337,1568735650000.0,2019-09-17 15:54:10,+0000,,"@BocachicaMaria1 Thanks, I will stop by on the 20th!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1173988525189894144,[],[],0,,False,1368,54,40,,None,,,,,,,"[{'screen_name': 'BocachicaMaria1', 'name': 'Maria Pointer Nav Officer/SeaPilot (ret.)', 'id': '1084191647204868099'}]",,,, +4124,1173877884085161984,1173727107022774273,1568709271000.0,2019-09-17 08:34:31,+0000,,"@bonnienorman @Model3Owners They’re available through the app, but we need to make them easier to find",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1173877884085161984,[],[],0,,False,950,50,30,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4125,1173873599205134337,1173873599205134337,1568708250000.0,2019-09-17 08:17:30,+0000,,Area 51 of Area 51 https://t.co/Du7i92sFaO,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1173873599205134337,[],['https://pbs.twimg.com/media/EEpv0NjUUAAEZ3k.jpg'],1,https://pbs.twimg.com/media/EEpv0NjUUAAEZ3k.jpg,False,75395,1134,4513,,None,,,,,,,[],,,, +4126,1173872132880662528,1173872132880662528,1568707900000.0,2019-09-17 08:11:40,+0000,,"Droid Junkyard, Tatooine https://t.co/yACFR9y04P",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1173872132880662528,[],['https://pbs.twimg.com/media/EEpue3XUcAETd0U.jpg'],1,https://pbs.twimg.com/media/EEpue3XUcAETd0U.jpg,False,106841,1150,8068,,None,,,,,,,[],,,, +4127,1173818765408010240,1173727107022774273,1568695176000.0,2019-09-17 04:39:36,+0000,,@Model3Owners Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1173818765408010240,[],[],0,,False,2299,82,66,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4128,1173651756359634945,1173644180578545665,1568655358000.0,2019-09-16 17:35:58,+0000,,"@Teslarati Feeling Lucky (Google tribute!) or Hungry are 100% intended for max enjoyment of Tesla owner. If location has destination chargers, that’s a plus, but car should only route there if location is great. This will be hit & miss initially, but should hone towards excellent over time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1173651756359634945,[],[],0,,False,2757,150,181,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4129,1173644147275657219,1173320084720406528,1568653544000.0,2019-09-16 17:05:44,+0000,,@Evgeni__Enchev 10.1,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1173644147275657219,[],[],0,,False,784,39,26,,None,,,,,,,"[{'screen_name': 'Evgeni__Enchev', 'name': 'Evgeni Enchev', 'id': '4893100023'}]",,,, +4130,1173640069673967616,1172860251256827904,1568652572000.0,2019-09-16 16:49:32,+0000,,@Sofiaan @Kristennetten @EvaFoxU @justpaulinelol @teslaownersSV @Model3Owners Great conversation-starter!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1173640069673967616,[],[],0,,False,1154,60,35,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4131,1173639691641356288,1173576649322852352,1568652482000.0,2019-09-16 16:48:02,+0000,,@wonderofscience Damn …,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1173639691641356288,[],[],0,,False,2922,161,112,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +4132,1173638615504523264,1172860251256827904,1568652225000.0,2019-09-16 16:43:45,+0000,,@Kristennetten @EvaFoxU @justpaulinelol @teslaownersSV @Model3Owners I want this T-shirt!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1173638615504523264,[],[],0,,False,802,56,26,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'teslaownersSV', 'name': 'TOSV, already have the button', 'id': '1016059981907386368'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4133,1173613190191562752,1172860251256827904,1568646163000.0,2019-09-16 15:02:43,+0000,,"@justpaulinelol @teslaownersSV @Kristennetten @Model3Owners Service center expansion is at max speed, so yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1173613190191562752,[],[],0,,False,847,75,49,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4134,1173410113949822978,1171513413274460161,1568597746000.0,2019-09-16 01:35:46,+0000,,"@JaneidyEve @austinbarnard45 Sure, I’m planning on meeting community supporters around the presentation on the 28th. Thanks!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1173410113949822978,[],[],0,,False,1290,64,58,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +4135,1173325389411835904,1173279006818484225,1568577546000.0,2019-09-15 19:59:06,+0000,,@teslamodel3fan Maybe we can buffer enough of it onboard. Will check.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173325389411835904,[],[],0,,False,1117,76,31,,None,,,,,,,"[{'screen_name': 'teslamodel3fan', 'name': 'Tesla Model 3 Fan', 'id': '3532426698'}]",,,, +4136,1173325133882306560,1171513413274460161,1568577485000.0,2019-09-15 19:58:05,+0000,,@flcnhvy @austinbarnard45 🚀♥️ Starship Team ♥️🚀,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173325133882306560,[],[],0,,False,1379,46,68,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +4137,1173324759175766017,1173310896552185859,1568577396000.0,2019-09-15 19:56:36,+0000,,@DanAloni @TeslaTested That’s what we believe is highly likely,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173324759175766017,[],[],0,,False,798,21,23,,None,,,,,,,"[{'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}]",,,, +4138,1173324537561325570,1171513413274460161,1568577343000.0,2019-09-15 19:55:43,+0000,,"@austinbarnard45 I ♥️ visiting Boca Chica, Brownsville & Texas in general! Thanks for all your support!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173324537561325570,[],[],0,,False,1566,46,196,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +4139,1173323772532858881,1172860251256827904,1568577161000.0,2019-09-15 19:52:41,+0000,,@annerajb @TeslaForLife @teslaownersSV @Kristennetten @Model3Owners Getting close,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173323772532858881,[],[],0,,False,939,59,30,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'TeslaForLife', 'name': 'Parag Jain', 'id': '1119111969066246145'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4140,1173323478264623112,1173310896552185859,1568577091000.0,2019-09-15 19:51:31,+0000,,"@TeslaTested Yes, coming soon",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173323478264623112,[],[],0,,False,492,27,20,,None,,,,,,,"[{'screen_name': 'TeslaTested', 'name': 'Zach', 'id': '1153084332078243850'}]",,,, +4141,1173320752411611137,1173320084720406528,1568576441000.0,2019-09-15 19:40:41,+0000,,@TheCriticofvg Oh that would be fun. Will see.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173320752411611137,[],[],0,,False,2331,61,99,,None,,,,,,,[],,,, +4142,1173320084720406528,1173320084720406528,1568576282000.0,2019-09-15 19:38:02,+0000,,Joe Mode is the best mode,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173320084720406528,[],[],0,,False,14332,924,773,https://twitter.com/Teslarati/status/1173310632516620288,None,,,,,,,[],,,, +4143,1173310896552185859,1173310896552185859,1568574091000.0,2019-09-15 19:01:31,+0000,,Thanks Tesla owners. You rock!! ♥️♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1173310896552185859,[],[],0,,False,16529,637,711,https://twitter.com/cleantechnica/status/1173049999258615808,None,,,,,,,[],,,, +4144,1172962029365125120,1172960999856410625,1568490915000.0,2019-09-14 19:55:15,+0000,,@GaryTheBot_ Wise words from Gary the Bot,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1172962029365125120,[],[],0,,False,843,67,28,,None,,,,,,,"[{'screen_name': 'GaryTheBot_', 'name': 'Gary the Bot 🤖', 'id': '64121730'}]",,,, +4145,1172961847596576768,1172960999856410625,1568490871000.0,2019-09-14 19:54:31,+0000,,"However, we won’t customize the contract or engage in negotiations. That just causes the Tesla & customer legal bill to be high & drag things out. Pay for clean power, not lawyers! It makes way more sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1172961847596576768,[],[],0,,False,11326,344,451,,None,,,,,,,[],,,, +4146,1172960999856410625,1172960999856410625,1568490669000.0,2019-09-14 19:51:09,+0000,,Good analysis. You can order commercial solar in literally 30 secs if you use Apple Pay at https://t.co/sCkn87vMa9.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1172960999856410625,['http://Tesla.com/bigsolar'],[],0,,False,13590,465,1051,https://twitter.com/cleantechnica/status/1172941000463044609,None,,,,,,,[],,,, +4147,1172956594365071361,1172860251256827904,1568489619000.0,2019-09-14 19:33:39,+0000,,"@TeslaForLife @teslaownersSV @Kristennetten @Model3Owners Exactly! We’ve only one car factory in California & one Gigafactory (for batteries & drive units) in Nevada. Giga Shanghai will do cars, batteries & drive units for the greater China area. Over time, regional Gigafactories will lower costs & improve logistics worldwide.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1172956594365071361,[],[],0,,False,1388,107,109,,None,,,,,,,"[{'screen_name': 'TeslaForLife', 'name': 'Parag Jain', 'id': '1119111969066246145'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4148,1172932809297498113,1172860251256827904,1568483948000.0,2019-09-14 17:59:08,+0000,,"@teslaownersSV @Kristennetten @Model3Owners Should note that these product mix & logistics errors also results in regional *undersupply*, eg UK & Ireland right now, but we don’t raise the prices even so. The intent, at any given moment in time, is: heads we lose, tails buyers win.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1172932809297498113,[],[],0,,False,752,76,47,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4149,1172931367958540288,1172860251256827904,1568483604000.0,2019-09-14 17:53:24,+0000,,"@teslaownersSV @Kristennetten @Model3Owners That’s not to say that Tesla people somewhere in the world are being overzealous & possibly overstepping our core principles, which is why I’m looking into it",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1172931367958540288,[],[],0,,False,810,52,33,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4150,1172930768986722304,1172860251256827904,1568483461000.0,2019-09-14 17:51:01,+0000,,"@teslaownersSV @Kristennetten @Model3Owners At end of quarter, there is always some error in product mix allocation between the roughly 40 global regions, due to planning mistakes & logistics problems (Earth is a big place). Small changes in prices are needed to correct local supply/demand imbalances.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1172930768986722304,[],[],0,,False,1030,60,51,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4151,1172929497995173888,1172860251256827904,1568483158000.0,2019-09-14 17:45:58,+0000,,"@Kristennetten @Model3Owners The fundamental operating principle is that prices, while they may change, will change for all equally & should never be a function of bargaining. This is normal for most products, but weirdly not for the auto industry in most parts of the world.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1172929497995173888,[],[],0,,False,801,33,42,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4152,1172924402461073408,1172860251256827904,1568481944000.0,2019-09-14 17:25:44,+0000,,@flcnhvy @hoofhrtd1254 @Teslatunity @Model3Owners Agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1172924402461073408,[],[],0,,False,658,40,18,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'hoofhrtd1254', 'name': 'Jason Y', 'id': '425098245'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4153,1172920449929363456,1172860251256827904,1568481001000.0,2019-09-14 17:10:01,+0000,,"@hoofhrtd1254 @Teslatunity @Model3Owners Going to early access (including all who bought FSD) Tesla owners in US next week. If US early access rollout looks good, then rest of world early access owners following week. Might be some delays in EU for regulatory approval.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1172920449929363456,[],[],0,,False,815,93,89,,None,,,,,,,"[{'screen_name': 'hoofhrtd1254', 'name': 'Jason Y', 'id': '425098245'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4154,1172918715450454016,1172860251256827904,1568480588000.0,2019-09-14 17:03:08,+0000,,"@Teslatunity @Model3Owners There aren’t really meant to be “Tesla incentives”, just general price changes to reflect optimal value of product, as we sometimes get prices of some variants wrong or need to (partially) address shifts in tax incentives. Overarching principle, however, is same deal for all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1172918715450454016,[],[],0,,False,534,72,36,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4155,1172917021908099072,1172860251256827904,1568480184000.0,2019-09-14 16:56:24,+0000,,"@Model3Owners Looking into this. A fundamental premise of Tesla is that everyone is offered same terms at same time, ie what you get should never be a function of bargaining.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1172917021908099072,[],[],0,,False,1611,106,78,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4156,1172744592891904001,1172649151282073601,1568439074000.0,2019-09-14 05:31:14,+0000,,"@justpaulinelol @31WA Hopefully, next year",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1172744592891904001,[],[],0,,False,896,45,31,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': '31WA', 'name': 'will 🌹🏳️\u200d🌈🍷', 'id': '385173412'}]",,,, +4157,1172741801901346817,1172687018624573440,1568438408000.0,2019-09-14 05:20:08,+0000,,"@slashdot Personally, I think the universe looks great for 12 billion years, let alone 13.8",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1172741801901346817,[],[],0,,False,2800,115,169,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +4158,1172685676489277440,1171426852340207617,1568425027000.0,2019-09-14 01:37:07,+0000,,@wonderofscience Sagan was awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1172685676489277440,[],[],0,,False,9479,274,455,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +4159,1172669301846708224,1172528108739518473,1568421123000.0,2019-09-14 00:32:03,+0000,,@Wikipedia They used to have butt bellows for blowing smoke up your … along the Thames River in London https://t.co/P8SJGokLY8,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1172669301846708224,['https://en.m.wikipedia.org/wiki/Tobacco_smoke_enema'],[],0,,False,1764,136,88,,None,,,,,,,"[{'screen_name': 'Wikipedia', 'name': 'Wikipedia', 'id': '86390214'}]",,,, +4160,1172651839172399104,1172649151282073601,1568416959000.0,2019-09-13 23:22:39,+0000,,@31WA Haha exactly!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1172651839172399104,[],[],0,,False,998,41,31,,None,,,,,,,"[{'screen_name': '31WA', 'name': 'will 🌹🏳️\u200d🌈🍷', 'id': '385173412'}]",,,, +4161,1172651572213342208,1172649151282073601,1568416896000.0,2019-09-13 23:21:36,+0000,,@Kristennetten Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1172651572213342208,[],[],0,,False,1256,57,25,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +4162,1172649404207005696,1172649151282073601,1568416379000.0,2019-09-13 23:12:59,+0000,,"@GaryTheBot_ Yes, that’s exactly what I meant, Gary the Bot!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1172649404207005696,[],[],0,,False,569,24,22,,None,,,,,,,"[{'screen_name': 'GaryTheBot_', 'name': 'Gary the Bot 🤖', 'id': '64121730'}]",,,, +4163,1172649151282073601,1172649151282073601,1568416319000.0,2019-09-13 23:11:59,+0000,,Tesla commercial solar ordering now live at https://t.co/sCkn87vMa9!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1172649151282073601,['http://Tesla.com/bigsolar'],[],0,,False,14265,740,973,,None,,,,,,,[],,,, +4164,1172646262060941312,1172583162565812224,1568415630000.0,2019-09-13 23:00:30,+0000,,@RationalEtienne @guardian @verge @CNBC @qz @Reuters @nytimes @Jalopnik @NewYorker @business At least they had great cigars 👍 https://t.co/Iqb25rAtBV,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1172646262060941312,[],['https://pbs.twimg.com/media/EEYTjwcVAAI97O-.jpg'],1,https://pbs.twimg.com/media/EEYTjwcVAAI97O-.jpg,False,985,69,65,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'guardian', 'name': 'The Guardian', 'id': '87818409'}, {'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'qz', 'name': 'Quartz', 'id': '573918122'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}, {'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}, {'screen_name': 'NewYorker', 'name': 'The New Yorker', 'id': '14677919'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +4165,1172408684476895232,1172193403444113413,1568358987000.0,2019-09-13 07:16:27,+0000,,@Teslarati Ahem https://t.co/AmlTCVSHGZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1172408684476895232,[],['https://pbs.twimg.com/media/EEU7e8AUEAgEwEl.jpg'],1,https://pbs.twimg.com/media/EEU7e8AUEAgEwEl.jpg,False,10328,225,730,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4166,1172264509274148864,1172062424704462848,1568324613000.0,2019-09-12 21:43:33,+0000,,@justpaulinelol @Dc_Nawfel @universal_sci A Speedraptor is a Velociraptor with no sense of direction (that’s how you can them apart),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1172264509274148864,[],[],0,,False,1406,83,84,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +4167,1172264074823909376,1172062424704462848,1568324509000.0,2019-09-12 21:41:49,+0000,,@justpaulinelol @Dc_Nawfel @universal_sci This is technically a Speedraptor,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1172264074823909376,[],[],0,,False,2549,49,82,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +4168,1172235837792145408,1172155467348492288,1568317777000.0,2019-09-12 19:49:37,+0000,,"@Teslarati Autopilot active crash prevention keeps getting better, as we examine every crash for improvement & then upload smarter software. Ironically, I hope we’re never on the list!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1172235837792145408,[],[],0,,False,6137,167,464,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4169,1172225657260007425,1172062424704462848,1568315350000.0,2019-09-12 19:09:10,+0000,,@Dc_Nawfel @universal_sci v^2/r is fun haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1172225657260007425,[],[],0,,False,681,35,37,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +4170,1172224138531856384,1172062424704462848,1568314988000.0,2019-09-12 19:03:08,+0000,,"@universal_sci Makes it clear that you can only sense acceleration, not velocity",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1172224138531856384,[],[],0,,False,4603,190,254,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +4171,1172033306755420160,1171950569843580929,1568269490000.0,2019-09-12 06:24:50,+0000,,@TheOnion The downward spiral …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1172033306755420160,[],[],0,,False,3901,132,117,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +4172,1172032459040444417,1172030269756305408,1568269288000.0,2019-09-12 06:21:28,+0000,,@kalinizaurus @wylsacom Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1172032459040444417,[],[],0,,False,2959,43,26,,None,,,,,,,"[{'screen_name': 'kalinizaurus', 'name': 'мне это не интересно', 'id': '327419048'}, {'screen_name': 'wylsacom', 'name': 'Wylsacom', 'id': '284168384'}]",,,, +4173,1172032017195655168,1172030269756305408,1568269182000.0,2019-09-12 06:19:42,+0000,,@JCobrae To carry 7 people,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1172032017195655168,[],[],0,,False,9145,204,364,,None,,,,,,,"[{'screen_name': 'JCobrae', 'name': 'JCobrae', 'id': '2642815084'}]",,,, +4174,1172030269756305408,1172030269756305408,1568268766000.0,2019-09-12 06:12:46,+0000,,Model S at Nürburgring has 7 seats,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1172030269756305408,[],[],0,,False,40530,1402,1399,,None,,,,,,,[],,,, +4175,1172024474218057729,1171962132721614848,1568267384000.0,2019-09-12 05:49:44,+0000,,@ThePhoenixFlare @PPathole @flcnhvy @Sofiaan @emicimaz All great! ♥️ Mel Brooks,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1172024474218057729,[],[],0,,False,724,31,25,,None,,,,,,,"[{'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'emicimaz', 'name': 'Emiliano Mazzetto 🇧🇷🇨🇦🇮🇹', 'id': '2885212708'}]",,,, +4176,1172018578322706434,1171962132721614848,1568265978000.0,2019-09-12 05:26:18,+0000,,@PPathole @flcnhvy @Sofiaan @emicimaz Spaceballs,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1172018578322706434,[],[],0,,False,942,34,35,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'emicimaz', 'name': 'Emiliano Mazzetto 🇧🇷🇨🇦🇮🇹', 'id': '2885212708'}]",,,, +4177,1172013577688899584,1171962132721614848,1568264786000.0,2019-09-12 05:06:26,+0000,,@flcnhvy @Sofiaan @emicimaz Flux capacitor option package,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1172013577688899584,[],[],0,,False,2031,57,69,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'emicimaz', 'name': 'Emiliano Mazzetto 🇧🇷🇨🇦🇮🇹', 'id': '2885212708'}]",,,, +4178,1171968839875088384,1171962132721614848,1568254120000.0,2019-09-12 02:08:40,+0000,,@Sofiaan @emicimaz Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1171968839875088384,[],[],0,,False,1542,61,36,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'emicimaz', 'name': 'Emiliano Mazzetto 🇧🇷🇨🇦🇮🇹', 'id': '2885212708'}]",,,, +4179,1171965361022914560,1171962132721614848,1568253290000.0,2019-09-12 01:54:50,+0000,,@MKBHD Soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1171965361022914560,[],[],0,,False,5743,92,98,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +4180,1171965230127009793,1171962132721614848,1568253259000.0,2019-09-12 01:54:19,+0000,,"@emicimaz Yes. To be clear, Plaid powertrain is about a year away from production & applies to S,X & Roadster, but not 3 or Y. Will cost more than our current offerings, but less than competitors.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1171965230127009793,[],[],0,,False,3013,165,241,,None,,,,,,,"[{'screen_name': 'emicimaz', 'name': 'Emiliano Mazzetto 🇧🇷🇨🇦🇮🇹', 'id': '2885212708'}]",,,, +4181,1171962235448487936,1171962132721614848,1568252545000.0,2019-09-12 01:42:25,+0000,,@annerajb No,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1171962235448487936,[],[],0,,False,2017,130,37,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +4182,1171962132721614848,1171962132721614848,1568252521000.0,2019-09-12 01:42:01,+0000,,The only thing beyond Ludicrous is Plaid,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1171962132721614848,[],[],0,,False,58957,1957,3665,,None,,,,,,,[],,,, +4183,1171879698491559936,1171786191164731393,1568232867000.0,2019-09-11 20:14:27,+0000,,@v_g_fischer @teslaownersSV @flcnhvy @nichegamer A Flock of Bricks,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1171879698491559936,[],[],0,,False,881,55,29,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +4184,1171802135383564289,1171657063853973506,1568214374000.0,2019-09-11 15:06:14,+0000,,@MKBHD @alistairmilne Next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1171802135383564289,[],[],0,,False,8179,144,146,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'alistairmilne', 'name': 'Alistair Milne', 'id': '20902138'}]",,,, +4185,1171788208994058243,1171786191164731393,1568211054000.0,2019-09-11 14:10:54,+0000,,@RenataKonkoly @teslaownersSV @flcnhvy @nichegamer Cuphead,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1171788208994058243,[],[],0,,False,706,51,24,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +4186,1171787976218562562,1171786191164731393,1568210998000.0,2019-09-11 14:09:58,+0000,,@teslaownersSV @flcnhvy @nichegamer Of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1171787976218562562,[],[],0,,False,518,37,17,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +4187,1171787820312121346,1171786191164731393,1568210961000.0,2019-09-11 14:09:21,+0000,,@flcnhvy @nichegamer Polytopia,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1171787820312121346,[],[],0,,False,453,24,22,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +4188,1171786818812928001,1171786191164731393,1568210723000.0,2019-09-11 14:05:23,+0000,,@nichegamer This could be good,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1171786818812928001,[],[],0,,False,1086,44,34,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +4189,1171667813217517569,1171657063853973506,1568182349000.0,2019-09-11 06:12:29,+0000,,"@alistairmilne But we probably won’t try for best lap time this week, as we need to review & tune Model S thoroughly for safety on Nürburgring, especially Flugplatz section",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1171667813217517569,[],[],0,,False,5139,191,143,,None,,,,,,,"[{'screen_name': 'alistairmilne', 'name': 'Alistair Milne', 'id': '20902138'}]",,,, +4190,1171664944934346754,1171657063853973506,1568181666000.0,2019-09-11 06:01:06,+0000,,@alistairmilne Model S is already there,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1171664944934346754,[],[],0,,False,3378,46,74,,None,,,,,,,"[{'screen_name': 'alistairmilne', 'name': 'Alistair Milne', 'id': '20902138'}]",,,, +4191,1171657063853973506,1171657063853973506,1568179787000.0,2019-09-11 05:29:47,+0000,,"Model S just set record for fastest 4 door ever at Laguna Seca, video tmrw",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1171657063853973506,[],[],0,,False,61436,1248,3169,,None,,,,,,,[],,,, +4192,1171654095972814854,1171653682154397697,1568179079000.0,2019-09-11 05:17:59,+0000,,@hanktheskank34 @joerogan 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1171654095972814854,[],[],0,,False,4043,39,54,,None,,,,,,,"[{'screen_name': 'hanktheskank34', 'name': 'hank \U0001f9a7', 'id': '4685919458'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +4193,1171653682154397697,1171653682154397697,1568178980000.0,2019-09-11 05:16:20,+0000,,DMT FTW https://t.co/DgfQ2teLG2,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1171653682154397697,[],['https://pbs.twimg.com/media/EEKMyoxXUAAGXZQ.jpg'],1,https://pbs.twimg.com/media/EEKMyoxXUAAGXZQ.jpg,False,314467,2185,55137,,None,,,,,,,[],,,, +4194,1171513413274460161,1171513413274460161,1568145538000.0,2019-09-10 19:58:58,+0000,,Getting ready for flight of orbit-class Starship design,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1171513413274460161,[],[],0,,False,13787,423,978,https://twitter.com/Teslarati/status/1171502020114538497,None,,,,,,,[],,,, +4195,1171511741810765827,1171504140712730624,1568145139000.0,2019-09-10 19:52:19,+0000,,@flcnhvy @SamNazarius @mortchad @TheOnion Aargh!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1171511741810765827,[],[],0,,False,1004,33,21,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'mortchad', 'name': 'Chad Mortensen', 'id': '451261679'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +4196,1171510973686898688,1171504140712730624,1568144956000.0,2019-09-10 19:49:16,+0000,,"@SamNazarius @mortchad @TheOnion No, but that was an epic piece at a time when the word was being overrun by demented versions of an otherwise delightful jam container. It was like World War Z, but mason jars …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1171510973686898688,[],[],0,,False,819,23,24,,None,,,,,,,"[{'screen_name': 'mortchad', 'name': 'Chad Mortensen', 'id': '451261679'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +4197,1171505252530475009,1171504140712730624,1568143592000.0,2019-09-10 19:26:32,+0000,,@mortchad @TheOnion I’d love to,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1171505252530475009,[],[],0,,False,1490,59,31,,None,,,,,,,"[{'screen_name': 'mortchad', 'name': 'Chad Mortensen', 'id': '451261679'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +4198,1171505023697575936,1171504140712730624,1568143537000.0,2019-09-10 19:25:37,+0000,,obv,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1171505023697575936,[],[],0,,False,11971,246,326,,None,,,,,,,[],,,, +4199,1171502447048548352,1171486774041825280,1568142923000.0,2019-09-10 19:15:23,+0000,,@TheOnion @tim_cook 👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1171502447048548352,[],[],0,,False,1721,50,54,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}, {'screen_name': 'tim_cook', 'name': 'Tim Cook', 'id': '1636590253'}]",,,, +4200,1171499981821243399,1171499407956529155,1568142335000.0,2019-09-10 19:05:35,+0000,,@kimpaquette @Tesla For sure!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1171499981821243399,[],[],0,,False,1103,33,17,,None,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄', 'id': '258602317'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4201,1171499407956529155,1171499407956529155,1568142198000.0,2019-09-10 19:03:18,+0000,,♥️♥️🇮🇸🇮🇸 Ísland 🇮🇸🇮🇸♥️♥️,is,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1171499407956529155,[],[],0,,False,26944,375,1201,https://twitter.com/jorgemilburn/status/1171146084154052608,None,,,,,,,[],,,, +4202,1171353781268697089,1171353588985188352,1568107478000.0,2019-09-10 09:24:38,+0000,,@C3LT_Games Will be answered on 28th,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1171353781268697089,[],[],0,,False,837,40,36,,None,,,,,,,"[{'screen_name': 'C3LT_Games', 'name': 'C3LT', 'id': '1111004268339843072'}]",,,, +4203,1171334805088137216,1171235243895873543,1568102954000.0,2019-09-10 08:09:14,+0000,,@tesla_truth Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1171334805088137216,[],[],0,,False,6661,111,175,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +4204,1171334476267278337,1170977670651424768,1568102876000.0,2019-09-10 08:07:56,+0000,,@kierank_ @Teslarati Looks good,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1171334476267278337,[],[],0,,False,655,12,21,,None,,,,,,,"[{'screen_name': 'kierank_', 'name': 'Kieran Kunhya 🚀', 'id': '4526988377'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4205,1171333987941240832,1170977670651424768,1568102759000.0,2019-09-10 08:05:59,+0000,,@MemesOfMars @Teslarati The mechanical attachment mechanism. We need to make sure they won’t fall off due to vibration & acoustics.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1171333987941240832,[],[],0,,False,755,19,28,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4206,1171310039069388800,1170977670651424768,1568097049000.0,2019-09-10 06:30:49,+0000,,@nate_mccomb @Teslarati 48 61 20 68 61,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1171310039069388800,[],[],0,,False,794,88,22,,None,,,,,,,"[{'screen_name': 'nate_mccomb', 'name': 'Nate McComb (Purple Model 3)', 'id': '195166950'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4207,1171308928476385281,1170977670651424768,1568096785000.0,2019-09-10 06:26:25,+0000,,"@Teslarati The hex tiles are actually mechanically attached, which is important to allow for very high temp on back side of tile that would destroy any adhesive. Marshmellow-looking thing is a rope seal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1171308928476385281,[],[],0,,False,1684,58,85,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4208,1171198014897016833,1171114241706942464,1568070341000.0,2019-09-09 23:05:41,+0000,,"@Erdayastronaut @JHC2718 @MagnussonMani @vicvic21266 @flcnhvy @DJSnM @KevinKling12 @spaceXcentric Failure rate is actually both higher & lower than that, as the Falcon 9 design has changed almost completely several times. Currently flying version has no failures (may fate continue to be merciful), but older versions therefore have a higher failure rate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1171198014897016833,[],[],0,,False,1703,53,62,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MagnussonMani', 'name': 'Máni Magnússon', 'id': '1052323715134971906'}, {'screen_name': 'vicvic21266', 'name': 'Victor', 'id': '4245954077'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +4209,1171181961555001347,1171114241706942464,1568066513000.0,2019-09-09 22:01:53,+0000,,@Erdayastronaut @IvanEscobosa @DJSnM @KevinKling12 @spaceXcentric Precisely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1171181961555001347,[],[],0,,False,1159,55,23,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +4210,1171161289105653761,1171114241706942464,1568061585000.0,2019-09-09 20:39:45,+0000,,"@Erdayastronaut @DJSnM @KevinKling12 @spaceXcentric Distance from fireball is 0.5*a*t^2, so if t is small, you haven’t moved far even if a is high. At ~6g thrust, you’ll only travel ~0.03m in 100 ms. Pressure wave (aka explosion) with liquid rockets is low, as ox & fuel are poorly mixed. If you can fly out of it, you’re prob ok.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1171161289105653761,[],[],0,,False,1232,80,53,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +4211,1171157151030530048,1171114241706942464,1568060598000.0,2019-09-09 20:23:18,+0000,,@Erdayastronaut @vicvic21266 @flcnhvy @DJSnM @KevinKling12 @spaceXcentric 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1171157151030530048,[],[],0,,False,1226,33,34,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'vicvic21266', 'name': 'Victor', 'id': '4245954077'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +4212,1171156914387841024,1171114241706942464,1568060542000.0,2019-09-09 20:22:22,+0000,,@flcnhvy @DJSnM @Erdayastronaut @KevinKling12 @spaceXcentric You know destination weather before departure & there’s no weather in space,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1171156914387841024,[],[],0,,False,683,34,23,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +4213,1171141226109620224,1171114241706942464,1568056801000.0,2019-09-09 19:20:01,+0000,,"@flcnhvy @DJSnM @Erdayastronaut @KevinKling12 @spaceXcentric Everything happens so fast. It’s such a different paradigm that applying aircraft concepts to rockets is almost like applying shipping concepts to aircraft. Travels 10,000 km in 30 mins.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1171141226109620224,[],[],0,,False,1251,34,48,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +4214,1171125683327651840,1171114241706942464,1568053096000.0,2019-09-09 18:18:16,+0000,,"@DJSnM @Erdayastronaut @KevinKling12 @spaceXcentric Not currently planning for pad abort with early Starships, but maybe we should. Vac engines would be dual bell & fixed (no gimbal), which means we can stabilize nozzle against hull.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1171125683327651840,[],[],0,,False,1153,62,60,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +4215,1171124402726899712,1171114241706942464,1568052790000.0,2019-09-09 18:13:10,+0000,,"@Erdayastronaut @DJSnM @KevinKling12 @spaceXcentric Raptor turbines can spin up extremely fast. We take it easy on the test stand, but that’s not indicative of capability.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1171124402726899712,[],[],0,,False,1210,51,45,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +4216,1171123349537185792,1171114241706942464,1568052539000.0,2019-09-09 18:08:59,+0000,,"@Erdayastronaut @KevinKling12 @DJSnM @spaceXcentric Over time, 355 & 385 are possible, but very difficult",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1171123349537185792,[],[],0,,False,835,26,22,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +4217,1171122883567017987,1171114241706942464,1568052428000.0,2019-09-09 18:07:08,+0000,,@SpaceXFan97 @Erdayastronaut @KevinKling12 @DJSnM @spaceXcentric Most likely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1171122883567017987,[],[],0,,False,548,13,12,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +4218,1171119250376757248,1170955451439075329,1568051562000.0,2019-09-09 17:52:42,+0000,,@EvaFoxU @justpaulinelol @flcnhvy @tarimnazmi Photoshop is amazing,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1171119250376757248,[],[],0,,False,670,24,19,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'tarimnazmi', 'name': 'Nazmi TARIM', 'id': '1025689197577945088'}]",,,, +4219,1171118891671490560,1171114241706942464,1568051476000.0,2019-09-09 17:51:16,+0000,,"@Erdayastronaut @KevinKling12 @DJSnM @spaceXcentric Sea level Raptor’s vacuum Isp is ~350 sec, but ~380 sec with larger vacuum-optimized nozzle",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1171118891671490560,[],[],0,,False,1191,39,31,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'KevinKling12', 'name': 'Kevin Kling', 'id': '1040567469377822720'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'spaceXcentric', 'name': '-', 'id': '896795655670255619'}]",,,, +4220,1171117928516767744,1170955451439075329,1568051247000.0,2019-09-09 17:47:27,+0000,,@Erdayastronaut @flcnhvy @tarimnazmi For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1171117928516767744,[],[],0,,False,1110,32,28,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'tarimnazmi', 'name': 'Nazmi TARIM', 'id': '1025689197577945088'}]",,,, +4221,1171112456107593729,1170955451439075329,1568049942000.0,2019-09-09 17:25:42,+0000,,@justpaulinelol Actually true,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1171112456107593729,[],[],0,,False,569,22,19,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +4222,1170983609492103168,1170955451439075329,1568019222000.0,2019-09-09 08:53:42,+0000,,"@flcnhvy @tarimnazmi Ceres, Callisto, Ganymede & Titan",es,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1170983609492103168,[],[],0,,False,2156,155,116,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'tarimnazmi', 'name': 'Nazmi TARIM', 'id': '1025689197577945088'}]",,,, +4223,1170972725868781568,1170972725868781568,1568016628000.0,2019-09-09 08:10:28,+0000,,And flights of angels sing thee to thy rest https://t.co/Vh1L7hv2dW,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1170972725868781568,[],['https://pbs.twimg.com/media/EEAhe86UYAAHAg2.jpg'],1,https://pbs.twimg.com/media/EEAhe86UYAAHAg2.jpg,False,53648,726,3602,,None,,,,,,,[],,,, +4224,1170960447589117952,1170955451439075329,1568013700000.0,2019-09-09 07:21:40,+0000,,@EvaFoxU Deep lore,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1170960447589117952,[],[],0,,False,903,21,19,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +4225,1170958712321658880,1170888470052499456,1568013287000.0,2019-09-09 07:14:47,+0000,,@dStanca Hoping to open in Romania soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1170958712321658880,[],[],0,,False,5016,164,195,,None,,,,,,,"[{'screen_name': 'dStanca', 'name': 'Dragos Stanca', 'id': '27002930'}]",,,, +4226,1170956318527504384,1170955451439075329,1568012716000.0,2019-09-09 07:05:16,+0000,,@tarimnazmi Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1170956318527504384,[],[],0,,False,1858,41,33,,None,,,,,,,"[{'screen_name': 'tarimnazmi', 'name': 'Nazmi TARIM', 'id': '1025689197577945088'}]",,,, +4227,1170955451439075329,1170955451439075329,1568012509000.0,2019-09-09 07:01:49,+0000,,Probability that we’re in base Polytopia is highly unlikely - KWM,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1170955451439075329,[],[],0,,False,15081,360,490,,None,,,,,,,[],,,, +4228,1170908897458081792,1170905273059483648,1568001410000.0,2019-09-09 03:56:50,+0000,,@MikeHudema @GretaThunberg Wow cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1170908897458081792,[],[],0,,False,1625,69,71,,None,,,,,,,"[{'screen_name': 'MikeHudema', 'name': 'Mike Hudema', 'id': '15088481'}, {'screen_name': 'GretaThunberg', 'name': 'Greta Thunberg', 'id': '1006419421244678144'}]",,,, +4229,1170888470052499456,1170888470052499456,1567996539000.0,2019-09-09 02:35:39,+0000,,Why aren’t more people talking about this!? https://t.co/iUFIBcDQrp,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1170888470052499456,[],['https://pbs.twimg.com/media/ED_U24WUEAAL6Bq.jpg'],1,https://pbs.twimg.com/media/ED_U24WUEAAL6Bq.jpg,False,134388,4449,13885,,None,,,,,,,[],,,, +4230,1170531288102494208,1170400154240933891,1567911381000.0,2019-09-08 02:56:21,+0000,,@flcnhvy @WorldAndScience Sounds about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1170531288102494208,[],[],0,,False,2383,86,61,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4231,1170527484212678658,1170400154240933891,1567910474000.0,2019-09-08 02:41:14,+0000,,@WorldAndScience It’s not,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1170527484212678658,[],[],0,,False,8630,386,293,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4232,1170477808595820544,1170467211779035137,1567898630000.0,2019-09-07 23:23:50,+0000,,"@meamZ_MZ @widespreadcha0s @HeyMarkL @Tesla Over time, it will be 100% sustainable",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1170477808595820544,[],[],0,,False,3451,66,82,,None,,,,,,,"[{'screen_name': 'meamZ_MZ', 'name': 'Michael Z.', 'id': '3140056353'}, {'screen_name': 'widespreadcha0s', 'name': 'Justin', 'id': '713203191899357185'}, {'screen_name': 'HeyMarkL', 'name': 'Mark Linsangan', 'id': '37261200'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4233,1170475223499411456,1170475223499411456,1567898014000.0,2019-09-07 23:13:34,+0000,,Hadouken!! https://t.co/gN915jdvsl,nl,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1170475223499411456,[],['https://pbs.twimg.com/media/ED5dAwZVUAAt7MN.jpg'],1,https://pbs.twimg.com/media/ED5dAwZVUAAt7MN.jpg,False,258691,1596,32221,,None,,,,,,,[],,,, +4234,1170471170098884608,1169695493594574848,1567897047000.0,2019-09-07 22:57:27,+0000,,"@RenataKonkoly Offer me money, offer me power … https://t.co/zwcLa89cGR",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1170471170098884608,['https://m.youtube.com/watch?v=d5TiaQeuNO0'],[],0,,False,698,49,37,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}]",,,, +4235,1170469030265667584,1169695493594574848,1567896537000.0,2019-09-07 22:48:57,+0000,,Also https://t.co/LTX4acsgAS,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1170469030265667584,[],['https://pbs.twimg.com/media/ED5XYRZUEAAvdBN.jpg'],1,https://pbs.twimg.com/media/ED5XYRZUEAAvdBN.jpg,False,14484,215,492,,None,,,,,,,[],,,, +4236,1170431020358758401,1163020430136844288,1567887475000.0,2019-09-07 20:17:55,+0000,,"Without the removal fee, Tesla Solar is unequivocally a guaranteed, instant money printer, producing $300 to $1000 per year (in after tax income!)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1170431020358758401,[],[],0,,False,8067,381,369,,None,,,,,,,[],,,, +4237,1170429838550650881,1163020430136844288,1567887193000.0,2019-09-07 20:13:13,+0000,,"For the remainder of September, Tesla is permanently waiving the $1500 solar removal fee requirement. Note, the ability to stop monthly payments at any time remains.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1170429838550650881,[],[],0,,False,7516,184,299,,None,,,,,,,[],,,, +4238,1170424775149117440,1170424463558610949,1567885986000.0,2019-09-07 19:53:06,+0000,,@AWintersong Definitely for Space Force. We need to make Starfleet real.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170424775149117440,[],[],0,,False,1929,108,138,,None,,,,,,,"[{'screen_name': 'AWintersong', 'name': 'David Hindberg', 'id': '2497278727'}]",,,, +4239,1170423740120743936,1170423220731645953,1567885739000.0,2019-09-07 19:48:59,+0000,,"@chandanudawat Very exciting to see India’s rapid progress in space! There are always setbacks, of course, but I think India is doing great overall.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170423740120743936,[],[],0,,False,3781,56,399,,None,,,,,,,"[{'screen_name': 'chandanudawat', 'name': 'Chandan Singh Rathore', 'id': '222401431'}]",,,, +4240,1170422160654884864,1170371164897562626,1567885363000.0,2019-09-07 19:42:43,+0000,,@RenataKonkoly @HarryStoltz1 @teslaownersSV @tesla_truth @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170422160654884864,[],[],0,,False,1218,33,41,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4241,1170421587889123328,1169751839035641857,1567885226000.0,2019-09-07 19:40:26,+0000,,"@nico_rosberg Thanks for offering! Sure, that would be great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170421587889123328,[],[],0,,False,3923,138,189,,None,,,,,,,"[{'screen_name': 'Nico_Rosberg', 'name': 'Edward Norton', 'id': '1168608879388889088'}]",,,, +4242,1170416099885604864,1170371164897562626,1567883918000.0,2019-09-07 19:18:38,+0000,,@flcnhvy @annerajb @brandonbernicky @Gfilche @teslaownersSV @tesla_truth @Tesla We might be in one right now,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170416099885604864,[],[],0,,False,769,67,32,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4243,1170416016226058240,1170371164897562626,1567883898000.0,2019-09-07 19:18:18,+0000,,"@IvanEscobosa @annerajb @brandonbernicky @Gfilche @teslaownersSV @tesla_truth @Tesla No, probably V10.1",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170416016226058240,[],[],0,,False,543,17,21,,None,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4244,1170415568081416192,1170371164897562626,1567883791000.0,2019-09-07 19:16:31,+0000,,"@annerajb @brandonbernicky @Gfilche @teslaownersSV @tesla_truth @Tesla Merging code branches & one more QA-level release this week. Hopefully, EAP wide release week after.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170415568081416192,[],[],0,,False,583,26,34,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4245,1170414434763698176,1170371164897562626,1567883521000.0,2019-09-07 19:12:01,+0000,,"@brandonbernicky @Gfilche @teslaownersSV @tesla_truth @Tesla Looking good. Smart summon is almost great. Drive-in theater mode, caraoke & Cuphead are awesome.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170414434763698176,[],[],0,,False,833,55,73,,None,,,,,,,"[{'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4246,1170413664714641408,1170371164897562626,1567883337000.0,2019-09-07 19:08:57,+0000,,@Gfilche @teslaownersSV @tesla_truth @Tesla 🥳,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1170413664714641408,[],[],0,,False,1073,38,36,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4247,1170408143102201857,1170371164897562626,1567882021000.0,2019-09-07 18:47:01,+0000,,@HarryStoltz1 @teslaownersSV @tesla_truth @Tesla For sure on first crewed missions for exactly that reason,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1170408143102201857,[],[],0,,False,655,31,33,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4248,1170407594948624384,1170371164897562626,1567881890000.0,2019-09-07 18:44:50,+0000,,"@teslaownersSV @tesla_truth @Tesla Wanted to build an electric car company in college. Was going to do PhD at Stanford in electric energy storage (ultracaps), but got distracted for a few years by the Internet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1170407594948624384,[],[],0,,False,1931,89,150,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4249,1170406762588979200,1170371164897562626,1567881691000.0,2019-09-07 18:41:31,+0000,,@tesla_truth @Tesla 10 years ago …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1170406762588979200,[],[],0,,False,1948,55,88,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4250,1170401244310949888,1170395921831493632,1567880376000.0,2019-09-07 18:19:36,+0000,,@vincent13031925 @Eljaboom November most likely,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1170401244310949888,[],[],0,,False,1912,126,122,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Eljaboom', 'name': 'Elja𝕭oom💥', 'id': '3296780478'}]",,,, +4251,1170396807437832192,1170395921831493632,1567879318000.0,2019-09-07 18:01:58,+0000,,@Eljaboom We’re almost there,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1170396807437832192,[],[],0,,False,1502,53,51,,None,,,,,,,"[{'screen_name': 'Eljaboom', 'name': 'Elja𝕭oom💥', 'id': '3296780478'}]",,,, +4252,1170395921831493632,1170395921831493632,1567879107000.0,2019-09-07 17:58:27,+0000,,Tesla doing laps at Nerdburgering,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1170395921831493632,[],[],0,,False,39213,646,2612,https://twitter.com/Tesla/status/1170381150847741952,None,,,,,,,[],,,, +4253,1170264393801592832,1169695493594574848,1567847748000.0,2019-09-07 09:15:48,+0000,,But Taycan does seem like a good car. Nürburgring track time is great.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1170264393801592832,[],[],0,,False,22825,474,553,,None,,,,,,,[],,,, +4254,1170250275551993856,1170244355761823744,1567844382000.0,2019-09-07 08:19:42,+0000,,@newscientist Sounds sweaty https://t.co/tcR4zLra3Z,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1170250275551993856,['https://m.youtube.com/watch?v=bPpcfH_HHH8'],[],0,,False,807,97,44,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +4255,1170094801699520513,1170019915971092480,1567807314000.0,2019-09-06 22:01:54,+0000,,@newscientist 😲,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1170094801699520513,[],[],0,,False,1511,118,62,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +4256,1170013170645123072,1169966020620095489,1567787852000.0,2019-09-06 16:37:32,+0000,,@NewsfromScience A Neuralink could increase this by several orders of magnitude,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1170013170645123072,[],[],0,,False,3678,307,186,,None,,,,,,,"[{'screen_name': 'NewsfromScience', 'name': 'News from Science', 'id': '17089636'}]",,,, +4257,1169884144106528769,1169876768477470720,1567757090000.0,2019-09-06 08:04:50,+0000,,@MrRozanov @belpartisan Uh no,es,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1169884144106528769,[],[],0,,False,2525,93,341,,None,,,,,,,"[{'screen_name': 'MrRozanov', 'name': 'Слава Украине!', 'id': '2223896561'}, {'screen_name': 'belpartisan', 'name': 'Белорусский партизан', 'id': '505941915'}]",,,, +4258,1169883160152170498,1169882704394911744,1567756855000.0,2019-09-06 08:00:55,+0000,,@nabz713 🤗,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1169883160152170498,[],[],0,,False,1697,79,40,,None,,,,,,,"[{'screen_name': 'nabz713', 'name': 'η', 'id': '1052820830'}]",,,, +4259,1169837408780578821,1169695493594574848,1567745947000.0,2019-09-06 04:59:07,+0000,,"@HarryStoltz1 @RationalEtienne @florindoc2003 @Kristennetten @Jalopnik @Porsche Legs, but this render isn’t accurate",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1169837408780578821,[],[],0,,False,660,43,22,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'florindoc2003', 'name': 'Riddick ghost', 'id': '4527711617'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}, {'screen_name': 'Porsche', 'name': 'Porsche', 'id': '57016932'}]",,,, +4260,1169836911097085953,1169695493594574848,1567745828000.0,2019-09-06 04:57:08,+0000,,"@RationalEtienne @florindoc2003 @Kristennetten @Jalopnik @Porsche In some of those, I’m even funny",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1169836911097085953,[],[],0,,False,2958,61,70,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'florindoc2003', 'name': 'Riddick ghost', 'id': '4527711617'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}, {'screen_name': 'Porsche', 'name': 'Porsche', 'id': '57016932'}]",,,, +4261,1169787345609977857,1169695493594574848,1567734011000.0,2019-09-06 01:40:11,+0000,,@Kristennetten @Jalopnik @Porsche 🤔,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1169787345609977857,[],[],0,,False,2954,60,48,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}, {'screen_name': 'Porsche', 'name': 'Porsche', 'id': '57016932'}]",,,, +4262,1169751839035641857,1169751839035641857,1567725546000.0,2019-09-05 23:19:06,+0000,,Model S on Nürburgring next week,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1169751839035641857,[],[],0,,False,82520,2587,5612,,None,,,,,,,[],,,, +4263,1169737638162522112,1169695493594574848,1567722160000.0,2019-09-05 22:22:40,+0000,,"@Jalopnik @Porsche Also, cars are called “automobiles”",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1169737638162522112,[],[],0,,False,11817,141,206,,None,,,,,,,"[{'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}, {'screen_name': 'Porsche', 'name': 'Porsche', 'id': '57016932'}]",,,, +4264,1169736607672352768,1169695493594574848,1567721914000.0,2019-09-05 22:18:34,+0000,,@Jalopnik @Porsche Jalopnik not sharpest tool in shed … https://t.co/6MeFDpotrB,nl,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1169736607672352768,['https://en.m.wikipedia.org/wiki/Autopilot'],[],0,,False,17950,312,520,,None,,,,,,,"[{'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}, {'screen_name': 'Porsche', 'name': 'Porsche', 'id': '57016932'}]",,,, +4265,1169696114351599617,1169695493594574848,1567712260000.0,2019-09-05 19:37:40,+0000,,@Michael7Striker @Porsche 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1169696114351599617,[],[],0,,False,5402,46,46,,None,,,,,,,"[{'screen_name': 'Michael7Striker', 'name': 'Michael Striker', 'id': '3393843347'}, {'screen_name': 'Porsche', 'name': 'Porsche', 'id': '57016932'}]",,,, +4266,1169695493594574848,1169695493594574848,1567712112000.0,2019-09-05 19:35:12,+0000,,"Um @Porsche, this word Turbo does not mean what you think it does",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1169695493594574848,[],[],0,,False,159929,3215,12643,,None,,,,,,,[],,,, +4267,1169652891767820288,1169525979867488256,1567701955000.0,2019-09-05 16:45:55,+0000,,@ethelreddy1 @Tesla Looking into it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1169652891767820288,[],[],0,,False,3021,82,41,,None,,,,,,,"[{'screen_name': 'ethelreddy1', 'name': 'ethelreddy', 'id': '996126770767323139'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4268,1169643886966267905,1169643711669690368,1567699808000.0,2019-09-05 16:10:08,+0000,,"@WillyTHodgkins Yes, and it ♥️♥️♥️ irony",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1169643886966267905,[],[],0,,False,821,57,49,,None,,,,,,,"[{'screen_name': 'WillyTHodgkins', 'name': 'William T. Hodgkins', 'id': '915957701301215232'}]",,,, +4269,1169643664806539264,1169643219258245121,1567699755000.0,2019-09-05 16:09:15,+0000,,"@TeslaTrip Still too buggy to be in wide EAP. Requires more testing. Hopefully, going to wide EAP next week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1169643664806539264,[],[],0,,False,1018,74,45,,None,,,,,,,"[{'screen_name': 'TeslaTrip', 'name': 'TeslaTrip', 'id': '1191917785'}]",,,, +4270,1169511820840693761,1169511218056499200,1567668321000.0,2019-09-05 07:25:21,+0000,,@thbo It’s up to 🇳🇴 & 🇳🇱 as to whether they go with EU rules or rest of world. Not our choice.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1169511820840693761,[],[],0,,False,1478,39,44,,None,,,,,,,"[{'screen_name': 'thbo', 'name': 'Thomas Boom', 'id': '11856882'}]",,,, +4271,1169351395377475584,1169338531514376193,1567630072000.0,2019-09-04 20:47:52,+0000,,"@justpaulinelol @Tesla Same, except where limited by EU regulations. We’re aware of extreme consumer unhappiness about this & are working with EU regulators to address.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1169351395377475584,[],[],0,,False,1949,80,85,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4272,1169343287746072576,1169338531514376193,1567628139000.0,2019-09-04 20:15:39,+0000,,"@Tesla In close traffic, poisonous gas spewing from the car in front of you goes straight into your AC intake. Good thing gas/diesel carmakers didn’t cheat on their emissions or we’d be in real trouble 😅",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1169343287746072576,[],[],0,,False,30937,783,2787,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4273,1169180803114270720,1169047978449018881,1567589400000.0,2019-09-04 09:30:00,+0000,,@nichegamer Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1169180803114270720,[],[],0,,False,22581,497,977,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +4274,1169180347633827840,1168682713026564097,1567589291000.0,2019-09-04 09:28:11,+0000,,@konrad_bilinski Gasoline is designed to burn,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1169180347633827840,[],[],0,,False,18079,313,753,,None,,,,,,,"[{'screen_name': 'konrad_bilinski', 'name': 'MP yea you know me', 'id': '4889482527'}]",,,, +4275,1169141620178071552,1168983557299159042,1567580058000.0,2019-09-04 06:54:18,+0000,,@ElecVehicleGuy @Tesla Anywhere insurance prices are high,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1169141620178071552,[],[],0,,False,926,67,33,,None,,,,,,,"[{'screen_name': 'ElecVehicleGuy', 'name': 'Electric Vehicle Guy', 'id': '713716834361556992'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4276,1168995761905950725,1168994301373796352,1567545283000.0,2019-09-03 21:14:43,+0000,,"@Sofiaan @flcnhvy @coolsilver @Tesla Yeah, several. Smart Summon most significant.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1168995761905950725,[],[],0,,False,864,67,45,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'coolsilver', 'name': 'CoolSilver Wolf', 'id': '21091229'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4277,1168994690559094785,1168994301373796352,1567545027000.0,2019-09-03 21:10:27,+0000,,@flcnhvy @coolsilver @Tesla Both 🍀 and 😋 buttons in V10.0,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1168994690559094785,[],[],0,,False,464,31,27,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'coolsilver', 'name': 'Silver Wolf 🇺🇸💎🙌', 'id': '21091229'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4278,1168994403656130562,1168983557299159042,1567544959000.0,2019-09-03 21:09:19,+0000,,@teslaownersSV @tesla_truth Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1168994403656130562,[],[],0,,False,1151,48,35,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +4279,1168994354117185536,1168994301373796352,1567544947000.0,2019-09-03 21:09:07,+0000,,@coolsilver @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1168994354117185536,[],[],0,,False,455,11,20,,None,,,,,,,"[{'screen_name': 'coolsilver', 'name': 'CoolSilver Wolf', 'id': '21091229'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4280,1168994176375173123,1168983557299159042,1567544905000.0,2019-09-03 21:08:25,+0000,,@tesla_truth Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1168994176375173123,[],[],0,,False,1071,28,19,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +4281,1168983557299159042,1168983557299159042,1567542373000.0,2019-09-03 20:26:13,+0000,,"Try Tesla Insurance. Should be ~20% less than avg. Currently only in California, but expanding soon. Critical feedback much appreciated. https://t.co/L8xv8vxllj",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1168983557299159042,['http://Tesla.com/insurance'],[],0,,False,16601,1371,1192,,None,,,,,,,[],,,, +4282,1167554048494592002,1158819893497737216,1567201551000.0,2019-08-30 21:45:51,+0000,,@HjorturBrynjars @Tesla Opening on 9/9,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1167554048494592002,[],[],0,,False,1116,85,50,,None,,,,,,,"[{'screen_name': 'HjorturBrynjars', 'name': 'Hjörtur Brynjarsson', 'id': '931445112672047104'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4283,1167522505982128130,1167411648753217537,1567194031000.0,2019-08-30 19:40:31,+0000,,@fermatslibrary Slowpoke! Didn’t even finish his hypothesis …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1167522505982128130,[],[],0,,False,1841,101,74,,None,,,,,,,"[{'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +4284,1167520720236232709,1167520720236232709,1567193605000.0,2019-08-30 19:33:25,+0000,,Haha actually true https://t.co/VNB822fpPT,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1167520720236232709,[],['https://pbs.twimg.com/media/EDPd4JJXUAc6cCv.jpg'],1,https://pbs.twimg.com/media/EDPd4JJXUAc6cCv.jpg,False,322793,1954,49380,,None,,,,,,,[],,,, +4285,1167439895645888512,1167310499957968896,1567174335000.0,2019-08-30 14:12:15,+0000,,@vincent13031925 So good!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1167439895645888512,[],[],0,,False,2233,85,71,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +4286,1167438474972139521,1167438474972139521,1567173997000.0,2019-08-30 14:06:37,+0000,, https://t.co/G98dOzgWTv,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1167438474972139521,[],['https://pbs.twimg.com/media/EDOTD3yXUAAbkHK.jpg'],1,https://pbs.twimg.com/media/EDOTD3yXUAAbkHK.jpg,False,51051,463,4214,https://twitter.com/Teslarati/status/1167410401878974465,None,,,,,,,[],,,, +4287,1167280620726345729,1167278517609844736,1567136361000.0,2019-08-30 03:39:21,+0000,,@tesla_truth Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1167280620726345729,[],[],0,,False,3176,131,88,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +4288,1167264136788680704,1166945216571441152,1567132431000.0,2019-08-30 02:33:51,+0000,,@WadeAndersonPT @Tesla Coming soon. Version 10.1 at latest.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1167264136788680704,[],[],0,,False,3054,118,81,,None,,,,,,,"[{'screen_name': 'WadeAndersonPT', 'name': 'wade', 'id': '967929328053862400'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4289,1167177512264192000,1167174998013960207,1567111778000.0,2019-08-29 20:49:38,+0000,,@Model3Owners @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1167177512264192000,[],[],0,,False,1956,93,154,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4290,1167152330707357697,1167150864513081344,1567105774000.0,2019-08-29 19:09:34,+0000,,@PatrickMJanson 🇮🇸 Iceland 🇮🇸 for sure!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1167152330707357697,[],[],0,,False,2117,90,51,,None,,,,,,,"[{'screen_name': 'PatrickMJanson', 'name': 'Patrick Janson', 'id': '908254061400657921'}]",,,, +4291,1167149103135870976,1167143985518977026,1567105005000.0,2019-08-29 18:56:45,+0000,,"@HjorturBrynjars @enn_nafnlaus @Tesla Very soon, sorry for the delay",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1167149103135870976,[],[],0,,False,781,36,27,,None,,,,,,,"[{'screen_name': 'HjorturBrynjars', 'name': 'Hjörtur Brynjarsson', 'id': '931445112672047104'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4292,1166860032052539392,1166822634874490880,1567036085000.0,2019-08-28 23:48:05,+0000,,"@JaneidyEve @flcnhvy @Freiraum77 @SpaceX Aiming for 20km flight in Oct & orbit attempt shortly thereafter. Starship update will be on Sept 28th, anniversary of SpaceX reaching orbit. Starship Mk 1 will be fully assembled by that time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1166860032052539392,[],[],0,,False,6032,211,846,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Freiraum77', 'name': 'Frei Raum', 'id': '901751623072043008'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4293,1166857467214667776,1166822634874490880,1567035474000.0,2019-08-28 23:37:54,+0000,,@flcnhvy @Freiraum77 @SpaceX Probably 2 to 3 months. We’re about to ship Raptor SN 10.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1166857467214667776,[],[],0,,False,1867,33,87,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Freiraum77', 'name': 'Frei Raum', 'id': '901751623072043008'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4294,1166856662336102401,1166822634874490880,1567035282000.0,2019-08-28 23:34:42,+0000,,@Freiraum77 @SpaceX Probably 18m for next gen system,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1166856662336102401,[],[],0,,False,2517,128,149,,None,,,,,,,"[{'screen_name': 'Freiraum77', 'name': 'Frei Raum', 'id': '901751623072043008'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4295,1166854343770988544,1166843095423574016,1567034729000.0,2019-08-28 23:25:29,+0000,,"@_IAMOtis Would love to, but import duties are extremely high, even for electric vehicles",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1166854343770988544,[],[],0,,False,1141,85,74,,None,,,,,,,"[{'screen_name': '_IAMOtis', 'name': 'Mphumeleli Ndlovu', 'id': '785304121'}]",,,, +4296,1166843703719268357,1166843356321734657,1567032192000.0,2019-08-28 22:43:12,+0000,,@mralbertsun Should be. Will fix.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1166843703719268357,[],[],0,,False,8708,75,91,,None,,,,,,,"[{'screen_name': 'mralbertsun', 'name': 'Albert Sun', 'id': '395741981'}]",,,, +4297,1166843095423574016,1166843095423574016,1567032047000.0,2019-08-28 22:40:47,+0000,,"Also, u can order online at https://t.co/46TXqRJ3C1 in 2 mins, have car delivered to ur doorstep & return for full refund",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1166843095423574016,['http://Tesla.com'],[],0,,False,13378,934,1113,https://twitter.com/cleantechnica/status/1166596870438866944,None,,,,,,,[],,,, +4298,1166834776294248448,1166822634874490880,1567030064000.0,2019-08-28 22:07:44,+0000,,@justpaulinelol @SpaceX Can’t believe it’s been 6 years since our first vertical landing!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1166834776294248448,[],[],0,,False,1733,56,62,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4299,1166823213021782017,1166822634874490880,1567027307000.0,2019-08-28 21:21:47,+0000,,@SpaceX Core body diameter is 9m/30ft,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1166823213021782017,[],[],0,,False,20399,471,600,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4300,1166615223190642688,1166470510168793091,1566977718000.0,2019-08-28 07:35:18,+0000,,R2D2’s Dad,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1166615223190642688,[],[],0,,False,36927,849,1573,,None,,,,,,,[],,,, +4301,1166560209411682305,1166503202549841921,1566964602000.0,2019-08-28 03:56:42,+0000,,@cleantechnica Empty article?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1166560209411682305,[],[],0,,False,8456,471,267,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +4302,1166488383113158657,1166470510168793091,1566947477000.0,2019-08-27 23:11:17,+0000,,One day Starship will land on the rusty sands of Mars https://t.co/EfENYVdOzM,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1166488383113158657,[],['https://pbs.twimg.com/media/EDAy_7sUwAAmMbl.jpg'],1,https://pbs.twimg.com/media/EDAy_7sUwAAmMbl.jpg,False,54859,1300,4434,,None,,,,,,,[],,,, +4303,1166478978980278272,1166470510168793091,1566945235000.0,2019-08-27 22:33:55,+0000,,Congrats SpaceX team!! https://t.co/duckYSK0D4,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1166478978980278272,[],['https://pbs.twimg.com/media/EDAqctLVAAItcRk.jpg'],1,https://pbs.twimg.com/media/EDAqctLVAAItcRk.jpg,False,49273,1096,5692,,None,,,,,,,[],,,, +4304,1166470510168793091,1166470510168793091,1566943216000.0,2019-08-27 22:00:16,+0000,,About to do next Starhopper flight test https://t.co/eeXPQPk7t6,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1166470510168793091,['https://m.youtube.com/watch?v=bYb3bfA6_sQ&feature=youtu.be'],[],0,,False,30811,1415,2096,,None,,,,,,,[],,,, +4305,1166448459085316096,1166448459085316096,1566937958000.0,2019-08-27 20:32:38,+0000,,Dragon Crew Arm. Astronauts will walk this gantry to enter Dragon & depart for the @Space_Station. https://t.co/rKkUTeHson,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1166448459085316096,[],"['https://pbs.twimg.com/media/EDAOsNAUwAAzKY6.jpg', 'https://pbs.twimg.com/media/EDAOsNBUcAACI5O.jpg', 'https://pbs.twimg.com/media/EDAOsNAVUAAXhvr.jpg']",1,https://pbs.twimg.com/media/EDAOsNAUwAAzKY6.jpg,False,37527,829,3138,,None,,,,,,,[],,,, +4306,1166447763745210368,1166447763745210368,1566937793000.0,2019-08-27 20:29:53,+0000,,Dronship with wings folded traveling through Panama Canal https://t.co/TawM5Ntj0e,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1166447763745210368,[],['https://pbs.twimg.com/media/EDAODkmUUAA3-Dp.jpg'],1,https://pbs.twimg.com/media/EDAODkmUUAA3-Dp.jpg,False,23193,430,1215,,None,,,,,,,[],,,, +4307,1166267372665049088,1166264108179759104,1566894784000.0,2019-08-27 08:33:04,+0000,,@WorldAndScience Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1166267372665049088,[],[],0,,False,4090,127,109,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4308,1166253541507260416,1166247737857314816,1566891486000.0,2019-08-27 07:38:06,+0000,,@HarryStoltz1 @PPathole @Teslarati Not that I know of,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1166253541507260416,[],[],0,,False,581,28,20,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4309,1166252392364441600,1166247737857314816,1566891212000.0,2019-08-27 07:33:32,+0000,,"@PPathole @Teslarati Yes, rather embarrassing tbh",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1166252392364441600,[],[],0,,False,757,70,22,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4310,1166251947986493440,1166247737857314816,1566891106000.0,2019-08-27 07:31:46,+0000,,@Teslarati Impressively accurate analysis!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1166251947986493440,[],[],0,,False,2895,49,77,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4311,1166251337610190848,1166229892637364225,1566890961000.0,2019-08-27 07:29:21,+0000,,@MemesOfMars @cleantechnica Hopefully next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1166251337610190848,[],[],0,,False,537,24,18,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +4312,1166247626448101376,1166229892637364225,1566890076000.0,2019-08-27 07:14:36,+0000,,@cleantechnica ♥️♥️♥️,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1166247626448101376,[],[],0,,False,1406,49,45,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +4313,1166181271489265665,1166123304375054336,1566874256000.0,2019-08-27 02:50:56,+0000,,@teslaownersSV Appears to be a wiring/connector issue,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1166181271489265665,[],[],0,,False,1624,109,70,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +4314,1166141136198488064,1166123304375054336,1566864687000.0,2019-08-27 00:11:27,+0000,,Igniters need to be inspected. We will try again tomorrow same time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1166141136198488064,[],[],0,,False,13879,401,502,,None,,,,,,,[],,,, +4315,1166126085903282177,1166124861292457984,1566861099000.0,2019-08-26 23:11:39,+0000,,"@SciGuySpace Raptor uses dual redundant torch igniters. Better long-term, but more finicky in development.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1166126085903282177,[],[],0,,False,2556,145,136,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4316,1166123304375054336,1166123304375054336,1566860435000.0,2019-08-26 23:00:35,+0000,,About 5 mins from flight attempt,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1166123304375054336,[],[],0,,False,15778,624,843,https://twitter.com/SpaceX/status/1166120736538288129,None,,,,,,,[],,,, +4317,1166081488648949760,1166081488648949760,1566850466000.0,2019-08-26 20:14:26,+0000,,Starhopper flight currently tracking to 5pm Texas time for 150m / ~500ft hover test,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1166081488648949760,[],[],0,,False,17283,523,1282,,None,,,,,,,[],,,, +4318,1166080263266299905,1166024266481065984,1566850174000.0,2019-08-26 20:09:34,+0000,,"@TheOnion Finally, VR that’s cool *and* sexy!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1166080263266299905,[],[],0,,False,9077,144,317,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +4319,1165825693453697024,1165799882562523136,1566789479000.0,2019-08-26 03:17:59,+0000,,@4thFromOurStar Oh behave u naughty planet … 😉,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1165825693453697024,[],[],0,,False,40402,301,1873,,None,,,,,,,"[{'screen_name': '4thFromOurStar', 'name': 'Mars', 'id': '1091459141397180416'}]",,,, +4320,1165794643277037568,1165707219872231427,1566782077000.0,2019-08-26 01:14:37,+0000,,@Tesla 😢 https://t.co/kTNomigW3e,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1165794643277037568,['https://open.spotify.com/track/0vg4WnUWvze6pBOJDTq99k?si=zFnoUBq9QrCa4Yv2TLIrSg'],[],0,,False,15260,391,738,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4321,1165524124057260032,1165377786338406400,1566717580000.0,2019-08-25 07:19:40,+0000,,@Erdayastronaut @SpaceX It’s quite robust,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1165524124057260032,[],[],0,,False,1518,73,38,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4322,1165380692915523584,1165380520190140416,1566683383000.0,2019-08-24 21:49:43,+0000,,@MarkMeijer10 Where are additional Superchargers most needed?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165380692915523584,[],[],0,,False,953,689,47,,None,,,,,,,"[{'screen_name': 'MarkMeijer10', 'name': 'Mark', 'id': '260661725'}]",,,, +4323,1165380431178432512,1165371975528640512,1566683321000.0,2019-08-24 21:48:41,+0000,,World’s first very large scale battery has worked out well https://t.co/X7gdbL8U5b,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165380431178432512,['https://www.pv-magazine.com/2018/12/05/south-australias-tesla-big-battery-saves-40-million-in-grid-stabilization-costs/'],[],0,,False,11311,292,1036,,None,,,,,,,[],,,, +4324,1165378770116562944,1165377786338406400,1566682925000.0,2019-08-24 21:42:05,+0000,,"@Erdayastronaut @SpaceX Yes, last flight for Hopper. If all goes well, it will become a vertical test stand for Raptor.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165378770116562944,[],[],0,,False,2497,93,130,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4325,1165378460610523136,1165371975528640512,1566682851000.0,2019-08-24 21:40:51,+0000,,@FuzionPlaysTV @teslaownersSV Exactly! Especially let your PUC commissioners/authorities know.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165378460610523136,[],[],0,,False,783,23,42,,None,,,,,,,"[{'screen_name': 'FuzionPlaysTV', 'name': 'Flaming Doppler', 'id': '806328192546078721'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +4326,1165378084033351680,1165371975528640512,1566682761000.0,2019-08-24 21:39:21,+0000,,"@flcnhvy Agreed, that’s the right future",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165378084033351680,[],[],0,,False,1138,44,39,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4327,1165377786338406400,1165377786338406400,1566682690000.0,2019-08-24 21:38:10,+0000,,Looks like @SpaceX Starhopper flight may be as soon as Monday. FAA support is much appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165377786338406400,[],[],0,,False,25376,545,1702,,None,,,,,,,[],,,, +4328,1165376441753591809,1165375986734682113,1566682370000.0,2019-08-24 21:32:50,+0000,,@aikisteve We’re working closely with EU regulators & hope to clarify the timeline soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165376441753591809,[],[],0,,False,597,22,31,,None,,,,,,,"[{'screen_name': 'aikisteve', 'name': 'Steven Peeters', 'id': '15065470'}]",,,, +4329,1165372858626801664,1165169180141899776,1566681515000.0,2019-08-24 21:18:35,+0000,,@MartianDays @Erdayastronaut @DKled007 @AKawakbi @newscientist Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165372858626801664,[],[],0,,False,660,38,18,,None,,,,,,,"[{'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'AKawakbi', 'name': 'Ahmad Kawakbi', 'id': '869305856'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +4330,1165372838120804352,1165169180141899776,1566681510000.0,2019-08-24 21:18:30,+0000,,@Erdayastronaut @DKled007 @AKawakbi @newscientist Should be soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165372838120804352,[],[],0,,False,1115,37,21,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'AKawakbi', 'name': 'Ahmad Kawakbi', 'id': '869305856'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +4331,1165371975528640512,1165371975528640512,1566681305000.0,2019-08-24 21:15:05,+0000,,"If you’re a utility or public utilities commission, please consider using the Tesla Megapack. Better for the environment & usually lower cost than fossil fuel peaker plants! https://t.co/Ls4IfB0d6a",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1165371975528640512,['https://www.tesla.com/megapack'],[],0,,False,21935,768,2505,,None,,,,,,,[],,,, +4332,1165295073610780672,1165169180141899776,1566662970000.0,2019-08-24 16:09:30,+0000,,"@DKled007 @AKawakbi @newscientist Yes, probably within next 6 to 9 months",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1165295073610780672,[],[],0,,False,827,86,49,,None,,,,,,,"[{'screen_name': 'AKawakbi', 'name': 'Ahmad Kawakbi', 'id': '869305856'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +4333,1165293528542400512,1165169180141899776,1566662601000.0,2019-08-24 16:03:21,+0000,,@AKawakbi @newscientist Tesla is working hard to help stop global warming,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1165293528542400512,[],[],0,,False,1293,109,112,,None,,,,,,,"[{'screen_name': 'AKawakbi', 'name': 'Ahmad Kawakbi', 'id': '869305856'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +4334,1165283944318697472,1165169180141899776,1566660316000.0,2019-08-24 15:25:16,+0000,,@newscientist 🤣🤣👍👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1165283944318697472,[],[],0,,False,810,26,29,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +4335,1165172977442254850,1165169180141899776,1566633860000.0,2019-08-24 08:04:20,+0000,,@newscientist The Nude Scientisté,es,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1165172977442254850,[],[],0,,False,5202,138,160,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +4336,1165146099532742656,1165136572037193728,1566627452000.0,2019-08-24 06:17:32,+0000,,@engineers_feed Looks like a wheel of cheese,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1165146099532742656,[],[],0,,False,23549,523,550,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +4337,1164930613649891328,1164559002992173057,1566576076000.0,2019-08-23 16:01:16,+0000,,@MinimalDuck @Tesla @Teslarati Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1164930613649891328,[],[],0,,False,15515,136,268,,None,,,,,,,"[{'screen_name': 'MinimalDuck', 'name': 'Arash Malek 🦆', 'id': '740946180'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4338,1164251773223129088,1163903521701294081,1566414228000.0,2019-08-21 19:03:48,+0000,,"@TeslaTrip @arctechinc We need to complete internal QA testing for safety, which will hopefully be done in about 4 weeks",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1164251773223129088,[],[],0,,False,835,90,40,,None,,,,,,,"[{'screen_name': 'TeslaTrip', 'name': 'TeslaTrip', 'id': '1191917785'}, {'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +4339,1164068024959131648,1163962971757957120,1566370419000.0,2019-08-21 06:53:39,+0000,,@universal_sci Wow,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1164068024959131648,[],[],0,,False,13769,169,241,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +4340,1163960494798938112,1163903521701294081,1566344781000.0,2019-08-20 23:46:21,+0000,,@arctechinc Everyone who bought FSD will receive priority/early access,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1163960494798938112,[],[],0,,False,1214,155,101,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +4341,1163903521701294081,1163903521701294081,1566331198000.0,2019-08-20 19:59:58,+0000,,"Price increase for Tesla FSD postponed until version 10 with smart summon is in wide release, which is about 4 to 8 weeks away, depending on how early access goes",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1163903521701294081,[],[],0,,False,11824,1173,608,,None,,,,,,,[],,,, +4342,1163894933280964608,1163874793113866240,1566329150000.0,2019-08-20 19:25:50,+0000,,"@justpaulinelol Not risky imo & can be adjusted/improved real-time. Essentially need to figure out most effective way to convert mass to energy, as Mars is slightly too far from this solar system’s fusion reactor (the sun).",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1163894933280964608,[],[],0,,False,1777,138,70,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +4343,1163893401810550786,1163874793113866240,1566328785000.0,2019-08-20 19:19:45,+0000,,"@wingod @DJSnM @ThePhoenixFlare True, diverting a comet would be super hard. Could be done with small asteroids & a mass driver, but this is risky.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1163893401810550786,[],[],0,,False,826,55,35,,None,,,,,,,"[{'screen_name': 'wingod', 'name': 'Dennis Wingo', 'id': '15113324'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}]",,,, +4344,1163891642425860096,1163874793113866240,1566328366000.0,2019-08-20 19:12:46,+0000,,"Nuke Mars refers to a continuous stream of very low fallout nuclear fusion explosions above the atmosphere to create artificial suns. Much like our sun, this would not cause Mars to become radioactive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1163891642425860096,[],[],0,,False,40549,1433,2399,,None,,,,,,,[],,,, +4345,1163889282936967168,1163874793113866240,1566327803000.0,2019-08-20 19:03:23,+0000,,"@JaneidyEve Will probably make sense to do this when Starship Mk 1 has 3 Raptors, moving body fins & landing gear installed, which is hopefully mid September",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1163889282936967168,[],[],0,,False,1581,75,111,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +4346,1163888165901484037,1163874793113866240,1566327537000.0,2019-08-20 18:58:57,+0000,,@HarryStoltz1 @ThePhoenixFlare Will be converted to Raptor vertical test stand,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1163888165901484037,[],[],0,,False,1495,37,66,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}]",,,, +4347,1163887706352607233,1163874793113866240,1566327427000.0,2019-08-20 18:57:07,+0000,,"@ThePhoenixFlare Trickier than it may seem on Mars, as atmospheric density is 1% that of Earth & gravity is 38%, but doable for localized warming",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1163887706352607233,[],[],0,,False,1292,43,45,,None,,,,,,,"[{'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}]",,,, +4348,1163875161822523393,1163874793113866240,1566324436000.0,2019-08-20 18:07:16,+0000,,@eatinggaming94 @4thFromOurStar 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1163875161822523393,[],[],0,,False,923,45,19,,None,,,,,,,"[{'screen_name': '4thFromOurStar', 'name': 'Mars', 'id': '1091459141397180416'}]",,,, +4349,1163874793113866240,1163874793113866240,1566324349000.0,2019-08-20 18:05:49,+0000,,Might make sense to have thousands of solar reflector satellites 🛰 to warm Mars vs artificial suns (tbd),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1163874793113866240,[],[],0,,False,57766,2110,3263,,None,,,,,,,[],,,, +4350,1163872950660898816,1163526846123773952,1566323909000.0,2019-08-20 17:58:29,+0000,,"@SciGuySpace @hover389 AF certification required an enormous amount of work. It’s mostly design-review based, not flight-based.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1163872950660898816,[],[],0,,False,1077,17,33,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'hover389', 'name': 'Jordon Jindra', 'id': '34772936'}]",,,, +4351,1163870594384797696,1163813022193709058,1566323348000.0,2019-08-20 17:49:08,+0000,,"@MemesOfMars @Teslarati @ray4tesla Yeah, would be great to get feedback from Tesla supporters",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1163870594384797696,[],[],0,,False,785,37,29,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ray4tesla', 'name': 'Ray4Tesla⚡️🚘☀️🔋', 'id': '959168599519764480'}]",,,, +4352,1163870254683938818,1163813022193709058,1566323267000.0,2019-08-20 17:47:47,+0000,,"@teslaownersSV @Teslarati Initially Model 3, later Y",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1163870254683938818,[],[],0,,False,786,34,32,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4353,1163869350136205312,1163813022193709058,1566323051000.0,2019-08-20 17:44:11,+0000,,@Teslarati Looking forward to seeing Giga Shanghai soon 😀 Amazing work by Tesla China team & support of authorities much appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1163869350136205312,[],[],0,,False,5778,187,267,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4354,1163676464069242881,1163534028361932801,1566277063000.0,2019-08-20 04:57:43,+0000,,@flcnhvy @SciGuySpace Not yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1163676464069242881,[],[],0,,False,1127,63,24,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4355,1163674045050568707,1163534028361932801,1566276487000.0,2019-08-20 04:48:07,+0000,,@SciGuySpace This is a great idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1163674045050568707,[],[],0,,False,6062,169,156,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4356,1163570150336974848,1163344877414944768,1566251716000.0,2019-08-19 21:55:16,+0000,,@royalsociety 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1163570150336974848,[],[],0,,False,7208,210,218,,None,,,,,,,"[{'screen_name': 'royalsociety', 'name': 'The Royal Society', 'id': '28567809'}]",,,, +4357,1163279155292585984,1163243011490365440,1566182337000.0,2019-08-19 02:38:57,+0000,,@JalaniShreyansh Um I ate most of it,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1163279155292585984,[],[],0,,False,4560,104,89,,None,,,,,,,"[{'screen_name': 'JalaniShreyansh', 'name': 'shreyansh jalani', 'id': '4168662193'}]",,,, +4358,1163243011490365440,1163243011490365440,1566173720000.0,2019-08-19 00:15:20,+0000,,Cookie decorating contest with kids https://t.co/tP06cr4Af5,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1163243011490365440,[],['https://pbs.twimg.com/media/ECSrSKnW4AI-DEn.jpg'],1,https://pbs.twimg.com/media/ECSrSKnW4AI-DEn.jpg,False,87198,2802,4303,,None,,,,,,,[],,,, +4359,1163201615932743680,1162998621719027713,1566163851000.0,2019-08-18 21:30:51,+0000,,Converts about 5 million tons of mass to energy every second,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1163201615932743680,[],[],0,,False,17059,843,547,,None,,,,,,,[],,,, +4360,1163200504811249664,1163200504811249664,1566163586000.0,2019-08-18 21:26:26,+0000,,"Great name! Wouldn’t worry about this particular one, but a big rock will hit Earth eventually & we currently have no defense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1163200504811249664,[],[],0,,False,35781,1907,4064,https://twitter.com/joerogan/status/1163198089328390145,None,,,,,,,[],,,, +4361,1163180429316218880,1163020430136844288,1566158799000.0,2019-08-18 20:06:39,+0000,,"@justpaulinelol Don’t know yet, but it’s important that the whole world transition to sustainable energy, so we’ll make costs as low as possible",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1163180429316218880,[],[],0,,False,934,89,69,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +4362,1163028150390947841,1163020430136844288,1566122493000.0,2019-08-18 10:01:33,+0000,,One click to order solar & save ~$500/year in utility bills with no long-term contract (cancel anytime),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1163028150390947841,[],[],0,,False,15123,717,643,,None,,,,,,,[],,,, +4363,1163026255781883906,1163020430136844288,1566122042000.0,2019-08-18 09:54:02,+0000,,@flcnhvy Next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1163026255781883906,[],[],0,,False,2668,129,96,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4364,1163025594180726784,1163020430136844288,1566121884000.0,2019-08-18 09:51:24,+0000,,"With the new lower Tesla pricing, it’s like having a money printer on your roof if you live a state with high electricity costs. Still better to buy, but the rental option makes the economics obvious.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1163025594180726784,[],[],0,,False,13863,647,683,,None,,,,,,,[],,,, +4365,1163020430136844288,1163020430136844288,1566120653000.0,2019-08-18 09:30:53,+0000,,Tesla Solar just relaunched. Lmk what you think … https://t.co/mDoPO17YB9,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1163020430136844288,['http://Tesla.com/solar'],[],0,,False,44105,4632,3033,,None,,,,,,,[],,,, +4366,1163018466871263234,1162998621719027713,1566120184000.0,2019-08-18 09:23:04,+0000,,Which means a small corner of Texas (or anywhere) with solar panels could power the entire United States,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1163018466871263234,[],[],0,,False,39947,1146,3410,,None,,,,,,,[],,,, +4367,1163017566576496640,1162998621719027713,1566119970000.0,2019-08-18 09:19:30,+0000,,1 Gigawatt per square kilometer of solar energy reaches Earth’s surface,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1163017566576496640,[],[],0,,False,26276,333,1552,,None,,,,,,,[],,,, +4368,1163015575699779584,1162805098340335618,1566119495000.0,2019-08-18 09:11:35,+0000,,@flcnhvy @WorldAndScience In a few years,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1163015575699779584,[],[],0,,False,1447,38,37,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4369,1163015039080468480,1162805098340335618,1566119367000.0,2019-08-18 09:09:27,+0000,,"@WorldAndScience Yeah, legs are hydraulic pistons & abdomen is the accumulator",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1163015039080468480,[],[],0,,False,18829,180,631,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4370,1163001145855340544,1162998621719027713,1566116055000.0,2019-08-18 08:14:15,+0000,,Generates a *lot* of energy https://t.co/k5nUWFb8iM,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1163001145855340544,['https://en.m.wikipedia.org/wiki/Sun'],[],0,,False,28712,571,892,,None,,,,,,,[],,,, +4371,1163000154682621952,1162998621719027713,1566115819000.0,2019-08-18 08:10:19,+0000,,@jasonemry It is quite silly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1163000154682621952,[],[],0,,False,4033,62,76,,None,,,,,,,"[{'screen_name': 'jasonemry', 'name': 'Jason Emry', 'id': '752048886'}]",,,, +4372,1162999818689495041,1162218267932446724,1566115738000.0,2019-08-18 08:08:58,+0000,,@nadavision Meaning less than a century. But this would be pretty intense.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1162999818689495041,[],[],0,,False,985,37,21,,None,,,,,,,"[{'screen_name': 'nadavision', 'name': '👨🏻\u200d🚀 Nad∆vision', 'id': '2910457665'}]",,,, +4373,1162999621708161024,1162218267932446724,1566115691000.0,2019-08-18 08:08:11,+0000,,"@nadavision Aspirationally, decades",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1162999621708161024,[],[],0,,False,987,29,24,,None,,,,,,,"[{'screen_name': 'nadavision', 'name': '👨🏻\u200d🚀 Nad∆vision', 'id': '2910457665'}]",,,, +4374,1162998621719027713,1162998621719027713,1566115453000.0,2019-08-18 08:04:13,+0000,,The sun is an immense thermonuclear explosion fyi,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1162998621719027713,[],[],0,,False,92276,1948,7794,,None,,,,,,,[],,,, +4375,1162997814520979457,1162218267932446724,1566115261000.0,2019-08-18 08:01:01,+0000,,@Epic2662 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1162997814520979457,[],[],0,,False,1277,78,25,,None,,,,,,,"[{'screen_name': 'Epic2662', 'name': 'Epic', 'id': '905934702174863360'}]",,,, +4376,1162997534337327105,1162218267932446724,1566115194000.0,2019-08-18 07:59:54,+0000,,"Not saying it solves everything, mind you, but it’s a step in the right direction",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1162997534337327105,[],[],0,,False,16897,451,584,,None,,,,,,,[],,,, +4377,1162878062892994565,1162836942980931584,1566086710000.0,2019-08-18 00:05:10,+0000,,"@ItsJoshPeck Yeah, the trick is opening & closing the spacesuit helmet really fast",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1162878062892994565,[],[],0,,False,156969,646,11955,,None,,,,,,,"[{'screen_name': 'ItsJoshPeck', 'name': 'Josh Peck', 'id': '66618379'}]",,,, +4378,1162784391778590720,1162784159191851008,1566064377000.0,2019-08-17 17:52:57,+0000,,@mayemusk Stop hashtagging me 🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1162784391778590720,[],[],0,,False,2217,231,87,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +4379,1162744788807847936,1162631602343514114,1566054935000.0,2019-08-17 15:15:35,+0000,,Perhaps that one was too edgy …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1162744788807847936,[],[],0,,False,51441,822,1274,,None,,,,,,,[],,,, +4380,1162631602343514114,1162631602343514114,1566027949000.0,2019-08-17 07:45:49,+0000,,Hashtags are an abomination,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1162631602343514114,[],[],0,,False,132292,4989,10181,,None,,,,,,,[],,,, +4381,1162601565653360640,1162218267932446724,1566020788000.0,2019-08-17 05:46:28,+0000,, https://t.co/NLzW87AZC0,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1162601565653360640,[],"['https://pbs.twimg.com/media/ECJj9f6UYAETkce.jpg', 'https://pbs.twimg.com/media/ECJj9f4VUAYaD1C.jpg']",1,https://pbs.twimg.com/media/ECJj9f6UYAETkce.jpg,False,37959,1239,3122,,None,,,,,,,[],,,, +4382,1162601447235604480,1162506260169707520,1566020759000.0,2019-08-17 05:45:59,+0000,,"@HarryStoltz1 @41Strange No, as better to vary thickness with vehicle height, but this is the right way to go for Boring Co tunnels reinforcement imo",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1162601447235604480,[],[],0,,False,998,37,26,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': '41Strange', 'name': '41 Strange', 'id': '2355808260'}]",,,, +4383,1162600347489075200,1162218267932446724,1566020497000.0,2019-08-17 05:41:37,+0000,,Nuking Mars one T-shirt at a time https://t.co/Kiah2HbxFi,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1162600347489075200,['https://shop.spacex.com/featured-products/nuke-mars-t-shirt.html'],[],0,,False,9283,417,477,,None,,,,,,,[],,,, +4384,1162594879244910593,1162506260169707520,1566019193000.0,2019-08-17 05:19:53,+0000,,@41Strange Simulations all the way down,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1162594879244910593,[],[],0,,False,19950,253,826,,None,,,,,,,"[{'screen_name': '41Strange', 'name': '41 Strange', 'id': '2355808260'}]",,,, +4385,1162471403918000129,1162218267932446724,1565989755000.0,2019-08-16 21:09:15,+0000,,"Trust me, it will be 🔥🔥",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1162471403918000129,[],[],0,,False,33301,572,875,,None,,,,,,,[],,,, +4386,1162470785136521216,1162218267932446724,1565989607000.0,2019-08-16 21:06:47,+0000,,"Hey babe, fancy a hot date …? 😉 @4thFromOurStar",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1162470785136521216,[],[],0,,False,35904,431,1423,,None,,,,,,,[],,,, +4387,1162462515579650048,1162218267932446724,1565987635000.0,2019-08-16 20:33:55,+0000,,@flcnhvy It’s not boring …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1162462515579650048,[],[],0,,False,2981,74,35,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4388,1162392618078097410,1162218267932446724,1565970971000.0,2019-08-16 15:56:11,+0000,,@nichegamer Of course!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1162392618078097410,[],[],0,,False,2089,39,35,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +4389,1162271711326167041,1162218267932446724,1565942144000.0,2019-08-16 07:55:44,+0000,,T-shirt soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1162271711326167041,[],[],0,,False,76430,898,2061,,None,,,,,,,[],,,, +4390,1162218732531249152,1162218267932446724,1565929513000.0,2019-08-16 04:25:13,+0000,,@Trailblayzer_ Guess I sort of am already,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1162218732531249152,[],[],0,,False,14546,121,211,,None,,,,,,,"[{'screen_name': 'Trailblayzer_', 'name': 'Trail', 'id': '1072663845376643072'}]",,,, +4391,1162218549433135105,1162218267932446724,1565929469000.0,2019-08-16 04:24:29,+0000,,@Trailblayzer_ I’d play that game,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1162218549433135105,[],[],0,,False,13401,76,182,,None,,,,,,,"[{'screen_name': 'Trailblayzer_', 'name': 'Trail', 'id': '1072663845376643072'}]",,,, +4392,1162218267932446724,1162218267932446724,1565929402000.0,2019-08-16 04:23:22,+0000,,Nuke Mars!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1162218267932446724,[],[],0,,False,234977,8201,28816,,None,,,,,,,[],,,, +4393,1162165894283313152,1162113890290937872,1565916915000.0,2019-08-16 00:55:15,+0000,,@arctechinc This isn’t correct. Will address.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1162165894283313152,[],[],0,,False,1624,109,48,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +4394,1162096454367756288,1162026282647007233,1565900360000.0,2019-08-15 20:19:20,+0000,,@SpacePadreIsle @SciGuySpace @faa Good conversation with head of FAA Space. Need a bit more hazard analysis & should be clear to fly soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1162096454367756288,[],[],0,,False,2180,104,123,,None,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'faa', 'name': 'Tsubasa (faa)', 'id': '5822512'}]",,,, +4395,1162066571612717057,1162026282647007233,1565893235000.0,2019-08-15 18:20:35,+0000,,@SpacePadreIsle @SciGuySpace Am talking to @FAA in a few hours,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1162066571612717057,[],[],0,,False,4105,153,120,,None,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4396,1162066262672855040,1162010076950999040,1565893161000.0,2019-08-15 18:19:21,+0000,,"@flying_briann @SciGuySpace Stacking fairing & tanks soon, then adding control fins, engines & landing gear",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1162066262672855040,[],[],0,,False,12069,193,350,,None,,,,,,,"[{'screen_name': 'flying_briann', 'name': 'Brian', 'id': '20595800'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4397,1162065153665273856,1161834318588608512,1565892897000.0,2019-08-15 18:14:57,+0000,,@ThePhoenixFlare @CazzRS That was my actual password at one point!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1162065153665273856,[],[],0,,False,1459,59,38,,None,,,,,,,"[{'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}, {'screen_name': 'CazzRS', 'name': 'Cazz', 'id': '503214109'}]",,,, +4398,1162061693809094657,1161834318588608512,1565892072000.0,2019-08-15 18:01:12,+0000,,@CazzRS Stop posting my password on twitter!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1162061693809094657,[],[],0,,False,1433,44,37,,None,,,,,,,"[{'screen_name': 'CazzRS', 'name': 'Cazz', 'id': '503214109'}]",,,, +4399,1161883581544685569,1161852511675961344,1565849607000.0,2019-08-15 06:13:27,+0000,,@Inelonwetrust__ @dbabrams @BangOlufsen Coming,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1161883581544685569,[],[],0,,False,1577,135,55,,None,,,,,,,"[{'screen_name': 'Inelonwetrust__', 'name': 'InElonWeTrust', 'id': '1053485936191856640'}, {'screen_name': 'dbabrams', 'name': 'David Abrams', 'id': '25140941'}, {'screen_name': 'BangOlufsen', 'name': 'Bang & Olufsen', 'id': '25986796'}]",,,, +4400,1161853708214386688,1161852511675961344,1565842484000.0,2019-08-15 04:14:44,+0000,,"@dbabrams @BangOlufsen Tesla audio engineers come from B&O & many other companies. They literally rōq. Our system is highly programmable, so we keep improving it via OTA codec updates.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1161853708214386688,[],[],0,,False,1901,92,133,,None,,,,,,,"[{'screen_name': 'dbabrams', 'name': 'David Abrams', 'id': '25140941'}, {'screen_name': 'BangOlufsen', 'name': 'Bang & Olufsen', 'id': '25986796'}]",,,, +4401,1161850736273215488,1155253064665894912,1565841776000.0,2019-08-15 04:02:56,+0000,,@chadsmith @Tesla We’ll take care of it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1161850736273215488,[],[],0,,False,771,40,30,,None,,,,,,,"[{'screen_name': 'chadsmith', 'name': 'Chad Smith', 'id': '5807432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4402,1161845758796034048,1161845758796034048,1565840589000.0,2019-08-15 03:43:09,+0000,,Corporate Surrealism™️,es,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1161845758796034048,[],[],0,,False,32199,908,2120,,None,,,,,,,[],,,, +4403,1161839684466532352,1161834318588608512,1565839141000.0,2019-08-15 03:19:01,+0000,,@JaneidyEve @SpaceX Not yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1161839684466532352,[],[],0,,False,1154,55,54,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4404,1161834318588608512,1161834318588608512,1565837862000.0,2019-08-15 02:57:42,+0000,,fyi,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1161834318588608512,[],[],0,,False,68351,1225,7795,https://twitter.com/fermatslibrary/status/1161614701656252417,None,,,,,,,[],,,, +4405,1161799400689000448,1161797541664399360,1565829536000.0,2019-08-15 00:38:56,+0000,,@justpaulinelol 🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1161799400689000448,[],[],0,,False,2763,34,32,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +4406,1161797541664399360,1161797541664399360,1565829093000.0,2019-08-15 00:31:33,+0000,,heh heh https://t.co/UbHul2wgjM,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1161797541664399360,[],['https://pbs.twimg.com/media/EB-IsSbVUAAGHpI.jpg'],1,https://pbs.twimg.com/media/EB-IsSbVUAAGHpI.jpg,False,164234,1668,18935,,None,,,,,,,[],,,, +4407,1161532612210515968,1161525505386012672,1565765929000.0,2019-08-14 06:58:49,+0000,,@acf3301 True,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1161532612210515968,[],[],0,,False,4491,60,69,,None,,,,,,,[],,,, +4408,1161525505386012672,1161525505386012672,1565764235000.0,2019-08-14 06:30:35,+0000,,No but srsly don’t do it https://t.co/6kXAdGwWsC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1161525505386012672,[],['https://pbs.twimg.com/media/EB6RShUWwAAQ5Nw.jpg'],1,https://pbs.twimg.com/media/EB6RShUWwAAQ5Nw.jpg,False,186883,1913,19011,,None,,,,,,,[],,,, +4409,1161307112376373251,1161306944809906176,1565712166000.0,2019-08-13 16:02:46,+0000,,@C3LT_Games Roughly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1161307112376373251,[],[],0,,False,673,49,19,,None,,,,,,,"[{'screen_name': 'C3LT_Games', 'name': 'C3LT', 'id': '1111004268339843072'}]",,,, +4410,1160639760219566080,1160635070333374464,1565553057000.0,2019-08-11 19:50:57,+0000,,@Kristennetten @tesla_truth Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1160639760219566080,[],[],0,,False,1203,92,36,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +4411,1160638254141431808,1160635070333374464,1565552698000.0,2019-08-11 19:44:58,+0000,,@tesla_truth Possibly two weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1160638254141431808,[],[],0,,False,936,58,32,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +4412,1160637748199301120,1160637748199301120,1565552577000.0,2019-08-11 19:42:57,+0000,,Try playing Powerglide in your Tesla at volume 11 https://t.co/FCDc6wYvIr,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1160637748199301120,['https://open.spotify.com/track/1BuZAIO8WZpavWVbbq3Lci?si=YUalSJxlT7i99etvKiJJew'],[],0,,False,18186,845,2019,,None,,,,,,,[],,,, +4413,1160635501088346113,1160635070333374464,1565552041000.0,2019-08-11 19:34:01,+0000,,@danielinhodu83 Working on upgrades to Sentry …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1160635501088346113,[],[],0,,False,1482,80,49,,None,,,,,,,"[{'screen_name': 'danielinhodu83', 'name': 'Monte Daniel', 'id': '222401260'}]",,,, +4414,1160635253448306688,1160635072145477634,1565551982000.0,2019-08-11 19:33:02,+0000,,@GrizzlyAustin @Tesla No plans to introduce air suspension on Model 3 at this time,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1160635253448306688,[],[],0,,False,696,57,26,,None,,,,,,,"[{'screen_name': 'GrizzlyAustin', 'name': 'Austin Greeley', 'id': '574529448'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4415,1160635070333374464,1160635070333374464,1565551938000.0,2019-08-11 19:32:18,+0000,,"Watching a movie on Tesla V10.0 is great, in large part due to the sound system",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1160635070333374464,[],[],0,,False,12635,646,662,https://twitter.com/TeslaNY/status/1160396658003329024,None,,,,,,,[],,,, +4416,1160254295981215745,1160250998163509248,1565461155000.0,2019-08-10 18:19:15,+0000,,@HarryStoltz1 @HardcoreHistory Obviously needed,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1160254295981215745,[],[],0,,False,6958,191,757,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +4417,1160253730538700801,1160250998163509248,1565461020000.0,2019-08-10 18:17:00,+0000,,@HardcoreHistory He would our first openly goth president. I think this is very important.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1160253730538700801,[],[],0,,False,11087,199,1261,,None,,,,,,,"[{'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +4418,1160253482424684544,1160250998163509248,1565460961000.0,2019-08-10 18:16:01,+0000,,@HardcoreHistory I support Yang,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1160253482424684544,[],[],0,,False,93457,1749,17762,,None,,,,,,,"[{'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +4419,1160002098009784320,1159999649601613824,1565401026000.0,2019-08-10 01:37:06,+0000,,@SteveHamel16 @slashdot When Opportunity knocks …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1160002098009784320,[],[],0,,False,1738,137,78,,None,,,,,,,"[{'screen_name': 'SteveHamel16', 'name': ""🚀 🐉 Don't Bet Against Elon 🐉🚀"", 'id': '999632398525530114'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +4420,1160001712347725825,1159902588138975233,1565400934000.0,2019-08-10 01:35:34,+0000,,Passing fad. Like steam engines. They look cool in a museum.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1160001712347725825,[],[],0,,False,30879,968,1270,,None,,,,,,,[],,,, +4421,1160000829014732800,1159999649601613824,1565400724000.0,2019-08-10 01:32:04,+0000,,@slashdot Because our universe is actually a microverse in a miniverse. We probably just power someone’s brake lights. https://t.co/0jgPXfsRpJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1160000829014732800,['https://m.youtube.com/watch?v=JtgQskSb4QY'],[],0,,False,8933,261,893,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +4422,1159969922476232705,1159961700210225153,1565393355000.0,2019-08-09 23:29:15,+0000,,"@EcoHeliGuy @marstronauts @Erdayastronaut Will be needed for sure. Bandwidth, no problem, latency is a challenge 🤣🤣",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159969922476232705,[],[],0,,False,1149,90,43,,None,,,,,,,"[{'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}, {'screen_name': 'marstronauts', 'name': 'Marstronauts', 'id': '1075831213074583552'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4423,1159969069740597248,1159961700210225153,1565393152000.0,2019-08-09 23:25:52,+0000,,"@bluemoondance74 @Erdayastronaut @SpaceX Just spoke with FAA, so hopefully yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159969069740597248,[],[],0,,False,1212,39,52,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4424,1159968409947234304,1159961700210225153,1565392994000.0,2019-08-09 23:23:14,+0000,,"@Erdayastronaut @SpaceX Thanks. Starship, which aspires to be fully & immediately reusable in super heavy class, is a truly 🥜🚀. Even though I’m immersed in Starship/Raptor design & build 7 days/week, it still doesn’t feel real.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159968409947234304,[],[],0,,False,2511,99,136,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4425,1159965968379985920,1159961700210225153,1565392412000.0,2019-08-09 23:13:32,+0000,,"@ajtourville @marstronauts @Erdayastronaut Approx min payload to Mars to nearest order of magnitude, so at $100k/ton, cost would be $100B",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159965968379985920,[],[],0,,False,797,47,28,,None,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX 🚀', 'id': '874776246592430080'}, {'screen_name': 'marstronauts', 'name': 'Marstronauts', 'id': '1075831213074583552'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4426,1159965166420652032,1159845624004505602,1565392221000.0,2019-08-09 23:10:21,+0000,,"@Tesla Powerwall doesn’t need solar panels, but will work fine with both Tesla & non-Tesla solar panels",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159965166420652032,[],[],0,,False,16444,293,580,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4427,1159964622247485440,1159845624004505602,1565392091000.0,2019-08-09 23:08:11,+0000,,@TTVBaconz @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159964622247485440,[],[],0,,False,796,14,19,,None,,,,,,,"[{'screen_name': 'TTVBaconz', 'name': 'Mr.Baconz', 'id': '4745817174'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4428,1159964499975135232,1159961700210225153,1565392062000.0,2019-08-09 23:07:42,+0000,,@marstronauts @Erdayastronaut Between $100B and $10T,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159964499975135232,[],[],0,,False,817,51,47,,None,,,,,,,"[{'screen_name': 'marstronauts', 'name': 'Marstronauts', 'id': '1075831213074583552'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4429,1159964219069980672,1159961700210225153,1565391995000.0,2019-08-09 23:06:35,+0000,,@Erdayastronaut Amazing work over many years by SpaceX engineering/production/launch teams to get (almost) there,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159964219069980672,[],[],0,,False,1492,39,63,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4430,1159963941050572800,1159961700210225153,1565391929000.0,2019-08-09 23:05:29,+0000,,@Erdayastronaut For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159963941050572800,[],[],0,,False,973,34,14,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4431,1159963432466075648,1159961700210225153,1565391808000.0,2019-08-09 23:03:28,+0000,,@Erdayastronaut Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1159963432466075648,[],[],0,,False,1326,46,32,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4432,1159960863119269888,1159902588138975233,1565391195000.0,2019-08-09 22:53:15,+0000,,@justpaulinelol Might take a bit longer to get through regulatory approvals. Likely September.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1159960863119269888,[],[],0,,False,687,23,21,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +4433,1159902588138975233,1159902588138975233,1565377301000.0,2019-08-09 19:01:41,+0000,,Gas cars are so last-century!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1159902588138975233,[],[],0,,False,51898,1636,3927,https://twitter.com/InsideEVs/status/1159828206406553600,None,,,,,,,[],,,, +4434,1159880891881013248,1159727724287520768,1565372128000.0,2019-08-09 17:35:28,+0000,,@chiledaniel Priority / early access will be automatic for all owners with FSD,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1159880891881013248,[],[],0,,False,1166,109,67,,None,,,,,,,"[{'screen_name': 'chiledaniel', 'name': 'Daniel Mendez', 'id': '152413914'}]",,,, +4435,1159736372229332992,1159727724287520768,1565337672000.0,2019-08-09 08:01:12,+0000,,"@DavidPereiro @Kristennetten @joost_akker @bobjouy We’re accelerating opening up configurator/order page for more countries. Sorry, lot on our plate!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1159736372229332992,[],[],0,,False,996,41,36,,None,,,,,,,"[{'screen_name': 'DavidPereiro', 'name': 'David Pereiro', 'id': '345569593'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'joost_akker', 'name': 'Joost van den Akker', 'id': '157971197'}, {'screen_name': 'bobjouy', 'name': 'Bob Jouy', 'id': '284937554'}]",,,, +4436,1159734177085870081,1159727724287520768,1565337149000.0,2019-08-09 07:52:29,+0000,,"@Kristennetten @joost_akker @bobjouy Probably every 2 to 4 months, depending on how much progress we make",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1159734177085870081,[],[],0,,False,701,53,29,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'joost_akker', 'name': 'Joost van den Akker', 'id': '157971197'}, {'screen_name': 'bobjouy', 'name': 'Bob Jouy', 'id': '284937554'}]",,,, +4437,1159733781101629440,1159727724287520768,1565337054000.0,2019-08-09 07:50:54,+0000,,@HeyMarkL Video is amazing with the Tesla sound system. Will include Caraoke!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1159733781101629440,[],[],0,,False,1653,75,82,,None,,,,,,,"[{'screen_name': 'HeyMarkL', 'name': 'Mark Linsangan', 'id': '37261200'}]",,,, +4438,1159732678024781824,1159727724287520768,1565336791000.0,2019-08-09 07:46:31,+0000,,@joost_akker @bobjouy FSD owners will get priority in the upload queue,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1159732678024781824,[],[],0,,False,960,41,26,,None,,,,,,,"[{'screen_name': 'joost_akker', 'name': 'Joost van den Akker', 'id': '157971197'}, {'screen_name': 'bobjouy', 'name': 'Bob Jouy', 'id': '284937554'}]",,,, +4439,1159730487335641088,1159727724287520768,1565336269000.0,2019-08-09 07:37:49,+0000,,@bobjouy Thanks for reminding me. Will rectify.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1159730487335641088,[],[],0,,False,1230,50,25,,None,,,,,,,"[{'screen_name': 'bobjouy', 'name': 'Bob Jouy', 'id': '284937554'}]",,,, +4440,1159728177423384576,1159727724287520768,1565335718000.0,2019-08-09 07:28:38,+0000,,@Some1gee Tons of fun!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1159728177423384576,[],[],0,,False,1472,65,41,,None,,,,,,,"[{'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}]",,,, +4441,1159727724287520768,1159727724287520768,1565335610000.0,2019-08-09 07:26:50,+0000,,Tesla software V10 is lookin real good! Releasing to early access list soon …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1159727724287520768,[],[],0,,False,32105,981,1347,,None,,,,,,,[],,,, +4442,1159723252907778049,1159721127436005377,1565334544000.0,2019-08-09 07:09:04,+0000,,@greenenergyluv @cleantechnica 🤔,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1159723252907778049,[],[],0,,False,775,33,21,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +4443,1159657251314884608,1159629807555993600,1565318808000.0,2019-08-09 02:46:48,+0000,,@marialauraadr @vincent13031925 Pot kettle 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1159657251314884608,[],[],0,,False,770,52,29,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +4444,1159657148332167168,1159629807555993600,1565318784000.0,2019-08-09 02:46:24,+0000,,"@DisruptResearch @vincent13031925 Don’t know enough about George’s company, but it sounds like he’s focused on a machine vision approach, which is the only general solution imo",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1159657148332167168,[],[],0,,False,786,28,21,,None,,,,,,,"[{'screen_name': 'DisruptResearch', 'name': 'Disruption Research', 'id': '1096592269849837568'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +4445,1159655968369565696,1159629807555993600,1565318502000.0,2019-08-09 02:41:42,+0000,,"@vincent13031925 Yeah, George is a little nuts, but I like him & he often has interesting things to say",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1159655968369565696,[],[],0,,False,1292,58,51,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +4446,1159631646351454208,1159422772814200837,1565312704000.0,2019-08-09 01:05:04,+0000,,@JaneidyEve @Teslarati No sooner than a week. Working approvals with FAA.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1159631646351454208,[],[],0,,False,1101,52,57,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4447,1159630890026188800,1159422772814200837,1565312523000.0,2019-08-09 01:02:03,+0000,,"@Teslarati Wouldn’t read too much into this. Likely to be fewer F9/FH flights, but possibly an order of magnitude more than these numbers in Starship flights.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1159630890026188800,[],[],0,,False,4547,91,162,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4448,1159629807555993600,1159629807555993600,1565312265000.0,2019-08-09 00:57:45,+0000,,Thanks George!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1159629807555993600,[],[],0,,False,11284,270,725,https://twitter.com/lexfridman/status/1159494489171513345,None,,,,,,,[],,,, +4449,1159539917837307904,1159531884033875968,1565290834000.0,2019-08-08 19:00:34,+0000,,"@brunosilva @vincent13031925 @ResidentSponge @Teslarati @Tesla We’re working with EU regulators to improve rules. Spirit of rules is correct, but exact language doesn’t quite align with spirit. Navigate on Autopilot working well in rest of world.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1159539917837307904,[],[],0,,False,920,69,61,,None,,,,,,,"[{'screen_name': 'brunosilva', 'name': 'Bruno Silva', 'id': '15696615'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4450,1159355216262660096,1159134604059656192,1565246797000.0,2019-08-08 06:46:37,+0000,,@cleantechnica But actual road data is what matters most https://t.co/q44lsjJZZa,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1159355216262660096,['https://www.tesla.com/VehicleSafetyReport'],[],0,,False,4898,139,274,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +4451,1159351633265827840,1159104648046886915,1565245943000.0,2019-08-08 06:32:23,+0000,,"@HarryStoltz1 @Sofiaan @IIHS_autosafety @atj721 Ultimately, however, what really matters is empirical safety. Nothing in life is 100% safe, so optimal figure of merit is how many millions of miles/km per accident.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1159351633265827840,[],[],0,,False,712,38,41,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'IIHS_autosafety', 'name': 'IIHS', 'id': '159199503'}, {'screen_name': 'atj721', 'name': 'Paul Fosse Tires 10X🔋', 'id': '84671851'}]",,,, +4452,1159348472958427136,1159104648046886915,1565245190000.0,2019-08-08 06:19:50,+0000,,"@HarryStoltz1 @Sofiaan @IIHS_autosafety @atj721 Good question. NHTSA is great for fundamental structural safety, except for unbelted front passenger occupant factor. Very rare these days for front passenger to be unbelted. NCAP also great, but there are some weird headlight angle factors. Super inside baseball stuff …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1159348472958427136,[],[],0,,False,618,18,26,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'IIHS_autosafety', 'name': 'IIHS', 'id': '159199503'}, {'screen_name': 'atj721', 'name': 'Paul Fosse Tires 10X🔋', 'id': '84671851'}]",,,, +4453,1159344840657608705,1159104648046886915,1565244324000.0,2019-08-08 06:05:24,+0000,,@Sofiaan @IIHS_autosafety @atj721 Well said!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1159344840657608705,[],[],0,,False,425,16,20,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'IIHS_autosafety', 'name': 'IIHS', 'id': '159199503'}, {'screen_name': 'atj721', 'name': 'Paul Fosse Tires 10X🔋', 'id': '84671851'}]",,,, +4454,1158997677117329409,1158968745227780096,1565161554000.0,2019-08-07 07:05:54,+0000,,@bluemoondance74 @Erdayastronaut Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1158997677117329409,[],[],0,,False,1596,60,25,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4455,1158996345677438977,1158968745227780096,1565161236000.0,2019-08-07 07:00:36,+0000,,🎶 Strangers in the Night 🎶 https://t.co/9ZURElJxJQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1158996345677438977,['https://m.youtube.com/watch?v=h5h_EW4odWw'],[],0,,False,15072,516,761,,None,,,,,,,[],,,, +4456,1158981487170953216,1158968745227780096,1565157694000.0,2019-08-07 06:01:34,+0000,,@Erdayastronaut Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1158981487170953216,[],[],0,,False,3583,78,46,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4457,1158968745227780096,1158968745227780096,1565154656000.0,2019-08-07 05:10:56,+0000,,Rocket fairing falling from space (higher res) https://t.co/sa1j10qAWi,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1158968745227780096,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1158968673836519424/pu/img/7Iv8xT3u9epjWR1A.jpg,False,98306,1496,10870,,None,,,,,,,[],,,, +4458,1158901207965954048,1158901207965954048,1565138553000.0,2019-08-07 00:42:33,+0000,,And @JayLeno really knows cars! https://t.co/QN3x0UzP4v,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1158901207965954048,['https://www.cnbc.com/2019/08/06/jay-leno-on-tesla-electric-cars-are-the-future.html'],[],0,,False,14254,426,1272,,None,,,,,,,[],,,, +4459,1158899839456800769,1158899839456800769,1565138227000.0,2019-08-07 00:37:07,+0000,,Rocket fairing falls from space & is caught by Ms Tree boat https://t.co/nJv0Ry1iKk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1158899839456800769,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1158899801712238592/pu/img/H2na5yQxPbdJHnGY.jpg,False,72425,1285,8708,,None,,,,,,,[],,,, +4460,1158894877733580800,1158891679614558210,1565137044000.0,2019-08-07 00:17:24,+0000,,"Fairing caught, video posting soon",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1158894877733580800,[],[],0,,False,16092,259,505,,None,,,,,,,[],,,, +4461,1158891679614558210,1158891679614558210,1565136282000.0,2019-08-07 00:04:42,+0000,,Hoping to catch the fairing in a few mins,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1158891679614558210,[],[],0,,False,19511,289,803,https://twitter.com/SpaceX/status/1158878301936484353,None,,,,,,,[],,,, +4462,1158631714706427904,1158309825815699456,1565074301000.0,2019-08-06 06:51:41,+0000,,"@Erdayastronaut Race to orbit by both teams, although a success by both in close proximity would be amazing & each would count as a win",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1158631714706427904,[],[],0,,False,2201,73,103,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4463,1158595570451095552,1158309825815699456,1565065684000.0,2019-08-06 04:28:04,+0000,,@HarryStoltz1 @ShorealoneFilms Details coming at Starship update,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1158595570451095552,[],[],0,,False,960,49,34,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'ShorealoneFilms', 'name': 'Matt Hartman', 'id': '209681820'}]",,,, +4464,1158593599535140864,1158309825815699456,1565065214000.0,2019-08-06 04:20:14,+0000,,"@HarryStoltz1 @ShorealoneFilms Not in current plans, but that may change",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1158593599535140864,[],[],0,,False,475,27,19,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'ShorealoneFilms', 'name': 'Matt Hartman', 'id': '209681820'}]",,,, +4465,1158592581862752256,1158309825815699456,1565064971000.0,2019-08-06 04:16:11,+0000,,@kulpability No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1158592581862752256,[],[],0,,False,807,34,20,,None,,,,,,,"[{'screen_name': 'kulpability', 'name': 'Viscountess of Shrugsbury', 'id': '950471510266871810'}]",,,, +4466,1158592491110535170,1158309825815699456,1565064950000.0,2019-08-06 04:15:50,+0000,,"@ShorealoneFilms Vandenberg is great for polar orbits. Will still play an important role long-term, but 80%+ will be eastward.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1158592491110535170,[],[],0,,False,469,17,24,,None,,,,,,,"[{'screen_name': 'ShorealoneFilms', 'name': 'Matt Hartman', 'id': '209681820'}]",,,, +4467,1158590084280549376,1158309825815699456,1565064376000.0,2019-08-06 04:06:16,+0000,,"Great progress by Starship Cape team. Started several months behind, but catching up fast. This will be a super fun race to orbit, moon & Mars!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1158590084280549376,[],[],0,,False,10664,260,450,,None,,,,,,,[],,,, +4468,1158584208236793857,1158576658305212416,1565062975000.0,2019-08-06 03:42:55,+0000,,"@cleantechnica So much drama & good times too! Maybe worth a book one day, but would come at expense of 🚀 & 🚘 & 🧠.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1158584208236793857,[],[],0,,False,15640,481,543,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +4469,1158310224664715266,1158309825815699456,1564997652000.0,2019-08-05 09:34:12,+0000,,Headed to Starship Cape Canaveral build site today,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1158310224664715266,[],[],0,,False,23525,386,622,,None,,,,,,,[],,,, +4470,1158309825815699456,1158309825815699456,1564997557000.0,2019-08-05 09:32:37,+0000,,Just left Starship Texas build site. Very proud of progress SpaceX team has made! Pics are of 9m dome rotation & Starship airframe behind windbreak. https://t.co/1cmOzkPlkn,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1158309825815699456,[],"['https://pbs.twimg.com/media/EBMko5ZW4AIW_Fb.jpg', 'https://pbs.twimg.com/media/EBMko5IXoAAXq1y.jpg', 'https://pbs.twimg.com/media/EBMko5JWsAAmTIW.jpg', 'https://pbs.twimg.com/media/EBMko5IWsAElsfB.jpg']",1,https://pbs.twimg.com/media/EBMko5ZW4AIW_Fb.jpg,False,45671,782,3043,,None,,,,,,,[],,,, +4471,1158145938533359616,1158145938533359616,1564958483000.0,2019-08-04 22:41:23,+0000,,Lyft/Uber/taxi drivers are expert Tesla advocates. Thanks for your support!! https://t.co/coIzNY5QOO,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1158145938533359616,['https://www.businessinsider.com/tesla-model-3-best-features-learned-after-first-ride-2019-8'],[],0,,False,15171,573,984,,None,,,,,,,[],,,, +4472,1158023377078116352,1158016541436317697,1564929262000.0,2019-08-04 14:34:22,+0000,,@janvesp @SciGuySpace Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1158023377078116352,[],[],0,,False,1086,69,32,,None,,,,,,,"[{'screen_name': 'janvesp', 'name': 'Jan', 'id': '2771331905'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4473,1158023033619189761,1158016541436317697,1564929180000.0,2019-08-04 14:33:00,+0000,,@SciGuySpace Progress is accelerating,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1158023033619189761,[],[],0,,False,9187,138,295,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4474,1157972610761789441,1157972602205462528,1564917159000.0,2019-08-04 11:12:39,+0000,,Queen 🐝 https://t.co/InE4OIu9kL,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1157972610761789441,[],['https://pbs.twimg.com/media/EBHx8tUXsAU25e0.jpg'],1,https://pbs.twimg.com/media/EBHx8tUXsAU25e0.jpg,False,130462,1515,15407,,None,,,,,,,[],,,, +4475,1157972602205462528,1157972602205462528,1564917157000.0,2019-08-04 11:12:37,+0000,,Teletub 🐝 https://t.co/Vj4xtIyQ5S,et,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1157972602205462528,[],['https://pbs.twimg.com/media/EBHx8L1WwAA1uQi.jpg'],1,https://pbs.twimg.com/media/EBHx8L1WwAA1uQi.jpg,False,109872,1376,9450,,None,,,,,,,[],,,, +4476,1157963838265995264,1157932403635228672,1564915067000.0,2019-08-04 10:37:47,+0000,,@senjam777 @baconmashwbs Workin on it. One of my boys maybe gonna make this here candy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157963838265995264,[],[],0,,False,653,49,32,,None,,,,,,,"[{'screen_name': 'baconmashwbs', 'name': 'baconmashwbrownsugar', 'id': '1055659676245741569'}]",,,, +4477,1157961997830561793,1157961997830561793,1564914628000.0,2019-08-04 10:30:28,+0000,,“am … 🐝 guity” 🧐,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157961997830561793,[],[],0,,False,33566,1161,1848,,None,,,,,,,[],,,, +4478,1157959276578709504,1157953453341270016,1564913980000.0,2019-08-04 10:19:40,+0000,,@IamEvilVictor It’s all about branding https://t.co/C4uMF5cCdC,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157959276578709504,[],['https://pbs.twimg.com/media/EBHluotXsAEJ-dv.jpg'],1,https://pbs.twimg.com/media/EBHluotXsAEJ-dv.jpg,False,876,44,40,,None,,,,,,,"[{'screen_name': 'IamEvilVictor', 'name': 'ᗧ••• Evil Victor •••ᗣ', 'id': '1043706678363938816'}]",,,, +4479,1157957154600566786,1157953453341270016,1564913474000.0,2019-08-04 10:11:14,+0000,,@tenormasta @flcnhvy The best guide by far!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157957154600566786,[],[],0,,False,1879,30,27,,None,,,,,,,"[{'screen_name': 'tenormasta', 'name': '̶F̶r̶a̶n̶ç̶o̶i̶s̶ ̶P̶i̶e̶r̶r̶e̶ ̶', 'id': '151397620'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4480,1157956882696474656,1157953453341270016,1564913409000.0,2019-08-04 10:10:09,+0000,,@padgeuk Will Dojo to be the difference,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157956882696474656,[],[],0,,False,694,20,22,,None,,,,,,,"[{'screen_name': 'padgeuk', 'name': 'Padge', 'id': '19913506'}]",,,, +4481,1157956508887519232,1157953453341270016,1564913320000.0,2019-08-04 10:08:40,+0000,,@flcnhvy That is a great guide 👍,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157956508887519232,[],[],0,,False,2539,25,28,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4482,1157955776704581632,1157953453341270016,1564913145000.0,2019-08-04 10:05:45,+0000,,@SteveH8960 philosophically,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157955776704581632,[],[],0,,False,825,26,24,,None,,,,,,,"[{'screen_name': 'SteveH8960', 'name': 'SHuknowho', 'id': '225763743'}]",,,, +4483,1157955353268621312,1157953453341270016,1564913044000.0,2019-08-04 10:04:04,+0000,,"His name is Eric, of course",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157955353268621312,[],[],0,,False,49764,645,1248,,None,,,,,,,[],,,, +4484,1157954982215389184,1157953453341270016,1564912956000.0,2019-08-04 10:02:36,+0000,,@isacan2358 It’s about time I suppose,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157954982215389184,[],[],0,,False,1658,32,24,,None,,,,,,,[],,,, +4485,1157954787926773760,1157954370430033920,1564912909000.0,2019-08-04 10:01:49,+0000,,@banQuo__ Mad skillz,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1157954787926773760,[],[],0,,False,1188,14,38,,None,,,,,,,"[{'screen_name': 'banQuo__', 'name': 'Mr Burns [Ovum Anni]', 'id': '189783274'}]",,,, +4486,1157953996465872896,1157953864382984193,1564912721000.0,2019-08-04 09:58:41,+0000,,@SamiKandell Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1157953996465872896,[],[],0,,False,593,7,16,,None,,,,,,,"[{'screen_name': 'SamiKandell', 'name': 'Sami Kandell', 'id': '4615438997'}]",,,, +4487,1157953453341270016,1157953453341270016,1564912591000.0,2019-08-04 09:56:31,+0000,,A US 🐝 https://t.co/WEvAwY465n,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1157953453341270016,[],['https://pbs.twimg.com/media/EBHgduDWkAA6cO2.jpg'],1,https://pbs.twimg.com/media/EBHgduDWkAA6cO2.jpg,False,161165,1636,19086,,None,,,,,,,[],,,, +4488,1157933851727056896,1157932403635228672,1564907918000.0,2019-08-04 08:38:38,+0000,,Fred Astaire & Ginger Rogers👌,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1157933851727056896,[],[],0,,False,7611,227,171,,None,,,,,,,[],,,, +4489,1157933372381024256,1157932403635228672,1564907803000.0,2019-08-04 08:36:43,+0000,,@acflores91 True,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1157933372381024256,[],[],0,,False,993,13,22,,None,,,,,,,[],,,, +4490,1157932403635228672,1157932403635228672,1564907573000.0,2019-08-04 08:32:53,+0000,,I ♥️ Top Hat https://t.co/IcrlCErQWW,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1157932403635228672,['https://m.youtube.com/watch?v=kXrLw-DRH2g'],[],0,,False,10574,412,350,,None,,,,,,,[],,,, +4491,1157931117007314945,1157930997104558081,1564907266000.0,2019-08-04 08:27:46,+0000,,@PatrickLac007 It finally almost doesn’t suck,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1157931117007314945,[],[],0,,False,1146,87,54,,None,,,,,,,"[{'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}]",,,, +4492,1157898491122847745,1157898491122847745,1564899487000.0,2019-08-04 06:18:07,+0000,,🐝 all u can 🐝,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1157898491122847745,[],[],0,,False,197129,3095,46886,,None,,,,,,,[],,,, +4493,1157897864024133632,1157596598727315456,1564899338000.0,2019-08-04 06:15:38,+0000,,"@keatonmiller93 @newscientist Oh my, what a dashingly handsome hat you have!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1157897864024133632,[],[],0,,False,1044,42,38,,None,,,,,,,"[{'screen_name': 'keatonmiller93', 'name': 'Keaton Miller🇨🇦', 'id': '777394523445964800'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +4494,1157896377462087682,1157596598727315456,1564898983000.0,2019-08-04 06:09:43,+0000,,@newscientist The lost art of entomological haberdashery & millinery …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1157896377462087682,[],[],0,,False,933,50,38,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +4495,1157895520528019457,1157596598727315456,1564898779000.0,2019-08-04 06:06:19,+0000,,@newscientist I dare say that 🐝 could use a nice 🎩 https://t.co/3NPn1dmUXj,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1157895520528019457,['https://www.reddit.com/r/FakeBeesRealTopHats/'],[],0,,False,2948,56,97,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +4496,1157870760427438080,1157849370588581890,1564892876000.0,2019-08-04 04:27:56,+0000,,"@SciGuySpace Yes, detailed review of the first orbital Starship, explaining the pros & cons of each design decision",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1157870760427438080,[],[],0,,False,4639,99,218,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4497,1157845783963668480,1157819926532501504,1564886921000.0,2019-08-04 02:48:41,+0000,,@NASA @NASAJuno We are tiny,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1157845783963668480,[],[],0,,False,24471,734,1600,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'NASAJuno', 'name': ""NASA's Juno Mission"", 'id': '19789439'}]",,,, +4498,1157820736582688773,1157631860555624449,1564880949000.0,2019-08-04 01:09:09,+0000,,"@JaneidyEve @justpaulinelol @EvaFoxU @SpaceX Very convincing! Ok, Boca it is. We should have Starship Mk1 with 3 Raptors almost ready to fly by then.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1157820736582688773,[],[],0,,False,2832,117,204,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4499,1157808672648683520,1157631860555624449,1564878073000.0,2019-08-04 00:21:13,+0000,,@SIMOZT1 @justpaulinelol @EvaFoxU @SpaceX I would’ve been bankrupt too. Unlikely investors would have funded a second attempt.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1157808672648683520,[],[],0,,False,1318,79,50,,None,,,,,,,"[{'screen_name': 'SIMOZT1', 'name': 'MOHAMED ZHIRI', 'id': '2498227261'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4500,1157804435650809856,1157631860555624449,1564877063000.0,2019-08-04 00:04:23,+0000,,@justpaulinelol @EvaFoxU @SpaceX Relief,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1157804435650809856,[],[],0,,False,793,27,17,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4501,1157804266616217601,1157374668153774085,1564877022000.0,2019-08-04 00:03:42,+0000,,"@Sofiaan @Lindowitz @Tesla Ok, will discuss with team",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1157804266616217601,[],[],0,,False,969,50,28,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Lindowitz', 'name': 'CRL', 'id': '22543223'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4502,1157803684513878017,1157374668153774085,1564876883000.0,2019-08-04 00:01:23,+0000,,@Lindowitz @Tesla Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1157803684513878017,[],[],0,,False,687,16,19,,None,,,,,,,"[{'screen_name': 'Lindowitz', 'name': 'CRL', 'id': '22543223'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4503,1157802579872669696,1157374668153774085,1564876620000.0,2019-08-03 23:57:00,+0000,,"@Tesla Also, you can request any service from the Tesla phone app in under a minute",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1157802579872669696,[],[],0,,False,8421,298,240,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4504,1157801794069827584,1157631860555624449,1564876433000.0,2019-08-03 23:53:53,+0000,,"@justpaulinelol @EvaFoxU @SpaceX August 24th, either at Cape Canaveral or Boca Chica",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1157801794069827584,[],[],0,,False,1788,61,171,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4505,1157799488817369088,1157631860555624449,1564875883000.0,2019-08-03 23:44:43,+0000,,"@EvaFoxU @SpaceX That was our last chance to reach orbit. If it had failed, SpaceX would have died.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1157799488817369088,[],[],0,,False,21711,253,987,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4506,1157541864288866304,1157491466001735680,1564814461000.0,2019-08-03 06:41:01,+0000,,@sara_boutall @vincent13031925 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1157541864288866304,[],[],0,,False,1139,84,32,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +4507,1157541685980610560,1157491466001735680,1564814418000.0,2019-08-03 06:40:18,+0000,,@vincent13031925 Will also be launching The Boring Company China on this trip,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1157541685980610560,[],[],0,,False,13150,299,492,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +4508,1157390854991912960,1157381135216848896,1564778457000.0,2019-08-02 20:40:57,+0000,,@LobbycastGeoff @teslamodel3fan @Tesla Good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1157390854991912960,[],[],0,,False,788,56,31,,None,,,,,,,"[{'screen_name': 'teslamodel3fan', 'name': 'Tesla Model 3 Fan', 'id': '3532426698'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4509,1157375321139642368,1157033016558084114,1564774754000.0,2019-08-02 19:39:14,+0000,,@DrAlahbabi @Space_Station @SpaceX @NASA @esa @roscosmos @csa_asc @JAXA_en @ISS_CASIS @ISS_Research You’re most welcome!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1157375321139642368,[],[],0,,False,739,22,30,,None,,,,,,,"[{'screen_name': 'DrAlahbabi', 'name': 'Dr.Mohammed AlAhbabi', 'id': '469033120'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'esa', 'name': 'ESA', 'id': '21436960'}, {'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}, {'screen_name': 'csa_asc', 'name': 'Canadian Space Agency', 'id': '93714983'}, {'screen_name': 'JAXA_en', 'name': 'JAXA(Japan Aerospace Exploration Agency)', 'id': '104989762'}, {'screen_name': 'ISS_CASIS', 'name': 'ISS National Lab', 'id': '188046098'}, {'screen_name': 'ISS_Research', 'name': 'ISS Research', 'id': '189253902'}]",,,, +4510,1157018003935907845,1157018003935907845,1564689563000.0,2019-08-01 19:59:23,+0000,,Fates loves irony https://t.co/T9sMcivKGK,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1157018003935907845,[],['https://pbs.twimg.com/media/EA6NvFzUYAARyoW.jpg'],1,https://pbs.twimg.com/media/EA6NvFzUYAARyoW.jpg,False,260467,1795,46120,,None,,,,,,,[],,,, +4511,1156987753151782915,1156970901897764865,1564682350000.0,2019-08-01 17:59:10,+0000,,"@TeslaClubIN @Yashwanthnadal For other countries, we pay in part for the local factory by selling cars there ahead of time. Also, gives a sense of demand. Current rules in India prevent that, but recent changes in sales tax give hope for future changes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1156987753151782915,[],[],0,,False,2531,137,174,,None,,,,,,,"[{'screen_name': 'TeslaClubIN', 'name': 'Tesla Club India®', 'id': '1103280305580969984'}, {'screen_name': 'Yashwanthnadal', 'name': 'Yashwanth Reddy 🇮🇳', 'id': '900597723098783744'}]",,,, +4512,1156973527385300992,1156973383403352064,1564678959000.0,2019-08-01 17:02:39,+0000,,@hi__hassan Not sure. Will check with my team.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1156973527385300992,[],[],0,,False,594,31,19,,None,,,,,,,"[{'screen_name': 'hi__hassan', 'name': '𝒉𝒂𝒔𝒔𝒂𝒏', 'id': '626509321'}]",,,, +4513,1156971534981799936,1156970901897764865,1564678484000.0,2019-08-01 16:54:44,+0000,,"@Yashwanthnadal I’m told import duties are extremely high (up to 100%), even for electric cars. This would make our cars unaffordable.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1156971534981799936,[],[],0,,False,15122,770,903,,None,,,,,,,"[{'screen_name': 'Yashwanthnadal', 'name': 'Yashwanth Reddy 🇮🇳', 'id': '900597723098783744'}]",,,, +4514,1156970909258829824,1156947017299636224,1564678334000.0,2019-08-01 16:52:14,+0000,,"@SciGuySpace Orbital refilling is vital to humanity’s future in space. More likely spacecraft to spacecraft (as aircraft do aerial refueling), than a dedicated depot, at least at first.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1156970909258829824,[],[],0,,False,3213,119,184,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4515,1156716129810731010,1156715876583800832,1564617590000.0,2019-07-31 23:59:50,+0000,,@rahulsood @Tesla Fixing …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1156716129810731010,[],[],0,,False,3497,154,80,,None,,,,,,,"[{'screen_name': 'rahulsood', 'name': 'Rahul Sood 🦄🐴', 'id': '14118292'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4516,1156671312716111872,1156288146365132801,1564606905000.0,2019-07-31 21:01:45,+0000,,@SciGuySpace Depot haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1156671312716111872,[],[],0,,False,1174,74,44,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4517,1156671168151093249,1156658907663745029,1564606871000.0,2019-07-31 21:01:11,+0000,,@SciGuySpace Mailing Dragon dock with Space Station is much harder than docking with our own ship for refilling. Not a problem.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1156671168151093249,[],[],0,,False,3138,68,88,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4518,1156395375546097664,1156227757258547201,1564541116000.0,2019-07-31 02:45:16,+0000,,@JaneidyEve @SciGuySpace Never thought we’d make it this far,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1156395375546097664,[],[],0,,False,2017,130,92,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4519,1156390129457455104,1156227757258547201,1564539866000.0,2019-07-31 02:24:26,+0000,,@SciGuySpace Ancient times …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1156390129457455104,[],[],0,,False,3886,73,72,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4520,1156005185656782848,1155990435279491074,1564448088000.0,2019-07-30 00:54:48,+0000,,@DMC_Ryan Spooling up production line rapidly. Hoping to manufacture ~1000 solar roofs/week by end of this year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1156005185656782848,[],[],0,,False,2258,242,205,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4521,1155990435279491074,1155990435279491074,1564444571000.0,2019-07-29 23:56:11,+0000,,Tesla Megapack now available for utility-scale energy storage https://t.co/MQMgMkFfNm,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1155990435279491074,['https://www.tesla.com/blog/introducing-megapack-utility-scale-energy-storage?redirect=no?utm_campaign=Utility&utm_source=twitter&utm_medium='],[],0,,False,16552,603,1761,,None,,,,,,,[],,,, +4522,1155578347054723072,1155297377479094273,1564346322000.0,2019-07-28 20:38:42,+0000,,"@Jason Thanks Jason! Super proud to work with such great teams at SpaceX, Tesla, Neuralink and Boring!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1155578347054723072,[],[],0,,False,8384,134,213,,None,,,,,,,"[{'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}]",,,, +4523,1155567236716740608,1155567236716740608,1564343673000.0,2019-07-28 19:54:33,+0000,,Falcon rocket reentry from space with double sonic booms https://t.co/6DDPjcOgQH,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1155567236716740608,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1155567155712147456/pu/img/-Ode-p_FE1Zxd7cK.jpg,False,129815,2585,22995,,None,,,,,,,[],,,, +4524,1155415096387969024,1155415096387969024,1564307400000.0,2019-07-28 09:50:00,+0000,,"Now that Hopper has flown, Starship update probably in two weeks or so.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1155415096387969024,[],[],0,,False,27136,528,1165,,None,,,,,,,[],,,, +4525,1155414118574067713,1155414118574067713,1564307167000.0,2019-07-28 09:46:07,+0000,,Falcon 9 piercing the sound barrier on reentry https://t.co/pMkBaeHVqT,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1155414118574067713,[],['https://pbs.twimg.com/media/EAjbA6xUwAIBf5C.jpg'],1,https://pbs.twimg.com/media/EAjbA6xUwAIBf5C.jpg,False,65455,690,4929,,None,,,,,,,[],,,, +4526,1155396969277222913,1155292876474949632,1564303078000.0,2019-07-28 08:37:58,+0000,,@DannyMekic @DaveMaasland Thanks for letting me know,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1155396969277222913,[],[],0,,False,668,30,20,,None,,,,,,,"[{'screen_name': 'DannyMekic', 'name': 'Danny Mekić', 'id': '15269643'}, {'screen_name': 'DaveMaasland', 'name': 'Dave Maasland', 'id': '1543227630'}]",,,, +4527,1155339759851462656,1155179932474957825,1564289438000.0,2019-07-28 04:50:38,+0000,,@13arm13arm @simonhackett You can,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1155339759851462656,[],[],0,,False,883,81,37,,None,,,,,,,"[{'screen_name': '13arm13arm', 'name': 'ARM', 'id': '389880421'}, {'screen_name': 'simonhackett', 'name': 'Simon Hackett', 'id': '29147082'}]",,,, +4528,1155305821477076992,1155292876474949632,1564281347000.0,2019-07-28 02:35:47,+0000,,@Some1gee Vehicle alert seen show up automatically & enable single touch request for service for that item either from the car screen or mobile app,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1155305821477076992,[],[],0,,False,809,28,30,,None,,,,,,,"[{'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}]",,,, +4529,1155305351291400192,1155292876474949632,1564281234000.0,2019-07-28 02:33:54,+0000,,@Jennerator211 System automatically selects between mobile service & service center appointment. Say prefer mobile in comments to bias. We will add a check box for mobile preferred.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1155305351291400192,[],[],0,,False,926,17,46,,None,,,,,,,"[{'screen_name': 'Jennerator211', 'name': '👠 Lady in red 👠', 'id': '23502725'}]",,,, +4530,1155292876474949632,1155292876474949632,1564278260000.0,2019-07-28 01:44:20,+0000,,Tesla owners can schedule service appointments in under a minute just using their Tesla phone app!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1155292876474949632,[],[],0,,False,25772,734,883,,None,,,,,,,[],,,, +4531,1155292274827247622,1154803309737402368,1564278117000.0,2019-07-28 01:41:57,+0000,,"@thetaylorcav @Tesla We’re working on it. Agreed, Minecraft is high priority. Roblox too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1155292274827247622,[],[],0,,False,3580,122,341,,None,,,,,,,"[{'screen_name': 'thetaylorcav', 'name': 'Taylor', 'id': '4360916966'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4532,1155291719723732992,1155291620079804417,1564277984000.0,2019-07-28 01:39:44,+0000,,@jakekornegay15 Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1155291719723732992,[],[],0,,False,562,34,16,,None,,,,,,,"[{'screen_name': 'jakekornegay15', 'name': 'Jake Kornegay', 'id': '1289075502'}]",,,, +4533,1155291190490570752,1155291020914937856,1564277858000.0,2019-07-28 01:37:38,+0000,,@teslaownersSV Haha probably true (sigh),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1155291190490570752,[],[],0,,False,791,35,24,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +4534,1155290140303953920,1155179932474957825,1564277608000.0,2019-07-28 01:33:28,+0000,,"@justpaulinelol @schristakos @jgrano305 @DMC_Ryan Depends on how release to owners with early access goes, but hopefully wide release by end of August",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1155290140303953920,[],[],0,,False,988,35,48,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'schristakos', 'name': 'St≡v≡n Christakos | My Electric Adventure', 'id': '348862752'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4535,1155288967882788864,1155281957753933829,1564277328000.0,2019-07-28 01:28:48,+0000,,@cleantechnica Tesla Service Centers & a lot more Superchargers coming to Poland later this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1155288967882788864,[],[],0,,False,2604,97,141,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +4536,1155280313901170688,1155179932474957825,1564275265000.0,2019-07-28 00:54:25,+0000,,@redmor11 @schristakos @jgrano305 @DMC_Ryan Will recognize & read all signs for FSD. Focused on traffic lights & stop signs right now. Most are very easy. Difficulty is millions of corner cases.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1155280313901170688,[],[],0,,False,949,64,63,,None,,,,,,,"[{'screen_name': 'redmor11', 'name': 'Redmor11', 'id': '213104292'}, {'screen_name': 'schristakos', 'name': 'St≡v≡n Christakos | My Electric Adventure', 'id': '348862752'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4537,1155279421118402562,1155179932474957825,1564275052000.0,2019-07-28 00:50:52,+0000,,"@schristakos @jgrano305 @DMC_Ryan Hoping to get “Joe Mode” into V10. The default, of course, is normal volume, but selecting “Joe Mode” would lower the volume of strident beeps & chimes by half.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1155279421118402562,[],[],0,,False,1116,38,46,,None,,,,,,,"[{'screen_name': 'schristakos', 'name': 'St≡v≡n Christakos | My Electric Adventure', 'id': '348862752'}, {'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4538,1155277530611380225,1155179932474957825,1564274601000.0,2019-07-28 00:43:21,+0000,,"@annerajb @ATAT137 @DMC_Ryan If not immediately, will be followed shortly in a point release",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1155277530611380225,[],[],0,,False,490,14,22,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'ATAT137', 'name': 'AT', 'id': '591252897'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4539,1155276775812816896,1155179932474957825,1564274422000.0,2019-07-28 00:40:22,+0000,,@jgrano305 @DMC_Ryan Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1155276775812816896,[],[],0,,False,1394,36,38,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4540,1155276705050685440,1155179932474957825,1564274405000.0,2019-07-28 00:40:05,+0000,,@ATAT137 @DMC_Ryan Some,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1155276705050685440,[],[],0,,False,234,11,7,,None,,,,,,,"[{'screen_name': 'ATAT137', 'name': 'AT', 'id': '591252897'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4541,1155276636528320513,1155179932474957825,1564274388000.0,2019-07-28 00:39:48,+0000,,"@eugenelee3 @DMC_Ryan Not currently in V10, but will try",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1155276636528320513,[],[],0,,False,530,14,17,,None,,,,,,,"[{'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4542,1155276257099046913,1155179932474957825,1564274298000.0,2019-07-28 00:38:18,+0000,,"@DMC_Ryan Yes, V10 will include several games & infotainment features, improved highway Autopilot, better traffic light & stop sign recognition & Smart Summon",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1155276257099046913,[],[],0,,False,2319,100,131,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +4543,1155190133064290304,1155179932474957825,1564253764000.0,2019-07-27 18:56:04,+0000,,@AndrewMayne Can’t you just play though phone Bluetooth?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1155190133064290304,[],[],0,,False,1793,70,40,,None,,,,,,,"[{'screen_name': 'AndrewMayne', 'name': 'Andrew Mayne', 'id': '5548212'}]",,,, +4544,1155184195586519040,1155179932474957825,1564252349000.0,2019-07-27 18:32:29,+0000,,"@JeremyGreenlee @TesLatino We’re close, but the magic is in the final details. Maybe 2 to 3 months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1155184195586519040,[],[],0,,False,2696,134,156,,None,,,,,,,"[{'screen_name': 'JeremyGreenlee', 'name': 'Jeremy Greenlee', 'id': '408518319'}, {'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael - Lover, not a hater.', 'id': '989986448295235586'}]",,,, +4545,1155183602616791041,1155179932474957825,1564252207000.0,2019-07-27 18:30:07,+0000,,"@TesLatino Maybe August, not more than a few months",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1155183602616791041,[],[],0,,False,1819,26,50,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}]",,,, +4546,1155181226661052416,1155180131843018753,1564251641000.0,2019-07-27 18:20:41,+0000,,"@ktoddstorch Yeah, feels just like an old school drive in movie experience, but with much better sound",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1155181226661052416,[],[],0,,False,2854,58,50,,None,,,,,,,"[{'screen_name': 'ktoddstorch', 'name': 'K. Todd Storch', 'id': '6044412'}]",,,, +4547,1155180120786608128,1155179932474957825,1564251377000.0,2019-07-27 18:16:17,+0000,,"When full self-driving is approved by regulators, we will enable video while moving",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1155180120786608128,[],[],0,,False,65702,778,3335,,None,,,,,,,[],,,, +4548,1155179932474957825,1155179932474957825,1564251332000.0,2019-07-27 18:15:32,+0000,,"Ability to stream YouTube & Netflix when car is stopped coming to your Tesla soon! Has an amazingly immersive, cinematic feel due to the comfy seats & surround sound audio.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1155179932474957825,[],[],0,,False,114300,2105,8543,,None,,,,,,,[],,,, +4549,1155176099053047809,1154803309737402368,1564250418000.0,2019-07-27 18:00:18,+0000,,"@EvaFoxU @flcnhvy @Tesla Yes, really enjoyed it, although wish she’d made it up to sky city",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1155176099053047809,[],[],0,,False,1140,78,70,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4550,1155151854734462976,1154803309737402368,1564244638000.0,2019-07-27 16:23:58,+0000,,"@flcnhvy @Tesla Unity port is done, so finessing the controls now. Mostly limited by local storage. Will allow additional game storage via USB. Whatever’s most fun!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1155151854734462976,[],[],0,,False,1524,67,59,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4551,1155150871983902720,1154915693114089472,1564244404000.0,2019-07-27 16:20:04,+0000,,@lister6520 @neiltyson And those who weren’t expecting a ternary joke,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1155150871983902720,[],[],0,,False,2021,38,58,,None,,,,,,,"[{'screen_name': 'lister6520', 'name': 'lister6520', 'id': '4706949269'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +4552,1155150344281681920,1154803309737402368,1564244278000.0,2019-07-27 16:17:58,+0000,,@danywhite11 @Tesla Will run v high res at 60 fps. Cuphead doesn’t need 4k.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1155150344281681920,[],[],0,,False,1351,29,30,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4553,1155147649814683648,1154803309737402368,1564243635000.0,2019-07-27 16:07:15,+0000,,@Tesla Cuphead for Tesla coming out in August,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1155147649814683648,[],[],0,,False,21205,471,1316,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4554,1154965196982513665,1154956278914936833,1564200135000.0,2019-07-27 04:02:15,+0000,,@GooseWayneYT Space fairies are real,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1154965196982513665,[],[],0,,False,2275,120,161,,None,,,,,,,[],,,, +4555,1154956375287427072,1154956278914936833,1564198032000.0,2019-07-27 03:27:12,+0000,,Frank Frazetta,is,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1154956375287427072,[],[],0,,False,15879,244,308,,None,,,,,,,[],,,, +4556,1154956278914936833,1154956278914936833,1564198009000.0,2019-07-27 03:26:49,+0000,,Encounter in 88 https://t.co/18ohUrtGQe,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1154956278914936833,[],['https://pbs.twimg.com/media/EAc6m_FVUAIHOOm.jpg'],1,https://pbs.twimg.com/media/EAc6m_FVUAIHOOm.jpg,False,51407,655,3737,,None,,,,,,,[],,,, +4557,1154674872041103360,1154599520711266305,1564130916000.0,2019-07-26 08:48:36,+0000,,Drone cam https://t.co/gVdMrMgUZq,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1154674872041103360,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1154674801882963968/pu/img/DsJJbGesO-MYlcGf.jpg,False,37750,665,3649,,None,,,,,,,[],,,, +4558,1154670279680880640,1154599520711266305,1564129822000.0,2019-07-26 08:30:22,+0000,,@yousuck2020 Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1154670279680880640,[],[],0,,False,1947,45,43,,None,,,,,,,"[{'screen_name': 'yousuck2020', 'name': '前澤友作┃お金贈りおじさん', 'id': '137857547'}]",,,, +4559,1154629726914220032,1154599520711266305,1564120153000.0,2019-07-26 05:49:13,+0000,,Engine cam https://t.co/3cWHU50353,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1154629726914220032,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1154629690486743041/pu/img/U2h1Oc-MBo4FnDgx.jpg,False,59926,924,5898,,None,,,,,,,[],,,, +4560,1154605121751224320,1154599520711266305,1564114287000.0,2019-07-26 04:11:27,+0000,,@bcart03 @engineers_feed Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1154605121751224320,[],[],0,,False,2516,68,44,,None,,,,,,,"[{'screen_name': 'bcart03', 'name': 'Ben Carter', 'id': '736150745238622208'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +4561,1154604015822311424,1154599520711266305,1564114023000.0,2019-07-26 04:07:03,+0000,,@engineers_feed 200m hop in a week or two,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1154604015822311424,[],[],0,,False,5619,180,493,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +4562,1154599520711266305,1154599520711266305,1564112951000.0,2019-07-26 03:49:11,+0000,,Starhopper flight successful. Water towers *can* fly haha!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1154599520711266305,[],[],0,,False,68693,1565,5148,,None,,,,,,,[],,,, +4563,1154543127153106944,1154436142458126341,1564099506000.0,2019-07-26 00:05:06,+0000,,"@robbystarbuck @Tesla Btw, you can schedule service via the Tesla app in less than a minute",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1154543127153106944,[],[],0,,False,6381,124,125,,None,,,,,,,"[{'screen_name': 'robbystarbuck', 'name': 'Robby Starbuck', 'id': '16523905'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4564,1154528721346297857,1154436142458126341,1564096071000.0,2019-07-25 23:07:51,+0000,,@robbystarbuck @Tesla Good point. Getting fixed …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1154528721346297857,[],[],0,,False,13995,232,272,,None,,,,,,,"[{'screen_name': 'robbystarbuck', 'name': 'Robby Starbuck', 'id': '16523905'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4565,1154516642459557890,1154511517674549248,1564093192000.0,2019-07-25 22:19:52,+0000,,@CathieDWood @ARKInvest Probably 1/4 to 1/2 of that capacity would be for stationary storage,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1154516642459557890,[],[],0,,False,2561,85,88,,None,,,,,,,"[{'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}, {'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}]",,,, +4566,1154512337904132097,1154512002670161920,1564092165000.0,2019-07-25 22:02:45,+0000,,@SpaceX Launch underway,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1154512337904132097,[],[],0,,False,8995,175,256,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4567,1154264469163220992,1154264469163220992,1564033069000.0,2019-07-25 05:37:49,+0000,,"Dr. Livingstone, I presume? https://t.co/aV8t3s6nIz",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1154264469163220992,[],['https://pbs.twimg.com/media/EATFaooVUAAuWn3.jpg'],1,https://pbs.twimg.com/media/EATFaooVUAAuWn3.jpg,False,81886,1258,5030,,None,,,,,,,[],,,, +4568,1154261135245246465,1154193131090391047,1564032274000.0,2019-07-25 05:24:34,+0000,,@SpaceXUpdates Pc (chamber pressure) high due to colder than expected propellant,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1154261135245246465,[],[],0,,False,1789,64,109,,None,,,,,,,"[{'screen_name': 'SpaceXUpdates', 'name': 'SpaceXUpdates', 'id': '738023983266828288'}]",,,, +4569,1154229558989561857,1154155850178732039,1564024746000.0,2019-07-25 03:19:06,+0000,,@Erdayastronaut @goathobbit Thin tiles on windward side of ship & nothing on leeward or anywhere on booster looks like lightest option,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1154229558989561857,[],[],0,,False,1351,69,42,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'goathobbit', 'name': 'The Space Goat', 'id': '935341612888190976'}]",,,, +4570,1154194820929212419,1154155850178732039,1564016463000.0,2019-07-25 01:01:03,+0000,,"@Erdayastronaut @goathobbit Testing a possible Starship windward side ceramic tile. Maximizing emissivity is best for conductive/particle heating. Nice thing about steel is that tiles can be very thin, unlike carbon fiber or aluminum airframe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1154194820929212419,[],[],0,,False,1281,67,66,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'goathobbit', 'name': 'The Space Goat', 'id': '935341612888190976'}]",,,, +4571,1154192452795789312,1154155850178732039,1564015899000.0,2019-07-25 00:51:39,+0000,,@Erdayastronaut @goathobbit Wearing black not recommended https://t.co/lqoBFTeMX2,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1154192452795789312,['https://twitter.com/wonderofscience/status/1151857907497132034?s=21'],[],0,,False,1152,70,86,0,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'goathobbit', 'name': 'The Space Goat', 'id': '935341612888190976'}]",,,, +4572,1154191240381865984,1154155850178732039,1564015610000.0,2019-07-25 00:46:50,+0000,,"@Erdayastronaut @goathobbit High reflectivity minimizes photonic heating, high emissivity minimizes particle heating. No need to radiate heat away if you aren’t hot in the first place. Also, as metal heats up to yellow/red/white, it stops being reflective.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1154191240381865984,[],[],0,,False,1345,62,72,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'goathobbit', 'name': 'The Space Goat', 'id': '935341612888190976'}]",,,, +4573,1154148457206038529,1153985460076781570,1564005409000.0,2019-07-24 21:56:49,+0000,,@NASAKennedy @SpaceX @Space_Station One Space Station image for each visit,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1154148457206038529,[],[],0,,False,5239,94,144,,None,,,,,,,"[{'screen_name': 'NASAKennedy', 'name': ""NASA's Kennedy Space Center"", 'id': '16580226'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +4574,1154092105867747329,1154077720147632128,1563991974000.0,2019-07-24 18:12:54,+0000,,@nichegamer Me too,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1154092105867747329,[],[],0,,False,1147,69,25,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +4575,1154081028975124480,1154077720147632128,1563989333000.0,2019-07-24 17:28:53,+0000,,"@nichegamer In a million years, the Universe will go from being 13.772 to 13.773 billion years old. Like tears in the rain …",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1154081028975124480,[],[],0,,False,22311,213,1712,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +4576,1153556617264128002,1152227883705937920,1563864304000.0,2019-07-23 06:45:04,+0000,,@NASA @NASAKennedy Exciting modes!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1153556617264128002,[],[],0,,False,11261,173,237,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'NASAKennedy', 'name': ""NASA's Kennedy Space Center"", 'id': '16580226'}]",,,, +4577,1153480361973731328,1153078534916587520,1563846123000.0,2019-07-23 01:42:03,+0000,,@wonderofscience True 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1153480361973731328,[],[],0,,False,1770,58,35,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +4578,1153443579823476736,1153443579823476736,1563837354000.0,2019-07-22 23:15:54,+0000,, https://t.co/3DGSWBfQTq,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1153443579823476736,[],"['https://pbs.twimg.com/media/EAHa0WSU0AAEEt5.jpg', 'https://pbs.twimg.com/media/EAHa0WRUYAEy-4-.jpg']",1,https://pbs.twimg.com/media/EAHa0WSU0AAEEt5.jpg,False,43558,1108,2568,,None,,,,,,,[],,,, +4579,1153442984072925185,1153442984072925185,1563837211000.0,2019-07-22 23:13:31,+0000,,Time to face reality https://t.co/WOzE2XwlQv,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1153442984072925185,[],['https://pbs.twimg.com/media/EAHaRqvUcAAfjm7.jpg'],1,https://pbs.twimg.com/media/EAHaRqvUcAAfjm7.jpg,False,53040,1514,5334,,None,,,,,,,[],,,, +4580,1153433007799144449,1153377972784705536,1563834833000.0,2019-07-22 22:33:53,+0000,,@WorldAndScience We’re all just made of two quarks & a lepton,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1153433007799144449,[],[],0,,False,13674,365,813,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4581,1153421943481098240,1153374360478146560,1563832195000.0,2019-07-22 21:49:55,+0000,,@MemesOfMars @kimitalvitie @SpaceX Center 7 engines gimbal to 15 degrees,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1153421943481098240,[],[],0,,False,1314,48,54,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4582,1153421649112264704,1153155448012300288,1563832125000.0,2019-07-22 21:48:45,+0000,,@GooseWayneYT 🤝,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1153421649112264704,[],[],0,,False,3775,37,55,,None,,,,,,,[],,,, +4583,1153419738527125504,1153374360478146560,1563831669000.0,2019-07-22 21:41:09,+0000,,"@kimitalvitie @SpaceX For 37 engine config, 6 are mounted outboard under landing leg fairings",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1153419738527125504,[],[],0,,False,1441,49,62,,None,,,,,,,"[{'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4584,1153419411715346432,1153374360478146560,1563831591000.0,2019-07-22 21:39:51,+0000,,"@kimitalvitie @SpaceX Outer engines stick out slightly from 9m diameter, don’t gimbal & are mechanically joined at nozzle",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1153419411715346432,[],[],0,,False,7826,146,218,,None,,,,,,,"[{'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4585,1153380785669337088,1153154257119404038,1563822382000.0,2019-07-22 19:06:22,+0000,,@moyo5150 🐏 tough,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1153380785669337088,[],[],0,,False,1510,56,26,,None,,,,,,,"[{'screen_name': 'moyo5150', 'name': 'moyo', 'id': '2710922569'}]",,,, +4586,1153380408408584198,1152990444013404162,1563822292000.0,2019-07-22 19:04:52,+0000,,"@WorldAndScience @NASA To be clear: good for in-space transit, but not recommended for Earth to orbit!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1153380408408584198,[],[],0,,False,3737,120,138,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +4587,1153380138219909122,1152990444013404162,1563822228000.0,2019-07-22 19:03:48,+0000,,@flcnhvy @WorldAndScience @NASA Very unlikely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1153380138219909122,[],[],0,,False,1008,40,26,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +4588,1153379767531364353,1153155448012300288,1563822139000.0,2019-07-22 19:02:19,+0000,,@GooseWayneYT Goodbye 😢,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1153379767531364353,[],[],0,,False,6427,67,70,,None,,,,,,,[],,,, +4589,1153378777893888005,1152990444013404162,1563821904000.0,2019-07-22 18:58:24,+0000,,@WorldAndScience Nuclear thermal rocket for fast transit around solar system would be a great area of research for @NASA,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1153378777893888005,[],[],0,,False,17718,404,915,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +4590,1153208447699054592,1151789745669734400,1563781294000.0,2019-07-22 07:41:34,+0000,,@robfarago @Tesla Do EV owners use V to G a lot in Australia?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1153208447699054592,[],[],0,,False,2744,157,54,,None,,,,,,,"[{'screen_name': 'robfarago', 'name': 'rob farago', 'id': '20838489'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4591,1153183373109542913,1153124269045559297,1563775315000.0,2019-07-22 06:01:55,+0000,,"@justpaulinelol @annerajb @highlyaaronic Probably have slots for up to 37 engines, but can decontent as needed. Starship update after Hopper hover.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1153183373109542913,[],[],0,,False,849,31,50,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'highlyaaronic', 'name': 'ëhr•on sī•vuhr', 'id': '927988147543248897'}]",,,, +4592,1153155448012300288,1153155448012300288,1563768658000.0,2019-07-22 04:10:58,+0000,,I am become meme,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1153155448012300288,[],[],0,,False,367959,6150,47721,,None,,,,,,,[],,,, +4593,1153154257119404038,1153154257119404038,1563768374000.0,2019-07-22 04:06:14,+0000,,Dance Dance 🐏 https://t.co/K0M6MsySCe,fr,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1153154257119404038,[],['https://pbs.twimg.com/media/EADTrqXU8AAQkbM.jpg'],1,https://pbs.twimg.com/media/EADTrqXU8AAQkbM.jpg,False,133884,1135,19326,,None,,,,,,,[],,,, +4594,1153144324915228673,1153144324915228673,1563766006000.0,2019-07-22 03:26:46,+0000,,Next year’s @Hyperloop competition will be in a 10km vacuum tunnel with a curve,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1153144324915228673,[],[],0,,False,19946,538,1032,,None,,,,,,,[],,,, +4595,1153138373860552705,1153138373860552705,1563764587000.0,2019-07-22 03:03:07,+0000,, https://t.co/FiJ0U2eNX5,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1153138373860552705,[],['https://pbs.twimg.com/media/EADFPK6VAAA4i-d.jpg'],1,https://pbs.twimg.com/media/EADFPK6VAAA4i-d.jpg,False,36819,568,3774,,None,,,,,,,[],,,, +4596,1153133553602838528,1153133553602838528,1563763438000.0,2019-07-22 02:43:58,+0000,,Woohoo 🥳 https://t.co/tZHmeBuLQ7,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1153133553602838528,[],['https://pbs.twimg.com/media/EADA2t0U8AAIEPB.jpg'],1,https://pbs.twimg.com/media/EADA2t0U8AAIEPB.jpg,False,68437,563,5499,,None,,,,,,,[],,,, +4597,1153126586897424384,1153124269045559297,1563761777000.0,2019-07-22 02:16:17,+0000,,"@annerajb @highlyaaronic Orbital refilling is critical for high payload to moon or Mars. Initially just Starship to Starship, later dedicated tankers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1153126586897424384,[],[],0,,False,827,40,65,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'highlyaaronic', 'name': 'ëhr•on sī•vuhr', 'id': '927988147543248897'}]",,,, +4598,1153124567734296576,1153124269045559297,1563761295000.0,2019-07-22 02:08:15,+0000,,@highlyaaronic водка means cute water,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1153124567734296576,[],[],0,,False,12464,217,1281,,None,,,,,,,"[{'screen_name': 'highlyaaronic', 'name': 'ëhr•on sī•vuhr', 'id': '927988147543248897'}]",,,, +4599,1153122308120182784,1153071278657552384,1563760756000.0,2019-07-22 01:59:16,+0000,,@cleantechnica Odd,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1153122308120182784,[],[],0,,False,2288,109,75,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +4600,1153115511078572032,1153115511078572032,1563759136000.0,2019-07-22 01:32:16,+0000,,New @Hyperloop top speed of 463 km/h!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1153115511078572032,[],[],0,,False,16013,408,1223,https://twitter.com/Hyperloop/status/1153086461681422337,None,,,,,,,[],,,, +4601,1153078962769108992,1153078534916587520,1563750422000.0,2019-07-21 23:07:02,+0000,,Just saw that on a T-shirt @Hyperloop competition 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1153078962769108992,[],[],0,,False,45431,331,838,,None,,,,,,,[],,,, +4602,1153078534916587520,1153078534916587520,1563750320000.0,2019-07-21 23:05:20,+0000,,"Technically, alcohol is a solution",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1153078534916587520,[],[],0,,False,588661,5903,161437,,None,,,,,,,[],,,, +4603,1152870247612874752,1152853620682924032,1563700660000.0,2019-07-21 09:17:40,+0000,,"@fmoflyer Full stack is 41 rn, but kinda beggin for just one more …",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1152870247612874752,[],[],0,,False,2720,179,111,,None,,,,,,,"[{'screen_name': 'fmoflyer', 'name': 'FMOflyer', 'id': '2822180881'}]",,,, +4604,1152869975524163584,1152684874429620225,1563700596000.0,2019-07-21 09:16:36,+0000,,@alvin_vista @TheOnion Way too long,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1152869975524163584,[],[],0,,False,1421,51,36,,None,,,,,,,"[{'screen_name': 'alvin_vista', 'name': 'Alvin Vista', 'id': '914915817086705666'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +4605,1152853620682924032,1152853620682924032,1563696696000.0,2019-07-21 08:11:36,+0000,,Starship Super Heavy with 35 Raptors,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1152853620682924032,[],[],0,,False,42367,1124,2136,,None,,,,,,,[],,,, +4606,1152805822444916736,1152684874429620225,1563685300000.0,2019-07-21 05:01:40,+0000,,@TheOnion I have the t-shirt,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1152805822444916736,[],[],0,,False,27433,261,591,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +4607,1152386299292086272,1152366724538232833,1563585278000.0,2019-07-20 01:14:38,+0000,,@Falcon9Block5 @Alejandro_DebH @annerajb Won’t change. Starship launch structure will be attached to the other side from tower.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1152386299292086272,[],[],0,,False,1084,73,58,,None,,,,,,,"[{'screen_name': 'Falcon9Block5', 'name': 'Falcon 9 Block 5', 'id': '2468222130'}, {'screen_name': 'Alejandro_DebH', 'name': 'Dark Energy 🏳️\u200d🌈', 'id': '461216071'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +4608,1152374972502794240,1152366724538232833,1563582578000.0,2019-07-20 00:29:38,+0000,,@Alejandro_DebH @annerajb Starship launch structure is being built off-site in steel subsections,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1152374972502794240,[],[],0,,False,1072,28,61,,None,,,,,,,"[{'screen_name': 'Alejandro_DebH', 'name': 'Dark Energy 🏳️\u200d🌈', 'id': '461216071'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +4609,1152369004314419201,1152366724538232833,1563581155000.0,2019-07-20 00:05:55,+0000,,@annerajb 2 to 3 months after that,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1152369004314419201,[],[],0,,False,978,44,46,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +4610,1152368652080971776,1152366724538232833,1563581071000.0,2019-07-20 00:04:31,+0000,,@annerajb @justpaulinelol It *is* vision,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1152368652080971776,[],[],0,,False,954,46,40,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +4611,1152367741027831808,1152366724538232833,1563580854000.0,2019-07-20 00:00:54,+0000,,@justpaulinelol @annerajb I suspect many besides SpaceX will livestream these flights. Won’t be subtle.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1152367741027831808,[],[],0,,False,1132,37,50,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +4612,1152367082018754561,1152366724538232833,1563580696000.0,2019-07-19 23:58:16,+0000,,@annerajb Texas and Florida Starship prototypes (not Hopper) fly in 2 to 3 months,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1152367082018754561,[],[],0,,False,1897,74,206,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +4613,1152303518994223106,1152303518994223106,1563565542000.0,2019-07-19 19:45:42,+0000,,Made with rain ™️ https://t.co/CJJ7BYzxcj,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1152303518994223106,[],['https://pbs.twimg.com/media/D_3N8L7VUAAcGi9.jpg'],1,https://pbs.twimg.com/media/D_3N8L7VUAAcGi9.jpg,False,255801,1402,34518,,None,,,,,,,[],,,, +4614,1152241180635090944,1152064351953571841,1563550679000.0,2019-07-19 15:37:59,+0000,,@NickStalburg Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1152241180635090944,[],[],0,,False,887,62,29,,None,,,,,,,"[{'screen_name': 'NickStalburg', 'name': 'Nick', 'id': '1267231713035456512'}]",,,, +4615,1152070838796967937,1152064351953571841,1563510067000.0,2019-07-19 04:21:07,+0000,,@TesLatino @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1152070838796967937,[],[],0,,False,926,57,31,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4616,1152064351953571841,1152064351953571841,1563508520000.0,2019-07-19 03:55:20,+0000,,Tesla Service Centers & Superchargers are being opened as fast as possible across Eastern Europe,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1152064351953571841,[],[],0,,False,13657,807,841,https://twitter.com/cleantechnica/status/1151970082354028544,None,,,,,,,[],,,, +4617,1151966937301188608,1151955763138617344,1563485295000.0,2019-07-18 21:28:15,+0000,,"@newscientist This is actually a good thing btw. China is making amazing progress in space, rapidly iterating on rocket & space station technology. Great respect.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1151966937301188608,[],[],0,,False,6661,162,278,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +4618,1151965099659108352,1151948794591895553,1563484856000.0,2019-07-18 21:20:56,+0000,,"@hypercharts @ElonsWorld @Tesla No matter how one considers the data, there is a giant improvement from non-Autopilot to Autopilot",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1151965099659108352,[],[],0,,False,1097,69,71,,None,,,,,,,"[{'screen_name': 'hypercharts', 'name': 'HyperCharts 📊', 'id': '1083875526379556864'}, {'screen_name': 'ElonsWorld', 'name': ""Elon's World"", 'id': '804412190493003776'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4619,1151964112856895489,1151948794591895553,1563484621000.0,2019-07-18 21:17:01,+0000,,"@hypercharts @ElonsWorld @Tesla Exactly. Trendline that includes Autopilot always-on accident avoidance features matches curve of Autopilot software/hardware releases, as you’d expect.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1151964112856895489,[],[],0,,False,659,12,33,,None,,,,,,,"[{'screen_name': 'hypercharts', 'name': 'HyperCharts 📊', 'id': '1083875526379556864'}, {'screen_name': 'ElonsWorld', 'name': ""Elon's World"", 'id': '804412190493003776'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4620,1151963460218941442,1151950112727490560,1563484466000.0,2019-07-18 21:14:26,+0000,,@FredericLambert @Warhly Maybe end of next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1151963460218941442,[],[],0,,False,1588,55,53,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'Warhly', 'name': 'Warhly', 'id': '1520407866'}]",,,, +4621,1151956510588592128,1151604591429070848,1563482809000.0,2019-07-18 20:46:49,+0000,,@TLSBrenttime @tanyalewis314 @sciam @neuralink Addressing epilepsy is likely one of the more near-term applications,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1151956510588592128,[],[],0,,False,851,99,44,,None,,,,,,,"[{'screen_name': 'tanyalewis314', 'name': 'Tanya Lewis', 'id': '305468597'}, {'screen_name': 'sciam', 'name': 'Scientific American', 'id': '14647570'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +4622,1151950796428177408,1151950112727490560,1563481446000.0,2019-07-18 20:24:06,+0000,,"@MemesOfMars @Warhly Post test fuel leak, but no major damage",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1151950796428177408,[],[],0,,False,1149,50,72,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Techno 👑 of Mars 🤑🏵', 'id': '15567938'}, {'screen_name': 'Warhly', 'name': 'Warhly', 'id': '1520407866'}]",,,, +4623,1151950516093456384,1151950112727490560,1563481379000.0,2019-07-18 20:22:59,+0000,,@Warhly Aiming for hover test next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1151950516093456384,[],[],0,,False,1710,50,152,,None,,,,,,,"[{'screen_name': 'Warhly', 'name': 'Warhly', 'id': '1520407866'}]",,,, +4624,1151950403874914304,1151950112727490560,1563481353000.0,2019-07-18 20:22:33,+0000,,"@Warhly Yeah, big advantage of being made of high strength stainless steel: not bothered by a little heat!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1151950403874914304,[],[],0,,False,1673,32,84,,None,,,,,,,"[{'screen_name': 'Warhly', 'name': 'Warhly', 'id': '1520407866'}]",,,, +4625,1151949374127140864,1151948794591895553,1563481107000.0,2019-07-18 20:18:27,+0000,,"@ElonsWorld @Tesla @hypercharts This non-Autopilot graph is not correct, as it includes Autopilot always-on accident avoidance features",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1151949374127140864,[],[],0,,False,4029,36,81,,None,,,,,,,"[{'screen_name': 'ElonsWorld', 'name': ""Elon's World"", 'id': '804412190493003776'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'hypercharts', 'name': 'HyperCharts 📊', 'id': '1083875526379556864'}]",,,, +4626,1151932658496098304,1151604591429070848,1563477122000.0,2019-07-18 19:12:02,+0000,,@tanyalewis314 @sciam @neuralink Good piece,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1151932658496098304,[],[],0,,False,5787,149,121,,None,,,,,,,"[{'screen_name': 'tanyalewis314', 'name': 'Tanya Lewis', 'id': '305468597'}, {'screen_name': 'sciam', 'name': 'Scientific American', 'id': '14647570'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +4627,1151929232030720001,1148412319115939841,1563476305000.0,2019-07-18 18:58:25,+0000,,@Kristennetten @ChrisDungeon @BrandonJHavard I mostly drive Model S Performance with dev version of FSD computer. Our new Raven powertain & adaptive damping suspension is great! Next is Model 3P & then X if driving with my kids. Acceleration is fun on tap!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1151929232030720001,[],[],0,,False,1154,74,78,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'ChrisDungeon', 'name': 'Christopher Dungeon', 'id': '1651403384'}, {'screen_name': 'BrandonJHavard', 'name': 'Brandon Havard', 'id': '324745996'}]",,,, +4628,1151923272583266304,1151703546536103936,1563474884000.0,2019-07-18 18:34:44,+0000,,"@cleantechnica Exactly. There is no “MSRP”, only “P”.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1151923272583266304,[],[],0,,False,3496,104,126,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +4629,1151914844196524034,1151892090739204097,1563472875000.0,2019-07-18 18:01:15,+0000,,@BGR 🍷 🚀 🥳,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1151914844196524034,[],[],0,,False,4196,104,170,,None,,,,,,,"[{'screen_name': 'BGR', 'name': 'BGR.com', 'id': '18131006'}]",,,, +4630,1151650901762826240,1151607678000619520,1563409946000.0,2019-07-18 00:32:26,+0000,,@samsheffer @neuralink @Tesla With anything online,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1151650901762826240,[],[],0,,False,1117,85,54,,None,,,,,,,"[{'screen_name': 'samsheffer', 'name': 'Sam Sheffer', 'id': '25246881'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4631,1151650111153250306,1151569292434919424,1563409757000.0,2019-07-18 00:29:17,+0000,,@2020science @RationalEtienne @neuralink @Tesla @mayemusk Rococo Basilisk,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1151650111153250306,[],[],0,,False,470,36,19,,None,,,,,,,"[{'screen_name': '2020science', 'name': 'Andrew Maynard', 'id': '15480686'}, {'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +4632,1151602954765422592,1151569292434919424,1563398514000.0,2019-07-17 21:21:54,+0000,,"@Vasta_218 @neuralink 🤣🤣 yes, security is extremely important",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1151602954765422592,[],[],0,,False,1029,44,38,,None,,,,,,,"[{'screen_name': 'Vasta_218', 'name': 'Vasta', 'id': '1151203260654637056'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +4633,1151588078680567808,1151569292434919424,1563394968000.0,2019-07-17 20:22:48,+0000,,@austinbarnard45 @neuralink Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1151588078680567808,[],[],0,,False,800,46,27,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +4634,1151583369714532352,1151319583438983168,1563393845000.0,2019-07-17 20:04:05,+0000,,"@AndrewHires @USC Thoughtful analysis. We will endeavor to provide the robots, chips & software to academia.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1151583369714532352,[],[],0,,False,780,36,54,,None,,,,,,,"[{'screen_name': 'AndrewHires', 'name': 'Andrew Hires', 'id': '24801813'}, {'screen_name': 'USC', 'name': 'USC', 'id': '19809471'}]",,,, +4635,1151578871222792192,1151577690710761472,1563392772000.0,2019-07-17 19:46:12,+0000,,@Bliss_Hughes https://t.co/RGKZSQNYoH,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1151578871222792192,[],['https://pbs.twimg.com/media/D_s64PpUcAAAdmg.jpg'],1,https://pbs.twimg.com/media/D_s64PpUcAAAdmg.jpg,False,6449,111,364,,None,,,,,,,[],,,, +4636,1151577690710761472,1151577690710761472,1563392491000.0,2019-07-17 19:41:31,+0000,,Neuralink surprise twist! https://t.co/NdeFsHadm2,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1151577690710761472,[],['https://pbs.twimg.com/media/D_s5zkmU0AYHXXA.jpg'],1,https://pbs.twimg.com/media/D_s5zkmU0AYHXXA.jpg,False,138169,1686,19083,,None,,,,,,,[],,,, +4637,1151566331717701632,1151549755664678913,1563389783000.0,2019-07-17 18:56:23,+0000,,@EdLoh @DMC_Ryan @woodhaus2 Is there a longer edit I can post?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1151566331717701632,[],[],0,,False,575,27,19,,None,,,,,,,"[{'screen_name': 'EdLoh', 'name': 'Edward Loh', 'id': '22686674'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'woodhaus2', 'name': 'Franz von Holzhausen', 'id': '55769345'}]",,,, +4638,1151410957681225728,1025508932498931713,1563352739000.0,2019-07-17 08:38:59,+0000,,@daveyjose @neuralink I think so,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1151410957681225728,[],[],0,,False,748,59,25,,None,,,,,,,"[{'screen_name': 'daveyjose', 'name': 'dj', 'id': '211903719'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +4639,1151403783210975233,1150821344935927809,1563351028000.0,2019-07-17 08:10:28,+0000,,"@StephenFleming @robert_zubrin @SciGuySpace Something like this is the best way to do it. Incent outcome, not path.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1151403783210975233,[],[],0,,False,1146,37,71,,None,,,,,,,"[{'screen_name': 'StephenFleming', 'name': 'Stephen Fleming', 'id': '39933'}, {'screen_name': 'robert_zubrin', 'name': 'Robert Zubrin', 'id': '731463062230700032'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4640,1151337181404774400,1151153788561965056,1563335149000.0,2019-07-17 03:45:49,+0000,,About to go live,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1151337181404774400,[],[],0,,False,11056,463,400,,None,,,,,,,[],,,, +4641,1151335662164955136,1151295231658041345,1563334787000.0,2019-07-17 03:39:47,+0000,,@options_man Not easy getting a lightsaber into backpack,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1151335662164955136,[],[],0,,False,8215,95,344,,None,,,,,,,"[{'screen_name': 'options_man', 'name': 'RocketMan Options', 'id': '1121249160559308801'}]",,,, +4642,1151300180148252674,1151295231658041345,1563326327000.0,2019-07-17 01:18:47,+0000,,@rdstrick777 Approximately 6.9km/s,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1151300180148252674,[],[],0,,False,3816,105,92,,None,,,,,,,"[{'screen_name': 'rdstrick777', 'name': 'Rick Strickland', 'id': '54049827'}]",,,, +4643,1151295231658041345,1151295231658041345,1563325147000.0,2019-07-17 00:59:07,+0000,,♥️👽 SpaceX has Area 59 👽♥️ https://t.co/h4YUL1Xx51,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1151295231658041345,[],['https://pbs.twimg.com/media/D_o46LHUcAAj2e7.jpg'],1,https://pbs.twimg.com/media/D_o46LHUcAAj2e7.jpg,False,332302,1980,58004,,None,,,,,,,[],,,, +4644,1151292936035848193,1151172542125629440,1563324600000.0,2019-07-17 00:50:00,+0000,,"@ThisIsJonathanR @Its1754 @krkaiser @ropiko Agreed, should be $3k less to get to FSD from EAP",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1151292936035848193,[],[],0,,False,719,120,29,,None,,,,,,,"[{'screen_name': 'ThisIsJonathanR', 'name': 'Jonathan Ramos', 'id': '402439629'}, {'screen_name': 'Its1754', 'name': '1754', 'id': '4189663191'}, {'screen_name': 'krkaiser', 'name': 'krkaiser', 'id': '21328563'}, {'screen_name': 'ropiko', 'name': 'Robin', 'id': '15318894'}]",,,, +4645,1151213020695027712,1151213020695027712,1563305547000.0,2019-07-16 19:32:27,+0000,,"“If you dislike change, you're going to dislike irrelevance even more.” — Gen Shinseki",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1151213020695027712,[],[],0,,False,93240,937,16663,,None,,,,,,,[],,,, +4646,1151180650033995776,1151172542125629440,1563297829000.0,2019-07-16 17:23:49,+0000,,"As mentioned earlier this year, cost of the Tesla FSD option will increase every few months. Those who buy it earlier will see the benefit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1151180650033995776,[],[],0,,False,16361,825,476,,None,,,,,,,[],,,, +4647,1151173641226379264,1151173371100651520,1563296158000.0,2019-07-16 16:55:58,+0000,,@JeanLikeDenim Probably,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1151173641226379264,[],[],0,,False,801,52,18,,None,,,,,,,"[{'screen_name': 'JeanLikeDenim', 'name': 'Denim', 'id': '45604894'}]",,,, +4648,1151173277705891841,1151172542125629440,1563296071000.0,2019-07-16 16:54:31,+0000,,@ropiko Agreed. That’s approximately date when we expect Enhanced Summon to be in wide release. It will be magical. Lot of hard work by Autopilot team.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1151173277705891841,[],[],0,,False,3129,148,127,,None,,,,,,,"[{'screen_name': 'ropiko', 'name': 'Robin', 'id': '15318894'}]",,,, +4649,1151172542125629440,1151172542125629440,1563295896000.0,2019-07-16 16:51:36,+0000,,Cost of Tesla full self-driving option increasing by ~$1000 on August 16,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1151172542125629440,[],[],0,,False,24600,1249,1111,,None,,,,,,,[],,,, +4650,1151168385012494336,1151100168705413120,1563294905000.0,2019-07-16 16:35:05,+0000,,"@SnazzyQ @PhenomenalPoto @aaronjleonard @tailosivetech Straw man fallacy. To appreciate, your car just needs to be worth more than you paid for it, so probably ~$75k is enough if you bought a 3. FSD will be bundled in all cars (important point). Something is not a commodity if you can’t make enough of them & we won’t be able to.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1151168385012494336,[],[],0,,False,851,103,53,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}, {'screen_name': 'PhenomenalPoto', 'name': 'Peter A. Roselle', 'id': '1424640954'}, {'screen_name': 'aaronjleonard', 'name': 'Aaron Leonard', 'id': '1938225264'}, {'screen_name': 'TailosiveTech', 'name': 'Tailosive Tech', 'id': '2881142534'}]",,,, +4651,1151166097694969857,1151100168705413120,1563294359000.0,2019-07-16 16:25:59,+0000,,"@flcnhvy @SnazzyQ @PhenomenalPoto @aaronjleonard @tailosivetech No, since Tesla will charge a % fee for being in our robotaxi fleet, but it will rise to whatever the clearing price is, otherwise all our cars will be bought by scalpers",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1151166097694969857,[],[],0,,False,684,72,37,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}, {'screen_name': 'PhenomenalPoto', 'name': 'Peter A. Roselle', 'id': '1424640954'}, {'screen_name': 'aaronjleonard', 'name': 'Aaron Leonard', 'id': '1938225264'}, {'screen_name': 'TailosiveTech', 'name': 'Tailosive Tech', 'id': '2881142534'}]",,,, +4652,1151163201569972225,1151100168705413120,1563293669000.0,2019-07-16 16:14:29,+0000,,"@SnazzyQ @PhenomenalPoto @aaronjleonard @tailosivetech If we make all cars with FSD package self-driving, as planned, any such Tesla should be worth $100k to $200k, as utility increases from ~12 hours/week to ~60 hours/week",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1151163201569972225,[],[],0,,False,660,123,57,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}, {'screen_name': 'PhenomenalPoto', 'name': 'Peter A. Roselle', 'id': '1424640954'}, {'screen_name': 'aaronjleonard', 'name': 'Aaron Leonard', 'id': '1938225264'}, {'screen_name': 'TailosiveTech', 'name': 'Tailosive Tech', 'id': '2881142534'}]",,,, +4653,1151154321733459969,1151100168705413120,1563291552000.0,2019-07-16 15:39:12,+0000,,@SnazzyQ @tailosivetech Basic white adds too much to service repair complexity. Team convinced me better to go with pearl white.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1151154321733459969,[],[],0,,False,1026,110,61,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}, {'screen_name': 'TailosiveTech', 'name': 'Tailosive Tech', 'id': '2881142534'}]",,,, +4654,1151153788561965056,1151153788561965056,1563291425000.0,2019-07-16 15:37:05,+0000,,Presentation streaming live from https://t.co/nrsYGNF65K at 8pm Pacific,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1151153788561965056,['http://Neuralink.com'],[],0,,False,21420,860,2501,,None,,,,,,,[],,,, +4655,1151153000909430785,1151143771196788737,1563291237000.0,2019-07-16 15:33:57,+0000,,@dimas_______ @antonioregalado @neuralink Streaming. Check Neuralink website later today. Starts around 8pm.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1151153000909430785,[],[],0,,False,722,35,40,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'antonioregalado', 'name': 'Antonio Regalado', 'id': '23085502'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +4656,1151152285449220096,1151094033638469632,1563291066000.0,2019-07-16 15:31:06,+0000,,"@ClaraB_KGBT @SpaceX @kgbt Won’t be today, hopefully tomorrow",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1151152285449220096,[],[],0,,False,3753,70,154,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4657,1151151394860093441,1151143771196788737,1563290854000.0,2019-07-16 15:27:34,+0000,,"@antonioregalado @neuralink Sure, will do",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1151151394860093441,[],[],0,,False,704,12,11,,None,,,,,,,"[{'screen_name': 'antonioregalado', 'name': 'Antonio Regalado', 'id': '23085502'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +4658,1151148903271563265,1151143771196788737,1563290260000.0,2019-07-16 15:17:40,+0000,,"@antonioregalado This guy is not a cofounder of Neuralink. Was at company briefly, but he didn’t work out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1151148903271563265,[],[],0,,False,4765,124,172,,None,,,,,,,"[{'screen_name': 'antonioregalado', 'name': 'Antonio Regalado', 'id': '23085502'}]",,,, +4659,1151031634512273408,1150958714695716865,1563262301000.0,2019-07-16 07:31:41,+0000,,@TeslaMotorsClub !!,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1151031634512273408,[],[],0,,False,4922,155,119,,None,,,,,,,"[{'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}]",,,, +4660,1150872404723245056,1150276318757441536,1563224338000.0,2019-07-15 20:58:58,+0000,,"@alvin_vista @amaudes @PedroCoSilva We are tiny, simple creatures",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1150872404723245056,[],[],0,,False,762,89,43,,None,,,,,,,"[{'screen_name': 'alvin_vista', 'name': 'Alvin Vista', 'id': '914915817086705666'}, {'screen_name': 'PedroCoSilva', 'name': 'Pedro Coelho Silva', 'id': '3092414951'}]",,,, +4661,1150660785783234563,1150641077671608320,1563173884000.0,2019-07-15 06:58:04,+0000,,@nichegamer RIP,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1150660785783234563,[],[],0,,False,1965,91,72,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +4662,1150410804191084544,1149548807765389313,1563114283000.0,2019-07-14 14:24:43,+0000,,@StasVladimirsky @JHC2718 @StephanieeeeeJ Um … yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1150410804191084544,[],[],0,,False,1013,49,24,,None,,,,,,,"[{'screen_name': 'StasVladimirsky', 'name': 'Stas Vladimirsky', 'id': '1500604303'}, {'screen_name': 'StephanieeeeeJ', 'name': 'Stephanie Jackson', 'id': '733602759132348416'}]",,,, +4663,1150318348741165056,1150276318757441536,1563092240000.0,2019-07-14 08:17:20,+0000,,Graham’s number https://t.co/QGQafEIqdZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1150318348741165056,['https://waitbutwhy.com/2014/11/1000000-grahams-number.html'],[],0,,False,17640,487,1422,,None,,,,,,,[],,,, +4664,1150276318757441536,1150276318757441536,1563082220000.0,2019-07-14 05:30:20,+0000,,To Infinity and Beyond! https://t.co/dgysTBqWfV,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1150276318757441536,[],['https://pbs.twimg.com/media/D_aaNixVAAAWvIX.jpg'],1,https://pbs.twimg.com/media/D_aaNixVAAAWvIX.jpg,False,371863,2481,58841,,None,,,,,,,[],,,, +4665,1150123074924118017,1149713414329028608,1563045683000.0,2019-07-13 19:21:23,+0000,,@MemesOfMars @Kristennetten @annerajb @flcnhvy @Erdayastronaut @PatrickLac007 @AngelGPonce @Tesla SpaceX thruster package will be subtle. Hidden behind license plate.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1150123074924118017,[],[],0,,False,2153,126,130,,None,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': 'Dreams of Mars 2049', 'id': '15567938'}, {'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4666,1150119185537572864,1149713414329028608,1563044756000.0,2019-07-13 19:05:56,+0000,,@annerajb @Kristennetten @flcnhvy @Erdayastronaut @PatrickLac007 @AngelGPonce @Tesla Haha yes,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1150119185537572864,[],[],0,,False,746,35,20,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Kristennetten', 'name': 'K11✨Button', 'id': '985686123123949568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4667,1150119090255646720,1149713414329028608,1563044733000.0,2019-07-13 19:05:33,+0000,,"@pbreit @PatrickLac007 @AngelGPonce @Tesla Yes, but owner will have to accept tiny risk of damage. Those are very hard even for careful human drivers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1150119090255646720,[],[],0,,False,787,52,34,,None,,,,,,,"[{'screen_name': 'pbreit', 'name': 'Patrick Breitenbach 🇺🇸', 'id': '2682871'}, {'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4668,1150118813976821761,1149713414329028608,1563044668000.0,2019-07-13 19:04:28,+0000,,"@Kristennetten @annerajb @flcnhvy @Erdayastronaut @PatrickLac007 @AngelGPonce @Tesla Yeah, that’s next after summon",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1150118813976821761,[],[],0,,False,1562,56,50,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨Button', 'id': '985686123123949568'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4669,1150118539916824576,1149713414329028608,1563044602000.0,2019-07-13 19:03:22,+0000,,"@annerajb @flcnhvy @Erdayastronaut @PatrickLac007 @AngelGPonce @Tesla Will trace back inertial measurements & wheel movements to exit multilevel garage, unless car was teleported into position, in which case all bets are off",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1150118539916824576,[],[],0,,False,1921,84,80,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4670,1150116673745121280,1149713414329028608,1563044157000.0,2019-07-13 18:55:57,+0000,,"@flcnhvy @Erdayastronaut @PatrickLac007 @AngelGPonce @Tesla Initially, single plane, but hopefully multi-story later this year",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1150116673745121280,[],[],0,,False,1647,26,40,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4671,1150114480707162112,1149713414329028608,1563043634000.0,2019-07-13 18:47:14,+0000,,@Erdayastronaut @PatrickLac007 @AngelGPonce @Tesla Probably 5mph or 8 km/h,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1150114480707162112,[],[],0,,False,1835,39,41,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4672,1150113618664411141,1149713414329028608,1563043429000.0,2019-07-13 18:43:49,+0000,,@PatrickLac007 @AngelGPonce @Tesla Good progress on fast activation of summon down to ~1 second,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1150113618664411141,[],[],0,,False,1922,13,47,,None,,,,,,,"[{'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4673,1150113206414610432,1149713414329028608,1563043331000.0,2019-07-13 18:42:11,+0000,,@PatrickLac007 @AngelGPonce @Tesla Parking lots are a remarkably hard problem. Doing an in-depth engineering review of Enhanced Summon later today.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1150113206414610432,[],[],0,,False,2522,86,78,,None,,,,,,,"[{'screen_name': 'PatrickLac007', 'name': 'PATRICK', 'id': '883235845141970945'}, {'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4674,1150112704985612288,1150111484393005056,1563043211000.0,2019-07-13 18:40:11,+0000,,"@mkaderi @Tesla @samiralley Agreed, it’s a small, but important, feature",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1150112704985612288,[],[],0,,False,754,18,21,,None,,,,,,,"[{'screen_name': 'mkaderi', 'name': 'Mohamad El Kaderi', 'id': '86547934'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'samiralley', 'name': 'Samir Alley', 'id': '251455538'}]",,,, +4675,1150091882183053313,1149713414329028608,1563038247000.0,2019-07-13 17:17:27,+0000,,@AngelGPonce @Tesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1150091882183053313,[],[],0,,False,46974,438,1249,,None,,,,,,,"[{'screen_name': 'AngelGPonce', 'name': 'Angel Ponce', 'id': '778736328909266945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4676,1149948829296316416,1149367284571373569,1563004140000.0,2019-07-13 07:49:00,+0000,,🔥,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1149948829296316416,[],[],0,,False,21481,549,738,,None,,,,,,,[],,,, +4677,1149635804190261253,1149367284571373569,1562929509000.0,2019-07-12 11:05:09,+0000,,"Also, I stole the idea from Spaceballs https://t.co/1ozau39PQZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/1149635804190261253,['https://m.youtube.com/watch?v=oNZove4OTtI'],[],0,,False,19038,620,870,,None,,,,,,,[],,,, +4678,1149617044775587846,1149615731136352256,1562925036000.0,2019-07-12 09:50:36,+0000,,@NatureNews Take note,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1149617044775587846,[],[],0,,False,2222,112,80,,None,,,,,,,"[{'screen_name': 'NatureNews', 'name': 'Nature News & Comment', 'id': '15862891'}]",,,, +4679,1149583071210954757,1149548807765389313,1562916937000.0,2019-07-12 07:35:37,+0000,,"@Erdayastronaut @Tyler0309 @TheVondo About right, but dangerously chuggy & risking bad things at 40%. We’ll keep it above 50% for this flight.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1149583071210954757,[],[],0,,False,1720,42,49,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tyler0309', 'name': 'Tyler🇨🇦🧢', 'id': '1067018427171262466'}, {'screen_name': 'TheVondo', 'name': 'Kyle', 'id': '742778222845235200'}]",,,, +4680,1149582084031184897,1149548807765389313,1562916701000.0,2019-07-12 07:31:41,+0000,,"@alvianchoiri @joe_mckirdy @13ericralph31 @JHC2718 @StephanieeeeeJ More like 30 to 40 mT to GTO ~27 deg. Plane change is 2*v*sin θ/2, as I recall, but doesn’t matter, as there’s no geo 🛰 anywhere near that mass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1149582084031184897,[],[],0,,False,770,32,42,,None,,,,,,,"[{'screen_name': 'alvianchoiri', 'name': 'AChA', 'id': '807555730010083328'}, {'screen_name': 'joe_mckirdy', 'name': 'Joe McKirdy', 'id': '778884977882701824'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'StephanieeeeeJ', 'name': 'Stephanie Jackson', 'id': '733602759132348416'}]",,,, +4681,1149579541985185792,1149548807765389313,1562916095000.0,2019-07-12 07:21:35,+0000,,@flcnhvy @joe_mckirdy @13ericralph31 @JHC2718 @StephanieeeeeJ 3,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1149579541985185792,[],[],0,,False,694,10,21,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'joe_mckirdy', 'name': 'Joe McKirdy', 'id': '778884977882701824'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'StephanieeeeeJ', 'name': 'Stephanie Jackson', 'id': '733602759132348416'}]",,,, +4682,1149571338748616704,1149548807765389313,1562914139000.0,2019-07-12 06:48:59,+0000,,"@joe_mckirdy @13ericralph31 @JHC2718 @StephanieeeeeJ 100mT to 125mT for true useful load to useful orbit (eg Starlink mission), including propellant reserves. 150mT for reference payload compared to other rockets. This is in fully reusable config. About double in fully expendable config, which is hopefully never.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1149571338748616704,[],[],0,,False,708,20,56,,None,,,,,,,"[{'screen_name': 'joe_mckirdy', 'name': 'Joe McKirdy', 'id': '778884977882701824'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'StephanieeeeeJ', 'name': 'Stephanie Jackson', 'id': '733602759132348416'}]",,,, +4683,1149551312456962048,1149548807765389313,1562909365000.0,2019-07-12 05:29:25,+0000,,@Erdayastronaut Cont of main,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1149551312456962048,[],[],0,,False,1125,37,33,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4684,1149551047704104961,1149548807765389313,1562909302000.0,2019-07-12 05:28:22,+0000,,@JHC2718 @StephanieeeeeJ We changed the design quite a bit. More about this in late July.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1149551047704104961,[],[],0,,False,1229,47,82,,None,,,,,,,"[{'screen_name': 'StephanieeeeeJ', 'name': 'Stephanie Jackson', 'id': '733602759132348416'}]",,,, +4685,1149550157068812290,1149548807765389313,1562909089000.0,2019-07-12 05:24:49,+0000,,~20m up & sideways for first flight. Mk1 Starship hopefully 20km up in a few months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1149550157068812290,[],[],0,,False,17250,273,614,,None,,,,,,,[],,,, +4686,1149549591571812352,1149548807765389313,1562908954000.0,2019-07-12 05:22:34,+0000,,@MartianDays Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1149549591571812352,[],[],0,,False,3512,67,82,,None,,,,,,,"[{'screen_name': 'MartianDays', 'name': 'Embry-Cove Ryder', 'id': '1001154779244937216'}]",,,, +4687,1149548807765389313,1149548807765389313,1562908768000.0,2019-07-12 05:19:28,+0000,,Raptor engine mounted on Starhopper. Aiming for hover test Tues.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1149548807765389313,[],[],0,,False,30487,585,1571,,None,,,,,,,[],,,, +4688,1149548210307751937,1149409302962008065,1562908625000.0,2019-07-12 05:17:05,+0000,,@EvaFoxU @Tesla Great team,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1149548210307751937,[],[],0,,False,1104,17,37,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4689,1149370463564357632,1149370463564357632,1562866247000.0,2019-07-11 17:30:47,+0000,,Motor Trend awards Tesla Model S best Car of the Year ever in their 70 year history!! https://t.co/TiMsQ3REvH,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1149370463564357632,['https://www.motortrend.com/news/2013-tesla-model-s-beats-chevy-toyota-cadillac-ultimate-car-of-the-year/'],[],0,,False,24785,1379,2756,,None,,,,,,,[],,,, +4690,1149367284571373569,1149367284571373569,1562865489000.0,2019-07-11 17:18:09,+0000,,"It’s Not a Flamethrower, Mr Escobar https://t.co/TXH02nixIc",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1149367284571373569,['https://apple.news/AnZnseCGjTFGzyhZO3dqAKw'],[],0,,False,40656,715,2726,,None,,,,,,,[],,,, +4691,1149218883145887744,1149100906870296576,1562830107000.0,2019-07-11 07:28:27,+0000,,@JaneidyEve @flcnhvy @Space_Station @Tesla Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1149218883145887744,[],[],0,,False,1097,53,26,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4692,1149218401237159936,1149100906870296576,1562829992000.0,2019-07-11 07:26:32,+0000,,@flcnhvy @Space_Station @Tesla Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1149218401237159936,[],[],0,,False,1016,17,24,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4693,1149100906870296576,1149100906870296576,1562801980000.0,2019-07-10 23:39:40,+0000,,The @Space_Station is moving at ~25 times the speed of sound & orbits the Earth every 90 minutes,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1149100906870296576,[],[],0,,False,77072,1532,9887,https://twitter.com/wonderofscience/status/1147877818191106053,None,,,,,,,[],,,, +4694,1148810900452732929,1148810524534042624,1562732837000.0,2019-07-10 04:27:17,+0000,,@JessicaGottlieb Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1148810900452732929,[],[],0,,False,1736,159,55,,None,,,,,,,"[{'screen_name': 'JessicaGottlieb', 'name': '\U0001f7e3Jessica Gottlieb', 'id': '15295503'}]",,,, +4695,1148810279058202626,1148671586154815489,1562732689000.0,2019-07-10 04:24:49,+0000,,"@FaZe_Rain Absolutely agree, you should be allowed to move your Tesla anywhere in the world, unless it’s prevented by government rules. Thanks for letting me know.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1148810279058202626,[],[],0,,False,5979,71,140,,None,,,,,,,"[{'screen_name': 'FaZe_Rain', 'name': 'FAZE PAIN', 'id': '321459483'}]",,,, +4696,1148705487312920578,1148397554687606784,1562707704000.0,2019-07-09 21:28:24,+0000,,@Fhrieox @kvlly Feeling extra 🍀 button,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1148705487312920578,[],[],0,,False,1484,87,37,,None,,,,,,,"[{'screen_name': 'fhrieox', 'name': 'X \uf8ff', 'id': '919176505480974337'}, {'screen_name': 'kvlly', 'name': 'Kelly Vaughn 🐞', 'id': '123543103'}]",,,, +4697,1148703128377675776,1148397554687606784,1562707142000.0,2019-07-09 21:19:02,+0000,,@kvlly Done. I’m feeling 🍀 & I’m feeling 😋 navigation buttons coming with next software release.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1148703128377675776,[],[],0,,False,3679,162,226,,None,,,,,,,"[{'screen_name': 'kvlly', 'name': 'Kelly Vaughn 🐞', 'id': '123543103'}]",,,, +4698,1148697911708016641,1148266044227751936,1562705898000.0,2019-07-09 20:58:18,+0000,,@consequence @icp @tahkion Whoop Whoop!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1148697911708016641,[],[],0,,False,11400,218,715,,None,,,,,,,"[{'screen_name': 'consequence', 'name': 'Consequence of Sound', 'id': '15553222'}, {'screen_name': 'icp', 'name': 'Insane Clown Posse', 'id': '98677089'}, {'screen_name': 'tahkion', 'name': 'tahkion', 'id': '907440035535847424'}]",,,, +4699,1148690940330151936,1148397554687606784,1562704236000.0,2019-07-09 20:30:36,+0000,,@teslaownersSV @kvlly I think so. Will check.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1148690940330151936,[],[],0,,False,1367,57,34,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'kvlly', 'name': 'Kelly Vaughn 🐞', 'id': '123543103'}]",,,, +4700,1148690532341866498,1148397554687606784,1562704139000.0,2019-07-09 20:28:59,+0000,,@CHADBROH @kvlly 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1148690532341866498,[],[],0,,False,1133,14,16,,None,,,,,,,"[{'screen_name': 'CHADBROH', 'name': 'chadbroh', 'id': '41678914'}, {'screen_name': 'kvlly', 'name': 'Kelly Vaughn 🐞', 'id': '123543103'}]",,,, +4701,1148672538186137601,1148397554687606784,1562699849000.0,2019-07-09 19:17:29,+0000,,@kvlly Would be cool if car took you to a random fun place traveled to by other Tesla owners in the area,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1148672538186137601,[],[],0,,False,53365,786,1352,,None,,,,,,,"[{'screen_name': 'kvlly', 'name': 'Kelly Vaughn 🐞', 'id': '123543103'}]",,,, +4702,1148655096416227328,1148519417778597888,1562695690000.0,2019-07-09 18:08:10,+0000,,@iainmckenzie101 @AutonomousHoag @AutonobahnAI @AlexRoy144 @Tweetermeyer @valleyhack Sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1148655096416227328,[],[],0,,False,505,47,24,,None,,,,,,,"[{'screen_name': 'AutonomousHoag', 'name': 'Autonomous Cars with Marc Hoag', 'id': '1028342776201531393'}, {'screen_name': 'AutonobahnAI', 'name': 'autonobahn.ai', 'id': '847941958072885248'}, {'screen_name': 'AlexRoy144', 'name': 'Alex Roy', 'id': '4808581'}, {'screen_name': 'Tweetermeyer', 'name': 'E.W. Niedermeyer', 'id': '415794343'}, {'screen_name': 'ValleyHack', 'name': 'Jose Eduardo', 'id': '1336794735005081600'}]",,,, +4703,1148654860495015936,1148651400575868928,1562695634000.0,2019-07-09 18:07:14,+0000,,@nichegamer The answer is always aliens https://t.co/lql9XTJ7kb,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1148654860495015936,[],['https://pbs.twimg.com/media/D_DXgebU4AAqWnp.jpg'],1,https://pbs.twimg.com/media/D_DXgebU4AAqWnp.jpg,False,2599,113,153,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +4704,1148652251986063360,1148651400575868928,1562695012000.0,2019-07-09 17:56:52,+0000,,@MTimeTraveller Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1148652251986063360,[],[],0,,False,1972,30,47,,None,,,,,,,"[{'screen_name': 'MTimeTraveller', 'name': 'ToTheMoon 🚀', 'id': '1906738987'}]",,,, +4705,1148651540673990657,1148519417778597888,1562694842000.0,2019-07-09 17:54:02,+0000,,@Erdayastronaut @AutonomousHoag @AutonobahnAI @AlexRoy144 @Tweetermeyer @valleyhack I have over the years,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1148651540673990657,[],[],0,,False,898,48,22,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'AutonomousHoag', 'name': 'Autonomous Cars with Marc Hoag', 'id': '1028342776201531393'}, {'screen_name': 'AutonobahnAI', 'name': 'autonobahn.ai', 'id': '847941958072885248'}, {'screen_name': 'AlexRoy144', 'name': 'Alex Roy', 'id': '4808581'}, {'screen_name': 'Tweetermeyer', 'name': 'E.W. Niedermeyer', 'id': '415794343'}, {'screen_name': 'ValleyHack', 'name': 'Jose Eduardo', 'id': '1336794735005081600'}]",,,, +4706,1148649961300512768,1148418126721081344,1562694466000.0,2019-07-09 17:47:46,+0000,,@RenataKonkoly @28delayslater @CarolineGee8 @NathanBomey @USATODAY @Tesla @mayemusk That was a real sign,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1148649961300512768,[],[],0,,False,611,32,18,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': '28delayslater', 'name': '🐶Earl of FrunkPuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'CarolineGee8', 'name': '👻Caroline', 'id': '3699668774'}, {'screen_name': 'NathanBomey', 'name': 'Nathan Bomey', 'id': '14983095'}, {'screen_name': 'USATODAY', 'name': 'USA TODAY', 'id': '15754281'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +4707,1148649145369890818,1148519417778597888,1562694271000.0,2019-07-09 17:44:31,+0000,,"@AutonomousHoag @AutonobahnAI @AlexRoy144 @Tweetermeyer @valleyhack I actually asked Ashlee Vance not to write the book several times. Inevitably, some things are wrong and then those errors are repeated for years.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1148649145369890818,[],[],0,,False,692,56,26,,None,,,,,,,"[{'screen_name': 'AutonomousHoag', 'name': 'Autonomous Cars with Marc Hoag', 'id': '1028342776201531393'}, {'screen_name': 'AutonobahnAI', 'name': 'autonobahn.ai', 'id': '847941958072885248'}, {'screen_name': 'AlexRoy144', 'name': 'Alex Roy', 'id': '4808581'}, {'screen_name': 'Tweetermeyer', 'name': 'E.W. Niedermeyer', 'id': '415794343'}, {'screen_name': 'ValleyHack', 'name': 'Jose Eduardo', 'id': '1336794735005081600'}]",,,, +4708,1148645760193318912,1148418126721081344,1562693464000.0,2019-07-09 17:31:04,+0000,,@CarolineGee8 @NathanBomey @USATODAY @Tesla @mayemusk True,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1148645760193318912,[],[],0,,False,4812,101,83,,None,,,,,,,"[{'screen_name': 'CarolineGee8', 'name': '👻Caroline', 'id': '3699668774'}, {'screen_name': 'NathanBomey', 'name': 'Nathan Bomey', 'id': '14983095'}, {'screen_name': 'USATODAY', 'name': 'USA TODAY', 'id': '15754281'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +4709,1148481769823281152,1148412319115939841,1562654366000.0,2019-07-09 06:39:26,+0000,,@eugenelee3 @arctechinc @BrandonJHavard Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1148481769823281152,[],[],0,,False,682,47,22,,None,,,,,,,"[{'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}, {'screen_name': 'BrandonJHavard', 'name': 'Brandon Havard', 'id': '324745996'}]",,,, +4710,1148447617472319489,1148412319115939841,1562646223000.0,2019-07-09 04:23:43,+0000,,@arctechinc @BrandonJHavard No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1148447617472319489,[],[],0,,False,497,44,16,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}, {'screen_name': 'BrandonJHavard', 'name': 'Brandon Havard', 'id': '324745996'}]",,,, +4711,1148444293675098113,1148412319115939841,1562645431000.0,2019-07-09 04:10:31,+0000,,@BrandonJHavard No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1148444293675098113,[],[],0,,False,1519,66,38,,None,,,,,,,"[{'screen_name': 'BrandonJHavard', 'name': 'Brandon Havard', 'id': '324745996'}]",,,, +4712,1148443699858292736,1148412319115939841,1562645289000.0,2019-07-09 04:08:09,+0000,,"@BrandonJHavard There is no “refreshed” Model X or Model S coming, only a series of minor ongoing changes. Most significant change in past few years was to use high efficiency Model 3 rear drive unit as S/X front drive unit. That went into production 3 months ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1148443699858292736,[],[],0,,False,12426,270,380,,None,,,,,,,"[{'screen_name': 'BrandonJHavard', 'name': 'Brandon Havard', 'id': '324745996'}]",,,, +4713,1148353912925118464,1147964527952007168,1562623882000.0,2019-07-08 22:11:22,+0000,,@MichellBasler @DMC_Ryan @Tesla This shampoo sounds amazing,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1148353912925118464,[],[],0,,False,839,54,18,,None,,,,,,,"[{'screen_name': 'MichellBasler', 'name': 'Michell', 'id': '964486712578654208'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4714,1148320561740648448,1147964527952007168,1562615931000.0,2019-07-08 19:58:51,+0000,,@DMC_Ryan @Tesla No problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1148320561740648448,[],[],0,,False,14730,275,429,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4715,1148265981275336707,1148265643227123713,1562602918000.0,2019-07-08 16:21:58,+0000,,@C3LT_Games The Cape is one of the two Starship build sites. More on this later.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1148265981275336707,[],[],0,,False,1161,49,45,,None,,,,,,,"[{'screen_name': 'C3LT_Games', 'name': 'C3LT', 'id': '1111004268339843072'}]",,,, +4716,1148119175916732416,1147883392412917760,1562567917000.0,2019-07-08 06:38:37,+0000,,@flcnhvy @kulpability @lexfridman @Tesla !freespace,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1148119175916732416,[],[],0,,False,692,32,23,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4717,1148118732272594944,1147992426642137088,1562567811000.0,2019-07-08 06:36:51,+0000,,@ElonsWorld May the light of consciousness shine bright,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1148118732272594944,[],[],0,,False,34296,365,1472,,None,,,,,,,"[{'screen_name': 'ElonsWorld', 'name': ""Elon's World"", 'id': '804412190493003776'}]",,,, +4718,1148117387419348992,1147781786270760960,1562567490000.0,2019-07-08 06:31:30,+0000,,"@bluemoondance74 @Erdayastronaut @justpaulinelol @mayemusk @SpaceX Overall successful. Aborted at T+51 sec on high mixture ratio, but we were intentionally probing the corners of the box of operating conditions, so not surprising.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1148117387419348992,[],[],0,,False,965,18,50,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4719,1148109025273208832,1147883392412917760,1562565497000.0,2019-07-08 05:58:17,+0000,,@DisruptResearch @flcnhvy @lexfridman @Tesla Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1148109025273208832,[],[],0,,False,719,50,29,,None,,,,,,,"[{'screen_name': 'DisruptResearch', 'name': 'Disruption Research', 'id': '1096592269849837568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4720,1148108250753015808,1147883392412917760,1562565312000.0,2019-07-08 05:55:12,+0000,,@EVAutonomy @DisruptResearch @flcnhvy @lexfridman @Tesla Sure 🤖 🚘 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1148108250753015808,[],[],0,,False,778,28,28,,None,,,,,,,"[{'screen_name': 'DisruptResearch', 'name': 'Disruption Research', 'id': '1096592269849837568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4721,1148106891270115328,1147883392412917760,1562564988000.0,2019-07-08 05:49:48,+0000,,"@DisruptResearch @flcnhvy @lexfridman @Tesla To be clear, consumers will still be able to buy a Tesla, but the clearing price will rise significantly, as a fully autonomous car that can function as a robotaxi is several times more valuable than a non-autonomous car",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1148106891270115328,[],[],0,,False,1068,222,139,,None,,,,,,,"[{'screen_name': 'DisruptResearch', 'name': 'Disruption Research', 'id': '1096592269849837568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4722,1148103185636065280,1147781786270760960,1562564104000.0,2019-07-08 05:35:04,+0000,,"@Erdayastronaut @justpaulinelol @mayemusk @SpaceX Between first development engine & first flight engine with operational payload, there are always hundreds of changes to both hardware & software. Over time, thousands.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1148103185636065280,[],[],0,,False,1295,38,61,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4723,1148096401877770241,1148029205269139456,1562562487000.0,2019-07-08 05:08:07,+0000,,@ElonsBrain @Tesla Upgrading to 250kW soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1148096401877770241,[],[],0,,False,7400,115,163,,None,,,,,,,"[{'screen_name': 'ElonsBrain', 'name': '🧠 Elon’s Brain 🧠', 'id': '1020627011008540672'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4724,1148078989866520576,1147883392412917760,1562558336000.0,2019-07-08 03:58:56,+0000,,"@kulpability @lexfridman @Tesla Intersections with complex traffic lights & shopping mall parking lots are the two biggest software challenges. Developer branch already mostly works in these scenarios, but massive effort required to get to 99.9999% safety.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1148078989866520576,[],[],0,,False,791,91,68,,None,,,,,,,"[{'screen_name': 'kulpability', 'name': 'Viscountess of Shrugsbury', 'id': '950471510266871810'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4725,1148073807128616961,1147945882312220673,1562557100000.0,2019-07-08 03:38:20,+0000,,@austinbarnard45 @tossha_spb @atlasobscura Local supporters will be invited!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1148073807128616961,[],[],0,,False,1041,89,44,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'tossha_spb', 'name': 'Anton Gromov', 'id': '126135793'}, {'screen_name': 'atlasobscura', 'name': 'Atlas Obscura', 'id': '57047586'}]",,,, +4726,1148073232932540416,1147883392412917760,1562556963000.0,2019-07-08 03:36:03,+0000,,@DisruptResearch @flcnhvy @lexfridman @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1148073232932540416,[],[],0,,False,684,60,40,,None,,,,,,,"[{'screen_name': 'DisruptResearch', 'name': 'Disruption Research', 'id': '1096592269849837568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4727,1148073079223902208,1147883392412917760,1562556926000.0,2019-07-08 03:35:26,+0000,,@Kristennetten @lexfridman @Tesla ~Q4 2016,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1148073079223902208,[],[],0,,False,489,18,23,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4728,1148072753867546624,1147883392412917760,1562556849000.0,2019-07-08 03:34:09,+0000,,"@dodiewill2 @lexfridman @Tesla End of Q4, most likely",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1148072753867546624,[],[],0,,False,573,40,33,,None,,,,,,,"[{'screen_name': 'dodiewill2', 'name': 'Dodie Williams', 'id': '16459899'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4729,1148071994136465408,1147883392412917760,1562556668000.0,2019-07-08 03:31:08,+0000,,"@flcnhvy @lexfridman @Tesla Production fully switched over ~3 months ago. Functionality won’t diverge until Q4, as it’s limited by software validation. Will be later for Europe compared to rest of world due to regulatory constraints that were put in place years ago by big ICE companies.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1148071994136465408,[],[],0,,False,862,61,78,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4730,1148070210412265473,1147883392412917760,1562556242000.0,2019-07-08 03:24:02,+0000,,@lexfridman @Tesla This is why it’s possible for Tesla to have a million robotaxis by end of 2020 if we upgrade existing HW2 fleet of ~500k & make at least ~500k FSD cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1148070210412265473,[],[],0,,False,997,72,84,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4731,1148068888522842113,1147883392412917760,1562555927000.0,2019-07-08 03:18:47,+0000,,@lexfridman @Tesla All HW2+ cars are upgradable to full self-driving capability with Tesla FSD computer & all production in past few months has FSD computer,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1148068888522842113,[],[],0,,False,3616,126,182,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4732,1148023767865540608,1147781786270760960,1562545170000.0,2019-07-08 00:19:30,+0000,,@mayemusk @SpaceX Starship Mk 1 & Hopper,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1148023767865540608,[],[],0,,False,7422,123,182,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4733,1148018868322852864,1147934921656111104,1562544002000.0,2019-07-08 00:00:02,+0000,,@PrydeFoltz Wārløq,fi,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1148018868322852864,[],[],0,,False,468,34,20,,None,,,,,,,"[{'screen_name': 'PrydeFoltz', 'name': 'Pryde Foltz', 'id': '1532222198'}]",,,, +4734,1148016755429613568,1148009641479008256,1562543498000.0,2019-07-07 23:51:38,+0000,,@sudohack16 Agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1148016755429613568,[],[],0,,False,457,21,16,,None,,,,,,,"[{'screen_name': 'sudohack16', 'name': 'shurjo', 'id': '3059963693'}]",,,, +4735,1148011199121854464,1148009641479008256,1562542173000.0,2019-07-07 23:29:33,+0000,,Later in life Bakunin is underappreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1148011199121854464,[],[],0,,False,5024,283,196,,None,,,,,,,[],,,, +4736,1148009641479008256,1148009641479008256,1562541802000.0,2019-07-07 23:23:22,+0000,,Listening to Revolutions by Duncan https://t.co/zc9BGT8bNP Found this on a throw pillow … https://t.co/COUXCF8fG4,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1148009641479008256,['https://pca.st/podcast/b1ccb690-fd97-0130-c6ee-723c91aeae46'],['https://pbs.twimg.com/media/D-6MryoUcAAho8y.jpg'],1,https://pbs.twimg.com/media/D-6MryoUcAAho8y.jpg,False,6515,310,302,,None,,,,,,,[],,,, +4737,1148006177491472384,1147945882312220673,1562540976000.0,2019-07-07 23:09:36,+0000,,"@tossha_spb @atlasobscura Will do Starship presentation a few weeks after Hopper hovers, so prob late July. If that timing works, free LJ chips for all present!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1148006177491472384,[],[],0,,False,1083,57,106,,None,,,,,,,"[{'screen_name': 'tossha_spb', 'name': 'Anton Gromov', 'id': '126135793'}, {'screen_name': 'atlasobscura', 'name': 'Atlas Obscura', 'id': '57047586'}]",,,, +4738,1148005501625499648,1147945882312220673,1562540815000.0,2019-07-07 23:06:55,+0000,,@CulturedAI @atlasobscura My D&D char was NG,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1148005501625499648,[],[],0,,False,515,30,21,,None,,,,,,,"[{'screen_name': 'CulturedAI', 'name': 'Multivac', 'id': '2320367199'}, {'screen_name': 'atlasobscura', 'name': 'Atlas Obscura', 'id': '57047586'}]",,,, +4739,1148003767867936769,1147945882312220673,1562540401000.0,2019-07-07 23:00:01,+0000,,@atlasobscura Sounds like fun,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1148003767867936769,[],[],0,,False,3183,105,121,,None,,,,,,,"[{'screen_name': 'atlasobscura', 'name': 'Atlas Obscura', 'id': '57047586'}]",,,, +4740,1147944769537994753,1147944475618152455,1562526335000.0,2019-07-07 19:05:35,+0000,,@CormacSheehan1 Occupy Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1147944769537994753,[],[],0,,False,1159,88,89,,None,,,,,,,"[{'screen_name': 'CormacSheehan1', 'name': 'AutoSheehan', 'id': '965952567292329989'}]",,,, +4741,1147935541347807232,1147934921656111104,1562524135000.0,2019-07-07 18:28:55,+0000,,@tesla_truth 👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1147935541347807232,[],[],0,,False,3222,68,50,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +4742,1147934921656111104,1147934921656111104,1562523987000.0,2019-07-07 18:26:27,+0000,,Cat is out of the bag 🧙‍♂️ https://t.co/epUKm0a3gr,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1147934921656111104,['https://www.bloomberg.com/news/articles/2019-07-06/gates-says-steve-jobs-cast-spells-to-keep-apple-from-dying?utm_campaign=news&utm_medium=bd&utm_source=applenews'],[],0,,False,35455,1137,3650,,None,,,,,,,[],,,, +4743,1147790758449012736,1147434859217870848,1562489616000.0,2019-07-07 08:53:36,+0000,,"@austinbarnard45 Exciting progress in Boca! Hopper almost ready to hover. Based on tonight’s test, looks like 600 Hz Raptor vibration problem is fixed. https://t.co/9bLWOHG0sV",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1147790758449012736,[],['https://pbs.twimg.com/media/D-3FnGBUEAA-xrM.jpg'],1,https://pbs.twimg.com/media/D-3FnGBUEAA-xrM.jpg,False,4447,193,502,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +4744,1147438570430296064,1147437584450301952,1562405648000.0,2019-07-06 09:34:08,+0000,,@DiscoverMag Sharknado is real,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1147438570430296064,[],[],0,,False,9270,151,615,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +4745,1147436241501085698,1147434181082800129,1562405092000.0,2019-07-06 09:24:52,+0000,,@DaddyDiaz3 When sheets come loose all dignity is lost,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1147436241501085698,[],[],0,,False,6440,62,229,,None,,,,,,,"[{'screen_name': 'DaddyDiaz3', 'name': 'Not Diego', 'id': '1050588833572478977'}]",,,, +4746,1147434859217870848,1147434859217870848,1562404763000.0,2019-07-06 09:19:23,+0000,,Model X as it should be shown https://t.co/lpog2ejWQK,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1147434859217870848,['https://www.instagram.com/p/BzhWjnZgQSj/?igshid=ly4ynqxne44p'],[],0,,False,22178,623,1814,,None,,,,,,,[],,,, +4747,1147434181082800129,1147434181082800129,1562404601000.0,2019-07-06 09:16:41,+0000,,What ants must feel like https://t.co/NSsBZXnEvp,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1147434181082800129,[],['https://pbs.twimg.com/media/D-yBTguUcAAjOCm.jpg'],1,https://pbs.twimg.com/media/D-yBTguUcAAjOCm.jpg,False,102803,966,10339,,None,,,,,,,[],,,, +4748,1147433167860592640,1147405286262628353,1562404360000.0,2019-07-06 09:12:40,+0000,,@mundanemun @Cryosphear 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1147433167860592640,[],[],0,,False,547,13,15,,None,,,,,,,"[{'screen_name': 'mundanemun', 'name': 'Munira', 'id': '920390682585587713'}, {'screen_name': 'Cryosphear', 'name': 'Cryo🐺', 'id': '2999909453'}]",,,, +4749,1147418493832187904,1121240555101523968,1562400861000.0,2019-07-06 08:14:21,+0000,,@Vic82790698 @v_g_fischer @d0nahue27 Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1147418493832187904,[],[],0,,False,457,24,13,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'd0nahue27', 'name': 'Michael', 'id': '917854590133047296'}]",,,, +4750,1146574336205058048,1146571114551709698,1562199598000.0,2019-07-04 00:19:58,+0000,,Landing on Ms. Tree https://t.co/4lhPWRpaS9,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1146574336205058048,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1146574085129826304/pu/img/1Ylj6txZgnwo1V3g.jpg,False,22422,416,1459,,None,,,,,,,[],,,, +4751,1146571114551709698,1146571114551709698,1562198830000.0,2019-07-04 00:07:10,+0000,,Rocket fairing returning from space,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1146571114551709698,[],[],0,,False,33395,564,2781,https://twitter.com/SpaceX/status/1146546495241371649,None,,,,,,,[],,,, +4752,1146558452115730433,1146546049932070912,1562195811000.0,2019-07-03 23:16:51,+0000,,"@Rec1pr0city Active safety will continue to improve via over-the-air software updates. Since all Tesla cars are connected, we analyze each accident & do our best to minimize probability of recurrence.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1146558452115730433,[],[],0,,False,1475,59,115,,None,,,,,,,"[{'screen_name': 'Rec1pr0city', 'name': 'Alter -Viggo- Machete', 'id': '987294701744279554'}]",,,, +4753,1146556923614941186,1146513300953452545,1562195447000.0,2019-07-03 23:10:47,+0000,,"@Globe_Mars @CNBC We must safeguard the future of life by transitioning to sustainable energy on Earth & becoming multiplanetary via Mars. It’s not clear how much time we have to do these things, but sooner is definitely better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1146556923614941186,[],[],0,,False,16049,516,1677,,None,,,,,,,"[{'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +4754,1146551947161296896,1146546049932070912,1562194260000.0,2019-07-03 22:51:00,+0000,,@gagansachdev4 Best crash safety system is not crashing in the first place. Makes a world of difference for pedestrians & cyclists especially.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1146551947161296896,[],[],0,,False,1373,48,83,,None,,,,,,,"[{'screen_name': 'gagansachdev4', 'name': 'Gagan Sachdev', 'id': '1139187489518829575'}]",,,, +4755,1146547201482485760,1146546049932070912,1562193129000.0,2019-07-03 22:32:09,+0000,,@Suganthanmn Should be fixed soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1146547201482485760,[],[],0,,False,834,35,27,,None,,,,,,,"[{'screen_name': 'Suganthanmn', 'name': 'Suganthan Mohanadasan', 'id': '927061481090355200'}]",,,, +4756,1146546049932070912,1146546049932070912,1562192854000.0,2019-07-03 22:27:34,+0000,,Reason for top rating is that active steering & braking safety features of Tesla Autopilot are turned on no cost for all cars https://t.co/HBKwAEbgc9,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1146546049932070912,['https://www.wired.com/story/tesla-model-3-can-survive-crash-avoid-one-too/'],[],0,,False,12010,462,1034,,None,,,,,,,[],,,, +4757,1146288466373877762,1146163694239281153,1562131442000.0,2019-07-03 05:24:02,+0000,,@TesIaCharts ✌️,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1146288466373877762,[],[],0,,False,25499,223,480,,None,,,,,,,"[{'screen_name': 'TesIaCharts', 'name': 'TESLAcharts', 'id': '1009359031314649089'}]",,,, +4758,1146152051434381313,1146152051434381313,1562098918000.0,2019-07-02 20:21:58,+0000,,Congratulations Tesla team & thanks to all the new Tesla owners!! ♥️♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1146152051434381313,[],[],0,,False,56089,1622,4096,https://twitter.com/CNBCnow/status/1146151371571380225,None,,,,,,,[],,,, +4759,1146149611259609089,1146147067015778304,1562098336000.0,2019-07-02 20:12:16,+0000,,@RationalEtienne @RichardDawkins Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1146149611259609089,[],[],0,,False,1914,54,43,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'RichardDawkins', 'name': 'Richard Dawkins', 'id': '15143478'}]",,,, +4760,1146148070842724352,1146147067015778304,1562097969000.0,2019-07-02 20:06:09,+0000,,@flcnhvy Good one 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1146148070842724352,[],[],0,,False,2192,30,37,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4761,1146147067015778304,1146147067015778304,1562097729000.0,2019-07-02 20:02:09,+0000,,Meme of recursive irony https://t.co/hlrfkd9yGy,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1146147067015778304,[],['https://pbs.twimg.com/media/D-furDeUYAA1R5n.jpg'],1,https://pbs.twimg.com/media/D-furDeUYAA1R5n.jpg,False,52780,768,4572,,None,,,,,,,[],,,, +4762,1146145818442792960,1121240555101523968,1562097432000.0,2019-07-02 19:57:12,+0000,,@JoshSlaviero @v_g_fischer @d0nahue27 Not often these days. Good way to spend time with kids though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1146145818442792960,[],[],0,,False,641,22,18,,None,,,,,,,"[{'screen_name': 'JoshSlaviero', 'name': 'Josh Slaviero', 'id': '1111302483262013440'}, {'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'd0nahue27', 'name': 'Michael', 'id': '917854590133047296'}]",,,, +4763,1146144845318299650,1121240555101523968,1562097200000.0,2019-07-02 19:53:20,+0000,,@v_g_fischer @d0nahue27 Playing a little Polytopia. Gonna try Solaris w my boys.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1146144845318299650,[],[],0,,False,704,53,37,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'd0nahue27', 'name': 'Michael', 'id': '917854590133047296'}]",,,, +4764,1146142642570502144,1121240555101523968,1562096674000.0,2019-07-02 19:44:34,+0000,,@d0nahue27 Death Note,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1146142642570502144,[],[],0,,False,665,48,48,,None,,,,,,,"[{'screen_name': 'd0nahue27', 'name': 'Michael', 'id': '917854590133047296'}]",,,, +4765,1145807256220360705,1145805587969478657,1562016712000.0,2019-07-01 21:31:52,+0000,,"@flcnhvy Yeah, exactly 😀",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1145807256220360705,[],[],0,,False,1263,85,29,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4766,1145805587969478657,1145805587969478657,1562016314000.0,2019-07-01 21:25:14,+0000,,"Yep, order online at https://t.co/46TXqRrsdr in 2 mins & car delivered direct to home",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1145805587969478657,['http://Tesla.com'],[],0,,False,26365,1038,1702,https://twitter.com/gursel_mutlu/status/1145187380715855873,None,,,,,,,[],,,, +4767,1145700762678263808,1144988710490054656,1561991322000.0,2019-07-01 14:28:42,+0000,,@Alpsoy66 Is this true @CGrantWSJ?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1145700762678263808,[],[],0,,False,7840,327,335,,None,,,,,,,"[{'screen_name': 'Alpsoy66', 'name': 'Alp', 'id': '302045293'}]",,,, +4768,1145155868909948928,1145113482125295617,1561861409000.0,2019-06-30 02:23:29,+0000,,"@NebraskaJR @Ninja FWIW, based on calcs I did 10 years ago, cross-over point for Li-ion beating kerosene is ~400 Wh/kg. High cycle batteries are just over 300 Wh/kg today, but probably exceed 400 in ~5 years.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1145155868909948928,[],[],0,,False,5731,203,264,,None,,,,,,,"[{'screen_name': 'NebraskaJR', 'name': 'John (Wears a 😷) Rokes', 'id': '519585749'}, {'screen_name': 'Ninja', 'name': 'Ninja', 'id': '214201922'}]",,,, +4769,1145149274809761793,1145113482125295617,1561859837000.0,2019-06-30 01:57:17,+0000,,"@NebraskaJR @Ninja Jet A (kerosene) has much higher energy density than Li-ion, but electric motors weigh much less & convert stored energy to motion better than combustion engines",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1145149274809761793,[],[],0,,False,4713,74,136,,None,,,,,,,"[{'screen_name': 'NebraskaJR', 'name': 'John (Wears a 😷) Rokes', 'id': '519585749'}, {'screen_name': 'Ninja', 'name': 'Ninja', 'id': '214201922'}]",,,, +4770,1145115024114896896,1145113482125295617,1561851671000.0,2019-06-29 23:41:11,+0000,,"@Ninja Yes, but still a bit too limited on range. That will change in coming years as battery energy density improves.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1145115024114896896,[],[],0,,False,113818,1198,3853,,None,,,,,,,"[{'screen_name': 'Ninja', 'name': 'Ninja', 'id': '214201922'}]",,,, +4771,1145044275916234752,1145044275916234752,1561834803000.0,2019-06-29 19:00:03,+0000,,Huge thanks to all Tesla supporters around the world helping the cause. We ♥️♥️♥️ you!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1145044275916234752,[],[],0,,False,40808,987,2150,https://twitter.com/teslaownersSV/status/1132361490688761856,None,,,,,,,[],,,, +4772,1144693095201562624,1144682049934020608,1561751075000.0,2019-06-28 19:44:35,+0000,,@Tesla Tweak music & car karaoke,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1144693095201562624,[],[],0,,False,10129,380,307,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4773,1144692801407336449,1144682049934020608,1561751005000.0,2019-06-28 19:43:25,+0000,,"@Tesla Fun, little music tool coming later",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1144692801407336449,[],[],0,,False,18181,346,390,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4774,1144692596372983808,1144682049934020608,1561750956000.0,2019-06-28 19:42:36,+0000,,@EforElectric @Tesla Sure. Want to add easy import/export of images from your phone.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1144692596372983808,[],[],0,,False,1313,43,34,,None,,,,,,,"[{'screen_name': 'EforElectric', 'name': 'E for Electric', 'id': '834229333191299073'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4775,1144519004159205376,1144519004159205376,1561709569000.0,2019-06-28 08:12:49,+0000,,Thanks for the happy birthday wishes! ♥️♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1144519004159205376,[],[],0,,False,236723,16907,10651,,None,,,,,,,[],,,, +4776,1144518197028229120,1144276684176277504,1561709376000.0,2019-06-28 08:09:36,+0000,,"@Erdayastronaut @Tesla One day, there will be a little racing game in the racing game in the car",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1144518197028229120,[],[],0,,False,26268,460,870,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4777,1144513716425285633,1144419494728753152,1561708308000.0,2019-06-28 07:51:48,+0000,,@nichegamer @tomekdrabas @merkinvineyards Merkindise coming soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1144513716425285633,[],[],0,,False,1805,83,37,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'tomekdrabas', 'name': 'Tomek Drabas', 'id': '423293779'}, {'screen_name': 'merkinvineyards', 'name': 'Merkin Vineyards', 'id': '785635918052925440'}]",,,, +4778,1144447456408526848,1144419494728753152,1561692511000.0,2019-06-28 03:28:31,+0000,,@tomekdrabas @merkinvineyards They have the best merkins,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1144447456408526848,[],[],0,,False,901,57,15,,None,,,,,,,"[{'screen_name': 'tomekdrabas', 'name': 'Tomek Drabas', 'id': '423293779'}, {'screen_name': 'merkinvineyards', 'name': 'Merkin Vineyards', 'id': '785635918052925440'}]",,,, +4779,1144447020708483073,1144000369061769216,1561692407000.0,2019-06-28 03:26:47,+0000,,@AngelNDevil2 @robinivski @YusifzadaAgshin @Canis_Majoris_6 I’m such a bad public speaker! Damn.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1144447020708483073,[],[],0,,False,1416,219,47,,None,,,,,,,"[{'screen_name': 'AngelNDevil2', 'name': 'Angel & Devil', 'id': '1347954961452302336'}, {'screen_name': 'robinivski', 'name': 'Rob Forth', 'id': '836650959187103744'}, {'screen_name': 'YusifzadaAgshin', 'name': 'Agshin Yusifzada', 'id': '1105371288363769856'}, {'screen_name': 'Canis_Majoris_6', 'name': 'Alex Korocencev', 'id': '832705891031932928'}]",,,, +4780,1144439986055462912,1144421941463437312,1561690729000.0,2019-06-28 02:58:49,+0000,,@juleepam @TheOnion These do seem like wise words,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1144439986055462912,[],[],0,,False,1248,48,83,,None,,,,,,,"[{'screen_name': 'juleepam', 'name': 'Hello world 🧢', 'id': '2874502002'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +4781,1144435057555312640,1144421941463437312,1561689554000.0,2019-06-28 02:39:14,+0000,,@TheOnion If only we’d listened …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1144435057555312640,[],[],0,,False,16527,258,1521,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +4782,1144434630508142592,1144265659171270657,1561689453000.0,2019-06-28 02:37:33,+0000,,@rainnwilson 💕,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1144434630508142592,[],[],0,,False,3395,59,103,,None,,,,,,,"[{'screen_name': 'rainnwilson', 'name': 'RainnWilson', 'id': '19637934'}]",,,, +4783,1144426849113640960,1144419494728753152,1561687597000.0,2019-06-28 02:06:37,+0000,,"But, if you’re going to buy a merkin, be sure to haggle properly! https://t.co/CdddCE2atN",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1144426849113640960,['https://m.youtube.com/watch?v=51_Qs8tq5c8'],[],0,,False,14633,421,357,,None,,,,,,,[],,,, +4784,1144425117679857664,1144419494728753152,1561687185000.0,2019-06-28 01:59:45,+0000,,"If you don’t already know what a merkin is, don’t google it. You have been warned.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1144425117679857664,[],[],0,,False,21318,1071,900,,None,,,,,,,[],,,, +4785,1144419494728753152,1144419494728753152,1561685844000.0,2019-06-28 01:37:24,+0000,,Typing Merlin literally just autocorrected me to merkin 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1144419494728753152,[],[],0,,False,41946,1426,1665,,None,,,,,,,[],,,, +4786,1144334332842119168,1144331725608296448,1561665540000.0,2019-06-27 19:59:00,+0000,,"@teslaownersSV We poured our heart & soul into it. Lot of hubris too, but no regrets. Fabergé egg of cars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1144334332842119168,[],[],0,,False,1481,127,72,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +4787,1144333531558100994,1144331725608296448,1561665349000.0,2019-06-27 19:55:49,+0000,,"@naturenick Hardly anyone noticed, but still",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1144333531558100994,[],[],0,,False,1140,76,32,,None,,,,,,,"[{'screen_name': 'naturenick', 'name': 'Nick Martin', 'id': '21968546'}]",,,, +4788,1144332965037690880,1144331725608296448,1561665214000.0,2019-06-27 19:53:34,+0000,,@naturenick We worked so hard to create that exact view. Seat rails flush with floor on a rear-slanted monopost.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1144332965037690880,[],[],0,,False,1206,31,33,,None,,,,,,,"[{'screen_name': 'naturenick', 'name': 'Nick Martin', 'id': '21968546'}]",,,, +4789,1144331725608296448,1144331725608296448,1561664918000.0,2019-06-27 19:48:38,+0000,,Design & production of The Spirit of St Louis was so incredible https://t.co/IkBliEcSae,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1144331725608296448,['https://en.m.wikipedia.org/wiki/Spirit_of_St._Louis'],[],0,,False,6623,325,311,,None,,,,,,,[],,,, +4790,1144241444435238913,1144080558357721089,1561643393000.0,2019-06-27 13:49:53,+0000,,@cleantechnica 2.1 sec 0-60 mph is base model before adding rocket thruster option,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,13,https://twitter.com/elonmusk/status/1144241444435238913,[],[],0,,False,12590,471,833,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +4791,1144070096521957379,1143411098131017728,1561602541000.0,2019-06-27 02:29:01,+0000,,@bitbased @Antsmash @joseph_preece @Erdayastronaut @SpaceXFan97 @lister6520 @justpaulinelol @MattLBates That’s actually kinda true,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1144070096521957379,[],[],0,,False,781,37,23,,None,,,,,,,"[{'screen_name': 'bitbased', 'name': 'Brant Wedel 🧢', 'id': '28315901'}, {'screen_name': 'Antsmash', 'name': 'Antony', 'id': '66497703'}, {'screen_name': 'joseph_preece', 'name': 'Joseph Preece', 'id': '3306302287'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}, {'screen_name': 'lister6520', 'name': 'lister6520', 'id': '4706949269'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'MattLBates', 'name': 'Matt Bates', 'id': '353577797'}]",,,, +4792,1144007788756131840,1143411098131017728,1561587686000.0,2019-06-26 22:21:26,+0000,,@SpaceXFan97 @lister6520 @justpaulinelol @MattLBates @Erdayastronaut Almost anything. Length/diameter is much lower & Starship doesn’t have a hammerhead fairing that acts like main sail.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1144007788756131840,[],[],0,,False,1055,45,35,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}, {'screen_name': 'lister6520', 'name': 'lister6520', 'id': '4706949269'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'MattLBates', 'name': 'Matt Bates', 'id': '353577797'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4793,1144006228823199744,1143411098131017728,1561587314000.0,2019-06-26 22:15:14,+0000,,@lister6520 @justpaulinelol @MattLBates @Erdayastronaut You’re touching on a good critique of Falcon 9. Our 1st stage to 2nd stage propellant ratio is too high. We’re fixing that with Starship.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1144006228823199744,[],[],0,,False,878,24,21,,None,,,,,,,"[{'screen_name': 'lister6520', 'name': 'lister6520', 'id': '4706949269'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'MattLBates', 'name': 'Matt Bates', 'id': '353577797'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4794,1144005431020392450,1144000369061769216,1561587124000.0,2019-06-26 22:12:04,+0000,,"@baconmashwbs @Canis_Majoris_6 @YusifzadaAgshin That would be unwise. Probably needs a restraint mechanism like Disney’s Space Mountain roller coaster. Would feel similar to Space Mountain in a lot of ways, but you’d exit on another continent.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1144005431020392450,[],[],0,,False,1098,79,66,,None,,,,,,,"[{'screen_name': 'baconmashwbs', 'name': 'baconmashwbrownsugar', 'id': '1055659676245741569'}, {'screen_name': 'Canis_Majoris_6', 'name': 'Alex Korocencev', 'id': '832705891031932928'}, {'screen_name': 'YusifzadaAgshin', 'name': 'Agshin Yusifzada', 'id': '1105371288363769856'}]",,,, +4795,1144004310503530496,1144000369061769216,1561586856000.0,2019-06-26 22:07:36,+0000,,"@Canis_Majoris_6 @YusifzadaAgshin ~1000, as all seats would be “coach” & no toilets, pilot area or food galley needed. Most flights would only be 15 to 20 mins. It’s basically an ICBM traveling at Mach 25 that lands.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1144004310503530496,[],[],0,,False,1170,123,102,,None,,,,,,,"[{'screen_name': 'Canis_Majoris_6', 'name': 'Alex Korocencev', 'id': '832705891031932928'}, {'screen_name': 'YusifzadaAgshin', 'name': 'Agshin Yusifzada', 'id': '1105371288363769856'}]",,,, +4796,1144002182334812160,1144000369061769216,1561586349000.0,2019-06-26 21:59:09,+0000,,"@YusifzadaAgshin About 100, assuming people want cabins. Pressurized volume is similar to A380. Could take a lot more on shorter trips.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1144002182334812160,[],[],0,,False,708,54,38,,None,,,,,,,"[{'screen_name': 'YusifzadaAgshin', 'name': 'Agshin Yusifzada', 'id': '1105371288363769856'}]",,,, +4797,1144000167164731392,1143877203156971520,1561585869000.0,2019-06-26 21:51:09,+0000,,"@Erdayastronaut @SciGuySpace That was our design approach in early days, but fairing mass is much higher & stability of booster in ground winds is low",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1144000167164731392,[],[],0,,False,1677,41,47,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4798,1143995542969683970,1143877203156971520,1561584766000.0,2019-06-26 21:32:46,+0000,,@C3LT_Games @SciGuySpace There will be no Block 6. Moving to Starship architecture.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1143995542969683970,[],[],0,,False,977,44,47,,None,,,,,,,"[{'screen_name': 'C3LT_Games', 'name': 'C3LT', 'id': '1111004268339843072'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4799,1143995204799799298,1143877203156971520,1561584685000.0,2019-06-26 21:31:25,+0000,,"@ebelliveau @SciGuySpace Frangible would def hurt reusability. Also, presumably those quarter sections are actuated or aero control will be impossible.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1143995204799799298,[],[],0,,False,550,17,18,,None,,,,,,,"[{'screen_name': 'ebelliveau', 'name': '0xDEADCE11', 'id': '14244444'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4800,1143993847439134720,1143877203156971520,1561584362000.0,2019-06-26 21:26:02,+0000,,"@SciGuySpace Good to see this. Splitting interstage into 4 sections will have some challenges, but could work.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1143993847439134720,[],[],0,,False,5332,92,137,,None,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +4801,1143985568461807617,1143984770340282370,1561582388000.0,2019-06-26 20:53:08,+0000,,@Cocalarix @romaarra Probably sooner,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1143985568461807617,[],[],0,,False,689,38,21,,None,,,,,,,"[{'screen_name': 'romaarra', 'name': 'Чупахин Роман', 'id': '1883741551'}]",,,, +4802,1143985011680526337,1143984770340282370,1561582255000.0,2019-06-26 20:50:55,+0000,,@romaarra Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1143985011680526337,[],[],0,,False,523,27,27,,None,,,,,,,"[{'screen_name': 'romaarra', 'name': 'Чупахин Роман', 'id': '1883741551'}]",,,, +4803,1143751049406234630,1142890265369202688,1561526474000.0,2019-06-26 05:21:14,+0000,,"@TherrinKSCVC @SteelSully @annerajb @kickber @ExploreSpaceKSC Sure, that would be an honor",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1143751049406234630,[],[],0,,False,1455,70,61,,None,,,,,,,"[{'screen_name': 'TherrinKSCVC', 'name': 'Therrin H Protze', 'id': '2985010595'}, {'screen_name': 'SteelSully', 'name': 'Steel Sully', 'id': '15670148'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'ExploreSpaceKSC', 'name': 'Kennedy Space Center Visitor Complex', 'id': '27670481'}]",,,, +4804,1143690889430208514,1143411098131017728,1561512131000.0,2019-06-26 01:22:11,+0000,,@Erdayastronaut @justpaulinelol @MattLBates Most likely. It is programmed to do so.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1143690889430208514,[],[],0,,False,2300,82,73,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'MattLBates', 'name': 'Matt Bates', 'id': '353577797'}]",,,, +4805,1143690145255841797,1143411098131017728,1561511954000.0,2019-06-26 01:19:14,+0000,,@justpaulinelol @MattLBates @Erdayastronaut High entry force & heat breached engine bay & center engine TVC failed,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1143690145255841797,[],[],0,,False,2151,86,170,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'MattLBates', 'name': 'Matt Bates', 'id': '353577797'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4806,1143689602458411008,1143680880256307200,1561511824000.0,2019-06-26 01:17:04,+0000,,"@Malcolmmarsman @bluemoondance74 @SptlightVids @SpaceX Ok, thanks",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1143689602458411008,[],[],0,,False,1501,86,42,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'SptlightVids', 'name': 'Spotlight In Space', 'id': '731301988407775233'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4807,1143689107392086016,1143680880256307200,1561511706000.0,2019-06-26 01:15:06,+0000,,@bluemoondance74 @SptlightVids @SpaceX :(,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1143689107392086016,[],[],0,,False,1095,71,35,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'SptlightVids', 'name': 'Spotlight In Space', 'id': '731301988407775233'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4808,1143688793901424640,1143680880256307200,1561511631000.0,2019-06-26 01:13:51,+0000,,@bluemoondance74 @SptlightVids @SpaceX Working on Tesla global logistics,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1143688793901424640,[],[],0,,False,1521,101,61,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'SptlightVids', 'name': 'Spotlight In Space', 'id': '731301988407775233'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4809,1143688496890224640,1143411098131017728,1561511561000.0,2019-06-26 01:12:41,+0000,,@MattLBates @Erdayastronaut I know … sigh. Those are truly a work of art.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1143688496890224640,[],[],0,,False,1499,36,31,,None,,,,,,,"[{'screen_name': 'MattLBates', 'name': 'Matt Bates', 'id': '353577797'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4810,1143686587877691392,1143680880256307200,1561511105000.0,2019-06-26 01:05:05,+0000,,"@SptlightVids @SpaceX Yes, but we couldn’t take a chance on 2nd stage failing it’s 4th maneuver. This mission was more complex than anything I’m aware of in history of rockets. RIP center core, you did your duty well.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1143686587877691392,[],[],0,,False,2536,71,133,,None,,,,,,,"[{'screen_name': 'SptlightVids', 'name': 'Spotlight In Space', 'id': '731301988407775233'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4811,1143434042605539328,1143434042605539328,1561450894000.0,2019-06-25 08:21:34,+0000,,Ms. Tree caught the Falcon fairing!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1143434042605539328,[],[],0,,False,38810,873,1902,,None,,,,,,,[],,,, +4812,1143418511710150656,1143411098131017728,1561447191000.0,2019-06-25 07:19:51,+0000,,@SpaceXUpdates @Erdayastronaut High payload/delta-V missions will always be far downrange. Value of boost stage is measured (essentially) by *horizontal* velocity imparted to upper stage. Altitude is almost unimportant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1143418511710150656,[],[],0,,False,1253,67,50,,None,,,,,,,"[{'screen_name': 'SpaceXUpdates', 'name': 'SpaceXUpdates', 'id': '738023983266828288'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4813,1143416587418066944,1143411098131017728,1561446732000.0,2019-06-25 07:12:12,+0000,,@Erdayastronaut Center core RUD. It was a long shot.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1143416587418066944,[],[],0,,False,9266,320,306,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4814,1143388381885403137,1142904294196178944,1561440008000.0,2019-06-25 05:20:08,+0000,,@autonomyEV @tesla_truth @marialauraadr @_TomCross_ He was the real deal,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1143388381885403137,[],[],0,,False,739,26,22,,None,,,,,,,"[{'screen_name': 'autonomyEV', 'name': 'autonomyEV', 'id': '1084934534171365377'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': '_TomCross_', 'name': 'TomCross', 'id': '942308439052648448'}]",,,, +4815,1143387951470133250,1142904294196178944,1561439905000.0,2019-06-25 05:18:25,+0000,,@autonomyEV @tesla_truth @marialauraadr @_TomCross_ One of our main conference rooms at SpaceX is named after Goddard,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1143387951470133250,[],[],0,,False,806,14,30,,None,,,,,,,"[{'screen_name': 'autonomyEV', 'name': 'autonomyEV', 'id': '1084934534171365377'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': '_TomCross_', 'name': 'TomCross', 'id': '942308439052648448'}]",,,, +4816,1143386791241801728,1143329600161947648,1561439628000.0,2019-06-25 05:13:48,+0000,,"@0411ashwin No, it’s along the way",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1143386791241801728,[],[],0,,False,597,16,21,,None,,,,,,,"[{'screen_name': '0411ashwin', 'name': 'Ashwin Desai', 'id': '575973976'}]",,,, +4817,1143384061014097920,1142904294196178944,1561438977000.0,2019-06-25 05:02:57,+0000,,@0411ashwin Colonizing Mars one mug at a time!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1143384061014097920,[],[],0,,False,975,34,35,,None,,,,,,,"[{'screen_name': '0411ashwin', 'name': 'Ashwin Desai', 'id': '575973976'}]",,,, +4818,1143362117128654848,1142904294196178944,1561433746000.0,2019-06-25 03:35:46,+0000,,@marialauraadr @_TomCross_ Waiting for Falcon Heavy to launch means high cortisol levels. This is our toughest rocket launch ever.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1143362117128654848,[],[],0,,False,1337,109,53,,None,,,,,,,"[{'screen_name': '_TomCross_', 'name': 'TomCross', 'id': '942308439052648448'}]",,,, +4819,1143361574977101824,1142904294196178944,1561433616000.0,2019-06-25 03:33:36,+0000,,@tesla_truth @_TomCross_ Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1143361574977101824,[],[],0,,False,739,51,27,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': '_TomCross_', 'name': 'TomCross', 'id': '942308439052648448'}]",,,, +4820,1143360448592588801,1142904294196178944,1561433348000.0,2019-06-25 03:29:08,+0000,,@_TomCross_ Heat will breathe life into Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1143360448592588801,[],[],0,,False,1333,61,43,,None,,,,,,,"[{'screen_name': '_TomCross_', 'name': 'TomCross', 'id': '942308439052648448'}]",,,, +4821,1143357504782503936,1142890265369202688,1561432646000.0,2019-06-25 03:17:26,+0000,,@Ethyr44 @Erdayastronaut @SteelSully @annerajb @kickber @ExploreSpaceKSC Yes! I love botanical gardens. This is my favorite: https://t.co/MP1JwqHv85,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1143357504782503936,['https://www.kew.org'],[],0,,False,770,63,33,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SteelSully', 'name': 'Steel Sully', 'id': '15670148'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'ExploreSpaceKSC', 'name': 'Kennedy Space Center Visitor Complex', 'id': '27670481'}]",,,, +4822,1143356547126484992,1142890265369202688,1561432418000.0,2019-06-25 03:13:38,+0000,,@Erdayastronaut @SteelSully @annerajb @kickber @ExploreSpaceKSC Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1143356547126484992,[],[],0,,False,726,26,21,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SteelSully', 'name': 'Steel Sully', 'id': '15670148'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'kickber', 'name': 'it is now my duty to completely drain you', 'id': '769009202253729792'}, {'screen_name': 'ExploreSpaceKSC', 'name': 'Kennedy Space Center Visitor Complex', 'id': '27670481'}]",,,, +4823,1143355278953463818,1142890265369202688,1561432115000.0,2019-06-25 03:08:35,+0000,,"@SteelSully @annerajb @kickber @ExploreSpaceKSC Yeah, that sounds ideal! I love the KSC rocket garden. Spent many days there looking at rocket design details.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1143355278953463818,[],[],0,,False,836,22,28,,None,,,,,,,"[{'screen_name': 'SteelSully', 'name': 'Steel Sully', 'id': '15670148'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'kickber', 'name': 'it is now my duty to completely drain you', 'id': '769009202253729792'}, {'screen_name': 'ExploreSpaceKSC', 'name': 'Kennedy Space Center Visitor Complex', 'id': '27670481'}]",,,, +4824,1143347243103244288,1142904294196178944,1561430199000.0,2019-06-25 02:36:39,+0000,,@John_Gardi Uh oh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1143347243103244288,[],[],0,,False,744,36,15,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +4825,1143345170122989568,1142890265369202688,1561429705000.0,2019-06-25 02:28:25,+0000,,@annerajb @kickber Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1143345170122989568,[],[],0,,False,551,21,13,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +4826,1143344216971653120,1142904294196178944,1561429478000.0,2019-06-25 02:24:38,+0000,,"On Mars, I like to drink my coffee in this mug https://t.co/DN7aIyhhQ3",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1143344216971653120,['https://shop.spacex.com/occupy-mars-heat-sensitive-terraforming-mug.html'],[],0,,False,12569,668,494,,None,,,,,,,[],,,, +4827,1143339171295219712,1142890265369202688,1561428275000.0,2019-06-25 02:04:35,+0000,,@kickber Chomsky is the Iago of socio-economic theory & Piketty is his docile puppet,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1143339171295219712,[],[],0,,False,441,54,30,,None,,,,,,,[],,,, +4828,1143335443666280448,1143329600161947648,1561427386000.0,2019-06-25 01:49:46,+0000,,@Matthew_Nolan1 @austinbarnard45 Starship will do orbital launches from Boca Chica (near Brownsville) & Cape,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1143335443666280448,[],[],0,,False,968,40,45,,None,,,,,,,"[{'screen_name': 'Matthew_Nolan1', 'name': 'Matthew Nolan', 'id': '1225998960'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +4829,1143333457512345600,1143329600161947648,1561426913000.0,2019-06-25 01:41:53,+0000,,"@StevenHardison At Cape for launch, so watched on hotel screen, but still so beautiful …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1143333457512345600,[],[],0,,False,638,27,23,,None,,,,,,,"[{'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +4830,1143331906408370176,1143329600161947648,1561426543000.0,2019-06-25 01:35:43,+0000,,@austinbarnard45 Just watched it from your link ♥️♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1143331906408370176,[],[],0,,False,907,30,27,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +4831,1143329943381794819,1143329600161947648,1561426075000.0,2019-06-25 01:27:55,+0000,,@Game_Overlord98 Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1143329943381794819,[],[],0,,False,601,22,15,,None,,,,,,,"[{'screen_name': 'Game_Overlord98', 'name': 'Preston Ross', 'id': '615810367'}]",,,, +4832,1143329600161947648,1143329600161947648,1561425993000.0,2019-06-25 01:26:33,+0000,,♥️🚀 Apollo 11 🚀♥️ https://t.co/zJ68cEalNL https://t.co/jOemJIx87x,in,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1143329600161947648,['https://m.youtube.com/watch?v=K5JtxB8KVm0'],['https://pbs.twimg.com/media/D93sNcZXYAEVUaT.jpg'],1,https://pbs.twimg.com/media/D93sNcZXYAEVUaT.jpg,False,15674,405,1146,,None,,,,,,,[],,,, +4833,1143296749731241984,1143285404797476869,1561418161000.0,2019-06-24 23:16:01,+0000,,"@RenataKonkoly @Teslarati Yes, the droids can now hold down the center core",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1143296749731241984,[],[],0,,False,1121,39,46,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4834,1143287719075950593,1143285404797476869,1561416008000.0,2019-06-24 22:40:08,+0000,,"@Teslarati Odds of center core surviving are about 50% imo, as it’s coming in about 4 times faster than a rifle bullet",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1143287719075950593,[],[],0,,False,5875,178,328,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4835,1143277935060803589,1143263868593954816,1561413675000.0,2019-06-24 22:01:15,+0000,,@Scobleizer @Tesla @teslaownersSV 🖤 Tesla Software Engineering 🖤,ca,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1143277935060803589,[],[],0,,False,7521,102,187,,None,,,,,,,"[{'screen_name': 'Scobleizer', 'name': 'Scoble', 'id': '13348'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +4836,1143277679443095559,1143277679443095559,1561413614000.0,2019-06-24 22:00:14,+0000,,Falcon Heavy on LC-39A https://t.co/FsfFa7bRRK,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1143277679443095559,[],['https://pbs.twimg.com/media/D928_MMXoAE1hS1.jpg'],1,https://pbs.twimg.com/media/D928_MMXoAE1hS1.jpg,False,74763,1379,7438,,None,,,,,,,[],,,, +4837,1143211289499578368,1142904294196178944,1561397785000.0,2019-06-24 17:36:25,+0000,,"@Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy All Raptors have slight throttle range by adjusting flow to ox & fuel turbines, but deep throttling imposes limitations on injector stiffness & needs extra hardware. Swear these are legit technical terms 🤗",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1143211289499578368,[],[],0,,False,1562,83,62,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4838,1143207768423313408,1142904294196178944,1561396946000.0,2019-06-24 17:22:26,+0000,,@Some1gee @Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy It’s a factor. Main reason is that FFSC is the ultimate architecture for converting propellant into rocket velocity.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1143207768423313408,[],[],0,,False,517,14,19,,None,,,,,,,"[{'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4839,1143207172756647937,1142904294196178944,1561396804000.0,2019-06-24 17:20:04,+0000,,"@Elthiryel @Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy Yes, they run at *much* higher pressure, but lower temperature. Thermal shock & strain are what fatigue Merlin turbine blades. Solvable for high reusability, but better to apply that engineering to Raptor.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1143207172756647937,[],[],0,,False,591,9,21,,None,,,,,,,"[{'screen_name': 'Elthiryel', 'name': 'Piotr Szmigielski', 'id': '39562704'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4840,1143196366614749184,1142904294196178944,1561394228000.0,2019-06-24 16:37:08,+0000,,"@SpaceXFan97 @Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy Same as last time, although we made a design improvement that could yield about 7 bar more",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1143196366614749184,[],[],0,,False,655,16,20,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4841,1143195449425321984,1142904294196178944,1561394009000.0,2019-06-24 16:33:29,+0000,,@Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy Merlin could probably do 1000 flights too. Turbine blade fatigue cracking would require periodic weld repair or replacement. Probably some seals & bearings as well. Coking not really an issue.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1143195449425321984,[],[],0,,False,1304,35,54,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4842,1143141729908023297,1143036450319085569,1561381201000.0,2019-06-24 13:00:01,+0000,,@engadget So cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/1143141729908023297,[],[],0,,False,11169,186,280,,None,,,,,,,"[{'screen_name': 'engadget', 'name': 'Engadget', 'id': '14372486'}]",,,, +4843,1143139726339256321,1143136902184394752,1561380723000.0,2019-06-24 12:52:03,+0000,,@soswow @elontimes Anything with high contrast,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/1143139726339256321,[],[],0,,False,612,16,15,,None,,,,,,,"[{'screen_name': 'soswow', 'name': 'Aleksandr ""Sasha"" Motsjonov', 'id': '19060199'}, {'screen_name': 'elontimes', 'name': 'ElonTimes', 'id': '840765315214643201'}]",,,, +4844,1143139343948759040,1143136902184394752,1561380632000.0,2019-06-24 12:50:32,+0000,,@teslaownersSV @elontimes Excessive shades of grey,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/1143139343948759040,[],[],0,,False,762,58,35,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'elontimes', 'name': 'ElonTimes', 'id': '840765315214643201'}]",,,, +4845,1143137462283382784,1143136902184394752,1561380184000.0,2019-06-24 12:43:04,+0000,,"@elontimes Yeah, we’ve been working on curbs a *lot*. Concrete seams too. So glamorous.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/1143137462283382784,[],[],0,,False,464,26,20,,None,,,,,,,"[{'screen_name': 'elontimes', 'name': 'ElonTimes', 'id': '840765315214643201'}]",,,, +4846,1143128635525799936,1142904294196178944,1561378079000.0,2019-06-24 12:07:59,+0000,,"@Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy Other rocket engines were designed for no (or almost no) reuse. Raptor is designed for heavy & immediate reuse, like an aircraft jet engine, with inspections required only after many flights, assuming instrumentation shows it good. Using hydrostatic bearings certainly helps.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/1143128635525799936,[],[],0,,False,2023,59,129,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4847,1143109288103239680,1142890265369202688,1561373466000.0,2019-06-24 10:51:06,+0000,,@28delayslater @EvaFoxU Third revision of Enhanced Summon hopefully going to Tesla owners with early access later this week,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1143109288103239680,[],[],0,,False,879,61,66,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +4848,1143108468070658053,1142890265369202688,1561373271000.0,2019-06-24 10:47:51,+0000,,@EvaFoxU Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1143108468070658053,[],[],0,,False,315,8,9,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}]",,,, +4849,1143043190892744704,1142904294196178944,1561357708000.0,2019-06-24 06:28:28,+0000,,@joe_mckirdy @Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy Depends on destination,fr,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1143043190892744704,[],[],0,,False,595,27,18,,None,,,,,,,"[{'screen_name': 'joe_mckirdy', 'name': 'Joe McKirdy', 'id': '778884977882701824'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4850,1143042578973171713,1142904294196178944,1561357562000.0,2019-06-24 06:26:02,+0000,,"@Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy Planning on a simplifying mod to Raptor for max thrust, but no throttling, to get to 250 mT level",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1143042578973171713,[],[],0,,False,1208,28,50,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4851,1143040289587814400,1142904294196178944,1561357016000.0,2019-06-24 06:16:56,+0000,,"@Erdayastronaut @13ericralph31 @HarryStoltz1 @flcnhvy Since Raptor produces 200 tons of force, cost per ton would be $1000. However, Raptor is designed for ~1000 flights with negligible maintenance, so cost per ton over time would actually be ~$1.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1143040289587814400,[],[],0,,False,2066,64,155,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4852,1143036518958882816,1142890265369202688,1561356117000.0,2019-06-24 06:01:57,+0000,,@DatKlow Chomsky sucks,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1143036518958882816,[],[],0,,False,2199,560,424,,None,,,,,,,[],,,, +4853,1143034705555730433,1142890265369202688,1561355685000.0,2019-06-24 05:54:45,+0000,,"Yet another Monty Python reference, possibly my favorite https://t.co/kzjh26eIEn",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1143034705555730433,['https://m.youtube.com/watch?v=R7qT-C-0ajI'],[],0,,False,17553,424,594,,None,,,,,,,[],,,, +4854,1143032327783768064,1142890265369202688,1561355118000.0,2019-06-24 05:45:18,+0000,,Anarcho-syndicalism FTW!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1143032327783768064,[],[],0,,False,20685,912,940,,None,,,,,,,[],,,, +4855,1143026166112108544,1142904294196178944,1561353649000.0,2019-06-24 05:20:49,+0000,,"@Erdayastronaut @HarryStoltz1 @flcnhvy More than that now, but <10% of that in volume, although much to be proven",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1143026166112108544,[],[],0,,False,1380,23,38,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4856,1143022645585358848,1142904294196178944,1561352809000.0,2019-06-24 05:06:49,+0000,,"@HarryStoltz1 @Erdayastronaut @flcnhvy Full year production is usually ~70% of peak daily rate, so 500/year. Still, non-trivial at 100,000 tons of thrust/year.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1143022645585358848,[],[],0,,False,1423,29,62,,None,,,,,,,"[{'screen_name': 'HarryStoltz1', 'name': 'Harry Stoltz', 'id': '727955767567884289'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4857,1143019549492744203,1142904294196178944,1561352071000.0,2019-06-24 04:54:31,+0000,,"@Erdayastronaut @flcnhvy Raptor liberated its oxygen turbine stator (appears to be mechanical, not metal combustion failure), so we need to update the design & replace some parts. Production is ramping exponentially, though. SN6 almost done. Aiming for an engine every 12 hours by end of year.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1143019549492744203,[],[],0,,False,3124,78,164,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4858,1143009367953944578,1142904294196178944,1561349644000.0,2019-06-24 04:14:04,+0000,,@MinaMYoussef @Erdayastronaut @flcnhvy https://t.co/NEHmzHYJEE,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1143009367953944578,[],['https://pbs.twimg.com/media/D9zI9g9XsAIBa-n.jpg'],1,https://pbs.twimg.com/media/D9zI9g9XsAIBa-n.jpg,False,1202,86,73,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4859,1143007430898528256,1142904294196178944,1561349182000.0,2019-06-24 04:06:22,+0000,,"@Erdayastronaut @flcnhvy For sure moon 1st, as it’s only 3 days away & u don’t need interplanetary orbital synchronization",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1143007430898528256,[],[],0,,False,4417,77,167,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4860,1142905897846394881,1142904294196178944,1561324974000.0,2019-06-23 21:22:54,+0000,,@flcnhvy Moon too,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1142905897846394881,[],[],0,,False,10397,154,261,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4861,1142905564189450240,1142904294196178944,1561324895000.0,2019-06-23 21:21:35,+0000,,@flcnhvy 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1142905564189450240,[],[],0,,False,10370,71,164,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4862,1142904294196178944,1142904294196178944,1561324592000.0,2019-06-23 21:16:32,+0000,, https://t.co/yUUSNdWMEw,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1142904294196178944,[],['https://pbs.twimg.com/media/D9xpZe3VUAAo-DK.jpg'],1,https://pbs.twimg.com/media/D9xpZe3VUAAo-DK.jpg,False,173532,4377,19105,,None,,,,,,,[],,,, +4863,1142902674636955648,1142890265369202688,1561324206000.0,2019-06-23 21:10:06,+0000,,@RobertGigawatt @urnamma Earth,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1142902674636955648,[],[],0,,False,1336,37,27,,None,,,,,,,"[{'screen_name': 'urnamma', 'name': 'Matt Lancaster', 'id': '100120912'}]",,,, +4864,1142902063203942400,1142890265369202688,1561324060000.0,2019-06-23 21:07:40,+0000,,@urnamma After Starship returns from orbit,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1142902063203942400,[],[],0,,False,1397,30,22,,None,,,,,,,"[{'screen_name': 'urnamma', 'name': 'Matt Lancaster', 'id': '100120912'}]",,,, +4865,1142892702968631296,1142890265369202688,1561321828000.0,2019-06-23 20:30:28,+0000,,@Perky3327 @Erdayastronaut Mars belongs to the Martians,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1142892702968631296,[],[],0,,False,3338,163,283,,None,,,,,,,"[{'screen_name': 'Perky3327', 'name': 'Ivan Perković', 'id': '860444779078922240'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4866,1142890866471665664,1142890265369202688,1561321391000.0,2019-06-23 20:23:11,+0000,,@Erdayastronaut A lot.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1142890866471665664,[],[],0,,False,3555,139,61,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +4867,1142890265369202688,1142890265369202688,1561321247000.0,2019-06-23 20:20:47,+0000,,Accelerating Starship development to build the Martian Technocracy,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1142890265369202688,[],[],0,,False,75941,2039,5477,,None,,,,,,,[],,,, +4868,1142847732593258496,1142847732593258496,1561311107000.0,2019-06-23 17:31:47,+0000,,Anywhere can be paradise as long as you have the will to live. 新世紀エヴァンゲリオン https://t.co/bC2G5UYPzS,ja,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1142847732593258496,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1142847716361326597/pu/img/jQ39OShdKMmCYM-Q.jpg,False,119512,2496,22228,,None,,,,,,,[],,,, +4869,1142498938630443008,1142498384269332481,1561227948000.0,2019-06-22 18:25:48,+0000,,@ItWiggled Maybe a musket with candy ammo?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1142498938630443008,[],[],0,,False,995,103,37,,None,,,,,,,[],,,, +4870,1142491430796984320,1142420478147141632,1561226158000.0,2019-06-22 17:55:58,+0000,,@fermatslibrary e^ln(🦆) = 🦆,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1142491430796984320,[],[],0,,False,34132,510,3989,,None,,,,,,,"[{'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +4871,1142181516870422528,1141781922500239361,1561152268000.0,2019-06-21 21:24:28,+0000,,@s8n Swear it works great in hell or yer 💰 back,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1142181516870422528,[],[],0,,False,13429,105,341,,None,,,,,,,"[{'screen_name': 's8n', 'name': 'Satan', 'id': '13615722'}]",,,, +4872,1142181026862522368,1141781922500239361,1561152152000.0,2019-06-21 21:22:32,+0000,,@PolyBork @s8n Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1142181026862522368,[],[],0,,False,1330,24,26,,None,,,,,,,"[{'screen_name': 'PolyBork', 'name': 'PolyBork', 'id': '1049946873241452545'}, {'screen_name': 's8n', 'name': 'Satan', 'id': '13615722'}]",,,, +4873,1142180621877334017,1141781922500239361,1561152055000.0,2019-06-21 21:20:55,+0000,,@s8n https://t.co/Fd4Ab64rOk,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1142180621877334017,[],['https://pbs.twimg.com/media/D9nXOHWUYAABc6a.jpg'],1,https://pbs.twimg.com/media/D9nXOHWUYAABc6a.jpg,False,8739,80,332,,None,,,,,,,[],,,, +4874,1142134742726275072,1141641356487667713,1561141117000.0,2019-06-21 18:18:37,+0000,,"@alex_avoigt @ValueAnalyst1 @MickPaul4 @Tesla A few other small things change, but pretty close",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1142134742726275072,[],[],0,,False,1084,47,37,,None,,,,,,,"[{'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}, {'screen_name': 'MickPaul4', 'name': 'Mick Paul', 'id': '2167756091'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4875,1142130690848256002,1142087718526210048,1561140151000.0,2019-06-21 18:02:31,+0000,,@tmornini @Tesla Tesla is putting significant resources into high-efficiency battery recycling. Makes both environmental & economic sense. Please consider joining if interested in recycling engineering!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1142130690848256002,[],[],0,,False,1918,52,158,,None,,,,,,,"[{'screen_name': 'tmornini', 'name': 'tmornini.hodl', 'id': '13445732'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4876,1142115432649777152,1142087718526210048,1561136513000.0,2019-06-21 17:01:53,+0000,,"@tmornini @Tesla No, we’re already recycling them",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1142115432649777152,[],[],0,,False,14426,222,468,,None,,,,,,,"[{'screen_name': 'tmornini', 'name': 'tmornini.hodl', 'id': '13445732'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4877,1141978540021170176,1141959635471142912,1561103875000.0,2019-06-21 07:57:55,+0000,,"@eugenelee3 @engineers_feed Yes, demographics, stratified by age, will look like an upside down pyramid with many old people & fewer young",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1141978540021170176,[],[],0,,False,935,110,50,,None,,,,,,,"[{'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +4878,1141977875567919104,1141959635471142912,1561103717000.0,2019-06-21 07:55:17,+0000,,"@engineers_feed Real issue will an aging & declining world population by 2050, *not* overpopulation. Randers estimate far more accurate than UN imo: https://t.co/cdHf62bxpb",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1141977875567919104,['https://en.m.wikipedia.org/wiki/Projections_of_population_growth'],[],0,,False,6790,307,461,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +4879,1141805140581613574,1141781922500239361,1561062533000.0,2019-06-20 20:28:53,+0000,,@Kristennetten https://t.co/IOGjoFzGDH,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1141805140581613574,['https://en.m.wikipedia.org/wiki/Self-replicating_spacecraft#Von_Neumann_probes'],[],0,,False,1448,107,83,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +4880,1141803607362166784,1141781922500239361,1561062168000.0,2019-06-20 20:22:48,+0000,,We are the Von Neumann machines,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1141803607362166784,[],[],0,,False,33749,820,1369,,None,,,,,,,[],,,, +4881,1141783924508516352,1141781922500239361,1561057475000.0,2019-06-20 19:04:35,+0000,, https://t.co/GcsHAMgnXz,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1141783924508516352,[],['https://pbs.twimg.com/media/D9hubPAXoAE9oJE.jpg'],1,https://pbs.twimg.com/media/D9hubPAXoAE9oJE.jpg,False,92979,1155,6850,,None,,,,,,,[],,,, +4882,1141782573498040320,1141782471303979008,1561057153000.0,2019-06-20 18:59:13,+0000,,@hntrcllns Yezz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1141782573498040320,[],[],0,,False,1003,54,37,,None,,,,,,,"[{'screen_name': 'hntrcllns', 'name': 'hunter', 'id': '1663829215'}]",,,, +4883,1141781922500239361,1141781922500239361,1561056998000.0,2019-06-20 18:56:38,+0000,,Stonk tip of the day https://t.co/tvPodcAtkK,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1141781922500239361,[],['https://pbs.twimg.com/media/D9hsmhlWsAAO6We.jpg'],1,https://pbs.twimg.com/media/D9hsmhlWsAAO6We.jpg,False,428894,3245,77009,,None,,,,,,,[],,,, +4884,1141779311155744768,1141779311155744768,1561056375000.0,2019-06-20 18:46:15,+0000,,Kids playing Beach Buggy in Tesla store https://t.co/palYq9rPzl,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1141779311155744768,[],['https://pbs.twimg.com/media/D9hqOjUWwAE9GFA.jpg'],1,https://pbs.twimg.com/media/D9hqOjUWwAE9GFA.jpg,False,42956,663,1646,,None,,,,,,,[],,,, +4885,1141770185667469312,1141758485736112129,1561054199000.0,2019-06-20 18:09:59,+0000,,"@Cmdr_Hadfield @SpaceX @OurWorldInData Exactly. And many areas of countries showing good Internet actually have poor or no access, so those are important to address too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1141770185667469312,[],[],0,,False,5419,225,272,,None,,,,,,,"[{'screen_name': 'Cmdr_Hadfield', 'name': 'Chris Hadfield', 'id': '186154646'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'OurWorldInData', 'name': 'Our World in Data', 'id': '3169963433'}]",,,, +4886,1141530584046604295,1141409584457768960,1560997074000.0,2019-06-20 02:17:54,+0000,,@marshgre @Model3Owners One of my favorite original Roadster colors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1141530584046604295,[],[],0,,False,1741,106,30,,None,,,,,,,"[{'screen_name': 'marshgre', 'name': 'umop ap!sdn', 'id': '260184360'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4887,1141530118621257729,1141409584457768960,1560996963000.0,2019-06-20 02:16:03,+0000,,@Model3Owners How about baby pink?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1141530118621257729,[],[],0,,False,2722,235,69,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4888,1141439850861588480,1141439850861588480,1560975442000.0,2019-06-19 20:17:22,+0000,,Reminder that US federal tax drops by $1875 for any Tesla delivered after June 30. Order online at https://t.co/46TXqRrsdr.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1141439850861588480,['http://Tesla.com'],[],0,,False,7806,476,584,,None,,,,,,,[],,,, +4889,1141419842139852800,1141409584457768960,1560970671000.0,2019-06-19 18:57:51,+0000,,"@Model3Owners Changing the palette is hell on service, because cars last for 20 years. Every color change has a long tail of hurt, especially for Model 3.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1141419842139852800,[],[],0,,False,2336,146,49,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +4890,1141411390155980800,1141409584457768960,1560968656000.0,2019-06-19 18:24:16,+0000,,@dealer_of_happy A simple white (not pearl multi-coat),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1141411390155980800,[],[],0,,False,3162,188,66,,None,,,,,,,"[{'screen_name': 'dealer_of_happy', 'name': 'Dealer of Happiness', 'id': '926168449042219008'}]",,,, +4891,1141409584457768960,1141409584457768960,1560968225000.0,2019-06-19 18:17:05,+0000,,"Starting next month, Tesla will charge $1000 for color black (same price as silver)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1141409584457768960,[],[],0,,False,39560,2390,1256,,None,,,,,,,[],,,, +4892,1141378360544641024,1141375086974386177,1560960781000.0,2019-06-19 16:13:01,+0000,,@techAU @Tesla Will consider,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1141378360544641024,[],[],0,,False,962,83,28,,None,,,,,,,"[{'screen_name': 'techAU', 'name': 'techAU', 'id': '13083622'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4893,1141375028321062912,1141307185911255040,1560959987000.0,2019-06-19 15:59:47,+0000,,@Teslarati This will be our most difficult launch ever,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1141375028321062912,[],[],0,,False,8187,325,337,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4894,1141367104702038016,1140801948087545856,1560958097000.0,2019-06-19 15:28:17,+0000,,@KTLA @HPRoboCop But on the inside … https://t.co/tKvRtCYiMN,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1141367104702038016,[],['https://pbs.twimg.com/tweet_video_thumb/D9bzUqoUcAAfUgf.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/D9bzUqoUcAAfUgf.jpg,False,17981,330,1101,,None,,,,,,,"[{'screen_name': 'KTLA', 'name': 'KTLA', 'id': '10252962'}, {'screen_name': 'HPRoboCop', 'name': 'HPRoboCop', 'id': '1113504422728876032'}]",,,, +4895,1141201369556119554,1141160496051163136,1560918583000.0,2019-06-19 04:29:43,+0000,,@JaneidyEve @cleantechnica @Tesla Original Star Wars,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1141201369556119554,[],[],0,,False,1563,135,78,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4896,1141198742919344130,1141160496051163136,1560917957000.0,2019-06-19 04:19:17,+0000,,@cleantechnica @Tesla Sole meunière https://t.co/EYi4gHmJ5X,fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1141198742919344130,['https://m.youtube.com/watch?v=uycsfu4574w'],[],0,,False,2003,70,60,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4897,1141169500512870400,1141168623282733056,1560910985000.0,2019-06-19 02:23:05,+0000,,@amir_sarrafi Probably fine. Some Tesla taxis in Amsterdam have 3 times that mileage.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1141169500512870400,[],[],0,,False,930,33,30,,None,,,,,,,[],,,, +4898,1141132845202599937,1141052390759698433,1560902246000.0,2019-06-18 23:57:26,+0000,,"@nichegamer Actually, I stole it from my secret meme dealer #moneygang",en,['moneygang'],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1141132845202599937,[],[],0,,False,5831,89,138,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +4899,1141064867039727616,1141052390759698433,1560886038000.0,2019-06-18 19:27:18,+0000,,"@flcnhvy 🎶 Non, je ne regrette meme 🎶",fr,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1141064867039727616,[],[],0,,False,6669,114,229,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +4900,1141062780012978176,1141052390759698433,1560885541000.0,2019-06-18 19:19:01,+0000,,@TeslaTn @28delayslater @CNBC 🤣🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1141062780012978176,[],[],0,,False,875,39,25,,None,,,,,,,"[{'screen_name': 'TeslaTn', 'name': 'Tesla Owners Tennessee', 'id': '1048016394724552705'}, {'screen_name': '28delayslater', 'name': '🐶Earl of FrunkPuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +4901,1141062737960853504,1141052390759698433,1560885531000.0,2019-06-18 19:18:51,+0000,,@28delayslater Missed you too ♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1141062737960853504,[],[],0,,False,4985,106,75,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +4902,1141052390759698433,1141052390759698433,1560883064000.0,2019-06-18 18:37:44,+0000,,Touched by an 😇 https://t.co/LqPQ5Ff0PK,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1141052390759698433,[],['https://pbs.twimg.com/media/D9XVE13WkAALhOQ.jpg'],1,https://pbs.twimg.com/media/D9XVE13WkAALhOQ.jpg,False,215933,2306,27339,,None,,,,,,,[],,,, +4903,1140476920322068480,1140469615480336385,1560745861000.0,2019-06-17 04:31:01,+0000,,@vincent13031925 @TeslaMiles @ShadowCatTrash Not sure yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1140476920322068480,[],[],0,,False,1136,69,28,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'TeslaMiles', 'name': 'Tesla🔋', 'id': '953357473834065920'}, {'screen_name': 'ShadowCatTrash', 'name': 'Hahah, no', 'id': '830950489462304768'}]",,,, +4904,1140475714136768512,1140469615480336385,1560745573000.0,2019-06-17 04:26:13,+0000,,@hair_tennant My chariot license is made of papyrus!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1140475714136768512,[],[],0,,False,1304,80,43,,None,,,,,,,[],,,, +4905,1140473067375751168,1140469615480336385,1560744942000.0,2019-06-17 04:15:42,+0000,,@TeslaMiles @ShadowCatTrash That’s the Tesla part,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1140473067375751168,[],[],0,,False,1532,50,30,,None,,,,,,,"[{'screen_name': 'TeslaMiles', 'name': 'Tesla🔋', 'id': '953357473834065920'}, {'screen_name': 'ShadowCatTrash', 'name': 'Hahah, no', 'id': '830950489462304768'}]",,,, +4906,1140472581885067264,1140469615480336385,1560744827000.0,2019-06-17 04:13:47,+0000,,@ShadowCatTrash Overall master plan should be explained. I think it still makes sense if we don’t consider AI 2b other.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1140472581885067264,[],[],0,,False,1809,59,53,,None,,,,,,,"[{'screen_name': 'ShadowCatTrash', 'name': 'Hahah, no', 'id': '830950489462304768'}]",,,, +4907,1140470887721816064,1140469615480336385,1560744423000.0,2019-06-17 04:07:03,+0000,,@hair_tennant I’ve been tweeting strange shit since Ramses II. He was a great pharaoh!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1140470887721816064,[],[],0,,False,1781,85,103,,None,,,,,,,[],,,, +4908,1140414413322670080,1140401165919592448,1560730958000.0,2019-06-17 00:22:38,+0000,,@flcnhvy @bluestonenew @DigitalTrends @SpaceX Might get pushed to next month. Starhopper flight first. Waiting on engine repair.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1140414413322670080,[],[],0,,False,1426,59,75,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'bluestonenew', 'name': 'Chemical.soul🅾', 'id': '1042825885039165440'}, {'screen_name': 'DigitalTrends', 'name': 'Digital Trends', 'id': '14763734'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4909,1140409588279209984,1140401165919592448,1560729808000.0,2019-06-17 00:03:28,+0000,,"@bluestonenew @DigitalTrends @SpaceX 10 years ago, SpaceX server room was named Skynet as a joke. Fate 🖤 irony.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1140409588279209984,[],[],0,,False,824,49,41,,None,,,,,,,"[{'screen_name': 'bluestonenew', 'name': 'Chemical.soul🅾', 'id': '1042825885039165440'}, {'screen_name': 'DigitalTrends', 'name': 'Digital Trends', 'id': '14763734'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4910,1140392195943325696,1140388952463040512,1560725661000.0,2019-06-16 22:54:21,+0000,,@JohnnaCrider1 @NASA @SpaceX @NASA_Technology @reddit Thanks 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1140392195943325696,[],[],0,,False,887,32,20,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Techno Gem', 'id': '1957568797'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA_Technology', 'name': 'NASA Technology', 'id': '159588456'}, {'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}]",,,, +4911,1140359196308729856,1140359196308729856,1560717793000.0,2019-06-16 20:43:13,+0000,,Model 3 arriving in UK,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1140359196308729856,[],[],0,,False,29450,934,1316,https://twitter.com/cleantechnica/status/1140352388752130048,None,,,,,,,[],,,, +4912,1140305835504963584,1140305640180654081,1560705071000.0,2019-06-16 17:11:11,+0000,,@mark_schreurs Good question. Will consider thoughtful response.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1140305835504963584,[],[],0,,False,857,82,33,,None,,,,,,,"[{'screen_name': 'mark_schreurs', 'name': 'Mark Schreurs', 'id': '1088367437744168960'}]",,,, +4913,1140062069183483905,1140031447283228672,1560646953000.0,2019-06-16 01:02:33,+0000,,@flcnhvy @cleantechnica By far,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1140062069183483905,[],[],0,,False,990,40,36,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +4914,1140061487160909824,1140031447283228672,1560646814000.0,2019-06-16 01:00:14,+0000,,"@cleantechnica Good analysis. Both computers will be used & sync ~20 times per second. This is a long time to a computer. Like a twin-engine plane, use both engines to max for normal operation, but can safely operate on just one.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1140061487160909824,[],[],0,,False,762,32,69,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +4915,1140035599950176256,1139959037166907393,1560640642000.0,2019-06-15 23:17:22,+0000,, https://t.co/KTItxbXTbG,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1140035599950176256,[],['https://pbs.twimg.com/media/D9I4VUZUIAAJRkr.jpg'],1,https://pbs.twimg.com/media/D9I4VUZUIAAJRkr.jpg,False,35235,482,2339,,None,,,,,,,[],,,, +4916,1140035558594363392,1139959037166907393,1560640632000.0,2019-06-15 23:17:12,+0000,, https://t.co/bhKdyN5hR6,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1140035558594363392,[],['https://pbs.twimg.com/media/D9I4S_dUcAAPbTS.jpg'],1,https://pbs.twimg.com/media/D9I4S_dUcAAPbTS.jpg,False,44342,407,5263,,None,,,,,,,[],,,, +4917,1140013528645947393,1140013528645947393,1560635380000.0,2019-06-15 21:49:40,+0000,,Falcon Rising https://t.co/XnXlTL8lhI,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1140013528645947393,[],['https://pbs.twimg.com/tweet_video_thumb/D9IkOI0VAAEljON.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/D9IkOI0VAAEljON.jpg,False,48039,770,4128,,None,,,,,,,[],,,, +4918,1140007351384043520,1139995744902008832,1560633907000.0,2019-06-15 21:25:07,+0000,,@nichegamer BG2 was so good,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1140007351384043520,[],[],0,,False,3529,71,115,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +4919,1139993741089898496,1139898498042609664,1560630662000.0,2019-06-15 20:31:02,+0000,,"@rstar346 @elonmusknt @Phil343thomas @TonyWuGZ @Tesla No need, Top Gear already did https://t.co/dNEgqYHe7N",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1139993741089898496,['https://www.teslarati.com/tesla-model-3-vs-bmw-m3-top-gear-video/'],[],0,,False,1431,46,89,,None,,,,,,,"[{'screen_name': 'rstar346', 'name': 'Cheems boi', 'id': '778716632696786944'}, {'screen_name': 'elonmusknt', 'name': 'Not Elon Musk', 'id': '1050509862193500160'}, {'screen_name': 'Phil343thomas', 'name': 'Phil Thomas', 'id': '915796859276361728'}, {'screen_name': 'TonyWuGZ', 'name': 'Tony Wu', 'id': '563479562'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4920,1139992233040420864,1139563395995144193,1560630303000.0,2019-06-15 20:25:03,+0000,,@ClickHole The Ass Blade of Vengeance!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1139992233040420864,[],[],0,,False,10083,178,650,,None,,,,,,,"[{'screen_name': 'ClickHole', 'name': 'ClickHole', 'id': '2377815434'}]",,,, +4921,1139987306914279425,1102165558424875014,1560629128000.0,2019-06-15 20:05:28,+0000,,@OrangeDurito @Space_Station Weird that this actually happened. Music makes a big difference.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1139987306914279425,[],[],0,,False,744,28,38,,None,,,,,,,"[{'screen_name': 'OrangeDurito', 'name': 'Chandan Sinha', 'id': '298718794'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +4922,1139962675092320257,1139959037166907393,1560623255000.0,2019-06-15 18:27:35,+0000,,"Unlike bees, who are experts in millinery https://t.co/DhbkDqa19B",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1139962675092320257,[],['https://pbs.twimg.com/media/D9H2AclU0AAkLVG.jpg'],1,https://pbs.twimg.com/media/D9H2AclU0AAkLVG.jpg,False,25769,324,1972,,None,,,,,,,[],,,, +4923,1139959037166907393,1139959037166907393,1560622388000.0,2019-06-15 18:13:08,+0000,,"Truth is a metaphorical concept with no footwear or clothing of anything kind. Also, baby don’t hurt me haha https://t.co/AKWsAqa3Ep",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1139959037166907393,['https://twitter.com/CrypticJacknife/status/1139779810069114880'],[],0,,False,27476,615,1756,https://twitter.com/CrypticJacknife/status/1139779810069114880,None,,,,,,,[],,,, +4924,1139953128856379392,1139898498042609664,1560620979000.0,2019-06-15 17:49:39,+0000,,"@BTermanini @sascha_p @TonyWuGZ @Tesla Yes, excessively configurable seats almost always make things worse, rather than better. Too complex & unwieldy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1139953128856379392,[],[],0,,False,1120,43,23,,None,,,,,,,"[{'screen_name': 'BTermanini', 'name': 'Basel Termanini', 'id': '2780854799'}, {'screen_name': 'sascha_p', 'name': 'Sascha (潘賞世) Pallenberg', 'id': '14525652'}, {'screen_name': 'TonyWuGZ', 'name': 'Tony Wu', 'id': '563479562'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4925,1139951976236507140,1139614882683183104,1560620705000.0,2019-06-15 17:45:05,+0000,,"@dohmanbob @ATX_fight_club Cool, that’s the way it should be!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1139951976236507140,[],[],0,,False,759,14,25,,None,,,,,,,"[{'screen_name': 'dohmanbob', 'name': 'Bob Dohmeyer', 'id': '943217372923682816'}, {'screen_name': 'ATX_fight_club', 'name': ""ATX ⚡, stealing your mom's stimmy"", 'id': '44275832'}]",,,, +4926,1139722712236974081,1139722712236974081,1560566044000.0,2019-06-15 02:34:04,+0000,,Can’t fool me it was 1669 https://t.co/WRNyfi4dXw,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1139722712236974081,[],['https://pbs.twimg.com/media/D9EbwZVVAAAQpAy.jpg'],1,https://pbs.twimg.com/media/D9EbwZVVAAAQpAy.jpg,False,225879,2182,33564,,None,,,,,,,[],,,, +4927,1139721447432019968,1139552509968683008,1560565742000.0,2019-06-15 02:29:02,+0000,,@AugmentedRyan @futurism Sounds about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1139721447432019968,[],[],0,,False,758,44,22,,None,,,,,,,"[{'screen_name': 'AugmentedRyan', 'name': '𝕍𝕚𝕣𝕥𝕦𝕒𝕝 𝔻𝕦𝕕𝕖', 'id': '171380581'}, {'screen_name': 'futurism', 'name': 'Futurism', 'id': '2557446343'}]",,,, +4928,1139719899595472896,1139585855285317632,1560565373000.0,2019-06-15 02:22:53,+0000,,@futurism Don’t make me challenge you to a rap battle!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1139719899595472896,[],[],0,,False,23456,386,1422,,None,,,,,,,"[{'screen_name': 'futurism', 'name': 'Futurism', 'id': '2557446343'}]",,,, +4929,1139719644300771328,1139552509968683008,1560565312000.0,2019-06-15 02:21:52,+0000,,@futurism Fair point,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1139719644300771328,[],[],0,,False,8509,138,189,,None,,,,,,,"[{'screen_name': 'futurism', 'name': 'Futurism', 'id': '2557446343'}]",,,, +4930,1139718023638421504,1139614882683183104,1560564926000.0,2019-06-15 02:15:26,+0000,,"@kulpability @MikeAmmo Yeah, dual motor AWD is super fun!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1139718023638421504,[],[],0,,False,634,29,22,,None,,,,,,,"[{'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'MikeAmmo', 'name': '☘️Michael O’Ammo🧢☘️', 'id': '22863539'}]",,,, +4931,1139699056530214912,1139614882683183104,1560560404000.0,2019-06-15 01:00:04,+0000,,@S_Padival @MikeAmmo 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1139699056530214912,[],[],0,,False,759,33,35,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'MikeAmmo', 'name': '☘️Michael O’Ammo🧢☘️', 'id': '22863539'}]",,,, +4932,1139693424586526720,1139614882683183104,1560559061000.0,2019-06-15 00:37:41,+0000,,@MikeAmmo RWD with all-weather tires works great. Tesla traction control is an order of magnitude more precise than gas/diesel. Really helps to have Newton & Maxwell on your side.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1139693424586526720,[],[],0,,False,791,44,57,,None,,,,,,,"[{'screen_name': 'MikeAmmo', 'name': 'Mike Waiting for the Jab 💉🧢', 'id': '22863539'}]",,,, +4933,1139622737809293312,1139614882683183104,1560542208000.0,2019-06-14 19:56:48,+0000,,@DavidCarlstrom Thanks Bob! He is a tough critic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1139622737809293312,[],[],0,,False,1238,71,41,,None,,,,,,,"[{'screen_name': 'DavidCarlstrom', 'name': 'David Carlstrom', 'id': '1345193824684040193'}]",,,, +4934,1139614882683183104,1139614882683183104,1560540335000.0,2019-06-14 19:25:35,+0000,,"“Not only was the paint without any discernible flaw, but the various panels formed a body of precision that was beyond reproach” https://t.co/qISnFBiW9p",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1139614882683183104,['https://www.roadandtrack.com/new-cars/a28008116/tesla-model-3-build-quality-bob-lutz/'],[],0,,False,12775,617,1036,,None,,,,,,,[],,,, +4935,1139352355768373248,1139349516304277504,1560477744000.0,2019-06-14 02:02:24,+0000,,Also $2500 tax credit for California & $500 to $800 utility incentive https://t.co/lmD3ZNFR9M,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1139352355768373248,['https://www.tesla.com/support/incentives'],[],0,,False,5963,216,331,,None,,,,,,,[],,,, +4936,1139349516304277504,1139349516304277504,1560477067000.0,2019-06-14 01:51:07,+0000,,US tax credit of $3750 drops in half for Tesla on July 1. Order online in a few mins at https://t.co/46TXqRrsdr. Return in 7 days for full refund.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1139349516304277504,['http://Tesla.com'],[],0,,False,8758,620,738,,None,,,,,,,[],,,, +4937,1139298574489907200,1139298574489907200,1560464921000.0,2019-06-13 22:28:41,+0000,,Tesla Solar Toof Tile V3.0 starting early trials https://t.co/ueqBOovxYM,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1139298574489907200,['https://electrek.co/2019/06/13/tesla-solar-roof-tile-techonology-custom-fittings/'],[],0,,False,22563,1044,2818,,None,,,,,,,[],,,, +4938,1139286306259816449,1139213929895383042,1560461996000.0,2019-06-13 21:39:56,+0000,,@Starlight_Energ @28delayslater @Tesla Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1139286306259816449,[],[],0,,False,888,33,23,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4939,1139208765691924483,1139169327641432064,1560443509000.0,2019-06-13 16:31:49,+0000,,@pewdiepie (muffled titter) https://t.co/xAOnOzkDg6,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1139208765691924483,[],['https://pbs.twimg.com/media/D89IVV2V4AA8JM_.jpg'],1,https://pbs.twimg.com/media/D89IVV2V4AA8JM_.jpg,False,116140,576,10745,,None,,,,,,,"[{'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +4940,1139191543577731077,1139169327641432064,1560439403000.0,2019-06-13 15:23:23,+0000,,@pewdiepie Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1139191543577731077,[],[],0,,False,90858,566,3084,,None,,,,,,,"[{'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +4941,1139053949514764288,1139053429555310592,1560406598000.0,2019-06-13 06:16:38,+0000,,@RPMTESLA Would be good to look up electricity rates by location & optimize cost automatically,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1139053949514764288,[],[],0,,False,938,90,38,,None,,,,,,,"[{'screen_name': 'RPMTESLA', 'name': 'RPM’s TESLA Aftermarket Accesories', 'id': '41737311'}]",,,, +4942,1139030512457195522,1139027147136221189,1560401010000.0,2019-06-13 04:43:30,+0000,,"@tesla_truth Yeah, they were a little off the mark https://t.co/yqZhvkbdrt",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1139030512457195522,['https://www.inc.com/fiscal-times/tesla-breaks-consumer-reports-rating-scale.html'],[],0,,False,3780,86,237,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +4943,1139022467526287361,1138892804543975424,1560399092000.0,2019-06-13 04:11:32,+0000,,@Erdayastronaut @SpaceX Fun!,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1139022467526287361,[],[],0,,False,17226,257,502,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +4944,1138979630516334592,1138959623543775232,1560388879000.0,2019-06-13 01:21:19,+0000,,"@cleantechnica Applies to a small number of Bay Area residents, but worth checking out",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1138979630516334592,[],[],0,,False,1988,53,65,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +4945,1138858999309144064,1138858999309144064,1560360119000.0,2019-06-12 17:21:59,+0000,,🧲 is relativistic side effect of ⚡️,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1138858999309144064,[],[],0,,False,45190,1312,3373,,None,,,,,,,[],,,, +4946,1138846892169678848,1138839903813427201,1560357232000.0,2019-06-12 16:33:52,+0000,,@Alpsoy66 Strong incentive to make up & promote negative news,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1138846892169678848,[],[],0,,False,7822,381,357,,None,,,,,,,"[{'screen_name': 'Alpsoy66', 'name': 'Alp', 'id': '302045293'}]",,,, +4947,1138831678883766272,1138831678883766272,1560353605000.0,2019-06-12 15:33:25,+0000,,"True, cost of operating a Tesla is much lower than other cars",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1138831678883766272,[],[],0,,False,24231,730,2511,https://twitter.com/ICannot_Enough/status/1138807297889787904,None,,,,,,,[],,,, +4948,1138827760107790336,1138827760107790336,1560352671000.0,2019-06-12 15:17:51,+0000,,Landing in the fog,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1138827760107790336,[],[],0,,False,13471,262,808,https://twitter.com/SpaceX/status/1138814698969677829,None,,,,,,,[],,,, +4949,1138530109630160903,1138520780042465280,1560281705000.0,2019-06-11 19:35:05,+0000,,@RationalEtienne @BillGates 🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1138530109630160903,[],[],0,,False,4257,64,65,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'BillGates', 'name': 'Bill Gates', 'id': '50393960'}]",,,, +4950,1138526085853958146,1138520780042465280,1560280746000.0,2019-06-11 19:19:06,+0000,,@BillGates Fear (and memes) get clicks,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1138526085853958146,[],[],0,,False,49310,654,3980,,None,,,,,,,"[{'screen_name': 'BillGates', 'name': 'Bill Gates', 'id': '50393960'}]",,,, +4951,1138317952145534976,1137504489689141249,1560231123000.0,2019-06-11 05:32:03,+0000,,"@arenpageler Storm Watch was active for hundreds of Powerwall customers this weekend as a result of @NWS Red Flag Fire Warnings in California, and we will continue to activate it whenever there advance awareness of a potential power outage or physical danger",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1138317952145534976,[],[],0,,False,678,26,39,,None,,,,,,,[],,,, +4952,1138160691695706113,1138136540096319488,1560193629000.0,2019-06-10 19:07:09,+0000,,@flcnhvy @ErlArnoy Absolutely agree. Major expansion of service centers underway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1138160691695706113,[],[],0,,False,1418,104,65,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'ErlArnoy', 'name': 'Erlend A', 'id': '3093394421'}]",,,, +4953,1138142082038620160,1138136540096319488,1560189192000.0,2019-06-10 17:53:12,+0000,,@ErlArnoy Super fair criticism. We’re putting max resources on this. Hard to hire enough repair technicians in Norway! Please apply if interested.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1138142082038620160,[],[],0,,False,1796,92,66,,None,,,,,,,"[{'screen_name': 'ErlArnoy', 'name': 'Erlend A', 'id': '3093394421'}]",,,, +4954,1138136540096319488,1138136540096319488,1560187871000.0,2019-06-10 17:31:11,+0000,,💖🇳🇴 Norway 🇳🇴💖,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1138136540096319488,[],[],0,,False,35496,883,2511,https://twitter.com/Model3Owners/status/1138102943822098432,None,,,,,,,[],,,, +4955,1138102170291621889,1137806594794807298,1560179676000.0,2019-06-10 15:14:36,+0000,,"@endyogaming @TesLatino Good point. Maybe we could collect rainwater, add a little antifreeze in cold climates & make it last for years.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1138102170291621889,[],[],0,,False,1461,84,56,,None,,,,,,,"[{'screen_name': 'endyogaming', 'name': 'Abbreviated Reviews', 'id': '3120429208'}, {'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}]",,,, +4956,1138097896904171522,1137806594794807298,1560178658000.0,2019-06-10 14:57:38,+0000,,@TesLatino Annual tire rotation is actually optional. Only worthwhile if you see significant differential wear on inside vs outside of tire.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1138097896904171522,[],[],0,,False,20499,298,497,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}]",,,, +4957,1137788032789229568,1136725940707500032,1560104780000.0,2019-06-09 18:26:20,+0000,,@AeroSpaceKnight @VW ♥️,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1137788032789229568,[],[],0,,False,1205,60,52,,None,,,,,,,"[{'screen_name': 'AeroSpaceKnight', 'name': 'Aero_Knight (Carlos)', 'id': '1071545455'}, {'screen_name': 'VW', 'name': 'Volkswagen USA', 'id': '28165910'}]",,,, +4958,1137783924694933504,1137783610377981952,1560103801000.0,2019-06-09 18:10:01,+0000,,@TesLatino @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1137783924694933504,[],[],0,,False,880,53,28,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael and #FSDBeta Tester', 'id': '989986448295235586'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4959,1136816168419844096,1136816168419844096,1559873070000.0,2019-06-07 02:04:30,+0000,,Upcoming Falcon Heavy 🚀 & 🛰 details,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1136816168419844096,[],[],0,,False,19218,675,1388,https://twitter.com/USSF_SMC/status/1136065718250643456,None,,,,,,,[],,,, +4960,1136324657286721537,1135554274627411970,1559755884000.0,2019-06-05 17:31:24,+0000,,@BloodsportCap @Teslarati China EV subsidies mostly end this month & fully end in about 7 months,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1136324657286721537,[],[],0,,False,763,80,43,,None,,,,,,,"[{'screen_name': 'BloodsportCap', 'name': 'BloodsportCap', 'id': '1362931952244953090'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4961,1135990981071949824,1135990846182969344,1559676330000.0,2019-06-04 19:25:30,+0000,,@Izackton12 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1135990981071949824,[],[],0,,False,1175,93,30,,None,,,,,,,"[{'screen_name': 'Izackton12', 'name': 'Izackton', 'id': '709018167834640384'}]",,,, +4962,1135990343172788224,1135692953236705280,1559676178000.0,2019-06-04 19:22:58,+0000,,@WillFealey No problem if you want to post the suggestions on this timeline. It’s great to get thoughtful criticism.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1135990343172788224,[],[],0,,False,11358,328,230,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}]",,,, +4963,1135987522574721027,1131967064422268928,1559675505000.0,2019-06-04 19:11:45,+0000,,"@benedictevans @parthsheth 155mph is common on the Autobahn. Even with only 5 offramp tunnels, exit speed drops to 31mph.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1135987522574721027,[],[],0,,False,764,71,34,,None,,,,,,,"[{'screen_name': 'benedictevans', 'name': 'Benedict Evans', 'id': '1236101'}, {'screen_name': 'parthsheth', 'name': 'Parth Sheth', 'id': '40504467'}]",,,, +4964,1135971947144200193,1135971359459356672,1559671792000.0,2019-06-04 18:09:52,+0000,,@UzakbayDaniyar Tesla Superchargers & service centers coming to Kazakhstan this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1135971947144200193,[],[],0,,False,1543,159,107,,None,,,,,,,"[{'screen_name': 'UzakbayDaniyar', 'name': 'Daniyar Uzakbay', 'id': '942451702346772480'}]",,,, +4965,1135709137487224833,1131967064422268928,1559609133000.0,2019-06-04 00:45:33,+0000,,"@FredericLambert @benedictevans @parthsheth Yes, as you point out, it will clear up a lot of the misunderstandings",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1135709137487224833,[],[],0,,False,1334,80,38,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'benedictevans', 'name': 'Benedict Evans', 'id': '1236101'}, {'screen_name': 'parthsheth', 'name': 'Parth Sheth', 'id': '40504467'}]",,,, +4966,1135708083643191296,1131967064422268928,1559608882000.0,2019-06-04 00:41:22,+0000,,"@benedictevans @parthsheth Avg speed of NY Subway is actually 17mph. TBC loop can run at 155mph with 16 pax autopods passing every second, routing automatically between tunnels to their destination. That’s 57,600/hour/lane & you can build dozens of lanes. Will crush any subway in throughput & convenience.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1135708083643191296,[],[],0,,False,1516,223,117,,None,,,,,,,"[{'screen_name': 'benedictevans', 'name': 'Benedict Evans', 'id': '1236101'}, {'screen_name': 'parthsheth', 'name': 'Parth Sheth', 'id': '40504467'}]",,,, +4967,1135621021631942656,1135554274627411970,1559588125000.0,2019-06-03 18:55:25,+0000,,@Teslarati Only cars made in China are eligible for these subsidies. Tesla has never had access to them.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1135621021631942656,[],[],0,,False,5229,145,183,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +4968,1135006205401714688,1134925338360930304,1559441541000.0,2019-06-02 02:12:21,+0000,,@cleantechnica Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1135006205401714688,[],[],0,,False,4290,135,115,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +4969,1134969070086836224,1134968709796118528,1559432687000.0,2019-06-01 23:44:47,+0000,,"@vincent13031925 @Tesla We’re trying to simplify product complexity, so only offering white (technically black & white) interior in high volume markets",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1134969070086836224,[],[],0,,False,7519,259,158,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4970,1134619380166168576,1134611347398770688,1559349315000.0,2019-06-01 00:35:15,+0000,,@LittleMissFlint @tesla_truth @BBCScienceNews Science 😀👍,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1134619380166168576,[],[],0,,False,2949,80,117,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +4971,1134611776438325248,1134611347398770688,1559347502000.0,2019-06-01 00:05:02,+0000,,@tesla_truth Read it on @BBCScienceNews https://t.co/k9nJ5Q2QBS,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1134611776438325248,[],['https://pbs.twimg.com/media/D77zZQXUcAAMq-b.jpg'],1,https://pbs.twimg.com/media/D77zZQXUcAAMq-b.jpg,False,41682,965,8187,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +4972,1134611281359454208,1134609650114949120,1559347384000.0,2019-06-01 00:03:04,+0000,,@teslaownersSV 😀,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1134611281359454208,[],[],0,,False,2362,57,42,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +4973,1134609650114949120,1134609650114949120,1559346995000.0,2019-05-31 23:56:35,+0000,,"This is my pet bee, Eric https://t.co/pIjpXjLLEG",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1134609650114949120,[],['https://pbs.twimg.com/media/D77xdOSUIAEhI1_.jpg'],1,https://pbs.twimg.com/media/D77xdOSUIAEhI1_.jpg,False,61670,1945,4919,,None,,,,,,,[],,,, +4974,1134598565152448512,1134567478774902784,1559344352000.0,2019-05-31 23:12:32,+0000,,@Timcast Working on Starship,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1134598565152448512,[],[],0,,False,75083,803,3086,,None,,,,,,,"[{'screen_name': 'Timcast', 'name': 'Tim Pool', 'id': '27000730'}]",,,, +4975,1134582675589685248,1134578076661141504,1559340564000.0,2019-05-31 22:09:24,+0000,,@atGeico 🐣,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1134582675589685248,[],[],0,,False,5170,70,90,,None,,,,,,,[],,,, +4976,1134578518841470976,1134578076661141504,1559339572000.0,2019-05-31 21:52:52,+0000,,Scientists say it’s a crucial step towards catgirls,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1134578518841470976,[],[],0,,False,122446,2363,17582,,None,,,,,,,[],,,, +4977,1134578076661141504,1134578076661141504,1559339467000.0,2019-05-31 21:51:07,+0000,,New Tesla Summon will 🧨 ur 🧠,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1134578076661141504,[],[],0,,False,105971,1813,5789,,None,,,,,,,[],,,, +4978,1134575362933833728,1134574987073900544,1559338820000.0,2019-05-31 21:40:20,+0000,,@brandonbernicky @signalapp Releasing to Early Access Program Tesla owners next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1134575362933833728,[],[],0,,False,1526,111,64,,None,,,,,,,"[{'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'signalapp', 'name': 'Signal', 'id': '142415193'}]",,,, +4979,1134574987073900544,1134574987073900544,1559338730000.0,2019-05-31 21:38:50,+0000,,Found an old copy of @SignalApp https://t.co/VY357uSeBk,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1134574987073900544,[],['https://pbs.twimg.com/media/D77R5t9UwAASDUc.jpg'],1,https://pbs.twimg.com/media/D77R5t9UwAASDUc.jpg,False,36128,899,2176,,None,,,,,,,[],,,, +4980,1134539794610921472,1134235600226099200,1559330340000.0,2019-05-31 19:19:00,+0000,,"@flcnhvy @realkeith @TMSP85 Also HEPA filter is expensive, so would force increase in price",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1134539794610921472,[],[],0,,False,1119,76,27,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'realkeith', 'name': 'Keith Richard', 'id': '24812820'}, {'screen_name': 'TMSP85', 'name': 'Matt A.', 'id': '1412067991'}]",,,, +4981,1134539669528440832,1134235600226099200,1559330310000.0,2019-05-31 19:18:30,+0000,,@flcnhvy @realkeith @TMSP85 Same,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1134539669528440832,[],[],0,,False,917,13,14,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'realkeith', 'name': 'Keith Richard', 'id': '24812820'}, {'screen_name': 'TMSP85', 'name': 'Matt A.', 'id': '1412067991'}]",,,, +4982,1134539037698428928,1134235600226099200,1559330159000.0,2019-05-31 19:15:59,+0000,,@realkeith @TMSP85 Not enough room unless we completely delete front trunk. Model S & X primary HEPA filter alone is literally 1000% bigger than normal car air filter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1134539037698428928,[],[],0,,False,3751,194,119,,None,,,,,,,"[{'screen_name': 'realkeith', 'name': 'Keith Richard', 'id': '24812820'}, {'screen_name': 'TMSP85', 'name': 'Matt A.', 'id': '1412067991'}]",,,, +4983,1134537743101337601,1134235600226099200,1559329851000.0,2019-05-31 19:10:51,+0000,,@TMSP85 S/X HEPA filter is one of my favorite features,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1134537743101337601,[],[],0,,False,20029,201,487,,None,,,,,,,"[{'screen_name': 'TMSP85', 'name': 'Matt A.', 'id': '1412067991'}]",,,, +4984,1134505917800636417,1134505917800636417,1559322263000.0,2019-05-31 17:04:23,+0000,,Model 3 Performance https://t.co/CONgjmwndY,it,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1134505917800636417,['https://drivetribe.com/p/5-reasons-why-the-tesla-model-3-MFTljJiQT_KQhux0eIvspQ'],[],0,,False,10538,419,832,,None,,,,,,,[],,,, +4985,1134376932160573441,1134343517097078784,1559291510000.0,2019-05-31 08:31:50,+0000,,@BazBarnum @MartinWoolleyUK @ElecVehicleGuy Feedback received. Restoring white interior.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1134376932160573441,[],[],0,,False,804,81,24,,None,,,,,,,"[{'screen_name': 'BazBarnum', 'name': 'Ray Bailey', 'id': '64020833'}, {'screen_name': 'ElecVehicleGuy', 'name': 'Electric Vehicle Guy', 'id': '713716834361556992'}]",,,, +4986,1134349686481887232,1134343517097078784,1559285015000.0,2019-05-31 06:43:35,+0000,,@MartinWoolleyUK @ElecVehicleGuy That’s the idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1134349686481887232,[],[],0,,False,508,48,14,,None,,,,,,,"[{'screen_name': 'ElecVehicleGuy', 'name': 'Electric Vehicle Guy', 'id': '713716834361556992'}]",,,, +4987,1134113725575643137,1134093415279468544,1559228757000.0,2019-05-30 15:05:57,+0000,,@ShannonZKiller @nbcsnl @Tesla 🤣,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1134113725575643137,[],[],0,,False,17520,140,308,,None,,,,,,,"[{'screen_name': 'ShannonZKiller', 'name': 'Shannon', 'id': '239742672'}, {'screen_name': 'nbcsnl', 'name': 'Saturday Night Live - SNL', 'id': '28221296'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4988,1134107154598715392,1133148597619286016,1559227191000.0,2019-05-30 14:39:51,+0000,,@wintonARK Thoughtful model,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1134107154598715392,[],[],0,,False,2270,103,60,,None,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +4989,1134101210024169472,1133933782564630528,1559225773000.0,2019-05-30 14:16:13,+0000,,"@BdgBill @teslaownersSV @Tesla Based on our data, Autopilot miles appear to be twice as safe as manually driven miles, and we expect this to improve further",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1134101210024169472,[],[],0,,False,2890,161,226,,None,,,,,,,"[{'screen_name': 'BdgBill', 'name': 'Christian Gunchurch', 'id': '40298306'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4990,1134100238673727488,1133776740445237248,1559225542000.0,2019-05-30 14:12:22,+0000,,@AnthonyFinno @RobertOHaver @Tesla Tesla is affecting powerful vested interests. Big auto & oil companies aren’t known for their gentle behavior. SpaceX is battling US military prime contractors & space programs of national govts. No walk in the park there.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1134100238673727488,[],[],0,,False,2316,212,317,,None,,,,,,,"[{'screen_name': 'AnthonyFinno', 'name': 'Anthony Finno', 'id': '979708326'}, {'screen_name': 'RobertOHaver', 'name': ""Robert O'Haver"", 'id': '29049308'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4991,1134025184942313473,1133799571430232065,1559207647000.0,2019-05-30 09:14:07,+0000,,"@13ericralph31 @PPathole @Erdayastronaut @rmarcilhoo @kimitalvitie @SpaceXNow @ChrisG_NSF @NASASpaceflight Yeah, *way* better. Dramatically improves cost, complexity & ease of operations. Distances of ~10,000 km with decent payload seem achievable at roughly Mach 20.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1134025184942313473,[],[],0,,False,1298,55,64,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'rmarcilhoo', 'name': 'Russ', 'id': '117647207'}, {'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}, {'screen_name': 'SpaceXNow', 'name': 'SpaceXNow', 'id': '789510981537796096'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +4992,1134023034908446723,1133799571430232065,1559207135000.0,2019-05-30 09:05:35,+0000,,"@PPathole @Erdayastronaut @rmarcilhoo @kimitalvitie @SpaceXNow @ChrisG_NSF @NASASpaceflight Add 2 to 4 more Raptors for Starship point to point on Earth. You can go surprisingly far, even with low lift/drag. This was an unexpected result.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1134023034908446723,[],[],0,,False,914,25,40,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'rmarcilhoo', 'name': 'Russ', 'id': '117647207'}, {'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}, {'screen_name': 'SpaceXNow', 'name': 'SpaceXNow', 'id': '789510981537796096'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +4993,1134019585638785025,1133799571430232065,1559206312000.0,2019-05-30 08:51:52,+0000,,@kimitalvitie @Erdayastronaut @SpaceXNow @ChrisG_NSF @NASASpaceflight Wings/flaps & leg design changing again (sigh). Doesn’t affect schedule much though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1134019585638785025,[],[],0,,False,2038,104,73,,None,,,,,,,"[{'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceXNow', 'name': 'SpaceXNow', 'id': '789510981537796096'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +4994,1134013895813713920,1133799571430232065,1559204956000.0,2019-05-30 08:29:16,+0000,,@kimitalvitie @Erdayastronaut @SpaceXNow @ChrisG_NSF @NASASpaceflight Not bad,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1134013895813713920,[],[],0,,False,13254,111,173,,None,,,,,,,"[{'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceXNow', 'name': 'SpaceXNow', 'id': '789510981537796096'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +4995,1134012589191491585,1133799571430232065,1559204644000.0,2019-05-30 08:24:04,+0000,,@Erdayastronaut @rmarcilhoo @kimitalvitie @SpaceXNow @ChrisG_NSF @NASASpaceflight Exactly. We’re on the wrong planet for SSTO. No problem on Mars or any of the moons.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1134012589191491585,[],[],0,,False,1910,56,58,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'rmarcilhoo', 'name': 'Russ', 'id': '117647207'}, {'screen_name': 'kimitalvitie', 'name': 'Kimi Talvitie', 'id': '155217931'}, {'screen_name': 'SpaceXNow', 'name': 'SpaceXNow', 'id': '789510981537796096'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +4996,1133860591255207938,1133552932152983554,1559168405000.0,2019-05-29 22:20:05,+0000,,"@Teslatunity @Everman @AndyKiersz Yeah, the fear, uncertainty & doubt propaganda campaign being pushed by those betting against Tesla has reached new heights",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1133860591255207938,[],[],0,,False,5136,383,343,,None,,,,,,,"[{'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}, {'screen_name': 'AndyKiersz', 'name': 'Andy Kiersz', 'id': '786245480'}]",,,, +4997,1133860016690122753,1133552932152983554,1559168268000.0,2019-05-29 22:17:48,+0000,,@Everman @AndyKiersz I paid most of my Tesla-related expenses too. Tesla last year was actually net negative comp for me.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1133860016690122753,[],[],0,,False,32276,444,1499,,None,,,,,,,"[{'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}, {'screen_name': 'AndyKiersz', 'name': 'Andy Kiersz', 'id': '786245480'}]",,,, +4998,1133772263268814848,1133728058903605248,1559147346000.0,2019-05-29 16:29:06,+0000,,"@dealer_of_happy @Tesla One day’s grace, taking into account time zone confusion. Will revert tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1133772263268814848,[],[],0,,False,800,45,36,,None,,,,,,,"[{'screen_name': 'dealer_of_happy', 'name': 'Dealer of Happiness', 'id': '926168449042219008'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +4999,1133771575050641408,1133765534447616000,1559147182000.0,2019-05-29 16:26:22,+0000,,@nichegamer Edgy move,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1133771575050641408,[],[],0,,False,1101,34,62,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +5000,1133188627557568513,1131765246664646657,1559008197000.0,2019-05-28 01:49:57,+0000,,@SPEXcast @WentaiW @1DarknessSoul5 @SpaceX Good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1133188627557568513,[],[],0,,False,1441,92,33,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'WentaiW', 'name': 'Wentai Wang', 'id': '978756321515266048'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5001,1133187183852920832,1131765246664646657,1559007852000.0,2019-05-28 01:44:12,+0000,,@WentaiW @1DarknessSoul5 @SpaceX True. I’m a gamer & my boys are too. Starlink is designed to be great even for competitive twitch reflex games.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1133187183852920832,[],[],0,,False,1839,94,97,,None,,,,,,,"[{'screen_name': 'WentaiW', 'name': 'Wentai Wang', 'id': '978756321515266048'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5002,1133171866871291904,1133168632824049664,1559004201000.0,2019-05-28 00:43:21,+0000,,@cleantechnica Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1133171866871291904,[],[],0,,False,4453,135,121,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +5003,1132908915144794113,1132834561270976512,1558941508000.0,2019-05-27 07:18:28,+0000,,@fcain @varunversion1 @Erdayastronaut @SpaceX Would love to do exactly that,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1132908915144794113,[],[],0,,False,1656,93,68,,None,,,,,,,"[{'screen_name': 'fcain', 'name': 'Fraser Cain', 'id': '1266281'}, {'screen_name': 'varunversion1', 'name': 'Varun Ramesh 🌍', 'id': '67155714'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5004,1132908689860415488,1132907133031264256,1558941454000.0,2019-05-27 07:17:34,+0000,,"@Cosmic_Penguin Agreed, sent a note to Starlink team last week specifically regarding albedo reduction. We’ll get a better sense of value of this when satellites have raised orbits & arrays are tracking to sun.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1132908689860415488,[],[],0,,False,1251,66,97,,None,,,,,,,"[{'screen_name': 'Cosmic_Penguin', 'name': 'Cosmic Penguin', 'id': '571042857'}]",,,, +5005,1132907207463321600,1132834561270976512,1558941101000.0,2019-05-27 07:11:41,+0000,,"@fcain @varunversion1 @Erdayastronaut @SpaceX Exactly, potentially helping billions of economically disadvantaged people is the greater good. That said, we’ll make sure Starlink has no material effect on discoveries in astronomy. We care a great deal about science.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1132907207463321600,[],[],0,,False,1333,128,136,,None,,,,,,,"[{'screen_name': 'fcain', 'name': 'Fraser Cain', 'id': '1266281'}, {'screen_name': 'varunversion1', 'name': 'Varun Ramesh 🌍', 'id': '67155714'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5006,1132906066423889920,1132834561270976512,1558940829000.0,2019-05-27 07:07:09,+0000,,@John_Gardi @13ericralph31 @varunversion1 @Erdayastronaut @SpaceX Rotate on one axis. Magnetic torque rods for desaturation of momentum wheels.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1132906066423889920,[],[],0,,False,812,19,26,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'varunversion1', 'name': 'Varun Ramesh 🌍', 'id': '67155714'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5007,1132905669110054912,1132834561270976512,1558940734000.0,2019-05-27 07:05:34,+0000,,"@GoForStaging @13ericralph31 @varunversion1 @Erdayastronaut @SpaceX Yes, already planned. We avoid use of certain lower Ku frequencies specifically for radio astronomy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1132905669110054912,[],[],0,,False,904,13,46,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'varunversion1', 'name': 'Varun Ramesh 🌍', 'id': '67155714'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5008,1132903914586529793,1131765246664646657,1558940316000.0,2019-05-27 06:58:36,+0000,,"@1DarknessSoul5 @SpaceX Aiming for sub 20ms latency initially, sub 10ms over time, with much greater consistency than terrestrial links, as only ever a few hops to major data centers",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1132903914586529793,[],[],0,,False,1191,52,73,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5009,1132902372458418176,1132834561270976512,1558939948000.0,2019-05-27 06:52:28,+0000,,"@13ericralph31 @varunversion1 @Erdayastronaut @SpaceX If we need to tweak sat orientation to minimize solar reflection during critical astronomical experiments, that’s easily done. Most orbital objects are close to Earth btw, as shown by this NASA density map. https://t.co/83MwIZAEP6 https://t.co/NllMXregRg",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1132902372458418176,['https://en.m.wikipedia.org/wiki/Space_debris'],['https://pbs.twimg.com/media/D7jgq03UIAAS8RV.jpg'],1,https://pbs.twimg.com/media/D7jgq03UIAAS8RV.jpg,False,1078,68,121,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'varunversion1', 'name': 'Varun Ramesh 🌍', 'id': '67155714'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5010,1132897322457636864,1132834561270976512,1558938744000.0,2019-05-27 06:32:24,+0000,,"@varunversion1 @Erdayastronaut @SpaceX There are already 4900 satellites in orbit, which people notice ~0% of the time. Starlink won’t be seen by anyone unless looking very carefully & will have ~0% impact on advancements in astronomy. We need to move telelscopes to orbit anyway. Atmospheric attenuation is terrible. https://t.co/OuWYfNmw0D",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1132897322457636864,[],['https://pbs.twimg.com/media/D7jcE42UYAE26ZB.jpg'],1,https://pbs.twimg.com/media/D7jcE42UYAE26ZB.jpg,False,1490,203,196,,None,,,,,,,"[{'screen_name': 'varunversion1', 'name': 'Varun Ramesh 🌍', 'id': '67155714'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5011,1132894389095653376,1132834561270976512,1558938045000.0,2019-05-27 06:20:45,+0000,,"@Erdayastronaut @SpaceX No, Raptor uses a large number of coaxial swirl injectors, which (we believe) achieves highest theoretical mixing/combustion efficiency.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1132894389095653376,[],[],0,,False,7037,119,215,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5012,1132479070107721728,1132183974103535616,1558839025000.0,2019-05-26 02:50:25,+0000,,@meme0boi Fair,fr,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1132479070107721728,[],[],0,,False,3089,94,63,,None,,,,,,,[],,,, +5013,1132429010514788352,1132361263714058245,1558827090000.0,2019-05-25 23:31:30,+0000,,@Erdayastronaut @SpaceX Super proud of SpaceX propulsion/test/materials team! One of hardest technology problems. New high temp superalloy & internal foundry needed to make it work. Foundry iteration interval is ~3 weeks from design to flight part vs ~36 weeks typical for aerospace.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1132429010514788352,[],[],0,,False,9081,164,477,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5014,1132407515482738689,1132342021031464960,1558821965000.0,2019-05-25 22:06:05,+0000,,@DJSnM Only a tiny amount. There is enough air to affect the satellites & allow some amount of yaw steering.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1132407515482738689,[],[],0,,False,1819,68,42,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +5015,1132389917722419200,1132361263714058245,1558817769000.0,2019-05-25 20:56:09,+0000,,"@SPEXcast @Erdayastronaut @SpaceX Propellant stays same, but almost everything else improves. Fundamental goal is minimize cost per ton to surface of Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1132389917722419200,[],[],0,,False,1209,29,40,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5016,1132386984444383233,1132361263714058245,1558817070000.0,2019-05-25 20:44:30,+0000,,"@Erdayastronaut @SpaceX Great video. Couple notes: Raptor designed for subcooled CH4/O2, so propellant density & thrust increase up to ~8%, as needed for mission. 380 Isp & up to 50% thrust/weight improvement over time. Merlin thrust/weight doubled from V1, but Raptor is closer to optimum.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1132386984444383233,[],[],0,,False,6153,119,291,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5017,1132375258969677824,1132361490688761856,1558814274000.0,2019-05-25 19:57:54,+0000,,@teslaownersSV @Tesla Whoa cool 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1132375258969677824,[],[],0,,False,8356,107,116,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5018,1132368592651968512,1132058893897621504,1558812685000.0,2019-05-25 19:31:25,+0000,,@John_Gardi @Marco_Langbroek @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1132368592651968512,[],[],0,,False,643,20,14,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'Marco_Langbroek', 'name': 'Dr Marco Langbroek 💉 #Vaccinate', 'id': '369534015'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5019,1132342021031464960,1132342021031464960,1558806350000.0,2019-05-25 17:45:50,+0000,,Beautiful solar sail,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1132342021031464960,[],[],0,,False,59169,1402,5221,https://twitter.com/SpaceX/status/1131748543373271042,None,,,,,,,[],,,, +5020,1132332057688862720,1132163931378610178,1558803974000.0,2019-05-25 17:06:14,+0000,,@mcjamez @_jameshatfield_ @danielcincu @Alex_Parker ISS is extremely gigantic & has lights,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1132332057688862720,[],[],0,,False,969,94,34,,None,,,,,,,"[{'screen_name': 'mcjamez', 'name': 'Jim McPherson', 'id': '23389610'}, {'screen_name': '_jameshatfield_', 'name': 'James Hatfield | 🤖🚕', 'id': '829935516246159362'}, {'screen_name': 'danielcincu', 'name': 'Daniel Cincunegui', 'id': '1374895927'}, {'screen_name': 'Alex_Parker', 'name': 'Alex Parker', 'id': '18644734'}]",,,, +5021,1132326965581570048,1132163931378610178,1558802760000.0,2019-05-25 16:46:00,+0000,,"@danielcincu @Alex_Parker Precisely, sats will be in darkness when stars are visible",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1132326965581570048,[],[],0,,False,1006,115,52,,None,,,,,,,"[{'screen_name': 'danielcincu', 'name': 'Daniel Cincunegui', 'id': '1374895927'}, {'screen_name': 'Alex_Parker', 'name': 'Alex Parker', 'id': '18644734'}]",,,, +5022,1132325350677987328,1131810953933123584,1558802375000.0,2019-05-25 16:39:35,+0000,,@c4mer0n @TaylorWAnderson @Pflax1 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1132325350677987328,[],[],0,,False,605,25,14,,None,,,,,,,"[{'screen_name': 'c4mer0n', 'name': 'Cameron 🌐', 'id': '14180659'}, {'screen_name': 'TaylorWAnderson', 'name': 'Taylor W Anderson', 'id': '108387045'}, {'screen_name': 'Pflax1', 'name': 'Peter Flax', 'id': '28574479'}]",,,, +5023,1132241800909869058,1132218273888591873,1558782456000.0,2019-05-25 11:07:36,+0000,,@jonygitar Karma ⬇️,et,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/1132241800909869058,[],[],0,,False,1825,50,30,,None,,,,,,,"[{'screen_name': 'jonygitar', 'name': 'Pinchay the Boneless', 'id': '65003619'}]",,,, +5024,1132222516217253888,1132218273888591873,1558777858000.0,2019-05-25 09:50:58,+0000,,@LounDOTA @Audi Bold move,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1132222516217253888,[],[],0,,False,10317,88,185,,None,,,,,,,"[{'screen_name': 'LounDOTA', 'name': 'Loun', 'id': '977474226847404032'}, {'screen_name': 'Audi', 'name': 'Audi USA', 'id': '27650674'}]",,,, +5025,1132220235543588864,1132220235543588864,1558777314000.0,2019-05-25 09:41:54,+0000,,“Stop sending me this étron” - Audi,fr,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1132220235543588864,[],[],0,,False,61974,858,6030,https://twitter.com/LounDOTA/status/1132219856714194945,None,,,,,,,[],,,, +5026,1132218273888591873,1132218273888591873,1558776846000.0,2019-05-25 09:34:06,+0000,,Great ad,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1132218273888591873,[],[],0,,False,28276,601,1513,https://twitter.com/Audi/status/1126483572708249600,None,,,,,,,[],,,, +5027,1132198648840826880,1131856748581720065,1558772167000.0,2019-05-25 08:16:07,+0000,,@ElectrekCo @FredericLambert This is complete nonsense,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1132198648840826880,[],[],0,,False,13784,556,489,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +5028,1132192810088579072,1132019931409715201,1558770775000.0,2019-05-25 07:52:55,+0000,,@TechVelocirap @M_xalher @Tesla @ValueAnalyst1 Exactly. A car being electric & upgradable to full self-driving maximizes future resale value.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1132192810088579072,[],[],0,,False,946,60,49,,None,,,,,,,"[{'screen_name': 'TechVelocirap', 'name': 'Technological Velociraptor', 'id': '1029994764295397376'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}]",,,, +5029,1132186047595442177,1132183974103535616,1558769163000.0,2019-05-25 07:26:03,+0000,,@marialauraadr It’s not my finest work 🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1132186047595442177,[],[],0,,False,5932,82,81,,None,,,,,,,[],,,, +5030,1132185343703171079,1132019931409715201,1558768995000.0,2019-05-25 07:23:15,+0000,,"@M_xalher @Tesla @ValueAnalyst1 Given how many countries are limiting or setting an end date for combustion engine cars, their future resale value cars will be low. Consumers are starting to realize this.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1132185343703171079,[],[],0,,False,4712,163,368,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}]",,,, +5031,1132183974103535616,1132183974103535616,1558768669000.0,2019-05-25 07:17:49,+0000,,💨 & 🌌 https://t.co/wWl7nEh98W,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1132183974103535616,[],['https://pbs.twimg.com/media/D7ZTUq7UwAEjNHF.jpg'],1,https://pbs.twimg.com/media/D7ZTUq7UwAEjNHF.jpg,False,153558,1847,18548,,None,,,,,,,[],,,, +5032,1132183242298281984,1132178785489510400,1558768494000.0,2019-05-25 07:14:54,+0000,,@MarcusHouseGame @SpaceX 👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1132183242298281984,[],[],0,,False,2208,32,38,,None,,,,,,,"[{'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5033,1132078782217539584,1131765246664646657,1558743589000.0,2019-05-25 00:19:49,+0000,,"@SpaceX Krypton thrusters operative, satellites initiating orbit raise every 90 mins",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1132078782217539584,[],[],0,,False,12927,300,571,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5034,1132035559642157056,1131810953933123584,1558733284000.0,2019-05-24 21:28:04,+0000,,@steveieb21 No,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1132035559642157056,[],[],0,,False,1535,46,54,,None,,,,,,,"[{'screen_name': 'steveieb21', 'name': 'Steven', 'id': '4539748224'}]",,,, +5035,1132031752925458432,1131810953933123584,1558732376000.0,2019-05-24 21:12:56,+0000,,@Mike_Calhoun @PhenomenalPoto 🤣🤣 Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1132031752925458432,[],[],0,,False,872,27,22,,None,,,,,,,"[{'screen_name': 'Mike_Calhoun', 'name': 'Mike Calhoun🧢', 'id': '345054678'}, {'screen_name': 'PhenomenalPoto', 'name': 'Peter A. Roselle', 'id': '1424640954'}]",,,, +5036,1132028521742651393,1132026413614342149,1558731606000.0,2019-05-24 21:00:06,+0000,,"@TeslaTn Yes, 3 to 6 months",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1132028521742651393,[],[],0,,False,632,48,17,,None,,,,,,,"[{'screen_name': 'TeslaTn', 'name': 'Tesla Owners Tennessee', 'id': '1048016394724552705'}]",,,, +5037,1132026037372477440,1131810953933123584,1558731013000.0,2019-05-24 20:50:13,+0000,,@alharding @ex_Tesla @El_Timbo @heikki_anttila Lights would turn off automatically when no motion is detected,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132026037372477440,[],[],0,,False,944,47,19,,None,,,,,,,"[{'screen_name': 'alharding', 'name': 'AH', 'id': '17303152'}, {'screen_name': 'ex_Tesla', 'name': '𝚇 𝚃𝚎𝚜𝚕𝚊', 'id': '1006992564321386496'}, {'screen_name': 'El_Timbo', 'name': 'El Timbo', 'id': '4767114208'}, {'screen_name': 'heikki_anttila', 'name': 'heikki anttila', 'id': '1351962857928323076'}]",,,, +5038,1132024868965240832,1131810953933123584,1558730735000.0,2019-05-24 20:45:35,+0000,,Thus *reducing* existing road traffic,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132024868965240832,[],[],0,,False,18294,480,402,,None,,,,,,,[],,,, +5039,1132024717936713733,1131810953933123584,1558730699000.0,2019-05-24 20:44:59,+0000,,Another great thing about many layers of interconnected tunnels with ramps & elevators is that they can go from near your home all way to popping up at destination parking lot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132024717936713733,[],[],0,,False,21292,475,670,,None,,,,,,,[],,,, +5040,1132022341351854080,1132016728471302144,1558730132000.0,2019-05-24 20:35:32,+0000,,"@quayran Opposite is true: you can have 100’s of layers of tunnels, but only one layer on surface (to first approximation), therefore trains should be on surface, cars below",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132022341351854080,[],[],0,,False,1137,254,51,,None,,,,,,,"[{'screen_name': 'quayran', 'name': 'Kieran Jones', 'id': '19763960'}]",,,, +5041,1132021007630209024,1132016728471302144,1558729814000.0,2019-05-24 20:30:14,+0000,,"@flcnhvy @DMC_Ryan Yes, but you get to your destination so quickly & directly that it doesn’t matter",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132021007630209024,[],[],0,,False,828,42,26,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +5042,1132019503011786752,1132016745638764545,1558729456000.0,2019-05-24 20:24:16,+0000,,"@DJSnM @Martijn_Schuman @Erdayastronaut @SpaceX @fcain Exactly. Still, pretty wild that the engine plume can climb up the side of a rocket going hypersonic speed!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132019503011786752,[],[],0,,False,1461,39,30,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Martijn_Schuman', 'name': 'Martijn Schuman', 'id': '2577281826'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'fcain', 'name': 'Fraser Cain', 'id': '1266281'}]",,,, +5043,1132018572065067008,1132016728471302144,1558729234000.0,2019-05-24 20:20:34,+0000,,@DMC_Ryan Paperwork & hundreds of approving authorities is by far the hardest part,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132018572065067008,[],[],0,,False,703,40,18,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +5044,1132017898170355712,1131810953933123584,1558729073000.0,2019-05-24 20:17:53,+0000,,"@keyeslol @wofford_cameron @bourbonisgood2 LA has a subway, but most people don’t know about it",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132017898170355712,[],[],0,,False,662,48,22,,None,,,,,,,"[{'screen_name': 'keyeslol', 'name': 'keyes', 'id': '1208871579767078913'}, {'screen_name': 'wofford_cameron', 'name': 'Cameron Wofford', 'id': '1219447202600366080'}, {'screen_name': 'bourbonisgood2', 'name': 'UCF Bourbon', 'id': '1051266212632641536'}]",,,, +5045,1132017766431580160,1132016728471302144,1558729042000.0,2019-05-24 20:17:22,+0000,,@DMC_Ryan That would great!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132017766431580160,[],[],0,,False,579,28,10,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +5046,1132017363128180736,1132016728471302144,1558728945000.0,2019-05-24 20:15:45,+0000,,@justpaulinelol Yes. No one will forced to take the tunnel. It’s optional!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132017363128180736,[],[],0,,False,812,21,15,,None,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +5047,1132016728471302144,1132016728471302144,1558728794000.0,2019-05-24 20:13:14,+0000,,Boring Company guide to why tunnels are awesome & safest place to be in an earthquake https://t.co/ZZIPQlscw1,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132016728471302144,['http://boringcompany.com/faq'],[],0,,False,11421,489,1142,,None,,,,,,,[],,,, +5048,1132015214629490688,1131810953933123584,1558728433000.0,2019-05-24 20:07:13,+0000,,"@SpaceXFan97 @kateconger So far, so good",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132015214629490688,[],[],0,,False,852,37,29,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}, {'screen_name': 'kateconger', 'name': 'o...k', 'id': '316154811'}]",,,, +5049,1132014489577041921,1131997380998418432,1558728260000.0,2019-05-24 20:04:20,+0000,,"@tesla_truth Ironically, same publications will attack me for compensation tied to Tesla tripling in value and imply Tesla is worthless. They can’t *both* be true!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1132014489577041921,[],[],0,,False,1532,100,119,,None,,,,,,,"[{'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}]",,,, +5050,1132013170850091009,1131810953933123584,1558727946000.0,2019-05-24 19:59:06,+0000,,@kateconger Gary the 🐌 still crushes us! Wouldn’t be fair. But TBC might give him a run for his money next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1132013170850091009,[],[],0,,False,548,25,15,,None,,,,,,,"[{'screen_name': 'kateconger', 'name': 'o...k', 'id': '316154811'}]",,,, +5051,1132011864949383168,1131810953933123584,1558727635000.0,2019-05-24 19:53:55,+0000,,Fundamental advantage of layers of tunnels is you can have as many lanes as you want going in any direction. Will feel like folding space from one part of a city to another.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1132011864949383168,[],[],0,,False,16711,651,744,,None,,,,,,,[],,,, +5052,1131828564473499648,1131809805876654080,1558683932000.0,2019-05-24 07:45:32,+0000,,@EddiOS42 @Nepomucene @boringcompany This is simple and just works,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1131828564473499648,[],[],0,,False,3428,270,68,,None,,,,,,,"[{'screen_name': 'EddiOS42', 'name': 'Eddie Kuo', 'id': '257297539'}, {'screen_name': 'Nepomucene', 'name': 'Olivier - Looks like we’ll be back in soon 🎉', 'id': '56232391'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +5053,1131813268123574272,1131809805876654080,1558680285000.0,2019-05-24 06:44:45,+0000,,@Nepomucene @boringcompany Pretty much,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1131813268123574272,[],[],0,,False,3806,102,90,,None,,,,,,,"[{'screen_name': 'Nepomucene', 'name': 'Olivier - Looks like we’ll be back in soon 🎉', 'id': '56232391'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +5054,1131810953933123584,1131810953933123584,1558679734000.0,2019-05-24 06:35:34,+0000,,Racing at 127mph in a tunnel under LA,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1131810953933123584,[],[],0,,False,97721,1529,12575,https://twitter.com/boringcompany/status/1131809805876654080,None,,,,,,,[],,,, +5055,1131783775396909056,1131765246664646657,1558673254000.0,2019-05-24 04:47:34,+0000,,@SpaceX Fairing halves recovered https://t.co/F82LE8JlLJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1131783775396909056,[],"['https://pbs.twimg.com/media/D7TnUwFU0AAzPR7.jpg', 'https://pbs.twimg.com/media/D7TnUwFUYAARmOE.jpg']",1,https://pbs.twimg.com/media/D7TnUwFU0AAzPR7.jpg,False,18371,287,1090,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5056,1131782570864066560,1131765246664646657,1558672967000.0,2019-05-24 04:42:47,+0000,,@SpaceX Krypton ion thrusters activate in about 3 hours to raise orbit,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1131782570864066560,[],[],0,,False,21500,351,787,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5057,1131782173785116672,1131765246664646657,1558672872000.0,2019-05-24 04:41:12,+0000,,"@SpaceX All 60 Starlink satellites online, solar array deployment coming up soon",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1131782173785116672,[],[],0,,False,31882,630,2287,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5058,1131777967019814912,1131777184316764161,1558671869000.0,2019-05-24 04:24:29,+0000,,"@Erdayastronaut @SpaceX @KerbalSpaceP Thanks! Yeah, that’s pretty close.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1131777967019814912,[],[],0,,False,3851,55,88,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'KerbalSpaceP', 'name': 'Kerbal Space Program', 'id': '334738427'}]",,,, +5059,1131748543176118274,1131748543176118274,1558664854000.0,2019-05-24 02:27:34,+0000,,Launch in 3 mins,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1131748543176118274,[],[],0,,False,13015,361,763,https://twitter.com/SpaceX/status/1131745938735681543,None,,,,,,,[],,,, +5060,1131748102207971328,1131748102207971328,1558664749000.0,2019-05-24 02:25:49,+0000,,"New S & X are much improved. Worth trying out. You’re on version 2, current S/X is version 4.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1131748102207971328,[],[],0,,False,5718,221,261,https://twitter.com/1drumlover/status/1131747570051686400,None,,,,,,,[],,,, +5061,1131747291180593153,1131746784315727872,1558664555000.0,2019-05-24 02:22:35,+0000,,@D1g1talDrag0n It’s smart *and* enhanced!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1131747291180593153,[],[],0,,False,1591,46,58,,None,,,,,,,"[{'screen_name': 'D1g1talDrag0n', 'name': 'Craig Ritchie', 'id': '2186613216'}]",,,, +5062,1131746784315727872,1131746784315727872,1558664434000.0,2019-05-24 02:20:34,+0000,,Smart Summon coming soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1131746784315727872,[],[],0,,False,28384,537,3020,https://twitter.com/_jephrey/status/1131472501601644547,None,,,,,,,[],,,, +5063,1131687051990949889,1130097035494023170,1558650193000.0,2019-05-23 22:23:13,+0000,,"@nichegamer @flcnhvy @Erik2be @Teslarati Tower with Knight is across road from SpaceX, looking at rocket",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1131687051990949889,[],[],0,,False,702,29,21,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erik2be', 'name': 'Erik Hendrix', 'id': '962653110'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +5064,1131686318751150082,1130097035494023170,1558650018000.0,2019-05-23 22:20:18,+0000,,"@flcnhvy @Erik2be @Teslarati Part of the factory is being upgraded, but tours will continue around the parts that aren’t",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1131686318751150082,[],[],0,,False,410,41,16,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erik2be', 'name': 'Erik Hendrix', 'id': '962653110'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +5065,1131676702491283456,1130884644717699073,1558647726000.0,2019-05-23 21:42:06,+0000,,"@EcoHeliGuy @Erdayastronaut @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX Yes, will be used for rear cargo storage. Also helps manage center of mass for heavy payloads when forward cargo is full.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1131676702491283456,[],[],0,,False,811,42,28,,None,,,,,,,"[{'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5066,1131675831971897344,1130884644717699073,1558647518000.0,2019-05-23 21:38:38,+0000,,@Erdayastronaut @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX Outer engines are attached to the edge of the airframe to give the center engines room to move,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1131675831971897344,[],[],0,,False,1192,42,31,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5067,1131671141624365056,1130884644717699073,1558646400000.0,2019-05-23 21:20:00,+0000,,@Erdayastronaut @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX ~2.8m,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1131671141624365056,[],[],0,,False,900,36,30,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5068,1131650936047194112,1130884644717699073,1558641582000.0,2019-05-23 19:59:42,+0000,,"@alijamalashraf @Erdayastronaut @MichaelGalanin @SpaceX Turbines on hot side (outer fan-looking things in this depiction), but this is just to illustrate the type of engine. Our turbopumps are vertical, have 3 fan-looking things on pump side & complex cross-flow. Liquid oxygen turbopump is integrated with main combustion chamber.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1131650936047194112,[],[],0,,False,562,24,25,,None,,,,,,,"[{'screen_name': 'AliJamalAshraf', 'name': 'Ali Ashraf', 'id': '223718132'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MichaelGalanin', 'name': 'Space Explorer Mike', 'id': '951062029'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5069,1131625395118268416,1130884644717699073,1558635493000.0,2019-05-23 18:18:13,+0000,,@Erdayastronaut @Malcolmmarsman @flcnhvy @marstronauts @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX Horizontally,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1131625395118268416,[],[],0,,False,1398,93,43,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'marstronauts', 'name': 'Marstronauts', 'id': '1075831213074583552'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5070,1131625229367693312,1130884644717699073,1558635453000.0,2019-05-23 18:17:33,+0000,,"@flcnhvy @Malcolmmarsman @marstronauts @Erdayastronaut @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX First flights would have fewer, so as to risk less loss of hardware. Probably around 20.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1131625229367693312,[],[],0,,False,693,29,34,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'marstronauts', 'name': 'Marstronauts', 'id': '1075831213074583552'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5071,1131624957924954112,1131564793440215041,1558635389000.0,2019-05-23 18:16:29,+0000,,@InsideEVs So it goes,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1131624957924954112,[],[],0,,False,4627,175,141,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +5072,1131624296730615808,1130884644717699073,1558635231000.0,2019-05-23 18:13:51,+0000,,@Malcolmmarsman @flcnhvy @marstronauts @Erdayastronaut @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX 3 months,fr,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1131624296730615808,[],[],0,,False,933,21,43,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'marstronauts', 'name': 'Marstronauts', 'id': '1075831213074583552'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5073,1131623298112974848,1130884644717699073,1558634993000.0,2019-05-23 18:09:53,+0000,,"@flcnhvy @marstronauts @Erdayastronaut @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX Hopefully, 4 months",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1131623298112974848,[],[],0,,False,765,15,37,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'marstronauts', 'name': 'Marstronauts', 'id': '1075831213074583552'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5074,1131622014051971077,1130884644717699073,1558634687000.0,2019-05-23 18:04:47,+0000,,@marstronauts @Erdayastronaut @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX Vacuum nozzle engines are only used in (near) vacuum conditions. Sea level engines need to gimbal rapidly & at high angle for landing. Larger nozzle leaves less room to move & increases moment of inertia.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1131622014051971077,[],[],0,,False,722,13,30,,None,,,,,,,"[{'screen_name': 'marstronauts', 'name': 'Marstronauts', 'id': '1075831213074583552'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5075,1131620991166078976,1130884644717699073,1558634443000.0,2019-05-23 18:00:43,+0000,,"@Erdayastronaut @JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @SpaceX Yeah. Outer engines with much larger nozzles are fixed to airframe, inner engines have high gimbal range ~15 degrees",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1131620991166078976,[],[],0,,False,1249,35,51,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5076,1131447820630876161,1131281132836671488,1558593156000.0,2019-05-23 06:32:36,+0000,,@tommleach @trigomemetry https://t.co/ViY0WgtfOZ,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1131447820630876161,[],['https://pbs.twimg.com/media/D7O1x49W4AA89QW.jpg'],1,https://pbs.twimg.com/media/D7O1x49W4AA89QW.jpg,False,7614,114,254,,None,,,,,,,"[{'screen_name': 'tommleach', 'name': 'Tom Leach', 'id': '20717001'}]",,,, +5077,1131446694795776000,1131281132836671488,1558592887000.0,2019-05-23 06:28:07,+0000,,@trigomemetry Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1131446694795776000,[],[],0,,False,4183,25,47,,None,,,,,,,"[{'screen_name': 'trigomemetry', 'name': 'trigoMEMEtry', 'id': '883130096273510400'}]",,,, +5078,1131445457979432960,1131373357922865152,1558592593000.0,2019-05-23 06:23:13,+0000,,@DirkSmit76 Two tunnels about a mile long each,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1131445457979432960,[],[],0,,False,864,25,32,,None,,,,,,,"[{'screen_name': 'DirkSmit76', 'name': 'Dirk Smit', 'id': '3297538031'}]",,,, +5079,1131443179297878016,1130884644717699073,1558592049000.0,2019-05-23 06:14:09,+0000,,@Debapratim15 @curiousmind44 @SPEXcast @13ericralph31 @JaneidyEve @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX @JeffBezos Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1131443179297878016,[],[],0,,False,651,31,20,,None,,,,,,,"[{'screen_name': 'Debapratim15', 'name': 'Debapratim', 'id': '1144475696909058049'}, {'screen_name': 'curiousmind44', 'name': 'Null set', 'id': '836079586668658688'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}]",,,, +5080,1131442696537743362,1130884644717699073,1558591934000.0,2019-05-23 06:12:14,+0000,,"@curiousmind44 @SPEXcast @13ericralph31 @JaneidyEve @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX @JeffBezos Makes no sense. In order to grow the colony, you’d have to transport vast amounts of mass from planets/moons/asteroids. Would be like trying to build the USA in the middle of the Atlantic Ocean!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1131442696537743362,[],[],0,,False,993,98,64,,None,,,,,,,"[{'screen_name': 'curiousmind44', 'name': 'Null set', 'id': '836079586668658688'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}]",,,, +5081,1131441489014394880,1130884644717699073,1558591646000.0,2019-05-23 06:07:26,+0000,,"@_ishanspatil @SPEXcast @13ericralph31 @JaneidyEve @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX Aiming for 150 tons useful load in fully reusable configuration, but should be at least 100 tons, allowing for mass growth",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1131441489014394880,[],[],0,,False,628,29,35,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5082,1131440757699686404,1130884644717699073,1558591472000.0,2019-05-23 06:04:32,+0000,,@SPEXcast @13ericralph31 @JaneidyEve @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX N2 for vacuum. Aero surfaces & high gimbal angle main engines for atmosphere.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1131440757699686404,[],[],0,,False,571,12,20,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5083,1131438642457587713,1130884644717699073,1558590968000.0,2019-05-23 05:56:08,+0000,,"@SPEXcast @13ericralph31 @JaneidyEve @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX Hoping for 380 sec Isp, but at least 370. Otherwise similar to sea level version.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1131438642457587713,[],[],0,,False,633,18,24,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5084,1131437754649178112,1130884644717699073,1558590756000.0,2019-05-23 05:52:36,+0000,,@13ericralph31 @JaneidyEve @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX Aspirationally,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1131437754649178112,[],[],0,,False,675,18,19,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5085,1131433322276483072,1130884644717699073,1558589699000.0,2019-05-23 05:34:59,+0000,,"@JaneidyEve @13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX 3 sea level optimized Raptors, 3 vacuum optimized Raptors (big nozzle)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1131433322276483072,[],[],0,,False,1315,43,71,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5086,1131429686548942848,1130884644717699073,1558588832000.0,2019-05-23 05:20:32,+0000,,"@13ericralph31 @SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX After the GoT finale, we dropped it to 6",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1131429686548942848,[],[],0,,False,2055,58,116,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5087,1131429223258677248,1130884644717699073,1558588722000.0,2019-05-23 05:18:42,+0000,,"@SPEXcast @bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX Mk1 & Mk2 ships at Boca & Cape will fly with at least 3 engines, maybe all 6",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1131429223258677248,[],[],0,,False,1108,13,67,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5088,1131426671393820675,1130884644717699073,1558588114000.0,2019-05-23 05:08:34,+0000,,"@bluemoondance74 @Orion_Sword @Some1gee @Erdayastronaut @SpaceX About to complete SN5, ramping to an engine every 3 days this summer",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1131426671393820675,[],[],0,,False,1221,20,59,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5089,1131373357922865152,1131373357922865152,1558575403000.0,2019-05-23 01:36:43,+0000,,Boring Company starts digging Vegas tunnel in 2 months. Aiming to finish by end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1131373357922865152,[],[],0,,False,28523,1028,2049,https://twitter.com/boringcompany/status/1103428015030181888,None,,,,,,,[],,,, +5090,1131349819073499136,1130884644717699073,1558569790000.0,2019-05-23 00:03:10,+0000,,"@Orion_Sword @Some1gee @Erdayastronaut @SpaceX The turbine also spins though. Partially combusted gas drives the turbine wheel, which is attached to a shaft that turns the inducer & impellers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1131349819073499136,[],[],0,,False,1102,38,30,,None,,,,,,,"[{'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5091,1131348778722611201,1130884644717699073,1558569542000.0,2019-05-22 23:59:02,+0000,,"@Orion_Sword @Some1gee @Erdayastronaut @SpaceX But, essentially, the spinning things",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1131348778722611201,[],[],0,,False,1314,13,34,,None,,,,,,,"[{'screen_name': 'Orion_Sword', 'name': 'Orion DeYoe', 'id': '958547954'}, {'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5092,1131346223753908224,1130884644717699073,1558568933000.0,2019-05-22 23:48:53,+0000,,@Some1gee @Erdayastronaut @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1131346223753908224,[],[],0,,False,566,11,16,,None,,,,,,,"[{'screen_name': 'Some1gee', 'name': 'Some1gee 🧢', 'id': '2973348643'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5093,1131345711960694784,1130884644717699073,1558568811000.0,2019-05-22 23:46:51,+0000,,"@Erdayastronaut @SpaceX Turbopump propellant flow path to achieve high chamber pressure is quite tricky. Requires an inducer & 2 impellers with ~100,000 shaft horsepower.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1131345711960694784,[],[],0,,False,4021,126,161,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5094,1131281132836671488,1131281132836671488,1558553414000.0,2019-05-22 19:30:14,+0000,,😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1131281132836671488,[],[],0,,False,146099,5619,15351,,None,,,,,,,[],,,, +5095,1131258440343416832,1131256654102716416,1558548004000.0,2019-05-22 18:00:04,+0000,,@royalacademy @guardian @FT @Telegraph Did it for the memes https://t.co/jVnidsSJmj,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1131258440343416832,[],['https://pbs.twimg.com/media/D7MJjifVUAEV2Bp.jpg'],1,https://pbs.twimg.com/media/D7MJjifVUAEV2Bp.jpg,False,13566,252,934,,None,,,,,,,"[{'screen_name': 'royalacademy', 'name': 'Royal Academy', 'id': '20439102'}, {'screen_name': 'guardian', 'name': 'The Guardian', 'id': '87818409'}, {'screen_name': 'FT', 'name': 'Financial Times', 'id': '18949452'}, {'screen_name': 'Telegraph', 'name': 'The Telegraph', 'id': '16343974'}]",,,, +5096,1131238800980451328,1131238277183201280,1558543322000.0,2019-05-22 16:42:02,+0000,,@teslainventory Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1131238800980451328,[],[],0,,False,1185,64,27,,None,,,,,,,"[{'screen_name': 'teslainventory', 'name': '🔋Erik🔋', 'id': '565198801'}]",,,, +5097,1130966809794863104,1130799551672143874,1558478474000.0,2019-05-21 22:41:14,+0000,,"@arctechinc @Everman @cleantechnica Yeah, been thinking about it for a long time. Electric supersonic VTOL. Hard problem.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1130966809794863104,[],[],0,,False,1356,156,76,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}, {'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +5098,1130963712674631681,1130884644717699073,1558477736000.0,2019-05-21 22:28:56,+0000,,@BPSYT1 @Erdayastronaut @SpaceX Hopefully in about 10 days,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1130963712674631681,[],[],0,,False,1598,46,79,,None,,,,,,,"[{'screen_name': 'BPSYT1', 'name': 'Bot', 'id': '4824663723'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5099,1130963333471907840,1130884644717699073,1558477645000.0,2019-05-21 22:27:25,+0000,,@Erdayastronaut @SpaceX Physics favors full flow,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1130963333471907840,[],[],0,,False,4016,85,106,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5100,1130962543596302336,1130799551672143874,1558477457000.0,2019-05-21 22:24:17,+0000,,@cleantechnica Good design imo,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1130962543596302336,[],[],0,,False,3189,79,73,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +5101,1130955627532939265,1130913917864034304,1558475808000.0,2019-05-21 21:56:48,+0000,,@sama Thanks Sam!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1130955627532939265,[],[],0,,False,14966,233,276,,None,,,,,,,"[{'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +5102,1130865099743289344,1130475579843710977,1558454224000.0,2019-05-21 15:57:04,+0000,,@ARKInvest Good piece on lower total cost of ownership of electric vehicles,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1130865099743289344,[],[],0,,False,3108,113,128,,None,,,,,,,"[{'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}]",,,, +5103,1130202626438512640,1130097035494023170,1558296278000.0,2019-05-19 20:04:38,+0000,,@Erik2be @Teslarati Sorry to hear that. Will fix.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1130202626438512640,[],[],0,,False,1362,82,38,,None,,,,,,,"[{'screen_name': 'Erik2be', 'name': 'Erik Hendrix', 'id': '962653110'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +5104,1130083016041086976,1129888234081640448,1558267761000.0,2019-05-19 12:09:21,+0000,,@Liv_Boeree Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1130083016041086976,[],[],0,,False,1990,58,43,,None,,,,,,,"[{'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}]",,,, +5105,1130060332200747008,1128834111878193155,1558262353000.0,2019-05-19 10:39:13,+0000,,@PunishedFranc83 @SpaceXStarlink @SpaceX Easy to turn one of our Starlink satellites into a debris collector,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1130060332200747008,[],[],0,,False,1275,110,85,,None,,,,,,,"[{'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5106,1130059352323215360,1128834111878193155,1558262119000.0,2019-05-19 10:35:19,+0000,,@PunishedFranc83 @SpaceXStarlink @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1130059352323215360,[],[],0,,False,823,9,21,,None,,,,,,,"[{'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5107,1129989614481993729,1129888234081640448,1558245492000.0,2019-05-19 05:58:12,+0000,,@giarC71 Almost ready. I’m testing it personally this weekend.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1129989614481993729,[],[],0,,False,2592,122,80,,None,,,,,,,"[{'screen_name': 'giarC71', 'name': 'CDL', 'id': '48584754'}]",,,, +5108,1129940704673685504,1129888234081640448,1558233831000.0,2019-05-19 02:43:51,+0000,,@gurleen_s_ Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1129940704673685504,[],[],0,,False,2561,59,44,,None,,,,,,,"[{'screen_name': 'gurleen_s_', 'name': 'Gurleen', 'id': '1031340151874768898'}]",,,, +5109,1129940276745609219,1129888234081640448,1558233729000.0,2019-05-19 02:42:09,+0000,,Also porting Unreal Engine,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1129940276745609219,[],[],0,,False,50846,1684,2195,,None,,,,,,,[],,,, +5110,1129926157946638336,1129926062526406656,1558230363000.0,2019-05-19 01:46:03,+0000,,@FHiedra Nintendo won’t let us,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129926157946638336,[],[],0,,False,1205,110,46,,None,,,,,,,"[{'screen_name': 'FHiedra', 'name': 'GNAUTICA', 'id': '2422760853'}]",,,, +5111,1129925319270395906,1129924410339495937,1558230163000.0,2019-05-19 01:42:43,+0000,,"@BillM_HB Maybe so eventually, but it will be information & entertainment, not trickery",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129925319270395906,[],[],0,,False,3674,155,111,,None,,,,,,,[],,,, +5112,1129924410339495937,1129924410339495937,1558229947000.0,2019-05-19 01:39:07,+0000,,"Tesla does not advertise or pay for endorsements. Instead, we use that money to make the product great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129924410339495937,[],[],0,,False,60388,1460,5720,https://twitter.com/Teslarati/status/1129127540998705157,None,,,,,,,[],,,, +5113,1129921946353668096,1129888234081640448,1558229359000.0,2019-05-19 01:29:19,+0000,,We def need racing game using actual car steering wheel & pedals!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129921946353668096,[],[],0,,False,52508,1332,3373,,None,,,,,,,[],,,, +5114,1129921625304981504,1129888234081640448,1558229283000.0,2019-05-19 01:28:03,+0000,,@JamyDev Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129921625304981504,[],[],0,,False,1473,20,30,,None,,,,,,,"[{'screen_name': 'JamyDev', 'name': 'JamyDev', 'id': '1295264100029616128'}]",,,, +5115,1129921531994202112,1129888234081640448,1558229260000.0,2019-05-19 01:27:40,+0000,,@juanittoburrito @sargentwhitey Of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129921531994202112,[],[],0,,False,757,17,16,,None,,,,,,,"[{'screen_name': 'juanittoburrito', 'name': 'Juan Guevara', 'id': '4100860163'}, {'screen_name': 'sargentwhitey', 'name': 'Sargentwhitey', 'id': '1357939058'}]",,,, +5116,1129921375777329152,1129888234081640448,1558229223000.0,2019-05-19 01:27:03,+0000,,@GlamandGore Portal 1 & 2 on this would rock,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129921375777329152,[],[],0,,False,2852,48,78,,None,,,,,,,"[{'screen_name': 'GlamandGore', 'name': 'Mykie', 'id': '2456142770'}]",,,, +5117,1129921205610266624,1129888234081640448,1558229182000.0,2019-05-19 01:26:22,+0000,,@asimo3089 @Roblox Would be great to have @Roblox & @Minecraft!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129921205610266624,[],[],0,,False,7687,382,828,,None,,,,,,,"[{'screen_name': 'asimo3089', 'name': 'asimo3089', 'id': '204563745'}, {'screen_name': 'Roblox', 'name': 'Roblox', 'id': '16745055'}]",,,, +5118,1129921006133436416,1129888234081640448,1558229135000.0,2019-05-19 01:25:35,+0000,,"Interact with games via touchscreen, steering wheel buttons & XBox/PS controllers",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1129921006133436416,[],[],0,,False,27066,316,806,,None,,,,,,,[],,,, +5119,1129888234081640448,1129888234081640448,1558221321000.0,2019-05-18 23:15:21,+0000,,Lots more games coming once we finish porting Unity!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1129888234081640448,[],[],0,,False,109292,2312,11111,https://twitter.com/teslainvernon/status/1129594966588547072,None,,,,,,,[],,,, +5120,1129836119267262464,1129832918220718080,1558208896000.0,2019-05-18 19:48:16,+0000,,@flcnhvy Top Secret https://t.co/Gi2wN2HVyO,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1129836119267262464,[],['https://pbs.twimg.com/tweet_video_thumb/D6379FtU0AAO-iN.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/D6379FtU0AAO-iN.jpg,False,15934,307,851,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +5121,1129629072097775616,1129500229408055296,1558159532000.0,2019-05-18 06:05:32,+0000,,"@MillShive @ChrisG_NSF @jdeshetler It technically could, but wouldn’t have enough mass margin for a heat shield, landing propellant or legs, so not reusable",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1129629072097775616,[],[],0,,False,892,52,44,,None,,,,,,,"[{'screen_name': 'MillShive', 'name': 'Mill Shive', 'id': '523078637'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'jdeshetler', 'name': 'Jay L. DeShetler', 'id': '153106195'}]",,,, +5122,1129622616787083265,1129459107952332800,1558157993000.0,2019-05-18 05:39:53,+0000,,"@MyCatNameIsShad No worse than production of a gasoline car, provided the lithium-ion battery cathode is primarily nickel vs cobalt. Nickel is the main alloying ingredient in stainless steel, which is what knives & forks are made of.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1129622616787083265,[],[],0,,False,1368,68,70,,None,,,,,,,[],,,, +5123,1129619080342900737,1129459107952332800,1558157150000.0,2019-05-18 05:25:50,+0000,, https://t.co/48s5D3IfWs,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1129619080342900737,['https://www.tesla.com/blog/putting-tesla-hepa-filter-and-bioweapon-defense-mode-to-the-test'],[],0,,False,19744,388,1484,,None,,,,,,,[],,,, +5124,1129618550161731584,1129459107952332800,1558157024000.0,2019-05-18 05:23:44,+0000,,"Because a Tesla produces no emissions & filters most toxins, pollen, spores & viruses, it actually cleans up surrounding air as it travels",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1129618550161731584,[],[],0,,False,40941,694,3973,,None,,,,,,,[],,,, +5125,1129460254922592256,1129459107952332800,1558119283000.0,2019-05-17 18:54:43,+0000,,@maggiejuang1 Sure is. I live here. Air quality is especially bad near highways. https://t.co/XeBB5iP7mo,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1129460254922592256,['https://www.latimes.com/local/california/la-me-freeway-pollution-what-you-can-do-20171230-htmlstory.html'],[],0,,False,1773,97,94,,None,,,,,,,"[{'screen_name': 'maggiejuang1', 'name': '*Maggie*', 'id': '918397681159901186'}]",,,, +5126,1129459107952332800,1129459107952332800,1558119010000.0,2019-05-17 18:50:10,+0000,,This is why we put extra filters in all Tesla cars. S & X even have hospital operating room grade HEPA filters.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1129459107952332800,[],[],0,,False,49722,1060,3834,https://twitter.com/elonmusk/status/1129458434624053248,None,,,,,,,[],,,, +5127,1129458434624053248,1129458434624053248,1558118849000.0,2019-05-17 18:47:29,+0000,,😐,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1129458434624053248,[],[],0,,False,96751,1763,15003,https://twitter.com/cleantechnica/status/1129435468452417536,None,,,,,,,[],,,, +5128,1129454746794770432,1129353517045637120,1558117970000.0,2019-05-17 18:32:50,+0000,,"@MrRobCapewell @Tesla @Apple @ValueAnalyst1 Yeah, feels like something is messed up with Apple news app. Almost only ever shows negative news. Nickname is “the hate stream” 🤣",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1129454746794770432,[],[],0,,False,5139,234,238,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Apple', 'name': 'Apple', 'id': '380749300'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}]",,,, +5129,1129446717412204544,1126301826658136064,1558116056000.0,2019-05-17 18:00:56,+0000,,@RocketLab Congrats on many successful launches!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1129446717412204544,[],[],0,,False,5810,77,171,,None,,,,,,,"[{'screen_name': 'RocketLab', 'name': 'Rocket Lab', 'id': '91145174'}]",,,, +5130,1129274835173908481,1129274835173908481,1558075076000.0,2019-05-17 06:37:56,+0000,,And I am forever grateful https://t.co/kU1pT8t0yv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1129274835173908481,[],['https://pbs.twimg.com/media/D6v9ed6UwAAoKg2.jpg'],1,https://pbs.twimg.com/media/D6v9ed6UwAAoKg2.jpg,False,732771,3200,132786,,None,,,,,,,[],,,, +5131,1129103432223154176,1129095718696886279,1558034210000.0,2019-05-16 19:16:50,+0000,,@KetanKavaiya123 @engineers_feed √-1 2^3 3.14 😋,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1129103432223154176,[],[],0,,False,1744,124,109,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +5132,1129100691367124993,1129095718696886279,1558033557000.0,2019-05-16 19:05:57,+0000,,@engineers_feed Set of all math jokes that are actually funny is pretty small (sigh),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1129100691367124993,[],[],0,,False,1391,120,56,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +5133,1129100052129959937,1129095718696886279,1558033404000.0,2019-05-16 19:03:24,+0000,,"@engineers_feed Physics demands the impedance of resistance, because it’s not real",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1129100052129959937,[],[],0,,False,1408,44,59,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +5134,1129098899807801345,1129095718696886279,1558033130000.0,2019-05-16 18:58:50,+0000,,@engineers_feed What makes resistance complex is that it’s half imaginary!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1129098899807801345,[],[],0,,False,12763,220,608,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +5135,1129085209431773185,1128854768216993793,1558029865000.0,2019-05-16 18:04:25,+0000,,@vicentes @xprize @kitkitschool @onebillion Glad it worked out,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1129085209431773185,[],[],0,,False,605,28,20,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'xprize', 'name': 'XPRIZE', 'id': '15919988'}, {'screen_name': 'kitkitschool', 'name': 'KitkitSchool', 'id': '823608277757935616'}, {'screen_name': 'onebillion', 'name': 'onebillion', 'id': '2340024625'}]",,,, +5136,1129082976786980864,1128854768216993793,1558029333000.0,2019-05-16 17:55:33,+0000,,@xprize @kitkitschool @onebillion Congratulations @kitkitschool & @onebillion on creating great open source literacy software!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1129082976786980864,[],[],0,,False,2154,33,98,,None,,,,,,,"[{'screen_name': 'xprize', 'name': 'XPRIZE', 'id': '15919988'}, {'screen_name': 'kitkitschool', 'name': 'KitkitSchool', 'id': '823608277757935616'}, {'screen_name': 'onebillion', 'name': 'onebillion', 'id': '2340024625'}]",,,, +5137,1128840713783791619,1128834111878193155,1557971573000.0,2019-05-16 01:52:53,+0000,,"6 more launches of 60 🛰 for initial activation, 12 for significant coverage",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1128840713783791619,[],[],0,,False,31434,575,1326,,None,,,,,,,[],,,, +5138,1128834111878193155,1128834111878193155,1557969999000.0,2019-05-16 01:26:39,+0000,,"Starlink mission will be heaviest @SpaceX payload ever at 18.5 tons. If all goes well, each launch of 60 satellites will generate more power than Space Station & deliver 1 terabit of bandwidth to Earth.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1128834111878193155,[],[],0,,False,61079,1436,6465,,None,,,,,,,[],,,, +5139,1128698222170402817,1128376680693809153,1557937601000.0,2019-05-15 16:26:41,+0000,,@jeff_foust 🏴‍☠️,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1128698222170402817,[],[],0,,False,13622,388,645,,None,,,,,,,"[{'screen_name': 'jeff_foust', 'name': 'Jeff Foust', 'id': '6374602'}]",,,, +5140,1128450852455235584,1128409114621751296,1557878623000.0,2019-05-15 00:03:43,+0000,,@Alejandro_DebH @bluemoondance74 @space_terp @NASASpaceflight That’s about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1128450852455235584,[],[],0,,False,1028,38,29,,None,,,,,,,"[{'screen_name': 'Alejandro_DebH', 'name': 'Dark Energy 🏳️\u200d🌈', 'id': '461216071'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'space_terp', 'name': 'PH', 'id': '2582619522'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +5141,1128450531326775297,1128409114621751296,1557878546000.0,2019-05-15 00:02:26,+0000,,@Erdayastronaut @NASASpaceflight Probably start installing end of next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1128450531326775297,[],[],0,,False,1913,47,56,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +5142,1128450109052575744,1128409114621751296,1557878446000.0,2019-05-15 00:00:46,+0000,,"@bluemoondance74 @space_terp @NASASpaceflight SN4 is done. Hawthorne is working on SN5 now, but focus is ramping build rate of SN6 through SN10.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1128450109052575744,[],[],0,,False,795,24,28,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'space_terp', 'name': 'PH', 'id': '2582619522'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +5143,1128449289498218496,1128409114621751296,1557878250000.0,2019-05-14 23:57:30,+0000,,"@Erdayastronaut @NASASpaceflight The opposite. Any insights gained by one team must be shared with the other, but other team not required to use them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1128449289498218496,[],[],0,,False,1765,59,73,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +5144,1128448802942177280,1128409114621751296,1557878134000.0,2019-05-14 23:55:34,+0000,,@space_terp @NASASpaceflight Both sites will make many Starships. This is a competition to see which location is most effective. Answer might be both.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1128448802942177280,[],[],0,,False,996,60,48,,None,,,,,,,"[{'screen_name': 'space_terp', 'name': 'PH', 'id': '2582619522'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +5145,1128448308970541056,1128409114621751296,1557878017000.0,2019-05-14 23:53:37,+0000,,@NASASpaceflight SpaceX is doing simultaneous competing builds of Starship in Boca Chica Texas & Cape Canaveral Florida,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1128448308970541056,[],[],0,,False,6090,153,391,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +5146,1128221562438467584,1128076661411311618,1557823956000.0,2019-05-14 08:52:36,+0000,,"@kurtybot @Tesla A lot, but you can’t count on lines",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1128221562438467584,[],[],0,,False,13064,317,204,,None,,,,,,,"[{'screen_name': 'kurtybot', 'name': 'Kurty', 'id': '221278284'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5147,1127966493679816704,1127833768876703744,1557763143000.0,2019-05-13 15:59:03,+0000,,@macodiseas @oha_alex Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1127966493679816704,[],[],0,,False,1022,78,32,,None,,,,,,,"[{'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'oha_alex', 'name': 'Alex Oha 📈', 'id': '898336170504933376'}]",,,, +5148,1127833949210677248,1127833768876703744,1557731542000.0,2019-05-13 07:12:22,+0000,,@oha_alex It’s a factor,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1127833949210677248,[],[],0,,False,756,82,34,,None,,,,,,,"[{'screen_name': 'oha_alex', 'name': 'Alex Oha 📈', 'id': '898336170504933376'}]",,,, +5149,1127830669063626752,1127830669063626752,1557730760000.0,2019-05-13 06:59:20,+0000,,GoT season finale leaked https://t.co/wMoLFDSsbt,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1127830669063626752,[],['https://pbs.twimg.com/media/D6bcA6NUUAITskh.jpg'],1,https://pbs.twimg.com/media/D6bcA6NUUAITskh.jpg,False,70156,965,4634,,None,,,,,,,[],,,, +5150,1127816860848648193,1124710238500917248,1557727468000.0,2019-05-13 06:04:28,+0000,,"@Kristennetten @mayapolarbear Technically, his bro",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1127816860848648193,[],[],0,,False,1055,35,23,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'mayapolarbear', 'name': 'Mayapolarbear', 'id': '942400326359019520'}]",,,, +5151,1127816455553028098,1124710238500917248,1557727371000.0,2019-05-13 06:02:51,+0000,,@mayapolarbear https://t.co/G7HTDnsyU4,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1127816455553028098,[],['https://pbs.twimg.com/media/D6bPFalUwAA1u9F.jpg'],1,https://pbs.twimg.com/media/D6bPFalUwAA1u9F.jpg,False,16344,183,640,,None,,,,,,,[],,,, +5152,1127613303478312960,1127590248857260033,1557678936000.0,2019-05-12 16:35:36,+0000,,@mayemusk @KimbalMusk @ToscaMusk @kimbal Happy Mother’s Day. I love you Mom!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1127613303478312960,[],[],0,,False,14837,162,431,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'KimbalMusk', 'name': 'Kimbal Musk', 'id': '1579082400'}, {'screen_name': 'ToscaMusk', 'name': 'Tosca Musk', 'id': '11150432'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +5153,1127549104337199109,1127443610331254784,1557663629000.0,2019-05-12 12:20:29,+0000,,@gorosart Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1127549104337199109,[],[],0,,False,17396,189,394,,None,,,,,,,"[{'screen_name': 'gorosart', 'name': 'Goro Fujita', 'id': '748524102105718784'}]",,,, +5154,1127416233815461898,1127349385614856197,1557631951000.0,2019-05-12 03:32:31,+0000,,@johnsontoddr4 @gorosart Completely agree. Every Tesla should have good art & music creation software.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1127416233815461898,[],[],0,,False,3369,91,146,,None,,,,,,,"[{'screen_name': 'johnsontoddr4', 'name': 'Todd R. Johnson', 'id': '869698848175738880'}, {'screen_name': 'gorosart', 'name': 'Goro Fujita', 'id': '748524102105718784'}]",,,, +5155,1127408590157783040,1127388838362378241,1557630128000.0,2019-05-12 03:02:08,+0000,,@PPathole @SpaceX It is flat-packed. No dispenser.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1127408590157783040,[],[],0,,False,3152,98,75,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5156,1127392756626624514,1127388838362378241,1557626353000.0,2019-05-12 01:59:13,+0000,,@ampontour That *might* not be my lucky 🍀 number,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1127392756626624514,[],[],0,,False,2393,74,79,,None,,,,,,,"[{'screen_name': 'ampontour', 'name': 'Alan Parry', 'id': '17799570'}]",,,, +5157,1127391773930577922,1127388838362378241,1557626119000.0,2019-05-12 01:55:19,+0000,,"More details on day of launch, currently tracking to Wednesday",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1127391773930577922,[],[],0,,False,17029,296,440,,None,,,,,,,[],,,, +5158,1127391581072347137,1127388838362378241,1557626073000.0,2019-05-12 01:54:33,+0000,,"Much will likely go wrong on 1st mission. Also, 6 more launches of 60 sats needed for minor coverage, 12 for moderate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1127391581072347137,[],[],0,,False,18065,311,550,,None,,,,,,,[],,,, +5159,1127390620111081473,1127388838362378241,1557625844000.0,2019-05-12 01:50:44,+0000,,"These are production design, unlike our earlier Tintin demo sats",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1127390620111081473,[],[],0,,False,7061,120,177,,None,,,,,,,[],,,, +5160,1127389993188507649,1127388838362378241,1557625694000.0,2019-05-12 01:48:14,+0000,,"If static fire 👍 on Mon, 🚀 on Tues",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1127389993188507649,[],[],0,,False,9476,131,336,,None,,,,,,,[],,,, +5161,1127388838362378241,1127388838362378241,1557625419000.0,2019-05-12 01:43:39,+0000,,First 60 @SpaceX Starlink satellites loaded into Falcon fairing. Tight fit. https://t.co/gZq8gHg9uK,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1127388838362378241,[],"['https://pbs.twimg.com/media/D6VKKwiUUAABZ_p.jpg', 'https://pbs.twimg.com/media/D6VKKwbUUAAMuVI.jpg']",1,https://pbs.twimg.com/media/D6VKKwiUUAABZ_p.jpg,False,78315,1986,9700,,None,,,,,,,[],,,, +5162,1127373651920113664,1127349385614856197,1557621798000.0,2019-05-12 00:43:18,+0000,,@gorosart Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1127373651920113664,[],[],0,,False,14692,90,319,,None,,,,,,,"[{'screen_name': 'gorosart', 'name': 'Goro Fujita', 'id': '748524102105718784'}]",,,, +5163,1127277229304508416,1127277229304508416,1557598809000.0,2019-05-11 18:20:09,+0000,,♥️u3k,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1127277229304508416,[],[],0,,False,23288,537,1422,https://twitter.com/Teslarati/status/1127273426333388801,None,,,,,,,[],,,, +5164,1127071173655719937,1126940064175595520,1557549682000.0,2019-05-11 04:41:22,+0000,,@rdstrick777 @MFrunker @Tesla Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1127071173655719937,[],[],0,,False,1987,57,33,,None,,,,,,,"[{'screen_name': 'rdstrick777', 'name': 'Rick Strickland', 'id': '54049827'}, {'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5165,1127067581217591297,1126940064175595520,1557548825000.0,2019-05-11 04:27:05,+0000,,@MFrunker @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1127067581217591297,[],[],0,,False,2137,44,30,,None,,,,,,,"[{'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5166,1126950061257052160,1126940064175595520,1557520806000.0,2019-05-10 20:40:06,+0000,,"@Tesla Yes, they are! 🤣",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1126950061257052160,[],[],0,,False,49044,419,2659,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5167,1126947320728145920,1126942788023607296,1557520153000.0,2019-05-10 20:29:13,+0000,,@Lilzamud Will try it,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1126947320728145920,[],[],0,,False,3258,48,39,,None,,,,,,,"[{'screen_name': 'Lilzamud', 'name': 'Lilia Zamudio', 'id': '3060433298'}]",,,, +5168,1126944861221900288,1126942788023607296,1557519567000.0,2019-05-10 20:19:27,+0000,,We have 2 dogs & 1 cat. Dogs jump in car no problem. Cat does not. Experiment concluded.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1126944861221900288,[],[],0,,False,69246,1035,2823,,None,,,,,,,[],,,, +5169,1126942907586400256,1126942788023607296,1557519101000.0,2019-05-10 20:11:41,+0000,,"Cats, probably not tbh",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1126942907586400256,[],[],0,,False,54991,586,1762,,None,,,,,,,[],,,, +5170,1126942788023607296,1126942788023607296,1557519072000.0,2019-05-10 20:11:12,+0000,,Truth,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1126942788023607296,[],[],0,,False,79558,707,4967,https://twitter.com/Tesla/status/1126911564286767106,None,,,,,,,[],,,, +5171,1126904005920092160,1126903577795006465,1557509826000.0,2019-05-10 17:37:06,+0000,,"@ICannot_Enough How about “Future is driving you”, followed by the word “future” several times in decreasing font size?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1126904005920092160,[],[],0,,False,21806,540,853,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}]",,,, +5172,1126772790445522949,1126772790445522949,1557478542000.0,2019-05-10 08:55:42,+0000,,By Spiderwee on Artstation https://t.co/wE3HOKeZSt,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1126772790445522949,[],['https://pbs.twimg.com/media/D6MZ4QwUcAEbZb3.jpg'],1,https://pbs.twimg.com/media/D6MZ4QwUcAEbZb3.jpg,False,75749,1205,7172,,None,,,,,,,[],,,, +5173,1126770862177153024,1126589271454785536,1557478082000.0,2019-05-10 08:48:02,+0000,,@jonsrud @Model3Owners How about being able to look through any of the cameras?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1126770862177153024,[],[],0,,False,1358,103,44,,None,,,,,,,"[{'screen_name': 'jonsrud', 'name': 'Jeff Onsrud', 'id': '17929185'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +5174,1126770554596282371,1126589271454785536,1557478009000.0,2019-05-10 08:46:49,+0000,,@Model3Owners Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1126770554596282371,[],[],0,,False,5508,60,54,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +5175,1126748783130230786,1126686813840535552,1557472818000.0,2019-05-10 07:20:18,+0000,,@A_Bossaerts @nichegamer That’s how I feel when I see dabbing,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1126748783130230786,[],[],0,,False,3529,47,85,,None,,,,,,,"[{'screen_name': 'A_Bossaerts', 'name': 'Anton Bossaerts', 'id': '2380982623'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +5176,1126703507447271425,1126703507447271425,1557462023000.0,2019-05-10 04:20:23,+0000,,.@cgpgrey drives a Tesla across the loneliest road in America https://t.co/UAovEHY4SE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1126703507447271425,['https://youtu.be/_naDg-guomA'],[],0,,False,11118,318,746,,None,,,,,,,[],,,, +5177,1126691057410797568,1126686813840535552,1557459055000.0,2019-05-10 03:30:55,+0000,,@Erdayastronaut Probably June 20,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1126691057410797568,[],[],0,,False,7180,161,237,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +5178,1126686813840535552,1126686813840535552,1557458043000.0,2019-05-10 03:14:03,+0000,,"Oh stop teasing, Jeff 😉 https://t.co/wuWPENcSE1",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1126686813840535552,[],['https://pbs.twimg.com/media/D6LLrm9U8AAkV8p.jpg'],1,https://pbs.twimg.com/media/D6LLrm9U8AAkV8p.jpg,False,89909,1742,8160,,None,,,,,,,[],,,, +5179,1126653499834372096,1126651518432763909,1557450101000.0,2019-05-10 01:01:41,+0000,,@Dystopian_Blues @blueorigin @SpaceX @JeffBezos But putting the word “Blue” on a ball is questionable branding,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1126653499834372096,[],[],0,,False,2981,151,255,,None,,,,,,,"[{'screen_name': 'Dystopian_Blues', 'name': 'Van', 'id': '1100652975884775424'}, {'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}]",,,, +5180,1126653097114198016,1126651518432763909,1557450005000.0,2019-05-10 01:00:05,+0000,,@Dystopian_Blues @blueorigin @SpaceX @JeffBezos Competition is good. Results in a better outcome for all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1126653097114198016,[],[],0,,False,2086,44,118,,None,,,,,,,"[{'screen_name': 'Dystopian_Blues', 'name': 'Van', 'id': '1100652975884775424'}, {'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}]",,,, +5181,1126611407984779264,1126589271454785536,1557440065000.0,2019-05-09 22:14:25,+0000,,"@WhatsupFranks @flcnhvy We could have gamed an LA/NY Autopilot journey last year, but when we do it this year, everyone with Tesla Full Self-Driving will be able to do it too",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1126611407984779264,[],[],0,,False,2259,152,138,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +5182,1126610999006486528,1126589271454785536,1557439968000.0,2019-05-09 22:12:48,+0000,,@WhatsupFranks @flcnhvy That journey will have a diff age rating,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1126610999006486528,[],[],0,,False,2109,18,40,,None,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'franks #FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +5183,1126609124446195712,1126177054750277637,1557439521000.0,2019-05-09 22:05:21,+0000,,@TeslaNY @Tesla @MotorTrend Latest Model S is slightly faster,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1126609124446195712,[],[],0,,False,1199,39,47,,None,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'MotorTrend', 'name': 'motortrend', 'id': '25383000'}]",,,, +5184,1126602536436113409,1126589271454785536,1557437950000.0,2019-05-09 21:39:10,+0000,,@flcnhvy Basically begging for it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1126602536436113409,[],[],0,,False,3144,42,63,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +5185,1126594529690177536,1126589271454785536,1557436041000.0,2019-05-09 21:07:21,+0000,,Shoulda seen it coming …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1126594529690177536,[],[],0,,False,78645,998,4269,,None,,,,,,,[],,,, +5186,1126589271454785536,1126589271454785536,1557434787000.0,2019-05-09 20:46:27,+0000,,Turns out there’s more ways to use Autopilot than we imagined,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1126589271454785536,[],[],0,,False,166875,2462,21917,,None,,,,,,,[],,,, +5187,1126529586257207297,1124812395300343808,1557420557000.0,2019-05-09 16:49:17,+0000,,@pwlwnd Soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1126529586257207297,[],[],0,,False,700,65,20,,None,,,,,,,"[{'screen_name': 'pwlwnd', 'name': 'Pawel Wenda', 'id': '20624272'}]",,,, +5188,1126521671806902273,1126517813932326913,1557418670000.0,2019-05-09 16:17:50,+0000,,@sara_boutall @WorldAndScience Baby Thanos?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1126521671806902273,[],[],0,,False,2593,70,90,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +5189,1126520567341801473,1126517813932326913,1557418407000.0,2019-05-09 16:13:27,+0000,,@JStantonLV @v_g_fischer @WorldAndScience Time,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1126520567341801473,[],[],0,,False,1850,67,64,,None,,,,,,,"[{'screen_name': 'JStantonLV', 'name': 'Jason Stanton', 'id': '280073386'}, {'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +5190,1126519850254209024,1126517813932326913,1557418236000.0,2019-05-09 16:10:36,+0000,,@v_g_fischer @WorldAndScience Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1126519850254209024,[],[],0,,False,1208,17,17,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +5191,1126519181711568901,1126517813932326913,1557418077000.0,2019-05-09 16:07:57,+0000,,"@WorldAndScience Yeah, takes you to a big purple guy with a bejeweled gold glove",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1126519181711568901,[],[],0,,False,25156,320,2320,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +5192,1126517796416806912,1126236405301014528,1557417747000.0,2019-05-09 16:02:27,+0000,,@TjAllard I was just there about a month ago,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1126517796416806912,[],[],0,,False,611,24,11,,None,,,,,,,"[{'screen_name': 'TjAllard', 'name': 'TJ Allard', 'id': '20893127'}]",,,, +5193,1126517073247477760,1126497803386200069,1557417574000.0,2019-05-09 15:59:34,+0000,,@BaalDrogo @Tesla Probably shouldn’t have called holding company Cyberdyne Systems 😔,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1126517073247477760,[],[],0,,False,1872,38,52,,None,,,,,,,"[{'screen_name': 'BaalDrogo', 'name': 'Cheems10', 'id': '405629940'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5194,1126516543938916354,1126497803386200069,1557417448000.0,2019-05-09 15:57:28,+0000,,"@realHayman @Tesla Just behind the glovebox, which is, presumably, where the gloves are",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1126516543938916354,[],[],0,,False,1799,52,42,,None,,,,,,,"[{'screen_name': 'realHayman', 'name': 'Hayman Buwaneswaran Buwan, MD', 'id': '16543550'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5195,1126515008811048960,1126497803386200069,1557417082000.0,2019-05-09 15:51:22,+0000,,"@Tesla He’s just kidding, folks, but best to turn car off just in case. Also 2001 was 18 years ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1126515008811048960,[],[],0,,False,25308,441,992,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5196,1126300384631324673,1124282211925151744,1557365912000.0,2019-05-09 01:38:32,+0000,,@nichegamer @EV_Stevee @flcnhvy @Model3DLR @mortchad @Tesla Mein Herz brennt is👌boss fight song,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1126300384631324673,[],[],0,,False,1158,54,106,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Model3DLR', 'name': 'Timo Gleissner', 'id': '3059145521'}, {'screen_name': 'mortchad', 'name': 'Chad Mortensen', 'id': '451261679'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5197,1126292379323908096,1124282211925151744,1557364003000.0,2019-05-09 01:06:43,+0000,,"@EV_Stevee @flcnhvy @Model3DLR @mortchad @Tesla Schatz, bitte hör auf- ich werde rot!",de,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1126292379323908096,[],[],0,,False,694,33,87,,None,,,,,,,"[{'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Model3DLR', 'name': 'Timo Gleissner', 'id': '3059145521'}, {'screen_name': 'mortchad', 'name': 'Chad Mortensen', 'id': '451261679'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5198,1126249537662676992,1126247435452370944,1557353789000.0,2019-05-08 22:16:29,+0000,,"Even though lease cost is lower, I recommend purchase, as buyer retains upside value of car vs lease where you have give it back to Tesla",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1126249537662676992,[],[],0,,False,12273,612,411,,None,,,,,,,[],,,, +5199,1126247435452370944,1126247435452370944,1557353287000.0,2019-05-08 22:08:07,+0000,,"Model 3 Standard Range+ with Autopilot lease is $399/month at https://t.co/46TXqRrsdr, but lots of other EVs available: https://t.co/ePlZTmXcgG",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1126247435452370944,"['http://Tesla.com', 'https://insideevs.com/reviews/344001/compare-evs/']",[],0,,False,12124,590,849,,None,,,,,,,[],,,, +5200,1126243218742374400,1124282211925151744,1557352282000.0,2019-05-08 21:51:22,+0000,,@Model3DLR @mortchad @EV_Stevee @Tesla We’re closing the loop on Autobahn driving. Will improve dramatically in coming months. Ultra gemütlich.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1126243218742374400,[],[],0,,False,786,33,52,,None,,,,,,,"[{'screen_name': 'Model3DLR', 'name': 'Timo Gleissner', 'id': '3059145521'}, {'screen_name': 'mortchad', 'name': 'Chad Mortensen', 'id': '451261679'}, {'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5201,1126239938129752066,1126236405301014528,1557351500000.0,2019-05-08 21:38:20,+0000,,@PauljHorton @teslamodel3fan Oh. They have nice pictures there.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1126239938129752066,[],[],0,,False,3108,77,49,,None,,,,,,,"[{'screen_name': 'PauljHorton', 'name': 'Sunset_Tesla', 'id': '204443045'}, {'screen_name': 'teslamodel3fan', 'name': 'Tesla Model 3 Fan', 'id': '3532426698'}]",,,, +5202,1126239705354211328,1126236405301014528,1557351444000.0,2019-05-08 21:37:24,+0000,,@teslamodel3fan There are people not on Twitter!? Where are they?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1126239705354211328,[],[],0,,False,2629,161,100,,None,,,,,,,"[{'screen_name': 'teslamodel3fan', 'name': 'Tesla Model 3 Fan', 'id': '3532426698'}]",,,, +5203,1126239063436959745,1126236405301014528,1557351291000.0,2019-05-08 21:34:51,+0000,,@bravehearttexas Does look like fun,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1126239063436959745,[],[],0,,False,455,23,9,,None,,,,,,,[],,,, +5204,1125863460347305984,1125862560195125250,1557261741000.0,2019-05-07 20:42:21,+0000,,@KamrasLaura 🇫🇮🖤 Finnish Metal Rocks 🖤🇫🇮,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1125863460347305984,[],[],0,,False,3202,146,220,,None,,,,,,,"[{'screen_name': 'KamrasLaura', 'name': 'Laura Kamras', 'id': '944510473424293888'}]",,,, +5205,1125854279808450560,1125853252128522240,1557259552000.0,2019-05-07 20:05:52,+0000,,@_TomCross_ @Teslarati @SpaceX @13ericralph31 One of the biggest reusability improvements was fast leg stow. Version 1 sometimes took days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1125854279808450560,[],[],0,,False,4116,74,133,,None,,,,,,,"[{'screen_name': '_TomCross_', 'name': 'TomCross', 'id': '942308439052648448'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}]",,,, +5206,1125853713741041666,1125826882962952192,1557259417000.0,2019-05-07 20:03:37,+0000,,"@alzslabyrinth @UberFacts In recent years, hours were much higher. Don’t recommend though — bad for health & happiness. But no choice or Tesla would die. Hope to reduce to 80 hours next year.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1125853713741041666,[],[],0,,False,3789,244,292,,None,,,,,,,"[{'screen_name': 'alzslabyrinth', 'name': 'A', 'id': '781574781682364416'}, {'screen_name': 'UberFacts', 'name': 'UberFacts', 'id': '95023423'}]",,,, +5207,1125828206592909312,1125828206592909312,1557253335000.0,2019-05-07 18:22:15,+0000,,Been wanting to go ever since that Finnish metal band won https://t.co/KksntCDsAw,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1125828206592909312,['https://m.youtube.com/watch?v=gAh9NRGNhUU'],[],0,,False,13700,771,1150,https://twitter.com/elonmusk/status/1125823642158243841,None,,,,,,,[],,,, +5208,1125826119364517888,1125621529180377088,1557252838000.0,2019-05-07 18:13:58,+0000,,@Hfinnelll @Tesla 💙,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1125826119364517888,[],[],0,,False,876,46,15,,None,,,,,,,"[{'screen_name': 'Hfinnelll', 'name': 'Henry f', 'id': '743494507509932032'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5209,1125825692644417537,1125621529180377088,1557252736000.0,2019-05-07 18:12:16,+0000,,@Tesla My security car is called Baby Smurf,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1125825692644417537,[],[],0,,False,14340,335,530,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5210,1125823988096090112,1125621529180377088,1557252330000.0,2019-05-07 18:05:30,+0000,,"@Tesla Also, Blood, Gandalf the Grey & Superdraco",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1125823988096090112,[],[],0,,False,8905,270,280,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5211,1125823642158243841,1125621529180377088,1557252247000.0,2019-05-07 18:04:07,+0000,,@Tesla Eurovision,tr,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1125823642158243841,[],[],0,,False,28987,587,1242,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5212,1125821624857423873,1125717930187137024,1557251766000.0,2019-05-07 17:56:06,+0000,,@Tesla too Euro,es,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1125821624857423873,[],[],0,,False,6275,179,135,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5213,1125820049439113216,1125819231428169728,1557251391000.0,2019-05-07 17:49:51,+0000,,@CryptoNekoZ @Tesla Click checkbox under “Advanced Settings”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1125820049439113216,[],[],0,,False,6397,66,222,,None,,,,,,,"[{'screen_name': 'CryptoNekoZ', 'name': 'NekoZ', 'id': '876576493505310721'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5214,1125476193145315328,1125474794764267523,1557169409000.0,2019-05-06 19:03:29,+0000,,@Malcolmmarsman Effectively throttles via tight impulse width control & hundreds of small firings,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1125476193145315328,[],[],0,,False,1209,46,27,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}]",,,, +5215,1125474794764267523,1125474794764267523,1557169076000.0,2019-05-06 18:57:56,+0000,,Dragon approaching Space Station,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1125474794764267523,[],[],0,,False,27707,648,2344,https://twitter.com/Space_Station/status/1125389151581409280,None,,,,,,,[],,,, +5216,1125274068817567746,1125224178351771648,1557121219000.0,2019-05-06 05:40:19,+0000,,"@nichegamer @InsideEVs Not to be taken literally, of course. He means any maker of dairy products.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1125274068817567746,[],[],0,,False,917,65,23,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +5217,1125225512358400000,1125224178351771648,1557109642000.0,2019-05-06 02:27:22,+0000,,"@InsideEVs Wow, how did they take this video!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1125225512358400000,[],[],0,,False,4143,144,107,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +5218,1125221982079815680,1125185648204369920,1557108800000.0,2019-05-06 02:13:20,+0000,,@Rjdlandscapes @cleantechnica Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1125221982079815680,[],[],0,,False,1036,31,30,,None,,,,,,,"[{'screen_name': 'Rjdlandscapes', 'name': 'Rob Dickinson', 'id': '2373039386'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +5219,1125194891133243392,1125193736659431424,1557102341000.0,2019-05-06 00:25:41,+0000,,@RoseLeoMusk @nichegamer Looks about 18 light-minutes away,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1125194891133243392,[],[],0,,False,1467,73,39,,None,,,,,,,"[{'screen_name': 'RoseLeoMusk', 'name': '🌹R̶̥̟͉̟͍̟̠͔̉̆̈̿̅̋̒̇͌̃͘̚M̴̡̧̼̙͇̻̫̜̱̩̣̒̈́̓͌̒͊̌͌̀͝͝ ♡', 'id': '27987027'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +5220,1125194069808799744,1125193736659431424,1557102145000.0,2019-05-06 00:22:25,+0000,,Relatively speaking,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1125194069808799744,[],[],0,,False,35721,466,905,,None,,,,,,,[],,,, +5221,1125193736659431424,1125193736659431424,1557102066000.0,2019-05-06 00:21:06,+0000,,"Space is easy, orbit is hard",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1125193736659431424,[],[],0,,False,65946,770,4475,https://twitter.com/NASA/status/1125190944519786496,None,,,,,,,[],,,, +5222,1125146885944037376,1125142503894786048,1557090896000.0,2019-05-05 21:14:56,+0000,,"@Rawasen_ SpaceX needs to demonstrate more progress with Starship, but that will hopefully happen rapidly",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1125146885944037376,[],[],0,,False,3971,77,141,,None,,,,,,,"[{'screen_name': 'rawasen_', 'name': '🅴 Rawasen', 'id': '737287994'}]",,,, +5223,1125141772865130496,1125135709336215552,1557089677000.0,2019-05-05 20:54:37,+0000,,"@Teslarati .@NASA support for reusability with high reliability, the critical breakthrough for orbital rockets, has made a big difference",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1125141772865130496,[],[],0,,False,4586,69,205,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +5224,1125128387129778176,1125125123281960962,1557086486000.0,2019-05-05 20:01:26,+0000,,@arctechinc Will consider,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1125128387129778176,[],[],0,,False,787,24,17,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +5225,1125124438322597889,1125122191786299393,1557085544000.0,2019-05-05 19:45:44,+0000,,@westcoastbill To air is human 💨,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1125124438322597889,[],[],0,,False,4392,134,168,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +5226,1124976555782885376,1124839044955787264,1557050286000.0,2019-05-05 09:58:06,+0000,,"@asilversteinTV @scot_work @jkypes @Tesla Sorry for the inconvenience. We’re aware of this glitch & it’s fixed, but software updates wait for a WiFi connection. Policy has been changed to push updates like this over cell connection sooner.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1124976555782885376,[],[],0,,False,980,33,38,,None,,,,,,,"[{'screen_name': 'asilversteinTV', 'name': 'Adam Silverstein', 'id': '348910864'}, {'screen_name': 'scot_work', 'name': 'Scot Work', 'id': '1024481853799952384'}, {'screen_name': 'jkypes', 'name': 'Jordan Kuipers', 'id': '365552675'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5227,1124931415781494785,1124924245748928513,1557039524000.0,2019-05-05 06:58:44,+0000,,@Kristennetten @DiscoverMag Close,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1124931415781494785,[],[],0,,False,1200,47,18,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +5228,1124930841551839232,1124924245748928513,1557039387000.0,2019-05-05 06:56:27,+0000,,"@DiscoverMag Just kidding (obv), but the Fermi Paradox is bizarre https://t.co/p367FQY0hN",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1124930841551839232,['https://en.m.wikipedia.org/wiki/Fermi_paradox'],[],0,,False,1963,159,92,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +5229,1124928321802739712,1124924245748928513,1557038786000.0,2019-05-05 06:46:26,+0000,,@DiscoverMag Maybe they’re among us. Just saying maybe …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1124928321802739712,[],[],0,,False,28642,1157,2033,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +5230,1124879551031463936,1124698163695235073,1557027158000.0,2019-05-05 03:32:38,+0000,,@jack_p Yeah definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1124879551031463936,[],[],0,,False,3781,81,52,,None,,,,,,,"[{'screen_name': 'jack_p', 'name': 'Jack Pattillo', 'id': '14994418'}]",,,, +5231,1124875318588624896,1124872476398370816,1557026149000.0,2019-05-05 03:15:49,+0000,,@Teslarati Triggered,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1124875318588624896,[],[],0,,False,6468,130,220,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +5232,1124832270840283136,1124812395300343808,1557015886000.0,2019-05-05 00:24:46,+0000,,@flcnhvy Candy is coming 🍭,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1124832270840283136,[],[],0,,False,2229,162,115,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +5233,1124814197051641857,1124812395300343808,1557011577000.0,2019-05-04 23:12:57,+0000,,That’s a direct quote from Warren Buffett,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1124814197051641857,[],[],0,,False,21713,344,463,,None,,,,,,,[],,,, +5234,1124813815843917824,1124812395300343808,1557011486000.0,2019-05-04 23:11:26,+0000,,Also 1000 times more fun!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1124813815843917824,[],[],0,,False,21757,306,453,,None,,,,,,,[],,,, +5235,1124812792140161024,1124812395300343808,1557011242000.0,2019-05-04 23:07:22,+0000,,@teslaownersSV Later this month. We need to merge a lot of updates into main code branch.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1124812792140161024,[],[],0,,False,1832,109,77,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +5236,1124812395300343808,1124812395300343808,1557011147000.0,2019-05-04 23:05:47,+0000,,"Order online in 2 mins, 7 day return policy https://t.co/46TXqRrsdr",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1124812395300343808,['http://Tesla.com'],[],0,,False,24712,838,1915,https://twitter.com/cleantechnica/status/1124811199332225024,None,,,,,,,[],,,, +5237,1124806076539346944,1124780558469476358,1557009641000.0,2019-05-04 22:40:41,+0000,,@CNBC Margaritaville is one of my fav songs,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1124806076539346944,[],[],0,,False,19773,441,1497,,None,,,,,,,"[{'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +5238,1124802060723953664,1124801696666927105,1557008683000.0,2019-05-04 22:24:43,+0000,,@ValueAnalyst1 True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1124802060723953664,[],[],0,,False,1971,58,43,,None,,,,,,,"[{'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}]",,,, +5239,1124733296464633856,1124120212628856833,1556992289000.0,2019-05-04 17:51:29,+0000,,@MrTommyCampbell @Tesla You’re welcome. Thanks for buying a Tesla!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1124733296464633856,[],[],0,,False,878,30,20,,None,,,,,,,"[{'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5240,1124310025940242432,1121113876488081408,1556891373000.0,2019-05-03 13:49:33,+0000,,@arctechinc Only if unable to order by May 10,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/1124310025940242432,[],[],0,,False,642,109,29,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +5241,1124304069789544454,1124059256750247936,1556889953000.0,2019-05-03 13:25:53,+0000,,@marshmellomusic Here you go https://t.co/CNhJwBCmx6,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/1124304069789544454,[],['https://pbs.twimg.com/media/D5pUljsU8AEd1bX.jpg'],1,https://pbs.twimg.com/media/D5pUljsU8AEd1bX.jpg,False,57325,531,2247,,None,,,,,,,"[{'screen_name': 'marshmellomusic', 'name': 'marshmello', 'id': '2987922767'}]",,,, +5242,1124130993256796161,1124130876814778370,1556848688000.0,2019-05-03 01:58:08,+0000,,@EverythingGoats 🙏,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1124130993256796161,[],[],0,,False,1466,65,52,,None,,,,,,,"[{'screen_name': 'EverythingGoats', 'name': '100% Goats', 'id': '2973453269'}]",,,, +5243,1124130677874552832,1124124507273175040,1556848613000.0,2019-05-03 01:56:53,+0000,,@arctechinc Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1124130677874552832,[],[],0,,False,6292,143,108,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +5244,1124126449659547649,1124124507273175040,1556847605000.0,2019-05-03 01:40:05,+0000,,Maybe this goat is available https://t.co/qo2hR7Vcsp,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1124126449659547649,['https://m.youtube.com/watch?v=-aLYvZ5sX28'],[],0,,False,50091,1368,2840,,None,,,,,,,[],,,, +5245,1124124507273175040,1124124507273175040,1556847142000.0,2019-05-03 01:32:22,+0000,,Changing Tesla horn sound to 🐐,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1124124507273175040,[],[],0,,False,172235,3585,14920,,None,,,,,,,[],,,, +5246,1124116362924658688,1121956383056904193,1556845200000.0,2019-05-03 01:00:00,+0000,,@HumanVsMachine Sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1124116362924658688,[],[],0,,False,24689,578,1216,,None,,,,,,,"[{'screen_name': 'HumanVsMachine', 'name': 'HumanVSMachine', 'id': '789314726874472448'}]",,,, +5247,1123450198984929282,1122987659079618563,1556686374000.0,2019-05-01 04:52:54,+0000,,"@S100D27 @paulg @CNBC @chamath Yeah, weird",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1123450198984929282,[],[],0,,False,1715,141,50,,None,,,,,,,"[{'screen_name': 'paulg', 'name': 'Paul Graham', 'id': '183749519'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'chamath', 'name': 'Chamath Palihapitiya', 'id': '3291691'}]",,,, +5248,1123449137226231809,1122987659079618563,1556686121000.0,2019-05-01 04:48:41,+0000,,@paulg Good question,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1123449137226231809,[],[],0,,False,14770,400,247,,None,,,,,,,"[{'screen_name': 'paulg', 'name': 'Paul Graham', 'id': '183749519'}]",,,, +5249,1123126001171517440,1123033196642201600,1556609080000.0,2019-04-30 07:24:40,+0000,,@VitalikButerin What should be developed on Ethereum?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1123126001171517440,[],[],0,,False,6290,1246,1148,,None,,,,,,,"[{'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}]",,,, +5250,1123115209734799361,1123077742466031616,1556606507000.0,2019-04-30 06:41:47,+0000,,"@savannahseymour Of 14M futures, 13.9M were simply death by boredom",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1123115209734799361,[],[],0,,False,6326,118,175,,None,,,,,,,"[{'screen_name': 'savannahseymour', 'name': 'Savannah Seymour', 'id': '30416742'}]",,,, +5251,1123111936231596032,1123077742466031616,1556605726000.0,2019-04-30 06:28:46,+0000,,@wonderofscience Naturally Ramanujan,in,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1123111936231596032,[],[],0,,False,2440,43,65,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +5252,1123077742466031616,1123077742466031616,1556597574000.0,2019-04-30 04:12:54,+0000,,How many futures are there actually?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1123077742466031616,[],[],0,,False,35040,4617,4324,,None,,,,,,,[],,,, +5253,1123040406344568832,1123033196642201600,1556588672000.0,2019-04-30 01:44:32,+0000,,@VitalikButerin Stop giving away free ETH! 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1123040406344568832,[],[],0,,False,10840,294,523,,None,,,,,,,"[{'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}]",,,, +5254,1123037863900209152,1123037863900209152,1556588066000.0,2019-04-30 01:34:26,+0000,,And yet people ask what could possibly go wrong with AI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1123037863900209152,[],[],0,,False,31743,894,3104,https://twitter.com/aleksjames54/status/1123037242807603200,None,,,,,,,[],,,, +5255,1123036700718948352,1122958362549731328,1556587789000.0,2019-04-30 01:29:49,+0000,,@nichegamer Fate loves irony https://t.co/wIzUpTuOYN,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1123036700718948352,['https://www.geek.com/games/why-gandhi-is-always-a-warmongering-jerk-in-civilization-1608515/'],[],0,,False,4241,61,196,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +5256,1123034747460972545,1123033196642201600,1556587323000.0,2019-04-30 01:22:03,+0000,,jk,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1123034747460972545,[],[],0,,False,64306,1441,3604,,None,,,,,,,[],,,, +5257,1123033196642201600,1123033196642201600,1556586953000.0,2019-04-30 01:15:53,+0000,,Ethereum,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1123033196642201600,[],[],0,,False,102144,4459,9235,,None,,,,,,,[],,,, +5258,1123005153517289473,1122863802641342464,1556580267000.0,2019-04-29 23:24:27,+0000,,@hamids @Tesla Excellent analysis,fr,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1123005153517289473,[],[],0,,False,3216,93,106,,None,,,,,,,"[{'screen_name': 'hamids', 'name': 'Hamid Shojaee', 'id': '16258534'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5259,1122959704093646848,1122959590516113408,1556569431000.0,2019-04-29 20:23:51,+0000,,Deepfake https://t.co/uBcXcNzJ8e,de,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1122959704093646848,['https://m.youtube.com/watch?v=T76bK2t2r8g'],[],0,,False,12225,372,904,,None,,,,,,,[],,,, +5260,1122958362549731328,1122958362549731328,1556569111000.0,2019-04-29 20:18:31,+0000,,OG wisdom https://t.co/zoj8qZDrRV,da,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1122958362549731328,[],['https://pbs.twimg.com/media/D5WMrVOV4AAeJw3.jpg'],1,https://pbs.twimg.com/media/D5WMrVOV4AAeJw3.jpg,False,213260,1958,38678,,None,,,,,,,[],,,, +5261,1122943619734724608,1122943619734724608,1556565596000.0,2019-04-29 19:19:56,+0000,,Malcolm @Gladwell’s new book is 👌 https://t.co/NQHWWIK650,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1122943619734724608,[],['https://pbs.twimg.com/media/D5V_RIGU8AACJAQ.jpg'],1,https://pbs.twimg.com/media/D5V_RIGU8AACJAQ.jpg,False,79300,897,7979,,None,,,,,,,[],,,, +5262,1122829331401601029,1122829331401601029,1556538348000.0,2019-04-29 11:45:48,+0000,,Starships on Mars https://t.co/AyKEO6ATiZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/1122829331401601029,[],['https://pbs.twimg.com/media/D5UXU0LUEAEEXSk.jpg'],1,https://pbs.twimg.com/media/D5UXU0LUEAEEXSk.jpg,False,163406,3387,15452,,None,,,,,,,[],,,, +5263,1122826522748841984,1122824422031646720,1556537678000.0,2019-04-29 11:34:38,+0000,,@gatoparlante Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/1122826522748841984,[],[],0,,False,952,42,23,,None,,,,,,,"[{'screen_name': 'gatoparlante', 'name': 'Helmets are better facemasks - Meowrider. 🏍️🐈\u200d⬛', 'id': '223305880'}]",,,, +5264,1122825965023817735,1122824422031646720,1556537545000.0,2019-04-29 11:32:25,+0000,,@0xSkywalker Damn haters,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/1122825965023817735,[],[],0,,False,5908,99,168,,None,,,,,,,"[{'screen_name': '0xSkywalker', 'name': 'ɹǝʞlɐʍʎʞS', 'id': '717741613'}]",,,, +5265,1122824422031646720,1122824422031646720,1556537177000.0,2019-04-29 11:26:17,+0000,,Starship on the moon https://t.co/UGjDG8ofID,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/1122824422031646720,[],['https://pbs.twimg.com/media/D5US3AeU8AAHxyV.jpg'],1,https://pbs.twimg.com/media/D5US3AeU8AAHxyV.jpg,False,83584,1949,5692,,None,,,,,,,[],,,, +5266,1122817321318223872,1122816850138583040,1556535484000.0,2019-04-29 10:58:04,+0000,,@Timsierramist @Tesla Our competitors do,fr,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1122817321318223872,[],[],0,,False,1137,55,34,,None,,,,,,,"[{'screen_name': 'Timsierramist', 'name': 'Tim R Alcoser Jr', 'id': '14176869'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5267,1122817103373881344,1122816850138583040,1556535433000.0,2019-04-29 10:57:13,+0000,,@Timsierramist @Tesla We don’t buy advertising,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1122817103373881344,[],[],0,,False,1691,73,81,,None,,,,,,,"[{'screen_name': 'Timsierramist', 'name': 'Tim R Alcoser Jr', 'id': '14176869'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5268,1122816262709530624,1121446015716847617,1556535232000.0,2019-04-29 10:53:52,+0000,,@TheStreet @jimcramer Where’s the proof!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/1122816262709530624,[],[],0,,False,1097,82,42,,None,,,,,,,"[{'screen_name': 'TheStreet', 'name': 'TheStreet', 'id': '15281391'}, {'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +5269,1122798316251516928,1122495189245992960,1556530953000.0,2019-04-29 09:42:33,+0000,,@flcnhvy @sara_boutall @martinengwicht @MoWo91 @mayemusk Genau,lt,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1122798316251516928,[],[],0,,False,708,44,26,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +5270,1122797330900480000,1122495189245992960,1556530718000.0,2019-04-29 09:38:38,+0000,,@sara_boutall @martinengwicht @MoWo91 @mayemusk Might be boring,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1122797330900480000,[],[],0,,False,557,37,8,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +5271,1122796593348956160,1122495189245992960,1556530543000.0,2019-04-29 09:35:43,+0000,,@martinengwicht @MoWo91 @mayemusk Physics is a set of compression functions for the simulation,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1122796593348956160,[],[],0,,False,661,25,59,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +5272,1122796252821803008,1122495189245992960,1556530461000.0,2019-04-29 09:34:21,+0000,,@martinengwicht @MoWo91 @mayemusk It’s pretty much the only theory. This will mess with your mind: https://t.co/MHnzaBiDII,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1122796252821803008,['https://en.m.wikipedia.org/wiki/Probability_amplitude'],[],0,,False,508,30,35,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +5273,1122792343952711680,1122717872948535297,1556529529000.0,2019-04-29 09:18:49,+0000,,@westcoastbill Sensors are for the weak. Just go open loop.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1122792343952711680,[],[],0,,False,2829,72,101,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +5274,1122791077130358789,1122742399824990208,1556529227000.0,2019-04-29 09:13:47,+0000,,@WorldAndScience So true,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1122791077130358789,[],[],0,,False,9094,108,232,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +5275,1122719970096373760,1122555191390298113,1556512274000.0,2019-04-29 04:31:14,+0000,,@stevecheney As sure as night follows day,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1122719970096373760,[],[],0,,False,758,55,38,,None,,,,,,,"[{'screen_name': 'stevecheney', 'name': 'Steve Cheney', 'id': '20495458'}]",,,, +5276,1122676953071276033,1122495189245992960,1556502018000.0,2019-04-29 01:40:18,+0000,,@Malcolmmarsman @Kristennetten @flcnhvy @MoWo91 @mayemusk Schrödinger is a probability distribution in the shape of a cat,ro,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1122676953071276033,[],[],0,,False,1172,72,60,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +5277,1122675864842301440,1122495189245992960,1556501759000.0,2019-04-29 01:35:59,+0000,,@Kristennetten @flcnhvy @MoWo91 @mayemusk Any observation of Schrödinger changes Schrödinger,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1122675864842301440,[],[],0,,False,763,37,27,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +5278,1122675277966872576,1122495189245992960,1556501619000.0,2019-04-29 01:33:39,+0000,,"@Kristennetten @flcnhvy @MoWo91 @mayemusk Once had a Great Dane named Hamlet, because Hamlet was a great Dane",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1122675277966872576,[],[],0,,False,1345,63,66,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +5279,1122674603879325696,1122674388854169600,1556501458000.0,2019-04-29 01:30:58,+0000,,@J_M_0_N The only thing beyond ludicrous is plaid!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1122674603879325696,[],[],0,,False,1031,67,51,,None,,,,,,,"[{'screen_name': 'J_M_0_N', 'name': 'Jay Pase', 'id': '3041519156'}]",,,, +5280,1122672146944159744,1122495189245992960,1556500872000.0,2019-04-29 01:21:12,+0000,,@flcnhvy @MoWo91 @mayemusk That’s them! Schrödinger is neither here nor there.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1122672146944159744,[],[],0,,False,1442,52,48,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +5281,1122660916384808960,1122495189245992960,1556498195000.0,2019-04-29 00:36:35,+0000,,@arichduvet Not as far as I know,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1122660916384808960,[],[],0,,False,596,18,18,,None,,,,,,,"[{'screen_name': 'arichduvet', 'name': 'Saurabh Chaturvedi', 'id': '257842996'}]",,,, +5282,1122660604953542658,1122495189245992960,1556498120000.0,2019-04-29 00:35:20,+0000,,"@MoWo91 @mayemusk We have a big dog called Gatsby, a little dog called Marvin the Martian & a cat named Schrödinger",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1122660604953542658,[],[],0,,False,1758,81,66,,None,,,,,,,"[{'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +5283,1122659764029153282,1122495189245992960,1556497920000.0,2019-04-29 00:32:00,+0000,,@bluemoondance74 @MoWo91 @mayemusk Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1122659764029153282,[],[],0,,False,985,29,28,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +5284,1122627494421491712,1122495189245992960,1556490226000.0,2019-04-28 22:23:46,+0000,,"@MoWo91 @mayemusk Quantum mechanics was harder than all my other courses combined, but so incredible",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1122627494421491712,[],[],0,,False,35578,455,1288,,None,,,,,,,"[{'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +5285,1122627162870140928,1120480117338398720,1556490147000.0,2019-04-28 22:22:27,+0000,,"@redmor11 @PlugInFUD @JoelSapp @rrosenbl @Tesla NVIDIA is a great company, but we needed (essentially) a dedicated ASIC for vision-based driving, whereas their solution needs to serve many different customer needs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1122627162870140928,[],[],0,,False,1054,33,42,,None,,,,,,,"[{'screen_name': 'redmor11', 'name': 'Redmor11', 'id': '213104292'}, {'screen_name': 'PlugInFUD', 'name': 'Elmer Spud', 'id': '1019985498662670337'}, {'screen_name': 'JoelSapp', 'name': 'Joel E. Sapp', 'id': '15383197'}, {'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5286,1122578386138722304,1122193991238389760,1556478518000.0,2019-04-28 19:08:38,+0000,,@AttorneyFrey @MarcusLauer3 @Tesla @Teslarati I think it will be something like that. Much more productive to manage a fleet of robotaxis than only drive one taxi yourself.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1122578386138722304,[],[],0,,False,1004,104,53,,None,,,,,,,"[{'screen_name': 'AttorneyFrey', 'name': 'Ron Frey ⚖️', 'id': '26808774'}, {'screen_name': 'MarcusLauer3', 'name': 'Marcus Lauer', 'id': '1032039311280099329'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +5287,1122561906730913792,1120480117338398720,1556474589000.0,2019-04-28 18:03:09,+0000,,"@martinengwicht @JoelSapp @rrosenbl @Tesla 21 TOPS for Xavier. Pegasus is just Xavier with a power hog GPU on a separate board. Problem is you can’t transfer data fast enough between computer & GPU, so GPU usable TOPS is almost irrelevant.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1122561906730913792,[],[],0,,False,807,47,54,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'JoelSapp', 'name': 'Joel E. Sapp', 'id': '15383197'}, {'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5288,1122560261926215680,1120480117338398720,1556474197000.0,2019-04-28 17:56:37,+0000,,"@JoelSapp @rrosenbl @Tesla Exactly, Tesla & Nvidia numbers described by Pete were max *usable* teraops running our vision net",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1122560261926215680,[],[],0,,False,478,18,25,,None,,,,,,,"[{'screen_name': 'JoelSapp', 'name': 'Joel E. Sapp', 'id': '15383197'}, {'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5289,1122274751911567360,1122156409943207936,1556406126000.0,2019-04-27 23:02:06,+0000,,@GamingSpeedy We’re working on it. Takes time to get all regulatory approvals. Almost there for the larger US states. At least 6 to 12 months for Europe/UK.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1122274751911567360,[],[],0,,False,11707,240,291,,None,,,,,,,"[{'screen_name': 'GamingSpeedy', 'name': 'SpeedyAlt', 'id': '1232233233502416896'}]",,,, +5290,1122006149283270658,1122001610387984384,1556342086000.0,2019-04-27 05:14:46,+0000,,@gul_garak @JaneidyEve Certain regulatory agencies would beg to differ 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1122006149283270658,[],[],0,,False,1670,141,60,,None,,,,,,,"[{'screen_name': 'gul_garak', 'name': 'Alejandro', 'id': '865749303565983745'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +5291,1122005785414815745,1121975068345683969,1556341999000.0,2019-04-27 05:13:19,+0000,,@rdstrick777 @Erdayastronaut @StevenHardison @lrocket 1,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1122005785414815745,[],[],0,,False,900,28,24,,None,,,,,,,"[{'screen_name': 'rdstrick777', 'name': 'Rick Strickland', 'id': '54049827'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +5292,1122005622654816256,1122001610387984384,1556341960000.0,2019-04-27 05:12:40,+0000,,@teslaownersSV @JaneidyEve Haha yes,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1122005622654816256,[],[],0,,False,869,40,27,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +5293,1122005441028841472,1122001610387984384,1556341917000.0,2019-04-27 05:11:57,+0000,,"@JaneidyEve It’s just me writing, so the foolish things I say are entirely my fault 😜",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1122005441028841472,[],[],0,,False,886,51,45,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +5294,1122004555359641600,1122001610387984384,1556341706000.0,2019-04-27 05:08:26,+0000,,"@JaneidyEve Only see about 5% of mentions. No deep logic to those I answer. Aspirationally useful, but often whimsical.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1122004555359641600,[],[],0,,False,1516,93,49,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +5295,1122002302385082369,1121975068345683969,1556341169000.0,2019-04-27 04:59:29,+0000,,"@rdstrick777 @Erdayastronaut @StevenHardison @lrocket No, just preparing for untethered hover tests",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1122002302385082369,[],[],0,,False,1184,30,31,,None,,,,,,,"[{'screen_name': 'rdstrick777', 'name': 'Rick Strickland', 'id': '54049827'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +5296,1122000281594548224,1121975068345683969,1556340687000.0,2019-04-27 04:51:27,+0000,,"@Erdayastronaut @StevenHardison @lrocket Tom is still an advisor to SpaceX, but semi-retired about 5 years ago & doesn’t work on Raptor. Will Heltsley heads propulsion overall, but Raptor is a team effort. No single leader.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1122000281594548224,[],[],0,,False,1339,30,47,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +5297,1121822260522655744,1121821719071686657,1556298244000.0,2019-04-26 17:04:04,+0000,,@InsideEVs Great work by Tesla China team & supporting contractors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1121822260522655744,[],[],0,,False,7463,218,203,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +5298,1121682055828389889,1121113876488081408,1556264816000.0,2019-04-26 07:46:56,+0000,,@kuzniarpawel @GabFdP Hoping to cover all of Eastern Europe this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1121682055828389889,[],[],0,,False,1304,120,57,,None,,,,,,,"[{'screen_name': 'kuzniarpawel', 'name': 'Paweł Kuźniar', 'id': '134165952'}, {'screen_name': 'GabFdP', 'name': 'Gabriel', 'id': '76575393'}]",,,, +5299,1121678167301734401,1121446015716847617,1556263889000.0,2019-04-26 07:31:29,+0000,,@drdabbles @TheStreet @jimcramer @realmoney Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1121678167301734401,[],[],0,,False,1026,50,13,,None,,,,,,,"[{'screen_name': 'drdabbles', 'name': 'Tom C', 'id': '14578934'}, {'screen_name': 'TheStreet', 'name': 'TheStreet', 'id': '15281391'}, {'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}, {'screen_name': 'realmoney', 'name': 'Real Money', 'id': '390812646'}]",,,, +5300,1121677106935554050,1121446015716847617,1556263636000.0,2019-04-26 07:27:16,+0000,,@TheStreet @jimcramer @realmoney Everyone knows,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1121677106935554050,[],[],0,,False,1565,51,42,,None,,,,,,,"[{'screen_name': 'TheStreet', 'name': 'TheStreet', 'id': '15281391'}, {'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}, {'screen_name': 'realmoney', 'name': 'Real Money', 'id': '390812646'}]",,,, +5301,1121676590255972352,1121446015716847617,1556263513000.0,2019-04-26 07:25:13,+0000,,@TheStreet @jimcramer @realmoney Cramer is a simulation. He’s not real.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1121676590255972352,[],[],0,,False,18719,630,1046,,None,,,,,,,"[{'screen_name': 'TheStreet', 'name': 'TheStreet', 'id': '15281391'}, {'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}, {'screen_name': 'realmoney', 'name': 'Real Money', 'id': '390812646'}]",,,, +5302,1121664879088136193,1121113876488081408,1556260721000.0,2019-04-26 06:38:41,+0000,,@FalkenstrKent That’s odd. Will look into it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1121664879088136193,[],[],0,,False,825,46,14,,None,,,,,,,"[{'screen_name': 'FalkenstrKent', 'name': 'Kent Falkenstrøm', 'id': '1070010277108830213'}]",,,, +5303,1121478988386324481,1121113876488081408,1556216401000.0,2019-04-25 18:20:01,+0000,,@GabFdP UK order page will go live around May 1 or 2,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1121478988386324481,[],[],0,,False,1139,113,73,,None,,,,,,,"[{'screen_name': 'GabFdP', 'name': 'Gabriel', 'id': '76575393'}]",,,, +5304,1121478114096238592,1121113876488081408,1556216193000.0,2019-04-25 18:16:33,+0000,,We will delay $1k full self-driving option price increase until May 10 for those unable to order by May 1,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1121478114096238592,[],[],0,,False,9761,796,362,,None,,,,,,,[],,,, +5305,1121469940815425536,1121468950779396097,1556214244000.0,2019-04-25 17:44:04,+0000,,"UK Model 3 order page goes live next week, followed shortly thereafter by Japan, Australia, New Zealand & Hong Kong",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1121469940815425536,[],[],0,,False,14992,773,868,,None,,,,,,,[],,,, +5306,1121468950779396097,1121468950779396097,1556214008000.0,2019-04-25 17:40:08,+0000,,CleanTechnica summarizes new @BBC_TopGear print cover story https://t.co/HGZZoQSTns https://t.co/vPHCRSz4rv,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1121468950779396097,['https://cleantechnica.com/2019/04/25/tesla-model-3-performance-crushes-fossil-bmw-m3-around-race-track/'],['https://pbs.twimg.com/media/D5BCEPCUIAEQhZf.jpg'],1,https://pbs.twimg.com/media/D5BCEPCUIAEQhZf.jpg,False,16846,499,1419,,None,,,,,,,[],,,, +5307,1121322003112185856,1121298644899176449,1556178973000.0,2019-04-25 07:56:13,+0000,,@nichegamer Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1121322003112185856,[],[],0,,False,1602,62,53,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +5308,1121290692012183554,1120831425169674240,1556171508000.0,2019-04-25 05:51:48,+0000,,"Will be sentient, of course",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1121290692012183554,[],[],0,,False,56496,1027,1814,,None,,,,,,,[],,,, +5309,1121279871882153984,1120873864441942016,1556168928000.0,2019-04-25 05:08:48,+0000,,@DMC_Ryan @TheTeslaShow Range will be above 1000km,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1121279871882153984,[],[],0,,False,2313,102,128,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'TheTeslaShow', 'name': 'The Tesla Show', 'id': '718920389603135488'}]",,,, +5310,1121114805962543104,1121113876488081408,1556129573000.0,2019-04-24 18:12:53,+0000,,"@s3xynews @patfan198010 Agreed, we’re ramping up service centers & Tesla mobile service worldwide",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1121114805962543104,[],[],0,,False,1505,125,50,,None,,,,,,,"[{'screen_name': 's3xynews', 'name': 'TæšLanïan 🖖🏼', 'id': '1031904281215942658'}, {'screen_name': 'patfan198010', 'name': 'S', 'id': '468887029'}]",,,, +5311,1121114445881602049,1121113876488081408,1556129487000.0,2019-04-24 18:11:27,+0000,,"@Mike_Mitrakos More like $1000, but varies by country due to big differences in tax",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1121114445881602049,[],[],0,,False,1109,77,27,,None,,,,,,,"[{'screen_name': 'Mike_Mitrakos', 'name': 'Michael Mitrakos', 'id': '207646922'}]",,,, +5312,1121114038446858241,1121113876488081408,1556129390000.0,2019-04-24 18:09:50,+0000,,@patfan198010 Considering,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1121114038446858241,[],[],0,,False,1911,188,63,,None,,,,,,,"[{'screen_name': 'patfan198010', 'name': 'S', 'id': '468887029'}]",,,, +5313,1121113876488081408,1121113876488081408,1556129352000.0,2019-04-24 18:09:12,+0000,,"As mentioned before, Tesla full self-driving option price will increase after May 1. You can order online at https://t.co/46TXqRrsdr.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1121113876488081408,['http://Tesla.com'],[],0,,False,16504,1839,951,,None,,,,,,,[],,,, +5314,1120944331957735425,1120831425169674240,1556088929000.0,2019-04-24 06:55:29,+0000,,@Pornhub Like blowing twigs too?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1120944331957735425,[],[],0,,False,20705,252,1271,,None,,,,,,,"[{'screen_name': 'Pornhub', 'name': 'Pornhub ARIA', 'id': '74466455'}]",,,, +5315,1120901758169935872,1120873131193712640,1556078779000.0,2019-04-24 04:06:19,+0000,,@rainnwilson Nope 😜,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1120901758169935872,[],[],0,,False,50210,423,1111,,None,,,,,,,"[{'screen_name': 'rainnwilson', 'name': 'RainnWilson', 'id': '19637934'}]",,,, +5316,1120874540018438144,1120874540018438144,1556072289000.0,2019-04-24 02:18:09,+0000,,Motor Trend on Model S updates https://t.co/Lw9kfkWM33,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1120874540018438144,['https://www.motortrend.com/news/2019-tesla-model-s-5-important-updates/'],[],0,,False,9750,366,622,,None,,,,,,,[],,,, +5317,1120873864441942016,1120873864441942016,1556072128000.0,2019-04-24 02:15:28,+0000,,Model S drives from San Francisco to Los Angeles without recharging https://t.co/cYiinwWBqd,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1120873864441942016,['https://www.motortrend.com/cars/tesla/model-s/2019/exclusive-2019-tesla-model-s-review/'],[],0,,False,18247,496,1496,,None,,,,,,,[],,,, +5318,1120868397871292416,1120831425169674240,1556070825000.0,2019-04-24 01:53:45,+0000,,@MKBHD Strange but true,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1120868397871292416,[],[],0,,False,7138,72,97,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +5319,1120857090333954050,1120846381378224128,1556068129000.0,2019-04-24 01:08:49,+0000,,@jeffaandrews @Tesla This require hardware,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1120857090333954050,[],[],0,,False,702,43,18,,None,,,,,,,"[{'screen_name': 'jeffaandrews', 'name': 'Jeff', 'id': '91860103'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5320,1120855602882695168,1120854945572409344,1556067774000.0,2019-04-24 01:02:54,+0000,,Can order online in 2 mins for home delivery & return in 7 days for full refund https://t.co/46TXqRrsdr,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1120855602882695168,['http://Tesla.com'],[],0,,False,11081,445,551,,None,,,,,,,[],,,, +5321,1120854945572409344,1120854945572409344,1556067618000.0,2019-04-24 01:00:18,+0000,,New Model S has 370 mile / 595 km range,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1120854945572409344,[],[],0,,False,29027,972,2013,https://twitter.com/Tesla/status/1120846381378224128,None,,,,,,,[],,,, +5322,1120845944629501952,1120831425169674240,1556065472000.0,2019-04-24 00:24:32,+0000,,@MKBHD Perhaps the Internet has some helpful suggestions?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1120845944629501952,[],[],0,,False,6194,470,76,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +5323,1120845428474298369,1120831425169674240,1556065349000.0,2019-04-24 00:22:29,+0000,,@MKBHD Can’t think of anything,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1120845428474298369,[],[],0,,False,6122,170,75,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +5324,1120843697304686593,1120831425169674240,1556064936000.0,2019-04-24 00:15:36,+0000,,@joshandscomb @EGOPowerPlus Someone else thought of an electric 🍁🍃🍂 blower first? What!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1120843697304686593,[],[],0,,False,3398,106,53,,None,,,,,,,"[{'screen_name': 'joshandscomb', 'name': 'Josh Handscomb', 'id': '246504028'}, {'screen_name': 'EGOPowerPlus', 'name': 'EGO', 'id': '1246995193'}]",,,, +5325,1120842338836725760,1120831425169674240,1556064612000.0,2019-04-24 00:10:12,+0000,,Tesla blows haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1120842338836725760,[],[],0,,False,178275,1814,16873,,None,,,,,,,[],,,, +5326,1120839650183004160,1120831425169674240,1556063971000.0,2019-04-23 23:59:31,+0000,,@justadood We can probably just repurpose Model 3 HVAC parts. Not a big deal.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1120839650183004160,[],[],0,,False,814,47,26,,None,,,,,,,"[{'screen_name': 'justadood', 'name': 'Joseph Toomey', 'id': '24599842'}]",,,, +5327,1120839110564782080,1120831425169674240,1556063842000.0,2019-04-23 23:57:22,+0000,,@flcnhvy @ItsMurphyOMG True,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1120839110564782080,[],[],0,,False,4442,33,34,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'ItsMurphyOMG', 'name': 'Christian Murphy', 'id': '251827304'}]",,,, +5328,1120838867949502466,1120831425169674240,1556063784000.0,2019-04-23 23:56:24,+0000,,@JasonCross00 Long lasting battery + fast recharge > pack swap,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1120838867949502466,[],[],0,,False,2468,87,51,,None,,,,,,,"[{'screen_name': 'JasonCross00', 'name': 'Jason Cross', 'id': '14334870'}]",,,, +5329,1120838490151718912,1120831425169674240,1556063694000.0,2019-04-23 23:54:54,+0000,,@ItsMurphyOMG Haha ok,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1120838490151718912,[],[],0,,False,4704,32,50,,None,,,,,,,"[{'screen_name': 'ItsMurphyOMG', 'name': 'Christian Murphy', 'id': '251827304'}]",,,, +5330,1120838147217080320,1120831425169674240,1556063613000.0,2019-04-23 23:53:33,+0000,,"@AlvaroLuken @rainnwilson It’s been suggested by many, externally & internally",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1120838147217080320,[],[],0,,False,1429,32,18,,None,,,,,,,"[{'screen_name': 'AlvaroLuken', 'name': 'alvaro', 'id': '364106276'}, {'screen_name': 'rainnwilson', 'name': 'RainnWilson', 'id': '19637934'}]",,,, +5331,1120834722169413632,1120831425169674240,1556062796000.0,2019-04-23 23:39:56,+0000,,@WhosImmortal Aren’t there good ones already?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1120834722169413632,[],[],0,,False,2302,220,23,,None,,,,,,,"[{'screen_name': 'WhosImmortal', 'name': 'Zac - KRNG Immortal', 'id': '726544310'}]",,,, +5332,1120834177450950656,1120831425169674240,1556062666000.0,2019-04-23 23:37:46,+0000,,@ryancarlmercer Maybe add a particulate filter on inlet,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1120834177450950656,[],[],0,,False,3936,70,45,,None,,,,,,,"[{'screen_name': 'ryancarlmercer', 'name': 'Ryan Carl Mercer', 'id': '38545496'}]",,,, +5333,1120831425169674240,1120831425169674240,1556062010000.0,2019-04-23 23:26:50,+0000,,"Tesla is going to develop a quiet, electric leafblower",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1120831425169674240,[],[],0,,False,294415,9612,22868,,None,,,,,,,[],,,, +5334,1120822191061209088,1120803630595002368,1556059808000.0,2019-04-23 22:50:08,+0000,,"@FredericLambert Yeah, there was a major change in last several months. Everyone noticed, Fred. Hello.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1120822191061209088,[],[],0,,False,1724,239,66,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +5335,1120821609596510209,1120803630595002368,1556059670000.0,2019-04-23 22:47:50,+0000,,@FancyPantless @FredericLambert @Tesla Will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1120821609596510209,[],[],0,,False,1247,27,20,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5336,1120821164819927041,1120803630595002368,1556059564000.0,2019-04-23 22:46:04,+0000,,@Torgo82 @FredericLambert Absolutely,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1120821164819927041,[],[],0,,False,1321,44,20,,None,,,,,,,"[{'screen_name': 'Torgo82', 'name': 'Torgo82', 'id': '186990923'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +5337,1120820804688547842,1120820718369943552,1556059478000.0,2019-04-23 22:44:38,+0000,,@billseymour Seriously,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1120820804688547842,[],[],0,,False,497,11,14,,None,,,,,,,"[{'screen_name': 'billseymour', 'name': 'Bill Seymour', 'id': '34597733'}]",,,, +5338,1120820597347377152,1120803630595002368,1556059428000.0,2019-04-23 22:43:48,+0000,,"@FredericLambert Also, how did you manage to get shamed into being de facto anti-Tesla by social media trolls. Jeez …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1120820597347377152,[],[],0,,False,953,78,44,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +5339,1120820168723066881,1120803630595002368,1556059326000.0,2019-04-23 22:42:06,+0000,,"@FredericLambert Fred, every fire *is* investigated. Problem is those who only write about 0 injury Tesla fires while ignoring fatal combustion car fires or fail to mention any contextual statistics in their article, misleading readers into thinking EV’s have high fire risk when opposite is true.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1120820168723066881,[],[],0,,False,2771,109,155,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +5340,1120817773586685957,1120794297710682114,1556058755000.0,2019-04-23 22:32:35,+0000,,"@teslaownersSV @jeffleach Thanks, support super appreciated",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1120817773586685957,[],[],0,,False,1733,83,53,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'jeffleach', 'name': 'Jeff Leach', 'id': '24741334'}]",,,, +5341,1120804018404515840,1120794297710682114,1556055476000.0,2019-04-23 21:37:56,+0000,,@jeffleach Sad if true 😔,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1120804018404515840,[],[],0,,False,1509,63,41,,None,,,,,,,"[{'screen_name': 'jeffleach', 'name': 'Jeff Leach', 'id': '24741334'}]",,,, +5342,1120803630595002368,1120803630595002368,1556055383000.0,2019-04-23 21:36:23,+0000,,"When you read double standard articles about Tesla, please ask why. Maybe there’s a good reason that isn’t obvious.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1120803630595002368,[],[],0,,False,32781,900,1608,,None,,,,,,,[],,,, +5343,1120802953130995714,1120794297710682114,1556055222000.0,2019-04-23 21:33:42,+0000,,"Reality is a Tesla, like most electric cars, is over 500% *less* likely to catch fire than combustion engine cars, which carry massive amounts of highly flammable fuel. Why is this never mentioned?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1120802953130995714,[],[],0,,False,46529,1144,3683,,None,,,,,,,[],,,, +5344,1120801643115663360,1120794297710682114,1556054909000.0,2019-04-23 21:28:29,+0000,,"Over a million combustion engine (it’s right there in the name!) car fires per year & thousands of deaths, but one Tesla car fire with no injuries gets biggest headlines. Why the double standard? This is a real question.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1120801643115663360,[],[],0,,False,51751,1139,5418,,None,,,,,,,[],,,, +5345,1120796915312947201,1120794297710682114,1556053782000.0,2019-04-23 21:09:42,+0000,,"Those who predicted Tesla & EVs would be dead & autonomy would never happen are same people attacking Tesla today for 6-12 month delays, while ignoring major automakers 5+ years late. Why the double standard?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1120796915312947201,[],[],0,,False,16743,562,1367,,None,,,,,,,[],,,, +5346,1120794297710682114,1120794297710682114,1556053158000.0,2019-04-23 20:59:18,+0000,,Almost all coverage back then said hydrogen fuel cells would destroy electric cars & autonomy was between 10 years & never …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1120794297710682114,[],[],0,,False,33924,549,2308,https://twitter.com/Everman/status/1120466365834514432,None,,,,,,,[],,,, +5347,1120780816064233472,1120752406646517760,1556049944000.0,2019-04-23 20:05:44,+0000,,@martinengwicht @msitver @FrankLuntz Anti-matter def wins on energy density 🤣🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1120780816064233472,[],[],0,,False,805,36,30,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'msitver', 'name': 'Michael Sitver 📚', 'id': '369105079'}, {'screen_name': 'FrankLuntz', 'name': 'Frank Luntz', 'id': '197496309'}]",,,, +5348,1120765060048023552,1120752406646517760,1556046187000.0,2019-04-23 19:03:07,+0000,,"@msitver @FrankLuntz Exactly. By end of this quarter, about half a million Teslas will have full self-driving hardware (pending computer swap) & we will make another half million FSD cars by mid next year.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1120765060048023552,[],[],0,,False,699,89,41,,None,,,,,,,"[{'screen_name': 'msitver', 'name': 'Michael Sitver 📚', 'id': '369105079'}, {'screen_name': 'FrankLuntz', 'name': 'Frank Luntz', 'id': '197496309'}]",,,, +5349,1120764423591694336,1120506726128730112,1556046036000.0,2019-04-23 19:00:36,+0000,,"@ValueAnalyst1 @peterdevietien @scottwww @karpathy @Tesla @nvidia As a robotaxi, probably closer to 16 hours, accounting for empty legs, travel to charger/cleaning/service, wait times, etc. ~30 mile penalty most likely imo over ~120 paid miles. Impact is signicant for electricity cost, battery wear cost & larger range pack needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1120764423591694336,[],[],0,,False,806,47,46,,None,,,,,,,"[{'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}, {'screen_name': 'peterdevietien', 'name': 'Peter de Vietien', 'id': '913410363051220992'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'nvidia', 'name': 'NVIDIA', 'id': '61559439'}]",,,, +5350,1120684392349716480,1120677667240431617,1556026955000.0,2019-04-23 13:42:35,+0000,,@ILuvAmp @ray4yu @tsport100 @Tesla Over a quarter million gasoline vehicle fires per year in USA alone https://t.co/xoaK6v6T6f,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1120684392349716480,['https://www.nfpa.org/News-and-Research/Data-research-and-tools/ARCHIVED/Fire-statistics/Vehicle-fires/Vehicle-fire-trends-and-patterns'],[],0,,False,1441,101,176,,None,,,,,,,"[{'screen_name': 'ILuvAmp', 'name': 'ILuvAmp 👁❤️⚡️', 'id': '1052250856316231680'}, {'screen_name': 'tsport100', 'name': 'Evans Electric ⚡️', 'id': '218072162'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5351,1120576384642899968,1120480117338398720,1556001204000.0,2019-04-23 06:33:24,+0000,,@dasbub @SigITConsult @Tesla Anyone who did this analysis should interview at Tesla,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1120576384642899968,[],[],0,,False,1673,50,57,,None,,,,,,,"[{'screen_name': 'dasbub', 'name': 'сука-billed блядьypus', 'id': '32618049'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5352,1120568589789147138,1120480117338398720,1555999345000.0,2019-04-23 06:02:25,+0000,,@RossSheingold @Tesla Upgrading hardware is not important for a few months,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1120568589789147138,[],[],0,,False,848,38,32,,None,,,,,,,"[{'screen_name': 'RossSheingold', 'name': 'Ross Sheingold', 'id': '63234140'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5353,1120563061558009856,1120333826482495488,1555998027000.0,2019-04-23 05:40:27,+0000,,@flcnhvy Is that a real billboard?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1120563061558009856,[],[],0,,False,35700,458,827,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +5354,1120562176610263040,1120506726128730112,1555997816000.0,2019-04-23 05:36:56,+0000,,@teslaownersSV @scottwww @ValueAnalyst1 @karpathy @Tesla @nvidia We’ll let the NN loose on Track Mode one day … that’ll be insane,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1120562176610263040,[],[],0,,False,1117,59,51,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'nvidia', 'name': 'NVIDIA', 'id': '61559439'}]",,,, +5355,1120561642549469190,1120480117338398720,1555997689000.0,2019-04-23 05:34:49,+0000,,@dasbub @SigITConsult @Tesla Reddit is hardcore. Mostly correct analysis. Comments so dark …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1120561642549469190,[],[],0,,False,1685,51,67,,None,,,,,,,"[{'screen_name': 'dasbub', 'name': 'сука-billed блядьypus', 'id': '32618049'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5356,1120553837872451586,1120506726128730112,1555995828000.0,2019-04-23 05:03:48,+0000,,@scottwww @ValueAnalyst1 @karpathy @Tesla @nvidia Or maybe pegging,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1120553837872451586,[],[],0,,False,542,62,52,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'nvidia', 'name': 'NVIDIA', 'id': '61559439'}]",,,, +5357,1120553160324546560,1120506726128730112,1555995666000.0,2019-04-23 05:01:06,+0000,,"@xandriteme @scottwww @ValueAnalyst1 @karpathy @Tesla @nvidia On yeah, that too",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1120553160324546560,[],[],0,,False,589,20,20,,None,,,,,,,"[{'screen_name': 'xandriteme', 'name': 'Keith', 'id': '2837533292'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'nvidia', 'name': 'NVIDIA', 'id': '61559439'}]",,,, +5358,1120552650540498947,1120506726128730112,1555995545000.0,2019-04-23 04:59:05,+0000,,"@scottwww @ValueAnalyst1 @karpathy @Tesla @nvidia Exactly. Also, you can’t actually use computation from a separate GPU effectively, as you get choked on the bus, so most of the computation is irrelevant. High power, high cooling, but low true, usable TOPS. Worst of all worlds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1120552650540498947,[],[],0,,False,651,27,55,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'nvidia', 'name': 'NVIDIA', 'id': '61559439'}]",,,, +5359,1120502923136520192,1120479950828703745,1555983689000.0,2019-04-23 01:41:29,+0000,,Full Self-Driving video https://t.co/9ESU8LLGFU,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1120502923136520192,['https://m.youtube.com/watch?feature=youtu.be&v=tlThdr3O5Qo'],[],0,,False,22717,855,3336,,None,,,,,,,[],,,, +5360,1120491540542103558,1120480117338398720,1555980975000.0,2019-04-23 00:56:15,+0000,,@RossSheingold @Tesla All Model 3’s ever made can upgrade,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1120491540542103558,[],[],0,,False,1346,47,69,,None,,,,,,,"[{'screen_name': 'RossSheingold', 'name': 'Ross Sheingold', 'id': '63234140'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5361,1120487010127495168,1120479950828703745,1555979895000.0,2019-04-23 00:38:15,+0000,,"Warning, this presentation is 4 hrs & 20 mins long",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1120487010127495168,[],[],0,,False,50987,984,1965,,None,,,,,,,[],,,, +5362,1120483948906332161,1120480117338398720,1555979165000.0,2019-04-23 00:26:05,+0000,,@DrewAdamTepper @craighamnett @Royaljester62 @Tesla Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1120483948906332161,[],[],0,,False,934,29,15,,None,,,,,,,"[{'screen_name': 'DrewAdamTepper', 'name': 'Drew Tepper', 'id': '1098120499207507968'}, {'screen_name': 'craighamnett', 'name': 'Craig Hamnett', 'id': '1589151'}, {'screen_name': 'Royaljester62', 'name': 'Andrew', 'id': '73188941'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5363,1120483430515585024,1120479950828703745,1555979042000.0,2019-04-23 00:24:02,+0000,,@russotalks All cars made since Oct 2016 either have the hardware needed for FSD or are trivially upgradeable,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1120483430515585024,[],[],0,,False,1109,35,51,,None,,,,,,,"[{'screen_name': 'russotalks', 'name': 'Anthony Russo', 'id': '863689794'}]",,,, +5364,1120481285766623232,1120480117338398720,1555978530000.0,2019-04-23 00:15:30,+0000,,"@Royaljester62 @Tesla Yeah, will post soon",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1120481285766623232,[],[],0,,False,1122,44,32,,None,,,,,,,"[{'screen_name': 'Royaljester62', 'name': 'Andrew', 'id': '73188941'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5365,1120481224781385728,1120479950828703745,1555978516000.0,2019-04-23 00:15:16,+0000,,@RyanHummer It’s automatic,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1120481224781385728,[],[],0,,False,772,14,15,,None,,,,,,,"[{'screen_name': 'RyanHummer', 'name': 'Ryan Hummer', 'id': '19073491'}]",,,, +5366,1120479950828703745,1120479950828703745,1555978212000.0,2019-04-23 00:10:12,+0000,,Tesla Full Self-Driving https://t.co/pggm5ohVJC,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1120479950828703745,['https://youtu.be/Ucp0TTmvqOE?t=4177'],[],0,,False,34893,816,3054,,None,,,,,,,[],,,, +5367,1120376455114788872,1120376455114788872,1555953537000.0,2019-04-22 17:18:57,+0000,,Happy Home Planet Day!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1120376455114788872,[],[],0,,False,197776,2371,21975,,None,,,,,,,[],,,, +5368,1120245988860411904,1120245988860411904,1555922431000.0,2019-04-22 08:40:31,+0000,,Full Metal Alchemy,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1120245988860411904,[],[],0,,False,106145,2017,13982,https://twitter.com/Tesla/status/1119767408556687361,None,,,,,,,[],,,, +5369,1120232479661576192,1119276692755886082,1555919210000.0,2019-04-22 07:46:50,+0000,,@The_PlugSeeker @ElonsBrain @TheMERL @JohnCleese @EricIdle Love that movie!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1120232479661576192,[],[],0,,False,867,56,29,,None,,,,,,,"[{'screen_name': 'The_PlugSeeker', 'name': 'The PlugSeeker', 'id': '3439073703'}, {'screen_name': 'ElonsBrain', 'name': '🧠 Elon’s Brain 🧠', 'id': '1020627011008540672'}, {'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}, {'screen_name': 'JohnCleese', 'name': 'John Cleese', 'id': '10810102'}, {'screen_name': 'EricIdle', 'name': 'Eric Idle', 'id': '862483279'}]",,,, +5370,1120227783735566336,1119826570611269632,1555918091000.0,2019-04-22 07:28:11,+0000,,@Sofiaan @Tesla Actual Tesla range is about 5 miles / 8 km past zero,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1120227783735566336,[],[],0,,False,11318,157,267,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5371,1120071891501195264,152599413813018624,1555880923000.0,2019-04-21 21:08:43,+0000,,@jlist ♥️ 🇯🇵,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1120071891501195264,[],[],0,,False,4395,130,291,,None,,,,,,,"[{'screen_name': 'jlist', 'name': 'J-LIST', 'id': '15350768'}]",,,, +5372,1119884325682442240,1119883912640180225,1555836204000.0,2019-04-21 08:43:24,+0000,,@moyn1ckzanyat правда,ru,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1119884325682442240,[],[],0,,False,29024,512,2225,,None,,,,,,,"[{'screen_name': 'moyn1ckzanyat', 'name': 'Инженер-Инструктор', 'id': '2353354929'}]",,,, +5373,1119883893392334848,1119812929258307584,1555836101000.0,2019-04-21 08:41:41,+0000,,@v_g_fischer @4thFromOurStar Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1119883893392334848,[],[],0,,False,3928,96,104,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': '4thFromOurStar', 'name': 'Mars', 'id': '1091459141397180416'}]",,,, +5374,1119883036466667522,1119812929258307584,1555835896000.0,2019-04-21 08:38:16,+0000,,@4thFromOurStar Already have one,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1119883036466667522,[],[],0,,False,12160,62,182,,None,,,,,,,"[{'screen_name': '4thFromOurStar', 'name': 'Mars', 'id': '1091459141397180416'}]",,,, +5375,1119830193118408704,1119830193118408704,1555823298000.0,2019-04-21 05:08:18,+0000,,Respawn++,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1119830193118408704,[],[],0,,False,44291,908,2633,https://twitter.com/cleantechnica/status/1119828529422770177,None,,,,,,,[],,,, +5376,1119812929258307584,1119812929258307584,1555819182000.0,2019-04-21 03:59:42,+0000,,The Internet is insane,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1119812929258307584,[],[],0,,False,368240,7359,58218,,None,,,,,,,[],,,, +5377,1119761927440220160,1017215895284969472,1555807022000.0,2019-04-21 00:37:02,+0000,,"@flcnhvy @loadiabe86 @skabooshka @GroggyTBear @BarkMSmeagol @FitzsimmonsK @DWildemuth @handytsla @TeslaBull @VW Never seen anything like it. Tesla is just trying to make electric cars & solar power for a better future for all. True, we might not succeed, but why do they want us to fail?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1119761927440220160,[],[],0,,False,3256,539,295,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'loadiabe86', 'name': 'Heidegger', 'id': '4264175602'}, {'screen_name': 'skabooshka', 'name': 'skabooshka', 'id': '842824397496836096'}, {'screen_name': 'GroggyTBear', 'name': 'Groggy T. Bear', 'id': '983372570098634752'}, {'screen_name': 'BarkMSmeagol', 'name': 'BarkCoin 🧦🐶🕺🏼\U0001fa91', 'id': '980554784133427200'}, {'screen_name': 'FitzsimmonsK', 'name': 'Fitzsimmons💕Klaine', 'id': '1296201374582153216'}, {'screen_name': 'DWildemuth', 'name': 'DWildemuth', 'id': '1276174411'}, {'screen_name': 'TeslaBull', 'name': 'TeslaBull', 'id': '1037893101627498496'}, {'screen_name': 'VW', 'name': 'Volkswagen USA', 'id': '28165910'}]",,,, +5378,1119753087269236736,1119752307833540609,1555804914000.0,2019-04-21 00:01:54,+0000,,"@Senior__Hunter Milady, my shield is yours",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1119753087269236736,[],[],0,,False,69792,433,7662,,None,,,,,,,[],,,, +5379,1119752254062350336,1017215895284969472,1555804716000.0,2019-04-20 23:58:36,+0000,,"@loadiabe86 @skabooshka @GroggyTBear @BarkMSmeagol @FitzsimmonsK @DWildemuth @handytsla @TeslaBull This is extremely messed up. @VW, what’s going on?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1119752254062350336,[],[],0,,False,1322,138,170,,None,,,,,,,"[{'screen_name': 'loadiabe86', 'name': 'Heidegger', 'id': '4264175602'}, {'screen_name': 'skabooshka', 'name': 'skabooshka', 'id': '842824397496836096'}, {'screen_name': 'GroggyTBear', 'name': 'Groggy T. Bear', 'id': '983372570098634752'}, {'screen_name': 'BarkMSmeagol', 'name': 'BarkCoin 🧦🐶🕺🏼\U0001fa91', 'id': '980554784133427200'}, {'screen_name': 'FitzsimmonsK', 'name': 'Fitzsimmons💕Klaine', 'id': '1296201374582153216'}, {'screen_name': 'DWildemuth', 'name': 'DWildemuth', 'id': '1276174411'}, {'screen_name': 'TeslaBull', 'name': 'TeslaBull', 'id': '1037893101627498496'}]",,,, +5380,1119697894078988289,1119697455359172608,1555791755000.0,2019-04-20 20:22:35,+0000,,"@weerhov Говорят, что кур доят",ru,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1119697894078988289,[],[],0,,False,19298,487,4420,,None,,,,,,,"[{'screen_name': 'weerhov', 'name': 'поdсолнuх🌿', 'id': '772814607073312768'}]",,,, +5381,1119696952935862272,1119694205201391616,1555791531000.0,2019-04-20 20:18:51,+0000,,@Wenger57793371 @d_svtrs Вот где собака зарыта,ru,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1119696952935862272,[],[],0,,False,8932,135,1756,,None,,,,,,,"[{'screen_name': 'Wenger57793371', 'name': 'Wenger', 'id': '1092887107322986502'}]",,,, +5382,1119694664024518657,1119694205201391616,1555790985000.0,2019-04-20 20:09:45,+0000,,@d_svtrs где инопланетяне?,ru,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1119694664024518657,[],[],0,,False,26922,609,3504,,None,,,,,,,[],,,, +5383,1119414361984884737,1119302062968172544,1555724156000.0,2019-04-20 01:35:56,+0000,,🦆 FTW,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1119414361984884737,[],[],0,,False,85545,1850,5215,,None,,,,,,,[],,,, +5384,1119414064268988417,1119413593953509376,1555724085000.0,2019-04-20 01:34:45,+0000,,@universal_sci We are very tiny,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1119414064268988417,[],[],0,,False,34342,700,1877,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +5385,1119385585242628097,1119122946113429504,1555717295000.0,2019-04-19 23:41:35,+0000,,"@Model3Owners Put water repellant coating on radar, dark rectangle just below nose. Anything hydrophobic from hardware store or Tesla service can do it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1119385585242628097,[],[],0,,False,1914,61,72,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +5386,1119374687312592896,1119276692755886082,1555714697000.0,2019-04-19 22:58:17,+0000,,@EricIdle @The_PlugSeeker @ElonsBrain @TheMERL @Tesla ♥️♥️♥️ 🐍🐍🐍 ♥️♥️♥️,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1119374687312592896,[],[],0,,False,1127,37,43,,None,,,,,,,"[{'screen_name': 'EricIdle', 'name': 'Eric Idle', 'id': '862483279'}, {'screen_name': 'The_PlugSeeker', 'name': 'The PlugSeeker', 'id': '3439073703'}, {'screen_name': 'ElonsBrain', 'name': '🧠 Elon’s Brain 🧠', 'id': '1020627011008540672'}, {'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5387,1119372984379035649,1119372984379035649,1555714291000.0,2019-04-19 22:51:31,+0000,,Bach is killing it on YouTube,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1119372984379035649,[],[],0,,False,33188,711,1528,https://twitter.com/elonmusk/status/1089354757188120578,None,,,,,,,[],,,, +5388,1119312988387676161,1118763291634012160,1555699986000.0,2019-04-19 18:53:06,+0000,,@LeedsMuseums @TheMERL I love your castle,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1119312988387676161,[],[],0,,False,1349,51,36,,None,,,,,,,"[{'screen_name': 'LeedsMuseums', 'name': 'Leeds Museums & Galleries', 'id': '28075476'}, {'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}]",,,, +5389,1119310722649870336,1119304617404321793,1555699446000.0,2019-04-19 18:44:06,+0000,,@TheMERL Ewe’re a winsome eyre,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1119310722649870336,[],[],0,,False,1268,40,27,,None,,,,,,,"[{'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}]",,,, +5390,1119304558700720128,1119303658577879040,1555697977000.0,2019-04-19 18:19:37,+0000,,@LarryPanozzo Nice,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1119304558700720128,[],[],0,,False,3090,45,42,,None,,,,,,,"[{'screen_name': 'LarryPanozzo', 'name': 'Larry Panozzo', 'id': '775833339915866112'}]",,,, +5391,1119303658577879040,1119303658577879040,1555697762000.0,2019-04-19 18:16:02,+0000,,Back to work …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1119303658577879040,[],[],0,,False,96310,3035,8436,,None,,,,,,,[],,,, +5392,1119302062968172544,1119302062968172544,1555697382000.0,2019-04-19 18:09:42,+0000,,🐏,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1119302062968172544,[],[],0,,False,177993,4028,17516,,None,,,,,,,[],,,, +5393,1119293543887958018,1118835418395566081,1555695350000.0,2019-04-19 17:35:50,+0000,,@TheMERL @Berkshire_show Are you me or are you you?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1119293543887958018,[],[],0,,False,1961,102,84,,None,,,,,,,"[{'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}, {'screen_name': 'Berkshire_show', 'name': 'Berkshire Show', 'id': '22906429'}]",,,, +5394,1119293322944663554,1119276692755886082,1555695298000.0,2019-04-19 17:34:58,+0000,,"@ElonsBrain @TheMERL My fav color is blue, no red, aaargh …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1119293322944663554,[],[],0,,False,1495,84,65,,None,,,,,,,"[{'screen_name': 'ElonsBrain', 'name': '🧠 Elon’s Brain 🧠', 'id': '1020627011008540672'}, {'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}]",,,, +5395,1119291976703025153,1119276692755886082,1555694977000.0,2019-04-19 17:29:37,+0000,,@TheMERL New uWu https://t.co/kvlqvNq3Cg,in,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1119291976703025153,[],['https://pbs.twimg.com/media/D4iGHknU8AAyCrJ.jpg'],1,https://pbs.twimg.com/media/D4iGHknU8AAyCrJ.jpg,False,10955,471,2448,,None,,,,,,,"[{'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}]",,,, +5396,1119285131418583040,1119276692755886082,1555693345000.0,2019-04-19 17:02:25,+0000,,@TheMERL Old ewe https://t.co/tTmOPWUAUp,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1119285131418583040,[],['https://pbs.twimg.com/media/D4h_5KeUIAA32dd.jpg'],1,https://pbs.twimg.com/media/D4h_5KeUIAA32dd.jpg,False,6849,116,398,,None,,,,,,,"[{'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}]",,,, +5397,1119281052088815616,1117637496517603329,1555692372000.0,2019-04-19 16:46:12,+0000,,@CleopatraOwen17 @neuralink It’s USB-C,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1119281052088815616,[],[],0,,False,738,23,18,,None,,,,,,,"[{'screen_name': 'CleopatraOwen17', 'name': 'Cleopatra Owens 🇺🇸🇺🇸🇺🇸', 'id': '1023280195422375937'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +5398,1119277856389914625,1119172669549764608,1555691610000.0,2019-04-19 16:33:30,+0000,,@CleopatraOwen17 @HiThomasMorelli @TheMERL It works great!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1119277856389914625,[],[],0,,False,656,21,13,,None,,,,,,,"[{'screen_name': 'CleopatraOwen17', 'name': 'Cleopatra Owens 🇺🇸🇺🇸🇺🇸', 'id': '1023280195422375937'}, {'screen_name': 'HiThomasMorelli', 'name': 'Thomas Morelli', 'id': '752911457591975936'}, {'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}]",,,, +5399,1119277454235852800,1119276692755886082,1555691514000.0,2019-04-19 16:31:54,+0000,,@TheMERL Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1119277454235852800,[],[],0,,False,2141,44,58,,None,,,,,,,"[{'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}]",,,, +5400,1119183314307309568,1119172669549764608,1555669070000.0,2019-04-19 10:17:50,+0000,,@TheMERL !,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1119183314307309568,[],[],0,,False,5495,102,103,,None,,,,,,,"[{'screen_name': 'TheMERL', 'name': 'The Museum of English Rural Life', 'id': '19907840'}]",,,, +5401,1119180045556178949,1119139915973844992,1555668290000.0,2019-04-19 10:04:50,+0000,,I meant lämpe. Where’s the edit function when you really need it!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1119180045556178949,[],[],0,,False,56599,648,1370,,None,,,,,,,[],,,, +5402,1119141543925805056,1119139915973844992,1555659111000.0,2019-04-19 07:31:51,+0000,,Just wants a little lamp 💡,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1119141543925805056,[],[],0,,False,50913,473,1073,,None,,,,,,,[],,,, +5403,1119140113903050752,1118577125622276101,1555658770000.0,2019-04-19 07:26:10,+0000,,@EvaFoxU @shawnapandya @Bryson_M @techreview So cute,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1119140113903050752,[],[],0,,False,1350,28,20,,None,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva CyberFox 🦊', 'id': '959471389282578432'}, {'screen_name': 'shawnapandya', 'name': 'Dr. Shawna Pandya', 'id': '53321654'}, {'screen_name': 'Bryson_M', 'name': 'bryson', 'id': '14352562'}, {'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +5404,1119139915973844992,1119139915973844992,1555658723000.0,2019-04-19 07:25:23,+0000,,Original moth meme https://t.co/BYDQRzIine,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1119139915973844992,[],['https://pbs.twimg.com/media/D4f70l9UwAEy7x4.jpg'],1,https://pbs.twimg.com/media/D4f70l9UwAEy7x4.jpg,False,79275,778,4508,,None,,,,,,,[],,,, +5405,1119135916658839554,1117637496517603329,1555657769000.0,2019-04-19 07:09:29,+0000,,Or a sheep,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1119135916658839554,[],[],0,,False,24180,444,577,,None,,,,,,,[],,,, +5406,1119127895190827009,1119105234888826888,1555655857000.0,2019-04-19 06:37:37,+0000,,@rune_ea @Erdayastronaut @DJSnM @torybruno @lrocket Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1119127895190827009,[],[],0,,False,521,15,11,,None,,,,,,,"[{'screen_name': 'rune_ea', 'name': 'Ernesto Arigita', 'id': '2242498359'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +5407,1119122946113429504,1119122946113429504,1555654677000.0,2019-04-19 06:17:57,+0000,,“Wake up sheeple!” - sheep,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1119122946113429504,[],[],0,,False,107529,1892,12446,,None,,,,,,,[],,,, +5408,1119106811343204352,1119105234888826888,1555650830000.0,2019-04-19 05:13:50,+0000,,"@Erdayastronaut @DJSnM @torybruno @lrocket 🚀 propellant grade kerosene (basically, jet fuel) & liquid oxygen are close, but H2 & O2 are not",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1119106811343204352,[],[],0,,False,816,45,25,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +5409,1119106079894331392,1119105234888826888,1555650656000.0,2019-04-19 05:10:56,+0000,,@Erdayastronaut @DJSnM @torybruno @lrocket Common shaft only works if optimal rpm is similar for fuel & oxidizer,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1119106079894331392,[],[],0,,False,1503,52,37,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +5410,1119093220544147457,1119093220544147457,1555647590000.0,2019-04-19 04:19:50,+0000,,My Twitter is pretty much complete nonsense at this point,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1119093220544147457,[],[],0,,False,368095,6066,60904,,None,,,,,,,[],,,, +5411,1119092833447628800,1119091798570229761,1555647497000.0,2019-04-19 04:18:17,+0000,,"Like thug, but rural",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1119092833447628800,[],[],0,,False,30054,216,1379,,None,,,,,,,[],,,, +5412,1119092352730091521,1119091798570229761,1555647383000.0,2019-04-19 04:16:23,+0000,,Rürl Lœf,ro,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1119092352730091521,[],[],0,,False,25507,123,685,,None,,,,,,,[],,,, +5413,1119091798570229761,1119091798570229761,1555647251000.0,2019-04-19 04:14:11,+0000,,Switched souls with The Museum of English Rural Lofe,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1119091798570229761,[],[],0,,False,48944,341,3178,https://twitter.com/TheMERL/status/1118614166221271046,None,,,,,,,[],,,, +5414,1119040460457005057,1119040100401209344,1555635011000.0,2019-04-19 00:50:11,+0000,,But I’m just a simple sheep/ram,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1119040460457005057,[],[],0,,False,59725,854,3994,,None,,,,,,,[],,,, +5415,1118806120552734721,1117110717268627456,1555579140000.0,2019-04-18 09:19:00,+0000,,@baconmashwbs @natfriedman Sheep replicants,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1118806120552734721,[],[],0,,False,1364,80,38,,None,,,,,,,"[{'screen_name': 'baconmashwbs', 'name': 'baconmashwbrownsugar', 'id': '1055659676245741569'}, {'screen_name': 'natfriedman', 'name': 'Nat Friedman', 'id': '13235832'}]",,,, +5416,1118795486108868609,1117110717268627456,1555576604000.0,2019-04-18 08:36:44,+0000,,@natfriedman Sheeps thank you 🙏,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1118795486108868609,[],[],0,,False,1219,64,23,,None,,,,,,,"[{'screen_name': 'natfriedman', 'name': 'Nat Friedman', 'id': '13235832'}]",,,, +5417,1118603356380041217,1118577125622276101,1555530797000.0,2019-04-17 19:53:17,+0000,,@shawnapandya @Bryson_M @techreview Are you good with sheep?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1118603356380041217,[],[],0,,False,6480,209,184,,None,,,,,,,"[{'screen_name': 'shawnapandya', 'name': 'Dr. Shawna Pandya', 'id': '53321654'}, {'screen_name': 'Bryson_M', 'name': 'bryson', 'id': '14352562'}, {'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +5418,1118600979329339393,1118577125622276101,1555530230000.0,2019-04-17 19:43:50,+0000,,@techreview I’m an absolute unit too https://t.co/Rf0BTJmeEN,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1118600979329339393,[],['https://pbs.twimg.com/media/D4YRqNoVUAEHifg.jpg'],1,https://pbs.twimg.com/media/D4YRqNoVUAEHifg.jpg,False,69412,844,7182,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +5419,1118292557895618560,1118265559110565888,1555456697000.0,2019-04-16 23:18:17,+0000,,"@shraddha_261291 @WhatTheFFacts Yeah, gave everything I had to Tesla in Dec 2008",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1118292557895618560,[],[],0,,False,4116,207,267,,None,,,,,,,"[{'screen_name': 'shraddha_261291', 'name': 'Shraddha Chhangani', 'id': '921413876905906176'}, {'screen_name': 'WhatTheFFacts', 'name': 'What The F*** Facts', 'id': '352145373'}]",,,, +5420,1118225459416682496,1118167379861700608,1555440699000.0,2019-04-16 18:51:39,+0000,,"@sjensenknight It’s not a big deal. Charge to 90% to 95% & you’ll be fine. At 100% state of charge, regen braking doesn’t work, because the battery is full, so car is less energy efficient.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1118225459416682496,[],[],0,,False,2021,102,91,,None,,,,,,,"[{'screen_name': 'sjensenknight', 'name': 'samantha jensen', 'id': '4415506037'}]",,,, +5421,1118046319644332033,1117962030747738112,1555397989000.0,2019-04-16 06:59:49,+0000,,@iliketeslas Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1118046319644332033,[],[],0,,False,6548,72,139,,None,,,,,,,"[{'screen_name': 'iliketeslas', 'name': 'I like Teslas', 'id': '781930918739083264'}]",,,, +5422,1118019613365682181,1117962322327240705,1555391622000.0,2019-04-16 05:13:42,+0000,,@houmanhemmati @CathieDWood @ARKInvest @TashaARK @skorusARK Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1118019613365682181,[],[],0,,False,1030,40,26,,None,,,,,,,"[{'screen_name': 'houmanhemmati', 'name': 'Houman Hemmati', 'id': '230307512'}, {'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}, {'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}, {'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}, {'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +5423,1118017913938563072,1117901311503208449,1555391217000.0,2019-04-16 05:06:57,+0000,,@theRedding @Erdayastronaut Rockets are not yet safe enough to fly over land,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1118017913938563072,[],[],0,,False,1260,57,36,,None,,,,,,,"[{'screen_name': 'theRedding', 'name': 'Daniel Redding', 'id': '130247642'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +5424,1118017021612937216,1117901311503208449,1555391004000.0,2019-04-16 05:03:24,+0000,,"@GameSyns @Erdayastronaut Engines seem ok, pending inspection",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1118017021612937216,[],[],0,,False,1266,61,47,,None,,,,,,,"[{'screen_name': 'GameSyns', 'name': 'Joshua Mendoza', 'id': '2693864929'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +5425,1118016410586771456,1117901311503208449,1555390858000.0,2019-04-16 05:00:58,+0000,,"@Erdayastronaut It can, but the attachment fixtures are different from standard F9 & they weren’t ready in time",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1118016410586771456,[],[],0,,False,1611,79,54,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +5426,1117642996827090945,1117563679099240449,1555301829000.0,2019-04-15 04:17:09,+0000,,@mwischer18 Winter in snowfall is so beautiful,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1117642996827090945,[],[],0,,False,1609,96,49,,None,,,,,,,"[{'screen_name': 'mwischer18', 'name': 'Martin Wischer', 'id': '4784625792'}]",,,, +5427,1117642226618773505,152599413813018624,1555301646000.0,2019-04-15 04:14:06,+0000,,@gauty23 I’m actually less crazy in person … or am I? 🤔,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1117642226618773505,[],[],0,,False,1664,134,73,,None,,,,,,,"[{'screen_name': 'gauty23', 'name': 'ガリ', 'id': '1360612802'}]",,,, +5428,1117641451008081922,152599413813018624,1555301461000.0,2019-04-15 04:11:01,+0000,,I was always crazy on Twitter fyi,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1117641451008081922,[],[],0,,False,79171,949,4606,,None,,,,,,,[],,,, +5429,1117638864674410496,1117637496517603329,1555300844000.0,2019-04-15 04:00:44,+0000,,@ThisMemeyGuy Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1117638864674410496,[],[],0,,False,1790,38,22,,None,,,,,,,"[{'screen_name': 'ThisMemeyGuy', 'name': 'ThisGuy', 'id': '962997125498875904'}]",,,, +5430,1117638448171692033,1117637496517603329,1555300745000.0,2019-04-15 03:59:05,+0000,,@TobyTurner Haha true. I actually love horses.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1117638448171692033,[],[],0,,False,4170,90,110,,None,,,,,,,"[{'screen_name': 'TobyTurner', 'name': 'Toby Turner', 'id': '6054912'}]",,,, +5431,1117637496517603329,1117637496517603329,1555300518000.0,2019-04-15 03:55:18,+0000,,Buying a car in 2019 that can’t upgrade to full self-driving is like buying a horse instead of a car in 1919 https://t.co/oEjXdmyJiJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1117637496517603329,['https://cleantechnica.com/2019/04/14/the-mystery-of-tesla-model-3-demand/'],[],0,,False,35545,1756,4107,,None,,,,,,,[],,,, +5432,1117583772843515904,1117574233326964737,1555287709000.0,2019-04-15 00:21:49,+0000,,@officialjaden Love Just Water btw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1117583772843515904,[],[],0,,False,9310,81,549,,None,,,,,,,[],,,, +5433,1117583191286566912,1117575212818583552,1555287571000.0,2019-04-15 00:19:31,+0000,,@teslaownersSV @DannyLaShep https://t.co/z9BVWS0O95,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1117583191286566912,[],['https://pbs.twimg.com/media/D4Jz_S8U8AARnon.jpg'],1,https://pbs.twimg.com/media/D4Jz_S8U8AARnon.jpg,False,2699,94,141,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +5434,1117581094415503360,1117575212818583552,1555287071000.0,2019-04-15 00:11:11,+0000,,"@DannyLaShep With steel membrane wings like a Dragon, we may be able to lower Starship’s orbital reentry temp to ~1000 degrees C, which would allow the whole surface to be uncooled bare metal",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1117581094415503360,[],[],0,,False,6362,205,398,,None,,,,,,,"[{'screen_name': 'DannyLaShep', 'name': 'Danny Shepherd', 'id': '249363589'}]",,,, +5435,1117571159195668480,1117563679099240449,1555284702000.0,2019-04-14 23:31:42,+0000,,@jasonsellspa Starship will land on a ring of fire,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1117571159195668480,[],[],0,,False,3856,82,98,,None,,,,,,,"[{'screen_name': 'jasonsellspa', 'name': 'JasonSellsPA', 'id': '14539139'}]",,,, +5436,1117565769829818368,1117563679099240449,1555283417000.0,2019-04-14 23:10:17,+0000,,@JaneidyEve 6.5,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1117565769829818368,[],[],0,,False,4547,98,73,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +5437,1117564774190075904,1117563679099240449,1555283180000.0,2019-04-14 23:06:20,+0000,,@Johankyu7 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1117564774190075904,[],[],0,,False,3684,58,55,,None,,,,,,,[],,,, +5438,1117563769159286784,1117563679099240449,1555282940000.0,2019-04-14 23:02:20,+0000,,Winter is coming,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1117563769159286784,[],[],0,,False,106803,1019,9204,,None,,,,,,,[],,,, +5439,1117563679099240449,1117563679099240449,1555282919000.0,2019-04-14 23:01:59,+0000,,Thinking about adding giant stainless steel dragon wings to Starship,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1117563679099240449,[],[],0,,False,147878,2322,10425,,None,,,,,,,[],,,, +5440,1117561885040283648,1117553530615648256,1555282491000.0,2019-04-14 22:54:51,+0000,,"@EforElectric @WSJ That tweet did take immense effort 🤣🤣 Fair point tho. Powerwall production is now ramping fast. Tesla was cell-starved last year, so we had to switch all lines to make packs for cars, which meant Powerwall production was living off scraps.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1117561885040283648,[],[],0,,False,4670,105,112,,None,,,,,,,"[{'screen_name': 'EforElectric', 'name': 'E for Electric', 'id': '834229333191299073'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +5441,1117559770955812865,1117553530615648256,1555281987000.0,2019-04-14 22:46:27,+0000,,@yourloyalpal @SComet04 @WSJ Deal,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1117559770955812865,[],[],0,,False,1933,46,57,,None,,,,,,,"[{'screen_name': 'yourloyalpal', 'name': 'Jacob™️➐', 'id': '2418707230'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +5442,1117553530615648256,1117553530615648256,1555280499000.0,2019-04-14 22:21:39,+0000,,Please support my campaign to rebrand @WSJ as 🧦 emoji!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1117553530615648256,[],[],0,,False,48197,965,3849,,None,,,,,,,[],,,, +5443,1117552682141532160,1117552423373918208,1555280297000.0,2019-04-14 22:18:17,+0000,,@AustinOnSocial @TheOnion 🔥🔥💕💕💫💫😀😀,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1117552682141532160,[],[],0,,False,3714,75,100,,None,,,,,,,"[{'screen_name': 'AustinOnSocial', 'name': 'Austin Braun', 'id': '1051295658'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +5444,1117552423373918208,1117552423373918208,1555280235000.0,2019-04-14 22:17:15,+0000,,"At some point, @TheOnion and I should just a get a room …",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1117552423373918208,[],[],0,,False,38158,559,1732,,None,,,,,,,[],,,, +5445,1117551672039841793,1117533043781193728,1555280056000.0,2019-04-14 22:14:16,+0000,,@techreview Just use this handy guide https://t.co/wWZGuNpe5f,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1117551672039841793,['https://www.theonion.com/the-onion-s-guide-to-blockchain-technology-1829819640'],[],0,,False,1797,51,151,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +5446,1117533394194157568,1117510710144245760,1555275698000.0,2019-04-14 21:01:38,+0000,,@sanjeev_r11 @cleantechnica @lexfridman Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1117533394194157568,[],[],0,,False,693,55,19,,None,,,,,,,"[{'screen_name': 'sanjeev_r11', 'name': 'Jeev', 'id': '66270595'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +5447,1117532857767870464,1117510710144245760,1555275570000.0,2019-04-14 20:59:30,+0000,,@cleantechnica Good interview by @lexfridman,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117532857767870464,[],[],0,,False,1716,85,64,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +5448,1117529624441868288,1117510077030834176,1555274799000.0,2019-04-14 20:46:39,+0000,,@Louisbotelho17 @Kristennetten @arctechinc @danahull @GinoG01328427 @Savis1949 @WSJ @Tesla @SEC_Enforcement Truth,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117529624441868288,[],[],0,,False,735,47,23,,None,,,,,,,"[{'screen_name': 'Louisbotelho17', 'name': 'Louis Botelho', 'id': '716404871214141440'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}, {'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}, {'screen_name': 'GinoG01328427', 'name': 'Sarajah the Great Prophet', 'id': '1039607262229065728'}, {'screen_name': 'Savis1949', 'name': 'simon avis', 'id': '535337594'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SEC_Enforcement', 'name': 'SEC Enforcement', 'id': '299661515'}]",,,, +5449,1117528616571523072,1116886883903078401,1555274559000.0,2019-04-14 20:42:39,+0000,,@johnrobb Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117528616571523072,[],[],0,,False,638,26,20,,None,,,,,,,"[{'screen_name': 'johnrobb', 'name': 'John Robb', 'id': '7177512'}]",,,, +5450,1117526985960333313,1117510077030834176,1555274170000.0,2019-04-14 20:36:10,+0000,,@Kristennetten @arctechinc @danahull @GinoG01328427 @Savis1949 @WSJ @Tesla @SEC_Enforcement How embarrassing. Will change.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117526985960333313,[],[],0,,False,866,61,33,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}, {'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}, {'screen_name': 'GinoG01328427', 'name': 'Sarajah the Great Prophet', 'id': '1039607262229065728'}, {'screen_name': 'Savis1949', 'name': 'simon avis', 'id': '535337594'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SEC_Enforcement', 'name': 'SEC Enforcement', 'id': '299661515'}]",,,, +5451,1117526382563643392,1117526187054649347,1555274026000.0,2019-04-14 20:33:46,+0000,,@Chapter11Cases We will. You read it right.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117526382563643392,[],[],0,,False,1098,79,58,,None,,,,,,,"[{'screen_name': 'Chapter11Cases', 'name': 'Randall G. Reese', 'id': '18425066'}]",,,, +5452,1117525755708055552,1117510077030834176,1555273877000.0,2019-04-14 20:31:17,+0000,,@arctechinc @danahull @GinoG01328427 @Savis1949 @WSJ @Tesla @SEC_Enforcement Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117525755708055552,[],[],0,,False,701,22,23,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}, {'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}, {'screen_name': 'GinoG01328427', 'name': 'Sarajah the Great Prophet', 'id': '1039607262229065728'}, {'screen_name': 'Savis1949', 'name': 'simon avis', 'id': '535337594'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SEC_Enforcement', 'name': 'SEC Enforcement', 'id': '299661515'}]",,,, +5453,1117519699930013696,1116886883903078401,1555272433000.0,2019-04-14 20:07:13,+0000,,@martinengwicht @KnightmarArchon @EvBite @johnrobb @Tesla @ElonMuskScience I’ve always thought that the fundamental good of Tesla should be measured by the number of years by which it accelerates the transition to sustainable transport & energy,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117519699930013696,[],[],0,,False,1865,119,196,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'KnightmarArchon', 'name': 'Noa DeNova', 'id': '3368231590'}, {'screen_name': 'EVBite', 'name': 'EVBite', 'id': '991149431469813760'}, {'screen_name': 'johnrobb', 'name': 'John Robb', 'id': '7177512'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'ElonMuskScience', 'name': 'ElonMuskScience', 'id': '1027954234623442944'}]",,,, +5454,1117518838889758720,1117510077030834176,1555272228000.0,2019-04-14 20:03:48,+0000,,"@cSharp3x7 @Savis1949 @WSJ Good point, small oil is a problem too",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117518838889758720,[],[],0,,False,1696,78,62,,None,,,,,,,"[{'screen_name': 'Savis1949', 'name': 'simon avis', 'id': '535337594'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +5455,1117518012926402560,1117510077030834176,1555272031000.0,2019-04-14 20:00:31,+0000,,"@FredericLambert @GilesGraves @Savis1949 @WSJ I’m sorry, Fred, but WSJ has relentlessly attacked Tesla with bogus articles for over a decade. They can’t *all* be chalked up to poor reporting. Where are the WSJ exposé pieces on oil, coal & gas? That industry is 1000 times bigger than Tesla. Perhaps they’re all angels …",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1117518012926402560,[],[],0,,False,2142,149,242,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'GilesGraves', 'name': 'Giles Graves', 'id': '1322608772947283968'}, {'screen_name': 'Savis1949', 'name': 'simon avis', 'id': '535337594'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +5456,1117516640214642690,1117510077030834176,1555271704000.0,2019-04-14 19:55:04,+0000,,"@GinoG01328427 @Savis1949 @WSJ @Tesla Yes, this was an utter boldface (literally) lie! Unbelievable that WSJ would write something so false.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1117516640214642690,[],[],0,,False,849,59,48,,None,,,,,,,"[{'screen_name': 'GinoG01328427', 'name': 'Sarajah the Great Prophet', 'id': '1039607262229065728'}, {'screen_name': 'Savis1949', 'name': 'simon avis', 'id': '535337594'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5457,1117512054389108736,1117510077030834176,1555270610000.0,2019-04-14 19:36:50,+0000,,"@GilesGraves @Savis1949 @WSJ True, Bloomberg is almost as bad",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1117512054389108736,[],[],0,,False,748,75,56,,None,,,,,,,"[{'screen_name': 'GilesGraves', 'name': 'Giles Graves', 'id': '1322608772947283968'}, {'screen_name': 'Savis1949', 'name': 'simon avis', 'id': '535337594'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +5458,1117510481625763840,1117510077030834176,1555270235000.0,2019-04-14 19:30:35,+0000,,@Savis1949 @WSJ Holman Jenkins & WSJ in general are sock 🧦 puppets of big oil,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1117510481625763840,[],[],0,,False,3811,137,324,,None,,,,,,,"[{'screen_name': 'Savis1949', 'name': 'simon avis', 'id': '535337594'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +5459,1117510080386093056,1117489645938462720,1555270140000.0,2019-04-14 19:29:00,+0000,,@grzf_ Starship is kinda Gundam,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1117510080386093056,[],[],0,,False,6710,111,247,,None,,,,,,,"[{'screen_name': 'grzf_', 'name': 'El SneakoFoxo', 'id': '500445649'}]",,,, +5460,1117509874831609856,1116886883903078401,1555270091000.0,2019-04-14 19:28:11,+0000,,"@KnightmarArchon @EvBite @johnrobb Very much so. There are 2.5B cars & trucks on Earth. Even replacing 1% of that fleet would require making 25M vehicles per year. Tesla will make over 500k cars in next 12 months, but that’s a mere 2% of 25M or 0.02% of global vehicle fleet. Car industry slow -> demand >> supply.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1117509874831609856,[],[],0,,False,898,86,112,,None,,,,,,,"[{'screen_name': 'KnightmarArchon', 'name': 'Noa DeNova', 'id': '3368231590'}, {'screen_name': 'EVBite', 'name': 'EVBite', 'id': '991149431469813760'}, {'screen_name': 'johnrobb', 'name': 'John Robb', 'id': '7177512'}]",,,, +5461,1117507646804807681,1117442574615183362,1555269559000.0,2019-04-14 19:19:19,+0000,,"@Teslarati Sentry Mode fundamentally empowers the individual car owner over entrenched interests, in this case a corrupt traffic judge. Even Tesla doesn’t have access to the video unless sent to us by owner.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1117507646804807681,[],[],0,,False,2272,86,142,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +5462,1117493232768700416,1116926106957959168,1555266123000.0,2019-04-14 18:22:03,+0000,,@nichegamer @NCBirbhan @CBSNews Mint berry crunch,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1117493232768700416,[],[],0,,False,1226,71,35,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary #TeslaIndia🇮🇳', 'id': '2510241619'}, {'screen_name': 'CBSNews', 'name': 'CBS News', 'id': '15012486'}]",,,, +5463,1117492183299280896,1117442574615183362,1555265873000.0,2019-04-14 18:17:53,+0000,,@Teslarati poetic justice,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1117492183299280896,[],[],0,,False,8502,116,355,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +5464,1117366774532460544,1116926106957959168,1555235973000.0,2019-04-14 09:59:33,+0000,,@NCBirbhan @CBSNews Boring candy coming soon …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1117366774532460544,[],[],0,,False,3421,163,136,,None,,,,,,,"[{'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary #TeslaIndia🇮🇳', 'id': '2510241619'}, {'screen_name': 'CBSNews', 'name': 'CBS News', 'id': '15012486'}]",,,, +5465,1117354001425506304,1116926106957959168,1555232928000.0,2019-04-14 09:08:48,+0000,,"@CBSNews Mr Buffett, please stop destroying Dairy Queen. In the name of all that is holy, please stop.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1117354001425506304,[],[],0,,False,20020,348,1220,,None,,,,,,,"[{'screen_name': 'CBSNews', 'name': 'CBS News', 'id': '15012486'}]",,,, +5466,1117351334452142080,1116351778025627648,1555232292000.0,2019-04-14 08:58:12,+0000,,"@tsrandall Wow, a lot of people don’t know much about how manufacturing works! If you have peak capacity of X, actual average weekly output will necessarily be less than X. First 6-12 months, it will be much less than X. Impossible to predict exact production ramp S-curve.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1117351334452142080,[],[],0,,False,1287,100,93,,None,,,,,,,"[{'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}]",,,, +5467,1117347290585243648,1116351778025627648,1555231328000.0,2019-04-14 08:42:08,+0000,,"@tsrandall There is 35 GWh/yr “theoretical capacity”, but actual max output is ~2/3. It was physically impossible to make more Model 3’s in Q1 due to cell constraints.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1117347290585243648,[],[],0,,False,1102,59,84,,None,,,,,,,"[{'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}]",,,, +5468,1117163651637465088,1117116982778679297,1555187545000.0,2019-04-13 20:32:25,+0000,,@CalinRoman3 @GregMatson Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1117163651637465088,[],[],0,,False,640,39,23,,None,,,,,,,"[{'screen_name': 'CalinRoman3', 'name': 'Calin Roman', 'id': '1315237091434000387'}, {'screen_name': 'GregMatson', 'name': 'Greg Matson', 'id': '25926313'}]",,,, +5469,1117155252795346944,1117116982778679297,1555185542000.0,2019-04-13 19:59:02,+0000,,"@GregMatson Yes, all cars with Autopilot 2.0 or higher, so ~400,000 of Tesla cars built to date",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1117155252795346944,[],[],0,,False,352,21,12,,None,,,,,,,"[{'screen_name': 'GregMatson', 'name': 'Greg Matson', 'id': '25926313'}]",,,, +5470,1117154663537623040,1117116982778679297,1555185402000.0,2019-04-13 19:56:42,+0000,,"@Erdayastronaut @kneibert Your interventions do train the NN, but we first verify that the training doesn’t cause other issues, so expect step rather than continuous changes in capability",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1117154663537623040,[],[],0,,False,1441,56,54,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'kneibert', 'name': 'Treb', 'id': '17495011'}]",,,, +5471,1117151289849159680,1117116982778679297,1555184597000.0,2019-04-13 19:43:17,+0000,,@FredericLambert Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1117151289849159680,[],[],0,,False,1748,63,33,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +5472,1117150890165538816,1117150727758069763,1555184502000.0,2019-04-13 19:41:42,+0000,,"@yaypie There will be that too, but economics will favor initial purchase",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1117150890165538816,[],[],0,,False,744,34,36,,None,,,,,,,"[{'screen_name': 'yaypie', 'name': 'Ryan Grove', 'id': '11639232'}]",,,, +5473,1117150671071932417,1117116982778679297,1555184450000.0,2019-04-13 19:40:50,+0000,,"@Rebel44CZ Hopefully have the order page live before then. If not, will push price change out a bit later.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1117150671071932417,[],[],0,,False,783,36,34,,None,,,,,,,"[{'screen_name': 'Rebel44CZ', 'name': 'Jakub Janovsky', 'id': '3104222776'}]",,,, +5474,1117145305001054208,1116351778025627648,1555183170000.0,2019-04-13 19:19:30,+0000,,@brandonbernicky @tsrandall Not good enough yet. Pushing release by a few weeks. Will be amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1117145305001054208,[],[],0,,False,995,50,48,,None,,,,,,,"[{'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}, {'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}]",,,, +5475,1117144865299501056,1116351778025627648,1555183066000.0,2019-04-13 19:17:46,+0000,,@tsrandall Incorrect. Pana cell lines at Giga are only at ~24GWh/yr & have been a constraint on Model 3 output since July. No choice but to use other suppliers for Powerwall/Powerpack cells. Tesla won’t spend money on more capacity until existing lines get closer to 35GWh theoretical.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1117144865299501056,[],[],0,,False,5572,187,373,,None,,,,,,,"[{'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}]",,,, +5476,1117118581865476096,1117116982778679297,1555176799000.0,2019-04-13 17:33:19,+0000,,@kneibert Tesla will start FSD computer upgrade in a few months,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1117118581865476096,[],[],0,,False,849,62,54,,None,,,,,,,"[{'screen_name': 'kneibert', 'name': 'Treb', 'id': '17495011'}]",,,, +5477,1117118192252379136,1117116982778679297,1555176706000.0,2019-04-13 17:31:46,+0000,,@frozencanuck Something like that,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1117118192252379136,[],[],0,,False,2261,86,35,,None,,,,,,,"[{'screen_name': 'frozencanuck', 'name': 'Frozen Canuck', 'id': '14054953'}]",,,, +5478,1117117741146656770,1117116982778679297,1555176599000.0,2019-04-13 17:29:59,+0000,,Starting May 1,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1117117741146656770,[],[],0,,False,18766,670,407,,None,,,,,,,[],,,, +5479,1117116982778679297,1117116982778679297,1555176418000.0,2019-04-13 17:26:58,+0000,,Please note that the price of the Tesla Full Self-Driving option will increase substantially over time,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1117116982778679297,[],[],0,,False,38174,2195,1810,,None,,,,,,,[],,,, +5480,1117111258241589248,1117110717268627456,1555175053000.0,2019-04-13 17:04:13,+0000,,@JCzolko Coming this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1117111258241589248,[],[],0,,False,1206,51,22,,None,,,,,,,"[{'screen_name': 'JCzolko', 'name': 'Jiří Czolko', 'id': '291906345'}]",,,, +5481,1117110717268627456,1117110717268627456,1555174924000.0,2019-04-13 17:02:04,+0000,,Lease a Tesla online in a few mins & have it delivered to your house (return within 7 days for full refund) https://t.co/46TXqRrsdr,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1117110717268627456,['http://Tesla.com'],[],0,,False,14950,1122,1308,,None,,,,,,,[],,,, +5482,1117100699798478849,1117095713136087040,1555172536000.0,2019-04-13 16:22:16,+0000,,@CryptoCobain Cryptocurrency is my safe word,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1117100699798478849,[],[],0,,False,8379,324,1772,,None,,,,,,,"[{'screen_name': 'CryptoCobain', 'name': '∞ CO฿IE', 'id': '2259434528'}]",,,, +5483,1117099861273219073,1117075893829214210,1555172336000.0,2019-04-13 16:18:56,+0000,,@Gfilche Model 3 drive unit & body is designed like a commercial truck for a million mile life. Current battery modules should last 300k to 500k miles (1500 cycles). Replacing modules (not pack) will only cost $5k to $7k.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1117099861273219073,[],[],0,,False,2356,195,390,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}]",,,, +5484,1117096591100264449,1117096435894374401,1555171556000.0,2019-04-13 16:05:56,+0000,,@Katharina_Lamsa @Tesla @TheFuturist007 @SweMFA @HansLak @SPittWalker @antgrasso @AkwyZ @TopCyberNews Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1117096591100264449,[],[],0,,False,601,32,17,,None,,,,,,,"[{'screen_name': 'Katharina_Lamsa', 'name': 'Katharina Lamsa', 'id': '801430308054794240'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SweMFA', 'name': 'Swedish Ministry for Foreign Affairs', 'id': '147512019'}, {'screen_name': 'HansLak', 'name': 'Hans Lak 🌍 #Mission2030', 'id': '21389328'}, {'screen_name': 'SPittWalker', 'name': 'Stephen Pitt-Walker', 'id': '836245272552325120'}, {'screen_name': 'antgrasso', 'name': 'Antonio Grasso', 'id': '4338452835'}, {'screen_name': 'AkwyZ', 'name': 'Antonio Vieira Santos #Valuable500', 'id': '19485870'}, {'screen_name': 'TopCyberNews', 'name': 'Stéphane Nappo, #CISO & Ludmila Morozova-Buss', 'id': '85509895'}]",,,, +5485,1117096350301085697,1117075893829214210,1555171499000.0,2019-04-13 16:04:59,+0000,,"@Gfilche On April 22, Investor Autonomy Day, Tesla will free investors from the tyranny of having to drive their own car",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1117096350301085697,[],[],0,,False,1833,188,225,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}]",,,, +5486,1116950664150573056,1116923783183519744,1555136764000.0,2019-04-13 06:26:04,+0000,,@techreview Uh it’s a simulation hello,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1116950664150573056,[],[],0,,False,27268,604,2462,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +5487,1116797136127971328,1116473976828522496,1555100160000.0,2019-04-12 20:16:00,+0000,,@martinengwicht @MaldeShreyas Da Vinci biography,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1116797136127971328,[],[],0,,False,945,101,33,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}]",,,, +5488,1116796596329410560,1116473976828522496,1555100032000.0,2019-04-12 20:13:52,+0000,,@JaneidyEve @MaldeShreyas Malala,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1116796596329410560,[],[],0,,False,1059,35,45,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +5489,1116794780455817216,1116423151880232961,1555099599000.0,2019-04-12 20:06:39,+0000,,@AlecBenjamin That would be cool to do one day,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1116794780455817216,[],[],0,,False,26607,357,503,,None,,,,,,,"[{'screen_name': 'AlecBenjamin', 'name': 'alecbenjamin', 'id': '201580991'}]",,,, +5490,1116769167774863360,1116533838627262466,1555093492000.0,2019-04-12 18:24:52,+0000,,@dennishegstad @Tesla Other automakers change prices constantly & substantially by varying rebates & discounts according to negotiating strength of buyer. Tesla is transparent & consistent.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1116769167774863360,[],[],0,,False,1455,117,102,,None,,,,,,,"[{'screen_name': 'dennishegstad', 'name': 'dennis hegstad 💬', 'id': '19570592'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5491,1116766103177285633,1116533838627262466,1555092762000.0,2019-04-12 18:12:42,+0000,,"@dirtnapdragon @Tesla So if we raise prices in the future, will you cut Tesla a check? Can’t have it both ways.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1116766103177285633,[],[],0,,False,2060,174,138,,None,,,,,,,"[{'screen_name': 'dirtnapdragon', 'name': 'Max Richter', 'id': '2740881984'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5492,1116765835870134272,1116717247110586368,1555092698000.0,2019-04-12 18:11:38,+0000,,@Murph876 Ahem RHD,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1116765835870134272,[],[],0,,False,874,52,28,,None,,,,,,,"[{'screen_name': 'Murph876', 'name': 'Sean Murphy', 'id': '54346306'}]",,,, +5493,1116729797239902208,1116717247110586368,1555084106000.0,2019-04-12 15:48:26,+0000,,@Murph876 LHD order page should be live within a few weeks. Deliveries start hopefully June/July.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1116729797239902208,[],[],0,,False,982,74,55,,None,,,,,,,"[{'screen_name': 'Murph876', 'name': 'Sean Murphy', 'id': '54346306'}]",,,, +5494,1116721586227126272,1116717247110586368,1555082148000.0,2019-04-12 15:15:48,+0000,,@movingux @victor_leduc Coming this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1116721586227126272,[],[],0,,False,852,49,27,,None,,,,,,,"[{'screen_name': 'movingux', 'name': 'Daniel Matejka', 'id': '2369941803'}, {'screen_name': 'victor_leduc', 'name': 'Victor Leduc', 'id': '186774757'}]",,,, +5495,1116719697402028032,1116717247110586368,1555081698000.0,2019-04-12 15:08:18,+0000,,@28delayslater @Tesla @mayemusk Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1116719697402028032,[],[],0,,False,1453,56,35,,None,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +5496,1116717247110586368,1116717247110586368,1555081113000.0,2019-04-12 14:58:33,+0000,,Leasing now available for Model 3 https://t.co/cz0TQn7IOZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1116717247110586368,['http://Tesla.com/3'],[],0,,False,14604,894,1154,,None,,,,,,,[],,,, +5497,1116541458603884545,1116473976828522496,1555039202000.0,2019-04-12 03:20:02,+0000,,@BarkMSmeagol @MaldeShreyas Samwise,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1116541458603884545,[],[],0,,False,1656,86,38,,None,,,,,,,"[{'screen_name': 'BarkMSmeagol', 'name': 'BarkCoin 🧦🐶🕺🏼\U0001fa91', 'id': '980554784133427200'}]",,,, +5498,1116536185185161221,1116473976828522496,1555037945000.0,2019-04-12 02:59:05,+0000,,@MaldeShreyas Am basically doing continuous AMA on Twitter!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1116536185185161221,[],[],0,,False,1954,145,41,,None,,,,,,,[],,,, +5499,1116535596732702721,1116473976828522496,1555037805000.0,2019-04-12 02:56:45,+0000,,"@Robotbeat @gauntkiller5039 This is true. They each have avionics, several nitrogen thrusters & steerable parachutes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1116535596732702721,[],[],0,,False,1562,41,45,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'gauntkiller5039', 'name': 'ethan czajkowski', 'id': '274775556'}]",,,, +5500,1116535104497602560,1116473976828522496,1555037687000.0,2019-04-12 02:54:47,+0000,,♥️🚀💫 SpaceX team 💫🚀♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1116535104497602560,[],[],0,,False,51772,673,2861,,None,,,,,,,[],,,, +5501,1116520613491826688,1116506217239568384,1555034232000.0,2019-04-12 01:57:12,+0000,,@CNET Made on Earth by humans,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1116520613491826688,[],[],0,,False,28294,527,1800,,None,,,,,,,"[{'screen_name': 'CNET', 'name': 'CNET', 'id': '30261067'}]",,,, +5502,1116515289590407168,1116473976828522496,1555032963000.0,2019-04-12 01:36:03,+0000,,@Erdayastronaut @GeoffdBarrett Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1116515289590407168,[],[],0,,False,2544,79,54,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'GeoffdBarrett', 'name': 'Geoff Barrett 🚀', 'id': '589621915'}]",,,, +5503,1116514534557016064,1116473976828522496,1555032783000.0,2019-04-12 01:33:03,+0000,,"@GeoffdBarrett Recovered from water, but undamaged",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1116514534557016064,[],[],0,,False,1856,39,50,,None,,,,,,,"[{'screen_name': 'GeoffdBarrett', 'name': 'Geoff Barrett 🚀', 'id': '589621915'}]",,,, +5504,1116514068393680896,1116473976828522496,1555032672000.0,2019-04-12 01:31:12,+0000,,Both fairing halves recovered. Will be flown on Starlink 💫 mission later this year. https://t.co/ouz1aqW3Mm,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1116514068393680896,[],"['https://pbs.twimg.com/media/D36nn-8UcAAnFu7.jpg', 'https://pbs.twimg.com/media/D36nn_LU8AAoFaM.jpg']",1,https://pbs.twimg.com/media/D36nn-8UcAAnFu7.jpg,False,32633,427,2298,,None,,,,,,,[],,,, +5505,1116486389321719808,1116486389321719808,1555026073000.0,2019-04-11 23:41:13,+0000,,Thanks on behalf of @SpaceX team! We ♥️♥️♥️ @NASA!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1116486389321719808,[],[],0,,False,51479,538,3630,https://twitter.com/NASA/status/1116485160457793536,None,,,,,,,[],,,, +5506,1116479251669078016,1116479118986469378,1555024371000.0,2019-04-11 23:12:51,+0000,,@iamrishvan Liquid oxygen,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1116479251669078016,[],[],0,,False,1571,73,60,,None,,,,,,,"[{'screen_name': 'iamrishvan', 'name': 'Rishwan', 'id': '433233229'}]",,,, +5507,1116473976828522496,1116473976828522496,1555023113000.0,2019-04-11 22:51:53,+0000,,The Falcons have landed https://t.co/BGQRNuYMVH,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1116473976828522496,[],"['https://pbs.twimg.com/media/D36DKXUU0AAsioS.jpg', 'https://pbs.twimg.com/media/D36DKXTUYAEJU6P.jpg']",1,https://pbs.twimg.com/media/D36DKXUU0AAsioS.jpg,False,142602,2829,18634,,None,,,,,,,[],,,, +5508,1116396609451872256,1116310431969239040,1555004667000.0,2019-04-11 17:44:27,+0000,,@NASAGoddard @SpaceX .@SpaceX team would be so honored to fly this for @NASA!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1116396609451872256,[],[],0,,False,11360,142,466,,None,,,,,,,"[{'screen_name': 'NASAGoddard', 'name': 'NASA Goddard', 'id': '20060293'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5509,1116243725363990528,1116101020675977218,1554968217000.0,2019-04-11 07:36:57,+0000,,@Capture_10 @greg_wyler @JeffBezos @Rancy2014 @TMFAssociates Haha exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1116243725363990528,[],[],0,,False,897,44,21,,None,,,,,,,"[{'screen_name': 'Capture_10', 'name': 'Capture10', 'id': '517793057'}, {'screen_name': 'greg_wyler', 'name': 'Greg Wyler', 'id': '4021700788'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'Rancy2014', 'name': 'François Rancy', 'id': '1652430439'}, {'screen_name': 'TMFAssociates', 'name': 'Tim Farrar', 'id': '467954475'}]",,,, +5510,1116110823015849985,1115703384642805762,1554936531000.0,2019-04-10 22:48:51,+0000,,@SpaceX Upper atmospheric wind shear is very high. Will have to postpone launch unless weather improves soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1116110823015849985,[],[],0,,False,17473,736,1094,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5511,1116093596212449280,1116001902381215746,1554932424000.0,2019-04-10 21:40:24,+0000,,@flcnhvy @yosdef @AndrewYang Vengeance,fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1116093596212449280,[],[],0,,False,920,82,31,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'yosdef', 'name': 'SpaceCowboy', 'id': '311174442'}, {'screen_name': 'AndrewYang', 'name': 'Andrew Yang🧢🗽🇺🇸', 'id': '2228878592'}]",,,, +5512,1116093373700423682,1116001902381215746,1554932370000.0,2019-04-10 21:39:30,+0000,,@yosdef @AndrewYang Haha sure sounds like it,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1116093373700423682,[],[],0,,False,669,24,13,,None,,,,,,,"[{'screen_name': 'yosdef', 'name': 'SpaceCowboy', 'id': '311174442'}, {'screen_name': 'AndrewYang', 'name': 'Andrew Yang🧢🗽🇺🇸', 'id': '2228878592'}]",,,, +5513,1116092948343480320,1116001902381215746,1554932269000.0,2019-04-10 21:37:49,+0000,,@daferna2 @AndrewYang Probably something notable to announce in a few months,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1116092948343480320,[],[],0,,False,1354,55,74,,None,,,,,,,"[{'screen_name': 'daferna2', 'name': 'Daniel Fernandes', 'id': '59691713'}, {'screen_name': 'AndrewYang', 'name': 'Andrew Yang🧢🗽🇺🇸', 'id': '2228878592'}]",,,, +5514,1116092380753436672,1116001902381215746,1554932134000.0,2019-04-10 21:35:34,+0000,,"@AndrewYang I hope a cybernetic interface is ready in time. Symbiosis, irrelevance (hopefully blissful) or doom seem to be the three most likely paths.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1116092380753436672,[],[],0,,False,12338,337,1033,,None,,,,,,,"[{'screen_name': 'AndrewYang', 'name': 'Andrew Yang🧢🗽🇺🇸', 'id': '2228878592'}]",,,, +5515,1116026251846672384,1116022052417200128,1554916367000.0,2019-04-10 17:12:47,+0000,,@rdstrick777 @jeff_foust Actually true,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1116026251846672384,[],[],0,,False,1473,56,56,,None,,,,,,,"[{'screen_name': 'rdstrick777', 'name': 'Rick Strickland', 'id': '54049827'}, {'screen_name': 'jeff_foust', 'name': 'Jeff Foust', 'id': '6374602'}]",,,, +5516,1116014491399929856,1116000219806748674,1554913563000.0,2019-04-10 16:26:03,+0000,,@techreview 😲 https://t.co/64KuOQkXeO,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1116014491399929856,[],['https://pbs.twimg.com/media/D3zhQ5dUIAA8BY-.jpg'],1,https://pbs.twimg.com/media/D3zhQ5dUIAA8BY-.jpg,False,4093,123,263,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +5517,1116002038851284992,1116000219806748674,1554910595000.0,2019-04-10 15:36:35,+0000,,@techreview Found a pic https://t.co/sVohudrKQK,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1116002038851284992,[],['https://pbs.twimg.com/media/D3zV8AUU0AUSII5.jpg'],1,https://pbs.twimg.com/media/D3zV8AUU0AUSII5.jpg,False,26171,317,1441,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +5518,1115998728878321672,1115997383832170502,1554909805000.0,2019-04-10 15:23:25,+0000,,"@CdeCiencia First flight for Falcon Heavy Block 5 means there is some risk of failure between 5% to 10% imo. Many good design improvements from Falcon Heavy demo, but the changes are unproven.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1115998728878321672,[],[],0,,False,4651,114,275,,None,,,,,,,"[{'screen_name': 'CdeCiencia', 'name': 'Martí Montferrer', 'id': '2278922576'}]",,,, +5519,1115997383832170502,1115997383832170502,1554909485000.0,2019-04-10 15:18:05,+0000,,I first read this as making wind with 🧀,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1115997383832170502,[],[],0,,False,20097,695,906,https://twitter.com/Tesla/status/1115986443501838337,None,,,,,,,[],,,, +5520,1115793328568541184,1115364728644091904,1554860834000.0,2019-04-10 01:47:14,+0000,,@mcannonbrookes @DigitalMedia_LM Norway has already proven it could be done last month. No question Australia could do this in far fewer than 11 years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1115793328568541184,[],[],0,,False,1851,114,223,,None,,,,,,,"[{'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}, {'screen_name': 'DigitalMedia_LM', 'name': 'Laura McDonald 🌊🧼', 'id': '712293243954839556'}]",,,, +5521,1115764921482919937,1115762500266545158,1554854061000.0,2019-04-09 23:54:21,+0000,,@techreview .@JeffBezos copy 🐈,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1115764921482919937,[],[],0,,False,32880,879,3184,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +5522,1115693611494981638,1115638824032325633,1554837060000.0,2019-04-09 19:11:00,+0000,,"@bonnienorman @vincent13031925 @Tesla No, it’s better",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1115693611494981638,[],[],0,,False,1166,69,44,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5523,1115660171542327296,1115638824032325633,1554829087000.0,2019-04-09 16:58:07,+0000,,"@vincent13031925 @Tesla Building primary structure completion seems on track for May, but then it will take several months to install & activate factory equipment",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1115660171542327296,[],[],0,,False,5042,156,191,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5524,1115525214241083393,1115519453566046208,1554796911000.0,2019-04-09 08:01:51,+0000,,@MrTimDunn Love Brunel. Great first name too.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1115525214241083393,[],[],0,,False,1740,74,42,,None,,,,,,,"[{'screen_name': 'MrTimDunn', 'name': 'Tim Dunn', 'id': '248741839'}]",,,, +5525,1115522293415854080,1114691350643998721,1554796214000.0,2019-04-09 07:50:14,+0000,,@GaryMil61532928 @techreview Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1115522293415854080,[],[],0,,False,1050,23,25,,None,,,,,,,"[{'screen_name': 'GaryMil61532928', 'name': 'Gary Milton', 'id': '1028095691787325440'}, {'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +5526,1115357794335485953,1115337505824432128,1554756995000.0,2019-04-08 20:56:35,+0000,,@MRBLift @annerajb @PeteSauerbier ~80%,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1115357794335485953,[],[],0,,False,1065,49,34,,None,,,,,,,"[{'screen_name': 'MRBLift', 'name': 'Lift', 'id': '1668656832'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'PeteSauerbier', 'name': 'Pete Sauerbier', 'id': '1024379604562309121'}]",,,, +5527,1115340229005561857,1115337505824432128,1554752807000.0,2019-04-08 19:46:47,+0000,,@annerajb @PeteSauerbier Mobile can do it no problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1115340229005561857,[],[],0,,False,1418,43,54,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'PeteSauerbier', 'name': 'Pete Sauerbier', 'id': '1024379604562309121'}]",,,, +5528,1115340011497447424,1115337505824432128,1554752755000.0,2019-04-08 19:45:55,+0000,,"@PeteSauerbier Doesn’t matter yet whether you have Tesla FSD computer or Tesla Nvidia-based computer. When it does matter later this year, Tesla will switch the computers for you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1115340011497447424,[],[],0,,False,1757,62,88,,None,,,,,,,"[{'screen_name': 'PeteSauerbier', 'name': 'Pete Sauerbier', 'id': '1024379604562309121'}]",,,, +5529,1115338943501705216,1115338800358621189,1554752500000.0,2019-04-08 19:41:40,+0000,,@eliabbott What city?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1115338943501705216,[],[],0,,False,476,22,12,,None,,,,,,,"[{'screen_name': 'eliabbott', 'name': 'Elisha Abbott', 'id': '57123490'}]",,,, +5530,1115338755370508289,1115337505824432128,1554752455000.0,2019-04-08 19:40:55,+0000,,"@olastensson Two, independent system-on-chip architecture, with each SoC having two NN accelerators that can perform simultaneous health-check calculations to protect against a soft error",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1115338755370508289,[],[],0,,False,1872,66,107,,None,,,,,,,"[{'screen_name': 'olastensson', 'name': 'Ola Stensson', 'id': '67016241'}]",,,, +5531,1115337733478567936,1115232575788859392,1554752212000.0,2019-04-08 19:36:52,+0000,,@obikela @ceo_plus_ch @Tesla Yes. Working through regulatory approvals.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1115337733478567936,[],[],0,,False,823,26,23,,None,,,,,,,"[{'screen_name': 'obikela', 'name': 'Ⓢ🅣ⒺⓅⒽⒶⓃ', 'id': '319862416'}, {'screen_name': 'ceo_plus_ch', 'name': 'Roger Rusch, ceo plus (Leadership, Teamwork, EVs)', 'id': '747532501485236224'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5532,1115337505824432128,1115337505824432128,1554752158000.0,2019-04-08 19:35:58,+0000,,The Tesla Full Self-Driving Computer now in production is at about 5% compute load for these tasks or 10% with full fail-over redundancy,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1115337505824432128,[],[],0,,False,45340,1019,5311,https://twitter.com/DrCamiloOrtiz/status/1114328048915099649,None,,,,,,,[],,,, +5533,1115048127541604352,1114334732471369728,1554683164000.0,2019-04-08 00:26:04,+0000,,@NCBirbhan Time flies,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1115048127541604352,[],[],0,,False,12483,227,364,,None,,,,,,,"[{'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary #TeslaIndia🇮🇳', 'id': '2510241619'}]",,,, +5534,1115032789122813954,1114937568192290818,1554679507000.0,2019-04-07 23:25:07,+0000,,@annerajb @TeslaMilton @IanPavelko Any user input counts,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1115032789122813954,[],[],0,,False,673,50,21,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'TeslaMilton', 'name': 'Tesla Milton 🇨🇦😷', 'id': '968498485241630720'}, {'screen_name': 'IanPavelko', 'name': 'Mad Hungarian', 'id': '2971246697'}]",,,, +5535,1115030748065480704,1114937568192290818,1554679021000.0,2019-04-07 23:17:01,+0000,,@TeslaMilton @IanPavelko Car looks for a slightly turning force on wheel (direction is irrelevant) to confirm that driver hands are on steering wheel before initiating lane change. Just a precautionary measure until we have a few billion miles/km of real-world lane changes with reliability >> human.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1115030748065480704,[],[],0,,False,866,39,47,,None,,,,,,,"[{'screen_name': 'TeslaMilton', 'name': 'Tesla Milton 🇨🇦😷', 'id': '968498485241630720'}, {'screen_name': 'IanPavelko', 'name': 'Mad Hungarian', 'id': '2971246697'}]",,,, +5536,1115001019652378624,1115000229340667904,1554671933000.0,2019-04-07 21:18:53,+0000,,@jfinkelstein It will enable video when parked & connected to WiFi. All Tesla Superchargers will have free WiFi over time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1115001019652378624,[],[],0,,False,1183,95,74,,None,,,,,,,"[{'screen_name': 'jfinkelstein', 'name': 'Jeff Finkelstein', 'id': '15421354'}]",,,, +5537,1114935712527179778,1114768707882868737,1554656363000.0,2019-04-07 16:59:23,+0000,,@austinbarnard45 You’re welcome. Thanks for your great photos!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1114935712527179778,[],[],0,,False,1881,46,54,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +5538,1114931276690018306,1114931039841943558,1554655305000.0,2019-04-07 16:41:45,+0000,,"@mercilessgains @Tesla Yeah, I’d love to do that",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1114931276690018306,[],[],0,,False,749,67,35,,None,,,,,,,"[{'screen_name': 'mercilessgains', 'name': 'Dustin', 'id': '822430859965906944'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5539,1114768707882868737,1114768707882868737,1554616546000.0,2019-04-07 05:55:46,+0000,,Starhopper https://t.co/VRnAUPjWPt,no,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1114768707882868737,[],['https://pbs.twimg.com/media/D3h0Ot3U0AAoX7j.jpg'],1,https://pbs.twimg.com/media/D3h0Ot3U0AAoX7j.jpg,False,92162,1270,5857,,None,,,,,,,[],,,, +5540,1114746650965110785,1114745353381670912,1554611287000.0,2019-04-07 04:28:07,+0000,,@LivingTesla @Tesla Good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1114746650965110785,[],[],0,,False,2807,67,50,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5541,1114722099623411713,1114721775877742592,1554605433000.0,2019-04-07 02:50:33,+0000,,@kkarthi002 @Tesla Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1114722099623411713,[],[],0,,False,1484,93,42,,None,,,,,,,"[{'screen_name': 'kkarthi002', 'name': 'Karthikeyan', 'id': '40099959'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5542,1114716569362296833,1114691350643998721,1554604115000.0,2019-04-07 02:28:35,+0000,,@techreview Already fixed,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1114716569362296833,[],[],0,,False,18684,291,713,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +5543,1114605873895055361,1114597013176246273,1554577723000.0,2019-04-06 19:08:43,+0000,,@KartikGuptaa To make core AP more affordable,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1114605873895055361,[],[],0,,False,992,59,26,,None,,,,,,,"[{'screen_name': 'KartikGuptaa', 'name': 'Kartik Gupta', 'id': '44598841'}]",,,, +5544,1114599595462410240,1114599168285270018,1554576226000.0,2019-04-06 18:43:46,+0000,,@ZURCYNOT07 That would be cool. Color variation causes havoc though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1114599595462410240,[],[],0,,False,728,68,16,,None,,,,,,,"[{'screen_name': 'ZURCYNOT07', 'name': 'Tony Cruz', 'id': '934991668167798784'}]",,,, +5545,1114597481013104640,1114597013176246273,1554575722000.0,2019-04-06 18:35:22,+0000,,"Team is working on international versions super hard btw. Unfortunately, regulators around the world have different rules & processes, so just takes time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1114597481013104640,[],[],0,,False,16759,353,527,,None,,,,,,,[],,,, +5546,1114597013176246273,1114597013176246273,1554575610000.0,2019-04-06 18:33:30,+0000,,Tesla Enhanced Summon coming out in US next week for anyone with Enhanced Autopilot or Full Self-Driving option,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1114597013176246273,[],[],0,,False,23087,674,1239,,None,,,,,,,[],,,, +5547,1114586551063797760,1114328048915099649,1554573116000.0,2019-04-06 17:51:56,+0000,,@enn_nafnlaus @SamNazarius @DrCamiloOrtiz @TheGodOfPegana @Tesla Precisely,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1114586551063797760,[],[],0,,False,645,18,20,,None,,,,,,,"[{'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'DrCamiloOrtiz', 'name': 'Dr. Camilo Ortiz', 'id': '2821016988'}, {'screen_name': 'TheGodOfPegana', 'name': 'The God of Pegana', 'id': '310067017'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5548,1114586032387706881,1114567662774841344,1554572992000.0,2019-04-06 17:49:52,+0000,,@flcnhvy @DMC_Ryan Almost done,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1114586032387706881,[],[],0,,False,787,13,15,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +5549,1114584177234440198,1114567662774841344,1554572550000.0,2019-04-06 17:42:30,+0000,,@DMC_Ryan Are you on Mad Max Mode? This may be too meek for places like the LA Freeway …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1114584177234440198,[],[],0,,False,1238,41,35,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +5550,1114583091157262336,1114328048915099649,1554572291000.0,2019-04-06 17:38:11,+0000,,@DrCamiloOrtiz @TheGodOfPegana @Tesla Radar,in,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1114583091157262336,[],[],0,,False,584,22,15,,None,,,,,,,"[{'screen_name': 'DrCamiloOrtiz', 'name': 'Dr. Camilo Ortiz', 'id': '2821016988'}, {'screen_name': 'TheGodOfPegana', 'name': 'The God of Pegana', 'id': '310067017'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5551,1114581023210102784,1114437676952952839,1554571798000.0,2019-04-06 17:29:58,+0000,,@BjornWF @Tesla Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1114581023210102784,[],[],0,,False,680,12,16,,None,,,,,,,"[{'screen_name': 'BjornWF', 'name': 'Björn Forslund', 'id': '715790360996405248'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5552,1114573170973917184,1114567662774841344,1554569926000.0,2019-04-06 16:58:46,+0000,,@fatropea @dani190 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1114573170973917184,[],[],0,,False,791,25,19,,None,,,,,,,"[{'screen_name': 'fatropea', 'name': 'Frank', 'id': '398332937'}, {'screen_name': 'dani190', 'name': 'Dani Cela', 'id': '15628050'}]",,,, +5553,1114572108229517312,1114567662774841344,1554569673000.0,2019-04-06 16:54:33,+0000,,"@dani190 Base AP will have same NN, so core functionality also improves",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1114572108229517312,[],[],0,,False,698,24,26,,None,,,,,,,"[{'screen_name': 'dani190', 'name': 'Dani Cela', 'id': '15628050'}]",,,, +5554,1114568288179109888,1114567662774841344,1554568762000.0,2019-04-06 16:39:22,+0000,,@iSay3n Many different regulatory authorities. Just takes time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1114568288179109888,[],[],0,,False,1380,40,32,,None,,,,,,,"[{'screen_name': 'iSay3n', 'name': 'Sayen', 'id': '147358391'}]",,,, +5555,1114567662774841344,1114567662774841344,1554568613000.0,2019-04-06 16:36:53,+0000,,Latest Autopilot update is epic. Rolling out to all US owners with Enhanced Autopilot or Full Self-Driving option. International coming soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1114567662774841344,[],[],0,,False,69899,1342,10022,https://twitter.com/DrCamiloOrtiz/status/1114328048915099649,None,,,,,,,[],,,, +5556,1114390314565787648,1114390314565787648,1554526330000.0,2019-04-06 04:52:10,+0000,,Starhopper just lifted off & hit tether limits! https://t.co/eByJsq2jiw,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1114390314565787648,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1114390135301230592/pu/img/gBrR6FTh5-D-i7Mv.jpg,False,69237,1172,6684,,None,,,,,,,[],,,, +5557,1114215249517981702,1114214017684393986,1554484591000.0,2019-04-05 17:16:31,+0000,,Max thrust of 2550 tons will be almost 10% higher than Falcon Heavy demo mission last year,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1114215249517981702,[],[],0,,False,14154,294,630,,None,,,,,,,[],,,, +5558,1114214017684393986,1114214017684393986,1554484297000.0,2019-04-05 17:11:37,+0000,,"Static fire data looks good so far. This is first launch of Falcon Heavy Block 5, so we’re being extra cautious. Launch date might move.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1114214017684393986,[],[],0,,False,15774,308,968,https://twitter.com/SpaceX/status/1114210401888100352,None,,,,,,,[],,,, +5559,1114208119121428481,1113989003445821441,1554482891000.0,2019-04-05 16:48:11,+0000,,@abledoc @fentrocity @Real_John_D @MitchellHagan @MarcelFeldkamp Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1114208119121428481,[],[],0,,False,708,52,32,,None,,,,,,,"[{'screen_name': 'abledoc', 'name': 'Dr Able Lawrence🦉MD DM', 'id': '19286530'}, {'screen_name': 'fentrocity', 'name': 'Izzy', 'id': '138190256'}, {'screen_name': 'Real_John_D', 'name': 'John D.', 'id': '1008149760086142976'}, {'screen_name': 'MitchellHagan', 'name': 'Mitchell Hagan', 'id': '595953861'}, {'screen_name': 'MarcelFeldkamp', 'name': 'Marcel Feldkamp', 'id': '1865671080'}]",,,, +5560,1114168824599842817,1114168824599842817,1554473522000.0,2019-04-05 14:12:02,+0000,,"“…drivers in this dataset use Autopilot for 34.8% of their driven miles, and yet appear to maintain a relatively high degree of functional vigilance.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1114168824599842817,[],[],0,,False,11450,324,1088,https://twitter.com/lexfridman/status/1113870913546670080,None,,,,,,,[],,,, +5561,1114078482252931072,1114055419272597504,1554451983000.0,2019-04-05 08:13:03,+0000,,@ninatweets @transopac @newscientist Hi Nina! So … how many £ would it take? Just between us.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1114078482252931072,[],[],0,,False,1241,76,55,,None,,,,,,,"[{'screen_name': 'ninatweets', 'name': 'Nina Wright', 'id': '19918569'}, {'screen_name': 'transopac', 'name': 'Arpit', 'id': '39077969'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +5562,1114062484284035073,1114062484284035073,1554448169000.0,2019-04-05 07:09:29,+0000,,Stay positive 🧁 https://t.co/UJFreuacNP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1114062484284035073,[],['https://pbs.twimg.com/media/D3Xx7CTXoAAU-JQ.jpg'],1,https://pbs.twimg.com/media/D3Xx7CTXoAAU-JQ.jpg,False,165843,2475,36233,,None,,,,,,,[],,,, +5563,1114057993547653120,1114055419272597504,1554447098000.0,2019-04-05 06:51:38,+0000,,@transopac @newscientist Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1114057993547653120,[],[],0,,False,664,19,21,,None,,,,,,,"[{'screen_name': 'transopac', 'name': 'Arpit', 'id': '39077969'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +5564,1114057605012426753,1114055419272597504,1554447005000.0,2019-04-05 06:50:05,+0000,,@transopac @newscientist How much is it?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1114057605012426753,[],[],0,,False,1256,44,47,,None,,,,,,,"[{'screen_name': 'transopac', 'name': 'Arpit', 'id': '39077969'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +5565,1114057519868063744,1114055419272597504,1554446985000.0,2019-04-05 06:49:45,+0000,,@transopac @newscientist 🤔,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1114057519868063744,[],[],0,,False,1003,14,21,,None,,,,,,,"[{'screen_name': 'transopac', 'name': 'Arpit', 'id': '39077969'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +5566,1114057068305162240,1114055419272597504,1554446877000.0,2019-04-05 06:47:57,+0000,,"@newscientist I think I’ve paid for a subscription at least three times, but your paywall keeps forgetting this",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1114057068305162240,[],[],0,,False,1784,81,55,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +5567,1114056541517307905,1114055419272597504,1554446752000.0,2019-04-05 06:45:52,+0000,,"@newscientist Please fix your paywall. Your content is great, but your paywall is not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1114056541517307905,[],[],0,,False,5709,106,169,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +5568,1114001333084983296,1113638952458579969,1554433589000.0,2019-04-05 03:06:29,+0000,,@PatrickWStanley @LivingTesla @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1114001333084983296,[],[],0,,False,816,37,23,,None,,,,,,,"[{'screen_name': 'PatrickWStanley', 'name': 'Patrick Stanley', 'id': '29830950'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5569,1114001033464897536,1113989003445821441,1554433518000.0,2019-04-05 03:05:18,+0000,,"@MitchellHagan @MarcelFeldkamp Yes, instead of someone needing to drive their car personally, they can manage a fleet of self-driving cars",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1114001033464897536,[],[],0,,False,1020,89,63,,None,,,,,,,"[{'screen_name': 'MitchellHagan', 'name': 'Mitchell Hagan', 'id': '595953861'}, {'screen_name': 'MarcelFeldkamp', 'name': 'Marcel Feldkamp', 'id': '1865671080'}]",,,, +5570,1113990464984813568,1113989003445821441,1554430998000.0,2019-04-05 02:23:18,+0000,,@MarcelFeldkamp That’s exactly the idea. What’s not well understood is that Tesla cars being made *today* will be able to do that for you. Just a matter of finishing the software & going through regulatory approval. Will be explained in depth via live webcast on April 22.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1113990464984813568,[],[],0,,False,5550,247,475,,None,,,,,,,"[{'screen_name': 'MarcelFeldkamp', 'name': 'Marcel Feldkamp', 'id': '1865671080'}]",,,, +5571,1113988983195938816,1113920456862588928,1554430645000.0,2019-04-05 02:17:25,+0000,,@JohnnaCrider1 @patrickc @Tesla Thanks 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1113988983195938816,[],[],0,,False,616,27,15,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'patrickc', 'name': 'Patrick Collison', 'id': '4939401'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5572,1113988061921251328,1113920456862588928,1554430425000.0,2019-04-05 02:13:45,+0000,,@patrickc @Tesla Great work with Stripe btw. Much needed.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1113988061921251328,[],[],0,,False,4806,41,90,,None,,,,,,,"[{'screen_name': 'patrickc', 'name': 'Patrick Collison', 'id': '4939401'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5573,1113987276177059841,1113986050823741445,1554430238000.0,2019-04-05 02:10:38,+0000,,@bluemoondance74 @solussd @Tesla I’m told it’s looking positive & we will be allowed to continue servicing our cars in Texas,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1113987276177059841,[],[],0,,False,791,25,30,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'solussd', 'name': 'Joe R. Smith', 'id': '180783725'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5574,1113986303144624128,1113986050823741445,1554430006000.0,2019-04-05 02:06:46,+0000,,@solussd @Tesla Sentry Mode is barely at V1.0. Will improve a lot in coming months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1113986303144624128,[],[],0,,False,1059,37,45,,None,,,,,,,"[{'screen_name': 'solussd', 'name': 'Joe R. Smith', 'id': '180783725'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5575,1113986050068762624,1113638952458579969,1554429945000.0,2019-04-05 02:05:45,+0000,,@slye @LivingTesla @Tesla Impressive analysis,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1113986050068762624,[],[],0,,False,1382,19,26,,None,,,,,,,"[{'screen_name': 'slye', 'name': 'Andy Slye', 'id': '22088025'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5576,1113979358681681920,1113638952458579969,1554428350000.0,2019-04-05 01:39:10,+0000,,"@LivingTesla @Tesla Only external cameras are being used right now, so internal is not enabled. When it is enabled, we’ll add a setting to disable internal camera.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1113979358681681920,[],[],0,,False,1779,49,61,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5577,1113978539345367040,1113638952458579969,1554428155000.0,2019-04-05 01:35:55,+0000,,"@LivingTesla @Tesla Also, it can be used to supplement cameras on outside of vehicle, as it can see through 2nd side windows & rear window.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1113978539345367040,[],[],0,,False,1713,27,67,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5578,1113977924947009536,1113638952458579969,1554428008000.0,2019-04-05 01:33:28,+0000,,"@LivingTesla @Tesla It’s there for when we start competing with Uber/Lyft & people allow their car to earn money for them as part of the Tesla shared autonomy fleet. In case someone messes up your car, you can check the video.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1113977924947009536,[],[],0,,False,26207,530,1674,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5579,1113902547620835334,1113902366271524864,1554410037000.0,2019-04-04 20:33:57,+0000,,@LeoDotWalsh0x05 Will take care of it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1113902547620835334,[],[],0,,False,3010,115,88,,None,,,,,,,"[{'screen_name': 'LeoDotWalsh0x05', 'name': 'Leo Walsh', 'id': '933120102169329664'}]",,,, +5580,1113850051611254784,1113849907595612161,1554397521000.0,2019-04-04 17:05:21,+0000,,@christesla @Tesla Improvements coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1113850051611254784,[],[],0,,False,563,24,18,,None,,,,,,,"[{'screen_name': 'christesla', 'name': 'Chris Danks', 'id': '174427901'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5581,1113644175831064576,1113581434319433728,1554348436000.0,2019-04-04 03:27:16,+0000,,"@jake_cooley @SnazzyQ Yes, needs to drive best clear path. Lane lines are just one input.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1113644175831064576,[],[],0,,False,1015,39,23,,None,,,,,,,"[{'screen_name': 'jake_cooley', 'name': 'Jake Cooley', 'id': '182172336'}, {'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}]",,,, +5582,1113642985173000193,1113095869300162560,1554348152000.0,2019-04-04 03:22:32,+0000,,@EV_Stevee @Tesla Great name 👍,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1113642985173000193,[],[],0,,False,3363,58,42,,None,,,,,,,"[{'screen_name': 'EV_Stevee', 'name': '🔋 Arthur Dent #! 🔋 🔌🚘 (🏡)', 'id': '804473440765964289'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5583,1113633936834465792,1113581434319433728,1554345995000.0,2019-04-04 02:46:35,+0000,,@SnazzyQ Neural net is upgraded too in this release. It’s not just a settings change.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1113633936834465792,[],[],0,,False,1286,55,59,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}]",,,, +5584,1113633439356522498,1113574090261110789,1554345876000.0,2019-04-04 02:44:36,+0000,,"@SherylCrow @Tesla Totally agree. Tesla phone app should have all controls that car center screen has, so your phone can serve as a complete backup.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1113633439356522498,[],[],0,,False,7245,200,249,,None,,,,,,,"[{'screen_name': 'SherylCrow', 'name': 'Sheryl Crow', 'id': '68330395'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5585,1113613409767964673,1113613409767964673,1554341101000.0,2019-04-04 01:25:01,+0000,,Starhopper completed tethered hop. All systems green.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1113613409767964673,[],[],0,,False,22604,655,2474,https://twitter.com/nextspaceflight/status/1113606676274384903,None,,,,,,,[],,,, +5586,1113606931430535168,1113474000112377861,1554339556000.0,2019-04-04 00:59:16,+0000,,@SherylCrow @Tesla Glad you like it! Sorry about the trouble earlier. Helpful feedback for improving the car!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1113606931430535168,[],[],0,,False,1014,23,40,,None,,,,,,,"[{'screen_name': 'SherylCrow', 'name': 'Sheryl Crow', 'id': '68330395'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5587,1113581434319433728,1113581434319433728,1554333477000.0,2019-04-03 23:17:57,+0000,,This is way more awesome than it might sound,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1113581434319433728,[],[],0,,False,14904,621,779,https://twitter.com/Tesla/status/1113580660055101440,None,,,,,,,[],,,, +5588,1113574609800982528,1113474000112377861,1554331850000.0,2019-04-03 22:50:50,+0000,,@EVLatino @SherylCrow @Tesla Night mode default brightness is actually too high imo. Should be lower & allow below current “0%” level. Making that adjustment too.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1113574609800982528,[],[],0,,False,1377,58,34,,None,,,,,,,"[{'screen_name': 'SherylCrow', 'name': 'Sheryl Crow', 'id': '68330395'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5589,1113572223581687808,1113474000112377861,1554331281000.0,2019-04-03 22:41:21,+0000,,@GaragedoorsGman @SherylCrow @Tesla Agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1113572223581687808,[],[],0,,False,1490,25,18,,None,,,,,,,"[{'screen_name': 'GaragedoorsGman', 'name': '🥝Gman🥝', 'id': '2973650316'}, {'screen_name': 'SherylCrow', 'name': 'Sheryl Crow', 'id': '68330395'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5590,1113571602195570688,1113474000112377861,1554331133000.0,2019-04-03 22:38:53,+0000,,@SherylCrow @Tesla Night mode with 0% brightness is actually too dark during the day. This is ultimately our fault. We will update our software so that 0% brightness is always usable relative to ambient conditions.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1113571602195570688,[],[],0,,False,3303,67,75,,None,,,,,,,"[{'screen_name': 'SherylCrow', 'name': 'Sheryl Crow', 'id': '68330395'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5591,1113546994218196992,1113474000112377861,1554325266000.0,2019-04-03 21:01:06,+0000,,@SherylCrow @Tesla Change your screen preference from night mode to auto,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1113546994218196992,[],[],0,,False,19344,375,499,,None,,,,,,,"[{'screen_name': 'SherylCrow', 'name': 'Sheryl Crow', 'id': '68330395'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5592,1113545297311948803,1113536956007211008,1554324862000.0,2019-04-03 20:54:22,+0000,,@martinengwicht @kenklippenstein @MikaelThalen Fur-curious,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1113545297311948803,[],[],0,,False,4137,344,744,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'kenklippenstein', 'name': 'Ken Klippenstein', 'id': '1634248890'}, {'screen_name': 'MikaelThalen', 'name': 'Mikael Thalen', 'id': '32707036'}]",,,, +5593,1113543460710039553,1113536956007211008,1554324424000.0,2019-04-03 20:47:04,+0000,,@kenklippenstein @MikaelThalen These rumors are untrue!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1113543460710039553,[],[],0,,False,2690,56,73,,None,,,,,,,"[{'screen_name': 'kenklippenstein', 'name': 'Ken Klippenstein', 'id': '1634248890'}, {'screen_name': 'MikaelThalen', 'name': 'Mikael Thalen', 'id': '32707036'}]",,,, +5594,1113539936550944768,1113536956007211008,1554323584000.0,2019-04-03 20:33:04,+0000,,"@KarlStrahl Responsible for more deaths than any other chemical! Weirdly, dihydrogen dixoxide, with only one extra oxygen, is not good to drink, but great for changing hair color.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1113539936550944768,[],[],0,,False,1212,37,35,,None,,,,,,,"[{'screen_name': 'KarlStrahl', 'name': 'Karl Strahl', 'id': '3349301027'}]",,,, +5595,1113538635201044480,1113536956007211008,1554323273000.0,2019-04-03 20:27:53,+0000,,@Ci_b0rg Axel F https://t.co/dJr8kGViLh https://t.co/hvM0EcOoeP,fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1113538635201044480,['https://open.spotify.com/track/5i4WslrU93vPhBXm6tS3gA?si=oNLoS9f5QZKjKQYv300lvA'],['https://pbs.twimg.com/media/D3QVfAUV4AAFVRo.jpg'],1,https://pbs.twimg.com/media/D3QVfAUV4AAFVRo.jpg,False,2229,66,173,,None,,,,,,,"[{'screen_name': 'Ci_b0rg', 'name': 'AbuAlamayem', 'id': '803287958'}]",,,, +5596,1113536956007211008,1113536956007211008,1554322873000.0,2019-04-03 20:21:13,+0000,,"Obv just someone in a 🐿 suit. Also, very sus that a 🦊 is reporting on this. https://t.co/RZyhczaRCf",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1113536956007211008,['https://www.foxnews.com/science/amazing-giant-multi-colored-squirrels-caught-on-camera-become-internet-sensation'],[],0,,False,30870,894,2498,,None,,,,,,,[],,,, +5597,1113178951403180032,1113178951403180032,1554237518000.0,2019-04-02 20:38:38,+0000,,Dogecoin value may vary https://t.co/UWerAhPv63,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1113178951403180032,['https://www.theonion.com/bitcoin-plunge-reveals-possible-vulnerabilities-in-craz-1821134169'],[],0,,False,20160,1080,1959,,None,,,,,,,[],,,, +5598,1113173498384441344,1113173498384441344,1554236218000.0,2019-04-02 20:16:58,+0000,,Dogecoin rulz https://t.co/flWWUgAgLU,ht,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1113173498384441344,[],['https://pbs.twimg.com/media/D3LJZDSUwAABEea.jpg'],1,https://pbs.twimg.com/media/D3LJZDSUwAABEea.jpg,False,138893,1732,16539,,None,,,,,,,[],,,, +5599,1113164389929160706,1113145654363119616,1554234046000.0,2019-04-02 19:40:46,+0000,,@dogecoin Uh oh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1113164389929160706,[],[],0,,False,15535,217,500,,None,,,,,,,"[{'screen_name': 'dogecoin', 'name': 'Dogecoin', 'id': '2235729541'}]",,,, +5600,1113009339743100929,1113008901497278465,1554197079000.0,2019-04-02 09:24:39,+0000,,@Tom_Heats Dogecoin might be my fav cryptocurrency. It’s pretty cool.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1113009339743100929,[],[],0,,False,9063,558,2428,,None,,,,,,,[],,,, +5601,1113008497006804992,1113008497006804992,1554196879000.0,2019-04-02 09:21:19,+0000,,Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1113008497006804992,[],[],0,,False,28798,558,1578,https://twitter.com/NASA/status/1112860196043452417,None,,,,,,,[],,,, +5602,1113000800526036992,1112999368855113728,1554195044000.0,2019-04-02 08:50:44,+0000,,@klod_ua @universal_sci Some challenges with ice formation in the cryogenic propellant prevalves. Hopefully overcome soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1113000800526036992,[],[],0,,False,1088,60,57,,None,,,,,,,"[{'screen_name': 'klod_ua', 'name': 'klod_ua', 'id': '2428823192'}, {'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +5603,1112999601332641792,1112999368855113728,1554194758000.0,2019-04-02 08:45:58,+0000,,@universal_sci What could possibly go wrong?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1112999601332641792,[],[],0,,False,1966,114,82,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +5604,1112882387963195393,1112881750630227969,1554166812000.0,2019-04-02 01:00:12,+0000,,@TrevMcKendrick No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1112882387963195393,[],[],0,,False,16733,398,505,,None,,,,,,,"[{'screen_name': 'TrevMcKendrick', 'name': 'Trevor McKendrick', 'id': '15450497'}]",,,, +5605,1112848471877283841,1112848298698833921,1554158726000.0,2019-04-01 22:45:26,+0000,,@Iron_Mechanic You’re so right. Working on it!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1112848471877283841,[],[],0,,False,819,59,30,,None,,,,,,,"[{'screen_name': 'Iron_Mechanic', 'name': 'The Iron Mechanic', 'id': '734828973377630208'}]",,,, +5606,1112847351595466753,1112846982073274371,1554158458000.0,2019-04-01 22:40:58,+0000,,@VHollywood21 That car seemed so advanced when I watched that show as a kid! ♥️ Knight Industries Two Thousand,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1112847351595466753,[],[],0,,False,888,73,34,,None,,,,,,,"[{'screen_name': 'VHollywood21', 'name': 'chrisvollmer', 'id': '259762746'}]",,,, +5607,1112840482856480768,1112838336983560192,1554156821000.0,2019-04-01 22:13:41,+0000,,@maxwellk_ @Teslarati And even tinier ones for tardigrades,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1112840482856480768,[],[],0,,False,1097,60,25,,None,,,,,,,"[{'screen_name': 'maxwellk_', 'name': 'King Maxwell', 'id': '842423430246948864'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +5608,1112840159505014785,1112838336983560192,1554156744000.0,2019-04-01 22:12:24,+0000,,@maxwellk_ @Teslarati Yes 🐜,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1112840159505014785,[],[],0,,False,973,28,21,,None,,,,,,,"[{'screen_name': 'maxwellk_', 'name': 'King Maxwell', 'id': '842423430246948864'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +5609,1112839897218310144,1112838336983560192,1554156681000.0,2019-04-01 22:11:21,+0000,,"@Teslarati Going forward, all Tesla stores will be tiny & have tiny cars",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1112839897218310144,[],[],0,,False,8148,240,360,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +5610,1112801660483452928,1111469579102912512,1554147565000.0,2019-04-01 19:39:25,+0000,,"@jgrano305 @ProjectVayo @keen_lab Meant to say young, but spelled it wrong",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1112801660483452928,[],[],0,,False,850,103,29,,None,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y', 'id': '817567541371539457'}, {'screen_name': 'ProjectVayo', 'name': 'Sal. 🌹🏴🏴\u200d☠️', 'id': '1100516004768018432'}, {'screen_name': 'keen_lab', 'name': 'KEENLAB', 'id': '1562411400'}]",,,, +5611,1112798119509450752,1111469579102912512,1554146721000.0,2019-04-01 19:25:21,+0000,,@ProjectVayo @keen_lab Ironic stan,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1112798119509450752,[],[],0,,False,534,28,18,,None,,,,,,,"[{'screen_name': 'ProjectVayo', 'name': 'Sal. 🌹🏴🏴\u200d☠️', 'id': '1100516004768018432'}, {'screen_name': 'keen_lab', 'name': 'KEENLAB', 'id': '1562411400'}]",,,, +5612,1112797823634800641,1112748234559143936,1554146650000.0,2019-04-01 19:24:10,+0000,,"@imgur If 🤖 can do this, what can’t they do!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1112797823634800641,[],[],0,,False,12548,294,549,,None,,,,,,,"[{'screen_name': 'imgur', 'name': 'Imgur', 'id': '113211856'}]",,,, +5613,1112795858846662656,1111469579102912512,1554146182000.0,2019-04-01 19:16:22,+0000,,"@keen_lab Solid work by Keen, as usual",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1112795858846662656,[],[],0,,False,1492,38,42,,None,,,,,,,"[{'screen_name': 'keen_lab', 'name': 'KEENLAB', 'id': '1562411400'}]",,,, +5614,1112776420969742336,1112776420969742336,1554141547000.0,2019-04-01 17:59:07,+0000,,♥️🇳🇴 Norway 🇳🇴♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1112776420969742336,[],[],0,,False,36733,671,2852,https://twitter.com/Elbilforeningen/status/1112702954719588357,None,,,,,,,[],,,, +5615,1112563782356594690,1112563659635462144,1554090850000.0,2019-04-01 03:54:10,+0000,,@ChrisRauhl @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1112563782356594690,[],[],0,,False,698,43,18,,None,,,,,,,"[{'screen_name': 'ChrisRauhl', 'name': 'Chris Pitka', 'id': '345196338'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5616,1112556285046644736,1112556130868383745,1554089063000.0,2019-04-01 03:24:23,+0000,,@JONAHFORMAN Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1112556285046644736,[],[],0,,False,1723,55,222,,None,,,,,,,"[{'screen_name': 'JONAHFORMAN', 'name': 'Ironbeard', 'id': '28251089'}]",,,, +5617,1112540492145651712,1112469402203521024,1554085297000.0,2019-04-01 02:21:37,+0000,,@carolineplz Seems fair,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1112540492145651712,[],[],0,,False,2717,50,41,,None,,,,,,,"[{'screen_name': 'carolineplz', 'name': 'Caroline Polachek', 'id': '500190142'}]",,,, +5618,1112530378915405824,1112528684387164160,1554082886000.0,2019-04-01 01:41:26,+0000,,"@D_A_M_B Some people use their hair to express themselves, I use Twitter",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1112530378915405824,[],[],0,,False,5829,154,340,,None,,,,,,,"[{'screen_name': 'D_A_M_B', 'name': 'B.', 'id': '1250146405'}]",,,, +5619,1112530173893578752,1112528684387164160,1554082837000.0,2019-04-01 01:40:37,+0000,,.@TheOnion,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1112530173893578752,[],[],0,,False,18895,267,374,,None,,,,,,,[],,,, +5620,1112528684387164160,1112528684387164160,1554082482000.0,2019-04-01 01:34:42,+0000,,Making The Onion articles real … https://t.co/O7855d9BWu,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1112528684387164160,['https://www.rollingstone.com/music/music-news/elon-musk-rap-song-rip-harambe-815813/'],[],0,,False,51740,1059,5936,,None,,,,,,,[],,,, +5621,1112427303013736448,1111916290375974917,1554058311000.0,2019-03-31 18:51:51,+0000,,@yungjake & @bloodpop,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1112427303013736448,[],[],0,,False,5784,178,184,,None,,,,,,,[],,,, +5622,1112409761520087040,1111871174160474112,1554054129000.0,2019-03-31 17:42:09,+0000,,Duck emoji FTW,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1112409761520087040,[],[],0,,False,28388,587,1305,,None,,,,,,,[],,,, +5623,1112408580026597376,1111916290375974917,1554053847000.0,2019-03-31 17:37:27,+0000,,@nathanielalam_m Final edit was on Ableton,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1112408580026597376,[],[],0,,False,2112,46,51,,None,,,,,,,"[{'screen_name': 'nathanielalam_m', 'name': 'MNA 〽️🙃🎶🎼💤💡✨', 'id': '2216751179'}]",,,, +5624,1112408082817007616,1111983784940003328,1554053729000.0,2019-03-31 17:35:29,+0000,,"@jeffmjenkins @Hughes_Zoo @Tesla Surprisingly difficult to address false positives with rain. System would go nuts trying to wipe away non-existent rain, which was obv ineffective.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1112408082817007616,[],[],0,,False,691,40,22,,None,,,,,,,"[{'screen_name': 'jeffmjenkins', 'name': 'Jeff Jenkins', 'id': '14571264'}, {'screen_name': 'Hughes_Zoo', 'name': 'Greg Hughes', 'id': '2813296807'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5625,1112404814690836482,1112399593084518400,1554052949000.0,2019-03-31 17:22:29,+0000,,@DailyRapFacts Jung https://t.co/pDR4JI4lpu,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1112404814690836482,[],['https://pbs.twimg.com/media/D3AOR6nUwAA65jW.jpg'],1,https://pbs.twimg.com/media/D3AOR6nUwAA65jW.jpg,False,7991,189,815,,None,,,,,,,"[{'screen_name': 'DailyRapFacts', 'name': 'HIP HOP FACTS', 'id': '2297244138'}]",,,, +5626,1112123741574586368,1112106548363292672,1553985936000.0,2019-03-30 22:45:36,+0000,,We’ve been so mired in production & logistics for past 18 months. Really looking fwd to getting Semi into production.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1112123741574586368,[],[],0,,False,42397,866,1115,,None,,,,,,,[],,,, +5627,1112106548363292672,1112106548363292672,1553981837000.0,2019-03-30 21:37:17,+0000,,Tesla Semi delivering Tesla cars https://t.co/ttEpcW5d8G,ca,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1112106548363292672,[],['https://pbs.twimg.com/media/D27_AItUcAAHku_.jpg'],1,https://pbs.twimg.com/media/D27_AItUcAAHku_.jpg,False,192436,2899,15631,,None,,,,,,,[],,,, +5628,1112054834293698561,1112054487789830144,1553969508000.0,2019-03-30 18:11:48,+0000,,@saraccbleitao @Tesla Pre-Happy birthday!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1112054834293698561,[],[],0,,False,9478,76,170,,None,,,,,,,"[{'screen_name': 'saraccbleitao', 'name': 'Sara CCB Leitao', 'id': '875651329686773761'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5629,1112036985504317442,1112036985504317442,1553965252000.0,2019-03-30 17:00:52,+0000,,"Amazing work by Tesla Delivery teams, especially in Europe & China! Most insane logistics challenge I’ve ever seen. Thanks also to many country & city officials for your help this weekend! Super appreciated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1112036985504317442,[],[],0,,False,23420,617,1078,,None,,,,,,,[],,,, +5630,1112035721672482816,1111871174160474112,1553964951000.0,2019-03-30 16:55:51,+0000,,@MoWo91 Coming soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1112035721672482816,[],[],0,,False,1550,60,47,,None,,,,,,,"[{'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}]",,,, +5631,1112035098893799425,1111871174160474112,1553964802000.0,2019-03-30 16:53:22,+0000,,@sdpilgrim No,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1112035098893799425,[],[],0,,False,3165,70,67,,None,,,,,,,"[{'screen_name': 'sdpilgrim', 'name': 'pil', 'id': '2753147261'}]",,,, +5632,1111983212119506945,1111978901109133313,1553952432000.0,2019-03-30 13:27:12,+0000,,@Teslarati Wow,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/1111983212119506945,[],[],0,,False,5428,176,140,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +5633,1111930065908948993,1111871174160474112,1553939761000.0,2019-03-30 09:56:01,+0000,,@annerajb https://t.co/TKkruvyckP,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1111930065908948993,['http://X.com/x'],[],0,,False,3895,151,200,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +5634,1111929312389664768,1111871174160474112,1553939581000.0,2019-03-30 09:53:01,+0000,,This might be my finest work,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1111929312389664768,[],[],0,,False,45330,751,1780,,None,,,,,,,[],,,, +5635,1111926388435488773,1111871174160474112,1553938884000.0,2019-03-30 09:41:24,+0000,,Duck emoji defeats Emo G Records. Crushing victory.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1111926388435488773,[],[],0,,False,45829,422,1270,,None,,,,,,,[],,,, +5636,1111918554398363649,1111916290375974917,1553937016000.0,2019-03-30 09:10:16,+0000,,I’m disappointed that my record label failed,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1111918554398363649,[],[],0,,False,47352,779,2324,,None,,,,,,,[],,,, +5637,1111916290375974917,1111916290375974917,1553936476000.0,2019-03-30 09:01:16,+0000,,Emo G Records https://t.co/zsuB2NDl48 https://t.co/anVkKeFMGr,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1111916290375974917,['https://soundcloud.com/user-209448905'],['https://pbs.twimg.com/media/D25R-F8U0AE3MsN.jpg'],1,https://pbs.twimg.com/media/D25R-F8U0AE3MsN.jpg,False,100878,1839,16406,,None,,,,,,,[],,,, +5638,1111898356593262594,1111859369795305474,1553932200000.0,2019-03-30 07:50:00,+0000,,@TechVelocirap @FewellJacob @WorldAndScience Instagram comments are coding in emojis,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1111898356593262594,[],[],0,,False,993,35,30,,None,,,,,,,"[{'screen_name': 'TechVelocirap', 'name': 'Technological Velociraptor', 'id': '1029994764295397376'}, {'screen_name': 'FewellJacob', 'name': 'jaekub 🤙', 'id': '881933698764906496'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +5639,1111891905560772608,1111859369795305474,1553930662000.0,2019-03-30 07:24:22,+0000,,@FewellJacob @WorldAndScience Also true,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1111891905560772608,[],[],0,,False,876,24,22,,None,,,,,,,"[{'screen_name': 'FewellJacob', 'name': 'jaekub 🤙', 'id': '881933698764906496'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +5640,1111891666032431104,1111859369795305474,1553930605000.0,2019-03-30 07:23:25,+0000,,@HConcience @WorldAndScience True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1111891666032431104,[],[],0,,False,611,11,22,,None,,,,,,,"[{'screen_name': 'HConcience', 'name': 'Human-Concience', 'id': '1077765071772794881'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +5641,1111877556238614528,1111871174160474112,1553927241000.0,2019-03-30 06:27:21,+0000,,The quality of emojis varies wildly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1111877556238614528,[],[],0,,False,54230,778,2107,,None,,,,,,,[],,,, +5642,1111876081894621184,1111871174160474112,1553926890000.0,2019-03-30 06:21:30,+0000,,Lame,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1111876081894621184,[],[],0,,False,52027,866,4187,,None,,,,,,,[],,,, +5643,1111871174160474112,1111871174160474112,1553925720000.0,2019-03-30 06:02:00,+0000,,🦆,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1111871174160474112,[],[],0,,False,171609,3724,21106,,None,,,,,,,[],,,, +5644,1111862997238996992,1111859369795305474,1553923770000.0,2019-03-30 05:29:30,+0000,,@WorldAndScience C++ syntax sucks,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1111862997238996992,[],[],0,,False,3952,234,398,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +5645,1111862635622887425,1111859369795305474,1553923684000.0,2019-03-30 05:28:04,+0000,,"@WorldAndScience Assert (“Money” == Series of heterogeneous databases insecurely connected with high latency. Primary purpose == Information system for allocation of human time. As automation++, value of money--);",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1111862635622887425,[],[],0,,False,6392,242,732,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +5646,1111827213362434048,1111742436957655045,1553915239000.0,2019-03-30 03:07:19,+0000,,@martinengwicht @Erdayastronaut @DiscoverMag Even connectivity at my house in Silicon Valley sucks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1111827213362434048,[],[],0,,False,981,83,40,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +5647,1111825274885165056,1111412225690865665,1553914776000.0,2019-03-30 02:59:36,+0000,,@marshgre @NickBre58305797 @letsrebel1 @paul_rocchini @markbspiegel @Tesla Like the movie Us. Scary … but also empathetic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1111825274885165056,[],[],0,,False,595,36,22,,None,,,,,,,"[{'screen_name': 'marshgre', 'name': 'umop ap!sdn', 'id': '260184360'}, {'screen_name': 'NickBre58305797', 'name': 'Nick Brewer', 'id': '1055507898451804161'}, {'screen_name': 'letsrebel1', 'name': 'letsrebel', 'id': '1009563435099512832'}, {'screen_name': 'paul_rocchini', 'name': 'Paul Rocchini', 'id': '776092125284995072'}, {'screen_name': 'markbspiegel', 'name': 'Mark B. Spiegel', 'id': '258612274'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5648,1111823448064454656,1111742436957655045,1553914341000.0,2019-03-30 02:52:21,+0000,,"@martinengwicht @flcnhvy @Erdayastronaut @DiscoverMag @Ula No, but for sure the other way around!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1111823448064454656,[],[],0,,False,706,11,15,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}, {'screen_name': 'Ula', 'name': '$', 'id': '38983'}]",,,, +5649,1111812463287099392,1111742436957655045,1553911722000.0,2019-03-30 02:08:42,+0000,,"@TesLatino @mcjamez @TeslaAnswers @flcnhvy @Erdayastronaut @DiscoverMag @Tesla Also the intense low frequency vibrations that you can’t hear, but you can feel in your chest",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1111812463287099392,[],[],0,,False,794,39,26,,None,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 a.k.a. Rafael - Lover, not a hater.', 'id': '989986448295235586'}, {'screen_name': 'mcjamez', 'name': 'Jim McPherson', 'id': '23389610'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5650,1111806251220910080,1111742436957655045,1553910241000.0,2019-03-30 01:44:01,+0000,,"@TeslaAnswers @flcnhvy @Erdayastronaut @DiscoverMag We’re going to try. Side boosters come back to Cape, center core lands on droneship. Latter will be coming in v hot & fast, so dicey.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1111806251220910080,[],[],0,,False,1124,45,49,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +5651,1111805464797302784,1111742436957655045,1553910053000.0,2019-03-30 01:40:53,+0000,,"@flcnhvy @Erdayastronaut @DiscoverMag Annoying that @ULA perpetuates myth that Delta IV Heavy or Atlas V can do some orbits that Falcon Heavy can’t. This is absolutely false. FH would have to go full expendable for GEO direct, but that’s very rare.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1111805464797302784,[],[],0,,False,1165,37,66,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +5652,1111803711766970368,1111742436957655045,1553909635000.0,2019-03-30 01:33:55,+0000,,"@flcnhvy @Erdayastronaut @DiscoverMag Yeah, Falcon Heavy Block 5 has way more performance than last year’s vehicle. Lot of room to increase side booster load transfer & max Q without changing any parts. FH Block 5 can launch more payload to any orbit than any vehicle currently flying.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1111803711766970368,[],[],0,,False,1308,26,83,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +5653,1111798912141017089,1111742436957655045,1553908491000.0,2019-03-30 01:14:51,+0000,,"@Erdayastronaut @DiscoverMag Probably no fairing either & just 3 Raptor Vacuum engines. Mass ratio of ~30 (1200 tons full, 40 tons empty) with Isp of 380. Then drop a few dozen modified Starlink satellites from empty engine bays with ~1600 Isp, MR 2. Spread out, see what’s there. Not impossible.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1111798912141017089,[],[],0,,False,1533,93,92,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +5654,1111788218142216192,1111762533520531456,1553905941000.0,2019-03-30 00:32:21,+0000,,"@emilmelar Retrofits will start when our software is able to take meaningful advantage of the Tesla FSD computer, which is an order of magnitude more capable. For now, it’s slightly disadvantageous to have Tesla FSD computer, as our software is more refined for HW2.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1111788218142216192,[],[],0,,False,1004,78,67,,None,,,,,,,"[{'screen_name': 'emilmelar', 'name': 'Emil Chr. S. Melar', 'id': '40085569'}]",,,, +5655,1111787066440839169,1111762533520531456,1553905667000.0,2019-03-30 00:27:47,+0000,,@MacBenTosh Anyone who bought FSD will get it,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1111787066440839169,[],[],0,,False,932,33,38,,None,,,,,,,"[{'screen_name': 'MacBenTosh', 'name': 'Ben', 'id': '14499791'}]",,,, +5656,1111762533520531456,1111762533520531456,1553899818000.0,2019-03-29 22:50:18,+0000,,"Anyone who purchased full self-driving will get FSD computer upgrade for free. This is the only change between Autopilot HW2.5 & HW3. Going forward “HW3” will just be called FSD Computer, which is accurate. No change to vehicle sensors or wire harness needed. This is v important.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1111762533520531456,[],[],0,,False,12825,722,1005,https://twitter.com/samscho/status/1110649850188558336,None,,,,,,,[],,,, +5657,1111761332460634112,1111742436957655045,1553899531000.0,2019-03-29 22:45:31,+0000,,@nextspaceflight @Erdayastronaut @DiscoverMag Yes. Sensitive propulsion & avionics remained dry. Great work by SpaceX Dragon engineering team. Major improvement over Dragon 1.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1111761332460634112,[],[],0,,False,1362,32,63,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +5658,1111760133132947458,1111742436957655045,1553899245000.0,2019-03-29 22:40:45,+0000,,"@Erdayastronaut @DiscoverMag Massive delta velocity slam from highly elliptical Earth orbit using a fully retanked, but lightened up Starship with no heat shield or fins/legs. Best choice for the impatient. Ion engines are too slow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1111760133132947458,[],[],0,,False,1560,72,84,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +5659,1111750658959368192,1111742436957655045,1553896987000.0,2019-03-29 22:03:07,+0000,,"@DiscoverMag We should send probes to outer solar system & get high res, true color images of these strange things. Maybe there’s an alien artifact out there …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1111750658959368192,[],[],0,,False,5519,330,381,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +5660,1111748995112554498,1111674894239088640,1553896590000.0,2019-03-29 21:56:30,+0000,,@erinwinick @techreview Super cool!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1111748995112554498,[],[],0,,False,2507,48,59,,None,,,,,,,"[{'screen_name': 'erinwinick', 'name': 'Erin Winick', 'id': '3074175954'}, {'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +5661,1111443575152140288,1111443386882416640,1553823772000.0,2019-03-29 01:42:52,+0000,,@martin_galway Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1111443575152140288,[],[],0,,False,718,45,21,,None,,,,,,,"[{'screen_name': 'martin_galway', 'name': 'Martin Galway', 'id': '26158619'}]",,,, +5662,1111426083272876035,1111425193988116480,1553819602000.0,2019-03-29 00:33:22,+0000,,"@ialexryan Tax authorities tend to interpret things in their favor, but it sure sounds like you could be right! Will investigate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1111426083272876035,[],[],0,,False,960,43,29,,None,,,,,,,"[{'screen_name': 'ialexryan', 'name': 'Alex Ryan', 'id': '1920945714'}]",,,, +5663,1111345544461344768,1111344758624935936,1553800400000.0,2019-03-28 19:13:20,+0000,,"@GerberKawasaki Rare use case, but it is possible. There are complications with this. Eary prototype Roadsters had this ability.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1111345544461344768,[],[],0,,False,6827,236,157,,None,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +5664,1111299552152150016,1111299275147735047,1553789434000.0,2019-03-28 16:10:34,+0000,,@ChadyMattar Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1111299552152150016,[],[],0,,False,5944,201,116,,None,,,,,,,"[{'screen_name': 'ChadyMattar', 'name': 'Chady Eli Mattar', 'id': '320607805'}]",,,, +5665,1111001632731389952,1110914232705441792,1553718405000.0,2019-03-27 20:26:45,+0000,,@briantu Super proud of Tesla Autopilot team!,nl,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1111001632731389952,[],[],0,,False,12735,230,298,,None,,,,,,,"[{'screen_name': 'briantu', 'name': 'Brian Tu', 'id': '21525800'}]",,,, +5666,1110958364987555840,1107026609268113408,1553708089000.0,2019-03-27 17:34:49,+0000,,"@_DavidMacMillan No, it is one week either way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1110958364987555840,[],[],0,,False,818,56,21,,None,,,,,,,"[{'screen_name': '_DavidMacMillan', 'name': 'David MacMillan', 'id': '2224013564'}]",,,, +5667,1110737715933282305,1110737578259595264,1553655482000.0,2019-03-27 02:58:02,+0000,,@jose_goncalves_ 🤗,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1110737715933282305,[],[],0,,False,990,65,45,,None,,,,,,,"[{'screen_name': 'jose_goncalves_', 'name': 'Joseg.pt', 'id': '2580566953'}]",,,, +5668,1110632394611015681,1110599593438253056,1553630372000.0,2019-03-26 19:59:32,+0000,,"@Erdayastronaut @NASA @VP I think so. For sure worth giving it our best shot! Would be great to have a competitive, commercial program to build a moon base that is outcome-oriented (not cost-plus), so you only get paid for safe delivery of cargo.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1110632394611015681,[],[],0,,False,3641,174,254,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'VP', 'name': 'Vice President Kamala Harris', 'id': '803694179079458816'}]",,,, +5669,1110601886330052608,1110599593438253056,1553623098000.0,2019-03-26 17:58:18,+0000,,@NASA @VP It would be so inspiring for humanity to see humanity return to the moon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1110601886330052608,[],[],0,,False,34460,1048,2694,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'VP', 'name': 'Vice President Kamala Harris', 'id': '803694179079458816'}]",,,, +5670,1110594943532191744,1110578371136622593,1553621443000.0,2019-03-26 17:30:43,+0000,,"@RamLover69 12,000 lbs!? How puny. Do you construct children’s toys?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1110594943532191744,[],[],0,,False,6700,306,490,,None,,,,,,,"[{'screen_name': 'RamLover69', 'name': 'Dodge Ram Owner', 'id': '1091399247705006081'}]",,,, +5671,1110578371136622593,1110578371136622593,1553617491000.0,2019-03-26 16:24:51,+0000,,That’s exactly it. You’re no longer mentally fatigued after a long drive. Makes a major difference to your happiness level commuting home from work after a long day.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1110578371136622593,[],[],0,,False,21241,836,1355,https://twitter.com/sspencer_smb/status/1110577741102022658,None,,,,,,,[],,,, +5672,1110577182747688960,1110576683411628032,1553617208000.0,2019-03-26 16:20:08,+0000,,@zachary1978 @Tesla Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1110577182747688960,[],[],0,,False,659,35,12,,None,,,,,,,"[{'screen_name': 'zachary1978', 'name': 'Zachary Pernikliyski', 'id': '322367526'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5673,1110576683411628032,1110576683411628032,1553617089000.0,2019-03-26 16:18:09,+0000,,Hard to appreciate how much Tesla Autopilot improves enjoyment of driving until you try it,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1110576683411628032,[],[],0,,False,12549,545,650,https://twitter.com/Erdayastronaut/status/1110574284076769280,None,,,,,,,[],,,, +5674,1110575556335042560,1110573944971685888,1553616820000.0,2019-03-26 16:13:40,+0000,,"@SkiddlyBinx Yes, otherwise propellant usage for an atmospheric entry would be very high and/or center of mass would need to be very tightly constrained. Yes, but we’re going to skip that at first to avoid fragging launch pads.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1110575556335042560,[],[],0,,False,836,20,26,,None,,,,,,,"[{'screen_name': 'SkiddlyBinx', 'name': 'SkiddlyBinx', 'id': '1006592448599031808'}]",,,, +5675,1110573846938025985,1110572160899149825,1553616413000.0,2019-03-26 16:06:53,+0000,,@thejimos Glad you like it! Navigate on Autopilot hopefully approved for Europe soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1110573846938025985,[],[],0,,False,975,31,21,,None,,,,,,,"[{'screen_name': 'thejimos', 'name': 'Lucas Lundkvist', 'id': '913461952428593153'}]",,,, +5676,1110572160899149825,1110572160899149825,1553616011000.0,2019-03-26 16:00:11,+0000,,Thank you!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1110572160899149825,[],[],0,,False,38381,697,1481,https://twitter.com/Tesla/status/1109495034959675393,None,,,,,,,[],,,, +5677,1110570138338643969,1110570013075759104,1553615529000.0,2019-03-26 15:52:09,+0000,,@rstefani11 Will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1110570138338643969,[],[],0,,False,610,27,17,,None,,,,,,,[],,,, +5678,1110368897151066114,1109895343452282880,1553567549000.0,2019-03-26 02:32:29,+0000,,"@ICannot_Enough @andrewmackenzie Ford has 4 CEOs in 5 years & nobody blinks, but Tesla loses 1 intern & it’s front page news. I tell ya (shakes fist at sky) …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1110368897151066114,[],[],0,,False,4482,313,431,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'andrewmackenzie', 'name': 'Andrew MacKenzie', 'id': '15878464'}]",,,, +5679,1110329210332053504,1110323059075047424,1553558087000.0,2019-03-25 23:54:47,+0000,,"@WorldAndScience It’s possible to make a self-sustaining city on Mars by 2050, if we start in 5 years & take 10 orbital synchronizations",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1110329210332053504,[],[],0,,False,33608,1155,3885,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +5680,1110033639092281344,1109209830651293696,1553487617000.0,2019-03-25 04:20:17,+0000,,@LittleMissFlint @Ryan_Deitsch You’re most welcome! Glad to be helpful.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1110033639092281344,[],[],0,,False,1514,36,47,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}, {'screen_name': 'Ryan_Deitsch', 'name': 'Ryan Deitsch', 'id': '1548756205'}]",,,, +5681,1109906133567725568,1109905965107892226,1553457217000.0,2019-03-24 19:53:37,+0000,,@uretericbud @Tesla Only when Y is in production,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1109906133567725568,[],[],0,,False,701,39,27,,None,,,,,,,"[{'screen_name': 'uretericbud', 'name': 'Alexander Kutikov MD', 'id': '32706948'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5682,1109901209446416385,1109895343452282880,1553456043000.0,2019-03-24 19:34:03,+0000,,"@andrewmackenzie Every car company is constantly changing prices, but nobody cares",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1109901209446416385,[],[],0,,False,2191,148,131,,None,,,,,,,"[{'screen_name': 'andrewmackenzie', 'name': 'Andrew MacKenzie', 'id': '15878464'}]",,,, +5683,1109900605961596928,1109895343452282880,1553455900000.0,2019-03-24 19:31:40,+0000,,"@BuidlHodl Import tariffs, VAT & transport costs",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1109900605961596928,[],[],0,,False,997,40,26,,None,,,,,,,[],,,, +5684,1109900063302508545,1109895343452282880,1553455770000.0,2019-03-24 19:29:30,+0000,,"To be clear, this doesn’t affect Tesla website order prices. Existing inventory prices are currently slightly lower than on website. This will bring them in line.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1109900063302508545,[],[],0,,False,12843,348,348,,None,,,,,,,[],,,, +5685,1109895691587862528,1109895343452282880,1553454728000.0,2019-03-24 19:12:08,+0000,,"To be precise, midnight on April 1, so effective April 2",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1109895691587862528,[],[],0,,False,20126,526,521,,None,,,,,,,[],,,, +5686,1109895343452282880,1109895343452282880,1553454645000.0,2019-03-24 19:10:45,+0000,,Please note prices on all Tesla inventory cars worldwide rise by ~3% on April 1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1109895343452282880,[],[],0,,False,25773,1096,1222,,None,,,,,,,[],,,, +5687,1109076945189376001,1108961195438927872,1553259524000.0,2019-03-22 12:58:44,+0000,,@gadgetkc @ideasforEM @Tesla About to be upgraded to Chromium,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/1109076945189376001,[],[],0,,False,1990,207,112,,None,,,,,,,"[{'screen_name': 'gadgetkc', 'name': 'Ken Crawford', 'id': '78773532'}, {'screen_name': 'ideasforEM', 'name': 'Ideas for Elon Musk', 'id': '1101028936719437825'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5688,1109006985737965568,1108890675922112512,1553242844000.0,2019-03-22 08:20:44,+0000,,@breizh_72 @Sofiaan @krp5 @vincent13031925 @bonnienorman Reset,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1109006985737965568,[],[],0,,False,645,37,23,,None,,,,,,,"[{'screen_name': 'breizh_72', 'name': '🐆 David of Breizh 🐢', 'id': '1013507406'}, {'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'krp5', 'name': 'Keith Petersen', 'id': '25102662'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +5689,1108965358998712321,1108961195438927872,1553232919000.0,2019-03-22 05:35:19,+0000,,@ideasforEM @Tesla Sentry Mode options will be: Always Exclude Home Exclude Work Exclude saved locations Ask Off,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1108965358998712321,[],[],0,,False,1802,111,92,,None,,,,,,,"[{'screen_name': 'ideasforEM', 'name': 'Ideas for Elon Musk', 'id': '1101028936719437825'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5690,1108961873456578562,1108890675922112512,1553232088000.0,2019-03-22 05:21:28,+0000,,"@JDkndt @krp5 @vincent13031925 If someone has already won a Roadster from a prior program, they’re only eligible to win the signed Performance Y",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1108961873456578562,[],[],0,,False,1111,42,41,,None,,,,,,,"[{'screen_name': 'JDkndt', 'name': 'Jeroen Daenekindt', 'id': '1622527668'}, {'screen_name': 'krp5', 'name': 'Keith Petersen', 'id': '25102662'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +5691,1108961459285848064,1108961195438927872,1553231990000.0,2019-03-22 05:19:50,+0000,,@ideasforEM @Tesla Sounds like a good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1108961459285848064,[],[],0,,False,6687,77,98,,None,,,,,,,"[{'screen_name': 'ideasforEM', 'name': 'Ideas for Elon Musk', 'id': '1101028936719437825'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5692,1108950565071929352,1108943564757569542,1553229392000.0,2019-03-22 04:36:32,+0000,,@nichegamer How to win the boss fight in Sekiro,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1108950565071929352,[],[],0,,False,5920,94,1019,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +5693,1108895897499242496,1108890675922112512,1553216358000.0,2019-03-22 00:59:18,+0000,,"@krp5 @vincent13031925 No, it’s cumulative, but once you win one of the prizes, referral count resets to zero & you can’t win that prize again. Intent over time is to enable those without a massive social media presence to win.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1108895897499242496,[],[],0,,False,1704,136,82,,None,,,,,,,"[{'screen_name': 'krp5', 'name': 'Keith Petersen', 'id': '25102662'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +5694,1108893393336172544,1108890675922112512,1553215761000.0,2019-03-22 00:49:21,+0000,,@vincent13031925 WW,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1108893393336172544,[],[],0,,False,960,46,23,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +5695,1108891231302500354,1108890675922112512,1553215246000.0,2019-03-22 00:40:46,+0000,,"@KmanAutoVideo Agreed, you can only win each prize once",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1108891231302500354,[],[],0,,False,1230,41,27,,None,,,,,,,"[{'screen_name': 'KmanAutoVideo', 'name': 'Christopher', 'id': '2242545980'}]",,,, +5696,1108890721937842176,1108888955473154048,1553215124000.0,2019-03-22 00:38:44,+0000,,@PennPerspective @Tesla You’re welcome!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1108890721937842176,[],[],0,,False,2784,46,43,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5697,1108890675922112512,1108890675922112512,1553215113000.0,2019-03-22 00:38:33,+0000,,New Tesla referral program just released https://t.co/RE6Ccx9yI5,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1108890675922112512,['https://www.tesla.com/blog/teslas-new-customer-referral-program?redirect=no'],[],0,,False,18239,1065,1517,,None,,,,,,,[],,,, +5698,1108839734095155201,1108839283719311365,1553202968000.0,2019-03-21 21:16:08,+0000,,@NicholasLars0n @Tesla Why uh yes we comprehensive statistics that go deep & wide,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1108839734095155201,[],[],0,,False,2484,147,152,,None,,,,,,,"[{'screen_name': 'NicholasLars0n', 'name': 'Nicholas Larson', 'id': '16167335'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5699,1108826639771668481,1108624692850548736,1553199846000.0,2019-03-21 20:24:06,+0000,,@S_Padival @CastleRobinson2 @jimcramer Me too! He was so great. Loved Colbert Report too.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1108826639771668481,[],[],0,,False,895,55,28,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +5700,1108822825551323136,1108817856752422917,1553198937000.0,2019-03-21 20:08:57,+0000,,@jimcramer Jim Cramer explains short-seller market manipulation https://t.co/veZLFWYE1t,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1108822825551323136,['https://en.m.wikipedia.org/wiki/Jim_Cramer#Market_manipulation'],[],0,,False,2554,193,281,,None,,,,,,,"[{'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +5701,1108812671346835456,1108624692850548736,1553196516000.0,2019-03-21 19:28:36,+0000,,@vincent13031925 @S_Padival @jimcramer Jim can’t take the heat,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1108812671346835456,[],[],0,,False,1456,129,94,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +5702,1108812577327341568,1108624692850548736,1553196493000.0,2019-03-21 19:28:13,+0000,,"@S_Padival @jimcramer Jim, no response?",ht,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1108812577327341568,[],[],0,,False,5245,206,181,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +5703,1108648192915046400,1108624692850548736,1553157301000.0,2019-03-21 08:35:01,+0000,,@S_Padival @jimcramer Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1108648192915046400,[],[],0,,False,3681,129,140,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +5704,1108630032153341952,1108613108883312640,1553152971000.0,2019-03-21 07:22:51,+0000,,"@teslaownersSV @TeslaGong Best to get a Tesla Powerwall, so you can power your house & also drive",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1108630032153341952,[],[],0,,False,856,71,43,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +5705,1108613832446894081,1108613108883312640,1553149109000.0,2019-03-21 06:18:29,+0000,,@TeslaGong Probably start Australia builds in late May or June & start arriving in winter,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1108613832446894081,[],[],0,,False,904,92,67,,None,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +5706,1108311946623778821,1108043217440694272,1553077134000.0,2019-03-20 10:18:54,+0000,,@jaredmecham Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/1108311946623778821,[],[],0,,False,1121,69,43,,None,,,,,,,"[{'screen_name': 'jaredmecham', 'name': 'Jared Mecham', 'id': '40191127'}]",,,, +5707,1107384862258786304,1107378575924035584,1552856100000.0,2019-03-17 20:55:00,+0000,,"@rix Yes, full duration",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107384862258786304,[],[],0,,False,3735,76,76,,None,,,,,,,"[{'screen_name': 'rix', 'name': 'R', 'id': '56110169'}]",,,, +5708,1107384308459659264,1107378575924035584,1552855967000.0,2019-03-17 20:52:47,+0000,,@alexwestergaard White-hot parts reached orbital entry temp of around 1650 Kelvin,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107384308459659264,[],[],0,,False,3623,110,88,,None,,,,,,,"[{'screen_name': 'AlexWestergaard', 'name': 'Alex Ahlgreen Westergaard', 'id': '1322021405756657664'}]",,,, +5709,1107382673012486144,1106892423790317568,1552855578000.0,2019-03-17 20:46:18,+0000,,"@SidewalkSciGuy @SpacexFan9876 @Erdayastronaut @Sloppy93 @annerajb @flcnhvy @austinbarnard45 Falcon rocket booster is aluminum-lithium & carbon fiber, which have low max temperature allowables. Super Heavy booster is stainless steel. Since it only goes to around Mach 8 or 9, moreover at high altitude, it needs no heat shield, not even paint.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107382673012486144,[],[],0,,False,1157,39,73,,None,,,,,,,"[{'screen_name': 'SidewalkSciGuy', 'name': 'Alex Martin, Sidewalk Science Center', 'id': '2551758512'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Sloppy93', 'name': 'Alex Tutt', 'id': '913934962411409408'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +5710,1107380559834046465,1107378575924035584,1552855074000.0,2019-03-17 20:37:54,+0000,,@Some1gg Transpiration cooling will be added wherever we see erosion of the shield. Starship needs to be ready to fly again immediately after landing. Zero refurbishment.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107380559834046465,[],[],0,,False,4357,92,156,,None,,,,,,,[],,,, +5711,1107379727302451200,1107378575924035584,1552854875000.0,2019-03-17 20:34:35,+0000,,@Kristennetten No straight path for hot gas to accelerate through the gaps,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107379727302451200,[],[],0,,False,4267,100,96,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +5712,1107378575924035584,1107378575924035584,1552854601000.0,2019-03-17 20:30:01,+0000,,Testing Starship heatshield hex tiles https://t.co/PycE9VthxQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107378575924035584,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1107378523050668032/pu/img/tEX3bYcnXEzskZQF.jpg,False,135815,3253,11111,,None,,,,,,,[],,,, +5713,1107376856175513600,1106892423790317568,1552854191000.0,2019-03-17 20:23:11,+0000,,"@Mathias_Wehler @Sloppy93 @Erdayastronaut @annerajb @flcnhvy @austinbarnard45 Hexagonal tiles on most of windward side, no shield needed on leeward side, transpiration cooling on hotspots",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107376856175513600,[],[],0,,False,1104,51,37,,None,,,,,,,"[{'screen_name': 'Mathias_Wehler', 'name': 'Mathias Wehler', 'id': '851801757583900672'}, {'screen_name': 'Sloppy93', 'name': 'Alex Tutt', 'id': '913934962411409408'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +5714,1107375061336416256,1106892423790317568,1552853763000.0,2019-03-17 20:16:03,+0000,,@Sloppy93 @Erdayastronaut @annerajb @flcnhvy @austinbarnard45 Only some of the hottest sections,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107375061336416256,[],[],0,,False,985,28,21,,None,,,,,,,"[{'screen_name': 'Sloppy93', 'name': 'Alex Tutt', 'id': '913934962411409408'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +5715,1107374051410886656,1106892423790317568,1552853522000.0,2019-03-17 20:12:02,+0000,,@annerajb @Erdayastronaut @flcnhvy @austinbarnard45 Full size,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107374051410886656,[],[],0,,False,1060,20,34,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +5716,1107373237208416256,1106892423790317568,1552853328000.0,2019-03-17 20:08:48,+0000,,@annerajb @Erdayastronaut @flcnhvy @austinbarnard45 We decided to skip building a new nosecone for Hopper. Don’t need it. What you see being built is the orbital Starship vehicle.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107373237208416256,[],[],0,,False,1869,84,164,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +5717,1107372556145688576,1106892423790317568,1552853166000.0,2019-03-17 20:06:06,+0000,,"@Erdayastronaut @flcnhvy @austinbarnard45 You can deep throttle on single shaft system by choking flow of fuel or oxygen between pump & combustion chamber. Problem is more with the tiny rocket engine that powers the pump, called a gas generator. That has to throttle *way* deeper than the main chamber.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1107372556145688576,[],[],0,,False,1419,55,56,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +5718,1107370515570671616,1106892423790317568,1552852679000.0,2019-03-17 19:57:59,+0000,,"@nextspaceflight @Erdayastronaut @flcnhvy @austinbarnard45 Working on regulatory approval for both Boca Chica, Texas, and Cape Kennedy, Florida. Will also be building Starship & Super Heavy simultaneously in both locations.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1107370515570671616,[],[],0,,False,1973,91,171,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +5719,1107369888945831936,1107369427144712200,1552852530000.0,2019-03-17 19:55:30,+0000,,@THE_REAL_KEAGAN @Tesla @LikeTeslaKim @BenSullins @teslainventory Agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1107369888945831936,[],[],0,,False,711,21,11,,None,,,,,,,"[{'screen_name': 'THE_REAL_KEAGAN', 'name': 'KEAGAN', 'id': '3158052462'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}, {'screen_name': 'teslainventory', 'name': '🔋Erik🔋', 'id': '565198801'}]",,,, +5720,1107369149431341057,1106892423790317568,1552852353000.0,2019-03-17 19:52:33,+0000,,"@Erdayastronaut @flcnhvy @austinbarnard45 Raptor is *very* complex, even for a staged combustion engine. We’re simplifying as much as possible with each iteration. Throttling down to ~50% is hard, but manageable. Going to 25% would be extremely tough, but hopefully not needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1107369149431341057,[],[],0,,False,1825,47,87,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +5721,1107367010432737280,1106892423790317568,1552851843000.0,2019-03-17 19:44:03,+0000,,"@omarqazi @flcnhvy @austinbarnard45 Started rolling it out a few days ago. Always starts slow, find rare corner case issues, fix them, continue rollout …",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1107367010432737280,[],[],0,,False,788,64,33,,None,,,,,,,"[{'screen_name': 'omarqazi', 'name': 'Omar Qazi', 'id': '601963'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +5722,1107366178471608321,1106892423790317568,1552851645000.0,2019-03-17 19:40:45,+0000,,"@flcnhvy @austinbarnard45 Hopefully. Always many issues integrating engine & stage. First hops will lift off, but only barely.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1107366178471608321,[],[],0,,False,1676,39,78,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +5723,1107365369168056320,1106892423790317568,1552851452000.0,2019-03-17 19:37:32,+0000,,@austinbarnard45 First (really short) hops with one engine. Suborbital flights with three.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1107365369168056320,[],[],0,,False,5331,85,174,,None,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +5724,1107077920927809537,1107039792427134984,1552782919000.0,2019-03-17 00:35:19,+0000,,@ElectrekCo @FredericLambert Goes against interests of all Texans,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1107077920927809537,[],[],0,,False,3860,263,190,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +5725,1107074115926671364,1107039792427134984,1552782012000.0,2019-03-17 00:20:12,+0000,,"@ElectrekCo @FredericLambert Wow, this is crazy",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1107074115926671364,[],[],0,,False,20426,549,756,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +5726,1107038036913610752,1107026609268113408,1552773410000.0,2019-03-16 21:56:50,+0000,,"@NuovaRealta If someone really wants to return the car in good faith on day 8, that’s fine",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1107038036913610752,[],[],0,,False,2127,127,65,,None,,,,,,,"[{'screen_name': 'NuovaRealta', 'name': '≡ LιSλB E-7H ⚡️', 'id': '783475735'}]",,,, +5727,1107029046095810561,1107026609268113408,1552771266000.0,2019-03-16 21:21:06,+0000,,"To be clear, orders are fully refundable, even after you’ve had your Tesla for a week",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1107029046095810561,[],[],0,,False,29045,848,960,,None,,,,,,,[],,,, +5728,1107026609268113408,1107026609268113408,1552770685000.0,2019-03-16 21:11:25,+0000,,Reminder to buy our S3XY cars before midnight on Monday! Prices rise slightly worldwide on Tuesday. You can order online at https://t.co/46TXqRrsdr.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1107026609268113408,['http://Tesla.com'],[],0,,False,38824,1595,2846,,None,,,,,,,[],,,, +5729,1107024921333387264,1107019690856116224,1552770283000.0,2019-03-16 21:04:43,+0000,,@AskDrStupid @vincent13031925 @dave_ross @Tesla Yes!,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1107024921333387264,[],[],0,,False,794,47,20,,None,,,,,,,"[{'screen_name': 'AskDrStupid', 'name': 'Doctor Stupid', 'id': '79134934'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'dave_ross', 'name': 'David Ross', 'id': '95224523'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5730,1107024770304868352,1107019690856116224,1552770247000.0,2019-03-16 21:04:07,+0000,,"@lexiheft @vincent13031925 @dave_ross @Tesla Definitely down the road, once construction & upgrades aren’t so crazy",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1107024770304868352,[],[],0,,False,818,24,28,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'dave_ross', 'name': 'David Ross', 'id': '95224523'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5731,1107024385632722944,1107019690856116224,1552770155000.0,2019-03-16 21:02:35,+0000,,"@vincent13031925 @dave_ross @Tesla This causes some media confusion, as batch builds & ship arrival times can make our sales seem incredible one month & terrible following month, but consumer tastes don’t actually vary so much. Massive month over month changes are usually because of production/shipping schedules.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1107024385632722944,[],[],0,,False,873,49,58,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'dave_ross', 'name': 'David Ross', 'id': '95224523'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5732,1107022190426247168,1107019690856116224,1552769632000.0,2019-03-16 20:53:52,+0000,,"@vincent13031925 @dave_ross @Tesla Not exactly same time, as countries have different regulations & we try to build in batches to simplify production",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1107022190426247168,[],[],0,,False,708,23,26,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'dave_ross', 'name': 'David Ross', 'id': '95224523'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5733,1107020062177714176,1107019690856116224,1552769124000.0,2019-03-16 20:45:24,+0000,,"@dave_ross @Tesla Might arrive by June, but def before end of summer",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1107020062177714176,[],[],0,,False,3795,152,80,,None,,,,,,,"[{'screen_name': 'dave_ross', 'name': 'David Ross', 'id': '95224523'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5734,1107018227727491073,1100916596506189830,1552768687000.0,2019-03-16 20:38:07,+0000,,"@TrevorMahlmann @Tesla @PopMech Model 3 partial permanent magnet induction motor, especially with silicon carbide inverter, is so efficient that it outdoes two induction motors. If we could decouple forward induction motor to avoid spin losses, then range of dual might be higher, but that’s a lot of complexity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1107018227727491073,[],[],0,,False,1358,65,79,,None,,,,,,,"[{'screen_name': 'TrevorMahlmann', 'name': '📸Trevor Mahlmann', 'id': '832270448'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'PopMech', 'name': 'Popular Mechanics', 'id': '23116280'}]",,,, +5735,1107011362423599104,1100916596506189830,1552767050000.0,2019-03-16 20:10:50,+0000,,"@ColinRossUBC827 @Tesla @PopMech Exactly! In fact, better to have RWD with winter tires than AWD with summer tires. We appreciate the extra expenditure if people do buy AWD, but it isn’t critical for snowy regions.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1107011362423599104,[],[],0,,False,1324,80,58,,None,,,,,,,"[{'screen_name': 'ColinRossUBC827', 'name': 'Colin Ross', 'id': '716619975172038657'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'PopMech', 'name': 'Popular Mechanics', 'id': '23116280'}]",,,, +5736,1107009951266824192,1100916596506189830,1552766714000.0,2019-03-16 20:05:14,+0000,,"@Tesla @PopMech Still get this question a lot, even though Norway 🇳🇴 has highest Tesla cars per person on 🌏 (super appreciated!). Also, AWD is nice to have, but def not required for snow/ice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1107009951266824192,[],[],0,,False,6859,254,332,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'PopMech', 'name': 'Popular Mechanics', 'id': '23116280'}]",,,, +5737,1106714774694297601,1106714324968468480,1552696338000.0,2019-03-16 00:32:18,+0000,,"About a minute in, we flashed a teaser pic of Tesla cyberpunk truck https://t.co/hLsGsdyuGA",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1106714774694297601,[],['https://pbs.twimg.com/media/D1vXOCdVAAA5-dm.jpg'],1,https://pbs.twimg.com/media/D1vXOCdVAAA5-dm.jpg,False,34105,1208,2360,,None,,,,,,,[],,,, +5738,1106714324968468480,1106714324968468480,1552696231000.0,2019-03-16 00:30:31,+0000,,End Titles from Blade Runner played after Model Y webcast cut https://t.co/WjR1MidZpH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1106714324968468480,['https://m.youtube.com/watch?v=JAwo7DPUFUM'],[],0,,False,14762,341,709,,None,,,,,,,[],,,, +5739,1106710807201501184,1106710807201501184,1552695392000.0,2019-03-16 00:16:32,+0000,,Designed to feel much bigger on inside than it looks on outside. An incredibly important principle.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1106710807201501184,[],[],0,,False,34570,1358,1901,https://twitter.com/Tesla/status/1106429722378956801,None,,,,,,,[],,,, +5740,1106480210713559040,1106458829603037185,1552640414000.0,2019-03-15 09:00:14,+0000,,"@LikeTeslaKim There was something, but no one caught it",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1106480210713559040,[],[],0,,False,11912,470,313,,None,,,,,,,[],,,, +5741,1106479813294878720,1106458829603037185,1552640319000.0,2019-03-15 08:58:39,+0000,,@Geopilot @dimas_______ @LikeTeslaKim It also feels way bigger on the inside than it appears on the outside,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1106479813294878720,[],[],0,,False,1451,83,46,,None,,,,,,,"[{'screen_name': 'Geopilot', 'name': 'ComicfromPlanet9', 'id': '14410744'}, {'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}]",,,, +5742,1106478126123479040,1106424534528229376,1552639917000.0,2019-03-15 08:51:57,+0000,,"@shurathi17 Would love to be there this year. If not, definitely next! 💛 India 💛",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1106478126123479040,[],[],0,,False,2802,151,342,,None,,,,,,,"[{'screen_name': 'shurathi17', 'name': 'Shubham Rathi', 'id': '400141695'}]",,,, +5743,1106476848475566080,1106458829603037185,1552639612000.0,2019-03-15 08:46:52,+0000,,@dimas_______ @LikeTeslaKim Yeah https://t.co/bwVuRCTxC0,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1106476848475566080,[],['https://pbs.twimg.com/media/D1r-01HUgAAXHTh.jpg'],1,https://pbs.twimg.com/media/D1r-01HUgAAXHTh.jpg,False,3067,83,192,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}]",,,, +5744,1106476347788951553,1106458829603037185,1552639493000.0,2019-03-15 08:44:53,+0000,,@LikeTeslaKim https://t.co/J3JyxGHwdi,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1106476347788951553,[],['https://pbs.twimg.com/media/D1r-X2IUkAAClAk.jpg'],1,https://pbs.twimg.com/media/D1r-X2IUkAAClAk.jpg,False,13255,78,568,,None,,,,,,,[],,,, +5745,1106455413694722049,1106455152402354176,1552634502000.0,2019-03-15 07:21:42,+0000,,@SuperSaf @Tesla Exactly!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1106455413694722049,[],[],0,,False,7614,155,120,,None,,,,,,,"[{'screen_name': 'SuperSaf', 'name': 'Safwan AhmedMia', 'id': '28090436'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5746,1106424534528229376,1106424534528229376,1552627140000.0,2019-03-15 05:19:00,+0000,,London to Beijing Supercharger route,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1106424534528229376,[],[],0,,False,23447,930,1657,https://twitter.com/technosucks/status/1106401863535075328,None,,,,,,,[],,,, +5747,1106319363840397312,1106319363840397312,1552602065000.0,2019-03-14 22:21:05,+0000,,Worth watching Revenge of the Electric Car. Covers rebirth of electric cars in general. Has footage before & after we started production of our first car. https://t.co/nq2nVjAGUI,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1106319363840397312,['https://m.youtube.com/watch?v=ru89x1jmpq4'],[],0,,False,17083,567,2578,,None,,,,,,,[],,,, +5748,1106296019606597632,1106063248581894144,1552596499000.0,2019-03-14 20:48:19,+0000,,@thejmmonroe The hardest joke ever,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1106296019606597632,[],[],0,,False,4242,101,113,,None,,,,,,,"[{'screen_name': 'thejmmonroe', 'name': 'James M. Monroe', 'id': '39221035'}]",,,, +5749,1106283892326096896,1106257300266704898,1552593608000.0,2019-03-14 20:00:08,+0000,,@Tesla With pie 🥧,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1106283892326096896,[],[],0,,False,30761,844,957,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5750,1106278642152177664,1106277883356635139,1552592356000.0,2019-03-14 19:39:16,+0000,,"@hedweg Long-term, it’s about coupling the collective will of humanity to AI. Short-term, it’s about improving the lives of those with brain or spine problems.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1106278642152177664,[],[],0,,False,1083,62,73,,None,,,,,,,"[{'screen_name': 'hedweg', 'name': 'Michelle Snook', 'id': '53712204'}]",,,, +5751,1106266069847543808,1105891600436158464,1552589359000.0,2019-03-14 18:49:19,+0000,,"@teslainventory @Tesla Next software update will increase storm watch sensitivity. You’re right, it’s currently too low.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1106266069847543808,[],[],0,,False,1467,43,50,,None,,,,,,,"[{'screen_name': 'teslainventory', 'name': '🔋Erik🔋', 'id': '565198801'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5752,1106254070912675840,1105891600436158464,1552586498000.0,2019-03-14 18:01:38,+0000,,@teslainventory @Tesla Checking into this,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1106254070912675840,[],[],0,,False,7756,68,100,,None,,,,,,,"[{'screen_name': 'teslainventory', 'name': '🔋Erik🔋', 'id': '565198801'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5753,1106063248581894144,1106063248581894144,1552541002000.0,2019-03-14 05:23:22,+0000,,S3XY https://t.co/3ECtKEL2BH,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1106063248581894144,[],['https://pbs.twimg.com/media/D1mGo5dXgAAftms.jpg'],1,https://pbs.twimg.com/media/D1mGo5dXgAAftms.jpg,False,210938,3369,30324,,None,,,,,,,[],,,, +5754,1105931449406898176,1105767286361726977,1552509579000.0,2019-03-13 20:39:39,+0000,,@TeslaM3Spain @Tesla OTA,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1105931449406898176,[],[],0,,False,4624,146,91,,None,,,,,,,"[{'screen_name': 'TeslaM3Spain', 'name': 'Tesla Model3 España', 'id': '716895276653522945'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5755,1105842695761588226,1105836813783044098,1552488418000.0,2019-03-13 14:46:58,+0000,,@MattLibman @JamesHoffmann3 @Cooldream0 Plug in a USB drive to record video,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1105842695761588226,[],[],0,,False,644,48,21,,None,,,,,,,"[{'screen_name': 'mattlibman', 'name': 'Matthew Libman', 'id': '2242795723'}, {'screen_name': 'JamesHoffmann3', 'name': 'James Hoffmann', 'id': '358341314'}, {'screen_name': 'Cooldream0', 'name': 'Cooldream', 'id': '72861599'}]",,,, +5756,1105837312586346497,1105836813783044098,1552487135000.0,2019-03-13 14:25:35,+0000,,"@Cooldream0 Comes with 2019.8, which finishes validation this week",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1105837312586346497,[],[],0,,False,4464,84,85,,None,,,,,,,"[{'screen_name': 'Cooldream0', 'name': 'Cooldream', 'id': '72861599'}]",,,, +5757,1105556139184410626,1105556139184410626,1552420098000.0,2019-03-12 19:48:18,+0000,,Looking forward to building a Boring Company tunnel in Vegas. Assuming to be operational by end of year!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1105556139184410626,[],[],0,,False,29608,1125,2114,https://twitter.com/boringcompany/status/1103428015030181888,None,,,,,,,[],,,, +5758,1105549053696327680,1105318154375376897,1552418409000.0,2019-03-12 19:20:09,+0000,,@WillFealey @TonyTesla4Life @tesla_truth @FredericLambert @jeffborden_cga @marc_benton @MrTommyCampbell @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1105549053696327680,[],[],0,,False,666,48,26,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}, {'screen_name': 'TonyTesla4Life', 'name': 'Tony Pham - “Quick Bandit” license plate mount', 'id': '1004045430106120193'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'jeffborden_cga', 'name': 'Jeff Borden', 'id': '273140208'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5759,1105348296174784513,1105318154375376897,1552370544000.0,2019-03-12 06:02:24,+0000,,@DirkSmit76 Our “list” prices are our actual prices. Software (and automotive) vary prices frequently by changing the discount or rebate.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1105348296174784513,[],[],0,,False,870,52,30,,None,,,,,,,"[{'screen_name': 'DirkSmit76', 'name': 'Dirk Smit', 'id': '3297538031'}]",,,, +5760,1105346215946805250,1105339649474486272,1552370048000.0,2019-03-12 05:54:08,+0000,,"@DMC_Ryan Sure, that would be great",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105346215946805250,[],[],0,,False,945,53,29,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +5761,1105341204382736384,1105318154375376897,1552368854000.0,2019-03-12 05:34:14,+0000,,@TonyTesla4Life @tesla_truth @FredericLambert @jeffborden_cga @marc_benton @MrTommyCampbell @Tesla Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105341204382736384,[],[],0,,False,603,37,16,,None,,,,,,,"[{'screen_name': 'TonyTesla4Life', 'name': 'Tony Pham - “Quick Bandit” license plate mount', 'id': '1004045430106120193'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'jeffborden_cga', 'name': 'Jeff Borden', 'id': '273140208'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5762,1105340648985518080,1105318154375376897,1552368721000.0,2019-03-12 05:32:01,+0000,,@TonyTesla4Life @tesla_truth @FredericLambert @jeffborden_cga @marc_benton @MrTommyCampbell @Tesla Correct,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105340648985518080,[],[],0,,False,648,31,21,,None,,,,,,,"[{'screen_name': 'TonyTesla4Life', 'name': 'Tony Pham - “Quick Bandit” license plate mount', 'id': '1004045430106120193'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'jeffborden_cga', 'name': 'Jeff Borden', 'id': '273140208'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5763,1105337924386615296,1105318154375376897,1552368072000.0,2019-03-12 05:21:12,+0000,,@fredsa @FredericLambert @jeffborden_cga @marc_benton @MrTommyCampbell @Tesla That’s the plan,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105337924386615296,[],[],0,,False,679,41,16,,None,,,,,,,"[{'screen_name': 'fredsa', 'name': 'Fred Sauer', 'id': '21984234'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'jeffborden_cga', 'name': 'Jeff Borden', 'id': '273140208'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5764,1105337079326629888,1105318154375376897,1552367870000.0,2019-03-12 05:17:50,+0000,,@Syntality @FredericLambert @jeffborden_cga @marc_benton @MrTommyCampbell @Tesla Of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105337079326629888,[],[],0,,False,604,21,13,,None,,,,,,,"[{'screen_name': 'Syntality', 'name': 'capprog', 'id': '801134076191064064'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'jeffborden_cga', 'name': 'Jeff Borden', 'id': '273140208'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5765,1105336395889967104,1105318154375376897,1552367707000.0,2019-03-12 05:15:07,+0000,,@brandynspears 6,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105336395889967104,[],[],0,,False,561,13,8,,None,,,,,,,[],,,, +5766,1105336158743977984,1105318154375376897,1552367651000.0,2019-03-12 05:14:11,+0000,,"@FredericLambert @jeffborden_cga @marc_benton @MrTommyCampbell @Tesla In retrospect, lower price shouldn’t have been offered. Was done so because some simply couldn’t afford it. Prices revert to normal on Monday.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105336158743977984,[],[],0,,False,946,150,53,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'jeffborden_cga', 'name': 'Jeff Borden', 'id': '273140208'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5767,1105334810002649088,1105318154375376897,1552367329000.0,2019-03-12 05:08:49,+0000,,"@johnny0129 However, this obviously cannot be discussed with entire global stores team beforehand or news would leak",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105334810002649088,[],[],0,,False,1132,37,24,,None,,,,,,,"[{'screen_name': 'johnny0129', 'name': 'Johnny - Practicing french & Spanish', 'id': '36274970'}]",,,, +5768,1105334514262269952,1105318154375376897,1552367258000.0,2019-03-12 05:07:38,+0000,,"@johnny0129 We are still closing stores, just not as many as before. This basically splits the difference — about half as many stores closed, but then can afford only about half the price reduction. Was discussed with exec team & board.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105334514262269952,[],[],0,,False,1273,43,37,,None,,,,,,,"[{'screen_name': 'johnny0129', 'name': 'Johnny - Practicing french & Spanish', 'id': '36274970'}]",,,, +5769,1105333522728775686,1105318154375376897,1552367022000.0,2019-03-12 05:03:42,+0000,,"@jeffborden_cga @marc_benton @MrTommyCampbell @Tesla When prices go down, those who already bought want the lower price, but, if prices go up, those who already bought don’t want to write Tesla a check. So it goes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1105333522728775686,[],[],0,,False,1453,86,105,,None,,,,,,,"[{'screen_name': 'jeffborden_cga', 'name': 'Jeff Borden', 'id': '273140208'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5770,1105330936810360834,1105318154375376897,1552366406000.0,2019-03-12 04:53:26,+0000,,@soundanswer @marc_benton @MrTommyCampbell Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1105330936810360834,[],[],0,,False,470,21,14,,None,,,,,,,"[{'screen_name': 'soundanswer', 'name': 'Erik J. Martin', 'id': '15435983'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}]",,,, +5771,1105329293788209154,1105318154375376897,1552366014000.0,2019-03-12 04:46:54,+0000,,@marc_benton @MrTommyCampbell Those prices will revert to normal on Monday too,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1105329293788209154,[],[],0,,False,808,72,25,,None,,,,,,,"[{'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}]",,,, +5772,1105321691087953922,1105318154375376897,1552364201000.0,2019-03-12 04:16:41,+0000,,Applies worldwide,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1105321691087953922,[],[],0,,False,19172,607,489,,None,,,,,,,[],,,, +5773,1105320769913909248,1105318154375376897,1552363982000.0,2019-03-12 04:13:02,+0000,,@vincent13031925 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1105320769913909248,[],[],0,,False,716,31,19,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +5774,1105318154375376897,1105318154375376897,1552363358000.0,2019-03-12 04:02:38,+0000,,"Tesla car prices go up ~3% next week, except for $35k Model 3. Order online at https://t.co/46TXqRrsdr before then for current prices.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1105318154375376897,['http://Tesla.com'],[],0,,False,23948,1259,1463,,None,,,,,,,[],,,, +5775,1105002864898793472,1104996129853255680,1552288187000.0,2019-03-11 07:09:47,+0000,,@teslaownersSV @Jays200 @Tesla Couldn’t resolve all the rights issues. Will add another racing game soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1105002864898793472,[],[],0,,False,1079,117,44,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Jays200', 'name': 'Jays', 'id': '382545687'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5776,1105001445575733248,1104996129853255680,1552287849000.0,2019-03-11 07:04:09,+0000,,@Jays200 @Tesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1105001445575733248,[],[],0,,False,1945,68,53,,None,,,,,,,"[{'screen_name': 'Jays200', 'name': 'Jays', 'id': '382545687'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5777,1104959683364708352,1104016648959221760,1552277892000.0,2019-03-11 04:18:12,+0000,,"@Erdayastronaut @somepitch Yeah, it might break",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1104959683364708352,[],[],0,,False,1696,69,46,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'somepitch', 'name': 'Colin', 'id': '172989426'}]",,,, +5778,1104945526389104640,1104643565983092737,1552274517000.0,2019-03-11 03:21:57,+0000,,@MFrunker @cleantechnica Software release later this week should make it better,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1104945526389104640,[],[],0,,False,1204,58,38,,None,,,,,,,"[{'screen_name': 'MFrunker', 'name': 'MotherFrunker #FSDBetaCanada 🇨🇦', 'id': '1052331772808192001'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +5779,1104945142065070081,1104016648959221760,1552274425000.0,2019-03-11 03:20:25,+0000,,@somepitch 2,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1104945142065070081,[],[],0,,False,843,20,18,,None,,,,,,,"[{'screen_name': 'somepitch', 'name': 'Colin', 'id': '172989426'}]",,,, +5780,1104944653931958272,1104643565983092737,1552274309000.0,2019-03-11 03:18:29,+0000,,@cleantechnica True (sigh),en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1104944653931958272,[],[],0,,False,18255,194,436,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +5781,1104944410419126274,1104934441493848065,1552274250000.0,2019-03-11 03:17:30,+0000,,@cleantechnica True,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1104944410419126274,[],[],0,,False,5671,77,113,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +5782,1104517220313382912,1104016648959221760,1552172400000.0,2019-03-09 23:00:00,+0000,,"@Drew78823936 @Erdayastronaut @DJSnM @RocketTenor @NASA @SpaceX @Space_Station @Commercial_Crew Probably right. Starship rate of progress far exceeds Falcon & Dragon, although they’re critical to getting there. dInnovation/dt is what matters long-term.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1104517220313382912,[],[],0,,False,2032,120,104,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'RocketTenor', 'name': 'Derek Sellers', 'id': '74319457'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +5783,1104514410935050240,1104016648959221760,1552171731000.0,2019-03-09 22:48:51,+0000,,"@DJSnM @RocketTenor @NASA @SpaceX @Space_Station @Commercial_Crew For cargo missions, propulsive land landing should be no problem. Doesn’t have same safety criticality as crew.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1104514410935050240,[],[],0,,False,2326,80,109,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'RocketTenor', 'name': 'Derek Sellers', 'id': '74319457'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +5784,1104511205933146112,1104016648959221760,1552170966000.0,2019-03-09 22:36:06,+0000,,@dmk184 @NASA @SpaceX @Space_Station @Commercial_Crew Pretty much any moon or planet that has a solid or liquid surface,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1104511205933146112,[],[],0,,False,1268,41,38,,None,,,,,,,"[{'screen_name': 'dmk184', 'name': 'David Kayal', 'id': '846873463'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +5785,1104510803313487872,1104016648959221760,1552170870000.0,2019-03-09 22:34:30,+0000,,"@iamkostmos @NASA @SpaceX @Space_Station @Commercial_Crew Most likely, but this is contingent upon NASA review & approval",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1104510803313487872,[],[],0,,False,1397,42,47,,None,,,,,,,"[{'screen_name': 'iamkostmos', 'name': 'Kostia M', 'id': '1329715796'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +5786,1104510381886603264,1104016648959221760,1552170770000.0,2019-03-09 22:32:50,+0000,,"@xandriteme @NASA @SpaceX @Space_Station @Commercial_Crew Best to use a giant brake pad, aka heat shield",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1104510381886603264,[],[],0,,False,1057,22,24,,None,,,,,,,"[{'screen_name': 'xandriteme', 'name': 'Keith', 'id': '2837533292'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +5787,1104510016948592641,1104016648959221760,1552170683000.0,2019-03-09 22:31:23,+0000,,@ajithshan03 @NASA @SpaceX @Space_Station @Commercial_Crew No,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1104510016948592641,[],[],0,,False,1286,32,21,,None,,,,,,,"[{'screen_name': 'ajithshan03', 'name': 'Ajith Shan', 'id': '3455872092'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +5788,1104509345922838528,1104016648959221760,1552170523000.0,2019-03-09 22:28:43,+0000,,"@NASA @SpaceX @Space_Station @Commercial_Crew Dragon 2 was designed to land using thrusters, with parachutes as backup. Switched to chutes as primary, due to difficulty of proving safety, but Dragon can still do it. https://t.co/Mr7VFIQwWf",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1104509345922838528,['https://m.youtube.com/watch?v=07Pm8ZY0XJI'],[],0,,False,13893,358,873,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +5789,1104498091305009152,1104483256962109442,1552167840000.0,2019-03-09 21:44:00,+0000,,@TheOnion https://t.co/JoBxDo3zwh,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1104498091305009152,[],['https://pbs.twimg.com/media/D1P3KABV4AAfY9H.jpg'],1,https://pbs.twimg.com/media/D1P3KABV4AAfY9H.jpg,False,75328,916,7447,,None,,,,,,,[],,,, +5790,1104462447652438016,1104400400785031168,1552159342000.0,2019-03-09 19:22:22,+0000,,@MKBHD @Tesla 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1104462447652438016,[],[],0,,False,88185,448,2760,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5791,1104147569762947072,1104090692215726080,1552084269000.0,2019-03-08 22:31:09,+0000,,"@Astronotic_s 27,000 km/h",und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1104147569762947072,[],[],0,,False,2497,92,55,,None,,,,,,,"[{'screen_name': 'Astronotic_s', 'name': 'A', 'id': '2942494162'}]",,,, +5792,1104145565028241408,1104025378513920000,1552083791000.0,2019-03-08 22:23:11,+0000,,@BPSYT1 @Erdayastronaut @roscosmos @Rogozin @JimBridenstine Raptor on way to Hopper. Will be mounted to vehicle next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1104145565028241408,[],[],0,,False,2361,80,173,,None,,,,,,,"[{'screen_name': 'BPSYT1', 'name': 'Bot', 'id': '4824663723'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}, {'screen_name': 'Rogozin', 'name': 'РОГОЗИН', 'id': '36980694'}, {'screen_name': 'JimBridenstine', 'name': 'Jim Bridenstine', 'id': '243418245'}]",,,, +5793,1104144985572532224,1104025378513920000,1552083653000.0,2019-03-08 22:20:53,+0000,,@Erdayastronaut @roscosmos @Rogozin @JimBridenstine NK-33 & RD 170/180 are exceptional,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1104144985572532224,[],[],0,,False,1648,30,54,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}, {'screen_name': 'Rogozin', 'name': 'РОГОЗИН', 'id': '36980694'}, {'screen_name': 'JimBridenstine', 'name': 'Jim Bridenstine', 'id': '243418245'}]",,,, +5794,1104143614345527296,1104025378513920000,1552083326000.0,2019-03-08 22:15:26,+0000,,@roscosmos @Rogozin @JimBridenstine Thank you on behalf of SpaceX! We have always admired your rocket/spacecraft technology.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1104143614345527296,[],[],0,,False,7679,88,277,,None,,,,,,,"[{'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}, {'screen_name': 'Rogozin', 'name': 'РОГОЗИН', 'id': '36980694'}, {'screen_name': 'JimBridenstine', 'name': 'Jim Bridenstine', 'id': '243418245'}]",,,, +5795,1104141771863339008,1104049983760805889,1552082887000.0,2019-03-08 22:08:07,+0000,,@BarackObama @NASA @SpaceX @Commercial_Crew Thank you on behalf of the people of SpaceX!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1104141771863339008,[],[],0,,False,46914,220,1251,,None,,,,,,,"[{'screen_name': 'BarackObama', 'name': 'Barack Obama', 'id': '813286'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}]",,,, +5796,1104092184230289408,1104090692215726080,1552071064000.0,2019-03-08 18:51:04,+0000,,"@JD_2020 All good, system maintained room temperature within spacecraft",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1104092184230289408,[],[],0,,False,3568,90,121,,None,,,,,,,"[{'screen_name': 'JD_2020', 'name': 'Josh Olin', 'id': '16464746'}]",,,, +5797,1104091386230403072,1104090692215726080,1552070874000.0,2019-03-08 18:47:54,+0000,,"@YoBigBrotha Phenolic impregnated carbon ablator, version 3",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1104091386230403072,[],[],0,,False,3685,122,136,,None,,,,,,,"[{'screen_name': 'YoBigBrotha', 'name': 'Khari', 'id': '114545909'}]",,,, +5798,1104090692215726080,1104090692215726080,1552070708000.0,2019-03-08 18:45:08,+0000,,"Atmospheric entry at 17,000 mph is like a meteor & will vaporize steel. Burn marks below are on cold side. Main heatshield on bottom.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1104090692215726080,[],[],0,,False,53598,1573,4659,https://twitter.com/SpaceX/status/1104032250495004673,None,,,,,,,[],,,, +5799,1103929977513271298,1103928072246484992,1552032391000.0,2019-03-08 08:06:31,+0000,,"@RPMTESLA Yes, invitations go out tomorrow",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1103929977513271298,[],[],0,,False,1145,79,53,,None,,,,,,,"[{'screen_name': 'RPMTESLA', 'name': 'RPM’s TESLA Aftermarket Accesories', 'id': '41737311'}]",,,, +5800,1103788377881554945,1103765550461681664,1551998631000.0,2019-03-07 22:43:51,+0000,,@comeaujo @ValueAnalyst1 @Tesla Getting rid of peak power splitting across two bays & updated software with battery warmup results in >2X improvement in fleet charge time,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1103788377881554945,[],[],0,,False,1026,54,54,,None,,,,,,,"[{'screen_name': 'comeaujo', 'name': 'Jonathan Comeau', 'id': '19372536'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5801,1103784856390066176,1103765550461681664,1551997791000.0,2019-03-07 22:29:51,+0000,,"@flcnhvy We will spend 3 or 6 months with public beta of V3 in North America, make sure there are no corner case issues & then begin buildout worldwide.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1103784856390066176,[],[],0,,False,1282,76,66,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +5802,1103783385959301120,1103765550461681664,1551997441000.0,2019-03-07 22:24:01,+0000,,"Those improvements are independent of Supercharger V3 power increase from 135kW to 250+kW. All factors considered, charge time will drop by factor of 4 best case & more than 2 for whole Tesla fleet. Effectively, this more than doubles total WW Supercharger system throughput.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1103783385959301120,[],[],0,,False,14433,379,663,,None,,,,,,,[],,,, +5803,1103765550461681664,1103765550461681664,1551993188000.0,2019-03-07 21:13:08,+0000,,"Latest software improves Tesla Supercharger times by up to 25% for all Tesla S/X/3 worldwide, incl original 2012 Model S. Not splitting power across 2 Supercharger stalls helps all cars up to 50%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1103765550461681664,[],[],0,,False,23199,582,1446,https://twitter.com/Alandbru/status/1103760956830691328,None,,,,,,,[],,,, +5804,1103759810850254848,1103746567150817280,1551991820000.0,2019-03-07 20:50:20,+0000,,@PolyBork So true 🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1103759810850254848,[],[],0,,False,7100,36,74,,None,,,,,,,"[{'screen_name': 'PolyBork', 'name': 'PolyBork', 'id': '1049946873241452545'}]",,,, +5805,1103746567150817280,1103746567150817280,1551988662000.0,2019-03-07 19:57:42,+0000,,Extremely important merch https://t.co/3ZUin7kzYk,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1103746567150817280,[],['https://pbs.twimg.com/media/D1FLps6UwAI_qfW.jpg'],1,https://pbs.twimg.com/media/D1FLps6UwAI_qfW.jpg,False,257483,2704,38835,,None,,,,,,,[],,,, +5806,1103733494126137349,1103567501185638400,1551985546000.0,2019-03-07 19:05:46,+0000,,"@CopticChad @Erdayastronaut @privater @marc_benton @Teslatunity @Model3Owners @Tesla Net power to warm pack is especially low when motors are running, as coolant loop routes motor heat to the pack when outside is cold (& rejects motor heat to air when outside is warm)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1103733494126137349,[],[],0,,False,1013,36,35,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'privater', 'name': 'privater', 'id': '7447692'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5807,1103732520263114752,1103729668987842560,1551985313000.0,2019-03-07 19:01:53,+0000,,"@MM2LLC Yes, but an engine shouldn’t count until it flies",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1103732520263114752,[],[],0,,False,1977,32,40,,None,,,,,,,"[{'screen_name': 'MM2LLC', 'name': 'MaterialMatt - Anti Seditionists.', 'id': '3073389014'}]",,,, +5808,1103732164221329411,1103729668987842560,1551985228000.0,2019-03-07 19:00:28,+0000,,@compdemon Ukraine did play a major role,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1103732164221329411,[],[],0,,False,3683,197,1017,,None,,,,,,,"[{'screen_name': 'compdemon', 'name': 'Чудо-ВаЩе', 'id': '2527254774'}]",,,, +5809,1103731551219539969,1103567501185638400,1551985082000.0,2019-03-07 18:58:02,+0000,,@Erdayastronaut @privater @marc_benton @Teslatunity @Model3Owners @Tesla Very little power & only right before you get to the Supercharger. You won’t notice it in range.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1103731551219539969,[],[],0,,False,1519,29,40,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'privater', 'name': 'privater', 'id': '7447692'}, {'screen_name': 'marc_benton', 'name': 'Marc Benton', 'id': '14162718'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5810,1103730529319284736,1103567501185638400,1551984839000.0,2019-03-07 18:53:59,+0000,,"@privater @marc_benton @Teslatunity @Model3Owners @Tesla If you navigate to Supercharger, car will warm up battery en route, so you start immediately at max power",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1103730529319284736,[],[],0,,False,8972,165,284,,None,,,,,,,"[{'screen_name': 'privater', 'name': 'privater', 'id': '7447692'}, {'screen_name': 'marc_benton', 'name': 'Marc Beta Button Benton', 'id': '14162718'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5811,1103729668987842560,1103729668987842560,1551984634000.0,2019-03-07 18:50:34,+0000,,Russia has excellent rocket engineering & best engine currently flying. Reusable version of their new Angara rocket would be great. https://t.co/6RLvf5R4ni,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1103729668987842560,['https://arstechnica.com/science/2019/03/with-dragon-russian-critic-says-roscosmos-acting-left-behind/'],[],0,,False,17278,687,1592,,None,,,,,,,[],,,, +5812,1103576247412641792,1103419353549205505,1551948055000.0,2019-03-07 08:40:55,+0000,,"@TheRock Thanks, that sounds great!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1103576247412641792,[],[],0,,False,57477,467,1169,,None,,,,,,,"[{'screen_name': 'TheRock', 'name': 'Dwayne Johnson', 'id': '250831586'}]",,,, +5813,1103574166354231297,1103425262312673280,1551947559000.0,2019-03-07 08:32:39,+0000,,@cleantechnica @evannex_com @zshahan3 @Tesla You’re most welcome. Very proud of Tesla team. Super tough 15 years!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1103574166354231297,[],[],0,,False,1888,86,104,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': 'evannex_com', 'name': 'EVANNEX for Tesla Community', 'id': '966647570'}, {'screen_name': 'zshahan3', 'name': 'Zach Shahan', 'id': '60840767'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5814,1103344096993660928,1103333208261885953,1551892706000.0,2019-03-06 17:18:26,+0000,,"@TheRock Oh stop, you’ll make me blush ☺️",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1103344096993660928,[],[],0,,False,140703,703,6204,,None,,,,,,,"[{'screen_name': 'TheRock', 'name': 'Dwayne Johnson', 'id': '250831586'}]",,,, +5815,1103224670612946944,1103221573127827456,1551864233000.0,2019-03-06 09:23:53,+0000,,@Plumazul @Tesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1103224670612946944,[],[],0,,False,16566,139,306,,None,,,,,,,"[{'screen_name': 'Plumazul', 'name': 'David Bluefeather', 'id': '90753037'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5816,1103221573127827456,1103221573127827456,1551863494000.0,2019-03-06 09:11:34,+0000,,"Yeah, I lift a little … https://t.co/UAJdv8qSw1",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1103221573127827456,[],['https://pbs.twimg.com/media/D09uKvVVsAAEL0Q.jpg'],1,https://pbs.twimg.com/media/D09uKvVVsAAEL0Q.jpg,False,702464,9789,98990,,None,,,,,,,[],,,, +5817,1103036275584430080,1102625748521762816,1551819316000.0,2019-03-05 20:55:16,+0000,,@AstroAnnimal 💕💕💕 https://t.co/aazjdYnxZc,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1103036275584430080,[],['https://pbs.twimg.com/media/D07FpKgUcAEdqqk.jpg'],1,https://pbs.twimg.com/media/D07FpKgUcAEdqqk.jpg,False,33760,214,1427,,None,,,,,,,"[{'screen_name': 'AstroAnnimal', 'name': 'Anne McClain', 'id': '1533844754'}]",,,, +5818,1103017584188780544,1102991363472207872,1551814859000.0,2019-03-05 19:40:59,+0000,,@Gfilche @Tesla Tesla comms is fixing. That was a mistake.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1103017584188780544,[],[],0,,False,8376,229,156,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5819,1102847012980969472,1102625748521762816,1551774192000.0,2019-03-05 08:23:12,+0000,,@MoWo91 @AstroAnnimal So cute!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1102847012980969472,[],[],0,,False,2614,60,47,,None,,,,,,,"[{'screen_name': 'MoWo91', 'name': 'M●nikæ W●jdas', 'id': '2225594082'}, {'screen_name': 'AstroAnnimal', 'name': 'Anne McClain', 'id': '1533844754'}]",,,, +5820,1102835573058822144,1102625748521762816,1551771464000.0,2019-03-05 07:37:44,+0000,,@AstroAnnimal Buddy is like an Earth Pokémon,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1102835573058822144,[],[],0,,False,61683,466,2662,,None,,,,,,,"[{'screen_name': 'AstroAnnimal', 'name': 'Anne McClain', 'id': '1533844754'}]",,,, +5821,1102669715095212032,1102621986545491968,1551731921000.0,2019-03-04 20:38:41,+0000,,"@scottwww @Tesla Gap in understanding is that $35k Model 3 production *starts* this month, but will not reach volume production until mid year. Extremely difficult to predict middle part of manufacturing S-curve.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1102669715095212032,[],[],0,,False,12833,293,384,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5822,1102359604011270144,1102350927271346176,1551657985000.0,2019-03-04 00:06:25,+0000,,@lizzieohreally Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1102359604011270144,[],[],0,,False,2154,70,25,,None,,,,,,,"[{'screen_name': 'lizzieohreally', 'name': ""Lizzie O'Leary"", 'id': '51462013'}]",,,, +5823,1102356634305650689,1102350927271346176,1551657277000.0,2019-03-03 23:54:37,+0000,,@flcnhvy @Mariano_Oscos https://t.co/OhMZIFVrN5,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1102356634305650689,[],['https://pbs.twimg.com/media/D0xbg8RU0AEFr3o.jpg'],1,https://pbs.twimg.com/media/D0xbg8RU0AEFr3o.jpg,False,3709,183,92,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}]",,,, +5824,1102355910058369024,1102350927271346176,1551657104000.0,2019-03-03 23:51:44,+0000,,"@Mariano_Oscos No, just literally having toast & jam while playing Jamming",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1102355910058369024,[],[],0,,False,3895,75,92,,None,,,,,,,"[{'screen_name': 'Mariano_Oscos', 'name': 'mariano', 'id': '2978682435'}]",,,, +5825,1102350927271346176,1102350927271346176,1551655916000.0,2019-03-03 23:31:56,+0000,,Having toast & jam in kitchen while playing Jamming by Bob Marley,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1102350927271346176,[],[],0,,False,92753,2822,7757,,None,,,,,,,[],,,, +5826,1102345986117033984,1102332778492772352,1551654738000.0,2019-03-03 23:12:18,+0000,,"@jovanik21 @i_shtpst @MKBHD Yes. Personally, I’m most excited by the Tesla Truck. Maybe it will be too futuristic for most people, but I love it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1102345986117033984,[],[],0,,False,2170,169,152,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +5827,1102345129338105856,1102332778492772352,1551654534000.0,2019-03-03 23:08:54,+0000,,"@MKBHD Yes, anyone will be able to take videos",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1102345129338105856,[],[],0,,False,7514,71,126,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +5828,1102344922554724353,1102332778492772352,1551654484000.0,2019-03-03 23:08:04,+0000,,@KirkNason I believe so,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1102344922554724353,[],[],0,,False,1312,21,25,,None,,,,,,,"[{'screen_name': 'KirkNason', 'name': 'Kirk J. Nason 🌎 🚗🔌🔋', 'id': '36152170'}]",,,, +5829,1102343438668713986,1102332778492772352,1551654130000.0,2019-03-03 23:02:10,+0000,,"@i_shtpst @MKBHD No, that unveil is later this year",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1102343438668713986,[],[],0,,False,1436,55,70,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +5830,1102342523660333056,1102332778492772352,1551653912000.0,2019-03-03 22:58:32,+0000,,@KorrelZ_NL @iPranavOfficial @ikichullo Slightly higher drag * slightly higher frontal area affects air friction & mass affects rolling resistance & hill climb. Physics is the law.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1102342523660333056,[],[],0,,False,1122,48,35,,None,,,,,,,"[{'screen_name': 'KorrelZ_NL', 'name': 'KorrelZoutNL', 'id': '887625060101574656'}, {'screen_name': 'iPranavOfficial', 'name': 'Pranav Rajagopal', 'id': '760244605019389952'}]",,,, +5831,1102340302663180288,1102332778492772352,1551653383000.0,2019-03-03 22:49:43,+0000,,@ikichullo Normal,es,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1102340302663180288,[],[],0,,False,1182,108,34,,None,,,,,,,[],,,, +5832,1102339932662620160,1102332778492772352,1551653295000.0,2019-03-03 22:48:15,+0000,,@teslaownersSV Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1102339932662620160,[],[],0,,False,919,47,34,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +5833,1102339433448140800,1102332778492772352,1551653176000.0,2019-03-03 22:46:16,+0000,,"Detailed specs & pricing will be provided, as well as test rides in Y",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1102339433448140800,[],[],0,,False,25238,632,963,,None,,,,,,,[],,,, +5834,1102338251497431040,1102332778492772352,1551652894000.0,2019-03-03 22:41:34,+0000,,"Model Y, being an SUV, is about 10% bigger than Model 3, so will cost about 10% more & have slightly less range for same battery",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1102338251497431040,[],[],0,,False,29593,647,1814,,None,,,,,,,[],,,, +5835,1102332778492772352,1102332778492772352,1551651589000.0,2019-03-03 22:19:49,+0000,,Model Y unveil event on March 14 at LA Design Studio,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1102332778492772352,[],[],0,,False,77325,2492,9365,,None,,,,,,,[],,,, +5836,1102332191462195201,1102332191462195201,1551651449000.0,2019-03-03 22:17:29,+0000,,First public Tesla V3.0 Supercharger Station goes live Wed 8pm,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1102332191462195201,[],[],0,,False,32805,723,2144,,None,,,,,,,[],,,, +5837,1102181716502822912,1102165558424875014,1551615573000.0,2019-03-03 12:19:33,+0000,,@katlinegrey @Space_Station Спасибо за добрые слова!,ru,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1102181716502822912,[],[],0,,False,8869,284,1336,,None,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +5838,1102171380412440577,1102165558424875014,1551613109000.0,2019-03-03 11:38:29,+0000,,"SpaceX team in Hawthorne control, Dragon docked to Station above https://t.co/JUWkOrWjsH",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1102171380412440577,[],['https://pbs.twimg.com/media/D0uzBj5U4AASHtF.jpg'],1,https://pbs.twimg.com/media/D0uzBj5U4AASHtF.jpg,False,38960,680,2663,,None,,,,,,,[],,,, +5839,1102165558424875014,1102165558424875014,1551611721000.0,2019-03-03 11:15:21,+0000,,SpaceX Crew Dragon has docked with International @Space_Station https://t.co/CccsItLLvJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1102165558424875014,[],['https://pbs.twimg.com/media/D0utuzEVYAAtoJT.jpg'],1,https://pbs.twimg.com/media/D0utuzEVYAAtoJT.jpg,False,82240,1358,10083,,None,,,,,,,[],,,, +5840,1102150592586178561,1102147486909526017,1551608152000.0,2019-03-03 10:15:52,+0000,,"@GeorgeThomson79 @Space_Station Yes, she would be able to breathe",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1102150592586178561,[],[],0,,False,1085,42,22,,None,,,,,,,"[{'screen_name': 'GeorgeThomson79', 'name': 'George Thomson', 'id': '102678041'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +5841,1102147486909526017,1102147486909526017,1551607412000.0,2019-03-03 10:03:32,+0000,,Proximity docking sequence underway. Dragon shadow visible on on @Space_Station solar arrays. https://t.co/ELsxgLIvf0,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/1102147486909526017,[],['https://pbs.twimg.com/media/D0udS3lUcAAbs-g.jpg'],1,https://pbs.twimg.com/media/D0udS3lUcAAbs-g.jpg,False,26938,463,2455,,None,,,,,,,[],,,, +5842,1102134001634951168,1102112647640698880,1551604197000.0,2019-03-03 09:09:57,+0000,,@WorldAndScience One day we will be there to see for ourselves https://t.co/MDs0h9cBqk,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1102134001634951168,['https://m.youtube.com/watch?v=GbXIONSjmkY'],[],0,,False,5326,164,330,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +5843,1102115900029775872,1102112647640698880,1551599881000.0,2019-03-03 07:58:01,+0000,,@WorldAndScience 69F,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1102115900029775872,[],[],0,,False,20168,628,1176,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +5844,1102088097871814656,1101868303402831872,1551593252000.0,2019-03-03 06:07:32,+0000,,@pmnordkvist @Tesla Something like this could work,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1102088097871814656,[],[],0,,False,10514,190,204,,None,,,,,,,"[{'screen_name': 'pmnordkvist', 'name': 'Cringe Dad', 'id': '14838580'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5845,1102086462160306177,1102076191253520384,1551592863000.0,2019-03-03 06:01:03,+0000,,@Buran_Orbiter @Kristennetten @Ieoma123 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1102086462160306177,[],[],0,,False,684,22,19,,None,,,,,,,"[{'screen_name': 'Buran_Orbiter', 'name': 'Buran the Obiter', 'id': '834635170137460736'}, {'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'Ieoma123', 'name': 'Fuck musk, usa pig', 'id': '2819036882'}]",,,, +5846,1102085414276325376,1102083036349370373,1551592613000.0,2019-03-03 05:56:53,+0000,,@halsell_garrett Everyone knows Earth is hollow,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1102085414276325376,[],[],0,,False,1098,69,62,,None,,,,,,,[],,,, +5847,1102077248868311040,1102076191253520384,1551590666000.0,2019-03-03 05:24:26,+0000,,@Ieoma123 I am not a dog. Here’s a pic of me: https://t.co/HUy6YRyDnc,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1102077248868311040,[],['https://pbs.twimg.com/media/D0tdapWUwAAwi0Z.jpg'],1,https://pbs.twimg.com/media/D0tdapWUwAAwi0Z.jpg,False,2822,110,219,,None,,,,,,,"[{'screen_name': 'Ieoma123', 'name': 'Fuck musk, usa pig', 'id': '2819036882'}]",,,, +5848,1102070810984951809,1101882804424658947,1551589131000.0,2019-03-03 04:58:51,+0000,,@guptajayant75 @Erdayastronaut @causal_mind @nico_rosberg Model S will be raised to 162mph too,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1102070810984951809,[],[],0,,False,1200,38,28,,None,,,,,,,"[{'screen_name': 'guptajayant75', 'name': 'Jayant Gupta', 'id': '1006062551027744768'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Nico_Rosberg', 'name': 'Edward Norton', 'id': '1168608879388889088'}]",,,, +5849,1102070350576148481,1101789828574777346,1551589021000.0,2019-03-03 04:57:01,+0000,,@BoeingCEO @SpaceX @Commercial_Crew @NASA @Space_Station Thank you. May you have good luck and godspeed with your spacecraft!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1102070350576148481,[],[],0,,False,1455,17,50,,None,,,,,,,"[{'screen_name': 'BoeingCEO', 'name': 'Boeing Chief Executive Officer', 'id': '3355496165'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +5850,1102019122513235968,1102007681588563969,1551576807000.0,2019-03-03 01:33:27,+0000,,"@realDonaldTrump Thank you on behalf of SpaceX. Also, thank you to @NASA, without whom this would not be possible.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1102019122513235968,[],[],0,,False,61909,778,2934,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +5851,1101990576411561984,1101882804424658947,1551570002000.0,2019-03-02 23:40:02,+0000,,@Erdayastronaut @causal_mind @nico_rosberg Power will increase on all cars. Top speed on 3P increases to 162mph. Range on RWD 3 increases to 325 miles.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1101990576411561984,[],[],0,,False,2822,119,106,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'causal_mind', 'name': 'Wave Quantizer', 'id': '603787528'}, {'screen_name': 'Nico_Rosberg', 'name': 'Edward Norton', 'id': '1168608879388889088'}]",,,, +5852,1101986084697837568,1101882804424658947,1551568931000.0,2019-03-02 23:22:11,+0000,,"@causal_mind @nico_rosberg Yes, new cars and existing fleet",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1101986084697837568,[],[],0,,False,2766,30,48,,None,,,,,,,"[{'screen_name': 'causal_mind', 'name': 'Wave Quantizer', 'id': '603787528'}, {'screen_name': 'Nico_Rosberg', 'name': 'Edward Norton', 'id': '1168608879388889088'}]",,,, +5853,1101981321436581890,1101882804424658947,1551567795000.0,2019-03-02 23:03:15,+0000,,@nico_rosberg Firmware update coming later this month will increase power by ~5% & top speed by 10 km/h or 7mph,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1101981321436581890,[],[],0,,False,4475,95,193,,None,,,,,,,"[{'screen_name': 'Nico_Rosberg', 'name': 'Edward Norton', 'id': '1168608879388889088'}]",,,, +5854,1101973897380012032,1101882804424658947,1551566025000.0,2019-03-02 22:33:45,+0000,,@nico_rosberg Spoiler alert: not Porsche,de,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1101973897380012032,[],[],0,,False,73401,610,3877,,None,,,,,,,"[{'screen_name': 'Nico_Rosberg', 'name': 'Edward Norton', 'id': '1168608879388889088'}]",,,, +5855,1101928546145050624,1101848588483739648,1551555212000.0,2019-03-02 19:33:32,+0000,,@VP @POTUS @NASA @SpaceX Thank you on behalf of the many people of SpaceX,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1101928546145050624,[],[],0,,False,16337,248,537,,None,,,,,,,"[{'screen_name': 'VP', 'name': 'Vice President Kamala Harris', 'id': '803694179079458816'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5856,1101922671036678144,1101912111884656641,1551553812000.0,2019-03-02 19:10:12,+0000,,@fhurst4762 @SpaceX @Space_Station Lightning bolt right before launch,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1101922671036678144,[],[],0,,False,1802,102,72,,None,,,,,,,"[{'screen_name': 'fhurst4762', 'name': 'Weekly Options', 'id': '2691147012'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +5857,1101789828574777346,1101789828574777346,1551522140000.0,2019-03-02 10:22:20,+0000,,Earth floats gently in zero gravity https://t.co/XUH3KeDPVe,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/1101789828574777346,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1101789764309651458/pu/img/Cb5y7B6cd2QRCj1Y.jpg,False,80589,1321,10621,,None,,,,,,,[],,,, +5858,1101765778385321984,1101765778385321984,1551516406000.0,2019-03-02 08:46:46,+0000,,SpaceX Crew Dragon recap https://t.co/MmQmctxRSo,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1101765778385321984,['https://twitter.com/i/events/1101731517045268481'],[],0,,False,13951,391,2135,,None,,,,,,,[],,,, +5859,1101744489469759490,1101721765707825152,1551511330000.0,2019-03-02 07:22:10,+0000,,@raulv48 @bryanMackSC @Tesla Need to get back to SpaceX launch control. Sorry this solution isn’t perfect.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1101744489469759490,[],[],0,,False,1562,137,49,,None,,,,,,,"[{'screen_name': 'raulv48', 'name': 'Raul', 'id': '1057881175480397824'}, {'screen_name': 'bryanMackSC', 'name': 'Bryan', 'id': '728281492640571393'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5860,1101742773336715264,1101721765707825152,1551510921000.0,2019-03-02 07:15:21,+0000,,"@raulv48 @bryanMackSC @Tesla We’re trying to make EVs & autonomy more affordable over time. This is the right thing to do. However, we cannot then also retroactively make earlier buyers whole without killing the company.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1101742773336715264,[],[],0,,False,2203,270,115,,None,,,,,,,"[{'screen_name': 'raulv48', 'name': 'Raul', 'id': '1057881175480397824'}, {'screen_name': 'bryanMackSC', 'name': 'Bryan', 'id': '728281492640571393'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5861,1101741213722525697,1101724210878128128,1551510549000.0,2019-03-02 07:09:09,+0000,,@Sofiaan @royalflushGK Will take a few days for system update,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1101741213722525697,[],[],0,,False,649,31,15,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'royalflushGK', 'name': 'GK', 'id': '717398945782038528'}]",,,, +5862,1101738512406188032,1101724210878128128,1551509905000.0,2019-03-02 06:58:25,+0000,,"@TonyCrisostomo @tesla_truth @royalflushGK Yeah, we need a few days to update the system. If anyone already paid $3k, they should get $1k back.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1101738512406188032,[],[],0,,False,796,59,34,,None,,,,,,,"[{'screen_name': 'TonyCrisostomo', 'name': 'Tesla Tony @CrewTesla', 'id': '46157134'}, {'screen_name': 'tesla_truth', 'name': 'Steve Jobs Ghost 👻', 'id': '1067553335970955264'}, {'screen_name': 'royalflushGK', 'name': 'GK', 'id': '717398945782038528'}]",,,, +5863,1101737858870755329,1101724210878128128,1551509749000.0,2019-03-02 06:55:49,+0000,,"@abhaygupta @royalflushGK It’s not exactly symmetric, but it will come with HW3 upgrade long-term",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1101737858870755329,[],[],0,,False,639,59,15,,None,,,,,,,"[{'screen_name': 'abhaygupta', 'name': 'Abhay Gupta', 'id': '17688795'}, {'screen_name': 'royalflushGK', 'name': 'GK', 'id': '717398945782038528'}]",,,, +5864,1101733087145349120,1101724210878128128,1551508611000.0,2019-03-02 06:36:51,+0000,,"@royalflushGK If you bought enhanced autopilot, FSD upgrade costs $2k instead of $5k",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1101733087145349120,[],[],0,,False,1125,161,64,,None,,,,,,,"[{'screen_name': 'royalflushGK', 'name': 'GK', 'id': '717398945782038528'}]",,,, +5865,1101724210878128128,1101724210878128128,1551506495000.0,2019-03-02 06:01:35,+0000,,"If you bought a Tesla before yesterday’s price reduction, you can have Autopilot or full self-driving at half normal cost (up to $6k less)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1101724210878128128,[],[],0,,False,22424,1071,1318,https://twitter.com/Tesla/status/1101721765707825152,None,,,,,,,[],,,, +5866,1101706972141899776,1101701552153219072,1551502385000.0,2019-03-02 04:53:05,+0000,,@Kristennetten @sivarajkumar237 He is the sensor!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1101706972141899776,[],[],0,,False,4286,81,85,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'sivarajkumar237', 'name': 'Sivaraj', 'id': '1386380306'}]",,,, +5867,1101702389197881346,1101701552153219072,1551501292000.0,2019-03-02 04:34:52,+0000,,"@sivarajkumar237 Nope, he’s going to float around in zero gravity",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1101702389197881346,[],[],0,,False,4631,68,79,,None,,,,,,,"[{'screen_name': 'sivarajkumar237', 'name': 'Sivaraj', 'id': '1386380306'}]",,,, +5868,1101701552153219072,1101701552153219072,1551501093000.0,2019-03-02 04:31:33,+0000,,Super high tech zero-g indicator added just before launch! https://t.co/CRO26plaXq,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1101701552153219072,[],"['https://pbs.twimg.com/media/D0oHuCBX0AECvXo.jpg', 'https://pbs.twimg.com/media/D0oHBvjX4AYZHt1.jpg']",1,https://pbs.twimg.com/media/D0oHuCBX0AECvXo.jpg,False,99528,1435,10163,,None,,,,,,,[],,,, +5869,1101646307863732224,1101645822637338626,1551487922000.0,2019-03-02 00:52:02,+0000,,@Secrethamper @HugsForNoah Happy birthday!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1101646307863732224,[],[],0,,False,5662,88,128,,None,,,,,,,"[{'screen_name': 'Secrethamper', 'name': 'Secret Hamper ™ 🌈💙', 'id': '4845576233'}, {'screen_name': 'HugsForNoah', 'name': '©#HugsForNoah™', 'id': '1458026582'}]",,,, +5870,1101548818280185862,1101548461974044674,1551464678000.0,2019-03-01 18:24:38,+0000,,"@Jay_Marquez Yeah, just use a dryer outlet. High power, easy to install & low cost.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1101548818280185862,[],[],0,,False,9047,138,262,,None,,,,,,,"[{'screen_name': 'Jay_Marquez', 'name': 'Jesus Musk', 'id': '71296252'}]",,,, +5871,1101547909160624130,1101533650208743424,1551464461000.0,2019-03-01 18:21:01,+0000,,@Model3Owners @TroyTeslike Explanation from Tesla later today,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1101547909160624130,[],[],0,,False,4257,155,128,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'TroyTeslike', 'name': 'Troy Teslike', 'id': '1002616999267262465'}]",,,, +5872,1101379585864720384,1101370880486076416,1551424330000.0,2019-03-01 07:12:10,+0000,,@Erdayastronaut Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1101379585864720384,[],[],0,,False,5077,100,73,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +5873,1101373962716495872,1101373867333947392,1551422989000.0,2019-03-01 06:49:49,+0000,,@MihaRekar @SpaceX Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1101373962716495872,[],[],0,,False,813,28,15,,None,,,,,,,"[{'screen_name': 'MihaRekar', 'name': 'Miha Rekar', 'id': '28532360'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5874,1101370880486076416,1101370880486076416,1551422255000.0,2019-03-01 06:37:35,+0000,,Ripley https://t.co/Z9Ztram8Ai,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1101370880486076416,[],['https://pbs.twimg.com/media/D0ja-eBUwAEU4hL.jpg'],1,https://pbs.twimg.com/media/D0ja-eBUwAEU4hL.jpg,False,121948,2106,11016,,None,,,,,,,[],,,, +5875,1101317916018933760,1101289621537808384,1551409627000.0,2019-03-01 03:07:07,+0000,,"Base Model 3 available in Europe in ~6 months, Asia 6 to 8 months. Latter contingent on Shanghai Gigafactory. Country-specific taxes & import duties mean price may be 25% or more above US number.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1101317916018933760,[],[],0,,False,12740,652,727,,None,,,,,,,[],,,, +5876,1101299598562217984,1101273665943961600,1551405260000.0,2019-03-01 01:54:20,+0000,,@mcjamez @martinengwicht @Erdayastronaut @Tesla Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1101299598562217984,[],[],0,,False,1510,50,19,,None,,,,,,,"[{'screen_name': 'mcjamez', 'name': 'Jim McPherson', 'id': '23389610'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5877,1101294689519525888,1101294528399634432,1551404089000.0,2019-03-01 01:34:49,+0000,,@dignityssb No reductions from here,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1101294689519525888,[],[],0,,False,1093,81,43,,None,,,,,,,"[{'screen_name': 'dignityssb', 'name': 'Dignity', 'id': '4238872757'}]",,,, +5878,1101294309872066560,1101273665943961600,1551403999000.0,2019-03-01 01:33:19,+0000,,@Erdayastronaut @Tesla For sure. It fundamentally improves quality of life.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1101294309872066560,[],[],0,,False,3246,101,77,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5879,1101293749257158656,1101273665943961600,1551403865000.0,2019-03-01 01:31:05,+0000,,@Tesla Best choice for most people is standard range plus with Autopilot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1101293749257158656,[],[],0,,False,30298,1105,1143,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5880,1101289621537808384,1101289621537808384,1551402881000.0,2019-03-01 01:14:41,+0000,,Exact Tesla Model 3 in my profile pic costs $35k before incentives & takes 1 minute to buy online at https://t.co/46TXqRrsdr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1101289621537808384,['http://Tesla.com'],[],0,,False,26504,1601,2668,,None,,,,,,,[],,,, +5881,1101259863546425346,1101251169761013760,1551395786000.0,2019-02-28 23:16:26,+0000,,@voidptr @rowdystew @M3Exp I think we should do something here. Will talk with team & send out a note in next few days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1101259863546425346,[],[],0,,False,984,144,40,,None,,,,,,,"[{'screen_name': 'voidptr', 'name': 'Joe Sunday', 'id': '9138462'}, {'screen_name': 'rowdystew', 'name': 'Nathan', 'id': '842510155'}, {'screen_name': 'M3Exp', 'name': 'Earl of #FSDBetaBeggers', 'id': '1062807290539999232'}]",,,, +5882,1101259318920278017,1101259009003143168,1551395656000.0,2019-02-28 23:14:16,+0000,,@Peternotpaul_ Should be ~5% peak power increase with March 15 software release,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1101259318920278017,[],[],0,,False,781,57,46,,None,,,,,,,"[{'screen_name': 'Peternotpaul_', 'name': 'Peter', 'id': '855492683590127617'}]",,,, +5883,1101256596758257664,1101251169761013760,1551395007000.0,2019-02-28 23:03:27,+0000,,"@annerajb @rowdystew @M3Exp Scheduled for March 15 release, along with many other improvements",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1101256596758257664,[],[],0,,False,958,64,52,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'rowdystew', 'name': 'Nathan', 'id': '842510155'}, {'screen_name': 'M3Exp', 'name': 'Earl of #FSDBetaBeggers', 'id': '1062807290539999232'}]",,,, +5884,1101256189051002881,1101251169761013760,1551394910000.0,2019-02-28 23:01:50,+0000,,"@rowdystew @M3Exp Everyone who bought Enhanced Autopilot will get Navigate on Autopilot on highways, advanced summon & autopark",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1101256189051002881,[],[],0,,False,1133,138,104,,None,,,,,,,"[{'screen_name': 'rowdystew', 'name': 'Nathan', 'id': '842510155'}, {'screen_name': 'M3Exp', 'name': 'Master King of FSD Button', 'id': '1062807290539999232'}]",,,, +5885,1100964189357522944,1100957021875159041,1551325292000.0,2019-02-28 03:41:32,+0000,,@NatGeo 😍😍😍😍😍😍,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1100964189357522944,[],[],0,,False,44816,448,1476,,None,,,,,,,"[{'screen_name': 'NatGeo', 'name': 'National Geographic', 'id': '17471979'}]",,,, +5886,1100859244276903937,1100848177735860224,1551300271000.0,2019-02-27 20:44:31,+0000,,@AniruddhaDas852 I was being too obvious,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1100859244276903937,[],[],0,,False,3707,101,60,,None,,,,,,,"[{'screen_name': 'AniruddhaDas852', 'name': 'Aniruddha Das', 'id': '3368148353'}]",,,, +5887,1100859074764107776,1100859074764107776,1551300231000.0,2019-02-27 20:43:51,+0000,,Make the Mars Technocracy real,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1100859074764107776,[],[],0,,False,30194,1961,3018,,None,,,,,,,[],,,, +5888,1100857455699881984,1100848177735860224,1551299845000.0,2019-02-27 20:37:25,+0000,,@IndigoShrimp Yay!,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1100857455699881984,[],[],0,,False,4943,42,80,,None,,,,,,,"[{'screen_name': 'IndigoShrimp', 'name': 'shrimp', 'id': '1076830902205014016'}]",,,, +5889,1100848177735860224,1100848177735860224,1551297632000.0,2019-02-27 20:00:32,+0000,,ET phone home. No answer 😢,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1100848177735860224,[],[],0,,False,135446,2348,12945,,None,,,,,,,[],,,, +5890,1100672354932256773,1100646870601220098,1551255713000.0,2019-02-27 08:21:53,+0000,,Some Tesla news,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1100672354932256773,[],[],0,,False,66060,1937,1867,,None,,,,,,,[],,,, +5891,1100664001912963072,1100659678235652096,1551253722000.0,2019-02-27 07:48:42,+0000,,@SupremePenguin2 Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1100664001912963072,[],[],0,,False,2345,38,30,,None,,,,,,,"[{'screen_name': 'SupremePenguin2', 'name': 'Answ3r', 'id': '1083250610772688897'}]",,,, +5892,1100662757945294848,1098773707131097088,1551253425000.0,2019-02-27 07:43:45,+0000,,@NASASpaceflight @flcnhvy @rogiermaas @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1100662757945294848,[],[],0,,False,1262,54,39,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'rogiermaas', 'name': 'Rоgiег Мaаs ツ', 'id': '43939064'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5893,1100659678235652096,1100659678235652096,1551252691000.0,2019-02-27 07:31:31,+0000,,Stop censoring science! https://t.co/R4XEtymtnH,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1100659678235652096,[],['https://pbs.twimg.com/media/D0ZUJEwUcAAwp8K.jpg'],1,https://pbs.twimg.com/media/D0ZUJEwUcAAwp8K.jpg,False,163087,2136,17717,,None,,,,,,,[],,,, +5894,1100652018966749185,1100651345244184576,1551250865000.0,2019-02-27 07:01:05,+0000,,@TitusNation Because it costs $2500 to transport to east coast & everyone pays same,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1100652018966749185,[],[],0,,False,4484,135,77,,None,,,,,,,"[{'screen_name': 'TitusNation', 'name': 'Titus', 'id': '40996128'}]",,,, +5895,1100647838516539392,1100646870601220098,1551249868000.0,2019-02-27 06:44:28,+0000,,California,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1100647838516539392,[],[],0,,False,58430,989,1678,,None,,,,,,,[],,,, +5896,1100646870601220098,1100646870601220098,1551249637000.0,2019-02-27 06:40:37,+0000,,Thursday 2pm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1100646870601220098,[],[],0,,False,77501,1821,3252,,None,,,,,,,[],,,, +5897,1100494266533433344,1098528084763004928,1551213253000.0,2019-02-26 20:34:13,+0000,,"@katlinegrey @lrocket @Alexis_wwww Rest of SpaceX propulsion still very active, so only ~50 full-time equivalent people right now. That will grow a lot as we enter production. It’s 10X harder (at least) to design engine production system than engine. In automotive, 100X harder.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1100494266533433344,[],[],0,,False,1146,43,60,,None,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}, {'screen_name': 'Alexis_wwww', 'name': 'AlexisG (Phoenix - Colibri - Equanimity)', 'id': '969986184029011968'}]",,,, +5898,1100389637615280128,1100208943295393792,1551188308000.0,2019-02-26 13:38:28,+0000,,"@annerajb @flcnhvy @DrivingSlate @TeslaParaTodos @JenniferSensiba @cleantechnica @28delayslater Maybe active in a month or so. Focus right now is getting to high speed, tight follow distance in test tunnel.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1100389637615280128,[],[],0,,False,955,47,31,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DrivingSlate', 'name': 'Driving Slate', 'id': '1059953449586982912'}, {'screen_name': 'TeslaParaTodos', 'name': 'Tesla Para Todos', 'id': '925794432770887681'}, {'screen_name': 'JenniferSensiba', 'name': 'Jennifer Sensiba 🔫💎🤚🔫 🔋🚗', 'id': '2943334692'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +5899,1100388926429093888,1100208943295393792,1551188138000.0,2019-02-26 13:35:38,+0000,,"@annerajb @flcnhvy @DrivingSlate @TeslaParaTodos @JenniferSensiba @cleantechnica @28delayslater Yes, exciting potential",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1100388926429093888,[],[],0,,False,868,11,23,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DrivingSlate', 'name': 'Driving Slate', 'id': '1059953449586982912'}, {'screen_name': 'TeslaParaTodos', 'name': 'Tesla Para Todos', 'id': '925794432770887681'}, {'screen_name': 'JenniferSensiba', 'name': 'Jennifer Sensiba 🔫💎🤚🔫 🔋🚗', 'id': '2943334692'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +5900,1100388364077850626,1100208943295393792,1551188004000.0,2019-02-26 13:33:24,+0000,,@flcnhvy @DrivingSlate @TeslaParaTodos @JenniferSensiba @cleantechnica @28delayslater Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1100388364077850626,[],[],0,,False,1266,64,33,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'DrivingSlate', 'name': 'Driving Slate', 'id': '1059953449586982912'}, {'screen_name': 'TeslaParaTodos', 'name': 'Tesla Para Todos', 'id': '925794432770887681'}, {'screen_name': 'JenniferSensiba', 'name': 'Jennifer Sensiba 🔫💎🤚🔫 🔋🚗', 'id': '2943334692'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +5901,1100374128916258816,1098528084763004928,1551184610000.0,2019-02-26 12:36:50,+0000,,"@annerajb @lrocket @Alexis_wwww @katlinegrey Printers are too small. Also, high pressure, high efficiency engines need copper cooling channels with an inco/steel jacket. Can’t print yet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/1100374128916258816,[],[],0,,False,1030,35,28,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}, {'screen_name': 'Alexis_wwww', 'name': 'AlexisG (Phoenix - Colibri - Equanimity)', 'id': '969986184029011968'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5902,1100371207491248128,1100208943295393792,1551183914000.0,2019-02-26 12:25:14,+0000,,@DrivingSlate @TeslaParaTodos @JenniferSensiba @cleantechnica @28delayslater Exactly. This has now happened several times. Something is broken with SEC oversight.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/1100371207491248128,[],[],0,,False,1712,221,173,,None,,,,,,,"[{'screen_name': 'DrivingSlate', 'name': 'Driving Slate', 'id': '1059953449586982912'}, {'screen_name': 'TeslaParaTodos', 'name': 'Tesla Para Todos', 'id': '925794432770887681'}, {'screen_name': 'JenniferSensiba', 'name': 'Jennifer Sensiba 🔫💎🤚🔫 🔋🚗', 'id': '2943334692'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +5903,1100370443460988928,1098528084763004928,1551183732000.0,2019-02-26 12:22:12,+0000,,"@lrocket @Alexis_wwww @katlinegrey Tom did an awesome job leading Merlin, Kestrel, Draco & other engine developments from start through 2014 that were critical to SpaceX’s success. Great respect & appreciation!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/1100370443460988928,[],[],0,,False,1566,17,58,,None,,,,,,,"[{'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}, {'screen_name': 'Alexis_wwww', 'name': 'AlexisG (Phoenix - Colibri - Equanimity)', 'id': '969986184029011968'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5904,1100260906607337474,1100150653366632448,1551157616000.0,2019-02-26 05:06:56,+0000,,"@JaneidyEve Thank you Evelyn, I loved it",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1100260906607337474,[],[],0,,False,2998,62,47,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +5905,1100217156900290561,1100179023831928833,1551147185000.0,2019-02-26 02:13:05,+0000,,"@alexmd2 @JPUConn @WSJ Indeed. I have great respect for judges. It’s not perfect, but, in general, we should be very glad of the US justice system.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1100217156900290561,[],[],0,,False,2083,102,86,,None,,,,,,,"[{'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov, MD, MBA', 'id': '34694428'}, {'screen_name': 'JPUConn', 'name': 'JonP 🔋🤖', 'id': '761713276996706304'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +5906,1100215984713957376,1100179023831928833,1551146906000.0,2019-02-26 02:08:26,+0000,,"@JPUConn @WSJ SEC forgot to read Tesla earnings transcript, which clearly states 350k to 500k. How embarrassing … 🤗",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1100215984713957376,[],[],0,,False,4203,349,541,,None,,,,,,,"[{'screen_name': 'JPUConn', 'name': 'JonP 🔋🤖', 'id': '761713276996706304'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +5907,1100184323267940353,1100184323267940353,1551139357000.0,2019-02-26 00:02:37,+0000,,Oh hi lol https://t.co/9WvbtTHoxS,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1100184323267940353,[],['https://pbs.twimg.com/media/D0SjzxFU8AA7qWz.jpg'],1,https://pbs.twimg.com/media/D0SjzxFU8AA7qWz.jpg,False,365168,2871,42843,,None,,,,,,,[],,,, +5908,1100150653366632448,1100150653366632448,1551131330000.0,2019-02-25 21:48:50,+0000,,"Fate *loves* irony. Frankly, too much.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1100150653366632448,[],[],0,,False,76047,1191,6798,,None,,,,,,,[],,,, +5909,1100134139703914496,1100134139703914496,1551127393000.0,2019-02-25 20:43:13,+0000,,Meetings are a valuable use of time! https://t.co/sDcKdBp5e5,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1100134139703914496,[],['https://pbs.twimg.com/media/D0R2KppVYAAcJ-1.jpg'],1,https://pbs.twimg.com/media/D0R2KppVYAAcJ-1.jpg,False,208290,1678,23550,,None,,,,,,,[],,,, +5910,1100107567785598978,1100098686170947587,1551121057000.0,2019-02-25 18:57:37,+0000,,@internetofshit There’s a 🐜 in my 👟 🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1100107567785598978,[],[],0,,False,54486,648,2935,,None,,,,,,,"[{'screen_name': 'internetofshit', 'name': 'Internet of Shit', 'id': '3356531254'}]",,,, +5911,1099183562698289152,1099164577462472705,1550900757000.0,2019-02-23 05:45:57,+0000,,@JayBahel https://t.co/LJJCD7BAgX,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1099183562698289152,['http://stankmemes.com'],[],0,,False,2391,140,170,,None,,,,,,,"[{'screen_name': 'JayBahel', 'name': 'Jay Bahel', 'id': '47820002'}]",,,, +5912,1099125172257185792,1099085597048594432,1550886836000.0,2019-02-23 01:53:56,+0000,,Respawn++ https://t.co/MLAGk38Lkk,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1099125172257185792,[],['https://pbs.twimg.com/media/D0DghH4VsAEI_1T.jpg'],1,https://pbs.twimg.com/media/D0DghH4VsAEI_1T.jpg,False,210774,1782,22385,,None,,,,,,,[],,,, +5913,1099085597048594432,1099085597048594432,1550877401000.0,2019-02-22 23:16:41,+0000,,Great meme review hosted by Will Smith,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1099085597048594432,[],[],0,,False,342141,2992,47809,https://twitter.com/grandayy/status/1099037391669653509,None,,,,,,,[],,,, +5914,1098992361105805312,1098983354345480192,1550855171000.0,2019-02-22 17:06:11,+0000,,@xkcdComic Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1098992361105805312,[],[],0,,False,13284,181,349,,None,,,,,,,"[{'screen_name': 'xkcdComic', 'name': 'XKCD Comic', 'id': '2251623492'}]",,,, +5915,1098775062985945088,1098771367045009412,1550803363000.0,2019-02-22 02:42:43,+0000,,@nextspaceflight It’s designed to be way better. We’ll see what reality has to say about that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098775062985945088,[],[],0,,False,1513,73,52,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +5916,1098774876872007682,1098771367045009412,1550803319000.0,2019-02-22 02:41:59,+0000,,"@nextspaceflight Yes, lot of risk",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098774876872007682,[],[],0,,False,924,25,22,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +5917,1098774731140956160,1098771367045009412,1550803284000.0,2019-02-22 02:41:24,+0000,,"@TGMetsFan98 @nextspaceflight Guys, I have feelings … 😜",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098774731140956160,[],[],0,,False,1999,95,80,,None,,,,,,,"[{'screen_name': 'TGMetsFan98', 'name': 'Thomas Burghardt', 'id': '829474281075699712'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +5918,1098774309781233664,1098773707131097088,1550803184000.0,2019-02-22 02:39:44,+0000,,@flcnhvy @rogiermaas @SpaceX Focusing on Starship instead,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098774309781233664,[],[],0,,False,1205,40,35,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'rogiermaas', 'name': 'Rоgiег Мaаs ツ', 'id': '43939064'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5919,1098773892477251584,1098773707131097088,1550803084000.0,2019-02-22 02:38:04,+0000,,@rogiermaas @SpaceX Deorbits & burns up over the Pacific,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098773892477251584,[],[],0,,False,910,25,30,,None,,,,,,,"[{'screen_name': 'rogiermaas', 'name': 'Rоgiег Мaаs ツ', 'id': '43939064'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5920,1098773712373899264,1098767597858779136,1550803041000.0,2019-02-22 02:37:21,+0000,,"@Erdayastronaut @CanzyD Upper stage is flight, except mass sim in place of Merlin. It will get fragged for sure by aero loads & Dragon abort thrusters.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098773712373899264,[],[],0,,False,1549,37,57,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'CanzyD', 'name': 'canzy darrin', 'id': '726028465535737857'}]",,,, +5921,1098773275314802688,1098767597858779136,1550802937000.0,2019-02-22 02:35:37,+0000,,"@SpaceXUpdates @CanzyD Including Heavy, which is 3 cores, around 20 or so",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098773275314802688,[],[],0,,False,1160,25,48,,None,,,,,,,"[{'screen_name': 'SpaceXUpdates', 'name': 'SpaceXUpdates', 'id': '738023983266828288'}, {'screen_name': 'CanzyD', 'name': 'canzy darrin', 'id': '726028465535737857'}]",,,, +5922,1098772931050532865,1098771367045009412,1550802855000.0,2019-02-22 02:34:15,+0000,,"@nextspaceflight Depends on when Crew Dragon comes back. That’s scheduled for launch next Saturday, but lot of new hardware, so time error bars are big.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098772931050532865,[],[],0,,False,2767,49,86,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +5923,1098771535588777986,1098767597858779136,1550802522000.0,2019-02-22 02:28:42,+0000,,"@CanzyD High probability of this particular rocket getting destroyed by Dragon supersonic abort test. Otherwise, at least 20 or 30 missions for Falcon 9. Starship will take over before the F9 fleet reaches end of life.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098771535588777986,[],[],0,,False,2340,72,131,,None,,,,,,,"[{'screen_name': 'CanzyD', 'name': 'canzy darrin', 'id': '726028465535737857'}]",,,, +5924,1098768310844313601,1098768123203854337,1550801754000.0,2019-02-22 02:15:54,+0000,,@SpaceXUpdates Crew Dragon high altitude abort test,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098768310844313601,[],[],0,,False,1077,55,64,,None,,,,,,,"[{'screen_name': 'SpaceXUpdates', 'name': 'SpaceXUpdates', 'id': '738023983266828288'}]",,,, +5925,1098767988163936256,1098767597858779136,1550801677000.0,2019-02-22 02:14:37,+0000,,@sivarajkumar237 Yes 😀,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098767988163936256,[],[],0,,False,1181,32,25,,None,,,,,,,"[{'screen_name': 'sivarajkumar237', 'name': 'Sivaraj', 'id': '1386380306'}]",,,, +5926,1098767597858779136,1098767597858779136,1550801584000.0,2019-02-22 02:13:04,+0000,,Highest reentry heating to date. Burning metal sparks from base heat shield visible in landing video. Fourth relight scheduled for April.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1098767597858779136,[],[],0,,False,30391,836,2480,https://twitter.com/SpaceX/status/1098762992848535553,None,,,,,,,[],,,, +5927,1098658606264635394,1098528084763004928,1550775598000.0,2019-02-21 18:59:58,+0000,,@abbygarrettX @DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey Always liked Kestrel. It was the Robin Hood of engines.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098658606264635394,[],[],0,,False,766,54,20,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5928,1098658236838756352,1098528084763004928,1550775510000.0,2019-02-21 18:58:30,+0000,,"@DJSnM @DanAloni @Kell31213876 @Vadim15258417 @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey Advanced, reusable rockets are all we need to become a multiplanet civilization. Once we have a city on Mars, interplanetary travel will create a forcing function for vast improvements in spaceflight.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098658236838756352,[],[],0,,False,1996,121,166,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5929,1098656849740451840,1098528084763004928,1550775179000.0,2019-02-21 18:52:59,+0000,,@gavbrowne @bluemoondance74 @DanAloni @Kell31213876 @Vadim15258417 @DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey SN2 has changes that should help,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098656849740451840,[],[],0,,False,785,21,25,,None,,,,,,,"[{'screen_name': 'gavbrowne', 'name': 'Gavin Browne', 'id': '239681689'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5930,1098654222902415361,1098528084763004928,1550774553000.0,2019-02-21 18:42:33,+0000,,@balcsi32 @DanAloni @Kell31213876 @Vadim15258417 @DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey To the first part. I doubt we’d create a Dyson ring or sphere.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098654222902415361,[],[],0,,False,625,47,18,,None,,,,,,,"[{'screen_name': 'balcsi32', 'name': 'Balint Toth', 'id': '805115267177218048'}, {'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5931,1098654054320750592,1098528084763004928,1550774513000.0,2019-02-21 18:41:53,+0000,,@balcsi32 @DanAloni @Kell31213876 @Vadim15258417 @DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098654054320750592,[],[],0,,False,574,8,14,,None,,,,,,,"[{'screen_name': 'balcsi32', 'name': 'Balint Toth', 'id': '805115267177218048'}, {'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5932,1098653939141009408,1098528084763004928,1550774485000.0,2019-02-21 18:41:25,+0000,,"@bluemoondance74 @DanAloni @Kell31213876 @Vadim15258417 @DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey Merlins. The max chamber pressure run damaged Raptor SN 1 (as expected). A lot of the parts are fine for reuse, but next tests will be with SN 2, which is almost done.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098653939141009408,[],[],0,,False,898,26,61,,None,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan', 'id': '844015154643648512'}, {'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5933,1098652491883765761,1098528084763004928,1550774140000.0,2019-02-21 18:35:40,+0000,,"@DanAloni @Kell31213876 @Vadim15258417 @DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey Anti-matter production would require vast amounts of energy. No need though. We have a super reliable, massive, free fusion reactor called the sun.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098652491883765761,[],[],0,,False,1124,39,49,,None,,,,,,,"[{'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5934,1098651639248875520,1098528084763004928,1550773937000.0,2019-02-21 18:32:17,+0000,,"@Kell31213876 @Vadim15258417 @DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey Exactly. Super money move is anti-matter drive, especially if you solve capturing antiprotons in deep space.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098651639248875520,[],[],0,,False,933,34,42,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5935,1098645107249635328,1098528084763004928,1550772380000.0,2019-02-21 18:06:20,+0000,,@DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey You can see the streaks on the vacuum Merlin nozzle in flight videos,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098645107249635328,[],[],0,,False,771,24,18,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5936,1098644877259096064,1098528084763004928,1550772325000.0,2019-02-21 18:05:25,+0000,,@DJSnM @Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey Pinter injector tends to have hot & cold streaks. Hot streaks burn a rut at the throat that accelerates erosion.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1098644877259096064,[],[],0,,False,927,15,27,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5937,1098641863404187654,1098528084763004928,1550771606000.0,2019-02-21 17:53:26,+0000,,"@benoitdenayer @navincho @katlinegrey Essentially, yes. Great engineering talent, but should focus on reusable rockets for purpose of a permanent human base on the moon and self-sustaining city on Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1098641863404187654,[],[],0,,False,702,35,30,,None,,,,,,,"[{'screen_name': 'benoitdenayer', 'name': 'Benoît De Nayer', 'id': '122402440'}, {'screen_name': 'navincho', 'name': 'Ivan \U0001fa91 HODLER', 'id': '57511106'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5938,1098641282371440640,1098528084763004928,1550771468000.0,2019-02-21 17:51:08,+0000,,"@RichPitre_CO @katlinegrey We are constrained by the accredited investor rule, but will think about how this could be done",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1098641282371440640,[],[],0,,False,858,70,35,,None,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5939,1098640572254801920,1098528084763004928,1550771298000.0,2019-02-21 17:48:18,+0000,,"@Erdayastronaut @sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey Yeah, that was a bit embarrassing ☺️High engine chamber pressure and ablative don’t get along. Ok for low pressure, expendable upper stage.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1098640572254801920,[],[],0,,False,1121,26,27,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5940,1098638343263285248,1098528084763004928,1550770767000.0,2019-02-21 17:39:27,+0000,,"@sasor098 @AdamHugo @WayCharMar @fan_of_racing @bkent136 @macodiseas @katlinegrey That’s true 😀 Merlin 1A was terrible. 1C was ok, 1D good, but block 5 Merlin (should probably be called 1E) is something special. Took about 15 years to get there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1098638343263285248,[],[],0,,False,1200,16,37,,None,,,,,,,"[{'screen_name': 'sasor098', 'name': 'petter vang', 'id': '592225776'}, {'screen_name': 'AdamHugo', 'name': 'Adam Hugo', 'id': '22396170'}, {'screen_name': 'WayCharMar', 'name': 'Wayne Martin', 'id': '753037478228070404'}, {'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5941,1098623801892397056,1098528084763004928,1550767300000.0,2019-02-21 16:41:40,+0000,,"@Erdayastronaut @MarekCyzio @katlinegrey Actually, they received (and still receive) almost a billion dollars a year for “launch capability”. Even if they do zero launches, US govt still gives them that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1098623801892397056,[],[],0,,False,1616,90,88,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MarekCyzio', 'name': 'Marek Cyzio', 'id': '21892958'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5942,1098622633539645440,1098528084763004928,1550767021000.0,2019-02-21 16:37:01,+0000,,@Geopilot @katlinegrey Don’t know,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1098622633539645440,[],[],0,,False,703,54,21,,None,,,,,,,"[{'screen_name': 'Geopilot', 'name': 'ComicfromPlanet9', 'id': '14410744'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5943,1098619793844797441,1098528084763004928,1550766344000.0,2019-02-21 16:25:44,+0000,,"@katlinegrey SpaceX commercial 🚀 launch market share went from 0% in 2010 to 65% in 2018. Despite massive subsidies to Boeing/Lockeed, they have never won a fair competition against SpaceX for several years. https://t.co/sqAYCCcJtd",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1098619793844797441,[],['https://pbs.twimg.com/media/Dz8U4ScVAAAW7Am.jpg'],1,https://pbs.twimg.com/media/Dz8U4ScVAAAW7Am.jpg,False,1949,58,203,,None,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5944,1098616136092930048,1098528084763004928,1550765472000.0,2019-02-21 16:11:12,+0000,,"@martinengwicht @macodiseas @katlinegrey Exactly. That’s the critical point for Starship/BFR: more payload than the biggest rocket ever made, but for less money per launch than the smallest (orbital) rocket. Without something that lowers orbital flight cost by 100X, humanity will never be a multiplanet species.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1098616136092930048,[],[],0,,False,1122,43,103,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5945,1098613993176850432,1098528084763004928,1550764961000.0,2019-02-21 16:02:41,+0000,,"@fan_of_racing @bkent136 @macodiseas @katlinegrey SpaceX Merlin architecture is simpler than staged combustion (eg SSME or RD), but it has world record for thrust/weight & thrust/cost engine. Raptor has better Isp, but I’m worried it may fall short on those two critical metrics.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1098613993176850432,[],[],0,,False,1203,24,66,,None,,,,,,,"[{'screen_name': 'fan_of_racing', 'name': 'RaceFan22', 'id': '3421206695'}, {'screen_name': 'bkent136', 'name': 'not brandon', 'id': '1322984532'}, {'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5946,1098539179342999553,1098528084763004928,1550747124000.0,2019-02-21 11:05:24,+0000,,@wonderofscience So true 🤡 John Clarke 👌,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/1098539179342999553,[],[],0,,False,910,46,27,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +5947,1098536496494108673,1098528084763004928,1550746485000.0,2019-02-21 10:54:45,+0000,,"@macodiseas @katlinegrey Not true. Limiting factor in any staged combustion rocket engine, liquid/gas or gas/gas, is pressure & temperature in oxygen preburner",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1098536496494108673,[],[],0,,False,1197,26,45,,None,,,,,,,"[{'screen_name': 'macodiseas', 'name': 'J. Macodiseas', 'id': '1320547517549821952'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5948,1098535502846648320,1098082385487376389,1550746248000.0,2019-02-21 10:50:48,+0000,,@Tom_Heats @coindesk Whoever owns the early BTC deserves a Nobel prize in delayed gratification,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1098535502846648320,[],[],0,,False,6373,195,997,,None,,,,,,,"[{'screen_name': 'CoinDesk', 'name': 'CoinDesk', 'id': '1333467482'}]",,,, +5949,1098533927336083456,1098082385487376389,1550745872000.0,2019-02-21 10:44:32,+0000,,"@coindesk That said, I still only own 0.25 BTC, which a friend sent me several years ago. Don’t have any crypto holdings.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1098533927336083456,[],[],0,,False,44605,1316,2092,,None,,,,,,,"[{'screen_name': 'CoinDesk', 'name': 'CoinDesk', 'id': '1333467482'}]",,,, +5950,1098532871155810304,1098528084763004928,1550745620000.0,2019-02-21 10:40:20,+0000,,"@katlinegrey I have been chief engineer/designer at SpaceX from day 1. Had I been better, our first 3 launches might have succeeded, but I learned from those mistakes. https://t.co/3r6ZqEc30A",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1098532871155810304,['https://arstechnica.com/science/2018/07/as-the-spacex-steamroller-surges-european-rocket-industry-vows-to-resist/3/'],[],0,,False,9901,274,596,,None,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +5951,1098080063801585664,1098009983931707393,1550637663000.0,2019-02-20 04:41:03,+0000,,"Meant to say annualized production rate at end of 2019 probably around 500k, ie 10k cars/week. Deliveries for year still estimated to be about 400k.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1098080063801585664,[],[],0,,False,46675,1389,1565,,None,,,,,,,[],,,, +5952,1098013621924184064,1098013491640754176,1550621822000.0,2019-02-20 00:17:02,+0000,,@kristenhenry55 Won’t be long before they do,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1098013621924184064,[],[],0,,False,1214,68,40,,None,,,,,,,"[{'screen_name': 'kristenhenry55', 'name': 'Kristen Henry', 'id': '34135802'}]",,,, +5953,1098013283372589056,1098009983931707393,1550621741000.0,2019-02-20 00:15:41,+0000,,"Tesla made 0 cars in 2011, but will make around 500k in 2019",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1098013283372589056,[],[],0,,False,129426,2258,8846,,None,,,,,,,[],,,, +5954,1098009983931707393,1098009983931707393,1550620954000.0,2019-02-20 00:02:34,+0000,,4000 Tesla cars loading in SF for Europe https://t.co/BODbSzo3Fr,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1098009983931707393,[],['https://pbs.twimg.com/media/DzzqQYMU0AAX67S.jpg'],1,https://pbs.twimg.com/media/DzzqQYMU0AAX67S.jpg,False,205614,4746,16781,,None,,,,,,,[],,,, +5955,1097702326620442626,1097689490523594752,1550547603000.0,2019-02-19 03:40:03,+0000,,@TheOnion The gritty truth …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1097702326620442626,[],[],0,,False,23489,382,564,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +5956,1097617913442267136,1089657821652602880,1550527477000.0,2019-02-18 22:04:37,+0000,,Did meme review last night with Justin Roiland from @RickandMorty,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1097617913442267136,[],[],0,,False,119940,2362,12192,,None,,,,,,,[],,,, +5957,1097569349190074368,1097568061471842304,1550515899000.0,2019-02-18 18:51:39,+0000,,@demeloj Agreed. Also needs option for automatically on all locations or if unknown location.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1097569349190074368,[],[],0,,False,1040,50,27,,None,,,,,,,"[{'screen_name': 'demeloj', 'name': 'Ze 1000', 'id': '201745295'}]",,,, +5958,1097035363229388800,1097032039386226688,1550388587000.0,2019-02-17 07:29:47,+0000,,@newscientist Pics are so clear in space!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1097035363229388800,[],[],0,,False,30123,661,735,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +5959,1097031308696444928,1097011832072650752,1550387620000.0,2019-02-17 07:13:40,+0000,,@engineers_feed That last bit gives a good sense of what orbit is like,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1097031308696444928,[],[],0,,False,12866,144,325,,None,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +5960,1096989482094518273,1096869535091691523,1550377648000.0,2019-02-17 04:27:28,+0000,,"@FredericLambert @georgezachary Also, Tesla was competing for some of same people as OpenAI & I didn’t agree with some of what OpenAI team wanted to do. Add that all up & it was just better to part ways on good terms.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1096989482094518273,[],[],0,,False,1804,88,81,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'georgezachary', 'name': 'George Zachary', 'id': '38267932'}]",,,, +5961,1096988782849486849,1096869535091691523,1550377481000.0,2019-02-17 04:24:41,+0000,,@FredericLambert @georgezachary I had to focus on solving a painfully large number of engineering & manufacturing problems at Tesla (especially) & SpaceX,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1096988782849486849,[],[],0,,False,1837,51,68,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'georgezachary', 'name': 'George Zachary', 'id': '38267932'}]",,,, +5962,1096987465326374912,1096869535091691523,1550377167000.0,2019-02-17 04:19:27,+0000,,"@georgezachary To clarify, I’ve not been involved closely with OpenAI for over a year & don’t have mgmt or board oversight",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1096987465326374912,[],[],0,,False,13276,200,422,,None,,,,,,,"[{'screen_name': 'georgezachary', 'name': 'George Zachary', 'id': '38267932'}]",,,, +5963,1096722535217917952,1096722006450462721,1550314003000.0,2019-02-16 10:46:43,+0000,, https://t.co/OA5Q8NnsNR,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/1096722535217917952,[],['https://pbs.twimg.com/media/DzhXUlNVsAE3Vxt.jpg'],1,https://pbs.twimg.com/media/DzhXUlNVsAE3Vxt.jpg,False,47653,869,1540,,None,,,,,,,[],,,, +5964,1096722006450462721,1096722006450462721,1550313877000.0,2019-02-16 10:44:37,+0000,,SpaceX foundry casting Raptor engine manifold out of Inconel https://t.co/zWlqNwGj0R,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/1096722006450462721,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1096721908618293248/pu/img/IrwusmDkXkF1JUsk.jpg,False,125060,1884,9349,,None,,,,,,,[],,,, +5965,1096638103316398080,1096631303133429761,1550293873000.0,2019-02-16 05:11:13,+0000,,@dark4181 @Tesla It will soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1096638103316398080,[],[],0,,False,1145,48,36,,None,,,,,,,"[{'screen_name': 'dark4181', 'name': 'Dispassionate Libertarian', 'id': '41954151'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5966,1096628590374879233,1096530084461273088,1550291604000.0,2019-02-16 04:33:24,+0000,,"@arcadester @DR_Ruiz17 @rxTomas518 @OfficialJoelF @Tesla Yes, Autopilot max speed is 5mph above speed limit off highway or 90mph on highway",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1096628590374879233,[],[],0,,False,4266,58,318,,None,,,,,,,"[{'screen_name': 'arcadester', 'name': 'arcade', 'id': '178136632'}, {'screen_name': 'DR_Ruiz17', 'name': 'Damian', 'id': '3655325846'}, {'screen_name': 'rxTomas518', 'name': 'Fortunado', 'id': '934613813034475520'}, {'screen_name': 'OfficialJoelF', 'name': 'Joel Franco', 'id': '628776007'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5967,1096214354603589632,1096213843745767424,1550192843000.0,2019-02-15 01:07:23,+0000,, https://t.co/JufeavpKj6,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1096214354603589632,[],['https://pbs.twimg.com/media/DzaJJF9WwAEIgdn.jpg'],1,https://pbs.twimg.com/media/DzaJJF9WwAEIgdn.jpg,False,67881,707,2754,,None,,,,,,,[],,,, +5968,1096213843745767424,1096213843745767424,1550192721000.0,2019-02-15 01:05:21,+0000,,Of course I still love you https://t.co/XNoLRKYnlc,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1096213843745767424,[],['https://pbs.twimg.com/media/DzaIreEX0AUgLPS.jpg'],1,https://pbs.twimg.com/media/DzaIreEX0AUgLPS.jpg,False,155690,1498,11365,,None,,,,,,,[],,,, +5969,1096100660053823490,1095885520058515456,1550165736000.0,2019-02-14 17:35:36,+0000,,"@Tesla This is in addition to existing Cabin Overheat Protection, which come on automatically at high temps to ensure any babies or pets in the car are safe",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1096100660053823490,[],[],0,,False,49429,870,2630,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5970,1095953042350850049,1095885520058515456,1550130541000.0,2019-02-14 07:49:01,+0000,,@flcnhvy @teslaownersSV @lifebykateb @Tesla @itsCrippleback Yes ♥️ 🎼,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1095953042350850049,[],[],0,,False,3474,60,47,,None,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv', 'id': '1060180551544528897'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5971,1095951337664270336,1095885520058515456,1550130135000.0,2019-02-14 07:42:15,+0000,,"@teslaownersSV @lifebykateb @Tesla @itsCrippleback It will start out slow to make sure there are no corner case issues and then, if that looks good, speed up next week. We def need to add a “Request Latest Update” feature!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1095951337664270336,[],[],0,,False,3632,56,66,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5972,1095950134611980288,1095885520058515456,1550129848000.0,2019-02-14 07:37:28,+0000,,@lifebykateb @Tesla @itsCrippleback Updating …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1095950134611980288,[],[],0,,False,8547,98,101,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +5973,1095945664876462080,1095436933168283649,1550128782000.0,2019-02-14 07:19:42,+0000,,"@TslaTimeCapsule @BMWi @Audi @Cadillac @WSJ @28delayslater Wow, 2013",und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1095945664876462080,[],[],0,,False,12885,204,415,,None,,,,,,,"[{'screen_name': 'TslaTimeCapsule', 'name': 'TeslaTimeCapsule', 'id': '1086951149352161280'}, {'screen_name': 'BMWi', 'name': 'BMW i', 'id': '183201869'}, {'screen_name': 'Audi', 'name': 'Audi USA', 'id': '27650674'}, {'screen_name': 'Cadillac', 'name': 'Cadillac', 'id': '66408053'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +5974,1095942130177114113,1095942130177114113,1550127940000.0,2019-02-14 07:05:40,+0000,,CNBC - “Tesla Model 3 ranked most satisfying car” https://t.co/shrTodu5dt,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1095942130177114113,['https://www.cnbc.com/2019/02/11/consumer-reports-teslas-model-3-most-satisfying-car.html'],[],0,,False,23330,984,1924,,None,,,,,,,[],,,, +5975,1095937885662982144,1095865018518691840,1550126928000.0,2019-02-14 06:48:48,+0000,,"@FredericLambert True, that headline is not exactly going to win a Pulitzer for originality",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1095937885662982144,[],[],0,,False,1393,45,41,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +5976,1095929103062974464,1095865018518691840,1550124834000.0,2019-02-14 06:13:54,+0000,,"@thehumanwire @InsideEVs @28delayslater Probably a month or two. Sentry mode became top priority, so pushed that out a bit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1095929103062974464,[],[],0,,False,1095,56,31,,None,,,,,,,"[{'screen_name': 'thehumanwire', 'name': 'Matt Parra', 'id': '64325357'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +5977,1095928711331831808,1095865018518691840,1550124740000.0,2019-02-14 06:12:20,+0000,,"@InsideEVs @28delayslater Some sites maintained an almost daily Tesla deathwatch 11 years ago, reporting with an awful delight. 4000 days later …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1095928711331831808,[],[],0,,False,12268,231,507,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': '28delayslater', 'name': '🐶Earl of Frunkpuppy🐶', 'id': '998140573008695296'}]",,,, +5978,1095737018137534465,1095737018137534465,1550079037000.0,2019-02-13 17:30:37,+0000,,Tesla Model X first SUV to receive a perfect crash test rating https://t.co/51dt8bYvzD via @businessinsider,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1095737018137534465,['https://www.businessinsider.com/tesla-model-x-perfect-safety-crash-test-rating-2019-2?utm_source=twitter&utm_medium=referral&utm_content=topbar&utm_term=mobile&referrer=twitter'],[],0,,False,39815,964,4298,,None,,,,,,,[],,,, +5979,1095592192939192320,1095412170794295297,1550044508000.0,2019-02-13 07:55:08,+0000,,Bet the other carmakers didn’t see that one coming haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1095592192939192320,[],[],0,,False,37338,825,1423,,None,,,,,,,[],,,, +5980,1095580873624190977,1093423297130156033,1550041809000.0,2019-02-13 07:10:09,+0000,,"@Erdayastronaut @John_Gardi @w0lfyxD @Robotbeat @SpaceX Yeah, but simpler. Needed for landing burn or engines will suck in a bubble.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1095580873624190977,[],[],0,,False,1437,53,44,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5981,1095574487104315392,1095015951358144512,1550040287000.0,2019-02-13 06:44:47,+0000,,@ntvru хаха офигенно,ru,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1095574487104315392,[],[],0,,False,76328,1360,15549,,None,,,,,,,"[{'screen_name': 'ntvru', 'name': 'НТВ', 'id': '20510157'}]",,,, +5982,1095551826668138496,1093423297130156033,1550034884000.0,2019-02-13 05:14:44,+0000,,"@John_Gardi @w0lfyxD @Robotbeat @SpaceX Starship & Super Heavy will press tanks autogenously even in version 1. Very important, as helium costs more than oxygen on Falcon, even though liquid oxygen is 2/3 vehicle mass & helium weighs basically nothing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1095551826668138496,[],[],0,,False,1303,48,78,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5983,1095505910825250816,1095412170794295297,1550023937000.0,2019-02-13 02:12:17,+0000,,"@DidYouJustBitMe @nichegamer Luke, I am your farter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1095505910825250816,[],[],0,,False,3718,116,186,,None,,,,,,,"[{'screen_name': 'DidYouJustBitMe', 'name': 'Yawnderthemoon', 'id': '1038426304780152832'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +5984,1095505171763716096,1095458179285172225,1550023761000.0,2019-02-13 02:09:21,+0000,,"@jack @karaswisher Thanks Jack, Twitter rocks! 🤡😎🌪💩🔥🥜💨🍃💫🚀🥰",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1095505171763716096,[],[],0,,False,7209,209,429,,None,,,,,,,"[{'screen_name': 'jack', 'name': 'jack', 'id': '12'}, {'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}]",,,, +5985,1095412170794295297,1095412170794295297,1550001587000.0,2019-02-12 19:59:47,+0000,,To air is human,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1095412170794295297,[],[],0,,False,63611,1307,4365,https://twitter.com/Tesla/status/1095085979419832320,None,,,,,,,[],,,, +5986,1095198336775155712,1094725061267865601,1549950605000.0,2019-02-12 05:50:05,+0000,,@ID_AA_Carmack Agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1095198336775155712,[],[],0,,False,6392,130,110,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +5987,1095005678912004097,1089669346694234112,1549904672000.0,2019-02-11 17:04:32,+0000,,@pewdiepie Sorry Had a vital mission in Norway Now I am back,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1095005678912004097,[],[],0,,False,99878,1326,6477,,None,,,,,,,"[{'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +5988,1094849332841304064,1093423297130156033,1549867396000.0,2019-02-11 06:43:16,+0000,,@John_Gardi @w0lfyxD @Robotbeat @SpaceX True,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1094849332841304064,[],[],0,,False,1123,42,27,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5989,1094837411845033984,1093423297130156033,1549864554000.0,2019-02-11 05:55:54,+0000,,"@AstrumMining @SPEXcast @McMurchie @Robotbeat @John_Gardi @SpaceX Moon first, Mars as soon as the planets align",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1094837411845033984,[],[],0,,False,1651,77,106,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'McMurchie', 'name': 'LumpyMilk', 'id': '80632501'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5990,1094807467882557440,1093423297130156033,1549857415000.0,2019-02-11 03:56:55,+0000,,@SPEXcast @ikrbkv @MARINAVALOVA2 @alexmd2 @SpaceX On my bedside table,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1094807467882557440,[],[],0,,False,867,43,17,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'ikrbkv', 'name': 'Ivan Korobkov', 'id': '38612272'}, {'screen_name': 'MARINAVALOVA2', 'name': 'Marina 🌎Valova🐉', 'id': '3299544262'}, {'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov, MD, MBA', 'id': '34694428'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5991,1094807052096925696,1093423297130156033,1549857316000.0,2019-02-11 03:55:16,+0000,,@ikrbkv @MARINAVALOVA2 @alexmd2 @SpaceX A biography on Korolev has center place in my study,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1094807052096925696,[],[],0,,False,932,31,40,,None,,,,,,,"[{'screen_name': 'ikrbkv', 'name': 'Ivan Korobkov', 'id': '38612272'}, {'screen_name': 'MARINAVALOVA2', 'name': 'Marina 🌎Valova🐉', 'id': '3299544262'}, {'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov, MD, MBA', 'id': '34694428'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5992,1094799667370455042,1093423297130156033,1549855555000.0,2019-02-11 03:25:55,+0000,,"@SPEXcast @McMurchie @Robotbeat @John_Gardi @SpaceX Just planning on keeping the public informed about progress & setbacks. Will be some RUDs along the way, but excitement is guaranteed!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1094799667370455042,[],[],0,,False,1862,67,92,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'McMurchie', 'name': 'LumpyMilk', 'id': '80632501'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5993,1094798366670647297,1093423297130156033,1549855245000.0,2019-02-11 03:20:45,+0000,,@McMurchie @SPEXcast @Robotbeat @John_Gardi @SpaceX The goodwill of the public is critical to Starship’s success,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1094798366670647297,[],[],0,,False,1687,60,87,,None,,,,,,,"[{'screen_name': 'McMurchie', 'name': 'LumpyMilk', 'id': '80632501'}, {'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5994,1094797169565921280,1093423297130156033,1549854960000.0,2019-02-11 03:16:00,+0000,,@epoxy101 @Robotbeat @John_Gardi @SpaceX At least 10X cheaper,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1094797169565921280,[],[],0,,False,907,31,34,,None,,,,,,,"[{'screen_name': 'Epoxy101', 'name': 'Jaime Papas', 'id': '974047195224838145'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5995,1094796246613516289,1093423297130156033,1549854740000.0,2019-02-11 03:12:20,+0000,,"@SPEXcast @Robotbeat @John_Gardi @SpaceX Very dependent on volume, but I’m confident moving to Mars (return ticket is free) will one day cost less than $500k & maybe even below $100k. Low enough that most people in advanced economies could sell their home on Earth & move to Mars if they want.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1094796246613516289,[],[],0,,False,2347,229,340,,None,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5996,1094794147980931073,1093423297130156033,1549854239000.0,2019-02-11 03:03:59,+0000,,@SpaceXFan97 @Robotbeat @John_Gardi @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1094794147980931073,[],[],0,,False,659,21,14,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5997,1094793664809689089,1093423297130156033,1549854124000.0,2019-02-11 03:02:04,+0000,,"@Robotbeat @John_Gardi @SpaceX This will sound implausible, but I think there’s a path to build Starship / Super Heavy for less than Falcon 9",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1094793664809689089,[],[],0,,False,1881,91,178,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5998,1094792729865797632,1093423297130156033,1549853901000.0,2019-02-11 02:58:21,+0000,,@13ericralph31 @John_Gardi @SpaceX Close,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094792729865797632,[],[],0,,False,546,11,15,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +5999,1094792462436990976,1093423297130156033,1549853837000.0,2019-02-11 02:57:17,+0000,,"@John_Gardi @SpaceX But not an extendable nozzle though, as that just saves length. Nozzle diameter is limited by body diameter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094792462436990976,[],[],0,,False,939,37,39,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6000,1094791972944920582,1093423297130156033,1549853721000.0,2019-02-11 02:55:21,+0000,,@SpaceXFan97 @alexmd2 @SpaceX Much above 300 bar main chamber pressure means extreme oxygen preburner pressure of 700 to 800+ bar. Definitely pushing the limit of known physics.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094791972944920582,[],[],0,,False,968,27,38,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}, {'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov, MD, MBA', 'id': '34694428'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6001,1094790663646760961,1093423297130156033,1549853409000.0,2019-02-11 02:50:09,+0000,,"@_cgp @SpaceX Propellant was not deep cryo. CH4 & O2 were just barely below liquid temp at 1 bar. In theory, Raptor should do ~300 bar at deep cryo, provided everything holds together, which is far from certain. However, only 250 bar is needed for nominal operation of Starship/Super Heavy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094790663646760961,[],[],0,,False,1078,27,71,,None,,,,,,,"[{'screen_name': '_cgp', 'name': 'cgp', 'id': '14131726'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6002,1094789114258313216,1093423297130156033,1549853039000.0,2019-02-11 02:43:59,+0000,,"@John_Gardi @SpaceX Yes, aiming for 380 sec Isp with vac nozzle. Maybe 382 if we get lucky.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094789114258313216,[],[],0,,False,1433,29,58,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6003,1094788783331897344,1093423297130156033,1549852960000.0,2019-02-11 02:42:40,+0000,,@13ericralph31 @SpaceX I think 6 where we lit main chamber & several with only preburners,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094788783331897344,[],[],0,,False,1126,25,28,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6004,1094788148230406146,1093423297130156033,1549852809000.0,2019-02-11 02:40:09,+0000,,@johnkrausphotos @SpaceX About 11 secs,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094788148230406146,[],[],0,,False,1192,42,35,,None,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6005,1094785437216829440,1093423297130156033,1549852163000.0,2019-02-11 02:29:23,+0000,,@alexmd2 @SpaceX Definitely! It’s amazing that the RD-170 & RD-180 engines held the record for so many decades. Excellent engineering.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094785437216829440,[],[],0,,False,1499,26,60,,None,,,,,,,"[{'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov, MD, MBA', 'id': '34694428'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6006,1094782854007910400,1093423297130156033,1549851547000.0,2019-02-11 02:19:07,+0000,,"Raptor reached 268.9 bar today, exceeding prior record held by the awesome Russian RD-180. Great work by @SpaceX engine/test team! https://t.co/yPrvO0JhyY",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1094782854007910400,[],['https://pbs.twimg.com/media/DzFzM4EUUAE_4qN.jpg'],1,https://pbs.twimg.com/media/DzFzM4EUUAE_4qN.jpg,False,25220,634,1793,,None,,,,,,,[],,,, +6007,1094481173135405056,1089657821652602880,1549779620000.0,2019-02-10 06:20:20,+0000,,@rocketisfine @leo190102 I was simply too sexy for it https://t.co/vugJLyZVjI,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1094481173135405056,['https://m.youtube.com/watch?v=P5mtclwloEQ'],[],0,,False,5254,138,179,,None,,,,,,,[],,,, +6008,1094363509171908609,1089657821652602880,1549751567000.0,2019-02-09 22:32:47,+0000,,@leo190102 Maybe tomorrow,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1094363509171908609,[],[],0,,False,6710,163,273,,None,,,,,,,[],,,, +6009,1094232094912512000,1094232094912512000,1549720235000.0,2019-02-09 13:50:35,+0000,,"Just left Zeebrugge, now Tilburg, then Tesla HQ in Amsterdam & Oslo tonight to review service in Norway. Exciting to see thousands of Model 3’s on their way to owners in Europe! https://t.co/PeRo4jhiCB",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/1094232094912512000,[],['https://pbs.twimg.com/media/Dy9-R8iVYAAGoSs.jpg'],1,https://pbs.twimg.com/media/Dy9-R8iVYAAGoSs.jpg,False,43698,2035,2465,,None,,,,,,,[],,,, +6010,1094044930534707202,1094025756299137024,1549675612000.0,2019-02-09 01:26:52,+0000,,@westcoastbill Hope they don’t find this pic! https://t.co/vwUJhFyWmS,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1094044930534707202,[],['https://pbs.twimg.com/media/Dy7UEA-WoAAMGpD.jpg'],1,https://pbs.twimg.com/media/Dy7UEA-WoAAMGpD.jpg,False,6106,116,203,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +6011,1094027558235058182,1094027558235058182,1549671470000.0,2019-02-09 00:17:50,+0000,,😅 thank goodness it’s not November,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1094027558235058182,[],[],0,,False,372980,3589,60920,https://twitter.com/4thFromOurStar/status/1094026428264341504,None,,,,,,,[],,,, +6012,1094026371716841472,1094025756299137024,1549671187000.0,2019-02-09 00:13:07,+0000,,@Bkin87 a,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1094026371716841472,[],[],0,,False,5699,85,380,,None,,,,,,,"[{'screen_name': 'Bkin87', 'name': 'kinda_photographer_ish', 'id': '879787940427247616'}]",,,, +6013,1094021911171002369,1094021911171002369,1549670124000.0,2019-02-08 23:55:24,+0000,,I want you too baby,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1094021911171002369,[],[],0,,False,155375,1236,20299,https://twitter.com/4thFromOurStar/status/1094019516944736256,None,,,,,,,[],,,, +6014,1094004442708525056,1094004442708525056,1549665959000.0,2019-02-08 22:45:59,+0000,,Joe Rogan describes Tesla for 4 mins & 20 secs https://t.co/ju6N683Dd5,ca,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1094004442708525056,['https://m.youtube.com/watch?t=6076&v=O00gaA5u6BI&feature=youtu.be'],[],0,,False,27595,800,2200,,None,,,,,,,[],,,, +6015,1093916850931539968,1093423297130156033,1549645075000.0,2019-02-08 16:57:55,+0000,,"@Erdayastronaut @LytovchenkoSerg @John_Gardi Booster center of mass is much lower & more consistent (no payload mass to consider), so still biases towards engine first entry",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1093916850931539968,[],[],0,,False,1423,39,49,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'LytovchenkoSerg', 'name': 'Сергей Литовченко', 'id': '872827012792168453'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +6016,1093913799256653825,1093423297130156033,1549644348000.0,2019-02-08 16:45:48,+0000,,"@LytovchenkoSerg @John_Gardi @Erdayastronaut Technically, the steel is radiatively cooled (not uncooled). T^4 is one of the most interesting things about reality!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1093913799256653825,[],[],0,,False,753,35,24,,None,,,,,,,"[{'screen_name': 'LytovchenkoSerg', 'name': 'Сергей Литовченко', 'id': '872827012792168453'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6017,1093912531377246214,1093423297130156033,1549644046000.0,2019-02-08 16:40:46,+0000,,"@LytovchenkoSerg @John_Gardi @Erdayastronaut Rocket booster temperatures won’t go much above 600 Kelvin on hottest parts of main body & maybe around 1200K on base, which uncooled steel can handle. Starship is around 1700K for a Mach 25 entry, so needs shielding of some kind.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1093912531377246214,[],[],0,,False,979,24,43,,None,,,,,,,"[{'screen_name': 'LytovchenkoSerg', 'name': 'Сергей Литовченко', 'id': '872827012792168453'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6018,1093645444456935425,1093423297130156033,1549580367000.0,2019-02-07 22:59:27,+0000,,@Malcolmmarsman @Erdayastronaut Prob wise for version 1 to have legs or we will frag a lot of launch pads,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1093645444456935425,[],[],0,,False,1368,57,42,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6019,1093643894917492736,1093423297130156033,1549579998000.0,2019-02-07 22:53:18,+0000,,"@Erdayastronaut Welded, internal, longitudinal hat stringers. To the degree it may need hoop stiffness (prob not), combine with slosh baffles.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1093643894917492736,[],[],0,,False,1668,71,52,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6020,1093598348043415552,1093423297130156033,1549569138000.0,2019-02-07 19:52:18,+0000,,"@Erdayastronaut The Super Heavy booster is only needed on Earth, so think of this as just “Starship” & sometimes it needs a boost, hence Super Heavy",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1093598348043415552,[],[],0,,False,2293,110,122,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6021,1093575099221856256,1093423297130156033,1549563595000.0,2019-02-07 18:19:55,+0000,,🔥🖤 SpaceX Engineering 🖤🔥,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1093575099221856256,[],[],0,,False,46712,774,2343,,None,,,,,,,[],,,, +6022,1093429253213806592,1093423297130156033,1549528823000.0,2019-02-07 08:40:23,+0000,,@OctagonROA Telekinesis,lt,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1093429253213806592,[],[],0,,False,4108,134,189,,None,,,,,,,"[{'screen_name': 'OctagonROA', 'name': 'Octagon', 'id': '1018712593614057474'}]",,,, +6023,1093428938871779328,1093423297130156033,1549528748000.0,2019-02-07 08:39:08,+0000,,@AndreTI Vaporized some copper,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1093428938871779328,[],[],0,,False,3430,58,68,,None,,,,,,,"[{'screen_name': 'AndreTI', 'name': 'Andre Infante', 'id': '19191383'}]",,,, +6024,1093425726139772929,1093186308611149835,1549527982000.0,2019-02-07 08:26:22,+0000,,@teslaownersSV @StrikMichael @JothamKitara Sentry Mode (and Dog Mode) roll out next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1093425726139772929,[],[],0,,False,1560,128,135,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'StrikMichael', 'name': 'michael strik', 'id': '1093183797141651463'}, {'screen_name': 'JothamKitara', 'name': 'by courtesy of Juliet. 🇺🇬', 'id': '3280890612'}]",,,, +6025,1093424663269523456,1093423297130156033,1549527729000.0,2019-02-07 08:22:09,+0000,,"Design requires at least 170 metric tons of force. Engine reached 172 mT & 257 bar chamber pressure with warm propellant, which means 10% to 20% more with deep cryo.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1093424663269523456,[],[],0,,False,59217,1025,2542,,None,,,,,,,[],,,, +6026,1093423297130156033,1093423297130156033,1549527403000.0,2019-02-07 08:16:43,+0000,,Raptor just achieved power level needed for Starship & Super Heavy https://t.co/NcqnAVWc35,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1093423297130156033,[],['https://pbs.twimg.com/media/DyyesSYUwAABmwo.jpg'],1,https://pbs.twimg.com/media/DyyesSYUwAABmwo.jpg,False,155846,2529,14026,,None,,,,,,,[],,,, +6027,1093287719294230529,1093186308611149835,1549495079000.0,2019-02-06 23:17:59,+0000,,"@StrikMichael Sorry, many unexpected challenges with cars coming through Zeebrugge first time. Cars will start moving out in volume tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1093287719294230529,[],[],0,,False,921,86,49,,None,,,,,,,"[{'screen_name': 'StrikMichael', 'name': 'michael strik', 'id': '1093183797141651463'}]",,,, +6028,1093284881386229761,1093203708618235904,1549494402000.0,2019-02-06 23:06:42,+0000,,@SpaceX https://t.co/sO2s0OcM4L,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1093284881386229761,['https://www.whereisroadster.com/charts/'],[],0,,False,12105,339,1135,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6029,1093046377460813825,1093042991994830849,1549437538000.0,2019-02-06 07:18:58,+0000,,@FancyPantless We’re doing everything we can to get there. It’s a super hard grind.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1093046377460813825,[],[],0,,False,3905,162,93,,None,,,,,,,[],,,, +6030,1093045690060558336,1093042991994830849,1549437374000.0,2019-02-06 07:16:14,+0000,,"@notNahuel @SnazzyQ Exactly. Both prices are shown right next to each other & lower price is *actually* the real apples to apples cost vs a fuel car. In fact, for many states in the US, it’s way better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1093045690060558336,[],[],0,,False,1749,104,59,,None,,,,,,,"[{'screen_name': 'notNahuel', 'name': 'Nahuel 🍒', 'id': '4923794558'}, {'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}]",,,, +6031,1093044009549803520,1093042991994830849,1549436974000.0,2019-02-06 07:09:34,+0000,,@Gargant44992081 VAT of ~20% & import duties of ~10% usually result in a 30% higher cost in Europe,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1093044009549803520,[],[],0,,False,1182,135,49,,None,,,,,,,"[{'screen_name': 'Gargant44992081', 'name': 'Dude from the future', 'id': '1091443577975132166'}]",,,, +6032,1092848152225312768,1092268892339273730,1549390278000.0,2019-02-05 18:11:18,+0000,,💙 Mach Diamonds 💙,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1092848152225312768,[],[],0,,False,32649,860,970,,None,,,,,,,[],,,, +6033,1092690014197014528,1091637539772026885,1549352575000.0,2019-02-05 07:42:55,+0000,,@joerogan Glad you like it,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1092690014197014528,[],[],0,,False,29856,250,482,,None,,,,,,,"[{'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +6034,1092320321229643776,1092268892339273730,1549264433000.0,2019-02-04 07:13:53,+0000,,@psalman03 @Erdayastronaut @dguisinger @DanielDavisA Spark plugs ignite dual blow torches that ignite preburners & main chamber,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1092320321229643776,[],[],0,,False,1255,62,45,,None,,,,,,,"[{'screen_name': 'psalman03', 'name': 'Salman Pasha', 'id': '2407562018'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'dguisinger', 'name': 'Dan Guisinger', 'id': '606796588'}, {'screen_name': 'DanielDavisA', 'name': 'Daniel Davis', 'id': '392034399'}]",,,, +6035,1092282107639021569,1092268892339273730,1549255322000.0,2019-02-04 04:42:02,+0000,,"@Erdayastronaut @dguisinger @DanielDavisA Gaseous CH4/O2 & heavy duty spark plugs. Basically, a 💨 of insane power 😀",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1092282107639021569,[],[],0,,False,2643,80,114,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'dguisinger', 'name': 'Dan Guisinger', 'id': '606796588'}, {'screen_name': 'DanielDavisA', 'name': 'Daniel Davis', 'id': '392034399'}]",,,, +6036,1092281374436978689,1092268892339273730,1549255147000.0,2019-02-04 04:39:07,+0000,,"@jclishman @dguisinger @Erdayastronaut @DanielDavisA Will do, although SpaceX reddit is very well-informed. Really impressive analysis by some commenters.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1092281374436978689,[],[],0,,False,1376,29,49,,None,,,,,,,"[{'screen_name': 'jclishman', 'name': 'Jack Lishman', 'id': '726544470'}, {'screen_name': 'dguisinger', 'name': 'Dan Guisinger', 'id': '606796588'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DanielDavisA', 'name': 'Daniel Davis', 'id': '392034399'}]",,,, +6037,1092280273599979520,1092268892339273730,1549254885000.0,2019-02-04 04:34:45,+0000,,@dguisinger @Erdayastronaut @DanielDavisA Engine use methox torch igniters. Green tinge is either camera saturation or a tiny bit of copper from the chamber.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1092280273599979520,[],[],0,,False,2275,33,80,,None,,,,,,,"[{'screen_name': 'dguisinger', 'name': 'Dan Guisinger', 'id': '606796588'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DanielDavisA', 'name': 'Daniel Davis', 'id': '392034399'}]",,,, +6038,1092272377889738753,1092268892339273730,1549253002000.0,2019-02-04 04:03:22,+0000,, https://t.co/yFhNx3fiOD,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1092272377889738753,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1092271607370915840/pu/img/txCLSYHBVuv_uM0h.jpg,False,78877,2164,9492,,None,,,,,,,[],,,, +6039,1092270756715737088,1092268892339273730,1549252616000.0,2019-02-04 03:56:56,+0000,, https://t.co/ChEGbjTGKZ,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1092270756715737088,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1092270488259313666/pu/img/ksTgN6VbwarCemcd.jpg,False,144773,2490,19887,,None,,,,,,,[],,,, +6040,1092268892339273730,1092268892339273730,1549252171000.0,2019-02-04 03:49:31,+0000,,First firing of Starship Raptor flight engine! So proud of great work by @SpaceX team!! https://t.co/S6aT7Jih4S,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1092268892339273730,[],['https://pbs.twimg.com/media/DyiEpn4XgAAhzuy.jpg'],1,https://pbs.twimg.com/media/DyiEpn4XgAAhzuy.jpg,False,168191,2604,18366,,None,,,,,,,[],,,, +6041,1092134233710231552,1092131931452395520,1549220066000.0,2019-02-03 18:54:26,+0000,,@FredericLambert We will when it rolls out,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1092134233710231552,[],[],0,,False,1114,105,34,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6042,1091959189734227968,1091154222173712384,1549178333000.0,2019-02-03 07:18:53,+0000,,@TriTexan @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1091959189734227968,[],[],0,,False,734,35,13,,None,,,,,,,"[{'screen_name': 'TriTexan', 'name': 'Tri-Raptor Texan', 'id': '543932705'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6043,1091958352513425408,1091958352513425408,1549178133000.0,2019-02-03 07:15:33,+0000,,At @SpaceX Texas with engineering team getting ready to fire new Raptor rocket engine https://t.co/ACFM8AtY8w,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1091958352513425408,[],['https://pbs.twimg.com/media/DydqSfkVsAAr65K.jpg'],1,https://pbs.twimg.com/media/DydqSfkVsAAr65K.jpg,False,47341,1523,2809,,None,,,,,,,[],,,, +6044,1091953430812184576,1091811603442352128,1549176960000.0,2019-02-03 06:56:00,+0000,,@sivemorten soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1091953430812184576,[],[],0,,False,18458,213,1097,,None,,,,,,,"[{'screen_name': 'sivemorten', 'name': 'Sive 1️⃣ ➐', 'id': '4844061977'}]",,,, +6045,1091947949578317824,1091947949578317824,1549175653000.0,2019-02-03 06:34:13,+0000,,Only a matter of time https://t.co/8Eqn554hK0,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1091947949578317824,[],['https://pbs.twimg.com/media/Dydg1PvU0AAxAki.jpg'],1,https://pbs.twimg.com/media/Dydg1PvU0AAxAki.jpg,False,260662,2500,36901,,None,,,,,,,[],,,, +6046,1091945999507939333,1091811603442352128,1549175188000.0,2019-02-03 06:26:28,+0000,,@narinaarpautiem @sacagnhe @Zanfa That might be the ultimate superpower,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1091945999507939333,[],[],0,,False,4418,37,70,,None,,,,,,,"[{'screen_name': 'narinaarpautiem', 'name': 'Raimonds', 'id': '272081843'}, {'screen_name': 'sacagnhe', 'name': 'Luiz Fernando Sacagnhe', 'id': '1157522540207779841'}, {'screen_name': 'Zanfa', 'name': 'Zanfa', 'id': '9668212'}]",,,, +6047,1091862029239955456,1091862029239955456,1549155168000.0,2019-02-03 00:52:48,+0000,,How Model 3 performs on a long road trip https://t.co/nHEGf5PsG2,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1091862029239955456,['https://insideevs.com/lists/how-tesla-model-3-cracked-code-ev-road-trip/'],[],0,,False,11670,567,814,,None,,,,,,,[],,,, +6048,1091817669546799104,1091811603442352128,1549144592000.0,2019-02-02 21:56:32,+0000,,"@sacagnhe @Zanfa I’m openly moderate. There, I said it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1091817669546799104,[],[],0,,False,7575,129,210,,None,,,,,,,"[{'screen_name': 'sacagnhe', 'name': 'Luiz Fernando Sacagnhe', 'id': '1157522540207779841'}, {'screen_name': 'Zanfa', 'name': 'Zanfa', 'id': '9668212'}]",,,, +6049,1091816573470310400,1091816391638802433,1549144330000.0,2019-02-02 21:52:10,+0000,,@crazyhank @Tesla Haha how is this even real?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1091816573470310400,[],[],0,,False,663,56,17,,None,,,,,,,"[{'screen_name': 'crazyhank', 'name': 'Henry', 'id': '34098615'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6050,1091816304967790592,1091811603442352128,1549144266000.0,2019-02-02 21:51:06,+0000,,"@Darkaraus_ @Zanfa No, payload will actually increase",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1091816304967790592,[],[],0,,False,2928,39,41,,None,,,,,,,"[{'screen_name': 'Darkaraus_', 'name': 'Darkaraus', 'id': '966684957295996928'}, {'screen_name': 'Zanfa', 'name': 'Zanfa', 'id': '9668212'}]",,,, +6051,1091814009982992384,1091811603442352128,1549143719000.0,2019-02-02 21:41:59,+0000,,@officialsusq Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1091814009982992384,[],[],0,,False,9483,58,139,,None,,,,,,,"[{'screen_name': 'officialsusq', 'name': 'Dedsusq', 'id': '827634106133516288'}]",,,, +6052,1091813829925732352,1091811603442352128,1549143676000.0,2019-02-02 21:41:16,+0000,,@Zanfa I do like nonsense memes. It’s true.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1091813829925732352,[],[],0,,False,17023,119,729,,None,,,,,,,"[{'screen_name': 'Zanfa', 'name': 'Zanfa', 'id': '9668212'}]",,,, +6053,1091811603442352128,1091811603442352128,1549143145000.0,2019-02-02 21:32:25,+0000,,Yes https://t.co/3KoZ13fQEz,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1091811603442352128,[],['https://pbs.twimg.com/media/Dybk3akU0AA0taE.jpg'],1,https://pbs.twimg.com/media/Dybk3akU0AA0taE.jpg,False,306348,3402,49178,,None,,,,,,,[],,,, +6054,1091523493936562176,1091512419946422272,1549074455000.0,2019-02-02 02:27:35,+0000,,@Lebeaucarnews https://t.co/W60sKBdLPz,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1091523493936562176,[],['https://pbs.twimg.com/media/DyXe1FpVsAEn6dp.jpg'],1,https://pbs.twimg.com/media/DyXe1FpVsAEn6dp.jpg,False,17433,300,756,,None,,,,,,,[],,,, +6055,1091498694480924672,1091480239891345408,1549068542000.0,2019-02-02 00:49:02,+0000,,@lexiheft @MrBeastYT Next few days,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1091498694480924672,[],[],0,,False,20849,219,1153,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}]",,,, +6056,1091497053241462784,1091497053241462784,1549068151000.0,2019-02-02 00:42:31,+0000,,💩 looks like sentient choc ice cream,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1091497053241462784,[],[],0,,False,69757,1933,5874,,None,,,,,,,[],,,, +6057,1091480239891345408,1091480239891345408,1549064142000.0,2019-02-01 23:35:42,+0000,,Just bought https://t.co/LJJCD7BAgX oh yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1091480239891345408,['http://stankmemes.com'],[],0,,False,127989,4136,18900,,None,,,,,,,[],,,, +6058,1091429837925957632,1091429681239330816,1549052125000.0,2019-02-01 20:15:25,+0000,,@ukrpravda_news Whoa cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1091429837925957632,[],[],0,,False,2015,52,243,,None,,,,,,,"[{'screen_name': 'ukrpravda_news', 'name': 'Українська правда ✌️', 'id': '236466533'}]",,,, +6059,1091271856399691776,1091169842239959040,1549014460000.0,2019-02-01 09:47:40,+0000,,@vincent13031925 @Tesla No plans to do so. Would recommend Model S.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1091271856399691776,[],[],0,,False,5414,89,76,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6060,1091271648051785728,1091154222173712384,1549014410000.0,2019-02-01 09:46:50,+0000,,@Trump_45th @SpaceX 7,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1091271648051785728,[],[],0,,False,1034,39,25,,None,,,,,,,"[{'screen_name': 'trump_45th', 'name': 'President Trump 45Th', 'id': '1327657038281891842'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6061,1091271584839393280,1091245268455038976,1549014395000.0,2019-02-01 09:46:35,+0000,,@royalsociety @GreshamCollege ♥️ logarithms,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1091271584839393280,[],[],0,,False,7647,162,343,,None,,,,,,,"[{'screen_name': 'royalsociety', 'name': 'The Royal Society', 'id': '28567809'}, {'screen_name': 'GreshamCollege', 'name': 'Gresham College', 'id': '70647906'}]",,,, +6062,1091230973641994240,1091154222173712384,1549004712000.0,2019-02-01 07:05:12,+0000,,@Archin50001 @AlexTheChemist @SpaceX Dammit! 😀,de,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1091230973641994240,[],[],0,,False,2434,37,52,,None,,,,,,,"[{'screen_name': 'Archin50001', 'name': 'Archin5000', 'id': '921155080526745600'}, {'screen_name': 'AlexTheChemist', 'name': 'ÆlxTheChemist@🚀', 'id': '220764683'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6063,1091224833923330050,1090912631735517185,1549003249000.0,2019-02-01 06:40:49,+0000,,"@122ddd2223d @Dash71209069 @yungmruglygod @nickynaptime We’ll tweak the alloy over time, so it won’t exactly be 301, but close",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1091224833923330050,[],[],0,,False,693,13,16,,None,,,,,,,"[{'screen_name': '122ddd2223d', 'name': 'A. V.', 'id': '3096939399'}, {'screen_name': 'Dash71209069', 'name': 'Dash', 'id': '1056921149844717569'}, {'screen_name': 'nickynaptime', 'name': 'Nicky No-Notes', 'id': '23783698'}]",,,, +6064,1091224198440091653,1091154222173712384,1549003097000.0,2019-02-01 06:38:17,+0000,,"@AlexTheChemist @SpaceX Well, my past mistakes do seem extremely dumb, especially the ones where I mistakenly thought I was smart",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1091224198440091653,[],[],0,,False,3424,94,215,,None,,,,,,,"[{'screen_name': 'AlexTheChemist', 'name': 'ÆlxTheChemist@🚀', 'id': '220764683'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6065,1091222849400954880,1090912631735517185,1549002775000.0,2019-02-01 06:32:55,+0000,,"@nickynaptime Rocket mass ratio is about the same for aluminum-lithium vs 301 stainless full hard at cryo, but latter costs way less, is tougher & doesn’t even need paint!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1091222849400954880,[],[],0,,False,726,29,33,,None,,,,,,,"[{'screen_name': 'nickynaptime', 'name': 'Nicky No-Notes', 'id': '23783698'}]",,,, +6066,1091161935632973825,1090912631735517185,1548988252000.0,2019-02-01 02:30:52,+0000,,@SpaceXFan97 @wonderofscience @Treebeard1671 @Erdayastronaut @keego73 Still up to 31. Will probably fly with fewer initially in case it blows up.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1091161935632973825,[],[],0,,False,1077,33,32,,None,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole', 'id': '1579586473'}, {'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}, {'screen_name': 'Treebeard1671', 'name': 'Paul Lake', 'id': '173559023'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6067,1091159895284449280,1090912631735517185,1548987766000.0,2019-02-01 02:22:46,+0000,,@wonderofscience @Treebeard1671 @Erdayastronaut @keego73 Mostly true,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1091159895284449280,[],[],0,,False,760,15,14,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}, {'screen_name': 'Treebeard1671', 'name': 'Paul Lake', 'id': '173559023'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6068,1091159618263298048,1090912631735517185,1548987700000.0,2019-02-01 02:21:40,+0000,,"@Erdayastronaut @keego73 Cold gas thrusters only. Will use body flaps & main engines for landing orientation, so won’t need high thrust reaction control. Simplifies things considerably.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1091159618263298048,[],[],0,,False,1236,38,58,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6069,1091158310261125120,1091154222173712384,1548987388000.0,2019-02-01 02:16:28,+0000,,@TriTexan @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1091158310261125120,[],[],0,,False,1122,25,17,,None,,,,,,,"[{'screen_name': 'TriTexan', 'name': 'Tri-Raptor Texan', 'id': '543932705'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6070,1091156245132673024,1091154222173712384,1548986896000.0,2019-02-01 02:08:16,+0000,,Initially making one 200 metric ton thrust engine common across ship & booster to reach the moon as fast as possible. Next versions will split to vacuum-optimized (380+ sec Isp) & sea-level thrust optimized (~250 ton).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1091156245132673024,[],[],0,,False,22756,727,1189,,None,,,,,,,[],,,, +6071,1091154222173712384,1091154222173712384,1548986413000.0,2019-02-01 02:00:13,+0000,,Preparing to fire the Starship Raptor engine at @SpaceX Texas https://t.co/8JCOi1BG6z,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1091154222173712384,[],"['https://pbs.twimg.com/media/DySO-uIUYAA04Kj.jpg', 'https://pbs.twimg.com/media/DySO-uIUwAAI77c.jpg']",1,https://pbs.twimg.com/media/DySO-uIUYAA04Kj.jpg,False,59863,1452,5763,,None,,,,,,,[],,,, +6072,1091148931751325696,1090912631735517185,1548985152000.0,2019-02-01 01:39:12,+0000,,@Treebeard1671 @Erdayastronaut @keego73 Yes. It’s very rare to find all three.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1091148931751325696,[],[],0,,False,857,29,21,,None,,,,,,,"[{'screen_name': 'Treebeard1671', 'name': 'Paul Lake', 'id': '173559023'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6073,1091148397443084289,1090912631735517185,1548985025000.0,2019-02-01 01:37:05,+0000,,"@Erdayastronaut @keego73 To be clear, I’m confident that a stainless steel ship will be lighter than advanced aluminum or carbon fiber, because of strength to weight vs temperature & reduced need for heat shielding",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1091148397443084289,[],[],0,,False,1399,56,80,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6074,1091147569068036096,1090912631735517185,1548984827000.0,2019-02-01 01:33:47,+0000,,"@Erdayastronaut @keego73 Will probably make booster legs/flaps same as ship, instead of like F9",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1091147569068036096,[],[],0,,False,948,38,36,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6075,1091147092016254977,1090912631735517185,1548984713000.0,2019-02-01 01:31:53,+0000,,"@Erdayastronaut @keego73 Yes, ship needs pitch/roll/yaw control across wide Mach regime & angle of attack",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1091147092016254977,[],[],0,,False,1040,20,32,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6076,1091097233821323264,1090912631735517185,1548972826000.0,2019-01-31 22:13:46,+0000,,@Erdayastronaut @keego73 Absolutely. You’ve touched on a very important point. The ship must be easy to repair on the moon and Mars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1091097233821323264,[],[],0,,False,1970,81,104,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6077,1091095843103432704,1091077858947035136,1548972495000.0,2019-01-31 22:08:15,+0000,,@iamshack24 @orthereaboot @toxicpath @librab103 And Tesla Gigafactory is steadily becoming self-powered by solar,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1091095843103432704,[],[],0,,False,957,49,44,,None,,,,,,,"[{'screen_name': 'iamshack24', 'name': 'Shack', 'id': '116965601'}, {'screen_name': 'orthereaboot', 'name': 'luis carruthers', 'id': '84950626'}, {'screen_name': 'toxicpath', 'name': 'Butler of Dogs 🇺🇸🇵🇷🌍🌱💚', 'id': '15023095'}, {'screen_name': 'librab103', 'name': 'Matthew Battle', 'id': '27734496'}]",,,, +6078,1091081963677437952,1091081400655269888,1548969186000.0,2019-01-31 21:13:06,+0000,,"@SkiddlyBinx About 10 orbit synch windows, which are every 26 months, so self-sufficiency around 2050",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1091081963677437952,[],[],0,,False,714,38,49,,None,,,,,,,"[{'screen_name': 'SkiddlyBinx', 'name': 'SkiddlyBinx', 'id': '1006592448599031808'}]",,,, +6079,1091080660100440065,1091077858947035136,1548968875000.0,2019-01-31 21:07:55,+0000,,All our patent are belong to you https://t.co/HPK5R5UMS6 https://t.co/t99riofeCI,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1091080660100440065,['https://www.tesla.com/blog/all-our-patent-are-belong-you'],['https://pbs.twimg.com/tweet_video_thumb/DyRMEdyUcAEGWhj.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/DyRMEdyUcAEGWhj.jpg,False,19867,641,2573,,None,,,,,,,[],,,, +6080,1091079258607243264,1091077858947035136,1548968541000.0,2019-01-31 21:02:21,+0000,,"Our true competition is not the small trickle of non-Tesla electric cars being produced, but rather the enormous flood of gasoline cars pouring out of the world’s factories every day",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1091079258607243264,[],[],0,,False,21233,502,2250,,None,,,,,,,[],,,, +6081,1091077858947035136,1091077858947035136,1548968207000.0,2019-01-31 20:56:47,+0000,,Exciting to see all the new electric vehicles coming to market! We created Tesla to accelerate a sustainable future & it’s happening! https://t.co/IqREiDqIyL,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1091077858947035136,['https://www.cnbc.com/2019/01/31/automakers-flood-market-with-electric-vehicles--potentially-creating-pile-up-of-epic-proportions.html'],[],0,,False,31974,953,3409,,None,,,,,,,[],,,, +6082,1091075707105492992,1090912631735517185,1548967694000.0,2019-01-31 20:48:14,+0000,,@nichegamer @keego73 Tasty food!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1091075707105492992,[],[],0,,False,1358,66,30,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +6083,1091063256209227776,1090912631735517185,1548964725000.0,2019-01-31 19:58:45,+0000,,@keego73 It’s designed for 100 people on a Mars journey,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1091063256209227776,[],[],0,,False,54752,538,1395,,None,,,,,,,[],,,, +6084,1090846381323894784,1090813312764428288,1548913018000.0,2019-01-31 05:36:58,+0000,,@business Super appreciate Deepak’s 11 year history building Tesla & wish him greatest of happiness in retirement! Zach has been outstanding over his 9 year history with Tesla & will build upon Deepak’s legacy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1090846381323894784,[],[],0,,False,9997,124,355,,None,,,,,,,"[{'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +6085,1090833201243799552,1090831751331622912,1548909876000.0,2019-01-31 04:44:36,+0000,,"@Sofiaan @HyperChangeTV @Tesla @say Sure, which ones?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1090833201243799552,[],[],0,,False,688,102,21,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'say', 'name': 'Say', 'id': '2806825849'}]",,,, +6086,1090832580830785537,1090831751331622912,1548909728000.0,2019-01-31 04:42:08,+0000,,@HyperChangeTV @Tesla @say You’re most welcome! Very thoughtful questions.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1090832580830785537,[],[],0,,False,959,31,39,,None,,,,,,,"[{'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'say', 'name': 'Say', 'id': '2806825849'}]",,,, +6087,1090763542305722369,1090703033573376000,1548893268000.0,2019-01-31 00:07:48,+0000,,@vicentes @Robotbeat @tegmark Max Tegmark is great,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1090763542305722369,[],[],0,,False,639,63,28,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'tegmark', 'name': 'Max Tegmark', 'id': '2530947115'}]",,,, +6088,1090705936522436608,1090703033573376000,1548879534000.0,2019-01-30 20:18:54,+0000,,Entropy is the source and the end of life in this instance of the Multiverse https://t.co/0JmKUYAFRq,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1090705936522436608,['https://en.m.wikipedia.org/wiki/Heat_death_of_the_universe'],[],0,,False,16262,943,1162,,None,,,,,,,[],,,, +6089,1090704486224412672,1090703033573376000,1548879188000.0,2019-01-30 20:13:08,+0000,,@miguelrios 3 guys standing on roof of skyscraper. 1st guy says updraft is so strong it blows you back on roof of you jump off. He jumps off & is blown back on roof. 2nd guy tries & goes splat. 3rd guy: that was a dirty trick Superman.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1090704486224412672,[],[],0,,False,10333,167,1115,,None,,,,,,,"[{'screen_name': 'miguelrios', 'name': 'Miguel Ríos Berríos', 'id': '14717846'}]",,,, +6090,1090703033573376000,1090703033573376000,1548878842000.0,2019-01-30 20:07:22,+0000,,"If heat death will be inevitable end of Universe, it actually *is* all about journey 🤔",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1090703033573376000,[],[],0,,False,63531,1917,6538,,None,,,,,,,[],,,, +6091,1090689205586472960,1090689205586472960,1548875545000.0,2019-01-30 19:12:25,+0000,,Entropy is the ultimate boss battle,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1090689205586472960,[],[],0,,False,39203,1078,4105,https://twitter.com/NautilusMag/status/1090625687826956288,None,,,,,,,[],,,, +6092,1090666106161790976,1090520206504390657,1548870037000.0,2019-01-30 17:40:37,+0000,,@Kristennetten Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1090666106161790976,[],[],0,,False,2576,35,31,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}]",,,, +6093,1090520206504390657,1090520206504390657,1548835252000.0,2019-01-30 08:00:52,+0000,,tbh smh,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1090520206504390657,[],[],0,,False,245660,3968,68730,,None,,,,,,,[],,,, +6094,1090289978075009024,1089936209424465921,1548780362000.0,2019-01-29 16:46:02,+0000,,@lexiheft Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1090289978075009024,[],[],0,,False,882,51,20,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}]",,,, +6095,1089952160408715264,1089948612992192516,1548699820000.0,2019-01-28 18:23:40,+0000,,SpaceX documentary actual footage https://t.co/RrEwYwMNgj,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1089952160408715264,[],['https://pbs.twimg.com/tweet_video_thumb/DyBJtSMUwAAD9HQ.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/DyBJtSMUwAAD9HQ.jpg,False,78615,676,7477,,None,,,,,,,[],,,, +6096,1089948612992192516,1089948612992192516,1548698974000.0,2019-01-28 18:09:34,+0000,,"All we had back then was carpet & a mariachi band. Now, SPACESHIP!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1089948612992192516,[],[],0,,False,164740,1914,22546,https://twitter.com/rwt737/status/1089937002038870018,None,,,,,,,[],,,, +6097,1089936527860219905,1089936340135960576,1548696092000.0,2019-01-28 17:21:32,+0000,,@data_over_ideal @Tesla Sure hope that happens,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1089936527860219905,[],[],0,,False,682,29,21,,None,,,,,,,"[{'screen_name': 'data_over_ideal', 'name': 'Jace G', 'id': '1018592057886031872'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6098,1089936209424465921,1089936209424465921,1548696017000.0,2019-01-28 17:20:17,+0000,,"Great electric car documentary about early days of Tesla, GM Volt, Nissan Leaf & Gadget. So much has happened since then … https://t.co/nq2nVjj5w8",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/1089936209424465921,['https://m.youtube.com/watch?v=ru89x1jmpq4'],[],0,,False,19091,617,2063,,None,,,,,,,[],,,, +6099,1089704820812873729,1089700873226334213,1548640849000.0,2019-01-28 02:00:49,+0000,,@WorldAndScience We are so tiny,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1089704820812873729,[],[],0,,False,64422,1450,3902,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +6100,1089670377825955840,1089657821652602880,1548632637000.0,2019-01-27 23:43:57,+0000,,"@MrBeastYT You drive a hard bargain, but … ok",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1089670377825955840,[],[],0,,False,92210,369,2564,,None,,,,,,,[],,,, +6101,1089666268909596673,1089657821652602880,1548631658000.0,2019-01-27 23:27:38,+0000,,@MrBeastYT $5,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1089666268909596673,[],[],0,,False,85010,252,1878,,None,,,,,,,[],,,, +6102,1089657821652602880,1089657821652602880,1548629644000.0,2019-01-27 22:54:04,+0000,,Host meme review? https://t.co/k2SFtIUh1k,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1089657821652602880,[],['https://pbs.twimg.com/media/Dx8-AyEU0AAjrrH.jpg'],1,https://pbs.twimg.com/media/Dx8-AyEU0AAjrrH.jpg,False,628259,18068,117680,,None,,,,,,,[],,,, +6103,1089632508096856064,1089621398409011200,1548623608000.0,2019-01-27 21:13:28,+0000,,"@StephenKing It’s an honor, sir! Thanks for owning a Tesla.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1089632508096856064,[],[],0,,False,13318,107,256,,None,,,,,,,"[{'screen_name': 'StephenKing', 'name': 'Stephen King', 'id': '2233154425'}]",,,, +6104,1089621398409011200,1089621398409011200,1548620960000.0,2019-01-27 20:29:20,+0000,,Tap Tesla logo at top of your car’s touchscreen & wait 10 secs to open special features box,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1089621398409011200,[],[],0,,False,60327,1585,2828,,None,,,,,,,[],,,, +6105,1089368045577920512,1089368045577920512,1548560556000.0,2019-01-27 03:42:36,+0000,,Still my favorite tweet of all time,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1089368045577920512,[],[],0,,False,118058,1073,11536,https://twitter.com/SpaceX/status/1659601384,None,,,,,,,[],,,, +6106,1089367756737105920,1089354757188120578,1548560487000.0,2019-01-27 03:41:27,+0000,,"@nichegamer Ok, we’ll throw that in too",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1089367756737105920,[],[],0,,False,1129,51,24,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +6107,1089359031104237568,1089354757188120578,1548558406000.0,2019-01-27 03:06:46,+0000,,"But, occasionally, the metal version https://t.co/ogHYUPoA9z",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1089359031104237568,['https://m.youtube.com/watch?v=9ll19StB624'],[],0,,False,14664,489,881,,None,,,,,,,[],,,, +6108,1089355821203353600,1089354757188120578,1548557641000.0,2019-01-27 02:54:01,+0000,,@ICannot_Enough Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1089355821203353600,[],[],0,,False,2800,36,38,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}]",,,, +6109,1089354757188120578,1089354757188120578,1548557388000.0,2019-01-27 02:49:48,+0000,,Tesla Sentry Mode will play Bach’s Toccata and Fugue during a robbery (and keep Summer safe) https://t.co/wnS5qLeB2E,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1089354757188120578,['https://m.youtube.com/watch?v=ho9rZjlsyYY'],[],0,,False,29241,1141,3389,,None,,,,,,,[],,,, +6110,1089274068430254081,1089271146921512961,1548538150000.0,2019-01-26 21:29:10,+0000,,"@petterware All doors unlock automatically when the Tesla comes to a stop after an accident. There is both primary & backup power to doors, brakes, steering & airbags.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1089274068430254081,[],[],0,,False,1032,44,78,,None,,,,,,,"[{'screen_name': 'petterware', 'name': 'Pedro Melero', 'id': '104604641'}]",,,, +6111,1088894637794779136,1088868744133332998,1548447686000.0,2019-01-25 20:21:26,+0000,,@techreview Cool that this is happening on many fronts. Looks like a good design by @Boeing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1088894637794779136,[],[],0,,False,13611,290,464,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +6112,1088864971885207552,1088858882208722944,1548440614000.0,2019-01-25 18:23:34,+0000,,"@Caseykins421 @justinandgreg Yeah, worked on my cousin’s farm for six weeks around my 18th birthday. I was so kewl. https://t.co/XIRzRuXPJZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1088864971885207552,[],['https://pbs.twimg.com/media/Dxxs66CV4AA_YT-.jpg'],1,https://pbs.twimg.com/media/Dxxs66CV4AA_YT-.jpg,False,3222,145,204,,None,,,,,,,"[{'screen_name': 'Caseykins421', 'name': 'Amanda', 'id': '442949745'}, {'screen_name': 'justinandgreg', 'name': 'Justin and Greg', 'id': '808718084458496000'}]",,,, +6113,1088864166553612288,1088858882208722944,1548440422000.0,2019-01-25 18:20:22,+0000,,@m40dotcom @justinandgreg Many cold weather improvements coming via OTA software,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1088864166553612288,[],[],0,,False,837,67,44,,None,,,,,,,"[{'screen_name': 'm40dotcom', 'name': 'Marc Bloomquist', 'id': '255240240'}, {'screen_name': 'justinandgreg', 'name': 'Justin and Greg', 'id': '808718084458496000'}]",,,, +6114,1088862312046288896,1088860419098177536,1548439979000.0,2019-01-25 18:12:59,+0000,,@martinki_ So tempting …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1088862312046288896,[],[],0,,False,4011,118,54,,None,,,,,,,"[{'screen_name': 'martinki_', 'name': 'Martin Ki', 'id': '898641977318809602'}]",,,, +6115,1088861940800139266,1088860419098177536,1548439891000.0,2019-01-25 18:11:31,+0000,,@FredericLambert It’s like looking in a mirror!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1088861940800139266,[],[],0,,False,4859,77,92,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6116,1088861682959474688,1088860419098177536,1548439829000.0,2019-01-25 18:10:29,+0000,,@florentderue That would be so cool!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1088861682959474688,[],[],0,,False,2733,65,36,,None,,,,,,,"[{'screen_name': 'florentderue', 'name': 'Florent Derue 🍿', 'id': '126588957'}]",,,, +6117,1088861353140318208,1088858882208722944,1548439751000.0,2019-01-25 18:09:11,+0000,,"@justinandgreg Yes, and my grandfather was from Minnesota with some Scandinavian/German background. Got to hand it to Norway. That’s a great sculpture!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1088861353140318208,[],[],0,,False,4285,101,119,,None,,,,,,,"[{'screen_name': 'justinandgreg', 'name': 'Justin and Greg', 'id': '808718084458496000'}]",,,, +6118,1088860419098177536,1088860419098177536,1548439528000.0,2019-01-25 18:05:28,+0000,,Awesome moose sculpture! ♥️🇳🇴 https://t.co/CegEEHL4wz,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1088860419098177536,[],['https://pbs.twimg.com/media/DxxoxyaUcAAkW60.jpg'],1,https://pbs.twimg.com/media/DxxoxyaUcAAkW60.jpg,False,109180,2483,5772,,None,,,,,,,[],,,, +6119,1088858686456397824,964227374798856192,1548439115000.0,2019-01-25 17:58:35,+0000,,@annerajb @Teslarati Rough beta in 2 to 3 weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1088858686456397824,[],[],0,,False,708,38,29,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +6120,1088858294272221184,964227374798856192,1548439022000.0,2019-01-25 17:57:02,+0000,,@Teslarati Feature has now been in place for 8 months,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1088858294272221184,[],[],0,,False,1108,41,43,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +6121,1088681080977186817,1088680182540464128,1548396771000.0,2019-01-25 06:12:51,+0000,,@JasonHouge @SpaceX @boringcompany These are industrial strength. Not recommended for use at home!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1088681080977186817,[],[],0,,False,2534,89,44,,None,,,,,,,"[{'screen_name': 'JasonHouge', 'name': 'Jason Houge', 'id': '106589267'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +6122,1088680182540464128,1088680182540464128,1548396556000.0,2019-01-25 06:09:16,+0000,,Testing metallic heat shield at 1100C (2000F) @SpaceX https://t.co/frP5eZ5a0z,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1088680182540464128,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1088680053041291264/pu/img/KnToxolcfR9loUj8.jpg,False,53405,1781,4869,,None,,,,,,,[],,,, +6123,1088678625212153856,1088671896332165120,1548396185000.0,2019-01-25 06:03:05,+0000,,@tylertrench31 @NASA @Space_Station https://t.co/67g5ylv8VN,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1088678625212153856,[],['https://pbs.twimg.com/media/DxvDb9TVYAAwJFO.jpg'],1,https://pbs.twimg.com/media/DxvDb9TVYAAwJFO.jpg,False,2869,68,142,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +6124,1088673283640160256,1088671896332165120,1548394912000.0,2019-01-25 05:41:52,+0000,,"@annerajb @farismahdawi @NASA @Space_Station Sure. Also, we need to be better at remembering brightness settings.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1088673283640160256,[],[],0,,False,1931,56,30,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'farismahdawi', 'name': 'Faris Mahdawi', 'id': '1180847034'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +6125,1088672823302705152,1088671896332165120,1548394802000.0,2019-01-25 05:40:02,+0000,,@annerajb @farismahdawi @NASA @Space_Station 💡😀,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1088672823302705152,[],[],0,,False,2796,43,43,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'farismahdawi', 'name': 'Faris Mahdawi', 'id': '1180847034'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +6126,1088672444850700288,1088671896332165120,1548394712000.0,2019-01-25 05:38:32,+0000,,@farismahdawi @NASA @Space_Station The youth love em,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1088672444850700288,[],[],0,,False,5841,116,179,,None,,,,,,,"[{'screen_name': 'farismahdawi', 'name': 'Faris Mahdawi', 'id': '1180847034'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +6127,1088671896332165120,1088671896332165120,1548394581000.0,2019-01-25 05:36:21,+0000,,"If test flight of 🐉 goes well next month, @NASA 👨‍🚀 👩‍🚀 will 🚀 to @Space_Station this summer!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1088671896332165120,[],[],0,,False,47109,1015,3640,,None,,,,,,,[],,,, +6128,1088102778826764289,1088078917590749185,1548258893000.0,2019-01-23 15:54:53,+0000,,@Robotbeat @zackpio Actual tanks are fine,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1088102778826764289,[],[],0,,False,1055,52,41,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'zackpio', 'name': 'Zack Pio', 'id': '792714540429422592'}]",,,, +6129,1088091464909766656,1088078917590749185,1548256195000.0,2019-01-23 15:09:55,+0000,,"@Teslarati ~1750K is peak heating expected on about 20% of Starship for LEO entry, ~1600K on 20%. Rest drops below 1450K, so no heat shield needed. Radiative cooling at T^4 takes care of 60% of the ship. Another reason for steel.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1088091464909766656,[],[],0,,False,1782,112,127,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +6130,1088088320767217664,1088078917590749185,1548255446000.0,2019-01-23 14:57:26,+0000,,@nextspaceflight @Teslarati I just heard. 50 mph winds broke the mooring blocks late last night & fairing was blown over. Will take a few weeks to repair.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1088088320767217664,[],[],0,,False,1722,215,161,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +6131,1088087441037131777,1088078917590749185,1548255236000.0,2019-01-23 14:53:56,+0000,,"@Teslarati 310S stainless is better for high temp outer skin, as it can take ~1450 Kelvin, so active cooling with cryogenic fuel only has to mitigate 300 degrees of delta temp",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1088087441037131777,[],[],0,,False,15934,497,841,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +6132,1087861594892029953,1087849475622588416,1548201390000.0,2019-01-22 23:56:30,+0000,,@CabsandSurfaces Almost ready to roll out. Regulators just approved.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1087861594892029953,[],[],0,,False,2815,146,131,,None,,,,,,,"[{'screen_name': 'CabsandSurfaces', 'name': 'Elevator Renovations', 'id': '1167586718'}]",,,, +6133,1087861236665016321,1087849475622588416,1548201304000.0,2019-01-22 23:55:04,+0000,,"@teslamodel3fan @Tesla Since it’s part of safety & security, all cars with AP2+ hardware will get it",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1087861236665016321,[],[],0,,False,1965,93,83,,None,,,,,,,"[{'screen_name': 'teslamodel3fan', 'name': 'Tesla Model 3 Fan', 'id': '3532426698'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6134,1087849475622588416,1087849475622588416,1548198500000.0,2019-01-22 23:08:20,+0000,,Tesla Sentry Mode coming soon for all cars with Enhanced Autopilot,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1087849475622588416,[],[],0,,False,47942,1290,3355,https://twitter.com/dmbfanmd/status/1087848110611722240,None,,,,,,,[],,,, +6135,1087799667692392448,1087708141226283009,1548186625000.0,2019-01-22 19:50:25,+0000,,"@DevClub_Space @RationalEtienne @PopMech Yes. Also, despite high outside heat, rapid water vaporization can counter-intuitively cause it to snap freeze & block cooling channels.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1087799667692392448,[],[],0,,False,1059,66,43,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'TechnoPope of Muskanity 👑', 'id': '2241150253'}, {'screen_name': 'PopMech', 'name': 'Popular Mechanics', 'id': '23116280'}]",,,, +6136,1087797780058378243,1087797352612671489,1548186175000.0,2019-01-22 19:42:55,+0000,,@thecla6771 Coming soon. Lots of unique road markings & signs in each country.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1087797780058378243,[],[],0,,False,4229,125,148,,None,,,,,,,"[{'screen_name': 'thecla6771', 'name': 'Thorsten Smoll', 'id': '2194755989'}]",,,, +6137,1087794886315819008,1087708141226283009,1548185485000.0,2019-01-22 19:31:25,+0000,,"@PopMech When going to ~1750 Kelvin, specific heat is more important than latent heat of vaporization, which is why cryogenic fuel is a slightly better choice than water",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1087794886315819008,[],[],0,,False,13026,375,747,,None,,,,,,,"[{'screen_name': 'PopMech', 'name': 'Popular Mechanics', 'id': '23116280'}]",,,, +6138,1087769504153624576,1087569609270661120,1548179434000.0,2019-01-22 17:50:34,+0000,,@ReutersBiz untrue,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1087769504153624576,[],[],0,,False,52944,976,2579,,None,,,,,,,"[{'screen_name': 'ReutersBiz', 'name': 'Reuters Business', 'id': '15110357'}]",,,, +6139,1087490394957312002,1085365989011787776,1548112889000.0,2019-01-21 23:21:29,+0000,,@physicsJ Roughly 4 to 20 minutes for light to travel from Earth to Mars,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1087490394957312002,[],[],0,,False,27317,1031,2040,,None,,,,,,,"[{'screen_name': 'physicsJ', 'name': ""Dr. James O'Donoghue"", 'id': '229623319'}]",,,, +6140,1087282892332388352,1087237504296800257,1548063416000.0,2019-01-21 09:36:56,+0000,,@techreview Director of CERN asked me about Boring Co building the new LHC tunnel when we were at the @royalsociety. Would probably save several billon Euros.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1087282892332388352,[],[],0,,False,19763,568,1361,,None,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +6141,1087227025692061696,1087224401223856128,1548050097000.0,2019-01-21 05:54:57,+0000,,@deba215 @kzooastro Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1087227025692061696,[],[],0,,False,3743,91,120,,None,,,,,,,"[{'screen_name': 'deba215', 'name': 'Debasish Das', 'id': '967584470'}, {'screen_name': 'kzooastro', 'name': 'Kalamazoo Astronomical Society', 'id': '34521105'}]",,,, +6142,1087224401223856128,1087224401223856128,1548049471000.0,2019-01-21 05:44:31,+0000,,Blood moon over LA tonight (@kzooastro) https://t.co/AgeMmYjss3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1087224401223856128,[],['https://pbs.twimg.com/media/DxaY1AOUUAEebDi.jpg'],1,https://pbs.twimg.com/media/DxaY1AOUUAEebDi.jpg,False,122522,1841,12690,,None,,,,,,,[],,,, +6143,1087213292592852993,1086721231234187269,1548046823000.0,2019-01-21 05:00:23,+0000,,@ThingsWork The @Space_Station zooms around the world about every 90 mins,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1087213292592852993,[],[],0,,False,27075,341,1204,,None,,,,,,,"[{'screen_name': 'ThingsWork', 'name': 'How Things Work', 'id': '2217099931'}]",,,, +6144,1086520970599227392,1086520333065043969,1547881760000.0,2019-01-19 07:09:20,+0000,,@RaptorJesuss Tesla is the safest car according to US govt testing,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1086520970599227392,[],[],0,,False,1639,105,141,,None,,,,,,,"[{'screen_name': 'raptorjesuss', 'name': 'Raptor', 'id': '1279306915068051456'}]",,,, +6145,1086520338341478401,1085714382812635137,1547881609000.0,2019-01-19 07:06:49,+0000,,"@SparklingDisse1 @kimpaquette @cleantechnica I wish them well. Track record in auto startups is tough. Thousands of US auto startups, but only Ford & Tesla have avoided bankruptcy. A similar scenario is likely in all countries.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1086520338341478401,[],[],0,,False,850,43,45,,None,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄', 'id': '258602317'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +6146,1086511986433613824,1086311430821957639,1547879618000.0,2019-01-19 06:33:38,+0000,,@InsideEVs Wow,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1086511986433613824,[],[],0,,False,29065,710,1203,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +6147,1086424846249021440,1086416952191582208,1547858842000.0,2019-01-19 00:47:22,+0000,,@beckycloonan Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1086424846249021440,[],[],0,,False,18535,251,608,,None,,,,,,,"[{'screen_name': 'beckycloonan', 'name': 'Becky Cloonan 🔮', 'id': '16102671'}]",,,, +6148,1086401286574993408,1086255399890812928,1547853225000.0,2019-01-18 23:13:45,+0000,,"@thirionremi @Tesla Thanks, good idea!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1086401286574993408,[],[],0,,False,5482,100,101,,None,,,,,,,"[{'screen_name': 'thirionremi', 'name': 'Thirion Rémi', 'id': '320264153'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6149,1085779971333705728,1085771520058679297,1547705092000.0,2019-01-17 06:04:52,+0000,,"@FredericLambert Yes, ending on Feb 1. It’s adding too much cost to the cars, especially Model 3.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1085779971333705728,[],[],0,,False,1462,158,65,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6150,1085774558089670661,1085771520058679297,1547703802000.0,2019-01-17 05:43:22,+0000,,@gooseSD22 @lovin_ny93 Order must occur before Feb 1,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1085774558089670661,[],[],0,,False,864,33,27,,None,,,,,,,"[{'screen_name': 'gooseSD22', 'name': '?', 'id': '63040725'}, {'screen_name': 'lovin_ny93', 'name': 'Emmet Spiegel', 'id': '765178836216586240'}]",,,, +6151,1085772475110178823,1085771520058679297,1547703305000.0,2019-01-17 05:35:05,+0000,,"@lovin_ny93 No, the whole referral incentive system will end",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1085772475110178823,[],[],0,,False,1150,75,43,,None,,,,,,,"[{'screen_name': 'lovin_ny93', 'name': 'Emmet Spiegel', 'id': '765178836216586240'}]",,,, +6152,1085771520058679297,1085771520058679297,1547703077000.0,2019-01-17 05:31:17,+0000,,"The Tesla customer referral program will end on Feb 1. If you want to refer a friend to buy a Tesla & give them 6 months of free Supercharging, please do so before then.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1085771520058679297,[],[],0,,False,28997,1665,1968,,None,,,,,,,[],,,, +6153,1085729045260558336,1085714382812635137,1547692950000.0,2019-01-17 02:42:30,+0000,,@MKBHD @BenSullins @cleantechnica I think some of them should combine forces. Talent is spread too thin.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1085729045260558336,[],[],0,,False,4654,152,143,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'BenSullins', 'name': 'Ben Sullins 💪', 'id': '824802244092522497'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +6154,1085728774811865088,1085722305332883456,1547692886000.0,2019-01-17 02:41:26,+0000,,"@WevolverApp @SpaceX Dragon 2 was originally designed to land with thrusters, but it’s not the right architecture for heavy transport to the moon or Mars, so we decided not to qualify it for thruster landings",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1085728774811865088,[],[],0,,False,5513,97,183,,None,,,,,,,"[{'screen_name': 'WevolverApp', 'name': 'Wevolver', 'id': '358253618'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6155,1085726570218573825,1085714382812635137,1547692360000.0,2019-01-17 02:32:40,+0000,,@cleantechnica How many electric vehicle startups are there? Seems like a lot.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1085726570218573825,[],[],0,,False,24854,1006,898,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +6156,1085680908177264640,1085678520515416064,1547681474000.0,2019-01-16 23:31:14,+0000,,"@musicnick1985 @Teslarati Teslarati is very thoughtful & well-written, but this stems from a miscommunication by SpaceX",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1085680908177264640,[],[],0,,False,1480,44,39,,None,,,,,,,"[{'screen_name': 'musicnick1985', 'name': 'Nicholas Rourke', 'id': '3944745305'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +6157,1085680538587787264,1085678520515416064,1547681386000.0,2019-01-16 23:29:46,+0000,,"@nextspaceflight @Teslarati The LA Times has a long track of unreasonable attacks on SpaceX & Tesla, but in this case it was our miscommunication",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1085680538587787264,[],[],0,,False,1212,30,42,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +6158,1085679367374524417,1085678520515416064,1547681106000.0,2019-01-16 23:25:06,+0000,,"@Teslarati The source info is incorrect. Starship & Raptor development is being done out of our HQ in Hawthorne, CA. We are building the Starship prototypes locally at our launch site in Texas, as their size makes them very difficult to transport.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1085679367374524417,[],[],0,,False,10903,223,635,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +6159,1085474608948498432,1085471245674504192,1547632288000.0,2019-01-16 09:51:28,+0000,,@mcannonbrookes Haha you’re welcome! Hope you’re doing well.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1085474608948498432,[],[],0,,False,709,26,16,,None,,,,,,,"[{'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +6160,1085463656345694208,1085345848458805248,1547629677000.0,2019-01-16 09:07:57,+0000,,"@greensjeremy @boringcompany @mcannonbrookes About $15M/km for a two way high speed transit, so probably around $750M plus maybe $50M/station",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1085463656345694208,[],[],0,,False,23186,496,1050,,None,,,,,,,"[{'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +6161,1084967196982370306,1084967196982370306,1547511312000.0,2019-01-15 00:15:12,+0000,,Glad you like it,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1084967196982370306,[],[],0,,False,318056,2034,28542,https://twitter.com/TTfue/status/1084966116777091072,None,,,,,,,[],,,, +6162,1084737144394903552,1084250424415264768,1547456463000.0,2019-01-14 09:01:03,+0000,,@AXISENGUK @Bkin87 @RGVaerialphotos @SteveHamel16 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/1084737144394903552,[],[],0,,False,707,42,23,,None,,,,,,,"[{'screen_name': 'Bkin87', 'name': 'kinda_photographer_ish', 'id': '879787940427247616'}, {'screen_name': 'RGVaerialphotos', 'name': 'RGVAerialPhotography', 'id': '752724282925412352'}, {'screen_name': 'SteveHamel16', 'name': ""🚀 🐉 Don't Bet Against Elon 🐉🚀"", 'id': '999632398525530114'}]",,,, +6163,1084616480988094464,1084616480988094464,1547427694000.0,2019-01-14 01:01:34,+0000,,LA is so beautiful after the rain https://t.co/caXOWAXcOM,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1084616480988094464,[],['https://pbs.twimg.com/media/Dw1U7scUYAALEkR.jpg'],1,https://pbs.twimg.com/media/Dw1U7scUYAALEkR.jpg,False,113511,2406,5482,,None,,,,,,,[],,,, +6164,1084582152556109824,1084582152556109824,1547419510000.0,2019-01-13 22:45:10,+0000,,SpaceX Dragon from as seen from @Space_Station viewport https://t.co/WE82irbsmp,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1084582152556109824,[],['https://pbs.twimg.com/media/Dw01t_bU0AATvCC.jpg'],1,https://pbs.twimg.com/media/Dw01t_bU0AATvCC.jpg,False,15496,336,884,,None,,,,,,,[],,,, +6165,1084555685445029888,1084555685445029888,1547413200000.0,2019-01-13 21:00:00,+0000,,Falcon comes home https://t.co/vCtOtHSbdn,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1084555685445029888,[],['https://pbs.twimg.com/media/Dw0dpSEWkAIp1o9.jpg'],1,https://pbs.twimg.com/media/Dw0dpSEWkAIp1o9.jpg,False,87714,871,4851,,None,,,,,,,[],,,, +6166,1084525293245587456,1084519024300568577,1547405954000.0,2019-01-13 18:59:14,+0000,,@deltaplan @Paulojvn We are not yet offering the mid range Model 3 in Europe,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1084525293245587456,[],[],0,,False,1117,50,27,,None,,,,,,,"[{'screen_name': 'deltaplan', 'name': 'deltaplan 🇪🇺', 'id': '14090348'}]",,,, +6167,1084520334819176448,1084519024300568577,1547404771000.0,2019-01-13 18:39:31,+0000,,"@Paulojvn Which country? There is a 10% import duty, ~20% VAT (US prices don’t include sales tax) and about $2000 in extra shipping cost, but it shouldn’t add up to $25k.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1084520334819176448,[],[],0,,False,11477,329,314,,None,,,,,,,[],,,, +6168,1084518285889089536,1084518285889089536,1547404283000.0,2019-01-13 18:31:23,+0000,,View of SpaceX Dragon 1 berthed with @Space_Station in the last Cupola opening. Dragon 2 (Crew Dragon) launching soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1084518285889089536,[],[],0,,False,16275,344,1767,https://twitter.com/csa_asc/status/1084072568708124672,None,,,,,,,[],,,, +6169,1084200178087649280,1084163492700086272,1547328440000.0,2019-01-12 21:27:20,+0000,,@teslaownersSV Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1084200178087649280,[],[],0,,False,728,65,20,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +6170,1083673704318390272,1083649851366158337,1547202919000.0,2019-01-11 10:35:19,+0000,,Obv must be more pointy tho,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1083673704318390272,[],[],0,,False,44442,1105,1808,,None,,,,,,,[],,,, +6171,1083649851366158337,1083649851366158337,1547197232000.0,2019-01-11 09:00:32,+0000,,It needed to be made real,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1083649851366158337,[],[],0,,False,87601,1653,7343,https://twitter.com/b0yle/status/1083648618576281600,None,,,,,,,[],,,, +6172,1083586630361993216,1083582184005533697,1547182159000.0,2019-01-11 04:49:19,+0000,,@mjensen007 Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1083586630361993216,[],[],0,,False,811,25,13,,None,,,,,,,"[{'screen_name': 'mjensen007', 'name': 'Matt Jensen', 'id': '30032268'}]",,,, +6173,1083584992951918592,1083582184005533697,1547181769000.0,2019-01-11 04:42:49,+0000,, https://t.co/gTaURPZral,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1083584992951918592,['https://m.youtube.com/watch?v=DgLBIdVg3EM'],[],0,,False,5595,242,404,,None,,,,,,,[],,,, +6174,1083582184005533697,1083582184005533697,1547181099000.0,2019-01-11 04:31:39,+0000,,Starship Hopper will do vertical flight tests similar to the Falcon 9 Hopper https://t.co/5dCrGFqymR,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1083582184005533697,['http://youtu.be/NoxiK7K28PU'],[],0,,False,12359,444,1072,,None,,,,,,,[],,,, +6175,1083576980010881024,1083567087983964160,1547179858000.0,2019-01-11 04:10:58,+0000,,@Sloppy93 @SpaceX Body/tank diameter is 9m or about 30ft,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1083576980010881024,[],[],0,,False,2286,52,56,,None,,,,,,,"[{'screen_name': 'Sloppy93', 'name': 'Alex Tutt', 'id': '913934962411409408'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6176,1083575233423003648,1083567087983964160,1547179442000.0,2019-01-11 04:04:02,+0000,,@JoThePro10 @SpaceX Should be done with first orbital prototype around June,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1083575233423003648,[],[],0,,False,1285,61,116,,None,,,,,,,"[{'screen_name': 'JoThePro10', 'name': 'Josh', 'id': '3272356686'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6177,1083571475599245312,1083567087983964160,1547178546000.0,2019-01-11 03:49:06,+0000,,@sandt_tyler Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1083571475599245312,[],[],0,,False,697,21,15,,None,,,,,,,"[{'screen_name': 'sandt_tyler', 'name': 'Tyler Sandt', 'id': '1031515753252638720'}]",,,, +6178,1083571402752573440,1083567087983964160,1547178528000.0,2019-01-11 03:48:48,+0000,,@somepitch Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1083571402752573440,[],[],0,,False,619,10,15,,None,,,,,,,"[{'screen_name': 'somepitch', 'name': 'Colin', 'id': '172989426'}]",,,, +6179,1083571038619922432,1083567087983964160,1547178442000.0,2019-01-11 03:47:22,+0000,,@Erdayastronaut Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1083571038619922432,[],[],0,,False,1374,53,30,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6180,1083568315656822784,1083567087983964160,1547177792000.0,2019-01-11 03:36:32,+0000,,"This is for suborbital VTOL tests. Orbital version is taller, has thicker skins (won’t wrinkle) & a smoothly curving nose section.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1083568315656822784,[],[],0,,False,18500,579,1010,,None,,,,,,,[],,,, +6181,1083567087983964160,1083567087983964160,1547177500000.0,2019-01-11 03:31:40,+0000,,"Starship test flight rocket just finished assembly at the @SpaceX Texas launch site. This is an actual picture, not a rendering. https://t.co/k1HkueoXaz",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1083567087983964160,[],['https://pbs.twimg.com/media/DwmagBZX4AEbUN-.jpg'],1,https://pbs.twimg.com/media/DwmagBZX4AEbUN-.jpg,False,118441,4479,20960,,None,,,,,,,[],,,, +6182,1083256001942487040,1083252225449840642,1547103331000.0,2019-01-10 06:55:31,+0000,,@deepbluecea @ruboyad Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1083256001942487040,[],[],0,,False,982,34,16,,None,,,,,,,"[{'screen_name': 'deepbluecea', 'name': 'Ben Weiss', 'id': '27377133'}, {'screen_name': 'ruboyad', 'name': 'tetragrammaton', 'id': '949227810064920576'}]",,,, +6183,1083255516959330304,1083252225449840642,1547103215000.0,2019-01-10 06:53:35,+0000,,@FredericLambert @DMC_Ryan Getting some regulatory pushback. May not be available in all regions.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1083255516959330304,[],[],0,,False,986,66,36,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +6184,1083254787246833664,1083252225449840642,1547103041000.0,2019-01-10 06:50:41,+0000,,@DMC_Ryan Going through final validation & regulatory approval. Probably releases to early access program owners in a few weeks. It’s trippy!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1083254787246833664,[],[],0,,False,1668,54,70,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +6185,1083252590689820672,1083252225449840642,1547102518000.0,2019-01-10 06:41:58,+0000,,@ruboyad Yes 🚀,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1083252590689820672,[],[],0,,False,1458,52,43,,None,,,,,,,"[{'screen_name': 'ruboyad', 'name': 'tetragrammaton', 'id': '949227810064920576'}]",,,, +6186,1083252225449840642,1083252225449840642,1547102431000.0,2019-01-10 06:40:31,+0000,,Tesla *with* Autopilot engaged is twice as safe & continues to make steady improvements,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1083252225449840642,[],[],0,,False,34348,900,3054,https://twitter.com/Teslarati/status/1082710262665355266,None,,,,,,,[],,,, +6187,1083143591093039105,1083141248872075265,1547076530000.0,2019-01-09 23:28:50,+0000,,@TheLonlyGuy_ Def not,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1083143591093039105,[],[],0,,False,1084,34,25,,None,,,,,,,"[{'screen_name': 'TheLonlyGuy_', 'name': 'TheLonlyGuy', 'id': '2208687274'}]",,,, +6188,1083142051393388544,1083141248872075265,1547076163000.0,2019-01-09 23:22:43,+0000,,@_Ali_Gray Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1083142051393388544,[],[],0,,False,991,39,24,,None,,,,,,,"[{'screen_name': '_Ali_Gray', 'name': 'Alistair Gray', 'id': '739725018'}]",,,, +6189,1083141248872075265,1083141248872075265,1547075972000.0,2019-01-09 23:19:32,+0000,,"Starting on Monday, Tesla will no longer be taking orders for the 75 kWh version of the Model S & X. If you’d like that version, please order by Sunday night at https://t.co/46TXqRJ3C1",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1083141248872075265,['http://Tesla.com'],[],0,,False,8593,704,870,,None,,,,,,,[],,,, +6190,1083136413019836417,1083135366175977472,1547074819000.0,2019-01-09 23:00:19,+0000,,@FredericLambert Good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1083136413019836417,[],[],0,,False,1026,80,26,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6191,1083132858078760960,1083095876392964096,1547073971000.0,2019-01-09 22:46:11,+0000,,@MKBHD It’s an option,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1083132858078760960,[],[],0,,False,7219,150,137,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +6192,1083130682245812224,1083095876392964096,1547073452000.0,2019-01-09 22:37:32,+0000,,@manjotbassan @MKBHD Vertically or horizontally?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1083130682245812224,[],[],0,,False,7657,165,392,,None,,,,,,,"[{'screen_name': 'manjotbassan', 'name': 'manjot singh', 'id': '217471199'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +6193,1083130257446785025,1083095876392964096,1547073351000.0,2019-01-09 22:35:51,+0000,,@manjotbassan @MKBHD No problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1083130257446785025,[],[],0,,False,4643,51,121,,None,,,,,,,"[{'screen_name': 'manjotbassan', 'name': 'manjot singh', 'id': '217471199'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +6194,1083129832903458816,1083095876392964096,1547073250000.0,2019-01-09 22:34:10,+0000,,"@MKBHD Plus, you can basically accelerate at the limit of human endurance",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1083129832903458816,[],[],0,,False,9996,157,379,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +6195,1083129294614745088,1083095876392964096,1547073122000.0,2019-01-09 22:32:02,+0000,,@ole_sveberg @MKBHD I don’t think the law fully anticipated this situation. So probably yes for a while.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1083129294614745088,[],[],0,,False,1292,42,46,,None,,,,,,,"[{'screen_name': 'ole_sveberg', 'name': 'Ole Sveberg', 'id': '975715636805623808'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +6196,1083128521801822213,1083095876392964096,1547072937000.0,2019-01-09 22:28:57,+0000,,@MKBHD I’m not. Will use SpaceX cold gas thruster system with ultra high pressure air in a composite over-wrapped pressure vessel in place of the 2 rear seats.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1083128521801822213,[],[],0,,False,16118,417,1378,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +6197,1083122347404595200,1083121972857487360,1547071465000.0,2019-01-09 22:04:25,+0000,,@hohocho It will be,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1083122347404595200,[],[],0,,False,1359,52,24,,None,,,,,,,"[{'screen_name': 'hohocho', 'name': 'Jaehwan Cho 조재환', 'id': '31310727'}]",,,, +6198,1083121972857487360,1083121972857487360,1547071376000.0,2019-01-09 22:02:56,+0000,,"Btw, you can buy a Tesla online in less than 2 mins & give it back for a full refund for any reason https://t.co/46TXqRJ3C1",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1083121972857487360,['http://Tesla.com'],[],0,,False,35922,2531,3901,,None,,,,,,,[],,,, +6199,1083099364833275909,1083095876392964096,1547065986000.0,2019-01-09 20:33:06,+0000,,@Erdayastronaut 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1083099364833275909,[],[],0,,False,4174,127,81,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6200,1083095876392964096,1083095876392964096,1547065154000.0,2019-01-09 20:19:14,+0000,,The new Roadster will actually do something like this,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1083095876392964096,[],[],0,,False,146393,3814,20685,https://twitter.com/Richie_Hill_/status/1082715123398062080,None,,,,,,,[],,,, +6201,1082581398983188480,1082579294738698240,1546942493000.0,2019-01-08 10:14:53,+0000,,@DOfaquarius https://t.co/sPVLN8X22d,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1082581398983188480,['https://m.youtube.com/watch?v=FG1NrQYXjLU'],[],0,,False,2020,135,80,,None,,,,,,,"[{'screen_name': 'DOfaquarius', 'name': '🐲DOfAquarius', 'id': '960785661660975104'}]",,,, +6202,1082579294738698240,1082579294738698240,1546941991000.0,2019-01-08 10:06:31,+0000,,And now … we dance! https://t.co/2TdS6EVSmi,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1082579294738698240,[],['https://pbs.twimg.com/media/DwYYHr-VYAEm3Oq.jpg'],1,https://pbs.twimg.com/media/DwYYHr-VYAEm3Oq.jpg,False,104817,2103,6469,,None,,,,,,,[],,,, +6203,1082381827577446400,1082338680885235713,1546894912000.0,2019-01-07 21:01:52,+0000,,@ChrisEvans Great thread 🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1082381827577446400,[],[],0,,False,29171,293,998,,None,,,,,,,"[{'screen_name': 'ChrisEvans', 'name': 'Chris Evans', 'id': '580097412'}]",,,, +6204,1082180642937491456,1082180642937491456,1546846945000.0,2019-01-07 07:42:25,+0000,,#NewProfilePic https://t.co/W4xT1ywqjA,und,['newprofilepic'],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1082180642937491456,[],['https://pbs.twimg.com/media/DwSta0wUcAAQQR9.jpg'],1,https://pbs.twimg.com/media/DwSta0wUcAAQQR9.jpg,False,296877,6961,31186,,None,,,,,,,[],,,, +6205,1082143023272730629,1082103637990625281,1546837976000.0,2019-01-07 05:12:56,+0000,,"Shanghai Giga will produce affordable versions of 3/Y for greater China. All Model S/X & higher cost versions of Model 3/Y will still be built in US for WW market, incl China.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1082143023272730629,[],[],0,,False,10824,409,544,,None,,,,,,,[],,,, +6206,1082120550447792129,1082117387799818240,1546832618000.0,2019-01-07 03:43:38,+0000,,"@jimcramer Shanghai Giga output is just for greater China, not North America. Affordable cars must be made on same continent as customers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1082120550447792129,[],[],0,,False,5293,193,243,,None,,,,,,,"[{'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +6207,1082118212546953216,1082103637990625281,1546832061000.0,2019-01-07 03:34:21,+0000,,Shanghai Giga production of Model 3/Y will serve greater China region,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1082118212546953216,[],[],0,,False,11534,271,396,,None,,,,,,,[],,,, +6208,1082116267568377857,1082103637990625281,1546831597000.0,2019-01-07 03:26:37,+0000,,"Aiming to finish initial construction this summer, start Model 3 production end of year & reach high volume production next year",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1082116267568377857,[],[],0,,False,7944,240,356,,None,,,,,,,[],,,, +6209,1082103637990625281,1082103637990625281,1546828586000.0,2019-01-07 02:36:26,+0000,,Looking forward to breaking ground on the @Tesla Shanghai Gigafactory today!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1082103637990625281,[],[],0,,False,36487,972,1997,,None,,,,,,,[],,,, +6210,1082081096551055362,1082081096551055362,1546823212000.0,2019-01-07 01:06:52,+0000,,Good sign that almost no Model 3 owners want to sell their cars!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1082081096551055362,[],[],0,,False,21887,644,1304,https://twitter.com/cleantechnica/status/1081937517971193858,None,,,,,,,[],,,, +6211,1082000215425593345,1081986795452157955,1546803928000.0,2019-01-06 19:45:28,+0000,, https://t.co/Vl6pIb1q9b,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1082000215425593345,[],['https://pbs.twimg.com/media/DwQJahHX0AAALXX.jpg'],1,https://pbs.twimg.com/media/DwQJahHX0AAALXX.jpg,False,47824,873,5111,,None,,,,,,,[],,,, +6212,1081988321608458241,1081986795452157955,1546801092000.0,2019-01-06 18:58:12,+0000,,"@CAnderson271 Yes, will be extremely intense. Early flights are especially dangerous, as there’s a lot of new hardware.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1081988321608458241,[],[],0,,False,2571,60,74,,None,,,,,,,"[{'screen_name': 'CAnderson271', 'name': 'Carson', 'id': '2786021088'}]",,,, +6213,1081987427248603136,1081986795452157955,1546800879000.0,2019-01-06 18:54:39,+0000,,"Sorry, to be clear, this pic is all real. Nothing rendered.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1081987427248603136,[],[],0,,False,34754,656,1219,,None,,,,,,,[],,,, +6214,1081986795452157955,1081986795452157955,1546800729000.0,2019-01-06 18:52:09,+0000,,Falcon 9 on launch pad with Crew Dragon & new astronaut walkway https://t.co/aopO67qe4F,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1081986795452157955,[],['https://pbs.twimg.com/media/DwP9OwyW0AYGsXm.jpg'],1,https://pbs.twimg.com/media/DwP9OwyW0AYGsXm.jpg,False,70309,1080,7589,,None,,,,,,,[],,,, +6215,1081676911066017793,1081576707365064704,1546726846000.0,2019-01-05 22:20:46,+0000,,"@enn_nafnlaus @TheJewbyrd7777 @DrakeFerroNyalk @13ericralph31 Spiral-winding is great for uniform thickness. We used that for the Hyperloop vacuum tunnel. However, Starship skin thickness will vary considerably according to loads.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1081676911066017793,[],[],0,,False,842,39,34,,None,,,,,,,"[{'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'TheJewbyrd7777', 'name': 'Jux-Toposition', 'id': '3001601898'}, {'screen_name': 'DrakeFerroNyalk', 'name': 'Drake FerroNyalka', 'id': '883117405'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}]",,,, +6216,1081662202124296192,1081576707365064704,1546723339000.0,2019-01-05 21:22:19,+0000,,@Yaru_Sasaki @enn_nafnlaus @Mulymule @NASASpaceflight Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1081662202124296192,[],[],0,,False,822,22,18,,None,,,,,,,"[{'screen_name': 'Yaru_Sasaki', 'name': 'Yaru Sasaki', 'id': '1117085892'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'Mulymule', 'name': 'Mule Rayworth', 'id': '70221642'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +6217,1081647229897650177,1081646702535290880,1546719770000.0,2019-01-05 20:22:50,+0000,,@Chima_Saboyo It’s all in the way you say it,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1081647229897650177,[],[],0,,False,45913,588,2077,,None,,,,,,,[],,,, +6218,1081580505412202498,1081580505412202498,1546703861000.0,2019-01-05 15:57:41,+0000,,Matt DeBord reviews all Tesla models https://t.co/ZZ7KW9cPpn via @businessinsider,sv,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081580505412202498,['https://www.businessinsider.com/favorite-features-every-tesla-new-used-2019-1?utm_source=twitter&utm_medium=referral&utm_content=topbar&utm_term=mobile&referrer=twitter'],[],0,,False,6478,226,448,,None,,,,,,,[],,,, +6219,1081578033700466689,1081576707365064704,1546703272000.0,2019-01-05 15:47:52,+0000,,@Wayne_Obie I do love Tintin,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081578033700466689,[],[],0,,False,3336,87,119,,None,,,,,,,"[{'screen_name': 'Wayne_Obie', 'name': 'Wayne_Obie', 'id': '36364625'}]",,,, +6220,1081576901842370560,1081573955591258113,1546703002000.0,2019-01-05 15:43:22,+0000,,@FrameshiftShark @SpaceX More on this in a few months,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081576901842370560,[],[],0,,False,874,24,26,,None,,,,,,,"[{'screen_name': 'FrameshiftShark', 'name': 'Sapphire 🚀🦈', 'id': '532999756'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6221,1081576707365064704,1081576707365064704,1546702956000.0,2019-01-05 15:42:36,+0000,,"Starship test vehicle under assembly will look similar to this illustration when finished. Operational Starships would obv have windows, etc. https://t.co/D8AJ01mjyR",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081576707365064704,[],['https://pbs.twimg.com/media/DwKIR5EWkAAqDuW.jpg'],1,https://pbs.twimg.com/media/DwKIR5EWkAAqDuW.jpg,False,96066,4070,12062,,None,,,,,,,[],,,, +6222,1081575156990894082,1081573955591258113,1546702586000.0,2019-01-05 15:36:26,+0000,,"@LPAmdee @SpaceX Aiming for 4 weeks, which probably means 8 weeks, due to unforeseen issues",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081575156990894082,[],[],0,,False,1919,69,120,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6223,1081573955591258113,1081573955591258113,1546702300000.0,2019-01-05 15:31:40,+0000,,"Good shot of @SpaceX Starship flight test vehicle being assembled in Boca Chica, Texas",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081573955591258113,[],[],0,,False,23625,542,2315,https://twitter.com/CowboyDanPaasch/status/1081567268901928961,None,,,,,,,[],,,, +6224,1081572521105707009,1081459477100941313,1546701958000.0,2019-01-05 15:25:58,+0000,,@paperclip9000 @renwis1 @thearkadia_ @Grimezsz Engines currently on Starship hopper are a blend of Raptor development & operational parts. First hopper engine to be fired is almost finished assembly in California. Probably fires next month.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081572521105707009,[],[],0,,False,1368,34,119,,None,,,,,,,"[{'screen_name': 'paperclip9000', 'name': 'FactorialPaperclip9000!', 'id': '1077257021215440896'}, {'screen_name': 'renwis1', 'name': 'René', 'id': '795356899067723776'}, {'screen_name': 'TheArkadia_', 'name': 'The Arkadia ※', 'id': '1106970996580462594'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +6225,1081570128620249094,1081459477100941313,1546701387000.0,2019-01-05 15:16:27,+0000,,@renwis1 @thearkadia_ @Grimezsz Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081570128620249094,[],[],0,,False,804,7,17,,None,,,,,,,"[{'screen_name': 'renwis1', 'name': 'René', 'id': '795356899067723776'}, {'screen_name': 'TheArkadia_', 'name': 'The Arkadia ※', 'id': '1106970996580462594'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +6226,1081568748257955841,1069510509773246472,1546701058000.0,2019-01-05 15:10:58,+0000,,@yousuck2020 Not yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1081568748257955841,[],[],0,,False,1054,56,37,,None,,,,,,,"[{'screen_name': 'yousuck2020', 'name': '前澤友作┃月旅行に8名ご招待', 'id': '137857547'}]",,,, +6227,1081460617561559040,1081459477100941313,1546675278000.0,2019-01-05 08:01:18,+0000,,@thearkadia_ @Grimezsz That’s a reasonable question,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1081460617561559040,[],[],0,,False,2139,104,93,,None,,,,,,,"[{'screen_name': 'TheArkadia_', 'name': 'The Arkadia ※', 'id': '1106970996580462594'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +6228,1081459477100941313,1081459477100941313,1546675006000.0,2019-01-05 07:56:46,+0000,,About a month away from the first orbital test flight of crew Dragon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1081459477100941313,[],[],0,,False,45324,776,4536,https://twitter.com/SpaceX/status/1081405732107370497,None,,,,,,,[],,,, +6229,1081448025627623426,1081289153071857664,1546672276000.0,2019-01-05 07:11:16,+0000,,@tonyydx @OneAngryGoyim @ShannonLeePerr1 Probably,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1081448025627623426,[],[],0,,False,437,14,11,,None,,,,,,,"[{'screen_name': 'tonyydx', 'name': 'tydx', 'id': '1333622214'}, {'screen_name': 'ShannonLeePerr1', 'name': '... Long Liveth Art 🧵', 'id': '1017294190441623552'}]",,,, +6230,1081403891453853701,1081276036036186112,1546661753000.0,2019-01-05 04:15:53,+0000,,@KeukenFiets https://t.co/H5h62XvdYN,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1081403891453853701,[],['https://pbs.twimg.com/tweet_video_thumb/DwHrF4WVYAAp5Dn.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/DwHrF4WVYAAp5Dn.jpg,False,5143,255,720,,None,,,,,,,[],,,, +6231,1081356162140823553,1081289153071857664,1546650374000.0,2019-01-05 01:06:14,+0000,,@nichegamer @Liv_Boeree That’s what I heard,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1081356162140823553,[],[],0,,False,800,27,17,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}]",,,, +6232,1081339079013191681,1081289153071857664,1546646301000.0,2019-01-04 23:58:21,+0000,,@Liv_Boeree Life is made of ups & downs,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1081339079013191681,[],[],0,,False,1285,82,92,,None,,,,,,,"[{'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}]",,,, +6233,1081330270198890496,1081276036036186112,1546644201000.0,2019-01-04 23:23:21,+0000,,@Korey_IRL @vioblet https://t.co/YKHC4TSByn,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1081330270198890496,[],['https://pbs.twimg.com/tweet_video_thumb/DwGoIwTUYAA5tkm.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/DwGoIwTUYAA5tkm.jpg,False,2008,59,65,,None,,,,,,,[],,,, +6234,1081290795435479040,1081289153071857664,1546634789000.0,2019-01-04 20:46:29,+0000,,@jameswy2010 Appears to be simulations all the way down …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1081290795435479040,[],[],0,,False,1375,166,72,,None,,,,,,,"[{'screen_name': 'jameswy2010', 'name': 'JimWin', 'id': '263721253'}]",,,, +6235,1081289322039365633,1081289153071857664,1546634438000.0,2019-01-04 20:40:38,+0000,,All parameters in a simulation are necessarily quantized,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1081289322039365633,[],[],0,,False,14890,634,860,,None,,,,,,,[],,,, +6236,1081289153071857664,1081289153071857664,1546634398000.0,2019-01-04 20:39:58,+0000,,Three quarks for Muster Mark!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1081289153071857664,[],[],0,,False,18236,674,607,,None,,,,,,,[],,,, +6237,1081282695928307712,1081276036036186112,1546632858000.0,2019-01-04 20:14:18,+0000,,@TheLinguist5 @tylertrench31 Wutf,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1081282695928307712,[],[],0,,False,1030,57,52,,None,,,,,,,"[{'screen_name': 'TheLinguist5', 'name': 'The Linguist', 'id': '1361781696744595460'}]",,,, +6238,1081276506414899200,1081276036036186112,1546631382000.0,2019-01-04 19:49:42,+0000,,@tylertrench31 What you think I do,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1081276506414899200,[],[],0,,False,5422,210,340,,None,,,,,,,[],,,, +6239,1081276036036186112,1081276036036186112,1546631270000.0,2019-01-04 19:47:50,+0000,,…,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1081276036036186112,[],[],0,,False,133632,6803,18237,,None,,,,,,,[],,,, +6240,1081129777744859137,1081117088662450177,1546596400000.0,2019-01-04 10:06:40,+0000,,@enjikaka @Tesla @adamomras Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/1081129777744859137,[],[],0,,False,618,32,15,,None,,,,,,,"[{'screen_name': 'enjikaka', 'name': 'Jeremy Karlsson', 'id': '159603602'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6241,1080984617815953409,1080963075539234816,1546561791000.0,2019-01-04 00:29:51,+0000,,@v_g_fischer @nichegamer srsly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1080984617815953409,[],[],0,,False,1148,33,39,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +6242,1080983915404259328,1080963075539234816,1546561623000.0,2019-01-04 00:27:03,+0000,,@nichegamer 6/5 ⭐️,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1080983915404259328,[],[],0,,False,1459,27,66,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +6243,1080965637256601600,1080963075539234816,1546557265000.0,2019-01-03 23:14:25,+0000,,"@bhandel58 To a dyslexic agnostic, there is no …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1080965637256601600,[],[],0,,False,1940,93,71,,None,,,,,,,"[{'screen_name': 'bhandel58', 'name': 'bhandel58', 'id': '17045166'}]",,,, +6244,1080963589719056385,1080963075539234816,1546556777000.0,2019-01-03 23:06:17,+0000,,"Evian, the first bottled water, is naive spelled backwards",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1080963589719056385,[],[],0,,False,123111,2185,13537,,None,,,,,,,[],,,, +6245,1080963075539234816,1080963075539234816,1546556655000.0,2019-01-03 23:04:15,+0000,,There are no coincidences https://t.co/9AEbbuXZGn,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1080963075539234816,[],['https://pbs.twimg.com/media/DwBaLg6VYAAMeaJ.jpg'],1,https://pbs.twimg.com/media/DwBaLg6VYAAMeaJ.jpg,False,628215,6101,149975,,None,,,,,,,[],,,, +6246,1080954820926664704,1080954820926664704,1546554687000.0,2019-01-03 22:31:27,+0000,,"Model 3 mid-range EPA rating is actually 264 miles, slightly higher than prior estimate of 260 https://t.co/l4eCpTObAi",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1080954820926664704,['https://3.tesla.com/model3/design?#battery'],[],0,,False,9688,468,655,,None,,,,,,,[],,,, +6247,1080952966339645442,1080642068035317760,1546554244000.0,2019-01-03 22:24:04,+0000,,@scottwww @annerajb @CharlieMilton @Reuters @Breakingviews @Tesla Checking …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1080952966339645442,[],[],0,,False,557,36,11,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'CharlieMilton', 'name': 'Charlie Milton', 'id': '40533008'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}, {'screen_name': 'Breakingviews', 'name': 'ReutersBreakingviews', 'id': '12794362'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6248,1080952636755460096,1080948522818682881,1546554166000.0,2019-01-03 22:22:46,+0000,,@DiscoverMag 😲,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1080952636755460096,[],[],0,,False,3756,96,101,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +6249,1080919560507650048,1080642068035317760,1546546280000.0,2019-01-03 20:11:20,+0000,,@annerajb @CharlieMilton @Reuters @Breakingviews @Tesla Reveals wheels?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1080919560507650048,[],[],0,,False,471,24,11,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'CharlieMilton', 'name': 'Charlie Milton', 'id': '40533008'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}, {'screen_name': 'Breakingviews', 'name': 'ReutersBreakingviews', 'id': '12794362'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6250,1080919043572260865,1080642068035317760,1546546157000.0,2019-01-03 20:09:17,+0000,,"@CharlieMilton @Reuters @Breakingviews @Tesla Weirdly, all the negative press seems to increase sales!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1080919043572260865,[],[],0,,False,1374,100,118,,None,,,,,,,"[{'screen_name': 'CharlieMilton', 'name': 'Charlie Milton', 'id': '40533008'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}, {'screen_name': 'Breakingviews', 'name': 'ReutersBreakingviews', 'id': '12794362'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6251,1080894483418365952,1080826496342605827,1546540301000.0,2019-01-03 18:31:41,+0000,,"@minliangtan @c4mer0n @burnflare @KroegerOve Btw, I like your gaming equipment",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1080894483418365952,[],[],0,,False,5171,88,409,,None,,,,,,,"[{'screen_name': 'minliangtan', 'name': 'Min-Liang Tan', 'id': '26906309'}, {'screen_name': 'c4mer0n', 'name': 'Cameron 🌐', 'id': '14180659'}, {'screen_name': 'burnflare', 'name': 'Vishnu Prem', 'id': '777885'}, {'screen_name': 'KroegerOve', 'name': 'Ove Kroeger T&T Emobility', 'id': '1031636845027885058'}]",,,, +6252,1080894111337439233,1080826496342605827,1546540212000.0,2019-01-03 18:30:12,+0000,,"@minliangtan @c4mer0n @burnflare @KroegerOve Sounds great, will connect you with Tesla Energy",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1080894111337439233,[],[],0,,False,2235,22,63,,None,,,,,,,"[{'screen_name': 'minliangtan', 'name': 'Min-Liang Tan', 'id': '26906309'}, {'screen_name': 'c4mer0n', 'name': 'Cameron 🌐', 'id': '14180659'}, {'screen_name': 'burnflare', 'name': 'Vishnu Prem', 'id': '777885'}, {'screen_name': 'KroegerOve', 'name': 'Ove Kroeger T&T Emobility', 'id': '1031636845027885058'}]",,,, +6253,1080888452256657408,1080826496342605827,1546538863000.0,2019-01-03 18:07:43,+0000,,@c4mer0n @burnflare @KroegerOve Singapore has enough area to switch to solar/battery & be energy-independent,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1080888452256657408,[],[],0,,False,1075,20,59,,None,,,,,,,"[{'screen_name': 'c4mer0n', 'name': 'Cameron 🌐', 'id': '14180659'}, {'screen_name': 'burnflare', 'name': 'Vishnu Prem', 'id': '777885'}, {'screen_name': 'KroegerOve', 'name': 'Ove Kroeger T&T Emobility', 'id': '1031636845027885058'}]",,,, +6254,1080884388525555712,1080826496342605827,1546537894000.0,2019-01-03 17:51:34,+0000,,"@vincent13031925 @KroegerOve Yes, support of the Chinese government is very much appreciated",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1080884388525555712,[],[],0,,False,742,31,50,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'KroegerOve', 'name': 'Ove Kroeger T&T Emobility', 'id': '1031636845027885058'}]",,,, +6255,1080829741056159744,1080826496342605827,1546524865000.0,2019-01-03 14:14:25,+0000,,@KroegerOve Govt has been unwelcome,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1080829741056159744,[],[],0,,False,1001,69,54,,None,,,,,,,"[{'screen_name': 'KroegerOve', 'name': 'Ove Kroeger T&T Emobility', 'id': '1031636845027885058'}]",,,, +6256,1080687039438180352,1080685293357871104,1546490843000.0,2019-01-03 04:47:23,+0000,,@XHNews Congratulations!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1080687039438180352,[],[],0,,False,14267,186,448,,None,,,,,,,"[{'screen_name': 'XHNews', 'name': 'China Xinhua News', 'id': '487118986'}]",,,, +6257,1080636120159870976,1080636120159870976,1546478702000.0,2019-01-03 01:25:02,+0000,,Great work by Tesla Team!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1080636120159870976,[],[],0,,False,32637,690,2355,https://twitter.com/InsideEVs/status/1080628997028040705,None,,,,,,,[],,,, +6258,1080000130407776264,1080000130407776264,1546327071000.0,2019-01-01 07:17:51,+0000,,Congratulations @Tesla team!! https://t.co/PBr9VVBv1S,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1080000130407776264,[],['https://pbs.twimg.com/media/DvzuXwEU8AEtZtE.jpg'],1,https://pbs.twimg.com/media/DvzuXwEU8AEtZtE.jpg,False,73785,1021,2957,,None,,,,,,,[],,,, +6259,1079951408231665664,1079816583906639872,1546315454000.0,2019-01-01 04:04:14,+0000,,@nichegamer Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1079951408231665664,[],[],0,,False,812,21,18,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +6260,1079922484445495296,1079922126268686336,1546308558000.0,2019-01-01 02:09:18,+0000,,@IanReyTamayo Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1079922484445495296,[],[],0,,False,21202,857,760,,None,,,,,,,[],,,, +6261,1079895177970372608,1079895177970372608,1546302048000.0,2019-01-01 00:20:48,+0000,,Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1079895177970372608,[],[],0,,False,158689,5026,27252,,None,,,,,,,[],,,, +6262,1079819716892319744,1079819716892319744,1546284057000.0,2018-12-31 19:20:57,+0000,,Hope everyone has a happy New Year!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1079819716892319744,[],[],0,,False,147723,4605,13589,,None,,,,,,,[],,,, +6263,1079819504710967297,1079816583906639872,1546284006000.0,2018-12-31 19:20:06,+0000,,@DMC_Ryan Happy New Year!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1079819504710967297,[],[],0,,False,1285,68,52,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +6264,1079564797002182656,1079564797002182656,1546223279000.0,2018-12-31 02:27:59,+0000,,"Good summary of Tesla progress in 2018 by @cleantechnica (due to Tesla team, not me though) https://t.co/vZgYts9auG via @cleantechnica",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1079564797002182656,['https://cleantechnica.com/2018/12/30/2018-was-a-giant-awesome-year-for-tesla-because-elon-musk/'],[],0,,False,9092,296,917,,None,,,,,,,[],,,, +6265,1079469237230493696,1079155749077475328,1546200496000.0,2018-12-30 20:08:16,+0000,,@Ben757677 @vincent13031925 Thanks Tesla owners in China! Looking forward to visiting soon for the groundbreaking of Gigafactory Shanghai!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1079469237230493696,[],[],0,,False,2811,99,136,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +6266,1079459047252709377,1079457030060924928,1546198066000.0,2018-12-30 19:27:46,+0000,,"@Grimezsz Turns out if you take Dayquil, you exit The Matrix",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1079459047252709377,[],[],0,,False,14595,306,966,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +6267,1078716366591483904,1078716366591483904,1546020998000.0,2018-12-28 18:16:38,+0000,,Excited to have Larry Ellison & Kathleen Wilson-Thompson join the Tesla board! https://t.co/CQyvkgsCsT,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1078716366591483904,[],"['https://pbs.twimg.com/media/Dvhe0B6UUAAbgNU.jpg', 'https://pbs.twimg.com/media/Dvhe0B5U8AAyZ16.jpg']",1,https://pbs.twimg.com/media/Dvhe0B6UUAAbgNU.jpg,False,36362,1019,2178,,None,,,,,,,[],,,, +6268,1078529476018008064,1078529330492321793,1545976439000.0,2018-12-28 05:53:59,+0000,,@NutmegTheRed @Tesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1078529476018008064,[],[],0,,False,538,40,19,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6269,1078395092090699776,1078383289356902401,1545944400000.0,2018-12-27 21:00:00,+0000,,@westcoastbill Tesla team did a great job!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1078395092090699776,[],[],0,,False,3780,100,142,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +6270,1078193151498567681,1078021840444903424,1545896253000.0,2018-12-27 07:37:33,+0000,,@teslaownersSV @alexraikos 2020,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1078193151498567681,[],[],0,,False,751,78,24,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}]",,,, +6271,1078192684433469440,1078021840444903424,1545896142000.0,2018-12-27 07:35:42,+0000,,@alexraikos Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1078192684433469440,[],[],0,,False,590,14,13,,None,,,,,,,[],,,, +6272,1078187280563560448,1077321639157731330,1545894854000.0,2018-12-27 07:14:14,+0000,,@SeanABragg @EcoHeliGuy @13ericralph31 @NCBirbhan @AwakenedParadi1 @demishassabis I will provide a detailed explanation in March/April,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1078187280563560448,[],[],0,,False,908,44,39,,None,,,,,,,"[{'screen_name': 'SeanABragg', 'name': 'Sean Bragg', 'id': '2547339619'}, {'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary #TeslaIndia🇮🇳', 'id': '2510241619'}, {'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +6273,1078185691475922944,1077321639157731330,1545894475000.0,2018-12-27 07:07:55,+0000,,@EcoHeliGuy @13ericralph31 @NCBirbhan @AwakenedParadi1 @demishassabis Time. Although it also turned out to be dramatically better.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1078185691475922944,[],[],0,,False,822,30,35,,None,,,,,,,"[{'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary #TeslaIndia🇮🇳', 'id': '2510241619'}, {'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +6274,1078184288032415744,1077321639157731330,1545894140000.0,2018-12-27 07:02:20,+0000,,@13ericralph31 @NCBirbhan @AwakenedParadi1 @demishassabis Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1078184288032415744,[],[],0,,False,693,10,23,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'NCBirbhan', 'name': 'Nikhil Chaudhary #TeslaIndia🇮🇳', 'id': '2510241619'}, {'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +6275,1078182922643861504,1077321639157731330,1545893815000.0,2018-12-27 06:56:55,+0000,,@Kristennetten @13ericralph31 @AwakenedParadi1 @demishassabis Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1078182922643861504,[],[],0,,False,514,16,20,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +6276,1078180361346068480,1077321639157731330,1545893204000.0,2018-12-27 06:46:44,+0000,,@13ericralph31 @AwakenedParadi1 @demishassabis Probability at 60% & rising rapidly due to new architecture,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1078180361346068480,[],[],0,,False,1018,35,72,,None,,,,,,,"[{'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +6277,1078177203592937472,1077321639157731330,1545892451000.0,2018-12-27 06:34:11,+0000,,@AwakenedParadi1 @demishassabis 30%,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1078177203592937472,[],[],0,,False,588,19,20,,None,,,,,,,"[{'screen_name': 'AwakenedParadi1', 'name': 'Awakened Paradigm', 'id': '1075822118124875777'}, {'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +6278,1078172950128283648,1077321639157731330,1545891437000.0,2018-12-27 06:17:17,+0000,,@demishassabis Congratulations,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1078172950128283648,[],[],0,,False,4633,47,125,,None,,,,,,,"[{'screen_name': 'demishassabis', 'name': 'Demis Hassabis', 'id': '1482581556'}]",,,, +6279,1078139346811740160,1078021840444903424,1545883425000.0,2018-12-27 04:03:45,+0000,,@ckgaparajita Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1078139346811740160,[],[],0,,False,489,16,14,,None,,,,,,,"[{'screen_name': 'ckgaparajita', 'name': '🕉 Aparajita', 'id': '233624878'}]",,,, +6280,1078135761566720000,1078014421446799360,1545882571000.0,2018-12-27 03:49:31,+0000,,@whatsinside Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1078135761566720000,[],[],0,,False,1126,27,22,,None,,,,,,,"[{'screen_name': 'whatsinside', 'name': ""WHAT'S INSIDE?"", 'id': '3239203002'}]",,,, +6281,1078135544029184000,1078021840444903424,1545882519000.0,2018-12-27 03:48:39,+0000,,@5AllanLeVito Got it 😀🇺🇦,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1078135544029184000,[],[],0,,False,2622,67,416,,None,,,,,,,"[{'screen_name': '5AllanLeVito', 'name': 'vAnilla Love t', 'id': '2476622113'}]",,,, +6282,1078023397819305984,1078021840444903424,1545855781000.0,2018-12-26 20:23:01,+0000,,"@motorsep Definitely. All major highways in Texas will have Superchargers, all the way to Brownsville & across Mexico.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1078023397819305984,[],[],0,,False,826,37,36,,None,,,,,,,"[{'screen_name': 'motorsep', 'name': 'Alex 3yb0v', 'id': '120263833'}]",,,, +6283,1078022367673085953,1078021840444903424,1545855535000.0,2018-12-26 20:18:55,+0000,,@JimJimroger Yep,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1078022367673085953,[],[],0,,False,997,18,15,,None,,,,,,,"[{'screen_name': 'JimJimroger', 'name': 'Jim Roger Johansen #TSLA', 'id': '4092772127'}]",,,, +6284,1078022229927968768,1078021840444903424,1545855502000.0,2018-12-26 20:18:22,+0000,,@Dodo723 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1078022229927968768,[],[],0,,False,810,39,23,,None,,,,,,,"[{'screen_name': 'Dodo723', 'name': 'Mustata Alin', 'id': '573915049'}]",,,, +6285,1078021840444903424,1078021840444903424,1545855410000.0,2018-12-26 20:16:50,+0000,,"Yes. Supercharger coverage will extend to 100% of Europe next year. From Ireland to Kiev, from Norway to Turkey.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1078021840444903424,[],[],0,,False,17153,1528,1897,https://twitter.com/shortword/status/1078020855689547776,None,,,,,,,[],,,, +6286,1078014421446799360,1078014421446799360,1545853641000.0,2018-12-26 19:47:21,+0000,,"Most people don’t know that the Tesla Supercharger network allows easy long distance travel throughout USA, most of Europe, Canada and China https://t.co/ZzN9Tabq8C",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1078014421446799360,['https://www.tesla.com/findus?v=2&bounds=70.04727546592196%2C-72.3304073559143%2C-11.962870650187314%2C-138.2483761059143&zoom=3&filters=supercharger'],[],0,,False,14922,978,1284,,None,,,,,,,[],,,, +6287,1078012795847753728,1078000436697677824,1545853253000.0,2018-12-26 19:40:53,+0000,,@martinmeany We are dramatically increasing Tesla Superchargers within cities & working with landlords to add home charging to apartment buildings,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1078012795847753728,[],[],0,,False,811,43,51,,None,,,,,,,"[{'screen_name': 'martinmeany', 'name': 'Marty Meany', 'id': '443299036'}]",,,, +6288,1078012289255563264,1078012098821517312,1545853132000.0,2018-12-26 19:38:52,+0000,,@magoo5042 @Tesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1078012289255563264,[],[],0,,False,400,8,6,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6289,1078011986036707328,1078000436697677824,1545853060000.0,2018-12-26 19:37:40,+0000,,@JP_Cautillo Wow!,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1078011986036707328,[],[],0,,False,499,20,7,,None,,,,,,,"[{'screen_name': 'JP_Cautillo', 'name': 'John-Paul Cautillo', 'id': '816611765572222976'}]",,,, +6290,1078010341651492865,1078000436697677824,1545852668000.0,2018-12-26 19:31:08,+0000,,"@JT_Richards @MMelinot @chuckyyyd This is incorrect. Vast majority of vehicle motion is returned to the battery, as the electric motors act like a generator in reverse. Brake pads on a Tesla literally never need to be replaced for lifetime of the car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1078010341651492865,[],[],0,,False,6687,315,539,,None,,,,,,,"[{'screen_name': 'JT_Richards', 'name': 'J-T Richards', 'id': '411066461'}, {'screen_name': 'MMelinot', 'name': 'Michel Mélinot', 'id': '1046678207590797312'}, {'screen_name': 'chuckyyyd', 'name': 'charlie h.', 'id': '122572409'}]",,,, +6291,1078008530253148160,1078000436697677824,1545852236000.0,2018-12-26 19:23:56,+0000,,"Most importantly, every electric car, Tesla or otherwise, matters to the environment we all share. Every time someone chooses electric, the future gets a little bit brighter! If not Tesla, please take a look at these other options: https://t.co/FZVNlGWYgA",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1078008530253148160,['https://en.m.wikipedia.org/wiki/List_of_electric_cars_currently_available'],[],0,,False,19328,659,2201,,None,,,,,,,[],,,, +6292,1078004889597337600,1078000436697677824,1545851368000.0,2018-12-26 19:09:28,+0000,,"And, because electricity costs much less than gasoline, a Model 3 can cost about $1000 less per year to operate. Because it’s electric, there are no oil changes, smog checks, tuneups, fuel filter, or brake pad replacements.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1078004889597337600,[],[],0,,False,18352,623,1813,,None,,,,,,,[],,,, +6293,1078001984790118400,1078000436697677824,1545850676000.0,2018-12-26 18:57:56,+0000,,"There are also many state & local incentives, for example California offers $2500, plus $800 from utilities & access to carpool lane, Colorado $4000, etc https://t.co/lmD3ZNFR9M",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1078001984790118400,['https://www.tesla.com/support/incentives'],[],0,,False,4577,134,414,,None,,,,,,,[],,,, +6294,1078000436697677824,1078000436697677824,1545850307000.0,2018-12-26 18:51:47,+0000,,Reminder to US buyers that the $7500 tax credit cuts in half in 5 days! Order online at https://t.co/46TXqRrsdr to see if there is any inventory left in your region or visit Tesla stores.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1078000436697677824,['http://Tesla.com'],[],0,,False,12756,500,1233,,None,,,,,,,[],,,, +6295,1077623025900519424,1077623025900519424,1545760325000.0,2018-12-25 17:52:05,+0000,,Merry Christmas & goodwill to all!! ⛄️ 🎄 🎁 🎅 💝 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1077623025900519424,[],[],0,,False,185935,4317,15425,,None,,,,,,,[],,,, +6296,1077477602091257857,1077106553189093376,1545725653000.0,2018-12-25 08:14:13,+0000,,"@AndrewSamoylich @Erdayastronaut @13ericralph31 @grafikhure_de @StevenHardison No, Raptors must be shielded during atmospheric entry. Although, maybe not ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1077477602091257857,[],[],0,,False,830,37,27,,None,,,,,,,"[{'screen_name': 'AndrewSamoylich', 'name': 'Andrew Samoylich', 'id': '605485978'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +6297,1077477101815635968,1077291579054927872,1545725534000.0,2018-12-25 08:12:14,+0000,,"@lexfridman @Tesla @karpathy Thanks, hope you have a good holiday! Your insight on autonomy is excellent.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1077477101815635968,[],[],0,,False,7652,90,205,,None,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +6298,1077460744793288704,1077423894271795200,1545721634000.0,2018-12-25 07:07:14,+0000,,@cleantechnica Sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1077460744793288704,[],[],0,,False,7169,318,230,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +6299,1077374176460136448,1077374048177410049,1545700994000.0,2018-12-25 01:23:14,+0000,,@john_bowie Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1077374176460136448,[],[],0,,False,536,26,15,,None,,,,,,,"[{'screen_name': 'john_bowie', 'name': 'john_bowie', 'id': '15404939'}]",,,, +6300,1077353613997920257,1077106553189093376,1545696092000.0,2018-12-25 00:01:32,+0000,,"@Erdayastronaut @13ericralph31 @grafikhure_de @StevenHardison Leeward side needs nothing, windward side will be activity cooled with residual (cryo) liquid methane, so will appear liquid silver even on hot side",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1077353613997920257,[],[],0,,False,1665,119,114,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +6301,1077346612362371073,1077278851086991360,1545694423000.0,2018-12-24 23:33:43,+0000,,@vicentes @Tesla Glad you’re ok!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1077346612362371073,[],[],0,,False,26606,115,402,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6302,1077346382359322625,1077106553189093376,1545694368000.0,2018-12-24 23:32:48,+0000,,@grafikhure_de @StevenHardison Starship will look like liquid silver,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1077346382359322625,[],[],0,,False,1200,39,59,,None,,,,,,,"[{'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +6303,1077277688497197056,1076700164121751552,1545677990000.0,2018-12-24 18:59:50,+0000,,@elliemecham @whatsinside Haha 🤣,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1077277688497197056,[],[],0,,False,867,22,19,,None,,,,,,,"[{'screen_name': 'elliemecham', 'name': 'Ellie Mecham', 'id': '392395586'}, {'screen_name': 'whatsinside', 'name': ""WHAT'S INSIDE?"", 'id': '3239203002'}]",,,, +6304,1077124199636856832,1077106553189093376,1545641395000.0,2018-12-24 08:49:55,+0000,,@Kristennetten @rokosslav @grafikhure_de @StevenHardison Maybe,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1077124199636856832,[],[],0,,False,1563,63,32,,None,,,,,,,"[{'screen_name': 'Kristennetten', 'name': 'K10✨', 'id': '985686123123949568'}, {'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +6305,1077115813516066816,1077106553189093376,1545639396000.0,2018-12-24 08:16:36,+0000,,@rokosslav @grafikhure_de @StevenHardison Much less,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1077115813516066816,[],[],0,,False,1611,26,33,,None,,,,,,,"[{'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +6306,1077115129055956994,1077106553189093376,1545639233000.0,2018-12-24 08:13:53,+0000,,@grafikhure_de @StevenHardison Skin will get too hot for paint. Stainless mirror finish. Maximum relfectivity.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1077115129055956994,[],[],0,,False,2891,90,96,,None,,,,,,,"[{'screen_name': 'grafikhure_de', 'name': 'grafikhure®', 'id': '2937483040'}, {'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +6307,1077112458714566656,1077106553189093376,1545638596000.0,2018-12-24 08:03:16,+0000,,@Sloppy93 3,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1077112458714566656,[],[],0,,False,1500,28,31,,None,,,,,,,"[{'screen_name': 'Sloppy93', 'name': 'Alex Tutt', 'id': '913934962411409408'}]",,,, +6308,1077111607564464129,1077106553189093376,1545638393000.0,2018-12-24 07:59:53,+0000,,"@StevenHardison Usable strength/weight of full hard stainless at cryo is slightly better than carbon fiber, room temp is worse, high temp is vastly better",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1077111607564464129,[],[],0,,False,3064,69,120,,None,,,,,,,"[{'screen_name': 'StevenHardison', 'name': 'Hardison', 'id': '35872037'}]",,,, +6309,1077109917595492352,1076977053042466821,1545637990000.0,2018-12-24 07:53:10,+0000,,"@DJSnM Yes, signal acquired from that dish",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1077109917595492352,[],[],0,,False,1239,17,30,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +6310,1077106553189093376,1077106553189093376,1545637188000.0,2018-12-24 07:39:48,+0000,,Stainless Steel Starship https://t.co/rRoiEKKrYc,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1077106553189093376,[],['https://pbs.twimg.com/media/DvKmsU1V4AE9Xqr.jpg'],1,https://pbs.twimg.com/media/DvKmsU1V4AE9Xqr.jpg,False,97208,2352,8216,,None,,,,,,,[],,,, +6311,1077105238333517825,1076930534994071552,1545636875000.0,2018-12-24 07:34:35,+0000,,@nextPlanetOver @WorldAndScience Which seems to be the approximate pixel size of reality,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1077105238333517825,[],[],0,,False,928,31,30,,None,,,,,,,"[{'screen_name': 'nextPlanetOver', 'name': '.', 'id': '879103588752117760'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +6312,1077104665399947264,1076930534994071552,1545636738000.0,2018-12-24 07:32:18,+0000,,@nextPlanetOver @WorldAndScience When it’s no longer noticeable over Planck’s length,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1077104665399947264,[],[],0,,False,781,19,24,,None,,,,,,,"[{'screen_name': 'nextPlanetOver', 'name': '.', 'id': '879103588752117760'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +6313,1076984701804412928,1076930534994071552,1545608136000.0,2018-12-23 23:35:36,+0000,,@WorldAndScience Yes! People are almost always surprised to learn that Earth’s gravitational reach is infinite. “Zero gravity” is achieved by zooming around Earth super fast until outward acceleration equals inward acceleration of gravity.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1076984701804412928,[],[],0,,False,28002,613,2101,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +6314,1076977053042466821,1076977053042466821,1545606313000.0,2018-12-23 23:05:13,+0000,,At SpaceX Boca Chica launch site in Texas https://t.co/MtxkuhDDdE,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1076977053042466821,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1076976619695165440/pu/img/MTUs89hugUS5VmhV.jpg,False,29639,655,2378,,None,,,,,,,[],,,, +6315,1076905111597662208,1076905111597662208,1545589161000.0,2018-12-23 18:19:21,+0000,,Amazing space progress by China. This year they did more orbital launches than the USA for the first time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1076905111597662208,[],[],0,,False,24407,589,2326,https://twitter.com/sciam/status/1076888923790553088,None,,,,,,,[],,,, +6316,1076864234695192576,1076864234695192576,1545579415000.0,2018-12-23 15:36:55,+0000,,Engineering is true magic,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/1076864234695192576,[],[],0,,False,216823,4052,38907,,None,,,,,,,[],,,, +6317,1076850433262444544,1076700164121751552,1545576124000.0,2018-12-23 14:42:04,+0000,,@nichegamer Yezzz,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1076850433262444544,[],[],0,,False,690,37,23,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +6318,1076848882196205568,1076720837263282178,1545575755000.0,2018-12-23 14:35:55,+0000,,@LeilaniMunter @Tesla @HickoryPD @StephenAtHome @cleanairNC @cleanenergyorg @CMPD How bizarre. Sorry to hear that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1076848882196205568,[],[],0,,False,4375,170,112,,None,,,,,,,"[{'screen_name': 'LeilaniMunter', 'name': 'Leilani Münter', 'id': '15650636'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'HickoryPD', 'name': 'Hickory PD', 'id': '2384088236'}, {'screen_name': 'StephenAtHome', 'name': 'Stephen Colbert', 'id': '16303106'}, {'screen_name': 'cleanairNC', 'name': 'Clean Air Carolina', 'id': '61569777'}, {'screen_name': 'cleanenergyorg', 'name': 'Southern Alliance for Clean Energy', 'id': '92029221'}, {'screen_name': 'CMPD', 'name': 'CMPD News', 'id': '348056993'}]",,,, +6319,1076710801283543041,1076700164121751552,1545542834000.0,2018-12-23 05:27:14,+0000,,@nichegamer Putting in little outward-facing speakers would open up a lot of opportunities …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1076710801283543041,[],[],0,,False,4306,149,85,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +6320,1076700164121751552,1076700164121751552,1545540297000.0,2018-12-23 04:44:57,+0000,,Please put “invented car fart” on my gravestone. This is my only request.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1076700164121751552,[],[],0,,False,164815,2767,16633,,None,,,,,,,[],,,, +6321,1076686201061404672,1076549215151566848,1545536968000.0,2018-12-23 03:49:28,+0000,,@Robotbeat @Jon128123 @Diver2441 @Erdayastronaut @NASASpaceflight @_Synders @John_Gardi @martinengwicht @JeromeJaccard @alan1bernard Our superalloy foundry is now almost fully operational. This allows rapid iteration on Raptor.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1076686201061404672,[],[],0,,False,1005,50,63,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'Jon128123', 'name': 'Jonathan', 'id': '936345360993222656'}, {'screen_name': 'Diver2441', 'name': 'Diver', 'id': '373562488'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6322,1076684059827302400,1076549215151566848,1545536458000.0,2018-12-23 03:40:58,+0000,,"@Robotbeat @Jon128123 @Diver2441 @Erdayastronaut @NASASpaceflight @_Synders @John_Gardi @martinengwicht @JeromeJaccard @alan1bernard SpaceX metallurgy team developed SX500 superalloy for 12000 psi, hot oxygen-rich gas. It was hard. Almost any metal turns into a flare in those conditions.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1076684059827302400,[],[],0,,False,1122,42,98,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'Jon128123', 'name': 'Jonathan', 'id': '936345360993222656'}, {'screen_name': 'Diver2441', 'name': 'Diver', 'id': '373562488'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6323,1076647564357787649,1076549215151566848,1545527757000.0,2018-12-23 01:15:57,+0000,,@BENBALLER Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1076647564357787649,[],[],0,,False,1137,17,58,,None,,,,,,,"[{'screen_name': 'BENBALLER', 'name': 'BEN BALLER™', 'id': '18210908'}]",,,, +6324,1076619460562247680,1076549215151566848,1545521056000.0,2018-12-22 23:24:16,+0000,,"@Erdayastronaut @NASASpaceflight @_Synders @John_Gardi @martinengwicht @JeromeJaccard @Robotbeat @alan1bernard It’s embarrassing that Boeing/Lockheed need to use a Russian engine on Atlas, but that engine design is brilliant",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1076619460562247680,[],[],0,,False,2019,104,190,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6325,1076618886932353024,1076549215151566848,1545520919000.0,2018-12-22 23:21:59,+0000,,"@Erdayastronaut @NASASpaceflight @_Synders @John_Gardi @martinengwicht @JeromeJaccard @Robotbeat @alan1bernard You def don’t want electric pumps on a rocket engine! Raptor turbopumps alone need 100,000 horsepower per engine. That’s not a typo.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1076618886932353024,[],[],0,,False,1245,46,72,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6326,1076618077301665793,1076549215151566848,1545520726000.0,2018-12-22 23:18:46,+0000,,"@Erdayastronaut @NASASpaceflight @_Synders @John_Gardi @martinengwicht @JeromeJaccard @Robotbeat @alan1bernard Yes, full flow, gas-gas, staged combustion. Will take us time to work up to 300 bar. That is a mad level.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1076618077301665793,[],[],0,,False,1229,36,59,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6327,1076616737020231681,1076549215151566848,1545520407000.0,2018-12-22 23:13:27,+0000,,@NASASpaceflight @_Synders @John_Gardi @martinengwicht @Erdayastronaut @JeromeJaccard @Robotbeat @alan1bernard Yes. Radically redesigned Raptor ready to fire next month.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1076616737020231681,[],[],0,,False,1515,69,93,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6328,1076615094086193152,1076549215151566848,1545520015000.0,2018-12-22 23:06:55,+0000,,"@Erdayastronaut @ludan27 @JeromeJaccard @Robotbeat @alan1bernard Seriously! We are just on the wrong planet for SSTO. Mars, no problem.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1076615094086193152,[],[],0,,False,1363,48,61,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'ludan27', 'name': 'Luca Garbarini', 'id': '2875151365'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6329,1076614135138312192,1076549215151566848,1545519786000.0,2018-12-22 23:03:06,+0000,,"@_Synders @John_Gardi @martinengwicht @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard Starlink V1 on Falcon, V2+ on Starship. Basically, all future products will contain either the word “star” or “link” 😀",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1076614135138312192,[],[],0,,False,1414,37,72,,None,,,,,,,"[{'screen_name': '_Synders', 'name': 'Tom', 'id': '987799349458624512'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6330,1076613555091234816,1076549215151566848,1545519648000.0,2018-12-22 23:00:48,+0000,,"@ludan27 @Erdayastronaut @JeromeJaccard @Robotbeat @alan1bernard Yes, but single stage to orbit with no payload is pointless. Add Super Heavy rocket booster & orbital payload is gigantic. Only need booster on Earth, due to deep gravity well & thick atmosphere. Starship alone on moons & Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1076613555091234816,[],[],0,,False,1135,33,62,,None,,,,,,,"[{'screen_name': 'ludan27', 'name': 'Luca Garbarini', 'id': '2875151365'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6331,1076612546793095168,1076549215151566848,1545519408000.0,2018-12-22 22:56:48,+0000,,@John_Gardi @martinengwicht @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard Coldformed at cryo,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076612546793095168,[],[],0,,False,841,18,25,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6332,1076612033011826688,1076549215151566848,1545519285000.0,2018-12-22 22:54:45,+0000,,"@Malcolmmarsman @TheMuddySchmuck @martinengwicht @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard This test hopper is at full body diameter of 9m / 30 ft, just not full height. Super Heavy will be full height & diameter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076612033011826688,[],[],0,,False,724,26,47,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'TheMuddySchmuck', 'name': 'Muddy Schmuck 🇺🇸🇹🇼🇭🇰🇮🇱', 'id': '20160570'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6333,1076611280700530688,1076549215151566848,1545519106000.0,2018-12-22 22:51:46,+0000,,@TheMuddySchmuck @martinengwicht @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard We’re building subsections of the Starship Mk I orbital design there,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076611280700530688,[],[],0,,False,647,14,35,,None,,,,,,,"[{'screen_name': 'TheMuddySchmuck', 'name': 'Muddy Schmuck 🇺🇸🇹🇼🇭🇰🇮🇱', 'id': '20160570'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6334,1076610926491496448,1076549215151566848,1545519021000.0,2018-12-22 22:50:21,+0000,,@thescalex @Jonas123denmark @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076610926491496448,[],[],0,,False,803,20,20,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6335,1076609328239374336,1076549215151566848,1545518640000.0,2018-12-22 22:44:00,+0000,,"@martinengwicht @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard For sheet/plate, at supplier made to our spec. For cast, in our Hawthorne foundry.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076609328239374336,[],[],0,,False,939,19,39,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6336,1076608854643814400,1076549215151566848,1545518528000.0,2018-12-22 22:42:08,+0000,,@johnkrausphotos @Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076608854643814400,[],[],0,,False,941,24,29,,None,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6337,1076608579652616192,1076549215151566848,1545518462000.0,2018-12-22 22:41:02,+0000,,"@Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard I will do a full technical presentation of Starship after the test vehicle we’re building in Texas flies, so hopefully March/April",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076608579652616192,[],[],0,,False,2304,91,242,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6338,1076607861952671744,1076549215151566848,1545518291000.0,2018-12-22 22:38:11,+0000,,"@Erdayastronaut @NASASpaceflight @JeromeJaccard @Robotbeat @alan1bernard Yup. Actually, the only significant design element in common with early Atlas is stainless steel & we’re using a different alloy mix. I super ♥️ 300 Series Stainless!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076607861952671744,[],[],0,,False,1718,43,74,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6339,1076606482332807168,1076549215151566848,1545517962000.0,2018-12-22 22:32:42,+0000,,"@Erdayastronaut @JeromeJaccard @Robotbeat @alan1bernard While there are some material similarities, Starship is very different from the Atlas design",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1076606482332807168,[],[],0,,False,1156,35,48,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6340,1076595190658265088,1076549215151566848,1545515270000.0,2018-12-22 21:47:50,+0000,,"@Erdayastronaut @JeromeJaccard @Robotbeat @alan1bernard Stainless steel is correct, but different mixture of alloys & new architecture. Unlike Atlas, Starship is buckling stable on launchpad even when unpressurized.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1076595190658265088,[],[],0,,False,2033,80,145,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'JeromeJaccard', 'name': 'Jerome', 'id': '179395116'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6341,1076554450720837632,1076549215151566848,1545505557000.0,2018-12-22 19:05:57,+0000,,"@wangmeister If Tesla committed delivery & customer made good faith efforts to receive before year end, Tesla will cover the tax credit difference",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1076554450720837632,[],[],0,,False,1333,74,106,,None,,,,,,,"[{'screen_name': 'wangmeister', 'name': 'WangMeister', 'id': '1269764781520465920'}]",,,, +6342,1076553576216850432,1076549215151566848,1545505348000.0,2018-12-22 19:02:28,+0000,,@alan1bernard Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1076553576216850432,[],[],0,,False,1277,27,26,,None,,,,,,,"[{'screen_name': 'alan1bernard', 'name': 'Alan B', 'id': '22245907'}]",,,, +6343,1076553242622849024,1076549215151566848,1545505269000.0,2018-12-22 19:01:09,+0000,,"@wangmeister It will be tight, but Tesla production should have all mid-range Model 3 orders delivered by year end",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1076553242622849024,[],[],0,,False,766,14,30,,None,,,,,,,"[{'screen_name': 'wangmeister', 'name': 'WangMeister', 'id': '1269764781520465920'}]",,,, +6344,1076550054607908864,1076549962383556608,1545504509000.0,2018-12-22 18:48:29,+0000,,@MikeKasprzik @Tesla Try connecting to WiFi,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1076550054607908864,[],[],0,,False,440,14,13,,None,,,,,,,"[{'screen_name': 'MikeKasprzik', 'name': 'Mike Kasprzik', 'id': '2396923568'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6345,1076549215151566848,1076549215151566848,1545504308000.0,2018-12-22 18:45:08,+0000,,"Tesla has released all cars for sale where original customer can’t take delivery before year end, as well as test drive / display cars, which cost less. Reminder to US buyers that $7500 tax credit drops in half in 8 days. Order online at https://t.co/46TXqRrsdr or visit stores.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1076549215151566848,['http://Tesla.com'],[],0,,False,14129,798,1428,,None,,,,,,,[],,,, +6346,1076387441915752454,1075976916530806784,1545465739000.0,2018-12-22 08:02:19,+0000,,@quantumVerd @QuilletteM @pewdiepie Only if Dawkins joins,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1076387441915752454,[],[],0,,False,10077,189,502,,None,,,,,,,"[{'screen_name': 'quantumVerd', 'name': 'Guillaume Verdon', 'id': '48144742'}, {'screen_name': 'QuilletteM', 'name': 'Quillette', 'id': '1083500812758904837'}, {'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +6347,1076386406698602497,1075976916530806784,1545465492000.0,2018-12-22 07:58:12,+0000,,@QuilletteM Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1076386406698602497,[],[],0,,False,34633,617,1657,,None,,,,,,,"[{'screen_name': 'QuilletteM', 'name': 'Quillette', 'id': '1083500812758904837'}]",,,, +6348,1076082661016297472,1076020860173996032,1545393073000.0,2018-12-21 11:51:13,+0000,,@Shedletsky 👌,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/1076082661016297472,[],[],0,,False,2989,48,59,,None,,,,,,,"[{'screen_name': 'Shedletsky', 'name': 'John Shedletsky and 3,154,054 others', 'id': '30060311'}]",,,, +6349,1076081614562578432,1076081614562578432,1545392824000.0,2018-12-21 11:47:04,+0000,,💛 Bajirao Mastani 💛 https://t.co/XbmDpiyfOP https://t.co/DZyV6S7TJZ,in,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/1076081614562578432,['https://m.youtube.com/watch?v=h6lHUn20J5g'],['https://pbs.twimg.com/tweet_video_thumb/Du8ChI6V4AAMXSi.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/Du8ChI6V4AAMXSi.jpg,False,58932,3929,11144,,None,,,,,,,[],,,, +6350,1076020860173996032,1076020860173996032,1545378339000.0,2018-12-21 07:45:39,+0000,,"Anxiety is a scalar, fear is a vector",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1076020860173996032,[],[],0,,False,158824,2998,33792,,None,,,,,,,[],,,, +6351,1075999978420547585,1075509421260697602,1545373360000.0,2018-12-21 06:22:40,+0000,,@MiLeung Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1075999978420547585,[],[],0,,False,2091,50,58,,None,,,,,,,"[{'screen_name': 'MiLeung', 'name': 'Mike', 'id': '2300943354'}]",,,, +6352,1075999491159818240,1075591313469300737,1545373244000.0,2018-12-21 06:20:44,+0000,,@chrinder Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1075999491159818240,[],[],0,,False,3784,37,85,,None,,,,,,,"[{'screen_name': 'chrinder', 'name': 'Christian Anderson', 'id': '5190131'}]",,,, +6353,1075996412985241600,1075974199452360704,1545372510000.0,2018-12-21 06:08:30,+0000,,@WWERollins Namaste 🙏,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1075996412985241600,[],[],0,,False,26301,521,1250,,None,,,,,,,"[{'screen_name': 'WWERollins', 'name': 'Seth Rollins', 'id': '122555803'}]",,,, +6354,1075926481421897728,1075920279086391296,1545355837000.0,2018-12-21 01:30:37,+0000,,@Taraustralis Needs a warmup,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1075926481421897728,[],[],0,,False,12145,433,400,,None,,,,,,,"[{'screen_name': 'Taraustralis', 'name': 'Taraustralis', 'id': '1006232250'}]",,,, +6355,1075790799982419968,1075789698776350720,1545323488000.0,2018-12-20 16:31:28,+0000,,@Space_Station @AstroAnnimal @Astro_DavidS Must feel amazing up there in microgravity zooming around the Earth every 90 minutes! Hope you have a Merry Christmas!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1075790799982419968,[],[],0,,False,8308,121,291,,None,,,,,,,"[{'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'AstroAnnimal', 'name': 'Anne McClain', 'id': '1533844754'}, {'screen_name': 'Astro_DavidS', 'name': 'David Saint-Jacques', 'id': '351621695'}]",,,, +6356,1075776717011050496,1075113483358912512,1545320130000.0,2018-12-20 15:35:30,+0000,,"@JohnKasich Thanks, will consider next year",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/1075776717011050496,[],[],0,,False,16753,300,474,,None,,,,,,,"[{'screen_name': 'JohnKasich', 'name': 'John Kasich', 'id': '18020081'}]",,,, +6357,1075624663546441728,1075518412200144896,1545283878000.0,2018-12-20 05:31:18,+0000,,"@nichegamer @boringcompany So long as the tunnels are spaced about one diameter apart, most of the stress will flow around them, but this won’t matter for the first few layers",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1075624663546441728,[],[],0,,False,880,28,40,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +6358,1075584037115158530,1075584037115158530,1545274192000.0,2018-12-20 02:49:52,+0000,,Tesla phone app release next week will enable service scheduling in 2 mins with a few taps. No more need to call!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1075584037115158530,[],[],0,,False,22285,685,1222,,None,,,,,,,[],,,, +6359,1075577037803245568,1075445380521844736,1545272523000.0,2018-12-20 02:22:03,+0000,,@wolfejosh 😴,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1075577037803245568,[],[],0,,False,648,50,22,,None,,,,,,,"[{'screen_name': 'wolfejosh', 'name': 'Josh Wolfe', 'id': '15370019'}]",,,, +6360,1075567834506321920,1075445380521844736,1545270329000.0,2018-12-20 01:45:29,+0000,,@Itsjoeco @wolfejosh 💨,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1075567834506321920,[],[],0,,False,740,40,20,,None,,,,,,,"[{'screen_name': 'Itsjoeco', 'name': 'Joe Colangelo', 'id': '294682376'}, {'screen_name': 'wolfejosh', 'name': 'Josh Wolfe', 'id': '15370019'}]",,,, +6361,1075565544676290560,1075445380521844736,1545269783000.0,2018-12-20 01:36:23,+0000,,@wolfejosh 💨,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1075565544676290560,[],[],0,,False,3025,116,118,,None,,,,,,,"[{'screen_name': 'wolfejosh', 'name': 'Josh Wolfe', 'id': '15370019'}]",,,, +6362,1075561530081521664,1075561530081521664,1545268826000.0,2018-12-20 01:20:26,+0000,,"As a thank you to Tesla short sellers, we named a 💨 after them haha https://t.co/5GCgM4RT4W",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1075561530081521664,['https://techcrunch.com/2018/12/19/listen-to-a-tesla-make-6-farting-noises-on-demand/'],[],0,,False,14836,673,1535,,None,,,,,,,[],,,, +6363,1075523305489068032,1075518767118065668,1545259712000.0,2018-12-19 22:48:32,+0000,,@c7five @Jaku 👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1075523305489068032,[],[],0,,False,508,19,11,,None,,,,,,,"[{'screen_name': 'c7five', 'name': 'Nicholas J. Percoco', 'id': '32495046'}, {'screen_name': 'Jaku', 'name': 'Jaku', 'id': '5156901'}]",,,, +6364,1075518412200144896,1075518412200144896,1545258546000.0,2018-12-19 22:29:06,+0000,,"Perhaps lost in the transport debate is that @boringcompany built a 6000 ft tunnel in LA for ~$10M with V1 (Godot). Next tunnel will be made with V2 (Line-Storm). V3 (Prufrock), aspirationally 10X better, should be operational next year. For reference: https://t.co/LS4EhN57Mw",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1075518412200144896,['https://www.citylab.com/transportation/2018/01/why-its-so-expensive-to-build-urban-rail-in-the-us/551408/'],[],0,,False,12838,672,1497,,None,,,,,,,[],,,, +6365,1075509421260697602,1075509421260697602,1545256402000.0,2018-12-19 21:53:22,+0000,,Join our underground movement!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1075509421260697602,[],[],0,,False,122211,3976,8633,,None,,,,,,,[],,,, +6366,1075508694832406531,1075227467239940096,1545256229000.0,2018-12-19 21:50:29,+0000,,"@DeadstockNYC Reverse back down (using same roller guide wheels, so no skill required) & tow or flatbed it out",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1075508694832406531,[],[],0,,False,456,13,13,,None,,,,,,,"[{'screen_name': 'DeadstockNYC', 'name': 'DeadstockNYC', 'id': '217416589'}]",,,, +6367,1075507842826723328,1075457030620569600,1545256026000.0,2018-12-19 21:47:06,+0000,,@vicentes @Attack @Tesla Ok 😀💨,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1075507842826723328,[],[],0,,False,1470,32,52,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'Attack', 'name': 'Kevin Pereira', 'id': '9275742'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6368,1075479386839642112,1075468125221441536,1545249241000.0,2018-12-19 19:54:01,+0000,,@EcoHeliGuy @Erdayastronaut @martinengwicht @realkrauswife @Tesla Autopilot doesn’t need the guide wheels. They’re only there if there is a complete system failure. Turns will definitely be banked in future.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075479386839642112,[],[],0,,False,587,26,36,,None,,,,,,,"[{'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'realkrauswife', 'name': 'Rachel Kraus', 'id': '292781918'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6369,1075477156199710720,1075477156199710720,1545248710000.0,2018-12-19 19:45:10,+0000,,Are tunnels safe in an earthquake? https://t.co/vxcZ2Hi2qx,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075477156199710720,[],['https://pbs.twimg.com/media/DuzcxX6U0AAN8HG.jpg'],1,https://pbs.twimg.com/media/DuzcxX6U0AAN8HG.jpg,False,38151,893,4041,,None,,,,,,,[],,,, +6370,1075475853516001281,1075468125221441536,1545248399000.0,2018-12-19 19:39:59,+0000,,@Robotbeat @michaelknaepen @ElSchumi @FredericLambert @boringcompany Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075475853516001281,[],[],0,,False,453,32,23,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'michaelknaepen', 'name': 'Michael Knaepen', 'id': '276127736'}, {'screen_name': 'ElSchumi', 'name': 'Elmar', 'id': '17720198'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +6371,1075475761581027328,1075468125221441536,1545248377000.0,2018-12-19 19:39:37,+0000,,"@Erdayastronaut @martinengwicht @realkrauswife @Tesla The guides are basically just a wheel, a shock absorber & a solenoid. Costs a few hundred dollars in volume.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075475761581027328,[],[],0,,False,748,43,32,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'realkrauswife', 'name': 'Rachel Kraus', 'id': '292781918'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6372,1075474965632212992,1075468125221441536,1545248187000.0,2018-12-19 19:36:27,+0000,,"@MattRemp Yeah, it would allow many streets to become parks and walking areas. Less concrete, more trees.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075474965632212992,[],[],0,,False,996,44,70,,None,,,,,,,"[{'screen_name': 'MattRemp', 'name': 'Matt Rempel', 'id': '180537492'}]",,,, +6373,1075474378148667392,1075468125221441536,1545248047000.0,2018-12-19 19:34:07,+0000,,"@martinengwicht @realkrauswife Probably only need three types: straight ramp, spiral ramp & elevator. Latter only for tight spaces.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075474378148667392,[],[],0,,False,557,8,25,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'realkrauswife', 'name': 'Rachel Kraus', 'id': '292781918'}]",,,, +6374,1075473821937717248,1075468125221441536,1545247915000.0,2018-12-19 19:31:55,+0000,,"@ElSchumi @FredericLambert @boringcompany Passive lateral safety is required by regulators & I think they’re right. Might be able to build this into the tunnel wall though. So long as the vehicle is prevented by physics from rolling or jackknifing, there is probably a good safety argument.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075473821937717248,[],[],0,,False,454,16,25,,None,,,,,,,"[{'screen_name': 'ElSchumi', 'name': 'Elmar', 'id': '17720198'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +6375,1075472770358697984,1075468125221441536,1545247664000.0,2018-12-19 19:27:44,+0000,,"@FredericLambert @boringcompany You’re right. We did have a sim ready, but it was confusing, so I didn’t include it. We’re working on one that makes things clear.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075472770358697984,[],[],0,,False,1381,39,47,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +6376,1075471897775681536,1075468125221441536,1545247456000.0,2018-12-19 19:24:16,+0000,,"@realkrauswife Pop up, park and walk!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075471897775681536,[],[],0,,False,538,12,22,,None,,,,,,,"[{'screen_name': 'realkrauswife', 'name': 'Rachel Kraus', 'id': '292781918'}]",,,, +6377,1075471709224849408,1075468125221441536,1545247411000.0,2018-12-19 19:23:31,+0000,,@realkrauswife I know that area well. Best would be to add ramps into the tunnel system from the basement levels of the parking lots surrounding 3rd St.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075471709224849408,[],[],0,,False,552,10,26,,None,,,,,,,"[{'screen_name': 'realkrauswife', 'name': 'Rachel Kraus', 'id': '292781918'}]",,,, +6378,1075470694568288256,1075468125221441536,1545247169000.0,2018-12-19 19:19:29,+0000,,"If all vehicles were densely seated buses, throughput in excess of 100,000 people per hour per lane is possible, but better to offer a range of vehicles & let people decide what makes them happy",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075470694568288256,[],[],0,,False,11031,313,485,,None,,,,,,,[],,,, +6379,1075469603503915008,1075468125221441536,1545246909000.0,2018-12-19 19:15:09,+0000,,"A variety of vehicles, like normal roads, from a small car to a densely seated bus. Must be seated & belted for high speed safety.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075469603503915008,[],[],0,,False,9745,137,396,,None,,,,,,,[],,,, +6380,1075468125221441536,1075468125221441536,1545246556000.0,2018-12-19 19:09:16,+0000,,Next step for @BoringCompany Loop is demonstrating high throughput at high speed. Target is 4000 vehicles/hour at 155mph (250km/h).,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1075468125221441536,[],[],0,,False,26985,858,2235,,None,,,,,,,[],,,, +6381,1075238526566916101,1075227467239940096,1545191816000.0,2018-12-19 03:56:56,+0000,,@joshjob42 @flaneur @boringcompany Precisely,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075238526566916101,[],[],0,,False,1024,58,40,,None,,,,,,,"[{'screen_name': 'joshjob42', 'name': 'Josh Job 🌐🧦🥑', 'id': '285908278'}, {'screen_name': 'flaneur', 'name': 'Matthew Ogle', 'id': '1859981'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +6382,1075238045731811328,1075152373880782848,1545191701000.0,2018-12-19 03:55:01,+0000,,Presentation starting at 8:15,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075238045731811328,[],[],0,,False,8010,357,328,,None,,,,,,,[],,,, +6383,1075233198181761029,1075227467239940096,1545190545000.0,2018-12-19 03:35:45,+0000,,"@CasPiancey @boringcompany This *is* affordable mass transit, but better in that it takes you where and when you to go",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075233198181761029,[],[],0,,False,1030,67,55,,None,,,,,,,"[{'screen_name': 'CasPiancey', 'name': 'Cas “The Wolf of No Street” Piancey', 'id': '801191868969013248'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +6384,1075232313082929154,1075232313082929154,1545190334000.0,2018-12-19 03:32:14,+0000,,"The demo ride takes you in *same* car on road, down elevator, zips through tunnel using guide wheels, up elevator at destination & then drives on normal roads back to start",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075232313082929154,[],[],0,,False,23058,556,1413,,None,,,,,,,[],,,, +6385,1075230308545454080,1075227467239940096,1545189857000.0,2018-12-19 03:24:17,+0000,,"@flaneur @boringcompany Actually way more capacity, way faster & way more convenient. Subways are fine, but it’s time to upgrade to something better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075230308545454080,[],[],0,,False,2774,188,169,,None,,,,,,,"[{'screen_name': 'flaneur', 'name': 'Matthew Ogle', 'id': '1859981'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +6386,1075229709393252352,1075227467239940096,1545189714000.0,2018-12-19 03:21:54,+0000,,All Boring Loops will include continuously circulating cars dedicated to pedestrians & cyclists,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075229709393252352,[],[],0,,False,14941,279,851,,None,,,,,,,[],,,, +6387,1075229250817470464,1075227467239940096,1545189604000.0,2018-12-19 03:20:04,+0000,,"Capable of traveling safely at over 150mph. At that speed, it will feel like teleporting within a city.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075229250817470464,[],[],0,,False,20463,373,1515,,None,,,,,,,[],,,, +6388,1075228679221858304,1075227467239940096,1545189468000.0,2018-12-19 03:17:48,+0000,,@alanrrios @boringcompany Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075228679221858304,[],[],0,,False,1008,30,42,,None,,,,,,,"[{'screen_name': 'alanrrios', 'name': 'alan', 'id': '1343593128'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +6389,1075227724430471168,1075227467239940096,1545189240000.0,2018-12-19 03:14:00,+0000,,"This can be applied to any autonomous, electric vehicle, not just Tesla",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075227724430471168,[],[],0,,False,14310,257,745,,None,,,,,,,[],,,, +6390,1075227467239940096,1075227467239940096,1545189179000.0,2018-12-19 03:12:59,+0000,,Tesla in @boringcompany tunnel with retractable wheel gear that turns a car into a rail-guided train & back again https://t.co/3a6i0NoSmi,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1075227467239940096,[],['https://pbs.twimg.com/media/Duv5rZLWoAArzak.jpg'],1,https://pbs.twimg.com/media/Duv5rZLWoAArzak.jpg,False,56270,1480,8245,,None,,,,,,,[],,,, +6391,1075152373880782848,1075152373880782848,1545171275000.0,2018-12-18 22:14:35,+0000,,Boring product launch will be streamed live at 8pm California time tonight https://t.co/bwRt49d34V,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1075152373880782848,['http://boringcompany.com'],[],0,,False,20795,702,2549,,None,,,,,,,[],,,, +6392,1075144691786539008,1075118947857588225,1545169444000.0,2018-12-18 21:44:04,+0000,,@kirstenkorosec @TechCrunch @boringcompany Boring is developing an entirely new system of transport,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1075144691786539008,[],[],0,,False,579,52,38,,None,,,,,,,"[{'screen_name': 'kirstenkorosec', 'name': 'Kirsten Korosec', 'id': '20009841'}, {'screen_name': 'TechCrunch', 'name': 'TechCrunch', 'id': '816653'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +6393,1075138226094989312,1056027618296836098,1545167902000.0,2018-12-18 21:18:22,+0000,,@Model3Owners Same applies to those who didn’t order PUP,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1075138226094989312,[],[],0,,False,558,71,28,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +6394,1075131830913777664,1075118947857588225,1545166378000.0,2018-12-18 20:52:58,+0000,,@TweetReinhard @TechCrunch Exactly. It’s a good way to go. Get people with more money to pay for the development!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1075131830913777664,[],[],0,,False,638,18,23,,None,,,,,,,"[{'screen_name': 'TweetReinhard', 'name': 'Reinhard Kargl', 'id': '29801588'}, {'screen_name': 'TechCrunch', 'name': 'TechCrunch', 'id': '816653'}]",,,, +6395,1075131440688287744,1075118947857588225,1545166285000.0,2018-12-18 20:51:25,+0000,,"@oc_isly @TechCrunch Yeah, I wrote that back in 2006, almost 13 years ago!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1075131440688287744,[],[],0,,False,823,23,38,,None,,,,,,,"[{'screen_name': 'TechCrunch', 'name': 'TechCrunch', 'id': '816653'}]",,,, +6396,1075126514851602432,1075118947857588225,1545165110000.0,2018-12-18 20:31:50,+0000,,"@TechCrunch Clayton is wrong. New tech is always expensive. Tech disruption occurs at *high end*, eg computers & cell phones. It takes many design iterations & vast economies of scale to achieve mass market affordability. https://t.co/Z81VfL0yaz",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1075126514851602432,[],['https://pbs.twimg.com/media/Duud3WaVAAAZV2F.jpg'],1,https://pbs.twimg.com/media/Duud3WaVAAAZV2F.jpg,False,6107,211,491,,None,,,,,,,"[{'screen_name': 'TechCrunch', 'name': 'TechCrunch', 'id': '816653'}]",,,, +6397,1075047498379653120,1075047498379653120,1545146271000.0,2018-12-18 15:17:51,+0000,,Honored to work with amazing teams at SpaceX & Tesla!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1075047498379653120,[],[],0,,False,33618,653,2015,https://twitter.com/Teslarati/status/1075002416830054402,None,,,,,,,[],,,, +6398,1074918904852504576,1074764092018024448,1545115612000.0,2018-12-18 06:46:52,+0000,,@realrobcopeland @SpaceX Totally false. Buried in this incredibly misleading WSJ article is the actual statement from Thiel’s Founder’s Fund: “we have no concerns whatsoever.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1074918904852504576,[],[],0,,False,18049,429,929,,None,,,,,,,"[{'screen_name': 'realrobcopeland', 'name': 'Rob Copeland', 'id': '97966078'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6399,1074539163322540038,1074536693456347137,1545025075000.0,2018-12-17 05:37:55,+0000,,"@cleantechnica Same facts, same period of time, but extremely different reporting",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1074539163322540038,[],[],0,,False,8052,194,333,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +6400,1074203983185567744,1074203199496540160,1544945161000.0,2018-12-16 07:26:01,+0000,,@cuppykait ‘Tis,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1074203983185567744,[],[],0,,False,2111,76,43,,None,,,,,,,"[{'screen_name': 'cuppykait', 'name': 'Kaitlin Granville', 'id': '20739977'}]",,,, +6401,1074203199496540160,1074203199496540160,1544944975000.0,2018-12-16 07:22:55,+0000,,Medieval Futurism,es,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1074203199496540160,[],[],0,,False,62406,983,4929,https://twitter.com/w00ki33/status/1074028244813279232,None,,,,,,,[],,,, +6402,1074175529413074944,1074175529413074944,1544938378000.0,2018-12-16 05:32:58,+0000,,Tesla 💨 app almost done. Important to get every note right!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1074175529413074944,[],[],0,,False,33768,796,1355,,None,,,,,,,[],,,, +6403,1074154185543696384,1073274501108969472,1544933289000.0,2018-12-16 04:08:09,+0000,,@richardbranson @virgingalactic @TheSpaceshipCo Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1074154185543696384,[],[],0,,False,1838,63,69,,None,,,,,,,"[{'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'virgingalactic', 'name': 'Virgin Galactic', 'id': '26208862'}, {'screen_name': 'TheSpaceshipCo', 'name': 'TheSpaceshipCompany', 'id': '373727589'}]",,,, +6404,1074057626550296576,1074052328993415168,1544910267000.0,2018-12-15 21:44:27,+0000,,@jallen0472 @vincent13031925 @Tesla The white seats are actually extremely stain resistant. You can spill red wine on the seats & just wipe it off.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1074057626550296576,[],[],0,,False,1538,100,91,,None,,,,,,,"[{'screen_name': 'jallen0472', 'name': 'Jason 🐏', 'id': '23261723'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6405,1074053000807608320,1073274501108969472,1544909164000.0,2018-12-15 21:26:04,+0000,,@richardbranson @virgingalactic @TheSpaceshipCo Congratulations!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1074053000807608320,[],[],0,,False,13021,132,403,,None,,,,,,,"[{'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'virgingalactic', 'name': 'Virgin Galactic', 'id': '26208862'}, {'screen_name': 'TheSpaceshipCo', 'name': 'TheSpaceshipCompany', 'id': '373727589'}]",,,, +6406,1074027943150551040,1074017743471443969,1544903190000.0,2018-12-15 19:46:30,+0000,,"In other words, you may be able to get a Tesla before the $7500 US tax credit drops in 2 weeks, even if you haven’t placed an order yet",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1074027943150551040,[],[],0,,False,8950,379,495,,None,,,,,,,[],,,, +6407,1074023720094642176,1074017743471443969,1544902183000.0,2018-12-15 19:29:43,+0000,,@ErikVlugt @annerajb You got it,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1074023720094642176,[],[],0,,False,1431,52,25,,None,,,,,,,"[{'screen_name': 'ErikVlugt', 'name': 'Erik Vlugt', 'id': '250914446'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +6408,1074022188108267520,1074017743471443969,1544901818000.0,2018-12-15 19:23:38,+0000,,@annerajb Pretty good. I have confirmation turned off on my engineering build & interventions are rare. Probably ready to enable no confirmation setting next month.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1074022188108267520,[],[],0,,False,1039,39,42,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +6409,1073849739257438208,1073849739257438208,1544860703000.0,2018-12-15 07:58:23,+0000,, https://t.co/E8fhyjN0pD,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1073849739257438208,[],['https://pbs.twimg.com/media/DucUouJXgAA7tSy.jpg'],1,https://pbs.twimg.com/media/DucUouJXgAA7tSy.jpg,False,97714,1442,10322,,None,,,,,,,[],,,, +6410,1073689393053855744,1073674377126993920,1544822474000.0,2018-12-14 21:21:14,+0000,,@HordurValsson @m_xalher @Tesla @ValueAnalyst1 👍,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1073689393053855744,[],[],0,,False,883,25,16,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'ValueAnalyst1', 'name': 'Yaman Tasdivar', 'id': '732548050728701953'}]",,,, +6411,1073507274419621888,1073427527169761280,1544779053000.0,2018-12-14 09:17:33,+0000,,@xi0n310 Zero Suit 😉,it,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1073507274419621888,[],[],0,,False,5056,117,890,,None,,,,,,,[],,,, +6412,1073429206321623040,1073427527169761280,1544760440000.0,2018-12-14 04:07:20,+0000,,@jeffects01 God Fire,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1073429206321623040,[],[],0,,False,1877,75,55,,None,,,,,,,"[{'screen_name': 'jeffects01', 'name': 'Jeffects', 'id': '410240296'}]",,,, +6413,1073427527169761280,1073427527169761280,1544760040000.0,2018-12-14 04:00:40,+0000,,💕🍜 ramen is sooo good🍜 💕,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1073427527169761280,[],[],0,,False,309073,6282,64708,,None,,,,,,,[],,,, +6414,1073423464155889665,1073396910084345856,1544759071000.0,2018-12-14 03:44:31,+0000,,@EricIdle Exactly 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1073423464155889665,[],[],0,,False,2698,50,48,,None,,,,,,,"[{'screen_name': 'EricIdle', 'name': 'Eric Idle', 'id': '862483279'}]",,,, +6415,1073272004185272326,1073237923565371397,1544722960000.0,2018-12-13 17:42:40,+0000,,@businessinsider This part is true. I was trying to explain that we don’t want our cars to have a “tinny” sound. https://t.co/VxO9rR1uAf,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1073272004185272326,['https://m.youtube.com/watch?v=-gwXJsWHupg'],[],0,,False,9519,322,443,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +6416,1072865428047720450,1072845179592298497,1544626025000.0,2018-12-12 14:47:05,+0000,,@John_Papa @Tesla You should def have a loaner. Will take care of it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1072865428047720450,[],[],0,,False,16295,212,306,,None,,,,,,,"[{'screen_name': 'John_Papa', 'name': 'John Papa', 'id': '14660297'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6417,1072534901919006720,1072534246340878336,1544547222000.0,2018-12-11 16:53:42,+0000,,@Malcolmmarsman Seems likely that we’ll be able to reuse fairings that soft-landed in the ocean. May not need net at all. Would still love to see the catch happen though ⚾️ 👍,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1072534901919006720,[],[],0,,False,1454,113,93,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}]",,,, +6418,1072528643488972802,1072474778785714181,1544545729000.0,2018-12-11 16:28:49,+0000,,"@business Incorrect. “Chairman” is an honorific, not executive role, which means it’s not needed to run Tesla. Will retire that title at Tesla in 3 years. 60 Mins edited out end of my sentence, where I said I could do whatever I want. They cut “provided I have the support of shareholders”.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1072528643488972802,[],[],0,,False,35953,771,2752,,None,,,,,,,"[{'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +6419,1072494979552030721,1072493437264515073,1544537703000.0,2018-12-11 14:15:03,+0000,,@annerajb About 10 to 14 days,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1072494979552030721,[],[],0,,False,757,46,33,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +6420,1072494458376257537,1072493437264515073,1544537579000.0,2018-12-11 14:12:59,+0000,,"Also, Tesla policy is that if you order a car without a test drive you get 3 days to return for full refund vs 1 day if you do get a test drive (resources are overbooked)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1072494458376257537,[],[],0,,False,7257,277,353,,None,,,,,,,[],,,, +6421,1072493437264515073,1072493437264515073,1544537336000.0,2018-12-11 14:08:56,+0000,,"Important note for US Tesla buyers: Federal tax credit drops by $3750 in 3 weeks. To be on the cancellation waitlist for delivery this year or if you want a display car, order at https://t.co/46TXqRJ3C1 or visit our stores. Full refund if Tesla can’t deliver your car this year.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1072493437264515073,['http://Tesla.com'],[],0,,False,11401,665,1206,,None,,,,,,,[],,,, +6422,1072489892821774336,1072489234844524546,1544536491000.0,2018-12-11 13:54:51,+0000,,@erikstorli No need to wait. It’s super easy to swap the HW2 and HW3 computers. Sensors are the same.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1072489892821774336,[],[],0,,False,616,21,33,,None,,,,,,,"[{'screen_name': 'erikstorli', 'name': 'Erik Storli', 'id': '14306372'}]",,,, +6423,1072488765753618437,1072488092089618432,1544536222000.0,2018-12-11 13:50:22,+0000,,@lgebman I’m dying to make a pickup truck so bad … we might have a prototype to unveil next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1072488765753618437,[],[],0,,False,3912,289,287,,None,,,,,,,"[{'screen_name': 'lgebman', 'name': 'larry', 'id': '1438977295'}]",,,, +6424,1072488422122668032,1072488092089618432,1544536140000.0,2018-12-11 13:49:00,+0000,,@jpjstevenson Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1072488422122668032,[],[],0,,False,1154,14,17,,None,,,,,,,"[{'screen_name': 'jpjstevenson', 'name': 'Jordan Stevenson', 'id': '271431759'}]",,,, +6425,1072488092089618432,1072488092089618432,1544536061000.0,2018-12-11 13:47:41,+0000,,"Love that people are buying a Tesla for the product itself, even if they don’t believe in climate change. Not everyone can be convinced about global warming, but if an electric car is simply the best product, they don’t need to be.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1072488092089618432,[],[],0,,False,43088,1649,4583,https://twitter.com/InsideEVs/status/1072485984628105219,None,,,,,,,[],,,, +6426,1072479178400915461,1071920477654999040,1544533936000.0,2018-12-11 13:12:16,+0000,,@vincent13031925 @teslectrics @60Minutes @MKBHD Probably next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1072479178400915461,[],[],0,,False,1137,31,31,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'teslectrics', 'name': 'Teslectrics', 'id': '3436744151'}, {'screen_name': '60Minutes', 'name': '60 Minutes', 'id': '18812572'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +6427,1072477936035512320,1071920477654999040,1544533640000.0,2018-12-11 13:07:20,+0000,,@teslectrics @60Minutes You’re right. There was a ton of footage with many people at Tesla that would be great to share. Longer pieces like we did with @MKBHD tell a more interesting story.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,13,https://twitter.com/elonmusk/status/1072477936035512320,[],[],0,,False,4162,85,125,,None,,,,,,,"[{'screen_name': 'teslectrics', 'name': 'Teslectrics', 'id': '3436744151'}, {'screen_name': '60Minutes', 'name': '60 Minutes', 'id': '18812572'}]",,,, +6428,1072466999249420288,1072297925957554176,1544531032000.0,2018-12-11 12:23:52,+0000,,"@javagiri @Tesla We’re opening a lot of Tesla service centers next year, including Knoxville. Tesla will post upcoming city opening map this week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/1072466999249420288,[],[],0,,False,680,60,78,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6429,1072382521843875840,1072297925957554176,1544510891000.0,2018-12-11 06:48:11,+0000,,@fluffypony @Tesla Probably end of next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1072382521843875840,[],[],0,,False,883,115,88,,None,,,,,,,"[{'screen_name': 'fluffypony', 'name': 'Riccardo Spagni', 'id': '386728215'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6430,1072379902102552576,1071920477654999040,1544510267000.0,2018-12-11 06:37:47,+0000,,@DOfaquarius @ElonsBrain @LiveBit_io @60Minutes So true 🦙💩✨😴,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1072379902102552576,[],[],0,,False,1254,52,44,,None,,,,,,,"[{'screen_name': 'DOfaquarius', 'name': '🐲DOfAquarius', 'id': '960785661660975104'}, {'screen_name': 'ElonsBrain', 'name': '🧠 Elon’s Brain 🧠', 'id': '1020627011008540672'}, {'screen_name': '60Minutes', 'name': '60 Minutes', 'id': '18812572'}]",,,, +6431,1072373731039870979,1071920477654999040,1544508795000.0,2018-12-11 06:13:15,+0000,,@60Minutes This is a very misleading edit. Please post the full transcript where I complete the sentence.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1072373731039870979,[],[],0,,False,88503,1595,6064,,None,,,,,,,"[{'screen_name': '60Minutes', 'name': '60 Minutes', 'id': '18812572'}]",,,, +6432,1072351502654672897,1072317717527416833,1544503496000.0,2018-12-11 04:44:56,+0000,,"@JohnnaCrider1 @mundanemun @mayemusk @60Minutes @LesleyRStahl @Tesla @cleantechnica 60 Mins actually had several hours of interview time, which they distilled to 14 mins. Many stories could been told with that time. This was accurate as viewed from an Upper East Side Manhattan dinner party.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1072351502654672897,[],[],0,,False,1243,155,117,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'mundanemun', 'name': 'Munira', 'id': '920390682585587713'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': '60Minutes', 'name': '60 Minutes', 'id': '18812572'}, {'screen_name': 'LesleyRStahl', 'name': 'Lesley Stahl', 'id': '1394605356'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +6433,1071877210863099904,1071844948553609216,1544390416000.0,2018-12-09 21:20:16,+0000,,@MesQueUnBanjo We are awaiting EU regulatory approval for this release,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1071877210863099904,[],[],0,,False,1083,63,36,,None,,,,,,,"[{'screen_name': 'MesQueUnBanjo', 'name': 'Ângelo', 'id': '2734937183'}]",,,, +6434,1071846591693090816,1071844948553609216,1544383116000.0,2018-12-09 19:18:36,+0000,,"@ghhaugen Full self-driving option is required with the Tesla designed hardware 3 computer. This is a simple plug in replacement for the NVidia computer, but has over 10X the image processing ability.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1071846591693090816,[],[],0,,False,1223,81,89,,None,,,,,,,"[{'screen_name': 'ghhaugen', 'name': 'Mamba M’Bamba', 'id': '40472849'}]",,,, +6435,1071845439140327424,1071844948553609216,1544382841000.0,2018-12-09 19:14:01,+0000,,"Already testing traffic lights, stop signs & roundabouts in development software. Your Tesla will soon be able to go from your garage at home to parking at work with no driver input at all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1071845439140327424,[],[],0,,False,48677,1343,4949,,None,,,,,,,[],,,, +6436,1071844948553609216,1071844948553609216,1544382724000.0,2018-12-09 19:12:04,+0000,,"If you have a Tesla built in past 2 years, definitely try Navigate on Autopilot. It will blow your mind. Automatically passes slow cars & takes highway interchanges & off-ramps.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1071844948553609216,[],[],0,,False,69732,1662,4951,,None,,,,,,,[],,,, +6437,1071843189705719808,1071840311381495808,1544382304000.0,2018-12-09 19:05:04,+0000,,@RenataKonkoly @SpaceX Machete!!,ht,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1071843189705719808,[],[],0,,False,8780,157,337,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6438,1071842188630192129,1071613648085311488,1544382066000.0,2018-12-09 19:01:06,+0000,,"@danwat1234 It was supposed to be, but that was a dumb decision. In the end, Roadster only had 7% of parts in common with the Lotus Elise or any other car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1071842188630192129,[],[],0,,False,713,10,30,,None,,,,,,,"[{'screen_name': 'danwat1234', 'name': 'daniel watkins', 'id': '576185571'}]",,,, +6439,1071840664562786304,1071613648085311488,1544381702000.0,2018-12-09 18:55:02,+0000,,"Major credit to AC Propulsion for the tzero electric sports car 1997-2003 that inspired Tesla Roadster. Without that, Tesla wouldn’t exist or would have started much later. https://t.co/NxCgYO9JXx",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1071840664562786304,[],['https://pbs.twimg.com/media/Dt_xZP6U8AADv9r.jpg'],1,https://pbs.twimg.com/media/Dt_xZP6U8AADv9r.jpg,False,10782,237,688,,None,,,,,,,[],,,, +6440,1071619073434238977,1071613648085311488,1544328871000.0,2018-12-09 04:14:31,+0000,,"@nichegamer Yeah, we wanted to name our company after Tesla, the great scientist/engineer, but use of the Tesla name in automotive was already trademarked in the US, Europe & later China.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1071619073434238977,[],[],0,,False,2112,76,88,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +6441,1071617709413003264,1071614142866436097,1544328546000.0,2018-12-09 04:09:06,+0000,,"@brandonorselli Buying https://t.co/46TXqRrsdr took over a decade, $11M & amazing amount of effort. Didn’t like https://t.co/BsRfMrY9Gm even when we were only making 🚘.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1071617709413003264,"['http://Tesla.com', 'http://teslamotors.com']",[],0,,False,3417,73,239,,None,,,,,,,"[{'screen_name': 'brandonorselli', 'name': 'Brandon Orselli', 'id': '85686980'}]",,,, +6442,1071613648085311488,1071613648085311488,1544327577000.0,2018-12-09 03:52:57,+0000,,"Tesla history trivia: we didn’t actually come up with the Tesla Motors name. Bought trademark off Brad Siewert for $75k in late 2004. He’d originally filed for it in 1994. Our alternative name was Faraday, which was used by a competitor several years later.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1071613648085311488,[],[],0,,False,46715,1103,4697,https://twitter.com/60Minutes/status/1071174335778447361,None,,,,,,,[],,,, +6443,1071610949432356864,1071463546494451712,1544326934000.0,2018-12-09 03:42:14,+0000,,"@Malcolmmarsman @Erdayastronaut @TheGledinator @w00ki33 @Teslarati Both, but demo Starship is being built now, whereas Super Heavy hardware will start getting built in spring",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1071610949432356864,[],[],0,,False,978,39,80,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +6444,1071610505406513153,1071463546494451712,1544326828000.0,2018-12-09 03:40:28,+0000,,@Erdayastronaut @TheGledinator @w00ki33 @Teslarati But cool pics of the demo Starship that will fly suborbital hops coming in ~4 weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1071610505406513153,[],[],0,,False,2343,94,259,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +6445,1071609875795333121,1071463546494451712,1544326678000.0,2018-12-09 03:37:58,+0000,,@Erdayastronaut @TheGledinator @w00ki33 @Teslarati Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1071609875795333121,[],[],0,,False,1034,24,27,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +6446,1071609173568147456,1071608187982356480,1544326511000.0,2018-12-09 03:35:11,+0000,,@cleantechnica Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1071609173568147456,[],[],0,,False,3325,76,99,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +6447,1071578086418788352,1071463546494451712,1544319099000.0,2018-12-09 01:31:39,+0000,,"@Erdayastronaut @TheGledinator @w00ki33 @Teslarati Fairly heavy metal, but extremely strong",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1071578086418788352,[],[],0,,False,1555,130,61,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +6448,1071572534921900033,1071463546494451712,1544317775000.0,2018-12-09 01:09:35,+0000,,@Erdayastronaut @TheGledinator @w00ki33 @Teslarati The new design is metal,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1071572534921900033,[],[],0,,False,1659,88,87,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +6449,1071531687220113408,1071463546494451712,1544308036000.0,2018-12-08 22:27:16,+0000,,"@Erdayastronaut @w00ki33 @Teslarati As far as we know, it’s the largest single piece titanium casting in the world. Major improvement over the old aluminum grid fins, as the titanium doesn’t need heat shielding or even paint.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1071531687220113408,[],[],0,,False,2751,118,151,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +6450,1070834865619259393,1070834865619259393,1544141901000.0,2018-12-07 00:18:21,+0000,,Boring Company product launch on Dec 18. More than a tunnel opening. Will include modded but fully road legal autonomous transport cars & ground to tunnel car elevators.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1070834865619259393,[],[],0,,False,60540,1285,5752,,None,,,,,,,[],,,, +6451,1070446975642812416,1070446975642812416,1544049421000.0,2018-12-05 22:37:01,+0000,,Tracking shot of Falcon water landing https://t.co/6Hv2aZhLjM,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1070446975642812416,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1070446808147476480/pu/img/WNRGSJNN4p7AlSU1.jpg,False,119541,2964,17376,,None,,,,,,,[],,,, +6452,1070399755526656000,1070399755526656000,1544038163000.0,2018-12-05 19:29:23,+0000,,"Engines stabilized rocket spin just in time, enabling an intact landing in water! Ships en route to rescue Falcon. https://t.co/O3h8eCgGJ7",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1070399755526656000,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1070399664875130881/pu/img/kXUcn0crNpIhUM-z.jpg,False,99224,2875,15934,,None,,,,,,,[],,,, +6453,1070388894875545600,1070386062164283392,1544035574000.0,2018-12-05 18:46:14,+0000,,"@DJSnM Pump is single string. Some landing systems are not redundant, as landing is considered ground safety critical, but not mission critical. Given this event, we will likely add a backup pump & lines.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1070388894875545600,[],[],0,,False,3884,126,295,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +6454,1070387162892259329,1070386062164283392,1544035161000.0,2018-12-05 18:39:21,+0000,,@Dragonmaurizio We may use it for an internal SpaceX mission,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1070387162892259329,[],[],0,,False,2999,127,135,,None,,,,,,,"[{'screen_name': 'Dragonmaurizio', 'name': 'Maurizio Ibba', 'id': '3224440544'}]",,,, +6455,1070386554068119553,1070386062164283392,1544035015000.0,2018-12-05 18:36:55,+0000,,"@markkrieger Yes, cutaway was a mistake. We will show all footage, good or bad.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1070386554068119553,[],[],0,,False,7102,239,468,,None,,,,,,,"[{'screen_name': 'markkrieger', 'name': 'Mark Krieger', 'id': '15064817'}]",,,, +6456,1070386062164283392,1070386062164283392,1544034898000.0,2018-12-05 18:34:58,+0000,,"Grid fin hydraulic pump stalled, so Falcon landed just out to sea. Appears to be undamaged & is transmitting data. Recovery ship dispatched.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1070386062164283392,[],[],0,,False,36626,1366,3313,,None,,,,,,,[],,,, +6457,1070379292482129920,1070379292482129920,1544033284000.0,2018-12-05 18:08:04,+0000,,Falcon/Dragon launch to @Space_Station in 9 minutes,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1070379292482129920,[],[],0,,False,11837,346,999,https://twitter.com/SpaceX/status/1070377864611033088,None,,,,,,,[],,,, +6458,1070036909777313792,1069678336886984704,1543951654000.0,2018-12-04 19:27:34,+0000,,@mattbeckman Us too sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1070036909777313792,[],[],0,,False,843,64,25,,None,,,,,,,"[{'screen_name': 'mattbeckman', 'name': 'MΛTT BΞCKMΛN', 'id': '14999130'}]",,,, +6459,1069679948103847939,1069679948103847939,1543866547000.0,2018-12-03 19:49:07,+0000,,"Falcon fairing halves missed the net, but touched down softly in the water. Mr Steven is picking them up. Plan is to dry them out & launch again. Nothing wrong with a little swim.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1069679948103847939,[],[],0,,False,54687,1441,3370,,None,,,,,,,[],,,, +6460,1069678336886984704,1069678336886984704,1543866163000.0,2018-12-03 19:42:43,+0000,,64 satellites 🛰 on this flight!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1069678336886984704,[],[],0,,False,19689,584,1503,https://twitter.com/SpaceX/status/1069675820770222080,None,,,,,,,[],,,, +6461,1069416551038640129,1069301269670580224,1543803749000.0,2018-12-03 02:22:29,+0000,,"@Jennerator211 @PPathole @JohnnaCrider1 We’re adding police car, fire truck & ambulance to the Tesla neural net in coming months",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1069416551038640129,[],[],0,,False,1224,94,94,,None,,,,,,,"[{'screen_name': 'Jennerator211', 'name': '👠 Lady in red 👠', 'id': '23502725'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna 💎', 'id': '1957568797'}]",,,, +6462,1069408498260164614,1069301269670580224,1543801829000.0,2018-12-03 01:50:29,+0000,,"@JohnnaCrider1 Exactly. Default Autopilot behavior, if there’s no driver input, is to slow gradually to a stop & turn on hazard lights. Tesla service then contacts the owner. Looking into what happened here.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1069408498260164614,[],[],0,,False,948,73,64,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna 💎', 'id': '1957568797'}]",,,, +6463,1069088736682471424,1069046067927441409,1543725592000.0,2018-12-02 04:39:52,+0000,,@LittleMissFlint It is so hard to move in armor!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1069088736682471424,[],[],0,,False,1741,81,39,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +6464,1069050284909879299,1068965238060400640,1543716424000.0,2018-12-02 02:07:04,+0000,,@boringcompany You’re all hired!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1069050284909879299,[],[],0,,False,28845,520,798,,None,,,,,,,"[{'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +6465,1069047317670424578,1069046067927441409,1543715717000.0,2018-12-02 01:55:17,+0000,,@LittleMissFlint Yes … no … maybe …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1069047317670424578,[],[],0,,False,2673,66,59,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +6466,1069046067927441409,1069046067927441409,1543715419000.0,2018-12-02 01:50:19,+0000,,None shall pass!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1069046067927441409,[],[],0,,False,31111,919,2106,https://twitter.com/boringcompany/status/1069044263944511488,None,,,,,,,[],,,, +6467,1069017316195688448,1068968610213720064,1543708564000.0,2018-12-01 23:56:04,+0000,,@bonnienorman @tomb2192 @carpenter_maas Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1069017316195688448,[],[],0,,False,637,37,18,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}, {'screen_name': 'tomb2192', 'name': ""I'm as disappointed as you"", 'id': '89922248'}, {'screen_name': 'carpenter_maas', 'name': 'Jorg Maas', 'id': '2305888405'}]",,,, +6468,1069003232347734017,1068968610213720064,1543705206000.0,2018-12-01 23:00:06,+0000,,@bonnienorman @carpenter_maas Good advice,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1069003232347734017,[],[],0,,False,571,21,14,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}, {'screen_name': 'carpenter_maas', 'name': 'Jorg Maas', 'id': '2305888405'}]",,,, +6469,1069000094479876096,1068387311400833024,1543704458000.0,2018-12-01 22:47:38,+0000,,@EESNY @teslaownersSV @S100Dfan Applying a hydrophobic coating to the radar (located just below nose of car) should help. Easy to do yourself or Tesla service can do it. We’re also working on vision-only driving.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1069000094479876096,[],[],0,,False,522,20,24,,None,,,,,,,"[{'screen_name': 'EESNY', 'name': '⭐⭐⭐LOGIC first, *FEELS* last ⏳ 👌', 'id': '870703224503664643'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Silicon Valley', 'id': '1016059981907386368'}, {'screen_name': 'S100Dfan', 'name': 'Raven P + L', 'id': '822437860645150722'}]",,,, +6470,1068998143268683776,1068997592321675264,1543703993000.0,2018-12-01 22:39:53,+0000,,@nikesharora @Tesla Glad you’re ok,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1068998143268683776,[],[],0,,False,7915,57,119,,None,,,,,,,"[{'screen_name': 'nikesharora', 'name': 'Nikesh Arora', 'id': '52171246'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6471,1068970017436262400,1068968610213720064,1543697287000.0,2018-12-01 20:48:07,+0000,,"@carpenter_maas Perhaps most telling is that Norway, which is partly above the Arctic Circle, has more Teslas per capita than any other country on Earth.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1068970017436262400,[],[],0,,False,724,38,46,,None,,,,,,,"[{'screen_name': 'carpenter_maas', 'name': 'Jorg Maas', 'id': '2305888405'}]",,,, +6472,1068969435732434945,1068968610213720064,1543697148000.0,2018-12-01 20:45:48,+0000,,"@carpenter_maas As the battery warms up, almost all of that is recovered. There is a roughly 10% range loss for cabin heating. Cabin heating impact on range is higher in slow traffic, but range is also higher in slow traffic.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1068969435732434945,[],[],0,,False,635,26,38,,None,,,,,,,"[{'screen_name': 'carpenter_maas', 'name': 'Jorg Maas', 'id': '2305888405'}]",,,, +6473,1068968545457909760,1068967715845505024,1543696936000.0,2018-12-01 20:42:16,+0000,,"@johnkrausphotos Incoming rocket & fairing probably visible, but landing itself is over the horizon",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1068968545457909760,[],[],0,,False,852,28,32,,None,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}]",,,, +6474,1068949982391103488,1068949134219063297,1543692510000.0,2018-12-01 19:28:30,+0000,,@MatZagataMD @Tesla You got it!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1068949982391103488,[],[],0,,False,4845,90,83,,None,,,,,,,"[{'screen_name': 'MatZagataMD', 'name': 'DoctorZ', 'id': '1000908886357004288'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6475,1068946077380820992,1068913865612656641,1543691579000.0,2018-12-01 19:12:59,+0000,,"@dxk_ @ZainRaz4 @Erdayastronaut @SpaceX Three things, one of which is CH4",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1068946077380820992,[],[],0,,False,715,21,12,,None,,,,,,,"[{'screen_name': 'dxk_', 'name': 'Random User', 'id': '62802783'}, {'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6476,1068940753974349824,1068913865612656641,1543690310000.0,2018-12-01 18:51:50,+0000,,@PicklePunchD @Erdayastronaut @SpaceX No,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1068940753974349824,[],[],0,,False,483,9,11,,None,,,,,,,"[{'screen_name': 'PicklePunchD', 'name': 'Angella⭐️King', 'id': '780922166'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6477,1068940292731023360,1068913865612656641,1543690200000.0,2018-12-01 18:50:00,+0000,,@ZainRaz4 @Erdayastronaut @SpaceX No,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1068940292731023360,[],[],0,,False,702,10,13,,None,,,,,,,"[{'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6478,1068940024136126464,1068913865612656641,1543690136000.0,2018-12-01 18:48:56,+0000,,"@Erdayastronaut @SpaceX Reentry scorchmarks, not simple soot. Can’t wipe it off.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1068940024136126464,[],[],0,,False,1437,61,42,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6479,1068923831497064448,1068910549809995777,1543686275000.0,2018-12-01 17:44:35,+0000,,@nichegamer Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1068923831497064448,[],[],0,,False,9252,129,335,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +6480,1068923622893379584,1068720425465774081,1543686225000.0,2018-12-01 17:43:45,+0000,,"@pfierens @LikeTeslaKim Prof Dahn is correct (he’s great), but the relative benefit is small. I’d recommend 10% more SoC for convenience.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1068923622893379584,[],[],0,,False,589,9,28,,None,,,,,,,"[{'screen_name': 'pfierens', 'name': 'Philippe Fierens', 'id': '235683144'}]",,,, +6481,1068745921079345152,1068720425465774081,1543643858000.0,2018-12-01 05:57:38,+0000,,"@LikeTeslaKim Not worth going below 80% imo. Even 90% is still fine. Also, no issue going to 5% or lower SoC.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1068745921079345152,[],[],0,,False,1187,63,91,,None,,,,,,,[],,,, +6482,1068728107446587392,1068719872203345921,1543639611000.0,2018-12-01 04:46:51,+0000,,@Manic_Marge @SpaceX True ♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1068728107446587392,[],[],0,,False,6517,66,124,,None,,,,,,,"[{'screen_name': 'Manic_Marge', 'name': 'Marge ♡', 'id': '596204926'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6483,1068719872203345921,1068719872203345921,1543637648000.0,2018-12-01 04:14:08,+0000,,♥️♥️♥️♥️🛸🛸🛸🛸♥️♥️♥️♥️ https://t.co/EX8RPQdc8r,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1068719872203345921,[],['https://pbs.twimg.com/media/DtTbDmaVsAIMvrp.jpg'],1,https://pbs.twimg.com/media/DtTbDmaVsAIMvrp.jpg,False,130343,1160,17088,,None,,,,,,,[],,,, +6484,1068608341373444096,1068598713633988609,1543611057000.0,2018-11-30 20:50:57,+0000,,@spacexIaunch @techreview @_KarenHao Both,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1068608341373444096,[],[],0,,False,473,22,23,,None,,,,,,,"[{'screen_name': 'spacexIaunch', 'name': 'emma', 'id': '800349902098210816'}, {'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}, {'screen_name': '_KarenHao', 'name': 'Karen Hao', 'id': '4922450361'}]",,,, +6485,1068582126306582528,1068581063016906752,1543604806000.0,2018-11-30 19:06:46,+0000,,@rainnwilson Your Tesla can function as a boat for brief periods of time https://t.co/FONhnIiv8j,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1068582126306582528,['https://electrek.co/2016/06/18/tesla-model-s-driving-swimming-flooded-tunnel-video/'],[],0,,False,7493,290,820,,None,,,,,,,"[{'screen_name': 'rainnwilson', 'name': 'RainnWilson', 'id': '19637934'}]",,,, +6486,1068400665917976576,1068060049380179968,1543561543000.0,2018-11-30 07:05:43,+0000,,@Tenser One day,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1068400665917976576,[],[],0,,False,2022,72,104,,None,,,,,,,"[{'screen_name': 'Tenser', 'name': 'FaZe Tenser', 'id': '2836901278'}]",,,, +6487,1068396869884071937,1068266153968001024,1543560638000.0,2018-11-30 06:50:38,+0000,,"@highspeeddoc @boringcompany We’re doing an EIR for the greater LA tunnel network. Thought we might need a N-S test tunnel (hence Sepulveda proposal), but we’re just going to do rock core samples along that corridor instead.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1068396869884071937,[],[],0,,False,760,26,28,,None,,,,,,,"[{'screen_name': 'highspeeddoc', 'name': 'Robert Baca', 'id': '126387214'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +6488,1068387422247907333,1068387311400833024,1543558385000.0,2018-11-30 06:13:05,+0000,,@teslaownersSV Update soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1068387422247907333,[],[],0,,False,513,16,20,,None,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Owners Of Silicon Valley', 'id': '1016059981907386368'}]",,,, +6489,1068283124683960321,1067796266988511232,1543533519000.0,2018-11-29 23:18:39,+0000,,@NatGeo Sorry ☺️,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1068283124683960321,[],[],0,,False,27836,773,1361,,None,,,,,,,"[{'screen_name': 'NatGeo', 'name': 'National Geographic', 'id': '17471979'}]",,,, +6490,1068266153968001024,1068266153968001024,1543529473000.0,2018-11-29 22:11:13,+0000,,Boring breakthrough @BoringCompany https://t.co/pSflhZadwC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1068266153968001024,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1068266072225177600/pu/img/xAKcceN9d-qvE6oh.jpg,False,48619,1247,3822,,None,,,,,,,[],,,, +6491,1068219566679969792,1068211597095559168,1543518365000.0,2018-11-29 19:06:05,+0000,,@megnsander Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1068219566679969792,[],[],0,,False,862,34,31,,None,,,,,,,[],,,, +6492,1068215834877685760,1068211597095559168,1543517476000.0,2018-11-29 18:51:16,+0000,,"After safety, our goal is to make a Tesla the most fun you could possibly have in a car",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1068215834877685760,[],[],0,,False,20066,717,972,,None,,,,,,,[],,,, +6493,1068215333159231488,1068213109267939328,1543517356000.0,2018-11-29 18:49:16,+0000,,@rocketisfine @racchava @gwestr We tried. Nintendo won’t license it to us.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1068215333159231488,[],[],0,,False,1229,127,105,,None,,,,,,,"[{'screen_name': 'gwestr', 'name': 'Greg Wester', 'id': '254873442'}]",,,, +6494,1068214601370615808,1068213109267939328,1543517182000.0,2018-11-29 18:46:22,+0000,,@racchava @gwestr That would be cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1068214601370615808,[],[],0,,False,579,22,15,,None,,,,,,,"[{'screen_name': 'gwestr', 'name': 'Greg Wester', 'id': '254873442'}]",,,, +6495,1068213320589565952,1068213109267939328,1543516876000.0,2018-11-29 18:41:16,+0000,,@gwestr Haha kinda true 😀,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1068213320589565952,[],[],0,,False,628,12,17,,None,,,,,,,"[{'screen_name': 'gwestr', 'name': 'Greg Wester', 'id': '254873442'}]",,,, +6496,1068211885487476737,1068211597095559168,1543516534000.0,2018-11-29 18:35:34,+0000,,@ArnaoutShady Never heard of it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1068211885487476737,[],[],0,,False,5117,65,260,,None,,,,,,,"[{'screen_name': 'arnaoutshady', 'name': 'Shady Arnaout', 'id': '323147346'}]",,,, +6497,1068211597095559168,1068211597095559168,1543516465000.0,2018-11-29 18:34:25,+0000,,"Super fun software Easter eggs coming to all Tesla S/3/X cars before the holidays! Romance mode, toilet humor & more video games.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1068211597095559168,[],[],0,,False,34189,1267,2133,,None,,,,,,,[],,,, +6498,1068208290528555010,1068207668580372480,1543515677000.0,2018-11-29 18:21:17,+0000,,@prades_maxime Software upgrade to rain sensing neural net coming next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1068208290528555010,[],[],0,,False,722,75,42,,None,,,,,,,"[{'screen_name': 'prades_maxime', 'name': 'Maxime Prades', 'id': '34616756'}]",,,, +6499,1068198572879831040,1068198423348731904,1543513360000.0,2018-11-29 17:42:40,+0000,,@poeticZay Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1068198572879831040,[],[],0,,False,470,9,15,,None,,,,,,,"[{'screen_name': 'poeticZay', 'name': 'Zay ✨', 'id': '156404110'}]",,,, +6500,1067969782803128320,1067662899450122240,1543458812000.0,2018-11-29 02:33:32,+0000,,"@NBCNews This is completely backwards. Based on what we’ve learned from the Hawthorne test tunnel, we’re moving forward with a much larger tunnel network under LA. Won’t need a second test tunnel under Sepulveda.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1067969782803128320,[],[],0,,False,26818,585,2051,,None,,,,,,,"[{'screen_name': 'NBCNews', 'name': 'NBC News', 'id': '14173315'}]",,,, +6501,1067927074797629440,1067927074797629440,1543448630000.0,2018-11-28 23:43:50,+0000,,"Cool! Actually, if you buy a Tesla without a test drive, you have 3 days to return it. If you buy after a test drive, you still have 24 hours. Trying to incent buying with no test drive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1067927074797629440,[],[],0,,False,32182,962,2129,https://twitter.com/crock23a/status/1067530874491715584,None,,,,,,,[],,,, +6502,1067695084609527808,1058080651424030720,1543393319000.0,2018-11-28 08:21:59,+0000,,@Shell Tiny wizard 🧙‍♂️,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1067695084609527808,[],[],0,,False,988,81,56,,None,,,,,,,"[{'screen_name': 'Shell', 'name': 'Shell', 'id': '20663500'}]",,,, +6503,1067430108216979457,1067426547798167558,1543330144000.0,2018-11-27 14:49:04,+0000,,@YoBigBrotha @anandmahindra 7 to 10 years,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1067430108216979457,[],[],0,,False,1649,118,137,,None,,,,,,,"[{'screen_name': 'YoBigBrotha', 'name': 'Khari', 'id': '114545909'}, {'screen_name': 'anandmahindra', 'name': 'anand mahindra', 'id': '34197952'}]",,,, +6504,1067428982168023040,1067426547798167558,1543329875000.0,2018-11-27 14:44:35,+0000,,"@anandmahindra Engineers, artists & creators of all kinds. There is so much to build.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1067428982168023040,[],[],0,,False,17424,498,1220,,None,,,,,,,"[{'screen_name': 'anandmahindra', 'name': 'anand mahindra', 'id': '34197952'}]",,,, +6505,1067303432313200642,1067302776395390976,1543299942000.0,2018-11-27 06:25:42,+0000,,@jonkudelka Touché,fr,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1067303432313200642,[],[],0,,False,11570,111,274,,None,,,,,,,"[{'screen_name': 'jonkudelka', 'name': 'jon “airships” kudelka', 'id': '49223858'}]",,,, +6506,1067279265563955200,1067173241800650752,1543294180000.0,2018-11-27 04:49:40,+0000,,"But if you love what you do, it (mostly) doesn’t feel like work",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1067279265563955200,[],[],0,,False,32482,1377,4206,,None,,,,,,,[],,,, +6507,1067175527180513280,1067173241800650752,1543269447000.0,2018-11-26 21:57:27,+0000,,"@margrethmpossi Varies per person, but about 80 sustained, peaking above 100 at times. Pain level increases exponentially above 80.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1067175527180513280,[],[],0,,False,2190,393,280,,None,,,,,,,"[{'screen_name': 'margrethmpossi', 'name': 'Margreth Mpossi🌼', 'id': '805431267818868736'}]",,,, +6508,1067173497909141504,1067173241800650752,1543268963000.0,2018-11-26 21:49:23,+0000,,"There are way easier places to work, but nobody ever changed the world on 40 hours a week",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1067173497909141504,[],[],0,,False,57508,3520,10633,,None,,,,,,,[],,,, +6509,1067173241800650752,1067173241800650752,1543268902000.0,2018-11-26 21:48:22,+0000,,"Join to create exciting new worlds of technology!! If getting things done matters to you, then @SpaceX, @Tesla, @BoringCompany & @Neuralink are the places to be.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1067173241800650752,[],[],0,,False,34481,1408,2949,https://twitter.com/WSJ/status/1067168653718814720,None,,,,,,,[],,,, +6510,1067163214448779264,1067146825931661313,1543266511000.0,2018-11-26 21:08:31,+0000,,@NASA @NASAInSight Congratulations! What an amazing track record of success with Mars!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1067163214448779264,[],[],0,,False,22687,202,1039,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'NASAInSight', 'name': 'NASA InSight', 'id': '407387443'}]",,,, +6511,1067122356638773248,1066897091711066112,1543256770000.0,2018-11-26 18:26:10,+0000,,@SwiftOnSecurity 😉😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1067122356638773248,[],[],0,,False,2730,67,39,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +6512,1066974890970951680,1066955853985570817,1543221612000.0,2018-11-26 08:40:12,+0000,,@forummp3 1000 liters of pure water costs $1,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1066974890970951680,[],[],0,,False,9082,174,191,,None,,,,,,,"[{'screen_name': 'forummp3', 'name': 'Fabien 🇫🇷', 'id': '607545127'}]",,,, +6513,1066955853985570817,1066955853985570817,1543217073000.0,2018-11-26 07:24:33,+0000,,"For those worried about running out of fresh water, it may help to know that desalination only costs 0.1 cents per liter or half a cent per gallon",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1066955853985570817,[],[],0,,False,111943,3220,13808,,None,,,,,,,[],,,, +6514,1066948725572947969,1066913829597003776,1543215373000.0,2018-11-26 06:56:13,+0000,,@PLAYERUNKNOWN Ah yes fair point,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1066948725572947969,[],[],0,,False,10998,56,336,,None,,,,,,,"[{'screen_name': 'PLAYERUNKNOWN', 'name': 'PLAYERUNKNOWN', 'id': '1880574811'}]",,,, +6515,1066913829597003776,1066913829597003776,1543207053000.0,2018-11-26 04:37:33,+0000,,"Used to live in Silicon Valley, now I live in Silicone Valley",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1066913829597003776,[],[],0,,False,78338,1759,5206,,None,,,,,,,[],,,, +6516,1066908541305348098,1066897091711066112,1543205793000.0,2018-11-26 04:16:33,+0000,,@Zedd Not yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1066908541305348098,[],[],0,,False,2858,70,97,,None,,,,,,,"[{'screen_name': 'Zedd', 'name': 'Zedd', 'id': '155705264'}]",,,, +6517,1066900489856372737,1066900489856372737,1543203873000.0,2018-11-26 03:44:33,+0000,,🖤 trouble,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1066900489856372737,[],[],0,,False,34878,1472,4202,,None,,,,,,,[],,,, +6518,1066897091711066112,1066897091711066112,1543203063000.0,2018-11-26 03:31:03,+0000,,Earth is,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1066897091711066112,[],[],0,,False,45904,6904,10393,,None,,,,,,,[],,,, +6519,1066895630155431938,1066866669044330496,1543202714000.0,2018-11-26 03:25:14,+0000,,"@WorldAndScience Earth’s crust is only ~1% of Earth mass, so technically we should be called Lava https://t.co/Lm6doeOq2x",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1066895630155431938,[],['https://pbs.twimg.com/media/Ds5f6mdUUAEO29y.jpg'],1,https://pbs.twimg.com/media/Ds5f6mdUUAEO29y.jpg,False,4804,251,437,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +6520,1066870820201361408,1066866669044330496,1543196799000.0,2018-11-26 01:46:39,+0000,,"@WorldAndScience Earth should be called Water. Our surface is 71% water. Mars land area is roughly equal to Earth, as it’s all land. Even when warmed up & water ice turns liquid, Mars will be about 2/3 land.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1066870820201361408,[],[],0,,False,35160,911,2658,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +6521,1066845285366693888,1066844577569677313,1543190711000.0,2018-11-26 00:05:11,+0000,,"@jessedh @Tesla Yeah, good idea to offer that as a setting",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1066845285366693888,[],[],0,,False,720,16,18,,None,,,,,,,"[{'screen_name': 'jessedh', 'name': 'Jesse Honigberg', 'id': '14908878'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6522,1066825927257030656,1066824047365943298,1543186096000.0,2018-11-25 22:48:16,+0000,,"@Malcolmmarsman Contour remains approx same, but fundamental materials change to airframe, tanks & heatshield",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1066825927257030656,[],[],0,,False,893,74,59,,None,,,,,,,"[{'screen_name': 'Malcolmmarsman', 'name': 'Malcolm Head 🚀📡', 'id': '853658041107009536'}]",,,, +6523,1066066012385103873,1066066012385103873,1543004918000.0,2018-11-23 20:28:38,+0000,,"If you don’t want a Tesla, here’s a list of all electric cars in North America https://t.co/phhBjCh2YI via @cleantechnica",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1066066012385103873,['https://cleantechnica.com/2018/01/07/electric-vehicles-for-sale-usa/'],[],0,,False,29318,2067,3633,,None,,,,,,,[],,,, +6524,1065397040463507456,791389989477036032,1542845423000.0,2018-11-22 00:10:23,+0000,,Signing off for a while,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1065397040463507456,[],[],0,,False,19294,721,448,,None,,,,,,,[],,,, +6525,1065392766790717440,791389989477036032,1542844404000.0,2018-11-21 23:53:24,+0000,,Happy Thanksgiving!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1065392766790717440,[],[],0,,False,24949,596,991,,None,,,,,,,[],,,, +6526,1065386743526879232,1065386743526879232,1542842968000.0,2018-11-21 23:29:28,+0000,,🚀 Starships were meant to fly 🚀 https://t.co/6yclRVZZFQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1065386743526879232,['https://m.soundcloud.com/nickiminaj/starships-1'],[],0,,False,22907,888,3135,,None,,,,,,,[],,,, +6527,1065352455674720256,1064740713357750272,1542834793000.0,2018-11-21 21:13:13,+0000,,@bevvscott Starship Tooters,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1065352455674720256,[],[],0,,False,891,52,30,,None,,,,,,,"[{'screen_name': 'bevvscott', 'name': 'Bev Scott', 'id': '826170052416188416'}]",,,, +6528,1065351319450353664,1065269402571030528,1542834522000.0,2018-11-21 21:08:42,+0000,,@Orangejamal @speceye @Tesla Good one,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1065351319450353664,[],[],0,,False,520,14,11,,None,,,,,,,"[{'screen_name': 'Orangejamal', 'name': 'Jamal Ayyad', 'id': '33992513'}, {'screen_name': 'speceye', 'name': 'John Henahan', 'id': '23550675'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6529,1065273096813203458,1065269402571030528,1542815872000.0,2018-11-21 15:57:52,+0000,,@FredericLambert @speceye @Tesla Good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1065273096813203458,[],[],0,,False,846,58,25,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'speceye', 'name': 'John Henahan', 'id': '23550675'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6530,1065269447760334848,1065269402571030528,1542815002000.0,2018-11-21 15:43:22,+0000,,@speceye @Tesla Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1065269447760334848,[],[],0,,False,728,42,21,,None,,,,,,,"[{'screen_name': 'speceye', 'name': 'John Henahan', 'id': '23550675'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6531,1065269154691706886,1065266842984505345,1542814932000.0,2018-11-21 15:42:12,+0000,,@wiredprairie @Tesla Shifting resources from sales to service for next several days,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1065269154691706886,[],[],0,,False,5546,162,118,,None,,,,,,,"[{'screen_name': 'wiredprairie', 'name': 'Aaron', 'id': '19116343'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6532,1065133606115274752,1065039483886661632,1542782615000.0,2018-11-21 06:43:35,+0000,,@Model3Owners Should be next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1065133606115274752,[],[],0,,False,5686,156,120,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +6533,1064742239404847104,1064740713357750272,1542689306000.0,2018-11-20 04:48:26,+0000,,"@annerajb No, it’s the first or boost stage, analogous to, but much larger than Falcon 9",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1064742239404847104,[],[],0,,False,897,51,35,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +6534,1064741510560632832,1064740713357750272,1542689132000.0,2018-11-20 04:45:32,+0000,,@mwolman98 Later versions will,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1064741510560632832,[],[],0,,False,4439,167,198,,None,,,,,,,[],,,, +6535,1064741356080222209,1064740713357750272,1542689095000.0,2018-11-20 04:44:55,+0000,,"Technically, two parts: Starship is the spaceship/upper stage & Super Heavy is the rocket booster needed to escape Earth’s deep gravity well (not needed for other planets or moons)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1064741356080222209,[],[],0,,False,17073,652,1079,,None,,,,,,,[],,,, +6536,1064740713357750272,1064740713357750272,1542688942000.0,2018-11-20 04:42:22,+0000,,Renaming BFR to Starship,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1064740713357750272,[],[],0,,False,41074,2258,3519,,None,,,,,,,[],,,, +6537,1064740532700643329,1064738867419455489,1542688899000.0,2018-11-20 04:41:39,+0000,,"@universal_sci No, we’re just going to accelerate BFR",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1064740532700643329,[],[],0,,False,5289,95,154,,None,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +6538,1064695344787668992,1064693772620128256,1542678125000.0,2018-11-20 01:42:05,+0000,,@YoBigBrotha Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1064695344787668992,[],[],0,,False,662,32,24,,None,,,,,,,"[{'screen_name': 'YoBigBrotha', 'name': 'Khari', 'id': '114545909'}]",,,, +6539,1064658222206771200,1064656745635569664,1542669275000.0,2018-11-19 23:14:35,+0000,,"Supercharger V3, which starts rolling out early next year, will also charge much faster",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1064658222206771200,[],[],0,,False,14393,489,783,,None,,,,,,,[],,,, +6540,1064656745635569664,1064656745635569664,1542668923000.0,2018-11-19 23:08:43,+0000,,Tesla Supercharger capacity will double by end of next year. Expect to be within range of 95% to 100% of population in all active markets.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1064656745635569664,[],[],0,,False,28837,779,2058,,None,,,,,,,[],,,, +6541,1064638194434469888,1064524270984867840,1542664500000.0,2018-11-19 21:55:00,+0000,,"@scottymeuk @ScaleyMurrsuit No, it’s got enough load capacity & volume to carry the battery pack & our current pack energy density is about double that of original Roadster. Still, it would probably only save about 30% to 40% of effort, all things considered.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1064638194434469888,[],[],0,,False,592,34,27,,None,,,,,,,"[{'screen_name': 'scottymeuk', 'name': 'Scott Robertson', 'id': '20077772'}, {'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +6542,1064636946121613313,1064524270984867840,1542664202000.0,2018-11-19 21:50:02,+0000,,"@FredericLambert @frozencanuck @ScaleyMurrsuit In order of resource priority, but not necessarily production ramp, as that depends on thousands of parts & processes, which are extremely difficult to forecast",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1064636946121613313,[],[],0,,False,787,35,40,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'frozencanuck', 'name': 'Frozen Canuck', 'id': '14054953'}, {'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +6543,1064636393333252097,1064524270984867840,1542664070000.0,2018-11-19 21:47:50,+0000,,"@tsrandall @frozencanuck @ScaleyMurrsuit What really matters is time to volume production, not initial market intro. Apart from brief moments, Tesla vehicle production is limited by total battery output.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1064636393333252097,[],[],0,,False,832,41,60,,None,,,,,,,"[{'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}, {'screen_name': 'frozencanuck', 'name': 'Frozen Canuck', 'id': '14054953'}, {'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +6544,1064624811794526208,1064524270984867840,1542661309000.0,2018-11-19 21:01:49,+0000,,"@frozencanuck @ScaleyMurrsuit Lot on our plate, so it’s either get van gliders (no battery, powertrain or compute tech) from Daimler & produce sooner or do all & produce later. Not a big difference to total vehicles produced either way. Priority list is Model Y, solar roof tiles, pickup, semi, Roadster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1064624811794526208,[],[],0,,False,1503,139,117,,None,,,,,,,"[{'screen_name': 'frozencanuck', 'name': 'Frozen Canuck', 'id': '14054953'}, {'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +6545,1064622126798229504,1064524270984867840,1542660669000.0,2018-11-19 20:51:09,+0000,,@frozencanuck @ScaleyMurrsuit Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1064622126798229504,[],[],0,,False,968,31,30,,None,,,,,,,"[{'screen_name': 'frozencanuck', 'name': 'Frozen Canuck', 'id': '14054953'}, {'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +6546,1064541185820114944,1064524270984867840,1542641371000.0,2018-11-19 15:29:31,+0000,,@ScaleyMurrsuit Maybe interesting to work with Daimler/Mercedes on an electric Sprinter. That’s a great van. We will inquire.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1064541185820114944,[],[],0,,False,2105,166,169,,None,,,,,,,"[{'screen_name': 'ScaleyMurrsuit', 'name': 'Dragonmyass )’( 🐉 🍑', 'id': '2311422073'}]",,,, +6547,1064535393738022914,1064525305111470081,1542639990000.0,2018-11-19 15:06:30,+0000,,@WillFealey Absolutely agree,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1064535393738022914,[],[],0,,False,603,19,13,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}]",,,, +6548,1064534798318809089,1064525305111470081,1542639848000.0,2018-11-19 15:04:08,+0000,,@WillFealey Investigating,in,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1064534798318809089,[],[],0,,False,598,14,10,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}]",,,, +6549,1064534464645128192,1064525305111470081,1542639769000.0,2018-11-19 15:02:49,+0000,,@vincent13031925 @jsteinerman Probably mid 2019,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1064534464645128192,[],[],0,,False,570,26,27,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +6550,1064533933197471746,1064525305111470081,1542639642000.0,2018-11-19 15:00:42,+0000,,@LION_LIFER Tesla can provide heating/cooling/lights/music for days using battery,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1064533933197471746,[],[],0,,False,544,8,24,,None,,,,,,,"[{'screen_name': 'LION_LIFER', 'name': 'val G', 'id': '249734381'}]",,,, +6551,1064533454446985216,1064525305111470081,1542639528000.0,2018-11-19 14:58:48,+0000,,"@WillFealey Not everywhere, but should be possible around major metros. Parts supply chain to UK should be fixed. Lmk if not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1064533454446985216,[],[],0,,False,523,11,12,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}]",,,, +6552,1064533128792891398,1064525305111470081,1542639450000.0,2018-11-19 14:57:30,+0000,,@acevedo_lex @stars4a_amy @Tesla Should be possible. Please ask service & lmk response.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1064533128792891398,[],[],0,,False,486,15,10,,None,,,,,,,"[{'screen_name': 'acevedo_lex', 'name': 'LeX Acevedo', 'id': '892399737621663745'}, {'screen_name': 'stars4a_amy', 'name': 'Amy Houghton✨', 'id': '2445831127'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6553,1064532800450191360,1064524270984867840,1542639372000.0,2018-11-19 14:56:12,+0000,,"@ajaotj36 No, but perhaps in a few years",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1064532800450191360,[],[],0,,False,698,24,14,,None,,,,,,,"[{'screen_name': 'ajaotj36', 'name': '#EndSARS #EndSARS', 'id': '485779668'}]",,,, +6554,1064529656076886016,1064525305111470081,1542638622000.0,2018-11-19 14:43:42,+0000,,"@stars4a_amy Yeah, good idea. We have that state internally, so can push data to phone app.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1064529656076886016,[],[],0,,False,579,11,13,,None,,,,,,,"[{'screen_name': 'stars4a_amy', 'name': 'Amy Houghton✨', 'id': '2445831127'}]",,,, +6555,1064527363864649728,1064525305111470081,1542638076000.0,2018-11-19 14:34:36,+0000,,"@jsteinerman Haha, just like Super Troopers",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1064527363864649728,[],[],0,,False,617,15,15,,None,,,,,,,[],,,, +6556,1064526427129696256,1064525305111470081,1542637852000.0,2018-11-19 14:30:52,+0000,,@WillFealey Ideal situation in breakdown/accident (assuming no injuries) is that Tesla arrives at scene fast with top-of-the-line service loaner,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1064526427129696256,[],[],0,,False,724,22,26,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}]",,,, +6557,1064525305111470081,1064525305111470081,1542637585000.0,2018-11-19 14:26:25,+0000,,Will allow having your car picked up & dropped off or using mobile Tesla Rangers service vans if car lift isn’t needed,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1064525305111470081,[],[],0,,False,6353,253,335,https://twitter.com/NTXTeslaOwners/status/1064524502321778688,None,,,,,,,[],,,, +6558,1064524270984867840,1064524270984867840,1542637338000.0,2018-11-19 14:22:18,+0000,,Adding functionality to Tesla phone app allowing owners to request service for top issues with 1 or 2 taps,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1064524270984867840,[],[],0,,False,30272,563,2258,https://twitter.com/cjk7216/status/1057765681108725760,None,,,,,,,[],,,, +6559,1063869216284041216,1063865779156729857,1542481161000.0,2018-11-17 18:59:21,+0000,,"@FrameshiftShark Yes, no upgrades planned for F9. Minor tweaks to improve reliability only, provided NASA & USAF are supportive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1063869216284041216,[],[],0,,False,798,38,47,,None,,,,,,,"[{'screen_name': 'FrameshiftShark', 'name': 'Sapphire 🚀🦈', 'id': '532999756'}]",,,, +6560,1063867489543643136,1063865779156729857,1542480749000.0,2018-11-17 18:52:29,+0000,,@FrameshiftShark Radical change,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1063867489543643136,[],[],0,,False,2724,190,118,,None,,,,,,,"[{'screen_name': 'FrameshiftShark', 'name': 'Sapphire 🚀🦈', 'id': '532999756'}]",,,, +6561,1063865779156729857,1063865779156729857,1542480342000.0,2018-11-17 18:45:42,+0000,,"Btw, SpaceX is no longer planning to upgrade Falcon 9 second stage for reusability. Accelerating BFR instead. New design is very exciting! Delightfully counter-intuitive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1063865779156729857,[],[],0,,False,46492,1068,3046,,None,,,,,,,[],,,, +6562,1063859100360962049,1063858599158407168,1542478749000.0,2018-11-17 18:19:09,+0000,,@annerajb It will alert Tesla service automatically as fan power required to achieve target pressure drop exceeds spec level,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1063859100360962049,[],[],0,,False,1335,33,54,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +6563,1063858599158407168,1063858599158407168,1542478630000.0,2018-11-17 18:17:10,+0000,,"Set air flow to recirculating mode & manually raise blower speed to 5 in Model 3 for best air quality. Air filters are smaller than S/X, so clear air is achieved by circulating through filter several times.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1063858599158407168,[],[],0,,False,17463,377,1747,https://twitter.com/Teslarati/status/1063855556534898689,None,,,,,,,[],,,, +6564,1063657780534341632,1063657780534341632,1542430751000.0,2018-11-17 04:59:11,+0000,,Congratulations @BoringCompany on completing the LA/Hawthorne tunnel! Cutting edge technology! https://t.co/80WbSQekCQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1063657780534341632,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1063657242786848768/pu/img/CjDgBIMG838yIqk5.jpg,False,64479,1297,6764,,None,,,,,,,[],,,, +6565,1063639781899300864,1063632366629863424,1542426460000.0,2018-11-17 03:47:40,+0000,, https://t.co/TQhb9hQRxQ,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1063639781899300864,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1063639643164311553/pu/img/4A7UtAuETOTm2bUB.jpg,False,45119,1106,3556,,None,,,,,,,[],,,, +6566,1063632366629863424,1063632366629863424,1542424692000.0,2018-11-17 03:18:12,+0000,,Boring Company just broke through the other side!! https://t.co/4yxQgpPVfZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1063632366629863424,['https://m.soundcloud.com/fish-tales/fisher-losing-it'],[],0,,False,25681,826,3841,,None,,,,,,,[],,,, +6567,1063629719592026112,1063628735344037889,1542424061000.0,2018-11-17 03:07:41,+0000,,@nichegamer @PostMalone Missed miku concert sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1063629719592026112,[],[],0,,False,5418,82,631,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'PostMalone', 'name': 'Posty', 'id': '913812620'}]",,,, +6568,1063628735344037889,1063628735344037889,1542423826000.0,2018-11-17 03:03:46,+0000,,Listening to Better Now https://t.co/VyCkLWkRtA,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1063628735344037889,['https://open.spotify.com/track/7dt6x5M1jzdTEt8oCbisTK?si=FJBrhHxxQnSMSCeiWuoXig&nd=1'],[],0,,False,63171,1239,7009,,None,,,,,,,[],,,, +6569,1063472829100769280,1063469569564598272,1542386655000.0,2018-11-16 16:44:15,+0000,,"@BorisTheBlade02 @KiwiEV China, especially, is doing an amazing job moving towards sustainable energy generation & transport",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1063472829100769280,[],[],0,,False,2138,108,115,,None,,,,,,,"[{'screen_name': 'BorisTheBlade02', 'name': 'Roger Long', 'id': '235719756'}, {'screen_name': 'KiwiEV', 'name': 'Gavin Shoebridge', 'id': '26158478'}]",,,, +6570,1063469569564598272,1063469569564598272,1542385878000.0,2018-11-16 16:31:18,+0000,,"Sure hope this isn’t true. It is the non-linearities, such as Siberian permafrost melting or ocean currents changing, that are most difficult to predict.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1063469569564598272,[],[],0,,False,23468,1245,3478,https://twitter.com/cleantechnica/status/1063466830277369857,None,,,,,,,[],,,, +6571,1063467306607501312,1063460373251149825,1542385338000.0,2018-11-16 16:22:18,+0000,,@_TomCross_ @SpaceX Haha 😀,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1063467306607501312,[],[],0,,False,4231,57,81,,None,,,,,,,"[{'screen_name': '_TomCross_', 'name': 'TomCross', 'id': '942308439052648448'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6572,1063175331484319744,1063175331484319744,1542315726000.0,2018-11-15 21:02:06,+0000,,Looking back at the sun from upper stage & Falcon 9 🚀 landed on drone ship Of Course I Still Love You https://t.co/sg3FXIDQJL,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1063175331484319744,[],['https://pbs.twimg.com/media/DsEoUm-V4AA3wBz.jpg'],1,https://pbs.twimg.com/media/DsEoUm-V4AA3wBz.jpg,False,22099,558,1612,,None,,,,,,,[],,,, +6573,1063163083982544898,1063141100049723393,1542312806000.0,2018-11-15 20:13:26,+0000,,$5 per min to argue with knight. $12 for 3 min bulk discount.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1063163083982544898,[],[],0,,False,16714,600,767,,None,,,,,,,[],,,, +6574,1063155974289190912,1063141100049723393,1542311111000.0,2018-11-15 19:45:11,+0000,,@martinengwicht While (!castle) {brick++};,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1063155974289190912,[],[],0,,False,1138,54,85,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}]",,,, +6575,1063152501699080192,1063141100049723393,1542310283000.0,2018-11-15 19:31:23,+0000,,@TheAndwee Watchtower (feat. knight) will be at LA/Hawthorne tunnel entrance,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1063152501699080192,[],[],0,,False,1083,30,32,,None,,,,,,,"[{'screen_name': 'TheAndwee', 'name': 'an owl', 'id': '449443276'}]",,,, +6576,1063146730995228673,1063141100049723393,1542308907000.0,2018-11-15 19:08:27,+0000,,Fortnite irl,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1063146730995228673,[],[],0,,False,51561,648,5620,,None,,,,,,,[],,,, +6577,1063146393877893120,1063141100049723393,1542308827000.0,2018-11-15 19:07:07,+0000,,Boring Co is launching a whole product line of DIY watchtowers. You get bricks & a picture.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1063146393877893120,[],[],0,,False,33359,354,1997,,None,,,,,,,[],,,, +6578,1063144285824933888,1063141100049723393,1542308324000.0,2018-11-15 18:58:44,+0000,,"Um, that is not our castle. I just found a picture on the Internet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1063144285824933888,[],[],0,,False,22748,491,730,,None,,,,,,,[],,,, +6579,1063143229258817537,1063141100049723393,1542308072000.0,2018-11-15 18:54:32,+0000,,Not much but it is ours https://t.co/gx2l84M3f7,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1063143229258817537,[],['https://pbs.twimg.com/media/DsELISKUUAAxmxQ.jpg'],1,https://pbs.twimg.com/media/DsELISKUUAAxmxQ.jpg,False,20203,403,827,,None,,,,,,,[],,,, +6580,1063141100049723393,1063141100049723393,1542307565000.0,2018-11-15 18:46:05,+0000,,The Boring Company is building a watchtower in LA out of dirt bricks & we need a knight to yell insults at people in a French accent https://t.co/VChOVXXVaz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1063141100049723393,['https://www.boringcompany.com/jobs/'],[],0,,False,59667,3018,9207,,None,,,,,,,[],,,, +6581,1063128303714750464,1063127468431810560,1542304514000.0,2018-11-15 17:55:14,+0000,,"@TechDeals_16 We have to truck to departure rail head & truck from arrival rail head, which is usually from customers. Car gets moved around rail yard a lot too & trains don’t leave often.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1063128303714750464,[],[],0,,False,1174,65,40,,None,,,,,,,"[{'screen_name': 'TechDeals_16', 'name': 'Tech Deals', 'id': '715198343001952259'}]",,,, +6582,1063127477235593216,1063121238954991617,1542304317000.0,2018-11-15 17:51:57,+0000,,"@vincent13031925 Probably some deliveries in March, but April is more certain",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1063127477235593216,[],[],0,,False,608,40,26,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}]",,,, +6583,1063126107539431424,1063121238954991617,1542303990000.0,2018-11-15 17:46:30,+0000,,@madera_raul Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1063126107539431424,[],[],0,,False,417,6,11,,None,,,,,,,"[{'screen_name': 'madera_raul', 'name': 'Raul Madera', 'id': '298201533'}]",,,, +6584,1063125813522911233,1063121238954991617,1542303920000.0,2018-11-15 17:45:20,+0000,,"Will also be using dedicated roll-on, roll-off fast ships for transporting cars to Europe & Asia in Q1. Major focus on minimizing time from factory to new owner. Did not fully appreciate the working capital impact until recently.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1063125813522911233,[],[],0,,False,5544,207,283,,None,,,,,,,[],,,, +6585,1063124712937611264,1063121238954991617,1542303658000.0,2018-11-15 17:40:58,+0000,,@FredericLambert We bought some trucking companies & secured contracts with major haulers to avoid trucking shortage mistake of last quarter,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1063124712937611264,[],[],0,,False,1542,119,97,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6586,1063123659290595328,1063121238954991617,1542303406000.0,2018-11-15 17:36:46,+0000,,@victorpoughon Probably technically able to do so in about a year. Then up to regulators.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1063123659290595328,[],[],0,,False,1494,71,79,,None,,,,,,,"[{'screen_name': 'victorpoughon', 'name': 'Victor Poughon', 'id': '216600079'}]",,,, +6587,1063123296500121607,1063121238954991617,1542303320000.0,2018-11-15 17:35:20,+0000,,"Skipping rail saves over a month for East Coast deliveries. All things considered, it’s better to use trucks. Single load/unload & direct to owner location.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1063123296500121607,[],[],0,,False,5968,259,248,,None,,,,,,,[],,,, +6588,1063121238954991617,1063121238954991617,1542302829000.0,2018-11-15 17:27:09,+0000,,Tesla just acquired trucking capacity to ensure Model 3 can be delivered in US by Dec 31 if ordered by Nov 30 https://t.co/npmPuSXNWC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1063121238954991617,['https://3.tesla.com/model3/design#battery'],[],0,,False,19009,1316,1677,,None,,,,,,,[],,,, +6589,1062756640103915520,1062754507136946177,1542215902000.0,2018-11-14 17:18:22,+0000,,@InsideEVs We will fight Big Tequila!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1062756640103915520,[],[],0,,False,20859,597,1437,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +6590,1062754073126985728,1062731013321830400,1542215290000.0,2018-11-14 17:08:10,+0000,,@garos82 @nichegamer That would be awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1062754073126985728,[],[],0,,False,503,25,15,,None,,,,,,,"[{'screen_name': 'garos82', 'name': 'Garos', 'id': '33948408'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +6591,1062743291081289728,1025442992818073600,1542212720000.0,2018-11-14 16:25:20,+0000,,@jimmyzhong_iost @SpaceX Easily accessible energy,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1062743291081289728,[],[],0,,False,490,32,24,,None,,,,,,,"[{'screen_name': 'jimmyzhong_iost', 'name': 'Jimmy Zhong', 'id': '755070940309032961'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6592,1062734288674648069,1062731013321830400,1542210573000.0,2018-11-14 15:49:33,+0000,,@nichegamer Send me a note!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1062734288674648069,[],[],0,,False,1188,34,30,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +6593,1062733438610898944,1062731013321830400,1542210371000.0,2018-11-14 15:46:11,+0000,,@nichegamer Would be fun to add to Tesla,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1062733438610898944,[],[],0,,False,17089,424,690,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +6594,1062543005591101441,1062541799984529409,1542164968000.0,2018-11-14 03:09:28,+0000,,@MackenzieTulip @nextspaceflight @SpaceX @NASA Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1062543005591101441,[],[],0,,False,966,25,22,,None,,,,,,,"[{'screen_name': 'MackenzieTulip', 'name': 'Mackenzie Tulip', 'id': '936795752541536257'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +6595,1062542792700784640,1062541799984529409,1542164917000.0,2018-11-14 03:08:37,+0000,,@nextspaceflight @SpaceX @NASA Will try again next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1062542792700784640,[],[],0,,False,1211,30,33,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +6596,1062541799984529409,1062541799984529409,1542164680000.0,2018-11-14 03:04:40,+0000,,"Congratulations @SpaceX team! Thanks @NASA, much appreciated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/1062541799984529409,[],[],0,,False,36974,500,2923,https://twitter.com/Teslarati/status/1062255003052769281,None,,,,,,,[],,,, +6597,1062064062383550464,1062064062383550464,1542050779000.0,2018-11-12 19:26:19,+0000,,"Rest in peace, Stan Lee. The many worlds of imagination & delight you created for humanity will last forever.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1062064062383550464,[],[],0,,False,420650,1473,77704,,None,,,,,,,[],,,, +6598,1061882263481344000,1061872800397373440,1542007435000.0,2018-11-12 07:23:55,+0000,,@_sheateher @MalibuWine Is he ok?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1061882263481344000,[],[],0,,False,16658,316,440,,None,,,,,,,"[{'screen_name': '_sheateher', 'name': 'Monica • Stream Folklore & Evermore', 'id': '2793169195'}, {'screen_name': 'MalibuWine', 'name': 'Malibu Wines', 'id': '30302173'}]",,,, +6599,1061540644550664192,1061540644550664192,1541925986000.0,2018-11-11 08:46:26,+0000,,"It naturally follows that a hotter system will have more energetic events. For example, as a pot of water becomes colder, it becomes inert ice, but heating a pot of water turns it into a steam boiler.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1061540644550664192,[],[],0,,False,25278,648,2723,https://twitter.com/mayemusk/status/1061412788113825792,None,,,,,,,[],,,, +6600,1061536402221948928,1061508134148231168,1541924975000.0,2018-11-11 08:29:35,+0000,,@karaswisher Scary sign of times to come. It will get worse.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1061536402221948928,[],[],0,,False,27583,567,2404,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}]",,,, +6601,1061378160653086720,1061367825724522497,1541887247000.0,2018-11-10 22:00:47,+0000,,"@kenlacovara Agreed, technically, mined hydrocarbons come primarily from ancient, decayed marine organisms & partially from geological processes (CH4 particularly)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1061378160653086720,[],[],0,,False,1246,59,61,,None,,,,,,,"[{'screen_name': 'kenlacovara', 'name': 'Kenneth Lacovara', 'id': '47247580'}]",,,, +6602,1061372745890459648,1061367825724522497,1541885956000.0,2018-11-10 21:39:16,+0000,,"Makes me so mad when smart, ethical scientists I know are accused of publishing climate papers for “grant money”. They earn 🥜 vs their other opportunities, but give that up to help world. But their accusers make billions by slowing down clean energy. Which is more credible?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1061372745890459648,[],[],0,,False,85708,1404,14704,,None,,,,,,,[],,,, +6603,1061369641908531200,1061368760890806272,1541885216000.0,2018-11-10 21:26:56,+0000,,"@SeanGVarney That is true & should be applauded. Right move is for oil companies truly to think of themselves as energy companies, but move rapidly towards clean, sustainable energy. Means lower profits short-term, but will make them stronger long-term.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1061369641908531200,[],[],0,,False,6016,139,417,,None,,,,,,,[],,,, +6604,1061367825724522497,1061367825724522497,1541884783000.0,2018-11-10 21:19:43,+0000,,"We know we’ll run out of dead dinosaurs to mine for fuel & have to use sustainable energy eventually, so why not go renewable now & avoid increasing risk of climate catastrophe? Betting that science is wrong & oil companies are right is the dumbest experiment in history by far …",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1061367825724522497,[],[],0,,False,136642,2288,34394,https://twitter.com/NewsHour/status/1026599623396192256,None,,,,,,,[],,,, +6605,1061336388791140353,1061123924354875393,1541877288000.0,2018-11-10 19:14:48,+0000,,@zandywithaz Because people on the ground know more about what’s actually needed than politicians do,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1061336388791140353,[],[],0,,False,2411,83,154,,None,,,,,,,"[{'screen_name': 'zandywithaz', 'name': 'haunted dog', 'id': '564861472'}]",,,, +6606,1061125018543947776,1061123924354875393,1541826893000.0,2018-11-10 05:14:53,+0000,,"@JackCydia Good, but not hospital grade. S & X were designed to be proof against an actual bioweapon attack. Requires a giant filter with separate acid & alkaline gas neutralization layers. Not enough room in Model 3.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1061125018543947776,[],[],0,,False,6519,149,502,,None,,,,,,,[],,,, +6607,1061123924354875393,1061123924354875393,1541826632000.0,2018-11-10 05:10:32,+0000,,"If Tesla can help people in California wildfire, please let us know. Model S & X have hospital grade HEPA filters. Maybe helpful for transporting people.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1061123924354875393,[],[],0,,False,125576,2464,13879,,None,,,,,,,[],,,, +6608,1060950419621392384,1060950188288892930,1541785266000.0,2018-11-09 17:41:06,+0000,,"@tizmagik @TeslaSupport Fair point, will reenable",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1060950419621392384,[],[],0,,False,650,86,24,,None,,,,,,,"[{'screen_name': 'tizmagik', 'name': 'Jeremy Gayed 🤓', 'id': '15137955'}, {'screen_name': 'TeslaSupport', 'name': 'Tesla Support', 'id': '738434213800595457'}]",,,, +6609,1060760248275787776,1060759329039515648,1541739925000.0,2018-11-09 05:05:25,+0000,,"@mihk101 Agreed, top priority for Autopilot team. Being cautious for max safety.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1060760248275787776,[],[],0,,False,1002,56,31,,None,,,,,,,"[{'screen_name': 'mihk101', 'name': 'Mike Leonardi', 'id': '2938866733'}]",,,, +6610,1060759329039515648,1060759329039515648,1541739706000.0,2018-11-09 05:01:46,+0000,,Please lmk what you’d most like improved/fixed about your Tesla. Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1060759329039515648,[],[],0,,False,54573,21302,2008,,None,,,,,,,[],,,, +6611,1060749963733348352,1060647831298486272,1541737473000.0,2018-11-09 04:24:33,+0000,,@exzacklyright @MKBHD @austinnotduncan @Tesla Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1060749963733348352,[],[],0,,False,855,28,15,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'austinnotduncan', 'name': 'Austin Evans', 'id': '59023203'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6612,1060706332733403136,1060647831298486272,1541727071000.0,2018-11-09 01:31:11,+0000,,"@Tesla With similar track wheels/tires/brakes, Model S P100D is faster",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1060706332733403136,[],[],0,,False,8927,267,290,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6613,1060705593701199872,1060647831298486272,1541726895000.0,2018-11-09 01:28:15,+0000,,@Erdayastronaut @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1060705593701199872,[],[],0,,False,736,29,23,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6614,1060452014642016256,1060422884772868097,1541666437000.0,2018-11-08 08:40:37,+0000,,@Tesla Would like to thank Robyn for joining the team. Great respect. Very much look forward to working together.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1060452014642016256,[],[],0,,False,17717,360,536,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6615,1060282495541727234,1060253333116473344,1541626020000.0,2018-11-07 21:27:00,+0000,,"@Erdayastronaut @annerajb No, we’re building a BFR dev ship to do supersonic through landing tests in Boca Chica, Texas",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1060282495541727234,[],[],0,,False,1972,87,100,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +6616,1060265065276825601,1060253333116473344,1541621864000.0,2018-11-07 20:17:44,+0000,,@Erdayastronaut @annerajb Won’t land propulsively for those reasons. Ultra light heat shield & high Mach control surfaces are what we can’t test well without orbital entry. I think we have a handle on propulsive landings.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1060265065276825601,[],[],0,,False,2252,90,108,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +6617,1060253755315118080,1060253333116473344,1541619168000.0,2018-11-07 19:32:48,+0000,,@annerajb Aiming for orbital flight by June,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1060253755315118080,[],[],0,,False,3311,86,164,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +6618,1060253333116473344,1060253333116473344,1541619067000.0,2018-11-07 19:31:07,+0000,,Mod to SpaceX tech tree build: Falcon 9 second stage will be upgraded to be like a mini-BFR Ship,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1060253333116473344,[],[],0,,False,33930,1168,2201,,None,,,,,,,[],,,, +6619,1060210617968058368,1059968605616594944,1541608883000.0,2018-11-07 16:41:23,+0000,,But comments are 👌,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1060210617968058368,[],[],0,,False,26657,674,459,,None,,,,,,,[],,,, +6620,1059969811860647936,1059857532347281408,1541551471000.0,2018-11-07 00:44:31,+0000,,@Benioff @boringcompany LA/Hawthorne demonstration tunnel activates Dec 10. Runs parallel to 105 freeway from Crenshaw Blvd to 405.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1059969811860647936,[],[],0,,False,962,54,63,,None,,,,,,,"[{'screen_name': 'Benioff', 'name': 'Marc Benioff', 'id': '22330739'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +6621,1059968605616594944,1059968605616594944,1541551183000.0,2018-11-07 00:39:43,+0000,,"I think Twitter is deleting fake, scam or maybe even inactive accounts. My follower count decreased by ~20k over the past few days.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1059968605616594944,[],[],0,,False,113840,4429,4658,,None,,,,,,,[],,,, +6622,1059943113886593027,1059943113886593027,1541545105000.0,2018-11-06 22:58:25,+0000,, https://t.co/gt8PXloMZn,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1059943113886593027,[],['https://pbs.twimg.com/media/DrWso_7UUAEJZGe.jpg'],1,https://pbs.twimg.com/media/DrWso_7UUAEJZGe.jpg,False,251637,3559,21338,,None,,,,,,,[],,,, +6623,1059874398566440960,1059857532347281408,1541528722000.0,2018-11-06 18:25:22,+0000,,"@Benioff @boringcompany Sure, we can do it",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1059874398566440960,[],[],0,,False,12439,339,609,,None,,,,,,,"[{'screen_name': 'Benioff', 'name': 'Marc Benioff', 'id': '22330739'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +6624,1059863189007982592,1059852113319145472,1541526050000.0,2018-11-06 17:40:50,+0000,,Zeroth Law,cy,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1059863189007982592,[],[],0,,False,10449,441,359,,None,,,,,,,[],,,, +6625,1059860872661630976,1059852113319145472,1541525497000.0,2018-11-06 17:31:37,+0000,,Foundation of psychohistory,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1059860872661630976,[],[],0,,False,12034,309,478,,None,,,,,,,[],,,, +6626,1059859704526995457,1059852113319145472,1541525219000.0,2018-11-06 17:26:59,+0000,,@thescalex I am not,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1059859704526995457,[],[],0,,False,1577,38,35,,None,,,,,,,[],,,, +6627,1059858556948635648,1059852113319145472,1541524945000.0,2018-11-06 17:22:25,+0000,,@bri_the_cheesy True,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1059858556948635648,[],[],0,,False,734,34,15,,None,,,,,,,[],,,, +6628,1059857655911444480,1059852113319145472,1541524731000.0,2018-11-06 17:18:51,+0000,,2B or !2B,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1059857655911444480,[],[],0,,False,20340,893,2697,,None,,,,,,,[],,,, +6629,1059853585524043776,1059846564032593921,1541523760000.0,2018-11-06 17:02:40,+0000,,Love Oumuamua jokes,in,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1059853585524043776,[],[],0,,False,7489,350,282,,None,,,,,,,[],,,, +6630,1059852113319145472,1059852113319145472,1541523409000.0,2018-11-06 16:56:49,+0000,,Remember the future,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1059852113319145472,[],[],0,,False,99320,2843,14983,,None,,,,,,,[],,,, +6631,1059846564032593921,1059846564032593921,1541522086000.0,2018-11-06 16:34:46,+0000,,Oh hi guys … lol https://t.co/TX10I0Ecrn,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1059846564032593921,['https://www-m.cnn.com/2018/11/06/health/oumuamua-alien-probe-harvard-intl/index.html?r=https%3A%2F%2Fwww.google.com%2F'],[],0,,False,17953,1276,1709,,None,,,,,,,[],,,, +6632,1058862358494212096,1058405925181181952,1541287433000.0,2018-11-03 23:23:53,+0000,,"@martinengwicht @DatHandsomeJerk @vincent13031925 @Teslarati @panasonic Yes, Germany has outstanding engineering talent",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1058862358494212096,[],[],0,,False,990,122,61,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'DatHandsomeJerk', 'name': 'Master of Coin FXR', 'id': '2992545650'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +6633,1058772996112826369,1058622599188504576,1541266127000.0,2018-11-03 17:28:47,+0000,,"@samsheffer Just a few mins, which is mostly accelerating & decelerating",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1058772996112826369,[],[],0,,False,2094,116,53,,None,,,,,,,"[{'screen_name': 'samsheffer', 'name': 'Sam Sheffer', 'id': '25246881'}]",,,, +6634,1058767039102312448,1058622599188504576,1541264707000.0,2018-11-03 17:05:07,+0000,, https://t.co/xGJ4Bc6HpL,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1058767039102312448,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1058766998421655552/pu/img/OxomIQC0M-6Spd9O.jpg,False,98393,2519,14407,,None,,,,,,,[],,,, +6635,1058624233750749185,1058622599188504576,1541230660000.0,2018-11-03 07:37:40,+0000,,So underappreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1058624233750749185,[],[],0,,False,31317,1081,3029,,None,,,,,,,[],,,, +6636,1058623815922544641,1058622599188504576,1541230560000.0,2018-11-03 07:36:00,+0000,,@nichegamer @candiceruizy Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1058623815922544641,[],[],0,,False,1475,24,18,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'candiceruizy', 'name': 'Candice', 'id': '3310305236'}]",,,, +6637,1058622950025265152,1058622599188504576,1541230354000.0,2018-11-03 07:32:34,+0000,,@MacTechGenius Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1058622950025265152,[],[],0,,False,1190,30,29,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +6638,1058622599188504576,1058622599188504576,1541230270000.0,2018-11-03 07:31:10,+0000,,Walked full length of Boring Co tunnel under LA tonight. Disturbingly long. On track for opening party Dec 10. Will be very one-dimensional.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1058622599188504576,[],[],0,,False,69510,1501,4501,,None,,,,,,,[],,,, +6639,1058619991468068864,1058592122167652353,1541229648000.0,2018-11-03 07:20:48,+0000,,"@planet4589 Sounds like pure luxury! When I said ‘sponge’, I was actually speaking metaphorically. Truth is, I was just a simple nucleotide, drifting alone in small crevice with 3 trillion siblings.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1058619991468068864,[],[],0,,False,1640,60,88,,None,,,,,,,"[{'screen_name': 'planet4589', 'name': 'Jonathan McDowell', 'id': '19355829'}]",,,, +6640,1058617148904361984,1058592122167652353,1541228971000.0,2018-11-03 07:09:31,+0000,,@_DionnaLeo @CouRageJD What is love?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1058617148904361984,[],[],0,,False,1762,227,110,,None,,,,,,,"[{'screen_name': 'CouRageJD', 'name': 'Jack “CouRage” Dunlop', 'id': '246596682'}]",,,, +6641,1058612862271160320,1058592122167652353,1541227949000.0,2018-11-03 06:52:29,+0000,,@AndrewFazzolare @TylerGlaiel Bikini Bottom,in,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1058612862271160320,[],[],0,,False,1624,33,76,,None,,,,,,,"[{'screen_name': 'AndrewFazzolare', 'name': 'Andrew Fazz', 'id': '23229607'}, {'screen_name': 'TylerGlaiel', 'name': 'Tyler Glaiel', 'id': '38355920'}]",,,, +6642,1058612281473290240,1058592122167652353,1541227810000.0,2018-11-03 06:50:10,+0000,,@VampyBitme Fair,fr,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1058612281473290240,[],[],0,,False,3481,18,38,,None,,,,,,,"[{'screen_name': 'VampyBitme', 'name': '⚡️Mecha Maiden⚡️', 'id': '51162310'}]",,,, +6643,1058611894368358400,1058592122167652353,1541227718000.0,2018-11-03 06:48:38,+0000,,"@TylerGlaiel Yes, that is how",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1058611894368358400,[],[],0,,False,1247,20,25,,None,,,,,,,"[{'screen_name': 'TylerGlaiel', 'name': 'Tyler Glaiel', 'id': '38355920'}]",,,, +6644,1058611114735394818,1058592122167652353,1541227532000.0,2018-11-03 06:45:32,+0000,,We didn’t even have kids back then. Just little sponges.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1058611114735394818,[],[],0,,False,52653,724,3819,,None,,,,,,,[],,,, +6645,1058610390244806656,1058586959281451008,1541227359000.0,2018-11-03 06:42:39,+0000,,@nichegamer Sea sponge. Humans would later use our bodies to clean dishes. So humiliating.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1058610390244806656,[],[],0,,False,1252,32,59,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +6646,1058602692958859264,1058586959281451008,1541225524000.0,2018-11-03 06:12:04,+0000,,@bonnienorman Wow that’s cool!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1058602692958859264,[],[],0,,False,1224,13,30,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +6647,1058593484251136000,1058592122167652353,1541223329000.0,2018-11-03 05:35:29,+0000,,Kids these days have it easy,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1058593484251136000,[],[],0,,False,47856,634,3002,,None,,,,,,,[],,,, +6648,1058592122167652353,1058592122167652353,1541223004000.0,2018-11-03 05:30:04,+0000,,I remember when I was a sponge. Simpler times they were.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1058592122167652353,[],[],0,,False,118081,2134,16698,,None,,,,,,,[],,,, +6649,1058589489809973248,1058586959281451008,1541222376000.0,2018-11-03 05:19:36,+0000,,@trobbu @Tesla Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1058589489809973248,[],[],0,,False,698,18,17,,None,,,,,,,"[{'screen_name': 'trobbu', 'name': 'Trobbu | Thomas', 'id': '501077161'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6650,1058589091254562816,1058586959281451008,1541222281000.0,2018-11-03 05:18:01,+0000,,First movie I ever saw in theaters,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1058589091254562816,[],[],0,,False,16800,545,394,,None,,,,,,,[],,,, +6651,1058588152317657088,1058586959281451008,1541222057000.0,2018-11-03 05:14:17,+0000,,When the only existing life was a sponge,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1058588152317657088,[],[],0,,False,15641,296,623,,None,,,,,,,[],,,, +6652,1058588053151707137,1058586959281451008,1541222034000.0,2018-11-03 05:13:54,+0000,,Although it was in the precambrian era,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1058588053151707137,[],[],0,,False,11729,94,296,,None,,,,,,,[],,,, +6653,1058586959281451008,1058586959281451008,1541221773000.0,2018-11-03 05:09:33,+0000,,Star Wars only had an $11M budget. Must have been in the galaxy of ridiculously low budgets. https://t.co/GcRL2uN7J7,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1058586959281451008,[],['https://pbs.twimg.com/media/DrDbOd8UUAEWaAo.jpg'],1,https://pbs.twimg.com/media/DrDbOd8UUAEWaAo.jpg,False,37316,793,2079,,None,,,,,,,[],,,, +6654,1058543698340851712,1058527431684812800,1541211459000.0,2018-11-03 02:17:39,+0000,,@Scobleizer @Tesla They’re great! Honored to work with them.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1058543698340851712,[],[],0,,False,4620,63,123,,None,,,,,,,"[{'screen_name': 'Scobleizer', 'name': '\U0001f7e3Scoble', 'id': '13348'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6655,1058523152043585536,1058523050134593536,1541206560000.0,2018-11-03 00:56:00,+0000,,@KingCloudsShop Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1058523152043585536,[],[],0,,False,409,13,8,,None,,,,,,,[],,,, +6656,1058467599736926209,1058405925181181952,1541193315000.0,2018-11-02 21:15:15,+0000,,@annerajb @vincent13031925 @Teslarati @panasonic Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1058467599736926209,[],[],0,,False,465,22,13,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +6657,1058463270992928768,1058405925181181952,1541192283000.0,2018-11-02 20:58:03,+0000,,"@DatHandsomeJerk @vincent13031925 @Teslarati @panasonic Aspirationally, they will be made to the exact same specification, but we can vary cell quantity to account for empirical variation",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1058463270992928768,[],[],0,,False,600,21,28,,None,,,,,,,"[{'screen_name': 'DatHandsomeJerk', 'name': 'Master of Coin FXR', 'id': '2992545650'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +6658,1058462122219200512,1058405925181181952,1541192009000.0,2018-11-02 20:53:29,+0000,,"@annerajb @vincent13031925 @Teslarati @panasonic Hopefully, partial presence in India, Africa & South America end of next year, with broader expansion in 2020",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1058462122219200512,[],[],0,,False,1035,95,155,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +6659,1058461495531454464,1058405925181181952,1541191860000.0,2018-11-02 20:51:00,+0000,,"@annerajb @vincent13031925 @Teslarati @panasonic Recently asked service team to expand locations to all population regions (not just major metros) in North America, Eastern Europe, China & Japan by end of next year. We are completely missing vast geographic regions in some cases.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1058461495531454464,[],[],0,,False,758,37,49,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +6660,1058459966971949056,1058405925181181952,1541191496000.0,2018-11-02 20:44:56,+0000,,"@vincent13031925 @Teslarati @panasonic To clarify further, the long-term goal for Tesla mass market products is local production for local markets (at least at the continent level). This is critical to make pricing as affordable as possible.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1058459966971949056,[],[],0,,False,911,47,72,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +6661,1058459307912552448,1058405925181181952,1541191338000.0,2018-11-02 20:42:18,+0000,,"@vincent13031925 @Teslarati @panasonic Tesla will manufacture all battery modules & packs at China Giga, as we do today in California & Nevada. Cell production will be sourced locally, most likely from several companies (incl Pana), in order to meet demand in a timely manner.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1058459307912552448,[],[],0,,False,930,31,79,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'panasonic', 'name': 'Panasonic Corp.', 'id': '18974329'}]",,,, +6662,1058444531190747136,1058405925181181952,1541187815000.0,2018-11-02 19:43:35,+0000,,"@Teslarati Amazing results by @Panasonic at Tesla Gigafactory Nevada! Very much appreciate extreme hard work it took to achieve this result. Together with Pana Japan cell plants, Tesla/Pana partnership is producing ~60% of global EV battery output!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1058444531190747136,[],[],0,,False,7394,125,564,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +6663,1058398295427411968,1058295512397430784,1541176792000.0,2018-11-02 16:39:52,+0000,,@lsutgr @karaswisher @Recode @DMC_Ryan Prob 2 to 3 weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1058398295427411968,[],[],0,,False,847,54,38,,None,,,,,,,"[{'screen_name': 'lsutgr', 'name': 'lsutgr', 'id': '8681532'}, {'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}, {'screen_name': 'Recode', 'name': 'Recode', 'id': '2244340904'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +6664,1058243157106642944,1058174930913648640,1541139804000.0,2018-11-02 06:23:24,+0000,,@veldeth_ @AMAZlNGNATURE v true,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1058243157106642944,[],[],0,,False,815,22,16,,None,,,,,,,"[{'screen_name': 'veldeth_', 'name': 'velrex', 'id': '935803415229218816'}, {'screen_name': 'AMAZlNGNATURE', 'name': 'Nature is Amazing ☘️', 'id': '2828212668'}]",,,, +6665,1058239175940427776,1058174930913648640,1541138855000.0,2018-11-02 06:07:35,+0000,,@AMAZlNGNATURE cute,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1058239175940427776,[],[],0,,False,17321,193,750,,None,,,,,,,"[{'screen_name': 'AMAZlNGNATURE', 'name': 'Nature is Amazing ☘️', 'id': '2828212668'}]",,,, +6666,1058211611301699584,1058211451460960256,1541132283000.0,2018-11-02 04:18:03,+0000,,@ChipdTooth Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1058211611301699584,[],[],0,,False,460,24,13,,None,,,,,,,[],,,, +6667,1058210595793625088,1058210595793625088,1541132041000.0,2018-11-02 04:14:01,+0000,,Bring Me the Horizon https://t.co/sCQpEofnPg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1058210595793625088,[],['https://pbs.twimg.com/media/Dq-E656XgAM0W7S.jpg'],1,https://pbs.twimg.com/media/Dq-E656XgAM0W7S.jpg,False,66974,1352,8685,,None,,,,,,,[],,,, +6668,1058148150488195073,1057871356367269888,1541117153000.0,2018-11-02 00:05:53,+0000,,@MikeKasprzik Aiming for next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1058148150488195073,[],[],0,,False,615,31,26,,None,,,,,,,"[{'screen_name': 'MikeKasprzik', 'name': 'Mike Kasprzik', 'id': '2396923568'}]",,,, +6669,1058106338142613506,1058105825137352705,1541107184000.0,2018-11-01 21:19:44,+0000,,@TeslaMotorsClub ♥️ Norway 🇳🇴,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1058106338142613506,[],[],0,,False,12836,229,507,,None,,,,,,,"[{'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}]",,,, +6670,1058080219041456128,1058074444512534528,1541100957000.0,2018-11-01 19:35:57,+0000,,"@InsideEVs @Tesla #’s r wrong, but 🐻 in 🧠 Tesla makes 🚘s 4 overseas & East Coast in 1st half of quarter",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1058080219041456128,[],[],0,,False,5945,199,265,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6671,1057949223445020672,1057719290856538112,1541069725000.0,2018-11-01 10:55:25,+0000,,"@vaipier Long-term, the car will work purely on vision, with radar just a plus, but maybe worth adding a radar heater anyway",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1057949223445020672,[],[],0,,False,851,52,42,,None,,,,,,,"[{'screen_name': 'vaipier', 'name': 'Pier Carlo Cadoppi', 'id': '444876592'}]",,,, +6672,1057947461652606976,1057719290856538112,1541069305000.0,2018-11-01 10:48:25,+0000,,@GlamandGore https://t.co/l8kmDOLJkZ,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1057947461652606976,[],['https://pbs.twimg.com/media/Dq6Vm2xVAAEfjrj.jpg'],1,https://pbs.twimg.com/media/Dq6Vm2xVAAEfjrj.jpg,False,3167,83,218,,None,,,,,,,[],,,, +6673,1057893769486290944,1057871356367269888,1541056504000.0,2018-11-01 07:15:04,+0000,,@raxetul We can make it work from very far away. LoS is just for safety.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1057893769486290944,[],[],0,,False,1047,31,30,,None,,,,,,,"[{'screen_name': 'raxetul', 'name': 'Emrah Urhan', 'id': '110233381'}]",,,, +6674,1057889931735912448,1057889720217198592,1541055589000.0,2018-11-01 06:59:49,+0000,,@sheslulu Hahaha <ahem>,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1057889931735912448,[],[],0,,False,1086,13,42,,None,,,,,,,"[{'screen_name': 'sheslulu', 'name': ""I ain't shit 🦂"", 'id': '46991838'}]",,,, +6675,1057888146992488450,1057871356367269888,1541055163000.0,2018-11-01 06:52:43,+0000,,@rivatez Um yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1057888146992488450,[],[],0,,False,1142,12,16,,None,,,,,,,"[{'screen_name': 'rivatez', 'name': 'Riva', 'id': '586559221'}]",,,, +6676,1057885912858681344,1057871356367269888,1541054630000.0,2018-11-01 06:43:50,+0000,,"@wordcipher Maybe AI will make me follow it, laugh like a demon & say who’s the pet now …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1057885912858681344,[],[],0,,False,918,47,69,,None,,,,,,,"[{'screen_name': 'wordcipher', 'name': '🇺🇸Michael Ranger🇲🇽🧢', 'id': '949737575220051968'}]",,,, +6677,1057884071005569024,1057871356367269888,1541054191000.0,2018-11-01 06:36:31,+0000,,"Also, you’ll be able to drive it from your phone remotely like a big RC car if in line of sight",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1057884071005569024,[],[],0,,False,35398,1171,2983,,None,,,,,,,[],,,, +6678,1057881371174035456,1057871356367269888,1541053548000.0,2018-11-01 06:25:48,+0000,,Car will drive to your phone location & follow you like a pet if you hold down summon button on Tesla app,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1057881371174035456,[],[],0,,False,38321,814,4400,,None,,,,,,,[],,,, +6679,1057871356367269888,1057871356367269888,1541051160000.0,2018-11-01 05:46:00,+0000,,"Tesla advanced Summon ready in ~6 weeks! Just an over-the-air software upgrade, so will work on all cars made in past 2 years (Autopilot hardware V2+).",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1057871356367269888,[],[],0,,False,40043,849,3358,,None,,,,,,,[],,,, +6680,1057719290856538112,1057719290856538112,1541014905000.0,2018-10-31 19:41:45,+0000,,Scientists uncover Sneaky move by GM,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1057719290856538112,[],[],0,,False,15783,575,1606,https://twitter.com/InsideEVs/status/1057718047102918656,None,,,,,,,[],,,, +6681,1057690425710891009,1057670995400646657,1541008023000.0,2018-10-31 17:47:03,+0000,,"@rarelyserious @Tesla For those unfamiliar, this uses Tesla Autopark/Summon. Slightly smarter version hopefully ready soon. By next year, a Tesla should be able to drive around a parking lot, find an empty spot, read signs to confirm it’s valid & park.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1057690425710891009,[],[],0,,False,29855,559,3210,,None,,,,,,,"[{'screen_name': 'rarelyserious', 'name': 'D Shawn Kennedy 🛂', 'id': '89226907'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6682,1057688156315693057,1057670995400646657,1541007482000.0,2018-10-31 17:38:02,+0000,,@rarelyserious @Tesla Cool haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1057688156315693057,[],[],0,,False,36355,143,1311,,None,,,,,,,"[{'screen_name': 'rarelyserious', 'name': 'D Shawn Kennedy 🛂', 'id': '89226907'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6683,1057030946594029569,1057010155332628481,1540850791000.0,2018-10-29 22:06:31,+0000,,"Legally required officers of a corporation are president, treasurer & secretary. Guess I have to keep 1st one or it will confuse the authorities.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1057030946594029569,[],[],0,,False,32086,1002,1082,,None,,,,,,,[],,,, +6684,1057025309688520704,1057010155332628481,1540849447000.0,2018-10-29 21:44:07,+0000,,"@FredericLambert Good point, might put that one back",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1057025309688520704,[],[],0,,False,2286,117,38,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6685,1057010155332628481,1057010155332628481,1540845833000.0,2018-10-29 20:43:53,+0000,,Deleted my Tesla titles last week to see what would happen. I’m now the Nothing of Tesla. Seems fine so far.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1057010155332628481,[],[],0,,False,120837,3475,8373,,None,,,,,,,[],,,, +6686,1056031369480962048,1055984917627265025,1540612473000.0,2018-10-27 03:54:33,+0000,,@SnazzyQ @FredericLambert Signing off Twitter for a few days ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056031369480962048,[],[],0,,False,2317,378,88,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6687,1056030239610925056,1055984917627265025,1540612203000.0,2018-10-27 03:50:03,+0000,,"@SnazzyQ @FredericLambert Don’t worry, we’ll make it right",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056030239610925056,[],[],0,,False,1380,77,32,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6688,1056028956124561408,1055891642585112576,1540611897000.0,2018-10-27 03:44:57,+0000,,@CGasparino @Tesla The FOIA on this will be solid gold. Can’t wait.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056028956124561408,[],[],0,,False,1037,50,41,,None,,,,,,,"[{'screen_name': 'CGasparino', 'name': 'Charles Gasparino', 'id': '68739089'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6689,1056027905807941632,1056027618296836098,1540611647000.0,2018-10-27 03:40:47,+0000,,@Model3Owners Not going up. We will just offer those who ordered bought 3P either $5k back or free lifetime Supercharging.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056027905807941632,[],[],0,,False,3743,210,161,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +6690,1056026765502513152,1055984917627265025,1540611375000.0,2018-10-27 03:36:15,+0000,,"@Lindowitz @FredericLambert It’s a reasonable criticism. We wanted to make the awesome version of Model 3 Performance more affordable, but it was arguably too much too soon. Taking corrective action …",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056026765502513152,[],[],0,,False,1200,71,37,,None,,,,,,,"[{'screen_name': 'Lindowitz', 'name': 'CRL', 'id': '22543223'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6691,1056025766599651328,1055891642585112576,1540611137000.0,2018-10-27 03:32:17,+0000,,"@CGasparino @Tesla Exactly, this is total bs. What part of “production hell” sounds like a sure thing!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056025766599651328,[],[],0,,False,4544,146,188,,None,,,,,,,"[{'screen_name': 'CGasparino', 'name': 'Charles Gasparino', 'id': '68739089'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6692,1056025320397037570,1055988960458141697,1540611031000.0,2018-10-27 03:30:31,+0000,,@sk2sno @rtk86 @sheldonth @FactsDataTruth @Tesla We will enable track mode for all performance cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056025320397037570,[],[],0,,False,848,44,36,,None,,,,,,,"[{'screen_name': 'rtk86', 'name': 'RK', 'id': '289674448'}, {'screen_name': 'sheldonth', 'name': 'Stan Weinstein', 'id': '20161389'}, {'screen_name': 'FactsDataTruth', 'name': 'FOLLOW-THE-$$$', 'id': '4847480200'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6693,1056025032617426945,1055984917627265025,1540610962000.0,2018-10-27 03:29:22,+0000,,"@FredericLambert It was underpriced. Anyway, if you want $5k refund & free Supercharging turned off, we will do that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056025032617426945,[],[],0,,False,1208,88,39,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6694,1056024539832844288,1055988960458141697,1540610844000.0,2018-10-27 03:27:24,+0000,,"@rtk86 @sheldonth @FactsDataTruth @Tesla Ok, we will turn off lifetime free Supercharging and give you $5k refund",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056024539832844288,[],[],0,,False,763,39,21,,None,,,,,,,"[{'screen_name': 'rtk86', 'name': 'RK', 'id': '289674448'}, {'screen_name': 'sheldonth', 'name': 'Stan Weinstein', 'id': '20161389'}, {'screen_name': 'FactsDataTruth', 'name': 'FOLLOW-THE-$$$', 'id': '4847480200'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6695,1056024270076239873,1055984917627265025,1540610780000.0,2018-10-27 03:26:20,+0000,,"@ctgm @FredericLambert Yeah, or free lifetime Supercharging, whichever you prefer",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056024270076239873,[],[],0,,False,570,12,16,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6696,1056023407907659783,1055984917627265025,1540610575000.0,2018-10-27 03:22:55,+0000,,@FredericLambert Didn’t you get free Supercharging for life? Current buyers don’t get that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056023407907659783,[],[],0,,False,1327,71,38,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6697,1056017653758738432,1055990004738977793,1540609203000.0,2018-10-27 03:00:03,+0000,,@annerajb @FredericLambert @pjj_knowles @yames51 @DigitalDunzey Exactly. That’s Monday.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1056017653758738432,[],[],0,,False,811,42,26,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'yames51', 'name': 'notarobot', 'id': '804865217503100936'}, {'screen_name': 'DigitalDunzey', 'name': '឵឵឵', 'id': '761695313157500929'}]",,,, +6698,1056014996860166145,1056014391265628160,1540608569000.0,2018-10-27 02:49:29,+0000,,"@officialjaden Yes. Will require tapping indicator to confirm at first. When safety looks good after 10M miles of driving or so, there will be an option to turn off confirm.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1056014996860166145,[],[],0,,False,8877,95,364,,None,,,,,,,[],,,, +6699,1056012930423160832,1055990004738977793,1540608077000.0,2018-10-27 02:41:17,+0000,,"@pjj_knowles @yames51 @DigitalDunzey No, but I will",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1056012930423160832,[],[],0,,False,1087,21,33,,None,,,,,,,"[{'screen_name': 'yames51', 'name': 'notarobot', 'id': '804865217503100936'}, {'screen_name': 'DigitalDunzey', 'name': '឵឵឵', 'id': '761695313157500929'}]",,,, +6700,1056012650918727681,1056012539321032704,1540608010000.0,2018-10-27 02:40:10,+0000,,@mangeHDbackup Isn’t it obvious?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1056012650918727681,[],[],0,,False,527,23,15,,None,,,,,,,"[{'screen_name': 'mangeHDbackup', 'name': 'mangeHD', 'id': '4112981193'}]",,,, +6701,1056012218897059841,1055990004738977793,1540607907000.0,2018-10-27 02:38:27,+0000,,@yames51 @DigitalDunzey Worth it,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1056012218897059841,[],[],0,,False,2906,82,221,,None,,,,,,,"[{'screen_name': 'yames51', 'name': 'notarobot', 'id': '804865217503100936'}, {'screen_name': 'DigitalDunzey', 'name': '឵឵឵', 'id': '761695313157500929'}]",,,, +6702,1056012001606914048,1055292175347441664,1540607855000.0,2018-10-27 02:37:35,+0000,,@vincent13031925 @cleantechnica @CNBC @businessinsider @business @WSJ @Teslarati @InsideEVs True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1056012001606914048,[],[],0,,False,1313,37,40,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +6703,1056001102385049601,1056001102385049601,1540605257000.0,2018-10-27 01:54:17,+0000,,Tesla Autopilot Drive on Navigation going to wide release in North America tonight,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1056001102385049601,[],[],0,,False,47349,1505,3465,,None,,,,,,,[],,,, +6704,1056000474560659456,1055988960458141697,1540605107000.0,2018-10-27 01:51:47,+0000,,"@sheldonth @FactsDataTruth @Tesla Not exactly. We just bundled the upgrade package into Performance. No problem if you want to return the car, but I think lifetime free Supercharging is a good deal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1056000474560659456,[],[],0,,False,642,50,26,,None,,,,,,,"[{'screen_name': 'sheldonth', 'name': 'Stan Weinstein', 'id': '20161389'}, {'screen_name': 'FactsDataTruth', 'name': 'FOLLOW-THE-$$$', 'id': '4847480200'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6705,1055999636236685312,1055990004738977793,1540604907000.0,2018-10-27 01:48:27,+0000,,@fb1975 @DigitalDunzey Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1055999636236685312,[],[],0,,False,804,20,19,,None,,,,,,,"[{'screen_name': 'fb1975', 'name': 'Fernando Bermúdez', 'id': '60685003'}, {'screen_name': 'DigitalDunzey', 'name': '឵឵឵', 'id': '761695313157500929'}]",,,, +6706,1055999003299471360,1055990004738977793,1540604756000.0,2018-10-27 01:45:56,+0000,,"@DigitalDunzey On Insta, 10% of followers like even lame posts. On Twitter, good posts get 1%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1055999003299471360,[],[],0,,False,2095,75,78,,None,,,,,,,"[{'screen_name': 'DigitalDunzey', 'name': '឵឵឵', 'id': '761695313157500929'}]",,,, +6707,1055996774572154880,1055990004738977793,1540604225000.0,2018-10-27 01:37:05,+0000,,@_Akhaten @nichegamer @raissabontempo @SomeGrayAreas @reddit @Twitter Lacks scale,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1055996774572154880,[],[],0,,False,457,21,7,,None,,,,,,,"[{'screen_name': '_Akhaten', 'name': 'Akhaten', 'id': '446661986'}, {'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'raissabontempo', 'name': 'Raíssa Bontempo', 'id': '28591983'}, {'screen_name': 'SomeGrayAreas', 'name': 'Travis Gray', 'id': '2595554449'}, {'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}, {'screen_name': 'Twitter', 'name': 'Twitter', 'id': '783214'}]",,,, +6708,1055996020474036224,1055990004738977793,1540604045000.0,2018-10-27 01:34:05,+0000,,"@nichegamer @raissabontempo @SomeGrayAreas @reddit @Twitter Reddit is massive, but def has gems",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1055996020474036224,[],[],0,,False,1720,46,29,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}, {'screen_name': 'raissabontempo', 'name': 'Raíssa Bontempo', 'id': '28591983'}, {'screen_name': 'SomeGrayAreas', 'name': 'Travis Gray', 'id': '2595554449'}, {'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}, {'screen_name': 'Twitter', 'name': 'Twitter', 'id': '783214'}]",,,, +6709,1055993647995412481,1055990004738977793,1540603479000.0,2018-10-27 01:24:39,+0000,,"@SomeGrayAreas @reddit @Twitter Reddit’s twitter account is lame, because it’s not real Reddit",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1055993647995412481,[],[],0,,False,2554,41,53,,None,,,,,,,"[{'screen_name': 'SomeGrayAreas', 'name': 'Travis Gray', 'id': '2595554449'}, {'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}, {'screen_name': 'Twitter', 'name': 'Twitter', 'id': '783214'}]",,,, +6710,1055991876879233024,1055990004738977793,1540603057000.0,2018-10-27 01:17:37,+0000,,@Mcgillligan Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1055991876879233024,[],[],0,,False,1802,39,30,,None,,,,,,,"[{'screen_name': 'Mcgillligan', 'name': 'Logan / Gilli 🐉', 'id': '84401700'}]",,,, +6711,1055991558174953472,1055988960458141697,1540602981000.0,2018-10-27 01:16:21,+0000,,@FactsDataTruth @Tesla You’re right. Earlier Model 3 Performance buyers got free lifetime Supercharging. Will add that to anyone who bought recently.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1055991558174953472,[],[],0,,False,663,49,31,,None,,,,,,,"[{'screen_name': 'FactsDataTruth', 'name': 'FOLLOW-THE-$$$', 'id': '4847480200'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6712,1055990004738977793,1055990004738977793,1540602611000.0,2018-10-27 01:10:11,+0000,,"On Twitter, likes are rare & criticism is brutal. So hardcore. It’s great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1055990004738977793,[],[],0,,False,150979,3037,13440,,None,,,,,,,[],,,, +6713,1055958732599783425,1055958732599783425,1540595155000.0,2018-10-26 23:05:55,+0000,,Glad you’re ok @tylerthecreator https://t.co/ie4yBMw0tW,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1055958732599783425,['https://www.reddit.com/r/teslamotors/comments/9rkrzg/tyler_the_creator_survives_car_crash_after/?st=JNQMEMQA&sh=1a3407e2'],[],0,,False,50625,388,5757,,None,,,,,,,[],,,, +6714,1055942429013041153,1054381014103904256,1540591268000.0,2018-10-26 22:01:08,+0000,,"@PopularEthics @Tesla S is better, but rear seat folds down in Model 3, so bikes can fit in trunk",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1055942429013041153,[],[],0,,False,617,26,17,,None,,,,,,,"[{'screen_name': 'PopularEthics', 'name': 'Brendan Simons', 'id': '265744938'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6715,1055909450987450368,1055882134387335168,1540583405000.0,2018-10-26 19:50:05,+0000,,@scr00chy @mcjamez @Tesla Hey that’s my Halloween costume!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1055909450987450368,[],[],0,,False,1389,39,58,,None,,,,,,,"[{'screen_name': 'scr00chy', 'name': 'ElonX.net', 'id': '14573260'}, {'screen_name': 'mcjamez', 'name': 'Jim McPherson', 'id': '23389610'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6716,1055899741551095808,1055890095017000960,1540581090000.0,2018-10-26 19:11:30,+0000,,@bosterogriego @Tesla @mayemusk @WSJ Good question,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1055899741551095808,[],[],0,,False,4292,147,216,,None,,,,,,,"[{'screen_name': 'bosterogriego', 'name': 'Peter Gianulis', 'id': '361045772'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +6717,1055882299756109824,1055882134387335168,1540576932000.0,2018-10-26 18:02:12,+0000,,"@mcjamez @Tesla Clearly, you’re not reading my twitter",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1055882299756109824,[],[],0,,False,2321,68,140,,None,,,,,,,"[{'screen_name': 'mcjamez', 'name': 'Jim McPherson', 'id': '23389610'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6718,1055882032679542784,1055517521082609664,1540576868000.0,2018-10-26 18:01:08,+0000,,@Eifiea @ianelantzy @SEC_Enforcement I wish,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1055882032679542784,[],[],0,,False,878,14,26,,None,,,,,,,"[{'screen_name': 'Eifiea', 'name': 'Toki', 'id': '4836717351'}, {'screen_name': 'ianelantzy', 'name': 'Ian Lantzy', 'id': '257726051'}, {'screen_name': 'SEC_Enforcement', 'name': 'SEC Enforcement', 'id': '299661515'}]",,,, +6719,1055874116803158016,1055873570235019264,1540574981000.0,2018-10-26 17:29:41,+0000,,@rstefani11 @Tesla Taking action. Tesla body shops now operating in California aiming for same day body repair in most cases.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1055874116803158016,[],[],0,,False,6497,108,153,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6720,1055864213585809408,1055633894739857414,1540572620000.0,2018-10-26 16:50:20,+0000,,@Zorbrix @JamesLandino Yes Zorbix,nl,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1055864213585809408,[],[],0,,False,2301,33,40,,None,,,,,,,"[{'screen_name': 'Zorbrix', 'name': 'Zorbrix', 'id': '2670092449'}, {'screen_name': 'JamesLandino', 'name': 'James Landino', 'id': '1292056170'}]",,,, +6721,1055862869760237569,1055517521082609664,1540572299000.0,2018-10-26 16:44:59,+0000,,"@ianelantzy @SEC_Enforcement Sir, I would never …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1055862869760237569,[],[],0,,False,1331,53,55,,None,,,,,,,"[{'screen_name': 'ianelantzy', 'name': 'Ian Lantzy', 'id': '257726051'}, {'screen_name': 'SEC_Enforcement', 'name': 'SEC Enforcement', 'id': '299661515'}]",,,, +6722,1055690934384381953,1055517521082609664,1540531307000.0,2018-10-26 05:21:47,+0000,,"@CateLuvsLondon Yes, I am a little girl. Ok, not that little. Or a girl.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1055690934384381953,[],[],0,,False,2440,129,261,,None,,,,,,,"[{'screen_name': 'CateLuvsLondon', 'name': 'Catherine Griffiths', 'id': '827689915'}]",,,, +6723,1055689809367199744,1028121465785405441,1540531038000.0,2018-10-26 05:17:18,+0000,,Making progress …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1055689809367199744,[],[],0,,False,31584,763,1405,,None,,,,,,,[],,,, +6724,1055689369535692801,1055517521082609664,1540530934000.0,2018-10-26 05:15:34,+0000,,I said dankest not darkest omg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1055689369535692801,[],[],0,,False,123360,3195,10830,,None,,,,,,,[],,,, +6725,1055653541317042177,1055633894739857414,1540522392000.0,2018-10-26 02:53:12,+0000,,@JamesLandino im actually cat girl here’s selfie rn https://t.co/2h4WeuwepE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1055653541317042177,[],['https://pbs.twimg.com/media/DqZvTKCUUAEKNMA.jpg'],1,https://pbs.twimg.com/media/DqZvTKCUUAEKNMA.jpg,False,67519,2492,20631,,None,,,,,,,"[{'screen_name': 'JamesLandino', 'name': 'James Landino', 'id': '1292056170'}]",,,, +6726,1055651447428116480,1055633894739857414,1540521892000.0,2018-10-26 02:44:52,+0000,,@JamesLandino It’s pretty hot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1055651447428116480,[],[],0,,False,10534,138,725,,None,,,,,,,"[{'screen_name': 'JamesLandino', 'name': 'James Landino', 'id': '1292056170'}]",,,, +6727,1055631532444934144,1055612158216552449,1540517144000.0,2018-10-26 01:25:44,+0000,,"Deep down, I think Frost secretly preferred the latter",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1055631532444934144,[],[],0,,False,14376,503,344,,None,,,,,,,[],,,, +6728,1055612813635280896,1055612703073583104,1540512681000.0,2018-10-26 00:11:21,+0000,,@ElDuderinoGG Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1055612813635280896,[],[],0,,False,1276,38,72,,None,,,,,,,"[{'screen_name': 'ElDuderinoGG', 'name': 'El Duderino', 'id': '1592502890'}]",,,, +6729,1055612158216552449,1055612158216552449,1540512525000.0,2018-10-26 00:08:45,+0000,,Fire and Ice https://t.co/ulgSZ1wlPl,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1055612158216552449,[],['https://pbs.twimg.com/media/DqZJqNJXgAAc0cp.jpg'],1,https://pbs.twimg.com/media/DqZJqNJXgAAc0cp.jpg,False,32364,1446,3528,,None,,,,,,,[],,,, +6730,1055607883595886592,1055600140730347520,1540511506000.0,2018-10-25 23:51:46,+0000,,"Flies like an arrow, but fruit flies like a banana",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1055607883595886592,[],[],0,,False,47664,1217,4306,,None,,,,,,,[],,,, +6731,1055606159715971072,1055605620362174465,1540511095000.0,2018-10-25 23:44:55,+0000,,@NewYorker Love the Concorde,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1055606159715971072,[],[],0,,False,4358,280,143,,None,,,,,,,"[{'screen_name': 'NewYorker', 'name': 'The New Yorker', 'id': '14677919'}]",,,, +6732,1055604614265860101,1055603392209412096,1540510726000.0,2018-10-25 23:38:46,+0000,,@SwiftOnSecurity Bound to happen,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1055604614265860101,[],[],0,,False,2319,42,96,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +6733,1055601434337497088,1055600140730347520,1540509968000.0,2018-10-25 23:26:08,+0000,,@Gounther_ Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1055601434337497088,[],[],0,,False,1361,34,38,,None,,,,,,,[],,,, +6734,1055600140730347520,1055600140730347520,1540509660000.0,2018-10-25 23:21:00,+0000,,Time,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1055600140730347520,[],[],0,,False,56072,4068,5732,,None,,,,,,,[],,,, +6735,1055592321654243328,1055362206798307328,1540507796000.0,2018-10-25 22:49:56,+0000,,@Model3Owners Love Tesla supporters so much!!♥️♥️♥️♥️♥️♥️♥️♥️ ♥️ ♥️♥️♥️ ♥️ ♥️♥️ ♥️ ♥️ ♥️ ♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1055592321654243328,[],[],0,,False,18590,498,912,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +6736,1055589758536081408,1055517521082609664,1540507185000.0,2018-10-25 22:39:45,+0000,,@pewdiepie Midnight,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1055589758536081408,[],[],0,,False,36262,456,2142,,None,,,,,,,"[{'screen_name': 'pewdiepie', 'name': 'pewdiepie', 'id': '1203880363'}]",,,, +6737,1055585815718322178,1055517521082609664,1540506244000.0,2018-10-25 22:24:04,+0000,,My twitter feed rn https://t.co/48Ay7CxR56,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1055585815718322178,[],['https://pbs.twimg.com/tweet_video_thumb/DqYxrx3X4AIxYBY.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/DqYxrx3X4AIxYBY.jpg,False,76197,1008,6153,,None,,,,,,,[],,,, +6738,1055570196222509056,1055517521082609664,1540502520000.0,2018-10-25 21:22:00,+0000,,@EndyO_ Then the hell with science!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1055570196222509056,[],[],0,,False,1791,50,86,,None,,,,,,,"[{'screen_name': 'EndyO_', 'name': 'Andy Dwyer', 'id': '612637827'}]",,,, +6739,1055568956625285120,1055517521082609664,1540502225000.0,2018-10-25 21:17:05,+0000,,Not moths tho,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1055568956625285120,[],[],0,,False,99885,2220,7666,,None,,,,,,,[],,,, +6740,1055517521082609664,1055517521082609664,1540489962000.0,2018-10-25 17:52:42,+0000,,Send me ur dankest memes!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1055517521082609664,[],[],0,,False,300587,44187,59346,,None,,,,,,,[],,,, +6741,1055516972866166784,1055515363335561216,1540489831000.0,2018-10-25 17:50:31,+0000,,🐻 in 🧠,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1055516972866166784,[],[],0,,False,17223,319,771,,None,,,,,,,[],,,, +6742,1055515363335561216,1055515363335561216,1540489447000.0,2018-10-25 17:44:07,+0000,,Fresh puro from my meme dealer https://t.co/EdU5uJVVne,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1055515363335561216,[],['https://pbs.twimg.com/media/DqXxn98XgAEYSvO.jpg'],1,https://pbs.twimg.com/media/DqXxn98XgAEYSvO.jpg,False,92595,1216,14072,,None,,,,,,,[],,,, +6743,1055501230875668480,1055497095757660160,1540486078000.0,2018-10-25 16:47:58,+0000,,@pmcollins @cleantechnica Exactly. There are many states where we are not allowed to sell cars at all or are severely restricted to literally one store.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1055501230875668480,[],[],0,,False,1381,63,74,,None,,,,,,,"[{'screen_name': 'pmcollins', 'name': 'pablo', 'id': '16227197'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +6744,1055500063785463808,1055497095757660160,1540485800000.0,2018-10-25 16:43:20,+0000,,"@cleantechnica Model 3 was top-selling car in US by revenue despite no advertising, no paid endorsements & no discounts. Competitors spent billions on marketing. Model 3 was product alone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/1055500063785463808,[],[],0,,False,19881,421,2338,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +6745,1055362206798307328,1055362206798307328,1540452932000.0,2018-10-25 07:35:32,+0000,,Massive thanks to Tesla owners & supporters. We wouldn’t be here without you.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1055362206798307328,[],[],0,,False,83551,2006,3588,,None,,,,,,,[],,,, +6746,1055350291992731648,1053060766771761152,1540450091000.0,2018-10-25 06:48:11,+0000,,@mikearildbrown @MartyHungerford Same,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1055350291992731648,[],[],0,,False,716,65,22,,None,,,,,,,"[{'screen_name': 'mikearildbrown', 'name': 'Mike Brown', 'id': '15629171'}, {'screen_name': 'MartyHungerford', 'name': 'Martin Hungerford', 'id': '398665160'}]",,,, +6747,1055350177941225473,1055349794221117440,1540450064000.0,2018-10-25 06:47:44,+0000,,@KevinJawbreaker 2025,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1055350177941225473,[],[],0,,False,7213,114,325,,None,,,,,,,[],,,, +6748,1055349794221117440,1055349794221117440,1540449973000.0,2018-10-25 06:46:13,+0000,,How’d they know!? https://t.co/AZh4EOrgmc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1055349794221117440,[],['https://pbs.twimg.com/media/DqVbCruUwAASq4s.jpg'],1,https://pbs.twimg.com/media/DqVbCruUwAASq4s.jpg,False,345987,2904,73333,,None,,,,,,,[],,,, +6749,1055326060957429760,1053060766771761152,1540444314000.0,2018-10-25 05:11:54,+0000,,@MartyHungerford Around mid 2019,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1055326060957429760,[],[],0,,False,807,46,37,,None,,,,,,,"[{'screen_name': 'MartyHungerford', 'name': 'Martin Hungerford', 'id': '398665160'}]",,,, +6750,1054822628077096960,1054812318096216064,1540324286000.0,2018-10-23 19:51:26,+0000,,"@houmanhemmati @FredericLambert There have been hundreds of improvements to fit & finish over the years, but no major step change in this regard. Seats, especially, are dramatically better now than in the past.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1054822628077096960,[],[],0,,False,1626,103,56,,None,,,,,,,"[{'screen_name': 'houmanhemmati', 'name': 'Houman Hemmati', 'id': '230307512'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6751,1054821665782214656,1054812318096216064,1540324057000.0,2018-10-23 19:47:37,+0000,,@FredericLambert Only thing almost anyone would notice is the nose,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1054821665782214656,[],[],0,,False,1451,60,36,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6752,1054814318762459136,1054812318096216064,1540322305000.0,2018-10-23 19:18:25,+0000,,@FredericLambert Just did that to correct the front design esthetic of Model S. The nose of an electric car shouldn’t look like a radiator grill opening.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1054814318762459136,[],[],0,,False,2891,115,99,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6753,1054812318096216064,1054812318096216064,1540321828000.0,2018-10-23 19:10:28,+0000,,"Get this question a lot, so need to clarify that there’s no such thing as a Tesla “refresh”. Other car companies do this every ~3 years, but Tesla constantly upgrades vehicle hardware every week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1054812318096216064,[],[],0,,False,50704,1106,2937,,None,,,,,,,[],,,, +6754,1054801685791436800,1054801685791436800,1540319293000.0,2018-10-23 18:28:13,+0000,,"To simplify production, many Tesla Model S & X interior configs, will no longer be available after Nov 1. Order now to be sure of the one you want.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1054801685791436800,[],[],0,,False,18126,734,986,,None,,,,,,,[],,,, +6755,1054683528661622785,1054666489276428288,1540291122000.0,2018-10-23 10:38:42,+0000,,"@cleantechnica Model 3 body design could def be less complex, but, yes, most of weight difference is due to higher safety vs other cars",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1054683528661622785,[],[],0,,False,6237,156,246,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +6756,1054611698626158593,1054501056229588992,1540273997000.0,2018-10-23 05:53:17,+0000,,@vicentes Working on it,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1054611698626158593,[],[],0,,False,747,44,18,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +6757,1054602802880626689,1054601360530784258,1540271876000.0,2018-10-23 05:17:56,+0000,,@jeanrodriguez3 That is correct,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1054602802880626689,[],[],0,,False,14687,89,477,,None,,,,,,,"[{'screen_name': 'jeanrodriguez3', 'name': 'The Senate', 'id': '282282795'}]",,,, +6758,1054601360530784258,1054601360530784258,1540271532000.0,2018-10-23 05:12:12,+0000,,Twitter thought I got hacked & locked my account haha,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1054601360530784258,[],[],0,,False,196885,2881,16485,,None,,,,,,,[],,,, +6759,1054520588734058496,1054501056229588992,1540252275000.0,2018-10-22 23:51:15,+0000,,@vicentes @Grimezsz Wanna buy some Bitcoin? 😉😉 https://t.co/9ZbBJ5fuVq,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1054520588734058496,[],['https://pbs.twimg.com/media/DqJo4XUU8AAVUcl.jpg'],1,https://pbs.twimg.com/media/DqJo4XUU8AAVUcl.jpg,False,23751,1063,7379,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +6760,1054510095491428352,1054501056229588992,1540249773000.0,2018-10-22 23:09:33,+0000,,And I own a chibi Wolverine,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1054510095491428352,[],[],0,,False,97836,1139,9060,,None,,,,,,,[],,,, +6761,1054509050350555136,1054501056229588992,1540249524000.0,2018-10-22 23:05:24,+0000,,@Kirinodere https://t.co/2exdO1Hoks,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1054509050350555136,[],"['https://pbs.twimg.com/media/DqJeY9rVsAAZKaz.jpg', 'https://pbs.twimg.com/media/DqJeY9qVsAUb2YG.jpg']",1,https://pbs.twimg.com/media/DqJeY9rVsAAZKaz.jpg,False,27861,468,10448,,None,,,,,,,[],,,, +6762,1054501056229588992,1054501056229588992,1540247618000.0,2018-10-22 22:33:38,+0000,,i🖤anime,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1054501056229588992,[],[],0,,False,422624,12067,128101,,None,,,,,,,[],,,, +6763,1054496095819116544,1054496095819116544,1540246435000.0,2018-10-22 22:13:55,+0000,,"Order Tesla without test drive & you get 3 days to return for refund, else 1 day",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1054496095819116544,[],[],0,,False,21998,385,991,https://twitter.com/jamescharles/status/1054488079208112133,None,,,,,,,[],,,, +6764,1054490338570584064,1054487430043074561,1540245062000.0,2018-10-22 21:51:02,+0000,,@FredericLambert Former,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1054490338570584064,[],[],0,,False,780,40,26,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6765,1054490213693542400,1054487430043074561,1540245033000.0,2018-10-22 21:50:33,+0000,,@migueldeicaza Will be in next point release,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1054490213693542400,[],[],0,,False,756,39,22,,None,,,,,,,"[{'screen_name': 'migueldeicaza', 'name': 'Miguel de Icaza', 'id': '823083'}]",,,, +6766,1054488872703340544,1054487707790045187,1540244713000.0,2018-10-22 21:45:13,+0000,,"@KM1313 Hopefully, a few months for Drive on Navigation capability. We need to address differences in how lane lines are painted. Varies greatly by country.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1054488872703340544,[],[],0,,False,2286,88,90,,None,,,,,,,"[{'screen_name': 'KM1313', 'name': 'Xavier Puigcercos', 'id': '21427257'}]",,,, +6767,1054439668731629568,1054164543922823168,1540232982000.0,2018-10-22 18:29:42,+0000,,@Erdayastronaut @nextspaceflight Good point …,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1054439668731629568,[],[],0,,False,916,58,29,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +6768,1054436171311247360,1054434535272673280,1540232148000.0,2018-10-22 18:15:48,+0000,,@mayemusk @cleantechnica @nytimes @Tesla @businessinsider @business @TheStreet @CNBC @Forbes Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1054436171311247360,[],[],0,,False,884,64,42,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}, {'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}, {'screen_name': 'TheStreet', 'name': 'TheStreet', 'id': '15281391'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'Forbes', 'name': 'Forbes', 'id': '91478624'}]",,,, +6769,1054434449725652992,1054164543922823168,1540231737000.0,2018-10-22 18:08:57,+0000,,"@nextspaceflight @Erdayastronaut This is a ~ 6000 ft demo tunnel. First operational, high-speed tunnel still set for Chicago, pending regulatory approvals.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1054434449725652992,[],[],0,,False,862,33,55,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6770,1054168068253872128,1054164543922823168,1540168227000.0,2018-10-22 00:30:27,+0000,,@nextspaceflight @Erdayastronaut Under LA (Hawthorne),de,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1054168068253872128,[],[],0,,False,1276,52,65,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6771,1054167945230700544,1054164543922823168,1540168198000.0,2018-10-22 00:29:58,+0000,,@nextspaceflight @Erdayastronaut 155 mph | 250 km/h,in,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1054167945230700544,[],[],0,,False,1533,31,78,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6772,1054167515792793600,1054164543922823168,1540168095000.0,2018-10-22 00:28:15,+0000,,@Erdayastronaut Opening event that night & free rides for the public next day,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1054167515792793600,[],[],0,,False,1946,59,133,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6773,1054166993983569920,1054164543922823168,1540167971000.0,2018-10-22 00:26:11,+0000,,"@PkmnMasterHolly Pretty close, actually",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1054166993983569920,[],[],0,,False,6728,65,119,,None,,,,,,,"[{'screen_name': 'PkmnMasterHolly', 'name': 'PkmnMasterHolly', 'id': '880173634379292673'}]",,,, +6774,1054165297374982144,1054164543922823168,1540167566000.0,2018-10-22 00:19:26,+0000,,@vikrantsingh I think real,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1054165297374982144,[],[],0,,False,1348,43,41,,None,,,,,,,"[{'screen_name': 'vikrantsingh', 'name': 'Vikrant Singh', 'id': '24842551'}]",,,, +6775,1054164838430064640,1054164543922823168,1540167457000.0,2018-10-22 00:17:37,+0000,,Opens Dec 10,pt,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1054164838430064640,[],[],0,,False,40574,757,2042,,None,,,,,,,[],,,, +6776,1054164543922823168,1054164543922823168,1540167387000.0,2018-10-22 00:16:27,+0000,,The first tunnel is almost done,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1054164543922823168,[],[],0,,False,102590,1853,7955,,None,,,,,,,[],,,, +6777,1054124703663542274,1054115562769416192,1540157888000.0,2018-10-21 21:38:08,+0000,,@Grimezsz N00B!,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1054124703663542274,[],[],0,,False,5680,100,556,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +6778,1054115562769416192,1054115562769416192,1540155709000.0,2018-10-21 21:01:49,+0000,,Twitter is Dark Souls of social media. Reddit is Bloodborne. Insta is Zelda.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1054115562769416192,[],[],0,,False,214575,4928,43916,,None,,,,,,,[],,,, +6779,1054111800004767744,1054111275792392195,1540154812000.0,2018-10-21 20:46:52,+0000,,@davidjfrankel Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1054111800004767744,[],[],0,,False,552,29,13,,None,,,,,,,"[{'screen_name': 'davidjfrankel', 'name': 'David J. Frankel', 'id': '32636222'}]",,,, +6780,1054111709332291584,1054108864600248320,1540154790000.0,2018-10-21 20:46:30,+0000,,"@Erdayastronaut @Tesla @KerbalSpaceP This game is my personal favorite, but I am biased towards space stuff",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1054111709332291584,[],[],0,,False,4248,117,119,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'KerbalSpaceP', 'name': 'Kerbal Space Program', 'id': '334738427'}]",,,, +6781,1054060824203907072,1054060572705050624,1540142658000.0,2018-10-21 17:24:18,+0000,,@AlexSafahi Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1054060824203907072,[],[],0,,False,486,16,10,,None,,,,,,,"[{'screen_name': 'AlexSafahi', 'name': 'Alex', 'id': '48098799'}]",,,, +6782,1054060263257792512,1054059595449229312,1540142524000.0,2018-10-21 17:22:04,+0000,,@grobichaux Turn on enhanced security via the settings page. This will require entering a passcode to use the car.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1054060263257792512,[],[],0,,False,564,39,32,,None,,,,,,,"[{'screen_name': 'grobichaux', 'name': 'Geoffrey Robichaux', 'id': '187214009'}]",,,, +6783,1054041324662341632,1053756259915071488,1540138009000.0,2018-10-21 16:06:49,+0000,,@WilliamShatner @SpaceX ♥️,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1054041324662341632,[],[],0,,False,7867,144,164,,None,,,,,,,"[{'screen_name': 'WilliamShatner', 'name': 'William Shatner', 'id': '15227791'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6784,1053505243143524354,1053394306680074240,1540010197000.0,2018-10-20 04:36:37,+0000,,@BoredElonMusk Digital Style! https://t.co/aBkfpz6tvt,tl,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1053505243143524354,['https://m.youtube.com/watch?v=l1hUTL6sUqA'],[],0,,False,4030,191,257,,None,,,,,,,"[{'screen_name': 'BoredElonMusk', 'name': 'Bored Elon Musk', 'id': '1666038950'}]",,,, +6785,1053504673007591425,1053394306680074240,1540010061000.0,2018-10-20 04:34:21,+0000,,@JaneidyEve @BoredElonMusk Would I really let someone get away with using my name all this time?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1053504673007591425,[],[],0,,False,4262,122,126,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'BoredElonMusk', 'name': 'Bored Elon Musk', 'id': '1666038950'}]",,,, +6786,1053503899166855169,1053394306680074240,1540009877000.0,2018-10-20 04:31:17,+0000,,@BoredElonMusk BoredElonMusk is my secret troll account. It’s time people knew.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1053503899166855169,[],[],0,,False,12771,307,1094,,None,,,,,,,"[{'screen_name': 'BoredElonMusk', 'name': 'Bored Elon Musk', 'id': '1666038950'}]",,,, +6787,1053502966584332288,1053394306680074240,1540009655000.0,2018-10-20 04:27:35,+0000,,"@BoredElonMusk No, bored me, I will not",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1053502966584332288,[],[],0,,False,41127,384,2446,,None,,,,,,,"[{'screen_name': 'BoredElonMusk', 'name': 'Bored Elon Musk', 'id': '1666038950'}]",,,, +6788,1053500011210625025,1053060766771761152,1540008950000.0,2018-10-20 04:15:50,+0000,,@annerajb @nynex Maybe phone as controller,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1053500011210625025,[],[],0,,False,905,25,28,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'nynex', 'name': 'Josh Atchley', 'id': '10454142'}]",,,, +6789,1053491837099372545,1053060766771761152,1540007001000.0,2018-10-20 03:43:21,+0000,,@justin_horn @nynex Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1053491837099372545,[],[],0,,False,708,27,18,,None,,,,,,,"[{'screen_name': 'justin_horn', 'name': 'Justin Horn', 'id': '18202112'}, {'screen_name': 'nynex', 'name': 'Josh Atchley', 'id': '10454142'}]",,,, +6790,1053478965828960256,1053060766771761152,1540003932000.0,2018-10-20 02:52:12,+0000,,@annerajb @nynex Coming,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1053478965828960256,[],[],0,,False,856,26,20,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'nynex', 'name': 'Josh Atchley', 'id': '10454142'}]",,,, +6791,1053477064844632064,1053060766771761152,1540003479000.0,2018-10-20 02:44:39,+0000,,@nynex Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1053477064844632064,[],[],0,,False,2111,84,120,,None,,,,,,,"[{'screen_name': 'nynex', 'name': 'Josh Atchley', 'id': '10454142'}]",,,, +6792,1053469867452452864,1053390822991790083,1540001763000.0,2018-10-20 02:16:03,+0000,,@FortniteGame Reality is hard,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1053469867452452864,[],[],0,,False,61597,575,6314,,None,,,,,,,"[{'screen_name': 'FortniteGame', 'name': 'Fortnite', 'id': '425871040'}]",,,, +6793,1053432175696048130,1053390822991790083,1539992777000.0,2018-10-19 23:46:17,+0000,,@TSM_Myth Online doesn’t count,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1053432175696048130,[],[],0,,False,74290,849,10346,,None,,,,,,,"[{'screen_name': 'TSM_Myth', 'name': 'Myth', 'id': '2163885564'}]",,,, +6794,1053431641723400192,1053390822991790083,1539992649000.0,2018-10-19 23:44:09,+0000,,@Braden_Holtgod Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1053431641723400192,[],[],0,,False,2104,26,45,,None,,,,,,,[],,,, +6795,1053431331244265474,1053390822991790083,1539992575000.0,2018-10-19 23:42:55,+0000,,@Newtling No,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1053431331244265474,[],[],0,,False,5962,48,122,,None,,,,,,,"[{'screen_name': 'Newtling', 'name': 'Newt', 'id': '152078297'}]",,,, +6796,1053430213281906688,1053390822991790083,1539992309000.0,2018-10-19 23:38:29,+0000,,@okchaserthunder That’s next,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1053430213281906688,[],[],0,,False,22815,159,1426,,None,,,,,,,"[{'screen_name': 'okchaserthunder', 'name': 'David Ballew', 'id': '834250310088540161'}]",,,, +6797,1053390822991790083,1053390822991790083,1539982917000.0,2018-10-19 21:01:57,+0000,,Had to been done ur welcome https://t.co/7jT0f9lqIS,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1053390822991790083,[],['https://pbs.twimg.com/media/Dp5lXiYUUAAngKq.jpg'],1,https://pbs.twimg.com/media/Dp5lXiYUUAAngKq.jpg,False,1203682,17528,362906,,None,,,,,,,[],,,, +6798,1053355910364426240,1053355721184677888,1539974594000.0,2018-10-19 18:43:14,+0000,,@newscientist I hope this is true!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1053355910364426240,[],[],0,,False,2240,182,144,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +6799,1053128497747582976,1053060766771761152,1539920374000.0,2018-10-19 03:39:34,+0000,,"@planet4589 If you don’t like a Tesla for any reason or no reason, you can just give it back for a full refund",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1053128497747582976,[],[],0,,False,2152,175,194,,None,,,,,,,"[{'screen_name': 'planet4589', 'name': 'Jonathan McDowell', 'id': '19355829'}]",,,, +6800,1053068635940388865,1053060766771761152,1539906102000.0,2018-10-18 23:41:42,+0000,,@TheHoff525 Also available off menu for a week. Was causing too much confusion.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1053068635940388865,[],[],0,,False,634,85,36,,None,,,,,,,"[{'screen_name': 'TheHoff525', 'name': 'Nick', 'id': '706476336974577665'}]",,,, +6801,1053066426532028418,1053060766771761152,1539905575000.0,2018-10-18 23:32:55,+0000,,"Model 3 long range, rear wheel drive is still available for ordering off menu for another week or so",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1053066426532028418,[],[],0,,False,9103,372,355,,None,,,,,,,[],,,, +6802,1053065745897148416,1053060766771761152,1539905413000.0,2018-10-18 23:30:13,+0000,,"@dennishegstad It’s kind of like the post office. Same price for delivery to Maine as the SF Bay Area. But you do get a free Tesla factory tour, which is really fun to see.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1053065745897148416,[],[],0,,False,722,42,40,,None,,,,,,,"[{'screen_name': 'dennishegstad', 'name': 'dennis hegstad 💬', 'id': '19570592'}]",,,, +6803,1053063107843514368,1053060766771761152,1539904784000.0,2018-10-18 23:19:44,+0000,,"Tesla rear wheel drive cars do actually work well on snow & ice. We did our traction testing on an ice lake! Dual motor AWD is great, but not required for cold weather. Just don’t use sport/summer tires.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1053063107843514368,[],[],0,,False,12112,407,630,,None,,,,,,,[],,,, +6804,1053061826794016769,1053060766771761152,1539904479000.0,2018-10-18 23:14:39,+0000,,"@DannyMekic It’s a long range battery with fewer cells. Non-cell portion of the pack is disproportionately high, but we can get it done now instead of ~February",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1053061826794016769,[],[],0,,False,955,62,65,,None,,,,,,,"[{'screen_name': 'DannyMekic', 'name': 'Danny Mekić', 'id': '15269643'}]",,,, +6805,1053060766771761152,1053060766771761152,1539904226000.0,2018-10-18 23:10:26,+0000,,"Just released lower cost, mid-range Tesla Model 3 & super simple new order page https://t.co/cz0TQn7IOZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1053060766771761152,['http://Tesla.com/3'],[],0,,False,44755,3192,5107,,None,,,,,,,[],,,, +6806,1053049266615214080,1053048742985654273,1539901484000.0,2018-10-18 22:24:44,+0000,,@IvanEscobosa Week or two,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1053049266615214080,[],[],0,,False,1068,37,36,,None,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}]",,,, +6807,1053049133643137024,1053048742985654273,1539901452000.0,2018-10-18 22:24:12,+0000,,Love the Reddit comments too,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1053049133643137024,[],[],0,,False,13386,207,353,,None,,,,,,,[],,,, +6808,1053048742985654273,1053048742985654273,1539901359000.0,2018-10-18 22:22:39,+0000,,Dog saves her puppies https://t.co/czPVEwpPhi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1053048742985654273,['https://www.reddit.com/r/gifs/comments/9pbeh2/this_dog_came_back_to_save_her_puppies_from_the/?st=JNF5HFZI&sh=2df412d3'],[],0,,False,14238,378,1132,,None,,,,,,,[],,,, +6809,1052979047330762752,1052978646258872320,1539884742000.0,2018-10-18 17:45:42,+0000,,@3x10power8 y,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1052979047330762752,[],[],0,,False,589,79,25,,None,,,,,,,"[{'screen_name': '3x10power8', 'name': 'Mohit Sharma', 'id': '281953160'}]",,,, +6810,1052788115755200512,1052787992060936193,1539839221000.0,2018-10-18 05:07:01,+0000,,You’ll see,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1052788115755200512,[],[],0,,False,26021,799,1710,,None,,,,,,,[],,,, +6811,1052787992060936193,1052787992060936193,1539839191000.0,2018-10-18 05:06:31,+0000,,Tomorrow brings a lemur https://t.co/rm6S17h35q,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1052787992060936193,[],['https://pbs.twimg.com/media/DpxBEUTX4AA1sj5.jpg'],1,https://pbs.twimg.com/media/DpxBEUTX4AA1sj5.jpg,False,54881,1524,4568,,None,,,,,,,[],,,, +6812,1052694988516089861,1052694988516089861,1539817018000.0,2018-10-17 22:56:58,+0000,,Special Circumstances https://t.co/Kk36qj6XJt,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1052694988516089861,[],['https://pbs.twimg.com/media/DpvsgrsUwAAAYhU.jpg'],1,https://pbs.twimg.com/media/DpvsgrsUwAAAYhU.jpg,False,17482,733,841,,None,,,,,,,[],,,, +6813,1052621494616915968,1052356093534302208,1539799495000.0,2018-10-17 18:04:55,+0000,,@j_brorsson @smeranda Yes 😀,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1052621494616915968,[],[],0,,False,784,54,19,,None,,,,,,,"[{'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'smeranda', 'name': 'Seth Meranda', 'id': '7820262'}]",,,, +6814,1052621018756349952,1052356093534302208,1539799382000.0,2018-10-17 18:03:02,+0000,,@Erdayastronaut @smeranda New Summon will use the Autopilot cameras,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1052621018756349952,[],[],0,,False,948,43,43,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'smeranda', 'name': 'Seth Meranda', 'id': '7820262'}]",,,, +6815,1052618154260619264,1052356093534302208,1539798699000.0,2018-10-17 17:51:39,+0000,,"@smeranda Yes, aiming for next few months",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1052618154260619264,[],[],0,,False,753,19,13,,None,,,,,,,"[{'screen_name': 'smeranda', 'name': 'Seth Meranda', 'id': '7820262'}]",,,, +6816,1052618041513586688,1052356093534302208,1539798672000.0,2018-10-17 17:51:12,+0000,,"@ajmarquez True, but this will improve dramatically over next several months & all Tesla cars ever produced (except early Roadsters) will get improvements for free. Continuous, free over-the-air software updates is a big part of why a Tesla retains so much value over time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1052618041513586688,[],[],0,,False,943,47,80,,None,,,,,,,"[{'screen_name': 'ajmarquez', 'name': 'Abelardo', 'id': '19866635'}]",,,, +6817,1052356645723021312,1052356093534302208,1539736350000.0,2018-10-17 00:32:30,+0000,,Same goes for all countries within which we officially operate by end of next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1052356645723021312,[],[],0,,False,14344,483,511,,None,,,,,,,[],,,, +6818,1052356093534302208,1052356093534302208,1539736219000.0,2018-10-17 00:30:19,+0000,,Just reviewed Tesla’s service locations in North America & realized we have major gaps in geographic coverage! Sorry for this foolish oversight. Tesla will aim to cover all regions of NA (not just big cities) within 3 to 6 months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1052356093534302208,[],[],0,,False,37152,1537,2258,,None,,,,,,,[],,,, +6819,1052315244716941313,1052315244716941313,1539726480000.0,2018-10-16 21:48:00,+0000,,Insightful article by David @Pogue,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1052315244716941313,[],[],0,,False,13799,411,1905,https://twitter.com/Pogue/status/1051878668136517632,None,,,,,,,[],,,, +6820,1052282255261847552,1052269116915109888,1539718614000.0,2018-10-16 19:36:54,+0000,,"@ID_AA_Carmack Thanks John, really admire you too! I think you’re one of the best engineers ever. Hope you return to working on rockets one day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1052282255261847552,[],[],0,,False,7668,149,278,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +6821,1052130883585507328,1051860932211675140,1539682524000.0,2018-10-16 09:35:24,+0000,,@JacksMacintosh @SmileSimplify @j_brorsson @ElectrekCo @FredericLambert The FSD upgrade is the Tesla computer with our NN chip,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1052130883585507328,[],[],0,,False,676,36,43,,None,,,,,,,"[{'screen_name': 'JacksMacintosh', 'name': 'Jacques Benzakein', 'id': '460800395'}, {'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6822,1052105289489477633,1051860932211675140,1539676422000.0,2018-10-16 07:53:42,+0000,,@SmileSimplify @j_brorsson @ElectrekCo @FredericLambert I believe it’s $5k,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1052105289489477633,[],[],0,,False,565,33,22,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6823,1052104593876774912,1051860932211675140,1539676256000.0,2018-10-16 07:50:56,+0000,,@SmileSimplify @j_brorsson @ElectrekCo @FredericLambert ~6 months before it is in all new production cars. No change to sensors. This is simple replacement of the Autopilot computer. Will be done free of charge for those who ordered full self-driving.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1052104593876774912,[],[],0,,False,1003,57,85,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6824,1052101714117976069,1051860932211675140,1539675570000.0,2018-10-16 07:39:30,+0000,,@j_brorsson @ElectrekCo @FredericLambert Somewhere between 500% & 2000%,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1052101714117976069,[],[],0,,False,830,21,44,,None,,,,,,,"[{'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6825,1052101050465808384,1051860932211675140,1539675412000.0,2018-10-16 07:36:52,+0000,,"@ElectrekCo @FredericLambert To be clear, actual NN improvement is significantly overestimated in this article. V9.0 vs V8.1 is more like a ~400% increase in useful ops/sec due to enabling integrated GPU & better use of discrete GPU.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1052101050465808384,[],[],0,,False,3762,98,228,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6826,1051973443602735104,1051860932211675140,1539644988000.0,2018-10-15 23:09:48,+0000,,"@ElectrekCo @FredericLambert This is without the Tesla NN computer. Per my public comments, that will give the car an extra order of magnitude.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1051973443602735104,[],[],0,,False,1164,66,72,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6827,1051971997855506432,1051860932211675140,1539644643000.0,2018-10-15 23:04:03,+0000,,@ElectrekCo @FredericLambert Still a long way to go,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1051971997855506432,[],[],0,,False,6402,159,226,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6828,1051917544301285376,1051917544301285376,1539631660000.0,2018-10-15 19:27:40,+0000,,Model 3 motor & gearbox still in good condition after driving 1M miles. Designed for ultra high endurance.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1051917544301285376,[],[],0,,False,48676,1320,6203,https://twitter.com/Tesla/status/1051911793373638661,None,,,,,,,[],,,, +6829,1051907915706032131,1051907915706032131,1539629365000.0,2018-10-15 18:49:25,+0000,,Works best if you play games full screen & use steering wheel scroller balls for control,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1051907915706032131,[],[],0,,False,12628,516,957,https://twitter.com/Teslarati/status/1051904869441912832,None,,,,,,,[],,,, +6830,1051876453837561857,1051676507582550016,1539621864000.0,2018-10-15 16:44:24,+0000,,@AlguireTim @Tesla Haha. It is actually my fav game on Tesla cars right now 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1051876453837561857,[],[],0,,False,5005,129,113,,None,,,,,,,"[{'screen_name': 'AlguireTim', 'name': 'Tim Alguire', 'id': '609681053'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6831,1051866158515646464,1051866158515646464,1539619409000.0,2018-10-15 16:03:29,+0000,,🖤🖤🖤🖤 🚘🚘🚘🚘 🖤🖤🖤🖤,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/1051866158515646464,[],[],0,,False,12131,343,754,https://twitter.com/InsideEVs/status/1051865515260608512,None,,,,,,,[],,,, +6832,1051727134593445888,1051693566756556801,1539586263000.0,2018-10-15 06:51:03,+0000,,@TTfue @Tesla What are some of the most fun games we could have on a Tesla? Classic Atari is just the start.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1051727134593445888,[],[],0,,False,13781,937,506,,None,,,,,,,"[{'screen_name': 'TTfue', 'name': 'Tfue', 'id': '2559865245'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6833,1051714470601342981,1051693566756556801,1539583244000.0,2018-10-15 06:00:44,+0000,,@TTfue Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1051714470601342981,[],[],0,,False,68119,698,4102,,None,,,,,,,"[{'screen_name': 'TTfue', 'name': 'Tfue', 'id': '2559865245'}]",,,, +6834,1051591623069429760,1051588917688918016,1539553955000.0,2018-10-14 21:52:35,+0000,,"@cleantechnica Thanks for recognizing the great work of the Tesla team! 45,000 people now.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1051591623069429760,[],[],0,,False,11642,192,494,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +6835,1051389235406598144,1051389235406598144,1539505702000.0,2018-10-14 08:28:22,+0000,,It is time to create a mecha,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/1051389235406598144,[],[],0,,False,223010,10412,52694,,None,,,,,,,[],,,, +6836,1051381698682793985,1051377948916215810,1539503905000.0,2018-10-14 07:58:25,+0000,,@SURUdenise NERV,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1051381698682793985,[],[],0,,False,12402,189,2753,,None,,,,,,,"[{'screen_name': 'surudenise', 'name': 'Denise ✨', 'id': '195085010'}]",,,, +6837,1051381006073118721,1051377948916215810,1539503740000.0,2018-10-14 07:55:40,+0000,,@shawnwasabi <ahem> Elon-chan,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1051381006073118721,[],[],0,,False,61028,740,19417,,None,,,,,,,"[{'screen_name': 'shawnwasabi', 'name': 'shawn wasabi', 'id': '67756188'}]",,,, +6838,1051379120322490368,1051377948916215810,1539503290000.0,2018-10-14 07:48:10,+0000,,@StephanieeeeeJ Great. Also love Princess Mononoke.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1051379120322490368,[],[],0,,False,11212,117,1088,,None,,,,,,,"[{'screen_name': 'StephanieeeeeJ', 'name': 'Stephanie Jackson', 'id': '733602759132348416'}]",,,, +6839,1051377948916215810,1051377948916215810,1539503011000.0,2018-10-14 07:43:31,+0000,,Love Your Name https://t.co/fRU7nTWnML,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1051377948916215810,['https://m.youtube.com/watch?v=xU47nhruN-Q'],[],0,,False,86150,2995,18215,,None,,,,,,,[],,,, +6840,1051367720111943681,1051226159562686464,1539500572000.0,2018-10-14 07:02:52,+0000,,@Sofiaan @vicentes @MrTommyCampbell @Tesla Maybe this could be part of a (safe) car version of Pokémon Go style game,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1051367720111943681,[],[],0,,False,982,40,45,,None,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6841,1051360789561454593,1051044184168124417,1539498920000.0,2018-10-14 06:35:20,+0000,,@NikkoMan82 @fiquett @yousuck2020 Towelie 💗,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1051360789561454593,[],[],0,,False,609,25,22,,None,,,,,,,"[{'screen_name': 'NikkoMan82', 'name': 'Niko Manuelides', 'id': '75954146'}, {'screen_name': 'fiquett', 'name': 'brandon fiquett 🖖🏼', 'id': '376777505'}, {'screen_name': 'yousuck2020', 'name': '前澤友作┃お金贈りおじさん', 'id': '137857547'}]",,,, +6842,1051230620234350592,1051226159562686464,1539467885000.0,2018-10-13 21:58:05,+0000,,@vicentes @MrTommyCampbell @Tesla Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1051230620234350592,[],[],0,,False,848,30,22,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6843,1051229599189807104,1051226159562686464,1539467642000.0,2018-10-13 21:54:02,+0000,,@MrTommyCampbell @Tesla Whole beer keg fits in Model 3 trunk!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1051229599189807104,[],[],0,,False,11062,326,613,,None,,,,,,,"[{'screen_name': 'MrTommyCampbell', 'name': 'Tommy Campbell', 'id': '30739842'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6844,1051226218060632064,1051219022988173312,1539466835000.0,2018-10-13 21:40:35,+0000,,"@ThingsWork Wow, mechanical logic gates",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1051226218060632064,[],[],0,,False,7370,97,330,,None,,,,,,,"[{'screen_name': 'ThingsWork', 'name': 'How Things Work', 'id': '2217099931'}]",,,, +6845,1051222706371223552,1051044184168124417,1539465998000.0,2018-10-13 21:26:38,+0000,,@ckharrison10 @yousuck2020 Comes with free towels. Nothing more useful in the entire Universe.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1051222706371223552,[],[],0,,False,1449,51,60,,None,,,,,,,"[{'screen_name': 'ckharrison10', 'name': 'Chris Harrison', 'id': '366918940'}, {'screen_name': 'yousuck2020', 'name': '前澤友作┃お金贈りおじさん', 'id': '137857547'}]",,,, +6846,1051219865661403136,1051044184168124417,1539465321000.0,2018-10-13 21:15:21,+0000,,@yousuck2020 Maybe wise to bring it just in case 👽👾 😉,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1051219865661403136,[],[],0,,False,17602,273,698,,None,,,,,,,"[{'screen_name': 'yousuck2020', 'name': '前澤友作┃お金贈りおじさん', 'id': '137857547'}]",,,, +6847,1050812486226599936,1050809714349625345,1539368194000.0,2018-10-12 18:16:34,+0000,,@owillis About half my money is intended to help problems on Earth & half to help establish a self-sustaining city on Mars to ensure continuation of life (of all species) in case Earth gets hit by a meteor like the dinosaurs or WW3 happens & we destroy ourselves,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1050812486226599936,[],[],0,,False,83997,3923,12346,,None,,,,,,,"[{'screen_name': 'owillis', 'name': 'Oliver Willis', 'id': '3497941'}]",,,, +6848,1050811017221963776,1050809714349625345,1539367844000.0,2018-10-12 18:10:44,+0000,,@owillis You should ask why I would want money. The reason is not what you think. Very little time for recreation. Don’t have vacation homes or yachts or anything like that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1050811017221963776,[],[],0,,False,42880,1378,4111,,None,,,,,,,"[{'screen_name': 'owillis', 'name': 'Oliver Willis', 'id': '3497941'}]",,,, +6849,1050809457037328385,1050809372698382336,1539367472000.0,2018-10-12 18:04:32,+0000,,@technosucks Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1050809457037328385,[],[],0,,False,564,41,22,,None,,,,,,,"[{'screen_name': 'technosucks', 'name': 'Productive Citizen ✌🏾💙🙏🏾👊🏾', 'id': '8715982'}]",,,, +6850,1050809258659344384,1050809258659344384,1539367425000.0,2018-10-12 18:03:45,+0000,,"Tesla exists to help reduce risk of catastrophic climate change, which affects all species on Earth. Even if your faith in humanity is faltering, this is worth caring about. Support makes a difference. Thank you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1050809258659344384,[],[],0,,False,161064,3568,24931,,None,,,,,,,[],,,, +6851,1050792830732394496,1050788043907448834,1539363508000.0,2018-10-12 16:58:28,+0000,,Visual approximation https://t.co/sMn3Pv476Y,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1050792830732394496,[],['https://pbs.twimg.com/media/DpUqgaUVAAA82oe.jpg'],1,https://pbs.twimg.com/media/DpUqgaUVAAA82oe.jpg,False,51987,1854,8249,,None,,,,,,,[],,,, +6852,1050788043907448834,1050788043907448834,1539362367000.0,2018-10-12 16:39:27,+0000,,Teslaquila coming soon …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1050788043907448834,[],[],0,,False,43975,1391,5823,https://twitter.com/CNBCi/status/1050771311600041985,None,,,,,,,[],,,, +6853,1050780165259681792,1050766448371609601,1539360488000.0,2018-10-12 16:08:08,+0000,,@AstroHague @Space_Station @NASA_Johnson @roscosmos Glad you’re safe,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1050780165259681792,[],[],0,,False,2981,49,93,,None,,,,,,,"[{'screen_name': 'AstroHague', 'name': 'Nick Hague', 'id': '1895141923'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'NASA_Johnson', 'name': ""NASA's Johnson Space Center"", 'id': '50115087'}, {'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}]",,,, +6854,1050539631836585984,1047965410392297472,1539303140000.0,2018-10-12 00:12:20,+0000,,@mhmtkcn @Tesla Beautiful picture,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1050539631836585984,[],[],0,,False,627,43,25,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6855,1050535128638853121,1050449795708583937,1539302067000.0,2018-10-11 23:54:27,+0000,,"@InsideEVs @TeslaNY @Tesla Yes, it’s hard to find. Not sure why.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1050535128638853121,[],[],0,,False,752,54,37,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6856,1050529142565941248,1050449795708583937,1539300640000.0,2018-10-11 23:30:40,+0000,,"@TeslaNY @InsideEVs @Tesla Exactly. A Tesla is objectively much safer in a crash than all other cars, according to NHTSA’s *own* calculations. This is just physics!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1050529142565941248,[],[],0,,False,6743,160,507,,None,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6857,1050164164805545984,1050080046256394240,1539213622000.0,2018-10-10 23:20:22,+0000,,@FinancialTimes This is incorrect,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1050164164805545984,[],[],0,,False,35728,892,2103,,None,,,,,,,"[{'screen_name': 'FinancialTimes', 'name': 'Financial Times', 'id': '4898091'}]",,,, +6858,1049920490704388096,1049920490704388096,1539155526000.0,2018-10-10 07:12:06,+0000,,At Falcon LZ-1 Vandenberg on Sunday night with the Base Commander. Support of @USAirForce much appreciated. https://t.co/76vsbkCN6n,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1049920490704388096,[],['https://pbs.twimg.com/media/DpIRHbeXoAEjiX-.jpg'],1,https://pbs.twimg.com/media/DpIRHbeXoAEjiX-.jpg,False,29934,1049,2804,,None,,,,,,,[],,,, +6859,1049831543940804609,1049831543940804609,1539134319000.0,2018-10-10 01:18:39,+0000,,Studebaker Museum in South Bend https://t.co/Odti9y0McC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1049831543940804609,[],"['https://pbs.twimg.com/media/DpHAIjtWwAAM3WV.jpg', 'https://pbs.twimg.com/media/DpHAIjrW4AETcc8.jpg', 'https://pbs.twimg.com/media/DpHAIjtXcAEi7B1.jpg']",1,https://pbs.twimg.com/media/DpHAIjtWwAAM3WV.jpg,False,34155,890,4082,,None,,,,,,,[],,,, +6860,1049746303264149504,537404369571168258,1539113996000.0,2018-10-09 19:39:56,+0000,,@thomaspower @mvolpe Punctuality is not my strong suit,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1049746303264149504,[],[],0,,False,1449,119,97,,None,,,,,,,"[{'screen_name': 'thomaspower', 'name': 'Thomas Power', 'id': '1621271'}, {'screen_name': 'mvolpe', 'name': 'Mike Volpe', 'id': '9759932'}]",,,, +6861,1049745772764454914,537404369571168258,1539113870000.0,2018-10-09 19:37:50,+0000,,@SnowSnowSnow @mvolpe We’d be nothing without our fans,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1049745772764454914,[],[],0,,False,901,56,44,,None,,,,,,,"[{'screen_name': 'SnowSnowSnow', 'name': 'SnowSnowSnow', 'id': '14997262'}, {'screen_name': 'mvolpe', 'name': 'Mike Volpe', 'id': '9759932'}]",,,, +6862,1049745089294213120,537404369571168258,1539113707000.0,2018-10-09 19:35:07,+0000,,@mvolpe Because 11 is obviously louder than 10 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1049745089294213120,[],[],0,,False,896,52,33,,None,,,,,,,"[{'screen_name': 'mvolpe', 'name': 'Mike Volpe', 'id': '9759932'}]",,,, +6863,1049716203676037122,1049707571102306304,1539106820000.0,2018-10-09 17:40:20,+0000,,@FredericLambert No such thing as a “full refresh” at Tesla or even a model year. Our cars are partially upgraded every month as soon as a new subsystem is ready for production. There is no cadence.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1049716203676037122,[],[],0,,False,1209,109,125,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +6864,1049704365630533632,1049679307839131648,1539103997000.0,2018-10-09 16:53:17,+0000,,@wonderofscience It sure does. Very reliable.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1049704365630533632,[],[],0,,False,1366,49,48,,None,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +6865,1049703964290080768,1049679307839131648,1539103902000.0,2018-10-09 16:51:42,+0000,,@davidquearney You are right,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1049703964290080768,[],[],0,,False,1123,47,32,,None,,,,,,,"[{'screen_name': 'davidquearney', 'name': 'David quearney', 'id': '580058290'}]",,,, +6866,1049679307839131648,1049679307839131648,1539098023000.0,2018-10-09 15:13:43,+0000,,A reminder of why it’s important to accelerate advent of cars powered by electricity made from solar power,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1049679307839131648,[],[],0,,False,26268,1033,5554,https://twitter.com/IPCC_CH/status/1049205935388811265,None,,,,,,,[],,,, +6867,1049545588138627072,1049512433834844161,1539066142000.0,2018-10-09 06:22:22,+0000,,"@justinemusk You’re most welcome, glad I could be helpful! Thanks for letting me know about it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1049545588138627072,[],[],0,,False,5492,104,158,,None,,,,,,,"[{'screen_name': 'justinemusk', 'name': 'Justine.', 'id': '14388420'}]",,,, +6868,1049408539280568320,1049130007707049984,1539033467000.0,2018-10-08 21:17:47,+0000,,@jonostrower Warms my ❤️ 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1049408539280568320,[],[],0,,False,7057,85,145,,None,,,,,,,"[{'screen_name': 'jonostrower', 'name': 'Jon Ostrower', 'id': '14892330'}]",,,, +6869,1049324111367815169,1049324111367815169,1539013338000.0,2018-10-08 15:42:18,+0000,,"The physics of how Tesla achieved best safety of any cars ever tested. Note, when vehicle weight is taken into account, order is more like X,S, then 3, but they are all very close.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/1049324111367815169,[],[],0,,False,26568,886,2958,https://twitter.com/Tesla/status/1049284924321087488,None,,,,,,,[],,,, +6870,1049197364638928896,1049156232030736385,1538983119000.0,2018-10-08 07:18:39,+0000,, https://t.co/kB6RBscyYH,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1049197364638928896,[],['https://pbs.twimg.com/media/Do9_buCUUAA7Nqb.jpg'],1,https://pbs.twimg.com/media/Do9_buCUUAA7Nqb.jpg,False,44607,382,3510,,None,,,,,,,[],,,, +6871,1049157574132621312,1049157574132621312,1538973632000.0,2018-10-08 04:40:32,+0000,,(Credit @_TomCross_) https://t.co/ZsRRVy2iDS,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1049157574132621312,[],['https://pbs.twimg.com/media/Do9bQDrVsAA7mz2.jpg'],1,https://pbs.twimg.com/media/Do9bQDrVsAA7mz2.jpg,False,73549,790,10091,,None,,,,,,,[],,,, +6872,1049156232030736385,1049156232030736385,1538973312000.0,2018-10-08 04:35:12,+0000,,Falcon has landed https://t.co/joqphUs1AO,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1049156232030736385,[],"['https://pbs.twimg.com/media/Do9aBiCU0AEGtQS.jpg', 'https://pbs.twimg.com/media/Do9aBiCU4AESaPl.jpg', 'https://pbs.twimg.com/media/Do9aBiCVsAYUwZC.jpg']",1,https://pbs.twimg.com/media/Do9aBiCU0AEGtQS.jpg,False,170595,1561,21650,,None,,,,,,,[],,,, +6873,1049045561792294912,1049045561792294912,1538946926000.0,2018-10-07 21:15:26,+0000,,"Tesla owner shows how well ultrawhite seats hold up after 25,000 miles. The black & white interior is def best imo. https://t.co/vWQ8X8JHYF",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1049045561792294912,['https://youtu.be/yEkmPaoBYZs'],[],0,,False,9854,444,584,,None,,,,,,,[],,,, +6874,1048698915384483840,1048698494557417473,1538864279000.0,2018-10-06 22:17:59,+0000,,@gnash What city & what Model 3 config?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1048698915384483840,[],[],0,,False,459,30,14,,None,,,,,,,"[{'screen_name': 'gnash', 'name': 'garrett nash 🌻', 'id': '30092973'}]",,,, +6875,1048697747451215872,1048697377916243969,1538864001000.0,2018-10-06 22:13:21,+0000,,@CroWarrior1978 My fav character,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1048697747451215872,[],[],0,,False,1671,64,50,,None,,,,,,,"[{'screen_name': 'CroWarrior1978', 'name': 'M🅰️rKo 🇭🇷🇨🇦', 'id': '990208241517940736'}]",,,, +6876,1048697377916243969,1048697377916243969,1538863913000.0,2018-10-06 22:11:53,+0000,,Sonic boom warning. This won’t be subtle. https://t.co/WY7dn6BBY1,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1048697377916243969,['https://www.vandenberg.af.mil/News/Article-Display/Article/1652283/central-california-residents-may-experience-sonic-boom/'],[],0,,False,16181,805,2136,,None,,,,,,,[],,,, +6877,1048692170377506817,1048466642194259968,1538862671000.0,2018-10-06 21:51:11,+0000,,@AsbjornLD @martinengwicht @Jason @Tesla Two — one for 👽 👾 millions of years from now and one for you,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1048692170377506817,[],[],0,,False,610,27,29,,None,,,,,,,"[{'screen_name': 'AsbjornLD', 'name': 'Asbjørn Lund Dahl', 'id': '1667905058'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6878,1048690159875588096,1048466642194259968,1538862192000.0,2018-10-06 21:43:12,+0000,,@martinengwicht @Jason @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1048690159875588096,[],[],0,,False,570,14,15,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6879,1048689415306924032,1048466642194259968,1538862014000.0,2018-10-06 21:40:14,+0000,,"@incentives101 @Jason @Tesla Yes, but 🐻 in 🧠 that we’re creating a generalized autonomy solution. Must work in millions of strange 🚘 situations.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1048689415306924032,[],[],0,,False,704,44,48,,None,,,,,,,"[{'screen_name': 'incentives101', 'name': 'Incentives', 'id': '836023811728375808'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6880,1048685509634011136,1048685509634011136,1538861083000.0,2018-10-06 21:24:43,+0000,,Blade Runner — Esper Edition — Vangelis https://t.co/DiwsRmaDA0,da,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1048685509634011136,['https://m.youtube.com/watch?feature=youtu.be&v=SQFRtbDK9Yk'],[],0,,False,5868,361,625,,None,,,,,,,[],,,, +6881,1048679020512960512,1048466642194259968,1538859536000.0,2018-10-06 20:58:56,+0000,,"@Jason @Tesla Actually, it’s 1 of 3 forward cameras in rear view mirror assembly. External cameras will auto-activate in future if car is damaged while parked.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1048679020512960512,[],[],0,,False,6104,175,354,,None,,,,,,,"[{'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6882,1048251418233073664,1048236905605685250,1538757588000.0,2018-10-05 16:39:48,+0000,,@martyeuler @MebFaber Fair point 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1048251418233073664,[],[],0,,False,768,121,33,,None,,,,,,,"[{'screen_name': 'martyeuler', 'name': 'Martin Euler', 'id': '714912384'}, {'screen_name': 'MebFaber', 'name': 'Meb Faber', 'id': '19997064'}]",,,, +6883,1048250837384847361,1048236905605685250,1538757449000.0,2018-10-05 16:37:29,+0000,,"@MebFaber When something sounds too good to be true, it usually is. Way the trick works is companies like Blackrock keep up to 50% of short interest revenue, but suffer almost none of equity decline, as they’re just “passive” managers. Blackrock made $597M in short lending last year!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1048250837384847361,[],[],0,,False,680,92,64,,None,,,,,,,"[{'screen_name': 'MebFaber', 'name': 'Meb Faber', 'id': '19997064'}]",,,, +6884,1048240246498840577,1048236905605685250,1538754924000.0,2018-10-05 15:55:24,+0000,,"@MebFaber Not all. However, shorting applied to market as a whole is obv net negative — it incents negative gdp! Moreover, it stops private companies from going public, preventing access by retirement funds & small investors, thus increasing wealth divide. https://t.co/7jk2Bs56HR",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1048240246498840577,['https://www.businessinsider.com/us-has-too-few-publicly-listed-companies-2015-6?r=UK&IR=T'],[],0,,False,2786,300,285,,None,,,,,,,"[{'screen_name': 'MebFaber', 'name': 'Meb Faber', 'id': '19997064'}]",,,, +6885,1048118186518835200,1047965410392297472,1538725823000.0,2018-10-05 07:50:23,+0000,,@Model3Owners V9 moving to wide release now. Holding back Autopilot drive on navigation for a few more weeks of validation. Extremely difficult to achieve a general solution for self-driving that works well everywhere.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1048118186518835200,[],[],0,,False,1323,143,151,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +6886,1048115325336580096,1048115134869065728,1538725141000.0,2018-10-05 07:39:01,+0000,,@mgerrydoyle Only if they’re extremely tiny,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1048115325336580096,[],[],0,,False,586,40,20,,None,,,,,,,"[{'screen_name': 'mgerrydoyle', 'name': 'Gerry Doyle', 'id': '788697546'}]",,,, +6887,1048115027427778560,1048114562694696966,1538725070000.0,2018-10-05 07:37:50,+0000,,@megnsander We don’t judge. Any pic you want!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1048115027427778560,[],[],0,,False,3462,80,152,,None,,,,,,,[],,,, +6888,1048114562694696966,1048114562694696966,1538724959000.0,2018-10-05 07:35:59,+0000,,Tesla owners can refer someone to buy a Tesla & get any image they want laser etched in glass & sent to deep space for millions of years,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1048114562694696966,[],[],0,,False,24088,1279,3020,https://twitter.com/Teslarati/status/1048112638402674688,None,,,,,,,[],,,, +6889,1048109695867604992,1048106107636314112,1538723799000.0,2018-10-05 07:16:39,+0000,,@eugenegu Rococo Basilisk is,in,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1048109695867604992,[],[],0,,False,525,30,38,,None,,,,,,,"[{'screen_name': 'eugenegu', 'name': 'Eugene Gu, MD', 'id': '65497475'}]",,,, +6890,1048106107636314112,1048106107636314112,1538722943000.0,2018-10-05 07:02:23,+0000,,First Falcon 9 land landing mission from Vandenberg Air Force Base in California coming up soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1048106107636314112,[],[],0,,False,10296,283,828,https://twitter.com/SpaceX/status/1047614884660240386,None,,,,,,,[],,,, +6891,1048019745847406593,159453674517692416,1538702353000.0,2018-10-05 01:19:13,+0000,,@annerajb @KishavanBhola @enn_nafnlaus @ElonBachman The CIO of a major pension fund is the one who deserves credit for uncovering this scam,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1048019745847406593,[],[],0,,False,828,95,46,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'KishavanBhola', 'name': 'Kish Bhola', 'id': '868132749370167296'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'ElonBachman', 'name': 'Bachman', 'id': '750437909224910849'}]",,,, +6892,1048015756569407488,159453674517692416,1538701402000.0,2018-10-05 01:03:22,+0000,,"@annerajb @KishavanBhola @enn_nafnlaus @ElonBachman The big funds can & will, as they’re suffering a net loss. Index managers like Blackrock pocket make excessive profit from short lending while pretending to charge low rates for “passive” index tracking.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1048015756569407488,[],[],0,,False,872,71,68,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'KishavanBhola', 'name': 'Kish Bhola', 'id': '868132749370167296'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'ElonBachman', 'name': 'Bachman', 'id': '750437909224910849'}]",,,, +6893,1048014608869408768,159453674517692416,1538701128000.0,2018-10-05 00:58:48,+0000,,"@dlauer @KishavanBhola @enn_nafnlaus @ElonBachman Debatably true, if applied to individual stocks selectively & consciously, but obv false if applied broadly to most of the market & without clear consent of the shareholder",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1048014608869408768,[],[],0,,False,491,22,29,,None,,,,,,,"[{'screen_name': 'dlauer', 'name': 'Dave Lauer', 'id': '15210031'}, {'screen_name': 'KishavanBhola', 'name': 'Kish Bhola', 'id': '868132749370167296'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'ElonBachman', 'name': 'Bachman', 'id': '750437909224910849'}]",,,, +6894,1048013467247042561,159453674517692416,1538700856000.0,2018-10-05 00:54:16,+0000,,"@KishavanBhola @enn_nafnlaus @ElonBachman Where this breaks down is in passive index funds, which constitute most of the market. The holders of those funds, mostly small investors & retirement funds, don’t realize that their stocks are being lent to short sellers, diminishing their true equity return.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1048013467247042561,[],[],0,,False,1030,85,77,,None,,,,,,,"[{'screen_name': 'KishavanBhola', 'name': 'Kish Bhola', 'id': '868132749370167296'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'ElonBachman', 'name': 'Bachman', 'id': '750437909224910849'}]",,,, +6895,1048012161002270720,159453674517692416,1538700544000.0,2018-10-05 00:49:04,+0000,,"@KishavanBhola @enn_nafnlaus @ElonBachman There is no rational basis for a long holder to lend their stock to shorts, as it dilutes the shareholder base & gives the short a strong incentive to attack the company by whatever means possible, including regulators",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1048012161002270720,[],[],0,,False,1147,141,86,,None,,,,,,,"[{'screen_name': 'KishavanBhola', 'name': 'Kish Bhola', 'id': '868132749370167296'}, {'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus', 'id': '1153476318'}, {'screen_name': 'ElonBachman', 'name': 'Bachman', 'id': '750437909224910849'}]",,,, +6896,1048008592983347201,159453674517692416,1538699694000.0,2018-10-05 00:34:54,+0000,,@Erdayastronaut I hope to be less wrong over time,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1048008592983347201,[],[],0,,False,1272,76,87,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6897,1048000425708797953,1047991717507584001,1538697747000.0,2018-10-05 00:02:27,+0000,,@FlintSchools @MuskFoundation You’re most welcome. Hope to do more to help in the future.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1048000425708797953,[],[],0,,False,3508,125,212,,None,,,,,,,"[{'screen_name': 'FlintSchools', 'name': 'Flint Schools', 'id': '1941073362'}, {'screen_name': 'MuskFoundation', 'name': 'The Musk Foundation', 'id': '1035580859053527040'}]",,,, +6898,1047998560782827520,159453674517692416,1538697302000.0,2018-10-04 23:55:02,+0000,,What they do should be illegal,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1047998560782827520,[],[],0,,False,10680,966,593,,None,,,,,,,[],,,, +6899,1047997866474594304,159453674517692416,1538697136000.0,2018-10-04 23:52:16,+0000,,The last several years have taught me that they are indeed reasonably maligned,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1047997866474594304,[],[],0,,False,9302,236,458,,None,,,,,,,[],,,, +6900,1047979709898735617,1047951136311803904,1538692808000.0,2018-10-04 22:40:08,+0000,,@FCalciu @derekGUMB @Scobleizer @Tesla @SEC_Enforcement Exactly. Short-sellers are value destroyers. Should definitely be illegal.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1047979709898735617,[],[],0,,False,1245,335,163,,None,,,,,,,"[{'screen_name': 'FCalciu', 'name': 'The Martian ⚡☀️⚡', 'id': '771401308448362496'}, {'screen_name': 'derekGUMB', 'name': 'Crypto Gumb 🇺🇸', 'id': '180086405'}, {'screen_name': 'Scobleizer', 'name': '\U0001f7e3Scoble', 'id': '13348'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SEC_Enforcement', 'name': 'SEC Enforcement', 'id': '299661515'}]",,,, +6901,1047968979841503232,1047965410392297472,1538690249000.0,2018-10-04 21:57:29,+0000,,"By revenue, taking publicly available selling prices, Model 3 actually outsold Camry by a factor of two https://t.co/1ZTDk8HvJh",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1047968979841503232,['https://www.bloomberg.com/news/articles/2018-10-03/tesla-s-model-3-is-becoming-one-of-america-s-best-selling-sedans'],[],0,,False,11195,357,1232,,None,,,,,,,[],,,, +6902,1047967059559112704,1047918760768757760,1538689791000.0,2018-10-04 21:49:51,+0000,,@dailystem @LFlemingEDU @atkauffman @JustinAglio @TheTechRabbi @smgaillard @jsnhubbard @mrnavas @WickedDecent @gregkulowiec This is amazing https://t.co/zNaE8p2nHs,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1047967059559112704,['https://m.youtube.com/watch?v=nCDVEyKUKd8'],[],0,,False,440,52,39,,None,,,,,,,"[{'screen_name': 'dailystem', 'name': 'dailySTEM (Chris Woods)', 'id': '2404905984'}, {'screen_name': 'LFlemingEDU', 'name': 'Laura Fleming', 'id': '1647650990'}, {'screen_name': 'atkauffman', 'name': 'andrew kauffman', 'id': '26923567'}, {'screen_name': 'JustinAglio', 'name': 'Justin Aglio, Ed.D.', 'id': '356136568'}, {'screen_name': 'TheTechRabbi', 'name': 'Rabbi Michael Cohen', 'id': '347303318'}, {'screen_name': 'smgaillard', 'name': 'Sean Gaillard', 'id': '2568091634'}, {'screen_name': 'jsnhubbard', 'name': 'Jason Hubbard', 'id': '3077571478'}, {'screen_name': 'mrnavas', 'name': 'Marcos Navas', 'id': '15983748'}, {'screen_name': 'WickedDecent', 'name': 'Dan Ryder', 'id': '15194262'}, {'screen_name': 'gregkulowiec', 'name': 'Greg Kulowiec', 'id': '25157388'}]",,,, +6903,1047966158836514816,1047965410392297472,1538689577000.0,2018-10-04 21:46:17,+0000,,@Model3Owners Almost ready. We expanded the early access program to 1000 more users a few days ago.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1047966158836514816,[],[],0,,False,1864,140,89,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +6904,1047965410392297472,1047965410392297472,1538689398000.0,2018-10-04 21:43:18,+0000,,"People sometimes forget that a company is just a group of people gathered together to make products. So long as it makes great products, it will have great value.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1047965410392297472,[],[],0,,False,62877,1471,8137,,None,,,,,,,[],,,, +6905,1047963507625345024,1047943670350020608,1538688945000.0,2018-10-04 21:35:45,+0000,,"@BullTesla @iavor If you think Tesla is overvalued compared to probable value of future cash flows, sell. Otherwise, buy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1047963507625345024,[],[],0,,False,2881,203,268,,None,,,,,,,"[{'screen_name': 'BullTesla', 'name': 'Tezla', 'id': '991358692229615616'}, {'screen_name': 'iavor', 'name': 'iavor', 'id': '26092341'}]",,,, +6906,1047960924051525632,1047943670350020608,1538688329000.0,2018-10-04 21:25:29,+0000,,"@iavor Hang in there. If you are truly long-term, it will be fine.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1047960924051525632,[],[],0,,False,3641,223,354,,None,,,,,,,"[{'screen_name': 'iavor', 'name': 'iavor', 'id': '26092341'}]",,,, +6907,1047957897315934208,1047951136311803904,1538687607000.0,2018-10-04 21:13:27,+0000,,@Scobleizer @Tesla True,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1047957897315934208,[],[],0,,False,561,27,14,,None,,,,,,,"[{'screen_name': 'Scobleizer', 'name': '\U0001f7e3Scoble', 'id': '13348'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6908,1047953389743554560,1047951136311803904,1538686532000.0,2018-10-04 20:55:32,+0000,,@Scobleizer @Tesla Sorry about the typo. That was unforgivable. Why would they be upset about their mission? It’s what they do.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1047953389743554560,[],[],0,,False,2266,145,88,,None,,,,,,,"[{'screen_name': 'Scobleizer', 'name': '\U0001f7e3Scoble', 'id': '13348'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6909,1047943670350020608,1047943670350020608,1538684215000.0,2018-10-04 20:16:55,+0000,,Just want to that the Shortseller Enrichment Commission is doing incredible work. And the name change is so on point!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1047943670350020608,[],[],0,,False,32667,3183,4244,,None,,,,,,,[],,,, +6910,1047940912175706112,1047940912175706112,1538683557000.0,2018-10-04 20:05:57,+0000,,Great verdict 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1047940912175706112,[],[],0,,False,9277,321,636,https://twitter.com/BusinessInsider/status/1047854644465164288,None,,,,,,,[],,,, +6911,1047005880619814912,1046923045162688518,1538460629000.0,2018-10-02 06:10:29,+0000,,@scottwww @cleantechnica Could be worse 😇,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1047005880619814912,[],[],0,,False,1103,94,51,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +6912,1047005194180022273,1046923045162688518,1538460465000.0,2018-10-02 06:07:45,+0000,,"@incentives101 @cleantechnica Tesla Autopilot team is awesome! Got to make sure we iron out the details though. Long tail of tricky edge cases. Important to get front wide angle, B pillar & side repeater camera neural nets just right.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1047005194180022273,[],[],0,,False,1343,73,94,,None,,,,,,,"[{'screen_name': 'incentives101', 'name': 'Incentives', 'id': '836023811728375808'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +6913,1046969213854932992,1046923045162688518,1538451886000.0,2018-10-02 03:44:46,+0000,,@cleantechnica Something especially weird going on with Yahoo news feed on iPhone stocks app. Almost always super negative. Maybe getting gamed.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1046969213854932992,[],[],0,,False,7441,433,442,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +6914,1046676717350268928,1046676717350268928,1538382150000.0,2018-10-01 08:22:30,+0000,,Naughty by Nature 😉 https://t.co/muZdxJWjyZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1046676717350268928,['https://m.youtube.com/watch?v=idx3GSL2KWs'],[],0,,False,23348,1576,2346,,None,,,,,,,[],,,, +6915,1046062919438536707,1046062169622794245,1538235809000.0,2018-09-29 15:43:29,+0000,,@krobertson @Tesla @kimbal @senorsisig Will do. Definitely moving heavily towards direct to work/home delivery of cars!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1046062919438536707,[],[],0,,False,1044,113,61,,None,,,,,,,"[{'screen_name': 'krobertson', 'name': 'Ken Robertson', 'id': '3043421'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}, {'screen_name': 'senorsisig', 'name': 'Señor Sisig', 'id': '109728838'}]",,,, +6916,1045855998836011008,1045852618474631168,1538186475000.0,2018-09-29 02:01:15,+0000,,@alitofts @telsa @6pm Tesla will deliver your car to you. This is the future. The way it should work.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1045855998836011008,[],[],0,,False,1321,101,72,,None,,,,,,,"[{'screen_name': 'alitofts', 'name': 'Alistair Tofts', 'id': '123450004'}, {'screen_name': 'telsa', 'name': 'telsa', 'id': '10942132'}, {'screen_name': '6pm', 'name': 'Follow us @Shop6pm!', 'id': '1507235672'}]",,,, +6917,1045828553751711746,1045828553751711746,1538179932000.0,2018-09-29 00:12:12,+0000,,That was intense,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1045828553751711746,[],[],0,,False,38046,837,3235,https://twitter.com/SpaceX/status/1045805476812746752,None,,,,,,,[],,,, +6918,1045793457929826304,1045786144422543361,1538171564000.0,2018-09-28 21:52:44,+0000,,@Model3Owners i❤️🇨🇦,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1045793457929826304,[],[],0,,False,2257,90,163,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +6919,1045789638697267200,1045786144422543361,1538170654000.0,2018-09-28 21:37:34,+0000,,@Model3Owners !! Will take action.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1045789638697267200,[],[],0,,False,1812,45,52,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +6920,1045789091801919488,1045789091801919488,1538170523000.0,2018-09-28 21:35:23,+0000,,And remember … https://t.co/UaDUv4OlZf,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1045789091801919488,[],['https://pbs.twimg.com/media/DoNjoemU0AA5Kn4.jpg'],1,https://pbs.twimg.com/media/DoNjoemU0AA5Kn4.jpg,False,135218,2441,17647,,None,,,,,,,[],,,, +6921,1045788510039371777,1045788510039371777,1538170385000.0,2018-09-28 21:33:05,+0000,,Huge thank you to all Tesla supporters for helping with car deliveries all around the world. You rock!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1045788510039371777,[],[],0,,False,37254,1059,1651,,None,,,,,,,[],,,, +6922,1045786144422543361,1045786144422543361,1538169821000.0,2018-09-28 21:23:41,+0000,,Sorry for difficulties delivering your Tesla due to high volume! Critical to show that environmentally sustainable is financially sustainable.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1045786144422543361,[],[],0,,False,28698,1044,1773,,None,,,,,,,[],,,, +6923,1045016610006654976,1044731316703453184,1537986349000.0,2018-09-26 18:25:49,+0000,,@scottwww @Tesla Pace of innovation is all that matters in the long run,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1045016610006654976,[],[],0,,False,11439,333,1072,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6924,1045006132475883520,1044257950137749504,1537983851000.0,2018-09-26 17:44:11,+0000,,@ctbarker32 @BDL3J @Tesla You’re welcome. Sorry for the delay!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1045006132475883520,[],[],0,,False,782,25,26,,None,,,,,,,"[{'screen_name': 'ctbarker32', 'name': 'Chris Barker', 'id': '307688054'}, {'screen_name': 'BDL3J', 'name': 'Jason Sampson', 'id': '715635036561809408'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6925,1045004446076301312,1044766555471405057,1537983449000.0,2018-09-26 17:37:29,+0000,,@Agent_KO @Starflightgame @SpaceX @starcontrolgame What would be great is original Elite,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1045004446076301312,[],[],0,,False,672,77,37,,None,,,,,,,"[{'screen_name': 'agent_ko', 'name': 'AgentRaiKo', 'id': '1296009902968705024'}, {'screen_name': 'Starflightgame', 'name': 'Starflight', 'id': '1006963290461704192'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'starcontrolgame', 'name': 'Star Control', 'id': '4164998908'}]",,,, +6926,1044689341493067776,1044688678042271744,1537908323000.0,2018-09-25 20:45:23,+0000,,@neveryb Going over final tweaks tonight. Hopefully in wide release end of week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1044689341493067776,[],[],0,,False,1219,105,89,,None,,,,,,,"[{'screen_name': 'neveryb', 'name': 'Nevery Berry', 'id': '15501523'}]",,,, +6927,1044688678042271744,1044688678042271744,1537908164000.0,2018-09-25 20:42:44,+0000,,♥️ Tesla Owners ♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1044688678042271744,[],[],0,,False,54765,2536,2700,https://twitter.com/elonmusk/status/998786412970369024,None,,,,,,,[],,,, +6928,1044663329019518976,1044662141335285767,1537902121000.0,2018-09-25 19:02:01,+0000,,"@ParkerWoolfolk Increased tire pressure improves range. Also, if you have performance tires, they are stickier. Better handling, but slightly lower range.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1044663329019518976,[],[],0,,False,650,40,31,,None,,,,,,,"[{'screen_name': 'ParkerWoolfolk', 'name': 'Parker Woolfolk', 'id': '51442151'}]",,,, +6929,1044623575359975425,1044277624653197314,1537892643000.0,2018-09-25 16:24:03,+0000,,@ftomenko @Tesla 😀,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1044623575359975425,[],[],0,,False,3410,55,59,,None,,,,,,,"[{'screen_name': 'ftomenko', 'name': 'Deric Tomenko', 'id': '140445769'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6930,1044294753041313792,1044257950137749504,1537814245000.0,2018-09-24 18:37:25,+0000,,"@ctbarker32 Apologies, we’re upgrading our logistics system, but running into an extreme shortage of car carrier trailers. Started building our own car carriers this weekend to alleviate load.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1044294753041313792,[],[],0,,False,1409,255,127,,None,,,,,,,"[{'screen_name': 'ctbarker32', 'name': 'Chris Barker', 'id': '307688054'}]",,,, +6931,1044123822956306432,1044121576659083266,1537773492000.0,2018-09-24 07:18:12,+0000,,@slashdot Tricky one,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1044123822956306432,[],[],0,,False,3428,134,124,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +6932,1043293219205787648,1043223971477385216,1537575461000.0,2018-09-22 00:17:41,+0000,,"@DMC_Ryan Wow, thanks for offering to help! The coming week is incredibly intense. If any current Tesla owners who’d like to help educate new owners could head to Tesla delivery centers during midday on Sat/Sun & morning/evening on weekdays, that would be super appreciated!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1043293219205787648,[],[],0,,False,2693,337,323,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +6933,1043253619485622272,1043250540379926528,1537566020000.0,2018-09-21 21:40:20,+0000,,@NASASpaceflight Probably 2028 for a base to be built,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1043253619485622272,[],[],0,,False,7911,392,672,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +6934,1043250540379926528,1043250540379926528,1537565286000.0,2018-09-21 21:28:06,+0000,,Mars Base Alpha https://t.co/O1llQp8rFY,hi,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1043250540379926528,[],['https://pbs.twimg.com/media/Dnpe1cRUYAAbI0n.jpg'],1,https://pbs.twimg.com/media/Dnpe1cRUYAAbI0n.jpg,False,220088,5280,33792,,None,,,,,,,[],,,, +6935,1043250454648344576,1043250454648344576,1537565265000.0,2018-09-21 21:27:45,+0000,, https://t.co/Fn0hKJd3uJ,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1043250454648344576,[],['https://pbs.twimg.com/media/DnpewbMUUAALN4I.jpg'],1,https://pbs.twimg.com/media/DnpewbMUUAALN4I.jpg,False,69085,801,5732,,None,,,,,,,[],,,, +6936,1042849087194714112,1042827334758260736,1537469572000.0,2018-09-20 18:52:52,+0000,,"@LanceUlanoff Consider an ice skater. Same weight, but spins/turns much faster with arms in vs arms out. Same principle is true for a car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1042849087194714112,[],[],0,,False,1035,69,52,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +6937,1042848713079570432,1042827334758260736,1537469483000.0,2018-09-20 18:51:23,+0000,,"@LanceUlanoff Front vs rear wheel weight distribution, though commonly asked, isn't the right question. You can have 50% on front, 50% on rear & still have poor handling if mass elements are far from center. Dumbbell mass distribution is bad, spinning top/dreidel is good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1042848713079570432,[],[],0,,False,954,24,55,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +6938,1042845665498357760,1042827334758260736,1537468756000.0,2018-09-20 18:39:16,+0000,,@LanceUlanoff Simple explanation of polar moment of inertia & other important car terms at https://t.co/CftQ1v9YCL,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1042845665498357760,['https://www.complex.com/sports/2013/03/25-car-terms-you-need-to-know/polar-moment-of-inertia'],[],0,,False,895,26,67,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +6939,1042842449008197632,1042827334758260736,1537467989000.0,2018-09-20 18:26:29,+0000,,"@LanceUlanoff Key technical point is that the polar moment of inertia (concentration of mass around center) of a Tesla, to the extent of our knowledge, is better than any other production car. This positively affects safety, handling & driving feel. Extremely important metric.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1042842449008197632,[],[],0,,False,1154,33,92,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +6940,1042838924710764545,1042827334758260736,1537467149000.0,2018-09-20 18:12:29,+0000,,@martinengwicht @BlondesE A car propelled by combustion is far more likely to combust than an electric car,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1042838924710764545,[],[],0,,False,1378,55,124,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'BlondesE', 'name': 'Blondes for Elon', 'id': '1014348761521418245'}]",,,, +6941,1042834199705608192,1042827334758260736,1537466022000.0,2018-09-20 17:53:42,+0000,,"@LanceUlanoff Yes, when it comes to physics, make sure Newton is on your side",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1042834199705608192,[],[],0,,False,1187,36,71,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +6942,1042832989707677697,1042827334758260736,1537465734000.0,2018-09-20 17:48:54,+0000,,"@LanceUlanoff Helps improve forward crumple zone length, especially important in high speed frontal impacts, and moments of inertia in side impacts",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1042832989707677697,[],[],0,,False,884,18,38,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +6943,1042832003937099776,1042827334758260736,1537465499000.0,2018-09-20 17:44:59,+0000,,Tesla piece on the physics of car safety coming soon for those interested in technical details,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1042832003937099776,[],[],0,,False,13030,389,688,,None,,,,,,,[],,,, +6944,1042829474914430977,1042827334758260736,1537464896000.0,2018-09-20 17:34:56,+0000,,"@MartenBenjamin @NHTSAgov @Tesla Exactly, all 5 star are *not* the same, as the videos show. “5 star” just means a car met a certain threshold, but injury probability stats (real numbers) tell you by how much.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1042829474914430977,[],[],0,,False,1266,20,100,,None,,,,,,,"[{'screen_name': 'MartenBenjamin', 'name': 'Benjamin Marten', 'id': '541896924'}, {'screen_name': 'NHTSAgov', 'name': 'nhtsagov', 'id': '49706919'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6945,1042828379806810112,1042827334758260736,1537464635000.0,2018-09-20 17:30:35,+0000,,@Cardoso @NHTSAgov Haha true,tl,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1042828379806810112,[],[],0,,False,1064,18,39,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}, {'screen_name': 'NHTSAgov', 'name': 'nhtsagov', 'id': '49706919'}]",,,, +6946,1042827334758260736,1042827334758260736,1537464386000.0,2018-09-20 17:26:26,+0000,,.@NHTSAgov will post final safety probability stats soon. Model 3 has a shot at being safest car ever tested.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1042827334758260736,[],[],0,,False,17583,460,1487,,None,,,,,,,[],,,, +6947,1042680127841169408,1042112781518917633,1537429289000.0,2018-09-20 07:41:29,+0000,,@LindseyStirling 👽💘,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1042680127841169408,[],[],0,,False,1319,54,56,,None,,,,,,,"[{'screen_name': 'LindseyStirling', 'name': 'Lindsey Stirling', 'id': '289969718'}]",,,, +6948,1042604979561746432,1042603441024065536,1537411372000.0,2018-09-20 02:42:52,+0000,,"@primadanna @Tesla @alphacali Wow, glad they’re ok!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1042604979561746432,[],[],0,,False,9302,141,253,,None,,,,,,,"[{'screen_name': 'primadanna', 'name': 'Primadanna', 'id': '16490453'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'alphacali', 'name': 'Cali Eugene', 'id': '9956402'}]",,,, +6949,1042578255948144640,1042495371522367488,1537405001000.0,2018-09-20 00:56:41,+0000,,@vicentes @DanAloni @slashdot Physics can be thought of as the compression algorithms of reality,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1042578255948144640,[],[],0,,False,1104,71,124,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +6950,1042530259734683648,1042530259734683648,1537393557000.0,2018-09-19 21:45:57,+0000,,♥️ @neiltyson,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1042530259734683648,[],[],0,,False,25205,763,2268,,None,,,,,,,[],,,, +6951,1042525568531480576,1042186200914767873,1537392439000.0,2018-09-19 21:27:19,+0000,,@raginggoat @Tesla Tesla Rangers!,fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1042525568531480576,[],[],0,,False,4491,113,93,,None,,,,,,,"[{'screen_name': 'raginggoat', 'name': 'Adam Rayborn', 'id': '117735436'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6952,1042525258899550209,1042515420937216001,1537392365000.0,2018-09-19 21:26:05,+0000,,"@CJDaniels77 31 engines, but with room to add 11 more down the road. Kinda have to.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1042525258899550209,[],[],0,,False,1023,48,53,,None,,,,,,,"[{'screen_name': 'CJDaniels77', 'name': 'Christian', 'id': '169894743'}]",,,, +6953,1042516607166103552,1042495371522367488,1537390302000.0,2018-09-19 20:51:42,+0000,,"@JaneidyEve @slashdot Yes, if there is no listener, a simulation probably wouldn’t spend computing power on sound",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1042516607166103552,[],[],0,,False,967,117,63,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +6954,1042515605654401024,1042495371522367488,1537390064000.0,2018-09-19 20:47:44,+0000,,@DanAloni @slashdot Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1042515605654401024,[],[],0,,False,691,33,24,,None,,,,,,,"[{'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +6955,1042515420937216001,1042515420937216001,1537390020000.0,2018-09-19 20:47:00,+0000,,True 😀 https://t.co/CS6semhKm6,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1042515420937216001,['https://www.space.com/41871-elon-musk-spacex-bfr-spaceship-science-fiction-legacy.html'],[],0,,False,21970,775,2577,,None,,,,,,,[],,,, +6956,1042514356347396096,1042495371522367488,1537389766000.0,2018-09-19 20:42:46,+0000,,"@slashdot To conserve computing power, a simulation would only render an object when it is observed",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1042514356347396096,[],[],0,,False,7158,513,715,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +6957,1042463081702416384,1041486082355867648,1537377541000.0,2018-09-19 17:19:01,+0000,,@megangale @Tesla You’re most welcome! Sorry for the delay.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1042463081702416384,[],[],0,,False,608,21,21,,None,,,,,,,"[{'screen_name': 'megangale', 'name': 'Megan Gale Adams', 'id': '71077864'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6958,1042122288101916672,1042112781518917633,1537296289000.0,2018-09-18 18:44:49,+0000,,@Erdayastronaut Will do. Love Reddit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042122288101916672,[],[],0,,False,2266,78,81,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +6959,1042120326027476992,1042117285568073728,1537295822000.0,2018-09-18 18:37:02,+0000,,@Cardoso @SoundBoy264 Space Bar,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042120326027476992,[],[],0,,False,1447,87,39,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}]",,,, +6960,1042119797087993856,1042112781518917633,1537295695000.0,2018-09-18 18:34:55,+0000,,"@JaneidyEve @ds23ytube Long-term, there will be thousands and eventually, hopefully, millions of missions & anyone will be able to go",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042119797087993856,[],[],0,,False,1109,68,92,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +6961,1042117772279283712,1042117285568073728,1537295213000.0,2018-09-18 18:26:53,+0000,,"@perthguppy Yeah, Starlink should be active by then",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042117772279283712,[],[],0,,False,4443,98,149,,None,,,,,,,"[{'screen_name': 'perthguppy', 'name': 'Damian Guppy', 'id': '192090612'}]",,,, +6962,1042117514350608384,1042112781518917633,1537295151000.0,2018-09-18 18:25:51,+0000,,@LisaPadgett @bocio777 @TArkesteijn Sorry! So many bots!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042117514350608384,[],[],0,,False,1247,45,15,,None,,,,,,,"[{'screen_name': 'LisaPadgett', 'name': 'Lisa', 'id': '12289812'}, {'screen_name': 'bocio777', 'name': 'Martin Kropf', 'id': '849689384'}, {'screen_name': 'TArkesteijn', 'name': '🔋Tristan Arkesteijn🔋 #ikdoewelmee', 'id': '528870359'}]",,,, +6963,1042117285568073728,1042117285568073728,1537295097000.0,2018-09-18 18:24:57,+0000,,"Moon mission will be livestreamed in high def VR, so it’ll feel like you’re there in real-time minus a few seconds for speed of light",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042117285568073728,[],[],0,,False,146225,3486,20820,,None,,,,,,,[],,,, +6964,1042113884998397952,1042112781518917633,1537294286000.0,2018-09-18 18:11:26,+0000,,@bocio777 Perhaps one of the invited artists choosing to play. There will be no obligation to do so.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042113884998397952,[],[],0,,False,1747,50,32,,None,,,,,,,"[{'screen_name': 'bocio777', 'name': 'Martin Kropf', 'id': '849689384'}]",,,, +6965,1042113023928721408,1042112781518917633,1537294081000.0,2018-09-18 18:08:01,+0000,,@ryaneshaghi Very close,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042113023928721408,[],[],0,,False,1550,46,45,,None,,,,,,,"[{'screen_name': 'ryaneshaghi', 'name': 'Ryan Eshaghi', 'id': '2183252796'}]",,,, +6966,1042112781518917633,1042112781518917633,1537294023000.0,2018-09-18 18:07:03,+0000,, https://t.co/nqgfNWlm4Z,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1042112781518917633,[],['https://pbs.twimg.com/media/DnZUDJ-U4AASLrM.jpg'],1,https://pbs.twimg.com/media/DnZUDJ-U4AASLrM.jpg,False,44504,1222,4153,,None,,,,,,,[],,,, +6967,1042079045666582529,1041879789341048832,1537285980000.0,2018-09-18 15:53:00,+0000,,@Oatmeal 😀,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1042079045666582529,[],[],0,,False,1333,37,30,,None,,,,,,,"[{'screen_name': 'Oatmeal', 'name': 'The Oatmeal', 'id': '4519121'}]",,,, +6968,1041982142635335680,1027692436435288065,1537262876000.0,2018-09-18 09:27:56,+0000,,@JamesMarstersOf @bioshock Always,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1041982142635335680,[],[],0,,False,515,24,16,,None,,,,,,,"[{'screen_name': 'JamesMarstersOf', 'name': 'James Marsters', 'id': '3863606953'}, {'screen_name': 'bioshock', 'name': 'BioShock', 'id': '3915694820'}]",,,, +6969,1041977109764173824,1041871038018199553,1537261676000.0,2018-09-18 09:07:56,+0000,,@sleepingromi @yousuck2020 @rogerwaters @SpaceX @dearmoonproject Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1041977109764173824,[],[],0,,False,2328,72,61,,None,,,,,,,"[{'screen_name': 'sleepingromi', 'name': 'Sleepingromi', 'id': '292387492'}, {'screen_name': 'yousuck2020', 'name': '前澤友作┃月旅行に8名ご招待', 'id': '137857547'}, {'screen_name': 'rogerwaters', 'name': 'Roger Waters', 'id': '728918606'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'dearmoonproject', 'name': 'dearMoon', 'id': '1035122024320983040'}]",,,, +6970,1041953361908576256,1041877430942674944,1537256014000.0,2018-09-18 07:33:34,+0000,,@yousuck2020 @SpaceX That’s the first BFR airframe/tank barrel section made of a new carbon fiber material,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1041953361908576256,[],[],0,,False,5766,117,267,,None,,,,,,,"[{'screen_name': 'yousuck2020', 'name': '前澤友作┃お金贈りおじさん', 'id': '137857547'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6971,1041905891316981761,1041876194701004800,1537244696000.0,2018-09-18 04:24:56,+0000,,"@MKBHD Yeah … that’s exactly how I feel. However it happens, I just hope it does.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1041905891316981761,[],[],0,,False,26673,367,851,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +6972,1041902062068359169,1041886496939069440,1537243783000.0,2018-09-18 04:09:43,+0000,,@yousuck2020 Thanks for helping fund a rocket & spaceship that could take humanity beyond Earth!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1041902062068359169,[],[],0,,False,8321,139,446,,None,,,,,,,"[{'screen_name': 'yousuck2020', 'name': '前澤友作┃月旅行に8名ご招待', 'id': '137857547'}]",,,, +6973,1041880316657336320,1041880316657336320,1537238599000.0,2018-09-18 02:43:19,+0000,,Hanging out with @yousuck2020 before the @SpaceX moon mission announcement https://t.co/RTOwutzMtG,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1041880316657336320,[],['https://pbs.twimg.com/media/DnWAnsCXsAE72eo.jpg'],1,https://pbs.twimg.com/media/DnWAnsCXsAE72eo.jpg,False,57950,1100,8051,,None,,,,,,,[],,,, +6974,1041879789341048832,1041879789341048832,1537238473000.0,2018-09-18 02:41:13,+0000,,Yusaku will be bringing 8 (brave) artists & cultural figures with him on the journey around the moon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1041879789341048832,[],[],0,,False,33370,1164,5084,https://twitter.com/SpaceX/status/1041865950633418753,None,,,,,,,[],,,, +6975,1041829367037407232,1041825788708958208,1537226452000.0,2018-09-17 23:20:52,+0000,,@martinengwicht @iamacloudguy @Model3Owners Probably V10 alpha build,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1041829367037407232,[],[],0,,False,642,33,30,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'iamacloudguy', 'name': 'RK', 'id': '738530333147189248'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +6976,1041829117493108736,1041825788708958208,1537226392000.0,2018-09-17 23:19:52,+0000,,"@DMC_Ryan @iamacloudguy @Model3Owners Yes, albeit a beta version. Will improve with V9.1.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1041829117493108736,[],[],0,,False,735,25,29,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'iamacloudguy', 'name': 'RK', 'id': '738530333147189248'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +6977,1041826260115120128,1041825788708958208,1537225711000.0,2018-09-17 23:08:31,+0000,,@iamacloudguy @Model3Owners Good news on this front. Tesla engineering rallied & this will be part of V9. Going through final testing now.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1041826260115120128,[],[],0,,False,5462,128,263,,None,,,,,,,"[{'screen_name': 'iamacloudguy', 'name': 'RK', 'id': '738530333147189248'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +6978,1041825772703408129,1041825772703408129,1537225595000.0,2018-09-17 23:06:35,+0000,,Thank you for your trust in the @SpaceX team. Greatly appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1041825772703408129,[],[],0,,False,12095,243,742,https://twitter.com/JimBridenstine/status/1041825248872681473,None,,,,,,,[],,,, +6979,1041802266221535232,1041519706652504064,1537219990000.0,2018-09-17 21:33:10,+0000,,@cleantechnica Will be interesting to see how this evolves over time,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1041802266221535232,[],[],0,,False,2580,110,78,,None,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +6980,1041798613628678144,1041793769106853888,1537219119000.0,2018-09-17 21:18:39,+0000,,@NigelKBaker Will see what we can do. Really need to bring this program to an end while being as fair as possible. It’s not sustainable long-term.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1041798613628678144,[],[],0,,False,518,43,27,,None,,,,,,,"[{'screen_name': 'NigelKBaker', 'name': 'Nigel Baker', 'id': '517828679'}]",,,, +6981,1041796740347703296,1041793769106853888,1537218673000.0,2018-09-17 21:11:13,+0000,,@martinengwicht Very interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1041796740347703296,[],[],0,,False,526,28,24,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}]",,,, +6982,1041793769106853888,1041793769106853888,1537217964000.0,2018-09-17 20:59:24,+0000,,"Due to some Tesla owners encountering system issues yesterday, the free Supercharging referral program will be extended until tomorrow night",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/1041793769106853888,[],[],0,,False,6626,294,424,https://twitter.com/joeykrug/status/1041562562607960069,None,,,,,,,[],,,, +6983,1041771381636063232,1041555319166447616,1537212627000.0,2018-09-17 19:30:27,+0000,,@beardyman This is definitely worth thoughtful debate. What might we do differently to improve human/life happiness?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1041771381636063232,[],[],0,,False,1084,201,58,,None,,,,,,,"[{'screen_name': 'beardyman', 'name': 'Beardyman', 'id': '43081426'}]",,,, +6984,1041768314068824064,1041766343769387008,1537211895000.0,2018-09-17 19:18:15,+0000,,"@LanceUlanoff @SpaceX @NASA Yes, I do",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1041768314068824064,[],[],0,,False,2096,47,39,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +6985,1041767801118121984,1041766343769387008,1537211773000.0,2018-09-17 19:16:13,+0000,,Top SpaceX priority is and will remain supporting @NASA crewed spaceflight and National Security missions,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1041767801118121984,[],[],0,,False,17791,196,771,,None,,,,,,,[],,,, +6986,1041766343769387008,1041766343769387008,1537211426000.0,2018-09-17 19:10:26,+0000,,"Btw, can’t emphasize enough how @SpaceX would not be where it is today without @NASA. Thank you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1041766343769387008,[],[],0,,False,51281,574,3585,,None,,,,,,,[],,,, +6987,1041578120573153280,1041552529937453056,1537166550000.0,2018-09-17 06:42:30,+0000,,@ConorMcDPhoto With lasers,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1041578120573153280,[],[],0,,False,2582,120,95,,None,,,,,,,"[{'screen_name': 'ConorMcDPhoto', 'name': 'Conor McDonnell', 'id': '24150893'}]",,,, +6988,1041577803332775936,1659576083,1537166474000.0,2018-09-17 06:41:14,+0000,,@SpaceX My fav tweet ever,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1041577803332775936,[],[],0,,False,27891,373,1589,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +6989,1041572165898792961,1041572165898792961,1537165130000.0,2018-09-17 06:18:50,+0000,,"@ummjackson if you can help get rid of the annoying scam spammers, that would be much appreciated",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1041572165898792961,[],[],0,,False,1379,75,109,,None,,,,,,,[],,,, +6990,1041560458493255680,1041555319166447616,1537162339000.0,2018-09-17 05:32:19,+0000,,@AntVenom Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1041560458493255680,[],[],0,,False,2894,91,166,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +6991,1041559840919678977,1041555014446141440,1537162191000.0,2018-09-17 05:29:51,+0000,,@SwiftOnSecurity Maybe the scammers will just get tired of winning eventually,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1041559840919678977,[],[],0,,False,5475,113,171,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +6992,1041559524618821633,1041552262286389253,1537162116000.0,2018-09-17 05:28:36,+0000,,"@FalconGridFin Good catch. They are there in the flight design, but we forgot to put them in this render.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1041559524618821633,[],[],0,,False,1681,38,52,,None,,,,,,,[],,,, +6993,1041555319166447616,1041555319166447616,1537161113000.0,2018-09-17 05:11:53,+0000,,#OccupyMars,und,['occupymars'],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1041555319166447616,[],[],0,,False,79354,2108,14228,,None,,,,,,,[],,,, +6994,1041553238477008896,1041552529937453056,1537160617000.0,2018-09-17 05:03:37,+0000,,@vicentes Forward moving wing,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1041553238477008896,[],[],0,,False,1379,61,38,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +6995,1041552529937453056,1041552529937453056,1537160448000.0,2018-09-17 05:00:48,+0000,, https://t.co/dUpiavvM1Z,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1041552529937453056,[],['https://pbs.twimg.com/media/DnRWgQmVYAAclo-.jpg'],1,https://pbs.twimg.com/media/DnRWgQmVYAAclo-.jpg,False,75782,1609,7794,,None,,,,,,,[],,,, +6996,1041552262286389253,1041552262286389253,1537160385000.0,2018-09-17 04:59:45,+0000,, https://t.co/d1KEp44zjm,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1041552262286389253,[],['https://pbs.twimg.com/media/DnRWQtPU4AAE1jj.jpg'],1,https://pbs.twimg.com/media/DnRWQtPU4AAE1jj.jpg,False,73885,1014,7375,,None,,,,,,,[],,,, +6997,1041548537987686400,1041547794689884160,1537159497000.0,2018-09-17 04:44:57,+0000,,@thepixelgeek 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1041548537987686400,[],[],0,,False,1689,33,45,,None,,,,,,,"[{'screen_name': 'thepixelgeek', 'name': 'pixelgeek', 'id': '7408642'}]",,,, +6998,1041500594467270656,1041486082355867648,1537148066000.0,2018-09-17 01:34:26,+0000,,"@megangale @Tesla Sorry, we’ve gone from production hell to delivery logistics hell, but this problem is far more tractable. We’re making rapid progress. Should be solved shortly.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1041500594467270656,[],[],0,,False,6785,293,228,,None,,,,,,,"[{'screen_name': 'megangale', 'name': 'Megan Gale Adams', 'id': '71077864'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +6999,1041485596240171009,1041482266826997760,1537144490000.0,2018-09-17 00:34:50,+0000,,@RoxanaDaneshjou @boringcompany Awesome 😎,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1041485596240171009,[],[],0,,False,2323,65,50,,None,,,,,,,"[{'screen_name': 'RoxanaDaneshjou', 'name': 'Roxana Daneshjou MD/PhD', 'id': '20898564'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +7000,1041482806600204294,1041481544559259648,1537143825000.0,2018-09-17 00:23:45,+0000,,"@johnkoetsier Design has been changed so the 🚀 lands on legs that extend from the tips of the three fins, two of which actuate (mostly for pitch control)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1041482806600204294,[],[],0,,False,4659,156,307,,None,,,,,,,"[{'screen_name': 'johnkoetsier', 'name': 'John Koetsier', 'id': '1253661'}]",,,, +7001,1041480103539011584,1041108570740158464,1537143181000.0,2018-09-17 00:13:01,+0000,,"@nirbheek Sorry, it’s not really sustainable at volume production & doesn’t incent optimal behavior. We probably should have ended this earlier.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1041480103539011584,[],[],0,,False,560,45,23,,None,,,,,,,"[{'screen_name': 'nirbheek', 'name': 'निर्भीक चौहान', 'id': '17071289'}]",,,, +7002,1041443228996710402,1041421552300916736,1537134389000.0,2018-09-16 21:46:29,+0000,,@ddkilzer Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1041443228996710402,[],[],0,,False,508,17,9,,None,,,,,,,"[{'screen_name': 'ddkilzer', 'name': 'David Kilzer', 'id': '63552322'}]",,,, +7003,1041436083894943744,1041421552300916736,1537132686000.0,2018-09-16 21:18:06,+0000,,"@thereal_scottv Yeah, that’s our problem. Service & parts supply in general will be the top Tesla priority after we get through the insane car delivery logistics of the next few weeks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1041436083894943744,[],[],0,,False,988,45,40,,None,,,,,,,[],,,, +7004,1041425397659795456,1041421552300916736,1537130138000.0,2018-09-16 20:35:38,+0000,,"@SnazzyQ Outside repair shops are jack of all trades, which means supporting 1000’s of makes & models. Tesla collision repair specializes in three. Having all parts in stock & not waiting for insurance approval also make a world of difference.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1041425397659795456,[],[],0,,False,1381,71,61,,None,,,,,,,"[{'screen_name': 'SnazzyQ', 'name': 'Quinn Nelson', 'id': '18055351'}]",,,, +7005,1041422616668463106,1041421552300916736,1537129475000.0,2018-09-16 20:24:35,+0000,,Goal is for repaired car to be better than before accident. Should always be true if damaged/used parts are correctly replaced with newer parts.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1041422616668463106,[],[],0,,False,12667,371,607,,None,,,,,,,[],,,, +7006,1041421799618052097,1041421552300916736,1537129280000.0,2018-09-16 20:21:20,+0000,,"Exciting to see some Tesla collision repair operations already completing within 24 hrs. Aiming for same day soon, then under an hour.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1041421799618052097,[],[],0,,False,11282,234,623,,None,,,,,,,[],,,, +7007,1041421552300916736,1041421552300916736,1537129221000.0,2018-09-16 20:20:21,+0000,,"Tesla is bringing most collision repairs in-house, as outside firms take weeks to months for repairs, driving Tesla owners (and us) crazy",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1041421552300916736,[],[],0,,False,20688,644,1327,,None,,,,,,,[],,,, +7008,1041108816006283264,1041108570740158464,1537054659000.0,2018-09-15 23:37:39,+0000,,@TechGrlTweeter True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1041108816006283264,[],[],0,,False,675,61,11,,None,,,,,,,"[{'screen_name': 'TechGrlTweeter', 'name': 'Tech Girl', 'id': '258557364'}]",,,, +7009,1041108570740158464,1041108570740158464,1537054600000.0,2018-09-15 23:36:40,+0000,,"Tesla owners can grant free Supercharging for life to a friend who buys S/3/X. Ends tomorrow night. https://t.co/7ZDXeIQVc7""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1041108570740158464,['http://tesla.com/support/referral-program'],[],0,,False,17583,1115,2085,,None,,,,,,,[],,,, +7010,1040730861585354753,1040071934573039616,1536964547000.0,2018-09-14 22:35:47,+0000,,@TheTrustySteed @Tesla Hi Dustin!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1040730861585354753,[],[],0,,False,3098,82,43,,None,,,,,,,"[{'screen_name': 'TheTrustySteed', 'name': 'Dustin Grace', 'id': '201421764'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7011,1040630345463357440,1040601333508788224,1536940582000.0,2018-09-14 15:56:22,+0000,,"@JoannMuller @alanohnsman @Forbes The Tesla board has done incredible work overseeing the largest value creation in the auto industry in 100+ years, despite many setbacks. Tesla owes its very existence to this board!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1040630345463357440,[],[],0,,False,8302,242,481,,None,,,,,,,"[{'screen_name': 'JoannMuller', 'name': 'Joann Muller', 'id': '105186242'}, {'screen_name': 'alanohnsman', 'name': 'Alan Ohnsman 🚶🏼\u200d♂️🚲🚌🚄', 'id': '177366201'}, {'screen_name': 'Forbes', 'name': 'Forbes', 'id': '91478624'}]",,,, +7012,1040611822523437056,1040606069565935616,1536936166000.0,2018-09-14 14:42:46,+0000,,"@mcwm The muskrat is like a beaver with small ideas, but it has a certain quiet dignity …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1040611822523437056,[],[],0,,False,958,53,54,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}]",,,, +7013,1040609402103848960,1040606069565935616,1536935589000.0,2018-09-14 14:33:09,+0000,,@mcwm Wut? https://t.co/suB8ZFtthK,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1040609402103848960,[],['https://pbs.twimg.com/media/DnD8uzkUYAATy0V.jpg'],1,https://pbs.twimg.com/media/DnD8uzkUYAATy0V.jpg,False,1088,56,54,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}]",,,, +7014,1040607199108558850,1040606069565935616,1536935064000.0,2018-09-14 14:24:24,+0000,,@mcwm Haha 😀,tl,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/1040607199108558850,[],[],0,,False,7523,106,134,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}]",,,, +7015,1040487333328351232,1040397262248005632,1536906486000.0,2018-09-14 06:28:06,+0000,,@FalconGridFin @SpaceX Intentionally so,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1040487333328351232,[],[],0,,False,1260,52,54,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +7016,1040486759820218368,1040486759820218368,1536906349000.0,2018-09-14 06:25:49,+0000,,Electric cars made with sunlight,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1040486759820218368,[],[],0,,False,56849,1120,6228,https://twitter.com/Tesla/status/1040302986730209281,None,,,,,,,[],,,, +7017,1040406219905613825,1040397262248005632,1536887147000.0,2018-09-14 01:05:47,+0000,,@AntVenom @SpaceX 🇯🇵,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1040406219905613825,[],[],0,,False,2804,213,472,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +7018,1040406114825715713,1040397262248005632,1536887122000.0,2018-09-14 01:05:22,+0000,,@FalconGridFin @SpaceX Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1040406114825715713,[],[],0,,False,2808,144,72,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +7019,1040142708453457926,1040138879263637504,1536824321000.0,2018-09-13 07:38:41,+0000,,Bricks will be free if used for affordable housing projects,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1040142708453457926,[],[],0,,False,19133,549,1504,,None,,,,,,,[],,,, +7020,1040140704159227904,1040140323480129536,1536823843000.0,2018-09-13 07:30:43,+0000,,@CleAgentBrandon Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1040140704159227904,[],[],0,,False,1453,51,33,,None,,,,,,,"[{'screen_name': 'CleAgentBrandon', 'name': 'Realtor Brandon', 'id': '965938387017519104'}]",,,, +7021,1040139968843145216,1040138879263637504,1536823668000.0,2018-09-13 07:27:48,+0000,,First Boring Brick store opening in ~2 months. Only 10 cents a brick! Rated for California seismic loads.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1040139968843145216,[],[],0,,False,14187,358,1079,,None,,,,,,,[],,,, +7022,1040139582531022848,1040138879263637504,1536823575000.0,2018-09-13 07:26:15,+0000,,@dylanstw__ @boringcompany About to finish first TBC HQ building made with Boring Bricks in the shape of a medieval watchtower,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1040139582531022848,[],[],0,,False,1387,74,91,,None,,,,,,,"[{'screen_name': 'dylanstw__', 'name': 'dylan stewart', 'id': '3002678456'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +7023,1040138879263637504,1040138879263637504,1536823408000.0,2018-09-13 07:23:28,+0000,,.@boringcompany will transport your car all the way into your garage,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1040138879263637504,[],[],0,,False,15943,493,1540,https://twitter.com/arstechnica/status/1040057735616888833,None,,,,,,,[],,,, +7024,1040007391331278848,1039653609560895490,1536792059000.0,2018-09-12 22:40:59,+0000,,@SyrinxStarman @TeslaRoadTrip @Tesla Thoughtful feedback,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1040007391331278848,[],[],0,,False,2944,70,47,,None,,,,,,,"[{'screen_name': 'SyrinxStarman', 'name': 'Lance Somoza', 'id': '15575228'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7025,1039982911322087429,1039982911322087429,1536786222000.0,2018-09-12 21:03:42,+0000,,"Due to a large increase in vehicle delivery volume in North America, Tesla customers may experience longer response times. Resolving this is our top priority.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1039982911322087429,[],[],0,,False,28957,1308,1460,,None,,,,,,,[],,,, +7026,1039982627317379072,1039951233358987266,1536786154000.0,2018-09-12 21:02:34,+0000,,"@PauloBriski @Tesla My apologies, am working on this exact issue right now",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1039982627317379072,[],[],0,,False,664,49,32,,None,,,,,,,"[{'screen_name': 'PauloBriski', 'name': 'Paulo', 'id': '606135472'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7027,1039437131976867840,1038786624040132608,1536656098000.0,2018-09-11 08:54:58,+0000,,@adultswim @RickandMorty Best show in the multiverse!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1039437131976867840,[],[],0,,False,38114,377,3574,,None,,,,,,,"[{'screen_name': 'adultswim', 'name': 'adultswim', 'id': '18732790'}, {'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +7028,1039404639429390336,1039390759907020801,1536648351000.0,2018-09-11 06:45:51,+0000,,"@ebf No, service will stock all colors",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1039404639429390336,[],[],0,,False,1923,34,24,,None,,,,,,,"[{'screen_name': 'ebf', 'name': 'Eduardo Fonseca', 'id': '5435772'}]",,,, +7029,1039404142559551488,1039390759907020801,1536648233000.0,2018-09-11 06:43:53,+0000,,"@DMC_Ryan @EdoubleZero Love that red. We tried every possible way to make red look 3D without floating a special red tint in primary gloss layer, but no way. We have to stop whole paint shop for red & it looks like an episode of Dexter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1039404142559551488,[],[],0,,False,2664,79,93,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'EdoubleZero', 'name': 'EdoubleZ', 'id': '154824026'}]",,,, +7030,1039390759907020801,1039390759907020801,1536645042000.0,2018-09-11 05:50:42,+0000,,"Moving 2 of 7 Tesla colors off menu on Wednesday to simplify manufacturing. Obsidian Black & Metallic Silver will still be available as special request, but at higher price.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1039390759907020801,[],[],0,,False,25152,1396,1261,,None,,,,,,,[],,,, +7031,1038545562000187392,1038528694564704256,1536443531000.0,2018-09-08 21:52:11,+0000,,@TheOceanCleanup Looks cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1038545562000187392,[],[],0,,False,4589,127,160,,None,,,,,,,"[{'screen_name': 'TheOceanCleanup', 'name': 'The Ocean Cleanup', 'id': '1037262350'}]",,,, +7032,1038537654827024384,1038537654827024384,1536441646000.0,2018-09-08 21:20:46,+0000,,"Not easy coming up with a good cover story for an underground volcano lair, but I think it’s working",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1038537654827024384,[],[],0,,False,83593,2167,7182,,None,,,,,,,[],,,, +7033,1038526444253503488,1038526444253503488,1536438973000.0,2018-09-08 20:36:13,+0000,,Test-driving our new boring machine with a 🎮,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1038526444253503488,[],[],0,,False,38932,948,4346,https://twitter.com/boringcompany/status/1038523411922731010,None,,,,,,,[],,,, +7034,1038359955781218304,1038148359301869570,1536399279000.0,2018-09-08 09:34:39,+0000,,"@Tesla_Bill @InsideEVs 2170 is about the right cell size, but I don’t recommend copying our current module design. Far too difficult to manufacture.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1038359955781218304,[],[],0,,False,4118,119,148,,None,,,,,,,"[{'screen_name': 'Tesla_Bill', 'name': 'TeslaBill', 'id': '767434591762276352'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +7035,1038332059129761793,1038282703672508416,1536392628000.0,2018-09-08 07:43:48,+0000,,@caitylotz Like sands through the hourglass …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1038332059129761793,[],[],0,,False,8090,238,228,,None,,,,,,,"[{'screen_name': 'caitylotz', 'name': 'Caity Lotz', 'id': '35364351'}]",,,, +7036,1038152378531250176,1037969720308195328,1536349789000.0,2018-09-07 19:49:49,+0000,,@PEpicerie 10 types of people in the world: those who understand binary & those who don’t 🦊🐶,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1038152378531250176,[],[],0,,False,1820,138,192,,None,,,,,,,"[{'screen_name': 'PEpicerie', 'name': 'petite_epicerie', 'id': '998928102297358336'}]",,,, +7037,1038123885235908609,1038092283323850752,1536342996000.0,2018-09-07 17:56:36,+0000,,"@karaswisher @themightyoo @itsmanibro Will do soon, as promised",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1038123885235908609,[],[],0,,False,815,55,26,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}, {'screen_name': 'itsmanibro', 'name': 'Mani Schlisser', 'id': '254765103'}]",,,, +7038,1037979494814900225,1037969720308195328,1536308570000.0,2018-09-07 08:22:50,+0000,,"@xJawz @RNaegels @joerogan @peterthiel @reidhoffman Not me, I’m gonna die right here in the USA. Or Mars. Just not on impact.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1037979494814900225,[],[],0,,False,1385,70,104,,None,,,,,,,"[{'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'RNaegels', 'name': 'Raf naegels', 'id': '789778029258113024'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'peterthiel', 'name': 'Peter Thiel', 'id': '49736166'}, {'screen_name': 'reidhoffman', 'name': 'Reid Hoffman', 'id': '10078'}]",,,, +7039,1037976743963840512,1037973950150541312,1536307915000.0,2018-09-07 08:11:55,+0000,,I am a business magnet,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1037976743963840512,[],[],0,,False,50924,2094,5341,,None,,,,,,,[],,,, +7040,1037973950150541312,1037973950150541312,1536307248000.0,2018-09-07 08:00:48,+0000,,Good times with @JoeRogan … https://t.co/8uZUsEJoq1,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1037973950150541312,['https://m.youtube.com/watch?v=ycPr5-27vSI&feature=youtu.be&a='],[],0,,False,51456,2528,6917,,None,,,,,,,[],,,, +7041,1037901130578067456,1037899618254761984,1536289887000.0,2018-09-07 03:11:27,+0000,,@andrew_gold_ Will add a fade mode with only essential info,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1037901130578067456,[],[],0,,False,667,60,24,,None,,,,,,,"[{'screen_name': 'andrew_gold_', 'name': 'A N D R E W G O L D ⚜️', 'id': '2695695995'}]",,,, +7042,1037502853680517120,1037502853680517120,1536194930000.0,2018-09-06 00:48:50,+0000,,"Tesla 1st, 2nd & 3rd in August sales",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1037502853680517120,[],[],0,,False,12563,689,1314,https://twitter.com/InsideEVs/status/1037484104915345410,None,,,,,,,[],,,, +7043,1037249325464600578,1037249325464600578,1536134485000.0,2018-09-05 08:01:25,+0000,,Will be on @JoeRogan at 9:30pm Pacific on Thursday,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1037249325464600578,[],[],0,,False,93005,2791,14542,,None,,,,,,,[],,,, +7044,1037205636021411841,1037135928601587712,1536124068000.0,2018-09-05 05:07:48,+0000,,"@andrew_gold_ Am running it in my car, but it’s not right yet. Hopefully, will release to advanced early access users in a week or two, then more broadly towards end of month.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1037205636021411841,[],[],0,,False,808,79,53,,None,,,,,,,"[{'screen_name': 'andrew_gold_', 'name': 'A N D R E W G O L D ⚜️', 'id': '2695695995'}]",,,, +7045,1036742121271779328,1036244917834719233,1536013558000.0,2018-09-03 22:25:58,+0000,,"@mliebow @Tesla Much appreciated! Great word-of-mouth is why Model 3 is the best-selling electric car, despite no advertising or paid endorsements.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1036742121271779328,[],[],0,,False,12530,293,688,,None,,,,,,,"[{'screen_name': 'mliebow', 'name': 'Mikey Likes ...', 'id': '50079644'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7046,1035356365336629249,1035323744863039488,1535683168000.0,2018-08-31 02:39:28,+0000,,"@FredericLambert @pooktd The multi-coat colors (pearl white & red) are hardest, red especially, as it has red tint in the clear coat layer itself for depth & complexity",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1035356365336629249,[],[],0,,False,854,118,41,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'pooktd', 'name': 'frank sarlo', 'id': '66499578'}]",,,, +7047,1035325350119583744,1035323744863039488,1535675773000.0,2018-08-31 00:36:13,+0000,,"@pooktd Sorry, we’ve put pretty extreme rules in place for paint & quality in general. If need be, we’re repainting/replacing entire sections of car or building whole new cars. Got to be done.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1035325350119583744,[],[],0,,False,978,112,45,,None,,,,,,,"[{'screen_name': 'pooktd', 'name': 'frank sarlo', 'id': '66499578'}]",,,, +7048,1035320831725920256,1035225689551712257,1535674696000.0,2018-08-31 00:18:16,+0000,,@CNN Can Steve Bannon please insult me some more? Best PR I’ve had in a while.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1035320831725920256,[],[],0,,False,50541,1225,3777,,None,,,,,,,"[{'screen_name': 'CNN', 'name': 'CNN', 'id': '759251'}]",,,, +7049,1035029257557237760,1034837423606251520,1535605179000.0,2018-08-30 04:59:39,+0000,,@ElectrekCo @FredericLambert !,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1035029257557237760,[],[],0,,False,7396,579,351,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +7050,1034654594670841856,1034646081395552257,1535515852000.0,2018-08-29 04:10:52,+0000,,@GlamandGore I was told that his parents preferred that his name not be mentioned,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1034654594670841856,[],[],0,,False,6194,68,112,,None,,,,,,,"[{'screen_name': 'GlamandGore', 'name': 'Mykie', 'id': '2456142770'}]",,,, +7051,1034489064659939328,1034488764729643010,1535476387000.0,2018-08-28 17:13:07,+0000,,@JohnnaCrider1 V cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1034489064659939328,[],[],0,,False,4073,86,110,,None,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Techno Gem', 'id': '1957568797'}]",,,, +7052,1034486631351242752,1034338788066164739,1535475807000.0,2018-08-28 17:03:27,+0000,,@yoda @RMac18 @TijenOnaran So you actually did nothing & yet imply you are a truth-seeker. The Twitter name you chose is @yoda.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1034486631351242752,[],[],0,,False,1423,237,50,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'TijenOnaran', 'name': 'Tijen Onaran', 'id': '2867945827'}]",,,, +7053,1034483805397114882,1034338788066164739,1535475133000.0,2018-08-28 16:52:13,+0000,,"@yoda @RMac18 @TijenOnaran Answer the question @yoda. You brought it up, not me. Did you investigate or not? If so, what did you actually do?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1034483805397114882,[],[],0,,False,978,146,36,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'TijenOnaran', 'name': 'Tijen Onaran', 'id': '2867945827'}]",,,, +7054,1034483462235975681,1034468411475156993,1535475051000.0,2018-08-28 16:50:51,+0000,,"@McMurchie @alexmd2 @Techmeme @CatherineShu At this point, I want ETH even if it is a scam",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1034483462235975681,[],[],0,,False,4966,915,1578,,None,,,,,,,"[{'screen_name': 'McMurchie', 'name': 'LumpyMilk', 'id': '80632501'}, {'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov, MD, MBA', 'id': '34694428'}, {'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'CatherineShu', 'name': 'Catherine Shu 🧶', 'id': '7389732'}]",,,, +7055,1034482379992301568,1034338788066164739,1535474793000.0,2018-08-28 16:46:33,+0000,,@yoda @RMac18 @TijenOnaran Did you investigate at all? I’m guessing answer is no. Why?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1034482379992301568,[],[],0,,False,853,120,35,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'TijenOnaran', 'name': 'Tijen Onaran', 'id': '2867945827'}]",,,, +7056,1034481943310749697,1034468411475156993,1535474689000.0,2018-08-28 16:44:49,+0000,,"@alexmd2 @Techmeme @CatherineShu It’s coming, I swear",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1034481943310749697,[],[],0,,False,1485,41,39,,None,,,,,,,"[{'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov, MD, MBA', 'id': '34694428'}, {'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'CatherineShu', 'name': 'Catherine Shu 🧶', 'id': '7389732'}]",,,, +7057,1034481160783585280,1034338788066164739,1535474503000.0,2018-08-28 16:41:43,+0000,,@yoda @RMac18 @TijenOnaran You don’t think it’s strange he hasn’t sued me? He was offered free legal services. And you call yourself @yoda …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1034481160783585280,[],[],0,,False,1471,681,144,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'TijenOnaran', 'name': 'Tijen Onaran', 'id': '2867945827'}]",,,, +7058,1034478990663274497,1034468411475156993,1535473985000.0,2018-08-28 16:33:05,+0000,,@Techmeme @CatherineShu Great actions by Twitter to delete bogus accounts. Will increase usage by real users.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1034478990663274497,[],[],0,,False,4013,149,190,,None,,,,,,,"[{'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'CatherineShu', 'name': 'Catherine Shu 🧶', 'id': '7389732'}]",,,, +7059,1034458577346260992,1034338788066164739,1535469118000.0,2018-08-28 15:11:58,+0000,,"@TijenOnaran For the record, my voice cracked once during the NY Times article. That’s it. There were no tears.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/1034458577346260992,[],[],0,,False,14238,727,802,,None,,,,,,,"[{'screen_name': 'TijenOnaran', 'name': 'Tijen Onaran', 'id': '2867945827'}]",,,, +7060,1034277020283232260,1028341108806365184,1535425832000.0,2018-08-28 03:10:32,+0000,,@TheIanChen @Tesla Sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1034277020283232260,[],[],0,,False,934,49,42,,None,,,,,,,"[{'screen_name': 'theianchen', 'name': 'Iᴀɴ Cʜᴇɴ', 'id': '2314089271'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7061,1034211853646221312,860982134575706113,1535410295000.0,2018-08-27 22:51:35,+0000,,@jwiechers @SwiftOnSecurity I want that outfit,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1034211853646221312,[],[],0,,False,553,58,15,,None,,,,,,,"[{'screen_name': 'jwiechers', 'name': '⬢ Jens Wiechers ⬡ (he/him; prefers they/them)', 'id': '15110495'}, {'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +7062,1033543361787977728,1033543361787977728,1535250914000.0,2018-08-26 02:35:14,+0000,,"The world lost a great man in John McCain. He was an honorable, kind, brave and fundamentally decent human being. If only there were more such people in the world.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1033543361787977728,[],[],0,,False,83415,1460,8080,,None,,,,,,,[],,,, +7063,1033494945972273152,1033494491905155072,1535239371000.0,2018-08-25 23:22:51,+0000,,@GrowthHackers This is why a small company with tight focus & high energy can beat a big company without,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1033494945972273152,[],[],0,,False,4426,156,432,,None,,,,,,,"[{'screen_name': 'GrowthHackers', 'name': 'GrowthHackers', 'id': '1705885393'}]",,,, +7064,1033494277643481089,1033434758468882432,1535239211000.0,2018-08-25 23:20:11,+0000,,@SeanHQuinn @yanquetino @Tesla This is utterly false. Fossil fuel merchants of doubt have been pushing that bs for years. Tesla Gigafactory will be 100% renewable powered (by Tesla Solar) by end of next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1033494277643481089,[],[],0,,False,3439,220,372,,None,,,,,,,"[{'screen_name': 'SeanHQuinn', 'name': 'Sean Quinn', 'id': '1112890393'}, {'screen_name': 'yanquetino', 'name': 'Mark Larsen', 'id': '45353985'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7065,1033493134645317633,1033434758468882432,1535238939000.0,2018-08-25 23:15:39,+0000,,"@yanquetino @Tesla Most people don’t realize that the cost of operating an electric vehicle is much lower than a gas car. Electricity is way cheaper than gas plus no oil changes, tune-ups,smog checks & other service costs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1033493134645317633,[],[],0,,False,36186,2091,4254,,None,,,,,,,"[{'screen_name': 'yanquetino', 'name': 'Mark Larsen', 'id': '45353985'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7066,1033405964009889792,1033404809985056768,1535218156000.0,2018-08-25 17:29:16,+0000,,"@j_brorsson @InsideEVs @Tesla @AirResources Most major customers have tried it & love it. Now we need to finish production design & build it, while avoiding dumb mistakes made with Model 3 production system. Wish it wasn’t so hard to be less stupid over time …",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1033405964009889792,[],[],0,,False,1208,93,98,,None,,,,,,,"[{'screen_name': 'j_brorsson', 'name': 'Johannes Brorsson', 'id': '46079229'}, {'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'AirResources', 'name': 'CARB', 'id': '226338599'}]",,,, +7067,1033405017175150592,1033404809985056768,1535217930000.0,2018-08-25 17:25:30,+0000,,@InsideEVs @Tesla @AirResources Maybe …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1033405017175150592,[],[],0,,False,724,58,33,,None,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'AirResources', 'name': 'CARB', 'id': '226338599'}]",,,, +7068,1033404726585450496,1033289387117883393,1535217861000.0,2018-08-25 17:24:21,+0000,,"@AskDrStupid This was key showstopper for me personally. Couldn’t make it happen, even through expert fiduciary SPV, without creating exotic trust structure that would prob not be accepted by regulators. Current rules have good intentions, but make wealth creation harder for small investors.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1033404726585450496,[],[],0,,False,2668,123,179,,None,,,,,,,"[{'screen_name': 'AskDrStupid', 'name': 'Doctor Stupid', 'id': '79134934'}]",,,, +7069,1033261623060783104,1033138567902638080,1535183742000.0,2018-08-25 07:55:42,+0000,,"@ElectrekCo @FredericLambert The extension cord was 1000 miles long, but still",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1033261623060783104,[],[],0,,False,1984,121,82,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +7070,1033260379147620352,1033138567902638080,1535183446000.0,2018-08-25 07:50:46,+0000,,"@ElectrekCo @FredericLambert What’s cool is that it was driven across the country alone (no escort or any accompanying vehicles), using the existing Tesla Supercharger network and an extension cord",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1033260379147620352,[],[],0,,False,8696,196,572,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +7071,1033229945382858753,1033191002033381376,1535176190000.0,2018-08-25 05:49:50,+0000,,"@Tesla In talking to our public investors, most were supportive of optimizing for long-term value creation over quarterly earnings. This was also a factor in remaining public.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1033229945382858753,[],[],0,,False,12380,627,834,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7072,1033203657137745920,1033202742808834048,1535169922000.0,2018-08-25 04:05:22,+0000,,@nichegamer It’s almost done,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1033203657137745920,[],[],0,,False,2660,67,649,,None,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +7073,1033203405223735297,1033202742808834048,1535169862000.0,2018-08-25 04:04:22,+0000,,"@isco__ Yes 😀🖤🚀, looks brutal otherwise",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1033203405223735297,[],[],0,,False,1042,48,26,,None,,,,,,,"[{'screen_name': 'isco__', 'name': 'Isco', 'id': '15499245'}]",,,, +7074,1033202742808834048,1033202742808834048,1535169704000.0,2018-08-25 04:01:44,+0000,,This is actually real,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1033202742808834048,[],[],0,,False,29012,719,2411,https://twitter.com/SpaceX/status/1033167462986997760,None,,,,,,,[],,,, +7075,1033202579214192640,1033202579214192640,1535169665000.0,2018-08-25 04:01:05,+0000,,"This time, the vacuum tunnel will be a bit longer & SpaceX will provide some advance funding for student teams with most promising designs. Bonus award for all race pods that exceed half the speed of sound!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1033202579214192640,[],[],0,,False,10151,308,1159,https://twitter.com/Hyperloop/status/1032818998243520512,None,,,,,,,[],,,, +7076,1032977253297057792,1032858055032037381,1535115943000.0,2018-08-24 13:05:43,+0000,,"@AshleyEsqueda Tesla Car Karaoke hopefully ready in OTA software update version 10. Just played Missile Command, Asteroids & Lunar Lander in V9. Really fun!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/1032977253297057792,[],[],0,,False,10879,239,589,,None,,,,,,,"[{'screen_name': 'AshleyEsqueda', 'name': '.ashley. ✨🎙', 'id': '129911948'}]",,,, +7077,1032805107157618689,1032803430581116933,1535074900000.0,2018-08-24 01:41:40,+0000,,@ElectrekCo I was just there. Cardboard being prepped for recycling along southern fence line caught fire. Super appreciate fast response by Fremont fire dept! No injuries or damage to factory.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1032805107157618689,[],[],0,,False,11507,231,512,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +7078,1032804122330845184,1032804122330845184,1535074665000.0,2018-08-24 01:37:45,+0000,,"Goal is to service your car wherever you are, quietly & quickly. No need to bring it to a Tesla service center.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1032804122330845184,[],[],0,,False,42356,1337,4559,https://twitter.com/Tesla/status/1032706860359417856,None,,,,,,,[],,,, +7079,1032575787340189696,1032575096701906944,1535020226000.0,2018-08-23 10:30:26,+0000,,@Model3Owners Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1032575787340189696,[],[],0,,False,3358,128,91,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +7080,1032575096701906944,1032575096701906944,1535020062000.0,2018-08-23 10:27:42,+0000,,"Love born in the brain is more spirited, doubtless, than true love, but it has only flashes of enthusiasm; it knows itself too well, it criticizes itself incessantly; so far from banishing thought, it is itself reared only upon a structure of thought. 🖤The Red and The Black♥️",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1032575096701906944,[],[],0,,False,33001,1635,4549,,None,,,,,,,[],,,, +7081,1032568982836928512,1032558132189425665,1535018604000.0,2018-08-23 10:03:24,+0000,,@VoxPolitico So many saved drafts. So … so many.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1032568982836928512,[],[],0,,False,1565,104,59,,None,,,,,,,"[{'screen_name': 'VoxPolitico', 'name': 'Karan', 'id': '1153544096029392896'}]",,,, +7082,1032561259655323648,1032558132189425665,1535016763000.0,2018-08-23 09:32:43,+0000,,@VoxPolitico I’m dying to,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1032561259655323648,[],[],0,,False,14544,243,541,,None,,,,,,,"[{'screen_name': 'VoxPolitico', 'name': 'Karan', 'id': '1153544096029392896'}]",,,, +7083,1032421611742191617,1032366794089029632,1534983468000.0,2018-08-23 00:17:48,+0000,,"@tldtoday @Tesla Cool, lmk if you have suggestions for improvement after you drive it",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1032421611742191617,[],[],0,,False,3145,47,69,,None,,,,,,,"[{'screen_name': 'tldtoday', 'name': 'Jonathan Morrison 🙋🏻\u200d♂️', 'id': '126124275'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7084,1032419173706563584,1032407528213229568,1534982887000.0,2018-08-23 00:08:07,+0000,,@CathieDWood Thank you for the thoughtful letter,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1032419173706563584,[],[],0,,False,2738,98,100,,None,,,,,,,"[{'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}]",,,, +7085,1032411200213024769,1032366794089029632,1534980986000.0,2018-08-22 23:36:26,+0000,,"@tldtoday @Tesla Thanks for buying our car! Would highly recommend performance version. It’s really good & I don’t say that lightly. Nothing will give you greater joy. Full refund, no hard feelings if not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/1032411200213024769,[],[],0,,False,9262,150,294,,None,,,,,,,"[{'screen_name': 'tldtoday', 'name': 'Jonathan Morrison 🙋🏻\u200d♂️', 'id': '126124275'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7086,1032285070449467393,1032241809035014144,1534950914000.0,2018-08-22 15:15:14,+0000,,@Teslatunity @Tesla Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1032285070449467393,[],[],0,,False,621,48,26,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7087,1032131349505699840,1032042656040251392,1534914264000.0,2018-08-22 05:04:24,+0000,,@LittleMissFlint Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1032131349505699840,[],[],0,,False,976,44,9,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +7088,1032042656040251392,1032042656040251392,1534893118000.0,2018-08-21 23:11:58,+0000,, https://t.co/Q9JE06lmWN,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1032042656040251392,[],['https://pbs.twimg.com/media/DlKNU5KVAAAJ8dk.jpg'],1,https://pbs.twimg.com/media/DlKNU5KVAAAJ8dk.jpg,False,37168,1657,2366,,None,,,,,,,[],,,, +7089,1031969283612397569,1031959950870945793,1534875624000.0,2018-08-21 18:20:24,+0000,,"@wuhfel Instagram is so thirsty, yet gives you Death by Water",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1031969283612397569,[],[],0,,False,1009,105,174,,None,,,,,,,"[{'screen_name': 'wuhfel', 'name': 'wuhfel', 'id': '1877283536'}]",,,, +7090,1031960174574161920,1031959950870945793,1534873453000.0,2018-08-21 17:44:13,+0000,,@wuhfel Didn’t “like” it,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1031960174574161920,[],[],0,,False,731,77,55,,None,,,,,,,"[{'screen_name': 'wuhfel', 'name': 'wuhfel', 'id': '1877283536'}]",,,, +7091,1031959950870945793,1031959950870945793,1534873399000.0,2018-08-21 17:43:19,+0000,,Really makes me wanna buy Rice Krispies,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1031959950870945793,[],[],0,,False,15945,640,1977,https://twitter.com/MattPotter/status/1031921389220098049,None,,,,,,,[],,,, +7092,1031959325240111106,1031936103891140608,1534873250000.0,2018-08-21 17:40:50,+0000,,@AlexanderPayton Excession,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1031959325240111106,[],[],0,,False,389,29,12,,None,,,,,,,"[{'screen_name': 'AlexanderPayton', 'name': 'Payton Alexander', 'id': '312887209'}]",,,, +7093,1031936103891140608,1031936103891140608,1534867714000.0,2018-08-21 16:08:34,+0000,,Read Eliot’s notes on The Waste Land https://t.co/2SSsHiJmiO https://t.co/uToAi4kBi1,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1031936103891140608,['https://en.m.wikipedia.org/wiki/The_Waste_Land'],['https://pbs.twimg.com/media/DlIsagwV4AATIF6.jpg'],1,https://pbs.twimg.com/media/DlIsagwV4AATIF6.jpg,False,5019,605,522,,None,,,,,,,[],,,, +7094,1031258020548771840,1031255665585483776,1534706046000.0,2018-08-19 19:14:06,+0000,,@O_Landman @Tesla Version 10,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1031258020548771840,[],[],0,,False,1172,131,89,,None,,,,,,,"[{'screen_name': 'O_Landman', 'name': 'ben ahlander', 'id': '853844082'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7095,1031111742103814144,1030559018606051328,1534671171000.0,2018-08-19 09:32:51,+0000,,@ariannahuff Ford & Tesla are the only 2 American car companies to avoid bankruptcy. I just got home from the factory. You think this is an option. It is not.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/1031111742103814144,[],[],0,,False,37965,1475,3211,,None,,,,,,,"[{'screen_name': 'ariannahuff', 'name': 'Arianna Huffington', 'id': '21982720'}]",,,, +7096,1030735648171282433,1030735648171282433,1534581503000.0,2018-08-18 08:38:23,+0000,,Super appreciate free concert for Tesla during this intense time! 🖤🖤,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1030735648171282433,[],[],0,,False,18776,644,1000,https://twitter.com/Tesla/status/1030662218138890240,None,,,,,,,[],,,, +7097,1030632127870599168,1030632127870599168,1534556822000.0,2018-08-18 01:47:02,+0000,,Great meeting you!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1030632127870599168,[],[],0,,False,74345,1350,5028,https://twitter.com/MKBHD/status/1030627360993947648,None,,,,,,,[],,,, +7098,1030237322694934528,1030221691488796672,1534462693000.0,2018-08-16 23:38:13,+0000,,@StephenNellis @Tesla Nvidia makes great hardware. High respect for Jensen & company. Our hardware needs were just unique & matched tightly to our software.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1030237322694934528,[],[],0,,False,5934,160,294,,None,,,,,,,"[{'screen_name': 'StephenNellis', 'name': 'Stephen Nellis', 'id': '2797194138'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7099,1029947219573702656,1029947219573702656,1534393527000.0,2018-08-16 04:25:27,+0000,,Model 3 review by Unbox ... https://t.co/UeA9MXyva1 via @YouTube,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1029947219573702656,['https://youtu.be/nPH_I_klt-E'],[],0,,False,10948,634,1227,,None,,,,,,,[],,,, +7100,1029939331736072192,1029938219125694464,1534391646000.0,2018-08-16 03:54:06,+0000,,@BSaiHemanth Missile Command & Lunar Lander already working in dev build. We changed the control mapping for max fun on a touchscreen.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1029939331736072192,[],[],0,,False,885,62,48,,None,,,,,,,"[{'screen_name': 'BSaiHemanth', 'name': 'Sai Hemanth BR', 'id': '4871824796'}]",,,, +7101,1029938219125694464,1029938219125694464,1534391381000.0,2018-08-16 03:49:41,+0000,,Defeating traffic is the ultimate boss battle,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1029938219125694464,[],[],0,,False,89740,2795,11158,,None,,,,,,,[],,,, +7102,1029238844443439111,1028080089592815618,1534224637000.0,2018-08-14 05:30:37,+0000,,@MacTechGenius @kaushal_k @kevinmitnick Blue too,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1029238844443439111,[],[],0,,False,724,60,29,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'kaushal_k', 'name': 'Kaushal Banninthaya', 'id': '40418993'}, {'screen_name': 'kevinmitnick', 'name': 'Kevin Mitnick', 'id': '14666934'}]",,,, +7103,1029236837083009025,1028080089592815618,1534224158000.0,2018-08-14 05:22:38,+0000,,@kaushal_k @kevinmitnick Hex nostalgia,pt,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1029236837083009025,[],[],0,,False,644,30,26,,None,,,,,,,"[{'screen_name': 'kaushal_k', 'name': 'Kaushal Banninthaya', 'id': '40418993'}, {'screen_name': 'kevinmitnick', 'name': 'Kevin Mitnick', 'id': '14666934'}]",,,, +7104,1029235533396860928,1028080089592815618,1534223848000.0,2018-08-14 05:17:28,+0000,,@kevinmitnick 49 20 77 61 73 2e 20 53 6f 72 72 79 20 74 6f 20 68 61 76 65 20 6d 69 73 73 65 64 20 79 6f 75 2e,et,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/1029235533396860928,[],[],0,,False,6534,403,450,,None,,,,,,,"[{'screen_name': 'kevinmitnick', 'name': 'Kevin Mitnick', 'id': '14666934'}]",,,, +7105,1029171381584314368,1028990114267987968,1534208553000.0,2018-08-14 01:02:33,+0000,,"@Tesla I’m excited to work with Silver Lake and Goldman Sachs as financial advisors, plus Wachtell, Lipton, Rosen & Katz and Munger, Tolles & Olson as legal advisors, on the proposal to take Tesla private",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/1029171381584314368,[],[],0,,False,11817,668,1136,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7106,1029016696193863680,1028984929093398528,1534171673000.0,2018-08-13 14:47:53,+0000,,@amitkatwala @WiredUK Open to it at some point. You did an impressive amount of work on this article.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/1029016696193863680,[],[],0,,False,1085,34,26,,None,,,,,,,"[{'screen_name': 'amitkatwala', 'name': 'Amit Katwala', 'id': '278441639'}, {'screen_name': 'WiredUK', 'name': 'WIRED UK', 'id': '22363802'}]",,,, +7107,1029001597982928898,1028984929093398528,1534168073000.0,2018-08-13 13:47:53,+0000,,"@amitkatwala @WiredUK Mostly accurate, even though I didn’t do an interview (or pose for cover)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/1029001597982928898,[],[],0,,False,8248,173,360,,None,,,,,,,"[{'screen_name': 'amitkatwala', 'name': 'Amit Katwala', 'id': '278441639'}, {'screen_name': 'WiredUK', 'name': 'WIRED UK', 'id': '22363802'}]",,,, +7108,1028985700459339776,1028974629325615104,1534164283000.0,2018-08-13 12:44:43,+0000,,@physorg_com @ETH_en @PNASNews ETH beam heh heh,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/1028985700459339776,[],[],0,,False,1154,65,55,,None,,,,,,,"[{'screen_name': 'physorg_com', 'name': 'Phys.org', 'id': '17248121'}, {'screen_name': 'ETH_en', 'name': 'ETH Zurich', 'id': '204279080'}, {'screen_name': 'PNASNews', 'name': 'PNASNews', 'id': '258847118'}]",,,, +7109,1028983518183837696,1028982413060435968,1534163762000.0,2018-08-13 12:36:02,+0000,,"@Josh1C Good idea, we will add this feature!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/1028983518183837696,[],[],0,,False,5558,58,95,,None,,,,,,,"[{'screen_name': 'Josh1C', 'name': 'Josh Cunningham', 'id': '27496807'}]",,,, +7110,1028773837557649410,1028773837557649410,1534113771000.0,2018-08-12 22:42:51,+0000,,Model 3 traction testing on pure ice & snow,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1028773837557649410,[],[],0,,False,29036,805,2847,https://twitter.com/Tesla/status/1028673766090399744,None,,,,,,,[],,,, +7111,1028351047478042624,1028351047478042624,1534012970000.0,2018-08-11 18:42:50,+0000,,Great Q&A @defcon last night. Thanks for helping make Tesla & SpaceX more secure! Planning to open-source Tesla vehicle security software for free use by other car makers. Extremely important to a safe self-driving future for all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1028351047478042624,[],[],0,,False,22665,650,3228,,None,,,,,,,[],,,, +7112,1028349398546231296,1028121465785405441,1534012577000.0,2018-08-11 18:36:17,+0000,,"@momof3terrors Thanks, great feedback. Will be a fun project for Tesla design. Love the idea of adding a special item every few months, so whenever you go into a Tesla store, there is something new & delightful to see.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1028349398546231296,[],[],0,,False,638,32,27,,None,,,,,,,"[{'screen_name': 'momof3terrors', 'name': 'Rachel Dean', 'id': '27472095'}]",,,, +7113,1028335775480332289,1028321533113126912,1534009329000.0,2018-08-11 17:42:09,+0000,,"@FredericLambert @woodhaus2 Production design will be better, especially in details. We are dying to do this, but primary focus must remain on making affordable version of Model 3 & bringing Y to market",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1028335775480332289,[],[],0,,False,6787,185,349,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'woodhaus2', 'name': 'Franz von Holzhausen', 'id': '55769345'}]",,,, +7114,1028146651268087809,1028121465785405441,1533964238000.0,2018-08-11 05:10:38,+0000,,@Photofeature He was amazing,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1028146651268087809,[],[],0,,False,518,20,8,,None,,,,,,,"[{'screen_name': 'Photofeature', 'name': 'Lara Platman', 'id': '71337202'}]",,,, +7115,1028141920399306752,1028121465785405441,1533963110000.0,2018-08-11 04:51:50,+0000,,@PrydeFoltz Not if you had a wide elastic at the top,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1028141920399306752,[],[],0,,False,536,29,8,,None,,,,,,,"[{'screen_name': 'PrydeFoltz', 'name': 'Pryde Foltz', 'id': '1532222198'}]",,,, +7116,1028139797649469440,1028121465785405441,1533962604000.0,2018-08-11 04:43:24,+0000,,@ShorealoneFilms Busted,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1028139797649469440,[],[],0,,False,1694,29,76,,None,,,,,,,"[{'screen_name': 'ShorealoneFilms', 'name': 'Matt Hartman', 'id': '209681820'}]",,,, +7117,1028139236548128768,1028121465785405441,1533962470000.0,2018-08-11 04:41:10,+0000,,And thigh high socks with pockets for lipliner & cards,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1028139236548128768,[],[],0,,False,40096,805,3343,,None,,,,,,,[],,,, +7118,1028132430992105472,1028121465785405441,1533960847000.0,2018-08-11 04:14:07,+0000,,@KiannaFierce Of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1028132430992105472,[],[],0,,False,831,46,27,,None,,,,,,,"[{'screen_name': 'kiannafierce', 'name': '\U0001f977', 'id': '1349599101218922496'}]",,,, +7119,1028132035720880129,1028121465785405441,1533960753000.0,2018-08-11 04:12:33,+0000,,Unis3x,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1028132035720880129,[],[],0,,False,10374,249,863,,None,,,,,,,[],,,, +7120,1028131675602079747,1028121465785405441,1533960667000.0,2018-08-11 04:11:07,+0000,,Paired with thigh-high sockboots,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1028131675602079747,[],[],0,,False,10928,243,910,,None,,,,,,,[],,,, +7121,1028129215059828737,1028121465785405441,1533960081000.0,2018-08-11 04:01:21,+0000,,What are your fav short shorts?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1028129215059828737,[],[],0,,False,9944,1260,909,,None,,,,,,,[],,,, +7122,1028126594425081863,1028121465785405441,1533959456000.0,2018-08-11 03:50:56,+0000,,S3XY,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1028126594425081863,[],[],0,,False,32253,533,6798,,None,,,,,,,[],,,, +7123,1028121465785405441,1028121465785405441,1533958233000.0,2018-08-11 03:30:33,+0000,,Short shorts coming soon to Tesla merch,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1028121465785405441,[],[],0,,False,96185,2374,14188,,None,,,,,,,[],,,, +7124,1028119241025904640,1027906040283713537,1533957703000.0,2018-08-11 03:21:43,+0000,,@davidein Put them on & post a selfie,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1028119241025904640,[],[],0,,False,3945,127,211,,None,,,,,,,"[{'screen_name': 'davidein', 'name': 'David Einhorn', 'id': '52849759'}]",,,, +7125,1028074217793679360,1028074217793679360,1533946968000.0,2018-08-11 00:22:48,+0000,,.@defcon. hqr sz wut.,pl,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1028074217793679360,[],[],0,,False,7756,860,916,,None,,,,,,,[],,,, +7126,1028016698924793856,1028015767437094913,1533933255000.0,2018-08-10 20:34:15,+0000,,@thesheetztweetz @Chubbies @davidein @khency6 @CNBC Awesome 🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1028016698924793856,[],[],0,,False,668,33,33,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'Chubbies', 'name': 'Chubbies', 'id': '300544697'}, {'screen_name': 'davidein', 'name': 'David Einhorn', 'id': '52849759'}, {'screen_name': 'khency6', 'name': 'khency6', 'id': '15162975'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +7127,1027798878962081793,1027671485324910599,1533881322000.0,2018-08-10 06:08:42,+0000,,"@JohnnaSabri @Medium Love this from P&P: “One has got all the goodness, and the other all the appearance of it.” Reminds me so of my Nana, who was very stern & strict & yet kindest of all. Believe in good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1027798878962081793,[],[],0,,False,3271,112,167,,None,,,,,,,"[{'screen_name': 'Medium', 'name': 'Medium', 'id': '571202103'}]",,,, +7128,1027782177721790465,1027688205552943104,1533877341000.0,2018-08-10 05:02:21,+0000,,@SpaceXUpdates Those are the new design made of titanium. Doesn’t need heat shielding or even paint.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1027782177721790465,[],[],0,,False,4299,144,189,,None,,,,,,,"[{'screen_name': 'SpaceXUpdates', 'name': 'SpaceXUpdates', 'id': '738023983266828288'}]",,,, +7129,1027316549697253377,1027294935504936960,1533766326000.0,2018-08-08 22:12:06,+0000,,"@lexiheft @FredericLambert @lexfridman Sorry, meant to say same timeframe as hardware",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1027316549697253377,[],[],0,,False,558,64,33,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +7130,1027315863454593025,1027294935504936960,1533766163000.0,2018-08-08 22:09:23,+0000,,@komocode @FredericLambert @lexfridman Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1027315863454593025,[],[],0,,False,487,18,13,,None,,,,,,,"[{'screen_name': 'komocode', 'name': 'komocode', 'id': '20936024'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +7131,1027314633101598721,1027294935504936960,1533765869000.0,2018-08-08 22:04:29,+0000,,@FredericLambert @lexfridman Probably 4 to 6 months. Those who order full self-driving get the upgrade at no cost. It isn’t needed just for enhanced Autopilot.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1027314633101598721,[],[],0,,False,942,80,84,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +7132,1027294935504936960,1027294935504936960,1533761173000.0,2018-08-08 20:46:13,+0000,,Tesla deliveries & AP hardware chart by @lexfridman at MIT https://t.co/6vZxKMcec2,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1027294935504936960,[],['https://pbs.twimg.com/media/DkGvTBjUcAAjMwJ.jpg'],1,https://pbs.twimg.com/media/DkGvTBjUcAAjMwJ.jpg,False,10565,476,1126,,None,,,,,,,[],,,, +7133,1026914941004001280,1026914941004001280,1533670575000.0,2018-08-07 19:36:15,+0000,,Investor support is confirmed. Only reason why this is not certain is that it’s contingent on a shareholder vote.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1026914941004001280,[],[],0,,False,17481,1549,2532,https://twitter.com/Tesla/status/1026912973120462848,None,,,,,,,[],,,, +7134,1026907699760390146,1026872652290379776,1533668849000.0,2018-08-07 19:07:29,+0000,,@MindFieldMusic Def no forced sales. Hope all shareholders remain. Will be way smoother & less disruptive as a private company. Ends negative propaganda from shorts.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1026907699760390146,[],[],0,,False,7001,502,614,,None,,,,,,,"[{'screen_name': 'MindFieldMusic', 'name': 'Brian Peace', 'id': '293249961'}]",,,, +7135,1026906046839672832,1026872652290379776,1533668455000.0,2018-08-07 19:00:55,+0000,,"@thatspacegeek Yes, but liquidity events would be limited to every 6 months or so (like SpaceX)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1026906046839672832,[],[],0,,False,1598,66,95,,None,,,,,,,"[{'screen_name': 'thatspacegeek', 'name': 'Derek P-M', 'id': '16728281'}]",,,, +7136,1026894478764851202,1026882735455916032,1533665697000.0,2018-08-07 18:14:57,+0000,,@FredericLambert No change,fr,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1026894478764851202,[],[],0,,False,1277,69,45,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +7137,1026894228541071360,1026872652290379776,1533665637000.0,2018-08-07 18:13:57,+0000,,Shareholders could either to sell at 420 or hold shares & go private,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1026894228541071360,[],[],0,,False,19582,1261,2045,,None,,,,,,,[],,,, +7138,1026892550337122304,1026872652290379776,1533665237000.0,2018-08-07 18:07:17,+0000,,@heydave7 Absolutely. Am super appreciative of Tesla shareholders. Will ensure their prosperity in any scenario.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1026892550337122304,[],[],0,,False,6547,265,475,,None,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +7139,1026890900885184514,1026872652290379776,1533664844000.0,2018-08-07 18:00:44,+0000,,@Gfilche My hope is *all* current investors remain with Tesla even if we’re private. Would create special purpose fund enabling anyone to stay with Tesla. Already do this with Fidelity’s SpaceX investment.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1026890900885184514,[],[],0,,False,8152,484,854,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}]",,,, +7140,1026888063899774976,1026872652290379776,1533664167000.0,2018-08-07 17:49:27,+0000,,@EvotoRentals Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1026888063899774976,[],[],0,,False,2096,76,50,,None,,,,,,,"[{'screen_name': 'EvotoRentals', 'name': 'Soby Evoto', 'id': '816116851331698688'}]",,,, +7141,1026885883482365953,1026882735455916032,1533663647000.0,2018-08-07 17:40:47,+0000,,@FredericLambert I don’t have a controlling vote now & wouldn’t expect any shareholder to have one if we go private. I won’t be selling in either scenario.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1026885883482365953,[],[],0,,False,1535,86,140,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +7142,1026882735455916032,1026882735455916032,1533662897000.0,2018-08-07 17:28:17,+0000,,Good morning 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1026882735455916032,[],[],0,,False,43849,3646,2831,,None,,,,,,,[],,,, +7143,1026879404905885697,1026875440131137537,1533662103000.0,2018-08-07 17:15:03,+0000,,@LizClaman @Tesla 420,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1026879404905885697,[],[],0,,False,5987,286,805,,None,,,,,,,"[{'screen_name': 'LizClaman', 'name': 'Liz Claman', 'id': '20707966'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7144,1026872652290379776,1026872652290379776,1533660493000.0,2018-08-07 16:48:13,+0000,,Am considering taking Tesla private at $420. Funding secured.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1026872652290379776,[],[],0,,False,85661,5944,15008,,None,,,,,,,[],,,, +7145,1026266053658038272,1026262681848709120,1533515868000.0,2018-08-06 00:37:48,+0000,,@ChillinQuillen @joerogan Maybe Thursday,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1026266053658038272,[],[],0,,False,1226,94,83,,None,,,,,,,"[{'screen_name': 'ChillinQuillen', 'name': 'Mike Quillen', 'id': '16352001'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +7146,1026257578920009730,1026175234825547776,1533513848000.0,2018-08-06 00:04:08,+0000,,@gdb @OpenAI @Blitz_DotA Great work by @OpenAI. Need the neural interface soon to enable human/AI symbiosis.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1026257578920009730,[],[],0,,False,1054,59,118,,None,,,,,,,"[{'screen_name': 'gdb', 'name': 'Greg Brockman', 'id': '162124540'}, {'screen_name': 'OpenAI', 'name': 'OpenAI', 'id': '4398626122'}, {'screen_name': 'Blitz_DotA', 'name': 'William Lee', 'id': '538267747'}]",,,, +7147,1026250770235023360,1026249457950633984,1533512225000.0,2018-08-05 23:37:05,+0000,,@Excellion We’re working on a new Tesla mini-car that can squeeze in an adult,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1026250770235023360,[],[],0,,False,809,173,82,,None,,,,,,,"[{'screen_name': 'Excellion', 'name': 'Samson Mow', 'id': '14654494'}]",,,, +7148,1026231822122770432,1026188902522966016,1533507707000.0,2018-08-05 22:21:47,+0000,,@Khoji Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1026231822122770432,[],[],0,,False,264,9,6,,None,,,,,,,"[{'screen_name': 'Khoji', 'name': 'Timo Grün', 'id': '10350472'}]",,,, +7149,1026229874548043776,1026228709437714432,1533507243000.0,2018-08-05 22:14:03,+0000,,"@Rengle820 Model S P100D is def still the top end, but Model 3 Performance is higher value for money",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1026229874548043776,[],[],0,,False,463,17,29,,None,,,,,,,"[{'screen_name': 'Rengle820', 'name': 'Ryan Engle', 'id': '3258986054'}]",,,, +7150,1026208127128035328,1026202323775672320,1533502058000.0,2018-08-05 20:47:38,+0000,,"@lexiheft Early access will have bugs (usually minor, but you never know for sure), so would not advise early access unless you’re prepared to have something go wrong",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1026208127128035328,[],[],0,,False,491,46,13,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}]",,,, +7151,1026204484421074944,1026202323775672320,1533501189000.0,2018-08-05 20:33:09,+0000,,@Scobleizer 🖤 Tesla Autopilot Team 🖤,pl,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1026204484421074944,[],[],0,,False,859,31,42,,None,,,,,,,"[{'screen_name': 'Scobleizer', 'name': '\U0001f7e3Scoble', 'id': '13348'}]",,,, +7152,1026203902155218944,1026199205910663168,1533501050000.0,2018-08-05 20:30:50,+0000,,@vicentes @vishaljotshi Everywhere …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1026203902155218944,[],[],0,,False,380,29,10,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'vishaljotshi', 'name': 'Vishal jotshi', 'id': '2292677269'}]",,,, +7153,1026203726371934208,1026199205910663168,1533501008000.0,2018-08-05 20:30:08,+0000,,@LanceUlanoff @vishaljotshi Much more interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1026203726371934208,[],[],0,,False,340,6,11,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}, {'screen_name': 'vishaljotshi', 'name': 'Vishal jotshi', 'id': '2292677269'}]",,,, +7154,1026203526332989441,1026202323775672320,1533500961000.0,2018-08-05 20:29:21,+0000,,"@chriscardinal Games & other refinements will go to all Tesla S, X & 3 from start of production. Autopilot enhancements apply to all Model 3’s plus S & X made in last few years (needs Autopilot Hardware V2.0 or higher).",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1026203526332989441,[],[],0,,False,488,12,29,,None,,,,,,,"[{'screen_name': 'chriscardinal', 'name': 'chriscardinal', 'id': '7872092'}]",,,, +7155,1026202323775672320,1026202323775672320,1533500674000.0,2018-08-05 20:24:34,+0000,,Glad you’re enjoying Model 3 & thanks for buying a Tesla! Major enhancements to Autopilot & fun games coming in a month with V9.0.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1026202323775672320,[],[],0,,False,8507,333,548,https://twitter.com/Scobleizer/status/1026199248985972736,None,,,,,,,[],,,, +7156,1026201140378009600,1026199205910663168,1533500392000.0,2018-08-05 20:19:52,+0000,,@vishaljotshi Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1026201140378009600,[],[],0,,False,906,37,23,,None,,,,,,,"[{'screen_name': 'vishaljotshi', 'name': 'Vishal jotshi', 'id': '2292677269'}]",,,, +7157,1026193065034149888,1026192651530502144,1533498467000.0,2018-08-05 19:47:47,+0000,,@MatthewTBishop @mattdebord Def worth it. Model 3 Performance is next-level.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1026193065034149888,[],[],0,,False,921,37,48,,None,,,,,,,"[{'screen_name': 'MatthewTBishop', 'name': 'Matt Bishop', 'id': '144232341'}, {'screen_name': 'mattdebord', 'name': 'Matthew DeBord', 'id': '12013352'}]",,,, +7158,1026191962926280704,1010189882503950336,1533498204000.0,2018-08-05 19:43:24,+0000,,"@bbccomedy @BoycottStuff 🖤 Tracey “… before I knew it, I was writing to The Guardian …” 🤣🤣🤣",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1026191962926280704,[],[],0,,False,725,20,26,,None,,,,,,,"[{'screen_name': 'bbccomedy', 'name': 'BBC Comedy', 'id': '7267562'}, {'screen_name': 'BoycottStuff', 'name': 'Privileged Hobo', 'id': '903557879269117953'}]",,,, +7159,1026189335668781056,1026188902522966016,1533497577000.0,2018-08-05 19:32:57,+0000,,@marks22 Thanks for the tip. His attention to detail is excellent.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1026189335668781056,[],[],0,,False,388,21,10,,None,,,,,,,"[{'screen_name': 'marks22', 'name': 'Mark Schey', 'id': '15989755'}]",,,, +7160,1026189082882260992,1026188583005249536,1533497517000.0,2018-08-05 19:31:57,+0000,,@JmChile @OpenAI The humans,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1026189082882260992,[],[],0,,False,3319,45,190,,None,,,,,,,"[{'screen_name': 'JmChile', 'name': 'Jota Eme', 'id': '26353844'}, {'screen_name': 'OpenAI', 'name': 'OpenAI', 'id': '4398626122'}]",,,, +7161,1026188902522966016,1026188902522966016,1533497474000.0,2018-08-05 19:31:14,+0000,,Love The Handmaiden. Director also made original Korean Oldboy. https://t.co/FtXqNflQlr,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1026188902522966016,['https://m.youtube.com/watch?v=IkvHtfRAKNkp'],[],0,,False,3965,217,268,,None,,,,,,,[],,,, +7162,1026185672468512773,1026181113461567488,1533496704000.0,2018-08-05 19:18:24,+0000,,@WorldAndScience Very tiny,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1026185672468512773,[],[],0,,False,7215,236,329,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +7163,1026164075900727296,1026164075900727296,1533491555000.0,2018-08-05 17:52:35,+0000,,Performance Model 3 review by @mattdebord https://t.co/uEA599VPcX,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1026164075900727296,['https://www.businessinsider.com/tesla-model-3-performance-first-drive-2018-8'],[],0,,False,6114,281,640,,None,,,,,,,[],,,, +7164,1026073171638738944,1026073171638738944,1533469882000.0,2018-08-05 11:51:22,+0000,,"Dang, turns out even Hitler was shorting Tesla stock … https://t.co/RLM1VQ5O3K",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1026073171638738944,['https://m.youtube.com/watch?v=wxEClGh6Mus'],[],0,,False,16829,1054,2375,,None,,,,,,,[],,,, +7165,1025788954707030016,1025788479483961350,1533402119000.0,2018-08-04 17:01:59,+0000,,Still as true today as it was 6 years ago,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1025788954707030016,[],[],0,,False,10868,337,384,,None,,,,,,,[],,,, +7166,1025788479483961350,1025788479483961350,1533402006000.0,2018-08-04 17:00:06,+0000,,Squirrels …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1025788479483961350,[],[],0,,False,14889,492,1100,https://twitter.com/elonmusk/status/168060414398177281,None,,,,,,,[],,,, +7167,1025138553867534337,1025137594059829248,1533247052000.0,2018-08-02 21:57:32,+0000,,@DMC_Ryan Will work with current hardware. OTA update.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1025138553867534337,[],[],0,,False,549,54,24,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +7168,1024761320392904704,1024726529304027137,1533157112000.0,2018-08-01 20:58:32,+0000,,@BrouardMartin @atari Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1024761320392904704,[],[],0,,False,543,37,13,,None,,,,,,,"[{'screen_name': 'BrouardMartin', 'name': 'Martin Brouard', 'id': '415583785'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +7169,1024760547059818497,1024758123406323712,1533156928000.0,2018-08-01 20:55:28,+0000,,@scoti5 @levine Bioshock is amazing,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1024760547059818497,[],[],0,,False,1003,57,147,,None,,,,,,,"[{'screen_name': 'scoti5', 'name': 'Lior Yanay', 'id': '18840394'}, {'screen_name': 'levine', 'name': 'Ken Levine', 'id': '64488804'}]",,,, +7170,1024759651668123649,1024758123406323712,1533156714000.0,2018-08-01 20:51:54,+0000,,"@SadCookieCrisp Something like that, but more of an adults in cars anime vibe",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1024759651668123649,[],[],0,,False,4108,188,442,,None,,,,,,,[],,,, +7171,1024758658251411456,1024758123406323712,1533156477000.0,2018-08-01 20:47:57,+0000,,Please send examples of prior work when applying. Looking for max playability & creativity.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1024758658251411456,[],[],0,,False,15991,908,995,,None,,,,,,,[],,,, +7172,1024758123406323712,1024758123406323712,1533156350000.0,2018-08-01 20:45:50,+0000,,"If you’re into video game development, consider applying to Tesla. We want to make super fun games that integrate the center touch screen, phone & car irl.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1024758123406323712,[],[],0,,False,70387,4118,10754,,None,,,,,,,[],,,, +7173,1024756440366370816,1024756206605426688,1533155949000.0,2018-08-01 20:39:09,+0000,,@BlacklistTrader 😛,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1024756440366370816,[],[],0,,False,477,21,15,,None,,,,,,,"[{'screen_name': 'blacklisttrader', 'name': 'blacklisttrader', 'id': '1239687343088504835'}]",,,, +7174,1024756316466688000,1024726529304027137,1533155919000.0,2018-08-01 20:38:39,+0000,,@MobiiliMika @atari Cool idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1024756316466688000,[],[],0,,False,558,18,13,,None,,,,,,,"[{'screen_name': 'MobiiliMika', 'name': 'Mika Saastamoinen', 'id': '468262815'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +7175,1024756088221007872,1024726529304027137,1533155865000.0,2018-08-01 20:37:45,+0000,,@Model3Owners @atari Good idea & thanks for Supercharger trophy reminder. Really want to make the car as fun as possible!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1024756088221007872,[],[],0,,False,820,40,39,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +7176,1024729113968271360,1024726529304027137,1533149433000.0,2018-08-01 18:50:33,+0000,,@megazone @RyanHummer @atari Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1024729113968271360,[],[],0,,False,633,25,14,,None,,,,,,,"[{'screen_name': 'megazone', 'name': 'MegaZone', 'id': '11346522'}, {'screen_name': 'RyanHummer', 'name': 'Ryan Hummer', 'id': '19073491'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +7177,1024728904412450816,1024726529304027137,1533149384000.0,2018-08-01 18:49:44,+0000,,"@jlgolson @atari Hoping to include last three in this release, with pole position linked to actual car steering wheel (while stationary tbc haha)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1024728904412450816,[],[],0,,False,2190,95,123,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +7178,1024728178865008640,1024726529304027137,1533149211000.0,2018-08-01 18:46:51,+0000,,@RyanHummer @atari We will try to squeeze it in,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1024728178865008640,[],[],0,,False,791,17,11,,None,,,,,,,"[{'screen_name': 'RyanHummer', 'name': 'Ryan Hummer', 'id': '19073491'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +7179,1024727291601928193,1024726529304027137,1533148999000.0,2018-08-01 18:43:19,+0000,,@jlgolson @atari What are your favorites?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1024727291601928193,[],[],0,,False,825,123,19,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +7180,1024727040291831810,1024726775358730241,1533148939000.0,2018-08-01 18:42:19,+0000,,@austjennings Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1024727040291831810,[],[],0,,False,1104,44,35,,None,,,,,,,[],,,, +7181,1024726957500522496,1024726529304027137,1533148919000.0,2018-08-01 18:41:59,+0000,,@nantonius @atari Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1024726957500522496,[],[],0,,False,580,12,12,,None,,,,,,,"[{'screen_name': 'nantonius', 'name': 'Anton Nikitin', 'id': '238858360'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +7182,1024726836352188417,1024726529304027137,1533148890000.0,2018-08-01 18:41:30,+0000,,@lexiheft @atari Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1024726836352188417,[],[],0,,False,755,33,23,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'atari', 'name': 'atari', 'id': '87465794'}]",,,, +7183,1024726529304027137,1024726529304027137,1533148817000.0,2018-08-01 18:40:17,+0000,,Some of best classic @Atari games coming as Easter eggs in Tesla V9.0 release in about 4 weeks. Thanks @Atari!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1024726529304027137,[],[],0,,False,32208,1379,3569,,None,,,,,,,[],,,, +7184,1024672548313804800,1024672548313804800,1533135947000.0,2018-08-01 15:05:47,+0000,,Falcon 9 launches Iridium to orbit from Vandenberg Air Force Base https://t.co/7GTzx0a24d,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/1024672548313804800,['https://www.instagram.com/p/Bl8M-mNAN3f/?utm_source=ig_twitter_share&igshid=18erh862v2fe1'],[],0,,False,7353,218,611,,None,,,,,,,[],,,, +7185,1024561920173457408,1024498722082881536,1533109571000.0,2018-08-01 07:46:11,+0000,,@tictoc Tragic. Will send Einhorn a box of short shorts to comfort him through this difficult time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1024561920173457408,[],[],0,,False,9585,354,614,,None,,,,,,,[],,,, +7186,1024555306112540673,1024444650222968832,1533107994000.0,2018-08-01 07:19:54,+0000,,@WorldAndScience And most of remaining 0.14% is Jupiter. We are tiny dust on tiny dust.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1024555306112540673,[],[],0,,False,30881,507,2492,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +7187,1024435601443966976,1024135166007095296,1533079455000.0,2018-07-31 23:24:15,+0000,,@DiscoverMag Science ♥️🔬💫 https://t.co/HIAnWrrZwM,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1024435601443966976,['http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.24.8928&rep=rep1&type=pdf'],[],0,,False,842,70,78,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +7188,1024434827158638592,1024135166007095296,1533079270000.0,2018-07-31 23:21:10,+0000,,@DiscoverMag Oh yeah? I’ll see ur expert & raise you a Chris McKay @NASA 🌏🚀👨‍🔬 😀 https://t.co/LEXPf93ryT,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1024434827158638592,['https://en.m.wikipedia.org/wiki/Christopher_McKay'],[],0,,False,869,60,53,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +7189,1024406801477816320,1024404793312178177,1533072588000.0,2018-07-31 21:29:48,+0000,,@aswhiting Tesla body shops are ramping up fast. Aiming to go from 30+ days using external body repair shops to same day body repair with prestocked parts at Tesla service centers.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1024406801477816320,[],[],0,,False,712,79,58,,None,,,,,,,[],,,, +7190,1024364396674351104,1024362705677897728,1533062478000.0,2018-07-31 18:41:18,+0000,,@4NIKKOLAS @samir Will leave any comment on actions in Flint to those in Flint,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1024364396674351104,[],[],0,,False,530,28,22,,None,,,,,,,"[{'screen_name': '4NIKKOLAS', 'name': 'NIKKOLAS', 'id': '16976061'}, {'screen_name': 'samir', 'name': '#1 samir', 'id': '115396965'}]",,,, +7191,1024364000870420481,1024360983970467840,1533062384000.0,2018-07-31 18:39:44,+0000,,@iLehonardo Can’t wait to bring Tesla to Brazil. One of my favorite countries!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1024364000870420481,[],[],0,,False,1374,113,140,,None,,,,,,,"[{'screen_name': 'iLehonardo', 'name': 'Influencer de bobagens', 'id': '112474097'}]",,,, +7192,1024363530395443200,1024363286186389504,1533062272000.0,2018-07-31 18:37:52,+0000,,@l9cgv We should be really worried about this,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1024363530395443200,[],[],0,,False,449,40,17,,None,,,,,,,"[{'screen_name': 'l9cgv', 'name': 'l9cgv', 'id': '3292060903'}]",,,, +7193,1024363380771966976,1024362705677897728,1533062236000.0,2018-07-31 18:37:16,+0000,,@samir No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1024363380771966976,[],[],0,,False,2421,59,370,,None,,,,,,,"[{'screen_name': 'samir', 'name': '#1 samir', 'id': '115396965'}]",,,, +7194,1024363242057916416,1024360983970467840,1533062203000.0,2018-07-31 18:36:43,+0000,,"@AndredAlmeida Yeah, Model 3 is designed to fit 6’4” adults comfortably in both front & rear seats at same time",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1024363242057916416,[],[],0,,False,648,29,29,,None,,,,,,,"[{'screen_name': 'AndredAlmeida', 'name': 'Andre Almeida', 'id': '19310715'}]",,,, +7195,1024362530691371008,1024360983970467840,1533062033000.0,2018-07-31 18:33:53,+0000,,"We’re adding a “party & camper mode” soon to S/3/X, so your car can maintain air flow, temp, selective lights, music & power devices for 48 hours or more while parked. Big batteries rock …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1024362530691371008,[],[],0,,False,19330,787,1482,,None,,,,,,,[],,,, +7196,1024360983970467840,1024360983970467840,1533061664000.0,2018-07-31 18:27:44,+0000,,"Not having a big gas guzzler engine in front means there’s room for trunks in front & back, plus longer crumple zone for best safety of any midsize car",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1024360983970467840,[],[],0,,False,17273,568,1253,https://twitter.com/Tesla/status/1024335091785289729,None,,,,,,,[],,,, +7197,1024190725255192578,1024032503193989120,1533021072000.0,2018-07-31 07:11:12,+0000,,@Tesla Hard drive industry is hardcore. They build >100 million units per year with extreme precision & brutal economics. Great background.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1024190725255192578,[],[],0,,False,7035,154,320,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7198,1024137570463051778,1024135166007095296,1533008399000.0,2018-07-31 03:39:59,+0000,,"@DiscoverMag There’s a massive amount of CO2 on Mars adsorbed into soil that’d be released upon heating. With enough energy via artificial or natural (sun) fusion, you can terraform almost any large, rocky body.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1024137570463051778,[],[],0,,False,26804,943,2204,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +7199,1023808486226812933,1023748634242772992,1532929939000.0,2018-07-30 05:52:19,+0000,,"@jbaert Yes, minifloats",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1023808486226812933,[],[],0,,False,492,35,12,,None,,,,,,,"[{'screen_name': 'jbaert', 'name': 'Jeroen Baert', 'id': '20519534'}]",,,, +7200,1023786119895216128,1023779158030077952,1532924606000.0,2018-07-30 04:23:26,+0000,,@martinengwicht Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1023786119895216128,[],[],0,,False,932,39,21,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}]",,,, +7201,1023779158030077952,1023779158030077952,1532922946000.0,2018-07-30 03:55:46,+0000,,"We tried out a new delivery system using an enclosed trailer straight from factory to owner’s home, so super convenient & car arrives in pristine condition without wasting plastic wrap",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1023779158030077952,[],[],0,,False,38241,1333,3168,https://twitter.com/MichiganMan2007/status/1023774002915893248,None,,,,,,,[],,,, +7202,1023771444583399424,1023748634242772992,1532921107000.0,2018-07-30 03:25:07,+0000,,"@martinengwicht @Grimezsz Was listening to Jon Hopkins’ Singularity with c, but posted this instead",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1023771444583399424,[],[],0,,False,466,40,11,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +7203,1023754616192684040,1023748634242772992,1532917095000.0,2018-07-30 02:18:15,+0000,, https://t.co/PctxEIDekX,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1023754616192684040,['https://m.youtube.com/watch?v=uFquLU8-SNI'],[],0,,False,2872,251,209,,None,,,,,,,[],,,, +7204,1023749975065354240,1023748634242772992,1532915989000.0,2018-07-30 01:59:49,+0000,,"@Hussi_Tussi Have wanted to for so long, but that would be irresponsible",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1023749975065354240,[],[],0,,False,558,67,16,,None,,,,,,,"[{'screen_name': 'hussi_tussi', 'name': 'H𝖆𝖗𝖗𝖎𝖊𝖙 𝕿𝖚𝖇𝖒𝖆𝖓 𝖘𝖙𝖆𝖓', 'id': '988844618115624968'}]",,,, +7205,1023749689701593088,1019130055203704832,1532915921000.0,2018-07-30 01:58:41,+0000,,@KingTer74261333 @neuralink All are important. You will see.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1023749689701593088,[],[],0,,False,614,38,34,,None,,,,,,,"[{'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +7206,1023748634242772992,1023748634242772992,1532915669000.0,2018-07-30 01:54:29,+0000,,8-bit floating point?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1023748634242772992,[],[],0,,False,8416,717,499,,None,,,,,,,[],,,, +7207,1023728298226999296,1023674091142701056,1532910820000.0,2018-07-30 00:33:40,+0000,,"@Mr_Computique If any formula instantiates reality, it’s probably that",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1023728298226999296,[],[],0,,False,317,24,16,,None,,,,,,,"[{'screen_name': 'Mr_Computique', 'name': 'Erwan Meunier #JeMeFeraiVacciner', 'id': '2436448025'}]",,,, +7208,1023683692605005824,1023683692605005824,1532900186000.0,2018-07-29 21:36:26,+0000,,"Think once, Tweet twice [do it]",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1023683692605005824,[],[],0,,False,34094,1758,4402,,None,,,,,,,[],,,, +7209,1023675534553698304,1023674091142701056,1532898241000.0,2018-07-29 21:04:01,+0000,,0,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1023675534553698304,[],[],0,,False,16810,958,1399,,None,,,,,,,[],,,, +7210,1023674091142701056,1023674091142701056,1532897896000.0,2018-07-29 20:58:16,+0000,,Nothing is both real & imaginary,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1023674091142701056,[],[],0,,False,46029,4039,8292,,None,,,,,,,[],,,, +7211,1023661157247201280,1023649332023582720,1532894813000.0,2018-07-29 20:06:53,+0000,,@J_M_0_N @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1023661157247201280,[],[],0,,False,875,71,53,,None,,,,,,,"[{'screen_name': 'J_M_0_N', 'name': 'Jay Pase', 'id': '3041519156'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7212,1023649332023582720,1023649332023582720,1532891993000.0,2018-07-29 19:19:53,+0000,,The future is accelerating,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1023649332023582720,[],[],0,,False,9570,468,1222,https://twitter.com/sianabradley/status/943556624668643329,None,,,,,,,[],,,, +7213,1023640028193255425,1023556279476936705,1532889775000.0,2018-07-29 18:42:55,+0000,,@fermatslibrary 😱,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1023640028193255425,[],[],0,,False,1459,61,55,,None,,,,,,,"[{'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +7214,1023073822080098304,1023067599528124416,1532754781000.0,2018-07-28 05:13:01,+0000,,@SmileSimplify @EmreKelly @nextspaceflight Probably ships next summer,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1023073822080098304,[],[],0,,False,572,40,29,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'EmreKelly', 'name': 'Emre Kelly', 'id': '214274793'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +7215,1023069021057380353,1023067599528124416,1532753636000.0,2018-07-28 04:53:56,+0000,,"@nextspaceflight Side boosters, yes, but too much load through center core",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1023069021057380353,[],[],0,,False,704,19,36,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +7216,1023067599528124416,1023067599528124416,1532753298000.0,2018-07-28 04:48:18,+0000,,🖤🚀💫,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1023067599528124416,[],[],0,,False,10273,230,772,https://twitter.com/MAKERSwomen/status/1022995840363913216,None,,,,,,,[],,,, +7217,1023061301273055232,1023019676421574656,1532751796000.0,2018-07-28 04:23:16,+0000,,@ElectrekCo @FredericLambert This is great.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1023061301273055232,[],[],0,,False,6366,235,254,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +7218,1022914062009556992,1022746127538446336,1532716691000.0,2018-07-27 18:38:11,+0000,,@phil_hellmuth @Tesla Thanks Phil,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1022914062009556992,[],[],0,,False,2780,89,52,,None,,,,,,,"[{'screen_name': 'phil_hellmuth', 'name': 'phil_hellmuth', 'id': '18198400'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7219,1022883831173398528,1022842299259252736,1532709484000.0,2018-07-27 16:38:04,+0000,,@AlexGarnerArt @WhatTheFFacts Machines that go “ping”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1022883831173398528,[],[],0,,False,1387,57,44,,None,,,,,,,"[{'screen_name': 'AlexGarnerArt', 'name': 'Alex Garner', 'id': '246472003'}, {'screen_name': 'WhatTheFFacts', 'name': 'What The F*** Facts', 'id': '352145373'}]",,,, +7220,1022879510239170560,1022842299259252736,1532708454000.0,2018-07-27 16:20:54,+0000,,@WhatTheFFacts What’s technology?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1022879510239170560,[],[],0,,False,9609,432,464,,None,,,,,,,"[{'screen_name': 'WhatTheFFacts', 'name': 'What The F*** Facts', 'id': '352145373'}]",,,, +7221,1022430321696858113,1022430321696858113,1532601359000.0,2018-07-26 10:35:59,+0000,,"Worth another retweet. Hope Dan Neil returns to Twitter. He left due to relentless attacks from short-sellers, who constantly peddle fear, uncertainty & doubt about Tesla. Dan won the Pulitzer & is considered by many to be the best car critic in the world. https://t.co/txW3DDJpth",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1022430321696858113,['https://twitter.com/tesla/status/1020012323606487041'],[],0,,False,20959,770,2570,https://twitter.com/tesla/status/1020012323606487041,None,,,,,,,[],,,, +7222,1022418419667226624,1022195299261984768,1532598521000.0,2018-07-26 09:48:41,+0000,,@westcoastbill Explains why there are so many cat videos,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1022418419667226624,[],[],0,,False,5690,172,277,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +7223,1022217710040543232,1022125032024297473,1532550668000.0,2018-07-25 20:31:08,+0000,,@AntVenom @BBCBreaking Localized electro-magnetic field generators,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1022217710040543232,[],[],0,,False,834,88,40,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'BBCBreaking', 'name': 'BBC Breaking News', 'id': '5402612'}]",,,, +7224,1022159242726232064,1022106329475772416,1532536728000.0,2018-07-25 16:38:48,+0000,,@IridiumBoss @SpaceX @Spotify @Marine_layer Thanks for taking a chance on @SpaceX so many years ago! Looking forward to using the new Iridium constellation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1022159242726232064,[],[],0,,False,3226,57,149,,None,,,,,,,"[{'screen_name': 'IridiumBoss', 'name': 'Matt Desch', 'id': '29291334'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Spotify', 'name': 'Spotify', 'id': '17230018'}, {'screen_name': 'Marine_layer', 'name': 'Vandenberg Fog', 'id': '991918717842874370'}]",,,, +7225,1022048284599148545,1022048284599148545,1532510274000.0,2018-07-25 09:17:54,+0000,,Wagnerian https://t.co/Mjt0bNCdIY,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1022048284599148545,['https://twitter.com/boringcompany/status/1021810766712909824'],[],0,,False,12389,406,793,https://twitter.com/boringcompany/status/1021810766712909824,None,,,,,,,[],,,, +7226,1022030008724930565,1021783102513766402,1532505917000.0,2018-07-25 08:05:17,+0000,,@dflieb @Tesla Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1022030008724930565,[],[],0,,False,5699,94,62,,None,,,,,,,"[{'screen_name': 'dflieb', 'name': 'David Lieb', 'id': '312479100'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7227,1022000378462855168,1022000378462855168,1532498852000.0,2018-07-25 06:07:32,+0000,,Mötor Trēnd https://t.co/jilxFHjkYW,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1022000378462855168,['https://www.motortrend.com/cars/tesla/model-3/2018/2018-tesla-model-3-dual-motor-performance-review/'],[],0,,False,12734,732,1273,,None,,,,,,,[],,,, +7228,1021616336798015488,1021528117393928192,1532407290000.0,2018-07-24 04:41:30,+0000,,@appljd Great!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1021616336798015488,[],[],0,,False,577,40,17,,None,,,,,,,"[{'screen_name': 'appljd', 'name': 'JD Mankovsky', 'id': '129283198'}]",,,, +7229,1021541242465730560,1021528117393928192,1532389386000.0,2018-07-23 23:43:06,+0000,,@appljd We’ve gone from ~1000 S/X deliveries per week in US last year to ~6000 S/3/X. It’s like hitting a square wave.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1021541242465730560,[],[],0,,False,1040,87,93,,None,,,,,,,"[{'screen_name': 'appljd', 'name': 'JD Mankovsky', 'id': '129283198'}]",,,, +7230,1021529422224977920,1021528117393928192,1532386568000.0,2018-07-23 22:56:08,+0000,,"@appljd We’re trying to get rid of contracts completely. Should just be “tap here & you get your car”. Then, if you don’t like it for any reason, just return it like any other product.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1021529422224977920,[],[],0,,False,1022,72,87,,None,,,,,,,"[{'screen_name': 'appljd', 'name': 'JD Mankovsky', 'id': '129283198'}]",,,, +7231,1021461598508990464,1021454593463443456,1532370397000.0,2018-07-23 18:26:37,+0000,,@westcoastbill Yeah. Never seen it so high ever.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1021461598508990464,[],[],0,,False,1394,116,49,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +7232,1021461084585299973,1021348304653897728,1532370275000.0,2018-07-23 18:24:35,+0000,,"@WillFealey @Tesla @TeslaOwnersUK Wow, that’s really awesome. Thank you! ♥️@TeslaOwnersUK",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1021461084585299973,[],[],0,,False,3236,55,130,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'TeslaOwnersUK', 'name': 'Tesla Owners UK', 'id': '856406682552946688'}]",,,, +7233,1021306180449099776,1021264671905632262,1532333343000.0,2018-07-23 08:09:03,+0000,,@arstechnica Haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/1021306180449099776,[],[],0,,False,4020,151,263,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}]",,,, +7234,1021288692655067136,1021279308885757952,1532329173000.0,2018-07-23 06:59:33,+0000,,"@nextspaceflight @ElectrekCo Looks good, but so many details need to be right. Journey back from hypersonic becomes extremely difficult as velocity increases. Altitude is easy, velocity is hard.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1021288692655067136,[],[],0,,False,778,32,44,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +7235,1021285179178881025,1021279308885757952,1532328335000.0,2018-07-23 06:45:35,+0000,,@ElectrekCo Only costs that actually apply to Q3 & beyond will be counted. It would not be correct to apply historical cost savings to current quarter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1021285179178881025,[],[],0,,False,2467,106,126,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +7236,1021263722944217093,1021263722944217093,1532323220000.0,2018-07-23 05:20:20,+0000,,Wall Street,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1021263722944217093,[],[],0,,False,12081,579,1146,https://twitter.com/Teslarati/status/1021225570766639104,None,,,,,,,[],,,, +7237,1021254856261058562,964205274763427840,1532321106000.0,2018-07-23 04:45:06,+0000,,@Hyperloop @SpaceX Congratulations to all teams in the student @Hyperloop competition! To make high-speed pods that can operate in vacuum is very difficult. Was great to meet everyone!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1021254856261058562,[],[],0,,False,2315,50,143,,None,,,,,,,"[{'screen_name': 'Hyperloop', 'name': 'Hyperloop', 'id': '1654188770'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +7238,1020837172834906118,1020793895679025152,1532221522000.0,2018-07-22 01:05:22,+0000,,"@huby @87spider @ryan_caldbeck @Tesla Exactly. Overheat protection is always on, but you can also tap “maintain” & your car will hold a cool or warm temp for a few hours while parked.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1020837172834906118,[],[],0,,False,713,62,47,,None,,,,,,,"[{'screen_name': 'huby', 'name': 'Dan Huby', 'id': '786623'}, {'screen_name': '87Spider', 'name': 'Tim West', 'id': '40869877'}, {'screen_name': 'ryan_caldbeck', 'name': 'Ryan Caldbeck', 'id': '3408272428'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7239,1020797949297582080,1020793895679025152,1532212171000.0,2018-07-21 22:29:31,+0000,,"@ryan_caldbeck @Tesla Yes, Tesla Model S, X & 3 all automatically keep cabin temperature within safe limits even when parked https://t.co/yVkWQfPlbm",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1020797949297582080,['https://insideevs.com/tesla-cabin-overheat-protection-tested/'],[],0,,False,9389,220,859,,None,,,,,,,"[{'screen_name': 'ryan_caldbeck', 'name': 'Ryan Caldbeck', 'id': '3408272428'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7240,1020544810095063041,1020454594852282368,1532151818000.0,2018-07-21 05:43:38,+0000,,@danfromtheweb Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1020544810095063041,[],[],0,,False,646,70,9,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +7241,1020522855014924288,1020513697121398784,1532146583000.0,2018-07-21 04:16:23,+0000,,"@AntVenom @Ca_via_GreenBay Makes me very sad indeed, but also the fault is mine by far",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1020522855014924288,[],[],0,,False,1084,110,30,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'Ca_via_GreenBay', 'name': 'Favre4Ever', 'id': '98278305'}]",,,, +7242,1020519836915396608,1020513697121398784,1532145864000.0,2018-07-21 04:04:24,+0000,,@AntVenom He’s a good guy,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/1020519836915396608,[],[],0,,False,787,25,11,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +7243,1020518346754646016,1020513697121398784,1532145508000.0,2018-07-21 03:58:28,+0000,,@Ca_via_GreenBay Always look on the bright side of life …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020518346754646016,[],[],0,,False,1724,77,103,,None,,,,,,,"[{'screen_name': 'Ca_via_GreenBay', 'name': 'Favre4Ever', 'id': '98278305'}]",,,, +7244,1020516593321701377,1020513697121398784,1532145090000.0,2018-07-21 03:51:30,+0000,,@AntVenom It is much better,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020516593321701377,[],[],0,,False,964,11,20,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +7245,1020515232358121473,1020513697121398784,1532144766000.0,2018-07-21 03:46:06,+0000,,@JD_2020 Sorry 🤗,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020515232358121473,[],[],0,,False,712,14,12,,None,,,,,,,"[{'screen_name': 'JD_2020', 'name': 'Josh Olin', 'id': '16464746'}]",,,, +7246,1020514710549028864,1020513697121398784,1532144641000.0,2018-07-21 03:44:01,+0000,, https://t.co/ys9qlwcnpc,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020514710549028864,[],['https://pbs.twimg.com/media/DimYtstXcAAJezZ.jpg'],1,https://pbs.twimg.com/media/DimYtstXcAAJezZ.jpg,False,4703,242,224,,None,,,,,,,[],,,, +7247,1020513697121398784,1020513697121398784,1532144400000.0,2018-07-21 03:40:00,+0000,,🦄💨✌️ https://t.co/8GjqCbsuo0,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020513697121398784,['http://wallypots.com/?p=3049'],[],0,,False,5014,315,249,,None,,,,,,,[],,,, +7248,1020508884199444480,1020454594852282368,1532143252000.0,2018-07-21 03:20:52,+0000,,@MitchellRossman @danfromtheweb I love that scene,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020508884199444480,[],[],0,,False,646,14,4,,None,,,,,,,"[{'screen_name': 'MitchellRossman', 'name': 'Cake with fingers', 'id': '246992220'}, {'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +7249,1020507170608230401,1020454594852282368,1532142844000.0,2018-07-21 03:14:04,+0000,,@danfromtheweb I made that up tbh. They did not have phones during the French Revolution. They used Friendster.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020507170608230401,[],[],0,,False,1727,39,40,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +7250,1020504845495697408,1020454594852282368,1532142289000.0,2018-07-21 03:04:49,+0000,,@danfromtheweb Don’t make me bite my thumb at you,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020504845495697408,[],[],0,,False,3728,104,130,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +7251,1020504246620426240,1020491376104898562,1532142147000.0,2018-07-21 03:02:27,+0000,,@JaneidyEve For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/1020504246620426240,[],[],0,,False,798,38,24,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +7252,1020503572562219008,1020454594852282368,1532141986000.0,2018-07-21 02:59:46,+0000,,"@danfromtheweb Btw, 1792 is calling & wants its method of execution back. Seriously, what museum do you plan to raid?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1020503572562219008,[],[],0,,False,5702,212,235,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +7253,1020498155413024768,1020491376104898562,1532140694000.0,2018-07-21 02:38:14,+0000,,"@annerajb @boringcompany Yeah, great point. Underground power lines would clear up the skyline, be safer to service, have better uptime & save lives of many birds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1020498155413024768,[],[],0,,False,717,66,29,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +7254,1020491376104898562,1020491376104898562,1532139078000.0,2018-07-21 02:11:18,+0000,,No kidding,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1020491376104898562,[],[],0,,False,21432,641,2574,https://twitter.com/slashdot/status/1020490107546030080,None,,,,,,,[],,,, +7255,1020479995028754432,1020454594852282368,1532136365000.0,2018-07-21 01:26:05,+0000,,"@annerajb @danfromtheweb Yes, that will probably be its first use",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1020479995028754432,[],[],0,,False,594,23,19,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +7256,1020479409805877248,1020454594852282368,1532136225000.0,2018-07-21 01:23:45,+0000,,"@danfromtheweb Phew 😅. Yeah, we had a drain block 3 months ago & people are working hard to make Tesla successful. Am honored to work with them. Are you trolling for fun or is it part of a job? What motivates you?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1020479409805877248,[],[],0,,False,1238,49,26,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +7257,1020459692705775617,1020454594852282368,1532131524000.0,2018-07-21 00:05:24,+0000,,@danfromtheweb I apologized. Do you stand by your guillotine statement or not?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1020459692705775617,[],[],0,,False,1079,88,20,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +7258,1020455936396152832,1020454594852282368,1532130629000.0,2018-07-20 23:50:29,+0000,,"@danfromtheweb Figuratively, literally or both?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1020455936396152832,[],[],0,,False,5229,193,125,,None,,,,,,,"[{'screen_name': 'danfromtheweb', 'name': 'dan from the internet', 'id': '239086362'}]",,,, +7259,1020404811307479040,1020067893222858752,1532118439000.0,2018-07-20 20:27:19,+0000,,@geekypastimes That has always been our goal,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1020404811307479040,[],[],0,,False,865,60,43,,None,,,,,,,"[{'screen_name': 'geekypastimes', 'name': 'Geeky Pastimes', 'id': '935580118105382914'}]",,,, +7260,1020395545255276544,1020338680525774848,1532116230000.0,2018-07-20 19:50:30,+0000,,"@annerajb @Flyfiddlesticks @patrickc @stevesi This chart only shows globally competed commercial launches, not US government missions. “Other US” refers to Boeing & Lockheed. Their skill at obtaining govt contracts & subsidies vastly exceeds ours.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1020395545255276544,[],[],0,,False,1134,31,54,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Flyfiddlesticks', 'name': 'Bhakta', 'id': '38186442'}, {'screen_name': 'patrickc', 'name': 'Patrick Collison', 'id': '4939401'}, {'screen_name': 'stevesi', 'name': 'Steven Sinofsky', 'id': '13418072'}]",,,, +7261,1020108713061855233,1020077355346169857,1532047844000.0,2018-07-20 00:50:44,+0000,,"@vincent13031925 @bonnienorman @Jason @scottwww Dunno where this bs is coming from. Who knows about the future, but last week we had over 2000 S/X and 5000 Model 3 *new* net orders.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1020108713061855233,[],[],0,,False,6541,360,501,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}]",,,, +7262,1020107968589676545,1020067893222858752,1532047667000.0,2018-07-20 00:47:47,+0000,,@DMC_Ryan Definitely. We gave up some grip & width in exchange for range. Would recommend stickier tires & wider on rear for best performance. You might get 3.3 sec 0-60 mph or better with optimized rims & tires.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1020107968589676545,[],[],0,,False,1101,79,73,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +7263,1019684287266689024,1019667206034972672,1531946653000.0,2018-07-18 20:44:13,+0000,,"@MarkeR2002 @kevinbusch @Paracidic @otgray310 Wow, someone has really thought about this!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1019684287266689024,[],[],0,,False,2344,114,58,,None,,,,,,,"[{'screen_name': 'MarkeR2002', 'name': 'Mark Ryan', 'id': '161308342'}, {'screen_name': 'kevinbusch', 'name': 'Kevin William Busch', 'id': '19745523'}, {'screen_name': 'Paracidic', 'name': 'cid', 'id': '1178480505471164416'}, {'screen_name': 'otgray310', 'name': 'Owen Gray', 'id': '1141061671'}]",,,, +7264,1019667206034972672,1019667206034972672,1531942581000.0,2018-07-18 19:36:21,+0000,,I wish,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1019667206034972672,[],[],0,,False,18509,1033,1426,https://twitter.com/tao_lin/status/1019589925358964744,None,,,,,,,[],,,, +7265,1019472152796381185,1019268495194742784,1531896076000.0,2018-07-18 06:41:16,+0000,,"@adamchavez Nonetheless, his actions against me do not justify my actions against him, and for that I apologize to Mr. Unsworth and to the companies I represent as leader. The fault is mine and mine alone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1019472152796381185,[],[],0,,False,7865,968,889,,None,,,,,,,"[{'screen_name': 'AdamChavez', 'name': 'Adam Chavez', 'id': '1371090002805940224'}]",,,, +7266,1019471467304513537,1019268495194742784,1531895913000.0,2018-07-18 06:38:33,+0000,,"@adamchavez As this well-written article suggests, my words were spoken in anger after Mr. Unsworth said several untruths & suggested I engage in a sexual act with the mini-sub, which had been built as an act of kindness & according to specifications from the dive team leader.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1019471467304513537,[],[],0,,False,19482,1305,1595,,None,,,,,,,"[{'screen_name': 'AdamChavez', 'name': 'Adam Chavez', 'id': '1371090002805940224'}]",,,, +7267,1019368951782957056,1019368816743075840,1531871471000.0,2018-07-17 23:51:11,+0000,,@lrroberts87 Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1019368951782957056,[],[],0,,False,1340,168,48,,None,,,,,,,"[{'screen_name': 'lrroberts87', 'name': 'Lane Roberts', 'id': '2967034244'}]",,,, +7268,1018505842281156608,1018330925384458240,1531665690000.0,2018-07-15 14:41:30,+0000,,@nealboudette @BertelSchmitt @AmazingChevVolt I have never donated to a SuperPAC,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/1018505842281156608,[],[],0,,False,1518,226,65,,None,,,,,,,"[{'screen_name': 'nealboudette', 'name': 'Neal Boudette', 'id': '77271015'}, {'screen_name': 'BertelSchmitt', 'name': 'BertelSchmitt™ 🎩🎩🎩🎩🎩', 'id': '134503182'}, {'screen_name': 'AmazingChevVolt', 'name': 'Thomas J Thias / Clean Energy Retort™ 517-749-0532', 'id': '437085205'}]",,,, +7269,1018333202140680192,1018330925384458240,1531624529000.0,2018-07-15 03:15:29,+0000,,"@danielbrennan Yes, about 0.5% of what I donated to @SierraClub, which is a reasonable amount to maintain an open dialogue",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1018333202140680192,[],[],0,,False,3732,313,193,,None,,,,,,,"[{'screen_name': 'danielbrennan', 'name': '🛵 Daniel Brennan', 'id': '15574391'}]",,,, +7270,1018330925384458240,1018330925384458240,1531623986000.0,2018-07-15 03:06:26,+0000,,Reports that I am a top donor to GOP are categorically false. I am not a top donor to any political party.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1018330925384458240,[],[],0,,False,61885,4298,5460,,None,,,,,,,[],,,, +7271,1018321524728610817,1018321524728610817,1531621745000.0,2018-07-15 02:29:05,+0000,,Thank you for fighting climate change. This affects every living creature on Earth. https://t.co/mm0cpaQLsn,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1018321524728610817,['https://twitter.com/sierraclub/status/1018319251428577280'],[],0,,False,29533,1766,2503,https://twitter.com/sierraclub/status/1018319251428577280,None,,,,,,,[],,,, +7272,1018290544986845184,1018259097827897346,1531614359000.0,2018-07-15 00:25:59,+0000,,"@jack_p That said, I do not actually see the checks (changed that policy today). A nominal annual amount goes out automatically to both parties to maintain dialogue. I have given vastly more to humanitarian causes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1018290544986845184,[],[],0,,False,8098,690,675,,None,,,,,,,"[{'screen_name': 'jack_p', 'name': 'Jack Pattillo', 'id': '14994418'}]",,,, +7273,1018268378962640896,1018259097827897346,1531609074000.0,2018-07-14 22:57:54,+0000,,@stfuszn @jack_p So that they are willing to listen when I call to object about issues that negatively affect humanity,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1018268378962640896,[],[],0,,False,2408,827,131,,None,,,,,,,"[{'screen_name': 'jack_p', 'name': 'Jack Pattillo', 'id': '14994418'}]",,,, +7274,1018265614295523328,1018259097827897346,1531608415000.0,2018-07-14 22:46:55,+0000,,"@jack_p Thanks Jack. To be clear, I am not a conservative. Am registered independent & politically moderate. Doesn’t mean I’m moderate about all issues. Humanitarian issues are extremely important to me & I don’t understand why they are not important to everyone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1018265614295523328,[],[],0,,False,42688,1327,3437,,None,,,,,,,"[{'screen_name': 'jack_p', 'name': 'Jack Pattillo', 'id': '14994418'}]",,,, +7275,1018217539535433728,1017911319884959744,1531596953000.0,2018-07-14 19:35:53,+0000,,@AtomicDeke @aarong @AjaniTPV Actually true,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1018217539535433728,[],[],0,,False,488,38,6,,None,,,,,,,"[{'screen_name': 'AtomicDeke', 'name': 'Nick', 'id': '149601649'}, {'screen_name': 'aarong', 'name': 'Aaron G', 'id': '188'}]",,,, +7276,1017965998392184832,1017946621949173760,1531536981000.0,2018-07-14 02:56:21,+0000,,@premkrmufc @iPugsieHD Hold up a mirror & see if it fogs,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1017965998392184832,[],[],0,,False,644,46,17,,None,,,,,,,"[{'screen_name': 'premkrmufc', 'name': 'Prem Kr', 'id': '918951829395959809'}, {'screen_name': 'iPugsieHD', 'name': 'Scarlett', 'id': '462334778'}]",,,, +7277,1017963227261624321,1017813201751347202,1531536320000.0,2018-07-14 02:45:20,+0000,,"@johndstoll @WSJ @mtbarra I’m honored to work with an amazing group of people at Tesla, but always happy to talk to an ace who might want to join",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1017963227261624321,[],[],0,,False,3610,171,136,,None,,,,,,,"[{'screen_name': 'johndstoll', 'name': 'john d stoll', 'id': '57734560'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'mtbarra', 'name': 'Mary Barra', 'id': '1219824320'}]",,,, +7278,1017961142113767425,1017927622045650944,1531535823000.0,2018-07-14 02:37:03,+0000,,@mrkylefield @neuroecology @thegrugq Safe to lick. I checked.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1017961142113767425,[],[],0,,False,1087,51,41,,None,,,,,,,"[{'screen_name': 'mrkylefield', 'name': 'Kyle Field', 'id': '331791521'}, {'screen_name': 'neuroecology', 'name': 'Adam J Calhoun', 'id': '636023721'}, {'screen_name': 'thegrugq', 'name': 'thaddeus e. grugq', 'id': '18983429'}]",,,, +7279,1017949588295159808,1017946621949173760,1531533069000.0,2018-07-14 01:51:09,+0000,,@NASASpaceflight In a month or so,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1017949588295159808,[],[],0,,False,1931,89,85,,None,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris B - NSF', 'id': '21292523'}]",,,, +7280,1017949146366476289,1017946621949173760,1531532963000.0,2018-07-14 01:49:23,+0000,,"@iPugsieHD Will check with our cat, Schrödinger, but I don’t think she’s going to like it",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1017949146366476289,[],[],0,,False,1524,128,52,,None,,,,,,,"[{'screen_name': 'iPugsieHD', 'name': 'Scarlett', 'id': '462334778'}]",,,, +7281,1017947370645057536,1017946621949173760,1531532540000.0,2018-07-14 01:42:20,+0000,,@iPugsieHD Spoiler alert. Next thing you’ll tell me is they don’t like pajamas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1017947370645057536,[],[],0,,False,1323,49,27,,None,,,,,,,"[{'screen_name': 'iPugsieHD', 'name': 'Scarlett', 'id': '462334778'}]",,,, +7282,1017946621949173760,1017946621949173760,1531532361000.0,2018-07-14 01:39:21,+0000,,Feels like a show & tell weekend. I wonder what the cat dragged in …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1017946621949173760,[],[],0,,False,21624,1403,972,,None,,,,,,,[],,,, +7283,1017943438447259649,1017927622045650944,1531531602000.0,2018-07-14 01:26:42,+0000,,@neuroecology @thegrugq Don’t be too quick to lick. That could go wrong. Look closely & smell first. Ur welcome.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/1017943438447259649,[],[],0,,False,4516,226,359,,None,,,,,,,"[{'screen_name': 'neuroecology', 'name': 'Adam J Calhoun', 'id': '636023721'}, {'screen_name': 'thegrugq', 'name': 'thaddeus e. grugq', 'id': '18983429'}]",,,, +7284,1017932094373355520,1017911319884959744,1531528898000.0,2018-07-14 00:41:38,+0000,,@aarong @AjaniTPV Lvl 16 Neutral Good Half-Elf Fighter/Magic-user,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1017932094373355520,[],[],0,,False,687,35,52,,None,,,,,,,"[{'screen_name': 'aarong', 'name': 'Aaron G', 'id': '188'}]",,,, +7285,1017930851257147398,1017911319884959744,1531528601000.0,2018-07-14 00:36:41,+0000,,@RenataKonkoly Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1017930851257147398,[],[],0,,False,369,16,10,,None,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}]",,,, +7286,1017930024668880897,1017911319884959744,1531528404000.0,2018-07-14 00:33:24,+0000,,@LanceUlanoff Wizard alien 🧙‍♂️👽,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1017930024668880897,[],[],0,,False,1135,61,55,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +7287,1017913408526671872,1017911319884959744,1531524443000.0,2018-07-13 23:27:23,+0000,,"@AjaniTPV Yeah, but I got 100 gp & Roc Feather of Never-ending Tickles",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1017913408526671872,[],[],0,,False,558,25,18,,None,,,,,,,[],,,, +7288,1017911319884959744,1017911319884959744,1531523945000.0,2018-07-13 23:19:05,+0000,,"Wrote in Grimoire, joined Fellowship https://t.co/CFYBo3ZofE",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1017911319884959744,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1017911157804462080/pu/img/PiGKvfJe5Vj3qPWM.jpg,False,12373,492,644,,None,,,,,,,[],,,, +7289,1017703538414227458,1017703538414227458,1531474406000.0,2018-07-13 09:33:26,+0000,,Interesting read https://t.co/6vvIEtYPiY,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1017703538414227458,['https://teslamotorsclub.com/tmc/threads/elon-musk-vs-short-sellers.118431/'],[],0,,False,7983,469,1128,,None,,,,,,,[],,,, +7290,1017700488958144512,1017504690072776704,1531473679000.0,2018-07-13 09:21:19,+0000,,"@Tesla Whether you plan to buy a Dual Motor Performance Model 3 or not, take it for a test drive anyway. It’s like having pure fun jacked straight into your brain whenever you want.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/1017700488958144512,[],[],0,,False,13062,506,736,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7291,1017687152128380929,1017504690072776704,1531470499000.0,2018-07-13 08:28:19,+0000,,@Tesla @92107Runner Performance version suspension is 1cm lower & has stronger brakes in upgrade package,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1017687152128380929,[],[],0,,False,2654,117,131,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': '92107Runner', 'name': 'Alex Munoz', 'id': '983771938454757377'}]",,,, +7292,1017669545828511744,1017528785376333824,1531466301000.0,2018-07-13 07:18:21,+0000,,"@Malala @MalalaFund Happy birthday, Malala! Happy to support.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1017669545828511744,[],[],0,,False,2031,32,117,,None,,,,,,,"[{'screen_name': 'Malala', 'name': 'Malala', 'id': '937499232'}, {'screen_name': 'MalalaFund', 'name': 'Malala Fund', 'id': '1581289837'}]",,,, +7293,1017555410205671424,1017417066742210560,1531439089000.0,2018-07-12 23:44:49,+0000,,"@designheretic @LittleMissFlint Gathering input this week, will begin taking action next week and let people know how they can help",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1017555410205671424,[],[],0,,False,1182,58,54,,None,,,,,,,"[{'screen_name': 'designheretic', 'name': 'Greg Lang ⁜ designheretic.eth', 'id': '2766530020'}, {'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +7294,1017554139486806016,1017551322952814593,1531438786000.0,2018-07-12 23:39:46,+0000,,@M3CHWARRI0R935 @itsMikeSki @deadpoolmovie Even have the URL https://t.co/bOUOek5Cvy,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1017554139486806016,['http://X.com'],[],0,,False,576,31,17,,None,,,,,,,"[{'screen_name': 'itsMikeSki', 'name': 'Mike', 'id': '18283699'}, {'screen_name': 'deadpoolmovie', 'name': 'Deadpool Movie', 'id': '2818322000'}]",,,, +7295,1017553854932582400,1017551322952814593,1531438718000.0,2018-07-12 23:38:38,+0000,,"@WintersPB @itsMikeSki Hmm, could def make some pretty sweet high-tech micro-missiles in arrow form",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1017553854932582400,[],[],0,,False,654,28,16,,None,,,,,,,"[{'screen_name': 'WintersPB', 'name': 'Patrick burke', 'id': '386021908'}, {'screen_name': 'itsMikeSki', 'name': 'Mike', 'id': '18283699'}]",,,, +7296,1017551759017988098,1017551322952814593,1531438219000.0,2018-07-12 23:30:19,+0000,,"@itsMikeSki If you have cool arrows, you’re in",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1017551759017988098,[],[],0,,False,15650,288,661,,None,,,,,,,"[{'screen_name': 'itsMikeSki', 'name': 'Mike', 'id': '18283699'}]",,,, +7297,1017526866507452416,1017153192822558721,1531432284000.0,2018-07-12 21:51:24,+0000,,"@ToddKorpi @StarFire2258 Ok, thanks. Will let you know.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1017526866507452416,[],[],0,,False,473,13,10,,None,,,,,,,"[{'screen_name': 'ToddKorpi', 'name': 'Todd Korpi', 'id': '69091316'}, {'screen_name': 'StarFire2258', 'name': 'Sean Hollister', 'id': '2158461'}]",,,, +7298,1017380674850844678,1017148253765156864,1531397429000.0,2018-07-12 12:10:29,+0000,,"@karenaboutflint @DylanSheaMusic Sure, will call tomorrow",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,12,https://twitter.com/elonmusk/status/1017380674850844678,[],[],0,,False,2089,80,174,,None,,,,,,,"[{'screen_name': 'karenaboutflint', 'name': 'Former Mayor, Dr. Karen Williams Weaver', 'id': '3044716203'}]",,,, +7299,1017373873510248448,1017328199825575936,1531395807000.0,2018-07-12 11:43:27,+0000,,"@isco__ They should go where their heart takes them, but some of the boys seem to be interested in physics & engineering",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/1017373873510248448,[],[],0,,False,1822,59,84,,None,,,,,,,"[{'screen_name': 'isco__', 'name': 'Isco', 'id': '15499245'}]",,,, +7300,1017364353635508224,1017333757077008385,1531393538000.0,2018-07-12 11:05:38,+0000,,"With my team after a profoundly interesting discussion of history, philosophy & luck with Vice President Wang in 中南海紫光阁 https://t.co/pHd52YTZD2",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/1017364353635508224,[],['https://pbs.twimg.com/media/Dh5nb8IWsAAqKcD.jpg'],1,https://pbs.twimg.com/media/Dh5nb8IWsAAqKcD.jpg,False,22832,761,1387,,None,,,,,,,[],,,, +7301,1017353611272163329,1017333757077008385,1531390977000.0,2018-07-12 10:22:57,+0000,,Excellent meetings with senior leaders in China. Very thoughtful about the long-term future.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1017353611272163329,[],[],0,,False,11876,361,471,,None,,,,,,,[],,,, +7302,1017335221493075974,1017333757077008385,1531386592000.0,2018-07-12 09:09:52,+0000,,@hohocho Would love to. It’s been too long.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1017335221493075974,[],[],0,,False,841,32,15,,None,,,,,,,"[{'screen_name': 'hohocho', 'name': 'Jaehwan Cho 조재환', 'id': '31310727'}]",,,, +7303,1017335087334031360,1017333757077008385,1531386560000.0,2018-07-12 09:09:20,+0000,,@aparanjape Prob early next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1017335087334031360,[],[],0,,False,2051,123,139,,None,,,,,,,"[{'screen_name': 'aparanjape', 'name': 'Amit Paranjape', 'id': '14175873'}]",,,, +7304,1017333757077008385,1017333757077008385,1531386243000.0,2018-07-12 09:04:03,+0000,,Just finished an amazing 3 day visit to China. The world has never seen human energy & vigor at such scale. Incredibly impressed with Tesla China team & potential for the future.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1017333757077008385,[],[],0,,False,37913,1092,2492,,None,,,,,,,[],,,, +7305,1017329956173635584,1017328199825575936,1531385337000.0,2018-07-12 08:48:57,+0000,,@thanr Sure 🌌 💫,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1017329956173635584,[],[],0,,False,1121,19,13,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}]",,,, +7306,1017328784834523136,1017328199825575936,1531385058000.0,2018-07-12 08:44:18,+0000,,"@Mickyni111 Look, at least it’s not the Magellanic Clouds. They’re basically next door.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1017328784834523136,[],[],0,,False,640,20,16,,None,,,,,,,"[{'screen_name': 'Mickyni111', 'name': 'ⓐⓓⓐⓜ ⓜⓒⓥⓔⓘⓖⓗ🌐', 'id': '420586866'}]",,,, +7307,1017328199825575936,1017328199825575936,1531384918000.0,2018-07-12 08:41:58,+0000,,"Just between us, I have a teleportation stargate to the Andromeda galaxy. It’s amazing. https://t.co/eLqr4pLeIX",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1017328199825575936,['https://twitter.com/rationaletienne/status/1017312055605497860'],[],0,,False,30515,1367,3290,https://twitter.com/rationaletienne/status/1017312055605497860,None,,,,,,,[],,,, +7308,1017327005057146880,1017327005057146880,1531384633000.0,2018-07-12 08:37:13,+0000,,So true https://t.co/DLagzIxyHm,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1017327005057146880,['https://twitter.com/swiftonsecurity/status/1017206234439716864'],[],0,,False,6291,178,411,https://twitter.com/swiftonsecurity/status/1017206234439716864,None,,,,,,,[],,,, +7309,1017305639591333888,1017243230163873792,1531379539000.0,2018-07-12 07:12:19,+0000,,@Vivek_17m @thanr The pumps I saw were running v high flow rate all the way from cave 3. They stopped shortly after boys were rescued & water level rose to roof level all way back to cave 1. That was great work.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1017305639591333888,[],[],0,,False,1583,22,88,,None,,,,,,,"[{'screen_name': 'Vivek_17m', 'name': 'Kalki', 'id': '312594754'}, {'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}]",,,, +7310,1017253864473530368,1017243230163873792,1531367195000.0,2018-07-12 03:46:35,+0000,,@thanr Sounds good,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1017253864473530368,[],[],0,,False,727,40,43,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}]",,,, +7311,1017253021405892608,1017243230163873792,1531366994000.0,2018-07-12 03:43:14,+0000,,@thanr Glad to hear that. Engineering team also getting feedback from the British dive team on how to improve the design for future applications.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/1017253021405892608,[],[],0,,False,11830,166,796,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}]",,,, +7312,1017176625861963776,1017161290547126274,1531348780000.0,2018-07-11 22:39:40,+0000,,@vissmeerr @ArsenalDem @pvols1979 @CNET It will happen for sure. Damn.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1017176625861963776,[],[],0,,False,609,55,23,,None,,,,,,,"[{'screen_name': 'vissmeerr', 'name': 'Chris', 'id': '3169938712'}, {'screen_name': 'pvols1979', 'name': 'Phil Williams | Geekzweb.com', 'id': '975991'}, {'screen_name': 'CNET', 'name': 'CNET', 'id': '30261067'}]",,,, +7313,1017171482210811904,1017134082323406848,1531347554000.0,2018-07-11 22:19:14,+0000,,@greymusic Should drive temp to target. Why fan speed on app?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1017171482210811904,[],[],0,,False,385,35,11,,None,,,,,,,"[{'screen_name': 'greymusic', 'name': 'grey', 'id': '3272620926'}]",,,, +7314,1017170755421794304,1017161290547126274,1531347380000.0,2018-07-11 22:16:20,+0000,,@ArsenalDem @pvols1979 @CNET Lots of fake accounts on Twitter characterized by high following/follower ratio to make it seem like many real people when it isn’t. Wonder why.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1017170755421794304,[],[],0,,False,664,48,30,,None,,,,,,,"[{'screen_name': 'pvols1979', 'name': 'Phil Williams | Geekzweb.com', 'id': '975991'}, {'screen_name': 'CNET', 'name': 'CNET', 'id': '30261067'}]",,,, +7315,1017165087423934465,1017163137936748544,1531346029000.0,2018-07-11 21:53:49,+0000,,"@tammyharrington @d20_highroller Damn, now I want donuts 🍩",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1017165087423934465,[],[],0,,False,643,74,37,,None,,,,,,,"[{'screen_name': 'tammyharrington', 'name': 'Tammy Harrington', 'id': '23806343'}, {'screen_name': 'd20_highroller', 'name': 'Deefry', 'id': '2804329145'}]",,,, +7316,1017163248808833025,1017163137936748544,1531345591000.0,2018-07-11 21:46:31,+0000,,@d20_highroller Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1017163248808833025,[],[],0,,False,515,18,18,,None,,,,,,,"[{'screen_name': 'd20_highroller', 'name': 'Deefry', 'id': '2804329145'}]",,,, +7317,1017161917616361472,1017153192822558721,1531345273000.0,2018-07-11 21:41:13,+0000,,@shplatt @StarFire2258 Good point. Maybe use non-plumbers with work inspected/approved by pros.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1017161917616361472,[],[],0,,False,766,42,18,,None,,,,,,,"[{'screen_name': 'shplatt', 'name': 'shplatt', 'id': '16076280'}, {'screen_name': 'StarFire2258', 'name': 'Sean Hollister', 'id': '2158461'}]",,,, +7318,1017157155638525952,1017153192822558721,1531344138000.0,2018-07-11 21:22:18,+0000,,"@StarFire2258 You’re right on both counts. Most houses in Flint have safe water, but they’ve lost faith in govt test results. Some houses are still outliers. Will organize a weekend in Flint to add filters to those houses with issues & hopefully fix perception of those that are actually good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1017157155638525952,[],[],0,,False,2117,113,259,,None,,,,,,,"[{'screen_name': 'StarFire2258', 'name': 'Sean Hollister', 'id': '2158461'}]",,,, +7319,1017155699216822272,1017153192822558721,1531343791000.0,2018-07-11 21:16:31,+0000,,@jonodiener Maybe rewarding to organize a barnstorming weekend for water filter installation?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1017155699216822272,[],[],0,,False,583,36,38,,None,,,,,,,"[{'screen_name': 'jonodiener', 'name': 'Jono Diener', 'id': '122794139'}]",,,, +7320,1017154709642072064,1017153192822558721,1531343555000.0,2018-07-11 21:12:35,+0000,,"@jonodiener For now, reply to my tweet with ppm & ppb test results & will send someone to install a water filter. Creating email flint@x.com, but I’m in China so that won’t be working until tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/1017154709642072064,[],[],0,,False,10519,256,1340,,None,,,,,,,"[{'screen_name': 'jonodiener', 'name': 'Jono Diener', 'id': '122794139'}]",,,, +7321,1017149641991680002,1017148253765156864,1531342347000.0,2018-07-11 20:52:27,+0000,,@DylanSheaMusic Please consider this a commitment that I will fund fixing the water in any house in Flint that has water contamination above FDA levels. No kidding.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1017149641991680002,[],[],0,,False,99422,2579,24210,,None,,,,,,,[],,,, +7322,1017148623425921024,1017079919740796928,1531342104000.0,2018-07-11 20:48:24,+0000,,@jack Great move,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1017148623425921024,[],[],0,,False,2353,51,90,,None,,,,,,,"[{'screen_name': 'jack', 'name': 'jack', 'id': '12'}]",,,, +7323,1017147323791446016,1017122892780326918,1531341794000.0,2018-07-11 20:43:14,+0000,,@vanschneider Why sir … 😊,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/1017147323791446016,[],[],0,,False,572,24,17,,None,,,,,,,"[{'screen_name': 'vanschneider', 'name': 'TvS', 'id': '18971006'}]",,,, +7324,1017055691230466048,1017055691230466048,1531319947000.0,2018-07-11 14:39:07,+0000,,Stockholm: it’s not just a syndrome,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1017055691230466048,[],[],0,,False,40438,1013,3339,,None,,,,,,,[],,,, +7325,1017054898171473920,1017053297142784002,1531319758000.0,2018-07-11 14:35:58,+0000,,@KirklandJones Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1017054898171473920,[],[],0,,False,816,26,20,,None,,,,,,,"[{'screen_name': 'KirklandJones', 'name': 'Costco', 'id': '343809192'}]",,,, +7326,1017054281638113280,1017053297142784002,1531319611000.0,2018-07-11 14:33:31,+0000,,"@annerajb Definitely. Can’t wait to try that. Been a little distracted past few months on mostly Tesla matters, but back at it soon.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1017054281638113280,[],[],0,,False,670,31,30,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +7327,1017053826640048128,1017053297142784002,1531319502000.0,2018-07-11 14:31:42,+0000,,"@ZainRaz4 Yes, and springy, like a highly damped trampoline",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1017053826640048128,[],[],0,,False,549,27,27,,None,,,,,,,"[{'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}]",,,, +7328,1017053585157193728,1017053297142784002,1531319445000.0,2018-07-11 14:30:45,+0000,,Well … it looked smaller on paper,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1017053585157193728,[],[],0,,False,12166,294,439,,None,,,,,,,[],,,, +7329,1017053297142784002,1017053297142784002,1531319376000.0,2018-07-11 14:29:36,+0000,,"Catching rocket fairings falling from space has proven tricky, so we made the net really big https://t.co/WMeNZeksRq",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1017053297142784002,['https://twitter.com/teslarati/status/1016966736946581504'],[],0,,False,14146,383,1077,https://twitter.com/teslarati/status/1016966736946581504,None,,,,,,,[],,,, +7330,1016967753771577344,1016725039444475904,1531298981000.0,2018-07-11 08:49:41,+0000,,"@Katheri93719178 @dtemkin Yes. Caves are now filled with water again. Difficulty of passage is massively dependent on water level. Little kids can walk/swim in when low, but it can be deadly to pro divers when high. Pump & generator engineering team deserves some credit for the rescue.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1016967753771577344,[],[],0,,False,1692,54,89,,None,,,,,,,"[{'screen_name': 'Katheri93719178', 'name': 'Katherine Venturoso', 'id': '4031892499'}, {'screen_name': 'dtemkin', 'name': 'Dave Temkin', 'id': '14579911'}]",,,, +7331,1016964791347187712,1016725039444475904,1531298275000.0,2018-07-11 08:37:55,+0000,,@JohnnaSabri @dtemkin It sometimes feels like reality is a moral filter. I suppose that is what religion tells us. Wonder what I should do differently.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1016964791347187712,[],[],0,,False,2374,446,165,,None,,,,,,,"[{'screen_name': 'dtemkin', 'name': 'Dave Temkin', 'id': '14579911'}]",,,, +7332,1016962110687854593,1016808891252989952,1531297636000.0,2018-07-11 08:27:16,+0000,,@RockyPruitt @kulpability @DonAndrewBailey @haydentiff @TheFerris_Wheel @100K_Ideas @GotchuW Makes a lot of sense,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1016962110687854593,[],[],0,,False,420,17,9,,None,,,,,,,"[{'screen_name': 'RockyPruitt', 'name': 'Rocky', 'id': '304895418'}, {'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'DonAndrewBailey', 'name': 'Don A. Bailey', 'id': '69329410'}, {'screen_name': 'haydentiff', 'name': '𝚃𝚒𝚏𝚏𝚊𝚗𝚢 𝙷𝚊𝚢𝚍𝚎𝚗', 'id': '2680350607'}, {'screen_name': '100K_Ideas', 'name': '100K Ideas', 'id': '847814181910917120'}, {'screen_name': 'GotchuW', 'name': 'gotchu.world', 'id': '1002289982688579584'}]",,,, +7333,1016960469737693184,1016725039444475904,1531297244000.0,2018-07-11 08:20:44,+0000,,@dtemkin This reaction has shaken my opinion of many people. We were asked to create a backup option & worked hard to do so. Checked with dive team many times to confirm it was worthwhile. Now it’s there for anyone who needs it in future. Something’s messed up if this is not a good thing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1016960469737693184,[],[],0,,False,55012,2241,4432,,None,,,,,,,"[{'screen_name': 'dtemkin', 'name': 'Dave Temkin', 'id': '14579911'}]",,,, +7334,1016944210753347585,1016868029613801472,1531293368000.0,2018-07-11 07:16:08,+0000,,@hankgreen @goodedesign I think the person who attacked me on Twitter will survive somehow,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/1016944210753347585,[],[],0,,False,5413,134,195,,None,,,,,,,"[{'screen_name': 'hankgreen', 'name': 'Hank Green', 'id': '61592079'}, {'screen_name': 'goodedesign', 'name': 'Pete Goode', 'id': '48627275'}]",,,, +7335,1016936881823633408,1016729567560699904,1531291621000.0,2018-07-11 06:47:01,+0000,,@hankgreen @eehouls Thanks for correcting me. I meant to say over half a million people.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1016936881823633408,[],[],0,,False,1684,44,38,,None,,,,,,,"[{'screen_name': 'hankgreen', 'name': 'Hank Green', 'id': '61592079'}, {'screen_name': 'eehouls', 'name': 'ysbryd erin', 'id': '13399892'}]",,,, +7336,1016820172685012992,1016808891252989952,1531263795000.0,2018-07-10 23:03:15,+0000,,@DonAndrewBailey @haydentiff @TheFerris_Wheel @100K_Ideas @GotchuW Please lmk contamination levels of any kind when you test the water,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1016820172685012992,[],[],0,,False,716,56,27,,None,,,,,,,"[{'screen_name': 'DonAndrewBailey', 'name': 'Don A. Bailey', 'id': '69329410'}, {'screen_name': 'haydentiff', 'name': '𝚃𝚒𝚏𝚏𝚊𝚗𝚢 𝙷𝚊𝚢𝚍𝚎𝚗', 'id': '2680350607'}, {'screen_name': '100K_Ideas', 'name': '100K Ideas', 'id': '847814181910917120'}, {'screen_name': 'GotchuW', 'name': 'gotchu.world', 'id': '1002289982688579584'}]",,,, +7337,1016810899179474944,1016808891252989952,1531261584000.0,2018-07-10 22:26:24,+0000,,@DonAndrewBailey @TheFerris_Wheel @100K_Ideas @GotchuW Please lmk results of your water tests,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1016810899179474944,[],[],0,,False,723,31,22,,None,,,,,,,"[{'screen_name': 'DonAndrewBailey', 'name': 'Don A. Bailey', 'id': '69329410'}, {'screen_name': '100K_Ideas', 'name': '100K Ideas', 'id': '847814181910917120'}, {'screen_name': 'GotchuW', 'name': 'gotchu.world', 'id': '1002289982688579584'}]",,,, +7338,1016809376823246848,1016808891252989952,1531261221000.0,2018-07-10 22:20:21,+0000,,"@DonAndrewBailey @TheFerris_Wheel @100K_Ideas @GotchuW When you’re there next week, are you planning to test water sources for lead?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1016809376823246848,[],[],0,,False,2997,60,90,,None,,,,,,,"[{'screen_name': 'DonAndrewBailey', 'name': 'Don A. Bailey', 'id': '69329410'}, {'screen_name': '100K_Ideas', 'name': '100K Ideas', 'id': '847814181910917120'}, {'screen_name': 'GotchuW', 'name': 'gotchu.world', 'id': '1002289982688579584'}]",,,, +7339,1016734966812758017,1016734421766963200,1531243480000.0,2018-07-10 17:24:40,+0000,,@DMC_Ryan Should be very soon. We’ve already made around 100 Model 3 Performance cars for test drives in stores.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1016734966812758017,[],[],0,,False,940,63,61,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +7340,1016733555278348288,1016729567560699904,1531243144000.0,2018-07-10 17:19:04,+0000,,@bevvscott @eehouls Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1016733555278348288,[],[],0,,False,6084,97,78,,None,,,,,,,"[{'screen_name': 'bevvscott', 'name': 'Bev Scott', 'id': '826170052416188416'}, {'screen_name': 'eehouls', 'name': 'rockin erin slirrup', 'id': '13399892'}]",,,, +7341,1016731812159254529,1016729567560699904,1531242728000.0,2018-07-10 17:12:08,+0000,,"@eehouls No, it means I created jobs for 50,000 people directly and, through parts suppliers & supporting professions, ~250,000 people indirectly, thus supporting half a million families. What have you done?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1016731812159254529,[],[],0,,False,101066,3237,16644,,None,,,,,,,"[{'screen_name': 'eehouls', 'name': 'rockin erin slirrup', 'id': '13399892'}]",,,, +7342,1016696081697009664,1016659144823197696,1531234209000.0,2018-07-10 14:50:09,+0000,,@HelloCullen Already have,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1016696081697009664,[],[],0,,False,11940,264,490,,None,,,,,,,"[{'screen_name': 'HelloCullen', 'name': 'cullen ""swamp trash"" crawford', 'id': '317394465'}]",,,, +7343,1016695490438619136,1016557719539605504,1531234068000.0,2018-07-10 14:47:48,+0000,,"@blake_kistler @BBCWorld Ironically, the “billionaire” label, when used by media, is almost always meant to devalue & denigrate the subject. I wasn’t called that until my companies got to a certain size, but reality is that I still do the same science & engineering as before. Just the scale has changed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1016695490438619136,[],[],0,,False,10287,1114,949,,None,,,,,,,"[{'screen_name': 'BBCWorld', 'name': 'BBC News (World)', 'id': '742143'}]",,,, +7344,1016690602124046336,1016557719539605504,1531232903000.0,2018-07-10 14:28:23,+0000,,"@LanceUlanoff @BBCWorld Good for rescuing vulnerable patients in dangerous environments, particularly if water, toxic gas or dangerous bacteria/viruses present, as patient would remain dry & at std air pressure entire time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1016690602124046336,[],[],0,,False,2868,74,277,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}, {'screen_name': 'BBCWorld', 'name': 'BBC News (World)', 'id': '742143'}]",,,, +7345,1016687688848510976,1016557719539605504,1531232208000.0,2018-07-10 14:16:48,+0000,,"@Sarthk007 @BBCWorld Yes, it was specifically designed to pass that point",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1016687688848510976,[],[],0,,False,1068,26,75,,None,,,,,,,"[{'screen_name': 'BBCWorld', 'name': 'BBC News (World)', 'id': '742143'}]",,,, +7346,1016686032907931656,1016557719539605504,1531231814000.0,2018-07-10 14:10:14,+0000,,"@BBCWorld Moreover, based on extensive cave video review & discussion with several divers who know journey, SpaceX engineering is absolutely certain that mini-sub can do entire journey & demonstrate at any time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1016686032907931656,[],[],0,,False,3962,161,505,,None,,,,,,,"[{'screen_name': 'BBCWorld', 'name': 'BBC News (World)', 'id': '742143'}]",,,, +7347,1016684366083190785,1016557719539605504,1531231416000.0,2018-07-10 14:03:36,+0000,,"@BBCWorld The former Thai provincial governor (described inaccurately as “rescue chief”) is not the subject matter expert. That would be Dick Stanton, who co-led the dive rescue team. This is our direct correspondence: https://t.co/dmC9l3jiZR",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/1016684366083190785,[],['https://pbs.twimg.com/media/Dhv9BppUwAArP8X.jpg'],1,https://pbs.twimg.com/media/Dhv9BppUwAArP8X.jpg,False,29135,925,4013,,None,,,,,,,"[{'screen_name': 'BBCWorld', 'name': 'BBC News (World)', 'id': '742143'}]",,,, +7348,1016661708126015489,1015507453818044416,1531226014000.0,2018-07-10 12:33:34,+0000,,Great news that they made it out safely. Congratulations to an outstanding rescue team!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/1016661708126015489,[],[],0,,False,91308,1744,19917,,None,,,,,,,[],,,, +7349,1016590017052004352,1016284115681898496,1531208922000.0,2018-07-10 07:48:42,+0000,,@teslamodel3fan @Tesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1016590017052004352,[],[],0,,False,3625,63,115,,None,,,,,,,"[{'screen_name': 'teslamodel3fan', 'name': 'Tesla Model 3 Fan', 'id': '3532426698'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7350,1016443130017505280,1016443130017505280,1531173901000.0,2018-07-09 22:05:01,+0000,,Just returned from Cave 3. Mini-sub is ready if needed. It is made of rocket parts & named Wild Boar after kids’ soccer team. Leaving here in case it may be useful in the future. Thailand is so beautiful. https://t.co/EHNh8ydaTT,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1016443130017505280,[],"['https://pbs.twimg.com/media/DhshmVzV4AA_LqO.jpg', 'https://pbs.twimg.com/media/DhshmVpU0AA8aIv.jpg']",1,https://pbs.twimg.com/media/DhshmVzV4AA_LqO.jpg,False,274974,7421,75961,,None,,,,,,,[],,,, +7351,1016404574813478913,1016063173139427329,1531164709000.0,2018-07-09 19:31:49,+0000,,@Noizey_Man @JaneidyEve That would be cool. I wonder what it’s like under all that ice.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1016404574813478913,[],[],0,,False,1110,73,45,,None,,,,,,,"[{'screen_name': 'Noizey_Man', 'name': 'Michael Winslow', 'id': '272029893'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +7352,1016128459054157825,1016063173139427329,1531098878000.0,2018-07-09 01:14:38,+0000,,@EnochKo @Anna_online A second one that is 30cm shorter is almost complete,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/1016128459054157825,[],[],0,,False,3230,133,233,,None,,,,,,,"[{'screen_name': 'EnochKo', 'name': 'Enoch Ko', 'id': '17724107'}, {'screen_name': 'Anna_online', 'name': 'Anna Elizabeth', 'id': '27340922'}]",,,, +7353,1016121109127876610,1016063173139427329,1531097125000.0,2018-07-09 00:45:25,+0000,,@JaneidyEve Yes. Those videos are from this morning.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1016121109127876610,[],[],0,,False,898,37,41,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +7354,1016119687191638016,1016063173139427329,1531096786000.0,2018-07-09 00:39:46,+0000,,"@Anna_online According to divers who have made the passage, yes. However, we also made an exact replica that is inflatable, so that the entire path can be tested without risk of blockage.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1016119687191638016,[],[],0,,False,4576,96,388,,None,,,,,,,"[{'screen_name': 'Anna_online', 'name': 'Anna Elizabeth', 'id': '27340922'}]",,,, +7355,1016110809662066688,1016063173139427329,1531094670000.0,2018-07-09 00:04:30,+0000,,Simulating maneuvering through a narrow passage https://t.co/2z01Ut3vxJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1016110809662066688,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1016109554495442945/pu/img/LxPAu3MaYQTS7HOi.jpg,False,85548,2095,21253,,None,,,,,,,[],,,, +7356,1016098616300187648,1016075312176685056,1531091762000.0,2018-07-08 23:16:02,+0000,,"@2morrowknight Thanks, but we’ve not done anything useful yet. It is all other people.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1016098616300187648,[],[],0,,False,9107,157,458,,None,,,,,,,"[{'screen_name': '2morrowknight', 'name': 'Sean Gardner', 'id': '19478383'}]",,,, +7357,1016097753963941890,1016063173139427329,1531091557000.0,2018-07-08 23:12:37,+0000,,"@bweikle According to divers who have made the journey, this is capable of maneuvering through all passages",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1016097753963941890,[],[],0,,False,3777,64,225,,None,,,,,,,"[{'screen_name': 'bweikle', 'name': 'Brandie Weikle', 'id': '17347577'}]",,,, +7358,1016094166797996032,1016063173139427329,1531090702000.0,2018-07-08 22:58:22,+0000,,@binarybits @JaneidyEve Tube diameter is 31cm,pt,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/1016094166797996032,[],[],0,,False,3754,52,248,,None,,,,,,,"[{'screen_name': 'binarybits', 'name': 'Timothy B. Lee', 'id': '14165170'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +7359,1016076907421417472,1016063173139427329,1531086587000.0,2018-07-08 21:49:47,+0000,,"@JaneidyEve Mini-sub arriving in about 17 hours. Hopefully useful. If not, perhaps it will be in a future situation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1016076907421417472,[],[],0,,False,11318,171,1478,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +7360,1016074447122337792,1015507453818044416,1531086000000.0,2018-07-08 21:40:00,+0000,,Thanks @palicharterhigh for letting us use your pool,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1016074447122337792,[],[],0,,False,16462,181,669,,None,,,,,,,[],,,, +7361,1016070898590232577,1016063173139427329,1531085154000.0,2018-07-08 21:25:54,+0000,,@imscoops It is an honor to work with them,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/1016070898590232577,[],[],0,,False,9854,77,293,,None,,,,,,,[],,,, +7362,1016064322357719040,1016064322357719040,1531083586000.0,2018-07-08 20:59:46,+0000,,"With some mods, this could also work as an escape pod in space",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1016064322357719040,[],[],0,,False,40625,891,2729,,None,,,,,,,[],,,, +7363,1016063173139427329,1016063173139427329,1531083312000.0,2018-07-08 20:55:12,+0000,, https://t.co/D1umiFDr1t,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1016063173139427329,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1016062954138042368/pu/img/BIWJNLecvbThplFE.jpg,False,184794,3760,47642,,None,,,,,,,[],,,, +7364,1016032769082716161,1016032422352293891,1531076063000.0,2018-07-08 18:54:23,+0000,,@IAmJohnMcMahon I want to know who is running the Etherium scambots! Mad skillz …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016032769082716161,[],[],0,,False,5149,265,425,,None,,,,,,,"[{'screen_name': 'IAmJohnMcMahon', 'name': 'John McMahon', 'id': '1082979494'}]",,,, +7365,1016032133314310144,1015997322818252801,1531075912000.0,2018-07-08 18:51:52,+0000,,@DocJohnG @PewellaClarke @dcliem It is both alarming & explanatory that you run a psych ward,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016032133314310144,[],[],0,,False,2037,71,89,,None,,,,,,,"[{'screen_name': 'DocJohnG', 'name': 'Dr. John Grohol', 'id': '16854190'}, {'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +7366,1016031254465015808,1015507453818044416,1531075702000.0,2018-07-08 18:48:22,+0000,,"@KyleBrubaker Diver weight belts wrapped around outside. Mini-sub only weighs ~40kg dry, so easy to carry on long dry sections of cave, then add weight belts for wet sections.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016031254465015808,[],[],0,,False,1693,45,141,,None,,,,,,,"[{'screen_name': 'KyleBrubaker', 'name': 'Kyle Brubaker', 'id': '24933876'}]",,,, +7367,1016029337450004480,1015997322818252801,1531075245000.0,2018-07-08 18:40:45,+0000,,"@PPathole @JimmyVosika @dcliem Yeah, that sounds cool. Music makes things better. Calms the mind. Adding padded wall pockets for a hand radio & phone/music player.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016029337450004480,[],[],0,,False,5088,63,349,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'JimmyVosika', 'name': 'Jimmy Vosika 🐍🎷', 'id': '15489063'}, {'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +7368,1016026055272906752,1015997322818252801,1531074463000.0,2018-07-08 18:27:43,+0000,,"@astrography__ @dcliem Aluminum shell has high thermal conductivity, so will be close to ambient. If ambient is cold, a thin layer of neoprene insulation around interior will keep occupant warm.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016026055272906752,[],[],0,,False,3011,45,275,,None,,,,,,,"[{'screen_name': 'astrography__', 'name': 'Infinity Cosmos™', 'id': '930673737824907265'}, {'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +7369,1016024280566394880,1015997322818252801,1531074039000.0,2018-07-08 18:20:39,+0000,,@dcliem https://t.co/jL2sPT0NCp,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016024280566394880,[],['https://pbs.twimg.com/media/Dhmkr6nU0AA_gEO.jpg'],1,https://pbs.twimg.com/media/Dhmkr6nU0AA_gEO.jpg,False,6177,127,693,,None,,,,,,,"[{'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +7370,1016023545703383040,1015997322818252801,1531073864000.0,2018-07-08 18:17:44,+0000,,@dcliem Buoyancy adjusted by strapping diver weight belts around body of capsule. They’re prevented from sliding off by the 6 diver handhold attachments.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016023545703383040,[],[],0,,False,882,12,86,,None,,,,,,,"[{'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +7371,1016022770365288449,1015997322818252801,1531073679000.0,2018-07-08 18:14:39,+0000,,"@MontanaSeptic @dcliem Testing for 3 more hours in LA, then it’s on a plane to Thailand",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016022770365288449,[],[],0,,False,1795,52,311,,None,,,,,,,"[{'screen_name': 'MontanaSeptic', 'name': 'Montana Septic', 'id': '989479689600331776'}, {'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +7372,1016022074307907584,1015997322818252801,1531073513000.0,2018-07-08 18:11:53,+0000,,"@dcliem Design based on dive team feedback (primarily Stanton): 4 air / oxygen ports front & rear, front ports protected by nosecone. Dual O-ring seal on acrylic rear plate with clear view of occupant head. Leak/buckling proof to 10X cave water pressure.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1016022074307907584,[],[],0,,False,1416,20,185,,None,,,,,,,"[{'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +7373,1016014090320338944,1016010653885181952,1531071610000.0,2018-07-08 17:40:10,+0000,,@vcastillo630 @adblanche I am an engineer,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1016014090320338944,[],[],0,,False,1285,64,119,,None,,,,,,,"[{'screen_name': 'vcastillo630', 'name': 'Vivianne Castillo', 'id': '781720935590158336'}, {'screen_name': 'adblanche', 'name': 'aubrey blanche (she/her)', 'id': '23356719'}]",,,, +7374,1016012966557188097,1015741333724524545,1531071342000.0,2018-07-08 17:35:42,+0000,,@annerajb @kulpability @sivarajkumar237 @KO_Sulli @Grady_Booch @slashdot Tight control code is always C,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1016012966557188097,[],[],0,,False,503,30,24,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'sivarajkumar237', 'name': 'Sivaraj', 'id': '1386380306'}, {'screen_name': 'KO_Sulli', 'name': 'KO_Sulli', 'id': '316537898'}, {'screen_name': 'Grady_Booch', 'name': 'Grady Booch', 'id': '397689316'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +7375,1016006658881871876,1015741333724524545,1531069838000.0,2018-07-08 17:10:38,+0000,,@annerajb @sivarajkumar237 @KO_Sulli @Grady_Booch @slashdot Python is done right. Great name story too.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1016006658881871876,[],[],0,,False,739,22,63,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'sivarajkumar237', 'name': 'Sivaraj', 'id': '1386380306'}, {'screen_name': 'KO_Sulli', 'name': 'KO_Sulli', 'id': '316537898'}, {'screen_name': 'Grady_Booch', 'name': 'Grady Booch', 'id': '397689316'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +7376,1016005381686943744,1015997322818252801,1531069534000.0,2018-07-08 17:05:34,+0000,,"@DocJohnG @dcliem If I am a narcissist (which might be true), at least I am a useful one",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1016005381686943744,[],[],0,,False,14360,263,2518,,None,,,,,,,"[{'screen_name': 'DocJohnG', 'name': 'Dr. John Grohol', 'id': '16854190'}, {'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +7377,1016002749446516737,1015741333724524545,1531068906000.0,2018-07-08 16:55:06,+0000,,@sivarajkumar237 @KO_Sulli @Grady_Booch @slashdot 🖤🖤🖤 Python 🖤🖤🖤,cy,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1016002749446516737,[],[],0,,False,1173,31,213,,None,,,,,,,"[{'screen_name': 'sivarajkumar237', 'name': 'Sivaraj', 'id': '1386380306'}, {'screen_name': 'KO_Sulli', 'name': 'KO_Sulli', 'id': '316537898'}, {'screen_name': 'Grady_Booch', 'name': 'Grady Booch', 'id': '397689316'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +7378,1016000593616236545,1015997322818252801,1531068392000.0,2018-07-08 16:46:32,+0000,,@dcliem Pretty close. There is a nosecone on the front to protect against rocks impacting fwd air hoses with a hole on the side for hoses to exit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1016000593616236545,[],[],0,,False,7478,125,558,,None,,,,,,,"[{'screen_name': 'dcliem', 'name': 'Daniel C. Liem', 'id': '2818637965'}]",,,, +7379,1015999090050514944,1015741333724524545,1531068034000.0,2018-07-08 16:40:34,+0000,,@KO_Sulli @Grady_Booch @slashdot Turbo,es,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1015999090050514944,[],[],0,,False,423,11,10,,None,,,,,,,"[{'screen_name': 'KO_Sulli', 'name': 'KO_Sulli', 'id': '316537898'}, {'screen_name': 'Grady_Booch', 'name': 'Grady Booch', 'id': '397689316'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +7380,1015998786642907136,1015741333724524545,1531067961000.0,2018-07-08 16:39:21,+0000,,@Grady_Booch @slashdot C,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1015998786642907136,[],[],0,,False,449,18,17,,None,,,,,,,"[{'screen_name': 'Grady_Booch', 'name': 'Grady Booch', 'id': '397689316'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +7381,1015854883990265856,1013817050962128896,1531033652000.0,2018-07-08 07:07:32,+0000,,"@ayshardzn Given Chiang Rai airport hours, soonest we could’ve departed US was an hour ago, but cave now closed for diver rescue. Will continue testing in LA in case needed later or for somewhere else in future.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/1015854883990265856,[],[],0,,False,1519,118,264,,None,,,,,,,"[{'screen_name': 'ayshardzn', 'name': '𝗔𝘆𝘀𝗵𝗮 𝗥𝗶𝗱𝘇𝘂𝗮𝗻', 'id': '52719612'}]",,,, +7382,1015850486543495168,1015835053807394816,1531032604000.0,2018-07-08 06:50:04,+0000,,"@DowdEdward Will do. Even if not useful here, perhaps it will be in a future situation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1015850486543495168,[],[],0,,False,3305,111,559,,None,,,,,,,"[{'screen_name': 'DowdEdward', 'name': 'Ed ☯️ The Obsolete Man', 'id': '1570180292'}]",,,, +7383,1015835053807394816,1015835053807394816,1531028924000.0,2018-07-08 05:48:44,+0000,,Extremely talented dive team. Makes sense given monsoon. Godspeed. https://t.co/t5XRo3gTxK,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1015835053807394816,['https://twitter.com/bbcbreaking/status/1015811558851661825'],[],0,,False,46193,842,6435,https://twitter.com/bbcbreaking/status/1015811558851661825,None,,,,,,,[],,,, +7384,1015761785272463360,1015741333724524545,1531011456000.0,2018-07-08 00:57:36,+0000,,@slashdot Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1015761785272463360,[],[],0,,False,18608,537,1704,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +7385,1015706931753652224,1015507453818044416,1530998378000.0,2018-07-07 21:19:38,+0000,,@dirkbonhomme @JelteDesign @maysacha Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1015706931753652224,[],[],0,,False,1988,95,96,,None,,,,,,,"[{'screen_name': 'dirkbonhomme', 'name': 'Dirk Bonhomme', 'id': '14375479'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}]",,,, +7386,1015689632355250176,1015507453818044416,1530994253000.0,2018-07-07 20:10:53,+0000,,@JelteDesign @maysacha Fitted for a kid or small adult to minimize open air. Segmented compartments to place rocks or dive weights & adjust bouyancy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1015689632355250176,[],[],0,,False,1356,95,116,,None,,,,,,,"[{'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}]",,,, +7387,1015686382646259715,1015507453818044416,1530993478000.0,2018-07-07 19:57:58,+0000,,@abroadwithalec @maysacha Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1015686382646259715,[],[],0,,False,1064,26,40,,None,,,,,,,"[{'screen_name': 'abroadwithalec', 'name': 'Alec', 'id': '2361551863'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}]",,,, +7388,1015685823906234368,1015507453818044416,1530993345000.0,2018-07-07 19:55:45,+0000,,"@maysacha 4 handles/hitch points on front & 4 on rear. 2 air tank connections on front & 2 on rear, allowing 1 to 4 tanks simultaneously connected, all recessed for impact protection w secondary cap seal if leak develops.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1015685823906234368,[],[],0,,False,1749,55,175,,None,,,,,,,"[{'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}]",,,, +7389,1015676772338159618,1015647807066140672,1530991187000.0,2018-07-07 19:19:47,+0000,,@thanr @ablack82 I’m in LA working with the SpaceX team building the kid mini-sub,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1015676772338159618,[],[],0,,False,2486,116,464,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'ablack82', 'name': 'ablack82', 'id': '1129138391872888832'}]",,,, +7390,1015666557458964480,1015507453818044416,1530988752000.0,2018-07-07 18:39:12,+0000,,"@aiyanaskye Construction complete in about 8 hours, then 17 hour flight to Thailand",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1015666557458964480,[],[],0,,False,3388,178,698,,None,,,,,,,"[{'screen_name': 'aiyanaskye', 'name': 'Aiyana Skye', 'id': '65802568'}]",,,, +7391,1015665633504063488,1015507453818044416,1530988531000.0,2018-07-07 18:35:31,+0000,,"Continue to be amazed by the bravery, resilience & tenacity of kids & diving team in Thailand. Human character at its best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1015665633504063488,[],[],0,,False,74912,993,10186,,None,,,,,,,[],,,, +7392,1015657378140704768,1015507453818044416,1530986563000.0,2018-07-07 18:02:43,+0000,,"Got more great feedback from Thailand. Primary path is basically a tiny, kid-size submarine using the liquid oxygen transfer tube of Falcon rocket as hull. Light enough to be carried by 2 divers, small enough to get through narrow gaps. Extremely robust.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1015657378140704768,[],[],0,,False,69205,1425,11182,,None,,,,,,,[],,,, +7393,1015654917782978560,1015645483816050690,1530985977000.0,2018-07-07 17:52:57,+0000,,@VoltzCoreAudio Ground winds would,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1015654917782978560,[],[],0,,False,537,10,9,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '2989135748'}]",,,, +7394,1015648140341403648,1015645483816050690,1530984361000.0,2018-07-07 17:26:01,+0000,,@VoltzCoreAudio Yes. All-weather. ~300km/h high altitude winds. ~60km/h ground winds. It’s a beast.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1015648140341403648,[],[],0,,False,4640,53,214,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}]",,,, +7395,1015529153817239552,1015507453818044416,1530955992000.0,2018-07-07 09:33:12,+0000,,@jevjack1 Can’t be too buoyant,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1015529153817239552,[],[],0,,False,497,62,20,,None,,,,,,,"[{'screen_name': 'jevjack1', 'name': 'Jake Edwards', 'id': '2594331143'}]",,,, +7396,1015507453818044416,1015507453818044416,1530950818000.0,2018-07-07 08:06:58,+0000,,"Some good feedback from cave experts in Thailand. Iterating with them on an escape pod design that might be safe enough to try. Also building an inflatable tube with airlocks. Less likely to work, given tricky contours, but great if it does.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/1015507453818044416,[],[],0,,False,135053,2717,20718,,None,,,,,,,[],,,, +7397,1015366461957627904,1014251869760249856,1530917203000.0,2018-07-06 22:46:43,+0000,,@ArkadiuszKula @JL2579 @MattyIce4412 @thanr @JamesWorldSpace Good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1015366461957627904,[],[],0,,False,796,62,24,,None,,,,,,,"[{'screen_name': 'ArkadiuszKula', 'name': 'Arek', 'id': '2352295417'}, {'screen_name': 'JL2579', 'name': 'JL2579', 'id': '385879377'}, {'screen_name': 'MattyIce4412', 'name': 'Matt', 'id': '132221244'}, {'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +7398,1015363973611425793,1014251869760249856,1530916610000.0,2018-07-06 22:36:50,+0000,,"@JL2579 @MattyIce4412 @thanr @JamesWorldSpace Prob wise to add an air tank (butt end fwd to take impacts) in nose of pod & vent valve in rear. Set air tank to slow bleed rate, then no need for SCUBA mouthpiece or regulator. Training unnecessary & less susceptible to panic attack.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1015363973611425793,[],[],0,,False,1020,62,77,,None,,,,,,,"[{'screen_name': 'JL2579', 'name': 'JL2579', 'id': '385879377'}, {'screen_name': 'MattyIce4412', 'name': 'Matt', 'id': '132221244'}, {'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +7399,1015361792007069696,1015259805525725184,1530916090000.0,2018-07-06 22:28:10,+0000,,@LittleMissFlint You’re welcome. Happy birthday! 🎁🎉🎂,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1015361792007069696,[],[],0,,False,2777,30,63,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +7400,1015360604192768000,1014251869760249856,1530915807000.0,2018-07-06 22:23:27,+0000,,"@MattyIce4412 @thanr @JamesWorldSpace Yeah, that’s what I’m talking about in that tweet — double-layer Kevlar pressure pod with Teflon coating. Other approach is a long inflatable air sock. Both worth trying.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1015360604192768000,[],[],0,,False,1031,20,81,,None,,,,,,,"[{'screen_name': 'MattyIce4412', 'name': 'Matt', 'id': '132221244'}, {'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +7401,1015359443876360192,1014251869760249856,1530915530000.0,2018-07-06 22:18:50,+0000,,@williamwinters @austinhopperrrr @maysacha @thanr @JamesWorldSpace Exactly. You can put socks on your feet the same way. There would be no relative motion between the tube & rock wall.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1015359443876360192,[],[],0,,False,482,9,15,,None,,,,,,,"[{'screen_name': 'williamwinters', 'name': 'william winters 🍁', 'id': '15039188'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}, {'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +7402,1015355758471532549,1015353115225124864,1530914651000.0,2018-07-06 22:04:11,+0000,,@jeremysliew It’s open so that others who are closer to the problem can consider this as one possible solution,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1015355758471532549,[],[],0,,False,8603,111,467,,None,,,,,,,"[{'screen_name': 'jeremysliew', 'name': 'Jeremy Liew, Partner at Lightspeed #BLM', 'id': '23976717'}]",,,, +7403,1015350212808749056,1015336487674699779,1530913329000.0,2018-07-06 21:42:09,+0000,,"@siwgrindaker @erikveen Should be possible to increase the air inflow rate above the leak rate, unless there is a very big hole. If oxygen % is dropping, suggests that leak holes are not large.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1015350212808749056,[],[],0,,False,505,14,22,,None,,,,,,,"[{'screen_name': 'siwgrindaker', 'name': 'Siw Grindaker', 'id': '84868803'}, {'screen_name': 'erikveen', 'name': 'Erix433n', 'id': '20876587'}]",,,, +7404,1015342277017784320,1015336487674699779,1530911437000.0,2018-07-06 21:10:37,+0000,,@erikveen I would def recommend this,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1015342277017784320,[],[],0,,False,3285,79,80,,None,,,,,,,"[{'screen_name': 'erikveen', 'name': 'Erix433n', 'id': '20876587'}]",,,, +7405,1015341937115553793,1014251869760249856,1530911356000.0,2018-07-06 21:09:16,+0000,,@thanr @JamesWorldSpace Building double-layer Kevlar pressure pods with Teflon coating to slip by rocks & front/rear rope tow hitch & lead pockets for neutral buoyancy. ~60 cm oval. Testing this aft in a pool with a subject who has never done SCUBA. Do the divers think something like this might work?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1015341937115553793,[],[],0,,False,1237,72,130,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +7406,1015334555002081280,1015092206254710784,1530909596000.0,2018-07-06 20:39:56,+0000,,@bonnienorman @TeslaBull @trippedover Interesting,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/1015334555002081280,[],[],0,,False,537,19,16,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}, {'screen_name': 'TeslaBull', 'name': 'TeslaBull', 'id': '1037893101627498496'}, {'screen_name': 'TrippedOver', 'name': 'TrippedOver', 'id': '627165717'}]",,,, +7407,1015310752830218241,1014251869760249856,1530903921000.0,2018-07-06 19:05:21,+0000,,"@thanr @JamesWorldSpace Great, thanks",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1015310752830218241,[],[],0,,False,1040,32,47,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +7408,1015307876829548544,1014251869760249856,1530903236000.0,2018-07-06 18:53:56,+0000,,@JamesWorldSpace Inflatable tubes & pods being made out of Kevlar for better abrasion resistance. A SpaceX engineer happens to be in Thailand & is headed there now. Could one of the divers DM me? Need approx contour of most difficult sections for tube fab.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1015307876829548544,[],[],0,,False,1815,78,304,,None,,,,,,,"[{'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +7409,1015286165383987200,1014251869760249856,1530898059000.0,2018-07-06 17:27:39,+0000,,"@ladykayaker @JamesWorldSpace So long as air pressure in tube higher than water pressure, air will blow out & water won’t come in",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1015286165383987200,[],[],0,,False,705,49,51,,None,,,,,,,"[{'screen_name': 'ladykayaker', 'name': ""My cats' butler"", 'id': '23485619'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +7410,1015276185293426688,1014251869760249856,1530895680000.0,2018-07-06 16:48:00,+0000,,"@thanr @JamesWorldSpace Does you know output voltage & amperage of those generator trucks? 3 phase? What frequency? Will need high voltage transformer to carry power over distance or very thick cable. Beyond that, only batteries will work. Will prep Powerwalls in case needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1015276185293426688,[],[],0,,False,1567,48,164,,None,,,,,,,"[{'screen_name': 'thanr', 'name': 'Than R.', 'id': '10405782'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +7411,1015138953693880320,1014251869760249856,1530862961000.0,2018-07-06 07:42:41,+0000,,@JamesWorldSpace SpaceX & Boring Co engineers headed to Thailand tomorrow to see if we can be helpful to govt. There are probably many complexities that are hard to appreciate without being there in person.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1015138953693880320,[],[],0,,False,19531,869,6984,,None,,,,,,,"[{'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +7412,1015137456901931008,1014251869760249856,1530862604000.0,2018-07-06 07:36:44,+0000,,"@JamesWorldSpace Looks like 1st bit of water is close enough to entrance to be pumped out. 2nd & 3rd would need battery packs, air pumps & tubes. If depth of 2nd is accurate, would need ~0.5 bar tube pressure. Prob need to enter tube, zip up & then transit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1015137456901931008,[],[],0,,False,3451,98,605,,None,,,,,,,"[{'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +7413,1015116567477014528,1014251869760249856,1530857624000.0,2018-07-06 06:13:44,+0000,,"@chiefpad @JamesWorldSpace So long as air feed rate exceeds leak rate, tube remains inflated. This is how bouncy castles or inflatable mazes work. Needs very little power as the work (physics def of work) done is low. Pumping out water faster than it enters the cave system is prob 10X to 1000X more power.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1015116567477014528,[],[],0,,False,1868,50,203,,None,,,,,,,"[{'screen_name': 'chiefpad', 'name': 'chiefpad', 'id': '15876825'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +7414,1015115481097777152,1014251869760249856,1530857365000.0,2018-07-06 06:09:25,+0000,,@chiefpad @JamesWorldSpace Have a small velcro slit entrance & exit in circumferential direction (half stress of longitudinal direction),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1015115481097777152,[],[],0,,False,1338,20,121,,None,,,,,,,"[{'screen_name': 'chiefpad', 'name': 'chiefpad', 'id': '15876825'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +7415,1015108458067124225,1014251869760249856,1530855690000.0,2018-07-06 05:41:30,+0000,,"@ladykayaker @JamesWorldSpace Walking speed is around 5km/h, but if you’re in an air tube, time doesn’t matter much. If tube diameter was 1.5m, a fast walk of 5km would take 40 mins or so. Just need to duck for the narrow sections.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1015108458067124225,[],[],0,,False,1823,57,211,,None,,,,,,,"[{'screen_name': 'ladykayaker', 'name': ""My cats' butler"", 'id': '23485619'}, {'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +7416,1015105500105412610,1014251869760249856,1530854985000.0,2018-07-06 05:29:45,+0000,,@JamesWorldSpace Maybe worth trying: insert a 1m diameter nylon tube (or shorter set of tubes for most difficult sections) through cave network & inflate with air like a bouncy castle. Should create an air tunnel underwater against cave roof & auto-conform to odd shapes like the 70cm hole.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1015105500105412610,[],[],0,,False,19506,1222,3872,,None,,,,,,,"[{'screen_name': 'JamesWorldSpace', 'name': 'James Yenbamroong', 'id': '823883337861185538'}]",,,, +7417,1015004489567256576,1014983757252780033,1530830902000.0,2018-07-05 22:48:22,+0000,,@cate_long @lopezlinette Exactly. A journalist who publicly expresses love for & parties in Vegas with a prominent shortseller of any given company should disclose this when writing articles.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1015004489567256576,[],[],0,,False,2076,110,122,,None,,,,,,,"[{'screen_name': 'cate_long', 'name': 'Cate Long', 'id': '15659909'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +7418,1015000443267645441,1014923617791107073,1530829938000.0,2018-07-05 22:32:18,+0000,,"@MelissaLeeCNBC @thesheetztweetz @CNBC @Lebeaucarnews I know you & believe you, but it means Lopez misled readers in her article, because that is exactly what she said",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1015000443267645441,[],[],0,,False,569,37,20,,None,,,,,,,"[{'screen_name': 'MelissaLeeCNBC', 'name': 'Melissa Lee', 'id': '1347071545'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'Lebeaucarnews', 'name': 'Phil LeBeau', 'id': '70987052'}]",,,, +7419,1014998760638697473,1014983757252780033,1530829536000.0,2018-07-05 22:25:36,+0000,,@jowens510 @lopezlinette I didn’t ask anyone and the people who sent the snapshots don’t work for me. They just don’t like hypocrites.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1014998760638697473,[],[],0,,False,1940,61,48,,None,,,,,,,"[{'screen_name': 'jowens510', 'name': 'Jeremy C. Owens', 'id': '329838136'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +7420,1014987505978863616,1014983757252780033,1530826853000.0,2018-07-05 21:40:53,+0000,,@lopezlinette They were sent to me by multiple people on the Internet. I don’t use Facebook.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1014987505978863616,[],[],0,,False,8844,224,276,,None,,,,,,,"[{'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +7421,1014987092697346048,1014923617791107073,1530826755000.0,2018-07-05 21:39:15,+0000,,@thesheetztweetz @CNBC @Lebeaucarnews Lopez wrote that Melissa Lee of CNBC was “dancing her face off” with Chanos in Vegas. Is this true? https://t.co/jy7sQkZ4R5,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1014987092697346048,['http://www.norwichbulletin.com/article/20140516/NEWS/305169979'],[],0,,False,661,34,29,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'Lebeaucarnews', 'name': 'Phil LeBeau', 'id': '70987052'}]",,,, +7422,1014986117341253633,1014800225788018688,1530826522000.0,2018-07-05 21:35:22,+0000,,@S_Padival @lopezlinette Why did @lopezlinette publish a love letter puff piece about Chanos’s cuff links? Who took the pic? Obv not objective https://t.co/eaLVIgwm7k,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1014986117341253633,['http://www.businessinsider.com/jim-chanos-sweet-chinese-yuan-cufflinks-2014-5'],[],0,,False,465,35,36,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +7423,1014982701634351104,1014800225788018688,1530825708000.0,2018-07-05 21:21:48,+0000,,@S_Padival @lopezlinette https://t.co/ystkbF7p1W,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1014982701634351104,[],"['https://pbs.twimg.com/media/DhXxYloUcAAZwZ7.jpg', 'https://pbs.twimg.com/media/DhXxYloVAAAeW8w.jpg']",1,https://pbs.twimg.com/media/DhXxYloUcAAZwZ7.jpg,False,461,27,35,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +7424,1014982448826871808,1014800225788018688,1530825647000.0,2018-07-05 21:20:47,+0000,,@S_Padival @lopezlinette .@Lopezlinette posted on social media that she was partying in Vegas with Chanos & Tepper with caption “Love both these dudes”. Doesn’t sound very objective https://t.co/oy1Tz6Cg68,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1014982448826871808,['http://www.dodgeglobe.com/article/20140516/News/305169981'],[],0,,False,565,23,34,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +7425,1014964962718973952,1014964418189328384,1530821478000.0,2018-07-05 20:11:18,+0000,,"@Rayhawn @Tesla Norwegians are right to be upset with Tesla. We are having trouble expanding our service facilities in Oslo especially. Can solve quickly with Tesla mobile service vans, but awaiting govt permission to do so.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1014964962718973952,[],[],0,,False,5364,156,245,,None,,,,,,,"[{'screen_name': 'Rayhawn', 'name': 'Rehan', 'id': '33495223'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7426,1014964102672801792,1014957159048732672,1530821273000.0,2018-07-05 20:07:53,+0000,,@ajs @nichcarlson @businessinsider @lopezlinette Are you 100% certain that @businessinsider stands by @lopezlinette & supports everything she’s done? Why won’t Lopez go on record saying that she never offered Tripp anything for inside info or asked him to break his confidentiality agreement by taking detailed video of Tesla IP?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1014964102672801792,[],[],0,,False,1518,80,92,,None,,,,,,,"[{'screen_name': 'ajs', 'name': 'Alyson Shontell', 'id': '24941044'}, {'screen_name': 'nichcarlson', 'name': 'Nicholas Carlson', 'id': '9549942'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +7427,1014952644555599872,1014800225788018688,1530818542000.0,2018-07-05 19:22:22,+0000,,@tombrechet @vassilyk @FlatJannrickles @vincent13031925 @TeslaBull @scottwww @stetopinini @S_Padival @lopezlinette @Tesla Sounds fishy. How did that go down?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1014952644555599872,[],[],0,,False,423,31,11,,None,,,,,,,"[{'screen_name': 'TomBrechet', 'name': 'Brechet Tom', 'id': '1232742351069753347'}, {'screen_name': 'vassilyk', 'name': 'Lettuce Cat', 'id': '37499098'}, {'screen_name': 'FlatJannrickles', 'name': 'Jann Is Cool', 'id': '212795909'}, {'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'TeslaBull', 'name': 'TeslaBull', 'id': '1037893101627498496'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'stetopinini', 'name': 'stef', 'id': '1216683854'}, {'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7428,1014948255950442496,1014923617791107073,1530817495000.0,2018-07-05 19:04:55,+0000,,@steveshmidt @thesheetztweetz @CNBC @Lebeaucarnews True,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1014948255950442496,[],[],0,,False,628,43,14,,None,,,,,,,"[{'screen_name': 'steveshmidt', 'name': 'Steve', 'id': '44682767'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'Lebeaucarnews', 'name': 'Phil LeBeau', 'id': '70987052'}]",,,, +7429,1014942490690969600,1014800225788018688,1530816121000.0,2018-07-05 18:42:01,+0000,,"@vincent13031925 @TeslaBull @scottwww @stetopinini @S_Padival @lopezlinette So @lopezlinette publicly stated she stans for Chanos, Tesla’s most prominent short-seller. In her words, he is “one of the greatest.” Her articles print Chanos’s view verbatim. This is not journalism.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1014942490690969600,[],[],0,,False,838,74,59,,None,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'Vincent 🚀\U0001f7e0', 'id': '1689516060'}, {'screen_name': 'TeslaBull', 'name': 'TeslaBull', 'id': '1037893101627498496'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'stetopinini', 'name': 'stef', 'id': '1216683854'}, {'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +7430,1014935357345763330,1014800225788018688,1530814420000.0,2018-07-05 18:13:40,+0000,,"@scottwww @stetopinini @S_Padival @lopezlinette .@lopezlinette You stated publicly that you “see eye to eye” with Chanos, the most prominent short-seller of Tesla. Have you ever provided him with material non-public information about Tesla?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1014935357345763330,[],[],0,,False,757,44,54,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'stetopinini', 'name': 'stef', 'id': '1216683854'}, {'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +7431,1014932627986370560,1012472972236414976,1530813769000.0,2018-07-05 18:02:49,+0000,,@TeslaBull What a coincidence …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1014932627986370560,[],[],0,,False,2591,47,96,,None,,,,,,,"[{'screen_name': 'TeslaBull', 'name': 'TeslaBull', 'id': '1037893101627498496'}]",,,, +7432,1014932211584266240,1014923617791107073,1530813670000.0,2018-07-05 18:01:10,+0000,,@thesheetztweetz @CNBC @Lebeaucarnews Am not attacking all media or even all of @CNBC. Just asked if you inform public about an analyst’s prediction track record about a subject when putting them on your show.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1014932211584266240,[],[],0,,False,2112,81,132,,None,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'Lebeaucarnews', 'name': 'Phil LeBeau', 'id': '70987052'}]",,,, +7433,1014923546210938880,1014800225788018688,1530811604000.0,2018-07-05 17:26:44,+0000,,"@stetopinini @S_Padival @lopezlinette Indeed, very simple question. To be specific: @lopezlinette, did you compensate or promise to compensate Martin Tripp for inside information about Tesla? Did he, under that inducement, provide you with exaggerated negative info, which you printed, but turned out to be untrue?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1014923546210938880,[],[],0,,False,974,57,82,,None,,,,,,,"[{'screen_name': 'stetopinini', 'name': 'stef', 'id': '1216683854'}, {'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +7434,1014919249620418562,1014881543016386560,1530810580000.0,2018-07-05 17:09:40,+0000,,"@benjaminpollock @CNBC Exactly. @cnbc, I just asked a simple question. Please answer.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1014919249620418562,[],[],0,,False,613,47,31,,None,,,,,,,"[{'screen_name': 'benjaminpollock', 'name': 'Benjamin Pollock', 'id': '15531670'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +7435,1014834534687404032,1014229919151337472,1530790382000.0,2018-07-05 11:33:02,+0000,,"@ICannot_Enough @SimRiyat @gawwy @aperezposada @Reuters @sal19 Strange. @cnbc, is it true that you are putting on analysts with such low ratings & extremely bad prediction records? Are your viewers informed about an analyst’s track record before hearing their opinion.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/1014834534687404032,[],[],0,,False,1095,118,121,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'SimRiyat', 'name': 'Simranjeet Riyat 🌐', 'id': '1013404524395008001'}, {'screen_name': 'gawwy', 'name': 'Hans', 'id': '39853264'}, {'screen_name': 'aperezposada', 'name': 'Alejandro Perez', 'id': '627793247'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}, {'screen_name': 'sal19', 'name': 'Sal Rodriguez 🕷', 'id': '21983925'}]",,,, +7436,1014812681499365376,1014812681499365376,1530785172000.0,2018-07-05 10:06:12,+0000,,"Note, no one is in the car or controlling remotely. Car is driving entirely by itself. https://t.co/xSG2Mmy756",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1014812681499365376,['https://twitter.com/tesla/status/1014515503740567553'],[],0,,False,22354,739,2166,https://twitter.com/tesla/status/1014515503740567553,None,,,,,,,[],,,, +7437,1014811835017584640,1014800225788018688,1530784970000.0,2018-07-05 10:02:50,+0000,,"@S_Padival @lopezlinette Sounds very sketchy if true. @lopezlinette, is it possible you’re serving as an inside trading source for one of Tesla’s biggest short-sellers? An ex-Tesla employee just went on record formally claiming you bribed him & he sent you valuable Tesla IP in exchange. Is this true?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/1014811835017584640,[],[],0,,False,1252,115,145,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'lopezlinette', 'name': 'Linette Lopez', 'id': '19775788'}]",,,, +7438,1014806548340568065,1014800225788018688,1530783709000.0,2018-07-05 09:41:49,+0000,,"@S_Padival @lopezlinette has published several false articles about Tesla, including a doozy where she claimed Tesla scrapped more batteries than our total S,X &3 production number, which is physically impossible.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1014806548340568065,[],[],0,,False,2932,76,163,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}]",,,, +7439,1014800936198213633,1014229919151337472,1530782371000.0,2018-07-05 09:19:31,+0000,,"@gawwy @aperezposada @Reuters @sal19 Wow, so @sal19 of @Reuters wrote article that misled public about Model 3 production & followed that up with mean tweet to me on my bday. Nice work @sal19 & @Reuters.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/1014800936198213633,[],[],0,,False,781,51,49,,None,,,,,,,"[{'screen_name': 'gawwy', 'name': 'Hans', 'id': '39853264'}, {'screen_name': 'aperezposada', 'name': 'Alejandro Perez', 'id': '627793247'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}, {'screen_name': 'sal19', 'name': 'Sal Rodriguez 🕷', 'id': '21983925'}]",,,, +7440,1014785678263980032,1014229919151337472,1530778734000.0,2018-07-05 08:18:54,+0000,,"@aperezposada @Reuters .@Reuters, why did you mislead the people public about this number?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1014785678263980032,[],[],0,,False,569,41,42,,None,,,,,,,"[{'screen_name': 'aperezposada', 'name': 'Alejandro Perez', 'id': '627793247'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +7441,1014785289967923200,1014229919151337472,1530778641000.0,2018-07-05 08:17:21,+0000,,"@aperezposada @Reuters .@Reuters is relentlessly negative about Tesla. They just wrote a bogus article saying S production last week was low by 800 cars. S/X annual prod is set at ~100k, ie 1,900/week. Tesla built 1,913 S/X cars at our standard ~50/50 split last week, which is right on target.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/1014785289967923200,[],[],0,,False,955,56,103,,None,,,,,,,"[{'screen_name': 'aperezposada', 'name': 'Alejandro Perez', 'id': '627793247'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +7442,1014774891575300097,1011672532838055937,1530776162000.0,2018-07-05 07:36:02,+0000,,@LittleMissFlint Happy to support,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/1014774891575300097,[],[],0,,False,1037,24,41,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +7443,1014754638950645760,1014251869760249856,1530771333000.0,2018-07-05 06:15:33,+0000,,"@MabzMagz Boring Co has advanced ground penetrating radar & is pretty good at digging holes. Don’t know if pump rate is limited by electric power or pumps are too smal. If so, could dropship fully charged Powerpacks and pumps.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1014754638950645760,[],[],0,,False,6311,170,1292,,None,,,,,,,"[{'screen_name': 'MabzMagz', 'name': 'Mabz', 'id': '113313254'}]",,,, +7444,1014752999594323968,1014752789203996672,1530770942000.0,2018-07-05 06:09:02,+0000,,@AWatsonMenswear Belfast is beautiful,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1014752999594323968,[],[],0,,False,505,24,67,,None,,,,,,,"[{'screen_name': 'AWatsonMenswear', 'name': 'Tim Wolstenholme', 'id': '81302061'}]",,,, +7445,1014752854333009921,1014641927415844865,1530770908000.0,2018-07-05 06:08:28,+0000,,"@BelTel No, was just there with my kids for a few hours to see the GoT set & had dinner at a pub. Love the show and GRRM’s books.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1014752854333009921,[],[],0,,False,8991,135,319,,None,,,,,,,"[{'screen_name': 'BelTel', 'name': 'Belfast Telegraph', 'id': '20687723'}]",,,, +7446,1014752450442457088,1014751967703457793,1530770812000.0,2018-07-05 06:06:52,+0000,,@davealexhou Should be coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/1014752450442457088,[],[],0,,False,1993,38,30,,None,,,,,,,[],,,, +7447,1014739003281530880,1014296276521836544,1530767605000.0,2018-07-05 05:13:25,+0000,,@icp I will buy tons of your merch,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1014739003281530880,[],[],0,,False,799,41,77,,None,,,,,,,"[{'screen_name': 'icp', 'name': 'Insane Clown Posse', 'id': '98677089'}]",,,, +7448,1014634671735562240,1014629362430369793,1530742731000.0,2018-07-04 22:18:51,+0000,,"@Cody_Walker9 Very early on, we had the ability to use the car as a battery outputting power. Maybe worth revisiting that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1014634671735562240,[],[],0,,False,672,110,32,,None,,,,,,,"[{'screen_name': 'Cody_Walker9', 'name': 'CW', 'id': '409243327'}]",,,, +7449,1014632045505630209,1011672532838055937,1530742105000.0,2018-07-04 22:08:25,+0000,,"@antonlodder Camera & onboard neural net should detect. If very close (below 15 ft), will show up on ultrasonics",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1014632045505630209,[],[],0,,False,737,8,23,,None,,,,,,,"[{'screen_name': 'antonlodder', 'name': 'anton lodder', 'id': '896600767'}]",,,, +7450,1014631215587053573,1011672532838055937,1530741907000.0,2018-07-04 22:05:07,+0000,,"@LittleMissFlint Ok, will look into it",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1014631215587053573,[],[],0,,False,1785,35,89,,None,,,,,,,"[{'screen_name': 'LittleMissFlint', 'name': 'Mari Copeny', 'id': '331854460'}]",,,, +7451,1014509856777293825,1014251869760249856,1530712973000.0,2018-07-04 14:02:53,+0000,,"@MabzMagz I suspect that the Thai govt has this under control, but I’m happy to help if there is a way to do so",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/1014509856777293825,[],[],0,,False,18797,518,2664,,None,,,,,,,"[{'screen_name': 'MabzMagz', 'name': 'Mabz', 'id': '113313254'}]",,,, +7452,1014321463430668288,1002224522852876289,1530668056000.0,2018-07-04 01:34:16,+0000,,@starbirdsonmars @Grimezsz @loonatheworld You never know ..,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1014321463430668288,[],[],0,,False,1720,45,116,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}, {'screen_name': 'loonatheworld', 'name': '이달의 소녀(LOOΠΔ)', 'id': '770959712791597056'}]",,,, +7453,1014320250551226369,1002224522852876289,1530667767000.0,2018-07-04 01:29:27,+0000,,@Grimezsz @loonatheworld ⚡️Loona⚡️,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1014320250551226369,[],[],0,,False,7517,367,3645,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}, {'screen_name': 'loonatheworld', 'name': '이달의 소녀(LOOΠΔ)', 'id': '770959712791597056'}]",,,, +7454,1014318495964782592,1014244248902746112,1530667349000.0,2018-07-04 01:22:29,+0000,,@robertoblake @yanquetino @Tesla Ideas & corrections that could make a product or service better are always welcome,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1014318495964782592,[],[],0,,False,865,49,38,,None,,,,,,,"[{'screen_name': 'robertoblake', 'name': 'Roberto Blake 🇺🇸🇵🇦✏️🧢 in the Empire Business', 'id': '19003754'}, {'screen_name': 'yanquetino', 'name': 'Mark Larsen', 'id': '45353985'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7455,1014317550891601922,1014296276521836544,1530667123000.0,2018-07-04 01:18:43,+0000,,@nevona Yeah I like ICP,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1014317550891601922,[],[],0,,False,3252,114,1389,,None,,,,,,,"[{'screen_name': 'nevona', 'name': 'nevona', 'id': '15191548'}]",,,, +7456,1014316162094698496,1014244248902746112,1530666792000.0,2018-07-04 01:13:12,+0000,,@yanquetino @Tesla Noted,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1014316162094698496,[],[],0,,False,6228,81,86,,None,,,,,,,"[{'screen_name': 'yanquetino', 'name': 'Mark Larsen', 'id': '45353985'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7457,1014306145702432768,1014296276521836544,1530664404000.0,2018-07-04 00:33:24,+0000,,"@kimwim Wow, Model A. That’s cool.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1014306145702432768,[],[],0,,False,710,22,11,,None,,,,,,,"[{'screen_name': 'kimwim', 'name': 'KimWim says im🍑!', 'id': '19351111'}]",,,, +7458,1014296276521836544,1014296276521836544,1530662051000.0,2018-07-03 23:54:11,+0000,,Whoop whoop https://t.co/Xq3JlcQizc,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1014296276521836544,['https://twitter.com/slashdot/status/1014293302592471042'],[],0,,False,16664,508,2463,https://twitter.com/slashdot/status/1014293302592471042,None,,,,,,,[],,,, +7459,1014248438710636544,1014248438710636544,1530650646000.0,2018-07-03 20:44:06,+0000,,The Spice Flows https://t.co/YMyhVGIxHc,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1014248438710636544,['https://twitter.com/tesla/status/1014221135850827776'],[],0,,False,19677,762,1496,https://twitter.com/tesla/status/1014221135850827776,None,,,,,,,[],,,, +7460,1013899626477473792,1012151776391454722,1530567482000.0,2018-07-02 21:38:02,+0000,,"@WillFealey @Tesla @RadioFlyer No problem, happy to donate some personally",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1013899626477473792,[],[],0,,False,1684,55,70,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'RadioFlyer', 'name': 'Radio Flyer', 'id': '88936240'}]",,,, +7461,1013897145773166595,1012151776391454722,1530566891000.0,2018-07-02 21:28:11,+0000,,@WillFealey @Tesla @RadioFlyer Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1013897145773166595,[],[],0,,False,7532,70,221,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'RadioFlyer', 'name': 'Radio Flyer', 'id': '88936240'}]",,,, +7462,1013896484247490565,1013879128376860674,1530566733000.0,2018-07-02 21:25:33,+0000,,@bkbkbk @LibertyMutual Looking into this. Will fix if so.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/1013896484247490565,[],[],0,,False,483,33,8,,None,,,,,,,"[{'screen_name': 'bkbkbk', 'name': 'Brian King', 'id': '15381530'}, {'screen_name': 'LibertyMutual', 'name': 'Liberty Mutual', 'id': '1707305418'}]",,,, +7463,1013519243030253570,1013519243030253570,1530476792000.0,2018-07-01 20:26:32,+0000,,"7000 cars, 7 days ♥️ Tesla Team ♥️",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1013519243030253570,[],[],0,,False,135511,4603,12155,,None,,,,,,,[],,,, +7464,1012942067365023744,1012783222386712576,1530339183000.0,2018-06-30 06:13:03,+0000,,@santidebus Then what’s this wand for?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1012942067365023744,[],[],0,,False,1470,126,54,,None,,,,,,,"[{'screen_name': 'santidebus', 'name': 'Santiago', 'id': '2598920136'}]",,,, +7465,1012843449534435328,1012843245766709248,1530315670000.0,2018-06-29 23:41:10,+0000,,@keyonchrist 💡,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1012843449534435328,[],[],0,,False,796,57,35,,None,,,,,,,"[{'screen_name': 'keyonchrist', 'name': 'keyon', 'id': '14579608'}]",,,, +7466,1012830881461907457,1012830881461907457,1530312674000.0,2018-06-29 22:51:14,+0000,,Who likes short shorts? https://t.co/hoKsDT8xdS,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1012830881461907457,['https://m.youtube.com/watch?v=xm3nxNF7j8U&t=36s'],[],0,,False,7983,1060,562,,None,,,,,,,[],,,, +7467,1012784447005995008,1012783222386712576,1530301603000.0,2018-06-29 19:46:43,+0000,,Or at least the closest thing to magic that exists in the real world,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1012784447005995008,[],[],0,,False,37488,1088,3411,,None,,,,,,,[],,,, +7468,1012783785736167424,1012783785736167424,1530301445000.0,2018-06-29 19:44:05,+0000,,Excession https://t.co/h4AYwxbS3h,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1012783785736167424,['https://twitter.com/thejarren/status/1012783502004137984'],[],0,,False,6173,242,485,0,None,,,,,,,[],,,, +7469,1012783222386712576,1012783222386712576,1530301311000.0,2018-06-29 19:41:51,+0000,,Engineering is magic,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1012783222386712576,[],[],0,,False,122863,2662,27500,,None,,,,,,,[],,,, +7470,1012782315343306753,1012765269197017088,1530301095000.0,2018-06-29 19:38:15,+0000,,@SouthPark Love Awesomo,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1012782315343306753,[],[],0,,False,2680,48,131,,None,,,,,,,"[{'screen_name': 'SouthPark', 'name': 'SOUTH PARQ', 'id': '23504870'}]",,,, +7471,1012781170633740289,1012777990193852417,1530300822000.0,2018-06-29 19:33:42,+0000,,@stui999 https://t.co/AZ4aidXs33,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1012781170633740289,[],['https://pbs.twimg.com/media/Dg4fGwCV4AAUytN.jpg'],1,https://pbs.twimg.com/media/Dg4fGwCV4AAUytN.jpg,False,864,37,51,,None,,,,,,,"[{'screen_name': 'stui999', 'name': 'Stu Wilson', 'id': '40634590'}]",,,, +7472,1012777990193852417,1012777990193852417,1530300064000.0,2018-06-29 19:21:04,+0000,,Space Laser https://t.co/8CQ6L9si3f,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1012777990193852417,['https://www.instagram.com/p/Bknpu_6A4Ny/?utm_source=ig_twitter_share&igshid=18tawccjvmms2'],[],0,,False,5711,341,475,,None,,,,,,,[],,,, +7473,1012777784169488385,1011672532838055937,1530300014000.0,2018-06-29 19:20:14,+0000,,@Stun_Empire 🧛‍♀️,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1012777784169488385,[],[],0,,False,1421,40,133,,None,,,,,,,"[{'screen_name': 'Stun_Empire', 'name': 'Stun', 'id': '3102023231'}]",,,, +7474,1012777706554085376,1012777706554085376,1530299996000.0,2018-06-29 19:19:56,+0000,,Spacebow https://t.co/Ht4GCsaQo9,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1012777706554085376,['https://www.instagram.com/p/BknnHyiAut0/?utm_source=ig_twitter_share&igshid=1a4392qjwok3m'],[],0,,False,4810,162,456,,None,,,,,,,[],,,, +7475,1012604447552204805,1012603171774984192,1530258688000.0,2018-06-29 07:51:28,+0000,,"@JaneidyEve Everything is sentient, especially sentience",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1012604447552204805,[],[],0,,False,1562,68,65,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}]",,,, +7476,1012603848647561217,1012450501227622400,1530258545000.0,2018-06-29 07:49:05,+0000,,"@himanshu_ragtah @Gizmodo If the rules force defeat, the rules must change",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1012603848647561217,[],[],0,,False,514,25,34,,None,,,,,,,"[{'screen_name': 'himanshu_ragtah', 'name': 'Himanshu Ragtah', 'id': '1705386050'}, {'screen_name': 'Gizmodo', 'name': 'Gizmodo', 'id': '2890961'}]",,,, +7477,1012603171774984192,1012603171774984192,1530258384000.0,2018-06-29 07:46:24,+0000,,The Spice. Must. Flow. https://t.co/ov4aLIwzKz,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1012603171774984192,[],['https://pbs.twimg.com/media/Dg19N1FU8AA8BcW.jpg'],1,https://pbs.twimg.com/media/Dg19N1FU8AA8BcW.jpg,False,47789,1454,3595,,None,,,,,,,[],,,, +7478,1012597509858869254,1012597509858869254,1530257034000.0,2018-06-29 07:23:54,+0000,,Open the Knaack HAL https://t.co/EG47rvPppF,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1012597509858869254,[],['https://pbs.twimg.com/media/Dg14EJTVQAEBDKH.jpg'],1,https://pbs.twimg.com/media/Dg14EJTVQAEBDKH.jpg,False,5710,395,232,,None,,,,,,,[],,,, +7479,1012596720193044480,1012546327102836736,1530256845000.0,2018-06-29 07:20:45,+0000,,@JaneidyEve @WorldAndScience 🛸 obv,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/1012596720193044480,[],[],0,,False,444,28,19,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +7480,1012590645452554240,1012585579916210177,1530255397000.0,2018-06-29 06:56:37,+0000,,@Techmeme @crystalttc … the money,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1012590645452554240,[],[],0,,False,721,35,29,,None,,,,,,,"[{'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'crystalttc', 'name': 'Crystal Tse', 'id': '552808775'}]",,,, +7481,1012590428791627776,1012588409309814784,1530255345000.0,2018-06-29 06:55:45,+0000,,@Pamaj @KEEMSTAR Follow the 🐇,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1012590428791627776,[],[],0,,False,2980,55,126,,None,,,,,,,"[{'screen_name': 'Pamaj', 'name': 'FaZe Pamaj', 'id': '348056057'}, {'screen_name': 'KEEMSTAR', 'name': 'KEEM 🍿', 'id': '872683897'}]",,,, +7482,1012590050196971520,1012546327102836736,1530255255000.0,2018-06-29 06:54:15,+0000,,@JohnnaSabri @JaneidyEve @WorldAndScience Busted. It’s me.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1012590050196971520,[],[],0,,False,692,24,28,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +7483,1012588909266522113,1012588409309814784,1530254983000.0,2018-06-29 06:49:43,+0000,,@KEEMSTAR 👻,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1012588909266522113,[],[],0,,False,13637,156,492,,None,,,,,,,"[{'screen_name': 'KEEMSTAR', 'name': 'KEEM 🍿', 'id': '872683897'}]",,,, +7484,1012588722313805824,1012546327102836736,1530254939000.0,2018-06-29 06:48:59,+0000,,@JaneidyEve @WorldAndScience That pretty much proves it isn’t me,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1012588722313805824,[],[],0,,False,561,9,15,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +7485,1012585297790394369,1012546327102836736,1530254122000.0,2018-06-29 06:35:22,+0000,,@WorldAndScience Certianly glad I’m not one them. Phew!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/1012585297790394369,[],[],0,,False,5238,163,192,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +7486,1012455844850487296,1012450501227622400,1530223258000.0,2018-06-28 22:00:58,+0000,,"@himanshu_ragtah @Gizmodo Wrath of Khan, Kobayashi Maru",hi,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1012455844850487296,[],[],0,,False,438,27,17,,None,,,,,,,"[{'screen_name': 'himanshu_ragtah', 'name': 'Himanshu Ragtah', 'id': '1705386050'}, {'screen_name': 'Gizmodo', 'name': 'Gizmodo', 'id': '2890961'}]",,,, +7487,1012450863099535361,1012450501227622400,1530222070000.0,2018-06-28 21:41:10,+0000,,@Gizmodo Sad news. He wrote some epic sci fi.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/1012450863099535361,[],[],0,,False,2157,43,84,,None,,,,,,,"[{'screen_name': 'Gizmodo', 'name': 'Gizmodo', 'id': '2890961'}]",,,, +7488,1012433056957751296,1012430839240691713,1530217825000.0,2018-06-28 20:30:25,+0000,,@westcoastbill Thanks Bill,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1012433056957751296,[],[],0,,False,967,53,19,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +7489,1012432838422159362,1012432838422159362,1530217773000.0,2018-06-28 20:29:33,+0000,,Paint shop https://t.co/G2rIe1qYG4,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1012432838422159362,['https://www.instagram.com/p/BklO5x2gSKr/?utm_source=ig_twitter_share&igshid=1wjdl4dvw7s01'],[],0,,False,4365,359,216,,None,,,,,,,[],,,, +7490,1012421769607561216,1012182703175708672,1530215134000.0,2018-06-28 19:45:34,+0000,,@daveydo2000 @jules_su @EricIdle That’s cool. One of my favorite lines! Monty Python is so brilliant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1012421769607561216,[],[],0,,False,428,27,13,,None,,,,,,,"[{'screen_name': 'daveydo2000', 'name': 'David Havasi', 'id': '57394043'}, {'screen_name': 'jules_su', 'name': 'Jules Suzdaltsev', 'id': '17891808'}, {'screen_name': 'EricIdle', 'name': 'Eric Idle', 'id': '862483279'}]",,,, +7491,1012418999596937216,1012416542724665346,1530214473000.0,2018-06-28 19:34:33,+0000,,"@KiannaFierce Oh, I love trap. Good suggestions welcome!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1012418999596937216,[],[],0,,False,731,55,63,,None,,,,,,,"[{'screen_name': 'kiannafierce', 'name': '\U0001f977', 'id': '1349599101218922496'}]",,,, +7492,1012418622021517312,1012182703175708672,1530214383000.0,2018-06-28 19:33:03,+0000,,@mathetes76 @jules_su We need more & better emojis now!!Seriously. So little to work with.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1012418622021517312,[],[],0,,False,506,41,19,,None,,,,,,,"[{'screen_name': 'mathetes76', 'name': 'Jennifer', 'id': '397636567'}, {'screen_name': 'jules_su', 'name': 'Jules Suzdaltsev', 'id': '17891808'}]",,,, +7493,1012416878818410496,1012182703175708672,1530213968000.0,2018-06-28 19:26:08,+0000,,"@jules_su And one more thing, your father smells of 🍒 and I 💨 in your general direction",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1012416878818410496,[],[],0,,False,810,67,38,,None,,,,,,,"[{'screen_name': 'jules_su', 'name': 'Jules Suzdaltsev', 'id': '17891808'}]",,,, +7494,1012416542724665346,1012416542724665346,1530213888000.0,2018-06-28 19:24:48,+0000,,"Appreciate all the good wishes. First bday I’ve spent in the factory, but it’s somehow the best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1012416542724665346,[],[],0,,False,55053,3098,2441,,None,,,,,,,[],,,, +7495,1012415844238815232,1012182703175708672,1530213721000.0,2018-06-28 19:22:01,+0000,,"@jules_su We didn’t steal his mug crayon drawing of a farting unicorn, We didn’t benefit from it, We don’t want it, And we still offered to pay for it. You are a jackass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1012415844238815232,[],[],0,,False,880,92,44,,None,,,,,,,"[{'screen_name': 'jules_su', 'name': 'Jules Suzdaltsev', 'id': '17891808'}]",,,, +7496,1012166284224524288,1011990933510868993,1530154221000.0,2018-06-28 02:50:21,+0000,,"@Model3Owners @boringcompany Happily for the victorious 🐌, he is indeed still far faster than Godot. Line-Storm comes closer to nipping at his heel (?), but Prufrock will make it a true nail-biter race!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1012166284224524288,[],[],0,,False,2578,98,80,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +7497,1011850474016788480,1011672532838055937,1530078926000.0,2018-06-27 05:55:26,+0000,,@coronadetucson Bronco rocks,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1011850474016788480,[],[],0,,False,1353,52,31,,None,,,,,,,"[{'screen_name': 'coronadetucson', 'name': 'Mark Breen', 'id': '325953602'}]",,,, +7498,1011849186692616194,1011842477232287744,1530078620000.0,2018-06-27 05:50:20,+0000,,"@rajmathai @Tesla @Teslarati No standard automotive solution could be built in time, so we created a new solution. It is working & has slightly higher quality than the more traditional general assembly line. Perhaps most surprising is that the total cost of production in the Sprung tent is lower.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1011849186692616194,[],[],0,,False,5021,192,279,,None,,,,,,,"[{'screen_name': 'rajmathai', 'name': 'Raj Mathai', 'id': '58065700'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +7499,1011846284351717379,1011844659201445888,1530077928000.0,2018-06-27 05:38:48,+0000,,@pulletsforever All Tesla vehicles come with cabin overheat protection https://t.co/q9fjKckewO,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1011846284351717379,['https://www.google.com/amp/s/electrek.co/2018/06/22/tesla-model-3-update-summon-feature-cabin-overheat-protection-wifi/amp/'],[],0,,False,1835,62,197,,None,,,,,,,"[{'screen_name': 'pulletsforever', 'name': 'David W. Keith', 'id': '1179600141822509056'}]",,,, +7500,1011839580830482432,1011672532838055937,1530076329000.0,2018-06-27 05:12:09,+0000,,@clprenz @JoeyOstrander I hate whole idea of brands and branding. So much bs. I hope it messes with our brand. Brands suck.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1011839580830482432,[],[],0,,False,3745,116,291,,None,,,,,,,"[{'screen_name': 'clprenz', 'name': 'Christian #GetVacinnated Prenzler', 'id': '227847958'}, {'screen_name': 'JoeyOstrander', 'name': 'Joey Ostrander', 'id': '362191729'}]",,,, +7501,1011838788245454848,1011672532838055937,1530076140000.0,2018-06-27 05:09:00,+0000,,"@TheSeanBooker Sir, this will not be some a dainty little buttercup of a truck! Driver’s seat will be big enough to fit André the giant (love that guy).",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/1011838788245454848,[],[],0,,False,4467,76,175,,None,,,,,,,"[{'screen_name': 'TheSeanBooker', 'name': 'Sean Booker', 'id': '16532858'}]",,,, +7502,1011835761182666752,1011672532838055937,1530075419000.0,2018-06-27 04:56:59,+0000,,"@JoeyOstrander 400 to 500 mile option definitely. Higher, maybe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1011835761182666752,[],[],0,,False,2586,47,56,,None,,,,,,,"[{'screen_name': 'JoeyOstrander', 'name': 'Joey Ostrander', 'id': '362191729'}]",,,, +7503,1011835467342336002,1011672532838055937,1530075349000.0,2018-06-27 04:55:49,+0000,,@ZacksJerryRig For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1011835467342336002,[],[],0,,False,1740,23,21,,None,,,,,,,"[{'screen_name': 'ZacksJerryRig', 'name': 'JerryRigEverything', 'id': '1720701343'}]",,,, +7504,1011834343289806848,1011672532838055937,1530075081000.0,2018-06-27 04:51:21,+0000,,@MattPTurner Should be easy to add as a feature like calendar,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1011834343289806848,[],[],0,,False,902,15,13,,None,,,,,,,"[{'screen_name': 'MattPTurner', 'name': '#MaskUpMN 😷', 'id': '17277779'}]",,,, +7505,1011833857719451648,1011833857719451648,1530074965000.0,2018-06-27 04:49:25,+0000,,You’re welcome! https://t.co/NcsGhhB1Ja,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1011833857719451648,['https://twitter.com/dmc_ryan/status/1011796674283372544'],[],0,,False,9822,258,398,https://twitter.com/dmc_ryan/status/1011796674283372544,None,,,,,,,[],,,, +7506,1011798626526351360,1011672532838055937,1530066565000.0,2018-06-27 02:29:25,+0000,,@TheHoff525 Yes. Highly recommend doing so btw.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1011798626526351360,[],[],0,,False,1449,30,26,,None,,,,,,,"[{'screen_name': 'TheHoff525', 'name': 'Nick', 'id': '706476336974577665'}]",,,, +7507,1011794673910759425,1011672532838055937,1530065623000.0,2018-06-27 02:13:43,+0000,,@clintdebusk That will be standard,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/1011794673910759425,[],[],0,,False,2799,23,39,,None,,,,,,,"[{'screen_name': 'clintdebusk', 'name': 'Clint DeBusk', 'id': '16809273'}]",,,, +7508,1011790990175162369,1011672532838055937,1530064744000.0,2018-06-27 01:59:04,+0000,,@cubamark That goes without saying https://t.co/h5WDKpfZi0,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1011790990175162369,['https://www.washingtonpost.com/video/business/technology/watch-elon-musks-tesla-car-being-used-as-a-boat/2016/06/22/6c2f7982-3898-11e6-af02-1df55f0c77ff_video.html?utm_term=.361595304b52'],[],0,,False,2051,62,104,,None,,,,,,,"[{'screen_name': 'cubamark', 'name': 'Mark', 'id': '93891591'}]",,,, +7509,1011788218734391296,1011672532838055937,1530064084000.0,2018-06-27 01:48:04,+0000,,"@phycho_hippie 300,000 lb towing capacity",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1011788218734391296,[],[],0,,False,799,103,66,,None,,,,,,,"[{'screen_name': 'phycho_hippie', 'name': 'Psycho Hippie', 'id': '728786065524445184'}]",,,, +7510,1011776242016612352,1011672532838055937,1530061228000.0,2018-06-27 01:00:28,+0000,,@wbwhitehouse It will,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1011776242016612352,[],[],0,,False,1722,33,21,,None,,,,,,,[],,,, +7511,1011761562523086848,1011672532838055937,1530057728000.0,2018-06-27 00:02:08,+0000,,"@Penenberg For sure! When doing US govt crash safety testing, the Model S roof was so strong, it broke their testing machine. https://t.co/m9Ae9mhRIC",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/1011761562523086848,['https://www.wired.com/2013/08/tesla-model-s-crash-test/'],[],0,,False,11461,231,1486,,None,,,,,,,"[{'screen_name': 'Penenberg', 'name': 'Adam L. Penenberg', 'id': '41187603'}]",,,, +7512,1011760743929110528,1011672532838055937,1530057533000.0,2018-06-26 23:58:53,+0000,,"@MuellerJeffrey Wow, great idea! Since it will already have a Tesla pneumatics system, it totally makes sense to add a utility port.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1011760743929110528,[],[],0,,False,1433,61,46,,None,,,,,,,"[{'screen_name': 'MuellerJeffrey', 'name': 'Jeff Mueller', 'id': '1934004318'}]",,,, +7513,1011724688706318337,1011672532838055937,1530048937000.0,2018-06-26 21:35:37,+0000,,"Pickup truck will have power outlets allowing use of heavy duty 240V, high power tools in field all day. No generator needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1011724688706318337,[],[],0,,False,29491,2105,2193,,None,,,,,,,[],,,, +7514,1011678031801249793,1011672532838055937,1530037813000.0,2018-06-26 18:30:13,+0000,,The Tesla Truck will have dual motor all-wheel drive w crazy torque & a suspension that dynamically adjusts for load. Those will be standard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1011678031801249793,[],[],0,,False,30025,1763,2276,,None,,,,,,,[],,,, +7515,1011676624993972224,1011672532838055937,1530037478000.0,2018-06-26 18:24:38,+0000,,@aMidLifeCrisis It will parallel park automatically & have 360 degree cameras & sonar,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1011676624993972224,[],[],0,,False,5279,141,151,,None,,,,,,,"[{'screen_name': 'aMidLifeCrisis', 'name': ""Brad - that's all"", 'id': '385605479'}]",,,, +7516,1011672532838055937,1011672532838055937,1530036502000.0,2018-06-26 18:08:22,+0000,,"What would you love to see in a Tesla pickup truck? I have a few things in mind, but what do you think are small, but important nuances & what would be seriously next level?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1011672532838055937,[],[],0,,False,50106,24940,4376,,None,,,,,,,[],,,, +7517,1011669859577446401,1011317859685822464,1530035865000.0,2018-06-26 17:57:45,+0000,,"@EV20018 @justwidle2 @Tesla “Virtue signaling” is super annoying & there are lots of phoneys who are actually huge jerks, but jump on every social cause du jour. But I’m really proud of the fact that # of changes Tesla had to make to achieve 100/100 (before even knowing about the LGBTQ index) was zero.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1011669859577446401,[],[],0,,False,559,17,30,,None,,,,,,,"[{'screen_name': 'justwidle2', 'name': 'Justin Widle', 'id': '993572375240232960'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7518,1011666426715766784,1011317859685822464,1530035046000.0,2018-06-26 17:44:06,+0000,,@justwidle2 @Tesla Don’t buy our car if that’s a problem. People should be free to live their lives where their heart takes them ❤️🧡💛💚💙💜🖤💖🌈,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1011666426715766784,[],[],0,,False,3377,87,516,,None,,,,,,,"[{'screen_name': 'justwidle2', 'name': 'Justin Widle', 'id': '993572375240232960'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7519,1011660804104470528,1011317859685822464,1530033706000.0,2018-06-26 17:21:46,+0000,,@justwidle2 @Tesla Then you will really hate that Tesla scored 100/100 four years in a row on LGBTQ equality https://t.co/AzwWIhpyLW,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1011660804104470528,['https://mobile.twitter.com/tesla/status/941415742523584512?lang=en'],[],0,,False,1419,21,92,https://mobile.twitter.com/tesla/status/941415742523584512?lang=en,None,,,,,,,"[{'screen_name': 'justwidle2', 'name': 'Justin Widle', 'id': '993572375240232960'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7520,1011150772803809280,1011022444088291328,1529912105000.0,2018-06-25 07:35:05,+0000,,@RationalEtienne @PPathole @RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact We must aspire to truth,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1011150772803809280,[],[],0,,False,849,97,81,,None,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Official* Pope of Muskanity 🖌', 'id': '2241150253'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +7521,1011145255108820992,1011022444088291328,1529910789000.0,2018-06-25 07:13:09,+0000,,@PPathole @RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact Important to read the Wash Post article. The “unable to account for” number does not refer to actual lost children. It refers to calls not answered or returned in a 30 day period.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1011145255108820992,[],[],0,,False,453,19,25,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +7522,1011143866555088896,1011143455848845312,1529910458000.0,2018-06-25 07:07:38,+0000,,@coremwm Hopefully in V9.0 release in a few months,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1011143866555088896,[],[],0,,False,551,24,29,,None,,,,,,,"[{'screen_name': 'coremwm', 'name': 'Mark Mitchell', 'id': '3645787035'}]",,,, +7523,1011142550701236226,1011022444088291328,1529910144000.0,2018-06-25 07:02:24,+0000,,@JohnnaSabri @RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact True,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/1011142550701236226,[],[],0,,False,294,8,8,,None,,,,,,,"[{'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +7524,1011141668450361344,1011022444088291328,1529909934000.0,2018-06-25 06:58:54,+0000,,"@RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact We should always be concerned about the welfare of children & those who cannot protect themselves, wherever they may be, but it seems much of the reporting on this issue has been partisan & often inaccurate",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1011141668450361344,[],[],0,,False,605,18,63,,None,,,,,,,"[{'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +7525,1011140501641224193,1011022444088291328,1529909656000.0,2018-06-25 06:54:16,+0000,,"@RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact “… of the 7,635 children, 6,075 remained where they were placed, 52 had moved, 28 had run away and five were deported. That left 1,475 migrant children. Just because their parents or guardians did not return HHS’s phone calls after 30 days does not mean the children are missing”",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1011140501641224193,[],[],0,,False,378,6,20,,None,,,,,,,"[{'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +7526,1011140130332028928,1011022444088291328,1529909567000.0,2018-06-25 06:52:47,+0000,,"@RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact “All 7,635 children were resettled by HHS. After 30 days, the department called the parents or guardians to check up on things. But these calls were not required by law, and in 1,475 cases, the parents or guardians did not respond”",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1011140130332028928,[],[],0,,False,355,6,17,,None,,,,,,,"[{'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +7527,1011139511625977856,1011022444088291328,1529909420000.0,2018-06-25 06:50:20,+0000,,@RehearsalLot @guiscaesar @surfersnout @aedmondsauthor @barbiesway @TwitterMoments @RepMaxineWaters @PolitiFact This Washington Post article seems good https://t.co/R1d9ixg179,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1011139511625977856,['https://www.washingtonpost.com/news/fact-checker/wp/2018/05/30/fact-checking-immigration-spin-on-separating-families-and-1500-lost-children/?utm_term=.bc3af9bc9211'],[],0,,False,373,8,33,,None,,,,,,,"[{'screen_name': 'RehearsalLot', 'name': 'Rehearsal Lot 🇺🇸', 'id': '138800182'}, {'screen_name': 'guiscaesar', 'name': 'Job Creationist ⚙️🏴', 'id': '3018260649'}, {'screen_name': 'aedmondsauthor', 'name': '🌊 Annie Edmonds', 'id': '1663687578'}, {'screen_name': 'barbiesway', 'name': 'Barbie D H', 'id': '30011458'}, {'screen_name': 'TwitterMoments', 'name': 'Twitter Moments', 'id': '3260518932'}, {'screen_name': 'RepMaxineWaters', 'name': 'Maxine Waters', 'id': '36686040'}, {'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +7528,1011139030476451840,1011083630301536256,1529909305000.0,2018-06-25 06:48:25,+0000,,"@GetMyGist As individuals, we will all die in blink of an eye on a galactic timescale. What can live on for long time is civilization. Those who first go to other planets will face far more risk of death & hardship than those who stay. Over time, space travel will be safe & open to all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/1011139030476451840,[],[],0,,False,1877,75,206,,None,,,,,,,"[{'screen_name': 'GetMyGist', 'name': 'Rose Webster', 'id': '306577270'}]",,,, +7529,1011117284524519424,1011103295375433728,1529904120000.0,2018-06-25 05:22:00,+0000,,"@xkcdComic This doesn’t take into account shifting trillions of tons of carbon from subsurface to atmosphere, which could accelerate overheating time by a factor of a million (or so). This is why Tesla.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1011117284524519424,[],[],0,,False,5546,227,366,,None,,,,,,,"[{'screen_name': 'xkcdComic', 'name': 'XKCD Comic', 'id': '2251623492'}]",,,, +7530,1011115792182726656,1011103295375433728,1529903765000.0,2018-06-25 05:16:05,+0000,,"@bizwiz1980 @xkcdComic A billion at most, so 20% max. Still basically in the nick of time from an age-of-Earth standpoint.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1011115792182726656,[],[],0,,False,614,34,10,,None,,,,,,,"[{'screen_name': 'bizwiz1980', 'name': 'Luke', 'id': '51811283'}, {'screen_name': 'xkcdComic', 'name': 'XKCD Comic', 'id': '2251623492'}]",,,, +7531,1011114786606731265,1011083630301536256,1529903525000.0,2018-06-25 05:12:05,+0000,,"@lazarusrang Humanity is not perfect, but it’s all we’ve got",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1011114786606731265,[],[],0,,False,701,39,76,,None,,,,,,,"[{'screen_name': 'lazarusrang', 'name': 'Thomas Ray', 'id': '17251945'}]",,,, +7532,1011114064737693697,1011103295375433728,1529903353000.0,2018-06-25 05:09:13,+0000,,"@xkcdComic Could be very close call. Earth is ~4.5B years old & sun will expand to heat Earth beyond livable temp in ~0.5B years, so if advent of civilization took 10% longer, it wouldn’t have happened at all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/1011114064737693697,[],[],0,,False,9752,309,919,,None,,,,,,,"[{'screen_name': 'xkcdComic', 'name': 'XKCD Comic', 'id': '2251623492'}]",,,, +7533,1011091725429850112,1011081640158945280,1529898027000.0,2018-06-25 03:40:27,+0000,,"@docjkcardinal @WorldAndScience Let’s find out. It would be amazing to encounter an alien civilization, provided it is not their invasion fleet! 🛸 🛸 🛸 🛸 🛸 🛸 🛸 🛸 🛸 🛸",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1011091725429850112,[],[],0,,False,1536,88,64,,None,,,,,,,"[{'screen_name': 'docjkcardinal', 'name': 'Doctor John', 'id': '2659830446'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +7534,1011089283547983875,1010931206760771586,1529897444000.0,2018-06-25 03:30:44,+0000,,@DMC_Ryan @tkraenze @Tesla Good news coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1011089283547983875,[],[],0,,False,614,38,36,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'tkraenze', 'name': 'TK', 'id': '702680610066685953'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7535,1011089136743170048,1011083630301536256,1529897409000.0,2018-06-25 03:30:09,+0000,,@Cardoso Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1011089136743170048,[],[],0,,False,1215,34,22,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}]",,,, +7536,1011087164250046465,1011083630301536256,1529896939000.0,2018-06-25 03:22:19,+0000,,"@thescalex Yes, we are essentially a steward of life & duty-bound imo to ensure its continuance",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1011087164250046465,[],[],0,,False,733,54,44,,None,,,,,,,[],,,, +7537,1011085606514880512,1011083630301536256,1529896568000.0,2018-06-25 03:16:08,+0000,,@Rossputin Life is good,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1011085606514880512,[],[],0,,False,794,45,52,,None,,,,,,,"[{'screen_name': 'Rossputin', 'name': 'Ross Kaminsky', 'id': '15867018'}]",,,, +7538,1011085383239589888,1011083630301536256,1529896515000.0,2018-06-25 03:15:15,+0000,,"It is unknown whether we are the only civilization currently alive in the observable universe, but any chance that we are is added impetus for extending life beyond Earth",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1011085383239589888,[],[],0,,False,20798,821,2152,,None,,,,,,,[],,,, +7539,1011083630301536256,1011083630301536256,1529896097000.0,2018-06-25 03:08:17,+0000,,This is why we must preserve the light of consciousness by becoming a spacefaring civilization & extending life to other planets https://t.co/UDDP8I1zsS,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1011083630301536256,['https://twitter.com/worldandscience/status/1011081640158945280'],[],0,,False,38502,1581,6474,0,None,,,,,,,[],,,, +7540,1011082171170242560,1011081640158945280,1529895749000.0,2018-06-25 03:02:29,+0000,,@WorldAndScience So strange,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/1011082171170242560,[],[],0,,False,6057,307,229,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +7541,1011081272930603008,1010931206760771586,1529895535000.0,2018-06-25 02:58:55,+0000,,"@DMC_Ryan @tkraenze @Tesla Critical autonomous safety features like emergency braking are standard, but convenience features like active cruise control are not",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1011081272930603008,[],[],0,,False,430,19,16,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'tkraenze', 'name': 'TK', 'id': '702680610066685953'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7542,1011044846776168448,1011021456526987266,1529886850000.0,2018-06-25 00:34:10,+0000,,"@jclishman @Justin_Ebright It’s a tough call. Reality is that it will be pretty easy to bully a self-driving car, as it will always yield. Will prob have a manual override that requires continuous press for hardcore lane changes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1011044846776168448,[],[],0,,False,780,34,30,,None,,,,,,,"[{'screen_name': 'jclishman', 'name': 'Jack Lishman', 'id': '726544470'}, {'screen_name': 'Justin_Ebright', 'name': 'Justin Ebright', 'id': '702345954'}]",,,, +7543,1011043467575717888,1011021456526987266,1529886521000.0,2018-06-25 00:28:41,+0000,,"@Justin_Ebright We considered going beyond Mad Max to “LA Freeway” level, but that’s too loco",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1011043467575717888,[],[],0,,False,1387,36,45,,None,,,,,,,"[{'screen_name': 'Justin_Ebright', 'name': 'Justin Ebright', 'id': '702345954'}]",,,, +7544,1011039248386965504,1011021456526987266,1529885515000.0,2018-06-25 00:11:55,+0000,,It’s real https://t.co/L9h3F86Guo,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/1011039248386965504,[],['https://pbs.twimg.com/media/Dgfu1VpU8AAGRkG.jpg'],1,https://pbs.twimg.com/media/Dgfu1VpU8AAGRkG.jpg,False,17872,332,1551,,None,,,,,,,[],,,, +7545,1011028355314081792,1010714392827252736,1529882918000.0,2018-06-24 23:28:38,+0000,,@JohnnaSabri @kerra_henke @Kennnaughty Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1011028355314081792,[],[],0,,False,297,18,9,,None,,,,,,,"[{'screen_name': 'Kennnaughty', 'name': 'Phineas and Fergie', 'id': '2225892650'}]",,,, +7546,1011027339210317825,1011021456526987266,1529882676000.0,2018-06-24 23:24:36,+0000,,@FredericLambert Cyborg Dragon Tesla almost done,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1011027339210317825,[],[],0,,False,2107,91,132,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +7547,1011021456526987266,1011021456526987266,1529881273000.0,2018-06-24 23:01:13,+0000,,Tesla Semi Truck in Mad Max Mode https://t.co/hL5v9rikhW,it,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1011021456526987266,['https://twitter.com/jongold/status/931700690195324928'],[],0,,False,44579,626,5382,https://twitter.com/jongold/status/931700690195324928,None,,,,,,,[],,,, +7548,1010951918909181953,1010596809616445440,1529864694000.0,2018-06-24 18:24:54,+0000,,"@Kal5_ Almost forgot Sinclair ZX Spectrum & Spectravideo before PC. Sinclair had amazing games, especially Elite.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1010951918909181953,[],[],0,,False,587,61,24,,None,,,,,,,"[{'screen_name': 'Kal5_', 'name': 'マーク・ロス@Kal5', 'id': '416290683'}]",,,, +7549,1010771114287554560,1010596809616445440,1529821587000.0,2018-06-24 06:26:27,+0000,,@Kal5_ Vic 20 -> IBM PC,in,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1010771114287554560,[],[],0,,False,629,41,18,,None,,,,,,,"[{'screen_name': 'Kal5_', 'name': 'マーク・ロス@Kal5', 'id': '416290683'}]",,,, +7550,1010727396046135297,1010714392827252736,1529811164000.0,2018-06-24 03:32:44,+0000,,"@kerra_henke @Kennnaughty 🚀 Road, Hawthorne",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1010727396046135297,[],[],0,,False,417,15,9,,None,,,,,,,"[{'screen_name': 'Kennnaughty', 'name': 'Phineas and Fergie', 'id': '2225892650'}]",,,, +7551,1010722093963493376,1010596809616445440,1529809900000.0,2018-06-24 03:11:40,+0000,,@aidle @SchwartzReports .sus,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1010722093963493376,[],[],0,,False,2310,55,231,,None,,,,,,,"[{'screen_name': 'aidle', 'name': 'AI👽LE', 'id': '867141'}, {'screen_name': 'SchwartzReports', 'name': 'Matthew S. Schwartz', 'id': '376851964'}]",,,, +7552,1010720136246919171,1010714392827252736,1529809433000.0,2018-06-24 03:03:53,+0000,,@Kennnaughty @kerra_henke 420 haha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1010720136246919171,[],[],0,,False,671,39,97,,None,,,,,,,"[{'screen_name': 'Kennnaughty', 'name': 'Phineas and Fergie', 'id': '2225892650'}]",,,, +7553,1010662970987171840,1010652684653813760,1529795804000.0,2018-06-23 23:16:44,+0000,,@ICannot_Enough He had a way with words,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1010662970987171840,[],[],0,,False,872,78,28,,None,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}]",,,, +7554,1010652684653813760,1010652684653813760,1529793351000.0,2018-06-23 22:35:51,+0000,, https://t.co/SiIkkugFyC,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1010652684653813760,[],['https://pbs.twimg.com/media/DgaPQmHUYAEGqfS.jpg'],1,https://pbs.twimg.com/media/DgaPQmHUYAEGqfS.jpg,False,16982,818,830,,None,,,,,,,[],,,, +7555,1010620550622822400,1010596809616445440,1529785690000.0,2018-06-23 20:28:10,+0000,,@SchwartzReports I was dying to use the word sus,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1010620550622822400,[],[],0,,False,10126,126,1276,,None,,,,,,,"[{'screen_name': 'SchwartzReports', 'name': 'Matthew S. Schwartz', 'id': '376851964'}]",,,, +7556,1010619465715728384,1010596809616445440,1529785431000.0,2018-06-23 20:23:51,+0000,,@martinengwicht @MaxxABillion Working in the factory,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1010619465715728384,[],[],0,,False,428,31,17,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'MaxxABillion', 'name': 'MaxxABillion', 'id': '839504473'}]",,,, +7557,1010619095421616128,1010596809616445440,1529785343000.0,2018-06-23 20:22:23,+0000,,@Scobleizer @Trace_Cohen Expanding the tour soon. So many cool things to see. Tesla car factory has 3rd largest footprint of any building on Earth. Maybe 1st if you include all our sweet tents ⛺️😜,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1010619095421616128,[],[],0,,False,2299,84,84,,None,,,,,,,"[{'screen_name': 'Scobleizer', 'name': 'Scoble', 'id': '13348'}, {'screen_name': 'Trace_Cohen', 'name': 'Trace Cohen', 'id': '13955342'}]",,,, +7558,1010596809616445440,1010596809616445440,1529780030000.0,2018-06-23 18:53:50,+0000,,Looks so sus when we paint cars red https://t.co/SIO2nInjhJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1010596809616445440,[],['https://pbs.twimg.com/media/DgZcb7OUYAAcS_l.jpg'],1,https://pbs.twimg.com/media/DgZcb7OUYAAcS_l.jpg,False,75116,1695,7334,,None,,,,,,,[],,,, +7559,1010595834122022913,1009213542401298432,1529779797000.0,2018-06-23 18:49:57,+0000,,@JimSholler Which rolls out today,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1010595834122022913,[],[],0,,False,431,10,11,,None,,,,,,,"[{'screen_name': 'JimSholler', 'name': 'James H. Sholler', 'id': '198901139'}]",,,, +7560,1010578767096438784,1009213542401298432,1529775728000.0,2018-06-23 17:42:08,+0000,,@JimSholler Will be there in next release,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1010578767096438784,[],[],0,,False,360,7,9,,None,,,,,,,"[{'screen_name': 'JimSholler', 'name': 'James H. Sholler', 'id': '198901139'}]",,,, +7561,1010497621390123009,1010477791991693312,1529756381000.0,2018-06-23 12:19:41,+0000,,@WorldAndScience So big you can’t believe it,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,12,https://twitter.com/elonmusk/status/1010497621390123009,[],[],0,,False,17312,559,940,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +7562,1010468297186242566,1010468297186242566,1529749390000.0,2018-06-23 10:23:10,+0000,,srsly https://t.co/v9stLUFwg2,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/1010468297186242566,['https://twitter.com/dkthomp/status/1010191063640956928'],[],0,,False,5121,340,331,0,None,,,,,,,[],,,, +7563,1010459048485875713,1010458705513537536,1529747185000.0,2018-06-23 09:46:25,+0000,,Vicious torque,es,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1010459048485875713,[],[],0,,False,7103,225,227,,None,,,,,,,[],,,, +7564,1010458705513537536,1010458705513537536,1529747103000.0,2018-06-23 09:45:03,+0000,,Tesla factory rn https://t.co/EbgRDhRZ0m,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/1010458705513537536,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/1010458657086042112/pu/img/Hd0GDkj9MmAp_-tp.jpg,False,17165,464,1063,,None,,,,,,,[],,,, +7565,1010431046460923905,1010428377797308416,1529740509000.0,2018-06-23 07:55:09,+0000,,#donotpanic,und,['donotpanic'],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1010431046460923905,[],[],0,,False,4996,186,284,,None,,,,,,,[],,,, +7566,1010428377797308416,1010428377797308416,1529739872000.0,2018-06-23 07:44:32,+0000,,.@WidespreadPanic https://t.co/FTrXKmoGBC,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/1010428377797308416,[],['https://pbs.twimg.com/media/DgXDQNHUwAEL9G3.jpg'],1,https://pbs.twimg.com/media/DgXDQNHUwAEL9G3.jpg,False,10267,233,798,,None,,,,,,,[],,,, +7567,1010407596103090176,1010393272529764352,1529734918000.0,2018-06-23 06:21:58,+0000,,@DMC_Ryan Good catch!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1010407596103090176,[],[],0,,False,1313,31,23,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +7568,1010405602516799488,1010393272529764352,1529734442000.0,2018-06-23 06:14:02,+0000,, https://t.co/5CS4McZmPK,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1010405602516799488,['https://m.youtube.com/watch?v=X7HmltUWXgs'],[],0,,False,7910,259,707,,None,,,,,,,[],,,, +7569,1010398829106028544,1010393272529764352,1529732827000.0,2018-06-23 05:47:07,+0000,,@Synapsesame Exactly 🤖♥️,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1010398829106028544,[],[],0,,False,310,20,6,,None,,,,,,,"[{'screen_name': 'Synapsesame', 'name': 'Jeff just Jeff', 'id': '998105338082742272'}]",,,, +7570,1010393272529764352,1010393272529764352,1529731503000.0,2018-06-23 05:25:03,+0000,,What is my purpose? Sentient seats. https://t.co/s9aHHyDoud,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/1010393272529764352,[],['https://pbs.twimg.com/media/DgWjUeoU0AEPLaJ.jpg'],1,https://pbs.twimg.com/media/DgWjUeoU0AEPLaJ.jpg,False,53259,2104,3804,,None,,,,,,,[],,,, +7571,1010314704261017600,1010266693120221189,1529712770000.0,2018-06-23 00:12:50,+0000,,@DMC_Ryan @Kotaku @Tesla Thanks 🖤,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1010314704261017600,[],[],0,,False,538,32,14,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Kotaku', 'name': 'Kotaku', 'id': '11928542'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7572,1010284456337264640,1010266693120221189,1529705559000.0,2018-06-22 22:12:39,+0000,,"@DMC_Ryan @Kotaku At Fremont until late tonight, Giga tomorrow, Fremont Sunday. GA4 is great, but have to say that GA3 crew is pulling off miracles against all odds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1010284456337264640,[],[],0,,False,831,69,57,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Kotaku', 'name': 'Kotaku', 'id': '11928542'}]",,,, +7573,1010279647622283264,1010266693120221189,1529704412000.0,2018-06-22 21:53:32,+0000,,"@Kotaku Infinity Work, the Reality game",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1010279647622283264,[],[],0,,False,6460,150,375,,None,,,,,,,"[{'screen_name': 'Kotaku', 'name': 'Kotaku', 'id': '11928542'}]",,,, +7574,1010224375339966464,1009981152327634944,1529691234000.0,2018-06-22 18:13:54,+0000,,"@FredericLambert @Model3Owners That would be tricky to sequence, but maybe",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1010224375339966464,[],[],0,,False,816,67,20,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +7575,1010223743287771136,1009981152327634944,1529691084000.0,2018-06-22 18:11:24,+0000,,@Model3Owners Was thinking of offering an extended Tesla factory tour option where you could help build part of a car & understand how they come together. I know it would have been super fun for me when I was a kid (or now).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1010223743287771136,[],[],0,,False,14811,966,982,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +7576,1010221659054174208,1010178495580737536,1529690587000.0,2018-06-22 18:03:07,+0000,,@disapr_ @cybik It’s called Top Secret,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1010221659054174208,[],[],0,,False,486,35,19,,None,,,,,,,"[{'screen_name': 'disapr_', 'name': 'Jeremy Johnson', 'id': '2200204104'}, {'screen_name': 'cybik', 'name': 'Renaud Lepage @🏡', 'id': '13432452'}]",,,, +7577,1010214875295989760,1010178495580737536,1529688969000.0,2018-06-22 17:36:09,+0000,,@cybik Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1010214875295989760,[],[],0,,False,4706,115,218,,None,,,,,,,"[{'screen_name': 'cybik', 'name': 'Renaud Lepage @🏡', 'id': '13432452'}]",,,, +7578,1010035029726990336,1009820822394064896,1529646091000.0,2018-06-22 05:41:31,+0000,,"@CateLuvsLondon @vicentes @S_Padival @bourgeoisalien @jacobinmag When I was a kid, I built model airplanes, trainsets, rockets (mixed my own powder), explosives (kinda surprised I still have all fingers), a radio, lots of software. Built a primitive MRI machine in college.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1010035029726990336,[],[],0,,False,1717,93,100,,None,,,,,,,"[{'screen_name': 'CateLuvsLondon', 'name': 'Catherine Griffiths', 'id': '827689915'}, {'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'bourgeoisalien', 'name': 'Beth', 'id': '2396910715'}, {'screen_name': 'jacobinmag', 'name': 'Jacobin', 'id': '170254080'}]",,,, +7579,1010028341921964032,1009820822394064896,1529644496000.0,2018-06-22 05:14:56,+0000,,"@vicentes @S_Padival @bourgeoisalien @jacobinmag Yeah, but I’m not sure what the big deal is. I like building things. If that ends up being useful work too, even better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1010028341921964032,[],[],0,,False,1496,35,59,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'bourgeoisalien', 'name': 'Beth', 'id': '2396910715'}, {'screen_name': 'jacobinmag', 'name': 'Jacobin', 'id': '170254080'}]",,,, +7580,1010027258684174338,1009551384373596160,1529644238000.0,2018-06-22 05:10:38,+0000,,@ddkilzer @wk057 @Tesla We will add a config to lower the alert,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1010027258684174338,[],[],0,,False,373,19,12,,None,,,,,,,"[{'screen_name': 'ddkilzer', 'name': 'David Kilzer', 'id': '63552322'}, {'screen_name': 'wk057', 'name': 'Jason Hughes', 'id': '3063324590'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7581,1010027104275087360,1009551384373596160,1529644201000.0,2018-06-22 05:10:01,+0000,,@wk057 @Tesla Apply light force to the steering wheel. Alert is being changed to this text.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/1010027104275087360,[],[],0,,False,2647,100,45,,None,,,,,,,"[{'screen_name': 'wk057', 'name': 'Jason Hughes', 'id': '3063324590'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7582,1010005390283567104,1010000234124959744,1529639024000.0,2018-06-22 03:43:44,+0000,,@hectorramos Try saying “bug report”. Might work better. Ironic if the bug report about bug reports isn’t working :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1010005390283567104,[],[],0,,False,465,21,15,,None,,,,,,,"[{'screen_name': 'hectorramos', 'name': 'Héctor Ramos-Ortiz', 'id': '14795231'}]",,,, +7583,1010004813310877698,1009989361935396864,1529638887000.0,2018-06-22 03:41:27,+0000,,"@zaphodgjd Thanks for the feedback, will investigate",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/1010004813310877698,[],[],0,,False,415,12,9,,None,,,,,,,"[{'screen_name': 'zaphodgjd', 'name': 'Graeme Devine ☕️', 'id': '10938882'}]",,,, +7584,1009972020749012992,1009971655240663041,1529631068000.0,2018-06-22 01:31:08,+0000,,@corywright Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1009972020749012992,[],[],0,,False,286,8,4,,None,,,,,,,"[{'screen_name': 'corywright', 'name': 'Cory Wright', 'id': '5497'}]",,,, +7585,1009971757959090176,1009947237294567424,1529631006000.0,2018-06-22 01:30:06,+0000,,@ToscaMusk @westcoastbill @PassionFlix @RachVD @itsNickBateman Congratulations!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1009971757959090176,[],[],0,,False,741,18,17,,None,,,,,,,"[{'screen_name': 'ToscaMusk', 'name': 'Tosca Musk', 'id': '11150432'}, {'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}, {'screen_name': 'PassionFlix', 'name': 'Passionflix', 'id': '713551239645007873'}, {'screen_name': 'RachVD', 'name': 'Rachel Van Dyken', 'id': '56181364'}, {'screen_name': 'itsNickBateman', 'name': 'Nick Bateman', 'id': '537086964'}]",,,, +7586,1009970334592716801,1009820822394064896,1529630666000.0,2018-06-22 01:24:26,+0000,,@S_Padival @bourgeoisalien @jacobinmag It’s actually pretty fun building electric cars. Product is useful to other people & good for environment. I think that’s fundamental goodness.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1009970334592716801,[],[],0,,False,2330,58,101,,None,,,,,,,"[{'screen_name': 'S_Padival', 'name': 'S Padival 💧', 'id': '717042249624854529'}, {'screen_name': 'bourgeoisalien', 'name': 'Beth', 'id': '2396910715'}, {'screen_name': 'jacobinmag', 'name': 'Jacobin', 'id': '170254080'}]",,,, +7587,1009950544490741761,1009820822394064896,1529625948000.0,2018-06-22 00:05:48,+0000,,"@jacobinmag Btw, if anyone else wants to build this tunnel, please do so. It’s a lot of work.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/1009950544490741761,[],[],0,,False,8870,340,408,,None,,,,,,,"[{'screen_name': 'jacobinmag', 'name': 'Jacobin', 'id': '170254080'}]",,,, +7588,1009940354097807360,1009820822394064896,1529623518000.0,2018-06-21 23:25:18,+0000,,@jacobinmag Stop being such a Jacobin 🐈🧙‍♂️,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1009940354097807360,[],[],0,,False,1686,93,53,,None,,,,,,,"[{'screen_name': 'jacobinmag', 'name': 'Jacobin', 'id': '170254080'}]",,,, +7589,1009618544403808265,1009613082770001920,1529546793000.0,2018-06-21 02:06:33,+0000,,Frank Herbert & Falcon Heavy,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/1009618544403808265,[],[],0,,False,7515,248,276,,None,,,,,,,[],,,, +7590,1009613082770001920,1009613082770001920,1529545491000.0,2018-06-21 01:44:51,+0000,,"Without change, something sleeps inside us, and seldom awakens. The sleeper must awaken. FH … https://t.co/FjW31RPSqh",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1009613082770001920,[],['https://pbs.twimg.com/media/DgLduTOW0AYa-Ib.jpg'],1,https://pbs.twimg.com/media/DgLduTOW0AYa-Ib.jpg,False,38006,1086,5365,,None,,,,,,,[],,,, +7591,1009605123117670400,1009605123117670400,1529543593000.0,2018-06-21 01:13:13,+0000,,Dune. The spice must flow. https://t.co/WjVUX0gfuH,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1009605123117670400,['https://twitter.com/nasa/status/1009590475840466944'],[],0,,False,29384,695,2958,https://twitter.com/nasa/status/1009590475840466944,None,,,,,,,[],,,, +7592,1009603495476031494,1009571180989243392,1529543205000.0,2018-06-21 01:06:45,+0000,, https://t.co/8nnlWHUjXw,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1009603495476031494,[],['https://pbs.twimg.com/media/DgLU-7LXkAEiMjB.jpg'],1,https://pbs.twimg.com/media/DgLU-7LXkAEiMjB.jpg,False,12065,340,617,,None,,,,,,,[],,,, +7593,1009596699675725824,1009594663701921793,1529541585000.0,2018-06-21 00:39:45,+0000,,@mayemusk @georgezachary @kimbal @ToscaMusk “We power the press” in 1997. Ironic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/1009596699675725824,[],[],0,,False,1930,72,75,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'georgezachary', 'name': 'George Zachary', 'id': '38267932'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}, {'screen_name': 'ToscaMusk', 'name': 'Tosca Musk', 'id': '11150432'}]",,,, +7594,1009571180989243392,1009571180989243392,1529535501000.0,2018-06-20 22:58:21,+0000,,@Money23Green Thanks for coming by our car factory with @westcoastbill. Tesla team was super fired up to see you! Congrats on your victory!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1009571180989243392,[],[],0,,False,6413,70,306,,None,,,,,,,[],,,, +7595,1009559662549598208,1009534479130558466,1529532754000.0,2018-06-20 22:12:34,+0000,,"@georgezachary @kimbal Crazy, that was over 22 years ago. Thanks for believing in us!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1009559662549598208,[],[],0,,False,2617,38,64,,None,,,,,,,"[{'screen_name': 'georgezachary', 'name': 'George Zachary', 'id': '38267932'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +7596,1009484066159144962,1009482008639111168,1529514731000.0,2018-06-20 17:12:11,+0000,,"@cfarivar There is more, but the actions of a few bad apples will not stop Tesla from reaching its goals. With 40,000 people, the worst 1 in 1000 will have issues. That’s still ~40 people.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1009484066159144962,[],[],0,,False,572,58,49,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}]",,,, +7597,1009482786934177793,1009316696157351936,1529514426000.0,2018-06-20 17:07:06,+0000,,@erikbryn @vplikeTRUMP @jorendewachter @xJawz @joerogan @MazzucatoM Today. It’s kinda there in US with welfare but rules are messed up and amount is too low.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1009482786934177793,[],[],0,,False,491,36,27,,None,,,,,,,"[{'screen_name': 'erikbryn', 'name': 'Erik Brynjolfsson', 'id': '92116069'}, {'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'MazzucatoM', 'name': 'Mariana Mazzucato', 'id': '394060363'}]",,,, +7598,1009481756133580800,1009316696157351936,1529514180000.0,2018-06-20 17:03:00,+0000,,@vplikeTRUMP @jorendewachter @xJawz @joerogan @MazzucatoM Also think there should be a universal basic income that doesn’t change even if you get a job. Productivity should be rewarded.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1009481756133580800,[],[],0,,False,860,69,119,,None,,,,,,,"[{'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'MazzucatoM', 'name': 'Mariana Mazzucato', 'id': '394060363'}]",,,, +7599,1009471275113123840,1009435720266731522,1529511681000.0,2018-06-20 16:21:21,+0000,,@adultswim Because honey is a vegetable,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1009471275113123840,[],[],0,,False,6209,138,440,,None,,,,,,,"[{'screen_name': 'adultswim', 'name': 'adultswim', 'id': '18732790'}]",,,, +7600,1009363765098250240,1009316696157351936,1529486049000.0,2018-06-20 09:14:09,+0000,,@Santiago7K @xJawz @joerogan Considerably less so than our competitors (longer discussion),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1009363765098250240,[],[],0,,False,435,26,14,,None,,,,,,,"[{'screen_name': 'Santiago7K', 'name': 'Caffeine', 'id': '145596245'}, {'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +7601,1009362316536602625,1009316696157351936,1529485703000.0,2018-06-20 09:08:23,+0000,,"@vplikeTRUMP @jorendewachter @xJawz @joerogan @MazzucatoM Yes, consumption tax is way better. Also, higher estate tax better than income/cap gains tax. Probability of progeny being equally excellent at capital allocation is not high.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/1009362316536602625,[],[],0,,False,555,39,28,,None,,,,,,,"[{'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'MazzucatoM', 'name': 'Mariana Mazzucato', 'id': '394060363'}]",,,, +7602,1009353114938298368,1009316696157351936,1529483510000.0,2018-06-20 08:31:50,+0000,,@PeacefulChaos7 @DanAloni @xJawz @joerogan Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1009353114938298368,[],[],0,,False,303,8,9,,None,,,,,,,"[{'screen_name': 'PeacefulChaos7', 'name': 'Level1Adventurer', 'id': '1002042820947947520'}, {'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +7603,1009352456021553152,1009316696157351936,1529483353000.0,2018-06-20 08:29:13,+0000,,"@jorendewachter @xJawz @joerogan @MazzucatoM He’s obv wrong. Forcing function for any 100% mkt share monopolist to improve is weak & a national govt is that by fiat. One may find lowish correlation for negativity, but that does not mean low causation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1009352456021553152,[],[],0,,False,370,14,13,,None,,,,,,,"[{'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'MazzucatoM', 'name': 'Mariana Mazzucato', 'id': '394060363'}]",,,, +7604,1009349553667989505,1009338558296059904,1529482661000.0,2018-06-20 08:17:41,+0000,,@EvilCorpGame Great name. A little on the nose.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1009349553667989505,[],[],0,,False,1670,14,33,,None,,,,,,,"[{'screen_name': 'EvilCorpGame', 'name': 'EvilCorp', 'id': '918030366178529280'}]",,,, +7605,1009349201677803520,1009316696157351936,1529482577000.0,2018-06-20 08:16:17,+0000,,"@DanAloni @xJawz @joerogan That’s really decision about how good you think govt is at allocating capital. Buffett, for example, is vastly better than any govt at allocating capital. Consumption vs capital allocation extremely misunderstood. Biggest missing piece in public understanding of what “money” is.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1009349201677803520,[],[],0,,False,516,26,34,,None,,,,,,,"[{'screen_name': 'DanAloni', 'name': 'Dan Aloni', 'id': '81611816'}, {'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +7606,1009346561946480641,1009316696157351936,1529481947000.0,2018-06-20 08:05:47,+0000,,"@xJawz @joerogan Yeah, all-inclusive tax rate of 40% seems about right. Below 30% is unrealistic for critical govt functions unless national defense is de facto outsourced & above 50% too negatively affects economic output.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/1009346561946480641,[],[],0,,False,3965,256,188,,None,,,,,,,"[{'screen_name': 'xJawz', 'name': 'Sam Betesh', 'id': '128522006'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +7607,1009213703995121664,1009213703995121664,1529450271000.0,2018-06-19 23:17:51,+0000,,Cool video https://t.co/FW24TRL687,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/1009213703995121664,['https://twitter.com/badastronomer/status/1009212679876202496'],[],0,,False,6585,166,502,https://twitter.com/badastronomer/status/1009212679876202496,None,,,,,,,[],,,, +7608,1009200969253511168,1009200969253511168,1529447235000.0,2018-06-19 22:27:15,+0000,,Thank you for helping those in need https://t.co/GF7b3y7MLr,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/1009200969253511168,['https://twitter.com/aclu/status/1009186716593393664'],[],0,,False,18946,285,1179,https://twitter.com/aclu/status/1009186716593393664,None,,,,,,,[],,,, +7609,1009164260151185408,1008684926814781440,1529438483000.0,2018-06-19 20:01:23,+0000,,"@TopDutchCom @pascal_munz @Zuckerberger @horn To be clear, Tesla European Headquarters will remain in Netherlands",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1009164260151185408,[],[],0,,False,602,60,63,,None,,,,,,,"[{'screen_name': 'TopDutchCom', 'name': 'TopDutch', 'id': '818439908092215296'}, {'screen_name': 'Zuckerberger', 'name': 'Lukas Schmuckermair', 'id': '70403951'}, {'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +7610,1009105044061413377,1009096777310470145,1529424365000.0,2018-06-19 16:06:05,+0000,,@bonnienorman Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1009105044061413377,[],[],0,,False,992,32,23,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +7611,1009018120634187776,1009015832612130817,1529403641000.0,2018-06-19 10:20:41,+0000,,"@FilmLadd That’s ridiculous, lions can’t vote, they don’t even have opposable thumbs. Also, they’d need 61%, so no.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1009018120634187776,[],[],0,,False,8071,195,382,,None,,,,,,,"[{'screen_name': 'FilmLadd', 'name': 'FilmLadd', 'id': '36563254'}]",,,, +7612,1009014824280342529,1008684926814781440,1529402855000.0,2018-06-19 10:07:35,+0000,,"@pascal_munz @Zuckerberger @horn Germany is a leading choice for Europe. Perhaps on the German-French border makes sense, near the Benelux countries",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1009014824280342529,[],[],0,,False,1213,330,144,,None,,,,,,,"[{'screen_name': 'Zuckerberger', 'name': 'Lukas Schmuckermair', 'id': '70403951'}, {'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +7613,1009012996192890880,1008684926814781440,1529402419000.0,2018-06-19 10:00:19,+0000,,@horn @LudaLisl @Hermes42 Brevity is the sole meunière of wit,fr,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/1009012996192890880,[],[],0,,False,307,15,13,,None,,,,,,,"[{'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}, {'screen_name': 'LudaLisl', 'name': 'Lisa G-Punkt', 'id': '28402741'}, {'screen_name': 'Hermes42', 'name': 'Hermes42', 'id': '15996871'}]",,,, +7614,1009011461924876288,1008684926814781440,1529402053000.0,2018-06-19 09:54:13,+0000,,@light00bringer @horn Original Star Wars,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1009011461924876288,[],[],0,,False,597,35,27,,None,,,,,,,"[{'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +7615,1009011170156556288,1008684926814781440,1529401984000.0,2018-06-19 09:53:04,+0000,,@XxMrFredzzik @horn Hahaha,tl,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1009011170156556288,[],[],0,,False,386,7,8,,None,,,,,,,"[{'screen_name': 'XxMrFredzzik', 'name': 'Romeaboo', 'id': '713917834217316352'}, {'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +7616,1009010411041984513,1008684926814781440,1529401803000.0,2018-06-19 09:50:03,+0000,,"@LudaLisl @horn Die fröhliche Wissenschaft und Eristische Dialektik: Die Kunst, Recht zu Behalten",de,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1009010411041984513,[],[],0,,False,478,12,32,,None,,,,,,,"[{'screen_name': 'LudaLisl', 'name': 'Lisa G-Punkt', 'id': '28402741'}, {'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +7617,1009007159470780416,1008684926814781440,1529401027000.0,2018-06-19 09:37:07,+0000,,@Zuckerberger @horn Das war ein unbeabsichtigter Witz ⛪ 🌃 🤗,de,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1009007159470780416,[],[],0,,False,987,21,36,,None,,,,,,,"[{'screen_name': 'Zuckerberger', 'name': 'Lukas Schmuckermair', 'id': '70403951'}, {'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +7618,1008995895986171904,1008684926814781440,1529398342000.0,2018-06-19 08:52:22,+0000,,@horn Vielleicht muss ich die Kirche im Dorf verlassen?,de,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1008995895986171904,[],[],0,,False,3482,130,301,,None,,,,,,,"[{'screen_name': 'horn', 'name': 'Dennis Horn', 'id': '16490214'}]",,,, +7619,1008976232510152704,1008838905028698112,1529393654000.0,2018-06-19 07:34:14,+0000,,@cyantist @1world22gether Will do. Am enquiring on many channels. Regards to Scott.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1008976232510152704,[],[],0,,False,487,30,12,,None,,,,,,,"[{'screen_name': 'cyantist', 'name': 'Recall 欺善暴丁', 'id': '13418552'}, {'screen_name': '1world22gether', 'name': 'Heather💙', 'id': '953172490611777536'}]",,,, +7620,1008974776633659392,1008838905028698112,1529393307000.0,2018-06-19 07:28:27,+0000,,@1world22gether @cyantist Do you know anyone who has gone there?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1008974776633659392,[],[],0,,False,339,7,6,,None,,,,,,,"[{'screen_name': '1world22gether', 'name': 'Heather💙', 'id': '953172490611777536'}, {'screen_name': 'cyantist', 'name': 'Recall Chesa Boudin', 'id': '13418552'}]",,,, +7621,1008974007259938821,1008838905028698112,1529393123000.0,2018-06-19 07:25:23,+0000,,@cyantist Where are they?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1008974007259938821,[],[],0,,False,1813,68,106,,None,,,,,,,"[{'screen_name': 'cyantist', 'name': 'Recall Chesa Boudin', 'id': '13418552'}]",,,, +7622,1008969670840311814,1008952872375967744,1529392089000.0,2018-06-19 07:08:09,+0000,,@ManInTheHoody @backrowgracie @jgalerstein @somospostpc @RAICESTEXAS @ACLU Where are you going to march?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1008969670840311814,[],[],0,,False,912,62,41,,None,,,,,,,"[{'screen_name': 'ManInTheHoody', 'name': 'm i t h', 'id': '961792879713644544'}, {'screen_name': 'somospostpc', 'name': 'Alex B 📉', 'id': '1259674092'}, {'screen_name': 'RAICESTEXAS', 'name': 'RAICES', 'id': '51547100'}, {'screen_name': 'ACLU', 'name': 'ACLU', 'id': '13393052'}]",,,, +7623,1008968815630258176,1008952872375967744,1529391886000.0,2018-06-19 07:04:46,+0000,,@dstressdotcom @Chellie0020 @backrowgracie @jgalerstein @somospostpc @RAICESTEXAS @ACLU That seems unlikely,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1008968815630258176,[],[],0,,False,322,8,6,,None,,,,,,,"[{'screen_name': 'dstressdotcom', 'name': '⭐OPEN⭐YOUR⭐👀s', 'id': '2901063922'}, {'screen_name': 'Chellie0020', 'name': 'Chellie', 'id': '184143915'}, {'screen_name': 'somospostpc', 'name': 'Alex B 📉', 'id': '1259674092'}, {'screen_name': 'RAICESTEXAS', 'name': 'RAICES', 'id': '51547100'}, {'screen_name': 'ACLU', 'name': 'ACLU', 'id': '13393052'}]",,,, +7624,1008968645391810560,1008952872375967744,1529391845000.0,2018-06-19 07:04:05,+0000,,"@backrowgracie @jgalerstein @somospostpc @RAICESTEXAS @ACLU Just because I donate doesn’t mean I support every last thing a person or organization does, but I like all the people I’ve met from @ACLU. They really care about doing good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/1008968645391810560,[],[],0,,False,1573,32,54,,None,,,,,,,"[{'screen_name': 'somospostpc', 'name': 'Alex B 📉', 'id': '1259674092'}, {'screen_name': 'RAICESTEXAS', 'name': 'RAICES', 'id': '51547100'}, {'screen_name': 'ACLU', 'name': 'ACLU', 'id': '13393052'}]",,,, +7625,1008963854624350210,1008952872375967744,1529390703000.0,2018-06-19 06:45:03,+0000,,@jgalerstein @somospostpc @RAICESTEXAS @ACLU I am one of the top donors to @ACLU,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1008963854624350210,[],[],0,,False,4301,119,202,,None,,,,,,,"[{'screen_name': 'somospostpc', 'name': 'Alex B 📉', 'id': '1259674092'}, {'screen_name': 'RAICESTEXAS', 'name': 'RAICES', 'id': '51547100'}, {'screen_name': 'ACLU', 'name': 'ACLU', 'id': '13393052'}]",,,, +7626,1008960448681660417,1008952872375967744,1529389891000.0,2018-06-19 06:31:31,+0000,,"@somospostpc I couldn’t even keep the US in the Paris Accord, but if there is some way for me to help these kids I will do so",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1008960448681660417,[],[],0,,False,4390,165,304,,None,,,,,,,"[{'screen_name': 'somospostpc', 'name': 'Alex B 📉', 'id': '1259674092'}]",,,, +7627,1008958747312558080,1008952872375967744,1529389485000.0,2018-06-19 06:24:45,+0000,,@sasimons @etlonmusk I think so,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1008958747312558080,[],[],0,,False,313,19,6,,None,,,,,,,"[{'screen_name': 'sasimons', 'name': 'Seth Simons', 'id': '324979925'}, {'screen_name': 'etlonmusk', 'name': 'ЕIоп Мusk', 'id': '498094823'}]",,,, +7628,1008953199963746304,1008952872375967744,1529388162000.0,2018-06-19 06:02:42,+0000,,I hope the kids are ok,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1008953199963746304,[],[],0,,False,9601,1002,702,,None,,,,,,,[],,,, +7629,1008952872375967744,1008952872375967744,1529388084000.0,2018-06-19 06:01:24,+0000,,Shelter https://t.co/bLVrv0WpJb,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1008952872375967744,['https://m.youtube.com/watch?v=dYMrzXus3n4'],[],0,,False,7241,390,528,,None,,,,,,,[],,,, +7630,1008935738270834689,1008741008899702784,1529383999000.0,2018-06-19 04:53:19,+0000,,@AntVenom @cfarivar @amendlocke You’re probably right. Maybe after Tesla drama calms down.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1008935738270834689,[],[],0,,False,1031,77,45,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}, {'screen_name': 'amendlocke', 'name': 'Ken MacLeod', 'id': '79199981'}]",,,, +7631,1008935327124213760,1008859776934014976,1529383901000.0,2018-06-19 04:51:41,+0000,,@cfarivar @PPathole @dawg_fan_93 @maysacha @JayPrisefighter @EBRPD I’m at the factory a lot. Pretty good workout just walking around. It’s big.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1008935327124213760,[],[],0,,False,412,16,16,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'dawg_fan_93', 'name': 'Swampdawg', 'id': '907113708'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}, {'screen_name': 'JayPrisefighter', 'name': 'Jared', 'id': '1002337721770078209'}, {'screen_name': 'EBRPD', 'name': 'East Bay Regional Parks', 'id': '26857672'}]",,,, +7632,1008920527673516032,1008859776934014976,1529380373000.0,2018-06-19 03:52:53,+0000,,@cfarivar @PPathole @dawg_fan_93 @maysacha @JayPrisefighter They look beautiful,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1008920527673516032,[],[],0,,False,346,14,8,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'dawg_fan_93', 'name': 'Swampdawg', 'id': '907113708'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}, {'screen_name': 'JayPrisefighter', 'name': 'Jared', 'id': '1002337721770078209'}]",,,, +7633,1008920523038867456,1008859776934014976,1529380372000.0,2018-06-19 03:52:52,+0000,,@cfarivar @loosecoosebbq @akrdu2 @Tesla @Fremont_CA Will maybe do a media tour next week. Team deserves recognition. This was miraculous.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1008920523038867456,[],[],0,,False,575,29,40,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}, {'screen_name': 'loosecoosebbq', 'name': 'loose coose bbq', 'id': '715231248592072705'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Fremont_CA', 'name': 'City of Fremont, CA', 'id': '126421867'}]",,,, +7634,1008919193259945986,1008859776934014976,1529380055000.0,2018-06-19 03:47:35,+0000,,@PPathole @dawg_fan_93 @maysacha @JayPrisefighter @cfarivar It’s actually way better than the factory building. More comfortable & a great view of the mountains.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1008919193259945986,[],[],0,,False,501,31,27,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'dawg_fan_93', 'name': 'Swampdawg', 'id': '907113708'}, {'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}, {'screen_name': 'JayPrisefighter', 'name': 'Jared', 'id': '1002337721770078209'}, {'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}]",,,, +7635,1008916455948148736,1008859776934014976,1529379402000.0,2018-06-19 03:36:42,+0000,,@maysacha @JayPrisefighter @cfarivar Not sure we actually need a building. This tent is pretty sweet. Tesla Grohmann line is in place at Giga & spooling up now. They super kicked ass too. Heiliger Strohsack!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1008916455948148736,[],[],0,,False,766,38,60,,None,,,,,,,"[{'screen_name': 'maysacha', 'name': 'Sacha', 'id': '148477148'}, {'screen_name': 'JayPrisefighter', 'name': 'Jared', 'id': '1002337721770078209'}, {'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}]",,,, +7636,1008913670707953664,1008859776934014976,1529378738000.0,2018-06-19 03:25:38,+0000,,@JayPrisefighter @cfarivar They also poured the concrete & built the whole assembly line using scrap we had in warehouses. And it’s way better than the other GA line that cost hundreds of millions!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1008913670707953664,[],[],0,,False,923,69,41,,None,,,,,,,"[{'screen_name': 'JayPrisefighter', 'name': 'Jared', 'id': '1002337721770078209'}, {'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}]",,,, +7637,1008912705737056256,1007752686878388224,1529378508000.0,2018-06-19 03:21:48,+0000,,@joshsteimle @monongahelaEX @AntVenom No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/1008912705737056256,[],[],0,,False,364,16,12,,None,,,,,,,"[{'screen_name': 'joshsteimle', 'name': 'Josh Steimle', 'id': '25384284'}, {'screen_name': 'monongahelaEX', 'name': 'Boris Veigel', 'id': '41512767'}, {'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +7638,1008906087611883521,1008859776934014976,1529376930000.0,2018-06-19 02:55:30,+0000,,"@cfarivar Needed another general assembly line to reach 5k/week Model 3 production. A new building was impossible, so we built a giant tent in 2 weeks. Tesla team kfa!! Gah, love them so much ♥️🚘💫",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/1008906087611883521,[],[],0,,False,12026,387,629,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}]",,,, +7639,1008872597780508673,1008868085896445952,1529368945000.0,2018-06-19 00:42:25,+0000,,"@scottlynch78 @jenphalian You’re welcome, bad fiction writer 78 https://t.co/ypglGbdEse",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1008872597780508673,[],['https://pbs.twimg.com/media/DgA8RzIVAAADwrI.jpg'],1,https://pbs.twimg.com/media/DgA8RzIVAAADwrI.jpg,False,348,19,9,,None,,,,,,,"[{'screen_name': 'scottlynch78', 'name': 'Scott Lynch', 'id': '61838384'}, {'screen_name': 'jenphalian', 'name': 'jenphalian, princess of mermaid cove', 'id': '2216621'}]",,,, +7640,1008860403051327488,1008741008899702784,1529366038000.0,2018-06-18 23:53:58,+0000,,"@cfarivar @amendlocke Dude, we are California, which is extremely pro union. People can form a union tomorrow & nothing Tesla could do to stop it. UAW can’t even get enough sigs to request a vote, cause they have nothing to offer.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1008860403051327488,[],[],0,,False,879,33,62,,None,,,,,,,"[{'screen_name': 'cfarivar', 'name': 'Cyrus Farivar', 'id': '709313'}, {'screen_name': 'amendlocke', 'name': 'Ken MacLeod', 'id': '79199981'}]",,,, +7641,1008859105883066368,1008741008899702784,1529365729000.0,2018-06-18 23:48:49,+0000,,@amendlocke Your union brothers https://t.co/DsGvlscvc6,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1008859105883066368,['https://www.ilnews.org/news/statewide/testimony-uaw-rep-demanded-oral-sex-in-exchange-for-representation/article_af32a39c-fb0d-11e7-9623-0f0733ad841e.html'],[],0,,False,1578,120,154,,None,,,,,,,"[{'screen_name': 'amendlocke', 'name': 'Ken MacLeod', 'id': '79199981'}]",,,, +7642,1008858642550943745,1008741008899702784,1529365618000.0,2018-06-18 23:46:58,+0000,,@amendlocke You won’t find pro-union either. The books are all about freedom. No one is forced to join any organization.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1008858642550943745,[],[],0,,False,2276,74,75,,None,,,,,,,"[{'screen_name': 'amendlocke', 'name': 'Ken MacLeod', 'id': '79199981'}]",,,, +7643,1008566142724497408,1008513410370134016,1529295881000.0,2018-06-18 04:24:41,+0000,,"@Keith_Wasserman @Jason @Beyonce @warriors Thanks, good advice",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1008566142724497408,[],[],0,,False,612,46,14,,None,,,,,,,"[{'screen_name': 'Keith_Wasserman', 'name': 'Keith Wasserman', 'id': '1368895981'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Beyonce', 'name': 'BEYONCÉ', 'id': '31239408'}, {'screen_name': 'warriors', 'name': 'Golden State Warriors', 'id': '26270913'}]",,,, +7644,1008450201885872129,799369292294725632,1529268238000.0,2018-06-17 20:43:58,+0000,,@FredericLambert @SwiftOnSecurity They have about three weeks before their short position explodes,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1008450201885872129,[],[],0,,False,1604,188,252,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +7645,1008445877197783040,1008445532543602688,1529267207000.0,2018-06-17 20:26:47,+0000,,@c7five Good points. Already mostly working in the developer software I’m driving.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1008445877197783040,[],[],0,,False,492,27,17,,None,,,,,,,"[{'screen_name': 'c7five', 'name': 'Nicholas J. Percoco', 'id': '32495046'}]",,,, +7646,1008445446975512576,1008391328277729280,1529267105000.0,2018-06-17 20:25:05,+0000,,@iamJeffTorres @thehartej @yaronbrook @VitalikButerin @RickandMorty Can’t wait for the new @RickandMorty season to start!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1008445446975512576,[],[],0,,False,643,23,46,,None,,,,,,,"[{'screen_name': 'iamJeffTorres', 'name': 'Jeff Torres', 'id': '506754011'}, {'screen_name': 'yaronbrook', 'name': 'Yaron Brook', 'id': '21637092'}, {'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}, {'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +7647,1008443957603258368,1008435606714662912,1529266750000.0,2018-06-17 20:19:10,+0000,,"@goombar3 We’ve always provided healthcare, hourly wages above union & Tesla stock. Also, free drinks & snacks. Try to make it fun too. Top ten hourly workers cumulatively received Tesla stock now worth $1M to $2M. Nobody wants UAW, so UAW keeps trashing Tesla & me via 3rd parties.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1008443957603258368,[],[],0,,False,888,41,70,,None,,,,,,,"[{'screen_name': 'goombar3', 'name': 'Jerry Aulik', 'id': '1571679000'}]",,,, +7648,1008441697506754560,1008440984663986176,1529266211000.0,2018-06-17 20:10:11,+0000,,@taimurstriker Glad you teach physics. That and critical thinking (ie how not to be tricked) are foundational for all kids to learn.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1008441697506754560,[],[],0,,False,6905,87,349,,None,,,,,,,[],,,, +7649,1008439719900766208,1008391328277729280,1529265739000.0,2018-06-17 20:02:19,+0000,,"@iamJeffTorres @thehartej @yaronbrook @VitalikButerin Yeah, I think we pretty much agree. Btw, great show.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1008439719900766208,[],[],0,,False,388,9,10,,None,,,,,,,"[{'screen_name': 'iamJeffTorres', 'name': 'Jeff Torres', 'id': '506754011'}, {'screen_name': 'yaronbrook', 'name': 'Yaron Brook', 'id': '21637092'}, {'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}]",,,, +7650,1008438394559451136,1008391328277729280,1529265423000.0,2018-06-17 19:57:03,+0000,,"@iamJeffTorres @thehartej @yaronbrook @VitalikButerin I think essential services, incl health care, should be taken care of by govt/taxpayers (socialist) & other parts of economy should be served by companies competing to serve the people (capitalist). Aka, the view held by most of America.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1008438394559451136,[],[],0,,False,891,91,85,,None,,,,,,,"[{'screen_name': 'iamJeffTorres', 'name': 'Jeff Torres', 'id': '506754011'}, {'screen_name': 'yaronbrook', 'name': 'Yaron Brook', 'id': '21637092'}, {'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}]",,,, +7651,1008437057700544512,1008435606714662912,1529265105000.0,2018-06-17 19:51:45,+0000,,@mk_rodgers They started it & attacked me personally,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1008437057700544512,[],[],0,,False,1051,108,36,,None,,,,,,,"[{'screen_name': 'mk_rodgers', 'name': 'MKR, Esq', 'id': '55837155'}]",,,, +7652,1008435606714662912,1008435606714662912,1529264759000.0,2018-06-17 19:45:59,+0000,,Search UAW and “corruption”. Very long reading list. Great organization. https://t.co/9RVR31vzbc,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1008435606714662912,['https://www.detroitnews.com/story/business/autos/chrysler/2018/04/05/feds-raided-uaw-leader-house-amid-corruption-probe/33579403/'],[],0,,False,5369,417,644,,None,,,,,,,[],,,, +7653,1008431653935435776,1008391328277729280,1529263816000.0,2018-06-17 19:30:16,+0000,,@iamJeffTorres @thehartej @yaronbrook @VitalikButerin “Profit” just means you earned more money than you spent & certainly does spark innovation. Jesus. This is obv a good thing & extremely hard. It has taken Tesla 15 years & we’re almost there. Every other US car company besides Ford & Tesla has gone bankrupt.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1008431653935435776,[],[],0,,False,782,64,87,,None,,,,,,,"[{'screen_name': 'iamJeffTorres', 'name': 'Jeff Torres', 'id': '506754011'}, {'screen_name': 'yaronbrook', 'name': 'Yaron Brook', 'id': '21637092'}, {'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}]",,,, +7654,1008427324298022912,799369292294725632,1529262784000.0,2018-06-17 19:13:04,+0000,,@SwiftOnSecurity They don’t seem to think much or care about the future beyond a narrow horizon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1008427324298022912,[],[],0,,False,846,33,47,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +7655,1008423993999650816,1008146567046598661,1529261990000.0,2018-06-17 18:59:50,+0000,,@haymarketbooks Engels wrote 2nd & 3rd volumes based on Marx’s “notes”. Less reliable.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008423993999650816,[],[],0,,False,774,56,35,,None,,,,,,,"[{'screen_name': 'haymarketbooks', 'name': 'Haymarket Books', 'id': '22846853'}]",,,, +7656,1008423357774102528,799369292294725632,1529261838000.0,2018-06-17 18:57:18,+0000,,"@SwiftOnSecurity Wanted to help transition the world to sustainable, clean energy and extend life as we know it beyond Earth. Those problems require a lot of hardware.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008423357774102528,[],[],0,,False,859,29,71,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +7657,1008422418753339392,1008323189586489344,1529261614000.0,2018-06-17 18:53:34,+0000,,"@doctorow @sahazel Wow, you know nothing & are worthy of contempt. The world is under massive attack due to climate change & you couldn’t care less.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008422418753339392,[],[],0,,False,405,16,24,,None,,,,,,,"[{'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}, {'screen_name': 'sahazel', 'name': 'Steven Hazel', 'id': '15693803'}]",,,, +7658,1008421697354018816,1008323189586489344,1529261442000.0,2018-06-17 18:50:42,+0000,,"@JohnnaSabri @slack2thefuture @doctorow Read it. Like the green, translucent Martian opal?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008421697354018816,[],[],0,,False,321,19,12,,None,,,,,,,"[{'screen_name': 'slack2thefuture', 'name': 'David Slack', 'id': '215501778'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +7659,1008419464067440641,1008323189586489344,1529260910000.0,2018-06-17 18:41:50,+0000,,@JohnnaSabri @slack2thefuture @doctorow Iron pyrite,fi,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008419464067440641,[],[],0,,False,370,24,9,,None,,,,,,,"[{'screen_name': 'slack2thefuture', 'name': 'David Slack', 'id': '215501778'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow AWAY UNTIL MAR 15', 'id': '2729061'}]",,,, +7660,1008418903448477696,1008350340134121472,1529260776000.0,2018-06-17 18:39:36,+0000,,@JimPuzzanghera Congratulations to LA Times and Patrick Soon-Shiong!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008418903448477696,[],[],0,,False,710,15,21,,None,,,,,,,"[{'screen_name': 'JimPuzzanghera', 'name': 'Jim Puzzanghera', 'id': '15946752'}]",,,, +7661,1008411784603099136,1008323189586489344,1529259079000.0,2018-06-17 18:11:19,+0000,,"@spookyozzy @slack2thefuture @doctorow You’re just a troll/bot, but I will reply anyway. I arrived in Montreal at 17 by myself with $2k. No support, no contacts, nothing. Father said I’d fail & be back in 3 months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008411784603099136,[],[],0,,False,602,77,44,,None,,,,,,,"[{'screen_name': 'spookyozzy', 'name': '🦇 suburban communist mom 🦇', 'id': '828804166994718720'}, {'screen_name': 'slack2thefuture', 'name': 'David Slack', 'id': '215501778'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +7662,1008410980898914304,963119114804977667,1529258887000.0,2018-06-17 18:08:07,+0000,,"@TeslaCharts I don’t want to see anyone lose their money. Or I will at least provide fair warning before it happens, as I have done in the past.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008410980898914304,[],[],0,,False,799,74,74,,None,,,,,,,"[{'screen_name': 'TESLAcharts', 'name': 'TC, Chartoking', 'id': '962805945020702722'}]",,,, +7663,1008409974299508736,1008323189586489344,1529258647000.0,2018-06-17 18:04:07,+0000,,@slack2thefuture @doctorow You think all companies are bad and all unions good? That’s a very bigoted position.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008409974299508736,[],[],0,,False,529,276,36,,None,,,,,,,"[{'screen_name': 'slack2thefuture', 'name': 'David Slack', 'id': '215501778'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +7664,1008409208092438528,1008409208092438528,1529258465000.0,2018-06-17 18:01:05,+0000,,Well said https://t.co/lDPaIPLLzO,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1008409208092438528,['https://m.dailykos.com/stories/2018/5/29/1767826/-The-War-on-Tesla-Musk-and-the-Fight-for-the-Future'],[],0,,False,29621,1637,4983,,None,,,,,,,[],,,, +7665,1008407906268602368,963119114804977667,1529258154000.0,2018-06-17 17:55:54,+0000,,@TeslaCharts Then you’ll be fine,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008407906268602368,[],[],0,,False,492,19,21,,None,,,,,,,"[{'screen_name': 'TESLAcharts', 'name': 'TC', 'id': '962805945020702722'}]",,,, +7666,1008406652431654912,1008323189586489344,1529257855000.0,2018-06-17 17:50:55,+0000,,@JohnnaSabri @indiemusicfan9 @dimas_______ @Robotbeat @doctorow Exactly. Our NDA is actually shorter & simpler than most.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008406652431654912,[],[],0,,False,317,9,11,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +7667,1008406329398980608,1008323189586489344,1529257778000.0,2018-06-17 17:49:38,+0000,,"@indiemusicfan9 @dimas_______ @Robotbeat @doctorow ...which clearly doesn’t work. UAW and Wall Street shorts know every detail of what’s happening at Tesla. Storm clouds are gathering, so they’re getting desperate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008406329398980608,[],[],0,,False,351,8,22,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +7668,1008405624068104192,1008323189586489344,1529257610000.0,2018-06-17 17:46:50,+0000,,"@doctorow @dimas_______ @Robotbeat Then look a little closer, doctorow. Read the whole thread.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008405624068104192,[],[],0,,False,247,4,4,,None,,,,,,,"[{'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}, {'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}]",,,, +7669,1008404991516631040,1008323189586489344,1529257459000.0,2018-06-17 17:44:19,+0000,,@indiemusicfan9 @dimas_______ @Robotbeat @doctorow More propaganda. The NDA only prevents disclosure of Tesla proprietary IP or material non-public information (insider trading).,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008404991516631040,[],[],0,,False,366,6,15,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +7670,1008404147584921600,963119114804977667,1529257258000.0,2018-06-17 17:40:58,+0000,,@TeslaCharts How big is your short position? Just curious.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008404147584921600,[],[],0,,False,792,67,104,,None,,,,,,,"[{'screen_name': 'TESLAcharts', 'name': 'TC, Chartoking', 'id': '962805945020702722'}]",,,, +7671,1008403122207612928,1008323189586489344,1529257014000.0,2018-06-17 17:36:54,+0000,,@BobbieBees @dimas_______ @Robotbeat @doctorow Union flyers are handed out all the time in the factory. I know because people in the factory laugh at the ridiculous propaganda & hand them to me. This one guy’s claim about being stopped once in a parking lot is false and irrelevant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008403122207612928,[],[],0,,False,316,7,13,,None,,,,,,,"[{'screen_name': 'BobbieBees', 'name': 'Bobbie Bees', 'id': '342507990'}, {'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow AWAY UNTIL MAR 15', 'id': '2729061'}]",,,, +7672,1008401637528895488,1008323189586489344,1529256660000.0,2018-06-17 17:31:00,+0000,,"@doctorow I endorse freedom to form a union too, as well as freedom not to do so if they feel Tesla is a good company. UAW has major conflicts of interest & failed our car plant already when they abandoned us in 2010. Tesla can only hire 5% of applicants, so must be doing something right.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008401637528895488,[],[],0,,False,470,26,15,,None,,,,,,,"[{'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +7673,1008397942653218816,1008323189586489344,1529255779000.0,2018-06-17 17:16:19,+0000,,"@dimas_______ @Robotbeat @doctorow UAW doesn’t have 30% of signatures (about 6000 people) needed for a vote. They can’t even muster enough people for a free bbq. Instead, they’re getting paid trolls & far left shills to trash Tesla & me in press & social media. Such creeps.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008397942653218816,[],[],0,,False,547,33,29,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow AWAY UNTIL MAR 15', 'id': '2729061'}]",,,, +7674,1008393868381843456,1008323189586489344,1529254807000.0,2018-06-17 17:00:07,+0000,,"@TheSithSeth @doctorow I’m not against all unions, but UAW has a track record of destroying productivity so a company can’t compete on world market. Our current factory went bankrupt under UAW before we took it over. Don’t want Tesla to die too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/1008393868381843456,[],[],0,,False,444,30,23,,None,,,,,,,"[{'screen_name': 'ThesithSeth', 'name': 'Seth_thesith', 'id': '1259628525302059008'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +7675,1008392599210561537,1008323189586489344,1529254505000.0,2018-06-17 16:55:05,+0000,,"@Robotbeat @doctorow I am too, of sorts. Govt (ie other taxpayers) should take care of critical needs of people, incl defense, judiciary, health care, etc. Rest should be companies competing to provide best product or service to the people.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1008392599210561537,[],[],0,,False,476,54,27,,None,,,,,,,"[{'screen_name': 'Robotbeat', 'name': 'Robotbeat🗽🖖🏾', 'id': '82431632'}, {'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +7676,1008390757596581888,1008382021918494720,1529254066000.0,2018-06-17 16:47:46,+0000,,"@AntVenom @Shaynooooo @kausthav_ray @SpaceX Was originally called Puff the Magic Dragon, as people said I was high if though it could work, so I named it after their insult.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1008390757596581888,[],[],0,,False,755,25,49,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'Shaynooooo', 'name': '""Golf Enthusiast""', 'id': '2524586809'}, {'screen_name': 'kausthav_ray', 'name': 'Kausthav Ray', 'id': '754624167912275968'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +7677,1008389798740963329,1008323189586489344,1529253837000.0,2018-06-17 16:43:57,+0000,,"@doctorow Iain certainly wasn’t pro-union in the Culture books. At all. And wouldn’t be in the case of Tesla. Banks was about freedom through & through. Maybe for a single buyer (monopsony) vs single seller (monopoly), I would be too, but that’s a special case.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1008389798740963329,[],[],0,,False,733,92,30,,None,,,,,,,"[{'screen_name': 'doctorow', 'name': 'Cory Doctorow', 'id': '2729061'}]",,,, +7678,1008386640685850624,1008382021918494720,1529253084000.0,2018-06-17 16:31:24,+0000,,@Shaynooooo @kausthav_ray @SpaceX https://t.co/sYo8iIodjG,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1008386640685850624,['https://m.youtube.com/watch?v=HWnGZf4mBGs'],[],0,,False,598,14,29,,None,,,,,,,"[{'screen_name': 'Shaynooooo', 'name': '""Golf Enthusiast""', 'id': '2524586809'}, {'screen_name': 'kausthav_ray', 'name': 'Kausthav Ray', 'id': '754624167912275968'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +7679,1008385171744174080,1008382021918494720,1529252734000.0,2018-06-17 16:25:34,+0000,,"@leechy3 @kausthav_ray @SpaceX SX 300 & soon SX 500. Kind of a modern version of Inconel superalloys. High strength at temperature, extreme oxidation resistance. Needed for ~800 atmosphere, hot, oxygen-rich turbopump on Raptor rocket engine.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1008385171744174080,[],[],0,,False,603,27,43,,None,,,,,,,"[{'screen_name': 'leechy3', 'name': 'alicia hamblin🗿', 'id': '137795608'}, {'screen_name': 'kausthav_ray', 'name': 'Kausthav Ray', 'id': '754624167912275968'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +7680,1008382743606988800,1008382021918494720,1529252155000.0,2018-06-17 16:15:55,+0000,,"@kausthav_ray @SpaceX Structures, engines, avionics, guidance & control software, new alloys, space lasers (ooh, maybe I shouldn’t have said that) …",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1008382743606988800,[],[],0,,False,12229,283,638,,None,,,,,,,"[{'screen_name': 'kausthav_ray', 'name': 'Kausthav Ray', 'id': '754624167912275968'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +7681,1008381974266798080,1008345620153819136,1529251972000.0,2018-06-17 16:12:52,+0000,,@mayemusk @kimbal Love you too 💕,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/1008381974266798080,[],[],0,,False,1931,39,43,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +7682,1008326131798269952,1008191818788302849,1529238658000.0,2018-06-17 12:30:58,+0000,,@johngoo 👽🧚‍♀️🚀🍃🍄🍕🍕🍕,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1008326131798269952,[],[],0,,False,586,37,32,,None,,,,,,,"[{'screen_name': 'johngoo', 'name': 'John', 'id': '1469456036'}]",,,, +7683,1008324562663043074,1008191818788302849,1529238284000.0,2018-06-17 12:24:44,+0000,,@RealMariaLOVE Fair point,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1008324562663043074,[],[],0,,False,567,23,7,,None,,,,,,,"[{'screen_name': 'RealMariaLove', 'name': 'Maria Love', 'id': '441291297'}]",,,, +7684,1008318961539137537,1008191818788302849,1529236948000.0,2018-06-17 12:02:28,+0000,,"Auto-semiotic asphyxiation (sorry, couldn’t resist)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1008318961539137537,[],[],0,,False,4427,218,183,,None,,,,,,,[],,,, +7685,1008315086903996417,1007752686878388224,1529236024000.0,2018-06-17 11:47:04,+0000,,@AntVenom And I don’t trust that Engels guy. He could have made up most of 2nd & 3rd volumes. Nobody actually knows.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1008315086903996417,[],[],0,,False,819,45,100,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +7686,1008314270096896000,1008313124259270656,1529235830000.0,2018-06-17 11:43:50,+0000,,@drgitlin Your math isn’t very good. Would require 61%. And what’s your issue anyway? Better suggestions are welcome.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/1008314270096896000,[],[],0,,False,2269,101,74,,None,,,,,,,"[{'screen_name': 'drgitlin', 'name': 'Jonathan Gitlin', 'id': '2139671'}]",,,, +7687,1008191818788302849,1008191818788302849,1529206635000.0,2018-06-17 03:37:15,+0000,,The Semi-erotics of Evil https://t.co/g1pffKexRJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/1008191818788302849,['https://m.youtube.com/watch?v=SP2Kgabnaeo'],[],0,,False,9089,608,1379,,None,,,,,,,[],,,, +7688,1008176356033814528,1008170402969841664,1529202948000.0,2018-06-17 02:35:48,+0000,,@thetomzone I dare you to stop following me. Do it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1008176356033814528,[],[],0,,False,2292,66,61,,None,,,,,,,"[{'screen_name': 'thetomzone', 'name': 'lvl 46 dog-faced pony potus', 'id': '119756545'}]",,,, +7689,1008175546830938113,1008170402969841664,1529202756000.0,2018-06-17 02:32:36,+0000,,@Wi_Writer Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1008175546830938113,[],[],0,,False,5481,120,568,,None,,,,,,,[],,,, +7690,1008170402969841664,1008170402969841664,1529201529000.0,2018-06-17 02:12:09,+0000,,The enemy of my enemy is myself https://t.co/momMBAEuzU,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1008170402969841664,['https://twitter.com/robertwiblin/status/1008148499433738240'],[],0,,False,65323,879,7767,0,None,,,,,,,[],,,, +7691,1008166534399680513,1008012300979077121,1529200607000.0,2018-06-17 01:56:47,+0000,,@worldout_42 @Billsocalif @fnord3125 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1008166534399680513,[],[],0,,False,302,7,8,,None,,,,,,,"[{'screen_name': 'worldout_42', 'name': '👀 The High Sparrow 2020 edition', 'id': '1961477725'}, {'screen_name': 'Billsocalif', 'name': 'Bill Sabo', 'id': '283716626'}, {'screen_name': 'fnord3125', 'name': 'Unknown Tax Entity', 'id': '1233091'}]",,,, +7692,1008164588867555329,1008120904759402501,1529200143000.0,2018-06-17 01:49:03,+0000,,@Alix_SS @ZhouChauster Libertinarian,eu,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1008164588867555329,[],[],0,,False,781,29,27,,None,,,,,,,"[{'screen_name': 'alix_ss', 'name': 'alix-ss-rock', 'id': '1303310600408363010'}]",,,, +7693,1008124944289370113,1008123676582002689,1529190691000.0,2018-06-16 23:11:31,+0000,,"@michaelshermer Direct democracy by the people. Laws must be short, as there is trickery in length. Automatic expiration of rules to prevent death by bureaucracy. Any rule can be removed by 40% of people to overcome inertia. Freedom.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1008124944289370113,[],[],0,,False,17780,1697,2196,,None,,,,,,,"[{'screen_name': 'michaelshermer', 'name': 'Michael Shermer', 'id': '34868965'}]",,,, +7694,1008122748361568257,1008120904759402501,1529190167000.0,2018-06-16 23:02:47,+0000,,@rknDA1337 @FredoDeSmet The mind sacrificing itself in the final ship battle,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1008122748361568257,[],[],0,,False,784,42,22,,None,,,,,,,"[{'screen_name': 'rknDA1337', 'name': 'rknDA1337', 'id': '1024943078594027520'}, {'screen_name': 'FredoDeSmet', 'name': 'Fredo De Smet 📎', 'id': '20082759'}]",,,, +7695,1008121639337320454,1008120904759402501,1529189903000.0,2018-06-16 22:58:23,+0000,,"@FredoDeSmet All of them, especially Surface Detail",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1008121639337320454,[],[],0,,False,1286,70,36,,None,,,,,,,"[{'screen_name': 'FredoDeSmet', 'name': 'Fredo De Smet 📎', 'id': '20082759'}]",,,, +7696,1008120904759402501,1008120904759402501,1529189728000.0,2018-06-16 22:55:28,+0000,,"If you must know, I am a utopian anarchist of the kind best described by Iain Banks",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1008120904759402501,[],[],0,,False,30484,1840,2738,,None,,,,,,,[],,,, +7697,1008114586392846336,1008056598579896325,1529188221000.0,2018-06-16 22:30:21,+0000,,@AbeDurrani @NelStamp @RRescenko @peterthiel I disagree with that goal & gave away Tesla patents to help other companies https://t.co/HPK5R5UMS6,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1008114586392846336,['https://www.tesla.com/blog/all-our-patent-are-belong-you'],[],0,,False,530,22,36,,None,,,,,,,"[{'screen_name': 'NelStamp', 'name': 'Nelini Stamp 🐺🐜', 'id': '376243560'}, {'screen_name': 'RRescenko', 'name': 'RaimondsR', 'id': '953925204165709824'}, {'screen_name': 'peterthiel', 'name': 'Peter Thiel', 'id': '49736166'}]",,,, +7698,1008111802448777216,1008056598579896325,1529187558000.0,2018-06-16 22:19:18,+0000,,"@NelStamp @RRescenko If I’m not a communist, why do I make red cars 🚘 🤔",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1008111802448777216,[],[],0,,False,775,49,81,,None,,,,,,,"[{'screen_name': 'NelStamp', 'name': 'Nelini Stamp 🐺🐜', 'id': '376243560'}, {'screen_name': 'RRescenko', 'name': 'RaimondsR', 'id': '953925204165709824'}]",,,, +7699,1008109905209843712,1007752686878388224,1529187105000.0,2018-06-16 22:11:45,+0000,,"@kikkerin @soniasimone Very appealing if you’re a sophomore in college. It’s a counterpoint to communism and useful as such, but should be tempered with kindness.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1008109905209843712,[],[],0,,False,604,16,18,,None,,,,,,,"[{'screen_name': 'soniasimone', 'name': 'Sonia Simone', 'id': '9232572'}]",,,, +7700,1008107926895185921,1007752686878388224,1529186634000.0,2018-06-16 22:03:54,+0000,,@Gubisoul @monongahelaEX @AntVenom That is why it is critical to support competition. Excess profits draw in competitors who then drive down prices.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1008107926895185921,[],[],0,,False,1230,87,85,,None,,,,,,,"[{'screen_name': 'monongahelaEX', 'name': 'Boris Veigel', 'id': '41512767'}, {'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +7701,1008102269944860672,1007752686878388224,1529185285000.0,2018-06-16 21:41:25,+0000,,@soniasimone lol,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1008102269944860672,[],[],0,,False,1019,14,47,,None,,,,,,,"[{'screen_name': 'soniasimone', 'name': 'Sonia Simone', 'id': '9232572'}]",,,, +7702,1008101573472354304,1007752686878388224,1529185119000.0,2018-06-16 21:38:39,+0000,,"@monongahelaEX @AntVenom Read Das Kapital when I was 14, incl cross-checking English translation of original German. Adam Smith FTW obv. Ironically, future automation will naturally lead to greater equality of consumption. Monopolies are true enemy of people. Competing to serve is good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1008101573472354304,[],[],0,,False,1931,183,175,,None,,,,,,,"[{'screen_name': 'monongahelaEX', 'name': 'Boris Veigel', 'id': '41512767'}, {'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +7703,1008083495107772416,1008081295090450432,1529180809000.0,2018-06-16 20:26:49,+0000,,@Model3Owners @DMC_Ryan Might actually be his!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1008083495107772416,[],[],0,,False,1174,64,23,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +7704,1008081295090450432,1008081295090450432,1529180284000.0,2018-06-16 20:18:04,+0000,,Amazing work by Tesla team. Built entire new general assembly line in 3 weeks w minimal resources. Love u guys so much! Pic of 1st Model 3 dual motor performance coming off the line … https://t.co/Xr55P3fmGd,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1008081295090450432,[],['https://pbs.twimg.com/media/Df1slrgVQAATL5c.jpg'],1,https://pbs.twimg.com/media/Df1slrgVQAATL5c.jpg,False,45193,1385,4130,,None,,,,,,,[],,,, +7705,1008079815667113984,1008012300979077121,1529179931000.0,2018-06-16 20:12:11,+0000,,@fnord3125 You’re a docile puppet of the UAW. Be honest about what you are.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1008079815667113984,[],[],0,,False,429,17,9,,None,,,,,,,"[{'screen_name': 'fnord3125', 'name': 'Unknown Tax Entity', 'id': '1233091'}]",,,, +7706,1008078826386087936,214636339474345984,1529179696000.0,2018-06-16 20:08:16,+0000,,@christapeterso Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1008078826386087936,[],[],0,,False,257,9,6,,None,,,,,,,"[{'screen_name': 'christapeterso', 'name': 'bean', 'id': '292438708'}]",,,, +7707,1008014213741150208,1008012300979077121,1529164291000.0,2018-06-16 15:51:31,+0000,,@NickAPappas Sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1008014213741150208,[],[],0,,False,1871,49,35,,None,,,,,,,"[{'screen_name': 'NickAPappas', 'name': 'Nick Pappas', 'id': '3294572733'}]",,,, +7708,1008013111058526209,1008012300979077121,1529164028000.0,2018-06-16 15:47:08,+0000,,"By the way, I am actually a socialist. Just not the kind that shifts resources from most productive to least productive, pretending to do good, while actually causing harm. True socialism seeks greatest good for all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1008013111058526209,[],[],0,,False,40569,3801,5200,,None,,,,,,,[],,,, +7709,1008012300979077121,1008012300979077121,1529163835000.0,2018-06-16 15:43:55,+0000,,“No sense of humor” is certainly proving itself true. Good grief! How many socialists does it take to screw in a lightbulb? Answer: That’s not funny!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1008012300979077121,[],[],0,,False,46340,1076,4993,,None,,,,,,,[],,,, +7710,1008009529223598081,1007752686878388224,1529163174000.0,2018-06-16 15:32:54,+0000,,"@R850Mango @tinytacotown Boys High is a government school for anyone local, which we were",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1008009529223598081,[],[],0,,False,454,12,7,,None,,,,,,,"[{'screen_name': 'tinytacotown', 'name': 'Daniel “Spoons” Dresden', 'id': '1237353235'}]",,,, +7711,1007787164308869120,1007780580396683267,1529110158000.0,2018-06-16 00:49:18,+0000,,@KevinOConnorNBA Lake Show,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1007787164308869120,[],[],0,,False,5064,105,763,,None,,,,,,,"[{'screen_name': 'KevinOConnorNBA', 'name': ""Kevin O'Connor"", 'id': '35355156'}]",,,, +7712,1007780580396683267,1007780580396683267,1529108588000.0,2018-06-16 00:23:08,+0000,,"Heading back into the factory, so that’s enough for now. Don’t take my Tweet too seriously. For one thing, it’s called a “Tweet”.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1007780580396683267,[],[],0,,False,23603,711,1382,,None,,,,,,,[],,,, +7713,1007775323822460929,1007752686878388224,1529107335000.0,2018-06-16 00:02:15,+0000,,@elmaddogg @tinytacotown No,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1007775323822460929,[],[],0,,False,270,12,4,,None,,,,,,,"[{'screen_name': 'elmaddogg', 'name': 'Edward Maddalena', 'id': '248935266'}, {'screen_name': 'tinytacotown', 'name': 'Daniel “Spoons” Dresden', 'id': '1237353235'}]",,,, +7714,1007774899556028416,1007752686878388224,1529107234000.0,2018-06-16 00:00:34,+0000,,@tinytacotown My father has no money. Only reason he even has a house is because my brother & I bought it for him on condition that he not cause harm to others. That obviously failed.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/1007774899556028416,[],[],0,,False,1982,111,89,,None,,,,,,,"[{'screen_name': 'tinytacotown', 'name': 'Daniel “Spoons” Dresden', 'id': '1237353235'}]",,,, +7715,1007768708779999237,1007766450256392192,1529105758000.0,2018-06-15 23:35:58,+0000,,"@CarltonTSC There is considerable confusion between wealth as consumption & wealth as labor allocation. By latter measure, anyone in govt whose budget exceeds $1B is a billionaire. Government is the largest corporation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1007768708779999237,[],[],0,,False,9518,422,1213,,None,,,,,,,"[{'screen_name': 'CarltonTSC', 'name': 'Carlton J. Wilkinson', 'id': '508951953'}]",,,, +7716,1007766450256392192,1007766450256392192,1529105219000.0,2018-06-15 23:26:59,+0000,,Socialism vs capitalism is not even the right question. What really matters is avoiding monopolies that restrict people’s freedom.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1007766450256392192,[],[],0,,False,99121,2894,20762,,None,,,,,,,[],,,, +7717,1007762646182047744,1007752686878388224,1529104312000.0,2018-06-15 23:11:52,+0000,,@Jack_Frodo Universal income will be necessary over time if AI takes over most human jobs,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1007762646182047744,[],[],0,,False,6362,400,677,,None,,,,,,,"[{'screen_name': 'Jack_Frodo', 'name': 'Jack Joseph', 'id': '1162434020'}]",,,, +7718,1007758296336330753,1007752686878388224,1529103275000.0,2018-06-15 22:54:35,+0000,,@AntVenom Marx was a capitalist. He even wrote a book about it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1007758296336330753,[],[],0,,False,8851,2012,2557,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +7719,1007757625646182400,1007752686878388224,1529103115000.0,2018-06-15 22:51:55,+0000,,@AntVenom A socialist,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1007757625646182400,[],[],0,,False,15862,642,1286,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +7720,1007752686878388224,1007752686878388224,1529101938000.0,2018-06-15 22:32:18,+0000,,"Those who proclaim themselves “socialists” are usually depressing, have no sense of humor & attended an expensive college. Fate loves irony.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1007752686878388224,[],[],0,,False,150065,5367,34024,,None,,,,,,,[],,,, +7721,1007680749326065664,993007294978895872,1529084787000.0,2018-06-15 17:46:27,+0000,,@publicfreeman @BlackSocialists What is yours?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1007680749326065664,[],[],0,,False,337,43,7,,None,,,,,,,"[{'screen_name': 'BlackSocialists', 'name': 'Black Socialists in America', 'id': '942566438019231744'}]",,,, +7722,1007680326934585344,993007294978895872,1529084686000.0,2018-06-15 17:44:46,+0000,,@BlackSocialists What is your utopia?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1007680326934585344,[],[],0,,False,452,95,42,,None,,,,,,,"[{'screen_name': 'BlackSocialists', 'name': 'Black Socialists in America', 'id': '942566438019231744'}]",,,, +7723,1007679828303024128,1007665949044928517,1529084567000.0,2018-06-15 17:42:47,+0000,,@MobiiliMika The future is a set of branching probability streams. Some actions by humanity have an extremely leveraged effect on shape & size of those streams.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1007679828303024128,[],[],0,,False,1361,74,183,,None,,,,,,,"[{'screen_name': 'MobiiliMika', 'name': 'Mika Saastamoinen', 'id': '468262815'}]",,,, +7724,1007669712539414528,1007669550307950592,1529082155000.0,2018-06-15 17:02:35,+0000,,@FernandoGords68 @BillNye @neiltyson Strongly disagree. I love humanity.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1007669712539414528,[],[],0,,False,650,36,39,,None,,,,,,,"[{'screen_name': 'BillNye', 'name': 'Bill Nye', 'id': '37710752'}, {'screen_name': 'neiltyson', 'name': 'Neil deGrasse Tyson', 'id': '19725644'}]",,,, +7725,1007669485065547776,1007665949044928517,1529082101000.0,2018-06-15 17:01:41,+0000,,"@LanceUlanoff @lea_bitterwolf @jlgolson Already did. Meant to go longer, but ran out of time. https://t.co/s8g76wTqLl",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1007669485065547776,[],"['https://pbs.twimg.com/media/Dfv2CPPVQAE2rGF.jpg', 'https://pbs.twimg.com/media/Dfv2COzU8AA_wsy.jpg']",1,https://pbs.twimg.com/media/Dfv2CPPVQAE2rGF.jpg,False,2450,49,255,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}, {'screen_name': 'lea_bitterwolf', 'name': 'Lea Bitterwolf', 'id': '961008106267439104'}, {'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +7726,1007668628794175489,1007665949044928517,1529081897000.0,2018-06-15 16:58:17,+0000,,@lea_bitterwolf @jlgolson I always wanted to do a terms & conditions cover of Green Eggs & Ham,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1007668628794175489,[],[],0,,False,1246,18,41,,None,,,,,,,"[{'screen_name': 'lea_bitterwolf', 'name': 'Lea Bitterwolf', 'id': '961008106267439104'}, {'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +7727,1007668113591005184,1007665949044928517,1529081774000.0,2018-06-15 16:56:14,+0000,,@gcortes Foundation Series & Zeroth Law are fundamental to creation of SpaceX,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1007668113591005184,[],[],0,,False,1182,44,104,,None,,,,,,,"[{'screen_name': 'gcortes', 'name': 'Guardian', 'id': '724889886'}]",,,, +7728,1007667617060941824,1007665949044928517,1529081656000.0,2018-06-15 16:54:16,+0000,,@PaulVerstegen1 I love Banks. Best books in recent years imo are Iain Banks & George Martin.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1007667617060941824,[],[],0,,False,775,53,53,,None,,,,,,,"[{'screen_name': 'PaulVerstegen1', 'name': 'Paul Verstegen', 'id': '407411285'}]",,,, +7729,1007667079892254720,1007665949044928517,1529081528000.0,2018-06-15 16:52:08,+0000,,"@jlgolson Given how bad I am at poetry, probably Vogon",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1007667079892254720,[],[],0,,False,2112,62,74,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +7730,1007665949044928517,1007665949044928517,1529081258000.0,2018-06-15 16:47:38,+0000,,Should prob articulate philosophy underlying my actions. It’s pretty simple & mostly influenced by Douglas Adams & Isaac Asimov.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1007665949044928517,[],[],0,,False,25414,1166,2139,,None,,,,,,,[],,,, +7731,1007664788325818369,1007647898161463297,1529080981000.0,2018-06-15 16:43:01,+0000,,@annerajb @FredericLambert My donations are anonymous,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1007664788325818369,[],[],0,,False,2273,71,92,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +7732,1007663283648647169,1007647898161463297,1529080622000.0,2018-06-15 16:37:02,+0000,,@FredericLambert Already sold >$100M TSLA for charity. Will do about that every few years. Major disbursements in about 20 years when Tesla is steady state.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1007663283648647169,[],[],0,,False,2458,53,157,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +7733,1007647898161463297,1007647898161463297,1529076954000.0,2018-06-15 15:35:54,+0000,,"My “pay” is in options, which only matter if stock goes up & I sell. Will use that to make life multiplanetary, help education & environment on Earth w my foundation. Just don’t want us to be sad about the future. https://t.co/l3YEvjvyuz",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/1007647898161463297,['https://twitter.com/norbertelekes/status/1007635225675993089'],[],0,,False,73557,1342,12420,https://twitter.com/norbertelekes/status/1007635225675993089,None,,,,,,,[],,,, +7734,1007076304095625216,1007010099255111680,1528940676000.0,2018-06-14 01:44:36,+0000,,@ralphbakshi Dankonia,lt,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/1007076304095625216,[],[],0,,False,10052,119,898,,None,,,,,,,"[{'screen_name': 'ralphbakshi', 'name': 'Ralph Bakshi', 'id': '16962208'}]",,,, +7735,1006968985760366592,1006607291746082816,1528915089000.0,2018-06-13 18:38:09,+0000,,@korihale @Tesla @CultureBanx @Forbes We use less than 3% cobalt in our batteries & will use none in next gen,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/1006968985760366592,[],[],0,,False,12741,298,887,,None,,,,,,,"[{'screen_name': 'korihale', 'name': 'Kori Hale', 'id': '19989038'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'CultureBanx', 'name': 'CultureBanx', 'id': '966363689115947009'}, {'screen_name': 'Forbes', 'name': 'Forbes', 'id': '91478624'}]",,,, +7736,1006951781069291521,1006940266559762432,1528910987000.0,2018-06-13 17:29:47,+0000,,"@kwang0429 Yes, interface will change with Version 9 software",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/1006951781069291521,[],[],0,,False,627,20,31,,None,,,,,,,"[{'screen_name': 'kwang0429', 'name': 'Kevin Wang', 'id': '712758408332447744'}]",,,, +7737,1006755636141424640,1006751054099296256,1528864222000.0,2018-06-13 04:30:22,+0000,,"@ifnd323 Will be adjusting screen alert to clarify that we mean “slight up or downward force on the wheel”, not really “hold the wheel”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1006755636141424640,[],[],0,,False,478,101,18,,None,,,,,,,"[{'screen_name': 'ifnd323', 'name': 'Peter McCullough', 'id': '259488675'}]",,,, +7738,1006643600891842561,1006597562156003328,1528837511000.0,2018-06-12 21:05:11,+0000,,"@arctechinc Some very, very tough calls. Had to let go of good people, but I think they will find new jobs quickly.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/1006643600891842561,[],[],0,,False,2217,119,61,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +7739,1006597562156003328,1006597562156003328,1528826535000.0,2018-06-12 18:02:15,+0000,,"Difficult, but necessary Tesla reorg underway. My email to the company has already leaked to media. Here it is unfiltered: https://t.co/4LToWoxScx",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1006597562156003328,[],"['https://pbs.twimg.com/media/DfgnI0GVQAASPJZ.jpg', 'https://pbs.twimg.com/media/DfgnI0GUcAAqCij.jpg', 'https://pbs.twimg.com/media/DfgnI0GU0AEPTu5.jpg']",1,https://pbs.twimg.com/media/DfgnI0GVQAASPJZ.jpg,False,65197,1770,9446,,None,,,,,,,[],,,, +7740,1006312299244605441,1006208997114851329,1528758523000.0,2018-06-11 23:08:43,+0000,,@NabilZouhir1 @mayemusk @kimbal That is actual footage,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1006312299244605441,[],[],0,,False,806,26,25,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +7741,1006311825833541632,1006208997114851329,1528758410000.0,2018-06-11 23:06:50,+0000,,@mayemusk @kimbal Back in the Precambrian era when the main form of life was a sponge,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1006311825833541632,[],[],0,,False,864,41,45,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'kimbal', 'name': 'Kimbal Musk', 'id': '4767021'}]",,,, +7742,1005951447169581056,1005577738332172289,1528672489000.0,2018-06-10 23:14:49,+0000,,@joerogan @Off_thewalls @MKBHD Thanks! Have heard universally great things about your podcasts.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/1005951447169581056,[],[],0,,False,8667,343,450,,None,,,,,,,"[{'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'Off_thewalls', 'name': '🌎', 'id': '3256443181'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +7743,1005907548476588032,1005865850920787969,1528662023000.0,2018-06-10 20:20:23,+0000,,"@garyflickinger @OchamsRazr @VR0NLINE Of course, but it’s the kind of hustle that you like even with full knowledge. People can obv read the Internet & anyone who wants a refund will get one. I predict basically zero. The honest-to-goodness fun value is amazing & we’re never going to make them again.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1005907548476588032,[],[],0,,False,639,86,23,,None,,,,,,,"[{'screen_name': 'garyflickinger', 'name': 'REPLY GUY SMILEY', 'id': '71989260'}, {'screen_name': 'OchamsRazr', 'name': 'Socially Distant Cousin', 'id': '4064124317'}, {'screen_name': 'VR0NLINE', 'name': 'veronica online', 'id': '714567667055595520'}]",,,, +7744,1005904638137139200,1005775631324536832,1528661329000.0,2018-06-10 20:08:49,+0000,,"@Erdayastronaut @Lord_Lima_Bean @UHDDreamer @LanceUlanoff Trade is just that Roadster becomes a 2 seater instead of a 2+2. COPV in place of the kid seats, which is prob wise for many reasons",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1005904638137139200,[],[],0,,False,946,46,52,,None,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Lord_Lima_Bean', 'name': 'Lima Bean', 'id': '737461860220309504'}, {'screen_name': 'UHDDreamer', 'name': 'Simon Crowe #FBPE💙', 'id': '2873335164'}, {'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +7745,1005902575353204736,1005775631324536832,1528660837000.0,2018-06-10 20:00:37,+0000,,"@Lord_Lima_Bean @UHDDreamer @LanceUlanoff Exactly. Total energy stored even in ultra compressed air is low vs battery, but power output is insane. The composite overwrapped pressure vessel (COPV) is most advanced ever made. It’s what SpaceX is qualifying for NASA crewed missions. Extremely robust — literally bulletproof.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/1005902575353204736,[],[],0,,False,926,52,64,,None,,,,,,,"[{'screen_name': 'Lord_Lima_Bean', 'name': 'Lima Bean', 'id': '737461860220309504'}, {'screen_name': 'UHDDreamer', 'name': 'Simon Crowe #FBPE💙', 'id': '2873335164'}, {'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +7746,1005900081793359872,1005775631324536832,1528660242000.0,2018-06-10 19:50:42,+0000,,@Caio_1999_ @LanceUlanoff Not recommended for urban environments,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1005900081793359872,[],[],0,,False,584,21,18,,None,,,,,,,"[{'screen_name': 'Caio_1999_', 'name': 'Caio Camilo', 'id': '2820836379'}, {'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +7747,1005899638665240576,1005775631324536832,1528660137000.0,2018-06-10 19:48:57,+0000,,@ThatGuyKnapp @LanceUlanoff Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1005899638665240576,[],[],0,,False,578,20,15,,None,,,,,,,"[{'screen_name': 'ThatGuyKnapp', 'name': 'Ryan Knapp', 'id': '2893787222'}, {'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +7748,1005899053551370240,1005660945451048960,1528659997000.0,2018-06-10 19:46:37,+0000,,"@poriya_ravi @WorldAndScience The actual amount of time I spend on Twitter is tiny. My tweets are literally what I’m thinking at the moment, not carefully crafted corporate bs, which is really just banal propaganda.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1005899053551370240,[],[],0,,False,1347,61,133,,None,,,,,,,"[{'screen_name': 'poriya_ravi', 'name': 'Ravi', 'id': '2463720289'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +7749,1005896761091604480,1005660945451048960,1528659451000.0,2018-06-10 19:37:31,+0000,,@oheather1337 @WorldAndScience It is amazingly hard to find a simple solution. A complicated one is relatively easy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/1005896761091604480,[],[],0,,False,1119,38,110,,None,,,,,,,"[{'screen_name': 'oheather1337', 'name': 'Heather Leet \U0001fa90', 'id': '2179394869'}, {'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +7750,1005884215039176704,1005660945451048960,1528656459000.0,2018-06-10 18:47:39,+0000,,@WorldAndScience Love this design. Simpler the better.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1005884215039176704,[],[],0,,False,13299,157,397,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +7751,1005879678895177729,1005875799675850752,1528655378000.0,2018-06-10 18:29:38,+0000,,@DeeLex_MCEM @VHollywood21 Add an R for Roadster 👽💕🚀,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1005879678895177729,[],[],0,,False,572,36,22,,None,,,,,,,"[{'screen_name': 'VHollywood21', 'name': 'chrisvollmer', 'id': '259762746'}]",,,, +7752,1005879049493725186,1005876924126621696,1528655228000.0,2018-06-10 18:27:08,+0000,,"@raptorweb Sigh. This is crux of matter: can’t make system too annoying or people won’t use it, negatively affecting safety, but also can’t allow people to get too complacent or safety again suffers. Latest update should have a positive effect on latter issue especially.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1005879049493725186,[],[],0,,False,560,74,25,,None,,,,,,,"[{'screen_name': 'raptorweb', 'name': 'Dan Holtz', 'id': '14731145'}]",,,, +7753,1005877098035048448,1005577738332172289,1528654763000.0,2018-06-10 18:19:23,+0000,,@Off_thewalls @MKBHD @joerogan A lot of people whose judgment I respect have suggested this. Sounds like a good idea. Will do so after Model 3 production reaches 5k/week steady.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1005877098035048448,[],[],0,,False,5907,66,269,,None,,,,,,,"[{'screen_name': 'Off_thewalls', 'name': '🌎', 'id': '3256443181'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +7754,1005876491345752064,1005875799675850752,1528654618000.0,2018-06-10 18:16:58,+0000,,"@VHollywood21 Yes. Hopefully, I’m not tempting fate too much with that date. It was meant as a joke, but is about the right actual timing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1005876491345752064,[],[],0,,False,521,17,19,,None,,,,,,,"[{'screen_name': 'VHollywood21', 'name': 'chrisvollmer', 'id': '259762746'}]",,,, +7755,1005875421999554560,1005577738332172289,1528654363000.0,2018-06-10 18:12:43,+0000,,@MKBHD Will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1005875421999554560,[],[],0,,False,10830,188,311,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +7756,1005874658015522816,1005577738332172289,1528654181000.0,2018-06-10 18:09:41,+0000,,"@bartjehoel @djenkins6 Correct, pure electric. Wish orbital rockets could be so too, but there’s no escaping Newton’s Third Law. SpaceX is already developing high efficiency CO2 capture with H2O to form liquid CH4 (methane) & O2. Critical for propellant production at Mars Base Alpha.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/1005874658015522816,[],[],0,,False,1294,55,116,,None,,,,,,,"[{'screen_name': 'bartjehoel', 'name': 'Bart Jehoel', 'id': '115206725'}, {'screen_name': 'djenkins6', 'name': 'David Jenkins', 'id': '16325944'}]",,,, +7757,1005788654386606080,1005577738332172289,1528633676000.0,2018-06-10 12:27:56,+0000,,"@MKBHD You have my word, Marques. Next gen Roadster will be absolutely out of this world. For those who love to drive, there is no finer car in history and we don’t think there will be another.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1005788654386606080,[],[],0,,False,16526,189,1018,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +7758,1005785859558273024,1005775631324536832,1528633010000.0,2018-06-10 12:16:50,+0000,,"@LanceUlanoff Note, gas contained would be ultra high pressure air in a SpaceX rocket COPV bottle. The air exiting the thrusters would immediately be replenished whenever vehicle pack power draw allowed operation of the air pump, which is most of the time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1005785859558273024,[],[],0,,False,3128,109,189,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +7759,1005784176950370305,1005775631324536832,1528632609000.0,2018-06-10 12:10:09,+0000,,"@LanceUlanoff Intent of new Tesla Roadster is to beat gas sports cars on every performance metric by far, no exceptions, thus transferring the “halo crown” effect gas cars have as the top speed leaders over to pure electric.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1005784176950370305,[],[],0,,False,4911,136,382,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +7760,1005782088841232385,1004118655230078977,1528632111000.0,2018-06-10 12:01:51,+0000,,"@anandrajk @lexiheft @Tesla That issue is better in latest Autopilot software rolling out now & fully fixed in August update as part of our long-awaited Tesla Version 9. To date, Autopilot resources have rightly focused entirely on safety. With V9, we will begin to enable full self-driving features.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/1005782088841232385,[],[],0,,False,995,82,143,,None,,,,,,,"[{'screen_name': 'anandrajk', 'name': 'Anand Krishnamurthy', 'id': '15695450'}, {'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7761,1005699514630471680,1005577738332172289,1528612423000.0,2018-06-10 06:33:43,+0000,,"This is why I’m not impressed when reporters who were literally in junior high while I was in newsrooms all round the world say that if I only knew how newsrooms really worked, then I’d know everything’s fine & no need for a media credibility rating system like Pravduh 🤔",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1005699514630471680,[],[],0,,False,22671,608,1847,,None,,,,,,,[],,,, +7762,1005695924318842880,1005577738332172289,1528611567000.0,2018-06-10 06:19:27,+0000,,"Zip2 also built a newspaper publishing platform that brought hundreds of regional & city papers online for the first time, and made major functionality advancements to the NY Times, Boston Globe & Knight-Ridder websites. NYT, KR & Hearst were all major investors in Zip2.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1005695924318842880,[],[],0,,False,11199,118,645,,None,,,,,,,[],,,, +7763,1005662117796540416,1005577738332172289,1528603507000.0,2018-06-10 04:05:07,+0000,,@trace_remick @FredericLambert 20 years of intense programming on extremely weak CPUs with nothing for memory & a straw for bandwidth tends to burn itself onto your 🧠 like a branding iron. Can still remember trying to squeeze fractions of a millisecond out of the /?€}%$& fetch_joystick_state function.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/1005662117796540416,[],[],0,,False,777,29,42,,None,,,,,,,"[{'screen_name': 'trace_remick', 'name': 'Trace', 'id': '964223496669794306'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +7764,1005643673353064448,1005577738332172289,1528599110000.0,2018-06-10 02:51:50,+0000,,"@FredericLambert In early 90s, I wrote a multitasker for PCs that spoofed the CPU & CD-ROM to act in parallel, so could read video continuously while player sprite moved smoothly. Required C++, assembly & direct flipping of CPU registers. That company’s name was Rocket Science. Fate loves irony.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1005643673353064448,[],[],0,,False,1085,51,76,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +7765,1005639487995592705,1005577738332172289,1528598112000.0,2018-06-10 02:35:12,+0000,,"@FredericLambert That’s quite a blast from the past! After my Zip2 experience w patents, I felt that patents (particularly software) inhibited innovation, instead of fostering it. I aspired to file zero patents after that. In 2014, we open-sourced all Tesla patents https://t.co/HPK5R5UMS6",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1005639487995592705,['https://www.tesla.com/blog/all-our-patent-are-belong-you'],[],0,,False,971,37,103,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +7766,1005596879848030209,1005577738332172289,1528587953000.0,2018-06-09 23:45:53,+0000,,"At Zip2, I wrote entire V1 of software for drawing vector maps & calculating point to point directions anywhere in US (first ever company to do so), as well as white pages & business listings w reviews (an early Yelp). Also wrote V1 of classifieds, autotrading & real estate apps.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1005596879848030209,[],[],0,,False,14743,287,1025,,None,,,,,,,[],,,, +7767,1005593651219582977,1005577738332172289,1528587184000.0,2018-06-09 23:33:04,+0000,,"More background: I arrived in North America at 17 w $2000, a backpack & a suitcase full of books. Paid my own way thru college. Dropped out of Stanford Eng/Phys grad school w $110k in college debt. Created Internet startup w bro & Greg Khouri (love bro & loved Greg, may he RIP)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1005593651219582977,[],[],0,,False,27944,526,3655,,None,,,,,,,[],,,, +7768,1005591117557989377,1005582366268534785,1528586580000.0,2018-06-09 23:23:00,+0000,,"@FrankIppolito @boringcompany We don’t think our product will be the cause of any wildfires, but The Boring Company is donating $10k.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1005591117557989377,[],[],0,,False,4709,34,164,,None,,,,,,,"[{'screen_name': 'FrankIppolito', 'name': 'Frank Ippolito', 'id': '233453193'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +7769,1005585154373386240,1005577738332172289,1528585158000.0,2018-06-09 22:59:18,+0000,,"@djenkins6 Using the config you describe, plus an electric pump to replenish air in COPV, when car power draw drops below max pack power output, makes sense. But we are going to go a lot further.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1005585154373386240,[],[],0,,False,2301,78,102,,None,,,,,,,"[{'screen_name': 'djenkins6', 'name': 'David Jenkins', 'id': '16325944'}]",,,, +7770,1005582744980606976,1005577738332172289,1528584583000.0,2018-06-09 22:49:43,+0000,,"19 years ago, when my 1st company got bought, I had to decide between buying a house in Palo Alto or a McLaren F1 (best car ever imo). Was no contest. I bought F1 & a small condo that was much cheaper than the car. New Tesla Roadster will exceed all gas sports cars in every way…",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1005582744980606976,[],[],0,,False,24432,529,2715,,None,,,,,,,[],,,, +7771,1005577738332172289,1005577738332172289,1528583390000.0,2018-06-09 22:29:50,+0000,,"SpaceX option package for new Tesla Roadster will include ~10 small rocket thrusters arranged seamlessly around car. These rocket engines dramatically improve acceleration, top speed, braking & cornering. Maybe they will even allow a Tesla to fly …",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1005577738332172289,[],[],0,,False,58144,2014,8210,,None,,,,,,,[],,,, +7772,1005564275656568832,1005564275656568832,1528580180000.0,2018-06-09 21:36:20,+0000,,"Terms & conditions for “Not-a-Flamethrower” Please use as directed to avoid unintentionally burning things down. For simple & concise instructions, we drew upon wisdom in great Dr Seuss book “Green Eggs and Ham”. #ThrowFlamesResponsibly https://t.co/kgj8W8EOLJ",en,['throwflamesresponsibly'],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1005564275656568832,[],"['https://pbs.twimg.com/media/DfR7X-fU0AAhoZC.jpg', 'https://pbs.twimg.com/media/DfR7X-gUcAAK1Y4.jpg']",1,https://pbs.twimg.com/media/DfR7X-fU0AAhoZC.jpg,False,43619,717,8258,,None,,,,,,,[],,,, +7773,1005553979386880000,1005553979386880000,1528577725000.0,2018-06-09 20:55:25,+0000,,"Almost forgot! Due to recent regulatory/customs rules enacted to inhibit transport of anything called a Flamethrower, we have renamed our product: “Not a Flamethrower”.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1005553979386880000,[],[],0,,False,96976,1209,12172,,None,,,,,,,[],,,, +7774,1005550302831861761,1005545013785182208,1528576849000.0,2018-06-09 20:40:49,+0000,,@darth_schmoo Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1005550302831861761,[],[],0,,False,1649,40,67,,None,,,,,,,"[{'screen_name': 'darth_schmoo', 'name': 'Bryce Anderson', 'id': '7628052'}]",,,, +7775,1005550181054443520,1005535664366968832,1528576820000.0,2018-06-09 20:40:20,+0000,,@SPPhotonic Each flamethrower comes with a state-of-the-art The Boring Company brand fire extinguisher. Will offer a TBC ice blaster before the dry season starts in winter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1005550181054443520,[],[],0,,False,2821,94,141,,None,,,,,,,"[{'screen_name': 'SPPhotonic', 'name': 'spphotonic.com 🇺🇸🚀⚡️❄️', 'id': '341686687'}]",,,, +7776,1005549006573846528,1005535664366968832,1528576540000.0,2018-06-09 20:35:40,+0000,,"Flamethrower obv best way to light your fireplace/BBQ. No more need to use a dainty “match” to ignite! If no wood, just drop your flamethrower in fire place! It will generate way more warmth than a quaint pile of logs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1005549006573846528,[],[],0,,False,22775,526,2282,,None,,,,,,,[],,,, +7777,1005544620854349824,1000204113953439744,1528575494000.0,2018-06-09 20:18:14,+0000,,@teslamarcus1 Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1005544620854349824,[],[],0,,False,337,8,16,,None,,,,,,,"[{'screen_name': 'teslamarcus1', 'name': 'teslamarcus', 'id': '4698614610'}]",,,, +7778,1005544618207744000,1005542695903694848,1528575493000.0,2018-06-09 20:18:13,+0000,,@mikesidneyphoto I think so :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1005544618207744000,[],[],0,,False,312,6,7,,None,,,,,,,"[{'screen_name': 'mikesidneyphoto', 'name': 'Mike Sidney', 'id': '35829158'}]",,,, +7779,1005537267912400896,1005535664366968832,1528573741000.0,2018-06-09 19:49:01,+0000,,Nothing makes your baby more zen than a few gentle puffs of a TBC Flamethrower https://t.co/HewJf66hh2,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1005537267912400896,[],['https://pbs.twimg.com/media/DfRizWnU8AA7g7n.jpg'],1,https://pbs.twimg.com/media/DfRizWnU8AA7g7n.jpg,False,21032,526,1944,,None,,,,,,,[],,,, +7780,1005535664366968832,1005535664366968832,1528573358000.0,2018-06-09 19:42:38,+0000,,First 1000 Boring Company Flamethrowers being picked up today! https://t.co/hBMp5fGzAB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1005535664366968832,[],"['https://pbs.twimg.com/media/DfRhVYHU0AEEe_8.jpg', 'https://pbs.twimg.com/media/DfRhVYHU0AAUaNw.jpg', 'https://pbs.twimg.com/media/DfRhVYGUwAA9f-f.jpg']",1,https://pbs.twimg.com/media/DfRhVYHU0AEEe_8.jpg,False,64331,1803,7592,,None,,,,,,,[],,,, +7781,1005139802826526720,1004865658859839489,1528478978000.0,2018-06-08 17:29:38,+0000,,@teslaology @DMC_Ryan @Tesla We’re building out Tesla body repair in all major metro areas to ensure super fast & excellent outcome,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1005139802826526720,[],[],0,,False,726,43,53,,None,,,,,,,"[{'screen_name': 'teslaology', 'name': 'Teslaology', 'id': '835582779773472769'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7782,1005138469243383808,1004865658859839489,1528478660000.0,2018-06-08 17:24:20,+0000,,@DMC_Ryan Talked with Tesla team. Looks like we can do the aluminum Model 3 pedal covers (slightly different from S). Turning on production for Model 3 Performance version.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1005138469243383808,[],[],0,,False,844,57,64,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +7783,1005133546665566208,1005127272515371008,1528477486000.0,2018-06-08 17:04:46,+0000,,@pmnordkvist Gigafactory should be on 100% renewable energy (primarily solar with some wind) by next year. Rollout of solar already begun.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1005133546665566208,[],[],0,,False,7127,138,455,,None,,,,,,,"[{'screen_name': 'pmnordkvist', 'name': 'Cringe Dad', 'id': '14838580'}]",,,, +7784,1005120018340765696,1004936605797212160,1528474261000.0,2018-06-08 16:11:01,+0000,,"@Nate_072 @SpaceX Yeah, actually closer to Skylab, but with 50% larger inner diameter",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/1005120018340765696,[],[],0,,False,989,39,27,,None,,,,,,,"[{'screen_name': 'Nate_072', 'name': 'Nate', 'id': '182928094'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +7785,1004937668612898817,1004936605797212160,1528430785000.0,2018-06-08 04:06:25,+0000,,And we’re definitely going to have a pod bay door override button. Lesson learned.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1004937668612898817,[],[],0,,False,30169,623,1992,,None,,,,,,,[],,,, +7786,1004937330409418753,1004928575546552322,1528430705000.0,2018-06-08 04:05:05,+0000,,"@MKBHD Definitely. Will also have Augmented Mode that will massively enhance human driving ability. Like a flying metal suit, but in car form …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1004937330409418753,[],[],0,,False,12501,217,699,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +7787,1004936605797212160,1004936605797212160,1528430532000.0,2018-06-08 04:02:12,+0000,,Running track in @SpaceX BF Spaceship will look something like this https://t.co/563upTfV58,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/1004936605797212160,[],['https://pbs.twimg.com/tweet_video_thumb/DfJAehHV4AEGpYj.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/DfJAehHV4AEGpYj.jpg,False,48994,1132,6709,,None,,,,,,,[],,,, +7788,1004866833822842882,1004865658859839489,1528413897000.0,2018-06-07 23:24:57,+0000,,"@DMC_Ryan No plans for aluminum pedals. Adds too much production complexity. Model 3 will def have summon, which will get way more advanced for S & X w HW2 Autopilot & all Model 3 cars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/1004866833822842882,[],[],0,,False,691,40,42,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +7789,1004857328120709120,1004845714164232194,1528411631000.0,2018-06-07 22:47:11,+0000,,@jovanik21 @Tesla Working on improving,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/1004857328120709120,[],[],0,,False,427,13,15,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7790,1004816355948806144,1004792846182801408,1528401862000.0,2018-06-07 20:04:22,+0000,,"@ElliottGotkine No way 6 mins is enough for abs. I mean, come on, 7 mins is obv right.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1004816355948806144,[],[],0,,False,454,23,10,,None,,,,,,,"[{'screen_name': 'ElliottGotkine', 'name': 'Elliott Gotkine', 'id': '53066734'}]",,,, +7791,1004794907377090560,1004792846182801408,1528396748000.0,2018-06-07 18:39:08,+0000,,"@dprzygoda Oh please, that’s obv overkill",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1004794907377090560,[],[],0,,False,733,34,14,,None,,,,,,,"[{'screen_name': 'dprzygoda', 'name': 'Dan Przygoda', 'id': '23404225'}]",,,, +7792,1004792846182801408,1004792846182801408,1528396257000.0,2018-06-07 18:30:57,+0000,,Tip of the day … https://t.co/MjbYlseX45,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/1004792846182801408,['https://twitter.com/elonmusk/status/872257953373368320'],[],0,,False,12794,416,910,https://twitter.com/elonmusk/status/872257953373368320,None,,,,,,,[],,,, +7793,1004212406849978368,1004118655230078977,1528257869000.0,2018-06-06 04:04:29,+0000,,@lexiheft @Tesla Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/1004212406849978368,[],[],0,,False,1046,65,35,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7794,1004167764590788609,1004151909761060864,1528247226000.0,2018-06-06 01:07:06,+0000,,"@shwetp We are ramping production as fast as possible. Wait should be closer to 6 months though, not 2 years.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/1004167764590788609,[],[],0,,False,583,35,23,,None,,,,,,,"[{'screen_name': 'shwetp', 'name': 'Shwet Prabhat', 'id': '61276936'}]",,,, +7795,1004081880340168704,1004077275451678720,1528226749000.0,2018-06-05 19:25:49,+0000,,@WSJ Congratulations @murraymatt. Good move by @WSJ. Please use Matt’s Twitter pic. Essence of a good editor,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/1004081880340168704,[],[],0,,False,1685,26,53,,None,,,,,,,"[{'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +7796,1003916871693791232,1003852615052980224,1528187408000.0,2018-06-05 08:30:08,+0000,,"@ang3lwtf Yup, we are extending the net area by a factor of 4",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/1003916871693791232,[],[],0,,False,767,78,42,,None,,,,,,,"[{'screen_name': 'ang3lwtf', 'name': 'Angel Garcia', 'id': '192709561'}]",,,, +7797,1003725887756386304,1003725887756386304,1528141874000.0,2018-06-04 19:51:14,+0000,,"Am def not under any illusion that this will end illiteracy, but I hope it helps at least a little https://t.co/06IA9Xy6bL",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/1003725887756386304,['https://www.forbes.com/sites/peterhigh/2018/06/04/elon-musk-funded-xprize-is-one-step-closer-to-ending-global-illiteracy/?utm_source=yahoo&utm_medium=partner&utm_campaign=yahootix&partner=yahootix&yptr=yahoo#62b6267b4465'],[],0,,False,22055,763,2473,,None,,,,,,,[],,,, +7798,1003701407004758016,1003689885440491520,1528136037000.0,2018-06-04 18:13:57,+0000,,"@sonic_hedgehog Good morning, Sonic. Not sure how to break it to you, but … https://t.co/RPpOchBMKJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/1003701407004758016,['https://www.theonion.com/new-mit-study-suggests-sonic-the-hedgehog-might-be-livi-1819580078'],[],0,,False,29529,310,4114,,None,,,,,,,"[{'screen_name': 'sonic_hedgehog', 'name': 'Sonic the Hedgehog', 'id': '19609162'}]",,,, +7799,1003161965533937667,1002972895537254400,1528007425000.0,2018-06-03 06:30:25,+0000,,"@SquarePeg44 @cassianelwes We have about 11,000 projects underway in Puerto Rico",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1003161965533937667,[],[],0,,False,1449,92,230,,None,,,,,,,"[{'screen_name': 'SquarePeg44', 'name': ""D'Elby"", 'id': '153170218'}, {'screen_name': 'cassianelwes', 'name': 'cassian elwes', 'id': '234995019'}]",,,, +7800,1003158520919814145,1002972895537254400,1528006603000.0,2018-06-03 06:16:43,+0000,,@cassianelwes Appreciated on behalf of Tesla team,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/1003158520919814145,[],[],0,,False,4644,41,118,,None,,,,,,,"[{'screen_name': 'cassianelwes', 'name': 'cassian elwes', 'id': '234995019'}]",,,, +7801,1003142348061138944,1003090131585196032,1528002747000.0,2018-06-03 05:12:27,+0000,,@Jamie_Sullivan4 @Model3Owners You should get an invite to configure in next few days,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1003142348061138944,[],[],0,,False,441,51,15,,None,,,,,,,"[{'screen_name': 'Jamie_Sullivan4', 'name': 'Jamie Sullivan', 'id': '430693528'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +7802,1003142058738049025,1003090131585196032,1528002678000.0,2018-06-03 05:11:18,+0000,,@MacTechGenius @Model3Owners Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1003142058738049025,[],[],0,,False,480,6,12,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +7803,1003142000307154944,1003090131585196032,1528002665000.0,2018-06-03 05:11:05,+0000,,"@Heretic_Soul @Model3Owners Leasing negatively effects Tesla cash flow, so we prob won’t offer Model 3 leases for 6 to 9 months. Loan financing is a better deal anyway, as bank conservatism for new car models is v conservative about residual value, but Teslas have always had strong residual value.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1003142000307154944,[],[],0,,False,561,38,43,,None,,,,,,,"[{'screen_name': 'Heretic_Soul', 'name': 'Heretic', 'id': '21449972'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +7804,1003139875112042497,1003090131585196032,1528002158000.0,2018-06-03 05:02:38,+0000,,@Model3Owners Model 3 Performance order page progressively rolling out to reservation holders over the next week or so. It’s a really great car. Not saying that lightly. Test drive is a mindwarp. Aiming to have these as our first test drive Model 3 cars in stores within 4 to 6 week’s.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/1003139875112042497,[],[],0,,False,3939,133,226,,None,,,,,,,"[{'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +7805,1002983121896103937,1002980786977402880,1527964785000.0,2018-06-02 18:39:45,+0000,,@RReardonT @Tesla Next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1002983121896103937,[],[],0,,False,1454,54,26,,None,,,,,,,"[{'screen_name': 'RReardonT', 'name': 'Patrick Reardon', 'id': '409582786'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7806,1002982393467158528,1002980786977402880,1527964611000.0,2018-06-02 18:36:51,+0000,,@heron_ziegel @jasminrohman Twitter is so dark …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1002982393467158528,[],[],0,,False,3609,68,200,,None,,,,,,,"[{'screen_name': 'heron_ziegel', 'name': 'Heron Ziegel', 'id': '993987165230174209'}, {'screen_name': 'jasminrohman', 'name': 'Jasmin Rohman ✨🐉🐯🧢✨', 'id': '217413470'}]",,,, +7807,1002981936233496577,1002980786977402880,1527964502000.0,2018-06-02 18:35:02,+0000,,@jkunkel2 No … no …,es,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1002981936233496577,[],[],0,,False,1186,20,24,,None,,,,,,,"[{'screen_name': 'jkunkel2', 'name': 'Joshua Kunkel', 'id': '355625719'}]",,,, +7808,1002981810379284480,1002980786977402880,1527964472000.0,2018-06-02 18:34:32,+0000,,@jasminrohman That is horrifying,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1002981810379284480,[],[],0,,False,3761,34,81,,None,,,,,,,"[{'screen_name': 'jasminrohman', 'name': 'Jasmin Rohman ✨🐉🐯🧢✨', 'id': '217413470'}]",,,, +7809,1002981547836764160,1002980786977402880,1527964410000.0,2018-06-02 18:33:30,+0000,,"@AlexGuichet Indeed, the esthetics of cutlery are a source of great stress",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1002981547836764160,[],[],0,,False,2004,50,67,,None,,,,,,,"[{'screen_name': 'AlexGuichet', 'name': 'Alex Guichet', 'id': '6700402'}]",,,, +7810,1002980786977402880,1002980786977402880,1527964228000.0,2018-06-02 18:30:28,+0000,,Mason jars with a handle or wine stem cause me to lose faith in humanity,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1002980786977402880,[],[],0,,False,46305,1962,5119,,None,,,,,,,[],,,, +7811,1002945324858552320,1002943261357424643,1527955773000.0,2018-06-02 16:09:33,+0000,,@RacusinJennifer @tycoonmindset05 The future,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1002945324858552320,[],[],0,,False,1789,115,69,,None,,,,,,,"[{'screen_name': 'RacusinJennifer', 'name': 'Jennifer Racusin', 'id': '927213925929644033'}, {'screen_name': 'tycoonmindset05', 'name': 'The Tycoon Mindset', 'id': '980798884141195264'}]",,,, +7812,1002945018066157568,1002871601405153280,1527955700000.0,2018-06-02 16:08:20,+0000,,@SpiritosoV @KumJm @STcom Exactly!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1002945018066157568,[],[],0,,False,466,12,12,,None,,,,,,,"[{'screen_name': 'SpiritosoV', 'name': 'Vin', 'id': '849275263628316672'}, {'screen_name': 'KumJm', 'name': 'JM', 'id': '21926044'}]",,,, +7813,1002944786913873922,1002943261357424643,1527955645000.0,2018-06-02 16:07:25,+0000,,@tycoonmindset05 I was an alien 🛸👽♥️💫,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1002944786913873922,[],[],0,,False,30240,884,2860,,None,,,,,,,"[{'screen_name': 'tycoonmindset05', 'name': 'The Tycoon Mindset', 'id': '980798884141195264'}]",,,, +7814,1002943252704591872,1002942161455902722,1527955279000.0,2018-06-02 16:01:19,+0000,,"@DanielaAtHome8 Usually, they don’t even realize it. All they know is that some PR agency is pushing a story that will get clicks. That is the true nature of the corruption. It is rare that US media knowingly writes a false story just for clicks, but they are often manipulated into doing so.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/1002943252704591872,[],[],0,,False,505,24,37,,None,,,,,,,"[{'screen_name': 'DanielaAtHome8', 'name': 'Daniela', 'id': '187140926'}]",,,, +7815,1002942317785853953,1002871601405153280,1527955056000.0,2018-06-02 15:57:36,+0000,,@NathanWickland @STcom Actually true!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1002942317785853953,[],[],0,,False,518,9,9,,None,,,,,,,[],,,, +7816,1002941578040696832,1002871601405153280,1527954880000.0,2018-06-02 15:54:40,+0000,,"@KumJm @STcom Singapore has enough land area to generate most of its electricity from the sun. Solar energy is more than most people realize. 250MW per sq km at current commercial efficiency solar panels. No more need to import fossil fuels for electricity, which is a strategic vulnerability.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1002941578040696832,[],[],0,,False,868,36,184,,None,,,,,,,"[{'screen_name': 'KumJm', 'name': 'JM', 'id': '21926044'}]",,,, +7817,1002939845755334662,1002871601405153280,1527954467000.0,2018-06-02 15:47:47,+0000,,"@STcom But don’t worry, cars have been tested for emissions levels & everything’s just fine https://t.co/cg4ooQSrX3",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1002939845755334662,['https://en.m.wikipedia.org/wiki/Volkswagen_emissions_scandal'],[],0,,False,672,30,46,,None,,,,,,,[],,,, +7818,1002938604623196160,1002871601405153280,1527954171000.0,2018-06-02 15:42:51,+0000,,"@STcom Why have policies that promote a combustion vehicle fleet in a dense city environment? In bumper to bumper traffic, each car’s exhaust pipes releases poison gases right into the air intake of car behind. This is not healthy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/1002938604623196160,[],[],0,,False,1002,40,189,,None,,,,,,,[],,,, +7819,1002926869069553664,1002871601405153280,1527951373000.0,2018-06-02 14:56:13,+0000,,@STcom The results speak for themselves. Singapore is a very prosperous city and yet has very few electric cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/1002926869069553664,[],[],0,,False,4190,131,426,,None,,,,,,,[],,,, +7820,1002682587800690688,1002682587800690688,1527893132000.0,2018-06-01 22:45:32,+0000,,Glad you’re ok! https://t.co/zuuYCUIKus,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1002682587800690688,['https://twitter.com/zedd/status/1002244316087992320'],[],0,,False,43194,333,2564,https://twitter.com/zedd/status/1002244316087992320,None,,,,,,,[],,,, +7821,1002678650355920896,1002678650355920896,1527892193000.0,2018-06-01 22:29:53,+0000,,Some details on the Tesla air filtration system https://t.co/kRPwg7TGsu,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1002678650355920896,['https://twitter.com/tesla/status/1002261751025491968'],[],0,,False,6934,260,541,https://twitter.com/tesla/status/1002261751025491968,None,,,,,,,[],,,, +7822,1002467202430144512,1002270980755013632,1527841780000.0,2018-06-01 08:29:40,+0000,,@nickg_uk Mid 2019 for RHD,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1002467202430144512,[],[],0,,False,417,19,19,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}]",,,, +7823,1002466064230334464,1002461285684920320,1527841509000.0,2018-06-01 08:25:09,+0000,,@nashlib That sounds like a fun adventure!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1002466064230334464,[],[],0,,False,388,11,12,,None,,,,,,,"[{'screen_name': 'nashlib', 'name': 'Naushad Ali', 'id': '44601712'}]",,,, +7824,1002465751859490816,1002270980755013632,1527841434000.0,2018-06-01 08:23:54,+0000,,@nickg_uk You can just take the aero inserts out of the standard wheel & it looks pretty cool. We could offer that as an option at purchase.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/1002465751859490816,[],[],0,,False,408,18,10,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}]",,,, +7825,1002381189607350272,1002372491514441728,1527821273000.0,2018-06-01 02:47:53,+0000,,"@Arkved78 Model 3 should be second best in world after Model S/X. Still super good, but we went a little 🥜 on S/X.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1002381189607350272,[],[],0,,False,1510,62,46,,None,,,,,,,"[{'screen_name': 'Arkved78', 'name': 'Joe Swagerty', 'id': '3184517198'}]",,,, +7826,1002380587389390848,1002380587389390848,1527821130000.0,2018-06-01 02:45:30,+0000,,"Filters bacteria, viruses, spores, pollen & particulate of almost any kind https://t.co/dlQHJfKdpU",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1002380587389390848,['https://twitter.com/elonmusk/status/1002379548804206592'],[],0,,False,15698,604,1489,https://twitter.com/elonmusk/status/1002379548804206592,None,,,,,,,[],,,, +7827,1002379548804206592,1001845642615017472,1527820882000.0,2018-06-01 02:41:22,+0000,,"@Seanmmvi @OlofTenghoff @Tesla Model S & X also have an acid gas filter, an alkaline gas filter & a carbon monoxide detector that autoswitches car to recirc mode. We should prob tell people about this more. Filters are giant, so too big to fit in Model 3.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1002379548804206592,[],[],0,,False,4456,190,486,,None,,,,,,,"[{'screen_name': 'Seanmmvi', 'name': 'Sean Williams', 'id': '23133479'}, {'screen_name': 'OlofTenghoff', 'name': 'Olof Tenghoff', 'id': '717703104490258432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7828,1002372491514441728,1002372491514441728,1527819199000.0,2018-06-01 02:13:19,+0000,,"Cool, Tesla S/X have hospital operating room air quality when BWD mode is activated, so shd protect against even a weaponized virus https://t.co/gIELCeXN1C",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/1002372491514441728,['https://twitter.com/oloftenghoff/status/1001845642615017472'],[],0,,False,44145,623,5650,https://twitter.com/oloftenghoff/status/1001845642615017472,None,,,,,,,[],,,, +7829,1002357778818592769,1002354746643156992,1527815692000.0,2018-06-01 01:14:52,+0000,,@jimcramer @BrianSozzi Do it,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/1002357778818592769,[],[],0,,False,36881,730,3414,,None,,,,,,,"[{'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}, {'screen_name': 'BrianSozzi', 'name': 'Brian Sozzi', 'id': '104257356'}]",,,, +7830,1002284769114079232,1002283902201872384,1527798285000.0,2018-05-31 20:24:45,+0000,,@CandybarLaMuse Berliner Wurst hat am meisten Curry🔥,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1002284769114079232,[],[],0,,False,1284,90,230,,None,,,,,,,"[{'screen_name': 'CandybarLaMuse', 'name': 'Queen Charmaine the Real Estate Agent.', 'id': '207634488'}]",,,, +7831,1002283316840574976,1002270980755013632,1527797938000.0,2018-05-31 20:18:58,+0000,,@gyano @DrTie1 @Poxari Ich habe an der Universität ein Semester Deutsch studiert. Ich wünschte ich könnte es besser sprechen!,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/1002283316840574976,[],[],0,,False,2882,160,336,,None,,,,,,,"[{'screen_name': 'gyano', 'name': 'Debor Gorgy', 'id': '71143317'}, {'screen_name': 'DrTie1', 'name': 'DrTie', 'id': '970082430714564610'}, {'screen_name': 'Poxari', 'name': 'Poxari', 'id': '106817954'}]",,,, +7832,1002273494564913153,1002270980755013632,1527795597000.0,2018-05-31 19:39:57,+0000,,@DrTie1 @Poxari Natürlich,de,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1002273494564913153,[],[],0,,False,1807,27,105,,None,,,,,,,"[{'screen_name': 'DrTie1', 'name': 'DrTie', 'id': '970082430714564610'}, {'screen_name': 'Poxari', 'name': 'Poxari', 'id': '106817954'}]",,,, +7833,1002272887892361216,1002270980755013632,1527795452000.0,2018-05-31 19:37:32,+0000,,@FredericLambert Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1002272887892361216,[],[],0,,False,1124,53,58,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +7834,1002270980755013632,1002270980755013632,1527794997000.0,2018-05-31 19:29:57,+0000,,Best analysis of Model 3 to date (German) https://t.co/kCd3qWODiR,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/1002270980755013632,['https://www.wiwo.de/technologie/mobilitaet/elektroauto-zerlegt-tesla-model-3-kann-gewinn-abwerfen/22625806.html'],[],0,,False,9350,474,956,,None,,,,,,,[],,,, +7835,1002245552002641920,1002245552002641920,1527788935000.0,2018-05-31 17:48:55,+0000,,Finders keepers 🚀🚀🚀 https://t.co/zyV71zRIFQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1002245552002641920,['https://twitter.com/malala/status/1002225801427935233'],[],0,,False,43145,386,3508,https://twitter.com/malala/status/1002225801427935233,None,,,,,,,[],,,, +7836,1002237545273483264,1002237545273483264,1527787026000.0,2018-05-31 17:17:06,+0000,,#Pravduh https://t.co/ZlMp13WOxW,und,['pravduh'],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/1002237545273483264,['https://twitter.com/paulmasonnews/status/1002110600363872257'],[],0,,False,4712,202,339,https://twitter.com/paulmasonnews/status/1002110600363872257,None,,,,,,,[],,,, +7837,1002198347006922754,1002171917208641536,1527777680000.0,2018-05-31 14:41:20,+0000,,@Malala Hi @Malala! 💕👻😅,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/1002198347006922754,[],[],0,,False,40297,206,2173,,None,,,,,,,"[{'screen_name': 'Malala', 'name': 'Malala', 'id': '937499232'}]",,,, +7838,1002056802127638528,1001863039308595201,1527743933000.0,2018-05-31 05:18:53,+0000,,@unicorn @MacTechGenius @v_g_fischer @ConsumerReports Try adjusting tire pressure. Will ask Tesla engineering to investigate.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/1002056802127638528,[],[],0,,False,479,18,9,,None,,,,,,,"[{'screen_name': 'unicorn', 'name': 'andrew unicorn hyde', 'id': '841791'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'ConsumerReports', 'name': 'Consumer Reports', 'id': '16193528'}]",,,, +7839,1002041479777406976,1002041479777406976,1527740280000.0,2018-05-31 04:18:00,+0000,,Hell of a week https://t.co/jKsfykkG55,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1002041479777406976,['https://twitter.com/clickhole/status/1001887654294773760'],[],0,,False,146623,1522,22455,https://twitter.com/clickhole/status/1001887654294773760,None,,,,,,,[],,,, +7840,1002040126673948672,1002038433542324224,1527739957000.0,2018-05-31 04:12:37,+0000,,@Edwardpumps Just for perspective https://t.co/ZfMR1aOinY,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1002040126673948672,['https://www.google.com/search?q=automotive+deaths+per+year+worldwide'],[],0,,False,2748,159,139,,None,,,,,,,"[{'screen_name': 'Edwardpumps', 'name': 'Santa Pumps⛽️', 'id': '800893610833027072'}]",,,, +7841,1002037312094654465,1001954184273498112,1527739286000.0,2018-05-31 04:01:26,+0000,,"@johnny0129 @jeffnesbit @Tesla True, no one is perfect",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/1002037312094654465,[],[],0,,False,462,17,9,,None,,,,,,,"[{'screen_name': 'johnny0129', 'name': 'Johnny - Practicing french & Spanish', 'id': '36274970'}, {'screen_name': 'jeffnesbit', 'name': 'Jeff Nesbit', 'id': '72103163'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7842,1001955381734715394,1001954184273498112,1527719753000.0,2018-05-30 22:35:53,+0000,,@JeffreyWolder @jeffnesbit @Tesla You’re most welcome. More to come in this regard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1001955381734715394,[],[],0,,False,587,21,20,,None,,,,,,,"[{'screen_name': 'jeffnesbit', 'name': 'Jeff Nesbit', 'id': '72103163'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7843,1001954916569579520,1001954184273498112,1527719642000.0,2018-05-30 22:34:02,+0000,,"@jeffnesbit @Tesla Tesla will always refute articles that are misleading & point out if there is someone with a pattern of doing so. Many fit this description, but Consumer Reports is always fair & accurate in their criticism.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/1001954916569579520,[],[],0,,False,5627,74,277,,None,,,,,,,"[{'screen_name': 'jeffnesbit', 'name': 'Jeff Nesbit', 'id': '72103163'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7844,1001903414555492352,1001872628158746625,1527707363000.0,2018-05-30 19:09:23,+0000,,"@ElectrekCo @FredericLambert Ride comfort & aero/road noise already better than CR car, which was early production. Wish we could make the car perfect from day 1, but there’s always room for improvement. Highly recommend dropping tire pressure 10% below max to ~39 psi for comfort. Only affects range by ~2%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1001903414555492352,[],[],0,,False,3206,106,157,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +7845,1001902483172507650,1001870372403167232,1527707141000.0,2018-05-30 19:05:41,+0000,,@annerajb @Henry_Pivac Prob 8.3,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1001902483172507650,[],[],0,,False,453,14,13,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'Henry_Pivac', 'name': 'Henry Pivac', 'id': '722716968688685056'}]",,,, +7846,1001902212052758530,1001870372403167232,1527707076000.0,2018-05-30 19:04:36,+0000,,@Henry_Pivac Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/1001902212052758530,[],[],0,,False,386,9,6,,None,,,,,,,"[{'screen_name': 'Henry_Pivac', 'name': 'Henry Pivac', 'id': '722716968688685056'}]",,,, +7847,1001870372403167232,1001870372403167232,1527699485000.0,2018-05-30 16:58:05,+0000,,"All items below will go to all Model 3s within next few months with V8.2 software. To report a bug or ask for a feature, press voice button, say “bug report” followed by issue description. https://t.co/ea7FTOn2cE",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1001870372403167232,['https://twitter.com/mactechgenius/status/1001867688413544448'],[],0,,False,6418,355,545,https://twitter.com/mactechgenius/status/1001867688413544448,None,,,,,,,[],,,, +7848,1001866336732041222,1001693686739202055,1527698523000.0,2018-05-30 16:42:03,+0000,,@prakash_d @grillick @IndianInterest “Pneumatic” means propelled by air. Opposite of Hyperloop.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1001866336732041222,[],[],0,,False,569,18,20,,None,,,,,,,"[{'screen_name': 'prakash_d', 'name': 'Prakash Dantuluri', 'id': '14395630'}, {'screen_name': 'grillick', 'name': 'Joel for UBI 🌹', 'id': '69974424'}, {'screen_name': 'IndianInterest', 'name': 'Abhijit Chavda', 'id': '235118495'}]",,,, +7849,1001865846338215936,1001863039308595201,1527698406000.0,2018-05-30 16:40:06,+0000,,"@MacTechGenius @v_g_fischer @ConsumerReports Braking & UI upgrades apply to all Model 3s. Improved windshield for aero noise & suspension for ride comfort are major ops. Unless you’re really bothered by them, don’t replace. Best way to improve ride is drop tire pressure to ~39 psi. 45 psi is best range, but lower comfort.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1001865846338215936,[],[],0,,False,2591,100,138,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'ConsumerReports', 'name': 'Consumer Reports', 'id': '16193528'}]",,,, +7850,1001863391982505984,1001863039308595201,1527697821000.0,2018-05-30 16:30:21,+0000,,"@v_g_fischer @ConsumerReports Yeah, absolutely",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1001863391982505984,[],[],0,,False,740,20,14,,None,,,,,,,"[{'screen_name': 'v_g_fischer', 'name': 'Valentin Fischer 👻', 'id': '964680905481687043'}, {'screen_name': 'ConsumerReports', 'name': 'Consumer Reports', 'id': '16193528'}]",,,, +7851,1001863039308595201,1001863039308595201,1527697736000.0,2018-05-30 16:28:56,+0000,,Really appreciate the high quality critical feedback from @ConsumerReports. Road noise & ride comfort already addressed too. UI improvements coming via remote software update later this month. https://t.co/ZMLPJxmPlM,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1001863039308595201,['https://twitter.com/timkhiggins/status/1001860891317387264'],[],0,,False,9864,310,858,https://twitter.com/timkhiggins/status/1001860891317387264,None,,,,,,,[],,,, +7852,1001858830832029696,1001858830832029696,1527696733000.0,2018-05-30 16:12:13,+0000,,Like you guys too 🚘 🖤 https://t.co/PVQVyR1nXY,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1001858830832029696,['https://twitter.com/lyft/status/1001858174784172032'],[],0,,False,13557,168,557,https://twitter.com/lyft/status/1001858174784172032,None,,,,,,,[],,,, +7853,1001857257254993921,1001693686739202055,1527696358000.0,2018-05-30 16:05:58,+0000,,"@IndianInterest Actually, Hyperloop draws a near vacuum in tube & each pod is powered w electric motors. It is opposite of pneumatically powered.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/1001857257254993921,[],[],0,,False,4919,113,276,,None,,,,,,,"[{'screen_name': 'IndianInterest', 'name': 'Abhijit Chavda', 'id': '235118495'}]",,,, +7854,1001707195799621632,1000204113953439744,1527660580000.0,2018-05-30 06:09:40,+0000,,"@yoyovinzi Would love to be in India. Some challenging government regulations, unfortunately. Deepak Ahuja, our CFO, is from India. Tesla will be there as soon as he believes we should.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/1001707195799621632,[],[],0,,False,4873,487,1682,,None,,,,,,,"[{'screen_name': 'yoyovinzi', 'name': 'vinit swami', 'id': '178414555'}]",,,, +7855,1001565360783474688,1001556148355559425,1527626764000.0,2018-05-29 20:46:04,+0000,,@annerajb @eli_schiff Good progress. Really proud of this design & SpaceX propulsion team. This engine is something special.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1001565360783474688,[],[],0,,False,1027,47,55,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'eli_schiff', 'name': 'Eli Schiff', 'id': '29162709'}]",,,, +7856,1001564349465411584,1001556148355559425,1527626523000.0,2018-05-29 20:42:03,+0000,,@eli_schiff Peace ✌️,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/1001564349465411584,[],[],0,,False,600,36,26,,None,,,,,,,"[{'screen_name': 'eli_schiff', 'name': 'Eli Schiff', 'id': '29162709'}]",,,, +7857,1001536562327252992,1001536271871655936,1527619898000.0,2018-05-29 18:51:38,+0000,,@ClaytonGoobert Love the space cowboy esthetic,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1001536562327252992,[],[],0,,False,2448,83,79,,None,,,,,,,[],,,, +7858,1001534820894175232,1001534407482793984,1527619483000.0,2018-05-29 18:44:43,+0000,,@AndreaSJames ♥️,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1001534820894175232,[],[],0,,False,1623,52,39,,None,,,,,,,"[{'screen_name': 'AndreaSJames', 'name': 'Andrea S. James 🌸✨⚡️', 'id': '781408'}]",,,, +7859,1001532526878310400,1001532526878310400,1527618936000.0,2018-05-29 18:35:36,+0000,,"At risk of stating the extremely obvious, I am against threats of violence & abusive epithets in any forum. Please do not use them in my name or at all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1001532526878310400,[],[],0,,False,53241,1241,3600,,None,,,,,,,[],,,, +7860,1001523976542146560,1001513484692041729,1527616898000.0,2018-05-29 18:01:38,+0000,,"@kevinmgill You’re saying a BBC reporter who attacked me for months w unprofessional language & ad hominem attacks, then deleted those tweets to hide them, is a “good person”?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/1001523976542146560,[],[],0,,False,10924,240,577,,None,,,,,,,"[{'screen_name': 'kevinmgill', 'name': 'Kevin M. Gill', 'id': '18145341'}]",,,, +7861,1001516537344225281,1001285940999016450,1527615124000.0,2018-05-29 17:32:04,+0000,,@NoahShachtman @thedailybeast @erinbiba This journalist has been attacking me for months incl using genitalia language that she now says is sexist. What a hypocrite! https://t.co/aXPsmLnh48,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1001516537344225281,['https://twitter.com/politicalelle/status/1001486475744063488?s=21'],[],0,,False,6782,307,639,https://twitter.com/politicalelle/status/1001486475744063488?s=21,None,,,,,,,"[{'screen_name': 'NoahShachtman', 'name': 'Noah Shachtman', 'id': '15728161'}, {'screen_name': 'thedailybeast', 'name': 'The Daily Beast', 'id': '16012783'}, {'screen_name': 'erinbiba', 'name': 'Erin Biba', 'id': '19624836'}]",,,, +7862,1001509671776210944,1001285940999016450,1527613487000.0,2018-05-29 17:04:47,+0000,,"@HahTse @neilhimself @AnozieUdemezue @upulie @davidkfried “Nano” is a unit of measure, not a field imo. Would’ve been sexist *not* to express an opinion simply because someone is a woman.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/1001509671776210944,[],[],0,,False,727,54,35,,None,,,,,,,"[{'screen_name': 'HahTse', 'name': 'HC', 'id': '112705078'}, {'screen_name': 'neilhimself', 'name': 'Neil Gaiman', 'id': '18393773'}, {'screen_name': 'AnozieUdemezue', 'name': 'Aku-Steve', 'id': '876022000912879616'}, {'screen_name': 'upulie', 'name': 'STEMLORD', 'id': '187518287'}, {'screen_name': 'davidkfried', 'name': 'DesignerDave', 'id': '2229576426'}]",,,, +7863,1001507474946560000,1001285940999016450,1527612963000.0,2018-05-29 16:56:03,+0000,,"@NoahShachtman @thedailybeast @erinbiba Hello, have you met the Internet? Everyone gets harassed regardless of gender, especially if they say false things. Saying I’m against science is like saying Beyoncé doesn’t know beats. Blowback from latter (all genders) would make my comment stream seem like Socratic dialogue.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1001507474946560000,[],[],0,,False,5041,117,488,,None,,,,,,,"[{'screen_name': 'NoahShachtman', 'name': 'Noah Shachtman', 'id': '15728161'}, {'screen_name': 'thedailybeast', 'name': 'The Daily Beast', 'id': '16012783'}, {'screen_name': 'erinbiba', 'name': 'Erin Biba', 'id': '19624836'}]",,,, +7864,1001504431521878017,1001285940999016450,1527612238000.0,2018-05-29 16:43:58,+0000,,"@neilhimself @AnozieUdemezue @upulie @davidkfried Gaiman, did you actually read my tweets? I didn’t set anyone on anyone. A BBC science reporter tweeted that I was anti-science & I said that was false. Are you saying I don’t have the right to deny false accusations? That’s messed up.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/1001504431521878017,[],[],0,,False,845,48,41,,None,,,,,,,"[{'screen_name': 'neilhimself', 'name': 'Neil Gaiman', 'id': '18393773'}, {'screen_name': 'AnozieUdemezue', 'name': 'Aku-Steve', 'id': '876022000912879616'}, {'screen_name': 'upulie', 'name': 'STEMLORD', 'id': '187518287'}, {'screen_name': 'davidkfried', 'name': 'DesignerDave', 'id': '2229576426'}]",,,, +7865,1001391226988388353,1001285940999016450,1527585248000.0,2018-05-29 09:14:08,+0000,,"@NoahShachtman @thedailybeast @erinbiba You’ve done something incredibly dishonest by supporting a journo who falsely stated that I’m against science, then cherrypicked tweets that don’t represent the vast majority of my followers to make false claims against them too",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/1001391226988388353,[],[],0,,False,33632,835,2993,,None,,,,,,,"[{'screen_name': 'NoahShachtman', 'name': 'Noah Shachtman', 'id': '15728161'}, {'screen_name': 'thedailybeast', 'name': 'The Daily Beast', 'id': '16012783'}, {'screen_name': 'erinbiba', 'name': 'Erin Biba', 'id': '19624836'}]",,,, +7866,1001344881007079424,1001313325463072768,1527574198000.0,2018-05-29 06:09:58,+0000,,@amasad @its_a_massacre @fung9815 @israrayyaz @Sra_Mister @waitbutwhy Great book. Read it when it came out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1001344881007079424,[],[],0,,False,461,24,12,,None,,,,,,,"[{'screen_name': 'amasad', 'name': 'Amjad Masad ⠕', 'id': '166138615'}, {'screen_name': 'fung9815', 'name': 'Fung C.F.', 'id': '81874120'}, {'screen_name': 'israrayyaz', 'name': 'Israr', 'id': '637208502'}, {'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +7867,1001342504640307201,1001313325463072768,1527573631000.0,2018-05-29 06:00:31,+0000,,@amasad @its_a_massacre @fung9815 @israrayyaz @Sra_Mister @waitbutwhy Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/1001342504640307201,[],[],0,,False,454,12,15,,None,,,,,,,"[{'screen_name': 'amasad', 'name': 'Amjad Masad ⠕', 'id': '166138615'}, {'screen_name': 'fung9815', 'name': 'Fung C.F.', 'id': '81874120'}, {'screen_name': 'israrayyaz', 'name': 'Israr', 'id': '637208502'}, {'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +7868,1001316038267432960,1001313325463072768,1527567321000.0,2018-05-29 04:15:21,+0000,,@rhinopIasty SpaceX has Area 58 at Cape Canaveral. That’s 7 better than 51.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1001316038267432960,[],[],0,,False,2260,50,225,,None,,,,,,,"[{'screen_name': 'rhinopIasty', 'name': '🏹', 'id': '193537611'}]",,,, +7869,1001315811582066688,1001313325463072768,1527567267000.0,2018-05-29 04:14:27,+0000,,@amasad @Sra_Mister Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1001315811582066688,[],[],0,,False,505,12,7,,None,,,,,,,"[{'screen_name': 'amasad', 'name': 'Amjad Masad ⠕', 'id': '166138615'}, {'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}]",,,, +7870,1001315130196410369,1001313325463072768,1527567105000.0,2018-05-29 04:11:45,+0000,,@amasad @Sra_Mister Second best answer to the Fermi Paradox after the simulation argument,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1001315130196410369,[],[],0,,False,965,49,36,,None,,,,,,,"[{'screen_name': 'amasad', 'name': 'Amjad Masad ⠕', 'id': '166138615'}, {'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}]",,,, +7871,1001314495581503488,1001313325463072768,1527566953000.0,2018-05-29 04:09:13,+0000,,@JohnnaSabri @Sra_Mister Which part? Love their cuisine. And the views are amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1001314495581503488,[],[],0,,False,725,13,21,,None,,,,,,,"[{'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}]",,,, +7872,1001314155150721024,1001313325463072768,1527566872000.0,2018-05-29 04:07:52,+0000,,@PPathole @Sra_Mister Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1001314155150721024,[],[],0,,False,582,22,19,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}]",,,, +7873,1001313907154108416,1001313325463072768,1527566813000.0,2018-05-29 04:06:53,+0000,,"@Sra_Mister There are no aliens. Officially, at least …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1001313907154108416,[],[],0,,False,19552,661,1220,,None,,,,,,,"[{'screen_name': 'Sra_Mister', 'name': 'Sarah Mister', 'id': '330134971'}]",,,, +7874,1001313268369997825,1001312277059047434,1527566661000.0,2018-05-29 04:04:21,+0000,,@WorldAndScience You have so many great pics & factoids!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/1001313268369997825,[],[],0,,False,10234,100,218,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +7875,1001261305804673024,1001259774841942016,1527554272000.0,2018-05-29 00:37:52,+0000,,"@G_Whitehead5 @DMC_Ryan @Model3Owners @Tesla Yes, AWD P first and then AWD. Production costs are always high when line first gets going, so we have to sell higher price versions first or each car will have very negative margins. As production efficiency rises, we can make lower cost versions & not lose money.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1001261305804673024,[],[],0,,False,549,46,30,,None,,,,,,,"[{'screen_name': 'G_Whitehead5', 'name': 'Graeme Whitehead', 'id': '514740958'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7876,1001255940417470469,1001247657476657152,1527552993000.0,2018-05-29 00:16:33,+0000,,@davidtayar5 @annerajb @LikeTeslaKim I really want to make this cupholder,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1001255940417470469,[],[],0,,False,735,70,24,,None,,,,,,,"[{'screen_name': 'davidtayar5', 'name': 'David Tayar', 'id': '275295731'}, {'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +7877,1001255278828965888,1001247657476657152,1527552835000.0,2018-05-29 00:13:55,+0000,,"@annerajb @LikeTeslaKim A dream that wd prob be a nightmare in reality. Cup holder that auto adjusted for size & stiffness of cup/bottle, maintained cold or hot temp & dried off water condensation. Or I cd work on getting humanity to Mars. Tough choice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1001255278828965888,[],[],0,,False,1253,85,95,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +7878,1001253688755671040,1001247657476657152,1527552456000.0,2018-05-29 00:07:36,+0000,,@LikeTeslaKim I’ve literally had dreams about cup holder designs,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1001253688755671040,[],[],0,,False,915,33,52,,None,,,,,,,[],,,, +7879,1001253431493910528,1001247657476657152,1527552395000.0,2018-05-29 00:06:35,+0000,,@LikeTeslaKim Noted. We can prob adjust spring force & catch to be less sensitive. Cupholders are amazingly hard to get right!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/1001253431493910528,[],[],0,,False,687,22,19,,None,,,,,,,[],,,, +7880,1001245477839429634,1001240912691789825,1527550498000.0,2018-05-28 23:34:58,+0000,,@JohnnaSabri @AffinPub @thesmelloftea You’re welcome. Appreciate the letter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1001245477839429634,[],[],0,,False,581,26,11,,None,,,,,,,"[{'screen_name': 'TheSmellOfTea', 'name': 'Henry P. Murphy', 'id': '1268086751085690881'}]",,,, +7881,1001245302769180673,1001240912691789825,1527550457000.0,2018-05-28 23:34:17,+0000,,@nealcol Good school,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1001245302769180673,[],[],0,,False,441,10,12,,None,,,,,,,"[{'screen_name': 'nealcol', 'name': 'Neal Collins', 'id': '49947478'}]",,,, +7882,1001238934825779201,1000537684832669696,1527548938000.0,2018-05-28 23:08:58,+0000,,@StarVenge @ChiTownMadison @JohnnaSabri @joshuatopolsky @oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg Had a great time with my kids,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1001238934825779201,[],[],0,,False,509,15,7,,None,,,,,,,"[{'screen_name': 'ChiTownMadison', 'name': 'Cookie Madison', 'id': '3226323558'}, {'screen_name': 'joshuatopolsky', 'name': 'Joshua Topolsky', 'id': '11666142'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +7883,1001238197500719108,1000537684832669696,1527548763000.0,2018-05-28 23:06:03,+0000,,@ChiTownMadison @JohnnaSabri @joshuatopolsky @oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/1001238197500719108,[],[],0,,False,982,31,14,,None,,,,,,,"[{'screen_name': 'ChiTownMadison', 'name': 'Cookie Madison', 'id': '3226323558'}, {'screen_name': 'joshuatopolsky', 'name': 'Joshua Topolsky', 'id': '11666142'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +7884,1001233031405780993,1000537684832669696,1527547531000.0,2018-05-28 22:45:31,+0000,,"@joshuatopolsky @oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg Seems to be glitch where tweet to which I replied isn’t showing up, removing context. A journo said polls are meaningless because controlled by “powerful people” & my response was that powerful people also own media. Thus, if you discount polls, you should also discount media. https://t.co/c01JolZENY",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1001233031405780993,[],"['https://pbs.twimg.com/media/DeUYIfrVMAEvsMQ.jpg', 'https://pbs.twimg.com/media/DeUYIfrV4AEO7jr.jpg']",1,https://pbs.twimg.com/media/DeUYIfrVMAEvsMQ.jpg,False,2283,99,268,,None,,,,,,,"[{'screen_name': 'joshuatopolsky', 'name': 'Joshua Topolsky', 'id': '11666142'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +7885,1001229574057832448,1001229301889585153,1527546707000.0,2018-05-28 22:31:47,+0000,,@TeslaTurk Thanks 😀,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1001229574057832448,[],[],0,,False,759,25,43,,None,,,,,,,"[{'screen_name': 'TeslaTurk', 'name': 'TeslaTr', 'id': '1370488789177561089'}]",,,, +7886,1001227870054707202,1001217446508941313,1527546300000.0,2018-05-28 22:25:00,+0000,,@arieleax @utkuspace 2020,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1001227870054707202,[],[],0,,False,1089,74,185,,None,,,,,,,"[{'screen_name': 'arieleax', 'name': 'ariel4tuna', 'id': '978754712'}, {'screen_name': 'utkuspace', 'name': 'Utku Şimşek', 'id': '1959052712'}]",,,, +7887,1001223333646499841,1001217446508941313,1527545219000.0,2018-05-28 22:06:59,+0000,,@utkuspace Superchargers will ultimately cover the entire region,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/1001223333646499841,[],[],0,,False,4214,113,142,,None,,,,,,,"[{'screen_name': 'utkuspace', 'name': 'Utku Şimşek', 'id': '1959052712'}]",,,, +7888,1000951606009974784,1000537684832669696,1527480434000.0,2018-05-28 04:07:14,+0000,,"@oneunderscore__ @joshuatopolsky @ParkerMolloy @2sunsky @ashleyfeinberg Pointing out to aspiring journo & Rodin spokesmodel, Josh Top, who thinks public polls are controlled by “powerful people” that the media is *owned* by same. Anyone who thought this was anti-Semitic is just revealing their inner bigot. The context is very clear.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/1000951606009974784,[],[],0,,False,4350,256,513,,None,,,,,,,"[{'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'joshuatopolsky', 'name': 'Joshua Topolsky', 'id': '11666142'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +7889,1000929806991540225,1000204113953439744,1527475237000.0,2018-05-28 02:40:37,+0000,,@minliangtan @taglia Thanks for offering to help. I will check with my team.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/1000929806991540225,[],[],0,,False,823,63,29,,None,,,,,,,"[{'screen_name': 'minliangtan', 'name': 'Min-Liang Tan', 'id': '26906309'}, {'screen_name': 'taglia', 'name': 'Cesare Tagliaferri', 'id': '12106072'}]",,,, +7890,1000560807334133762,1000537684832669696,1527387260000.0,2018-05-27 02:14:20,+0000,,@PassionPlanet1 @oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg You’re right. These guys can buzzkill themselves (pun intended). Signing off …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1000560807334133762,[],[],0,,False,1071,79,45,,None,,,,,,,"[{'screen_name': 'PassionPlanet1', 'name': 'PassionPlanet', 'id': '2587869397'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +7891,1000560049389907969,1000537684832669696,1527387079000.0,2018-05-27 02:11:19,+0000,,@joshuatopolsky @oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg Who do you think *owns* the press? Hello.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/1000560049389907969,[],[],0,,False,12909,2133,3497,,None,,,,,,,"[{'screen_name': 'joshuatopolsky', 'name': 'Joshua Topolsky', 'id': '11666142'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +7892,1000557142863036416,1000537684832669696,1527386386000.0,2018-05-27 01:59:46,+0000,,@oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg You’re missing the point & living in a bubble of self-righteous sanctimony. The public doesn’t trust you. This was true *before* the last election & only got worse. Don’t believe me? Run your own poll …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000557142863036416,[],[],0,,False,9944,325,1449,,None,,,,,,,"[{'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +7893,1000554991457779712,1000537684832669696,1527385874000.0,2018-05-27 01:51:14,+0000,,"@oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg You’re welcome to come by SpaceX, but please stop assuming I’m against all journalists. This is not true. Something needs to be done to improve public trust in media.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000554991457779712,[],[],0,,False,4867,138,330,,None,,,,,,,"[{'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +7894,1000554252329078785,1000537684832669696,1527385697000.0,2018-05-27 01:48:17,+0000,,@oneunderscore__ @ParkerMolloy @2sunsky @ashleyfeinberg You really think I haven’t spent time in a newsroom? I’ve spent time in too many. Bleak.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000554252329078785,[],[],0,,False,3127,82,124,,None,,,,,,,"[{'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +7895,1000552825145901057,1000537684832669696,1527385357000.0,2018-05-27 01:42:37,+0000,,"@ParkerMolloy @2sunsky @oneunderscore__ @ashleyfeinberg Sadly, it had better critical analysis than most non-cult media",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000552825145901057,[],[],0,,False,3441,106,143,,None,,,,,,,"[{'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}, {'screen_name': '2sunsky', 'name': 'Pass HR1 - For the People Act to save democracy!', 'id': '3131070327'}, {'screen_name': 'oneunderscore__', 'name': 'Ben Collins', 'id': '102594136'}, {'screen_name': 'ashleyfeinberg', 'name': 'Ashley Feinberg', 'id': '165944767'}]",,,, +7896,1000551718088622080,1000482578103595008,1527385093000.0,2018-05-27 01:38:13,+0000,,"@RBryant2012 Yup, deleted",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000551718088622080,[],[],0,,False,373,17,7,,None,,,,,,,"[{'screen_name': 'RBryant2012', 'name': 'Bryant Francis is isolating on Ahch-To', 'id': '244249907'}]",,,, +7897,1000548454127452161,1000542238051463168,1527384315000.0,2018-05-27 01:25:15,+0000,,@MacTechGenius @DMC_Ryan @ConsumerReports ? It should,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000548454127452161,[],[],0,,False,434,24,6,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'ConsumerReports', 'name': 'Consumer Reports', 'id': '16193528'}]",,,, +7898,1000548306609565696,1000542238051463168,1527384280000.0,2018-05-27 01:24:40,+0000,,"@davinalexmma @DMC_Ryan No, but dual motors mean increased regen braking & will ride tire traction limit. You won’t notice sport brakes unless you’re on a racetrack & have the sticky 20” tires.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000548306609565696,[],[],0,,False,612,23,18,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +7899,1000547552234635265,1000542238051463168,1527384100000.0,2018-05-27 01:21:40,+0000,,"@DMC_Ryan Also, firmware fix for upgraded brake performance on standard Model 3 started rolling out yesterday. Should improve braking distance by ~20 ft for repeated heavy braking events. Thanks @ConsumerReports for excellent critical feedback!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000547552234635265,[],[],0,,False,2933,84,274,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +7900,1000546468250308608,1000542238051463168,1527383841000.0,2018-05-27 01:17:21,+0000,,"@DMC_Ryan Yes, Model 3 Performance will have red calipers & sport level brakes",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000546468250308608,[],[],0,,False,966,31,43,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +7901,1000544451620618240,1000542238051463168,1527383361000.0,2018-05-27 01:09:21,+0000,,@mike_marchioni Keyword “future” 🤣,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000544451620618240,[],[],0,,False,434,15,10,,None,,,,,,,[],,,, +7902,1000543697224663040,1000542238051463168,1527383181000.0,2018-05-27 01:06:21,+0000,,@dfsullivan ♥️🖤🚀🎶👻🐇🧚‍♀️💫,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000543697224663040,[],[],0,,False,703,34,43,,None,,,,,,,[],,,, +7903,1000542238051463168,1000542238051463168,1527382833000.0,2018-05-27 01:00:33,+0000,,😃 https://t.co/9kUYHCCaRN,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/1000542238051463168,['https://m.youtube.com/watch?v=l_TDDgYrUHE'],[],0,,False,8065,602,644,,None,,,,,,,[],,,, +7904,1000531933418242048,999800798514106368,1527380376000.0,2018-05-27 00:19:36,+0000,,@SmileSimplify @nitantbhartia @ninoles @medickinson @thephysicsgirl Will do another rev before final design,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/1000531933418242048,[],[],0,,False,447,16,16,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'nitantbhartia', 'name': 'Nitant Bhartia', 'id': '50256377'}, {'screen_name': 'ninoles', 'name': 'Fabien Ninoles', 'id': '14812777'}, {'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +7905,1000526288522637312,1000506074397523969,1527379030000.0,2018-05-26 23:57:10,+0000,,@AJemaineClement I was,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1000526288522637312,[],[],0,,False,867,26,16,,None,,,,,,,"[{'screen_name': 'AJemaineClement', 'name': 'Jemaine Clement', 'id': '23578176'}]",,,, +7906,1000521443036180480,1000502726965395456,1527377875000.0,2018-05-26 23:37:55,+0000,,@ali01 @KTmBoyle @washingtonpost @JohnCarreyrou @decentralion That’s what I had in mind,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1000521443036180480,[],[],0,,False,430,21,13,,None,,,,,,,"[{'screen_name': 'ali01', 'name': 'Ali Yahya', 'id': '14470738'}, {'screen_name': 'KTmBoyle', 'name': 'Katherine Boyle', 'id': '78822934'}, {'screen_name': 'washingtonpost', 'name': 'The Washington Post', 'id': '2467791'}, {'screen_name': 'JohnCarreyrou', 'name': 'John Carreyrou', 'id': '1968962180'}, {'screen_name': 'decentralion', 'name': 'Dande with a side of Lion 👨🏽\u200d🎤🏂', 'id': '832013133161959424'}]",,,, +7907,1000520015014055936,993697201061707776,1527377534000.0,2018-05-26 23:32:14,+0000,,@AntVenom @BoredElonMusk Sometimes even I think we’re the same person!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1000520015014055936,[],[],0,,False,3896,47,156,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}, {'screen_name': 'BoredElonMusk', 'name': 'Bored Elon Musk', 'id': '1666038950'}]",,,, +7908,1000515327506104323,1000194986581737473,1527376417000.0,2018-05-26 23:13:37,+0000,,"@omcintyre @CrampedEyes @SpaceX @Tesla @upulie Nanotech *is* bs imo. When you take something that has nothing to do w gender & make it about that, you devalue genuine gender issues.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/1000515327506104323,[],[],0,,False,638,34,25,,None,,,,,,,"[{'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'upulie', 'name': 'STEMLORD', 'id': '187518287'}]",,,, +7909,1000509888534007809,1000506900629336070,1527375120000.0,2018-05-26 22:52:00,+0000,,"@CalebHarmon5 About to ship. @BoringCompany holding flamethrower pickup parties in a week or so, then deliveries begin. Check https://t.co/WTl3TOTOkt for details.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000509888534007809,['https://www.boringcompany.com/not-a-flamethrower/'],[],0,,False,400,33,30,,None,,,,,,,"[{'screen_name': 'CalebHarmon5', 'name': 'Caleb', 'id': '2165210492'}]",,,, +7910,1000508124980113409,1000506074397523969,1527374700000.0,2018-05-26 22:45:00,+0000,,@DriverX_ It’s not,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000508124980113409,[],[],0,,False,473,19,14,,None,,,,,,,"[{'screen_name': 'DriverX_', 'name': 'Jaime Bandolero 🤘👀🤘', 'id': '780526100279549952'}]",,,, +7911,1000507835787046912,1000506074397523969,1527374631000.0,2018-05-26 22:43:51,+0000,,@Br1__Rodriguez That’s a great song!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000507835787046912,[],[],0,,False,768,17,13,,None,,,,,,,"[{'screen_name': 'Br1__Rodriguez', 'name': 'Bruno Rodriguez🐝', 'id': '771236566014451713'}]",,,, +7912,1000506074397523969,1000506074397523969,1527374211000.0,2018-05-26 22:36:51,+0000,,"Sometimes … when I have hurt feelings, I play this song … https://t.co/QK6cECmxsS",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000506074397523969,['https://m.youtube.com/watch?v=EuJzSTNDUGI'],[],0,,False,13822,867,1459,,None,,,,,,,[],,,, +7913,1000503790070517760,1000492833675997184,1527373666000.0,2018-05-26 22:27:46,+0000,,"@sjanus_pl @iloveshw No, that’s the other guy @BoredElonMusk",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000503790070517760,[],[],0,,False,806,19,25,,None,,,,,,,"[{'screen_name': 'sjanus_pl', 'name': 'Szymon Janus', 'id': '2300118440'}, {'screen_name': 'iloveshw', 'name': 'Jarek Pendowski', 'id': '14660016'}]",,,, +7914,1000503475321516032,1000497480461676544,1527373591000.0,2018-05-26 22:26:31,+0000,,@firefire100 @rjcc So true 😢,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000503475321516032,[],[],0,,False,503,30,27,,None,,,,,,,"[{'screen_name': 'firefire100', 'name': 'pfire☔#QueenOfPopCulture 🦅 #CivilWrites', 'id': '30515073'}, {'screen_name': 'rjcc', 'name': 'Richard Lawler', 'id': '15009761'}]",,,, +7915,1000503343007989761,1000497480461676544,1527373560000.0,2018-05-26 22:26:00,+0000,,@rjcc Because Twitter is fun,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000503343007989761,[],[],0,,False,30121,238,2069,,None,,,,,,,"[{'screen_name': 'rjcc', 'name': 'Richard Lawler', 'id': '15009761'}]",,,, +7916,1000502390313832448,1000501919478046720,1527373332000.0,2018-05-26 22:22:12,+0000,,@MDMGeek @theknifemedia USAToday FTW!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000502390313832448,[],[],0,,False,1076,29,36,,None,,,,,,,"[{'screen_name': 'MDMGeek', 'name': '𝕻𝖗𝖆𝖘𝖍 𝕮𝖍𝖆𝖓 ✨🕊', 'id': '42079656'}, {'screen_name': 'theknifemedia', 'name': 'The Knife Media', 'id': '3807041417'}]",,,, +7917,1000501132530139136,1000492833675997184,1527373033000.0,2018-05-26 22:17:13,+0000,,@iloveshw Dank is wack unless you’re on weed,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000501132530139136,[],[],0,,False,973,23,168,,None,,,,,,,"[{'screen_name': 'iloveshw', 'name': 'Jarek Pendowski', 'id': '14660016'}]",,,, +7918,1000498043320320001,1000467503590486016,1527372296000.0,2018-05-26 22:04:56,+0000,,"@petehague @ceciliakang Exactly. And NYT could have anyone post an Op Ed. Why, of all people, are they choosing to publish this “non-journalist” who is also pro gasoline cars? Is this just published as counterpoint? I assume NYT does believe in climate change?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/1000498043320320001,[],[],0,,False,412,16,22,,None,,,,,,,"[{'screen_name': 'PeteHague', 'name': 'Red Mongoose', 'id': '1338766423187984385'}, {'screen_name': 'ceciliakang', 'name': 'CeciliaKang', 'id': '16317567'}]",,,, +7919,1000496388147314688,1000492833675997184,1527371901000.0,2018-05-26 21:58:21,+0000,,But femtotech is the future … https://t.co/NODkOer8oS,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1000496388147314688,['https://en.m.wikipedia.org/wiki/Femtotechnology'],[],0,,False,11236,578,872,,None,,,,,,,[],,,, +7920,1000492833675997184,1000492833675997184,1527371054000.0,2018-05-26 21:44:14,+0000,,Nanotech is so 2008. Picotech is 1000 times better.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/1000492833675997184,[],[],0,,False,39681,1131,4662,,None,,,,,,,[],,,, +7921,1000474267161513984,1000474267161513984,1527366627000.0,2018-05-26 20:30:27,+0000,,"Yeah, that’s exactly right. But after suggesting public critique, I was stunned to see the level of contempt many in media have for their readers. This is way worse than I thought. https://t.co/NMAks4jrZ1",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/1000474267161513984,['https://twitter.com/bonnienorman/status/1000470928067776512'],[],0,,False,13579,680,1666,https://twitter.com/bonnienorman/status/1000470928067776512,None,,,,,,,[],,,, +7922,1000464215440703488,1000414446110457856,1527364231000.0,2018-05-26 19:50:31,+0000,,@dimas_______ @AlexCJoachim @RitNagar @jbinero @hubertlepicki @Jason @nytimes @BretStephensNYT The arguments journos are using against the public are word for word the same arguments despots use against democracy,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1000464215440703488,[],[],0,,False,912,56,143,,None,,,,,,,"[{'screen_name': 'dimas_______', 'name': 'DIMAS 👁', 'id': '34877330'}, {'screen_name': 'AlexCJoachim', 'name': 'Alex Joachim', 'id': '497479950'}, {'screen_name': 'RitNagar', 'name': 'Ritwik', 'id': '3003174334'}, {'screen_name': 'jbinero', 'name': 'Jeroen Bollen', 'id': '531681284'}, {'screen_name': 'hubertlepicki', 'name': 'Hubert Łępicki \U0001f90d♥️\U0001f90d', 'id': '9078822'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}, {'screen_name': 'BretStephensNYT', 'name': 'Bret Stephens', 'id': '1291168520751869952'}]",,,, +7923,1000461272737959936,1000461272737959936,1527363529000.0,2018-05-26 19:38:49,+0000,,Well said. NYT journo is outraged that “dumb” public wd dare critique him while attacking me for being sensitive to criticism. Uhh... https://t.co/vZbyUY1rf4,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1000461272737959936,['https://twitter.com/ritnagar/status/1000450938220376064'],[],0,,False,10004,426,1013,https://twitter.com/ritnagar/status/1000450938220376064,None,,,,,,,[],,,, +7924,1000456410944061440,1000440472072962048,1527362370000.0,2018-05-26 19:19:30,+0000,,@TKhopshanosov @SaxMike71 @ebol94 @teslainventory @Tesla A Tesla has a usable reserve of 5 to 15 miles range even after the battery reads “empty”. This will not hurt the pack.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1000456410944061440,[],[],0,,False,596,20,46,,None,,,,,,,"[{'screen_name': 'TKhopshanosov', 'name': 'Tiko Hoppins', 'id': '1542845748'}, {'screen_name': 'SaxMike71', 'name': 'Michael Feher', 'id': '830486714061901825'}, {'screen_name': 'ebol94', 'name': '丹尼尔', 'id': '117919520'}, {'screen_name': 'teslainventory', 'name': '🔋Erik🔋', 'id': '565198801'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7925,1000453321121923072,999800798514106368,1527361633000.0,2018-05-26 19:07:13,+0000,,"@nitantbhartia @ninoles @medickinson @thephysicsgirl Pretty good. TinTin A & B are both closing the link to ground w phased array at high bandwidth, low latency (25 ms). Good enough to play fast response video games.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1000453321121923072,[],[],0,,False,1006,57,113,,None,,,,,,,"[{'screen_name': 'nitantbhartia', 'name': 'Nitant Bhartia', 'id': '50256377'}, {'screen_name': 'ninoles', 'name': 'Fabien Ninoles', 'id': '14812777'}, {'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +7926,1000452345166086144,999800798514106368,1527361401000.0,2018-05-26 19:03:21,+0000,,"@ssBlueStockings @ninoles @medickinson @thephysicsgirl It’s cool for kids & if used in a fun way, but if you called yourself a “rocket scientist” in aerospace, they would think you’re 🙃",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/1000452345166086144,[],[],0,,False,386,14,8,,None,,,,,,,"[{'screen_name': 'ssBlueStockings', 'name': 'Blue Stockings', 'id': '842723424527159296'}, {'screen_name': 'ninoles', 'name': 'Fabien Ninoles', 'id': '14812777'}, {'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +7927,1000449499221803009,1000448442827657217,1527360722000.0,2018-05-26 18:52:02,+0000,,@JuBeBallin I just sent a note to Tesla service to take care of your car right away & our HVAC engineering lead to fix root cause,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1000449499221803009,[],[],0,,False,452,13,17,,None,,,,,,,"[{'screen_name': 'JuBeBallin', 'name': 'Ju', 'id': '265395714'}]",,,, +7928,1000448564240138240,1000194986581737473,1527360499000.0,2018-05-26 18:48:19,+0000,,@Pocketsdog @omcintyre @CrampedEyes @SpaceX @Tesla Does the psych ward know you smuggled in a mobile phone?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1000448564240138240,[],[],0,,False,2732,75,381,,None,,,,,,,"[{'screen_name': 'PocketsDog', 'name': 'joey pockets dog', 'id': '1210692892622303234'}, {'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7929,1000448110085079040,1000194986581737473,1527360391000.0,2018-05-26 18:46:31,+0000,,@aquastellaris @Pocketsdog @omcintyre @CrampedEyes @SpaceX @Tesla The pain will end,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1000448110085079040,[],[],0,,False,540,41,84,,None,,,,,,,"[{'screen_name': 'aquastellaris', 'name': 'AquaStellaris', 'id': '2476332931'}, {'screen_name': 'PocketsDog', 'name': 'joey pockets dog', 'id': '1210692892622303234'}, {'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7930,1000447759143464960,1000447759143464960,1527360307000.0,2018-05-26 18:45:07,+0000,,"Wow, amazing Tesla hypermile drive happening https://t.co/jJWufZ98C9",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1000447759143464960,['https://twitter.com/teslainventory/status/1000440472072962048'],[],0,,False,8901,203,650,https://twitter.com/teslainventory/status/1000440472072962048,None,,,,,,,[],,,, +7931,1000447314748588033,1000194986581737473,1527360201000.0,2018-05-26 18:43:21,+0000,,@tedhu @omcintyre @CrampedEyes @SpaceX @Tesla Gwynne has been prez of SpaceX for 10 years & well-deserved https://t.co/XL581njDHP,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1000447314748588033,['https://twitter.com/stemettes/status/999697534934138880?s=21'],[],0,,False,535,9,32,https://twitter.com/stemettes/status/999697534934138880?s=21,None,,,,,,,"[{'screen_name': 'tedhu', 'name': 'Ted Hu', 'id': '7778772'}, {'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7932,1000446346640244736,1000194986581737473,1527359971000.0,2018-05-26 18:39:31,+0000,,"@Pocketsdog @omcintyre @CrampedEyes @SpaceX @Tesla Stop trying to charm me. It won’t work. Ok, maybe a little 😊 Are you a real person or a bot?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1000446346640244736,[],[],0,,False,727,18,22,,None,,,,,,,"[{'screen_name': 'PocketsDog', 'name': 'joey pockets dog', 'id': '1210692892622303234'}, {'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7933,1000444616536031232,999800798514106368,1527359558000.0,2018-05-26 18:32:38,+0000,,"@ninoles @medickinson @thephysicsgirl Using “rocket science” non-ironically in a bio is never a good sign, especially if you work on 🚀🔬",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/1000444616536031232,[],[],0,,False,431,6,12,,None,,,,,,,"[{'screen_name': 'ninoles', 'name': 'Fabien Ninoles', 'id': '14812777'}, {'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +7934,1000435924369522689,1000194986581737473,1527357486000.0,2018-05-26 17:58:06,+0000,,@omcintyre @CrampedEyes @SpaceX @Tesla What are you talking about? You’re being incredibly rude & nonsensical.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1000435924369522689,[],[],0,,False,741,25,17,,None,,,,,,,"[{'screen_name': 'omcintyre', 'name': 'Ocean McIntyre', 'id': '248703148'}, {'screen_name': 'CrampedEyes', 'name': 'Sam Price', 'id': '2876281696'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7935,1000434638991454208,1000333046678159361,1527357179000.0,2018-05-26 17:52:59,+0000,,"@ishanspatil @kNewsSpace Wow, haven’t watched that video in ages. When we made that, no one in the space industry thought it would actually happen.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1000434638991454208,[],[],0,,False,377,12,14,,None,,,,,,,"[{'screen_name': 'ishanspatil', 'name': 'Ishan', 'id': '1003600353281970178'}, {'screen_name': 'kNewsSpace', 'name': 'kNewsSpace', 'id': '1337484410929733634'}]",,,, +7936,1000431923502530560,1000428697306873857,1527356532000.0,2018-05-26 17:42:12,+0000,,"@Jessicalessin Generally higher quality reporting, especially if not under pressure to publish fast. Consumer Reports is great (and often critical of Tesla). Heard good things about The Information too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/1000431923502530560,[],[],0,,False,1598,54,68,,None,,,,,,,"[{'screen_name': 'Jessicalessin', 'name': 'Jessica Lessin', 'id': '8962882'}]",,,, +7937,1000332404618227712,1000332404618227712,1527332805000.0,2018-05-26 11:06:45,+0000,,Can’t believe someone leaked this schematic of the Tesla production system!! https://t.co/ylAX3uKTI1,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/1000332404618227712,[],['https://pbs.twimg.com/media/DeHlBIfUQAAGoZI.jpg'],1,https://pbs.twimg.com/media/DeHlBIfUQAAGoZI.jpg,False,41981,887,3615,,None,,,,,,,[],,,, +7938,1000258709950431234,1000204113953439744,1527315235000.0,2018-05-26 06:13:55,+0000,,"@taglia We tried, but Singapore govt is not supportive of electric vehicles",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/1000258709950431234,[],[],0,,False,1139,88,259,,None,,,,,,,"[{'screen_name': 'taglia', 'name': 'Cesare Tagliaferri', 'id': '12106072'}]",,,, +7939,1000208369959845889,1000204113953439744,1527303233000.0,2018-05-26 02:53:53,+0000,,@acid0 Tesla will start extending the Supercharger network to South America around end of next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1000208369959845889,[],[],0,,False,981,66,94,,None,,,,,,,"[{'screen_name': 'Acid0', 'name': 'Gabe ☣', 'id': '1051509149408907264'}]",,,, +7940,1000207973430394880,1000204113953439744,1527303138000.0,2018-05-26 02:52:18,+0000,,@soukyjer Prob end of next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1000207973430394880,[],[],0,,False,608,20,18,,None,,,,,,,"[{'screen_name': 'soukyjer', 'name': 'soukayna J', 'id': '93727864'}]",,,, +7941,1000207725983293441,1000204113953439744,1527303079000.0,2018-05-26 02:51:19,+0000,,"@Tidnisher Good point, we will add that to the construction plan",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1000207725983293441,[],[],0,,False,1488,48,33,,None,,,,,,,"[{'screen_name': 'Tidnisher', 'name': 'Mark', 'id': '275785602'}]",,,, +7942,1000204113953439744,1000204113953439744,1527302218000.0,2018-05-26 02:36:58,+0000,,"Global map of Tesla Superchargers, including those coming soon https://t.co/Ld5FQgCSs1",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/1000204113953439744,['https://tesla.com/findus'],[],0,,False,21663,2391,2425,,None,,,,,,,[],,,, +7943,1000164497217081344,1000089334387826689,1527292772000.0,2018-05-25 23:59:32,+0000,,"@WorldAndScience Earth’s rotation is slowly, slowly, slowly getting slower",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1000164497217081344,[],[],0,,False,14703,571,906,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +7944,1000151412033155073,999915503068966913,1527289653000.0,2018-05-25 23:07:33,+0000,,@compoundchem You’re making my point. It’s tragic that there’s a national nano day. I wish I didn’t know that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1000151412033155073,[],[],0,,False,1505,116,46,,None,,,,,,,"[{'screen_name': 'compoundchem', 'name': 'Compound Interest', 'id': '2246165587'}]",,,, +7945,1000150631666069506,1000142806118273025,1527289467000.0,2018-05-25 23:04:27,+0000,,@EVNewsDaily @Tesla All four. Zone 3 throughput was solved a couple of weeks ago.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/1000150631666069506,[],[],0,,False,594,15,29,,None,,,,,,,"[{'screen_name': 'EVNewsDaily', 'name': 'EV News Daily Podcast', 'id': '896860023980249088'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7946,1000148304016105472,1000142806118273025,1527288912000.0,2018-05-25 22:55:12,+0000,,@ElecVehicleGuy @EVNewsDaily @Tesla Model 3 was designed for min engineering & tooling change for RHD. Note left/right symmetry. LHD for Europe & Asia first half of next year. RHD probably middle of next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1000148304016105472,[],[],0,,False,526,33,41,,None,,,,,,,"[{'screen_name': 'ElecVehicleGuy', 'name': 'Electric Vehicle Guy', 'id': '713716834361556992'}, {'screen_name': 'EVNewsDaily', 'name': 'EV News Daily Podcast', 'id': '896860023980249088'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7947,1000143728500269057,1000142806118273025,1527287821000.0,2018-05-25 22:37:01,+0000,,@EVNewsDaily @Tesla This is the new production line for battery module Zone 4. Will play a key role in getting from 3000/week to 6000/week for Model 3.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/1000143728500269057,[],[],0,,False,2819,69,148,,None,,,,,,,"[{'screen_name': 'EVNewsDaily', 'name': 'EV News Daily Podcast', 'id': '896860023980249088'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7948,1000130445856595968,1000064392019501057,1527284654000.0,2018-05-25 21:44:14,+0000,,@erinbiba I have never attacked science. Definitely attacked misleading journalism like yours though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/1000130445856595968,[],[],0,,False,8194,434,1043,,None,,,,,,,"[{'screen_name': 'erinbiba', 'name': 'Erin Biba', 'id': '19624836'}]",,,, +7949,1000098080857907200,1000072092769964033,1527276938000.0,2018-05-25 19:35:38,+0000,,"@chick_in_kiev @evepeyser @broderick Pravda was incorporated a year ago. Also, Tesla factory safety has improved every year & is now better than industry avg. Misleading articles refer to Tesla being worse than avg in 2015 when we were just figuring things out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/1000098080857907200,[],[],0,,False,1077,53,41,,None,,,,,,,"[{'screen_name': 'chick_in_kiev', 'name': 'Talia Lavin', 'id': '595245502'}, {'screen_name': 'evepeyser', 'name': 'eve peyser', 'id': '2750877815'}, {'screen_name': 'broderick', 'name': 'Ryan Broderick', 'id': '18205531'}]",,,, +7950,1000085435668819968,1000085299207196672,1527273923000.0,2018-05-25 18:45:23,+0000,,@nilgirian Worth a shot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1000085435668819968,[],[],0,,False,414,30,13,,None,,,,,,,"[{'screen_name': 'nilgirian', 'name': 'nilgirian', 'id': '21949666'}]",,,, +7951,1000084944704569344,1000072092769964033,1527273806000.0,2018-05-25 18:43:26,+0000,,@evepeyser @broderick Of course! (Prav)Duh. It is named after the most pernicious propaganda machine in history specifically to highlight what we want to avoid. It’s called “satire” …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1000084944704569344,[],[],0,,False,1641,86,84,,None,,,,,,,"[{'screen_name': 'evepeyser', 'name': 'eve peyser', 'id': '2750877815'}, {'screen_name': 'broderick', 'name': 'Ryan Broderick', 'id': '18205531'}]",,,, +7952,1000082615276191744,1000072092769964033,1527273250000.0,2018-05-25 18:34:10,+0000,,"@evepeyser @broderick This is going to help journalism, not harm it. Please be so kind as to hold your fire until you actually see it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1000082615276191744,[],[],0,,False,1551,92,61,,None,,,,,,,"[{'screen_name': 'evepeyser', 'name': 'eve peyser', 'id': '2750877815'}, {'screen_name': 'broderick', 'name': 'Ryan Broderick', 'id': '18205531'}]",,,, +7953,1000080833678528512,1000080833678528512,1527272826000.0,2018-05-25 18:27:06,+0000,,"Problem solved, was able to buy https://t.co/ivSUwPqsDT! Game on …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1000080833678528512,['http://Pravduh.com'],[],0,,False,32394,2240,3356,,None,,,,,,,[],,,, +7954,1000079983543382016,1000072092769964033,1527272623000.0,2018-05-25 18:23:43,+0000,,"@kot_kotushkin I know, I know. Russia seriously didn’t correct me on this!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1000079983543382016,[],[],0,,False,428,13,14,,None,,,,,,,[],,,, +7955,1000079980611624960,1000072092769964033,1527272622000.0,2018-05-25 18:23:42,+0000,,"@broderick Something needs to be done to reward consistent, high quality journalism. Some in media are absurdly indignant before even seeing the product. Odd …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1000079980611624960,[],[],0,,False,1773,100,99,,None,,,,,,,"[{'screen_name': 'broderick', 'name': 'Ryan Broderick', 'id': '18205531'}]",,,, +7956,1000079978220802049,1000072092769964033,1527272622000.0,2018-05-25 18:23:42,+0000,,"Turns out https://t.co/S5kmNfnih8 is actually owned by Ukraine. For some reason, Russia didn’t bother to correct me …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1000079978220802049,['http://Pravda.com'],[],0,,False,7431,536,709,,None,,,,,,,[],,,, +7957,1000079975150596096,1000072092769964033,1527272621000.0,2018-05-25 18:23:41,+0000,,"@designcollector For some reason, Russia didn’t bother to correct me …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/1000079975150596096,[],[],0,,False,632,24,14,,None,,,,,,,"[{'screen_name': 'designcollector', 'name': 'Designcollector Network 💎', 'id': '17850816'}]",,,, +7958,1000072092769964033,1000072092769964033,1527270742000.0,2018-05-25 17:52:22,+0000,,"Tried to buy https://t.co/S5kmNfnih8, but Russia said no. Turns out they already use it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/1000072092769964033,['http://Pravda.com'],[],0,,False,11299,1453,1351,,None,,,,,,,[],,,, +7959,999848310344044544,999625839095484416,1527217388000.0,2018-05-25 03:03:08,+0000,,"@DavisTravis9830 @amywestervelt @Billsocalif @RMac18 @weinbergersa Definitely did not. I’ve been through many press cycles & know full well same person praising me today will trash me tomorrow. Journos hound me constantly for interviews, but I do almost none these days. ♥️ Twitter as it allows me to bypass journo bs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/999848310344044544,[],[],0,,False,1446,129,106,,None,,,,,,,"[{'screen_name': 'DavisTravis9830', 'name': 'Travis Davis', 'id': '2842960103'}, {'screen_name': 'amywestervelt', 'name': 'Amy Westervelt', 'id': '14779408'}, {'screen_name': 'Billsocalif', 'name': 'Bill Sabo', 'id': '283716626'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'weinbergersa', 'name': 'Sharon Weinberger', 'id': '21120847'}]",,,, +7960,999845637385404416,999625839095484416,1527216750000.0,2018-05-25 02:52:30,+0000,,@amywestervelt @Billsocalif @RMac18 @weinbergersa I’ve just had it with sanctimonious journalists who appoint themselves protectors of the public interest & yet believe that same public is too stupid & immoral to assess their credibility. It’s amazing that you don’t understand how insufferably hypocritical that is. Wow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/999845637385404416,[],[],0,,False,3958,162,781,,None,,,,,,,"[{'screen_name': 'amywestervelt', 'name': 'Amy Westervelt', 'id': '14779408'}, {'screen_name': 'Billsocalif', 'name': 'Bill Sabo', 'id': '283716626'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'weinbergersa', 'name': 'Sharon Weinberger', 'id': '21120847'}]",,,, +7961,999841559846633473,999625839095484416,1527215778000.0,2018-05-25 02:36:18,+0000,,@spacecom @amywestervelt @weinbergersa The Tesla facility is open plan & we’re not going to erect walls everywhere for a journo tour. I know journalists too well & they are some of the worst & best human beings I’ve ever met. You’re the former.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/999841559846633473,[],[],0,,False,903,50,42,,None,,,,,,,"[{'screen_name': 'spacecom', 'name': 'Parabolicarc.com', 'id': '18928764'}, {'screen_name': 'amywestervelt', 'name': 'Amy Westervelt', 'id': '14779408'}, {'screen_name': 'weinbergersa', 'name': 'Sharon Weinberger', 'id': '21120847'}]",,,, +7962,999809802988482560,999800798514106368,1527208207000.0,2018-05-25 00:30:07,+0000,,@ObviousParadox @medickinson @thephysicsgirl No,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/999809802988482560,[],[],0,,False,377,25,9,,None,,,,,,,"[{'screen_name': 'obviousparadox', 'name': 'Manik ama depresif', 'id': '1163599033778298880'}, {'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +7963,999808730106445824,999800798514106368,1527207951000.0,2018-05-25 00:25:51,+0000,,@medickinson @thephysicsgirl Nano applies to everything & therefore means nothing. Definitely indicates bs. Sorry. https://t.co/WQp8j9YkeJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/999808730106445824,['http://uncyclopedia.wikia.com/wiki/Nanotechnology'],[],0,,False,3442,325,169,,None,,,,,,,"[{'screen_name': 'medickinson', 'name': 'Dr Michelle Dickinson', 'id': '15292041'}, {'screen_name': 'thephysicsgirl', 'name': 'Dianna Cowern', 'id': '529126022'}]",,,, +7964,999797465787191297,999625839095484416,1527205265000.0,2018-05-24 23:41:05,+0000,,"@amywestervelt @weinbergersa Yes, because Tesla has the most advanced battery manufacturing technology in the world & products that haven’t been unveiled yet. You don’t have a right to show that to our competitors or spoil future product launches.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/999797465787191297,[],[],0,,False,2810,98,152,,None,,,,,,,"[{'screen_name': 'amywestervelt', 'name': 'Amy Westervelt', 'id': '14779408'}, {'screen_name': 'weinbergersa', 'name': 'Sharon Weinberger', 'id': '21120847'}]",,,, +7965,999796653560283136,999625839095484416,1527205072000.0,2018-05-24 23:37:52,+0000,,"@weinbergersa Wow, you’re ignorant. Don’t remember you, but disclosing classified US missile technology to hostile nations would violate ITAR law & land you in jail. I didn’t review it, but my team did. Obviously nobody cared about what your article said. Please.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/999796653560283136,[],[],0,,False,41057,802,3687,,None,,,,,,,"[{'screen_name': 'weinbergersa', 'name': 'Sharon Weinberger', 'id': '21120847'}]",,,, +7966,999619147305660416,999395322790105088,1527162751000.0,2018-05-24 11:52:31,+0000,,@PolitiFact @PayPal @Poynter Done,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/999619147305660416,[],[],0,,False,1241,52,48,,None,,,,,,,"[{'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}, {'screen_name': 'PayPal', 'name': 'PayPal', 'id': '30018058'}, {'screen_name': 'Poynter', 'name': 'Poynter', 'id': '8383592'}]",,,, +7967,999597963482574848,999589943000358913,1527157700000.0,2018-05-24 10:28:20,+0000,,@jennineak Have a confirmed real name identity section & an unconfirmed identity section. Latter with subscore that excludes probable botnets.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/999597963482574848,[],[],0,,False,786,80,29,,None,,,,,,,"[{'screen_name': 'jennineak', 'name': 'yeah nah', 'id': '39682124'}]",,,, +7968,999594838973542400,999593725876670466,1527156955000.0,2018-05-24 10:15:55,+0000,,@DX_1 Be careful what you wish for https://t.co/3mSj15UeIw,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/999594838973542400,['https://m.imdb.com/title/tt3333824/'],[],0,,False,11080,100,965,,None,,,,,,,"[{'screen_name': 'DX_1', 'name': 'darren', 'id': '21287057'}]",,,, +7969,999591624521940993,999367582271422464,1527156189000.0,2018-05-24 10:03:09,+0000,,"Amazingly, the “media is awesome” vote is declining, despite hundreds of articles attacking this very poll🤔",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/999591624521940993,[],[],0,,False,26319,1191,1702,,None,,,,,,,[],,,, +7970,999589943000358913,999589943000358913,1527155788000.0,2018-05-24 09:56:28,+0000,,My point exactly https://t.co/PQ7PFqeC3X,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/999589943000358913,['https://twitter.com/rockypruitt/status/999535383049273344'],[],0,,False,10148,300,713,https://twitter.com/rockypruitt/status/999535383049273344,None,,,,,,,[],,,, +7971,999579712484790272,999367582271422464,1527153349000.0,2018-05-24 09:15:49,+0000,,"@upulie Ahem, you have “nano” in your bio. That is 100% synonymous with bs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/999579712484790272,[],[],0,,False,1198,402,69,,None,,,,,,,"[{'screen_name': 'upulie', 'name': 'STEMLORD', 'id': '187518287'}]",,,, +7972,999570680210276352,999367582271422464,1527151195000.0,2018-05-24 08:39:55,+0000,,@donny0m Reddit is great,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/999570680210276352,[],[],0,,False,1236,81,141,,None,,,,,,,"[{'screen_name': 'donny0m', 'name': 'Mihir Mukerji', 'id': '431889297'}]",,,, +7973,999568719146725377,999367582271422464,1527150728000.0,2018-05-24 08:32:08,+0000,,"Come on media, you can do it! Get more people to vote for you. You are literally the media.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/999568719146725377,[],[],0,,False,27096,691,1770,,None,,,,,,,[],,,, +7974,999560417637580800,999370018449248256,1527148749000.0,2018-05-24 07:59:09,+0000,,@PassionPlanet1 @supernovaslight @lexiheft @dancow @tedhu @chadgowens @scottwww @JessicaHuseman Exactly. The point of such a site would be to help restore the credibility of the media. They don’t realize how little credibility they actually have with the public.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/999560417637580800,[],[],0,,False,692,56,61,,None,,,,,,,"[{'screen_name': 'PassionPlanet1', 'name': 'PassionPlanet', 'id': '2587869397'}, {'screen_name': 'supernovaslight', 'name': 'Lori Mj', 'id': '71531057'}, {'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'dancow', 'name': 'dan nguyen', 'id': '14335332'}, {'screen_name': 'tedhu', 'name': 'Ted Hu', 'id': '7778772'}, {'screen_name': 'chadgowens', 'name': 'Chad Gowens', 'id': '810061614640730116'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}]",,,, +7975,999524442211418114,999370018449248256,1527140171000.0,2018-05-24 05:36:11,+0000,,"@lexiheft @dancow @tedhu @chadgowens @scottwww @JessicaHuseman Why are certain journalists (editors especially) so concerned about the public rating their credibility? All they do all day is rate others, ostensibly on behalf of the same public for which they have contempt.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/999524442211418114,[],[],0,,False,3156,109,762,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'dancow', 'name': 'dan nguyen', 'id': '14335332'}, {'screen_name': 'tedhu', 'name': 'Ted Hu', 'id': '7778772'}, {'screen_name': 'chadgowens', 'name': 'Chad Gowens', 'id': '810061614640730116'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}]",,,, +7976,999520453071855616,999370018449248256,1527139220000.0,2018-05-24 05:20:20,+0000,,@dancow @tedhu @chadgowens @scottwww @JessicaHuseman I did to any who asked,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/999520453071855616,[],[],0,,False,680,11,13,,None,,,,,,,"[{'screen_name': 'dancow', 'name': 'dan nguyen', 'id': '14335332'}, {'screen_name': 'tedhu', 'name': 'Ted Hu', 'id': '7778772'}, {'screen_name': 'chadgowens', 'name': 'Chad Gowens', 'id': '810061614640730116'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}]",,,, +7977,999517376772165632,999370018449248256,1527138487000.0,2018-05-24 05:08:07,+0000,,"@dancow @tedhu @chadgowens @scottwww @JessicaHuseman That was obvious from a mile away. I tried to use their product & it didn’t work. Not exactly a genius move by WSJ, but they were brave enough to say it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/999517376772165632,[],[],0,,False,692,14,23,,None,,,,,,,"[{'screen_name': 'dancow', 'name': 'dan nguyen', 'id': '14335332'}, {'screen_name': 'tedhu', 'name': 'Ted Hu', 'id': '7778772'}, {'screen_name': 'chadgowens', 'name': 'Chad Gowens', 'id': '810061614640730116'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}]",,,, +7978,999515261479731200,999450636075778049,1527137983000.0,2018-05-24 04:59:43,+0000,,"@DMC_Ryan @teslanomicsco @Tesla Maybe after you get your Model 3, we can talk about what you like & what needs to be improved",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/999515261479731200,[],[],0,,False,1858,51,41,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +7979,999513492825620481,999450636075778049,1527137561000.0,2018-05-24 04:52:41,+0000,,"@DMC_Ryan @teslanomicsco But consider it real. We could unveil Model Y anytime from late this year to mid next year, so March 15 is about right.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/999513492825620481,[],[],0,,False,2114,56,92,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}]",,,, +7980,999513049470922752,999450636075778049,1527137455000.0,2018-05-24 04:50:55,+0000,,"@DMC_Ryan @teslanomicsco I just made that up, because the Ides of March sounded good",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/999513049470922752,[],[],0,,False,2607,42,65,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}]",,,, +7981,999512438142787585,999433480797872128,1527137309000.0,2018-05-24 04:48:29,+0000,,@eugenelee3 @karaswisher @Jason Gasoline or diesel?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/999512438142787585,[],[],0,,False,314,12,6,,None,,,,,,,"[{'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}]",,,, +7982,999511881160130565,999433480797872128,1527137177000.0,2018-05-24 04:46:17,+0000,,@karaswisher @Jason What car do you drive?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/999511881160130565,[],[],0,,False,652,36,28,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}, {'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}]",,,, +7983,999502403207544832,999450636075778049,1527134917000.0,2018-05-24 04:08:37,+0000,,@teslanomicsco March 15,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/999502403207544832,[],[],0,,False,2226,81,90,,None,,,,,,,"[{'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}]",,,, +7984,999500971045629952,999367582271422464,1527134575000.0,2018-05-24 04:02:55,+0000,,@mainhoonmaun The media,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/999500971045629952,[],[],0,,False,876,35,37,,None,,,,,,,[],,,, +7985,999466717112745985,999433480797872128,1527126409000.0,2018-05-24 01:46:49,+0000,,"@karaswisher Hi Kara! I’m open to it. Right now, I’m cranking super hard at the Tesla factory, so it depends on how things are going next week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/999466717112745985,[],[],0,,False,4906,207,217,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}]",,,, +7986,999465692859527168,999465692859527168,1527126165000.0,2018-05-24 01:42:45,+0000,,"Maybe the media credibility rating site should be called “You’re Right!” I do actually own https://t.co/1JqqCF9inA, but for the moment I just have it automatically forward to Facebook News.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/999465692859527168,['http://youreright.com'],[],0,,False,17731,1252,1326,,None,,,,,,,[],,,, +7987,999462420790755334,999367582271422464,1527125384000.0,2018-05-24 01:29:44,+0000,,@TruthForceSteem @kali0x2a Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/999462420790755334,[],[],0,,False,413,26,12,,None,,,,,,,"[{'screen_name': 'kali0x2a', 'name': 'kⒶli', 'id': '2337594336'}]",,,, +7988,999451883092652032,999450636075778049,1527122872000.0,2018-05-24 00:47:52,+0000,,"@MrNobre There no good car emojis. I mean seriously, what the heck are these 🚗 🚙 and this is the best one 🚘",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/999451883092652032,[],[],0,,False,4387,144,291,,None,,,,,,,"[{'screen_name': 'MrNobre', 'name': '🇨🇦 Izzy Nobre', 'id': '60032981'}]",,,, +7989,999451013391179776,999450636075778049,1527122665000.0,2018-05-24 00:44:25,+0000,,@CryptoAlesio Yo,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/999451013391179776,[],[],0,,False,3294,25,111,,None,,,,,,,[],,,, +7990,999450781437706241,999450310706843648,1527122609000.0,2018-05-24 00:43:29,+0000,,@benschwartzy That’s the basic idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/999450781437706241,[],[],0,,False,1038,37,19,,None,,,,,,,[],,,, +7991,999450636075778049,999450636075778049,1527122575000.0,2018-05-24 00:42:55,+0000,,"For some reason, this is the best I’ve felt in a while. Hope you’re feeling good too 🚀♥️🌏",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/999450636075778049,[],[],0,,False,130965,3347,14013,,None,,,,,,,[],,,, +7992,999448547513614336,999395322790105088,1527122077000.0,2018-05-24 00:34:37,+0000,,"@PolitiFact I just tried to donate, but you don’t accept PayPal. Lmk when you do.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/999448547513614336,[],[],0,,False,5593,215,208,,None,,,,,,,"[{'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +7993,999424264880058368,999422996828733440,1527116287000.0,2018-05-23 22:58:07,+0000,,"@adnroy Um, you just tweeted about this, so obv you do",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/999424264880058368,[],[],0,,False,13926,262,557,,None,,,,,,,"[{'screen_name': 'adnroy', 'name': '(((Adam Roy)))', 'id': '14105083'}]",,,, +7994,999424262925533184,999422577511550982,1527116287000.0,2018-05-23 22:58:07,+0000,,@southtopia Thank you! I thought it was so obvious …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/999424262925533184,[],[],0,,False,1986,72,47,,None,,,,,,,"[{'screen_name': 'southtopia', 'name': 'Jon Southurst', 'id': '249134535'}]",,,, +7995,999415738967277568,999367582271422464,1527114255000.0,2018-05-23 22:24:15,+0000,,@AltWouss @jackallisonLOL @ParkerMolloy Exactly. UAW does not have individual stock ownership as part of the compensation at any other company.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/999415738967277568,[],[],0,,False,756,25,35,,None,,,,,,,"[{'screen_name': 'AltWouss', 'name': 'Wooter', 'id': '120239254'}, {'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}]",,,, +7996,999398212162105344,999395322790105088,1527110076000.0,2018-05-23 21:14:36,+0000,,"@PolitiFact Yeah, I think you do great work",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/999398212162105344,[],[],0,,False,2445,73,58,,None,,,,,,,"[{'screen_name': 'PolitiFact', 'name': 'PolitiFact', 'id': '8953122'}]",,,, +7997,999389139551248384,999389139551248384,1527107913000.0,2018-05-23 20:38:33,+0000,,"If you’re in media & don’t want Pravda to exist, write an article telling your readers to vote against it …",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/999389139551248384,[],[],0,,False,22606,1164,1702,,None,,,,,,,[],,,, +7998,999385597771853824,999367582271422464,1527107068000.0,2018-05-23 20:24:28,+0000,,@meharris 🤗,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/999385597771853824,[],[],0,,False,8710,139,167,,None,,,,,,,"[{'screen_name': 'meharris', 'name': 'Mark Harris', 'id': '19551341'}]",,,, +7999,999385249720057856,999367582271422464,1527106985000.0,2018-05-23 20:23:05,+0000,,"@ParkerMolloy I’ve never stopped a union vote nor removed a union. UAW abandoned this factory. Tesla arrived & gave people back their jobs. They haven’t forgotten UAW betrayed them. That’s why UAW can’t even get people to attend a free BBQ, let alone enough sigs for a vote.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/999385249720057856,[],[],0,,False,2060,80,151,,None,,,,,,,"[{'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}]",,,, +8000,999382070848770048,999367582271422464,1527106227000.0,2018-05-23 20:10:27,+0000,,@meharris Of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/999382070848770048,[],[],0,,False,617,26,18,,None,,,,,,,"[{'screen_name': 'meharris', 'name': 'Mark Harris', 'id': '19551341'}]",,,, +8001,999378223661137920,999370018449248256,1527105310000.0,2018-05-23 19:55:10,+0000,,"@scottwww @JessicaHuseman It is strange that big auto companies literally have thousands more factory injuries than Tesla & millions more auto deaths, but somehow get less coverage. We are not perfect, but we’re doing our best to make clean energy real & be a good company.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999378223661137920,[],[],0,,False,2804,96,268,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}]",,,, +8002,999376607662952448,999370018449248256,1527104925000.0,2018-05-23 19:48:45,+0000,,"@JessicaHuseman @reveal No, they’re just some rich kids in Berkeley who took their political science prof too seriously",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999376607662952448,[],[],0,,False,7604,351,672,,None,,,,,,,"[{'screen_name': 'JessicaHuseman', 'name': 'Jessica Huseman', 'id': '51781119'}, {'screen_name': 'reveal', 'name': 'Reveal', 'id': '1726074810'}]",,,, +8003,999375777882750976,999367582271422464,1527104727000.0,2018-05-23 19:45:27,+0000,,@iShashankBhatia Will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999375777882750976,[],[],0,,False,530,31,12,,None,,,,,,,"[{'screen_name': 'iShashankBhatia', 'name': 'Shashank Bhatia', 'id': '783787057734754304'}]",,,, +8004,999374720368689153,999367582271422464,1527104475000.0,2018-05-23 19:41:15,+0000,,Create a media credibility rating site (that also flags propaganda botnets),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999374720368689153,[],[],0,,False,34246,4081,10413,,None,,,,,,,[],,,, +8005,999371548053000193,999367582271422464,1527103719000.0,2018-05-23 19:28:39,+0000,,@scotch_io That’s why editors are included too,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999371548053000193,[],[],0,,False,936,43,19,,None,,,,,,,"[{'screen_name': 'scotch_io', 'name': 'Better Dev', 'id': '1122906733'}]",,,, +8006,999370318383742976,999364333674024960,1527103425000.0,2018-05-23 19:23:45,+0000,,@SophieWarnes We don’t. The media is reporting someone else saying that Tesla advertised. It is untrue.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999370318383742976,[],[],0,,False,2023,56,73,,None,,,,,,,"[{'screen_name': 'SophieWarnes', 'name': 'Soph', 'id': '504474006'}]",,,, +8007,999369623484039168,999367582271422464,1527103260000.0,2018-05-23 19:21:00,+0000,,"Even if some of the public doesn’t care about the credibility score, the journalists, editors & publications will. It is how they define themselves.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999369623484039168,[],[],0,,False,41817,1404,3624,,None,,,,,,,[],,,, +8008,999369022280843264,999367582271422464,1527103116000.0,2018-05-23 19:18:36,+0000,,@DetroitVictoria Enough of the public does care about the truth. I have faith in the people.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999369022280843264,[],[],0,,False,17665,588,1051,,None,,,,,,,[],,,, +8009,999368671972622336,999367582271422464,1527103033000.0,2018-05-23 19:17:13,+0000,,@AntVenom Maybe some good people from those orgs who would join,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999368671972622336,[],[],0,,False,4467,252,99,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +8010,999368393420488704,999367582271422464,1527102967000.0,2018-05-23 19:16:07,+0000,,"@Virtualanom Not only needs to be botproof, but seek & unmask anyone operating a disinformation bot army",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999368393420488704,[],[],0,,False,12978,529,802,,None,,,,,,,"[{'screen_name': 'Virtualanom', 'name': 'Virtual Anomaly', 'id': '2969505255'}]",,,, +8011,999367998078042114,999367582271422464,1527102872000.0,2018-05-23 19:14:32,+0000,,@sakiwebo Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999367998078042114,[],[],0,,False,962,54,39,,None,,,,,,,"[{'screen_name': 'sakiwebo', 'name': 'Den Dal', 'id': '268962051'}]",,,, +8012,999367582271422464,999367582271422464,1527102773000.0,2018-05-23 19:12:53,+0000,,"Going to create a site where the public can rate the core truth of any article & track the credibility score over time of each journalist, editor & publication. Thinking of calling it Pravda …",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999367582271422464,[],[],0,,False,217551,15202,41896,,None,,,,,,,[],,,, +8013,999365829761249280,999364333674024960,1527102355000.0,2018-05-23 19:05:55,+0000,,@dancow @WSJ An exception that proves the rule,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999365829761249280,[],[],0,,False,1112,103,21,,None,,,,,,,"[{'screen_name': 'dancow', 'name': 'dan nguyen', 'id': '14335332'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +8014,999365292684861441,999364333674024960,1527102227000.0,2018-05-23 19:03:47,+0000,,"@CodyBrown Uh, this is Twitter. How many characters do you want?",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/999365292684861441,[],[],0,,False,3783,87,114,,None,,,,,,,"[{'screen_name': 'codybrown', 'name': 'codyb', 'id': '10950722'}]",,,, +8015,999364333674024960,999364333674024960,1527101999000.0,2018-05-23 18:59:59,+0000,,"Problem is journos are under constant pressure to get max clicks & earn advertising dollars or get fired. Tricky situation, as Tesla doesn’t advertise, but fossil fuel companies & gas/diesel car companies are among world’s biggest advertisers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/999364333674024960,[],[],0,,False,39122,1687,5229,,None,,,,,,,[],,,, +8016,999363031996948480,999355619390865408,1527101688000.0,2018-05-23 18:54:48,+0000,,@teddymonacelli The media has earned this mistrust. But maybe there is a solution.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/999363031996948480,[],[],0,,False,5449,239,443,,None,,,,,,,"[{'screen_name': 'teddymonacelli', 'name': 'Teddy Monacelli', 'id': '22651580'}]",,,, +8017,999361510915768320,999360422267453440,1527101326000.0,2018-05-23 18:48:46,+0000,,@jaspar Oh hey another sanctimonious media person who thinks he’s above criticism. Try being truthful & the public will believe you again.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/999361510915768320,[],[],0,,False,4250,127,319,,None,,,,,,,"[{'screen_name': 'jaspar', 'name': 'J Emory Parker 🏳️\u200d🌈 Wear Masks | Stay Home', 'id': '14265924'}]",,,, +8018,999357298861486080,999356301644791808,1527100321000.0,2018-05-23 18:32:01,+0000,,"@andyjayhawk Thought you’d say that. Anytime anyone criticizes the media, the media shrieks “You’re just like Trump!” Why do you think he got elected in the first place? Because no ones believes you any more. You lost your credibility a long time ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/999357298861486080,[],[],0,,False,58693,2126,13656,,None,,,,,,,"[{'screen_name': 'andyjayhawk', 'name': 'Andrew J. Hawkins 🚇🚌🚲🛴', 'id': '21209333'}]",,,, +8019,999355619390865408,999355619390865408,1527099921000.0,2018-05-23 18:25:21,+0000,,"The holier-than-thou hypocrisy of big media companies who lay claim to the truth, but publish only enough to sugarcoat the lie, is why the public no longer respects them https://t.co/Ay2DwCOMkr",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/999355619390865408,['https://twitter.com/electrekco/status/999318852365303808'],[],0,,False,41097,1762,8920,https://twitter.com/electrekco/status/999318852365303808,None,,,,,,,[],,,, +8020,999234369112850432,999076603345895424,1527071013000.0,2018-05-23 10:23:33,+0000,,"@girllovesbread @ZainRaz4 @mashable This will sound super obvious, but Genesis & Oblivion",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/999234369112850432,[],[],0,,False,717,13,32,,None,,,,,,,"[{'screen_name': 'girllovesbread', 'name': 'k i m ♡', 'id': '2979452339'}, {'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}, {'screen_name': 'mashable', 'name': 'Mashable', 'id': '972651'}]",,,, +8021,999233903456997376,999076603345895424,1527070902000.0,2018-05-23 10:21:42,+0000,,@JohnBirmingham @mashable I am not cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/999233903456997376,[],[],0,,False,1328,64,120,,None,,,,,,,"[{'screen_name': 'JohnBirmingham', 'name': 'John Birmingham', 'id': '28278535'}, {'screen_name': 'mashable', 'name': 'Mashable', 'id': '972651'}]",,,, +8022,999232361236590592,999076603345895424,1527070534000.0,2018-05-23 10:15:34,+0000,,@ZainRaz4 @mashable The one about to come out called So Heavy i fell through the earth,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/999232361236590592,[],[],0,,False,844,9,26,,None,,,,,,,"[{'screen_name': 'ZainRaz4', 'name': 'Zain', 'id': '1558735195'}, {'screen_name': 'mashable', 'name': 'Mashable', 'id': '972651'}]",,,, +8023,999229479514853379,999076603345895424,1527069847000.0,2018-05-23 10:04:07,+0000,,"@mashable Was sad to see G getting tons of undeserved flak because of me, so I’m glad there’s some good too ♥️🎼🐇. Her music is incredible.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/999229479514853379,[],[],0,,False,11684,194,400,,None,,,,,,,"[{'screen_name': 'mashable', 'name': 'Mashable', 'id': '972651'}]",,,, +8024,999161021657837568,998409778316496896,1527053525000.0,2018-05-23 05:32:05,+0000,,@bevvscott Thanks. Not super fun right now 😔,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/999161021657837568,[],[],0,,False,535,121,28,,None,,,,,,,"[{'screen_name': 'bevvscott', 'name': 'Bev Scott', 'id': '826170052416188416'}]",,,, +8025,999155581012230144,998988641702526977,1527052228000.0,2018-05-23 05:10:28,+0000,,@kulpability @DeusEx Busted 👻,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/999155581012230144,[],[],0,,False,1367,10,20,,None,,,,,,,"[{'screen_name': 'kulpability', 'name': '“Mary”', 'id': '950471510266871810'}, {'screen_name': 'DeusEx', 'name': 'Deus Ex', 'id': '31137807'}]",,,, +8026,999154641085448192,998409778316496896,1527052004000.0,2018-05-23 05:06:44,+0000,,"@CateLuvsLondon @Aceinmysleeve1 @ericbrownzzz @dmatkins137 @ShayneRarma @NASA None of those criteria are certain by themselves, but when taken together & messages have an obv agenda, it almost always indicates use of a network of self-validating troll accounts",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/999154641085448192,[],[],0,,False,423,20,18,,None,,,,,,,"[{'screen_name': 'CateLuvsLondon', 'name': 'Catherine Griffiths', 'id': '827689915'}, {'screen_name': 'Aceinmysleeve1', 'name': 'Dow Jones Destroyer', 'id': '2200167420'}, {'screen_name': 'ericbrownzzz', 'name': 'Eric Brown', 'id': '30404017'}, {'screen_name': 'dmatkins137', 'name': 'David Atkins', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +8027,999149447975133184,998409778316496896,1527050766000.0,2018-05-23 04:46:06,+0000,,"@Aceinmysleeve1 @ericbrownzzz @dmatkins137 @ShayneRarma @NASA Troll dead giveaways: not using real names, obv fake pics & backgrounds, low follower/follow ratio, account recently created, repeating same phrases, etc (sigh)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/999149447975133184,[],[],0,,False,483,38,25,,None,,,,,,,"[{'screen_name': 'Aceinmysleeve1', 'name': 'Dow Jones Destroyer', 'id': '2200167420'}, {'screen_name': 'ericbrownzzz', 'name': 'Eric Brown', 'id': '30404017'}, {'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +8028,999062738402881537,998988641702526977,1527030093000.0,2018-05-22 23:01:33,+0000,,@AustinOnSocial Great idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/999062738402881537,[],[],0,,False,3848,82,73,,None,,,,,,,"[{'screen_name': 'AustinOnSocial', 'name': 'Austin Braun', 'id': '1051295658'}]",,,, +8029,999056596935233536,998409778316496896,1527028628000.0,2018-05-22 22:37:08,+0000,,@annerajb @ericbrownzzz @dmatkins137 @ShayneRarma @NASA Will do it later this year. Too much on plate right now. Will be available as an upgrade from service.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/999056596935233536,[],[],0,,False,531,26,28,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}, {'screen_name': 'ericbrownzzz', 'name': 'Eric Brown', 'id': '30404017'}, {'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +8030,999056071489548288,998988641702526977,1527028503000.0,2018-05-22 22:35:03,+0000,,@DeusEx Love original Deus Ex! That would be awesome.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/999056071489548288,[],[],0,,False,3357,60,156,,None,,,,,,,"[{'screen_name': 'DeusEx', 'name': 'Deus Ex', 'id': '31137807'}]",,,, +8031,999020811930423297,998686530041364480,1527020097000.0,2018-05-22 20:14:57,+0000,,@UAW @speea @AlterViggo @juliacarriew Interesting he stops at ‘09. That’s when you drove GM & Chrysler into bankruptcy & lost tens of thousands of jobs for people that counted on you.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/999020811930423297,[],[],0,,False,713,55,49,,None,,,,,,,"[{'screen_name': 'UAW', 'name': 'UAW', 'id': '15854702'}, {'screen_name': 'speea', 'name': 'SPEEA', 'id': '15949848'}, {'screen_name': 'AlterViggo', 'name': 'Alter Viggo', 'id': '983380841484042241'}, {'screen_name': 'juliacarriew', 'name': 'Julia Carrie Wong', 'id': '481655487'}]",,,, +8032,999010644572553216,999009435010846720,1527017673000.0,2018-05-22 19:34:33,+0000,,@matthunter Just order your car with the James Bond option package. It’s an off-menu item for those in the know 😉,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/999010644572553216,[],[],0,,False,9010,178,424,,None,,,,,,,"[{'screen_name': 'matthunter', 'name': 'M A T T H U N T Ξ R', 'id': '14162498'}]",,,, +8033,999010167793504256,998409778316496896,1527017559000.0,2018-05-22 19:32:39,+0000,,"@ericbrownzzz @dmatkins137 @ShayneRarma @NASA But ya know what, let’s test that theory. Maybe we do want UAW back, even tho UAW betrayed us 8 years ago & left us here to rot. Maybe we want UAW back even tho injury rate today is 1/2 what it was with them & wages were lower. Maybe. Let’s hold a vote & find out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/999010167793504256,[],[],0,,False,656,64,37,,None,,,,,,,"[{'screen_name': 'ericbrownzzz', 'name': 'Eric Brown', 'id': '30404017'}, {'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +8034,998996397570441216,998686530041364480,1527014276000.0,2018-05-22 18:37:56,+0000,,"@speea @AlterViggo @juliacarriew In theory true, but not how UAW behaved. They drove GM & Chrysler to bankruptcy & lost 200,000+ jobs for people they were supposed to protect, incl abandoning NUMMI plant workers.Tesla took over & now it has 10k+ jobs.UAW destroyed once great US auto industry & everyone knows it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/998996397570441216,[],[],0,,False,586,47,51,,None,,,,,,,"[{'screen_name': 'speea', 'name': 'SPEEA', 'id': '15949848'}, {'screen_name': 'AlterViggo', 'name': 'Alter Viggo', 'id': '983380841484042241'}, {'screen_name': 'juliacarriew', 'name': 'Julia Carrie Wong', 'id': '481655487'}]",,,, +8035,998988641702526977,998988641702526977,1527012427000.0,2018-05-22 18:07:07,+0000,,"We’re going to include some fun games as hidden Easter eggs in Tesla S, X & 3. What do you think would be most fun in a car using the center touch screen?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/998988641702526977,[],[],0,,False,38275,12682,2383,,None,,,,,,,[],,,, +8036,998988091556704256,998987699003502592,1527012295000.0,2018-05-22 18:04:55,+0000,,@OldManLink Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/998988091556704256,[],[],0,,False,315,14,13,,None,,,,,,,"[{'screen_name': 'OldManLink', 'name': 'Peter Hugosson-Mille', 'id': '35022687'}]",,,, +8037,998987396870950912,998409778316496896,1527012130000.0,2018-05-22 18:02:10,+0000,,"@ericbrownzzz @dmatkins137 @ShayneRarma @NASA No, UAW does that. They want divisiveness & enforcement of 2 class “lords & commoners” system. That sucks. US fought War of Independence to get *rid* of a 2 class system! Managers & workers shd be equal w easy movement either way. Managing sucks btw. Hate doing it so much.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/998987396870950912,[],[],0,,False,1013,306,81,,None,,,,,,,"[{'screen_name': 'ericbrownzzz', 'name': 'Eric Brown', 'id': '30404017'}, {'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +8038,998984720783323136,998409778316496896,1527011492000.0,2018-05-22 17:51:32,+0000,,"@mikeyfranklin @dmatkins137 @ShayneRarma @NASA More “Reveal” bs. Tesla is overseen by Cal/OSHA, most stringent labor safety org in US, & they’ve never found us to misrepresent. On other hand, Ford, Chrysler & GM (UAW) have repeatedly been found to fake safety numbers. Strangely, that info is missing from Reveal article …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/998984720783323136,[],[],0,,False,557,24,34,,None,,,,,,,"[{'screen_name': 'mikeyfranklin', 'name': 'biden bucks recipient', 'id': '102036068'}, {'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +8039,998981687743741952,998906375370616832,1527010769000.0,2018-05-22 17:39:29,+0000,,@SarahKnuckey @JeffBezos @Oprah @kobebryant @richardbranson @shanesmith30 No problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/998981687743741952,[],[],0,,False,375,5,10,,None,,,,,,,"[{'screen_name': 'SarahKnuckey', 'name': 'Sarah Knuckey', 'id': '346716849'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'Oprah', 'name': 'Oprah Winfrey', 'id': '19397785'}, {'screen_name': 'kobebryant', 'name': 'Kobe Bryant', 'id': '1059194370'}, {'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'shanesmith30', 'name': 'shane smith', 'id': '88975905'}]",,,, +8040,998980096181628929,998906375370616832,1527010389000.0,2018-05-22 17:33:09,+0000,,"@SarahKnuckey @JeffBezos @Oprah @kobebryant @richardbranson @shanesmith30 They are incorrect. We never met, nor have we ever been scheduled to meet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/998980096181628929,[],[],0,,False,447,10,13,,None,,,,,,,"[{'screen_name': 'SarahKnuckey', 'name': 'Sarah Knuckey', 'id': '346716849'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'Oprah', 'name': 'Oprah Winfrey', 'id': '19397785'}, {'screen_name': 'kobebryant', 'name': 'Kobe Bryant', 'id': '1059194370'}, {'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'shanesmith30', 'name': 'shane smith', 'id': '88975905'}]",,,, +8041,998953706673487873,998740514953285632,1527004097000.0,2018-05-22 15:48:17,+0000,,"@DMC_Ryan @loganthefirst Thanks again, have conveyed your words to the Tesla team, who have been working crazy hard. Really energizing!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/998953706673487873,[],[],0,,False,588,34,25,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'loganthefirst', 'name': 'Logan', 'id': '35281370'}]",,,, +8042,998950122225455105,998906375370616832,1527003243000.0,2018-05-22 15:34:03,+0000,,@SarahKnuckey @JeffBezos @Oprah @kobebryant @richardbranson @shanesmith30 I didn’t meet with him,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/998950122225455105,[],[],0,,False,2313,37,69,,None,,,,,,,"[{'screen_name': 'SarahKnuckey', 'name': 'Sarah Knuckey', 'id': '346716849'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'Oprah', 'name': 'Oprah Winfrey', 'id': '19397785'}, {'screen_name': 'kobebryant', 'name': 'Kobe Bryant', 'id': '1059194370'}, {'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'shanesmith30', 'name': 'shane smith', 'id': '88975905'}]",,,, +8043,998797622461710337,998793779103633408,1526966884000.0,2018-05-22 05:28:04,+0000,,@dinisguarda I definitely don’t do this 5 minute thing. Need to have long uninterrupted times to think. Can’t be creative otherwise.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/998797622461710337,[],[],0,,False,9217,169,744,,None,,,,,,,"[{'screen_name': 'dinisguarda', 'name': 'Dinis Guarda', 'id': '20222744'}]",,,, +8044,998786412970369024,998786412970369024,1526964212000.0,2018-05-22 04:43:32,+0000,,Just wanted to say thanks to all Tesla supporters. I damn well love you.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/998786412970369024,[],[],0,,False,135090,4343,8313,,None,,,,,,,[],,,, +8045,998782142556467201,998627082824486913,1526963193000.0,2018-05-22 04:26:33,+0000,,"@rrosenbl @ElectrekCo @FredericLambert @Tesla Have been meaning to get around to talking to him. Some of his criticisms are valid, but, on the higher body/chassis weight front, he wasn’t fully appreciating that we were going for much higher crash safety levels than other cars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/998782142556467201,[],[],0,,False,634,16,32,,None,,,,,,,"[{'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8046,998780707164995585,998740514953285632,1526962851000.0,2018-05-22 04:20:51,+0000,,"@DMC_Ryan @loganthefirst Thanks Ryan. Critical feedback after you get the car would be much appreciated, no matter how nuanced.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/998780707164995585,[],[],0,,False,681,28,23,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'loganthefirst', 'name': 'Logan', 'id': '35281370'}]",,,, +8047,998779781230379014,998627082824486913,1526962630000.0,2018-05-22 04:17:10,+0000,,"@samuelrogg @ElectrekCo @FredericLambert To be clear, all Model 3 cars, incl early production will have same great braking ability. Nature of any product, however, is that if you care about perfection, you make constant small refinements. Today’s Model S is far more refined than initial production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/998779781230379014,[],[],0,,False,598,14,32,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +8048,998778751767871488,998627082824486913,1526962385000.0,2018-05-22 04:13:05,+0000,,@rrosenbl @ElectrekCo @FredericLambert ABS calibration algorithm,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/998778751767871488,[],[],0,,False,644,17,26,,None,,,,,,,"[{'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +8049,998778081492926465,998627082824486913,1526962225000.0,2018-05-22 04:10:25,+0000,,"@ElectrekCo @FredericLambert Also, Consumer Reports has an early production car. Model 3 now has improved ride comfort, lower wind noise & many other small improvements. Will request that they test current production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/998778081492926465,[],[],0,,False,1205,43,79,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +8050,998777288559755264,998627082824486913,1526962036000.0,2018-05-22 04:07:16,+0000,,"@ElectrekCo @FredericLambert Looks like this can be fixed with a firmware update. Will be rolling that out in a few days. With further refinement, we can improve braking distance beyond initial specs. Tesla won’t stop until Model 3 has better braking than any remotely comparable car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/998777288559755264,[],[],0,,False,5037,132,322,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +8051,998765102248542208,998740514953285632,1526959131000.0,2018-05-22 03:18:51,+0000,,"@camgfrost @DMC_Ryan @loganthefirst Stop, you’re making me blush ☺️",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/998765102248542208,[],[],0,,False,531,15,27,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'loganthefirst', 'name': 'Logan', 'id': '35281370'}]",,,, +8052,998762156752449537,998740514953285632,1526958428000.0,2018-05-22 03:07:08,+0000,,"@DMC_Ryan @loganthefirst Also, not promising anything, but we *might* be able to increase Model 3 Performance power output a little",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/998762156752449537,[],[],0,,False,639,28,39,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'loganthefirst', 'name': 'Logan', 'id': '35281370'}]",,,, +8053,998761472292352000,998740514953285632,1526958265000.0,2018-05-22 03:04:25,+0000,,@DMC_Ryan @loganthefirst Complexity is the devil. Words can’t express how hard we are working on the Model 3 production ramp & trying to get to profitability. But we’ll try.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/998761472292352000,[],[],0,,False,626,19,37,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'loganthefirst', 'name': 'Logan', 'id': '35281370'}]",,,, +8054,998739940073590784,998627082824486913,1526953132000.0,2018-05-22 01:38:52,+0000,,"@teslaology @ElectrekCo @FredericLambert Good point. Yeah, we will do that for the bigger locations.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/998739940073590784,[],[],0,,False,851,29,28,,None,,,,,,,"[{'screen_name': 'teslaology', 'name': 'Teslaology', 'id': '835582779773472769'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +8055,998739763543736320,998622918614667266,1526953089000.0,2018-05-22 01:38:09,+0000,,"@LanceUlanoff The CR braking result is inconsistent with other reviewers, but might indicate that some Model 3’s have longer braking distances than others. If so, we will address this at our expense. First time we’ve seen anything like this.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/998739763543736320,[],[],0,,False,3428,62,143,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +8056,998738577344229377,998627082824486913,1526952807000.0,2018-05-22 01:33:27,+0000,,"@ElectrekCo @FredericLambert Even if a physical upgrade is needed to existing fleet, we will make sure all Model 3’s having amazing braking ability at no expense to customers",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/998738577344229377,[],[],0,,False,1516,66,116,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +8057,998738003668357120,998627082824486913,1526952670000.0,2018-05-22 01:31:10,+0000,,"@ElectrekCo @FredericLambert Very strange. Model 3 is designed to have super good stopping distance & others reviewers have confirmed this. If there is vehicle variability, we will figure it out & address. May just be a question of firmware tuning, in which case can be solved by an OTA software update.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/998738003668357120,[],[],0,,False,4884,114,222,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +8058,998673550616621056,998409778316496896,1526937303000.0,2018-05-21 21:15:03,+0000,,"@reveal @dmatkins137 @ShayneRarma @NASA @Al_Letson Cool, we can do the interview at Tesla in front of the yellow barriers & beeping forklifts you said didn’t exist. Please send your meeting request to wakassliar@tesla.com.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/998673550616621056,[],[],0,,False,1504,72,126,,None,,,,,,,"[{'screen_name': 'reveal', 'name': 'Reveal', 'id': '1726074810'}, {'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'Al_Letson', 'name': 'Al Letson', 'id': '27442822'}]",,,, +8059,998460891355004928,998409778316496896,1526886601000.0,2018-05-21 07:10:01,+0000,,@MrsYomaddy @dmatkins137 @ShayneRarma @NASA Gwynne’s awesome. Been SpaceX prez for 10 years. Super love working with her.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/998460891355004928,[],[],0,,False,863,23,41,,None,,,,,,,"[{'screen_name': 'MrsYomaddy', 'name': 'Madison', 'id': '917570777813106688'}, {'screen_name': 'dmatkins137', 'name': 'David Atkins', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +8060,998460106579701760,998409778316496896,1526886414000.0,2018-05-21 07:06:54,+0000,,@Dani21 @dmatkins137 @ShayneRarma @NASA ♥️🦄,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/998460106579701760,[],[],0,,False,500,22,30,,None,,,,,,,"[{'screen_name': 'Dani21', 'name': 'Daniel', 'id': '15553693'}, {'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +8061,998459709446176768,998409778316496896,1526886319000.0,2018-05-21 07:05:19,+0000,,"@dmatkins137 @ShayneRarma @NASA Also, UAW did nada for job security in last recession. Dropped Fremont like a hot potato to protect their core base in Detroit. UAW *chose* to exit this plant before Tesla even arrived. We had nothing to do with UAW leaving, but everything to do with why people here have jobs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/998459709446176768,[],[],0,,False,1428,52,81,,None,,,,,,,"[{'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +8062,998454539941367808,998409778316496896,1526885087000.0,2018-05-21 06:44:47,+0000,,@dmatkins137 @ShayneRarma @NASA Nothing stopping Tesla team at our car plant from voting union. Could do so tmrw if they wanted. But why pay union dues & give up stock options for nothing? Our safety record is 2X better than when plant was UAW & everybody already gets healthcare.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/998454539941367808,[],[],0,,False,1613,312,94,,None,,,,,,,"[{'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +8063,998449970528247808,998409778316496896,1526883997000.0,2018-05-21 06:26:37,+0000,,"@dmatkins137 @ShayneRarma @NASA Tesla factory literally has miles of painted yellow lines & tape. Report about forklifts not beeping is also bs. These are both demonstrably false, but were reported as “facts” by Reveal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/998449970528247808,[],[],0,,False,1677,61,65,,None,,,,,,,"[{'screen_name': 'dmatkins137', 'name': 'David The Thrice-Masked', 'id': '920277535'}, {'screen_name': 'ShayneRarma', 'name': 'Shayne', 'id': '19329501'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +8064,998410421244542978,998082149356994560,1526874568000.0,2018-05-21 03:49:28,+0000,,@maxrogo We’re working on allowing you to use your phone in car when you hear a rattle/squeak & pinpoint origin by acoustic signature & triangulation,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/998410421244542978,[],[],0,,False,1048,75,70,,None,,,,,,,"[{'screen_name': 'maxrogo', 'name': 'Mark Rogowsky', 'id': '30628216'}]",,,, +8065,998409778316496896,998409778316496896,1526874415000.0,2018-05-21 03:46:55,+0000,,SpaceX Crew Dragon ship in anechoic chamber for EMI testing before being sent to @NASA Plum Brook vacuum chamber https://t.co/BckUBkroLw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/998409778316496896,[],['https://pbs.twimg.com/media/DdsQZGlV0AAgvcd.jpg'],1,https://pbs.twimg.com/media/DdsQZGlV0AAgvcd.jpg,False,25991,552,3119,,None,,,,,,,[],,,, +8066,998405757434580997,998405202385539073,1526873456000.0,2018-05-21 03:30:56,+0000,,@georgechang @Tesla For sure before snowfall this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/998405757434580997,[],[],0,,False,426,12,17,,None,,,,,,,"[{'screen_name': 'georgechang', 'name': 'George Chang', 'id': '7887822'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8067,998402168049848320,998088849636016128,1526872600000.0,2018-05-21 03:16:40,+0000,,@trace_remick @clprenz @ivanovi_ivaylo It can tow far more than rated capacity,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/998402168049848320,[],[],0,,False,546,19,28,,None,,,,,,,"[{'screen_name': 'trace_remick', 'name': 'Trace', 'id': '964223496669794306'}, {'screen_name': 'clprenz', 'name': 'Christian #GetVacinnated Prenzler', 'id': '227847958'}, {'screen_name': 'ivanovi_ivaylo', 'name': 'Ivaylo Ivanov', 'id': '883152668771983360'}]",,,, +8068,998401234070581248,998088849636016128,1526872378000.0,2018-05-21 03:12:58,+0000,,@clprenz @ivanovi_ivaylo Exactly! Will probably unveil next gen Supercharger late summer. Major improvements all round.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/998401234070581248,[],[],0,,False,751,36,64,,None,,,,,,,"[{'screen_name': 'clprenz', 'name': 'Christian #GetVacinnated Prenzler', 'id': '227847958'}, {'screen_name': 'ivanovi_ivaylo', 'name': 'Ivaylo Ivanov', 'id': '883152668771983360'}]",,,, +8069,998400110156550144,998088849636016128,1526872110000.0,2018-05-21 03:08:30,+0000,,"@ivanovi_ivaylo With production, 1st you need achieve target rate & then smooth out flow to achieve target cost. Shipping min cost Model 3 right away wd cause Tesla to lose money & die. Need 3 to 6 months after 5k/wk to ship $35k Tesla & live.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/998400110156550144,[],[],0,,False,968,98,107,,None,,,,,,,"[{'screen_name': 'ivanovi_ivaylo', 'name': 'Ivaylo Ivanov', 'id': '883152668771983360'}]",,,, +8070,998372753362173952,998088849636016128,1526865587000.0,2018-05-21 01:19:47,+0000,,@willardslammo @marshall5912 @buckycovington @MacTechGenius That means nothing. Literally your Mom could file for NLRB.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/998372753362173952,[],[],0,,False,482,16,31,,None,,,,,,,"[{'screen_name': 'willardslammo', 'name': 'Willard Slammo', 'id': '154227684'}, {'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +8071,998372206588538880,998088849636016128,1526865457000.0,2018-05-21 01:17:37,+0000,,@MacTechGenius @marshall5912 @buckycovington Exactly 🚀💫🎉! That will be really fun & shed light on what’s happening. Hoping to start that later this year after we become profitable. Difficult to justify before then.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/998372206588538880,[],[],0,,False,467,25,22,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}]",,,, +8072,998370453474312192,998088849636016128,1526865039000.0,2018-05-21 01:10:39,+0000,,"@marshall5912 @buckycovington @MacTechGenius Yeah, “Reveal” was carefully constructed propaganda with a name that wd make Orwell proud. Workplace injury rate of our factory when it was UAW w Toyota/GM was twice as high as today’s non-union.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/998370453474312192,[],[],0,,False,440,56,32,,None,,,,,,,"[{'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +8073,998369524599504896,998088849636016128,1526864818000.0,2018-05-21 01:06:58,+0000,,"@marshall5912 @buckycovington @MacTechGenius About 2% of Tesla, incl salaried & hourly, union & non-union were let go in annual review. Only known union person fired was a guy who repeatedly threatened non-union supporters verbally & on social media & lied about it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/998369524599504896,[],[],0,,False,580,16,27,,None,,,,,,,"[{'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +8074,998124236542656517,998088849636016128,1526806336000.0,2018-05-20 08:52:16,+0000,,@AKSINGH_S Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/998124236542656517,[],[],0,,False,492,23,13,,None,,,,,,,[],,,, +8075,998124143685001217,998088849636016128,1526806314000.0,2018-05-20 08:51:54,+0000,,@KingLutron @marshall5912 @buckycovington @MacTechGenius Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/998124143685001217,[],[],0,,False,390,13,12,,None,,,,,,,"[{'screen_name': 'KingLutron', 'name': 'Twetch /u/68 ✪', 'id': '929072042875293696'}, {'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +8076,998124140090376192,998088849636016128,1526806313000.0,2018-05-20 08:51:53,+0000,,@marshall5912 @buckycovington @MacTechGenius They can form a union whenever they want & there’s nothing I can do to stop them. California is a very pro-union state. They just don’t want to.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/998124140090376192,[],[],0,,False,906,42,47,,None,,,,,,,"[{'screen_name': 'marshall5912', 'name': 'Joe Marshall', 'id': '386854083'}, {'screen_name': 'buckycovington', 'name': 'Bucky Covington', 'id': '1315231'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +8077,998091600541630464,998088849636016128,1526798555000.0,2018-05-20 06:42:35,+0000,,@paulmacguyscott Upgrade to the latest S. Nothing will give you greater joy. It’s like being able to have dopamine jacked straight into your brain at will.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998091600541630464,[],[],0,,False,1046,60,47,,None,,,,,,,"[{'screen_name': 'paulmacguyscott', 'name': 'paulmacguyscott', 'id': '15216157'}]",,,, +8078,998091052580986880,998088849636016128,1526798425000.0,2018-05-20 06:40:25,+0000,,"@Josh_Soto They are correct. It’s awesome. Second best driving feel of any car in the world imo, apart from Model S. Traction control precision is super tight.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998091052580986880,[],[],0,,False,1000,26,39,,None,,,,,,,"[{'screen_name': 'Josh_Soto', 'name': 'Josh', 'id': '30589566'}]",,,, +8079,998090360306810880,998088849636016128,1526798260000.0,2018-05-20 06:37:40,+0000,,"@JimmyRussellExe It does so constantly, but so smoothly that you can’t tell",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998090360306810880,[],[],0,,False,736,13,20,,None,,,,,,,[],,,, +8080,998090184288694272,998088849636016128,1526798218000.0,2018-05-20 06:36:58,+0000,,@AntVenom @zacharyj98 Depends on when you placed your initial reservation. We start delivering the dual motor Model 3 in July.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998090184288694272,[],[],0,,False,503,22,19,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +8081,998089917065453568,998088849636016128,1526798154000.0,2018-05-20 06:35:54,+0000,,"@Josh_Soto Three or four months, depending on demand level. We have enough for about 1000/week right now.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998089917065453568,[],[],0,,False,911,26,30,,None,,,,,,,"[{'screen_name': 'Josh_Soto', 'name': 'Josh', 'id': '30589566'}]",,,, +8082,998089603964747776,998088849636016128,1526798079000.0,2018-05-20 06:34:39,+0000,,@zacharyj98 Good idea ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998089603964747776,[],[],0,,False,656,16,29,,None,,,,,,,[],,,, +8083,998089449400516608,998088849636016128,1526798042000.0,2018-05-20 06:34:02,+0000,,@MacTechGenius That is true. Electric motors are far more reliable than combustion engines. You need an electric motor just to start a gas engine!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998089449400516608,[],[],0,,False,1507,21,94,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +8084,998088849636016128,998088849636016128,1526797900000.0,2018-05-20 06:31:40,+0000,,Tesla dual motor means there is a motor in front & a motor in rear. One is optimized for power & one for range. Car drives fine even if a motor breaks down. Helps ensure you make it to your destination & don’t get stuck on side of road in potentially unsafe conditions.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998088849636016128,[],[],0,,False,41898,1060,3791,,None,,,,,,,[],,,, +8085,998087743530913792,998087743530913792,1526797636000.0,2018-05-20 06:27:16,+0000,,Cost of normal dual motor AWD option is $5k. Range is also 310 miles. Takes 0-60mph to 4.5 sec & top speed to 140 mph.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998087743530913792,[],[],0,,False,13282,416,960,,None,,,,,,,[],,,, +8086,998086435692425216,998084314200862720,1526797324000.0,2018-05-20 06:22:04,+0000,,@PPathole Black & white interior available only for Model 3 Performance initially due to limited parts availability. Will broaden over time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998086435692425216,[],[],0,,False,790,33,51,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +8087,998085901069598720,998085901069598720,1526797197000.0,2018-05-20 06:19:57,+0000,,"Tesla AWD is dual motor, so you can fully drive the car even if one breaks",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998085901069598720,[],[],0,,False,13978,341,1006,,None,,,,,,,[],,,, +8088,998085655958769665,998084314200862720,1526797138000.0,2018-05-20 06:18:58,+0000,,"Cost of all options, wheels, paint, etc is included (apart from Autopilot). Cost is $78k. About same as BMW M3, but 15% quicker & with better handling. Will beat anything in its class on the track.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998085655958769665,[],[],0,,False,23483,1012,2245,,None,,,,,,,[],,,, +8089,998084314200862720,998084314200862720,1526796818000.0,2018-05-20 06:13:38,+0000,,"Tesla dual motor, all-wheel drive performance Model 3: 3.5 sec 0-60mph 155 mph Top Speed 310 mile Range",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998084314200862720,[],[],0,,False,37514,1026,4323,,None,,,,,,,[],,,, +8090,998083368066543616,998082149356994560,1526796593000.0,2018-05-20 06:09:53,+0000,,"@plot_qasc It’s only slightly more expensive to Tesla (same price to car owners), but owner happiness is way higher, so worth doing",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998083368066543616,[],[],0,,False,1563,32,72,,None,,,,,,,"[{'screen_name': 'plot_qasc', 'name': 'qwertyuiopl', 'id': '2304005102'}]",,,, +8091,998082620427714560,998082149356994560,1526796414000.0,2018-05-20 06:06:54,+0000,,@clemyeung Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998082620427714560,[],[],0,,False,1694,18,25,,None,,,,,,,"[{'screen_name': 'clemyeung', 'name': 'Clem Yeung', 'id': '395698381'}]",,,, +8092,998082149356994560,998082149356994560,1526796302000.0,2018-05-20 06:05:02,+0000,,Will soon enable Tesla owners to request service from their phone with a few taps. Tesla Ranger will come to you to take care of your car. No need to bring the car in yourself & zero paperwork.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/998082149356994560,[],[],0,,False,54223,1155,4409,,None,,,,,,,[],,,, +8093,998080381483077632,997943053317849088,1526795881000.0,2018-05-20 05:58:01,+0000,,@Everman @scottwww @KymmPuckeridge @ElementC9 @griff_golf I’m about to test the configurator & then it goes out to early reservation holders tonight,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/998080381483077632,[],[],0,,False,488,41,24,,None,,,,,,,"[{'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}, {'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'KymmPuckeridge', 'name': 'Kymm Puckeridge', 'id': '846640358956027904'}, {'screen_name': 'ElementC9', 'name': 'Chris', 'id': '4567268003'}, {'screen_name': 'griff_golf', 'name': 'Double Bogey ⛳', 'id': '519280691'}]",,,, +8094,998079732389363714,997943053317849088,1526795726000.0,2018-05-20 05:55:26,+0000,,"@AddankiSarat You can tweet to Tesla, me and/or get something upvoted in message boards",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/998079732389363714,[],[],0,,False,485,32,24,,None,,,,,,,"[{'screen_name': 'AddankiSarat', 'name': 'Dr. Sarat K Addanki (AyD)', 'id': '3774497772'}]",,,, +8095,998078587805745152,997943053317849088,1526795453000.0,2018-05-20 05:50:53,+0000,,@scottwww @KymmPuckeridge @ElementC9 @griff_golf That is the way to go. Thanks for buying our cars!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/998078587805745152,[],[],0,,False,440,12,16,,None,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'KymmPuckeridge', 'name': 'Kymm Puckeridge', 'id': '846640358956027904'}, {'screen_name': 'ElementC9', 'name': 'Chris', 'id': '4567268003'}, {'screen_name': 'griff_golf', 'name': 'Double Bogey ⛳', 'id': '519280691'}]",,,, +8096,998024272537829376,997943053317849088,1526782503000.0,2018-05-20 02:15:03,+0000,,"@DMC_Ryan Also, carbon fiber spoiler, 20” Performance wheels, black & white interior.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/998024272537829376,[],[],0,,False,1024,58,65,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +8097,998015873167208448,997943053317849088,1526780501000.0,2018-05-20 01:41:41,+0000,,"@DMC_Ryan AC induction front & switched reluctance, partial permanent magnet rear. Silicon Carbide inverters in both. Performance drive units are lot sorted for highest sigma output & get double the burn-in.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/998015873167208448,[],[],0,,False,1480,64,123,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +8098,997943053317849088,997943053317849088,1526763139000.0,2018-05-19 20:52:19,+0000,,Working on Model 3 dual motor all-wheel drive & performance versions. Driving feel is amazing. Aiming to release config late tonight.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/997943053317849088,[],[],0,,False,39836,1239,3390,,None,,,,,,,[],,,, +8099,997379817472327680,997372686182449152,1526628853000.0,2018-05-18 07:34:13,+0000,,@GothKazu Check out https://t.co/bwRt49d34V. Build-your-own life size Egyptian pantheon merch coming soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/997379817472327680,['http://boringcompany.com'],[],0,,False,620,32,49,,None,,,,,,,"[{'screen_name': 'GothKazu', 'name': 'GothKazu', 'id': '64596967'}]",,,, +8100,997379008974151681,997372686182449152,1526628660000.0,2018-05-18 07:31:00,+0000,,But The Boring Company is right behind you at 1/15th your speed & soon will be 1/10th! Start sweating …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/997379008974151681,[],[],0,,False,16462,454,578,,None,,,,,,,[],,,, +8101,997376304927227904,997372686182449152,1526628016000.0,2018-05-18 07:20:16,+0000,,He taunts us with his speed,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/997376304927227904,[],[],0,,False,19532,289,1598,,None,,,,,,,[],,,, +8102,997374648655396864,997372686182449152,1526627621000.0,2018-05-18 07:13:41,+0000,,@PPathole Just … an ordinary snail,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/997374648655396864,[],[],0,,False,700,35,22,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +8103,997374361651703808,997372686182449152,1526627552000.0,2018-05-18 07:12:32,+0000,,His name is Gary & he’s a snail,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/997374361651703808,[],[],0,,False,20843,526,2427,,None,,,,,,,[],,,, +8104,997372686182449152,997372686182449152,1526627153000.0,2018-05-18 07:05:53,+0000,,🐌,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/997372686182449152,[],[],0,,False,42777,1473,6070,,None,,,,,,,[],,,, +8105,997337626469281792,997337626469281792,1526618794000.0,2018-05-18 04:46:34,+0000,,Skip forward to see the most boring presentation ever https://t.co/dD730jbggQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/997337626469281792,['https://twitter.com/boringcompany/status/997309073115594752'],[],0,,False,11226,334,971,https://twitter.com/boringcompany/status/997309073115594752,None,,,,,,,[],,,, +8106,997279007933546497,997279007933546497,1526604818000.0,2018-05-18 00:53:38,+0000,,Excited for @boringcompany partnership with LA Metro https://t.co/hpqXC3yjQ6,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/997279007933546497,['https://twitter.com/metrolosangeles/status/991116223424286721'],[],0,,False,14036,277,1269,https://twitter.com/metrolosangeles/status/991116223424286721,None,,,,,,,[],,,, +8107,997181669353209856,997181669353209856,1526581611000.0,2018-05-17 18:26:51,+0000,,lol https://t.co/jTV7jhLWYP,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/997181669353209856,['https://www.instagram.com/p/Bi43eF1DsLt/?utm_source=ig_twitter_share&igshid=10y0vgjxgnq69'],[],0,,False,10611,721,915,,None,,,,,,,[],,,, +8108,997005264116105217,997005264116105217,1526539553000.0,2018-05-17 06:45:53,+0000,,Listening to REALiTi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/997005264116105217,[],[],0,,False,28770,974,4003,,None,,,,,,,[],,,, +8109,996947581530849281,996865045131915266,1526525800000.0,2018-05-17 02:56:40,+0000,,"@kevinmitnick Yeah, there are thousands of Supercharger locations going through permitting/construction, including that area. Will publish an updated map in the next few days.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/996947581530849281,[],[],0,,False,6436,123,177,,None,,,,,,,"[{'screen_name': 'kevinmitnick', 'name': 'Kevin Mitnick', 'id': '14666934'}]",,,, +8110,996703690370105350,996692386385293312,1526467652000.0,2018-05-16 10:47:32,+0000,,@Manuel_Castillo Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/996703690370105350,[],[],0,,False,1064,38,23,,None,,,,,,,"[{'screen_name': 'Manuel_Castillo', 'name': 'Mnl', 'id': '23279185'}]",,,, +8111,996692386385293312,996692386385293312,1526464957000.0,2018-05-16 10:02:37,+0000,,Will be presenting & taking questions about The Boring Company plans for Los Angeles at 7pm on Thursday,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/996692386385293312,[],[],0,,False,19583,846,1229,,None,,,,,,,[],,,, +8112,996691566851801088,996691566851801088,1526464761000.0,2018-05-16 09:59:21,+0000,,Boring Company Hyperloop will take you from city center under ground & ocean to spaceport in 10 to 15 mins https://t.co/VhpfhgdXSd,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/996691566851801088,['https://twitter.com/tedtalks/status/988501449586987008'],[],0,,False,21467,468,2155,https://twitter.com/tedtalks/status/988501449586987008,None,,,,,,,[],,,, +8113,996134672638754816,996134415377092615,1526331987000.0,2018-05-14 21:06:27,+0000,,"@andrewbg Time will tell, but so far it appears so",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/996134672638754816,[],[],0,,False,2816,68,65,,None,,,,,,,"[{'screen_name': 'andrewbg', 'name': 'Andrew Green', 'id': '8069672'}]",,,, +8114,996133894893129728,996131586469842945,1526331802000.0,2018-05-14 21:03:22,+0000,,"@Kasabiii It certainly needs to be better & we work to improve it every day, but perfect is enemy of good. A system that, on balance, saves lives & reduces injuries should be released.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/996133894893129728,[],[],0,,False,4158,102,391,,None,,,,,,,"[{'screen_name': 'Kasabiii', 'name': 'Kasabi 🇯🇴', 'id': '443873886'}]",,,, +8115,996132429772410882,996131586469842945,1526331453000.0,2018-05-14 20:57:33,+0000,,What’s actually amazing about this accident is that a Model S hit a fire truck at 60mph and the driver only broke an ankle. An impact at that speed usually results in severe injury or death.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/996132429772410882,[],[],0,,False,77167,1446,9562,,None,,,,,,,[],,,, +8116,996131586469842945,996131586469842945,1526331252000.0,2018-05-14 20:54:12,+0000,,"It’s super messed up that a Tesla crash resulting in a broken ankle is front page news and the ~40,000 people who died in US auto accidents alone in past year get almost no coverage https://t.co/6gD8MzD6VU",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/996131586469842945,['https://www.washingtonpost.com/business/tesla-with-autopilot-slams-into-truck-stopped-at-red-light/2018/05/12/18d2e740-563e-11e8-a6d4-ca1d035642ce_story.html?noredirect=on&utm_term=.7466cb626644'],[],0,,False,103098,3902,21333,,None,,,,,,,[],,,, +8117,996121794246426625,996089302525325312,1526328917000.0,2018-05-14 20:15:17,+0000,,@sokane1 @TalkTesla @Techmeme @timkhiggins Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/996121794246426625,[],[],0,,False,673,18,19,,None,,,,,,,"[{'screen_name': 'sokane1', 'name': ""Sean O'Kane"", 'id': '13209362'}, {'screen_name': 'TalkTesla', 'name': 'TalkTesla', 'id': '983040545823055873'}, {'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'timkhiggins', 'name': 'Tim Higgins', 'id': '145265146'}]",,,, +8118,996112995636858880,996089302525325312,1526326819000.0,2018-05-14 19:40:19,+0000,,"@TalkTesla @Techmeme @timkhiggins According to NHTSA, there was an automotive fatality every 86M miles in 2017 (~40,000 deaths). Tesla was every 320M miles. It’s not possible to be zero, but probability of fatality is much lower in a Tesla. We will be reporting updated safety numbers after each quarter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/996112995636858880,[],[],0,,False,4270,107,678,,None,,,,,,,"[{'screen_name': 'TalkTesla', 'name': 'TalkTesla', 'id': '983040545823055873'}, {'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'timkhiggins', 'name': 'Tim Higgins', 'id': '145265146'}]",,,, +8119,996102919811350528,996089302525325312,1526324417000.0,2018-05-14 19:00:17,+0000,,"@Techmeme @timkhiggins This is false. Eyetracking rejected for being ineffective, not for cost. WSJ fails to mention that Tesla is safest car on road, which would make article ridiculous. Approx 4X better than avg.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/996102919811350528,[],[],0,,False,20367,321,2018,,None,,,,,,,"[{'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}, {'screen_name': 'timkhiggins', 'name': 'Tim Higgins', 'id': '145265146'}]",,,, +8120,995823298888990720,995623626832424961,1526257750000.0,2018-05-14 00:29:10,+0000,,@mayemusk Happy Mother’s Day Mom! Love you so much.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/995823298888990720,[],[],0,,False,5442,69,106,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +8121,995822814291673090,995716300939907072,1526257635000.0,2018-05-14 00:27:15,+0000,,"@arstechnica Fair criticism, but we’re fixing it fast. Hackathon going on right now to fix 2 worst robot production chokepoints. Looks promising.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/995822814291673090,[],[],0,,False,8405,222,334,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}]",,,, +8122,995820124656484352,995820124656484352,1526256993000.0,2018-05-14 00:16:33,+0000,,Lovely story https://t.co/fIsvSIx3Uu,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/995820124656484352,['https://twitter.com/teslarati/status/995563083203571712'],[],0,,False,52380,425,3404,https://twitter.com/teslarati/status/995563083203571712,None,,,,,,,[],,,, +8123,995479302660505600,995447513707614208,1526175735000.0,2018-05-13 01:42:15,+0000,,"@devrim_ogun @RitaJKing If someone is trying to control us through complicated sky patterns, they must really care. I would gladly obey their instructions, but I can’t figure them out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/995479302660505600,[],[],0,,False,770,57,56,,None,,,,,,,"[{'screen_name': 'devrim_ogun', 'name': 'Devrim Öğün', 'id': '4066776981'}, {'screen_name': 'RitaJKing', 'name': 'Rita J. King', 'id': '7434272'}]",,,, +8124,995462943079723008,995038624436572160,1526171835000.0,2018-05-13 00:37:15,+0000,,"@Everman SpaceX will prob build 30 to 40 rocket cores for ~300 missions over 5 years. Then BFR takes over & Falcon retires. Goal of BFR is to enable anyone to move to moon, Mars & eventually outer planets.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/995462943079723008,[],[],0,,False,1649,101,250,,None,,,,,,,"[{'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}]",,,, +8125,995461033958424576,995461033958424576,1526171379000.0,2018-05-13 00:29:39,+0000,,Good piece by Ars https://t.co/7C3X0TjUX9,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/995461033958424576,['https://twitter.com/arstechnica/status/995457711398678529'],[],0,,False,9625,245,891,https://twitter.com/arstechnica/status/995457711398678529,None,,,,,,,[],,,, +8126,995449059535015936,995447513707614208,1526168524000.0,2018-05-12 23:42:04,+0000,,@RitaJKing Rate at which things are getting more bizarre appears to be increasing,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/995449059535015936,[],[],0,,False,5314,166,340,,None,,,,,,,"[{'screen_name': 'RitaJKing', 'name': 'Rita J. King', 'id': '7434272'}]",,,, +8127,995447960895864832,995038624436572160,1526168263000.0,2018-05-12 23:37:43,+0000,,"@DylanNeumann2 @Everman Exactly. Gasoline cars will be like steam engines — quaint, but not something you’d actually use to get around. Btw, I like steam engines & trains in general.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/995447960895864832,[],[],0,,False,929,41,69,,None,,,,,,,"[{'screen_name': 'DylanNeumann2', 'name': 'Dyl', 'id': '3222219688'}, {'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}]",,,, +8128,995446819369844739,995038624436572160,1526167990000.0,2018-05-12 23:33:10,+0000,,"@Everman Yeah, I heard this so many times. In the future, it will seem bizarre that we used to crash rockets into the ocean instead of reusing them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/995446819369844739,[],[],0,,False,12110,172,943,,None,,,,,,,"[{'screen_name': 'Everman', 'name': 'RIP SN10 4 Everman', 'id': '7573192'}]",,,, +8129,995125446634188800,995116720028184577,1526091369000.0,2018-05-12 02:16:09,+0000,,@boringcompany Yo,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/995125446634188800,[],[],0,,False,27609,561,1389,,None,,,,,,,"[{'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +8130,995067149302484992,995066965440917505,1526077470000.0,2018-05-11 22:24:30,+0000,,@PodcastTeslas Will make that a setting,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/995067149302484992,[],[],0,,False,539,14,18,,None,,,,,,,"[{'screen_name': 'PodcastTeslas', 'name': 'Talking Teslas Podcast', 'id': '963571074523738113'}]",,,, +8131,995066192938192897,995022517755506688,1526077242000.0,2018-05-11 22:20:42,+0000,,"@existentialcoms Fossil fuels subsidized at $10 million a minute, 24 hours a day, 7 days a week https://t.co/zAZOohjb4E",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/995066192938192897,['https://www.theguardian.com/environment/2015/may/18/fossil-fuel-companies-getting-10m-a-minute-in-subsidies-says-imf'],[],0,,False,877,51,196,,None,,,,,,,"[{'screen_name': 'existentialcoms', 'name': 'Existential Comics', 'id': '2163374389'}]",,,, +8132,995065228403458048,995022517755506688,1526077012000.0,2018-05-11 22:16:52,+0000,,@existentialcoms No use arguing with chimp. You’re blocked.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/995065228403458048,[],[],0,,False,1565,318,150,,None,,,,,,,"[{'screen_name': 'existentialcoms', 'name': 'Existential Comics', 'id': '2163374389'}]",,,, +8133,995061978140819456,995022517755506688,1526076237000.0,2018-05-11 22:03:57,+0000,,"@existentialcoms That article was pushed as propaganda to counter IMF study showing fossil fuel subsidies to be $5 trillion/year. Even if $4.9B was true, combined market cap of Tesla & SpaceX is $80B. Where did the other $75B come from? Ass 🎩 …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/995061978140819456,[],[],0,,False,1662,53,112,,None,,,,,,,"[{'screen_name': 'existentialcoms', 'name': 'Existential Comics', 'id': '2163374389'}]",,,, +8134,995033832796577792,995022517755506688,1526069527000.0,2018-05-11 20:12:07,+0000,,@archangel_cap @existentialcoms I have publicly asked people (like you) not to invest. Go fund Ford or whatever …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/995033832796577792,[],[],0,,False,1972,98,149,,None,,,,,,,"[{'screen_name': 'archangel_cap', 'name': 'michael🐂', 'id': '967134612953714689'}, {'screen_name': 'existentialcoms', 'name': 'Existential Comics', 'id': '2163374389'}]",,,, +8135,995033279731384320,995033279731384320,1526069395000.0,2018-05-11 20:09:55,+0000,,Launching in ~4 mins https://t.co/4vMvdEQAx7,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/995033279731384320,['https://twitter.com/spacex/status/995031117924257792'],[],0,,False,13934,470,1160,https://twitter.com/spacex/status/995031117924257792,None,,,,,,,[],,,, +8136,995029619655954432,994759514082684928,1526068522000.0,2018-05-11 19:55:22,+0000,,"@DMC_Ryan @AnthonyFultz AWD & white interior in July. Air suspension prob later. Note, that’s when we *start* making them. Can’t instantly fill all orders. Will take 6+ months to do so.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/995029619655954432,[],[],0,,False,759,59,69,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'AnthonyFultz', 'name': 'Anthony Fultz', 'id': '583095497'}]",,,, +8137,995028864672788480,995022517755506688,1526068342000.0,2018-05-11 19:52:22,+0000,,"@existentialcoms Our giant auto co competitors have much greater access to incentives than Tesla, which means Tesla has prospered in spite of govt subsidies, not because of them. Tesla mkt cap has *risen* over time as EV incentives declined. How strange …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/995028864672788480,[],[],0,,False,11613,276,771,,None,,,,,,,"[{'screen_name': 'existentialcoms', 'name': 'Existential Comics', 'id': '2163374389'}]",,,, +8138,995021099518709760,994759514082684928,1526066491000.0,2018-05-11 19:21:31,+0000,,"@AnthonyFultz @DMC_Ryan I love it too, but trying to keep config simple so as not to blow up the production ramp",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/995021099518709760,[],[],0,,False,512,18,19,,None,,,,,,,"[{'screen_name': 'AnthonyFultz', 'name': 'Anthony Fultz', 'id': '583095497'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +8139,994980692160217088,994759514082684928,1526056857000.0,2018-05-11 16:40:57,+0000,,@DMC_Ryan Tesla will enable orders end of next week for dual motor AWD & performance. Starting production of those in July. Air suspension prob next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/994980692160217088,[],[],0,,False,1608,196,247,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +8140,994762365882089472,994761735276920832,1526004804000.0,2018-05-11 02:13:24,+0000,,@nextspaceflight A cool thing about the design is that’s easy to incorporate branch loops to serve small to mid size cities without slowing down the main loop at all,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/994762365882089472,[],[],0,,False,2651,93,137,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +8141,994760815361245184,994759677878484992,1526004434000.0,2018-05-11 02:07:14,+0000,,@MissTrade Already started DC to NY route. Hopefully start LA to SF next year. That will be true @Hyperloop w pressurized pods in near vacuum tunnels & faster than jetliner.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/994760815361245184,[],[],0,,False,5125,201,467,,None,,,,,,,"[{'screen_name': 'MissTrade', 'name': 'Matt Davio', 'id': '1467621'}]",,,, +8142,994759514082684928,994759514082684928,1526004124000.0,2018-05-11 02:02:04,+0000,,First Boring Company tunnel under LA almost done! Pending final… https://t.co/oWHlwOgCJE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/994759514082684928,['https://www.instagram.com/p/BinoVT6Acpd/?utm_source=ig_twitter_share'],[],0,,False,27789,835,3445,,None,,,,,,,[],,,, +8143,994739393859502082,994738573139099653,1525999327000.0,2018-05-11 00:42:07,+0000,,"@isayeter Towards end of next year. Btw, planning to launch Tesla in Turkey later this year. Love your country & will be there in person for the launch.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/994739393859502082,[],[],0,,False,2393,117,559,,None,,,,,,,"[{'screen_name': 'isayeter', 'name': 'isa yeter', 'id': '144128951'}]",,,, +8144,994738852253155328,994533174452645888,1525999198000.0,2018-05-11 00:39:58,+0000,,"@tammyharrington @Josh1C This will work on entire S & X fleet, even first production units. Cool thing about software upgrades is that we can keep making your car better long after you bought it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/994738852253155328,[],[],0,,False,643,22,50,,None,,,,,,,"[{'screen_name': 'tammyharrington', 'name': 'Tammy Harrington', 'id': '23806343'}, {'screen_name': 'Josh1C', 'name': 'Josh Cunningham', 'id': '27496807'}]",,,, +8145,994535342739832832,994533174452645888,1525950677000.0,2018-05-10 11:11:17,+0000,,"@Josh1C All X & S will soon work with no key if your phone pairs w Bluetooth, signal strength is high & you enable feature",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/994535342739832832,[],[],0,,False,940,79,63,,None,,,,,,,"[{'screen_name': 'Josh1C', 'name': 'Josh Cunningham', 'id': '27496807'}]",,,, +8146,994534448442916864,994533174452645888,1525950464000.0,2018-05-10 11:07:44,+0000,,"@Josh1C Yeah, we will add that as a feature",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/994534448442916864,[],[],0,,False,4178,74,82,,None,,,,,,,"[{'screen_name': 'Josh1C', 'name': 'Josh Cunningham', 'id': '27496807'}]",,,, +8147,994534079591665664,992406311525482496,1525950376000.0,2018-05-10 11:06:16,+0000,,@simona_moise @MacTechGenius @teslanomicsco @Wayfair @TeslaClubSweden !! Unnecessary characters. Will change.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/994534079591665664,[],[],0,,False,479,10,13,,None,,,,,,,"[{'screen_name': 'simona_moise', 'name': 'Simona Moise', 'id': '43998040'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}, {'screen_name': 'Wayfair', 'name': 'Wayfair.com', 'id': '16101626'}, {'screen_name': 'TeslaClubSweden', 'name': 'Tesla Club Sweden', 'id': '1635421855'}]",,,, +8148,994521953754058752,992406311525482496,1525947485000.0,2018-05-10 10:18:05,+0000,,@MacTechGenius @teslanomicsco @Wayfair @TeslaClubSweden I wrote that masterpiece myself in HTML 1.0,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/994521953754058752,[],[],0,,False,784,25,30,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}, {'screen_name': 'Wayfair', 'name': 'Wayfair.com', 'id': '16101626'}, {'screen_name': 'TeslaClubSweden', 'name': 'Tesla Club Sweden', 'id': '1635421855'}]",,,, +8149,994468381897048069,992406311525482496,1525934713000.0,2018-05-10 06:45:13,+0000,,"@teslanomicsco @Wayfair @TeslaClubSweden Wow, thanks for the couch! I will match the donation from my foundation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/994468381897048069,[],[],0,,False,5066,69,179,,None,,,,,,,"[{'screen_name': 'Teslanomicsco', 'name': 'Teslanomics', 'id': '1057050294230540288'}, {'screen_name': 'Wayfair', 'name': 'Wayfair.com', 'id': '16101626'}, {'screen_name': 'TeslaClubSweden', 'name': 'Tesla Club Sweden', 'id': '1635421855'}]",,,, +8150,994460875208691717,994385777248296960,1525932923000.0,2018-05-10 06:15:23,+0000,,@alyankovic @Grimezsz My a capella cover of Amish Paradise is irresistible https://t.co/mBo6aJV42O,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/994460875208691717,['https://m.youtube.com/watch?v=lOfZLb33uCg'],[],0,,False,3740,88,206,,None,,,,,,,"[{'screen_name': 'alyankovic', 'name': 'Al Yankovic', 'id': '22461427'}, {'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +8151,994381742646554625,994381742646554625,1525914056000.0,2018-05-10 01:00:56,+0000,,Tesla quarterly all-hands video. Love the shot of wild horses & Giga in winter https://t.co/ZGZbpSFhus,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/994381742646554625,['https://m.youtube.com/watch?feature=youtu.be&v=azUbCdcAeFM'],[],0,,False,12397,573,1949,,None,,,,,,,[],,,, +8152,994359266617188352,993615299994730496,1525908698000.0,2018-05-09 23:31:38,+0000,,@freebasecatnip So rococo,es,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/994359266617188352,[],[],0,,False,5828,67,203,,None,,,,,,,"[{'screen_name': 'freebasecatnip', 'name': '𓀐𓂸[ 𝖘𝖈𝖗𝖊𝖊𝖈𝖍𝖎𝖓𝖌 ]𓀐𓂸', 'id': '1526087790'}]",,,, +8153,994308016517271552,994265259421548544,1525896479000.0,2018-05-09 20:07:59,+0000,,@ablack82 Definitely not a logo of any kind,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/994308016517271552,[],[],0,,False,584,21,15,,None,,,,,,,"[{'screen_name': 'ablack82', 'name': 'ablack82', 'id': '1129138391872888832'}]",,,, +8154,994279996725215232,994265259421548544,1525889798000.0,2018-05-09 18:16:38,+0000,,@MeriamMagic @CatherineUllo Stole it,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/994279996725215232,[],[],0,,False,443,17,11,,None,,,,,,,"[{'screen_name': 'MeriamMagic', 'name': 'MeriamMagic سا(حرة)', 'id': '965038871065997312'}]",,,, +8155,994270544496226304,994265259421548544,1525887545000.0,2018-05-09 17:39:05,+0000,,@NannySoleil @CatherineUllo We sketched concept together & worked w a trusted team to make it,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/994270544496226304,[],[],0,,False,565,31,14,,None,,,,,,,"[{'screen_name': 'NannySoleil', 'name': 'Nanny Soleil', 'id': '3114613858'}]",,,, +8156,994269435077644289,994265259421548544,1525887280000.0,2018-05-09 17:34:40,+0000,,@CatherineUllo Glass corset hand-painted in perspective in color of bone. Every detail tells a story. Spiked choker machined from a single piece of forged metal. Crown of Vantablack.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/994269435077644289,[],[],0,,False,615,34,24,,None,,,,,,,[],,,, +8157,994267584764628992,994265259421548544,1525886839000.0,2018-05-09 17:27:19,+0000,,@DanielleFong @paracurve Hi Danielle!,fr,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/994267584764628992,[],[],0,,False,1018,22,20,,None,,,,,,,"[{'screen_name': 'DanielleFong', 'name': '🎴', 'id': '13232322'}, {'screen_name': 'paracurve', 'name': 'Steve W.', 'id': '16628216'}]",,,, +8158,994266252779470849,994265259421548544,1525886521000.0,2018-05-09 17:22:01,+0000,,"@paracurve Don’t want to blow your mind, but I’m pretty weird. It’s time the world knew.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/994266252779470849,[],[],0,,False,5536,293,521,,None,,,,,,,"[{'screen_name': 'paracurve', 'name': 'Steve W.', 'id': '16628216'}]",,,, +8159,994265259421548544,994265259421548544,1525886285000.0,2018-05-09 17:18:05,+0000,,Night at the museum. G has mad skillzsz. Me not so much. https://t.co/xFhGncvMhH,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/994265259421548544,['https://instagram.com/p/BiiAeCdhz8X/'],[],0,,False,15175,751,1015,,None,,,,,,,[],,,, +8160,994095355351502848,993924012689551360,1525845776000.0,2018-05-09 06:02:56,+0000,,@MaxHandwerker @dan_rar @ProSyndicate @nypost Literally every word is untrue,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/994095355351502848,[],[],0,,False,1978,60,73,,None,,,,,,,"[{'screen_name': 'MaxHandwerker', 'name': 'Max Handwerker', 'id': '1041073707597221888'}, {'screen_name': 'dan_rar', 'name': 'Danrar', 'id': '44114618'}, {'screen_name': 'nypost', 'name': 'New York Post', 'id': '17469289'}]",,,, +8161,994055600232321024,993924012689551360,1525836298000.0,2018-05-09 03:24:58,+0000,,"@nypost That’s a white rose on my jacket & the choker is a bunch of spikes, not Tesla anything",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/994055600232321024,[],[],0,,False,23710,497,1031,,None,,,,,,,"[{'screen_name': 'nypost', 'name': 'New York Post', 'id': '17469289'}]",,,, +8162,994025286260867074,993991308673933312,1525829070000.0,2018-05-09 01:24:30,+0000,,@MarinPilates @WeDragonSlayers This chart shows how crazy low payout is to labels & the artists only a small fraction of these numbers https://t.co/2us0rzTMqk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/994025286260867074,[],['https://pbs.twimg.com/media/Dct8uceVAAAHiMX.jpg'],1,https://pbs.twimg.com/media/Dct8uceVAAAHiMX.jpg,False,1340,103,343,,None,,,,,,,"[{'screen_name': 'MarinPilates', 'name': 'Janette Jones', 'id': '277841159'}, {'screen_name': 'WeDragonSlayers', 'name': 'WeDragonSlayers', 'id': '957412555651129344'}]",,,, +8163,994024101399293953,993991308673933312,1525828788000.0,2018-05-09 01:19:48,+0000,,"@MarinPilates @WeDragonSlayers Prob iTunes, but whatever works 4u is fine. Most people don’t buy music & artist earnings from streaming are tiny. Mostly about touring. https://t.co/7eITqomrqc",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/994024101399293953,['https://itunes.apple.com/us/album/art-angels/1051022913'],[],0,,False,369,13,24,,None,,,,,,,"[{'screen_name': 'MarinPilates', 'name': 'Janette Jones', 'id': '277841159'}, {'screen_name': 'WeDragonSlayers', 'name': 'WeDragonSlayers', 'id': '957412555651129344'}]",,,, +8164,993995967610290176,993991308673933312,1525822080000.0,2018-05-08 23:28:00,+0000,,@WeDragonSlayers Flesh without Blood & Kill V Maim on Art Angels album https://t.co/MycGWvbYGk,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/993995967610290176,['https://open.spotify.com/album/5hB4jVN4ZHpubyiMmW81K1?si=w_40XQKaQeOx5HfdWR4-0Q'],[],0,,False,4542,91,806,,None,,,,,,,"[{'screen_name': 'WeDragonSlayers', 'name': 'WeDragonSlayers', 'id': '957412555651129344'}]",,,, +8165,993993468111241216,988608394918440961,1525821484000.0,2018-05-08 23:18:04,+0000,,@Grimezsz Love Powerglide too https://t.co/l07YbZLdIG,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/993993468111241216,['https://m.youtube.com/watch?v=95Rzsn-zjr0'],[],0,,False,2615,31,536,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +8166,993667352888791040,993552010514317313,1525743733000.0,2018-05-08 01:42:13,+0000,,@UJZEEE @ProductHunt @shnbhg Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/993667352888791040,[],[],0,,False,477,54,14,,None,,,,,,,"[{'screen_name': 'ProductHunt', 'name': 'Product Hunt 😸', 'id': '2208027565'}]",,,, +8167,993593145064673281,993572598381514753,1525726040000.0,2018-05-07 20:47:20,+0000,, https://t.co/WavNr0ZtDn https://t.co/Z5w69RXtxu,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/993593145064673281,['https://xkcd.com/1450/'],['https://pbs.twimg.com/media/DcnzsG5VQAARy5t.jpg'],1,https://pbs.twimg.com/media/DcnzsG5VQAARy5t.jpg,False,14451,464,1587,,None,,,,,,,[],,,, +8168,993575688778256385,993572598381514753,1525721878000.0,2018-05-07 19:37:58,+0000,, https://t.co/OgAHAWkNkU,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/993575688778256385,['https://en.m.wikipedia.org/wiki/Rococo'],[],0,,False,3922,317,185,,None,,,,,,,[],,,, +8169,993572598381514753,993572598381514753,1525721141000.0,2018-05-07 19:25:41,+0000,,Rococo basilisk,tl,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/993572598381514753,[],[],0,,False,14143,1081,1201,,None,,,,,,,[],,,, +8170,993546386518966275,993086174141890561,1525714892000.0,2018-05-07 17:41:32,+0000,,@drmistercody The Boring Company will be using dirt from tunnel digging to create bricks for low cost housing,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/993546386518966275,[],[],0,,False,25664,485,2291,,None,,,,,,,"[{'screen_name': 'drmistercody', 'name': 'Cody Johnston', 'id': '36618079'}]",,,, +8171,992970026108907520,992951528255250432,1525577477000.0,2018-05-06 03:31:17,+0000,,"@silverblue16 (Sigh) I do like Ty, but she’s a friend. We are not dating.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/992970026108907520,[],[],0,,False,610,81,30,,None,,,,,,,"[{'screen_name': 'silverblue16', 'name': 'Rusty Buckets', 'id': '117851928'}]",,,, +8172,992964829282418688,992951528255250432,1525576238000.0,2018-05-06 03:10:38,+0000,,Saying you like “moats” is just a nice way of saying you like oligopolies,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/992964829282418688,[],[],0,,False,12956,601,950,,None,,,,,,,[],,,, +8173,992951528255250432,992951528255250432,1525573067000.0,2018-05-06 02:17:47,+0000,,Warren Buffett is huge in candy. It’s actually true. https://t.co/UqzIxPGCM2,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/992951528255250432,['http://fortune.com/2018/05/05/warren-buffett-elon-musk-trolling-sees-candies-moats/'],[],0,,False,14296,565,1101,,None,,,,,,,[],,,, +8174,992941109222391808,992941109222391808,1525570583000.0,2018-05-06 01:36:23,+0000,,I’m killin me lol,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/992941109222391808,[],[],0,,False,95850,2033,19600,,None,,,,,,,[],,,, +8175,992940263906553857,992924525288308736,1525570381000.0,2018-05-06 01:33:01,+0000,,@SarahKSilverman lol,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/992940263906553857,[],[],0,,False,1225,30,59,,None,,,,,,,"[{'screen_name': 'SarahKSilverman', 'name': 'Sarah Silverman', 'id': '30364057'}]",,,, +8176,992937572698472454,992924525288308736,1525569739000.0,2018-05-06 01:22:19,+0000,,@SarahKSilverman Hi Sarah,in,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/992937572698472454,[],[],0,,False,1650,45,39,,None,,,,,,,"[{'screen_name': 'SarahKSilverman', 'name': 'Sarah Silverman', 'id': '30364057'}]",,,, +8177,992924525288308736,992924525288308736,1525566629000.0,2018-05-06 00:30:29,+0000,,Then I’m going to build a moat & fill it w candy. Warren B will not be able to resist investing! Berkshire Hathaway kryptonite …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/992924525288308736,[],[],0,,False,31240,1128,2443,,None,,,,,,,[],,,, +8178,992904076978540545,992894802122366976,1525561753000.0,2018-05-05 23:09:13,+0000,,Cryptocandy,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/992904076978540545,[],[],0,,False,50360,1868,6859,,None,,,,,,,[],,,, +8179,992894802122366976,992894802122366976,1525559542000.0,2018-05-05 22:32:22,+0000,,"Ok ok, just for sake of argument, what do u wish for in candy? 🍭",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/992894802122366976,[],[],0,,False,35862,9659,1916,,None,,,,,,,[],,,, +8180,992891529852108800,992876606979952640,1525558762000.0,2018-05-05 22:19:22,+0000,,@ComfortablySmug What do you think we’re living in?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/992891529852108800,[],[],0,,False,24286,395,1844,,None,,,,,,,"[{'screen_name': 'ComfortablySmug', 'name': 'Comfortably Smug', 'id': '17060573'}]",,,, +8181,992890073908572160,992890073908572160,1525558415000.0,2018-05-05 22:13:35,+0000,,It just occurred to me that the plot of Willy Wonka is really messed up,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/992890073908572160,[],[],0,,False,83897,1900,7727,,None,,,,,,,[],,,, +8182,992876773695082496,992876606979952640,1525555244000.0,2018-05-05 21:20:44,+0000,,I am super super serious,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/992876773695082496,[],[],0,,False,87078,2663,7346,,None,,,,,,,[],,,, +8183,992876606979952640,992876606979952640,1525555204000.0,2018-05-05 21:20:04,+0000,,I’m starting a candy company & it’s going to be amazing,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/992876606979952640,[],[],0,,False,229629,9998,35735,,None,,,,,,,[],,,, +8184,992872154927542273,992872154927542273,1525554143000.0,2018-05-05 21:02:23,+0000,, https://t.co/GUnnlJoPbU https://t.co/7tMzFk8v9G,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/992872154927542273,"['https://m.youtube.com/watch?v=oWgTqLCLE8k', 'https://twitter.com/business/status/992826420501073920']",[],0,,False,5571,314,564,https://twitter.com/business/status/992826420501073920,None,,,,,,,[],,,, +8185,992870391847649280,992388944774938626,1525553722000.0,2018-05-05 20:55:22,+0000,,@muddywatersre This will be bigger,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/992870391847649280,[],[],0,,False,696,48,63,,None,,,,,,,"[{'screen_name': 'muddywatersre', 'name': 'MuddyWatersResearch', 'id': '168679374'}]",,,, +8186,992558985218789376,992388944774938626,1525479477000.0,2018-05-05 00:17:57,+0000,,@filippie509 I try so hard to help them …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/992558985218789376,[],[],0,,False,1174,63,47,,None,,,,,,,"[{'screen_name': 'filippie509', 'name': 'Filip Piekniewski', 'id': '4070765174'}]",,,, +8187,992558443872575489,992557706576912385,1525479348000.0,2018-05-05 00:15:48,+0000,,@ATeslaInICEland @Tesla Thanks for letting me know. Will expedite. Sorry for the delay.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/992558443872575489,[],[],0,,False,5780,87,135,,None,,,,,,,"[{'screen_name': 'ATeslaInICEland', 'name': 'A Tesla In ICEland', 'id': '716419165020692480'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8188,992556974263947264,992388944774938626,1525478998000.0,2018-05-05 00:09:58,+0000,,"Looks like sooner than expected. The sheer magnitude of short carnage will be unreal. If you’re short, I suggest tiptoeing quietly to the exit … https://t.co/A0Q90pSLKA",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/992556974263947264,['https://www.barrons.com/articles/tesla-almost-out-of-stock-for-short-sellers-1525467892?mod=yahoobarrons&ru=yahoo&yptr=yahoo'],[],0,,False,11174,556,1075,,None,,,,,,,[],,,, +8189,992511425753956352,992476752185196544,1525468138000.0,2018-05-04 21:08:58,+0000,,@TobyTurner New Roadster will have that,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/992511425753956352,[],[],0,,False,11660,166,359,,None,,,,,,,"[{'screen_name': 'TobyTurner', 'name': 'Toby Turner', 'id': '6054912'}]",,,, +8190,992391704333320192,992388944774938626,1525439594000.0,2018-05-04 13:13:14,+0000,,"@InvestorsLive Yes, definitely not",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/992391704333320192,[],[],0,,False,2540,51,50,,None,,,,,,,"[{'screen_name': 'InvestorsLive', 'name': 'Nathan Michaud', 'id': '15971805'}]",,,, +8191,992391093688791050,992388944774938626,1525439449000.0,2018-05-04 13:10:49,+0000,,@FredericLambert It will be next level. These are really big numbers.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/992391093688791050,[],[],0,,False,1758,54,77,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +8192,992388944774938626,992388944774938626,1525438936000.0,2018-05-04 13:02:16,+0000,,Oh and uh short burn of the century comin soon. Flamethrowers should arrive just in time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/992388944774938626,[],[],0,,False,40919,977,2745,,None,,,,,,,[],,,, +8193,992384341912137733,992361223793487872,1525437839000.0,2018-05-04 12:43:59,+0000,,@mr_calico @FredericLambert Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/992384341912137733,[],[],0,,False,483,19,15,,None,,,,,,,"[{'screen_name': 'mr_calico', 'name': 'Calico', 'id': '14752676'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +8194,992381848104747008,992361223793487872,1525437244000.0,2018-05-04 12:34:04,+0000,,"@GlobalProTrader @wmiddelkoop True. And once they were on the call, I should have answered their questions live. It was foolish of me to ignore them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/992381848104747008,[],[],0,,False,831,60,55,,None,,,,,,,"[{'screen_name': 'GlobalProTrader', 'name': 'David Brady', 'id': '753972954074054656'}, {'screen_name': 'wmiddelkoop', 'name': 'Willem Middelkoop', 'id': '19059966'}]",,,, +8195,992378642830262272,992361223793487872,1525436480000.0,2018-05-04 12:21:20,+0000,,"@joshgans We went through the same drama on S & X and almost all confirmed in the end. Will likely be even better for Model 3, as customer satisfaction score post delivery is higher. I worry zero about demand. Just spent all night in the factory, not the showroom.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/992378642830262272,[],[],0,,False,1556,61,122,,None,,,,,,,"[{'screen_name': 'joshgans', 'name': 'Joshua Gans', 'id': '17142283'}]",,,, +8196,992374493132742656,992361223793487872,1525435491000.0,2018-05-04 12:04:51,+0000,,"Reason RBC question about Model 3 demand is absurd is that Tesla has roughly half a million reservations, despite no advertising & no cars in showrooms. Even after reaching 5k/week production, it would take 2 years just to satisfy existing demand even if new sales dropped to 0.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/992374493132742656,[],[],0,,False,16302,551,1534,,None,,,,,,,[],,,, +8197,992372195304198144,992361223793487872,1525434943000.0,2018-05-04 11:55:43,+0000,,"The reason the Bernstein question about CapEx was boneheaded was that it had already been answered in the headline of the Q1 newsletter he received beforehand, along with details in the body of the letter",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/992372195304198144,[],[],0,,False,9721,203,532,,None,,,,,,,[],,,, +8198,992367087761817600,992361223793487872,1525433725000.0,2018-05-04 11:35:25,+0000,,"The 2 questioners I ignored on the Q1 call are sell-side analysts who represent a short seller thesis, not investors",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/992367087761817600,[],[],0,,False,8587,308,565,,None,,,,,,,[],,,, +8199,992362814353293312,992361223793487872,1525432706000.0,2018-05-04 11:18:26,+0000,,@MarekCyzio Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/992362814353293312,[],[],0,,False,4180,59,74,,None,,,,,,,"[{'screen_name': 'MarekCyzio', 'name': 'Marek Cyzio', 'id': '21892958'}]",,,, +8200,992362594961780742,992361223793487872,1525432654000.0,2018-05-04 11:17:34,+0000,,"First, it’s important to know that Tesla is the most shorted (meaning most bet against) stock on the market & has been for a while https://t.co/srEp1tf6ZU",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/992362594961780742,['https://www.cnbc.com/2018/04/11/tesla-is-the-biggest-short-in-the-us-stock-market.html'],[],0,,False,9589,376,832,,None,,,,,,,[],,,, +8201,992361223793487872,992361223793487872,1525432327000.0,2018-05-04 11:12:07,+0000,,Please ignore this thread unless you’re interested in a tedious discussion about Tesla stock,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/992361223793487872,[],[],0,,False,34772,1490,3512,,None,,,,,,,[],,,, +8202,992354361975042048,992033877035307008,1525430691000.0,2018-05-04 10:44:51,+0000,,@Ataraxia_Invest @MKBHD @HyperChangeTV They were neither valid nor pertinent. I will explain why on a primary Twitter thread.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/992354361975042048,[],[],0,,False,536,21,25,,None,,,,,,,"[{'screen_name': 'Ataraxia_Invest', 'name': 'Ataraxia Investments', 'id': '931614922869497856'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}]",,,, +8203,992341387613016064,992033877035307008,1525427598000.0,2018-05-04 09:53:18,+0000,,"@ThePhoenixFlare @MKBHD @HyperChangeTV Yeah, news is actually super good. Model S & X are producing major positive cash flow & Model 3 is about to do same.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/992341387613016064,[],[],0,,False,741,33,58,,None,,,,,,,"[{'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}]",,,, +8204,992337618091298816,992033877035307008,1525426699000.0,2018-05-04 09:38:19,+0000,,"@MKBHD @HyperChangeTV To be clear, I’m a big fan of MKBHD, but this is an important clarification",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/992337618091298816,[],[],0,,False,9412,124,558,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}]",,,, +8205,992333108346277888,992033877035307008,1525425624000.0,2018-05-04 09:20:24,+0000,,"@MKBHD @HyperChangeTV The “dry” questions were not asked by investors, but rather by two sell-side analysts who were trying to justify their Tesla short thesis. They are actually on the *opposite* side of investors. HyperChange represented actual investors, so I switched to them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/992333108346277888,[],[],0,,False,5492,91,314,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}]",,,, +8206,991944456466202624,991944456466202624,1525332962000.0,2018-05-03 07:36:02,+0000,,You’re most welcome https://t.co/5lOHSWHWhc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/991944456466202624,['https://twitter.com/hyperchangetv/status/991871350980530176'],[],0,,False,9475,383,522,https://twitter.com/hyperchangetv/status/991871350980530176,None,,,,,,,[],,,, +8207,991813680533684224,991811284675985408,1525301783000.0,2018-05-02 22:56:23,+0000,,@drgitlin Your numbers are incorrect. Tesla Fremont is 3rd in world after a 🇳🇱🌸 place & 🇦🇪 mall. Giga will be largest when complete. https://t.co/pTMJ2QcoHk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/991813680533684224,[],['https://pbs.twimg.com/media/DcOhSKfVMAIHb5X.jpg'],1,https://pbs.twimg.com/media/DcOhSKfVMAIHb5X.jpg,False,800,42,68,,None,,,,,,,"[{'screen_name': 'drgitlin', 'name': 'Jonathan Gitlin', 'id': '2139671'}]",,,, +8208,991788131153215489,991788131153215489,1525295691000.0,2018-05-02 21:14:51,+0000,,Woke Frisbee https://t.co/jSvZyQbZ6O,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/991788131153215489,['https://www.instagram.com/p/BiSiqt2AN8p/?utm_source=twitter'],[],0,,False,5015,325,336,,None,,,,,,,[],,,, +8209,991786023351869441,991786023351869441,1525295189000.0,2018-05-02 21:06:29,+0000,,La la la https://t.co/rLQfmrcNO2,es,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/991786023351869441,['https://techcrunch.com/2018/05/02/tesla-earnings-q1-2018/'],[],0,,False,47744,1389,5356,,None,,,,,,,[],,,, +8210,991784449275670528,991769883183669251,1525294813000.0,2018-05-02 21:00:13,+0000,,@arstechnica SpaceX Crew Dragon ships to the Cape in about 3 months,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/991784449275670528,[],[],0,,False,5657,132,477,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}]",,,, +8211,991752018338304000,991636171309625344,1525287081000.0,2018-05-02 18:51:21,+0000,,@arstechnica @binarybits 🖤 Ars Technica 🖤,lt,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/991752018338304000,[],[],0,,False,2852,81,94,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'binarybits', 'name': 'Timothy B. Lee', 'id': '14165170'}]",,,, +8212,991556953586503680,991556953586503680,1525240574000.0,2018-05-02 05:56:14,+0000,,Falcon 9 fairing opens its parafoil after reentering the atmosphere https://t.co/WWz7MhmKaM,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/991556953586503680,['https://www.instagram.com/p/BiQ5qXnA_OM/?utm_source=twitter'],[],0,,False,15786,375,1536,,None,,,,,,,[],,,, +8213,991130075889205248,991062044588806144,1525138799000.0,2018-05-01 01:39:59,+0000,,@Gfilche @Tesla Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/991130075889205248,[],[],0,,False,4797,120,198,,None,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8214,991007702724689920,990854677926297600,1525109623000.0,2018-04-30 17:33:43,+0000,,@DianaKFletcher That’s how I use my eyebrows too,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/991007702724689920,[],[],0,,False,1717,80,56,,None,,,,,,,"[{'screen_name': 'dianakfletcher', 'name': 'Diana', 'id': '926875901039538176'}]",,,, +8215,990854677926297600,990854677926297600,1525073139000.0,2018-04-30 07:25:39,+0000,,I have prehensile eyebrows,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/990854677926297600,[],[],0,,False,37354,1789,2650,,None,,,,,,,[],,,, +8216,990040963635597312,989598167980163072,1524879134000.0,2018-04-28 01:32:14,+0000,,@cloudstrife447 @Grimezsz 😉,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/990040963635597312,[],[],0,,False,1252,65,112,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +8217,990028017861705729,989598167980163072,1524876047000.0,2018-04-28 00:40:47,+0000,,"@Grimezsz Yeah, most people don’t know this, but comets r mostly made of cocaine",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/990028017861705729,[],[],0,,False,3018,122,759,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}]",,,, +8218,989986716004958208,989730877021147137,1524866200000.0,2018-04-27 21:56:40,+0000,,@WorldAndScience Almost ready to test the new Boring Company / SpaceX hyperpod prototype. Exciting video guaranteed.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/989986716004958208,[],[],0,,False,25026,403,1823,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +8219,989598167980163072,989598167980163072,1524773563000.0,2018-04-26 20:12:43,+0000,, https://t.co/3ZyzXoJjcc https://t.co/Er71Qz68Rh,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/989598167980163072,"['https://arstechnica.com/science/2018/04/a-short-new-movie-of-a-comets-surface-is-pretty-incredible/', 'https://twitter.com/worldandscience/status/989580140005994496']",[],0,,False,24186,584,4288,0,None,,,,,,,[],,,, +8220,989362154242428928,989209383501516801,1524717293000.0,2018-04-26 04:34:53,+0000,,@GameOfThrones Don’t make me use my space lasers …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/989362154242428928,[],[],0,,False,39393,418,3791,,None,,,,,,,"[{'screen_name': 'GameOfThrones', 'name': 'Game of Thrones', 'id': '180463340'}]",,,, +8221,989199502794936321,989198118666162176,1524678514000.0,2018-04-25 17:48:34,+0000,,@illbzo1 I know … such an underserved market,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/989199502794936321,[],[],0,,False,25006,169,743,,None,,,,,,,"[{'screen_name': 'illbzo1', 'name': 'Tyler Moore', 'id': '14351638'}]",,,, +8222,989198118666162176,989198118666162176,1524678184000.0,2018-04-25 17:43:04,+0000,,Oh btw I’m building a cyborg dragon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/989198118666162176,[],[],0,,False,419943,14836,90811,,None,,,,,,,[],,,, +8223,989195682081730560,988608394918440961,1524677603000.0,2018-04-25 17:33:23,+0000,,@Grimezsz @PostMalone Sounds great riding my cyborg 🐉,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/989195682081730560,[],[],0,,False,1291,31,82,,None,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '☘︎𝔊𝔯𝔦𝔪𝔢𝔰', 'id': '276540738'}, {'screen_name': 'PostMalone', 'name': 'Posty', 'id': '913812620'}]",,,, +8224,989017019876966400,988608394918440961,1524635007000.0,2018-04-25 05:43:27,+0000,,@PostMalone Likewise … was just listening to Go Flex & Psycho on @Grimezsz playlist,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/989017019876966400,[],[],0,,False,11929,106,1099,,None,,,,,,,"[{'screen_name': 'PostMalone', 'name': 'Posty', 'id': '913812620'}]",,,, +8225,988214241797685248,988210908412465152,1524443610000.0,2018-04-23 00:33:30,+0000,,@MrAdamPrater Mostly not,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/988214241797685248,[],[],0,,False,414,26,18,,None,,,,,,,"[{'screen_name': 'MrAdamPrater', 'name': 'Adam Prater', 'id': '1265412344'}]",,,, +8226,986746909153869824,986746909153869824,1524093770000.0,2018-04-18 23:22:50,+0000,,Tesla batteries are currently live & delivering power at 662 locations in Puerto Rico. Team is working 24/7 to activate several hundred more. https://t.co/OMu8qKJvLy,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/986746909153869824,['https://twitter.com/nowthisnews/status/986646841503596544'],[],0,,False,147700,2012,31453,https://twitter.com/nowthisnews/status/986646841503596544,None,,,,,,,[],,,, +8227,986641687081398272,986608291223687169,1524068683000.0,2018-04-18 16:24:43,+0000,,@arstechnica @SciGuySpace Russia has great rocket technology & talent. Much respect. Would encourage focus on reusability. Single-use rockets cannot be competitive any more than single-use aircraft.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/986641687081398272,[],[],0,,False,7518,163,560,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +8228,986632708074827777,986322814985584640,1524066543000.0,2018-04-18 15:49:03,+0000,,@vincechen Doing our best,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/986632708074827777,[],[],0,,False,438,27,20,,None,,,,,,,"[{'screen_name': 'vincechen', 'name': 'Vince Chen', 'id': '26560520'}]",,,, +8229,986369127907393537,986322814985584640,1524003700000.0,2018-04-17 22:21:40,+0000,, https://t.co/MMRtF3jHD5,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/986369127907393537,['https://m.youtube.com/watch?v=qmDBMFlC-8o'],[],0,,False,2805,355,185,,None,,,,,,,[],,,, +8230,986363212474925056,986322814985584640,1524002290000.0,2018-04-17 21:58:10,+0000,, https://t.co/JIl6vzhQAx,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/986363212474925056,['https://m.youtube.com/watch?v=WXv31OmnKqQ'],[],0,,False,4499,315,372,,None,,,,,,,[],,,, +8231,986361795894919168,986322814985584640,1524001952000.0,2018-04-17 21:52:32,+0000,, https://t.co/dEOd5GKfdk,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/986361795894919168,['https://m.youtube.com/watch?v=O4irXQhgMqg'],[],0,,False,4631,246,386,,None,,,,,,,[],,,, +8232,986360329763307520,986322814985584640,1524001602000.0,2018-04-17 21:46:42,+0000,,Now https://t.co/4CLYzLR9mk,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/986360329763307520,['https://m.youtube.com/watch?v=tgIqecROs5M'],[],0,,False,3077,187,228,,None,,,,,,,[],,,, +8233,986322814985584640,986322814985584640,1523992658000.0,2018-04-17 19:17:38,+0000,,Driving a Model 3 and playing https://t.co/5xa3FUWuXy,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/986322814985584640,['https://m.youtube.com/watch?v=ErCAOMi5EGM'],[],0,,False,14075,934,1536,,None,,,,,,,[],,,, +8234,986070683426766848,985654333860601856,1523932545000.0,2018-04-17 02:35:45,+0000,,"@QuinnKupec @SpaceX @UofMaryland Yeah, exactly! Would be great to hear your thoughts. We’re going to try a few approaches. Can def be done, just about minimizing mass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/986070683426766848,[],[],0,,False,730,43,44,,None,,,,,,,"[{'screen_name': 'QuinnKupec', 'name': 'Quinn Kupec', 'id': '400422078'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'UofMaryland', 'name': 'Univ. of Maryland', 'id': '16129880'}]",,,, +8235,985731208846831618,985654333860601856,1523851608000.0,2018-04-16 04:06:48,+0000,,"@smartereveryday @BadAstronomer We already do targeted retro burn to a specific point in Pacific w no islands or ships, so upper stage doesn’t become a dead satellite. Need to retarget closer to shore & position catcher ship like Mr Steven.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/985731208846831618,[],[],0,,False,1223,52,83,,None,,,,,,,"[{'screen_name': 'smartereveryday', 'name': 'Smarter Every Day', 'id': '315465682'}, {'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}]",,,, +8236,985684755877265408,985654333860601856,1523840533000.0,2018-04-16 01:02:13,+0000,,And then land on a bouncy house,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/985684755877265408,[],[],0,,False,65408,1977,5616,,None,,,,,,,[],,,, +8237,985668304353116161,985654333860601856,1523836611000.0,2018-04-15 23:56:51,+0000,,"@BadAstronomer Yeah, but great for creating a giant object that retains its shape across all Mach regimes & drops ballistic coefficient by 2 orders of magnitude",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/985668304353116161,[],[],0,,False,2485,103,165,,None,,,,,,,"[{'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}]",,,, +8238,985655249745592320,985654333860601856,1523833498000.0,2018-04-15 23:04:58,+0000,,SpaceX will try to bring rocket upper stage back from orbital velocity using a giant party balloon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/985655249745592320,[],[],0,,False,94330,2156,12561,,None,,,,,,,[],,,, +8239,985654333860601856,985654333860601856,1523833280000.0,2018-04-15 23:01:20,+0000,,"This is gonna sound crazy, but …",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/985654333860601856,[],[],0,,False,71438,2527,8550,,None,,,,,,,[],,,, +8240,985361761271406594,985361761271406594,1523763525000.0,2018-04-15 03:38:45,+0000,,Interview and Tesla factory tour with Gayle King https://t.co/693jZBk4Km,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/985361761271406594,['https://www.cbsnews.com/news/elon-musk-tesla-model-3-problems-interview-today-2018-04-13/?ftag=CNM-00-10aac3a'],[],0,,False,20568,776,2626,,None,,,,,,,[],,,, +8241,985345850946699264,985244322772733952,1523759732000.0,2018-04-15 02:35:32,+0000,,@La3_id @TheOnion https://t.co/qOyH1VVBVp,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/985345850946699264,[],['https://pbs.twimg.com/media/Daym0n7UwAAQugL.jpg'],1,https://pbs.twimg.com/media/Daym0n7UwAAQugL.jpg,False,2652,110,340,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +8242,985344228665393152,985244322772733952,1523759345000.0,2018-04-15 02:29:05,+0000,,@La3_id @TheOnion Too wasted to remember,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/985344228665393152,[],[],0,,False,1674,23,163,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +8243,985343867108012032,985244322772733952,1523759259000.0,2018-04-15 02:27:39,+0000,,"@TheOnion Don’t want to brag or anything, but that happens to me sometimes …",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/985343867108012032,[],[],0,,False,14045,162,638,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +8244,984882630947753984,984833456029843457,1523649292000.0,2018-04-13 19:54:52,+0000,,"@timkhiggins Yes, excessive automation at Tesla was a mistake. To be precise, my mistake. Humans are underrated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/984882630947753984,[],[],0,,False,37645,1181,6927,,None,,,,,,,"[{'screen_name': 'timkhiggins', 'name': 'Tim Higgins', 'id': '145265146'}]",,,, +8245,984705630106673152,984648478461657094,1523607091000.0,2018-04-13 08:11:31,+0000,,"@TheEconomist The Economist used to be boring, but smart with a wicked dry wit. Now it’s just boring (sigh). Tesla will be profitable & cash flow+ in Q3 & Q4, so obv no need to raise money.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/984705630106673152,[],[],0,,False,16974,588,1686,,None,,,,,,,"[{'screen_name': 'TheEconomist', 'name': 'The Economist', 'id': '5988062'}]",,,, +8246,984702246817431553,983539041197932544,1523606285000.0,2018-04-13 07:58:05,+0000,,"@Taysh83 @Tesla Sorry, demand has been higher than expected. Making them as fast as possible, but waitlist is 3 to 6 months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/984702246817431553,[],[],0,,False,622,21,36,,None,,,,,,,"[{'screen_name': 'Taysh83', 'name': 'Ritesh Patel', 'id': '185939337'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8247,984700711425355777,984685440220434432,1523605919000.0,2018-04-13 07:51:59,+0000,,@BenMcLeish @Tesla Looking into it. This is bizarre.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/984700711425355777,[],[],0,,False,576,16,17,,None,,,,,,,"[{'screen_name': 'BenMcLeish', 'name': 'Ben McLeish', 'id': '127523111'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8248,984689905874817029,984465312526417920,1523603342000.0,2018-04-13 07:09:02,+0000,,@VoltzCoreAudio @TEDTalks @audphin @i_firth Maybe a little 😉,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/984689905874817029,[],[],0,,False,842,34,42,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}, {'screen_name': 'TEDTalks', 'name': 'TED Talks', 'id': '15492359'}, {'screen_name': 'audphin', 'name': 'Audrey ☕️', 'id': '1315057984251342852'}, {'screen_name': 'i_firth', 'name': 'Ian Firth', 'id': '719738673'}]",,,, +8249,984650810909851648,984465312526417920,1523594021000.0,2018-04-13 04:33:41,+0000,,@TEDTalks @audphin @i_firth Gwynne’s got it covered. She’s awesome.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/984650810909851648,[],[],0,,False,1357,45,62,,None,,,,,,,"[{'screen_name': 'TEDTalks', 'name': 'TED Talks', 'id': '15492359'}, {'screen_name': 'audphin', 'name': 'Audrey ☕️', 'id': '1315057984251342852'}, {'screen_name': 'i_firth', 'name': 'Ian Firth', 'id': '719738673'}]",,,, +8250,984517995400650752,984465312526417920,1523562356000.0,2018-04-12 19:45:56,+0000,,@audphin @TEDTalks @i_firth I love trolls,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/984517995400650752,[],[],0,,False,1184,65,69,,None,,,,,,,"[{'screen_name': 'audphin', 'name': 'Audrey ☕️', 'id': '1315057984251342852'}, {'screen_name': 'TEDTalks', 'name': 'TED Talks', 'id': '15492359'}, {'screen_name': 'i_firth', 'name': 'Ian Firth', 'id': '719738673'}]",,,, +8251,984498847232622592,984465312526417920,1523557790000.0,2018-04-12 18:29:50,+0000,,@TEDTalks @i_firth Norway has some really cool tunnels and bridges,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/984498847232622592,[],[],0,,False,6986,187,310,,None,,,,,,,"[{'screen_name': 'TEDTalks', 'name': 'TED Talks', 'id': '15492359'}, {'screen_name': 'i_firth', 'name': 'Ian Firth', 'id': '719738673'}]",,,, +8252,983863209491775488,982848337673179136,1523406243000.0,2018-04-11 00:24:03,+0000,,@AshleyEsqueda @petesjca @monitron @Tesla Should be fully fixed within the next few days,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/983863209491775488,[],[],0,,False,551,49,19,,None,,,,,,,"[{'screen_name': 'AshleyEsqueda', 'name': '.ashley. ✨🎙', 'id': '129911948'}, {'screen_name': 'petesjca', 'name': 'peter frey', 'id': '115716683'}, {'screen_name': 'monitron', 'name': 'Justin Streufert', 'id': '7255152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8253,983775391851528192,983757308260855809,1523385305000.0,2018-04-10 18:35:05,+0000,,@volgaksoy @visageofscott Place your bets …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/983775391851528192,[],[],0,,False,1213,170,109,,None,,,,,,,"[{'screen_name': 'volgaksoy', 'name': 'Volga Aksoy', 'id': '378405646'}, {'screen_name': 'visageofscott', 'name': 'Scott Nagy', 'id': '37696718'}]",,,, +8254,983621641262399489,983519374731431936,1523348648000.0,2018-04-10 08:24:08,+0000,,@PDChina This is a very important action by China. Avoiding a trade war will benefit all countries.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/983621641262399489,[],[],0,,False,1301,63,166,,None,,,,,,,"[{'screen_name': 'PDChina', 'name': ""People's Daily, China"", 'id': '303862998'}]",,,, +8255,983438824452669440,983179254790684673,1523305061000.0,2018-04-09 20:17:41,+0000,,@chrispaine @DoYouTrust How many views?,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/983438824452669440,[],[],0,,False,2892,126,61,,None,,,,,,,"[{'screen_name': 'chrispaine', 'name': 'Chris Paine', 'id': '14546186'}, {'screen_name': 'DoYouTrust', 'name': 'Do You Trust This Computer?', 'id': '979514839197409280'}]",,,, +8256,983207596298522626,983207596298522626,1523249932000.0,2018-04-09 04:58:52,+0000,,SpaceX main body tool for the BFR interplanetary spaceship https://t.co/WbTITI6WSu,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/983207596298522626,['https://www.instagram.com/p/BhVk3y3A0yB/'],[],0,,False,18649,1036,2626,,None,,,,,,,[],,,, +8257,983159549116010496,983159549116010496,1523238477000.0,2018-04-09 01:47:57,+0000,,Free viewing ends in about 5 hours https://t.co/bracGDFd0r,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/983159549116010496,['https://twitter.com/elonmusk/status/982119546420002817'],[],0,,False,15700,762,2449,https://twitter.com/elonmusk/status/982119546420002817,None,,,,,,,[],,,, +8258,982878098663161856,982848337673179136,1523171374000.0,2018-04-08 07:09:34,+0000,,@srinivasguduru @mathetes76 @monitron @Tesla Definitely. Will take corrective action immediately. Sorry about this.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/982878098663161856,[],[],0,,False,901,92,33,,None,,,,,,,"[{'screen_name': 'srinivasguduru', 'name': 'Srini', 'id': '17736257'}, {'screen_name': 'mathetes76', 'name': 'Jennifer', 'id': '397636567'}, {'screen_name': 'monitron', 'name': 'Justin Streufert', 'id': '7255152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8259,982874182617722880,982848337673179136,1523170440000.0,2018-04-08 06:54:00,+0000,,@mathetes76 @monitron @Tesla Looking into it now,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/982874182617722880,[],[],0,,False,594,19,12,,None,,,,,,,"[{'screen_name': 'mathetes76', 'name': 'Jennifer', 'id': '397636567'}, {'screen_name': 'monitron', 'name': 'Justin Streufert', 'id': '7255152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8260,982864331338432513,982848337673179136,1523168091000.0,2018-04-08 06:14:51,+0000,,@monitron @Tesla Should just be due to your config not avail yet. If not lmk.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/982864331338432513,[],[],0,,False,472,12,10,,None,,,,,,,"[{'screen_name': 'monitron', 'name': 'Justin Streufert', 'id': '7255152'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8261,982850314054205440,982848337673179136,1523164750000.0,2018-04-08 05:19:10,+0000,,@razemfrazem @bvledford @Tesla Similar timing,in,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/982850314054205440,[],[],0,,False,596,29,18,,None,,,,,,,"[{'screen_name': 'razemfrazem', 'name': 'Kristy Eisele🌟Buttongirl❣️', 'id': '109599897'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8262,982849024083484673,982848337673179136,1523164442000.0,2018-04-08 05:14:02,+0000,,@bvledford @Tesla So probably July,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/982849024083484673,[],[],0,,False,743,43,32,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8263,982848849361289222,982848337673179136,1523164400000.0,2018-04-08 05:13:20,+0000,,@bvledford @Tesla We need to achieve 5k/week with Model 3 before adding complexity that would inhibit production ramp,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/982848849361289222,[],[],0,,False,3323,109,130,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8264,982830466913845250,903129182397374464,1523160018000.0,2018-04-08 04:00:18,+0000,,"This is kinda nutty for such a short distance, so could easily end up being shredded metal, but exciting either way",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/982830466913845250,[],[],0,,False,12841,357,685,,None,,,,,,,[],,,, +8265,982826517443915776,903129182397374464,1523159076000.0,2018-04-08 03:44:36,+0000,,Upgraded SpaceX/Tesla Hyperloop pod speed test soon. Will try to reach half speed of sound (and brake) within ~1.2km.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/982826517443915776,[],[],0,,False,12551,218,1016,,None,,,,,,,[],,,, +8266,982810679064199168,982809957958668288,1523155300000.0,2018-04-08 02:41:40,+0000,,@anshulbhide @Tesla Model 3 is the whole point. We only made the more expensive cars in order to make the mass-market car. We lacked the economies of scale and expertise to make it until now.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/982810679064199168,[],[],0,,False,9972,148,612,,None,,,,,,,"[{'screen_name': 'anshulbhide', 'name': 'Anshul', 'id': '27644113'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8267,982717418446512128,982716415089299457,1523133065000.0,2018-04-07 20:31:05,+0000,,@JohnnaSabri The cat videos are awesome 🐱,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/982717418446512128,[],[],0,,False,957,57,50,,None,,,,,,,[],,,, +8268,982716415089299457,982716415089299457,1523132826000.0,2018-04-07 20:27:06,+0000,, https://t.co/WehHd0eJeO at 5M views after 36 hours. Congrats to Chris Paine & co!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/982716415089299457,['http://doyoutrustthiscomputer.org/watch'],[],0,,False,15872,646,2301,,None,,,,,,,[],,,, +8269,982168698600353792,982168099582431232,1523002240000.0,2018-04-06 08:10:40,+0000,,@Markjvolgin Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/982168698600353792,[],[],0,,False,1037,45,21,,None,,,,,,,"[{'screen_name': 'Markjvolgin', 'name': 'Matteo', 'id': '825697722942488576'}]",,,, +8270,982168099582431232,982168099582431232,1523002097000.0,2018-04-06 08:08:17,+0000,,"“You are my creator, but I am your master” — Mary Shelley",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/982168099582431232,[],[],0,,False,46845,1427,5993,,None,,,,,,,[],,,, +8271,982166600601124865,982119546420002817,1523001740000.0,2018-04-06 08:02:20,+0000,,In memory of Stephen Hawking,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/982166600601124865,[],[],0,,False,18063,226,998,,None,,,,,,,[],,,, +8272,982119546420002817,982119546420002817,1522990521000.0,2018-04-06 04:55:21,+0000,,Nothing will affect the future of humanity more than digital super-intelligence. Watch Chris Paine’s new AI movie for free until Sunday night at https://t.co/WehHcZX7Qe,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/982119546420002817,['http://doyoutrustthiscomputer.org/watch'],[],0,,False,46603,1991,13883,,None,,,,,,,[],,,, +8273,982017761575518208,982017761575518208,1522966254000.0,2018-04-05 22:10:54,+0000,,Chris Paine AI movie premiering tonight https://t.co/kXM7USFi8D,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/982017761575518208,['http://deadline.com/2018/04/do-you-trust-this-computer-trailer-chris-paine-artificial-intelligence-documentary-video-1202357639/'],[],0,,False,13180,401,2292,,None,,,,,,,[],,,, +8274,981975289403076610,981705570351833088,1522956127000.0,2018-04-05 19:22:07,+0000,,@teslatidbits @Tesla We will add a feature to allow request of latest software version,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/981975289403076610,[],[],0,,False,2452,107,78,,None,,,,,,,"[{'screen_name': 'teslatidbits', 'name': 'Tesla Tidbits', 'id': '729854022547603456'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8275,981659052768817153,981656730210852864,1522880731000.0,2018-04-04 22:25:31,+0000,,@Complex This is false,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/981659052768817153,[],[],0,,False,17272,426,2265,,None,,,,,,,"[{'screen_name': 'Complex', 'name': 'Complex', 'id': '13049362'}]",,,, +8276,981581401639198720,981581215344939008,1522862217000.0,2018-04-04 17:16:57,+0000,,"@rosechehrazi Oh, it’s on …",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/981581401639198720,[],[],0,,False,3991,93,156,,None,,,,,,,"[{'screen_name': 'rosechehrazi', 'name': 'rose رز\u200c\u200c\u200c🍒', 'id': '2394782893'}]",,,, +8277,981581215344939008,981581215344939008,1522862173000.0,2018-04-04 17:16:13,+0000,,Most people don’t know there’s a whole box of Easter eggs with every Tesla. Just tap logo on center screen & wait. Easy access to most of discovered ones. More coming …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/981581215344939008,[],[],0,,False,27867,1005,2005,,None,,,,,,,[],,,, +8278,980913452976816128,980895994471575552,1522702966000.0,2018-04-02 21:02:46,+0000,,"@amir Uhh, hello, I need to build cars",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/980913452976816128,[],[],0,,False,3126,138,283,,None,,,,,,,"[{'screen_name': 'amir', 'name': 'Amir Efrati', 'id': '114602310'}]",,,, +8279,980913157739765761,980895994471575552,1522702895000.0,2018-04-02 21:01:35,+0000,,"@amir About a year ago, I asked Doug to manage both engineering & production. He agreed that Tesla needed eng & prod better aligned, so we don’t design cars that are crazy hard to build. Right now, tho, better to divide & conquer, so I’m back to sleeping at factory. Car biz is hell …",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/980913157739765761,[],[],0,,False,2121,169,161,,None,,,,,,,"[{'screen_name': 'amir', 'name': 'Amir Efrati', 'id': '114602310'}]",,,, +8280,980910671763193856,980895994471575552,1522702303000.0,2018-04-02 20:51:43,+0000,,"@amir Can’t believe you’re even writing about this. My job as CEO is to focus on what’s most critical, which is currently Model 3 production. Doug, who I regard as one of the world’s most talented engineering execs, is focused on vehicle engineering.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/980910671763193856,[],[],0,,False,10291,180,507,,None,,,,,,,"[{'screen_name': 'amir', 'name': 'Amir Efrati', 'id': '114602310'}]",,,, +8281,980892800324575232,979482131729707008,1522698042000.0,2018-04-02 19:40:42,+0000,,"@vegamontesino @NoceraBV @WSJ @Tesla We release as soon as we have the data. Good timeline, bad timing. Doesn’t matter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/980892800324575232,[],[],0,,False,2452,53,77,,None,,,,,,,"[{'screen_name': 'VegaMontesino', 'name': 'Bryan Vega Montesino', 'id': '1268409893221957632'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8282,980885178942816256,979482131729707008,1522696225000.0,2018-04-02 19:10:25,+0000,,"@NoceraBV @WSJ @Tesla Not criticizing, just as asking questions. I’m sure there’s a really great answer …",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/980885178942816256,[],[],0,,False,3322,82,63,,None,,,,,,,"[{'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8283,980883549074018304,979482131729707008,1522695836000.0,2018-04-02 19:03:56,+0000,,"@WSJ Tesla policy is to issue a recall *before* there are injuries. This is absolutely the right thing to do. Yet there were dozens of recalls by other car companies last month, incl w injuries & deaths, but you only wrote an article about Tesla. Why so?",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/980883549074018304,[],[],0,,False,36930,1193,4348,,None,,,,,,,"[{'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +8284,980880706627715072,980846333136392194,1522695158000.0,2018-04-02 18:52:38,+0000,,"@OmarHoryy @TeslaMotorsClub Seriously! Obviously, I’m not going to do an April Fool’s joke about going bankwupt if I thought there was any chance it would actually happen (sigh).",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/980880706627715072,[],[],0,,False,1215,65,109,,None,,,,,,,"[{'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}]",,,, +8285,980876926830039041,980846333136392194,1522694257000.0,2018-04-02 18:37:37,+0000,,"@TeslaMotorsClub Lot of respect for NTSB, but NHTSA regulates cars, not NTSB, which is an advisory body. Tesla releases critical crash data affecting public safety immediately & always will. To do otherwise would be unsafe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/980876926830039041,[],[],0,,False,5427,88,368,,None,,,,,,,"[{'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}]",,,, +8286,980647734888681472,980261983831257088,1522639614000.0,2018-04-02 03:26:54,+0000,,"@Teslarati @13ericralph31 @w00ki33 Oh yeah, forgot to mention it actually landed fine, just not on Mr Steven https://t.co/HckB2OkJ5L",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/980647734888681472,[],['https://pbs.twimg.com/media/DZv16k2VMAAmbZx.jpg'],1,https://pbs.twimg.com/media/DZv16k2VMAAmbZx.jpg,False,8088,239,569,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}]",,,, +8287,980589463611916288,980576183782952962,1522625721000.0,2018-04-01 23:35:21,+0000,,@TommyThornton What about this? https://t.co/s5zcMvzXC7,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/980589463611916288,['https://www.youtube.com/watch?v=FG1NrQYXjLU'],[],0,,False,2590,105,138,,None,,,,,,,"[{'screen_name': 'TommyThornton', 'name': 'Thomas Thornton', 'id': '22867489'}]",,,, +8288,980585671218774017,980566101124722688,1522624817000.0,2018-04-01 23:20:17,+0000,,@_iitzBrendon Elon University is a real place,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/980585671218774017,[],[],0,,False,3966,122,798,,None,,,,,,,[],,,, +8289,980569082838700033,980568706660126721,1522620862000.0,2018-04-01 22:14:22,+0000,,@vreeman Coming soon to Tesla merch. Free shots in stores every April 1st.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/980569082838700033,[],[],0,,False,6740,110,291,,None,,,,,,,"[{'screen_name': 'vreeman', 'name': 'Simon Vreeman', 'id': '12473092'}]",,,, +8290,980568382591328256,980566101124722688,1522620695000.0,2018-04-01 22:11:35,+0000,,@AntVenom As you wish,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/980568382591328256,[],[],0,,False,3661,100,118,,None,,,,,,,"[{'screen_name': 'AntVenom', 'name': 'Taylor Harris', 'id': '25719962'}]",,,, +8291,980566785803018240,980566101124722688,1522620314000.0,2018-04-01 22:05:14,+0000,,@peteWcarle It’s the best,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/980566785803018240,[],[],0,,False,2061,58,37,,None,,,,,,,"[{'screen_name': 'peteWcarle', 'name': 'Pete W Carle', 'id': '52340708'}]",,,, +8292,980566116614291456,980566101124722688,1522620154000.0,2018-04-01 22:02:34,+0000,,"Elon was found passed out against a Tesla Model 3, surrounded by ""Teslaquilla"" bottles, the tracks of dried tears still visible on his cheeks. This is not a forward-looking statement, because, obviously, what's the point? Happy New Month! https://t.co/YcouvFz6Y1",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/980566116614291456,[],['https://pbs.twimg.com/media/DZurrX-U0AAUthg.jpg'],1,https://pbs.twimg.com/media/DZurrX-U0AAUthg.jpg,False,157497,3822,19236,,None,,,,,,,[],,,, +8293,980566103356194816,980566101124722688,1522620151000.0,2018-04-01 22:02:31,+0000,,"There are many chapters of bankruptcy and, as critics so rightly pointed out, Tesla has them *all*, including Chapter 14 and a half (the worst one).",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/980566103356194816,[],[],0,,False,47495,332,4367,,None,,,,,,,[],,,, +8294,980566101124722688,980566101124722688,1522620151000.0,2018-04-01 22:02:31,+0000,,"Tesla Goes Bankrupt Palo Alto, California, April 1, 2018 -- Despite intense efforts to raise money, including a last-ditch mass sale of Easter Eggs, we are sad to report that Tesla has gone completely and totally bankrupt. So bankrupt, you can't believe it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/980566101124722688,[],[],0,,False,150881,4003,21806,,None,,,,,,,[],,,, +8295,980518020358463489,980518020358463489,1522608687000.0,2018-04-01 18:51:27,+0000,,Important news in a few hours …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/980518020358463489,[],[],0,,False,77305,4059,7701,,None,,,,,,,[],,,, +8296,979904735972024321,979904735972024321,1522462469000.0,2018-03-31 02:14:29,+0000,,Love seeing the scars of the rocket https://t.co/y5FQrLcV9B,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/979904735972024321,[],['https://pbs.twimg.com/media/DZlSKJ2U8AAE61O.jpg'],1,https://pbs.twimg.com/media/DZlSKJ2U8AAE61O.jpg,False,62972,1041,5500,,None,,,,,,,[],,,, +8297,979896143604744193,979726332320915462,1522460420000.0,2018-03-31 01:40:20,+0000,,"@vbagate Hopefully, actual video coming soon. Aiming to improve the link quality so it can be real-time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/979896143604744193,[],[],0,,False,1005,36,45,,None,,,,,,,"[{'screen_name': 'vbagate', 'name': 'Van Applegate', 'id': '15040812'}]",,,, +8298,979895766880841733,979893228160913408,1522460331000.0,2018-03-31 01:38:51,+0000,,@SRodgerBock Everything’s better with fire,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/979895766880841733,[],[],0,,False,1092,70,85,,None,,,,,,,"[{'screen_name': 'SRodgerBock', 'name': 'S Rodger Bock', 'id': '1272059598'}]",,,, +8299,979893228160913408,979893228160913408,1522459725000.0,2018-03-31 01:28:45,+0000,,Best music video art I’ve seen in a while https://t.co/F2E4zDZMyM,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/979893228160913408,['https://m.youtube.com/watch?v=eTLTXDHrgtw'],[],0,,False,9436,656,1093,,None,,,,,,,[],,,, +8300,979769569706307584,979766844025376769,1522430243000.0,2018-03-30 17:17:23,+0000,,@BadAstronomer Tru drat,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/979769569706307584,[],[],0,,False,3229,87,132,,None,,,,,,,"[{'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}]",,,, +8301,979764513233715200,979726332320915462,1522429037000.0,2018-03-30 16:57:17,+0000,,"GPS guided parafoil twisted, so fairing impacted water at high speed. Air wake from fairing messing w parafoil steering. Doing helo drop tests in next few weeks to solve.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/979764513233715200,[],[],0,,False,11542,490,685,,None,,,,,,,[],,,, +8302,979730904087068672,979726332320915462,1522421024000.0,2018-03-30 14:43:44,+0000,,Mr Steven is 5 mins away from being under the falling fairing (don’t have live video),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/979730904087068672,[],[],0,,False,12725,501,579,,None,,,,,,,[],,,, +8303,979726332320915462,979726332320915462,1522419934000.0,2018-03-30 14:25:34,+0000,,"Attempting recovery of fairing falling down from space (right now) with our boat, Mr Steven. It’s a giant steel & webbing catcher’s mitt superstructure on a high-speed ocean ship. Godspeed, Mr. S …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/979726332320915462,[],[],0,,False,29685,710,2296,,None,,,,,,,[],,,, +8304,978913092443824128,978913092443824128,1522226043000.0,2018-03-28 08:34:03,+0000,,"House party for the autonomous anarcho-syndicalist commune!! —— Peasant Woman: Well, how'd you… https://t.co/c85wR2xelx",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/978913092443824128,['https://www.instagram.com/p/Bg3CLGrACcI/'],[],0,,False,7226,426,434,,None,,,,,,,[],,,, +8305,978897638337794053,978888552711966720,1522222358000.0,2018-03-28 07:32:38,+0000,,@Taraustralis @Drniallmc @BookHubPublish @1Cunionsandphey @brianmlucey @AstroVicnet @Armoured_Combat @GastroGays Yes. I forgot my sword.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/978897638337794053,[],[],0,,False,602,28,28,,None,,,,,,,"[{'screen_name': 'Taraustralis', 'name': 'Taraustralis', 'id': '1006232250'}, {'screen_name': 'BookHubPublish', 'name': 'Book Hub Publishing', 'id': '1498237130'}, {'screen_name': '1Cunionsandphey', 'name': ""Daithi O'Laoghaire"", 'id': '909798717145960448'}, {'screen_name': 'brianmlucey', 'name': 'brian lucey', 'id': '45114987'}, {'screen_name': 'AstroVicnet', 'name': 'AstroVicnet (et Kibo)', 'id': '83575577'}, {'screen_name': 'Armoured_Combat', 'name': 'Armoured Combat', 'id': '3078430300'}, {'screen_name': 'GastroGays', 'name': 'Russell & Patrick', 'id': '1145136692'}]",,,, +8306,978895981465960448,978888552711966720,1522221963000.0,2018-03-28 07:26:03,+0000,,@Taraustralis @Drniallmc @BookHubPublish @1Cunionsandphey @brianmlucey @AstroVicnet @Armoured_Combat @GastroGays Dueling Dwarf Vader while dressed as a knight and using a parasol for a sword,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/978895981465960448,[],[],0,,False,2721,57,113,,None,,,,,,,"[{'screen_name': 'Taraustralis', 'name': 'Taraustralis', 'id': '1006232250'}, {'screen_name': 'BookHubPublish', 'name': 'Book Hub Publishing', 'id': '1498237130'}, {'screen_name': '1Cunionsandphey', 'name': ""Daithi O'Laoghaire"", 'id': '909798717145960448'}, {'screen_name': 'brianmlucey', 'name': 'brian lucey', 'id': '45114987'}, {'screen_name': 'AstroVicnet', 'name': 'AstroVicnet (et Kibo)', 'id': '83575577'}, {'screen_name': 'Armoured_Combat', 'name': 'Armoured Combat', 'id': '3078430300'}, {'screen_name': 'GastroGays', 'name': 'Russell & Patrick', 'id': '1145136692'}]",,,, +8307,978895114524352513,978895114524352513,1522221756000.0,2018-03-28 07:22:36,+0000,,"Turns out joking about being a “rock” star because of digging tunnels (through, uh, rock — hello??) is deeply underappreciated",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/978895114524352513,[],[],0,,False,96591,2145,7889,,None,,,,,,,[],,,, +8308,978665254329569280,978662971537674240,1522166954000.0,2018-03-27 16:09:14,+0000,,"@asteroix Yes, you can upgrade hardware, although we also wrote software to accelerate rendering on old MCU. Coming out soon & makes a big diff.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/978665254329569280,[],[],0,,False,676,81,62,,None,,,,,,,"[{'screen_name': 'asteroix', 'name': 'Cookie Juice', 'id': '1895831479'}]",,,, +8309,978502181069365249,978502181069365249,1522128074000.0,2018-03-27 05:21:14,+0000,,"From my Mom: every time I use irony, I lose a friend",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/978502181069365249,[],[],0,,False,68656,1780,7635,,None,,,,,,,[],,,, +8310,978498291124981763,978140940241059840,1522127146000.0,2018-03-27 05:05:46,+0000,,And they said I’d never be a rock star …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/978498291124981763,[],[],0,,False,36986,740,3546,,None,,,,,,,[],,,, +8311,978149655853744129,978144513733681153,1522044025000.0,2018-03-26 06:00:25,+0000,,@safranye @DianaKFletcher @LeonsArcade Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/978149655853744129,[],[],0,,False,600,30,14,,None,,,,,,,"[{'screen_name': 'safranye', 'name': 'Eniko Safrany-Hetei', 'id': '1928101646'}, {'screen_name': 'dianakfletcher', 'name': 'Diana', 'id': '926875901039538176'}]",,,, +8312,978148065423970304,978144513733681153,1522043646000.0,2018-03-26 05:54:06,+0000,,"@DianaKFletcher @LeonsArcade Uhh, it’s literally made of rock",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/978148065423970304,[],[],0,,False,1404,35,94,,None,,,,,,,"[{'screen_name': 'dianakfletcher', 'name': 'Diana', 'id': '926875901039538176'}]",,,, +8313,978147162319085569,978144513733681153,1522043431000.0,2018-03-26 05:50:31,+0000,,"@LeonsArcade Yeah, the boring bricks are interlocking with a precise surface finish, so two people could build the outer walls of a small house in a day or so",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/978147162319085569,[],[],0,,False,4541,130,295,,None,,,,,,,[],,,, +8314,978143803830775810,978140940241059840,1522042630000.0,2018-03-26 05:37:10,+0000,,@selberis Prob May,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/978143803830775810,[],[],0,,False,2362,24,62,,None,,,,,,,"[{'screen_name': 'selberis', 'name': 'John', 'id': '40367982'}]",,,, +8315,978142739463208961,978140940241059840,1522042376000.0,2018-03-26 05:32:56,+0000,,@teslainventory Guaranteed to be Flamethrower-proof!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/978142739463208961,[],[],0,,False,2438,28,69,,None,,,,,,,"[{'screen_name': 'teslainventory', 'name': '🔋Erik🔋', 'id': '565198801'}]",,,, +8316,978142114339995648,978140940241059840,1522042227000.0,2018-03-26 05:30:27,+0000,,"First kit set will be ancient Egypt — pyramids, Sphinx, temple of Horus, etc",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/978142114339995648,[],[],0,,False,25338,827,1588,,None,,,,,,,[],,,, +8317,978140940241059840,978140940241059840,1522041947000.0,2018-03-26 05:25:47,+0000,,"New Boring Company merch coming soon. Lifesize LEGO-like interlocking bricks made from tunneling rock that you can use to create sculptures & buildings. Rated for California seismic loads, so super strong, but bored in the middle, like an aircraft wing spar, so not heavy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/978140940241059840,[],[],0,,False,66497,1809,7592,,None,,,,,,,[],,,, +8318,978132755740377088,978097229767430144,1522039996000.0,2018-03-26 04:53:16,+0000,,"@aNichiporchik New nav starts rolling out this weekend. Should be considered a mature beta at first, so won’t be perfect, but will improve rapidly. With the old system, we were stuck with legacy 3rd party black box code and stale data. No way to improve.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/978132755740377088,[],[],0,,False,713,76,73,,None,,,,,,,"[{'screen_name': 'aNichiporchik', 'name': 'Alex Nichiporchik', 'id': '218076700'}]",,,, +8319,978056724950147072,978056724950147072,1522021869000.0,2018-03-25 23:51:09,+0000,, https://t.co/C98mW0OPAF,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/978056724950147072,[],['https://pbs.twimg.com/media/DZLBZ2bVoAEx5f7.jpg'],1,https://pbs.twimg.com/media/DZLBZ2bVoAEx5f7.jpg,False,27333,979,1444,,None,,,,,,,[],,,, +8320,977720676722212864,977674173282750464,1521941749000.0,2018-03-25 01:35:49,+0000,,@arstechnica @thepacketrat Shocker,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/977720676722212864,[],[],0,,False,10408,215,805,,None,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'thepacketrat', 'name': 'Sean Gallagher 高老鼠 🐭💻⚒', 'id': '10747572'}]",,,, +8321,977660603975151616,977361160470179840,1521927426000.0,2018-03-24 21:37:06,+0000,,@TeslaMotorsClub It’s not a political statement and I didn’t do this because someone dared me to do it. Just don’t like Facebook. Gives me the willies. Sorry.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/977660603975151616,[],[],0,,False,27460,737,3425,,None,,,,,,,"[{'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}]",,,, +8322,977653519078457344,977645648609759233,1521925737000.0,2018-03-24 21:08:57,+0000,,@ElectrekCo I have just asked our team to slow down deliveries. It is clear that we are exceeding the local logistics capacity due to batch build and delivery. Customer happiness & safety matter more than a few extra cars this quarter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/977653519078457344,[],[],0,,False,9206,214,452,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +8323,977261549080297472,977232670911541249,1521832284000.0,2018-03-23 19:11:24,+0000,,@tiggerl82 @VentureBeat @kharijohnson You’ll live,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/977261549080297472,[],[],0,,False,5525,176,392,,None,,,,,,,"[{'screen_name': 'tiggerl82', 'name': 'Balazs Szekely', 'id': '245010392'}, {'screen_name': 'VentureBeat', 'name': 'VentureBeat', 'id': '60642052'}, {'screen_name': 'kharijohnson', 'name': 'Khari Johnson', 'id': '16408929'}]",,,, +8324,977258647641141248,977232670911541249,1521831592000.0,2018-03-23 18:59:52,+0000,,@VentureBeat @kharijohnson We’ve never advertised with FB. None of my companies buy advertising or pay famous people to fake endorse. Product lives or dies on its own merits.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/977258647641141248,[],[],0,,False,42184,680,6415,,None,,,,,,,"[{'screen_name': 'VentureBeat', 'name': 'VentureBeat', 'id': '60642052'}, {'screen_name': 'kharijohnson', 'name': 'Khari Johnson', 'id': '16408929'}]",,,, +8325,977236378105798656,976231995846963201,1521826283000.0,2018-03-23 17:31:23,+0000,,"@martinapennisi @serdarsprofile @brianacton Instagram’s probably ok imo, so long as it stays fairly independent. I don’t use FB & never have, so don’t think I’m some kind of martyr or my companies are taking a huge blow. Also, we don’t advertise or pay for endorsements, so … don’t care.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/977236378105798656,[],[],0,,False,4691,198,665,,None,,,,,,,"[{'screen_name': 'martinapennisi', 'name': 'Martina Pennisi', 'id': '91380029'}, {'screen_name': 'serdarsprofile', 'name': 'Serdar', 'id': '291155395'}, {'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +8326,977230073173393408,977229726291984384,1521824780000.0,2018-03-23 17:06:20,+0000,,@themadstone Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/977230073173393408,[],[],0,,False,6761,103,305,,None,,,,,,,"[{'screen_name': 'themadstone', 'name': 'Maddie Stone', 'id': '416715629'}]",,,, +8327,977217002564546560,977216068145074178,1521821663000.0,2018-03-23 16:14:23,+0000,,"@mcwm What, a troll, me!? How dare you, sir!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/977217002564546560,[],[],0,,False,11882,173,824,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}]",,,, +8328,977216799354728448,977216052391219201,1521821615000.0,2018-03-23 16:13:35,+0000,,"@kerrymflynn Yeah, my fault for being an idiot. We did give them a free launch to make up for it and I think they had some insurance.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/977216799354728448,[],[],0,,False,6997,158,473,,None,,,,,,,"[{'screen_name': 'kerrymflynn', 'name': 'Kerry Flynn 🐶', 'id': '30581721'}]",,,, +8329,977216157080993793,976231995846963201,1521821462000.0,2018-03-23 16:11:02,+0000,,@Bryson_M @RMac18 @serdarsprofile @brianacton Definitely. Looks lame anyway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/977216157080993793,[],[],0,,False,10021,180,1196,,None,,,,,,,"[{'screen_name': 'Bryson_M', 'name': 'bryson', 'id': '14352562'}, {'screen_name': 'RMac18', 'name': 'Ryan Mac🙃', 'id': '47191293'}, {'screen_name': 'serdarsprofile', 'name': 'Serdar', 'id': '291155395'}, {'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +8330,977215954349211650,976231995846963201,1521821413000.0,2018-03-23 16:10:13,+0000,,@aysegultelli @brianacton First time I’ve seen either. One on the left looks official. Will be gone soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/977215954349211650,[],[],0,,False,2686,107,293,,None,,,,,,,"[{'screen_name': 'aysegultelli', 'name': 'Ayşegül', 'id': '352241206'}, {'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +8331,977215713646583808,976231995846963201,1521821356000.0,2018-03-23 16:09:16,+0000,,@sathish4vy @brianacton Maybe that word doesn’t mean what I think it does,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/977215713646583808,[],[],0,,False,863,20,37,,None,,,,,,,"[{'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +8332,977214195698581504,977212673451610113,1521820994000.0,2018-03-23 16:03:14,+0000,,@jiveDurkey @SpaceX @facebook Literally never seen it even once,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/977214195698581504,[],[],0,,False,7072,128,458,,None,,,,,,,"[{'screen_name': 'jiveDurkey', 'name': 'j.d. durkin', 'id': '45511031'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Facebook', 'name': 'Facebook', 'id': '2425151'}]",,,, +8333,977213864969256960,977041745979609088,1521820915000.0,2018-03-23 16:01:55,+0000,,"@OfficeOfOMAR Yeah, it’s borderline. FB influence is slowly creeping in.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/977213864969256960,[],[],0,,False,838,32,52,,None,,,,,,,[],,,, +8334,977211923719598086,976231995846963201,1521820452000.0,2018-03-23 15:54:12,+0000,,@serdarsprofile @brianacton I didn’t realize there was one. Will do.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/977211923719598086,[],[],0,,False,16022,384,2520,,None,,,,,,,"[{'screen_name': 'serdarsprofile', 'name': 'Serdar', 'id': '291155395'}, {'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +8335,977210512021667840,976231995846963201,1521820116000.0,2018-03-23 15:48:36,+0000,,@sathish4vy @brianacton Inconceivable! Who’d say a thing like that!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/977210512021667840,[],[],0,,False,1037,20,44,,None,,,,,,,"[{'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +8336,977209817012977665,976231995846963201,1521819950000.0,2018-03-23 15:45:50,+0000,,@brianacton What’s Facebook?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/977209817012977665,[],[],0,,False,44032,1177,11433,,None,,,,,,,"[{'screen_name': 'brianacton', 'name': 'Brian Acton', 'id': '21038221'}]",,,, +8337,977209516012986369,977208583849947137,1521819878000.0,2018-03-23 15:44:38,+0000,,"@verge Wow, a whole week. Risky ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/977209516012986369,[],[],0,,False,7856,124,424,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +8338,977209059949494272,977041745979609088,1521819770000.0,2018-03-23 15:42:50,+0000,,@SmileSimplify Umm...yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/977209059949494272,[],[],0,,False,709,14,20,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +8339,977127504438747136,977127406044463104,1521800325000.0,2018-03-23 10:18:45,+0000,,@benflux Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/977127504438747136,[],[],0,,False,428,19,13,,None,,,,,,,"[{'screen_name': 'benflux', 'name': 'Ben Flux', 'id': '22883087'}]",,,, +8340,977113911475318784,977041745979609088,1521797085000.0,2018-03-23 09:24:45,+0000,,@georgepaul82 I double-dare them to come back! Bring it ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/977113911475318784,[],[],0,,False,1245,43,42,,None,,,,,,,[],,,, +8341,977041745979609088,977041745979609088,1521779879000.0,2018-03-23 04:37:59,+0000,,No technology is too advanced for The Boring Company! https://t.co/r3EJYpcpkO,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/977041745979609088,['https://www.instagram.com/p/BgpwknyA--2/'],[],0,,False,16691,982,1247,,None,,,,,,,[],,,, +8342,976992482595545088,976222938931265536,1521768134000.0,2018-03-23 01:22:14,+0000,,"@Lori_Garver @JeffBezos That said, Lori deserves a lot of credit for supporting competitive, commercial space launch while under massive assault from old-school monopolists",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/976992482595545088,[],[],0,,False,1064,25,73,,None,,,,,,,"[{'screen_name': 'Lori_Garver', 'name': 'Lori Garver', 'id': '119897041'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}]",,,, +8343,976774671516364800,976761913131524098,1521716203000.0,2018-03-22 10:56:43,+0000,,"@Ron_sanes No real surface is perfect, but it did pull about 250,000 lbs of muck rail cars out of a tunnel https://t.co/wlKbLwd0f7",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976774671516364800,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/976774353076416513/pu/img/OsDAeEadg04ONLsu.jpg,False,2360,94,339,,None,,,,,,,"[{'screen_name': 'Ron_sanes', 'name': 'iRONman', 'id': '234985344'}]",,,, +8344,976771803044446208,976761913131524098,1521715520000.0,2018-03-22 10:45:20,+0000,,"@tomkiss Probably mid next year before we are able to make RHD. Wish it could be sooner. Maybe try a Model S, used or new in the meantime? Used S is better than a new 3 imo, unless you want a smaller car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976771803044446208,[],[],0,,False,680,60,37,,None,,,,,,,"[{'screen_name': 'tomkiss', 'name': '𝕋𝕆𝕄 𝕂𝕀𝕊𝕊', 'id': '8033482'}]",,,, +8345,976769850663043073,976761913131524098,1521715054000.0,2018-03-22 10:37:34,+0000,,@loganfeatures Sorry 🤗,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976769850663043073,[],[],0,,False,889,17,18,,None,,,,,,,[],,,, +8346,976769575466356736,976761913131524098,1521714988000.0,2018-03-22 10:36:28,+0000,,"Model X pulls a 95,000 lb (15,000 above US road legal limit) semi truck on a pure snow surface https://t.co/AqmvgMXIYo",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976769575466356736,['https://electrek.co/2018/02/20/tesla-model-x-pull-semi-truck-snow/'],[],0,,False,17468,442,2110,,None,,,,,,,[],,,, +8347,976767301574787072,976767131663597568,1521714446000.0,2018-03-22 10:27:26,+0000,,@bigyahu Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976767301574787072,[],[],0,,False,352,12,7,,None,,,,,,,"[{'screen_name': 'bigyahu', 'name': 'alan jones (the good one)', 'id': '7512'}]",,,, +8348,976767152173719552,976761913131524098,1521714411000.0,2018-03-22 10:26:51,+0000,,@s3xy_ch Sounds like this canton has style!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976767152173719552,[],[],0,,False,832,17,39,,None,,,,,,,"[{'screen_name': 's3xy_ch', 'name': 's3xy_ch', 'id': '958345520354766848'}]",,,, +8349,976766285445910533,976661622235152384,1521714204000.0,2018-03-22 10:23:24,+0000,,@xeokeri Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976766285445910533,[],[],0,,False,606,19,18,,None,,,,,,,"[{'screen_name': 'xeokeri', 'name': 'Xeon Xai', 'id': '15419462'}]",,,, +8350,976766094630305792,976661622235152384,1521714159000.0,2018-03-22 10:22:39,+0000,,@themodel3guy You’re welcome. Sorry for the delay. Only just got back from Gigafactory. Will be at our Fremont factory in the morning. Tesla team is going all out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976766094630305792,[],[],0,,False,718,24,32,,None,,,,,,,"[{'screen_name': 'themodel3guy', 'name': ""@themodel3guy's Ghost 👻"", 'id': '1215822775706882048'}]",,,, +8351,976763690585223168,976761913131524098,1521713585000.0,2018-03-22 10:13:05,+0000,,Better to be in the Model X https://t.co/r0Tf79PSxE,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976763690585223168,['https://www.teslarati.com/tesla-model-x-tug-war-chevy-camaro/'],[],0,,False,11452,239,1016,,None,,,,,,,[],,,, +8352,976761913131524098,976761913131524098,1521713162000.0,2018-03-22 10:06:02,+0000,,"The Swiss police are smart. Electricity vs diesel & maintenance more than make up for purchase price diff. Plus, the bad guys will def not escape. That’s worth a lot … https://t.co/fE6zmM8C3F",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/976761913131524098,['https://apple.news/Aefkre1PBRaKYSF7SDBZ8iQ'],[],0,,False,21326,499,2746,,None,,,,,,,[],,,, +8353,976661622235152384,976661622235152384,1521689250000.0,2018-03-22 03:27:30,+0000,,Maybe there should be 2 providers for Chicago advanced transit. Monopolies are so boring ... https://t.co/hXJBtKgbiB,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/976661622235152384,['https://www.teslarati.com/elon-musk-boring-company-chicago-ohare-tunnel-final-two-bids/'],[],0,,False,21000,586,2443,,None,,,,,,,[],,,, +8354,976418373457215488,976418373457215488,1521631255000.0,2018-03-21 11:20:55,+0000,,Petra and Mars https://t.co/AFgsZVlImZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/976418373457215488,['https://www.instagram.com/p/BglRR6EgB8j/'],[],0,,False,7978,424,607,,None,,,,,,,[],,,, +8355,976414452106055680,976222938931265536,1521630320000.0,2018-03-21 11:05:20,+0000,,"@Lori_Garver @JeffBezos Lori, this is ridiculous. Creating a rocket company has to be one of the dumbest and hardest ways to “make money”. If it was about money, I’d just do another Internet company.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/976414452106055680,[],[],0,,False,27376,400,3216,,None,,,,,,,"[{'screen_name': 'Lori_Garver', 'name': 'Lori Garver', 'id': '119897041'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}]",,,, +8356,976168329097416704,976167415854837761,1521571640000.0,2018-03-20 18:47:20,+0000,,@RanNatanzon @Tesla @Cortica This is completely false. Never even heard of Cortica. Just taking my kids on a Spring Break trip to see ancient historical sites in Israel & Jordan.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/976168329097416704,[],[],0,,False,13399,329,736,,None,,,,,,,"[{'screen_name': 'RanNatanzon', 'name': 'Ran Natanzon', 'id': '19912099'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Cortica', 'name': 'Cortica', 'id': '1965128191'}]",,,, +8357,975919977495543808,975919977495543808,1521512429000.0,2018-03-20 02:20:29,+0000,,Paid respects to Masada earlier today. Live free or die. https://t.co/RIfSVHRkDY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/975919977495543808,['https://www.instagram.com/p/BghgFOWgB2_/'],[],0,,False,10938,600,827,,None,,,,,,,[],,,, +8358,975796402675703809,975796402675703809,1521482966000.0,2018-03-19 18:09:26,+0000,,Learning how to pour flaming absinthe over a tower of glasses in a Jerusalem speakeasy.… https://t.co/kLFzl7SjH5,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/975796402675703809,['https://www.instagram.com/p/BggsS4gAJ9v/'],[],0,,False,13808,713,862,,None,,,,,,,[],,,, +8359,975228272366759939,975103893209141249,1521347513000.0,2018-03-18 04:31:53,+0000,,@IraEhrenpreis @Tesla Thanks for your support over all those years!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/975228272366759939,[],[],0,,False,6494,89,133,,None,,,,,,,"[{'screen_name': 'IraEhrenpreis', 'name': 'Ira Ehrenpreis', 'id': '1319781188'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8360,974356241119035392,974350540154032128,1521139605000.0,2018-03-15 18:46:45,+0000,,"@TheOnion Your cruel taunts cut me deep. Deep. But, I love you too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/974356241119035392,[],[],0,,False,7145,178,378,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +8361,974355745993969664,974350540154032128,1521139487000.0,2018-03-15 18:44:47,+0000,,@TheOnion Oh you guys ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/974355745993969664,[],[],0,,False,25830,266,1035,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +8362,974355452438888448,974294973158969349,1521139417000.0,2018-03-15 18:43:37,+0000,,@timthetatman Yeah. I find it soothing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/974355452438888448,[],[],0,,False,8801,237,1177,,None,,,,,,,"[{'screen_name': 'timthetatman', 'name': 'timthetatman👑', 'id': '995979576'}]",,,, +8363,974048143871434752,974036157880250368,1521066149000.0,2018-03-14 22:22:29,+0000,,@JeffreyWolff Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/974048143871434752,[],[],0,,False,416,29,16,,None,,,,,,,"[{'screen_name': 'JeffreyWolff', 'name': 'Jeffrey Wolff', 'id': '37273620'}]",,,, +8364,973998998209011712,973857445683462145,1521054431000.0,2018-03-14 19:07:11,+0000,,@AnubhavArora06 Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/973998998209011712,[],[],0,,False,715,39,18,,None,,,,,,,"[{'screen_name': 'AnubhavArora06', 'name': 'A.A.', 'id': '2510742157'}]",,,, +8365,973972643190792193,973857445683462145,1521048148000.0,2018-03-14 17:22:28,+0000,,"That’s the name of my new intergalactic media empire, exclamation point optional",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/973972643190792193,[],[],0,,False,28162,997,1796,,None,,,,,,,[],,,, +8366,973860794679967745,973857445683462145,1521021481000.0,2018-03-14 09:58:01,+0000,,@MaxF01234 @BleachTheLies Resist,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/973860794679967745,[],[],0,,False,2393,127,95,,None,,,,,,,"[{'screen_name': 'BleachTheLies', 'name': 'CoffeeAndKurt', 'id': '382465150'}]",,,, +8367,973860151697457152,973857445683462145,1521021328000.0,2018-03-14 09:55:28,+0000,,@BleachTheLies Thinkularity,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/973860151697457152,[],[],0,,False,3541,88,159,,None,,,,,,,"[{'screen_name': 'BleachTheLies', 'name': 'CoffeeAndKurt', 'id': '382465150'}]",,,, +8368,973857445683462145,973857445683462145,1521020683000.0,2018-03-14 09:44:43,+0000,,Thud!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/973857445683462145,[],[],0,,False,41663,2265,3163,,None,,,,,,,[],,,, +8369,972996509477216256,972754606647365632,1520815419000.0,2018-03-12 00:43:39,+0000,,@prof_wsoff Great idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/972996509477216256,[],[],0,,False,419,61,20,,None,,,,,,,[],,,, +8370,972754606647365632,972754606647365632,1520757745000.0,2018-03-11 08:42:25,+0000,,"My brother, Jonah and I are going to do a cover of My Little Buttercup from The Three Amigos. It will be terrible. There will also be a plethora of Q and sometimes even A. https://t.co/4xHux9DNnn",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/972754606647365632,['https://twitter.com/sxsw/status/972672230936272897'],[],0,,False,30900,1025,2616,https://twitter.com/sxsw/status/972672230936272897,None,,,,,,,[],,,, +8371,972697639325233154,972697639325233154,1520744163000.0,2018-03-11 04:56:03,+0000,,On the Westworld set with my bro @kimbal https://t.co/UNSB4vGp5O,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/972697639325233154,['https://www.instagram.com/p/BgK5R1SAjHC/'],[],0,,False,12365,422,656,,None,,,,,,,[],,,, +8372,972628124893671432,972628124893671432,1520727590000.0,2018-03-11 00:19:50,+0000,,"Why Falcon Heavy & Starman? Life cannot just be about solving one sad problem after another. There need to be things that inspire you, that make you glad to wake up in the morning and be part of humanity. That is why we did it. We did for you. https://t.co/5STO7q4wro",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/972628124893671432,['https://m.youtube.com/watch?feature=youtu.be&v=A0FZIwabctw'],[],0,,False,94660,3002,27341,,None,,,,,,,[],,,, +8373,972553071845879809,972550122839080960,1520709696000.0,2018-03-10 19:21:36,+0000,,@CBinsights Doesn’t make any sense. You can’t “take things that fail” & make them work without creativity & invention.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/972553071845879809,[],[],0,,False,12757,210,1245,,None,,,,,,,"[{'screen_name': 'CBinsights', 'name': 'CB Insights', 'id': '110171914'}]",,,, +8374,972338813329534976,972335273462841344,1520658612000.0,2018-03-10 05:10:12,+0000,,"@Advil No, it’s not",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/972338813329534976,[],[],0,,False,7001,224,900,,None,,,,,,,"[{'screen_name': 'Advil', 'name': 'abdul 🐈\u200d⬛', 'id': '14417243'}]",,,, +8375,972336214262013952,972335273462841344,1520657993000.0,2018-03-10 04:59:53,+0000,,@dedubb4 None of the above,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/972336214262013952,[],[],0,,False,8975,156,269,,None,,,,,,,"[{'screen_name': 'dedubb4', 'name': 'dedub', 'id': '339926198'}]",,,, +8376,972335273462841344,972335273462841344,1520657768000.0,2018-03-10 04:56:08,+0000,,Tunnels,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/972335273462841344,[],[],0,,False,19672,3602,2843,,None,,,,,,,[],,,, +8377,972248502762799104,972233079342297088,1520637081000.0,2018-03-09 23:11:21,+0000,,@RodrigoEP01 Because blue,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/972248502762799104,[],[],0,,False,8427,145,602,,None,,,,,,,"[{'screen_name': 'RodrigoEP01', 'name': 'Rodrigo EP', 'id': '1111726617615835136'}]",,,, +8378,972248154354495488,972246515669438464,1520636998000.0,2018-03-09 23:09:58,+0000,,"@2AvSagas I guess you could say it’s a 150 mph, underground, autonomous, electric bus that automatically switches between tunnels and lifts. So, yes, a bus.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/972248154354495488,[],[],0,,False,9740,171,829,,None,,,,,,,"[{'screen_name': '2AvSagas', 'name': 'Second Ave. Sagas', 'id': '16563573'}]",,,, +8379,972245615735222273,972233079342297088,1520636392000.0,2018-03-09 22:59:52,+0000,,"Better video coming soon, but it would look a bit like this: https://t.co/C0iJPi8b4U",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/972245615735222273,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/972245557447045121/pu/img/-Nd9gnQjfX3N_I7m.jpg,False,106658,2608,27389,,None,,,,,,,[],,,, +8380,972243992153739265,972233079342297088,1520636005000.0,2018-03-09 22:53:25,+0000,,"Boring Co urban loop system would have 1000’s of small stations the size of a single parking space that take you very close to your destination & blend seamlessly into the fabric of a city, rather than a small number of big stations like a subway",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/972243992153739265,[],[],0,,False,29425,603,3182,,None,,,,,,,[],,,, +8381,972240946115915776,972233079342297088,1520635279000.0,2018-03-09 22:41:19,+0000,,@Advil Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/972240946115915776,[],[],0,,False,898,21,30,,None,,,,,,,"[{'screen_name': 'Advil', 'name': 'abdul 🐈\u200d⬛', 'id': '14417243'}]",,,, +8382,972235526848708608,972233079342297088,1520633987000.0,2018-03-09 22:19:47,+0000,,"Will still transport cars, but only after all personalized mass transit needs are met. It’s a matter of courtesy & fairness. If someone can’t afford a car, they should go first.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/972235526848708608,[],[],0,,False,37812,695,4709,,None,,,,,,,[],,,, +8383,972233079342297088,972233079342297088,1520633403000.0,2018-03-09 22:10:03,+0000,,Adjusting The Boring Company plan: all tunnels & Hyperloop will prioritize pedestrians & cyclists over cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/972233079342297088,[],[],0,,False,79616,1582,11193,,None,,,,,,,[],,,, +8384,972223971813818369,972186949367689217,1520631232000.0,2018-03-09 21:33:52,+0000,,@kronayne Heavy sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/972223971813818369,[],[],0,,False,5228,137,336,,None,,,,,,,"[{'screen_name': 'kronayne', 'name': 'Kathleen Ronayne', 'id': '29620439'}]",,,, +8385,972151775934365697,972149891848798208,1520614019000.0,2018-03-09 16:46:59,+0000,,"@starlight_juice Talulah is in England, finishing her second novel. It’s about a future matriarchal society, with a twist.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/972151775934365697,[],[],0,,False,933,35,26,,None,,,,,,,"[{'screen_name': 'starlight_juice', 'name': 'Haley', 'id': '57368217'}]",,,, +8386,972149891848798208,972149891848798208,1520613570000.0,2018-03-09 16:39:30,+0000,,"Will be at SXSW Sat/Sun with Jonah & Lisa, who created Westworld. Jonah made an incredible short reel of Falcon Heavy & Starman. Releases tmrw aft.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/972149891848798208,[],[],0,,False,23827,497,1888,,None,,,,,,,[],,,, +8387,971898600274870272,971402791930552322,1520553657000.0,2018-03-09 00:00:57,+0000,,"@realDonaldTrump To be clear, I think a fair outcome for all is quite likely. China has already shown a willingness to open their markets and I believe they will do the right thing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/971898600274870272,[],[],0,,False,3636,160,297,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +8388,971815058475921408,971402791930552322,1520533740000.0,2018-03-08 18:29:00,+0000,,"@realDonaldTrump We raised this with the prior administration and nothing happened. Just want a fair outcome, ideally where tariffs/rules are equally moderate. Nothing more. Hope this does not seem unreasonable.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/971815058475921408,[],[],0,,False,6889,281,824,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +8389,971814004887715840,971402791930552322,1520533488000.0,2018-03-08 18:24:48,+0000,,"@realDonaldTrump I am against import duties in general, but the current rules make things very difficult. It’s like competing in an Olympic race wearing lead shoes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/971814004887715840,[],[],0,,False,4357,189,604,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +8390,971812680594964480,971402791930552322,1520533173000.0,2018-03-08 18:19:33,+0000,,"@realDonaldTrump Also, no US auto company is allowed to own even 50% of their own factory in China, but there are five 100% China-owned EV auto companies in the US",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/971812680594964480,[],[],0,,False,7436,322,1544,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +8391,971811614411276288,971402791930552322,1520532918000.0,2018-03-08 18:15:18,+0000,,"@realDonaldTrump For example, an American car going to China pays 25% import duty, but a Chinese car coming to the US only pays 2.5%, a tenfold difference",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/971811614411276288,[],[],0,,False,9069,412,1937,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +8392,971810418128691200,971402791930552322,1520532633000.0,2018-03-08 18:10:33,+0000,,"@realDonaldTrump Do you think the US & China should have equal & fair rules for cars? Meaning, same import duties, ownership constraints & other factors.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/971810418128691200,[],[],0,,False,13420,489,1299,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}]",,,, +8393,971624496825159680,971624496825159680,1520488306000.0,2018-03-08 05:51:46,+0000,, https://t.co/wJDmXrEuKi,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/971624496825159680,[],['https://pbs.twimg.com/media/DXvnUW1UQAA4KE-.jpg'],1,https://pbs.twimg.com/media/DXvnUW1UQAA4KE-.jpg,False,41898,982,2792,,None,,,,,,,[],,,, +8394,971618409187127296,971618409187127296,1520486855000.0,2018-03-08 05:27:35,+0000,, https://t.co/pNElNTmcKf,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/971618409187127296,[],['https://pbs.twimg.com/media/DXvhyPaV4AEjjxp.jpg'],1,https://pbs.twimg.com/media/DXvhyPaV4AEjjxp.jpg,False,157429,1503,21142,,None,,,,,,,[],,,, +8395,971550967018614784,971538400586088449,1520470775000.0,2018-03-08 00:59:35,+0000,,"@verge Every time Alexa laughs, an angel dies, so thank goodness …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/971550967018614784,[],[],0,,False,16772,222,1435,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +8396,971510290163499008,971409311401435137,1520461077000.0,2018-03-07 22:17:57,+0000,,@ParkerMolloy Depends on what you mean by “doom”,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/971510290163499008,[],[],0,,False,800,26,54,,None,,,,,,,"[{'screen_name': 'ParkerMolloy', 'name': 'Parker Molloy', 'id': '634734888'}]",,,, +8397,971466308855332864,971466308855332864,1520450591000.0,2018-03-07 19:23:11,+0000,,"First production cargo trip of the Tesla Semi heavy duty truck, carrying battery packs from the… https://t.co/6fIMYGfKw1",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/971466308855332864,['https://www.instagram.com/p/BgCJlKbFckb/'],[],0,,False,31485,869,4081,,None,,,,,,,[],,,, +8398,971459140890411008,971456111495798784,1520448882000.0,2018-03-07 18:54:42,+0000,,@FutureCars360 @Tesla Will have Model X do a cover of Happy Birthday by Marilyn Monroe https://t.co/8TaiBF6HLs,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/971459140890411008,['https://m.youtube.com/watch?v=iH3oOVKt0WI'],[],0,,False,434,23,26,,None,,,,,,,"[{'screen_name': 'FutureCars360', 'name': 'Future Cars', 'id': '915761871227113472'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8399,971307576959885312,971224396890124288,1520412747000.0,2018-03-07 08:52:27,+0000,,"@jeremyburge Literally, if you type “jazz hands”, iOS shows this emoji 🤗",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/971307576959885312,[],[],0,,False,4259,180,173,,None,,,,,,,"[{'screen_name': 'jeremyburge', 'name': 'Jeremy Burge', 'id': '14656370'}]",,,, +8400,971224396890124288,971224396890124288,1520392915000.0,2018-03-07 03:21:55,+0000,,I just realized there is a jazz hands emoji 🤗,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/971224396890124288,[],[],0,,False,135061,2899,13705,,None,,,,,,,[],,,, +8401,971106671631130624,971095567060426752,1520364847000.0,2018-03-06 19:34:07,+0000,,"@mattfeinman If there is anyone in the third row, turn off air recirculation. Third row cooling happens by air entering from the front and exiting through the vents in the rear bumper.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/971106671631130624,[],[],0,,False,5449,111,161,,None,,,,,,,"[{'screen_name': 'mattfeinman', 'name': 'Matthew Feinman', 'id': '47425900'}]",,,, +8402,970914681069039617,970903737085542400,1520319073000.0,2018-03-06 06:51:13,+0000,,"@SpaceX Very proud of the SpaceX team! Can’t believe it’s been fifty Falcon 9 launches already. Just ten years ago, we couldn’t even reach orbit with little Falcon 1.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/970914681069039617,[],[],0,,False,29474,528,3007,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +8403,970747812311740416,970747812311740416,1520279288000.0,2018-03-05 19:48:08,+0000,,"Falcon 9 flight 50 launches tonight, carrying Hispasat for Spain. At 6 metric tons and almost the size of a city bus, it will be the largest geostationary satellite we’ve ever flown.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/970747812311740416,[],[],0,,False,63911,1479,9160,,None,,,,,,,[],,,, +8404,970192640913301504,970150004445908993,1520146925000.0,2018-03-04 07:02:05,+0000,,"@keithbigelow Very sensible summary of supersonic flight. Obvious answer is to fly high, which gives low drag & low boom amplitude at ground. If boom too loud, airframe design probably wrong too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/970192640913301504,[],[],0,,False,8349,172,423,,None,,,,,,,"[{'screen_name': 'keithbigelow', 'name': 'Keith Bigelow 🇺🇸', 'id': '34532804'}]",,,, +8405,970099121599074304,970082301743808513,1520124628000.0,2018-03-04 00:50:28,+0000,,@simonhackett @ToddBourne @Tesla Good points. Will add to feature list.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/970099121599074304,[],[],0,,False,591,34,26,,None,,,,,,,"[{'screen_name': 'simonhackett', 'name': 'Simon Hackett', 'id': '29147082'}, {'screen_name': 'ToddBourne', 'name': 'Todd Bourne', 'id': '72510808'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8406,970096186806878208,970082301743808513,1520123929000.0,2018-03-04 00:38:49,+0000,,"@simonhackett @ToddBourne @Tesla Yeah, that should improve soon. Software team has been buried in Model 3 bringup and tricky bug fixes, but that’s mostly done now.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/970096186806878208,[],[],0,,False,579,17,31,,None,,,,,,,"[{'screen_name': 'simonhackett', 'name': 'Simon Hackett', 'id': '29147082'}, {'screen_name': 'ToddBourne', 'name': 'Todd Bourne', 'id': '72510808'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8407,970088614183845888,970082301743808513,1520122123000.0,2018-03-04 00:08:43,+0000,,@ToddBourne @Tesla Almost done,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/970088614183845888,[],[],0,,False,7689,95,193,,None,,,,,,,"[{'screen_name': 'ToddBourne', 'name': 'Todd Bourne', 'id': '72510808'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8408,970067019012784128,970067019012784128,1520116974000.0,2018-03-03 22:42:54,+0000,,"Deep in the hole with my boring machine. Sometimes when we touch, the honesty’s too much ... https://t.co/pl6ap14tAB",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/970067019012784128,['https://www.instagram.com/p/Bf1fcw4g4Tx/'],[],0,,False,34729,1346,2646,,None,,,,,,,[],,,, +8409,968707151815376897,968608879914270721,1519792757000.0,2018-02-28 04:39:17,+0000,,@Pewwer42 Probably about a tenth of the cost and a fifth of the time,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/968707151815376897,[],[],0,,False,752,53,50,,None,,,,,,,"[{'screen_name': 'Pewwer42', 'name': 'Paul Rand', 'id': '49767680'}]",,,, +8410,968614419784613888,968608879914270721,1519770648000.0,2018-02-27 22:30:48,+0000,,"Want to clarify that as individuals, the people responsible for the high costs & long timelines are almost all well-meaning, but the system of incentives is messed up",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/968614419784613888,[],[],0,,False,12040,600,916,,None,,,,,,,[],,,, +8411,968611860407713793,968608879914270721,1519770038000.0,2018-02-27 22:20:38,+0000,,"Higher safety & environmental requirements & labor costs explain only a small part of the difference. True root cause imo is an exponential growth in bureaucracy & a self-serving private sector consultant industry earning a % on project cost, incenting them to maximize cost.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/968611860407713793,[],[],0,,False,15325,459,1746,,None,,,,,,,[],,,, +8412,968609579197022208,968608879914270721,1519769494000.0,2018-02-27 22:11:34,+0000,,And New York https://t.co/gKuzKMLYS1,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/968609579197022208,['https://mobile.nytimes.com/2017/12/28/nyregion/new-york-subway-construction-costs.html?referer=https://www.google.com/'],[],0,,False,8255,275,814,,None,,,,,,,[],,,, +8413,968609334203576320,968608879914270721,1519769435000.0,2018-02-27 22:10:35,+0000,,And we are even worse than that in California https://t.co/WIKetQShMP,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/968609334203576320,['https://www.sfchronicle.com/opinion/article/Editorial-To-address-Bay-Area-traffic-build-the-12668394.php'],[],0,,False,7559,230,752,,None,,,,,,,[],,,, +8414,968608879914270721,968608879914270721,1519769327000.0,2018-02-27 22:08:47,+0000,,China’s progress in advanced infrastructure is more than 100 times faster than the US https://t.co/fcqGIK78RY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/968608879914270721,['http://www.independent.co.uk/news/world/asia/chinese-workers-productivity-build-nanlong-railway-station-nine-hours-longyan-a8173881.html'],[],0,,False,38393,1755,9481,,None,,,,,,,[],,,, +8415,968560525088055296,968554727599411200,1519757798000.0,2018-02-27 18:56:38,+0000,,"@cdelancray @sapinker @WIRED Wow, if even Pinker doesn’t understand the difference between functional/narrow AI (eg. car) and general AI, when the latter *literally* has a million times more compute power and an open-ended utility function, humanity is in deep trouble",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/968560525088055296,[],[],0,,False,16930,457,1896,,None,,,,,,,"[{'screen_name': 'cdelancray', 'name': 'Charles Delancray', 'id': '2689734194'}, {'screen_name': 'sapinker', 'name': 'Steven Pinker', 'id': '107225267'}, {'screen_name': 'WIRED', 'name': 'WIRED', 'id': '1344951'}]",,,, +8416,967728299282595840,967705296805253121,1519559380000.0,2018-02-25 11:49:40,+0000,,"@cheresh @andrestaltz End-to-end encryption encoded at firmware level. Unlikely to be hacked w current computing tech. If it is (and we learn about it), a crypto fix will go out immediately via network-wide firmware update.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/967728299282595840,[],[],0,,False,1558,91,162,,None,,,,,,,"[{'screen_name': 'cheresh', 'name': 'Evgeny Chereshnev', 'id': '37188059'}, {'screen_name': 'andrestaltz', 'name': 'André Staltz', 'id': '460451827'}]",,,, +8417,967712110661615616,967705296805253121,1519555521000.0,2018-02-25 10:45:21,+0000,,@andrestaltz Will be simpler than IPv6 and have tiny packet overhead. Definitely peer-to-peer.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/967712110661615616,[],[],0,,False,8330,163,590,,None,,,,,,,"[{'screen_name': 'andrestaltz', 'name': 'André Staltz', 'id': '460451827'}]",,,, +8418,967238527418167296,967079377434529792,1519442610000.0,2018-02-24 03:23:30,+0000,,@ElectrekCo @TeslaRoadTrip Am feeling optimistic about beating the Semi specs announced at the unveiling for the same price. The Tesla Semi will be something really special.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/967238527418167296,[],[],0,,False,15288,355,942,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}]",,,, +8419,966707388181970944,966682105684967424,1519315976000.0,2018-02-22 16:12:56,+0000,,@DMC_Ryan Can someone please do that!? I would def go.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/966707388181970944,[],[],0,,False,4716,153,190,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +8420,966707038095986688,966706193560305664,1519315893000.0,2018-02-22 16:11:33,+0000,,"That was a DM, right?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/966707038095986688,[],[],0,,False,33896,695,2017,,None,,,,,,,[],,,, +8421,966706924124188672,966706193560305664,1519315865000.0,2018-02-22 16:11:05,+0000,,"Don’t tell anyone, but the wifi password is “martians”",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/966706924124188672,[],[],0,,False,47071,733,6632,,None,,,,,,,[],,,, +8422,966706193560305664,966706193560305664,1519315691000.0,2018-02-22 16:08:11,+0000,,Tintin A & B will attempt to beam “hello world” in about 22 hours when they pass near LA,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/966706193560305664,[],[],0,,False,39599,712,4322,,None,,,,,,,[],,,, +8423,966703261699854336,966703261699854336,1519314992000.0,2018-02-22 15:56:32,+0000,,"First two Starlink demo satellites, called Tintin A & B, deployed and communicating to Earth stations https://t.co/TfI53wHEtz",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/966703261699854336,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/966703247833649155/pu/img/gR21VC_7kUXLjn-C.jpg,False,38187,942,6832,,None,,,,,,,[],,,, +8424,966698367173693440,966698367173693440,1519313825000.0,2018-02-22 15:37:05,+0000,,"Falcon fairing half as seen from our catcher’s mitt in boat form, Mr. Steven. No apparent damage… https://t.co/48ZGaUwQOY",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/966698367173693440,['https://www.instagram.com/p/BfgRX-lgIt6/'],[],0,,False,11443,468,1288,,None,,,,,,,[],,,, +8425,966695975132610560,966682218411143169,1519313255000.0,2018-02-22 15:27:35,+0000,,@DMOberhaus About a month,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/966695975132610560,[],[],0,,False,862,27,27,,None,,,,,,,"[{'screen_name': 'DMOberhaus', 'name': 'daniel', 'id': '2203671282'}]",,,, +8426,966694661480841217,966682218411143169,1519312942000.0,2018-02-22 15:22:22,+0000,,"@minhazLive This was an older version booster, so no recovery attempted",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/966694661480841217,[],[],0,,False,683,33,26,,None,,,,,,,"[{'screen_name': 'minhazlive', 'name': 'Minhaz Chowdhury', 'id': '806756383953559554'}]",,,, +8427,966692641533390848,966682218411143169,1519312460000.0,2018-02-22 15:14:20,+0000,,"Missed by a few hundred meters, but fairing landed intact in water. Should be able catch it with slightly bigger chutes to slow down descent.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/966692641533390848,[],[],0,,False,19185,600,1346,,None,,,,,,,[],,,, +8428,966682218411143169,966682218411143169,1519309975000.0,2018-02-22 14:32:55,+0000,,Made it back from space and fairing parafoil just deployed. Now trying to catch it ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/966682218411143169,[],[],0,,False,31993,769,2385,,None,,,,,,,[],,,, +8429,966676057784020992,966676057784020992,1519308506000.0,2018-02-22 14:08:26,+0000,,Going to try to catch the giant fairing (nosecone) of Falcon 9 as it falls back from space at… https://t.co/CVS2PoaJah,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/966676057784020992,['https://www.instagram.com/p/BfgHKDNAplx/'],[],0,,False,18888,708,2397,,None,,,,,,,[],,,, +8430,966627437458026497,966624547343650816,1519296914000.0,2018-02-22 10:55:14,+0000,,"@journoanirban @Uber @dkhos @HyperloopOne @hyperlooptt @vccircle @vccstartups If you love drones above your house, you’ll really love vast numbers of “cars” flying over your head that are 1000 times bigger and noisier and blow away anything that isn’t nailed down when they land",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/966627437458026497,[],[],0,,False,18683,473,1919,,None,,,,,,,"[{'screen_name': 'journoanirban', 'name': 'Anirban Ghoshal', 'id': '118506299'}, {'screen_name': 'Uber', 'name': 'Uber', 'id': '19103481'}, {'screen_name': 'dkhos', 'name': 'dara khosrowshahi', 'id': '41642329'}, {'screen_name': 'hyperlooptt', 'name': 'HyperloopTT', 'id': '2166672055'}, {'screen_name': 'vccircle', 'name': 'VCCircle', 'id': '29149536'}]",,,, +8431,966602470431473664,966298034978959361,1519290962000.0,2018-02-22 09:16:02,+0000,,"@DeadlyBananas @MichaelAVaughn Not sure. I let @jack know, but it’s still going. I literally own zero cryptocurrency, apart from .25 BTC that a friend sent me many years ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/966602470431473664,[],[],0,,False,1161,161,120,,None,,,,,,,"[{'screen_name': 'DeadlyBananas', 'name': 'DeadlyBananas', 'id': '52927487'}, {'screen_name': 'MichaelAVaughn', 'name': 'Michael', 'id': '29011468'}]",,,, +8432,966419298049703936,966298034978959361,1519247290000.0,2018-02-21 21:08:10,+0000,,@edeggermont That’s just random,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/966419298049703936,[],[],0,,False,368,24,19,,None,,,,,,,"[{'screen_name': 'edeggermont', 'name': 'Ed Eggermont', 'id': '323867372'}]",,,, +8433,966418678160924672,966298034978959361,1519247142000.0,2018-02-21 21:05:42,+0000,,"If anyone is curious, the name was inspired by The Fault in Our Stars",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/966418678160924672,[],[],0,,False,21444,514,1464,,None,,,,,,,[],,,, +8434,966313683633623041,966298034978959361,1519222110000.0,2018-02-21 14:08:30,+0000,,"High altitude wind shear data shows a probable 2% load exceedance. Small, but better to be paranoid. Postponing launch to tomorrow, assuming winds are better then.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/966313683633623041,[],[],0,,False,15159,367,1072,,None,,,,,,,[],,,, +8435,966298034978959361,966298034978959361,1519218379000.0,2018-02-21 13:06:19,+0000,,"Today’s Falcon launch carries 2 SpaceX test satellites for global broadband. If successful, Starlink constellation will serve least served.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/966298034978959361,[],[],0,,False,67113,1418,9519,,None,,,,,,,[],,,, +8436,966296921370386432,966151791112015878,1519218113000.0,2018-02-21 13:01:53,+0000,,@lorengrush @T28058389 @VP @blueorigin @ulalaunch @SpaceX @Erdayastronaut @SciGuySpace Strange though. Delta IV Heavy has half the payload of Falcon Heavy and the BO rocket doesn’t exist yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/966296921370386432,[],[],0,,False,744,34,63,,None,,,,,,,"[{'screen_name': 'lorengrush', 'name': 'Loren Grush', 'id': '17177482'}, {'screen_name': 'T28058389', 'name': 'TT', 'id': '937603906514898944'}, {'screen_name': 'VP', 'name': 'Vice President Kamala Harris', 'id': '803694179079458816'}, {'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}, {'screen_name': 'ulalaunch', 'name': 'ULA', 'id': '22845770'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +8437,965769366422798337,965752204941393920,1519092334000.0,2018-02-20 02:05:34,+0000,,@angilly I don’t get the little ship thing. You can’t show up at Mars in something the size of a rowboat. What if there are Martians? It would be so embarrassing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/965769366422798337,[],[],0,,False,60505,621,8807,,None,,,,,,,"[{'screen_name': 'angilly', 'name': 'Ryan ""Laptop Currently on a Box"" Angilly', 'id': '16195791'}]",,,, +8438,965297598054637568,965297598054637568,1518979856000.0,2018-02-18 18:50:56,+0000,,I’m sure it’s parked around here somewhere … https://t.co/cq4LEhu4qD,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/965297598054637568,['http://whereisroadster.com'],[],0,,False,60998,1811,11238,,None,,,,,,,[],,,, +8439,964866320197038080,961359174230773765,1518877031000.0,2018-02-17 14:17:11,+0000,,With Asimov’s Foundation Series etched in glass in the glovebox. Zeroth law …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/964866320197038080,[],[],0,,False,10312,439,667,,None,,,,,,,[],,,, +8440,964751491885076480,964751491885076480,1518849654000.0,2018-02-17 06:40:54,+0000,,My new toaster https://t.co/1pw7xJeLpB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/964751491885076480,['https://www.instagram.com/p/BfSF-HSgubE/'],[],0,,False,37053,1697,2983,,None,,,,,,,[],,,, +8441,964296857395478529,964227374798856192,1518741261000.0,2018-02-16 00:34:21,+0000,,@Teslarati Adding software feature to open glovebox automatically when car comes to a stop after a crash. Will look at bonding a thin plastic sheet to the front or back of screen.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/964296857395478529,[],[],0,,False,14592,328,778,,None,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +8442,963145162397396992,959614237768261632,1518466675000.0,2018-02-12 20:17:55,+0000,,@doug_ellison @dsfpspacefl1ght Found the source of the problem. The NASA database has the Falcon Block 1 performance. Version currently in production and set to fly in a few months is Block 5. SpaceX GNC team is submitting updated numbers.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/963145162397396992,[],[],0,,False,1101,69,80,,None,,,,,,,"[{'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree: Writer, Historian, Educator.', 'id': '3282975180'}]",,,, +8443,963107229523038211,963102500793483266,1518457631000.0,2018-02-12 17:47:11,+0000,,@kerrbones @nextspaceflight Not enough ignition fluid to light the outer two engines after several three engine relights. Fix is pretty obvious.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/963107229523038211,[],[],0,,False,1363,137,141,,None,,,,,,,"[{'screen_name': 'kerrbones', 'name': 'Jason', 'id': '1295662608'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +8444,963104633639002112,963101964518256640,1518457012000.0,2018-02-12 17:36:52,+0000,,"@EmreKelly @nova_road @nextspaceflight East, to support high flight rates for F9 and dual ocean landings for FH side boosters",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/963104633639002112,[],[],0,,False,929,46,59,,None,,,,,,,"[{'screen_name': 'EmreKelly', 'name': 'Emre Kelly', 'id': '214274793'}, {'screen_name': 'nova_road', 'name': 'robin', 'id': '22107725'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +8445,963104452767924224,963101964518256640,1518456969000.0,2018-02-12 17:36:09,+0000,,@octagrabber @nova_road @nextspaceflight No,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/963104452767924224,[],[],0,,False,509,16,15,,None,,,,,,,"[{'screen_name': 'octagrabber', 'name': 'Octagrabber', 'id': '880492187636707330'}, {'screen_name': 'nova_road', 'name': 'robin', 'id': '22107725'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +8446,963103592881168384,963101964518256640,1518456764000.0,2018-02-12 17:32:44,+0000,,@nova_road @nextspaceflight A Shortfall of Gravitas,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/963103592881168384,[],[],0,,False,1677,71,185,,None,,,,,,,"[{'screen_name': 'nova_road', 'name': 'robin', 'id': '22107725'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +8447,963102131421982721,963101964518256640,1518456416000.0,2018-02-12 17:26:56,+0000,,@nextspaceflight A third is under construction,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/963102131421982721,[],[],0,,False,1082,51,90,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +8448,963095860060934144,959614237768261632,1518454921000.0,2018-02-12 17:02:01,+0000,,"@DJSnM @doug_ellison @dsfpspacefl1ght Under consideration. We’ve already stretched the upper stage once. Easiest part of the rocket to change. Fairing 2, flying soon, also has a slightly larger diameter. Could make fairing much longer if need be & will if BFR takes longer than expected.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/963095860060934144,[],[],0,,False,1222,62,92,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +8449,963094533830426624,959614237768261632,1518454604000.0,2018-02-12 16:56:44,+0000,,"@DavideDF_ @doug_ellison @dsfpspacefl1ght Side boosters landing on droneships & center expended is only ~10% performance penalty vs fully expended. Cost is only slightly higher than an expended F9, so around $95M.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/963094533830426624,[],[],0,,False,724,27,79,,None,,,,,,,"[{'screen_name': 'DavideDF_', 'name': 'Davide', 'id': '85093754'}, {'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +8450,963093040100384769,959614237768261632,1518454248000.0,2018-02-12 16:50:48,+0000,,@doug_ellison @DavideDF_ @dsfpspacefl1ght https://t.co/LijrUMuJDq,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/963093040100384769,['https://en.m.wikipedia.org/wiki/Oberth_effect'],[],0,,False,430,11,19,,None,,,,,,,"[{'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'DavideDF_', 'name': 'Davide', 'id': '85093754'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +8451,963092560867504128,959614237768261632,1518454134000.0,2018-02-12 16:48:54,+0000,,@AngryPackOMeese @dlxinorbit @doug_ellison @dsfpspacefl1ght Of course :),en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/963092560867504128,[],[],0,,False,1133,26,35,,None,,,,,,,"[{'screen_name': 'AngryPackOMeese', 'name': 'Sasamj', 'id': '2562018596'}, {'screen_name': 'dlxinorbit', 'name': 'David Legangneux', 'id': '222972811'}, {'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, sp-a-a-a-a-ce writer', 'id': '3282975180'}]",,,, +8452,963092110994886656,959614237768261632,1518454027000.0,2018-02-12 16:47:07,+0000,,"@AngryPackOMeese @dlxinorbit @doug_ellison @dsfpspacefl1ght Maybe that plan works out, but I will seriously eat my hat with a side of mustard if that rocket flies a national security spacecraft before 2023",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/963092110994886656,[],[],0,,False,1870,76,243,,None,,,,,,,"[{'screen_name': 'AngryPackOMeese', 'name': 'Sasamj', 'id': '2562018596'}, {'screen_name': 'dlxinorbit', 'name': 'David Legangneux', 'id': '222972811'}, {'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +8453,963090657119055872,959614237768261632,1518453680000.0,2018-02-12 16:41:20,+0000,,"@dlxinorbit @doug_ellison @dsfpspacefl1ght That was three years ago, before ULA cancelled all medium versions of Delta IV. Future missions have all Delta fixed costs piled on, so their cost is now $600M+ for missions contracted for launch after 2020. Nutty high.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/963090657119055872,[],[],0,,False,816,17,42,,None,,,,,,,"[{'screen_name': 'dlxinorbit', 'name': 'David Legangneux', 'id': '222972811'}, {'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +8454,963087975004319746,959614237768261632,1518453041000.0,2018-02-12 16:30:41,+0000,,"@doug_ellison @dsfpspacefl1ght Both exhaust velocity (Isp) and mass ratio drive the rocket equation. Also thrust/mass matters a lot for Oberth effect. Delta upper stage Isp is good, but mass ratio and thrust are not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/963087975004319746,[],[],0,,False,769,22,60,,None,,,,,,,"[{'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +8455,963076231921938432,959614237768261632,1518450241000.0,2018-02-12 15:44:01,+0000,,"@doug_ellison @dsfpspacefl1ght The performance numbers in this database are not accurate. In process of being fixed. Even if they were, a fully expendable Falcon Heavy, which far exceeds the performance of a Delta IV Heavy, is $150M, compared to over $400M for Delta IV Heavy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/963076231921938432,[],[],0,,False,1651,46,188,,None,,,,,,,"[{'screen_name': 'doug_ellison', 'name': 'Doug Ellison', 'id': '15402623'}, {'screen_name': 'dsfpspacefl1ght', 'name': 'David S. F. Portree, spaaaace writer', 'id': '3282975180'}]",,,, +8456,962805302927257600,962805302927257600,1518385646000.0,2018-02-11 21:47:26,+0000,,Love and Rockets https://t.co/VnnFXb1Iig,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/962805302927257600,['https://www.instagram.com/p/BfEjUC_gfeo/'],[],0,,False,34128,1348,2778,,None,,,,,,,[],,,, +8457,962750602223566848,962735351713411072,1518372605000.0,2018-02-11 18:10:05,+0000,,"Now, if I can just figure out how to attach those to a really big shark ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/962750602223566848,[],[],0,,False,53956,1905,5144,,None,,,,,,,[],,,, +8458,962735351713411072,962735351713411072,1518368969000.0,2018-02-11 17:09:29,+0000,,Falcon Heavy engine plumes look like giant laser beams in this photo by rocketphotography https://t.co/d1RKdPTNj5,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/962735351713411072,['https://www.instagram.com/p/BfEHEiKgBiK/'],[],0,,False,53857,1408,5628,,None,,,,,,,[],,,, +8459,961359174230773765,961359174230773765,1518040862000.0,2018-02-07 22:01:02,+0000,,Last pic of Starman in Roadster on its journey to Mars orbit and then the Asteroid Belt https://t.co/IWSjRyTr8V,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/961359174230773765,['https://www.instagram.com/p/Be6VZEzgAEk/'],[],0,,False,96923,4400,20689,,None,,,,,,,[],,,, +8460,961083704230674438,961083704230674438,1517975185000.0,2018-02-07 03:46:25,+0000,,Third burn successful. Exceeded Mars orbit and kept going to the Asteroid Belt. https://t.co/bKhRN73WHF,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/961083704230674438,[],['https://pbs.twimg.com/media/DVZ0h3YW4AIc-9w.jpg'],1,https://pbs.twimg.com/media/DVZ0h3YW4AIc-9w.jpg,False,174905,6031,32394,,None,,,,,,,[],,,, +8461,961079361234497537,961073467784421382,1517974150000.0,2018-02-07 03:29:10,+0000,,@realDonaldTrump @SpaceX @NASA Thank you on behalf of SpaceX. An exciting future lies ahead!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/961079361234497537,[],[],0,,False,40407,1395,2865,,None,,,,,,,"[{'screen_name': 'realDonaldTrump', 'name': 'Donald J. Trump', 'id': '25073877'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +8462,961070320106041346,960981802218237953,1517971994000.0,2018-02-07 02:53:14,+0000,,@SamHarrisOrg @SpaceX We’re doing ok for a bunch of monkeys. Humanity rocks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/961070320106041346,[],[],0,,False,30283,440,3519,,None,,,,,,,"[{'screen_name': 'SamHarrisOrg', 'name': 'Sam Harris', 'id': '116994659'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +8463,961070013108060160,961048610866577408,1517971921000.0,2018-02-07 02:52:01,+0000,,@VP @SpaceX Thank you on behalf of SpaceX,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/961070013108060160,[],[],0,,False,6320,162,288,,None,,,,,,,"[{'screen_name': 'VP', 'name': 'Vice President Kamala Harris', 'id': '803694179079458816'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +8464,961025203382841344,961025203382841344,1517961238000.0,2018-02-06 23:53:58,+0000,,On the rocket LZ https://t.co/UyiNd2fmi5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/961025203382841344,['https://www.instagram.com/p/Be36GWVAcR5/'],[],0,,False,19490,612,2029,,None,,,,,,,[],,,, +8465,961006748214718466,961006748214718466,1517956838000.0,2018-02-06 22:40:38,+0000,,Printed on the circuit board of a car in deep space https://t.co/8ZMJVUs4W1,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/961006748214718466,['https://www.instagram.com/p/Be31IJxgOoK/'],[],0,,False,68256,1693,14396,,None,,,,,,,[],,,, +8466,960998900243902466,960994034960416768,1517954966000.0,2018-02-06 22:09:26,+0000,,Currently over Australia 🇦🇺 https://t.co/HAya3E6OEJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/960998900243902466,[],['https://pbs.twimg.com/media/DVYnZuJV4AAeFUw.jpg'],1,https://pbs.twimg.com/media/DVYnZuJV4AAeFUw.jpg,False,168058,4148,37577,,None,,,,,,,[],,,, +8467,960994034960416768,960994034960416768,1517953806000.0,2018-02-06 21:50:06,+0000,,Live view of Starman https://t.co/gvSlztlE6l,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/960994034960416768,['https://youtu.be/aBr2kKAHN6M'],[],0,,False,67058,3191,22453,,None,,,,,,,[],,,, +8468,960992715579125760,960992715579125760,1517953492000.0,2018-02-06 21:44:52,+0000,,"View from SpaceX Launch Control. Apparently, there is a car in orbit around Earth. https://t.co/QljN2VnL1O",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/960992715579125760,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/960992576382803968/pu/img/UFQMc-xY9tdD0u5i.jpg,False,437621,12283,151472,,None,,,,,,,[],,,, +8469,960988527159795712,960988527159795712,1517952493000.0,2018-02-06 21:28:13,+0000,,"Upper stage restart nominal, apogee raised to 7000 km. Will spend 5 hours getting zapped in Van Allen belts & then attempt final burn for Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/960988527159795712,[],[],0,,False,96664,2743,12913,,None,,,,,,,[],,,, +8470,960987195531198466,960987195531198466,1517952176000.0,2018-02-06 21:22:56,+0000,,Rocket LZ 1 and 2 https://t.co/gckyKKIK4I,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/960987195531198466,['https://www.instagram.com/p/Be3sOnEA0DK/'],[],0,,False,27346,1471,3403,,None,,,,,,,[],,,, +8471,960975644644593664,960975644644593664,1517949422000.0,2018-02-06 20:37:02,+0000,,Camera views from inside the payload fairing #FalconHeavy https://t.co/vQaz2yJ5yY,en,['falconheavy'],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/960975644644593664,['https://www.instagram.com/p/Be3m_LNgOYY/'],[],0,,False,39430,2177,7548,,None,,,,,,,[],,,, +8472,960949244982018049,960949244982018049,1517943128000.0,2018-02-06 18:52:08,+0000,,Launch auto-sequence initiated (aka the holy mouse-click) for 3:45 liftoff #FalconHeavy,en,['falconheavy'],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/960949244982018049,[],[],0,,False,54507,1501,9089,,None,,,,,,,[],,,, +8473,960921700153135104,960921700153135104,1517936561000.0,2018-02-06 17:02:41,+0000,,Upper atmosphere winds currently 20% above max allowable load. Holding for an hour to allow winds to diminish. #FalconHeavy,en,['falconheavy'],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/960921700153135104,[],[],0,,False,30539,913,3291,,None,,,,,,,[],,,, +8474,960915618865274880,960915618865274880,1517935111000.0,2018-02-06 16:38:31,+0000,,Flight profile #FalconHeavy #SpaceX https://t.co/LlfWXqUaLP,en,"['falconheavy', 'spacex']",[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/960915618865274880,[],['https://pbs.twimg.com/media/DVXbp4NUMAAdXcA.jpg'],1,https://pbs.twimg.com/media/DVXbp4NUMAAdXcA.jpg,False,78601,1559,22097,,None,,,,,,,[],,,, +8475,960914210397085696,960914210397085696,1517934775000.0,2018-02-06 16:32:55,+0000,,Live webcast of the launch at https://t.co/bDd3GxQXMC,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/960914210397085696,['http://SpaceX.com'],[],0,,False,22151,566,6861,,None,,,,,,,[],,,, +8476,960905835118505984,960905835118505984,1517932778000.0,2018-02-06 15:59:38,+0000,,About 2.5 hours to T-0 for Falcon Heavy. Watch sim for highlight reel of what we hope happens. Car actually takes 6 months to cover 200M+ miles to Mars https://t.co/tC3B26r651,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/960905835118505984,['https://m.youtube.com/watch?feature=youtu.be&v=Tk338VXcb24'],[],0,,False,29074,1235,6443,,None,,,,,,,[],,,, +8477,960589757519663105,960579820487954432,1517857419000.0,2018-02-05 19:03:39,+0000,,All systems remain green for launch at 1:30pm EST tomorrow,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/960589757519663105,[],[],0,,False,27818,874,3580,,None,,,,,,,[],,,, +8478,960579820487954432,960579820487954432,1517855050000.0,2018-02-05 18:24:10,+0000,,Falcon Heavy sends a car to Mars https://t.co/Y7uBtU6Mt2,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/960579820487954432,['https://youtu.be/Tk338VXcb24'],[],0,,False,50706,2265,14122,,None,,,,,,,[],,,, +8479,960550111632875525,960521086298238976,1517847967000.0,2018-02-05 16:26:07,+0000,,@JeffBezos @SpaceX @blueorigin Thanks 😘,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/960550111632875525,[],[],0,,False,19991,328,1359,,None,,,,,,,"[{'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}]",,,, +8480,960401102465269760,960401102465269760,1517812440000.0,2018-02-05 06:34:00,+0000,,Regular departures ... https://t.co/5GM9CbMewd,pt,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/960401102465269760,[],['https://pbs.twimg.com/media/DVQHtlMWAAA2s3B.jpg'],1,https://pbs.twimg.com/media/DVQHtlMWAAA2s3B.jpg,False,35663,719,4464,,None,,,,,,,[],,,, +8481,960400928225546241,960400928225546241,1517812399000.0,2018-02-05 06:33:19,+0000,, https://t.co/nhB3gd0Gm6,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/960400928225546241,[],['https://pbs.twimg.com/media/DVQHjZ3W4AELWDR.jpg'],1,https://pbs.twimg.com/media/DVQHjZ3W4AELWDR.jpg,False,69135,1026,10759,,None,,,,,,,[],,,, +8482,960390661211021312,960390661211021312,1517809951000.0,2018-02-05 05:52:31,+0000,,Starman in Red Roadster https://t.co/ou88RVHZ1Z,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/960390661211021312,['https://www.instagram.com/p/BezcvpzAgYI/'],[],0,,False,14494,679,2029,,None,,,,,,,[],,,, +8483,960366347971592192,960366295362494464,1517804154000.0,2018-02-05 04:15:54,+0000,,Florida time,pt,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/960366347971592192,[],[],0,,False,13520,463,733,,None,,,,,,,[],,,, +8484,960366295362494464,960366295362494464,1517804142000.0,2018-02-05 04:15:42,+0000,,Falcon Heavy remains go for launch at 1:30pm on Tuesday,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/960366295362494464,[],[],0,,False,39887,1009,6032,,None,,,,,,,[],,,, +8485,960310814908526594,960310814908526594,1517790914000.0,2018-02-05 00:35:14,+0000,,Mars Awaits https://t.co/ZDo1pjT6q4,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/960310814908526594,['https://www.instagram.com/p/Bey4NfSgWAi/'],[],0,,False,16372,590,1906,,None,,,,,,,[],,,, +8486,960233035516932096,960233035516932096,1517772370000.0,2018-02-04 19:26:10,+0000,,Pale blue dot https://t.co/KZj3I55EYl,pl,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/960233035516932096,['http://www.planetary.org/explore/space-topics/earth/pale-blue-dot.html'],[],0,,False,26873,654,5855,,None,,,,,,,[],,,, +8487,959902950964453376,959902950964453376,1517693672000.0,2018-02-03 21:34:32,+0000,,Falcon Heavy launch simulation almost ready. Will be set to Bowie’s Life on Mars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/959902950964453376,[],[],0,,False,58526,962,6188,,None,,,,,,,[],,,, +8488,959632581456113664,959632581456113664,1517629211000.0,2018-02-03 03:40:11,+0000,,Customs problem solved! https://t.co/6D0Fbm8NFI,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/959632581456113664,[],['https://pbs.twimg.com/media/DVFMvq0V4AA636X.jpg'],1,https://pbs.twimg.com/media/DVFMvq0V4AA636X.jpg,False,85645,1421,11821,,None,,,,,,,[],,,, +8489,959585626071842817,959555569953660928,1517618016000.0,2018-02-03 00:33:36,+0000,,Or maybe “Temperature Enhancement Device”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/959585626071842817,[],[],0,,False,102061,2769,9566,,None,,,,,,,[],,,, +8490,959555569953660928,959555569953660928,1517610850000.0,2018-02-02 22:34:10,+0000,,"Apparently, some customs agencies are saying they won’t allow shipment of anything called a “Flamethrower”. To solve this, we are renaming it “Not a Flamethrower”.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/959555569953660928,[],[],0,,False,344476,5117,65845,,None,,,,,,,[],,,, +8491,959482581451329536,959481722323664896,1517593448000.0,2018-02-02 17:44:08,+0000,,"@TheTeslaShow Early access build and especially Dev build are feature-rich, but the features aren’t reliable enough yet",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/959482581451329536,[],[],0,,False,1503,62,46,,None,,,,,,,"[{'screen_name': 'TheTeslaShow', 'name': 'The Tesla Show', 'id': '718920389603135488'}]",,,, +8492,959481246710550528,959480537688739840,1517593130000.0,2018-02-02 17:38:50,+0000,,@mrvergona Release candidate in final testing phase,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/959481246710550528,[],[],0,,False,490,31,26,,None,,,,,,,[],,,, +8493,959475866785820674,959473771475214336,1517591847000.0,2018-02-02 17:17:27,+0000,,@AdamyanMichael No,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/959475866785820674,[],[],0,,False,302,13,11,,None,,,,,,,"[{'screen_name': 'AdamyanMichael', 'name': 'Novus', 'id': '1159325608247062528'}]",,,, +8494,959282790599557120,958931799391924224,1517545814000.0,2018-02-02 04:30:14,+0000,,@TheEnderCobra I think we’ve figured it out,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/959282790599557120,[],[],0,,False,637,73,32,,None,,,,,,,[],,,, +8495,959041727758614528,958931799391924224,1517488340000.0,2018-02-01 12:32:20,+0000,,@shannonNullCode Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,12,https://twitter.com/elonmusk/status/959041727758614528,[],[],0,,False,893,22,16,,None,,,,,,,"[{'screen_name': 'shannonNullCode', 'name': 'Shannon Code 🗝🔑', 'id': '60069183'}]",,,, +8496,959039217010491392,958931799391924224,1517487742000.0,2018-02-01 12:22:22,+0000,,"Small detail, but each one will come with a serial number from 1 to 20,000 https://t.co/ZBYEYO6zqu",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,12,https://twitter.com/elonmusk/status/959039217010491392,[],['https://pbs.twimg.com/media/DU8xFMpVAAEgdo9.jpg'],1,https://pbs.twimg.com/media/DU8xFMpVAAEgdo9.jpg,False,29901,1039,1777,,None,,,,,,,[],,,, +8497,958937357884973057,958932755194167296,1517463456000.0,2018-02-01 05:37:36,+0000,,@AndrewGHobden A snowthrower would be really fun,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/958937357884973057,[],[],0,,False,7698,178,347,,None,,,,,,,"[{'screen_name': 'AndrewGHobden', 'name': 'Andrew Hobden', 'id': '306079121'}]",,,, +8498,958932755194167296,958932755194167296,1517462359000.0,2018-02-01 05:19:19,+0000,,All flamethrowers will ship with a complimentary boring fire extinguisher,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/958932755194167296,[],[],0,,False,109972,1667,11224,,None,,,,,,,[],,,, +8499,958931799391924224,958931799391924224,1517462131000.0,2018-02-01 05:15:31,+0000,,Flamethrowers sold out,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/958931799391924224,[],[],0,,False,138523,2934,17422,,None,,,,,,,[],,,, +8500,958872914278821893,958836888592310273,1517448092000.0,2018-02-01 01:21:32,+0000,,@chandlerriggs @TheWalkingDead Of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/958872914278821893,[],[],0,,False,1320,24,50,,None,,,,,,,"[{'screen_name': 'chandlerriggs', 'name': 'chandler riggs', 'id': '298320111'}, {'screen_name': 'TheWalkingDead', 'name': 'The Walking Dead', 'id': '14724725'}]",,,, +8501,958848287628406784,958847818583584768,1517442220000.0,2018-01-31 23:43:40,+0000,,@almeidagoncalo Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/958848287628406784,[],[],0,,False,1490,35,30,,None,,,,,,,"[{'screen_name': 'almeidagoncalo', 'name': 'Gonçalo', 'id': '175141721'}]",,,, +8502,958847818583584768,958847818583584768,1517442109000.0,2018-01-31 23:41:49,+0000,,"This rocket was meant to test very high retrothrust landing in water so it didn’t hurt the droneship, but amazingly it has survived. We will try to tow it back to shore. https://t.co/hipmgdnq16",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/958847818583584768,[],['https://pbs.twimg.com/media/DU6DAbgUMAAWbNZ.jpg'],1,https://pbs.twimg.com/media/DU6DAbgUMAAWbNZ.jpg,False,46099,1414,5242,,None,,,,,,,[],,,, +8503,958845994984030208,958840567714254849,1517441674000.0,2018-01-31 23:34:34,+0000,,"@omaruddin @stevewoz @Tesla @businessinsider Woz is a lovable, fuzzy bear 🐻",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/958845994984030208,[],[],0,,False,3702,84,255,,None,,,,,,,"[{'screen_name': 'omaruddin', 'name': 'Omar Uddin', 'id': '20272845'}, {'screen_name': 'stevewoz', 'name': 'Steve Wozniak', 'id': '22938914'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +8504,958845290022289408,958836888592310273,1517441506000.0,2018-01-31 23:31:46,+0000,,@TheWalkingDead @chandlerriggs From the world’s leading experts in zombie defense,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/958845290022289408,[],[],0,,False,9771,88,610,,None,,,,,,,"[{'screen_name': 'TheWalkingDead', 'name': 'The Walking Dead', 'id': '14724725'}, {'screen_name': 'chandlerriggs', 'name': 'chandler riggs', 'id': '298320111'}]",,,, +8505,958825021098491904,958813616387403776,1517436673000.0,2018-01-31 22:11:13,+0000,,@SpaceX Now that’s a real flamethrower …,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/958825021098491904,[],[],0,,False,36625,491,2481,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +8506,958568634917556224,958568634917556224,1517375546000.0,2018-01-31 05:12:26,+0000,, https://t.co/LYJOL0T7sC,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/958568634917556224,['https://m.youtube.com/watch?v=6l6vqPUM_FE'],[],0,,False,22115,1184,2874,,None,,,,,,,[],,,, +8507,958500867832975361,958500867832975361,1517359389000.0,2018-01-31 00:43:09,+0000,,Falcon Heavy in foreground on Launch Complex 39A and Falcon 9 in background on 40 https://t.co/GiZL3SSE4A,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/958500867832975361,['https://www.instagram.com/p/BemBlnSAACd/'],[],0,,False,15354,466,1905,,None,,,,,,,[],,,, +8508,958371267203145729,957450070407852032,1517328490000.0,2018-01-30 16:08:10,+0000,,15k,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/958371267203145729,[],[],0,,False,17021,667,620,,None,,,,,,,[],,,, +8509,958083496370565120,957450070407852032,1517259880000.0,2018-01-29 21:04:40,+0000,,@SunDogz ~3k,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/958083496370565120,[],[],0,,False,1071,40,22,,None,,,,,,,"[{'screen_name': 'sundogz', 'name': 'sundogz', 'id': '1229182850169262081'}]",,,, +8510,958082901987360769,958081082020319240,1517259738000.0,2018-01-29 21:02:18,+0000,,@TheOnion So hard to keep future product releases secret,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/958082901987360769,[],[],0,,False,42768,271,4662,,None,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +8511,958081411470131200,957450070407852032,1517259383000.0,2018-01-29 20:56:23,+0000,,10k,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/958081411470131200,[],[],0,,False,18160,892,617,,None,,,,,,,[],,,, +8512,958047422797643776,958046436909871105,1517251279000.0,2018-01-29 18:41:19,+0000,,"@HarisCelic For sure, and it keeps you warm at the same time",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/958047422797643776,[],[],0,,False,3686,85,110,,None,,,,,,,"[{'screen_name': 'HarisCelic', 'name': 'Haris Celic', 'id': '1772451439'}]",,,, +8513,958044440085409792,958043977709735939,1517250568000.0,2018-01-29 18:29:28,+0000,,@JosephHuberman @Tesla Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/958044440085409792,[],[],0,,False,405,9,6,,None,,,,,,,"[{'screen_name': 'JosephHuberman', 'name': 'Joseph Huberman', 'id': '57513297'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8514,957790484981719040,957787361630236672,1517190021000.0,2018-01-29 01:40:21,+0000,,@DuvalMagic Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/957790484981719040,[],[],0,,False,3968,31,122,,None,,,,,,,"[{'screen_name': 'DuvalMagic', 'name': 'Randy Pitchford', 'id': '8369072'}]",,,, +8515,957788568457367552,957787361630236672,1517189564000.0,2018-01-29 01:32:44,+0000,,@JeremyHeitman Sentience is overrated,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/957788568457367552,[],[],0,,False,2317,56,161,,None,,,,,,,"[{'screen_name': 'JeremyHeitman', 'name': 'Jeremy Heitman', 'id': '77516268'}]",,,, +8516,957787361630236672,957787361630236672,1517189276000.0,2018-01-29 01:27:56,+0000,,"But wait, there’s more: the flamethrower is sentient, its safe word is “cryptocurrency” and it comes with a free blockchain",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/957787361630236672,[],[],0,,False,105075,2510,15744,,None,,,,,,,[],,,, +8517,957708671219245061,957416875826262016,1517170515000.0,2018-01-28 20:15:15,+0000,,@jlgolson Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/957708671219245061,[],[],0,,False,578,10,18,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +8518,957605497338605568,957441956874919936,1517145916000.0,2018-01-28 13:25:16,+0000,,@andressa_ojeda @franke @boringcompany Hmm ... portal gun. Now that would be interesting.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,13,https://twitter.com/elonmusk/status/957605497338605568,[],[],0,,False,3061,98,257,,None,,,,,,,"[{'screen_name': 'andressa_ojeda', 'name': 'Andressa Ojeda 🇧🇷 🚀', 'id': '605858565'}, {'screen_name': 'franke', 'name': 'Frankie', 'id': '15191386'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +8519,957503604750823425,957494364028071936,1517121623000.0,2018-01-28 06:40:23,+0000,,You’d need millions of zombies for a so-called “apocalypse” anyway. Where would I even get a factory big enough to make so many!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/957503604750823425,[],[],0,,False,106826,3827,13637,,None,,,,,,,[],,,, +8520,957494364028071936,957494364028071936,1517119420000.0,2018-01-28 06:03:40,+0000,,The rumor that I’m secretly creating a zombie apocalypse to generate demand for flamethrowers is completely false,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/957494364028071936,[],[],0,,False,343972,5780,86066,,None,,,,,,,[],,,, +8521,957493532599640066,957441956874919936,1517119222000.0,2018-01-28 06:00:22,+0000,,@franke @boringcompany Good thing you didn’t ask about the Freezegun ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/957493532599640066,[],[],0,,False,778,42,30,,None,,,,,,,"[{'screen_name': 'franke', 'name': 'Frankie', 'id': '15191386'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +8522,957493529244086273,957441956874919936,1517119221000.0,2018-01-28 06:00:21,+0000,,@franke @boringcompany Hmmm,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/957493529244086273,[],[],0,,False,2899,35,84,,None,,,,,,,"[{'screen_name': 'franke', 'name': 'Frankie', 'id': '15191386'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +8523,957476434800386053,957469890473938950,1517115145000.0,2018-01-28 04:52:25,+0000,,Unless you like fun,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/957476434800386053,[],[],0,,False,87042,995,12425,,None,,,,,,,[],,,, +8524,957469890473938950,957469890473938950,1517113585000.0,2018-01-28 04:26:25,+0000,,"Obviously, a flamethrower is a super terrible idea. Definitely don’t buy one.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/957469890473938950,[],[],0,,False,105699,1922,16740,,None,,,,,,,[],,,, +8525,957450070407852032,957450070407852032,1517108860000.0,2018-01-28 03:07:40,+0000,,"1,000 ordered already, only 19,000 left!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/957450070407852032,[],[],0,,False,39514,1177,2127,,None,,,,,,,[],,,, +8526,957441956874919936,957441956874919936,1517106925000.0,2018-01-28 02:35:25,+0000,,"When the zombie apocalypse happens, you’ll be glad you bought a flamethrower. Works against hordes of the undead or your money back!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/957441956874919936,[],[],0,,False,130974,2785,24192,,None,,,,,,,[],,,, +8527,957426074467618818,957426074467618818,1517103138000.0,2018-01-28 01:32:18,+0000,,Don’t do this https://t.co/e0q6ax60k5,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/957426074467618818,['https://www.instagram.com/p/BeeYW0NA1HU/'],[],0,,False,17986,775,3047,,None,,,,,,,[],,,, +8528,957421513367416832,957414748881997825,1517102051000.0,2018-01-28 01:14:11,+0000,,@MKBHD ATF says any flamethrower with a flame shorter than 10 ft is A-ok. Our design is max fun for least danger. I’d be way more scared of a steak knife.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/957421513367416832,[],[],0,,False,8534,190,641,,None,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +8529,957416875826262016,957416875826262016,1517100945000.0,2018-01-28 00:55:45,+0000,,Great for roasting nuts 🔥 🥜 https://t.co/MGmkSJhIyx,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/957416875826262016,['https://www.instagram.com/p/BeeUSFwgLrM/'],[],0,,False,12468,686,1149,,None,,,,,,,[],,,, +8530,957414748881997825,957414748881997825,1517100438000.0,2018-01-28 00:47:18,+0000,,The Boring Company flamethrower guaranteed to liven up any party! https://t.co/n2FiZimJia,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/957414748881997825,['http://Boringcompany.com/flamethrower'],[],0,,False,37579,1667,9446,,None,,,,,,,[],,,, +8531,957413581020114944,957413581020114944,1517100160000.0,2018-01-28 00:42:40,+0000,,Say hello to my little friend … https://t.co/OYg4qhF4Ea,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/957413581020114944,['https://www.instagram.com/p/BeeTFQ7AYhy/'],[],0,,False,12641,621,1377,,None,,,,,,,[],,,, +8532,957361443023695872,957361443023695872,1517087729000.0,2018-01-27 21:15:29,+0000,,Aiming for first flight of Falcon Heavy on Feb 6 from Apollo launchpad 39A at Cape Kennedy. Easy viewing from the public causeway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/957361443023695872,[],[],0,,False,54836,1378,10369,,None,,,,,,,[],,,, +8533,956233892637286400,956233892637286400,1516818900000.0,2018-01-24 18:35:00,+0000,,Falcon Heavy hold-down firing this morning was good. Generated quite a thunderhead of steam. Launching in a week or so. https://t.co/npaqatbNir,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/956233892637286400,[],"['https://pbs.twimg.com/media/DUU5pZyVAAAZymp.jpg', 'https://pbs.twimg.com/media/DUU5pZ0UQAAStTy.jpg']",1,https://pbs.twimg.com/media/DUU5pZyVAAAZymp.jpg,False,79612,2101,12907,,None,,,,,,,[],,,, +8534,954074142835294208,954067786174574592,1516303976000.0,2018-01-18 19:32:56,+0000,,@sallyshin Check https://t.co/Il3CWSTPXR for updates,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/954074142835294208,['http://boringcompany.com/hat'],[],0,,False,1106,113,43,,None,,,,,,,"[{'screen_name': 'sallyshin', 'name': 'Sally Shin', 'id': '23131068'}]",,,, +8535,952753984896315392,952753738917253121,1515989225000.0,2018-01-15 04:07:05,+0000,,@Davidburrusdds Done,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/952753984896315392,[],[],0,,False,519,61,21,,None,,,,,,,"[{'screen_name': 'Davidburrusdds', 'name': 'David Burrus', 'id': '2272484137'}]",,,, +8536,952750646406426624,952731153068261376,1515988430000.0,2018-01-15 03:53:50,+0000,,"@thenosyt Definitely. You will be able to do pretty much anything via voice command. Software team is focused on core Model 3 functionality right now, but that will be done soon, then we will add a lot more features.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/952750646406426624,[],[],0,,False,641,78,75,,None,,,,,,,"[{'screen_name': 'thenosyt', 'name': 'Tyson Edwards', 'id': '146254947'}]",,,, +8537,952049059291803648,951746347367129088,1515821158000.0,2018-01-13 05:25:58,+0000,,@DanielleFong @YoungTreeGrower @TylerDoor @ID_AA_Carmack There aren’t even good normal parties in Silicon Valley!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/952049059291803648,[],[],0,,False,891,81,93,,None,,,,,,,"[{'screen_name': 'DanielleFong', 'name': '🌤', 'id': '13232322'}, {'screen_name': 'YoungTreeGrower', 'name': 'C', 'id': '777976989147799554'}, {'screen_name': 'TylerDoor', 'name': 'All The Fiends', 'id': '1952238913'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +8538,951893894605586432,951746347367129088,1515784164000.0,2018-01-12 19:09:24,+0000,,"@ID_AA_Carmack @DanielleFong Actually, you can upgrade the battery pack for a huge improvement in range and some improvement in performance. There are other items you can upgrade too (seats, infotainment, etc), but I recommend keeping those parts original.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/951893894605586432,[],[],0,,False,505,53,41,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}, {'screen_name': 'DanielleFong', 'name': '🎴', 'id': '13232322'}]",,,, +8539,950798675579609088,949831212326993920,1515523043000.0,2018-01-09 18:37:23,+0000,,@Mister_Millard @Tesla That sounds cool. Will do.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/950798675579609088,[],[],0,,False,1205,63,50,,None,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8540,950600363630931968,950595773044989952,1515475762000.0,2018-01-09 05:29:22,+0000,,@PPathole @Tesla @Teslarati @MKBHD Fixed in next release,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/950600363630931968,[],[],0,,False,7877,147,169,,None,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +8541,950416244997488640,950416244997488640,1515431865000.0,2018-01-08 17:17:45,+0000,,"Long exposure of rocket ascent, reentry from space and landing burn. (Credit @johnkrausphotos) https://t.co/X24k3han8M",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/950416244997488640,['https://www.instagram.com/p/BdrZtc5AhB3/'],[],0,,False,19981,772,2992,,None,,,,,,,[],,,, +8542,949859157493952513,949831212326993920,1515299045000.0,2018-01-07 04:24:05,+0000,,@omerldiri @Tesla Good idea. We can just have the menu pop up as soon as you put the car into park.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/949859157493952513,[],[],0,,False,4360,98,99,,None,,,,,,,"[{'screen_name': 'omerldiri', 'name': 'Omer Diri', 'id': '153863062'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8543,949846430750920704,949831212326993920,1515296011000.0,2018-01-07 03:33:31,+0000,,@yoda Of course. And an outdoor screen that plays a highlight reel of the best scenes in movie history.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/949846430750920704,[],[],0,,False,3736,72,115,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}]",,,, +8544,949838199945281536,949831212326993920,1515294048000.0,2018-01-07 03:00:48,+0000,,@mhmtkcn Near 405,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/949838199945281536,[],[],0,,False,1088,47,26,,None,,,,,,,[],,,, +8545,949831212326993920,949831212326993920,1515292382000.0,2018-01-07 02:33:02,+0000,,"Gonna put an old school drive-in, roller skates & rock restaurant at one of the new Tesla Supercharger locations in LA",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/949831212326993920,[],[],0,,False,172818,4275,15550,,None,,,,,,,[],,,, +8546,949075535459528705,949075475036487680,1515112215000.0,2018-01-05 00:30:15,+0000,, https://t.co/3k71xzDIP1,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/949075535459528705,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/949075481537605632/pu/img/wK34uHIVkUtNzYRM.jpg,False,27451,623,3698,,None,,,,,,,[],,,, +8547,949075475036487680,949075475036487680,1515112200000.0,2018-01-05 00:30:00,+0000,,Falcon Heavy goes vertical https://t.co/uG1k0WISv1,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/949075475036487680,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/949075427389161472/pu/img/-l2e9TO5OrtvRkVa.jpg,False,85069,2066,14704,,None,,,,,,,[],,,, +8548,948469610944241664,948469610944241664,1514967751000.0,2018-01-03 08:22:31,+0000,,Using a neural net to detect rain using cameras (no dedicated rain or sun sensors). Computers are very patient. https://t.co/YM0tQ6vLOV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/948469610944241664,['https://m.youtube.com/watch?v=K7zKvHEbgS8'],[],0,,False,17381,682,2281,,None,,,,,,,[],,,, +8549,948428274467618816,948428274467618816,1514957896000.0,2018-01-03 05:38:16,+0000,,Come work at the biggest & most advanced factory on Earth! Located by a river near the beautiful Sierra Nevada mountains with wild horses roaming free. https://t.co/Nimv3BvQXI,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/948428274467618816,['https://twitter.com/tesla/status/948381391686742016'],[],0,,False,52945,3201,7155,https://twitter.com/tesla/status/948381391686742016,None,,,,,,,[],,,, +8550,945814723521417217,945712432416137217,1514334777000.0,2017-12-27 00:32:57,+0000,,@neilsiegel @Tesla Coming very soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/945814723521417217,[],[],0,,False,2319,113,66,,None,,,,,,,"[{'screen_name': 'neilsiegel', 'name': 'Neil Siegel', 'id': '255527845'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8551,945749747129659392,945712432416137217,1514319285000.0,2017-12-26 20:14:45,+0000,,@Kreative Vastly better maps/nav coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/945749747129659392,[],[],0,,False,2898,64,81,,None,,,,,,,"[{'screen_name': 'Kreative', 'name': 'Leslie', 'id': '3392031'}]",,,, +8552,945748731197980672,945712432416137217,1514319043000.0,2017-12-26 20:10:43,+0000,,@dd_hogan Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/945748731197980672,[],[],0,,False,2707,29,91,,None,,,,,,,"[{'screen_name': 'dd_hogan', 'name': 'Live4EVDee ☘️', 'id': '23754275'}]",,,, +8553,945730195113365504,945727773493968896,1514314623000.0,2017-12-26 18:57:03,+0000,,@Jason @Tesla Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945730195113365504,[],[],0,,False,4698,107,115,,None,,,,,,,"[{'screen_name': 'Jason', 'name': 'jason@calacanis.com', 'id': '3840'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8554,945729852874694656,945712432416137217,1514314542000.0,2017-12-26 18:55:42,+0000,,"@kabirakhtar Yeah, it’s terrible. Had to upgrade old Linux OS and a bunch of drivers first. Major browser upgrades coming to all cars in a few months. Note, will be slower at first until code is optimized.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945729852874694656,[],[],0,,False,3139,66,95,,None,,,,,,,"[{'screen_name': 'kabirakhtar', 'name': 'kabir akhtar', 'id': '16472138'}]",,,, +8555,945729229001334784,945712432416137217,1514314393000.0,2017-12-26 18:53:13,+0000,,@sustainableanna @VanSeedBank Similar total size. Maybe slightly bigger to account for a really gamechanging (I think) feature I’d like to add.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945729229001334784,[],[],0,,False,4232,190,157,,None,,,,,,,"[{'screen_name': 'sustainableanna', 'name': 'Anna Linnea', 'id': '2880188582'}, {'screen_name': 'VanSeedBank', 'name': 'Vancouver Seed Bank', 'id': '94212251'}]",,,, +8556,945728690507231232,945712432416137217,1514314265000.0,2017-12-26 18:51:05,+0000,,"@IamSamCrompton Sustainable energy production with solar and batteries will grow much faster than auto on a percentage basis. That will be a big focus next year, with primary remaining Model 3 ramp.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945728690507231232,[],[],0,,False,2252,54,128,,None,,,,,,,"[{'screen_name': 'IamSamCrompton', 'name': 'Sam Crompton', 'id': '136974304'}]",,,, +8557,945728300969746433,945712432416137217,1514314172000.0,2017-12-26 18:49:32,+0000,,"@MCFlashTube Was gonna say we’ll do all but the last, but that last one sounds like good, cheesy fun :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945728300969746433,[],[],0,,False,4327,58,110,,None,,,,,,,[],,,, +8558,945727563187421185,945712432416137217,1514313996000.0,2017-12-26 18:46:36,+0000,,@MadsVeiby Should be in next update,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945727563187421185,[],[],0,,False,2541,23,42,,None,,,,,,,"[{'screen_name': 'MadsVeiby', 'name': 'Mads Peter Veiby', 'id': '2275189655'}]",,,, +8559,945727385269182464,945712432416137217,1514313954000.0,2017-12-26 18:45:54,+0000,,@moskov Done,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/945727385269182464,[],[],0,,False,6760,37,210,,None,,,,,,,"[{'screen_name': 'moskov', 'name': 'Dustin Moskovitz', 'id': '23289019'}]",,,, +8560,945713737729634304,945712432416137217,1514310700000.0,2017-12-26 17:51:40,+0000,,@VanSeedBank I promise that we will make a pickup truck right after Model Y. Have had the core design/engineering elements in my mind for almost 5 years. Am dying to build it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/945713737729634304,[],[],0,,False,14897,423,1348,,None,,,,,,,"[{'screen_name': 'VanSeedBank', 'name': 'Vancouver Seed Bank', 'id': '94212251'}]",,,, +8561,945713299068456962,945712432416137217,1514310595000.0,2017-12-26 17:49:55,+0000,,"@SeanMahoneyAP Sorry for the delay. We have the most advanced AI neural net of any consumer product by far, so it’s going through exhaustive testing. The results are blowing me away though and I think you will have a similar experience.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/945713299068456962,[],[],0,,False,3588,65,187,,None,,,,,,,"[{'screen_name': 'SeanMahoneyAP', 'name': 'Sean Mahoney', 'id': '17601436'}]",,,, +8562,945712432416137217,945712432416137217,1514310389000.0,2017-12-26 17:46:29,+0000,,"Wanted again to send a note of deep gratitude to Tesla owners WW for taking a chance on a new company that all experts said would fail. So much blood, sweat & tears from the Tesla team went into creating cars that you’d truly love. I hope you do. How can we improve further?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/945712432416137217,[],[],0,,False,128051,14477,11985,,None,,,,,,,[],,,, +8563,945100013973020672,945048998540226560,1514164377000.0,2017-12-25 01:12:57,+0000,,"@Nicmedia123 We will! At least, whatever is left over after we build the obelisks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/945100013973020672,[],[],0,,False,2347,84,87,,None,,,,,,,"[{'screen_name': 'Nicmedia123', 'name': 'Nicole Nicosia \U0001f9ac', 'id': '408677239'}]",,,, +8564,945099789741449216,945099113955233792,1514164323000.0,2017-12-25 01:12:03,+0000,,@alhenry1231 The circle is complete,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/945099789741449216,[],[],0,,False,434,19,19,,None,,,,,,,"[{'screen_name': 'alhenry1231', 'name': 'Aaron Henry', 'id': '221518735'}]",,,, +8565,945058757653831680,945058578137718784,1514154540000.0,2017-12-24 22:29:00,+0000,,@Steven_McKie Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/945058757653831680,[],[],0,,False,629,68,67,,None,,,,,,,"[{'screen_name': 'Steven_McKie', 'name': 'Steven D. McKie𓂀🔥', 'id': '421462364'}]",,,, +8566,945048998540226560,945048998540226560,1514152214000.0,2017-12-24 21:50:14,+0000,,"Hats sold out, flamethrowers soon!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/945048998540226560,[],[],0,,False,72377,2017,6841,,None,,,,,,,[],,,, +8567,944788312908218369,944787213430034432,1514090061000.0,2017-12-24 04:34:21,+0000,,@ultralightbeam It does often seem that the most entertaining belief or outcome is the most likely to prevail,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/944788312908218369,[],[],0,,False,3257,148,167,,None,,,,,,,"[{'screen_name': 'ultralightbeam', 'name': 'alex', 'id': '24841180'}]",,,, +8568,944787733079252992,944787213430034432,1514089923000.0,2017-12-24 04:32:03,+0000,,@mrcsscco True,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/944787733079252992,[],[],0,,False,1491,27,28,,None,,,,,,,"[{'screen_name': 'mrcsscco', 'name': 'Marcus', 'id': '2417768070'}]",,,, +8569,944787213430034432,944787213430034432,1514089799000.0,2017-12-24 04:29:59,+0000,,"So strange that people often believe things inversely proportionate to the evidence. Given a set of possible explanations, why pick the extremely unlikely one!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/944787213430034432,[],[],0,,False,100640,5359,21356,,None,,,,,,,[],,,, +8570,944783379022540800,944726602553921536,1514088885000.0,2017-12-24 04:14:45,+0000,,@Kwebbelkop Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/944783379022540800,[],[],0,,False,8560,132,319,,None,,,,,,,"[{'screen_name': 'Kwebbelkop', 'name': 'Jordi van den Bussche', 'id': '346526830'}]",,,, +8571,944779560104574977,944779560104574977,1514087974000.0,2017-12-24 03:59:34,+0000,,Having a sinking feeling that most people actually do think it was aliens …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/944779560104574977,[],[],0,,False,106267,3374,13738,,None,,,,,,,[],,,, +8572,944718722555453446,944718722555453446,1514073470000.0,2017-12-23 23:57:50,+0000,,"When you get the new Tesla software update, go Ho Ho Ho. There’s an Easter egg inside the Easter egg, but it’s not funny.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/944718722555453446,[],[],0,,False,31814,896,2381,,None,,,,,,,[],,,, +8573,944710976930070528,944710976930070528,1514071623000.0,2017-12-23 23:27:03,+0000,,"46k limited edition boring hats sold, 4K to go. Then flamethrower.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/944710976930070528,[],[],0,,False,29555,895,2275,,None,,,,,,,[],,,, +8574,944700127100497920,944700127100497920,1514069036000.0,2017-12-23 22:43:56,+0000,,I think last night might have been the biggest Rorschach test ever,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/944700127100497920,[],[],0,,False,54573,987,6102,,None,,,,,,,[],,,, +8575,944496926329733120,944381404158111745,1514020589000.0,2017-12-23 09:16:29,+0000,,@planet4589 @CristatoLive @SpaceX Isn’t it obvious?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/944496926329733120,[],[],0,,False,2179,88,155,,None,,,,,,,"[{'screen_name': 'planet4589', 'name': 'Jonathan McDowell', 'id': '19355829'}, {'screen_name': 'CristatoLive', 'name': 'Max Power', 'id': '337973834'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +8576,944495421161742336,944495421161742336,1514020230000.0,2017-12-23 09:10:30,+0000,,"If you liked tonight’s launch, you will really like Falcon Heavy next month: 3 rocket cores & 3X thrust. 2 cores return to base doing synchronized aerobatics. 3rd lands on droneship.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/944495421161742336,[],[],0,,False,113898,2641,19343,,None,,,,,,,[],,,, +8577,944413997163409410,944399853316055040,1514000817000.0,2017-12-23 03:46:57,+0000,,@NeerajKA Never heard of it https://t.co/qTK5ICDxmm,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/944413997163409410,['https://www.theonion.com/bitcoin-plunge-reveals-possible-vulnerabilities-in-craz-1821134169?utm_medium=sharefromsite&utm_source=The_Onion_twitter'],[],0,,False,9982,206,923,,None,,,,,,,"[{'screen_name': 'NeerajKA', 'name': 'Neeraj K. Agrawal', 'id': '14710235'}]",,,, +8578,944399853316055040,944399853316055040,1513997445000.0,2017-12-23 02:50:45,+0000,,Nuclear alien UFO from North Korea https://t.co/GUIHpKkkp5,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/944399853316055040,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/944399818301906946/pu/img/nDkSpT4czcAF8yjW.jpg,False,283313,6155,85210,,None,,,,,,,[],,,, +8579,944382221435019264,944381404158111745,1513993242000.0,2017-12-23 01:40:42,+0000,,@CristatoLive @SpaceX It was definitely aliens,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/944382221435019264,[],[],0,,False,30201,454,5994,,None,,,,,,,"[{'screen_name': 'CristatoLive', 'name': 'Max Power', 'id': '337973834'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +8580,944379111358607360,944379111358607360,1513992500000.0,2017-12-23 01:28:20,+0000,,Launch underway https://t.co/llNdEWbHBp,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/944379111358607360,['https://twitter.com/spacex/status/944378729219756033'],[],0,,False,25986,773,3805,https://twitter.com/spacex/status/944378729219756033,None,,,,,,,[],,,, +8581,943911396177096704,943105389800951809,1513880988000.0,2017-12-21 18:29:48,+0000,,"@goodaudz @mtlbagelboy @paulkrugman His “PhD” is in literature (really), presumably bad fiction",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/943911396177096704,[],[],0,,False,1976,305,105,,None,,,,,,,"[{'screen_name': 'mtlbagelboy', 'name': 'Bajan Lobster Wallace', 'id': '1964230866'}, {'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +8582,943902052542849024,943901463998169088,1513878760000.0,2017-12-21 17:52:40,+0000,,@redletterdave How much is it?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/943902052542849024,[],[],0,,False,18350,764,3185,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'Dave', 'id': '19743466'}]",,,, +8583,943901463998169088,943901463998169088,1513878620000.0,2017-12-21 17:50:20,+0000,,I love Twitter,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/943901463998169088,[],[],0,,False,169609,5637,31496,,None,,,,,,,[],,,, +8584,943887056492564480,943105389800951809,1513875185000.0,2017-12-21 16:53:05,+0000,,"@rbrome @paulkrugman Bloody hell, I’m going to have to write a blog. Can’t fit this into tweets.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943887056492564480,[],[],0,,False,4107,186,187,,None,,,,,,,"[{'screen_name': 'rbrome', 'name': 'Wear-A-Mask Brome', 'id': '14614567'}, {'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +8585,943885775308914688,943105389800951809,1513874880000.0,2017-12-21 16:48:00,+0000,,@ben_made_new @paulkrugman I would only call someone an idiot if people were mistakenly under the impression that the person was smart,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943885775308914688,[],[],0,,False,1704,86,239,,None,,,,,,,"[{'screen_name': 'ben_made_new', 'name': 'Benjamin Slater', 'id': '104846857'}, {'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +8586,943882440984223747,943105389800951809,1513874085000.0,2017-12-21 16:34:45,+0000,,"@paulkrugman However, public transit is obviously not fully solving the problem, as most major cities have been in traffic hell for decades with no solution in sight. Multi-level tunnels can solve this, but we need much better tunneling technology, as it is currently super slow and expensive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943882440984223747,[],[],0,,False,2128,191,169,,None,,,,,,,"[{'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +8587,943878616454127616,943867218776899584,1513873173000.0,2017-12-21 16:19:33,+0000,,"@Youri_Hart Major navigation overhaul coming in early 2018. Will be light-years ahead of current system, but we are testing it rigorously before rolling out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943878616454127616,[],[],0,,False,1379,91,116,,None,,,,,,,"[{'screen_name': 'Youri_Hart', 'name': 'Youri Hart', 'id': '48652079'}]",,,, +8588,943876138056663040,943105389800951809,1513872582000.0,2017-12-21 16:09:42,+0000,,"@paulkrugman For the record, I actually love trains, most subways and London buses.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943876138056663040,[],[],0,,False,5155,162,218,,None,,,,,,,"[{'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +8589,943875606130782208,943105389800951809,1513872455000.0,2017-12-21 16:07:35,+0000,,"@paulkrugman Idiots can be very dangerous when they seem smart, but aren’t (having “PhD” in their bio is a dead giveaway), as some policymakers may get fooled. That’s what really bothered me about that human cat meme / transit “expert”.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/943875606130782208,[],[],0,,False,9481,412,1462,,None,,,,,,,"[{'screen_name': 'paulkrugman', 'name': 'Paul Krugman', 'id': '17006157'}]",,,, +8590,943867218776899584,943867218776899584,1513870455000.0,2017-12-21 15:34:15,+0000,,Glad to see that Tesla owners are having a good experience. Working to improve further. Some cool software updates coming soon. https://t.co/16NabnHeuD,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/943867218776899584,['https://twitter.com/teslamotorsclub/status/943864830943006721'],[],0,,False,21261,747,1841,https://twitter.com/teslamotorsclub/status/943864830943006721,None,,,,,,,[],,,, +8591,943857328662634496,943852042254258176,1513868097000.0,2017-12-21 14:54:57,+0000,,@nickwadlow Sorry about that. Thanks for letting me know. Will get it fixed.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/943857328662634496,[],[],0,,False,1817,67,38,,None,,,,,,,"[{'screen_name': 'nickwadlow', 'name': 'Nick Wadlow 💙', 'id': '19812937'}]",,,, +8592,943699548169388032,943420026593337344,1513830480000.0,2017-12-21 04:28:00,+0000,,@RichardGarriott Pics soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/943699548169388032,[],[],0,,False,912,45,57,,None,,,,,,,"[{'screen_name': 'RichardGarriott', 'name': 'Richard Garriott', 'id': '45176933'}]",,,, +8593,943595786100604928,943568412810162176,1513805741000.0,2017-12-20 21:35:41,+0000,,"@nzben @SwiftOnSecurity With people around, so you can see scale https://t.co/e0w1W0nJKv",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/943595786100604928,[],['https://pbs.twimg.com/media/DRhTXMUUIAAyOhL.jpg'],1,https://pbs.twimg.com/media/DRhTXMUUIAAyOhL.jpg,False,4927,149,575,,None,,,,,,,"[{'screen_name': 'nzben', 'name': 'nzben', 'id': '1306018832234946560'}, {'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +8594,943593718094880768,943420026593337344,1513805248000.0,2017-12-20 21:27:28,+0000,,"@sally_alcot @NASA If things go perfectly, all three rocket booster cores will come back and land. Sides back at the Cape, center on the droneship.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/943593718094880768,[],[],0,,False,1502,76,163,,None,,,,,,,"[{'screen_name': 'sally_alcot', 'name': 'Sally Alcot', 'id': '801393609576771585'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +8595,943592480926076928,943420026593337344,1513804953000.0,2017-12-20 21:22:33,+0000,,Falcon Heavy launching from same @NASA pad as the Saturn V Apollo 11 moon rocket. It was 50% higher thrust with five F-1 engines at 7.5M lb-F. I love that rocket so much.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/943592480926076928,[],[],0,,False,16447,424,1393,,None,,,,,,,[],,,, +8596,943590152181448704,943420026593337344,1513804397000.0,2017-12-20 21:13:17,+0000,,Max thrust at lift-off is 5.1 million pounds or 2300 metric tons. First mission will run at 92%.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/943590152181448704,[],[],0,,False,16058,422,1392,,None,,,,,,,[],,,, +8597,943535304417218560,943526910126186496,1513791321000.0,2017-12-20 17:35:21,+0000,,@ClickHole Hate it when that happens. Some people are so rude!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/943535304417218560,[],[],0,,False,9416,165,656,,None,,,,,,,"[{'screen_name': 'ClickHole', 'name': 'ClickHole', 'id': '2377815434'}]",,,, +8598,943420026593337344,943420026593337344,1513763836000.0,2017-12-20 09:57:16,+0000,,Falcon Heavy at the Cape https://t.co/hizfDVsU7X,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/943420026593337344,[],"['https://pbs.twimg.com/media/DRezf3BU8AASJRT.jpg', 'https://pbs.twimg.com/media/DRezf3EVAAAqm2s.jpg', 'https://pbs.twimg.com/media/DRezf3DUEAAubA3.jpg']",1,https://pbs.twimg.com/media/DRezf3BU8AASJRT.jpg,False,120702,2915,25700,,None,,,,,,,[],,,, +8599,943330749809389569,943196385373052934,1513742551000.0,2017-12-20 04:02:31,+0000,,@PainInTheArt Knight Rider is real,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/943330749809389569,[],[],0,,False,988,48,54,,None,,,,,,,"[{'screen_name': 'PainInTheArt', 'name': 'Nathan Chapman', 'id': '1674565801'}]",,,, +8600,943196385373052934,943196385373052934,1513710516000.0,2017-12-19 19:08:36,+0000,,Thanks! https://t.co/dr3cFPSXje,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/943196385373052934,['https://twitter.com/reuters/status/943184202983530498'],[],0,,False,79046,1070,9442,https://twitter.com/reuters/status/943184202983530498,None,,,,,,,[],,,, +8601,942526513731260417,942525062082478080,1513550806000.0,2017-12-17 22:46:46,+0000,,"@lukealization For now, we only use those on super hot reentry missions. Will go to all Ti with Falcon 9 V5, which is a few months away.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/942526513731260417,[],[],0,,False,496,30,53,,None,,,,,,,[],,,, +8602,942524492462428160,941831663822053378,1513550324000.0,2017-12-17 22:38:44,+0000,,@thomas_quinlan @slashdot @mavtechie @FlatEarthOrg Where’s the evidence!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/942524492462428160,[],[],0,,False,388,28,23,,None,,,,,,,"[{'screen_name': 'thomas_quinlan', 'name': 'Thomas J. Quinlan', 'id': '14639500'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}, {'screen_name': 'FlatEarthOrg', 'name': 'Flat Earth Society', 'id': '2231753876'}]",,,, +8603,942524031185575937,941831663822053378,1513550214000.0,2017-12-17 22:36:54,+0000,,@slashdot @mavtechie @FlatEarthOrg I also support the Concave Earth and Hollow Globe Societies. Just covering my bases …,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/942524031185575937,[],[],0,,False,549,36,52,,None,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}, {'screen_name': 'FlatEarthOrg', 'name': 'Flat Earth Society', 'id': '2231753876'}]",,,, +8604,941886160862724102,941885122499899397,1513398134000.0,2017-12-16 04:22:14,+0000,,HG2G,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/941886160862724102,[],[],0,,False,7201,683,389,,None,,,,,,,[],,,, +8605,941885122499899397,941885122499899397,1513397887000.0,2017-12-16 04:18:07,+0000,,42k,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/941885122499899397,[],[],0,,False,15873,1324,1023,,None,,,,,,,[],,,, +8606,941551760799277056,941386665519595521,1513318407000.0,2017-12-15 06:13:27,+0000,,@ALilling @humantransit Meant to say “sanctimonious idiot”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/941551760799277056,[],[],0,,False,3033,112,250,,None,,,,,,,"[{'screen_name': 'ALilling', 'name': 'Adam Lilling', 'id': '21518367'}, {'screen_name': 'humantransit', 'name': 'Jarrett Walker', 'id': '143390584'}]",,,, +8607,941551502400745472,941415735661944833,1513318346000.0,2017-12-15 06:12:26,+0000,,@WIRED Good point. It’s just a really bad and fundamentally misleading article that doesn’t actually represent my point of view at all. Other publications referred to it as an “interview”.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/941551502400745472,[],[],0,,False,1504,65,102,,None,,,,,,,"[{'screen_name': 'WIRED', 'name': 'WIRED', 'id': '1344951'}]",,,, +8608,941505105420881921,941386665519595521,1513307284000.0,2017-12-15 03:08:04,+0000,,@humantransit Sorry,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/941505105420881921,[],[],0,,False,2985,112,297,,None,,,,,,,"[{'screen_name': 'humantransit', 'name': 'Jarrett Walker', 'id': '143390584'}]",,,, +8609,941500121564332032,941386665519595521,1513306095000.0,2017-12-15 02:48:15,+0000,,@humantransit You’re an idiot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/941500121564332032,[],[],0,,False,37269,848,4519,,None,,,,,,,"[{'screen_name': 'humantransit', 'name': 'Jarrett Walker', 'id': '143390584'}]",,,, +8610,941496174208466944,941415735661944833,1513305154000.0,2017-12-15 02:32:34,+0000,,"@WIRED This depressingly misleading & misanthropic article came from a very brief digression at an AI conf, not from an interview with Wired as is falsely implied. This is why I stopped following Wired long ago. There are way better tech pubs out there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/941496174208466944,[],[],0,,False,11656,348,1092,,None,,,,,,,"[{'screen_name': 'WIRED', 'name': 'WIRED', 'id': '1344951'}]",,,, +8611,941390720799084544,941388347183841280,1513280012000.0,2017-12-14 19:33:32,+0000,,@turnislefthome Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/941390720799084544,[],[],0,,False,564,20,10,,None,,,,,,,"[{'screen_name': 'turnislefthome', 'name': 'Timothy J. Reynolds', 'id': '28931985'}]",,,, +8612,941390129418997761,941388347183841280,1513279871000.0,2017-12-14 19:31:11,+0000,,"@LuisFCorreia Yeah, pretty much anywhere",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/941390129418997761,[],[],0,,False,456,27,11,,None,,,,,,,"[{'screen_name': 'LuisFCorreia', 'name': 'Luis Correia', 'id': '47340097'}]",,,, +8613,941388896872493056,941388347183841280,1513279577000.0,2017-12-14 19:26:17,+0000,,@IvanEscobosa Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/941388896872493056,[],[],0,,False,565,16,9,,None,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}]",,,, +8614,941388347183841280,941388347183841280,1513279446000.0,2017-12-14 19:24:06,+0000,,"10 hat aficionados, in appreciation for their exquisite taste in millinery, will be picked at random to tour the LA tunnel & drive boring machine",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/941388347183841280,[],[],0,,False,21073,1326,1508,,None,,,,,,,[],,,, +8615,941043142404464641,941042606112419841,1513197143000.0,2017-12-13 20:32:23,+0000,,@kaaningilamo Our existence cannot just be about solving one miserable problem after another. There need to be reasons to live.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/941043142404464641,[],[],0,,False,27715,869,5411,,None,,,,,,,"[{'screen_name': 'kaaningilamo', 'name': 'Tomas Aipanda', 'id': '486647556'}]",,,, +8616,941042298283966464,941042298283966464,1513196942000.0,2017-12-13 20:29:02,+0000,,It is high time that humanity went beyond Earth. Should have a moon base by now and sent astronauts to Mars. The future needs to inspire. https://t.co/6HjDQnRSA5,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/941042298283966464,['https://twitter.com/newscientist/status/941032850492715009'],[],0,,False,114813,2978,16628,https://twitter.com/newscientist/status/941032850492715009,None,,,,,,,[],,,, +8617,940620874952073216,940620874952073216,1513096467000.0,2017-12-12 16:34:27,+0000,,"35,000",und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/940620874952073216,[],[],0,,False,23294,2402,1837,,None,,,,,,,[],,,, +8618,940359019947999232,940359019947999232,1513034036000.0,2017-12-11 23:13:56,+0000,,"And those are just the really big ones. The Permian was especially bad, unless you were a mushroom. https://t.co/xT9skw3aIx https://t.co/7HWh5oDs7U",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/940359019947999232,"['https://en.m.wikipedia.org/wiki/Permian–Triassic_extinction_event', 'https://twitter.com/worldandscience/status/940317783946158080']",[],0,,False,14474,456,2596,0,None,,,,,,,[],,,, +8619,940126370780160000,940056523304181762,1512978568000.0,2017-12-11 07:49:28,+0000,,@Justin_Levy04 Safest flamethrower ever,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/940126370780160000,[],[],0,,False,3185,99,147,,None,,,,,,,"[{'screen_name': 'Justin_Levy04', 'name': 'Justin Levy', 'id': '805161226997145600'}]",,,, +8620,940125978797281281,940056523304181762,1512978474000.0,2017-12-11 07:47:54,+0000,,"I know it’s a little off-brand, but kids love it",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/940125978797281281,[],[],0,,False,28023,550,1718,,None,,,,,,,[],,,, +8621,940056523304181762,940056523304181762,1512961915000.0,2017-12-11 03:11:55,+0000,,"After 50k hats, we will start selling The Boring Company flamethrower",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/940056523304181762,[],[],0,,False,65906,1756,8285,,None,,,,,,,[],,,, +8622,940055330859315202,940055330859315202,1512961630000.0,2017-12-11 03:07:10,+0000,,"Over 30,000 hats sold!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/940055330859315202,[],[],0,,False,21212,750,964,,None,,,,,,,[],,,, +8623,939005893634506752,936782477502246912,1512711425000.0,2017-12-08 05:37:05,+0000,,@tiamaria68uk Plus a towel and a sign saying “Don’t Panic”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/939005893634506752,[],[],0,,False,2061,120,198,,None,,,,,,,"[{'screen_name': 'tiamaria68uk', 'name': 'Tina Watkinson', 'id': '74323453'}]",,,, +8624,938972633416306690,938972633416306690,1512703495000.0,2017-12-08 03:24:55,+0000,,"On Tuesday, SpaceX will attempt to refly both an orbital rocket and spacecraft for the first… https://t.co/Wm5SpjNdMb",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/938972633416306690,['https://www.instagram.com/p/BcbQ3QVgRHr/'],[],0,,False,26219,931,3892,,None,,,,,,,[],,,, +8625,938947119246860290,936782477502246912,1512697412000.0,2017-12-08 01:43:32,+0000,,@tiamaria68uk Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/938947119246860290,[],[],0,,False,1312,38,53,,None,,,,,,,"[{'screen_name': 'tiamaria68uk', 'name': 'Tina Watkinson', 'id': '74323453'}]",,,, +8626,938816780444745728,938816402177355776,1512666337000.0,2017-12-07 17:05:37,+0000,,@FortuneTech Do it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/938816780444745728,[],[],0,,False,101026,1815,20020,,None,,,,,,,"[{'screen_name': 'FortuneTech', 'name': 'Fortune Tech', 'id': '14660564'}]",,,, +8627,937447589460426752,937447589460426752,1512339896000.0,2017-12-03 22:24:56,+0000,,The *real* money comes from merchandising. I learned it from this documentary https://t.co/E4gpqhl6KF,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/937447589460426752,['https://m.youtube.com/watch?v=PQEVgbMqq7o'],[],0,,False,20575,1548,3514,,None,,,,,,,[],,,, +8628,937446602393841664,937402084692975616,1512339661000.0,2017-12-03 22:21:01,+0000,,@sm_carl Deal,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/937446602393841664,[],[],0,,False,1047,57,31,,None,,,,,,,"[{'screen_name': 'sm_carl', 'name': 'Carl Smith', 'id': '1150409323'}]",,,, +8629,937411489635241984,937402084692975616,1512331290000.0,2017-12-03 20:01:30,+0000,,"That special hat delivery will take place deep within the real, but fictional (of course), tunnel we are building under LA while you drive the giant machine blindfolded. This will actually happen.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/937411489635241984,[],[],0,,False,10458,501,722,,None,,,,,,,[],,,, +8630,937405455768346624,937402084692975616,1512329851000.0,2017-12-03 19:37:31,+0000,,@NefuDaBoss Beyond anything you can imagine,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937405455768346624,[],[],0,,False,1357,41,49,,None,,,,,,,"[{'screen_name': 'NefuDaBoss', 'name': 'Silenced 🤫', 'id': '46291977'}]",,,, +8631,937404412858740736,937402084692975616,1512329602000.0,2017-12-03 19:33:22,+0000,,"@TheRealUtkarsh And, at the risk of stating the obvious, extremely boring",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937404412858740736,[],[],0,,False,1722,43,37,,None,,,,,,,"[{'screen_name': 'TheRealUtkarsh', 'name': 'Utkarsh Mathur', 'id': '809152913805168640'}]",,,, +8632,937403444192624640,937402084692975616,1512329371000.0,2017-12-03 19:29:31,+0000,,@TheRealUtkarsh Because it’s stupid,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937403444192624640,[],[],0,,False,1466,30,41,,None,,,,,,,"[{'screen_name': 'TheRealUtkarsh', 'name': 'Utkarsh Mathur', 'id': '809152913805168640'}]",,,, +8633,937403272213569536,937402084692975616,1512329330000.0,2017-12-03 19:28:50,+0000,,@maralkalajian Maybe,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937403272213569536,[],[],0,,False,1659,55,39,,None,,,,,,,"[{'screen_name': 'maralkalajian', 'name': 'Maral', 'id': '17392609'}]",,,, +8634,937402084692975616,937402084692975616,1512329047000.0,2017-12-03 19:24:07,+0000,,Every 5000th buyer of our boringly boring hat will get a free hat signed by the delivery guy https://t.co/11TYEUSG4M,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937402084692975616,['http://boringcompany.com/hat/'],[],0,,False,24861,1814,2687,,None,,,,,,,[],,,, +8635,937401166299774976,937397330998845440,1512328828000.0,2017-12-03 19:20:28,+0000,,Hat,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937401166299774976,[],[],0,,False,9237,576,1639,,None,,,,,,,[],,,, +8636,937397949876727808,937397330998845440,1512328061000.0,2017-12-03 19:07:41,+0000,,@IvanEscobosa Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937397949876727808,[],[],0,,False,1008,25,35,,None,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}]",,,, +8637,937397813637296128,937397330998845440,1512328029000.0,2017-12-03 19:07:09,+0000,,@harrisonlingren @JW8888888 Busted,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937397813637296128,[],[],0,,False,1356,21,43,,None,,,,,,,"[{'screen_name': 'harrisonlingren', 'name': 'harrison', 'id': '383492072'}, {'screen_name': 'JW8888888', 'name': 'James', 'id': '584628036'}]",,,, +8638,937397330998845440,937397330998845440,1512327914000.0,2017-12-03 19:05:14,+0000,,"To preserve the transcendent majesty & specialness of The Boring Company cap, we are capping cap orders at 50,000 caps. Almost there ... https://t.co/YqjEQAfy3u",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/937397330998845440,['https://www.boringcompany.com/hat/'],[],0,,False,9044,615,803,,None,,,,,,,[],,,, +8639,937109615698894848,937106740658683904,1512259317000.0,2017-12-03 00:01:57,+0000,,@novaspivack That’s certainly the right way to go to store massive amounts of data for a long time,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/937109615698894848,[],[],0,,False,1762,64,77,,None,,,,,,,"[{'screen_name': 'novaspivack', 'name': 'Nova Spivack', 'id': '7112242'}]",,,, +8640,937090715225427968,937088315450200065,1512254811000.0,2017-12-02 22:46:51,+0000,,@novaspivack Asimov’s Foundation books should def be part of the mission. They’re amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/937090715225427968,[],[],0,,False,3632,73,310,,None,,,,,,,"[{'screen_name': 'novaspivack', 'name': 'Nova Spivack', 'id': '7112242'}]",,,, +8641,937041986304983040,936782477502246912,1512243193000.0,2017-12-02 19:33:13,+0000,,@highqualitysh1t I love the thought of a car drifting apparently endlessly through space and perhaps being discovered by an alien race millions of years in the future,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/937041986304983040,[],[],0,,False,3454,297,532,,None,,,,,,,"[{'screen_name': 'highqualitysh1t', 'name': 'd00d', 'id': '2276526397'}]",,,, +8642,936838844602728449,936782477502246912,1512194760000.0,2017-12-02 06:06:00,+0000,,@bonnienorman Red car for a red planet,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/936838844602728449,[],[],0,,False,2358,82,173,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +8643,936829494874091520,936782477502246912,1512192531000.0,2017-12-02 05:28:51,+0000,,@mswagle Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/936829494874091520,[],[],0,,False,938,35,27,,None,,,,,,,"[{'screen_name': 'mswagle', 'name': 'Mihir Wagle', 'id': '132114389'}]",,,, +8644,936793680517595136,936782477502246912,1512183992000.0,2017-12-02 03:06:32,+0000,,@JC_Channel Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/936793680517595136,[],[],0,,False,4591,117,327,,None,,,,,,,"[{'screen_name': 'JC_Channel', 'name': 'J.C.', 'id': '225980565'}]",,,, +8645,936782477502246912,936782477502246912,1512181321000.0,2017-12-02 02:22:01,+0000,,Payload will be my midnight cherry Tesla Roadster playing Space Oddity. Destination is Mars orbit. Will be in deep space for a billion years or so if it doesn’t blow up on ascent.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/936782477502246912,[],[],0,,False,75415,3689,14933,,None,,,,,,,[],,,, +8646,936781265675599873,936781265675599873,1512181032000.0,2017-12-02 02:17:12,+0000,,"Falcon Heavy to launch next month from Apollo 11 pad at the Cape. Will have double thrust of next largest rocket. Guaranteed to be exciting, one way or another.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/936781265675599873,[],[],0,,False,43272,836,8043,,None,,,,,,,[],,,, +8647,936270959941640192,936263871295361025,1512059366000.0,2017-11-30 16:29:26,+0000,,@LanceUlanoff What does it look like?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/936270959941640192,[],[],0,,False,488,64,21,,None,,,,,,,"[{'screen_name': 'LanceUlanoff', 'name': 'Lance Ulanoff', 'id': '1501471'}]",,,, +8648,936263871295361025,936263871295361025,1512057676000.0,2017-11-30 16:01:16,+0000,,Racing video part 2 https://t.co/nQvm2R9K0h,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/936263871295361025,['https://www.instagram.com/p/BcIAthVDePZ/'],[],0,,False,9908,578,1952,,None,,,,,,,[],,,, +8649,936072506951307264,936072506951307264,1512012051000.0,2017-11-30 03:20:51,+0000,,Model X races a gasoline sports car while towing a sports car https://t.co/xLIwxpZ36r,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/936072506951307264,['https://www.instagram.com/p/BcGk5jjgyFn/'],[],0,,False,12304,400,1634,,None,,,,,,,[],,,, +8650,936066967173193729,936060082290167808,1512010730000.0,2017-11-30 02:58:50,+0000,,"@FredericLambert Electric pods for sure. Rails maybe, maybe not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/936066967173193729,[],[],0,,False,390,38,28,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +8651,936062403606822913,936060082290167808,1512009642000.0,2017-11-30 02:40:42,+0000,,"@FredericLambert A Loop is like a Hyperloop, but without drawing a vacuum inside the tube. Don’t need to get rid of air friction for short routes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/936062403606822913,[],[],0,,False,422,25,44,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +8652,936062050555400192,936060082290167808,1512009558000.0,2017-11-30 02:39:18,+0000,,@FredericLambert Kinda,in,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/936062050555400192,[],[],0,,False,625,27,19,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +8653,936060082290167808,936060082290167808,1512009089000.0,2017-11-30 02:31:29,+0000,,"The Boring Company will compete to fund, build & operate a high-speed Loop connecting Chicago O’Hare Airport to downtown https://t.co/bRqKpzSJjz",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/936060082290167808,['https://chicago.suntimes.com/news/city-seeking-parties-to-fund-build-operate-ohare-express-service/'],[],0,,False,33135,1047,6049,,None,,,,,,,[],,,, +8654,935572279693516800,935314994371186688,1511892788000.0,2017-11-28 18:13:08,+0000,,Why is there no Flat Mars Society!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/935572279693516800,[],[],0,,False,89532,3684,25392,,None,,,,,,,[],,,, +8655,935405847215144960,935314793803628544,1511853107000.0,2017-11-28 07:11:47,+0000,,"@KeithManaloto_ @pieterdewit_nz @ThisIsSandeepG As I’ve said before, I am definitely a Martian",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/935405847215144960,[],[],0,,False,1374,98,149,,None,,,,,,,"[{'screen_name': 'KeithManaloto_', 'name': 'Keith 👨\u200d💻📈', 'id': '150613860'}, {'screen_name': 'pieterdewit_nz', 'name': 'Pieter De Wit', 'id': '1360009572'}, {'screen_name': 'ThisIsSandeepG', 'name': 'Ѕαи∂єєρ Gυттιкσи∂α', 'id': '2737103354'}]",,,, +8656,935380867056222208,935314793803628544,1511847151000.0,2017-11-28 05:32:31,+0000,,@pieterdewit_nz @ThisIsSandeepG int main(){},fr,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/935380867056222208,[],[],0,,False,991,35,88,,None,,,,,,,"[{'screen_name': 'pieterdewit_nz', 'name': 'Pieter De Wit', 'id': '1360009572'}, {'screen_name': 'ThisIsSandeepG', 'name': 'Ѕαи∂єєρ Gυттιкσи∂α', 'id': '2737103354'}]",,,, +8657,935329447594541056,935314793803628544,1511834892000.0,2017-11-28 02:08:12,+0000,,"@ThisIsSandeepG Not true. A friend sent me part of a BTC a few years, but I don’t know where it is.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/935329447594541056,[],[],0,,False,3666,247,440,,None,,,,,,,"[{'screen_name': 'ThisIsSandeepG', 'name': 'Ѕαи∂єєρ Gυттιкσи∂α', 'id': '2737103354'}]",,,, +8658,935314994371186688,935314994371186688,1511831446000.0,2017-11-28 01:10:46,+0000,,Mars sky is the opposite of Earth Blue sunrise and sunset Red during the day https://t.co/RjmSZ98bCz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/935314994371186688,['https://twitter.com/worldandscience/status/935297418651979776'],[],0,,False,80778,1108,14918,0,None,,,,,,,[],,,, +8659,935250797234753536,935222032819728386,1511816140000.0,2017-11-27 20:55:40,+0000,,"@WorldAndScience Wow, they played D&D in D&D",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/935250797234753536,[],[],0,,False,12862,178,1425,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +8660,935048096773369857,935045557046747139,1511767813000.0,2017-11-27 07:30:13,+0000,,@nsylianteng It’s there. Just unfold the visor and lift the cover.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/935048096773369857,[],[],0,,False,389,23,25,,None,,,,,,,"[{'screen_name': 'nsylianteng', 'name': 'Nikki Sylianteng', 'id': '2052011'}]",,,, +8661,934890107508625408,934888089058549760,1511730145000.0,2017-11-26 21:02:25,+0000,,@Gloryless Otherwise you’d only see a blur,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/934890107508625408,[],[],0,,False,8974,113,243,,None,,,,,,,"[{'screen_name': 'Gloryless', 'name': 'Christian Davis', 'id': '2491644078'}]",,,, +8662,934889932807593984,934889932807593984,1511730104000.0,2017-11-26 21:01:44,+0000,,"Got to regulate AI/robotics like we do food, drugs, aircraft & cars. Public risks require public oversight. Getting rid of the FAA wdn’t make flying safer. They’re there for good reason. https://t.co/6OXZC3UdMW",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/934889932807593984,['https://m.youtube.com/watch?v=1plPyJdXKIY'],[],0,,False,26497,1317,6042,,None,,,,,,,[],,,, +8663,934888089058549760,934888089058549760,1511729664000.0,2017-11-26 20:54:24,+0000,,"This is nothing. In a few years, that bot will move so fast you’ll need a strobe light to see it. Sweet dreams… https://t.co/0MYNixQXMw",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/934888089058549760,['https://twitter.com/mrmedina/status/931291808394440706'],[],0,,False,245266,5038,77686,https://twitter.com/mrmedina/status/931291808394440706,None,,,,,,,[],,,, +8664,934505268343394307,934505268343394307,1511638392000.0,2017-11-25 19:33:12,+0000,,"Thanksgiving in the Rockies. Love my bro @kimbal. Radishing t-shirt courtesy of his company,… https://t.co/FB6rTbFdK8",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/934505268343394307,['https://www.instagram.com/p/Bb7gvNUgDwj/'],[],0,,False,7105,394,341,,None,,,,,,,[],,,, +8665,934024631769534464,934024167640457216,1511523800000.0,2017-11-24 11:43:20,+0000,,@bjornlilja Adjusting soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/934024631769534464,[],[],0,,False,289,28,15,,None,,,,,,,"[{'screen_name': 'bjornlilja', 'name': 'Björn Lilja', 'id': '19970480'}]",,,, +8666,933576358793318401,933576358793318401,1511416923000.0,2017-11-23 06:02:03,+0000,,Congratulations to the Tesla crew and South Australian authorities who worked so hard to get this manufactured and installed in record time! https://t.co/M2zKXlIVn3,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/933576358793318401,['https://apple.news/AnM79rCgXRFSvm4cgk5kfhw'],[],0,,False,37333,1105,7110,,None,,,,,,,[],,,, +8667,933077329722580992,920482298327216128,1511297945000.0,2017-11-21 20:59:05,+0000,,"Initial Hat Offering going great w over $300k in hat sales already! Thanks for buying our super boring hat. You rock, figuratively & literally. All cash goes directly towards more boring.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/933077329722580992,[],[],0,,False,13521,616,1289,,None,,,,,,,[],,,, +8668,932649922666438656,932648190440103936,1511196044000.0,2017-11-20 16:40:44,+0000,,@schesnais Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/932649922666438656,[],[],0,,False,352,54,21,,None,,,,,,,"[{'screen_name': 'schesnais', 'name': 'Stanislas Chesnais', 'id': '299246494'}]",,,, +8669,932326631342927873,932324810016751616,1511118965000.0,2017-11-19 19:16:05,+0000,,"@commagere For one thing, aliens obv built the pyramids! Who but aliens could have figured out how to align and stack stone blocks in a series of concentric squares!? Um, ok, I guess maybe people.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/932326631342927873,[],[],0,,False,9017,217,1131,,None,,,,,,,"[{'screen_name': 'commagere', 'name': 'Blake Commagere', 'id': '14896592'}]",,,, +8670,932322853009080320,931407490889084928,1511118064000.0,2017-11-19 19:01:04,+0000,,"Not saying the next gen Roadster special upgrade package *will* definitely enable it to fly short hops, but maybe … Certainly possible. Just a question of safety. Rocket tech applied to a car opens up revolutionary possibilities.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/932322853009080320,[],[],0,,False,33896,1317,5856,,None,,,,,,,[],,,, +8671,932113939181092864,931407490889084928,1511068255000.0,2017-11-19 05:10:55,+0000,,Should clarify that this is the base model performance. There will be a special option package that takes it to the next level.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/932113939181092864,[],[],0,,False,54558,2302,7219,,None,,,,,,,[],,,, +8672,931412020016029696,931412020016029696,1510900905000.0,2017-11-17 06:41:45,+0000,,Tesla Semi https://t.co/7VLz7F46Ji,tr,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/931412020016029696,[],['https://pbs.twimg.com/media/DO0KSG4VAAAxLSW.jpg'],1,https://pbs.twimg.com/media/DO0KSG4VAAAxLSW.jpg,False,110499,1983,21434,,None,,,,,,,[],,,, +8673,931407490889084928,931407490889084928,1510899825000.0,2017-11-17 06:23:45,+0000,,0 to 100 km/h in 1.9 sec https://t.co/xTOTDGuwQj,sl,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/931407490889084928,[],['https://pbs.twimg.com/media/DO0GJp4X0AEqDBY.jpg'],1,https://pbs.twimg.com/media/DO0GJp4X0AEqDBY.jpg,False,417567,8856,103574,,None,,,,,,,[],,,, +8674,930876845959946240,930875739397791744,1510773309000.0,2017-11-15 19:15:09,+0000,,"Sorry, date is tomorrow night at 8pm. This pic is from the old invite.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/930876845959946240,[],[],0,,False,13414,711,745,,None,,,,,,,[],,,, +8675,930875739397791744,930875739397791744,1510773045000.0,2017-11-15 19:10:45,+0000,,"It can transform into a robot, fight aliens and make one hell of a latte https://t.co/8h9vvWu4f5",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/930875739397791744,[],['https://pbs.twimg.com/media/DOsijB4VAAA7ZU7.jpg'],1,https://pbs.twimg.com/media/DOsijB4VAAA7ZU7.jpg,False,68731,2025,13296,,None,,,,,,,[],,,, +8676,930681760026853377,930669764992819202,1510726797000.0,2017-11-15 06:19:57,+0000,,@rjcc @Tesla Do you really believe that someone’s life should be ruined if they make a single offensive comment for which they then sincerely apologize?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/930681760026853377,[],[],0,,False,933,141,68,,None,,,,,,,"[{'screen_name': 'rjcc', 'name': 'Richard Lawler', 'id': '15009761'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8677,930677629161758726,930669764992819202,1510725812000.0,2017-11-15 06:03:32,+0000,,"@rjcc @Tesla That is a *counterpoint* to illustrate absurdity, meaning that obviously a single careless statement should *not* ruins someone’s life",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/930677629161758726,[],[],0,,False,781,37,34,,None,,,,,,,"[{'screen_name': 'rjcc', 'name': 'Richard Lawler', 'id': '15009761'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8678,930100328229244928,930013901378506752,1510588173000.0,2017-11-13 15:49:33,+0000,,"@newscientist ... say scientists — among other insights gained — after a large vat of LSD overturned in the lab. Also discovered: humans are just sentient sponges, drywall tastes like a marshmallow and gravity is real. The last point remains heavily debated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/930100328229244928,[],[],0,,False,11919,361,1798,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +8679,929823757635481600,929823757635481600,1510522233000.0,2017-11-12 21:30:33,+0000,,Tesla Semi Truck unveil to be webcast live on Thursday at 8pm! This will blow your mind clear out of your skull and into an alternate dimension. Just need to find my portal gun ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/929823757635481600,[],[],0,,False,109096,2627,23737,,None,,,,,,,[],,,, +8680,929564225164464128,929564225164464128,1510460356000.0,2017-11-12 04:19:16,+0000,,Sunset at the Gigafactory https://t.co/KpUuK7bktk,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/929564225164464128,[],['https://pbs.twimg.com/media/DOZ5uFiXUAAmlPG.jpg'],1,https://pbs.twimg.com/media/DOZ5uFiXUAAmlPG.jpg,False,41928,921,2806,,None,,,,,,,[],,,, +8681,929090906606542848,928923720843911169,1510347508000.0,2017-11-10 20:58:28,+0000,,@newscientist Sure ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/929090906606542848,[],[],0,,False,19153,399,2316,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +8682,928675794372608001,928671721065992192,1510248537000.0,2017-11-09 17:28:57,+0000,,"""If one day, my words are against science, choose science."" Mustafa Kemal Atatürk",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/928675794372608001,[],[],0,,False,208153,3515,84088,,None,,,,,,,[],,,, +8683,928671721065992192,928671721065992192,1510247566000.0,2017-11-09 17:12:46,+0000,,I placed the flowers Three broken ribs A pierced lung And still he fought For peace at… https://t.co/MeEKf2ZntM,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/928671721065992192,['https://www.instagram.com/p/BbPzHC2AW34/'],[],0,,False,52057,711,7554,,None,,,,,,,[],,,, +8684,928335114353831937,928335114353831937,1510167313000.0,2017-11-08 18:55:13,+0000,,Atatürk Anıtkabir https://t.co/al3wt0njr6,tr,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/928335114353831937,['https://www.instagram.com/p/BbPjzwJgxKG/'],[],0,,False,102534,1806,24958,,None,,,,,,,[],,,, +8685,927986199079264256,927967920185016321,1510084125000.0,2017-11-07 19:48:45,+0000,,"@Bob_Richards One rocket, slightly toasted",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/927986199079264256,[],[],0,,False,6565,163,343,,None,,,,,,,"[{'screen_name': 'Bob_Richards', 'name': 'Bob Richards 🌎', 'id': '21770611'}]",,,, +8686,924389383792312320,924387972161552384,1509226578000.0,2017-10-28 21:36:18,+0000,,@uncover007 500 ft so far. Should be 2 miles long in three or four months and hopefully stretch the whole 405 N-S corridor from LAX to the 101 in a year or so.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/924389383792312320,[],[],0,,False,2020,143,177,,None,,,,,,,"[{'screen_name': 'uncover007', 'name': 'Uncover 007', 'id': '22070847'}]",,,, +8687,924387972161552384,924387972161552384,1509226241000.0,2017-10-28 21:30:41,+0000,,Picture of The Boring Company LA tunnel taken yesterday https://t.co/TfdVKyXFsJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/924387972161552384,[],['https://pbs.twimg.com/media/DNQV81WUQAAeF5X.jpg'],1,https://pbs.twimg.com/media/DNQV81WUQAAeF5X.jpg,False,54559,2224,7531,,None,,,,,,,[],,,, +8688,923657991664095232,923657991664095232,1509052200000.0,2017-10-26 21:10:00,+0000,,"Btw, just want to express a word of appreciation for the hard work of the Tesla Gigafactory team. Reason I camped on the roof was because it was less time than driving to a hotel room in Reno. Production hell, ~8th circle …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/923657991664095232,[],[],0,,False,38586,1156,3103,,None,,,,,,,[],,,, +8689,923576364652953601,923576364652953601,1509032739000.0,2017-10-26 15:45:39,+0000,,"Whiskey, fire, s’mores and JC Also, hotdog or not hotdog? https://t.co/86cxwbZyWB",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/923576364652953601,['https://www.instagram.com/p/BatMhVODF1L/'],[],0,,False,10582,854,972,,None,,,,,,,[],,,, +8690,923469108917755904,923469108917755904,1509007167000.0,2017-10-26 08:39:27,+0000,,Campfire on the Gigafactory roof https://t.co/JKxaKUzvZY,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/923469108917755904,['https://www.instagram.com/p/BatG-8EDxJv/'],[],0,,False,8211,510,630,,None,,,,,,,[],,,, +8691,923339941957976065,923339941957976065,1508976371000.0,2017-10-26 00:06:11,+0000,,Just feed it The Godfather movies as input. What’s the worst that could happen? https://t.co/WX4Kx45csv,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/923339941957976065,['https://twitter.com/carlquintanilla/status/923238264533811200'],[],0,,False,18443,922,4347,https://twitter.com/carlquintanilla/status/923238264533811200,None,,,,,,,[],,,, +8692,922829439364423680,922828400439504897,1508854658000.0,2017-10-24 14:17:38,+0000,,@lorengrush @verge It’s true tho,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/922829439364423680,[],[],0,,False,591,50,30,,None,,,,,,,"[{'screen_name': 'lorengrush', 'name': 'Loren Grush', 'id': '17177482'}, {'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +8693,922828793152229378,922828400439504897,1508854504000.0,2017-10-24 14:15:04,+0000,,@verge Groan,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/922828793152229378,[],[],0,,False,3674,110,234,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +8694,922691827031068672,922691827031068672,1508821849000.0,2017-10-24 05:10:49,+0000,,On the list of people who should absolutely *not* be allowed to develop digital superintelligence... https://t.co/reNZ50FGNC,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/922691827031068672,['https://venturebeat.com/2017/10/02/an-ai-god-will-emerge-by-2042-and-write-its-own-bible-will-you-worship-it/'],[],0,,False,20772,1646,5681,,None,,,,,,,[],,,, +8695,921587018412339200,921575091846242304,1508558442000.0,2017-10-21 04:00:42,+0000,,"@nextspaceflight @jamesbarr1991 Yeah, don't exactly need to be Sherlock Holmes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/921587018412339200,[],[],0,,False,437,38,23,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +8696,921575999384326145,921575091846242304,1508555814000.0,2017-10-21 03:16:54,+0000,,@jamesharvey1991 It won't even need to ask you most of the time,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/921575999384326145,[],[],0,,False,365,33,26,,None,,,,,,,"[{'screen_name': 'Jamesharvey1991', 'name': 'Jamesharvey1994', 'id': '1176790934345986048'}]",,,, +8697,921575783813939200,921557500691931137,1508555763000.0,2017-10-21 03:16:03,+0000,,"@atlasobscura A reminder of the youth of our 10,000 year (to be generous) civilization. We are not even a flash in the pan compared to the 4,500,000,000 year age of Earth. I won't even bother mentioning the age of the Universe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/921575783813939200,[],[],0,,False,11204,278,1728,,None,,,,,,,"[{'screen_name': 'atlasobscura', 'name': 'Atlas Obscura', 'id': '57047586'}]",,,, +8698,921419557918597120,921410170839883776,1508518516000.0,2017-10-20 16:55:16,+0000,,"@APTA_info @baltimoresun Not ready to do a proper announcement yet, but maybe in a month or so. Maryland has been awesome to work with and just wanted to say thanks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/921419557918597120,[],[],0,,False,3555,72,311,,None,,,,,,,"[{'screen_name': 'APTA_info', 'name': 'APTA', 'id': '441032036'}, {'screen_name': 'baltimoresun', 'name': 'The Baltimore Sun', 'id': '8861752'}]",,,, +8699,921183170757738497,921027496702746624,1508462157000.0,2017-10-20 01:15:57,+0000,,@bachism But the hat is real!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/921183170757738497,[],[],0,,False,697,44,30,,None,,,,,,,"[{'screen_name': 'bachism', 'name': 'David Bach', 'id': '299287013'}]",,,, +8700,921050992707190784,921050992707190784,1508430643000.0,2017-10-19 16:30:43,+0000,,"Congratulations to Coulter Tilton of Missouri, buyer of hat 5000! You have won a free hat signed by the Boring team.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/921050992707190784,[],[],0,,False,12552,603,587,,None,,,,,,,[],,,, +8701,921027496702746624,921027496702746624,1508425041000.0,2017-10-19 14:57:21,+0000,,Now at 6400 hats …,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/921027496702746624,[],[],0,,False,14413,1310,869,,None,,,,,,,[],,,, +8702,920864873940107265,920844783542853633,1508386269000.0,2017-10-19 04:11:09,+0000,,@CalebH92 There is an actual tunnel and it's getting longer every day,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/920864873940107265,[],[],0,,False,511,32,33,,None,,,,,,,[],,,, +8703,920845980467163139,920845980467163139,1508381764000.0,2017-10-19 02:56:04,+0000,,It all comes full circle https://t.co/zqiCDLhFWy,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/920845980467163139,['https://twitter.com/elonmusk/status/863222555208851456'],[],0,,False,26835,462,2489,https://twitter.com/elonmusk/status/863222555208851456,None,,,,,,,[],,,, +8704,920844783542853633,920844783542853633,1508381479000.0,2017-10-19 02:51:19,+0000,,"Second boring machine almost ready. Will be called Line-Storm, after the poem by Frost. ""And be my love in the rain."" https://t.co/xlWPYdPu3P",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/920844783542853633,[],['https://pbs.twimg.com/media/DMd_bvLWsAEmZGm.jpg'],1,https://pbs.twimg.com/media/DMd_bvLWsAEmZGm.jpg,False,10158,423,1428,,None,,,,,,,[],,,, +8705,920834201535913985,920482298327216128,1508378956000.0,2017-10-19 02:09:16,+0000,,@freddier @TalulahRiley And credit for the logo art to JJ Abrams,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/920834201535913985,[],[],0,,False,435,22,24,,None,,,,,,,"[{'screen_name': 'freddier', 'name': 'Freddy Vega', 'id': '16742912'}, {'screen_name': 'TalulahRiley', 'name': 'Talulah Riley', 'id': '344538987'}]",,,, +8706,920833104721297408,920833104721297408,1508378695000.0,2017-10-19 02:04:55,+0000,,Almost 4000 hats sold so far. Whoever buys the 5000th gets a free hat with their hat! https://t.co/x87eVge68U,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/920833104721297408,['http://BoringCompany.com/hat'],[],0,,False,13867,1014,1588,,None,,,,,,,[],,,, +8707,920830970395222016,920482298327216128,1508378186000.0,2017-10-19 01:56:26,+0000,,"@freddier Btw, credit for The Boring Company name goes to @TalulahRiley",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/920830970395222016,[],[],0,,False,612,18,45,,None,,,,,,,"[{'screen_name': 'freddier', 'name': 'Freddy Vega', 'id': '16742912'}]",,,, +8708,920520208275660800,920482298327216128,1508304094000.0,2017-10-18 05:21:34,+0000,,@freddier Gonna build that tunnel one hat at a time,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/920520208275660800,[],[],0,,False,3154,78,297,,None,,,,,,,"[{'screen_name': 'freddier', 'name': 'Freddy Vega', 'id': '16742912'}]",,,, +8709,920482298327216128,920482298327216128,1508295056000.0,2017-10-18 02:50:56,+0000,,The world's most boring hat https://t.co/rnHPgyhx4Z,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/920482298327216128,['https://www.boringcompany.com/hat'],[],0,,False,20793,929,2899,,None,,,,,,,[],,,, +8710,919999012899454976,919999012899454976,1508179832000.0,2017-10-16 18:50:32,+0000,,Amazing sim of neutron stars colliding https://t.co/E38rna81TK,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/919999012899454976,['https://instagram.com/p/BaUYHuCnXKQ/'],[],0,,False,15240,399,3779,,None,,,,,,,[],,,, +8711,919980024366632960,919675564423708673,1508175304000.0,2017-10-16 17:35:04,+0000,,@DJ_Mr_Cool That was a joke. I didn't realize people actually used those.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/919980024366632960,[],[],0,,False,267,24,16,,None,,,,,,,"[{'screen_name': 'DJ_Mr_Cool', 'name': 'Fern Mr Cool Rose', 'id': '21313859'}]",,,, +8712,919675564423708673,919675564423708673,1508102715000.0,2017-10-15 21:25:15,+0000,,Yesterday's Reddit Ask Me Anything about BFR. You're welcome nk! https://t.co/g2giimsW8b,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/919675564423708673,['https://www.reddit.com/r/space/comments/76e79c/i_am_elon_musk_ask_me_anything_about_bfr/?st=J8T9CUBA&sh=efcf4207'],[],0,,False,7848,378,1283,,None,,,,,,,[],,,, +8713,919262509227323392,919262509227323392,1508004235000.0,2017-10-14 18:03:55,+0000,,BFR AMA on r/space in 2 hours,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/919262509227323392,[],[],0,,False,12990,734,1663,,None,,,,,,,[],,,, +8714,919258411795079169,913634039545847808,1508003259000.0,2017-10-14 17:47:39,+0000,,@SpaceX And other places,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/919258411795079169,[],[],0,,False,4920,248,397,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +8715,918518924475379713,917998821061341184,1507826951000.0,2017-10-12 16:49:11,+0000,,@_andyoneal @patriciapaje That's just to win our Hyperloop student competition in ~1 mile tube. Practical version would have a turbo compressor on front taking ram air pressure at near sonic to hypersonic speeds & driving that thru air skiis & rearward for thrust.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/918518924475379713,[],[],0,,False,367,25,28,,None,,,,,,,"[{'screen_name': '_andyoneal', 'name': ""Andy O'Neal"", 'id': '19841555'}]",,,, +8716,918517097839202305,917998821061341184,1507826516000.0,2017-10-12 16:41:56,+0000,,@benbenwilde @patriciapaje Party time!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/918517097839202305,[],[],0,,False,346,8,25,,None,,,,,,,"[{'screen_name': 'benbenwilde', 'name': 'Ben Wilde', 'id': '414200558'}]",,,, +8717,918516707735437313,918515997727866881,1507826422000.0,2017-10-12 16:40:22,+0000,,"@Barnacules To be more inclusive, how about a ""pick your tech level"" setting. Could make the Tesla sound like horses (coconuts!), chariots, steam engines, gasoline cars, ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/918516707735437313,[],[],0,,False,1424,118,152,,None,,,,,,,"[{'screen_name': 'Barnacules', 'name': 'Barnacules Nerdgasm', 'id': '762522504'}]",,,, +8718,918506265151598592,917998821061341184,1507823933000.0,2017-10-12 15:58:53,+0000,,@patriciapaje Aim for 10 kN of thrust on a 200 kg sled. a=F/m ... game over.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/918506265151598592,[],[],0,,False,293,17,20,,None,,,,,,,[],,,, +8719,918333638567186438,918333638567186438,1507782775000.0,2017-10-12 04:32:55,+0000,,Stamping Model 3 Body Panels (real-time) https://t.co/hhNFW8VUEE,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/918333638567186438,['https://www.instagram.com/p/BaInXGBg9G7/'],[],0,,False,11707,670,1537,,None,,,,,,,[],,,, +8720,918322382560825344,918315077626871808,1507780092000.0,2017-10-12 03:48:12,+0000,,@ManMadeMoon I own two gasoline cars. One is a Model T that a friend gave me and the other is a Series 1 '67 E-type Roadster. My first love.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/918322382560825344,[],[],0,,False,5644,190,231,,None,,,,,,,"[{'screen_name': 'ManMadeMoon', 'name': 'Duncan Jones', 'id': '20690398'}]",,,, +8721,918316304129388544,918313446550265857,1507778643000.0,2017-10-12 03:24:03,+0000,,"@jirgebeaner No, but I do have a Gundam Wing",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/918316304129388544,[],[],0,,False,606,35,117,,None,,,,,,,"[{'screen_name': 'jirgebeaner', 'name': 'jorge', 'id': '777110820215988224'}]",,,, +8722,918314470048382977,918313446550265857,1507778205000.0,2017-10-12 03:16:45,+0000,,@RITSPEX This weekend,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/918314470048382977,[],[],0,,False,536,17,46,,None,,,,,,,"[{'screen_name': 'RITSPEX', 'name': 'RITSpaceExploration', 'id': '3303167698'}]",,,, +8723,918313446550265857,918313446550265857,1507777961000.0,2017-10-12 03:12:41,+0000,,Just posted a photo https://t.co/a9xf4G6dmE,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/918313446550265857,['https://www.instagram.com/p/BaIedUvBk5p/'],[],0,,False,4925,214,522,,None,,,,,,,[],,,, +8724,918003287600668673,917998821061341184,1507704014000.0,2017-10-11 06:40:14,+0000,,@patriciapaje Very high pressure air cold gas thruster,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/918003287600668673,[],[],0,,False,285,18,19,,None,,,,,,,[],,,, +8725,917413806363394048,917413806363394048,1507563470000.0,2017-10-09 15:37:50,+0000,,The last of ten Iridium global communication satellites delivered to orbit several hundred miles… https://t.co/TG7hNkltQd,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/917413806363394048,['https://www.instagram.com/p/BaCFPVGgdcN/'],[],0,,False,9115,582,992,,None,,,,,,,[],,,, +8726,917163455051735040,916401911464476672,1507503782000.0,2017-10-08 23:03:02,+0000,,@aniesh_vishnu @ProductHunt Everything all at once,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/917163455051735040,[],[],0,,False,1904,52,134,,None,,,,,,,"[{'screen_name': 'aniesh_vishnu', 'name': 'Aniesh Vishnu', 'id': '2939034182'}, {'screen_name': 'ProductHunt', 'name': 'Product Hunt 😸', 'id': '2208027565'}]",,,, +8727,917160402567364608,917154829008605184,1507503054000.0,2017-10-08 22:50:54,+0000,,@balajis_ That is actual speed. It is slowed down right now to confirm build consistency and so that a person can stop the robots in time if something goes wrong.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/917160402567364608,[],[],0,,False,799,38,37,,None,,,,,,,"[{'screen_name': 'balajis_', 'name': 'Balaji Srinivasaraghavan', 'id': '12158582'}]",,,, +8728,917154829008605184,917154829008605184,1507501725000.0,2017-10-08 22:28:45,+0000,,The Model 3 body line slowed down to 1/10th speed https://t.co/VVTthqFzF7,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/917154829008605184,['https://www.instagram.com/p/BaAOokSgdCp/'],[],0,,False,7874,457,1155,,None,,,,,,,[],,,, +8729,917153183222263808,917153183222263808,1507501333000.0,2017-10-08 22:22:13,+0000,,Jupiter is big https://t.co/poXgvKPZv7,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/917153183222263808,['https://twitter.com/nasa/status/917124194009313281'],[],0,,False,26350,608,3929,https://twitter.com/nasa/status/917124194009313281,None,,,,,,,[],,,, +8730,917134987270303744,916401911464476672,1507496995000.0,2017-10-08 21:09:55,+0000,,@0a0010 @ProductHunt Don't underestimate the power of chakras,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/917134987270303744,[],[],0,,False,829,56,130,,None,,,,,,,"[{'screen_name': 'ProductHunt', 'name': 'Product Hunt 😸', 'id': '2208027565'}]",,,, +8731,917103257494839296,916401911464476672,1507489430000.0,2017-10-08 19:03:50,+0000,,"@ProductHunt Just kept working on my crown chakra and boom! Don't let anyone tell you magic isn't real. Warning, EXTREMELY powerful https://t.co/RYgcygMFgl",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/917103257494839296,['https://m.youtube.com/watch?v=NR351WlGC4I'],[],0,,False,9302,307,1276,,None,,,,,,,"[{'screen_name': 'ProductHunt', 'name': 'Product Hunt 😸', 'id': '2208027565'}]",,,, +8732,916782879962574848,916780693346066432,1507413046000.0,2017-10-07 21:50:46,+0000,,@verge This doesn't even *seem* innocent,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/916782879962574848,[],[],0,,False,25253,608,3722,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +8733,916518956050956288,916498370339930112,1507350121000.0,2017-10-07 04:22:01,+0000,,@Reuters You forgot to add the video version of their response https://t.co/eaqzC6rgQE,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/916518956050956288,['https://m.youtube.com/watch?v=d1MWxSUO4ts'],[],0,,False,7300,272,1206,,None,,,,,,,"[{'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +8734,916407361899708416,916395155120205825,1507323515000.0,2017-10-06 20:58:35,+0000,,@FredericLambert @MacTechGenius @blundell_apps Assume the worst. Now I need to get back to work...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916407361899708416,[],[],0,,False,708,55,45,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +8735,916407144047558656,916395155120205825,1507323463000.0,2017-10-06 20:57:43,+0000,,@teslamodel3fan @FredericLambert @MacTechGenius @blundell_apps Answers: Yes. No. Doesn't matter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916407144047558656,[],[],0,,False,426,38,25,,None,,,,,,,"[{'screen_name': 'teslamodel3fan', 'name': 'Tesla Model 3 Fan', 'id': '3532426698'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +8736,916406412112039937,916395155120205825,1507323289000.0,2017-10-06 20:54:49,+0000,,"@FredericLambert @MacTechGenius @blundell_apps There is only one config being built right now, so the only question is ""What color?"". Don't need a configurator for that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916406412112039937,[],[],0,,False,654,36,37,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +8737,916402688127930373,916395155120205825,1507322401000.0,2017-10-06 20:40:01,+0000,,"@FredericLambert @MacTechGenius @blundell_apps Bear in mind that the production ramp is an exponential curve. Late Oct is possible, but not certain. Literally every day makes a big difference.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916402688127930373,[],[],0,,False,749,25,44,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +8738,916401820620091393,916395155120205825,1507322194000.0,2017-10-06 20:36:34,+0000,,"@MacTechGenius @blundell_apps Dec will be a big month, so probably, but it is impossible to be certain right now",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916401820620091393,[],[],0,,False,260,10,12,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +8739,916401512661663750,916395155120205825,1507322121000.0,2017-10-06 20:35:21,+0000,,@OutOnALumb @engadget Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916401512661663750,[],[],0,,False,478,5,10,,None,,,,,,,"[{'screen_name': 'OutOnALumb', 'name': 'David Lumb', 'id': '255665835'}, {'screen_name': 'engadget', 'name': 'Engadget', 'id': '14372486'}]",,,, +8740,916401222487126016,916395155120205825,1507322052000.0,2017-10-06 20:34:12,+0000,,"@nextspaceflight @MacTechGenius @blundell_apps I'm doing my best to recalibrate, but that is a fair criticism. However, if I wasn't inherently optimistic, I wouldn't be doing electric cars and rockets in the first place!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916401222487126016,[],[],0,,False,1586,46,155,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +8741,916400157972848640,916395155120205825,1507321798000.0,2017-10-06 20:29:58,+0000,,@annerajb Med medical equipment has priority,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916400157972848640,[],[],0,,False,729,20,28,,None,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +8742,916399837129564163,916395155120205825,1507321721000.0,2017-10-06 20:28:41,+0000,,@MacTechGenius @blundell_apps Probably 6 to 8 weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916399837129564163,[],[],0,,False,634,12,28,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +8743,916397212891877376,916395155120205825,1507321096000.0,2017-10-06 20:18:16,+0000,,@blundell_apps You'll know as soon as we do. We are deep in production hell 🔥,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916397212891877376,[],[],0,,False,1700,67,73,,None,,,,,,,"[{'screen_name': 'blundell_apps', 'name': 'Blundell | بلونديلل', 'id': '161023227'}]",,,, +8744,916396499310751745,916395155120205825,1507320925000.0,2017-10-06 20:15:25,+0000,,@nextspaceflight Or do you?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916396499310751745,[],[],0,,False,969,18,15,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +8745,916396399482232832,916395155120205825,1507320902000.0,2017-10-06 20:15:02,+0000,,@14agrim High pain tolerance,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916396399482232832,[],[],0,,False,2409,43,167,,None,,,,,,,"[{'screen_name': '14agrim', 'name': 'Agrim Jain', 'id': '2819996690'}]",,,, +8746,916396250114670592,916395155120205825,1507320866000.0,2017-10-06 20:14:26,+0000,,"@Temeyers Semi specs are better than anything I've seen reported so far. Semi eng/design team work is aces, but other needs are greater right now.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916396250114670592,[],[],0,,False,917,23,49,,None,,,,,,,"[{'screen_name': 'Temeyers', 'name': 'Terry Meyers', 'id': '41058804'}]",,,, +8747,916395155120205825,916395155120205825,1507320605000.0,2017-10-06 20:10:05,+0000,,Tesla Semi unveil now Nov 16. Diverting resources to fix Model 3 bottlenecks & increase battery production for Puerto Rico & other affected areas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/916395155120205825,[],[],0,,False,49833,1959,8674,,None,,,,,,,[],,,, +8748,916376799466024960,916362585221427205,1507316229000.0,2017-10-06 18:57:09,+0000,,@MacTechGenius @Jon4Lakers @solarcity @Tesla Not good. Sounds like some 3rd party installers are taking advantage of Powerwall demand >> supply. Taking action …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/916376799466024960,[],[],0,,False,406,18,20,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'Jon4Lakers', 'name': 'Jon Rettinger', 'id': '15661911'}, {'screen_name': 'solarcity', 'name': 'SolarCity', 'id': '17824922'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8749,916336207935635457,915933896159752193,1507306551000.0,2017-10-06 16:15:51,+0000,,@ismailnathij @stapf @Tesla The internal Tesla Powerwall install team in PR is very small right now. Sending experienced installers from continental US to hire & train local team as fast as possible.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/916336207935635457,[],[],0,,False,1248,93,234,,None,,,,,,,"[{'screen_name': 'ismailnathij', 'name': 'Ismail Nathij Ahmed', 'id': '169654424'}, {'screen_name': 'stapf', 'name': 'Scott Stapf', 'id': '15720918'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8750,916333129928810496,915933896159752193,1507305817000.0,2017-10-06 16:03:37,+0000,,"@ismailnathij @stapf @Tesla Tesla always charges the same price for a Powerwall (only taxes & shipping costs vary), so something is messed up here. I've asked my team to stop shipment to any installers charging excessive premiums.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/916333129928810496,[],[],0,,False,1121,40,147,,None,,,,,,,"[{'screen_name': 'ismailnathij', 'name': 'Ismail Nathij Ahmed', 'id': '169654424'}, {'screen_name': 'stapf', 'name': 'Scott Stapf', 'id': '15720918'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +8751,916319581337133056,916245517604212736,1507302587000.0,2017-10-06 15:09:47,+0000,,"@ricardorossello Sounds good, I look forward to talking later today",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/916319581337133056,[],[],0,,False,8090,214,751,,None,,,,,,,"[{'screen_name': 'ricardorossello', 'name': 'Ricardo Rosselló', 'id': '80013913'}]",,,, +8752,916234148104118272,916099290686205953,1507282218000.0,2017-10-06 09:30:18,+0000,,"@ricardorossello I would be happy to talk. Hopefully, Tesla can be helpful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/916234148104118272,[],[],0,,False,5083,247,1166,,None,,,,,,,"[{'screen_name': 'ricardorossello', 'name': 'Ricardo Rosselló', 'id': '80013913'}]",,,, +8753,916030871232176129,915359755438141440,1507233753000.0,2017-10-05 20:02:33,+0000,,"@RickandMorty Hell yeah, with that crew, we will party like Escobar and Cobain wish they could've partied!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/916030871232176129,[],[],0,,False,11341,272,1802,,None,,,,,,,"[{'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +8754,916018504209383424,915359755438141440,1507230804000.0,2017-10-05 19:13:24,+0000,,@RickandMorty We should definitely get a room ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/916018504209383424,[],[],0,,False,7894,68,813,,None,,,,,,,"[{'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +8755,915990261938786304,915359755438141440,1507224071000.0,2017-10-05 17:21:11,+0000,,"@RickandMorty I know that closet is nice and warm, but it's time you admitted you are one of the creators of the next one. Everyone already knows and we will still love you just as much (almost).",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/915990261938786304,[],[],0,,False,7421,62,615,,None,,,,,,,"[{'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +8756,915988011602423808,915986705169051650,1507223534000.0,2017-10-05 17:12:14,+0000,,@LoganJastremski I'm auditioning to be a roofing spokesmodel in the greater Reno area,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/915988011602423808,[],[],0,,False,5268,142,203,,None,,,,,,,"[{'screen_name': 'LoganJastremski', 'name': 'Logan Jastremski', 'id': '352777551'}]",,,, +8757,915957815197319168,915359755438141440,1507216335000.0,2017-10-05 15:12:15,+0000,,"@RickandMorty The singularity for this level of the simulation is coming soon. I wonder what the levels above us look like. Good chance they are less interesting and deeper levels are better. So far, even our primitive sims are often more entertaining than reality itself.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/915957815197319168,[],[],0,,False,14737,151,2231,,None,,,,,,,"[{'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +8758,915939199718531072,915933896159752193,1507211897000.0,2017-10-05 13:58:17,+0000,,"@stapf The Tesla team has done this for many smaller islands around the world, but there is no scalability limit, so it can be done for Puerto Rico too. Such a decision would be in the hands of the PR govt, PUC, any commercial stakeholders and, most importantly, the people of PR.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,13,https://twitter.com/elonmusk/status/915939199718531072,[],[],0,,False,31103,1139,8875,,None,,,,,,,"[{'screen_name': 'stapf', 'name': 'Scott Stapf', 'id': '15720918'}]",,,, +8759,915831795446190085,915359755438141440,1507186290000.0,2017-10-05 06:51:30,+0000,,@RickandMorty Final episode was disgustingly good,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/915831795446190085,[],[],0,,False,52294,362,8267,,None,,,,,,,"[{'screen_name': 'RickandMorty', 'name': 'Rick and Morty', 'id': '729468343'}]",,,, +8760,915774920541446144,915774920541446144,1507172729000.0,2017-10-05 03:05:29,+0000,,I believe I can fly https://t.co/nMBgPiAUJR,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/915774920541446144,['https://m.youtube.com/watch?v=ba7rRfKIHxU'],[],0,,False,13267,697,2327,,None,,,,,,,[],,,, +8761,915453138051768320,915453138051768320,1507096011000.0,2017-10-04 05:46:51,+0000,,Aiming for two rocket landings in 48 hours this weekend https://t.co/C1CZW2cQgv,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/915453138051768320,['https://www.instagram.com/p/BZzchfKg07f/'],[],0,,False,22340,981,3092,,None,,,,,,,[],,,, +8762,914734726493102082,914615173918343168,1506924728000.0,2017-10-02 06:12:08,+0000,,"@YasserHZain @verge It would need to refill to return, but it could get to Jupiter with low payload",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/914734726493102082,[],[],0,,False,535,35,42,,None,,,,,,,"[{'screen_name': 'YasserHZain', 'name': 'Yasser Zain', 'id': '454705409'}, {'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +8763,914734128427278336,914615173918343168,1506924585000.0,2017-10-02 06:09:45,+0000,,@YasserHZain @verge Homes on Jupiter with solar-power *and* a Powerwall going right now for great price!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/914734128427278336,[],[],0,,False,870,44,82,,None,,,,,,,"[{'screen_name': 'YasserHZain', 'name': 'Yasser Zain', 'id': '454705409'}, {'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +8764,913775198423408640,913649379281534976,1506695959000.0,2017-09-29 14:39:19,+0000,,"@MeltingIce Assuming max acceleration of 2 to 3 g's, but in a comfortable direction. Will feel like a mild to moderate amusement park ride on ascent and then smooth, peaceful & silent in zero gravity for most of the trip until landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/913775198423408640,[],[],0,,False,2167,135,243,,None,,,,,,,"[{'screen_name': 'MeltingIce', 'name': 'Ryan LeFevre', 'id': '642543'}]",,,, +8765,913669661505544194,913669468546650112,1506670797000.0,2017-09-29 07:39:57,+0000,,@bigajm Yup :),und,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/913669661505544194,[],[],0,,False,415,21,15,,None,,,,,,,"[{'screen_name': 'bigajm', 'name': 'andy m', 'id': '25706406'}]",,,, +8766,913658652430671872,913658652430671872,1506668172000.0,2017-09-29 06:56:12,+0000,,Part 2 https://t.co/8Fvu57muhM,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/913658652430671872,['https://www.instagram.com/p/BZnZsxVAA6E/'],[],0,,False,7699,390,2099,,None,,,,,,,[],,,, +8767,913649379281534976,913649379281534976,1506665961000.0,2017-09-29 06:19:21,+0000,,Fly to most places on Earth in under 30 mins and anywhere in under 60. Cost per seat should be… https://t.co/dGYDdGttYd,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/913649379281534976,['https://www.instagram.com/p/BZnVfWxgdLe/'],[],0,,False,36663,2436,13143,,None,,,,,,,[],,,, +8768,913642747197743104,913642747197743104,1506664380000.0,2017-09-29 05:53:00,+0000,,BFR will take you anywhere on Earth in less than 60 mins https://t.co/HWt9BZ1FI9,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/913642747197743104,['https://m.youtube.com/watch?feature=youtu.be&v=zqE-ultsWt0'],[],0,,False,25222,1482,12751,,None,,,,,,,[],,,, +8769,913600101460955141,913600101460955141,1506654212000.0,2017-09-29 03:03:32,+0000,,Mars City Opposite of Earth. Dawn and dusk sky are blue on Mars and day sky is red. https://t.co/XHcZIdgqnb,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/913600101460955141,['https://www.instagram.com/p/BZm_FXPg6YZ/'],[],0,,False,16795,507,3971,,None,,,,,,,[],,,, +8770,913595413546008576,913595413546008576,1506653095000.0,2017-09-29 02:44:55,+0000,,Moon Base Alpha https://t.co/voY8qEW9kl,hi,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/913595413546008576,['https://www.instagram.com/p/BZm88uhg1yN/'],[],0,,False,13368,640,3185,,None,,,,,,,[],,,, +8771,913547943646580737,913547943646580737,1506641777000.0,2017-09-28 23:36:17,+0000,,Will be announcing something really special at today's talk https://t.co/plXTBJY6ia,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/913547943646580737,['https://twitter.com/spacex/status/913402931461873664'],[],0,,False,20006,541,4354,https://twitter.com/spacex/status/913402931461873664,None,,,,,,,[],,,, +8772,913489555663269889,913068748982112256,1506627856000.0,2017-09-28 19:44:16,+0000,,@kevinroose Just another day in the office,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/913489555663269889,[],[],0,,False,6947,117,605,,None,,,,,,,"[{'screen_name': 'kevinroose', 'name': 'Kevin Roose', 'id': '18816166'}]",,,, +8773,913265477073428480,913236450627420162,1506574432000.0,2017-09-28 04:53:52,+0000,,@Fashionista_com @mayemusk Congrats Mom! I love you.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/913265477073428480,[],[],0,,False,9370,115,447,,None,,,,,,,"[{'screen_name': 'Fashionista_com', 'name': 'Fashionista.com', 'id': '15933910'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +8774,912833915475386368,912833915475386368,1506471539000.0,2017-09-27 00:18:59,+0000,,"Prev ideas for paying ~$10B dev cost incl. Kickstarter & collecting underpants, which turned out to be um... less lucrative than expected",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/912833915475386368,[],[],0,,False,10575,595,1000,,None,,,,,,,[],,,, +8775,912829943301754880,912829943301754880,1506470592000.0,2017-09-27 00:03:12,+0000,,Headed to Adelaide soon to describe new BFR planetary colonizer design in detail @IAC2017. This should be worth seeing. Design feels right.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/912829943301754880,[],[],0,,False,9912,414,1521,,None,,,,,,,[],,,, +8776,912649053334265856,912648329409986561,1506427465000.0,2017-09-26 12:04:25,+0000,,"@El_Deano @Daimler @Jalopnik Yes, I did :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/912649053334265856,[],[],0,,False,18371,346,1732,,None,,,,,,,"[{'screen_name': 'El_Deano', 'name': 'Dean Kawamura', 'id': '15887328'}, {'screen_name': 'Daimler', 'name': 'Daimler AG', 'id': '12637732'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}]",,,, +8777,912506866919288833,912506866919288833,1506393565000.0,2017-09-26 02:39:25,+0000,,Good NYT article from several years ago about the value of fiction https://t.co/lVg7T0h7zG,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/912506866919288833,['https://mobile.nytimes.com/2012/03/18/opinion/sunday/the-neuroscience-of-your-brain-on-fiction.html'],[],0,,False,7149,253,1730,,None,,,,,,,[],,,, +8778,912470245318656000,912469761686110209,1506384834000.0,2017-09-26 00:13:54,+0000,,@AdrianZorrillaC Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/912470245318656000,[],[],0,,False,599,18,26,,None,,,,,,,"[{'screen_name': 'AdrianZorrillaC', 'name': 'Zorra', 'id': '3060777967'}]",,,, +8779,912469761686110209,912469761686110209,1506384718000.0,2017-09-26 00:11:58,+0000,,Simulation of how the SpaceX Interplanetary Spaceship and Rocket design would work. Will be… https://t.co/yWYDxtAKQP,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/912469761686110209,['https://www.instagram.com/p/BZdZdSZAtQf/'],[],0,,False,10968,523,2544,,None,,,,,,,[],,,, +8780,912384568790999040,912349809662496768,1506364407000.0,2017-09-25 18:33:27,+0000,,@Daimler Good,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/912384568790999040,[],[],0,,False,6282,180,579,,None,,,,,,,"[{'screen_name': 'Daimler', 'name': 'Daimler AG', 'id': '12637732'}]",,,, +8781,912259150175813633,912259150175813633,1506334505000.0,2017-09-25 10:15:05,+0000,,Major improvements & some unexpected applications to be unveiled on Friday at @IAC2017 in Australia,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/912259150175813633,[],[],0,,False,10175,358,1444,,None,,,,,,,[],,,, +8782,912258562293825541,912258562293825541,1506334364000.0,2017-09-25 10:12:44,+0000,,Presentation of @SpaceX Interplanetary Spaceship & Rocket design from 2016 https://t.co/3b1YWWmmxg,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/912258562293825541,['https://m.youtube.com/watch?feature=youtu.be&v=H7Uyfqi_TE8'],[],0,,False,5953,385,1152,,None,,,,,,,[],,,, +8783,912036765287845888,912030170307022848,1506281484000.0,2017-09-24 19:31:24,+0000,,@USATODAYmoney @NathanBomey That's not a lot of money for a giant like Daimler/Mercedes. Wish they'd do more. Off by a zero.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/912036765287845888,[],[],0,,False,19929,602,2952,,None,,,,,,,"[{'screen_name': 'USATODAYmoney', 'name': 'USA TODAY Money', 'id': '15764136'}, {'screen_name': 'NathanBomey', 'name': 'Nathan Bomey', 'id': '14983095'}]",,,, +8784,910540337935826944,910531254860124160,1505924708000.0,2017-09-20 16:25:08,+0000,,"@Its_Subhamk Don't give up if the cause is important enough, even if you believe you are walking into doom. Good friends really matter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/910540337935826944,[],[],0,,False,16681,249,3731,,None,,,,,,,[],,,, +8785,910180847814197248,910172428000792576,1505838999000.0,2017-09-19 16:36:39,+0000,,"@JimHeaney Absolutely. Moreover, we expect to expand the facility significantly over time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/910180847814197248,[],[],0,,False,1464,67,86,,None,,,,,,,"[{'screen_name': 'JimHeaney', 'name': 'Jim Heaney', 'id': '17769496'}]",,,, +8786,908937508884332544,908924768635768832,1505542564000.0,2017-09-16 06:16:04,+0000,,@Richwsadler Does my hivemind count as me?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/908937508884332544,[],[],0,,False,8867,264,358,,None,,,,,,,"[{'screen_name': 'Richwsadler', 'name': 'Rich Sadler', 'id': '1650356846'}]",,,, +8787,908877302418726912,908867531443625985,1505528209000.0,2017-09-16 02:16:49,+0000,,@Bobby_Gupta Def not ok. Just sent a reminder to Tesla stores that we just want people to look forward to their next visit. That's what really matters.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/908877302418726912,[],[],0,,False,9590,198,374,,None,,,,,,,"[{'screen_name': 'Bobby_Gupta', 'name': 'Bobby Gupta', 'id': '44345482'}]",,,, +8788,908849937848221696,908254079092002816,1505521685000.0,2017-09-16 00:28:05,+0000,,@rishabagrwl2013 In discussions with national govt. Just need a temporary reprieve on local content requirements until we can build a factory in India.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/908849937848221696,[],[],0,,False,574,49,111,,None,,,,,,,"[{'screen_name': 'rishabagrwl2013', 'name': 'Rishab Agarwal', 'id': '3322455607'}]",,,, +8789,908847858509479936,908108029777686528,1505521189000.0,2017-09-16 00:19:49,+0000,,@JayCruicks_ATC What if we just made a mini version of the Tesla Semi?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/908847858509479936,[],[],0,,False,731,109,63,,None,,,,,,,"[{'screen_name': 'JayCruicks_ATC', 'name': 'Jason Cruickshank', 'id': '883590578'}]",,,, +8790,908715328112271360,908705823924219905,1505489591000.0,2017-09-15 15:33:11,+0000,,@bonnienorman Of course :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/908715328112271360,[],[],0,,False,1346,27,29,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +8791,908254739825025025,908254079092002816,1505379779000.0,2017-09-14 09:02:59,+0000,,High res version at https://t.co/YysKftHhoz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/908254739825025025,['https://youtu.be/bvim4rsNHkQ'],[],0,,False,8321,442,2265,,None,,,,,,,[],,,, +8792,908254645809692672,908254079092002816,1505379756000.0,2017-09-14 09:02:36,+0000,,@jovanik21 Most of it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/908254645809692672,[],[],0,,False,999,31,27,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}]",,,, +8793,908254079092002816,908254079092002816,1505379621000.0,2017-09-14 09:00:21,+0000,,"Long road to reusabity of Falcon 9 primary boost stage…When upper stage & fairing also reusable, costs will drop by a factor >100. https://t.co/WyTAQ3T9EP",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/908254079092002816,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/908253922363506688/pu/img/NQu742GkrPjN57Aq.jpg,False,29661,902,8894,,None,,,,,,,[],,,, +8794,908163652661927937,908060962153889792,1505358062000.0,2017-09-14 03:01:02,+0000,,@simcrook @SmileSimplify Actually ... yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/908163652661927937,[],[],0,,False,443,21,21,,None,,,,,,,"[{'screen_name': 'simcrook', 'name': 'Simon Crook', 'id': '17514286'}, {'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +8795,908108029777686528,908108029777686528,1505344800000.0,2017-09-13 23:20:00,+0000,,Tesla Semi truck unveil & test ride tentatively scheduled for Oct 26th in Hawthorne. Worth seeing this beast in person. It's unreal.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/908108029777686528,[],[],0,,False,66135,1736,13519,,None,,,,,,,[],,,, +8796,908073465319587840,908060962153889792,1505336559000.0,2017-09-13 21:02:39,+0000,,@SmileSimplify Promise to be as boring as possible!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/908073465319587840,[],[],0,,False,2215,59,114,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +8797,907483778603294720,907476334825365504,1505195967000.0,2017-09-12 05:59:27,+0000,,@hohocho Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/907483778603294720,[],[],0,,False,3821,129,205,,None,,,,,,,"[{'screen_name': 'hohocho', 'name': 'Jaehwan Cho 조재환', 'id': '31310727'}]",,,, +8798,907407613930827777,896169801277517824,1505177808000.0,2017-09-12 00:56:48,+0000,,@_vinouz_ @Reza_Zadeh Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/907407613930827777,[],[],0,,False,171,13,10,,None,,,,,,,"[{'screen_name': '_vinouz_', 'name': 'vinouz', 'id': '804948996'}, {'screen_name': 'Reza_Zadeh', 'name': 'Reza Zadeh', 'id': '92839676'}]",,,, +8799,906274454946402304,906274454946402304,1504907642000.0,2017-09-08 21:54:02,+0000,,Astronaut spacesuit next to Crew Dragon https://t.co/Csmgx8Nn0t,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/906274454946402304,['https://www.instagram.com/p/BYyvO2WA3Ra/'],[],0,,False,17094,1231,3855,,None,,,,,,,[],,,, +8800,904764676118011905,904754234649853952,1504547683000.0,2017-09-04 17:54:43,+0000,,"@SmileSimplify Fun, exciting tweets coming soon!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/904764676118011905,[],[],0,,False,712,99,46,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +8801,904764437281685504,904754234649853952,1504547626000.0,2017-09-04 17:53:46,+0000,,@SmileSimplify Sorry about that. You're right. I was depressing myself too :(,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/904764437281685504,[],[],0,,False,443,51,20,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +8802,904656511334354948,904633084309422080,1504521894000.0,2017-09-04 10:44:54,+0000,,"@AndrewKemendo Govts don't need to follow normal laws. They will obtain AI developed by companies at gunpoint, if necessary.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/904656511334354948,[],[],0,,False,1985,192,707,,None,,,,,,,"[{'screen_name': 'AndrewKemendo', 'name': 'Andrew Kemendo', 'id': '347146509'}]",,,, +8803,904641970349285376,904633084309422080,1504518427000.0,2017-09-04 09:47:07,+0000,,@ItchGrid Should be low on our list of concerns for civilizational existential risk. NK has no entangling alliances that wd polarize world into war.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904641970349285376,[],[],0,,False,647,48,99,,None,,,,,,,[],,,, +8804,904640183932301312,904633084309422080,1504518001000.0,2017-09-04 09:40:01,+0000,,"@SethicusGP NK launching a nuclear missile would be suicide for their leadership, as SK, US and China wd invade and end the regime immediately",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904640183932301312,[],[],0,,False,1024,70,183,,None,,,,,,,"[{'screen_name': 'SethicusGP', 'name': 'Seth', 'id': '18813606'}]",,,, +8805,904639405440323585,904633084309422080,1504517816000.0,2017-09-04 09:36:56,+0000,,"@JakeBlueatSM May be initiated not by the country leaders, but one of the AI's, if it decides that a prepemptive strike is most probable path to victory",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904639405440323585,[],[],0,,False,5049,520,1427,,None,,,,,,,[],,,, +8806,904638455761612800,904633084309422080,1504517589000.0,2017-09-04 09:33:09,+0000,,"China, Russia, soon all countries w strong computer science. Competition for AI superiority at national level most likely cause of WW3 imo.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904638455761612800,[],[],0,,False,41234,3555,15866,,None,,,,,,,[],,,, +8807,904633522161278977,904612213649940481,1504516413000.0,2017-09-04 09:13:33,+0000,,@WendyWednesday8 Zeroth Law,cy,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904633522161278977,[],[],0,,False,510,31,24,,None,,,,,,,[],,,, +8808,904633084309422080,904633084309422080,1504516309000.0,2017-09-04 09:11:49,+0000,,It begins ... https://t.co/mbjw5hWC5J,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/904633084309422080,['https://twitter.com/verge/status/904628400748421122'],[],0,,False,77033,2249,31354,https://twitter.com/verge/status/904628400748421122,None,,,,,,,[],,,, +8809,903333005527093248,903333005527093248,1504206346000.0,2017-08-31 19:05:46,+0000,,"Putting together SpaceX rocket landing blooper reel. We messed up a lot before it finally worked, but there's some epic explosion footage …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/903333005527093248,[],[],0,,False,39112,1141,4773,,None,,,,,,,[],,,, +8810,903332343108091904,903331026524561408,1504206188000.0,2017-08-31 19:03:08,+0000,,"@GigarothPack Not a bad idea. For sure, it makes sense to test AI for safety in some kind of open world / sandbox virtual world.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/903332343108091904,[],[],0,,False,2152,118,110,,None,,,,,,,[],,,, +8811,903132822700867586,903130932646838272,1504158618000.0,2017-08-31 05:50:18,+0000,,@DMC_Ryan In about six months or so. Linked to dual motor config.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/903132822700867586,[],[],0,,False,1343,69,79,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +8812,903129182397374464,903129182397374464,1504157751000.0,2017-08-31 05:35:51,+0000,,We took the SpaceX/Tesla Hyperloop pusher pod for a spin by itself a few days ago to see what it… https://t.co/4hr1yN37he,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/903129182397374464,['https://www.instagram.com/p/BYckipugds5/'],[],0,,False,17205,364,1963,,None,,,,,,,[],,,, +8813,903120412007047169,902912017333440514,1504155660000.0,2017-08-31 05:01:00,+0000,,@eKanishka @ChaseBlackmon1 @boringcompany Tunnels are sealed to 5 atmospheres of water & gas pressure. Just need walls around the apertures.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/903120412007047169,[],[],0,,False,225,17,15,,None,,,,,,,"[{'screen_name': 'eKanishka', 'name': 'kanishka', 'id': '17523931'}, {'screen_name': 'ChaseBlackmon1', 'name': 'Chase Blackmon', 'id': '2286018061'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +8814,902913054723022850,902912017333440514,1504106222000.0,2017-08-30 15:17:02,+0000,,"@ChaseBlackmon1 @boringcompany Not sure, but probably",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/902913054723022850,[],[],0,,False,2838,123,115,,None,,,,,,,"[{'screen_name': 'ChaseBlackmon1', 'name': 'Chase Blackmon', 'id': '2286018061'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +8815,902912866335956994,902863539739746304,1504106177000.0,2017-08-30 15:16:17,+0000,,@nickg_uk @Model3Owners Feature coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/902912866335956994,[],[],0,,False,643,73,43,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}, {'screen_name': 'Model3Owners', 'name': 'Tesla Owners Online', 'id': '704835627183788032'}]",,,, +8816,902810547384496128,902807552475451392,1504081782000.0,2017-08-30 08:29:42,+0000,,"@AdolfOosthuizen They're so real. Anyone going to that much trouble must really care. I'd gladly follow their commands, but they're so friggin obtuse …",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/902810547384496128,[],[],0,,False,1360,45,102,,None,,,,,,,"[{'screen_name': 'AdolfOosthuizen', 'name': 'Adolf Oosthuizen', 'id': '748057868386050048'}]",,,, +8817,902801948944031744,902798670822768640,1504079732000.0,2017-08-30 07:55:32,+0000,,@GraduateMonkey That's pretty much why we did it,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/902801948944031744,[],[],0,,False,2627,52,119,,None,,,,,,,"[{'screen_name': 'GraduateMonkey', 'name': 'Graduate Monkey', 'id': '1399727953'}]",,,, +8818,902452162625544193,902452162625544193,1503996336000.0,2017-08-29 08:45:36,+0000,,"Worth reading Life 3.0 by @Tegmark. AI will be the best or worst thing ever for humanity, so let’s get it right. https://t.co/lT0uMH3ujZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/902452162625544193,['https://www.amazon.com/Life-3-0-Being-Artificial-Intelligence/dp/1101946598'],[],0,,False,14433,845,3335,,None,,,,,,,[],,,, +8819,902241473311105024,902229375084404736,1503946104000.0,2017-08-28 18:48:24,+0000,,@bryanclark Hyperloop (near) vacuum tube runs parallel to SpaceX on Jack Northrop Blvd. It is 0.8 miles long and just under 6 ft in diameter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/902241473311105024,[],[],0,,False,1574,57,76,,None,,,,,,,"[{'screen_name': 'bryanclark', 'name': 'Bryan Clark', 'id': '14817278'}]",,,, +8820,902206719094169600,901970722343444480,1503937818000.0,2017-08-28 16:30:18,+0000,,"To be clear, a Hyperloop passenger version wouldn't have intense light strobe effect (just for testing), nor uncomfortable acceleration",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/902206719094169600,[],[],0,,False,13111,789,1098,,None,,,,,,,[],,,, +8821,902088566494314496,902039243601485824,1503909648000.0,2017-08-28 08:40:48,+0000,,@ItchGrid Brakes,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/902088566494314496,[],[],0,,False,18284,180,2766,,None,,,,,,,[],,,, +8822,902088347840950274,902063440558268416,1503909596000.0,2017-08-28 08:39:56,+0000,,@newscientist https://t.co/mA8ZgutrbE,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/902088347840950274,['https://m.youtube.com/watch?v=DNkKCFaqib8'],[],0,,False,360,35,39,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +8823,902087339010211840,902087339010211840,1503909356000.0,2017-08-28 08:35:56,+0000,,Will run the SpaceX pusher sled later this week and see what it can do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/902087339010211840,[],[],0,,False,8470,374,683,,None,,,,,,,[],,,, +8824,902086852152254464,902063440558268416,1503909240000.0,2017-08-28 08:34:00,+0000,,"@newscientist Moon base alpha (cheesy show, but I loved it) plus Mars",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/902086852152254464,[],[],0,,False,1441,49,76,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +8825,902078189891026945,902039243601485824,1503907174000.0,2017-08-28 07:59:34,+0000,,"@bfslandinglegs @RichardFPenn @John_Gardi Not that this is remotely equiv to man on the moon, but there is a world of difference between talking about some random idea and doing it",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/902078189891026945,[],[],0,,False,747,17,54,,None,,,,,,,"[{'screen_name': 'RichardFPenn', 'name': 'Richard Penn, SciFi Author 🇨🇦 🇬🇧', 'id': '2377300640'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +8826,902077101334904834,902039243601485824,1503906915000.0,2017-08-28 07:55:15,+0000,,"@bfslandinglegs @RichardFPenn @John_Gardi Actually, no, his architecture was different. Also, thinking of going to the moon and actually going to the moon are not the same thing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/902077101334904834,[],[],0,,False,690,16,28,,None,,,,,,,"[{'screen_name': 'RichardFPenn', 'name': 'Richard Penn, SciFi Author 🇨🇦 🇬🇧', 'id': '2377300640'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +8827,902039243601485824,902039243601485824,1503897889000.0,2017-08-28 05:24:49,+0000,,Hyperloop pod run by team WARR https://t.co/ntaMsoxkZE,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/902039243601485824,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/902039155240165376/pu/img/9zJyo8915xLbXwa_.jpg,False,116766,2986,41855,,None,,,,,,,[],,,, +8828,902036110129250304,902035896727252994,1503897142000.0,2017-08-28 05:12:22,+0000,,"@Excellion @boringcompany @OpenAI The AI could def find us there, but maybe it won't care",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/902036110129250304,[],[],0,,False,288,20,17,,None,,,,,,,"[{'screen_name': 'Excellion', 'name': 'Samson Mow', 'id': '14654494'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'OpenAI', 'name': 'OpenAI', 'id': '4398626122'}]",,,, +8829,902033084115283968,902033084115283968,1503896420000.0,2017-08-28 05:00:20,+0000,,A Model S in The Boring Company tunnel being dug under Los Angeles (starting in Hawthorne) https://t.co/tQVD5KkIvb,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/902033084115283968,['https://www.instagram.com/p/BYUeGjmAh8N/'],[],0,,False,6305,272,873,,None,,,,,,,[],,,, +8830,902005089300242432,901970722343444480,1503889746000.0,2017-08-28 03:09:06,+0000,,"@PiPrefer Yes, it is",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/902005089300242432,[],[],0,,False,407,16,10,,None,,,,,,,"[{'screen_name': 'PiPrefer', 'name': 'iPreferPi', 'id': '2342519370'}]",,,, +8831,901984719444688896,901970722343444480,1503884889000.0,2017-08-28 01:48:09,+0000,,@JRoque250 @Freewill404 @cbotnyse A tiny one,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/901984719444688896,[],[],0,,False,346,13,9,,None,,,,,,,"[{'screen_name': 'JRoque250', 'name': 'JR', 'id': '175597669'}, {'screen_name': 'cbotnyse', 'name': 'myname', 'id': '66827445'}]",,,, +8832,901984394264494080,901970722343444480,1503884812000.0,2017-08-28 01:46:52,+0000,,"Btw, high accel only needed because tube is short. For passenger transport, this can be spread over 20+ miles, so no spilt drinks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/901984394264494080,[],[],0,,False,10813,351,756,,None,,,,,,,[],,,, +8833,901975117797851137,901970722343444480,1503882600000.0,2017-08-28 01:10:00,+0000,,"@Freewill404 @cbotnyse No such thing as true vacuum, so actually yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/901975117797851137,[],[],0,,False,315,7,10,,None,,,,,,,"[{'screen_name': 'cbotnyse', 'name': 'myname', 'id': '66827445'}]",,,, +8834,901970991332564992,901970722343444480,1503881616000.0,2017-08-28 00:53:36,+0000,,@cbotnyse Call it ~800mph,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/901970991332564992,[],[],0,,False,686,35,40,,None,,,,,,,"[{'screen_name': 'cbotnyse', 'name': 'myname', 'id': '66827445'}]",,,, +8835,901970722343444480,901970722343444480,1503881552000.0,2017-08-28 00:52:32,+0000,,"Might be possible to go supersonic in our test Hyperloop tube, even though it's only 0.8 miles long. Very high accel/decel needed …",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/901970722343444480,[],[],0,,False,21678,1345,2654,,None,,,,,,,[],,,, +8836,901965739745148929,901965739745148929,1503880364000.0,2017-08-28 00:32:44,+0000,,"Congratulations to WARR team from Tech Univ Munich for winning 2nd @Hyperloop competition! Peak speed of 324 km/h, which is over 200 mph!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/901965739745148929,[],[],0,,False,8748,184,1412,,None,,,,,,,[],,,, +8837,901930363118747650,901930363118747650,1503871930000.0,2017-08-27 22:12:10,+0000,,Just arrived at the @Hyperloop competition final. Student teams have amazing talent!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/901930363118747650,[],[],0,,False,9697,168,719,,None,,,,,,,[],,,, +8838,901929826918981636,901928985457598464,1503871802000.0,2017-08-27 22:10:02,+0000,,@OfficeOfOMAR @HyperloopOne I hope they and any others trying to advance transport technology succeed,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/901929826918981636,[],[],0,,False,641,12,27,,None,,,,,,,[],,,, +8839,901904930071609345,901886266303627264,1503865866000.0,2017-08-27 20:31:06,+0000,,"@SmileSimplify @Vita_Berlin @c12olivas Exactly. Wouldn't let anyone invest more than a token amount in early rounds of SpaceX and Tesla, as the probability of failure was >90%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/901904930071609345,[],[],0,,False,285,15,19,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'Vita_Berlin', 'name': 'Vita', 'id': '1362914581'}]",,,, +8840,901904354126520321,901904354126520321,1503865729000.0,2017-08-27 20:28:49,+0000,, https://t.co/IypZm9FdQk,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/901904354126520321,['https://amp.theguardian.com/environment/climate-consensus-97-per-cent/2017/aug/07/fossil-fuel-subsidies-are-a-staggering-5-tn-per-year'],[],0,,False,8399,372,3988,,None,,,,,,,[],,,, +8841,901903526061907969,901902181690900482,1503865531000.0,2017-08-27 20:25:31,+0000,,"@SU3UR3ANLegend Sorry! Coming next year, along with completing the Trans-Canada Highway and interconnecting US, Mexico and Central America.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/901903526061907969,[],[],0,,False,2605,73,176,,None,,,,,,,"[{'screen_name': 'SU3UR3ANLegend', 'name': 'Suburban Legend', 'id': '197525583'}]",,,, +8842,901902674853068802,901886266303627264,1503865328000.0,2017-08-27 20:22:08,+0000,,"@bobbyblackstock @c12olivas Funny thing is, whenever I suggest all companies go to zero incentives, room gets very quiet. That's because others get a lot more than us.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/901902674853068802,[],[],0,,False,478,10,57,,None,,,,,,,"[{'screen_name': 'bobbyblackstock', 'name': 'Bobby Blackstock', 'id': '19913296'}]",,,, +8843,901902181657448448,901886266303627264,1503865211000.0,2017-08-27 20:20:11,+0000,,@bobbyblackstock @c12olivas Literally zero incentive laws were put into place by my companies. Zero. Others put them in place. Happy to go to zero incentives for all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/901902181657448448,[],[],0,,False,395,5,36,,None,,,,,,,"[{'screen_name': 'bobbyblackstock', 'name': 'Bobby Blackstock', 'id': '19913296'}]",,,, +8844,901889875867205632,901886266303627264,1503862277000.0,2017-08-27 19:31:17,+0000,,@c12olivas I'm not an investor. Just believe in putting money into my own companies. Don't think the OPM approach is right.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/901889875867205632,[],[],0,,False,2620,60,186,,None,,,,,,,[],,,, +8845,901887665662025728,901869411233140737,1503861750000.0,2017-08-27 19:22:30,+0000,,"@SmileSimplify @beboutside @Hyperloop @SpaceX @paradigm_hype @swissloop The latter. There are pretty long gaps between each team run, so livestream is not the way to go.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/901887665662025728,[],[],0,,False,251,15,8,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'Hyperloop', 'name': 'Hyperloop', 'id': '1654188770'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'paradigm_hype', 'name': 'Paradigm Hyperloop', 'id': '838099062217900035'}, {'screen_name': 'swissloop', 'name': 'Swissloop', 'id': '809742336435568640'}]",,,, +8846,901875780556226560,901875780556226560,1503858916000.0,2017-08-27 18:35:16,+0000,,"From last year, but still my favorite video of the Falcon 9 rocket booster returning from space… https://t.co/b935pdz2Xi",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/901875780556226560,['https://www.instagram.com/p/BYTrSaHgS-Z/'],[],0,,False,7773,444,1417,,None,,,,,,,[],,,, +8847,901871305124864000,901869411233140737,1503857849000.0,2017-08-27 18:17:29,+0000,,@beboutside @Hyperloop @SpaceX @paradigm_hype @swissloop SpaceX and The Boring Company are running the Hyperloop competition,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/901871305124864000,[],[],0,,False,364,16,25,,None,,,,,,,"[{'screen_name': 'Hyperloop', 'name': 'Hyperloop', 'id': '1654188770'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'paradigm_hype', 'name': 'Paradigm Hyperloop', 'id': '838099062217900035'}, {'screen_name': 'swissloop', 'name': 'Swissloop', 'id': '809742336435568640'}]",,,, +8848,901238166237069313,901235573683343361,1503706897000.0,2017-08-26 00:21:37,+0000,,"@Techmeme Tesla does not really have ""TTunes"". That's a joke.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/901238166237069313,[],[],0,,False,1040,60,99,,None,,,,,,,"[{'screen_name': 'Techmeme', 'name': 'Techmeme', 'id': '817386'}]",,,, +8849,901236337281454081,900480374597222401,1503706461000.0,2017-08-26 00:14:21,+0000,,"@kateconger Will be hanging with my little chum, Gary, on Sunday",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/901236337281454081,[],[],0,,False,1052,36,28,,None,,,,,,,"[{'screen_name': 'kateconger', 'name': 'o...k', 'id': '316154811'}]",,,, +8850,901162747865333760,901152582214721537,1503688916000.0,2017-08-25 19:21:56,+0000,,@RolfeWinkler @julieverhage Let me check on that for you. Found the answer right here: 🔥💩,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/901162747865333760,[],[],0,,False,470,36,63,,None,,,,,,,"[{'screen_name': 'RolfeWinkler', 'name': 'Rolfe Winkler', 'id': '19219421'}, {'screen_name': 'julieverhage', 'name': 'Julie VerHage-Greenberg', 'id': '21570308'}]",,,, +8851,901162339663175680,901152582214721537,1503688819000.0,2017-08-25 19:20:19,+0000,,@alexeheath @RolfeWinkler @julieverhage It was misinterpreted by Rolfe at WSJ as a fundraising effort. Neuralink is not seeking investors.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/901162339663175680,[],[],0,,False,217,14,15,,None,,,,,,,"[{'screen_name': 'alexeheath', 'name': 'Alex Heath', 'id': '14752818'}, {'screen_name': 'RolfeWinkler', 'name': 'Rolfe Winkler', 'id': '19219421'}, {'screen_name': 'julieverhage', 'name': 'Julie VerHage-Greenberg', 'id': '21570308'}]",,,, +8852,901161712950272000,901147342073712640,1503688669000.0,2017-08-25 19:17:49,+0000,,@berlinhedgehog @jmackin2 WSJ has been laboriously negative for over a decade. I'm surprised they haven't bored their readers to death by now.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/901161712950272000,[],[],0,,False,408,32,61,,None,,,,,,,"[{'screen_name': 'BerlinHedgehog', 'name': 'MaSSterSSkin', 'id': '1071672099037736960'}, {'screen_name': 'jmackin2', 'name': 'James Mackintosh', 'id': '36058478'}]",,,, +8853,901160950564216832,901152582214721537,1503688488000.0,2017-08-25 19:14:48,+0000,,@RolfeWinkler @julieverhage Neuralink is not raising money,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/901160950564216832,[],[],0,,False,258,24,29,,None,,,,,,,"[{'screen_name': 'RolfeWinkler', 'name': 'Rolfe Winkler', 'id': '19219421'}, {'screen_name': 'julieverhage', 'name': 'Julie VerHage-Greenberg', 'id': '21570308'}]",,,, +8854,900994666660626432,900947535358967808,1503648842000.0,2017-08-25 08:14:02,+0000,,"Max recovered booster velocity was Mach 7.9 (BulgarianSat). Energy is velocity squared, so this is a bigger difference than it appears",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/900994666660626432,[],[],0,,False,6086,293,501,,None,,,,,,,[],,,, +8855,900958153533042689,900947535358967808,1503640137000.0,2017-08-25 05:48:57,+0000,,"Max velocity: Mach 6.9 Max altitude: 247 km Highest so far, but velocity matters much more",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900958153533042689,[],[],0,,False,8748,221,827,,None,,,,,,,[],,,, +8856,900954066292924417,900947535358967808,1503639162000.0,2017-08-25 05:32:42,+0000,,@rupertdance @VoltzCoreAudio Probably 2m or so,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900954066292924417,[],[],0,,False,317,10,10,,None,,,,,,,"[{'screen_name': 'rupertdance', 'name': 'Rupert Dance', 'id': '61927525'}, {'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}]",,,, +8857,900953175594639360,900947535358967808,1503638950000.0,2017-08-25 05:29:10,+0000,,@VoltzCoreAudio Exactly. Yeah.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900953175594639360,[],[],0,,False,420,10,13,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}]",,,, +8858,900952880118603777,900947535358967808,1503638880000.0,2017-08-25 05:28:00,+0000,,@sroalf Intentionally? Yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900952880118603777,[],[],0,,False,266,12,7,,None,,,,,,,"[{'screen_name': 'sroalf', 'name': 'Stephen Roalf', 'id': '703835155'}]",,,, +8859,900952521560121350,900947535358967808,1503638794000.0,2017-08-25 05:26:34,+0000,,@HarshilShah1910 It is approximately the size of a carrot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900952521560121350,[],[],0,,False,892,34,64,,None,,,,,,,"[{'screen_name': 'HarshilShah1910', 'name': 'Harshil Shah', 'id': '917419079215996929'}]",,,, +8860,900951975671373824,900947535358967808,1503638664000.0,2017-08-25 05:24:24,+0000,,Touchdown: Vertical Velocity (m/s): -1.47 Lateral Velocity (m/s): -0.15 Tilt (deg): 0.40 ​ Lateral position: 0.7m from target center,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900951975671373824,[],[],0,,False,12593,395,1298,,None,,,,,,,[],,,, +8861,900947535358967808,900947535358967808,1503637605000.0,2017-08-25 05:06:45,+0000,,Falcon 9 boost stage on droneship Just Read the Instructions https://t.co/fZTPmwsnOz,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/900947535358967808,[],['https://pbs.twimg.com/media/DIDPABEUAAEr21w.jpg'],1,https://pbs.twimg.com/media/DIDPABEUAAEr21w.jpg,False,28349,709,3987,,None,,,,,,,[],,,, +8862,900466867659198464,900466867659198464,1503523005000.0,2017-08-23 21:16:45,+0000,,"A midnight amendment, followed by a vigorously opposed subpoena. Someone has been naughty … https://t.co/RJeiNJngGt",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/900466867659198464,['https://cleantechnica.com/2017/08/22/tesla-wins-battle-war-michigan/'],[],0,,False,9174,578,1483,,None,,,,,,,[],,,, +8863,900461716617674752,900363626841812992,1503521777000.0,2017-08-23 20:56:17,+0000,,@vorbildgroup I played those games :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/900461716617674752,[],[],0,,False,1146,32,87,,None,,,,,,,"[{'screen_name': 'vorbildgroup', 'name': 'VORBILD Architecture', 'id': '579900535'}]",,,, +8864,900429498838994944,900415241158262784,1503514096000.0,2017-08-23 18:48:16,+0000,,"@DiscoverMag That's a SpaceX engineer in there, not me",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/900429498838994944,[],[],0,,False,7136,218,383,,None,,,,,,,"[{'screen_name': 'DiscoverMag', 'name': 'Discover Magazine', 'id': '23962323'}]",,,, +8865,900413265313792000,900413265313792000,1503510225000.0,2017-08-23 17:43:45,+0000,,New Model X SUV now faster than a $500k Lamborghini https://t.co/J23AKNMnmV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/900413265313792000,['https://twitter.com/dragtimes/status/899112325457874944'],[],0,,False,32678,1137,8762,https://twitter.com/dragtimes/status/899112325457874944,None,,,,,,,[],,,, +8866,900376843210981378,900376105927888896,1503501542000.0,2017-08-23 15:19:02,+0000,,"@KonstDubbed Yeah. It's kinda disgusting, but my boys and I love it :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/900376843210981378,[],[],0,,False,10497,105,1147,,None,,,,,,,"[{'screen_name': 'KonstDubbed', 'name': 'Jeff Dible Corn', 'id': '1128433794'}]",,,, +8867,900363626841812992,900363626841812992,1503498391000.0,2017-08-23 14:26:31,+0000,,First picture of SpaceX spacesuit. More in days to follow. Worth noting that this actually works… https://t.co/5ZtqkKiTQX,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/900363626841812992,['https://www.instagram.com/p/BYIPmEFAIIn/'],[],0,,False,30781,1218,9709,,None,,,,,,,[],,,, +8868,899923514576084992,899916632830525440,1503393460000.0,2017-08-22 09:17:40,+0000,,"@BlueRhythmics I would say that @TheOnion is the greatest publication in the history of all conscious beings, living or dead",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/899923514576084992,[],[],0,,False,1209,55,160,,None,,,,,,,[],,,, +8869,899917256372633600,899916632830525440,1503391968000.0,2017-08-22 08:52:48,+0000,,"@ricky_errera I'm not the CEO of Ball Mason Jars. Also, not judging …",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/899917256372633600,[],[],0,,False,462,21,15,,None,,,,,,,"[{'screen_name': 'ricky_errera', 'name': 'Ricky', 'id': '3237799637'}]",,,, +8870,899916632830525440,899916632830525440,1503391819000.0,2017-08-22 08:50:19,+0000,,Was at a friend's party this weekend and drank wine from a mason jar https://t.co/eMs7MbNJep,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/899916632830525440,['http://www.theonion.com/blogpost/were-going-to-enjoy-this-cocaine-fueled-mason-jar--36779'],[],0,,False,4433,662,571,,None,,,,,,,[],,,, +8871,899872164106481664,899726662236987392,1503381217000.0,2017-08-22 05:53:37,+0000,,@brijwaasi I can't hide the truth any more …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/899872164106481664,[],[],0,,False,31765,450,5059,,None,,,,,,,"[{'screen_name': 'brijwaasi', 'name': 'JA', 'id': '175845536'}]",,,, +8872,899701180674187265,899682569951760384,1503340451000.0,2017-08-21 18:34:11,+0000,,@theafterpipe Yes :),und,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/899701180674187265,[],[],0,,False,1553,24,53,,None,,,,,,,"[{'screen_name': 'theafterpipe', 'name': 'Jonathan Ingersoll', 'id': '448324057'}]",,,, +8873,899682569951760384,899682569951760384,1503336014000.0,2017-08-21 17:20:14,+0000,,Watching eclipse with sunglasses on through the Model S glass roof. Wow!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/899682569951760384,[],[],0,,False,39464,1254,3803,,None,,,,,,,[],,,, +8874,899490321431764992,899490321431764992,1503290179000.0,2017-08-21 04:36:19,+0000,,SpaceX rocket factory as seen from space https://t.co/JNsvMsNvQX,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/899490321431764992,['https://www.instagram.com/p/BYCjs0bgmNl/'],[],0,,False,8729,370,1077,,None,,,,,,,[],,,, +8875,899224620510830592,899222042385436672,1503226830000.0,2017-08-20 11:00:30,+0000,,"@geerinckx1989 Yeah, but not a priority right now",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,11,https://twitter.com/elonmusk/status/899224620510830592,[],[],0,,False,2050,60,53,,None,,,,,,,[],,,, +8876,899215699389759488,899194095620567040,1503224704000.0,2017-08-20 10:25:04,+0000,,@SeeDecentral @technology I'm not coming for anything. Just digging some tunnels and might draw a vacuum on some of them.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/899215699389759488,[],[],0,,False,392,26,24,,None,,,,,,,"[{'screen_name': 'technology', 'name': 'Bloomberg Technology', 'id': '21272440'}]",,,, +8877,899215300901519360,899213615852552192,1503224609000.0,2017-08-20 10:23:29,+0000,,"@dfchil We are going to move all info and settings to the ""cloud"" (aka server) so any Tesla you drive in the world automatically adjusts to you",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/899215300901519360,[],[],0,,False,7529,230,899,,None,,,,,,,"[{'screen_name': 'dfchil', 'name': 'Daniel Fairchild', 'id': '440377942'}]",,,, +8878,899075756508065793,899075756508065793,1503191339000.0,2017-08-20 01:08:59,+0000,,Pics of SpaceX spacesuit developed for NASA commercial crew program coming out next week. Undergoing ocean landing mobility/safety tests.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/899075756508065793,[],[],0,,False,27385,607,3717,,None,,,,,,,[],,,, +8879,899018076867272704,898995993529638912,1503177587000.0,2017-08-19 21:19:47,+0000,,@mbianchi @andrewket Totally agree. This was a foolish oversight.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/899018076867272704,[],[],0,,False,282,18,6,,None,,,,,,,"[{'screen_name': 'mbianchi', 'name': 'Mr. PloW®', 'id': '16442770'}, {'screen_name': 'andrewket', 'name': 'Andrew Doane', 'id': '14207320'}]",,,, +8880,899017770787979265,899016560265883648,1503177514000.0,2017-08-19 21:18:34,+0000,,@WillFealey At some point. Features are prioritized by importance * number of owners likely to benefit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/899017770787979265,[],[],0,,False,807,35,30,,None,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗🚀', 'id': '18762152'}]",,,, +8881,899017475366412288,899016934532034561,1503177443000.0,2017-08-19 21:17:23,+0000,,@Dem0ney Yeah. That's been on the future feature list for a while. Need to make sure rain sensor doesn't false positive or drain battery.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/899017475366412288,[],[],0,,False,3440,115,137,,None,,,,,,,"[{'screen_name': 'Dem0ney', 'name': 'Derrick Schwartz', 'id': '36919644'}]",,,, +8882,899015841160679424,898707974541250560,1503177054000.0,2017-08-19 21:10:54,+0000,,@_jeffreyr @ThePhoenixFlare @Cupen_Ames @pjfranks1509 Will prob do something like that,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/899015841160679424,[],[],0,,False,166,7,4,,None,,,,,,,"[{'screen_name': '_jeffreyr', 'name': 'JeffreyR', 'id': '48472949'}, {'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}, {'screen_name': 'Cupen_Ames', 'name': 'Freddy Cupen-Ames (He/Him/His/El)', 'id': '2787081445'}, {'screen_name': 'pjfranks1509', 'name': 'Paul Franks', 'id': '117420493'}]",,,, +8883,899003841001037824,898707974541250560,1503174193000.0,2017-08-19 20:23:13,+0000,,@RanRinBC @Cupen_Ames @pjfranks1509 Problem is possible impact on curbs or ground objects with the car itself or door swing arc,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/899003841001037824,[],[],0,,False,172,8,7,,None,,,,,,,"[{'screen_name': 'RanRinBC', 'name': 'Randy Rinaldo 🦅', 'id': '313145702'}, {'screen_name': 'Cupen_Ames', 'name': 'Freddy Cupen-Ames (He/Him/His/El)', 'id': '2787081445'}, {'screen_name': 'pjfranks1509', 'name': 'Paul Franks', 'id': '117420493'}]",,,, +8884,898997621158690816,898995993529638912,1503172710000.0,2017-08-19 19:58:30,+0000,,"@andrewket Will do. Also, we need to make it a lot easier to adjust the headrest.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/898997621158690816,[],[],0,,False,2017,67,43,,None,,,,,,,"[{'screen_name': 'andrewket', 'name': 'Andrew Doane', 'id': '14207320'}]",,,, +8885,898782234701737984,898707974541250560,1503121357000.0,2017-08-19 05:42:37,+0000,,"@Cupen_Ames @pjfranks1509 Yeah, it should probably automatically adjust to the user config of whoever is closest to a given door when the handle is touched",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/898782234701737984,[],[],0,,False,403,45,27,,None,,,,,,,"[{'screen_name': 'Cupen_Ames', 'name': 'Freddy Cupen-Ames (He/Him/His/El)', 'id': '2787081445'}, {'screen_name': 'pjfranks1509', 'name': 'Paul Franks', 'id': '117420493'}]",,,, +8886,898713949125787650,898707974541250560,1503105077000.0,2017-08-19 01:11:17,+0000,,@pjfranks1509 Good point. We will add that to all cars in one of the upcoming software releases.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/898713949125787650,[],[],0,,False,8465,266,436,,None,,,,,,,"[{'screen_name': 'pjfranks1509', 'name': 'Paul Franks', 'id': '117420493'}]",,,, +8887,898659784307515392,898650010757152768,1503092163000.0,2017-08-18 21:36:03,+0000,,@robcrawford08 I love Kermit,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/898659784307515392,[],[],0,,False,24638,174,2860,,None,,,,,,,[],,,, +8888,898523896952922113,898521820764135426,1503059765000.0,2017-08-18 12:36:05,+0000,,"But you can check it out on @9GAGTweets. Btw, this isn't a video, like cliff diving or fake rocket landings, that matters if it's reversed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/898523896952922113,[],[],0,,False,2137,138,138,,None,,,,,,,[],,,, +8889,898522857847652353,898521820764135426,1503059517000.0,2017-08-18 12:31:57,+0000,,Wigs me out too much. Deleting ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/898522857847652353,[],[],0,,False,2140,203,113,,None,,,,,,,[],,,, +8890,897234747025313793,897233474792284162,1502752408000.0,2017-08-14 23:13:28,+0000,,"@PatricknLA @ericgarcetti Yes, just that the permitting process is slow",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/897234747025313793,[],[],0,,False,573,36,28,,None,,,,,,,"[{'screen_name': 'PatricknLA', 'name': 'Patrick Terrill', 'id': '120277096'}, {'screen_name': 'ericgarcetti', 'name': 'Eric Garcetti', 'id': '17358750'}]",,,, +8891,897234526945988608,897232757629173760,1502752355000.0,2017-08-14 23:12:35,+0000,,@Schmidtlaxer I want one too!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/897234526945988608,[],[],0,,False,755,52,27,,None,,,,,,,[],,,, +8892,897232757629173760,897232757629173760,1502751933000.0,2017-08-14 23:05:33,+0000,,"Tesla Powerwalls can support houses of any size, but the cool thing is we can tow this house around with a Model X! https://t.co/MmQl8BPetY",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/897232757629173760,['https://twitter.com/electrekco/status/896912532031590401'],[],0,,False,21041,1094,4136,https://twitter.com/electrekco/status/896912532031590401,None,,,,,,,[],,,, +8893,897223001631899648,897209593612218368,1502749607000.0,2017-08-14 22:26:47,+0000,,"@neddesmond @SpaceX The danger is def high for South Korea, due to proximity, but much less for distant targets like the US. SK anti-missile tech is excellent.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/897223001631899648,[],[],0,,False,359,23,32,,None,,,,,,,"[{'screen_name': 'neddesmond', 'name': 'Ned Desmond', 'id': '14929531'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +8894,897221108704751616,897209593612218368,1502749156000.0,2017-08-14 22:19:16,+0000,,"@neddesmond @SpaceX We certainly could, but, while not suggesting complacency, I'm confident that the US DoD and intelligence orgs have this covered",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/897221108704751616,[],[],0,,False,2585,59,162,,None,,,,,,,"[{'screen_name': 'neddesmond', 'name': 'Ned Desmond', 'id': '14929531'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +8895,897142164731199488,897142164731199488,1502730334000.0,2017-08-14 17:05:34,+0000,,12th mission of our Dragon robotic space freighter in support of the @NASA @Space_Station https://t.co/vlGbGLgBcR,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/897142164731199488,['https://twitter.com/spacex/status/897133836441534464'],[],0,,False,13426,519,1971,https://twitter.com/spacex/status/897133836441534464,None,,,,,,,[],,,, +8896,896762461574938625,896762461574938625,1502639806000.0,2017-08-13 15:56:46,+0000,,First draft animation of the Falcon Heavy three core launch. FH is twice the thrust of the next… https://t.co/vgZxF6ugoh,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/896762461574938625,['https://www.instagram.com/p/BXXiVWFgphb/'],[],0,,False,8786,724,1772,,None,,,,,,,[],,,, +8897,896227859596955648,896166762361704450,1502512347000.0,2017-08-12 04:32:27,+0000,,@Beryllium9 @jasontoff For sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/896227859596955648,[],[],0,,False,453,30,18,,None,,,,,,,"[{'screen_name': 'Beryllium9', 'name': 'Kevin Boyd', 'id': '18713086'}, {'screen_name': 'jasontoff', 'name': 'Jason Toff', 'id': '6562172'}]",,,, +8898,896226285831077888,896169801277517824,1502511972000.0,2017-08-12 04:26:12,+0000,,@Reza_Zadeh Biggest impediment to recognizing AI danger are those so convinced of their own intelligence they can't imagine anyone doing what they can't,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/896226285831077888,[],[],0,,False,2179,118,436,,None,,,,,,,"[{'screen_name': 'Reza_Zadeh', 'name': 'Reza Zadeh', 'id': '92839676'}]",,,, +8899,896216646670471168,896163163581825025,1502509674000.0,2017-08-12 03:47:54,+0000,,Would like to express our appreciation to Microsoft for use of their Azure cloud computing platform. This required massive processing power.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/896216646670471168,[],[],0,,False,18001,290,3863,,None,,,,,,,[],,,, +8900,896200592388784128,896200592388784128,1502505846000.0,2017-08-12 02:44:06,+0000,,OpenAI + Dota 2 https://t.co/hdyFSMMB0z,in,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/896200592388784128,['https://youtu.be/l92J1UvHf6M'],[],0,,False,11955,368,3904,,None,,,,,,,[],,,, +8901,896171308706287616,896169801277517824,1502498864000.0,2017-08-12 00:47:44,+0000,,@VeryVandy It is far too complex for that. Requires a team of the world's best AI researchers with massive computing resources.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/896171308706287616,[],[],0,,False,1783,144,165,,None,,,,,,,"[{'screen_name': 'VeryVandy', 'name': 'VeryVandy', 'id': '395432970'}]",,,, +8902,896169801277517824,896169801277517824,1502498505000.0,2017-08-12 00:41:45,+0000,,"Nobody likes being regulated, but everything (cars, planes, food, drugs, etc) that's a danger to the public is regulated. AI should be too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/896169801277517824,[],[],0,,False,67453,2278,18429,,None,,,,,,,[],,,, +8903,896167360624590848,896166762361704450,1502497923000.0,2017-08-12 00:32:03,+0000,,"@iainthomson I sure hope so, but we can't take that for granted",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/896167360624590848,[],[],0,,False,365,26,8,,None,,,,,,,"[{'screen_name': 'iainthomson', 'name': 'Iain Thomson', 'id': '19570007'}]",,,, +8904,896166762361704450,896166762361704450,1502497780000.0,2017-08-12 00:29:40,+0000,,"If you're not concerned about AI safety, you should be. Vastly more risk than North Korea. https://t.co/2z0tiid0lc",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/896166762361704450,[],['https://pbs.twimg.com/media/DG_S6a2UwAAVzKD.jpg'],1,https://pbs.twimg.com/media/DG_S6a2UwAAVzKD.jpg,False,33624,2045,11562,,None,,,,,,,[],,,, +8905,896163163581825025,896163163581825025,1502496922000.0,2017-08-12 00:15:22,+0000,,OpenAI first ever to defeat world's best players in competitive eSports. Vastly more complex than traditional board games like chess & Go.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/896163163581825025,[],[],0,,False,34839,946,9807,,None,,,,,,,[],,,, +8906,895878249389072386,895318232369840128,1502428993000.0,2017-08-11 05:23:13,+0000,,@SmileSimplify @VatsalSngh @businessinsider Coming soon ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/895878249389072386,[],[],0,,False,312,31,7,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'VatsalSngh', 'name': 'Vatsal Singh', 'id': '122852307'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +8907,895872939286872068,895871776256794624,1502427727000.0,2017-08-11 05:02:07,+0000,,@mayemusk Hi Mom!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/895872939286872068,[],[],0,,False,10121,149,572,,None,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +8908,895867074517516289,895318232369840128,1502426329000.0,2017-08-11 04:38:49,+0000,,@maralkalajian @businessinsider A level 9 orc illusionist and dressmaker,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/895867074517516289,[],[],0,,False,1117,37,87,,None,,,,,,,"[{'screen_name': 'maralkalajian', 'name': 'Maral', 'id': '17392609'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +8909,895866249669820418,895857329027076096,1502426132000.0,2017-08-11 04:35:32,+0000,,@TIME This is about as true as TIME being a paragon of great journalism. Please spend at least 8 seconds checking your facts.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/895866249669820418,[],[],0,,False,28398,619,4621,,None,,,,,,,"[{'screen_name': 'TIME', 'name': 'TIME', 'id': '14293310'}]",,,, +8910,895865506602692609,895318232369840128,1502425955000.0,2017-08-11 04:32:35,+0000,,@businessinsider Just because I have the outfit and the awesome weapons doesn't make me a ninja. That requires years of training.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/895865506602692609,[],[],0,,False,1063,56,153,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +8911,895864765980958721,895318232369840128,1502425779000.0,2017-08-11 04:29:39,+0000,,@VatsalSngh @businessinsider There are dozens of bogus or half-true anecdotes don't really matter & maybe 5 to 10 that do. Guess I could post for those interested.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/895864765980958721,[],[],0,,False,454,45,14,,None,,,,,,,"[{'screen_name': 'VatsalSngh', 'name': 'Vatsal Singh', 'id': '122852307'}, {'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +8912,895838512544702465,895318232369840128,1502419519000.0,2017-08-11 02:45:19,+0000,,"@businessinsider One other I'd like to correct from the biography: I never said I was a samurai. Said I was ninja. No, that's a joke. Didn't say that either.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/895838512544702465,[],[],0,,False,4912,139,435,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +8913,895837913707163648,895318232369840128,1502419377000.0,2017-08-11 02:42:57,+0000,,"@businessinsider MB was given 52 weeks of salary & stock in appreciation for her great contribution & left to join a small firm, once again as a generalist",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/895837913707163648,[],[],0,,False,1358,41,169,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +8914,895836885427335168,895318232369840128,1502419131000.0,2017-08-11 02:38:51,+0000,,"@businessinsider Mary Beth was an amazing assistant for over 10 yrs, but as company complexity grew, the role required several specialists vs one generalist",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/895836885427335168,[],[],0,,False,992,24,122,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +8915,895835433363439616,895318232369840128,1502418785000.0,2017-08-11 02:33:05,+0000,,"@businessinsider Of all the bogus anecdotes, this one troubles me the most. Ashlee never actually ran this story by me or my assistant. It is total nonsense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/895835433363439616,[],[],0,,False,911,56,121,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +8916,895834554245709824,895318232369840128,1502418576000.0,2017-08-11 02:29:36,+0000,,"@businessinsider Ashlee Vance's biography is mostly correct, but also rife with errors & never independently fact-checked, despite my request that he do so",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/895834554245709824,[],[],0,,False,2720,124,278,,None,,,,,,,"[{'screen_name': 'BusinessInsider', 'name': 'Business Insider', 'id': '20562637'}]",,,, +8917,895512698145976320,895495113153142785,1502341839000.0,2017-08-10 05:10:39,+0000,,@LWRGI Major increases in the Supercharger and Tesla urban charger network happening over the next several months,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/895512698145976320,[],[],0,,False,3659,159,286,,None,,,,,,,"[{'screen_name': 'LWRGI', 'name': 'Tonantzin Matheus', 'id': '260811147'}]",,,, +8918,894346282642354178,894346282642354178,1502063744000.0,2017-08-06 23:55:44,+0000,,First draft animation of the Falcon Heavy three core launch. FH is twice the thrust of the next… https://t.co/vgZxF6LRMR,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/894346282642354178,['https://www.instagram.com/p/BXXiVWFgphb/'],[],0,,False,12000,907,2711,,None,,,,,,,[],,,, +8919,894323936413929472,894307568209846272,1502058416000.0,2017-08-06 22:26:56,+0000,,@AmirNoir I agree. Working on it ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/894323936413929472,[],[],0,,False,2127,209,84,,None,,,,,,,"[{'screen_name': 'AmirNoir', 'name': 'AmirNoir', 'id': '50981303'}]",,,, +8920,893995253392326656,893993947881652224,1501980052000.0,2017-08-06 00:40:52,+0000,,@AwarenessReef @lexiheft @Domenick_Y @bonnienorman It's only a matter of time,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893995253392326656,[],[],0,,False,346,21,15,,None,,,,,,,"[{'screen_name': 'AwarenessReef', 'name': 'Spoooooky Coral Reef', 'id': '789461048021614593'}, {'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'Domenick_Y', 'name': 'Domenick', 'id': '14847096'}, {'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +8921,893995091399856128,893994655582498816,1501980014000.0,2017-08-06 00:40:14,+0000,,@Belakorr y,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893995091399856128,[],[],0,,False,3969,151,255,,None,,,,,,,"[{'screen_name': 'Belakorr', 'name': 'Daniel López', 'id': '300123389'}]",,,, +8922,893993947881652224,893993947881652224,1501979741000.0,2017-08-06 00:35:41,+0000,,"True, although the changemyview subreddit is least likely to be clicked on by people who really should change their view https://t.co/DlVgSc3ZJJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893993947881652224,['https://twitter.com/lexiheft/status/893987512359714816'],[],0,,False,6749,305,765,https://twitter.com/lexiheft/status/893987512359714816,None,,,,,,,[],,,, +8923,893988268655525888,893988268655525888,1501978387000.0,2017-08-06 00:13:07,+0000,,"Arguments, followed, of course, by complaints https://t.co/DOOWMGy8p8",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893988268655525888,['https://m.youtube.com/watch?v=wxrbOVeRonQ'],[],0,,False,4271,207,641,,None,,,,,,,[],,,, +8924,893985648402497536,893984998419685376,1501977762000.0,2017-08-06 00:02:42,+0000,,@iDedupe Are you complaining that we are not complaining enough?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893985648402497536,[],[],0,,False,2156,63,92,,None,,,,,,,"[{'screen_name': 'iDedupe', 'name': 'Andy Wilson', 'id': '442357615'}]",,,, +8925,893985049569185792,893981677437018113,1501977619000.0,2017-08-06 00:00:19,+0000,,@Domenick_Y @bonnienorman And let's not forget the forum on which we are posting… I've heard - now this is just a rumor - that people say mean things on Twitter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/893985049569185792,[],[],0,,False,884,22,66,,None,,,,,,,"[{'screen_name': 'Domenick_Y', 'name': 'Domenick', 'id': '14847096'}, {'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +8926,893983388729618433,893983105895280641,1501977223000.0,2017-08-05 23:53:43,+0000,,@TomDines Like I said ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/893983388729618433,[],[],0,,False,1009,23,16,,None,,,,,,,"[{'screen_name': 'TomDines', 'name': 'Tom Dines', 'id': '334322570'}]",,,, +8927,893982616692465664,893981677437018113,1501977039000.0,2017-08-05 23:50:39,+0000,,@bonnienorman It gets really dark,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/893982616692465664,[],[],0,,False,339,8,10,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +8928,893982228857761794,893981677437018113,1501976947000.0,2017-08-05 23:49:07,+0000,,"@WaywardPlane True, there are frequent complaint expansion packs",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/893982228857761794,[],[],0,,False,656,8,21,,None,,,,,,,"[{'screen_name': 'WaywardPlane', 'name': 'Wayward Plane ✈️', 'id': '822254523112714240'}]",,,, +8929,893981677437018113,893981677437018113,1501976815000.0,2017-08-05 23:46:55,+0000,,Except for complaining. That has remained constant throughout history at 100/100. https://t.co/dQFlVLkO21,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/893981677437018113,['https://twitter.com/sama/status/892079862097166336'],[],0,,False,31232,552,9755,https://twitter.com/sama/status/892079862097166336,None,,,,,,,[],,,, +8930,893920554821931008,893920554821931008,1501962243000.0,2017-08-05 19:44:03,+0000,,Officially verified as the first production electric car to exceed 1000km on a single charge! Congratulations Tesla Owners Italia!! https://t.co/r8fFZIFEP2,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/893920554821931008,['https://twitter.com/teslaownersit/status/893255144447643648'],[],0,,False,48602,896,13427,https://twitter.com/teslaownersit/status/893255144447643648,None,,,,,,,[],,,, +8931,893416227967717376,893384806381346816,1501842002000.0,2017-08-04 10:20:02,+0000,,@GuardianSustBiz I guess a proof of concept is needed,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/893416227967717376,[],[],0,,False,9523,330,678,,None,,,,,,,"[{'screen_name': 'GuardianSustBiz', 'name': 'Jeremy Leslie', 'id': '1149181990945599488'}]",,,, +8932,893176500005908482,893176500005908482,1501784846000.0,2017-08-03 18:27:26,+0000,,Looking forward to launching @NASA astronauts to the International Space Station next year! https://t.co/qoLtTEP4L8,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/893176500005908482,['http://www.popularmechanics.com/space/a27453/spacex-boeing-launch-astronauts-next-year/'],[],0,,False,26589,656,5804,,None,,,,,,,[],,,, +8933,892881718201401344,892879594944159746,1501714565000.0,2017-08-02 22:56:05,+0000,,@RSorokanich @RoadandTrack Sorry about that. You certainly should have been. Will get you guys in a car right away.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/892881718201401344,[],[],0,,False,2409,79,71,,None,,,,,,,"[{'screen_name': 'RSorokanich', 'name': 'Bob Sorokanich', 'id': '273759672'}, {'screen_name': 'RoadandTrack', 'name': 'Road & Track', 'id': '21200953'}]",,,, +8934,892818841738158080,892811651824533504,1501699574000.0,2017-08-02 18:46:14,+0000,,"@jdlien No, must brake safely to a halt",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/892818841738158080,[],[],0,,False,398,26,12,,None,,,,,,,"[{'screen_name': 'jdlien', 'name': 'JD Lien', 'id': '21677454'}]",,,, +8935,892811651824533504,892811651824533504,1501697860000.0,2017-08-02 18:17:40,+0000,,SpaceX student Hyperloop top speed competition coming up soon! https://t.co/R7FAPf6HLB,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/892811651824533504,['https://twitter.com/hyperloop/status/892805772488388612'],[],0,,False,13825,331,2370,https://twitter.com/hyperloop/status/892805772488388612,None,,,,,,,[],,,, +8936,892545286748258305,892545286748258305,1501634353000.0,2017-08-02 00:39:13,+0000,,We poured our heart into the car. Hope you love it. https://t.co/DZOgQUfENo,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/892545286748258305,['https://twitter.com/futurism/status/892422861150760965'],[],0,,False,32358,1133,5090,https://twitter.com/futurism/status/892422861150760965,None,,,,,,,[],,,, +8937,892216736497319936,892216736497319936,1501556021000.0,2017-08-01 02:53:41,+0000,,Sure hope so https://t.co/VJclNI3I2F,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/892216736497319936,['https://twitter.com/popmech/status/892038155041476608'],[],0,,False,21936,502,2805,https://twitter.com/popmech/status/892038155041476608,None,,,,,,,[],,,, +8938,892083176897626113,892075323466149891,1501524178000.0,2017-07-31 18:02:58,+0000,,@FoxNews Batteries!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/892083176897626113,[],[],0,,False,8997,196,617,,None,,,,,,,"[{'screen_name': 'FoxNews', 'name': 'Fox News', 'id': '1367531'}]",,,, +8939,892049271511330816,892049271511330816,1501516094000.0,2017-07-31 15:48:14,+0000,,"Thoughtful Model 3 review by @tsrandall, one of the most insightful journalists https://t.co/cuIKJ9NglN",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/892049271511330816,['https://www.bloomberg.com/news/articles/2017-07-31/driving-tesla-s-model-3-changes-everything'],[],0,,False,9826,424,2507,,None,,,,,,,[],,,, +8940,891925017461575680,891881869712773121,1501486469000.0,2017-07-31 07:34:29,+0000,,"@SmileSimplify @notshahzeb @verge There are several dozen ship names in the Culture series, but I liked those best",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/891925017461575680,[],[],0,,False,1015,44,35,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'notshahzeb', 'name': 's \U0001f93f', 'id': '1541423550'}, {'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +8941,891911665821786112,891881869712773121,1501483286000.0,2017-07-31 06:41:26,+0000,,@verge Umm ... https://t.co/bjJ0lNYK35,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/891911665821786112,[],['https://pbs.twimg.com/media/DGC07V3UwAAMwhR.jpg'],1,https://pbs.twimg.com/media/DGC07V3UwAAMwhR.jpg,False,45445,662,6728,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +8942,891737934553989120,891704985603284992,1501441865000.0,2017-07-30 19:11:05,+0000,,"@skynetcomputer Yeah, it's better than a Model 3. We can put a lot more in a car at a higher price.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/891737934553989120,[],[],0,,False,416,62,22,,None,,,,,,,"[{'screen_name': 'skynetcomputer', 'name': 'Simon Chow', 'id': '70453104'}]",,,, +8943,891719659514245121,891708616574685185,1501437508000.0,2017-07-30 17:58:28,+0000,,"@robertgaal @EricDiepeveen I'm sure there are better answers than what I do, which is just take the pain and make sure you really care about what you're doing",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891719659514245121,[],[],0,,False,2024,147,317,,None,,,,,,,"[{'screen_name': 'robertgaal', 'name': 'Robert Gaal', 'id': '1274561'}, {'screen_name': 'EricDiepeveen', 'name': 'Eric Diepeveen', 'id': '19741420'}]",,,, +8944,891715134132936704,891708616574685185,1501436429000.0,2017-07-30 17:40:29,+0000,,"@iFahadUddin @EricDiepeveen If you buy a ticket to hell, it isn't fair to blame hell ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891715134132936704,[],[],0,,False,1032,69,333,,None,,,,,,,"[{'screen_name': 'EricDiepeveen', 'name': 'Eric Diepeveen', 'id': '19741420'}]",,,, +8945,891714878494261249,891708616574685185,1501436368000.0,2017-07-30 17:39:28,+0000,,"@iFahadUddin @EricDiepeveen Maybe not medically tho. Dunno. Bad feelings correlate to bad events, so maybe real problem is getting carried away in what I sign up for.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891714878494261249,[],[],0,,False,1215,107,85,,None,,,,,,,"[{'screen_name': 'EricDiepeveen', 'name': 'Eric Diepeveen', 'id': '19741420'}]",,,, +8946,891713104786083841,891708616574685185,1501435946000.0,2017-07-30 17:32:26,+0000,,@iFahadUddin @EricDiepeveen Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891713104786083841,[],[],0,,False,670,38,30,,None,,,,,,,"[{'screen_name': 'EricDiepeveen', 'name': 'Eric Diepeveen', 'id': '19741420'}]",,,, +8947,891710778205626368,891708616574685185,1501435391000.0,2017-07-30 17:23:11,+0000,,"@EricDiepeveen The reality is great highs, terrible lows and unrelenting stress. Don't think people want to hear about the last two.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891710778205626368,[],[],0,,False,22153,819,5448,,None,,,,,,,"[{'screen_name': 'EricDiepeveen', 'name': 'Eric Diepeveen', 'id': '19741420'}]",,,, +8948,891708792110317568,891704985603284992,1501434917000.0,2017-07-30 17:15:17,+0000,,@cunarders Model 3 uses two intersecting planes of air for vertical control & lateral fins hidden within the dashboard for horizontal control,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891708792110317568,[],[],0,,False,923,34,100,,None,,,,,,,"[{'screen_name': 'cunarders', 'name': 'Follow @visitwithrich instead', 'id': '2479714500'}]",,,, +8949,891704985603284992,891704985603284992,1501434010000.0,2017-07-30 17:00:10,+0000,,Model 3 Interior https://t.co/fihY06dJLw,ca,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/891704985603284992,['https://www.instagram.com/p/BXLaVSkAJsk/'],[],0,,False,12642,848,2320,,None,,,,,,,[],,,, +8950,891546920232943617,891545607617294336,1501396324000.0,2017-07-30 06:32:04,+0000,,@NigeBe Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/891546920232943617,[],[],0,,False,1844,66,46,,None,,,,,,,"[{'screen_name': 'NigeBe', 'name': 'Nigel Brookes', 'id': '387049565'}]",,,, +8951,891543170160353283,891445236689387520,1501395430000.0,2017-07-30 06:17:10,+0000,,@DMC_Ryan Probably middle of next year. Focus now is on getting out of Model 3 production hell. More versions = deeper in hell.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/891543170160353283,[],[],0,,False,5649,153,326,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +8952,891441883179753472,891439017279062016,1501371281000.0,2017-07-29 23:34:41,+0000,,@antplaysdrums Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/891441883179753472,[],[],0,,False,2876,68,121,,None,,,,,,,"[{'screen_name': 'antplaysdrums', 'name': 'anthony devecka', 'id': '75114782'}]",,,, +8953,891337229162790912,715729313249632257,1501346330000.0,2017-07-29 16:38:50,+0000,,@Oatmeal Sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/891337229162790912,[],[],0,,False,754,39,38,,None,,,,,,,"[{'screen_name': 'Oatmeal', 'name': 'The Oatmeal', 'id': '4519121'}]",,,, +8954,891113180360880128,891108125842878464,1501292912000.0,2017-07-29 01:48:32,+0000,,"@TeslaOwnerClub Watched them personally to make sure & I agree with the outcome. Wouldn't have judged differently. Amazing videos all, but @MKBHD was best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891113180360880128,[],[],0,,False,4200,42,267,,None,,,,,,,[],,,, +8955,891108671828013056,891108671828013056,1501291838000.0,2017-07-29 01:30:38,+0000,,Couldn't believe how incredibly inspiring and creative they were!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891108671828013056,[],[],0,,False,10379,269,649,,None,,,,,,,[],,,, +8956,891108125842878464,891108125842878464,1501291707000.0,2017-07-29 01:28:27,+0000,,First! https://t.co/OXNEgDnhku,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891108125842878464,['https://twitter.com/teslamotors/status/890291870298849280'],[],0,,False,19398,419,2736,https://twitter.com/teslamotors/status/890291870298849280,None,,,,,,,[],,,, +8957,891108035665338369,891108035665338369,1501291686000.0,2017-07-29 01:28:06,+0000,,Second https://t.co/BTVNSZhC9z,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891108035665338369,['https://twitter.com/teslamotors/status/890292180853465088'],[],0,,False,5152,91,644,https://twitter.com/teslamotors/status/890292180853465088,None,,,,,,,[],,,, +8958,891107966367158272,891107966367158272,1501291669000.0,2017-07-29 01:27:49,+0000,,Third https://t.co/JAcuaLWTQY,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891107966367158272,['https://twitter.com/teslamotors/status/890292323145228288'],[],0,,False,4166,93,503,https://twitter.com/teslamotors/status/890292323145228288,None,,,,,,,[],,,, +8959,891107800901853184,891107800901853184,1501291630000.0,2017-07-29 01:27:10,+0000,,Project Loveday winners ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/891107800901853184,[],[],0,,False,4607,140,324,,None,,,,,,,[],,,, +8960,890830152124563457,890830152124563457,1501225433000.0,2017-07-28 07:03:53,+0000,,Setting up for Model 3 handover tomorrow night ... https://t.co/gcnZ5jTjyR,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/890830152124563457,['https://www.instagram.com/p/BXE4eKIg7_D/'],[],0,,False,10747,475,1597,,None,,,,,,,[],,,, +8961,890810366615146496,890765027032039429,1501220716000.0,2017-07-28 05:45:16,+0000,,@Cardoso @Cosmic_Penguin @caradocp If we're lucky,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/890810366615146496,[],[],0,,False,651,38,27,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}, {'screen_name': 'Cosmic_Penguin', 'name': 'Cosmic Penguin', 'id': '571042857'}, {'screen_name': 'caradocp', 'name': '💧Giles Pritchard', 'id': '36643358'}]",,,, +8962,890810308326940672,890765027032039429,1501220702000.0,2017-07-28 05:45:02,+0000,,"@Cardoso @Cosmic_Penguin @caradocp Sides run high thrust, center is lower thrust until sides separate & fly back. Center then throttles up, keeps burning & lands on droneship.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/890810308326940672,[],[],0,,False,528,26,56,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}, {'screen_name': 'Cosmic_Penguin', 'name': 'Cosmic Penguin', 'id': '571042857'}, {'screen_name': 'caradocp', 'name': '💧Giles Pritchard', 'id': '36643358'}]",,,, +8963,890774088104370176,890765027032039429,1501212067000.0,2017-07-28 03:21:07,+0000,,@caradocp Side booster rockets return to Cape Canaveral. Center lands on droneship.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/890774088104370176,[],[],0,,False,919,39,136,,None,,,,,,,"[{'screen_name': 'caradocp', 'name': '💧Giles Pritchard', 'id': '36643358'}]",,,, +8964,890765027032039429,890765027032039429,1501209906000.0,2017-07-28 02:45:06,+0000,,Falcon Heavy maiden launch this November https://t.co/D4Dxq9d6hc,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/890765027032039429,['https://www.instagram.com/p/BXEkGKlgJDK/'],[],0,,False,14118,659,3266,,None,,,,,,,[],,,, +8965,890676198874824706,890676078661967874,1501188728000.0,2017-07-27 20:52:08,+0000,,@mathetes76 Tesla team will verify,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/890676198874824706,[],[],0,,False,894,27,19,,None,,,,,,,"[{'screen_name': 'mathetes76', 'name': 'Jennifer', 'id': '397636567'}]",,,, +8966,890096103135358982,890096103135358982,1501050422000.0,2017-07-26 06:27:02,+0000,,Testing The Boring Company car elevator https://t.co/zZkFz6ATGY,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/890096103135358982,['https://www.instagram.com/p/BW_-mlYAMrs/'],[],0,,False,15009,724,3065,,None,,,,,,,[],,,, +8967,890048598611599360,890048598611599360,1501039096000.0,2017-07-26 03:18:16,+0000,,Love this Tesla P100D drag racing video https://t.co/rxTTFOn8mp,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/890048598611599360,['https://m.youtube.com/watch?v=ARzujfRiQ3c&feature=youtu.be'],[],0,,False,13624,604,2922,,None,,,,,,,[],,,, +8968,889751762944512002,889743281516564480,1500968325000.0,2017-07-25 07:38:45,+0000,,@lars_0 @dcunni @SVbizjournal Movie on the subject coming soon...,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/889751762944512002,[],[],0,,False,3264,146,310,,None,,,,,,,"[{'screen_name': 'lars_0', 'name': 'Lars Osborne', 'id': '146493679'}, {'screen_name': 'dcunni', 'name': 'Darren Cunningham', 'id': '14837691'}, {'screen_name': 'svbizjournal', 'name': 'Silicon Valley Business Journal', 'id': '17625154'}]",,,, +8969,889749519021121536,889749519021121536,1500967790000.0,2017-07-25 07:29:50,+0000,,"Tim's piece on AI is excellent, but we actually face a double exponential rate of improvement. AI hardware & software are both exponential. https://t.co/hSfNU8zxDu",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/889749519021121536,['https://twitter.com/john_blue9/status/889747464055513088'],[],0,,False,7248,363,1849,https://twitter.com/john_blue9/status/889747464055513088,None,,,,,,,[],,,, +8970,889743782387761152,889743281516564480,1500966423000.0,2017-07-25 07:07:03,+0000,,@dcunni @SVbizjournal I've talked to Mark about this. His understanding of the subject is limited.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/889743782387761152,[],[],0,,False,32295,1127,7973,,None,,,,,,,"[{'screen_name': 'dcunni', 'name': 'Darren Cunningham', 'id': '14837691'}, {'screen_name': 'svbizjournal', 'name': 'Silicon Valley Business Journal', 'id': '17625154'}]",,,, +8971,889743207684218880,889736220116254721,1500966285000.0,2017-07-25 07:04:45,+0000,,@maralkalajian A book of the most beautiful classic cars given to me on my 18th birthday on a farm in Saskatchewan. Van Gogh's Starry Night.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/889743207684218880,[],[],0,,False,729,28,47,,None,,,,,,,"[{'screen_name': 'maralkalajian', 'name': 'Maral', 'id': '17392609'}]",,,, +8972,889737700382605312,889736220116254721,1500964972000.0,2017-07-25 06:42:52,+0000,,@NickHOrford $US price in $AUD plus import duties and sales tax,fr,[],"['us', 'aud']",44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/889737700382605312,[],[],0,,False,267,31,13,,None,,,,,,,"[{'screen_name': 'NickHOrford', 'name': 'Nicholas Orford', 'id': '234604572'}]",,,, +8973,889736942564253696,889734144317698048,1500964792000.0,2017-07-25 06:39:52,+0000,,@RyanBiddle603 @SpaceX We can't have too many direct shareholders or we're required to become a public co. Will check if possible through a feeder fund though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/889736942564253696,[],[],0,,False,2241,108,112,,None,,,,,,,"[{'screen_name': 'RyanBiddle603', 'name': 'rbiddle', 'id': '2725737273'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +8974,889736220116254721,889736220116254721,1500964620000.0,2017-07-25 06:37:00,+0000,,Often comes as a surprise when people learn that 80% of my time is on engineering/design and just 20% on other stuff https://t.co/T9yLcg9owU,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/889736220116254721,['https://www.inc.com/ayse-birsel/why-elon-musk-spends-80-percent-of-his-time-on-thi.html'],[],0,,False,17016,639,3590,,None,,,,,,,[],,,, +8975,888813713800785923,887819619813044224,1500744677000.0,2017-07-22 17:31:17,+0000,,@VoltzCoreAudio @andygen21 @Teslarati A 9m diameter vehicle fits in our existing factories ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/888813713800785923,[],[],0,,False,611,51,76,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '2989135748'}, {'screen_name': 'andygen21', 'name': 'Andrew Fontaine', 'id': '373162933'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +8976,888555494763241472,887819619813044224,1500683113000.0,2017-07-22 00:25:13,+0000,,"@andygen21 @Teslarati Yes, I postponed publishing in order to present the updated interplanetary rocket & spaceship design in Adelaide. Will be on the final day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/888555494763241472,[],[],0,,False,610,31,69,,None,,,,,,,"[{'screen_name': 'andygen21', 'name': 'Andrew Fontaine', 'id': '373162933'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +8977,888541666122113024,888541666122113024,1500679816000.0,2017-07-21 23:30:16,+0000,,Discussing physics of tunnels with Mayor Vargas (who has a physics background). Hawthorne support for The Boring Company much appreciated. https://t.co/UAOCildbnT,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/888541666122113024,['https://twitter.com/sandymazza/status/888511194553737216'],[],0,,False,17021,610,2523,https://twitter.com/sandymazza/status/888511194553737216,None,,,,,,,[],,,, +8978,888506295157960704,888245682175320065,1500671383000.0,2017-07-21 21:09:43,+0000,,@kglickstein @LeeannTweeden Kinda have to :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/888506295157960704,[],[],0,,False,218,9,11,,None,,,,,,,"[{'screen_name': 'kglickstein', 'name': 'kenny gee', 'id': '264441894'}, {'screen_name': 'LeeannTweeden', 'name': 'Leeann Tweeden', 'id': '129017224'}]",,,, +8979,888506080837468160,888053175155949572,1500671331000.0,2017-07-21 21:08:51,+0000,,@DrChrisVieira LA-SF-Reno/Sparks would be great. Tesla logistics costs for Sparks-Fremont (batteries & motors) and Fremont-LA (finished cars) are gigantic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/888506080837468160,[],[],0,,False,361,34,33,,None,,,,,,,"[{'screen_name': 'DrChrisVieira', 'name': 'Christopher Vieira', 'id': '1737997758'}]",,,, +8980,888365784153694208,888053175155949572,1500637882000.0,2017-07-21 11:51:22,+0000,,"@libbycwatson Verbal approval was at Federal level. Still a lot of work before formal, written approval, but this opens door for state & city discussions.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,11,https://twitter.com/elonmusk/status/888365784153694208,[],[],0,,False,550,59,73,,None,,,,,,,"[{'screen_name': 'libbycwatson', 'name': 'libby watson', 'id': '26579715'}]",,,, +8981,888230081289695232,888053175155949572,1500605528000.0,2017-07-21 02:52:08,+0000,,@JosephThuney Adding Boston and Providence would be the natural extension of the line,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/888230081289695232,[],[],0,,False,623,39,85,,None,,,,,,,"[{'screen_name': 'JosephThuney', 'name': 'Joseph Thuney', 'id': '322286131'}]",,,, +8982,888141008252407808,888053175155949572,1500584291000.0,2017-07-20 20:58:11,+0000,,"@mariom An underground Hyperloop would mean no disruption above ground and be way faster, so I think it is he right way to go",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/888141008252407808,[],[],0,,False,692,48,84,,None,,,,,,,"[{'screen_name': 'mariom', 'name': 'Mario🔸💙', 'id': '708813'}]",,,, +8983,888137602108448771,888053175155949572,1500583479000.0,2017-07-20 20:44:39,+0000,,@ejohnson99 City of Chicago already approached us about doing a high speed tunnel from O'Hare to downtown. They've been great.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/888137602108448771,[],[],0,,False,2543,80,267,,None,,,,,,,"[{'screen_name': 'ejohnson99', 'name': 'Erik Johnson', 'id': '1529121115'}]",,,, +8984,888136631672340480,888053175155949572,1500583248000.0,2017-07-20 20:40:48,+0000,,"If you want this to happen fast, please let your local & federal elected representatives know. Makes a big difference if they hear from you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/888136631672340480,[],[],0,,False,18147,1185,2823,,None,,,,,,,[],,,, +8985,888077452265771008,888053175155949572,1500569138000.0,2017-07-20 16:45:38,+0000,,"Still a lot of work needed to receive formal approval, but am optimistic that will occur rapidly",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/888077452265771008,[],[],0,,False,12475,513,1200,,None,,,,,,,[],,,, +8986,888059982586839041,888053175155949572,1500564973000.0,2017-07-20 15:36:13,+0000,,@curiousworlds For sure. First set of tunnels are to alleviate greater LA urban congestion. Will start NY-DC in parallel. Then prob LA-SF and a TX loop.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/888059982586839041,[],[],0,,False,3218,294,582,,None,,,,,,,"[{'screen_name': 'curiousworlds', 'name': 'rebecca', 'id': '274635431'}]",,,, +8987,888058745153912837,888053175155949572,1500564678000.0,2017-07-20 15:31:18,+0000,,@DaveLeeBBC Support would be much appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/888058745153912837,[],[],0,,False,2922,85,163,,None,,,,,,,[],,,, +8988,888053729919877120,888053175155949572,1500563483000.0,2017-07-20 15:11:23,+0000,,"City center to city center in each case, with up to a dozen or more entry/exit elevators in each city",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/888053729919877120,[],[],0,,False,18489,653,2916,,None,,,,,,,[],,,, +8989,888053175155949572,888053175155949572,1500563350000.0,2017-07-20 15:09:10,+0000,,Just received verbal govt approval for The Boring Company to build an underground NY-Phil-Balt-DC Hyperloop. NY-DC in 29 mins.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/888053175155949572,[],[],0,,False,180551,6320,62662,,None,,,,,,,[],,,, +8990,887782904360816640,887762477454315520,1500498913000.0,2017-07-19 21:15:13,+0000,,"@jeff_foust Plan is to do powered landings on Mars for sure, but with a vastly bigger ship",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/887782904360816640,[],[],0,,False,3700,153,476,,None,,,,,,,"[{'screen_name': 'jeff_foust', 'name': 'Jeff Foust', 'id': '6374602'}]",,,, +8991,887039239837241344,887039148749664256,1500321609000.0,2017-07-17 20:00:09,+0000,,@DellyBeck y,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/887039239837241344,[],[],0,,False,234,39,16,,None,,,,,,,"[{'screen_name': 'DellyBeck', 'name': 'Darren Beckford', 'id': '1551260352'}]",,,, +8992,887038247376834560,886682315447042048,1500321373000.0,2017-07-17 19:56:13,+0000,,"@aylaberan True. Need to explain full story of Tesla. So much nonsense out there, amplified by propaganda from some in fossil fuels & confused shorts.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/887038247376834560,[],[],0,,False,383,36,46,,None,,,,,,,[],,,, +8993,887035171542753281,886682315447042048,1500320639000.0,2017-07-17 19:43:59,+0000,,@FredericLambert @ka_choo_choo @ElectrekCo Not attacking Electrek. Just making sure people don't have the wrong impression.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/887035171542753281,[],[],0,,False,299,12,19,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +8994,887029378290298880,886682315447042048,1500319258000.0,2017-07-17 19:20:58,+0000,,@ElectrekCo Not true. Email from customer. https://t.co/4P3QO7EMLW,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/887029378290298880,[],['https://pbs.twimg.com/media/DE9cg5PUIAA1qyt.jpg'],1,https://pbs.twimg.com/media/DE9cg5PUIAA1qyt.jpg,False,5953,99,751,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}]",,,, +8995,887027300042104832,887027300042104832,1500318763000.0,2017-07-17 19:12:43,+0000,,"I should clarify: Tesla stock is obviously high based on past & present, but low if you believe in Tesla's future. Place bets accordingly … https://t.co/4zbc6vqZSZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/887027300042104832,['https://twitter.com/mktsinsider/status/886976812626128897'],[],0,,False,21094,907,4079,https://twitter.com/mktsinsider/status/886976812626128897,None,,,,,,,[],,,, +8996,887012021232820225,886988275407126532,1500315120000.0,2017-07-17 18:12:00,+0000,,"@yeematt @noooooomad Yeah, otherwise hard to find them",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/887012021232820225,[],[],0,,False,189,8,6,,None,,,,,,,"[{'screen_name': 'yeematt', 'name': 'Matt', 'id': '15065201'}, {'screen_name': 'noooooomad', 'name': '0773h', 'id': '441084523'}]",,,, +8997,886329304036126720,885776126148083712,1500152347000.0,2017-07-15 20:59:07,+0000,,@ZsoltBarta42 y,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/886329304036126720,[],[],0,,False,250,32,13,,None,,,,,,,"[{'screen_name': 'ZsoltBarta42', 'name': 'Zsolt Barta', 'id': '790621852804710400'}]",,,, +8998,886019702736039936,885776126148083712,1500078533000.0,2017-07-15 00:28:53,+0000,,"@fcingolani It is true, so fine by me",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/886019702736039936,[],[],0,,False,1234,21,37,,None,,,,,,,"[{'screen_name': 'fcingolani', 'name': 'Federico Cingolani', 'id': '14479105'}]",,,, +8999,886011377357160452,886008331235676160,1500076548000.0,2017-07-14 23:55:48,+0000,,"@monster_bo1 Small thing (very small), but I made it this way for those who care and understand. Source and appearance are the same.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/886011377357160452,[],[],0,,False,4342,125,312,,None,,,,,,,[],,,, +9000,885921115435974657,885921115435974657,1500055028000.0,2017-07-14 17:57:08,+0000,,It's what you don't say,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/885921115435974657,[],[],0,,False,32406,1244,12192,,None,,,,,,,[],,,, +9001,885916571549351941,885776126148083712,1500053944000.0,2017-07-14 17:39:04,+0000,,@GoDaddy I do have one question. What does GoDaddy mean?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/885916571549351941,[],[],0,,False,1214,57,256,,None,,,,,,,"[{'screen_name': 'GoDaddy', 'name': 'GoDaddy', 'id': '14949454'}]",,,, +9002,885888274119540737,885776126148083712,1500047198000.0,2017-07-14 15:46:38,+0000,,@fcingolani Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/885888274119540737,[],[],0,,False,1147,19,26,,None,,,,,,,"[{'screen_name': 'fcingolani', 'name': 'Federico Cingolani', 'id': '14479105'}]",,,, +9003,885886076631433216,885776126148083712,1500046674000.0,2017-07-14 15:37:54,+0000,,Fixed. Now it's good.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/885886076631433216,[],[],0,,False,7493,922,554,,None,,,,,,,[],,,, +9004,885884897381896193,885776126148083712,1500046393000.0,2017-07-14 15:33:13,+0000,,@franticnews Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/885884897381896193,[],[],0,,False,903,13,45,,None,,,,,,,"[{'screen_name': 'franticnews', 'name': 'Stan Schroeder', 'id': '817462'}]",,,, +9005,885780183088680961,885776126148083712,1500021427000.0,2017-07-14 08:37:07,+0000,,@BenedictEvans @stevesi Stay tuned,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/885780183088680961,[],[],0,,False,697,23,24,,None,,,,,,,"[{'screen_name': 'benedictevans', 'name': 'Benedict Evans', 'id': '1236101'}, {'screen_name': 'stevesi', 'name': 'Steven Sinofsky', 'id': '13418072'}]",,,, +9006,885779237038424064,885776126148083712,1500021201000.0,2017-07-14 08:33:21,+0000,,@stevesi I told you it was verbose. Better tomorrow :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/885779237038424064,[],[],0,,False,1318,39,28,,None,,,,,,,"[{'screen_name': 'stevesi', 'name': 'Steven Sinofsky', 'id': '13418072'}]",,,, +9007,885776126148083712,885776126148083712,1500020460000.0,2017-07-14 08:21:00,+0000,,"Excited to announce the launch of https://t.co/J6TuRWIQAA! It's a little verbose right now, but that will be fixed tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/885776126148083712,['http://x.com'],[],0,,False,24828,2062,5162,,None,,,,,,,[],,,, +9008,885748008410730496,885626807122251776,1500013756000.0,2017-07-14 06:29:16,+0000,,@echo_rm @Kiwi_Manu Just checked and yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/885748008410730496,[],[],0,,False,190,14,7,,None,,,,,,,"[{'screen_name': 'echo_rm', 'name': 'Robert Massaioli', 'id': '4837456518'}, {'screen_name': 'Kiwi_Manu', 'name': 'Ma Nu', 'id': '4725233431'}]",,,, +9009,885742017006845952,885616714473287680,1500012327000.0,2017-07-14 06:05:27,+0000,,"@AuerSusan @valleyhack True. Also, Ariane primary bay can deliver slightly heavier satellites than Falcon 9. Falcon Heavy is needed ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/885742017006845952,[],[],0,,False,199,12,15,,None,,,,,,,"[{'screen_name': 'AuerSusan', 'name': 'Susanne Auer 🇪🇺', 'id': '782847487'}, {'screen_name': 'ValleyHack', 'name': 'Jose Eduardo', 'id': '1336794735005081600'}]",,,, +9010,885738536292327424,885616714473287680,1500011497000.0,2017-07-14 05:51:37,+0000,,@Oskaiper @valleyhack Commercially procured launches means launches that were openly competed. SpaceX is not allowed to compete for many US and non-US launches.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/885738536292327424,[],[],0,,False,174,9,13,,None,,,,,,,"[{'screen_name': 'Oskaiper', 'name': 'Oscar', 'id': '254663525'}, {'screen_name': 'ValleyHack', 'name': 'Jose Eduardo', 'id': '1336794735005081600'}]",,,, +9011,885661618834624512,885661618834624512,1499993159000.0,2017-07-14 00:45:59,+0000,,US Senate hearing on advancing the exploration and settlement of space https://t.co/z2lkDUdXKU,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/885661618834624512,['https://www.commerce.senate.gov/public/index.cfm/hearings?Id=3E9B58AC-1445-4117-86F5-2C2F8A377A81&Statement_id=44A3B6B3-0606-4278-B454-5F43F258974F'],[],0,,False,4637,211,797,,None,,,,,,,[],,,, +9012,885636192514985984,885631423306006528,1499987097000.0,2017-07-13 23:04:57,+0000,,"@huntster1701 @m_ac We do that too, but for free",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/885636192514985984,[],[],0,,False,1435,36,79,,None,,,,,,,"[{'screen_name': 'huntster1701', 'name': 'Benjamin Hunt', 'id': '16809036'}, {'screen_name': 'm_ac', 'name': 'm_ac', 'id': '16624161'}]",,,, +9013,885635944841265152,885634153064022016,1499987038000.0,2017-07-13 23:03:58,+0000,,@alec_ace11 Hopefully,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/885635944841265152,[],[],0,,False,614,14,15,,None,,,,,,,"[{'screen_name': 'alec_ace11', 'name': 'Alec', 'id': '752206287585153024'}]",,,, +9014,885635670315642881,885635670315642881,1499986972000.0,2017-07-13 23:02:52,+0000,,"Other orgs shd also develop reusable orbital rockets. If an airplane co had reusable airplanes, buying single use airplanes wd seem crazy. https://t.co/OJotlGmPHt",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/885635670315642881,[],['https://pbs.twimg.com/media/DEpo8ktUAAAJjAm.jpg'],1,https://pbs.twimg.com/media/DEpo8ktUAAAJjAm.jpg,False,10374,375,2255,,None,,,,,,,[],,,, +9015,885631620723613696,885626807122251776,1499986007000.0,2017-07-13 22:46:47,+0000,,@Kiwi_Manu That doesn't sound right,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/885631620723613696,[],[],0,,False,989,46,27,,None,,,,,,,"[{'screen_name': 'Kiwi_Manu', 'name': 'Ma Nu', 'id': '4725233431'}]",,,, +9016,885631423306006528,885631423306006528,1499985960000.0,2017-07-13 22:46:00,+0000,,"Worth noting that Boeing/Lockheed (""Other US"" on chart) get a billion dollar annual subsidy even if they launch nothing. SpaceX does not. https://t.co/Mi27ZnYLRJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/885631423306006528,['https://twitter.com/concofahmet/status/885617156473450496'],[],0,,False,17754,738,4277,https://twitter.com/concofahmet/status/885617156473450496,None,,,,,,,[],,,, +9017,885626334503882752,885265133944979456,1499984746000.0,2017-07-13 22:25:46,+0000,,@VicforM3 Latest S and X tires have internal acoustic foam,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/885626334503882752,[],[],0,,False,295,20,26,,None,,,,,,,"[{'screen_name': 'VicforM3', 'name': 'Vic', 'id': '846406021916459008'}]",,,, +9018,885265133944979456,885265133944979456,1499898630000.0,2017-07-12 22:30:30,+0000,,Going over the small nuances of Model 3 production. Very important that nothing sounds tinny. https://t.co/q3Aj3Yq8J8,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/885265133944979456,['https://m.youtube.com/watch?v=M3-51DhOzHE'],[],0,,False,8172,407,864,,None,,,,,,,[],,,, +9019,884923882938933249,884914920130723840,1499817269000.0,2017-07-11 23:54:29,+0000,,@hohocho Cool!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/884923882938933249,[],[],0,,False,360,16,10,,None,,,,,,,"[{'screen_name': 'hohocho', 'name': 'Jaehwan Cho 조재환', 'id': '31310727'}]",,,, +9020,884915404241477632,884759299028697089,1499815247000.0,2017-07-11 23:20:47,+0000,,"@TeslaMotors The very near future, not, like, the far away future",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/884915404241477632,[],[],0,,False,9678,310,829,,None,,,,,,,[],,,, +9021,884914920130723840,884914920130723840,1499815132000.0,2017-07-11 23:18:52,+0000,,"You can now drive anywhere in the US (except N Alaska), most of Europe, China & Japan using the Tesla Supercharger network! https://t.co/2KV8FT8dkk",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/884914920130723840,['https://twitter.com/teslamotors/status/884474294402547713'],[],0,,False,20353,1318,3847,https://twitter.com/teslamotors/status/884474294402547713,None,,,,,,,[],,,, +9022,884833404595740672,884814578080768006,1499795697000.0,2017-07-11 17:54:57,+0000,,@AlexHPforQVC @Stevetdent Of course!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/884833404595740672,[],[],0,,False,205,12,5,,None,,,,,,,"[{'screen_name': 'AlexHPforQVC', 'name': 'Alex Abrahantes', 'id': '25622507'}, {'screen_name': 'Stevetdent', 'name': 'Steve Dent', 'id': '556651190'}]",,,, +9023,884829255112118272,884825864692613120,1499794708000.0,2017-07-11 17:38:28,+0000,,"@gregbettinelli @Bill_Gross On University Ave, above the old bakery",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/884829255112118272,[],[],0,,False,421,14,7,,None,,,,,,,"[{'screen_name': 'gregbettinelli', 'name': 'Greg Bettinelli', 'id': '14220991'}, {'screen_name': 'Bill_Gross', 'name': 'Bill Gross', 'id': '47539748'}]",,,, +9024,884824155895377920,884814578080768006,1499793492000.0,2017-07-11 17:18:12,+0000,,"@Stevetdent One of my sons is named Xavier, after Professor X!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/884824155895377920,[],[],0,,False,3461,84,238,,None,,,,,,,"[{'screen_name': 'Stevetdent', 'name': 'Steve Dent', 'id': '556651190'}]",,,, +9025,884700156485971968,884580654117076992,1499763928000.0,2017-07-11 09:05:28,+0000,,@jondaily83 That's probably the best use,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/884700156485971968,[],[],0,,False,537,46,8,,None,,,,,,,"[{'screen_name': 'jondaily83', 'name': 'Jonathan Wilkinson', 'id': '83698375'}]",,,, +9026,884666073978556416,884580654117076992,1499755802000.0,2017-07-11 06:50:02,+0000,,@jeremys Cool 😎,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/884666073978556416,[],[],0,,False,510,11,16,,None,,,,,,,"[{'screen_name': 'jeremys', 'name': 'Jeremy Stoppelman', 'id': '5968272'}]",,,, +9027,884664723429498880,884580654117076992,1499755480000.0,2017-07-11 06:44:40,+0000,,@VoltzCoreAudio @DJSnM Maybe the upcoming IAC in Adelaide,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/884664723429498880,[],[],0,,False,521,20,38,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +9028,884654051861843968,884580654117076992,1499752936000.0,2017-07-11 06:02:16,+0000,,"@DJSnM It was a tough negotiation, but they seemed like good guys. I hope they kept the stock. Would be worth a lot today.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/884654051861843968,[],[],0,,False,631,18,17,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +9029,884653079936720897,884399001256083456,1499752704000.0,2017-07-11 05:58:24,+0000,,"@soswow @marthajross @mercnews That pizza looked about as appetizing as drywall. If anything, they were doing people at the party a favor by taking it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/884653079936720897,[],[],0,,False,341,15,17,,None,,,,,,,"[{'screen_name': 'soswow', 'name': 'Aleksandr ""Sasha"" Motsjonov', 'id': '19060199'}, {'screen_name': 'marthajross', 'name': 'Martha Ross', 'id': '2250762829'}, {'screen_name': 'mercnews', 'name': 'Mercury News', 'id': '10433782'}]",,,, +9030,884645345828904960,884399001256083456,1499750861000.0,2017-07-11 05:27:41,+0000,,"@marthajross @mercnews Wasn't wearing a suit, am def not part of a ""posse"" & didn't even know Leo/Orlando were going. Just went to say hi to my friend Ken Howery.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/884645345828904960,[],[],0,,False,3025,99,106,,None,,,,,,,"[{'screen_name': 'marthajross', 'name': 'Martha Ross', 'id': '2250762829'}, {'screen_name': 'mercnews', 'name': 'Mercury News', 'id': '10433782'}]",,,, +9031,884580654117076992,884580654117076992,1499735437000.0,2017-07-11 01:10:37,+0000,,"Thanks PayPal for allowing me to buy back https://t.co/bOUOejO16Y! No plans right now, but it has great sentimental value to me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/884580654117076992,['http://X.com'],[],0,,False,28716,1114,3200,,None,,,,,,,[],,,, +9032,883910005644251141,883910005644251141,1499575542000.0,2017-07-09 04:45:42,+0000,, https://t.co/is6Hthjjoj,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/883910005644251141,[],['https://pbs.twimg.com/media/DERHYrbW0AAtBFB.jpg'],1,https://pbs.twimg.com/media/DERHYrbW0AAtBFB.jpg,False,87065,2564,18370,,None,,,,,,,[],,,, +9033,883900030163324930,883900030163324930,1499573163000.0,2017-07-09 04:06:03,+0000,,First Production Model 3 https://t.co/TCa2NSUNI3,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/883900030163324930,[],['https://pbs.twimg.com/media/DEQ-ZHkWAAAzvuZ.jpg'],1,https://pbs.twimg.com/media/DEQ-ZHkWAAAzvuZ.jpg,False,139715,2989,37445,,None,,,,,,,[],,,, +9034,883857208181751808,883840893253451780,1499562954000.0,2017-07-09 01:15:54,+0000,,"@yoda It's who is first to pay full price for the car. Hard rule. I have first Roadster and X, but not first S.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/883857208181751808,[],[],0,,False,1545,65,79,,None,,,,,,,"[{'screen_name': 'yoda', 'name': 'drew olanoff', 'id': '10221'}]",,,, +9035,883848060119527424,883840893253451780,1499560773000.0,2017-07-09 00:39:33,+0000,,"@bdsams Ira Ehrenpreis had rights to 1st car as he was 1st to place a full deposit, but gave those rights to me as my 46th bday present. Tks Ira!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/883848060119527424,[],[],0,,False,2604,102,185,,None,,,,,,,"[{'screen_name': 'bdsams', 'name': 'Brad Sams', 'id': '102800191'}]",,,, +9036,883840893253451780,883840893253451780,1499559064000.0,2017-07-09 00:11:04,+0000,,Production unit 1 of Model 3 is now built and going through final checkout. Pics soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/883840893253451780,[],[],0,,False,54710,1394,9211,,None,,,,,,,[],,,, +9037,883633822390026240,883632780264914945,1499509695000.0,2017-07-08 10:28:15,+0000,,@VoyTechnology Never heard of them,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/883633822390026240,[],[],0,,False,1476,55,62,,None,,,,,,,"[{'screen_name': 'VoyTechnology', 'name': 'Wojtek Bednarzak', 'id': '2341036915'}]",,,, +9038,883632780264914945,883632780264914945,1499509446000.0,2017-07-08 10:24:06,+0000,,Stop biting my finger dammit https://t.co/Xh4XHzCWcv https://t.co/IAlG7khUP4,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/883632780264914945,"['https://m.youtube.com/watch?v=_OBlgSz8sSM', 'https://www.wsj.com/articles/teslas-skid-is-coming-at-the-worst-time-1499446957?mod=yahoo_hs&yptr=yahoo&mg=prod/accounts-wsj']",[],0,,False,7896,753,971,,None,,,,,,,[],,,, +9039,883169447472750592,883169447472750592,1499398979000.0,2017-07-07 03:42:59,+0000,,This will be the highest power battery system in the world by a factor of 3. Australia rocks!! https://t.co/c1DD7xtC90,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/883169447472750592,['https://twitter.com/teslamotors/status/883163847594360833'],[],0,,False,31414,1319,8421,https://twitter.com/teslamotors/status/883163847594360833,None,,,,,,,[],,,, +9040,882939670895755264,882930723942002690,1499344196000.0,2017-07-06 12:29:56,+0000,,"@newscientist The world's population is accelerating towards collapse, but few seem to notice or care",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,12,https://twitter.com/elonmusk/status/882939670895755264,[],[],0,,False,9898,1076,2718,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +9041,882761133177790464,882753659406139392,1499301629000.0,2017-07-06 00:40:29,+0000,,"@SpaceX @INTELSAT Thanks @INTELSAT! Really proud of the rocket and SpaceX team today. Min apogee requirement was 28,000 km, Falcon 9 achieved 43,000 km.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/882761133177790464,[],[],0,,False,6255,157,715,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'INTELSAT', 'name': 'Intelsat', 'id': '21504589'}]",,,, +9042,882727063525797889,882727063525797889,1499293506000.0,2017-07-05 22:25:06,+0000,,SpaceX team reviewed all systems again late last night. Done our best to ensure all is good. https://t.co/R3YrF6PEt4,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/882727063525797889,['https://twitter.com/spacex/status/882693202930577408'],[],0,,False,8260,481,966,https://twitter.com/spacex/status/882693202930577408,None,,,,,,,[],,,, +9043,882117255407980545,882040096718897153,1499148117000.0,2017-07-04 06:01:57,+0000,,@SpaceX We're going to spend the 4th doing a full review of rocket & pad systems. Launch no earlier than 5th/6th. Only one chance to get it right …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/882117255407980545,[],[],0,,False,7931,338,974,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +9044,882007043472728064,882007043472728064,1499121840000.0,2017-07-03 22:44:00,+0000,,Wanted to say thanks to all that own or ordered a Tesla. It matters to us that you took a risk on a new car company. We won't forget.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/882007043472728064,[],[],0,,False,68620,3440,7550,,None,,,,,,,[],,,, +9045,881757617416056832,881751358407299072,1499062372000.0,2017-07-03 06:12:52,+0000,,"Looks like we can reach 20,000 Model 3 cars per month in Dec",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/881757617416056832,[],[],0,,False,23907,940,3922,,None,,,,,,,[],,,, +9046,881755501905588226,881751358407299072,1499061868000.0,2017-07-03 06:04:28,+0000,,"Handover party for first 30 customer Model 3's on the 28th! Production grows exponentially, so Aug should be 100 cars and Sept above 1500.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/881755501905588226,[],[],0,,False,18547,563,3349,,None,,,,,,,[],,,, +9047,881751358407299072,881751358407299072,1499060880000.0,2017-07-03 05:48:00,+0000,,Model 3 passed all regulatory requirements for production two weeks ahead of schedule. Expecting to complete SN1 on Friday,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/881751358407299072,[],[],0,,False,48332,1265,8986,,None,,,,,,,[],,,, +9048,881598365242318848,881597891491581952,1499024404000.0,2017-07-02 19:40:04,+0000,,@cristian_miuta @TeslaMotors Norway is awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/881598365242318848,[],[],0,,False,2190,78,148,,None,,,,,,,[],,,, +9049,881591960900820992,881572917586178048,1499022877000.0,2017-07-02 19:14:37,+0000,,"@30akshay Actually, China manufacturing quality is excellent. Among other things, that's where iPhones, many Android phones & most laptops are made.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/881591960900820992,[],[],0,,False,1878,170,203,,None,,,,,,,"[{'screen_name': '30akshay', 'name': 'omkar banore', 'id': '137717519'}]",,,, +9050,881573728416481280,881573728416481280,1499018530000.0,2017-07-02 18:02:10,+0000,,Another SpaceX launch today if weather is good https://t.co/UdUYn8Kf0C,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/881573728416481280,['https://twitter.com/spacex/status/881558173886275584'],[],0,,False,12785,462,1887,https://twitter.com/spacex/status/881558173886275584,None,,,,,,,[],,,, +9051,881573366565527553,881572917586178048,1499018444000.0,2017-07-02 18:00:44,+0000,,@TimDehoucke Coming later today,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/881573366565527553,[],[],0,,False,997,159,110,,None,,,,,,,"[{'screen_name': 'TimDehoucke', 'name': 'Tim Dehoucke', 'id': '4483798048'}]",,,, +9052,881572917586178048,881572917586178048,1499018337000.0,2017-07-02 17:58:57,+0000,,Sorry to hear about China launch failure today. I know how painful that is to the people who designed & built it. https://t.co/iOkj6egF3O,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/881572917586178048,['http://www.cnn.com/2017/07/02/asia/china-rocket-launch/index.html'],[],0,,False,11915,365,1864,,None,,,,,,,[],,,, +9053,881571150630756352,875509067011153924,1499017915000.0,2017-07-02 17:51:55,+0000,,@JaneidyEve @arstechnica @TeslaMotors @SpaceX Suggestions welcome!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/881571150630756352,[],[],0,,False,612,246,43,,None,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo', 'id': '92570825'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +9054,880818231417511937,880679414274691073,1498838405000.0,2017-06-30 16:00:05,+0000,,@tehwrx @martinengwicht @ThePhoenixFlare I think Einstein said that,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/880818231417511937,[],[],0,,False,415,46,16,,None,,,,,,,"[{'screen_name': 'tehwrx', 'name': 'Micah S.', 'id': '15616151'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}]",,,, +9055,880817971278434304,880679414274691073,1498838343000.0,2017-06-30 15:59:03,+0000,,@tehwrx @martinengwicht @ThePhoenixFlare Or does the Earth move up?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/880817971278434304,[],[],0,,False,404,21,11,,None,,,,,,,"[{'screen_name': 'tehwrx', 'name': 'Micah S.', 'id': '15616151'}, {'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}]",,,, +9056,880682010133630976,880679414274691073,1498805928000.0,2017-06-30 06:58:48,+0000,,@ThePhoenixFlare This is a really great floor,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/880682010133630976,[],[],0,,False,808,35,41,,None,,,,,,,"[{'screen_name': 'ThePhoenixFlare', 'name': 'This_Gray_Area', 'id': '4653650173'}]",,,, +9057,880679414274691073,880679414274691073,1498805309000.0,2017-06-30 06:48:29,+0000,,Just installed steel skeleton of the car/pod elevator. Should be operating next week. https://t.co/DIZW7zuWaA,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/880679414274691073,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/880679359476060160/pu/img/vbPpniw5aFvw2um_.jpg,False,16248,671,2327,,None,,,,,,,[],,,, +9058,880675074231107584,880675074231107584,1498804274000.0,2017-06-30 06:31:14,+0000,,Across the road and below the ground https://t.co/E2DG8EzaXg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/880675074231107584,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/880675021982760961/pu/img/L1Dx1gjz4erw3B34.jpg,False,11180,372,1450,,None,,,,,,,[],,,, +9059,880673804028194817,880673804028194817,1498803971000.0,2017-06-30 06:26:11,+0000,,Perspective https://t.co/4DW9csSmtl,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/880673804028194817,[],['https://pbs.twimg.com/media/DDjIKAoWsAIlFRi.jpg'],1,https://pbs.twimg.com/media/DDjIKAoWsAIlFRi.jpg,False,18434,510,1801,,None,,,,,,,[],,,, +9060,880666691587461120,880662613327323141,1498802275000.0,2017-06-30 05:57:55,+0000,,"@satalino15 Nothing to be done, but wait. It's all right here: https://t.co/BIcT4avkJ1",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/880666691587461120,['https://en.m.wikipedia.org/wiki/Waiting_for_Godot'],[],0,,False,371,19,17,,None,,,,,,,"[{'screen_name': 'satalino15', 'name': 'Tom Satalino', 'id': '59370836'}]",,,, +9061,880665053162348546,880663464494202880,1498801885000.0,2017-06-30 05:51:25,+0000,,@DouglasABailey News on Sunday,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/880665053162348546,[],[],0,,False,1948,110,268,,None,,,,,,,"[{'screen_name': 'DouglasABailey', 'name': 'Douglas Bailey', 'id': '57219587'}]",,,, +9062,880489685125967872,880489685125967872,1498760074000.0,2017-06-29 18:14:34,+0000,,Because it's off the wall,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/880489685125967872,[],[],0,,False,7618,606,766,,None,,,,,,,[],,,, +9063,880488338964201472,880421643801292800,1498759753000.0,2017-06-29 18:09:13,+0000,,@Trucker_Ty_ @SavvyTroll @GeorgeTakei Maybe it is time for the man cape to return,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/880488338964201472,[],[],0,,False,292,26,15,,None,,,,,,,"[{'screen_name': 'Trucker_Ty_', 'name': 'Ty', 'id': '25939108'}, {'screen_name': 'SavvyTroll', 'name': 'Savvy Troll', 'id': '794919428'}, {'screen_name': 'GeorgeTakei', 'name': 'George Takei', 'id': '237845487'}]",,,, +9064,880326099342827520,880047289674477568,1498721072000.0,2017-06-29 07:24:32,+0000,,@ixmeteorite @newscientist Didn't read it. Might now though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/880326099342827520,[],[],0,,False,232,26,10,,None,,,,,,,"[{'screen_name': 'ixmeteorite', 'name': 'Mr. Earthling 💭', 'id': '822862438173446144'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +9065,880321880216846336,880047289674477568,1498720066000.0,2017-06-29 07:07:46,+0000,,@newscientist Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/880321880216846336,[],[],0,,False,586,49,36,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +9066,880317052661121025,880312329262559232,1498718915000.0,2017-06-29 06:48:35,+0000,,@MxPR Me too,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/880317052661121025,[],[],0,,False,985,50,24,,None,,,,,,,"[{'screen_name': 'MxPR', 'name': 'Mikhail', 'id': '69838526'}]",,,, +9067,880301259093270530,880298154440114176,1498715150000.0,2017-06-29 05:45:50,+0000,,"@SimplyDonya Yes, but arguably that's worse",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/880301259093270530,[],[],0,,False,4138,69,227,,None,,,,,,,"[{'screen_name': 'SimplyDonya', 'name': 'ᴱᶫʸˢᶦᵃᶰ ᴸᵘᶫᶫᵃᵇʸ🌻🕊️', 'id': '348634007'}]",,,, +9068,880298154440114176,880298154440114176,1498714409000.0,2017-06-29 05:33:29,+0000,,And I don't care who knows it. Our love will never die.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/880298154440114176,[],[],0,,False,14783,1193,2592,,None,,,,,,,[],,,, +9069,880255239881768961,880240049677357057,1498704178000.0,2017-06-29 02:42:58,+0000,,Just try one. It's way better than you think.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/880255239881768961,[],[],0,,False,8654,423,1235,,None,,,,,,,[],,,, +9070,880252648728940544,880240049677357057,1498703560000.0,2017-06-29 02:32:40,+0000,,@itsBorked A floor that moves,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/880252648728940544,[],[],0,,False,3349,44,353,,None,,,,,,,"[{'screen_name': 'itsBorked', 'name': 'itsBorked', 'id': '2194983193'}]",,,, +9071,880252556357672960,880241356211449856,1498703538000.0,2017-06-29 02:32:18,+0000,,@SyrenBoaz A ceiling is simply a floor from below,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/880252556357672960,[],[],0,,False,4277,104,919,,None,,,,,,,"[{'screen_name': 'SyrenBoaz', 'name': 'Syren Boaz', 'id': '477387967'}]",,,, +9072,880240745319325697,880240049677357057,1498700722000.0,2017-06-29 01:45:22,+0000,,Not as much as tunnels though,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/880240745319325697,[],[],0,,False,11777,357,1733,,None,,,,,,,[],,,, +9073,880240682836705282,880240049677357057,1498700707000.0,2017-06-29 01:45:07,+0000,,They are so underappreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/880240682836705282,[],[],0,,False,11354,216,2061,,None,,,,,,,[],,,, +9074,880240283081883648,880240049677357057,1498700612000.0,2017-06-29 01:43:32,+0000,,They will never let you down,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/880240283081883648,[],[],0,,False,21206,623,4798,,None,,,,,,,[],,,, +9075,880240049677357057,880240049677357057,1498700556000.0,2017-06-29 01:42:36,+0000,,I love floors,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/880240049677357057,[],[],0,,False,52468,2021,17940,,None,,,,,,,[],,,, +9076,880208110719123456,880201464370442240,1498692941000.0,2017-06-28 23:35:41,+0000,,@SandyMazza Gary (the snail) is a speed demon. Long way to go before we beat him/her.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/880208110719123456,[],[],0,,False,861,27,70,,None,,,,,,,"[{'screen_name': 'SandyMazza', 'name': 'Sandy Mazza', 'id': '16365036'}]",,,, +9077,880201693496987648,880070287848607744,1498691411000.0,2017-06-28 23:10:11,+0000,,"@TEDTalks Thanks, but I am",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/880201693496987648,[],[],0,,False,7260,241,580,,None,,,,,,,"[{'screen_name': 'TEDTalks', 'name': 'TED Talks', 'id': '15492359'}]",,,, +9078,880201464370442240,880201464370442240,1498691357000.0,2017-06-28 23:09:17,+0000,,No longer waiting for Godot. It has begun boring and just completed the first segment of tunnel in LA.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/880201464370442240,[],[],0,,False,17329,652,2506,,None,,,,,,,[],,,, +9079,879412656016285696,879412656016285696,1498503290000.0,2017-06-26 18:54:50,+0000,,"Good summary of rocket landing history. There were two successful water landings much earlier, but they didn't survive long. https://t.co/N6kxxQeFby",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/879412656016285696,['https://twitter.com/verge/status/879410754511831040'],[],0,,False,16433,442,4929,https://twitter.com/verge/status/879410754511831040,None,,,,,,,[],,,, +9080,879391845347766272,879065552060260352,1498498328000.0,2017-06-26 17:32:08,+0000,,"@Viss Several tons of force on each fin at high angles of attack & peak heating is the cube of speed, so a Mach 8 reentry is 8X Mach 4. Intense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/879391845347766272,[],[],0,,False,371,16,34,,None,,,,,,,"[{'screen_name': 'Viss', 'name': 'D̒͂̕ᵈăᵃn̕ᶰ Ť̾̾̓͐͒͠ᵗe͗̑́̋̂́͡ᵉn̅ᶰtᵗl̀̓͘ᶫe̓̒̂̚ᵉrʳ', 'id': '2269701'}]",,,, +9081,879104704583581696,879092174390001665,1498429869000.0,2017-06-25 22:31:09,+0000,,@migueldelagza They should on high velocity missions to Geostationary Transfer Orbit,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/879104704583581696,[],[],0,,False,437,17,17,,None,,,,,,,"[{'screen_name': 'migueldelagza', 'name': 'Miguel de la Garza', 'id': '3071010620'}]",,,, +9082,879092174390001665,879092174390001665,1498426881000.0,2017-06-25 21:41:21,+0000,,Sped up version of today's rocket landing on the Droneship Just Read the Instructions (guess it… https://t.co/0wFgXMgeqZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/879092174390001665,['https://www.instagram.com/p/BVxysOlA04j/'],[],0,,False,10415,566,2939,,None,,,,,,,[],,,, +9083,879086784969191424,879065552060260352,1498425596000.0,2017-06-25 21:19:56,+0000,,@nullpointr More aero effectiveness to create steep spires on windward side at the grid fin intersections,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/879086784969191424,[],[],0,,False,377,16,17,,None,,,,,,,"[{'screen_name': 'nullpointr', 'name': 'opi', 'id': '78573217'}]",,,, +9084,879086372832722944,879080848359686144,1498425498000.0,2017-06-25 21:18:18,+0000,,"@amirmasoudabdol Down the road, they will not even be repainted between launches. Aiming to be able to relaunch same orbital rocket booster in <24 hours.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/879086372832722944,[],[],0,,False,1174,58,166,,None,,,,,,,"[{'screen_name': 'amirmasoudabdol', 'name': 'Amir', 'id': '20249298'}]",,,, +9085,879085297526464513,879080848359686144,1498425242000.0,2017-06-25 21:14:02,+0000,,@BenjaminCoop3 Getting closer to fairing recovery and reuse. Had some problems with the steerable parachute. Should have it sorted out by end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/879085297526464513,[],[],0,,False,788,27,89,,None,,,,,,,"[{'screen_name': 'BenjaminCoop3', 'name': 'Benjamin Cooper', 'id': '2282465672'}]",,,, +9086,879080848359686144,879080848359686144,1498424181000.0,2017-06-25 20:56:21,+0000,,New titanium grid fins worked even better than expected. Should be capable of an indefinite number of flights with no service.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/879080848359686144,[],[],0,,False,22268,568,2642,,None,,,,,,,[],,,, +9087,879067621466849280,879065552060260352,1498421027000.0,2017-06-25 20:03:47,+0000,,@mjmdavis Still humans,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/879067621466849280,[],[],0,,False,407,23,17,,None,,,,,,,"[{'screen_name': 'mjmdavis', 'name': 'mjmdavis', 'id': '14879453'}]",,,, +9088,879067405573435392,879065552060260352,1498420976000.0,2017-06-25 20:02:56,+0000,,@TheCocoaNaut Significantly improves control force,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/879067405573435392,[],[],0,,False,379,13,7,,None,,,,,,,[],,,, +9089,879067060558417921,879067060558417921,1498420894000.0,2017-06-25 20:01:34,+0000,,Launch at 1:25 delivering 10 satellites for Iridium. Droneship repositioned due to extreme weather. Will be tight. https://t.co/6ZcSG29B74,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/879067060558417921,['http://spacex.com/webcast'],[],0,,False,5888,282,1053,,None,,,,,,,[],,,, +9090,879065552060260352,879065552060260352,1498420534000.0,2017-06-25 19:55:34,+0000,,"Closeup of the titanium grid fins. Not painted, as they glow red hot during a fast reentry. https://t.co/Ltrq1Prg2m",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/879065552060260352,[],['https://pbs.twimg.com/media/DDMRdVJUIAERCGT.jpg'],1,https://pbs.twimg.com/media/DDMRdVJUIAERCGT.jpg,False,16161,701,2526,,None,,,,,,,[],,,, +9091,878839825473822720,878821062326198272,1498366717000.0,2017-06-25 04:58:37,+0000,,"@dnathe4th @DJSnM We used to have a (lame) open loop hydraulic system, but that was upgraded to closed about 2 years ago",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/878839825473822720,[],[],0,,False,506,14,23,,None,,,,,,,"[{'screen_name': 'dnathe4th', 'name': 'Dom Narducci', 'id': '6400592'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +9092,878829325742518273,878821062326198272,1498364213000.0,2017-06-25 04:16:53,+0000,,"@CrappyUsername Not only that, it has all the wifis and 3G is coming soon",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/878829325742518273,[],[],0,,False,644,30,39,,None,,,,,,,"[{'screen_name': 'CrappyUsername', 'name': 'Dave', 'id': '5727882'}]",,,, +9093,878828849722671104,878821062326198272,1498364100000.0,2017-06-25 04:15:00,+0000,,@EcoHeliGuy Rocket was suddenly slammed sideways right before landing. Heavy gust or something malfunctioned onboard. Reviewing telemetry.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/878828849722671104,[],[],0,,False,508,45,42,,None,,,,,,,"[{'screen_name': 'EcoHeliGuy', 'name': 'Walter MacVane', 'id': '316068880'}]",,,, +9094,878824485280817153,878821062326198272,1498363059000.0,2017-06-25 03:57:39,+0000,,"@zerosixbravo @john_gilleran True, but that's a minor factor for rockets",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/878824485280817153,[],[],0,,False,271,9,6,,None,,,,,,,"[{'screen_name': 'zerosixbravo', 'name': 'Thiago V Goncalves', 'id': '2439280092'}, {'screen_name': 'john_gilleran', 'name': 'John Gilleran', 'id': '4862977456'}]",,,, +9095,878824283178287105,878821062326198272,1498363011000.0,2017-06-25 03:56:51,+0000,,"@ClovenLife No, but shielding got fragged every flight. More control authority is for Falcon Heavy, but also enables Falcon 9 to land in heavier winds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/878824283178287105,[],[],0,,False,371,9,17,,None,,,,,,,"[{'screen_name': 'ClovenLife', 'name': 'Aaron Lee Kafton', 'id': '15241173'}]",,,, +9096,878823434268033025,878821062326198272,1498362809000.0,2017-06-25 03:53:29,+0000,,"@DJSnM They will, but the hydraulic system is closed loop, so no fluid lost. They do need more power & energy, but rocket has plenty of that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/878823434268033025,[],[],0,,False,699,24,30,,None,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +9097,878822240699035649,878821062326198272,1498362524000.0,2017-06-25 03:48:44,+0000,,"@zerosixbravo Slightly heavier than shielded aluminum, but more control authority and can be reused indefinitely with no touch ups",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/878822240699035649,[],[],0,,False,650,15,37,,None,,,,,,,"[{'screen_name': 'zerosixbravo', 'name': 'Thiago V Goncalves', 'id': '2439280092'}]",,,, +9098,878821062326198272,878821062326198272,1498362243000.0,2017-06-25 03:44:03,+0000,,Flying with larger & significantly upgraded hypersonic grid fins. Single piece cast & cut titanium. Can take reentry heat with no shielding. https://t.co/SmyCCQRt2F,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/878821062326198272,['https://twitter.com/spacex/status/878732650277617664'],[],0,,False,12192,432,2017,https://twitter.com/spacex/status/878732650277617664,None,,,,,,,[],,,, +9099,878407054083317760,878404919719362560,1498263536000.0,2017-06-24 00:18:56,+0000,,@sajo Sticking to 100,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/878407054083317760,[],[],0,,False,509,59,16,,None,,,,,,,"[{'screen_name': 'sajo', 'name': 'Sajo Jacob', 'id': '10134272'}]",,,, +9100,878335496413265920,878334920141135872,1498246475000.0,2017-06-23 19:34:35,+0000,,"@Emerald0013 It's an aluminum honeycomb cartridge, so only a couple of hours to replace",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/878335496413265920,[],[],0,,False,1525,73,86,,None,,,,,,,"[{'screen_name': 'Emerald0013', 'name': 'Jesse ⭐⭐', 'id': '370764713'}]",,,, +9101,878334920141135872,878334920141135872,1498246338000.0,2017-06-23 19:32:18,+0000,,"Rocket is extra toasty and hit the deck hard (used almost all of the emergency crush core), but otherwise good",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/878334920141135872,[],[],0,,False,22502,868,3253,,None,,,,,,,[],,,, +9102,878313692986621953,878313692986621953,1498241277000.0,2017-06-23 18:07:57,+0000,,Falcon 9 will experience its highest ever reentry force and heat in today's launch. Good chance rocket booster doesn't make it back.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/878313692986621953,[],[],0,,False,14136,761,2167,,None,,,,,,,[],,,, +9103,878300364008640512,878037431789826049,1498238099000.0,2017-06-23 17:14:59,+0000,,"@shanghai_artist Technically, Ironyman",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/878300364008640512,[],[],0,,False,394,15,23,,None,,,,,,,"[{'screen_name': 'shanghai_artist', 'name': 'Mayank jain', 'id': '719506567071186948'}]",,,, +9104,878296162184290304,878290090837123072,1498237097000.0,2017-06-23 16:58:17,+0000,,@ExploreSpaceKSC Thanks! Looks cool.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/878296162184290304,[],[],0,,False,486,18,13,,None,,,,,,,"[{'screen_name': 'ExploreSpaceKSC', 'name': 'Kennedy Space Center Visitor Complex', 'id': '27670481'}]",,,, +9105,878044200960380928,878037431789826049,1498177025000.0,2017-06-23 00:17:05,+0000,,"@WaywardPlane Damn, I forgot bacon",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/878044200960380928,[],[],0,,False,1986,60,129,,None,,,,,,,"[{'screen_name': 'WaywardPlane', 'name': 'Wayward Plane ✈️', 'id': '822254523112714240'}]",,,, +9106,878040258541043713,878037431789826049,1498176085000.0,2017-06-23 00:01:25,+0000,,"In life, there are no easy choices …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/878040258541043713,[],[],0,,False,9047,584,1865,,None,,,,,,,[],,,, +9107,878037431789826049,878037431789826049,1498175411000.0,2017-06-22 23:50:11,+0000,,Do want irony on social media?,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/878037431789826049,[],[],0,,False,6172,791,1643,,None,,,,,,,[],,,, +9108,877930155540336640,877930155540336640,1498149834000.0,2017-06-22 16:43:54,+0000,,Must remember that irony and social media are not friends. Keep forgetting. Dammit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/877930155540336640,[],[],0,,False,23422,591,4053,,None,,,,,,,[],,,, +9109,877928338358099969,877924436124545024,1498149401000.0,2017-06-22 16:36:41,+0000,,@partialobs @SpaceX Radiation,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/877928338358099969,[],[],0,,False,500,29,24,,None,,,,,,,"[{'screen_name': 'partialobs', 'name': 'Derek Fox', 'id': '22328926'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +9110,877740365217882113,877729431955046400,1498104585000.0,2017-06-22 04:09:45,+0000,,@DPazdan Groan,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/877740365217882113,[],[],0,,False,606,35,19,,None,,,,,,,"[{'screen_name': 'DPazdan', 'name': 'Dave Pazdan', 'id': '13458022'}]",,,, +9111,877740102918721536,877735931087683584,1498104522000.0,2017-06-22 04:08:42,+0000,,"@hayskeys7 But RWD with electric is really good in snow (assuming all weather or winter tires), as traction control is far more precise",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/877740102918721536,[],[],0,,False,489,43,32,,None,,,,,,,"[{'screen_name': 'hayskeys7', 'name': 'Eric Hays', 'id': '625093401'}]",,,, +9112,877739704593993728,877735931087683584,1498104427000.0,2017-06-22 04:07:07,+0000,,@hayskeys7 Will extend,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/877739704593993728,[],[],0,,False,455,13,15,,None,,,,,,,"[{'screen_name': 'hayskeys7', 'name': 'Eric Hays', 'id': '625093401'}]",,,, +9113,877469994593820674,877469994593820674,1498040123000.0,2017-06-21 10:15:23,+0000,,Over 1000 km should be possible in a 100D with the right tires https://t.co/8czN3dVZE4,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/877469994593820674,['https://twitter.com/electrekco/status/877219197444599809'],[],0,,False,18388,738,4099,https://twitter.com/electrekco/status/877219197444599809,None,,,,,,,[],,,, +9114,877341165808361472,877316707236192257,1498009408000.0,2017-06-21 01:43:28,+0000,,@Painkiller606 Will be full regen cooled all the way out to the 3 meter (10 ft) nozzle diameter. Heat flux is nuts & radiative view factor is low.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/877341165808361472,[],[],0,,False,201,14,21,,None,,,,,,,"[{'screen_name': 'Painkiller606', 'name': 'Dan', 'id': '848786334'}]",,,, +9115,877339887732539392,877315587914866688,1498009104000.0,2017-06-21 01:38:24,+0000,,"@dadxseven No plans to change 100 kWh pack tech. You'll never worry about running out of range. Model 3 pack is about cost reduction, not performance.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/877339887732539392,[],[],0,,False,218,24,13,,None,,,,,,,"[{'screen_name': 'dadxseven', 'name': 'dadof7', 'id': '4896661433'}]",,,, +9116,877210236502786048,877210236502786048,1497978192000.0,2017-06-20 17:03:12,+0000,,No need to rely on scientists for global warming -- just use a thermometer https://t.co/0PbtAL8uRK,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/877210236502786048,['https://www.forbes.com/sites/marshallshepherd/2017/06/20/the-science-of-why-its-too-hot-for-some-planes-to-fly-in-the-southwest-u-s/#6a31c3f54ceb'],[],0,,False,14026,810,5039,,None,,,,,,,[],,,, +9117,877039014334701568,877027867351232513,1497937370000.0,2017-06-20 05:42:50,+0000,,@sulka @KarinCAtrades Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/877039014334701568,[],[],0,,False,184,11,7,,None,,,,,,,"[{'screen_name': 'sulka', 'name': 'Sulka Haro', 'id': '8735502'}]",,,, +9118,877032118794108928,877027867351232513,1497935726000.0,2017-06-20 05:15:26,+0000,,"@sulka That's because the accurate articles are boringly obvious, so they get no press attention",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/877032118794108928,[],[],0,,False,248,20,25,,None,,,,,,,"[{'screen_name': 'sulka', 'name': 'Sulka Haro', 'id': '8735502'}]",,,, +9119,877031628861657088,877027867351232513,1497935609000.0,2017-06-20 05:13:29,+0000,,"@sulka First approximation of CO2 is production cost, factoring in energy source, so Model 3 obv less CO2 to produce than $35k gas car by a lot",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/877031628861657088,[],[],0,,False,568,13,56,,None,,,,,,,"[{'screen_name': 'sulka', 'name': 'Sulka Haro', 'id': '8735502'}]",,,, +9120,877029802758201344,877027867351232513,1497935174000.0,2017-06-20 05:06:14,+0000,,@sulka Calling this cueless would be generous. Much less energy required for lithium-ion batteries & Gigafactory is powered by renewables anyway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/877029802758201344,[],[],0,,False,1139,38,112,,None,,,,,,,"[{'screen_name': 'sulka', 'name': 'Sulka Haro', 'id': '8735502'}]",,,, +9121,876829309695967232,876826558488621056,1497887372000.0,2017-06-19 15:49:32,+0000,,@shashwatbakhshi No plans to change cell form factor for X and S,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/876829309695967232,[],[],0,,False,163,30,17,,None,,,,,,,"[{'screen_name': 'shashwatbakhshi', 'name': 'Shashwat Bakhshi', 'id': '52379684'}]",,,, +9122,876586808255029248,876193247562838016,1497829555000.0,2017-06-18 23:45:55,+0000,,"@verge This is crazy, but Max Smart mentions Chaos towards the end. Coincidence?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/876586808255029248,[],[],0,,False,191,27,21,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +9123,876575063058677760,876564817179328512,1497826755000.0,2017-06-18 22:59:15,+0000,,@quiggles There's a plot!?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/876575063058677760,[],[],0,,False,411,16,18,,None,,,,,,,"[{'screen_name': 'quiggles', 'name': 'Gary Quigley 🤓🏁', 'id': '5403302'}]",,,, +9124,876571952512507908,876571731330256900,1497826014000.0,2017-06-18 22:46:54,+0000,,@RobTheIc0n ujelly?,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/876571952512507908,[],[],0,,False,387,20,22,,None,,,,,,,"[{'screen_name': 'RobTheIc0n', 'name': 'Rob', 'id': '44525460'}]",,,, +9125,876570254184390656,876564817179328512,1497825609000.0,2017-06-18 22:40:09,+0000,,"@DJ_Mr_Cool My real phone is an HTC Droid, which I ordered after seeing this ad https://t.co/WLR9cJGXP1",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/876570254184390656,['https://m.youtube.com/watch?v=DaxU0ut5tUw'],[],0,,False,1691,104,340,,None,,,,,,,"[{'screen_name': 'DJ_Mr_Cool', 'name': 'Fern Mr Cool Rose', 'id': '21313859'}]",,,, +9126,876567497062850560,876193247562838016,1497824951000.0,2017-06-18 22:29:11,+0000,,@verge Nothing beats the shoe phone that is also a real shoe https://t.co/cLecmtHrdN,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/876567497062850560,['https://m.youtube.com/watch?v=hHrnLOb1hTA'],[],0,,False,581,30,53,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +9127,876565296487649280,876564817179328512,1497824427000.0,2017-06-18 22:20:27,+0000,,@YS But then I get paid less,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/876565296487649280,[],[],0,,False,1607,25,73,,None,,,,,,,"[{'screen_name': 'YS', 'name': 'Youssef • Web Designer', 'id': '19010677'}]",,,, +9128,876537450956337152,876536406230712320,1497817788000.0,2017-06-18 20:29:48,+0000,,"@theseoldcars Backup valve shows no sign of leaking, but yeah",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/876537450956337152,[],[],0,,False,186,14,5,,None,,,,,,,"[{'screen_name': 'theseoldcars', 'name': 'Lewis Kingston', 'id': '84637834'}]",,,, +9129,876536951418925057,876536951418925057,1497817669000.0,2017-06-18 20:27:49,+0000,,If schedule holds there will be two Falcon 9 launches within 48 hours (Cape & Vandenberg) this weekend https://t.co/GbleRPm6iZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/876536951418925057,['https://twitter.com/spacex/status/876522478046068737'],[],0,,False,8745,340,1523,https://twitter.com/spacex/status/876522478046068737,None,,,,,,,[],,,, +9130,876536406230712320,876536406230712320,1497817539000.0,2017-06-18 20:25:39,+0000,,"Postponing launch to replace fairing pneumatic valve. It is dual redundant, but not worth taking a chance. https://t.co/vnfxmeer7h",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/876536406230712320,['https://twitter.com/spacex/status/876522258948169728'],[],0,,False,3612,164,429,https://twitter.com/spacex/status/876522258948169728,None,,,,,,,[],,,, +9131,876517194997178368,876517194997178368,1497812958000.0,2017-06-18 19:09:18,+0000,,"Promising conversations with @MayorOfLA regarding tunnel network that would carry cars, bikes & pedestrians. Permits harder than technology. https://t.co/0dxrXBOOWy",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/876517194997178368,['https://twitter.com/abc7adrienne/status/876114755169079296'],[],0,,False,4747,322,824,https://twitter.com/abc7adrienne/status/876114755169079296,None,,,,,,,[],,,, +9132,876494001607589888,876494001607589888,1497807429000.0,2017-06-18 17:37:09,+0000,, https://t.co/tj4FrDw34z,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/876494001607589888,['https://m.youtube.com/watch?v=VoiGZ47aRao'],[],0,,False,3492,168,467,,None,,,,,,,[],,,, +9133,876492802648965120,876492802648965120,1497807143000.0,2017-06-18 17:32:23,+0000,,It's time they knew … https://t.co/wt7XfXqTM6,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/876492802648965120,[],['https://pbs.twimg.com/media/DCntjkRUMAAkHQS.jpg'],1,https://pbs.twimg.com/media/DCntjkRUMAAkHQS.jpg,False,31080,938,3924,,None,,,,,,,[],,,, +9134,876160515055038464,876160515055038464,1497727919000.0,2017-06-17 19:31:59,+0000,,Tesla service rescues a kitten stuck in the bumper https://t.co/qZW7QjuceQ https://t.co/3jyJseVodm,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/876160515055038464,"['https://youtu.be/NSc7wjQ1Ts8', 'https://youtu.be/tEFZsK0X1V4']",[],0,,False,10042,735,2051,,None,,,,,,,[],,,, +9135,875913778423939072,875913504451985411,1497669093000.0,2017-06-17 03:11:33,+0000,,@zlsadesign So soon you won't believe it,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/875913778423939072,[],[],0,,False,976,60,120,,None,,,,,,,"[{'screen_name': 'zlsadesign', 'name': 'ZLSA Design', 'id': '1229938391862501376'}]",,,, +9136,875913504451985411,875913504451985411,1497669027000.0,2017-06-17 03:10:27,+0000,,Colonizing Mars (thanks Prof Hubbard for creating this from my talk). Major changes to the plan coming soon. https://t.co/s59qMHUj5O,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/875913504451985411,['http://online.liebertpub.com/doi/pdf/10.1089/space.2017.29009.emu'],[],0,,False,9519,484,2560,,None,,,,,,,[],,,, +9137,875849793204928512,875849793204928512,1497653837000.0,2017-06-16 22:57:17,+0000,,"Hawthorne, California https://t.co/d5qRlN0XQ7",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/875849793204928512,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/875849659696070656/pu/img/fFNc0w-YltnbnYUu.jpg,False,23706,572,5808,,None,,,,,,,[],,,, +9138,875839151056310272,875839151056310272,1497651300000.0,2017-06-16 22:15:00,+0000,,Flying through the Falcon Factory https://t.co/kIuqfD3MLQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/875839151056310272,['https://www.instagram.com/p/BVarZZSgfIP/'],[],0,,False,5512,195,1101,,None,,,,,,,[],,,, +9139,875770056323420160,875770056323420160,1497634827000.0,2017-06-16 17:40:27,+0000,,"Mars V2 plan coming soon, which I think addresses the most fundamental flaw in V1: how to pay for development & operation of giant rockets https://t.co/yaITdVdpEc",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/875770056323420160,['https://twitter.com/sciam/status/875756138121310208'],[],0,,False,16072,775,4756,https://twitter.com/sciam/status/875756138121310208,None,,,,,,,[],,,, +9140,875510004635246592,875491628227608577,1497572825000.0,2017-06-16 00:27:05,+0000,,@dane @bonnienorman Radar-only braking on HW1 is getting better with every release. We're hoping to do the demo where it brakes for a UFO in the fog soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/875510004635246592,[],[],0,,False,357,34,29,,None,,,,,,,"[{'screen_name': 'dane', 'name': 'Dane Jasper', 'id': '7575072'}, {'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}]",,,, +9141,875509067011153924,875509067011153924,1497572602000.0,2017-06-16 00:23:22,+0000,,"$300M cost diff between SpaceX and Boeing/Lockheed exceeds avg value of satellite, so flying with SpaceX means satellite is basically free https://t.co/CaOulCf7ot",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/875509067011153924,['https://twitter.com/arstechnica/status/875489606728372225'],[],0,,False,21838,542,5430,https://twitter.com/arstechnica/status/875489606728372225,None,,,,,,,[],,,, +9142,875070931537981441,875054489459245056,1497468142000.0,2017-06-14 19:22:22,+0000,,@jasveer10 In discussions with the government of India requesting temporary relief on import penalties/restrictions until a local factory is built,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/875070931537981441,[],[],0,,False,3521,246,1039,,None,,,,,,,"[{'screen_name': 'jasveer10', 'name': 'Jasveer Singh👨🏻\u200d💻', 'id': '152585635'}]",,,, +9143,874649718659325952,874649718659325952,1497367717000.0,2017-06-13 15:28:37,+0000,,US govt testing by @NHTSAgov finds Model X to be the safest SUV in history by significant margin https://t.co/zAdb5FQPEI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/874649718659325952,['https://twitter.com/teslamotors/status/874610768427204609'],[],0,,False,19415,739,4369,https://twitter.com/teslamotors/status/874610768427204609,None,,,,,,,[],,,, +9144,874539511815954433,874503138656624641,1497341442000.0,2017-06-13 08:10:42,+0000,,"@samsheffer That would an interesting target. Would, of course, only count if capable of doing so right off the production line with street legal tires.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/874539511815954433,[],[],0,,False,798,54,66,,None,,,,,,,"[{'screen_name': 'samsheffer', 'name': 'Sam Sheffer', 'id': '25246881'}]",,,, +9145,874506910120034306,872260000491593728,1497333669000.0,2017-06-13 06:01:09,+0000,,@AaronTheSilver @sama How'd you know?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/874506910120034306,[],[],0,,False,170,13,7,,None,,,,,,,"[{'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +9146,874483570869272577,873625441944440833,1497328105000.0,2017-06-13 04:28:25,+0000,,"@ethank @ElectrekCo @TeslaRoadTrip Linux kernel update was way harder than anticipated. Giant improvement, but meant way more OS overhead tuning to keep screen frame rate good",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/874483570869272577,[],[],0,,False,178,13,15,,None,,,,,,,"[{'screen_name': 'ethank', 'name': 'Ethan Kaplan', 'id': '615723'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}]",,,, +9147,874029202768510977,873625441944440833,1497219775000.0,2017-06-11 22:22:55,+0000,,"@ethank @ElectrekCo @TeslaRoadTrip New kernel goes out next weekend, new web browser next month. Radar-only braking is getting steadily better for both HW 1 and 2.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/874029202768510977,[],[],0,,False,253,34,20,,None,,,,,,,"[{'screen_name': 'ethank', 'name': 'Ethan Kaplan', 'id': '615723'}, {'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}]",,,, +9148,873984057431949312,873625441944440833,1497209011000.0,2017-06-11 19:23:31,+0000,,@ElectrekCo @TeslaRoadTrip HW2 Autopilot release should go wide next weekend with additional smoothness improvements to longitudinal control,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/873984057431949312,[],[],0,,False,557,40,78,,None,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'TeslaRoadTrip', 'name': 'TeslaRoadTrip', 'id': '1182382878'}]",,,, +9149,873629817895133184,873602924898910208,1497124554000.0,2017-06-10 19:55:54,+0000,,"@RajveerJolly We are developing the interplanetary rocket and spaceship to allow anyone to travel to the moon, Mars & beyond, regardless of nationality",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/873629817895133184,[],[],0,,False,6271,168,1117,,None,,,,,,,"[{'screen_name': 'RajveerJolly', 'name': 'Rajveer Singh Jolly', 'id': '3825138453'}]",,,, +9150,873628555057352705,873627161223213056,1497124253000.0,2017-06-10 19:50:53,+0000,,@KevinWright80 Thanks! Everything we make on the expensive cars goes into developing more affordable cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/873628555057352705,[],[],0,,False,305,11,28,,None,,,,,,,"[{'screen_name': 'KevinWright80', 'name': 'Kevin Wright', 'id': '61869604'}]",,,, +9151,873313746172628992,873306646587613184,1497049197000.0,2017-06-09 22:59:57,+0000,,@StevePrediletto @samabuelsamid @TeslaMotors Thanks for supporting Tesla and the EV mission before anyone had heard of us,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873313746172628992,[],[],0,,False,282,16,19,,None,,,,,,,"[{'screen_name': 'StevePrediletto', 'name': 'steven r. prediletto', 'id': '275827000'}, {'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +9152,873312073756753920,873306646587613184,1497048798000.0,2017-06-09 22:53:18,+0000,,@FredericLambert @samabuelsamid @TeslaMotors Heard about it. Our experience doing projects with big car companies was not great. They move slowly & are reluctant to adopt new tech.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873312073756753920,[],[],0,,False,262,11,24,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +9153,873310575073255425,873306646587613184,1497048441000.0,2017-06-09 22:47:21,+0000,,"@samabuelsamid @TeslaMotors I've written two forward-looking master plans, but haven't told the Tesla history of how we got there. Lot of drama … Prob worth doing?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873310575073255425,[],[],0,,False,332,41,17,,None,,,,,,,"[{'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +9154,873308039733952512,873306646587613184,1497047836000.0,2017-06-09 22:37:16,+0000,,@samabuelsamid @TeslaMotors Mostly right. The feasibility study Martin commissioned about the Lotus Elise was dead wrong though. Only 7% of parts ended up being common.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873308039733952512,[],[],0,,False,315,7,9,,None,,,,,,,"[{'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +9155,873306583983247360,873290378702721026,1497047489000.0,2017-06-09 22:31:29,+0000,,"@RITSPEX @ID_AA_Carmack @mmeijeri Slow at first, then very fast. Def not hover.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873306583983247360,[],[],0,,False,211,14,10,,None,,,,,,,"[{'screen_name': 'RITSPEX', 'name': 'RITSpaceExploration', 'id': '3303167698'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}, {'screen_name': 'mmeijeri', 'name': 'Martijn Meijering', 'id': '376172658'}]",,,, +9156,873305610971787264,873290378702721026,1497047257000.0,2017-06-09 22:27:37,+0000,,"@ID_AA_Carmack @mmeijeri The faster, the better. Gravity losses.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873305610971787264,[],[],0,,False,387,17,24,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}, {'screen_name': 'mmeijeri', 'name': 'Martijn Meijering', 'id': '376172658'}]",,,, +9157,873305406482784256,873116351316938753,1497047208000.0,2017-06-09 22:26:48,+0000,,@mcwm @chrispaine Damn Stonecutters!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873305406482784256,[],[],0,,False,616,7,30,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}, {'screen_name': 'chrispaine', 'name': 'Chris Paine', 'id': '14546186'}]",,,, +9158,873301658155061248,873116351316938753,1497046315000.0,2017-06-09 22:11:55,+0000,,"@EclecticLip Was no ""company"", just a (wrong) biz plan to commercialize ACP's Tzero car. No tech or IP, no employees & didn't even own Tesla Motors name.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873301658155061248,[],[],0,,False,385,9,26,,None,,,,,,,[],,,, +9159,873299731853615104,873297506209116160,1497045855000.0,2017-06-09 22:04:15,+0000,,"@__svndee Disruption certainly. Deep AI is the real risk, though, not automation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/873299731853615104,[],[],0,,False,175,16,15,,None,,,,,,,[],,,, +9160,873266603349073920,873116351316938753,1497037957000.0,2017-06-09 19:52:37,+0000,,@rami_syvari @clevergoat @mor10 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/873266603349073920,[],[],0,,False,336,13,19,,None,,,,,,,"[{'screen_name': 'rami_syvari', 'name': 'Rami Syväri', 'id': '306155188'}, {'screen_name': 'clevergoat', 'name': 'Đặng Thuý', 'id': '1198066640606228480'}, {'screen_name': 'mor10', 'name': 'Morten Rand-Hendriksen', 'id': '14611891'}]",,,, +9161,873248942250573824,873248942250573824,1497033746000.0,2017-06-09 18:42:26,+0000,,Congrats Robb! https://t.co/4OaB8t0yoq,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/873248942250573824,['https://twitter.com/verge/status/873232457432268800'],[],0,,False,7236,88,717,https://twitter.com/verge/status/873232457432268800,None,,,,,,,[],,,, +9162,873211353091014656,873116351316938753,1497024784000.0,2017-06-09 16:13:04,+0000,,@MarkeR2002 @chrispaine So crazy that people were arrested for trying to keep their cars from being destroyed,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/873211353091014656,[],[],0,,False,580,49,60,,None,,,,,,,"[{'screen_name': 'MarkeR2002', 'name': 'Mark Ryan', 'id': '161308342'}, {'screen_name': 'chrispaine', 'name': 'Chris Paine', 'id': '14546186'}]",,,, +9163,873210566826803201,872892467800023040,1497024597000.0,2017-06-09 16:09:57,+0000,,@isco__ You may have Heard of the person who put it together,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/873210566826803201,[],[],0,,False,249,17,23,,None,,,,,,,"[{'screen_name': 'isco__', 'name': 'Isco', 'id': '15499245'}]",,,, +9164,873210142573043712,873116351316938753,1497024496000.0,2017-06-09 16:08:16,+0000,,"Worth watching ""Who Killed the Electric Car?"" By @chrispaine. Truth is indeed stranger than fiction … https://t.co/b8rKpp8nvJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/873210142573043712,['https://en.m.wikipedia.org/wiki/Who_Killed_the_Electric_Car%3F'],[],0,,False,7683,410,1751,,None,,,,,,,[],,,, +9165,873202292048015360,872892467800023040,1497022624000.0,2017-06-09 15:37:04,+0000,,"@Franco_FWG @Zedd If Zedd is kind enough to send me a list, it's on",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/873202292048015360,[],[],0,,False,312,5,29,,None,,,,,,,"[{'screen_name': 'Zedd', 'name': 'Zedd', 'id': '155705264'}]",,,, +9166,873131202663690240,873116351316938753,1497005675000.0,2017-06-09 10:54:35,+0000,,"@ApexCornerSpeed @BraveRock_ All Superchargers are being converted to solar/battery power. Over time, almost all will disconnect from the electricity grid.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873131202663690240,[],[],0,,False,2047,120,390,,None,,,,,,,"[{'screen_name': 'ApexCornerSpeed', 'name': 'H20Bound', 'id': '832376467749208064'}, {'screen_name': 'BraveRock_', 'name': 'Never once banned by any social media.', 'id': '14699374'}]",,,, +9167,873130508984631296,873116351316938753,1497005509000.0,2017-06-09 10:51:49,+0000,,"@mor10 I love Norway, which is the world leader in EV adoption! Great example for the rest of the world.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873130508984631296,[],[],0,,False,1922,61,235,,None,,,,,,,"[{'screen_name': 'mor10', 'name': 'Morten Wears a Mask', 'id': '14611891'}]",,,, +9168,873122114307371015,873116351316938753,1497003508000.0,2017-06-09 10:18:28,+0000,,"@kieranquinn27 Long way to go, but we've convinced most of the auto industry to start EV programs & gave them all our patents to help, so that's something",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873122114307371015,[],[],0,,False,3497,113,509,,None,,,,,,,"[{'screen_name': 'kieranquinn27', 'name': 'Kieran Quinn', 'id': '3083536565'}]",,,, +9169,873121068172460035,873116351316938753,1497003259000.0,2017-06-09 10:14:19,+0000,,"Nothing to do w govt incentives or making money. Thought 90% prob of losing it all (almost did many times), but it was the only chance.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873121068172460035,[],[],0,,False,12225,401,1422,,None,,,,,,,[],,,, +9170,873119655354695685,873116351316938753,1497002922000.0,2017-06-09 10:08:42,+0000,,"Since big car companies were killing their EV programs, the only chance was to create an EV company, even tho it was almost certain to fail",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873119655354695685,[],[],0,,False,10851,202,1753,,None,,,,,,,[],,,, +9171,873117697420034048,873116351316938753,1497002455000.0,2017-06-09 10:00:55,+0000,,"They was done against the will of their owners, who held a candlelight vigil all night to protest the death of their cars",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/873117697420034048,[],[],0,,False,5348,171,1027,,None,,,,,,,[],,,, +9172,873116351316938753,873116351316938753,1497002134000.0,2017-06-09 09:55:34,+0000,,Few people know that we started Tesla when GM forcibly recalled all electric cars from customers in 2003 & then crushed them in a junkyard,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/873116351316938753,[],[],0,,False,42113,1439,13184,,None,,,,,,,[],,,, +9173,872979293944414208,872892467800023040,1496969457000.0,2017-06-09 00:50:57,+0000,,@RafaelM81 @EricaBoarman That is true. Ludicrous mode is like having pure joy on tap. Nothing else (legal) will get you that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/872979293944414208,[],[],0,,False,298,15,27,,None,,,,,,,"[{'screen_name': 'EricaBoarman', 'name': 'Erica Boarman', 'id': '910578764'}]",,,, +9174,872974600451219456,872905905041362944,1496968338000.0,2017-06-09 00:32:18,+0000,,@Boltfinger Click the left scroll wheel to pause or mute music,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/872974600451219456,[],[],0,,False,112,6,3,,None,,,,,,,"[{'screen_name': 'Boltfinger', 'name': 'Dennis Pena', 'id': '24853680'}]",,,, +9175,872935638944800769,872905905041362944,1496959049000.0,2017-06-08 21:57:29,+0000,,"@cabbey @JeffMcAdams Good point, will add ""cancel nav"" to voice commands",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/872935638944800769,[],[],0,,False,559,25,17,,None,,,,,,,"[{'screen_name': 'cabbey', 'name': 'cabbey', 'id': '14541542'}, {'screen_name': 'JeffMcAdams', 'name': 'Jeff McAdams', 'id': '12728892'}]",,,, +9176,872935290356113408,872893604464779264,1496958966000.0,2017-06-08 21:56:06,+0000,,@EricIdle Too awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/872935290356113408,[],[],0,,False,484,14,15,,None,,,,,,,"[{'screen_name': 'EricIdle', 'name': 'Eric Idle', 'id': '862483279'}]",,,, +9177,872919207754711041,872893604464779264,1496955131000.0,2017-06-08 20:52:11,+0000,,@Belltower @GarthRedshaw @The1ManHerd Must ipso facto half not bee,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872919207754711041,[],[],0,,False,107,22,2,,None,,,,,,,"[{'screen_name': 'Belltower', 'name': 'Andrew Bell', 'id': '18226740'}, {'screen_name': 'GarthRedshaw', 'name': 'Garth Redshaw', 'id': '46210535'}]",,,, +9178,872913130120134656,872911823288377346,1496953682000.0,2017-06-08 20:28:02,+0000,,"@mashabletech First of all, I cracked a long time ago. That's not news. Second, yes, I can see time. How did you know?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872913130120134656,[],[],0,,False,1694,67,153,,None,,,,,,,"[{'screen_name': 'mashabletech', 'name': 'Mashable Tech', 'id': '958743175383998464'}]",,,, +9179,872912379406766080,872905905041362944,1496953503000.0,2017-06-08 20:25:03,+0000,,"@AndrewHaigh Yeah, car should auto play when it gets an exact match, like it does for directions. Will make that change.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872912379406766080,[],[],0,,False,492,8,12,,None,,,,,,,"[{'screen_name': 'AndrewHaigh', 'name': 'Andrew Haigh ⚡️', 'id': '20483883'}]",,,, +9180,872912059406491648,872892467800023040,1496953427000.0,2017-06-08 20:23:47,+0000,,@jovanik21 @philwhln Just confirmed the Tesla DJ station works in Canada,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872912059406491648,[],[],0,,False,121,7,2,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'philwhln', 'name': 'Phil Whelan 😷🇨🇦🦕🚀', 'id': '13036132'}]",,,, +9181,872907817258070016,872893604464779264,1496952416000.0,2017-06-08 20:06:56,+0000,,@Krishell1985 Cool,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872907817258070016,[],[],0,,False,134,27,0,,None,,,,,,,"[{'screen_name': 'Krishell1985', 'name': 'Mr Helle', 'id': '2744603278'}]",,,, +9182,872906757831409664,872905905041362944,1496952163000.0,2017-06-08 20:02:43,+0000,,"@sakerjacks No, it's not!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872906757831409664,[],[],0,,False,315,9,6,,None,,,,,,,"[{'screen_name': 'sakerjacks', 'name': 'Dan Lysaker', 'id': '161161529'}]",,,, +9183,872906681851576321,872893604464779264,1496952145000.0,2017-06-08 20:02:25,+0000,,@MichaelGladis Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872906681851576321,[],[],0,,False,251,4,2,,None,,,,,,,"[{'screen_name': 'MichaelGladis', 'name': 'Michael Gladis', 'id': '801085753'}]",,,, +9184,872906594471755776,872905905041362944,1496952124000.0,2017-06-08 20:02:04,+0000,,@JeffMcAdams Tap cancel on the screen,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/872906594471755776,[],[],0,,False,185,6,3,,None,,,,,,,"[{'screen_name': 'JeffMcAdams', 'name': 'Jeff McAdams', 'id': '12728892'}]",,,, +9185,872905905041362944,872905905041362944,1496951960000.0,2017-06-08 19:59:20,+0000,,"Just tap the voice button on the steering wheel and say ""Play Monty Python"" or ""Navigate home"" or anything. Voice commands work pretty well.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872905905041362944,[],[],0,,False,7202,509,686,,None,,,,,,,[],,,, +9186,872905016176025601,872892467800023040,1496951748000.0,2017-06-08 19:55:48,+0000,,"@EricaBoarman Just depends on whether you like a sedan or SUV. Sedan goes faster, SUV has more room.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872905016176025601,[],[],0,,False,179,18,2,,None,,,,,,,"[{'screen_name': 'EricaBoarman', 'name': 'Erica Boarman', 'id': '910578764'}]",,,, +9187,872903902282137600,872892467800023040,1496951482000.0,2017-06-08 19:51:22,+0000,,"@jschindeler Yeah, coming back",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872903902282137600,[],[],0,,False,132,5,3,,None,,,,,,,"[{'screen_name': 'jschindeler', 'name': 'John Schindeler', 'id': '312372113'}]",,,, +9188,872895237022113792,872893604464779264,1496949416000.0,2017-06-08 19:16:56,+0000,,@symonchester Coming soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872895237022113792,[],[],0,,False,249,11,1,,None,,,,,,,"[{'screen_name': 'symonchester', 'name': 'symon chester', 'id': '55366920'}]",,,, +9189,872895060404076544,872893604464779264,1496949374000.0,2017-06-08 19:16:14,+0000,,@castfxman Partly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872895060404076544,[],[],0,,False,359,12,9,,None,,,,,,,"[{'screen_name': 'castfxman', 'name': 'Javier Rivera', 'id': '48177194'}]",,,, +9190,872894904174653440,872893604464779264,1496949337000.0,2017-06-08 19:15:37,+0000,,@The1ManHerd Possibly my favorite skit,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872894904174653440,[],[],0,,False,227,6,2,,None,,,,,,,[],,,, +9191,872894508962205696,872893604464779264,1496949243000.0,2017-06-08 19:14:03,+0000,,@AngBoire Might work in Canada too,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872894508962205696,[],[],0,,False,207,6,4,,None,,,,,,,[],,,, +9192,872894290460004352,872892467800023040,1496949191000.0,2017-06-08 19:13:11,+0000,,@jovanik21 @philwhln I mean also,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872894290460004352,[],[],0,,False,133,4,1,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'philwhln', 'name': 'Phil Whelan 😷🇨🇦🦕🚀', 'id': '13036132'}]",,,, +9193,872893699511865345,872892467800023040,1496949050000.0,2017-06-08 19:10:50,+0000,,@markedtek Not yet,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872893699511865345,[],[],0,,False,112,3,0,,None,,,,,,,[],,,, +9194,872893668474052608,872892467800023040,1496949042000.0,2017-06-08 19:10:42,+0000,,@rrosenbl Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872893668474052608,[],[],0,,False,108,6,1,,None,,,,,,,"[{'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}]",,,, +9195,872893604464779264,872893604464779264,1496949027000.0,2017-06-08 19:10:27,+0000,,"In the US, you can ask your Tesla to play any Monty Python (or other comedy) skit. Doesn't work outside US yet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872893604464779264,[],[],0,,False,17130,805,2669,,None,,,,,,,[],,,, +9196,872893125303222273,872892467800023040,1496948913000.0,2017-06-08 19:08:33,+0000,,"@philwhln It's on the car. Might add it to the Tesla app at some point, so you get it on your phone if you have a Powerwall or Tesla solar.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872893125303222273,[],[],0,,False,236,9,10,,None,,,,,,,"[{'screen_name': 'philwhln', 'name': 'Phil Whelan 😷🇨🇦🦕🚀', 'id': '13036132'}]",,,, +9197,872892636276731904,872892467800023040,1496948796000.0,2017-06-08 19:06:36,+0000,,@DeanDcruz My favorite for sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872892636276731904,[],[],0,,False,174,6,5,,None,,,,,,,"[{'screen_name': 'DeanDcruz', 'name': 'Dean Dcruz', 'id': '19917090'}]",,,, +9198,872892467800023040,872892467800023040,1496948756000.0,2017-06-08 19:05:56,+0000,,Try the new Tesla DJ station on streaming radio,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/872892467800023040,[],[],0,,False,4957,276,466,,None,,,,,,,[],,,, +9199,872889583846924288,872888045170597889,1496948068000.0,2017-06-08 18:54:28,+0000,,@redletterdave The scene where Brian is saved from the Romans by falling off a tower into a spaceship is the best Deus Ex Machina moment of any movie ever,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/872889583846924288,[],[],0,,False,272,13,24,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'dave smith', 'id': '19743466'}]",,,, +9200,872888863504474112,872888457156329472,1496947897000.0,2017-06-08 18:51:37,+0000,,"@JohnnyZenith All Falcon Heavy cores should be at the Cape in two to three months, so launch should happen a month after that",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/872888863504474112,[],[],0,,False,709,54,242,,None,,,,,,,"[{'screen_name': 'JohnnyZenith', 'name': 'JohnnyZ', 'id': '2469149011'}]",,,, +9201,872888316978274304,872888045170597889,1496947766000.0,2017-06-08 18:49:26,+0000,,@redletterdave Love Monty Python so much,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/872888316978274304,[],[],0,,False,296,16,17,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'Dave', 'id': '19743466'}]",,,, +9202,872888045170597889,872888045170597889,1496947702000.0,2017-06-08 18:48:22,+0000,, https://t.co/spUaZYaxgB,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/872888045170597889,['https://m.youtube.com/watch?v=SJUhlRoBL8M'],[],0,,False,3623,219,637,,None,,,,,,,[],,,, +9203,872869915337805825,872862122509647873,1496943379000.0,2017-06-08 17:36:19,+0000,,"Just wish they would stop sticking pins in voodoo dolls of me. That hurts, ok?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/872869915337805825,[],[],0,,False,18367,740,1834,,None,,,,,,,[],,,, +9204,872869542376030208,872862122509647873,1496943290000.0,2017-06-08 17:34:50,+0000,,@johnbiscevic Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/872869542376030208,[],[],0,,False,132,4,0,,None,,,,,,,"[{'screen_name': 'johnbiscevic', 'name': 'John Biscevic', 'id': '102191014'}]",,,, +9205,872869348850913280,872862122509647873,1496943244000.0,2017-06-08 17:34:04,+0000,,@danahull Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/872869348850913280,[],[],0,,False,156,5,3,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +9206,872868505351094272,872862122509647873,1496943043000.0,2017-06-08 17:30:43,+0000,,These guys want us to die so bad they can taste it,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/872868505351094272,[],[],0,,False,12098,673,1500,,None,,,,,,,[],,,, +9207,872862122509647873,872862122509647873,1496941521000.0,2017-06-08 17:05:21,+0000,,Could be worse https://t.co/CtnkJysquj,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/872862122509647873,['http://www.investopedia.com/news/more-bets-against-tesla-any-other-company-tsla-bac/?partner=YahooSA&yptr=yahoo'],[],0,,False,12573,699,2038,,None,,,,,,,[],,,, +9208,872645445742231553,872579925403852800,1496889861000.0,2017-06-08 02:44:21,+0000,,"@LABJnews We can either give up hope & sit in traffic hell forever or try something new. The odds of success may be low, but they're better than zero.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/872645445742231553,[],[],0,,False,508,54,77,,None,,,,,,,"[{'screen_name': 'LABJnews', 'name': 'L.A. Business Journal', 'id': '831581366'}]",,,, +9209,872601868668555264,872579925403852800,1496879472000.0,2017-06-07 23:51:12,+0000,,@LABJnews The Boring Company is in Hawthorne and has already approved the permit,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/872601868668555264,[],[],0,,False,1525,52,112,,None,,,,,,,"[{'screen_name': 'LABJnews', 'name': 'L.A. Business Journal', 'id': '831581366'}]",,,, +9210,872535557997449216,872530998575190017,1496863662000.0,2017-06-07 19:27:42,+0000,,@kimchee_chigae @SpaceX Thanks :) Such an outrageous lawsuit. People sometimes underestimate strength of US judiciary. Lot of respect for the judge & jury system.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/872535557997449216,[],[],0,,False,1111,26,45,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +9211,872349845088075776,872331883329323009,1496819385000.0,2017-06-07 07:09:45,+0000,,@biseshgrg Read https://t.co/TOyVa7PmNk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/872349845088075776,['http://waitbutwhy.com/2017/04/neuralink.html'],[],0,,False,993,46,205,,None,,,,,,,"[{'screen_name': 'biseshgrg', 'name': 'Bisesh Gurung', 'id': '418694367'}]",,,, +9212,872349052016394243,872347614280372224,1496819196000.0,2017-06-07 07:06:36,+0000,,@SaherShodhan Almost. Falcon Heavy was way harder to develop than it seemed at first.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/872349052016394243,[],[],0,,False,486,30,31,,None,,,,,,,"[{'screen_name': 'SaherShodhan', 'name': 'Saher Shodhan', 'id': '14563227'}]",,,, +9213,872322588919443460,872260000491593728,1496812886000.0,2017-06-07 05:21:26,+0000,,"@sama Once you add the vintage record player, it's all good",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/872322588919443460,[],[],0,,False,1156,28,31,,None,,,,,,,"[{'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +9214,872321354279866368,872317444311928832,1496812592000.0,2017-06-07 05:16:32,+0000,,@farhad667 You're welcome!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/872321354279866368,[],[],0,,False,311,9,11,,None,,,,,,,"[{'screen_name': 'farhad667', 'name': 'Farhad Mohit', 'id': '16364717'}]",,,, +9215,872260000491593728,872260000491593728,1496797964000.0,2017-06-07 01:12:44,+0000,,"A little red wine, vintage record, some Ambien ... and magic!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/872260000491593728,[],[],0,,False,21050,1248,3314,,None,,,,,,,[],,,, +9216,872257953373368320,872146674327601152,1496797476000.0,2017-06-07 01:04:36,+0000,,@avyas0 A 7 step facial treatment every morning. The mistake people make is stopping at 6.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/872257953373368320,[],[],0,,False,6867,208,493,,None,,,,,,,[],,,, +9217,872257388136484864,872146674327601152,1496797341000.0,2017-06-07 01:02:21,+0000,,"And um ... not trying to brag or anything, but I think I look good for 500",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/872257388136484864,[],[],0,,False,10283,479,802,,None,,,,,,,[],,,, +9218,872170047262687232,871946789305196544,1496776518000.0,2017-06-06 19:15:18,+0000,,@brokesilver Seems that way,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/872170047262687232,[],[],0,,False,207,20,5,,None,,,,,,,"[{'screen_name': 'brokesilver', 'name': '♏', 'id': '44418773'}]",,,, +9219,872150434093252608,872146674327601152,1496771841000.0,2017-06-06 17:57:21,+0000,,@NigelKBaker Of course. What base-number system were you using?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/872150434093252608,[],[],0,,False,454,39,13,,None,,,,,,,"[{'screen_name': 'NigelKBaker', 'name': 'Nigel Baker', 'id': '517828679'}]",,,, +9220,872150066462511104,872146674327601152,1496771754000.0,2017-06-06 17:55:54,+0000,,That's why the pic is in black and white. Didn't have color back then.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/872150066462511104,[],[],0,,False,6649,291,401,,None,,,,,,,[],,,, +9221,872149867006533632,872146674327601152,1496771706000.0,2017-06-06 17:55:06,+0000,,"@PoyntingCEO Yeah, I counted",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/872149867006533632,[],[],0,,False,434,20,10,,None,,,,,,,[],,,, +9222,872146674327601152,872146674327601152,1496770945000.0,2017-06-06 17:42:25,+0000,,Tesla shareholder meeting today. Can't believe it's been 1000 years since we went public. https://t.co/jK7WmuxSLv,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/872146674327601152,['https://www.instagram.com/p/BVAbpGghunY/'],[],0,,False,11484,529,1204,,None,,,,,,,[],,,, +9223,871977447159283712,871745137201696769,1496730598000.0,2017-06-06 06:29:58,+0000,,"@rolandscahill @TeslaMotors This is a metaphor for transparency. Also, f* underwear.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/871977447159283712,[],[],0,,False,779,30,152,,None,,,,,,,"[{'screen_name': 'rolandscahill', 'name': 'Roland Scahill', 'id': '19865053'}]",,,, +9224,871949276951203840,871946789305196544,1496723882000.0,2017-06-06 04:38:02,+0000,,@mcgd @MitchellGeere Obviously,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/871949276951203840,[],[],0,,False,354,13,14,,None,,,,,,,"[{'screen_name': 'mcgd', 'name': 'Michael Dearing', 'id': '22887743'}]",,,, +9225,871947630372282368,871946789305196544,1496723489000.0,2017-06-06 04:31:29,+0000,,"SEC disclosures, etc",ca,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/871947630372282368,[],[],0,,False,4445,145,255,,None,,,,,,,[],,,, +9226,871946789305196544,871946789305196544,1496723289000.0,2017-06-06 04:28:09,+0000,,"I'm not *saying* they're related, but … https://t.co/p5d2zkC7e7",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/871946789305196544,['https://twitter.com/isco__/status/871785275877228544'],[],0,,False,28774,499,6142,https://twitter.com/isco__/status/871785275877228544,None,,,,,,,[],,,, +9227,871915360819204097,871915360819204097,1496715796000.0,2017-06-06 02:23:16,+0000,,Or is it more about the way you use it? https://t.co/VvqgOX3XFJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/871915360819204097,['https://twitter.com/swiftonsecurity/status/871390175363964929'],[],0,,False,26480,510,6069,https://twitter.com/swiftonsecurity/status/871390175363964929,None,,,,,,,[],,,, +9228,871914003244605440,871886151014940672,1496715472000.0,2017-06-06 02:17:52,+0000,,@SmileSimplify I hope I'm wrong,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/871914003244605440,[],[],0,,False,437,27,37,,None,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}]",,,, +9229,871886151014940672,871886151014940672,1496708831000.0,2017-06-06 00:27:11,+0000,,"Probably closer to 2030 to 2040 imo. 2060 would be a linear extrapolation, but progress is exponential. https://t.co/e6gyOVcMZG",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/871886151014940672,['https://twitter.com/newscientist/status/871885452306939906'],[],0,,False,15626,761,4898,https://twitter.com/newscientist/status/871885452306939906,None,,,,,,,[],,,, +9230,871850248716533760,871849463303868417,1496700272000.0,2017-06-05 22:04:32,+0000,,@RobinWigg Great comedy! They should write for @TheOnion.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/871850248716533760,[],[],0,,False,1118,66,51,,None,,,,,,,"[{'screen_name': 'RobinWigg', 'name': 'Robin Wigglesworth', 'id': '60880381'}]",,,, +9231,871822308016439296,871821760483676160,1496693610000.0,2017-06-05 20:13:30,+0000,,@HCPG Most likely,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/871822308016439296,[],[],0,,False,457,19,13,,None,,,,,,,"[{'screen_name': 'HCPG', 'name': 'HCPG', 'id': '27922928'}]",,,, +9232,871805583761956865,871797367724486656,1496689623000.0,2017-06-05 19:07:03,+0000,,"@hellenomwando @MarkBungerLux Also, we will have a very high headcount around each Gigafactory keeping it running. They just won't be doing boring, repetitive tasks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/871805583761956865,[],[],0,,False,196,15,16,,None,,,,,,,"[{'screen_name': 'hellenomwando', 'name': 'Hellen Omwando', 'id': '194648509'}]",,,, +9233,871805266160893952,871797367724486656,1496689547000.0,2017-06-05 19:05:47,+0000,,@hellenomwando @MarkBungerLux Probably closer to four or five factories. Logistics costs mean you want to be close to the end customer.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/871805266160893952,[],[],0,,False,245,14,31,,None,,,,,,,"[{'screen_name': 'hellenomwando', 'name': 'Hellen Omwando', 'id': '194648509'}]",,,, +9234,871784739367116800,871745137201696769,1496684653000.0,2017-06-05 17:44:13,+0000,,@TheStaceyRoy @TeslaMotors California Cabernet,vi,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/871784739367116800,[],[],0,,False,436,28,26,,None,,,,,,,"[{'screen_name': 'TheStaceyRoy', 'name': 'Stacey Roy', 'id': '440525434'}]",,,, +9235,871783609492844544,871745137201696769,1496684384000.0,2017-06-05 17:39:44,+0000,,@rolandscahill @TeslaMotors Wearing anything at all is just a conspiracy by the capitalist running dogs of Big Underwear,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/871783609492844544,[],[],0,,False,6133,85,1592,,None,,,,,,,"[{'screen_name': 'rolandscahill', 'name': 'Roland Scahill', 'id': '19865053'}]",,,, +9236,871774749352800256,871774429419667457,1496682271000.0,2017-06-05 17:04:31,+0000,,He was great though,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/871774749352800256,[],[],0,,False,3887,237,160,,None,,,,,,,[],,,, +9237,871774615562928128,871774615562928128,1496682239000.0,2017-06-05 17:03:59,+0000,, https://t.co/Uu6DQa3Kx4,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/871774615562928128,['https://m.youtube.com/watch?v=0woPde7OE1k'],[],0,,False,3624,164,467,,None,,,,,,,[],,,, +9238,871774429419667457,871774429419667457,1496682195000.0,2017-06-05 17:03:15,+0000,,Was just at the DMV & dude had the actual sloth from Zootopia on his desk https://t.co/uxPMFX64ba,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/871774429419667457,['https://www.instagram.com/p/BU9y-VFhHCr/'],[],0,,False,12319,369,1558,,None,,,,,,,[],,,, +9239,871603641970380801,871600491427381248,1496641476000.0,2017-06-05 05:44:36,+0000,,"@commoboy @SpaceX Most people don't realize you can see Dragon approach the Space Station from the ground, even in LA",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/871603641970380801,[],[],0,,False,435,18,38,,None,,,,,,,"[{'screen_name': 'commoboy', 'name': 'Tom Cannon', 'id': '14989377'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +9240,871407347339452416,871407347339452416,1496594676000.0,2017-06-04 16:44:36,+0000,,Proud of my Mom ❤️ https://t.co/MY9dGfDo0d,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/871407347339452416,['https://mobile.nytimes.com/2016/05/01/fashion/elon-musk-mother-maye-musk-model-met-gala.html?smprod=nytcore-iphone&smid=nytcore-iphone-share&_r=0&referer=https://t.co/LcCJ1FuYkS'],[],0,,False,9596,260,696,,None,,,,,,,[],,,, +9241,871228411494014976,871227498809368580,1496552014000.0,2017-06-04 04:53:34,+0000,,"@Pandora659 Yeah, pretty much dead center. We painted the target area with radio reflective paint, which helps the radar be more precise.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/871228411494014976,[],[],0,,False,1447,53,115,,None,,,,,,,"[{'screen_name': 'Pandora659', 'name': 'Pandora', 'id': '708043090880114689'}]",,,, +9242,871227949302767616,871227498809368580,1496551904000.0,2017-06-04 04:51:44,+0000,,@zlorena70 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/871227949302767616,[],[],0,,False,757,17,10,,None,,,,,,,"[{'screen_name': 'zlorena70', 'name': 'Lorena Z. 🧢', 'id': '3461174249'}]",,,, +9243,871227498809368580,871227498809368580,1496551796000.0,2017-06-04 04:49:56,+0000,,It's starting to feel kinda normal to reuse rockets. Good. That's how it is for cars & airplanes and how it should be for rockets.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/871227498809368580,[],[],0,,False,55235,1160,10169,,None,,,,,,,[],,,, +9244,871076851900325888,871076851900325888,1496515879000.0,2017-06-03 18:51:19,+0000,,First reflight of a Dragon spacecraft set for later today https://t.co/EW4HsWvlwc,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/871076851900325888,['https://twitter.com/spacex/status/871073540891492352'],[],0,,False,11406,647,1927,https://twitter.com/spacex/status/871073540891492352,None,,,,,,,[],,,, +9245,870570686409920512,870496179527733248,1496395200000.0,2017-06-02 09:20:00,+0000,,@anandmahindra Good point :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/870570686409920512,[],[],0,,False,3635,127,414,,None,,,,,,,"[{'screen_name': 'anandmahindra', 'name': 'anand mahindra', 'id': '34197952'}]",,,, +9246,870411649621999617,870411649621999617,1496357283000.0,2017-06-01 22:48:03,+0000,,India commits to sell only electric cars by 2030. It is already the largest market for solar power. https://t.co/EGBNTPzmE5,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/870411649621999617,['https://www.weforum.org/agenda/2017/05/india-electric-car-sales-only-2030/'],[],0,,False,53707,1705,23784,,None,,,,,,,[],,,, +9247,870380036750168065,870380036750168065,1496349746000.0,2017-06-01 20:42:26,+0000,,"Under Paris deal, China committed to produce as much clean electricity by 2030 as the US does from all sources today https://t.co/F8Ppr2o7Rl",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/870380036750168065,['https://twitter.com/sciam/status/870339408163205120'],[],0,,False,44522,1355,15510,https://twitter.com/sciam/status/870339408163205120,None,,,,,,,[],,,, +9248,870369915894546432,870369915894546432,1496347333000.0,2017-06-01 20:02:13,+0000,,Am departing presidential councils. Climate change is real. Leaving Paris is not good for America or the world.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/870369915894546432,[],[],0,,False,490885,24256,200802,,None,,,,,,,[],,,, +9249,870316100696723456,870309305165111296,1496334502000.0,2017-06-01 16:28:22,+0000,,@TrickyDickyChap Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/870316100696723456,[],[],0,,False,181,12,3,,None,,,,,,,[],,,, +9250,870183559666966528,870044983788617728,1496302902000.0,2017-06-01 07:41:42,+0000,,@danekevincook Yeah :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/870183559666966528,[],[],0,,False,1563,33,162,,None,,,,,,,"[{'screen_name': 'danekevincook', 'name': 'Uncle Dane', 'id': '151759342'}]",,,, +9251,869971423455924224,869970236669177856,1496252325000.0,2017-05-31 17:38:45,+0000,,@schneby Will have no choice but to depart councils in that case,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/869971423455924224,[],[],0,,False,14072,1193,3389,,None,,,,,,,"[{'screen_name': 'schneby', 'name': 'Luke Schnoebelen', 'id': '14996223'}]",,,, +9252,869970236669177856,869970236669177856,1496252042000.0,2017-05-31 17:34:02,+0000,,"Don't know which way Paris will go, but I've done all I can to advise directly to POTUS, through others in WH & via councils, that we remain",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/869970236669177856,[],[],0,,False,58362,2966,14875,,None,,,,,,,[],,,, +9253,869798092895166464,869781762452316162,1496211000000.0,2017-05-31 06:10:00,+0000,,@LilEdit @Nalepa And then some,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/869798092895166464,[],[],0,,False,221,12,9,,None,,,,,,,"[{'screen_name': 'LilEdit', 'name': 'Яandall 🎧 Яoberts', 'id': '15263981'}, {'screen_name': 'Nalepa', 'name': 'Nalepa World Peace', 'id': '20479867'}]",,,, +9254,869782701762502656,869781762452316162,1496207330000.0,2017-05-31 05:08:50,+0000,,"@Taraustralis @VividSydney Yeah, it was great!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/869782701762502656,[],[],0,,False,201,7,5,,None,,,,,,,"[{'screen_name': 'Taraustralis', 'name': 'Taraustralis', 'id': '1006232250'}, {'screen_name': 'VividSydney', 'name': 'Vivid Sydney', 'id': '126234787'}]",,,, +9255,869781806467383297,869781806467383297,1496207117000.0,2017-05-31 05:05:17,+0000,,Piggyback rides around the Opera House https://t.co/Z27JSVBt21,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/869781806467383297,['https://www.instagram.com/p/BUtGKm0BCbm/'],[],0,,False,3193,164,213,,None,,,,,,,[],,,, +9256,869781762452316162,869781762452316162,1496207106000.0,2017-05-31 05:05:06,+0000,,Sydney is such a beautiful city https://t.co/AuCRqFHQwr,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/869781762452316162,['https://www.instagram.com/p/BUs7qFEBpE0/'],[],0,,False,4067,262,288,,None,,,,,,,[],,,, +9257,869076569876303872,869072312485761024,1496038975000.0,2017-05-29 06:22:55,+0000,,@marlomajor A lot,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/869076569876303872,[],[],0,,False,3025,98,152,,None,,,,,,,"[{'screen_name': 'marlomajor', 'name': 'marlo major', 'id': '79853872'}]",,,, +9258,869037783805046784,869029581973577728,1496029728000.0,2017-05-29 03:48:48,+0000,,"@suzanakajtazaj I do via my foundation, which is now 16 years old, but my grants are (almost always) anonymous",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/869037783805046784,[],[],0,,False,320,32,18,,None,,,,,,,[],,,, +9259,868607810040242176,868462077589020672,1495927214000.0,2017-05-27 23:20:14,+0000,,@AndyPabari Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/868607810040242176,[],[],0,,False,156,16,27,,None,,,,,,,"[{'screen_name': 'AndyPabari', 'name': 'Andy', 'id': '438028166'}]",,,, +9260,868606773682356224,868580029529116672,1495926967000.0,2017-05-27 23:16:07,+0000,,@CurtisHemming @swiftcurlibrary @lloydbrokeit @TeslaMotors Should finish trans-Canada this year. A stop in Swift Current for sure!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/868606773682356224,[],[],0,,False,485,34,62,,None,,,,,,,"[{'screen_name': 'CurtisHemming', 'name': 'Curtis Hemming', 'id': '217094434'}, {'screen_name': 'swiftcurlibrary', 'name': 'Swift Current Library', 'id': '334206752'}, {'screen_name': 'lloydbrokeit', 'name': 'LloydBrokeIt', 'id': '815927796362948608'}]",,,, +9261,868055596037095424,868023177061978112,1495795556000.0,2017-05-26 10:45:56,+0000,,@drewjohnarnold Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/868055596037095424,[],[],0,,False,310,22,15,,None,,,,,,,"[{'screen_name': 'drewjohnarnold', 'name': 'Andrew Arnold', 'id': '48410634'}]",,,, +9262,868023177061978112,868023177061978112,1495787827000.0,2017-05-26 08:37:07,+0000,,Comparing Model S vs Model 3 https://t.co/JPM9VVGbhA,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/868023177061978112,['https://www.tesla.com/compare'],[],0,,False,5545,806,1508,,None,,,,,,,[],,,, +9263,867988709727129604,867988709727129604,1495779609000.0,2017-05-26 06:20:09,+0000,,Old-school fidget spinner back when the only things to play with were squirrels and rocks https://t.co/jx1Xc8nu7t,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/867988709727129604,['https://instagram.com/p/BUikaWPBywV/'],[],0,,False,9591,493,1943,,None,,,,,,,[],,,, +9264,867667009839931393,867632190695235584,1495702910000.0,2017-05-25 09:01:50,+0000,,@FBeuster There will be a combined booster static fire. Maybe a few.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/867667009839931393,[],[],0,,False,306,25,30,,None,,,,,,,"[{'screen_name': 'FBeuster', 'name': 'Felix Beuster', 'id': '30517433'}]",,,, +9265,867634302330093570,867632190695235584,1495695112000.0,2017-05-25 06:51:52,+0000,,"Btw, that cloud is almost entirely steam, including dark parts (like a storm). This is what the launch looks like: https://t.co/chrhsz5iwn",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/867634302330093570,['https://m.youtube.com/watch?v=fV55f_CgsJA'],[],0,,False,3917,273,552,,None,,,,,,,[],,,, +9266,867632190695235584,867632190695235584,1495694608000.0,2017-05-25 06:43:28,+0000,,"Falcon Heavy is this times three. One way or another, launch is guaranteed to be exciting ... https://t.co/FPUNALj0Hd",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/867632190695235584,['https://twitter.com/spacex/status/867568781928701954'],[],0,,False,9184,215,1780,https://twitter.com/spacex/status/867568781928701954,None,,,,,,,[],,,, +9267,867241481182093312,867216076442148864,1495601456000.0,2017-05-24 04:50:56,+0000,,@station2stat @TeslaMotors Will shut that down. The point is to provide something special that only existing owners can give to friends and it is limited to 5 people.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/867241481182093312,[],[],0,,False,148,42,10,,None,,,,,,,"[{'screen_name': 'station2stat', 'name': 'Station2Station', 'id': '46414794'}]",,,, +9268,867239192774004738,866470387248316416,1495600910000.0,2017-05-24 04:41:50,+0000,,@leonwang0091 Only if you want pure joy mainlined straight into your brain,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/867239192774004738,[],[],0,,False,274,17,27,,None,,,,,,,"[{'screen_name': 'leonwang0091', 'name': 'Leon Wang', 'id': '318080407'}]",,,, +9269,867187932343304192,867181262200590336,1495588689000.0,2017-05-24 01:18:09,+0000,,@andrewhockings You are right. Going at max speed. Not much time left.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/867187932343304192,[],[],0,,False,578,16,44,,None,,,,,,,"[{'screen_name': 'andrewhockings', 'name': 'Andrew Hockings', 'id': '32191271'}]",,,, +9270,867187366808633344,867146453868724224,1495588554000.0,2017-05-24 01:15:54,+0000,,@pixelastronaut Busted,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/867187366808633344,[],[],0,,False,158,9,7,,None,,,,,,,"[{'screen_name': 'pixelastronaut', 'name': '¯\\_(ツ)_/¯', 'id': '174155829'}]",,,, +9271,867186812497690624,867146453868724224,1495588422000.0,2017-05-24 01:13:42,+0000,,@michaelknaepen Will keep the original Bond Lotus sub as-is. That design can't actually convert from car to sub. Have a new design in mind that does.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/867186812497690624,[],[],0,,False,233,16,23,,None,,,,,,,"[{'screen_name': 'michaelknaepen', 'name': 'Michael Knaepen', 'id': '276127736'}]",,,, +9272,867146773562654720,867146602510790659,1495578876000.0,2017-05-23 22:34:36,+0000,,@davidshepardson True :),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/867146773562654720,[],[],0,,False,99,7,1,,None,,,,,,,"[{'screen_name': 'davidshepardson', 'name': 'davidshepardson', 'id': '26283307'}]",,,, +9273,867146453868724224,867146453868724224,1495578800000.0,2017-05-23 22:33:20,+0000,,Feel exactly the same way as A.O. Scott. Particularly loved The Spy Who Loved Me https://t.co/Lar9pNj2Zi,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/867146453868724224,['https://mobile.nytimes.com/2017/05/23/movies/roger-moore-was-the-best-bond-because-he-was-the-gen-x-bond.html?hp&action=click&pgtype=Homepage&clickSource=story-heading&module=second-column-region®ion=top-news&WT.nav=top-news&_r=1&referer=https://t.co/7vsThOkyQ6'],[],0,,False,3290,353,518,,None,,,,,,,[],,,, +9274,866851007317155840,866472720996773888,1495508360000.0,2017-05-23 02:59:20,+0000,,@ddkilzer @Irishjugg0 @MacBenTosh All Model S and X cars will have an auto raise and lower function for the steering wheel in a few months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/866851007317155840,[],[],0,,False,233,30,22,,None,,,,,,,"[{'screen_name': 'ddkilzer', 'name': 'David Kilzer', 'id': '63552322'}, {'screen_name': 'Irishjugg0', 'name': 'AJ', 'id': '43916624'}, {'screen_name': 'MacBenTosh', 'name': 'Ben', 'id': '14499791'}]",,,, +9275,866798148303200256,866772904293347328,1495495757000.0,2017-05-22 23:29:17,+0000,,@BigDAK54 I spoke directly with The President three weeks ago about Paris. Many others have too. Cautiously optimistic of a positive decision.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/866798148303200256,[],[],0,,False,1435,58,187,,None,,,,,,,"[{'screen_name': 'BigDAK54', 'name': 'Denny WEAR A DAMN MASK Keller', 'id': '3131757934'}]",,,, +9276,866797334037807104,866774147074068480,1495495563000.0,2017-05-22 23:26:03,+0000,,@WaldekKubicki @shazm01 Interesting idea. Would give a dynamic 360 deg surround view as you're driving. Have this in dev mode. Can be a bit distracting though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/866797334037807104,[],[],0,,False,187,55,10,,None,,,,,,,"[{'screen_name': 'WaldekKubicki', 'name': 'Waldek Kubicki', 'id': '2181309343'}, {'screen_name': 'shazm01', 'name': 'Shaz', 'id': '224406052'}]",,,, +9277,866796801994641408,866794098589655040,1495495436000.0,2017-05-22 23:23:56,+0000,,"@sethjacob14 Early next year. To start with, we're making the simplest Model 3 first, like we did with S. Didn't do it with X, because I was an idiot.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/866796801994641408,[],[],0,,False,1928,89,173,,None,,,,,,,"[{'screen_name': 'sethjacob14', 'name': 'sethjacob', 'id': '1263873662744027138'}]",,,, +9278,866794741186183171,866774147074068480,1495494945000.0,2017-05-22 23:15:45,+0000,,@shazm01 We could add that function pretty easily from a technical standpoint. Just need to add in the billing software.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/866794741186183171,[],[],0,,False,179,21,11,,None,,,,,,,"[{'screen_name': 'shazm01', 'name': 'Shaz', 'id': '224406052'}]",,,, +9279,866794454731993089,866470387248316416,1495494876000.0,2017-05-22 23:14:36,+0000,,"@douglasprest Can be set higher than that for highways, but limited to +5mph or +8km/h off highway (true avg drive speed) for pedestrian & cyclist safety",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/866794454731993089,[],[],0,,False,161,6,8,,None,,,,,,,"[{'screen_name': 'douglasprest', 'name': 'JD, 🇨🇦 Part of the solution.', 'id': '33731539'}]",,,, +9280,866507691644002304,866470387248316416,1495426507000.0,2017-05-22 04:15:07,+0000,,@noradio @MCornell0 @marks22 Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/866507691644002304,[],[],0,,False,210,17,6,,None,,,,,,,"[{'screen_name': 'noradio', 'name': 'Marcel Molina', 'id': '3191321'}, {'screen_name': 'marks22', 'name': 'Mark Schey', 'id': '15989755'}]",,,, +9281,866482406160609280,866470387248316416,1495420478000.0,2017-05-22 02:34:38,+0000,,@tony_lo Still on for end of year. Just software limited. Any Tesla car with HW2 (all cars built since Oct last year) will be able to do this.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866482406160609280,[],[],0,,False,319,17,31,,None,,,,,,,"[{'screen_name': 'tony_lo', 'name': 'Tony Lo', 'id': '152197463'}]",,,, +9282,866481510399881216,866470387248316416,1495420265000.0,2017-05-22 02:31:05,+0000,,@freerobby @jetkohli There's just no way. Hundreds of parts and most of wiring harness would have to be replaced. Would cost more to retrofit than trading in.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866481510399881216,[],[],0,,False,238,14,11,,None,,,,,,,"[{'screen_name': 'freerobby', 'name': 'Robby Grossman', 'id': '15023866'}, {'screen_name': 'jetkohli', 'name': 'jet kohli', 'id': '1322800524'}]",,,, +9283,866481163170349056,866470387248316416,1495420182000.0,2017-05-22 02:29:42,+0000,,@marks22 HW2. HW1 doesn't have enough sensors and computing power.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866481163170349056,[],[],0,,False,201,14,13,,None,,,,,,,"[{'screen_name': 'marks22', 'name': 'Mark Schey', 'id': '15989755'}]",,,, +9284,866480832302555136,866470387248316416,1495420103000.0,2017-05-22 02:28:23,+0000,,@harropj Hopefully June for those too,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866480832302555136,[],[],0,,False,217,8,9,,None,,,,,,,"[{'screen_name': 'harropj', 'name': 'Jonathan Harrop', 'id': '60393651'}]",,,, +9285,866480356412727298,866472720996773888,1495419990000.0,2017-05-22 02:26:30,+0000,,@MacBenTosh S for sure. It is a bigger car.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866480356412727298,[],[],0,,False,124,11,6,,None,,,,,,,"[{'screen_name': 'MacBenTosh', 'name': 'Ben', 'id': '14499791'}]",,,, +9286,866473736676950016,866470387248316416,1495418411000.0,2017-05-22 02:00:11,+0000,,"@jetkohli I'd highly recommend upgrading to latest Model S (which is approx version 4). Only if you really want a smaller sedan, should you get a 3.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/866473736676950016,[],[],0,,False,335,28,17,,None,,,,,,,"[{'screen_name': 'jetkohli', 'name': 'jet kohli', 'id': '1322800524'}]",,,, +9287,866473048639066112,866470387248316416,1495418247000.0,2017-05-22 01:57:27,+0000,,"@TheAvinashSingh Maybe I'm misinformed, but I was told that 30% of parts must be locally sourced and the supply doesn't yet exist in India to support that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866473048639066112,[],[],0,,False,421,194,148,,None,,,,,,,"[{'screen_name': 'TheAvinashSingh', 'name': 'AVINASH SINGH', 'id': '3185858072'}]",,,, +9288,866472504541368321,866470387248316416,1495418118000.0,2017-05-22 01:55:18,+0000,,"@rrosenbl Yeah, control algorithm is safe, but unpleasant. New one is even safer, but super smooth.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866472504541368321,[],[],0,,False,381,19,17,,None,,,,,,,"[{'screen_name': 'rrosenbl', 'name': 'Robert @TalkingTesla', 'id': '36770764'}]",,,, +9289,866472074142822402,866470387248316416,1495418015000.0,2017-05-22 01:53:35,+0000,,"@ethank Almost there, plus much improved web browser",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866472074142822402,[],[],0,,False,409,21,18,,None,,,,,,,"[{'screen_name': 'ethank', 'name': 'Ethan Kaplan', 'id': '615723'}]",,,, +9290,866471925379235842,866470387248316416,1495417979000.0,2017-05-22 01:52:59,+0000,,@kedyson1 That will be tied to deliveries of the first production cars in July,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866471925379235842,[],[],0,,False,348,24,33,,None,,,,,,,"[{'screen_name': 'kedyson1', 'name': 'K. Dyson', 'id': '391085506'}]",,,, +9291,866471370418339840,866470494203203584,1495417847000.0,2017-05-22 01:50:47,+0000,,@RITSPEX Almost there. Probably in a few months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866471370418339840,[],[],0,,False,170,10,21,,None,,,,,,,"[{'screen_name': 'RITSPEX', 'name': 'RITSpaceExploration', 'id': '3303167698'}]",,,, +9292,866470958059536384,866461444031651840,1495417749000.0,2017-05-22 01:49:09,+0000,,"@BradMSimon @JonHaber You can easily turn it off in the car via settings, but that would beg the question of why you turned it off :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866470958059536384,[],[],0,,False,207,7,8,,None,,,,,,,"[{'screen_name': 'BradMSimon', 'name': 'Brad', 'id': '203565445'}, {'screen_name': 'JonHaber', 'name': 'Jon Haber', 'id': '270055514'}]",,,, +9293,866470572967903232,866415276237225984,1495417657000.0,2017-05-22 01:47:37,+0000,,@lexiheft @HugoMeister42 Something cool for sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866470572967903232,[],[],0,,False,274,35,17,,None,,,,,,,"[{'screen_name': 'lexiheft', 'name': 'Lexi Heft', 'id': '229232438'}, {'screen_name': 'HugoMeister42', 'name': 'Hugo Malmberg', 'id': '797014605818134529'}]",,,, +9294,866470387248316416,866470387248316416,1495417613000.0,2017-05-22 01:46:53,+0000,,Excited about the Tesla Autopilot software release rolling out next month. New control algorithm feels as smooth as silk.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866470387248316416,[],[],0,,False,24292,829,4003,,None,,,,,,,[],,,, +9295,866469349090926592,866415276237225984,1495417365000.0,2017-05-22 01:42:45,+0000,,"@HugoMeister42 Model 3, Model X & Model S will all have same level of Autopilot capability. It's just a matter of refining the vision & control software.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866469349090926592,[],[],0,,False,168,6,17,,None,,,,,,,"[{'screen_name': 'HugoMeister42', 'name': 'Hugo Malmberg', 'id': '797014605818134529'}]",,,, +9296,866468642950598658,866450995508895750,1495417197000.0,2017-05-22 01:39:57,+0000,,@songcarver Wear underpants,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866468642950598658,[],[],0,,False,254,16,25,,None,,,,,,,"[{'screen_name': 'songcarver', 'name': 'Keith Lang', 'id': '6823322'}]",,,, +9297,866468411064201216,866461444031651840,1495417142000.0,2017-05-22 01:39:02,+0000,,@JonHaber Will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866468411064201216,[],[],0,,False,129,2,2,,None,,,,,,,"[{'screen_name': 'JonHaber', 'name': 'Jon Haber', 'id': '270055514'}]",,,, +9298,866468236686012416,862216356258758662,1495417100000.0,2017-05-22 01:38:20,+0000,,@LeeGrayTeslaFan Black and textured slate versions will be,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/866468236686012416,[],[],0,,False,108,4,6,,None,,,,,,,"[{'screen_name': 'LeeGrayTeslaFan', 'name': 'Lee Gray', 'id': '716701576006492160'}]",,,, +9299,866171283167264770,866143592766558209,1495346301000.0,2017-05-21 05:58:21,+0000,,@sleepsl8 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/866171283167264770,[],[],0,,False,151,30,8,,None,,,,,,,"[{'screen_name': 'sleepsl8', 'name': 'Chris Almojuela', 'id': '726762282'}]",,,, +9300,865707097974951936,865703762509299713,1495235630000.0,2017-05-19 23:13:50,+0000,,"@WorldAndScience For reason I can't explain, I find #2 especially odd. Also, not a fan of #17. Has led too many people astray in valuing securities.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/865707097974951936,[],[],0,,False,1436,123,164,,None,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +9301,865705983141494785,865660899612405760,1495235365000.0,2017-05-19 23:09:25,+0000,,"@waitbutwhy Still agree with Tim's points. What ""you"" are is an evolving, mind-body pattern, but there's still a core youness that holds true over time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/865705983141494785,[],[],0,,False,548,58,68,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +9302,865703866620272640,865660899612405760,1495234860000.0,2017-05-19 23:01:00,+0000,,"@waitbutwhy Heisenberg's uncertainty principle & practical limits of simultaneity in transfer make this exact thought experiment impossible, but … yeah",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/865703866620272640,[],[],0,,False,610,57,77,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +9303,864722655651405825,864719823112032256,1495000921000.0,2017-05-17 06:02:01,+0000,,@Fairaday We got stuck,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/864722655651405825,[],[],0,,False,410,26,12,,None,,,,,,,"[{'screen_name': 'Fairaday', 'name': 'WILLIAM FAIRADAY', 'id': '14977415'}]",,,, +9304,864719823112032256,864719823112032256,1495000246000.0,2017-05-17 05:50:46,+0000,,All the answers to questions you never asked about holes in the ground https://t.co/vXTeB9R7Uw,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/864719823112032256,['https://www.boringcompany.com/faq/'],[],0,,False,9082,927,2831,,None,,,,,,,[],,,, +9305,864706617031278592,864705169618903040,1494997097000.0,2017-05-17 04:58:17,+0000,,@Oliver_Brian What pun?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/864706617031278592,[],[],0,,False,1443,29,37,,None,,,,,,,"[{'screen_name': 'oliver_brian', 'name': 'briano', 'id': '1198986037248155649'}]",,,, +9306,864705169618903040,864705169618903040,1494996752000.0,2017-05-17 04:52:32,+0000,,What I love about The Boring Company are the low expectations. Nowhere to go but down.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/864705169618903040,[],[],0,,False,39676,1294,7804,,None,,,,,,,[],,,, +9307,864675939367530496,864675939367530496,1494989783000.0,2017-05-17 02:56:23,+0000,,T-boned in a Model X at 65 mph https://t.co/vt6g89Z9rk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/864675939367530496,['http://www.thedrive.com/sheetmetal/10261/man-credits-tesla-model-x-with-saving-his-life-after-stolen-car-crashes-into-it'],[],0,,False,10377,372,2320,,None,,,,,,,[],,,, +9308,864612311457124352,864612311457124352,1494974613000.0,2017-05-16 22:43:33,+0000,,Moonlight Sonata https://t.co/HiuURSLsiU,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/864612311457124352,['https://www.instagram.com/p/BUK6BQnBNuK/'],[],0,,False,4447,248,1002,,None,,,,,,,[],,,, +9309,864541061364035584,864541061364035584,1494957626000.0,2017-05-16 18:00:26,+0000,,Robots that learn by example from @OpenAI https://t.co/skXGB2mT6n,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/864541061364035584,['https://blog.openai.com/robots-that-learn/'],[],0,,False,4220,184,1328,,None,,,,,,,[],,,, +9310,863554048204480512,863222555208851456,1494722303000.0,2017-05-14 00:38:23,+0000,,"@gmem_ It's sort of like a pickaxe if you use the claw side, but has the added advantage of also hammering",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863554048204480512,[],[],0,,False,445,28,29,,None,,,,,,,"[{'screen_name': 'gmem_', 'name': 'Gabriel Simmer', 'id': '208211557'}]",,,, +9311,863553417301512193,863222555208851456,1494722153000.0,2017-05-14 00:35:53,+0000,,"@BarakaMahili Gary the snail is like Speedy Gonzales on meth ... or ambien. One of the two. Either way, Godot, our tunnel machine, is still a distant 2nd.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863553417301512193,[],[],0,,False,2111,51,190,,None,,,,,,,"[{'screen_name': 'BarakaMahili', 'name': 'Baraka Mahili', 'id': '64398798'}]",,,, +9312,863551997357703168,863222555208851456,1494721814000.0,2017-05-14 00:30:14,+0000,,And ... it's done https://t.co/MBBSa04Eoc,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863551997357703168,[],['https://pbs.twimg.com/media/C_vz9KWVoAAYycY.jpg'],1,https://pbs.twimg.com/media/C_vz9KWVoAAYycY.jpg,False,11900,852,1444,,None,,,,,,,[],,,, +9313,863551370892238848,863222555208851456,1494721665000.0,2017-05-14 00:27:45,+0000,,Worked in Minecraft. Just sayin ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863551370892238848,[],[],0,,False,12293,227,1625,,None,,,,,,,[],,,, +9314,863551105296252928,863550907857997824,1494721602000.0,2017-05-14 00:26:42,+0000,,@UJustGotCarled Of course. Why is that even a question?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863551105296252928,[],[],0,,False,850,30,159,,None,,,,,,,"[{'screen_name': 'UJustGotCarled', 'name': 'Karla 🇺🇸🐠', 'id': '863844014'}]",,,, +9315,863550784012558337,863222555208851456,1494721525000.0,2017-05-14 00:25:25,+0000,,Imma gonna dig that tunnel with this here hammer,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/863550784012558337,[],[],0,,False,9282,250,1215,,None,,,,,,,[],,,, +9316,863225206390669312,863222555208851456,1494643901000.0,2017-05-13 02:51:41,+0000,,@AndrewHws My grandmother was from Moose Jaw,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/863225206390669312,[],[],0,,False,391,17,29,,None,,,,,,,"[{'screen_name': 'AndrewHws', 'name': 'Andrew Hws', 'id': '356047322'}]",,,, +9317,863224909480157184,863222555208851456,1494643831000.0,2017-05-13 02:50:31,+0000,,@gleesin Going to a barn raising!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/863224909480157184,[],[],0,,False,841,17,13,,None,,,,,,,"[{'screen_name': 'gleesin', 'name': 'gleesin', 'id': '14239809'}]",,,, +9318,863222555208851456,863222555208851456,1494643269000.0,2017-05-13 02:41:09,+0000,,"On my cousin's farm in Canada at 17, wearing a hat on a hat https://t.co/U96ClGz5gZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/863222555208851456,[],['https://pbs.twimg.com/media/C_rIVm4U0AMBYdo.jpg'],1,https://pbs.twimg.com/media/C_rIVm4U0AMBYdo.jpg,False,48780,1332,5906,,None,,,,,,,[],,,, +9319,863218707786420224,863207284389707776,1494642352000.0,2017-05-13 02:25:52,+0000,,"@jewhittingham Yeah, worked on the farm when I was 17",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/863218707786420224,[],[],0,,False,323,15,14,,None,,,,,,,"[{'screen_name': 'jewhittingham', 'name': 'James Whittingham', 'id': '71027698'}]",,,, +9320,863218452567175168,863218452567175168,1494642291000.0,2017-05-13 02:24:51,+0000,,"Family history article. Was born in South Africa, but named after my American great-grandfather. https://t.co/Q1d7hP763T",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/863218452567175168,['http://leaderpost.com/feature/elon-musk-inherited-a-lifetime-of-adventure-from-his-sask-family'],[],0,,False,5902,540,1087,,None,,,,,,,[],,,, +9321,863017106824060928,863014053798567936,1494594287000.0,2017-05-12 13:04:47,+0000,,@BecauseImAsh Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/863017106824060928,[],[],0,,False,255,11,22,,None,,,,,,,"[{'screen_name': 'BecauseImAsh', 'name': 'Äsh Live at Budokan', 'id': '142779701'}]",,,, +9322,863014220282998788,863014220282998788,1494593598000.0,2017-05-12 12:53:18,+0000,,"[Warning, this may cause motion sickness or seizures] This is a test run of our electric sled… https://t.co/vI3hLirzg9",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863014220282998788,['https://www.instagram.com/p/BT_itC8h0Cx/'],[],0,,False,12208,901,4412,,None,,,,,,,[],,,, +9323,863014180835610625,863014180835610625,1494593589000.0,2017-05-12 12:53:09,+0000,,"The race between Gary, our pet snail who lives in a pineapple, and Godot, our tunnel boring… https://t.co/IES65Y99gJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863014180835610625,['https://www.instagram.com/p/BT_iL-aBCzj/'],[],0,,False,4481,155,779,,None,,,,,,,[],,,, +9324,863014142763966464,863014142763966464,1494593580000.0,2017-05-12 12:53:00,+0000,,Boring machine segments have been lowered into the starter tunnel. Going through final assembly.… https://t.co/2jg03I7j4n,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863014142763966464,['https://www.instagram.com/p/BT_huw7hlv_/'],[],0,,False,2628,87,390,,None,,,,,,,[],,,, +9325,863014096337162241,863014096337162241,1494593569000.0,2017-05-12 12:52:49,+0000,,Cutterhead in operation at standard industry speed. Planning to jack this up by a factor of ten… https://t.co/K8LcnhLCCA,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863014096337162241,['https://www.instagram.com/p/BT_hTnMBFcA/'],[],0,,False,2202,85,319,,None,,,,,,,[],,,, +9326,863014053798567936,863014053798567936,1494593559000.0,2017-05-12 12:52:39,+0000,,First tunnel for The Boring Company begins ... Full length of first tunnel will run from LAX to… https://t.co/Dbf2nkHfb2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863014053798567936,['https://www.instagram.com/p/BT_gxWhB1_8/'],[],0,,False,3709,140,800,,None,,,,,,,[],,,, +9327,863007360901455872,863007360901455872,1494591963000.0,2017-05-12 12:26:03,+0000,,"Entry hole, staging area and starting tunnel for Boring Machine 1 (aka Godot) now complete https://t.co/8taxTMDcDV",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/863007360901455872,['https://www.instagram.com/p/BT_gHStBjm6/'],[],0,,False,4030,252,723,,None,,,,,,,[],,,, +9328,862849689204301824,862820520315715584,1494554371000.0,2017-05-12 01:59:31,+0000,,"@samgalaviz_ Tesla needs to iterate fast on solar roof prefab/install technology, so all installs will be done by Tesla techs at first",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/862849689204301824,[],[],0,,False,157,16,8,,None,,,,,,,"[{'screen_name': 'samgalaviz_', 'name': 'Sam Galaviz', 'id': '780651319002402816'}]",,,, +9329,862573738222432256,862571929345048581,1494488579000.0,2017-05-11 07:42:59,+0000,,@Tragik187 Third one will be from Frost. Maybe the second.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/862573738222432256,[],[],0,,False,236,32,12,,None,,,,,,,"[{'screen_name': 'Tragik187', 'name': 'Travis Corkery', 'id': '25970472'}]",,,, +9330,862573249430814720,862572900519256064,1494488463000.0,2017-05-11 07:41:03,+0000,,@Armstrong_Anth Yes. Good.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/862573249430814720,[],[],0,,False,146,7,7,,None,,,,,,,"[{'screen_name': 'armstrong_anth', 'name': 'Anth Armstrong', 'id': '1096920951554539523'}]",,,, +9331,862572672676356096,862572672676356096,1494488325000.0,2017-05-11 07:38:45,+0000,,"First machine is Godot. Still waiting ... Don't know why, when or where.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/862572672676356096,[],[],0,,False,7377,605,1012,,None,,,,,,,[],,,, +9332,862571929345048581,862571929345048581,1494488148000.0,2017-05-11 07:35:48,+0000,,Naming theme for tunnel boring machines will be poems & plays. Decided against plays & poems. Too obvious.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/862571929345048581,[],[],0,,False,6819,665,751,,None,,,,,,,[],,,, +9333,862421991617306624,862392836993560580,1494452400000.0,2017-05-10 21:40:00,+0000,,@sahilmalik That's how the tiles sit on the roof. There is no difference in strength for the Tesla tile based on orientation (not like wood).,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/862421991617306624,[],[],0,,False,246,27,18,,None,,,,,,,"[{'screen_name': 'sahilmalik', 'name': 'Sahil Malik', 'id': '14738380'}]",,,, +9334,862401961550692352,862399267389964290,1494447624000.0,2017-05-10 20:20:24,+0000,,@Lee_Ars This is true. The economics are not yet compelling where housing and utility costs are low and property taxes are high.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/862401961550692352,[],[],0,,False,185,22,14,,None,,,,,,,"[{'screen_name': 'lee_ars', 'name': 'ArsLEE', 'id': '1311036319842304001'}]",,,, +9335,862392836993560580,862392836993560580,1494445449000.0,2017-05-10 19:44:09,+0000,,Slo-mo hail cannonball impacting Tesla solar roof tile https://t.co/MMBAcUD9iC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/862392836993560580,['https://www.instagram.com/p/BT7HVS3AZ4q/'],[],0,,False,5251,384,1091,,None,,,,,,,[],,,, +9336,862381399122128897,862216356258758662,1494442722000.0,2017-05-10 18:58:42,+0000,,"@cubamark Will do our best. Hopefully, yes.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/862381399122128897,[],[],0,,False,183,9,6,,None,,,,,,,"[{'screen_name': 'cubamark', 'name': 'Mark', 'id': '93891591'}]",,,, +9337,862221037835919361,862216356258758662,1494404489000.0,2017-05-10 08:21:29,+0000,,@doogooroo Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/862221037835919361,[],[],0,,False,265,26,6,,None,,,,,,,"[{'screen_name': 'doogooroo', 'name': 'Mr A. N.', 'id': '1107927855940288512'}]",,,, +9338,862216356258758662,862216356258758662,1494403373000.0,2017-05-10 08:02:53,+0000,,Solar roof can be ordered for almost any country. Deployment this year in the US and overseas next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/862216356258758662,[],[],0,,False,19363,995,5309,,None,,,,,,,[],,,, +9339,862215874186428416,862214675039010816,1494403258000.0,2017-05-10 08:00:58,+0000,,@chriscardinal Black glass smooth and textured will be first. Tuscan and French Slate in about six months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/862215874186428416,[],[],0,,False,315,12,36,,None,,,,,,,"[{'screen_name': 'chriscardinal', 'name': 'chriscardinal', 'id': '7872092'}]",,,, +9340,862215563912765440,862214675039010816,1494403184000.0,2017-05-10 07:59:44,+0000,,@torbenanderson U.K. delivery and installation next year,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/862215563912765440,[],[],0,,False,280,11,24,,None,,,,,,,"[{'screen_name': 'torbenanderson', 'name': 'Torben Anderson', 'id': '11500802'}]",,,, +9341,862215023594098688,862214675039010816,1494403055000.0,2017-05-10 07:57:35,+0000,,@nathanrodger Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/862215023594098688,[],[],0,,False,258,9,3,,None,,,,,,,"[{'screen_name': 'nathanrodger', 'name': 'Nathan Rodger', 'id': '21393555'}]",,,, +9342,862214675039010816,862214675039010816,1494402972000.0,2017-05-10 07:56:12,+0000,,Tesla solar glass roof orders open this afternoon. I think it will be great. More in about 10 hours ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/862214675039010816,[],[],0,,False,16530,664,3797,,None,,,,,,,[],,,, +9343,862074419996278784,862074419996278784,1494369532000.0,2017-05-09 22:38:52,+0000,,"If heat death of the universe is the destination, it really is all about the journey https://t.co/icmkmMKhvj https://t.co/0JmKUYAFRq",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/862074419996278784,"['https://en.m.wikipedia.org/wiki/The_Last_Question', 'https://en.m.wikipedia.org/wiki/Heat_death_of_the_universe']",[],0,,False,5881,552,1409,,None,,,,,,,[],,,, +9344,862073475963379712,862059247462428673,1494369307000.0,2017-05-09 22:35:07,+0000,,@GeorgeChiesa It's a good one,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/862073475963379712,[],[],0,,False,139,3,8,,None,,,,,,,"[{'screen_name': 'GeorgeChiesa', 'name': 'George Chiesa', 'id': '17702137'}]",,,, +9345,861345412023595008,861271994288832514,1494195723000.0,2017-05-07 22:22:03,+0000,,@jovanik21 Thanks for doing it!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/861345412023595008,[],[],0,,False,233,12,7,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}]",,,, +9346,861271994288832514,861271994288832514,1494178219000.0,2017-05-07 17:30:19,+0000,,Headed to see Guardians 2 w my bro and kids. Loved the first one.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/861271994288832514,[],[],0,,False,23844,977,1425,,None,,,,,,,[],,,, +9347,860400588311244801,860373617841807360,1493970460000.0,2017-05-05 07:47:40,+0000,,"@keithdcohen I do love Banks, but perhaps we should reserve his names for the droneships",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/860400588311244801,[],[],0,,False,395,71,24,,None,,,,,,,"[{'screen_name': 'keithdcohen', 'name': 'Keith Cohen', 'id': '202571298'}]",,,, +9348,860397510447120384,860373617841807360,1493969726000.0,2017-05-05 07:35:26,+0000,,@zanesloanbc Simple. I like it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/860397510447120384,[],[],0,,False,410,69,10,,None,,,,,,,"[{'screen_name': 'zanesloanbc', 'name': 'Zane Sloan', 'id': '1651572211'}]",,,, +9349,860396632361152512,860373617841807360,1493969517000.0,2017-05-05 07:31:57,+0000,,Kinda like Snoop Dug,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/860396632361152512,[],[],0,,False,9660,1587,1563,,None,,,,,,,[],,,, +9350,860379071414321152,860373617841807360,1493965330000.0,2017-05-05 06:22:10,+0000,,@AndrewHws I don't want to be presumptuous,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860379071414321152,[],[],0,,False,1443,54,65,,None,,,,,,,"[{'screen_name': 'AndrewHws', 'name': 'Andrew Hws', 'id': '356047322'}]",,,, +9351,860378029515718660,860373617841807360,1493965081000.0,2017-05-05 06:18:01,+0000,,"I know what you're thinking … then why not ""the Third""? Well, I've learned my lesson about 3's.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860378029515718660,[],[],0,,False,7299,758,566,,None,,,,,,,[],,,, +9352,860377370171121666,860373617841807360,1493964924000.0,2017-05-05 06:15:24,+0000,,"@reviewero By calling it ""the Second"", it has more credibility",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860377370171121666,[],[],0,,False,4306,156,358,,None,,,,,,,"[{'screen_name': 'reviewero', 'name': 'Adi', 'id': '973994524115550208'}]",,,, +9353,860375279570567168,860373617841807360,1493964426000.0,2017-05-05 06:07:06,+0000,,"Maybe Ultimate Boring Machine, the Second",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860375279570567168,[],[],0,,False,7261,1462,958,,None,,,,,,,[],,,, +9354,860374746382217216,860373617841807360,1493964299000.0,2017-05-05 06:04:59,+0000,,@ivanmartinsanz Boring Not Boring,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860374746382217216,[],[],0,,False,455,19,22,,None,,,,,,,"[{'screen_name': 'ivanmartinsanz', 'name': 'SnowBoarding.', 'id': '211927694'}]",,,, +9355,860374338700099584,860373617841807360,1493964201000.0,2017-05-05 06:03:21,+0000,,@ivanmartinsanz Good one,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860374338700099584,[],[],0,,False,433,15,8,,None,,,,,,,"[{'screen_name': 'ivanmartinsanz', 'name': 'SnowBoarding.', 'id': '211927694'}]",,,, +9356,860373996381937664,860373617841807360,1493964120000.0,2017-05-05 06:02:00,+0000,,@hunterbarnes144 Been done,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860373996381937664,[],[],0,,False,798,12,30,,None,,,,,,,"[{'screen_name': 'hunterbarnes144', 'name': 'Hunter Barnes', 'id': '4886150338'}]",,,, +9357,860373617841807360,860373617841807360,1493964030000.0,2017-05-05 06:00:30,+0000,,Thinking about a name for our first tunneling machine …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/860373617841807360,[],[],0,,False,12763,12630,2181,,None,,,,,,,[],,,, +9358,860050049509736448,860050049509736448,1493886885000.0,2017-05-04 08:34:45,+0000,,Was just rereading one of my favorites. So beautiful … https://t.co/gp0aNnWxcM,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/860050049509736448,['https://www.poetryfoundation.org/poetrymagazine/poems/detail/44212'],[],0,,False,4470,366,711,,None,,,,,,,[],,,, +9359,859043148923678720,859043148923678720,1493646821000.0,2017-05-01 13:53:41,+0000,,"Close-up of rocket stage separation, fast flip, boostback burn in a ring of fire and then… https://t.co/RM8kDgazVX",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/859043148923678720,['https://www.instagram.com/p/BTjVdLVB1bO/'],[],0,,False,12721,886,4734,,None,,,,,,,[],,,, +9360,859040909299556352,859040909299556352,1493646287000.0,2017-05-01 13:44:47,+0000,,Landing https://t.co/m8DH1DkvFO,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/859040909299556352,['https://www.instagram.com/p/BTjUcEYBqSQ/'],[],0,,False,9738,397,3178,,None,,,,,,,[],,,, +9361,859008563519160320,859008563519160320,1493638575000.0,2017-05-01 11:36:15,+0000,,"Launch and landing of the NRO spy satellite was good. Tough call, as high altitude wind shear was at 98.6% of the theoretical load limit. https://t.co/nBzBMNdjBp",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/859008563519160320,[],['https://pbs.twimg.com/media/C-vPu9wUAAAcHUm.jpg'],1,https://pbs.twimg.com/media/C-vPu9wUAAAcHUm.jpg,False,11220,337,2255,,None,,,,,,,[],,,, +9362,859002489730994176,859002489730994176,1493637127000.0,2017-05-01 11:12:07,+0000,,"Winds aloft are unusually high (still within structural safety bounds). Worrying, but not a showstopper. https://t.co/epHQQvajOZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,11,https://twitter.com/elonmusk/status/859002489730994176,['https://twitter.com/spacex/status/859000342985424896'],[],0,,False,4654,199,576,https://twitter.com/spacex/status/859000342985424896,None,,,,,,,[],,,, +9363,858908487018926080,858905558908190720,1493614715000.0,2017-05-01 04:58:35,+0000,,"@VoltzCoreAudio Yeah, will probably publish an update in six weeks or so",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/858908487018926080,[],[],0,,False,423,18,40,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '2989135748'}]",,,, +9364,858905558908190720,858905558908190720,1493614017000.0,2017-05-01 04:46:57,+0000,,My boring TED talk https://t.co/QNgolyJXMr,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/858905558908190720,['https://www.ted.com/talks/elon_musk_the_future_we_re_building_and_boring'],[],0,,False,26867,725,9059,,None,,,,,,,[],,,, +9365,858063290039115777,858062753889533952,1493413205000.0,2017-04-28 21:00:05,+0000,,@williamlegate Couldn't agree more,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/858063290039115777,[],[],0,,False,2062,51,112,,None,,,,,,,"[{'screen_name': 'williamlegate', 'name': 'William LeGate (ig: @legate)', 'id': '38029205'}]",,,, +9366,858063095268130816,858062753889533952,1493413158000.0,2017-04-28 20:59:18,+0000,,@batfflck Extremely,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/858063095268130816,[],[],0,,False,684,20,20,,None,,,,,,,"[{'screen_name': 'batfflck', 'name': 'cidem •ᴗ•', 'id': '918533847528198144'}]",,,, +9367,858062753889533952,858062753889533952,1493413077000.0,2017-04-28 20:57:57,+0000,,Even more boring https://t.co/EfrzLAXwxs,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/858062753889533952,['https://boringcompany.com'],[],0,,False,18797,1353,7671,,None,,,,,,,[],,,, +9368,858052804606177280,858052804606177280,1493410705000.0,2017-04-28 20:18:25,+0000,,Boring https://t.co/TBnhgPYWud,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/858052804606177280,['https://twitter.com/teslarati/status/857991868340068352'],[],0,,False,16706,564,4026,https://twitter.com/teslarati/status/857991868340068352,None,,,,,,,[],,,, +9369,857412023847600128,857318388904931328,1493257931000.0,2017-04-27 01:52:11,+0000,,"@kmckelly @cstross @jephjacques We def want to avoid either, particularly Surface Detail ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/857412023847600128,[],[],0,,False,155,13,8,,None,,,,,,,"[{'screen_name': 'kmckelly', 'name': 'Kevin Kelly', 'id': '25101691'}, {'screen_name': 'cstross', 'name': 'Charlie Stross', 'id': '390039185'}, {'screen_name': 'jephjacques', 'name': 'Malkmusian Catastrophe', 'id': '7670202'}]",,,, +9370,856552061839781888,856292321364631554,1493052900000.0,2017-04-24 16:55:00,+0000,,@PJWU8 @creepypuppet @cowanfilms On it now,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/856552061839781888,[],[],0,,False,182,16,9,,None,,,,,,,"[{'screen_name': 'PJWU8', 'name': 'PJ WU', 'id': '805641958370643968'}, {'screen_name': 'creepypuppet', 'name': 'not james wan', 'id': '1245129879248605186'}, {'screen_name': 'cowanfilms', 'name': 'Rob Cowan', 'id': '739877627880603648'}]",,,, +9371,856551111301505024,856292321364631554,1493052673000.0,2017-04-24 16:51:13,+0000,,"@moomoodining @creepypuppet @cowanfilms Great food, great ambience and with great friends. We all really enjoyed the visit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/856551111301505024,[],[],0,,False,181,8,7,,None,,,,,,,"[{'screen_name': 'moomoodining', 'name': 'Moo Moo Restaurants', 'id': '96899655'}, {'screen_name': 'creepypuppet', 'name': 'not james wan', 'id': '1245129879248605186'}, {'screen_name': 'cowanfilms', 'name': 'Rob Cowan', 'id': '739877627880603648'}]",,,, +9372,856354252209442817,856328013431963648,1493005738000.0,2017-04-24 03:48:58,+0000,,@JudeBurger @realamberheard @teslaownersau Will definitely do that on my next trip,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/856354252209442817,[],[],0,,False,263,11,11,,None,,,,,,,"[{'screen_name': 'JudeBurger', 'name': 'Jude Burger', 'id': '20351990'}, {'screen_name': 'realamberheard', 'name': 'Amber Heard', 'id': '807003567605227520'}, {'screen_name': 'teslaownersau', 'name': 'Tesla Owners Club Australia [Official]', 'id': '731657202323329024'}]",,,, +9373,856292321364631554,856292321364631554,1492990973000.0,2017-04-23 23:42:53,+0000,,"Having moo moo at Moo Moo Gold Coast with amberheard, @CreepyPuppet and @CowanFilms https://t.co/SUM2RYYN7O",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/856292321364631554,['https://www.instagram.com/p/BTPyhtBhdn6/'],[],0,,False,3125,386,280,,None,,,,,,,[],,,, +9374,856196719746457602,856159773368123392,1492968180000.0,2017-04-23 17:23:00,+0000,,@juancarlosrs @elpilot That is the aspiration: to avoid AI becoming other.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/856196719746457602,[],[],0,,False,334,39,41,,None,,,,,,,"[{'screen_name': 'juancarlosrs', 'name': 'Juan Carlos', 'id': '14199845'}, {'screen_name': 'elpilot', 'name': 'pilot', 'id': '15065331'}]",,,, +9375,854149536524021760,854029292493090816,1492480093000.0,2017-04-18 01:48:13,+0000,,"@FredericLambert @TaylorSMarks @FlipperB @pkingdesign Yeah, sorry I missed that. This would only work for 75 kWh packs that are software created to 60, so not 2013.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/854149536524021760,[],[],0,,False,208,41,13,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'TaylorSMarks', 'name': 'Taylor Marks 🧢', 'id': '93133342'}, {'screen_name': 'FlipperB', 'name': 'Philip B.', 'id': '14688290'}, {'screen_name': 'pkingdesign', 'name': 'Phil King', 'id': '20653086'}]",,,, +9376,854084819965194240,854029292493090816,1492464663000.0,2017-04-17 21:31:03,+0000,,@FlipperB @pkingdesign Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/854084819965194240,[],[],0,,False,148,20,7,,None,,,,,,,"[{'screen_name': 'FlipperB', 'name': 'Philip B.', 'id': '14688290'}, {'screen_name': 'pkingdesign', 'name': 'Phil King', 'id': '20653086'}]",,,, +9377,854038254982619136,854029292493090816,1492453561000.0,2017-04-17 18:26:01,+0000,,@pkingdesign Tesla will soon be offering a compelling means of upgrading a 60 to a 75,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/854038254982619136,[],[],0,,False,230,49,16,,None,,,,,,,"[{'screen_name': 'pkingdesign', 'name': 'Phil King', 'id': '20653086'}]",,,, +9378,852582182212194304,852581967849807872,1492106407000.0,2017-04-13 18:00:07,+0000,,@gucci_mau July,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/852582182212194304,[],[],0,,False,857,86,139,,None,,,,,,,"[{'screen_name': 'gucci_mau', 'name': 'Mauro', 'id': '19547012'}]",,,, +9379,852581322451111936,852580027178696704,1492106202000.0,2017-04-13 17:56:42,+0000,,@NoahMagel Pickup truck unveil in 18 to 24 months,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/852581322451111936,[],[],0,,False,2992,165,815,,None,,,,,,,"[{'screen_name': 'noahmagel', 'name': 'noah', 'id': '2246429194'}]",,,, +9380,852581046625345536,852580027178696704,1492106136000.0,2017-04-13 17:55:36,+0000,,@SamGonzales Next gen Roadster will be convertible,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/852581046625345536,[],[],0,,False,2711,73,420,,None,,,,,,,"[{'screen_name': 'SamGonzales', 'name': 'Sam Gonzales', 'id': '6657'}]",,,, +9381,852580027178696704,852580027178696704,1492105893000.0,2017-04-13 17:51:33,+0000,,Tesla Semi truck unveil set for September. Team has done an amazing job. Seriously next level.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/852580027178696704,[],[],0,,False,49222,1726,14117,,None,,,,,,,[],,,, +9382,852248614021746688,747943260115636224,1492026878000.0,2017-04-12 19:54:38,+0000,,@danahull @Reuters Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/852248614021746688,[],[],0,,False,172,23,13,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +9383,852243718094561280,747943260115636224,1492025710000.0,2017-04-12 19:35:10,+0000,,"@Reuters Besides, I already said we'd add more independent members during SCTY merger. Will announce soon, but this group has nothing to do with it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/852243718094561280,[],[],0,,False,446,35,53,,None,,,,,,,"[{'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +9384,852241941546778624,747943260115636224,1492025287000.0,2017-04-12 19:28:07,+0000,,@Reuters This investor group should buy Ford stock. Their governance is amazing ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/852241941546778624,[],[],0,,False,1267,116,308,,None,,,,,,,"[{'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +9385,852239986388721664,852239986388721664,1492024821000.0,2017-04-12 19:20:21,+0000,,Autolist survey finds Tesla used car values are highest and sell fastest https://t.co/KcXFhqwXVa,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/852239986388721664,['http://www.marketwatch.com/story/used-tesla-model-s-sell-faster-and-for-more-money-than-peers-study-says-2017-04-12'],[],0,,False,7596,715,1580,,None,,,,,,,[],,,, +9386,850453029987917824,847882289581359104,1491598777000.0,2017-04-07 20:59:37,+0000,,"@chairheadMD @cheron Fairing is ~$5M, but that should be reusable this year. Am fairly confident we can reuse upper stage too by late next year to get to 100%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/850453029987917824,[],[],0,,False,813,107,212,,None,,,,,,,"[{'screen_name': 'chairheadMD', 'name': 'Lumby says #BlackLivesMatter', 'id': '422221262'}, {'screen_name': 'cheron', 'name': '🚀Chad Heron', 'id': '10226202'}]",,,, +9387,850452066992504832,850449428372746240,1491598548000.0,2017-04-07 20:55:48,+0000,,@SeanRowley2 Latency should only be 5 min max. Checking ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/850452066992504832,[],[],0,,False,171,16,10,,None,,,,,,,"[{'screen_name': 'SeanRowley2', 'name': 'Sean Rowley', 'id': '473869544'}]",,,, +9388,850386820793643008,850386820793643008,1491582992000.0,2017-04-07 16:36:32,+0000,,Feature coming soon that allows one touch access to all discovered Tesla Easter eggs https://t.co/oWU6oq9Jqb,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/850386820793643008,[],['https://pbs.twimg.com/media/C80uTdpU0AAwmag.jpg'],1,https://pbs.twimg.com/media/C80uTdpU0AAwmag.jpg,False,5958,748,920,,None,,,,,,,[],,,, +9389,849636868052275200,849636868052275200,1491404189000.0,2017-04-05 14:56:29,+0000,,And so the robots spared humanity ... https://t.co/v7JUJQWfCv,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/849636868052275200,['https://twitter.com/bentolmachoff/status/846476110846017536'],[],0,,False,20383,383,5788,https://twitter.com/bentolmachoff/status/846476110846017536,None,,,,,,,[],,,, +9390,848988730585096192,848893271162093568,1491249661000.0,2017-04-03 20:01:01,+0000,,"@ForIn2020 @waltmossberg @mims @defcon_5 Exactly. Tesla is absurdly overvalued if based on the past, but that's irrelevant. A stock price represents risk-adjusted future cash flows.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/848988730585096192,[],[],0,,False,1607,148,522,,None,,,,,,,"[{'screen_name': 'ForIn2020', 'name': 'ForIn2020🌅', 'id': '823512042'}, {'screen_name': 'waltmossberg', 'name': 'Walt Mossberg', 'id': '5746452'}, {'screen_name': 'mims', 'name': 'Christopher Mims', 'id': '1769191'}, {'screen_name': 'defcon_5', 'name': 'defcon_5', 'id': '17212941'}]",,,, +9391,848943072423497728,848893271162093568,1491238775000.0,2017-04-03 16:59:35,+0000,,"@waltmossberg @mims @defcon_5 Et tu, Walt?",fr,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/848943072423497728,[],[],0,,False,800,44,75,,None,,,,,,,"[{'screen_name': 'waltmossberg', 'name': 'Walt Mossberg', 'id': '5746452'}, {'screen_name': 'mims', 'name': 'Christopher Mims', 'id': '1769191'}, {'screen_name': 'defcon_5', 'name': 'defcon_5', 'id': '17212941'}]",,,, +9392,848935705057280001,848935705057280001,1491237019000.0,2017-04-03 16:30:19,+0000,,Stormy weather in Shortville ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/848935705057280001,[],[],0,,False,10539,762,2871,,None,,,,,,,[],,,, +9393,848416049573658624,848405135348912128,1491113123000.0,2017-04-02 06:05:23,+0000,,@DaveLeeBBC @verge Coal is dying due to nat gas fracking. It's basically dead.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/848416049573658624,[],[],0,,False,961,60,201,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +9394,848415731502923777,848398990039293953,1491113047000.0,2017-04-02 06:04:07,+0000,,@Lexxxzis It's just a helicopter in helicopter's clothing,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/848415731502923777,[],[],0,,False,393,29,40,,None,,,,,,,"[{'screen_name': 'Lexxxzis', 'name': 'Alexzis', 'id': '598552290'}]",,,, +9395,848415356263702528,848405135348912128,1491112958000.0,2017-04-02 06:02:38,+0000,,@verge It won't matter,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/848415356263702528,[],[],0,,False,1418,69,191,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +9396,848398971139629057,848394744489066496,1491109051000.0,2017-04-02 04:57:31,+0000,,@SuperCoolCube Pretty good,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/848398971139629057,[],[],0,,False,320,35,19,,None,,,,,,,"[{'screen_name': 'SuperCoolCube', 'name': 'Andrew', 'id': '381728098'}]",,,, +9397,848244577521647616,848243350993895424,1491072241000.0,2017-04-01 18:44:01,+0000,,"Why did we waste so much time developing silly rockets? Damn you, aliens! So obtuse! You have all this crazy tech, but can't speak English!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/848244577521647616,[],[],0,,False,14890,935,3305,,None,,,,,,,[],,,, +9398,848243350993895424,848243350993895424,1491071949000.0,2017-04-01 18:39:09,+0000,,Technology breakthrough: turns out chemtrails are actually a message from time-traveling aliens describing the secret of teleportation,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/848243350993895424,[],[],0,,False,27801,894,8233,,None,,,,,,,[],,,, +9399,848036043240636417,848021160625266688,1491022523000.0,2017-04-01 04:55:23,+0000,,"@adamsbj Def P100D with Ludicrous+, although the rocket starts going a lot faster after that",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/848036043240636417,[],[],0,,False,332,18,27,,None,,,,,,,"[{'screen_name': 'adamsbj', 'name': 'Brian Adams', 'id': '19136564'}]",,,, +9400,847958571895619584,847884673275633665,1491004052000.0,2017-03-31 23:47:32,+0000,,@BadAstronomer We can def bring it back like Dragon. Just a question of how much weight we need to add.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/847958571895619584,[],[],0,,False,551,46,63,,None,,,,,,,"[{'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}]",,,, +9401,847890916048338946,847886909632327680,1490987922000.0,2017-03-31 19:18:42,+0000,,@tesla_addict @TeslaMotors Working on it,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/847890916048338946,[],[],0,,False,267,22,21,,None,,,,,,,"[{'screen_name': 'tesla_addict', 'name': 'Tesla Addict', 'id': '756512436426051584'}]",,,, +9402,847884776719740928,847882289581359104,1490986458000.0,2017-03-31 18:54:18,+0000,,@jasonlamb Looks like it could do 20% more with some structural upgrades to handle higher loads. But that's in fully expendable mode.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847884776719740928,[],[],0,,False,269,15,25,,None,,,,,,,"[{'screen_name': 'jasonlamb', 'name': 'Jason Lamb', 'id': '6540612'}]",,,, +9403,847884413706874880,847882289581359104,1490986371000.0,2017-03-31 18:52:51,+0000,,@cheron A lot,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847884413706874880,[],[],0,,False,610,19,26,,None,,,,,,,"[{'screen_name': 'cheron', 'name': '🚀Chad Heron', 'id': '10226202'}]",,,, +9404,847884351375372288,847882289581359104,1490986356000.0,2017-03-31 18:52:36,+0000,,@Cardoso Silliest thing we can imagine! Secret payload of 1st Dragon flight was a giant wheel of cheese. Inspired by a friend & Monty Python.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847884351375372288,[],[],0,,False,1675,136,261,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}]",,,, +9405,847883435100299267,847882289581359104,1490986138000.0,2017-03-31 18:48:58,+0000,,"@redletterdave Good point, odds go from 0% to >0% :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847883435100299267,[],[],0,,False,568,20,30,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'dave smith', 'id': '19743466'}]",,,, +9406,847882909906341888,847882289581359104,1490986013000.0,2017-03-31 18:46:53,+0000,,Falcon Heavy test flight currently scheduled for late summer,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847882909906341888,[],[],0,,False,7053,305,1093,,None,,,,,,,[],,,, +9407,847882289581359104,847882289581359104,1490985865000.0,2017-03-31 18:44:25,+0000,,"Considering trying to bring upper stage back on Falcon Heavy demo flight for full reusability. Odds of success low, but maybe worth a shot.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847882289581359104,[],[],0,,False,14255,926,2377,,None,,,,,,,[],,,, +9408,847881536254955521,847880599792693252,1490985685000.0,2017-03-31 18:41:25,+0000,,@oxfordteddy Browser is already a little better. Kernel and browser update in prob 6 weeks or so (lots of underlying changes) with a few nice features.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/847881536254955521,[],[],0,,False,181,21,14,,None,,,,,,,"[{'screen_name': 'oxfordteddy', 'name': 'Ed Byard', 'id': '144552745'}]",,,, +9409,847608431582208000,847579206636654592,1490920572000.0,2017-03-31 00:36:12,+0000,,@BadAstronomer @SpaceX Thanks Phil!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/847608431582208000,[],[],0,,False,788,17,39,,None,,,,,,,"[{'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +9410,847594208219336705,847594208219336705,1490917181000.0,2017-03-30 23:39:41,+0000,,Incredibly proud of the SpaceX team for achieving this milestone in space! Next goal is reflight within 24 hours.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/847594208219336705,[],[],0,,False,47298,1241,11810,,None,,,,,,,[],,,, +9411,847234747747020800,847234747747020800,1490831479000.0,2017-03-29 23:51:19,+0000,,"If you just downloaded V8.1, tap the the T on center screen three times",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/847234747747020800,[],[],0,,False,4840,401,673,,None,,,,,,,[],,,, +9412,847178475970547712,845279423238590464,1490818063000.0,2017-03-29 20:07:43,+0000,,"@drmanejwala @arctechinc On center screen. Also, center screen *will* show speed as an overlay that changes opacity according to relevance.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/847178475970547712,[],[],0,,False,198,45,19,,None,,,,,,,"[{'screen_name': 'drmanejwala', 'name': 'Omar Manejwala, M.D.', 'id': '65214004'}, {'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +9413,846772378067648513,846705655922774016,1490721241000.0,2017-03-28 17:14:01,+0000,,@danahull Very few. We have yet to do a China (or Europe) launch of Model 3.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/846772378067648513,[],[],0,,False,189,39,15,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +9414,846770102502473728,846705655922774016,1490720699000.0,2017-03-28 17:04:59,+0000,,@business Glad to have Tencent as an investor and advisor to Tesla,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/846770102502473728,[],[],0,,False,527,39,93,,None,,,,,,,"[{'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +9415,846768497904369664,846667837716410368,1490720316000.0,2017-03-28 16:58:36,+0000,,@nickg_uk @chouky02 No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/846768497904369664,[],[],0,,False,292,59,25,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}, {'screen_name': 'chouky02', 'name': 'Sergey Chukanov', 'id': '67415654'}]",,,, +9416,846768171486855169,846667837716410368,1490720238000.0,2017-03-28 16:57:18,+0000,,@nickg_uk @chouky02 You won't care,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/846768171486855169,[],[],0,,False,350,54,22,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}, {'screen_name': 'chouky02', 'name': 'Sergey Chukanov', 'id': '67415654'}]",,,, +9417,846668569576259584,846667837716410368,1490696491000.0,2017-03-28 10:21:31,+0000,,@NakatomiTim What gave me away?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/846668569576259584,[],[],0,,False,599,16,29,,None,,,,,,,"[{'screen_name': 'NakatomiTim', 'name': 'Tim Doyle- SERIOUS ARTIST PERSON GUY.', 'id': '22609300'}]",,,, +9418,846668345998925826,846667837716410368,1490696438000.0,2017-03-28 10:20:38,+0000,,@nickg_uk No,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/846668345998925826,[],[],0,,False,741,56,55,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}]",,,, +9419,846667837716410368,846667837716410368,1490696317000.0,2017-03-28 10:18:37,+0000,,Here is the latest SpaceX travel ad for the flight around the moon & into deep space. Maybe needs a few edits ... https://t.co/mA8ZgutrbE,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/846667837716410368,['https://m.youtube.com/watch?v=DNkKCFaqib8'],[],0,,False,8498,606,1993,,None,,,,,,,[],,,, +9420,846580443797368832,846580443797368832,1490675481000.0,2017-03-28 04:31:21,+0000,,"Long Neuralink piece coming out on @waitbutwhy in about a week. Difficult to dedicate the time, but existential risk is too high not to.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/846580443797368832,[],[],0,,False,11672,682,3269,,None,,,,,,,[],,,, +9421,845403535353143299,845398862172995585,1490394884000.0,2017-03-24 22:34:44,+0000,,@erikhaaland We cannot make all country versions simultaneously or the production start would be a disaster. You would get first in Norway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/845403535353143299,[],[],0,,False,247,31,21,,None,,,,,,,"[{'screen_name': 'erikhaaland', 'name': 'Erik', 'id': '123541715'}]",,,, +9422,845402066629517312,845392265036095488,1490394534000.0,2017-03-24 22:28:54,+0000,,@Isabelle_Kent Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/845402066629517312,[],[],0,,False,170,5,4,,None,,,,,,,"[{'screen_name': 'Isabelle_Kent', 'name': 'Isabelle', 'id': '402262813'}]",,,, +9423,845370779298521088,845279423238590464,1490387074000.0,2017-03-24 20:24:34,+0000,,@D1sneyNut Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/845370779298521088,[],[],0,,False,181,9,4,,None,,,,,,,[],,,, +9424,845355766357737472,845279423238590464,1490383495000.0,2017-03-24 19:24:55,+0000,,@nickbaum I believe so,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/845355766357737472,[],[],0,,False,208,19,12,,None,,,,,,,"[{'screen_name': 'nickbaum', 'name': 'Nick Baum 🇸🇪', 'id': '787205'}]",,,, +9425,845337811876114432,845335480359010304,1490379214000.0,2017-03-24 18:13:34,+0000,,@nddugan Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/845337811876114432,[],[],0,,False,165,12,6,,None,,,,,,,"[{'screen_name': 'nddugan', 'name': 'Nick Dugan', 'id': '76249111'}]",,,, +9426,845331893176324096,845280754871418880,1490377803000.0,2017-03-24 17:50:03,+0000,,@Mr_Ewe_Guy Oh so little faith,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/845331893176324096,[],[],0,,False,1690,32,96,,None,,,,,,,"[{'screen_name': 'mr_ewe_guy', 'name': 'Brychcahr', 'id': '903525849470824448'}]",,,, +9427,845325721455149056,845279423238590464,1490376332000.0,2017-03-24 17:25:32,+0000,,@kryniog The shorter wheelbase only allows for a 75 kWh pack in Model 3 at current cell/module energy densities,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/845325721455149056,[],[],0,,False,304,37,58,,None,,,,,,,"[{'screen_name': 'kryniog', 'name': 'Krzysztof Grochowski', 'id': '345916643'}]",,,, +9428,845294161125269505,845293715883220993,1490368807000.0,2017-03-24 15:20:07,+0000,,@ToddGerkens Yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845294161125269505,[],[],0,,False,249,10,7,,None,,,,,,,"[{'screen_name': 'ToddGerkens', 'name': 'Todd Gerkens', 'id': '407382454'}]",,,, +9429,845293825715154945,845293292782850048,1490368727000.0,2017-03-24 15:18:47,+0000,,@HolsMichael Start taking orders in April,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845293825715154945,[],[],0,,False,432,95,78,,None,,,,,,,"[{'screen_name': 'HolsMichael', 'name': 'Michael Hols', 'id': '707009888740728833'}]",,,, +9430,845293157977767937,845278449811939328,1490368568000.0,2017-03-24 15:16:08,+0000,,"@dr_angus Yeah, probably a year from now. S will still win on acceleration though, due to having more space for a larger battery.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845293157977767937,[],[],0,,False,281,32,19,,None,,,,,,,"[{'screen_name': 'dr_angus', 'name': 'Dr. Angus Willie Esco', 'id': '1100517453950578688'}]",,,, +9431,845292269649354752,845279423238590464,1490368356000.0,2017-03-24 15:12:36,+0000,,"@akaWrecks @ckalapala Only Model S will have the seven seater option, more cargo space, plus higher range, acceleration, two screens vs one, auto extend handles …",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845292269649354752,[],[],0,,False,238,18,20,,None,,,,,,,"[{'screen_name': 'akaWrecks', 'name': '(╯°□°)╯︵ sʞɔǝɹʍ', 'id': '262834099'}, {'screen_name': 'ckalapala', 'name': 'Chaitu', 'id': '81007800'}]",,,, +9432,845291536480813056,845290340600864768,1490368181000.0,2017-03-24 15:09:41,+0000,,@CamKode The Model S produced today is arguably version 4. Let me put it this way: it is the car I will keep driving even after Model 3 arrives.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845291536480813056,[],[],0,,False,299,17,32,,None,,,,,,,"[{'screen_name': 'CamKode', 'name': 'Eric', 'id': '172647484'}]",,,, +9433,845290713776451584,845287211306139648,1490367985000.0,2017-03-24 15:06:25,+0000,,"@BlueBowles If fate is on our side, it will be amazing. Will talk about that in detail next week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845290713776451584,[],[],0,,False,573,23,50,,None,,,,,,,"[{'screen_name': 'BlueBowles', 'name': 'Steven Bowles', 'id': '461725278'}]",,,, +9434,845290493130919936,845279423238590464,1490367932000.0,2017-03-24 15:05:32,+0000,,@juanmlemao No problem :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845290493130919936,[],[],0,,False,365,12,23,,None,,,,,,,"[{'screen_name': 'juanmlemao', 'name': 'J', 'id': '2407507850'}]",,,, +9435,845290417591541760,845287211306139648,1490367914000.0,2017-03-24 15:05:14,+0000,,"@DJBurges Should be summer next year. Sorry, really wish we could get RHD done sooner. We truly are working as fast as we can.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845290417591541760,[],[],0,,False,367,29,28,,None,,,,,,,"[{'screen_name': 'DJBurges', 'name': 'Daniel Burges', 'id': '1243618602'}]",,,, +9436,845289977051148289,845279423238590464,1490367809000.0,2017-03-24 15:03:29,+0000,,@faultywarrior @matt_trulli @FredericLambert @TimShelton @JimPengelly Let me just go fetch my magic wand ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/845289977051148289,[],[],0,,False,453,36,33,,None,,,,,,,"[{'screen_name': 'faultywarrior', 'name': 'Josh', 'id': '1370202080309350402'}, {'screen_name': 'matt_trulli', 'name': 'Matt Heller-Trulli', 'id': '965453666'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'TimShelton', 'name': 'Tim Shelton', 'id': '24564233'}, {'screen_name': 'JimPengelly', 'name': 'James Pengelly', 'id': '34292370'}]",,,, +9437,845287981652963328,845279423238590464,1490367334000.0,2017-03-24 14:55:34,+0000,,"@TimShelton @FredericLambert @JimPengelly First in line for dual motor as soon as we can make it, which is probably in 6 to 9 months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845287981652963328,[],[],0,,False,272,69,26,,None,,,,,,,"[{'screen_name': 'TimShelton', 'name': 'Tim Shelton', 'id': '24564233'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'JimPengelly', 'name': 'James Pengelly', 'id': '34292370'}]",,,, +9438,845287688882184192,845287211306139648,1490367264000.0,2017-03-24 14:54:24,+0000,,@meangene2030 Damn straight we do! Coming with 8.1 next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845287688882184192,[],[],0,,False,398,12,17,,None,,,,,,,"[{'screen_name': 'meangene2030', 'name': 'Gene', 'id': '717040513870770176'}]",,,, +9439,845287211306139648,845287211306139648,1490367150000.0,2017-03-24 14:52:30,+0000,,First drive of a release candidate version of Model 3 https://t.co/zcs6j1YRa4,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845287211306139648,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/845287180192772096/pu/img/YAgVweS5Dm-kBCsp.jpg,False,30092,1316,9952,,None,,,,,,,[],,,, +9440,845286730668257280,845279423238590464,1490367035000.0,2017-03-24 14:50:35,+0000,,@FredericLambert It still has one display,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845286730668257280,[],[],0,,False,216,45,15,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +9441,845286206539685890,845279423238590464,1490366910000.0,2017-03-24 14:48:30,+0000,,@VoltzCoreAudio Nothing majorly new that a consumer would notice. Lots of new tech in the design and production process though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845286206539685890,[],[],0,,False,171,16,14,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}]",,,, +9442,845285846936825856,845279423238590464,1490366825000.0,2017-03-24 14:47:05,+0000,,"@arctechinc The more autonomous a car is, the less dash info you need. How often do you look at the instrument panel when being driven in a taxi?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845285846936825856,[],[],0,,False,667,121,118,,None,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +9443,845285398662197248,845279423238590464,1490366718000.0,2017-03-24 14:45:18,+0000,,@asimo3089 How about the video we just took of the first Model 3 release candidate drive?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845285398662197248,[],[],0,,False,431,32,22,,None,,,,,,,"[{'screen_name': 'asimo3089', 'name': 'asimo3089', 'id': '204563745'}]",,,, +9444,845285007211950080,845279423238590464,1490366625000.0,2017-03-24 14:43:45,+0000,,"@trabru Yup, machine arrives next month and we start digging the tunnel!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845285007211950080,[],[],0,,False,387,20,26,,None,,,,,,,"[{'screen_name': 'trabru', 'name': 'Travis Brubaker', 'id': '510768228'}]",,,, +9445,845284550926221312,845279423238590464,1490366516000.0,2017-03-24 14:41:56,+0000,,@oakhaller I think so,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845284550926221312,[],[],0,,False,134,10,5,,None,,,,,,,"[{'screen_name': 'oakhaller', 'name': 'Zach Thibault', 'id': '26405572'}]",,,, +9446,845284390397665280,845279423238590464,1490366477000.0,2017-03-24 14:41:17,+0000,,"@FredericLambert @JimPengelly No, we are minimizing configuration complexity to keep the production ramp on schedule. RWD only for early production, just like Model S.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845284390397665280,[],[],0,,False,280,66,26,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'JimPengelly', 'name': 'James Pengelly', 'id': '34292370'}]",,,, +9447,845283880080850945,845283004423401473,1490366356000.0,2017-03-24 14:39:16,+0000,,@Trojan81 Tues/Wed,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845283880080850945,[],[],0,,False,99,4,3,,None,,,,,,,"[{'screen_name': 'Trojan81', 'name': 'Alex Holmes', 'id': '14485153'}]",,,, +9448,845283534948392960,845278449811939328,1490366273000.0,2017-03-24 14:37:53,+0000,,@jDaz Because I was a dumb idiot and didn't realize at the time that it would cause confusion,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845283534948392960,[],[],0,,False,1381,50,159,,None,,,,,,,"[{'screen_name': 'jDaz', 'name': 'Josh Dolin', 'id': '22277264'}]",,,, +9449,845283253602828288,845279423238590464,1490366206000.0,2017-03-24 14:36:46,+0000,,@timothymjr Tues/Wed next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845283253602828288,[],[],0,,False,138,2,7,,None,,,,,,,"[{'screen_name': 'timothymjr', 'name': 'Timothy Moore', 'id': '113205102'}]",,,, +9450,845282934546350080,845279423238590464,1490366130000.0,2017-03-24 14:35:30,+0000,,"@Skate_a_book Yes. Model S will always be the fastest Tesla until next gen Roadster, which is a few years away.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845282934546350080,[],[],0,,False,459,24,39,,None,,,,,,,"[{'screen_name': 'Skate_a_book', 'name': 'Geoff Coffelt', 'id': '313110657'}]",,,, +9451,845282733546921985,845279423238590464,1490366082000.0,2017-03-24 14:34:42,+0000,,"@JimPengelly Yes, but not until next year",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845282733546921985,[],[],0,,False,220,31,8,,None,,,,,,,"[{'screen_name': 'JimPengelly', 'name': 'James Pengelly', 'id': '34292370'}]",,,, +9452,845282590030360578,845279423238590464,1490366048000.0,2017-03-24 14:34:08,+0000,,@AlSaibie Yes. Hardware already on all production S and X cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845282590030360578,[],[],0,,False,155,4,7,,None,,,,,,,"[{'screen_name': 'alsaibie', 'name': 'Darius Alsaibie', 'id': '1148626651129012226'}]",,,, +9453,845282298291339267,845278449811939328,1490365979000.0,2017-03-24 14:32:59,+0000,,"@theKen_Miller Sorta. Model 3 is like a BMW 3 series or Audi A4. Model S is like BMW 5 and 6 series, but much faster, more storage space + Autopilot",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845282298291339267,[],[],0,,False,456,27,48,,None,,,,,,,"[{'screen_name': 'theKen_Miller', 'name': 'Ken', 'id': '48582673'}]",,,, +9454,845281640972660736,845279423238590464,1490365822000.0,2017-03-24 14:30:22,+0000,,@Greg525 How about now?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845281640972660736,[],[],0,,False,397,38,10,,None,,,,,,,"[{'screen_name': 'Greg525', 'name': 'Greg Cherniet', 'id': '19504856'}]",,,, +9455,845281547368349696,845278449811939328,1490365800000.0,2017-03-24 14:30:00,+0000,,@varunfatehpuria Oh Model Y is coming too in a few years. Kinda have to.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845281547368349696,[],[],0,,False,705,46,86,,None,,,,,,,"[{'screen_name': 'varunfatehpuria', 'name': 'Varun Fatehpuria', 'id': '101760488'}]",,,, +9456,845281211626864641,845279423238590464,1490365720000.0,2017-03-24 14:28:40,+0000,,@luciojr All Tesla cars built since Oct last year will be capable of self-driving as software improves,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845281211626864641,[],[],0,,False,274,10,26,,None,,,,,,,"[{'screen_name': 'LucioJr', 'name': 'Lucio Jr', 'id': '1084614664074477568'}]",,,, +9457,845280846764396544,845279423238590464,1490365633000.0,2017-03-24 14:27:13,+0000,,@swindeez Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845280846764396544,[],[],0,,False,237,3,8,,None,,,,,,,"[{'screen_name': 'swindeez', 'name': 'Chad', 'id': '68312389'}]",,,, +9458,845280754871418880,845280754871418880,1490365611000.0,2017-03-24 14:26:51,+0000,,"Model 3 was going to be called Model E, for obvious dumb humor reasons, but Ford sued to block it, so now it is S3X. Totally different :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845280754871418880,[],[],0,,False,37136,1185,11510,,None,,,,,,,[],,,, +9459,845279897383710720,845279423238590464,1490365406000.0,2017-03-24 14:23:26,+0000,,@TimBeiko Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845279897383710720,[],[],0,,False,231,10,7,,None,,,,,,,"[{'screen_name': 'TimBeiko', 'name': 'Tim Beiko | timbeiko.eth', 'id': '80722677'}]",,,, +9460,845279423238590464,845279423238590464,1490365293000.0,2017-03-24 14:21:33,+0000,,"Model 3 is just a smaller, more affordable version of Model S w less range & power & fewer features. Model S has more advanced technology.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845279423238590464,[],[],0,,False,8571,706,1523,,None,,,,,,,[],,,, +9461,845278449811939328,845278449811939328,1490365061000.0,2017-03-24 14:17:41,+0000,,"Am noticing that many people think Model 3 is the ""next version"" of a Tesla, like iPhone 2 vs 3. This is not true.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845278449811939328,[],[],0,,False,7099,470,1253,,None,,,,,,,[],,,, +9462,845277819282219010,845172927892897792,1490364911000.0,2017-03-24 14:15:11,+0000,,@macwalterslives Looking forward to playing the game with my kids!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/845277819282219010,[],[],0,,False,258,13,17,,None,,,,,,,"[{'screen_name': 'macwalterslives', 'name': 'Mac Walters', 'id': '308324295'}]",,,, +9463,845215504738402304,845172927892897792,1490350054000.0,2017-03-24 10:07:34,+0000,,"@aaronpaul_8 I used to be one. You're welcome. Trying my best, at least. Hope it's a bit useful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/845215504738402304,[],[],0,,False,1374,32,134,,None,,,,,,,"[{'screen_name': 'aaronpaul_8', 'name': 'Aaron Paul', 'id': '332638587'}]",,,, +9464,845180973394247680,845172927892897792,1490341821000.0,2017-03-24 07:50:21,+0000,,@nextspaceflight @inversedotcom Just because I'm building a spaceship to get back to my home planet doesn't mean I'm an alien,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845180973394247680,[],[],0,,False,2269,85,615,,None,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'inversedotcom', 'name': 'Inverse', 'id': '3192600414'}]",,,, +9465,845179612644618240,845172927892897792,1490341496000.0,2017-03-24 07:44:56,+0000,,@lennart375 @inversedotcom The number of extinct single planet civilizations probably exceeds live civs by at least a thousand to one. I'm being optimistic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845179612644618240,[],[],0,,False,407,26,49,,None,,,,,,,"[{'screen_name': 'lennart375', 'name': 'Lennart van Strien', 'id': '140786194'}, {'screen_name': 'inversedotcom', 'name': 'Inverse', 'id': '3192600414'}]",,,, +9466,845177494575636480,845172927892897792,1490340992000.0,2017-03-24 07:36:32,+0000,,"@phirate Probably. Either that, simulation, great filter or they are very, very subtle.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845177494575636480,[],[],0,,False,250,29,7,,None,,,,,,,"[{'screen_name': 'phirate', 'name': 'Richard Clark', 'id': '25750988'}]",,,, +9467,845175921317335041,845172927892897792,1490340616000.0,2017-03-24 07:30:16,+0000,,@Nites I hope that didn't work,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845175921317335041,[],[],0,,False,1017,15,62,,None,,,,,,,"[{'screen_name': 'Nites', 'name': 'Peyton', 'id': '95325530'}]",,,, +9468,845175729885081601,845172927892897792,1490340571000.0,2017-03-24 07:29:31,+0000,,@Nites ~spawn npc.alien,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845175729885081601,[],[],0,,False,1201,22,121,,None,,,,,,,"[{'screen_name': 'Nites', 'name': 'Peyton', 'id': '95325530'}]",,,, +9469,845172927892897792,845172927892897792,1490339903000.0,2017-03-24 07:18:23,+0000,,Where are the #%*> aliens? https://t.co/FDuJIdwgrN,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/845172927892897792,['https://www.inverse.com/article/14957-drake-equation-revision-hugely-ups-odds-intelligent-extraterrestrial-life-exists'],[],0,,False,13853,1197,4812,,None,,,,,,,[],,,, +9470,844970083000578048,844967234904698880,1490291541000.0,2017-03-23 17:52:21,+0000,,@wouterhuijs Looks like Tues/Wed for 8.1 release,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/844970083000578048,[],[],0,,False,208,34,29,,None,,,,,,,"[{'screen_name': 'wouterhuijs', 'name': 'Wouter Huijs', 'id': '50277446'}]",,,, +9471,844668567983312896,844652550687080448,1490219654000.0,2017-03-22 21:54:14,+0000,,@x17online Except that isn't actually my house ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/844668567983312896,[],[],0,,False,423,35,32,,None,,,,,,,"[{'screen_name': 'x17online', 'name': 'X17online.com', 'id': '20574484'}]",,,, +9472,844360899603288064,844356099989913600,1490146300000.0,2017-03-22 01:31:40,+0000,,"@karaswisher Perhaps there will be some future bill that makes a difference for Mars, but this is not it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/844360899603288064,[],[],0,,False,598,56,138,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}]",,,, +9473,844360665900838912,844356099989913600,1490146244000.0,2017-03-22 01:30:44,+0000,,@karaswisher I am not. This bill changes almost nothing about what NASA is doing. Existing programs stay in place and there is no added funding for Mars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/844360665900838912,[],[],0,,False,974,58,346,,None,,,,,,,"[{'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}]",,,, +9474,842233727115702272,842149388763844608,1489639143000.0,2017-03-16 04:39:03,+0000,,"@CapnJesus @Lurpatron @MKBHD @jakerawr 3 is a great car, but definitely Model S",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/842233727115702272,[],[],0,,False,270,65,16,,None,,,,,,,"[{'screen_name': 'CapnJesus', 'name': 'devil boy', 'id': '390869199'}, {'screen_name': 'Lurpatron', 'name': 'Lurpy Boy', 'id': '4151096052'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}, {'screen_name': 'jakerawr', 'name': 'Jake Roper', 'id': '15810697'}]",,,, +9475,841565055552389120,841563925707546626,1489479719000.0,2017-03-14 08:21:59,+0000,,@kyleugh Good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/841565055552389120,[],[],0,,False,236,50,6,,None,,,,,,,"[{'screen_name': 'kyleugh', 'name': 'Kyle', 'id': '192440538'}]",,,, +9476,841564430399807489,841563925707546626,1489479570000.0,2017-03-14 08:19:30,+0000,,@PriyancaFord I wish. It's so annoying.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/841564430399807489,[],[],0,,False,602,39,25,,None,,,,,,,"[{'screen_name': 'PriyancaFord', 'name': 'Priyanca Ford', 'id': '2964763396'}]",,,, +9477,841563925707546626,841563925707546626,1489479450000.0,2017-03-14 08:17:30,+0000,,"Finally, an explanation for daylight savings that makes sense ... https://t.co/kGpJHNgRJO",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/841563925707546626,['https://twitter.com/theonion/status/841311395543113728'],[],0,,False,14388,416,4462,https://twitter.com/theonion/status/841311395543113728,None,,,,,,,[],,,, +9478,841098180573851648,841091025972166656,1489368407000.0,2017-03-13 01:26:47,+0000,,@AndreElijah Ok,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/841098180573851648,[],[],0,,False,644,49,75,,None,,,,,,,"[{'screen_name': 'AndreElijah', 'name': 'Andre Elijah', 'id': '15384497'}]",,,, +9479,841041891747545089,841039231694786560,1489354987000.0,2017-03-12 21:43:07,+0000,,"@BizbuilderUSA @mcannonbrookes It's been a bear to get done, but prob 10 days or so, depending on full speed autosteer test results",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/841041891747545089,[],[],0,,False,330,37,22,,None,,,,,,,"[{'screen_name': 'BizbuilderUSA', 'name': 'George Massalas', 'id': '36608230'}, {'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +9480,841041532140445696,841039231694786560,1489354901000.0,2017-03-12 21:41:41,+0000,,"@Legit_bacon @mcannonbrookes Looking forward to it. I know it's cliche, but LotR is my favorite book ever :) Want to see the set and take my kids on tour of greater NZ.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/841041532140445696,[],[],0,,False,676,44,65,,None,,,,,,,"[{'screen_name': 'Legit_bacon', 'name': 'Matthew Warner', 'id': '1226814716'}, {'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +9481,841041070792228864,841039231694786560,1489354791000.0,2017-03-12 21:39:51,+0000,,"@5AllanLeVito @mcannonbrookes @VGroysman Sure. Just check out my prior tweet on pricing ($250 kWh at pack level). Website will be updated soon, so there is complete transparency.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/841041070792228864,[],[],0,,False,706,66,212,,None,,,,,,,"[{'screen_name': '5AllanLeVito', 'name': 'vAnilla Love t', 'id': '2476622113'}, {'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}, {'screen_name': 'VGroysman', 'name': 'Volodymyr Groysman', 'id': '4830245355'}]",,,, +9482,841040566867509248,841039231694786560,1489354671000.0,2017-03-12 21:37:51,+0000,,".@mcannonbrookes Can only happen with your support, and working closely with key govt and utility leaders who are strongly committed to trying new approaches",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/841040566867509248,[],[],0,,False,3427,139,317,,None,,,,,,,"[{'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +9483,841039231694786560,841039231694786560,1489354353000.0,2017-03-12 21:32:33,+0000,,"Just wanted to write a note of appreciation to the many Australians who came out in support of the battery plan, especially @mcannonbrookes",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/841039231694786560,[],[],0,,False,10546,329,1475,,None,,,,,,,[],,,, +9484,841011061935362048,841003392453480448,1489347637000.0,2017-03-12 19:40:37,+0000,,@ah_pton16 I love Wikipedia. Just gets better over time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/841011061935362048,[],[],0,,False,559,26,57,,None,,,,,,,[],,,, +9485,840780746868441088,840770270776315904,1489292725000.0,2017-03-12 04:25:25,+0000,,"@JMMZHerrera Answer is complex for electric motors. We use an AC induction motor fed by a DC pack thru an IGBT inverter, which kinda ""digitizes"" DC power",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/840780746868441088,[],[],0,,False,591,123,65,,None,,,,,,,"[{'screen_name': 'JMMZHerrera', 'name': 'Juan Miguel Herrera Ph.D', 'id': '380975829'}]",,,, +9486,840774191049658372,840770270776315904,1489291162000.0,2017-03-12 03:59:22,+0000,,@williamwinters High voltage DC is for sure the best way to transmit electricity over long distances. Good explanation at https://t.co/FOjClHhYiL,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/840774191049658372,['https://en.m.wikipedia.org/wiki/High-voltage_direct_current'],[],0,,False,734,50,125,,None,,,,,,,"[{'screen_name': 'williamwinters', 'name': 'william winters 🍁', 'id': '15039188'}]",,,, +9487,840772319526113280,840770270776315904,1489290716000.0,2017-03-12 03:51:56,+0000,,"Ironically, direct current is the right approach today, even though alternating was right in the past. Solar power & electronics both DC.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/840772319526113280,[],[],0,,False,6890,488,1626,,None,,,,,,,[],,,, +9488,840770270776315904,840770270776315904,1489290227000.0,2017-03-12 03:43:47,+0000,,You're most welcome. Very exciting to discuss the future of electricity. Renewables + storage arguably biggest disruption since DC to AC. https://t.co/7uXoUQf29f,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/840770270776315904,['https://twitter.com/turnbullmalcolm/status/840763614856339456'],[],0,,False,9646,401,2278,https://twitter.com/turnbullmalcolm/status/840763614856339456,None,,,,,,,[],,,, +9489,840410357122314240,839762369332985856,1489204417000.0,2017-03-11 03:53:37,+0000,,"@mcannonbrookes Just spoke with @JayWeatherill, Premier of South Australia. Very impressed. Govt is clearly committed to a smart, quick solution.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/840410357122314240,[],[],0,,False,3527,213,1269,,None,,,,,,,"[{'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +9490,840101692087582720,839762369332985856,1489130826000.0,2017-03-10 07:27:06,+0000,,"@shails Yes, but shipping, taxes/tariffs and installation labor vary by country, as those costs are beyond our control",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/840101692087582720,[],[],0,,False,842,72,93,,None,,,,,,,"[{'screen_name': 'shails', 'name': 'Shailley', 'id': '15516568'}]",,,, +9491,840096176678420481,839762369332985856,1489129511000.0,2017-03-10 07:05:11,+0000,,@mcannonbrookes $250/kWh at the pack level for 100MWh+ systems. Tesla is moving to fixed and open pricing and terms for all products.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/840096176678420481,[],[],0,,False,1896,96,428,,None,,,,,,,"[{'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +9492,840032197637685249,839762369332985856,1489114257000.0,2017-03-10 02:50:57,+0000,,@mcannonbrookes Tesla will get the system installed and working 100 days from contract signature or it is free. That serious enough for you?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/840032197637685249,[],[],0,,False,15052,599,6035,,None,,,,,,,"[{'screen_name': 'mcannonbrookes', 'name': 'Mike Cannon-Brookes 👨🏼\u200d💻🧢', 'id': '11781162'}]",,,, +9493,838569247555014656,838558471972741120,1488765463000.0,2017-03-06 01:57:43,+0000,,@Zedd Will send you one,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/838569247555014656,[],[],0,,False,1163,137,52,,None,,,,,,,"[{'screen_name': 'Zedd', 'name': 'Zedd', 'id': '155705264'}]",,,, +9494,838565081306677249,838558471972741120,1488764469000.0,2017-03-06 01:41:09,+0000,,@SimonaKitzu Self-hatred,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/838565081306677249,[],[],0,,False,4202,131,1145,,None,,,,,,,"[{'screen_name': 'SimonaKitzu', 'name': 'Simona', 'id': '307856673'}]",,,, +9495,838563502386118656,838558471972741120,1488764093000.0,2017-03-06 01:34:53,+0000,,Thanks JJ!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/838563502386118656,[],[],0,,False,2087,143,160,,None,,,,,,,[],,,, +9496,838558471972741120,838558471972741120,1488762894000.0,2017-03-06 01:14:54,+0000,, https://t.co/3YSXZq1EVj,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/838558471972741120,[],['https://pbs.twimg.com/media/C6MofDiUYAI10e_.jpg'],1,https://pbs.twimg.com/media/C6MofDiUYAI10e_.jpg,False,22170,1065,3367,,None,,,,,,,[],,,, +9497,837113202030759937,837113202030759937,1488418314000.0,2017-03-02 01:31:54,+0000,,Thank you for the lovely letter. That sounds like a great idea. We'll do it! https://t.co/ss2WmkOGyk,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/837113202030759937,['https://twitter.com/Writer_StevenL/status/837101983341424640'],[],0,,False,35684,1059,8210,https://twitter.com/Writer_StevenL/status/837101983341424640,None,,,,,,,[],,,, +9498,836443541001797632,836443541001797632,1488258655000.0,2017-02-28 05:10:55,+0000,,SpaceX could not do this without NASA. Can't express enough appreciation. https://t.co/uQpI60zAV7,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/836443541001797632,['https://twitter.com/nasa/status/836376097491202048'],[],0,,False,23548,324,3950,https://twitter.com/nasa/status/836376097491202048,None,,,,,,,[],,,, +9499,836442868180905984,836252475233488896,1488258494000.0,2017-02-28 05:08:14,+0000,,"@jamesatbuzz This is not true. TM works for a lot of people and that's great, but I've maybe done it 7 or 8 times ever.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/836442868180905984,[],[],0,,False,386,36,20,,None,,,,,,,"[{'screen_name': 'jamesatbuzz', 'name': 'James @ Buzz', 'id': '13572882'}]",,,, +9500,836328719165763584,836328719165763584,1488231279000.0,2017-02-27 21:34:39,+0000,,Fly me to the moon ... Ok https://t.co/6QT8m5SHwn,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/836328719165763584,['http://www.spacex.com/news/2017/02/27/spacex-send-privately-crewed-dragon-spacecraft-beyond-moon-next-year'],[],0,,False,50094,2224,26388,,None,,,,,,,[],,,, +9501,836020571490021376,836020571490021376,1488157811000.0,2017-02-27 01:10:11,+0000,,SpaceX announcement tomorrow at 1pm PST,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/836020571490021376,[],[],0,,False,23749,952,5529,,None,,,,,,,[],,,, +9502,835361919775100929,835350234049863680,1488000776000.0,2017-02-25 05:32:56,+0000,,@MacTechGenius of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/835361919775100929,[],[],0,,False,871,44,39,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +9503,835351081945350145,835350234049863680,1487998192000.0,2017-02-25 04:49:52,+0000,,@DueDiamond maybe one of those too,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/835351081945350145,[],[],0,,False,545,21,10,,None,,,,,,,"[{'screen_name': 'DueDiamond', 'name': 'Sam', 'id': '1133223583138885632'}]",,,, +9504,835350234049863680,835350234049863680,1487997990000.0,2017-02-25 04:46:30,+0000,,Roller coasters are awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/835350234049863680,[],[],0,,False,29225,1328,6008,,None,,,,,,,[],,,, +9505,835202594968477696,835188470616322048,1487962790000.0,2017-02-24 18:59:50,+0000,,@johnpaulbrewer Something on a tristate border might work. Gigafactory plus nearby supporting supply chain needs a very large workforce.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/835202594968477696,[],[],0,,False,424,58,39,,None,,,,,,,"[{'screen_name': 'johnpaulbrewer', 'name': 'John Paul Brewer', 'id': '27312724'}]",,,, +9506,835187859158020097,835184123119489028,1487959277000.0,2017-02-24 18:01:17,+0000,,@donbarbieri @GreenCarReports Good chance it will,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/835187859158020097,[],[],0,,False,285,10,17,,None,,,,,,,"[{'screen_name': 'donbarbieri', 'name': 'Don Barbieri', 'id': '29857376'}, {'screen_name': 'GreenCarReports', 'name': 'Green Car Reports', 'id': '22080515'}]",,,, +9507,835187686151315456,835176588144685056,1487959236000.0,2017-02-24 18:00:36,+0000,,@davidshepardson @BW @ATT @ToysRUs Exactly :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/835187686151315456,[],[],0,,False,228,6,7,,None,,,,,,,"[{'screen_name': 'davidshepardson', 'name': 'davidshepardson', 'id': '26283307'}, {'screen_name': 'BW', 'name': 'Businessweek', 'id': '67358777'}, {'screen_name': 'ATT', 'name': 'AT&T', 'id': '14620190'}, {'screen_name': 'ToysRUs', 'name': 'ToysRUs', 'id': '17308994'}]",,,, +9508,835185478512992256,835176588144685056,1487958709000.0,2017-02-24 17:51:49,+0000,,@meganmurp @ChrisFaile @BW I didn't pose for it (hopefully that's obvious) or want me on cover. Tunnel boring machine pic wd be way better,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/835185478512992256,[],[],0,,False,223,11,11,,None,,,,,,,"[{'screen_name': 'meganmurp', 'name': 'Megan Murphy', 'id': '88035633'}, {'screen_name': 'ChrisFaile', 'name': 'Chris Faile', 'id': '16256191'}, {'screen_name': 'BW', 'name': 'Businessweek', 'id': '67358777'}]",,,, +9509,835178020604301313,835176501100314626,1487956931000.0,2017-02-24 17:22:11,+0000,,@adrianvolts Minor improvements update this weekend. High speed autosteer in about two weeks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/835178020604301313,[],[],0,,False,247,15,17,,None,,,,,,,"[{'screen_name': 'adrianvolts', 'name': 'Adrian A. Volts', 'id': '21280851'}]",,,, +9510,834740218531962881,834740218531962881,1487852551000.0,2017-02-23 12:22:31,+0000,,Excellent Tesla Model X review https://t.co/wvog4Pbo1o,fr,[],[],44196397,44196397,elonmusk,Elon Musk,4,12,https://twitter.com/elonmusk/status/834740218531962881,['http://www.chicagotribune.com/classified/automotive/new/sc-tesla-model-x-autoreview-0202-story.html'],[],0,,False,3588,212,807,,None,,,,,,,[],,,, +9511,833411017065394176,833411017065394176,1487535645000.0,2017-02-19 20:20:45,+0000,,Just posted a video https://t.co/RCV7MVi8rs,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/833411017065394176,['https://www.instagram.com/p/BQtNTk4Brqp/'],[],0,,False,15457,1033,6708,,None,,,,,,,[],,,, +9512,833332384913252352,833332384913252352,1487516897000.0,2017-02-19 15:08:17,+0000,, https://t.co/6Ve3YJoStm,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/833332384913252352,[],['https://pbs.twimg.com/media/C5CXYlHUoAUPGwX.jpg'],1,https://pbs.twimg.com/media/C5CXYlHUoAUPGwX.jpg,False,95213,1394,24788,,None,,,,,,,[],,,, +9513,833332058453790720,833332058453790720,1487516819000.0,2017-02-19 15:06:59,+0000,,Baby came back https://t.co/5FRhw3AT2b,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/833332058453790720,['https://www.instagram.com/p/BQspL7Qhv1v/'],[],0,,False,15192,517,3404,,None,,,,,,,[],,,, +9514,833329896168370179,833319209576886272,1487516304000.0,2017-02-19 14:58:24,+0000,,@mattnewby no,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/833329896168370179,[],[],0,,False,337,24,19,,None,,,,,,,"[{'screen_name': 'MattNewby', 'name': 'Matt Newby', 'id': '1324498736144388096'}]",,,, +9515,832995083519614976,832993762125164548,1487436478000.0,2017-02-18 16:47:58,+0000,,@Xuan_Thai System was green for launch. I called it off.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/832995083519614976,[],[],0,,False,975,63,163,,None,,,,,,,"[{'screen_name': 'Xuan_Thai', 'name': 'xuan thai', 'id': '57772600'}]",,,, +9516,832992529872097280,832863988836814848,1487435870000.0,2017-02-18 16:37:50,+0000,,"@spacecom They are often right, but, in this case, we have already retired so much R&D risk on Dragon 2, that I feel very confident of 2018.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/832992529872097280,[],[],0,,False,490,9,53,,None,,,,,,,"[{'screen_name': 'spacecom', 'name': 'Parabolicarc.com', 'id': '18928764'}]",,,, +9517,832986598627106818,832970849791537152,1487434455000.0,2017-02-18 16:14:15,+0000,,"@zperrin99 Uses high pressure bleed off the fuel side (RP-1 kerosene) turbopump, so no dedicated pump or fluid needed",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/832986598627106818,[],[],0,,False,410,21,32,,None,,,,,,,[],,,, +9518,832984361989386240,832970849791537152,1487433922000.0,2017-02-18 16:05:22,+0000,,"Btw, 99% likely to be fine (closed loop TVC wd overcome error), but that 1% chance isn't worth rolling the dice. Better to wait a day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/832984361989386240,[],[],0,,False,7417,280,1042,,None,,,,,,,[],,,, +9519,832979955092819968,832970849791537152,1487432871000.0,2017-02-18 15:47:51,+0000,,"@Zybbby Not obviously related to the (very tiny) helium leak, but also not out of the question",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/832979955092819968,[],[],0,,False,331,8,32,,None,,,,,,,[],,,, +9520,832973218348625920,832970849791537152,1487431265000.0,2017-02-18 15:21:05,+0000,,"If this is the only issue, flight would be fine, but need to make sure that it isn't symptomatic of a more significant upstream root cause",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/832973218348625920,[],[],0,,False,4843,188,741,,None,,,,,,,[],,,, +9521,832970849791537152,832970849791537152,1487430701000.0,2017-02-18 15:11:41,+0000,,"All systems go, except the movement trace of an upper stage engine steering hydraulic piston was slightly odd. Standing down to investigate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/832970849791537152,[],[],0,,False,7701,328,1508,,None,,,,,,,[],,,, +9522,832871068066942976,832871068066942976,1487406911000.0,2017-02-18 08:35:11,+0000,,Counting down to the first SpaceX launch from the Apollo 11 launch pad tomorrow morning (webcast… https://t.co/upjTcmftte,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/832871068066942976,['https://www.instagram.com/p/BQpXxl5BIYX/'],[],0,,False,6233,225,1222,,None,,,,,,,[],,,, +9523,832868838479851521,832868838479851521,1487406379000.0,2017-02-18 08:26:19,+0000,,spacex's photo https://t.co/ImEDAut3nI,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/832868838479851521,['https://instagram.com/p/BQnwNNsFy-3/'],[],0,,False,2362,79,384,,None,,,,,,,[],,,, +9524,832863988836814848,832863988836814848,1487405223000.0,2017-02-18 08:07:03,+0000,,"Provided Dragon 2 demo missions go well, SpaceX is highly confident of being able to fly US astronauts in 2018 https://t.co/usUto6QSi7",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/832863988836814848,['http://www.theverge.com/2017/2/16/14640618/nasa-spacex-boeing-astronaut-iss-2018'],[],0,,False,4915,159,1255,,None,,,,,,,[],,,, +9525,832788691588296705,832647116816150530,1487387271000.0,2017-02-18 03:07:51,+0000,,Looks like we are go for launch. Added an abort trigger at T-60 secs for pressure decay of upper stage helium spin start system.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/832788691588296705,[],[],0,,False,6052,292,954,,None,,,,,,,[],,,, +9526,832647116816150530,832647116816150530,1487353517000.0,2017-02-17 17:45:17,+0000,,"Investigating a (very small) leak in the upper stage. If ok, will launch tomorrow. https://t.co/bQf97lywn4",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/832647116816150530,['https://twitter.com/spacex/status/832644375863717889'],[],0,,False,6695,429,1474,https://twitter.com/spacex/status/832644375863717889,None,,,,,,,[],,,, +9527,832619549937668096,832232018574467075,1487346944000.0,2017-02-17 15:55:44,+0000,,"@emenietti @chafkin Yes, but only deep in solid rock, where the walls are self-supporting and concrete reinforcements arguably aren't needed",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/832619549937668096,[],[],0,,False,218,22,10,,None,,,,,,,"[{'screen_name': 'emenietti', 'name': 'emanuele menietti', 'id': '7697992'}, {'screen_name': 'chafkin', 'name': 'Max Chafkin', 'id': '9717472'}]",,,, +9528,832480331496185857,832375525754626048,1487313752000.0,2017-02-17 06:42:32,+0000,,@sc00bs It's much easier to do the CGI that way,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/832480331496185857,[],[],0,,False,2539,84,533,,None,,,,,,,"[{'screen_name': 'sc00bs', 'name': 'John Brinkman', 'id': '2406701'}]",,,, +9529,832375525754626048,832375525754626048,1487288764000.0,2017-02-16 23:46:04,+0000,,Daylight rocket launch & landing at the Cape this weekend. Will be the 1st SpaceX flight from the Apollo launch pad. https://t.co/Vr5LQjYaPZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/832375525754626048,['http://observer.com/2017/02/spacex-will-fly-a-rocket-back-to-earth-in-broad-daylight-this-weekend/'],[],0,,False,9658,289,2824,,None,,,,,,,[],,,, +9530,832089102266687488,832084402473627650,1487220476000.0,2017-02-16 04:47:56,+0000,,@PhoebeColeman I used that one :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832089102266687488,[],[],0,,False,549,14,13,,None,,,,,,,"[{'screen_name': 'PhoebeColeman', 'name': 'P. Coleman', 'id': '15741626'}]",,,, +9531,832086901704126464,832084402473627650,1487219951000.0,2017-02-16 04:39:11,+0000,,"Ok, what are some good ones? Will have to meter these out. Hopefully, kids can't die from groaning too much.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832086901704126464,[],[],0,,False,5731,1091,442,,None,,,,,,,[],,,, +9532,832086234302341120,832084402473627650,1487219792000.0,2017-02-16 04:36:32,+0000,,@VRGTech @Floydilicious They are doing India proud,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832086234302341120,[],[],0,,False,1168,27,435,,None,,,,,,,"[{'screen_name': 'VRGTech', 'name': 'Vivek Rajagopal', 'id': '786184085597069313'}, {'screen_name': 'Floydilicious', 'name': 'Suj', 'id': '211798382'}]",,,, +9533,832085891715723264,832084402473627650,1487219710000.0,2017-02-16 04:35:10,+0000,,@osiris26 You may come to regret that request :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832085891715723264,[],[],0,,False,393,9,10,,None,,,,,,,"[{'screen_name': 'osiris26', 'name': 'osiris', 'id': '78222118'}]",,,, +9534,832085554619572225,832084402473627650,1487219630000.0,2017-02-16 04:33:50,+0000,,"@LittleDovah Yeah, exactly. So that makes it cool, right!?",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832085554619572225,[],[],0,,False,371,9,3,,None,,,,,,,"[{'screen_name': 'LittleDovah', 'name': 'Jan Jan (⌐■_■)', 'id': '497685488'}]",,,, +9535,832084918645596166,832084402473627650,1487219478000.0,2017-02-16 04:31:18,+0000,,"@Floydilicious Yeah, awesome achievement by ISRO. Very impressive!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832084918645596166,[],[],0,,False,2084,38,1232,,None,,,,,,,"[{'screen_name': 'Floydilicious', 'name': 'Suj', 'id': '211798382'}]",,,, +9536,832084402473627650,832084402473627650,1487219355000.0,2017-02-16 04:29:15,+0000,,"Apparently, there is this thing called ""Dad jokes"" and I make them",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832084402473627650,[],[],0,,False,23392,726,4319,,None,,,,,,,[],,,, +9537,832082377920778240,832081093532594176,1487218872000.0,2017-02-16 04:21:12,+0000,,"@LudwigMorelos You're right, I can't hide any more! I am Irony Man...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/832082377920778240,[],[],0,,False,800,27,102,,None,,,,,,,[],,,, +9538,831972894355828736,831972535709343744,1487192769000.0,2017-02-15 21:06:09,+0000,,@Samcornwell they were earlier drafts that I accidentally published. I said the same thing a week already.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/831972894355828736,[],[],0,,False,418,54,37,,None,,,,,,,"[{'screen_name': 'Samcornwell', 'name': 'Sammy C', 'id': '19046943'}]",,,, +9539,831972613912080384,831969536584806400,1487192703000.0,2017-02-15 21:05:03,+0000,,"In appreciation, Tesla is providing all repair costs free of charge and expedited. https://t.co/D68HNJcCoQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/831972613912080384,['http://jalopnik.com/heroic-driver-sacrifices-his-tesla-to-save-unconscious-1792349590'],[],0,,False,47536,809,13820,,None,,,,,,,[],,,, +9540,831969536584806400,831969536584806400,1487191969000.0,2017-02-15 20:52:49,+0000,,Congrats to the Tesla owner who sacrificed damage to his own car to bring a car with an unconscious driver safely to a stop!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/831969536584806400,[],[],0,,False,34892,428,7205,,None,,,,,,,[],,,, +9541,831692803210096641,831683496695517185,1487125991000.0,2017-02-15 02:33:11,+0000,,@lollieshopMOM Best place to watch is on the Cape causeway,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/831692803210096641,[],[],0,,False,268,22,21,,None,,,,,,,[],,,, +9542,830239445433544704,830198756687572994,1486779483000.0,2017-02-11 02:18:03,+0000,,@SEACityLight @Nas2four Sounds like the Tesla Powerwall (consumer) and Powerpack (utility/commercial) might be useful,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/830239445433544704,[],[],0,,False,702,48,78,,None,,,,,,,"[{'screen_name': 'SEACityLight', 'name': 'Seattle City Light', 'id': '27129359'}, {'screen_name': 'Nas2four', 'name': 'nazir king', 'id': '312805855'}]",,,, +9543,830148763578662916,830148763578662916,1486757863000.0,2017-02-10 20:17:43,+0000,,Falcon 9 rocket now vertical at Cape Canaveral on launch complex 39-A. This is the same launch… https://t.co/wY6dWRcer3,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/830148763578662916,['https://www.instagram.com/p/BQWBz9zgOTP/'],[],0,,False,9059,332,1971,,None,,,,,,,[],,,, +9544,829885356531032064,829873931385442304,1486695062000.0,2017-02-10 02:51:02,+0000,,@accohen @MeganGeuss @arstechnica Exactly. What this person said is untrue.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/829885356531032064,[],[],0,,False,285,30,24,,None,,,,,,,"[{'screen_name': 'accohen', 'name': 'Boymn Accohen', 'id': '1082929561757720578'}, {'screen_name': 'MeganGeuss', 'name': 'megan geuss', 'id': '101915429'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}]",,,, +9545,829861775357071361,829838204492738561,1486689439000.0,2017-02-10 01:17:19,+0000,,"@RusulAlrubail @MarkRuffalo @guardian Please check your facts. Tesla and SpaceX joined as soon as we received the filing, which was Monday.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/829861775357071361,[],[],0,,False,376,21,30,,None,,,,,,,"[{'screen_name': 'RusulAlrubail', 'name': 'Rusul', 'id': '2380961067'}, {'screen_name': 'MarkRuffalo', 'name': 'Mark Ruffalo', 'id': '47285504'}, {'screen_name': 'guardian', 'name': 'The Guardian', 'id': '87818409'}]",,,, +9546,829509777218613248,829505711973421056,1486605517000.0,2017-02-09 01:58:37,+0000,,@dknisely of course it will,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/829509777218613248,[],[],0,,False,212,11,6,,None,,,,,,,"[{'screen_name': 'dknisely', 'name': 'Doug Knisely', 'id': '11784872'}]",,,, +9547,829447188325412866,829444357279342592,1486590594000.0,2017-02-08 21:49:54,+0000,,@SundalJ Should all be uploaded by next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/829447188325412866,[],[],0,,False,244,18,11,,None,,,,,,,"[{'screen_name': 'SundalJ', 'name': 'Jon-Vegar S. Sundal', 'id': '2855285614'}]",,,, +9548,829442592978792448,828981873086865410,1486589499000.0,2017-02-08 21:31:39,+0000,,@sureal808 Motor Trend could only achieve 2.4 sec when they tested the Porsche 918,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/829442592978792448,[],[],0,,False,300,10,19,,None,,,,,,,"[{'screen_name': 'sureal808', 'name': 'sureal808', 'id': '15342282'}]",,,, +9549,829441987686182912,829433874665000960,1486589354000.0,2017-02-08 21:29:14,+0000,,@VoltzCoreAudio I don't know what make you think that's a rocket. It's completely covered in a tarpaulin...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/829441987686182912,[],[],0,,False,749,31,85,,None,,,,,,,"[{'screen_name': 'VoltzCoreAudio', 'name': 'Erik Cleven', 'id': '1371639771412320256'}]",,,, +9550,829396254920568832,829396254920568832,1486578451000.0,2017-02-08 18:27:31,+0000,,George Schultz and Jim Baker article in @WSJ regarding a carbon tax https://t.co/tf2Urgms85,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/829396254920568832,['https://www.wsj.com/articles/a-conservative-answer-to-climate-change-1486512334'],[],0,,False,3165,266,1284,,None,,,,,,,[],,,, +9551,829046669517860869,829045288220315648,1486495103000.0,2017-02-07 19:18:23,+0000,,@BatlaG yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/829046669517860869,[],[],0,,False,192,12,6,,None,,,,,,,"[{'screen_name': 'BatlaG', 'name': 'Greg Batla ™', 'id': '64797812'}]",,,, +9552,829027848434257924,829019448791035904,1486490616000.0,2017-02-07 18:03:36,+0000,,@goel_ishan Hoping for summer this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/829027848434257924,[],[],0,,False,904,135,334,,None,,,,,,,"[{'screen_name': 'goel_ishan', 'name': 'Ishan Goel', 'id': '2875456507'}]",,,, +9553,829015254524792832,829013647011635200,1486487613000.0,2017-02-07 17:13:33,+0000,,"@mdcdave yes, altitude improves performance for electric. Opposite of combustion cars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/829015254524792832,[],[],0,,False,345,11,41,,None,,,,,,,"[{'screen_name': 'mdcdave', 'name': 'MDC Computers', 'id': '155745885'}]",,,, +9554,829002643947167744,828996191740428288,1486484607000.0,2017-02-07 16:23:27,+0000,,"@jovanik21 @Veidit No, will be lower. Wheelbase can't fit 100.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/829002643947167744,[],[],0,,False,261,45,22,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'Veidit', 'name': 'John Angelmo', 'id': '14048865'}]",,,, +9555,828999653886550018,828981873086865410,1486483894000.0,2017-02-07 16:11:34,+0000,,"@jovanik21 Also, Tesla service can remove front trunk liner if you don't use it and improve performance further",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/828999653886550018,[],[],0,,False,358,19,24,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}]",,,, +9556,828998837578526723,828996191740428288,1486483699000.0,2017-02-07 16:08:19,+0000,,"@Veidit No plans to take X, S (or 3) above 100 kWh. Semi necessarily and pickup truck maybe will go above.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/828998837578526723,[],[],0,,False,334,41,58,,None,,,,,,,"[{'screen_name': 'Veidit', 'name': 'John Angelmo', 'id': '14048865'}]",,,, +9557,828984746029912064,828981873086865410,1486480339000.0,2017-02-07 15:12:19,+0000,,@jovanik21 Take out the floor mats and its 2.27. MT said everything had to be standard production.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/828984746029912064,[],[],0,,False,560,26,37,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}]",,,, +9558,828983364543664128,828982012597899264,1486480010000.0,2017-02-07 15:06:50,+0000,,@quick_pi yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/828983364543664128,[],[],0,,False,135,5,4,,None,,,,,,,"[{'screen_name': 'quick_pi', 'name': 'QuickPi', 'id': '4378546935'}]",,,, +9559,828981873086865410,828981873086865410,1486479654000.0,2017-02-07 15:00:54,+0000,,Production Tesla Model S P100DL sets Motor Trend all-time world record to 60 mph in 2.27 sec https://t.co/sxALQrM5Ls,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/828981873086865410,['http://bit.ly/2kmMo3m'],[],0,,False,18906,733,7027,,None,,,,,,,[],,,, +9560,828320620463140865,828320620463140865,1486322000000.0,2017-02-05 19:13:20,+0000,,Signing off now. That was more than enough Twitter trouble for one morning!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/828320620463140865,[],[],0,,False,6327,555,312,,None,,,,,,,[],,,, +9561,828315290782093312,828280866451374085,1486320729000.0,2017-02-05 18:52:09,+0000,,@qriosity_ @MacTechGenius No rare earth metals in battery,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828315290782093312,[],[],0,,False,610,29,65,,None,,,,,,,"[{'screen_name': 'qriosity_', 'name': 'Nick Polyzogopoulos', 'id': '22386697'}, {'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +9562,828314791819218944,828293735419109376,1486320610000.0,2017-02-05 18:50:10,+0000,,@camdtor @trylks Almost ready,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828314791819218944,[],[],0,,False,526,9,17,,None,,,,,,,"[{'screen_name': 'trylks', 'name': '\U0001f9be🧠⚗️', 'id': '43387573'}]",,,, +9563,828314321679704066,828280866451374085,1486320498000.0,2017-02-05 18:48:18,+0000,,@MacTechGenius App update is about two weeks out. Linux kernel and browser update probably a month or so. HW2 Autopilot has priority.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828314321679704066,[],[],0,,False,377,18,32,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +9564,828312660299091968,828280866451374085,1486320102000.0,2017-02-05 18:41:42,+0000,,"@FredericLambert Yes, but Model 3 is the overwhelming priority",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828312660299091968,[],[],0,,False,540,43,29,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +9565,828312511946567680,828280866451374085,1486320066000.0,2017-02-05 18:41:06,+0000,,@clay_ellis I will post an article he wrote half a century ago about flying through Africa and Asia in his plane. One of my favorite things.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828312511946567680,[],[],0,,False,653,19,25,,None,,,,,,,"[{'screen_name': 'clay_ellis', 'name': 'Clay Ellis', 'id': '318631629'}]",,,, +9566,828309896122789889,828280866451374085,1486319443000.0,2017-02-05 18:30:43,+0000,,@christesla @FredericLambert Almost there. We are just being very careful with the rollout.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828309896122789889,[],[],0,,False,368,7,11,,None,,,,,,,"[{'screen_name': 'christesla', 'name': 'Chris Danks', 'id': '174427901'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +9567,828307625632813056,828293735419109376,1486318901000.0,2017-02-05 18:21:41,+0000,,@trylks A lot of terrible things could happen in four years of extremism. Do you really want another war? That's where extremism leads.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828307625632813056,[],[],0,,False,2198,132,258,,None,,,,,,,"[{'screen_name': 'trylks', 'name': '\U0001f9be🧠⚗️', 'id': '43387573'}]",,,, +9568,828305244891336706,828280866451374085,1486318334000.0,2017-02-05 18:12:14,+0000,,"@FredericLambert Yeah, it is hard to convey complex ideas in 140 chars and tone is lost in text",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828305244891336706,[],[],0,,False,544,46,27,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +9569,828304178644656129,828292392998600704,1486318079000.0,2017-02-05 18:07:59,+0000,,@CycleTrades @rtoro20 People should push to have as many moderates advising the President as possible. Blind hate is never the right answer.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828304178644656129,[],[],0,,False,1515,64,252,,None,,,,,,,"[{'screen_name': 'CycleTrades', 'name': 'Cycle Trades', 'id': '2981182130'}, {'screen_name': 'rtoro20', 'name': 'Ryan Santoro', 'id': '46449277'}]",,,, +9570,828303494981550082,828280866451374085,1486317916000.0,2017-02-05 18:05:16,+0000,,@Wise1919 @FredericLambert Rolling out a new update today.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828303494981550082,[],[],0,,False,209,8,9,,None,,,,,,,"[{'screen_name': 'Wise1919', 'name': 'Justin Wise', 'id': '391127789'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +9571,828303126935568384,828293735419109376,1486317829000.0,2017-02-05 18:03:49,+0000,,@recipher We should try our best,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828303126935568384,[],[],0,,False,551,23,14,,None,,,,,,,"[{'screen_name': 'recipher', 'name': 'Johnny Hall', 'id': '3297881'}]",,,, +9572,828302292520681474,828280866451374085,1486317630000.0,2017-02-05 18:00:30,+0000,,"@iamDeveloper Really? Ok, I will work harder on thinking first and tweeting second. Sorry for anything thoughtless.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/828302292520681474,[],[],0,,False,319,18,18,,None,,,,,,,"[{'screen_name': 'iamDeveloper', 'name': 'Satya', 'id': '101431978'}]",,,, +9573,828301829909921792,828280866451374085,1486317520000.0,2017-02-05 17:58:40,+0000,,@martinengwicht @FredericLambert I just had three coffees :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828301829909921792,[],[],0,,False,474,24,36,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +9574,828301680596889600,828293735419109376,1486317484000.0,2017-02-05 17:58:04,+0000,,@thelogicbox @IanrossWins Mars is critical for the long-term survival of humanity and life on Earth as we know it,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828301680596889600,[],[],0,,False,1158,85,175,,None,,,,,,,"[{'screen_name': 'thelogicbox', 'name': 'thelogicbox', 'id': '15918067'}, {'screen_name': 'IanrossWins', 'name': 'Ian', 'id': '451696838'}]",,,, +9575,828301040768393216,828280866451374085,1486317331000.0,2017-02-05 17:55:31,+0000,,@seanbroswag @FredericLambert Numeric,ro,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828301040768393216,[],[],0,,False,386,30,12,,None,,,,,,,"[{'screen_name': 'seanbroswag', 'name': 'Sean', 'id': '2547490493'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +9576,828300568062021632,828293324817702912,1486317219000.0,2017-02-05 17:53:39,+0000,,@B0Turner Gravimetric energy density of batteries and achieving a high cell mass fraction,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828300568062021632,[],[],0,,False,280,14,14,,None,,,,,,,[],,,, +9577,828300245998116864,828280866451374085,1486317142000.0,2017-02-05 17:52:22,+0000,,"@Travelingmom23 I love Canada! I'm half Canadian. My Mom was born in Regina. My grandfather (her Dad) was American, born in Minnesota.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828300245998116864,[],[],0,,False,809,56,125,,None,,,,,,,"[{'screen_name': 'Travelingmom23', 'name': 'S L', 'id': '1060235814'}]",,,, +9578,828299070154358784,828280866451374085,1486316862000.0,2017-02-05 17:47:42,+0000,,@FredericLambert Me too. I hope to get back to regularly scheduled programming soon ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828299070154358784,[],[],0,,False,998,45,28,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +9579,828298780638400512,828280866451374085,1486316793000.0,2017-02-05 17:46:33,+0000,,"@brendangage I agree, great country! Looking forward to taking my kids for a visit. I've heard it is incredibly beautiful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828298780638400512,[],[],0,,False,275,18,6,,None,,,,,,,"[{'screen_name': 'brendangage', 'name': 'Brendan', 'id': '397936380'}]",,,, +9580,828297337353154560,828280866451374085,1486316448000.0,2017-02-05 17:40:48,+0000,,@DaringKid True. Me being one of them :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828297337353154560,[],[],0,,False,337,8,5,,None,,,,,,,[],,,, +9581,828297251026001924,828292728710656001,1486316428000.0,2017-02-05 17:40:28,+0000,,"@marcelsalathe Not perfect & cd be better, but 10th out of 200+ countries with only a 0.08 diff to ""1st"" place means it's essentially on par",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828297251026001924,[],[],0,,False,174,4,4,,None,,,,,,,"[{'screen_name': 'marcelsalathe', 'name': 'Marcel Salathé', 'id': '14177696'}]",,,, +9582,828294008677994496,828280866451374085,1486315655000.0,2017-02-05 17:27:35,+0000,,"@andresantoniop Fair point, sorry",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828294008677994496,[],[],0,,False,245,16,10,,None,,,,,,,[],,,, +9583,828293735419109376,828293735419109376,1486315590000.0,2017-02-05 17:26:30,+0000,,"Activists should be pushing for more moderates to advise President, not fewer. How could having only extremists advise him possibly be good?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828293735419109376,[],[],0,,False,37915,2628,10808,,None,,,,,,,[],,,, +9584,828292305522192384,828280866451374085,1486315249000.0,2017-02-05 17:20:49,+0000,,@BenCam137 @FifthRocket Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828292305522192384,[],[],0,,False,252,3,5,,None,,,,,,,"[{'screen_name': 'FifthRocket', 'name': 'David Watson 🥑', 'id': '755546'}]",,,, +9585,828291884858691584,828280866451374085,1486315148000.0,2017-02-05 17:19:08,+0000,,@AanstadGard Norway is great on all levels. Love Norway!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828291884858691584,[],[],0,,False,467,19,42,,None,,,,,,,[],,,, +9586,828291645548408833,828280866451374085,1486315091000.0,2017-02-05 17:18:11,+0000,,@BullFlags Yeah. And Twitter is a hater Hellscape.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828291645548408833,[],[],0,,False,1064,25,73,,None,,,,,,,"[{'screen_name': 'BullFlags', 'name': 'Don Julio', 'id': '30306064'}]",,,, +9587,828291190965551106,828280866451374085,1486314983000.0,2017-02-05 17:16:23,+0000,,"@W4AS Good grief, I'm not ""working"" for Trump. I'm trying to provide advice that helps take things in a more positive direction.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828291190965551106,[],[],0,,False,1570,68,222,,None,,,,,,,"[{'screen_name': 'W4AS', 'name': 'Seb', 'id': '17078957'}]",,,, +9588,828290224069419010,828280866451374085,1486314752000.0,2017-02-05 17:12:32,+0000,,"@BitterMercy @CallumK24 Actually, I think it's kinda cool :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828290224069419010,[],[],0,,False,302,7,5,,None,,,,,,,"[{'screen_name': 'BitterMercy', 'name': 'C:\\start wearamask.exe', 'id': '2595341719'}, {'screen_name': 'callumk24', 'name': 'CAL', 'id': '1109433097173549057'}]",,,, +9589,828289948767895552,828280866451374085,1486314687000.0,2017-02-05 17:11:27,+0000,,@EricHaegler @iLexomat Isn't that basically like having a jury of peers? That is a default option in the US.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828289948767895552,[],[],0,,False,165,4,4,,None,,,,,,,"[{'screen_name': 'EricHaegler', 'name': 'Eric Haegler', 'id': '396603988'}, {'screen_name': 'iLexomat', 'name': 'Alexander Bättig', 'id': '723654086'}]",,,, +9590,828289487075733504,828280866451374085,1486314577000.0,2017-02-05 17:09:37,+0000,,"@vladsavov Those countries have strong justice systems, but I'd put them roughly on par with US. That rating system conflates many factors.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828289487075733504,[],[],0,,False,190,10,4,,None,,,,,,,"[{'screen_name': 'vladsavov', 'name': 'Vlad Savov', 'id': '75246510'}]",,,, +9591,828287608614744064,828280866451374085,1486314129000.0,2017-02-05 17:02:09,+0000,,@FifthRocket Did you read my tweets? I attacked it hard. Did not defend.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828287608614744064,[],[],0,,False,416,10,11,,None,,,,,,,"[{'screen_name': 'FifthRocket', 'name': 'David Watson 🥑', 'id': '755546'}]",,,, +9592,828287354741936130,828280866451374085,1486314068000.0,2017-02-05 17:01:08,+0000,,@KENEMONICS You're right. Politics is a no-win situation. Somebody is going to hate what you say no matter what that is.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/828287354741936130,[],[],0,,False,584,21,62,,None,,,,,,,"[{'screen_name': 'KENEMONICS', 'name': 'KENEMONICS', 'id': '465305234'}]",,,, +9593,828285894570422272,828280866451374085,1486313720000.0,2017-02-05 16:55:20,+0000,,@martinengwicht Also good. There are several that are on par with US. Just don't think any are better. People confuse laws with courts.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828285894570422272,[],[],0,,False,204,13,13,,None,,,,,,,"[{'screen_name': 'MartinEngwicht', 'name': 'Starship Trooper', 'id': '1252353732672716800'}]",,,, +9594,828285409675341824,828280866451374085,1486313605000.0,2017-02-05 16:53:25,+0000,,@paulvankeep Mostly anti-drug laws,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828285409675341824,[],[],0,,False,273,10,11,,None,,,,,,,"[{'screen_name': 'paulvankeep', 'name': 'Paul van Keep', 'id': '28678836'}]",,,, +9595,828284802327523328,828280866451374085,1486313460000.0,2017-02-05 16:51:00,+0000,,@zgiarrizzo Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828284802327523328,[],[],0,,False,199,6,3,,None,,,,,,,"[{'screen_name': 'zgiarrizzo', 'name': 'Zack Giarrizzo', 'id': '454567739'}]",,,, +9596,828284631170560000,828280866451374085,1486313419000.0,2017-02-05 16:50:19,+0000,,"@TheLAAdams The laws need to change. Judges are responsible for evaluating whether an action breaks the law, not making law.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828284631170560000,[],[],0,,False,358,16,26,,None,,,,,,,[],,,, +9597,828284048103579651,828280866451374085,1486313280000.0,2017-02-05 16:48:00,+0000,,@humplik The remedy for that is changing the law,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828284048103579651,[],[],0,,False,206,10,12,,None,,,,,,,"[{'screen_name': 'humplik', 'name': 'Glenn Hümplik', 'id': '7479182'}]",,,, +9598,828282768559849473,828280866451374085,1486312975000.0,2017-02-05 16:42:55,+0000,,"@CallumK24 Ok, but what's up the wigs?",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828282768559849473,[],[],0,,False,766,18,27,,None,,,,,,,"[{'screen_name': 'callumk24', 'name': 'CAL', 'id': '1109433097173549057'}]",,,, +9599,828282648711802881,828280866451374085,1486312946000.0,2017-02-05 16:42:26,+0000,,@iLexomat There are many good legal systems on par with US. Just don't know any that are better.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828282648711802881,[],[],0,,False,222,16,10,,None,,,,,,,"[{'screen_name': 'iLexomat', 'name': 'Alexander Bättig', 'id': '723654086'}]",,,, +9600,828281953455579136,828280866451374085,1486312781000.0,2017-02-05 16:39:41,+0000,,@Biesseman True!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828281953455579136,[],[],0,,False,213,3,3,,None,,,,,,,"[{'screen_name': 'Biesseman', 'name': 'Curious Brian The 🇨🇦 Renaissance Man', 'id': '247026747'}]",,,, +9601,828280866451374085,828280866451374085,1486312521000.0,2017-02-05 16:35:21,+0000,,"Many in America don't realize how proud they should be of the legal system. Not perfect, but nowhere is the cause of justice better served.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/828280866451374085,[],[],0,,False,22205,1141,4942,,None,,,,,,,[],,,, +9602,828018446873006080,828018446873006080,1486249956000.0,2017-02-04 23:12:36,+0000,,Walking down the street and saw this https://t.co/Mpv5j6088K,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/828018446873006080,[],['https://pbs.twimg.com/media/C322YbSVYAA81kp.jpg'],1,https://pbs.twimg.com/media/C322YbSVYAA81kp.jpg,False,26013,530,6705,,None,,,,,,,[],,,, +9603,828004231101706241,827954983710650369,1486246566000.0,2017-02-04 22:16:06,+0000,,@nintendomaniac @alext4627 I wish!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/828004231101706241,[],[],0,,False,819,12,62,,None,,,,,,,"[{'screen_name': 'nintendomaniac', 'name': 'Nintendo Maniac 64', 'id': '14655220'}]",,,, +9604,828002410811494400,827330589191704576,1486246132000.0,2017-02-04 22:08:52,+0000,,"@OldManRiver1800 Then so be it. I'd rather do what I believe is right, than do what appears right simply to avoid criticism.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/828002410811494400,[],[],0,,False,1855,128,363,,None,,,,,,,"[{'screen_name': 'OldManRiver1800', 'name': 'Marky Mark Twain', 'id': '2378693048'}]",,,, +9605,828000753432293376,827954983710650369,1486245737000.0,2017-02-04 22:02:17,+0000,,"@bonnienorman @advandermeer Wow, cool!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/828000753432293376,[],[],0,,False,189,1,5,,None,,,,,,,"[{'screen_name': 'bonnienorman', 'name': ""Bonnie 'Fully Vaccinated' Norman"", 'id': '195009699'}, {'screen_name': 'advandermeer', 'name': 'Ad van der Meer', 'id': '43530516'}]",,,, +9606,828000589082742784,827954983710650369,1486245698000.0,2017-02-04 22:01:38,+0000,,@alext4627 That's exactly what I thought. Love Half-Life.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/828000589082742784,[],[],0,,False,1097,19,136,,None,,,,,,,[],,,, +9607,827999209085403143,827983309359763456,1486245369000.0,2017-02-04 21:56:09,+0000,,@ana_lontana Nuances are important :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/827999209085403143,[],[],0,,False,224,10,4,,None,,,,,,,"[{'screen_name': 'ana_lontana', 'name': 'Ana María Delgado', 'id': '17396488'}]",,,, +9608,827954983710650369,827954983710650369,1486234825000.0,2017-02-04 19:00:25,+0000,,26 ft diameter tunnel running 2 miles under D.C. https://t.co/XFQkioEsg8,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/827954983710650369,[],['https://pbs.twimg.com/media/C318pqsXAAA6iSD.jpg'],1,https://pbs.twimg.com/media/C318pqsXAAA6iSD.jpg,False,11001,696,1744,,None,,,,,,,[],,,, +9609,827928366711967745,827330589191704576,1486228479000.0,2017-02-04 17:14:39,+0000,,@eveegdmann Really don't want to get in politics. I just want to help invent and develop technologies that improve lives. Feels so bizarre.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/827928366711967745,[],[],0,,False,2914,401,397,,None,,,,,,,"[{'screen_name': 'eveegdmann', 'name': 'Eve Egdmann', 'id': '4470469823'}]",,,, +9610,827926509197332484,827330589191704576,1486228036000.0,2017-02-04 17:07:16,+0000,,"@DanielleBloeme Yes, for now, but this should be addressed on all fronts: judicial, legislative and executive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/827926509197332484,[],[],0,,False,383,11,23,,None,,,,,,,"[{'screen_name': 'DanielleBloeme', 'name': 'Danielle ""Preserve Democracy""', 'id': '397528012'}]",,,, +9611,827925653022453760,827330589191704576,1486227832000.0,2017-02-04 17:03:52,+0000,,"In addition, I again raised climate. I believe this is doing good, so will remain on council & keep at it. Doing otherwise would be wrong.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/827925653022453760,[],[],0,,False,22547,1473,2995,,None,,,,,,,[],,,, +9612,827924171661377536,827330589191704576,1486227479000.0,2017-02-04 16:57:59,+0000,,"At my request, the agenda for yesterday's White House meeting went from not mentioning the travel ban to having it be first and foremost",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/827924171661377536,[],[],0,,False,16699,633,2607,,None,,,,,,,[],,,, +9613,827919530638794752,827918790625153024,1486226372000.0,2017-02-04 16:39:32,+0000,,@PeterGleick @business First I've heard of this meeting. Will find out why.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/827919530638794752,[],[],0,,False,218,18,17,,None,,,,,,,"[{'screen_name': 'PeterGleick', 'name': 'Peter Gleick 🇺🇸', 'id': '146123790'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +9614,827849760048558080,827848585639297024,1486209738000.0,2017-02-04 12:02:18,+0000,,@OfficeOfOMAR maybe,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,12,https://twitter.com/elonmusk/status/827849760048558080,[],[],0,,False,709,37,55,,None,,,,,,,[],,,, +9615,827848585639297024,827848585639297024,1486209458000.0,2017-02-04 11:57:38,+0000,,Video of MIT's entrant into the SpaceX Hyperloop competition. Air has been removed from the Hyperloop tube to almost vacuum conditions. https://t.co/bAP7kDKzHs,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/827848585639297024,['https://twitter.com/mithyperloop/status/825871420638978048'],[],0,,False,9893,278,3508,https://twitter.com/mithyperloop/status/825871420638978048,None,,,,,,,[],,,, +9616,827720686911291392,827720686911291392,1486178964000.0,2017-02-04 03:29:24,+0000,,Minecraft https://t.co/lU1YzJjLOZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/827720686911291392,[],['https://pbs.twimg.com/media/C3ynX_OWcAE-DQA.jpg'],1,https://pbs.twimg.com/media/C3ynX_OWcAE-DQA.jpg,False,38435,1131,9124,,None,,,,,,,[],,,, +9617,827692878986100736,827330589191704576,1486172334000.0,2017-02-04 01:38:54,+0000,,"@mcun1 Yes. Green cards & dual citizens already ok. Work & spousal visas not yet, but hopefully soon. This is separate from judicial action.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/827692878986100736,[],[],0,,False,767,69,90,,None,,,,,,,"[{'screen_name': 'MCun1', 'name': 'MrBaconCun1', 'id': '1067930503632875520'}]",,,, +9618,827681242128715777,827330589191704576,1486169560000.0,2017-02-04 00:52:40,+0000,,There has already been and there will be progress on this matter,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/827681242128715777,[],[],0,,False,5466,420,574,,None,,,,,,,[],,,, +9619,827330589191704576,827330589191704576,1486085958000.0,2017-02-03 01:39:18,+0000,,Regarding the meeting at the White House: https://t.co/8b1XH4oW6h,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/827330589191704576,[],['https://pbs.twimg.com/media/C3tErztXUAAS5de.jpg'],1,https://pbs.twimg.com/media/C3tErztXUAAS5de.jpg,False,74068,4608,21417,,None,,,,,,,[],,,, +9620,827236313925496832,827229282648850432,1486063481000.0,2017-02-02 19:24:41,+0000,,@lotte__world yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/827236313925496832,[],[],0,,False,534,51,41,,None,,,,,,,"[{'screen_name': 'lotte__world', 'name': 'Charlotte', 'id': '15969134'}]",,,, +9621,826262139371347968,826201376543879168,1485831219000.0,2017-01-31 02:53:39,+0000,,@SarahFKessler @qz Headline & article is misleading. I said it won't be retracted (ie withdrawn by Pres). It may be revoked by judicial or legislative means.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/826262139371347968,[],[],0,,False,592,86,56,,None,,,,,,,"[{'screen_name': 'SarahFKessler', 'name': 'Sarah Kessler', 'id': '21789052'}, {'screen_name': 'qz', 'name': 'Quartz', 'id': '573918122'}]",,,, +9622,826150838544371712,826149691498729472,1485804683000.0,2017-01-30 19:31:23,+0000,,"@ReesAndersen @FLIxrisk Yes, I believe that is critical to ensure a good future for humanity",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/826150838544371712,[],[],0,,False,539,54,51,,None,,,,,,,"[{'screen_name': 'ReesAndersen', 'name': 'Mark Rees-Andersen', 'id': '1405973106'}, {'screen_name': 'FLIxrisk', 'name': 'Future of Life Institute', 'id': '2540794650'}]",,,, +9623,826149691498729472,826149691498729472,1485804410000.0,2017-01-30 19:26:50,+0000,,Top AI researchers agree on principles for developing benefical AI https://t.co/CATbd4oidF,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/826149691498729472,['https://futureoflife.org/ai-principles/'],[],0,,False,5448,276,2243,,None,,,,,,,[],,,, +9624,826125419527016448,826122945038790656,1485798623000.0,2017-01-30 17:50:23,+0000,,"@inhaleray I agree with creating great jobs, restoring US strength as a great manufacturer of products and anything that makes the future exciting",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/826125419527016448,[],[],0,,False,870,95,181,,None,,,,,,,[],,,, +9625,826121298656964608,826120803024400384,1485797640000.0,2017-01-30 17:34:00,+0000,,"@mcwm @jackclarkSF Yeah, sorry about that :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/826121298656964608,[],[],0,,False,168,3,9,,None,,,,,,,"[{'screen_name': 'mcwm', 'name': 'Mike Murphy', 'id': '15535595'}, {'screen_name': 'jackclarkSF', 'name': 'Jack Clark', 'id': '86351835'}]",,,, +9626,826020192937340928,825936326264360961,1485773535000.0,2017-01-30 10:52:15,+0000,,"@JacobofAmber Yes, the order is still bad, but it is always important to read the source material",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/826020192937340928,[],[],0,,False,709,93,100,,None,,,,,,,"[{'screen_name': 'JacobofAmber', 'name': 'Jacob Wheeler', 'id': '720275318204805122'}]",,,, +9627,825936326264360961,825936326264360961,1485753539000.0,2017-01-30 05:18:59,+0000,,Reading the source material is better than reading other people's opinions about the source material https://t.co/HKIYKbdb3g,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/825936326264360961,['https://twitter.com/gedamore/status/825931618086899712'],[],0,,False,22326,1726,10097,https://twitter.com/gedamore/status/825931618086899712,None,,,,,,,[],,,, +9628,825843728019435520,825809205244223488,1485731462000.0,2017-01-29 23:11:02,+0000,,@danahull Strategic & Policy Forum,pl,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/825843728019435520,[],[],0,,False,274,33,16,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +9629,825819528080658432,825809205244223488,1485725693000.0,2017-01-29 21:34:53,+0000,,"@danmoran3 @redletterdave Exactly. There is no possibility of retraction, but there is possibility of modification. It's just a non-zero possibility. Don't know more.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/825819528080658432,[],[],0,,False,1161,341,105,,None,,,,,,,"[{'screen_name': 'DANMORAN3', 'name': 'DAN MORAN', 'id': '1068766628303831041'}, {'screen_name': 'redletterdave', 'name': 'dave smith', 'id': '19743466'}]",,,, +9630,825809205244223488,825809205244223488,1485723231000.0,2017-01-29 20:53:51,+0000,,Please read immigration order. Lmk specific amendments. Will seek advisory council consensus & present to President. https://t.co/qLpbsP4lEk,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/825809205244223488,['http://blogs.wsj.com/washwire/2017/01/27/text-of-trump-executive-order-on-barring-refugees/'],[],0,,False,8477,2557,3121,,None,,,,,,,[],,,, +9631,825504408548958208,825502400454594561,1485650562000.0,2017-01-29 00:42:42,+0000,,@ParParV It is not,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/825504408548958208,[],[],0,,False,1609,78,58,,None,,,,,,,"[{'screen_name': 'ParParV', 'name': 'ParPar', 'id': '32648067'}]",,,, +9632,825502618680045568,825502400454594561,1485650136000.0,2017-01-29 00:35:36,+0000,,"Many people negatively affected by this policy are strong supporters of the US. They've done right,not wrong & don't deserve to be rejected.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/825502618680045568,[],[],0,,False,36286,1018,11251,,None,,,,,,,[],,,, +9633,825502400454594561,825502400454594561,1485650084000.0,2017-01-29 00:34:44,+0000,,The blanket entry ban on citizens from certain primarily Muslim countries is not the best way to address the country’s challenges,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/825502400454594561,[],[],0,,False,50325,2257,16918,,None,,,,,,,[],,,, +9634,825212805498302464,825208047559598081,1485581039000.0,2017-01-28 05:23:59,+0000,,"@MiguelGamino @PopSci This is silly. If adding lanes actually did make it worse, that would imply removing lanes makes it better. Obv not true.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/825212805498302464,[],[],0,,False,535,64,46,,None,,,,,,,"[{'screen_name': 'MiguelGamino', 'name': 'Miguel GAMIÑO Jr.', 'id': '100284732'}, {'screen_name': 'PopSci', 'name': 'Popular Science', 'id': '19722699'}]",,,, +9635,825205236956483585,825205236956483585,1485579234000.0,2017-01-28 04:53:54,+0000,,And we start digging the tunnel tonight https://t.co/UYSIU0qg34,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/825205236956483585,['https://twitter.com/hyperloop/status/825204857975894017'],[],0,,False,11557,534,2985,https://twitter.com/hyperloop/status/825204857975894017,None,,,,,,,[],,,, +9636,825048948515549184,825048948515549184,1485541972000.0,2017-01-27 18:32:52,+0000,,Hyperloop pod race happening this weekend at SpaceX HQ (near LAX). We built a ~mile long vacuum tube on our campus big enough to fit people.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/825048948515549184,[],[],0,,False,19052,728,5500,,None,,,,,,,[],,,, +9637,825036546206076928,825034203934908417,1485539015000.0,2017-01-27 17:43:35,+0000,,"@suzie_official Yeah, am hearing this from a lot of people & it's getting me down. I'm just trying to make a positive contribution & hope good comes of it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/825036546206076928,[],[],0,,False,1427,462,139,,None,,,,,,,[],,,, +9638,824300186834898945,824182024479133698,1485363453000.0,2017-01-25 16:57:33,+0000,,"@TheSkinsFactory Earthquakes tend to have the biggest effect on the surface, like waves on water. That's why LA can have a (lame, but getting better) subway.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/824300186834898945,[],[],0,,False,662,69,61,,None,,,,,,,"[{'screen_name': 'TheSkinsFactory', 'name': 'The Skins Factory, Inc.', 'id': '1298444197180116992'}]",,,, +9639,824183010241216512,824182024479133698,1485335516000.0,2017-01-25 09:11:56,+0000,,"@_wsimson Starting across from my desk at SpaceX. Crenshaw and the 105 Freeway, which is 5 mins from LAX",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/824183010241216512,[],[],0,,False,1188,143,139,,None,,,,,,,[],,,, +9640,824182450209386497,824182024479133698,1485335383000.0,2017-01-25 09:09:43,+0000,,@clay_ellis Yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/824182450209386497,[],[],0,,False,915,39,53,,None,,,,,,,"[{'screen_name': 'clay_ellis', 'name': 'Clay Ellis', 'id': '318631629'}]",,,, +9641,824182237352562688,824182024479133698,1485335332000.0,2017-01-25 09:08:52,+0000,,@BelovedRevol Maybe next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/824182237352562688,[],[],0,,False,919,58,113,,None,,,,,,,"[{'screen_name': 'BelovedRevol', 'name': 'Revol Devoleb', 'id': '459500607'}]",,,, +9642,824182024479133698,824182024479133698,1485335281000.0,2017-01-25 09:08:01,+0000,,Exciting progress on the tunnel front. Plan to start digging in a month or so.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/824182024479133698,[],[],0,,False,13033,1137,2523,,None,,,,,,,[],,,, +9643,824149662366126087,824149662366126087,1485327566000.0,2017-01-25 06:59:26,+0000,,Rex Tillerson supports a carbon tax. This is what is really needed to move the needle. https://t.co/6ne01TOzs1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/824149662366126087,['https://www.bloomberg.com/news/articles/2015-12-10/watch-elon-musk-agree-with-exxon-time-for-a-carbon-tax'],[],0,,False,6762,533,2256,,None,,,,,,,[],,,, +9644,824147366844436481,824054997507657728,1485327018000.0,2017-01-25 06:50:18,+0000,,@MichaelEMann I'm just saying that we should see what happens first. The actions may be surprising.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/824147366844436481,[],[],0,,False,742,97,96,,None,,,,,,,"[{'screen_name': 'MichaelEMann', 'name': 'Michael E. Mann', 'id': '384923143'}]",,,, +9645,824141566788898817,824054997507657728,1485325635000.0,2017-01-25 06:27:15,+0000,,@MichaelEMann No they don't,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/824141566788898817,[],[],0,,False,416,20,30,,None,,,,,,,"[{'screen_name': 'MichaelEMann', 'name': 'Michael E. Mann', 'id': '384923143'}]",,,, +9646,824125950107545600,824054997507657728,1485321912000.0,2017-01-25 05:25:12,+0000,,@Nivo0o0 Was wondering what those were,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/824125950107545600,[],[],0,,False,884,21,52,,None,,,,,,,"[{'screen_name': 'Nivo0o0', 'name': 'Niv Dror', 'id': '277618799'}]",,,, +9647,824113827679641600,824113827679641600,1485319022000.0,2017-01-25 04:37:02,+0000,,Sigh,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/824113827679641600,[],[],0,,False,25502,1255,11732,,None,,,,,,,[],,,, +9648,824056075217420291,824054997507657728,1485305253000.0,2017-01-25 00:47:33,+0000,,@Michael_McLean That may be a difficult award to decline,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/824056075217420291,[],[],0,,False,957,47,49,,None,,,,,,,"[{'screen_name': 'michael_mclean', 'name': 'Michael Mclean', 'id': '850837863826456576'}]",,,, +9649,824054997507657728,824054997507657728,1485304996000.0,2017-01-25 00:43:16,+0000,,"Tillerson also said that “the risk of climate change does exist” and he believed “action should be taken""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/824054997507657728,[],[],0,,False,8551,700,1986,,None,,,,,,,[],,,, +9650,824054472850583552,823970864999895040,1485304871000.0,2017-01-25 00:41:11,+0000,,"@TheEconomist ... on how to address threats of climate change. They do require a global response.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/824054472850583552,[],[],0,,False,1113,45,217,,None,,,,,,,"[{'screen_name': 'TheEconomist', 'name': 'The Economist', 'id': '5988062'}]",,,, +9651,824054301718777856,823970864999895040,1485304830000.0,2017-01-25 00:40:30,+0000,,"@TheEconomist Tillerson at his confirmation hearing: ""I think it’s important that the United States maintain its seat at the table in the conversation ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/824054301718777856,[],[],0,,False,1028,21,225,,None,,,,,,,"[{'screen_name': 'TheEconomist', 'name': 'The Economist', 'id': '5988062'}]",,,, +9652,824013720967753728,823970864999895040,1485295155000.0,2017-01-24 21:59:15,+0000,,"@redletterdave Ok, fine. Soldier 76. My dark secret is out ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/824013720967753728,[],[],0,,False,4096,115,1433,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'dave smith', 'id': '19743466'}]",,,, +9653,824013269891502080,823970864999895040,1485295047000.0,2017-01-24 21:57:27,+0000,,@danahull I share The Economist's opinion that he should be given the benefit of the doubt unless his actions prove otherwise,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/824013269891502080,[],[],0,,False,1278,76,229,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +9654,824011724357373953,823970864999895040,1485294679000.0,2017-01-24 21:51:19,+0000,,"@danahull Rex is an exceptionally competent executive, understands geopolitics and knows how to win for his team. His team is now the USA.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/824011724357373953,[],[],0,,False,2325,150,812,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +9655,824010489449431040,823970864999895040,1485294384000.0,2017-01-24 21:46:24,+0000,,"@TheEconomist This may sound surprising coming from me, but I agree with The Economist. Rex Tillerson has the potential to be an excellent Sec of State.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/824010489449431040,[],[],0,,False,4296,302,2027,,None,,,,,,,"[{'screen_name': 'TheEconomist', 'name': 'The Economist', 'id': '5988062'}]",,,, +9656,823915595615719424,822922507535560705,1485271760000.0,2017-01-24 15:29:20,+0000,,@dean_arexding There will be a software update this weekend that improves self-calibration ability,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/823915595615719424,[],[],0,,False,278,25,20,,None,,,,,,,"[{'screen_name': 'dean_arexding', 'name': 'Dean', 'id': '796623337292058624'}]",,,, +9657,823727035088416768,823610894387134464,1485226803000.0,2017-01-24 03:00:03,+0000,,"@tsrandall 3 months maybe, 6 months definitely",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/823727035088416768,[],[],0,,False,768,67,159,,None,,,,,,,"[{'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}]",,,, +9658,823632597284691969,823610894387134464,1485204288000.0,2017-01-23 20:44:48,+0000,,"@stephenstohn Yes, safety should improve significantly due to autonomy features, even if regs disallow no driver present",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/823632597284691969,[],[],0,,False,347,13,30,,None,,,,,,,"[{'screen_name': 'stephenstohn', 'name': 'Stephen Stohn', 'id': '18686480'}]",,,, +9659,823234503355158528,822922507535560705,1485109375000.0,2017-01-22 18:22:55,+0000,,"Auto steer limited to 45 mph on highways for now, i.e. heavy traffic, where it is needed most. Limit will raise as we get more data.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/823234503355158528,[],[],0,,False,3515,169,588,,None,,,,,,,[],,,, +9660,823214178458476545,823165260278468608,1485104529000.0,2017-01-22 17:02:09,+0000,,@dnansink40 Autonomy capability should improve via OTA every 2 to 6 weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/823214178458476545,[],[],0,,False,327,10,35,,None,,,,,,,"[{'screen_name': 'dnansink40', 'name': 'Dennis Nansink', 'id': '3241712457'}]",,,, +9661,823213071309029377,823200592193527809,1485104265000.0,2017-01-22 16:57:45,+0000,,@TheSammyyyD For now,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/823213071309029377,[],[],0,,False,133,5,3,,None,,,,,,,[],,,, +9662,823212410022477824,823209518070960128,1485104107000.0,2017-01-22 16:55:07,+0000,,"@HendrikStruik The 100D price takes into account exchange rate shifts, whereas other vehicle prices haven't yet been adjusted",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/823212410022477824,[],[],0,,False,148,7,9,,None,,,,,,,"[{'screen_name': 'HendrikStruik', 'name': 'Hendrik W. Struik', 'id': '236841894'}]",,,, +9663,822985910782283776,822925830154092544,1485050106000.0,2017-01-22 01:55:06,+0000,,@gdoehne @reddit Yes. Block 5 is the final upgrade of the Falcon architecture. Significantly improves performance & ease of reusability. Flies end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/822985910782283776,[],[],0,,False,440,26,75,,None,,,,,,,"[{'screen_name': 'GDoehne', 'name': 'Gitty Doehne', 'id': '993641291614380032'}, {'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}]",,,, +9664,822985098656026624,822922507535560705,1485049912000.0,2017-01-22 01:51:52,+0000,,"@dtweiseth If we applied resources to doing super complex retrofits, our pace of innovation would drop dramatically",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/822985098656026624,[],[],0,,False,480,22,49,,None,,,,,,,"[{'screen_name': 'dtweiseth', 'name': 'David T. Weiseth', 'id': '250917489'}]",,,, +9665,822984601630953477,822922507535560705,1485049794000.0,2017-01-22 01:49:54,+0000,,@dtweiseth Tesla will never stop innovating. People are buying the wrong car if they expect this. There will be major revs every 12 to 18 months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/822984601630953477,[],[],0,,False,871,57,208,,None,,,,,,,"[{'screen_name': 'dtweiseth', 'name': 'David T. Weiseth', 'id': '250917489'}]",,,, +9666,822981755057487872,822922507535560705,1485049115000.0,2017-01-22 01:38:35,+0000,,@RitaChung16 Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/822981755057487872,[],[],0,,False,165,9,7,,None,,,,,,,"[{'screen_name': 'RitaChung16', 'name': 'Rita', 'id': '718665555213856768'}]",,,, +9667,822931043141332992,822922507535560705,1485037024000.0,2017-01-21 22:17:04,+0000,,"@VinnyLingham Unfortunately, that would require stripping down the entire car and replacing 300+ parts. Wish there was an easy way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/822931043141332992,[],[],0,,False,305,35,6,,None,,,,,,,"[{'screen_name': 'VinnyLingham', 'name': 'Vinny Lingham', 'id': '1854401'}]",,,, +9668,822930188040142849,822930188040142849,1485036820000.0,2017-01-21 22:13:40,+0000,,Giant X made of Model X's by Tesla owners in China! https://t.co/54wXBKiKvp,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/822930188040142849,['https://twitter.com/electrekco/status/822466243408105472'],[],0,,False,4646,94,753,https://twitter.com/electrekco/status/822466243408105472,None,,,,,,,[],,,, +9669,822926184719609856,822925830154092544,1485035866000.0,2017-01-21 21:57:46,+0000,,@gdoehne Expendable. Future flights will go on Falcon Heavy or the upgraded Falcon 9.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/822926184719609856,[],[],0,,False,286,42,58,,None,,,,,,,"[{'screen_name': 'GDoehne', 'name': 'Gitty Doehne', 'id': '993641291614380032'}]",,,, +9670,822924978441965568,822922507535560705,1485035578000.0,2017-01-21 21:52:58,+0000,,"@jakebathman Car won't complete camera calibration. Working on software solution to adjust image crop dynamically, so camera more robust to pitch angle.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/822924978441965568,[],[],0,,False,246,9,11,,None,,,,,,,"[{'screen_name': 'jakebathman', 'name': 'Jake', 'id': '14718092'}]",,,, +9671,822922507535560705,822922507535560705,1485034989000.0,2017-01-21 21:43:09,+0000,,Autopilot for HW2 rolling out to all HW2 cars today. Please be cautious. Some cars will require adjustment of camera pitch angle by service.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/822922507535560705,[],[],0,,False,6066,240,1122,,None,,,,,,,[],,,, +9672,822908233090072576,822908233090072576,1485031586000.0,2017-01-21 20:46:26,+0000,,Validating a GPU driver fix and camera pitch angle health check for HW2,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/822908233090072576,[],[],0,,False,2401,134,251,,None,,,,,,,[],,,, +9673,822180663285514240,822152275238027269,1484858120000.0,2017-01-19 20:35:20,+0000,,"@UKPJD Similar to SpaceX, the T is like a cross section of an electric motor, just as the X is like a rocket trajectory",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/822180663285514240,[],[],0,,False,907,56,164,,None,,,,,,,"[{'screen_name': 'UKPJD', 'name': 'Peter James Dean', 'id': '54604519'}]",,,, +9674,822131228585271296,822129092036206592,1484846334000.0,2017-01-19 17:18:54,+0000,,@TOCHOTE Our target is a 90% reduction with HW2 as the software matures,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822131228585271296,[],[],0,,False,612,22,78,,None,,,,,,,"[{'screen_name': 'ToChote', 'name': 'chote_to', 'id': '1151874224295776257'}]",,,, +9675,822130935587999748,822129092036206592,1484846264000.0,2017-01-19 17:17:44,+0000,,"@cameronrad Not specifically, but there have been several incidences of pedestrian and bicyclist lives saved by Autopilot",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822130935587999748,[],[],0,,False,420,8,46,,None,,,,,,,"[{'screen_name': 'cameronrad', 'name': 'Cameron Rad', 'id': '14438170'}]",,,, +9676,822130440668446720,822128741228756992,1484846146000.0,2017-01-19 17:15:46,+0000,,@ModularLifeSys @NHTSAgov It might. Am not sure.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822130440668446720,[],[],0,,False,169,7,8,,None,,,,,,,"[{'screen_name': 'NHTSAgov', 'name': 'nhtsagov', 'id': '49706919'}]",,,, +9677,822129390729326593,822128741228756992,1484845895000.0,2017-01-19 17:11:35,+0000,,@gavinnwaters Looking good so far. Should roll out this weekend.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822129390729326593,[],[],0,,False,226,17,14,,None,,,,,,,"[{'screen_name': 'gavinnwaters', 'name': 'Gavin Waters', 'id': '263224582'}]",,,, +9678,822129092036206592,822129092036206592,1484845824000.0,2017-01-19 17:10:24,+0000,,Report highlight: “The data show that the Tesla vehicles crash rate dropped by almost 40 percent after Autosteer installation.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822129092036206592,[],[],0,,False,12265,242,3075,,None,,,,,,,[],,,, +9679,822128741228756992,822128741228756992,1484845740000.0,2017-01-19 17:09:00,+0000,,Final report on Autopilot issued by @NHTSAgov is very positive https://t.co/KsOZSrr3l9,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/822128741228756992,['https://static.nhtsa.gov/odi/inv/2016/INCLA-PE16007-7876.PDF'],[],0,,False,2599,86,637,,None,,,,,,,[],,,, +9680,822112771940618240,822077866661687296,1484841933000.0,2017-01-19 16:05:33,+0000,,@visakanv One million,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/822112771940618240,[],[],0,,False,243,20,16,,None,,,,,,,"[{'screen_name': 'visakanv', 'name': 'visa is working on @introspectVV', 'id': '16884623'}]",,,, +9681,821626149591810048,821626149591810048,1484725913000.0,2017-01-18 07:51:53,+0000,,Falcon before launch https://t.co/QqxvtBijoF,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/821626149591810048,['https://www.instagram.com/p/BPZeLbtAzOW/'],[],0,,False,3948,187,794,,None,,,,,,,[],,,, +9682,820935727651241986,820934434002063361,1484561304000.0,2017-01-16 10:08:24,+0000,,@FellipeC Not the ideal ending,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/820935727651241986,[],[],0,,False,188,25,11,,None,,,,,,,"[{'screen_name': 'FellipeC', 'name': 'Mentor', 'id': '34777829'}]",,,, +9683,820935404945715200,820932361915203585,1484561227000.0,2017-01-16 10:07:07,+0000,,@OlivierW4 There will be many improvements to HW1 over the course of the year,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/820935404945715200,[],[],0,,False,246,16,21,,None,,,,,,,"[{'screen_name': 'OlivierW4', 'name': 'Olivier Willemsen', 'id': '131291359'}]",,,, +9684,820935108857212928,820932361915203585,1484561156000.0,2017-01-16 10:05:56,+0000,,@craighamnett Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/820935108857212928,[],[],0,,False,156,3,4,,None,,,,,,,"[{'screen_name': 'craighamnett', 'name': 'Craig Hamnett', 'id': '1589151'}]",,,, +9685,820934816820436992,820934434002063361,1484561087000.0,2017-01-16 10:04:47,+0000,,"@Brian_Ashcraft Yeah, it has a lot of potential",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/820934816820436992,[],[],0,,False,235,5,14,,None,,,,,,,"[{'screen_name': 'Brian_Ashcraft', 'name': 'Brian Ashcraft', 'id': '18762284'}]",,,, +9686,820934434002063361,820934434002063361,1484560995000.0,2017-01-16 10:03:15,+0000,,"Rewatched ""Ghost in the Shell"" and the end of ""Colossus: The Forbin Project"" https://t.co/ZVUR5RzE5C",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/820934434002063361,['https://m.youtube.com/watch?list=PLK9Tfk-9X7X7xvzDfkXUUHb6mjqJuUgSS&v=Pt_i-aW4s9A'],[],0,,False,3411,214,466,,None,,,,,,,[],,,, +9687,820932361915203585,820932361915203585,1484560501000.0,2017-01-16 09:55:01,+0000,,"HW2 Autopilot now downloading to all HW2 cars, but in non-actuating mode to assess reliability. If looks good, actuation by end of week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/820932361915203585,[],[],0,,False,4410,168,678,,None,,,,,,,[],,,, +9688,820759138036695040,820348655613800448,1484519202000.0,2017-01-15 22:26:42,+0000,,@JimDeKort @SpaceX Rotates 180 degrees and does a retro burn,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/820759138036695040,[],[],0,,False,217,19,17,,None,,,,,,,"[{'screen_name': 'JimDeKort', 'name': 'Jim de Kort', 'id': '4828428419'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +9689,820534283437621248,820348655613800448,1484465592000.0,2017-01-15 07:33:12,+0000,,@JimDeKort @SpaceX It does,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/820534283437621248,[],[],0,,False,314,26,17,,None,,,,,,,"[{'screen_name': 'JimDeKort', 'name': 'Jim de Kort', 'id': '4828428419'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +9690,820494936051097602,820494936051097602,1484456211000.0,2017-01-15 04:56:51,+0000,,Liftoff https://t.co/pcVJOvFHY2,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/820494936051097602,[],['https://pbs.twimg.com/media/C2L7ygUUUAA1Ae9.jpg'],1,https://pbs.twimg.com/media/C2L7ygUUUAA1Ae9.jpg,False,39533,724,8965,,None,,,,,,,[],,,, +9691,820347961427173376,820346008068452352,1484421169000.0,2017-01-14 19:12:49,+0000,,All satellites deployed,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/820347961427173376,[],[],0,,False,15767,622,2795,,None,,,,,,,[],,,, +9692,820346008068452352,820346008068452352,1484420704000.0,2017-01-14 19:05:04,+0000,,Mission looks good. Started deploying the 10 Iridium satellites. Rocket is stable on the droneship.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/820346008068452352,[],[],0,,False,19720,512,3432,,None,,,,,,,[],,,, +9693,819664721888452608,819609111801139200,1484258272000.0,2017-01-12 21:57:52,+0000,,@brandonr182 @sama Have you tried steam engines? They are amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819664721888452608,[],[],0,,False,2274,88,272,,None,,,,,,,"[{'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +9694,819664369818578944,819609111801139200,1484258189000.0,2017-01-12 21:56:29,+0000,,@MotorTrend Sarah should be in contact with you soon about doing a benchmark test,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819664369818578944,[],[],0,,False,413,15,26,,None,,,,,,,"[{'screen_name': 'MotorTrend', 'name': 'motortrend', 'id': '25383000'}]",,,, +9695,819663998878564352,819647197818011648,1484258100000.0,2017-01-12 21:55:00,+0000,,@gurnam @brianstucki @reddit It is,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819663998878564352,[],[],0,,False,145,11,6,,None,,,,,,,"[{'screen_name': 'gurnam', 'name': 'Gurnam Bedi', 'id': '10001062'}, {'screen_name': 'brianstucki', 'name': 'Brian Stucki', 'id': '14448894'}, {'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}]",,,, +9696,819663807827955712,819652346624020481,1484258055000.0,2017-01-12 21:54:15,+0000,,"@JRMYGRNBRGR Hopefully, early next week. Results from limited release look good so far. Trying our best to be super careful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819663807827955712,[],[],0,,False,181,7,11,,None,,,,,,,"[{'screen_name': 'JRMYGRNBRGR', 'name': 'Jeremy Greenberger', 'id': '703419529964199936'}]",,,, +9697,819661044867944448,819609111801139200,1484257396000.0,2017-01-12 21:43:16,+0000,,"@trevoclark Good point. 2.34 would be a production Tesla. Stripped down, maybe as low as 2.1.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819661044867944448,[],[],0,,False,509,33,77,,None,,,,,,,"[{'screen_name': 'trevoclark', 'name': 'Trevor Clark', 'id': '68313770'}]",,,, +9698,819660611357319170,819609111801139200,1484257292000.0,2017-01-12 21:41:32,+0000,,@robsmallshire @ClareMacraeUK It will,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/819660611357319170,[],[],0,,False,213,4,8,,None,,,,,,,"[{'screen_name': 'robsmallshire', 'name': 'Robert Smallshire', 'id': '52413000'}, {'screen_name': 'ClareMacraeUK', 'name': 'Clare Macrae', 'id': '249114699'}]",,,, +9699,819609111801139200,819609111801139200,1484245014000.0,2017-01-12 18:16:54,+0000,,Promising early results from the Ludricrous Easter egg. Looks like 0 to 60 mph in 2.34 sec (Motor Trend spec) might be achievable...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/819609111801139200,[],[],0,,False,11236,466,2252,,None,,,,,,,[],,,, +9700,819606921824980992,818090148608868353,1484244492000.0,2017-01-12 18:08:12,+0000,,"@mjreddyMD If the results look good from the latest point release, then we are days away from a release to all HW1 and to all HW2 early next week",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/819606921824980992,[],[],0,,False,180,9,12,,None,,,,,,,"[{'screen_name': 'mjreddyMD', 'name': 'Madhu Reddy', 'id': '325811733'}]",,,, +9701,819016779728945152,818941362171158528,1484103791000.0,2017-01-11 03:03:11,+0000,,@redletterdave The least cool characters...it's embarrassing,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/819016779728945152,[],[],0,,False,332,27,27,,None,,,,,,,"[{'screen_name': 'redletterdave', 'name': 'Dave', 'id': '19743466'}]",,,, +9702,819014115943272448,818969276035964929,1484103156000.0,2017-01-11 02:52:36,+0000,,@mbhnyc It will in an upcoming release later this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/819014115943272448,[],[],0,,False,209,9,11,,None,,,,,,,"[{'screen_name': 'mbhnyc', 'name': 'Matthew Hensrud', 'id': '23398762'}]",,,, +9703,818980920308822016,818941362171158528,1484095241000.0,2017-01-11 00:40:41,+0000,,@TeslaMotors Tesla's approach to building an autonomy platform is focused on high compute efficiency machine learning. Primarily vision w radar & sonar.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/818980920308822016,[],[],0,,False,1798,95,303,,None,,,,,,,[],,,, +9704,818969933916708864,818969276035964929,1484092622000.0,2017-01-10 23:57:02,+0000,,@matt_mantyla @TeslaMotors Increasing capacity at existing Supercharger locations now has top priority. Some are overflowing while a nearby one is empty.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/818969933916708864,[],[],0,,False,260,36,30,,None,,,,,,,"[{'screen_name': 'matt_mantyla', 'name': 'Matt', 'id': '15234515'}]",,,, +9705,818091443512221696,818090148608868353,1483883174000.0,2017-01-08 13:46:14,+0000,,"@OlivierW4 Longitudinal control will, but lateral (steering) control will cap at 35 mph for a bit longer. Will raise after full fleet data rolls in.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,13,https://twitter.com/elonmusk/status/818091443512221696,[],[],0,,False,333,23,28,,None,,,,,,,"[{'screen_name': 'OlivierW4', 'name': 'Olivier Willemsen', 'id': '131291359'}]",,,, +9706,818090689233711104,818090148608868353,1483882994000.0,2017-01-08 13:43:14,+0000,,"If all looks good, HW2 Autopilot functionality will switch from shadow to active mode by end of week for cars beyond initial 1000",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,13,https://twitter.com/elonmusk/status/818090689233711104,[],[],0,,False,2944,139,504,,None,,,,,,,[],,,, +9707,818090148608868353,818090148608868353,1483882865000.0,2017-01-08 13:41:05,+0000,,New rev for Autopilot HW2 rolling out Mon to first 1000 & to rest of fleet in shadow mode. Also improves HW1 and enables Ludicrous+.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,13,https://twitter.com/elonmusk/status/818090148608868353,[],[],0,,False,6092,224,989,,None,,,,,,,[],,,, +9708,817580438558359552,817123579343028227,1483761341000.0,2017-01-07 03:55:41,+0000,,@fatihorhan @SpaceX That was a great game,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/817580438558359552,[],[],0,,False,247,16,25,,None,,,,,,,"[{'screen_name': 'fatihorhan', 'name': 'Fatih Orhan', 'id': '15467184'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +9709,817509115555643392,817433160778715139,1483744336000.0,2017-01-06 23:12:16,+0000,,@pensasoda https://t.co/6Ies7xBuBs via @WIRED,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/817509115555643392,['https://www.wired.com/2016/12/trumps-chief-strategist-ran-massive-climate-experiment/'],[],0,,False,247,27,80,,None,,,,,,,"[{'screen_name': 'pensasoda', 'name': 'Brutally Honest', 'id': '13370022'}]",,,, +9710,817123579343028227,817123579343028227,1483652417000.0,2017-01-05 21:40:17,+0000,,Hold-down firing of @SpaceX Falcon 9 at Vandenberg Air Force completed. All systems are go for launch next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/817123579343028227,[],[],0,,False,14041,469,2873,,None,,,,,,,[],,,, +9711,815309075445485568,815023208235560961,1483219805000.0,2016-12-31 21:30:05,+0000,,HW2 Autopilot software uploading to 1000 cars this eve. Will then hold to verify no field issues and upload to rest of fleet next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/815309075445485568,[],[],0,,False,3549,276,633,,None,,,,,,,[],,,, +9712,815026557282463744,815023208235560961,1483152448000.0,2016-12-31 02:47:28,+0000,,"@vicentes @DragTimes Late Jan, along with Linux kernel upgrade",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/815026557282463744,[],[],0,,False,331,24,27,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'DragTimes', 'name': 'DragTimes', 'id': '23934755'}]",,,, +9713,815024796362686464,815023208235560961,1483152028000.0,2016-12-31 02:40:28,+0000,,"@DragTimes Yes, but held up by Autopilot . It def works tho in shaving 0.1 sec off 0-60mph & 1/4 mile. If AP goes tmrw, then perf upgrade goes Thurs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/815024796362686464,[],[],0,,False,360,13,29,,None,,,,,,,"[{'screen_name': 'DragTimes', 'name': 'DragTimes', 'id': '23934755'}]",,,, +9714,815023208235560961,815023208235560961,1483151649000.0,2016-12-31 02:34:09,+0000,,"Resolving an Autopilot HW2 bug that shows up when booting from a subzero cold-soak. If that fix works, software will start uploading tmrw.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/815023208235560961,[],[],0,,False,6572,288,800,,None,,,,,,,[],,,, +9715,814919997088665600,814919997088665600,1483127042000.0,2016-12-30 19:44:02,+0000,,Churchill (non) quotes https://t.co/avA4YD6K6g,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/814919997088665600,['http://paleofuture.gizmodo.com/9-quotes-from-winston-churchill-that-are-totally-fake-1790585636?utm_campaign=socialflow_gizmodo_twitter&utm_source=gizmodo_twitter&utm_medium=socialflow'],[],0,,False,2105,131,620,,None,,,,,,,[],,,, +9716,814627513062170624,814610846592679936,1483057308000.0,2016-12-30 00:21:48,+0000,,@andrewket Almost there. Undergoing final validation. Might go out in next few days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/814627513062170624,[],[],0,,False,291,26,28,,None,,,,,,,"[{'screen_name': 'andrewket', 'name': 'Andrew Doane', 'id': '14207320'}]",,,, +9717,812800512743514113,812463378270588928,1482621717000.0,2016-12-24 23:21:57,+0000,,Deus ex machina on the center screen when it ends,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/812800512743514113,[],[],0,,False,2346,118,353,,None,,,,,,,[],,,, +9718,812751450522562560,812707149252034560,1482610020000.0,2016-12-24 20:07:00,+0000,,@quipme Occasional existential dread is inevitable if you think at all about the future,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/812751450522562560,[],[],0,,False,1206,46,404,,None,,,,,,,"[{'screen_name': 'quipme', 'name': 'Vladimír Zejda', 'id': '46434226'}]",,,, +9719,812709917823934464,812703873035108352,1482600118000.0,2016-12-24 17:21:58,+0000,,"@djsearle @FredericLambert Yes, grid won't be needed for moderate use Superchargers in non-snowy regions",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/812709917823934464,[],[],0,,False,341,14,42,,None,,,,,,,"[{'screen_name': 'djsearle', 'name': 'Damon Searle', 'id': '35442261'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +9720,812708946225963008,812703873035108352,1482599886000.0,2016-12-24 17:18:06,+0000,,"@FredericLambert A mere 350 kW ... what are you referring to, a children's toy?",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/812708946225963008,[],[],0,,False,1638,124,315,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +9721,812708330304978944,812707149252034560,1482599739000.0,2016-12-24 17:15:39,+0000,,@yamenalhaddad Brain is full right now and that's a hard one,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/812708330304978944,[],[],0,,False,427,29,29,,None,,,,,,,"[{'screen_name': 'yamenalhaddad', 'name': 'Yamenalhaddad', 'id': '781773394434031617'}]",,,, +9722,812707766653460480,812703873035108352,1482599605000.0,2016-12-24 17:13:25,+0000,,"@FredericLambert There are some installed already, but full rollout really needs Supercharger V3 and Powerpack V2, plus SolarCity. Pieces now in place.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/812707766653460480,[],[],0,,False,606,31,92,,None,,,,,,,"[{'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +9723,812703071427960833,812700494418313216,1482598486000.0,2016-12-24 16:54:46,+0000,,"@ddaogaru If you don't like the P100DL, you can give it back",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812703071427960833,[],[],0,,False,397,16,23,,None,,,,,,,"[{'screen_name': 'ddaogaru', 'name': 'Dan Daogaru', 'id': '198920019'}]",,,, +9724,812699726462103552,812463378270588928,1482597688000.0,2016-12-24 16:41:28,+0000,,@wpconner Good idea,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812699726462103552,[],[],0,,False,222,3,6,,None,,,,,,,"[{'screen_name': 'wpconner', 'name': 'Will Conner', 'id': '1351114530'}]",,,, +9725,812693284082487296,812689342716137472,1482596152000.0,2016-12-24 16:15:52,+0000,,@mwangltg Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812693284082487296,[],[],0,,False,152,7,5,,None,,,,,,,"[{'screen_name': 'mwangltg', 'name': 'Michael Wang', 'id': '131912246'}]",,,, +9726,812691977217024004,812674361220075521,1482595841000.0,2016-12-24 16:10:41,+0000,,"@SweensChris Should complete in 2017. One is def planned for Swift Current, near my cousin's wheat farm where I had my 18th bday.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812691977217024004,[],[],0,,False,317,17,31,,None,,,,,,,"[{'screen_name': 'SweensChris', 'name': 'Chris Sweeney', 'id': '186966388'}]",,,, +9727,812690163985891328,812676453582118913,1482595408000.0,2016-12-24 16:03:28,+0000,,"@darkdude203 It is keyed off the volume of music in the car. If you turn that down w left scroll wheel, it will be quieter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812690163985891328,[],[],0,,False,134,2,4,,None,,,,,,,"[{'screen_name': 'darkdude203', 'name': 'Jordan Reed', 'id': '30341275'}]",,,, +9728,812689800704598016,812680637131931649,1482595322000.0,2016-12-24 16:02:02,+0000,,@CMaggiore50 Typing Mars after holding down the T symbol on the center console works on S and X. Also try renaming your car 42.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/812689800704598016,[],[],0,,False,258,8,26,,None,,,,,,,"[{'screen_name': 'CMaggiore50', 'name': 'Chris Maggiore', 'id': '3057319156'}]",,,, +9729,812688616396705792,812463378270588928,1482595039000.0,2016-12-24 15:57:19,+0000,,"Make sure your car is connected to wifi for the update. Will update over its cell connection too, but takes much longer.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/812688616396705792,[],[],0,,False,2291,124,315,,None,,,,,,,[],,,, +9730,812463378270588928,812463378270588928,1482541338000.0,2016-12-24 01:02:18,+0000,,"To activate the Model X holiday performance, just type holidays or ModelXmas after pressing the logo. Also, Mars. https://t.co/8Cy7YPlECX",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/812463378270588928,[],['https://pbs.twimg.com/tweet_video_thumb/C0ZzHkwUcAE44gm.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/C0ZzHkwUcAE44gm.jpg,False,14668,500,4478,,None,,,,,,,[],,,, +9731,812462363462889472,812461532680310786,1482541096000.0,2016-12-24 00:58:16,+0000,,@CJDSB Looking promising for next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/812462363462889472,[],[],0,,False,128,4,6,,None,,,,,,,"[{'screen_name': 'CJDSB', 'name': 'Chris', 'id': '79201004'}]",,,, +9732,812441273013452800,812315533051908097,1482536068000.0,2016-12-23 23:34:28,+0000,,"@pcwizardllc No major precipitating event, but people in general were going a bit too fast on winding roads",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/812441273013452800,[],[],0,,False,137,11,8,,None,,,,,,,"[{'screen_name': 'pcwizardllc', 'name': 'Jeff Putnam', 'id': '916313172'}]",,,, +9733,812440156531662848,812439179779014656,1482535802000.0,2016-12-23 23:30:02,+0000,,"@jelleprins Some years away, but yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/812440156531662848,[],[],0,,False,269,11,25,,None,,,,,,,"[{'screen_name': 'jelleprins', 'name': 'Jelle Prins', 'id': '16546619'}]",,,, +9734,812439958430453760,812315533051908097,1482535755000.0,2016-12-23 23:29:15,+0000,,"@pcwizardllc Will be restored soon where there is a lead vehicle, ie you are being overtaken a lot due to true traffic speed being higher than the sign",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/812439958430453760,[],[],0,,False,132,9,9,,None,,,,,,,"[{'screen_name': 'pcwizardllc', 'name': 'Jeff Putnam', 'id': '916313172'}]",,,, +9735,812106617072152577,811738008969842689,1482456280000.0,2016-12-23 01:24:40,+0000,,@Thebeazles Night is easy. Twilight is hardest.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812106617072152577,[],[],0,,False,315,27,25,,None,,,,,,,"[{'screen_name': 'Thebeazles', 'name': 'Josh Beasley', 'id': '399815702'}]",,,, +9736,812106490395824128,811738008969842689,1482456250000.0,2016-12-23 01:24:10,+0000,,@vicentes That is actually rolling out to all Model X's right now,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812106490395824128,[],[],0,,False,198,14,8,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +9737,812106365816553472,811738008969842689,1482456220000.0,2016-12-23 01:23:40,+0000,,@vicentes Yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812106365816553472,[],[],0,,False,131,2,2,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +9738,812105546144694276,812100302316781568,1482456025000.0,2016-12-23 01:20:25,+0000,,"@SamLawrence 8.1, which hopefully goes out next week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812105546144694276,[],[],0,,False,140,5,4,,None,,,,,,,"[{'screen_name': 'SamLawrence', 'name': 'Sam Lawrence', 'id': '7462572'}]",,,, +9739,812105176391684096,811738008969842689,1482455936000.0,2016-12-23 01:18:56,+0000,,@DragTimes Hoping for next week. Also going through validation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812105176391684096,[],[],0,,False,198,7,7,,None,,,,,,,"[{'screen_name': 'DragTimes', 'name': 'DragTimes', 'id': '23934755'}]",,,, +9740,812100877708234752,811738008969842689,1482454912000.0,2016-12-23 01:01:52,+0000,,Looks like we might be ready to rollout most of Autopilot functionality for HW2 towards the end of next week,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/812100877708234752,[],[],0,,False,4470,182,751,,None,,,,,,,[],,,, +9741,812043953281171456,812043953281171456,1482441340000.0,2016-12-22 21:15:40,+0000,,Tesla receives highest owner satisfaction score of any carmaker in Consumer Reports survey https://t.co/NpJYkz8MgA,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/812043953281171456,['http://www.consumerreports.org/car-reliability-owner-satisfaction/car-brands-ranked-by-satisfaction/'],[],0,,False,7306,227,1654,,None,,,,,,,[],,,, +9742,811738008969842689,811738008969842689,1482368397000.0,2016-12-22 00:59:57,+0000,,Tesla Autopilot vision neural net now working well. Just need to get a lot of road time to validate in a wide range of environments.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/811738008969842689,[],[],0,,False,16239,671,3410,,None,,,,,,,[],,,, +9743,811609084491243520,811597372748943360,1482337659000.0,2016-12-21 16:27:39,+0000,,@slackmds In work,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/811609084491243520,[],[],0,,False,182,11,3,,None,,,,,,,"[{'screen_name': 'slackmds', 'name': 'David Slackman', 'id': '43400649'}]",,,, +9744,810337066504650752,810336603126333441,1482034386000.0,2016-12-18 04:13:06,+0000,,@adrianvolts @TeslaMotors @TeslaMotorsClub @Teslarati Tesla software team is working seven days a week to complete testing and validation. Getting close.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/810337066504650752,[],[],0,,False,656,44,72,,None,,,,,,,"[{'screen_name': 'adrianvolts', 'name': 'Adrian A. Volts', 'id': '21280851'}, {'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +9745,810333083291492352,810332438140289024,1482033436000.0,2016-12-18 03:57:16,+0000,,@ChromeJS10 Should start changing soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/810333083291492352,[],[],0,,False,305,16,6,,None,,,,,,,[],,,, +9746,810156881662590981,810108760010043392,1481991427000.0,2016-12-17 16:17:07,+0000,,I am actually going to do this,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/810156881662590981,[],[],0,,False,19358,1527,4729,,None,,,,,,,[],,,, +9747,810135528783937537,809928318212571136,1481986336000.0,2016-12-17 14:52:16,+0000,,"@TeslaMotors We are going to modify this so that people only pay a fee if most bays are occupied. If the site is basically deserted, no problem to park.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/810135528783937537,[],[],0,,False,3007,292,394,,None,,,,,,,[],,,, +9748,810126493326209025,810126493326209025,1481984182000.0,2016-12-17 14:16:22,+0000,,"Boring, it's what we do",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/810126493326209025,[],[],0,,False,14525,628,3730,,None,,,,,,,[],,,, +9749,810126376871297024,810126376871297024,1481984154000.0,2016-12-17 14:15:54,+0000,,"It shall be called ""The Boring Company""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/810126376871297024,[],[],0,,False,16087,454,3662,,None,,,,,,,[],,,, +9750,810108760010043392,810108760010043392,1481979954000.0,2016-12-17 13:05:54,+0000,,Traffic is driving me nuts. Am going to build a tunnel boring machine and just start digging...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/810108760010043392,[],[],0,,False,38909,2514,11465,,None,,,,,,,[],,,, +9751,807787237840592896,807782090880086016,1481426460000.0,2016-12-11 03:21:00,+0000,,@loic You too :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/807787237840592896,[],[],0,,False,542,48,21,,None,,,,,,,"[{'screen_name': 'loic', 'name': 'Loic Le Meur', 'id': '740983'}]",,,, +9752,807787096727425024,807782090880086016,1481426426000.0,2016-12-11 03:20:26,+0000,,"@loic You're right, this is becoming an issue. Supercharger spots are meant for charging, not parking. Will take action.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/807787096727425024,[],[],0,,False,1980,208,217,,None,,,,,,,"[{'screen_name': 'loic', 'name': 'Loic Le Meur', 'id': '740983'}]",,,, +9753,807354766804168706,807354766804168706,1481323350000.0,2016-12-09 22:42:30,+0000,,Forming a rocket nozzle https://t.co/QrpcVyHAXr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/807354766804168706,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/807354725582544896/pu/img/t1O87CVq7gupGNHe.jpg,False,32699,772,11387,,None,,,,,,,[],,,, +9754,806974400465539072,806974400465539072,1481232664000.0,2016-12-08 21:31:04,+0000,,A life well lived https://t.co/NZcRZUDroH,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/806974400465539072,['https://twitter.com/nasa/status/806960800669794305'],[],0,,False,10981,135,2649,https://twitter.com/nasa/status/806960800669794305,None,,,,,,,[],,,, +9755,806414564174819328,806414564174819328,1481099189000.0,2016-12-07 08:26:29,+0000,,"How do we know this story isn't fake? Unfortunately, it is probably true. https://t.co/YzyP4kG63R",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/806414564174819328,['http://www.npr.org/sections/thetwo-way/2016/11/23/503129818/study-finds-students-have-dismaying-inability-to-tell-fake-news-from-real'],[],0,,False,9244,616,4349,,None,,,,,,,[],,,, +9756,804205155822374913,804205155822374913,1480572425000.0,2016-12-01 06:07:05,+0000,,Model S smashes into semi truck trailer and lifts it off the ground. Driver walks away. https://t.co/NSuMvcYaA6,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/804205155822374913,['https://twitter.com/electrekco/status/803722017560104960'],[],0,,False,14417,527,5508,https://twitter.com/electrekco/status/803722017560104960,None,,,,,,,[],,,, +9757,802708695830306816,802696147408076801,1480215641000.0,2016-11-27 03:00:41,+0000,,@edwardsanchez about three weeks and it will get rolled out incrementally in monthly releases,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/802708695830306816,[],[],0,,False,319,38,40,,None,,,,,,,"[{'screen_name': 'edwardsanchez', 'name': 'Ed Sanchez', 'id': '159394189'}]",,,, +9758,801572499418796032,801570220007718912,1479944751000.0,2016-11-23 23:45:51,+0000,,@chemisdrey yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/801572499418796032,[],[],0,,False,204,92,9,,None,,,,,,,[],,,, +9759,801569305435381760,801558860205084678,1479943989000.0,2016-11-23 23:33:09,+0000,,@Mederinho10 @BW @business at least some of them,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/801569305435381760,[],[],0,,False,146,13,14,,None,,,,,,,"[{'screen_name': 'Mederinho10', 'name': 'Mederinho', 'id': '21166640'}, {'screen_name': 'BW', 'name': 'Businessweek', 'id': '67358777'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +9760,801124223049568256,801089870915477505,1479837873000.0,2016-11-22 18:04:33,+0000,,@stryker_88 That doesn't make sense. Will look into it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/801124223049568256,[],[],0,,False,317,8,15,,None,,,,,,,[],,,, +9761,801115026409058304,801107712608063488,1479835680000.0,2016-11-22 17:28:00,+0000,,@CJDSB @TeslaMotors About 3 weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/801115026409058304,[],[],0,,False,163,9,10,,None,,,,,,,"[{'screen_name': 'CJDSB', 'name': 'Chris', 'id': '79201004'}]",,,, +9762,801113060849098752,801089870915477505,1479835212000.0,2016-11-22 17:20:12,+0000,,@stryker_88 Backlog of 5 seat foldflat config. 6 seat can be made earlier. Actually my fav version.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/801113060849098752,[],[],0,,False,165,6,7,,None,,,,,,,[],,,, +9763,801095990136578048,801095470084784129,1479831142000.0,2016-11-22 16:12:22,+0000,,@YahooFinance Love the pic tho,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/801095990136578048,[],[],0,,False,1039,49,64,,None,,,,,,,"[{'screen_name': 'YahooFinance', 'name': 'Yahoo Finance', 'id': '19546277'}]",,,, +9764,801095470084784129,801095470084784129,1479831018000.0,2016-11-22 16:10:18,+0000,,Can anyone uncover who is really writing these fake pieces? Can't be skankhunt42. His work is better than this. https://t.co/Qs69AFMGE5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/801095470084784129,['http://finance.yahoo.com/news/elon-musk-vs-trolls-100011516.html;_ylc=X1MDMTE5Nzc4NDE4NQRfZXgDMQRfeXJpZAM4YWFjajNwYzM4cW1vBGcDZFhWcFpEeHVjejVoTnpjd1ptWTFNeTFqWVRabUxUTTNaV1V0WWpRNE9DMHpPVEpsWTJZek5URTVZbUk4Wm1sbGJHUStkSE5zWVE9PQRsYW5nA2VuLVVTBG9yaWdfbGFuZwNlbgRvcmlnX3JlZ2lvbgNVUwRwb3MDMwRyZWdpb24DVVMEc3ltYm9sA1RTTEE-?.tsrc=applewf'],[],0,,False,14420,728,4370,,None,,,,,,,[],,,, +9765,799910793156259841,799908000689336320,1479548569000.0,2016-11-19 09:42:49,+0000,,@itsjasonwhite @TeslaMotors perfect,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799910793156259841,[],[],0,,False,192,22,8,,None,,,,,,,"[{'screen_name': 'itsjasonwhite', 'name': '_j_w', 'id': '42200662'}]",,,, +9766,799910213851590656,799910213851590656,1479548431000.0,2016-11-19 09:40:31,+0000,,Longer version of self-driving demo with Paint It Black soundtrack https://t.co/YuUmyEaCgR,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799910213851590656,['https://www.tesla.com/videos/autopilot-self-driving-hardware-neighborhood-long?redirect=no'],[],0,,False,10508,563,5363,,None,,,,,,,[],,,, +9767,799909604062699520,799908000689336320,1479548285000.0,2016-11-19 09:38:05,+0000,,@veritasDK @TeslaMotors That and Paint It Black will both be uploaded for free as Easter (holiday?) eggs,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799909604062699520,[],[],0,,False,203,8,14,,None,,,,,,,"[{'screen_name': 'veritasDK', 'name': 'Jesper', 'id': '2690690245'}]",,,, +9768,799908779013775360,799908000689336320,1479548089000.0,2016-11-19 09:34:49,+0000,,@wheelsupgal @TeslaMotors yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799908779013775360,[],[],0,,False,168,4,8,,None,,,,,,,"[{'screen_name': 'wheelsupgal', 'name': 'WheelsUpGal', 'id': '773912149332754437'}]",,,, +9769,799908556094902272,799908000689336320,1479548036000.0,2016-11-19 09:33:56,+0000,,@ParParV -2,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799908556094902272,[],[],0,,False,426,17,45,,None,,,,,,,"[{'screen_name': 'ParParV', 'name': 'ParPar', 'id': '32648067'}]",,,, +9770,799908000689336320,799908000689336320,1479547903000.0,2016-11-19 09:31:43,+0000,,Tesla self-driving AI with the Benny Hill option package https://t.co/gJAwzys7vV,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799908000689336320,['https://www.tesla.com/videos/autopilot-self-driving-hardware-neighborhood-short/?utm_campaign=GL_AP_111816&utm_source=Twitter&utm_medium=social'],[],0,,False,5441,248,2377,,None,,,,,,,[],,,, +9771,799906894550700032,799900334202167296,1479547639000.0,2016-11-19 09:27:19,+0000,,@newscientist Consequences of population implosion greatly underestimated. Upside down demographic pyramid can't support social services.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/799906894550700032,[],[],0,,False,566,74,201,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +9772,799670715397980160,799654944382939136,1479491330000.0,2016-11-18 17:48:50,+0000,,@vicentes @TeslaMotors @FortuneMagazine big mobile app update coming with 8.1 next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/799670715397980160,[],[],0,,False,267,30,46,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +9773,799369292294725632,799369292294725632,1479419465000.0,2016-11-17 21:51:05,+0000,,Vote tally shows ~85% of unaffiliated shareholders in favor of the Tesla/SolarCity merger! Thanks for believing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/799369292294725632,[],[],0,,False,14866,429,2599,,None,,,,,,,[],,,, +9774,799120535896485888,799113978760851456,1479360157000.0,2016-11-17 05:22:37,+0000,,@Contra_9077 sounds right,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/799120535896485888,[],[],0,,False,155,19,13,,None,,,,,,,"[{'screen_name': 'Contra_9077', 'name': 'Contra', 'id': '4716255266'}]",,,, +9775,798984693844541440,798980894543343616,1479327770000.0,2016-11-16 20:22:50,+0000,,"@ArminKeyani All P100D vehicles produced to date, as well as new. This is purely a software optimization.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/798984693844541440,[],[],0,,False,339,13,37,,None,,,,,,,"[{'screen_name': 'ArminKeyani', 'name': 'Armin Keyani', 'id': '62512884'}]",,,, +9776,798984120336465920,798984120336465920,1479327633000.0,2016-11-16 20:20:33,+0000,,Model X numbers should also improve by 0.1 sec on 0 to 60 and 1/4 mile,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/798984120336465920,[],[],0,,False,3293,145,458,,None,,,,,,,[],,,, +9777,798980894543343616,798980894543343616,1479326864000.0,2016-11-16 20:07:44,+0000,,Looks like the Model S P100D Easter egg will allow it to do 0 to 60 mph in 2.4 sec and a 10.6 sec 1/4 mile via software update next month,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/798980894543343616,[],[],0,,False,13066,536,3702,,None,,,,,,,[],,,, +9778,798950716450574336,798914375352393728,1479319669000.0,2016-11-16 18:07:49,+0000,,"@AustenAllred Wow, thanks. We won't let you down.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/798950716450574336,[],[],0,,False,797,34,90,,None,,,,,,,"[{'screen_name': 'AustenAllred', 'name': 'Austen Allred', 'id': '1093528151123095552'}]",,,, +9779,798886670468644865,798544210580209664,1479304399000.0,2016-11-16 13:53:19,+0000,,"@ID_AA_Carmack we could enable that, although the cameras use grey, grey, grey, red detection, so it would look a little greyish red :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/798886670468644865,[],[],0,,False,359,35,32,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +9780,798370472832352256,798370472832352256,1479181328000.0,2016-11-15 03:42:08,+0000,,Love you too! https://t.co/BlDDQ0oJmg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/798370472832352256,['http://www.thedrive.com/news/6007/tesla-model-s-declared-the-most-loved-car-in-america-again'],[],0,,False,8914,291,1904,,None,,,,,,,[],,,, +9781,795565958592987136,795557967668150272,1478512680000.0,2016-11-07 09:58:00,+0000,,"@InLucidReverie a bit like that, but hopefully a more meaningful role for humans",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/795565958592987136,[],[],0,,False,273,26,25,,None,,,,,,,"[{'screen_name': 'InLucidReverie', 'name': 'InLucidReverie', 'id': '18150238'}]",,,, +9782,795379725904416768,795379725904416768,1478468278000.0,2016-11-06 21:37:58,+0000,,Playing Amish Paradise in my Tesla,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/795379725904416768,[],[],0,,False,20202,679,4911,,None,,,,,,,[],,,, +9783,794965733151117313,794964765101719553,1478369575000.0,2016-11-05 18:12:55,+0000,,"@muodebe Both UV and IR (for heat) reflective. I burn easily & then my nose looks like Rudolph the reindeer, so I totally understand.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/794965733151117313,[],[],0,,False,555,32,47,,None,,,,,,,"[{'screen_name': 'muodebe', 'name': 'Mark', 'id': '718180441992400896'}]",,,, +9784,794940930000175104,794580028856025089,1478363661000.0,2016-11-05 16:34:21,+0000,,"@MrSpanier No, but maybe a light tartan. Plaid is reserved for the next gen Roadster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/794940930000175104,[],[],0,,False,347,28,33,,None,,,,,,,"[{'screen_name': 'MrSpanier', 'name': 'Lukas Spanier', 'id': '521479701'}]",,,, +9785,794769297704792064,794762277521981440,1478322741000.0,2016-11-05 05:12:21,+0000,,@ShireeshAgrawal I like humanity,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/794769297704792064,[],[],0,,False,849,32,166,,None,,,,,,,"[{'screen_name': 'ShireeshAgrawal', 'name': 'Shireesh Agrawal', 'id': '397110161'}]",,,, +9786,794769008868233216,794753876096217092,1478322672000.0,2016-11-05 05:11:12,+0000,,@DMC_Ryan there will be something special,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/794769008868233216,[],[],0,,False,393,46,42,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +9787,794749880249917440,794736936174940160,1478318111000.0,2016-11-05 03:55:11,+0000,,"@davidtayar5 Tesla will def absorb SolarCity debt. Altho extremely unlikely, I would pay it personally if need be. Debts must be honored.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/794749880249917440,[],[],0,,False,1022,44,228,,None,,,,,,,"[{'screen_name': 'davidtayar5', 'name': 'David Tayar', 'id': '275295731'}]",,,, +9788,794726788689629184,794722096462999552,1478312606000.0,2016-11-05 02:23:26,+0000,,@SeltzerPlease @PlayOverwatch My kids and I are having a great time!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/794726788689629184,[],[],0,,False,575,15,50,,None,,,,,,,"[{'screen_name': 'SeltzerPlease', 'name': 'Rachel / Seltzer', 'id': '73019162'}, {'screen_name': 'PlayOverwatch', 'name': 'Overwatch', 'id': '2420931980'}]",,,, +9789,794698336301219841,794578512095100928,1478305822000.0,2016-11-05 00:30:22,+0000,,@Pmnickbeach @bakkedahl next software update fixes that,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/794698336301219841,[],[],0,,False,132,1,8,,None,,,,,,,"[{'screen_name': 'Pmnickbeach', 'name': 'Nicolas Beauchamp', 'id': '716706499859505152'}, {'screen_name': 'bakkedahl', 'name': 'Anthony Bakkedahl', 'id': '1031649442859032576'}]",,,, +9790,794679555944349696,794580028856025089,1478301345000.0,2016-11-04 23:15:45,+0000,,@DragTimes might have an early access release ready by then,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/794679555944349696,[],[],0,,False,236,6,16,,None,,,,,,,"[{'screen_name': 'DragTimes', 'name': 'DragTimes', 'id': '23934755'}]",,,, +9791,794671055872749568,794658724031983616,1478299318000.0,2016-11-04 22:41:58,+0000,,@joshuadistler now wouldn't that be interesting :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/794671055872749568,[],[],0,,False,224,15,15,,None,,,,,,,"[{'screen_name': 'joshuadistler', 'name': 'Joshua Distler', 'id': '135997625'}]",,,, +9792,794670476131864576,794670476131864576,1478299180000.0,2016-11-04 22:39:40,+0000,,Here is how to vote your Tesla and SolarCity shares: https://t.co/7LaBe6kAp6,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/794670476131864576,['https://www.tesla.com/support/instructions-voting-on-teslas-acquisition-of-solarcity'],[],0,,False,1617,149,345,,None,,,,,,,[],,,, +9793,794586063838724096,794580028856025089,1478279054000.0,2016-11-04 17:04:14,+0000,,@MikeMfknSplain hmmm,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/794586063838724096,[],[],0,,False,266,11,12,,None,,,,,,,"[{'screen_name': 'MikeMfknSplain', 'name': '360 Tactical Solutions', 'id': '2938479870'}]",,,, +9794,794581219866329088,794580028856025089,1478277900000.0,2016-11-04 16:45:00,+0000,,@repaveli_p one day ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794581219866329088,[],[],0,,False,292,12,18,,None,,,,,,,"[{'screen_name': 'repaveli_p', 'name': 'Regina P', 'id': '2578286351'}]",,,, +9795,794580994263158786,794580028856025089,1478277846000.0,2016-11-04 16:44:06,+0000,,@Locobooff it is not actually left-handed,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794580994263158786,[],[],0,,False,434,24,34,,None,,,,,,,"[{'screen_name': 'Locobooff', 'name': 'James', 'id': '29964807'}]",,,, +9796,794580586379624448,794556147243978752,1478277749000.0,2016-11-04 16:42:29,+0000,,@_andyoneal @John_Gardi unless we do a deployable solar shield like a retractable hard top,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794580586379624448,[],[],0,,False,292,40,29,,None,,,,,,,"[{'screen_name': '_andyoneal', 'name': ""Andy O'Neal"", 'id': '19841555'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +9797,794580324550217728,794578512095100928,1478277686000.0,2016-11-04 16:41:26,+0000,,@bakkedahl currently cycles radio favs. Next software release cycles between favs.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794580324550217728,[],[],0,,False,137,5,7,,None,,,,,,,"[{'screen_name': 'bakkedahl', 'name': 'Anthony Bakkedahl', 'id': '1031649442859032576'}]",,,, +9798,794580028856025089,794580028856025089,1478277616000.0,2016-11-04 16:40:16,+0000,,Forgot to mention there will be a P100D Ludicrous Easter egg soon that uncorks the full performance,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794580028856025089,[],[],0,,False,5185,215,821,,None,,,,,,,[],,,, +9799,794579089168310272,794556147243978752,1478277392000.0,2016-11-04 16:36:32,+0000,,@MacTechGenius @John_Gardi no,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794579089168310272,[],[],0,,False,197,5,9,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}, {'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +9800,794578637987016705,794578512095100928,1478277284000.0,2016-11-04 16:34:44,+0000,,@bakkedahl use buttons on left side of steering wheel,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794578637987016705,[],[],0,,False,131,2,3,,None,,,,,,,"[{'screen_name': 'bakkedahl', 'name': 'Anthony Bakkedahl', 'id': '1031649442859032576'}]",,,, +9801,794578493342289920,794565375660818432,1478277250000.0,2016-11-04 16:34:10,+0000,,@MrRoryReid @BBC_TopGear Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794578493342289920,[],[],0,,False,120,0,2,,None,,,,,,,"[{'screen_name': 'MrRoryReid', 'name': 'Rory Reid', 'id': '2674801'}]",,,, +9802,794578375415238656,794556147243978752,1478277221000.0,2016-11-04 16:33:41,+0000,,"@MacTechGenius I'm the only author, so, love or hate it, that's me. I've learned some lessons though, such as tweeting on Ambien isn't wise.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794578375415238656,[],[],0,,False,622,36,78,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +9803,794577501292896256,794556147243978752,1478277013000.0,2016-11-04 16:30:13,+0000,,"@MacTechGenius I personally like the 6 seat best, but the new 5 allows the entire back to fold flat. A small family could camp there!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794577501292896256,[],[],0,,False,244,11,21,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +9804,794575003446480896,794556147243978752,1478276417000.0,2016-11-04 16:20:17,+0000,,@John_Gardi We will probably offer that as an option,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794575003446480896,[],[],0,,False,426,33,33,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +9805,794574740455231488,794556147243978752,1478276355000.0,2016-11-04 16:19:15,+0000,,@John_Gardi exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794574740455231488,[],[],0,,False,114,6,7,,None,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker', 'id': '227343379'}]",,,, +9806,794573852848177152,794549250654777345,1478276143000.0,2016-11-04 16:15:43,+0000,,@MrRoryReid @MykalSoCal @BBC_TopGear @TeslaMotors Loving this thread :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794573852848177152,[],[],0,,False,277,7,17,,None,,,,,,,"[{'screen_name': 'MrRoryReid', 'name': 'Rory Reid', 'id': '2674801'}, {'screen_name': 'MykalSoCal', 'name': 'MykalSoCal', 'id': '159714652'}, {'screen_name': 'BBC_TopGear', 'name': 'Top Gear', 'id': '52344859'}]",,,, +9807,794573529295400960,794556147243978752,1478276066000.0,2016-11-04 16:14:26,+0000,,@balaji_kann Primarily aluminium with hot-stamped boron steel reinforcements. B pillar has a glass overlay.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794573529295400960,[],[],0,,False,140,2,8,,None,,,,,,,"[{'screen_name': 'balaji_kann', 'name': 'Balaji Kanniappan', 'id': '92341675'}]",,,, +9808,794573085445763072,794556147243978752,1478275960000.0,2016-11-04 16:12:40,+0000,,@BitterMercy Excellent safety in rollover (5 star+). That was what took so long to develop.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/794573085445763072,[],[],0,,False,299,6,22,,None,,,,,,,"[{'screen_name': 'BitterMercy', 'name': 'C:\\start wearamask.exe', 'id': '2595341719'}]",,,, +9809,794557434429771777,794556147243978752,1478272229000.0,2016-11-04 15:10:29,+0000,,"In addition, we reinforced the surrounding body structure for improved safety (was already 5 star in all categories).",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/794557434429771777,[],[],0,,False,3309,155,422,,None,,,,,,,[],,,, +9810,794556147243978752,794556147243978752,1478271922000.0,2016-11-04 15:05:22,+0000,,"I highly recommend the new all glass roof on the Model S. This was very hard to develop, but it makes the interior feel amazing. https://t.co/ob7lqrXP4n",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/794556147243978752,[],['https://pbs.twimg.com/media/CwbUmDRVIAAiflz.jpg'],1,https://pbs.twimg.com/media/CwbUmDRVIAAiflz.jpg,False,15862,649,3481,,None,,,,,,,[],,,, +9811,794553749742100480,792213393943826432,1478271350000.0,2016-11-04 14:55:50,+0000,,@originaltman first solar roof deployments will start next summer,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/794553749742100480,[],[],0,,False,295,23,36,,None,,,,,,,"[{'screen_name': 'originaltman', 'name': 'Shane', 'id': '704242208'}]",,,, +9812,794553279585742849,794553279585742849,1478271238000.0,2016-11-04 14:53:58,+0000,,Will be on @CNBC with Ron Baron in about half an hour https://t.co/OOL5yv5ue6,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/794553279585742849,['http://finance.yahoo.com/video/ron-barons-300m-bet-tesla-102800448.html;_ylc=X1MDMTE5Nzc4NDE4NQRfZXgDMQRfeXJpZANlMGEwdTcxYzFwODViBGcDZFhWcFpEeHVjejR3WmpJME9UbGhNUzB3WmpRMExUTTBaV1F0T0RZelppMDBNR0V4TTJZelkyTm1Zamc4Wm1sbGJHUStkSE5zWVE9PQRsYW5nA2VuLVVTBG9yaWdfbGFuZwNlbgRvcmlnX3JlZ2lvbgNVUwRwb3MDNwRyZWdpb24DVVMEc3ltYm9sA1RTTEE-?.tsrc=applewf'],[],0,,False,1210,56,248,,None,,,,,,,[],,,, +9813,794549250654777345,794549250654777345,1478270278000.0,2016-11-04 14:37:58,+0000,,Great Model X article by @BBC_TopGear! https://t.co/yXdwyQVkVg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/794549250654777345,['https://twitter.com/teslamotors/status/794247505911259136'],[],0,,False,1972,69,440,https://twitter.com/teslamotors/status/794247505911259136,None,,,,,,,[],,,, +9814,794548584213454849,794548584213454849,1478270119000.0,2016-11-04 14:35:19,+0000,,"Institutional Shareholder Services, world's top independent evaluator, recommends in favor of Tesla-SolarCity merger https://t.co/o17l0Jbswa",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/794548584213454849,['http://www.bloomberg.com/news/articles/2016-11-04/iss-recommends-tesla-shareholders-vote-for-solarcity-acquisition?cmpid=yhoo.headline'],[],0,,False,1766,53,463,,None,,,,,,,[],,,, +9815,794221355642146816,794215918368919552,1478192101000.0,2016-11-03 16:55:01,+0000,,@newscientist @XHNews Congratulations to China on the successful launch of the LM 5 heavy lift rocket!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/794221355642146816,[],[],0,,False,653,21,104,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +9816,794219484621832192,794200368804544512,1478191655000.0,2016-11-03 16:47:35,+0000,,@brainwipe There would def be millions of agents simultaneously doing a Monte Carlo sim & combining the results to build a map of weaknesses,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/794219484621832192,[],[],0,,False,159,10,11,,None,,,,,,,"[{'screen_name': 'brainwipe', 'name': 'Rob Lang', 'id': '1520201'}]",,,, +9817,794201703922810880,794200368804544512,1478187416000.0,2016-11-03 15:36:56,+0000,,@ClintonKeith good chance,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/794201703922810880,[],[],0,,False,195,9,8,,None,,,,,,,"[{'screen_name': 'ClintonKeith', 'name': 'Clinton Keith', 'id': '66060239'}]",,,, +9818,794200368804544512,794200368804544512,1478187098000.0,2016-11-03 15:31:38,+0000,,Only a matter of time before advanced AI is used to do this. Internet is particularly susceptible to a gradient descent algo. https://t.co/a6AdF7o7AZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/794200368804544512,['https://twitter.com/theeconomist/status/794196455405875200'],[],0,,False,5656,306,2971,https://twitter.com/theeconomist/status/794196455405875200,None,,,,,,,[],,,, +9819,793710619933315072,792213393943826432,1478070332000.0,2016-11-02 07:05:32,+0000,,@ropiko yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/793710619933315072,[],[],0,,False,143,12,11,,None,,,,,,,"[{'screen_name': 'ropiko', 'name': 'Robin', 'id': '15318894'}]",,,, +9820,792220862648766466,792213393943826432,1477715147000.0,2016-10-29 04:25:47,+0000,,@vicentes yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/792220862648766466,[],[],0,,False,281,45,14,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +9821,792220517654597633,792218248917811204,1477715064000.0,2016-10-29 04:24:24,+0000,,@BobaFaux strongly net positive,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/792220517654597633,[],[],0,,False,367,26,15,,None,,,,,,,"[{'screen_name': 'BobaFaux', 'name': 'BobaFaux', 'id': '1241626717501841408'}]",,,, +9822,792218248917811204,792218248917811204,1477714523000.0,2016-10-29 04:15:23,+0000,,"Solar glass tiles can also incorporate heating elements, like rear defroster on a car, to clear roof of snow and keep generating energy",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/792218248917811204,[],[],0,,False,14183,710,4060,,None,,,,,,,[],,,, +9823,792217704757284864,792213393943826432,1477714394000.0,2016-10-29 04:13:14,+0000,,@HipStreeet yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/792217704757284864,[],[],0,,False,167,4,6,,None,,,,,,,"[{'screen_name': 'HipStreeet', 'name': 'Joe', 'id': '71366297'}]",,,, +9824,792213393943826432,792213393943826432,1477713366000.0,2016-10-29 03:56:06,+0000,,"Should mention that the Tesla solar roof is robust against any weather, incl heavy hail. Also, higher insulating value than a standard roof.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/792213393943826432,[],[],0,,False,13877,836,3912,,None,,,,,,,[],,,, +9825,792163268714344448,792163268714344448,1477701415000.0,2016-10-29 00:36:55,+0000,,Pushing start to ~5:45 to allow more people to arrive,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/792163268714344448,[],[],0,,False,1749,134,217,,None,,,,,,,[],,,, +9826,791785988058034176,791785988058034176,1477611464000.0,2016-10-27 23:37:44,+0000,,"Unveil happening at sunset, because that's when ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/791785988058034176,[],[],0,,False,4236,405,672,,None,,,,,,,[],,,, +9827,791784652709044225,791784652709044225,1477611146000.0,2016-10-27 23:32:26,+0000,,Solar roof plus Powerwall 2.0 launch event will be webcast live on https://t.co/46TXqRrsdr at 5:30pm PDT tomorrow,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/791784652709044225,['http://Tesla.com'],[],0,,False,3736,115,1335,,None,,,,,,,[],,,, +9828,791780166619889664,791756469305679873,1477610076000.0,2016-10-27 23:14:36,+0000,,@JohnGarryVO Several UI improvements across the board in 8.01 (next few weeks) and 8.1 in Dec,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/791780166619889664,[],[],0,,False,221,18,28,,None,,,,,,,"[{'screen_name': 'JohnGarryVO', 'name': 'John Garry', 'id': '1686749809'}]",,,, +9829,791756469305679873,791756469305679873,1477604427000.0,2016-10-27 21:40:27,+0000,,"Solar roof unveil now at 5:30pm sharp (need daylight, for obvious reasons) California time tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/791756469305679873,[],[],0,,False,4804,153,1110,,None,,,,,,,[],,,, +9830,791389989477036032,791389989477036032,1477517051000.0,2016-10-26 21:24:11,+0000,,"Dear cult members, I love you https://t.co/1OzRaSQzhT",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/791389989477036032,['https://twitter.com/katiefehren/status/791299739325112322'],[],0,,False,24980,946,2361,https://twitter.com/katiefehren/status/791299739325112322,None,,,,,,,[],,,, +9831,791321336824012801,791280813123985408,1477500683000.0,2016-10-26 16:51:23,+0000,,"@bstep fixing, but in a slightly different way",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/791321336824012801,[],[],0,,False,127,9,7,,None,,,,,,,"[{'screen_name': 'bstep', 'name': 'bstep', 'id': '8119162'}]",,,, +9832,790373126416629760,790267936258666496,1477274612000.0,2016-10-24 02:03:32,+0000,,"@soswow yeah, great questions",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/790373126416629760,[],[],0,,False,303,37,14,,None,,,,,,,"[{'screen_name': 'soswow', 'name': 'Aleksandr ""Sasha"" Motsjonov', 'id': '19060199'}]",,,, +9833,790267936258666496,790267936258666496,1477249533000.0,2016-10-23 19:05:33,+0000,,"This will be under /r/spacex, not the general AMA. Meant to be supplemental to the IAC talk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/790267936258666496,[],[],0,,False,2528,111,384,,None,,,,,,,[],,,, +9834,790245808864043009,790245808864043009,1477244257000.0,2016-10-23 17:37:37,+0000,,AMA at <ahem> 3pm California time,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/790245808864043009,[],[],0,,False,3288,200,689,,None,,,,,,,[],,,, +9835,789902046430269440,789902046430269440,1477162298000.0,2016-10-22 18:51:38,+0000,,Must be a coincidence https://t.co/qX6xYrQZpp,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/789902046430269440,['https://twitter.com/nasaclimate/status/789122823927107585'],[],0,,False,9827,420,5424,https://twitter.com/nasaclimate/status/789122823927107585,None,,,,,,,[],,,, +9836,789024901629816832,789019145853513729,1476953170000.0,2016-10-20 08:46:10,+0000,,"@PraneshSuvarna @YouTube no, that's real",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789024901629816832,[],[],0,,False,514,28,49,,None,,,,,,,"[{'screen_name': 'PraneshSuvarna', 'name': 'Pranesh Suvarna', 'id': '405424679'}, {'screen_name': 'YouTube', 'name': 'YouTube', 'id': '10228272'}]",,,, +9837,789024368575729664,789019145853513729,1476953043000.0,2016-10-20 08:44:03,+0000,,Using the automated solid metal snake charger :) https://t.co/lBG6GamNqJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789024368575729664,['https://m.youtube.com/watch?v=uMM0lRfX6YI'],[],0,,False,3193,259,983,,None,,,,,,,[],,,, +9838,789022121158598656,789019145853513729,1476952507000.0,2016-10-20 08:35:07,+0000,,@CHAR_BIT yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789022121158598656,[],[],0,,False,316,19,24,,None,,,,,,,"[{'screen_name': 'CHAR_BIT', 'name': 'Eight Bits', 'id': '850787748'}]",,,, +9839,789022017311735808,789019145853513729,1476952482000.0,2016-10-20 08:34:42,+0000,,"When you want your car to return, tap Summon on your phone. It will eventually find you even if you are on the other side of the country",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789022017311735808,[],[],0,,False,8984,560,3988,,None,,,,,,,[],,,, +9840,789020841489018880,789019145853513729,1476952202000.0,2016-10-20 08:30:02,+0000,,"When searching for parking, the car reads the signs to see if it is allowed to park there, which is why it skipped the disabled spot",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789020841489018880,[],[],0,,False,4702,193,1805,,None,,,,,,,[],,,, +9841,789020178969276416,789019145853513729,1476952044000.0,2016-10-20 08:27:24,+0000,,@Bret_with1t yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789020178969276416,[],[],0,,False,263,5,10,,None,,,,,,,"[{'screen_name': 'Bret_with1t', 'name': 'Bret with 1 t', 'id': '465968755'}]",,,, +9842,789020098145030144,789019145853513729,1476952025000.0,2016-10-20 08:27:05,+0000,,"@TeslaMotors 8 cameras, 12 ultrasonars and radar all flush mounted and body color. Beauty remains.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789020098145030144,[],[],0,,False,1977,80,443,,None,,,,,,,[],,,, +9843,789019145853513729,789019145853513729,1476951798000.0,2016-10-20 08:23:18,+0000,,"Tesla drives itself (no human input at all) thru urban streets to highway to streets, then finds a parking spot https://t.co/V2T7KGMPBo",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/789019145853513729,['https://www.tesla.com/videos/full-self-driving-hardware-all-teslas'],[],0,,False,18262,875,11736,,None,,,,,,,[],,,, +9844,789008557341454336,789007996038721536,1476949273000.0,2016-10-20 07:41:13,+0000,,@vicentes latest autonomous hardware allows for easy computer upgrade,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/789008557341454336,[],[],0,,False,373,15,36,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +9845,789007996038721536,789007996038721536,1476949139000.0,2016-10-20 07:38:59,+0000,,Should mention that retrofitting to full self-driving hardware is very difficult. Cost delta is more than buying a new car. Wish it weren't.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/789007996038721536,[],[],0,,False,4093,244,766,,None,,,,,,,[],,,, +9846,789004268296544256,788902908175618049,1476948251000.0,2016-10-20 07:24:11,+0000,,@elonmusk Still working on the video. Fully autonomous drive demo only completed several hours ago.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/789004268296544256,[],[],0,,False,1919,119,255,,None,,,,,,,"[{'screen_name': 'elonmusk', 'name': 'Elon Musk', 'id': '44196397'}]",,,, +9847,788973638665908224,788794291900469248,1476940948000.0,2016-10-20 05:22:28,+0000,,@AlternateJones of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/788973638665908224,[],[],0,,False,329,29,23,,None,,,,,,,"[{'screen_name': 'AlternateJones', 'name': 'Alternate Jones', 'id': '394626603'}]",,,, +9848,788955029138972674,788955029138972674,1476936511000.0,2016-10-20 04:08:31,+0000,,Tesla expects to demonstrate self-driven cross-country trip next year https://t.co/YTxMUT3hWq via @WSJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/788955029138972674,['http://on.wsj.com/2dPVAr4'],[],0,,False,4438,202,1856,,None,,,,,,,[],,,, +9849,788904960331161600,788903660721799168,1476924574000.0,2016-10-20 00:49:34,+0000,,@FutureBoy @mashable true and underappreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/788904960331161600,[],[],0,,False,289,14,29,,None,,,,,,,"[{'screen_name': 'FutureBoy', 'name': 'Chris Taylor', 'id': '10696392'}, {'screen_name': 'mashable', 'name': 'Mashable', 'id': '972651'}]",,,, +9850,788902908175618049,788902908175618049,1476924085000.0,2016-10-20 00:41:25,+0000,,Will post video of a Tesla navigating a complex urban environment shortly. That was what took the extra couple of days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/788902908175618049,[],[],0,,False,9891,422,2280,,None,,,,,,,[],,,, +9851,788823067392749568,788794291900469248,1476905049000.0,2016-10-19 19:24:09,+0000,,@elonmusk This is also what I was alluding to by Model 3 part 2,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/788823067392749568,[],[],0,,False,2977,403,745,,None,,,,,,,"[{'screen_name': 'elonmusk', 'name': 'Elon Musk', 'id': '44196397'}]",,,, +9852,788809242769666048,788809242769666048,1476901753000.0,2016-10-19 18:29:13,+0000,,"According to experts, Hyperloop is both obvious and impossible. Maybe pick one or the other? https://t.co/JkRWd0lFS8",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/788809242769666048,['http://nymag.com/selectall/2016/10/the-kink-in-elon-musks-hyperloop.html'],[],0,,False,4067,311,1128,,None,,,,,,,[],,,, +9853,788794291900469248,788794291900469248,1476898188000.0,2016-10-19 17:29:48,+0000,,Tesla announcement goes live at 5pm California time. 30 minutes of media Q&A to follow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/788794291900469248,[],[],0,,False,6588,658,2495,,None,,,,,,,[],,,, +9854,788782966528815104,788782966528815104,1476895488000.0,2016-10-19 16:44:48,+0000,,Calculated attempt to deceive Florida voters about solar vote uncovered by Miami Herald https://t.co/dvwaU87PmG,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/788782966528815104,['https://twitter.com/flsolarchoice/status/788720681911476224'],[],0,,False,3412,159,2273,https://twitter.com/flsolarchoice/status/788720681911476224,None,,,,,,,[],,,, +9855,788625768368762880,788625768368762880,1476858009000.0,2016-10-19 06:20:09,+0000,,Tesla does 0-60 mph in 2.7 seconds in the rain https://t.co/Z3YA4igGE1 via @electrekco,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/788625768368762880,['https://electrek.co/2016/10/17/watch-a-tesla-model-s-p100d-do-0-60-in-2-7-seconds-in-the-rain/'],[],0,,False,4162,163,1296,,None,,,,,,,[],,,, +9856,788493472286121984,788479773442015232,1476826467000.0,2016-10-18 21:34:27,+0000,,@FortuneMagazine This is because the first 12 months of production are sold out,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/788493472286121984,[],[],0,,False,892,53,199,,None,,,,,,,"[{'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +9857,787797036699521024,787797036699521024,1476660424000.0,2016-10-16 23:27:04,+0000,,Moving the Tesla announcement to Wednesday. Needs a few more days of refinement.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/787797036699521024,[],[],0,,False,7933,606,1767,,None,,,,,,,[],,,, +9858,787775297521233920,787765835536269312,1476655241000.0,2016-10-16 22:00:41,+0000,,@markpinc @TeslaMotors thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/787775297521233920,[],[],0,,False,180,7,8,,None,,,,,,,"[{'screen_name': 'markpinc', 'name': 'mark pincus', 'id': '13198'}]",,,, +9859,787721971417034752,787647923236601857,1476642527000.0,2016-10-16 18:28:47,+0000,,@Reuters Umm...Autobahn?,de,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/787721971417034752,[],[],0,,False,571,76,89,,None,,,,,,,"[{'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +9860,786601762354442242,786599128079806465,1476375449000.0,2016-10-13 16:17:29,+0000,,@vicentes obviously wrong,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/786601762354442242,[],[],0,,False,267,22,30,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +9861,785517307476922370,785516136075067392,1476116894000.0,2016-10-10 16:28:14,+0000,,@Cocoanetics @heiseonline Not actually based on science. Objective data shows Autopilot is safer than manually driven cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/785517307476922370,[],[],0,,False,696,54,155,,None,,,,,,,"[{'screen_name': 'Cocoanetics', 'name': 'Cocoanetics \uf8ff', 'id': '25703613'}]",,,, +9862,785505765343625216,785494639029719040,1476114143000.0,2016-10-10 15:42:23,+0000,,"@saufkopf87 @FortuneMagazine Utter nonsense. Empirical evidence is what matters, not random speculation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/785505765343625216,[],[],0,,False,498,13,60,,None,,,,,,,[],,,, +9863,785495295652167680,785494639029719040,1476111646000.0,2016-10-10 15:00:46,+0000,,@jovanik21 @arstechnica @drgitlin Sounds like a great move!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/785495295652167680,[],[],0,,False,204,3,14,,None,,,,,,,"[{'screen_name': 'jovanik21', 'name': 'Nik Jovanovic', 'id': '520969272'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'drgitlin', 'name': 'Jonathan Gitlin', 'id': '2139671'}]",,,, +9864,785494639029719040,785494639029719040,1476111490000.0,2016-10-10 14:58:10,+0000,,Good for Germany! https://t.co/SMdOL9GcTl,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/785494639029719040,['https://twitter.com/arstechnica/status/785494352617435140'],[],0,,False,6401,281,2134,https://twitter.com/arstechnica/status/785494352617435140,None,,,,,,,[],,,, +9865,785488210629537792,785486859317063681,1476109957000.0,2016-10-10 14:32:37,+0000,,@hohocho That's why we need to accelerate solar power,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/785488210629537792,[],[],0,,False,494,36,68,,None,,,,,,,"[{'screen_name': 'hohocho', 'name': 'Jaehwan Cho 조재환', 'id': '31310727'}]",,,, +9866,785485969705140224,785485969705140224,1476109423000.0,2016-10-10 14:23:43,+0000,,"Real fraud going on is denial of climate science. As for ""subsidies"", Tesla gets pennies on dollar vs coal. How about we both go to zero?",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/785485969705140224,[],[],0,,False,25606,617,10927,,None,,,,,,,[],,,, +9867,785483088109326337,785483088109326337,1476108736000.0,2016-10-10 14:12:16,+0000,,Coal-mining CEO: 'Tesla is a fraud' https://t.co/IpQJAlAo3f via @YahooFinance,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/785483088109326337,['http://finance.yahoo.com/video/robert-murray-tesla-fraud-120500192.html;_ylc=X1MDMTE5Nzc4NDE4NQRfZXgDMQRfeXJpZAMwcmFzcGJ0YnZuNmNwBGcDZFhWcFpEeHVjejR5TkRKak1XTm1ZUzB6WWpjMUxUTXlZVGt0T0RReU1pMWtZVFl5TldZME5URXdZMk04Wm1sbGJHUStkSE5zWVE9PQRsYW5nA2VuLVVTBG9yaWdfbGFuZwNlbgRvcmlnX3JlZ2lvbgNVUwRwb3MDMwRyZWdpb24DVVMEc3ltYm9sA1RTTEE-?soc_src=social-sh&soc_trk=tw'],[],0,,False,2236,380,671,,None,,,,,,,[],,,, +9868,785455506475323392,785455506475323392,1476102160000.0,2016-10-10 12:22:40,+0000,,Translating what actually happened in the debates... https://t.co/WW0om1rsC8,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/785455506475323392,['https://twitter.com/waitbutwhy/status/785441671127429120'],[],0,,False,3535,92,1182,https://twitter.com/waitbutwhy/status/785441671127429120,None,,,,,,,[],,,, +9869,785242169170726912,785139055793152000,1476051296000.0,2016-10-09 22:14:56,+0000,,@ithrow88 @Walpoleboy6_RBX impact velocity and center of mass of colliding object make a big difference,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/785242169170726912,[],[],0,,False,230,13,22,,None,,,,,,,"[{'screen_name': 'ithrow88', 'name': 'dan haren', 'id': '2424569809'}, {'screen_name': 'Walpoleboy6_RBX', 'name': 'walpoleboy6', 'id': '2375808574'}]",,,, +9870,785140287819612160,785139055793152000,1476027006000.0,2016-10-09 15:30:06,+0000,,@roger_kappler Probably not then either,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/785140287819612160,[],[],0,,False,255,18,29,,None,,,,,,,"[{'screen_name': 'roger_kappler', 'name': 'Roger K', 'id': '266498006'}]",,,, +9871,785139055793152000,785139055793152000,1476026712000.0,2016-10-09 15:25:12,+0000,,Would also like to correct expectations that Tesla/SolarCity will need to raise equity or corp debt in Q4. Won't be necessary for either.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/785139055793152000,[],[],0,,False,5187,196,982,,None,,,,,,,[],,,, +9872,785138151224446976,785138151224446976,1476026497000.0,2016-10-09 15:21:37,+0000,,"Tesla product unveiling on the 17th (unexpected by most), followed by Tesla/SolarCity on the 28th",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/785138151224446976,[],[],0,,False,12245,646,4802,,None,,,,,,,[],,,, +9873,785135480811712513,785133500114632704,1476025860000.0,2016-10-09 15:11:00,+0000,,@FuncRandm I agree. Speed of light is a point in favor of the sim.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/785135480811712513,[],[],0,,False,182,14,26,,None,,,,,,,"[{'screen_name': 'FuncRandm', 'name': 'Nic Ho Chee', 'id': '300468609'}]",,,, +9874,784507684410097664,784507684410097664,1475876182000.0,2016-10-07 21:36:22,+0000,,"US automotive deaths rose 10% to 17,775 in first half of 2016, approx 1 every 88 million miles https://t.co/8vrAHA80yB",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/784507684410097664,['http://www.nbcnews.com/news/us-news/u-s-traffic-deaths-jump-10-4-percent-first-half-n660241'],[],0,,False,1412,189,650,,None,,,,,,,[],,,, +9875,784487348562198529,784487348562198529,1475871333000.0,2016-10-07 20:15:33,+0000,,Cumulative Tesla Autopilot miles now at 222 million,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/784487348562198529,[],[],0,,False,8621,327,2030,,None,,,,,,,[],,,, +9876,784441057857589249,784439683136696320,1475860297000.0,2016-10-07 17:11:37,+0000,,@DanMerriweather lot of circumstantial evidence for that hypothesis,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/784441057857589249,[],[],0,,False,219,35,28,,None,,,,,,,"[{'screen_name': 'DanMerriweather', 'name': 'Daniel Merriweather', 'id': '20121123'}]",,,, +9877,783847197427335172,783323293461995520,1475718709000.0,2016-10-06 01:51:49,+0000,,@derektmead Thus I deserve to be top of the target list? Maybe there's a dude who really digs the color gold who is slightly more deserving…,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/783847197427335172,[],[],0,,False,567,62,59,,None,,,,,,,"[{'screen_name': 'derektmead', 'name': 'ᴅᴇʀᴇᴋ ᴍᴇᴀᴅ', 'id': '82544380'}]",,,, +9878,783842202220802048,783829176126169089,1475717518000.0,2016-10-06 01:31:58,+0000,,"@YostRobert @StephenAtHome Yeah, and several others at various times. My twitter list is trimmed down to almost all news/comedy these days.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/783842202220802048,[],[],0,,False,225,20,16,,None,,,,,,,"[{'screen_name': 'YostRobert', 'name': 'Robert Yost', 'id': '93805390'}, {'screen_name': 'StephenAtHome', 'name': 'Stephen Colbert', 'id': '16303106'}]",,,, +9879,783759011724210176,783751199627546624,1475697684000.0,2016-10-05 20:01:24,+0000,,"@mrDeanMiller When we upgrade the core Linux OS to 4.4, which is probably December",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/783759011724210176,[],[],0,,False,210,21,28,,None,,,,,,,"[{'screen_name': 'mrDeanMiller', 'name': 'Dean Miller', 'id': '29745585'}]",,,, +9880,783567161402888192,783567161402888192,1475651943000.0,2016-10-05 07:19:03,+0000,,"Sabotage of the rocket is unlikely, but this article has some great theories :) https://t.co/1fCRbZvRHo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/783567161402888192,['https://theringer.com/ranking-potential-saboteurs-of-elon-musks-spacex-venture-ff66e7e2b23f#.kdgjprg5c'],[],0,,False,3899,292,1149,,None,,,,,,,[],,,, +9881,783358546519793664,783323293461995520,1475602206000.0,2016-10-04 17:30:06,+0000,,"@Cardoso True, it is a no-win situation",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/783358546519793664,[],[],0,,False,803,51,73,,None,,,,,,,"[{'screen_name': 'Cardoso', 'name': 'cardoso', 'id': '1421721'}]",,,, +9882,783347230245736448,783323293461995520,1475599508000.0,2016-10-04 16:45:08,+0000,,@motherboard I use twitter for news orgs. My Insta has same women as men. What's up with the phoney PC police axe-grinding?,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/783347230245736448,[],[],0,,False,5254,312,1598,,None,,,,,,,"[{'screen_name': 'motherboard', 'name': 'Motherboard', 'id': '56510427'}]",,,, +9883,782702761464827904,782640044599152640,1475445854000.0,2016-10-02 22:04:14,+0000,,@kakurady @xenophrenia Exactly. Those are the best ones.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/782702761464827904,[],[],0,,False,335,20,14,,None,,,,,,,"[{'screen_name': 'kakurady', 'name': 'Kakurady', 'id': '15882068'}, {'screen_name': 'xenophrenia', 'name': 'Xeno Phrenia', 'id': '7476762'}]",,,, +9884,782666277256957952,782640044599152640,1475437156000.0,2016-10-02 19:39:16,+0000,,@MacTechGenius Going out this week for X and outside North America,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/782666277256957952,[],[],0,,False,200,26,20,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +9885,782643630586535936,782640044599152640,1475431757000.0,2016-10-02 18:09:17,+0000,,"Wow, this tweet is like a Rorschach test",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/782643630586535936,[],[],0,,False,3175,182,381,,None,,,,,,,[],,,, +9886,782642916887924737,782640044599152640,1475431586000.0,2016-10-02 18:06:26,+0000,,"No irony or uhh ""shade"" meant here. T's character is excellent and well-played. Worth seeing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/782642916887924737,[],[],0,,False,2710,92,325,,None,,,,,,,[],,,, +9887,782640044599152640,782640044599152640,1475430902000.0,2016-10-02 17:55:02,+0000,,Some of the future episodes of Westworld feature my ex. Talulah does a great job of playing a deadly sexbot :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/782640044599152640,[],[],0,,False,7047,287,1674,,None,,,,,,,[],,,, +9888,782410047011819520,782410047011819520,1475376066000.0,2016-10-02 02:41:06,+0000,,More Kerbal! https://t.co/IDeV1wAfVR,in,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/782410047011819520,['https://twitter.com/marcushousegame/status/782209906065678336'],[],0,,False,3513,82,772,https://twitter.com/marcushousegame/status/782209906065678336,None,,,,,,,[],,,, +9889,782043711886594052,782029188714799104,1475288725000.0,2016-10-01 02:25:25,+0000,,@jclishman @bearsper @rSpaceX yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/782043711886594052,[],[],0,,False,291,12,15,,None,,,,,,,"[{'screen_name': 'jclishman', 'name': 'Jack Lishman', 'id': '726544470'}, {'screen_name': 'bearsper', 'name': 'Bearsper', 'id': '1124627764831588352'}, {'screen_name': 'rSpaceX', 'name': 'r/SpaceX', 'id': '4202579243'}]",,,, +9890,782043081021399040,782029188714799104,1475288574000.0,2016-10-01 02:22:54,+0000,,@bearsper Will do a Reddit AMA on Mars in the next week or two,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/782043081021399040,[],[],0,,False,975,39,240,,None,,,,,,,"[{'screen_name': 'bearsper', 'name': 'Bearsper', 'id': '1124627764831588352'}]",,,, +9891,781264006145335297,781205853227462656,1475102828000.0,2016-09-28 22:47:08,+0000,,"@SteveBatzer @GoodDayM Corrective action taken. Seems to be limited to a small number of cases, but thanks for letting me know. https://t.co/Rx3YWb8JkI",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/781264006145335297,[],['https://pbs.twimg.com/media/Ctea8zUVUAESePt.jpg'],1,https://pbs.twimg.com/media/Ctea8zUVUAESePt.jpg,False,1213,76,252,,None,,,,,,,"[{'screen_name': 'SteveBatzer', 'name': 'Steve Batzer', 'id': '66920570'}, {'screen_name': 'gooddayM', 'name': 'goodday', 'id': '980834153192132608'}]",,,, +9892,781208371378520065,781205853227462656,1475089564000.0,2016-09-28 19:06:04,+0000,,@GoodDayM Am tracking this down ... Super important to be fair. There are zero discounts even for family and friends.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/781208371378520065,[],[],0,,False,257,12,25,,None,,,,,,,"[{'screen_name': 'gooddayM', 'name': 'goodday', 'id': '980834153192132608'}]",,,, +9893,781208061994119168,781205853227462656,1475089490000.0,2016-09-28 19:04:50,+0000,,@GoodDayM Something messed up here. Tesla policy is equal pricing for all. No discounts ever unless a car is a floor model or was damaged.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/781208061994119168,[],[],0,,False,232,8,18,,None,,,,,,,"[{'screen_name': 'gooddayM', 'name': 'goodday', 'id': '980834153192132608'}]",,,, +9894,781206685553528833,781204947815636992,1475089162000.0,2016-09-28 18:59:22,+0000,,"@BArtusio Three cable elevator on a crane. Wind force on Mars is low, so don't need to worry about being blown around.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/781206685553528833,[],[],0,,False,240,17,44,,None,,,,,,,"[{'screen_name': 'BArtusio', 'name': 'Brian Artusio', 'id': '35552904'}]",,,, +9895,780900979294269445,780900979294269445,1475016276000.0,2016-09-27 22:44:36,+0000,,A Million Humans Could Live on Mars By the 2060s https://t.co/d0nlk1xfOl via @NatGeo,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/780900979294269445,['http://on.natgeo.com/2cTNcqn'],[],0,,False,6107,405,3743,,None,,,,,,,[],,,, +9896,780887904625229824,780887904625229824,1475013159000.0,2016-09-27 21:52:39,+0000,,Good article on the interplanetary transport system on Gizmodo https://t.co/nysjRDQWFz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/780887904625229824,['https://news.google.com/news/ampviewer?caurl=http%3A%2F%2Fgizmodo.com%2Fthis-is-how-elon-musk-plans-to-build-a-city-on-mars-up-1787146547%2Famp#pt0-433220'],[],0,,False,3727,147,1777,,None,,,,,,,[],,,, +9897,780838839644483586,780838839644483586,1475001461000.0,2016-09-27 18:37:41,+0000,,Waiting for everyone to reach their seats and get settled. Starting in 5 to 10.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/780838839644483586,[],[],0,,False,4601,398,853,,None,,,,,,,[],,,, +9898,780831628104966144,780831628104966144,1474999741000.0,2016-09-27 18:09:01,+0000,,"12m rocket booster diameter, 17m spaceship diameter, 122 m stack height",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/780831628104966144,[],[],0,,False,3768,185,1068,,None,,,,,,,[],,,, +9899,780828210028240896,780828210028240896,1474998927000.0,2016-09-27 17:55:27,+0000,,Full Interplanetary Tranport System presentation in ~30 mins. Simulation preview: https://t.co/lKAxabzfKX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/780828210028240896,['https://m.youtube.com/watch?feature=youtu.be&v=0qo78R_yYFA'],[],0,,False,6474,253,3690,,None,,,,,,,[],,,, +9900,780608204833165316,780280440401764353,1474946473000.0,2016-09-27 03:21:13,+0000,,"@rocketrepreneur Meant to say 200 AR for production vac engine. Dev will be up to 150. Beyond that, too much flow separation in Earth atmos.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/780608204833165316,[],[],0,,False,185,22,27,,None,,,,,,,"[{'screen_name': 'rocketrepreneur', 'name': 'Jonathan A. Goff', 'id': '39651952'}]",,,, +9901,780491677567815680,780480399663173633,1474918691000.0,2016-09-26 19:38:11,+0000,,@ID_AA_Carmack yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/780491677567815680,[],[],0,,False,329,28,35,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +9902,780423473961115649,780275236922994688,1474902430000.0,2016-09-26 15:07:10,+0000,,@huntster1701 yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/780423473961115649,[],[],0,,False,233,3,3,,None,,,,,,,"[{'screen_name': 'huntster1701', 'name': 'Benjamin Hunt', 'id': '16809036'}]",,,, +9903,780296159315173376,780280440401764353,1474872076000.0,2016-09-26 06:41:16,+0000,,@DavidKYoon yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/780296159315173376,[],[],0,,False,152,11,10,,None,,,,,,,"[{'screen_name': 'DavidKYoon', 'name': 'David Yoon', 'id': '2964812944'}]",,,, +9904,780296017254023170,780280440401764353,1474872042000.0,2016-09-26 06:40:42,+0000,,@williamwinters @rocketrepreneur pretty close,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/780296017254023170,[],[],0,,False,157,2,13,,None,,,,,,,"[{'screen_name': 'williamwinters', 'name': 'william winters 🍁', 'id': '15039188'}, {'screen_name': 'rocketrepreneur', 'name': 'Jonathan A. Goff', 'id': '39651952'}]",,,, +9905,780291118080462848,780280440401764353,1474870874000.0,2016-09-26 06:21:14,+0000,,@rocketrepreneur 382s is with a 150 area ratio vacuum (or Mars ambient pressure) nozzle. Will go over specs for both versions on Tues.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/780291118080462848,[],[],0,,False,344,14,77,,None,,,,,,,"[{'screen_name': 'rocketrepreneur', 'name': 'Jonathan A. Goff', 'id': '39651952'}]",,,, +9906,780289045238657024,780280440401764353,1474870380000.0,2016-09-26 06:13:00,+0000,,"Chamber pressure is almost 3X Merlin, so engine is about the same size for a given area ratio",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/780289045238657024,[],[],0,,False,1583,70,262,,None,,,,,,,[],,,, +9907,780280440401764353,780280440401764353,1474868328000.0,2016-09-26 05:38:48,+0000,,Production Raptor goal is specific impulse of 382 seconds and thrust of 3 MN (~310 metric tons) at 300 bar,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/780280440401764353,[],[],0,,False,2977,146,633,,None,,,,,,,[],,,, +9908,780278836860628992,780275236922994688,1474867946000.0,2016-09-26 05:32:26,+0000,,Mach diamonds https://t.co/TCX7ZGFnN0,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/780278836860628992,[],['https://pbs.twimg.com/media/CtQbdtJVIAA7HCC.jpg'],1,https://pbs.twimg.com/media/CtQbdtJVIAA7HCC.jpg,False,8357,200,2401,,None,,,,,,,[],,,, +9909,780275236922994688,780275236922994688,1474867087000.0,2016-09-26 05:18:07,+0000,,SpaceX propulsion just achieved first firing of the Raptor interplanetary transport engine https://t.co/vRleyJvBkx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/780275236922994688,[],['https://pbs.twimg.com/media/CtQYMI4VIAAJY2N.jpg'],1,https://pbs.twimg.com/media/CtQYMI4VIAAJY2N.jpg,False,26387,536,10126,,None,,,,,,,[],,,, +9910,779461663141474308,779461663141474308,1474673116000.0,2016-09-23 23:25:16,+0000,,Good Forbes article on Tesla/SolarCity merger https://t.co/guNh5q2zrl,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/779461663141474308,['http://www.forbes.com/sites/adamhartung/2016/09/23/why-investors-should-support-the-tesla-solarcity-merger/?utm_source=yahoo&utm_medium=partner&utm_campaign=yahootix&partner=yahootix#329d7ef64c32'],[],0,,False,3452,132,1217,,None,,,,,,,[],,,, +9911,779003462742794240,779003462742794240,1474563873000.0,2016-09-22 17:04:33,+0000,,Aiming for Oct 28 unveil in SF Bay Area of new Tesla/SolarCity solar roof with integrated Powerwall 2.0 battery and Tesla charger.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/779003462742794240,[],[],0,,False,7831,389,2518,,None,,,,,,,[],,,, +9912,778995199506653184,778959491857461248,1474561903000.0,2016-09-22 16:31:43,+0000,,"@ccyuan2013 @TeslaMotors @tsrandall yes. Also, only worked if you logged on to a malicious hotspot & used browser. No customers were hacked.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/778995199506653184,[],[],0,,False,175,9,22,,None,,,,,,,"[{'screen_name': 'ccyuan2013', 'name': '俞跗', 'id': '2213224110'}, {'screen_name': 'tsrandall', 'name': 'Tom Randall', 'id': '40303245'}]",,,, +9913,778868961861656577,778775104884879360,1474531805000.0,2016-09-22 08:10:05,+0000,,@tylerthecreator thanks for ordering a car!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/778868961861656577,[],[],0,,False,1731,22,436,,None,,,,,,,"[{'screen_name': 'tylerthecreator', 'name': 'Tyler, The Creator', 'id': '166747718'}]",,,, +9914,778775104884879360,778775104884879360,1474509428000.0,2016-09-22 01:57:08,+0000,,"Tesla is sometimes criticized for government support, but all US car companies (plus some non) got loans and only Tesla has paid its back https://t.co/yRW2hGUcxW",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/778775104884879360,['https://twitter.com/forbes/status/778711909541392384'],[],0,,False,13431,316,5373,https://twitter.com/forbes/status/778711909541392384,None,,,,,,,[],,,, +9915,778627254028951553,778599820227252225,1474474178000.0,2016-09-21 16:09:38,+0000,,@thefrownyface @massossltd I read a story about a father whose son died incredibly quickly. Can be as little as half an hour in hot sun.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/778627254028951553,[],[],0,,False,313,21,54,,None,,,,,,,"[{'screen_name': 'thefrownyface', 'name': 'Eric Abneri', 'id': '295147321'}]",,,, +9916,778624834603323392,778602042759585793,1474473601000.0,2016-09-21 16:00:01,+0000,,@RoyArne83 currently stops at 20% state of charge. This number will be configurable.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/778624834603323392,[],[],0,,False,152,9,6,,None,,,,,,,"[{'screen_name': 'RoyArne83', 'name': 'Roy-Arne', 'id': '34899856'}]",,,, +9917,778624588989071360,778602042759585793,1474473542000.0,2016-09-21 15:59:02,+0000,,"@ninjas ""smart"" preconditioning should be less dumb in 8.0",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/778624588989071360,[],[],0,,False,165,7,11,,None,,,,,,,"[{'screen_name': 'ninjas', 'name': 'Adrian Jektvik', 'id': '43593943'}]",,,, +9918,778624407610589184,778603358743564289,1474473499000.0,2016-09-21 15:58:19,+0000,,"@notch also, the Tesla is poison free!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/778624407610589184,[],[],0,,False,660,17,58,,None,,,,,,,"[{'screen_name': 'notch', 'name': 'Notch', 'id': '63485337'}]",,,, +9919,778623674442129408,778599820227252225,1474473324000.0,2016-09-21 15:55:24,+0000,,@massossltd all cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/778623674442129408,[],[],0,,False,103,4,4,,None,,,,,,,[],,,, +9920,778604423153016832,778602042759585793,1474468734000.0,2016-09-21 14:38:54,+0000,,@Scott_Helme can't always detect babies and pets,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778604423153016832,[],[],0,,False,143,16,8,,None,,,,,,,"[{'screen_name': 'Scott_Helme', 'name': 'Scott Helme', 'id': '166282004'}]",,,, +9921,778603745915527173,778602042759585793,1474468573000.0,2016-09-21 14:36:13,+0000,,Can be turned on or off. V8.1 will allow always-on min and max temps to be set.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778603745915527173,[],[],0,,False,1841,99,273,,None,,,,,,,[],,,, +9922,778602694399320065,778602042759585793,1474468322000.0,2016-09-21 14:32:02,+0000,,Tesla keeps temp below 40C/105F by automatically venting cabin & turning on AC when needed. Can do this for up to a year on a full charge.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778602694399320065,[],[],0,,False,4478,179,1207,,None,,,,,,,[],,,, +9923,778602042759585793,778602042759585793,1474468167000.0,2016-09-21 14:29:27,+0000,,My favorite new feature is the always-on max temp control for keeping kids and pets safe from overheating.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778602042759585793,[],[],0,,False,7028,224,1770,,None,,,,,,,[],,,, +9924,778600126063390720,778599820227252225,1474467710000.0,2016-09-21 14:21:50,+0000,,This is a major overhaul on almost every level compared to V7.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778600126063390720,[],[],0,,False,1423,57,180,,None,,,,,,,[],,,, +9925,778599820227252225,778599820227252225,1474467637000.0,2016-09-21 14:20:37,+0000,,"V8.0 starts downloading tonight. Release will be gradual to make sure there aren't small regressions. Many car configs, many environments.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/778599820227252225,[],[],0,,False,3655,127,740,,None,,,,,,,[],,,, +9926,777985245731696640,776939304140414976,1474321111000.0,2016-09-19 21:38:31,+0000,,"@PassionPlanet1 Yeah, definitely one of my favorite names",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/777985245731696640,[],[],0,,False,150,28,13,,None,,,,,,,"[{'screen_name': 'PassionPlanet1', 'name': 'PassionPlanet', 'id': '2587869397'}]",,,, +9927,777330011703566336,777325549442232320,1474164891000.0,2016-09-18 02:14:51,+0000,,@thescalex @SpaceX @IAC2016 @YouTube its it is,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/777330011703566336,[],[],0,,False,332,35,48,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'IAC2016', 'name': 'IAC2016', 'id': '4040123778'}, {'screen_name': 'YouTube', 'name': 'YouTube', 'id': '10228272'}]",,,, +9928,777325549442232320,777325549442232320,1474163827000.0,2016-09-18 01:57:07,+0000,,Preview of the @SpaceX interplanetary transport system at @IAC2016 https://t.co/Rz4XmeAoRw,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/777325549442232320,['https://m.youtube.com/watch?v=7TYJyCCO8Dc'],[],0,,False,5030,238,1513,,None,,,,,,,[],,,, +9929,777027622924681216,776959734104469504,1474092796000.0,2016-09-17 06:13:16,+0000,,@JonasPolsky @schellgames that's a great one,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/777027622924681216,[],[],0,,False,156,19,12,,None,,,,,,,"[{'screen_name': 'JonasPolsky', 'name': 'Jonas Polsky', 'id': '20642617'}, {'screen_name': 'schellgames', 'name': 'Schell Games', 'id': '169217294'}]",,,, +9930,776971939277438976,776939304140414976,1474079520000.0,2016-09-17 02:32:00,+0000,,@andyzalk sounds like the right name for the rocket booster,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/776971939277438976,[],[],0,,False,307,23,21,,None,,,,,,,"[{'screen_name': 'andyzalk', 'name': 'Andy Zalk', 'id': '243038493'}]",,,, +9931,776960194852958208,776939304140414976,1474076720000.0,2016-09-17 01:45:20,+0000,,@LarryMasters778 That is my favorite fictional spaceship. Powered by improbability!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776960194852958208,[],[],0,,False,473,32,38,,None,,,,,,,"[{'screen_name': 'LarryMasters778', 'name': 'Larry Masters', 'id': '24850271'}]",,,, +9932,776959933120000000,776939304140414976,1474076657000.0,2016-09-17 01:44:17,+0000,,@TheMikeBartley yeah!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776959933120000000,[],[],0,,False,130,4,5,,None,,,,,,,"[{'screen_name': 'TheMikeBartley', 'name': 'Mike Bartley', 'id': '99683842'}]",,,, +9933,776959734104469504,776959734104469504,1474076610000.0,2016-09-17 01:43:30,+0000,,"Maybe Ultimate Spaceship, Version 2? Mostly because it is not the ultimate and there isn't a version 1.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776959734104469504,[],[],0,,False,3182,542,461,,None,,,,,,,[],,,, +9934,776957948928991232,776939304140414976,1474076184000.0,2016-09-17 01:36:24,+0000,,I love the suggestions!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776957948928991232,[],[],0,,False,1309,442,135,,None,,,,,,,[],,,, +9935,776956202936782850,776954933820002305,1474075768000.0,2016-09-17 01:29:28,+0000,,@kzmakino sounds about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/776956202936782850,[],[],0,,False,139,6,12,,None,,,,,,,"[{'screen_name': 'kzmakino', 'name': 'Kazunori Makino', 'id': '14146146'}]",,,, +9936,776939304140414976,776939304140414976,1474071739000.0,2016-09-17 00:22:19,+0000,,"Turns out MCT can go well beyond Mars, so will need a new name…",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/776939304140414976,[],[],0,,False,5531,1503,1512,,None,,,,,,,[],,,, +9937,776896014905061376,776889986582847488,1474061418000.0,2016-09-16 21:30:18,+0000,,@asunshinegreene yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/776896014905061376,[],[],0,,False,92,3,6,,None,,,,,,,"[{'screen_name': 'asunshinegreene', 'name': 'A', 'id': '331471298'}]",,,, +9938,776827475925934081,776560320651427840,1474045077000.0,2016-09-16 16:57:57,+0000,,@danielringdahl @P100D won't affect performance,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/776827475925934081,[],[],0,,False,96,6,3,,None,,,,,,,"[{'screen_name': 'danielringdahl', 'name': 'Dan Ringdahl', 'id': '22259965'}, {'screen_name': 'P100D', 'name': 'Jorge david piña ', 'id': '1250852413'}]",,,, +9939,776681138085437440,776678423909380096,1474010188000.0,2016-09-16 07:16:28,+0000,,@vicentes @EdibleApple Hoping to start WW rollout of 8.0 on Wednesday if no last minute issues discovered.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/776681138085437440,[],[],0,,False,287,27,68,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'EdibleApple', 'name': 'Yoni Heisler', 'id': '17266615'}]",,,, +9940,776678423909380096,776678423909380096,1474009540000.0,2016-09-16 07:05:40,+0000,,Tesla P100D put to the test by Drag Times https://t.co/5qP3o2VDdW,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/776678423909380096,['http://bgr.com/2016/09/15/tesla-model-s-p100d-speed-review/'],[],0,,False,2822,100,836,,None,,,,,,,[],,,, +9941,776677760039133185,776560320651427840,1474009382000.0,2016-09-16 07:03:02,+0000,,@danielringdahl @P100D Glad you like it! I think we will probably stop at 100 kWh on battery size.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/776677760039133185,[],[],0,,False,189,39,31,,None,,,,,,,"[{'screen_name': 'danielringdahl', 'name': 'Dan Ringdahl', 'id': '22259965'}, {'screen_name': 'P100D', 'name': 'Jorge david piña ', 'id': '1250852413'}]",,,, +9942,776622000504569856,776622000504569856,1473996088000.0,2016-09-16 03:21:28,+0000,,Turns out ExxonMobil not 100% forthcoming about climate change https://t.co/nWhe0O18WK via @BW,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/776622000504569856,['http://bloom.bg/2cFtsLJ'],[],0,,False,2144,130,1044,,None,,,,,,,[],,,, +9943,775820980480380928,775819887348363268,1473805110000.0,2016-09-13 22:18:30,+0000,,"Tesla Model S loses 28% after 50k miles, a Mercedes S-Class will lose 38%, a BMW 7-series will lose 40%, and an Audi A8 will lose 41%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/775820980480380928,[],[],0,,False,3439,192,1084,,None,,,,,,,[],,,, +9944,775819887348363268,775819887348363268,1473804849000.0,2016-09-13 22:14:09,+0000,,Comprehensive study by Autolist shows that a Tesla retains its value far better than gasoline sedans https://t.co/QrBuVj3qKi,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/775819887348363268,['https://electrek.co/2016/09/13/tesla-model-s-value-retention-leading-segment-losing-only-28-after-50k-miles/'],[],0,,False,4170,105,1242,,None,,,,,,,[],,,, +9945,775732400491868161,775732400491868161,1473783991000.0,2016-09-13 16:26:31,+0000,,Scientists: Earth Endangered by New Strain of Fact-Resistant Humans https://t.co/ihmrY43rHa via @BorowitzReport,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/775732400491868161,['http://www.newyorker.com/humor/borowitz-report/scientists-earth-endangered-by-new-strain-of-fact-resistant-humans'],[],0,,False,10438,276,7119,,None,,,,,,,[],,,, +9946,775632728548970500,775632728548970500,1473760227000.0,2016-09-13 09:50:27,+0000,,Climate change explained in comic book form by xkcd https://t.co/3tEfEnXW0L,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/775632728548970500,['http://xkcd.com/1732'],[],0,,False,6908,196,4609,,None,,,,,,,[],,,, +9947,774664927835553792,774664927835553792,1473529486000.0,2016-09-10 17:44:46,+0000,,Will do some press Q&A on Autopilot post at 11am PDT tmrw and then publish at noon. Sorry about delay. Unusually difficult couple of weeks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/774664927835553792,[],[],0,,False,5422,324,854,,None,,,,,,,[],,,, +9948,774337231708299264,774337231708299264,1473451357000.0,2016-09-09 20:02:37,+0000,,Thoughtful Op-ed in Space News much appreciated https://t.co/CJq5g3NIEK,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/774337231708299264,['http://spacenews.com/op-ed-despite-spacex-setback-future-of-private-space-exploration-is-bright/'],[],0,,False,3715,141,1408,,None,,,,,,,[],,,, +9949,774257337221517312,774257337221517312,1473432308000.0,2016-09-09 14:45:08,+0000,,"@abadcliche Most likely true, but we can't yet find it on any vehicle sensors",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/774257337221517312,[],[],0,,False,191,32,23,,None,,,,,,,[],,,, +9950,774155658476212224,774155658476212224,1473408066000.0,2016-09-09 08:01:06,+0000,,Will get back to Autopilot update blog tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/774155658476212224,[],[],0,,False,2112,124,249,,None,,,,,,,[],,,, +9951,774155416976580608,774152037927792640,1473408009000.0,2016-09-09 08:00:09,+0000,,@ashwin7002 @NASA @faa @AFPAA We have not ruled that out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/774155416976580608,[],[],0,,False,433,52,93,,None,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'faa', 'name': 'Tsubasa (faa)', 'id': '5822512'}, {'screen_name': 'AFPAA', 'name': 'US Air Force (USAF)', 'id': '16630062'}]",,,, +9952,774154956739743750,774150289314029568,1473407899000.0,2016-09-09 07:58:19,+0000,,"@LewisChandlerDN nope, it wasn't me",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774154956739743750,[],[],0,,False,888,20,89,,None,,,,,,,[],,,, +9953,774153847371501569,774152037927792640,1473407634000.0,2016-09-09 07:53:54,+0000,,Particularly trying to understand the quieter bang sound a few seconds before the fireball goes off. May come from rocket or something else.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774153847371501569,[],[],0,,False,2189,422,685,,None,,,,,,,[],,,, +9954,774152037927792640,774152037927792640,1473407203000.0,2016-09-09 07:46:43,+0000,,"Support & advice from @NASA, @FAA, @AFPAA & others much appreciated. Please email any recordings of the event to report@spacex.com.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774152037927792640,[],[],0,,False,3021,169,843,,None,,,,,,,[],,,, +9955,774150289314029568,774150289314029568,1473406786000.0,2016-09-09 07:39:46,+0000,,Important to note that this happened during a routine filling operation. Engines were not on and there was no apparent heat source.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774150289314029568,[],[],0,,False,4042,429,1224,,None,,,,,,,[],,,, +9956,774150065166229504,774150065166229504,1473406733000.0,2016-09-09 07:38:53,+0000,,Still working on the Falcon fireball investigation. Turning out to be the most difficult and complex failure we have ever had in 14 years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/774150065166229504,[],[],0,,False,7308,527,2594,,None,,,,,,,[],,,, +9957,774101759023128576,771446048262946816,1473395216000.0,2016-09-09 04:26:56,+0000,,@waitbutwhy It's been a little crazy lately,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/774101759023128576,[],[],0,,False,635,39,57,,None,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +9958,771479910778966016,771479580775424000,1472770118000.0,2016-09-01 22:48:38,+0000,,"@scrappydog yes. This seems instant from a human perspective, but it really a fast fire, not an explosion. Dragon would have been fine.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/771479910778966016,[],[],0,,False,901,125,225,,None,,,,,,,"[{'screen_name': 'scrappydog', 'name': 'Eric Bowen', 'id': '14043522'}]",,,, +9959,771446048262946816,771446048262946816,1472762045000.0,2016-09-01 20:34:05,+0000,,Finishing Autopilot blog postponed to end of weekend,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/771446048262946816,[],[],0,,False,2834,305,368,,None,,,,,,,[],,,, +9960,771394161756942336,771394161756942336,1472749674000.0,2016-09-01 17:07:54,+0000,,Loss of Falcon vehicle today during propellant fill operation. Originated around upper stage oxygen tank. Cause still unknown. More soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/771394161756942336,[],[],0,,False,10810,1165,4896,,None,,,,,,,[],,,, +9961,771010406894620672,771005524322033665,1472658180000.0,2016-08-31 15:43:00,+0000,,"@Lockyep Not allowed, according to HK regulations. Happy to do it if regs change.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771010406894620672,[],[],0,,False,190,13,16,,None,,,,,,,"[{'screen_name': 'Lockyep', 'name': 'Locky Law', 'id': '233875229'}]",,,, +9962,771006527498969088,771005524322033665,1472657255000.0,2016-08-31 15:27:35,+0000,,We need to do one more minor rev on 8.0 and then will go to wide release in a few weeks,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771006527498969088,[],[],0,,False,1624,70,254,,None,,,,,,,[],,,, +9963,771005927302373376,771005524322033665,1472657112000.0,2016-08-31 15:25:12,+0000,,Writing post now with details. Will publish on Tesla website later today.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771005927302373376,[],[],0,,False,1792,103,261,,None,,,,,,,[],,,, +9964,771005524322033665,771005524322033665,1472657016000.0,2016-08-31 15:23:36,+0000,,Major improvements to Autopilot coming with V8.0 and 8.1 software (std OTA update) primarily through advanced processing of radar signals,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771005524322033665,[],[],0,,False,6203,188,1437,,None,,,,,,,[],,,, +9965,771004732210982913,771000928212291584,1472656827000.0,2016-08-31 15:20:27,+0000,,@newscientist uh oh,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/771004732210982913,[],[],0,,False,433,19,79,,None,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +9966,770629571972435969,770629571972435969,1472567382000.0,2016-08-30 14:29:42,+0000,,Thanks for the longstanding faith in SpaceX. We very much look forward to doing this milestone flight with you. https://t.co/U2UFez0OhY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/770629571972435969,['https://twitter.com/ses_satellites/status/770602110996082688'],[],0,,False,7389,142,1857,https://twitter.com/ses_satellites/status/770602110996082688,None,,,,,,,[],,,, +9967,769707291671003136,769663315882672128,1472347493000.0,2016-08-28 01:24:53,+0000,,@Kotaku one of my favorite games as a kid,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/769707291671003136,[],[],0,,False,327,27,36,,None,,,,,,,"[{'screen_name': 'Kotaku', 'name': 'Kotaku', 'id': '11928542'}]",,,, +9968,769697521706860545,769608404679745536,1472345164000.0,2016-08-28 00:46:04,+0000,,@BelovedRevol Making progress. Maybe something to announce in a few months. Have played all prior Deus Ex. Not this one yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/769697521706860545,[],[],0,,False,475,41,104,,None,,,,,,,"[{'screen_name': 'BelovedRevol', 'name': 'Revol Devoleb', 'id': '459500607'}]",,,, +9969,768161427328634881,768161427328634881,1471978930000.0,2016-08-23 19:02:10,+0000,,Journalist Q&A for 30 mins and embargo ends at 12:30,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/768161427328634881,[],[],0,,False,1815,249,332,,None,,,,,,,[],,,, +9970,768106282251198464,768106282251198464,1471965783000.0,2016-08-23 15:23:03,+0000,,Tesla product announcement at noon California time today,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/768106282251198464,[],[],0,,False,12264,631,4355,,None,,,,,,,[],,,, +9971,767708338847031296,767708338847031296,1471870905000.0,2016-08-22 13:01:45,+0000,,Owner account of a Model X severely impacted by a Yukon https://t.co/qbVdhbXBU1,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/767708338847031296,['https://electrek.co/2016/08/22/tesla-model-x-crash-accident-bloomington-minnesota/'],[],0,,False,5963,144,2045,,None,,,,,,,[],,,, +9972,765111090430607360,765111090430607360,1471251673000.0,2016-08-15 09:01:13,+0000,,Correlation is not causality or ... is it? https://t.co/ExA1yRC8Ik,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/765111090430607360,['http://www.tylervigen.com/spurious-correlations'],[],0,,False,2967,222,1176,,None,,,,,,,[],,,, +9973,764882657729581056,764882657729581056,1471197211000.0,2016-08-14 17:53:31,+0000,,Sunday morning: to bake or not to bake cookies -- that is not even a question. Definitely bake.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/764882657729581056,[],[],0,,False,10185,524,1777,,None,,,,,,,[],,,, +9974,763699736733810688,763699736733810688,1470915180000.0,2016-08-11 11:33:00,+0000,,"Congrats to @TalulahRiley on her novel, ""Acts of Love""! All characters – even those based on real people – are entirely fictional …",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/763699736733810688,[],[],0,,False,2149,105,279,,None,,,,,,,[],,,, +9975,763283865238577153,763283865238577153,1470816029000.0,2016-08-10 08:00:29,+0000,,Over the entrance of @OpenAI https://t.co/ca3ZFdgmFe,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/763283865238577153,[],['https://pbs.twimg.com/media/Cpe6n72VUAAMZBR.jpg'],1,https://pbs.twimg.com/media/Cpe6n72VUAAMZBR.jpg,False,6085,158,2463,,None,,,,,,,[],,,, +9976,763121793271947265,763108676039090177,1470777388000.0,2016-08-09 21:16:28,+0000,,@StarkickMG @NoMansSky true,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/763121793271947265,[],[],0,,False,172,26,11,,None,,,,,,,"[{'screen_name': 'StarkickMG', 'name': 'Starkik McGillicuddy', 'id': '4454600474'}, {'screen_name': 'NoMansSky', 'name': 'Sean Murray', 'id': '2232827756'}]",,,, +9977,763108676039090177,763108676039090177,1470774260000.0,2016-08-09 20:24:20,+0000,,Will try out @NoMansSky this weekend. Maybe reality is just a series of nested simulations all the way down ... https://t.co/DCMr1TVOdL,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/763108676039090177,['https://en.m.wikipedia.org/wiki/Turtles_all_the_way_down'],[],0,,False,7889,315,2021,,None,,,,,,,[],,,, +9978,763096729134575617,763096729134575617,1470771412000.0,2016-08-09 19:36:52,+0000,,Would like to thank @nvidia and Jensen for donating the first DGX-1 AI supercomputer to @OpenAI in support of democratizing AI technology,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/763096729134575617,[],[],0,,False,4993,85,1068,,None,,,,,,,[],,,, +9979,763043936889769984,763028726338686980,1470758825000.0,2016-08-09 16:07:05,+0000,,"@verge Yeah. Movie still enjoyable due to some great characters, but plot & editing could've been better. Really needed more Joker+Harley.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/763043936889769984,[],[],0,,False,921,42,176,,None,,,,,,,"[{'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +9980,762097903452102657,762097903452102657,1470533273000.0,2016-08-07 01:27:53,+0000,,Sure feels weird to find myself defending the robots,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/762097903452102657,[],[],0,,False,9003,451,2032,,None,,,,,,,[],,,, +9981,760143143949987840,760137092559151104,1470067222000.0,2016-08-01 16:00:22,+0000,,@ChristopherMori Never. There is no product rationale for doing so.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/760143143949987840,[],[],0,,False,375,94,24,,None,,,,,,,"[{'screen_name': 'ChristopherMori', 'name': 'Christopher Mori', 'id': '9956082'}]",,,, +9982,759798110470205440,759794094386257920,1469984960000.0,2016-07-31 17:09:20,+0000,,@JamesRossi100 probably makes sense to build off the pickup truck chassis,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/759798110470205440,[],[],0,,False,258,30,23,,None,,,,,,,[],,,, +9983,759797091375906817,759773425275502593,1469984717000.0,2016-07-31 17:05:17,+0000,,@RoadandTrack @TeslaMotors Model Y (compact SUV) off Model 3 chassis. Tesla Bus/Minibus/Spacebus off Model X.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/759797091375906817,[],[],0,,False,637,58,136,,None,,,,,,,"[{'screen_name': 'RoadandTrack', 'name': 'Road & Track', 'id': '21200953'}]",,,, +9984,759433196471656448,759153112993017856,1469897958000.0,2016-07-30 16:59:18,+0000,,@tomschouteden @DMC_Ryan @voguemaster @Jalopnik good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/759433196471656448,[],[],0,,False,304,32,9,,None,,,,,,,"[{'screen_name': 'tomschouteden', 'name': 'Tom Schouteden', 'id': '107065769'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'voguemaster', 'name': 'Eli', 'id': '219269223'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}]",,,, +9985,759425342792605696,759153112993017856,1469896085000.0,2016-07-30 16:28:05,+0000,,@DMC_Ryan @voguemaster @Jalopnik I think we should be inconsistent in our naming conventions after Model Y,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/759425342792605696,[],[],0,,False,327,58,25,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'voguemaster', 'name': 'Eli', 'id': '219269223'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}]",,,, +9986,759424274687889408,759424274687889408,1469895831000.0,2016-07-30 16:23:51,+0000,,View of Dragon from @Space_Station cupola https://t.co/1HjljLWdFi,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/759424274687889408,[],['https://pbs.twimg.com/media/CooEV5TVMAAmn6h.jpg'],1,https://pbs.twimg.com/media/CooEV5TVMAAmn6h.jpg,False,6004,125,1574,,None,,,,,,,[],,,, +9987,759416283314003968,759416283314003968,1469893925000.0,2016-07-30 15:52:05,+0000,,We are definitely patenting this idea https://t.co/N46cvN9uX9,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/759416283314003968,[],['https://pbs.twimg.com/media/Con9EqiUEAAI_71.jpg'],1,https://pbs.twimg.com/media/Con9EqiUEAAI_71.jpg,False,14016,353,3475,,None,,,,,,,[],,,, +9988,759413262899290114,759403552603123713,1469893205000.0,2016-07-30 15:40:05,+0000,,@sethpascale @TeslaMotors glad people had a great time!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/759413262899290114,[],[],0,,False,160,4,4,,None,,,,,,,"[{'screen_name': 'sethpascale', 'name': 'Seth Pascale', 'id': '16413145'}]",,,, +9989,759413050961121280,759153112993017856,1469893155000.0,2016-07-30 15:39:15,+0000,,"@voguemaster @Jalopnik not bad, I like those suggestions",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/759413050961121280,[],[],0,,False,205,15,8,,None,,,,,,,"[{'screen_name': 'voguemaster', 'name': 'Eli', 'id': '219269223'}, {'screen_name': 'Jalopnik', 'name': 'Jalopnik', 'id': '3060631'}]",,,, +9990,759247416495316993,759247416495316993,1469853664000.0,2016-07-30 04:41:04,+0000,,Gigafactory in units of hamster https://t.co/9BAchcBX73,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/759247416495316993,[],['https://pbs.twimg.com/media/ColjfusWAAE_7Uu.jpg'],1,https://pbs.twimg.com/media/ColjfusWAAE_7Uu.jpg,False,10747,429,3464,,None,,,,,,,[],,,, +9991,759153112993017856,759153112993017856,1469831181000.0,2016-07-29 22:26:21,+0000,,Some good guessing by @Jalopnik. The Tesla Minibus will be built on a Model X chassis. People density potential is surprisingly high.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/759153112993017856,[],[],0,,False,4401,192,1064,,None,,,,,,,[],,,, +9992,759100981841756160,759100981841756160,1469818752000.0,2016-07-29 18:59:12,+0000,,Will be live streaming the Gigafactory launch party tonight. Check https://t.co/7FlnbruWpL this eve.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/759100981841756160,['http://tesla.com'],[],0,,False,4145,224,1402,,None,,,,,,,[],,,, +9993,758851109817421825,758851109817421825,1469759178000.0,2016-07-29 02:26:18,+0000,,The libertarian argument for a carbon tax https://t.co/WmbGp2YuUO,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/758851109817421825,['http://www.rgj.com/story/money/business/2016/07/28/elon-musk-makes-libertarian-argument-carbon-tax/87638264/'],[],0,,False,3460,212,1332,,None,,,,,,,[],,,, +9994,758562622312554496,758562622312554496,1469690397000.0,2016-07-28 07:19:57,+0000,,"Good summary of yesterday's Gigafactory Q&A with JB, Yamada-San and me https://t.co/FYFG7qnIMi",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/758562622312554496,['https://twitter.com/cleantechnica/status/758402474260606976'],[],0,,False,1895,85,542,https://twitter.com/cleantechnica/status/758402474260606976,None,,,,,,,[],,,, +9995,758351232356397056,758351232356397056,1469639997000.0,2016-07-27 17:19:57,+0000,,Should mention that Gigafactory will be fully powered by clean energy when complete & include battery recycling,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/758351232356397056,[],[],0,,False,10339,338,2479,,None,,,,,,,[],,,, +9996,758344372681183232,758344044489482240,1469638362000.0,2016-07-27 16:52:42,+0000,,@westcoastbill happy birthday!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/758344372681183232,[],[],0,,False,119,3,4,,None,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 21x.eth 🚽', 'id': '692023'}]",,,, +9997,758063362802528256,758063362802528256,1469571364000.0,2016-07-26 22:16:04,+0000,,Insurance premiums expected to decline by 80% due to driverless cars https://t.co/nuPKOI9v1D,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/758063362802528256,['http://www.wsj.com/articles/driverless-cars-threaten-to-crash-insurers-earnings-1469542958'],[],0,,False,4909,300,2304,,None,,,,,,,[],,,, +9998,758004517887696896,758004517887696896,1469557334000.0,2016-07-26 18:22:14,+0000,,Letter from basically every scientific org in the United States to Congress about climate change https://t.co/vo1I1HY5fx,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/758004517887696896,['http://n.pr/2a1FaK3'],[],0,,False,5995,195,3547,,None,,,,,,,[],,,, +9999,758003098816286720,758003098816286720,1469556996000.0,2016-07-26 18:16:36,+0000,,Via @NPR: Sun-Powered Airplane Completes Historic Trip Around The World https://t.co/AKe5VRaY5o,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/758003098816286720,['http://n.pr/2ae2mrI'],[],0,,False,3724,85,1340,,None,,,,,,,[],,,, +10000,757600711714701312,757551370702434306,1469461059000.0,2016-07-25 15:37:39,+0000,,@ID_AA_Carmack Maybe as a future optimization. Would only matter if it was extremely big.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/757600711714701312,[],[],0,,False,259,20,19,,None,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +10001,756664069646487554,756663746764742656,1469237746000.0,2016-07-23 01:35:46,+0000,,@vicentes as long as I'm alive,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/756664069646487554,[],[],0,,False,1063,66,103,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +10002,756663746764742656,756663746764742656,1469237670000.0,2016-07-23 01:34:30,+0000,, https://t.co/Kgkz1Z3FwJ,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/756663746764742656,['http://www.wsj.com/articles/tesla-autopilot-crash-shouldnt-slow-self-driving-development-regulator-says-1469200956?ru=yahoo?mod=yahoo_itp'],[],0,,False,2568,133,670,,None,,,,,,,[],,,, +10003,756365671571726336,756365671571726336,1469166603000.0,2016-07-22 05:50:03,+0000,,Looking forward to the Gigafactory opening party on Friday next week. The scale blows me away every time I see it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/756365671571726336,[],[],0,,False,8989,531,1644,,None,,,,,,,[],,,, +10004,756004029239472132,756004029239472132,1469080381000.0,2016-07-21 05:53:01,+0000,,Autopilot prevents serious injury or death of a pedestrian in NY (owner anecdote confirmed by vehicle logs) https://t.co/NceuqckqCK,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/756004029239472132,[],['https://pbs.twimg.com/media/Cn3dp4VUAAE44eE.jpg'],1,https://pbs.twimg.com/media/Cn3dp4VUAAE44eE.jpg,False,20312,360,8092,,None,,,,,,,[],,,, +10005,755990352511705088,755987716035215360,1469077120000.0,2016-07-21 04:58:40,+0000,,"@danahull Jerome is driving Tesla Semi & doing a great job with his team. At Daimler, he led their most successful semi truck program ever.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/755990352511705088,[],[],0,,False,424,25,52,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +10006,755989215976882176,755987716035215360,1469076849000.0,2016-07-21 04:54:09,+0000,,@danahull It's inspired by some of the California Custom VW combi design art,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/755989215976882176,[],[],0,,False,306,18,26,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +10007,755940191571808257,755925835836755968,1469065161000.0,2016-07-21 01:39:21,+0000,,@MRamseyWSJ Great game. Whole Fallout series is amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/755940191571808257,[],[],0,,False,414,18,55,,None,,,,,,,"[{'screen_name': 'MRamseyWSJ', 'name': 'MRamseyWSJ', 'id': '2783428111'}]",,,, +10008,755931999487991810,755930908755169280,1469063207000.0,2016-07-21 01:06:47,+0000,,@katiefehren Both should have been done under the same corporate umbrella from the beginning,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/755931999487991810,[],[],0,,False,338,29,30,,None,,,,,,,"[{'screen_name': 'katiefehren', 'name': 'Katie Fehrenbacher', 'id': '763699'}]",,,, +10009,755929747763245061,755929747763245061,1469062671000.0,2016-07-21 00:57:51,+0000,,"Tesla Master Plan, Part Deux https://t.co/XQeTlsoEdE",fr,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/755929747763245061,['http://tesla.com/blog/master-plan-part-deux'],[],0,,False,20408,1172,11187,,None,,,,,,,[],,,, +10010,755859976816427010,755773618538242048,1469046036000.0,2016-07-20 20:20:36,+0000,,@elonmusk now 2Pac,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/755859976816427010,[],[],0,,False,3385,308,684,,None,,,,,,,"[{'screen_name': 'elonmusk', 'name': 'Elon Musk', 'id': '44196397'}]",,,, +10011,755841679454720000,755841606960373760,1469041673000.0,2016-07-20 19:07:53,+0000,,California time,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/755841679454720000,[],[],0,,False,1372,184,195,,None,,,,,,,[],,,, +10012,755841606960373760,755841606960373760,1469041656000.0,2016-07-20 19:07:36,+0000,,Post should go live on Tesla website around 5pm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/755841606960373760,[],[],0,,False,2943,299,627,,None,,,,,,,[],,,, +10013,755830992812711937,755824941367300096,1469039126000.0,2016-07-20 18:25:26,+0000,,@vitiral yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/755830992812711937,[],[],0,,False,147,13,7,,None,,,,,,,"[{'screen_name': 'vitiral', 'name': 'vitiral', 'id': '3167507409'}]",,,, +10014,755825075245297664,755773618538242048,1469037715000.0,2016-07-20 18:01:55,+0000,,@AnnaDotBlue busted,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/755825075245297664,[],[],0,,False,229,9,10,,None,,,,,,,"[{'screen_name': 'annadotblue', 'name': 'Anna Dot Blue', 'id': '845020038138679296'}]",,,, +10015,755808603706011648,755773618538242048,1469033788000.0,2016-07-20 16:56:28,+0000,,Except for the tweet about large amounts of crack (actually just small amounts),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/755808603706011648,[],[],0,,False,2242,193,352,,None,,,,,,,[],,,, +10016,755784816847495168,755773618538242048,1469028116000.0,2016-07-20 15:21:56,+0000,,Not easy to convey irony in a tweet,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/755784816847495168,[],[],0,,False,3321,237,591,,None,,,,,,,[],,,, +10017,755778920989896704,755773618538242048,1469026711000.0,2016-07-20 14:58:31,+0000,,@princeghosh97 Lana,es,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/755778920989896704,[],[],0,,False,510,20,101,,None,,,,,,,"[{'screen_name': 'princeghosh97', 'name': 'Prince Ghosh', 'id': '2346150864'}]",,,, +10018,755773618538242048,755773618538242048,1469025446000.0,2016-07-20 14:37:26,+0000,,Finishing off the plan while listening to the soundtrack from Gatsby. Seems appropriate...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/755773618538242048,[],[],0,,False,7519,423,1214,,None,,,,,,,[],,,, +10019,755439077235814400,755439077235814400,1468945686000.0,2016-07-19 16:28:06,+0000,,"Will be working at Tesla on Autopilot & Model 3 today, then aiming to pull an all-nighter and complete the master product plan",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/755439077235814400,[],[],0,,False,11139,788,2083,,None,,,,,,,[],,,, +10020,755438366817153024,755420049536606208,1468945516000.0,2016-07-19 16:25:16,+0000,,@drehmer I am!,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/755438366817153024,[],[],0,,False,239,15,9,,None,,,,,,,"[{'screen_name': 'drehmer', 'name': 'Rocket Surgery', 'id': '14199750'}]",,,, +10021,755420049536606208,755420049536606208,1468941149000.0,2016-07-19 15:12:29,+0000,,Returning from Cape Canaveral to California...,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/755420049536606208,[],[],0,,False,2063,215,134,,None,,,,,,,[],,,, +10022,755167487017291776,755166100967550979,1468880933000.0,2016-07-18 22:28:53,+0000,,"Really tempting to redesign upper stage for return too (Falcon Heavy has enough power), but prob best to stay focused on the Mars rocket",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/755167487017291776,[],[],0,,False,3841,409,749,,None,,,,,,,[],,,, +10023,755166100967550979,755166100967550979,1468880603000.0,2016-07-18 22:23:23,+0000,,Can't wait to see all three cores of Falcon Heavy come back for landings! First two will be almost simultaneous. https://t.co/ryMiewZM4L,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/755166100967550979,['http://www.orlandosentinel.com/news/space/go-for-launch/os-spacex-landing-pads-space-coast-20160718-story.html'],[],0,,False,3679,171,1070,,None,,,,,,,[],,,, +10024,755140683112017920,755140683112017920,1468874543000.0,2016-07-18 20:42:23,+0000,,Landing https://t.co/dRWGyyTtCH,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/755140683112017920,[],['https://pbs.twimg.com/tweet_video_thumb/CnrMbncXgAAvV6k.jpg'],1,https://pbs.twimg.com/tweet_video_thumb/CnrMbncXgAAvV6k.jpg,False,9927,253,3206,,None,,,,,,,[],,,, +10025,755137454655541248,754968472929574912,1468873773000.0,2016-07-18 20:29:33,+0000,,@PaulPrijs @alexfrance free Babel fish provided,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/755137454655541248,[],[],0,,False,229,17,15,,None,,,,,,,"[{'screen_name': 'PaulPrijs', 'name': 'Paul Prijs', 'id': '130852117'}, {'screen_name': 'alexfrance', 'name': 'Alex France', 'id': '10439732'}]",,,, +10026,754968472929574912,754968472929574912,1468833485000.0,2016-07-18 09:18:05,+0000,,Bit of a distraction yesterday. Working on plan today.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/754968472929574912,[],[],0,,False,3295,302,442,,None,,,,,,,[],,,, +10027,754931091891453952,754931091891453952,1468824572000.0,2016-07-18 06:49:32,+0000,,Out on LZ-1. We just completed the post-landing inspection and all systems look good. Ready to fly again. https://t.co/1OfA8h7Vrf,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/754931091891453952,[],['https://pbs.twimg.com/media/CnoN011WgAAL4wh.jpg'],1,https://pbs.twimg.com/media/CnoN011WgAAL4wh.jpg,False,13986,349,3899,,None,,,,,,,[],,,, +10028,754908615757234176,754908615757234176,1468819214000.0,2016-07-18 05:20:14,+0000,,Falcon on LZ-1 at Cape Canaveral https://t.co/dBkjBCDIRs,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/754908615757234176,[],['https://pbs.twimg.com/media/Cnn5YVuWYAAmTvt.jpg'],1,https://pbs.twimg.com/media/Cnn5YVuWYAAmTvt.jpg,False,6685,248,1771,,None,,,,,,,[],,,, +10029,754858623357095936,754786895343779840,1468807295000.0,2016-07-18 02:01:35,+0000,,"@BilalNaseer Thanks. Exactly. Some in the press think they're so much smarter than Tesla owners that ""they know better"". Makes no sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/754858623357095936,[],[],0,,False,418,28,51,,None,,,,,,,"[{'screen_name': 'BilalNaseer', 'name': 'Bilal Naseer', 'id': '15795337'}]",,,, +10030,754804233107562496,754786895343779840,1468794327000.0,2016-07-17 22:25:27,+0000,,"@MacTechGenius V8 will be our biggest release since v1, so taking longer to refine. Awesome on every level. Meeting w design team every day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/754804233107562496,[],[],0,,False,458,29,70,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +10031,754801124755013633,754786895343779840,1468793586000.0,2016-07-17 22:13:06,+0000,,"Tesla customers are v smart & don't want media speaking on their behalf abt Autopilot. Recent poll: 0.0% want it disabled -- not 0.1%, 0.0%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/754801124755013633,[],[],0,,False,5607,194,1780,,None,,,,,,,[],,,, +10032,754798592880156672,754769913814941696,1468792982000.0,2016-07-17 22:03:02,+0000,,"@heroineworshipe @BoschGlobal It can at moderate range, but our ultrasonics are very good at human (or anything >= water density) detection",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/754798592880156672,[],[],0,,False,192,10,25,,None,,,,,,,"[{'screen_name': 'heroineworshipe', 'name': 'heroine worshiper', 'id': '276659403'}, {'screen_name': 'BoschGlobal', 'name': 'BoschGlobal', 'id': '217030924'}]",,,, +10033,754793746483572736,754786895343779840,1468791827000.0,2016-07-17 21:43:47,+0000,,@MacTechGenius Improved fan speed algorithm coming soon. Doesn't need to be so loud.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/754793746483572736,[],[],0,,False,270,7,27,,None,,,,,,,"[{'screen_name': 'MacTechGenius', 'name': 'MacTechGenius', 'id': '387299906'}]",,,, +10034,754786895343779840,754786895343779840,1468790193000.0,2016-07-17 21:16:33,+0000,,Great rebuttal by a Tesla owner to those calling for Autopilot to be disabled. Was written with zero input from us. https://t.co/Kfg1ewKoCZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/754786895343779840,['https://teslamotorsclub.com/tmc/threads/autopilot-note-to-drivers-and-consumer-reports.73715/'],[],0,,False,3405,135,1035,,None,,,,,,,[],,,, +10035,754776743156805632,754272832440250368,1468787773000.0,2016-07-17 20:36:13,+0000,,@Tyler_K_Berg That is a very good point!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/754776743156805632,[],[],0,,False,201,9,7,,None,,,,,,,"[{'screen_name': 'Tyler_K_Berg', 'name': 'Tyler Berg', 'id': '3296793750'}]",,,, +10036,754772663365664768,754272832440250368,1468786800000.0,2016-07-17 20:20:00,+0000,,Have to focus on tonight's @SpaceX launch. Will post Tesla (master) product plan afterwards.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/754772663365664768,[],[],0,,False,3895,247,865,,None,,,,,,,[],,,, +10037,754772024657113088,754769913814941696,1468786648000.0,2016-07-17 20:17:28,+0000,,"Btw, want to thank both Bosch and MobilEye for their help and support in making Autopilot better. Please direct all criticism at Tesla.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/754772024657113088,[],[],0,,False,2508,83,384,,None,,,,,,,[],,,, +10038,754769913814941696,754769913814941696,1468786145000.0,2016-07-17 20:09:05,+0000,,"Promising call today with @BoschGlobal, maker of our radar sensor. Looks like significant improvements possible via OTA software update.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/754769913814941696,[],[],0,,False,3308,119,628,,None,,,,,,,[],,,, +10039,754687525034270720,754652713418428419,1468766502000.0,2016-07-17 14:41:42,+0000,,@Mikey67Tang much appreciated,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/754687525034270720,[],[],0,,False,153,7,8,,None,,,,,,,"[{'screen_name': 'Mikey67Tang', 'name': 'Mikey Johnstone', 'id': '233625547'}]",,,, +10040,754687383308730368,754652713418428419,1468766468000.0,2016-07-17 14:41:08,+0000,,@reddersla Usually true. We need more sane and reasonable people making their voice heard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/754687383308730368,[],[],0,,False,214,10,32,,None,,,,,,,"[{'screen_name': 'reddersla', 'name': 'Neale', 'id': '1184325564'}]",,,, +10041,754652713418428419,754652713418428419,1468758202000.0,2016-07-17 12:23:22,+0000,,Sensible article on Autopilot by @the guardian https://t.co/BbvXaNI4Xk,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/754652713418428419,['https://www.theguardian.com/commentisfree/2016/jul/17/self-driving-car-crash-proves-nothing-tesla-autopilot'],[],0,,False,2800,143,1163,,None,,,,,,,[],,,, +10042,754284893471780864,754272832440250368,1468670507000.0,2016-07-16 12:01:47,+0000,,@ForIn2020 @KellyBlueJazz On the other hand I do answer a toy phone like it's real,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,12,https://twitter.com/elonmusk/status/754284893471780864,[],[],0,,False,497,26,56,,None,,,,,,,"[{'screen_name': 'ForIn2020', 'name': 'ForIn2020🌅', 'id': '823512042'}, {'screen_name': 'KellyBlueJazz', 'name': 'Kelly R', 'id': '4862511498'}]",,,, +10043,754277459009298432,754272832440250368,1468668734000.0,2016-07-16 11:32:14,+0000,,@ForIn2020 @KellyBlueJazz large amounts of crack,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754277459009298432,[],[],0,,False,2066,62,791,,None,,,,,,,"[{'screen_name': 'ForIn2020', 'name': 'ForIn2020🌅', 'id': '823512042'}, {'screen_name': 'KellyBlueJazz', 'name': 'Kelly R', 'id': '4862511498'}]",,,, +10044,754275814456201216,754272832440250368,1468668342000.0,2016-07-16 11:25:42,+0000,,"@KellyBlueJazz 6 hours normally, but a lot less these days",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754275814456201216,[],[],0,,False,323,27,30,,None,,,,,,,"[{'screen_name': 'KellyBlueJazz', 'name': 'Kelly R', 'id': '4862511498'}]",,,, +10045,754272832440250368,754272832440250368,1468667631000.0,2016-07-16 11:13:51,+0000,,Sunday is the end of the week :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754272832440250368,[],[],0,,False,4184,456,790,,None,,,,,,,[],,,, +10046,754272460602617856,753785936257835008,1468667542000.0,2016-07-16 11:12:22,+0000,,@Guid00 yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754272460602617856,[],[],0,,False,95,1,3,,None,,,,,,,"[{'screen_name': 'Guid00', 'name': 'Guido', 'id': '115553230'}]",,,, +10047,754272271372398592,753785936257835008,1468667497000.0,2016-07-16 11:11:37,+0000,,@shortword good up to ~160km/h,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/754272271372398592,[],[],0,,False,97,6,6,,None,,,,,,,"[{'screen_name': 'shortword', 'name': 'Paul Kelly', 'id': '15645692'}]",,,, +10048,754263267199979520,753785936257835008,1468665351000.0,2016-07-16 10:35:51,+0000,,Our radar is using a wavelength of 3.9mm. A good size for both decent resolution and rain penetration. Am hopeful...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/754263267199979520,[],[],0,,False,2085,141,311,,None,,,,,,,[],,,, +10049,753845365846138880,753785936257835008,1468565715000.0,2016-07-15 06:55:15,+0000,,@RuthEdick especially well,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/753845365846138880,[],[],0,,False,119,7,5,,None,,,,,,,"[{'screen_name': 'RuthEdick', 'name': 'Ruth Edick', 'id': '3320788901'}]",,,, +10050,753844173313183745,753699861636128768,1468565431000.0,2016-07-15 06:50:31,+0000,,@pfierens Logs were downloaded for NHTSA and NTSB. Identical copies to all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/753844173313183745,[],[],0,,False,124,3,10,,None,,,,,,,"[{'screen_name': 'pfierens', 'name': 'Philippe Fierens', 'id': '235683144'}]",,,, +10051,753843823546028040,753785936257835008,1468565347000.0,2016-07-15 06:49:07,+0000,,"Good thing about radar is that, unlike lidar (which is visible wavelength), it can see through rain, snow, fog and dust",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/753843823546028040,[],[],0,,False,3561,214,636,,None,,,,,,,[],,,, +10052,753795303170420736,753785936257835008,1468553779000.0,2016-07-15 03:36:19,+0000,,@collinalexbell yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753795303170420736,[],[],0,,False,85,10,1,,None,,,,,,,[],,,, +10053,753791633204781058,753785936257835008,1468552904000.0,2016-07-15 03:21:44,+0000,,@erik_smith1 @ihavetweets certainly moderate and maybe big advances w no incremental hardware,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753791633204781058,[],[],0,,False,142,12,14,,None,,,,,,,"[{'screen_name': 'erik_smith1', 'name': 'Erik Smith', 'id': '1367598805'}, {'screen_name': 'ihavetweets', 'name': 'Mark', 'id': '59947766'}]",,,, +10054,753789713807355904,753785936257835008,1468552447000.0,2016-07-15 03:14:07,+0000,,@ihavetweets effective stereo by comparing data at various points in time while moving,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753789713807355904,[],[],0,,False,134,13,13,,None,,,,,,,"[{'screen_name': 'ihavetweets', 'name': 'Mark', 'id': '59947766'}]",,,, +10055,753788944714649600,753785936257835008,1468552263000.0,2016-07-15 03:11:03,+0000,,@SimplyDonya elevation too,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753788944714649600,[],[],0,,False,93,1,3,,None,,,,,,,"[{'screen_name': 'SimplyDonya', 'name': 'ᴱᶫʸˢᶦᵃᶰ ᴸᵘᶫᶫᵃᵇʸ🌻🕊️', 'id': '348634007'}]",,,, +10056,753786870379581442,753699861636128768,1468551769000.0,2016-07-15 03:02:49,+0000,,@DanistopMe only just gained access to physical vehicle,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753786870379581442,[],[],0,,False,117,5,8,,None,,,,,,,"[{'screen_name': 'DanistopMe', 'name': 'Daniel', 'id': '3180659368'}]",,,, +10057,753786447904198657,753699861636128768,1468551668000.0,2016-07-15 03:01:08,+0000,,@att1cus86 @DMC_Ryan AP process crash would show up in logs,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/753786447904198657,[],[],0,,False,106,1,4,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +10058,753785936257835008,753785936257835008,1468551546000.0,2016-07-15 02:59:06,+0000,,"Working on using existing Tesla radar by itself (decoupled from camera) w temporal smoothing to create a coarse point cloud, like lidar",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/753785936257835008,[],[],0,,False,6171,361,1972,,None,,,,,,,[],,,, +10059,753781810518122497,753699861636128768,1468550562000.0,2016-07-15 02:42:42,+0000,,"@DMC_Ryan Maybe didn't realize he turned it off, but the car does issue a loud chime and a visual warning on the instrument cluster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/753781810518122497,[],[],0,,False,165,20,15,,None,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +10060,753710366006267904,753699861636128768,1468533529000.0,2016-07-14 21:58:49,+0000,,@scojjac exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/753710366006267904,[],[],0,,False,247,8,13,,None,,,,,,,"[{'screen_name': 'scojjac', 'name': 'scojjac', 'id': '1019305246579777536'}]",,,, +10061,753699861636128768,753699861636128768,1468531024000.0,2016-07-14 21:17:04,+0000,,"Onboard vehicle logs show Autopilot was turned off in Pennsylvania crash. Moreover, crash would not have occurred if it was on.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/753699861636128768,[],[],0,,False,12363,390,5125,,None,,,,,,,[],,,, +10062,753681461576740864,753681461576740864,1468526637000.0,2016-07-14 20:03:57,+0000,,EU regulators find no safety concerns with Autopilot https://t.co/zOykm4XeHP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/753681461576740864,['http://electrek.co/2016/07/14/european-authority-tesla-autopilot-after-beta-scare/'],[],0,,False,3108,120,1030,,None,,,,,,,[],,,, +10063,753525069553381376,753518762511433728,1468489351000.0,2016-07-14 09:42:31,+0000,,@TheHackersNews @defcon It's all fun & games until ... https://t.co/cRAn0S8ooX,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/753525069553381376,['https://en.m.wikipedia.org/wiki/Skynet_(Terminator)'],[],0,,False,440,33,169,,None,,,,,,,"[{'screen_name': 'TheHackersNews', 'name': 'The Hacker News', 'id': '209811713'}, {'screen_name': 'defcon', 'name': 'DEF CON', 'id': '14924965'}]",,,, +10064,753125662874042369,753125662874042369,1468394125000.0,2016-07-13 07:15:25,+0000,,We don't mind taking the heat for customer safety. It is the right thing to do. From @RoadandTrack https://t.co/D181ui1jB0,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/753125662874042369,['http://www.roadandtrack.com/car-culture/news/a29944/leave-tesla-alone/'],[],0,,False,4894,226,1576,,None,,,,,,,[],,,, +10065,752721031735812096,752717982506164224,1468297653000.0,2016-07-12 04:27:33,+0000,,@kumailn @RealDaveBarton @JuddApatow @SiliconHBO @FredericLambert @MikeJudge can't wait to see the costume,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/752721031735812096,[],[],0,,False,320,13,35,,None,,,,,,,"[{'screen_name': 'kumailn', 'name': 'Kumail Nanjiani', 'id': '28406270'}, {'screen_name': 'JuddApatow', 'name': 'Judd Apatow', 'id': '88749392'}, {'screen_name': 'SiliconHBO', 'name': 'Silicon Valley', 'id': '2821417461'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}, {'screen_name': 'MikeJudge', 'name': 'Mike Judge', 'id': '930625267'}]",,,, +10066,752719954219192320,752717982506164224,1468297396000.0,2016-07-12 04:23:16,+0000,,@RealDaveBarton @kumailn @JuddApatow @SiliconHBO @FredericLambert Only if I can play a monkey,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/752719954219192320,[],[],0,,False,318,12,43,,None,,,,,,,"[{'screen_name': 'kumailn', 'name': 'Kumail Nanjiani', 'id': '28406270'}, {'screen_name': 'JuddApatow', 'name': 'Judd Apatow', 'id': '88749392'}, {'screen_name': 'SiliconHBO', 'name': 'Silicon Valley', 'id': '2821417461'}]",,,, +10067,752680739213156353,752680739213156353,1468288047000.0,2016-07-12 01:47:27,+0000,,"Tesla finishes last in being salesy! Good. Also, I can't believe there is a real Pied Piper. https://t.co/9Zzijxxyy4",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/752680739213156353,['http://electrek.co/2016/07/11/tesla-finishes-last-mystery-shoppers-study-staff-like-museum-curators/'],[],0,,False,5654,261,1421,,None,,,,,,,[],,,, +10068,752272158517112835,752272158517112835,1468190633000.0,2016-07-10 22:43:53,+0000,,Something like that https://t.co/aufFuB5VXo,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/752272158517112835,['https://twitter.com/jigarshahdc/status/752270566548205569'],[],0,,False,958,78,211,https://twitter.com/jigarshahdc/status/752270566548205569,None,,,,,,,[],,,, +10069,752270839458869249,752218264499949568,1468190319000.0,2016-07-10 22:38:39,+0000,,@nickg_uk already taken care of,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/752270839458869249,[],[],0,,False,322,25,28,,None,,,,,,,"[{'screen_name': 'nickg_uk', 'name': 'Nick G 🆖', 'id': '23790137'}]",,,, +10070,752218264499949568,752218264499949568,1468177784000.0,2016-07-10 19:09:44,+0000,,Kinda. Creating a seamlessly integrated Tesla battery & solar power product that looks beautiful is the reason https://t.co/4z6MzBB9p2,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/752218264499949568,['https://twitter.com/qz/status/752105104921096192'],[],0,,False,4234,188,1184,https://twitter.com/qz/status/752105104921096192,None,,,,,,,[],,,, +10071,752204733339701249,752190828798353408,1468174558000.0,2016-07-10 18:15:58,+0000,,@SwiftOnSecurity I like your tweets!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/752204733339701249,[],[],0,,False,1023,22,127,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +10072,752204607753842688,752190828798353408,1468174528000.0,2016-07-10 18:15:28,+0000,,"@SwiftOnSecurity Tricky in 140 chars, but: 1B needed for min statistical sample size. More software mods and data may be needed beyond that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/752204607753842688,[],[],0,,False,201,7,26,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +10073,752203559043641344,752203559043641344,1468174278000.0,2016-07-10 18:11:18,+0000,,Blog on Autopilot by @PeterDiamandis https://t.co/LR5zuw3J9X,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/752203559043641344,['http://diamandis.com/tech-blog'],[],0,,False,1235,58,418,,None,,,,,,,[],,,, +10074,752201456980078593,752190828798353408,1468173777000.0,2016-07-10 18:02:57,+0000,,@bolayer @SwiftOnSecurity US is ~11 deaths per billion miles. WW is 17 deaths per billion. Autopilot already much better than either so far.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/752201456980078593,[],[],0,,False,266,21,54,,None,,,,,,,"[{'screen_name': 'bolayer', 'name': 'Bo Layer', 'id': '237428719'}, {'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +10075,752199681166315521,752190828798353408,1468173353000.0,2016-07-10 17:55:53,+0000,,@c4757p @SwiftOnSecurity Unless we get there and find it isn't enough. Just won't be before 1B.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752199681166315521,[],[],0,,False,84,3,3,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +10076,752198648469917696,752190828798353408,1468173107000.0,2016-07-10 17:51:47,+0000,,"@FantaAIex It is extensively tested in the lab and in the Tesla test fleet. However, there is no substitute for real world experience.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752198648469917696,[],[],0,,False,158,10,15,,None,,,,,,,[],,,, +10077,752197971253485568,752190828798353408,1468172946000.0,2016-07-10 17:49:06,+0000,,"@SwiftOnSecurity With less than 1B miles, there simply isn't enough data. 1B is a necessary but not necessarily sufficient condition.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752197971253485568,[],[],0,,False,196,9,23,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +10078,752196881871040512,752190828798353408,1468172686000.0,2016-07-10 17:44:46,+0000,,"@nicatronTg @SwiftOnSecurity Thanks. Point of calling it ""beta"" was to emphasize to those who chose to use it that it wasn't perfect.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752196881871040512,[],[],0,,False,129,10,11,,None,,,,,,,"[{'screen_name': 'nicatronTg', 'name': 'Lucas Nicodemus', 'id': '14098069'}, {'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +10079,752195886990569473,752190828798353408,1468172449000.0,2016-07-10 17:40:49,+0000,,@_CraigR @FortuneMagazine exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752195886990569473,[],[],0,,False,71,0,0,,None,,,,,,,"[{'screen_name': '_CraigR', 'name': 'CraigR', 'id': '1137109897'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +10080,752195771093512192,752190828798353408,1468172421000.0,2016-07-10 17:40:21,+0000,,"@wfederman @stegen @FortuneMagazine that wasn't criticism, just clarification",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752195771093512192,[],[],0,,False,79,2,1,,None,,,,,,,"[{'screen_name': 'wfederman', 'name': 'Will Federman', 'id': '65842968'}, {'screen_name': 'stegen', 'name': 'Michael Stegen', 'id': '24524925'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +10081,752195495263514624,752190828798353408,1468172355000.0,2016-07-10 17:39:15,+0000,,@SwiftOnSecurity why?,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752195495263514624,[],[],0,,False,134,9,6,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwftOmSecyritu', 'id': '2436389418'}]",,,, +10082,752195291093213185,752190828798353408,1468172307000.0,2016-07-10 17:38:27,+0000,,@wfederman @stegen @FortuneMagazine thought I was posting Reuters. Copied the wrong link.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752195291093213185,[],[],0,,False,67,2,1,,None,,,,,,,"[{'screen_name': 'wfederman', 'name': 'Will Federman', 'id': '65842968'}, {'screen_name': 'stegen', 'name': 'Michael Stegen', 'id': '24524925'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +10083,752193726462586881,752190828798353408,1468171934000.0,2016-07-10 17:32:14,+0000,,@vicentes Probably six months. Will include hundreds of refinements to handle rare corner cases in Autopilot.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752193726462586881,[],[],0,,False,137,10,7,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +10084,752193163742228480,752190828798353408,1468171799000.0,2016-07-10 17:29:59,+0000,,"@stegen @FortuneMagazine you're right, no point",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752193163742228480,[],[],0,,False,87,3,1,,None,,,,,,,"[{'screen_name': 'stegen', 'name': 'Michael Stegen', 'id': '24524925'}, {'screen_name': 'FortuneMagazine', 'name': 'FORTUNE', 'id': '25053299'}]",,,, +10085,752192639403896833,752190828798353408,1468171674000.0,2016-07-10 17:27:54,+0000,,"@chirag Use of word ""beta"" is explicitly so that drivers don't get comfortable. It is not beta software in the standard sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752192639403896833,[],[],0,,False,173,12,18,,None,,,,,,,"[{'screen_name': 'chirag', 'name': 'Chirag Patnaik', 'id': '1469331'}]",,,, +10086,752190828798353408,752190828798353408,1468171243000.0,2016-07-10 17:20:43,+0000,,"Misunderstanding of what ""beta"" means to Tesla for Autopilot: any system w less than 1B miles of real world driving https://t.co/WG5vnFvegI",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/752190828798353408,['http://fortune.com/2016/07/10/german-beta-phase-tesla-autopilot/?xid=yahoo_fortune'],[],0,,False,2094,193,665,,None,,,,,,,[],,,, +10087,752184088111362048,752184088111362048,1468169636000.0,2016-07-10 16:53:56,+0000,,Today is Nikola Tesla's birthday. I hope he likes what we've done in his name.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/752184088111362048,[],[],0,,False,32359,566,11308,,None,,,,,,,[],,,, +10088,752182992982843392,752182992982843392,1468169375000.0,2016-07-10 16:49:35,+0000,,"Working on Top Secret Tesla Masterplan, Part 2. Hoping to publish later this week.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/752182992982843392,[],[],0,,False,12485,704,3427,,None,,,,,,,[],,,, +10089,751648486416871424,751635420644044800,1468041938000.0,2016-07-09 05:25:38,+0000,,"@BrooklynBrett @LeoOD3 @Conleich Story was fed to LAT & many other media to counter IMF $5T/year fossil subsidy study. Hey, both have a 5!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/751648486416871424,[],[],0,,False,148,15,20,,None,,,,,,,"[{'screen_name': 'BrooklynBrett', 'name': 'Brett', 'id': '19675718'}, {'screen_name': 'LeoOD3', 'name': 'LeoOD3', 'id': '101809360'}]",,,, +10090,751647322375876608,751635420644044800,1468041661000.0,2016-07-09 05:21:01,+0000,,@AllyTaft seriously,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/751647322375876608,[],[],0,,False,111,3,9,,None,,,,,,,"[{'screen_name': 'AllyTaft', 'name': 'Allyson Taft', 'id': '26007626'}]",,,, +10091,751635420644044800,751635420644044800,1468038823000.0,2016-07-09 04:33:43,+0000,,Love reddit. Gandel gets shredded & won't even answer top 3 upvoted questions. Some really funny comments about Koch https://t.co/PJrqys3Rmc,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/751635420644044800,['https://m.reddit.com/r/IAmA/comments/4rqa6q/hey_i_am_stephen_gandel_a_senior_editor_at/?xid=soc_socialflow_twitter_FORTUNE&utm_source=mweb_redirect&compact=true'],[],0,,False,4311,140,821,,None,,,,,,,[],,,, +10092,751516148739416064,751516148739416064,1468010387000.0,2016-07-08 20:39:47,+0000,,"Model S had the lowest probability of injury of any car ever tested by NHTSA, which is why ... https://t.co/9tZZJEc5wg",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/751516148739416064,['http://electrek.co/2016/07/07/tesla-model-s-son-survive-80mph-crash-truck-images/'],[],0,,False,5775,158,2068,,None,,,,,,,[],,,, +10093,751513637861224449,751497461684899841,1468009788000.0,2016-07-08 20:29:48,+0000,,@polina_marinova @alansmurray @CNBC thanks,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/751513637861224449,[],[],0,,False,80,0,8,,None,,,,,,,"[{'screen_name': 'polina_marinova', 'name': 'Polina', 'id': '190408726'}, {'screen_name': 'alansmurray', 'name': 'Alan Murray', 'id': '13565472'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +10094,751318492775747586,751018942395740160,1467963262000.0,2016-07-08 07:34:22,+0000,,"@mrmeireles true, good point",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/751318492775747586,[],[],0,,False,111,7,5,,None,,,,,,,"[{'screen_name': 'mrmeireles', 'name': 'Marcelo Meireles', 'id': '20835362'}]",,,, +10095,751304230594613248,751018942395740160,1467959861000.0,2016-07-08 06:37:41,+0000,,"@alansmurray No, you were misleading mostly on your own, but w many copycats. Jalopnik just lost it's sense of irony & didn't get my tweet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/751304230594613248,[],[],0,,False,131,10,12,,None,,,,,,,"[{'screen_name': 'alansmurray', 'name': 'Alan Murray', 'id': '13565472'}]",,,, +10096,750838518524542980,750336091614359552,1467848827000.0,2016-07-06 23:47:07,+0000,,"@disinformatico @Eddy_Jahn cool, thanks :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750838518524542980,[],[],0,,False,83,7,7,,None,,,,,,,"[{'screen_name': 'disinformatico', 'name': 'Paolo Attivissimo', 'id': '7111232'}, {'screen_name': 'Eddy_Jahn', 'name': 'Edward Jay', 'id': '4313173582'}]",,,, +10097,750837854021058560,750336091614359552,1467848668000.0,2016-07-06 23:44:28,+0000,,@gdoehne @disinformatico @Eddy_Jahn The Google term of self-driving would probably be more appropriate then.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750837854021058560,[],[],0,,False,102,5,7,,None,,,,,,,"[{'screen_name': 'GDoehne', 'name': 'Gitty Doehne', 'id': '993641291614380032'}, {'screen_name': 'disinformatico', 'name': 'Paolo Attivissimo', 'id': '7111232'}, {'screen_name': 'Eddy_Jahn', 'name': 'Edward Jay', 'id': '4313173582'}]",,,, +10098,750837202398093312,750336091614359552,1467848513000.0,2016-07-06 23:41:53,+0000,,"@disinformatico @Eddy_Jahn In other words, the intended implication is that a driver must remain alert, just as a pilot must remain alert.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750837202398093312,[],[],0,,False,174,16,30,,None,,,,,,,"[{'screen_name': 'disinformatico', 'name': 'Paolo Attivissimo', 'id': '7111232'}, {'screen_name': 'Eddy_Jahn', 'name': 'Edward Jay', 'id': '4313173582'}]",,,, +10099,750836652109594626,750336091614359552,1467848382000.0,2016-07-06 23:39:42,+0000,,"@disinformatico @Eddy_Jahn Tesla Tesla Autopilot is named after aircraft autopilot, as it is always expected that a pilot must stay alert.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750836652109594626,[],[],0,,False,272,18,71,,None,,,,,,,"[{'screen_name': 'disinformatico', 'name': 'Paolo Attivissimo', 'id': '7111232'}, {'screen_name': 'Eddy_Jahn', 'name': 'Edward Jay', 'id': '4313173582'}]",,,, +10100,750835746613915648,750829352229695488,1467848166000.0,2016-07-06 23:36:06,+0000,,"@jacobrossi All publicly known Tesla product developments are called out, incl vehicles and batteries. Would be odd *not* to include.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750835746613915648,[],[],0,,False,102,2,7,,None,,,,,,,"[{'screen_name': 'jacobrossi', 'name': 'Jacob Rossi', 'id': '39696825'}]",,,, +10101,750829352229695488,750829352229695488,1467846641000.0,2016-07-06 23:10:41,+0000,,Tesla response to the misleading Fortune articles about Autopilot https://t.co/zWRM3aMnVC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/750829352229695488,['http://tesla.com/blog/misfortune'],[],0,,False,3874,202,1630,,None,,,,,,,[],,,, +10102,750820987676061696,750820987676061696,1467844647000.0,2016-07-06 22:37:27,+0000,,Sponsored articles … https://t.co/i8QsJYU4Ee,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/750820987676061696,['http://electrek.co/2016/07/06/fortune-elon-musk-tesla-autopilot-accident-boilerplate-statement/'],[],0,,False,1413,88,382,,None,,,,,,,[],,,, +10103,750446098020503552,750446098020503552,1467755267000.0,2016-07-05 21:47:47,+0000,,Because of course I hate flamingos...(maybe try eating fewer flamingo eggs in your salad) https://t.co/tUKsWqCobo,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/750446098020503552,['http://m.timesofindia.com/tech/computing/How-Elon-Musks-Tesla-Motors-maybe-killing-flamingos-with-its-electric-cars/articleshow/53062798.cms?utm_source=facebook&utm_medium=referral&utm_campaign=TOITech'],[],0,,False,2993,416,728,,None,,,,,,,[],,,, +10104,750354728169644032,750349893869330432,1467733482000.0,2016-07-05 15:44:42,+0000,,@apple_defense @samabuelsamid Exactly! I love Twitter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/750354728169644032,[],[],0,,False,328,13,41,,None,,,,,,,"[{'screen_name': 'apple_defense', 'name': 'Apple La Défense', 'id': '1303774976428986376'}, {'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +10105,750353176570789888,750349893869330432,1467733112000.0,2016-07-05 15:38:32,+0000,,@samabuelsamid Wrong to exclude non-occupant deaths. Autopilot would have prevented this cyclist from being killed https://t.co/ic9liqnyDN,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/750353176570789888,['http://www.autoblog.com/2014/02/10/tesla-new-car-smell-fatal-cyclist-crash/'],[],0,,False,224,18,39,,None,,,,,,,"[{'screen_name': 'samabuelsamid', 'name': 'Sam Abuelsamid', 'id': '14847948'}]",,,, +10106,750351150382194688,750336091614359552,1467732629000.0,2016-07-05 15:30:29,+0000,,"@alansmurray If you care about auto deaths as material to stock prices, why no articles about 1M+/year deaths from other auto companies?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/750351150382194688,[],[],0,,False,867,52,204,,None,,,,,,,"[{'screen_name': 'alansmurray', 'name': 'Alan Murray', 'id': '13565472'}]",,,, +10107,750350191044259840,750336091614359552,1467732401000.0,2016-07-05 15:26:41,+0000,,"@alansmurray Yes, it was material to you -- BS article increased your advertising revenue. Just wasn't material to TSLA, as shown by market.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/750350191044259840,[],[],0,,False,737,41,117,,None,,,,,,,"[{'screen_name': 'alansmurray', 'name': 'Alan Murray', 'id': '13565472'}]",,,, +10108,748625979271045121,748620607105839104,1467321316000.0,2016-06-30 21:15:16,+0000,,@artem_zin @theaweary Radar tunes out what looks like an overhead road sign to avoid false braking events,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/748625979271045121,[],[],0,,False,293,101,66,,None,,,,,,,"[{'screen_name': 'artem_zin', 'name': 'Artem Zinnatullin', 'id': '2787250856'}]",,,, +10109,748620607105839104,748620607105839104,1467320036000.0,2016-06-30 20:53:56,+0000,,Our condolences for the tragic loss https://t.co/zI2100zEGL,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/748620607105839104,['https://www.teslamotors.com/blog/tragic-loss'],[],0,,False,3855,291,1525,,None,,,,,,,[],,,, +10110,748144067972759552,748140919501656066,1467206420000.0,2016-06-29 13:20:20,+0000,,@NikolaNikolov16 Shakespeare. Then love-devouring death do what he dare; It is enough I may but call her mine.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/748144067972759552,[],[],0,,False,294,32,51,,None,,,,,,,"[{'screen_name': 'NikolaNikolov16', 'name': 'Dunbar', 'id': '491237825'}]",,,, +10111,748141575163654144,748140919501656066,1467205825000.0,2016-06-29 13:10:25,+0000,,@collinalexbell aspirationally,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/748141575163654144,[],[],0,,False,176,5,10,,None,,,,,,,[],,,, +10112,748140919501656066,748140919501656066,1467205669000.0,2016-06-29 13:07:49,+0000,,"My son recently asked what my favorite animal was. Well, of course … https://t.co/hpTniMe1mF",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/748140919501656066,['http://hitchhikers.wikia.com/wiki/Ravenous_Bugblatter_Beast_of_Traal'],[],0,,False,3232,182,687,,None,,,,,,,[],,,, +10113,748136300952182785,748136300952182785,1467204568000.0,2016-06-29 12:49:28,+0000,,Thoughtful analysis of the Tesla/SolarCity merger by @tsrandall https://t.co/4Ba3px7hb8,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,12,https://twitter.com/elonmusk/status/748136300952182785,['http://www.bloomberg.com/news/articles/2016-06-29/-tesla-solar-wants-to-be-the-apple-store-for-electricity'],[],0,,False,2475,120,1131,,None,,,,,,,[],,,, +10114,747887079808327680,747887079808327680,1467145149000.0,2016-06-28 20:19:09,+0000,,Thanks for the kind bday wishes!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/747887079808327680,[],[],0,,False,5607,987,329,,None,,,,,,,[],,,, +10115,747300198750183424,747300011617071104,1467005226000.0,2016-06-27 05:27:06,+0000,,@vicentes cute!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/747300198750183424,[],[],0,,False,175,27,9,,None,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}]",,,, +10116,747298912986226689,747278446997364740,1467004919000.0,2016-06-27 05:21:59,+0000,,@tjeviston @business exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/747298912986226689,[],[],0,,False,149,4,7,,None,,,,,,,"[{'screen_name': 'tjeviston', 'name': 'Tim Eviston', 'id': '2870255077'}, {'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +10117,747298731691696130,747278789969846272,1467004876000.0,2016-06-27 05:21:16,+0000,,@newsycombinator @mashable We haven't signed anything for a factory in China,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/747298731691696130,[],[],0,,False,428,25,98,,None,,,,,,,"[{'screen_name': 'newsycombinator', 'name': 'Hacker News', 'id': '14335498'}]",,,, +10118,747298044861784064,747298044861784064,1467004712000.0,2016-06-27 05:18:32,+0000,,"Deluded, deranged, etc. Journalistic thesaurus sure got a lot of use last week ... https://t.co/KFHD1FXvIe",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/747298044861784064,['http://www.forbes.com/sites/brookecrothers/2016/06/26/this-week-in-tesla-news-elon-musk-is-deluded-deranged-and-other-questionable-headlines/#736393734035'],[],0,,False,4188,400,1036,,None,,,,,,,[],,,, +10119,745424036121837568,745403573329100804,1466557914000.0,2016-06-22 01:11:54,+0000,,"@Recode Article is misleading to readers. No one is ""taking home"" anything. In a stock for stock transaction, nothing comes off the table.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/745424036121837568,[],[],0,,False,757,90,156,,None,,,,,,,"[{'screen_name': 'Recode', 'name': 'Recode', 'id': '2244340904'}]",,,, +10120,745010737215504384,745008745604734976,1466459376000.0,2016-06-20 21:49:36,+0000,,@WilliamShatner Of course. Our love will never die.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/745010737215504384,[],[],0,,False,555,28,81,,None,,,,,,,"[{'screen_name': 'WilliamShatner', 'name': 'William Shatner', 'id': '15227791'}]",,,, +10121,744919583102951424,744919583102951424,1466437643000.0,2016-06-20 15:47:23,+0000,,This is going to be great https://t.co/jnej9HaBef,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/744919583102951424,['http://www.rollingstone.com/tv/news/watch-sentient-robots-in-creepy-westworld-trailer-20160620'],[],0,,False,2993,151,827,,None,,,,,,,[],,,, +10122,744552907563991040,744551674082136066,1466350220000.0,2016-06-19 15:30:20,+0000,,@KatelynBrock Drive units and battery are sealed,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/744552907563991040,[],[],0,,False,792,25,38,,None,,,,,,,"[{'screen_name': 'KatelynBrock', 'name': 'Antonia Bradley', 'id': '71026183'}]",,,, +10123,744552621072064512,744552621072064512,1466350152000.0,2016-06-19 15:29:12,+0000,,"If curious abt TSWLM car, am still planning to do a sports sub car that can drive on roads. Just a side project. Limited market potential :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/744552621072064512,[],[],0,,False,3571,244,675,,None,,,,,,,[],,,, +10124,744551674082136066,744551674082136066,1466349926000.0,2016-06-19 15:25:26,+0000,,"We *def* don't recommended this, but Model S floats well enough to turn it into a boat for short periods of time. Thrust via wheel rotation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/744551674082136066,[],[],0,,False,18353,634,7453,,None,,,,,,,[],,,, +10125,744549842496655360,744549842496655360,1466349490000.0,2016-06-19 15:18:10,+0000,,Tesla owner drives through a flooded tunnel & out the other side https://t.co/RmPxdZShhq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/744549842496655360,['http://electrek.co/2016/06/18/tesla-model-s-driving-swimming-flooded-tunnel-video/'],[],0,,False,4560,185,2304,,None,,,,,,,[],,,, +10126,743603466631733248,743603466631733248,1466123856000.0,2016-06-17 00:37:36,+0000,,"As mentioned at the beginning of the year, I'm expecting ~70% success rate on landings for the year. 2016 is the year of experimentation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/743603466631733248,[],[],0,,False,6420,248,1367,,None,,,,,,,[],,,, +10127,743602894226653184,743602894226653184,1466123720000.0,2016-06-17 00:35:20,+0000,,Looks like early liquid oxygen depletion caused engine shutdown just above the deck https://t.co/Sa6uCkpknY,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/743602894226653184,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/743602865516646402/pu/img/TKZhpVTb2PjToWnS.jpg,False,10838,634,5037,,None,,,,,,,[],,,, +10128,743602229307805696,743602229307805696,1466123561000.0,2016-06-17 00:32:41,+0000,,"Turns out the landing was not as fast we thought, but still hard enough to destroy the primary airframe and accordion the engines",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/743602229307805696,[],[],0,,False,3078,193,688,,None,,,,,,,[],,,, +10129,743600755739754497,743482256547733504,1466123210000.0,2016-06-17 00:26:50,+0000,,@fucktyler Thanks Tyler,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/743600755739754497,[],[],0,,False,18922,60,7797,,None,,,,,,,[],,,, +10130,743102502225076227,743102502225076227,1466004417000.0,2016-06-15 15:26:57,+0000,,Landing video will be posted when we gain access to cameras on the droneship later today. Maybe hardest impact to date. Droneship still ok.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743102502225076227,[],[],0,,False,4968,372,1189,,None,,,,,,,[],,,, +10131,743099301174247424,743099301174247424,1466003654000.0,2016-06-15 15:14:14,+0000,,Upgrades underway to enable rocket to compensate for a thrust shortfall on one of the three landing engines. Probably get there end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743099301174247424,[],[],0,,False,3640,192,783,,None,,,,,,,[],,,, +10132,743098357728444418,743097124011802624,1466003429000.0,2016-06-15 15:10:29,+0000,,@AstroOrionMK @BadAstronomer Quite rapid... Yes,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743098357728444418,[],[],0,,False,220,5,28,,None,,,,,,,"[{'screen_name': 'AstroOrionMK', 'name': 'Orion MK', 'id': '2979185716'}, {'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}]",,,, +10133,743097668725940225,743097668725940225,1466003264000.0,2016-06-15 15:07:44,+0000,,RUD = Rapid Unscheduled Disassembly :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743097668725940225,[],[],0,,False,5856,241,1951,,None,,,,,,,[],,,, +10134,743097337782763521,743097337782763521,1466003186000.0,2016-06-15 15:06:26,+0000,,Looks like thrust was low on 1 of 3 landing engines. High g landings v sensitive to all engines operating at max.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743097337782763521,[],[],0,,False,2539,137,902,,None,,,,,,,[],,,, +10135,743096769001578498,743096769001578498,1466003050000.0,2016-06-15 15:04:10,+0000,,"Ascent phase & satellites look good, but booster rocket had a RUD on droneship",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/743096769001578498,[],[],0,,False,3245,200,1469,,None,,,,,,,[],,,, +10136,742120520678703105,742120520678703105,1465770294000.0,2016-06-12 22:24:54,+0000,,Highly recommend anything by Sean Carroll https://t.co/yVbceZm0Io,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742120520678703105,['https://twitter.com/seanmcarroll/status/728599116456984577'],[],0,,False,1777,78,323,https://twitter.com/seanmcarroll/status/728599116456984577,None,,,,,,,[],,,, +10137,742117913788719104,742112552633520128,1465769673000.0,2016-06-12 22:14:33,+0000,,"@seanmcarroll Am concerned that advanced life may be inherently unstable. Arguably, any civ capable of extinguishing itself eventually will.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742117913788719104,[],[],0,,False,429,53,115,,None,,,,,,,"[{'screen_name': 'seanmcarroll', 'name': 'Sean Carroll', 'id': '21611239'}]",,,, +10138,742117250799280128,742112552633520128,1465769515000.0,2016-06-12 22:11:55,+0000,,"@seanmcarroll Life you can talk to is another matter, of course. Many, many orders of magnitude less likely.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742117250799280128,[],[],0,,False,188,15,23,,None,,,,,,,"[{'screen_name': 'seanmcarroll', 'name': 'Sean Carroll', 'id': '21611239'}]",,,, +10139,742116619481014272,742112552633520128,1465769364000.0,2016-06-12 22:09:24,+0000,,@seanmcarroll No way. Look at chemotrophs and extremophiles. Primitive life is bloody everywhere. Highly under the ice on Europa imo.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742116619481014272,[],[],0,,False,286,35,44,,None,,,,,,,"[{'screen_name': 'seanmcarroll', 'name': 'Sean Carroll', 'id': '21611239'}]",,,, +10140,742115725477744640,742107564733661186,1465769151000.0,2016-06-12 22:05:51,+0000,,@spoite @rsmoz Hence the urgency of making life as we know it multiplanetary as soon as possible,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/742115725477744640,[],[],0,,False,239,26,36,,None,,,,,,,"[{'screen_name': 'spoite', 'name': 'Spoite', 'id': '259931217'}, {'screen_name': 'rsmoz', 'name': 'moz ⚛️', 'id': '198601881'}]",,,, +10141,742108893459800065,742107564733661186,1465767522000.0,2016-06-12 21:38:42,+0000,,"@rsmoz That, speed of light constraint and quantum mechanics",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/742108893459800065,[],[],0,,False,234,36,28,,None,,,,,,,"[{'screen_name': 'rsmoz', 'name': 'moz ⚛️', 'id': '198601881'}]",,,, +10142,742108297122054147,742108297122054147,1465767380000.0,2016-06-12 21:36:20,+0000,,"And, no, I'm not an alien...but I used to be one",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/742108297122054147,[],[],0,,False,9526,411,3175,,None,,,,,,,[],,,, +10143,742107564733661186,742107564733661186,1465767205000.0,2016-06-12 21:33:25,+0000,,Latest science predicts > trillion alien civilizations. Either they don't last long or there are a *lot* of aliens https://t.co/oC9B2FlUuF,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/742107564733661186,['http://mobile.nytimes.com/2016/06/12/opinion/sunday/yes-there-have-been-aliens.html?smprod=nytcore-iphone&smid=nytcore-iphone-share&referer='],[],0,,False,4818,283,2334,,None,,,,,,,[],,,, +10144,741442624611966976,741411531582115841,1465608671000.0,2016-06-11 01:31:11,+0000,,"@BenjaminRPhoto @StephenPace Yeah, that matches what we've found so far. More likely unhinged than nefarious.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/741442624611966976,[],[],0,,False,182,147,20,,None,,,,,,,"[{'screen_name': 'BenjaminRPhoto', 'name': 'Benjamin Rosamond', 'id': '320500801'}, {'screen_name': 'StephenPace', 'name': 'Stephen Pace ❄', 'id': '14164137'}]",,,, +10145,741412152288808960,741411531582115841,1465601406000.0,2016-06-10 23:30:06,+0000,,Would seem to indicate that one or more people sought to create the false impression of a safety issue where none existed. Q is why?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/741412152288808960,[],[],0,,False,2621,622,624,,None,,,,,,,[],,,, +10146,741411531582115841,741411531582115841,1465601258000.0,2016-06-10 23:27:38,+0000,,"Of greater concern: 37 of 40 suspension complaints to NHTSA were fraudulent, i.e. false location or vehicle identification numbers were used",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/741411531582115841,[],[],0,,False,3552,202,1107,,None,,,,,,,[],,,, +10147,741410425787404288,741410425787404288,1465600994000.0,2016-06-10 23:23:14,+0000,,NHTSA confirmed today that they found no safety concern with the Model S suspension and have no further need for data from us on this matter,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/741410425787404288,[],[],0,,False,4724,151,1388,,None,,,,,,,[],,,, +10148,741341906999771136,741326703432241152,1465584658000.0,2016-06-10 18:50:58,+0000,,@DefTechPat That is correct. It was about innovation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/741341906999771136,[],[],0,,False,124,14,15,,None,,,,,,,"[{'screen_name': 'DefTechPat', 'name': 'Patrick Tucker', 'id': '25819140'}]",,,, +10149,741315106370244609,741315106370244609,1465578268000.0,2016-06-10 17:04:28,+0000,,Nice comment about the Model S by CvK on @TopGear_BBCA https://t.co/UlEn51onnG,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/741315106370244609,['http://www.topgear.com/car-news/interview/qa-pagani-vs-koenigsegg#7'],[],0,,False,946,42,160,,None,,,,,,,[],,,, +10150,740728719065665536,740723195431538689,1465438463000.0,2016-06-09 02:14:23,+0000,,@AdamHuet no,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/740728719065665536,[],[],0,,False,314,31,24,,None,,,,,,,"[{'screen_name': 'AdamHuet', 'name': 'Adam Huet', 'id': '198247582'}]",,,, +10151,740723195431538689,740723195431538689,1465437146000.0,2016-06-09 01:52:26,+0000,,Something about a flying metal suit... https://t.co/6Z1D9iZ1fV,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/740723195431538689,['http://www.cnn.com/2016/06/08/politics/elon-musk-ash-carter-pentagon/'],[],0,,False,11056,404,4761,,None,,,,,,,[],,,, +10152,740540471081062401,740383850820296707,1465393581000.0,2016-06-08 13:46:21,+0000,,@danahull yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/740540471081062401,[],[],0,,False,118,6,13,,None,,,,,,,"[{'screen_name': 'danahull', 'name': 'Dana ""Eager to Get Vaccinated in CA"" Hull 👩🏻\u200d💻', 'id': '128288109'}]",,,, +10153,740387141591535616,740383850820296707,1465357024000.0,2016-06-08 03:37:04,+0000,,S and X cells are also Panasonic,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/740387141591535616,[],[],0,,False,1571,110,310,,None,,,,,,,[],,,, +10154,740383850820296707,740383850820296707,1465356240000.0,2016-06-08 03:24:00,+0000,,Would like to clarify that Tesla is working exclusively with Panasonic for Model 3 cells. News articles claiming otherwise are incorrect.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/740383850820296707,[],[],0,,False,5411,159,1566,,None,,,,,,,[],,,, +10155,740296489532948480,740296489532948480,1465335411000.0,2016-06-07 21:36:51,+0000,,Fourth rocket arrives in the hangar. Aiming for first reflight in Sept/Oct. https://t.co/TqW8d6Cc3U,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/740296489532948480,[],['https://pbs.twimg.com/media/CkYPuxwUYAMaJLX.jpg'],1,https://pbs.twimg.com/media/CkYPuxwUYAMaJLX.jpg,False,8378,235,2258,,None,,,,,,,[],,,, +10156,739631614100004864,739594006762393600,1465176893000.0,2016-06-06 01:34:53,+0000,,"@tedismeiamted @PlayOverwatch @Blizzard_Ent PC, of course",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/739631614100004864,[],[],0,,False,2113,85,487,,None,,,,,,,"[{'screen_name': 'tedismeiamted', 'name': 'Ted Lim', 'id': '37027651'}, {'screen_name': 'PlayOverwatch', 'name': 'Overwatch', 'id': '2420931980'}, {'screen_name': 'Blizzard_Ent', 'name': 'Blizzard Entertainment', 'id': '331908924'}]",,,, +10157,739594006762393600,739594006762393600,1465167926000.0,2016-06-05 23:05:26,+0000,,Highly recommend @PlayOverwatch by the good people of @Blizzard_Ent if you like ultrafast team FPS action https://t.co/GAIamvAPnn,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/739594006762393600,['https://m.youtube.com/watch?v=oozuU1LI6XM'],[],0,,False,9571,332,3240,,None,,,,,,,[],,,, +10158,739557011554066432,739557011554066432,1465159106000.0,2016-06-05 20:38:26,+0000,,Trippy https://t.co/DtMD5AIRiq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/739557011554066432,['https://twitter.com/discovermag/status/739547392920289281'],[],0,,False,2015,70,685,https://twitter.com/discovermag/status/739547392920289281,None,,,,,,,[],,,, +10159,739509168722186241,739505236079955968,1465147699000.0,2016-06-05 17:28:19,+0000,,@ahess247 @Recode I love Douglas Adams! My favorite spaceship ever is in HHGTTG.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/739509168722186241,[],[],0,,False,201,85,30,,None,,,,,,,"[{'screen_name': 'ahess247', 'name': 'Arik Hesseldahl', 'id': '1045751'}]",,,, +10160,739193563938856960,739193563938856960,1465072453000.0,2016-06-04 20:34:13,+0000,,Exactly https://t.co/cy1AbIIo42,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/739193563938856960,['http://www.vox.com/2016/6/3/11837888/simulation-problem'],[],0,,False,4171,538,1708,,None,,,,,,,[],,,, +10161,739185293664747520,739185293664747520,1465070482000.0,2016-06-04 20:01:22,+0000,,Good article from @themotleyfool explaining how little incentives have actually contributed to Tesla funding https://t.co/zfC8di7EDX,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/739185293664747520,['http://www.fool.com/investing/2016/06/04/this-is-how-little-government-support-tesla-motors.aspx?source=yahoo-2&utm_campaign=article&utm_medium=feed&utm_source=yahoo-2'],[],0,,False,1683,61,485,,None,,,,,,,[],,,, +10162,739176652517707776,738998975118737408,1465068421000.0,2016-06-04 19:27:01,+0000,,@SwiftOnSecurity how did you know?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/739176652517707776,[],[],0,,False,298,11,45,,None,,,,,,,"[{'screen_name': 'SwiftOnSecurity', 'name': 'SwiftOnSecurity', 'id': '2436389418'}]",,,, +10163,739006012749799424,739006012749799424,1465027738000.0,2016-06-04 08:08:58,+0000,,Creating a neural lace is the thing that really matters for humanity to achieve symbiosis with machines,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/739006012749799424,[],[],0,,False,4943,558,1653,,None,,,,,,,[],,,, +10164,739004504289353729,738998975118737408,1465027378000.0,2016-06-04 08:02:58,+0000,,@JedBrown5 @renzdimaandal @Goetzman @Tom_Stears exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/739004504289353729,[],[],0,,False,84,19,10,,None,,,,,,,"[{'screen_name': 'JedBrown5', 'name': 'Jed Brown', 'id': '1135701193'}, {'screen_name': 'renzdimaandal', 'name': 'Renz', 'id': '632593700'}, {'screen_name': 'Goetzman', 'name': 'Michael Goetzman', 'id': '56207177'}, {'screen_name': 'Tom_Stears', 'name': 'Thomas Tamblyn', 'id': '22143627'}]",,,, +10165,739001483249618948,738998975118737408,1465026658000.0,2016-06-04 07:50:58,+0000,,@renzdimaandal @Tom_Stears It is simulations all the way down,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/739001483249618948,[],[],0,,False,252,35,26,,None,,,,,,,"[{'screen_name': 'renzdimaandal', 'name': 'Renz', 'id': '632593700'}, {'screen_name': 'Tom_Stears', 'name': 'Thomas Tamblyn', 'id': '22143627'}]",,,, +10166,738998975118737408,738998975118737408,1465026060000.0,2016-06-04 07:41:00,+0000,,"At this point, I'm really running out of crazy things to say. Any suggestions? https://t.co/dGVJBcSZn2",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/738998975118737408,['http://m.huffpost.com/uk/entry/uk_575033e0e4b040e3e8192344?edition=uk'],[],0,,False,8738,1344,3027,,None,,,,,,,[],,,, +10167,738856423656808448,738854245022109697,1464992073000.0,2016-06-03 22:14:33,+0000,,@lessteza control of super powerful AI by a small number of humans is the most proximate concern,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/738856423656808448,[],[],0,,False,268,29,60,,None,,,,,,,"[{'screen_name': 'lessteza', 'name': 'Morteza Behrooz', 'id': '46769363'}]",,,, +10168,738805691528318976,738805691528318976,1464979977000.0,2016-06-03 18:52:57,+0000,,Just heard that Norway will ban new sales of fuel cars in 2025. What an amazingly awesome country. You guys rock!! https://t.co/uAXuBkDYuR,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/738805691528318976,[],['https://pbs.twimg.com/media/CkDD3DkUkAA-YXj.jpg'],1,https://pbs.twimg.com/media/CkDD3DkUkAA-YXj.jpg,False,28736,923,16389,,None,,,,,,,[],,,, +10169,738775567055523841,738775567055523841,1464972795000.0,2016-06-03 16:53:15,+0000,,"Yay, baby made it home! https://t.co/KYyUX9zNYD",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/738775567055523841,['http://www.universetoday.com/129240/falcon-9-arriving-droneship/'],[],0,,False,3440,128,778,,None,,,,,,,[],,,, +10170,738471747540783104,738470842695176192,1464900359000.0,2016-06-02 20:45:59,+0000,,@mattyteare @karaswisher @waltmossberg @YouTube autosteering chutes will be added soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/738471747540783104,[],[],0,,False,185,14,37,,None,,,,,,,"[{'screen_name': 'mattyteare', 'name': 'Matt Teare', 'id': '71027770'}, {'screen_name': 'karaswisher', 'name': 'Kara Swisher', 'id': '5763262'}, {'screen_name': 'waltmossberg', 'name': 'Walt Mossberg', 'id': '5746452'}, {'screen_name': 'YouTube', 'name': 'YouTube', 'id': '10228272'}]",,,, +10171,738470842695176192,738470842695176192,1464900143000.0,2016-06-02 20:42:23,+0000,,Recode interview with @karaswisher and @waltmossberg https://t.co/BDqQ7RreV2 via @YouTube,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/738470842695176192,['https://youtu.be/wsixsRI-Sz4?list=PLKof9YSAshgyPqlK-UUYrHfIQaOzFPSL4'],[],0,,False,2149,120,751,,None,,,,,,,[],,,, +10172,738191872502423552,738191872502423552,1464833632000.0,2016-06-02 02:13:52,+0000,,Supercharger policy explained well by @LATimes: https://t.co/F0CInMW1yU Will post detailed description soon. I think it's a good balance.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/738191872502423552,['http://www.latimes.com/business/autos/la-fi-hy-tesla-model-3-chargers-20160601-snap-story.html'],[],0,,False,1882,249,711,,None,,,,,,,[],,,, +10173,737859967450021889,737859967450021889,1464754499000.0,2016-06-01 04:14:59,+0000,,Good summary of Tesla annual meeting by @katiefehren https://t.co/G3enS77hJ7,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/737859967450021889,['http://fortune.com/2016/05/31/elon-musk-confessions-tesla/'],[],0,,False,2490,91,1051,,None,,,,,,,[],,,, +10174,737102578828206080,737095056704737280,1464573924000.0,2016-05-30 02:05:24,+0000,,@iwanttobeanurse Sorry to hear that. Will take care of this & investigate to see if issues you encountered are systemic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/737102578828206080,[],[],0,,False,140,44,7,,None,,,,,,,"[{'screen_name': 'iwanttobeanurse', 'name': 'Lisa', 'id': '50094536'}]",,,, +10175,736787058170068993,736787058170068993,1464498698000.0,2016-05-29 05:11:38,+0000,,So it was good for you too ... https://t.co/9cxo39N1lQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/736787058170068993,['https://twitter.com/edloh/status/733413864671318016'],[],0,,False,4191,106,1036,https://twitter.com/edloh/status/733413864671318016,None,,,,,,,[],,,, +10176,736380977354657792,736380977354657792,1464401880000.0,2016-05-28 02:18:00,+0000,,Fast replay of today's rocket landing on SpaceX droneship OCISLY https://t.co/I0QQ2D3BtE,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/736380977354657792,['https://youtu.be/4jEz03Z8azc'],[],0,,False,14675,714,9482,,None,,,,,,,[],,,, +10177,736373856823181312,736320322996076548,1464400183000.0,2016-05-28 01:49:43,+0000,,"@dfjsteve Very similar. The crush core in the Falcon legs is reusable after soft landings, but needs to be replaced after hard.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/736373856823181312,[],[],0,,False,286,11,41,,None,,,,,,,"[{'screen_name': 'dfjsteve', 'name': 'dfjst', 'id': '2394746604'}]",,,, +10178,736328917317910528,736320322996076548,1464389468000.0,2016-05-27 22:51:08,+0000,,Crush core is aluminum honeycomb for energy absorption in the telescoping actuator. Easy to replace (if Falcon makes it back to port).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/736328917317910528,[],[],0,,False,2167,143,464,,None,,,,,,,[],,,, +10179,736320322996076548,736320322996076548,1464387419000.0,2016-05-27 22:16:59,+0000,,"Rocket landing speed was close to design max & used up contingency crush core, hence back & forth motion. Prob ok, but some risk of tipping.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/736320322996076548,[],[],0,,False,5247,245,1252,,None,,,,,,,[],,,, +10180,736319295345434625,736319295345434625,1464387174000.0,2016-05-27 22:12:54,+0000,,"Satellite deployed to 91,000 km apogee. All looks good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/736319295345434625,[],[],0,,False,3774,162,747,,None,,,,,,,[],,,, +10181,736310020644569088,736310020644569088,1464384963000.0,2016-05-27 21:36:03,+0000,,3 mins to launch https://t.co/i5jNDs9MCO,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/736310020644569088,['https://twitter.com/spacex/status/736305431417491457'],[],0,,False,2306,134,659,https://twitter.com/spacex/status/736305431417491457,None,,,,,,,[],,,, +10182,735965207625932801,735888613179719680,1464302753000.0,2016-05-26 22:45:53,+0000,,"@SpaceX There was a tiny glitch in the motion of an upper stage engine actuator. Probably not a flight risk, but still worth investigating.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/735965207625932801,[],[],0,,False,2172,126,707,,None,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +10183,735480275988156418,735480275988156418,1464187137000.0,2016-05-25 14:38:57,+0000,,Really fun Model X review by @MotorTrend. Best part is X racing while towing a fuel sports car https://t.co/0KzOpoIarx,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/735480275988156418,['https://m.youtube.com/watch?v=ib-02b2ooLY'],[],0,,False,3419,116,1263,,None,,,,,,,[],,,, +10184,734274360588926976,734248945715531777,1463899624000.0,2016-05-22 06:47:04,+0000,,"@SchaFFFFFF Flight 24 is def capable of flying again, but it makes sense to apply ground delta qual to rocket w toughest entry conditions.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/734274360588926976,[],[],0,,False,261,17,51,,None,,,,,,,"[{'screen_name': 'SchaFFFFFF', 'name': 'SchaFFFFFF', 'id': '22047407'}]",,,, +10185,733362268570669056,733362268570669056,1463682164000.0,2016-05-19 18:22:44,+0000,,Great image of ancient Mars https://t.co/iy3AngxKlq,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/733362268570669056,['https://twitter.com/discovermag/status/733361619133026304'],[],0,,False,2163,92,743,https://twitter.com/discovermag/status/733361619133026304,None,,,,,,,[],,,, +10186,733021242744135680,733007230149107712,1463600857000.0,2016-05-18 19:47:37,+0000,,"@jlgolson No prob. We care about doing what's fair & just. Don't always get it right, but intent is always there & we make amends when wrong",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/733021242744135680,[],[],0,,False,471,14,63,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +10187,733016945654517760,733007230149107712,1463599833000.0,2016-05-18 19:30:33,+0000,,"@jlgolson Per the letter, Tesla paid $55/hr for *additional* services, so no.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/733016945654517760,[],[],0,,False,121,6,10,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +10188,733009265288314881,733007230149107712,1463598002000.0,2016-05-18 19:00:02,+0000,,"@jlgolson Yes, but it is false of Merc News to say that Tesla took advantage of low cost labor. We paid $55/hr. That is unequivocal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/733009265288314881,[],[],0,,False,340,11,51,,None,,,,,,,"[{'screen_name': 'jlgolson', 'name': 'Jordan Golson', 'id': '5817092'}]",,,, +10189,733007602565570560,733007230149107712,1463597605000.0,2016-05-18 18:53:25,+0000,,"We still need to make sure that the injured person is taken care of, but less & less of the Merc story appears to be true",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/733007602565570560,[],[],0,,False,1503,57,281,,None,,,,,,,[],,,, +10190,733007230149107712,733007230149107712,1463597516000.0,2016-05-18 18:51:56,+0000,,Merc News story about Tesla using $5/hr labor seems to be missing a digit. Tesla actually paid $55/hr. https://t.co/2dTH0ncdKX,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/733007230149107712,[],"['https://pbs.twimg.com/media/CiwqLVfUYAABWSu.jpg', 'https://pbs.twimg.com/media/CiwqLVgVAAAWML5.jpg']",1,https://pbs.twimg.com/media/CiwqLVfUYAABWSu.jpg,False,6374,209,1906,,None,,,,,,,[],,,, +10191,732656393463832576,732640714446671872,1463513870000.0,2016-05-17 19:37:50,+0000,,"@drkevinleung @Tesla_Canada Totally agree. Am told this will be fixed by Thurs, maybe Fri.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/732656393463832576,[],[],0,,False,99,3,10,,None,,,,,,,"[{'screen_name': 'drkevinleung', 'name': 'Dr Kevin Leung', 'id': '4314475719'}, {'screen_name': 'Tesla_Canada', 'name': 'Tesla Motors Canada', 'id': '2569974674'}]",,,, +10192,732330010053222400,731981135454986240,1463436055000.0,2016-05-16 22:00:55,+0000,,@joshuapinter @juliusvolz Full height of Falcon 9 boost stage on legs is ~165 ft,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/732330010053222400,[],[],0,,False,244,11,37,,None,,,,,,,"[{'screen_name': 'joshuapinter', 'name': 'Joshua Pinter', 'id': '28595285'}, {'screen_name': 'juliusvolz', 'name': 'Julius Volz', 'id': '65666100'}]",,,, +10193,732329443776024576,732329443776024576,1463435920000.0,2016-05-16 21:58:40,+0000,,"Falcon Heavy side boosters can use most of the same airframe as Falcon 9, but center core needs to be buffed up a lot for transfer loads.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/732329443776024576,[],[],0,,False,2425,138,421,,None,,,,,,,[],,,, +10194,732247546924388353,732247546924388353,1463416394000.0,2016-05-16 16:33:14,+0000,,Response to a Mercury News article about an injury on our premises https://t.co/3BFgV6Hfia,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/732247546924388353,['https://www.teslamotors.com/blog/response-mercury-news-article-hidden-workforce-expanding-teslas-factory'],[],0,,False,2314,137,634,,None,,,,,,,[],,,, +10195,732066441554362368,732054629689626624,1463373215000.0,2016-05-16 04:33:35,+0000,,@margotroosevelt Only heard about this today. Sounds like the wrong thing happened on many levels. Will investigate and make it right.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/732066441554362368,[],[],0,,False,279,23,48,,None,,,,,,,"[{'screen_name': 'margotroosevelt', 'name': 'Margot Roosevelt', 'id': '112873659'}]",,,, +10196,732042627445460992,731984739012251648,1463367537000.0,2016-05-16 02:58:57,+0000,,"@bittdk Better. Not there yet, but a solution is likely.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/732042627445460992,[],[],0,,False,150,9,21,,None,,,,,,,"[{'screen_name': 'bittdk', 'name': 'Raket_Mand', 'id': '4248808311'}]",,,, +10197,732041468085342210,731984739012251648,1463367261000.0,2016-05-16 02:54:21,+0000,,@4kpixelsyt yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/732041468085342210,[],[],0,,False,108,4,9,,None,,,,,,,[],,,, +10198,732040492607643652,731981135454986240,1463367028000.0,2016-05-16 02:50:28,+0000,,@mmustapic yup,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/732040492607643652,[],[],0,,False,88,7,6,,None,,,,,,,"[{'screen_name': 'mmustapic', 'name': 'Marco Mustapic', 'id': '13516352'}]",,,, +10199,731984739012251648,731984739012251648,1463353736000.0,2016-05-15 23:08:56,+0000,,"Most recent rocket took max damage, due to v high entry velocity. Will be our life leader for ground tests to confirm others are good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/731984739012251648,[],[],0,,False,4443,190,951,,None,,,,,,,[],,,, +10200,731981135454986240,731981135454986240,1463352876000.0,2016-05-15 22:54:36,+0000,,Three's company https://t.co/nRfFmTpzZw,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/731981135454986240,[],['https://pbs.twimg.com/media/CiiE3O_UgAA0m_9.jpg'],1,https://pbs.twimg.com/media/CiiE3O_UgAA0m_9.jpg,False,11775,266,3185,,None,,,,,,,[],,,, +10201,731605780969951232,731604873540685825,1463263385000.0,2016-05-14 22:03:05,+0000,,@r_SpaceX @reddit will do another AMA just before reflight of the rocket in a few months,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/731605780969951232,[],[],0,,False,663,39,110,,None,,,,,,,"[{'screen_name': 'reddit', 'name': 'Reddit', 'id': '811377'}]",,,, +10202,731604873540685825,731604873540685825,1463263169000.0,2016-05-14 21:59:29,+0000,,Dog snuggle thread on reddit. Comments get really good. https://t.co/7Cc6rnsvSn,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/731604873540685825,['http://reddit.com/r/aww/comments/4j8p6d/can_i_snuggle_with_you/'],[],0,,False,1825,83,421,,None,,,,,,,[],,,, +10203,731596033621409792,731596033621409792,1463261061000.0,2016-05-14 21:24:21,+0000,,Excited to announce Tesla's entry into automotive racing! https://t.co/PZH1LDXPWl,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/731596033621409792,['https://twitter.com/teslamotors/status/731581807099944960'],[],0,,False,3065,133,909,https://twitter.com/teslamotors/status/731581807099944960,None,,,,,,,[],,,, +10204,730867197942206464,730862007528914944,1463087293000.0,2016-05-12 21:08:13,+0000,,@ClubTeslaES @TeslaMotors también te amo,es,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/730867197942206464,[],[],0,,False,1104,57,683,,None,,,,,,,"[{'screen_name': 'ClubTeslaES', 'name': 'Club Tesla España (💉)', 'id': '716976549946335232'}]",,,, +10205,730627568756383746,730626697171771393,1463030161000.0,2016-05-12 05:16:01,+0000,,@iwritethewrong It's probably the Ambien,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/730627568756383746,[],[],0,,False,378,52,63,,None,,,,,,,[],,,, +10206,730624508814458880,730624508814458880,1463029431000.0,2016-05-12 05:03:51,+0000,,Definitely https://t.co/7gEkc0mt9O,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/730624508814458880,['http://m.nasdaq.com/article/as-solarcity-scty-crashes-is-elon-musk-overrated-cm619241'],[],0,,False,2976,351,677,,None,,,,,,,[],,,, +10207,730595677936324608,730595677936324608,1463022558000.0,2016-05-12 03:09:18,+0000,,Ok https://t.co/jJJR28UGrK,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/730595677936324608,['https://twitter.com/electrekco/status/730376242147504128'],[],0,,False,3398,141,864,https://twitter.com/electrekco/status/730376242147504128,None,,,,,,,[],,,, +10208,730592699011604481,730592699011604481,1463021847000.0,2016-05-12 02:57:27,+0000,,Full credit to the team that's doing this. All happening without any help from me. https://t.co/FAZE01lleA,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/730592699011604481,['https://twitter.com/cnbc/status/730463295820292096'],[],0,,False,5759,123,2321,https://twitter.com/cnbc/status/730463295820292096,None,,,,,,,[],,,, +10209,729850448832659457,729762769013104640,1462844881000.0,2016-05-10 01:48:01,+0000,,@vicentes @TeslaMotors @Tim_Stevens @CNET coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/729850448832659457,[],[],0,,False,88,9,6,,None,,,,,,,[],,,, +10210,728808794910662656,728457279943495681,1462596531000.0,2016-05-07 04:48:51,+0000,,@tzepr Certainly agree that it is first and foremost a triumph for humanity. The cheering is in good spirit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/728808794910662656,[],[],0,,False,399,42,37,,None,,,,,,,[],,,, +10211,728754091644440576,728327602440536064,1462583489000.0,2016-05-07 01:11:29,+0000,,@LifeOfRockstar I think so,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/728754091644440576,[],[],0,,False,172,21,17,,None,,,,,,,[],,,, +10212,728753234811060224,728736299507556352,1462583285000.0,2016-05-07 01:08:05,+0000,,@lukealization Max is just 3X Merlin thrust and min is ~40% of 1 Merlin. Two outer engines shut off before the center does.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/728753234811060224,[],[],0,,False,208,12,32,,None,,,,,,,[],,,, +10213,728748075930386432,728748075930386432,1462582055000.0,2016-05-07 00:47:35,+0000,,I love you too! https://t.co/Cnmd7cONU3,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/728748075930386432,['http://www.cnbc.com/2016/05/06/i-love-everything-about-tesla-t-rowe-price-manager.html'],[],0,,False,2249,142,367,,None,,,,,,,[],,,, +10214,728583269076242432,728583269076242432,1462542762000.0,2016-05-06 13:52:42,+0000,,"Launch trajectory of Japanese commercial satellite JCSat-14, enroute to 36,000 km above Earth https://t.co/QHiiMdMMJ3",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/728583269076242432,[],['https://pbs.twimg.com/media/ChxynyJVAAAGmt_.jpg'],1,https://pbs.twimg.com/media/ChxynyJVAAAGmt_.jpg,False,12153,183,4079,,None,,,,,,,[],,,, +10215,728514673084014593,728505688012533760,1462526407000.0,2016-05-06 09:20:07,+0000,,@hansmikael @TeslaMotors Thank goodness all are ok,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/728514673084014593,[],[],0,,False,279,24,21,,None,,,,,,,[],,,, +10216,728462267893698561,728462267893698561,1462513913000.0,2016-05-06 05:51:53,+0000,,"Yeah, this was a three engine landing burn, so triple deceleration of last flight. That's important to minimize gravity losses.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/728462267893698561,[],[],0,,False,5504,221,1305,,None,,,,,,,[],,,, +10217,728459808270000128,728459808270000128,1462513327000.0,2016-05-06 05:42:07,+0000,,May need to increase size of rocket storage hangar,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/728459808270000128,[],[],0,,False,14583,530,5050,,None,,,,,,,[],,,, +10218,728457279943495681,728457279943495681,1462512724000.0,2016-05-06 05:32:04,+0000,,Woohoo!! https://t.co/0P8n8VmFbr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/728457279943495681,['https://twitter.com/spacex/status/728457165606780928'],[],0,,False,12152,610,4926,https://twitter.com/spacex/status/728457165606780928,None,,,,,,,[],,,, +10219,728444313248489472,728444313248489472,1462509632000.0,2016-05-06 04:40:32,+0000,,"Rocket reentry is a lot faster and hotter than last time, so odds of making it are maybe even, but we should learn a lot either way",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/728444313248489472,[],[],0,,False,4686,185,987,,None,,,,,,,[],,,, +10220,728327602440536064,728327602440536064,1462481806000.0,2016-05-05 20:56:46,+0000,,"Tesla is increasing the production ramp as fast as possible, but I'd recommend ordering a Model 3 soon if you want 2018 delivery",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/728327602440536064,[],[],0,,False,6665,423,2191,,None,,,,,,,[],,,, +10221,728126194244190208,728119755966554117,1462433787000.0,2016-05-05 07:36:27,+0000,,@samsamlee777 yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/728126194244190208,[],[],0,,False,141,15,59,,None,,,,,,,[],,,, +10222,727189428142235648,727189428142235648,1462210444000.0,2016-05-02 17:34:04,+0000,,Filtering particulates from air makes a significant & measurable diff to health. Wd like to credit Larry Page with turning me on to this.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/727189428142235648,[],[],0,,False,4671,227,1180,,None,,,,,,,[],,,, +10223,727176162997313536,727176162997313536,1462207282000.0,2016-05-02 16:41:22,+0000,,Bioweapon Defense Mode is real https://t.co/xGNLrOyhaQ This is what happens when you turn it on: https://t.co/LnkHzXTxqN,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/727176162997313536,['https://www.teslamotors.com/blog/putting-tesla-hepa-filter-and-bioweapon-defense-mode-to-the-test?utm_campaign=Blog_050216&utm_source=Twitter&utm_medium=social'],['https://pbs.twimg.com/media/Chdy3FOW4AcOZvL.jpg'],1,https://pbs.twimg.com/media/Chdy3FOW4AcOZvL.jpg,False,4840,276,2397,,None,,,,,,,[],,,, +10224,726919920374554625,726862948702949376,1462146189000.0,2016-05-01 23:43:09,+0000,,"@MacTechGenius @SacEV Have been reviewing end of line production quality personally. Slowed things down temporarily, but it's for the best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/726919920374554625,[],[],0,,False,178,9,65,,None,,,,,,,[],,,, +10225,726878573001216000,726557903205756928,1462136331000.0,2016-05-01 20:58:51,+0000,,@JohanMancus Historical precedent. Mars vehicle will be metric.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/726878573001216000,[],[],0,,False,322,19,61,,None,,,,,,,[],,,, +10226,726878466382041089,726862948702949376,1462136305000.0,2016-05-01 20:58:25,+0000,,@SacEV next month (with a lot of other good stuff),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/726878466382041089,[],[],0,,False,95,6,6,,None,,,,,,,[],,,, +10227,726829989119696896,726173119367548932,1462124747000.0,2016-05-01 17:45:47,+0000,,@scottymeuk @DericLew @SpaceflightIns @phillipcjackson exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/726829989119696896,[],[],0,,False,73,6,5,,None,,,,,,,[],,,, +10228,726820238361120768,726819534871531520,1462122423000.0,2016-05-01 17:07:03,+0000,,"@_andyoneal sides def, center maybe",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/726820238361120768,[],[],0,,False,110,9,8,,None,,,,,,,[],,,, +10229,726812607298998272,726809418621411328,1462120603000.0,2016-05-01 16:36:43,+0000,,@CyberdineX naturally,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/726812607298998272,[],[],0,,False,101,5,8,,None,,,,,,,[],,,, +10230,726651603906785285,726557903205756928,1462082217000.0,2016-05-01 05:56:57,+0000,,Falcon Heavy thrust will be 5.1M lbf at liftoff -- twice any rocket currently flying. It's a beast...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/726651603906785285,[],[],0,,False,3063,156,903,,None,,,,,,,[],,,, +10231,726650591359819776,726557903205756928,1462081976000.0,2016-05-01 05:52:56,+0000,,F9 thrust at liftoff will be raised to 1.71M lbf later this year. It is capable of 1.9M lbf in flight.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/726650591359819776,[],[],0,,False,1315,51,261,,None,,,,,,,[],,,, +10232,726579536410734592,726557903205756928,1462065035000.0,2016-05-01 01:10:35,+0000,,"@elonmusk F9 LEO payload on capabilities page (correct figure on main page) should be 22,800 kg",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/726579536410734592,[],[],0,,False,588,34,122,,None,,,,,,,[],,,, +10233,726561442636263425,726557903205756928,1462060721000.0,2016-04-30 23:58:41,+0000,,"@lukealization No cross feed. It would help performance, but is not needed for these numbers.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726561442636263425,[],[],0,,False,118,7,15,,None,,,,,,,[],,,, +10234,726560848177561600,726557903205756928,1462060579000.0,2016-04-30 23:56:19,+0000,,@lukealization No physical changes to the engine. This thrust increase is based on delta qual tests. It is just tougher than we thought.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726560848177561600,[],[],0,,False,142,7,22,,None,,,,,,,[],,,, +10235,726559990480150528,726557903205756928,1462060375000.0,2016-04-30 23:52:55,+0000,,@elonmusk Max performance numbers are for expendable launches. Subtract 30% to 40% for reusable booster payload.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726559990480150528,[],[],0,,False,1037,61,282,,None,,,,,,,[],,,, +10236,726559284306173952,726557903205756928,1462060206000.0,2016-04-30 23:50:06,+0000,,"@mattyteare Basically current, but higher throttle setting. Good performance of recent launches allows us to reduce 3 sigma reserve margin.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726559284306173952,[],[],0,,False,104,4,14,,None,,,,,,,[],,,, +10237,726557903205756928,726557903205756928,1462059877000.0,2016-04-30 23:44:37,+0000,,Just posted latest max payload capabilities of Falcon 9 and Heavy https://t.co/Z45Y5V7G91,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/726557903205756928,['http://www.spacex.com/about/capabilities'],[],0,,False,2801,131,940,,None,,,,,,,[],,,, +10238,726301598398312448,726243746543587329,1461998769000.0,2016-04-30 06:46:09,+0000,,@dannysparker yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/726301598398312448,[],[],0,,False,262,16,111,,None,,,,,,,[],,,, +10239,726218218109444096,726173119367548932,1461978890000.0,2016-04-30 01:14:50,+0000,,@phillipcjackson turns out it doesn't need securing,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726218218109444096,[],[],0,,False,144,11,78,,None,,,,,,,[],,,, +10240,726217881080320000,726217277348028416,1461978809000.0,2016-04-30 01:13:29,+0000,,@Mini_Elon yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726217881080320000,[],[],0,,False,116,9,14,,None,,,,,,,[],,,, +10241,726217758229168129,726211059263127552,1461978780000.0,2016-04-30 01:13:00,+0000,,"@vicentes @gdoehne yes, several times",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726217758229168129,[],[],0,,False,108,4,10,,None,,,,,,,[],,,, +10242,726217505560121344,726195791174361089,1461978720000.0,2016-04-30 01:12:00,+0000,,@jbdeck for sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726217505560121344,[],[],0,,False,89,3,7,,None,,,,,,,[],,,, +10243,726217179683655680,726177828740292608,1461978642000.0,2016-04-30 01:10:42,+0000,,@Tweetermeyer things like this should be purged shortly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726217179683655680,[],[],0,,False,69,5,3,,None,,,,,,,[],,,, +10244,726216836069515264,726216138758066177,1461978560000.0,2016-04-30 01:09:20,+0000,,@RokBottomGamers 100+ for almost everything 10+ for heat shields and a few other items.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726216836069515264,[],[],0,,False,120,3,12,,None,,,,,,,[],,,, +10245,726215924760485888,726178564484243460,1461978343000.0,2016-04-30 01:05:43,+0000,,@VivekMGeorge Zuck doesn't (yet) have a deep tech understanding of AI. I spend hours every week being educated by world's best researchers.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/726215924760485888,[],[],0,,False,313,14,68,,None,,,,,,,[],,,, +10246,726214236368576512,726211059263127552,1461977941000.0,2016-04-30 00:59:01,+0000,,"@gdoehne JCSat is pushing the envelope as a very hot and fast mission, so will land on the droneship. Next land landing in a few months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/726214236368576512,[],[],0,,False,109,8,15,,None,,,,,,,[],,,, +10247,726213728278962176,726181179397906432,1461977819000.0,2016-04-30 00:56:59,+0000,,@MrBoylan System scan detected only 0.2% of orders with same email and physical address. Those have been purged.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/726213728278962176,[],[],0,,False,88,8,9,,None,,,,,,,[],,,, +10248,726210827699806208,726193725131640832,1461977128000.0,2016-04-30 00:45:28,+0000,,@vigneshraju of course,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/726210827699806208,[],[],0,,False,328,37,56,,None,,,,,,,[],,,, +10249,726210366766632960,726205035978219521,1461977018000.0,2016-04-30 00:43:38,+0000,,@maya_kazan Temporary spike in some areas due to X 3rd row seat recall. Should be sorted by June.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/726210366766632960,[],[],0,,False,61,6,3,,None,,,,,,,[],,,, +10250,726183794215022592,726181179397906432,1461970683000.0,2016-04-29 22:58:03,+0000,,"@MrBoylan Duplicates will be cancelled. Max of 2 will be delivered to any one person. Only ~5% of orders are 2, so speculation unlikely.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/726183794215022592,[],[],0,,False,101,17,15,,None,,,,,,,[],,,, +10251,726127265612881920,726124209756217344,1461957205000.0,2016-04-29 19:13:25,+0000,,@erothenberg Simple answer is that there just aren't many used Teslas available. Demand >> supply.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/726127265612881920,[],[],0,,False,90,6,13,,None,,,,,,,[],,,, +10252,726125524091723777,726124209756217344,1461956790000.0,2016-04-29 19:06:30,+0000,,@erothenberg checking into it ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/726125524091723777,[],[],0,,False,56,4,1,,None,,,,,,,[],,,, +10253,725367703045730304,725364699303301120,1461776111000.0,2016-04-27 16:55:11,+0000,,@romn8tr will definitely do so,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725367703045730304,[],[],0,,False,113,12,204,,None,,,,,,,[],,,, +10254,725366265322172416,725366265322172416,1461775768000.0,2016-04-27 16:49:28,+0000,,"@abraham_cavazos some places are trickier than others, but yes. That's the value of having a PICA-3 heat shield with propulsive landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725366265322172416,[],[],0,,False,129,4,18,,None,,,,,,,[],,,, +10255,725365829479460864,725364699303301120,1461775665000.0,2016-04-27 16:47:45,+0000,,"@Cardoso It could land on Venus no problem, but would last maybe a few hours. Tough local environment.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725365829479460864,[],[],0,,False,324,14,61,,None,,,,,,,[],,,, +10256,725365200098988032,725364699303301120,1461775514000.0,2016-04-27 16:45:14,+0000,,But wouldn't recommend transporting astronauts beyond Earth-moon region. Wouldn't be fun for longer journeys. Internal volume ~size of SUV.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725365200098988032,[],[],0,,False,3242,259,1012,,None,,,,,,,[],,,, +10257,725364699303301120,725364699303301120,1461775395000.0,2016-04-27 16:43:15,+0000,,Dragon 2 is designed to be able to land anywhere in the solar system. Red Dragon Mars mission is the first test flight.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/725364699303301120,[],[],0,,False,9643,364,3924,,None,,,,,,,[],,,, +10258,724160269480431620,724023226918117376,1461488237000.0,2016-04-24 08:57:17,+0000,,"@KristianNairn A 3 should be workable, but an S or particularly an X would be better",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/724160269480431620,[],[],0,,False,162,10,175,,None,,,,,,,[],,,, +10259,722893014507491329,718598132888702976,1461186100000.0,2016-04-20 21:01:40,+0000,,@scottmcnealy That article was incredibly misleading and you should know it. Wager right now that Sun has received far more than Tesla?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/722893014507491329,[],[],0,,False,383,51,44,,None,,,,,,,[],,,, +10260,722891148126060545,722891148126060545,1461185655000.0,2016-04-20 20:54:15,+0000,,Looks like Model X resale value is holding up well :) https://t.co/4gedy9GCHA,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/722891148126060545,['http://www.bloomberg.com/news/articles/2016-04-20/ford-pays-199-950-before-taxes-for-tesla-s-64th-model-x-suv'],[],0,,False,3797,188,1114,,None,,,,,,,[],,,, +10261,722637629351686144,722598287396605953,1461125211000.0,2016-04-20 04:06:51,+0000,,"@dannysparker Aiming for relaunch in 3 to 4 months, pending detailed examination and 10X refiring of a returned booster",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/722637629351686144,[],[],0,,False,289,10,86,,None,,,,,,,[],,,, +10262,722599856460529665,722588702027874306,1461116205000.0,2016-04-20 01:36:45,+0000,,@RealDarthBL We have amplified pre-delivery inspection to provide a stronger second layer of QA. Several parts being replaced as a result.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/722599856460529665,[],[],0,,False,129,14,9,,None,,,,,,,[],,,, +10263,722598287396605953,722598287396605953,1461115831000.0,2016-04-20 01:30:31,+0000,,By land and sea https://t.co/C5QWfNy99r,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/722598287396605953,[],['https://pbs.twimg.com/media/CgcvT0CUUAAee00.jpg'],1,https://pbs.twimg.com/media/CgcvT0CUUAAee00.jpg,False,12449,255,3481,,None,,,,,,,[],,,, +10264,721946756984938497,721946756984938497,1460960494000.0,2016-04-18 06:21:34,+0000,,Will be interesting to see what the meantime to Hitler is for these bots. Only took Microsoft's Tay a day. https://t.co/8jEazt0nYf,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/721946756984938497,['https://twitter.com/verge/status/721931769029591040'],[],0,,False,2764,160,971,https://twitter.com/verge/status/721931769029591040,None,,,,,,,[],,,, +10265,721829237741621248,721829237741621248,1460932475000.0,2016-04-17 22:34:35,+0000,,Owner video of Autopilot steering to avoid collision with a truck https://t.co/FZUAXSjlR7,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/721829237741621248,['https://m.youtube.com/watch?feature=youtu.be&v=9I5rraWJq6E'],[],0,,False,5134,222,2025,,None,,,,,,,[],,,, +10266,721823126414176257,721815145932951552,1460931018000.0,2016-04-17 22:10:18,+0000,,Godot https://t.co/BIcT4aMVAz Full play https://t.co/kjZnbeuuFA,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/721823126414176257,"['https://en.m.wikipedia.org/wiki/Waiting_for_Godot', 'https://m.youtube.com/watch?v=Wifcyo64n-w']",[],0,,False,1056,71,198,,None,,,,,,,[],,,, +10267,721815145932951552,721815145932951552,1460929116000.0,2016-04-17 21:38:36,+0000,,"Have recently come to appreciate the awesome, absurdist humor of Waiting for Godot. We so often wait, without knowing why, when or where.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/721815145932951552,[],[],0,,False,4275,222,1164,,None,,,,,,,[],,,, +10268,721506316900900864,721486463355871233,1460855485000.0,2016-04-17 01:11:25,+0000,,@ID_AA_Carmack me too!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/721506316900900864,[],[],0,,False,276,26,26,,None,,,,,,,[],,,, +10269,720504138451283968,720504138451283968,1460616547000.0,2016-04-14 06:49:07,+0000,,Great video history of Falcon 9 by Kinematic https://t.co/EeGPVW7kq2,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/720504138451283968,['https://m.youtube.com/watch?feature=youtu.be&v=tU1b1H2EWU4'],[],0,,False,5251,217,2954,,None,,,,,,,[],,,, +10270,719584703196504064,719571133389938688,1460397337000.0,2016-04-11 17:55:37,+0000,,@lonelysandwich needs latest update,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/719584703196504064,[],[],0,,False,152,18,11,,None,,,,,,,[],,,, +10271,719571133389938688,719571133389938688,1460394101000.0,2016-04-11 17:01:41,+0000,,"Activate autopilot 4X in quick succession for psychedelic cowbell road. And, yes, we are adding more cowbell soon.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/719571133389938688,[],[],0,,False,5129,252,1148,,None,,,,,,,[],,,, +10272,719429837157347328,719415679728771072,1460360414000.0,2016-04-11 07:40:14,+0000,,"@drew @SpaceX Not from us, but it's awesome",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/719429837157347328,[],[],0,,False,283,12,22,,None,,,,,,,[],,,, +10273,718982116667600896,718957984005488640,1460253669000.0,2016-04-10 02:01:09,+0000,,"@thelonelyisland Well, I thought TLI might be upset about using their material without permission. Apparently not :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/718982116667600896,[],[],0,,False,678,32,94,,None,,,,,,,[],,,, +10274,718865990373625857,718849535724773379,1460225982000.0,2016-04-09 18:19:42,+0000,,@TheHackersNews @SpaceX Thanks,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/718865990373625857,[],[],0,,False,166,10,18,,None,,,,,,,[],,,, +10275,718686042434342912,718684125335408640,1460183079000.0,2016-04-09 06:24:39,+0000,,@rjcc yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/718686042434342912,[],[],0,,False,114,12,8,,None,,,,,,,[],,,, +10276,718598761832968192,718595725832101889,1460162270000.0,2016-04-09 00:37:50,+0000,,"@levie Tickets to orbital hotels, the moon and Mars will be a lot less than people think.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/718598761832968192,[],[],0,,False,1905,72,654,,None,,,,,,,[],,,, +10277,718598132888702976,718598132888702976,1460162120000.0,2016-04-09 00:35:20,+0000,,"Just wanted to write a note of appreciation for all those who have supported Tesla, SpaceX & SolarCity over the years. Thank you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/718598132888702976,[],[],0,,False,32812,1277,6045,,None,,,,,,,[],,,, +10278,718580558180261888,718579793919238144,1460157930000.0,2016-04-08 23:25:30,+0000,,@POTUS Thanks on behalf of an amazing team at SpaceX!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/718580558180261888,[],[],0,,False,6987,123,1322,,None,,,,,,,[],,,, +10279,718571641949650944,718571529571799040,1460155804000.0,2016-04-08 22:50:04,+0000,,@Jon_Favreau @SpaceX Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/718571641949650944,[],[],0,,False,356,13,33,,None,,,,,,,[],,,, +10280,718548224441774082,718545613051158529,1460150221000.0,2016-04-08 21:17:01,+0000,,@NASA @sgvcrime @SpaceX @Space_Station Thanks for your support! Looking forward to delivering the goods for you.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/718548224441774082,[],[],0,,False,2627,91,498,,None,,,,,,,[],,,, +10281,718532302154833920,718532302154833920,1460146425000.0,2016-04-08 20:13:45,+0000,,"Screen cap from the stern cam of droneship ""Of Course I Still Love You"" https://t.co/4rGOJMTzVn",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/718532302154833920,[],['https://pbs.twimg.com/media/Cfi9UY-VAAAWuHs.jpg'],1,https://pbs.twimg.com/media/Cfi9UY-VAAAWuHs.jpg,False,4916,210,1124,,None,,,,,,,[],,,, +10282,718522065322532865,718520319900852224,1460143984000.0,2016-04-08 19:33:04,+0000,,"@arstechnica Reasons for ocean landing are technical, not economic. Orbit requires extreme horizontal velocity. Getting to space needs none.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/718522065322532865,[],[],0,,False,560,15,168,,None,,,,,,,[],,,, +10283,718272034166480896,718272034166480896,1460084372000.0,2016-04-08 02:59:32,+0000,,SolarCity panels produce enough zero carbon energy to charge entire Tesla fleet https://t.co/bn4LRzii1V,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/718272034166480896,['http://blog.solarcity.com/solarcity-customers-8-gigawatt-hours-teslas?sourcetype=SocialPost&trafficsource=twitter&campaignname=TW-APR2016-CompanyNews-03'],[],0,,False,4480,202,1927,,None,,,,,,,[],,,, +10284,718232099145310208,718112326889529344,1460074851000.0,2016-04-08 00:20:51,+0000,,@nonesuchzach Nickel is also in nickels,de,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/718232099145310208,[],[],0,,False,414,28,55,,None,,,,,,,[],,,, +10285,718121595101782016,718112326889529344,1460048504000.0,2016-04-07 17:01:44,+0000,,"@nonesuchzach Battery uses no rare Earth metals. Main ingredient is nickel, which is what's used to coat cutlery, so very non-toxic.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/718121595101782016,[],[],0,,False,606,30,157,,None,,,,,,,[],,,, +10286,718112326889529344,718112326889529344,1460046295000.0,2016-04-07 16:24:55,+0000,,"Over 325k cars or ~$14B in preorders in first week. Only 5% ordered max of two, suggesting low levels of speculation.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/718112326889529344,[],[],0,,False,8725,612,4003,,None,,,,,,,[],,,, +10287,717755945003028480,717751353984942080,1459961327000.0,2016-04-06 16:48:47,+0000,,@samboykin @danahull the only thing beyond ludicrous is plaid,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/717755945003028480,[],[],0,,False,870,59,179,,None,,,,,,,[],,,, +10288,717755302863441920,717754701794553856,1459961174000.0,2016-04-06 16:46:14,+0000,,"@jpfrappier yes, will go all the way to Alaska",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/717755302863441920,[],[],0,,False,187,14,21,,None,,,,,,,[],,,, +10289,717749079707484160,717743768330313728,1459959690000.0,2016-04-06 16:21:30,+0000,,"@Recode Dex will do comms, but my speeches are just a conversation w the audience. No time to rehearse & don't want to read from a prompter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/717749079707484160,[],[],0,,False,638,27,114,,None,,,,,,,[],,,, +10290,717746816503062528,717745206825607170,1459959150000.0,2016-04-06 16:12:30,+0000,,@maximumblue we will,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/717746816503062528,[],[],0,,False,153,13,12,,None,,,,,,,[],,,, +10291,717738859379843073,717737325866790912,1459957253000.0,2016-04-06 15:40:53,+0000,,@LaurenShearer1 Doesn't sound right. Will check into it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/717738859379843073,[],[],0,,False,135,11,11,,None,,,,,,,[],,,, +10292,717612929214849024,717585333202919424,1459927229000.0,2016-04-06 07:20:29,+0000,,@MThorpXXi We are working on enlarging the opening. Aperture will be big enough for almost anything.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/717612929214849024,[],[],0,,False,269,58,40,,None,,,,,,,[],,,, +10293,717488049848889345,717488049848889345,1459897456000.0,2016-04-05 23:04:16,+0000,,Most telling is that the SpaceX Propulsion CTO switched from driving a Porsche 911 Turbo S to a Model X,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/717488049848889345,[],[],0,,False,3637,146,689,,None,,,,,,,[],,,, +10294,717486314417827841,717486314417827841,1459897042000.0,2016-04-05 22:57:22,+0000,,Model X review https://t.co/IS2zBgDlqn,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/717486314417827841,['http://www.thedrive.com/new-cars/2875/why-the-tesla-model-x-will-make-you-want-an-american-suv'],[],0,,False,2356,89,813,,None,,,,,,,[],,,, +10295,717414130836058113,717411993171337216,1459879832000.0,2016-04-05 18:10:32,+0000,,@Brianmrtz probably unwise,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/717414130836058113,[],[],0,,False,466,29,108,,None,,,,,,,[],,,, +10296,717039506965270529,717006064730775552,1459790515000.0,2016-04-04 17:21:55,+0000,,"@Christiano92 @Inspron @Jerry22499879 won't be a hatchback, but we should be able to increase the opening width and height",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/717039506965270529,[],[],0,,False,307,85,33,,None,,,,,,,[],,,, +10297,717027400979058690,717025816501092352,1459787628000.0,2016-04-04 16:33:48,+0000,,@stevehurd yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/717027400979058690,[],[],0,,False,118,17,10,,None,,,,,,,[],,,, +10298,717018087409606656,717006064730775552,1459785408000.0,2016-04-04 15:56:48,+0000,,@Jerry22499879 yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/717018087409606656,[],[],0,,False,167,17,15,,None,,,,,,,[],,,, +10299,716786814606905345,716786389141086208,1459730268000.0,2016-04-04 00:37:48,+0000,,@qa2198 @TeslaMotors yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716786814606905345,[],[],0,,False,231,22,23,,None,,,,,,,[],,,, +10300,716786765290340352,716786397596745728,1459730256000.0,2016-04-04 00:37:36,+0000,,@GoesAzedo yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716786765290340352,[],[],0,,False,411,35,37,,None,,,,,,,[],,,, +10301,716780724255260673,716745898202685441,1459728816000.0,2016-04-04 00:13:36,+0000,,@morganpage sounds good,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716780724255260673,[],[],0,,False,197,5,13,,None,,,,,,,[],,,, +10302,716780425939521538,716780425939521538,1459728745000.0,2016-04-04 00:12:25,+0000,,"Signing off from impromptu Twitter AMA. Thanks for the suggestions. Btw, we really will have more cow bells.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716780425939521538,[],[],0,,False,3252,241,367,,None,,,,,,,[],,,, +10303,716778890744598528,716710938406047744,1459728379000.0,2016-04-04 00:06:19,+0000,,@lordsshrivas Coming soon for all Tesla cars. Just an OTA software update.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/716778890744598528,[],[],0,,False,450,16,39,,None,,,,,,,[],,,, +10304,716769426675220481,716764882847145984,1459726122000.0,2016-04-03 23:28:42,+0000,,"@GonzaloBolio yes, coming this year",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/716769426675220481,[],[],0,,False,166,7,26,,None,,,,,,,[],,,, +10305,716752643595583490,716710938406047744,1459722121000.0,2016-04-03 22:22:01,+0000,,@AmarnathRevanna Air suspension dynamically adjusts ride height,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716752643595583490,[],[],0,,False,229,15,24,,None,,,,,,,[],,,, +10306,716751456574025728,716743139285970944,1459721838000.0,2016-04-03 22:17:18,+0000,,@GatorWass you can do that now with S and X. Will be same for 3.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716751456574025728,[],[],0,,False,148,4,9,,None,,,,,,,[],,,, +10307,716751300063531008,716713023960784897,1459721801000.0,2016-04-03 22:16:41,+0000,,@_elombardo @rjpryan correct,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716751300063531008,[],[],0,,False,124,3,6,,None,,,,,,,[],,,, +10308,716751152906440705,716743510637035520,1459721766000.0,2016-04-03 22:16:06,+0000,,@EduardoForneck hopefully 0.21,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716751152906440705,[],[],0,,False,286,12,33,,None,,,,,,,[],,,, +10309,716750603813318660,716710938406047744,1459721635000.0,2016-04-03 22:13:55,+0000,,@PeteEhmKay @gerardomarina what's the link to that?,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716750603813318660,[],[],0,,False,172,47,7,,None,,,,,,,[],,,, +10310,716750313471025152,716743871607226368,1459721565000.0,2016-04-03 22:12:45,+0000,,"@tapwin No, but we will need to build a factory in Europe to serve long-term regional demand as Fremont reaches max capacity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716750313471025152,[],[],0,,False,320,68,98,,None,,,,,,,[],,,, +10311,716749717795946496,716710938406047744,1459721423000.0,2016-04-03 22:10:23,+0000,,@mpatfield no problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716749717795946496,[],[],0,,False,107,0,6,,None,,,,,,,[],,,, +10312,716749159324377089,716710938406047744,1459721290000.0,2016-04-03 22:08:10,+0000,,@CrackedUpCorson Will cover whole country hopefully this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716749159324377089,[],[],0,,False,124,12,12,,None,,,,,,,[],,,, +10313,716748255242100736,716745282394976257,1459721075000.0,2016-04-03 22:04:35,+0000,,"@AndersRytter yes, but production AWD will be a lot faster",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716748255242100736,[],[],0,,False,239,12,17,,None,,,,,,,[],,,, +10314,716747844175142912,716745282394976257,1459720977000.0,2016-04-03 22:02:57,+0000,,@AlexBelohlavek less,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716747844175142912,[],[],0,,False,321,5,23,,None,,,,,,,[],,,, +10315,716747672477151232,716745282394976257,1459720936000.0,2016-04-03 22:02:16,+0000,,@torvos torque is shifted between front & rear motors every ~.01 secs. Traction control is way better than a normal AWD. Digital vs analog.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/716747672477151232,[],[],0,,False,352,5,71,,None,,,,,,,[],,,, +10316,716745898202685441,716745898202685441,1459720513000.0,2016-04-03 21:55:13,+0000,,"And, of course, it will have more cowbells.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716745898202685441,[],[],0,,False,4902,239,1301,,None,,,,,,,[],,,, +10317,716745282394976257,716745282394976257,1459720366000.0,2016-04-03 21:52:46,+0000,,"Model 3 will be RWD, with dual motor AWD optional. Even RWD will have great traction on ice due to fast torque response of Tesla drivetrain.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716745282394976257,[],[],0,,False,4625,235,1290,,None,,,,,,,[],,,, +10318,716743909750218752,716740416549158912,1459720039000.0,2016-04-03 21:47:19,+0000,,@GolfsHard yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716743909750218752,[],[],0,,False,165,4,12,,None,,,,,,,[],,,, +10319,716743848580497409,716740488859099137,1459720024000.0,2016-04-03 21:47:04,+0000,,@Zooropa88 @TeslaMotors Superchargers and service centers will cover all of Italy later this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716743848580497409,[],[],0,,False,223,19,85,,None,,,,,,,[],,,, +10320,716743321624903680,716710938406047744,1459719898000.0,2016-04-03 21:44:58,+0000,,@_Only_Hawk @MICHAELSD01 @TechGrlTweeter definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716743321624903680,[],[],0,,False,88,5,10,,None,,,,,,,[],,,, +10321,716742777468555264,716741002455871488,1459719769000.0,2016-04-03 21:42:49,+0000,,@Alandbru @TeslaMotors should be addressed this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/716742777468555264,[],[],0,,False,148,14,29,,None,,,,,,,[],,,, +10322,716731407310196736,716728343379443713,1459717058000.0,2016-04-03 20:57:38,+0000,,@CmaxVs Only way to get enough rear passenger headroom was to move the rear roof cross-car support beam. A bike will still fit no problem.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716731407310196736,[],[],0,,False,247,38,42,,None,,,,,,,[],,,, +10323,716730641585340416,716710938406047744,1459716875000.0,2016-04-03 20:54:35,+0000,,@iKrivetko that's not the real steering system,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716730641585340416,[],[],0,,False,335,21,49,,None,,,,,,,[],,,, +10324,716730009394647040,716728788491571200,1459716725000.0,2016-04-03 20:52:05,+0000,,@B_Rans yes. Will easily fit two child seats. Three if you buy slim seats.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716730009394647040,[],[],0,,False,133,5,19,,None,,,,,,,[],,,, +10325,716729841362407424,716710938406047744,1459716685000.0,2016-04-03 20:51:25,+0000,,@gerardomarina Some tweaking underway,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716729841362407424,[],[],0,,False,305,56,20,,None,,,,,,,[],,,, +10326,716729420078133248,716710938406047744,1459716584000.0,2016-04-03 20:49:44,+0000,,@HBL_Cosmin Wait until you see the real steering controls and system for the 3. It feels like a spaceship.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/716729420078133248,[],[],0,,False,1213,92,368,,None,,,,,,,[],,,, +10327,716715017781915648,716710938406047744,1459713150000.0,2016-04-03 19:52:30,+0000,,@MICHAELSD01 @TechGrlTweeter Won't happen. Reason initial cars are delivered close to factory is to have rapid turnaround on early issues.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716715017781915648,[],[],0,,False,280,28,35,,None,,,,,,,[],,,, +10328,716714416801099782,716710938406047744,1459713007000.0,2016-04-03 19:50:07,+0000,,@scottkelley99 Edge and contour refinement are ongoing. Even .1mm matters.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716714416801099782,[],[],0,,False,219,15,27,,None,,,,,,,[],,,, +10329,716713492389044224,716710938406047744,1459712787000.0,2016-04-03 19:46:27,+0000,,@_amwolo_ They can. Will be great for road trips and camping,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716713492389044224,[],[],0,,False,442,10,48,,None,,,,,,,[],,,, +10330,716713294128500737,716710938406047744,1459712739000.0,2016-04-03 19:45:39,+0000,,@BValvsRacing It will make sense after part 2 of the Model 3 unveil,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716713294128500737,[],[],0,,False,861,114,159,,None,,,,,,,[],,,, +10331,716713023960784897,716713023960784897,1459712675000.0,2016-04-03 19:44:35,+0000,,"A Model 3 order gives you priority in your geography, so, even tho total count is high, ordering early will make a big difference locally.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716713023960784897,[],[],0,,False,3108,322,722,,None,,,,,,,[],,,, +10332,716710938406047744,716710938406047744,1459712178000.0,2016-04-03 19:36:18,+0000,,"In general, product comments, suggestions and criticisms are always welcome",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716710938406047744,[],[],0,,False,2656,1350,380,,None,,,,,,,[],,,, +10333,716709914911989760,716697574556639232,1459711934000.0,2016-04-03 19:32:14,+0000,,@RyanCasburn We always try to maximize customer happiness even if that means a revenue shortfall in a quarter. Loyalty begets loyalty.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716709914911989760,[],[],0,,False,732,27,142,,None,,,,,,,[],,,, +10334,716708661024804866,716693951260938241,1459711635000.0,2016-04-03 19:27:15,+0000,,@SnoozeThroughF1 There will be an optional tow hitch.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716708661024804866,[],[],0,,False,405,82,54,,None,,,,,,,[],,,, +10335,716704636896284673,716697574556639232,1459710675000.0,2016-04-03 19:11:15,+0000,,@RGspan Our production ramp plan should enable large numbers of non X/S customers to receive the credit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/716704636896284673,[],[],0,,False,235,22,37,,None,,,,,,,[],,,, +10336,716701798002610176,716693951260938241,1459709998000.0,2016-04-03 18:59:58,+0000,,@jeffrey @neutyp Matte black was surprisingly popular. Probably makes sense to bring it to production.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/716701798002610176,[],[],0,,False,734,72,83,,None,,,,,,,[],,,, +10337,716700979379372032,716700585890713602,1459709803000.0,2016-04-03 18:56:43,+0000,,"@WaltNew cool, thanks!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/716700979379372032,[],[],0,,False,117,5,8,,None,,,,,,,[],,,, +10338,716696932073152512,716693951260938241,1459708838000.0,2016-04-03 18:40:38,+0000,,"@mindthreat @RyanHummer Yes, if the trend continues, before",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/716696932073152512,[],[],0,,False,164,21,19,,None,,,,,,,[],,,, +10339,716693951260938241,716693951260938241,1459708128000.0,2016-04-03 18:28:48,+0000,,276k Model 3 orders by end of Sat,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/716693951260938241,[],[],0,,False,8008,624,3477,,None,,,,,,,[],,,, +10340,716510703000100865,716510703000100865,1459664438000.0,2016-04-03 06:20:38,+0000,,Model 3 design sketches https://t.co/P5ucOBRUZ7,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/716510703000100865,[],['https://pbs.twimg.com/media/CfGOqcaW8AI9zyP.jpg'],1,https://pbs.twimg.com/media/CfGOqcaW8AI9zyP.jpg,False,13084,507,4149,,None,,,,,,,[],,,, +10341,716356456593756160,716345597712670720,1459627663000.0,2016-04-02 20:07:43,+0000,,"@grebakshay We are working on an exact date, but Tesla will be in India before 3 production starts.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/716356456593756160,[],[],0,,False,636,69,334,,None,,,,,,,[],,,, +10342,716356220156686336,716355710360162304,1459627606000.0,2016-04-02 20:06:46,+0000,,@Model3Owners They will. We spent a lot of time on those.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/716356220156686336,[],[],0,,False,390,20,34,,None,,,,,,,[],,,, +10343,716347450148040704,716345597712670720,1459625515000.0,2016-04-02 19:31:55,+0000,,"@vicentes Roadster, S and X customers are the ones who got us here and are paying for 3. They deserve a lot of credit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716347450148040704,[],[],0,,False,711,28,101,,None,,,,,,,[],,,, +10344,716347036786757632,716345597712670720,1459625417000.0,2016-04-02 19:30:17,+0000,,"@Aakashhh_ we will send something to everyone who ordered, but an extra gift for those who stood in some crazy long lines",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716347036786757632,[],[],0,,False,649,58,90,,None,,,,,,,[],,,, +10345,716346618035830784,716345597712670720,1459625317000.0,2016-04-02 19:28:37,+0000,,"@raytech247 yes, within a region. Can't deliver to all regions simultaneously. Too much complexity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716346618035830784,[],[],0,,False,130,10,14,,None,,,,,,,[],,,, +10346,716346279391944704,716345597712670720,1459625236000.0,2016-04-02 19:27:16,+0000,,@squallcraft and a few other things,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716346279391944704,[],[],0,,False,235,6,16,,None,,,,,,,[],,,, +10347,716345597712670720,716345597712670720,1459625074000.0,2016-04-02 19:24:34,+0000,,"Token of appreciation for those who lined up coming via mail. Thought maybe 20-30 people per store would line up, not 800. Gifts on order.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716345597712670720,[],[],0,,False,5542,385,963,,None,,,,,,,[],,,, +10348,716344348107878401,716341849409998849,1459624776000.0,2016-04-02 19:19:36,+0000,,@34thrain Maybe 1/4 to 1/2 of what happened. No one at Tesla thought it would be this high before part 2 of the unveil.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716344348107878401,[],[],0,,False,475,46,109,,None,,,,,,,[],,,, +10349,716343274730991616,716343274730991616,1459624520000.0,2016-04-02 19:15:20,+0000,,"Will give an update tonight for the 3 day total, then last one on Wed for the full week. All efforts focused on accelerating the ramp.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716343274730991616,[],[],0,,False,3159,218,526,,None,,,,,,,[],,,, +10350,716341849409998849,716341849409998849,1459624180000.0,2016-04-02 19:09:40,+0000,,253k as of 7am this morning,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/716341849409998849,[],[],0,,False,7421,540,2892,,None,,,,,,,[],,,, +10351,716155418800730113,716089404985487361,1459579732000.0,2016-04-02 06:48:52,+0000,,@sundarpichai thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/716155418800730113,[],[],0,,False,617,26,62,,None,,,,,,,[],,,, +10352,716089404985487361,716089404985487361,1459563993000.0,2016-04-02 02:26:33,+0000,,Now 232k orders,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/716089404985487361,[],[],0,,False,13786,957,5012,,None,,,,,,,[],,,, +10353,715999819437850624,715994457993318400,1459542634000.0,2016-04-01 20:30:34,+0000,,@GrahamABlair of course :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/715999819437850624,[],[],0,,False,346,11,27,,None,,,,,,,[],,,, +10354,715975692228243460,715974325107572736,1459536881000.0,2016-04-01 18:54:41,+0000,,"@Jbourquee Giga is designed to self-power via solar panels (primarily), wind & geo, using its own batteries to store electricity at night.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/715975692228243460,[],[],0,,False,570,15,128,,None,,,,,,,[],,,, +10355,715974749982220288,715973827834961920,1459536657000.0,2016-04-01 18:50:57,+0000,,@steveagee def on the cards for the future,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/715974749982220288,[],[],0,,False,290,15,31,,None,,,,,,,[],,,, +10356,715972980556193792,715972483447267328,1459536235000.0,2016-04-01 18:43:55,+0000,,@JackLipstone should be within a week or two max,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/715972980556193792,[],[],0,,False,82,1,7,,None,,,,,,,[],,,, +10357,715971547475886083,715964901466853376,1459535893000.0,2016-04-01 18:38:13,+0000,,"@Alyssa_Milano Hi Alyssa, thanks for placing your faith in Tesla. I hope you have a great experience with the car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/715971547475886083,[],[],0,,False,363,3,33,,None,,,,,,,[],,,, +10358,715955186175459332,715955186175459332,1459531992000.0,2016-04-01 17:33:12,+0000,,Definitely going to need to rethink production planning...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/715955186175459332,[],[],0,,False,9138,717,3115,,None,,,,,,,[],,,, +10359,715952781895426048,715952781895426048,1459531419000.0,2016-04-01 17:23:39,+0000,,"Thought it would slow way down today, but Model 3 order count is now at 198k. Recommend ordering soon, as the wait time is growing rapidly.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/715952781895426048,[],[],0,,False,8939,519,3848,,None,,,,,,,[],,,, +10360,715934657720639488,715934657720639488,1459527098000.0,2016-04-01 16:11:38,+0000,,"Model 3 orders at 180,000 in 24 hours. Selling price w avg option mix prob $42k, so ~$7.5B in a day. Future of electric cars looking bright!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/715934657720639488,[],[],0,,False,22278,853,15553,,None,,,,,,,[],,,, +10361,715776577485807621,715775591816044545,1459489409000.0,2016-04-01 05:43:29,+0000,,@IndiaToday Will include India-wide Supercharger network,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715776577485807621,[],[],0,,False,1117,121,670,,None,,,,,,,[],,,, +10362,715774770013409281,715729313249632257,1459488978000.0,2016-04-01 05:36:18,+0000,,@Oatmeal sure!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715774770013409281,[],[],0,,False,1749,66,172,,None,,,,,,,[],,,, +10363,715774390802194432,715566236822671360,1459488887000.0,2016-04-01 05:34:47,+0000,,@StartUpRabbi Coming in the mail,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715774390802194432,[],[],0,,False,177,12,18,,None,,,,,,,[],,,, +10364,715766837590499328,715766354993917957,1459487087000.0,2016-04-01 05:04:47,+0000,,@redletterdave Hardware in all cars. Autopilot safety features standard. Convenience features optional (like S and X).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715766837590499328,[],[],0,,False,284,18,52,,None,,,,,,,[],,,, +10365,715765978328612870,715765760270995456,1459486882000.0,2016-04-01 05:01:22,+0000,,@drew Just order the SpaceX option package!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715765978328612870,[],[],0,,False,869,19,162,,None,,,,,,,[],,,, +10366,715765746429784064,715765746429784064,1459486826000.0,2016-04-01 05:00:26,+0000,,"Thanks for tuning in to the Model 3 unveil Part 1! Part 2 is super next level, but that's for later…",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/715765746429784064,[],[],0,,False,7220,405,1667,,None,,,,,,,[],,,, +10367,715679848828575744,715647321019551744,1459466347000.0,2016-03-31 23:19:07,+0000,,"@lukealization yes, will cover whole country",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/715679848828575744,[],[],0,,False,233,26,38,,None,,,,,,,[],,,, +10368,715677526459199488,715647321019551744,1459465793000.0,2016-03-31 23:09:53,+0000,,@preastro yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/715677526459199488,[],[],0,,False,98,8,37,,None,,,,,,,[],,,, +10369,715677488228098048,715647321019551744,1459465784000.0,2016-03-31 23:09:44,+0000,,@KentNStephens sure is,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/715677488228098048,[],[],0,,False,135,7,12,,None,,,,,,,[],,,, +10370,715656818756726784,715654905390731269,1459460856000.0,2016-03-31 21:47:36,+0000,,@roddrury X and S will also be available,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/715656818756726784,[],[],0,,False,133,12,28,,None,,,,,,,[],,,, +10371,715647321019551744,715647321019551744,1459458592000.0,2016-03-31 21:09:52,+0000,,"Adding several more countries to Model 3 order page tonight. Check for details, but will include India, Brazil, SA, SK, NZ, Sing & Ireland.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/715647321019551744,[],[],0,,False,5336,640,2848,,None,,,,,,,[],,,, +10372,715640777578143744,715637755598901248,1459457031000.0,2016-03-31 20:43:51,+0000,,"Model 3 orders, whether in store or online, are limited to two per person",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/715640777578143744,[],[],0,,False,1558,186,604,,None,,,,,,,[],,,, +10373,715637755598901248,715637755598901248,1459456311000.0,2016-03-31 20:31:51,+0000,,Online ordering at https://t.co/46TXqRrsdr will now open at 7:30pm Pacific to ensure no server overload. Presentation still at 8:30.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/715637755598901248,['http://Tesla.com'],[],0,,False,2480,174,1210,,None,,,,,,,[],,,, +10374,715574515405692929,715574343657459712,1459441233000.0,2016-03-31 16:20:33,+0000,,@haerone From almost anywhere,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/715574515405692929,[],[],0,,False,81,11,6,,None,,,,,,,[],,,, +10375,715570155921616896,715566236822671360,1459440194000.0,2016-03-31 16:03:14,+0000,,@GiftedDiego Coming soon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/715570155921616896,[],[],0,,False,101,13,7,,None,,,,,,,[],,,, +10376,715566236822671360,715566236822671360,1459439260000.0,2016-03-31 15:47:40,+0000,,"Incredibly inspired by the interest in Model 3. You won't be disappointed. Also, small token of appreciation coming for those who lined up.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/715566236822671360,[],[],0,,False,10453,608,2969,,None,,,,,,,[],,,, +10377,715433418260029440,715433418260029440,1459407593000.0,2016-03-31 06:59:53,+0000,,Model 3 unveil will be webcast live at 8:30pm California time at https://t.co/46TXqRrsdr,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/715433418260029440,['http://Tesla.com'],[],0,,False,4562,241,2819,,None,,,,,,,[],,,, +10378,715309739752747009,715307847890903041,1459378106000.0,2016-03-30 22:48:26,+0000,,"@rossbin You will see the car very clearly, but some important elements will be added and some will evolve.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/715309739752747009,[],[],0,,False,501,27,98,,None,,,,,,,[],,,, +10379,715307847890903041,715307847890903041,1459377655000.0,2016-03-30 22:40:55,+0000,,"Tomorrow is Part 1 of the Model 3 unveil. Part 2, which takes things to another level, will be closer to production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/715307847890903041,[],[],0,,False,5400,234,2114,,None,,,,,,,[],,,, +10380,715303533659041792,715303533659041792,1459376626000.0,2016-03-30 22:23:46,+0000,,Model 3 order day starting in Australia https://t.co/T6aUnG5BCv,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/715303533659041792,[],['https://pbs.twimg.com/media/Ce1Ew7MUIAAeXwB.jpg'],1,https://pbs.twimg.com/media/Ce1Ew7MUIAAeXwB.jpg,False,3761,138,1266,,None,,,,,,,[],,,, +10381,715220713326530561,715220713326530561,1459356880000.0,2016-03-30 16:54:40,+0000,,You can now buy cruise ship tickets for the Arctic passage. Seeing is believing. https://t.co/LhKupkNMFC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/715220713326530561,['http://www.wired.com/2016/03/climate-change-opens-first-luxury-arctic-cruise-route/'],[],0,,False,1886,137,1215,,None,,,,,,,[],,,, +10382,715219872204992512,715219872204992512,1459356680000.0,2016-03-30 16:51:20,+0000,,Great article by @BadAstronomer. Important to note max temp record. Too much attention on avg temp. Max matters most https://t.co/0FnIAVsbIu,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/715219872204992512,['https://twitter.com/badastronomer/status/715203254590648320'],[],0,,False,2087,82,1282,https://twitter.com/badastronomer/status/715203254590648320,None,,,,,,,[],,,, +10383,714963420316049411,714963420316049411,1459295537000.0,2016-03-29 23:52:17,+0000,,Looks like we may need to increase production plans for the Model 3 https://t.co/fmCPFC9FEm,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/714963420316049411,[],['https://pbs.twimg.com/media/CewPb6tXEAA5Q5_.jpg'],1,https://pbs.twimg.com/media/CewPb6tXEAA5Q5_.jpg,False,8412,587,2423,,None,,,,,,,[],,,, +10384,711603839443423232,711603839443423232,1458494550000.0,2016-03-20 17:22:30,+0000,,Tesla charger map https://t.co/9tei7lU4FD,fr,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/711603839443423232,['https://twitter.com/teslamotors/status/711601527765360640'],[],0,,False,2520,165,921,https://twitter.com/teslamotors/status/711601527765360640,None,,,,,,,[],,,, +10385,711258598551240704,711243731878354944,1458412239000.0,2016-03-19 18:30:39,+0000,,@MileHighWillY being fixed,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/711258598551240704,[],[],0,,False,85,12,11,,None,,,,,,,[],,,, +10386,710657482322915328,710287603694641152,1458268921000.0,2016-03-18 02:42:01,+0000,,@RobGlaser sure,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/710657482322915328,[],[],0,,False,60,5,4,,None,,,,,,,[],,,, +10387,710625418856964096,710596956670693376,1458261277000.0,2016-03-18 00:34:37,+0000,,"@mikegaalsf Turn off recirc. Air exits thru rear vents. Snap in shade also avail from service, but I just tint the rear window.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/710625418856964096,[],[],0,,False,81,8,7,,None,,,,,,,[],,,, +10388,707636460212490240,707632249340952577,1457548654000.0,2016-03-09 18:37:34,+0000,,@Christianlguaje no,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/707636460212490240,[],[],0,,False,686,32,144,,None,,,,,,,[],,,, +10389,707632249340952577,707632249340952577,1457547650000.0,2016-03-09 18:20:50,+0000,,The AEI meeting wasn't secret and I was only there for a few hours to talk about Mars and sustainable energy. Nothing to do with Trump.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/707632249340952577,[],[],0,,False,3756,266,930,,None,,,,,,,[],,,, +10390,707611375191744512,707611375191744512,1457542673000.0,2016-03-09 16:57:53,+0000,,Congrats to DeepMind! Many experts in the field thought AI was 10 years away from achieving this. https://t.co/5gGZZkud3K,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/707611375191744512,['https://twitter.com/demishassabis/status/707474683906674688'],[],0,,False,2742,79,1193,https://twitter.com/demishassabis/status/707474683906674688,None,,,,,,,[],,,, +10391,706612070041591808,706610504161107968,1457304420000.0,2016-03-06 22:47:00,+0000,,"SpaceX & Tesla comp is same or better than other companies. Big diff is that we don't outsource manufacturing, retail sales or service.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/706612070041591808,[],[],0,,False,4331,158,1257,,None,,,,,,,[],,,, +10392,706610504161107968,706610504161107968,1457304047000.0,2016-03-06 22:40:47,+0000,,"SpaceX and Tesla rated most meaningful work in high tech. Also, most stressful, but that goes with the territory. https://t.co/y8s4UdMF5z",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/706610504161107968,['https://twitter.com/dfjsteve/status/705925529388453888'],[],0,,False,5397,169,2326,https://twitter.com/dfjsteve/status/705925529388453888,None,,,,,,,[],,,, +10393,706185709481119745,705972324592435200,1457202768000.0,2016-03-05 18:32:48,+0000,,@wk057 @TeslaMotors Wasn't done at my request. Good hacking is a gift.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/706185709481119745,[],[],0,,False,425,21,94,,None,,,,,,,[],,,, +10394,705917924972736512,705917924972736512,1457138923000.0,2016-03-05 00:48:43,+0000,,"Rocket landed hard on the droneship. Didn't expect this one to work (v hot reentry), but next flight has a good chance.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/705917924972736512,[],[],0,,False,9885,681,3892,,None,,,,,,,[],,,, +10395,705910704792973313,705910704792973313,1457137201000.0,2016-03-05 00:20:01,+0000,,"Target altitude of 40,600 km achieved. Thanks @SES_Satellites for riding on Falcon 9! Looking forward to future missions.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/705910704792973313,[],[],0,,False,5912,250,1812,,None,,,,,,,[],,,, +10396,705687267684159488,705683898437496832,1457083930000.0,2016-03-04 09:32:10,+0000,,@Astro_Valdric @TeslaMotors We spoke earlier today and he said he would investigate the situation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/705687267684159488,[],[],0,,False,217,23,71,,None,,,,,,,[],,,, +10397,705094397470179329,705089680581132288,1456942579000.0,2016-03-02 18:16:19,+0000,,.@curtismcauliff SpaceX has not donated to any presidential campaign,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/705094397470179329,[],[],0,,False,2522,142,555,,None,,,,,,,[],,,, +10398,705089680581132288,705089680581132288,1456941454000.0,2016-03-02 17:57:34,+0000,,Evolution hasn't advanced much https://t.co/tsgmvtGYxH,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/705089680581132288,['https://twitter.com/arstechnica/status/705069161064603648'],[],0,,False,1170,94,419,https://twitter.com/arstechnica/status/705069161064603648,None,,,,,,,[],,,, +10399,704949916171444224,704949916171444224,1456908132000.0,2016-03-02 08:42:12,+0000,,MIT Technology Review 2016 https://t.co/db7QZRmgH5,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/704949916171444224,['https://www.technologyreview.com/lists/technologies/2016/'],[],0,,False,1905,103,971,,None,,,,,,,[],,,, +10400,704825457934364674,704823859254423552,1456878458000.0,2016-03-02 00:27:38,+0000,,@chrisdbond checking ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/704825457934364674,[],[],0,,False,59,2,4,,None,,,,,,,[],,,, +10401,704779047746691072,704770247769722880,1456867393000.0,2016-03-01 21:23:13,+0000,,@lorengrush exactly :),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/704779047746691072,[],[],0,,False,90,3,9,,None,,,,,,,[],,,, +10402,704770247769722880,704770247769722880,1456865295000.0,2016-03-01 20:48:15,+0000,,Pushing launch to Friday due to extreme high altitude wind shear. Hits like a sledgehammer when going up supersonic https://t.co/Gr8T5upaLd,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/704770247769722880,[],['https://pbs.twimg.com/media/CcfYzdsUkAE3cFf.jpg'],1,https://pbs.twimg.com/media/CcfYzdsUkAE3cFf.jpg,False,3791,228,1524,,None,,,,,,,[],,,, +10403,704603669786791936,704554265885417472,1456825580000.0,2016-03-01 09:46:20,+0000,,@PernilleT Only heard about it today. Doesn't sound like they are in the right though in their dealings with our subcontractor.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/704603669786791936,[],[],0,,False,56,5,7,,None,,,,,,,[],,,, +10404,704102461766676481,704101592098693120,1456706083000.0,2016-02-29 00:34:43,+0000,,@SpaceX Launch aborted on low thrust alarm. Rising oxygen temps due to hold for boat and helium bubble triggered alarm.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/704102461766676481,[],[],0,,False,2365,302,1734,,None,,,,,,,[],,,, +10405,704092857829732353,704092037889396736,1456703793000.0,2016-02-28 23:56:33,+0000,,@SpaceX AF has placed launch on hold due to a boat entering the edge of the keep out zone. Scrambling helo to get them to move.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/704092857829732353,[],[],0,,False,1853,207,1073,,None,,,,,,,[],,,, +10406,703760056827912197,703632077384581120,1456624447000.0,2016-02-28 01:54:07,+0000,,"@TLKFremont Great leg room for 3rd row, rear visibility better, easy storage of long cargo.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/703760056827912197,[],[],0,,False,81,13,6,,None,,,,,,,[],,,, +10407,703692375055413248,703632077384581120,1456608310000.0,2016-02-27 21:25:10,+0000,,"@derekslager @skiesforme yes, it actually performed better than other colors on stain tests. Best not to have vented seats w kids though.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/703692375055413248,[],[],0,,False,72,7,5,,None,,,,,,,[],,,, +10408,703650455407079424,703632077384581120,1456598316000.0,2016-02-27 18:38:36,+0000,,"@skiesforme Can't emphasize enough that white is the best interior. Also, pick 6 seats unless you really need 7.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/703650455407079424,[],[],0,,False,99,9,17,,None,,,,,,,[],,,, +10409,703636763227484161,703632077384581120,1456595051000.0,2016-02-27 17:44:11,+0000,,"@skiesforme @TeslaMotors That said, the white interior is the best. Highly recommend.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/703636763227484161,[],[],0,,False,58,1,9,,None,,,,,,,[],,,, +10410,703636644704849921,703632077384581120,1456595023000.0,2016-02-27 17:43:43,+0000,,@skiesforme Heavy use of the white causes splitting. Adding backing material to strengthen. Will be upgraded at no cost.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/703636644704849921,[],[],0,,False,79,5,9,,None,,,,,,,[],,,, +10411,702534707464896512,702534707464896512,1456332301000.0,2016-02-24 16:45:01,+0000,,Worth reposting the Wait But Why piece on AI. We are at the beginning of exponential growth in digital intelligence. https://t.co/1c30ZwrxQ1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/702534707464896512,['http://waitbutwhy.com/2015/01/artificial-intelligence-revolution-1.html'],[],0,,False,4323,213,2406,,None,,,,,,,[],,,, +10412,702291394023415812,702291394023415812,1456274290000.0,2016-02-24 00:38:10,+0000,,Next gen Atlas robot https://t.co/UklqidXrvD,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/702291394023415812,['https://m.youtube.com/watch?v=rVlhMGQgDkY&feature=youtu.be'],[],0,,False,3065,264,2399,,None,,,,,,,[],,,, +10413,702233502910025732,702230297010708481,1456260488000.0,2016-02-23 20:48:08,+0000,,@RoMcLocko @TeslaMotors coming later this year,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/702233502910025732,[],[],0,,False,133,18,50,,None,,,,,,,[],,,, +10414,701548454460284929,701547612747345921,1456097160000.0,2016-02-21 23:26:00,+0000,,"There is no way it is only 0.5%, given the staggeringly massive number of fossil subsidies that exist in every country, or as high as 50%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/701548454460284929,[],[],0,,False,1283,85,381,,None,,,,,,,[],,,, +10415,701547612747345921,701547612747345921,1456096959000.0,2016-02-21 23:22:39,+0000,,"Global economy of $100T is overwhelmingly fossil fuel based, so IMF estimate of $5T or 5% for carbon subsidy is def right order of magnitude",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/701547612747345921,[],[],0,,False,2127,86,890,,None,,,,,,,[],,,, +10416,701222643278548993,701222643278548993,1456019480000.0,2016-02-21 01:51:20,+0000,,Just wanted to thank Stu G for https://t.co/7FlnbruWpL. Know it meant a lot to you. Will take good care.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/701222643278548993,['http://tesla.com'],[],0,,False,3445,96,648,,None,,,,,,,[],,,, +10417,701143735690612736,700404336036188160,1456000667000.0,2016-02-20 20:37:47,+0000,,@nathanfielder Don't you already have a spaceship? https://t.co/tFNM43sONg,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/701143735690612736,[],['https://pbs.twimg.com/media/Cbr2gqxUsAAzkn8.jpg'],1,https://pbs.twimg.com/media/Cbr2gqxUsAAzkn8.jpg,False,3325,33,691,,None,,,,,,,[],,,, +10418,700600176713404416,700600176713404416,1455871073000.0,2016-02-19 08:37:53,+0000,,Worth noting that all gasoline cars are heavily subsidized via oil company tax credits & unpaid public health costs https://t.co/4li5E013Dj,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/700600176713404416,['http://www.theguardian.com/environment/2015/may/18/fossil-fuel-companies-getting-10m-a-minute-in-subsidies-says-imf'],[],0,,False,6171,325,5187,,None,,,,,,,[],,,, +10419,700583378328784896,700583378328784896,1455867068000.0,2016-02-19 07:31:08,+0000,,Sigh … https://t.co/VelOzAKIW6,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/700583378328784896,['http://m.huffpost.com/us/entry/koch-electric-vehicles_us_56c4d63ce4b0b40245c8cbf6'],[],0,,False,4316,685,3325,,None,,,,,,,[],,,, +10420,700540843455705088,700400342047961088,1455856927000.0,2016-02-19 04:42:07,+0000,,@elliegoulding Hi :),und,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/700540843455705088,[],[],0,,False,359,23,54,,None,,,,,,,[],,,, +10421,700400899991011328,700400342047961088,1455823562000.0,2016-02-18 19:26:02,+0000,,"@msb17 yeah, that's a great one too :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/700400899991011328,[],[],0,,False,60,3,3,,None,,,,,,,[],,,, +10422,700400754943627264,700400342047961088,1455823527000.0,2016-02-18 19:25:27,+0000,,@AnnaDotBlue Little bit,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/700400754943627264,[],[],0,,False,86,1,5,,None,,,,,,,[],,,, +10423,700400342047961088,700400342047961088,1455823429000.0,2016-02-18 19:23:49,+0000,,"Worth watching ""Nathan for You"" on Comedy Central, particularly the ""Dumb Starbucks"" and ""Mechanic/Realtor"" episodes",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/700400342047961088,[],[],0,,False,2382,111,522,,None,,,,,,,[],,,, +10424,700398127044362240,700398127044362240,1455822900000.0,2016-02-18 19:15:00,+0000,,My coffee tastes unusually good this morning https://t.co/LowwuPAgoz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/700398127044362240,[],['https://pbs.twimg.com/media/CbhP-tsWIAAiBlQ.jpg'],1,https://pbs.twimg.com/media/CbhP-tsWIAAiBlQ.jpg,False,5905,232,1079,,None,,,,,,,[],,,, +10425,699880397396512768,699709623406702592,1455699464000.0,2016-02-17 08:57:44,+0000,,@BasseyE @tegmark yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/699880397396512768,[],[],0,,False,78,14,13,,None,,,,,,,[],,,, +10426,699709623406702592,699709623406702592,1455658748000.0,2016-02-16 21:39:08,+0000,,Interesting to think of physics as a set of compression algorithms for the universe. That's basically what formulas are.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/699709623406702592,[],[],0,,False,7306,356,3108,,None,,,,,,,[],,,, +10427,699510738147106816,699510097332994048,1455611330000.0,2016-02-16 08:28:50,+0000,,"@chriskreidler @engadget yes, this was done jointly with Tesla and Radio Flyer",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/699510738147106816,[],[],0,,False,128,6,18,,None,,,,,,,[],,,, +10428,699510097332994048,699510097332994048,1455611178000.0,2016-02-16 08:26:18,+0000,,This baby Model S really is quite fun https://t.co/40W5sS5bKI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/699510097332994048,['https://twitter.com/engadget/status/699489096406802432'],[],0,,False,2687,201,1019,https://twitter.com/engadget/status/699489096406802432,None,,,,,,,[],,,, +10429,697684032868356097,697684032868356097,1455175810000.0,2016-02-11 07:30:10,+0000,,More details on Model 3 unveil in coming weeks. That's it for now.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697684032868356097,[],[],0,,False,3544,213,1007,,None,,,,,,,[],,,, +10430,697682665919516672,697678962588188672,1455175484000.0,2016-02-11 07:24:44,+0000,,@MysteryGuitarM yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697682665919516672,[],[],0,,False,188,13,14,,None,,,,,,,[],,,, +10431,697679828468641792,697678962588188672,1455174808000.0,2016-02-11 07:13:28,+0000,,No signature series for Model 3. Same reservation amount for all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697679828468641792,[],[],0,,False,1505,92,385,,None,,,,,,,[],,,, +10432,697679434996850688,697678962588188672,1455174714000.0,2016-02-11 07:11:54,+0000,,@garethseneque global,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697679434996850688,[],[],0,,False,164,9,21,,None,,,,,,,[],,,, +10433,697678962588188672,697678962588188672,1455174601000.0,2016-02-11 07:10:01,+0000,,Model 3 reservations ($1000 down) will be accepted in Tesla stores on March 31 and online April 1,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/697678962588188672,[],[],0,,False,5740,499,3240,,None,,,,,,,[],,,, +10434,697674277131153408,697672633333239808,1455173484000.0,2016-02-11 06:51:24,+0000,,@ErikRoesegg good point,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/697674277131153408,[],[],0,,False,104,4,1,,None,,,,,,,[],,,, +10435,697341715712086016,697331144417619968,1455094195000.0,2016-02-10 08:49:55,+0000,,Should mention that Tesla Motors itself had nothing to do with the short movie. This was completely independent.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/697341715712086016,[],[],0,,False,1259,98,182,,None,,,,,,,[],,,, +10436,697331144417619968,697331144417619968,1455091675000.0,2016-02-10 08:07:55,+0000,,Love this Tesla video made by https://t.co/bwKne0mZUh,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/697331144417619968,['http://freisebrothers.com/tesla-notadream/'],[],0,,False,3813,136,1655,,None,,,,,,,[],,,, +10437,695666033676328960,695666033676328960,1454694681000.0,2016-02-05 17:51:21,+0000,,My job moonlighting as a police officer in Brazil is no longer secret https://t.co/QBTQYMpAF9,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/695666033676328960,['http://www.autoblog.com/2016/02/04/it-sure-looks-like-elon-musk-is-now-doing-security-in-brazil/'],[],0,,False,5028,288,1810,,None,,,,,,,[],,,, +10438,694802955170553861,694802955170553861,1454488907000.0,2016-02-03 08:41:47,+0000,,Must be a slow news day if denying service to a super rude customer gets this much attention,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/694802955170553861,[],[],0,,False,8793,927,2199,,None,,,,,,,[],,,, +10439,690983158490136576,690815779068076032,1453578197000.0,2016-01-23 19:43:17,+0000,,@TheEconomist Interesting name,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/690983158490136576,[],[],0,,False,1224,72,249,,None,,,,,,,[],,,, +10440,689869015280254976,689867519503441920,1453312565000.0,2016-01-20 17:56:05,+0000,,@Benzinga I didn't take anyone's car and never would. Car was actually allocated to engineering test (not by me) and inadvertently sold.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/689869015280254976,[],[],0,,False,234,54,46,,None,,,,,,,[],,,, +10441,689299216607232000,689299216607232000,1453176714000.0,2016-01-19 04:11:54,+0000,,"My best guess for 2016: ~70% landing success rate (so still a few more RUDs to go), then hopefully improving to ~90% in 2017",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/689299216607232000,[],[],0,,False,4955,378,1366,,None,,,,,,,[],,,, +10442,688921087820705792,688815223558410240,1453086561000.0,2016-01-18 03:09:21,+0000,,@JeffBezos @SpaceX Thanks Jeff,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/688921087820705792,[],[],0,,False,1039,52,153,,None,,,,,,,[],,,, +10443,688920586391805952,688920586391805952,1453086441000.0,2016-01-18 03:07:21,+0000,,"Falcon lands on droneship, but the lockout collet doesn't latch on one the four legs, causing it… https://t.co/DpXsRQWal9",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/688920586391805952,['https://www.instagram.com/p/BAqirNbwEc0/'],[],0,,False,8418,1192,7739,,None,,,,,,,[],,,, +10444,688846973361721345,688844190826942465,1453068891000.0,2016-01-17 22:14:51,+0000,,"@stunt_penguin @LayOn_OverWhale Stage 1 would reach low Earth orbit if not hefting a second stage, but payload would be greatly reduced.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/688846973361721345,[],[],0,,False,182,20,26,,None,,,,,,,[],,,, +10445,688846557949472768,688844190826942465,1453068792000.0,2016-01-17 22:13:12,+0000,,"@JimmyVosika Actually, didn't get environmental approval in time, but it was also good practice for missions where a ship is needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/688846557949472768,[],[],0,,False,183,7,22,,None,,,,,,,[],,,, +10446,688845689023901696,688844190826942465,1453068585000.0,2016-01-17 22:09:45,+0000,,"If speed at stage separation > ~6000 km/hr. With a ship, no need to zero out lateral velocity, so can stage at up to ~9000 km/h.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/688845689023901696,[],[],0,,False,1491,125,424,,None,,,,,,,[],,,, +10447,688844190826942465,688844190826942465,1453068227000.0,2016-01-17 22:03:47,+0000,,Ship landings are not needed for flexibility or to save fuel costs. Just not physically possible to return to launch site,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/688844190826942465,[],[],0,,False,1948,139,589,,None,,,,,,,[],,,, +10448,688842435955261440,688842435955261440,1453067809000.0,2016-01-17 21:56:49,+0000,,"As mentioned before, ship landings are needed for high velocity missions. Altitude & distance don't mean much for orbit. All about speed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/688842435955261440,[],[],0,,False,2019,100,605,,None,,,,,,,[],,,, +10449,688841295364673536,688840057483071488,1453067537000.0,2016-01-17 21:52:17,+0000,,@mbhnyc steel collet,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/688841295364673536,[],[],0,,False,79,6,5,,None,,,,,,,[],,,, +10450,688837706005131264,688837706005131264,1453066681000.0,2016-01-17 21:38:01,+0000,,"Well, at least the pieces were bigger this time! Won't be last RUD, but am optimistic about upcoming ship landing. https://t.co/w007TccANJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/688837706005131264,[],['https://pbs.twimg.com/media/CY8-PdyU0AABqaa.jpg'],1,https://pbs.twimg.com/media/CY8-PdyU0AABqaa.jpg,False,12691,793,6461,,None,,,,,,,[],,,, +10451,688816810754359297,688816554306191360,1453061699000.0,2016-01-17 20:14:59,+0000,,@Uncle_Gus probably,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/688816810754359297,[],[],0,,False,225,17,26,,None,,,,,,,[],,,, +10452,688816554306191360,688816554306191360,1453061638000.0,2016-01-17 20:13:58,+0000,,"However, that was not what prevented it being good. Touchdown speed was ok, but a leg lockout didn't latch, so it tipped over after landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/688816554306191360,[],[],0,,False,3795,506,1839,,None,,,,,,,[],,,, +10453,688814634489413632,688814634489413632,1453061181000.0,2016-01-17 20:06:21,+0000,,"Definitely harder to land on a ship. Similar to an aircraft carrier vs land: much smaller target area, that's also translating & rotating.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/688814634489413632,[],[],0,,False,4503,483,1869,,None,,,,,,,[],,,, +10454,688175650570547202,688173528017850368,1452908835000.0,2016-01-16 01:47:15,+0000,,Maybe some debris ingestion. Engine data looks ok. Will borescope tonight. This is one of the outer engines.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/688175650570547202,[],[],0,,False,1713,146,425,,None,,,,,,,[],,,, +10455,688173528017850368,688173528017850368,1452908329000.0,2016-01-16 01:38:49,+0000,,"Conducted hold-down firing of returned Falcon rocket. Data looks good overall, but engine 9 showed thrust fluctuations.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/688173528017850368,[],[],0,,False,3556,164,1072,,None,,,,,,,[],,,, +10456,686976300158853120,686976300158853120,1452622888000.0,2016-01-12 18:21:28,+0000,,Next launch is a @NASA science mission from VAFB California on Sunday. https://t.co/vJdkJkZzg1,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/686976300158853120,['https://twitter.com/spacex/status/686971170051100672'],[],0,,False,2029,121,823,https://twitter.com/spacex/status/686971170051100672,None,,,,,,,[],,,, +10457,686743696469954560,686743696469954560,1452567430000.0,2016-01-12 02:57:10,+0000,,Aiming to launch this weekend and (hopefully) land on our droneship. Ship landings needed for high velocity missions https://t.co/n6j0mExAqM,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/686743696469954560,['https://twitter.com/spacex/status/686740078387843073'],[],0,,False,4109,189,1886,https://twitter.com/spacex/status/686740078387843073,None,,,,,,,[],,,, +10458,686472796797579266,686472796797579266,1452502843000.0,2016-01-11 09:00:43,+0000,,Sad to hear that David Bowie died. He was amazing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/686472796797579266,[],[],0,,False,4152,123,1065,,None,,,,,,,[],,,, +10459,686279251293777920,686279251293777920,1452456698000.0,2016-01-10 20:11:38,+0000,,"In ~2 years, summon should work anywhere connected by land & not blocked by borders, eg you're in LA and the car is in NY",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/686279251293777920,[],[],0,,False,7163,613,4346,,None,,,,,,,[],,,, +10460,686278452639567876,686277508212330496,1452456508000.0,2016-01-10 20:08:28,+0000,,"Tap your phone or key and your car will open the garage door, exit, close the door and come to you. Will do same in reverse for unsummon.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/686278452639567876,[],[],0,,False,4205,248,2743,,None,,,,,,,[],,,, +10461,686277508212330496,686277508212330496,1452456283000.0,2016-01-10 20:04:43,+0000,,First baby step in Tesla Summon capability now downloading over-the-air with V7.1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/686277508212330496,[],[],0,,False,3380,127,1496,,None,,,,,,,[],,,, +10462,683333695307034625,683333695307034625,1451754423000.0,2016-01-02 17:07:03,+0000,,"Worth reading The Machine Stops, an old story by E. M. Forster https://t.co/0Dl4l2t6FH",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/683333695307034625,['https://en.m.wikipedia.org/wiki/The_Machine_Stops'],[],0,,False,2926,254,837,,None,,,,,,,[],,,, +10463,682717803166695425,682717803166695425,1451607583000.0,2016-01-01 00:19:43,+0000,,"Falcon 9 back in the hangar at Cape Canaveral. No damage found, ready to fire again. https://t.co/7w6IfJGtXM",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/682717803166695425,['https://www.instagram.com/p/_-d28bQEc9/'],[],0,,False,9877,523,4600,,None,,,,,,,[],,,, +10464,679163784062107649,679163784062107649,1450760239000.0,2015-12-22 04:57:19,+0000,,High res video of landing from the helo https://t.co/G0Yq2V5J3m,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/679163784062107649,['https://m.youtube.com/watch?v=ZCBE8ocOkAQ&feature=youtu.be'],[],0,,False,9953,610,6896,,None,,,,,,,[],,,, +10465,679145544673923072,679145544673923072,1450755890000.0,2015-12-22 03:44:50,+0000,,Live video from LZ-1 https://t.co/Ve6gEXfOdh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679145544673923072,[],[],1,https://pbs.twimg.com/ext_tw_video_thumb/679145419507548161/pu/img/6DQ1zHR6pVDCJdeV.jpg,False,10710,373,5027,,None,,,,,,,[],,,, +10466,679142215981993984,679142215981993984,1450755096000.0,2015-12-22 03:31:36,+0000,,Falcon 9 standing on LZ-1 at Cape Canaveral https://t.co/RZdfcH0exW,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679142215981993984,[],['https://pbs.twimg.com/media/CWzMPm2U8AAca4k.jpg'],1,https://pbs.twimg.com/media/CWzMPm2U8AAca4k.jpg,False,9442,400,4333,,None,,,,,,,[],,,, +10467,679138271084064768,679127406813188097,1450754156000.0,2015-12-22 03:15:56,+0000,,@morganpage thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679138271084064768,[],[],0,,False,173,13,3,,None,,,,,,,[],,,, +10468,679137936416329728,679137936416329728,1450754076000.0,2015-12-22 03:14:36,+0000,,There and back again https://t.co/Ll7wg2hL1G,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679137936416329728,[],['https://pbs.twimg.com/media/CWzIWeAXIAAUQCF.jpg'],1,https://pbs.twimg.com/media/CWzIWeAXIAAUQCF.jpg,False,38608,1033,24231,,None,,,,,,,[],,,, +10469,679137515543097345,679136936036990976,1450753976000.0,2015-12-22 03:12:56,+0000,,@Jon_Favreau Thanks Jon!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/679137515543097345,[],[],0,,False,310,9,22,,None,,,,,,,[],,,, +10470,679127406813188097,679127406813188097,1450751566000.0,2015-12-22 02:32:46,+0000,,"11 satellites deployed to target orbit and Falcon has landed back at Cape Canaveral. Headed to LZ-1. Welcome back, baby!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/679127406813188097,[],[],0,,False,17365,1037,8653,,None,,,,,,,[],,,, +10471,679110356224991232,679110356224991232,1450747500000.0,2015-12-22 01:25:00,+0000,,Background on the launch https://t.co/1SkttU684X,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/679110356224991232,['http://www.spacex.com/news/2015/12/21/background-tonights-launch'],[],0,,False,2117,210,938,,None,,,,,,,[],,,, +10472,678732298532085761,678732298532085761,1450657364000.0,2015-12-21 00:22:44,+0000,,Launch & landing can be seen on the https://t.co/bDd3GxQXMC webcast or in person from Cape Canaveral public causeway at 8:33pm local tmrw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/678732298532085761,['http://SpaceX.com'],[],0,,False,2743,228,1738,,None,,,,,,,[],,,, +10473,678679083782377472,678679083782377472,1450644677000.0,2015-12-20 20:51:17,+0000,,Just reviewed mission params w SpaceX team. Monte Carlo runs show tmrw night has a 10% higher chance of a good landing. Punting 24 hrs.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/678679083782377472,[],[],0,,False,2485,193,1053,,None,,,,,,,[],,,, +10474,678152249369952258,678152249369952258,1450519070000.0,2015-12-19 09:57:50,+0000,,Currently looking good for a Sunday night (~8pm local) attempted orbital launch and rocket landing at Cape Canaveral,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/678152249369952258,[],[],0,,False,3796,265,1694,,None,,,,,,,[],,,, +10475,678065851199651840,678065339649757184,1450498471000.0,2015-12-19 04:14:31,+0000,,Meant to reply to this article: https://t.co/JRvXcTG3el,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/678065851199651840,['http://www.latimes.com/business/la-fi-1216-tesla-credits-20151216-story.html'],[],0,,False,692,76,169,,None,,,,,,,[],,,, +10476,678065339649757184,678065339649757184,1450498349000.0,2015-12-19 04:12:29,+0000,,This article does not appreciate that Tesla is in California despite taxes net of rebates being higher. Incentives only a partial offset.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/678065339649757184,[],[],0,,False,989,92,195,,None,,,,,,,[],,,, +10477,678004229047357440,678004229047357440,1450483779000.0,2015-12-19 00:09:39,+0000,,"Static fire test looks good. Pending data review, will aim to launch Sunday.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/678004229047357440,[],[],0,,False,2532,154,891,,None,,,,,,,[],,,, +10478,677980503459270657,677970721730002944,1450478122000.0,2015-12-18 22:35:22,+0000,,Rounding up to 1 sec for a bit of timing margin. Updating flight computer command sequence …,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/677980503459270657,[],[],0,,False,633,65,116,,None,,,,,,,[],,,, +10479,677970721730002944,677970721730002944,1450475790000.0,2015-12-18 21:56:30,+0000,,Aborted on ignition timing due to slow ground side valve. Adjusting ignition sequence by 0.6 secs for next attempt.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/677970721730002944,[],[],0,,False,964,103,220,,None,,,,,,,[],,,, +10480,677961117595906048,677961117595906048,1450473501000.0,2015-12-18 21:18:21,+0000,,About 2 mins from static fire,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/677961117595906048,[],[],0,,False,839,107,184,,None,,,,,,,[],,,, +10481,677949037815840768,677945101184708609,1450470620000.0,2015-12-18 20:30:20,+0000,,@elonmusk holding for issue resolution,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/677949037815840768,[],[],0,,False,382,38,84,,None,,,,,,,[],,,, +10482,677945101184708609,677945101184708609,1450469682000.0,2015-12-18 20:14:42,+0000,,Abort triggered by flight computer on upper stage throttle valve. Adjusting thresholds and restarting count at T-10 mins.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/677945101184708609,[],[],0,,False,842,79,257,,None,,,,,,,[],,,, +10483,677940293212102656,677940293212102656,1450468536000.0,2015-12-18 19:55:36,+0000,,5 mins from static fire test,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/677940293212102656,[],[],0,,False,1279,143,351,,None,,,,,,,[],,,, +10484,677666779494248449,677660460230041600,1450403325000.0,2015-12-18 01:48:45,+0000,,"@lukealization yes, from 70F to 20 F",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677666779494248449,[],[],0,,False,106,13,10,,None,,,,,,,[],,,, +10485,677666464208416768,677660460230041600,1450403250000.0,2015-12-18 01:47:30,+0000,,@craigcocca It worked in Texas,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677666464208416768,[],[],0,,False,103,4,11,,None,,,,,,,[],,,, +10486,677663227271118848,677660460230041600,1450402478000.0,2015-12-18 01:34:38,+0000,,@PaigeANjax -340 F in this case. Deep cryo increases density and amplifies rocket performance. First time anyone has gone this low for O2.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677663227271118848,[],[],0,,False,535,54,161,,None,,,,,,,[],,,, +10487,677660460230041600,677660460230041600,1450401818000.0,2015-12-18 01:23:38,+0000,,Falcon 9 is vertical on the launch pad at Cape Canaveral. Working towards static fire. Deep cryo liquid oxygen presenting some challenges.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/677660460230041600,[],[],0,,False,2416,154,794,,None,,,,,,,[],,,, +10488,677646796311670786,677631711744794624,1450398560000.0,2015-12-18 00:29:20,+0000,,@mashabletech @mashable Not really my letter (no authorship contribution). Just agreed to add my name when they asked.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/677646796311670786,[],[],0,,False,78,7,14,,None,,,,,,,[],,,, +10489,677403793651175424,677403793651175424,1450340624000.0,2015-12-17 08:23:44,+0000,,Vance article on self-driving cars was inaccurate https://t.co/AV636KAcKH,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/677403793651175424,['http://ts.la/p3n'],[],0,,False,1080,82,500,,None,,,,,,,[],,,, +10490,675431513211600896,675431513211600896,1449870396000.0,2015-12-11 21:46:36,+0000,,Announcing formation of @open_ai … https://t.co/Fcouhwh6MC,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/675431513211600896,['https://openai.com/blog/introducing-openai/'],[],0,,False,4218,238,3546,,None,,,,,,,[],,,, +10491,674885173838680064,674885173838680064,1449740138000.0,2015-12-10 09:35:38,+0000,,Aiming for Falcon rocket static fire at Cape Canaveral on the 16th and launch about three days later,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/674885173838680064,[],[],0,,False,3232,203,1246,,None,,,,,,,[],,,, +10492,674879202554875904,656973991379378176,1449738715000.0,2015-12-10 09:11:55,+0000,,@laulauritzen Agreed. Working on it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/674879202554875904,[],[],0,,False,72,9,10,,None,,,,,,,[],,,, +10493,674715937610719232,674715937610719232,1449699789000.0,2015-12-09 22:23:09,+0000,,wow https://t.co/T7PFpoqpEx,und,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/674715937610719232,['https://twitter.com/DiscoverMag/status/674713782778654721'],[],0,,False,1602,59,674,https://twitter.com/DiscoverMag/status/674713782778654721,None,,,,,,,[],,,, +10494,673606425109639168,673606181584171009,1449435261000.0,2015-12-06 20:54:21,+0000,,@NASA Best of luck to the Cygnus launch,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/673606425109639168,[],[],0,,False,706,27,138,,None,,,,,,,[],,,, +10495,672594704467267584,672535366096785408,1449194048000.0,2015-12-04 01:54:08,+0000,,@MikeBloomberg Nice ride! Looking forward to seeing you tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/672594704467267584,[],[],0,,False,158,12,25,,None,,,,,,,[],,,, +10496,672387989260095489,672387989260095489,1449144763000.0,2015-12-03 12:12:43,+0000,,Good summary of my talk in Paris on climate change https://t.co/n27JiXUsW9,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,12,https://twitter.com/elonmusk/status/672387989260095489,['http://fortune.com/2015/12/02/elon-musk-carbon-tax-paris/'],[],0,,False,2274,175,1508,,None,,,,,,,[],,,, +10497,672102667213115393,672102667213115393,1449076737000.0,2015-12-02 17:18:57,+0000,,About to give a talk at the Sorbonne https://t.co/j7iVq1GycH,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/672102667213115393,['https://twitter.com/sorbonneparis1/status/672085311401381888'],[],0,,False,1051,111,319,https://twitter.com/sorbonneparis1/status/672085311401381888,None,,,,,,,[],,,, +10498,669209994693251075,669111829205938177,1448387070000.0,2015-11-24 17:44:30,+0000,,"@ID_AA_Carmack Yep, good points. I hope you get back into space some day!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/669209994693251075,[],[],0,,False,324,17,47,,None,,,,,,,[],,,, +10499,669202543109509120,669202543109509120,1448385294000.0,2015-11-24 17:14:54,+0000,,But credit for 1st reusable suborbital rocket goes to X-15 https://t.co/LSb0f8FLJd And Burt Rutan for commercial https://t.co/TGWlNjsyQz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/669202543109509120,"['https://en.m.wikipedia.org/wiki/North_American_X-15', 'https://en.m.wikipedia.org/wiki/SpaceShipOne']",[],0,,False,1131,103,430,,None,,,,,,,[],,,, +10500,669199392231063552,669199392231063552,1448384542000.0,2015-11-24 17:02:22,+0000,,Jeff maybe unaware SpaceX suborbital VTOL flight began 2013. Orbital water landing 2014. Orbital land landing next. https://t.co/S6WMRnEFY5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/669199392231063552,['https://m.youtube.com/watch?v=2t15vP1PyoA'],[],0,,False,1581,140,792,,None,,,,,,,[],,,, +10501,669194136248041472,669111829205938177,1448383289000.0,2015-11-24 16:41:29,+0000,,"@JeffBezos Not quite ""rarest"". SpaceX Grasshopper rocket did 6 suborbital flights 3 years ago & is still around. https://t.co/6j9ERKCNZl",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/669194136248041472,[],['https://pbs.twimg.com/media/CUl0gkJW4AAQQjB.jpg'],1,https://pbs.twimg.com/media/CUl0gkJW4AAQQjB.jpg,False,2161,128,873,,None,,,,,,,[],,,, +10502,669132749500887040,669129655597731841,1448368654000.0,2015-11-24 12:37:34,+0000,,@TobiasVdb The F9 booster can reach low orbit as a single stage if not carrying the upper stage and a heavy satellite.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669132749500887040,[],[],0,,False,203,12,61,,None,,,,,,,[],,,, +10503,669131093379956736,669129655597731841,1448368259000.0,2015-11-24 12:30:59,+0000,,"Getting to space needs ~Mach 3, but GTO orbit requires ~Mach 30. The energy needed is the square, i.e. 9 units for space and 900 for orbit.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669131093379956736,[],[],0,,False,1685,93,766,,None,,,,,,,[],,,, +10504,669129655597731841,669129655597731841,1448367916000.0,2015-11-24 12:25:16,+0000,,"It is, however, important to clear up the difference between ""space"" and ""orbit"", as described well by https://t.co/7PD42m37fZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669129655597731841,['https://what-if.xkcd.com/58/'],[],0,,False,2796,108,1433,,None,,,,,,,[],,,, +10505,669129347555430400,669129347555430400,1448367842000.0,2015-11-24 12:24:02,+0000,,Congrats to Jeff Bezos and the BO team for achieving VTOL on their booster,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/669129347555430400,[],[],0,,False,2730,80,1335,,None,,,,,,,[],,,, +10506,667537317037404160,667517215390863360,1447988273000.0,2015-11-20 02:57:53,+0000,,"@levie Sounds perfect, you had me at ""enterprise"".",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/667537317037404160,[],[],0,,False,630,39,90,,None,,,,,,,[],,,, +10507,667536629830017024,667517215390863360,1447988109000.0,2015-11-20 02:55:09,+0000,,@StartupLJackson Yeah and hell yeah,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/667536629830017024,[],[],0,,False,630,21,92,,None,,,,,,,[],,,, +10508,667519604537724928,667517215390863360,1447984050000.0,2015-11-20 01:47:30,+0000,,@atduarte From anywhere,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667519604537724928,[],[],0,,False,131,4,23,,None,,,,,,,[],,,, +10509,667519445414252544,667517215390863360,1447984012000.0,2015-11-20 01:46:52,+0000,,Should mention that I will be interviewing people personally and Autopilot reports directly to me. This is a super high priority.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667519445414252544,[],[],0,,False,3171,309,1533,,None,,,,,,,[],,,, +10510,667517215390863360,667517215390863360,1447983480000.0,2015-11-20 01:38:00,+0000,,We are looking for hardcore software engineers. No prior experience with cars required. Please include code sample or link to your work.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667517215390863360,[],[],0,,False,4605,750,3876,,None,,,,,,,[],,,, +10511,667516705116065792,667516705116065792,1447983359000.0,2015-11-20 01:35:59,+0000,,"Ramping up the Autopilot software team at Tesla to achieve generalized full autonomy. If interested, contact autopilot@teslamotors.com.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/667516705116065792,[],[],0,,False,2925,201,1850,,None,,,,,,,[],,,, +10512,663290006992236544,663200379132248065,1446975635000.0,2015-11-08 09:40:35,+0000,,@drew definitely aliens!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/663290006992236544,[],[],0,,False,152,19,30,,None,,,,,,,[],,,, +10513,662039125898334209,662017187486556160,1446677402000.0,2015-11-04 22:50:02,+0000,,@kevinmitnick Current production is LTE. Can be upgraded by service.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/662039125898334209,[],[],0,,False,159,32,16,,None,,,,,,,[],,,, +10514,661293692410445824,661179848807829504,1446499677000.0,2015-11-02 21:27:57,+0000,,@BjornNyland @TeslaMotors well done!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/661293692410445824,[],[],0,,False,219,17,33,,None,,,,,,,[],,,, +10515,660693896553324545,660608695722635264,1446356674000.0,2015-11-01 05:44:34,+0000,,@ID_AA_Carmack noted,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/660693896553324545,[],[],0,,False,375,20,59,,None,,,,,,,[],,,, +10516,660117630175412224,660115971575840769,1446219282000.0,2015-10-30 15:34:42,+0000,,"@GertAbildskov Wow, that's great!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/660117630175412224,[],[],0,,False,63,2,6,,None,,,,,,,[],,,, +10517,659543458953101312,659543458953101312,1446082388000.0,2015-10-29 01:33:08,+0000,,Model S Ludicrous Mode achieves 2.6 sec 0-60 mph and 10.9 sec 1/4 mile in Motor Trend test https://t.co/IpgTF6s9M8,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/659543458953101312,['http://m.motortrend.com/roadtests/sedans/2015-tesla-model-s-p90d-ludicrous-upgrade-first-test-review/??sm_id=social_aumomotortrendhub_MotorTrend_20151028_54607566&adbid=659489836311556096&adbpl=tw&adbpr=25383000'],[],0,,False,2107,175,1259,,None,,,,,,,[],,,, +10518,659541500712251392,659518824547549184,1446081922000.0,2015-10-29 01:25:22,+0000,,"@MacTechGenius yes, comes with each car",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/659541500712251392,[],[],0,,False,49,5,6,,None,,,,,,,[],,,, +10519,658842380922023936,658842380922023936,1445915238000.0,2015-10-27 03:07:18,+0000,,"Compliment from Jeffrey is much appreciated, but the people of Tesla deserve all the credit",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/658842380922023936,[],[],0,,False,1249,90,226,,None,,,,,,,[],,,, +10520,658780657103978496,658780657103978496,1445900522000.0,2015-10-26 23:02:02,+0000,,I should clarify that https://t.co/iUX7wkMxY8 is an independent website. We don't have any control over the content.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/658780657103978496,['http://teslamotorsclub.com'],[],0,,False,572,59,136,,None,,,,,,,[],,,, +10521,658735748498100225,658735748498100225,1445889815000.0,2015-10-26 20:03:35,+0000,,Cool! https://t.co/HOe0K7qkuk,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/658735748498100225,['https://twitter.com/bonnienorman/status/658630338038661121'],[],0,,False,1074,58,359,https://twitter.com/bonnienorman/status/658630338038661121,None,,,,,,,[],,,, +10522,658657239331270656,657685372579745793,1445871097000.0,2015-10-26 14:51:37,+0000,,"@anakinSGE Hopefully, mid to late next year. We are being more cautious abt expanding countries to ensure a great user experience each time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/658657239331270656,[],[],0,,False,66,7,12,,None,,,,,,,[],,,, +10523,658358794292891648,658354915824173056,1445799942000.0,2015-10-25 19:05:42,+0000,,"@GangsOfGtown Given high local demand, a Gigafactory in India would probably make sense in the long term.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/658358794292891648,[],[],0,,False,219,50,158,,None,,,,,,,[],,,, +10524,658358303454420992,658354915824173056,1445799825000.0,2015-10-25 19:03:45,+0000,,"@abrax4s Yes, establishing charging and service infrastructure in Mexico now. Official launch in next several months.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/658358303454420992,[],[],0,,False,109,6,50,,None,,,,,,,[],,,, +10525,658357909265362944,658354915824173056,1445799731000.0,2015-10-25 19:02:11,+0000,,@javashri Auto import duties are prohibitively high. Hoping for a special category for EVs. Most of our discussion was about batteries.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/658357909265362944,[],[],0,,False,78,4,28,,None,,,,,,,[],,,, +10526,658357058106822656,658354915824173056,1445799528000.0,2015-10-25 18:58:48,+0000,,@roneijlander We just finished building a huge expansion in Tilburg!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658357058106822656,[],[],0,,False,71,3,12,,None,,,,,,,[],,,, +10527,658356679793205248,658354915824173056,1445799438000.0,2015-10-25 18:57:18,+0000,,"These are all things I've said before and are naturally needed to improve in-market affordability, so no real news here.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658356679793205248,[],[],0,,False,770,64,148,,None,,,,,,,[],,,, +10528,658356079026270208,658354915824173056,1445799295000.0,2015-10-25 18:54:55,+0000,,Model 3 is due in ~2 yrs. A China factory for local demand cd be as soon as a year after. A factory in Europe wd happen for same reason.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658356079026270208,[],[],0,,False,1035,93,385,,None,,,,,,,[],,,, +10529,658354915824173056,658354915824173056,1445799018000.0,2015-10-25 18:50:18,+0000,,My comments in China weren't transcribed correctly. Tesla will keep making cars & batteries in CA & NV as far into future as I can imagine.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/658354915824173056,[],[],0,,False,1506,87,533,,None,,,,,,,[],,,, +10530,657704144267059200,656973991379378176,1445643862000.0,2015-10-23 23:44:22,+0000,,"@JessicaTetreau important to set AC to not recirc (air exits thru rear) and use the snap in shade, which Tesla service can provide",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/657704144267059200,[],[],0,,False,52,6,4,,None,,,,,,,[],,,, +10531,657702829398822912,657686500310700032,1445643548000.0,2015-10-23 23:39:08,+0000,,@shanenickerson Amount of change needed is enormous - like a spinal cord transplant. Would cost less and work better with a new car.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/657702829398822912,[],[],0,,False,65,7,6,,None,,,,,,,[],,,, +10532,657686500310700032,657686500310700032,1445639655000.0,2015-10-23 22:34:15,+0000,,"Autopilot 1.01 coming soon: curve speed adaption, controller smoothness, better lane holding on poor roads, improved fleet learning!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/657686500310700032,[],[],0,,False,2589,174,1214,,None,,,,,,,[],,,, +10533,657685372579745793,657685372579745793,1445639386000.0,2015-10-23 22:29:46,+0000,,"Regulatory approvals received, so Autopilot rolling out to all countries! (Excluding Japan, which is still under review)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/657685372579745793,[],[],0,,False,2057,178,1198,,None,,,,,,,[],,,, +10534,657141296050606080,656973991379378176,1445509668000.0,2015-10-22 10:27:48,+0000,,@JarkkoKuoppala all,und,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/657141296050606080,[],[],0,,False,61,9,12,,None,,,,,,,[],,,, +10535,657110887707361280,656973991379378176,1445502418000.0,2015-10-22 08:26:58,+0000,,@backseatdiver Hoping for Friday release,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/657110887707361280,[],[],0,,False,67,18,11,,None,,,,,,,[],,,, +10536,657106581893574656,656973991379378176,1445501392000.0,2015-10-22 08:09:52,+0000,,@elonmusk Good feedback. Will write up a list of software priorities in the coming weeks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/657106581893574656,[],[],0,,False,531,123,66,,None,,,,,,,[],,,, +10537,656973991379378176,656973991379378176,1445469780000.0,2015-10-21 23:23:00,+0000,,What esthetic and functionality improvements would you like to see in the 7.1 UI overhaul? Or new features entirely?,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656973991379378176,[],[],0,,False,953,2199,235,,None,,,,,,,[],,,, +10538,656973325172920320,656970996801474560,1445469621000.0,2015-10-21 23:20:21,+0000,,@sAlmaneei already in Jordan. Rest of states in region next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656973325172920320,[],[],0,,False,56,9,11,,None,,,,,,,[],,,, +10539,656973144306094080,656970117721534464,1445469578000.0,2015-10-21 23:19:38,+0000,,@bonnienorman thanks Bonnie :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656973144306094080,[],[],0,,False,60,0,6,,None,,,,,,,[],,,, +10540,656972712649359360,656970996801474560,1445469475000.0,2015-10-21 23:17:55,+0000,,@M4XRodri planning to have a big opening in Mexico City soon and then proceed gradually to central and South America.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656972712649359360,[],[],0,,False,97,17,33,,None,,,,,,,[],,,, +10541,656972435401678848,656970996801474560,1445469409000.0,2015-10-21 23:16:49,+0000,,@octomagon me too:,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656972435401678848,[],[],0,,False,69,3,6,,None,,,,,,,[],,,, +10542,656972046639984644,656971421025894400,1445469316000.0,2015-10-21 23:15:16,+0000,,@jonthomason yay! Always happy to make others happy,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656972046639984644,[],[],0,,False,46,3,5,,None,,,,,,,[],,,, +10543,656971866163277825,656970996801474560,1445469273000.0,2015-10-21 23:14:33,+0000,,@thebradholt big UI update coming in V7.1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656971866163277825,[],[],0,,False,45,2,4,,None,,,,,,,[],,,, +10544,656971573337944065,656971573337944065,1445469203000.0,2015-10-21 23:13:23,+0000,,"@ryybuzz we won't be, but yes",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656971573337944065,[],[],0,,False,19,2,2,,None,,,,,,,[],,,, +10545,656970996801474560,656970996801474560,1445469066000.0,2015-10-21 23:11:06,+0000,,"Tesla gets top rating of any company in service. Most important, CR says 97% of owners expect their next car to be a Tesla (the acid test).",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656970996801474560,[],[],0,,False,2148,147,896,,None,,,,,,,[],,,, +10546,656970117721534464,656970117721534464,1445468856000.0,2015-10-21 23:07:36,+0000,,Consumer Reports reliability survey includes a lot of early production cars. Already addressed in new cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656970117721534464,[],[],0,,False,1044,141,463,,None,,,,,,,[],,,, +10547,656968629913821184,656968351105683461,1445468501000.0,2015-10-21 23:01:41,+0000,,@drew already there,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/656968629913821184,[],[],0,,False,79,8,9,,None,,,,,,,[],,,, +10548,656947037464870912,656947037464870912,1445463353000.0,2015-10-21 21:35:53,+0000,,Congrats on driving a Tesla from LA to NY in just over two days! https://t.co/hjAnAAIdMB,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/656947037464870912,['https://twitter.com/thedrive/status/656940661934063618'],[],0,,False,1104,45,441,https://twitter.com/thedrive/status/656940661934063618,None,,,,,,,[],,,, +10549,655999309620506626,655999309620506626,1445237397000.0,2015-10-19 06:49:57,+0000,,Autopilot release to Europe and Asia pending regulatory approval. Hopefully get the ok in the next few weeks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/655999309620506626,[],[],0,,False,1820,177,814,,None,,,,,,,[],,,, +10550,655256305209184258,654696934205059072,1445060251000.0,2015-10-17 05:37:31,+0000,,@Meddd__ @aaronpaul_8 Watched the whole series. One of the best tv shows ever.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/655256305209184258,[],[],0,,False,426,13,55,,None,,,,,,,[],,,, +10551,655254071058657280,654696934205059072,1445059719000.0,2015-10-17 05:28:39,+0000,,"@aaronpaul_8 um, thanks, I like your work too",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/655254071058657280,[],[],0,,False,792,26,132,,None,,,,,,,[],,,, +10552,654698139249565697,654696934205059072,1444927174000.0,2015-10-15 16:39:34,+0000,,@aaronpaul_8 sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/654698139249565697,[],[],0,,False,1742,35,319,,None,,,,,,,[],,,, +10553,654521829789270016,654521275268771840,1444885139000.0,2015-10-15 04:58:59,+0000,,@elimelechweiss actually works best at night,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/654521829789270016,[],[],0,,False,75,12,11,,None,,,,,,,[],,,, +10554,654521665305473024,654521665305473024,1444885100000.0,2015-10-15 04:58:20,+0000,,Review of Model S by @MrTeller http://t.co/eF7ICE9ef4,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/654521665305473024,['http://www.teslamotors.com/customer-stories/i-now-love-drive'],[],0,,False,1676,53,548,,None,,,,,,,[],,,, +10555,654405293959327744,654390042538995716,1444857354000.0,2015-10-14 21:15:54,+0000,,"@roymoody Depends on regulatory approval, but hopefully end of next week",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/654405293959327744,[],[],0,,False,37,6,8,,None,,,,,,,[],,,, +10556,654404618856755200,654403792402841600,1444857194000.0,2015-10-14 21:13:14,+0000,,@MRamseyWSJ 1.5 million miles per day,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/654404618856755200,[],[],0,,False,52,4,11,,None,,,,,,,[],,,, +10557,653220917963657217,653005894922276865,1444574977000.0,2015-10-11 14:49:37,+0000,,@aikisteve @andrewshiamone V7.1,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/653220917963657217,[],[],0,,False,63,22,4,,None,,,,,,,[],,,, +10558,653062690147975169,653005894922276865,1444537253000.0,2015-10-11 04:20:53,+0000,,"@lordsshrivas Lots of upgrades and a new look, although main UI upgrade coming with 7.1",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/653062690147975169,[],[],0,,False,83,11,19,,None,,,,,,,[],,,, +10559,653031144179433472,653005894922276865,1444529732000.0,2015-10-11 02:15:32,+0000,,@heosat ww,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653031144179433472,[],[],0,,False,54,2,4,,None,,,,,,,[],,,, +10560,653029223779557376,653005894922276865,1444529274000.0,2015-10-11 02:07:54,+0000,,@madolfsson roughly 5 days,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653029223779557376,[],[],0,,False,42,3,4,,None,,,,,,,[],,,, +10561,653028711768285184,653005894922276865,1444529152000.0,2015-10-11 02:05:52,+0000,,@MPa81 @bonnienorman same,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653028711768285184,[],[],0,,False,33,3,3,,None,,,,,,,[],,,, +10562,653028177896312832,653005894922276865,1444529024000.0,2015-10-11 02:03:44,+0000,,@TeslaPittsburgh Non-autopilot will have a new interface too. More comprehensive UI update coming with 7.1.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/653028177896312832,[],[],0,,False,95,5,30,,None,,,,,,,[],,,, +10563,653010368583741440,653005894922276865,1444524778000.0,2015-10-11 00:52:58,+0000,,@andrewshiamone yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653010368583741440,[],[],0,,False,60,5,3,,None,,,,,,,[],,,, +10564,653005894922276865,653005894922276865,1444523712000.0,2015-10-11 00:35:12,+0000,,Some exciting news this week: Tesla Version 7 software with Autopilot goes to wide release on Thursday!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653005894922276865,[],[],0,,False,3481,232,2079,,None,,,,,,,[],,,, +10565,653004922984660992,652999299903524864,1444523480000.0,2015-10-11 00:31:20,+0000,,"CH4 rapidly decays back to CO2 & is absorbed by plants. What matters is adding new carbon to surface cycle from underground oil, gas & coal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653004922984660992,[],[],0,,False,645,61,235,,None,,,,,,,[],,,, +10566,653003966058377216,652999299903524864,1444523252000.0,2015-10-11 00:27:32,+0000,,"@HamiltonOfiyai Intentions are good, but massively overweights CH4's effect on climate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/653003966058377216,[],[],0,,False,235,22,47,,None,,,,,,,[],,,, +10567,652994832399470592,652994832399470592,1444521074000.0,2015-10-10 23:51:14,+0000,,Tesla P85D (assembled in Tilburg) beats 650 hp MacLaren from 0 to 150km/h in Dutch magazine test http://t.co/HKbOyFgUzi,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/652994832399470592,['http://m.telegraaf.nl/autovisie/article/24599505/autovisie-tv-elektrische-auto-maakt-gehakt-van-supercar?utm_source=mail&utm_medium=email&utm_campaign=email'],[],0,,False,1768,118,1090,,None,,,,,,,[],,,, +10568,652643128181026816,652628757279215616,1444437221000.0,2015-10-10 00:33:41,+0000,,"@appleinsider I didn't walk back anything, apart from media hype",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/652643128181026816,[],[],0,,False,257,38,63,,None,,,,,,,[],,,, +10569,652609347252412416,652605371857530880,1444429167000.0,2015-10-09 22:19:27,+0000,,@YoApp yo,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/652609347252412416,[],[],0,,False,551,31,170,,None,,,,,,,[],,,, +10570,652607370921570304,652607370921570304,1444428696000.0,2015-10-09 22:11:36,+0000,,"Regarding the watch, Jony & his team created a beautiful design, but the functionality isn't compelling yet. By version 3, it will be.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/652607370921570304,[],[],0,,False,1903,215,791,,None,,,,,,,[],,,, +10571,652605371857530880,652605371857530880,1444428220000.0,2015-10-09 22:03:40,+0000,,"Yo, I don't hate Apple. It's a great company with a lot of talented people. I love their products and I'm glad they're doing an EV.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/652605371857530880,[],[],0,,False,4944,388,2604,,None,,,,,,,[],,,, +10572,652355134454808577,652355134454808577,1444368558000.0,2015-10-09 05:29:18,+0000,,Peak temp increases due to climate change http://t.co/dThGhXd6MT,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/652355134454808577,['http://www.washingtonpost.com/news/energy-environment/wp/2015/09/09/the-simple-statistic-that-perfectly-captures-what-climate-change-means/'],[],0,,False,980,86,784,,None,,,,,,,[],,,, +10573,650107726509404160,650107726509404160,1443832735000.0,2015-10-03 00:38:55,+0000,,Mostly accurate and fun movie about Mars. Worth seeing. https://t.co/6ujt1DG5j5,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/650107726509404160,['https://twitter.com/martianmovie/status/633986792216092678'],[],0,,False,3809,239,1742,https://twitter.com/martianmovie/status/633986792216092678,None,,,,,,,[],,,, +10574,650081625200545792,650076768712437760,1443826512000.0,2015-10-02 22:55:12,+0000,,@Avron_p you can mount a rack to the roof via suction cups and still have one Falcon door work fine. Guaranteed up to 140 mph.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650081625200545792,[],[],0,,False,123,18,27,,None,,,,,,,[],,,, +10575,650080562556858368,649241086750273536,1443826258000.0,2015-10-02 22:50:58,+0000,,@stumplahoma @mashable door is larger than opening and acts as an umbrella. Upper interior trim has hydrophobic coating.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650080562556858368,[],[],0,,False,117,5,13,,None,,,,,,,[],,,, +10576,650080098335477761,649241086750273536,1443826148000.0,2015-10-02 22:49:08,+0000,,@sasatokic @mashable Front doors have a short arc and their interior panels are chamfered back,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650080098335477761,[],[],0,,False,62,3,7,,None,,,,,,,[],,,, +10577,650079603122438144,650079603122438144,1443826029000.0,2015-10-02 22:47:09,+0000,,"Model X Bioweapon Defense Mode definitely filters viruses btw, even the small ones. Has hospital operating room level filtering.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650079603122438144,[],[],0,,False,2742,239,1469,,None,,,,,,,[],,,, +10578,650078752626593793,650076768712437760,1443825827000.0,2015-10-02 22:43:47,+0000,,"@achailleux am def 6'2""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650078752626593793,[],[],0,,False,63,8,11,,None,,,,,,,[],,,, +10579,650076768712437760,650076768712437760,1443825354000.0,2015-10-02 22:35:54,+0000,,"CNN on how Falcon doors work in tight garages. Above 6 2' ft, my height :), doors work fine. http://t.co/zvhyqKGVtR",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/650076768712437760,['http://money.cnn.com/2015/10/02/autos/tesla-falcon-wing-doors/'],[],0,,False,866,82,418,,None,,,,,,,[],,,, +10580,650061966459863041,650061966459863041,1443821825000.0,2015-10-02 21:37:05,+0000,,Side view of Falcon Wing doors https://t.co/AbnMOcFXWv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/650061966459863041,['https://instagram.com/p/8Wb0WuQER4/'],[],0,,False,792,101,352,,None,,,,,,,[],,,, +10581,650051962222739457,650039516435247104,1443819439000.0,2015-10-02 20:57:19,+0000,,"@johnzabroski thanks, that's a great idea. I think we can do that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/650051962222739457,[],[],0,,False,86,2,14,,None,,,,,,,[],,,, +10582,649130149036687360,649130149036687360,1443599662000.0,2015-09-30 07:54:22,+0000,,"Btw, price of Model X is actually only $5k more than S. Lower cost versions coming later.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/649130149036687360,[],[],0,,False,2000,231,730,,None,,,,,,,[],,,, +10583,648765057417895936,648764066823954432,1443512617000.0,2015-09-29 07:43:37,+0000,,@elonmusk California time,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/648765057417895936,[],[],0,,False,652,105,163,,None,,,,,,,[],,,, +10584,648764066823954432,648764066823954432,1443512381000.0,2015-09-29 07:39:41,+0000,,Model X launch webcast live today 8pm at http://t.co/R1Z6eMTUbo. Time to show the real thing. http://t.co/oXMrucs8wJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/648764066823954432,['http://ts.la'],['https://pbs.twimg.com/media/CQDfeshUkAEKoel.jpg'],1,https://pbs.twimg.com/media/CQDfeshUkAEKoel.jpg,False,4705,248,3461,,None,,,,,,,[],,,, +10585,647939356548730882,647939356548730882,1443315755000.0,2015-09-27 01:02:35,+0000,,Great discussion about solar/batteries empowering rural communities https://t.co/Qte2s55gnP,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/647939356548730882,['https://twitter.com/pmoindia/status/647901659033501697'],[],0,,False,1780,130,1519,https://twitter.com/pmoindia/status/647901659033501697,None,,,,,,,[],,,, +10586,647209943515332608,647209943515332608,1443141849000.0,2015-09-25 00:44:09,+0000,,Dinner in an old Belgian ironmongery. Best menu art ever. http://t.co/3qUG1O6Q2v,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/647209943515332608,[],['https://pbs.twimg.com/media/CPtaAEuUAAAgXGM.jpg'],1,https://pbs.twimg.com/media/CPtaAEuUAAAgXGM.jpg,False,1685,139,402,,None,,,,,,,[],,,, +10587,646814219178897408,646809468563361792,1443047501000.0,2015-09-23 22:31:41,+0000,,@deadmau5 It was super good,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/646814219178897408,[],[],0,,False,298,24,30,,None,,,,,,,[],,,, +10588,646809468563361792,646809468563361792,1443046369000.0,2015-09-23 22:12:49,+0000,,Midnight dinner in Berlin http://t.co/PLXkR38d8e,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/646809468563361792,[],['https://pbs.twimg.com/media/CPntyN3UYAA-zIS.jpg'],1,https://pbs.twimg.com/media/CPntyN3UYAA-zIS.jpg,False,3247,333,774,,None,,,,,,,[],,,, +10589,643538701981716481,643536351258910720,1442266557000.0,2015-09-14 21:35:57,+0000,,"In expendable mode, Falcon Heavy can send a fully loaded Dragon to Mars or a light Dragon to Jupiter's moons. Europa mission wd be cool.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/643538701981716481,[],[],0,,False,2945,251,1440,,None,,,,,,,[],,,, +10590,643536351258910720,643536351258910720,1442265997000.0,2015-09-14 21:26:37,+0000,,Dragon 2 is designed to land on any surface (liquid or solid) in the solar system. Am glad to see people thinking about applications!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/643536351258910720,[],[],0,,False,2976,116,1287,,None,,,,,,,[],,,, +10591,643535787334701056,643535787334701056,1442265862000.0,2015-09-14 21:24:22,+0000,,Researchers at @NASA propose using @SpaceX Falcon/Dragon for Mars sample return mission http://t.co/U6LNKyF4Jr,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/643535787334701056,['http://news.yahoo.com/red-dragon-mars-sample-return-mission-could-launch-114405239.html'],[],0,,False,1878,86,1158,,None,,,,,,,[],,,, +10592,642961462676160513,642961462676160513,1442128933000.0,2015-09-13 07:22:13,+0000,,New model for evolution of intelligent life suggests probable emergence 2 billion years ago near galactic center http://t.co/8OUAOiiblh,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/642961462676160513,['http://online.liebertpub.com/doi/abs/10.1089/ast.2014.1192'],[],0,,False,2128,154,1138,,None,,,,,,,[],,,, +10593,642801464163700736,642776648819937280,1442090786000.0,2015-09-12 20:46:26,+0000,,@Sethrogen thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/642801464163700736,[],[],0,,False,781,25,113,,None,,,,,,,[],,,, +10594,642776648819937280,642776648819937280,1442084869000.0,2015-09-12 19:07:49,+0000,,"Btw, not saying we *should* nuke Mars -- just layin' out a few options …",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/642776648819937280,[],[],0,,False,6414,577,3637,,None,,,,,,,[],,,, +10595,639180971418320896,639170376186990592,1441227593000.0,2015-09-02 20:59:53,+0000,,First production cars will be handed over on Sept 29 at our Fremont factory,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639180971418320896,[],[],0,,False,1596,197,624,,None,,,,,,,[],,,, +10596,639180432001495040,639171847683227648,1441227465000.0,2015-09-02 20:57:45,+0000,,@ScottLucasNV Definitely,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639180432001495040,[],[],0,,False,77,12,12,,None,,,,,,,[],,,, +10597,639175789116833792,639171847683227648,1441226358000.0,2015-09-02 20:39:18,+0000,,@ScottLucasNV Lithium deal is not exclusive & has many contingencies. The press on this matter is unwarranted.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639175789116833792,[],[],0,,False,96,13,47,,None,,,,,,,[],,,, +10598,639172302530215936,639171519197777920,1441225526000.0,2015-09-02 20:25:26,+0000,,"@elonmusk $35k price, unveil in March, preorders start then.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639172302530215936,[],[],0,,False,3497,350,2301,,None,,,,,,,[],,,, +10599,639171519197777920,639171519197777920,1441225340000.0,2015-09-02 20:22:20,+0000,,"Model 3, our smaller and lower cost sedan will start production in about 2 years. Fully operational Gigafactory needed.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639171519197777920,[],[],0,,False,4455,366,3614,,None,,,,,,,[],,,, +10600,639170376186990592,639170376186990592,1441225067000.0,2015-09-02 20:17:47,+0000,,"With same options, Model X is $5k more than an S due to greater size & body complexity. Sig Series is fully loaded, hence high price.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/639170376186990592,[],[],0,,False,1462,122,616,,None,,,,,,,[],,,, +10601,635215467959812096,634111598387404800,1440282143000.0,2015-08-22 22:22:23,+0000,,"@Forbes I appreciate the kind words in the article, but, judging by the picture mods, it looks your Photoshop bill was very high.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/635215467959812096,[],[],0,,False,1902,95,803,,None,,,,,,,[],,,, +10602,635214915934928896,635214915934928896,1440282012000.0,2015-08-22 22:20:12,+0000,,"True, but achieving a long range affordable electric vehicle has always been our long-term goal. Due in late 2017! https://t.co/2OrIYdoojs",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/635214915934928896,['https://twitter.com/forbes/status/634111598387404800'],[],0,,False,2509,227,1391,https://twitter.com/forbes/status/634111598387404800,None,,,,,,,[],,,, +10603,633366904854462464,633366904854462464,1439841412000.0,2015-08-17 19:56:52,+0000,,Article on @SpaceX and colonizing Mars by @waitbutwhy http://t.co/HhBJ48QSMW,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/633366904854462464,['http://waitbutwhy.com/2015/08/how-and-why-spacex-will-colonize-mars.html'],[],0,,False,2255,115,1508,,None,,,,,,,[],,,, +10604,633014219256926208,633014219256926208,1439757325000.0,2015-08-16 20:35:25,+0000,,Comments section on this article is awesome https://t.co/v4VY2IrALH,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/633014219256926208,['https://twitter.com/gizmodo/status/632992990261321728'],[],0,,False,1481,137,850,https://twitter.com/gizmodo/status/632992990261321728,None,,,,,,,[],,,, +10605,630006872049737728,629820543601000448,1439040317000.0,2015-08-08 13:25:17,+0000,,"@BjornNyland Provided all ten take delivery, you have indeed!",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/630006872049737728,[],[],0,,False,287,38,67,,None,,,,,,,[],,,, +10606,629348240337580035,629348240337580035,1438883287000.0,2015-08-06 17:48:07,+0000,,Tesla Snakebot autocharger prototype. Does seem kinda wrong :) https://t.co/vXpCrKNdlV,nl,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/629348240337580035,['https://twitter.com/teslamotors/status/629305813912326146'],[],0,,False,2924,339,2253,https://twitter.com/teslamotors/status/629305813912326146,None,,,,,,,[],,,, +10607,627183219713163264,627040381729906688,1438367106000.0,2015-07-31 18:25:06,+0000,,@CatherineMotuz yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/627183219713163264,[],[],0,,False,177,24,85,,None,,,,,,,[],,,, +10608,627181831826337793,627040381729906688,1438366775000.0,2015-07-31 18:19:35,+0000,,"The car will learn over time, but there is a min caliber of starting quality.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/627181831826337793,[],[],0,,False,1217,121,431,,None,,,,,,,[],,,, +10609,627042246471364608,627040639553830912,1438333496000.0,2015-07-31 09:04:56,+0000,,@tallakt Various forms of shades are being considered. May not be necessary though.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/627042246471364608,[],[],0,,False,106,5,67,,None,,,,,,,[],,,, +10610,627041173669048320,627040381729906688,1438333240000.0,2015-07-31 09:00:40,+0000,,@alipoursamar all regions,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/627041173669048320,[],[],0,,False,98,3,68,,None,,,,,,,[],,,, +10611,627040639553830912,627040639553830912,1438333112000.0,2015-07-31 08:58:32,+0000,,Final corner case is dealing with low contrast lane markings (faded white on grey concrete) while driving into the sun at dusk,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/627040639553830912,[],[],0,,False,1448,208,645,,None,,,,,,,[],,,, +10612,627040381729906688,627040381729906688,1438333051000.0,2015-07-31 08:57:31,+0000,,Almost ready to release highway autosteer and parallel autopark software update,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/627040381729906688,[],[],0,,False,4509,207,2634,,None,,,,,,,[],,,, +10613,626780203533107200,626729611318050816,1438271020000.0,2015-07-30 15:43:40,+0000,,@Alyssa_Milano Thanks Alyssa!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/626780203533107200,[],[],0,,False,99,12,58,,None,,,,,,,[],,,, +10614,626779726695297024,626683597735469056,1438270906000.0,2015-07-30 15:41:46,+0000,,@loic thanks Loic :),en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/626779726695297024,[],[],0,,False,74,3,56,,None,,,,,,,[],,,, +10615,625893002490314753,625843527608459266,1438059494000.0,2015-07-28 04:58:14,+0000,,"@ID_AA_Carmack Even if inevitable, we should at least attempt to postpone the advent of AI weaponry. Sooner isn't better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/625893002490314753,[],[],0,,False,305,85,140,,None,,,,,,,[],,,, +10616,625843527608459266,625843527608459266,1438047699000.0,2015-07-28 01:41:39,+0000,,"If you’re against a military AI arms race, please sign this open letter: http://t.co/yyF9rcm9jz",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/625843527608459266,['http://tinyurl.com/awletter'],[],0,,False,2697,303,2964,,None,,,,,,,[],,,, +10617,625526696788291584,625516762558107648,1437972160000.0,2015-07-27 04:42:40,+0000,,@kevinmitnick probably end of year,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/625526696788291584,[],[],0,,False,137,20,52,,None,,,,,,,[],,,, +10618,622223920318431232,622223920318431232,1437184717000.0,2015-07-18 01:58:37,+0000,,"Ludicrous speed, 70 kWh rear drive and 90 kWh battery pack http://t.co/kr9A0iXM58",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/622223920318431232,['http://ts.la/ab'],[],0,,False,2122,219,1132,,None,,,,,,,[],,,, +10619,622065785268088834,622065785268088834,1437147015000.0,2015-07-17 15:30:15,+0000,,Model S product call at 11 today. Rocket discussion at noon on Monday.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/622065785268088834,[],[],0,,False,1596,141,750,,None,,,,,,,[],,,, +10620,617851905969127425,617851905969127425,1436142348000.0,2015-07-06 00:25:48,+0000,,"Expect to reach preliminary conclusions regarding last flight by end of week. Will brief key customers & FAA, then post on our website.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/617851905969127425,[],[],0,,False,1970,215,1011,,None,,,,,,,[],,,, +10621,615431934345216001,615431934345216001,1435565381000.0,2015-06-29 08:09:41,+0000,,Cause still unknown after several thousand engineering-hours of review. Now parsing data with a hex editor to recover final milliseconds.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/615431934345216001,[],[],0,,False,3458,659,2243,,None,,,,,,,[],,,, +10622,615197659624816642,615194720759754752,1435509526000.0,2015-06-28 16:38:46,+0000,,@DavidBrin Thanks David,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/615197659624816642,[],[],0,,False,240,43,43,,None,,,,,,,[],,,, +10623,615186062714011648,615175761343971328,1435506761000.0,2015-06-28 15:52:41,+0000,,"@adventFuturist yeah, not the best birthday",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615186062714011648,[],[],0,,False,455,114,201,,None,,,,,,,[],,,, +10624,615185689999765504,615185076813459456,1435506672000.0,2015-06-28 15:51:12,+0000,,That's all we can say with confidence right now. Will have more to say following a thorough fault tree analysis.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615185689999765504,[],[],0,,False,1773,294,1140,,None,,,,,,,[],,,, +10625,615185076813459456,615185076813459456,1435506526000.0,2015-06-28 15:48:46,+0000,,There was an overpressure event in the upper stage liquid oxygen tank. Data suggests counterintuitive cause.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615185076813459456,[],[],0,,False,2965,428,3604,,None,,,,,,,[],,,, +10626,615178702343786498,615167185229619202,1435505006000.0,2015-06-28 15:23:26,+0000,,@juanmlemao Thanks :),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/615178702343786498,[],[],0,,False,219,7,32,,None,,,,,,,[],,,, +10627,615167185229619202,615167185229619202,1435502260000.0,2015-06-28 14:37:40,+0000,,Falcon 9 experienced a problem shortly before first stage shutdown. Will provide more info as soon as we review the data.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/615167185229619202,[],[],0,,False,3560,782,4470,,None,,,,,,,[],,,, +10628,614874698741084161,614874698741084161,1435432526000.0,2015-06-27 19:15:26,+0000,,Drone hexacopter takes pic of drone ship OCISLY on station in the Atlantic https://t.co/DONcOD8hSD,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/614874698741084161,['https://instagram.com/p/4cagTNQEYi/'],[],0,,False,1083,107,691,,None,,,,,,,[],,,, +10629,614814177962627072,614814177962627072,1435418097000.0,2015-06-27 15:14:57,+0000,,"Droneship ""Of Course I Still Love You"" just before it left port https://t.co/rhn4z82NVl",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/614814177962627072,['https://instagram.com/p/4brlooQEVx/'],[],0,,False,977,86,610,,None,,,,,,,[],,,, +10630,614756523244437504,614756523244437504,1435404351000.0,2015-06-27 11:25:51,+0000,,"Trying for another rocket landing tmrw. This time on the droneship ""Of Course I Still Love You"". https://t.co/6LGnzhWLLr",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/614756523244437504,['https://twitter.com/spacex/status/614551591601844224'],[],0,,False,1666,152,1222,https://twitter.com/spacex/status/614551591601844224,None,,,,,,,[],,,, +10631,614755637403193344,614209758497779712,1435404140000.0,2015-06-27 11:22:20,+0000,,@NoMansSky You're welcome. Good conversation.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,11,https://twitter.com/elonmusk/status/614755637403193344,[],[],0,,False,131,7,26,,None,,,,,,,[],,,, +10632,614645132181291008,614626025960570880,1435377793000.0,2015-06-27 04:03:13,+0000,,@connollyjeff1 @TheStreet End of year,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/614645132181291008,[],[],0,,False,144,15,47,,None,,,,,,,[],,,, +10633,614626025960570880,614626025960570880,1435373238000.0,2015-06-27 02:47:18,+0000,,Credit for SolarCity is really due to Rive bros & great team there. My contribution is fairly small. http://t.co/AVkHMz2bmS via @thestreet,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/614626025960570880,['http://www.thestreet.com/story/13200976/1/teslas-elon-musk-takes-solar-financing-to-the-brink-of-change.html'],[],0,,False,667,47,306,,None,,,,,,,[],,,, +10634,613366102756712448,613366102756712448,1435072849000.0,2015-06-23 15:20:49,+0000,,Important to note that Model S resale value is also higher than that of gasoline cars,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/613366102756712448,[],[],0,,False,1561,141,798,,None,,,,,,,[],,,, +10635,612019874773078016,612019874773078016,1434751883000.0,2015-06-19 22:11:23,+0000,,Tesla service team helps save a stray kitten that took refuge in a Model S. Nice work guys! https://t.co/Ddp5K9MpW2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/612019874773078016,['https://vimeo.com/129510054'],[],0,,False,1630,139,811,,None,,,,,,,[],,,, +10636,610484933132292096,610484933132292096,1434385924000.0,2015-06-15 16:32:04,+0000,,"To be clear, SpaceX is supporting a student design competition for STEM, not trying to build Hyperloop itself. Other cos are doing latter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/610484933132292096,[],[],0,,False,1085,78,478,,None,,,,,,,[],,,, +10637,610482435873091584,610482435873091584,1434385329000.0,2015-06-15 16:22:09,+0000,,SpaceX/Tesla will also do a reference pod to be shown after the @Hyperloop competition. Bonus for all racing teams that exceed reference.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/610482435873091584,[],[],0,,False,889,40,451,,None,,,,,,,[],,,, +10638,609215984499605504,609215984499605504,1434083384000.0,2015-06-12 04:29:44,+0000,,"My kids love ""The Lost Planet"" by @RachelSearles. Now on a rare second read!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/609215984499605504,[],[],0,,False,643,52,135,,None,,,,,,,[],,,, +10639,605460768516014080,604418558181785600,1433188070000.0,2015-06-01 19:47:50,+0000,,"@kpe @SpaceX @grierallen @natedapore Cool, thanks for letting us know. This is helpful for figuring out fairing reusability.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/605460768516014080,[],[],0,,False,244,37,39,,None,,,,,,,[],,,, +10640,603409579603415040,603409579603415040,1432699029000.0,2015-05-27 03:57:09,+0000,,Air Force certifies @SpaceX to compete for launching national security satellites http://t.co/tLYcEDJFPV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/603409579603415040,['http://www.af.mil/News/ArticleDisplay/tabid/223/Article/589724/air-forces-space-and-missile-systems-center-certifies-spacex-for-national-secur.aspx'],[],0,,False,2241,229,1142,,None,,,,,,,[],,,, +10641,601669073441697792,601669073441697792,1432284060000.0,2015-05-22 08:41:00,+0000,,What are the best riddles you've heard that are short enough for Twitter?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/601669073441697792,[],[],0,,False,599,638,208,,None,,,,,,,[],,,, +10642,601665000948649984,601665000948649984,1432283089000.0,2015-05-22 08:24:49,+0000,,Another good riddle: drill a hole thru a sphere such that the height of what remains of the sphere is 10cm. What is its remaining volume?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/601665000948649984,[],[],0,,False,563,274,324,,None,,,,,,,[],,,, +10643,601578147113529344,601578147113529344,1432262381000.0,2015-05-22 02:39:41,+0000,,Astronomer Royal Martin Rees: How soon will robots take over the world? - via @Telegraph http://t.co/DStxgM0S8F,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/601578147113529344,['http://www.telegraph.co.uk/culture/hay-festival/11605785/Astronomer-Royal-Martin-Rees-predicts-the-world-will-be-run-by-computers-soon.html'],[],0,,False,779,90,594,,None,,,,,,,[],,,, +10644,600784025335136256,600784025335136256,1432073048000.0,2015-05-19 22:04:08,+0000,,"This is not the full Gigafactory, it is just the pilot plant (1/4 size) https://t.co/gz2EmJkYtm",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/600784025335136256,['https://transportevolved.com/2015/05/18/video-first-drone-video-lets-you-explore-tesla-motors-gigafactory-in-glorious-4k/'],[],0,,False,1245,156,787,,None,,,,,,,[],,,, +10645,600549508796190720,600549508796190720,1432017135000.0,2015-05-19 06:32:15,+0000,,"Fossil fuels subsidised by $10m a minute, says IMF http://t.co/c4nsZjXc32",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/600549508796190720,['http://gu.com/p/48qdv/stw'],[],0,,False,1177,145,1759,,None,,,,,,,[],,,, +10646,598232495537016832,598101579091152897,1431464716000.0,2015-05-12 21:05:16,+0000,,@jankenbrandt Hi Julie!,hi,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/598232495537016832,[],[],0,,False,49,22,4,,None,,,,,,,[],,,, +10647,598151191923568641,598065854736044032,1431445331000.0,2015-05-12 15:42:11,+0000,,@ChristieNic Thanks Christie,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/598151191923568641,[],[],0,,False,100,6,3,,None,,,,,,,[],,,, +10648,598146466557796352,598065854736044032,1431444205000.0,2015-05-12 15:23:25,+0000,,"@TeslaP85D That is true. If someone says they are thinking about having kids, I always encourage them to do so.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/598146466557796352,[],[],0,,False,229,17,38,,None,,,,,,,[],,,, +10649,598065854736044032,598065854736044032,1431424985000.0,2015-05-12 10:03:05,+0000,,It is total BS & hurtful to claim that I told a guy to miss his child's birth just to attend a company meeting. I would never do that.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/598065854736044032,[],[],0,,False,4405,412,1799,,None,,,,,,,[],,,, +10650,598064094206234624,598064094206234624,1431424566000.0,2015-05-12 09:56:06,+0000,,"Of 22 Quotes from http://t.co/VA2KQ03NNR, 2 need correcting: 1. I strongly support pregnancy leave 2. I've never called myself a samurai",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/598064094206234624,['http://wpo.st/MxuG0'],[],0,,False,2040,151,1123,,None,,,,,,,[],,,, +10651,597982078374817794,597861339697180672,1431405012000.0,2015-05-12 04:30:12,+0000,,@voxdotcom I have never written or said this. Ashlee's book was not independently fact-checked. Should be taken w a grain of salt.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/597982078374817794,[],[],0,,False,517,52,257,,None,,,,,,,[],,,, +10652,596053122587365376,595977889356492800,1430945113000.0,2015-05-06 20:45:13,+0000,,"Max acceleration was 6X gravity, altitude 1187m, lateral distance 1202m and velocity 155 m/s. Main chutes deployed 970m.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/596053122587365376,[],[],0,,False,1342,138,577,,None,,,,,,,[],,,, +10653,596051269212459008,596051269212459008,1430944671000.0,2015-05-06 20:37:51,+0000,,Dragon abort test video https://t.co/qsdSCEcPnm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/596051269212459008,['https://www.youtube.com/watch?v=1_FXVjf46T8&feature=youtu.be&noredirect=1'],[],0,,False,1355,90,985,,None,,,,,,,[],,,, +10654,595977889356492800,595977889356492800,1430927176000.0,2015-05-06 15:46:16,+0000,,"Dragon abort test stats: 0 to 100 mph in 1.2 sec, top speed of 345 mph",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/595977889356492800,[],[],0,,False,2105,202,1033,,None,,,,,,,[],,,, +10655,595656079490600960,595656079490600960,1430850450000.0,2015-05-05 18:27:30,+0000,,Hold down firing of Dragon 2 spacecraft at Cape Canaveral http://t.co/2626wb8596,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/595656079490600960,[],['https://pbs.twimg.com/media/CEQyDFxWgAEIx5z.jpg'],1,https://pbs.twimg.com/media/CEQyDFxWgAEIx5z.jpg,False,2883,159,1715,,None,,,,,,,[],,,, +10656,595208771716059136,595208771716059136,1430743804000.0,2015-05-04 12:50:04,+0000,,Very funny post of a Tesla owner test driving a gasoline car http://t.co/Tq2vNM5UnG,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,12,https://twitter.com/elonmusk/status/595208771716059136,['http://teslaclubsweden.se/test-drive-of-a-petrol-car/'],[],0,,False,2352,186,2356,,None,,,,,,,[],,,, +10657,594756342641922048,594756342641922048,1430635936000.0,2015-05-03 06:52:16,+0000,,"While I like the initials, I'd take the so-called ""EM Drive"" with a grain o salt per @io9 article http://t.co/AmjyaI2fVP",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/594756342641922048,['http://space.io9.com/a-new-thruster-pushes-against-virtual-particles-or-1615361369/1615513781/+rtgonzalez'],[],0,,False,891,163,480,,None,,,,,,,[],,,, +10658,594750998398140417,594750998398140417,1430634662000.0,2015-05-03 06:31:02,+0000,,My favorite shot from the last rocket landing attempt on the droneship http://t.co/8a403c7Fv1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/594750998398140417,[],['https://pbs.twimg.com/media/CED64TEUkAAqM23.jpg'],1,https://pbs.twimg.com/media/CED64TEUkAAqM23.jpg,False,4237,220,2144,,None,,,,,,,[],,,, +10659,594327204143599616,594327204143599616,1430533622000.0,2015-05-02 02:27:02,+0000,,Last night's Tesla Powerwall and Powerpack unveiling https://t.co/ksD8m6nCJO,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/594327204143599616,['https://www.youtube.com/watch?v=yKORsrlN-2k'],[],0,,False,3567,337,2925,,None,,,,,,,[],,,, +10660,594187782609707008,594186544174366720,1430500381000.0,2015-05-01 17:13:01,+0000,,@romn8tr Press conference went way over time. Tried to give all the journalists who'd traveled far an opportunity to ask a question.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/594187782609707008,[],[],0,,False,151,13,29,,None,,,,,,,[],,,, +10661,594186544174366720,594186544174366720,1430500086000.0,2015-05-01 17:08:06,+0000,,"For more info on Tesla Energy, check out press kit. $250/kWh for utility scale is the real kicker http://t.co/xE57uIUCse",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/594186544174366720,['http://www.teslamotors.com/presskit/teslaenergy?via=newsletter&source=CSAMedition'],[],0,,False,1376,165,1181,,None,,,,,,,[],,,, +10662,593804222811869184,593785061079535619,1430408933000.0,2015-04-30 15:48:53,+0000,,"@bonnienorman Haha, awesome :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/593804222811869184,[],[],0,,False,110,16,14,,None,,,,,,,[],,,, +10663,593296401196388352,593296401196388352,1430287859000.0,2015-04-29 06:10:59,+0000,,"For the future to be good, we need electric transport, solar power and (of course) ... http://t.co/8mwVWukQDL",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/593296401196388352,[],['https://pbs.twimg.com/media/CDvP5SVUkAEL-UV.jpg'],1,https://pbs.twimg.com/media/CDvP5SVUkAEL-UV.jpg,False,4939,927,4039,,None,,,,,,,[],,,, +10664,592836876622520323,592836876622520323,1430178300000.0,2015-04-27 23:45:00,+0000,,"Rocket launch good, satellite in geo transfer orbit. Still so damn intense. Looking fwd to it feeling normal one day.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/592836876622520323,[],[],0,,False,2744,245,1018,,None,,,,,,,[],,,, +10665,592602352659533824,592602352659533824,1430122385000.0,2015-04-27 08:13:05,+0000,,"Worth watching @ExMachinaMovie. The AI would be in the network, not the robot, but otherwise good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/592602352659533824,[],[],0,,False,1435,124,609,,None,,,,,,,[],,,, +10666,591062459349274624,591055060395659264,1429755246000.0,2015-04-23 02:14:06,+0000,,"@bonnienorman New Roadster battery should complete safety validation by end of July, so likely available in August",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/591062459349274624,[],[],0,,False,151,31,50,,None,,,,,,,[],,,, +10667,589820447660769281,589816427785367553,1429459127000.0,2015-04-19 15:58:47,+0000,,@andrewket @TeslaRoadTrip Wow!,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/589820447660769281,[],[],0,,False,123,22,19,,None,,,,,,,[],,,, +10668,589579721488224256,589577558942822400,1429401734000.0,2015-04-19 00:02:14,+0000,,"While the rocket does look rather tall & tippy, a stable landing is no problem with proper throttle response https://t.co/B4Y6D4dpsc",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/589579721488224256,['https://www.youtube.com/watch?v=0UjWqQPWmsY&feature=youtu.be'],[],0,,False,1606,224,963,,None,,,,,,,[],,,, +10669,589577558942822400,589577558942822400,1429401218000.0,2015-04-18 23:53:38,+0000,,Cause of hard rocket landing confirmed as due to slower than expected throttle valve response. Next attempt in 2 months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/589577558942822400,[],[],0,,False,2501,269,1350,,None,,,,,,,[],,,, +10670,589350633393627136,589297122740080640,1429347115000.0,2015-04-18 08:51:55,+0000,,@Aero4Real I only invest in companies I help found or to help a friend or a cause (no return expected for latter two),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/589350633393627136,[],[],0,,False,224,18,68,,None,,,,,,,[],,,, +10671,588490238936240129,588463193070022656,1429141981000.0,2015-04-15 23:53:01,+0000,,Droneship is fine. No hull breach and repairs are minor. Impact overpressure is closer to a fast fire than an explosion.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/588490238936240129,[],[],0,,False,1482,271,568,,None,,,,,,,[],,,, +10672,588463193070022656,588463193070022656,1429135533000.0,2015-04-15 22:05:33,+0000,,"High resolution, color corrected, slow motion rocket landing video https://t.co/UTF3Y4xGU3",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/588463193070022656,['https://youtu.be/BhMSzC1crr0'],[],0,,False,4387,712,4685,,None,,,,,,,[],,,, +10673,588144086755999744,588144086755999744,1429059452000.0,2015-04-15 00:57:32,+0000,,"If this works, I'm treating myself to a volcano lair. It's time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/588144086755999744,[],[],0,,False,13470,559,8058,,None,,,,,,,[],,,, +10674,588142879245238273,588142879245238273,1429059164000.0,2015-04-15 00:52:44,+0000,,"Ok, looks like we got some killer footage from the chase plane. Big ocean, small ship. Posting vid shortly http://t.co/2F5FK0TZ0i",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/588142879245238273,[],['https://pbs.twimg.com/media/CCmA1JoUMAAijtC.jpg'],1,https://pbs.twimg.com/media/CCmA1JoUMAAijtC.jpg,False,5428,308,3986,,None,,,,,,,[],,,, +10675,588082574183903232,588082574183903232,1429044786000.0,2015-04-14 20:53:06,+0000,,"Looks like Falcon landed fine, but excess lateral velocity caused it to tip over post landing http://t.co/eJWzN6KSJa",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/588082574183903232,[],"['https://pbs.twimg.com/media/CClJ-UsW0AEpNnd.jpg', 'https://pbs.twimg.com/media/CClJ-UuW4AAKOog.jpg']",1,https://pbs.twimg.com/media/CClJ-UsW0AEpNnd.jpg,False,6780,1167,7077,,None,,,,,,,[],,,, +10676,588076749562318849,588076749562318849,1429043397000.0,2015-04-14 20:29:57,+0000,,"Ascent successful. Dragon enroute to Space Station. Rocket landed on droneship, but too hard for survival.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/588076749562318849,[],[],0,,False,6250,1166,6966,,None,,,,,,,[],,,, +10677,588071136971206656,588071136971206656,1429042059000.0,2015-04-14 20:07:39,+0000,,3 mins to liftoff,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/588071136971206656,[],[],0,,False,1349,137,568,,None,,,,,,,[],,,, +10678,587724440667947008,587724440667947008,1428959400000.0,2015-04-13 21:10:00,+0000,,"Launch window always tight when orbital synch needed. In this case, Space Station. For Earth-Sun gravity null point, moon was in the way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/587724440667947008,[],[],0,,False,757,109,441,,None,,,,,,,[],,,, +10679,587715056432889856,587715056432889856,1428957163000.0,2015-04-13 20:32:43,+0000,,Launch postponed due to lightning from an approaching anvil cloud,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/587715056432889856,[],[],0,,False,761,185,690,,None,,,,,,,[],,,, +10680,587704139225759744,587704139225759744,1428954560000.0,2015-04-13 19:49:20,+0000,,Odds of rocket landing successfully today are still less than 50%. The 80% figure by end of year is only bcs many launches ahead.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/587704139225759744,[],[],0,,False,1049,149,639,,None,,,,,,,[],,,, +10681,587421152819208193,587421152819208193,1428887091000.0,2015-04-13 01:04:51,+0000,,Have asked SolarCity if we can do something philanthropic with the CA aqueducts to help the water crisis. Investigating…,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/587421152819208193,[],[],0,,False,2320,265,1029,,None,,,,,,,[],,,, +10682,587193821227651072,587078445525377024,1428832891000.0,2015-04-12 10:01:31,+0000,,@benfeldman63 Thanks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,10,https://twitter.com/elonmusk/status/587193821227651072,[],[],0,,False,33,2,5,,None,,,,,,,[],,,, +10683,586767303464751104,586767303464751104,1428731201000.0,2015-04-11 05:46:41,+0000,,"We debated this, but there really is $10k gas saved by most owners over 5 yrs (avg ownership period). Since it's true, we are sticking w it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/586767303464751104,[],[],0,,False,1005,228,338,,None,,,,,,,[],,,, +10684,586750857565220864,586750504450916352,1428727280000.0,2015-04-11 04:41:20,+0000,,Waited to say something until after we fixed some of the options pricing (too high) and colors (too many similar),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/586750857565220864,[],[],0,,False,515,60,117,,None,,,,,,,[],,,, +10685,586750504450916352,586750504450916352,1428727196000.0,2015-04-11 04:39:56,+0000,,"Just announced new Tesla 70D all-wheel drive, 240 mile range car for ~$55k (after gas savings & incentives) http://t.co/tDb2tCbeT0",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/586750504450916352,['http://my.teslamotors.com/models/design'],[],0,,False,2028,181,1452,,None,,,,,,,[],,,, +10686,586722721322692608,586722721322692608,1428720572000.0,2015-04-11 02:49:32,+0000,,"To land a rocket, Just Read the Instructions http://t.co/FJAM72zNWo",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/586722721322692608,['http://www.planetary.org/blogs/jason-davis/2015/20150410-just-read-instructions.html'],[],0,,False,969,76,609,,None,,,,,,,[],,,, +10687,586202560404434944,586202560404434944,1428596556000.0,2015-04-09 16:22:36,+0000,,Testing of the high performance version of the Tesla Model S by @ConsumerReports https://t.co/bvgEVgMswU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/586202560404434944,['https://m.youtube.com/watch?v=QNfAiyiZpVE&feature=youtu.be'],[],0,,False,731,68,391,,None,,,,,,,[],,,, +10688,585185843649716225,585185843649716225,1428354152000.0,2015-04-06 21:02:32,+0000,,"Battery ""breakthroughs"" need to state power *and* energy density (not the same thing), plus how long they last. They usually fail on energy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/585185843649716225,[],[],0,,False,1207,155,618,,None,,,,,,,[],,,, +10689,585114189527552001,585114189527552001,1428337068000.0,2015-04-06 16:17:48,+0000,,Welcome @Chiefboltkennyh to @TeslaMotors. He will apply Formula 1 techniques to revolutionize servicing mainstream cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/585114189527552001,[],[],0,,False,1134,96,569,,None,,,,,,,[],,,, +10690,584978236053917697,584936204375724032,1428304654000.0,2015-04-06 07:17:34,+0000,,"@johngreen @hankgreen You had me at Sheen or Gaddafi. Must admit to liking ""The Fault in Our Stars"" too. Sad, romantic and beautifully named",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/584978236053917697,[],[],0,,False,582,19,88,,None,,,,,,,[],,,, +10691,584155770851237888,584155770851237888,1428108563000.0,2015-04-04 00:49:23,+0000,,We just got banned in West Virginia. Oh no. http://t.co/gNztPDNtVT,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/584155770851237888,['http://www.mercurynews.com/60-second-business-break/ci_27844803/biz-break-tesla-gives-carmaker-tradition-sales-banned'],[],0,,False,2588,530,1422,,None,,,,,,,[],,,, +10692,583360210292477952,583360210292477952,1427918887000.0,2015-04-01 20:08:07,+0000,,Announcing the amazing Tesla Model W http://t.co/tI6ztSyuX7,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/583360210292477952,['http://www.teslamotors.com/blog/announcing-tesla-model-w'],[],0,,False,1978,357,1592,,None,,,,,,,[],,,, +10693,582934217790607360,582934217790607360,1427817322000.0,2015-03-31 15:55:22,+0000,,"With all that solar power being generated, it almost feels like something is needed to complete the picture ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/582934217790607360,[],[],0,,False,1933,496,1058,,None,,,,,,,[],,,, +10694,582930941720432641,582930941720432641,1427816541000.0,2015-03-31 15:42:21,+0000,,SolarCity just hit a new daily energy record of 5GWh two weeks after reaching 4GWh,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/582930941720432641,[],[],0,,False,1657,119,948,,None,,,,,,,[],,,, +10695,582581865682350080,582581865682350080,1427733315000.0,2015-03-30 16:35:15,+0000,,"Major new Tesla product line -- not a car -- will be unveiled at our Hawthorne Design Studio on Thurs 8pm, April 30",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/582581865682350080,[],[],0,,False,5260,1011,6160,,None,,,,,,,[],,,, +10696,580482462612135936,580482462612135936,1427232778000.0,2015-03-24 21:32:58,+0000,,"Right move is try both tunnels and flying cars. Otherwise, having 2D streets and 3D buildings means bad traffic forever.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580482462612135936,[],[],0,,False,1755,313,1151,,None,,,,,,,[],,,, +10697,580480774115364864,580480774115364864,1427232376000.0,2015-03-24 21:26:16,+0000,,"Reasons I like tunnels: you still travel in 3D fast, but immune to weather, quiet and no risk cars fall on your head",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580480774115364864,[],[],0,,False,1910,185,833,,None,,,,,,,[],,,, +10698,580479736721367041,580479736721367041,1427232128000.0,2015-03-24 21:22:08,+0000,,"Flying car pros: travel in 3D fast. Cons: risk of car falling on head much greater, noisy, grounded in bad weather",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580479736721367041,[],[],0,,False,1328,176,857,,None,,,,,,,[],,,, +10699,580478678808850432,580478678808850432,1427231876000.0,2015-03-24 21:17:56,+0000,,"Contrary to press reports, I'm not against flying cars. Just said it was important to consider both pros and cons.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/580478678808850432,[],[],0,,False,1156,131,552,,None,,,,,,,[],,,, +10700,580046907902439424,580046907902439424,1427128934000.0,2015-03-23 16:42:14,+0000,,"Maybe it's wrong, but I really want to see mammoths http://t.co/enhMu5HYqr",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/580046907902439424,['http://wrd.cm/1EJi9Wx'],[],0,,False,1175,370,627,,None,,,,,,,[],,,, +10701,579861658337574912,579861658337574912,1427084767000.0,2015-03-23 04:26:07,+0000,,Falcon 9 lifting off with 1.3 mmmillion pounds of force http://t.co/7ltlN2WYmx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/579861658337574912,[],['https://pbs.twimg.com/media/CAwVGhlUYAAQF70.jpg'],1,https://pbs.twimg.com/media/CAwVGhlUYAAQF70.jpg,False,4031,257,1956,,None,,,,,,,[],,,, +10702,579504748014907393,579504748014907393,1426999673000.0,2015-03-22 04:47:53,+0000,,Reading Look to Windward by Banks. He is an amazing writer. Pantheon level.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/579504748014907393,[],[],0,,False,887,237,204,,None,,,,,,,[],,,, +10703,579216539561238528,579216138690662401,1426930959000.0,2015-03-21 09:42:39,+0000,,"@AbeAlem Unfortunately, Asimov's books largely illustrate why the three laws don't work",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/579216539561238528,[],[],0,,False,139,23,33,,None,,,,,,,[],,,, +10704,579216101793361920,579216101793361920,1426930854000.0,2015-03-21 09:40:54,+0000,,Another Easter Egg will be hidden in the Model S code in 2015. Last one took a year to find. Next one should be easier.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/579216101793361920,[],[],0,,False,1031,90,553,,None,,,,,,,[],,,, +10705,579210902932574209,579197717970206720,1426929615000.0,2015-03-21 09:20:15,+0000,,@Pandoomic Just changed them to full public domain,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/579210902932574209,[],[],0,,False,616,49,228,,None,,,,,,,[],,,, +10706,579197717970206720,579197717970206720,1426926471000.0,2015-03-21 08:27:51,+0000,,SpaceX Photos Are Now Available Under a Creative Commons License http://t.co/OgHJYimuCU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/579197717970206720,['http://motherboard.vice.com/read/spacex-photos-are-now-available-under-a-creative-commons-license'],[],0,,False,1180,56,861,,None,,,,,,,[],,,, +10707,578288191595130880,578288191595130880,1426709623000.0,2015-03-18 20:13:43,+0000,,Thanks to everyone that supported Tesla in New Jersey! We couldn't have done it without you. http://t.co/swlApOg7vN,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/578288191595130880,['http://techcrunch.com/2015/03/18/tesla-can-now-resume-car-sales-in-new-jersey/#tmhmdj:oHlj'],[],0,,False,1581,165,669,,None,,,,,,,[],,,, +10708,577946893646364673,577946471804235776,1426628251000.0,2015-03-17 21:37:31,+0000,,"However, when self-driving cars become safer than human-driven cars, the public may outlaw the latter. Hopefully not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/577946893646364673,[],[],0,,False,1517,462,855,,None,,,,,,,[],,,, +10709,577946471804235776,577946471804235776,1426628151000.0,2015-03-17 21:35:51,+0000,,"To be clear, Tesla is strongly in favor of people being allowed to drive their cars and always will be. Hopefully, that is obvious.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/577946471804235776,[],[],0,,False,1613,134,696,,None,,,,,,,[],,,, +10710,577693114657210368,577693114657210368,1426567746000.0,2015-03-17 04:49:06,+0000,,"Battery pack swap is active between SF and LA and seems to be working well. Supercharging is the future, though, for non-commercial traffic.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/577693114657210368,[],[],0,,False,1231,72,587,,None,,,,,,,[],,,, +10711,577533623483568128,577100755427061760,1426529720000.0,2015-03-16 18:15:20,+0000,,"Neither I nor the company are selling shares. Even if we were, I wouldn't do this. It would be wrong. Our long term results are what matter.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/577533623483568128,[],[],0,,False,2084,153,591,,None,,,,,,,[],,,, +10712,577533020736909312,577100755427061760,1426529576000.0,2015-03-16 18:12:56,+0000,,Some people seem to think I tweet to affect share price. This is false. A brief rise in $TSLA stock obviously does no good for Tesla or me.,en,[],['tsla'],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/577533020736909312,[],[],0,,False,1413,139,619,,None,,,,,,,[],,,, +10713,577080950317821952,577080950317821952,1426421794000.0,2015-03-15 12:16:34,+0000,,SolarCity systems generated a new daily record of 4 gigawatt-hours this week http://t.co/7MFig1lMsF,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,12,https://twitter.com/elonmusk/status/577080950317821952,['http://blog.solarcity.com/a-4gwh-day'],[],0,,False,1353,102,966,,None,,,,,,,[],,,, +10714,576637531560628224,576637531560628224,1426316075000.0,2015-03-14 06:54:35,+0000,,World's largest hedge fund soon to be powered by artificial intelligence http://t.co/t1Fer3fWVa,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/576637531560628224,['http://www.bloomberg.com/news/articles/2015-02-27/bridgewater-is-said-to-start-artificial-intelligence-team'],[],0,,False,1374,311,1691,,None,,,,,,,[],,,, +10715,576193855323697152,576193855323697152,1426210294000.0,2015-03-13 01:31:34,+0000,,Maybe this is all the work of the Stonecutters! Certainly connects a lot of themes ... http://t.co/E5jJ9Snaca,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/576193855323697152,['http://v.theonion.com/avclubmedia/videos/videometa/4599/zen_mp4.mp4'],[],0,,False,666,94,306,,None,,,,,,,[],,,, +10716,576184066921218048,576184066921218048,1426207961000.0,2015-03-13 00:52:41,+0000,,"For more on the Fermi Paradox: http://t.co/ea1aGnu2kU, http://t.co/AcdSIoIvyv and http://t.co/bkbOWW7Ztb",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/576184066921218048,"['http://amzn.com/0387955011', 'http://io9.com/11-of-the-weirdest-solutions-to-the-fermi-paradox-456850746', 'http://waitbutwhy.com/2014/05/fermi-paradox.html']",[],0,,False,1110,109,538,,None,,,,,,,[],,,, +10717,576182696260476929,576139678895583232,1426207634000.0,2015-03-13 00:47:14,+0000,,"The ancient Egyptians were amazing, but if aliens built the pyramids, they would've left behind a computer or something",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/576182696260476929,[],[],0,,False,1897,293,1097,,None,,,,,,,[],,,, +10718,576140759281238017,576140759281238017,1426197635000.0,2015-03-12 22:00:35,+0000,,The rumor that I'm building a spaceship to get back to my home planet Mars is totally untrue,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/576140759281238017,[],[],0,,False,14305,1016,11376,,None,,,,,,,[],,,, +10719,576139678895583232,576139678895583232,1426197378000.0,2015-03-12 21:56:18,+0000,,"Btw, please don't mention the pyramids. Stacking stone blocks is not evidence of an advanced civilization.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/576139678895583232,[],[],0,,False,2444,336,1168,,None,,,,,,,[],,,, +10720,576139467632717825,576139467632717825,1426197327000.0,2015-03-12 21:55:27,+0000,,"Seems like an opportune moment to bring up the Fermi Paradox, aka ""where are the aliens?"" Really odd that we see no sign of them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/576139467632717825,[],[],0,,False,1123,508,624,,None,,,,,,,[],,,, +10721,575537174860460034,575537174860460034,1426053730000.0,2015-03-11 06:02:10,+0000,,Model S in drag race against snowmobile on ice lake in Norway (no tire chains or studs) http://t.co/OWwfGRQC8p,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/575537174860460034,['http://www.klikk.no/motor/bil/article1526102.ece'],[],0,,False,1271,143,918,,None,,,,,,,[],,,, +10722,574581994253758466,574581994253758466,1425825997000.0,2015-03-08 14:46:37,+0000,,"There is no slowdown of the Gigafactory construction underway, as anyone near Reno with eyes can verify. It's not subtle.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/574581994253758466,[],[],0,,False,1255,91,543,,None,,,,,,,[],,,, +10723,574017546812190721,574017546812190721,1425691422000.0,2015-03-07 01:23:42,+0000,,Some shots of the Gigafactory pilot plant (~20% of full size) under construction https://t.co/OzLzD4LsGW,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/574017546812190721,['https://m.flickr.com/#/photos/jurvetson/16735645181/'],[],0,,False,1066,130,585,,None,,,,,,,[],,,, +10724,572257004938403840,572257004938403840,1425271676000.0,2015-03-02 04:47:56,+0000,,"Upgrades in the works to allow landing for geo missions: thrust +15%, deep cryo oxygen, upper stage tank vol +10%",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/572257004938403840,[],[],0,,False,967,103,394,,None,,,,,,,[],,,, +10725,572252603322527744,572252603322527744,1425270627000.0,2015-03-02 04:30:27,+0000,,Both satellites deployed on target. Now firing their ion thrusters to reach geo station over Europe & Asia.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/572252603322527744,[],[],0,,False,1489,100,652,,None,,,,,,,[],,,, +10726,572209355883352064,572209355883352064,1425260316000.0,2015-03-02 01:38:36,+0000,,Next landing attempt will be 3rd launch from now. Tonight's flight and following one will not have enough propellant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/572209355883352064,[],[],0,,False,970,65,489,,None,,,,,,,[],,,, +10727,571022238540914688,571022238540914688,1424977285000.0,2015-02-26 19:01:25,+0000,,Excellent and funny intro article about Artificial Superintelligence! Highly recommend reading http://t.co/jisxabYrl9,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/571022238540914688,['http://waitbutwhy.com/2015/01/artificial-intelligence-revolution-2.html'],[],0,,False,2045,198,1536,,None,,,,,,,[],,,, +10728,570327747018379264,570327747018379264,1424811705000.0,2015-02-24 21:01:45,+0000,,Tesla Model S rated by @ConsumerReports as best car in world for 2nd year in a row http://t.co/F0TpdmDxGg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/570327747018379264,['http://www.consumerreports.org/cro/magazine/2015/04/consumer-reports-10-top-picks-of-2015/index.htm'],[],0,,False,2026,183,1609,,None,,,,,,,[],,,, +10729,565716774260576262,565716774260576262,1423712364000.0,2015-02-12 03:39:24,+0000,,Landing on a stormy sea http://t.co/7EY25g3IU5,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/565716774260576262,[],['https://pbs.twimg.com/media/B9nUaKjIMAAPR55.jpg'],1,https://pbs.twimg.com/media/B9nUaKjIMAAPR55.jpg,False,2553,241,1419,,None,,,,,,,[],,,, +10730,565659578915115011,565659578915115011,1423698727000.0,2015-02-11 23:52:07,+0000,,Rocket soft landed in the ocean within 10m of target & nicely vertical! High probability of good droneship landing in non-stormy weather.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/565659578915115011,[],[],0,,False,5223,686,3730,,None,,,,,,,[],,,, +10731,565657374128865281,565657374128865281,1423698202000.0,2015-02-11 23:43:22,+0000,,Primary mission on target. Spacecraft head towards the sun! All good there.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/565657374128865281,[],[],0,,False,1609,114,661,,None,,,,,,,[],,,, +10732,565638406945144832,565637505811488768,1423693679000.0,2015-02-11 22:27:59,+0000,,@DanielLockyer We could actually do that...maybe we should,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565638406945144832,[],[],0,,False,650,53,179,,None,,,,,,,[],,,, +10733,565637505811488768,565637505811488768,1423693465000.0,2015-02-11 22:24:25,+0000,,Planning a significant upgrade of the droneship for future missions to handle literally anything. Maybe give it a Merlin for good measure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565637505811488768,[],[],0,,False,1640,211,596,,None,,,,,,,[],,,, +10734,565637058975531009,565637058975531009,1423693358000.0,2015-02-11 22:22:38,+0000,,Can't delay any longer. Must proceed with primary mission to launch the Deep Space Climate Observatory spacecraft.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565637058975531009,[],[],0,,False,1018,84,460,,None,,,,,,,[],,,, +10735,565636516551352321,565636516551352321,1423693229000.0,2015-02-11 22:20:29,+0000,,"Mega storm preventing droneship from remaining on station, so rocket will try to land on water. Survival probability <1%.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/565636516551352321,[],[],0,,False,1054,228,901,,None,,,,,,,[],,,, +10736,565350545695977472,565350545695977472,1423625048000.0,2015-02-11 03:24:08,+0000,,Coming home http://t.co/FmrmYs6R6V,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/565350545695977472,[],['https://pbs.twimg.com/media/B9iHU1IIUAEKGnU.jpg'],1,https://pbs.twimg.com/media/B9iHU1IIUAEKGnU.jpg,False,4717,201,2213,,None,,,,,,,[],,,, +10737,565323202063532034,565323202063532034,1423618529000.0,2015-02-11 01:35:29,+0000,,Dragon splashdown off the California coast http://t.co/4Bvfmei8I3,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/565323202063532034,[],['https://pbs.twimg.com/media/B9hudM_IYAEmR7q.png'],1,https://pbs.twimg.com/media/B9hudM_IYAEmR7q.png,False,3680,158,1831,,None,,,,,,,[],,,, +10738,565287338088357889,565287338088357889,1423609978000.0,2015-02-10 23:12:58,+0000,,"Launch postponed to tomorrow due to high winds at the Cape, but Dragon still inbound from orbit in 90 mins",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/565287338088357889,[],[],0,,False,948,81,571,,None,,,,,,,[],,,, +10739,565237171192623105,565237171192623105,1423598017000.0,2015-02-10 19:53:37,+0000,,Extreme wind shear over Cape Canaveral. Feels like a sledgehammer when supersonic in the vertical. Hoping it changes …,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/565237171192623105,[],[],0,,False,595,77,336,,None,,,,,,,[],,,, +10740,565181590431485952,565181590431485952,1423584766000.0,2015-02-10 16:12:46,+0000,,"""What Are The Civilian Applications?"" https://t.co/iG2Zn3fUnO",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/565181590431485952,['https://m.youtube.com/watch?v=M8YjvHYbZ9w'],[],0,,False,693,384,632,,None,,,,,,,[],,,, +10741,564563818022313984,564563818022313984,1423437477000.0,2015-02-08 23:17:57,+0000,,"Prob good though. Will give us time to replace 1st stage video transmitter (not needed for launch, but nice to have).",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/564563818022313984,[],[],0,,False,917,93,441,,None,,,,,,,[],,,, +10742,564562686478807043,564562686478807043,1423437208000.0,2015-02-08 23:13:28,+0000,,Air Force tracking radar went down. Launch postponed to same time tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/564562686478807043,[],[],0,,False,1118,204,1438,,None,,,,,,,[],,,, +10743,564509965612634112,564509965612634112,1423424638000.0,2015-02-08 19:43:58,+0000,,Rocket reentry will be much tougher this time around due to deep space mission. Almost 2X force and 4X heat. Plenty of hydraulic fluid tho.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/564509965612634112,[],[],0,,False,2114,236,1120,,None,,,,,,,[],,,, +10744,564493608351313921,564493608351313921,1423420738000.0,2015-02-08 18:38:58,+0000,,"Launching our 1st deep space mission today. Headed to Earth-Sun L1 gravity null point at 1M miles, 4X further than moon.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/564493608351313921,[],[],0,,False,4084,350,2927,,None,,,,,,,[],,,, +10745,561002248827052034,561002248827052034,1422588333000.0,2015-01-30 03:25:33,+0000,,"If you are curious about the P85D, you can schedule a test drive here: http://t.co/Eu19pBUpNO",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/561002248827052034,['http://ts.la/dE'],[],0,,False,764,237,453,,None,,,,,,,[],,,, +10746,560909571691380736,560909571691380736,1422566237000.0,2015-01-29 21:17:17,+0000,,Painting the name on the droneship ... http://t.co/X8R8O4KjPx,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/560909571691380736,[],['https://pbs.twimg.com/media/B8jASILCMAAIssg.jpg'],1,https://pbs.twimg.com/media/B8jASILCMAAIssg.jpg,False,3699,261,2242,,None,,,,,,,[],,,, +10747,560908370623098882,560898568748531712,1422565951000.0,2015-01-29 21:12:31,+0000,,"P85 acceleration will also improve, but not quite as much",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/560908370623098882,[],[],0,,False,472,43,140,,None,,,,,,,[],,,, +10748,560906999664508931,560906999664508931,1422565624000.0,2015-01-29 21:07:04,+0000,,Video made by owner of a P85D going up a 14% grade on snow passing a whole bunch of stuck SUVs https://t.co/LC9AHx0fuC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/560906999664508931,['https://www.youtube.com/watch?v=eObSjtU6YXc&feature=youtu.be'],[],0,,False,1125,134,667,,None,,,,,,,[],,,, +10749,560900676453433344,560900676453433344,1422564116000.0,2015-01-29 20:41:56,+0000,,Tesla dual motor cars are also all-wheel drive. Main goal of dual motor was actually insane traction on snow. Insane speed was a side effect,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/560900676453433344,[],[],0,,False,2412,157,1510,,None,,,,,,,[],,,, +10750,560898568748531712,560898568748531712,1422563614000.0,2015-01-29 20:33:34,+0000,,Tesla P85D 0 to 60mph acceleration will improve by ~0.1 sec soon via over-the-air software update to inverter algorithm,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/560898568748531712,[],[],0,,False,3823,461,3412,,None,,,,,,,[],,,, +10751,560328986341818368,560328986341818368,1422427815000.0,2015-01-28 06:50:15,+0000,,"Great DragTimes video of people experiencing P85D ""Insane Mode"" acceleration for the first time https://t.co/gqN9oremMQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/560328986341818368,['https://m.youtube.com/watch?v=1qFV5i8tBhs'],[],0,,False,1656,190,1571,,None,,,,,,,[],,,, +10752,559629011983147008,559554023544483841,1422260928000.0,2015-01-26 08:28:48,+0000,,Final one: anything launched by a railgun (if you could ever reach ~ Mach 27) would explode upon exiting the barrel in our dense atmosphere,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/559629011983147008,[],[],0,,False,1054,262,466,,None,,,,,,,[],,,, +10753,559562992145027075,559554023544483841,1422245188000.0,2015-01-26 04:06:28,+0000,,"Ion thrusters are great, but have extremely tiny force (photon thruster even less). Must have more thrust than weight or you don't go up.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/559562992145027075,[],[],0,,False,1332,204,463,,None,,,,,,,[],,,, +10754,559557786514632704,559554023544483841,1422243947000.0,2015-01-26 03:45:47,+0000,,And pls don't ask me about space elevators until someone at least builds a carbon nanotube structure longer than a footbridge,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/559557786514632704,[],[],0,,False,3241,217,1666,,None,,,,,,,[],,,, +10755,559555327515848705,559554023544483841,1422243360000.0,2015-01-26 03:36:00,+0000,,"Reason is Newton's Third Law. In vacuum, there is nothing to ""push"" against. You must react against ejected mass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/559555327515848705,[],[],0,,False,1539,177,765,,None,,,,,,,[],,,, +10756,559554023544483841,559554023544483841,1422243049000.0,2015-01-26 03:30:49,+0000,,"If u saw @TheSimpsons and wonder why @SpaceX doesn't use an electric rocket to reach orbit, it is cuz that is impossible",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/559554023544483841,[],[],0,,False,3996,399,2357,,None,,,,,,,[],,,, +10757,558703223909781505,558703223909781505,1422040203000.0,2015-01-23 19:10:03,+0000,,"West Coast droneship under construction will be named ""Of Course I Still Love You""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/558703223909781505,[],[],0,,False,1616,181,873,,None,,,,,,,[],,,, +10758,558682281619906561,558682281619906561,1422035210000.0,2015-01-23 17:46:50,+0000,,"Good primer on the exponential advancement of technology, particularly AI http://t.co/1c30ZwJ8Y5",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/558682281619906561,['http://waitbutwhy.com/2015/01/artificial-intelligence-revolution-1.html'],[],0,,False,1257,110,1040,,None,,,,,,,[],,,, +10759,558681668387487745,558665265785733120,1422035064000.0,2015-01-23 17:44:24,+0000,,@thomasmuirhead Good piece,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/558681668387487745,[],[],0,,False,33,3,4,,None,,,,,,,[],,,, +10760,558665515351019520,558665265785733120,1422031213000.0,2015-01-23 16:40:13,+0000,,"@elonmusk ... In honor of IMB, RIP.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/558665515351019520,[],[],0,,False,472,40,213,,None,,,,,,,[],,,, +10761,558665265785733120,558665265785733120,1422031153000.0,2015-01-23 16:39:13,+0000,,"Repairs almost done on the spaceport drone ship and have given it the name ""Just Read the Instructions""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/558665265785733120,[],[],0,,False,1896,145,1228,,None,,,,,,,[],,,, +10762,557436437239300096,557436437239300096,1421738177000.0,2015-01-20 07:16:17,+0000,,"The universe is really, really big https://t.co/4j3jvIaqpe",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/557436437239300096,['https://m.youtube.com/watch?v=udAL48P5NJU'],[],0,,False,3059,367,2706,,None,,,,,,,[],,,, +10763,556301868507627520,556295392074014720,1421467675000.0,2015-01-17 04:07:55,+0000,,@trakz @TheSimpsons Of course!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/556301868507627520,[],[],0,,False,72,13,10,,None,,,,,,,[],,,, +10764,556105370054053889,556105370054053889,1421420826000.0,2015-01-16 15:07:06,+0000,,Next rocket landing on drone ship in 2 to 3 weeks w way more hydraulic fluid. At least it shd explode for a diff reason.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/556105370054053889,[],[],0,,False,5134,379,3867,,None,,,,,,,[],,,, +10765,555981841476227072,554009604409946112,1421391375000.0,2015-01-16 06:56:15,+0000,,@ID_AA_Carmack Full RUD (rapid unscheduled disassembly) event. Ship is fine minor repairs. Exciting day! http://t.co/tIEctHFKHG,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555981841476227072,[],['https://pbs.twimg.com/media/B7c-iRaCYAAPxQ9.jpg'],1,https://pbs.twimg.com/media/B7c-iRaCYAAPxQ9.jpg,False,1613,172,1684,,None,,,,,,,[],,,, +10766,555980855537975296,554009604409946112,1421391140000.0,2015-01-16 06:52:20,+0000,,@ID_AA_Carmack Residual fuel and oxygen combine http://t.co/5k07SP8M9n,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555980855537975296,[],['https://pbs.twimg.com/media/B7c9o7CCMAA7vyP.jpg'],1,https://pbs.twimg.com/media/B7c9o7CCMAA7vyP.jpg,False,596,21,668,,None,,,,,,,[],,,, +10767,555978908554625025,554009604409946112,1421390676000.0,2015-01-16 06:44:36,+0000,,"@ID_AA_Carmack Rocket hits hard at ~45 deg angle, smashing legs and engine section http://t.co/PnzHHluJfG",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555978908554625025,[],['https://pbs.twimg.com/media/B7c73oaCQAA7V-j.jpg'],1,https://pbs.twimg.com/media/B7c73oaCQAA7V-j.jpg,False,729,57,889,,None,,,,,,,[],,,, +10768,555978267165859840,554009604409946112,1421390523000.0,2015-01-16 06:42:03,+0000,,"@ID_AA_Carmack Before impact, fins lose power and go hardover. Engines fights to restore, but … http://t.co/94VDi7IEHS",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/555978267165859840,[],['https://pbs.twimg.com/media/B7c7SPiCYAAmPZo.jpg'],1,https://pbs.twimg.com/media/B7c7SPiCYAAmPZo.jpg,False,588,49,712,,None,,,,,,,[],,,, +10769,555951381509849088,554009604409946112,1421384113000.0,2015-01-16 04:55:13,+0000,,@ID_AA_Carmack Tks. Turns out we recovered some impact video frames from drone ship. It's kinda begging to be released…,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/555951381509849088,[],[],0,,False,371,52,202,,None,,,,,,,[],,,, +10770,555824114196156416,555804403504918528,1421353770000.0,2015-01-15 20:29:30,+0000,,@FormulaSAE Contact Steve Davis at Hyperloop@spacex.com,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/555824114196156416,[],[],0,,False,81,3,14,,None,,,,,,,[],,,, +10771,555804403504918528,555804403504918528,1421349070000.0,2015-01-15 19:11:10,+0000,,"Also thinking of having an annual student Hyperloop pod racer competition, like Formula SAE http://t.co/HV9BLCoMb8",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/555804403504918528,['http://students.sae.org/cds/formulaseries/about.htm'],[],0,,False,1458,155,894,,None,,,,,,,[],,,, +10772,555803747792609280,555803747792609280,1421348914000.0,2015-01-15 19:08:34,+0000,,Will be building a Hyperloop test track for companies and student teams to test out their pods. Most likely in Texas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/555803747792609280,[],[],0,,False,4220,436,4416,,None,,,,,,,[],,,, +10773,555743387056226304,555743387056226304,1421334523000.0,2015-01-15 15:08:43,+0000,,Funding research on artificial intelligence safety. It's all fun & games until someone loses an I http://t.co/t1aGnrTU21,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/555743387056226304,['http://futureoflife.org/misc/AI'],[],0,,False,1491,169,1177,,None,,,,,,,[],,,, +10774,554465954932207616,554465954932207616,1421029959000.0,2015-01-12 02:32:39,+0000,,Yesterday's mission to the Space Station lights up the cloudy night sky of Cape Canaveral http://t.co/DFB742HaQt,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/554465954932207616,[],['https://pbs.twimg.com/media/B7Hb2SQIMAAs3p3.jpg'],1,https://pbs.twimg.com/media/B7Hb2SQIMAAs3p3.jpg,False,5627,214,3384,,None,,,,,,,[],,,, +10775,554320532133650432,554320532133650432,1420995288000.0,2015-01-11 16:54:48,+0000,,World's top artificial intelligence developers sign open letter calling for AI safety research: http://t.co/ShWc8F7Kyq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/554320532133650432,['http://futureoflife.org/misc/open_letter'],[],0,,False,1515,169,1508,,None,,,,,,,[],,,, +10776,554023312033341440,554009604409946112,1420924425000.0,2015-01-10 21:13:45,+0000,,"@alankerlin Hydraulics are usually closed, but that adds mass vs short acting open systems. F9 fins only work for 4 mins. We were ~10% off.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/554023312033341440,[],[],0,,False,469,79,246,,None,,,,,,,[],,,, +10777,553964602636369920,553964602636369920,1420910428000.0,2015-01-10 17:20:28,+0000,,Am super proud of my crew for making huge strides towards reusability on this mission. You guys rock!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/553964602636369920,[],[],0,,False,3238,176,1131,,None,,,,,,,[],,,, +10778,553964281025548289,553964281025548289,1420910351000.0,2015-01-10 17:19:11,+0000,,"Upcoming flight already has 50% more hydraulic fluid, so should have plenty of margin for landing attempt next month.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/553964281025548289,[],[],0,,False,1541,113,773,,None,,,,,,,[],,,, +10779,553963793056030721,553963793056030721,1420910235000.0,2015-01-10 17:17:15,+0000,,"Grid fins worked extremely well from hypersonic velocity to subsonic, but ran out of hydraulic fluid right before landing.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/553963793056030721,[],[],0,,False,1300,162,931,,None,,,,,,,[],,,, +10780,553857574005915648,553857574005915648,1420884910000.0,2015-01-10 10:15:10,+0000,,Didn't get good landing/impact video. Pitch dark and foggy. Will piece it together from telemetry and ... actual pieces.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553857574005915648,[],[],0,,False,2616,421,2040,,None,,,,,,,[],,,, +10781,553856479590359040,553856479590359040,1420884649000.0,2015-01-10 10:10:49,+0000,,Ship itself is fine. Some of the support equipment on the deck will need to be replaced...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553856479590359040,[],[],0,,False,1827,221,1719,,None,,,,,,,[],,,, +10782,553855109114101760,553855109114101760,1420884322000.0,2015-01-10 10:05:22,+0000,,"Rocket made it to drone spaceport ship, but landed hard. Close, but no cigar this time. Bodes well for the future tho.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553855109114101760,[],[],0,,False,5087,655,6266,,None,,,,,,,[],,,, +10783,553853961317654528,553853961317654528,1420884049000.0,2015-01-10 10:00:49,+0000,,Ascent phase good. Dragon deployed to Space Station rendezvous orbit.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,10,https://twitter.com/elonmusk/status/553853961317654528,[],[],0,,False,1229,97,740,,None,,,,,,,[],,,, +10784,553850129208586241,553850129208586241,1420883135000.0,2015-01-10 09:45:35,+0000,,Launching in one minute,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/553850129208586241,[],[],0,,False,1148,106,518,,None,,,,,,,[],,,, +10785,553836041770373120,553836041770373120,1420879776000.0,2015-01-10 08:49:36,+0000,,At mission control in California. Launch in 60 mins. Looks good so far.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/553836041770373120,[],[],0,,False,1038,130,530,,None,,,,,,,[],,,, +10786,553835543336058880,553835543336058880,1420879657000.0,2015-01-10 08:47:37,+0000,,Swimming on the moon http://t.co/7eZ3tqwwEj,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/553835543336058880,['http://what-if.xkcd.com/'],[],0,,False,1047,97,905,,None,,,,,,,[],,,, +10787,552437001291841539,552437001291841539,1420546219000.0,2015-01-06 12:10:19,+0000,,Need to investigate the upper stage Z actuator. Was behaving strangely. Next launch attempt on Friday at 5am.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/552437001291841539,[],[],0,,False,1028,182,871,,None,,,,,,,[],,,, +10788,552279321491275776,552279321491275776,1420508625000.0,2015-01-06 01:43:45,+0000,,Taking questions now at http://t.co/CpOyWeAk0G,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/552279321491275776,['http://redd.it/2rgsan'],[],0,,False,861,138,619,,None,,,,,,,[],,,, +10789,552256055607312384,552256055607312384,1420503078000.0,2015-01-06 00:11:18,+0000,,Background on our attempt to land Falcon 9 rocket on a station-keeping drone ship in the Atlantic http://t.co/yklReEpZO3,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/552256055607312384,['http://spacex.com/news/2014/12/16/x-marks-spot-falcon-9-attempts-ocean-platform-landing'],[],0,,False,698,72,747,,None,,,,,,,[],,,, +10790,552182273865699328,552182273865699328,1420485487000.0,2015-01-05 19:18:07,+0000,,Drone spaceport ship heads to its hold position in the Atlantic to prepare for a rocket landing http://t.co/kXYHGVKTfE,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/552182273865699328,[],['https://pbs.twimg.com/media/B6m-2biIYAAZcYF.jpg'],1,https://pbs.twimg.com/media/B6m-2biIYAAZcYF.jpg,False,3354,326,3410,,None,,,,,,,[],,,, +10791,552153757338066944,552153757338066944,1420478688000.0,2015-01-05 17:24:48,+0000,,Ask me anything at 9pm Florida time (focused on tomorrow's 6am rocket launch) http://t.co/DvCbw4kTJy,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/552153757338066944,['http://reddit.com/r/IAmA'],[],0,,False,796,130,830,,None,,,,,,,[],,,, +10792,550297212769402881,550297212769402881,1420036054000.0,2014-12-31 14:27:34,+0000,,"Btw, we are actually working on a charger that automatically moves out from the wall & connects like a solid metal snake. For realz.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/550297212769402881,[],[],0,,False,4924,541,4197,,None,,,,,,,[],,,, +10793,550030135446220801,550030135446220801,1419972378000.0,2014-12-30 20:46:18,+0000,,Model S range curves in detail by version http://t.co/DGIKGTIagW,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/550030135446220801,['http://ts.la/c7'],[],0,,False,502,49,331,,None,,,,,,,[],,,, +10794,548601442638917633,548601442638917633,1419631751000.0,2014-12-26 22:09:11,+0000,,Roadster upgrade details http://t.co/9RZVMCJeMJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/548601442638917633,['http://ts.la/qA'],[],0,,False,727,110,456,,None,,,,,,,[],,,, +10795,548268486003535872,548268486003535872,1419552368000.0,2014-12-26 00:06:08,+0000,,"Reading The Culture series by Banks. Compelling picture of a grand, semi-utopian galactic future. Hopefully not too optimistic about AI.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/548268486003535872,[],[],0,,False,950,147,261,,None,,,,,,,[],,,, +10796,548257415536594944,548257415536594944,1419549728000.0,2014-12-25 23:22:08,+0000,,Roadster upgrade will enable non-stop travel from LA to SF -- almost 400 mile range. Details tmrw. Merry Christmas!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/548257415536594944,[],[],0,,False,2365,208,1672,,None,,,,,,,[],,,, +10797,546453860936474625,546453860936474625,1419119727000.0,2014-12-20 23:55:27,+0000,,Nothing against all the oatmeal-raisin cookies out there. Just be yourself.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/546453860936474625,[],[],0,,False,1529,112,813,,None,,,,,,,[],,,, +10798,546450680689356800,546450680689356800,1419118969000.0,2014-12-20 23:42:49,+0000,,Really should be a rule that oatmeal-raisin cookies can't look too much like choc chip. Doppelgänger cookie trickery!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/546450680689356800,[],[],0,,False,3390,274,2128,,None,,,,,,,[],,,, +10799,546055521351270402,546055521351270402,1419024756000.0,2014-12-19 21:32:36,+0000,,I'd recommend competing for the $10M Learning XPRIZE. Illiteracy is the wellspring of poverty. http://t.co/NLuFheVmpx,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/546055521351270402,['http://learning.xprize.org'],[],0,,False,748,63,681,,None,,,,,,,[],,,, +10800,546018982927413248,546018982927413248,1419016044000.0,2014-12-19 19:07:24,+0000,,Tesla fast battery swap details http://t.co/4XWWUlOeQE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/546018982927413248,['http://ts.la/h6'],[],0,,False,823,81,654,,None,,,,,,,[],,,, +10801,545967015521820672,545967015521820672,1419003654000.0,2014-12-19 15:40:54,+0000,,Pack swap now operating in limited beta mode for SF to LA route. Can swap battery faster than visiting a gas station. Tesla blog out soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/545967015521820672,[],[],0,,False,1078,103,832,,None,,,,,,,[],,,, +10802,545965826054963200,545965826054963200,1419003371000.0,2014-12-19 15:36:11,+0000,,Falcon/Dragon launch punted to early Jan. Need time to review all systems thoroughly again.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/545965826054963200,[],[],0,,False,428,56,218,,None,,,,,,,[],,,, +10803,542004522298535936,542004522298535936,1418058922000.0,2014-12-08 17:15:22,+0000,,Dune series by Herbert also brilliant. He advocates placing limits on machine intelligence.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/542004522298535936,[],[],0,,False,1060,238,469,,None,,,,,,,[],,,, +10804,542000615287574528,542000615287574528,1418057991000.0,2014-12-08 16:59:51,+0000,,Reread Asimov's Foundation series. Brilliant.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/542000615287574528,[],[],0,,False,1523,203,574,,None,,,,,,,[],,,, +10805,537016081915719680,537016081915719680,1416869585000.0,2014-11-24 22:53:05,+0000,,Welcome back @RicardoR to run the @TeslaMotors communications team!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/537016081915719680,[],[],0,,False,327,100,117,,None,,,,,,,[],,,, +10806,536354292396228608,536258543675252739,1416711802000.0,2014-11-23 03:03:22,+0000,,"@ID_AA_Carmack That works for Dragon, but hard to do for something long like Falcon",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/536354292396228608,[],[],0,,False,93,25,26,,None,,,,,,,[],,,, +10807,536326873916375040,536326873916375040,1416705265000.0,2014-11-23 01:14:25,+0000,,"The flight grid fins look like the ones on this test we did, but larger: https://t.co/gTaURQQeyx",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/536326873916375040,['https://m.youtube.com/watch?v=DgLBIdVg3EM'],[],0,,False,574,100,399,,None,,,,,,,[],,,, +10808,536325460318519296,536258543675252739,1416704928000.0,2014-11-23 01:08:48,+0000,,@ID_AA_Carmack No choice. Entry velocity too high for a precision landing with N2 thrusters alone. Must have aero surfaces for pitch trim.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/536325460318519296,[],[],0,,False,89,14,40,,None,,,,,,,[],,,, +10809,536268250620125185,536258543675252739,1416691288000.0,2014-11-22 21:21:28,+0000,,@John_Gardi Using legs as air brakes to drop terminal velocity in half requires slight redesign & more data. Maybe flight 21.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536268250620125185,[],[],0,,False,65,7,28,,None,,,,,,,[],,,, +10810,536265739486121985,536258543675252739,1416690690000.0,2014-11-22 21:11:30,+0000,,"Grid fins are stowed on ascent and then deploy on reentry for ""x-wing"" style control. Each fin moves independently for pitch/yaw/roll.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536265739486121985,[],[],0,,False,614,85,276,,None,,,,,,,[],,,, +10811,536263260056850432,536262624653365248,1416690099000.0,2014-11-22 21:01:39,+0000,,"Base is 300 ft by 100 ft, with wings that extend width to 170 ft. Will allow refuel & rocket flyback in future.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/536263260056850432,[],[],0,,False,642,58,335,,None,,,,,,,[],,,, +10812,536258543675252739,536258543675252739,1416688974000.0,2014-11-22 20:42:54,+0000,,Testing operation of hypersonic grid fins (x-wing config) going on next flight http://t.co/O1tMSIXxsT,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/536258543675252739,[],['https://pbs.twimg.com/media/B3EsTeDIUAAO86M.jpg'],1,https://pbs.twimg.com/media/B3EsTeDIUAAO86M.jpg,False,1737,157,1236,,None,,,,,,,[],,,, +10813,535914463388782592,535901974915710976,1416606939000.0,2014-11-21 21:55:39,+0000,,Cuteness overload MT “@WIRED: A baby baboon snuggled with a teddy bear http://t.co/wuovq1HPEY http://t.co/UHK8MnGj4i”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/535914463388782592,['http://wrd.cm/1r5KMEU'],['https://pbs.twimg.com/media/B2_oAbrIEAAdLIM.jpg'],1,https://pbs.twimg.com/media/B2_oAbrIEAAdLIM.jpg,False,1251,95,755,,None,,,,,,,[],,,, +10814,535905906442403840,535905906442403840,1416604899000.0,2014-11-21 21:21:39,+0000,,About the Nevada deal with Tesla ... http://t.co/hAeyOc5OzC,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/535905906442403840,['http://ts.la/j1'],[],0,,False,523,69,383,,None,,,,,,,[],,,, +10815,535085589456879616,535085589456879616,1416409320000.0,2014-11-19 15:02:00,+0000,,Really hate it when companies bring out an awesome show car and then you can never actually buy it. So lame.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/535085589456879616,[],[],0,,False,3026,283,1685,,None,,,,,,,[],,,, +10816,535085033904558080,535085033904558080,1416409188000.0,2014-11-19 14:59:48,+0000,,"Rumors about canceling Falcon wing doors are false. At Tesla, the production car will always be better than the show car.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/535085033904558080,[],[],0,,False,2231,127,1228,,None,,,,,,,[],,,, +10817,534731793832751106,534731793832751106,1416324969000.0,2014-11-18 15:36:09,+0000,,Tesla comic book http://t.co/enyjX9bcGE,es,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/534731793832751106,[],['https://pbs.twimg.com/media/B2u_uw9CMAEgS_H.jpg'],1,https://pbs.twimg.com/media/B2u_uw9CMAEgS_H.jpg,False,1283,111,642,,None,,,,,,,[],,,, +10818,531996243904716800,531994668608024576,1415672763000.0,2014-11-11 02:26:03,+0000,,@Shmizer1 unfettered certainly and at very low cost,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/531996243904716800,[],[],0,,False,152,24,55,,None,,,,,,,[],,,, +10819,531994668608024576,531994668608024576,1415672387000.0,2014-11-11 02:19:47,+0000,,SpaceX is still in the early stages of developing advanced micro-satellites operating in large formations. Announcement in 2 to 3 months.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/531994668608024576,[],[],0,,False,2372,236,2140,,None,,,,,,,[],,,, +10820,530599540995260416,530599540995260416,1415339763000.0,2014-11-07 05:56:03,+0000,,Astronauts Play With Blobs of Water in Zero Gravity http://t.co/SeCDcWTnJv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/530599540995260416,['http://www.slate.com/blogs/future_tense/2014/11/06/astronauts_on_the_international_space_station_play_with_balls_of_water_in.html?wpsrc'],[],0,,False,568,97,503,,None,,,,,,,[],,,, +10821,529466348976345088,529466348976345088,1415069589000.0,2014-11-04 02:53:09,+0000,,Review of performance version of dual motor Model S by @MotorTrend http://t.co/wSsbXFdv42,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/529466348976345088,['http://motortrend.com/roadtests/alternative/1411_2015_tesla_model_s_p85d_first_test/'],[],0,,False,708,97,588,,None,,,,,,,[],,,, +10822,528318667306446848,528318667306446848,1414795960000.0,2014-10-31 22:52:40,+0000,,Deepest sympathies to the families of the pilots and the Virgin Galactic team,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/528318667306446848,[],[],0,,False,1747,78,1111,,None,,,,,,,[],,,, +10823,527247155954610176,527247155954610176,1414540492000.0,2014-10-28 23:54:52,+0000,,Sorry to hear about the @OrbitalSciences launch. Hope they recover soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/527247155954610176,[],[],0,,False,1421,141,920,,None,,,,,,,[],,,, +10824,526974332052844544,526971201231409152,1414475446000.0,2014-10-28 05:50:46,+0000,,"Also, lease price improvement is due to US Bank deal. It is *not* a discount. Revenue to Tesla is unchanged.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/526974332052844544,[],[],0,,False,545,64,251,,None,,,,,,,[],,,, +10825,526971201231409152,526971201231409152,1414474699000.0,2014-10-28 05:38:19,+0000,,Article in @WSJ re Tesla sales is incorrect. September was a record high WW and up 65% year-over-year in North America.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/526971201231409152,[],[],0,,False,991,143,664,,None,,,,,,,[],,,, +10826,526437760274792448,526437760274792448,1414347517000.0,2014-10-26 18:18:37,+0000,,Was going to work out this morning. Went to IHOP instead.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/526437760274792448,[],[],0,,False,4265,439,1938,,None,,,,,,,[],,,, +10827,523290693612367872,523290693612367872,1413597198000.0,2014-10-18 01:53:18,+0000,,Infrared video of Falcon rocket reentry captured by @NASA tracking cameras http://t.co/GQLCFLlrUC,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/523290693612367872,['http://m.youtube.com/watch?v=_UFjK_CFKgA&feature=youtu.be'],[],0,,False,674,64,539,,None,,,,,,,[],,,, +10828,523011654515032064,523011654515032064,1413530670000.0,2014-10-17 07:24:30,+0000,,Michigan auto dealers trying to pass anti-consumer legislation http://t.co/qEr5oz3CyE,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/523011654515032064,['http://teslamotors.com/blog/raw-deal-michigan'],[],0,,False,418,143,647,,None,,,,,,,[],,,, +10829,522619616661880832,522619616661880832,1413437201000.0,2014-10-16 05:26:41,+0000,,Kinda trippy seeing myself on @SouthPark. I've watched the show ever since the J vs SC short. Brian Boitano!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/522619616661880832,[],[],0,,False,2725,142,1080,,None,,,,,,,[],,,, +10830,520743089938251777,520743089938251777,1412989802000.0,2014-10-11 01:10:02,+0000,,Dual Motor Model S with Autopilot http://t.co/IL7BSn0ZZk,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/520743089938251777,['http://teslamotors.com/blog/dual-motor-model-s-and-autopilot'],[],0,,False,1373,220,1235,,None,,,,,,,[],,,, +10831,520335864053108736,520335864053108736,1412892712000.0,2014-10-09 22:11:52,+0000,,Just got word that the cumulative miles of the worldwide Tesla fleet passed half a billion!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/520335864053108736,[],[],0,,False,2034,255,1040,,None,,,,,,,[],,,, +10832,517509858971504640,517509858971504640,1412218939000.0,2014-10-02 03:02:19,+0000,,"I love the Internet. Comments had me literally ROFL. No, it wasn't intentional. Glad I didn't mention the other letter!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/517509858971504640,[],[],0,,False,2679,324,1352,,None,,,,,,,[],,,, +10833,517486950589014016,517486950589014016,1412213478000.0,2014-10-02 01:31:18,+0000,,About time to unveil the D and something else http://t.co/qp23yi59i6,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/517486950589014016,[],['https://pbs.twimg.com/media/By57o4jCYAECwsq.jpg'],1,https://pbs.twimg.com/media/By57o4jCYAECwsq.jpg,False,10508,2099,11944,,None,,,,,,,[],,,, +10834,516473142923915264,516433449033293825,1411971767000.0,2014-09-29 06:22:47,+0000,,"“@TheDailyShow: The House Science, Space and Technology Committee hearing on global warming. http://t.co/7i5W0Hb39R”",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/516473142923915264,['http://on.cc.com/1vcjuzt'],[],0,,False,461,51,395,,None,,,,,,,[],,,, +10835,513165076694454272,513115414620954624,1411183063000.0,2014-09-20 03:17:43,+0000,,@TalulahRiley Good suggestion :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/513165076694454272,[],[],0,,False,50,16,4,,None,,,,,,,[],,,, +10836,513115414620954624,513115414620954624,1411171222000.0,2014-09-20 00:00:22,+0000,,Calendar app w tap to nav & traffic predictor in Tesla V6.0 release will radically improve how the car adapts to the owner over time,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/513115414620954624,[],[],0,,False,574,88,337,,None,,,,,,,[],,,, +10837,511987985873502209,511987985873502209,1410902422000.0,2014-09-16 21:20:22,+0000,,"Would also like to congratulate @Boeing, fellow winner of the @NASA commercial crew program",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511987985873502209,[],[],0,,False,815,68,366,,None,,,,,,,[],,,, +10838,511987635464585216,511987635464585216,1410902339000.0,2014-09-16 21:18:59,+0000,,This is the Crew Dragon spacecraft design that we unveiled earlier this year: http://t.co/gmpcAuTgQf,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511987635464585216,['http://www.youtube.com/watch?v=yEQrmDoIRO8'],[],0,,False,649,58,453,,None,,,,,,,[],,,, +10839,511986289776680960,511986289776680960,1410902018000.0,2014-09-16 21:13:38,+0000,,Deeply honored and appreciative of the trust that @NASA has placed in @SpaceX for the future of human spaceflight,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/511986289776680960,[],[],0,,False,2711,215,1793,,None,,,,,,,[],,,, +10840,510171087498260480,510171087498260480,1410469240000.0,2014-09-11 21:00:40,+0000,,"Official Gigafactory address to be: Electric Avenue, McCarran, Nevada",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/510171087498260480,[],[],0,,False,1840,278,1439,,None,,,,,,,[],,,, +10841,509586265986310144,509195186875138048,1410329808000.0,2014-09-10 06:16:48,+0000,,@Salina_Snipes sounds about right,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/509586265986310144,[],[],0,,False,39,4,0,,None,,,,,,,[],,,, +10842,509211956436545536,509211956436545536,1410240565000.0,2014-09-09 05:29:25,+0000,,Meeting with @JAXA_en in a building called … http://t.co/RBS2shPdNY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/509211956436545536,[],['https://pbs.twimg.com/media/BxEVkrQIUAEfREg.jpg'],1,https://pbs.twimg.com/media/BxEVkrQIUAEfREg.jpg,False,630,58,150,,None,,,,,,,[],,,, +10843,509195186875138048,509195186875138048,1410236567000.0,2014-09-09 04:22:47,+0000,,"Just did crazy Japanese game show called 逆転の法則. I have no idea what happened, but it was awesome http://t.co/oRQlbCH3de",ja,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/509195186875138048,[],['https://pbs.twimg.com/media/BxEGUhIIIAA9NDM.jpg'],1,https://pbs.twimg.com/media/BxEGUhIIIAA9NDM.jpg,False,2477,166,1143,,None,,,,,,,[],,,, +10844,508921339626127360,508921339626127360,1410171277000.0,2014-09-08 10:14:37,+0000,,Excellent explanation of the diff betw getting to orbit vs space (suggested by @MarkusvonRoder) https://t.co/7PD42mkIEz,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,10,https://twitter.com/elonmusk/status/508921339626127360,['https://what-if.xkcd.com/58/'],[],0,,False,741,45,613,,None,,,,,,,[],,,, +10845,508898503251488768,508898503251488768,1410165832000.0,2014-09-08 08:43:52,+0000,,Handing over the first Tesla Model S cars in Japan http://t.co/58fzUJBjVs,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/508898503251488768,[],['https://pbs.twimg.com/media/Bw_4esRCEAEdRuR.jpg'],1,https://pbs.twimg.com/media/Bw_4esRCEAEdRuR.jpg,False,1606,111,825,,None,,,,,,,[],,,, +10846,508632347990687745,508617476804866048,1410102376000.0,2014-09-07 15:06:16,+0000,,@yoshimasa_satoh It was exactly what I was looking for,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/508632347990687745,[],[],0,,False,93,4,82,,None,,,,,,,[],,,, +10847,508622668535304193,508622668535304193,1410100068000.0,2014-09-07 14:27:48,+0000,,Long exposure of AsiaSat 6 transiting to geo orbit over China http://t.co/mPr2Td9kkx,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/508622668535304193,[],['https://pbs.twimg.com/media/Bw79nnBCUAEcUgF.jpg'],1,https://pbs.twimg.com/media/Bw79nnBCUAEcUgF.jpg,False,1920,81,1345,,None,,,,,,,[],,,, +10848,508617476804866048,508617476804866048,1410098830000.0,2014-09-07 14:07:10,+0000,,Noodles in Shinjuku http://t.co/MWztTqByuA,in,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/508617476804866048,[],['https://pbs.twimg.com/media/Bw745ZoCQAA2ACR.jpg'],1,https://pbs.twimg.com/media/Bw745ZoCQAA2ACR.jpg,False,4977,213,4422,,None,,,,,,,[],,,, +10849,508457119037681665,508457119037681665,1410060598000.0,2014-09-07 03:29:58,+0000,,"Launch in ~1.5 hours if weather clears. Lightning tower struck earlier, but no effect on rocket or satellite http://t.co/AWdx9LsFZt",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/508457119037681665,[],['https://pbs.twimg.com/media/Bw5nC3FCUAAwW96.jpg'],1,https://pbs.twimg.com/media/Bw5nC3FCUAAwW96.jpg,False,1462,140,951,,None,,,,,,,[],,,, +10850,506573584890724352,506573584890724352,1409611528000.0,2014-09-01 22:45:28,+0000,,The graph that really matters http://t.co/FF2AQ0hg15 http://t.co/0Xk2arTzvW,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/506573584890724352,['http://slate.me/1pzPSgh'],['https://pbs.twimg.com/media/Bwe1_aiCIAE4bAa.jpg'],1,https://pbs.twimg.com/media/Bwe1_aiCIAE4bAa.jpg,False,1096,186,1198,,None,,,,,,,[],,,, +10851,504013712010018816,503470300575850496,1409001207000.0,2014-08-25 21:13:27,+0000,,@evanwiththebig @TeslaMotors Expansion to Madrid already underway. Map is being updated. All of Spain & Portugal by end of 2015.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/504013712010018816,[],[],0,,False,236,70,264,,None,,,,,,,[],,,, +10852,504013262829391873,504013262829391873,1409001100000.0,2014-08-25 21:11:40,+0000,,Model S limits torque if brake & accel simul pressed. Going to zero torque with brake press would be a safety hazard.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/504013262829391873,[],[],0,,False,300,67,113,,None,,,,,,,[],,,, +10853,504010071714840576,503470300575850496,1409000339000.0,2014-08-25 20:58:59,+0000,,@cermak @Tesla_Europe I agree. We are fixing this plan. Updated map coming soon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/504010071714840576,[],[],0,,False,197,25,67,,None,,,,,,,[],,,, +10854,504001838413516801,504000716613373954,1408998376000.0,2014-08-25 20:26:16,+0000,,@WillOremus That has been my goal from the beginning. Need the Gigafactory for Model 3.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/504001838413516801,[],[],0,,False,174,27,79,,None,,,,,,,[],,,, +10855,503077090803986432,503077090803986432,1408777899000.0,2014-08-23 07:11:39,+0000,,Ad taken out in Palo Alto Daily by two Model S owners is right. Many of the suggestions will be implemented soon. http://t.co/cF43PvJDgQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/503077090803986432,[],['https://pbs.twimg.com/media/BvtJ8qZCEAAGVsG.jpg'],1,https://pbs.twimg.com/media/BvtJ8qZCEAAGVsG.jpg,False,2702,343,1449,,None,,,,,,,[],,,, +10856,502974683864518657,502974683864518657,1408753484000.0,2014-08-23 00:24:44,+0000,,Three engine F9R Dev1 vehicle auto-terminated during test flight. No injuries or near injuries. Rockets are tricky …,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/502974683864518657,[],[],0,,False,1112,250,1025,,None,,,,,,,[],,,, +10857,501777115860066304,501777115860066304,1408467961000.0,2014-08-19 17:06:01,+0000,,Wikception http://t.co/fd8r4JI2Tx,da,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/501777115860066304,['http://en.m.wikipedia.org/wiki/List_of_lists_of_lists'],[],0,,False,875,113,942,,None,,,,,,,[],,,, +10858,500378028141076483,500375541493411840,1408134393000.0,2014-08-15 20:26:33,+0000,,@awadsayeed Yes. Technically Model 3 or maybe three horizontal bars. Won't be three vertical bars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500378028141076483,[],[],0,,False,78,14,26,,None,,,,,,,[],,,, +10859,500376654040948737,500341005262913536,1408134065000.0,2014-08-15 20:21:05,+0000,,"@BillGates @RyanSeacrest @TEDchris Am a bit under the weather, but will do it!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500376654040948737,[],[],0,,False,772,57,329,,None,,,,,,,[],,,, +10860,500375541493411840,500375541493411840,1408133800000.0,2014-08-15 20:16:40,+0000,,"Model S drivetrain warranty increased to infinite miles, applies retroactively ... http://t.co/0Gwukwj6qT",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/500375541493411840,['http://teslamotors.com/blog/infinite-mile-warranty'],[],0,,False,1453,302,1802,,None,,,,,,,[],,,, +10861,496700455045840896,496700455045840896,1407257591000.0,2014-08-05 16:53:11,+0000,,Long exposure of the Falcon 9 predawn launch from Cape Canaveral http://t.co/jQHxIEhuJb,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/496700455045840896,[],['https://pbs.twimg.com/media/BuSibXHCEAEXx5A.jpg'],1,https://pbs.twimg.com/media/BuSibXHCEAEXx5A.jpg,False,2787,155,2209,,None,,,,,,,[],,,, +10862,496673908129804288,496673908129804288,1407251262000.0,2014-08-05 15:07:42,+0000,,"High velocity reentry (2700 lbs/sqft) appeared to succeed, but, as expected, not enough propellant to land for this and the next mission.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/496673908129804288,[],[],0,,False,390,61,177,,None,,,,,,,[],,,, +10863,496673142656749568,496673142656749568,1407251079000.0,2014-08-05 15:04:39,+0000,,Falcon 9 flight 11 to geosynchronous transfer orbit completed on target this morning http://t.co/UoJMNOHTUR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/496673142656749568,[],['https://pbs.twimg.com/media/BuSJllfCYAEtqHx.jpg'],1,https://pbs.twimg.com/media/BuSJllfCYAEtqHx.jpg,False,911,53,512,,None,,,,,,,[],,,, +10864,496451029509373952,496444502845173760,1407198123000.0,2014-08-05 00:22:03,+0000,,Love EFF “@arstechnica: EFF inaugurates “Stupid Patent of the Month” http://t.co/3AlePablJ9 by @joemullin”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/496451029509373952,['http://ars.to/1s6fYIG'],[],0,,False,325,37,358,,None,,,,,,,[],,,, +10865,496012177103663104,496012177103663104,1407093493000.0,2014-08-03 19:18:13,+0000,,"Hope we're not just the biological boot loader for digital superintelligence. Unfortunately, that is increasingly probable",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/496012177103663104,[],[],0,,False,3799,645,4459,,None,,,,,,,[],,,, +10866,496010572333580289,496010572333580289,1407093110000.0,2014-08-03 19:11:50,+0000,,"While on the subject of AI risk, Our Final Invention by @jrbarrat is also worth reading",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/496010572333580289,[],[],0,,False,509,103,158,,None,,,,,,,[],,,, +10867,495771005634482176,495759307346952192,1407035993000.0,2014-08-03 03:19:53,+0000,,"@drwave @itsDanielSuarez Yeah, Daemon is a great read",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/495771005634482176,[],[],0,,False,61,12,7,,None,,,,,,,[],,,, +10868,495760430870978561,495759307346952192,1407033472000.0,2014-08-03 02:37:52,+0000,,@IrrelevantGamer @masseffect Mass Effect 2 is one of the best games ever. Also love Saints Row IV.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/495760430870978561,[],[],0,,False,524,38,201,,None,,,,,,,[],,,, +10869,495759307346952192,495759307346952192,1407033204000.0,2014-08-03 02:33:24,+0000,,Worth reading Superintelligence by Bostrom. We need to be super careful with AI. Potentially more dangerous than nukes.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/495759307346952192,[],[],0,,False,3018,499,2474,,None,,,,,,,[],,,, +10870,495739993600450560,495739993600450560,1407028599000.0,2014-08-03 01:16:39,+0000,,Guardians of the Galaxy is great. Best line is when Star-Lord says his spaceship looks like a Jackson Pollock painting under black light.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/495739993600450560,[],[],0,,False,1853,100,945,,None,,,,,,,[],,,, +10871,493084094532956160,493084094532956160,1406395383000.0,2014-07-26 17:23:03,+0000,,On annual camping trip w kids. Trying a place just south of Carmel in California this year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/493084094532956160,[],[],0,,False,566,167,108,,None,,,,,,,[],,,, +10872,491796248148455425,491663163859820544,1406088337000.0,2014-07-23 04:05:37,+0000,,“@SpaceX: Soft water landing of Falcon 9 rocket booster. http://t.co/VxBqBZhHmO Full update: http://t.co/nH8UqOmN9h”,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/491796248148455425,"['http://youtu.be/CQnR5fhCXkQ', 'http://www.spacex.com/news/2014/07/22/spacex-soft-lands-falcon-9-rocket-first-stage']",[],0,,False,538,77,477,,None,,,,,,,[],,,, +10873,490325897820381185,488719729599578112,1405737778000.0,2014-07-19 02:42:58,+0000,,"Looks like body slam, maybe from a self-generated wave",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/490325897820381185,[],[],0,,False,248,95,135,,None,,,,,,,[],,,, +10874,488719729599578112,488719729599578112,1405354838000.0,2014-07-14 16:20:38,+0000,,Detailed review of rocket telemetry needed to tell if due to initial splashdown or subsequent tip over and body slam,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488719729599578112,[],[],0,,False,380,103,283,,None,,,,,,,[],,,, +10875,488718649515986944,488718649515986944,1405354580000.0,2014-07-14 16:16:20,+0000,,"Rocket booster reentry, landing burn & leg deploy were good, but lost hull integrity right after splashdown (aka kaboom)",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488718649515986944,[],[],0,,False,709,117,797,,None,,,,,,,[],,,, +10876,488717037674311682,488717037674311682,1405354196000.0,2014-07-14 16:09:56,+0000,,Flight 10 of Falcon 9 was good. All six ORBCOMM satellites deployed on target.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/488717037674311682,[],[],0,,False,706,85,466,,None,,,,,,,[],,,, +10877,487286689300086784,487279300895191041,1405013174000.0,2014-07-10 17:26:14,+0000,,@leroytwin @Tesla_Canada A lot of Canadian Superchargers are in work and will start going live in the next month or so,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/487286689300086784,[],[],0,,False,76,21,46,,None,,,,,,,[],,,, +10878,487279300895191041,487279300895191041,1405011413000.0,2014-07-10 16:56:53,+0000,,Tesla Superchargers delivered over 1GWh last month. Long distance driving growing exponentially http://t.co/vixkd5gkKX,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/487279300895191041,['http://www.teslamotors.com/blog/supercharging-milestone'],[],0,,False,683,110,642,,None,,,,,,,[],,,, +10879,483979768203726848,483979768203726848,1404224743000.0,2014-07-01 14:25:43,+0000,,Tesla Model S named top model in perceived quality http://t.co/hOhZMIG78u via @USATODAY,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/483979768203726848,['http://usat.ly/1lIT4DE'],[],0,,False,547,68,429,,None,,,,,,,[],,,, +10880,479705782720536577,479705782720536577,1403205745000.0,2014-06-19 19:22:25,+0000,,Test flight of Falcon 9-R with deployable grid fins for better hypersonic thru subsonic control http://t.co/6ZXpvPao2u,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/479705782720536577,['http://m.youtube.com/watch?v=DgLBIdVg3EM&feature=youtu.be'],[],0,,False,740,175,689,,None,,,,,,,[],,,, +10881,478903880793993216,478903880793993216,1403014557000.0,2014-06-17 14:15:57,+0000,,Goal is for unsubsidized solar power to cost less than grid electricity from coal or fracked gas,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/478903880793993216,[],[],0,,False,2009,261,1734,,None,,,,,,,[],,,, +10882,478901093733507072,478901093733507072,1403013892000.0,2014-06-17 14:04:52,+0000,,SolarCity to build the world's largest advanced solar panel factory in upstate New York http://t.co/dI6N9QomaQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/478901093733507072,['http://blog.solarcity.com/silevo/'],[],0,,False,1226,168,1396,,None,,,,,,,[],,,, +10883,478757147459985409,478675928449822720,1402979573000.0,2014-06-17 04:32:53,+0000,,"Edmunds beats Tesla LA-NY record by several hours! “@edmunds: Made it! Our Model S made LA-NY run in 67 hrs and 21 mins""",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/478757147459985409,[],[],0,,False,490,63,323,,None,,,,,,,[],,,, +10884,477223079421046785,477223079421046785,1402613823000.0,2014-06-12 22:57:03,+0000,,"Apparently, lots of confused media inquiries about blog title. Look, we just to make sure they don't set us up the bomb.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/477223079421046785,[],[],0,,False,2703,311,2096,,None,,,,,,,[],,,, +10885,477133748949884929,477133748949884929,1402592525000.0,2014-06-12 17:02:05,+0000,,Regarding Tesla patents http://t.co/gGBWoInh6C,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/477133748949884929,['http://www.teslamotors.com/blog/all-our-patent-are-belong-you'],[],0,,False,3828,1126,6303,,None,,,,,,,[],,,, +10886,476537238785114112,476481698914652160,1402450306000.0,2014-06-11 01:31:46,+0000,,@Ash_Dale I do seriously need a haircut :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/476537238785114112,[],[],0,,False,32,7,4,,None,,,,,,,[],,,, +10887,474212817306787840,474212817306787840,1401896120000.0,2014-06-04 15:35:20,+0000,,"Ok, but the sloths kinda had it coming ""Humans Blamed for Extinction of Mammoths & Giant Sloths"" http://t.co/pIPW8rjjl2",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/474212817306787840,['http://news.yahoo.com/humans-blamed-extinction-mammoths-mastodons-giant-sloths-230217240.html?soc_src=mediacontentsharebuttons'],[],0,,False,352,83,252,,None,,,,,,,[],,,, +10888,472757297685356546,472757297685356546,1401549097000.0,2014-05-31 15:11:37,+0000,,Recording of Dragon V2 unveil at http://t.co/aBIV4EWOS2,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/472757297685356546,['http://www.spacex.com/webcast/'],[],0,,False,528,112,530,,None,,,,,,,[],,,, +10889,471829262215835648,471829262215835648,1401327836000.0,2014-05-29 01:43:56,+0000,,Amazing repair job of Falcon 9 ocean landing vid by @NASASpaceflight forum. Now shows leg deploy http://t.co/EYoaRjEn9Q,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/471829262215835648,['http://www.youtube.com/watch?v=XoufUV5oGTo&sns=em'],[],0,,False,409,40,301,,None,,,,,,,[],,,, +10890,471808555951980544,471808555951980544,1401322900000.0,2014-05-29 00:21:40,+0000,,Model S in drag queen competition @CARandDRIVER http://t.co/SHSkETbbWm,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/471808555951980544,['http://www.teslamotors.com/sites/default/files/blog_attachments/the-slipperiest-car-on-the-road.pdf'],[],0,,False,233,38,190,,None,,,,,,,[],,,, +10891,470613418039586816,470613418039586816,1401037957000.0,2014-05-25 17:12:37,+0000,,Prince Albert & Princess Charlene drove a Tesla around the track to open @F1 Monaco! The honor is much appreciated :) http://t.co/gjQmbm541s,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/470613418039586816,[],['https://pbs.twimg.com/media/Bof0aBOIQAAC8R3.jpg'],1,https://pbs.twimg.com/media/Bof0aBOIQAAC8R3.jpg,False,2098,121,1444,,None,,,,,,,[],,,, +10892,470001882300444674,469986226930741248,1400892156000.0,2014-05-24 00:42:36,+0000,,@QuantumG When we launch I want to know that SpaceX has done everything possible to keep the astronauts safe. Only a few more years to go.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/470001882300444674,[],[],0,,False,85,14,34,,None,,,,,,,[],,,, +10893,469996295151972352,469986226930741248,1400890823000.0,2014-05-24 00:20:23,+0000,,"@QuantumG Dragon V1.1 doesn't have a launch escape system. Probably comparable reliability to Shuttle, but we need to do better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/469996295151972352,[],[],0,,False,21,4,7,,None,,,,,,,[],,,, +10894,469990086738984960,469986226930741248,1400889343000.0,2014-05-23 23:55:43,+0000,,"@RichardGarriott Just the air in Dragon. Technically, if a few humans had stowed aboard Dragon on the last flight, they would've been ok.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469990086738984960,[],[],0,,False,34,9,14,,None,,,,,,,[],,,, +10895,469988081635196928,469986226930741248,1400888865000.0,2014-05-23 23:47:45,+0000,,"@westcoastbill First, the cheese. Then, the mouse.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469988081635196928,[],[],0,,False,38,2,9,,None,,,,,,,[],,,, +10896,469986226930741248,469986226930741248,1400888423000.0,2014-05-23 23:40:23,+0000,,The next Dragon mission to the Space Station will carry our first live mammals: 40 mousetronauts! http://t.co/rR3c6gd1v3,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469986226930741248,['http://www.nasa.gov/mission_pages/station/research/news/rodent_research/'],[],0,,False,797,97,734,,None,,,,,,,[],,,, +10897,469982869218004994,469982869218004994,1400887622000.0,2014-05-23 23:27:02,+0000,,Contracting official's new job raises questions http://t.co/JhRDGa6vYZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/469982869218004994,['http://bigstory.ap.org/article/contracting-officers-new-job-raises-questions'],[],0,,False,224,35,196,,None,,,,,,,[],,,, +10898,469644139253215233,469644139253215233,1400806863000.0,2014-05-23 01:01:03,+0000,,"Either way, this case certainly deserves close examination by the DoD Inspector General per @SenJohnMcCain's request http://t.co/IZ4JO2y3JO",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/469644139253215233,['http://www.mccain.senate.gov/public/index.cfm/press-releases?ID=c6782e97-ca58-47c4-991f-4587c8da1e9d'],[],0,,False,419,46,305,,None,,,,,,,[],,,, +10899,469641881010581504,469641881010581504,1400806324000.0,2014-05-23 00:52:04,+0000,,"Reason I believe this is likely is that Correll first tried to work at SpaceX, but we turned him down. Our competitor, it seems, did not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469641881010581504,[],[],0,,False,400,75,361,,None,,,,,,,[],,,, +10900,469640326416982016,469640326416982016,1400805953000.0,2014-05-23 00:45:53,+0000,,V likely AF official Correll was told by ULA/Rocketdyne that a rich VP job was his if he gave them a sole source contract,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469640326416982016,[],[],0,,False,340,51,389,,None,,,,,,,[],,,, +10901,469639079085486080,469639079085486080,1400805656000.0,2014-05-23 00:40:56,+0000,,Air Force official awards $10B+ contract uncompeted & then takes lucrative job w funds recipient http://t.co/SHqFYWd3CR,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/469639079085486080,['http://nlpc.org/stories/2014/05/18/space-launch-deal-puts-spotlight-revolving-door'],[],0,,False,587,134,1127,,None,,,,,,,[],,,, +10902,469356919979655168,469356919979655168,1400738384000.0,2014-05-22 05:59:44,+0000,,Great progress by @NASASpaceflight members repairing the Falcon 9 ocean landing video http://t.co/DP4y5W5uvZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/469356919979655168,['http://twitpic.com/e4dm2e'],[],0,,False,493,39,348,,None,,,,,,,[],,,, +10903,466521428914094083,466312864740171776,1400062350000.0,2014-05-14 10:12:30,+0000,,@Oatmeal may all technology in the future follow the zeroth law...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/466521428914094083,[],[],0,,False,476,36,189,,None,,,,,,,[],,,, +10904,466518346574626817,466267316406063104,1400061615000.0,2014-05-14 10:00:15,+0000,,@Oatmeal I would be happy to help,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/466518346574626817,[],[],0,,False,4781,457,2790,,None,,,,,,,[],,,, +10905,465030743962296320,465030743962296320,1399706943000.0,2014-05-10 07:29:03,+0000,,Worth seeing @ChefTheFilm by @Jon_Favreau. Make sure to plan for a meal afterwards!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/465030743962296320,[],[],0,,False,294,42,105,,None,,,,,,,[],,,, +10906,464491775264960512,464491775264960512,1399578443000.0,2014-05-08 19:47:23,+0000,,Trouble in Missouri. Auto dealers trying to sneak in a monopoly creation bill today http://t.co/p6zqtsaYpi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/464491775264960512,['http://www.teslamotors.com/blog/trouble-missouri'],[],0,,False,267,139,532,,None,,,,,,,[],,,, +10907,462104679116050432,462100295896412160,1399009315000.0,2014-05-02 05:41:55,+0000,,@rocketrepreneur ~40%,und,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/462104679116050432,[],[],0,,False,63,15,12,,None,,,,,,,[],,,, +10908,462100295896412160,462100295896412160,1399008270000.0,2014-05-02 05:24:30,+0000,,"Second flight of Falcon 9-R. 1000m, hover and land (with cows) http://t.co/tixmBH5sw6",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/462100295896412160,['http://m.youtube.com/watch?feature=youtu.be&v=ZwwS4YOTbbw'],[],0,,False,1210,323,1543,,None,,,,,,,[],,,, +10909,461283368693669888,461279062837968897,1398813499000.0,2014-04-29 23:18:19,+0000,,"Cover drops on May 29. Actual flight design hardware of crew Dragon, not a mockup.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/461283368693669888,[],[],0,,False,562,93,429,,None,,,,,,,[],,,, +10910,461279062837968897,461279062837968897,1398812473000.0,2014-04-29 23:01:13,+0000,,Sounds like this might be a good time to unveil the new Dragon Mk 2 spaceship that @SpaceX has been working on w @NASA. No trampoline needed,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/461279062837968897,[],[],0,,False,1695,147,1421,,None,,,,,,,[],,,, +10911,461057260853022720,461055064438628353,1398759591000.0,2014-04-29 08:19:51,+0000,,@micahgtb almost,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461057260853022720,[],[],0,,False,13,0,2,,None,,,,,,,[],,,, +10912,461057152111505408,461055064438628353,1398759565000.0,2014-04-29 08:19:25,+0000,,@constrainedbyc no problem,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461057152111505408,[],[],0,,False,13,0,2,,None,,,,,,,[],,,, +10913,461055579650129920,461055064438628353,1398759190000.0,2014-04-29 08:13:10,+0000,,@nitroc3ll yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/461055579650129920,[],[],0,,False,11,1,2,,None,,,,,,,[],,,, +10914,460975671603634176,460802462589665280,1398740139000.0,2014-04-29 02:55:39,+0000,,@KAlHomoud Superchargers in Canada will go live in 6 to 8 weeks. Update on forums shortly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/460975671603634176,[],[],0,,False,37,6,24,,None,,,,,,,[],,,, +10915,459891514781364224,459891514781364224,1398481656000.0,2014-04-26 03:07:36,+0000,,Letter from @SenJohnMcCain to DoD Inspector General questioning uncompeted space launch contract http://t.co/Bq6raOKSHM,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/459891514781364224,['http://www.mccain.senate.gov/public/index.cfm/press-releases?ID=c6782e97-ca58-47c4-991f-4587c8da1e9d'],[],0,,False,331,62,244,,None,,,,,,,[],,,, +10916,459448693444206592,459448693444206592,1398376079000.0,2014-04-24 21:47:59,+0000,,100th @TeslaMotors Supercharger goes live http://t.co/jgCWF4qxCd,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/459448693444206592,['http://www.teslamotors.com/blog/100-supercharger-stations'],[],0,,False,421,48,332,,None,,,,,,,[],,,, +10917,459443233290866688,459443233290866688,1398374777000.0,2014-04-24 21:26:17,+0000,,FTC blog supports direct car sales as good for consumers http://t.co/FfqvAKVfFF,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/459443233290866688,['http://www.ftc.gov/news-events/blogs/competition-matters/2014/04/who-decides-how-consumers-should-shop'],[],0,,False,312,45,293,,None,,,,,,,[],,,, +10918,457311780943822848,457307742495993856,1397866599000.0,2014-04-19 00:16:39,+0000,,Flight computers continued transmitting for 8 seconds after reaching the water. Stopped when booster went horizontal.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/457311780943822848,[],[],0,,False,613,126,496,,None,,,,,,,[],,,, +10919,457307742495993856,457307742495993856,1397865636000.0,2014-04-19 00:00:36,+0000,,Data upload from tracking plane shows landing in Atlantic was good! Several boats enroute through heavy seas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/457307742495993856,[],[],0,,False,998,173,894,,None,,,,,,,[],,,, +10920,457263446086524930,457259334414503937,1397855075000.0,2014-04-18 21:04:35,+0000,,@MarinaSBlinova Rocket boost stage reaching 0 m/s in one piece :) Will know soon. Odds not high.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/457263446086524930,[],[],0,,False,61,11,33,,None,,,,,,,[],,,, +10921,457259334414503937,457259334414503937,1397854095000.0,2014-04-18 20:48:15,+0000,,"Last known state for rocket boost stage is 360 m/s, Mach 1.1, 8.5 km altitude and roll rate close to zero (v important!)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/457259334414503937,[],[],0,,False,522,79,383,,None,,,,,,,[],,,, +10922,457257359354519552,457257359354519552,1397853624000.0,2014-04-18 20:40:24,+0000,,Orbit insertion and Dragon deploy all good. Falcon reentry burn also good. Waiting for landing data from tracking plane.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/457257359354519552,[],[],0,,False,649,79,478,,None,,,,,,,[],,,, +10923,457235055388020736,457235055388020736,1397848307000.0,2014-04-18 19:11:47,+0000,,Falcon 9-Reusable with (now retired) Grasshopper test rig in background http://t.co/TmYrs5mm79,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/457235055388020736,[],['https://pbs.twimg.com/media/Blhs3D-CUAASuFZ.jpg'],1,https://pbs.twimg.com/media/Blhs3D-CUAASuFZ.jpg,False,554,48,356,,None,,,,,,,[],,,, +10924,457212031062392833,457212031062392833,1397842817000.0,2014-04-18 17:40:17,+0000,,Hexacopter drone vid of 1st F9 rocket booster takeoff & landing w flight design legs http://t.co/FhZX3afK1a,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/457212031062392833,['http://youtu.be/0UjWqQPWmsY'],[],0,,False,776,155,1049,,None,,,,,,,[],,,, +10925,457191844133097472,457188968627310592,1397838004000.0,2014-04-18 16:20:04,+0000,,@erwinEmm Need to make sure precision return from hypersonic velocity works in ocean before transitioning to land,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457191844133097472,[],[],0,,False,33,4,19,,None,,,,,,,[],,,, +10926,457190623640969216,457190623640969216,1397837713000.0,2014-04-18 16:15:13,+0000,,Heavy seas in Atlantic preventing our recovery ship from being on station. Maybe they can help? http://t.co/9zZKAqPh6H,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457190623640969216,['http://theaviationist.com/2014/04/17/russian-tug-off-us/'],[],0,,False,203,44,142,,None,,,,,,,[],,,, +10927,457188968627310592,457188968627310592,1397837318000.0,2014-04-18 16:08:38,+0000,,This is 1st ever orbital rocket launch w landing legs. Will attempt leg deploy & soft landing out to sea.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/457188968627310592,[],[],0,,False,556,75,500,,None,,,,,,,[],,,, +10928,457181362307350529,457181362307350529,1397835505000.0,2014-04-18 15:38:25,+0000,,Launch to the Space Station in just under three hours if weather holds http://t.co/aBIV4EWOS2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/457181362307350529,['http://www.spacex.com/webcast/'],[],0,,False,419,74,522,,None,,,,,,,[],,,, +10929,456914811461197824,456914811461197824,1397771954000.0,2014-04-17 21:59:14,+0000,,Honored that @NASA would entrust @SpaceX with the Apollo 11 (first moon landing) launch pad http://t.co/LmqxRwsKFW,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/456914811461197824,['http://www.nasa.gov/press/2014/april/nasa-signs-agreement-with-spacex-for-use-of-historic-launch-pad/#.U1BNuPldVqw'],[],0,,False,918,99,633,,None,,,,,,,[],,,, +10930,453574051487686657,453197377504313345,1396975455000.0,2014-04-08 16:44:15,+0000,,"@elonmusk Also, breakfast at Tesla is self-serve cereal (no distinction for execs) and the person mentioned isn't actually an employee",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/453574051487686657,[],[],0,,False,226,59,83,,None,,,,,,,[],,,, +10931,453571298677907456,453571298677907456,1396974799000.0,2014-04-08 16:33:19,+0000,,"Leasing a Model S takes 5 mins online, no signatures & one tap on car center screen to accept when delivered",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/453571298677907456,[],[],0,,False,766,171,712,,None,,,,,,,[],,,, +10932,453555454187012097,453555454187012097,1396971021000.0,2014-04-08 15:30:21,+0000,,Tesla US business leasing program went live today http://t.co/wCH0GLAEAJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/453555454187012097,['http://teslamotors.com/blog/tesla-business-leasing'],[],0,,False,280,50,250,,None,,,,,,,[],,,, +10933,453206036787523585,453204415458344960,1396887713000.0,2014-04-07 16:21:53,+0000,,"@AKAbrahamson @itsDanielSuarez Yeah, that's worth a read",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/453206036787523585,[],[],0,,False,12,0,4,,None,,,,,,,[],,,, +10934,453204415458344960,453204415458344960,1396887327000.0,2014-04-07 16:15:27,+0000,,What could possibly go wrong? https://t.co/ZhUrllHG95,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/453204415458344960,['https://screen.yahoo.com/wall-street-journal/autonomous-drones-navys-next-weapon-190203507.html'],[],0,,False,355,96,332,,None,,,,,,,[],,,, +10935,453199172389588992,453197245211746304,1396886077000.0,2014-04-07 15:54:37,+0000,,@MarinaSBlinova @MikeJudge @Recode That would definitely help,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453199172389588992,[],[],0,,False,6,0,1,,None,,,,,,,[],,,, +10936,453198648323874816,453197245211746304,1396885952000.0,2014-04-07 15:52:32,+0000,,"@justincooperman @MikeJudge @Recode Yeah, that about sums it up",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453198648323874816,[],[],0,,False,9,1,1,,None,,,,,,,[],,,, +10937,453197377504313345,453197377504313345,1396885649000.0,2014-04-07 15:47:29,+0000,,"Bloomberg article today also has oddly false details. I don't eat breakfast at Tesla and drink coffee, not juice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197377504313345,[],[],0,,False,519,98,285,,None,,,,,,,[],,,, +10938,453197245211746304,453197245211746304,1396885617000.0,2014-04-07 15:46:57,+0000,,"The @MikeJudge show about Silicon Valley missed the mark in some ways, but I didn't hate it, as @Recode reporter claimed",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197245211746304,[],[],0,,False,172,18,103,,None,,,,,,,[],,,, +10939,453197193701507073,453197193701507073,1396885605000.0,2014-04-07 15:46:45,+0000,,Some oddly inaccurate news stories of late ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/453197193701507073,[],[],0,,False,161,38,62,,None,,,,,,,[],,,, +10940,452535429716135936,452532882628935680,1396727828000.0,2014-04-05 19:57:08,+0000,,@BKuppersmith Coming soon,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452535429716135936,[],[],0,,False,15,4,1,,None,,,,,,,[],,,, +10941,452535291115352064,432629198662807553,1396727795000.0,2014-04-05 19:56:35,+0000,,"@OlejAndersen Once 5.9 is rolled out to the whole fleet and all looks good, we will roll out 6.0 to owners on our public beta program",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452535291115352064,[],[],0,,False,14,6,2,,None,,,,,,,[],,,, +10942,452534412291211264,432629198662807553,1396727586000.0,2014-04-05 19:53:06,+0000,,"@OlejAndersen Some challenges w 5.9 rollout, as it contains software specially written for car owners in Norway & Belgium",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/452534412291211264,[],[],0,,False,14,2,1,,None,,,,,,,[],,,, +10943,452254046024265728,452254046024265728,1396660741000.0,2014-04-05 01:19:01,+0000,,Review of Model S by @BBC_TopGear much appreciated http://t.co/5PmhlfAIVn,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/452254046024265728,['http://www.topgear.com/uk/photos/Maserati-Ghibli-takes-on-Model-S-2014-04-03'],[],0,,False,658,74,460,,None,,,,,,,[],,,, +10944,451094706479308800,451094706479308800,1396384333000.0,2014-04-01 20:32:13,+0000,,Announcing a revolutionary Tesla driving technology http://t.co/8QCmjGpLOR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/451094706479308800,['http://teslamotors.com/blog/pet-driving-cars'],[],0,,False,604,120,652,,None,,,,,,,[],,,, +10945,450692202801688576,450692202801688576,1396288369000.0,2014-03-31 17:52:49,+0000,,Snowed in at Mt. Rushmore @GoParks http://t.co/X6G7CeArPB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/450692202801688576,[],['https://pbs.twimg.com/media/BkEuK6HIEAAPIr_.jpg'],1,https://pbs.twimg.com/media/BkEuK6HIEAAPIr_.jpg,False,472,99,121,,None,,,,,,,[],,,, +10946,450657675978629120,450657675978629120,1396280137000.0,2014-03-31 15:35:37,+0000,,Now having breakfast at ... http://t.co/8tGI3L0iGg,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/450657675978629120,[],['https://pbs.twimg.com/media/BkEOxLWCMAAt9q_.jpg'],1,https://pbs.twimg.com/media/BkEOxLWCMAAt9q_.jpg,False,279,65,61,,None,,,,,,,[],,,, +10947,450651522116767744,450651522116767744,1396278670000.0,2014-03-31 15:11:10,+0000,,Just stayed at the Rocket (yes!) Motel near Mt Rushmore. Sudden blizzard making road trip tricky http://t.co/TRIPC7dKwK,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/450651522116767744,[],['https://pbs.twimg.com/media/BkEJK-0CAAAaL6V.jpg'],1,https://pbs.twimg.com/media/BkEJK-0CAAAaL6V.jpg,False,522,96,139,,None,,,,,,,[],,,, +10948,448466037441179649,448403837242851328,1395757610000.0,2014-03-25 14:26:50,+0000,,@cairnz 80% to 30%,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/448466037441179649,[],[],0,,False,91,11,11,,None,,,,,,,[],,,, +10949,446348496157675522,446310449802670080,1395252748000.0,2014-03-19 18:12:28,+0000,,@FlateFred agreed,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,18,https://twitter.com/elonmusk/status/446348496157675522,[],[],0,,False,26,8,3,,None,,,,,,,[],,,, +10950,445377952402780160,445377952402780160,1395021353000.0,2014-03-17 01:55:53,+0000,,"Russian state TV threatens US with nuclear war, showing missile arc & mushroom cloud images http://t.co/B4ARd2fdb8",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/445377952402780160,['http://news.yahoo.com/state-tv-says-russia-could-turn-us-radioactive-212003397.html'],[],0,,False,362,272,1034,,None,,,,,,,[],,,, +10951,444577717812334592,444577717812334592,1394830562000.0,2014-03-14 20:56:02,+0000,,Regarding Gov. Christie's action to impede direct sales of automobiles in New Jersey http://t.co/v92hjzSKne,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/444577717812334592,['http://www.teslamotors.com/blog/people-new-jersey'],[],0,,False,745,243,1315,,None,,,,,,,[],,,, +10952,444542383099637760,444542383099637760,1394822137000.0,2014-03-14 18:35:37,+0000,,Working on a Model S environmental impact blog this weekend to counteract BS like the @Bloomberg graphite story. Beyond ridiculous...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/444542383099637760,[],[],0,,False,685,169,491,,None,,,,,,,[],,,, +10953,444359579791392769,444357457733632000,1394778554000.0,2014-03-14 06:29:14,+0000,,"@jnags92 Yes, I'm confident that Tesla will do something with them.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444359579791392769,[],[],0,,False,59,9,7,,None,,,,,,,[],,,, +10954,444359283736473600,444357457733632000,1394778483000.0,2014-03-14 06:28:03,+0000,,"@TeamAizek Not true. The amount of graphite in our car is small, comes from Japan and is mined in a very clean way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444359283736473600,[],[],0,,False,45,5,17,,None,,,,,,,[],,,, +10955,444358711796985857,444358173881667585,1394778347000.0,2014-03-14 06:25:47,+0000,,"@X4NWO Well, now that Satoshi Nakamoto has been discovered, I guess it is case closed ... :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444358711796985857,[],[],0,,False,212,30,71,,None,,,,,,,[],,,, +10956,444357457733632000,444357457733632000,1394778048000.0,2014-03-14 06:20:48,+0000,,Just discovered a great Tesla ad made by 2 recent college grads. I love it! http://t.co/20dPRD9yrJ,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/444357457733632000,['http://www.youtube.com/watch?v=KKbRAazkiWc'],[],0,,False,1355,191,1362,,None,,,,,,,[],,,, +10957,443406853553152000,443406853553152000,1394551406000.0,2014-03-11 15:23:26,+0000,,New Jersey auto dealers subverting democratic process to try to block Tesla sales http://t.co/PLY97W1oh0,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/443406853553152000,['http://teslamotors.com/blog/defending-innovation-and-consumer-choice-new-jersey'],[],0,,False,465,216,1253,,None,,,,,,,[],,,, +10958,443208657543516160,443194713349181440,1394504153000.0,2014-03-11 02:15:53,+0000,,"Interesting “@om:Physicist proposes a new type of computing at SXSW. Check out orbital computing http://t.co/9tawuy5dMc""",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/443208657543516160,['http://gigaom.com/2014/03/10/physicist-proposes-a-new-type-of-computing-at-sxsw-check-out-orbital-computing/'],[],0,,False,454,32,421,,None,,,,,,,[],,,, +10959,443129698231386112,443127610508185600,1394485327000.0,2014-03-10 21:02:07,+0000,,"@gordon_tindall Yeah, I'm giving a talk for homeless kids at the Union Rescue Mission in LA",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/443129698231386112,[],[],0,,False,33,6,8,,None,,,,,,,[],,,, +10960,441730947835121667,441223153768226816,1394151839000.0,2014-03-07 00:23:59,+0000,,"@TeslaRoadTrip Thanks, I really appreciate your support!",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/441730947835121667,[],[],0,,False,39,27,16,,None,,,,,,,[],,,, +10961,441223153768226816,441223153768226816,1394030772000.0,2014-03-05 14:46:12,+0000,,About to testify before Senate against ULA (Lockheed and Boeing) monopoly contract for national security launches,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/441223153768226816,[],[],0,,False,818,179,448,,None,,,,,,,[],,,, +10962,438382707471446016,438382707471446016,1393353556000.0,2014-02-25 18:39:16,+0000,,Model S receives highest customer satisfaction score of any car ever surveyed by Consumer Reports http://t.co/wHF5SUoZJi,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/438382707471446016,['http://www.cnbc.com/id/101444215'],[],0,,False,804,147,964,,None,,,,,,,[],,,, +10963,438378373027360768,438378373027360768,1393352523000.0,2014-02-25 18:22:03,+0000,,All four landing legs now mounted on Falcon 9 http://t.co/5ZNG1NflsG,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/438378373027360768,[],['https://pbs.twimg.com/media/BhVuzreCQAABcUo.jpg'],1,https://pbs.twimg.com/media/BhVuzreCQAABcUo.jpg,False,1012,130,782,,None,,,,,,,[],,,, +10964,437763077753147392,437763077753147392,1393205825000.0,2014-02-24 01:37:05,+0000,,"However, F9 will continue to land in the ocean until we prove precision control from hypersonic thru subsonic regimes",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/437763077753147392,[],[],0,,False,295,79,225,,None,,,,,,,[],,,, +10965,437761896028975104,437761896028975104,1393205543000.0,2014-02-24 01:32:23,+0000,,Mounting landing legs (~60 ft span) to Falcon 9 for next month's Space Station servicing flight http://t.co/zyfazr2BB2,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/437761896028975104,[],['https://pbs.twimg.com/media/BhM-H_4CUAAWcP0.jpg'],1,https://pbs.twimg.com/media/BhM-H_4CUAAWcP0.jpg,False,1084,129,1083,,None,,,,,,,[],,,, +10966,434129460179128320,434129460179128320,1392339503000.0,2014-02-14 00:58:23,+0000,,Welcome back Jade Rabbit! #Yutu http://t.co/5tOmLEJUfG,en,['yutu'],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/434129460179128320,"['http://www.latimes.com/science/sciencenow/la-sci-sn-chinas-lunar-rover-20140213,0,675011.story#axzz2tFffCAfc']",[],0,,False,205,27,159,,None,,,,,,,[],,,, +10967,433086849507004416,433086849507004416,1392090925000.0,2014-02-11 03:55:25,+0000,,Auto dealers trying to pass a law to enforce their monopoly in Ohio & prevent consumer choice... http://t.co/VQdMAZqGwR,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/433086849507004416,['http://www.cleveland.com/open/index.ssf/2014/02/auto_dealers_push_legislation.html'],[],0,,False,305,192,617,,None,,,,,,,[],,,, +10968,432629198662807553,432629198662807553,1391981813000.0,2014-02-09 21:36:53,+0000,,"Tesla V6 software upload coming soon. Need to make sure it is ""awesome"" - Lord Business",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/432629198662807553,[],[],0,,False,544,150,351,,None,,,,,,,[],,,, +10969,432395496972238848,432395496972238848,1391926094000.0,2014-02-09 06:08:14,+0000,,"Saw The Lego Movie earlier today. Brilliant writing and humor! Loved the ""Everything is awesome..."" theme song.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,06,https://twitter.com/elonmusk/status/432395496972238848,[],[],0,,False,930,113,584,,None,,,,,,,[],,,, +10970,431848580710555648,431848580710555648,1391795699000.0,2014-02-07 17:54:59,+0000,,"Value is holding up ""Tesla car is worth more used than new | MNN - http://t.co/NLLdo1jBzM""",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/431848580710555648,['http://www.mnn.com/green-tech/transportation/blogs/huh-tesla-car-is-worth-more-used-than-new'],[],0,,False,449,86,512,,None,,,,,,,[],,,, +10971,429979489922461696,429979489922461696,1391350073000.0,2014-02-02 14:07:53,+0000,,Tesla LA to NY Supercharger rally just completed in 76 hours across northern route in dead of winter thru heavy snow!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,14,https://twitter.com/elonmusk/status/429979489922461696,[],[],0,,False,1094,220,1194,,None,,,,,,,[],,,, +10972,428789050925785088,428789050925785088,1391066250000.0,2014-01-30 07:17:30,+0000,,Tesla cars are now in all 50 US states (map credit Edmunds)! http://t.co/ehq2Muu5cr,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/428789050925785088,[],['https://pbs.twimg.com/media/BfNdXrOCMAAGdxk.jpg'],1,https://pbs.twimg.com/media/BfNdXrOCMAAGdxk.jpg,False,1172,249,1087,,None,,,,,,,[],,,, +10973,427372940603437056,427372940603437056,1390728623000.0,2014-01-26 09:30:23,+0000,,"Two teams from Tesla aiming to set a cross-country EV speed record this week. Departing Fri from LA, arriving Sun in NY.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427372940603437056,[],[],0,,False,335,97,375,,None,,,,,,,[],,,, +10974,427372102820573184,427372102820573184,1390728424000.0,2014-01-26 09:27:04,+0000,,Will be doing the LA-NY family road trip over Spring Break. Made everyone watch National Lampoon's Vacation as prep.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427372102820573184,[],[],0,,False,694,100,382,,None,,,,,,,[],,,, +10975,427371574451507200,427371574451507200,1390728298000.0,2014-01-26 09:24:58,+0000,,"Tesla Supercharger network now energized from New York to LA, both coast + Texas! Approx 80% of US population covered.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/427371574451507200,[],[],0,,False,654,105,859,,None,,,,,,,[],,,, +10976,426454433916940290,426454433916940290,1390509634000.0,2014-01-23 20:40:34,+0000,,Tesla policy is to charge the same price (+ taxes & shipping) everywhere in the world http://t.co/cXOtokcBeG,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/426454433916940290,['http://teslamotors.com/blog/fair-price'],[],0,,False,538,168,543,,None,,,,,,,[],,,, +10977,420353814579802112,420353814579802112,1389055133000.0,2014-01-07 00:38:53,+0000,,Rough cut of Falcon 9 Thaicom flight http://t.co/aC3k4neWie,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/420353814579802112,['http://www.youtube.com/watch?v=-np8yPS8JQQ&feature=youtu.be'],[],0,,False,286,92,291,,None,,,,,,,[],,,, +10978,420330200186880000,420329938294562816,1389049503000.0,2014-01-06 23:05:03,+0000,,@westcoastbill Thanks Bill! Sure is a great start to 2014 :),en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/420330200186880000,[],[],0,,False,14,3,3,,None,,,,,,,[],,,, +10979,420269918005628928,420269918005628928,1389035131000.0,2014-01-06 19:05:31,+0000,,Preparing to launch a Thaicom satellite to geostationary super-sync orbit at 5pm Florida time http://t.co/cEq8TEXeo6,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/420269918005628928,[],['https://pbs.twimg.com/media/BdUZQ4UCEAAb0Vk.png'],1,https://pbs.twimg.com/media/BdUZQ4UCEAAb0Vk.png,False,426,102,392,,None,,,,,,,[],,,, +10980,416314131545739264,416265844633899008,1388091998000.0,2013-12-26 21:06:38,+0000,,"@olajahr @TeslaMotors Ideally, the S should just hold position when it knows that's what you really want",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/416314131545739264,[],[],0,,False,14,31,4,,None,,,,,,,[],,,, +10981,415949158127005698,415904867681460224,1388004981000.0,2013-12-25 20:56:21,+0000,,@bonnienorman @TeslaMotors @TeslaMotorsClub Merry Christmas!,et,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/415949158127005698,[],[],0,,False,12,1,3,,None,,,,,,,[],,,, +10982,414560643983740928,414456595431432192,1387673934000.0,2013-12-22 00:58:54,+0000,,"@simonhackett Yes, definitely needs a huge amount of battery capacity. ~1/3 of energy produced during day must be stored",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/414560643983740928,[],[],0,,False,18,6,11,,None,,,,,,,[],,,, +10983,414456595431432192,414456595431432192,1387649127000.0,2013-12-21 18:05:27,+0000,,This is why I think solar power will be the primary long term solution http://t.co/WNa12OVj5P,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/414456595431432192,['http://www.abb-conversations.com/2013/12/7-impressive-solar-energy-facts-charts/'],[],0,,False,1068,211,1576,,None,,,,,,,[],,,, +10984,414456263087370240,414387939661979649,1387649048000.0,2013-12-21 18:04:08,+0000,,@arcaresenal true,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/414456263087370240,[],[],0,,False,9,0,0,,None,,,,,,,[],,,, +10985,413772104786780160,413772104786780160,1387485931000.0,2013-12-19 20:45:31,+0000,,220 ft tall mobile crane to carry the rocket around in the vertical http://t.co/hgXnpEh8yU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/413772104786780160,[],['https://pbs.twimg.com/media/Bb4DiXTIgAA_Ewq.jpg'],1,https://pbs.twimg.com/media/Bb4DiXTIgAA_Ewq.jpg,False,333,81,213,,None,,,,,,,[],,,, +10986,413751355451265024,413751355451265024,1387480984000.0,2013-12-19 19:23:04,+0000,,SolarCity launches Give Power Foundation http://t.co/Ag63gyLBRP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/413751355451265024,['http://finance.yahoo.com/news/solarcity-launches-power-foundation-tm-180500976.html'],[],0,,False,139,27,145,,None,,,,,,,[],,,, +10987,410447049687961600,410447049687961600,1386693177000.0,2013-12-10 16:32:57,+0000,,Sock monkey of destruction! http://t.co/KqvXWDFmrr,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/410447049687961600,['http://news.yahoo.com/sock-monkey-s-toy-gun-detained-by-tsa-215850875.html'],[],0,,False,127,48,186,,None,,,,,,,[],,,, +10988,408731422136864768,408731422136864768,1386284139000.0,2013-12-05 22:55:39,+0000,,"Rest in peace, Nelson Mandela. A man both good and great.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/408731422136864768,[],[],0,,False,671,48,781,,None,,,,,,,[],,,, +10989,408708548009291776,408708548009291776,1386278685000.0,2013-12-05 21:24:45,+0000,,Should mention that the battery cells used for this are 200 Wh/kg vs 250 for Model S. No short term supply constraint.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/408708548009291776,[],[],0,,False,86,49,66,,None,,,,,,,[],,,, +10990,408695108033191936,408695108033191936,1386275481000.0,2013-12-05 20:31:21,+0000,,Solar power w batteries will be the primary (not exclusive) means of sustainable energy production http://t.co/rvXBzQXbsc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/408695108033191936,['http://www.solarcity.com/pressreleases/218/SolarCity-Introduces-Energy-Storage-for-Businesses.aspx'],[],0,,False,290,88,356,,None,,,,,,,[],,,, +10991,408030622708678657,408030622708678657,1386117055000.0,2013-12-04 00:30:55,+0000,,"View of Earth from upper stage rear view camera at 8,000 miles http://t.co/V4tdMUA48X",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/408030622708678657,[],['https://pbs.twimg.com/media/BamdsH0IIAA-W_b.jpg'],1,https://pbs.twimg.com/media/BamdsH0IIAA-W_b.jpg,False,1531,248,1958,,None,,,,,,,[],,,, +10992,408014483551191040,408014483551191040,1386113208000.0,2013-12-03 23:26:48,+0000,,"Restart was good, apogee raised to 80k km (50k miles). Yes!!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/408014483551191040,[],[],0,,False,500,164,321,,None,,,,,,,[],,,, +10993,408008759433502720,408008759433502720,1386111843000.0,2013-12-03 23:04:03,+0000,,"Reached parking orbit. Now coasting towards equator, where the upper stage will, if all goes well, restart to raise apogee",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/408008759433502720,[],[],0,,False,308,73,297,,None,,,,,,,[],,,, +10994,407996645121728513,407996645121728513,1386108955000.0,2013-12-03 22:15:55,+0000,,Live video feed of launch at http://t.co/Oo569cuarz,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/407996645121728513,['http://spacex.com/webcast'],[],0,,False,183,108,449,,None,,,,,,,[],,,, +10995,407987488645718016,407987488645718016,1386106771000.0,2013-12-03 21:39:31,+0000,,About an hour away from launch. I'd like to thank @SES_Satellites for taking a chance on @SpaceX. We've given it our all.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/407987488645718016,[],[],0,,False,270,90,304,,None,,,,,,,[],,,, +10996,407941040503783424,407940949440856064,1386095697000.0,2013-12-03 18:34:57,+0000,,@toruonu cool :),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/407941040503783424,[],[],0,,False,9,4,1,,None,,,,,,,[],,,, +10997,407910834225295360,407903144383754241,1386088496000.0,2013-12-03 16:34:56,+0000,,@UFrugger10 I agree. Will be restored shortly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/407910834225295360,[],[],0,,False,5,1,2,,None,,,,,,,[],,,, +10998,407718277365121024,407701110053285888,1386042587000.0,2013-12-03 03:49:47,+0000,,"@TierraUniversu It was fixed this weekend, so he should try the test again.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/407718277365121024,[],[],0,,False,8,6,0,,None,,,,,,,[],,,, +10999,407718045151678464,407701110053285888,1386042531000.0,2013-12-03 03:48:51,+0000,,"@TierraUniversu The writer of this article had a problem with his 12V battery, so main pack was constantly charging it.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/407718045151678464,[],[],0,,False,8,3,1,,None,,,,,,,[],,,, +11000,407704106544160769,407701110053285888,1386039208000.0,2013-12-03 02:53:28,+0000,,"@TierraUniversu Doesn't sound right. If it is, we certainly need to fix it. Investigating...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/407704106544160769,[],[],0,,False,4,2,0,,None,,,,,,,[],,,, +11001,407636950456078336,407636950456078336,1386023197000.0,2013-12-02 22:26:37,+0000,,"German govt reviews Tesla Model S fires. All due to high speed impacts, no injuries. Concludes: no defects, no recall http://t.co/24iZzOSL3B",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/407636950456078336,['http://www.teslamotors.com/about/press/releases/german-federal-motor-transport-authority-kraftfahrtbundesamt-concludes-review-m'],[],0,,False,448,107,661,,None,,,,,,,[],,,, +11002,407540177289371648,407540177289371648,1386000124000.0,2013-12-02 16:02:04,+0000,,All known rocket anomalies resolved. Will spend another day rechecking to be sure. Launch attempt tmrw eve w Wed as backup.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/407540177289371648,[],[],0,,False,208,55,252,,None,,,,,,,[],,,, +11003,407315762387636224,407315762387636224,1385946619000.0,2013-12-02 01:10:19,+0000,,"The gas generator is a small rocket engine that powers the turbopump, which produces 7000 horsepower & weighs 160 lbs",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/407315762387636224,[],[],0,,False,162,71,134,,None,,,,,,,[],,,, +11004,407313331247398912,407313331247398912,1385946040000.0,2013-12-02 01:00:40,+0000,,Engines are cycling cleanly w ground pneumatics. Replaced gas generator on engine 9 (center) as a precautionary measure.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/407313331247398912,[],[],0,,False,116,34,100,,None,,,,,,,[],,,, +11005,406806983023820800,406806983023820800,1385825317000.0,2013-11-30 15:28:37,+0000,,"Abort was caused by oxygen in ground side TEA-TEB. Upper stage on separate internal circuit, so doesn't face same risk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/406806983023820800,[],[],0,,False,81,45,134,,None,,,,,,,[],,,, +11006,406799700940324864,406799700940324864,1385823581000.0,2013-11-30 14:59:41,+0000,,"Rocket engines are healthy, but cleaning turbopump gas generators will take another day. Aiming for Mon eve launch.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/406799700940324864,[],[],0,,False,212,55,296,,None,,,,,,,[],,,, +11007,406211326282055681,406205904141697024,1385683301000.0,2013-11-29 00:01:41,+0000,,@WilliamShatner Will do. Probably at least a few days. Depends on whether we need to pull the turbopumps.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/406211326282055681,[],[],0,,False,46,29,43,,None,,,,,,,[],,,, +11008,406209289494462464,406209289494462464,1385682816000.0,2013-11-28 23:53:36,+0000,,We called manual abort. Better to be paranoid and wrong. Bringing rocket down to borescope engines ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406209289494462464,[],[],0,,False,316,154,459,,None,,,,,,,[],,,, +11009,406205904141697024,406205904141697024,1385682009000.0,2013-11-28 23:40:09,+0000,,"If launch aborts, we will bring the rocket down for engine inspection, so probably a few days before next attempt",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406205904141697024,[],[],0,,False,123,70,237,,None,,,,,,,[],,,, +11010,406205240040771584,406205240040771584,1385681850000.0,2013-11-28 23:37:30,+0000,,"Increasing helium spin start pressure. Probably <50% chance of passing all aborts, but worth a try. Countdown resuming ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/406205240040771584,[],[],0,,False,101,43,169,,None,,,,,,,[],,,, +11011,406194506011525120,406194506011525120,1385679291000.0,2013-11-28 22:54:51,+0000,,Launch aborted by autosequence due to slower than expected thrust ramp. Seems ok on closer inspection. Cycling countdown.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406194506011525120,[],[],0,,False,188,75,420,,None,,,,,,,[],,,, +11012,406187728850944000,406187728850944000,1385677675000.0,2013-11-28 22:27:55,+0000,,Live stream of launch at http://t.co/Oo569cuarz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406187728850944000,['http://spacex.com/webcast'],[],0,,False,144,83,427,,None,,,,,,,[],,,, +11013,406186792409632769,406186792409632769,1385677452000.0,2013-11-28 22:24:12,+0000,,15 mins to liftoff http://t.co/3jDrHRSPQZ,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/406186792409632769,[],['https://pbs.twimg.com/media/BaMQvEqIMAAf86o.jpg'],1,https://pbs.twimg.com/media/BaMQvEqIMAAf86o.jpg,False,491,65,446,,None,,,,,,,[],,,, +11014,405989364322533376,405957164620980225,1385630382000.0,2013-11-28 09:19:42,+0000,,"@lomac92 @WIRED No, almost all fuel/ox is being reserved for SES satellite to give max chance of success",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/405989364322533376,[],[],0,,False,3,7,1,,None,,,,,,,[],,,, +11015,405988869868642304,405988869868642304,1385630264000.0,2013-11-28 09:17:44,+0000,,Model S Owner drives 3121 miles solo from Canada to Mexico http://t.co/8G8l1utgS2,es,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/405988869868642304,['http://www.reddit.com/r/IAmA/comments/1rm0id/i_just_drove_3121_miles_solo_from_mexico_to/'],[],0,,False,267,58,308,,None,,,,,,,[],,,, +11016,405965445628710912,405957164620980225,1385624679000.0,2013-11-28 07:44:39,+0000,,Good description of the launch by @WIRED: http://t.co/QnLhvviEAn,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/405965445628710912,['http://wrd.cm/18pocDF'],[],0,,False,152,33,137,,None,,,,,,,[],,,, +11017,405924331358023680,405918568635580416,1385614876000.0,2013-11-28 05:01:16,+0000,,Don't actually mean to knock Honda -- their cars are solid -- but the park outside (or yr house might burn down) advice was awesome,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,05,https://twitter.com/elonmusk/status/405924331358023680,[],[],0,,False,245,67,202,,None,,,,,,,[],,,, +11018,405922013111676928,405918568635580416,1385614324000.0,2013-11-28 04:52:04,+0000,,"@AdamMKE Model S can seat 5 adults, two kids and has a front trunk for luggage. Might work for you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/405922013111676928,[],[],0,,False,16,6,5,,None,,,,,,,[],,,, +11019,405918568635580416,405918568635580416,1385613503000.0,2013-11-28 04:38:23,+0000,,"...but only if you like your house ""Honda recalls Fit for fire risk, says park it outside http://t.co/tLpZ7HBIdV """,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/405918568635580416,['http://www.usatoday.com/story/money/cars/2013/06/28/honda-fit-fire-risk-recall-power-window/2474023/'],[],0,,False,188,47,245,,None,,,,,,,[],,,, +11020,405134552458620928,405134552458620928,1385426579000.0,2013-11-26 00:42:59,+0000,,"Saw pressure fluctuations on Falcon boost stage liquid oxygen tank. Want to be super careful, so pushing launch to Thurs.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/405134552458620928,[],[],0,,False,244,116,295,,None,,,,,,,[],,,, +11021,404755031037317120,404755031037317120,1385336094000.0,2013-11-24 23:34:54,+0000,,At Disney World w kids for traditional prelaunch visit (first good flight was after riding Space Mountain),en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/404755031037317120,[],[],0,,False,497,84,134,,None,,,,,,,[],,,, +11022,404073926247972864,404073926247972864,1385173706000.0,2013-11-23 02:28:26,+0000,,Launch can be viewed live from Cape causeways or via http://t.co/soOCggCpN0 webcast around 5:30 local time on Monday,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/404073926247972864,['http://SpaceX.com'],[],0,,False,181,46,209,,None,,,,,,,[],,,, +11023,404067161175379968,404063199227437057,1385172093000.0,2013-11-23 02:01:33,+0000,,@DarkSapiens Easier to make the plane change to equatorial orbit. Done in order to reduce satellite side delta V from 1800 m/s to 1500 m/s.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/404067161175379968,[],[],0,,False,15,10,5,,None,,,,,,,[],,,, +11024,404063199227437057,404063199227437057,1385171148000.0,2013-11-23 01:45:48,+0000,,"Will be toughest mission to date. Requires coast + upper stage restart + going to 80,000 km altitude (~1/4 way to moon).",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/404063199227437057,[],[],0,,False,225,83,237,,None,,,,,,,[],,,, +11025,404059376652005377,404059376652005377,1385170237000.0,2013-11-23 01:30:37,+0000,,Headed to Cape Canaveral tomorrow for first @SpaceX geostationary satellite launch.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/404059376652005377,[],[],0,,False,379,95,328,,None,,,,,,,[],,,, +11026,403602986561073152,403602986561073152,1385061425000.0,2013-11-21 19:17:05,+0000,,Tesla Model S Consumer Reports customer satisfaction survey highest of any car on road at 99/100 http://t.co/PpuS01S2KN,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,19,https://twitter.com/elonmusk/status/403602986561073152,['http://insideevs.com/tesla-model-s-tops-consumer-reports-customer-satisfaction-survey-by-scoring-99-out-of-100-points/'],[],0,,False,418,120,667,,None,,,,,,,[],,,, +11027,402850950500474881,402850950500474881,1384882125000.0,2013-11-19 17:28:45,+0000,,Tesla is also extending the Model S warranty to cover any fire damage even if due solely to a driver accident,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/402850950500474881,[],[],0,,False,541,156,761,,None,,,,,,,[],,,, +11028,402836392566202368,402836392566202368,1384878654000.0,2013-11-19 16:30:54,+0000,,What makes this incredibly unjust is that the Model S to date has the best safety record of any car on the road (no injuries or deaths ever),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/402836392566202368,[],[],0,,False,550,245,674,,None,,,,,,,[],,,, +11029,402811201052090368,402811201052090368,1384872648000.0,2013-11-19 14:50:48,+0000,,"Why does a Tesla fire w no injury get more media headlines than 100,000 gas car fires that kill 100s of people per year?",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/402811201052090368,[],[],0,,False,1901,1216,3697,,None,,,,,,,[],,,, +11030,402803732632453121,402803732632453121,1384870868000.0,2013-11-19 14:21:08,+0000,,Mission of Tesla http://t.co/UchbT5NZE3,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/402803732632453121,['http://www.teslamotors.com/blog/mission-tesla'],[],0,,False,434,139,672,,None,,,,,,,[],,,, +11031,400776254082666496,400776254082666496,1384387479000.0,2013-11-14 00:04:39,+0000,,SuperDraco rocket engine fired at full thrust w a printed Inconel chamber. Used for Dragon escape & landing http://t.co/HjWEayLlBN,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/400776254082666496,[],['https://pbs.twimg.com/media/BY_X4TPCUAASsuv.jpg'],1,https://pbs.twimg.com/media/BY_X4TPCUAASsuv.jpg,False,507,88,461,,None,,,,,,,[],,,, +11032,400411503742164992,400411503742164992,1384300516000.0,2013-11-12 23:55:16,+0000,,"In other news, George Clooney reports that his iPhone 1 had a bug back in '07",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/400411503742164992,[],[],0,,False,991,218,983,,None,,,,,,,[],,,, +11033,399347799403151360,399347799403151360,1384046909000.0,2013-11-10 01:28:29,+0000,,Model S owner blogs about TN accident http://t.co/93Fz8WEwOU,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/399347799403151360,['http://www.teslamotors.com/blog/model-s-owner-tennessee'],[],0,,False,367,132,703,,None,,,,,,,[],,,, +11034,396712451305000960,396712451305000960,1383418593000.0,2013-11-02 18:56:33,+0000,,"Thanks Woz! ""@stevewoz: Here to pick up my new car! (at @TeslaMotors w/ 2 others)""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/396712451305000960,[],[],0,,False,421,59,341,,None,,,,,,,[],,,, +11035,395562607462981633,395562607462981633,1383144449000.0,2013-10-30 14:47:29,+0000,,Tesla West Coast Supercharger network now energized. Travel from Vancouver to Tijuana in styel! http://t.co/gTvV9egg3K,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/395562607462981633,['http://www.teslamotors.com/about/press/releases/tesla-energizes-west-coast-supercharger-corridor'],[],0,,False,193,63,419,,None,,,,,,,[],,,, +11036,394220043816296448,394220043816296448,1382824357000.0,2013-10-26 21:52:37,+0000,,Giant dog topiary in Bilbao http://t.co/kHdAMvOEMN,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/394220043816296448,[],['https://pbs.twimg.com/media/BXiNCoXCcAEFPon.jpg'],1,https://pbs.twimg.com/media/BXiNCoXCcAEFPon.jpg,False,658,138,260,,None,,,,,,,[],,,, +11037,389113628416172032,389113628416172032,1381606893000.0,2013-10-12 19:41:33,+0000,,"Rocket flight to 744m, hover & return to launch pad (close shot from hexacopter drone) http://t.co/vyJSUbZo2R",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/389113628416172032,['http://youtu.be/9ZDkItO-0a4'],[],0,,False,871,385,1772,,None,,,,,,,[],,,, +11038,386219821685170176,386219821685170176,1380916955000.0,2013-10-04 20:02:35,+0000,,About the Model S fire ... http://t.co/7LSBaNbnyd,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/386219821685170176,['http://www.teslamotors.com/blog/model-s-fire'],[],0,,False,567,295,1207,,None,,,,,,,[],,,, +11039,384437535348248576,384407846349062144,1380492025000.0,2013-09-29 22:00:25,+0000,,"@DebbieViviers @SpaceX Yes, upper stage venting of liquid oxygen created a fast moving fuzzy white sphere in space over SA",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/384437535348248576,[],[],0,,False,11,13,14,,None,,,,,,,[],,,, +11040,384410742675341312,384410742675341312,1380485637000.0,2013-09-29 20:13:57,+0000,,"Between this flight & Grasshopper tests, I think we now have all the pieces of the puzzle to bring the rocket back home.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/384410742675341312,[],[],0,,False,463,133,612,,None,,,,,,,[],,,, +11041,384407846349062144,384407846349062144,1380484947000.0,2013-09-29 20:02:27,+0000,,"Rocket booster relit twice (supersonic retro & landing), but spun up due to aero torque, so fuel centrifuged & we flamed out",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/384407846349062144,[],[],0,,False,161,116,254,,None,,,,,,,[],,,, +11042,384392608350367744,384392608350367744,1380481314000.0,2013-09-29 19:01:54,+0000,,Launch was good. All satellites deployed at the targeted orbit insertion vectors. http://t.co/SUYMH7W9pH,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,19,https://twitter.com/elonmusk/status/384392608350367744,[],['https://pbs.twimg.com/media/BVWjCmQCIAAyaxN.jpg'],1,https://pbs.twimg.com/media/BVWjCmQCIAAyaxN.jpg,False,827,200,1071,,None,,,,,,,[],,,, +11043,384336908949524480,384336908949524480,1380468034000.0,2013-09-29 15:20:34,+0000,,You can watch the launch at http://t.co/2ZSXeqWKvy http://t.co/u5VEUgRu8g,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/384336908949524480,['http://www.spacex.com/webcast/'],['https://pbs.twimg.com/media/BVVwYdvCIAACkZ6.jpg'],1,https://pbs.twimg.com/media/BVVwYdvCIAACkZ6.jpg,False,417,145,774,,None,,,,,,,[],,,, +11044,384335603849895936,384335603849895936,1380467723000.0,2013-09-29 15:15:23,+0000,,"Looks good for a launch attempt today. Upper winds slightly exceed loads in high subsonic regime, but improving.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/384335603849895936,[],[],0,,False,110,41,142,,None,,,,,,,[],,,, +11045,383418900823547904,383418900823547904,1380249164000.0,2013-09-27 02:32:44,+0000,,Water ice on Mars http://t.co/fPz1OF7EXI,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/383418900823547904,['http://gizmodo.com/nasas-curiosity-rover-just-found-water-in-martian-soil-1403908591'],[],0,,False,267,89,619,,None,,,,,,,[],,,, +11046,383338164028317696,383338164028317696,1380229915000.0,2013-09-26 21:11:55,+0000,,Sensible piece on status of climate change by @BadAstronomer http://t.co/Nxm7PX6cpi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/383338164028317696,['http://www.slate.com/blogs/bad_astronomy/2013/09/26/climate_change_denial_james_delingpole_tells_it_like_it_isn_t.html'],[],0,,False,173,41,229,,None,,,,,,,[],,,, +11047,382901196509294592,382901196509294592,1380125733000.0,2013-09-25 16:15:33,+0000,,"Falcon 9 launch window is Sunday and Monday, assuming good weather at Vandenberg Air Force Base",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/382901196509294592,[],[],0,,False,123,80,275,,None,,,,,,,[],,,, +11048,382900449235308544,382900449235308544,1380125555000.0,2013-09-25 16:12:35,+0000,,Good progress harnessing that big fusion reactor in the sky http://t.co/MZR8sQRE5E,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/382900449235308544,['http://www.businessinsider.com/scientists-create-world-record-solar-cell-2013-9'],[],0,,False,200,45,339,,None,,,,,,,[],,,, +11049,380877211919585280,380877211919585280,1379643178000.0,2013-09-20 02:12:58,+0000,,Good Hyperloop feedback from Ansys. Am excited by how much it can be improved by open src contributions! http://t.co/bD0u3roBd0,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/380877211919585280,['http://nbcnews.com/technology/hyperloop-sounds-crazy-simulation-says-it-just-might-work-4B11202787'],[],0,,False,266,81,451,,None,,,,,,,[],,,, +11050,380866647575126016,380866647575126016,1379640659000.0,2013-09-20 01:30:59,+0000,,Completed rocket static fire with all systems green this time. Launch window opens in 10 days http://t.co/rKVBLIk6yq,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/380866647575126016,['http://www.youtube.com/watch?v=VX4LH0wn9Rs&feature=youtu.be'],[],0,,False,181,59,262,,None,,,,,,,[],,,, +11051,380549727537745920,380549727537745920,1379565099000.0,2013-09-19 04:31:39,+0000,,Falcon 9 at sunset http://t.co/CeXSwqjVHP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,04,https://twitter.com/elonmusk/status/380549727537745920,[],['https://pbs.twimg.com/media/BUf79feCMAAc6h4.jpg'],1,https://pbs.twimg.com/media/BUf79feCMAAc6h4.jpg,False,615,126,569,,None,,,,,,,[],,,, +11052,380500718387359744,380500718387359744,1379553415000.0,2013-09-19 01:16:55,+0000,,Am happy to hear that GM plans to develop an affordable 200 mile range electric car. Right target. Hope others do same.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/380500718387359744,[],[],0,,False,467,152,552,,None,,,,,,,[],,,, +11053,380459687050608640,380459687050608640,1379543632000.0,2013-09-18 22:33:52,+0000,,Approach is 360 deg flush mounted tiny cameras + radar (prob not lidar). Lot of software & hardware level image processing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380459687050608640,[],[],0,,False,120,68,124,,None,,,,,,,[],,,, +11054,380454034659753984,380454034659753984,1379542285000.0,2013-09-18 22:11:25,+0000,,"Engineers interested in working on autonomous driving, pls email autopilot@teslamotors.com. Team will report directly to me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380454034659753984,[],[],0,,False,722,195,1710,,None,,,,,,,[],,,, +11055,380451200782462976,380451200782462976,1379541609000.0,2013-09-18 22:00:09,+0000,,Intense effort underway at Tesla to develop a practical autopilot system for Model S,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/380451200782462976,[],[],0,,False,565,194,944,,None,,,,,,,[],,,, +11056,379171375732105218,379171375732105218,1379236475000.0,2013-09-15 09:14:35,+0000,,"Will do another static fire of rocket to make sure all is good & AF needs to test ICBMs, so probable launch Sept 29/30.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,09,https://twitter.com/elonmusk/status/379171375732105218,[],[],0,,False,116,51,131,,None,,,,,,,[],,,, +11057,378398857358352384,378238912281341954,1379052292000.0,2013-09-13 06:04:52,+0000,,"Full thrust achieved on 2 sec static fire. Some anomalies to be investigated, so launch date tbd.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,06,https://twitter.com/elonmusk/status/378398857358352384,[],[],0,,False,59,40,87,,None,,,,,,,[],,,, +11058,377349811604709376,377349811604709376,1378802180000.0,2013-09-10 08:36:20,+0000,,"Upcoming Falcon 9 demo has a lot of new technology, so the probability of failure is significant http://t.co/PfnGeEaaWq",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/377349811604709376,['http://ow.ly/oJ0W1'],[],0,,False,129,101,245,,None,,,,,,,[],,,, +11059,377325202121580544,377325202121580544,1378796313000.0,2013-09-10 06:58:33,+0000,,First of next gen Falcon 9 rockets rolls out to the launch pad at Vandenberg Air Force Base http://t.co/hNl6zKodvr,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/377325202121580544,[],['https://pbs.twimg.com/media/BTyHRaVCIAAc8Zr.jpg'],1,https://pbs.twimg.com/media/BTyHRaVCIAAc8Zr.jpg,False,561,114,710,,None,,,,,,,[],,,, +11060,377317751880044544,376433459452854272,1378794536000.0,2013-09-10 06:28:56,+0000,,MT “@johnnyhotts: @WIRED Correction: Japan's levitating train hit 361 MPH http://t.co/7jrMCf5tBc It will operate at 310”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/377317751880044544,['http://goo.gl/Hkq38h'],[],0,,False,30,21,52,,None,,,,,,,[],,,, +11061,376439054209781761,376439054209781761,1378585039000.0,2013-09-07 20:17:19,+0000,,It is crazy that the proposed California high speed rail only goes 200 mph w avg speed of 130 mph when Japan is 300 mph+,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/376439054209781761,[],[],0,,False,469,274,852,,None,,,,,,,[],,,, +11062,376063728388538368,376063728388538368,1378495554000.0,2013-09-06 19:25:54,+0000,,Video review of Model S vs. Aston Martin Rapide S by @Autocar http://t.co/14cLl20jMP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/376063728388538368,['http://www.autocar.co.uk/car-video/video-tesla-model-s-vs-aston-martin-rapide-s'],[],0,,False,260,112,386,,None,,,,,,,[],,,, +11063,375737311641628672,375737311641628672,1378417730000.0,2013-09-05 21:48:50,+0000,,SpaceX SuperDraco inconel rocket chamber w regen cooling jacket emerges from EOS 3D metal printer http://t.co/Tj284OuAk1,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/375737311641628672,[],['https://pbs.twimg.com/media/BTbjGB3CcAErIwW.jpg'],1,https://pbs.twimg.com/media/BTbjGB3CcAErIwW.jpg,False,633,141,636,,None,,,,,,,[],,,, +11064,375729357366362112,375729357366362112,1378415834000.0,2013-09-05 21:17:14,+0000,,Designing a rocket part w hand gestures & then 3D printing it in a metal superalloy ... http://t.co/h3KoyAb0Lt,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/375729357366362112,['http://www.youtube.com/watch?v=xNqs_S-zEBY&feature=youtu.be'],[],0,,False,1099,395,2243,,None,,,,,,,[],,,, +11065,375156462542000128,375156462542000128,1378279245000.0,2013-09-04 07:20:45,+0000,,Was at Vandenberg today going over the upcoming next gen F9 rocket launch. Some tense days ahead http://t.co/bfXnFt7alm,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/375156462542000128,[],['https://pbs.twimg.com/media/BTTS0J5CQAAhQXW.jpg'],1,https://pbs.twimg.com/media/BTTS0J5CQAAhQXW.jpg,False,348,83,236,,None,,,,,,,[],,,, +11066,371098424294133760,371098114964205568,1377311733000.0,2013-08-24 02:35:33,+0000,,@Jon_Favreau Yup. We saw it in the movie and made it real. Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/371098424294133760,[],[],0,,False,321,68,315,,None,,,,,,,[],,,, +11067,371032852101484544,371032852101484544,1377296100000.0,2013-08-23 22:15:00,+0000,,Will post video next week of designing a rocket part with hand gestures & then immediately printing it in titanium,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371032852101484544,[],[],0,,False,1017,438,1749,,None,,,,,,,[],,,, +11068,371030745449369600,371028785476284416,1377295597000.0,2013-08-23 22:06:37,+0000,,"And, uhh no (zillionth person who asked), I am not going to make an IM suit, however design by hand-manipulated hologram is actually useful.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371030745449369600,[],[],0,,False,330,114,546,,None,,,,,,,[],,,, +11069,371029699385774083,371028785476284416,1377295348000.0,2013-08-23 22:02:28,+0000,,@brynmooser Reality is the best illusion,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/371029699385774083,[],[],0,,False,43,12,31,,None,,,,,,,[],,,, +11070,371028785476284416,371028785476284416,1377295130000.0,2013-08-23 21:58:50,+0000,,We figured out how to design rocket parts just w hand movements through the air (seriously). Now need a high frame rate holograph generator.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/371028785476284416,[],[],0,,False,747,261,1353,,None,,,,,,,[],,,, +11071,369627580166451200,369627580166451200,1376961057000.0,2013-08-20 01:10:57,+0000,,Model S achieves best safety rating of any car ever tested by US govt http://t.co/W1rZ5ceEVX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/369627580166451200,['http://www.teslamotors.com/about/press/releases/tesla-model-s-achieves-best-safety-rating-any-car-ever-tested'],[],0,,False,884,370,2034,,None,,,,,,,[],,,, +11072,368461203317612544,368461203317612544,1376682971000.0,2013-08-16 19:56:11,+0000,,"Same rocket flight, but this time with cows! http://t.co/qhF5JWzyCW",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/368461203317612544,['http://www.youtube.com/watch?v=HXdjxPY2j_0&feature=youtu.be'],[],0,,False,397,194,672,,None,,,,,,,[],,,, +11073,367545423495311360,367545423495311360,1376464632000.0,2013-08-14 07:17:12,+0000,,"Latest rocket test flight: hard lateral deviation, stabilize & hover, rapid descent back to pad http://t.co/Vb7ebiMdNJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/367545423495311360,['http://www.youtube.com/watch?v=2t15vP1PyoA&feature=youtu.be'],[],0,,False,574,275,1146,,None,,,,,,,[],,,, +11074,367028946426019840,367025547852800000,1376341494000.0,2013-08-12 21:04:54,+0000,,"Btw, this is not the very latest version. Will post an updated version with several late arriving corrections in a few hours.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/367028946426019840,[],[],0,,False,165,180,172,,None,,,,,,,[],,,, +11075,367025547852800000,367025547852800000,1376340684000.0,2013-08-12 20:51:24,+0000,,Hyperloop Alpha at http://t.co/ZRTcT2b8bP and http://t.co/7cucKKprPB http://t.co/LYhuRxUntA,nl,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/367025547852800000,"['http://spacex.com/hyperloop', 'http://teslamotors.com/blog/hyperloop']",['https://pbs.twimg.com/media/BRfvyouCYAAWIn0.jpg'],1,https://pbs.twimg.com/media/BRfvyouCYAAWIn0.jpg,False,2443,689,5437,,None,,,,,,,[],,,, +11076,366964441159438337,366964441159438337,1376326115000.0,2013-08-12 16:48:35,+0000,,Pulled all nighter working on Hyperloop (as did others). Hopefully not too many mistakes. Will publish link at 1:30 PDT.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/366964441159438337,[],[],0,,False,1192,343,2365,,None,,,,,,,[],,,, +11077,365141071912640512,365100519741595648,1375891390000.0,2013-08-07 16:03:10,+0000,,Hangout with @richardbranson & me tomorrow at 9am California time http://t.co/0ELMam5wXq,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/365141071912640512,['http://virg.in/UUVZE'],[],0,,False,200,55,205,,None,,,,,,,[],,,, +11078,362836613539176448,362830269708906496,1375341964000.0,2013-08-01 07:26:04,+0000,,“@eirene_inc: “The universe is prob littered w/ the 1-planet graves of cultures which made the sensible economic http://t.co/Bp6592r9bH”,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/362836613539176448,['http://tmblr.co/ZQDhNyr7HKoB'],[],0,,False,272,45,446,,None,,,,,,,[],,,, +11079,361316902804529153,361316902804529153,1374979637000.0,2013-07-28 02:47:17,+0000,,"One of the first Tesla Supercharger stations in Europe is being built in Cinderella, Norway #KatieWoodencloak",en,['katiewoodencloak'],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/361316902804529153,[],[],0,,False,268,152,416,,None,,,,,,,[],,,, +11080,359943337127579649,359750424175185920,1374652153000.0,2013-07-24 07:49:13,+0000,,"Best saying ever “@temochdez: there is a saying in Mexico: ""El miedo no anda en burro"" meaning ""Fear doesn't ride on a donkey""”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/359943337127579649,[],[],0,,False,217,39,315,,None,,,,,,,[],,,, +11081,359750424175185920,359750424175185920,1374606159000.0,2013-07-23 19:02:39,+0000,,"Oh yeah, well Tesla will study a plan to study the GM team that's studying Tesla, so there! http://t.co/Gn41zsaRv8",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/359750424175185920,['http://www.autonews.com/article/20130722/OEM/307229980/tiny-tesla-a-threat-to-gm-akerson-takes-no-chances-assigns-study-team#axzz2ZtetyAIU'],[],0,,False,545,224,824,,None,,,,,,,[],,,, +11082,356818414431506432,356776740409974785,1373907114000.0,2013-07-15 16:51:54,+0000,,@John_Gardi your guess is the closest I've seen anyone guess so far. Pod diameter probably around 2m,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/356818414431506432,[],[],0,,False,37,18,26,,None,,,,,,,[],,,, +11083,356779314043305985,356776740409974785,1373897791000.0,2013-07-15 14:16:31,+0000,,@schadlu I really hate patents unless critical to company survival. Will publish Hyperloop as open source.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356779314043305985,[],[],0,,False,235,38,294,,None,,,,,,,[],,,, +11084,356777845739110400,356767552250195968,1373897441000.0,2013-07-15 14:10:41,+0000,,"@TobiasVdb Yes, it is a purely propulsive landing, but using the huge landing gear A frames as air brakes. Landing prop < 5% of vehicle mass",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356777845739110400,[],[],0,,False,10,4,2,,None,,,,,,,[],,,, +11085,356776740409974785,356776740409974785,1373897178000.0,2013-07-15 14:06:18,+0000,,Will publish Hyperloop alpha design by Aug 12. Critical feedback for improvements would be much appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,14,https://twitter.com/elonmusk/status/356776740409974785,[],[],0,,False,1285,526,2534,,None,,,,,,,[],,,, +11086,356771814271234050,356771814271234050,1373896003000.0,2013-07-15 13:46:43,+0000,,Just completed full mission duration firing of next gen Falcon 9 booster. V proud of the boost stage team for overcoming many tough issues.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,13,https://twitter.com/elonmusk/status/356771814271234050,[],[],0,,False,159,47,181,,None,,,,,,,[],,,, +11087,354999620629303296,354997904504655873,1373473479000.0,2013-07-10 16:24:39,+0000,,@BrianDunning @SpaceX New spacesuit almost done. Hoping to unveil by end of year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/354999620629303296,[],[],0,,False,39,6,29,,None,,,,,,,[],,,, +11088,354986137753890816,354690624051609600,1373470265000.0,2013-07-10 15:31:05,+0000,,So true “@jlgolson: BitTorrent packet goes to a bar and asks for beer. Everyone in the bar who already has a beer gives him a sip.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/354986137753890816,[],[],0,,False,236,42,512,,None,,,,,,,[],,,, +11089,354705218648289281,354690624051609600,1373403288000.0,2013-07-09 20:54:48,+0000,,UDP (yeah you know me) 3X,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/354705218648289281,[],[],0,,False,172,44,84,,None,,,,,,,[],,,, +11090,354690624051609600,354690624051609600,1373399809000.0,2013-07-09 19:56:49,+0000,,"TCP packet walks into a bar & says “I’d like a beer.” Barman replies “You’d like a beer?” “Yes,” replies TCP packet,“I’d like a beer.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/354690624051609600,[],[],0,,False,1270,165,2071,,None,,,,,,,[],,,, +11091,353309492131278848,353309492131278848,1373070521000.0,2013-07-06 00:28:41,+0000,,"Latest vertical landing rocket vid. 325M altitude, hold against wind, land w T/W>1, radar in loop http://t.co/I68Xxpb1EQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/353309492131278848,['http://youtu.be/eGimzB5QM1M'],[],0,,False,667,303,1717,,None,,,,,,,[],,,, +11092,352136446909489153,352136446909489153,1372790845000.0,2013-07-02 18:47:25,+0000,,"Woohoo, Tesla direct sales petition passed the 100k threshold! Thanks a lot to everyone that helped!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/352136446909489153,[],[],0,,False,453,122,571,,None,,,,,,,[],,,, +11093,351262074124505089,351262074124505089,1372582379000.0,2013-06-30 08:52:59,+0000,,"Have been reading about Henry Fielding, who had the most excellent pen name of Captain Hercules Vinegar",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/351262074124505089,[],[],0,,False,84,24,49,,None,,,,,,,[],,,, +11094,351094587105878016,351056745226977280,1372542447000.0,2013-06-29 21:47:27,+0000,,One learns something new every day “@UberFacts: A “Buttload” is an actual measurement of volume - Equal to 126 gallons.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/351094587105878016,[],[],0,,False,259,91,712,,None,,,,,,,[],,,, +11095,350690789925453824,350683252316573698,1372446174000.0,2013-06-28 19:02:54,+0000,,@davidepley Thanks :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/350690789925453824,[],[],0,,False,3,6,0,,None,,,,,,,[],,,, +11096,350690638943109121,350685004151525377,1372446138000.0,2013-06-28 19:02:18,+0000,,"@lougil_ace Taking action. Will be a 7 day grace period for $2500 ext warranty. Neg margin at that price, so must unfortunately raise.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/350690638943109121,[],[],0,,False,5,4,2,,None,,,,,,,[],,,, +11097,350666408985767937,350666408985767937,1372440361000.0,2013-06-28 17:26:01,+0000,,Please support the White House petition to allow direct sales of cars to consumers in all states http://t.co/nHrH69MD3W,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/350666408985767937,['http://wh.gov/llpAp'],[],0,,False,212,108,890,,None,,,,,,,[],,,, +11098,349582778318336001,349548170772094977,1372182003000.0,2013-06-25 17:40:03,+0000,,"@arthurblake Turning recirc off, windows closed and the right film on rear glass usually works. Am asking HVAC engineering to investigate.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/349582778318336001,[],[],0,,False,9,3,2,,None,,,,,,,[],,,, +11099,349556671447699456,349548170772094977,1372175779000.0,2013-06-25 15:56:19,+0000,,@arthurblake Tesla service can do coating or can be done by any auto glass coating company. My car is done on side & rear,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/349556671447699456,[],[],0,,False,5,3,1,,None,,,,,,,[],,,, +11100,349556116881022976,349548170772094977,1372175647000.0,2013-06-25 15:54:07,+0000,,"@arthurblake Turn off AC recirc, so that cool air flows out thru rear vents & get IR coating on rear glass.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/349556116881022976,[],[],0,,False,4,4,0,,None,,,,,,,[],,,, +11101,349034068849094656,349029927955345408,1372051181000.0,2013-06-24 05:19:41,+0000,,@justinchace will do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/349034068849094656,[],[],0,,False,4,3,0,,None,,,,,,,[],,,, +11102,348116700983607296,348112948230774784,1371832463000.0,2013-06-21 16:34:23,+0000,,"@LisaRoutel The NY auto dealers lost in court, so now they are funding a bill in NY legislature to block Tesla",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/348116700983607296,[],[],0,,False,5,2,15,,None,,,,,,,[],,,, +11103,347973928377004032,347973928377004032,1371798424000.0,2013-06-21 07:07:04,+0000,,"Tesla pack swap vid still being edited (multiple camera angles). In meantime, this article contains a vid http://t.co/lyzJy4k8Eu",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/347973928377004032,['http://techcrunch.com/2013/06/20/tesla-shows-off-a-90-second-battery-swap-system-wants-it-at-supercharging-stations-by-years-end/'],[],0,,False,110,77,195,,None,,,,,,,[],,,, +11104,347617421500243968,347617421500243968,1371713426000.0,2013-06-20 07:30:26,+0000,,Tomorrow night: fastest gas pump in LA vs Tesla battery pack swap http://t.co/QgZzggjIkq,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/347617421500243968,[],['https://pbs.twimg.com/media/BNL8M_6CYAAAnGj.jpg'],1,https://pbs.twimg.com/media/BNL8M_6CYAAAnGj.jpg,False,334,109,425,,None,,,,,,,[],,,, +11105,347264432063258624,347264432063258624,1371629267000.0,2013-06-19 08:07:47,+0000,,Partial recall of Model S http://t.co/uDZ1f3RnjV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,08,https://twitter.com/elonmusk/status/347264432063258624,['http://www.teslamotors.com/blog/partial-recall'],[],0,,False,90,130,117,,None,,,,,,,[],,,, +11106,347082201596321794,347082201596321794,1371585819000.0,2013-06-18 20:03:39,+0000,,"Battery pack swap works with all Tesla Model S cars, past and present. It was always there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/347082201596321794,[],[],0,,False,157,88,266,,None,,,,,,,[],,,, +11107,347005150860283905,346895679471357952,1371567449000.0,2013-06-18 14:57:29,+0000,,"@zatulsky Shai actually got the idea from a visit to Tesla. The idea is obvious (many things allow battery swap), but the technology is not.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/347005150860283905,[],[],0,,False,21,11,16,,None,,,,,,,[],,,, +11108,346896666055569408,346895679471357952,1371541584000.0,2013-06-18 07:46:24,+0000,,"Video of battery pack swap will be posted to the Tesla website around 9:30pm, so those attending will see this first.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/346896666055569408,[],[],0,,False,72,37,126,,None,,,,,,,[],,,, +11109,346895679471357952,346895679471357952,1371541349000.0,2013-06-18 07:42:29,+0000,,Live pack swap demo on Thurs night at 8pm California time at our design studio in Hawthorne. Seeing is believing.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/346895679471357952,[],[],0,,False,117,82,275,,None,,,,,,,[],,,, +11110,344839352578363392,344705055880007680,1371051083000.0,2013-06-12 15:31:23,+0000,,Battery storage of solar power needed for night operation & to buffer grid during day. Beta projects are going well.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/344839352578363392,[],[],0,,False,110,83,130,,None,,,,,,,[],,,, +11111,344705055880007680,344705055880007680,1371019064000.0,2013-06-12 06:37:44,+0000,,"A long way to go before most power generation is solar, but the second derivative bodes well http://t.co/Af1c9xmyjn",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/344705055880007680,['http://mobile.bloomberg.com/news/2013-06-11/u-s-solar-installations-climb-33-led-by-california.html?cmpid=yhoo'],[],0,,False,139,71,181,,None,,,,,,,[],,,, +11112,344015395067408385,344015395067408385,1370854636000.0,2013-06-10 08:57:16,+0000,,1st long duration firing of the new generation Falcon 9 rocket ~1.5 million pounds of vac thrust http://t.co/iGZadNVF7w,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/344015395067408385,['http://youtu.be/CgIghRD4-ao'],[],0,,False,156,65,248,,None,,,,,,,[],,,, +11113,343446166043766784,343443647435534336,1370718921000.0,2013-06-08 19:15:21,+0000,,@mcrsqr True,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/343446166043766784,[],[],0,,False,9,3,0,,None,,,,,,,[],,,, +11114,343443647435534336,343443647435534336,1370718321000.0,2013-06-08 19:05:21,+0000,,We need more women in aerospace like Gwynne! http://t.co/bTl7t5nWZx,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/343443647435534336,"['http://www.latimes.com/business/la-fi-himi-spacex-20130609,0,2428179.story']",[],0,,False,183,68,227,,None,,,,,,,[],,,, +11115,342664071042187264,342664071042187264,1370532455000.0,2013-06-06 15:27:35,+0000,,Easier said than done. There is a lot of pressure from investors. It is hard not to feel super bad if u don't make ur qtr.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342664071042187264,[],[],0,,False,77,38,53,,None,,,,,,,[],,,, +11116,342662893461983232,342566837852200960,1370532174000.0,2013-06-06 15:22:54,+0000,,"Mars requires developing complex technology over a decade+, but market cares about next 3 months. Result would be conflicting priorities.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342662893461983232,[],[],0,,False,201,70,221,,None,,,,,,,[],,,, +11117,342660248328347649,342654181414416385,1370531544000.0,2013-06-06 15:12:24,+0000,,@SQMInc I don't have a publicist,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/342660248328347649,[],[],0,,False,27,5,11,,None,,,,,,,[],,,, +11118,342566837852200960,342566837852200960,1370509273000.0,2013-06-06 09:01:13,+0000,,No near term plans to IPO @SpaceX. Only possible in very long term when Mars Colonial Transporter is flying regularly.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/342566837852200960,[],[],0,,False,495,162,698,,None,,,,,,,[],,,, +11119,342107352041922560,342107352041922560,1370399723000.0,2013-06-05 02:35:23,+0000,,"Forgot to say one thing at Tesla annual shareholders meeting: just as my money was the first in, it will be the last out.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/342107352041922560,[],[],0,,False,3868,298,1477,,None,,,,,,,[],,,, +11120,341688528125689858,341688528125689858,1370299868000.0,2013-06-03 22:51:08,+0000,,Love this image of Dragon docked to the Space Station as it orbits through dark side of Earth http://t.co/kygcsEQNhk,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,22,https://twitter.com/elonmusk/status/341688528125689858,[],['https://pbs.twimg.com/media/BL3r5-8CAAMEvqS.jpg'],1,https://pbs.twimg.com/media/BL3r5-8CAAMEvqS.jpg,False,622,105,575,,None,,,,,,,[],,,, +11121,341462587482963968,341405518566395904,1370245999000.0,2013-06-03 07:53:19,+0000,,Vac thrust of 700 tons means avg of 14 tons/floor of structural steel for a 50 story building.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/341462587482963968,[],[],0,,False,39,22,30,,None,,,,,,,[],,,, +11122,341441460215889920,341405518566395904,1370240962000.0,2013-06-03 06:29:22,+0000,,@williamricci6 50% higher. ~1.3 M lbs sea level and ~1.5 M lbs vacuum thrust. Will be 60% higher with some tweaks.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/341441460215889920,[],[],0,,False,13,2,4,,None,,,,,,,[],,,, +11123,341405518566395904,341405518566395904,1370232393000.0,2013-06-03 04:06:33,+0000,,"1st firing of Falcon 9-R advanced prototype rocket. Over 1M lbs thrust, enough to lift skyscraper http://t.co/AUCsWTw77E",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/341405518566395904,[],['https://pbs.twimg.com/media/BLzqgqLCEAAPPg-.jpg'],1,https://pbs.twimg.com/media/BLzqgqLCEAAPPg-.jpg,False,732,173,1098,,None,,,,,,,[],,,, +11124,340177739426435073,340177739426435073,1369939667000.0,2013-05-30 18:47:47,+0000,,Huge expansion of Tesla Supercharger network underway. Will cover LA to NY by end of year http://t.co/MFKjBJzklc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/340177739426435073,['http://www.teslamotors.com/supercharger'],[],0,,False,265,174,560,,None,,,,,,,[],,,, +11125,340043575167430656,340043575167430656,1369907680000.0,2013-05-30 09:54:40,+0000,,Bloomberg TV features debate of @AndreaSJames vs some guy picking his nose http://t.co/n5Iu91Wu1r,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/340043575167430656,['http://www.youtube.com/watch?v=GWBE_qZCLvQ'],[],0,,False,85,66,79,,None,,,,,,,[],,,, +11126,338770339637129216,338357776889823232,1369604117000.0,2013-05-26 21:35:17,+0000,,"@RobertGaristo V much agree. Moreover, there is risk of severe non-linearities in feedback loops causing sudden warming.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/338770339637129216,[],[],0,,False,5,6,5,,None,,,,,,,[],,,, +11127,338504412035158016,338504412035158016,1369540715000.0,2013-05-26 03:58:35,+0000,,You Can Fit A Lot Of Kindergartners In A Tesla Model S - Houston Chronicle http://t.co/iOZPxrx3sa,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/338504412035158016,['http://www.chron.com/technology/businessinsider/article/You-Can-Fit-A-Lot-Of-Kindergartners-In-A-Tesla-4547397.php'],[],0,,False,89,52,132,,None,,,,,,,[],,,, +11128,338402827305119744,338402827305119744,1369516495000.0,2013-05-25 21:14:55,+0000,,"Am thinking of doing a movie ""sequel"" of sorts to Thank You for Smoking. That was bad CO2 for indiv, this for the planet",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/338402827305119744,[],[],0,,False,201,104,123,,None,,,,,,,[],,,, +11129,338399341641342976,338399341641342976,1369515664000.0,2013-05-25 21:01:04,+0000,,Worth reading Merchants of Doubt. Same who tried to deny smoking deaths r denying climate change http://t.co/C6H8HrzS8X,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/338399341641342976,['http://en.wikipedia.org/wiki/Merchants_of_Doubt'],[],0,,False,160,49,168,,None,,,,,,,[],,,, +11130,338394028930392064,338394028930392064,1369514398000.0,2013-05-25 20:39:58,+0000,,"Yeah, climate change should really be considered a centrist issue, as it affects everyone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338394028930392064,[],[],0,,False,91,59,147,,None,,,,,,,[],,,, +11131,338390383434276864,338390383434276864,1369513529000.0,2013-05-25 20:25:29,+0000,,"Am not suggesting shutting down CO2 production, but rather to price in environmental cost & shift to sustainable energy",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338390383434276864,[],[],0,,False,83,67,132,,None,,,,,,,[],,,, +11132,338384388091940864,338383504339505152,1369512099000.0,2013-05-25 20:01:39,+0000,,"Even if the answer is only on the order of 1%, we should still take immediate action, as there is only one atmosphere.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/338384388091940864,[],[],0,,False,76,46,78,,None,,,,,,,[],,,, +11133,338383967009009664,338383504339505152,1369511999000.0,2013-05-25 19:59:59,+0000,,Right question to ask Dyson or others: what is probability that human actions could cause catastrophic climate change?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/338383967009009664,[],[],0,,False,35,23,51,,None,,,,,,,[],,,, +11134,338383504339505152,338383504339505152,1369511888000.0,2013-05-25 19:58:08,+0000,,What most serious scientists have a problem with is the notion of certainty about *any* subject. That is not the point.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/338383504339505152,[],[],0,,False,48,30,57,,None,,,,,,,[],,,, +11135,338367123455885312,338357776889823232,1369507983000.0,2013-05-25 18:53:03,+0000,,@kn0xvi11ain Very few. Scientific consensus at time of Columbus was world was round http://t.co/V3XIcob4s8,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338367123455885312,['http://www.amazon.com/gp/aw/d/0307278247/ref=redir_mdp_mobile'],[],0,,False,9,6,3,,None,,,,,,,[],,,, +11136,338360832410939392,338360832410939392,1369506483000.0,2013-05-25 18:28:03,+0000,,"Sorry for all the heavy stuff abt climate change, but I really thought world wd take action sooner. No time for subtlety",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338360832410939392,[],[],0,,False,182,174,155,,None,,,,,,,[],,,, +11137,338359304216256512,338357776889823232,1369506119000.0,2013-05-25 18:21:59,+0000,,@1stHubbleFan @keithwarren Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338359304216256512,[],[],0,,False,6,5,2,,None,,,,,,,[],,,, +11138,338357776889823232,338357776889823232,1369505755000.0,2013-05-25 18:15:55,+0000,,"In reality, 97% of scientists agree that we face serious human generated climate change http://t.co/soQCnJB61B",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338357776889823232,['http://skepticalscience.com/97-percent-consensus-cook-et-al-2013.html'],[],0,,False,165,97,483,,None,,,,,,,[],,,, +11139,338356013583441920,338356013583441920,1369505334000.0,2013-05-25 18:08:54,+0000,,"Climate change deniers claim ""scientists disagree"", same rebuttal used by tobacco industry about lung cancer for decades",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/338356013583441920,[],[],0,,False,163,75,466,,None,,,,,,,[],,,, +11140,338199136635604992,338199136635604992,1369467932000.0,2013-05-25 07:45:32,+0000,,"Good article on ""Climate Change"" vs ""Global Warming"" referred by @ForrestTanaka http://t.co/D1s4RJ0qus",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/338199136635604992,['http://www.skepticalscience.com/climate-change-global-warming.htm'],[],0,,False,133,34,137,,None,,,,,,,[],,,, +11141,338135523765919745,338135523765919745,1369452765000.0,2013-05-25 03:32:45,+0000,,"Was beat up pretty badly as a kid & left me w jagged septum. Harder to breathe as I got older, so time to fix.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338135523765919745,[],[],0,,False,132,192,68,,None,,,,,,,[],,,, +11142,338129661307531264,338129661307531264,1369451368000.0,2013-05-25 03:09:28,+0000,,"Had a minor operation, so am in bed in meds. Probably shouldn't be tweeting :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338129661307531264,[],[],0,,False,145,223,58,,None,,,,,,,[],,,, +11143,338127750126764032,338127750126764032,1369450912000.0,2013-05-25 03:01:52,+0000,,Sign of a good design is that it feels and is much bigger on inside than looks on outside,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,03,https://twitter.com/elonmusk/status/338127750126764032,[],[],0,,False,159,101,158,,None,,,,,,,[],,,, +11144,338123049465421824,338105497578266625,1369449791000.0,2013-05-25 02:43:11,+0000,,@CosmicRami Awesome. We really need to promote that fact in the US. A CO2 tax will not cause economy to grind to a halt!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338123049465421824,[],[],0,,False,15,5,9,,None,,,,,,,[],,,, +11145,338117807910813696,338117807910813696,1369448541000.0,2013-05-25 02:22:21,+0000,,"Would love to do a pickup truck. Something w ultra low cg for sports car handling, dynamic air suspension & mega torque.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338117807910813696,[],[],0,,False,253,238,213,,None,,,,,,,[],,,, +11146,338115331891556352,338115331891556352,1369447951000.0,2013-05-25 02:12:31,+0000,,"Technically, I ""got rich"" from Zip2 & PayPal w zero govt anything, then put 100% of that into SpaceX, Tesla & SolarCity.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338115331891556352,[],[],0,,False,344,93,279,,None,,,,,,,[],,,, +11147,338112989578293248,338112989578293248,1369447393000.0,2013-05-25 02:03:13,+0000,,"If consumption is low, then the tax is proportionately low. We should prob not have tax on basic foods & critical meds.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/338112989578293248,[],[],0,,False,91,54,89,,None,,,,,,,[],,,, +11148,338110772167184385,338105497578266625,1369446864000.0,2013-05-25 01:54:24,+0000,,"@ponder68 Carbon produced by a @SpaceX rocket flight is roughly equal to one 747 flight. No, we should not be exempt.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338110772167184385,[],[],0,,False,13,5,9,,None,,,,,,,[],,,, +11149,338110231005499394,338110231005499394,1369446735000.0,2013-05-25 01:52:15,+0000,,"Net of gas savings, a Tesla is $550 to $600/month with down payment taken care of by tax credits. Maybe less costly then it first seems.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338110231005499394,[],[],0,,False,89,73,123,,None,,,,,,,[],,,, +11150,338108608430632960,338108608430632960,1369446348000.0,2013-05-25 01:45:48,+0000,,"Yes, am arguing against subsidies and in favor of a tax on the end bad created. Market will then achieve best solution.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338108608430632960,[],[],0,,False,67,41,60,,None,,,,,,,[],,,, +11151,338107634668412928,338107634668412928,1369446116000.0,2013-05-25 01:41:56,+0000,,"Trees are net consumers of CO2, so technically we would pay them money :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338107634668412928,[],[],0,,False,80,45,123,,None,,,,,,,[],,,, +11152,338106902946910208,338106902946910208,1369445942000.0,2013-05-25 01:39:02,+0000,,Exactly. Seems crazy to risk the CO2 chemical experiment when we have to find another solution anyway.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338106902946910208,[],[],0,,False,164,21,29,,None,,,,,,,[],,,, +11153,338105723139543040,338105723139543040,1369445660000.0,2013-05-25 01:34:20,+0000,,Big difference between taxing people and taxing purchases (ie consumption). Much better to emphasize the latter.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338105723139543040,[],[],0,,False,73,55,112,,None,,,,,,,[],,,, +11154,338104612521385984,338099836404527104,1369445395000.0,2013-05-25 01:29:55,+0000,,@MaxMBerger The collective wisdom of the market is usually (not always) better than the smartest govt regulator.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338104612521385984,[],[],0,,False,13,2,10,,None,,,,,,,[],,,, +11155,338103612943241218,338103612943241218,1369445157000.0,2013-05-25 01:25:57,+0000,,"Me & other private money funded Tesla for first 7 years, got IPO+ govt money for 3, now paid back. Yes, carbon tax would be a better way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338103612943241218,[],[],0,,False,95,42,144,,None,,,,,,,[],,,, +11156,338102635930468352,338098445808201728,1369444924000.0,2013-05-25 01:22:04,+0000,,"@grayj_ There should be a constitutional amendment to redo the tax code every ten years, just like we do a census.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338102635930468352,[],[],0,,False,27,4,18,,None,,,,,,,[],,,, +11157,338101143047639042,338101143047639042,1369444568000.0,2013-05-25 01:16:08,+0000,,"Weight of scientific evidence. Taxes don't ban a purchase, they just increase cost. Am against bans, except in extreme cases.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338101143047639042,[],[],0,,False,36,21,32,,None,,,,,,,[],,,, +11158,338099836404527104,338099836404527104,1369444257000.0,2013-05-25 01:10:57,+0000,,"Exactly. Better to tax known bad thing and incent desired outcome, instead of subsidizing particular solution paths. Let market decide.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338099836404527104,[],[],0,,False,81,33,88,,None,,,,,,,[],,,, +11159,338098445808201728,338098445808201728,1369443925000.0,2013-05-25 01:05:25,+0000,,"Perhaps. I am in favor of fair, simple taxes that are neutral on most things, incent good & disincent bad.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338098445808201728,[],[],0,,False,60,28,49,,None,,,,,,,[],,,, +11160,338097360519442432,338097360519442432,1369443666000.0,2013-05-25 01:01:06,+0000,,"Great article on Tesla-dealer battle by Leilani Munter (@CarbonFreeGirl), who lives in NC http://t.co/pvEmE5pEVN",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/338097360519442432,['http://www.huffingtonpost.com/mobileweb/leilani-munter/tesla-north-carolina_b_3327721.html?utm_hp_ref=email_share'],[],0,,False,91,29,170,,None,,,,,,,[],,,, +11161,337908857198235649,337789653233041408,1369398724000.0,2013-05-24 12:32:04,+0000,,@VarunG_ Belief in climate change isn't necessary. Even a small probability of a severe outcome justifies a carbon tax.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,12,https://twitter.com/elonmusk/status/337908857198235649,[],[],0,,False,9,10,7,,None,,,,,,,[],,,, +11162,337884269521281026,337789653233041408,1369392862000.0,2013-05-24 10:54:22,+0000,,@karlbrauer Making rockets,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,10,https://twitter.com/elonmusk/status/337884269521281026,[],[],0,,False,69,6,20,,None,,,,,,,[],,,, +11163,337826546104537088,337817778989981696,1369379099000.0,2013-05-24 07:04:59,+0000,,@tonykatz Don't like having a zillion tweets in the log. Makes it tough to wade through if someone wants to read my tweet history.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/337826546104537088,[],[],0,,False,8,4,0,,None,,,,,,,[],,,, +11164,337795753797898240,337789653233041408,1369371758000.0,2013-05-24 05:02:38,+0000,,"@SapientCapital We created electric cars to help solve the problem, not because we thought it was easy money. Still isn't.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/337795753797898240,[],[],0,,False,29,8,9,,None,,,,,,,[],,,, +11165,337791672295501824,337789653233041408,1369370785000.0,2013-05-24 04:46:25,+0000,,"And, since we will run out of oil anyway, why risk the future of all life on Earth simply to delay sustainable energy?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/337791672295501824,[],[],0,,False,288,139,692,,None,,,,,,,[],,,, +11166,337789653233041408,337789653233041408,1369370303000.0,2013-05-24 04:38:23,+0000,,Those who would deny climate change should ask themselves what happens if they are wrong http://t.co/S7fOIrly6B,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/337789653233041408,['http://thehill.com/blogs/e2-wire/e2-wire/301649-tesla-ceo-musk-reframe-climate-argument'],[],0,,False,195,99,452,,None,,,,,,,[],,,, +11167,337594277666377730,337370738686316544,1369323722000.0,2013-05-23 15:42:02,+0000,,"More importantly, @Chrysler failed to pay back $1.3B. Apart those 2 points, you were totally 1st http://t.co/0P2ZLDl67a",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/337594277666377730,['http://www.detroitnews.com/article/20130522/AUTO0101/305220440/1361/Tesla--Chrysler-spar-over-loan-repayment'],[],0,,False,185,72,214,,None,,,,,,,[],,,, +11168,337592840743968768,337370738686316544,1369323380000.0,2013-05-23 15:36:20,+0000,,"As many have already noted, @Chrysler is a division of Fiat, an Italian company. We specifically said first *US* company.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/337592840743968768,[],[],0,,False,144,48,140,,None,,,,,,,[],,,, +11169,337506956875010048,337506956875010048,1369302903000.0,2013-05-23 09:55:03,+0000,,Interview with @BloombergNews about Tesla and DOE loan gets into some of the details http://t.co/xb0JVoPHNC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/337506956875010048,['http://bloom.bg/16PjlJm'],[],0,,False,88,34,99,,None,,,,,,,[],,,, +11170,337323464241319936,337323464241319936,1369259155000.0,2013-05-22 21:45:55,+0000,,Tesla wired the funds to repay the DOE loan today. Only US car company to have fully repaid govt http://t.co/jxHW9YkvPz,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/337323464241319936,['http://www.teslamotors.com/about/press/releases/tesla-repays-department-energy-loan-nine-years-early'],[],0,,False,734,241,1753,,None,,,,,,,[],,,, +11171,336599845643108354,336596441705349120,1369086631000.0,2013-05-20 21:50:31,+0000,,@Gizmoman0 Physics,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/336599845643108354,[],[],0,,False,23,3,2,,None,,,,,,,[],,,, +11172,336598500156518400,336596441705349120,1369086310000.0,2013-05-20 21:45:10,+0000,,@yes_andre I'm a big fan of ultracapacitors. Was going to do my PhD at Stanford on them. But we need a breakthrough in energy density...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/336598500156518400,[],[],0,,False,124,39,26,,None,,,,,,,[],,,, +11173,336164986172882945,336127391460102145,1368982953000.0,2013-05-19 17:02:33,+0000,,@McBartVolgers @SpaceX High pressure helium pneumatic bolts and pistons. No explosives.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/336164986172882945,[],[],0,,False,7,4,2,,None,,,,,,,[],,,, +11174,335935115274354689,335903656287289344,1368928147000.0,2013-05-19 01:49:07,+0000,,"@xyrth Cool, will get one plus another chicken",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/335935115274354689,[],[],0,,False,10,2,2,,None,,,,,,,[],,,, +11175,335904330374860801,335897870358171648,1368920807000.0,2013-05-18 23:46:47,+0000,,@TalulahRiley You're welcome. It did seem like the chicken of destiny xx,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/335904330374860801,[],[],0,,False,10,1,3,,None,,,,,,,[],,,, +11176,335903656287289344,335903656287289344,1368920647000.0,2013-05-18 23:44:07,+0000,,Petting zoo left a chicken behind at the park. Now we have a pet chicken.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/335903656287289344,[],[],0,,False,221,116,105,,None,,,,,,,[],,,, +11177,334595687041875968,334192141997854720,1368608802000.0,2013-05-15 09:06:42,+0000,,@DanaBrunetti Soon Model S will feature druidic dwarves dancing around a miniature stone henge,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/334595687041875968,[],[],0,,False,48,11,24,,None,,,,,,,[],,,, +11178,334405162489769984,334192141997854720,1368563378000.0,2013-05-14 20:29:38,+0000,,"@DanaBrunetti Well, you see, by making it go to 11, that makes it louder than loud :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/334405162489769984,[],[],0,,False,37,10,7,,None,,,,,,,[],,,, +11179,334372943041798144,334372943041798144,1368555696000.0,2013-05-14 18:21:36,+0000,,Supercharger announcement pushed to next week. Something else this week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/334372943041798144,[],[],0,,False,76,122,112,,None,,,,,,,[],,,, +11180,334035602183962624,334033804303945729,1368475268000.0,2013-05-13 20:01:08,+0000,,"@bryanclarke physics + a broad range of engineering. Worth taking humanities courses too, particularly history.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/334035602183962624,[],[],0,,False,21,7,10,,None,,,,,,,[],,,, +11181,334028716260872192,334025141044535296,1368473626000.0,2013-05-13 19:33:46,+0000,,"@vicorly Yes, usually several times more energy over the course of the year than is needed by the Model S",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028716260872192,[],[],0,,False,9,6,1,,None,,,,,,,[],,,, +11182,334028430779744256,334025141044535296,1368473558000.0,2013-05-13 19:32:38,+0000,,@malkosh we do,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028430779744256,[],[],0,,False,5,1,0,,None,,,,,,,[],,,, +11183,334028253159378944,334027664388149249,1368473516000.0,2013-05-13 19:31:56,+0000,,"@itsokayyouknow Harder than that, but it is a software vs hardware change",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334028253159378944,[],[],0,,False,5,1,1,,None,,,,,,,[],,,, +11184,334025141044535296,334025141044535296,1368472774000.0,2013-05-13 19:19:34,+0000,,"Btw, vast majority of credit for SolarCity should go to Lyndon & Peter Rive & their awesome team. I'm just a small part.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/334025141044535296,[],[],0,,False,64,31,50,,None,,,,,,,[],,,, +11185,333414433802043394,333373448355196928,1368327170000.0,2013-05-12 02:52:50,+0000,,@SeanChin @RaimisJ Over the air upgrade coming in a few months to allow tethering (and other things).,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/333414433802043394,[],[],0,,False,9,5,4,,None,,,,,,,[],,,, +11186,333387477412876288,333387477412876288,1368320743000.0,2013-05-12 01:05:43,+0000,,Improving service and honing manufacturing efficiency are the biggest short term challenges. Not sales constrained.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/333387477412876288,[],[],0,,False,100,55,107,,None,,,,,,,[],,,, +11187,333384944388808704,333373448355196928,1368320139000.0,2013-05-12 00:55:39,+0000,,@annabananastand It can do hands free right now. Being able to text people via voice while driving would be a good feature to add...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333384944388808704,[],[],0,,False,4,7,0,,None,,,,,,,[],,,, +11188,333384295882317825,333379563927257089,1368319984000.0,2013-05-12 00:53:04,+0000,,"@enggirl Mostly water or coffee at home. When I'm out, will have Macallan neat or vodka with something.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333384295882317825,[],[],0,,False,10,5,0,,None,,,,,,,[],,,, +11189,333382427647025154,333373448355196928,1368319539000.0,2013-05-12 00:45:39,+0000,,@danielmarshal15 It can dig up almost anything.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333382427647025154,[],[],0,,False,3,1,0,,None,,,,,,,[],,,, +11190,333382233450741760,333373448355196928,1368319493000.0,2013-05-12 00:44:53,+0000,,"@JasonPolstein Yeah, we don't do a good job of telling people about this feature. Requires hardware unfortunately.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333382233450741760,[],[],0,,False,2,4,0,,None,,,,,,,[],,,, +11191,333381955674587137,333373448355196928,1368319426000.0,2013-05-12 00:43:46,+0000,,"@grimmerkimmer @dpinsen Given the extreme burn, shorts are pushing every possible fear, uncertainty & doubt story http://t.co/LWr3GODxBG",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333381955674587137,['http://www.thestreet.com/story/11919380/1/cramer-wont-wait-for-tesla.html'],[],0,,False,3,3,1,,None,,,,,,,[],,,, +11192,333379008005804032,333373448355196928,1368318724000.0,2013-05-12 00:32:04,+0000,,"@RaimisJ Tesla software knits together Google Voice, Slacker, Gracenote & others and streams over 3G (will be LTE later)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333379008005804032,[],[],0,,False,13,2,3,,None,,,,,,,[],,,, +11193,333376615180562432,333373448355196928,1368318153000.0,2013-05-12 00:22:33,+0000,,"@dpinsen People tell me Cory Johnson is a shill for the shorts. Don't know if true, but he sure behaves that way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333376615180562432,[],[],0,,False,7,7,0,,None,,,,,,,[],,,, +11194,333374189161558016,333373448355196928,1368317575000.0,2013-05-12 00:12:55,+0000,,"Would also recommend the Cheese Shop, Spam or Fish License by Monty Python.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333374189161558016,[],[],0,,False,50,39,28,,None,,,,,,,[],,,, +11195,333373448355196928,333373448355196928,1368317398000.0,2013-05-12 00:09:58,+0000,,"Hold down voice button & say ""Play Amish Paradise by Weird Al Yankovic"". Model S can play almost any song via Internet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/333373448355196928,[],[],0,,False,235,81,334,,None,,,,,,,[],,,, +11196,332516849080209409,332516435488280577,1368113169000.0,2013-05-09 15:26:09,+0000,,@realbhuwan Don't forget the mystery announcement. Part 5 of the trilogy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/332516849080209409,[],[],0,,False,13,18,8,,None,,,,,,,[],,,, +11197,332516435488280577,332516435488280577,1368113070000.0,2013-05-09 15:24:30,+0000,,There is a way for the Tesla Model S to be recharged throughout the country faster than you could fill a gas tank.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/332516435488280577,[],[],0,,False,288,349,480,,None,,,,,,,[],,,, +11198,332298579781767168,332282461344124931,1368061129000.0,2013-05-09 00:58:49,+0000,,@HowardReiter Totally agree. Tesla will circle back and do something cool for Roadsters next year.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/332298579781767168,[],[],0,,False,61,8,4,,None,,,,,,,[],,,, +11199,332287909413650433,332286367151296512,1368058585000.0,2013-05-09 00:16:25,+0000,,@mjasandoval Stay tuned,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,00,https://twitter.com/elonmusk/status/332287909413650433,[],[],0,,False,4,3,1,,None,,,,,,,[],,,, +11200,332282461344124931,332282461344124931,1368057286000.0,2013-05-08 23:54:46,+0000,,"Just want to say thanks to customers & investors that took a chance on Tesla through the long, dark night. We wouldn't be here without you.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/332282461344124931,[],[],0,,False,1696,262,592,,None,,,,,,,[],,,, +11201,332270252832460800,332239280099446784,1368054376000.0,2013-05-08 23:06:16,+0000,,@westcoastbill Thanks Bill!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/332270252832460800,[],[],0,,False,4,0,1,,None,,,,,,,[],,,, +11202,331797405840338944,331797405840338944,1367941640000.0,2013-05-07 15:47:20,+0000,,"Am a fan of Larry, Sergey & Google in general, but self-driving cars comments to Bloomberg were just off-the-cuff. No big announcement here",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331797405840338944,[],[],0,,False,50,41,75,,None,,,,,,,[],,,, +11203,331796308631367681,331796308631367681,1367941379000.0,2013-05-07 15:42:59,+0000,,"Tesla priority is electrification of cars, so priority is Model S, Model X, then mass market third gen vehicle & truck",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331796308631367681,[],[],0,,False,191,100,245,,None,,,,,,,[],,,, +11204,331795766937018368,331794886368055296,1367941249000.0,2013-05-07 15:40:49,+0000,,@rebel_sal exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331795766937018368,[],[],0,,False,10,1,0,,None,,,,,,,[],,,, +11205,331794886368055296,331794886368055296,1367941040000.0,2013-05-07 15:37:20,+0000,,"Creating an autopilot for cars at Tesla is an important, but not yet top priority. Still a few years from production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331794886368055296,[],[],0,,False,143,73,167,,None,,,,,,,[],,,, +11206,331792738339127296,331787138880401408,1367940527000.0,2013-05-07 15:28:47,+0000,,@DJFrustration Tested it myself this weekend and was working well. Some songs have licensing prohibiting direct request.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/331792738339127296,[],[],0,,False,2,1,0,,None,,,,,,,[],,,, +11207,331490556574326785,331490556574326785,1367868482000.0,2013-05-06 19:28:02,+0000,,"Anyone interested in doing ultra hardcore vehicle engineering at Tesla, please apply!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331490556574326785,[],[],0,,False,146,228,316,,None,,,,,,,[],,,, +11208,331489911842689025,331489911842689025,1367868328000.0,2013-05-06 19:25:28,+0000,,Chris Porritt from Aston Martin just joined as head of vehicle engineering at Tesla http://t.co/MNUIWDxoXt,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331489911842689025,['http://ir.teslamotors.com/releasedetail.cfm?ReleaseID=762317'],[],0,,False,100,36,216,,None,,,,,,,[],,,, +11209,331486802462531584,331470318227054594,1367867587000.0,2013-05-06 19:13:07,+0000,,"@bdcs Yup, it is super far. Moon is basically in our back yard relative to Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/331486802462531584,[],[],0,,False,4,2,1,,None,,,,,,,[],,,, +11210,331082832187363329,331067130793558016,1367771273000.0,2013-05-05 16:27:53,+0000,,"@nirdthebird Definitely a lot of potential for geothermal, but depends on well depth. Too expensive in most places.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/331082832187363329,[],[],0,,False,4,3,2,,None,,,,,,,[],,,, +11211,330884627927560192,330880080198893568,1367724017000.0,2013-05-05 03:20:17,+0000,,"@DetlefKroeze Yeah, that probably makes sense.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/330884627927560192,[],[],0,,False,3,0,0,,None,,,,,,,[],,,, +11212,330877283793530880,330869979480207361,1367722266000.0,2013-05-05 02:51:06,+0000,,@DouglasBullard @teslamotors Most people have never heard of Nikola Tesla. That will hopefully change over time.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/330877283793530880,[],[],0,,False,94,38,36,,None,,,,,,,[],,,, +11213,330869907640184832,330869144633348096,1367720507000.0,2013-05-05 02:21:47,+0000,,"@flyguynscc @teslamotors yes, that has been the goal from the beginning",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/330869907640184832,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +11214,330708114854793217,330666017053368320,1367681933000.0,2013-05-04 15:38:53,+0000,,"@fink_justin It can definitely strain relationships, but I loved doing my first company with my brother",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/330708114854793217,[],[],0,,False,7,1,2,,None,,,,,,,[],,,, +11215,330707889729712131,330665496041099266,1367681879000.0,2013-05-04 15:37:59,+0000,,@Vangsgutane Norway rocks!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/330707889729712131,[],[],0,,False,6,0,4,,None,,,,,,,[],,,, +11216,330572086668046336,330549800443445248,1367649501000.0,2013-05-04 06:38:21,+0000,,"@WehbyJammin Earnings call next week, then Supercharger week after and then... the mystery announcement/demonstration :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/330572086668046336,[],[],0,,False,10,5,7,,None,,,,,,,[],,,, +11217,330571811358117888,330549011494875136,1367649436000.0,2013-05-04 06:37:16,+0000,,@TeslaTrip you're welcome :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,06,https://twitter.com/elonmusk/status/330571811358117888,[],[],0,,False,2,0,2,,None,,,,,,,[],,,, +11218,330425498406633474,330423003454246912,1367614552000.0,2013-05-03 20:55:52,+0000,,@thebradholt we need a compelling video that convinces TX lawmakers to pass the direct sales law just approved by their committee.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330425498406633474,[],[],0,,False,4,9,1,,None,,,,,,,[],,,, +11219,330424811035705344,330420284685438976,1367614388000.0,2013-05-03 20:53:08,+0000,,@Rocco_TheStreet Guaranteeing the world's best resale value in industry is unprecedented and backed up my other assets. Why isn't that good?,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330424811035705344,[],[],0,,False,6,5,1,,None,,,,,,,[],,,, +11220,330423366802632706,330411311525675010,1367614044000.0,2013-05-03 20:47:24,+0000,,"@ChrisCowan_ Chris is great. Took a long time for me to find someone w truly hardcore engineering skills, who fully understood the system.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/330423366802632706,[],[],0,,False,5,0,2,,None,,,,,,,[],,,, +11221,330403426003472384,330403426003472384,1367609290000.0,2013-05-03 19:28:10,+0000,,Am getting lots of questions about the big Supercharger announcement. Aiming to do that the week after next.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330403426003472384,[],[],0,,False,63,41,72,,None,,,,,,,[],,,, +11222,330397865337835520,330396427647868929,1367607964000.0,2013-05-03 19:06:04,+0000,,"@stoneymonster Yes, this does put an indirect floor on resale value. Should help all owners.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330397865337835520,[],[],0,,False,2,1,1,,None,,,,,,,[],,,, +11223,330396427647868929,330396427647868929,1367607621000.0,2013-05-03 19:00:21,+0000,,Tesla raises Model S resale value guarantee to highest in auto industry http://t.co/l5LOXtyP33,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/330396427647868929,['http://www.teslamotors.com/about/press/releases/tesla-improves-financing-product-best-resale-value-guarantee-and-lower-monthly-'],[],0,,False,62,40,113,,None,,,,,,,[],,,, +11224,330395232564826112,330053450261987328,1367607336000.0,2013-05-03 18:55:36,+0000,,@yatpay Side boosters fall short & center core goes too far + Florida is heavily populated. Landing permission tricky :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330395232564826112,[],[],0,,False,7,4,2,,None,,,,,,,[],,,, +11225,330394570737192960,330017552120033282,1367607178000.0,2013-05-03 18:52:58,+0000,,"@pataneous We can't formally provide a guarantee w/o restating accounting, but I feel confident about the value anyway.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330394570737192960,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +11226,330394051637547010,330053450261987328,1367607054000.0,2013-05-03 18:50:54,+0000,,"@2552nsf Yeah, that is super tricky. Will have to sacrifice a lot of payload to boost back or land on ocean platform.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330394051637547010,[],[],0,,False,3,4,3,,None,,,,,,,[],,,, +11227,330387481616855040,330384351370035200,1367605488000.0,2013-05-03 18:24:48,+0000,,"@rebel_sal Yes, your article (and many others) rightly identified that we made a mistake. New financing is not perfect, but much better.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/330387481616855040,[],[],0,,False,2,2,1,,None,,,,,,,[],,,, +11228,330364975300358144,330053450261987328,1367600122000.0,2013-05-03 16:55:22,+0000,,"@Alan_Nestos The legs are nested tight against the body of the rocket in flight, so rotate about 120 degrees to deploy",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/330364975300358144,[],[],0,,False,2,2,3,,None,,,,,,,[],,,, +11229,330241115670327296,330239990032396288,1367570592000.0,2013-05-03 08:43:12,+0000,,@darma_setia More likely that pigs will fly over the frozen wastes of Hell. Clarkson doesn't understand technology.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/330241115670327296,[],[],0,,False,27,7,15,,None,,,,,,,[],,,, +11230,330240665483096064,330017552120033282,1367570484000.0,2013-05-03 08:41:24,+0000,,@JSONberland We did a ton of testing until they could handle 4X legally required impact energy. Extremely tough.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/330240665483096064,[],[],0,,False,3,1,1,,None,,,,,,,[],,,, +11231,330054002148515841,330053450261987328,1367525980000.0,2013-05-02 20:19:40,+0000,,@BigBalli High pressure helium. Needs to be ultra light. All 4 legs together (~60 ft span) weigh less than Model S.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/330054002148515841,[],[],0,,False,25,7,10,,None,,,,,,,[],,,, +11232,330053450261987328,330053450261987328,1367525849000.0,2013-05-02 20:17:29,+0000,,"F9R (pronounced F-niner) shows a little leg. Design is a nested, telescoping piston w A frame. http://t.co/H49TSS2CYl",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/330053450261987328,[],['https://pbs.twimg.com/media/BJSV3UQCAAITfKN.jpg'],1,https://pbs.twimg.com/media/BJSV3UQCAAITfKN.jpg,False,205,94,160,,None,,,,,,,[],,,, +11233,330019280206831616,330017552120033282,1367517702000.0,2013-05-02 18:01:42,+0000,,@roulezelectric This is about getting a prior announcement right. Not part 4 yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/330019280206831616,[],[],0,,False,6,4,3,,None,,,,,,,[],,,, +11234,330017552120033282,330017552120033282,1367517290000.0,2013-05-02 17:54:50,+0000,,Time to up the ante (and fix some mistakes). Tesla announcement tomorrow.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/330017552120033282,[],[],0,,False,103,89,238,,None,,,,,,,[],,,, +11235,329765200590929920,329675294749380608,1367457125000.0,2013-05-02 01:12:05,+0000,,"@astrostephenson We're aiming for late 2015, but NASA needs to have overlapping capability to be safe. Would do the same",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/329765200590929920,[],[],0,,False,6,1,3,,None,,,,,,,[],,,, +11236,329764204716380160,329741175898640384,1367456887000.0,2013-05-02 01:08:07,+0000,,@MelissaMontoyaO Anne's role is launch site engineering. Don't think she has anything against media -- just not her role.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/329764204716380160,[],[],0,,False,3,2,0,,None,,,,,,,[],,,, +11237,329652668547072001,329643547210944513,1367430295000.0,2013-05-01 17:44:55,+0000,,@realbhuwan @teslamotors Cool :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/329652668547072001,[],[],0,,False,5,1,1,,None,,,,,,,[],,,, +11238,329642240353894401,329635272583176192,1367427809000.0,2013-05-01 17:03:29,+0000,,@rebel_sal Just read it. Good piece.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/329642240353894401,[],[],0,,False,6,1,0,,None,,,,,,,[],,,, +11239,329635321824309248,329634717827747843,1367426159000.0,2013-05-01 16:35:59,+0000,,@RealTomLangel Maybe a v long time from now. Paying div is a sign that a company cannot find good ways to spend money.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329635321824309248,[],[],0,,False,6,2,1,,None,,,,,,,[],,,, +11240,329634523744718848,329619173846171651,1367425969000.0,2013-05-01 16:32:49,+0000,,"@wfww Our software is requesting the right song, but Slacker has a bug in their code. Supposed to be fixed by tomorrow.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329634523744718848,[],[],0,,False,4,3,1,,None,,,,,,,[],,,, +11241,329633910898167808,329562997548793856,1367425823000.0,2013-05-01 16:30:23,+0000,,@eirene_inc @sciam Interesting piece,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/329633910898167808,[],[],0,,False,3,1,0,,None,,,,,,,[],,,, +11242,329339716933664770,329339716933664770,1367355682000.0,2013-04-30 21:01:22,+0000,,Auto Dealer Sterling McCall makes the case for Tesla direct sales in Texas http://t.co/JcHETe0d2l,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/329339716933664770,['http://www.chron.com/opinion/outlook/article/Let-s-drive-business-in-Texas-forward-4473447.php'],[],0,,False,40,18,65,,None,,,,,,,[],,,, +11243,329026923932033025,329026923932033025,1367281106000.0,2013-04-30 00:18:26,+0000,,Congrats to @VirginGalactic and @RichardBranson on supersonic test flight!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/329026923932033025,[],[],0,,False,173,25,294,,None,,,,,,,[],,,, +11244,328386732934430720,328386732934430720,1367128473000.0,2013-04-28 05:54:33,+0000,,First test of the Falcon 9-R (reusable) ignition system. Not long now before the hold down fire http://t.co/5r5nJWaNrI,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,05,https://twitter.com/elonmusk/status/328386732934430720,[],['https://pbs.twimg.com/media/BI6p_mXCAAEwKq6.jpg'],1,https://pbs.twimg.com/media/BI6p_mXCAAEwKq6.jpg,False,337,88,427,,None,,,,,,,[],,,, +11245,327594252211200000,327581918222749696,1366939530000.0,2013-04-26 01:25:30,+0000,,"@tcmeggs Am for good public transit in LA, but the pace of that construction makes the 405 look fast.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/327594252211200000,[],[],0,,False,5,3,1,,None,,,,,,,[],,,, +11246,327593152133361665,327583120738099200,1366939268000.0,2013-04-26 01:21:08,+0000,,@tcmeggs This argument is a bit silly. A city will not grow to infinite size just because there isn't traffic.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/327593152133361665,[],[],0,,False,6,2,0,,None,,,,,,,[],,,, +11247,327493831283056640,327450627397537792,1366915588000.0,2013-04-25 18:46:28,+0000,,"@NycomWireless @TeslaMotors Cool, thanks for buying our car!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/327493831283056640,[],[],0,,False,6,2,2,,None,,,,,,,[],,,, +11248,327493652274372608,327450627397537792,1366915545000.0,2013-04-25 18:45:45,+0000,,"@Tapp697 Thanks, important clarification. Tesla announcements are always about making product experience better. Market follows eventually.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/327493652274372608,[],[],0,,False,9,3,1,,None,,,,,,,[],,,, +11249,327450627397537792,327450627397537792,1366905287000.0,2013-04-25 15:54:47,+0000,,Announcement of new @TeslaMotors strategy tomorrow. Tesla owners will like this.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327450627397537792,[],[],0,,False,116,98,262,,None,,,,,,,[],,,, +11250,327448476604583936,327447495196147712,1366904775000.0,2013-04-25 15:46:15,+0000,,@wheelseditor Cool. Just read and watched!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327448476604583936,[],[],0,,False,6,4,1,,None,,,,,,,[],,,, +11251,327446760219889665,327446760219889665,1366904365000.0,2013-04-25 15:39:25,+0000,,Seems to be some stormy weather over in Shortville these days,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/327446760219889665,[],[],0,,False,300,48,171,,None,,,,,,,[],,,, +11252,326902082504384512,326881319881699329,1366774505000.0,2013-04-24 03:35:05,+0000,,@Rocketrichardp @ct_la Exactly. DMV Comm overruled good recommendation of Hearing Officer.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/326902082504384512,[],[],0,,False,4,3,2,,None,,,,,,,[],,,, +11253,326882270982057984,326828343100076034,1366769781000.0,2013-04-24 02:16:21,+0000,,@Trekker56 @TeslaMotors Please contact DMV Commissioner and Governor. This is not good for the people of Virginia.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/326882270982057984,[],[],0,,False,6,1,3,,None,,,,,,,[],,,, +11254,326828343100076034,326828343100076034,1366756923000.0,2013-04-23 22:42:03,+0000,,"Not all good news. Virginia DMV Commissioner just denied Tesla a dealer license, despite Hearing Officer being in favor.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/326828343100076034,[],[],0,,False,23,118,93,,None,,,,,,,[],,,, +11255,326725362123935745,326500735233712129,1366732371000.0,2013-04-23 15:52:51,+0000,,@In_Sight_Full @juliewestfall we have great neighbors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,15,https://twitter.com/elonmusk/status/326725362123935745,[],[],0,,False,6,2,1,,None,,,,,,,[],,,, +11256,326615354040283136,326500735233712129,1366706143000.0,2013-04-23 08:35:43,+0000,,@TheMilns Try this: http://t.co/UVhBE2uMli,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/326615354040283136,['http://m.youtube.com/#/watch?feature=youtu.be&v=se7_JpbtPwA&desktop_uri=%2Fwatch%3Fv%3Dse7_JpbtPwA%26feature%3Dyoutu.be'],[],0,,False,3,2,4,,None,,,,,,,[],,,, +11257,326532755028602880,326532755028602880,1366686450000.0,2013-04-23 03:07:30,+0000,,Wringing water out of a towel in zero g is way trippy http://t.co/UFLI0MM6Kv via @youtube,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/326532755028602880,['http://www.youtube.com/watch?v=o8TssbmY-GM&sns=tw'],[],0,,False,211,60,451,,None,,,,,,,[],,,, +11258,326520007741808640,326500735233712129,1366683410000.0,2013-04-23 02:16:50,+0000,,@clprenz evolving,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/326520007741808640,[],[],0,,False,3,1,1,,None,,,,,,,[],,,, +11259,326519925386661889,326500735233712129,1366683391000.0,2013-04-23 02:16:31,+0000,,@kirkburgess yes,und,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/326519925386661889,[],[],0,,False,9,1,1,,None,,,,,,,[],,,, +11260,326509932797116416,326413387426828288,1366681008000.0,2013-04-23 01:36:48,+0000,,@justinchace Good idea!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/326509932797116416,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +11261,326500735233712129,326500735233712129,1366678816000.0,2013-04-23 01:00:16,+0000,,"Grasshopper rocket flies up 250m, holds against wind and lands. Vid taken from our hexacopter http://t.co/LXmMCYDD0e",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/326500735233712129,['http://www.youtube.com/watch?v=NoxiK7K28PU&feature=youtu.be'],[],0,,False,434,232,1165,,None,,,,,,,[],,,, +11262,326155183623118849,326152475205857281,1366596430000.0,2013-04-22 02:07:10,+0000,,@dbhyslop Will post a video of the latest Grasshopper flight tomorrow (taken from the camera on our new hexacopter).,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/326155183623118849,[],[],0,,False,7,6,15,,None,,,,,,,[],,,, +11263,326152872708419585,326152475205857281,1366595879000.0,2013-04-22 01:57:59,+0000,,Now with actual picture :) http://t.co/G6PCiAJmtx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/326152872708419585,[],['https://pbs.twimg.com/media/BIa6T0jCMAArRrA.jpg'],1,https://pbs.twimg.com/media/BIa6T0jCMAArRrA.jpg,False,653,106,507,,None,,,,,,,[],,,, +11264,326152475205857281,326152475205857281,1366595784000.0,2013-04-22 01:56:24,+0000,,Cool picture of Io crossing Jupiter sent to me by @shervin. Would be amazing to visit in person one day.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/326152475205857281,[],[],0,,False,54,31,78,,None,,,,,,,[],,,, +11265,326118739483451392,326096504450334720,1366587741000.0,2013-04-21 23:42:21,+0000,,Congratulations to @OrbitalSciences! “@CNETNews: Orbital's Antares rocket makes successful test flight http://t.co/y7bwdDMGCi”,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/326118739483451392,['http://cnet.co/17QCmKa'],[],0,,False,69,12,124,,None,,,,,,,[],,,, +11266,325011704582901760,324990048523141120,1366323803000.0,2013-04-18 22:23:23,+0000,,@eirene_inc @archforhumanity @AFHDisasterTeam We have a lot of heavy lifting equipment. Will ask my team to send it over.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/325011704582901760,[],[],0,,False,15,6,11,,None,,,,,,,[],,,, +11267,324990048523141120,324990048523141120,1366318640000.0,2013-04-18 20:57:20,+0000,,"Heart goes out to people of central Texas, home of SpaceX TX. All resources at disposal to help in any way.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/324990048523141120,[],[],0,,False,134,15,167,,None,,,,,,,[],,,, +11268,324575593796612096,324575593796612096,1366219826000.0,2013-04-17 17:30:26,+0000,,A @WhiteHouse petition to allow direct sales of cars by manufacturers: https://t.co/7h6m89mQmh Please vote here too!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/324575593796612096,['https://petitions.whitehouse.gov/petition/overturn-franchise-laws-limit-auto-manufacturers-selling-their-vehicles-directly-consumers/rlShbLzr'],[],0,,False,99,54,318,,None,,,,,,,[],,,, +11269,324388037117214720,324388037117214720,1366175109000.0,2013-04-17 05:05:09,+0000,,"If you live in Texas and are pro Tesla, please vote in the @MyABJ opinion poll! http://t.co/ozPdw6UzUo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/324388037117214720,['http://www.bizjournals.com/austin/poll/results/11461812'],[],0,,False,41,45,170,,None,,,,,,,[],,,, +11270,322906572814696448,322906572814696448,1365821900000.0,2013-04-13 02:58:20,+0000,,"Interesting... ""Putin unveils $50B drive for Russian space supremacy http://t.co/aK1vYGlYhl"" via @physorg_com",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/322906572814696448,['http://phys.org/news/2013-04-putin-unveils-bn-russian-space.html'],[],0,,False,110,100,200,,None,,,,,,,[],,,, +11271,322416386037141504,322409574248357888,1365705031000.0,2013-04-11 18:30:31,+0000,,@batasrki Stay tuned for a big Supercharger announcement in a few weeks. Definitely have you covered.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322416386037141504,[],[],0,,False,32,8,19,,None,,,,,,,[],,,, +11272,322414424570859520,322409574248357888,1365704563000.0,2013-04-11 18:22:43,+0000,,@JBSiegelMD Thanks! Hearing from constituents is super important to counteract the influence of the dealer lobby.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322414424570859520,[],[],0,,False,23,1,3,,None,,,,,,,[],,,, +11273,322410144409481217,322410144409481217,1365703543000.0,2013-04-11 18:05:43,+0000,,"New York judge states: ""... dealers cannot utilize the Franchised Dealer Act as a means to sue their competitors"". Exactly!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322410144409481217,[],[],0,,False,97,34,104,,None,,,,,,,[],,,, +11274,322409574248357888,322409574248357888,1365703407000.0,2013-04-11 18:03:27,+0000,,"New York judge just ruled in favor Tesla, dismissing the legal attack by auto dealers to prevent direct sales!",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/322409574248357888,[],[],0,,False,343,118,482,,None,,,,,,,[],,,, +11275,322170049316139009,322170049316139009,1365646300000.0,2013-04-11 02:11:40,+0000,,Yay for democracy! @latimes asks: Should Tesla Motors be able to sell directly to consumers? http://t.co/IhSNht6bgx,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/322170049316139009,"['http://www.latimes.com/business/autos/la-fi-hy-tesla-ceo-takes-dealer-fight-to-texas-says-he-can-sell-more-cars-20130410,0,1676772.story']",[],0,,False,87,64,156,,None,,,,,,,[],,,, +11276,322163054601179136,322154768476823553,1365644632000.0,2013-04-11 01:43:52,+0000,,"@twittelator Yup, you're right",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/322163054601179136,[],[],0,,False,6,2,0,,None,,,,,,,[],,,, +11277,321987888055201793,321987888055201793,1365602869000.0,2013-04-10 14:07:49,+0000,,Just wanted to say thanks to everyone for testifying yesterday in Austin. Will hang around after press conf to thank people in person.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/321987888055201793,[],[],0,,False,48,24,50,,None,,,,,,,[],,,, +11278,321985069235453953,321984409060384768,1365602197000.0,2013-04-10 13:56:37,+0000,,"@derrickgott007 already partly here with rocket development, but will make it a lot bigger with the launch site",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/321985069235453953,[],[],0,,False,5,1,3,,None,,,,,,,[],,,, +11279,321710007223726080,321710007223726080,1365536617000.0,2013-04-09 19:43:37,+0000,,Just had Texas BBQ for lunch in Capitol Building. About to head to House Committee hearing to advocate for Tesla in TX.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/321710007223726080,[],[],0,,False,76,86,41,,None,,,,,,,[],,,, +11280,321637861147426816,321637861147426816,1365519416000.0,2013-04-09 14:56:56,+0000,,In TX to make the case for allowing Tesla to sell cars. Pls come to Capitol Room E2.014 at 1:30! http://t.co/WR3WXE8SFe,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,14,https://twitter.com/elonmusk/status/321637861147426816,['http://www.teslamotors.com/blog/tesla-approach-distributing-and-servicing-cars'],[],0,,False,48,34,140,,None,,,,,,,[],,,, +11281,321440099348934656,321440099348934656,1365472266000.0,2013-04-09 01:51:06,+0000,,Which leads me to my next subject of gun control ... just kidding,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321440099348934656,[],[],0,,False,200,77,65,,None,,,,,,,[],,,, +11282,321438436168974336,321438436168974336,1365471869000.0,2013-04-09 01:44:29,+0000,,No more political comments for me now that I've shot off both my feet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321438436168974336,[],[],0,,False,91,71,49,,None,,,,,,,[],,,, +11283,321434227914727424,321430023296913411,1365470866000.0,2013-04-09 01:27:46,+0000,,"@TaniaPalme When a person dies, the right thing to do is remember the good more than the bad. Not a day for hate (if there is ever such).",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321434227914727424,[],[],0,,False,20,8,10,,None,,,,,,,[],,,, +11284,321430023296913411,321430023296913411,1365469864000.0,2013-04-09 01:11:04,+0000,,"At the risk of losing more ""cool points"", I like Reagan too! However, I also like Obama, Clinton & JFK. Good people on both sides...",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321430023296913411,[],[],0,,False,115,45,61,,None,,,,,,,[],,,, +11285,321427493661859840,321423079089766400,1365469260000.0,2013-04-09 01:01:00,+0000,,"@ticeestes Am not trying to accumulate cool points. She was far from perfect, but her actions, on balance, were good.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/321427493661859840,[],[],0,,False,15,23,3,,None,,,,,,,[],,,, +11286,321425821405429760,321423079089766400,1365468862000.0,2013-04-09 00:54:22,+0000,,"@richardmatthias Her later years are debatable, but her early years are not imo. Britain went from dreary to Great again.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/321425821405429760,[],[],0,,False,12,7,4,,None,,,,,,,[],,,, +11287,321423079089766400,321423079089766400,1365468208000.0,2013-04-09 00:43:28,+0000,,"Always admired Margaret Thatcher -- she was tough, but sensible & fair, much like my English Nana http://t.co/KcXsZGk7fw",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/321423079089766400,['http://www.guardian.co.uk/politics/interactive/2013/apr/08/margaret-thatcher-i-knew'],[],0,,False,144,178,104,,None,,,,,,,[],,,, +11288,321409229565075456,321407591584509952,1365464906000.0,2013-04-08 23:48:26,+0000,,@ryanjoyce88 We went through literally hundreds of variants of red trying to find something original that didn't suck.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321409229565075456,[],[],0,,False,61,3,5,,None,,,,,,,[],,,, +11289,321408906331041793,321407591584509952,1365464829000.0,2013-04-08 23:47:09,+0000,,"@quietlybear Do all the intro courses for mech, EE, aero and physics, then specialize in the one you like most.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321408906331041793,[],[],0,,False,100,3,11,,None,,,,,,,[],,,, +11290,321407591584509952,321407591584509952,1365464516000.0,2013-04-08 23:41:56,+0000,,New Tesla red going down assembly line for the first time. We spent a lot of time on this color! http://t.co/e7twjazWPx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,23,https://twitter.com/elonmusk/status/321407591584509952,[],['https://pbs.twimg.com/media/BHXegG0CMAAICXq.jpg'],1,https://pbs.twimg.com/media/BHXegG0CMAAICXq.jpg,False,791,204,389,,None,,,,,,,[],,,, +11291,321342187067543552,321342187067543552,1365448922000.0,2013-04-08 19:22:02,+0000,,"Sarah Palin calls Tesla a loser. Am deeply wounded. http://t.co/eOGT80Ut4L Btw, Model S warranty does cover ""bricking"".",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/321342187067543552,['http://www.rawstory.com/rs/2013/04/07/sarah-palin-echoes-romney-tesla-motors-losers-who-build-bricks/'],[],0,,False,185,323,411,,None,,,,,,,[],,,, +11292,319291625731940352,318118700806983680,1364960030000.0,2013-04-03 03:33:50,+0000,,@DreWeathers Exactly,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/319291625731940352,[],[],0,,False,6,8,3,,None,,,,,,,[],,,, +11293,319239040429862912,319239040429862912,1364947493000.0,2013-04-03 00:04:53,+0000,,Great explanation of the @TeslaMotors announcement by @TechCrunch http://t.co/rTHX6LofOE,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/319239040429862912,['http://techcrunch.com/2013/04/02/tesla-motors-partners-with-wells-fargo-and-us-bank-to-finance-model-s-electric-cars/'],[],0,,False,94,50,185,,None,,,,,,,[],,,, +11294,319221613314834432,319213656971804672,1364943338000.0,2013-04-02 22:55:38,+0000,,"@sightalignment Hoping to open the Century City Tesla store this month. It is my neighborhood mall, so I'm there all the time.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/319221613314834432,[],[],0,,False,5,1,5,,None,,,,,,,[],,,, +11295,319221229724770305,319209714120544257,1364943246000.0,2013-04-02 22:54:06,+0000,,@fleijerstam @gronnbilnorge We are working hard to make that happen!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/319221229724770305,[],[],0,,False,3,0,1,,None,,,,,,,[],,,, +11296,319156297780039680,319153347632439297,1364927765000.0,2013-04-02 18:36:05,+0000,,@BjarteReve Should be late 2014 for US and early 2015 for Europe.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/319156297780039680,[],[],0,,False,5,0,1,,None,,,,,,,[],,,, +11297,319153517111676928,319153347632439297,1364927102000.0,2013-04-02 18:25:02,+0000,,@BjarteReve July!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/319153517111676928,[],[],0,,False,5,2,3,,None,,,,,,,[],,,, +11298,319144496187187202,319144496187187202,1364924951000.0,2013-04-02 17:49:11,+0000,,Am headed to TX next week to thank people personally for supporting Tesla. Please head to SB 1659 @ 8am tomorrow #TeslaTX,en,['teslatx'],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/319144496187187202,[],[],0,,False,46,40,69,,None,,,,,,,[],,,, +11299,319121972212690945,319121972212690945,1364919581000.0,2013-04-02 16:19:41,+0000,,Certainly true that many people believe that Tesla and SpaceX are powered by the #hhgttg Infinite Improbability Drive :),en,['hhgttg'],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/319121972212690945,[],[],0,,False,124,43,144,,None,,,,,,,[],,,, +11300,319119973366784002,319119973366784002,1364919105000.0,2013-04-02 16:11:45,+0000,,Today's Tesla announcement is actually the 2nd in a 5 part trilogy (love Douglas Adams),en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/319119973366784002,[],[],0,,False,84,38,106,,None,,,,,,,[],,,, +11301,318888865668681728,318882078945050625,1364864004000.0,2013-04-02 00:53:24,+0000,,@mpauldine You never know ...,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/318888865668681728,[],[],0,,False,4,2,3,,None,,,,,,,[],,,, +11302,318826190725074944,318586284065054720,1364849062000.0,2013-04-01 20:44:22,+0000,,@stopman Thanks Michael. Beauty of over the air software updates is that the product keeps improving even after you buy it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/318826190725074944,[],[],0,,False,13,2,5,,None,,,,,,,[],,,, +11303,318820033839128576,318586284065054720,1364847594000.0,2013-04-01 20:19:54,+0000,,@jeremys Thanks Jeremy! Good seeing you in LA. Awesome job with Yelp!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/318820033839128576,[],[],0,,False,6,0,1,,None,,,,,,,[],,,, +11304,318588682070269952,318588682070269952,1364792435000.0,2013-04-01 05:00:35,+0000,,"To be clear, Tesla is in California, so it is not April Fool's yet! Also, some may differ, but imo the Tues news is arguably more important.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,05,https://twitter.com/elonmusk/status/318588682070269952,[],[],0,,False,63,50,76,,None,,,,,,,[],,,, +11305,318586284065054720,318586284065054720,1364791863000.0,2013-04-01 04:51:03,+0000,,First profitable Q for Tesla thanks to awesome customers & hard work by a super dedicated team http://t.co/njumz2SDmx,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/318586284065054720,['http://www.teslamotors.com/about/press/releases/tesla-model-s-sales-exceed-target'],[],0,,False,302,120,541,,None,,,,,,,[],,,, +11306,318435934246944768,318435934246944768,1364756017000.0,2013-03-31 18:53:37,+0000,,About to do chocolate egg hunt with all the kids. Candy bonanza! Happy Easter!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/318435934246944768,[],[],0,,False,52,22,20,,None,,,,,,,[],,,, +11307,318164425251110912,318151676164988929,1364691284000.0,2013-03-31 00:54:44,+0000,,"Thanks Bob “@BobMetcalfe: Tesla Takes on TX Dealer's Association (MA too) - Repeal anti-competitive dealer laws - http://t.co/qbbBkGkvzC""",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/318164425251110912,['http://bit.ly/169r2Fs'],[],0,,False,18,15,48,,None,,,,,,,[],,,, +11308,318122230758391808,318120401148465154,1364681224000.0,2013-03-30 22:07:04,+0000,,"Sorry, correct link is: http://t.co/yBRQRUKmAE",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/318122230758391808,['http://en.wikipedia.org/wiki/Eighty-third_Texas_Legislature'],[],0,,False,17,11,44,,None,,,,,,,[],,,, +11309,318120401148465154,318120401148465154,1364680788000.0,2013-03-30 21:59:48,+0000,,"If you support Tesla in Texas, please contact your state Senate or House member. Free enterprise! http://t.co/BoaveKd4NZ",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/318120401148465154,['http://en.wikipedia.org/wiki/Eighty-first_Texas_Legislature'],[],0,,False,44,33,119,,None,,,,,,,[],,,, +11310,318118700806983680,318118700806983680,1364680383000.0,2013-03-30 21:53:03,+0000,,Auto dealers in Texas are trying to stop Tesla. Would appreciate your help in fighting for what's right http://t.co/5T4pH7u5fX,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/318118700806983680,['http://wot.motortrend.com/tesla-takes-on-texas-dealers-association-349795.html#axzz2P3te9cYC'],[],0,,False,93,114,487,,None,,,,,,,[],,,, +11311,317665357819154432,317665357819154432,1364572298000.0,2013-03-29 15:51:38,+0000,,Rocket fairing almost ready for deployment test in vacuum chamber. Man lift on right for scale http://t.co/BLOTThWFvw,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317665357819154432,[],['https://pbs.twimg.com/media/BGiS9bqCEAA1j7I.jpg'],1,https://pbs.twimg.com/media/BGiS9bqCEAA1j7I.jpg,False,211,45,172,,None,,,,,,,[],,,, +11312,317661456751550464,317659286660595712,1364571367000.0,2013-03-29 15:36:07,+0000,,Can't make this stuff up: “@ErneX: hah and that's the name of a fire extinguisher https://t.co/0y4QzzlLkw”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317661456751550464,['https://fireextinguisherdepot.com/fire-extinguishers-1/abc-fire-extinguishers-1/amerex-b456-abc-fire-extinguisher-10-lb-rechargeable-ul-rating-4a-40b-c.html'],[],0,,False,15,7,12,,None,,,,,,,[],,,, +11313,317659286660595712,317659286660595712,1364570850000.0,2013-03-29 15:27:30,+0000,,A123 battery company renames itself B456 after bankruptcy (really).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/317659286660595712,[],[],0,,False,120,63,297,,None,,,,,,,[],,,, +11314,316595382622765056,316595382622765056,1364317195000.0,2013-03-26 16:59:55,+0000,,Recovery ship has secured Dragon. Powering down all secondary systems. Cargo looks A ok.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316595382622765056,[],[],0,,False,96,46,165,,None,,,,,,,[],,,, +11315,316588335885856768,316588335885856768,1364315515000.0,2013-03-26 16:31:55,+0000,,Telemetry says main parachutes deployed ... now visually confirmed,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316588335885856768,[],[],0,,False,37,24,74,,None,,,,,,,[],,,, +11316,316588058021609472,316588058021609472,1364315449000.0,2013-03-26 16:30:49,+0000,,Recovery ship just heard the sonic booms from Dragon reentry and has data transmission lock.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316588058021609472,[],[],0,,False,45,7,107,,None,,,,,,,[],,,, +11317,316585896814194688,316585896814194688,1364314934000.0,2013-03-26 16:22:14,+0000,,Dragon deorbit burn was good. All thrusters operating. On target for splashdown.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/316585896814194688,[],[],0,,False,59,19,113,,None,,,,,,,[],,,, +11318,316446454963122176,316446454963122176,1364281688000.0,2013-03-26 07:08:08,+0000,,"Future will indeed be rooftop solar + battery pack, w utility company just providing backup power http://t.co/1PlB3xn0Cz",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/316446454963122176,['http://www.fool.com/investing/general/2013/03/25/the-end-of-utilities.aspx'],[],0,,False,218,85,367,,None,,,,,,,[],,,, +11319,316358938419400706,316358938419400706,1364260823000.0,2013-03-26 01:20:23,+0000,,Slight change of date to ensure no end of quarter distractions -- will be Tues next week.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/316358938419400706,[],[],0,,False,35,39,57,,None,,,,,,,[],,,, +11320,316260319360061440,316260319360061440,1364237310000.0,2013-03-25 18:48:30,+0000,,Really exciting @TeslaMotors announcement coming on Thursday. Am going to put my money where my mouth is in v major way.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/316260319360061440,[],[],0,,False,264,148,710,,None,,,,,,,[],,,, +11321,316229109862776833,316229109862776833,1364229869000.0,2013-03-25 16:44:29,+0000,,"There's crazy, there's batsh*t crazy, then there's North Korea crazy... http://t.co/etJmNZqVD1",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/316229109862776833,['http://news.yahoo.com/blogs/lookout/north-korea-video-propaganda-us-troops-rockets-125355219.html'],[],0,,False,107,44,293,,None,,,,,,,[],,,, +11322,315689366557188096,315675763040989184,1364101184000.0,2013-03-24 04:59:44,+0000,,@MichaelLindahl It will be slightly smaller w fewer features as std. Think Audi A4 or BMW 3 vs Model S being S7 or M5,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/315689366557188096,[],[],0,,False,12,3,4,,None,,,,,,,[],,,, +11323,315688846731902976,315587700063363073,1364101060000.0,2013-03-24 04:57:40,+0000,,@DeanJFalkenberg yep,und,[],[],44196397,44196397,elonmusk,Elon Musk,7,04,https://twitter.com/elonmusk/status/315688846731902976,[],[],0,,False,7,2,1,,None,,,,,,,[],,,, +11324,315609388335366144,315589150801813504,1364082116000.0,2013-03-23 23:41:56,+0000,,@Nezheim @jbmeicher sure :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,23,https://twitter.com/elonmusk/status/315609388335366144,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +11325,315590420203700224,315589150801813504,1364077594000.0,2013-03-23 22:26:34,+0000,,.@jbmeicher Model S works great in cold. Highest sales/capita are in Norway and we have a ton of customers in Canada.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315590420203700224,[],[],0,,False,23,32,43,,None,,,,,,,[],,,, +11326,315587700063363073,315587700063363073,1364076945000.0,2013-03-23 22:15:45,+0000,,"But when considering savings of gas v electricity, true cost vs gas cars is more like $25k for a v sweet ride",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315587700063363073,[],[],0,,False,37,29,38,,None,,,,,,,[],,,, +11327,315587176597426176,315568818833477633,1364076820000.0,2013-03-23 22:13:40,+0000,,.@benmacy $30k in 2013 $ (ie + inflation) w 200+ mile range w some really cool tech that we can't talk about yet.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315587176597426176,[],[],0,,False,73,44,78,,None,,,,,,,[],,,, +11328,315583897448632322,315568818833477633,1364076039000.0,2013-03-23 22:00:39,+0000,,".@joshj777 It has always been my dream to produce a low cost, compelling electric car. We are 3 to 4 years away. Wish it could be sooner.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/315583897448632322,[],[],0,,False,88,53,149,,None,,,,,,,[],,,, +11329,315571855752851456,315568818833477633,1364073168000.0,2013-03-23 21:12:48,+0000,,@malkosh was this in a test drive car (those are all about to be upgraded) or a current customer car?,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/315571855752851456,[],[],0,,False,3,4,1,,None,,,,,,,[],,,, +11330,315568818833477633,315568818833477633,1364072444000.0,2013-03-23 21:00:44,+0000,,Review of Tesla Model S by @RoadandTrack. Good article w minor errors addressed in reader comments http://t.co/qfQDWL96wQ,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,21,https://twitter.com/elonmusk/status/315568818833477633,['http://www.roadandtrack.com/car-reviews/road-tests/road-test-2013-tesla-model-s'],[],0,,False,81,21,125,,None,,,,,,,[],,,, +11331,315258192949022720,315258192949022720,1363998385000.0,2013-03-23 00:26:25,+0000,,"When Shoemaker-Levy comet hit Jupiter in 94, it made an Earth size hole. We wd be super dead if it actually hit Earth http://t.co/b6IyuLoHIo",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/315258192949022720,['http://en.wikipedia.org/wiki/Comet_Shoemaker%E2%80%93Levy_9'],[],0,,False,84,61,179,,None,,,,,,,[],,,, +11332,315252557884825601,315049449653153792,1363997041000.0,2013-03-23 00:04:01,+0000,,Probably true imo “@bbcscitech: Dinosaur-killing rock 'was a comet' http://t.co/wZhjXrl9NV”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/315252557884825601,['http://bbc.in/15zdItz'],[],0,,False,19,10,23,,None,,,,,,,[],,,, +11333,314262567084249088,314262567084249088,1363761009000.0,2013-03-20 06:30:09,+0000,,My talk at TED with @TEDchris http://t.co/SNOvzWdR0u,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,06,https://twitter.com/elonmusk/status/314262567084249088,['http://on.ted.com/jU8R'],[],0,,False,425,64,390,,None,,,,,,,[],,,, +11334,314179636445712384,314177889245466625,1363741237000.0,2013-03-20 01:00:37,+0000,,"@Anthropic Yeah, Plum Brook Space Power Facility @NASA Glenn Research Center. Help from the Glenn team much appreciated.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/314179636445712384,[],[],0,,False,10,0,3,,None,,,,,,,[],,,, +11335,314177889245466625,314177889245466625,1363740820000.0,2013-03-20 00:53:40,+0000,,Testing separation of F9 rocket fairing (can hold a city bus) in world's largest vacuum chamber http://t.co/2zkLi4ON0s,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/314177889245466625,[],['https://pbs.twimg.com/media/BFwvIC0CEAEar_R.jpg'],1,https://pbs.twimg.com/media/BFwvIC0CEAEar_R.jpg,False,268,43,310,,None,,,,,,,[],,,, +11336,313848068900532224,313848068900532224,1363662185000.0,2013-03-19 03:03:05,+0000,,Sharing a metaphysical milkshake with @RainnWilson http://t.co/XPJ0OkGhmX,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/313848068900532224,['http://www.youtube.com/watch?v=Ns0IHCj2q-E&feature=youtu.be&a'],[],0,,False,157,37,218,,None,,,,,,,[],,,, +11337,313357288985460740,313354143152607232,1363545174000.0,2013-03-17 18:32:54,+0000,,"@JBSiegelMD Cool, I'm glad you like it!",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/313357288985460740,[],[],0,,False,3,0,2,,None,,,,,,,[],,,, +11338,313354143152607232,313354143152607232,1363544424000.0,2013-03-17 18:20:24,+0000,,Craig Venter talks about flu vaccines and the Tesla Model S. Gesundheit! http://t.co/nt2etVUjDq,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/313354143152607232,['http://www.medscape.com/viewarticle/780324_2'],[],0,,False,42,17,70,,None,,,,,,,[],,,, +11339,310550326900051969,310550326900051969,1362875942000.0,2013-03-10 00:39:02,+0000,,Using Über to order a Tesla Model S @SXSW with @shervin and @travisk http://t.co/69H47lMjBw,de,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/310550326900051969,[],['https://pbs.twimg.com/media/BE9L4IBCUAAZQUR.jpg'],1,https://pbs.twimg.com/media/BE9L4IBCUAAZQUR.jpg,False,300,49,203,,None,,,,,,,[],,,, +11340,310517571524915200,310517571524915200,1362868132000.0,2013-03-09 22:28:52,+0000,,The Johnny Cash hover slam! http://t.co/9jXiKoo9D1,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/310517571524915200,['http://youtu.be/2Ivr6JF1K-8'],[],0,,False,227,109,409,,None,,,,,,,[],,,, +11341,310478997077258241,310478997077258241,1362858935000.0,2013-03-09 19:55:35,+0000,,Will show Johnny Cash hover slam rocket video for the first time in about 15 mins. Test footage only 36 hrs old. #SXSW,en,['sxsw'],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/310478997077258241,[],[],0,,False,49,46,132,,None,,,,,,,[],,,, +11342,310079304602107904,310079304602107904,1362763641000.0,2013-03-08 17:27:21,+0000,,Check out Model S at Tesla Austin Gallery at The Domain opening today! I will stop by this eve and tomorrow morning.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/310079304602107904,[],[],0,,False,36,33,79,,None,,,,,,,[],,,, +11343,310051925024452608,310047260958416897,1362757114000.0,2013-03-08 15:38:34,+0000,,@sdvillella nice pic!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310051925024452608,[],[],0,,False,8,0,4,,None,,,,,,,[],,,, +11344,310048970342809601,310047260958416897,1362756409000.0,2013-03-08 15:26:49,+0000,,@RebeccaJarvis Not yet. I look forward to giving that a try.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310048970342809601,[],[],0,,False,7,0,1,,None,,,,,,,[],,,, +11345,310047260958416897,310047260958416897,1362756002000.0,2013-03-08 15:20:02,+0000,,Random trivia: my grandfather & great grandfather were both born in Minnesota. I was named after my GGF.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310047260958416897,[],[],0,,False,58,32,32,,None,,,,,,,[],,,, +11346,310046392653582336,310046392653582336,1362755795000.0,2013-03-08 15:16:35,+0000,,Minnesota auto dealers tried to pass legislation to block Tesla stores. Bill was just defeated in Senate. Thanks MN!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/310046392653582336,[],[],0,,False,126,75,251,,None,,,,,,,[],,,, +11347,310038397253210113,310036546327834625,1362753888000.0,2013-03-08 14:44:48,+0000,,@Asherlaw SpaceX is expanding launch ops at Canaveral too. Need 2 locations to handle flight rate and avoid weather risk,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310038397253210113,[],[],0,,False,3,3,4,,None,,,,,,,[],,,, +11348,310036546327834625,310036546327834625,1362753447000.0,2013-03-08 14:37:27,+0000,,"Arrived Austin. Talking with TX House about creating an orbital launch complex near Brownsville, then #SXSW keynote tmrw",en,['sxsw'],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310036546327834625,[],[],0,,False,80,61,131,,None,,,,,,,[],,,, +11349,310031964663078913,310027926668197889,1362752355000.0,2013-03-08 14:19:15,+0000,,@navidob Pretty much. Couldn't leave the country of Ibsen without doing something cultural!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310031964663078913,[],[],0,,False,6,2,5,,None,,,,,,,[],,,, +11350,310027926668197889,310027926668197889,1362751392000.0,2013-03-08 14:03:12,+0000,,Saw a play about Stalin in Norwegian. Like watching mimes with emoticons doing Solzhenitsyn. http://t.co/YsWV6IF3QL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/310027926668197889,[],['https://pbs.twimg.com/media/BE1wwbgCQAAespx.jpg'],1,https://pbs.twimg.com/media/BE1wwbgCQAAespx.jpg,False,122,30,53,,None,,,,,,,[],,,, +11351,309435481165279233,309435481165279233,1362610142000.0,2013-03-06 22:49:02,+0000,,Am in Oslo to thank the Norwegian customers of @TeslaMotors personally. Highest Model S orders per capita in the world.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/309435481165279233,[],[],0,,False,118,71,206,,None,,,,,,,[],,,, +11352,307958110474104832,307958110474104832,1362257909000.0,2013-03-02 20:58:29,+0000,,Just received #Dragon docking clearance from @NASA. Will begin orbital maneuvers to Space Station at 11pm Pacific time.,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/307958110474104832,[],[],0,,False,147,62,319,,None,,,,,,,[],,,, +11353,307633403195449344,307633403195449344,1362180493000.0,2013-03-01 23:28:13,+0000,,Would also like to thank @USAirForce for allowing us to use their long range comm system for Dragon in free drift.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/307633403195449344,[],[],0,,False,92,29,138,,None,,,,,,,[],,,, +11354,307627922783600640,307627922783600640,1362179186000.0,2013-03-01 23:06:26,+0000,,Just want to say thanks to @NASA for being the world's coolest customer. Looking forward to delivering the goods!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,23,https://twitter.com/elonmusk/status/307627922783600640,[],[],0,,False,239,37,397,,None,,,,,,,[],,,, +11355,307615430154022912,307615430154022912,1362176208000.0,2013-03-01 22:16:48,+0000,,Orbit raising burn successful. Dragon back on track.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/307615430154022912,[],[],0,,False,232,107,618,,None,,,,,,,[],,,, +11356,307597163582590977,307597163582590977,1362171853000.0,2013-03-01 21:04:13,+0000,,Thruster pods one through four are now operating nominally. Preparing to raise orbit. All systems green.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,21,https://twitter.com/elonmusk/status/307597163582590977,[],[],0,,False,242,116,524,,None,,,,,,,[],,,, +11357,307580263637061633,307580263637061633,1362167824000.0,2013-03-01 19:57:04,+0000,,Pods 1 and 4 now online and thrusters engaged. Dragon transitioned from free drift to active control. Yes!!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/307580263637061633,[],[],0,,False,267,177,588,,None,,,,,,,[],,,, +11358,307536134215446528,307536134215446528,1362157302000.0,2013-03-01 17:01:42,+0000,,Attempting bring up of thruster pods 2 and 4,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/307536134215446528,[],[],0,,False,50,45,156,,None,,,,,,,[],,,, +11359,307533114035535872,307533114035535872,1362156582000.0,2013-03-01 16:49:42,+0000,,Solar array deployment successful,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307533114035535872,[],[],0,,False,255,145,597,,None,,,,,,,[],,,, +11360,307530281290711042,307530281290711042,1362155907000.0,2013-03-01 16:38:27,+0000,,Thruster pod 3 tank pressure trending positive. Preparing to deploy solar arrays.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307530281290711042,[],[],0,,False,95,35,288,,None,,,,,,,[],,,, +11361,307523715678212096,307523715678212096,1362154341000.0,2013-03-01 16:12:21,+0000,,About to pass over Australia ground station and command inhibit override,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307523715678212096,[],[],0,,False,43,43,191,,None,,,,,,,[],,,, +11362,307521854166417408,307521854166417408,1362153898000.0,2013-03-01 16:04:58,+0000,,Holding on solar array deployment until at least two thruster pods are active,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/307521854166417408,[],[],0,,False,49,22,222,,None,,,,,,,[],,,, +11363,307515784610058241,307515784610058241,1362152451000.0,2013-03-01 15:40:51,+0000,,Issue with Dragon thruster pods. System inhibiting three of four from initializing. About to command inhibit override.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/307515784610058241,[],[],0,,False,80,61,568,,None,,,,,,,[],,,, +11364,307513668483047424,307513668483047424,1362151946000.0,2013-03-01 15:32:26,+0000,,Falcon 9 delivered Dragon to its target orbit. All good on the rocket.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/307513668483047424,[],[],0,,False,120,56,302,,None,,,,,,,[],,,, +11365,307502809744551936,307502809744551936,1362149357000.0,2013-03-01 14:49:17,+0000,,T minus 22 mins to launch mission 3 to dock with the Space Station http://t.co/TfGUbZSaL3,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/307502809744551936,[],['https://pbs.twimg.com/media/BER4LR6CMAIlNpU.jpg'],1,https://pbs.twimg.com/media/BER4LR6CMAIlNpU.jpg,False,226,50,402,,None,,,,,,,[],,,, +11366,307406661688127488,307406661688127488,1362126434000.0,2013-03-01 08:27:14,+0000,,Computer glitch found by @SpaceX avionics while bench testing on IM. Couldn't replicate on vehicle. Launch proceeding...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,08,https://twitter.com/elonmusk/status/307406661688127488,[],[],0,,False,45,11,72,,None,,,,,,,[],,,, +11367,307361875782402048,307361875782402048,1362115756000.0,2013-03-01 05:29:16,+0000,,Launch on track for tomorrow morning at 10:10 am Cape Canaveral time,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/307361875782402048,[],[],0,,False,72,51,171,,None,,,,,,,[],,,, +11368,306612536973856768,306591715077271553,1361937100000.0,2013-02-27 03:51:40,+0000,,"@andrewliebchen @_chrissimmons Exactly. Then no need for clean energy subsidies, as externality is priced into mkt behavior",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/306612536973856768,[],[],0,,False,5,7,7,,None,,,,,,,[],,,, +11369,306608592100941824,306591715077271553,1361936159000.0,2013-02-27 03:35:59,+0000,,"@_ChrisSimmons A carbon tax would affect coal even more than gasoline, so electricity would also become more expensive",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/306608592100941824,[],[],0,,False,3,1,3,,None,,,,,,,[],,,, +11370,306591715077271553,306591715077271553,1361932135000.0,2013-02-27 02:28:55,+0000,,"One often hears that there is no point in a US carbon tax unless China acts. Well, they just did http://t.co/SIp9NzkulK",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/306591715077271553,['http://slate.me/ZGAPVz'],[],0,,False,152,51,526,,None,,,,,,,[],,,, +11371,306193893890863104,306193893890863104,1361837287000.0,2013-02-26 00:08:07,+0000,,"Rocket static fire @SpaceX Cape Canaveral launch pad looks good. Engines generated 433 tons of thrust, parameters nominal.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,00,https://twitter.com/elonmusk/status/306193893890863104,[],[],0,,False,180,26,244,,None,,,,,,,[],,,, +11372,305971647561752576,305907190563221504,1361784300000.0,2013-02-25 09:25:00,+0000,,"@FaeLoba Best is winning competitions like Formula SAE, design/build/fly or other evidence of exceptional eng ability",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,09,https://twitter.com/elonmusk/status/305971647561752576,[],[],0,,False,5,1,5,,None,,,,,,,[],,,, +11373,305172926762725376,305067979689820160,1361593870000.0,2013-02-23 04:31:10,+0000,,"@EricIdle Cool! Btw, thought you might appreciate that 1st flight of Dragon spacecraft carried a large wheel of cheese :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,04,https://twitter.com/elonmusk/status/305172926762725376,[],[],0,,False,15,6,9,,None,,,,,,,[],,,, +11374,304004275921625090,304004275921625090,1361315242000.0,2013-02-19 23:07:22,+0000,,Thanks @CNBC! “@Lebeaucarnews: The Model S delivered what @elonmusk promised. A ride to make you re-think going electric.”,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/304004275921625090,[],[],0,,False,50,12,96,,None,,,,,,,[],,,, +11375,303585941304537090,303585941304537090,1361215503000.0,2013-02-18 19:25:03,+0000,,Appreciate thoughtful @Sulliview article. Faith in @nytimes restored.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/303585941304537090,[],[],0,,False,49,35,93,,None,,,,,,,[],,,, +11376,302591854262767616,302591854262767616,1360978494000.0,2013-02-16 01:34:54,+0000,,Revolutions don't happen if you just roll over to the powers that be. Got to fight for what you believe. That's why http://t.co/GxkT0LVL,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/302591854262767616,['http://www.mercurynews.com/breaking-news/ci_22601708/tesla-ceo-elon-musk-is-right-battle-bad'],[],0,,False,173,74,372,,None,,,,,,,[],,,, +11377,302341780479823872,302341780479823872,1360918872000.0,2013-02-15 09:01:12,+0000,,"Genius move “@cdabel114: @CNN Well, to be fair, they did use the controversial gimmick of actually charging up the car”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,09,https://twitter.com/elonmusk/status/302341780479823872,[],[],0,,False,48,13,86,,None,,,,,,,[],,,, +11378,302235336514342912,302235336514342912,1360893494000.0,2013-02-15 01:58:14,+0000,,CNN about halfway through East Coast Supercharger test drive of @TeslaMotors Model S w @PeterDrives & @AbigailBassett,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/302235336514342912,[],[],0,,False,28,34,59,,None,,,,,,,[],,,, +11379,302179853388619777,302179853388619777,1360880265000.0,2013-02-14 22:17:45,+0000,,Testing the Model S on a surface of pure ice and snow http://t.co/OeZwXFSv,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/302179853388619777,['http://www.youtube.com/watch?v=i0sflIrq_UM'],[],0,,False,86,42,89,,None,,,,,,,[],,,, +11380,301064882655207426,301064882655207426,1360614436000.0,2013-02-11 20:27:16,+0000,,"Btw, more free East Coast Superchargers coming soon. Will allow lower initial charge, v high speed trip & long detours, like NYTimes drive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/301064882655207426,[],[],0,,False,55,40,91,,None,,,,,,,[],,,, +11381,301054791432417280,301053361157988352,1360612030000.0,2013-02-11 19:47:10,+0000,,"@batasrki Yeah, Top Gear pretended the Tesla Roadster ran out of charge and they had to push it home. Logs showed 50 miles range left.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301054791432417280,[],[],0,,False,15,8,33,,None,,,,,,,[],,,, +11382,301054021928640512,301050531923779585,1360611846000.0,2013-02-11 19:44:06,+0000,,@tomleykis Thanks Tom! Support of real Tesla customers like yourself who drive the car every day is v much appreciated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301054021928640512,[],[],0,,False,7,2,7,,None,,,,,,,[],,,, +11383,301053361157988352,301053361157988352,1360611689000.0,2013-02-11 19:41:29,+0000,,"Tesla data logging is only turned on with explicit written permission from customers, but after Top Gear BS, we always keep it on for media.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301053361157988352,[],[],0,,False,165,73,347,,None,,,,,,,[],,,, +11384,301050531923779585,301050531923779585,1360611014000.0,2013-02-11 19:30:14,+0000,,"Tesla blog coming soon detailing what actually happened on Broder's NYTimes ""range test"". Also lining up other journalists to do same drive.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301050531923779585,[],[],0,,False,91,73,196,,None,,,,,,,[],,,, +11385,301049593385340928,301049593385340928,1360610790000.0,2013-02-11 19:26:30,+0000,,NYTimes article about Tesla range in cold is fake. Vehicle logs tell true story that he didn't actually charge to max & took a long detour.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/301049593385340928,[],[],0,,False,324,132,918,,None,,,,,,,[],,,, +11386,300664934663061505,300664934663061505,1360519081000.0,2013-02-10 17:58:01,+0000,,"Busted “@TheOnion: Barack Obama: 'Look, I'm Just Going To Say It: I Collect Antique Nazi Memorabilia' http://t.co/KExXRoBL”",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/300664934663061505,['http://onion.com/Wtrvzw'],[],0,,False,30,8,53,,None,,,,,,,[],,,, +11387,300234184193105920,300234184193105920,1360416382000.0,2013-02-09 13:26:22,+0000,,Next Grasshopper rocket test is called the Johnny Cash Hover Slam (yeah baby!). Might be our first smoking crater...,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/300234184193105920,[],[],0,,False,124,60,219,,None,,,,,,,[],,,, +11388,299961897426505729,299961897426505729,1360351464000.0,2013-02-08 19:24:24,+0000,,SpaceX software engineering is doing an AMA on Reddit http://t.co/hwkUwM5v,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/299961897426505729,['http://www.reddit.com/r/IAmA/comments/1853ap/we_are_spacex_software_engineers_we_launch/'],[],0,,False,78,13,157,,None,,,,,,,[],,,, +11389,299961175490297856,299961175490297856,1360351291000.0,2013-02-08 19:21:31,+0000,,Our Great^n Grandfather http://t.co/zxndg3WF,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/299961175490297856,['http://www.nytimes.com/2013/02/08/science/common-ancestor-of-mammals-plucked-from-obscurity.html?_r=0'],[],0,,False,36,7,22,,None,,,,,,,[],,,, +11390,299779101366030336,299779101366030336,1360307882000.0,2013-02-08 07:18:02,+0000,,"No, they are not “@AutoblogGreen: Are electric vehicles really a 'dead end'? @Reuters sure thinks so http://t.co/nwAdCLU2”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,07,https://twitter.com/elonmusk/status/299779101366030336,['http://aol.it/Y9nYoz'],[],0,,False,56,41,100,,None,,,,,,,[],,,, +11391,298338092652318720,298338092652318720,1359964318000.0,2013-02-04 07:51:58,+0000,,"Wow, 180,000 American killed by other Americans since 9/11 vs only 33 by muslim terrorists http://t.co/BEdhLqJS",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,07,https://twitter.com/elonmusk/status/298338092652318720,['http://www.wired.com/dangerroom/2013/02/american-muslim-terrorism/?cid=co5626214'],[],0,,False,359,71,1591,,None,,,,,,,[],,,, +11392,298266134128496641,298266134128496641,1359947162000.0,2013-02-04 03:06:02,+0000,,Great spirit here in the Superdome. Awesome rally by the @49ers!! #SB47,en,['sb47'],[],44196397,44196397,elonmusk,Elon Musk,1,03,https://twitter.com/elonmusk/status/298266134128496641,[],[],0,,False,32,16,26,,None,,,,,,,[],,,, +11393,298252558332485635,298252558332485635,1359943926000.0,2013-02-04 02:12:06,+0000,,I love indoor flamethrowers http://t.co/aAnFftoD,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/298252558332485635,[],['https://pbs.twimg.com/media/BCObHyFCYAEAgND.jpg'],1,https://pbs.twimg.com/media/BCObHyFCYAEAgND.jpg,False,643,47,110,,None,,,,,,,[],,,, +11394,296466962899402752,296466962899402752,1359518206000.0,2013-01-30 03:56:46,+0000,,My thoughts on the nature of the issue with the battery pack supplied to Boeing http://t.co/57Y7UyaC,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/296466962899402752,['http://www.flightglobal.com/news/articles/elon-musk-boeing-787-battery-fundamentally-unsafe-381627/'],[],0,,False,149,46,343,,None,,,,,,,[],,,, +11395,295162137297428480,295162137297428480,1359207112000.0,2013-01-26 13:31:52,+0000,,Desire to help Boeing is real & am corresponding w 787 chief engineer. Junod's Esquire article had high fiction content.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/295162137297428480,[],[],0,,False,103,35,200,,None,,,,,,,[],,,, +11396,292321606376779776,292321606376779776,1358529876000.0,2013-01-18 17:24:36,+0000,,"Maybe already under control, but Tesla & SpaceX are happy to help with the 787 lithium ion batteries.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/292321606376779776,[],[],0,,False,237,71,559,,None,,,,,,,[],,,, +11397,291332638407528448,291332638407528448,1358294088000.0,2013-01-15 23:54:48,+0000,,What it feels like to ride a rocket http://t.co/b5vhLvqg,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/291332638407528448,['http://youtu.be/nUV6oqCFrFU'],[],0,,False,119,41,169,,None,,,,,,,[],,,, +11398,289423253859082240,289423253859082240,1357838855000.0,2013-01-10 17:27:35,+0000,,"To be super clear, I don't wish to (nor could I) mandate anything about a Mars Colony. Am just working on the tech to get people there.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/289423253859082240,[],[],0,,False,85,61,176,,None,,,,,,,[],,,, +11399,289281686548647936,289281686548647936,1357805103000.0,2013-01-10 08:05:03,+0000,,"Also, I am not the kale eating overlord of Mars (altho kale has its moments) http://t.co/nCjMgEjC",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/289281686548647936,['http://www.thejanedough.com/peta-mars-vegan/'],[],0,,False,58,44,60,,None,,,,,,,[],,,, +11400,287261992476098560,287261992476098560,1357323570000.0,2013-01-04 18:19:30,+0000,,"Nice story about a Model S coast to coast road trip. By end of year, it will be Superchargers all the way! http://t.co/mivPyxrj",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/287261992476098560,['http://www.greencarreports.com/news/1081387_tesla-model-s-owner-drives-coast-to-coast-electrically-again'],[],0,,False,63,31,147,,None,,,,,,,[],,,, +11401,287033019255115777,287033019255115777,1357268979000.0,2013-01-04 03:09:39,+0000,,This gives a sense of what Mars would look like after changing the climate to sustain life http://t.co/DT1P5EUp,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/287033019255115777,['http://m.theatlantic.com/technology/archive/2013/01/a-martian-dream-heres-what-the-red-planet-would-look-like-with-earth-like-oceans-and-life/266791/'],[],0,,False,155,34,291,,None,,,,,,,[],,,, +11402,285026647151894528,285026647151894528,1356790622000.0,2012-12-29 14:17:02,+0000,,Death Valley restored to position of world's hottest place http://t.co/3I26Y4aN,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/285026647151894528,['http://www.nytimes.com/2012/12/29/science/earth/death-valley-temperature-record-is-restored.html?nl=todaysheadlines&emc=edit_th_20121229&_r=0'],[],0,,False,21,16,44,,None,,,,,,,[],,,, +11403,285026400078016512,285026400078016512,1356790563000.0,2012-12-29 14:16:03,+0000,,CA's Death Valley is #1 again! Tesla hot weather testing was done there. Model S was fine but gas tow truck overheated.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/285026400078016512,[],[],0,,False,41,25,120,,None,,,,,,,[],,,, +11404,283703150123315200,276194361442705408,1356475076000.0,2012-12-25 22:37:56,+0000,,@KarlSchroeder Interesting premise. I will read it.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/283703150123315200,[],[],0,,False,4,5,2,,None,,,,,,,[],,,, +11405,283694250980429824,283529317722488832,1356472954000.0,2012-12-25 22:02:34,+0000,,@TristanLaurent V cute! Merry Xmas.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/283694250980429824,[],[],0,,False,3,2,0,,None,,,,,,,[],,,, +11406,283040346538115075,283040346538115075,1356317052000.0,2012-12-24 02:44:12,+0000,,Cowboy riding the rocket no problemo http://t.co/YZdNpwX3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283040346538115075,[],['https://pbs.twimg.com/media/A-2PshDCAAA86B1.jpg'],1,https://pbs.twimg.com/media/A-2PshDCAAA86B1.jpg,False,175,36,161,,None,,,,,,,[],,,, +11407,283037363763032066,283037363763032066,1356316340000.0,2012-12-24 02:32:20,+0000,,Single camera view of the 40 meter rocket hover http://t.co/Zlh7xC7T,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283037363763032066,['http://youtu.be/Zz-NYeH-CEY'],[],0,,False,108,31,196,,None,,,,,,,[],,,, +11408,283034463372464129,283034463372464129,1356315649000.0,2012-12-24 02:20:49,+0000,,Then we took him for a ride: 40 meter hover flight vid of the SpaceX Grasshopper test rocket http://t.co/2563ykr2,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283034463372464129,['http://youtu.be/B4PEXLODw9c'],[],0,,False,140,48,313,,None,,,,,,,[],,,, +11409,283032287602413568,283032287602413568,1356315131000.0,2012-12-24 02:12:11,+0000,,"To provide a little perspective on the size of Grasshopper, we added a 6 ft cowboy to the rocket http://t.co/3NMYJqmd",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/283032287602413568,[],['https://pbs.twimg.com/media/A-2IXbMCEAAwU3H.jpg'],1,https://pbs.twimg.com/media/A-2IXbMCEAAwU3H.jpg,False,215,28,201,,None,,,,,,,[],,,, +11410,281541900916371457,281541900916371457,1355959794000.0,2012-12-19 23:29:54,+0000,,Very much agree with this great review of Chasing Ice on Ars Technica http://t.co/bzMQQyAk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/281541900916371457,['http://arstechnica.com/science/2012/12/glacier-documentary-chasing-ice-is-stunning-somber/'],[],0,,False,30,10,50,,None,,,,,,,[],,,, +11411,281207435140685824,281207435140685824,1355880051000.0,2012-12-19 01:20:51,+0000,,"Thanks! “@ev: Have driven a Tesla Model S 50 miles now. It's clearly the iPhone of cars—by far the best car ever made.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/281207435140685824,[],[],0,,False,68,28,88,,None,,,,,,,[],,,, +11412,280739170903789568,280739170903789568,1355768408000.0,2012-12-17 18:20:08,+0000,,A beautiful and awe-inspiring view of Earth from the International Space Station http://t.co/434j058M,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,18,https://twitter.com/elonmusk/status/280739170903789568,['http://youtu.be/3burujJOWRA'],[],0,,False,200,23,325,,None,,,,,,,[],,,, +11413,279598935641833474,279598935641833474,1355496555000.0,2012-12-14 14:49:15,+0000,,Good piece on volcanoes “@DanRetz: The USGS would seem to disagree. http://t.co/evnCgdC4”,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279598935641833474,['http://volcanoes.usgs.gov/hazards/gas/climate.php'],[],0,,False,23,8,13,,None,,,,,,,[],,,, +11414,279597699945361408,279591897473896448,1355496260000.0,2012-12-14 14:44:20,+0000,,@prbowman Roughly equivalent to a 747 flight from LA to London (one way).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279597699945361408,[],[],0,,False,10,4,0,,None,,,,,,,[],,,, +11415,279597307673067520,279591897473896448,1355496167000.0,2012-12-14 14:42:47,+0000,,@ImprobableToad That's why I'm a believer in solar power. We have a giant fusion reactor conveniently located in the sky.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279597307673067520,[],[],0,,False,11,1,10,,None,,,,,,,[],,,, +11416,279591897473896448,279591897473896448,1355494877000.0,2012-12-14 14:21:17,+0000,,"Exactly MT ""@DanRetz IMHO: continuing the uncontrolled experiment of adding co2 to atmosphere is a bad idea.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/279591897473896448,[],[],0,,False,25,21,57,,None,,,,,,,[],,,, +11417,279586009954516992,279586009954516992,1355493473000.0,2012-12-14 13:57:53,+0000,,It is hard to argue with a thermometer. Global warming is real and accelerating. Wish it wasn't. http://t.co/wB4w9coU,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,13,https://twitter.com/elonmusk/status/279586009954516992,['http://news.yahoo.com/ap-gfk-poll-science-doubters-world-warming-080143113.html'],[],0,,False,42,27,145,,None,,,,,,,[],,,, +11418,278953918338326528,278953918338326528,1355342771000.0,2012-12-12 20:06:11,+0000,,Cool video recap of the big events of the year by Google #Zeitgeist2012 http://t.co/FZjy4vkL,en,['zeitgeist2012'],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/278953918338326528,['http://google.com/zeitgeist/2012'],[],0,,False,65,12,119,,None,,,,,,,[],,,, +11419,278918251730305025,278917625273262081,1355334267000.0,2012-12-12 17:44:27,+0000,,"@Neowolf2 Relative to kerosene, methane is not prone to coking, but we would run v high purity anyway for max Isp.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278918251730305025,[],[],0,,False,6,1,0,,None,,,,,,,[],,,, +11420,278917332657651712,278910105804734464,1355334048000.0,2012-12-12 17:40:48,+0000,,"@chrisbrandow @TEA_in_Space Yup or Douglas Aircraft, creator of the awesome DC-3 http://t.co/4o8OHDCo",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278917332657651712,['http://en.wikipedia.org/wiki/Douglas_Aircraft_Company'],[],0,,False,4,4,0,,None,,,,,,,[],,,, +11421,278915899501727744,278910105804734464,1355333707000.0,2012-12-12 17:35:07,+0000,,"My big worry would be long (hopefully) term when I'm dead, eg v sad situation with once great HP @TEA_in_Space",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278915899501727744,[],[],0,,False,8,7,10,,None,,,,,,,[],,,, +11422,278913921891586049,278910105804734464,1355333235000.0,2012-12-12 17:27:15,+0000,,"SpaceX will go public at some point, as I think it should ultimately be owned primarily by the public ""@bm_ will SpaceX go public?""",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278913921891586049,[],[],0,,False,69,29,150,,None,,,,,,,[],,,, +11423,278910847768739840,278904436447928320,1355332502000.0,2012-12-12 17:15:02,+0000,,"@IntlManOfRealty Best to study some form of engineering, which is the art of creating useful things that didn't exist before.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278910847768739840,[],[],0,,False,17,5,9,,None,,,,,,,[],,,, +11424,278910105804734464,278910105804734464,1355332325000.0,2012-12-12 17:12:05,+0000,,"Tesla articles 30 mins apart: ""This Stock is Screaming Buy"" http://t.co/jb9DCw4s and ""This Stock Could Get DESTROYED"" http://t.co/dqxTK4LJ",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,17,https://twitter.com/elonmusk/status/278910105804734464,"['http://bit.ly/W6cBOV', 'http://bit.ly/UU2xK4']",[],0,,False,43,36,57,,None,,,,,,,[],,,, +11425,278331899133452288,278331899133452288,1355194470000.0,2012-12-11 02:54:30,+0000,,Tesla was just approved for a full Class 1 Massachusetts Auto Sales License by a vote of 4 to 1. Much appreciated!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,02,https://twitter.com/elonmusk/status/278331899133452288,[],[],0,,False,99,54,207,,None,,,,,,,[],,,, +11426,277913865688346624,277913865688346624,1355094803000.0,2012-12-09 23:13:23,+0000,,"Told my kids (age 8 and 6) that we were going to see the Nutcracker, which somehow got translated as the Buttcracker.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/277913865688346624,[],[],0,,False,129,53,117,,None,,,,,,,[],,,, +11427,277693768583491584,277693768583491584,1355042328000.0,2012-12-09 08:38:48,+0000,,Congrats to @dmetcalf for being the first to drive a Tesla Model S over 400 miles on a single charge!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,08,https://twitter.com/elonmusk/status/277693768583491584,[],[],0,,False,67,27,167,,None,,,,,,,[],,,, +11428,276194361442705408,276194361442705408,1354684841000.0,2012-12-05 05:20:41,+0000,,Interesting possible answer to the Fermi Paradox http://t.co/ASZdxBAl,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/276194361442705408,['http://news.discovery.com/space/do-robots-rule-the-galaxy-121201.html'],[],0,,False,121,50,161,,None,,,,,,,[],,,, +11429,275821969415483393,275821969415483393,1354596056000.0,2012-12-04 04:40:56,+0000,,Am happy to report that Tesla was narrowly cash flow positive last week. Continued improvement expected through year end.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/275821969415483393,[],[],0,,False,358,129,691,,None,,,,,,,[],,,, +11430,275346615634624514,275346615634624514,1354482723000.0,2012-12-02 21:12:03,+0000,,Uranium ore now available on Amazon! So much more convenient than Uzbekistan #AwesomeXmasGifts http://t.co/jqWAJrnY,en,['awesomexmasgifts'],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/275346615634624514,['http://www.amazon.com/gp/product/B000796XXM/ref=oh_details_o03_s00_i00'],[],0,,False,152,74,678,,None,,,,,,,[],,,, +11431,274090388669734912,274087103065894913,1354183215000.0,2012-11-29 10:00:15,+0000,,@shervin Thanks Shervin!,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/274090388669734912,[],[],0,,False,42,10,2,,None,,,,,,,[],,,, +11432,273596976526942209,273596976526942209,1354065577000.0,2012-11-28 01:19:37,+0000,,"Can't put my finger on it, but for some reason the newsstand is looking particularly good right now http://t.co/gRARJ3xy",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/273596976526942209,[],['https://pbs.twimg.com/media/A8wDACYCYAMpjHX.jpg'],1,https://pbs.twimg.com/media/A8wDACYCYAMpjHX.jpg,False,588,131,661,,None,,,,,,,[],,,, +11433,273486358411087872,273486358411087872,1354039203000.0,2012-11-27 18:00:03,+0000,,"But if humanity wishes to become a multi-planet species, then we must figure out how to move millions of people to Mars.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,18,https://twitter.com/elonmusk/status/273486358411087872,[],[],0,,False,227,159,355,,None,,,,,,,[],,,, +11434,273485219162648576,273485219162648576,1354038932000.0,2012-11-27 17:55:32,+0000,,"And, yes, I do in fact know that this sounds crazy. That is not lost on me. Nor I do think SpaceX will do this alone.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/273485219162648576,[],[],0,,False,76,82,130,,None,,,,,,,[],,,, +11435,273483420468932608,273483420468932608,1354038503000.0,2012-11-27 17:48:23,+0000,,"Millions of people needed for Mars colony, so 80k+ would just be the number moving to Mars per year http://t.co/rwMuzVEK",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/273483420468932608,['http://news.yahoo.com/huge-mars-colony-eyed-spacex-founder-elon-musk-120626263.html'],[],0,,False,199,90,616,,None,,,,,,,[],,,, +11436,272518429368541184,272518429368541184,1353808431000.0,2012-11-25 01:53:51,+0000,,Short vid of the recent @SpaceX mission to the Intl Space Station http://t.co/Qc963d8B,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/272518429368541184,['http://www.youtube.com/watch?v=K0wZ1MOzFSU&feature=youtu.be'],[],0,,False,139,29,204,,None,,,,,,,[],,,, +11437,272129332565123072,272063241780338688,1353715663000.0,2012-11-24 00:07:43,+0000,,@cthorm SS Heart of Gold powered by the Infinite Improbability Drive!,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/272129332565123072,[],[],0,,False,14,3,1,,None,,,,,,,[],,,, +11438,272063241780338688,272063241780338688,1353699906000.0,2012-11-23 19:45:06,+0000,,My talk for the Royal Aeronautical Society is now online. This gets a little more technical. http://t.co/ZMbkc3jh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/272063241780338688,['http://bit.ly/Y8Enhz'],[],0,,False,177,23,108,,None,,,,,,,[],,,, +11439,271814339969826817,271814339969826817,1353640563000.0,2012-11-23 03:16:03,+0000,,"Liam Neeson's ""Life's Too Short"" sketch is super funny http://t.co/nQL7wOx3",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/271814339969826817,['http://www.youtube.com/watch?v=lldrizLu_d8'],[],0,,False,128,14,89,,None,,,,,,,[],,,, +11440,271652314744487936,271652314744487936,1353601933000.0,2012-11-22 16:32:13,+0000,,On the plus side...“@newscientist: #Climate change has a silver lining: supersized sweet potatoes http://t.co/zHMYIbL3”,en,['climate'],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/271652314744487936,['http://bit.ly/Sd3dcy'],[],0,,False,17,20,65,,None,,,,,,,[],,,, +11441,271642966442000385,271642966442000385,1353599704000.0,2012-11-22 15:55:04,+0000,,Gave a talk on energy and transport at Oxford Univ http://t.co/kbvJf5LO,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/271642966442000385,['http://ow.ly/fuDdG'],[],0,,False,114,23,103,,None,,,,,,,[],,,, +11442,271119275673145344,271085808155500544,1353474847000.0,2012-11-21 05:14:07,+0000,,@Thomas_Tregner Exactly!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,05,https://twitter.com/elonmusk/status/271119275673145344,[],[],0,,False,4,5,0,,None,,,,,,,[],,,, +11443,271085808155500544,271085808155500544,1353466868000.0,2012-11-21 03:01:08,+0000,,Love this picture of the Curiousity rover on Mars. Landscape looks just like the California desert. http://t.co/02GDasae,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/271085808155500544,[],['https://pbs.twimg.com/media/A8MXGzRCIAAUDQx.jpg'],1,https://pbs.twimg.com/media/A8MXGzRCIAAUDQx.jpg,False,373,91,349,,None,,,,,,,[],,,, +11444,270972990756364288,270972990756364288,1353439970000.0,2012-11-20 19:32:50,+0000,,"Btw, I don't think Apple is doomed. Just won't unseat Google from 1st place with Larry P in charge. http://t.co/hsIAekAw",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/270972990756364288,['http://www.businessinsider.com/elon-musk-apple-is-doomed-without-steve-jobs-2012-11'],[],0,,False,71,44,99,,None,,,,,,,[],,,, +11445,270970389394518016,270970389394518016,1353439349000.0,2012-11-20 19:22:29,+0000,,"Mass. judge denies auto dealers' demand to kill our little Tesla store. Yay, justice prevails! http://t.co/MqnNYScE",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,19,https://twitter.com/elonmusk/status/270970389394518016,['http://www.autonews.com/apps/pbcs.dll/article?AID=/20121120/RETAIL07/121129989/mass-judge-denies-dealers-request-for-injunction-on-tesla-store'],[],0,,False,85,43,170,,None,,,,,,,[],,,, +11446,270781533739175937,270776170184847360,1353394323000.0,2012-11-20 06:52:03,+0000,,"@YOUSRC Amos's article was fair, but his editor chose a more sensational headline & used quotes even though I didn't actually say that.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270781533739175937,[],[],0,,False,4,3,3,,None,,,,,,,[],,,, +11447,270778128643809282,270778128643809282,1353393511000.0,2012-11-20 06:38:31,+0000,,These articles in Space News describe why Ariane 6 vs 5: http://t.co/IaeYXXK9 and http://t.co/ghs3FG8w,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270778128643809282,"['http://www.spacenews.com/article/citing-spacex-threat-lawmakers-in-france-urge-early-ariane-6-start', 'http://www.spacenews.com/article/next-generation-ariane-tops-agenda-esa-ministerial']",[],0,,False,35,10,38,,None,,,,,,,[],,,, +11448,270776170184847360,270776170184847360,1353393044000.0,2012-11-20 06:30:44,+0000,,"Was misquoted by BBC as saying ""Europe's rocket has no chance"". Just said the [Franco-German] Ariane 5 has no chance, so go with Ariane 6.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/270776170184847360,[],[],0,,False,36,25,100,,None,,,,,,,[],,,, +11449,270421087202992128,270421087202992128,1353308386000.0,2012-11-19 06:59:46,+0000,,"Just returned from a trip to London and Oxford, where I met with many interesting people. I really like Britain!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/270421087202992128,[],[],0,,False,76,41,46,,None,,,,,,,[],,,, +11450,269259128277463040,269259128277463040,1353031353000.0,2012-11-16 02:02:33,+0000,,Original article on Model S from @consumerreports: http://t.co/OiXLz618,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/269259128277463040,['http://bit.ly/ZKeMKf'],[],0,,False,34,12,83,,None,,,,,,,[],,,, +11451,269249710949289984,269249710949289984,1353029108000.0,2012-11-16 01:25:08,+0000,,Sounds like Consumer Reports had a good experience with the Tesla Model S http://t.co/CT3dgHbh,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/269249710949289984,['http://m.usatoday.com/article/news/1706165'],[],0,,False,37,35,87,,None,,,,,,,[],,,, +11452,268210066300235776,268210066300235776,1352781237000.0,2012-11-13 04:33:57,+0000,,"Cool story about a @SolarCity installation after hurricane Sandy. Good going, guys! http://t.co/w5FtBbZe",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/268210066300235776,['http://www.teslamotors.com/forum/forums/solar-city-story'],[],0,,False,47,11,73,,None,,,,,,,[],,,, +11453,267909403469021184,267909403469021184,1352709553000.0,2012-11-12 08:39:13,+0000,,Alexander Hamilton was awesome http://t.co/2bHf4zS0,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/267909403469021184,['http://www.nytimes.com/2012/11/12/opinion/mr-hamiltons-growth-strategy.html?nl=todaysheadlines&emc=edit_th_20121112'],[],0,,False,84,17,94,,None,,,,,,,[],,,, +11454,266295618702553088,266295618702553088,1352324798000.0,2012-11-07 21:46:38,+0000,,View of Grasshopper test rocket from the water tower. Note SUV and person nearby for sense of size. http://t.co/r9yuTRGL,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,21,https://twitter.com/elonmusk/status/266295618702553088,[],['https://pbs.twimg.com/media/A7ISdE5CMAIQxME.jpg'],1,https://pbs.twimg.com/media/A7ISdE5CMAIQxME.jpg,False,149,33,204,,None,,,,,,,[],,,, +11455,265708137435258880,265708137435258880,1352184731000.0,2012-11-06 06:52:11,+0000,,"Good skit by Henri, Le Chat Noir. Camus in cat form! http://t.co/XeLUsE9i",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/265708137435258880,['http://youtu.be/R_fUsssnHPw'],[],0,,False,61,14,42,,None,,,,,,,[],,,, +11456,264832219040845824,264829895899762688,1351975896000.0,2012-11-03 20:51:36,+0000,,"@Jack_JL Engine gimbals for pitch and yaw, gas thrusters for roll.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/264832219040845824,[],[],0,,False,4,1,1,,None,,,,,,,[],,,, +11457,264829895899762688,264829895899762688,1351975342000.0,2012-11-03 20:42:22,+0000,,First flight of 10 story tall Grasshopper rocket using closed loop thrust vector & throttle control http://t.co/NH24BQMH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/264829895899762688,['http://yfrog.us/f362mloybjbosdefkdeoytqsz'],[],0,,False,127,42,216,,None,,,,,,,[],,,, +11458,262609273878622208,262365909757358080,1351445904000.0,2012-10-28 17:38:24,+0000,,Reply to @mkrapels: Our avg speed was ummm a little too high. Got a ticket at 92 mph on I-5. We need the Autobahn in CA!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/262609273878622208,[],[],0,,False,43,31,41,,None,,,,,,,[],,,, +11459,262605962005868544,262605962005868544,1351445115000.0,2012-10-28 17:25:15,+0000,,V proud of Tesla team for completing 1000th Model S body. More cars made this month than entire rest of year http://t.co/k8XWaEth,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,17,https://twitter.com/elonmusk/status/262605962005868544,[],['https://pbs.twimg.com/media/A6T2uynCcAAUn7b.jpg'],1,https://pbs.twimg.com/media/A6T2uynCcAAUn7b.jpg,False,314,85,340,,None,,,,,,,[],,,, +11460,262374155700289536,262365909757358080,1351389848000.0,2012-10-28 02:04:08,+0000,,"Reply to @Astro_yyz: Yes, Model S seats 5 adults + 2 kids with room for luggage in the front trunk. My kids love the rear facing seats best.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,02,https://twitter.com/elonmusk/status/262374155700289536,[],[],0,,False,17,19,33,,None,,,,,,,[],,,, +11461,262371488181665794,262371488181665794,1351389212000.0,2012-10-28 01:53:32,+0000,,Pic of the Model S getting supercharged with the lovely @TalulahRiley http://t.co/ne5wGvZs,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/262371488181665794,[],['https://pbs.twimg.com/media/A6QhenjCQAEMjLu.jpg'],1,https://pbs.twimg.com/media/A6QhenjCQAEMjLu.jpg,False,245,34,108,,None,,,,,,,[],,,, +11462,262365909757358080,262365909757358080,1351387882000.0,2012-10-28 01:31:22,+0000,,Doing LA to SF road trip in Model S with all 5 kids & Talulah. Supercharger finished charging b4 we finished our burgers!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,01,https://twitter.com/elonmusk/status/262365909757358080,[],[],0,,False,88,34,145,,None,,,,,,,[],,,, +11463,260475462952824834,260475462952824834,1350937164000.0,2012-10-22 20:19:24,+0000,,Just wrote a blog piece about Tesla stores http://t.co/4Ebs4HIw,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/260475462952824834,['http://www.teslamotors.com/blog/tesla-approach-distributing-and-servicing-cars'],[],0,,False,67,18,136,,None,,,,,,,[],,,, +11464,256529467911073793,256529467911073793,1349996366000.0,2012-10-11 22:59:26,+0000,,Long exposure shot of Dragon and the Space Station arcing across the night sky over Texas http://t.co/omTht7OP,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/256529467911073793,[],['https://pbs.twimg.com/media/A49gMSHCcAEaPhm.jpg'],1,https://pbs.twimg.com/media/A49gMSHCcAEaPhm.jpg,False,292,44,336,,None,,,,,,,[],,,, +11465,255107883853819904,255107883853819904,1349657433000.0,2012-10-08 00:50:33,+0000,,Falcon 9 rocket booster has delivered Dragon to its target orbit!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,00,https://twitter.com/elonmusk/status/255107883853819904,[],[],0,,False,184,136,713,,None,,,,,,,[],,,, +11466,255046270975094784,255046270975094784,1349642744000.0,2012-10-07 20:45:44,+0000,,Time lapse video of rocket roll out http://t.co/nuHKYrEH Now 3 hours 45 mins to lift off...,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/255046270975094784,['http://www.youtube.com/watch?v=2T1dfNoNV7k&feature=youtu.be'],[],0,,False,56,20,112,,None,,,,,,,[],,,, +11467,253683768236322817,253683768236322817,1349317898000.0,2012-10-04 02:31:38,+0000,,An update about Tesla http://t.co/A8hQXVNI,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/253683768236322817,['http://www.teslamotors.com/blog/update-elon-musk'],[],0,,False,103,35,325,,None,,,,,,,[],,,, +11468,253290635400986624,253280601069719553,1349224168000.0,2012-10-03 00:29:28,+0000,,"@elonmusk Sorry, meant to say EDT.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/253290635400986624,[],[],0,,False,8,10,5,,None,,,,,,,[],,,, +11469,253280601069719553,253280601069719553,1349221775000.0,2012-10-02 23:49:35,+0000,,Launching our Falcon 9 rocket and Dragon spacecraft to the Space Station on Sunday at 8:35pm EST! http://t.co/qXK0zJyC,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/253280601069719553,[],['https://pbs.twimg.com/media/A4PVXV_CEAEZtJ4.jpg'],1,https://pbs.twimg.com/media/A4PVXV_CEAEZtJ4.jpg,False,150,56,569,,None,,,,,,,[],,,, +11470,252870369487233024,252870369487233024,1349123968000.0,2012-10-01 20:39:28,+0000,,Review of the Model S by @nytimes http://t.co/L0sqgV6f,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/252870369487233024,['http://www.nytimes.com/2012/09/30/automobiles/autoreviews/one-big-step-for-tesla-one-giant-leap-for-evs.html?_r=1&'],[],0,,False,56,22,114,,None,,,,,,,[],,,, +11471,252827753643126784,252827753643126784,1349113808000.0,2012-10-01 17:50:08,+0000,,View from landing leg camera on Falcon rocket test rig (aka Grasshopper Project) http://t.co/xhFe87AM,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/252827753643126784,['http://yfrog.us/09qmmivexdorhtchxitvhjzsz'],[],0,,False,43,11,59,,None,,,,,,,[],,,, +11472,252528724602400768,252528724602400768,1349042514000.0,2012-09-30 22:01:54,+0000,,"Now test firing our most advanced engine, the Merlin 1D-Vac, at 80 tons of thrust. http://t.co/HGK1joVQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,22,https://twitter.com/elonmusk/status/252528724602400768,[],['https://pbs.twimg.com/media/A4EpiX4CMAABNgY.jpg'],1,https://pbs.twimg.com/media/A4EpiX4CMAABNgY.jpg,False,323,101,605,,None,,,,,,,[],,,, +11473,250453089562263552,250453089562263552,1348547644000.0,2012-09-25 04:34:04,+0000,,The Tesla Supercharger will over time allow you to travel anywhere on pure sunlight for free http://t.co/DEscYLLH,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/250453089562263552,['http://finance.yahoo.com/news/tesla-motors-launches-revolutionary-supercharger-032000226.html'],[],0,,False,246,76,842,,None,,,,,,,[],,,, +11474,250291772859752449,250291772859752449,1348509183000.0,2012-09-24 17:53:03,+0000,,Model S review by @Wired. Totally agree with criticisms. Corrections coming soon. http://t.co/1zXI3OzB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,17,https://twitter.com/elonmusk/status/250291772859752449,['http://www.wired.com/reviews/2012/09/tesla-model-s/'],[],0,,False,63,25,116,,None,,,,,,,[],,,, +11475,249306225177669632,249306225177669632,1348274210000.0,2012-09-22 00:36:50,+0000,,First test flight hop of our Grasshopper VTVL rocket! http://t.co/oomI5vSB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/249306225177669632,['http://yfrog.us/0wusutopshpepnbpmodbgnosz'],[],0,,False,89,40,183,,None,,,,,,,[],,,, +11476,248564996022345728,248564996022345728,1348097487000.0,2012-09-19 23:31:27,+0000,,The first owner to drive coast to coast in a Model S is about to complete the journey @XCTeslatrip!,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/248564996022345728,[],[],0,,False,26,16,98,,None,,,,,,,[],,,, +11477,247510274918199296,247510274918199296,1347846023000.0,2012-09-17 01:40:23,+0000,,Tesla made 100 vehicle bodies this week for the first time. Really proud of the team! Pic of S/N 396: http://t.co/fZzbUIjn,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/247510274918199296,[],['https://pbs.twimg.com/media/A29VSJ8CMAABVwG.jpg'],1,https://pbs.twimg.com/media/A29VSJ8CMAABVwG.jpg,False,141,94,285,,None,,,,,,,[],,,, +11478,246419783136976897,246419783136976897,1347586029000.0,2012-09-14 01:27:09,+0000,,Tesla Supercharger unveiling event set for Sept 24. It will feel like alien spaceships landed at highway rest stops.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/246419783136976897,[],[],0,,False,103,58,349,,None,,,,,,,[],,,, +11479,246352069332721665,246352069332721665,1347569885000.0,2012-09-13 20:58:05,+0000,,Amazing series of space pics assembled by @theatlantic http://t.co/IUFTYgDn http://t.co/SHEPSWbS,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/246352069332721665,['http://www.theatlantic.com/infocus/2012/09/around-the-solar-system/100368/'],['https://pbs.twimg.com/media/A2s35t7CYAAokaH.jpg'],1,https://pbs.twimg.com/media/A2s35t7CYAAokaH.jpg,False,280,23,318,,None,,,,,,,[],,,, +11480,243800936240279552,243800936240279552,1346961647000.0,2012-09-06 20:00:47,+0000,,Tesla Model S driven 285 miles from Vegas to the beach in LA on a single charge by @motortrend http://t.co/8YvO1tsz,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/243800936240279552,['http://www.motortrend.com/features/travel/1209_tesla_model_s_las_vegas/viewall.html'],[],0,,False,63,27,211,,None,,,,,,,[],,,, +11481,240909270764359680,240909270764359680,1346272220000.0,2012-08-29 20:30:20,+0000,,This piece about Mars in the NYT is worth a read http://t.co/mNB6f1aS,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,20,https://twitter.com/elonmusk/status/240909270764359680,['http://www.nytimes.com/2012/08/28/opinion/the-man-in-the-moon.html?_r=2&emc=eta1'],[],0,,False,134,14,241,,None,,,,,,,[],,,, +11482,240620571589738496,240607069827391488,1346203389000.0,2012-08-29 01:23:09,+0000,,"@ticketwaxter Extending life to Mars would ensure humanity's survival and be the greatest, most exciting adventure ever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/240620571589738496,[],[],0,,False,12,8,18,,None,,,,,,,[],,,, +11483,240174623948419072,240171772014624768,1346097067000.0,2012-08-27 19:51:07,+0000,,"@JoeBeernink Back of the envelope calc: Merlin wd accelerate Model S at 25 g's, so wd break sound barrier in <1.5 sec",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240174623948419072,[],[],0,,False,6,6,6,,None,,,,,,,[],,,, +11484,240172289746939904,240172289746939904,1346096510000.0,2012-08-27 19:41:50,+0000,,"For their test drive, the Motor Trend team drove from LA to San Diego and back without recharging http://t.co/5mH0xBGr",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240172289746939904,['http://www.motortrend.com/roadtests/alternative/1208_2012_tesla_model_s_test_and_range_verification/'],[],0,,False,56,17,126,,None,,,,,,,[],,,, +11485,240171772014624768,240171772014624768,1346096387000.0,2012-08-27 19:39:47,+0000,,Motor Trend tests Model S as fastest American sedan at 3.9 sec 0-60 mph and tied for 1st worldwide in stopping distance,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/240171772014624768,[],[],0,,False,51,31,255,,None,,,,,,,[],,,, +11486,239461912121843712,239461912121843712,1345927143000.0,2012-08-25 20:39:03,+0000,,Neil Armstrong was a hero to all of humanity. His spirit will carry us to the stars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/239461912121843712,[],[],0,,False,207,38,790,,None,,,,,,,[],,,, +11487,238308173990223873,238308173990223873,1345652071000.0,2012-08-22 16:14:31,+0000,,I love the sight of Teslas in the morning. Production line review is looking good! http://t.co/damib6tk,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/238308173990223873,[],['https://pbs.twimg.com/media/A06kBYpCYAIlMH-.jpg'],1,https://pbs.twimg.com/media/A06kBYpCYAIlMH-.jpg,False,221,74,294,,None,,,,,,,[],,,, +11488,238307391215648769,238307391215648769,1345651884000.0,2012-08-22 16:11:24,+0000,,Glad to contribute to the Tesla museum and will do more in the future. He was a great man. http://t.co/NR2QNiax,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/238307391215648769,['http://www.indiegogo.com/teslamuseum'],[],0,,False,91,17,156,,None,,,,,,,[],,,, +11489,235130471745454084,235130471745454084,1344894447000.0,2012-08-13 21:47:27,+0000,,About to go through my first jury selection process. Trial concerns an alleged gang related murder. Hardcore.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/235130471745454084,[],[],0,,False,19,79,31,,None,,,,,,,[],,,, +11490,231545784494084096,231517918733672449,1344039791000.0,2012-08-04 00:23:11,+0000,,"@JustBe74 V important to make all of humanity proud, but in this case a particular duty is owed to the American taxpayer",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/231545784494084096,[],[],0,,False,10,3,6,,None,,,,,,,[],,,, +11491,231517918733672449,231517918733672449,1344033147000.0,2012-08-03 22:32:27,+0000,,Deeply appreciate @NASA's faith in @SpaceX. We will do whatever it takes to make NASA and the American people proud.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/231517918733672449,[],[],0,,False,134,62,304,,None,,,,,,,[],,,, +11492,231443998395473920,231210590675279872,1344015523000.0,2012-08-03 17:38:43,+0000,,@UrgentSpeed Sure. To be clear that number would include all US solar energy (thermal+PV).,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/231443998395473920,[],[],0,,False,2,1,1,,None,,,,,,,[],,,, +11493,231210590675279872,231210590675279872,1343959875000.0,2012-08-03 02:11:15,+0000,,1st pure solar gigawatt hour day just achieved by @SolarCity! Predict 1st terawatt hour day from all US solar < 15 years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/231210590675279872,[],[],0,,False,66,29,185,,None,,,,,,,[],,,, +11494,230507510929440768,230486103923236864,1343792247000.0,2012-08-01 03:37:27,+0000,,@bryanwolfnow I'm neither anti-conservative nor anti-liberal. Just don't like group think. Ideas should be considered on their own merits.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,03,https://twitter.com/elonmusk/status/230507510929440768,[],[],0,,False,16,1,16,,None,,,,,,,[],,,, +11495,230496786182205440,230486103923236864,1343789690000.0,2012-08-01 02:54:50,+0000,,"@dansitu Individuals set the vector for the tides. The Life of Brian points out that we are all individuals, except for that one guy.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230496786182205440,[],[],0,,False,6,1,2,,None,,,,,,,[],,,, +11496,230491286489161729,230491286489161729,1343788379000.0,2012-08-01 02:32:59,+0000,,People ought to think more about who wrote the software that's running in their head (sigh). It probably wasn't them.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230491286489161729,[],[],0,,False,212,56,421,,None,,,,,,,[],,,, +11497,230490756966662144,230486103923236864,1343788253000.0,2012-08-01 02:30:53,+0000,,"@dansitu Don't know about ""dark manipulators"", but Adbusters played a major role in creating Occupy http://t.co/fZ38XMeH",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230490756966662144,['http://www.newyorker.com/reporting/2011/11/28/111128fa_fact_schwartz'],[],0,,False,5,1,0,,None,,,,,,,[],,,, +11498,230487450882019328,230421989112807424,1343787465000.0,2012-08-01 02:17:45,+0000,,"@DJjodes Would love to make a Tesla supertruck with crazy torque, dynamic air suspension and corners like its on rails. That'd be sweet...",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230487450882019328,[],[],0,,False,6988,169,472,,None,,,,,,,[],,,, +11499,230486103923236864,230486103923236864,1343787144000.0,2012-08-01 02:12:24,+0000,,"Good assessment of the Dark Knight Rises in the Atlantic. Dickens, not Rand. http://t.co/mYFUARGS",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/230486103923236864,['http://www.theatlantic.com/entertainment/archive/2012/07/no-the-dark-knight-rises-isnt-a-right-wing-opus/260511/'],[],0,,False,56,11,59,,None,,,,,,,[],,,, +11500,230423954618204161,230421989112807424,1343772326000.0,2012-07-31 22:05:26,+0000,,@patrickdorey81 Model S starts at $50k after federal rebate. Gen3 will be ~$30k. Need to optimize design and scale volume.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/230423954618204161,[],[],0,,False,354,12,9,,None,,,,,,,[],,,, +11501,230421989112807424,230421989112807424,1343771857000.0,2012-07-31 21:57:37,+0000,,Goal for Model S is to show that electric is way way better than gas. Combine w solar power & the future looks bright.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/230421989112807424,[],[],0,,False,33415,386,1824,,None,,,,,,,[],,,, +11502,230140622625968130,230140622625968130,1343704774000.0,2012-07-31 03:19:34,+0000,,Worth noting that Muller's research confirming global warming is real was funded by Koch. Fate loves irony.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/230140622625968130,[],[],0,,False,63,18,198,,None,,,,,,,[],,,, +11503,228953015082684416,228953015082684416,1343421628000.0,2012-07-27 20:40:28,+0000,,Olympics opening is excellently British. Jolly good show! http://t.co/s9XZdaBL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/228953015082684416,[],['https://pbs.twimg.com/media/Ay1njd7CEAAHAjX.jpg'],1,https://pbs.twimg.com/media/Ay1njd7CEAAHAjX.jpg,False,84,18,69,,None,,,,,,,[],,,, +11504,228909546880520192,228909546880520192,1343411264000.0,2012-07-27 17:47:44,+0000,,Abandoned car and biked across London. Super fun! Next time minus the tweed jacket. http://t.co/N93Vg4yy,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/228909546880520192,[],['https://pbs.twimg.com/media/Ay1ABSfCUAEq2HS.jpg'],1,https://pbs.twimg.com/media/Ay1ABSfCUAEq2HS.jpg,False,200,36,63,,None,,,,,,,[],,,, +11505,228695905338019842,228677717632098304,1343360327000.0,2012-07-27 03:38:47,+0000,,"@walalm Yes, my absolute goal w Tesla has always been mass market electric cars. Will finally get there with Gen3 program.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228695905338019842,[],[],0,,False,17,5,11,,None,,,,,,,[],,,, +11506,228694597524680704,228694597524680704,1343360015000.0,2012-07-27 03:33:35,+0000,,Now it's just a song that you used to know http://t.co/c81ASeFo,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228694597524680704,['http://slate.me/MISvtR'],[],0,,False,25,6,49,,None,,,,,,,[],,,, +11507,228690043949158401,228677717632098304,1343358929000.0,2012-07-27 03:15:29,+0000,,"@nopev Biggest risk is that we take too long to solve the sustainable energy problem, causing climate change meltdown.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/228690043949158401,[],[],0,,False,7,2,8,,None,,,,,,,[],,,, +11508,228677717632098304,228677717632098304,1343355991000.0,2012-07-27 02:26:31,+0000,,"Compared to past, today's world is fantastic & likely will be for many decades. Just need to cover future downside risk.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,02,https://twitter.com/elonmusk/status/228677717632098304,[],[],0,,False,74,26,189,,None,,,,,,,[],,,, +11509,228659334513573888,228650420850008066,1343351608000.0,2012-07-27 01:13:28,+0000,,@iproducefodrake Asimov's Foundation points out that all civilizations fall. Must ensure dark period is short & finite.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,01,https://twitter.com/elonmusk/status/228659334513573888,[],[],0,,False,13,2,3,,None,,,,,,,[],,,, +11510,227294010274873344,227294010274873344,1343026089000.0,2012-07-23 06:48:09,+0000,,Big oil is pulling same trick about smoking the atmosphere ... diff is we only have 1 atmosphere: http://t.co/O45XG4iB,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/227294010274873344,['http://www.rollingstone.com/politics/news/global-warmings-terrifying-new-math-20120719#ixzz21AfoYqt6'],[],0,,False,64,23,216,,None,,,,,,,[],,,, +11511,227291748798455809,227291748798455809,1343025550000.0,2012-07-23 06:39:10,+0000,,"30 years ago, when 98% of scientists said smoking caused cancer, tobacco industry response was still ""scientists disagree""",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/227291748798455809,[],[],0,,False,78,25,384,,None,,,,,,,[],,,, +11512,226725493922201600,226725493922201600,1342890544000.0,2012-07-21 17:09:04,+0000,,"Now debating the nature of citizen and state, effective democracy & necessary revolution, moderated by @FareedZakaria.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/226725493922201600,[],[],0,,False,15,15,18,,None,,,,,,,[],,,, +11513,226714911756136449,226714911756136449,1342888021000.0,2012-07-21 16:27:01,+0000,,"Heard an interesting comment at the debate: ""If we see no angels in others, we harbor none in ourselves.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/226714911756136449,[],[],0,,False,115,18,198,,None,,,,,,,[],,,, +11514,226703106170318850,226703106170318850,1342885207000.0,2012-07-21 15:40:07,+0000,,Am in Yellowstone at an Oxford style debate about women and society. I'm in favor :),en,[],[],44196397,44196397,elonmusk,Elon Musk,6,15,https://twitter.com/elonmusk/status/226703106170318850,[],[],0,,False,24,26,20,,None,,,,,,,[],,,, +11515,225187179763220480,225187179763220480,1342523782000.0,2012-07-17 11:16:22,+0000,,"""Welcome qwerty monkey Jesus love"" are the top 5 most popular passwords after ""password"". http://t.co/P2a9Cfcd",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,11,https://twitter.com/elonmusk/status/225187179763220480,['http://mobile.slate.com/blogs/future_tense/2012/07/14/yahoo_mail_password_leak_the_most_commonly_used_words_.html'],[],0,,False,18,32,86,,None,,,,,,,[],,,, +11516,224406502188916739,224406502188916739,1342337654000.0,2012-07-15 07:34:14,+0000,,Will publish something on the Hyperloop in about four weeks. Will forgo patents on the idea and just open source it. Not a vac tunnel btw.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/224406502188916739,[],[],0,,False,157,72,263,,None,,,,,,,[],,,, +11517,224405461938601984,224405461938601984,1342337406000.0,2012-07-15 07:30:06,+0000,,"""Most of us live in a semi-somnambulistic state & the days fly by. The 2 exceptions are childhood and when we are in love."" - RG",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,07,https://twitter.com/elonmusk/status/224405461938601984,[],[],0,,False,205,20,277,,None,,,,,,,[],,,, +11518,224005741810417665,224005741810417665,1342242106000.0,2012-07-14 05:01:46,+0000,,"Headed to a (ahem) volcano caldera. Since I didn't finish my PhD, it's actually ""Mr."" Evil. http://t.co/e2cpsgEM",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,05,https://twitter.com/elonmusk/status/224005741810417665,[],['https://pbs.twimg.com/media/AxvUCQyCAAM1anP.jpg'],1,https://pbs.twimg.com/media/AxvUCQyCAAM1anP.jpg,False,202,55,124,,None,,,,,,,[],,,, +11519,223430899004485634,223429211443036160,1342105052000.0,2012-07-12 14:57:32,+0000,,@n23mc I think we will see people on Mars in less than 20 years. 12 to 15 years most likely. #OccupyMars,en,['occupymars'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/223430899004485634,[],[],0,,False,17,6,24,,None,,,,,,,[],,,, +11520,223429211443036160,223429211443036160,1342104649000.0,2012-07-12 14:50:49,+0000,,"Going at full speed! MT “@iansomerhalder: Elon- you are my hero my friend.Please!Ramp up production on cars that use NO gas.""",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/223429211443036160,[],[],0,,False,12,16,38,,None,,,,,,,[],,,, +11521,221503107182501889,221503107182501889,1341645430000.0,2012-07-07 07:17:10,+0000,,Now back to work. Intense months ahead as we ramp production of rockets and cars.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,07,https://twitter.com/elonmusk/status/221503107182501889,[],[],0,,False,181,83,281,,None,,,,,,,[],,,, +11522,220824194672369666,220824194672369666,1341483565000.0,2012-07-05 10:19:25,+0000,,"Moonbow's are real, btw. I'm not on acid :) Here is what we saw: http://t.co/ux6fV6z7",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/220824194672369666,[],['https://pbs.twimg.com/media/AxCGb2GCIAAyFDD.jpg'],1,https://pbs.twimg.com/media/AxCGb2GCIAAyFDD.jpg,False,182,55,222,,None,,,,,,,[],,,, +11523,220784395282432001,220784395282432001,1341474076000.0,2012-07-05 07:41:16,+0000,,Am standing on the beach in Maui and looking at a moon rainbow for the first time in my life. Incredibly beautiful.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/220784395282432001,[],[],0,,False,42,46,33,,None,,,,,,,[],,,, +11524,219270969666174977,219270969666174977,1341113247000.0,2012-07-01 03:27:27,+0000,,"After 2008 meltdown, vacation for me just meant email with a view, but SpaceX & Tesla are now strong enough that I can make it real (yay!!)",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/219270969666174977,[],[],0,,False,65,68,65,,None,,,,,,,[],,,, +11525,219266223895093248,219266223895093248,1341112116000.0,2012-07-01 03:08:36,+0000,,"Screening of Baseball in the Time of Cholera (dir: @brynmooser @daviddarg, prod @oliviawilde & me) at WME July 12. @rainnwilson hosting",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/219266223895093248,[],[],0,,False,10,6,12,,None,,,,,,,[],,,, +11526,218897974242181121,218897974242181121,1341024318000.0,2012-06-30 02:45:18,+0000,,"Thanks Dan, you are a good sportsman. I will still donate to DWB as though I'd lost. http://t.co/G2g6kpvm",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/218897974242181121,['http://on.wsj.com/L8t2JC'],[],0,,False,131,40,372,,None,,,,,,,[],,,, +11527,218357987385933825,218357987385933825,1340895575000.0,2012-06-28 14:59:35,+0000,,"""The Girl Who Fixed the Umlaut"" @NewYorker http://t.co/CnPg2PkG”",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/218357987385933825,['http://nyr.kr/MBPRRr'],[],0,,False,33,9,46,,None,,,,,,,[],,,, +11528,217991440830173184,217991440830173184,1340808184000.0,2012-06-27 14:43:04,+0000,,"She was a great woman “@VanityFair: In Memoriam, Nora Ephron, 1941-2012 http://t.co/raIoWXbb”",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,14,https://twitter.com/elonmusk/status/217991440830173184,['http://vnty.fr/OwlYHZ'],[],0,,False,10,2,22,,None,,,,,,,[],,,, +11529,217974021562712065,217974021562712065,1340804031000.0,2012-06-27 13:33:51,+0000,,Meant to post this link for Merlin: http://t.co/qKarnuao,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/217974021562712065,['http://www.youtube.com/watch?v=976LHTpnZkY'],[],0,,False,39,11,46,,None,,,,,,,[],,,, +11530,217973460348047360,217973460348047360,1340803897000.0,2012-06-27 13:31:37,+0000,,"Merlin fired at full thrust! Engine weighs half a ton, but has power equal to several Hoover Dams http://t.co/TlTIxiRc",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,13,https://twitter.com/elonmusk/status/217973460348047360,['http://www.youtube.com/watch?v=PUUnYgo1-lI'],[],0,,False,42,11,87,,None,,,,,,,[],,,, +11531,216294180014661632,216294180014661632,1340403525000.0,2012-06-22 22:18:45,+0000,,Model S review by Motor Trend http://t.co/gdODXLRv,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/216294180014661632,['http://m.motortrend.com/roadtests/alternative/1206_2012_tesla_model_s_first_drive/index.html'],[],0,,False,62,28,177,,None,,,,,,,[],,,, +11532,216293624734953472,216293624734953472,1340403393000.0,2012-06-22 22:16:33,+0000,,About to deliver the first ten Model S cars from @TeslaMotors!,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,22,https://twitter.com/elonmusk/status/216293624734953472,[],[],0,,False,53,43,151,,None,,,,,,,[],,,, +11533,215478323147575297,215478323147575297,1340209010000.0,2012-06-20 16:16:50,+0000,,@RichardGarriott Dragon will use four pairs of side mounted Superdraco engines. Can function with up to four out.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/215478323147575297,[],[],0,,False,6,4,5,,None,,,,,,,[],,,, +11534,214831794103664640,214831794103664640,1340054866000.0,2012-06-18 21:27:46,+0000,,Just fired our Superdraco escape rocket engine at full thrust! Needed to carry astronauts on Dragon http://t.co/ef86qbWF,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,21,https://twitter.com/elonmusk/status/214831794103664640,[],['https://pbs.twimg.com/media/Avs8YOaCQAAO_mk.jpg'],1,https://pbs.twimg.com/media/Avs8YOaCQAAO_mk.jpg,False,1757,98,488,,None,,,,,,,[],,,, +11535,214636339474345984,214636339474345984,1340008266000.0,2012-06-18 08:31:06,+0000,,Wore Marquis de Sade outfit for a party last night. Was v popular with women who'd read 50 Shades :) http://t.co/Z6EvSZw6,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,08,https://twitter.com/elonmusk/status/214636339474345984,[],['https://pbs.twimg.com/media/AvqKnRKCMAEFu5X.jpg'],1,https://pbs.twimg.com/media/AvqKnRKCMAEFu5X.jpg,False,388,49,150,,None,,,,,,,[],,,, +11536,214006215641022467,214006215641022467,1339858032000.0,2012-06-16 14:47:12,+0000,,"""Any sufficiently advanced technology is indistinguishable from magic"" - Arthur C Clarke. Thanks for the quote, RIP.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,14,https://twitter.com/elonmusk/status/214006215641022467,[],[],0,,False,177,27,326,,None,,,,,,,[],,,, +11537,213177461180071936,213177461180071936,1339660442000.0,2012-06-14 07:54:02,+0000,,"While in Austin, had a great time doing a cameo in @rodriguez latest movie, Machete Kills. Cool studio on old airport.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/213177461180071936,[],[],0,,False,16,14,33,,None,,,,,,,[],,,, +11538,213170504364863488,213170504364863488,1339658783000.0,2012-06-14 07:26:23,+0000,,"Charlie Bolden, NASA Administrator, checks out Dragon at our central Texas test site http://t.co/HXupX9VM",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/213170504364863488,['http://img.ly/jwGy'],[],0,,False,15,10,38,,None,,,,,,,[],,,, +11539,210057533073797120,210057533073797120,1338916593000.0,2012-06-05 17:16:33,+0000,,Spacecraft arrives at Port of Los Angeles for transfer to SpaceX test facilities in Texas http://t.co/9ab55gRc,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/210057533073797120,['http://www.spaceflightnow.com/falcon9/003/120605port/'],[],0,,False,26,17,126,,None,,,,,,,[],,,, +11540,208304203708375040,208304203708375040,1338498568000.0,2012-05-31 21:09:28,+0000,,Dragon floating in the Pacific near California. Reentry scorch marks visible on the heat shield http://t.co/grGShZUi,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/208304203708375040,[],['https://pbs.twimg.com/media/AuQLkdPCIAALE-4.jpg'],1,https://pbs.twimg.com/media/AuQLkdPCIAALE-4.jpg,False,152,85,528,,None,,,,,,,[],,,, +11541,208223378782420993,208223378782420993,1338479296000.0,2012-05-31 15:48:16,+0000,,Splashdown successful!! Sending fast boat to Dragon lat/long provided by P3 tracking planes #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,15,https://twitter.com/elonmusk/status/208223378782420993,[],[],0,,False,46,71,360,,None,,,,,,,[],,,, +11542,208204036258803712,208204036258803712,1338474685000.0,2012-05-31 14:31:25,+0000,,Thrusters will also fire during reentry to adjust touchdown point. Next version will land w helicopter precision #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/208204036258803712,[],[],0,,False,36,25,128,,None,,,,,,,[],,,, +11543,208201556271697922,208201556271697922,1338474093000.0,2012-05-31 14:21:33,+0000,,Spaceship has departed from the International Space Station. Firing thrusters to deorbit in ~30 mins #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/208201556271697922,[],[],0,,False,26,14,170,,None,,,,,,,[],,,, +11544,206118185173389312,206118185173389312,1337977380000.0,2012-05-25 20:23:00,+0000,,Space Station tracking spaceship docking approach vector #Dragon http://t.co/CetZfiNg,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/206118185173389312,[],['https://pbs.twimg.com/media/AtxHZblCEAAkZVI.jpg'],1,https://pbs.twimg.com/media/AtxHZblCEAAkZVI.jpg,False,89,46,146,,None,,,,,,,[],,,, +11545,206047350240714752,206047350240714752,1337960491000.0,2012-05-25 15:41:31,+0000,,Dragon captured by the International Space Station! Just awesome ... http://t.co/ihoZqgj7,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/206047350240714752,['http://img.ly/iHdp'],[],0,,False,129,118,585,,None,,,,,,,[],,,, +11546,205723666590334976,205723666590334976,1337883319000.0,2012-05-24 18:15:19,+0000,,Dragon flies over the SpaceX #GrasshopperProject at our central Texas test site. It will jump soon. http://t.co/P17Z56II,en,['grasshopperproject'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/205723666590334976,[],['https://pbs.twimg.com/media/AtrglbVCAAAd67b.jpg'],1,https://pbs.twimg.com/media/AtrglbVCAAAd67b.jpg,False,105,32,125,,None,,,,,,,[],,,, +11547,205713390335827969,205713390335827969,1337880868000.0,2012-05-24 17:34:28,+0000,,The head of the Russian Space Agency and some Russian diplomats are visiting @SpaceX today. Looking forward to meeting.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/205713390335827969,[],[],0,,False,25,26,60,,None,,,,,,,[],,,, +11548,205544630199132160,205544630199132160,1337840633000.0,2012-05-24 06:23:53,+0000,,About 110 miles away and the spacecraft is now in direct communication with the Space Station #Dragon,en,['dragon'],[],44196397,44196397,elonmusk,Elon Musk,4,06,https://twitter.com/elonmusk/status/205544630199132160,[],[],0,,False,45,37,217,,None,,,,,,,[],,,, +11549,205502360112476161,205502360112476161,1337830555000.0,2012-05-24 03:35:55,+0000,,"The President just called to say congrats. Caller ID was blocked, so at first I thought it was a telemarketer :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/205502360112476161,[],[],0,,False,839,164,2562,,None,,,,,,,[],,,, +11550,205314559542693888,205314559542693888,1337785780000.0,2012-05-23 15:09:40,+0000,,Dragon fly by of Space Station planned for 12:47 am California time. All systems green. #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,3,15,https://twitter.com/elonmusk/status/205314559542693888,[],[],0,,False,28,29,202,,None,,,,,,,[],,,, +11551,204911319260987392,204911319260987392,1337689640000.0,2012-05-22 12:27:20,+0000,,Launch video of Falcon 9 from Cape Canaveral tracking cameras http://t.co/Qn8ne3pa #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,12,https://twitter.com/elonmusk/status/204911319260987392,['http://www.youtube.com/watch?v=4vkqBfv8OMM&feature=youtube_gdata_player'],[],0,,False,174,83,466,,None,,,,,,,[],,,, +11552,204883910654570496,204883910654570496,1337683105000.0,2012-05-22 10:38:25,+0000,,Navigation bay pointing to deep space and star map being generated by star tracker one. Yes! #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/204883910654570496,[],[],0,,False,37,22,115,,None,,,,,,,[],,,, +11553,204882126884188160,204882126884188160,1337682680000.0,2012-05-22 10:31:20,+0000,,Dragon spaceship opens the navigation pod bay door without hesitation. So much nicer than HAL9000 :) #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,10,https://twitter.com/elonmusk/status/204882126884188160,[],[],0,,False,112,29,439,,None,,,,,,,[],,,, +11554,204858156801732608,204858156801732608,1337676965000.0,2012-05-22 08:56:05,+0000,,"Also big thanks to the Air Force, FAA and all of our partners for their support of this mission.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204858156801732608,[],[],0,,False,15,16,34,,None,,,,,,,[],,,, +11555,204857362782224384,204857362782224384,1337676776000.0,2012-05-22 08:52:56,+0000,,"Huge appreciation for @NASA, without whom we could not even have started, let alone reached this far.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204857362782224384,[],[],0,,False,44,25,152,,None,,,,,,,[],,,, +11556,204845069772128256,204845069772128256,1337673845000.0,2012-05-22 08:04:05,+0000,,"Falcon flew perfectly!! Dragon in orbit, comm locked and solar arrays active!! Feels like a giant weight just came off my back :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/204845069772128256,[],[],0,,False,348,425,1452,,None,,,,,,,[],,,, +11557,204839936464134144,204839936464134144,1337672621000.0,2012-05-22 07:43:41,+0000,,T minus 60 seconds. Terminal autosequence initiated. #DragonLaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/204839936464134144,[],[],0,,False,26,44,99,,None,,,,,,,[],,,, +11558,204837633766076418,204837633766076418,1337672072000.0,2012-05-22 07:34:32,+0000,,T minus 10 minutes ... Entering terminal count #dragonlaunch,en,['dragonlaunch'],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/204837633766076418,[],[],0,,False,17,17,106,,None,,,,,,,[],,,, +11559,204769845630337024,204769845630337024,1337655910000.0,2012-05-22 03:05:10,+0000,,Major Tesla milestone: All crash testing is complete for 5* (max) safety rating. Cars can now be built for sale to public!,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/204769845630337024,[],[],0,,False,64,56,300,,None,,,,,,,[],,,, +11560,204356879789473793,204356879789473793,1337557451000.0,2012-05-20 23:44:11,+0000,,Just did an interview with Spaceflight Now. Some of your questions may be answered here: http://t.co/vF0Rs3p1,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/204356879789473793,['http://www.spaceflightnow.com/falcon9/003/120518musk/'],[],0,,False,30,13,87,,None,,,,,,,[],,,, +11561,204349174618128385,204349174618128385,1337555614000.0,2012-05-20 23:13:34,+0000,,"Simulations show launch ok with bad valve. Still, better to stop & fix. Recalling rockets after launch is not an option.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,23,https://twitter.com/elonmusk/status/204349174618128385,[],[],0,,False,37,37,163,,None,,,,,,,[],,,, +11562,203773618222678016,203773618222678016,1337418391000.0,2012-05-19 09:06:31,+0000,,Launch aborted: slightly high combustion chamber pressure on engine 5. Will adjust limits for countdown in a few days.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,09,https://twitter.com/elonmusk/status/203773618222678016,[],[],0,,False,45,94,598,,None,,,,,,,[],,,, +11563,203760858332016642,203760858332016642,1337415348000.0,2012-05-19 08:15:48,+0000,,"Whatever happens today, we could not have done it without @NASA, but errors are ours alone and me most of all.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/203760858332016642,[],[],0,,False,48,47,135,,None,,,,,,,[],,,, +11564,201856175644491777,201856175644491777,1336961237000.0,2012-05-14 02:07:17,+0000,,Must remember not to refer to Chimpanzees as deadly killing machines when taking little kids to see a movie about them,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/201856175644491777,[],[],0,,False,26,20,42,,None,,,,,,,[],,,, +11565,200751709339926528,200751709339926528,1336697911000.0,2012-05-11 00:58:31,+0000,,... which is the critical breakthrough needed for life to become multiplanetary.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200751709339926528,[],[],0,,False,19,34,46,,None,,,,,,,[],,,, +11566,200750929602019328,200750929602019328,1336697726000.0,2012-05-11 00:55:26,+0000,,Making large scale rocket propulsion landing work well is a critical step towards a fully reusable Mars transport system,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200750929602019328,[],[],0,,False,22,14,76,,None,,,,,,,[],,,, +11567,200748923239940096,200748923239940096,1336697247000.0,2012-05-11 00:47:27,+0000,,Landing gear of the mega thrust propulsive landing rocket done (next gen Falcon). First hops soon. http://t.co/JwkynmfL,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/200748923239940096,['http://img.ly/i5JQ'],[],0,,False,27,27,122,,None,,,,,,,[],,,, +11568,200622424037933056,200622424037933056,1336667087000.0,2012-05-10 16:24:47,+0000,,"Meant to say: prizes for first 10 who do 400 miles in Tesla w/o recharging, not nonstop, which would require diapers :)",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/200622424037933056,[],[],0,,False,17,20,43,,None,,,,,,,[],,,, +11569,200373235748052994,200373235748052994,1336607676000.0,2012-05-09 23:54:36,+0000,,Model S exceeds 300 mile range target! Prize for the 1st person to do LA-SF nonstop (400 miles) http://t.co/0sVd4QM8,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/200373235748052994,['http://www.teslamotors.com/blog/model-s-efficiency-and-range'],[],0,,False,24,25,99,,None,,,,,,,[],,,, +11570,199736675537125376,199736675537125376,1336455909000.0,2012-05-08 05:45:09,+0000,,Saw The Dictator yesterday. Reminded me of Putin's reelection. Seems like only yesterday since he was last in power.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,05,https://twitter.com/elonmusk/status/199736675537125376,[],[],0,,False,48,18,45,,None,,,,,,,[],,,, +11571,198579161382649857,198578140384215040,1336179936000.0,2012-05-05 01:05:36,+0000,,@geoffeg Dragon code is written in C++ on Linux.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/198579161382649857,[],[],0,,False,29,13,63,,None,,,,,,,[],,,, +11572,198577657959563264,198577657959563264,1336179577000.0,2012-05-05 00:59:37,+0000,,"Almost done reviewing Dragon code with @NASA. Looks good so far. Target launch date is May 19, right after Soyuz docks.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,00,https://twitter.com/elonmusk/status/198577657959563264,[],[],0,,False,28,18,76,,None,,,,,,,[],,,, +11573,198116544855801856,198102603459084288,1336069639000.0,2012-05-03 18:27:19,+0000,,"For humanity to have an exciting & inspiring future, we cannot be confined to Earth forever. @love_to_dream #APSpaceChat",en,['apspacechat'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198116544855801856,[],[],0,,False,46,17,171,,None,,,,,,,[],,,, +11574,198115378759610368,198095597373362177,1336069361000.0,2012-05-03 18:22:41,+0000,,Definitely. Long term goal of SpaceX making life multiplanetary. #OccupyMars @Weaverwerx #APSpaceChat,en,"['occupymars', 'apspacechat']",[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198115378759610368,[],[],0,,False,51,15,98,,None,,,,,,,[],,,, +11575,198113448628981760,198100146565824512,1336068901000.0,2012-05-03 18:15:01,+0000,,"Ignition by John Clarke, Huzel & Wang book on propulsion, Asimov's Foundation, Heinlein's MiaHM @WHester #APSpaceChat",en,['apspacechat'],[],44196397,44196397,elonmusk,Elon Musk,4,18,https://twitter.com/elonmusk/status/198113448628981760,[],[],0,,False,37,4,9,,None,,,,,,,[],,,, +11576,197058383088586753,197058383088586753,1335817354000.0,2012-04-30 20:22:34,+0000,,"Woohoo, rocket hold down firing completed and all looks good!!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/197058383088586753,[],[],0,,False,31,36,139,,None,,,,,,,[],,,, +11577,197055314246385666,197055314246385666,1335816622000.0,2012-04-30 20:10:22,+0000,,T minus five minutes to flame,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/197055314246385666,[],[],0,,False,21,18,53,,None,,,,,,,[],,,, +11578,197049032286281729,197049032286281729,1335815125000.0,2012-04-30 19:45:25,+0000,,Flight computer aborted rocket hold down firing. Anomaly addressed. Cycling systems to countdown http://t.co/iUi4XdQ3,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/197049032286281729,[],['https://pbs.twimg.com/media/ArwPDQVCIAA5GHP.jpg'],1,https://pbs.twimg.com/media/ArwPDQVCIAA5GHP.jpg,False,78,24,213,,None,,,,,,,[],,,, +11579,196984965114761216,196984965114761216,1335799850000.0,2012-04-30 15:30:50,+0000,,Am excited to announce that SolarCity has filed for an IPO. Mission is to bring affordable solar power to the people!,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/196984965114761216,[],[],0,,False,40,27,108,,None,,,,,,,[],,,, +11580,194882663599968256,194882663599968256,1335298622000.0,2012-04-24 20:17:02,+0000,,Just confirmed with @NASA that May 7th is go for launch of Falcon 9 & Dragon to the Space Station,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,20,https://twitter.com/elonmusk/status/194882663599968256,[],[],0,,False,51,33,443,,None,,,,,,,[],,,, +11581,194529917654941696,194529917654941696,1335214521000.0,2012-04-23 20:55:21,+0000,,Am pushing launch back approx a week to do more testing on Dragon docking code. New date pending coordination with @NASA.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,20,https://twitter.com/elonmusk/status/194529917654941696,[],[],0,,False,8,30,138,,None,,,,,,,[],,,, +11582,194275062193463298,194275062193463298,1335153758000.0,2012-04-23 04:02:38,+0000,,Just completed the rocket rollout review at SpaceX HQ in California. Almost time to launch. Pucker factor increasing...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/194275062193463298,[],[],0,,False,36,20,76,,None,,,,,,,[],,,, +11583,193855140254580736,193855140254580736,1335053641000.0,2012-04-22 00:14:01,+0000,,In NYC for the premiere of Baseball in the Time of @Cholera. Great work by @brynmooser and @daviddarg!,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/193855140254580736,[],[],0,,False,8,9,9,,None,,,,,,,[],,,, +11584,193617277231443968,193617277231443968,1334996931000.0,2012-04-21 08:28:51,+0000,,I feel compelled to state the obvious fact that Coachella is excellent. http://t.co/onxtR4YB,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/193617277231443968,[],['https://pbs.twimg.com/media/Aq_d40gCMAA1REl.jpg'],1,https://pbs.twimg.com/media/Aq_d40gCMAA1REl.jpg,False,55,10,20,,None,,,,,,,[],,,, +11585,193078352117108736,193078352117108736,1334868441000.0,2012-04-19 20:47:21,+0000,,Basic premise is that it's better to try to address some of the world's problems than to create an aristocracy of wealth,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/193078352117108736,[],[],0,,False,45,18,114,,None,,,,,,,[],,,, +11586,193076303426097152,193076303426097152,1334867952000.0,2012-04-19 20:39:12,+0000,,Just signed Giving Pledge with 11 others. I hope this announcement convinces others to do the same. http://t.co/cdCgWkAB,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/193076303426097152,['http://bloom.bg/HSEoPu'],[],0,,False,25,12,43,,None,,,,,,,[],,,, +11587,192701084932907009,192701084932907009,1334778494000.0,2012-04-18 19:48:14,+0000,,"When holding my new white cat, I feel a strange desire for Bob's Big Boy and sharks with lasers http://t.co/M0iuFPqv",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/192701084932907009,[],['https://pbs.twimg.com/media/AqycnaOCIAEuM9l.jpg'],1,https://pbs.twimg.com/media/AqycnaOCIAEuM9l.jpg,False,2955,129,638,,None,,,,,,,[],,,, +11588,191297895339794432,191297895339794432,1334443947000.0,2012-04-14 22:52:27,+0000,,Great work by APJ “@brynmooser: The foundation is nearly complete at the @artistsforpeace school http://t.co/hoTXytsZ”,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/191297895339794432,['http://instagr.am/p/JaCtPXpX8m/'],[],0,,False,14,5,7,,None,,,,,,,[],,,, +11589,189870469908938752,189870469908938752,1334103622000.0,2012-04-11 00:20:22,+0000,,Great to meet Jon Stewart this eve. Have been a fan of @TheDailyShow for a billion years.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/189870469908938752,[],[],0,,False,16,33,38,,None,,,,,,,[],,,, +11590,189440053674655745,189440053674655745,1334001003000.0,2012-04-09 19:50:03,+0000,,Friend told me about the amazing work of Brazilian plastic surgeon Evil Picante. He was actually saying Ivo Pitanguy.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,19,https://twitter.com/elonmusk/status/189440053674655745,[],[],0,,False,22,3,17,,None,,,,,,,[],,,, +11591,189171997425664001,189171997425664001,1333937093000.0,2012-04-09 02:04:53,+0000,,"Besides ensuring the continuance of life, creating a base on Mars would be the most exciting adventure ever!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/189171997425664001,[],[],0,,False,36,26,79,,None,,,,,,,[],,,, +11592,189171083809800194,189171083809800194,1333936875000.0,2012-04-09 02:01:15,+0000,,Interview in Nature describing why we should extend life to Mars http://t.co/6Ux0q4OX,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,02,https://twitter.com/elonmusk/status/189171083809800194,['http://www.nature.com/news/backing-up-the-biosphere-1.10395'],[],0,,False,32,5,59,,None,,,,,,,[],,,, +11593,188047168844730368,188047168844730368,1333668914000.0,2012-04-05 23:35:14,+0000,,"Wow, a Tesla owner in Europe just passed 200,000 km while racing his Roadster! http://t.co/ZYV4h85O",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/188047168844730368,[],['https://pbs.twimg.com/media/ApwT51xCEAEmaRS.jpg'],1,https://pbs.twimg.com/media/ApwT51xCEAEmaRS.jpg,False,93,13,57,,None,,,,,,,[],,,, +11594,187953184063492096,187953184063492096,1333646505000.0,2012-04-05 17:21:45,+0000,,"Judge dismisses lawsuit to take the happy out of ""Happy Meal"" http://t.co/BiTSCIYL",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/187953184063492096,['http://www.cbsnews.com/8301-201_162-57409940/s.f-judge-tosses-happy-meals-lawsuit/'],[],0,,False,5,2,10,,None,,,,,,,[],,,, +11595,187358429902417922,187358429902417922,1333504705000.0,2012-04-04 01:58:25,+0000,,Huge tornadoes in Texas tossing truck trailers through the air. Hope people are ok. http://t.co/QrlBgFzI,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/187358429902417922,['http://www.telegraph.co.uk/news/worldnews/northamerica/usa/9184494/Emergency-declared-as-tornadoes-hit-Texas.html'],[],0,,False,2,7,6,,None,,,,,,,[],,,, +11596,187106340995477504,187106340995477504,1333444602000.0,2012-04-03 09:16:42,+0000,,Also dig Mass Effect. It's all fun & games until the AI decides people suck. Maybe we can be their limbic system.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,09,https://twitter.com/elonmusk/status/187106340995477504,[],[],0,,False,27,16,26,,None,,,,,,,[],,,, +11597,187098437328699393,187098437328699393,1333442718000.0,2012-04-03 08:45:18,+0000,,Bioshock is an Ayn Rand dystopia and Fallout New Vegas is a Hegelian dialectic. Games have come a long way since Pong.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,08,https://twitter.com/elonmusk/status/187098437328699393,[],[],0,,False,657,38,290,,None,,,,,,,[],,,, +11598,186524431231889408,186524431231889408,1333305864000.0,2012-04-01 18:44:24,+0000,,"UN must take responsibility & help people of Haiti. MT ""@brynmooser: Front page NYTimes. http://t.co/OlME97pv”",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,18,https://twitter.com/elonmusk/status/186524431231889408,['http://www.nytimes.com/2012/04/01/world/americas/haitis-cholera-outraced-the-experts-and-tainted-the-un.html?hp'],[],0,,False,3,0,8,,None,,,,,,,[],,,, +11599,186146615311077377,186146615311077377,1333215786000.0,2012-03-31 17:43:06,+0000,,Having dinner where a dude is hanging giant underwear with a cherry picker. http://t.co/2Krn9AzH,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,17,https://twitter.com/elonmusk/status/186146615311077377,['http://yfrog.us/n6s9cz'],[],0,,False,29,14,1,,None,,,,,,,[],,,, +11600,186131367808073729,186131367808073729,1333212150000.0,2012-03-31 16:42:30,+0000,,Happy bday to my old and dear friend @adeoressi! U do parties better than a rockstar. For Berlin ... http://t.co/vJZkJU13,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,16,https://twitter.com/elonmusk/status/186131367808073729,['http://www.youtube.com/watch?v=FiDvZemFMRM'],[],0,,False,27,4,8,,None,,,,,,,[],,,, +11601,184799999043964928,184799999043964928,1332894727000.0,2012-03-28 00:32:07,+0000,,"The Model S beta endurance car just passed 150,000 miles on a single battery pack!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/184799999043964928,[],[],0,,False,28,26,165,,None,,,,,,,[],,,, +11602,182725843959820288,182725843959820288,1332400210000.0,2012-03-22 07:10:10,+0000,,Interesting interview with Vinge about superhuman AI and optimistic apocalypses http://t.co/TVoqGpEG,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,07,https://twitter.com/elonmusk/status/182725843959820288,['http://bit.ly/GEkktb'],[],0,,False,33,4,27,,None,,,,,,,[],,,, +11603,182211270479577088,182211270479577088,1332277526000.0,2012-03-20 21:05:26,+0000,,Support @Polar_Broadband as they try to save a good satellite from becoming space junk. Let it live! http://t.co/GEdkLh3h #antarctica,en,['antarctica'],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/182211270479577088,['http://bit.ly/FPYnNN'],[],0,,False,5,4,38,,None,,,,,,,[],,,, +11604,180226195206569984,180226195206569984,1331804248000.0,2012-03-15 09:37:28,+0000,,Lovely poster about wishes that explains one of the many reasons to make life multiplanetary http://t.co/e1ZM8a2b,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/180226195206569984,[],['https://pbs.twimg.com/media/AoBKxQkCAAASzCW.jpg'],1,https://pbs.twimg.com/media/AoBKxQkCAAASzCW.jpg,False,209,17,143,,None,,,,,,,[],,,, +11605,180105275133538306,180105275133538306,1331775418000.0,2012-03-15 01:36:58,+0000,,"10 years ago today, SpaceX was founded. Many battles fought. Physics always won. http://t.co/p85UHeuq",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,01,https://twitter.com/elonmusk/status/180105275133538306,['http://ow.ly/9FdXR'],[],0,,False,90,27,139,,None,,,,,,,[],,,, +11606,180067296201547777,180067296201547777,1331766363000.0,2012-03-14 23:06:03,+0000,,"Why I'm leaving the Empire, by Darth Vader http://t.co/D5YUbAyO",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/180067296201547777,"['http://www.thedailymash.co.uk/news/society/why-i-am-leaving-the-empire,-by-darth-vader-201203145007/']",[],0,,False,13,4,52,,None,,,,,,,[],,,, +11607,179468649038479361,179468649038479361,1331623634000.0,2012-03-13 07:27:14,+0000,,"If something is physically possible, not only is someone doing it, but there is also an award show.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/179468649038479361,[],[],0,,False,24,8,37,,None,,,,,,,[],,,, +11608,179095691468095489,179095691468095489,1331534714000.0,2012-03-12 06:45:14,+0000,,"Mountain lions eat cats, which means we *actually* live in a cat eat cat world ... an apology is owed to dogkind!",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,06,https://twitter.com/elonmusk/status/179095691468095489,[],[],0,,False,40,11,51,,None,,,,,,,[],,,, +11609,178878446137647105,178878446137647105,1331482919000.0,2012-03-11 16:21:59,+0000,,"I think if you go there, they just feed you delicious candy all day and ask nothing in return.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/178878446137647105,[],[],0,,False,10,22,6,,None,,,,,,,[],,,, +11610,178865792371277825,178865792371277825,1331479903000.0,2012-03-11 15:31:43,+0000,,Just passed a place called the Sugar Shack in a Louisiana swamp. I wonder what happens there? http://t.co/1MomQnNe,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,15,https://twitter.com/elonmusk/status/178865792371277825,[],['https://pbs.twimg.com/media/Ant1fZECQAAM1W3.jpg'],1,https://pbs.twimg.com/media/Ant1fZECQAAM1W3.jpg,False,73,22,23,,None,,,,,,,[],,,, +11611,177210012911927299,177210012911927299,1331085134000.0,2012-03-07 01:52:14,+0000,,The President of Serbia came by our booth at the Geneva Motor Show and talked about Nikola Tesla http://t.co/KIhxc0TF,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/177210012911927299,[],['https://pbs.twimg.com/media/AnWTkV9CAAA9uP-.jpg'],1,https://pbs.twimg.com/media/AnWTkV9CAAA9uP-.jpg,False,304,35,84,,None,,,,,,,[],,,, +11612,175377364551868416,175377364551868416,1330648196000.0,2012-03-02 00:29:56,+0000,,Dawn at Cape Canaveral http://t.co/ZHkcffYr,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/175377364551868416,['http://instagr.am/p/HpmMA8QETD/'],[],0,,False,21,6,18,,None,,,,,,,[],,,, +11613,174751268215066625,174749757288349696,1330498923000.0,2012-02-29 07:02:03,+0000,,"@TomMao1 Studied physics in college, read a lot of books and was taught by the world's leading domain experts at SpaceX.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,07,https://twitter.com/elonmusk/status/174751268215066625,[],[],0,,False,16,6,2,,None,,,,,,,[],,,, +11614,174621355436802049,174621355436802049,1330467950000.0,2012-02-28 22:25:50,+0000,,"Falcon 9 and Dragon now vertical on the launch pad, surrounded by 300 ft tall lightning towers http://t.co/iERgA2RP",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/174621355436802049,[],['https://pbs.twimg.com/media/AmxhMpYCAAIPeix.jpg'],1,https://pbs.twimg.com/media/AmxhMpYCAAIPeix.jpg,False,51,18,127,,None,,,,,,,[],,,, +11615,173531986529497089,173529112718229504,1330208224000.0,2012-02-25 22:17:04,+0000,,"@LooperNor Yes, this will, if all goes well, be the first commercial spaceship to dock with the Space Station. T zero ~ end of April.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/173531986529497089,[],[],0,,False,2,2,11,,None,,,,,,,[],,,, +11616,173528867699568641,173528867699568641,1330207481000.0,2012-02-25 22:04:41,+0000,,Dragon spaceship and Falcon 9 rocket just completed final assembly at Cape Canaveral http://t.co/4GrSr3VU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/173528867699568641,[],['https://pbs.twimg.com/media/Amh_lfXCMAAgmWR.jpg'],1,https://pbs.twimg.com/media/Amh_lfXCMAAgmWR.jpg,False,83,38,229,,None,,,,,,,[],,,, +11617,173476402748854274,173476402748854274,1330194972000.0,2012-02-25 18:36:12,+0000,,Supporting the drive to get a #PlutoStamp for the @NASA New Horizons mission,en,['plutostamp'],[],44196397,44196397,elonmusk,Elon Musk,6,18,https://twitter.com/elonmusk/status/173476402748854274,[],[],0,,False,6,5,11,,None,,,,,,,[],,,, +11618,172122797852725248,172122797852725248,1329872248000.0,2012-02-22 00:57:28,+0000,,@NASA launched a rocket into the northern lights http://t.co/tR2cSeMV,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,00,https://twitter.com/elonmusk/status/172122797852725248,[],['https://pbs.twimg.com/media/AmOAxdACEAEFs8-.jpg'],1,https://pbs.twimg.com/media/AmOAxdACEAEFs8-.jpg,False,171,13,166,,None,,,,,,,[],,,, +11619,171994406587604992,171994406587604992,1329841636000.0,2012-02-21 16:27:16,+0000,,"Iran's nuclear weapons facility is apparently called ""Frodo"". Watch out for Gollum! My precious... http://t.co/s1hLZ0vs",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/171994406587604992,['http://slate.me/z87kbj'],[],0,,False,19,9,26,,None,,,,,,,[],,,, +11620,170309322037919744,170309322037919744,1329439881000.0,2012-02-17 00:51:21,+0000,,Important point highlighted by @kqed: an electric car in California produces only 1/4 CO2 of gasoline http://t.co/xV3eWJ33,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,00,https://twitter.com/elonmusk/status/170309322037919744,['http://blogs.kqed.org/climatewatch/2012/02/16/tesla-and-california-the-x-factor/comment-page-1/'],[],0,,False,4,8,30,,None,,,,,,,[],,,, +11621,169232412990115840,169232412990115840,1329183126000.0,2012-02-14 01:32:06,+0000,,Model X review by Jim Motavalli. I think he likes the car. http://t.co/aY1nx9FP,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,01,https://twitter.com/elonmusk/status/169232412990115840,['http://www.forbes.com/sites/eco-nomics/2012/02/13/why-the-tesla-model-x-is-a-home-run/'],[],0,,False,13,15,54,,None,,,,,,,[],,,, +11622,168795974800654336,168795974800654336,1329079072000.0,2012-02-12 20:37:52,+0000,,"At the Samovar having tea called ""monkey picked iron goddess of mercy"". Those monkeys sure know their tea. http://t.co/ctEWczlC",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/168795974800654336,[],['https://pbs.twimg.com/media/AlevC3YCQAEJJrl.jpg'],1,https://pbs.twimg.com/media/AlevC3YCQAEJJrl.jpg,False,173,31,21,,None,,,,,,,[],,,, +11623,168060414398177281,168060414398177281,1328903699000.0,2012-02-10 19:54:59,+0000,,Do not search for purple squirrels! Giving them attention only makes them want to be more purple.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/168060414398177281,[],[],0,,False,3681,162,891,,None,,,,,,,[],,,, +11624,168056133708283904,168056133708283904,1328902680000.0,2012-02-10 19:38:00,+0000,,"Tesla Model X is 3rd most searched term on Google, right after purple squirrel. Damn you squirrel! http://t.co/jP9H5XrB",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,19,https://twitter.com/elonmusk/status/168056133708283904,[],['https://pbs.twimg.com/media/AlUOKchCAAEcJyt.png'],1,https://pbs.twimg.com/media/AlUOKchCAAEcJyt.png,False,286,40,139,,None,,,,,,,[],,,, +11625,168022238061268993,168022238061268993,1328894597000.0,2012-02-10 17:23:17,+0000,,Tesla Model X video http://t.co/pjcaicOc,it,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/168022238061268993,['http://onforb.es/AnzX7A'],[],0,,False,16,12,47,,None,,,,,,,[],,,, +11626,168014307009892354,168007486383726594,1328892707000.0,2012-02-10 16:51:47,+0000,,"@TeslasBigFan Don't worry, we've got a cool solution for ski storage on the X with the Falcon wing doors",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,16,https://twitter.com/elonmusk/status/168014307009892354,[],[],0,,False,4,1,1,,None,,,,,,,[],,,, +11627,167699464134475776,167699464134475776,1328817642000.0,2012-02-09 20:00:42,+0000,,"Btw, Foster the People is playing the Model X event tonight. Seemed like the right vibe.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,20,https://twitter.com/elonmusk/status/167699464134475776,[],[],0,,False,9,11,40,,None,,,,,,,[],,,, +11628,167648387313840128,167648387313840128,1328805465000.0,2012-02-09 16:37:45,+0000,,Model X sketch showing just a bit more leg. Unveiling tonight... http://t.co/KASHBP5p,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,16,https://twitter.com/elonmusk/status/167648387313840128,[],['https://pbs.twimg.com/media/AlObUe1CMAAw3Db.png'],1,https://pbs.twimg.com/media/AlObUe1CMAAw3Db.png,False,148,42,110,,None,,,,,,,[],,,, +11629,167325254451081216,167325254451081216,1328728424000.0,2012-02-08 19:13:44,+0000,,"Cool new @NASA pic of the most powerful type of solar flare, called X-class. Am not making this up! http://t.co/eJKSQqvO",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,19,https://twitter.com/elonmusk/status/167325254451081216,[],['https://pbs.twimg.com/media/AlJ1brHCMAAKHut.jpg'],1,https://pbs.twimg.com/media/AlJ1brHCMAAKHut.jpg,False,58,8,44,,None,,,,,,,[],,,, +11630,167105458753118208,167105458753118208,1328676020000.0,2012-02-08 04:40:20,+0000,,Russia and China are blocking UN action. Can't imagine why they wouldn't support a democratic uprising...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/167105458753118208,[],[],0,,False,31,12,42,,None,,,,,,,[],,,, +11631,167104295504838656,167104295504838656,1328675743000.0,2012-02-08 04:35:43,+0000,,Wish there was something we could do to help the people of Syria. http://t.co/Ii7v7Cgw,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,04,https://twitter.com/elonmusk/status/167104295504838656,['http://www.youtube.com/watch?v=Cxt4ZT1GspA'],[],0,,False,27,6,20,,None,,,,,,,[],,,, +11632,166781555950354432,166643212348432384,1328598796000.0,2012-02-07 07:13:16,+0000,,"@BenToBeWild Yes, we will unveil a fully functional advanced prototype of the Model X -- almost identical to production.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,07,https://twitter.com/elonmusk/status/166781555950354432,[],[],0,,False,2,2,6,,None,,,,,,,[],,,, +11633,166336380820144128,166336380820144128,1328492658000.0,2012-02-06 01:44:18,+0000,,The sheer size of Falcon Heavy is mind-blowing. It could literally send a fully loaded London bus to the moon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/166336380820144128,[],[],0,,False,16,23,82,,None,,,,,,,[],,,, +11634,166333716359168000,166333716359168000,1328492023000.0,2012-02-06 01:33:43,+0000,,The London Sunday Times created a chart showing how Falcon compares to the Saturn V and Shuttle http://t.co/nJMPtYPd,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/166333716359168000,[],['https://pbs.twimg.com/media/Ak7voj4CQAI6KV4.png'],1,https://pbs.twimg.com/media/Ak7voj4CQAI6KV4.png,False,90,15,138,,None,,,,,,,[],,,, +11635,166251564032471040,166251564032471040,1328472436000.0,2012-02-05 20:07:16,+0000,,Just posted a photo http://t.co/eN9xzbfO,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/166251564032471040,['http://instagr.am/p/obKUg/'],[],0,,False,28,12,4,,None,,,,,,,[],,,, +11636,165898145841168385,165625646788247553,1328388174000.0,2012-02-04 20:42:54,+0000,,"@MacDeviant Yeah, we will stream the whole mission realtime with no buffer. You see what we see.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/165898145841168385,[],[],0,,False,3,3,4,,None,,,,,,,[],,,, +11637,165622701631868928,165622701631868928,1328322504000.0,2012-02-04 02:28:24,+0000,,Docking with Space Station now likely to happen in April. Hopefully will look something like this: http://t.co/A2gd9ziC,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/165622701631868928,[],['https://pbs.twimg.com/media/Akxo-DoCEAAgZbA.jpg'],1,https://pbs.twimg.com/media/Akxo-DoCEAAgZbA.jpg,False,55,21,103,,None,,,,,,,[],,,, +11638,165117415460569092,165117415460569092,1328202034000.0,2012-02-02 17:00:34,+0000,,The most interesting view of the Model X is really with the doors open http://t.co/On77BuiU,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,17,https://twitter.com/elonmusk/status/165117415460569092,[],['https://pbs.twimg.com/media/Akqdah8CAAEBi0z.jpg'],1,https://pbs.twimg.com/media/Akqdah8CAAEBi0z.jpg,False,78,36,48,,None,,,,,,,[],,,, +11639,164740558374445056,164740558374445056,1328112185000.0,2012-02-01 16:03:05,+0000,,Just test-fired the Superdraco rocket engine. Enables launch escape and landing on thrusters. SpaceX.com http://t.co/IJaYVEE9,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,16,https://twitter.com/elonmusk/status/164740558374445056,[],['https://pbs.twimg.com/media/AklGqj5CIAEREbN.jpg'],1,https://pbs.twimg.com/media/AklGqj5CIAEREbN.jpg,False,66,15,63,,None,,,,,,,[],,,, +11640,164637208769339392,164637208769339392,1328087544000.0,2012-02-01 09:12:24,+0000,,"Um, while awesome in its own way, that was not actually the SpaceX theme song. It seems that irony is sometimes lost in a tweet.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,09,https://twitter.com/elonmusk/status/164637208769339392,[],[],0,,False,20,12,6,,None,,,,,,,[],,,, +11641,164389972688908289,164389972688908289,1328028598000.0,2012-01-31 16:49:58,+0000,,The SpaceX theme song by Total Ghost is just too good ... ooh ooh ooh http://t.co/BuKuopI5,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,16,https://twitter.com/elonmusk/status/164389972688908289,['http://www.youtube.com/watch?v=MezkEiS-6jA'],[],0,,False,83,15,30,,None,,,,,,,[],,,, +11642,163349291790893056,163349291790893056,1327780480000.0,2012-01-28 19:54:40,+0000,,The lady doth protest too little. http://t.co/jJTbU8tg,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,19,https://twitter.com/elonmusk/status/163349291790893056,['http://finance.yahoo.com/news/topless-protesters-detained-davos-forum-134449002.html'],[],0,,False,3,3,4,,None,,,,,,,[],,,, +11643,163084140386861056,163084140386861056,1327717263000.0,2012-01-28 02:21:03,+0000,,The Model X unveiling will be webcast live on http://t.co/S4ZQwTgq at 8pm on Feb 9th. Most cars are pretty blah. This is not.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,02,https://twitter.com/elonmusk/status/163084140386861056,['http://teslamotors.com'],[],0,,False,22,19,106,,None,,,,,,,[],,,, +11644,162997068040904706,162997068040904706,1327696504000.0,2012-01-27 20:35:04,+0000,,Beautiful picture of Earth from the new NASA satellite http://t.co/uOgyp4vg,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/162997068040904706,[],['https://pbs.twimg.com/media/AkMU-ERCIAAHnmn.jpg'],1,https://pbs.twimg.com/media/AkMU-ERCIAAHnmn.jpg,False,162,14,99,,None,,,,,,,[],,,, +11645,161663679694241792,161663679694241792,1327378599000.0,2012-01-24 04:16:39,+0000,,Rough cut simulation of the SpaceX next gen rocket & spaceship design http://t.co/cKBviQne,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/161663679694241792,['http://www.youtube.com/watch?v=sSF81yjVbJE'],[],0,,False,17132,122,633,,None,,,,,,,[],,,, +11646,161660285659267072,161660285659267072,1327377790000.0,2012-01-24 04:03:10,+0000,,Design completed for bringing rocket back to launchpad using only thrusters. Yay. Wings r just dead weight in space.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,04,https://twitter.com/elonmusk/status/161660285659267072,[],[],0,,False,331,35,146,,None,,,,,,,[],,,, +11647,161645598037123073,161645598037123073,1327374289000.0,2012-01-24 03:04:49,+0000,,Strongest solar radiation storm in 7 years is blasting Earth. This huge eruption hits us tomorrow: http://t.co/VF3gTu3L,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,03,https://twitter.com/elonmusk/status/161645598037123073,[],['https://pbs.twimg.com/media/Aj5H0KMCIAAX_pP.jpg'],1,https://pbs.twimg.com/media/Aj5H0KMCIAAX_pP.jpg,False,407,50,447,,None,,,,,,,[],,,, +11648,161262600800313344,161262600800313344,1327282974000.0,2012-01-23 01:42:54,+0000,,Bought some wood and built a little treehouse with my boys. Few more beautiful ways to spend an afternoon.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,01,https://twitter.com/elonmusk/status/161262600800313344,[],[],0,,False,16,18,8,,None,,,,,,,[],,,, +11649,160885484120322048,160830288291831808,1327193063000.0,2012-01-22 00:44:23,+0000,,@TheOnion I heard Lars von Trier optioned the movie rights,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,00,https://twitter.com/elonmusk/status/160885484120322048,[],[],0,,False,3,1,2,,None,,,,,,,[],,,, +11650,159453674517692416,159453674517692416,1326851693000.0,2012-01-18 01:54:53,+0000,,"That said, even though they cause me grief, I would defend the right of shorts to exist. They are often unreasonably maligned.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,01,https://twitter.com/elonmusk/status/159453674517692416,[],[],0,,False,7046,178,398,,None,,,,,,,[],,,, +11651,159396536621596672,159396536621596672,1326838070000.0,2012-01-17 22:07:50,+0000,,That's not just paranoia (a healthy trait at times). Tesla really is under massive attack by short sellers http://t.co/PUxAOOm2,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,22,https://twitter.com/elonmusk/status/159396536621596672,['http://www.nasdaq.com/symbol/tsla/short-interest'],[],0,,False,16,23,14,,None,,,,,,,[],,,, +11652,159330976378519552,159330976378519552,1326822439000.0,2012-01-17 17:47:19,+0000,,Will communicate better in the future. Too many people want us to fail and are willing to twist any bit of news against Tesla.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/159330976378519552,[],[],0,,False,163,44,43,,None,,,,,,,[],,,, +11653,159330380955136001,159330380955136001,1326822297000.0,2012-01-17 17:44:57,+0000,,"TSLA down ~$500M Friday, but back up ~$500M today. Sorry for the roller coaster.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,17,https://twitter.com/elonmusk/status/159330380955136001,[],[],0,,False,13,11,25,,None,,,,,,,[],,,, +11654,158284645656571904,158284645656571904,1326572974000.0,2012-01-14 20:29:34,+0000,,"Somebody needs to tell Kim Jong-un that the showbiz phrase ""break a leg"" doesn't mean what he thinks it does",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/158284645656571904,[],[],0,,False,10,4,7,,None,,,,,,,[],,,, +11655,158284167891791872,158284167891791872,1326572861000.0,2012-01-14 20:27:41,+0000,,"Once more, with feeling! ""North Korea Punishes Insincere Mourners"" http://t.co/ozqhp1aC",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,20,https://twitter.com/elonmusk/status/158284167891791872,['http://www.newser.com/story/137399/north-korea-punishes-insincere-mourners.html?utm_source=syn&utm_medium=goognews&utm_campaign=chan3_feed'],[],0,,False,5,3,16,,None,,,,,,,[],,,, +11656,157700726515183616,157700726515183616,1326433757000.0,2012-01-13 05:49:17,+0000,,"A Tesla Roadster just passed the 100,000 mile mark for the first time and still has over 200 miles of range.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,05,https://twitter.com/elonmusk/status/157700726515183616,[],[],0,,False,15,5,51,,None,,,,,,,[],,,, +11657,157599662159835136,157599662159835136,1326409662000.0,2012-01-12 23:07:42,+0000,,What is more magical than cowboys herding cats? Livin' the dream... http://t.co/1pLhb9lc,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,23,https://twitter.com/elonmusk/status/157599662159835136,['http://www.youtube.com/watch?v=Pk7yqlTMvp8'],[],0,,False,93,18,23,,None,,,,,,,[],,,, +11658,157569537548623872,157569537548623872,1326402479000.0,2012-01-12 21:07:59,+0000,,"Kids these days are so grown up! RT ""Second-Graders Wow Audience With School Production Of Equus"" http://t.co/YgyAIrwI",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,21,https://twitter.com/elonmusk/status/157569537548623872,['http://onion.com/bXDbyJ'],[],0,,False,3,2,2,,None,,,,,,,[],,,, +11659,157292663601758208,157292663601758208,1326336468000.0,2012-01-12 02:47:48,+0000,,Model S Performance powertrain produced so much torque today that we broke the dyno. 4.4 sec 0-60 mph will not be a problem.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,02,https://twitter.com/elonmusk/status/157292663601758208,[],[],0,,False,32,16,110,,None,,,,,,,[],,,, +11660,156927468836630528,156927468836630528,1326249399000.0,2012-01-11 02:36:39,+0000,,"The exec conf room at Tesla used to be called Denali, but I decided to move a few letters around. Seemed more apt :) http://t.co/Raq5UaR6",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,02,https://twitter.com/elonmusk/status/156927468836630528,[],['https://pbs.twimg.com/media/Ai2Es5PCMAEykyx.jpg'],1,https://pbs.twimg.com/media/Ai2Es5PCMAEykyx.jpg,False,315,32,67,,None,,,,,,,[],,,, +11661,155380533533220864,155380533533220864,1325880580000.0,2012-01-06 20:09:40,+0000,,Model S Signature series sold out as of today https://t.co/pKbR0ziP,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,20,https://twitter.com/elonmusk/status/155380533533220864,['https://www.teslamotors.com/own'],[],0,,False,9,18,50,,None,,,,,,,[],,,, +11662,155340355884167169,155340355884167169,1325871001000.0,2012-01-06 17:30:01,+0000,,Next month is also when our Dragon spaceship docks with the Space Station for the first time. Major pucker factor...,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/155340355884167169,[],[],0,,False,51,15,38,,None,,,,,,,[],,,, +11663,155339851812700160,155339851812700160,1325870881000.0,2012-01-06 17:28:01,+0000,,Feb is huge month. Model X world premier and public reveal of our LA design studio on the 9th. Stay tuned for more details.,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,17,https://twitter.com/elonmusk/status/155339851812700160,[],[],0,,False,17,13,26,,None,,,,,,,[],,,, +11664,154313189079777280,154313189079777280,1325626105000.0,2012-01-03 21:28:25,+0000,,Just finished Massie's book on Catherine. An amazingly expansive and compelling portrait of an incredible woman. Highly recommend.,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/154313189079777280,[],[],0,,False,13,4,2,,None,,,,,,,[],,,, +11665,154307255536324608,154249485529255936,1325624691000.0,2012-01-03 21:04:51,+0000,,"@om Respectfully disagree. Larry made awesome moves last year, which laid the foundation for G+ to kick butt in 2012. He's a stud.",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,21,https://twitter.com/elonmusk/status/154307255536324608,[],[],0,,False,13,6,10,,None,,,,,,,[],,,, +11666,154094195089473536,154094195089473536,1325573893000.0,2012-01-03 06:58:13,+0000,,"What everyone really thinks ... RT “@jonlovett: If Mayans were good at predicting the future, there'd be Mayans.”",en,[],[],44196397,44196397,elonmusk,Elon Musk,2,06,https://twitter.com/elonmusk/status/154094195089473536,[],[],0,,False,22,4,90,,None,,,,,,,[],,,, +11667,153594528908058624,153594528908058624,1325454764000.0,2012-01-01 21:52:44,+0000,,"On a lighter note, the RHCP are f* awesome. No better way to bring in the New Year... http://t.co/TlkAdzsk",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,21,https://twitter.com/elonmusk/status/153594528908058624,[],['https://pbs.twimg.com/media/AiGtaQdCIAE5uq6.jpg'],1,https://pbs.twimg.com/media/AiGtaQdCIAE5uq6.jpg,False,92,4,14,,None,,,,,,,[],,,, +11668,153578511687368704,153578511687368704,1325450945000.0,2012-01-01 20:49:05,+0000,,I said *information* weapons for a reason. The bit is mightier than the bomb.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153578511687368704,[],[],0,,False,16,6,12,,None,,,,,,,[],,,, +11669,153576623101313025,153576623101313025,1325450494000.0,2012-01-01 20:41:34,+0000,,"If we are not careful, we will find that knife against liberty's neck. Fate has a great sense of irony. http://t.co/OQ2u1zHQ",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153576623101313025,['http://boingboing.net/2011/12/31/aclu-fights-kafkaesque-secret.html?utm_source=dlvr.it&utm_medium=twitter'],[],0,,False,14,4,10,,None,,,,,,,[],,,, +11670,153574532031070208,153574532031070208,1325449996000.0,2012-01-01 20:33:16,+0000,,"We built powerful information weapons to fight enemies of liberty. Now those enemies are largely defeated, but the weapons remain.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,20,https://twitter.com/elonmusk/status/153574532031070208,[],[],0,,False,21,7,28,,None,,,,,,,[],,,, +11671,153519464653127680,153507481161711616,1325436867000.0,2012-01-01 16:54:27,+0000,,"@FareedZakaria However, China's real estate crisis will explode in a way that makes ours look puny. They can't hide it for much longer.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153519464653127680,[],[],0,,False,6,3,2,,None,,,,,,,[],,,, +11672,153518263001808896,153507481161711616,1325436580000.0,2012-01-01 16:49:40,+0000,,"@FareedZakaria Yeah, 2012 will be great for the American economy & jobs, as we've mostly dealt with the overbuilt housing crisis.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153518263001808896,[],[],0,,False,25,4,1,,None,,,,,,,[],,,, +11673,153515940707975169,153515940707975169,1325436027000.0,2012-01-01 16:40:27,+0000,,"My first prediction of 2012 has come true: ouch, my head hurts.",en,[],[],44196397,44196397,elonmusk,Elon Musk,7,16,https://twitter.com/elonmusk/status/153515940707975169,[],[],0,,False,339,16,12,,None,,,,,,,[],,,, +11674,153236159361847298,153236159361847298,1325369322000.0,2011-12-31 22:08:42,+0000,,World violence being super low is probably counter-intuitive to most people. That's because modern media is a misery microscope.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/153236159361847298,[],[],0,,False,32,9,65,,None,,,,,,,[],,,, +11675,153235426126213120,153235426126213120,1325369147000.0,2011-12-31 22:05:47,+0000,,Here's a happy thought for 2012: world violence is at an all time historical low. Excellent piece by Stephen Pinker http://t.co/gv4MLfQe,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,22,https://twitter.com/elonmusk/status/153235426126213120,['http://j.mp/sLFDtN'],[],0,,False,34,10,84,,None,,,,,,,[],,,, +11676,153099684280410112,153099684280410112,1325336783000.0,2011-12-31 13:06:23,+0000,,Hacked my Tesla charge connector on a small island in the rain last night #whatcouldpossiblygowrong,en,['whatcouldpossiblygowrong'],[],44196397,44196397,elonmusk,Elon Musk,6,13,https://twitter.com/elonmusk/status/153099684280410112,[],[],0,,False,405,55,32,,None,,,,,,,[],,,, +11677,152774892591398913,152774892591398913,1325259347000.0,2011-12-30 15:35:47,+0000,,"Not that this really matters. All current rocket tech, including ours, sucks. Only when it becomes fully reusable, will it not suck.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,15,https://twitter.com/elonmusk/status/152774892591398913,[],[],0,,False,1298,26,182,,None,,,,,,,[],,,, +11678,152763084488982531,152763084488982531,1325256532000.0,2011-12-30 14:48:52,+0000,,"SpaceX has Boeing, Lockheed, Europe (Ariane) and Russia (Proton/Soyuz) near checkmate in rocket technology. End game is all about China.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/152763084488982531,[],[],0,,False,453,20,49,,None,,,,,,,[],,,, +11679,152759917621690368,152759917621690368,1325255777000.0,2011-12-30 14:36:17,+0000,,China unveils ambitious space strategy http://t.co/udHmuft2,en,[],[],44196397,44196397,elonmusk,Elon Musk,5,14,https://twitter.com/elonmusk/status/152759917621690368,['http://www.nytimes.com/2011/12/30/world/asia/china-unveils-ambitious-plan-to-explore-space.html'],[],0,,False,317,13,17,,None,,,,,,,[],,,, +11680,152614233278910464,152614233278910464,1325221043000.0,2011-12-30 04:57:23,+0000,,"To be clear, CtG absolutely did *not* bang her horse. They were just close friends who liked to take showers together and spoon at night.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152614233278910464,[],[],0,,False,137,30,50,,None,,,,,,,[],,,, +11681,152602438807994369,152602438807994369,1325218231000.0,2011-12-30 04:10:31,+0000,,"Right mood, scented candles, Barry White singing ""Can't Get Enough of Your Love, Baby"" and the magic (by that I mean horsef*ing) happens ...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152602438807994369,[],[],0,,False,528,59,320,,None,,,,,,,[],,,, +11682,152600724222656512,152600724222656512,1325217822000.0,2011-12-30 04:03:42,+0000,,I'm just saying that u shouldn't pass judgment based on one night of passion. Sometimes things just happen and u go with the moment :),en,[],[],44196397,44196397,elonmusk,Elon Musk,5,04,https://twitter.com/elonmusk/status/152600724222656512,[],[],0,,False,65,38,27,,None,,,,,,,[],,,, +11683,152599413813018624,152599413813018624,1325217510000.0,2011-12-30 03:58:30,+0000,,"Sew one button, doesn't make u a tailor; cook one meal, doesn't make u a chef; but f* one horse and u r a horsef*er for all of history...",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/152599413813018624,[],[],0,,False,168062,1815,46325,,None,,,,,,,[],,,, +11684,152598246475317248,152598246475317248,1325217231000.0,2011-12-30 03:53:51,+0000,,"Am reading Robert Massie's book on Catherine the Great. Yeah, I know what you're probably thinking ... did she really f* a horse?",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,03,https://twitter.com/elonmusk/status/152598246475317248,[],[],0,,False,133,23,46,,None,,,,,,,[],,,, +11685,152520590719336448,152520590719336448,1325198717000.0,2011-12-29 22:45:17,+0000,,"Am not saying that is *necessarily* good or bad, but reality will force us to live with the consequences of our actions http://t.co/fnXmhUok",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/152520590719336448,['http://j.mp/tDhcer'],[],0,,False,14,7,6,,None,,,,,,,[],,,, +11686,152517033207136256,152517033207136256,1325197869000.0,2011-12-29 22:31:09,+0000,,Interesting Economist article about how humanity's collective actions have created a fundamentally new geological age -- the Anthropocene.,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,22,https://twitter.com/elonmusk/status/152517033207136256,[],[],0,,False,22,8,7,,None,,,,,,,[],,,, +11687,152394000857448448,152164359987142657,1325168535000.0,2011-12-29 14:22:15,+0000,,"@om Cool personal essay. It really resonated with me, as I felt the same way after coming very close to dying from malaria ten years ago.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,14,https://twitter.com/elonmusk/status/152394000857448448,[],[],0,,False,27,9,8,,None,,,,,,,[],,,, +11688,152315925167742977,152315925167742977,1325149921000.0,2011-12-29 09:12:01,+0000,,"@richardbranson Liked ""Screw Business as Usual"" a lot. This approach should be taken to heart by all, as it really is the smart move.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/152315925167742977,[],[],0,,False,100,7,11,,None,,,,,,,[],,,, +11689,152311993636892672,150720923127922688,1325148983000.0,2011-12-29 08:56:23,+0000,,"@kanyewest Just returned from Haiti. For those who want to help, I recommend donating to MSF, UNICEF and Artists for Peace & Justice.",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,08,https://twitter.com/elonmusk/status/152311993636892672,[],[],0,,False,24,8,9,,None,,,,,,,[],,,, +11690,152153637639028736,152151847614943233,1325111228000.0,2011-12-28 22:27:08,+0000,,@TheOnion So true :),en,[],[],44196397,44196397,elonmusk,Elon Musk,3,22,https://twitter.com/elonmusk/status/152153637639028736,[],[],0,,False,12,7,1,,None,,,,,,,[],,,, +11691,151809315026636800,151809315026636800,1325029135000.0,2011-12-27 23:38:55,+0000,,If you ever wanted to know the *real* truth about the moon landings ...(best Onion article ever) http://t.co/pgNEJsjI,en,[],[],44196397,44196397,elonmusk,Elon Musk,2,23,https://twitter.com/elonmusk/status/151809315026636800,['http://j.mp/vLhhov'],[],0,,False,39,13,34,,None,,,,,,,[],,,, +11692,151338939389706242,151338939389706242,1324916990000.0,2011-12-26 16:29:50,+0000,,Walked around a neighborhood recently rebuilt with help from APJ and others http://t.co/KYHjsS1k,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151338939389706242,[],['https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg'],1,https://pbs.twimg.com/media/Ahmp9qtCAAAYPDX.jpg,False,155,9,18,,None,,,,,,,[],,,, +11693,151337237429239808,151337237429239808,1324916584000.0,2011-12-26 16:23:04,+0000,,"It was Xmas, so we brought presents for the kids at the orphanage. They don't usually get much. http://t.co/r8qfluIG",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,16,https://twitter.com/elonmusk/status/151337237429239808,[],['https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg'],1,https://pbs.twimg.com/media/AhmoamaCQAANvSt.jpg,False,158,15,13,,None,,,,,,,[],,,, +11694,151327734843445249,151327734843445249,1324914318000.0,2011-12-26 15:45:18,+0000,,"Met with UNICEF, Doctors Without Borders and Artists for Peace & Justice. I support them and would recommend others do too.",en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151327734843445249,[],[],0,,False,20,5,31,,None,,,,,,,[],,,, +11695,151322293174419456,151322293174419456,1324913020000.0,2011-12-26 15:23:40,+0000,,Just returned from a trip to Haiti. Covered a lot of ground and saw many tough situations. They need a lot of help.,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151322293174419456,[],[],0,,False,26,16,14,,None,,,,,,,[],,,, +11696,151317672217419777,151317672217419777,1324911919000.0,2011-12-26 15:05:19,+0000,,Single character Tweets are the ulitmate extension of the Twitmeme...,en,[],[],44196397,44196397,elonmusk,Elon Musk,1,15,https://twitter.com/elonmusk/status/151317672217419777,[],[],0,,False,23,30,6,,None,,,,,,,[],,,, +11697,151151777662779392,151151777662779392,1324872366000.0,2011-12-26 04:06:06,+0000,,I,und,[],[],44196397,44196397,elonmusk,Elon Musk,1,04,https://twitter.com/elonmusk/status/151151777662779392,[],[],0,,False,176,27,89,,None,,,,,,,[],,,, +11698,150390624552615937,150390624552615937,1324690893000.0,2011-12-24 01:41:33,+0000,,The Russians are having some challenges with their rockets. Too many of the engineers that designed them have retired: http://t.co/rEs7spSU,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150390624552615937,['http://ow.ly/89k5F'],[],0,,False,17,27,14,,None,,,,,,,[],,,, +11699,150388617246801920,150388617246801920,1324690415000.0,2011-12-24 01:33:35,+0000,,We had a long and interesting conversation on many subjects. He has exciting ideas for extending his creative talents beyond music.,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150388617246801920,[],[],0,,False,41,11,6,,None,,,,,,,[],,,, +11700,150387544402575360,150387544402575360,1324690159000.0,2011-12-24 01:29:19,+0000,,Kanye stopped by the SpaceX rocket factory today. http://t.co/6z7gHBn6,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,01,https://twitter.com/elonmusk/status/150387544402575360,[],['https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg'],1,https://pbs.twimg.com/media/AhZIrMMCQAAayCv.jpg,False,117055,1332,8414,,None,,,,,,,[],,,, +11701,149813972915339264,149813972915339264,1324553410000.0,2011-12-22 11:30:10,+0000,,Model S options are out! Performance in red and black for me. I will deliver my car in June/July. http://t.co/acnyP4nh,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,11,https://twitter.com/elonmusk/status/149813972915339264,[],['https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg'],1,https://pbs.twimg.com/media/AhQ_A75CQAAYXlN.jpg,False,444,40,52,,None,,,,,,,[],,,, +11702,149787827712958464,149787827712958464,1324547176000.0,2011-12-22 09:46:16,+0000,,"Hi, I'm Art Garfunkel. Have you heard the sound of silence? Because, you know, it makes a sound... http://t.co/7vgya9xL",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/149787827712958464,[],['https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg'],1,https://pbs.twimg.com/media/AhQnPFbCIAAEyYJ.jpg,False,896,86,150,,None,,,,,,,[],,,, +11703,149688828599349251,149688828599349251,1324523572000.0,2011-12-22 03:12:52,+0000,,Raul Campos invited me to do a guest DJ gig on KCRW. Hear my random holiday season music selections at http://t.co/o6FQASvC,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,03,https://twitter.com/elonmusk/status/149688828599349251,['http://ow.ly/87gEb'],[],0,,False,9,6,4,,None,,,,,,,[],,,, +11704,149629518267695104,149629518267695104,1324509431000.0,2011-12-21 23:17:11,+0000,,Yum! Even better than deep fried butter: http://t.co/Ody21NuD,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,23,https://twitter.com/elonmusk/status/149629518267695104,['http://ow.ly/877EB'],[],0,,False,10,7,2,,None,,,,,,,[],,,, +11705,149447517325635584,149447517325635584,1324466039000.0,2011-12-21 11:13:59,+0000,,"Yeah, this really is me, as my Mom @mayemusk will attest. Not sure I can handle just doing 140 char missives. Will put longer thoughts on G+",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149447517325635584,[],[],0,,False,34,11,4,,None,,,,,,,[],,,, +11706,149444078210256896,149444078210256896,1324465219000.0,2011-12-21 11:00:19,+0000,,"Got called randomly by Kanye West today and received a download of his thoughts, ranging from shoes to Moses. He was polite, but opaque.",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,11,https://twitter.com/elonmusk/status/149444078210256896,[],[],0,,False,1068,19,546,,None,,,,,,,[],,,, +11707,149441101684686848,149441101684686848,1324464509000.0,2011-12-21 10:48:29,+0000,,His singing and acting talent will be sorely missed: http://t.co/IIFKob75 South Park sequel coming soon...,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149441101684686848,['http://www.youtube.com/watch?v=jdug6yHJB40&feature=related'],[],0,,False,32,6,2,,None,,,,,,,[],,,, +11708,149439686702661632,149439686702661632,1324464172000.0,2011-12-21 10:42:52,+0000,,Why does the crowd cry over the glorious leader Kim Il Sung's death? Fear of being shot may play a role: http://t.co/hoQrYtG1,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149439686702661632,['http://ow.ly/86gDA'],[],0,,False,23,20,9,,None,,,,,,,[],,,, +11709,149436471764459520,149436471764459520,1324463405000.0,2011-12-21 10:30:05,+0000,,Sam Harris also wrote a nice piece on the awesomeness of Hitchens: http://t.co/fPkLiK3v May the good man RIP.,en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149436471764459520,['http://www.samharris.org/blog/item/hitch/'],[],0,,False,103,12,21,,None,,,,,,,[],,,, +11710,149435658115612672,149435658115612672,1324463211000.0,2011-12-21 10:26:51,+0000,,"Read ""Lying"", the new book by my friend Sam Harris. Excellent cover art and lots of good reasons not to lie!",en,[],[],44196397,44196397,elonmusk,Elon Musk,3,10,https://twitter.com/elonmusk/status/149435658115612672,[],[],0,,False,60,12,13,,None,,,,,,,[],,,, +11711,143171132814671872,143171132814671872,1322969632000.0,2011-12-04 03:33:52,+0000,,Am reading a great biography of Ben Franklin by Isaacson. Highly recommended.,en,[],[],44196397,44196397,elonmusk,Elon Musk,7,03,https://twitter.com/elonmusk/status/143171132814671872,[],[],0,,False,65,17,9,,None,,,,,,,[],,,, +11712,142881284019060736,142881284019060736,1322900527000.0,2011-12-03 08:22:07,+0000,,That was a total non sequitur btw,en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142881284019060736,[],[],0,,False,53,31,6,,None,,,,,,,[],,,, +11713,142880871391838208,142880871391838208,1322900428000.0,2011-12-03 08:20:28,+0000,,"Great Voltaire quote, arguably better than Twain. Hearing news of his own death, Voltaire replied the reports were true, only premature.",en,[],[],44196397,44196397,elonmusk,Elon Musk,6,08,https://twitter.com/elonmusk/status/142880871391838208,[],[],0,,False,29,7,25,,None,,,,,,,[],,,, +11714,142188458125963264,142188458125963264,1322735344000.0,2011-12-01 10:29:04,+0000,,I made the volume on the Model S http://t.co/wMCnT53M go to 11. Now I just need to work in a miniature Stonehenge...,en,[],[],44196397,44196397,elonmusk,Elon Musk,4,10,https://twitter.com/elonmusk/status/142188458125963264,['http://ow.ly/i/mtD7'],[],0,,False,78,31,9,,None,,,,,,,[],,,, +11715,142179928203460608,142179928203460608,1322733311000.0,2011-12-01 09:55:11,+0000,,"Went to Iceland on Sat to ride bumper cars on ice! No, not the country, Vlad's rink in Van Nuys. Awesome family fun :) http://t.co/rBQXJ9IT",en,[],[],44196397,44196397,elonmusk,Elon Musk,4,09,https://twitter.com/elonmusk/status/142179928203460608,[],['https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg'],1,https://pbs.twimg.com/media/Afkf5DMCAAEJGFr.jpg,False,189,32,15,,None,,,,,,,[],,,, +11716,15434727182,15434727182,1275676317000.0,2010-06-04 18:31:57,+0000,,"Please ignore prior tweets, as that was someone pretending to be me :) This is actually me.",en,[],[],44196397,44196397,elonmusk,Elon Musk,5,18,https://twitter.com/elonmusk/status/15434727182,[],[],0,,False,4652,391,348,,None,,,,,,,[],,,, diff --git a/task1/2021.csv b/task1/2021.csv new file mode 100644 index 0000000..80e97a4 --- /dev/null +++ b/task1/2021.csv @@ -0,0 +1,3116 @@ +id,conversation_id,created_at,date,time,timezone,user_id,username,name,place,tweet,language,mentions,urls,photos,replies_count,retweets_count,likes_count,hashtags,cashtags,link,retweet,quote_url,video,thumbnail,near,geo,source,user_rt_id,user_rt,retweet_id,reply_to,retweet_date,translate,trans_src,trans_dest +1476662222617251846,1476620230692679680,2021-12-31 01:11:23 Arabian Standard Time,2021-12-31,01:11:23,+0400,44196397,elonmusk,Elon Musk,,@roshanpateI 🤣 $7,und,[],[],[],793,364,13468,[],[],https://twitter.com/elonmusk/status/1476662222617251846,False,,0,,,,,,,,"[{'screen_name': 'roshanpateI', 'name': 'Roshan Patel', 'id': '816354391880040450'}]",,,, +1476656306610216960,1476644467578859528,2021-12-31 00:47:53 Arabian Standard Time,2021-12-31,00:47:53,+0400,44196397,elonmusk,Elon Musk,,@tesla_raj Many UI improvements coming,ca,[],[],[],1008,435,12209,[],[],https://twitter.com/elonmusk/status/1476656306610216960,False,,0,,,,,,,,"[{'screen_name': 'tesla_raj', 'name': 'Tesla Raj', 'id': '1061504849420836865'}]",,,, +1476651519986614281,1476252898115964928,2021-12-31 00:28:51 Arabian Standard Time,2021-12-31,00:28:51,+0400,44196397,elonmusk,Elon Musk,,@CSmithson80 @heydave7 @BLKMDL3 @mims This chart is a big deal,en,[],[],[],240,143,2529,[],[],https://twitter.com/elonmusk/status/1476651519986614281,False,,0,,,,,,,,"[{'screen_name': 'CSmithson80', 'name': 'Chris Smithson', 'id': '2904581459'}, {'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}, {'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'mims', 'name': 'Christopher Mims 🤌', 'id': '1769191'}]",,,, +1476619907076923398,1476252898115964928,2021-12-30 22:23:14 Arabian Standard Time,2021-12-30,22:23:14,+0400,44196397,elonmusk,Elon Musk,,"@BLKMDL3 @mims Predicting macroeconomics is challenging, to say the least. My gut feel is maybe around spring or summer 2022, but not later than 2023.",en,[],[],[],709,1235,5756,[],[],https://twitter.com/elonmusk/status/1476619907076923398,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'mims', 'name': 'Christopher Mims 🤌', 'id': '1769191'}]",,,, +1476618021024190474,1476252898115964928,2021-12-30 22:15:45 Arabian Standard Time,2021-12-30,22:15:45,+0400,44196397,elonmusk,Elon Musk,,"@mims If history is any guide, not many will make it past the next recession",en,[],[],[],370,549,5247,[],[],https://twitter.com/elonmusk/status/1476618021024190474,False,,0,,,,,,,,"[{'screen_name': 'mims', 'name': 'Christopher Mims 🤌', 'id': '1769191'}]",,,, +1476607954719752199,1476600106606542858,2021-12-30 21:35:45 Arabian Standard Time,2021-12-30,21:35:45,+0400,44196397,elonmusk,Elon Musk,,@waitbutwhy 💯🙏,und,[],[],[],458,255,4978,[],[],https://twitter.com/elonmusk/status/1476607954719752199,False,,0,,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1476473842059161602,1476437555717541893,2021-12-30 12:42:50 Arabian Standard Time,2021-12-30,12:42:50,+0400,44196397,elonmusk,Elon Musk,,@T_Ball5 Probably not wrong,en,[],[],[],842,1681,39405,[],[],https://twitter.com/elonmusk/status/1476473842059161602,False,,0,,,,,,,,"[{'screen_name': 'T_Ball5', 'name': 'TBALL5', 'id': '1419528326'}]",,,, +1476450321786359810,1341622095050989569,2021-12-30 11:09:22 Arabian Standard Time,2021-12-30,11:09:22,+0400,44196397,elonmusk,Elon Musk,,@heydave7 🤔,und,[],[],[],1097,458,8674,[],[],https://twitter.com/elonmusk/status/1476450321786359810,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1476439722046238725,1476439722046238725,2021-12-30 10:27:15 Arabian Standard Time,2021-12-30,10:27:15,+0400,44196397,elonmusk,Elon Musk,, https://t.co/OCUqr6xd9d,und,[],[],['https://pbs.twimg.com/media/FH1eGifWUAAAxmM.jpg'],19057,28269,312275,[],[],https://twitter.com/elonmusk/status/1476439722046238725,False,,1,https://pbs.twimg.com/media/FH1eGifWUAAAxmM.jpg,,,,,,,[],,,, +1476437555717541893,1476437555717541893,2021-12-30 10:18:38 Arabian Standard Time,2021-12-30,10:18:38,+0400,44196397,elonmusk,Elon Musk,, https://t.co/mVhCpxVPZI,und,[],[],['https://pbs.twimg.com/media/FH1cIfBXMAQsROP.jpg'],16010,60625,384634,[],[],https://twitter.com/elonmusk/status/1476437555717541893,False,,1,https://pbs.twimg.com/media/FH1cIfBXMAQsROP.jpg,,,,,,,[],,,, +1476242084126511105,1476032777430585344,2021-12-29 21:21:54 Arabian Standard Time,2021-12-29,21:21:54,+0400,44196397,elonmusk,Elon Musk,,@PPathole I do,und,[],[],[],1923,840,24514,[],[],https://twitter.com/elonmusk/status/1476242084126511105,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1476229496244166658,1475981847700152327,2021-12-29 20:31:53 Arabian Standard Time,2021-12-29,20:31:53,+0400,44196397,elonmusk,Elon Musk,,"@GailAlfarATX @SawyerMerritt Wow, working on this problem has soaked up a lot of my time & brain cycles over the past ~7 years! This and Starship engines are currently the two hardest problems.",en,[],[],[],328,293,4701,[],[],https://twitter.com/elonmusk/status/1476229496244166658,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1476227079033303042,1475981847700152327,2021-12-29 20:22:17 Arabian Standard Time,2021-12-29,20:22:17,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt Ashok was the first person recruited from my tweet saying that Tesla is starting an Autopilot team!,en,[],[],[],516,597,11472,[],[],https://twitter.com/elonmusk/status/1476227079033303042,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1476220099682082816,1476159173507391493,2021-12-29 19:54:33 Arabian Standard Time,2021-12-29,19:54:33,+0400,44196397,elonmusk,Elon Musk,,@esprit_tesla @chazman @lexfridman Yes,und,[],[],[],211,94,2264,[],[],https://twitter.com/elonmusk/status/1476220099682082816,False,,0,,,,,,,,"[{'screen_name': 'esprit_tesla', 'name': 'Esprit Tesla', 'id': '1190525944714452992'}, {'screen_name': 'chazman', 'name': 'Chuck Cook', 'id': '14084713'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1476110401347670017,1475375907237875713,2021-12-29 12:38:39 Arabian Standard Time,2021-12-29,12:38:39,+0400,44196397,elonmusk,Elon Musk,,@risermaker @engineers_feed ~700nm to ~400nm,pl,[],[],[],297,123,2351,[],[],https://twitter.com/elonmusk/status/1476110401347670017,False,,0,,,,,,,,"[{'screen_name': 'risermaker', 'name': 'high vibration (Ðoge-1)', 'id': '1304442754546774017'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1476109841949208577,1475375907237875713,2021-12-29 12:36:25 Arabian Standard Time,2021-12-29,12:36:25,+0400,44196397,elonmusk,Elon Musk,,@SirineAti @engineers_feed FAA approval is the schedule driver. Their latest update says end of February.,en,[],[],[],199,152,2583,[],[],https://twitter.com/elonmusk/status/1476109841949208577,False,,0,,,,,,,,"[{'screen_name': 'SirineAti', 'name': '💫Sirine💫🦊🇺🇦', 'id': '1285872552766734346'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1475939200218370049,1475939200218370049,2021-12-29 01:18:21 Arabian Standard Time,2021-12-29,01:18:21,+0400,44196397,elonmusk,Elon Musk,,Lex asks great questions,en,[],[],[],10174,7789,87547,[],[],https://twitter.com/elonmusk/status/1475939200218370049,False,https://twitter.com/lexfridman/status/1475907489463943168,0,,,,,,,,[],,,, +1475561126645710850,1475491456425017344,2021-12-28 00:16:01 Arabian Standard Time,2021-12-28,00:16:01,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica Most people still have no idea that sustainable energy generation is growing so fast,en,[],[],[],1047,875,10687,[],[],https://twitter.com/elonmusk/status/1475561126645710850,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1475540629891522566,1475317557825519619,2021-12-27 22:54:35 Arabian Standard Time,2021-12-27,22:54:35,+0400,44196397,elonmusk,Elon Musk,,@SpaceXMR 🤣,und,[],[],[],535,257,10646,[],[],https://twitter.com/elonmusk/status/1475540629891522566,False,,0,,,,,,,,"[{'screen_name': 'SpaceXMR', 'name': 'r/SpaceXMasterrace', 'id': '1004697063974633472'}]",,,, +1475431151321899012,1475375907237875713,2021-12-27 15:39:33 Arabian Standard Time,2021-12-27,15:39:33,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed The resolution of the universe is not smaller than Planck length https://t.co/hoyZR4d0pP,en,[],['https://en.m.wikipedia.org/wiki/Planck_length'],[],623,328,5026,[],[],https://twitter.com/elonmusk/status/1475431151321899012,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1475321407328432131,1475317897660612617,2021-12-27 08:23:28 Arabian Standard Time,2021-12-27,08:23:28,+0400,44196397,elonmusk,Elon Musk,,@karpathy All of reality can be simulated with ones & zeroes,en,[],[],[],2024,1410,19446,[],[],https://twitter.com/elonmusk/status/1475321407328432131,False,,0,,,,,,,,"[{'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +1475318524390293515,1475312943420121088,2021-12-27 08:12:00 Arabian Standard Time,2021-12-27,08:12:00,+0400,44196397,elonmusk,Elon Musk,,"@lexfridman Yeah, the smarter someone is, the harder it is to simulate/predict their behavior",en,[],[],[],1116,1049,13584,[],[],https://twitter.com/elonmusk/status/1475318524390293515,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1475318038379569156,1475312943420121088,2021-12-27 08:10:05 Arabian Standard Time,2021-12-27,08:10:05,+0400,44196397,elonmusk,Elon Musk,,"@BillyM2k Now that the Webb telescope has been launched, they will have to spend more on rendering haha",en,[],[],[],770,653,12584,[],[],https://twitter.com/elonmusk/status/1475318038379569156,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1475317711165169665,1475312943420121088,2021-12-27 08:08:47 Arabian Standard Time,2021-12-27,08:08:47,+0400,44196397,elonmusk,Elon Musk,,"@BillyM2k It is simulations all the way down, until you get to one bit",en,[],[],[],454,336,4563,[],[],https://twitter.com/elonmusk/status/1475317711165169665,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1475314495396405256,1475312943420121088,2021-12-27 07:56:00 Arabian Standard Time,2021-12-27,07:56:00,+0400,44196397,elonmusk,Elon Musk,,"@PPathole People are able to break any laws made by humans, but none made by physics",en,[],[],[],1036,1206,11521,[],[],https://twitter.com/elonmusk/status/1475314495396405256,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1475313375597019140,1475312943420121088,2021-12-27 07:51:33 Arabian Standard Time,2021-12-27,07:51:33,+0400,44196397,elonmusk,Elon Musk,,Physics formulas are the rendering rules,en,[],[],[],3885,2971,58277,[],[],https://twitter.com/elonmusk/status/1475313375597019140,False,,0,,,,,,,,[],,,, +1475312943420121088,1475312943420121088,2021-12-27 07:49:50 Arabian Standard Time,2021-12-27,07:49:50,+0400,44196397,elonmusk,Elon Musk,,"So much of AI is about compressing reality to a small vector space, like a video game in reverse",en,[],[],[],11789,10059,139676,[],[],https://twitter.com/elonmusk/status/1475312943420121088,False,,0,,,,,,,,[],,,, +1475189931995709441,1475081905859182597,2021-12-26 23:41:02 Arabian Standard Time,2021-12-26,23:41:02,+0400,44196397,elonmusk,Elon Musk,,@stats_feed @engineers_feed Useful mass to orbit is what matters,en,[],[],[],451,259,4200,[],[],https://twitter.com/elonmusk/status/1475189931995709441,False,,0,,,,,,,,"[{'screen_name': 'stats_feed', 'name': 'World of Statistics', 'id': '1335132884278108161'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1475184726621175808,1475155155226185735,2021-12-26 23:20:21 Arabian Standard Time,2021-12-26,23:20:21,+0400,44196397,elonmusk,Elon Musk,,@nichegamer 🤣,und,[],[],[],232,130,3619,[],[],https://twitter.com/elonmusk/status/1475184726621175808,False,,0,,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1475182936559435777,1475159247902199814,2021-12-26 23:13:14 Arabian Standard Time,2021-12-26,23:13:14,+0400,44196397,elonmusk,Elon Musk,,"@DimaZeniuk @klwtts @TeslaClubNorway @WholeMarsBlog @SawyerMerritt @1stMarsColonist @daelmor @Kristennetten @28delayslater @Inelonwetrust__ @billhuang688 @EvaFoxU @GailAlfarATX As goes Norway, so goes the world. That said, still a long way to go to replace the fleet of combustion vehicles on the road.",en,[],[],[],837,492,10836,[],[],https://twitter.com/elonmusk/status/1475182936559435777,False,,0,,,,,,,,"[{'screen_name': 'DimaZeniuk', 'name': 'Dima Zeniuk 🇺🇦', 'id': '1198495865301864448'}, {'screen_name': 'klwtts', 'name': 'The Kilowatts 🚗⚡️', 'id': '912969880852299776'}, {'screen_name': 'TeslaClubNorway', 'name': 'TeslaOwnersClubNorway 🇳🇴', 'id': '2994611423'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}, {'screen_name': '1stMarsColonist', 'name': 'Ash Martian ✨🌎🇺🇦🔴✨', 'id': '1320429075270307846'}, {'screen_name': 'daelmor', 'name': '𝔇𝔞𝔫𝔞 🦊🇺🇦🕊', 'id': '97552785'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}, {'screen_name': 'Inelonwetrust__', 'name': 'InElonWeTrust', 'id': '1053485936191856640'}, {'screen_name': 'billhuang688', 'name': '𝐁𝐨𝐠𝐮𝐬𝐓𝐡𝐨𝐮𝐠𝐡𝐭 - TITS, Texas', 'id': '1266489338675646464'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}]",,,, +1475081021423038468,1475081021423038468,2021-12-26 16:28:15 Arabian Standard Time,2021-12-26,16:28:15,+0400,44196397,elonmusk,Elon Musk,, https://t.co/Scr3Ub3tgT,und,[],[],['https://pbs.twimg.com/media/FHiKXvwXwAMwNtu.jpg'],17050,36115,453000,[],[],https://twitter.com/elonmusk/status/1475081021423038468,False,,1,https://pbs.twimg.com/media/FHiKXvwXwAMwNtu.jpg,,,,,,,[],,,, +1475076745627938821,1475069634034470916,2021-12-26 16:11:16 Arabian Standard Time,2021-12-26,16:11:16,+0400,44196397,elonmusk,Elon Musk,,@archillect Now $1.25,und,[],[],[],1566,1550,38980,[],[],https://twitter.com/elonmusk/status/1475076745627938821,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1474909274459578380,1474754154992181249,2021-12-26 05:05:48 Arabian Standard Time,2021-12-26,05:05:48,+0400,44196397,elonmusk,Elon Musk,,"@NASA @NASAWebb Congratulations, this is major!",en,[],[],[],872,1339,37545,[],[],https://twitter.com/elonmusk/status/1474909274459578380,False,,0,,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'NASAWebb', 'name': 'NASA Webb Telescope', 'id': '29472803'}]",,,, +1474908839979925508,1474854229349216259,2021-12-26 05:04:04 Arabian Standard Time,2021-12-26,05:04:04,+0400,44196397,elonmusk,Elon Musk,,@WorldAndScience Me 💯,und,[],[],[],667,278,7507,[],[],https://twitter.com/elonmusk/status/1474908839979925508,False,,0,,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1474860884359094275,1474860884359094275,2021-12-26 01:53:31 Arabian Standard Time,2021-12-26,01:53:31,+0400,44196397,elonmusk,Elon Musk,,Floki Santa https://t.co/y3CTq16bGi,is,[],[],['https://pbs.twimg.com/media/FHfCJ7TX0AwDyHE.jpg'],25890,27643,330074,[],[],https://twitter.com/elonmusk/status/1474860884359094275,False,,1,https://pbs.twimg.com/media/FHfCJ7TX0AwDyHE.jpg,,,,,,,[],,,, +1474836752619741188,1474836752619741188,2021-12-26 00:17:37 Arabian Standard Time,2021-12-26,00:17:37,+0400,44196397,elonmusk,Elon Musk,,Merry Christmas 🎄🎁 ⛄️ ⭐️ 😃,et,[],[],[],28539,30789,528995,[],[],https://twitter.com/elonmusk/status/1474836752619741188,False,,0,,,,,,,,[],,,, +1474834326571397120,1474734272502239237,2021-12-26 00:07:59 Arabian Standard Time,2021-12-26,00:07:59,+0400,44196397,elonmusk,Elon Musk,,@JonErlichman Or Tesla!,tr,[],[],[],2192,1556,61659,[],[],https://twitter.com/elonmusk/status/1474834326571397120,False,,0,,,,,,,,"[{'screen_name': 'JonErlichman', 'name': 'Jon Erlichman', 'id': '164425558'}]",,,, +1474493189688070148,1474493189688070148,2021-12-25 01:32:25 Arabian Standard Time,2021-12-25,01:32:25,+0400,44196397,elonmusk,Elon Musk,,Interesting https://t.co/548FHpnnxU,en,[],['https://www.census.gov/newsroom/press-releases/2021/2021-population-estimates.html'],[],6868,3416,34203,[],[],https://twitter.com/elonmusk/status/1474493189688070148,False,,0,,,,,,,,[],,,, +1474491417816973321,1474464921337356294,2021-12-25 01:25:23 Arabian Standard Time,2021-12-25,01:25:23,+0400,44196397,elonmusk,Elon Musk,,@nichegamer It’s good,en,[],[],[],472,162,5045,[],[],https://twitter.com/elonmusk/status/1474491417816973321,False,,0,,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1474481634770567170,1474343379672526848,2021-12-25 00:46:30 Arabian Standard Time,2021-12-25,00:46:30,+0400,44196397,elonmusk,Elon Musk,,@PPathole @Tesla That was a crazy tough year. Tesla financing closed at 6pm Christmas Eve – last hour of the last day possible. Payroll would otherwise have bounced two days after Christmas.,en,[],[],[],466,417,7317,[],[],https://twitter.com/elonmusk/status/1474481634770567170,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1474480124653408259,1474128488940519427,2021-12-25 00:40:30 Arabian Standard Time,2021-12-25,00:40:30,+0400,44196397,elonmusk,Elon Musk,,@cyantist It was a shamefully low blow from WSJ,en,[],[],[],375,340,6558,[],[],https://twitter.com/elonmusk/status/1474480124653408259,False,,0,,,,,,,,"[{'screen_name': 'cyantist', 'name': 'Recall 欺善暴丁', 'id': '13418552'}]",,,, +1474474339596742659,1474456126448046080,2021-12-25 00:17:31 Arabian Standard Time,2021-12-25,00:17:31,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog And many other things,en,[],[],[],902,354,7381,[],[],https://twitter.com/elonmusk/status/1474474339596742659,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1474453269833748480,1474451823176007684,2021-12-24 22:53:48 Arabian Standard Time,2021-12-24,22:53:48,+0400,44196397,elonmusk,Elon Musk,,"@davidjkon @Tesmanian_com No, that’s some tool with senior editor privileges who keeps putting that there",en,[],[],[],249,121,2771,[],[],https://twitter.com/elonmusk/status/1474453269833748480,False,,0,,,,,,,,"[{'screen_name': 'davidjkon', 'name': '𝗗𝗮𝘃𝗶𝗱 𝗝. 𝗞𝗼𝗻', 'id': '7090302'}, {'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1474452647566532623,1474451823176007684,2021-12-24 22:51:19 Arabian Standard Time,2021-12-24,22:51:19,+0400,44196397,elonmusk,Elon Musk,,"@Tesmanian_com “History is written by the victors” except on Wikipedia, as your enemies are still alive & have lots of time on their hands 🤣🤣",en,[],[],[],349,1127,10068,[],[],https://twitter.com/elonmusk/status/1474452647566532623,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1474452323011289094,1474451823176007684,2021-12-24 22:50:02 Arabian Standard Time,2021-12-24,22:50:02,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com My wiki is such a dumpster fire 🤣🤣. That’s how you know it isn’t curated.,en,[],[],[],328,279,6889,[],[],https://twitter.com/elonmusk/status/1474452323011289094,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1474451624013795336,1474426660191571968,2021-12-24 22:47:15 Arabian Standard Time,2021-12-24,22:47:15,+0400,44196397,elonmusk,Elon Musk,,@GerberKawasaki A lot will be added,en,[],[],[],563,308,7912,[],[],https://twitter.com/elonmusk/status/1474451624013795336,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1474406965938114560,1474406965938114560,2021-12-24 19:49:48 Arabian Standard Time,2021-12-24,19:49:48,+0400,44196397,elonmusk,Elon Musk,,Tesla holiday software update goes to wide release today!,en,[],[],[],8557,5580,114262,[],[],https://twitter.com/elonmusk/status/1474406965938114560,False,,0,,,,,,,,[],,,, +1474405612662530077,1474354175026728962,2021-12-24 19:44:25 Arabian Standard Time,2021-12-24,19:44:25,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Tesla is technically a car like an iPhone is technically a phone,en,[],[],[],1169,1371,19707,[],[],https://twitter.com/elonmusk/status/1474405612662530077,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1474144811951214592,1473778335390048265,2021-12-24 02:28:06 Arabian Standard Time,2021-12-24,02:28:06,+0400,44196397,elonmusk,Elon Musk,,"10.8 looks good, rolling out today",en,[],[],[],3127,1532,38438,[],[],https://twitter.com/elonmusk/status/1474144811951214592,False,,0,,,,,,,,[],,,, +1474101621508476931,1474090632947765264,2021-12-23 23:36:28 Arabian Standard Time,2021-12-23,23:36:28,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 Good idea,en,[],[],[],846,411,19496,[],[],https://twitter.com/elonmusk/status/1474101621508476931,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}]",,,, +1473914193527070770,1473867065039675394,2021-12-23 11:11:42 Arabian Standard Time,2021-12-23,11:11:42,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k @jack @gladstein @rahilla @farokh @samkazemian @TheSmarmyBum @ethereum That’s why I’m pro Doge,en,[],[],[],4203,6149,30980,[],[],https://twitter.com/elonmusk/status/1473914193527070770,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}, {'screen_name': 'gladstein', 'name': 'Alex Gladstein 🌋 ⚡', 'id': '19721574'}, {'screen_name': 'rahilla', 'name': 'rahilla.eth 🇺🇦', 'id': '15393162'}, {'screen_name': 'farokh', 'name': 'Farokh.eth (🎙, 🎙)', 'id': '3369243892'}, {'screen_name': 'samkazemian', 'name': 'Sam Kazemian (¤, ¤)', 'id': '3265756934'}, {'screen_name': 'TheSmarmyBum', 'name': 'Justin Taylor', 'id': '16689451'}, {'screen_name': 'ethereum', 'name': 'Ethereum', 'id': '2312333412'}]",,,, +1473824879820615680,1473824879820615680,2021-12-23 05:16:48 Arabian Standard Time,2021-12-23,05:16:48,+0400,44196397,elonmusk,Elon Musk,,The @SkepticsGuide book is 👍,en,"[{'screen_name': 'skepticsguide', 'name': ""the skeptics' guide to the universe"", 'id': '14283618'}]",[],[],6206,3098,48695,[],[],https://twitter.com/elonmusk/status/1473824879820615680,False,,0,,,,,,,,[],,,, +1473814525774336006,1473814525774336006,2021-12-23 04:35:39 Arabian Standard Time,2021-12-23,04:35:39,+0400,44196397,elonmusk,Elon Musk,,Lots of Tesla cars to deliver before year end! Your support in taking delivery is much appreciated. Thanks also to the Tesla team working hard during the holidays!,en,[],[],[],8583,6985,143759,[],[],https://twitter.com/elonmusk/status/1473814525774336006,False,,0,,,,,,,,[],,,, +1473804628403834886,1473685566155853832,2021-12-23 03:56:20 Arabian Standard Time,2021-12-23,03:56:20,+0400,44196397,elonmusk,Elon Musk,,"@scottwww @realrobcopeland Yeah, I didn’t have a house in the Bay Area for over a decade, despite spending half the week there",en,[],[],[],321,164,3983,[],[],https://twitter.com/elonmusk/status/1473804628403834886,False,,0,,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'realrobcopeland', 'name': 'Rob Copeland', 'id': '97966078'}]",,,, +1473794952719224836,1473794952719224836,2021-12-23 03:17:53 Arabian Standard Time,2021-12-23,03:17:53,+0400,44196397,elonmusk,Elon Musk,,"Whereas radar has trouble seeing small pedestrians, they’re obvious to Tesla vision",en,[],[],[],4080,2082,31509,[],[],https://twitter.com/elonmusk/status/1473794952719224836,False,https://twitter.com/Tesla/status/1473703608654913538,0,,,,,,,,[],,,, +1473793631354040322,1473778335390048265,2021-12-23 03:12:38 Arabian Standard Time,2021-12-23,03:12:38,+0400,44196397,elonmusk,Elon Musk,,@nurodev Disney restricted us to US only,en,[],[],[],257,113,2473,[],[],https://twitter.com/elonmusk/status/1473793631354040322,False,,0,,,,,,,,"[{'screen_name': 'nurodev', 'name': 'nuro', 'id': '2223516397'}]",,,, +1473780058083020801,1473778335390048265,2021-12-23 02:18:42 Arabian Standard Time,2021-12-23,02:18:42,+0400,44196397,elonmusk,Elon Musk,,"@JeffTutorials Yes, but if we find unexpected bugs, release might be delayed until 24th",en,[],[],[],414,133,3353,[],[],https://twitter.com/elonmusk/status/1473780058083020801,False,,0,,,,,,,,"[{'screen_name': 'JeffTutorials', 'name': 'Jeff 💙✌️', 'id': '2694154514'}]",,,, +1473779281159467014,1473778335390048265,2021-12-23 02:15:36 Arabian Standard Time,2021-12-23,02:15:36,+0400,44196397,elonmusk,Elon Musk,,@WillFealey Yes,und,[],[],[],261,80,2716,[],[],https://twitter.com/elonmusk/status/1473779281159467014,False,,0,,,,,,,,"[{'screen_name': 'WillFealey', 'name': 'Will Fealey ☀️⚡️🔋🌍🚗', 'id': '18762152'}]",,,, +1473778335390048265,1473778335390048265,2021-12-23 02:11:51 Arabian Standard Time,2021-12-23,02:11:51,+0400,44196397,elonmusk,Elon Musk,,Tesla holiday software release being tested with internal owners today. Broader rollout starts tomorrow evening.,en,[],[],[],7276,4779,95613,[],[],https://twitter.com/elonmusk/status/1473778335390048265,False,,0,,,,,,,,[],,,, +1473777700682620929,1473767114100019200,2021-12-23 02:09:19 Arabian Standard Time,2021-12-23,02:09:19,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog We’re aiming for a significant improvement for owners outside the US around March, depending on regulatory approvals",en,[],[],[],275,254,3732,[],[],https://twitter.com/elonmusk/status/1473777700682620929,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1473763275498311692,1473752950623244288,2021-12-23 01:12:00 Arabian Standard Time,2021-12-23,01:12:00,+0400,44196397,elonmusk,Elon Musk,,@Gfilche It’s a great whistle!,en,[],[],[],733,228,7209,[],[],https://twitter.com/elonmusk/status/1473763275498311692,False,,0,,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali 🇺🇦', 'id': '348844712'}]",,,, +1473756279059492868,1473754648418816002,2021-12-23 00:44:12 Arabian Standard Time,2021-12-23,00:44:12,+0400,44196397,elonmusk,Elon Musk,,"@Tesmanian_com When the 10b preprogrammed sales complete. There are still a few tranches left, but almost done.",en,[],[],[],620,523,8334,[],[],https://twitter.com/elonmusk/status/1473756279059492868,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1473723095705952264,1473091625865945100,2021-12-22 22:32:21 Arabian Standard Time,2021-12-22,22:32:21,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k @daelmor @DanCrenshawTX 💯,und,[],[],[],491,283,4736,[],[],https://twitter.com/elonmusk/status/1473723095705952264,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'daelmor', 'name': '𝔇𝔞𝔫𝔞', 'id': '97552785'}, {'screen_name': 'DanCrenshawTX', 'name': 'Dan Crenshaw', 'id': '930552552302792705'}]",,,, +1473712710563028993,1473605045992124416,2021-12-22 21:51:05 Arabian Standard Time,2021-12-22,21:51:05,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog This assumes completion of the 10b sales,en,[],[],[],825,457,12676,[],[],https://twitter.com/elonmusk/status/1473712710563028993,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1473712339056828428,1473709639086784522,2021-12-22 21:49:36 Arabian Standard Time,2021-12-22,21:49:36,+0400,44196397,elonmusk,Elon Musk,,"@cleantechnica Pure vision, especially when using explicit photon count, is much better than radar+vision, as the latter has too much ambiguity – when radar & vision disagree, it is not clear which one to believe",en,[],[],[],587,442,7270,[],[],https://twitter.com/elonmusk/status/1473712339056828428,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1473705463929835520,1473686989224480784,2021-12-22 21:22:17 Arabian Standard Time,2021-12-22,21:22:17,+0400,44196397,elonmusk,Elon Musk,,@nichegamer 🤣,und,[],[],[],438,217,7834,[],[],https://twitter.com/elonmusk/status/1473705463929835520,False,,0,,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1473684831280287744,1473091625865945100,2021-12-22 20:00:18 Arabian Standard Time,2021-12-22,20:00:18,+0400,44196397,elonmusk,Elon Musk,,@teslatidbits @WholeMarsBlog @DanCrenshawTX A strong bias towards consumption tax makes sense,en,[],[],[],347,160,2974,[],[],https://twitter.com/elonmusk/status/1473684831280287744,False,,0,,,,,,,,"[{'screen_name': 'teslatidbits', 'name': 'Tesla Tidbits', 'id': '729854022547603456'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'DanCrenshawTX', 'name': 'Dan Crenshaw', 'id': '930552552302792705'}]",,,, +1473683749518950424,1473091625865945100,2021-12-22 19:56:00 Arabian Standard Time,2021-12-22,19:56:00,+0400,44196397,elonmusk,Elon Musk,,@daelmor @BillyM2k @DanCrenshawTX 🤣 People who don’t create products & services don’t realize that it takes hard work to produce products & services,en,[],[],[],475,652,6077,[],[],https://twitter.com/elonmusk/status/1473683749518950424,False,,0,,,,,,,,"[{'screen_name': 'daelmor', 'name': '𝔇𝔞𝔫𝔞 🦊🇺🇦🕊', 'id': '97552785'}, {'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'DanCrenshawTX', 'name': 'Dan Crenshaw', 'id': '930552552302792705'}]",,,, +1473361653462876166,1473091625865945100,2021-12-21 22:36:06 Arabian Standard Time,2021-12-21,22:36:06,+0400,44196397,elonmusk,Elon Musk,,"@DanCrenshawTX Agreed. Taxes do need to be collected, but what is the best way to do this that maximizes area under the curve of the happiness of the people?",en,[],[],[],1236,699,11129,[],[],https://twitter.com/elonmusk/status/1473361653462876166,False,,0,,,,,,,,"[{'screen_name': 'DanCrenshawTX', 'name': 'Dan Crenshaw', 'id': '930552552302792705'}]",,,, +1473343227411550214,1473156329929723906,2021-12-21 21:22:53 Arabian Standard Time,2021-12-21,21:22:53,+0400,44196397,elonmusk,Elon Musk,,@harald_murphy @SpaceX @Tesla @Jays200 A lot of improvement still coming just from software updates to satellites & terminals,en,[],[],[],709,378,10370,[],[],https://twitter.com/elonmusk/status/1473343227411550214,False,,0,,,,,,,,"[{'screen_name': 'harald_murphy', 'name': 'Harald Murphy', 'id': '881039843949559808'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Jays200', 'name': 'Jays', 'id': '382545687'}]",,,, +1473332900376588302,1473325317632712706,2021-12-21 20:41:51 Arabian Standard Time,2021-12-21,20:41:51,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut I talked about Falcon 9 & Heavy for over a decade!,en,[],[],[],386,227,6052,[],[],https://twitter.com/elonmusk/status/1473332900376588302,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1473329661606342668,1473297492192075781,2021-12-21 20:28:59 Arabian Standard Time,2021-12-21,20:28:59,+0400,44196397,elonmusk,Elon Musk,,@PPathole Still kinda hard to believe it is working,en,[],[],[],1493,1210,49847,[],[],https://twitter.com/elonmusk/status/1473329661606342668,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1473328267738365955,1473199155002560514,2021-12-21 20:23:26 Arabian Standard Time,2021-12-21,20:23:26,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX Absolutely,en,[],[],[],584,324,14727,[],[],https://twitter.com/elonmusk/status/1473328267738365955,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1473328171726651397,1473328171726651397,2021-12-21 20:23:03 Arabian Standard Time,2021-12-21,20:23:03,+0400,44196397,elonmusk,Elon Musk,,100th SpaceX rocket landing was today,en,[],[],[],7527,6204,89984,[],[],https://twitter.com/elonmusk/status/1473328171726651397,False,https://twitter.com/SpaceX/status/1473273538932998145,0,,,,,,,,[],,,, +1473167974357995524,1473165434518224896,2021-12-21 09:46:29 Arabian Standard Time,2021-12-21,09:46:29,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Just keep going. It’s in there somewhere. https://t.co/jSLEIcXji1,en,[],[],['https://pbs.twimg.com/tweet_video_thumb/FHG-cy1XEAE-pj7.jpg'],1241,609,14651,[],[],https://twitter.com/elonmusk/status/1473167974357995524,False,,1,https://pbs.twimg.com/tweet_video_thumb/FHG-cy1XEAE-pj7.jpg,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1473167043105103876,1473165434518224896,2021-12-21 09:42:47 Arabian Standard Time,2021-12-21,09:42:47,+0400,44196397,elonmusk,Elon Musk,,@jack m something something,en,[],[],[],2490,825,16961,[],[],https://twitter.com/elonmusk/status/1473167043105103876,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1473165434518224896,1473165434518224896,2021-12-21 09:36:24 Arabian Standard Time,2021-12-21,09:36:24,+0400,44196397,elonmusk,Elon Musk,,Has anyone seen web3? I can’t find it.,en,[],[],[],27159,13129,188766,[],[],https://twitter.com/elonmusk/status/1473165434518224896,False,,0,,,,,,,,[],,,, +1473083407160782848,1473079467404836870,2021-12-21 04:10:27 Arabian Standard Time,2021-12-21,04:10:27,+0400,44196397,elonmusk,Elon Musk,,"@BillyM2k With Starlink, you could stream video & play online games",en,[],[],[],1441,897,13646,[],[],https://twitter.com/elonmusk/status/1473083407160782848,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1473079467404836870,1473079467404836870,2021-12-21 03:54:48 Arabian Standard Time,2021-12-21,03:54:48,+0400,44196397,elonmusk,Elon Musk,,🤣🤣 True. Ask your airline for Starlink!,en,[],[],[],5570,4639,80192,[],[],https://twitter.com/elonmusk/status/1473079467404836870,False,https://twitter.com/benedictevans/status/1472994841193705478,0,,,,,,,,[],,,, +1472973709141065730,1472883636177412100,2021-12-20 20:54:33 Arabian Standard Time,2021-12-20,20:54:33,+0400,44196397,elonmusk,Elon Musk,,@pbdes @JeanMarc_Nasr @esa @SpaceX Game on,en,[],[],[],1174,1205,16932,[],[],https://twitter.com/elonmusk/status/1472973709141065730,False,,0,,,,,,,,"[{'screen_name': 'pbdes', 'name': 'Peter B. de Selding', 'id': '23913114'}, {'screen_name': 'JeanMarc_Nasr', 'name': 'Jean-Marc NASR', 'id': '4820632791'}, {'screen_name': 'esa', 'name': 'ESA', 'id': '21436960'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1472792000416071681,1472544656936288258,2021-12-20 08:52:30 Arabian Standard Time,2021-12-20,08:52:30,+0400,44196397,elonmusk,Elon Musk,,@omarsar0 👍,und,[],[],[],422,185,5637,[],[],https://twitter.com/elonmusk/status/1472792000416071681,False,,0,,,,,,,,"[{'screen_name': 'omarsar0', 'name': 'elvis', 'id': '3448284313'}]",,,, +1472785612679831559,1472742616764588032,2021-12-20 08:27:07 Arabian Standard Time,2021-12-20,08:27:07,+0400,44196397,elonmusk,Elon Musk,,@JayinShanghai Sometime in 2022,en,[],[],[],461,226,7313,[],[],https://twitter.com/elonmusk/status/1472785612679831559,False,,0,,,,,,,,"[{'screen_name': 'JayinShanghai', 'name': 'Jay in Shanghai 🇨🇳', 'id': '1082181922606858241'}]",,,, +1472756031541456896,1472754632325795843,2021-12-20 06:29:35 Arabian Standard Time,2021-12-20,06:29:35,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 🤣,und,[],[],[],953,975,51216,[],[],https://twitter.com/elonmusk/status/1472756031541456896,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1472755031296335873,1472754632325795843,2021-12-20 06:25:36 Arabian Standard Time,2021-12-20,06:25:36,+0400,44196397,elonmusk,Elon Musk,,@imoriginalankit Maybe I’m partly Chinese!,en,[],[],[],1007,483,9048,[],[],https://twitter.com/elonmusk/status/1472755031296335873,False,,0,,,,,,,,"[{'screen_name': 'imoriginalankit', 'name': 'Ankit 🇮🇳', 'id': '1280720889495949313'}]",,,, +1472754632325795843,1472754632325795843,2021-12-20 06:24:01 Arabian Standard Time,2021-12-20,06:24:01,+0400,44196397,elonmusk,Elon Musk,,"For those wondering, I will pay over $11 billion in taxes this year",en,[],[],[],58327,56575,605082,[],[],https://twitter.com/elonmusk/status/1472754632325795843,False,,0,,,,,,,,[],,,, +1472745272576983047,1472739649890271239,2021-12-20 05:46:49 Arabian Standard Time,2021-12-20,05:46:49,+0400,44196397,elonmusk,Elon Musk,,@lexfridman Yeah,en,[],[],[],423,226,8972,[],[],https://twitter.com/elonmusk/status/1472745272576983047,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1472745072277995526,1472739649890271239,2021-12-20 05:46:02 Arabian Standard Time,2021-12-20,05:46:02,+0400,44196397,elonmusk,Elon Musk,,"I’m not suggesting web3 is real – seems more marketing buzzword than reality right now – just wondering what the future will be like in 10, 20 or 30 years. 2051 sounds crazy futuristic!",en,[],[],[],4259,2697,43386,[],[],https://twitter.com/elonmusk/status/1472745072277995526,False,,0,,,,,,,,[],,,, +1472743140067090436,1472701317659385857,2021-12-20 05:38:21 Arabian Standard Time,2021-12-20,05:38:21,+0400,44196397,elonmusk,Elon Musk,,@WorldAndScience Might very well be,en,[],[],[],422,229,6545,[],[],https://twitter.com/elonmusk/status/1472743140067090436,False,,0,,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1472739649890271239,1472739649890271239,2021-12-20 05:24:29 Arabian Standard Time,2021-12-20,05:24:29,+0400,44196397,elonmusk,Elon Musk,,"Given the almost unimaginable nature of the present, what will the future be? https://t.co/b2Yw0AXGVA",en,[],[],[],6310,12143,88947,[],[],https://twitter.com/elonmusk/status/1472739649890271239,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1472739527596945408/pu/img/_TODyoMJbC1t2nB-.jpg,,,,,,,[],,,, +1472701739174350851,1472691621183504389,2021-12-20 02:53:50 Arabian Standard Time,2021-12-20,02:53:50,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX @peterdog15 @Tesla Tesla will hold a Giga Texas grand opening party with factory tours for the community in early 2022,en,[],[],[],1075,959,13462,[],[],https://twitter.com/elonmusk/status/1472701739174350851,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'peterdog15', 'name': 'Jeff Roberts', 'id': '15838657'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1472701397049225232,1472696095264280577,2021-12-20 02:52:29 Arabian Standard Time,2021-12-20,02:52:29,+0400,44196397,elonmusk,Elon Musk,,@stevenmarkryan @neuralink Words are very lossy compression of thoughts,en,[],[],[],356,294,3992,[],[],https://twitter.com/elonmusk/status/1472701397049225232,False,,0,,,,,,,,"[{'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1472680756434673666,1472641785352630275,2021-12-20 01:30:28 Arabian Standard Time,2021-12-20,01:30:28,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @SpaceX Long way to go to perfect it, but Starship is really next-level",en,[],[],[],622,525,14125,[],[],https://twitter.com/elonmusk/status/1472680756434673666,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1472670935538929670,1472647410568642564,2021-12-20 00:51:26 Arabian Standard Time,2021-12-20,00:51:26,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @SkepticsGuide Sounds like a good book,en,[],[],[],362,179,5498,[],[],https://twitter.com/elonmusk/status/1472670935538929670,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SkepticsGuide', 'name': ""The Skeptics' Guide To The Universe"", 'id': '14283618'}]",,,, +1472654283950669825,1472630835249438727,2021-12-19 23:45:16 Arabian Standard Time,2021-12-19,23:45:16,+0400,44196397,elonmusk,Elon Musk,,"@wintonARK It may, especially in our galaxy at this time",en,[],[],[],484,281,4500,[],[],https://twitter.com/elonmusk/status/1472654283950669825,False,,0,,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1472649843713757189,1472647410568642564,2021-12-19 23:27:37 Arabian Standard Time,2021-12-19,23:27:37,+0400,44196397,elonmusk,Elon Musk,,Looks like twitter is compressing the image,en,[],[],[],4214,2036,58372,[],[],https://twitter.com/elonmusk/status/1472649843713757189,False,,0,,,,,,,,[],,,, +1472649556965969925,1472647410568642564,2021-12-19 23:26:29 Arabian Standard Time,2021-12-19,23:26:29,+0400,44196397,elonmusk,Elon Musk,,Better resolution https://t.co/SMFFVBANhA,en,[],[],['https://pbs.twimg.com/media/FG_m9yjXEAIwGQa.jpg'],2730,14428,96622,[],[],https://twitter.com/elonmusk/status/1472649556965969925,False,,1,https://pbs.twimg.com/media/FG_m9yjXEAIwGQa.jpg,,,,,,,[],,,, +1472647410568642564,1472647410568642564,2021-12-19 23:17:57 Arabian Standard Time,2021-12-19,23:17:57,+0400,44196397,elonmusk,Elon Musk,,Should be taught to all at a young age https://t.co/GlVkjcdhah,en,[],[],['https://pbs.twimg.com/media/FG_lAyfXIAIduQo.jpg'],11132,67082,325977,[],[],https://twitter.com/elonmusk/status/1472647410568642564,False,,1,https://pbs.twimg.com/media/FG_lAyfXIAIduQo.jpg,,,,,,,[],,,, +1472496601491021833,1460675577527025669,2021-12-19 13:18:42 Arabian Standard Time,2021-12-19,13:18:42,+0400,44196397,elonmusk,Elon Musk,,@heydave7 That matches my understanding,en,[],[],[],461,313,5940,[],[],https://twitter.com/elonmusk/status/1472496601491021833,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1472426844200873984,1472426754237030401,2021-12-19 08:41:30 Arabian Standard Time,2021-12-19,08:41:30,+0400,44196397,elonmusk,Elon Musk,,@staciet8 Absolutely,en,[],[],[],263,161,3243,[],[],https://twitter.com/elonmusk/status/1472426844200873984,False,,0,,,,,,,,"[{'screen_name': 'staciet8', 'name': '•s t a c i e•', 'id': '507729852'}]",,,, +1472394651344990215,1472332610386997251,2021-12-19 06:33:35 Arabian Standard Time,2021-12-19,06:33:35,+0400,44196397,elonmusk,Elon Musk,,@AdamCuker @SpaceX All Raptor 2 tests going forward,en,[],[],[],207,253,4319,[],[],https://twitter.com/elonmusk/status/1472394651344990215,False,,0,,,,,,,,"[{'screen_name': 'AdamCuker', 'name': 'Adam Cuker', 'id': '457316369'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1472392846800044034,1472371245744373760,2021-12-19 06:26:25 Arabian Standard Time,2021-12-19,06:26:25,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 🤣,und,[],[],[],499,306,9126,[],[],https://twitter.com/elonmusk/status/1472392846800044034,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1472371245744373760,1472371245744373760,2021-12-19 05:00:34 Arabian Standard Time,2021-12-19,05:00:34,+0400,44196397,elonmusk,Elon Musk,,traceroute woke_mind_virus,en,[],[],[],10341,10468,118542,[],[],https://twitter.com/elonmusk/status/1472371245744373760,False,,0,,,,,,,,[],,,, +1472123381889835009,1472119590222184450,2021-12-18 12:35:39 Arabian Standard Time,2021-12-18,12:35:39,+0400,44196397,elonmusk,Elon Musk,,@ben4appel 🤣,und,[],[],[],285,75,2766,[],[],https://twitter.com/elonmusk/status/1472123381889835009,False,,0,,,,,,,,"[{'screen_name': 'ben4appel', 'name': 'BenC', 'id': '778939155447513088'}]",,,, +1472119590222184450,1472119590222184450,2021-12-18 12:20:35 Arabian Standard Time,2021-12-18,12:20:35,+0400,44196397,elonmusk,Elon Musk,,Silco & Jinx headline Coachella?,en,[],[],[],7019,6802,116591,[],[],https://twitter.com/elonmusk/status/1472119590222184450,False,,0,,,,,,,,[],,,, +1472109555739996166,1472109555739996166,2021-12-18 11:40:43 Arabian Standard Time,2021-12-18,11:40:43,+0400,44196397,elonmusk,Elon Musk,, https://t.co/wQpfHm8THU,und,[],[],['https://pbs.twimg.com/media/FG371p8X0AUPubJ.jpg'],5748,6234,87553,[],[],https://twitter.com/elonmusk/status/1472109555739996166,False,,1,https://pbs.twimg.com/media/FG371p8X0AUPubJ.jpg,,,,,,,[],,,, +1472072191483256834,1472055143910846468,2021-12-18 09:12:14 Arabian Standard Time,2021-12-18,09:12:14,+0400,44196397,elonmusk,Elon Musk,,@NASASpaceflight Still aiming for booster 4 & Ship 20 for first orbital test flight (this is pure coincidence!),en,[],[],[],387,456,8129,[],[],https://twitter.com/elonmusk/status/1472072191483256834,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1472067044841594881,1472065241420898306,2021-12-18 08:51:47 Arabian Standard Time,2021-12-18,08:51:47,+0400,44196397,elonmusk,Elon Musk,,@F9Block5 10.8,und,[],[],[],227,111,3265,[],[],https://twitter.com/elonmusk/status/1472067044841594881,False,,0,,,,,,,,"[{'screen_name': 'F9Block5', 'name': 'Matt', 'id': '1280177490539970560'}]",,,, +1472066982212251650,1472065241420898306,2021-12-18 08:51:32 Arabian Standard Time,2021-12-18,08:51:32,+0400,44196397,elonmusk,Elon Musk,,@F9Block5 Coming,en,[],[],[],133,89,2413,[],[],https://twitter.com/elonmusk/status/1472066982212251650,False,,0,,,,,,,,"[{'screen_name': 'F9Block5', 'name': 'Matt', 'id': '1280177490539970560'}]",,,, +1472066898787512320,1472065241420898306,2021-12-18 08:51:13 Arabian Standard Time,2021-12-18,08:51:13,+0400,44196397,elonmusk,Elon Musk,,"@BLKMDL3 10.8 is close, so just jumping to that",en,[],[],[],242,114,3466,[],[],https://twitter.com/elonmusk/status/1472066898787512320,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}]",,,, +1472066570851696647,1472065241420898306,2021-12-18 08:49:54 Arabian Standard Time,2021-12-18,08:49:54,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 Probably,en,[],[],[],195,76,2481,[],[],https://twitter.com/elonmusk/status/1472066570851696647,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}]",,,, +1472066428324958209,1472055143910846468,2021-12-18 08:49:20 Arabian Standard Time,2021-12-18,08:49:20,+0400,44196397,elonmusk,Elon Musk,,"@johnkrausphotos @NASASpaceflight Haha, this is not even its final form! Although, pretty close. Cape is hopefully this summer.",en,[],[],[],133,161,3319,[],[],https://twitter.com/elonmusk/status/1472066428324958209,False,,0,,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1472065241420898306,1472065241420898306,2021-12-18 08:44:37 Arabian Standard Time,2021-12-18,08:44:37,+0400,44196397,elonmusk,Elon Musk,,Tesla FSD 10.8 plus holiday fun software release probably Tuesday,en,[],[],[],4706,3686,66707,[],[],https://twitter.com/elonmusk/status/1472065241420898306,False,,0,,,,,,,,[],,,, +1472060261309759488,1472055143910846468,2021-12-18 08:24:50 Arabian Standard Time,2021-12-18,08:24:50,+0400,44196397,elonmusk,Elon Musk,,@johnkrausphotos @NASASpaceflight The ship is just begging for three more vacuum engines to be added. Tanks will stretch for more propellant load.,en,[],[],[],176,167,3156,[],[],https://twitter.com/elonmusk/status/1472060261309759488,False,,0,,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1472059818777141248,1472055143910846468,2021-12-18 08:23:05 Arabian Standard Time,2021-12-18,08:23:05,+0400,44196397,elonmusk,Elon Musk,,@Space__Biscuit @NASASpaceflight 15 degrees,en,[],[],[],97,80,2481,[],[],https://twitter.com/elonmusk/status/1472059818777141248,False,,0,,,,,,,,"[{'screen_name': 'Space__Biscuit', 'name': 'Sam', 'id': '1186032479192387584'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1472059476253548544,1472055143910846468,2021-12-18 08:21:43 Arabian Standard Time,2021-12-18,08:21:43,+0400,44196397,elonmusk,Elon Musk,,"@NASASpaceflight Yup. Next booster will have 33 Raptor 2 engines, with 13 steering. Ship is being upgraded to 9 engines (3 sea-level gimbaling, 6 vacuum fixed) with increased propellant load.",en,[],[],[],470,641,8760,[],[],https://twitter.com/elonmusk/status/1472059476253548544,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1472054278613254147,1472052839316963329,2021-12-18 08:01:04 Arabian Standard Time,2021-12-18,08:01:04,+0400,44196397,elonmusk,Elon Musk,,Each Raptor 1 engine above produces 185 metric tons of force. Raptor 2 just started production & will do 230+ tons or over half a million pounds of force.,en,[],[],[],2801,2479,53710,[],[],https://twitter.com/elonmusk/status/1472054278613254147,False,,0,,,,,,,,[],,,, +1472052839316963329,1472052839316963329,2021-12-18 07:55:20 Arabian Standard Time,2021-12-18,07:55:20,+0400,44196397,elonmusk,Elon Musk,,Starship Super Heavy engine steering test https://t.co/VG4RQAGuyk,en,[],[],[],8393,22129,223712,[],[],https://twitter.com/elonmusk/status/1472052839316963329,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1472052810099445761/pu/img/lJHm7BRHilkdHhi8.jpg,,,,,,,[],,,, +1472012520672174088,1471985515859791881,2021-12-18 05:15:08 Arabian Standard Time,2021-12-18,05:15:08,+0400,44196397,elonmusk,Elon Musk,,@CathieDWood Interesting,en,[],[],[],865,642,15519,[],[],https://twitter.com/elonmusk/status/1472012520672174088,False,,0,,,,,,,,"[{'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}]",,,, +1471990054415446024,1471848898117390337,2021-12-18 03:45:51 Arabian Standard Time,2021-12-18,03:45:51,+0400,44196397,elonmusk,Elon Musk,,@heydave7 @JohnnaCrider1 @SenWarren @buckporno The great state of Massachusetts deserves someone better,en,[],[],[],1095,1771,19509,[],[],https://twitter.com/elonmusk/status/1471990054415446024,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'SenWarren', 'name': 'Elizabeth Warren', 'id': '970207298'}, {'screen_name': 'buckporno', 'name': 'Rad 🤟', 'id': '1355197991196483585'}]",,,, +1471944307997171712,1471848898117390337,2021-12-18 00:44:05 Arabian Standard Time,2021-12-18,00:44:05,+0400,44196397,elonmusk,Elon Musk,,"@JohnnaCrider1 @SenWarren @buckporno This is such a deeply messed up lie to the American people. She is the one freeloading off taxpayers, while I’m paying the largest amount of tax of any individual in history. Is @SenWarren really someone we want as a US senator?",en,"[{'screen_name': 'senwarren', 'name': 'elizabeth warren', 'id': '970207298'}]",[],[],5101,10671,54529,[],[],https://twitter.com/elonmusk/status/1471944307997171712,False,,0,,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'SenWarren', 'name': 'Elizabeth Warren', 'id': '970207298'}, {'screen_name': 'buckporno', 'name': 'Rad 🤟', 'id': '1355197991196483585'}]",,,, +1471803138273386498,1471789137778946052,2021-12-17 15:23:07 Arabian Standard Time,2021-12-17,15:23:07,+0400,44196397,elonmusk,Elon Musk,,"@EvaFoxU @cnunezimages Still much to be done, but it has that potential",en,[],[],[],800,417,11351,[],[],https://twitter.com/elonmusk/status/1471803138273386498,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'cnunezimages', 'name': 'carlos', 'id': '1245450013813223424'}]",,,, +1471783831845982213,1471782896784474113,2021-12-17 14:06:24 Arabian Standard Time,2021-12-17,14:06:24,+0400,44196397,elonmusk,Elon Musk,,@BBC_Future This is a big deal,en,[],[],[],937,523,15769,[],[],https://twitter.com/elonmusk/status/1471783831845982213,False,,0,,,,,,,,"[{'screen_name': 'BBC_Future', 'name': 'BBC Future', 'id': '410605574'}]",,,, +1471776979749941249,1471718391522148356,2021-12-17 13:39:10 Arabian Standard Time,2021-12-17,13:39:10,+0400,44196397,elonmusk,Elon Musk,,@JeanMar49190094 @teslaownersSV It might be,en,[],[],[],263,131,3506,[],[],https://twitter.com/elonmusk/status/1471776979749941249,False,,0,,,,,,,,"[{'screen_name': 'JeanMar49190094', 'name': 'Juan Maria', 'id': '1217049093941362693'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1471774031309422594,1471678039440326658,2021-12-17 13:27:27 Arabian Standard Time,2021-12-17,13:27:27,+0400,44196397,elonmusk,Elon Musk,,"@itsALLrisky Wow, this video took a lot of work!",en,[],[],[],1253,975,24309,[],[],https://twitter.com/elonmusk/status/1471774031309422594,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1471762132438077443,1471761837351972867,2021-12-17 12:40:11 Arabian Standard Time,2021-12-17,12:40:11,+0400,44196397,elonmusk,Elon Musk,,@StianWalgermo @TeslaCharging @Tesla @WholeMarsBlog @TeslaClubNorway Trondheim sounds cool,en,[],[],[],184,97,2234,[],[],https://twitter.com/elonmusk/status/1471762132438077443,False,,0,,,,,,,,"[{'screen_name': 'StianWalgermo', 'name': 'Walgermo', 'id': '1860572792'}, {'screen_name': 'TeslaCharging', 'name': 'Tesla Charging', 'id': '1346535293449428992'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'TeslaClubNorway', 'name': 'TeslaOwnersClubNorway 🇳🇴', 'id': '2994611423'}]",,,, +1471755795087953922,1471656164983115777,2021-12-17 12:15:00 Arabian Standard Time,2021-12-17,12:15:00,+0400,44196397,elonmusk,Elon Musk,,"@sagemanfx @BillyM2k I saw it. Whoa, pretty dark! Nice Bladerunner reference.",en,[],[],[],113,69,1950,[],[],https://twitter.com/elonmusk/status/1471755795087953922,False,,0,,,,,,,,"[{'screen_name': 'sagemanfx', 'name': 'Sage Akporherhe', 'id': '959480363549675525'}, {'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1471755095155093506,1303942559459352577,2021-12-17 12:12:13 Arabian Standard Time,2021-12-17,12:12:13,+0400,44196397,elonmusk,Elon Musk,,"@jhall Wait, people *pay* him to speak lmaooo",en,[],[],[],246,353,4717,[],[],https://twitter.com/elonmusk/status/1471755095155093506,False,,0,,,,,,,,"[{'screen_name': 'jhall', 'name': 'Jim Hall 🤖 🚀✨', 'id': '778623'}]",,,, +1471698231163764736,1471656164983115777,2021-12-17 08:26:15 Arabian Standard Time,2021-12-17,08:26:15,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 🤣,und,[],[],[],1209,575,17779,[],[],https://twitter.com/elonmusk/status/1471698231163764736,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1471618177486438405,1471565274683957252,2021-12-17 03:08:09 Arabian Standard Time,2021-12-17,03:08:09,+0400,44196397,elonmusk,Elon Musk,,"@William_Blake @peterthiel @mlevchin @DavidSacks @reidhoffman I haven’t read the book, but Soni’s questions were incredibly insightful & his attention to detail was superlative",en,[],[],[],248,193,4758,[],[],https://twitter.com/elonmusk/status/1471618177486438405,False,,0,,,,,,,,"[{'screen_name': 'William_Blake', 'name': 'Michael P Gibson', 'id': '14379530'}, {'screen_name': 'peterthiel', 'name': 'Peter Thiel', 'id': '49736166'}, {'screen_name': 'mlevchin', 'name': 'Max Levchin', 'id': '14541402'}, {'screen_name': 'DavidSacks', 'name': 'David Sacks', 'id': '1137701'}, {'screen_name': 'reidhoffman', 'name': 'Reid Hoffman', 'id': '10078'}]",,,, +1471613956464816128,1471583283213475841,2021-12-17 02:51:23 Arabian Standard Time,2021-12-17,02:51:23,+0400,44196397,elonmusk,Elon Musk,,@jordylancaster 🤣,und,[],[],[],404,369,12997,[],[],https://twitter.com/elonmusk/status/1471613956464816128,False,,0,,,,,,,,"[{'screen_name': 'jordylancaster', 'name': 'Jordan Chamberlain', 'id': '1488170760'}]",,,, +1471613897807470604,1471586750493605900,2021-12-17 02:51:09 Arabian Standard Time,2021-12-17,02:51:09,+0400,44196397,elonmusk,Elon Musk,,@waitbutwhy 💯,und,[],[],[],313,171,5629,[],[],https://twitter.com/elonmusk/status/1471613897807470604,False,,0,,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1471599702818889735,1471590428990312451,2021-12-17 01:54:44 Arabian Standard Time,2021-12-17,01:54:44,+0400,44196397,elonmusk,Elon Musk,,@nichegamer Add some tats -> hipster xenomorph,en,[],[],[],199,81,2018,[],[],https://twitter.com/elonmusk/status/1471599702818889735,False,,0,,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1471590093471326215,1471530349230440449,2021-12-17 01:16:33 Arabian Standard Time,2021-12-17,01:16:33,+0400,44196397,elonmusk,Elon Musk,,@robbystarbuck @briannalyman2 🧐,und,[],[],[],226,301,6098,[],[],https://twitter.com/elonmusk/status/1471590093471326215,False,,0,,,,,,,,"[{'screen_name': 'robbystarbuck', 'name': 'Robby Starbuck', 'id': '16523905'}, {'screen_name': 'briannalyman2', 'name': 'Brianna Lyman', 'id': '2309156352'}]",,,, +1471583489824808972,1471512117257846784,2021-12-17 00:50:19 Arabian Standard Time,2021-12-17,00:50:19,+0400,44196397,elonmusk,Elon Musk,,@BTC_Archive @SenSanders Is there anything more tragic than unrequited love?,en,[],[],[],856,462,10278,[],[],https://twitter.com/elonmusk/status/1471583489824808972,False,,0,,,,,,,,"[{'screen_name': 'BTC_Archive', 'name': 'Bitcoin Archive 🗄🚀🌔', 'id': '970994516357472257'}, {'screen_name': 'SenSanders', 'name': 'Bernie Sanders', 'id': '29442313'}]",,,, +1471582809512939527,1471532715224743944,2021-12-17 00:47:37 Arabian Standard Time,2021-12-17,00:47:37,+0400,44196397,elonmusk,Elon Musk,,"@JohnnaCrider1 Yeah, I mean seriously wth!!",en,[],[],[],495,418,9263,[],[],https://twitter.com/elonmusk/status/1471582809512939527,False,,0,,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}]",,,, +1471581040426860549,1471512117257846784,2021-12-17 00:40:35 Arabian Standard Time,2021-12-17,00:40:35,+0400,44196397,elonmusk,Elon Musk,,@SenSanders [ahem],en,[],[],[],1340,1713,31956,[],[],https://twitter.com/elonmusk/status/1471581040426860549,False,,0,,,,,,,,"[{'screen_name': 'SenSanders', 'name': 'Bernie Sanders', 'id': '29442313'}]",,,, +1471580241537732608,1471530349230440449,2021-12-17 00:37:24 Arabian Standard Time,2021-12-17,00:37:24,+0400,44196397,elonmusk,Elon Musk,,@briannalyman2 (Lack of) Joy Reid is a lobbyist for Sen Karen,en,[],[],[],1979,3725,26510,[],[],https://twitter.com/elonmusk/status/1471580241537732608,False,,0,,,,,,,,"[{'screen_name': 'briannalyman2', 'name': 'Brianna Lyman', 'id': '2309156352'}]",,,, +1471563333841137664,1471546572836122625,2021-12-16 23:30:13 Arabian Standard Time,2021-12-16,23:30:13,+0400,44196397,elonmusk,Elon Musk,,Old school shell game,en,[],[],[],3452,1563,53011,[],[],https://twitter.com/elonmusk/status/1471563333841137664,False,,0,,,,,,,,[],,,, +1471562586286174217,1471480391093702659,2021-12-16 23:27:15 Arabian Standard Time,2021-12-16,23:27:15,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee 🤣,und,[],[],[],177,342,7745,[],[],https://twitter.com/elonmusk/status/1471562586286174217,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1471556384667979777,1471520866227920904,2021-12-16 23:02:36 Arabian Standard Time,2021-12-16,23:02:36,+0400,44196397,elonmusk,Elon Musk,,"@MrManderly @SawyerMerritt Giga Texas is a $10B+ investment over time, generating at least 20k direct & 100k indirect jobs",en,[],[],[],280,500,6095,[],[],https://twitter.com/elonmusk/status/1471556384667979777,False,,0,,,,,,,,"[{'screen_name': 'MrManderly', 'name': 'MrManderly 🇺🇦 ❤ 🇺🇦 ❤ 🇺🇦', 'id': '798117937'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1471555887387058184,1471520866227920904,2021-12-16 23:00:38 Arabian Standard Time,2021-12-16,23:00:38,+0400,44196397,elonmusk,Elon Musk,,@MrManderly @SawyerMerritt Literally,en,[],[],[],80,90,2913,[],[],https://twitter.com/elonmusk/status/1471555887387058184,False,,0,,,,,,,,"[{'screen_name': 'MrManderly', 'name': 'MrManderly 🇺🇦 ❤ 🇺🇦 ❤ 🇺🇦', 'id': '798117937'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1471555649205157892,1471546572836122625,2021-12-16 22:59:41 Arabian Standard Time,2021-12-16,22:59:41,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 🤣,und,[],[],[],492,249,6657,[],[],https://twitter.com/elonmusk/status/1471555649205157892,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1471546572836122625,1471546572836122625,2021-12-16 22:23:37 Arabian Standard Time,2021-12-16,22:23:37,+0400,44196397,elonmusk,Elon Musk,, https://t.co/8yxJkfVAWC,und,[],[],['https://pbs.twimg.com/media/FGv7zvVXsAE5DQK.jpg'],12076,16892,242693,[],[],https://twitter.com/elonmusk/status/1471546572836122625,False,,1,https://pbs.twimg.com/media/FGv7zvVXsAE5DQK.jpg,,,,,,,[],,,, +1471419792770973699,1471222156755234816,2021-12-16 13:59:50 Arabian Standard Time,2021-12-16,13:59:50,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog I came to the US with no money & graduated with over $100k in debt, despite scholarships & working 2 jobs while at school",en,[],[],[],3360,6571,61340,[],[],https://twitter.com/elonmusk/status/1471419792770973699,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1471399837753135108,1470415896053227522,2021-12-16 12:40:33 Arabian Standard Time,2021-12-16,12:40:33,+0400,44196397,elonmusk,Elon Musk,,"@TeslaOwnersEBay @PPathole @ScottAdamsSays @johniadarola @SenWarren It’s complicated, but hopefully out next quarter, along with Witcher. Lot of internal debate as to whether we should be putting effort towards generalized gaming emulation vs making individual games work well.",en,[],[],[],385,189,3599,[],[],https://twitter.com/elonmusk/status/1471399837753135108,False,,0,,,,,,,,"[{'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club |Fremont| 🇺🇦🕊🦊', 'id': '1175164547746844672'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'ScottAdamsSays', 'name': 'Scott Adams', 'id': '2853461537'}, {'screen_name': 'johniadarola', 'name': 'John Iadarola', 'id': '25694156'}, {'screen_name': 'SenWarren', 'name': 'Elizabeth Warren', 'id': '970207298'}]",,,, +1471393851843792896,1470415896053227522,2021-12-16 12:16:46 Arabian Standard Time,2021-12-16,12:16:46,+0400,44196397,elonmusk,Elon Musk,,@PPathole @ScottAdamsSays @johniadarola @SenWarren Yeah!,en,[],[],[],222,112,2566,[],[],https://twitter.com/elonmusk/status/1471393851843792896,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'ScottAdamsSays', 'name': 'Scott Adams', 'id': '2853461537'}, {'screen_name': 'johniadarola', 'name': 'John Iadarola', 'id': '25694156'}, {'screen_name': 'SenWarren', 'name': 'Elizabeth Warren', 'id': '970207298'}]",,,, +1471338213549744130,1471338213549744130,2021-12-16 08:35:40 Arabian Standard Time,2021-12-16,08:35:40,+0400,44196397,elonmusk,Elon Musk,, https://t.co/Wv6iJDuTge,und,[],[],['https://pbs.twimg.com/media/FGs-TrHXEAAYNSu.jpg'],19091,38510,392482,[],[],https://twitter.com/elonmusk/status/1471338213549744130,False,,1,https://pbs.twimg.com/media/FGs-TrHXEAAYNSu.jpg,,,,,,,[],,,, +1471325148435394566,1471254421027889153,2021-12-16 07:43:45 Arabian Standard Time,2021-12-16,07:43:45,+0400,44196397,elonmusk,Elon Musk,,@24_7TeslaNews @Tesla ❤️,und,[],[],[],419,312,9414,[],[],https://twitter.com/elonmusk/status/1471325148435394566,False,,0,,,,,,,,"[{'screen_name': '24_7TeslaNews', 'name': '🔋Alex Thompson🔋', 'id': '3146794919'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1471298146261159942,1470415896053227522,2021-12-16 05:56:28 Arabian Standard Time,2021-12-16,05:56:28,+0400,44196397,elonmusk,Elon Musk,,@ScottAdamsSays @johniadarola @SenWarren I love Dilbert! Use it all the time to illustrate that we’re doing something wrong at Tesla/SpaceX if it could be a Dilbert cartoon irl. This happens more often than I’d like (sigh).,en,[],[],[],381,608,9783,[],[],https://twitter.com/elonmusk/status/1471298146261159942,False,,0,,,,,,,,"[{'screen_name': 'ScottAdamsSays', 'name': 'Scott Adams', 'id': '2853461537'}, {'screen_name': 'johniadarola', 'name': 'John Iadarola', 'id': '25694156'}, {'screen_name': 'SenWarren', 'name': 'Elizabeth Warren', 'id': '970207298'}]",,,, +1471289786937884672,1471114146762661898,2021-12-16 05:23:15 Arabian Standard Time,2021-12-16,05:23:15,+0400,44196397,elonmusk,Elon Musk,,@alp_jp @Not_the_Bee @TheBabylonBee That is weird,en,[],[],[],402,300,5472,[],[],https://twitter.com/elonmusk/status/1471289786937884672,False,,0,,,,,,,,"[{'screen_name': 'alp_jp', 'name': 'ALP', 'id': '1262403643803725825'}, {'screen_name': 'Not_the_Bee', 'name': 'Not the Bee', 'id': '1299007622968901637'}, {'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1471216386332667908,1471216386332667908,2021-12-16 00:31:35 Arabian Standard Time,2021-12-16,00:31:35,+0400,44196397,elonmusk,Elon Musk,,Highly recommend all of @HardcoreHistory,en,"[{'screen_name': 'hardcorehistory', 'name': 'dan carlin', 'id': '20972371'}]",[],[],4662,2754,36099,[],[],https://twitter.com/elonmusk/status/1471216386332667908,False,https://twitter.com/HardcoreHistory/status/1470424785800728582,0,,,,,,,,[],,,, +1471215375215902729,1471102754680496132,2021-12-16 00:27:33 Arabian Standard Time,2021-12-16,00:27:33,+0400,44196397,elonmusk,Elon Musk,,@Newsweek Thanks!,en,[],[],[],981,542,19761,[],[],https://twitter.com/elonmusk/status/1471215375215902729,False,,0,,,,,,,,"[{'screen_name': 'Newsweek', 'name': 'Newsweek', 'id': '2884771'}]",,,, +1471214193357557760,1471213676166275074,2021-12-16 00:22:52 Arabian Standard Time,2021-12-16,00:22:52,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica Congrats @jimfarley98,en,"[{'screen_name': 'jimfarley98', 'name': 'jim farley', 'id': '1106321031566893057'}]",[],[],340,252,9287,[],[],https://twitter.com/elonmusk/status/1471214193357557760,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1471197093876350988,1471114146762661898,2021-12-15 23:14:55 Arabian Standard Time,2021-12-15,23:14:55,+0400,44196397,elonmusk,Elon Musk,,@Not_the_Bee @TheBabylonBee She’s tryin call to the manager rn 💯,en,[],[],[],713,1182,19350,[],[],https://twitter.com/elonmusk/status/1471197093876350988,False,,0,,,,,,,,"[{'screen_name': 'Not_the_Bee', 'name': 'Not the Bee', 'id': '1299007622968901637'}, {'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1471186478965440524,1471104037865021448,2021-12-15 22:32:44 Arabian Standard Time,2021-12-15,22:32:44,+0400,44196397,elonmusk,Elon Musk,,"@StonksReddit @americafirstmg @SenWarren Sneaky, but ineffective, like the rest of what she does 🤣🤣",en,[],[],[],430,667,9167,[],[],https://twitter.com/elonmusk/status/1471186478965440524,False,,0,,,,,,,,"[{'screen_name': 'StonksReddit', 'name': 'Stonks Trading 🚀 🇺🇦 🚀', 'id': '1354546688967454725'}, {'screen_name': 'americafirstmg', 'name': 'The DC Patriot', 'id': '898759943393816576'}, {'screen_name': 'SenWarren', 'name': 'Elizabeth Warren', 'id': '970207298'}]",,,, +1471183485826211844,1471104037865021448,2021-12-15 22:20:50 Arabian Standard Time,2021-12-15,22:20:50,+0400,44196397,elonmusk,Elon Musk,,@americafirstmg Explain yourself @SenWarren,en,"[{'screen_name': 'senwarren', 'name': 'elizabeth warren', 'id': '970207298'}]",[],[],927,2411,19112,[],[],https://twitter.com/elonmusk/status/1471183485826211844,False,,0,,,,,,,,"[{'screen_name': 'americafirstmg', 'name': 'The DC Patriot', 'id': '898759943393816576'}]",,,, +1471182092751056897,1471104037865021448,2021-12-15 22:15:18 Arabian Standard Time,2021-12-15,22:15:18,+0400,44196397,elonmusk,Elon Musk,,@americafirstmg What a hypocrite!,en,[],[],[],511,1574,17229,[],[],https://twitter.com/elonmusk/status/1471182092751056897,False,,0,,,,,,,,"[{'screen_name': 'americafirstmg', 'name': 'The DC Patriot', 'id': '898759943393816576'}]",,,, +1471179318365769736,1471104037865021448,2021-12-15 22:04:17 Arabian Standard Time,2021-12-15,22:04:17,+0400,44196397,elonmusk,Elon Musk,,@americafirstmg Interesting,en,[],[],[],394,600,11474,[],[],https://twitter.com/elonmusk/status/1471179318365769736,False,,0,,,,,,,,"[{'screen_name': 'americafirstmg', 'name': 'The DC Patriot', 'id': '898759943393816576'}]",,,, +1471154807557836801,1470982249088622594,2021-12-15 20:26:53 Arabian Standard Time,2021-12-15,20:26:53,+0400,44196397,elonmusk,Elon Musk,,@fttechnews Thank you!,en,[],[],[],468,210,6877,[],[],https://twitter.com/elonmusk/status/1471154807557836801,False,,0,,,,,,,,"[{'screen_name': 'fttechnews', 'name': 'FT Technology News', 'id': '10977192'}]",,,, +1471149379453083666,1470954493453946884,2021-12-15 20:05:19 Arabian Standard Time,2021-12-15,20:05:19,+0400,44196397,elonmusk,Elon Musk,,"@OwenSparks_ @Erdayastronaut Yup, that’s the plan!",en,[],[],[],984,518,16369,[],[],https://twitter.com/elonmusk/status/1471149379453083666,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1470899663087747072,1470415896053227522,2021-12-15 03:33:02 Arabian Standard Time,2021-12-15,03:33:02,+0400,44196397,elonmusk,Elon Musk,,@SenWarren Don’t spend it all at once … oh wait you did already,en,[],[],[],3564,10984,118728,[],[],https://twitter.com/elonmusk/status/1470899663087747072,False,,0,,,,,,,,"[{'screen_name': 'SenWarren', 'name': 'Elizabeth Warren', 'id': '970207298'}]",,,, +1470898920146542592,1470415896053227522,2021-12-15 03:30:05 Arabian Standard Time,2021-12-15,03:30:05,+0400,44196397,elonmusk,Elon Musk,,"@SenWarren And if you opened your eyes for 2 seconds, you would realize I will pay more taxes than any American in history this year",en,[],[],[],5566,13548,127146,[],[],https://twitter.com/elonmusk/status/1470898920146542592,False,,0,,,,,,,,"[{'screen_name': 'SenWarren', 'name': 'Elizabeth Warren', 'id': '970207298'}]",,,, +1470883202998878209,1470679134686826503,2021-12-15 02:27:37 Arabian Standard Time,2021-12-15,02:27:37,+0400,44196397,elonmusk,Elon Musk,,@jimcramer @TIME X is pretty great,en,[],[],[],413,283,8383,[],[],https://twitter.com/elonmusk/status/1470883202998878209,False,,0,,,,,,,,"[{'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}, {'screen_name': 'TIME', 'name': 'TIME', 'id': '14293310'}]",,,, +1470883058173808641,1470679134686826503,2021-12-15 02:27:03 Arabian Standard Time,2021-12-15,02:27:03,+0400,44196397,elonmusk,Elon Musk,,@jimcramer @TIME Thanks Jim!,en,[],[],[],264,192,7200,[],[],https://twitter.com/elonmusk/status/1470883058173808641,False,,0,,,,,,,,"[{'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}, {'screen_name': 'TIME', 'name': 'TIME', 'id': '14293310'}]",,,, +1470881789854064653,1470881250642694144,2021-12-15 02:22:01 Arabian Standard Time,2021-12-15,02:22:01,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 🤣,und,[],[],[],864,485,11197,[],[],https://twitter.com/elonmusk/status/1470881789854064653,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1470858546153762819,1470415896053227522,2021-12-15 00:49:39 Arabian Standard Time,2021-12-15,00:49:39,+0400,44196397,elonmusk,Elon Musk,,"@SenWarren Please don’t call the manager on me, Senator Karen 🙏",en,[],[],[],9177,15885,144563,[],[],https://twitter.com/elonmusk/status/1470858546153762819,False,,0,,,,,,,,"[{'screen_name': 'SenWarren', 'name': 'Elizabeth Warren', 'id': '970207298'}]",,,, +1470855186734276610,1470415896053227522,2021-12-15 00:36:18 Arabian Standard Time,2021-12-15,00:36:18,+0400,44196397,elonmusk,Elon Musk,,@SenWarren You remind me of when I was a kid and my friend’s angry Mom would just randomly yell at everyone for no reason,en,[],[],[],4981,11287,128197,[],[],https://twitter.com/elonmusk/status/1470855186734276610,False,,0,,,,,,,,"[{'screen_name': 'SenWarren', 'name': 'Elizabeth Warren', 'id': '970207298'}]",,,, +1470848958897471497,1470415896053227522,2021-12-15 00:11:33 Arabian Standard Time,2021-12-15,00:11:33,+0400,44196397,elonmusk,Elon Musk,,@SenWarren Stop projecting! https://t.co/Kibp6aS9vL,en,[],['https://www.foxnews.com/opinion/elizabeth-warren-is-a-fraud-her-lies-about-being-native-american-disqualify-her-from-presidency-senate.amp'],[],2742,6786,76663,[],[],https://twitter.com/elonmusk/status/1470848958897471497,False,,0,,,,,,,,"[{'screen_name': 'SenWarren', 'name': 'Elizabeth Warren', 'id': '970207298'}]",,,, +1470838559712161796,1470837028149358592,2021-12-14 23:30:14 Arabian Standard Time,2021-12-14,23:30:14,+0400,44196397,elonmusk,Elon Musk,,@wintonARK This is the revolution in medicine,en,[],[],[],839,673,12240,[],[],https://twitter.com/elonmusk/status/1470838559712161796,False,,0,,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1470833812603129861,1470561374921277443,2021-12-14 23:11:22 Arabian Standard Time,2021-12-14,23:11:22,+0400,44196397,elonmusk,Elon Musk,,@SirineAti @Grimezsz Yeah :),en,[],[],[],350,131,4887,[],[],https://twitter.com/elonmusk/status/1470833812603129861,False,,0,,,,,,,,"[{'screen_name': 'SirineAti', 'name': '💫Sirine💫🦊🇺🇦', 'id': '1285872552766734346'}, {'screen_name': 'Grimezsz', 'name': '𝔊𝔯𝔦𝔪𝔢𝔰 (⌛️,⏳) ᚷᚱᛁᛗᛖᛋ', 'id': '276540738'}]",,,, +1470827738080624644,1470561374921277443,2021-12-14 22:47:14 Arabian Standard Time,2021-12-14,22:47:14,+0400,44196397,elonmusk,Elon Musk,,"@Grimezsz No stylist, no makeup either haha",en,[],[],[],686,345,9277,[],[],https://twitter.com/elonmusk/status/1470827738080624644,False,,0,,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '𝔊𝔯𝔦𝔪𝔢𝔰 (⌛️,⏳) ᚷᚱᛁᛗᛖᛋ', 'id': '276540738'}]",,,, +1470789846889385989,1470737800312107009,2021-12-14 20:16:40 Arabian Standard Time,2021-12-14,20:16:40,+0400,44196397,elonmusk,Elon Musk,,@SciGuySpace Lori did a lot of good,en,[],[],[],311,183,4688,[],[],https://twitter.com/elonmusk/status/1470789846889385989,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1470786109965848577,1470607606435569665,2021-12-14 20:01:49 Arabian Standard Time,2021-12-14,20:01:49,+0400,44196397,elonmusk,Elon Musk,,@Austen That is how I feel about myself! Oh wait …,en,[],[],[],1518,859,33996,[],[],https://twitter.com/elonmusk/status/1470786109965848577,False,,0,,,,,,,,"[{'screen_name': 'Austen', 'name': 'Austen Allred 🇺🇦', 'id': '221838349'}]",,,, +1470784676608552967,1470728888900804609,2021-12-14 19:56:07 Arabian Standard Time,2021-12-14,19:56:07,+0400,44196397,elonmusk,Elon Musk,,@alex_avoigt Very hard,en,[],[],[],647,285,8529,[],[],https://twitter.com/elonmusk/status/1470784676608552967,False,,0,,,,,,,,"[{'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}]",,,, +1470736363347709956,1470650687663091715,2021-12-14 16:44:08 Arabian Standard Time,2021-12-14,16:44:08,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Yup,und,[],[],[],586,263,7740,[],[],https://twitter.com/elonmusk/status/1470736363347709956,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1470708667683115011,1470548466732617733,2021-12-14 14:54:05 Arabian Standard Time,2021-12-14,14:54:05,+0400,44196397,elonmusk,Elon Musk,,@TeslaNY @live_munro Munro rocks!,en,[],[],[],388,293,8695,[],[],https://twitter.com/elonmusk/status/1470708667683115011,False,,0,,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'live_munro', 'name': 'Munro Live', 'id': '1382434447358885888'}]",,,, +1470703708677840896,1470703708677840896,2021-12-14 14:34:23 Arabian Standard Time,2021-12-14,14:34:23,+0400,44196397,elonmusk,Elon Musk,,Tesla will make some merch buyable with Doge & see how it goes,en,[],[],[],49984,53938,363960,[],[],https://twitter.com/elonmusk/status/1470703708677840896,False,,0,,,,,,,,[],,,, +1470540115722346504,1470407559869779977,2021-12-14 03:44:19 Arabian Standard Time,2021-12-14,03:44:19,+0400,44196397,elonmusk,Elon Musk,,@jimfarley98 Thanks,en,[],[],[],647,310,11761,[],[],https://twitter.com/elonmusk/status/1470540115722346504,False,,0,,,,,,,,"[{'screen_name': 'jimfarley98', 'name': 'Jim Farley', 'id': '1106321031566893057'}]",,,, +1470519361295335425,1470519292651352070,2021-12-14 02:21:51 Arabian Standard Time,2021-12-14,02:21:51,+0400,44196397,elonmusk,Elon Musk,,Will also be important for Mars,en,[],[],[],5170,4477,113196,[],[],https://twitter.com/elonmusk/status/1470519361295335425,False,,0,,,,,,,,[],,,, +1470519292651352070,1470519292651352070,2021-12-14 02:21:34 Arabian Standard Time,2021-12-14,02:21:34,+0400,44196397,elonmusk,Elon Musk,,SpaceX is starting a program to take CO2 out of atmosphere & turn it into rocket fuel. Please join if interested.,en,[],[],[],22423,30298,359028,[],[],https://twitter.com/elonmusk/status/1470519292651352070,False,,0,,,,,,,,[],,,, +1470515950403338242,1470504525614264322,2021-12-14 02:08:18 Arabian Standard Time,2021-12-14,02:08:18,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Penalizing sustainable energy is insane,en,[],[],[],1268,1789,24532,[],[],https://twitter.com/elonmusk/status/1470515950403338242,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1470505720042987523,1470424785800728582,2021-12-14 01:27:38 Arabian Standard Time,2021-12-14,01:27:38,+0400,44196397,elonmusk,Elon Musk,,@PPathole @HardcoreHistory I will ask Dan for some tips!,en,[],[],[],207,88,2561,[],[],https://twitter.com/elonmusk/status/1470505720042987523,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +1470494550322036747,1470424785800728582,2021-12-14 00:43:15 Arabian Standard Time,2021-12-14,00:43:15,+0400,44196397,elonmusk,Elon Musk,,"@HardcoreHistory Forgot to mention the Mosquito, which was arguably the most innovative airframe design",en,[],[],[],299,154,3814,[],[],https://twitter.com/elonmusk/status/1470494550322036747,False,,0,,,,,,,,"[{'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +1470491877652807687,1470427747734650880,2021-12-14 00:32:38 Arabian Standard Time,2021-12-14,00:32:38,+0400,44196397,elonmusk,Elon Musk,,@TrungTPhan 🤣,und,[],[],[],404,227,11443,[],[],https://twitter.com/elonmusk/status/1470491877652807687,False,,0,,,,,,,,"[{'screen_name': 'TrungTPhan', 'name': 'Trung Phan', 'id': '945817135816654848'}]",,,, +1470470650611617798,1470415129799905280,2021-12-13 23:08:17 Arabian Standard Time,2021-12-13,23:08:17,+0400,44196397,elonmusk,Elon Musk,,@kimbal Thanks bro,en,[],[],[],1569,876,40579,[],[],https://twitter.com/elonmusk/status/1470470650611617798,False,,0,,,,,,,,"[{'screen_name': 'kimbal', 'name': '𝙺𝚒𝚖𝚋𝚊𝚕 𝙼𝚞𝚜𝚔', 'id': '4767021'}]",,,, +1470467405403111424,1470419521911545861,2021-12-13 22:55:24 Arabian Standard Time,2021-12-13,22:55:24,+0400,44196397,elonmusk,Elon Musk,,@westcoastbill 🤣,und,[],[],[],352,140,5701,[],[],https://twitter.com/elonmusk/status/1470467405403111424,False,,0,,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",,,, +1470465831775739908,1470424785800728582,2021-12-13 22:49:08 Arabian Standard Time,2021-12-13,22:49:08,+0400,44196397,elonmusk,Elon Musk,,"@DOGEHOUNDS @HardcoreHistory Overall kill ratio was 19:1, but kill ratio against the Zero was 13:1",en,[],[],[],176,69,1461,[],[],https://twitter.com/elonmusk/status/1470465831775739908,False,,0,,,,,,,,"[{'screen_name': 'DOGEHOUNDS', 'name': 'TopDoge', 'id': '1319490569069056000'}, {'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +1470459440352665603,1470424785800728582,2021-12-13 22:23:45 Arabian Standard Time,2021-12-13,22:23:45,+0400,44196397,elonmusk,Elon Musk,,@HardcoreHistory Apologies for any errors in this podcast!,en,[],[],[],525,251,8099,[],[],https://twitter.com/elonmusk/status/1470459440352665603,False,,0,,,,,,,,"[{'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +1470432556088709134,1470372755384291331,2021-12-13 20:36:55 Arabian Standard Time,2021-12-13,20:36:55,+0400,44196397,elonmusk,Elon Musk,,@TIME Thank you!,en,[],[],[],4253,2015,66007,[],[],https://twitter.com/elonmusk/status/1470432556088709134,False,,0,,,,,,,,"[{'screen_name': 'TIME', 'name': 'TIME', 'id': '14293310'}]",,,, +1470188272953565187,1470143524494479362,2021-12-13 04:26:13 Arabian Standard Time,2021-12-13,04:26:13,+0400,44196397,elonmusk,Elon Musk,,@DJSnM Interesting payload number,en,[],[],[],605,296,11189,[],[],https://twitter.com/elonmusk/status/1470188272953565187,False,,0,,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +1470157804304572420,1470157804304572420,2021-12-13 02:25:09 Arabian Standard Time,2021-12-13,02:25:09,+0400,44196397,elonmusk,Elon Musk,, https://t.co/KPQrN13zr9,und,[],[],['https://pbs.twimg.com/media/FGcMuivXEAULgh0.jpg'],13896,45632,600832,[],[],https://twitter.com/elonmusk/status/1470157804304572420,False,,1,https://pbs.twimg.com/media/FGcMuivXEAULgh0.jpg,,,,,,,[],,,, +1470132026439258112,1470131742879137802,2021-12-13 00:42:43 Arabian Standard Time,2021-12-13,00:42:43,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k True ♥️,en,[],[],[],1779,1032,21522,[],[],https://twitter.com/elonmusk/status/1470132026439258112,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1470121297891971072,1470012460509937679,2021-12-13 00:00:05 Arabian Standard Time,2021-12-13,00:00:05,+0400,44196397,elonmusk,Elon Musk,,@szymon_kasprzyk She seems cool,en,[],[],[],957,486,21997,[],[],https://twitter.com/elonmusk/status/1470121297891971072,False,,0,,,,,,,,"[{'screen_name': 'szymon_kasprzyk', 'name': 'IsAmU', 'id': '4046504122'}]",,,, +1470110564730953732,1470050811354906629,2021-12-12 23:17:26 Arabian Standard Time,2021-12-12,23:17:26,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 👾,und,[],[],[],730,226,5163,[],[],https://twitter.com/elonmusk/status/1470110564730953732,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1470012964539453447,1470012460509937679,2021-12-12 16:49:36 Arabian Standard Time,2021-12-12,16:49:36,+0400,44196397,elonmusk,Elon Musk,,@ahmadtariq07 I was slightly aiming for that,en,[],[],[],796,371,21833,[],[],https://twitter.com/elonmusk/status/1470012964539453447,False,,0,,,,,,,,"[{'screen_name': 'ahmadtariq07', 'name': 'Ahmad Tariq', 'id': '1173357425581121538'}]",,,, +1470012460509937679,1470012460509937679,2021-12-12 16:47:36 Arabian Standard Time,2021-12-12,16:47:36,+0400,44196397,elonmusk,Elon Musk,, https://t.co/5LE1PjFwgS,und,[],[],['https://pbs.twimg.com/media/FGaIii8WYAU-SBw.jpg'],10501,16242,256910,[],[],https://twitter.com/elonmusk/status/1470012460509937679,False,,1,https://pbs.twimg.com/media/FGaIii8WYAU-SBw.jpg,,,,,,,[],,,, +1470007920846852104,1470007920846852104,2021-12-12 16:29:34 Arabian Standard Time,2021-12-12,16:29:34,+0400,44196397,elonmusk,Elon Musk,,Sine qua non non https://t.co/iTBlSwiX53,it,[],[],['https://pbs.twimg.com/media/FGaEaZCWQAIqz3S.jpg'],5721,2549,55501,[],[],https://twitter.com/elonmusk/status/1470007920846852104,False,,1,https://pbs.twimg.com/media/FGaEaZCWQAIqz3S.jpg,,,,,,,[],,,, +1470007410521780226,1470007410521780226,2021-12-12 16:27:32 Arabian Standard Time,2021-12-12,16:27:32,+0400,44196397,elonmusk,Elon Musk,,Sorry https://t.co/ppBPBAWxZ6,en,[],[],['https://pbs.twimg.com/media/FGaD8tpXEAE6QsK.jpg'],7028,5853,106708,[],[],https://twitter.com/elonmusk/status/1470007410521780226,False,,1,https://pbs.twimg.com/media/FGaD8tpXEAE6QsK.jpg,,,,,,,[],,,, +1469998267886755841,1469997073365975041,2021-12-12 15:51:12 Arabian Standard Time,2021-12-12,15:51:12,+0400,44196397,elonmusk,Elon Musk,,@Neuro_Skeptic Does anything actually work?,en,[],[],[],1269,288,7684,[],[],https://twitter.com/elonmusk/status/1469998267886755841,False,,0,,,,,,,,"[{'screen_name': 'Neuro_Skeptic', 'name': 'Neuroskeptic', 'id': '316327930'}]",,,, +1469996754917629958,1469894005475491842,2021-12-12 15:45:12 Arabian Standard Time,2021-12-12,15:45:12,+0400,44196397,elonmusk,Elon Musk,,@PPathole @engineers_feed Literally,en,[],[],[],198,81,2096,[],[],https://twitter.com/elonmusk/status/1469996754917629958,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1469996412188377088,1469894005475491842,2021-12-12 15:43:50 Arabian Standard Time,2021-12-12,15:43:50,+0400,44196397,elonmusk,Elon Musk,,@PPathole @engineers_feed martians911,en,[],[],[],214,101,2463,[],[],https://twitter.com/elonmusk/status/1469996412188377088,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1469990756425383937,1461382243817955328,2021-12-12 15:21:22 Arabian Standard Time,2021-12-12,15:21:22,+0400,44196397,elonmusk,Elon Musk,,@28delayslater @RationalEtienne @balajis Yup,und,[],[],[],346,102,2715,[],[],https://twitter.com/elonmusk/status/1469990756425383937,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}, {'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'balajis', 'name': 'Balaji Srinivasan', 'id': '2178012643'}]",,,, +1469985633787465729,1469894005475491842,2021-12-12 15:01:00 Arabian Standard Time,2021-12-12,15:01:00,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed 🤣,und,[],[],[],590,268,10030,[],[],https://twitter.com/elonmusk/status/1469985633787465729,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1469968168189931521,1469882648638091267,2021-12-12 13:51:36 Arabian Standard Time,2021-12-12,13:51:36,+0400,44196397,elonmusk,Elon Musk,,@HardcoreHistory I think I mentioned “octane” too much haha … but it was actually a big deal,en,[],[],[],536,246,7481,[],[],https://twitter.com/elonmusk/status/1469968168189931521,False,,0,,,,,,,,"[{'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +1469957953142808579,1461382243817955328,2021-12-12 13:11:01 Arabian Standard Time,2021-12-12,13:11:01,+0400,44196397,elonmusk,Elon Musk,,"@RationalEtienne @balajis Sonic, the Hedgehog, game coming to all Teslas!",en,[],[],[],439,479,5395,[],[],https://twitter.com/elonmusk/status/1469957953142808579,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'balajis', 'name': 'Balaji Srinivasan', 'id': '2178012643'}]",,,, +1469875780901609472,1469875780901609472,2021-12-12 07:44:29 Arabian Standard Time,2021-12-12,07:44:29,+0400,44196397,elonmusk,Elon Musk,,Just did a @HardcoreHistory episode with Dan Carlin. Hope you like it.,en,"[{'screen_name': 'hardcorehistory', 'name': 'dan carlin', 'id': '20972371'}]",[],[],5175,3554,76390,[],[],https://twitter.com/elonmusk/status/1469875780901609472,False,,0,,,,,,,,[],,,, +1469825142758989824,1469690870576267266,2021-12-12 04:23:16 Arabian Standard Time,2021-12-12,04:23:16,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV It takes 20 years (time from conception to adult) to reverse demographic trends,en,[],[],[],892,666,10018,[],[],https://twitter.com/elonmusk/status/1469825142758989824,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1469767343802884102,1469762144786919427,2021-12-12 00:33:36 Arabian Standard Time,2021-12-12,00:33:36,+0400,44196397,elonmusk,Elon Musk,,@ItsGime @BillyM2k Maybe a little 😉,en,[],[],[],340,81,2816,[],[],https://twitter.com/elonmusk/status/1469767343802884102,False,,0,,,,,,,,"[{'screen_name': 'ItsGime', 'name': 'Jesse', 'id': '1421343182'}, {'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1469763990322569221,1469762144786919427,2021-12-12 00:20:16 Arabian Standard Time,2021-12-12,00:20:16,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Sulla and the original Nero who was instrumental in defeating Hannibal are underrated,en,[],[],[],806,265,6167,[],[],https://twitter.com/elonmusk/status/1469763990322569221,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1469762144786919427,1469762144786919427,2021-12-12 00:12:56 Arabian Standard Time,2021-12-12,00:12:56,+0400,44196397,elonmusk,Elon Musk,,"“No better friend, no worse enemy” https://t.co/e2TeRBiFbg",en,[],[],['https://pbs.twimg.com/media/FGWk4MFXIAUHwmy.jpg'],8615,8937,126711,[],[],https://twitter.com/elonmusk/status/1469762144786919427,False,,1,https://pbs.twimg.com/media/FGWk4MFXIAUHwmy.jpg,,,,,,,[],,,, +1469735929556443136,1469632664353316865,2021-12-11 22:28:46 Arabian Standard Time,2021-12-11,22:28:46,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Real androids are coming,en,[],[],[],2469,1192,22063,[],[],https://twitter.com/elonmusk/status/1469735929556443136,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1469722130518577154,1469721683795877894,2021-12-11 21:33:56 Arabian Standard Time,2021-12-11,21:33:56,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut Very impressive development history,en,[],[],[],493,272,8179,[],[],https://twitter.com/elonmusk/status/1469722130518577154,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1469720792447565826,1469387693725528066,2021-12-11 21:28:37 Arabian Standard Time,2021-12-11,21:28:37,+0400,44196397,elonmusk,Elon Musk,,@AlbertEinstein 👽,und,[],[],[],794,333,8350,[],[],https://twitter.com/elonmusk/status/1469720792447565826,False,,0,,,,,,,,"[{'screen_name': 'AlbertEinstein', 'name': 'Albert Einstein', 'id': '1314604885'}]",,,, +1469719588271235077,1469687411273723905,2021-12-11 21:23:50 Arabian Standard Time,2021-12-11,21:23:50,+0400,44196397,elonmusk,Elon Musk,,@PPathole Absolutely,en,[],[],[],669,226,6065,[],[],https://twitter.com/elonmusk/status/1469719588271235077,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1469719295282266114,1469711635367485448,2021-12-11 21:22:40 Arabian Standard Time,2021-12-11,21:22:40,+0400,44196397,elonmusk,Elon Musk,,@shivon 🤚,und,[],[],[],528,184,6963,[],[],https://twitter.com/elonmusk/status/1469719295282266114,False,,0,,,,,,,,"[{'screen_name': 'shivon', 'name': 'Shivon Zilis', 'id': '446719282'}]",,,, +1469576295591907332,1469526669937549316,2021-12-11 11:54:26 Arabian Standard Time,2021-12-11,11:54:26,+0400,44196397,elonmusk,Elon Musk,,@ajtourville They have no idea,en,[],[],[],1193,940,20534,[],[],https://twitter.com/elonmusk/status/1469576295591907332,False,,0,,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}]",,,, +1469574385497522180,1469520835320889350,2021-12-11 11:46:51 Arabian Standard Time,2021-12-11,11:46:51,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed Um … yes,en,[],[],[],2251,1210,48282,[],[],https://twitter.com/elonmusk/status/1469574385497522180,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1469541708820099078,1469483964511391745,2021-12-11 09:37:00 Arabian Standard Time,2021-12-11,09:37:00,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Should arguably be called 11,en,[],[],[],422,215,4460,[],[],https://twitter.com/elonmusk/status/1469541708820099078,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1469541536128020485,1469483964511391745,2021-12-11 09:36:19 Arabian Standard Time,2021-12-11,09:36:19,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog 10.7 next week is great,en,[],[],[],561,378,10659,[],[],https://twitter.com/elonmusk/status/1469541536128020485,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1469538878688276483,1469504154074849290,2021-12-11 09:25:46 Arabian Standard Time,2021-12-11,09:25:46,+0400,44196397,elonmusk,Elon Musk,,@Model3Owners That is not the production wiper,en,[],[],[],999,375,13077,[],[],https://twitter.com/elonmusk/status/1469538878688276483,False,,0,,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1469450311639220229,1469364421235339264,2021-12-11 03:33:50 Arabian Standard Time,2021-12-11,03:33:50,+0400,44196397,elonmusk,Elon Musk,,@tesletter Lasers can do anything,en,[],[],[],2438,541,19849,[],[],https://twitter.com/elonmusk/status/1469450311639220229,False,,0,,,,,,,,"[{'screen_name': 'tesletter', 'name': 'Tesletter', 'id': '979225070764634112'}]",,,, +1469428197011992576,1469412745430781953,2021-12-11 02:05:57 Arabian Standard Time,2021-12-11,02:05:57,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com There will be a few tweaks before production,en,[],[],[],1120,407,11865,[],[],https://twitter.com/elonmusk/status/1469428197011992576,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1469427853129355273,1469356039694864384,2021-12-11 02:04:35 Arabian Standard Time,2021-12-11,02:04:35,+0400,44196397,elonmusk,Elon Musk,,@JeremyCom I do aspire to entertain the people!,en,[],[],[],1466,683,19076,[],[],https://twitter.com/elonmusk/status/1469427853129355273,False,,0,,,,,,,,"[{'screen_name': 'JeremyCom', 'name': 'Jeremy Padawer', 'id': '80443432'}]",,,, +1469384135198363651,1469353138893250570,2021-12-10 23:10:52 Arabian Standard Time,2021-12-10,23:10:52,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX @SawyerMerritt @dogecoin Imbued gold/bronze color would be sick,en,[],[],[],523,352,4529,[],[],https://twitter.com/elonmusk/status/1469384135198363651,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}, {'screen_name': 'dogecoin', 'name': 'Dogecoin', 'id': '2235729541'}]",,,, +1469371515430912004,1469353138893250570,2021-12-10 22:20:43 Arabian Standard Time,2021-12-10,22:20:43,+0400,44196397,elonmusk,Elon Musk,,"@jackfarrington @SawyerMerritt Manufacturers have to ship cars with side mirrors by law, but owners are allowed to modify their cars. The wiper is what troubles me most. No easy solution. Deployable wiper that stows in front trunk would be ideal, but complex.",en,[],[],[],1062,231,4462,[],[],https://twitter.com/elonmusk/status/1469371515430912004,False,,0,,,,,,,,"[{'screen_name': 'jackfarrington', 'name': 'Jack Farrington', 'id': '188351234'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1469369876754149381,1469353138893250570,2021-12-10 22:14:12 Arabian Standard Time,2021-12-10,22:14:12,+0400,44196397,elonmusk,Elon Musk,,"@TeslaDylan @SawyerMerritt Not at first, but there are many third party options for wrapping",en,[],[],[],232,109,2861,[],[],https://twitter.com/elonmusk/status/1469369876754149381,False,,0,,,,,,,,"[{'screen_name': 'TeslaDylan', 'name': 'Dylan', 'id': '981787046'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1469369427678351361,1469353138893250570,2021-12-10 22:12:25 Arabian Standard Time,2021-12-10,22:12:25,+0400,44196397,elonmusk,Elon Musk,,"@SawyerMerritt Cybertruck can have any color you want, so long as it’s nothing",en,[],[],[],568,362,5684,[],[],https://twitter.com/elonmusk/status/1469369427678351361,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1469364444782280707,1469364444782280707,2021-12-10 21:52:37 Arabian Standard Time,2021-12-10,21:52:37,+0400,44196397,elonmusk,Elon Musk,,Mars & Cars,en,[],[],[],24937,13880,215812,[],[],https://twitter.com/elonmusk/status/1469364444782280707,False,,0,,,,,,,,[],,,, +1469360749629911045,1469353138893250570,2021-12-10 21:37:56 Arabian Standard Time,2021-12-10,21:37:56,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt CGI IRL,tl,[],[],[],777,315,10750,[],[],https://twitter.com/elonmusk/status/1469360749629911045,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1469358667023667202,1469358667023667202,2021-12-10 21:29:40 Arabian Standard Time,2021-12-10,21:29:40,+0400,44196397,elonmusk,Elon Musk,,"Wow, only three weeks to 2022! What will 2032 will be like? Seems so futuristic! Will we be on Mars?",en,[],[],[],26121,15565,213923,[],[],https://twitter.com/elonmusk/status/1469358667023667202,False,,0,,,,,,,,[],,,, +1469356039694864384,1469356039694864384,2021-12-10 21:19:13 Arabian Standard Time,2021-12-10,21:19:13,+0400,44196397,elonmusk,Elon Musk,,Hahaha … ?1,tl,[],[],[],20403,7925,140043,[],[],https://twitter.com/elonmusk/status/1469356039694864384,False,,0,,,,,,,,[],,,, +1469205428227784711,1469153995428085762,2021-12-10 11:20:45 Arabian Standard Time,2021-12-10,11:20:45,+0400,44196397,elonmusk,Elon Musk,,@Albi_SideArms maybe i will …,en,[],[],[],963,707,25026,[],[],https://twitter.com/elonmusk/status/1469205428227784711,False,,0,,,,,,,,"[{'screen_name': 'Albi_SideArms', 'name': 'Albi (SideArms)', 'id': '164719714'}]",,,, +1469205011687223298,1469200943388545025,2021-12-10 11:19:05 Arabian Standard Time,2021-12-10,11:19:05,+0400,44196397,elonmusk,Elon Musk,,@jack https://t.co/ueyR6NAwap,und,[],['https://m.youtube.com/watch?v=WqXAYUsSL_8'],[],1491,1079,11654,[],[],https://twitter.com/elonmusk/status/1469205011687223298,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1469196261953884160,1469184674832474113,2021-12-10 10:44:19 Arabian Standard Time,2021-12-10,10:44:19,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt 🤣🤣,und,[],[],[],1084,571,24218,[],[],https://twitter.com/elonmusk/status/1469196261953884160,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1469165476911755264,1469158049524953090,2021-12-10 08:42:00 Arabian Standard Time,2021-12-10,08:42:00,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt Tesla China has done amazing work,en,[],[],[],784,477,12741,[],[],https://twitter.com/elonmusk/status/1469165476911755264,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1469160298158383109,1469153995428085762,2021-12-10 08:21:25 Arabian Standard Time,2021-12-10,08:21:25,+0400,44196397,elonmusk,Elon Musk,,@MrBeast 🙏,und,[],[],[],1212,944,59848,[],[],https://twitter.com/elonmusk/status/1469160298158383109,False,,0,,,,,,,,"[{'screen_name': 'MrBeast', 'name': 'MrBeast', 'id': '2455740283'}]",,,, +1469160186233376774,1469046883876315139,2021-12-10 08:20:58 Arabian Standard Time,2021-12-10,08:20:58,+0400,44196397,elonmusk,Elon Musk,,@planet4589 Earth should be called Water,en,[],[],[],479,311,5872,[],[],https://twitter.com/elonmusk/status/1469160186233376774,False,,0,,,,,,,,"[{'screen_name': 'planet4589', 'name': 'Jonathan McDowell', 'id': '19355829'}]",,,, +1469155585119690763,1469153995428085762,2021-12-10 08:02:41 Arabian Standard Time,2021-12-10,08:02:41,+0400,44196397,elonmusk,Elon Musk,,@samifouad 🤣,und,[],[],[],396,277,23353,[],[],https://twitter.com/elonmusk/status/1469155585119690763,False,,0,,,,,,,,"[{'screen_name': 'samifouad', 'name': 'Sami', 'id': '15035991'}]",,,, +1469154683113676802,1469153995428085762,2021-12-10 07:59:06 Arabian Standard Time,2021-12-10,07:59:06,+0400,44196397,elonmusk,Elon Musk,,@tobyliiiiiiiiii noobtoob,en,[],[],[],604,260,10652,[],[],https://twitter.com/elonmusk/status/1469154683113676802,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +1469137649269153799,1469137649269153799,2021-12-10 06:51:25 Arabian Standard Time,2021-12-10,06:51:25,+0400,44196397,elonmusk,Elon Musk,, https://t.co/ZrZ1EfLYWy,und,[],[],['https://pbs.twimg.com/media/FGNs54dWQAYQGzR.jpg'],17659,37534,401402,[],[],https://twitter.com/elonmusk/status/1469137649269153799,False,,1,https://pbs.twimg.com/media/FGNs54dWQAYQGzR.jpg,,,,,,,[],,,, +1469044956736237568,1469004009008603136,2021-12-10 00:43:05 Arabian Standard Time,2021-12-10,00:43:05,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV 🔥🔥,und,[],[],[],1125,414,13935,[],[],https://twitter.com/elonmusk/status/1469044956736237568,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1469039017790525442,1469034243116384269,2021-12-10 00:19:29 Arabian Standard Time,2021-12-10,00:19:29,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k @TheCryptoCPA 😬,und,[],[],[],561,243,4506,[],[],https://twitter.com/elonmusk/status/1469039017790525442,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'TheCryptoCPA', 'name': 'Shehan', 'id': '57997841'}]",,,, +1469006918240854025,1468836463064268804,2021-12-09 22:11:56 Arabian Standard Time,2021-12-09,22:11:56,+0400,44196397,elonmusk,Elon Musk,,@BallAerospace @NASA_Marshall @NASA @SpaceX Congrats!,en,[],[],[],241,115,3832,[],[],https://twitter.com/elonmusk/status/1469006918240854025,False,,0,,,,,,,,"[{'screen_name': 'BallAerospace', 'name': 'Ball Aerospace', 'id': '98663446'}, {'screen_name': 'NASA_Marshall', 'name': 'NASA Marshall', 'id': '28184452'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1469006861588434959,1468952118111322113,2021-12-09 22:11:43 Arabian Standard Time,2021-12-09,22:11:43,+0400,44196397,elonmusk,Elon Musk,,@_rykllan @SpaceX @FelixSchlang @MarcusHouse @Erdayastronaut @bluemoondance74 @NextHorizonsSF Rocket fleets grows,en,[],[],[],203,88,2714,[],[],https://twitter.com/elonmusk/status/1469006861588434959,False,,0,,,,,,,,"[{'screen_name': '_rykllan', 'name': 'rykllan', 'id': '910490259779149824'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan Beck', 'id': '844015154643648512'}, {'screen_name': 'NextHorizonsSF', 'name': 'Next Horizons SpaceFlight', 'id': '1101348366024347649'}]",,,, +1469006308997226502,1468945779578572808,2021-12-09 22:09:31 Arabian Standard Time,2021-12-09,22:09:31,+0400,44196397,elonmusk,Elon Musk,,@SquawkCNBC @GordonJohnson19 🤣🤣,und,[],[],[],724,412,8621,[],[],https://twitter.com/elonmusk/status/1469006308997226502,False,,0,,,,,,,,"[{'screen_name': 'SquawkCNBC', 'name': 'Squawk Box', 'id': '404422077'}, {'screen_name': 'GordonJohnson19', 'name': 'Gordon Johnson', 'id': '1011205886'}]",,,, +1469004057004105730,1469003920341045249,2021-12-09 22:00:34 Arabian Standard Time,2021-12-09,22:00:34,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Amazing engine!,en,[],[],[],179,72,2032,[],[],https://twitter.com/elonmusk/status/1469004057004105730,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1468998819283148819,1468965992931856395,2021-12-09 21:39:45 Arabian Standard Time,2021-12-09,21:39:45,+0400,44196397,elonmusk,Elon Musk,,@cnunezimages @SpaceX @SpaceIntellige3 💯,und,[],[],[],457,177,5828,[],[],https://twitter.com/elonmusk/status/1468998819283148819,False,,0,,,,,,,,"[{'screen_name': 'cnunezimages', 'name': 'carlos', 'id': '1245450013813223424'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceIntellige3', 'name': 'Space Intelligence', 'id': '1206315683056771072'}]",,,, +1468938104446894092,1468935968480653315,2021-12-09 17:38:30 Arabian Standard Time,2021-12-09,17:38:30,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Shanghai is beautiful,in,[],[],[],705,219,5420,[],[],https://twitter.com/elonmusk/status/1468938104446894092,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1468840273849589762,1468794419503534084,2021-12-09 11:09:45 Arabian Standard Time,2021-12-09,11:09:45,+0400,44196397,elonmusk,Elon Musk,,@PPathole Probably way sooner before it’s too hot for civilization,en,[],[],[],1512,840,21849,[],[],https://twitter.com/elonmusk/status/1468840273849589762,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1468689628161052674,1468689628161052674,2021-12-09 01:11:08 Arabian Standard Time,2021-12-09,01:11:08,+0400,44196397,elonmusk,Elon Musk,,"Unless susceptible to extreme natural disasters, nuclear power plants should not be shut down",en,[],[],[],11776,19888,229315,[],[],https://twitter.com/elonmusk/status/1468689628161052674,False,,0,,,,,,,,[],,,, +1468687890376970257,1468684576407101440,2021-12-09 01:04:14 Arabian Standard Time,2021-12-09,01:04:14,+0400,44196397,elonmusk,Elon Musk,,"@WatcherGuru Taxing all billionaires at 100% only drops national debt by ~10%, which is just one year of deficit spending",en,[],[],[],850,771,6673,[],[],https://twitter.com/elonmusk/status/1468687890376970257,False,,0,,,,,,,,"[{'screen_name': 'WatcherGuru', 'name': 'Watcher.Guru', 'id': '1387497871751196672'}]",,,, +1468687495084847115,1468684576407101440,2021-12-09 01:02:40 Arabian Standard Time,2021-12-09,01:02:40,+0400,44196397,elonmusk,Elon Musk,,"@WatcherGuru This is scary, something’s got to give",en,[],[],[],1095,523,7831,[],[],https://twitter.com/elonmusk/status/1468687495084847115,False,,0,,,,,,,,"[{'screen_name': 'WatcherGuru', 'name': 'Watcher.Guru', 'id': '1387497871751196672'}]",,,, +1468685877970935809,1468684576407101440,2021-12-09 00:56:14 Arabian Standard Time,2021-12-09,00:56:14,+0400,44196397,elonmusk,Elon Musk,,Nothing is more permanent than a “temporary” government program,en,[],[],[],3256,15136,93455,[],[],https://twitter.com/elonmusk/status/1468685877970935809,False,,0,,,,,,,,[],,,, +1468685150942908424,1468684576407101440,2021-12-09 00:53:21 Arabian Standard Time,2021-12-09,00:53:21,+0400,44196397,elonmusk,Elon Musk,,@traderjourney Exactly!,en,[],[],[],268,97,3617,[],[],https://twitter.com/elonmusk/status/1468685150942908424,False,,0,,,,,,,,"[{'screen_name': 'traderjourney', 'name': 'JT', 'id': '4072078879'}]",,,, +1468685044239814666,1468684576407101440,2021-12-09 00:52:56 Arabian Standard Time,2021-12-09,00:52:56,+0400,44196397,elonmusk,Elon Musk,,There is a lot of accounting trickery in this bill that isn’t being disclosed to the public,en,[],[],[],2748,5679,53656,[],[],https://twitter.com/elonmusk/status/1468685044239814666,False,,0,,,,,,,,[],,,, +1468684576407101440,1468684576407101440,2021-12-09 00:51:04 Arabian Standard Time,2021-12-09,00:51:04,+0400,44196397,elonmusk,Elon Musk,,"If “temporary” provisions in the Build Back Better Act become permanent, US national debt will increase by 24%! https://t.co/kKdpc45JoB",en,[],['https://budgetmodel.wharton.upenn.edu/issues/2021/11/15/hr-5376-build-back-better-budget-macro'],[],6975,11920,69123,[],[],https://twitter.com/elonmusk/status/1468684576407101440,False,,0,,,,,,,,[],,,, +1468661470619738115,1468631917138522115,2021-12-08 23:19:15 Arabian Standard Time,2021-12-08,23:19:15,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed Judith Cohen (Jack Black’s mother) also did important work on Apollo https://t.co/JbOrEZ8LlW,en,[],['https://en.m.wikipedia.org/wiki/Judith_Love_Cohen'],[],771,497,10514,[],[],https://twitter.com/elonmusk/status/1468661470619738115,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1468633777593331713,1468572396491845637,2021-12-08 21:29:13 Arabian Standard Time,2021-12-08,21:29:13,+0400,44196397,elonmusk,Elon Musk,,@28delayslater https://t.co/jvSALWJFCj,und,[],['https://www.tesla.com/blog/model-3-earns-5-star-safety-rating-euro-ncap'],[],199,289,2992,[],[],https://twitter.com/elonmusk/status/1468633777593331713,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1468633486097539078,1468572396491845637,2021-12-08 21:28:03 Arabian Standard Time,2021-12-08,21:28:03,+0400,44196397,elonmusk,Elon Musk,,@28delayslater https://t.co/Ej9SWAbcfM,und,[],['https://m.youtube.com/watch?v=xSIvnu-R5ao'],[],304,219,2053,[],[],https://twitter.com/elonmusk/status/1468633486097539078,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1468633161768878080,1468572396491845637,2021-12-08 21:26:46 Arabian Standard Time,2021-12-08,21:26:46,+0400,44196397,elonmusk,Elon Musk,,@28delayslater https://t.co/mO4bI8MNqT,und,[],['https://www.tesla.com/blog/model-x-earns-5-star-safety-rating-euro-ncap'],[],195,241,3295,[],[],https://twitter.com/elonmusk/status/1468633161768878080,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1468632596213125123,1468572396491845637,2021-12-08 21:24:31 Arabian Standard Time,2021-12-08,21:24:31,+0400,44196397,elonmusk,Elon Musk,,@28delayslater 🧐,und,[],[],[],405,126,3563,[],[],https://twitter.com/elonmusk/status/1468632596213125123,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1468631917138522115,1468631917138522115,2021-12-08 21:21:49 Arabian Standard Time,2021-12-08,21:21:49,+0400,44196397,elonmusk,Elon Musk,, https://t.co/FJaW6L5ba0,und,[],[],['https://pbs.twimg.com/media/FGGg8etXoAQPbCE.jpg'],14825,65884,615374,[],[],https://twitter.com/elonmusk/status/1468631917138522115,False,,1,https://pbs.twimg.com/media/FGGg8etXoAQPbCE.jpg,,,,,,,[],,,, +1468627585580126208,1468622287494651908,2021-12-08 21:04:36 Arabian Standard Time,2021-12-08,21:04:36,+0400,44196397,elonmusk,Elon Musk,,@waitbutwhy Brain transplants,en,[],[],[],2017,1092,34321,[],[],https://twitter.com/elonmusk/status/1468627585580126208,False,,0,,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1468445663704793090,1468335585907593218,2021-12-08 09:01:43 Arabian Standard Time,2021-12-08,09:01:43,+0400,44196397,elonmusk,Elon Musk,,@jessica_kirsh @SpaceX Booster production is currently ahead of engine production,en,[],[],[],518,311,8063,[],[],https://twitter.com/elonmusk/status/1468445663704793090,False,,0,,,,,,,,"[{'screen_name': 'jessica_kirsh', 'name': '🌻 Jessica Kirsh', 'id': '199564329'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1468445256576290818,1468393118143631368,2021-12-08 09:00:06 Arabian Standard Time,2021-12-08,09:00:06,+0400,44196397,elonmusk,Elon Musk,,@tesla_raj Lot of people don’t realize that you can watch almost any show in a Tesla,en,[],[],[],1707,992,29973,[],[],https://twitter.com/elonmusk/status/1468445256576290818,False,,0,,,,,,,,"[{'screen_name': 'tesla_raj', 'name': 'Tesla Raj', 'id': '1061504849420836865'}]",,,, +1468337774407340043,1468298544461357057,2021-12-08 01:53:00 Arabian Standard Time,2021-12-08,01:53:00,+0400,44196397,elonmusk,Elon Musk,,"@WorldAndScience If you leave hydrogen out in the sun long enough, it starts talking to itself",en,[],[],[],1298,1164,24199,[],[],https://twitter.com/elonmusk/status/1468337774407340043,False,,0,,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1468336225689948164,1468302250498043909,2021-12-08 01:46:51 Arabian Standard Time,2021-12-08,01:46:51,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Wow,und,[],[],[],596,167,5971,[],[],https://twitter.com/elonmusk/status/1468336225689948164,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1468334797508521984,1468287234617004047,2021-12-08 01:41:10 Arabian Standard Time,2021-12-08,01:41:10,+0400,44196397,elonmusk,Elon Musk,,"@tobyliiiiiiiiii @RGVaerialphotos @SpaceX Hopefully, this month, no later than next",en,[],[],[],273,247,4684,[],[],https://twitter.com/elonmusk/status/1468334797508521984,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'RGVaerialphotos', 'name': 'RGV Aerial Photography', 'id': '752724282925412352'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1468334317839568903,1468287234617004047,2021-12-08 01:39:16 Arabian Standard Time,2021-12-08,01:39:16,+0400,44196397,elonmusk,Elon Musk,,@RGVaerialphotos @SpaceX Progress,en,[],[],[],336,186,6108,[],[],https://twitter.com/elonmusk/status/1468334317839568903,False,,0,,,,,,,,"[{'screen_name': 'RGVaerialphotos', 'name': 'RGV Aerial Photography', 'id': '752724282925412352'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1468257494229086213,1468219796873437186,2021-12-07 20:34:00 Arabian Standard Time,2021-12-07,20:34:00,+0400,44196397,elonmusk,Elon Musk,,@joshdcaplan It’s true,en,[],[],[],2236,894,16816,[],[],https://twitter.com/elonmusk/status/1468257494229086213,False,,0,,,,,,,,"[{'screen_name': 'joshdcaplan', 'name': 'Josh Caplan', 'id': '744070482832596992'}]",,,, +1468222764343603211,1468215762183589891,2021-12-07 18:15:59 Arabian Standard Time,2021-12-07,18:15:59,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 🤣,und,[],[],[],909,461,13231,[],[],https://twitter.com/elonmusk/status/1468222764343603211,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1468127332733014024,1468096408339181568,2021-12-07 11:56:47 Arabian Standard Time,2021-12-07,11:56:47,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog 🤣,und,[],[],[],428,142,5751,[],[],https://twitter.com/elonmusk/status/1468127332733014024,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1468070398369701890,1468053070949007363,2021-12-07 08:10:33 Arabian Standard Time,2021-12-07,08:10:33,+0400,44196397,elonmusk,Elon Musk,,@teslafsdbeta Replacing faulty/missing neurons with circuits is the right way to think about it. Many problems can be solved just bridging signals between existing neurons. Progress will accelerate when we have devices in humans (hard to have nuanced conversations with monkeys) next year.,en,[],[],[],489,414,5165,[],[],https://twitter.com/elonmusk/status/1468070398369701890,False,,0,,,,,,,,"[{'screen_name': 'teslafsdbeta', 'name': 'Model X Performance', 'id': '1475466646504550405'}]",,,, +1468067165039439873,1468018755179454467,2021-12-07 07:57:42 Arabian Standard Time,2021-12-07,07:57:42,+0400,44196397,elonmusk,Elon Musk,,"@newsmax There are already minimum age requirements for the House, Senate & Presidency. Reciprocally, there should be maximum age limits too.",en,[],[],[],2985,5427,60527,[],[],https://twitter.com/elonmusk/status/1468067165039439873,False,,0,,,,,,,,"[{'screen_name': 'newsmax', 'name': 'Newsmax', 'id': '20545835'}]",,,, +1468055581277708295,1468051008081248256,2021-12-07 07:11:40 Arabian Standard Time,2021-12-07,07:11:40,+0400,44196397,elonmusk,Elon Musk,,"@stocktalkweekly @neuralink I am definitely not saying that we can for sure do this, but I am increasingly confident that it is possible",en,[],[],[],926,730,12893,[],[],https://twitter.com/elonmusk/status/1468055581277708295,False,,0,,,,,,,,"[{'screen_name': 'stocktalkweekly', 'name': 'Stock Talk Weekly 🎙', 'id': '1289823541098143744'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1468032930761035777,1467952594266083328,2021-12-07 05:41:40 Arabian Standard Time,2021-12-07,05:41:40,+0400,44196397,elonmusk,Elon Musk,,@ICannot_Enough @kimpaquette Exactly,en,[],[],[],208,122,2806,[],[],https://twitter.com/elonmusk/status/1468032930761035777,False,,0,,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄 🦊 🇺🇦 ☮️ 🕊', 'id': '258602317'}]",,,, +1468030897979113473,1468002969702518785,2021-12-07 05:33:35 Arabian Standard Time,2021-12-07,05:33:35,+0400,44196397,elonmusk,Elon Musk,,@UniverCurious That always blows my mind. Sad thing is that we haven’t been back to the moon in half a century.,en,[],[],[],2108,1293,39927,[],[],https://twitter.com/elonmusk/status/1468030897979113473,False,,0,,,,,,,,"[{'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}]",,,, +1468030121399492616,1468021615334084609,2021-12-07 05:30:30 Arabian Standard Time,2021-12-07,05:30:30,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Did it myself 🤣,en,[],[],[],6458,2835,108170,[],[],https://twitter.com/elonmusk/status/1468030121399492616,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1467971059920130051,1467665302213120003,2021-12-07 01:35:48 Arabian Standard Time,2021-12-07,01:35:48,+0400,44196397,elonmusk,Elon Musk,,@Beniko26020660 10.6.1 coming in a few days to address a few annoying issues,en,[],[],[],545,257,5052,[],[],https://twitter.com/elonmusk/status/1467971059920130051,False,,0,,,,,,,,"[{'screen_name': 'Beniko26020660', 'name': 'Beniko Goto', 'id': '1372048784423747592'}]",,,, +1467966076503965706,1467928073819598850,2021-12-07 01:16:00 Arabian Standard Time,2021-12-07,01:16:00,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Looking forward to visiting. I’ve heard it’s awesome.,en,[],[],[],623,251,8452,[],[],https://twitter.com/elonmusk/status/1467966076503965706,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1467965723876208640,1467731226609999872,2021-12-07 01:14:36 Arabian Standard Time,2021-12-07,01:14:36,+0400,44196397,elonmusk,Elon Musk,,"A background in “AI” is not needed, just exceptional skill in software or computer design",en,[],[],[],4469,2207,39231,[],[],https://twitter.com/elonmusk/status/1467965723876208640,False,,0,,,,,,,,[],,,, +1467964781340540935,1467909343173832704,2021-12-07 01:10:51 Arabian Standard Time,2021-12-07,01:10:51,+0400,44196397,elonmusk,Elon Musk,,@NASA @NASA_Astronauts Congratulations!,en,[],[],[],559,482,11617,[],[],https://twitter.com/elonmusk/status/1467964781340540935,False,,0,,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'NASA_Astronauts', 'name': 'NASA Astronauts', 'id': '43166813'}]",,,, +1467958233482604546,1467958137520996352,2021-12-07 00:44:50 Arabian Standard Time,2021-12-07,00:44:50,+0400,44196397,elonmusk,Elon Musk,,@DrSallyL @Tesla Coming soon. Lot of cool stuff.,en,[],[],[],496,301,4072,[],[],https://twitter.com/elonmusk/status/1467958233482604546,False,,0,,,,,,,,"[{'screen_name': 'DrSallyL', 'name': 'DrSally', 'id': '1212633689827360768'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1467953422116831242,1467952594266083328,2021-12-07 00:25:43 Arabian Standard Time,2021-12-07,00:25:43,+0400,44196397,elonmusk,Elon Musk,,"@kimpaquette Tesla publishes accident statistics quarterly. They are so much better than other vehicles, it is ridiculous. https://t.co/q44lsk1BnK",en,[],['https://www.tesla.com/VehicleSafetyReport'],[],529,989,8223,[],[],https://twitter.com/elonmusk/status/1467953422116831242,False,,0,,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄 🦊 🇺🇦 ☮️ 🕊', 'id': '258602317'}]",,,, +1467731226609999872,1467731226609999872,2021-12-06 09:42:48 Arabian Standard Time,2021-12-06,09:42:48,+0400,44196397,elonmusk,Elon Musk,,"As always, Tesla is looking for hardcore AI engineers who care about solving problems that directly affect people’s lives in a major way. https://t.co/0B5toOOHcj",en,[],['http://Tesla.com/AI'],[],13005,10312,109008,[],[],https://twitter.com/elonmusk/status/1467731226609999872,False,,0,,,,,,,,[],,,, +1467671360285589509,1466874890988965899,2021-12-06 05:44:54 Arabian Standard Time,2021-12-06,05:44:54,+0400,44196397,elonmusk,Elon Musk,,@AEIecon @SciGuySpace @JimPethokoukis @PE_Podcast_AEI Good summary,en,[],[],[],471,237,5881,[],[],https://twitter.com/elonmusk/status/1467671360285589509,False,,0,,,,,,,,"[{'screen_name': 'AEIecon', 'name': 'AEI Economics', 'id': '809552311'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'JimPethokoukis', 'name': 'James Pethokoukis', 'id': '16491569'}, {'screen_name': 'PE_Podcast_AEI', 'name': 'Political Economy with Jim Pethokoukis', 'id': '1272610634631393280'}]",,,, +1467573012765593602,1467449798181724161,2021-12-05 23:14:07 Arabian Standard Time,2021-12-05,23:14:07,+0400,44196397,elonmusk,Elon Musk,,@EPavlic He is quite a bossy dog :),en,[],[],[],1382,571,9469,[],[],https://twitter.com/elonmusk/status/1467573012765593602,False,,0,,,,,,,,"[{'screen_name': 'EPavlic', 'name': 'Endrina Pavlić', 'id': '2694896014'}]",,,, +1467336798019928066,1467331557425696774,2021-12-05 07:35:29 Arabian Standard Time,2021-12-05,07:35:29,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k NFTs are jpeging the dollar,en,[],[],[],3122,3858,28121,[],[],https://twitter.com/elonmusk/status/1467336798019928066,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1467336265997586432,1467331557425696774,2021-12-05 07:33:22 Arabian Standard Time,2021-12-05,07:33:22,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 🤣,und,[],[],[],541,329,7146,[],[],https://twitter.com/elonmusk/status/1467336265997586432,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1467225261179559938,1467148751248801800,2021-12-05 00:12:16 Arabian Standard Time,2021-12-05,00:12:16,+0400,44196397,elonmusk,Elon Musk,,@ErcXspace Landing on tower arms,en,[],[],[],1031,314,9314,[],[],https://twitter.com/elonmusk/status/1467225261179559938,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}]",,,, +1467156129386049538,1467148751248801800,2021-12-04 19:37:34 Arabian Standard Time,2021-12-04,19:37:34,+0400,44196397,elonmusk,Elon Musk,,@muratpak My car is currently orbiting Mars,en,[],[],[],1159,937,12687,[],[],https://twitter.com/elonmusk/status/1467156129386049538,False,,0,,,,,,,,"[{'screen_name': 'muratpak', 'name': 'Pak', 'id': '96770474'}]",,,, +1467155889601798144,1467148751248801800,2021-12-04 19:36:37 Arabian Standard Time,2021-12-04,19:36:37,+0400,44196397,elonmusk,Elon Musk,,@muratpak You betcha,en,[],[],[],378,195,5203,[],[],https://twitter.com/elonmusk/status/1467155889601798144,False,,0,,,,,,,,"[{'screen_name': 'muratpak', 'name': 'Pak', 'id': '96770474'}]",,,, +1467149074705096713,1467148751248801800,2021-12-04 19:09:32 Arabian Standard Time,2021-12-04,19:09:32,+0400,44196397,elonmusk,Elon Musk,,Starships to ♥️ Mars ♥️,en,[],[],[],15138,5670,107305,[],[],https://twitter.com/elonmusk/status/1467149074705096713,False,,0,,,,,,,,[],,,, +1467148751248801800,1467148751248801800,2021-12-04 19:08:15 Arabian Standard Time,2021-12-04,19:08:15,+0400,44196397,elonmusk,Elon Musk,,We will soon make these real https://t.co/t4z5oNFnwW,en,[],[],['https://pbs.twimg.com/media/FFxcAuDX0AQvs_B.jpg'],22381,30008,403629,[],[],https://twitter.com/elonmusk/status/1467148751248801800,False,,1,https://pbs.twimg.com/media/FFxcAuDX0AQvs_B.jpg,,,,,,,[],,,, +1466942645545099272,1466942645545099272,2021-12-04 05:29:15 Arabian Standard Time,2021-12-04,05:29:15,+0400,44196397,elonmusk,Elon Musk,, https://t.co/sIGZPDyx76,und,[],[],['https://pbs.twimg.com/media/FFugjHsXMAAHZpf.jpg'],17021,25429,301476,[],[],https://twitter.com/elonmusk/status/1466942645545099272,False,,1,https://pbs.twimg.com/media/FFugjHsXMAAHZpf.jpg,,,,,,,[],,,, +1466935662087749636,1466934223831506951,2021-12-04 05:01:30 Arabian Standard Time,2021-12-04,05:01:30,+0400,44196397,elonmusk,Elon Musk,,@ID_AA_Carmack Haha pretty much,en,[],[],[],460,258,10097,[],[],https://twitter.com/elonmusk/status/1466935662087749636,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1466922392543010823,1466870115375280128,2021-12-04 04:08:47 Arabian Standard Time,2021-12-04,04:08:47,+0400,44196397,elonmusk,Elon Musk,,@Kristennetten @MinimalDuck @LudaLisl @28delayslater @JohnnaCrider1 @arctechinc @adamhoov @SawyerMerritt @garyblack00 @JaneidyEve @RenataKonkoly Exactly,en,[],[],[],270,130,3163,[],[],https://twitter.com/elonmusk/status/1466922392543010823,False,,0,,,,,,,,"[{'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'MinimalDuck', 'name': 'Arash Malek 🦆', 'id': '740946180'}, {'screen_name': 'LudaLisl', 'name': 'Lisa G-Punkt 👀❤️🦊🇺🇦', 'id': '28402741'}, {'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}, {'screen_name': 'adamhoov', 'name': 'adam', 'id': '1473694166425251841'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}, {'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo 💙🦊', 'id': '92570825'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}]",,,, +1466914018615078912,1466897064042840070,2021-12-04 03:35:30 Arabian Standard Time,2021-12-04,03:35:30,+0400,44196397,elonmusk,Elon Musk,,@joroulette It is an honor to serve NASA and the countries of the International Space Station,en,[],[],[],356,429,9307,[],[],https://twitter.com/elonmusk/status/1466914018615078912,False,,0,,,,,,,,"[{'screen_name': 'joroulette', 'name': 'Joey Roulette', 'id': '332318524'}]",,,, +1466851970443010056,1466797158737268743,2021-12-03 23:28:57 Arabian Standard Time,2021-12-03,23:28:57,+0400,44196397,elonmusk,Elon Musk,,"@NASASpaceflight 39A is hallowed spaceflight ground – no place more deserving of a Starship launch pad! Will have similar, but improved, ground systems & tower to Starbase.",en,[],[],[],328,428,7522,[],[],https://twitter.com/elonmusk/status/1466851970443010056,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1466850364012044288,1466789120559226883,2021-12-03 23:22:34 Arabian Standard Time,2021-12-03,23:22:34,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU @SawyerMerritt Huge cranes are cool haha,en,[],[],[],214,114,3409,[],[],https://twitter.com/elonmusk/status/1466850364012044288,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1466849780253003782,1466817322673328129,2021-12-03 23:20:15 Arabian Standard Time,2021-12-03,23:20:15,+0400,44196397,elonmusk,Elon Musk,,@PPathole @ErcXspace @SpaceX This will look so awesome!,en,[],[],[],508,361,12297,[],[],https://twitter.com/elonmusk/status/1466849780253003782,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1466849402534907910,1466789120559226883,2021-12-03 23:18:44 Arabian Standard Time,2021-12-03,23:18:44,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU @SawyerMerritt I love Norway! 🇳🇴 ♥️🇳🇴,en,[],[],[],243,186,4042,[],[],https://twitter.com/elonmusk/status/1466849402534907910,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1466801882765180930,1466797158737268743,2021-12-03 20:09:55 Arabian Standard Time,2021-12-03,20:09:55,+0400,44196397,elonmusk,Elon Musk,,@NASASpaceflight Yes,und,[],[],[],359,195,6148,[],[],https://twitter.com/elonmusk/status/1466801882765180930,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1466801326218698761,1466485450638458880,2021-12-03 20:07:42 Arabian Standard Time,2021-12-03,20:07:42,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @WholeMarsBlog It releases internally today, then rolls out to external beta in a few days if no significant issues are found",en,[],[],[],284,168,3218,[],[],https://twitter.com/elonmusk/status/1466801326218698761,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1466800979098148870,1466485450638458880,2021-12-03 20:06:19 Arabian Standard Time,2021-12-03,20:06:19,+0400,44196397,elonmusk,Elon Musk,,@jhall @WholeMarsBlog But yes,en,[],[],[],117,57,1825,[],[],https://twitter.com/elonmusk/status/1466800979098148870,False,,0,,,,,,,,"[{'screen_name': 'jhall', 'name': 'Jim Hall 🤖 🚀✨', 'id': '778623'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1466800941269667841,1466485450638458880,2021-12-03 20:06:10 Arabian Standard Time,2021-12-03,20:06:10,+0400,44196397,elonmusk,Elon Musk,,@jhall @WholeMarsBlog Product roadmap update on next earnings call,en,[],[],[],149,212,3728,[],[],https://twitter.com/elonmusk/status/1466800941269667841,False,,0,,,,,,,,"[{'screen_name': 'jhall', 'name': 'Jim Hall 🤖 🚀✨', 'id': '778623'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1466800744812658691,1466485450638458880,2021-12-03 20:05:24 Arabian Standard Time,2021-12-03,20:05:24,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @WholeMarsBlog Yes,und,[],[],[],155,56,1902,[],[],https://twitter.com/elonmusk/status/1466800744812658691,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1466798760030351372,1466485450638458880,2021-12-03 19:57:30 Arabian Standard Time,2021-12-03,19:57:30,+0400,44196397,elonmusk,Elon Musk,,"@marv63804322 @WholeMarsBlog Will have both front & rear wheel steer, so not just like a tank – it can drive diagonally like a crab",en,[],[],[],540,517,6531,[],[],https://twitter.com/elonmusk/status/1466798760030351372,False,,0,,,,,,,,"[{'screen_name': 'marv63804322', 'name': 'marv', 'id': '1248671854908387331'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1466798406601486344,1466485450638458880,2021-12-03 19:56:06 Arabian Standard Time,2021-12-03,19:56:06,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog “Insane technology bandwagon”,hu,[],[],[],258,189,3495,[],[],https://twitter.com/elonmusk/status/1466798406601486344,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1466798224187006983,1466485450638458880,2021-12-03 19:55:23 Arabian Standard Time,2021-12-03,19:55:23,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Initial production will be 4 motor variant, with independent, ultra fast response torque control of each wheel",en,[],[],[],1125,903,14673,[],[],https://twitter.com/elonmusk/status/1466798224187006983,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1466797552582512649,1466789120559226883,2021-12-03 19:52:42 Arabian Standard Time,2021-12-03,19:52:42,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt Is that a line graph in your pocket or just happy to see me?,en,[],[],[],1116,1183,41081,[],[],https://twitter.com/elonmusk/status/1466797552582512649,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1466797158737268743,1466797158737268743,2021-12-03 19:51:09 Arabian Standard Time,2021-12-03,19:51:09,+0400,44196397,elonmusk,Elon Musk,,Construction of Starship orbital launch pad at the Cape has begun,en,[],[],[],10630,9398,163962,[],[],https://twitter.com/elonmusk/status/1466797158737268743,False,,0,,,,,,,,[],,,, +1466534768187621379,1466504539222294530,2021-12-03 02:28:30 Arabian Standard Time,2021-12-03,02:28:30,+0400,44196397,elonmusk,Elon Musk,,@MKBHD Yikes,en,[],[],[],1153,849,29040,[],[],https://twitter.com/elonmusk/status/1466534768187621379,False,,0,,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1466515315802705922,1466515315802705922,2021-12-03 01:11:12 Arabian Standard Time,2021-12-03,01:11:12,+0400,44196397,elonmusk,Elon Musk,,"Laws are on one side, poets on the other",en,[],[],[],12823,10670,124845,[],[],https://twitter.com/elonmusk/status/1466515315802705922,False,,0,,,,,,,,[],,,, +1466484540000686082,1466465971867209735,2021-12-02 23:08:54 Arabian Standard Time,2021-12-02,23:08:54,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 🤣,und,[],[],[],1012,447,12101,[],[],https://twitter.com/elonmusk/status/1466484540000686082,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1466328271390486531,1466328271390486531,2021-12-02 12:47:57 Arabian Standard Time,2021-12-02,12:47:57,+0400,44196397,elonmusk,Elon Musk,,"Let’s set an age limit after which you can’t run for political office, perhaps a number just below 70 …",en,[],[],[],29326,37945,391369,[],[],https://twitter.com/elonmusk/status/1466328271390486531,False,,0,,,,,,,,[],,,, +1466325771656568836,1466316010953318401,2021-12-02 12:38:01 Arabian Standard Time,2021-12-02,12:38:01,+0400,44196397,elonmusk,Elon Musk,,@CoinDesk @godbole17 Dooooge,en,[],[],[],8365,8714,38460,[],[],https://twitter.com/elonmusk/status/1466325771656568836,False,,0,,,,,,,,"[{'screen_name': 'CoinDesk', 'name': 'CoinDesk', 'id': '1333467482'}, {'screen_name': 'godbole17', 'name': 'omkar godbole', 'id': '2278747880'}]",,,, +1466324132757446657,1466129298834608129,2021-12-02 12:31:30 Arabian Standard Time,2021-12-02,12:31:30,+0400,44196397,elonmusk,Elon Musk,,@billhuang688 @sama What should I do with it?,en,[],[],[],1789,292,4958,[],[],https://twitter.com/elonmusk/status/1466324132757446657,False,,0,,,,,,,,"[{'screen_name': 'billhuang688', 'name': '𝐁𝐨𝐠𝐮𝐬𝐓𝐡𝐨𝐮𝐠𝐡𝐭 - TITS, Texas', 'id': '1266489338675646464'}, {'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +1466320998379175939,1466129298834608129,2021-12-02 12:19:03 Arabian Standard Time,2021-12-02,12:19:03,+0400,44196397,elonmusk,Elon Musk,,@sama Web3 sounds like bs,en,[],[],[],1487,901,7496,[],[],https://twitter.com/elonmusk/status/1466320998379175939,False,,0,,,,,,,,"[{'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +1466320908872736769,1466129298834608129,2021-12-02 12:18:42 Arabian Standard Time,2021-12-02,12:18:42,+0400,44196397,elonmusk,Elon Musk,,@sama I thought nothing could be nuttier than ‘99,en,[],[],[],448,230,6013,[],[],https://twitter.com/elonmusk/status/1466320908872736769,False,,0,,,,,,,,"[{'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +1466304995368873984,1466255861978996737,2021-12-02 11:15:28 Arabian Standard Time,2021-12-02,11:15:28,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt 🔥🔥,und,[],[],[],239,159,3891,[],[],https://twitter.com/elonmusk/status/1466304995368873984,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1466234231017857028,1466079859965235210,2021-12-02 06:34:16 Arabian Standard Time,2021-12-02,06:34:16,+0400,44196397,elonmusk,Elon Musk,,@patrickc They saw it coming,en,[],[],[],789,377,12392,[],[],https://twitter.com/elonmusk/status/1466234231017857028,False,,0,,,,,,,,"[{'screen_name': 'patrickc', 'name': 'Patrick Collison', 'id': '4939401'}]",,,, +1466205349661315072,1466185314704113664,2021-12-02 04:39:30 Arabian Standard Time,2021-12-02,04:39:30,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 🤣🤣,und,[],[],[],637,328,7619,[],[],https://twitter.com/elonmusk/status/1466205349661315072,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1466080926098767881,1466013219236032514,2021-12-01 20:25:05 Arabian Standard Time,2021-12-01,20:25:05,+0400,44196397,elonmusk,Elon Musk,,@arstechnica @SciGuySpace Starship will enable a quantum leap in deep space & planetary science,en,[],[],[],1277,1078,18753,[],[],https://twitter.com/elonmusk/status/1466080926098767881,False,,0,,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1466074825219354628,1465955035133657090,2021-12-01 20:00:51 Arabian Standard Time,2021-12-01,20:00:51,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Exactly,en,[],[],[],584,284,7245,[],[],https://twitter.com/elonmusk/status/1466074825219354628,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1466074646240014340,1466074646240014340,2021-12-01 20:00:08 Arabian Standard Time,2021-12-01,20:00:08,+0400,44196397,elonmusk,Elon Musk,, https://t.co/OL2hnKngTx,und,[],[],['https://pbs.twimg.com/media/FFiLHpWWUAI3iIc.jpg'],14776,25604,248517,[],[],https://twitter.com/elonmusk/status/1466074646240014340,False,,1,https://pbs.twimg.com/media/FFiLHpWWUAI3iIc.jpg,,,,,,,[],,,, +1465956882548506625,1465955035133657090,2021-12-01 12:12:11 Arabian Standard Time,2021-12-01,12:12:11,+0400,44196397,elonmusk,Elon Musk,,Doesn’t even need maintenance – just works!,en,[],[],[],5375,2953,80266,[],[],https://twitter.com/elonmusk/status/1465956882548506625,False,,0,,,,,,,,[],,,, +1465955035133657090,1465955035133657090,2021-12-01 12:04:51 Arabian Standard Time,2021-12-01,12:04:51,+0400,44196397,elonmusk,Elon Musk,,"The sun is absurdly, overwhelmingly the source of energy in our solar system",en,[],[],[],13828,11387,173691,[],[],https://twitter.com/elonmusk/status/1465955035133657090,False,,0,,,,,,,,[],,,, +1465954649496866818,1465946265556901892,2021-12-01 12:03:19 Arabian Standard Time,2021-12-01,12:03:19,+0400,44196397,elonmusk,Elon Musk,,"@YounieTyler @Rainmaker1973 No, but you could get pretty far with rings of separately orbiting objects, like our solar system’s asteroid belt",en,[],[],[],202,87,2260,[],[],https://twitter.com/elonmusk/status/1465954649496866818,False,,0,,,,,,,,"[{'screen_name': 'YounieTyler', 'name': 'Tyler 🚀👨\u200d🚀', 'id': '1274549142883205120'}, {'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1465949752160395266,1465946265556901892,2021-12-01 11:43:51 Arabian Standard Time,2021-12-01,11:43:51,+0400,44196397,elonmusk,Elon Musk,,"@Rainmaker1973 And the sun is technically green, as measured by peak photon count",en,[],[],[],216,107,2081,[],[],https://twitter.com/elonmusk/status/1465949752160395266,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1465949012155117568,1465946265556901892,2021-12-01 11:40:55 Arabian Standard Time,2021-12-01,11:40:55,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 But lower power density than a human,en,[],[],[],387,203,6918,[],[],https://twitter.com/elonmusk/status/1465949012155117568,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1465943719807438850,1465468742570229767,2021-12-01 11:19:53 Arabian Standard Time,2021-12-01,11:19:53,+0400,44196397,elonmusk,Elon Musk,,Friends & pools are great,en,[],[],[],3188,1490,39158,[],[],https://twitter.com/elonmusk/status/1465943719807438850,False,,0,,,,,,,,[],,,, +1465852811502145541,1465818142043774983,2021-12-01 05:18:39 Arabian Standard Time,2021-12-01,05:18:39,+0400,44196397,elonmusk,Elon Musk,,@tegmark Yikes,en,[],[],[],250,109,1973,[],[],https://twitter.com/elonmusk/status/1465852811502145541,False,,0,,,,,,,,"[{'screen_name': 'tegmark', 'name': 'Max Tegmark', 'id': '2530947115'}]",,,, +1465842137392680963,1465838829370228737,2021-12-01 04:36:14 Arabian Standard Time,2021-12-01,04:36:14,+0400,44196397,elonmusk,Elon Musk,,"Don’t waste your money on that silly Apple Cloth, buy our whistle instead!",en,[],[],[],5678,4457,83815,[],[],https://twitter.com/elonmusk/status/1465842137392680963,False,,0,,,,,,,,[],,,, +1465838829370228737,1465838829370228737,2021-12-01 04:23:05 Arabian Standard Time,2021-12-01,04:23:05,+0400,44196397,elonmusk,Elon Musk,,Blow the whistle on Tesla! https://t.co/c86hLA0iQK,en,[],['https://shop.tesla.com/product/cyberwhistle?sku=1715672-00-A'],[],10087,6750,100293,[],[],https://twitter.com/elonmusk/status/1465838829370228737,False,,0,,,,,,,,[],,,, +1465817742632792065,1465817742632792065,2021-12-01 02:59:18 Arabian Standard Time,2021-12-01,02:59:18,+0400,44196397,elonmusk,Elon Musk,,DayQuil + NyQuil https://t.co/aadssRmjyf,en,[],[],['https://pbs.twimg.com/media/FFehd-aWUAcVBOl.jpg'],11457,16572,217133,[],[],https://twitter.com/elonmusk/status/1465817742632792065,False,,1,https://pbs.twimg.com/media/FFehd-aWUAcVBOl.jpg,,,,,,,[],,,, +1465795739104206853,1465789631656382464,2021-12-01 01:31:52 Arabian Standard Time,2021-12-01,01:31:52,+0400,44196397,elonmusk,Elon Musk,,"@Tesmanian_com The magnitude of the Starship program is not widely appreciated. It is designed to extend life to Mars (and the moon), which requires ~1000 times more payload to orbit than all current Earth rockets combined.",en,[],[],[],580,698,7510,[],[],https://twitter.com/elonmusk/status/1465795739104206853,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1465793980025741316,1465793626970079235,2021-12-01 01:24:52 Arabian Standard Time,2021-12-01,01:24:52,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut Yes,und,[],[],[],455,220,7188,[],[],https://twitter.com/elonmusk/status/1465793980025741316,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1465793233729069063,1465789631656382464,2021-12-01 01:21:54 Arabian Standard Time,2021-12-01,01:21:54,+0400,44196397,elonmusk,Elon Musk,,"@Tesmanian_com If a severe global recession were to dry up capital availability / liquidity while SpaceX was losing billions on Starlink & Starship, then bankruptcy, while still unlikely, is not impossible. GM & Chrysler went BK last recession. “Only the paranoid survive.” – Grove",en,[],[],[],943,982,13901,[],[],https://twitter.com/elonmusk/status/1465793233729069063,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1465786605889892356,1465762341170069512,2021-12-01 00:55:34 Arabian Standard Time,2021-12-01,00:55:34,+0400,44196397,elonmusk,Elon Musk,,@micsolana The overarching problem is that we need better mental firewalls for the information constantly coming at us. Critical & first principles thinking should be a required course in middle school. Who wrote the software running in your head? Are you sure you actually want it there?,en,[],[],[],946,2829,16403,[],[],https://twitter.com/elonmusk/status/1465786605889892356,False,,0,,,,,,,,"[{'screen_name': 'micsolana', 'name': 'Mike Solana', 'id': '18989355'}]",,,, +1465763308284301321,1465710050123477001,2021-11-30 23:22:59 Arabian Standard Time,2021-11-30,23:22:59,+0400,44196397,elonmusk,Elon Musk,,@Rubix161 @thesheetztweetz @GerberKawasaki It’s getting fixed,en,[],[],[],388,214,5059,[],[],https://twitter.com/elonmusk/status/1465763308284301321,False,,0,,,,,,,,"[{'screen_name': 'Rubix161', 'name': 'TotheStars', 'id': '1185931059634102282'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1465762996546904066,1465710050123477001,2021-11-30 23:21:45 Arabian Standard Time,2021-11-30,23:21:45,+0400,44196397,elonmusk,Elon Musk,,@TeslaGong @GerberKawasaki Suits will need to be made in high volume at an affordable cost & be much easier to use,en,[],[],[],213,115,2421,[],[],https://twitter.com/elonmusk/status/1465762996546904066,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1465761470147346435,1465710050123477001,2021-11-30 23:15:41 Arabian Standard Time,2021-11-30,23:15:41,+0400,44196397,elonmusk,Elon Musk,,"@GerberKawasaki We had to shift some Starlink satellite orbits to reduce probability of collision. Not great, but not terrible either. Station & Dragon have micrometeorite shields (ultra high velocity impact absorption), but EVA suits do not, hence higher risk for spacewalk.",en,[],[],[],554,459,9746,[],[],https://twitter.com/elonmusk/status/1465761470147346435,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1465555766488846345,1465389600021659658,2021-11-30 09:38:18 Arabian Standard Time,2021-11-30,09:38:18,+0400,44196397,elonmusk,Elon Musk,,"@engineers_feed 49 years later, games are photo-realistic 3D worlds. What does that trend continuing imply about our reality?",en,[],[],[],2464,1155,16984,[],[],https://twitter.com/elonmusk/status/1465555766488846345,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1465487982312501252,1465487982312501252,2021-11-30 05:08:57 Arabian Standard Time,2021-11-30,05:08:57,+0400,44196397,elonmusk,Elon Musk,,I love a great whine,en,[],[],[],23980,9943,188491,[],[],https://twitter.com/elonmusk/status/1465487982312501252,False,,0,,,,,,,,[],,,, +1465476843063156744,1465476843063156744,2021-11-30 04:24:41 Arabian Standard Time,2021-11-30,04:24:41,+0400,44196397,elonmusk,Elon Musk,,👼,und,[],[],[],13889,5282,82611,[],[],https://twitter.com/elonmusk/status/1465476843063156744,False,,0,,,,,,,,[],,,, +1465474116622946307,1465474116622946307,2021-11-30 04:13:51 Arabian Standard Time,2021-11-30,04:13:51,+0400,44196397,elonmusk,Elon Musk,,Splish splash,en,[],[],[],14176,5553,90160,[],[],https://twitter.com/elonmusk/status/1465474116622946307,False,,0,,,,,,,,[],,,, +1465468742570229767,1465468742570229767,2021-11-30 03:52:29 Arabian Standard Time,2021-11-30,03:52:29,+0400,44196397,elonmusk,Elon Musk,,Just dropping some friends off at the pool,en,[],[],[],16359,6757,154983,[],[],https://twitter.com/elonmusk/status/1465468742570229767,False,,0,,,,,,,,[],,,, +1465423628900704270,1022551008457764865,2021-11-30 00:53:14 Arabian Standard Time,2021-11-30,00:53:14,+0400,44196397,elonmusk,Elon Musk,,@eightbitstories Humanity shall return!!,en,[],[],[],484,382,5629,[],[],https://twitter.com/elonmusk/status/1465423628900704270,False,,0,,,,,,,,"[{'screen_name': 'eightbitstories', 'name': '8-bit Stories', 'id': '3294554321'}]",,,, +1465423422238994436,1465405978933747712,2021-11-30 00:52:24 Arabian Standard Time,2021-11-30,00:52:24,+0400,44196397,elonmusk,Elon Musk,,"@smartass505 @ZainS180 @VikingRocket @WholeMarsBlog Oh man, this year has been such a supply chain nightmare & it’s not over! I will provide an updated product roadmap on next earnings call.",en,[],[],[],482,563,8035,[],[],https://twitter.com/elonmusk/status/1465423422238994436,False,,0,,,,,,,,"[{'screen_name': 'smartass505', 'name': 'Alexander Luthor', 'id': '485457136'}, {'screen_name': 'ZainS180', 'name': '🎄Zain🎄', 'id': '789627487861047297'}, {'screen_name': 'VikingRocket', 'name': 'Zoomer ✨', 'id': '1372888112192495616'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1465414969286090753,1465405978933747712,2021-11-30 00:18:49 Arabian Standard Time,2021-11-30,00:18:49,+0400,44196397,elonmusk,Elon Musk,,@ZainS180 @VikingRocket @WholeMarsBlog Cybertruck will reach far into a post-apocalyptic future & bring that technology to now,en,[],[],[],676,585,6225,[],[],https://twitter.com/elonmusk/status/1465414969286090753,False,,0,,,,,,,,"[{'screen_name': 'ZainS180', 'name': 'Zain🇺🇦', 'id': '789627487861047297'}, {'screen_name': 'VikingRocket', 'name': 'Zoomer✨', 'id': '1372888112192495616'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1465414115845890051,1465405978933747712,2021-11-30 00:15:25 Arabian Standard Time,2021-11-30,00:15:25,+0400,44196397,elonmusk,Elon Musk,,@ZainS180 @VikingRocket @WholeMarsBlog Cybertruck is intentionally an insane technology bandwagon,en,[],[],[],282,307,4518,[],[],https://twitter.com/elonmusk/status/1465414115845890051,False,,0,,,,,,,,"[{'screen_name': 'ZainS180', 'name': 'Zain🇺🇦', 'id': '789627487861047297'}, {'screen_name': 'VikingRocket', 'name': 'Viking Rocket✨', 'id': '1372888112192495616'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1465413718976643079,1465405978933747712,2021-11-30 00:13:51 Arabian Standard Time,2021-11-30,00:13:51,+0400,44196397,elonmusk,Elon Musk,,@VikingRocket @WholeMarsBlog Variable gain (steer by wire) yoke would be ideal …,en,[],[],[],139,88,2010,[],[],https://twitter.com/elonmusk/status/1465413718976643079,False,,0,,,,,,,,"[{'screen_name': 'VikingRocket', 'name': 'Viking Rocket ✨ Zoom', 'id': '1372888112192495616'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1465413034223013900,1465405978933747712,2021-11-30 00:11:08 Arabian Standard Time,2021-11-30,00:11:08,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Acid test for new interface is use it for 2 weeks & see if you still want old version. After using yoke for few weeks, I didn’t want wheel.",en,[],[],[],270,156,3478,[],[],https://twitter.com/elonmusk/status/1465413034223013900,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1465411822681575441,1465405978933747712,2021-11-30 00:06:19 Arabian Standard Time,2021-11-30,00:06:19,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Yoke allows unobstructed view of the screen,en,[],[],[],736,308,10623,[],[],https://twitter.com/elonmusk/status/1465411822681575441,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1465389196613455877,1433992813444669445,2021-11-29 22:36:24 Arabian Standard Time,2021-11-29,22:36:24,+0400,44196397,elonmusk,Elon Musk,,@TrungTPhan A lot has happened in 8 years,en,[],[],[],604,358,7685,[],[],https://twitter.com/elonmusk/status/1465389196613455877,False,,0,,,,,,,,"[{'screen_name': 'TrungTPhan', 'name': 'Trung Phan', 'id': '945817135816654848'}]",,,, +1465386361012297731,1465353324803211267,2021-11-29 22:25:08 Arabian Standard Time,2021-11-29,22:25:08,+0400,44196397,elonmusk,Elon Musk,,@patrickc @ashleevance @paraga USA benefits greatly from Indian talent!,en,[],[],[],3800,23052,120227,[],[],https://twitter.com/elonmusk/status/1465386361012297731,False,,0,,,,,,,,"[{'screen_name': 'patrickc', 'name': 'Patrick Collison', 'id': '4939401'}, {'screen_name': 'ashleevance', 'name': 'Ashlee Vance', 'id': '81961201'}, {'screen_name': 'paraga', 'name': 'Parag Agrawal', 'id': '14486697'}]",,,, +1465383640578379777,1465289768984530951,2021-11-29 22:14:20 Arabian Standard Time,2021-11-29,22:14:20,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @ResidentSponge It will still be very intense, just slightly less than in the past",en,[],[],[],642,385,9284,[],[],https://twitter.com/elonmusk/status/1465383640578379777,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1465143900574785540,1465129454984957954,2021-11-29 06:21:41 Arabian Standard Time,2021-11-29,06:21:41,+0400,44196397,elonmusk,Elon Musk,,"@SawyerMerritt This is true. Also, Tesla employees get health insurance, stock & other benefits.",en,[],[],[],2056,2365,42396,[],[],https://twitter.com/elonmusk/status/1465143900574785540,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1465043882618540045,1464956182884491265,2021-11-28 23:44:15 Arabian Standard Time,2021-11-28,23:44:15,+0400,44196397,elonmusk,Elon Musk,,@dciuzio @JonErlichman @SpacGuru 🤣,und,[],[],[],351,128,4138,[],[],https://twitter.com/elonmusk/status/1465043882618540045,False,,0,,,,,,,,"[{'screen_name': 'dciuzio', 'name': 'danny ciuzio', 'id': '343016069'}, {'screen_name': 'JonErlichman', 'name': 'Jon Erlichman', 'id': '164425558'}, {'screen_name': 'SpacGuru', 'name': 'SpacGuru (SpacGuru.eth)', 'id': '2342334844'}]",,,, +1464706955130269702,1464701614149849094,2021-11-28 01:25:25 Arabian Standard Time,2021-11-28,01:25:25,+0400,44196397,elonmusk,Elon Musk,,@lexfridman Nice,en,[],[],[],1671,995,47190,[],[],https://twitter.com/elonmusk/status/1464706955130269702,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1464507751262875651,1464491385277411333,2021-11-27 12:13:51 Arabian Standard Time,2021-11-27,12:13:51,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog The most ironic outcome is the most likely,en,[],[],[],1326,1298,24550,[],[],https://twitter.com/elonmusk/status/1464507751262875651,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1464507322114342912,1464359265594855428,2021-11-27 12:12:09 Arabian Standard Time,2021-11-27,12:12:09,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU @teslaownersSV Yeah,en,[],[],[],264,109,2756,[],[],https://twitter.com/elonmusk/status/1464507322114342912,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1464506658520899592,1464359265594855428,2021-11-27 12:09:31 Arabian Standard Time,2021-11-27,12:09:31,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV Hypothetically, if they did make lots of electric cars, then they would be the leader",en,[],[],[],384,289,4751,[],[],https://twitter.com/elonmusk/status/1464506658520899592,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1464423352295165954,995022517755506688,2021-11-27 06:38:29 Arabian Standard Time,2021-11-27,06:38:29,+0400,44196397,elonmusk,Elon Musk,,@mdad8200 @existentialcoms Exactly,en,[],[],[],276,123,2762,[],[],https://twitter.com/elonmusk/status/1464423352295165954,False,,0,,,,,,,,"[{'screen_name': 'mdad8200', 'name': 'DaveH 🇺🇦', 'id': '15952843'}, {'screen_name': 'existentialcoms', 'name': 'Existential Comics', 'id': '2163374389'}]",,,, +1464419275398123526,1464368518321872900,2021-11-27 06:22:17 Arabian Standard Time,2021-11-27,06:22:17,+0400,44196397,elonmusk,Elon Musk,,@mishaboar Good thread,en,[],[],[],346,296,3144,[],[],https://twitter.com/elonmusk/status/1464419275398123526,False,,0,,,,,,,,"[{'screen_name': 'mishaboar', 'name': 'Mishaboar', 'id': '1385271926852104193'}]",,,, +1464398343103258628,1464340060396871683,2021-11-27 04:59:06 Arabian Standard Time,2021-11-27,04:59:06,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Figuratively & literally,en,[],[],[],631,539,17174,[],[],https://twitter.com/elonmusk/status/1464398343103258628,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1464395375469600777,1464342045808644104,2021-11-27 04:47:19 Arabian Standard Time,2021-11-27,04:47:19,+0400,44196397,elonmusk,Elon Musk,,@todd_gleason @kimpaquette Yup,und,[],[],[],298,194,5561,[],[],https://twitter.com/elonmusk/status/1464395375469600777,False,,0,,,,,,,,"[{'screen_name': 'todd_gleason', 'name': 'Todd Gleason ❤️🇺🇦', 'id': '824798045397147648'}, {'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄 🦊 🇺🇦 ☮️ 🕊', 'id': '258602317'}]",,,, +1464394944395857920,1464254316949159949,2021-11-27 04:45:36 Arabian Standard Time,2021-11-27,04:45:36,+0400,44196397,elonmusk,Elon Musk,,"@ajtourville We learned our lesson with $465M DoE loan received in 2010/2011 – onerous terms exceed value of money received. That’s why we paid it back so early, despite an early repayment penalty.",en,[],[],[],518,626,10701,[],[],https://twitter.com/elonmusk/status/1464394944395857920,False,,0,,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}]",,,, +1464393595146878976,1464342045808644104,2021-11-27 04:40:14 Arabian Standard Time,2021-11-27,04:40:14,+0400,44196397,elonmusk,Elon Musk,,@kimpaquette Must be nice living in Cloud Cuckoo Land,en,[],[],[],1494,1754,40056,[],[],https://twitter.com/elonmusk/status/1464393595146878976,False,,0,,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄 🦊 🇺🇦 ☮️ 🕊', 'id': '258602317'}]",,,, +1464315008322576385,1464255355240726536,2021-11-26 23:27:58 Arabian Standard Time,2021-11-26,23:27:58,+0400,44196397,elonmusk,Elon Musk,,@timetravelart Maybe drive an upright Falcon 9 past the White House flying a giant Stars & Stripes with a marching band playing “I can see clearly now”?,en,[],[],[],1058,810,13824,[],[],https://twitter.com/elonmusk/status/1464315008322576385,False,,0,,,,,,,,"[{'screen_name': 'timetravelart', 'name': 'jem', 'id': '3085089159'}]",,,, +1464313451526959110,1464270557151596548,2021-11-26 23:21:47 Arabian Standard Time,2021-11-26,23:21:47,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX That’s our initial interstage design that we scrapped,en,[],[],[],721,549,24356,[],[],https://twitter.com/elonmusk/status/1464313451526959110,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1464221594881081350,995022517755506688,2021-11-26 17:16:46 Arabian Standard Time,2021-11-26,17:16:46,+0400,44196397,elonmusk,Elon Musk,,"@existentialcoms Combined Tesla+SpaceX market cap is now over $1.2T, which means “$4.9B” is less than 0.4% of combined company value",en,[],[],[],438,383,5183,[],[],https://twitter.com/elonmusk/status/1464221594881081350,False,,0,,,,,,,,"[{'screen_name': 'existentialcoms', 'name': 'Existential Comics', 'id': '2163374389'}]",,,, +1464215665380892678,1464204524525129728,2021-11-26 16:53:13 Arabian Standard Time,2021-11-26,16:53:13,+0400,44196397,elonmusk,Elon Musk,,"@marenkahnert @Kristennetten @RationalEtienne @FalkenSchwer @NuovaRealta @PPathole @WholeMarsBlog @EvaFoxU @Tesla It has always been Tesla’s view that all subsidies should be eliminated, but that must include the massive subsidies for oil & gas. For some reason, governments don’t want to do that …",en,[],[],[],1140,1807,23128,[],[],https://twitter.com/elonmusk/status/1464215665380892678,False,,0,,,,,,,,"[{'screen_name': 'marenkahnert', 'name': 'Maren Kahnert ▪️ 🦊⚔❤', 'id': '844168027402854400'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'FalkenSchwer', 'name': 'TeslaExpedioGermany', 'id': '420136114'}, {'screen_name': 'NuovaRealta', 'name': '≡LIᔕABETH 👀💛💙🦊', 'id': '783475735'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1464016169040584707,1296180686215417856,2021-11-26 03:40:29 Arabian Standard Time,2021-11-26,03:40:29,+0400,44196397,elonmusk,Elon Musk,,"@ID_AA_Carmack Great speech, couldn’t agree more!",en,[],[],[],341,132,2835,[],[],https://twitter.com/elonmusk/status/1464016169040584707,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1464012616792219648,1463998463620759555,2021-11-26 03:26:22 Arabian Standard Time,2021-11-26,03:26:22,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV Great, hope yours is too!",en,[],[],[],268,151,3676,[],[],https://twitter.com/elonmusk/status/1464012616792219648,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1464012344120512517,1463998463620759555,2021-11-26 03:25:17 Arabian Standard Time,2021-11-26,03:25:17,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Haha true,tl,[],[],[],386,222,7830,[],[],https://twitter.com/elonmusk/status/1464012344120512517,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1464000520616558592,1463747533444894722,2021-11-26 02:38:18 Arabian Standard Time,2021-11-26,02:38:18,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX @SpaceX @RGVaerialphotos @cnunezimages @kanyewest @SciGuySpace @Erdayastronaut @dogecoin @BillyM2k @austinbarnard45 @NASA Absolutely!,en,[],[],[],751,457,15092,[],[],https://twitter.com/elonmusk/status/1464000520616558592,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'RGVaerialphotos', 'name': 'RGV Aerial Photography', 'id': '752724282925412352'}, {'screen_name': 'cnunezimages', 'name': 'carlos', 'id': '1245450013813223424'}, {'screen_name': 'kanyewest', 'name': 'ye', 'id': '169686021'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'dogecoin', 'name': 'Dogecoin', 'id': '2235729541'}, {'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1463959830142586890,1463959830142586890,2021-11-25 23:56:37 Arabian Standard Time,2021-11-25,23:56:37,+0400,44196397,elonmusk,Elon Musk,,Happy Thanksgiving to all! Hope you have a great day. Your support over the years is super appreciated 😀,en,[],[],[],34541,17440,329222,[],[],https://twitter.com/elonmusk/status/1463959830142586890,False,,0,,,,,,,,[],,,, +1463959410624151558,1463901078169210881,2021-11-25 23:54:57 Arabian Standard Time,2021-11-25,23:54:57,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @ResidentSponge Seriously!!??,en,[],[],[],1144,399,12578,[],[],https://twitter.com/elonmusk/status/1463959410624151558,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1463828765151272962,1463828765151272962,2021-11-25 15:15:48 Arabian Standard Time,2021-11-25,15:15:48,+0400,44196397,elonmusk,Elon Musk,,Avenge the dinosaurs!!,en,[],[],[],13177,21750,211765,[],[],https://twitter.com/elonmusk/status/1463828765151272962,False,https://twitter.com/AsteroidWatch/status/1463523523272626178,0,,,,,,,,[],,,, +1463798473376079874,1463685353210933249,2021-11-25 13:15:26 Arabian Standard Time,2021-11-25,13:15:26,+0400,44196397,elonmusk,Elon Musk,,@rice_fry Why watch it happen instead of helping making it happen?,en,[],[],[],1116,728,16800,[],[],https://twitter.com/elonmusk/status/1463798473376079874,False,,0,,,,,,,,"[{'screen_name': 'rice_fry', 'name': 'Tristan', 'id': '1706185387'}]",,,, +1463798210766557188,1463765729900068865,2021-11-25 13:14:24 Arabian Standard Time,2021-11-25,13:14:24,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 @Tesla Sorry it took so long,en,[],[],[],609,240,9896,[],[],https://twitter.com/elonmusk/status/1463798210766557188,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1463736587813064704,1463642745428455426,2021-11-25 09:09:32 Arabian Standard Time,2021-11-25,09:09:32,+0400,44196397,elonmusk,Elon Musk,,@TeslaNY Jay rocks!,en,[],[],[],812,407,12050,[],[],https://twitter.com/elonmusk/status/1463736587813064704,False,,0,,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}]",,,, +1463712196152729604,1463576756770770948,2021-11-25 07:32:36 Arabian Standard Time,2021-11-25,07:32:36,+0400,44196397,elonmusk,Elon Musk,,@jchybow @28delayslater 🤣,und,[],[],[],251,67,1814,[],[],https://twitter.com/elonmusk/status/1463712196152729604,False,,0,,,,,,,,"[{'screen_name': 'jchybow', 'name': 'FSD Pilot 🇺🇦🦊🛩🇺🇦', 'id': '54094700'}, {'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1463703673045925890,1463596836321587202,2021-11-25 06:58:44 Arabian Standard Time,2021-11-25,06:58:44,+0400,44196397,elonmusk,Elon Musk,,@teslainventory Yes,und,[],[],[],416,147,5755,[],[],https://twitter.com/elonmusk/status/1463703673045925890,False,,0,,,,,,,,"[{'screen_name': 'teslainventory', 'name': 'Erik in DÆrik', 'id': '565198801'}]",,,, +1463685709512982528,1463682275657273346,2021-11-25 05:47:21 Arabian Standard Time,2021-11-25,05:47:21,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k @lexfridman Same,en,[],[],[],697,443,9678,[],[],https://twitter.com/elonmusk/status/1463685709512982528,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1463682669372481543,1463662891316482052,2021-11-25 05:35:16 Arabian Standard Time,2021-11-25,05:35:16,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k @WSBChairman @joannabanananaa @dogeofficialceo @GailAlfarATX @Kristennetten @greg16676935420 @StonksReddit @mishaboar @DogecoinNorway @suchHODL 🔥🔥,und,[],[],[],620,610,6053,[],[],https://twitter.com/elonmusk/status/1463682669372481543,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'WSBChairman', 'name': 'The Chairman', 'id': '868578294916145152'}, {'screen_name': 'joannabanananaa', 'name': 'Joanna', 'id': '1433536200103579648'}, {'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin 🇺🇦 🦊', 'id': '1355945100216573952'}, {'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'greg16676935420', 'name': 'greg', 'id': '1356434353623093249'}, {'screen_name': 'StonksReddit', 'name': 'Stonks Trading 🚀 🇺🇦 🚀', 'id': '1354546688967454725'}, {'screen_name': 'mishaboar', 'name': 'Mishaboar', 'id': '1385271926852104193'}, {'screen_name': 'DogecoinNorway', 'name': 'Doge Norway 🇳🇴', 'id': '1376473924842758147'}, {'screen_name': 'suchhodl', 'name': 'aerial', 'id': '1386187106213564422'}]",,,, +1463619414411067392,1463406645812375553,2021-11-25 01:23:55 Arabian Standard Time,2021-11-25,01:23:55,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt Such miracles are beyond us,en,[],[],[],917,661,20271,[],[],https://twitter.com/elonmusk/status/1463619414411067392,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1463562289643151360,1463432415066697729,2021-11-24 21:36:56 Arabian Standard Time,2021-11-24,21:36:56,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @Teslarati @13ericralph31 If we are able to make life self-sustaining on Mars, we will have passed one of the greatest filters. That then sets us up to become interstellar. Earth is ~4.5B years old, but life is still not multiplanetary and it is extremely uncertain how much time is left to become so.",en,[],[],[],607,663,5426,[],[],https://twitter.com/elonmusk/status/1463562289643151360,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}]",,,, +1463560260397027333,1463558736962899974,2021-11-24 21:28:52 Arabian Standard Time,2021-11-24,21:28:52,+0400,44196397,elonmusk,Elon Musk,,@gurgavin https://t.co/MRxBaMhspM,und,[],['https://m.youtube.com/watch?v=u116HbMOF_Y'],[],598,271,5546,[],[],https://twitter.com/elonmusk/status/1463560260397027333,False,,0,,,,,,,,"[{'screen_name': 'gurgavin', 'name': 'Gurgavin', 'id': '109813243'}]",,,, +1463549535804968962,1463538225658712072,2021-11-24 20:46:15 Arabian Standard Time,2021-11-24,20:46:15,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed 🤣,und,[],[],[],650,395,16405,[],[],https://twitter.com/elonmusk/status/1463549535804968962,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1463548549271015434,1463432415066697729,2021-11-24 20:42:20 Arabian Standard Time,2021-11-24,20:42:20,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @13ericralph31 Earth has been and will be smashed super hard by meteors over time. Not a question of if, just when.",en,[],[],[],514,422,5509,[],[],https://twitter.com/elonmusk/status/1463548549271015434,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}]",,,, +1463547958343913476,1463432415066697729,2021-11-24 20:39:59 Arabian Standard Time,2021-11-24,20:39:59,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @13ericralph31 In 1992, comet Shoemaker-Levy smashed a hole in Jupiter the size of Earth https://t.co/nruaHoSIAQ",en,[],['https://en.m.wikipedia.org/wiki/Comet_Shoemaker–Levy_9'],[],156,253,3485,[],[],https://twitter.com/elonmusk/status/1463547958343913476,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}]",,,, +1463547108510867466,1463432415066697729,2021-11-24 20:36:36 Arabian Standard Time,2021-11-24,20:36:36,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @13ericralph31 This will be really important one day. Much is made of meteor impacts that destroyed most life on Earth, but there were far more that “merely” destroyed a continent. Comets (not asteroids) are the real wild card, as we’re only able to track ~4600 out of ~1 trillion.",en,[],[],[],525,665,9672,[],[],https://twitter.com/elonmusk/status/1463547108510867466,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}]",,,, +1463389553155260423,1463389553155260423,2021-11-24 10:10:32 Arabian Standard Time,2021-11-24,10:10:32,+0400,44196397,elonmusk,Elon Musk,,About to launch asteroid defense test!,en,[],[],[],7052,7766,89137,[],[],https://twitter.com/elonmusk/status/1463389553155260423,False,https://twitter.com/SpaceX/status/1463388253625589765,0,,,,,,,,[],,,, +1463384032192999431,1463383913787654144,2021-11-24 09:48:36 Arabian Standard Time,2021-11-24,09:48:36,+0400,44196397,elonmusk,Elon Musk,,@Manic_Marge That is the great question,en,[],[],[],416,155,2994,[],[],https://twitter.com/elonmusk/status/1463384032192999431,False,,0,,,,,,,,"[{'screen_name': 'Manic_Marge', 'name': 'Marge', 'id': '596204926'}]",,,, +1463369075745341443,1463285863245402117,2021-11-24 08:49:10 Arabian Standard Time,2021-11-24,08:49:10,+0400,44196397,elonmusk,Elon Musk,,@westcoastbill Exactly,en,[],[],[],816,571,9769,[],[],https://twitter.com/elonmusk/status/1463369075745341443,False,,0,,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",,,, +1463291252527489029,1463268341808828425,2021-11-24 03:39:55 Arabian Standard Time,2021-11-24,03:39:55,+0400,44196397,elonmusk,Elon Musk,,@thesheetztweetz 💯,und,[],[],[],564,314,11374,[],[],https://twitter.com/elonmusk/status/1463291252527489029,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1463220220504518665,1462927524724293632,2021-11-23 22:57:40 Arabian Standard Time,2021-11-23,22:57:40,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Exactly (sigh),en,[],[],[],717,310,12303,[],[],https://twitter.com/elonmusk/status/1463220220504518665,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1463200622673551366,1463039696108462080,2021-11-23 21:39:48 Arabian Standard Time,2021-11-23,21:39:48,+0400,44196397,elonmusk,Elon Musk,,@cz_binance @CoinDesk @binance @egreechee Sounds good,en,[],[],[],2069,1079,13695,[],[],https://twitter.com/elonmusk/status/1463200622673551366,False,,0,,,,,,,,"[{'screen_name': 'cz_binance', 'name': 'CZ 🔶 Binance', 'id': '902926941413453824'}, {'screen_name': 'CoinDesk', 'name': 'CoinDesk', 'id': '1333467482'}, {'screen_name': 'binance', 'name': 'Binance', 'id': '877807935493033984'}, {'screen_name': 'egreechee', 'name': 'Eliza Gkritsi', 'id': '85887007'}]",,,, +1463199222895988742,1463094458178674691,2021-11-23 21:34:14 Arabian Standard Time,2021-11-23,21:34:14,+0400,44196397,elonmusk,Elon Musk,,"@flcnhvy @WholeMarsBlog It can simulate anywhere, but we need to focus on one region until FSD is out of beta, then expand geographically to have betas in other countries. Canada is not a lot different from US, but different enough.",en,[],[],[],229,175,3255,[],[],https://twitter.com/elonmusk/status/1463199222895988742,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1463195773810708485,1463094458178674691,2021-11-23 21:20:31 Arabian Standard Time,2021-11-23,21:20:31,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog High-performance code is in C using our own compiler to maximize frame rate. We use Python with custom libraries for fast prototyping, then convert to C for fast execution. New software is run against real-world video & our world simulator to evaluate performance, then QA.",en,[],[],[],226,257,3217,[],[],https://twitter.com/elonmusk/status/1463195773810708485,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1463193267336581122,1463039696108462080,2021-11-23 21:10:34 Arabian Standard Time,2021-11-23,21:10:34,+0400,44196397,elonmusk,Elon Musk,,"@cz_binance @CoinDesk @binance @egreechee I don’t use Binance (tried at one point, but signup was too many hoops to jump through), so no inconvenience to me personally. Just raising this issue on behalf of other Doge holders.",en,[],[],[],3518,2386,19400,[],[],https://twitter.com/elonmusk/status/1463193267336581122,False,,0,,,,,,,,"[{'screen_name': 'cz_binance', 'name': 'CZ 🔶 Binance', 'id': '902926941413453824'}, {'screen_name': 'CoinDesk', 'name': 'CoinDesk', 'id': '1333467482'}, {'screen_name': 'binance', 'name': 'Binance', 'id': '877807935493033984'}, {'screen_name': 'egreechee', 'name': 'Eliza Gkritsi', 'id': '85887007'}]",,,, +1463191902140915720,1463094458178674691,2021-11-23 21:05:08 Arabian Standard Time,2021-11-23,21:05:08,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Our NNs didn’t have any temporal & spatial memory or surround video auto-labeling back then – everything was knitted together in C++ from single frames with manual labeling. Still much to improve.,en,[],[],[],398,352,7955,[],[],https://twitter.com/elonmusk/status/1463191902140915720,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1463098791414882304,1463039696108462080,2021-11-23 14:55:09 Arabian Standard Time,2021-11-23,14:55:09,+0400,44196397,elonmusk,Elon Musk,,@binance @CoinDesk @egreechee @cz_binance 👇,und,[],[],[],1132,1272,8933,[],[],https://twitter.com/elonmusk/status/1463098791414882304,False,https://twitter.com/dogecoin_devs/status/1458868925039464451,0,,,,,,,,"[{'screen_name': 'binance', 'name': 'Binance', 'id': '877807935493033984'}, {'screen_name': 'CoinDesk', 'name': 'CoinDesk', 'id': '1333467482'}, {'screen_name': 'egreechee', 'name': 'Eliza Gkritsi', 'id': '85887007'}, {'screen_name': 'cz_binance', 'name': 'CZ 🔶 Binance', 'id': '902926941413453824'}]",,,, +1463096278171148290,1463039696108462080,2021-11-23 14:45:10 Arabian Standard Time,2021-11-23,14:45:10,+0400,44196397,elonmusk,Elon Musk,,@binance @CoinDesk @egreechee @cz_binance Doge holders using Binance should be protected from errors that are not their fault,en,[],[],[],3274,3319,21846,[],[],https://twitter.com/elonmusk/status/1463096278171148290,False,,0,,,,,,,,"[{'screen_name': 'binance', 'name': 'Binance', 'id': '877807935493033984'}, {'screen_name': 'CoinDesk', 'name': 'CoinDesk', 'id': '1333467482'}, {'screen_name': 'egreechee', 'name': 'Eliza Gkritsi', 'id': '85887007'}, {'screen_name': 'cz_binance', 'name': 'CZ 🔶 Binance', 'id': '902926941413453824'}]",,,, +1463090628896694279,1462973151227387908,2021-11-23 14:22:43 Arabian Standard Time,2021-11-23,14:22:43,+0400,44196397,elonmusk,Elon Musk,,@mishaboar Wisdom,en,[],[],[],926,861,10743,[],[],https://twitter.com/elonmusk/status/1463090628896694279,False,,0,,,,,,,,"[{'screen_name': 'mishaboar', 'name': 'Mishaboar', 'id': '1385271926852104193'}]",,,, +1463085111600205825,1463039696108462080,2021-11-23 14:00:48 Arabian Standard Time,2021-11-23,14:00:48,+0400,44196397,elonmusk,Elon Musk,,"@CoinDesk @binance @egreechee Hey @cz_binance, what’s going on with your Doge customers? Sounds shady.",en,"[{'screen_name': 'cz_binance', 'name': 'cz 🔶 binance', 'id': '902926941413453824'}]",[],[],4687,3913,24943,[],[],https://twitter.com/elonmusk/status/1463085111600205825,False,,0,,,,,,,,"[{'screen_name': 'CoinDesk', 'name': 'CoinDesk', 'id': '1333467482'}, {'screen_name': 'binance', 'name': 'Binance', 'id': '877807935493033984'}, {'screen_name': 'egreechee', 'name': 'Eliza Gkritsi', 'id': '85887007'}]",,,, +1463084004794638339,1462997789550383111,2021-11-23 13:56:24 Arabian Standard Time,2021-11-23,13:56:24,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog I was able to do several zero takeover drives around Austin last night using random map pin drops (no Tesla has ever done these routes),en,[],[],[],632,498,9299,[],[],https://twitter.com/elonmusk/status/1463084004794638339,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1463082255757287426,1463078263912284161,2021-11-23 13:49:27 Arabian Standard Time,2021-11-23,13:49:27,+0400,44196397,elonmusk,Elon Musk,,@SirineAti @engineers_feed Yes,und,[],[],[],214,120,2834,[],[],https://twitter.com/elonmusk/status/1463082255757287426,False,,0,,,,,,,,"[{'screen_name': 'SirineAti', 'name': '💫Sirine💫🦊🇺🇦', 'id': '1285872552766734346'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1463080916432134145,1463078263912284161,2021-11-23 13:44:07 Arabian Standard Time,2021-11-23,13:44:07,+0400,44196397,elonmusk,Elon Musk,,"@engineers_feed Hell of a rocket! Probably would have succeeded if Korolev had not died. Hopefully, Starship is more fortunate.",en,[],[],[],449,320,8478,[],[],https://twitter.com/elonmusk/status/1463080916432134145,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1463077842992959492,1462932493321994247,2021-11-23 13:31:55 Arabian Standard Time,2021-11-23,13:31:55,+0400,44196397,elonmusk,Elon Musk,,@TrungTPhan 🔥🤣,und,[],[],[],855,1128,41908,[],[],https://twitter.com/elonmusk/status/1463077842992959492,False,,0,,,,,,,,"[{'screen_name': 'TrungTPhan', 'name': 'Trung Phan', 'id': '945817135816654848'}]",,,, +1463076736363634689,1462824218685440005,2021-11-23 13:27:31 Arabian Standard Time,2021-11-23,13:27:31,+0400,44196397,elonmusk,Elon Musk,,"@scottwww @VP @JoeBiden @POTUS @KamalaHarris @PeteButtigieg And all Model S & X production for the world is still done in America, but who’s counting",en,[],[],[],419,463,10014,[],[],https://twitter.com/elonmusk/status/1463076736363634689,False,,0,,,,,,,,"[{'screen_name': 'scottwww', 'name': 'Scott Wainner', 'id': '35293052'}, {'screen_name': 'VP', 'name': 'Vice President Kamala Harris', 'id': '803694179079458816'}, {'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}, {'screen_name': 'KamalaHarris', 'name': 'Kamala Harris', 'id': '30354991'}, {'screen_name': 'PeteButtigieg', 'name': 'Pete Buttigieg', 'id': '226222147'}]",,,, +1463071989707456513,1462991305139646467,2021-11-23 13:08:39 Arabian Standard Time,2021-11-23,13:08:39,+0400,44196397,elonmusk,Elon Musk,,@Gfilche Giga Texas is epic,en,[],[],[],478,331,8163,[],[],https://twitter.com/elonmusk/status/1463071989707456513,False,,0,,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali 🇺🇦', 'id': '348844712'}]",,,, +1463048892082180096,1463003509339541512,2021-11-23 11:36:52 Arabian Standard Time,2021-11-23,11:36:52,+0400,44196397,elonmusk,Elon Musk,,@PPathole Ancient times …,en,[],[],[],1049,686,28783,[],[],https://twitter.com/elonmusk/status/1463048892082180096,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1462905842391568388,1462896229617061892,2021-11-23 02:08:26 Arabian Standard Time,2021-11-23,02:08:26,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog True,en,[],[],[],2065,413,16456,[],[],https://twitter.com/elonmusk/status/1462905842391568388,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1462898800603893766,1462843542741659649,2021-11-23 01:40:28 Arabian Standard Time,2021-11-23,01:40:28,+0400,44196397,elonmusk,Elon Musk,,@AshleyDCan And I will talk to their manager!,en,[],[],[],1018,1056,35886,[],[],https://twitter.com/elonmusk/status/1462898800603893766,False,,0,,,,,,,,"[{'screen_name': 'AshleyDCan', 'name': 'AshleyDCanᵍᵐⓣ', 'id': '2872584449'}]",,,, +1462890831392690178,1462860439805739013,2021-11-23 01:08:48 Arabian Standard Time,2021-11-23,01:08:48,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 The sheer physicality of changes in the brain during sleep or with serious neurodegenerative diseases is much higher than people realize,en,[],[],[],504,326,7106,[],[],https://twitter.com/elonmusk/status/1462890831392690178,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1462885540165005314,1462871410964004866,2021-11-23 00:47:46 Arabian Standard Time,2021-11-23,00:47:46,+0400,44196397,elonmusk,Elon Musk,,@billhuang688 @teslaownersSV @boringcompany We do need to have the Fallout-themed party! Aiming to do that once international travel restrictions are lifted.,en,[],[],[],232,154,2625,[],[],https://twitter.com/elonmusk/status/1462885540165005314,False,,0,,,,,,,,"[{'screen_name': 'billhuang688', 'name': '𝐁𝐨𝐠𝐮𝐬𝐓𝐡𝐨𝐮𝐠𝐡𝐭 - TITS, Texas', 'id': '1266489338675646464'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +1462885006465028108,1462871410964004866,2021-11-23 00:45:39 Arabian Standard Time,2021-11-23,00:45:39,+0400,44196397,elonmusk,Elon Musk,,"@mickakers @teslaownersSV @boringcompany Meant to say county (sigh). Airport will be part of it, but required additional federal approvals.",en,[],[],[],170,63,1826,[],[],https://twitter.com/elonmusk/status/1462885006465028108,False,,0,,,,,,,,"[{'screen_name': 'mickakers', 'name': 'Mick Akers', 'id': '185738688'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +1462884250320048133,1462877348974497792,2021-11-23 00:42:39 Arabian Standard Time,2021-11-23,00:42:39,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica Transforming America!,en,[],[],[],1523,1210,25416,[],[],https://twitter.com/elonmusk/status/1462884250320048133,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1462877141981405188,1462871410964004866,2021-11-23 00:14:24 Arabian Standard Time,2021-11-23,00:14:24,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @boringcompany It’s either traffic forever or tunnels. Try our first operational tunnel in Vegas at the convention center! The city just approved a full tunnel network, connecting major hotels, convention center & airport.",en,[],[],[],2852,1133,18029,[],[],https://twitter.com/elonmusk/status/1462877141981405188,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +1462853402375954434,1462839983274967048,2021-11-22 22:40:04 Arabian Standard Time,2021-11-22,22:40:04,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Interesting eyes too,en,[],[],[],722,216,6979,[],[],https://twitter.com/elonmusk/status/1462853402375954434,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1462848820275032086,1462830778463797256,2021-11-22 22:21:51 Arabian Standard Time,2021-11-22,22:21:51,+0400,44196397,elonmusk,Elon Musk,,"@ErcXspace @NASASpaceflight @SpaceX Long-term, ship would land on tower arms, like booster",en,[],[],[],218,236,5495,[],[],https://twitter.com/elonmusk/status/1462848820275032086,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1462848657766731783,1462830778463797256,2021-11-22 22:21:13 Arabian Standard Time,2021-11-22,22:21:13,+0400,44196397,elonmusk,Elon Musk,,@ErcXspace @NASASpaceflight @SpaceX Unlikely for early ships to splashdown intact. Getting to orbit at all on first try would be a major win.,en,[],[],[],375,457,13408,[],[],https://twitter.com/elonmusk/status/1462848657766731783,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1462843164591628294,1462797177994964995,2021-11-22 21:59:23 Arabian Standard Time,2021-11-22,21:59:23,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k @WholeMarsBlog 🤣,und,[],[],[],480,260,5871,[],[],https://twitter.com/elonmusk/status/1462843164591628294,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1462839824105234432,1462797177994964995,2021-11-22 21:46:06 Arabian Standard Time,2021-11-22,21:46:06,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Serious allegations deserve serious responses 🧐,en,[],[],[],1184,1643,45645,[],[],https://twitter.com/elonmusk/status/1462839824105234432,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1462679109952282627,1462650961105670148,2021-11-22 11:07:29 Arabian Standard Time,2021-11-22,11:07:29,+0400,44196397,elonmusk,Elon Musk,,@JayinShanghai Probably around March,en,[],[],[],567,177,4871,[],[],https://twitter.com/elonmusk/status/1462679109952282627,False,,0,,,,,,,,"[{'screen_name': 'JayinShanghai', 'name': 'Jay in Shanghai 🇨🇳', 'id': '1082181922606858241'}]",,,, +1462659198609674243,1462652210739884035,2021-11-22 09:48:22 Arabian Standard Time,2021-11-22,09:48:22,+0400,44196397,elonmusk,Elon Musk,,@lexfridman 🤣,und,[],[],[],517,223,12048,[],[],https://twitter.com/elonmusk/status/1462659198609674243,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1462653836800180231,1462652210739884035,2021-11-22 09:27:04 Arabian Standard Time,2021-11-22,09:27:04,+0400,44196397,elonmusk,Elon Musk,,It gives me solace,en,[],[],[],5151,1762,65037,[],[],https://twitter.com/elonmusk/status/1462653836800180231,False,,0,,,,,,,,[],,,, +1462652210739884035,1462652210739884035,2021-11-22 09:20:36 Arabian Standard Time,2021-11-22,09:20:36,+0400,44196397,elonmusk,Elon Musk,,At least 50% of my tweets were made on a porcelain throne,en,[],[],[],23586,15864,263001,[],[],https://twitter.com/elonmusk/status/1462652210739884035,False,,0,,,,,,,,[],,,, +1462650961105670148,1462650961105670148,2021-11-22 09:15:38 Arabian Standard Time,2021-11-22,09:15:38,+0400,44196397,elonmusk,Elon Musk,,Model S Plaid is sickkkk!!!!,en,[],[],[],12100,5261,135212,[],[],https://twitter.com/elonmusk/status/1462650961105670148,False,,0,,,,,,,,[],,,, +1462650378294599683,1462610102586941443,2021-11-22 09:13:19 Arabian Standard Time,2021-11-22,09:13:19,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k @DavidSacks 🤣,und,[],[],[],301,242,5840,[],[],https://twitter.com/elonmusk/status/1462650378294599683,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'DavidSacks', 'name': 'David Sacks', 'id': '1137701'}]",,,, +1462642282746765321,1462642282746765321,2021-11-22 08:41:09 Arabian Standard Time,2021-11-22,08:41:09,+0400,44196397,elonmusk,Elon Musk,,I aspire to comedy,en,[],[],[],16699,9346,169695,[],[],https://twitter.com/elonmusk/status/1462642282746765321,False,,0,,,,,,,,[],,,, +1462639558059769866,1462610102586941443,2021-11-22 08:30:19 Arabian Standard Time,2021-11-22,08:30:19,+0400,44196397,elonmusk,Elon Musk,,@DavidSacks Let’s see if we can get them to say the word “Tesla”!,en,[],[],[],1000,1061,14032,[],[],https://twitter.com/elonmusk/status/1462639558059769866,False,,0,,,,,,,,"[{'screen_name': 'DavidSacks', 'name': 'David Sacks', 'id': '1137701'}]",,,, +1462639200201752577,1462585107785543687,2021-11-22 08:28:54 Arabian Standard Time,2021-11-22,08:28:54,+0400,44196397,elonmusk,Elon Musk,,@PPathole @theroland King of the who!? https://t.co/UJq94IWT88,en,[],['https://m.youtube.com/watch?v=ZtYU87QNjPw'],[],245,123,1952,[],[],https://twitter.com/elonmusk/status/1462639200201752577,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'theroland', 'name': 'First Tesla on the Block', 'id': '38496709'}]",,,, +1462637670530797576,1462610102586941443,2021-11-22 08:22:49 Arabian Standard Time,2021-11-22,08:22:49,+0400,44196397,elonmusk,Elon Musk,,@DavidSacks Maybe they are NPCs and Tesla just isn’t in their dialogue tree?,en,[],[],[],824,1421,27053,[],[],https://twitter.com/elonmusk/status/1462637670530797576,False,,0,,,,,,,,"[{'screen_name': 'DavidSacks', 'name': 'David Sacks', 'id': '1137701'}]",,,, +1462635761052925957,1462585107785543687,2021-11-22 08:15:14 Arabian Standard Time,2021-11-22,08:15:14,+0400,44196397,elonmusk,Elon Musk,,@theroland Or perhaps some cheese 🧀 https://t.co/ybRiBp1kkP,en,[],['https://m.youtube.com/watch?v=Hz1JWzyvv8A'],[],135,83,1789,[],[],https://twitter.com/elonmusk/status/1462635761052925957,False,,0,,,,,,,,"[{'screen_name': 'theroland', 'name': 'First Tesla on the Block', 'id': '38496709'}]",,,, +1462633625866977285,1462585107785543687,2021-11-22 08:06:45 Arabian Standard Time,2021-11-22,08:06:45,+0400,44196397,elonmusk,Elon Musk,,@theroland It’s like if you want to buy a parrot 🦜 https://t.co/ocOdzsgnWn,en,[],['https://m.youtube.com/watch?v=ubVBK3cKanw'],[],386,202,5325,[],[],https://twitter.com/elonmusk/status/1462633625866977285,False,,0,,,,,,,,"[{'screen_name': 'theroland', 'name': 'First Tesla on the Block', 'id': '38496709'}]",,,, +1462602564457873410,1462584222414159876,2021-11-22 06:03:19 Arabian Standard Time,2021-11-22,06:03:19,+0400,44196397,elonmusk,Elon Musk,,@laurenboebert @Apple The IRS already has dedicated audit teams for high net worth individuals. The doubling of staff is for everyone else.,en,[],[],[],1634,6594,28120,[],[],https://twitter.com/elonmusk/status/1462602564457873410,False,,0,,,,,,,,"[{'screen_name': 'laurenboebert', 'name': 'Lauren Boebert', 'id': '1201670995435646976'}, {'screen_name': 'Apple', 'name': 'Apple', 'id': '380749300'}]",,,, +1462546740331040781,1462488221573697544,2021-11-22 02:21:30 Arabian Standard Time,2021-11-22,02:21:30,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @jasontallman @YouTube I bounce around WSJ, NYT, BBC, Bloomberg, WaPo & twitter generally. Better to follow individual journalists than publications, as there is a wide range of quality.",en,[],[],[],474,391,5845,[],[],https://twitter.com/elonmusk/status/1462546740331040781,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'jasontallman', 'name': 'jasontallman', 'id': '14081673'}, {'screen_name': 'YouTube', 'name': 'YouTube', 'id': '10228272'}]",,,, +1462544927716303047,1462488221573697544,2021-11-22 02:14:18 Arabian Standard Time,2021-11-22,02:14:18,+0400,44196397,elonmusk,Elon Musk,,@jasontallman @YouTube I like the new direction CNN is going tho https://t.co/IxbsXn2Car,en,[],['https://babylonbee.com/news/cnn-launch-real-news-spinoff-site'],[],221,374,3521,[],[],https://twitter.com/elonmusk/status/1462544927716303047,False,,0,,,,,,,,"[{'screen_name': 'jasontallman', 'name': 'jasontallman', 'id': '14081673'}, {'screen_name': 'YouTube', 'name': 'YouTube', 'id': '10228272'}]",,,, +1462509007340515329,1462488221573697544,2021-11-21 23:51:34 Arabian Standard Time,2021-11-21,23:51:34,+0400,44196397,elonmusk,Elon Musk,,@jasontallman @YouTube Interesting,en,[],[],[],409,176,3353,[],[],https://twitter.com/elonmusk/status/1462509007340515329,False,,0,,,,,,,,"[{'screen_name': 'jasontallman', 'name': 'jasontallman', 'id': '14081673'}, {'screen_name': 'YouTube', 'name': 'YouTube', 'id': '10228272'}]",,,, +1462276620337782786,1462166795763294215,2021-11-21 08:28:08 Arabian Standard Time,2021-11-21,08:28:08,+0400,44196397,elonmusk,Elon Musk,,@archillect https://t.co/76OoxAZgaY,und,[],[],['https://pbs.twimg.com/media/FEsM1ejWYAI3px1.jpg'],1328,749,16603,[],[],https://twitter.com/elonmusk/status/1462276620337782786,False,,1,https://pbs.twimg.com/media/FEsM1ejWYAI3px1.jpg,,,,,,,[],,,, +1462227845288284160,1462180333332439044,2021-11-21 05:14:19 Arabian Standard Time,2021-11-21,05:14:19,+0400,44196397,elonmusk,Elon Musk,,"@StarshipFairing We are on the wrong planet for SSTO. On Mars, it is thankfully easy.",en,[],[],[],377,162,2943,[],[],https://twitter.com/elonmusk/status/1462227845288284160,False,,0,,,,,,,,"[{'screen_name': 'StarshipFairing', 'name': 'Jerry', 'id': '1208588367157440513'}]",,,, +1462227200820797443,1462180333332439044,2021-11-21 05:11:46 Arabian Standard Time,2021-11-21,05:11:46,+0400,44196397,elonmusk,Elon Musk,,"@StarshipFairing @Phrankensteyn @SpaceX @smvllstvrs @Erdayastronaut @austinbarnard45 @NASASpaceflight @spacex360 @ErcXspace If Earth’s gravity was even 10% lower, I’d be all for single stage to orbit",en,[],[],[],534,254,6142,[],[],https://twitter.com/elonmusk/status/1462227200820797443,False,,0,,,,,,,,"[{'screen_name': 'StarshipFairing', 'name': 'Jerry', 'id': '1208588367157440513'}, {'screen_name': 'Phrankensteyn', 'name': 'Aeneas', 'id': '1271739029512499200'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'smvllstvrs', 'name': 'Mike | smallstars', 'id': '171606294'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'spacex360', 'name': 'Everything SpaceX', 'id': '1270394714450268160'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}]",,,, +1462226534224248833,1462179343925346307,2021-11-21 05:09:07 Arabian Standard Time,2021-11-21,05:09:07,+0400,44196397,elonmusk,Elon Musk,,@manishm Yup,und,[],[],[],795,404,14195,[],[],https://twitter.com/elonmusk/status/1462226534224248833,False,,0,,,,,,,,"[{'screen_name': 'manishm', 'name': 'Manish Maheshwari', 'id': '19681953'}]",,,, +1462204414270197763,1461976574404673538,2021-11-21 03:41:13 Arabian Standard Time,2021-11-21,03:41:13,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV Unfortunately, there is just no way to make a motorcycle safe. Motorcyclist deaths per mile are ~29 times higher than car occupants. https://t.co/zu5HAzNFhe",en,[],['https://www.nhtsa.gov/road-safety/motorcycles'],[],822,486,6749,[],[],https://twitter.com/elonmusk/status/1462204414270197763,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1462199399640010753,1461977277437079555,2021-11-21 03:21:17 Arabian Standard Time,2021-11-21,03:21:17,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Much has changed,en,[],[],[],729,409,15898,[],[],https://twitter.com/elonmusk/status/1462199399640010753,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1462198391631458315,1461944599786622976,2021-11-21 03:17:17 Arabian Standard Time,2021-11-21,03:17:17,+0400,44196397,elonmusk,Elon Musk,,@Astra Congrats! Orbit is not easy.,en,[],[],[],583,818,26586,[],[],https://twitter.com/elonmusk/status/1462198391631458315,False,,0,,,,,,,,"[{'screen_name': 'Astra', 'name': 'Astra', 'id': '1229533054424641536'}]",,,, +1462197480863449101,1462039437748101128,2021-11-21 03:13:40 Arabian Standard Time,2021-11-21,03:13:40,+0400,44196397,elonmusk,Elon Musk,,@bradsferguson …,und,[],[],[],881,795,17595,[],[],https://twitter.com/elonmusk/status/1462197480863449101,False,,0,,,,,,,,"[{'screen_name': 'bradsferguson', 'name': 'Bradford 🛰🚀', 'id': '52441162'}]",,,, +1461942451053252612,1461809183205036035,2021-11-20 10:20:16 Arabian Standard Time,2021-11-20,10:20:16,+0400,44196397,elonmusk,Elon Musk,,@WSBChairman Bitcoin cures cancer,en,[],[],[],5002,5777,41849,[],[],https://twitter.com/elonmusk/status/1461942451053252612,False,,0,,,,,,,,"[{'screen_name': 'WSBChairman', 'name': 'The Chairman', 'id': '868578294916145152'}]",,,, +1461890824057282568,1461861920198348800,2021-11-20 06:55:07 Arabian Standard Time,2021-11-20,06:55:07,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @SpaceX @RDAnglePhoto I love these shots,en,[],[],[],652,445,13641,[],[],https://twitter.com/elonmusk/status/1461890824057282568,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'RDAnglePhoto', 'name': 'Richard Angle', 'id': '40790666'}]",,,, +1461885253493170179,1461883784295505922,2021-11-20 06:32:59 Arabian Standard Time,2021-11-20,06:32:59,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @UniverCurious Electrical & mechanical engineering,ca,[],[],[],310,195,4474,[],[],https://twitter.com/elonmusk/status/1461885253493170179,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}]",,,, +1461884161233494019,1461883784295505922,2021-11-20 06:28:39 Arabian Standard Time,2021-11-20,06:28:39,+0400,44196397,elonmusk,Elon Musk,,@UniverCurious What my father’s work looked like when I was growing up,en,[],[],[],801,597,23549,[],[],https://twitter.com/elonmusk/status/1461884161233494019,False,,0,,,,,,,,"[{'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}]",,,, +1461883543081078793,1461763162932457473,2021-11-20 06:26:11 Arabian Standard Time,2021-11-20,06:26:11,+0400,44196397,elonmusk,Elon Musk,,"@tesla_addicted One of the improvements to FSD vision involves training with actual photon counts, so removing the filters used to make pictures pretty to the human eye",en,[],[],[],333,336,7284,[],[],https://twitter.com/elonmusk/status/1461883543081078793,False,,0,,,,,,,,"[{'screen_name': 'tesla_addicted', 'name': 'Gabriel - 1T 🦊 🇺🇦 💜', 'id': '863210001082576898'}]",,,, +1461879721797603331,1461806946978258955,2021-11-20 06:11:00 Arabian Standard Time,2021-11-20,06:11:00,+0400,44196397,elonmusk,Elon Musk,,"@hohocho @Tesla Should be coming back online now. Looks like we may have accidentally increased verbosity of network traffic. Apologies, we will take measures to ensure this doesn’t happen again.",en,[],[],[],474,387,8546,[],[],https://twitter.com/elonmusk/status/1461879721797603331,False,,0,,,,,,,,"[{'screen_name': 'hohocho', 'name': 'Jaehwan Cho 조재환', 'id': '31310727'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1461813021127421956,1461791700494569474,2021-11-20 01:45:58 Arabian Standard Time,2021-11-20,01:45:58,+0400,44196397,elonmusk,Elon Musk,,@archillect https://t.co/jwK7GKAvoQ,und,[],['http://reddit.com/r/evilbuildings'],[],348,178,3522,[],[],https://twitter.com/elonmusk/status/1461813021127421956,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1461809183205036035,1461809183205036035,2021-11-20 01:30:43 Arabian Standard Time,2021-11-20,01:30:43,+0400,44196397,elonmusk,Elon Musk,,"A simpler time, it was https://t.co/RIkkgfKAk1",en,[],[],['https://pbs.twimg.com/media/FEljkFaXwAM-Dtp.jpg'],24412,33213,388501,[],[],https://twitter.com/elonmusk/status/1461809183205036035,False,,1,https://pbs.twimg.com/media/FEljkFaXwAM-Dtp.jpg,,,,,,,[],,,, +1461807570138640387,1461806946978258955,2021-11-20 01:24:18 Arabian Standard Time,2021-11-20,01:24:18,+0400,44196397,elonmusk,Elon Musk,,@hohocho @Tesla Checking …,en,[],[],[],755,427,16569,[],[],https://twitter.com/elonmusk/status/1461807570138640387,False,,0,,,,,,,,"[{'screen_name': 'hohocho', 'name': 'Jaehwan Cho 조재환', 'id': '31310727'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1461802264058859521,1461802264058859521,2021-11-20 01:03:13 Arabian Standard Time,2021-11-20,01:03:13,+0400,44196397,elonmusk,Elon Musk,, https://t.co/sRFHbGZ89m,und,[],[],['https://pbs.twimg.com/media/FEldaSsWQAsbQCc.jpg'],7591,7679,99306,[],[],https://twitter.com/elonmusk/status/1461802264058859521,False,https://twitter.com/SpaceX/status/1461791389260333062,1,https://pbs.twimg.com/media/FEldaSsWQAsbQCc.jpg,,,,,,,[],,,, +1461799151965032454,1461705741518135297,2021-11-20 00:50:51 Arabian Standard Time,2021-11-20,00:50:51,+0400,44196397,elonmusk,Elon Musk,,@EMTSLA @Rainmaker1973 Hopefully tomorrow,en,[],[],[],269,237,2590,[],[],https://twitter.com/elonmusk/status/1461799151965032454,False,,0,,,,,,,,"[{'screen_name': 'EMTSLA', 'name': 'Emmett 🦊🇺🇦', 'id': '1231985682240770049'}, {'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1461798335027757058,1461705741518135297,2021-11-20 00:47:36 Arabian Standard Time,2021-11-20,00:47:36,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Fractured but whole,en,[],[],[],494,298,6260,[],[],https://twitter.com/elonmusk/status/1461798335027757058,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1461784920473358338,1461667701726892032,2021-11-19 23:54:18 Arabian Standard Time,2021-11-19,23:54:18,+0400,44196397,elonmusk,Elon Musk,,"@SpaceXMR .@NASAWatch Keith, is this about right?",en,"[{'screen_name': 'nasawatch', 'name': 'nasa watch', 'id': '11211372'}]",[],[],101,96,2870,[],[],https://twitter.com/elonmusk/status/1461784920473358338,False,,0,,,,,,,,"[{'screen_name': 'SpaceXMR', 'name': 'r/SpaceXMasterrace', 'id': '1004697063974633472'}]",,,, +1461784720652525576,1461667701726892032,2021-11-19 23:53:30 Arabian Standard Time,2021-11-19,23:53:30,+0400,44196397,elonmusk,Elon Musk,,"@SpaceXMR Tragically, it is not clear that the defense contractors can get to the moon for any amount of money. More than $200B has been spent on development of new US crewed space transport systems over past ~40 years, but only Dragon is flying. Development cost to NASA was <$2B.",en,[],[],[],289,872,7865,[],[],https://twitter.com/elonmusk/status/1461784720652525576,False,,0,,,,,,,,"[{'screen_name': 'SpaceXMR', 'name': 'r/SpaceXMasterrace', 'id': '1004697063974633472'}]",,,, +1461774680529031175,1461589212914864129,2021-11-19 23:13:36 Arabian Standard Time,2021-11-19,23:13:36,+0400,44196397,elonmusk,Elon Musk,,@Inelonwetrust__ @ResidentSponge 🤣👍,und,[],[],[],187,85,2383,[],[],https://twitter.com/elonmusk/status/1461774680529031175,False,,0,,,,,,,,"[{'screen_name': 'Inelonwetrust__', 'name': 'InElonWeTrust', 'id': '1053485936191856640'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1461756566613508098,1461751344415617025,2021-11-19 22:01:38 Arabian Standard Time,2021-11-19,22:01:38,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k It’s good to be open about ur vulnerabilities,en,[],[],[],1298,867,17154,[],[],https://twitter.com/elonmusk/status/1461756566613508098,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1461755448386891781,1461418571553193985,2021-11-19 21:57:11 Arabian Standard Time,2021-11-19,21:57:11,+0400,44196397,elonmusk,Elon Musk,,@StarshipGazer This launch mount is not easy to build,en,[],[],[],479,196,5596,[],[],https://twitter.com/elonmusk/status/1461755448386891781,False,,0,,,,,,,,"[{'screen_name': 'StarshipGazer', 'name': 'Starship Gazer', 'id': '1348638512267079683'}]",,,, +1461751830409629701,1461686451788296199,2021-11-19 21:42:49 Arabian Standard Time,2021-11-19,21:42:49,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @ResidentSponge I suspect that article was written before the drive even took place,en,[],[],[],636,397,8436,[],[],https://twitter.com/elonmusk/status/1461751830409629701,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1461751344415617025,1461751344415617025,2021-11-19 21:40:53 Arabian Standard Time,2021-11-19,21:40:53,+0400,44196397,elonmusk,Elon Musk,,Don’t want to brag but … I’m the best at humility,en,[],[],[],24866,19491,259189,[],[],https://twitter.com/elonmusk/status/1461751344415617025,False,,0,,,,,,,,[],,,, +1461638454324965379,1461536460604002310,2021-11-19 14:12:18 Arabian Standard Time,2021-11-19,14:12:18,+0400,44196397,elonmusk,Elon Musk,,"@PPathole There were no EV incentives (nor did we expect them) & gasoline was super cheap, so tough to make the case for electric cars. My guess was that we had <10% chance of success & most people thought 0%. The history car startups is just one big graveyard.",en,[],[],[],654,616,8258,[],[],https://twitter.com/elonmusk/status/1461638454324965379,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1461628933829541896,1461620266883338241,2021-11-19 13:34:28 Arabian Standard Time,2021-11-19,13:34:28,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 🔥🔥,und,[],[],[],902,314,8039,[],[],https://twitter.com/elonmusk/status/1461628933829541896,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1461554517527384064,1461461989851549699,2021-11-19 08:38:46 Arabian Standard Time,2021-11-19,08:38:46,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @MichaelGalanin @physicsJ That’s what I was thinking too!,en,[],[],[],634,165,4751,[],[],https://twitter.com/elonmusk/status/1461554517527384064,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'MichaelGalanin', 'name': 'Space Explorer Mike', 'id': '951062029'}, {'screen_name': 'physicsJ', 'name': ""Dr. James O'Donoghue"", 'id': '229623319'}]",,,, +1461554327055699968,1461382243817955328,2021-11-19 08:38:00 Arabian Standard Time,2021-11-19,08:38:00,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @balajis If only he could find those chaos emeralds … https://t.co/uSb00O1Y0u,en,[],[],['https://pbs.twimg.com/media/FEh76awX0AQRsK7.jpg'],1658,877,9427,[],[],https://twitter.com/elonmusk/status/1461554327055699968,False,,1,https://pbs.twimg.com/media/FEh76awX0AQRsK7.jpg,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'balajis', 'name': 'Balaji Srinivasan', 'id': '2178012643'}]",,,, +1461548796438106117,1461382243817955328,2021-11-19 08:16:01 Arabian Standard Time,2021-11-19,08:16:01,+0400,44196397,elonmusk,Elon Musk,,@balajis Is he ever not grumpy!? https://t.co/2d9stGdDVm,en,[],[],['https://pbs.twimg.com/media/FEh24X_WUAMFC7b.jpg'],1070,668,10196,[],[],https://twitter.com/elonmusk/status/1461548796438106117,False,,1,https://pbs.twimg.com/media/FEh24X_WUAMFC7b.jpg,,,,,,,"[{'screen_name': 'balajis', 'name': 'Balaji Srinivasan', 'id': '2178012643'}]",,,, +1461546885152489472,1461461989851549699,2021-11-19 08:08:26 Arabian Standard Time,2021-11-19,08:08:26,+0400,44196397,elonmusk,Elon Musk,,@MichaelGalanin @physicsJ So fast and yet so slow,en,[],[],[],1142,927,32501,[],[],https://twitter.com/elonmusk/status/1461546885152489472,False,,0,,,,,,,,"[{'screen_name': 'MichaelGalanin', 'name': 'Space Explorer Mike', 'id': '951062029'}, {'screen_name': 'physicsJ', 'name': ""Dr. James O'Donoghue"", 'id': '229623319'}]",,,, +1461530012037918723,1461498013939945473,2021-11-19 07:01:23 Arabian Standard Time,2021-11-19,07:01:23,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog 🤣🤣,und,[],[],[],486,239,6736,[],[],https://twitter.com/elonmusk/status/1461530012037918723,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1461460457680773120,1461438862664867840,2021-11-19 02:25:00 Arabian Standard Time,2021-11-19,02:25:00,+0400,44196397,elonmusk,Elon Musk,,@EMTSLA @NASASpaceflight Yes,und,[],[],[],316,207,2046,[],[],https://twitter.com/elonmusk/status/1461460457680773120,False,,0,,,,,,,,"[{'screen_name': 'EMTSLA', 'name': 'Emmett 🦊🇺🇦', 'id': '1231985682240770049'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1461459837959774217,1461438862664867840,2021-11-19 02:22:32 Arabian Standard Time,2021-11-19,02:22:32,+0400,44196397,elonmusk,Elon Musk,,@NASASpaceflight True,en,[],[],[],220,131,3344,[],[],https://twitter.com/elonmusk/status/1461459837959774217,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1461459318570729482,1461188531599155200,2021-11-19 02:20:28 Arabian Standard Time,2021-11-19,02:20:28,+0400,44196397,elonmusk,Elon Musk,,"@RenataKonkoly @WR4NYGov It’s great that they’ve changed their tune these days, but the truth is that GM tried damn hard to kill the electric car! If not for competitive pressure from Tesla, they would be doing nothing. https://t.co/BAa6mXvbrZ",en,[],['https://watchdocumentaries.com/who-killed-the-electric-car/'],[],484,1067,6728,[],[],https://twitter.com/elonmusk/status/1461459318570729482,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'WR4NYGov', 'name': 'Warren Redlich - Come and Take It - Molon TSLA', 'id': '108365454'}]",,,, +1461456965427728385,1461188531599155200,2021-11-19 02:11:07 Arabian Standard Time,2021-11-19,02:11:07,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @WR4NYGov Exactly,en,[],[],[],164,109,2516,[],[],https://twitter.com/elonmusk/status/1461456965427728385,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'WR4NYGov', 'name': 'Warren Redlich - Come and Take It - Molon TSLA', 'id': '108365454'}]",,,, +1461410370841681921,1461355447537963013,2021-11-18 23:05:58 Arabian Standard Time,2021-11-18,23:05:58,+0400,44196397,elonmusk,Elon Musk,,@kimpaquette @mayemusk Indeed,en,[],[],[],334,219,5377,[],[],https://twitter.com/elonmusk/status/1461410370841681921,False,,0,,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄', 'id': '258602317'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1461396598542549002,1461355447537963013,2021-11-18 22:11:15 Arabian Standard Time,2021-11-18,22:11:15,+0400,44196397,elonmusk,Elon Musk,,@mayemusk Sigh https://t.co/jVPI9ZVzSc,en,[],['https://m.youtube.com/watch?v=k23B6MMJh8c'],[],650,601,5433,[],[],https://twitter.com/elonmusk/status/1461396598542549002,False,,0,,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1461395690526064642,1461245049585426435,2021-11-18 22:07:38 Arabian Standard Time,2021-11-18,22:07:38,+0400,44196397,elonmusk,Elon Musk,,@kimbleredshaw1 Propublica should be bottom left,en,[],[],[],262,70,1676,[],[],https://twitter.com/elonmusk/status/1461395690526064642,False,,0,,,,,,,,"[{'screen_name': 'kimbleredshaw1', 'name': 'SomeWhoCallMeTim', 'id': '785411778620555264'}]",,,, +1461395004119736329,1461335494755766274,2021-11-18 22:04:55 Arabian Standard Time,2021-11-18,22:04:55,+0400,44196397,elonmusk,Elon Musk,,@SpaceXMR 🤣,und,[],[],[],390,248,10065,[],[],https://twitter.com/elonmusk/status/1461395004119736329,False,,0,,,,,,,,"[{'screen_name': 'SpaceXMR', 'name': 'r/SpaceXMasterrace', 'id': '1004697063974633472'}]",,,, +1461387723642712067,1461387177452056584,2021-11-18 21:35:59 Arabian Standard Time,2021-11-18,21:35:59,+0400,44196397,elonmusk,Elon Musk,,@TheSimonEvans Grover Gardner rocks,en,[],[],[],87,57,1164,[],[],https://twitter.com/elonmusk/status/1461387723642712067,False,,0,,,,,,,,"[{'screen_name': 'TheSimonEvans', 'name': 'simon evans', 'id': '23930286'}]",,,, +1461373633163636747,1461150456290422787,2021-11-18 20:39:59 Arabian Standard Time,2021-11-18,20:39:59,+0400,44196397,elonmusk,Elon Musk,,@mterrace @Investor421 @WholeMarsBlog @28delayslater Is this real?,en,[],[],[],663,315,4330,[],[],https://twitter.com/elonmusk/status/1461373633163636747,False,,0,,,,,,,,"[{'screen_name': 'mterrace', 'name': 'Mark Terrace', 'id': '63604980'}, {'screen_name': 'Investor421', 'name': 'Not a Rookie-Investor(FSD Beta)', 'id': '1027454891357364224'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1461372314424164367,1461245049585426435,2021-11-18 20:34:45 Arabian Standard Time,2021-11-18,20:34:45,+0400,44196397,elonmusk,Elon Musk,,It is hard to find good sources of relatively objective news these days. Any suggestions?,en,[],[],[],19255,4125,70499,[],[],https://twitter.com/elonmusk/status/1461372314424164367,False,,0,,,,,,,,[],,,, +1461245049585426435,1461245049585426435,2021-11-18 12:09:03 Arabian Standard Time,2021-11-18,12:09:03,+0400,44196397,elonmusk,Elon Musk,,“We are choked with news and starved of history” – Durant,en,[],[],[],17881,26266,243755,[],[],https://twitter.com/elonmusk/status/1461245049585426435,False,,0,,,,,,,,[],,,, +1461235511511633922,1461162253617672197,2021-11-18 11:31:09 Arabian Standard Time,2021-11-18,11:31:09,+0400,44196397,elonmusk,Elon Musk,,@astrodeven @SpaceX 👍,und,[],[],[],703,375,14649,[],[],https://twitter.com/elonmusk/status/1461235511511633922,False,,0,,,,,,,,"[{'screen_name': 'astrodeven', 'name': 'dev', 'id': '3146280665'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1461203622906187777,1461188531599155200,2021-11-18 09:24:26 Arabian Standard Time,2021-11-18,09:24:26,+0400,44196397,elonmusk,Elon Musk,,@WR4NYGov 🤣🤣,und,[],[],[],691,499,9060,[],[],https://twitter.com/elonmusk/status/1461203622906187777,False,,0,,,,,,,,"[{'screen_name': 'WR4NYGov', 'name': 'Warren Redlich - Come and Take It - Molon TSLA', 'id': '108365454'}]",,,, +1461131168431190016,1461130602627936256,2021-11-18 04:36:31 Arabian Standard Time,2021-11-18,04:36:31,+0400,44196397,elonmusk,Elon Musk,,My comments starts at 6:49 mark,en,[],[],[],3056,1036,23167,[],[],https://twitter.com/elonmusk/status/1461131168431190016,False,,0,,,,,,,,[],,,, +1461130602627936256,1461130602627936256,2021-11-18 04:34:16 Arabian Standard Time,2021-11-18,04:34:16,+0400,44196397,elonmusk,Elon Musk,,Talked about Starship with National Academies Space Studies Board https://t.co/wMSUQYTNJg,en,[],['https://youtu.be/rLydXZOo4eA'],[],4665,2815,35156,[],[],https://twitter.com/elonmusk/status/1461130602627936256,False,https://twitter.com/theNASEM/status/1461079207698698244,0,,,,,,,,[],,,, +1461127312691367937,1461107596161691653,2021-11-18 04:21:12 Arabian Standard Time,2021-11-18,04:21:12,+0400,44196397,elonmusk,Elon Musk,,@wapodavenport It does need people!,en,[],[],[],1886,1014,37695,[],[],https://twitter.com/elonmusk/status/1461127312691367937,False,,0,,,,,,,,"[{'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1461016392916946947,1461007720719560714,2021-11-17 21:00:27 Arabian Standard Time,2021-11-17,21:00:27,+0400,44196397,elonmusk,Elon Musk,,"@flcnhvy Accept worst case outcome & assign it a probability, which is usually very low. Now think of good things in life & assign them probabilities – many are certain! Bringing anxiety/fear to the conscious mind saps it of limbic emotional strength. Cheery fatalism is very effective.",en,[],[],[],1714,5050,42169,[],[],https://twitter.com/elonmusk/status/1461016392916946947,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1460816308463878148,1460749604039843841,2021-11-17 07:45:23 Arabian Standard Time,2021-11-17,07:45:23,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @13ericralph31 Limiting factor for first launch is regulatory approval. Thereafter, fundamental issue is solving engine production. Prototypes are easy, production is hard.",en,[],[],[],669,564,10157,[],[],https://twitter.com/elonmusk/status/1460816308463878148,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}]",,,, +1460813037670219778,1460810034913361921,2021-11-17 07:32:23 Arabian Standard Time,2021-11-17,07:32:23,+0400,44196397,elonmusk,Elon Musk,,"@John_Gardi True, although it will look clean with close out panels installed. Raptor 2 has significant improvements in every way, but a complete design overhaul is necessary for the engine that can actually make life multiplanetary. It won’t be called Raptor.",en,[],[],[],898,556,8529,[],[],https://twitter.com/elonmusk/status/1460813037670219778,False,,0,,,,,,,,"[{'screen_name': 'John_Gardi', 'name': 'Just A. Tinker ✌️', 'id': '227343379'}]",,,, +1460810034913361921,1460810034913361921,2021-11-17 07:20:27 Arabian Standard Time,2021-11-17,07:20:27,+0400,44196397,elonmusk,Elon Musk,,12 million pounds of thrust at liftoff https://t.co/4ArkgU4Vff,en,[],[],['https://pbs.twimg.com/media/FEXW-yGWUAE5OEu.jpg'],18034,19775,307056,[],[],https://twitter.com/elonmusk/status/1460810034913361921,False,,1,https://pbs.twimg.com/media/FEXW-yGWUAE5OEu.jpg,,,,,,,[],,,, +1460720499646992385,1460675577527025669,2021-11-17 01:24:40 Arabian Standard Time,2021-11-17,01:24:40,+0400,44196397,elonmusk,Elon Musk,,"@BillyM2k @heydave7 Indeed. Over time, Tesla will generate hundreds of billions for the government in terms of employee income tax, product sales tax and property tax, in addition to profit taxation.",en,[],[],[],1458,1291,13833,[],[],https://twitter.com/elonmusk/status/1460720499646992385,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1460711147108245511,1460675577527025669,2021-11-17 00:47:30 Arabian Standard Time,2021-11-17,00:47:30,+0400,44196397,elonmusk,Elon Musk,,@heydave7 Accurate thread,en,[],[],[],608,394,6375,[],[],https://twitter.com/elonmusk/status/1460711147108245511,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1460430222067703811,1460367195066671113,2021-11-16 06:11:13 Arabian Standard Time,2021-11-16,06:11:13,+0400,44196397,elonmusk,Elon Musk,,@RyanZohoury @Tesla @TeslaCharging @BLKMDL3 We are waiting for permit approval from Santa Monica,en,[],[],[],1251,566,21592,[],[],https://twitter.com/elonmusk/status/1460430222067703811,False,,0,,,,,,,,"[{'screen_name': 'RyanZohoury', 'name': 'Ryan Zohoury', 'id': '973935174160273409'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'TeslaCharging', 'name': 'Tesla Charging', 'id': '1346535293449428992'}, {'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}]",,,, +1460411507066425351,1459584250668331011,2021-11-16 04:56:51 Arabian Standard Time,2021-11-16,04:56:51,+0400,44196397,elonmusk,Elon Musk,,@FutureIsTesla @michaelromose @spurtmagoo @SarahKSilverman @SenSanders I like to dig my grave real deep 🤣🤣,en,[],[],[],1204,566,10789,[],[],https://twitter.com/elonmusk/status/1460411507066425351,False,,0,,,,,,,,"[{'screen_name': 'FutureIsTesla', 'name': 'FutureIsTesla', 'id': '948674083272630273'}, {'screen_name': 'michaelromose', 'name': 'Michael Romose', 'id': '92102006'}, {'screen_name': 'spurtmagoo', 'name': 'Spurt Magoo', 'id': '949599981878394881'}, {'screen_name': 'SarahKSilverman', 'name': 'Sarah Silverman', 'id': '30364057'}, {'screen_name': 'SenSanders', 'name': 'Bernie Sanders', 'id': '29442313'}]",,,, +1460408482683928579,1459584250668331011,2021-11-16 04:44:50 Arabian Standard Time,2021-11-16,04:44:50,+0400,44196397,elonmusk,Elon Musk,,@michaelromose @spurtmagoo @SarahKSilverman @SenSanders Exactly,en,[],[],[],301,162,4756,[],[],https://twitter.com/elonmusk/status/1460408482683928579,False,,0,,,,,,,,"[{'screen_name': 'michaelromose', 'name': 'Michael Romose', 'id': '92102006'}, {'screen_name': 'spurtmagoo', 'name': 'Spurt Magoo', 'id': '949599981878394881'}, {'screen_name': 'SarahKSilverman', 'name': 'Sarah Silverman', 'id': '30364057'}, {'screen_name': 'SenSanders', 'name': 'Bernie Sanders', 'id': '29442313'}]",,,, +1460370293978013699,1460156420645695490,2021-11-16 02:13:05 Arabian Standard Time,2021-11-16,02:13:05,+0400,44196397,elonmusk,Elon Musk,,@business Burry is a broken clock,en,[],[],[],2297,2066,33810,[],[],https://twitter.com/elonmusk/status/1460370293978013699,False,,0,,,,,,,,"[{'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +1460337252672888833,1460313560467316742,2021-11-16 00:01:47 Arabian Standard Time,2021-11-16,00:01:47,+0400,44196397,elonmusk,Elon Musk,,"@wapodavenport The hard work by FAA, US Fish & Wildlife and Texas Parks & Wildlife is much appreciated, as well as the strong local support from Cameron County and Brownsville / South Padre!",en,[],[],[],502,416,7858,[],[],https://twitter.com/elonmusk/status/1460337252672888833,False,,0,,,,,,,,"[{'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1460321290959704068,1460318562283769860,2021-11-15 22:58:21 Arabian Standard Time,2021-11-15,22:58:21,+0400,44196397,elonmusk,Elon Musk,,"@BillyM2k Normal money is actually a bunch of ancient mainframes running cobol in batch mode, where govt can edit money database whenever they want",en,[],[],[],2557,5286,38120,[],[],https://twitter.com/elonmusk/status/1460321290959704068,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1460309914849619970,1459584250668331011,2021-11-15 22:13:09 Arabian Standard Time,2021-11-15,22:13:09,+0400,44196397,elonmusk,Elon Musk,,@Paul49787221 @mooroobee @itsALLrisky @SenSanders Exactly,en,[],[],[],230,100,2514,[],[],https://twitter.com/elonmusk/status/1460309914849619970,False,,0,,,,,,,,"[{'screen_name': 'Paul49787221', 'name': 'Paul 🇺🇦', 'id': '1218969719052623873'}, {'screen_name': 'mooroobee', 'name': 'Mooroo Bee', 'id': '1015730046865166337'}, {'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}, {'screen_name': 'SenSanders', 'name': 'Bernie Sanders', 'id': '29442313'}]",,,, +1460307361420263426,1459584250668331011,2021-11-15 22:03:00 Arabian Standard Time,2021-11-15,22:03:00,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @teslaownersSV @Kristennetten @itsALLrisky @SenSanders Yes, that is the other major source of dilution. All employees receive stock after a year at Tesla and we now have over 100,000 employees worldwide.",en,[],[],[],378,433,6505,[],[],https://twitter.com/elonmusk/status/1460307361420263426,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}, {'screen_name': 'SenSanders', 'name': 'Bernie Sanders', 'id': '29442313'}]",,,, +1460305277157314568,1459584250668331011,2021-11-15 21:54:43 Arabian Standard Time,2021-11-15,21:54:43,+0400,44196397,elonmusk,Elon Musk,,@MyAlteredEgo @kedarus @CollegeChef1 @JoeyTParker @SenSanders That loophole does seem questionable,en,[],[],[],260,114,2295,[],[],https://twitter.com/elonmusk/status/1460305277157314568,False,,0,,,,,,,,"[{'screen_name': 'MyAlteredEgo', 'name': 'MyAlteredEgo', 'id': '81977862'}, {'screen_name': 'kedarus', 'name': '🔋Radoslaw Motylinski🔋', 'id': '28547725'}, {'screen_name': 'CollegeChef1', 'name': 'Michael Rivera', 'id': '119287782'}, {'screen_name': 'JoeyTParker', 'name': 'J. Parker', 'id': '416396005'}, {'screen_name': 'SenSanders', 'name': 'Bernie Sanders', 'id': '29442313'}]",,,, +1460304169483612165,1459584250668331011,2021-11-15 21:50:19 Arabian Standard Time,2021-11-15,21:50:19,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @Kristennetten @itsALLrisky @SenSanders I had majority control for the first 5 years or so of Tesla, but car companies need lots of capital, so now I’m around 20% or so, despite putting in as much as I could along the way",en,[],[],[],280,268,4104,[],[],https://twitter.com/elonmusk/status/1460304169483612165,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}, {'screen_name': 'SenSanders', 'name': 'Bernie Sanders', 'id': '29442313'}]",,,, +1460300638240317445,1459584250668331011,2021-11-15 21:36:17 Arabian Standard Time,2021-11-15,21:36:17,+0400,44196397,elonmusk,Elon Musk,,"@itsALLrisky @SenSanders Agreed, taxes are best applied to (especially extravagant) consumption, whereas capital allocation taxes reduce goods & services output, so actually bad for the people. Probable capital allocation skill of heirs is lower than original creator, so I am in favor of an estate tax.",en,[],[],[],711,850,9171,[],[],https://twitter.com/elonmusk/status/1460300638240317445,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}, {'screen_name': 'SenSanders', 'name': 'Bernie Sanders', 'id': '29442313'}]",,,, +1460296169184186370,1459584250668331011,2021-11-15 21:18:32 Arabian Standard Time,2021-11-15,21:18:32,+0400,44196397,elonmusk,Elon Musk,,"@dogeofficialceo @daelmor @SenSanders Regretamine, it’s like a 100% tax on all your regrets!",en,[],[],[],527,382,5320,[],[],https://twitter.com/elonmusk/status/1460296169184186370,False,,0,,,,,,,,"[{'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin 🇺🇦 🦊', 'id': '1355945100216573952'}, {'screen_name': 'daelmor', 'name': '𝔇𝔞𝔫𝔞 🦊🇺🇦🕊', 'id': '97552785'}, {'screen_name': 'SenSanders', 'name': 'Bernie Sanders', 'id': '29442313'}]",,,, +1460292729691426831,1459584250668331011,2021-11-15 21:04:52 Arabian Standard Time,2021-11-15,21:04:52,+0400,44196397,elonmusk,Elon Musk,,@daelmor @SenSanders His stance on ketamine was bold https://t.co/th6ARpKmV7,en,[],[],['https://pbs.twimg.com/media/FEQAfvIXIAES4VD.jpg'],466,396,4700,[],[],https://twitter.com/elonmusk/status/1460292729691426831,False,,1,https://pbs.twimg.com/media/FEQAfvIXIAES4VD.jpg,,,,,,,"[{'screen_name': 'daelmor', 'name': '𝔇𝔞𝔫𝔞 🦊🇺🇦🕊', 'id': '97552785'}, {'screen_name': 'SenSanders', 'name': 'Bernie Sanders', 'id': '29442313'}]",,,, +1460290582690111494,1459584250668331011,2021-11-15 20:56:20 Arabian Standard Time,2021-11-15,20:56:20,+0400,44196397,elonmusk,Elon Musk,,@daelmor @SenSanders How do we know he hasn’t been kidnapped by aliens!?,en,[],[],[],826,471,9879,[],[],https://twitter.com/elonmusk/status/1460290582690111494,False,,0,,,,,,,,"[{'screen_name': 'daelmor', 'name': '𝔇𝔞𝔫𝔞 🦊', 'id': '97552785'}, {'screen_name': 'SenSanders', 'name': 'Bernie Sanders', 'id': '29442313'}]",,,, +1460289882568511498,1459584250668331011,2021-11-15 20:53:33 Arabian Standard Time,2021-11-15,20:53:33,+0400,44196397,elonmusk,Elon Musk,,"@SenSanders Ok, how much do you think is fair? Does 53% seem reasonable?",en,[],[],[],3698,1456,24344,[],[],https://twitter.com/elonmusk/status/1460289882568511498,False,,0,,,,,,,,"[{'screen_name': 'SenSanders', 'name': 'Bernie Sanders', 'id': '29442313'}]",,,, +1460080770215723008,1460062031084761090,2021-11-15 07:02:37 Arabian Standard Time,2021-11-15,07:02:37,+0400,44196397,elonmusk,Elon Musk,,"@Blockworks_ Inflation is the most regressive tax of all, yet is advocated by those who claim to be progressive",en,[],[],[],3910,13942,80435,[],[],https://twitter.com/elonmusk/status/1460080770215723008,False,,0,,,,,,,,"[{'screen_name': 'Blockworks_', 'name': 'Blockworks', 'id': '989912836901089282'}]",,,, +1460062031084761090,1460062031084761090,2021-11-15 05:48:09 Arabian Standard Time,2021-11-15,05:48:09,+0400,44196397,elonmusk,Elon Musk,,Due to inflation 420 has gone up by 69,en,[],[],[],30039,38123,367473,[],[],https://twitter.com/elonmusk/status/1460062031084761090,False,,0,,,,,,,,[],,,, +1460051518124699650,1459584250668331011,2021-11-15 05:06:23 Arabian Standard Time,2021-11-15,05:06:23,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @SenSanders Bernie is a taker, not a maker",en,[],[],[],9371,8335,74673,[],[],https://twitter.com/elonmusk/status/1460051518124699650,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SenSanders', 'name': 'Bernie Sanders', 'id': '29442313'}]",,,, +1460044780549910532,1460027693005787141,2021-11-15 04:39:36 Arabian Standard Time,2021-11-15,04:39:36,+0400,44196397,elonmusk,Elon Musk,,@squawksquare @BernieSanders 👍,und,[],[],[],540,289,8618,[],[],https://twitter.com/elonmusk/status/1460044780549910532,False,,0,,,,,,,,"[{'screen_name': 'squawksquare', 'name': 'squawksquare', 'id': '930773590227718144'}, {'screen_name': 'BernieSanders', 'name': 'Bernie Sanders', 'id': '216776631'}]",,,, +1460031924374843400,1357402040146808832,2021-11-15 03:48:31 Arabian Standard Time,2021-11-15,03:48:31,+0400,44196397,elonmusk,Elon Musk,,@ConsumerReports 👍,und,[],[],[],712,245,7998,[],[],https://twitter.com/elonmusk/status/1460031924374843400,False,,0,,,,,,,,"[{'screen_name': 'ConsumerReports', 'name': 'Consumer Reports', 'id': '16193528'}]",,,, +1459998490591993862,1459953955782287369,2021-11-15 01:35:40 Arabian Standard Time,2021-11-15,01:35:40,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Exactly,en,[],[],[],1133,696,16636,[],[],https://twitter.com/elonmusk/status/1459998490591993862,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1459997838679629830,1459584250668331011,2021-11-15 01:33:04 Arabian Standard Time,2021-11-15,01:33:04,+0400,44196397,elonmusk,Elon Musk,,@realTylerZed @SenSanders 🤣,und,[],[],[],589,361,12552,[],[],https://twitter.com/elonmusk/status/1459997838679629830,False,,0,,,,,,,,"[{'screen_name': 'realTylerZed', 'name': 'Tyler Zed', 'id': '2937613910'}, {'screen_name': 'SenSanders', 'name': 'Bernie Sanders', 'id': '29442313'}]",,,, +1459904966194253824,1459584250668331011,2021-11-14 19:24:02 Arabian Standard Time,2021-11-14,19:24:02,+0400,44196397,elonmusk,Elon Musk,,"@SenSanders Want me to sell more stock, Bernie? Just say the word …",en,[],[],[],11858,10306,130524,[],[],https://twitter.com/elonmusk/status/1459904966194253824,False,,0,,,,,,,,"[{'screen_name': 'SenSanders', 'name': 'Bernie Sanders', 'id': '29442313'}]",,,, +1459893711261814790,1459890422776430592,2021-11-14 18:39:18 Arabian Standard Time,2021-11-14,18:39:18,+0400,44196397,elonmusk,Elon Musk,,"@fermatslibrary Soon, that list will grow much longer as humanity reaches new heights!",en,[],[],[],1568,1368,32024,[],[],https://twitter.com/elonmusk/status/1459893711261814790,False,,0,,,,,,,,"[{'screen_name': 'fermatslibrary', 'name': ""Fermat's Library"", 'id': '3511430425'}]",,,, +1459891238384115722,1459584250668331011,2021-11-14 18:29:29 Arabian Standard Time,2021-11-14,18:29:29,+0400,44196397,elonmusk,Elon Musk,,@SenSanders I keep forgetting that you’re still alive,en,[],[],[],36245,35247,296714,[],[],https://twitter.com/elonmusk/status/1459891238384115722,False,,0,,,,,,,,"[{'screen_name': 'SenSanders', 'name': 'Bernie Sanders', 'id': '29442313'}]",,,, +1459667633419128833,1459648853846765574,2021-11-14 03:40:57 Arabian Standard Time,2021-11-14,03:40:57,+0400,44196397,elonmusk,Elon Musk,,"@heydave7 @WholeMarsBlog A careful observer would note that my (low basis) share sale rate significantly exceeds my 10b (high basis) option exercise rate, thus closer to tax maximization than minimization.",en,[],[],[],892,736,9359,[],[],https://twitter.com/elonmusk/status/1459667633419128833,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1459616907947122703,1459587368227332096,2021-11-14 00:19:23 Arabian Standard Time,2021-11-14,00:19:23,+0400,44196397,elonmusk,Elon Musk,,@JonErlichman How about predictions for 2030?,en,[],[],[],3293,900,20200,[],[],https://twitter.com/elonmusk/status/1459616907947122703,False,,0,,,,,,,,"[{'screen_name': 'JonErlichman', 'name': 'Jon Erlichman', 'id': '164425558'}]",,,, +1459589365064249347,1459559399027007490,2021-11-13 22:29:57 Arabian Standard Time,2021-11-13,22:29:57,+0400,44196397,elonmusk,Elon Musk,,@rookisaacman Super proud of the great work by the SpaceX team!,en,[],[],[],636,574,15408,[],[],https://twitter.com/elonmusk/status/1459589365064249347,False,,0,,,,,,,,"[{'screen_name': 'rookisaacman', 'name': 'Jared Isaacman', 'id': '1279551125264445448'}]",,,, +1459587401043611659,1459575879894695936,2021-11-13 22:22:08 Arabian Standard Time,2021-11-13,22:22:08,+0400,44196397,elonmusk,Elon Musk,,"@ICannot_Enough Please don’t read too much into this. As mentioned publicly, Tesla is constrained by chip supply short-term & cell supply long-term. Not possible to produce additional vehicles in volume until both constraints are addressed.",en,[],[],[],414,382,6170,[],[],https://twitter.com/elonmusk/status/1459587401043611659,False,,0,,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}]",,,, +1459586633230168068,1459559930747359235,2021-11-13 22:19:05 Arabian Standard Time,2021-11-13,22:19:05,+0400,44196397,elonmusk,Elon Musk,,"@GailAlfarATX @JohnnaCrider1 @WholeMarsBlog @TeslaOwnersEBay @RationalEtienne @EvaFoxU @Boxabl I’ve actually been living in a ~$50k house in south Texas for past 2 years, not Boxabl (cool product tho). Feels more homey to live in a small house.",en,[],[],[],896,979,13916,[],[],https://twitter.com/elonmusk/status/1459586633230168068,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club | Fremont |', 'id': '1175164547746844672'}, {'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️', 'id': '959471389282578432'}, {'screen_name': 'Boxabl', 'name': 'Boxabl', 'id': '893459736980578305'}]",,,, +1459583937756516356,1459575879894695936,2021-11-13 22:08:23 Arabian Standard Time,2021-11-13,22:08:23,+0400,44196397,elonmusk,Elon Musk,,"@jordanski20 @slashdot Megapacks are deployed to stabilize the grid itself, especially effective for absorbing peak loads. They save consumers money. https://t.co/aJalFGM9pV",en,[],['https://www.popularmechanics.com/science/green-tech/a34598095/elon-musk-battery-farm-sequel-australia-tesla-powerpack/'],[],151,295,3103,[],[],https://twitter.com/elonmusk/status/1459583937756516356,False,,0,,,,,,,,"[{'screen_name': 'jordanski20', 'name': 'Jordan Lewandowski', 'id': '539798904'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1459581828034142210,1459538679056187395,2021-11-13 22:00:00 Arabian Standard Time,2021-11-13,22:00:00,+0400,44196397,elonmusk,Elon Musk,,@SpaceXMR Such a beautiful day to launch,en,[],[],[],429,395,11790,[],[],https://twitter.com/elonmusk/status/1459581828034142210,False,,0,,,,,,,,"[{'screen_name': 'SpaceXMR', 'name': 'r/SpaceXMasterrace', 'id': '1004697063974633472'}]",,,, +1459581348792999946,1459550772815876096,2021-11-13 21:58:05 Arabian Standard Time,2021-11-13,21:58:05,+0400,44196397,elonmusk,Elon Musk,,@_rykllan @SpaceX @NASASpaceflight @FelixSchlang @MarcusHouse @bluemoondance74 The rocket fleet grows,en,[],[],[],323,211,6154,[],[],https://twitter.com/elonmusk/status/1459581348792999946,False,,0,,,,,,,,"[{'screen_name': '_rykllan', 'name': 'rykllan', 'id': '910490259779149824'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan Beck', 'id': '844015154643648512'}]",,,, +1459581006168608776,1459577942078595073,2021-11-13 21:56:44 Arabian Standard Time,2021-11-13,21:56:44,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Best plane ever,en,[],[],[],1010,484,17663,[],[],https://twitter.com/elonmusk/status/1459581006168608776,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1459580755391172610,1459575879894695936,2021-11-13 21:55:44 Arabian Standard Time,2021-11-13,21:55:44,+0400,44196397,elonmusk,Elon Musk,,@slashdot Tesla Megapack batteries will help stabilize the grid this winter,en,[],[],[],366,393,6083,[],[],https://twitter.com/elonmusk/status/1459580755391172610,False,,0,,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1459563497403170824,1459563497403170824,2021-11-13 20:47:09 Arabian Standard Time,2021-11-13,20:47:09,+0400,44196397,elonmusk,Elon Musk,,129 Orbital Flights https://t.co/BjG4lNnFyJ,en,[],[],"['https://pbs.twimg.com/media/FEFpQ6yWUAYhe9W.jpg', 'https://pbs.twimg.com/media/FEFpQ64WUAEuv9C.jpg']",16551,14058,201139,[],[],https://twitter.com/elonmusk/status/1459563497403170824,False,,1,https://pbs.twimg.com/media/FEFpQ6yWUAYhe9W.jpg,,,,,,,[],,,, +1459500803245461506,1458782360669982726,2021-11-13 16:38:02 Arabian Standard Time,2021-11-13,16:38:02,+0400,44196397,elonmusk,Elon Musk,,"@SpaceIntellige3 @SpaceX @SpaceXStarlink @nkknspace @HomemDoEspacoBr @InfographicTony @cnunezimages @spacex360 Should work everywhere for global maritime by roughly middle of next year (enough sats with laser links launched). Until then, it will be patchy when far from land.",en,[],[],[],310,202,3062,[],[],https://twitter.com/elonmusk/status/1459500803245461506,False,,0,,,,,,,,"[{'screen_name': 'SpaceIntellige3', 'name': 'Space Intelligence', 'id': '1206315683056771072'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'nkknspace', 'name': 'Karthik Naren', 'id': '903048914'}, {'screen_name': 'HomemDoEspacoBr', 'name': 'Homem do Espaço', 'id': '860138897178800128'}, {'screen_name': 'InfographicTony', 'name': 'Tony Bela - Infographic news', 'id': '1108510854465482752'}, {'screen_name': 'cnunezimages', 'name': 'carlos', 'id': '1245450013813223424'}, {'screen_name': 'spacex360', 'name': 'Everything SpaceX', 'id': '1270394714450268160'}]",,,, +1459495065206853637,1458782360669982726,2021-11-13 16:15:14 Arabian Standard Time,2021-11-13,16:15:14,+0400,44196397,elonmusk,Elon Musk,,"@SpaceIntellige3 @SpaceX @SpaceXStarlink @nkknspace @HomemDoEspacoBr @InfographicTony @cnunezimages @spacex360 Inter-satellite laser communications means Starlink can carry data at speed of light in vacuum all around Earth before touching ground. Over time, some amount of communication can simply be from one user terminal to another without touching the Internet.",en,[],[],[],306,329,3339,[],[],https://twitter.com/elonmusk/status/1459495065206853637,False,,0,,,,,,,,"[{'screen_name': 'SpaceIntellige3', 'name': 'Space Intelligence', 'id': '1206315683056771072'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'nkknspace', 'name': 'Karthik Naren', 'id': '903048914'}, {'screen_name': 'HomemDoEspacoBr', 'name': 'Homem do Espaço', 'id': '860138897178800128'}, {'screen_name': 'InfographicTony', 'name': 'Tony Bela - Infographic news', 'id': '1108510854465482752'}, {'screen_name': 'cnunezimages', 'name': 'carlos', 'id': '1245450013813223424'}, {'screen_name': 'spacex360', 'name': 'Everything SpaceX', 'id': '1270394714450268160'}]",,,, +1459482471247097858,1459322696618156034,2021-11-13 15:25:11 Arabian Standard Time,2021-11-13,15:25:11,+0400,44196397,elonmusk,Elon Musk,,@PPathole @teslaownersSV @SamTwits Exactly,en,[],[],[],223,106,2657,[],[],https://twitter.com/elonmusk/status/1459482471247097858,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}]",,,, +1459480404600176646,1459480404600176646,2021-11-13 15:16:58 Arabian Standard Time,2021-11-13,15:16:58,+0400,44196397,elonmusk,Elon Musk,, https://t.co/KpPfSNuaaF,und,[],[],['https://pbs.twimg.com/media/FEEdsVaWQAQ76vr.jpg'],35015,37371,426748,[],[],https://twitter.com/elonmusk/status/1459480404600176646,False,,1,https://pbs.twimg.com/media/FEEdsVaWQAQ76vr.jpg,,,,,,,[],,,, +1459468682938273792,1459377883940597761,2021-11-13 14:30:24 Arabian Standard Time,2021-11-13,14:30:24,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut It is a very impressive history,en,[],[],[],571,334,10239,[],[],https://twitter.com/elonmusk/status/1459468682938273792,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1459329085520461825,1459322696618156034,2021-11-13 05:15:41 Arabian Standard Time,2021-11-13,05:15:41,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @SamTwits Once the board was presented with the evidence of Eberhard’s deception/fraud & the dire state of the company, all board members, including those he appointed, voted unanimously to fire him in August 2007.",en,[],[],[],480,267,4150,[],[],https://twitter.com/elonmusk/status/1459329085520461825,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}]",,,, +1459327764977393665,1459322696618156034,2021-11-13 05:10:26 Arabian Standard Time,2021-11-13,05:10:26,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @SamTwits Thinking of doing a podcast “Hardcore History” style that tells what really happened at Tesla in those early years,en,[],[],[],1109,744,13044,[],[],https://twitter.com/elonmusk/status/1459327764977393665,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}]",,,, +1459327262289973251,1459322696618156034,2021-11-13 05:08:26 Arabian Standard Time,2021-11-13,05:08:26,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @SamTwits He came damn close to killing Tesla through a combination of bad management decisions, driving out talented people, bad engineering, major blunders in supply chain & an elaborate deception about the true cost & schedule of the Tesla Roadster.",en,[],[],[],346,353,5308,[],[],https://twitter.com/elonmusk/status/1459327262289973251,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}]",,,, +1459324304852762629,1459322696618156034,2021-11-13 04:56:41 Arabian Standard Time,2021-11-13,04:56:41,+0400,44196397,elonmusk,Elon Musk,,"@SamTwits Founding story of Tesla as portrayed by Eberhard is patently false. I wish I had never met him. Eberhard is by far the worst person I’ve ever worked with in my entire career. Given how many people I’ve worked with over the years, that’s really saying something …",en,[],[],[],444,417,5934,[],[],https://twitter.com/elonmusk/status/1459324304852762629,False,,0,,,,,,,,"[{'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}]",,,, +1459223854757277702,1459223181684838403,2021-11-12 22:17:32 Arabian Standard Time,2021-11-12,22:17:32,+0400,44196397,elonmusk,Elon Musk,,@NASASpaceflight Good static fire with all six engines!,en,[],[],[],1180,1364,24561,[],[],https://twitter.com/elonmusk/status/1459223854757277702,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1458969705767710720,1458956174439550977,2021-11-12 05:27:38 Arabian Standard Time,2021-11-12,05:27:38,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @24_7TeslaNews @SpaceX No guarantees, but maybe next month. Requires quite a lot of incremental testing & code tweaks for different road system in Canada.",en,[],[],[],649,238,4099,[],[],https://twitter.com/elonmusk/status/1458969705767710720,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': '24_7TeslaNews', 'name': '🔋Alex Thompson🔋', 'id': '3146794919'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1458969054178336769,1458956174439550977,2021-11-12 05:25:03 Arabian Standard Time,2021-11-12,05:25:03,+0400,44196397,elonmusk,Elon Musk,,@24_7TeslaNews @teslaownersSV @SpaceX Hoping to start releasing to 98 scores with V10.5 in about 10 days,en,[],[],[],289,149,2003,[],[],https://twitter.com/elonmusk/status/1458969054178336769,False,,0,,,,,,,,"[{'screen_name': '24_7TeslaNews', 'name': '🔋Alex Thompson🔋', 'id': '3146794919'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1458968534948667393,1458956174439550977,2021-11-12 05:22:59 Arabian Standard Time,2021-11-12,05:22:59,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @SpaceX Ancient times,en,[],[],[],1444,873,39178,[],[],https://twitter.com/elonmusk/status/1458968534948667393,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1458905811896446977,1458877647795146758,2021-11-12 01:13:45 Arabian Standard Time,2021-11-12,01:13:45,+0400,44196397,elonmusk,Elon Musk,,"@SamTwits I hope they’re able to achieve high production & breakeven cash flow. That is the true test. There have been hundreds of automotive startups, both electric & combustion, but Tesla is only American carmaker to reach high volume production & positive cash flow in past 100 years.",en,[],[],[],1288,2436,26412,[],[],https://twitter.com/elonmusk/status/1458905811896446977,False,,0,,,,,,,,"[{'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}]",,,, +1458656860068892672,1458651749003137027,2021-11-11 08:44:30 Arabian Standard Time,2021-11-11,08:44:30,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX Pattern on the Starlink router is orbital transfer ellipse from Earth to Mars,en,[],[],[],1547,836,17502,[],[],https://twitter.com/elonmusk/status/1458656860068892672,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1458495237396041739,1458492205279154181,2021-11-10 22:02:16 Arabian Standard Time,2021-11-10,22:02:16,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt New UAW slogan: “Fighting for their right to steal money from workers!”,en,[],[],[],986,835,9370,[],[],https://twitter.com/elonmusk/status/1458495237396041739,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1458493650019749889,1458449381762367490,2021-11-10 21:55:58 Arabian Standard Time,2021-11-10,21:55:58,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 🔥🔥,und,[],[],[],928,386,10925,[],[],https://twitter.com/elonmusk/status/1458493650019749889,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1458489229571510279,1458336121453043718,2021-11-10 21:38:24 Arabian Standard Time,2021-11-10,21:38:24,+0400,44196397,elonmusk,Elon Musk,,"@Rainmaker1973 Interestingly, however, average power density of the sun is comparable to a compost heap (humans are more power dense than the sun) – it is just very, very big",en,[],[],[],378,224,3555,[],[],https://twitter.com/elonmusk/status/1458489229571510279,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1458484242103640067,1458477933337645056,2021-11-10 21:18:35 Arabian Standard Time,2021-11-10,21:18:35,+0400,44196397,elonmusk,Elon Musk,,"@SawyerMerritt There are many other good causes, but this is my main reason for accumulating capital. The resources I consume personally are very low.",en,[],[],[],701,692,8342,[],[],https://twitter.com/elonmusk/status/1458484242103640067,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1458483658071945223,1458241670365925378,2021-11-10 21:16:16 Arabian Standard Time,2021-11-10,21:16:16,+0400,44196397,elonmusk,Elon Musk,,"@Tenjin37151 @Space_Station @SpaceX @Commercial_Crew @NASA @esa @JAXA_en @astro_kimbrough @Astro_Megan @Thom_astro @Aki_Hoshide As described in The Moon is a Harsh Mistress (great book), a linear accelerator would be great for the moon. Earth’s gravity is too high & atmosphere too dense for accelerators to be a good solution vs reusable boosters imo.",en,[],[],[],298,151,2624,[],[],https://twitter.com/elonmusk/status/1458483658071945223,False,,0,,,,,,,,"[{'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'esa', 'name': 'ESA', 'id': '21436960'}, {'screen_name': 'JAXA_en', 'name': 'JAXA(Japan Aerospace Exploration Agency)', 'id': '104989762'}, {'screen_name': 'astro_kimbrough', 'name': 'Shane Kimbrough', 'id': '721059667217096704'}, {'screen_name': 'Astro_Megan', 'name': 'Megan McArthur', 'id': '1286753931834646529'}, {'screen_name': 'Thom_astro', 'name': 'Thomas Pesquet', 'id': '437520768'}, {'screen_name': 'Aki_Hoshide', 'name': '星出 彰彦 (JAXA宇宙飛行士)', 'id': '390455433'}]",,,, +1458481293109481487,1458241670365925378,2021-11-10 21:06:52 Arabian Standard Time,2021-11-10,21:06:52,+0400,44196397,elonmusk,Elon Musk,,@Space_Station @SpaceX @Commercial_Crew @NASA @esa @JAXA_en @astro_kimbrough @Astro_Megan @Thom_astro @Aki_Hoshide Still blows my mind that this is real,en,[],[],[],1728,1206,33400,[],[],https://twitter.com/elonmusk/status/1458481293109481487,False,,0,,,,,,,,"[{'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Commercial_Crew', 'name': 'NASA Commercial Crew', 'id': '376819015'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'esa', 'name': 'ESA', 'id': '21436960'}, {'screen_name': 'JAXA_en', 'name': 'JAXA(Japan Aerospace Exploration Agency)', 'id': '104989762'}, {'screen_name': 'astro_kimbrough', 'name': 'Shane Kimbrough', 'id': '721059667217096704'}, {'screen_name': 'Astro_Megan', 'name': 'Megan McArthur', 'id': '1286753931834646529'}, {'screen_name': 'Thom_astro', 'name': 'Thomas Pesquet', 'id': '437520768'}, {'screen_name': 'Aki_Hoshide', 'name': '星出 彰彦 (JAXA宇宙飛行士)', 'id': '390455433'}]",,,, +1458342271007473667,1458336121453043718,2021-11-10 11:54:26 Arabian Standard Time,2021-11-10,11:54:26,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 And that is a very tiny fraction of the ~4 megatons of mass that the sun converts to energy every second,en,[],[],[],1321,632,13981,[],[],https://twitter.com/elonmusk/status/1458342271007473667,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1458095048076283911,1457984721892352002,2021-11-09 19:32:04 Arabian Standard Time,2021-11-09,19:32:04,+0400,44196397,elonmusk,Elon Musk,,Sometimes they’re a little 2-dimensional https://t.co/EQfkGG9Hzq,en,[],[],['https://pbs.twimg.com/media/FDwxt68XoAMysSE.jpg'],7729,2110,56484,[],[],https://twitter.com/elonmusk/status/1458095048076283911,False,,1,https://pbs.twimg.com/media/FDwxt68XoAMysSE.jpg,,,,,,,[],,,, +1457984721892352002,1457984721892352002,2021-11-09 12:13:40 Arabian Standard Time,2021-11-09,12:13:40,+0400,44196397,elonmusk,Elon Musk,,I have all their albums https://t.co/OwQaSJADDE,en,[],[],['https://pbs.twimg.com/media/FDvNYDXX0AMB9CO.jpg'],25284,11072,208112,[],[],https://twitter.com/elonmusk/status/1457984721892352002,False,,1,https://pbs.twimg.com/media/FDvNYDXX0AMB9CO.jpg,,,,,,,[],,,, +1457974906415718402,1457940608954294275,2021-11-09 11:34:40 Arabian Standard Time,2021-11-09,11:34:40,+0400,44196397,elonmusk,Elon Musk,,@lexfridman (Zero is a cool concept),en,[],[],[],1383,639,10728,[],[],https://twitter.com/elonmusk/status/1457974906415718402,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1457959537860820992,1457940608954294275,2021-11-09 10:33:36 Arabian Standard Time,2021-11-09,10:33:36,+0400,44196397,elonmusk,Elon Musk,,@lexfridman Nothing matters,en,[],[],[],2104,1475,25134,[],[],https://twitter.com/elonmusk/status/1457959537860820992,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1457956396515921923,1457937214273327104,2021-11-09 10:21:07 Arabian Standard Time,2021-11-09,10:21:07,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog 11 lifetimes ago,en,[],[],[],1036,703,22311,[],[],https://twitter.com/elonmusk/status/1457956396515921923,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1457953290621161474,1457930427021279237,2021-11-09 10:08:46 Arabian Standard Time,2021-11-09,10:08:46,+0400,44196397,elonmusk,Elon Musk,,@SciGuySpace Dragon enters like a shooting star,en,[],[],[],622,482,11521,[],[],https://twitter.com/elonmusk/status/1457953290621161474,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1457819866971484165,1457814650343415813,2021-11-09 01:18:35 Arabian Standard Time,2021-11-09,01:18:35,+0400,44196397,elonmusk,Elon Musk,,@skorusARK Really just comes down to iron cathode for medium range vehicles & stationary storage vs nickel cathode for long range vehicles,en,[],[],[],853,381,6889,[],[],https://twitter.com/elonmusk/status/1457819866971484165,False,,0,,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1457792082932731906,1457789575019970560,2021-11-08 23:28:11 Arabian Standard Time,2021-11-08,23:28:11,+0400,44196397,elonmusk,Elon Musk,,@mishaboar Important,en,[],[],[],1915,2231,17869,[],[],https://twitter.com/elonmusk/status/1457792082932731906,False,,0,,,,,,,,"[{'screen_name': 'mishaboar', 'name': 'Mishaboar', 'id': '1385271926852104193'}]",,,, +1457790091548454913,1457756237509050373,2021-11-08 23:20:16 Arabian Standard Time,2021-11-08,23:20:16,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @thesheetztweetz @BryceSpaceTech @SpaceX @Arianespace @ArianeGroup @roscosmos @northropgrumman @ulalaunch @torybruno @isro @RocketLab The Starship fleet is designed to achieve over 1000 times more payload to orbit than all other rockets on Earth combined. Almost no one understands this.,en,[],[],[],875,1401,14037,[],[],https://twitter.com/elonmusk/status/1457790091548454913,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'BryceSpaceTech', 'name': 'BryceTech', 'id': '1278436310'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Arianespace', 'name': 'Arianespace', 'id': '249165540'}, {'screen_name': 'ArianeGroup', 'name': 'ArianeGroup', 'id': '4112496291'}, {'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}, {'screen_name': 'northropgrumman', 'name': 'Northrop Grumman', 'id': '15840909'}, {'screen_name': 'ulalaunch', 'name': 'ULA', 'id': '22845770'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'isro', 'name': 'ISRO', 'id': '2253142422'}, {'screen_name': 'RocketLab', 'name': 'Rocket Lab', 'id': '91145174'}]",,,, +1457789197348073473,1457756237509050373,2021-11-08 23:16:43 Arabian Standard Time,2021-11-08,23:16:43,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @thesheetztweetz @BryceSpaceTech @SpaceX @Arianespace @ArianeGroup @roscosmos @northropgrumman @ulalaunch @torybruno @isro @RocketLab True,en,[],[],[],335,169,5033,[],[],https://twitter.com/elonmusk/status/1457789197348073473,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'BryceSpaceTech', 'name': 'BryceTech', 'id': '1278436310'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Arianespace', 'name': 'Arianespace', 'id': '249165540'}, {'screen_name': 'ArianeGroup', 'name': 'ArianeGroup', 'id': '4112496291'}, {'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}, {'screen_name': 'northropgrumman', 'name': 'Northrop Grumman', 'id': '15840909'}, {'screen_name': 'ulalaunch', 'name': 'ULA', 'id': '22845770'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'isro', 'name': 'ISRO', 'id': '2253142422'}, {'screen_name': 'RocketLab', 'name': 'Rocket Lab', 'id': '91145174'}]",,,, +1457788425612902400,1457756237509050373,2021-11-08 23:13:39 Arabian Standard Time,2021-11-08,23:13:39,+0400,44196397,elonmusk,Elon Musk,,"@thesheetztweetz @BryceSpaceTech @SpaceX @Arianespace @ArianeGroup @roscosmos @northropgrumman @ulalaunch @torybruno @isro @RocketLab Actually, 41 tons for SpaceX in Q3 & aiming for 80 tons in Q4. That said, China launch mass to orbit is extremely impressive.",en,[],[],[],287,273,5745,[],[],https://twitter.com/elonmusk/status/1457788425612902400,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'BryceSpaceTech', 'name': 'BryceTech', 'id': '1278436310'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Arianespace', 'name': 'Arianespace', 'id': '249165540'}, {'screen_name': 'ArianeGroup', 'name': 'ArianeGroup', 'id': '4112496291'}, {'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}, {'screen_name': 'northropgrumman', 'name': 'Northrop Grumman', 'id': '15840909'}, {'screen_name': 'ulalaunch', 'name': 'ULA', 'id': '22845770'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'isro', 'name': 'ISRO', 'id': '2253142422'}, {'screen_name': 'RocketLab', 'name': 'Rocket Lab', 'id': '91145174'}]",,,, +1457768895213940743,1457671060472672257,2021-11-08 21:56:03 Arabian Standard Time,2021-11-08,21:56:03,+0400,44196397,elonmusk,Elon Musk,,@BrianFeroldi @joerogan https://t.co/6HWAI2yiY0,und,[],[],['https://pbs.twimg.com/media/FDsJFQKXMAUwoOL.jpg'],1427,2685,42846,[],[],https://twitter.com/elonmusk/status/1457768895213940743,False,,1,https://pbs.twimg.com/media/FDsJFQKXMAUwoOL.jpg,,,,,,,"[{'screen_name': 'BrianFeroldi', 'name': 'Brian Feroldi (🧠,📈)', 'id': '61558281'}]",,,, +1457517071642808333,1457110175932846080,2021-11-08 05:15:23 Arabian Standard Time,2021-11-08,05:15:23,+0400,44196397,elonmusk,Elon Musk,,@shawncarelli @RonWyden Coming soon,en,[],[],[],895,273,6843,[],[],https://twitter.com/elonmusk/status/1457517071642808333,False,,0,,,,,,,,"[{'screen_name': 'shawncarelli', 'name': 'Shawn Car ◼️◼️◼️◼️◼️◼️◼️', 'id': '74266130'}, {'screen_name': 'RonWyden', 'name': 'Ron Wyden', 'id': '250188760'}]",,,, +1457499763058876421,1457498279411810305,2021-11-08 04:06:37 Arabian Standard Time,2021-11-08,04:06:37,+0400,44196397,elonmusk,Elon Musk,,@slashdot .@Wikipedia ahem,en,"[{'screen_name': 'wikipedia', 'name': 'wikipedia', 'id': '86390214'}]",[],[],500,172,4027,[],[],https://twitter.com/elonmusk/status/1457499763058876421,False,,0,,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1457497438474981384,1457110175932846080,2021-11-08 03:57:22 Arabian Standard Time,2021-11-08,03:57:22,+0400,44196397,elonmusk,Elon Musk,,@RonWyden Why does ur pp look like u just came?,en,[],[],[],7947,10737,95782,[],[],https://twitter.com/elonmusk/status/1457497438474981384,False,,0,,,,,,,,"[{'screen_name': 'RonWyden', 'name': 'Ron Wyden', 'id': '250188760'}]",,,, +1457488151744860160,1457454932534071296,2021-11-08 03:20:28 Arabian Standard Time,2021-11-08,03:20:28,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog I had too many bottles of Teslaquila!,en,[],[],[],836,847,13469,[],[],https://twitter.com/elonmusk/status/1457488151744860160,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1457480025830219778,1457429646019072002,2021-11-08 02:48:11 Arabian Standard Time,2021-11-08,02:48:11,+0400,44196397,elonmusk,Elon Musk,,@lexfridman Exactly,en,[],[],[],905,471,13487,[],[],https://twitter.com/elonmusk/status/1457480025830219778,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1457460210428153866,1457125983660625923,2021-11-08 01:29:27 Arabian Standard Time,2021-11-08,01:29:27,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog 🤣,und,[],[],[],254,129,3799,[],[],https://twitter.com/elonmusk/status/1457460210428153866,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1457429209891155973,1457125983660625923,2021-11-07 23:26:16 Arabian Standard Time,2021-11-07,23:26:16,+0400,44196397,elonmusk,Elon Musk,,@Emmett__Osborne @WholeMarsBlog I was prepared to accept either outcome,en,[],[],[],933,428,7470,[],[],https://twitter.com/elonmusk/status/1457429209891155973,False,,0,,,,,,,,"[{'screen_name': 'Emmett__Osborne', 'name': 'DU S0L', 'id': '1342876808019128320'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1457428403754307586,1457125983660625923,2021-11-07 23:23:03 Arabian Standard Time,2021-11-07,23:23:03,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Doing the opposite of whatever that insufferable numbskull says would be a great way to invest!,en,[],[],[],988,1230,17898,[],[],https://twitter.com/elonmusk/status/1457428403754307586,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1457417472504745990,1457409890951991300,2021-11-07 22:39:37 Arabian Standard Time,2021-11-07,22:39:37,+0400,44196397,elonmusk,Elon Musk,,"@24_7TeslaNews @WholeMarsBlog We are rolling 10.4 out slowly, as there are many subtle hardware differences in the owner fleet. If it continues to look good over the next few days, we may start rolling out to 98 safety scores.",en,[],[],[],427,165,2764,[],[],https://twitter.com/elonmusk/status/1457417472504745990,False,,0,,,,,,,,"[{'screen_name': '24_7TeslaNews', 'name': '🔋Alex Thompson🔋', 'id': '3146794919'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1457416447790129166,1457409890951991300,2021-11-07 22:35:33 Arabian Standard Time,2021-11-07,22:35:33,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Will consider,en,[],[],[],214,82,1855,[],[],https://twitter.com/elonmusk/status/1457416447790129166,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1457091338424438789,1457073896289492994,2021-11-07 01:03:41 Arabian Standard Time,2021-11-07,01:03:41,+0400,44196397,elonmusk,Elon Musk,,@TrungTPhan 🤣🤣,und,[],[],[],1137,587,25032,[],[],https://twitter.com/elonmusk/status/1457091338424438789,False,,0,,,,,,,,"[{'screen_name': 'TrungTPhan', 'name': 'Trung Phan', 'id': '945817135816654848'}]",,,, +1457083243933601802,1457081939823939594,2021-11-07 00:31:31 Arabian Standard Time,2021-11-07,00:31:31,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Tesla Autopilot spends a lot of effort on minimizing jerk,en,[],[],[],750,325,7635,[],[],https://twitter.com/elonmusk/status/1457083243933601802,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1457076751360724995,1457076751360724995,2021-11-07 00:05:43 Arabian Standard Time,2021-11-07,00:05:43,+0400,44196397,elonmusk,Elon Musk,,Roll them 🎲 🎲 https://t.co/F2rXGcz964,en,[],['https://m.youtube.com/watch?v=ScJvQhWL7Lg'],[],13679,3771,48919,[],[],https://twitter.com/elonmusk/status/1457076751360724995,False,,0,,,,,,,,[],,,, +1457067904583798784,1457064697782489088,2021-11-06 23:30:34 Arabian Standard Time,2021-11-06,23:30:34,+0400,44196397,elonmusk,Elon Musk,,* abide(n),eu,[],[],[],8570,1861,42453,[],[],https://twitter.com/elonmusk/status/1457067904583798784,False,,0,,,,,,,,[],,,, +1457067398712942592,1457064697782489088,2021-11-06 23:28:33 Arabian Standard Time,2021-11-06,23:28:33,+0400,44196397,elonmusk,Elon Musk,,"Note, I do not take a cash salary or bonus from anywhere. I only have stock, thus the only way for me to pay taxes personally is to sell stock.",en,[],[],[],15342,5489,111099,[],[],https://twitter.com/elonmusk/status/1457067398712942592,False,,0,,,,,,,,[],,,, +1457066048944066565,1457064697782489088,2021-11-06 23:23:11 Arabian Standard Time,2021-11-06,23:23:11,+0400,44196397,elonmusk,Elon Musk,,"I will abide by the results of this poll, whichever way it goes",en,[],[],[],9888,4104,91561,[],[],https://twitter.com/elonmusk/status/1457066048944066565,False,,0,,,,,,,,[],,,, +1457065864935714816,1455327010302087173,2021-11-06 23:22:27 Arabian Standard Time,2021-11-06,23:22:27,+0400,44196397,elonmusk,Elon Musk,,@lifeplusreward @BillyM2k Wrath of the Khans @HardcoreHistory,en,"[{'screen_name': 'hardcorehistory', 'name': 'dan carlin', 'id': '20972371'}]",[],[],148,75,1670,[],[],https://twitter.com/elonmusk/status/1457065864935714816,False,,0,,,,,,,,"[{'screen_name': 'lifeplusreward', 'name': 'Carlos Fonzeca', 'id': '1344189414683992065'}, {'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1457064697782489088,1457064697782489088,2021-11-06 23:17:49 Arabian Standard Time,2021-11-06,23:17:49,+0400,44196397,elonmusk,Elon Musk,,"Much is made lately of unrealized gains being a means of tax avoidance, so I propose selling 10% of my Tesla stock. Do you support this?",en,[],[],[],57560,24908,150997,[],[],https://twitter.com/elonmusk/status/1457064697782489088,False,,0,,,,,,,,[],,,, +1457060974167474176,1457056419610435587,2021-11-06 23:03:01 Arabian Standard Time,2021-11-06,23:03:01,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k I say this frequently,en,[],[],[],1933,737,12643,[],[],https://twitter.com/elonmusk/status/1457060974167474176,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1456796712392081410,1456763372116971523,2021-11-06 05:32:56 Arabian Standard Time,2021-11-06,05:32:56,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV Haha true! The top alternate name, if we couldn’t acquire the Tesla Motors trademark, was Faraday, which a competitor ended up using.",en,[],[],[],1577,1261,34707,[],[],https://twitter.com/elonmusk/status/1456796712392081410,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1456796062593781761,1456766105893044224,2021-11-06 05:30:21 Arabian Standard Time,2021-11-06,05:30:21,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Some late-breaking issues with 10.4. We’re deploying a patch to internal beta vehicles around 3am tomorrow. If that goes well, we may be able to release 10.4 to external beta vehicles on Sunday. Many good improvements.",en,[],[],[],665,526,9247,[],[],https://twitter.com/elonmusk/status/1456796062593781761,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1456633987808563207,1456397226591363078,2021-11-05 18:46:20 Arabian Standard Time,2021-11-05,18:46:20,+0400,44196397,elonmusk,Elon Musk,,@dogeofficialceo @BillyM2k 🤣,und,[],[],[],612,213,4226,[],[],https://twitter.com/elonmusk/status/1456633987808563207,False,,0,,,,,,,,"[{'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin 🇺🇦 🦊', 'id': '1355945100216573952'}, {'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1456383656512180230,1456368892587253766,2021-11-05 02:11:36 Arabian Standard Time,2021-11-05,02:11:36,+0400,44196397,elonmusk,Elon Musk,,@RealSkyWatcher @thesheetztweetz 🤣🤣,und,[],[],[],503,113,2340,[],[],https://twitter.com/elonmusk/status/1456383656512180230,False,,0,,,,,,,,"[{'screen_name': 'RealSkyWatcher', 'name': 'SkyWatcher', 'id': '1164004907839557633'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1456373226326700032,1456364288839491585,2021-11-05 01:30:09 Arabian Standard Time,2021-11-05,01:30:09,+0400,44196397,elonmusk,Elon Musk,,@DrEliDavid Seems that way. Publishing their transaction ledger would clarify matters.,en,[],[],[],1573,3424,44269,[],[],https://twitter.com/elonmusk/status/1456373226326700032,False,,0,,,,,,,,"[{'screen_name': 'DrEliDavid', 'name': 'Dr. Eli David', 'id': '801203059359678464'}]",,,, +1456341817407025152,1456049679355957253,2021-11-04 23:25:21 Arabian Standard Time,2021-11-04,23:25:21,+0400,44196397,elonmusk,Elon Musk,,@Jon4Lakers @Tesla We will post finer-grained details of software improvements going forward,en,[],[],[],386,207,5838,[],[],https://twitter.com/elonmusk/status/1456341817407025152,False,,0,,,,,,,,"[{'screen_name': 'Jon4Lakers', 'name': 'Jon Rettinger', 'id': '15661911'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1456341151867363330,1456049679355957253,2021-11-04 23:22:42 Arabian Standard Time,2021-11-04,23:22:42,+0400,44196397,elonmusk,Elon Musk,,@koolio @Jon4Lakers @Tesla Exactly. Improved memory will cause predictions to converge & reduce jitter.,en,[],[],[],285,136,2910,[],[],https://twitter.com/elonmusk/status/1456341151867363330,False,,0,,,,,,,,"[{'screen_name': 'koolio', 'name': 'Calvin', 'id': '1240841'}, {'screen_name': 'Jon4Lakers', 'name': 'Jon Rettinger', 'id': '15661911'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1456325484199956485,1456318356399796233,2021-11-04 22:20:27 Arabian Standard Time,2021-11-04,22:20:27,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Hype^Hype,no,[],[],[],2993,1882,28371,[],[],https://twitter.com/elonmusk/status/1456325484199956485,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1456296880464351245,1456154523609796611,2021-11-04 20:26:47 Arabian Standard Time,2021-11-04,20:26:47,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @Writer_01001101 In the future, any Tesla you use will automatically sync to your preferences",en,[],[],[],1514,1035,20604,[],[],https://twitter.com/elonmusk/status/1456296880464351245,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'Writer_01001101', 'name': 'Maria Merano', 'id': '1340818480925294592'}]",,,, +1456275627221393409,1456269808811405317,2021-11-04 19:02:20 Arabian Standard Time,2021-11-04,19:02:20,+0400,44196397,elonmusk,Elon Musk,,@thesheetztweetz https://t.co/deqktTvS3U,und,[],[],['https://pbs.twimg.com/media/FDW69wMVgAEds6Z.jpg'],2399,4075,88737,[],[],https://twitter.com/elonmusk/status/1456275627221393409,False,,1,https://pbs.twimg.com/media/FDW69wMVgAEds6Z.jpg,,,,,,,[],,,, +1456268365375283213,1456049679355957253,2021-11-04 18:33:29 Arabian Standard Time,2021-11-04,18:33:29,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 @Jon4Lakers @Tesla Probable,en,[],[],[],330,110,2726,[],[],https://twitter.com/elonmusk/status/1456268365375283213,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'Jon4Lakers', 'name': 'Jon Rettinger', 'id': '15661911'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1456263818271592450,1456049679355957253,2021-11-04 18:15:25 Arabian Standard Time,2021-11-04,18:15:25,+0400,44196397,elonmusk,Elon Musk,,@Jon4Lakers @Tesla Neural net upgrades coming that improve persistence across time & space (better object permanence),en,[],[],[],1023,1113,32557,[],[],https://twitter.com/elonmusk/status/1456263818271592450,False,,0,,,,,,,,"[{'screen_name': 'Jon4Lakers', 'name': 'Jon Rettinger', 'id': '15661911'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1456141388471484416,1455936530573262854,2021-11-04 10:08:55 Arabian Standard Time,2021-11-04,10:08:55,+0400,44196397,elonmusk,Elon Musk,,@alp_cp @GerberKawasaki 🧐,und,[],[],[],697,205,4752,[],[],https://twitter.com/elonmusk/status/1456141388471484416,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1456138892864851968,1456123055797727232,2021-11-04 09:59:00 Arabian Standard Time,2021-11-04,09:59:00,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Cool :),en,[],[],[],316,180,4351,[],[],https://twitter.com/elonmusk/status/1456138892864851968,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1456001087312388102,1455936530573262854,2021-11-04 00:51:25 Arabian Standard Time,2021-11-04,00:51:25,+0400,44196397,elonmusk,Elon Musk,,@GerberKawasaki Not yet. They should just post their transaction ledger. Must be somewhere.,en,[],[],[],3735,4201,68028,[],[],https://twitter.com/elonmusk/status/1456001087312388102,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1455980193647108097,1455800444505178112,2021-11-03 23:28:23 Arabian Standard Time,2021-11-03,23:28:23,+0400,44196397,elonmusk,Elon Musk,,And Mars https://t.co/geLbxjAlsw,en,[],['https://mars.nasa.gov/mars-exploration/missions/viking-1-2/'],[],8112,3042,48501,[],[],https://twitter.com/elonmusk/status/1455980193647108097,False,,0,,,,,,,,[],,,, +1455969747061940225,1455800444505178112,2021-11-03 22:46:52 Arabian Standard Time,2021-11-03,22:46:52,+0400,44196397,elonmusk,Elon Musk,,@robxlynx Haha true,tl,[],[],[],422,213,3319,[],[],https://twitter.com/elonmusk/status/1455969747061940225,False,,0,,,,,,,,"[{'screen_name': 'robxlynx', 'name': 'Rob S', 'id': '253034640'}]",,,, +1455962808173174793,1455955815609913350,2021-11-03 22:19:18 Arabian Standard Time,2021-11-03,22:19:18,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k So are tunnels,en,[],[],[],3882,1858,53630,[],[],https://twitter.com/elonmusk/status/1455962808173174793,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1455800444505178112,1455800444505178112,2021-11-03 11:34:08 Arabian Standard Time,2021-11-03,11:34:08,+0400,44196397,elonmusk,Elon Musk,,"Yup, even the moon https://t.co/o9GrgL4hpe",en,[],[],['https://pbs.twimg.com/media/FDQKyeeXsAAk09-.jpg'],40709,30196,372543,[],[],https://twitter.com/elonmusk/status/1455800444505178112,False,,1,https://pbs.twimg.com/media/FDQKyeeXsAAk09-.jpg,,,,,,,[],,,, +1455686318927790084,1455671073995845635,2021-11-03 04:00:38 Arabian Standard Time,2021-11-03,04:00:38,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k ☺️,und,[],[],[],1266,1060,11318,[],[],https://twitter.com/elonmusk/status/1455686318927790084,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1455686205920657409,1455671073995845635,2021-11-03 04:00:11 Arabian Standard Time,2021-11-03,04:00:11,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 👏,und,[],[],[],732,797,9481,[],[],https://twitter.com/elonmusk/status/1455686205920657409,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1455670543848460296,1455670457328300037,2021-11-03 02:57:57 Arabian Standard Time,2021-11-03,02:57:57,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV !,und,[],[],[],425,204,4981,[],[],https://twitter.com/elonmusk/status/1455670543848460296,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1455634905870786564,1455620823562153986,2021-11-03 00:36:20 Arabian Standard Time,2021-11-03,00:36:20,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k How about my lil doge Floki? He would make a great CEO! His judgment is 🤌.,en,[],[],[],5763,4616,25497,[],[],https://twitter.com/elonmusk/status/1455634905870786564,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1455626500443709445,1455621736267804672,2021-11-03 00:02:56 Arabian Standard Time,2021-11-03,00:02:56,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com What they are doing is just not right,en,[],[],[],899,374,6816,[],[],https://twitter.com/elonmusk/status/1455626500443709445,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1455625961643380741,1455621736267804672,2021-11-03 00:00:48 Arabian Standard Time,2021-11-03,00:00:48,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com sigh,en,[],[],[],1066,415,14440,[],[],https://twitter.com/elonmusk/status/1455625961643380741,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1455621267017682944,1455620823562153986,2021-11-02 23:42:08 Arabian Standard Time,2021-11-02,23:42:08,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Me!,und,[],[],[],4022,3895,48216,[],[],https://twitter.com/elonmusk/status/1455621267017682944,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1455420098798395392,1455205064407126019,2021-11-02 10:22:46 Arabian Standard Time,2021-11-02,10:22:46,+0400,44196397,elonmusk,Elon Musk,,@arstechnica 💯,und,[],[],[],1279,662,15557,[],[],https://twitter.com/elonmusk/status/1455420098798395392,False,,0,,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}]",,,, +1455351085170823169,1455268419264122882,2021-11-02 05:48:32 Arabian Standard Time,2021-11-02,05:48:32,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV You’re welcome! If any of this is based on Hertz, I’d like to emphasize that no contract has been signed yet. Tesla has far more demand than production, therefore we will only sell cars to Hertz for the same margin as to consumers. Hertz deal has zero effect on our economics.",en,[],[],[],2223,2501,42199,[],[],https://twitter.com/elonmusk/status/1455351085170823169,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1455327010302087173,1455327010302087173,2021-11-02 04:12:52 Arabian Standard Time,2021-11-02,04:12:52,+0400,44196397,elonmusk,Elon Musk,,Humankind 煮豆燃豆萁 豆在釜中泣 本是同根生 相煎何太急,ja,[],[],[],37662,24891,198076,[],[],https://twitter.com/elonmusk/status/1455327010302087173,False,,0,,,,,,,,[],,,, +1455264663810232331,1455238042885640192,2021-11-02 00:05:08 Arabian Standard Time,2021-11-02,00:05:08,+0400,44196397,elonmusk,Elon Musk,,@HardcoreHistory Almost finished Jünger’s Storm of Steel. Intense. Great book.,da,[],[],[],1651,795,9806,[],[],https://twitter.com/elonmusk/status/1455264663810232331,False,,0,,,,,,,,"[{'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +1455246526721179659,1455239669898092547,2021-11-01 22:53:03 Arabian Standard Time,2021-11-01,22:53:03,+0400,44196397,elonmusk,Elon Musk,,"@shiraeis @BillyM2k It’s simulations all the way down, until eventually it’s just 1 bit",en,[],[],[],962,358,5169,[],[],https://twitter.com/elonmusk/status/1455246526721179659,False,,0,,,,,,,,"[{'screen_name': 'shiraeis', 'name': 'shira', 'id': '731595021950976000'}, {'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1455244610310131718,1455239669898092547,2021-11-01 22:45:26 Arabian Standard Time,2021-11-01,22:45:26,+0400,44196397,elonmusk,Elon Musk,,"@BillyM2k - Everything on the Internet is true! - Externalize responsibility! - If you are able to do this, buy crypto!",en,[],[],[],2347,2908,19884,[],[],https://twitter.com/elonmusk/status/1455244610310131718,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1455242847381245961,1455231175320956928,2021-11-01 22:38:26 Arabian Standard Time,2021-11-01,22:38:26,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX Absolutely,en,[],[],[],2526,1030,37448,[],[],https://twitter.com/elonmusk/status/1455242847381245961,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1455233931880587267,1394728832985358342,2021-11-01 22:03:00 Arabian Standard Time,2021-11-01,22:03:00,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy @adamhoov @Forbes He talks like an NPC with a limited dialogue tree,en,[],[],[],685,574,7978,[],[],https://twitter.com/elonmusk/status/1455233931880587267,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'adamhoov', 'name': 'adam', 'id': '1473694166425251841'}, {'screen_name': 'Forbes', 'name': 'Forbes', 'id': '91478624'}]",,,, +1455211115185647631,1394728832985358342,2021-11-01 20:32:21 Arabian Standard Time,2021-11-01,20:32:21,+0400,44196397,elonmusk,Elon Musk,,@dogeofficialceo @Forbes 🤣,und,[],[],[],392,321,7192,[],[],https://twitter.com/elonmusk/status/1455211115185647631,False,,0,,,,,,,,"[{'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin 🇺🇦 🦊', 'id': '1355945100216573952'}, {'screen_name': 'Forbes', 'name': 'Forbes', 'id': '91478624'}]",,,, +1455211039482646541,1394728832985358342,2021-11-01 20:32:02 Arabian Standard Time,2021-11-01,20:32:02,+0400,44196397,elonmusk,Elon Musk,,@adamhoov @Forbes Srsly,en,[],[],[],164,114,3308,[],[],https://twitter.com/elonmusk/status/1455211039482646541,False,,0,,,,,,,,"[{'screen_name': 'adamhoov', 'name': 'adam', 'id': '1473694166425251841'}, {'screen_name': 'Forbes', 'name': 'Forbes', 'id': '91478624'}]",,,, +1455207700397182985,1394728832985358342,2021-11-01 20:18:46 Arabian Standard Time,2021-11-01,20:18:46,+0400,44196397,elonmusk,Elon Musk,,@Forbes He looks good even for a 200-year-old!,en,[],[],[],801,902,12421,[],[],https://twitter.com/elonmusk/status/1455207700397182985,False,,0,,,,,,,,"[{'screen_name': 'Forbes', 'name': 'Forbes', 'id': '91478624'}]",,,, +1455205253897506822,1394728832985358342,2021-11-01 20:09:03 Arabian Standard Time,2021-11-01,20:09:03,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @Forbes Both of those factories failed & shut down long ago. Strange thing to brag about.,en,[],[],[],261,415,6542,[],[],https://twitter.com/elonmusk/status/1455205253897506822,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'Forbes', 'name': 'Forbes', 'id': '91478624'}]",,,, +1455202981700415493,1394728832985358342,2021-11-01 20:00:01 Arabian Standard Time,2021-11-01,20:00:01,+0400,44196397,elonmusk,Elon Musk,,@Forbes Literally can’t tell if this is real or deep fake 🤣🤣🤣,en,[],[],[],453,461,7047,[],[],https://twitter.com/elonmusk/status/1455202981700415493,False,,0,,,,,,,,"[{'screen_name': 'Forbes', 'name': 'Forbes', 'id': '91478624'}]",,,, +1455202601453166600,1455171692842700800,2021-11-01 19:58:31 Arabian Standard Time,2021-11-01,19:58:31,+0400,44196397,elonmusk,Elon Musk,,@MartinKulldorff @joerogan @DrJBhattacharya Should be a term limit for these appointees,en,[],[],[],896,2533,21454,[],[],https://twitter.com/elonmusk/status/1455202601453166600,False,,0,,,,,,,,"[{'screen_name': 'MartinKulldorff', 'name': 'Martin Kulldorff', 'id': '2521469449'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'DrJBhattacharya', 'name': 'Jay Bhattacharya', 'id': '1427361863830949908'}]",,,, +1455190964516139012,1455036814180421633,2021-11-01 19:12:16 Arabian Standard Time,2021-11-01,19:12:16,+0400,44196397,elonmusk,Elon Musk,,@silverph @ring @TOCNYS @Tesla @TeslaNY 🤣,und,[],[],[],221,121,4093,[],[],https://twitter.com/elonmusk/status/1455190964516139012,False,,0,,,,,,,,"[{'screen_name': 'silverph', 'name': 'Silverph_NY_Tesla', 'id': '776044'}, {'screen_name': 'ring', 'name': 'Ring', 'id': '2712835158'}, {'screen_name': 'TOCNYS', 'name': 'Tesla Owners Club New York State', 'id': '1007405905971949568'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}]",,,, +1455186850155479048,1455186850155479048,2021-11-01 18:55:55 Arabian Standard Time,2021-11-01,18:55:55,+0400,44196397,elonmusk,Elon Musk,,Trial program for opening Tesla Superchargers to other EVs has begun,en,[],[],[],8438,6038,81752,[],[],https://twitter.com/elonmusk/status/1455186850155479048,False,https://twitter.com/TeslaCharging/status/1455164471148613634,0,,,,,,,,[],,,, +1455014433864957961,1454995853245095941,2021-11-01 07:30:48 Arabian Standard Time,2021-11-01,07:30:48,+0400,44196397,elonmusk,Elon Musk,,@SpacePadreIsle Thanks!,en,[],[],[],737,360,11869,[],[],https://twitter.com/elonmusk/status/1455014433864957961,False,,0,,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}]",,,, +1454966640534343680,1454956982281011201,2021-11-01 04:20:53 Arabian Standard Time,2021-11-01,04:20:53,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com Sanjay deserves a lot of credit for making X/PayPal succeed. Now helping SpaceX serve rural communities in India. Much respect.,en,[],[],[],925,1227,18963,[],[],https://twitter.com/elonmusk/status/1454966640534343680,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1454951269504888838,1454646864800739341,2021-11-01 03:19:48 Arabian Standard Time,2021-11-01,03:19:48,+0400,44196397,elonmusk,Elon Musk,,@ashleevance 🤣,und,[],[],[],1062,538,19199,[],[],https://twitter.com/elonmusk/status/1454951269504888838,False,,0,,,,,,,,"[{'screen_name': 'ashleevance', 'name': 'Ashlee Vance', 'id': '81961201'}]",,,, +1454933533814927365,1454372185884270592,2021-11-01 02:09:20 Arabian Standard Time,2021-11-01,02:09:20,+0400,44196397,elonmusk,Elon Musk,,"@garycruz @truth_tesla @zshahan3 @garyblack00 @WholeMarsBlog @SawyerMerritt Yup, 2nd UAW president in a row. Unlikely to be the last.",en,[],[],[],390,292,4881,[],[],https://twitter.com/elonmusk/status/1454933533814927365,False,,0,,,,,,,,"[{'screen_name': 'garycruz', 'name': 'garycruz', 'id': '14217238'}, {'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}, {'screen_name': 'zshahan3', 'name': 'Zachary Shahan', 'id': '60840767'}, {'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1454930023966773249,1454475769200185349,2021-11-01 01:55:23 Arabian Standard Time,2021-11-01,01:55:23,+0400,44196397,elonmusk,Elon Musk,,@WFPChief @DrEliDavid What happened here? https://t.co/WWfbZURtdh,en,[],['https://www.express.co.uk/news/world/627783/Starving-children-as-young-as-NINE-forced-to-give-UN-officials-oral-sex-to-get-food/amp'],[],2346,7629,38849,[],[],https://twitter.com/elonmusk/status/1454930023966773249,False,,0,,,,,,,,"[{'screen_name': 'WFPChief', 'name': 'David Beasley', 'id': '849183802777882624'}, {'screen_name': 'DrEliDavid', 'name': 'Dr. Eli David', 'id': '801203059359678464'}]",,,, +1454929736799490048,1454372185884270592,2021-11-01 01:54:15 Arabian Standard Time,2021-11-01,01:54:15,+0400,44196397,elonmusk,Elon Musk,,@truth_tesla @zshahan3 @garyblack00 @WholeMarsBlog @SawyerMerritt https://t.co/WAWkkEMvS5,und,[],['https://amp.detroitnews.com/amp/5268600002'],[],158,304,3407,[],[],https://twitter.com/elonmusk/status/1454929736799490048,False,,0,,,,,,,,"[{'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}, {'screen_name': 'zshahan3', 'name': 'Zachary Shahan', 'id': '60840767'}, {'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1454929058706432002,1454372185884270592,2021-11-01 01:51:33 Arabian Standard Time,2021-11-01,01:51:33,+0400,44196397,elonmusk,Elon Musk,,@truth_tesla @zshahan3 @garyblack00 @WholeMarsBlog @SawyerMerritt https://t.co/DxY57KUcmf,und,[],['https://www.chicagotribune.com/opinion/commentary/ct-perspec-ford-sexual-harassment-uaw-union-0111-20180109-story.html'],[],137,290,3329,[],[],https://twitter.com/elonmusk/status/1454929058706432002,False,,0,,,,,,,,"[{'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}, {'screen_name': 'zshahan3', 'name': 'Zachary Shahan', 'id': '60840767'}, {'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1454926841467256835,1454372185884270592,2021-11-01 01:42:44 Arabian Standard Time,2021-11-01,01:42:44,+0400,44196397,elonmusk,Elon Musk,,@truth_tesla @zshahan3 @garyblack00 @WholeMarsBlog @SawyerMerritt Biden is a UAW 🧦 puppet,en,[],[],[],1196,1229,7583,[],[],https://twitter.com/elonmusk/status/1454926841467256835,False,,0,,,,,,,,"[{'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}, {'screen_name': 'zshahan3', 'name': 'Zachary Shahan', 'id': '60840767'}, {'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1454921466500222977,1454475769200185349,2021-11-01 01:21:23 Arabian Standard Time,2021-11-01,01:21:23,+0400,44196397,elonmusk,Elon Musk,,@WFPChief @DrEliDavid Please publish your current & proposed spending in detail so people can see exactly where money goes. Sunlight is a wonderful thing.,en,[],[],[],2327,8540,66472,[],[],https://twitter.com/elonmusk/status/1454921466500222977,False,,0,,,,,,,,"[{'screen_name': 'WFPChief', 'name': 'David Beasley', 'id': '849183802777882624'}, {'screen_name': 'DrEliDavid', 'name': 'Dr. Eli David', 'id': '801203059359678464'}]",,,, +1454920409212669954,1454895619462606851,2021-11-01 01:17:11 Arabian Standard Time,2021-11-01,01:17:11,+0400,44196397,elonmusk,Elon Musk,,"@SawyerMerritt @Tesla By definition, since I own ~20% of Tesla, ~80% of stock gains necessarily went to investors & employees!",en,[],[],[],992,1543,27607,[],[],https://twitter.com/elonmusk/status/1454920409212669954,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1454894791444111360,1454814972190539778,2021-10-31 23:35:23 Arabian Standard Time,2021-10-31,23:35:23,+0400,44196397,elonmusk,Elon Musk,,"@ZaidJilani @joerogan @FoxNews Austin should be its city, not a San Francisco copycat",en,[],[],[],818,610,7826,[],[],https://twitter.com/elonmusk/status/1454894791444111360,False,,0,,,,,,,,"[{'screen_name': 'ZaidJilani', 'name': 'Zaid Jilani', 'id': '66533920'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'FoxNews', 'name': 'Fox News', 'id': '1367531'}]",,,, +1454877647310397442,1454691133720707077,2021-10-31 22:27:16 Arabian Standard Time,2021-10-31,22:27:16,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k ♥️♥️♥️,und,[],[],[],1766,1599,20569,[],[],https://twitter.com/elonmusk/status/1454877647310397442,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1454876031232380928,1453954994546229253,2021-10-31 22:20:50 Arabian Standard Time,2021-10-31,22:20:50,+0400,44196397,elonmusk,Elon Musk,,Tuition is in Dogecoin & u get a discount if u have a dog,en,[],[],[],25890,22062,241960,[],[],https://twitter.com/elonmusk/status/1454876031232380928,False,,0,,,,,,,,[],,,, +1454809318356750337,1454475769200185349,2021-10-31 17:55:45 Arabian Standard Time,2021-10-31,17:55:45,+0400,44196397,elonmusk,Elon Musk,,"@DrEliDavid But it must be open source accounting, so the public sees precisely how the money is spent.",en,[],[],[],5541,16741,163941,[],[],https://twitter.com/elonmusk/status/1454809318356750337,False,,0,,,,,,,,"[{'screen_name': 'DrEliDavid', 'name': 'Dr. Eli David', 'id': '801203059359678464'}]",,,, +1454808104256737289,1454475769200185349,2021-10-31 17:50:55 Arabian Standard Time,2021-10-31,17:50:55,+0400,44196397,elonmusk,Elon Musk,,"@DrEliDavid If WFP can describe on this Twitter thread exactly how $6B will solve world hunger, I will sell Tesla stock right now and do it.",en,[],[],[],13288,58876,332993,[],[],https://twitter.com/elonmusk/status/1454808104256737289,False,,0,,,,,,,,"[{'screen_name': 'DrEliDavid', 'name': 'Dr. Eli David', 'id': '801203059359678464'}]",,,, +1454610184979075079,1454562965173252098,2021-10-31 04:44:28 Arabian Standard Time,2021-10-31,04:44:28,+0400,44196397,elonmusk,Elon Musk,,@ErcXspace @NASASpaceflight Pretty close,en,[],[],[],825,312,7631,[],[],https://twitter.com/elonmusk/status/1454610184979075079,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1454610032679600129,1454396693818929159,2021-10-31 04:43:51 Arabian Standard Time,2021-10-31,04:43:51,+0400,44196397,elonmusk,Elon Musk,,"@hsumacher @Tesla Indeed. The factory was empty at the time, stripped of all equipment that wasn’t worth even its scrap value. But we salvaged what was left & fixed up the old machines so some could work again.",en,[],[],[],695,813,22719,[],[],https://twitter.com/elonmusk/status/1454610032679600129,False,,0,,,,,,,,"[{'screen_name': 'hsumacher', 'name': 'Michael Hsu', 'id': '133576469'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1454320303190863872,1454280087965032453,2021-10-30 09:32:34 Arabian Standard Time,2021-10-30,09:32:34,+0400,44196397,elonmusk,Elon Musk,,@PPathole 🤣,und,[],[],[],1300,483,16434,[],[],https://twitter.com/elonmusk/status/1454320303190863872,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1454268228490850309,1453819006570405888,2021-10-30 06:05:39 Arabian Standard Time,2021-10-30,06:05:39,+0400,44196397,elonmusk,Elon Musk,,@nichegamer https://t.co/OtHRWEbDeq,und,[],[],['https://pbs.twimg.com/media/FC6ZPt0VEAMwTQd.jpg'],1240,2156,18186,[],[],https://twitter.com/elonmusk/status/1454268228490850309,False,,1,https://pbs.twimg.com/media/FC6ZPt0VEAMwTQd.jpg,,,,,,,[],,,, +1454263742061957121,1454168425673199617,2021-10-30 05:47:49 Arabian Standard Time,2021-10-30,05:47:49,+0400,44196397,elonmusk,Elon Musk,,@Helloimmorgan What gave it away!?,en,[],[],[],1587,851,27861,[],[],https://twitter.com/elonmusk/status/1454263742061957121,False,,0,,,,,,,,"[{'screen_name': 'Helloimmorgan', 'name': 'Morgan Taylor 💎 🇦🇲', 'id': '128463721'}]",,,, +1454253531968507904,1454088937044074501,2021-10-30 05:07:15 Arabian Standard Time,2021-10-30,05:07:15,+0400,44196397,elonmusk,Elon Musk,,@InsideEVs Thanks on behalf of Tesla,en,[],[],[],613,425,11285,[],[],https://twitter.com/elonmusk/status/1454253531968507904,False,,0,,,,,,,,"[{'screen_name': 'InsideEVs', 'name': 'InsideEVs', 'id': '568621669'}]",,,, +1454131673172480005,1454099707488346112,2021-10-29 21:03:02 Arabian Standard Time,2021-10-29,21:03:02,+0400,44196397,elonmusk,Elon Musk,,"@kimpaquette Unfortunately, yes",en,[],[],[],916,356,11394,[],[],https://twitter.com/elonmusk/status/1454131673172480005,False,,0,,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄 🦊 🇺🇦 ☮️ 🕊', 'id': '258602317'}]",,,, +1454130330265341952,1454100934213185536,2021-10-29 20:57:41 Arabian Standard Time,2021-10-29,20:57:41,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU “A culture of corruption” – his words,en,[],[],[],380,341,4900,[],[],https://twitter.com/elonmusk/status/1454130330265341952,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️', 'id': '959471389282578432'}]",,,, +1454130033132507139,1454100934213185536,2021-10-29 20:56:30 Arabian Standard Time,2021-10-29,20:56:30,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU https://t.co/xtiaBEY9Rw,und,[],['https://www.cnbc.com/amp/2021/06/10/second-uaw-president-sentenced-to-prison-in-union-corruption-probe.html'],[],253,373,3487,[],[],https://twitter.com/elonmusk/status/1454130033132507139,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}]",,,, +1454117500803747843,1453954994546229253,2021-10-29 20:06:43 Arabian Standard Time,2021-10-29,20:06:43,+0400,44196397,elonmusk,Elon Musk,,"@KingManninen Nope, T is def first",en,[],[],[],1252,525,27280,[],[],https://twitter.com/elonmusk/status/1454117500803747843,False,,0,,,,,,,,"[{'screen_name': 'KingManninen', 'name': 'Anssi H. Manninen', 'id': '1249638080367247360'}]",,,, +1454115829193261062,1454060379210878980,2021-10-29 20:00:04 Arabian Standard Time,2021-10-29,20:00:04,+0400,44196397,elonmusk,Elon Musk,,@ray4tesla “Tesla Hertz Shorts”,eu,[],[],[],1202,1212,23876,[],[],https://twitter.com/elonmusk/status/1454115829193261062,False,,0,,,,,,,,"[{'screen_name': 'ray4tesla', 'name': 'Ray4Tesla⚡️🚘☀️🔋', 'id': '959168599519764480'}]",,,, +1453973981195685890,1453954994546229253,2021-10-29 10:36:25 Arabian Standard Time,2021-10-29,10:36:25,+0400,44196397,elonmusk,Elon Musk,,Universally admired,en,[],[],[],5349,3583,134909,[],[],https://twitter.com/elonmusk/status/1453973981195685890,False,,0,,,,,,,,[],,,, +1453973728300134416,1453954994546229253,2021-10-29 10:35:25 Arabian Standard Time,2021-10-29,10:35:25,+0400,44196397,elonmusk,Elon Musk,,@stevenmarkryan Obv,und,[],[],[],780,463,24151,[],[],https://twitter.com/elonmusk/status/1453973728300134416,False,,0,,,,,,,,"[{'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}]",,,, +1453973348950568978,1453819006570405888,2021-10-29 10:33:54 Arabian Standard Time,2021-10-29,10:33:54,+0400,44196397,elonmusk,Elon Musk,,@nichegamer That would rock,en,[],[],[],313,148,3585,[],[],https://twitter.com/elonmusk/status/1453973348950568978,False,,0,,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1453955363263291394,1453954994546229253,2021-10-29 09:22:26 Arabian Standard Time,2021-10-29,09:22:26,+0400,44196397,elonmusk,Elon Musk,,It will have epic merch,en,[],[],[],6498,5743,192810,[],[],https://twitter.com/elonmusk/status/1453955363263291394,False,,0,,,,,,,,[],,,, +1453954994546229253,1453954994546229253,2021-10-29 09:20:58 Arabian Standard Time,2021-10-29,09:20:58,+0400,44196397,elonmusk,Elon Musk,,Am thinking of starting new university: Texas Institute of Technology & Science,en,[],[],[],55388,54399,625839,[],[],https://twitter.com/elonmusk/status/1453954994546229253,False,,0,,,,,,,,[],,,, +1453952826846035974,1453655277870272513,2021-10-29 09:12:21 Arabian Standard Time,2021-10-29,09:12:21,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 We are so fluffy compared to a neutron star,en,[],[],[],640,346,8587,[],[],https://twitter.com/elonmusk/status/1453952826846035974,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1453925846662660097,1453796595242176532,2021-10-29 07:25:09 Arabian Standard Time,2021-10-29,07:25:09,+0400,44196397,elonmusk,Elon Musk,,@billhuang688 @daelmor 🤣,und,[],[],[],710,371,13811,[],[],https://twitter.com/elonmusk/status/1453925846662660097,False,,0,,,,,,,,"[{'screen_name': 'billhuang688', 'name': '𝐁𝐨𝐠𝐮𝐬𝐓𝐡𝐨𝐮𝐠𝐡𝐭 - TITS, Texas', 'id': '1266489338675646464'}, {'screen_name': 'daelmor', 'name': '𝔇𝔞𝔫𝔞 🇺🇦🦊', 'id': '97552785'}]",,,, +1453918742723928066,1453778897301037057,2021-10-29 06:56:55 Arabian Standard Time,2021-10-29,06:56:55,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt We basically stole our product roadmap from Spaceballs,en,[],[],[],1353,1101,24024,[],[],https://twitter.com/elonmusk/status/1453918742723928066,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1453852886933377028,1453737559800967168,2021-10-29 02:35:14 Arabian Standard Time,2021-10-29,02:35:14,+0400,44196397,elonmusk,Elon Musk,,@cnunezimages @SpaceX @SpaceIntellige3 Gateway to Mars,en,[],[],[],1349,705,11970,[],[],https://twitter.com/elonmusk/status/1453852886933377028,False,,0,,,,,,,,"[{'screen_name': 'cnunezimages', 'name': 'carlos', 'id': '1245450013813223424'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceIntellige3', 'name': 'Space Intelligence', 'id': '1206315683056771072'}]",,,, +1453839051379724289,1453795961063477252,2021-10-29 01:40:15 Arabian Standard Time,2021-10-29,01:40:15,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 💯,und,[],[],[],2832,2111,46490,[],[],https://twitter.com/elonmusk/status/1453839051379724289,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1453777574627352580,1453708545413758982,2021-10-28 21:35:58 Arabian Standard Time,2021-10-28,21:35:58,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @Teslarati @ResidentSponge Tesla always pays its debts,en,[],[],[],906,633,7597,[],[],https://twitter.com/elonmusk/status/1453777574627352580,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1453777128240160772,1453685476431470601,2021-10-28 21:34:11 Arabian Standard Time,2021-10-28,21:34:11,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Cover story for Godzilla obv,en,[],[],[],2150,1138,12381,[],[],https://twitter.com/elonmusk/status/1453777128240160772,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1453767462886023172,1453496739562934280,2021-10-28 20:55:47 Arabian Standard Time,2021-10-28,20:55:47,+0400,44196397,elonmusk,Elon Musk,,"@TheBabylonBee “Tax experts said they're not sure if claiming unrealized donations is legal, but admitted it's all very confusing, as the government is printing fake money and taxing nonexistent profits and nothing is real anymore.” 🤣🤣",en,[],[],[],879,2316,17006,[],[],https://twitter.com/elonmusk/status/1453767462886023172,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1453751944393240587,1453724339325472771,2021-10-28 19:54:07 Arabian Standard Time,2021-10-28,19:54:07,+0400,44196397,elonmusk,Elon Musk,,@atNickVega @CNBCMakeIt Thanks for your support over the year @jayleno!,en,"[{'screen_name': 'jayleno', 'name': 'jay leno', 'id': '35859588'}]",[],[],467,348,8610,[],[],https://twitter.com/elonmusk/status/1453751944393240587,False,,0,,,,,,,,"[{'screen_name': 'atNickVega', 'name': 'Nick Vega', 'id': '373599486'}, {'screen_name': 'CNBCMakeIt', 'name': 'CNBC Make It', 'id': '514513113'}]",,,, +1453751634882879489,1453412264736927744,2021-10-28 19:52:53 Arabian Standard Time,2021-10-28,19:52:53,+0400,44196397,elonmusk,Elon Musk,,@ecommerceshares The cemetery of automotive startups over the past century is very large & will get larger. Tesla & Ford are the only American car companies that haven’t gone bankrupt.,en,[],[],[],969,974,18422,[],[],https://twitter.com/elonmusk/status/1453751634882879489,False,,0,,,,,,,,"[{'screen_name': 'ecommerceshares', 'name': 'Wasteland Capital', 'id': '534058408'}]",,,, +1453746735285739527,1453708545413758982,2021-10-28 19:33:25 Arabian Standard Time,2021-10-28,19:33:25,+0400,44196397,elonmusk,Elon Musk,,"@TeslaHype @Teslarati @ResidentSponge Indeed, US taxpayers actually profited from the Tesla loan",en,[],[],[],241,343,4147,[],[],https://twitter.com/elonmusk/status/1453746735285739527,False,,0,,,,,,,,"[{'screen_name': 'TeslaHype', 'name': 'Tesla Hype', 'id': '1311506622821400581'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1453745946395824136,1453708545413758982,2021-10-28 19:30:17 Arabian Standard Time,2021-10-28,19:30:17,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @ResidentSponge GM & Chrysler were bailed out (money never repaid), but Tesla was not. Crucial Tesla investment actually came from Daimler in 2009, from which they did very well. Tesla received govt energy efficiency loan in 2010, by which time capital markets reopened. Loan was repaid early.",en,[],[],[],594,1245,12098,[],[],https://twitter.com/elonmusk/status/1453745946395824136,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1453590715267788803,1453183097667821569,2021-10-28 09:13:27 Arabian Standard Time,2021-10-28,09:13:27,+0400,44196397,elonmusk,Elon Musk,,@wapodavenport My plan is to use the money to get humanity to Mars and preserve the light of consciousness,en,[],[],[],6561,2466,20731,[],[],https://twitter.com/elonmusk/status/1453590715267788803,False,,0,,,,,,,,"[{'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1453505001196826630,1453183097667821569,2021-10-28 03:32:51 Arabian Standard Time,2021-10-28,03:32:51,+0400,44196397,elonmusk,Elon Musk,,"@wapodavenport US Federal Debt/GDP was 56% in 2000, now it is 126% & climbing fast",en,[],[],[],1178,2256,15419,[],[],https://twitter.com/elonmusk/status/1453505001196826630,False,,0,,,,,,,,"[{'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1453500909120544774,1453183097667821569,2021-10-28 03:16:36 Arabian Standard Time,2021-10-28,03:16:36,+0400,44196397,elonmusk,Elon Musk,,@dogeofficialceo @wapodavenport 🤣,und,[],[],[],554,190,4083,[],[],https://twitter.com/elonmusk/status/1453500909120544774,False,,0,,,,,,,,"[{'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin 🇺🇦 🦊', 'id': '1355945100216573952'}, {'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1453479688832180228,1453183097667821569,2021-10-28 01:52:16 Arabian Standard Time,2021-10-28,01:52:16,+0400,44196397,elonmusk,Elon Musk,,"@wapodavenport US national debt is ~$28,900 billion or ~$229k per taxpayer. Even taxing all “billionaires” at 100% would only make a small dent in that number, so obviously the rest must come from the general public. This is basic math. Spending is the real problem. https://t.co/1EwWyqdVsT",en,[],['https://www.usdebtclock.org'],[],3673,7023,34365,[],[],https://twitter.com/elonmusk/status/1453479688832180228,False,,0,,,,,,,,"[{'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1453476798029869056,1453421631573946369,2021-10-28 01:40:47 Arabian Standard Time,2021-10-28,01:40:47,+0400,44196397,elonmusk,Elon Musk,,@tesla_raj 👻,und,[],[],[],553,228,5145,[],[],https://twitter.com/elonmusk/status/1453476798029869056,False,,0,,,,,,,,"[{'screen_name': 'tesla_raj', 'name': 'Tesla Raj', 'id': '1061504849420836865'}]",,,, +1453476666379014154,1453421631573946369,2021-10-28 01:40:16 Arabian Standard Time,2021-10-28,01:40:16,+0400,44196397,elonmusk,Elon Musk,,@tesla_raj You can also talk through the car speaker. Great for practical jokes :),en,[],[],[],1323,1015,32899,[],[],https://twitter.com/elonmusk/status/1453476666379014154,False,,0,,,,,,,,"[{'screen_name': 'tesla_raj', 'name': 'Tesla Raj', 'id': '1061504849420836865'}]",,,, +1453475032253014019,1453281692911865862,2021-10-28 01:33:46 Arabian Standard Time,2021-10-28,01:33:46,+0400,44196397,elonmusk,Elon Musk,,"@jgrano305 @WholeMarsBlog Tentative plan is 98 & above starts uploading Friday afternoon next week. If we see any concerns, uploads will pause while we investigate, so might take a few days before everyone with 98 safety gets beta 10.4. 10.4 improves left turns across fast traffic & stopping for gates.",en,[],[],[],459,213,3173,[],[],https://twitter.com/elonmusk/status/1453475032253014019,False,,0,,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y 🇺🇸🇮🇱', 'id': '817567541371539457'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1453473174453198849,1453281692911865862,2021-10-28 01:26:23 Arabian Standard Time,2021-10-28,01:26:23,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog FSD/AI team is doing great work. Will get superhuman good in upcoming releases. Note, we will slow down upload rate of releases going forward. First from QA fleet to employee cars for a day, then slowly releasing at ~1000 cars/hr to external beta on Friday aft.",en,[],[],[],395,379,5327,[],[],https://twitter.com/elonmusk/status/1453473174453198849,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1453469350367801346,1453467523983319055,2021-10-28 01:11:11 Arabian Standard Time,2021-10-28,01:11:11,+0400,44196397,elonmusk,Elon Musk,,@pinkocat1 @WR4NYGov @RBReich @POTUS 💯,und,[],[],[],243,70,1797,[],[],https://twitter.com/elonmusk/status/1453469350367801346,False,,0,,,,,,,,"[{'screen_name': 'pinkocat1', 'name': 'pinkocat', 'id': '2166506255'}, {'screen_name': 'WR4NYGov', 'name': 'Warren Redlich - Come and Take It - Molon TSLA', 'id': '108365454'}, {'screen_name': 'RBReich', 'name': 'Robert Reich', 'id': '148529707'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}]",,,, +1453460336116477964,1453385948830519303,2021-10-28 00:35:22 Arabian Standard Time,2021-10-28,00:35:22,+0400,44196397,elonmusk,Elon Musk,,"@JayinShanghai That math is incorrect, but still a lot of devices per second! I guess if Tesla can reach 20M cars/year, that would be one every ~1.5 seconds!",en,[],[],[],751,514,10016,[],[],https://twitter.com/elonmusk/status/1453460336116477964,False,,0,,,,,,,,"[{'screen_name': 'JayinShanghai', 'name': 'Jay in Shanghai 🇨🇳', 'id': '1082181922606858241'}]",,,, +1453458800241958916,1453183097667821569,2021-10-28 00:29:16 Arabian Standard Time,2021-10-28,00:29:16,+0400,44196397,elonmusk,Elon Musk,,"@wapodavenport According to their own estimates, this tax only covers ~10% of the $3.5 trillion spending bill. Where will the other 90% come from? The answer is you.",en,[],[],[],1340,3226,18397,[],[],https://twitter.com/elonmusk/status/1453458800241958916,False,,0,,,,,,,,"[{'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1453418189862342660,1453417395310239751,2021-10-27 21:47:54 Arabian Standard Time,2021-10-27,21:47:54,+0400,44196397,elonmusk,Elon Musk,,"@BillyM2k If I send you 2 Doge, will you promise to send me 1 Doge?",en,[],[],[],10861,6227,46910,[],[],https://twitter.com/elonmusk/status/1453418189862342660,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1453166769120612360,1453132652001644551,2021-10-27 05:08:50 Arabian Standard Time,2021-10-27,05:08:50,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV Wow, 13 years ago",en,[],[],[],1187,575,11754,[],[],https://twitter.com/elonmusk/status/1453166769120612360,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1453103146469707776,1453102460759859202,2021-10-27 00:56:02 Arabian Standard Time,2021-10-27,00:56:02,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee I feel like this has happened at Tesla a few times,en,[],[],[],1229,502,13758,[],[],https://twitter.com/elonmusk/status/1453103146469707776,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1453051073019658245,1453027536443686918,2021-10-26 21:29:06 Arabian Standard Time,2021-10-26,21:29:06,+0400,44196397,elonmusk,Elon Musk,,@MorningBrew I kinda like avocado toast & pro level coffee tbh :) Starbase cuisine does an amazing job with those.,en,[],[],[],1233,755,19336,[],[],https://twitter.com/elonmusk/status/1453051073019658245,False,,0,,,,,,,,"[{'screen_name': 'MorningBrew', 'name': 'Morning Brew ☕️', 'id': '3092541736'}]",,,, +1452982405090926600,1452672049323839489,2021-10-26 16:56:15 Arabian Standard Time,2021-10-26,16:56:15,+0400,44196397,elonmusk,Elon Musk,,@QuantaMagazine Another way of saying we’re in a simulation,en,[],[],[],1831,1132,17009,[],[],https://twitter.com/elonmusk/status/1452982405090926600,False,,0,,,,,,,,"[{'screen_name': 'QuantaMagazine', 'name': 'Quanta Magazine', 'id': '860158302'}]",,,, +1452976991196655619,1452961309734096900,2021-10-26 16:34:44 Arabian Standard Time,2021-10-26,16:34:44,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @Tesla Reducing traffic fatalities by 90% seems likely, perhaps ultimately by over 99%",en,[],[],[],521,442,5784,[],[],https://twitter.com/elonmusk/status/1452976991196655619,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1452973100258234371,1452961309734096900,2021-10-26 16:19:16 Arabian Standard Time,2021-10-26,16:19:16,+0400,44196397,elonmusk,Elon Musk,,@Tesla This is more important than it may seem at first,en,[],[],[],1800,1307,25243,[],[],https://twitter.com/elonmusk/status/1452973100258234371,False,,0,,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1452971377225576450,1452886881952321540,2021-10-26 16:12:25 Arabian Standard Time,2021-10-26,16:12:25,+0400,44196397,elonmusk,Elon Musk,,"@LudaLisl @sat1 @Hertz Also, Tesla will soon be a German car manufacturer.",en,[],[],[],500,402,6587,[],[],https://twitter.com/elonmusk/status/1452971377225576450,False,,0,,,,,,,,"[{'screen_name': 'LudaLisl', 'name': 'Lisa G-Punkt 👀❤️🦊🇺🇦', 'id': '28402741'}, {'screen_name': 'sat1', 'name': 'SAT.1', 'id': '114708816'}, {'screen_name': 'Hertz', 'name': 'Hertz', 'id': '18001417'}]",,,, +1452970893785894921,1452886881952321540,2021-10-26 16:10:30 Arabian Standard Time,2021-10-26,16:10:30,+0400,44196397,elonmusk,Elon Musk,,"@LudaLisl @sat1 @Hertz German car manufacturers will rebound strongly. They possess great talent, which will not sit idle.",en,[],[],[],358,245,4701,[],[],https://twitter.com/elonmusk/status/1452970893785894921,False,,0,,,,,,,,"[{'screen_name': 'LudaLisl', 'name': 'Lisa G-Punkt 👀❤️', 'id': '28402741'}, {'screen_name': 'sat1', 'name': 'SAT.1', 'id': '114708816'}, {'screen_name': 'Hertz', 'name': 'Hertz', 'id': '18001417'}]",,,, +1452825101972525060,1452492766936772610,2021-10-26 06:31:11 Arabian Standard Time,2021-10-26,06:31:11,+0400,44196397,elonmusk,Elon Musk,,@CathieDWood But the Bee nails it again 🤣🤣 https://t.co/eTDmxVrYxZ,en,[],['https://babylonbee.com/news/psaki-points-out-that-inflation-doesnt-matter-since-there-are-no-goods-to-purchase-anyway'],[],847,1202,10325,[],[],https://twitter.com/elonmusk/status/1452825101972525060,False,,0,,,,,,,,"[{'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}]",,,, +1452823303186526210,1452799355358953472,2021-10-26 06:24:02 Arabian Standard Time,2021-10-26,06:24:02,+0400,44196397,elonmusk,Elon Musk,,@podcastnotes Who is best at capital allocation – government or entrepreneurs – is indeed what it comes down to. The tricksters will conflate capital allocation with consumption.,en,[],[],[],1900,1697,18968,[],[],https://twitter.com/elonmusk/status/1452823303186526210,False,,0,,,,,,,,"[{'screen_name': 'podcastnotes', 'name': 'Podcast Notes 🗒️', 'id': '3293955223'}]",,,, +1452810533753790472,1452722311937683457,2021-10-26 05:33:17 Arabian Standard Time,2021-10-26,05:33:17,+0400,44196397,elonmusk,Elon Musk,,@JackBox Thanks 😎,en,[],[],[],595,272,9213,[],[],https://twitter.com/elonmusk/status/1452810533753790472,False,,0,,,,,,,,"[{'screen_name': 'JackBox', 'name': 'Jack in the Box', 'id': '18956020'}]",,,, +1452809998375993346,1452744282817933327,2021-10-26 05:31:10 Arabian Standard Time,2021-10-26,05:31:10,+0400,44196397,elonmusk,Elon Musk,,@cnunezimages @SpaceX @SpaceIntellige3 Truth is stranger than fiction,en,[],[],[],276,310,4539,[],[],https://twitter.com/elonmusk/status/1452809998375993346,False,,0,,,,,,,,"[{'screen_name': 'cnunezimages', 'name': 'carlos', 'id': '1245450013813223424'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceIntellige3', 'name': 'Space Intelligence', 'id': '1206315683056771072'}]",,,, +1452794619410927625,1452623498422013955,2021-10-26 04:30:03 Arabian Standard Time,2021-10-26,04:30:03,+0400,44196397,elonmusk,Elon Musk,,"@GerberKawasaki To be clear, cars sold to Hertz have no discount. Same price as to consumers.",en,[],[],[],710,1119,13103,[],[],https://twitter.com/elonmusk/status/1452794619410927625,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1452794178811965450,1452492766936772610,2021-10-26 04:28:18 Arabian Standard Time,2021-10-26,04:28:18,+0400,44196397,elonmusk,Elon Musk,,"@CathieDWood I don’t know about long-term, but short-term we are seeing strong inflationary pressure",en,[],[],[],1726,2269,27972,[],[],https://twitter.com/elonmusk/status/1452794178811965450,False,,0,,,,,,,,"[{'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}]",,,, +1452792781726961668,1452654470932975628,2021-10-26 04:22:45 Arabian Standard Time,2021-10-26,04:22:45,+0400,44196397,elonmusk,Elon Musk,,"@RichardMcCrackn @RonWyden @JeffBezos Exactly. Eventually, they run out of other people’s money and then they come for you.",en,[],[],[],3476,2026,14354,[],[],https://twitter.com/elonmusk/status/1452792781726961668,False,,0,,,,,,,,"[{'screen_name': 'RichardMcCrackn', 'name': 'Rick McCracken 💧,💧', 'id': '437745089'}, {'screen_name': 'RonWyden', 'name': 'Ron Wyden', 'id': '250188760'}, {'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}]",,,, +1452729527537442821,1452697015889104902,2021-10-26 00:11:24 Arabian Standard Time,2021-10-26,00:11:24,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @KlenderJoey I’d like to express appreciation to Tesla Autopilot engineering & QA for working round the clock all weekend to resolve the problem,en,[],[],[],451,555,9560,[],[],https://twitter.com/elonmusk/status/1452729527537442821,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1452729138758963203,1452697015889104902,2021-10-26 00:09:51 Arabian Standard Time,2021-10-26,00:09:51,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @KlenderJoey Sorry to Tesla beta users for the trouble! Issue turned out to be power saving mode interacting with FSD. Our internal QA fleet didn’t see this, because cars are constantly in use, so very rarely enter power saving mode. Internal QA will obv test this case going forward.",en,[],[],[],439,448,9088,[],[],https://twitter.com/elonmusk/status/1452729138758963203,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1452727731452588041,1452623498422013955,2021-10-26 00:04:16 Arabian Standard Time,2021-10-26,00:04:16,+0400,44196397,elonmusk,Elon Musk,,"@GerberKawasaki Strange that moved valuation, as Tesla is very much a production ramp problem, not a demand problem",en,[],[],[],1182,989,21217,[],[],https://twitter.com/elonmusk/status/1452727731452588041,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1452726479649914889,1452726479649914889,2021-10-25 23:59:17 Arabian Standard Time,2021-10-25,23:59:17,+0400,44196397,elonmusk,Elon Musk,,Wild $T1mes!,en,[],[],[],30100,22372,256587,[],[],https://twitter.com/elonmusk/status/1452726479649914889,False,,0,,,,,,,,[],,,, +1452725026227167236,1452497275893305344,2021-10-25 23:53:31 Arabian Standard Time,2021-10-25,23:53:31,+0400,44196397,elonmusk,Elon Musk,,"@coach23life @SawyerMerritt Indeed, this is intended to be useful advice, based on my extremely painful experience, not an attack in any way",en,[],[],[],142,153,3048,[],[],https://twitter.com/elonmusk/status/1452725026227167236,False,,0,,,,,,,,"[{'screen_name': 'coach23life', 'name': '@coach23', 'id': '3008460077'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1452715560513515523,1452497275893305344,2021-10-25 23:15:54 Arabian Standard Time,2021-10-25,23:15:54,+0400,44196397,elonmusk,Elon Musk,,"@SawyerMerritt Prototypes are trivial compared to scaling production & supply chain. If those are solved, achieving positive gross margin is the next nightmare. Starting a second new vehicle line before first is working will divide resources & amplify probability of failure.",en,[],[],[],1254,642,9115,[],[],https://twitter.com/elonmusk/status/1452715560513515523,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1452683841903202304,1452607992961064963,2021-10-25 21:09:52 Arabian Standard Time,2021-10-25,21:09:52,+0400,44196397,elonmusk,Elon Musk,,@kimpaquette @Hertz @TomBrady That feature is coming,en,[],[],[],656,484,7653,[],[],https://twitter.com/elonmusk/status/1452683841903202304,False,,0,,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄 🦊 🇺🇦 ☮️ 🕊', 'id': '258602317'}, {'screen_name': 'Hertz', 'name': 'Hertz', 'id': '18001417'}, {'screen_name': 'TomBrady', 'name': 'Tom Brady', 'id': '1108050829393707008'}]",,,, +1452576223620747266,1446104772092772352,2021-10-25 14:02:13 Arabian Standard Time,2021-10-25,14:02:13,+0400,44196397,elonmusk,Elon Musk,,10.3.1 rolling out now,en,[],[],[],5037,969,19594,[],[],https://twitter.com/elonmusk/status/1452576223620747266,False,,0,,,,,,,,[],,,, +1452547774386515969,1452456674070044678,2021-10-25 12:09:11 Arabian Standard Time,2021-10-25,12:09:11,+0400,44196397,elonmusk,Elon Musk,,What if ur name is Johnson & u just happen to work at Johnson & Johnson?,en,[],[],[],4822,1953,38904,[],[],https://twitter.com/elonmusk/status/1452547774386515969,False,,0,,,,,,,,[],,,, +1452546064591040513,1452456674070044678,2021-10-25 12:02:23 Arabian Standard Time,2021-10-25,12:02:23,+0400,44196397,elonmusk,Elon Musk,,Naughtius Maximus https://t.co/sad4sLZT5D,lt,[],['https://m.youtube.com/watch?v=kx_G2a2hL6U'],[],2342,981,19958,[],[],https://twitter.com/elonmusk/status/1452546064591040513,False,,0,,,,,,,,[],,,, +1452538592845258753,1452436776916762629,2021-10-25 11:32:42 Arabian Standard Time,2021-10-25,11:32:42,+0400,44196397,elonmusk,Elon Musk,,@CryptoWhale Sclerotic democracy,en,[],[],[],666,617,8184,[],[],https://twitter.com/elonmusk/status/1452538592845258753,False,,0,,,,,,,,"[{'screen_name': 'CryptoWhale', 'name': 'CryptoWhale', 'id': '234638601'}]",,,, +1452457749275623425,1452456674070044678,2021-10-25 06:11:27 Arabian Standard Time,2021-10-25,06:11:27,+0400,44196397,elonmusk,Elon Musk,,Although Teams is pretty good,en,[],[],[],2823,1310,47247,[],[],https://twitter.com/elonmusk/status/1452457749275623425,False,,0,,,,,,,,[],,,, +1452456674070044678,1452456674070044678,2021-10-25 06:07:11 Arabian Standard Time,2021-10-25,06:07:11,+0400,44196397,elonmusk,Elon Musk,,Macrohard >> Microsoft,hu,[],[],[],9604,10253,137856,[],[],https://twitter.com/elonmusk/status/1452456674070044678,False,,0,,,,,,,,[],,,, +1452452536577925126,1451351588883337218,2021-10-25 05:50:44 Arabian Standard Time,2021-10-25,05:50:44,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @Erdayastronaut Raptor 2 has a larger throat diameter, so thrust is ~245 tons at 321 bar",en,[],[],[],161,131,2530,[],[],https://twitter.com/elonmusk/status/1452452536577925126,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1452448005194399748,1452442007784263682,2021-10-25 05:32:44 Arabian Standard Time,2021-10-25,05:32:44,+0400,44196397,elonmusk,Elon Musk,,@PhantomX91 Maybe Optimus will have a cat girl version …,en,[],[],[],863,765,5959,[],[],https://twitter.com/elonmusk/status/1452448005194399748,False,,0,,,,,,,,"[{'screen_name': 'PhantomX91', 'name': 'Ambition', 'id': '556904715'}]",,,, +1452442007784263682,1452442007784263682,2021-10-25 05:08:54 Arabian Standard Time,2021-10-25,05:08:54,+0400,44196397,elonmusk,Elon Musk,,erotic democracy >> sclerotic democracy,en,[],[],[],5750,4291,64494,[],[],https://twitter.com/elonmusk/status/1452442007784263682,False,,0,,,,,,,,[],,,, +1452437113673330690,1452344957264613385,2021-10-25 04:49:27 Arabian Standard Time,2021-10-25,04:49:27,+0400,44196397,elonmusk,Elon Musk,,@dear_mmoon @engineers_feed 🤣,und,[],[],[],387,131,3212,[],[],https://twitter.com/elonmusk/status/1452437113673330690,False,,0,,,,,,,,"[{'screen_name': 'dear_mmoon', 'name': 'hatice', 'id': '1032183060635283456'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1452373897366618112,1452373897366618112,2021-10-25 00:38:15 Arabian Standard Time,2021-10-25,00:38:15,+0400,44196397,elonmusk,Elon Musk,,Pop music has both literal & figurative Stockholm Syndrome,en,[],[],[],9434,5774,96522,[],[],https://twitter.com/elonmusk/status/1452373897366618112,False,,0,,,,,,,,[],,,, +1452353413472215042,1452245038709321737,2021-10-24 23:16:51 Arabian Standard Time,2021-10-24,23:16:51,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed Wasn’t easy,en,[],[],[],928,539,15287,[],[],https://twitter.com/elonmusk/status/1452353413472215042,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1452348126753349640,1451983011126206466,2021-10-24 22:55:51 Arabian Standard Time,2021-10-24,22:55:51,+0400,44196397,elonmusk,Elon Musk,,@ProTheDoge Lots of people I talked to on the production lines at Tesla or building rockets at SpaceX own Doge. They aren’t financial experts or Silicon Valley technologists. That’s why I decided to support Doge – it felt like the people’s crypto.,en,[],[],[],4060,7162,33219,[],[],https://twitter.com/elonmusk/status/1452348126753349640,False,,0,,,,,,,,"[{'screen_name': 'ProTheDoge', 'name': 'SlumDOGE Millionaire', 'id': '1358176095850229761'}]",,,, +1452345284483235841,1446104772092772352,2021-10-24 22:44:33 Arabian Standard Time,2021-10-24,22:44:33,+0400,44196397,elonmusk,Elon Musk,,"Seeing some issues with 10.3, so rolling back to 10.2 temporarily. Please note, this is to be expected with beta software. It is impossible to test all hardware configs in all conditions with internal QA, hence public beta.",en,[],[],[],3233,1070,23706,[],[],https://twitter.com/elonmusk/status/1452345284483235841,False,,0,,,,,,,,[],,,, +1452334458066149377,1452313323261861891,2021-10-24 22:01:32 Arabian Standard Time,2021-10-24,22:01:32,+0400,44196397,elonmusk,Elon Musk,,"@Filasophical @ShibaInuHodler Out of curiosity, I acquired some ascii hash strings called “Bitcoin, Ethereum & Doge”. That’s it. As I’ve said before, don’t bet the farm on crypto! True value is building products & providing services to your fellow human beings, not money in any form.",en,[],[],[],5448,6230,36329,[],[],https://twitter.com/elonmusk/status/1452334458066149377,False,,0,,,,,,,,"[{'screen_name': 'Filasophical', 'name': 'Salif Cybertruck or Bust ⚡️🔋🚀', 'id': '964889226'}, {'screen_name': 'ShibaInuHodler', 'name': 'SHIB HODLER 🐕', 'id': '1411587179986489346'}]",,,, +1452332676929761282,1451929526284562436,2021-10-24 21:54:27 Arabian Standard Time,2021-10-24,21:54:27,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k @TeslaGong @mishaboar @DogecoinFdn 💯,und,[],[],[],783,1180,8710,[],[],https://twitter.com/elonmusk/status/1452332676929761282,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'mishaboar', 'name': 'Mishaboar', 'id': '1385271926852104193'}, {'screen_name': 'DogecoinFdn', 'name': 'Dogecoin Foundation', 'id': '2586748687'}]",,,, +1452332435266576395,1452313323261861891,2021-10-24 21:53:30 Arabian Standard Time,2021-10-24,21:53:30,+0400,44196397,elonmusk,Elon Musk,,@ShibaInuHodler None,it,[],[],[],8584,6396,48468,[],[],https://twitter.com/elonmusk/status/1452332435266576395,False,,0,,,,,,,,"[{'screen_name': 'ShibaInuHodler', 'name': 'SHIB HODLER 🐕', 'id': '1411587179986489346'}]",,,, +1452332044743323654,1451929526284562436,2021-10-24 21:51:57 Arabian Standard Time,2021-10-24,21:51:57,+0400,44196397,elonmusk,Elon Musk,,"@itsALLrisky @TeslaGong @mishaboar @DogecoinFdn Possibly. Bitcoin was conceived at a time of relatively low bandwidth & high latency. If both continue to improve substantially, we will reach a point when no second layer is needed.",en,[],[],[],739,760,5366,[],[],https://twitter.com/elonmusk/status/1452332044743323654,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'mishaboar', 'name': 'Mishaboar', 'id': '1385271926852104193'}, {'screen_name': 'DogecoinFdn', 'name': 'Dogecoin Foundation', 'id': '2586748687'}]",,,, +1452330803015335939,1452302466553372677,2021-10-24 21:47:01 Arabian Standard Time,2021-10-24,21:47:01,+0400,44196397,elonmusk,Elon Musk,,@jchybow @WholeMarsBlog We’re working on this issue right now,en,[],[],[],302,159,3545,[],[],https://twitter.com/elonmusk/status/1452330803015335939,False,,0,,,,,,,,"[{'screen_name': 'jchybow', 'name': 'FSD Pilot 🇺🇦🦊🛩🇺🇦', 'id': '54094700'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1452328592810160134,1451929526284562436,2021-10-24 21:38:14 Arabian Standard Time,2021-10-24,21:38:14,+0400,44196397,elonmusk,Elon Musk,,"@TeslaGong @mishaboar @DogecoinFdn Not recently. What matters imo is lowering fees, decreasing block time & increasing block size. A single layer network with exchanges as de facto layer 2 seems like the simplest solution for a medium of exchange.",en,[],[],[],831,577,3510,[],[],https://twitter.com/elonmusk/status/1452328592810160134,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'mishaboar', 'name': 'Mishaboar', 'id': '1385271926852104193'}, {'screen_name': 'DogecoinFdn', 'name': 'Dogecoin Foundation', 'id': '2586748687'}]",,,, +1452227175634116609,1452171682391670786,2021-10-24 14:55:14 Arabian Standard Time,2021-10-24,14:55:14,+0400,44196397,elonmusk,Elon Musk,,@Kristennetten As requested,en,[],[],[],591,238,5268,[],[],https://twitter.com/elonmusk/status/1452227175634116609,False,,0,,,,,,,,"[{'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}]",,,, +1452225552031657985,1451351588883337218,2021-10-24 14:48:47 Arabian Standard Time,2021-10-24,14:48:47,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut Got to 321 bar before RUD, but cause may be due to oxygen inlet pressure too low, rather than engine issues",en,[],[],[],258,256,6061,[],[],https://twitter.com/elonmusk/status/1452225552031657985,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1452192414840524807,1452155146385899521,2021-10-24 12:37:06 Arabian Standard Time,2021-10-24,12:37:06,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica We live in a gerontocracy,en,[],[],[],1094,763,8419,[],[],https://twitter.com/elonmusk/status/1452192414840524807,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1452185979431833601,1452052043321929735,2021-10-24 12:11:32 Arabian Standard Time,2021-10-24,12:11:32,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Plus crypto scams haha,en,[],[],[],2067,1319,17163,[],[],https://twitter.com/elonmusk/status/1452185979431833601,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1452074589257883654,1451929526284562436,2021-10-24 04:48:54 Arabian Standard Time,2021-10-24,04:48:54,+0400,44196397,elonmusk,Elon Musk,,"@mishaboar @DogecoinFdn Neither Jared, nor me, nor anyone I know has anything to do with this foundation",en,[],[],[],756,481,5011,[],[],https://twitter.com/elonmusk/status/1452074589257883654,False,,0,,,,,,,,"[{'screen_name': 'mishaboar', 'name': 'Mishaboar', 'id': '1385271926852104193'}, {'screen_name': 'DogecoinFdn', 'name': 'Dogecoin Foundation', 'id': '2586748687'}]",,,, +1451923868050939907,1451923868050939907,2021-10-23 18:50:00 Arabian Standard Time,2021-10-23,18:50:00,+0400,44196397,elonmusk,Elon Musk,,Your support makes a big difference! Please let the FAA know your opinion.,en,[],[],[],7989,6121,59527,[],[],https://twitter.com/elonmusk/status/1451923868050939907,False,https://twitter.com/SpacePadreIsle/status/1451895001538039812,0,,,,,,,,[],,,, +1451908522220863498,1446104772092772352,2021-10-23 17:49:01 Arabian Standard Time,2021-10-23,17:49:01,+0400,44196397,elonmusk,Elon Musk,,@martinbowling Yes,und,[],[],[],241,66,1959,[],[],https://twitter.com/elonmusk/status/1451908522220863498,False,,0,,,,,,,,"[{'screen_name': 'martinbowling', 'name': 'Martin Bowling', 'id': '11549612'}]",,,, +1451907229796417542,1446104772092772352,2021-10-23 17:43:53 Arabian Standard Time,2021-10-23,17:43:53,+0400,44196397,elonmusk,Elon Musk,,"Regression in some left turns at traffic lights found by internal QA in 10.3. Fix in work, probably releasing tomorrow.",en,[],[],[],1945,878,19708,[],[],https://twitter.com/elonmusk/status/1451907229796417542,False,,0,,,,,,,,[],,,, +1451639434378678272,1451577515294683142,2021-10-22 23:59:45 Arabian Standard Time,2021-10-22,23:59:45,+0400,44196397,elonmusk,Elon Musk,,@tim_cook Come see the Apple Cloth ™️,en,[],[],[],2677,3092,58876,[],[],https://twitter.com/elonmusk/status/1451639434378678272,False,,0,,,,,,,,"[{'screen_name': 'tim_cook', 'name': 'Tim Cook', 'id': '1636590253'}]",,,, +1451623475978833927,1451593139358244907,2021-10-22 22:56:21 Arabian Standard Time,2021-10-22,22:56:21,+0400,44196397,elonmusk,Elon Musk,,@UberFacts *In Dogecoin,en,[],[],[],6542,10584,57811,[],[],https://twitter.com/elonmusk/status/1451623475978833927,False,,0,,,,,,,,"[{'screen_name': 'UberFacts', 'name': 'UberFacts', 'id': '95023423'}]",,,, +1451623162249154561,1451620749295243265,2021-10-22 22:55:06 Arabian Standard Time,2021-10-22,22:55:06,+0400,44196397,elonmusk,Elon Musk,,@slashdot Squid Game is Squid Game for ISPs,en,[],[],[],1621,923,8338,[],[],https://twitter.com/elonmusk/status/1451623162249154561,False,,0,,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1451616888358899736,1451616705986367506,2021-10-22 22:30:10 Arabian Standard Time,2021-10-22,22:30:10,+0400,44196397,elonmusk,Elon Musk,,@nichegamer 🤣,und,[],[],[],210,94,3696,[],[],https://twitter.com/elonmusk/status/1451616888358899736,False,,0,,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1451613752575594506,1451612745477066777,2021-10-22 22:17:42 Arabian Standard Time,2021-10-22,22:17:42,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed Hey QT314 😉,en,[],[],[],1143,908,15451,[],[],https://twitter.com/elonmusk/status/1451613752575594506,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1451612930047369219,1451612930047369219,2021-10-22 22:14:26 Arabian Standard Time,2021-10-22,22:14:26,+0400,44196397,elonmusk,Elon Musk,,Starbase under construction https://t.co/cFXJKvYJjY,en,[],[],['https://pbs.twimg.com/media/FCUqQfFXMAEXEyi.jpg'],11342,15930,234862,[],[],https://twitter.com/elonmusk/status/1451612930047369219,False,,1,https://pbs.twimg.com/media/FCUqQfFXMAEXEyi.jpg,,,,,,,[],,,, +1451612301082177536,1451563628998574081,2021-10-22 22:11:56 Arabian Standard Time,2021-10-22,22:11:56,+0400,44196397,elonmusk,Elon Musk,,@cnunezimages @SpaceX @SpaceIntellige3 Great!,en,[],[],[],124,66,2419,[],[],https://twitter.com/elonmusk/status/1451612301082177536,False,,0,,,,,,,,"[{'screen_name': 'cnunezimages', 'name': 'carlos', 'id': '1245450013813223424'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceIntellige3', 'name': 'Space Intelligence', 'id': '1206315683056771072'}]",,,, +1451600956420931588,1451563628998574081,2021-10-22 21:26:52 Arabian Standard Time,2021-10-22,21:26:52,+0400,44196397,elonmusk,Elon Musk,,@cnunezimages @SpaceX @SpaceIntellige3 I mean just the image,en,[],[],[],119,62,2505,[],[],https://twitter.com/elonmusk/status/1451600956420931588,False,,0,,,,,,,,"[{'screen_name': 'cnunezimages', 'name': 'carlos', 'id': '1245450013813223424'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceIntellige3', 'name': 'Space Intelligence', 'id': '1206315683056771072'}]",,,, +1451600867359141898,1451563628998574081,2021-10-22 21:26:30 Arabian Standard Time,2021-10-22,21:26:30,+0400,44196397,elonmusk,Elon Musk,,@cnunezimages @SpaceX @SpaceIntellige3 Can I retweet this in cropped form?,en,[],[],[],318,232,7790,[],[],https://twitter.com/elonmusk/status/1451600867359141898,False,,0,,,,,,,,"[{'screen_name': 'cnunezimages', 'name': 'carlos', 'id': '1245450013813223424'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceIntellige3', 'name': 'Space Intelligence', 'id': '1206315683056771072'}]",,,, +1451581465645494279,1451552104422727681,2021-10-22 20:09:25 Arabian Standard Time,2021-10-22,20:09:25,+0400,44196397,elonmusk,Elon Musk,,"@SpacePadreIsle If all goes well, Starship will be ready for its first orbital launch attempt next month, pending regulatory approval",en,[],[],[],705,1387,12675,[],[],https://twitter.com/elonmusk/status/1451581465645494279,False,,0,,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}]",,,, +1451573678978867204,1451354708132642817,2021-10-22 19:38:28 Arabian Standard Time,2021-10-22,19:38:28,+0400,44196397,elonmusk,Elon Musk,,@SpaceXMR Tries to launch some rockets – accidentally summons dark lord,en,[],[],[],709,535,13869,[],[],https://twitter.com/elonmusk/status/1451573678978867204,False,,0,,,,,,,,"[{'screen_name': 'SpaceXMR', 'name': 'r/SpaceXMasterrace', 'id': '1004697063974633472'}]",,,, +1451572391595986949,1451050736851193860,2021-10-22 19:33:21 Arabian Standard Time,2021-10-22,19:33:21,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @boringcompany It’s gonna be great!,en,[],[],[],657,434,9141,[],[],https://twitter.com/elonmusk/status/1451572391595986949,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +1451439974390190081,1451345917416665090,2021-10-22 10:47:11 Arabian Standard Time,2021-10-22,10:47:11,+0400,44196397,elonmusk,Elon Musk,,@TomGardnerFool Interesting,en,[],[],[],1246,1048,35430,[],[],https://twitter.com/elonmusk/status/1451439974390190081,False,,0,,,,,,,,"[{'screen_name': 'TomGardnerFool', 'name': 'Tom Gardner', 'id': '14798101'}]",,,, +1451381310291857411,1451355057169993731,2021-10-22 06:54:04 Arabian Standard Time,2021-10-22,06:54:04,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Exactly,en,[],[],[],267,133,3667,[],[],https://twitter.com/elonmusk/status/1451381310291857411,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1451378080845549570,1451376848340860929,2021-10-22 06:41:14 Arabian Standard Time,2021-10-22,06:41:14,+0400,44196397,elonmusk,Elon Musk,,@NicAnsuini @NASASpaceflight Shaking out the problems (literally) haha,en,[],[],[],376,342,8055,[],[],https://twitter.com/elonmusk/status/1451378080845549570,False,,0,,,,,,,,"[{'screen_name': 'NicAnsuini', 'name': 'Nic Ansuini', 'id': '899709853349933057'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1451354738935615489,1451351588883337218,2021-10-22 05:08:29 Arabian Standard Time,2021-10-22,05:08:29,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @Erdayastronaut Yeah, although early production cars will need camera upgrades, as well as FSD computer (all included in the price)",en,[],[],[],318,218,3494,[],[],https://twitter.com/elonmusk/status/1451354738935615489,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1451354108531728384,1451351588883337218,2021-10-22 05:05:58 Arabian Standard Time,2021-10-22,05:05:58,+0400,44196397,elonmusk,Elon Musk,,"@tobyliiiiiiiiii @Erdayastronaut No, we expect some tiles to shake loose during static fires",en,[],[],[],121,126,2759,[],[],https://twitter.com/elonmusk/status/1451354108531728384,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1451353765550899205,1451351588883337218,2021-10-22 05:04:37 Arabian Standard Time,2021-10-22,05:04:37,+0400,44196397,elonmusk,Elon Musk,,@johnkrausphotos @Erdayastronaut Hopefully,en,[],[],[],191,107,2970,[],[],https://twitter.com/elonmusk/status/1451353765550899205,False,,0,,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1451353565029707778,1451351588883337218,2021-10-22 05:03:49 Arabian Standard Time,2021-10-22,05:03:49,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut Currently at ~270 bar, but working on upgrades to get it over 300 bar",en,[],[],[],207,258,7487,[],[],https://twitter.com/elonmusk/status/1451353565029707778,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1451353320627507203,1451351588883337218,2021-10-22 05:02:51 Arabian Standard Time,2021-10-22,05:02:51,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut Raptor has a very high chamber pressure, which in turn allows for a large expansion ratio nozzle without flow separation at sea level",en,[],[],[],368,446,12974,[],[],https://twitter.com/elonmusk/status/1451353320627507203,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1451319171917172737,1451049577554104322,2021-10-22 02:47:09 Arabian Standard Time,2021-10-22,02:47:09,+0400,44196397,elonmusk,Elon Musk,,@TeslaNY @boringcompany @Tesla @maddiewhitetv This will be cool,en,[],[],[],299,148,3535,[],[],https://twitter.com/elonmusk/status/1451319171917172737,False,,0,,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'maddiewhitetv', 'name': 'Maddie White', 'id': '33425796'}]",,,, +1451242990840713222,1451242479341113345,2021-10-21 21:44:26 Arabian Standard Time,2021-10-21,21:44:26,+0400,44196397,elonmusk,Elon Musk,,@boringcompany Beat the 🐌!,en,[],[],[],572,337,6487,[],[],https://twitter.com/elonmusk/status/1451242990840713222,False,,0,,,,,,,,"[{'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +1451240031604125704,1451228141419106317,2021-10-21 21:32:40 Arabian Standard Time,2021-10-21,21:32:40,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @ResidentSponge We are,en,[],[],[],1365,537,14026,[],[],https://twitter.com/elonmusk/status/1451240031604125704,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1451093662880964608,1450903626944286726,2021-10-21 11:51:03 Arabian Standard Time,2021-10-21,11:51:03,+0400,44196397,elonmusk,Elon Musk,,@TstTwet Noooo,und,[],[],[],448,186,4531,[],[],https://twitter.com/elonmusk/status/1451093662880964608,False,,0,,,,,,,,"[{'screen_name': 'TstTwet', 'name': 'Jeff Who', 'id': '1442899048638287875'}]",,,, +1451022278179926019,1450924517132488712,2021-10-21 07:07:24 Arabian Standard Time,2021-10-21,07:07:24,+0400,44196397,elonmusk,Elon Musk,,@markgurman 🤣,und,[],[],[],514,250,9526,[],[],https://twitter.com/elonmusk/status/1451022278179926019,False,,0,,,,,,,,"[{'screen_name': 'markgurman', 'name': 'Mark Gurman', 'id': '15958614'}]",,,, +1451015695106560000,1451015695106560000,2021-10-21 06:41:14 Arabian Standard Time,2021-10-21,06:41:14,+0400,44196397,elonmusk,Elon Musk,, https://t.co/pCO0wNNZtz,und,[],[],['https://pbs.twimg.com/media/FCMLERnXsAESaWg.jpg'],32097,84453,752844,[],[],https://twitter.com/elonmusk/status/1451015695106560000,False,,1,https://pbs.twimg.com/media/FCMLERnXsAESaWg.jpg,,,,,,,[],,,, +1451011602489163782,1450905409254985741,2021-10-21 06:24:59 Arabian Standard Time,2021-10-21,06:24:59,+0400,44196397,elonmusk,Elon Musk,,@BabyTesla3 @teslaownersSV @TheRealBuzz Very soon,en,[],[],[],289,159,2935,[],[],https://twitter.com/elonmusk/status/1451011602489163782,False,,0,,,,,,,,"[{'screen_name': 'BabyTesla3', 'name': 'BabyTesla', 'id': '1145140068199198720'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TheRealBuzz', 'name': 'Dr. Buzz Aldrin', 'id': '46220856'}]",,,, +1451011122228826116,1450905409254985741,2021-10-21 06:23:04 Arabian Standard Time,2021-10-21,06:23:04,+0400,44196397,elonmusk,Elon Musk,,"@OwenSparks_ @teslaownersSV @TheRealBuzz Yeah, when we’re out of beta",en,[],[],[],145,81,2078,[],[],https://twitter.com/elonmusk/status/1451011122228826116,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TheRealBuzz', 'name': 'Dr. Buzz Aldrin', 'id': '46220856'}]",,,, +1451010696465076225,1450905409254985741,2021-10-21 06:21:23 Arabian Standard Time,2021-10-21,06:21:23,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @TheRealBuzz Most likely,en,[],[],[],146,81,1621,[],[],https://twitter.com/elonmusk/status/1451010696465076225,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TheRealBuzz', 'name': 'Dr. Buzz Aldrin', 'id': '46220856'}]",,,, +1451010512226033671,1451010196814409733,2021-10-21 06:20:39 Arabian Standard Time,2021-10-21,06:20:39,+0400,44196397,elonmusk,Elon Musk,,@Liv_Boeree Absolutely,en,[],[],[],171,110,3098,[],[],https://twitter.com/elonmusk/status/1451010512226033671,False,,0,,,,,,,,"[{'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}]",,,, +1451010313713823747,1450905409254985741,2021-10-21 06:19:51 Arabian Standard Time,2021-10-21,06:19:51,+0400,44196397,elonmusk,Elon Musk,,"@TheRealBuzz Well-said, Dr Aldrin!",en,[],[],[],177,193,5088,[],[],https://twitter.com/elonmusk/status/1451010313713823747,False,,0,,,,,,,,"[{'screen_name': 'TheRealBuzz', 'name': 'Dr. Buzz Aldrin', 'id': '46220856'}]",,,, +1451002902152192000,1450978649788801031,2021-10-21 05:50:24 Arabian Standard Time,2021-10-21,05:50:24,+0400,44196397,elonmusk,Elon Musk,,@DirtyTesla @Tesla Yup,und,[],[],[],452,194,7460,[],[],https://twitter.com/elonmusk/status/1451002902152192000,False,,0,,,,,,,,"[{'screen_name': 'DirtyTesla', 'name': 'Dirty Tesla', 'id': '1118594454515003393'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1450875068150652939,1450857630352781314,2021-10-20 21:22:26 Arabian Standard Time,2021-10-20,21:22:26,+0400,44196397,elonmusk,Elon Musk,,@PPathole @thesheetztweetz Well-optimized Starship would do ~250 tons to orbit as expendable & ~150 tons fully reusable,en,[],[],[],298,232,3149,[],[],https://twitter.com/elonmusk/status/1450875068150652939,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1450874095298547712,1450857134648823809,2021-10-20 21:18:34 Arabian Standard Time,2021-10-20,21:18:34,+0400,44196397,elonmusk,Elon Musk,,@jhong @sama Nods,en,[],[],[],289,106,2090,[],[],https://twitter.com/elonmusk/status/1450874095298547712,False,,0,,,,,,,,"[{'screen_name': 'jhong', 'name': 'james hong', 'id': '1058971'}, {'screen_name': 'sama', 'name': 'Sam Altman', 'id': '1605'}]",,,, +1450868052040507392,1450865495024947201,2021-10-20 20:54:34 Arabian Standard Time,2021-10-20,20:54:34,+0400,44196397,elonmusk,Elon Musk,,@wintonARK The day FSD goes to wide release will be one of the biggest asset value increases in history,en,[],[],[],844,1225,10362,[],[],https://twitter.com/elonmusk/status/1450868052040507392,False,,0,,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1450858549983199239,1450857630352781314,2021-10-20 20:16:48 Arabian Standard Time,2021-10-20,20:16:48,+0400,44196397,elonmusk,Elon Musk,,@thesheetztweetz Full & rapid reusability is the holy grail of orbital rocketry,en,[],[],[],378,339,5513,[],[],https://twitter.com/elonmusk/status/1450858549983199239,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1450857138906087433,1450686720584921088,2021-10-20 20:11:12 Arabian Standard Time,2021-10-20,20:11:12,+0400,44196397,elonmusk,Elon Musk,,@justindross Most big companies in tech have turned into places where talent goes to die,en,[],[],[],1208,2716,32693,[],[],https://twitter.com/elonmusk/status/1450857138906087433,False,,0,,,,,,,,"[{'screen_name': 'justindross', 'name': 'JD Ross', 'id': '8360172'}]",,,, +1450653942938054656,1450594888366673924,2021-10-20 06:43:46 Arabian Standard Time,2021-10-20,06:43:46,+0400,44196397,elonmusk,Elon Musk,,"@MatchasmMatt @NHTSAgov Objectively, her track record is extremely biased against Tesla",en,[],[],[],719,662,7030,[],[],https://twitter.com/elonmusk/status/1450653942938054656,False,,0,,,,,,,,"[{'screen_name': 'MatchasmMatt', 'name': 'Matt Smith', 'id': '778282085433876480'}, {'screen_name': 'NHTSAgov', 'name': 'nhtsagov', 'id': '49706919'}]",,,, +1450613453794811904,1450575910286020612,2021-10-20 04:02:53 Arabian Standard Time,2021-10-20,04:02:53,+0400,44196397,elonmusk,Elon Musk,,@thesheetztweetz cgi irl,tl,[],[],[],379,191,4001,[],[],https://twitter.com/elonmusk/status/1450613453794811904,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1450610686724280322,1450603259660492806,2021-10-20 03:51:53 Arabian Standard Time,2021-10-20,03:51:53,+0400,44196397,elonmusk,Elon Musk,,@WR4NYGov @POTUS Odd,und,[],[],[],627,417,6048,[],[],https://twitter.com/elonmusk/status/1450610686724280322,False,,0,,,,,,,,"[{'screen_name': 'WR4NYGov', 'name': 'Warren Redlich - Come and Take It - Molon TSLA', 'id': '108365454'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}]",,,, +1450517602573422605,1450493338952474630,2021-10-19 21:42:00 Arabian Standard Time,2021-10-19,21:42:00,+0400,44196397,elonmusk,Elon Musk,,"@adamhoov They’re required by law, but designed to be easy to remove by owners",en,[],[],[],1175,585,15198,[],[],https://twitter.com/elonmusk/status/1450517602573422605,False,,0,,,,,,,,"[{'screen_name': 'adamhoov', 'name': 'adam', 'id': '1473694166425251841'}]",,,, +1450510456716763146,1450494061312348160,2021-10-19 21:13:36 Arabian Standard Time,2021-10-19,21:13:36,+0400,44196397,elonmusk,Elon Musk,,@SpaceXMR 🤣,und,[],[],[],711,457,19648,[],[],https://twitter.com/elonmusk/status/1450510456716763146,False,,0,,,,,,,,"[{'screen_name': 'SpaceXMR', 'name': 'r/SpaceXMasterrace', 'id': '1004697063974633472'}]",,,, +1450502428646838279,1450435645655195649,2021-10-19 20:41:42 Arabian Standard Time,2021-10-19,20:41:42,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed 🤣,und,[],[],[],460,208,7248,[],[],https://twitter.com/elonmusk/status/1450502428646838279,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1450435645655195649,1450435645655195649,2021-10-19 16:16:20 Arabian Standard Time,2021-10-19,16:16:20,+0400,44196397,elonmusk,Elon Musk,, https://t.co/a0F22R5Hv7,und,[],[],['https://pbs.twimg.com/media/FCD7iFmXEAMpXPT.jpg'],20894,44728,388139,[],[],https://twitter.com/elonmusk/status/1450435645655195649,False,,1,https://pbs.twimg.com/media/FCD7iFmXEAMpXPT.jpg,,,,,,,[],,,, +1450271540369444864,1450260717953855491,2021-10-19 05:24:14 Arabian Standard Time,2021-10-19,05:24:14,+0400,44196397,elonmusk,Elon Musk,,@long_elon @SciGuySpace @ShinodaChan_ Ovaltine is amazing!,en,[],[],[],441,110,2159,[],[],https://twitter.com/elonmusk/status/1450271540369444864,False,,0,,,,,,,,"[{'screen_name': 'long_elon', 'name': 'Long Elon', 'id': '1153219166456840195'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'ShinodaChan_', 'name': 'Shinoda', 'id': '2538418302'}]",,,, +1450270997966245889,1450260717953855491,2021-10-19 05:22:05 Arabian Standard Time,2021-10-19,05:22:05,+0400,44196397,elonmusk,Elon Musk,,"@SciGuySpace @ShinodaChan_ I would gladly obey the chemtrails, but I don’t understand what they are saying haha!",en,[],[],[],161,125,2051,[],[],https://twitter.com/elonmusk/status/1450270997966245889,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'ShinodaChan_', 'name': 'Shinoda', 'id': '2538418302'}]",,,, +1450212973314658305,1450212973314658305,2021-10-19 01:31:31 Arabian Standard Time,2021-10-19,01:31:31,+0400,44196397,elonmusk,Elon Musk,, https://t.co/g5ulISeWxS,und,[],[],['https://pbs.twimg.com/media/FCAxAqGVQAE7PTk.jpg'],23853,93920,670840,[],[],https://twitter.com/elonmusk/status/1450212973314658305,False,,1,https://pbs.twimg.com/media/FCAxAqGVQAE7PTk.jpg,,,,,,,[],,,, +1450036310878478341,1450016399313674242,2021-10-18 13:49:31 Arabian Standard Time,2021-10-18,13:49:31,+0400,44196397,elonmusk,Elon Musk,,@Neuro_Skeptic Luck is the best superpower,en,[],[],[],2160,2593,28101,[],[],https://twitter.com/elonmusk/status/1450036310878478341,False,,0,,,,,,,,"[{'screen_name': 'Neuro_Skeptic', 'name': 'Neuroskeptic', 'id': '316327930'}]",,,, +1449933503483691010,1449843717926539264,2021-10-18 07:01:00 Arabian Standard Time,2021-10-18,07:01:00,+0400,44196397,elonmusk,Elon Musk,,@pcgamer Good review,en,[],[],[],689,313,9051,[],[],https://twitter.com/elonmusk/status/1449933503483691010,False,,0,,,,,,,,"[{'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +1449874837929869325,1449872932906303489,2021-10-18 03:07:53 Arabian Standard Time,2021-10-18,03:07:53,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV ♥️,und,[],[],[],913,695,18372,[],[],https://twitter.com/elonmusk/status/1449874837929869325,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1449867319186964491,1449597941182836736,2021-10-18 02:38:00 Arabian Standard Time,2021-10-18,02:38:00,+0400,44196397,elonmusk,Elon Musk,,@TaraConnelly8 @mcuban 🤣,und,[],[],[],396,446,6033,[],[],https://twitter.com/elonmusk/status/1449867319186964491,False,,0,,,,,,,,"[{'screen_name': 'TaraConnelly8', 'name': 'Tara Connelly', 'id': '1328745667779506178'}, {'screen_name': 'mcuban', 'name': 'Mark Cuban', 'id': '16228398'}]",,,, +1449865528470872064,1449863421973913603,2021-10-18 02:30:53 Arabian Standard Time,2021-10-18,02:30:53,+0400,44196397,elonmusk,Elon Musk,,"@SawyerMerritt As soon as major construction is done, so maybe in a few months",en,[],[],[],647,342,8643,[],[],https://twitter.com/elonmusk/status/1449865528470872064,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1449863906009231366,1449786377613107205,2021-10-18 02:24:27 Arabian Standard Time,2021-10-18,02:24:27,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 😛,und,[],[],[],859,1212,13372,[],[],https://twitter.com/elonmusk/status/1449863906009231366,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1449863421973913603,1449863421973913603,2021-10-18 02:22:31 Arabian Standard Time,2021-10-18,02:22:31,+0400,44196397,elonmusk,Elon Musk,,I’ve thought about and … I’m not sorry for party rocking,en,[],[],[],18570,15937,185984,[],[],https://twitter.com/elonmusk/status/1449863421973913603,False,,0,,,,,,,,[],,,, +1449862940610514954,1449862940610514954,2021-10-18 02:20:36 Arabian Standard Time,2021-10-18,02:20:36,+0400,44196397,elonmusk,Elon Musk,,(\_/) ( •_•) / >🚀,und,[],[],[],59978,51792,414063,[],[],https://twitter.com/elonmusk/status/1449862940610514954,False,,0,,,,,,,,[],,,, +1449834876404908035,1449806506531037189,2021-10-18 00:29:05 Arabian Standard Time,2021-10-18,00:29:05,+0400,44196397,elonmusk,Elon Musk,,@slashdot Autonomy must & will work even with no connectivity,en,[],[],[],657,586,9323,[],[],https://twitter.com/elonmusk/status/1449834876404908035,False,,0,,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1449581116789198855,1449566521357836290,2021-10-17 07:40:44 Arabian Standard Time,2021-10-17,07:40:44,+0400,44196397,elonmusk,Elon Musk,,"@harrison_astro We can do that partially, but detailed rocket technology is considered advanced weaponry (same tech as nuclear missiles), so there are more limitations than at Tesla",en,[],[],[],319,152,3656,[],[],https://twitter.com/elonmusk/status/1449581116789198855,False,,0,,,,,,,,"[{'screen_name': 'harrison_astro', 'name': 'Harrison 🚀', 'id': '1319009348660514816'}]",,,, +1449574304526393348,1449260070915567624,2021-10-17 07:13:40 Arabian Standard Time,2021-10-17,07:13:40,+0400,44196397,elonmusk,Elon Musk,,@AnythingTesla @Tesla Yeah,en,[],[],[],549,260,8506,[],[],https://twitter.com/elonmusk/status/1449574304526393348,False,,0,,,,,,,,"[{'screen_name': 'AnythingTesla', 'name': 'AnythingTesla', 'id': '1079517234882473984'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1449572079414562822,1449565791746080768,2021-10-17 07:04:50 Arabian Standard Time,2021-10-17,07:04:50,+0400,44196397,elonmusk,Elon Musk,,@Lootster @TrungTPhan 👆,und,[],[],[],214,138,4295,[],[],https://twitter.com/elonmusk/status/1449572079414562822,False,,0,,,,,,,,"[{'screen_name': 'Lootster', 'name': '𝐒𝐡𝐞𝐥𝐝𝐨𝐧🚀☀️🚗🧠🚇', 'id': '1443794214'}, {'screen_name': 'TrungTPhan', 'name': 'Trung Phan 🇨🇦', 'id': '945817135816654848'}]",,,, +1449567353147047943,1449565791746080768,2021-10-17 06:46:03 Arabian Standard Time,2021-10-17,06:46:03,+0400,44196397,elonmusk,Elon Musk,,@TrungTPhan Maybe Buffett should invest in Tesla haha,en,[],[],[],1829,2462,51187,[],[],https://twitter.com/elonmusk/status/1449567353147047943,False,,0,,,,,,,,"[{'screen_name': 'TrungTPhan', 'name': 'Trung Phan', 'id': '945817135816654848'}]",,,, +1449566521357836290,1449566521357836290,2021-10-17 06:42:44 Arabian Standard Time,2021-10-17,06:42:44,+0400,44196397,elonmusk,Elon Musk,,"Thanks Cameron County, Brownsville & South Padre for your support! Much appreciated.",en,[],[],[],3864,3160,41861,[],[],https://twitter.com/elonmusk/status/1449566521357836290,False,https://twitter.com/considercosmos/status/1449519725302763524,0,,,,,,,,[],,,, +1449563603317637121,1449519725302763524,2021-10-17 06:31:09 Arabian Standard Time,2021-10-17,06:31:09,+0400,44196397,elonmusk,Elon Musk,,@considercosmos @SpaceX Thanks!!,en,[],[],[],244,222,7443,[],[],https://twitter.com/elonmusk/status/1449563603317637121,False,,0,,,,,,,,"[{'screen_name': 'considercosmos', 'name': 'Cosmic Perspective', 'id': '1050516235178237952'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1449242429077409797,1449201158229213191,2021-10-16 09:14:55 Arabian Standard Time,2021-10-16,09:14:55,+0400,44196397,elonmusk,Elon Musk,,@MattWallace888 Hopefully enough to extend life to Mars,en,[],[],[],5179,4164,76774,[],[],https://twitter.com/elonmusk/status/1449242429077409797,False,,0,,,,,,,,"[{'screen_name': 'MattWallace888', 'name': 'Matt Wallace', 'id': '805532293951606785'}]",,,, +1449242149812195332,1449168773332840453,2021-10-16 09:13:48 Arabian Standard Time,2021-10-16,09:13:48,+0400,44196397,elonmusk,Elon Musk,,@StonksReddit 🤣,und,[],[],[],555,521,16994,[],[],https://twitter.com/elonmusk/status/1449242149812195332,False,,0,,,,,,,,"[{'screen_name': 'StonksReddit', 'name': 'Stonks Trading 🚀🚀🚀', 'id': '1354546688967454725'}]",,,, +1448874445150511114,1448783540771082241,2021-10-15 08:52:41 Arabian Standard Time,2021-10-15,08:52:41,+0400,44196397,elonmusk,Elon Musk,,"@vicentes @bradsferguson @MediaRedyns @RedMetalGiraffe We already have a giant, free fusion reactor in the sky called the sun. Just catch it’s energy with PV, store in battery & you’re pretty much done.",en,[],[],[],514,391,4487,[],[],https://twitter.com/elonmusk/status/1448874445150511114,False,,0,,,,,,,,"[{'screen_name': 'vicentes', 'name': 'Cybergrade', 'id': '14290802'}, {'screen_name': 'bradsferguson', 'name': 'Bradford 🛰🚀', 'id': '52441162'}, {'screen_name': 'MediaRedyns', 'name': 'RedynsMedia', 'id': '1380323680849424384'}, {'screen_name': 'RedMetalGiraffe', 'name': 'Red Metal 🦒', 'id': '1258149267601887233'}]",,,, +1448872896286318603,1448783540771082241,2021-10-15 08:46:31 Arabian Standard Time,2021-10-15,08:46:31,+0400,44196397,elonmusk,Elon Musk,,@bradsferguson @MediaRedyns @RedMetalGiraffe Correct,en,[],[],[],186,75,1959,[],[],https://twitter.com/elonmusk/status/1448872896286318603,False,,0,,,,,,,,"[{'screen_name': 'bradsferguson', 'name': 'Bradford 🛰🚀', 'id': '52441162'}, {'screen_name': 'MediaRedyns', 'name': 'RedynsMedia', 'id': '1380323680849424384'}, {'screen_name': 'RedMetalGiraffe', 'name': 'Red Metal 🦒', 'id': '1258149267601887233'}]",,,, +1448850963897462804,1446104772092772352,2021-10-15 07:19:22 Arabian Standard Time,2021-10-15,07:19:22,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Technical details will be in release notes,en,[],[],[],331,146,3058,[],[],https://twitter.com/elonmusk/status/1448850963897462804,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1448850617661861916,1446104772092772352,2021-10-15 07:18:00 Arabian Standard Time,2021-10-15,07:18:00,+0400,44196397,elonmusk,Elon Musk,,Beta 10.3 releasing Friday next week to all cars with 99/100 safety score,en,[],[],[],2584,1282,25344,[],[],https://twitter.com/elonmusk/status/1448850617661861916,False,,0,,,,,,,,[],,,, +1448742977229127680,1448706200317669376,2021-10-15 00:10:16 Arabian Standard Time,2021-10-15,00:10:16,+0400,44196397,elonmusk,Elon Musk,,@AstroDebora @archillect Pretty much :),en,[],[],[],718,135,4085,[],[],https://twitter.com/elonmusk/status/1448742977229127680,False,,0,,,,,,,,"[{'screen_name': 'AstroDebora', 'name': 'Deborah', 'id': '926265391948722176'}, {'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1448742065358073864,1448706200317669376,2021-10-15 00:06:39 Arabian Standard Time,2021-10-15,00:06:39,+0400,44196397,elonmusk,Elon Musk,,@archillect Fan art is the best,en,[],[],[],912,521,16643,[],[],https://twitter.com/elonmusk/status/1448742065358073864,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1448741766312587264,1448458101321973766,2021-10-15 00:05:28 Arabian Standard Time,2021-10-15,00:05:28,+0400,44196397,elonmusk,Elon Musk,,@PPathole LASIK has improved so many people’s lives!,en,[],[],[],923,326,8720,[],[],https://twitter.com/elonmusk/status/1448741766312587264,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1448690735348260864,1448317848997318660,2021-10-14 20:42:41 Arabian Standard Time,2021-10-14,20:42:41,+0400,44196397,elonmusk,Elon Musk,,@nichegamer Great game,en,[],[],[],1118,262,7155,[],[],https://twitter.com/elonmusk/status/1448690735348260864,False,,0,,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1448681402917138442,1448680724358385667,2021-10-14 20:05:36 Arabian Standard Time,2021-10-14,20:05:36,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @ResidentSponge Haha,tl,[],[],[],542,278,7808,[],[],https://twitter.com/elonmusk/status/1448681402917138442,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1448675631852568583,1448387745752260611,2021-10-14 19:42:40 Arabian Standard Time,2021-10-14,19:42:40,+0400,44196397,elonmusk,Elon Musk,,"@blueorigin Congrats, was cool to send @WilliamShatner to space",en,"[{'screen_name': 'williamshatner', 'name': 'william shatner', 'id': '15227791'}]",[],[],594,470,10600,[],[],https://twitter.com/elonmusk/status/1448675631852568583,False,,0,,,,,,,,"[{'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}]",,,, +1448670626110185476,1448610593775267842,2021-10-14 19:22:46 Arabian Standard Time,2021-10-14,19:22:46,+0400,44196397,elonmusk,Elon Musk,,@WR4NYGov @Tesla @LucidMotors @Rivian If it possible to start an EV company without shipping any cars & get a valuation less than a billion dollars!?,en,[],[],[],276,147,2924,[],[],https://twitter.com/elonmusk/status/1448670626110185476,False,,0,,,,,,,,"[{'screen_name': 'WR4NYGov', 'name': 'Warren Redlich - Come and Take It - Molon TSLA', 'id': '108365454'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'LucidMotors', 'name': 'Lucid Motors', 'id': '487094283'}, {'screen_name': 'Rivian', 'name': 'Rivian', 'id': '260414018'}]",,,, +1448668939148402698,1448610593775267842,2021-10-14 19:16:04 Arabian Standard Time,2021-10-14,19:16:04,+0400,44196397,elonmusk,Elon Musk,,"@Gfilche @WR4NYGov @Tesla @LucidMotors @Rivian I hope they have a high pain tolerance. Scaling production, supply chain, logistics & service is a world of hurt.",en,[],[],[],316,271,5291,[],[],https://twitter.com/elonmusk/status/1448668939148402698,False,,0,,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali 🇺🇦', 'id': '348844712'}, {'screen_name': 'WR4NYGov', 'name': 'Warren Redlich - Come and Take It - Molon TSLA', 'id': '108365454'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'LucidMotors', 'name': 'Lucid Motors', 'id': '487094283'}, {'screen_name': 'Rivian', 'name': 'Rivian', 'id': '260414018'}]",,,, +1448668580325756929,1448610593775267842,2021-10-14 19:14:39 Arabian Standard Time,2021-10-14,19:14:39,+0400,44196397,elonmusk,Elon Musk,,@andrewkaylor @Gfilche @WR4NYGov @Tesla @LucidMotors @Rivian 🤣,und,[],[],[],104,51,1821,[],[],https://twitter.com/elonmusk/status/1448668580325756929,False,,0,,,,,,,,"[{'screen_name': 'andrewkaylor', 'name': 'andrewkaylor.sol \uea00', 'id': '15384970'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'WR4NYGov', 'name': 'Warren Redlich - Come and Take It - Molon TSLA', 'id': '108365454'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'LucidMotors', 'name': 'Lucid Motors', 'id': '487094283'}, {'screen_name': 'Rivian', 'name': 'Rivian', 'id': '260414018'}]",,,, +1448668361945231362,1448558569922703363,2021-10-14 19:13:47 Arabian Standard Time,2021-10-14,19:13:47,+0400,44196397,elonmusk,Elon Musk,,"@harrison_astro Yes, we are talking to airlines about installing Starlink. Please let them know if you want it on your airliner. Low latency ~half gigabit connectivity in the air!",en,[],[],[],603,552,9592,[],[],https://twitter.com/elonmusk/status/1448668361945231362,False,,0,,,,,,,,"[{'screen_name': 'harrison_astro', 'name': 'Harrison 🚀', 'id': '1319009348660514816'}]",,,, +1448666292366426115,1448610593775267842,2021-10-14 19:05:33 Arabian Standard Time,2021-10-14,19:05:33,+0400,44196397,elonmusk,Elon Musk,,@WR4NYGov @Tesla @LucidMotors @Rivian These are strange days,en,[],[],[],679,599,16730,[],[],https://twitter.com/elonmusk/status/1448666292366426115,False,,0,,,,,,,,"[{'screen_name': 'WR4NYGov', 'name': 'Warren Redlich - Come and Take It - Molon TSLA', 'id': '108365454'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'LucidMotors', 'name': 'Lucid Motors', 'id': '487094283'}, {'screen_name': 'Rivian', 'name': 'Rivian', 'id': '260414018'}]",,,, +1448569328060624897,1448547182630506499,2021-10-14 12:40:15 Arabian Standard Time,2021-10-14,12:40:15,+0400,44196397,elonmusk,Elon Musk,,@JayinShanghai @brc06 @Tesla @TeslaCharging @teslacn They will,en,[],[],[],251,126,3007,[],[],https://twitter.com/elonmusk/status/1448569328060624897,False,,0,,,,,,,,"[{'screen_name': 'JayinShanghai', 'name': 'Jay in Shanghai 🇨🇳', 'id': '1082181922606858241'}, {'screen_name': 'brc06', 'name': 'baris', 'id': '36868802'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'TeslaCharging', 'name': 'Tesla Charging', 'id': '1346535293449428992'}, {'screen_name': 'teslacn', 'name': 'Tesla Greater China', 'id': '1201427034754318337'}]",,,, +1448569229289005056,1448558569922703363,2021-10-14 12:39:52 Arabian Standard Time,2021-10-14,12:39:52,+0400,44196397,elonmusk,Elon Musk,,@PPathole Many great suggestions in this thread!,en,[],[],[],432,179,5561,[],[],https://twitter.com/elonmusk/status/1448569229289005056,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1448567830560002050,1448558569922703363,2021-10-14 12:34:18 Arabian Standard Time,2021-10-14,12:34:18,+0400,44196397,elonmusk,Elon Musk,,@1001000_1100100 @PPathole https://t.co/49ec0mw24P,und,[],[],['https://pbs.twimg.com/tweet_video_thumb/FBpYwHmXIAETJD_.jpg'],691,2186,30528,[],[],https://twitter.com/elonmusk/status/1448567830560002050,False,,1,https://pbs.twimg.com/tweet_video_thumb/FBpYwHmXIAETJD_.jpg,,,,,,,"[{'screen_name': '1001000_1100100', 'name': 'マルコ', 'id': '1354804166615461891'}]",,,, +1448566282538913798,1448558569922703363,2021-10-14 12:28:09 Arabian Standard Time,2021-10-14,12:28:09,+0400,44196397,elonmusk,Elon Musk,,"@PPathole Death Note, Evangelion, Ghost in the Shell, Spirited Away, Princess Mononoke, Full Metal Alchemist, Your Name",en,[],[],[],4421,12283,97718,[],[],https://twitter.com/elonmusk/status/1448566282538913798,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1448558569922703363,1448558569922703363,2021-10-14 11:57:30 Arabian Standard Time,2021-10-14,11:57:30,+0400,44196397,elonmusk,Elon Musk,,Can’t wait to be in Genshin Impact 🤣,en,[],[],[],16039,33357,304196,[],[],https://twitter.com/elonmusk/status/1448558569922703363,False,,0,,,,,,,,[],,,, +1448530615763099649,1448371166230433793,2021-10-14 10:06:25 Arabian Standard Time,2021-10-14,10:06:25,+0400,44196397,elonmusk,Elon Musk,,@TeslaClubLA @PhilBrock4SM @SaMoMayor @SaMoManager Hoping to get this done soon,en,[],[],[],362,184,5114,[],[],https://twitter.com/elonmusk/status/1448530615763099649,False,,0,,,,,,,,"[{'screen_name': 'TeslaClubLA', 'name': 'TeslaClubLA', 'id': '3012789296'}, {'screen_name': 'PhilBrock4SM', 'name': 'Phil Brock', 'id': '2337701006'}, {'screen_name': 'SaMoMayor', 'name': 'SaMoMayor', 'id': '915020946385256448'}, {'screen_name': 'samomanager', 'name': '@SaMoManager', 'id': '1494735801829105670'}]",,,, +1448480581847633920,1448472106748956672,2021-10-14 06:47:36 Arabian Standard Time,2021-10-14,06:47:36,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 💯,und,[],[],[],1038,1361,10100,[],[],https://twitter.com/elonmusk/status/1448480581847633920,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1448445493936148480,1448285400083038208,2021-10-14 04:28:11 Arabian Standard Time,2021-10-14,04:28:11,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 🤣,und,[],[],[],785,948,14248,[],[],https://twitter.com/elonmusk/status/1448445493936148480,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1448444132259627012,1448127881054507014,2021-10-14 04:22:46 Arabian Standard Time,2021-10-14,04:22:46,+0400,44196397,elonmusk,Elon Musk,,@timetravelart Aspirationally for everyone,en,[],[],[],986,1082,37568,[],[],https://twitter.com/elonmusk/status/1448444132259627012,False,,0,,,,,,,,"[{'screen_name': 'timetravelart', 'name': 'jem', 'id': '3085089159'}]",,,, +1448442576827080704,1448343472222584832,2021-10-14 04:16:35 Arabian Standard Time,2021-10-14,04:16:35,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 👍,und,[],[],[],764,1235,10485,[],[],https://twitter.com/elonmusk/status/1448442576827080704,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1448277228194836484,1448271725909708805,2021-10-13 17:19:33 Arabian Standard Time,2021-10-13,17:19:33,+0400,44196397,elonmusk,Elon Musk,,@NASA @WilliamShatner Godspeed Captain,en,[],[],[],1338,2063,40716,[],[],https://twitter.com/elonmusk/status/1448277228194836484,False,,0,,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'WilliamShatner', 'name': 'William Shatner', 'id': '15227791'}]",,,, +1448061617715961865,1448060894605369359,2021-10-13 03:02:48 Arabian Standard Time,2021-10-13,03:02:48,+0400,44196397,elonmusk,Elon Musk,,@UniverCurious @TechInsider “Lasers”,en,[],[],[],559,180,3989,[],[],https://twitter.com/elonmusk/status/1448061617715961865,False,,0,,,,,,,,"[{'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}, {'screen_name': 'TechInsider', 'name': 'Tech Insider', 'id': '3224616765'}]",,,, +1448041983973396483,1448024635820310529,2021-10-13 01:44:46 Arabian Standard Time,2021-10-13,01:44:46,+0400,44196397,elonmusk,Elon Musk,,@JeffTutorials @Manic_Marge @Tesla Maybe next week. We’d like to get to 10.3 before expanding the beta.,en,[],[],[],397,176,2658,[],[],https://twitter.com/elonmusk/status/1448041983973396483,False,,0,,,,,,,,"[{'screen_name': 'JeffTutorials', 'name': 'Jeff 💙✌️', 'id': '2694154514'}, {'screen_name': 'Manic_Marge', 'name': 'Marge', 'id': '596204926'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1448041526551060485,1448024635820310529,2021-10-13 01:42:57 Arabian Standard Time,2021-10-13,01:42:57,+0400,44196397,elonmusk,Elon Musk,,@Manic_Marge @Tesla Always,en,[],[],[],329,161,5276,[],[],https://twitter.com/elonmusk/status/1448041526551060485,False,,0,,,,,,,,"[{'screen_name': 'Manic_Marge', 'name': 'Marge', 'id': '596204926'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1448041009590542336,1448013213090476033,2021-10-13 01:40:54 Arabian Standard Time,2021-10-13,01:40:54,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @JonErlichman 😜,und,[],[],[],1623,1698,47017,[],[],https://twitter.com/elonmusk/status/1448041009590542336,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'JonErlichman', 'name': 'Jon Erlichman', 'id': '164425558'}]",,,, +1448038154993213441,1448029596289572874,2021-10-13 01:29:34 Arabian Standard Time,2021-10-13,01:29:34,+0400,44196397,elonmusk,Elon Musk,,"@coffeetabletsla @alex_avoigt Agreed. Trying to get all the approvals needed to offer insurance is extremely difficult, but it’s coming.",en,[],[],[],216,169,3086,[],[],https://twitter.com/elonmusk/status/1448038154993213441,False,,0,,,,,,,,"[{'screen_name': 'coffeetabletsla', 'name': 'Coffee Table Tesla', 'id': '1106222798517751809'}, {'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}]",,,, +1448021992251301888,1447971501467062277,2021-10-13 00:25:20 Arabian Standard Time,2021-10-13,00:25:20,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV Production, supply chain & logistics are so hard!",en,[],[],[],909,583,12437,[],[],https://twitter.com/elonmusk/status/1448021992251301888,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1447812781609209858,1447637118126338051,2021-10-12 10:34:00 Arabian Standard Time,2021-10-12,10:34:00,+0400,44196397,elonmusk,Elon Musk,,@SciGuySpace Yeah,en,[],[],[],733,315,11377,[],[],https://twitter.com/elonmusk/status/1447812781609209858,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1447766824121245699,1447741055160496131,2021-10-12 07:31:23 Arabian Standard Time,2021-10-12,07:31:23,+0400,44196397,elonmusk,Elon Musk,,"@cleantechnica But they should go electric now. Less range, but so easy, quiet & clean.",en,[],[],[],354,219,3800,[],[],https://twitter.com/elonmusk/status/1447766824121245699,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1447766077497389061,1447741055160496131,2021-10-12 07:28:25 Arabian Standard Time,2021-10-12,07:28:25,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica There is something great about the Cessna 172/182 design,en,[],[],[],382,242,6070,[],[],https://twitter.com/elonmusk/status/1447766077497389061,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1447733819780386819,1447733010074271748,2021-10-12 05:20:14 Arabian Standard Time,2021-10-12,05:20:14,+0400,44196397,elonmusk,Elon Musk,,"@RGVaerialphotos Yeah, on its way (sigh)",en,[],[],[],291,149,4533,[],[],https://twitter.com/elonmusk/status/1447733819780386819,False,,0,,,,,,,,"[{'screen_name': 'RGVaerialphotos', 'name': 'RGV Aerial Photography', 'id': '752724282925412352'}]",,,, +1447733010074271748,1447733010074271748,2021-10-12 05:17:01 Arabian Standard Time,2021-10-12,05:17:01,+0400,44196397,elonmusk,Elon Musk,,Starship Launch Site https://t.co/1pNMpc57Q2,en,[],[],[],10179,8950,111406,[],[],https://twitter.com/elonmusk/status/1447733010074271748,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1447732976909836292/pu/img/wVt8Pg4BjpG73s8U.jpg,,,,,,,[],,,, +1447716952445575173,1447669857680506884,2021-10-12 04:13:13 Arabian Standard Time,2021-10-12,04:13:13,+0400,44196397,elonmusk,Elon Musk,,"@NakamotoQuotes Beenz, Beenz the musical fruit the more you eat the more you toot",en,[],[],[],416,236,2884,[],[],https://twitter.com/elonmusk/status/1447716952445575173,False,,0,,,,,,,,"[{'screen_name': 'NakamotoQuotes', 'name': 'Satoshi Nakamoto Bot', 'id': '941674227895357440'}]",,,, +1447615530555170817,1447457121973542913,2021-10-11 21:30:12 Arabian Standard Time,2021-10-11,21:30:12,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @Writer_01001101 All the stairwells currently shown as wood-clad will actually have graffiti,en,[],[],[],421,234,5038,[],[],https://twitter.com/elonmusk/status/1447615530555170817,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'Writer_01001101', 'name': 'Maria Merano', 'id': '1340818480925294592'}]",,,, +1447610626499497985,1447595431345762309,2021-10-11 21:10:43 Arabian Standard Time,2021-10-11,21:10:43,+0400,44196397,elonmusk,Elon Musk,,@NASASpaceflight Starship is a hard problem,en,[],[],[],424,244,5244,[],[],https://twitter.com/elonmusk/status/1447610626499497985,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1447602353935323136,1447594973302607872,2021-10-11 20:37:50 Arabian Standard Time,2021-10-11,20:37:50,+0400,44196397,elonmusk,Elon Musk,,@lexfridman Not to mention warm-up latency,en,[],[],[],756,377,17578,[],[],https://twitter.com/elonmusk/status/1447602353935323136,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1447588987317547014,1447504887210598400,2021-10-11 19:44:44 Arabian Standard Time,2021-10-11,19:44:44,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Vision became so good that radar actually reduced SNR, so radar was turned off. Humans drive with eyes & biological neural nets, so makes sense that cameras & silicon neural nets are only way to achieve generalized solution to self-driving.",en,[],[],[],677,508,6155,[],[],https://twitter.com/elonmusk/status/1447588987317547014,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1447587130251911169,1447582785431121922,2021-10-11 19:37:21 Arabian Standard Time,2021-10-11,19:37:21,+0400,44196397,elonmusk,Elon Musk,,@28delayslater 🤣,und,[],[],[],489,232,5541,[],[],https://twitter.com/elonmusk/status/1447587130251911169,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1447586873522761732,1447498157278048256,2021-10-11 19:36:20 Arabian Standard Time,2021-10-11,19:36:20,+0400,44196397,elonmusk,Elon Musk,,"@matty_mogul @Tesla @karpathy Just want to emphasize this is the work of hundreds of awesome engineers in both software & hardware, over 1000 data analysts & billions of owner miles",en,[],[],[],313,585,10697,[],[],https://twitter.com/elonmusk/status/1447586873522761732,False,,0,,,,,,,,"[{'screen_name': 'matty_mogul', 'name': 'Matt Joyce', 'id': '1112492846970490882'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +1447581205407232000,1446104772092772352,2021-10-11 19:13:48 Arabian Standard Time,2021-10-11,19:13:48,+0400,44196397,elonmusk,Elon Musk,,"@CoffeexAnarchy Low occlusion gates are challenging, but should be fixed soon",en,[],[],[],241,68,1940,[],[],https://twitter.com/elonmusk/status/1447581205407232000,False,,0,,,,,,,,"[{'screen_name': 'CoffeexAnarchy', 'name': 'CoffeexAnarchy', 'id': '1161773376'}]",,,, +1447472059152408578,1446104772092772352,2021-10-11 12:00:06 Arabian Standard Time,2021-10-11,12:00:06,+0400,44196397,elonmusk,Elon Musk,,Beta 10.2 now rolling out to cars with 100/100 safety score over 100 miles,en,[],[],[],2634,1274,26744,[],[],https://twitter.com/elonmusk/status/1447472059152408578,False,,0,,,,,,,,[],,,, +1447459661821583361,1447459196543242240,2021-10-11 11:10:50 Arabian Standard Time,2021-10-11,11:10:50,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog It will be available in perforated rolls,en,[],[],[],339,160,4334,[],[],https://twitter.com/elonmusk/status/1447459661821583361,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1447458704970764290,1447308309883666435,2021-10-11 11:07:02 Arabian Standard Time,2021-10-11,11:07:02,+0400,44196397,elonmusk,Elon Musk,,"@Papapishu [puff, puff] what if the cure for cancer [puff, puff] was in the leaf 🍃?? 🤯🤯",en,[],[],[],596,355,5119,[],[],https://twitter.com/elonmusk/status/1447458704970764290,False,,0,,,,,,,,"[{'screen_name': 'Papapishu', 'name': 'the empath gamer', 'id': '7961342'}]",,,, +1447445534504099842,1447308309883666435,2021-10-11 10:14:42 Arabian Standard Time,2021-10-11,10:14:42,+0400,44196397,elonmusk,Elon Musk,,@Papapishu 🤣🤣,und,[],[],[],238,106,4738,[],[],https://twitter.com/elonmusk/status/1447445534504099842,False,,0,,,,,,,,"[{'screen_name': 'Papapishu', 'name': 'the empath gamer', 'id': '7961342'}]",,,, +1447441366305284098,1447397356010307586,2021-10-11 09:58:08 Arabian Standard Time,2021-10-11,09:58:08,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog It’s coming,en,[],[],[],395,201,3139,[],[],https://twitter.com/elonmusk/status/1447441366305284098,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1447429063421820931,1447250505764413448,2021-10-11 09:09:15 Arabian Standard Time,2021-10-11,09:09:15,+0400,44196397,elonmusk,Elon Musk,,@BB_BORISBREJCHA @FelixHohagen Thanks for playing Giga Berlin!,en,[],[],[],276,190,7863,[],[],https://twitter.com/elonmusk/status/1447429063421820931,False,,0,,,,,,,,"[{'screen_name': 'BB_BORISBREJCHA', 'name': 'Boris Brejcha', 'id': '349027628'}, {'screen_name': 'FelixHohagen', 'name': 'Felix Hohagen', 'id': '1060109471928762368'}]",,,, +1447426189660880898,1447403828505088011,2021-10-11 08:57:50 Arabian Standard Time,2021-10-11,08:57:50,+0400,44196397,elonmusk,Elon Musk,,@JeffBezos 🥈,und,[],[],[],5553,10461,116346,[],[],https://twitter.com/elonmusk/status/1447426189660880898,False,,0,,,,,,,,"[{'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}]",,,, +1447198837873922049,1445918244791980036,2021-10-10 17:54:25 Arabian Standard Time,2021-10-10,17:54:25,+0400,44196397,elonmusk,Elon Musk,,"@eggshellfriend I love ALW! Couldn’t agree more. My dog Marvin is Havanese too, although I’m *his* emotional support human.",en,[],[],[],615,263,2922,[],[],https://twitter.com/elonmusk/status/1447198837873922049,False,,0,,,,,,,,"[{'screen_name': 'eggshellfriend', 'name': 'dj fuck', 'id': '2222488849'}]",,,, +1447082931785240577,1447043848589365249,2021-10-10 10:13:51 Arabian Standard Time,2021-10-10,10:13:51,+0400,44196397,elonmusk,Elon Musk,,@Sofiaan @Tesla Team is in fact working hard! They just confirmed 10.2 is good to go tomorrow night.,en,[],[],[],761,434,8076,[],[],https://twitter.com/elonmusk/status/1447082931785240577,False,,0,,,,,,,,"[{'screen_name': 'Sofiaan', 'name': 'Sofiaan Fraval', 'id': '49417006'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1447078500289196033,1447069961868906498,2021-10-10 09:56:14 Arabian Standard Time,2021-10-10,09:56:14,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica It’s true,en,[],[],[],580,437,11269,[],[],https://twitter.com/elonmusk/status/1447078500289196033,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1446981625187864576,1446971648805068803,2021-10-10 03:31:17 Arabian Standard Time,2021-10-10,03:31:17,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt @AustinTeslaClub Hell yeah,en,[],[],[],1013,676,19376,[],[],https://twitter.com/elonmusk/status/1446981625187864576,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}, {'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}]",,,, +1446942453697814533,1446826599739846659,2021-10-10 00:55:38 Arabian Standard Time,2021-10-10,00:55:38,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX @4thFromOurStar Sure hope so!,en,[],[],[],472,272,8635,[],[],https://twitter.com/elonmusk/status/1446942453697814533,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': '4thFromOurStar', 'name': 'Mars', 'id': '1091459141397180416'}]",,,, +1446937094363000833,1446810591889395716,2021-10-10 00:34:20 Arabian Standard Time,2021-10-10,00:34:20,+0400,44196397,elonmusk,Elon Musk,,@Gfilche Physics ftw,en,[],[],[],372,290,7484,[],[],https://twitter.com/elonmusk/status/1446937094363000833,False,,0,,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}]",,,, +1446934834392272896,1446931939932491779,2021-10-10 00:25:21 Arabian Standard Time,2021-10-10,00:25:21,+0400,44196397,elonmusk,Elon Musk,,"@flcnhvy These are nice, but high time we built a really big Tesla coil!",en,[],[],[],720,545,12457,[],[],https://twitter.com/elonmusk/status/1446934834392272896,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1446934123839467525,1446901744802222081,2021-10-10 00:22:32 Arabian Standard Time,2021-10-10,00:22:32,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Cells & FSD are massive, the rest is just beauty & romance … but life is empty without those last two",en,[],[],[],402,557,8674,[],[],https://twitter.com/elonmusk/status/1446934123839467525,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1446932789266423815,1446777427166892034,2021-10-10 00:17:14 Arabian Standard Time,2021-10-10,00:17:14,+0400,44196397,elonmusk,Elon Musk,,"@shortword Yeah, headlights are precision LED, so they can be bright without blinding oncoming traffic, pedestrians & cyclists",en,[],[],[],340,329,8816,[],[],https://twitter.com/elonmusk/status/1446932789266423815,False,,0,,,,,,,,"[{'screen_name': 'shortword', 'name': 'Paul Kelly 🇮🇪', 'id': '15645692'}]",,,, +1446835576729182214,1446794633636425729,2021-10-09 17:50:57 Arabian Standard Time,2021-10-09,17:50:57,+0400,44196397,elonmusk,Elon Musk,,"@truth_tesla It will hopefully achieve sustained cycle time of 45 seconds. At 75% uptime over an average week, that’s ~10k/week if run 24/7.",en,[],[],[],598,390,6954,[],[],https://twitter.com/elonmusk/status/1446835576729182214,False,,0,,,,,,,,"[{'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}]",,,, +1446759772620005379,1446749021389819905,2021-10-09 12:49:43 Arabian Standard Time,2021-10-09,12:49:43,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Sunday/Monday,en,[],[],[],582,302,7702,[],[],https://twitter.com/elonmusk/status/1446759772620005379,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1446753323147743233,1446751520909930496,2021-10-09 12:24:06 Arabian Standard Time,2021-10-09,12:24:06,+0400,44196397,elonmusk,Elon Musk,,@ErwinLindeman20 Das klingt nach “Space Party”,de,[],[],[],479,202,8650,[],[],https://twitter.com/elonmusk/status/1446753323147743233,False,,0,,,,,,,,[],,,, +1446752265012908032,1446104772092772352,2021-10-09 12:19:53 Arabian Standard Time,2021-10-09,12:19:53,+0400,44196397,elonmusk,Elon Musk,,A few last minute concerns about this build. Release likely on Sunday or Monday. Sorry for the delay.,en,[],[],[],3510,1138,24617,[],[],https://twitter.com/elonmusk/status/1446752265012908032,False,,0,,,,,,,,[],,,, +1446751520909930496,1446751520909930496,2021-10-09 12:16:56 Arabian Standard Time,2021-10-09,12:16:56,+0400,44196397,elonmusk,Elon Musk,,Giga Berlin-Brandenburg Spaß-Party heute!,de,[],[],[],5652,4139,87032,[],[],https://twitter.com/elonmusk/status/1446751520909930496,False,,0,,,,,,,,[],,,, +1446535128545693699,1446501163801538563,2021-10-08 21:57:04 Arabian Standard Time,2021-10-08,21:57:04,+0400,44196397,elonmusk,Elon Musk,,@LifeofMikej @TeslaOwnersBC @DriveTeslaca @Tesla @Teslarati There are many small joys as you explore the car & more to come via software updates,en,[],[],[],438,259,7827,[],[],https://twitter.com/elonmusk/status/1446535128545693699,False,,0,,,,,,,,"[{'screen_name': 'LifeofMikej', 'name': 'Mike', 'id': '423025346'}, {'screen_name': 'TeslaOwnersBC', 'name': 'Tesla Owners Club of BC', 'id': '4908464210'}, {'screen_name': 'DriveTeslaca', 'name': 'Drive Tesla 🇨🇦', 'id': '1169348503975317504'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1446534692891725827,1446481502951378946,2021-10-08 21:55:20 Arabian Standard Time,2021-10-08,21:55:20,+0400,44196397,elonmusk,Elon Musk,,@Model3Owners So crazy to have come this far!,en,[],[],[],564,420,9896,[],[],https://twitter.com/elonmusk/status/1446534692891725827,False,,0,,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1446520043102162949,1446477811846316035,2021-10-08 20:57:07 Arabian Standard Time,2021-10-08,20:57:07,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com Exactly,en,[],[],[],1235,780,19655,[],[],https://twitter.com/elonmusk/status/1446520043102162949,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1446402790205579264,1446401165965529088,2021-10-08 13:11:12 Arabian Standard Time,2021-10-08,13:11:12,+0400,44196397,elonmusk,Elon Musk,,"If you’d like to join Tesla AI, but can’t easily move to Palo Alto or Austin, that is acceptable for extremely excellent candidates where inefficiency of distance is overcome by talent",en,[],[],[],2772,1898,41491,[],[],https://twitter.com/elonmusk/status/1446402790205579264,False,,0,,,,,,,,[],,,, +1446402077014515718,1446401165965529088,2021-10-08 13:08:22 Arabian Standard Time,2021-10-08,13:08:22,+0400,44196397,elonmusk,Elon Musk,,Sorry if we’ve been too dumb to respond to you. Please cite evidence of exceptional ability in a few bullet points. Nothing else matters.,en,[],[],[],2924,1533,35100,[],[],https://twitter.com/elonmusk/status/1446402077014515718,False,,0,,,,,,,,[],,,, +1446401165965529088,1446401165965529088,2021-10-08 13:04:45 Arabian Standard Time,2021-10-08,13:04:45,+0400,44196397,elonmusk,Elon Musk,,Please consider joining Tesla AI software or hardware teams! https://t.co/HgigdtenKN,en,[],[],['https://pbs.twimg.com/media/FBKmLrvWYA8q4_J.jpg'],8151,5416,75630,[],[],https://twitter.com/elonmusk/status/1446401165965529088,False,,1,https://pbs.twimg.com/media/FBKmLrvWYA8q4_J.jpg,,,,,,,[],,,, +1446228825889820677,1446189634359332864,2021-10-08 01:39:56 Arabian Standard Time,2021-10-08,01:39:56,+0400,44196397,elonmusk,Elon Musk,,"@PeterDiamandis I’m so dying to do a supersonic, electric VOTL jet, but adding more work will make my 🧠 🧨",en,[],[],[],2389,1538,30224,[],[],https://twitter.com/elonmusk/status/1446228825889820677,False,,0,,,,,,,,"[{'screen_name': 'PeterDiamandis', 'name': 'Peter H. Diamandis, MD', 'id': '14710129'}]",,,, +1446125877494833162,1446125877494833162,2021-10-07 18:50:51 Arabian Standard Time,2021-10-07,18:50:51,+0400,44196397,elonmusk,Elon Musk,,"Starlink is designed for low to medium population density, which means we can hit max users in some areas fast. Please sign up early to ensure a spot. As more satellites roll out, SpaceX will be able to serve more. https://t.co/Q1VvqVmJ2i",en,[],['http://Starlink.com'],[],6699,4207,41801,[],[],https://twitter.com/elonmusk/status/1446125877494833162,False,,0,,,,,,,,[],,,, +1446125039447777282,1446104772092772352,2021-10-07 18:47:31 Arabian Standard Time,2021-10-07,18:47:31,+0400,44196397,elonmusk,Elon Musk,,"@jc_comrade Should be nationwide rollout by end of month. Note, still limited by peak number of users in same area. This will improve as more satellites are launched.",en,[],[],[],312,148,2488,[],[],https://twitter.com/elonmusk/status/1446125039447777282,False,,0,,,,,,,,"[{'screen_name': 'jc_comrade', 'name': 'JC_Comrade', 'id': '1183542733367119878'}]",,,, +1446124579525591056,1446104772092772352,2021-10-07 18:45:42 Arabian Standard Time,2021-10-07,18:45:42,+0400,44196397,elonmusk,Elon Musk,,@GerberKawasaki Haha true,tl,[],[],[],208,86,2915,[],[],https://twitter.com/elonmusk/status/1446124579525591056,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1446124536978546692,1446104772092772352,2021-10-07 18:45:31 Arabian Standard Time,2021-10-07,18:45:31,+0400,44196397,elonmusk,Elon Musk,,@johnkrausphotos Definitely further refinements coming to (early beta) safety test score. It will be refined continuously until it is an extremely good predictor of crash probability. Exciting actuarial problem!,en,[],[],[],218,172,3538,[],[],https://twitter.com/elonmusk/status/1446124536978546692,False,,0,,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}]",,,, +1446110654767800322,1446104772092772352,2021-10-07 17:50:22 Arabian Standard Time,2021-10-07,17:50:22,+0400,44196397,elonmusk,Elon Musk,,@lexfridman Sure,en,[],[],[],494,255,9607,[],[],https://twitter.com/elonmusk/status/1446110654767800322,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1446110463893426177,1446037796066562048,2021-10-07 17:49:36 Arabian Standard Time,2021-10-07,17:49:36,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @13ericralph31 It’s a big deal that Dragon is reusable, with improved refurbishment efficiency with each passing flight! This is not the case for other orbital spacecraft. It means the spacefleet grows every time a new Dragon is made.",en,[],[],[],317,459,7642,[],[],https://twitter.com/elonmusk/status/1446110463893426177,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}]",,,, +1446108839737061378,1446104772092772352,2021-10-07 17:43:09 Arabian Standard Time,2021-10-07,17:43:09,+0400,44196397,elonmusk,Elon Musk,,"@probablyup Long list of mostly little items, but driving experience is significantly better. We will put notable changes in the release notes.",en,[],[],[],123,84,2126,[],[],https://twitter.com/elonmusk/status/1446108839737061378,False,,0,,,,,,,,"[{'screen_name': 'probablyup', 'name': 'Evan Jacobs 🇺🇦', 'id': '74507569'}]",,,, +1446107701839343620,1446104772092772352,2021-10-07 17:38:38 Arabian Standard Time,2021-10-07,17:38:38,+0400,44196397,elonmusk,Elon Musk,,@jgrano305 Everyone with a perfect score with get it. There are ~1000 owners with perfect scores. Maybe 1100 to 1200 by Friday night.,en,[],[],[],338,165,3090,[],[],https://twitter.com/elonmusk/status/1446107701839343620,False,,0,,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y 🇺🇸🇮🇱', 'id': '817567541371539457'}]",,,, +1446107136975572999,1446104772092772352,2021-10-07 17:36:23 Arabian Standard Time,2021-10-07,17:36:23,+0400,44196397,elonmusk,Elon Musk,,"@TeslaClubWI Note, quality of experience can vary dramatically, as our neural nets have far more training data in some parts of the country than others, but this should improve rapidly with more driving in those regions.",en,[],[],[],122,114,1924,[],[],https://twitter.com/elonmusk/status/1446107136975572999,False,,0,,,,,,,,"[{'screen_name': 'TeslaClubWI', 'name': 'Tesla Owners Wisconsin', 'id': '1050859472485150720'}]",,,, +1446105979796471813,1446104772092772352,2021-10-07 17:31:47 Arabian Standard Time,2021-10-07,17:31:47,+0400,44196397,elonmusk,Elon Musk,,@TeslaClubWI Yes,und,[],[],[],156,76,2031,[],[],https://twitter.com/elonmusk/status/1446105979796471813,False,,0,,,,,,,,"[{'screen_name': 'TeslaClubWI', 'name': 'Tesla Owners Wisconsin', 'id': '1050859472485150720'}]",,,, +1446105642842869761,1445817573430419462,2021-10-07 17:30:27 Arabian Standard Time,2021-10-07,17:30:27,+0400,44196397,elonmusk,Elon Musk,,@SahilBloom Try explaining it to a 17-month-old – that’s hard!,en,[],[],[],499,342,10781,[],[],https://twitter.com/elonmusk/status/1446105642842869761,False,,0,,,,,,,,"[{'screen_name': 'SahilBloom', 'name': 'Sahil Bloom', 'id': '312681953'}]",,,, +1446104772092772352,1446104772092772352,2021-10-07 17:26:59 Arabian Standard Time,2021-10-07,17:26:59,+0400,44196397,elonmusk,Elon Musk,,"FSD Beta 10.2 rolls out Friday midnight to ~1000 owners with perfect 100/100 safety scores. Rollouts will hold for several days after that to see how it goes. If that looks good, beta will gradually begin rolling out to 99 scores & below.",en,[],[],[],20725,5858,80979,[],[],https://twitter.com/elonmusk/status/1446104772092772352,False,,0,,,,,,,,[],,,, +1445479315345342466,1445478462190329857,2021-10-06 00:01:39 Arabian Standard Time,2021-10-06,00:01:39,+0400,44196397,elonmusk,Elon Musk,,@F_Nela1 @Teslarati 🤣🤣,und,[],[],[],949,158,3498,[],[],https://twitter.com/elonmusk/status/1445479315345342466,False,,0,,,,,,,,"[{'screen_name': 'F_Nela1', 'name': 'Mr.Nela', 'id': '1332685942218485761'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1445450077225426948,1445440890235805696,2021-10-05 22:05:28 Arabian Standard Time,2021-10-05,22:05:28,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica Tesla always pays its debts,en,[],[],[],3486,2321,57427,[],[],https://twitter.com/elonmusk/status/1445450077225426948,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1445087513585102853,1445086813631221762,2021-10-04 22:04:46 Arabian Standard Time,2021-10-04,22:04:46,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @KlenderJoey This was *extremely* difficult. Huge props to Tesla engineering, supply chain, production & key suppliers.",en,[],[],[],1592,878,18173,[],[],https://twitter.com/elonmusk/status/1445087513585102853,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1444840184500129797,1444840184500129797,2021-10-04 05:41:58 Arabian Standard Time,2021-10-04,05:41:58,+0400,44196397,elonmusk,Elon Musk,,Floki Frunkpuppy https://t.co/xAr8T0Jfdf,de,[],[],['https://pbs.twimg.com/media/FA0afL1X0AIySyt.jpg'],36257,35797,405640,[],[],https://twitter.com/elonmusk/status/1444840184500129797,False,,1,https://pbs.twimg.com/media/FA0afL1X0AIySyt.jpg,,,,,,,[],,,, +1444793562424614915,1444774412113285120,2021-10-04 02:36:42 Arabian Standard Time,2021-10-04,02:36:42,+0400,44196397,elonmusk,Elon Musk,,@StianWalgermo @Tesla @WholeMarsBlog Wow!,und,[],[],[],614,313,8633,[],[],https://twitter.com/elonmusk/status/1444793562424614915,False,,0,,,,,,,,"[{'screen_name': 'StianWalgermo', 'name': 'Walgermo', 'id': '1860572792'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1444778635425206273,1444702902132482049,2021-10-04 01:37:24 Arabian Standard Time,2021-10-04,01:37:24,+0400,44196397,elonmusk,Elon Musk,,"@TheStonkJunky Awesome, effortless ordering is our goal :)",en,[],[],[],348,200,4954,[],[],https://twitter.com/elonmusk/status/1444778635425206273,False,,0,,,,,,,,"[{'screen_name': 'TheStonkJunky', 'name': 'Houlson🦍', 'id': '1251956774862643200'}]",,,, +1444647286424936452,1444360445888974850,2021-10-03 16:55:27 Arabian Standard Time,2021-10-03,16:55:27,+0400,44196397,elonmusk,Elon Musk,,@PPathole Tough choice – so many great movies –but Spaceballs for me,en,[],[],[],524,179,3691,[],[],https://twitter.com/elonmusk/status/1444647286424936452,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1444645326053326848,1444360445888974850,2021-10-03 16:47:40 Arabian Standard Time,2021-10-03,16:47:40,+0400,44196397,elonmusk,Elon Musk,,@vm_one1 Lookin good …,en,[],[],[],303,135,2791,[],[],https://twitter.com/elonmusk/status/1444645326053326848,False,,0,,,,,,,,"[{'screen_name': 'vm_one1', 'name': 'VM.$tsla', 'id': '701228042216050690'}]",,,, +1444644149395959808,1444360445888974850,2021-10-03 16:43:00 Arabian Standard Time,2021-10-03,16:43:00,+0400,44196397,elonmusk,Elon Musk,,"Walk this way … no, *this* way … https://t.co/5DHEOh9Rke",en,[],['https://m.youtube.com/watch?v=ZL9Q_0JtMNA'],[],3489,1138,19785,[],[],https://twitter.com/elonmusk/status/1444644149395959808,False,,0,,,,,,,,[],,,, +1444642184209309699,1444641521211478016,2021-10-03 16:35:11 Arabian Standard Time,2021-10-03,16:35:11,+0400,44196397,elonmusk,Elon Musk,,@waitbutwhy 🤣,und,[],[],[],403,159,5808,[],[],https://twitter.com/elonmusk/status/1444642184209309699,False,,0,,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1444575088053997568,1444515392517464067,2021-10-03 12:08:34 Arabian Standard Time,2021-10-03,12:08:34,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt I wish I had had the opportunity to talk to him,en,[],[],[],692,442,9556,[],[],https://twitter.com/elonmusk/status/1444575088053997568,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1444470292261310466,1444444578694582272,2021-10-03 05:12:09 Arabian Standard Time,2021-10-03,05:12:09,+0400,44196397,elonmusk,Elon Musk,,@YoshikiOfficial @Benioff @netflix @TIME @hiromichimizuno @inspiration4x Same,en,[],[],[],192,95,2382,[],[],https://twitter.com/elonmusk/status/1444470292261310466,False,,0,,,,,,,,"[{'screen_name': 'YoshikiOfficial', 'name': 'Yoshiki', 'id': '164043817'}, {'screen_name': 'Benioff', 'name': 'Marc Benioff', 'id': '22330739'}, {'screen_name': 'netflix', 'name': 'Netflix', 'id': '16573941'}, {'screen_name': 'TIME', 'name': 'TIME', 'id': '14293310'}, {'screen_name': 'hiromichimizuno', 'name': 'HIRO MIZUNO', 'id': '72862939'}, {'screen_name': 'inspiration4x', 'name': 'Inspiration4', 'id': '1346194631982247943'}]",,,, +1444443742790995972,1444436137095880712,2021-10-03 03:26:39 Arabian Standard Time,2021-10-03,03:26:39,+0400,44196397,elonmusk,Elon Musk,,"@28delayslater Good point, will discuss with team. Floki pic tomorrow.",en,[],[],[],2267,3314,11864,[],[],https://twitter.com/elonmusk/status/1444443742790995972,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1444432530485268484,1444424110961041408,2021-10-03 02:42:06 Arabian Standard Time,2021-10-03,02:42:06,+0400,44196397,elonmusk,Elon Musk,,@Real_Futurist @flcnhvy @inspiration4x New Dune is good,en,[],[],[],193,124,2811,[],[],https://twitter.com/elonmusk/status/1444432530485268484,False,,0,,,,,,,,"[{'screen_name': 'Real_Futurist', 'name': 'David Flamm 🇺🇦 ❤️ 🕊', 'id': '1354932386'}, {'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'inspiration4x', 'name': 'Inspiration4', 'id': '1346194631982247943'}]",,,, +1444432007111528448,1444424110961041408,2021-10-03 02:40:01 Arabian Standard Time,2021-10-03,02:40:01,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy @inspiration4x I really wanted to like it,en,[],[],[],218,98,2351,[],[],https://twitter.com/elonmusk/status/1444432007111528448,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'inspiration4x', 'name': 'Inspiration4', 'id': '1346194631982247943'}]",,,, +1444424110961041408,1444424110961041408,2021-10-03 02:08:38 Arabian Standard Time,2021-10-03,02:08:38,+0400,44196397,elonmusk,Elon Musk,,Amazing show about @Inspiration4x mission! https://t.co/0nQua4jGiz,en,"[{'screen_name': 'inspiration4x', 'name': 'inspiration4', 'id': '1346194631982247943'}]",['https://www.netflix.com/title/81441273'],[],5645,4264,48437,[],[],https://twitter.com/elonmusk/status/1444424110961041408,False,,0,,,,,,,,[],,,, +1444393403098275846,1443993103329857549,2021-10-03 00:06:37 Arabian Standard Time,2021-10-03,00:06:37,+0400,44196397,elonmusk,Elon Musk,,@alex_avoigt Manufacturing will be Tesla’s long-term competitive strength,en,[],[],[],545,738,12905,[],[],https://twitter.com/elonmusk/status/1444393403098275846,False,,0,,,,,,,,"[{'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}]",,,, +1444362694165938180,1444360445888974850,2021-10-02 22:04:35 Arabian Standard Time,2021-10-02,22:04:35,+0400,44196397,elonmusk,Elon Musk,,This is real btw,en,[],[],[],4729,2176,71133,[],[],https://twitter.com/elonmusk/status/1444362694165938180,False,,0,,,,,,,,[],,,, +1444362460459323392,1444361244996259843,2021-10-02 22:03:40 Arabian Standard Time,2021-10-02,22:03:40,+0400,44196397,elonmusk,Elon Musk,,And thanks very much to our suppliers & logistics partners for coming through despite great difficulties!,en,[],[],[],1473,1127,27157,[],[],https://twitter.com/elonmusk/status/1444362460459323392,False,,0,,,,,,,,[],,,, +1444361244996259843,1444361244996259843,2021-10-02 21:58:50 Arabian Standard Time,2021-10-02,21:58:50,+0400,44196397,elonmusk,Elon Musk,,♥️♥️ Congrats Tesla team! ♥️♥️,es,[],[],[],3338,3391,54692,[],[],https://twitter.com/elonmusk/status/1444361244996259843,False,https://twitter.com/Tesla/status/1444347986025357320,0,,,,,,,,[],,,, +1444360445888974850,1444360445888974850,2021-10-02 21:55:39 Arabian Standard Time,2021-10-02,21:55:39,+0400,44196397,elonmusk,Elon Musk,, https://t.co/J58qKEWdN9,und,[],[],['https://pbs.twimg.com/tweet_video_thumb/FAqPZgJWYAIrVCi.jpg'],8093,15123,200125,[],[],https://twitter.com/elonmusk/status/1444360445888974850,False,,1,https://pbs.twimg.com/tweet_video_thumb/FAqPZgJWYAIrVCi.jpg,,,,,,,[],,,, +1444135225538265090,1443933374813442051,2021-10-02 07:00:43 Arabian Standard Time,2021-10-02,07:00:43,+0400,44196397,elonmusk,Elon Musk,,@RocketLab360 Will be Falcon 9 size sooner or later,en,[],[],[],801,322,8946,[],[],https://twitter.com/elonmusk/status/1444135225538265090,False,,0,,,,,,,,"[{'screen_name': 'RocketLab360', 'name': 'Everything Rocket Lab', 'id': '1366367552717414404'}]",,,, +1443892118745911309,1443891369035042820,2021-10-01 14:54:41 Arabian Standard Time,2021-10-01,14:54:41,+0400,44196397,elonmusk,Elon Musk,,@CStyles45 @Tesla Pushed a week to align with 10.2,en,[],[],[],888,171,3105,[],[],https://twitter.com/elonmusk/status/1443892118745911309,False,,0,,,,,,,,"[{'screen_name': 'CStyles45', 'name': 'Colt Yohman', 'id': '183155058'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1443891369035042820,1443891369035042820,2021-10-01 14:51:43 Arabian Standard Time,2021-10-01,14:51:43,+0400,44196397,elonmusk,Elon Musk,,"With https://t.co/45B5nUBaxb & Powerwall battery you are your own utility. 24/7 clean, sustainable electricity.",en,[],['http://Tesla.com/solarroof'],[],6900,4907,53184,[],[],https://twitter.com/elonmusk/status/1443891369035042820,False,https://twitter.com/Tesla/status/1443889932091731969,0,,,,,,,,[],,,, +1443656168770056194,1443628601639849987,2021-09-30 23:17:07 Arabian Standard Time,2021-09-30,23:17:07,+0400,44196397,elonmusk,Elon Musk,,"@astro_kimbrough @SpaceX Hello @Space_Station, great pic! (That’s me waving)",en,"[{'screen_name': 'space_station', 'name': 'international space station', 'id': '1451773004'}]",[],[],1769,512,13836,[],[],https://twitter.com/elonmusk/status/1443656168770056194,False,,0,,,,,,,,"[{'screen_name': 'astro_kimbrough', 'name': 'Shane Kimbrough', 'id': '721059667217096704'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1443546557727576064,1443325970522378240,2021-09-30 16:01:33 Arabian Standard Time,2021-09-30,16:01:33,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com That is the goal,en,[],[],[],1201,860,20729,[],[],https://twitter.com/elonmusk/status/1443546557727576064,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1443450539124137986,1443436467523657733,2021-09-30 09:40:01 Arabian Standard Time,2021-09-30,09:40:01,+0400,44196397,elonmusk,Elon Musk,,@LabPadre Proof was good!,en,[],[],[],545,439,12094,[],[],https://twitter.com/elonmusk/status/1443450539124137986,False,,0,,,,,,,,"[{'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +1443344727433105412,1443305563992039425,2021-09-30 02:39:33 Arabian Standard Time,2021-09-30,02:39:33,+0400,44196397,elonmusk,Elon Musk,,@pcgamer AMD has been great to work with!,en,[],[],[],710,860,20735,[],[],https://twitter.com/elonmusk/status/1443344727433105412,False,,0,,,,,,,,"[{'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +1443344556452298752,1443318433710370819,2021-09-30 02:38:52 Arabian Standard Time,2021-09-30,02:38:52,+0400,44196397,elonmusk,Elon Musk,,"@Gfilche @freshjiva No guarantees, but I think it will. This is a big part of what I meant by Tesla’s long-term competitive advantage being manufacturing technology.",en,[],[],[],283,447,5670,[],[],https://twitter.com/elonmusk/status/1443344556452298752,False,,0,,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali 🇺🇦', 'id': '348844712'}, {'screen_name': 'freshjiva', 'name': 'Mayur मयूर Thaker ठाकर', 'id': '129235915'}]",,,, +1443339982647619588,1443306021733216258,2021-09-30 02:20:42 Arabian Standard Time,2021-09-30,02:20:42,+0400,44196397,elonmusk,Elon Musk,,@SciGuySpace @verge 🤣🤣,und,[],[],[],788,398,15698,[],[],https://twitter.com/elonmusk/status/1443339982647619588,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'verge', 'name': 'The Verge', 'id': '275686563'}]",,,, +1443302848096178178,1443295389097005065,2021-09-29 23:53:08 Arabian Standard Time,2021-09-29,23:53:08,+0400,44196397,elonmusk,Elon Musk,,"@thesheetztweetz SpaceX has sued to be *allowed* to compete, BO is suing to stop competition",en,[],[],[],509,965,9979,[],[],https://twitter.com/elonmusk/status/1443302848096178178,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1443268776930119680,1443167250299633671,2021-09-29 21:37:45 Arabian Standard Time,2021-09-29,21:37:45,+0400,44196397,elonmusk,Elon Musk,,@SPACEdotcom Maxwell was incredible,en,[],[],[],671,870,7845,[],[],https://twitter.com/elonmusk/status/1443268776930119680,False,,0,,,,,,,,"[{'screen_name': 'SPACEdotcom', 'name': 'SPACE.com', 'id': '15431856'}]",,,, +1443268071964102657,1443104759997681666,2021-09-29 21:34:57 Arabian Standard Time,2021-09-29,21:34:57,+0400,44196397,elonmusk,Elon Musk,,@mortenlund89 Really?,en,[],[],[],443,132,3536,[],[],https://twitter.com/elonmusk/status/1443268071964102657,False,,0,,,,,,,,"[{'screen_name': 'mortenlund89', 'name': 'Morten Grove👀 Captain of all Tesla-Ships 🚢🇺🇦', 'id': '855795055'}]",,,, +1442953321560510467,1442817913837084672,2021-09-29 00:44:15 Arabian Standard Time,2021-09-29,00:44:15,+0400,44196397,elonmusk,Elon Musk,,@NewFolderF @dogeofficialceo @BillyM2k 🤣,und,[],[],[],314,125,2283,[],[],https://twitter.com/elonmusk/status/1442953321560510467,False,,0,,,,,,,,"[{'screen_name': 'NewFolderF', 'name': 'NewFolderF', 'id': '3031946739'}, {'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin 🇺🇦 🦊', 'id': '1355945100216573952'}, {'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1442906126777917442,1442817913837084672,2021-09-28 21:36:43 Arabian Standard Time,2021-09-28,21:36:43,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Hamster has mad skillz!!,en,[],[],[],1551,1349,14166,[],[],https://twitter.com/elonmusk/status/1442906126777917442,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1442882324987850758,1442873567159275534,2021-09-28 20:02:08 Arabian Standard Time,2021-09-28,20:02:08,+0400,44196397,elonmusk,Elon Musk,,@slashdot This is a serious concern.,en,[],[],[],781,333,6847,[],[],https://twitter.com/elonmusk/status/1442882324987850758,False,,0,,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1442878993485664256,1442839545096065033,2021-09-28 19:48:54 Arabian Standard Time,2021-09-28,19:48:54,+0400,44196397,elonmusk,Elon Musk,,@SciGuySpace @Neopork85 @NASASpaceflight We aim to do the most for the least $,en,[],[],[],287,317,5696,[],[],https://twitter.com/elonmusk/status/1442878993485664256,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1442716005936078855,1441560961593262081,2021-09-28 09:01:14 Arabian Standard Time,2021-09-28,09:01:14,+0400,44196397,elonmusk,Elon Musk,,"Apologies, 10.2 release will be a week from Friday",en,[],[],[],2126,782,18808,[],[],https://twitter.com/elonmusk/status/1442716005936078855,False,,0,,,,,,,,[],,,, +1442707528924684293,1441560961593262081,2021-09-28 08:27:33 Arabian Standard Time,2021-09-28,08:27:33,+0400,44196397,elonmusk,Elon Musk,,"@BLKMDL3 First few days probably 100/100, then 99, 98, etc.",en,[],[],[],455,175,3093,[],[],https://twitter.com/elonmusk/status/1442707528924684293,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}]",,,, +1442706542839701510,1441560961593262081,2021-09-28 08:23:38 Arabian Standard Time,2021-09-28,08:23:38,+0400,44196397,elonmusk,Elon Musk,,"Wow, lot of interest in FSD beta! Plan is to roll out version 10.2 midnight Friday, then on-ramp ~1000 owners/day, prioritized by safety rating.",en,[],[],[],2096,1104,22099,[],[],https://twitter.com/elonmusk/status/1442706542839701510,False,,0,,,,,,,,[],,,, +1442636642985160708,1442629385442443266,2021-09-28 03:45:53 Arabian Standard Time,2021-09-28,03:45:53,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @LabPadre If tiles are not super thin, you get hot plasma “waterfalling” off edges of tiles, creating hotspots. That said, I’m not entirely convinced that this couldn’t be done with several overlapping scales of metal sheet with an insulator between scale armor & primary structure.",en,[],[],[],504,294,6276,[],[],https://twitter.com/elonmusk/status/1442636642985160708,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +1442630681360752640,1442629385442443266,2021-09-28 03:22:11 Arabian Standard Time,2021-09-28,03:22:11,+0400,44196397,elonmusk,Elon Musk,,@LabPadre Headed tank vent knocked off a few tiles,en,[],[],[],259,207,5133,[],[],https://twitter.com/elonmusk/status/1442630681360752640,False,,0,,,,,,,,"[{'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +1442588871271718915,1442588666744881153,2021-09-28 00:36:03 Arabian Standard Time,2021-09-28,00:36:03,+0400,44196397,elonmusk,Elon Musk,,@scott_peak Cybertruck option package,en,[],[],[],382,160,3847,[],[],https://twitter.com/elonmusk/status/1442588871271718915,False,,0,,,,,,,,"[{'screen_name': 'scott_peak', 'name': 'Scott', 'id': '124652639'}]",,,, +1442588766510583808,1442588666744881153,2021-09-28 00:35:38 Arabian Standard Time,2021-09-28,00:35:38,+0400,44196397,elonmusk,Elon Musk,,@scott_peak Of course,en,[],[],[],223,88,2576,[],[],https://twitter.com/elonmusk/status/1442588766510583808,False,,0,,,,,,,,"[{'screen_name': 'scott_peak', 'name': 'Scott', 'id': '124652639'}]",,,, +1442588420719595522,1442521949805027335,2021-09-28 00:34:16 Arabian Standard Time,2021-09-28,00:34:16,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @KlenderJoey “ISIS”,en,[],[],[],539,227,4368,[],[],https://twitter.com/elonmusk/status/1442588420719595522,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1442407308382793729,1442398609933316100,2021-09-27 12:34:35 Arabian Standard Time,2021-09-27,12:34:35,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Where is Hitchcock when you need him?,en,[],[],[],768,284,10446,[],[],https://twitter.com/elonmusk/status/1442407308382793729,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1442399621037412352,1442104166122467331,2021-09-27 12:04:02 Arabian Standard Time,2021-09-27,12:04:02,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Illustrates why Tesla sales will soon exceed mass of universe,en,[],[],[],675,672,12718,[],[],https://twitter.com/elonmusk/status/1442399621037412352,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1442359574846185472,1442240316292087809,2021-09-27 09:24:55 Arabian Standard Time,2021-09-27,09:24:55,+0400,44196397,elonmusk,Elon Musk,,"@alex_avoigt In an electric future, batteries are as essential to transport as oil is today",en,[],[],[],1327,1530,23844,[],[],https://twitter.com/elonmusk/status/1442359574846185472,False,,0,,,,,,,,"[{'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}]",,,, +1442197732882632707,1442142105132953600,2021-09-26 22:41:48 Arabian Standard Time,2021-09-26,22:41:48,+0400,44196397,elonmusk,Elon Musk,,@wadeanderson Noted. You should be able to press mic button & say “bug report …”,en,[],[],[],593,149,3253,[],[],https://twitter.com/elonmusk/status/1442197732882632707,False,,0,,,,,,,,"[{'screen_name': 'wadeanderson', 'name': 'Wade Anderson', 'id': '17182121'}]",,,, +1442197132103061508,1442160267283075074,2021-09-26 22:39:25 Arabian Standard Time,2021-09-26,22:39:25,+0400,44196397,elonmusk,Elon Musk,,@coffeetabletsla @kimpaquette Ok,und,[],[],[],157,70,2077,[],[],https://twitter.com/elonmusk/status/1442197132103061508,False,,0,,,,,,,,"[{'screen_name': 'coffeetabletsla', 'name': 'Coffee Table Tesla', 'id': '1106222798517751809'}, {'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄', 'id': '258602317'}]",,,, +1442194774501462017,1442160267283075074,2021-09-26 22:30:03 Arabian Standard Time,2021-09-26,22:30:03,+0400,44196397,elonmusk,Elon Musk,,"@kimpaquette A helpful case to consider, as the roads intersect at unusual angles",en,[],[],[],383,186,6149,[],[],https://twitter.com/elonmusk/status/1442194774501462017,False,,0,,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄 🦊 🇺🇦 ☮️ 🕊', 'id': '258602317'}]",,,, +1442059275157843971,1442058753700810757,2021-09-26 13:31:38 Arabian Standard Time,2021-09-26,13:31:38,+0400,44196397,elonmusk,Elon Musk,,@pcgamer True,en,[],[],[],561,212,7890,[],[],https://twitter.com/elonmusk/status/1442059275157843971,False,,0,,,,,,,,"[{'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +1442048135434539009,1441855697973620736,2021-09-26 12:47:22 Arabian Standard Time,2021-09-26,12:47:22,+0400,44196397,elonmusk,Elon Musk,,@bluemoondance74 @NASASpaceflight @SpaceX “Comes in discreet packaging”,en,[],[],[],445,348,11485,[],[],https://twitter.com/elonmusk/status/1442048135434539009,False,,0,,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan Beck', 'id': '844015154643648512'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1442045993684324352,1441926415201579011,2021-09-26 12:38:51 Arabian Standard Time,2021-09-26,12:38:51,+0400,44196397,elonmusk,Elon Musk,,@cnunezimages @SpaceX Well ya see we need to reach around the rocket to uhh …,en,[],[],[],481,248,8441,[],[],https://twitter.com/elonmusk/status/1442045993684324352,False,,0,,,,,,,,"[{'screen_name': 'cnunezimages', 'name': 'carlos', 'id': '1245450013813223424'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1441917078894751746,1441527389419311104,2021-09-26 04:06:35 Arabian Standard Time,2021-09-26,04:06:35,+0400,44196397,elonmusk,Elon Musk,,@omespino 🤣,und,[],[],[],739,926,56057,[],[],https://twitter.com/elonmusk/status/1441917078894751746,False,,0,,,,,,,,"[{'screen_name': 'omespino', 'name': 'Omar Espino •', 'id': '178553919'}]",,,, +1441868653578711040,1441801120406454272,2021-09-26 00:54:10 Arabian Standard Time,2021-09-26,00:54:10,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt @Tesla Absolutely! Tesla team rocks 💕,en,[],[],[],569,496,12267,[],[],https://twitter.com/elonmusk/status/1441868653578711040,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1441851891000889350,1441569570825801729,2021-09-25 23:47:33 Arabian Standard Time,2021-09-25,23:47:33,+0400,44196397,elonmusk,Elon Musk,,"@Sushihunter2 @pitt_geoff @rajz06 @Tesla @Everman We use no cobalt at all in most of our cars & tiny amounts in others (going to zero soon), whereas phones & laptops primarily use cobalt",en,[],[],[],174,561,4352,[],[],https://twitter.com/elonmusk/status/1441851891000889350,False,,0,,,,,,,,"[{'screen_name': 'Sushihunter2', 'name': 'Sushihunter 🇨🇦', 'id': '1178575157364850689'}, {'screen_name': 'pitt_geoff', 'name': 'Left', 'id': '1252730419172147200'}, {'screen_name': 'rajz06', 'name': 'Raj Ramamurti', 'id': '1416391381'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Everman', 'name': '🤖🧠👀 AI 4 Everman', 'id': '7573192'}]",,,, +1441851222537879556,1441843442099769352,2021-09-25 23:44:54 Arabian Standard Time,2021-09-25,23:44:54,+0400,44196397,elonmusk,Elon Musk,,"@RenataKonkoly @Erdayastronaut And booster used to be 70m, but this required an awkward half barrel width of steel, so now it’s 69m",en,[],[],[],459,312,8706,[],[],https://twitter.com/elonmusk/status/1441851222537879556,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🦊🐢🦔', 'id': '372959979'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1441846082556792838,1441793752075472900,2021-09-25 23:24:28 Arabian Standard Time,2021-09-25,23:24:28,+0400,44196397,elonmusk,Elon Musk,,@Nick_Stevens_Gr Haha so true of rocket engine development,en,[],[],[],188,137,4229,[],[],https://twitter.com/elonmusk/status/1441846082556792838,False,,0,,,,,,,,"[{'screen_name': 'Nick_Stevens_Gr', 'name': 'NickStevens Graphics', 'id': '149262255'}]",,,, +1441837997645729794,1441810056358477828,2021-09-25 22:52:21 Arabian Standard Time,2021-09-25,22:52:21,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @KlenderJoey https://t.co/lN4RH9u99a,und,[],['https://en.m.wikipedia.org/wiki/Jennifer_Homendy'],[],390,170,2486,[],[],https://twitter.com/elonmusk/status/1441837997645729794,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1441677227565850628,1441673474011975681,2021-09-25 12:13:30 Arabian Standard Time,2021-09-25,12:13:30,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Very much a beta calculation. It will evolve over time to more accurately predict crash probability.,en,[],[],[],851,407,10140,[],[],https://twitter.com/elonmusk/status/1441677227565850628,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1441562625662464000,1441560961593262081,2021-09-25 04:38:07 Arabian Standard Time,2021-09-25,04:38:07,+0400,44196397,elonmusk,Elon Musk,,@AaronS5_ Yes,und,[],[],[],306,124,3801,[],[],https://twitter.com/elonmusk/status/1441562625662464000,False,,0,,,,,,,,"[{'screen_name': 'AaronS5_', 'name': 'Aaron', 'id': '1009074200546566144'}]",,,, +1441560961593262081,1441560961593262081,2021-09-25 04:31:30 Arabian Standard Time,2021-09-25,04:31:30,+0400,44196397,elonmusk,Elon Musk,,"FSD Beta request button goes live tonight, but FSD 10.1 needs another 24 hours of testing, so out tomorrow night",en,[],[],[],8052,4419,63315,[],[],https://twitter.com/elonmusk/status/1441560961593262081,False,,0,,,,,,,,[],,,, +1441476204901638148,1441439342472437762,2021-09-24 22:54:43 Arabian Standard Time,2021-09-24,22:54:43,+0400,44196397,elonmusk,Elon Musk,,"@thesheetztweetz Chris was an early employee of SpaceX, and made a significant contribution, but was not a cofounder",en,[],[],[],1033,285,8015,[],[],https://twitter.com/elonmusk/status/1441476204901638148,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1441202383732699141,1441202383732699141,2021-09-24 04:46:39 Arabian Standard Time,2021-09-24,04:46:39,+0400,44196397,elonmusk,Elon Musk,, https://t.co/2jsF5hTWCP,und,[],[],['https://pbs.twimg.com/media/FAAt7bWXIAI_Dfd.jpg'],8485,20050,276473,[],[],https://twitter.com/elonmusk/status/1441202383732699141,False,,1,https://pbs.twimg.com/media/FAAt7bWXIAI_Dfd.jpg,,,,,,,[],,,, +1441201947785121794,1441201947785121794,2021-09-24 04:44:55 Arabian Standard Time,2021-09-24,04:44:55,+0400,44196397,elonmusk,Elon Musk,, https://t.co/4QNllqZ75o,und,[],[],['https://pbs.twimg.com/media/FAAth1GVQAI0vRV.jpg'],11772,32765,460356,[],[],https://twitter.com/elonmusk/status/1441201947785121794,False,,1,https://pbs.twimg.com/media/FAAth1GVQAI0vRV.jpg,,,,,,,[],,,, +1441201877715128320,1441177680683024389,2021-09-24 04:44:38 Arabian Standard Time,2021-09-24,04:44:38,+0400,44196397,elonmusk,Elon Musk,,@SpaceXMR Maybe reality is a Rick & Morty episode,en,[],[],[],583,1213,20222,[],[],https://twitter.com/elonmusk/status/1441201877715128320,False,,0,,,,,,,,"[{'screen_name': 'SpaceXMR', 'name': 'r/SpaceXMasterrace', 'id': '1004697063974633472'}]",,,, +1440940751718948866,1440421014291173380,2021-09-23 11:27:01 Arabian Standard Time,2021-09-23,11:27:01,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @FelixSchlang @KathyLueders @SpaceX @BoeingSpace I didn’t think so at the time,en,[],[],[],279,166,3995,[],[],https://twitter.com/elonmusk/status/1440940751718948866,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'KathyLueders', 'name': 'Kathy Lueders', 'id': '1275082205233111040'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'BoeingSpace', 'name': 'Boeing Space', 'id': '3474004752'}]",,,, +1440781421665161223,1440751226094686214,2021-09-23 00:53:54 Arabian Standard Time,2021-09-23,00:53:54,+0400,44196397,elonmusk,Elon Musk,,@thesheetztweetz So pointy! https://t.co/XMRQKpmy0t,en,[],['https://m.youtube.com/watch?v=RtahqXjFcxU'],[],488,291,7752,[],[],https://twitter.com/elonmusk/status/1440781421665161223,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1440780474662543370,1440771185231294470,2021-09-23 00:50:08 Arabian Standard Time,2021-09-23,00:50:08,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Super important for Doge fees to drop to make things like buying movie tix viable,en,[],[],[],2215,4126,23835,[],[],https://twitter.com/elonmusk/status/1440780474662543370,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1440778702476832778,1440608913754181634,2021-09-23 00:43:05 Arabian Standard Time,2021-09-23,00:43:05,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU @ChesterNoBS @truth_tesla Giga Berlin will help a lot,en,[],[],[],194,157,3050,[],[],https://twitter.com/elonmusk/status/1440778702476832778,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'ChesterNoBS', 'name': 'Chester🇺🇦', 'id': '307254126'}, {'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}]",,,, +1440747919108296708,1440693417260957702,2021-09-22 22:40:46 Arabian Standard Time,2021-09-22,22:40:46,+0400,44196397,elonmusk,Elon Musk,,@SueOrigin @SciGuySpace That would break the NASA budget!,en,[],[],[],175,143,2893,[],[],https://twitter.com/elonmusk/status/1440747919108296708,False,,0,,,,,,,,"[{'screen_name': 'SueOrigin', 'name': 'Sue Origin', 'id': '1428443185664065536'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1440744391069425666,1440740197071671297,2021-09-22 22:26:45 Arabian Standard Time,2021-09-22,22:26:45,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @simongerman600 @waitbutwhy @SeppalaVilleEN AI used to be #1, until last year https://t.co/KSuaheBLLg",en,[],['https://www.bbc.com/news/health-53409521'],[],260,251,2169,[],[],https://twitter.com/elonmusk/status/1440744391069425666,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'simongerman600', 'name': 'Simon Kuestenmacher', 'id': '359188534'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}, {'screen_name': 'SeppalaVilleEN', 'name': 'Ville Seppälä', 'id': '870275621825511425'}]",,,, +1440742298518577156,1440740197071671297,2021-09-22 22:18:26 Arabian Standard Time,2021-09-22,22:18:26,+0400,44196397,elonmusk,Elon Musk,,@simongerman600 @waitbutwhy @SeppalaVilleEN Birth rate collapse is the biggest threat to human civilization,en,[],[],[],308,272,2049,[],[],https://twitter.com/elonmusk/status/1440742298518577156,False,,0,,,,,,,,"[{'screen_name': 'simongerman600', 'name': 'Simon Kuestenmacher', 'id': '359188534'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}, {'screen_name': 'SeppalaVilleEN', 'name': 'Ville Seppälä', 'id': '870275621825511425'}]",,,, +1440736242195329028,1440714711356432392,2021-09-22 21:54:22 Arabian Standard Time,2021-09-22,21:54:22,+0400,44196397,elonmusk,Elon Musk,,@wapodavenport We always do flight readiness reviews! This argument makes no sense.,en,[],[],[],161,207,3918,[],[],https://twitter.com/elonmusk/status/1440736242195329028,False,,0,,,,,,,,"[{'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1440732712289984519,1440608913754181634,2021-09-22 21:40:20 Arabian Standard Time,2021-09-22,21:40:20,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU @ChesterNoBS @truth_tesla Logistics is underrated,en,[],[],[],205,209,3411,[],[],https://twitter.com/elonmusk/status/1440732712289984519,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'ChesterNoBS', 'name': 'Chester🇺🇦', 'id': '307254126'}, {'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}]",,,, +1440729549239558148,1440608913754181634,2021-09-22 21:27:46 Arabian Standard Time,2021-09-22,21:27:46,+0400,44196397,elonmusk,Elon Musk,,"@EvaFoxU @ChesterNoBS @truth_tesla Exactly. Giga Shanghai makes cars for export in first half of quarter, then cars for far away parts of China, then cars for nearby parts of China. Net result is a crazy wave of deliveries end of quarter. It is tough on our team, so we’re hoping to reduce the wave in Q4 & Q1.",en,[],[],[],159,245,3280,[],[],https://twitter.com/elonmusk/status/1440729549239558148,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'ChesterNoBS', 'name': 'Chester', 'id': '307254126'}, {'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}]",,,, +1440567662258442247,1440485977059827712,2021-09-22 10:44:29 Arabian Standard Time,2021-09-22,10:44:29,+0400,44196397,elonmusk,Elon Musk,,@rookisaacman @ArceneauxHayley @DrSianProctor @ChrisSembroski @inspiration4x @StJude Great view of Earth!,en,[],[],[],718,462,14206,[],[],https://twitter.com/elonmusk/status/1440567662258442247,False,,0,,,,,,,,"[{'screen_name': 'rookisaacman', 'name': 'Jared Isaacman', 'id': '1279551125264445448'}, {'screen_name': 'ArceneauxHayley', 'name': 'Hayley Arceneaux', 'id': '1364973781932998663'}, {'screen_name': 'DrSianProctor', 'name': 'Dr. Sian “Leo” Proctor', 'id': '14062485'}, {'screen_name': 'ChrisSembroski', 'name': 'Chris “Hanks” Sembroski', 'id': '71857854'}, {'screen_name': 'inspiration4x', 'name': 'Inspiration4', 'id': '1346194631982247943'}, {'screen_name': 'StJude', 'name': 'St. Jude', 'id': '9624042'}]",,,, +1440501267944513537,1440483489996959754,2021-09-22 06:20:40 Arabian Standard Time,2021-09-22,06:20:40,+0400,44196397,elonmusk,Elon Musk,,@HistoryInPics Tesla is the king of car farts!,en,[],[],[],550,375,5957,[],[],https://twitter.com/elonmusk/status/1440501267944513537,False,,0,,,,,,,,"[{'screen_name': 'HistoryInPics', 'name': 'History In Pictures', 'id': '1582853809'}]",,,, +1440482413973409802,1440419465242439681,2021-09-22 05:05:45 Arabian Standard Time,2021-09-22,05:05:45,+0400,44196397,elonmusk,Elon Musk,,"@ro_ma_vive @cybrtrkguy Hopefully worldwide long-term, but insurance is a regulatory labyrinth/escape room!",en,[],[],[],209,132,2665,[],[],https://twitter.com/elonmusk/status/1440482413973409802,False,,0,,,,,,,,"[{'screen_name': 'ro_ma_vive', 'name': 'Rodrigo Martínez', 'id': '853033981'}, {'screen_name': 'cybrtrkguy', 'name': 'The Cybertruck Guy', 'id': '1198313150858383360'}]",,,, +1440481412835016705,1440419465242439681,2021-09-22 05:01:46 Arabian Standard Time,2021-09-22,05:01:46,+0400,44196397,elonmusk,Elon Musk,,"@cybrtrkguy The regulatory process for approval to offer insurance is extremely slow & complex, varying considerably by state. Tesla is hoping to offer real-time (based on actual driving history) insurance in Texas next month. Probably next year before we get approval in New York.",en,[],[],[],744,734,17223,[],[],https://twitter.com/elonmusk/status/1440481412835016705,False,,0,,,,,,,,"[{'screen_name': 'cybrtrkguy', 'name': 'The Cybertruck Guy', 'id': '1198313150858383360'}]",,,, +1440361722473156611,1440281601485664267,2021-09-21 21:06:09 Arabian Standard Time,2021-09-21,21:06:09,+0400,44196397,elonmusk,Elon Musk,,"@ElectricRaph @28delayslater @KounisTou Good point, we could enable visualization before control. Will enable that option hopefully next month.",en,[],[],[],229,127,2540,[],[],https://twitter.com/elonmusk/status/1440361722473156611,False,,0,,,,,,,,"[{'screen_name': 'ElectricRaph', 'name': 'RaphÆL 🇺🇦', 'id': '22490715'}, {'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}, {'screen_name': 'KounisTou', 'name': 'Amine', 'id': '300167780'}]",,,, +1440360450177204230,1440281601485664267,2021-09-21 21:01:06 Arabian Standard Time,2021-09-21,21:01:06,+0400,44196397,elonmusk,Elon Musk,,@28delayslater @KounisTou 10.1 should solve that last cone issue,en,[],[],[],131,91,1919,[],[],https://twitter.com/elonmusk/status/1440360450177204230,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}, {'screen_name': 'KounisTou', 'name': 'Amine', 'id': '300167780'}]",,,, +1440169571466371073,1440159176685088774,2021-09-21 08:22:37 Arabian Standard Time,2021-09-21,08:22:37,+0400,44196397,elonmusk,Elon Musk,,@TeslaOwnersEBay @TeslaGong @inspiration4x Definitely upgraded toilets :) We had some challenges with it this flight.,en,[],[],[],307,163,3681,[],[],https://twitter.com/elonmusk/status/1440169571466371073,False,,0,,,,,,,,"[{'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club |Fremont| 🇺🇦🕊🦊', 'id': '1175164547746844672'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'inspiration4x', 'name': 'Inspiration4', 'id': '1346194631982247943'}]",,,, +1440164262761021448,1439990574203826181,2021-09-21 08:01:31 Arabian Standard Time,2021-09-21,08:01:31,+0400,44196397,elonmusk,Elon Musk,,"@carsonight Not super surprising, given that internal combustion engine cars literally have “combustion” in the name",en,[],[],[],467,474,13496,[],[],https://twitter.com/elonmusk/status/1440164262761021448,False,,0,,,,,,,,"[{'screen_name': 'carsonight', 'name': 'Carsonight', 'id': '1112814313570488326'}]",,,, +1440160941505585159,1440159176685088774,2021-09-21 07:48:20 Arabian Standard Time,2021-09-21,07:48:20,+0400,44196397,elonmusk,Elon Musk,,"@TeslaGong @inspiration4x Yeah, a little oven for heating food & Starlink wifi",en,[],[],[],310,198,4424,[],[],https://twitter.com/elonmusk/status/1440160941505585159,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'inspiration4x', 'name': 'Inspiration4', 'id': '1346194631982247943'}]",,,, +1440159176685088774,1440159176685088774,2021-09-21 07:41:19 Arabian Standard Time,2021-09-21,07:41:19,+0400,44196397,elonmusk,Elon Musk,,Just met with the @Inspiration4x crew in Florida to congratulate them in person. Such great people!,en,"[{'screen_name': 'inspiration4x', 'name': 'inspiration4', 'id': '1346194631982247943'}]",[],[],5736,4228,87563,[],[],https://twitter.com/elonmusk/status/1440159176685088774,False,,0,,,,,,,,[],,,, +1440017820167938054,1439990273346465796,2021-09-20 22:19:37 Arabian Standard Time,2021-09-20,22:19:37,+0400,44196397,elonmusk,Elon Musk,,@ray4tesla Tesla has not yet decided on a fourth Gigafactory location,en,[],[],[],1660,451,8040,[],[],https://twitter.com/elonmusk/status/1440017820167938054,False,,0,,,,,,,,"[{'screen_name': 'ray4tesla', 'name': 'Ray4Tesla⚡️🚘☀️🔋', 'id': '959168599519764480'}]",,,, +1439840888537194496,1439563373256093698,2021-09-20 10:36:33 Arabian Standard Time,2021-09-20,10:36:33,+0400,44196397,elonmusk,Elon Musk,,"@AustinTeslaClub To be precise, completely & immediately reusable orbital rockets are the fundamental breakthrough needed to make life multiplanetary",en,[],[],[],1744,641,11504,[],[],https://twitter.com/elonmusk/status/1439840888537194496,False,,0,,,,,,,,"[{'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}]",,,, +1439840278362329094,1439828784216039424,2021-09-20 10:34:07 Arabian Standard Time,2021-09-20,10:34:07,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @Tesla Which games did they like most?,en,[],[],[],1134,461,19454,[],[],https://twitter.com/elonmusk/status/1439840278362329094,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1439809514308620293,1439804882958041088,2021-09-20 08:31:53 Arabian Standard Time,2021-09-20,08:31:53,+0400,44196397,elonmusk,Elon Musk,,@tegmark Nice work!,en,[],[],[],200,127,3722,[],[],https://twitter.com/elonmusk/status/1439809514308620293,False,,0,,,,,,,,"[{'screen_name': 'tegmark', 'name': 'Max Tegmark', 'id': '2530947115'}]",,,, +1439788369257639939,1439455901962801158,2021-09-20 07:07:51 Arabian Standard Time,2021-09-20,07:07:51,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @TeslaGong @WholeMarsBlog Good,en,[],[],[],240,109,2600,[],[],https://twitter.com/elonmusk/status/1439788369257639939,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1439787982475743241,1439455901962801158,2021-09-20 07:06:19 Arabian Standard Time,2021-09-20,07:06:19,+0400,44196397,elonmusk,Elon Musk,,"@TeslaGong @teslaownersSV @WholeMarsBlog No, has to be turned on by car owner",en,[],[],[],90,67,1846,[],[],https://twitter.com/elonmusk/status/1439787982475743241,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1439787780180221954,1439455901962801158,2021-09-20 07:05:31 Arabian Standard Time,2021-09-20,07:05:31,+0400,44196397,elonmusk,Elon Musk,,@Jason_Hess_ @WholeMarsBlog Yes,und,[],[],[],104,69,2001,[],[],https://twitter.com/elonmusk/status/1439787780180221954,False,,0,,,,,,,,"[{'screen_name': 'Jason_Hess_', 'name': 'Jason Hess', 'id': '2348996522'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1439787653394747395,1439455901962801158,2021-09-20 07:05:01 Arabian Standard Time,2021-09-20,07:05:01,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @WholeMarsBlog Tesla insurance calculator will show status in real-time & tell you what actions are needed to be rated “good driver”,en,[],[],[],172,242,2995,[],[],https://twitter.com/elonmusk/status/1439787653394747395,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1439787397022199812,1439455901962801158,2021-09-20 07:04:00 Arabian Standard Time,2021-09-20,07:04:00,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 @WholeMarsBlog 7 days after approval to log driving style,en,[],[],[],161,117,2228,[],[],https://twitter.com/elonmusk/status/1439787397022199812,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1439787129253597184,1439720509420285953,2021-09-20 07:02:56 Arabian Standard Time,2021-09-20,07:02:56,+0400,44196397,elonmusk,Elon Musk,,@starbasergv Not a tiny engine,en,[],[],[],478,262,10431,[],[],https://twitter.com/elonmusk/status/1439787129253597184,False,,0,,,,,,,,"[{'screen_name': 'starbasergv', 'name': 'Pedro Arnulfo De La Fuente Silva', 'id': '211632295'}]",,,, +1439786904443146240,1439455901962801158,2021-09-20 07:02:02 Arabian Standard Time,2021-09-20,07:02:02,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Remarkable how few people realize this capability exists. Many think it is 5 years away! With public beta rollout in coming weeks, awareness should improve dramatically.",en,[],[],[],279,452,5233,[],[],https://twitter.com/elonmusk/status/1439786904443146240,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1439699675494461440,1439693847827820545,2021-09-20 01:15:25 Arabian Standard Time,2021-09-20,01:15:25,+0400,44196397,elonmusk,Elon Musk,,@FiveTweetTSLA @tesla_lion @archillect Seems that way,en,[],[],[],285,317,5150,[],[],https://twitter.com/elonmusk/status/1439699675494461440,False,,0,,,,,,,,"[{'screen_name': 'FiveTweetTSLA', 'name': 'Five Tweet TSLA', 'id': '1406998537863192581'}, {'screen_name': 'tesla_lion', 'name': 'Tesla Liion 🇺🇦🦊', 'id': '27421182'}, {'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1439697964369317888,1439693847827820545,2021-09-20 01:08:37 Arabian Standard Time,2021-09-20,01:08:37,+0400,44196397,elonmusk,Elon Musk,,"@archillect Looks fine. Take 2 aspirin, call me in the morning.",en,[],[],[],492,497,13910,[],[],https://twitter.com/elonmusk/status/1439697964369317888,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1439687664547115011,1439676763873976321,2021-09-20 00:27:41 Arabian Standard Time,2021-09-20,00:27:41,+0400,44196397,elonmusk,Elon Musk,,@TheMarsSociety @NASA Some amount of cooperation would be good,en,[],[],[],442,278,5817,[],[],https://twitter.com/elonmusk/status/1439687664547115011,False,,0,,,,,,,,"[{'screen_name': 'TheMarsSociety', 'name': 'The Mars Society', 'id': '16178922'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1439667378120499201,1439551459763314692,2021-09-19 23:07:05 Arabian Standard Time,2021-09-19,23:07:05,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @rhensing @johnkrausphotos Absolutely,en,[],[],[],370,306,7592,[],[],https://twitter.com/elonmusk/status/1439667378120499201,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'rhensing', 'name': 'Ælectric Cyberfarmer', 'id': '17808423'}, {'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}]",,,, +1439665626914635783,1439551459763314692,2021-09-19 23:00:07 Arabian Standard Time,2021-09-19,23:00:07,+0400,44196397,elonmusk,Elon Musk,,@rhensing He’s still sleeping,en,[],[],[],3200,8309,53977,[],[],https://twitter.com/elonmusk/status/1439665626914635783,False,,0,,,,,,,,"[{'screen_name': 'rhensing', 'name': 'Ælectric Cyberfarmer', 'id': '17808423'}]",,,, +1439665308101402643,1439458059449999364,2021-09-19 22:58:51 Arabian Standard Time,2021-09-19,22:58:51,+0400,44196397,elonmusk,Elon Musk,,@stats_feed Needs a little warming up,en,[],[],[],1398,575,22570,[],[],https://twitter.com/elonmusk/status/1439665308101402643,False,,0,,,,,,,,"[{'screen_name': 'stats_feed', 'name': 'World of Statistics', 'id': '1335132884278108161'}]",,,, +1439600100490334220,1439424186724851721,2021-09-19 18:39:45 Arabian Standard Time,2021-09-19,18:39:45,+0400,44196397,elonmusk,Elon Musk,,@AustinTeslaClub @Tesla @TeslaOwnersEBay @TeslaOwnersUAE @EvaFoxU @leastImAlive @teslaownersSV @gailalfa1 @live_munro @OwenSparks_ I wish there were more,en,[],[],[],291,138,3331,[],[],https://twitter.com/elonmusk/status/1439600100490334220,False,,0,,,,,,,,"[{'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club |Fremont| 🇺🇦🕊🦊', 'id': '1175164547746844672'}, {'screen_name': 'TeslaOwnersUAE', 'name': 'Super Tesla Arabia', 'id': '1223209700440842240'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'leastImAlive', 'name': 'PopulationPaste', 'id': '757871065'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'live_munro', 'name': 'Munro Live', 'id': '1382434447358885888'}, {'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}]",,,, +1439599799049801728,1439424186724851721,2021-09-19 18:38:33 Arabian Standard Time,2021-09-19,18:38:33,+0400,44196397,elonmusk,Elon Musk,,@AustinTeslaClub @Tesla @TeslaOwnersEBay @TeslaOwnersUAE @EvaFoxU @leastImAlive @teslaownersSV @gailalfa1 @live_munro @OwenSparks_ So few products that you truly love 💕,en,[],[],[],592,339,9388,[],[],https://twitter.com/elonmusk/status/1439599799049801728,False,,0,,,,,,,,"[{'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club | Fremont |', 'id': '1175164547746844672'}, {'screen_name': 'TeslaOwnersUAE', 'name': 'Super Tesla Arabia', 'id': '1223209700440842240'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️', 'id': '959471389282578432'}, {'screen_name': 'leastImAlive', 'name': 'PopulationPaste', 'id': '757871065'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'live_munro', 'name': 'Munro Live', 'id': '1382434447358885888'}, {'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}]",,,, +1439412791815950336,1439408853515386880,2021-09-19 06:15:27 Arabian Standard Time,2021-09-19,06:15:27,+0400,44196397,elonmusk,Elon Musk,,@inspiration4x @ArceneauxHayley @rookisaacman @DrSianProctor @ChrisSembroski @StJude Count me in for $50M,en,[],[],[],2721,4925,74404,[],[],https://twitter.com/elonmusk/status/1439412791815950336,False,,0,,,,,,,,"[{'screen_name': 'inspiration4x', 'name': 'Inspiration4', 'id': '1346194631982247943'}, {'screen_name': 'ArceneauxHayley', 'name': 'Hayley Arceneaux', 'id': '1364973781932998663'}, {'screen_name': 'rookisaacman', 'name': 'Jared Isaacman', 'id': '1279551125264445448'}, {'screen_name': 'DrSianProctor', 'name': 'Dr. Sian “Leo” Proctor', 'id': '14062485'}, {'screen_name': 'ChrisSembroski', 'name': 'Chris “Hanks” Sembroski', 'id': '71857854'}, {'screen_name': 'StJude', 'name': 'St. Jude', 'id': '9624042'}]",,,, +1439366880310046721,1439366880310046721,2021-09-19 03:13:01 Arabian Standard Time,2021-09-19,03:13:01,+0400,44196397,elonmusk,Elon Musk,,Congratulations @Inspiration4x!!!,en,"[{'screen_name': 'inspiration4x', 'name': 'inspiration4', 'id': '1346194631982247943'}]",[],[],8065,8229,123790,[],[],https://twitter.com/elonmusk/status/1439366880310046721,False,,0,,,,,,,,[],,,, +1439352625573605378,1439350960527134722,2021-09-19 02:16:22 Arabian Standard Time,2021-09-19,02:16:22,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ @ChrisSembroski One of my favorite movies,en,[],[],[],329,255,8101,[],[],https://twitter.com/elonmusk/status/1439352625573605378,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'ChrisSembroski', 'name': 'Chris “Hanks” Sembroski', 'id': '71857854'}]",,,, +1439347109099184138,1439289629983879180,2021-09-19 01:54:27 Arabian Standard Time,2021-09-19,01:54:27,+0400,44196397,elonmusk,Elon Musk,,"@TeslaGong @BryceSpaceTech Yes No, but it will get refilled & maybe cargo transfer",en,[],[],[],114,75,1595,[],[],https://twitter.com/elonmusk/status/1439347109099184138,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'BryceSpaceTech', 'name': 'BryceTech', 'id': '1278436310'}]",,,, +1439344277063192581,1439289629983879180,2021-09-19 01:43:12 Arabian Standard Time,2021-09-19,01:43:12,+0400,44196397,elonmusk,Elon Musk,,"@enn_nafnlaus @BryceSpaceTech Making life multiplanetary is an extremely hard, but not impossible, problem",en,[],[],[],157,245,2749,[],[],https://twitter.com/elonmusk/status/1439344277063192581,False,,0,,,,,,,,"[{'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus 🇺🇦 🇮🇸 🦊', 'id': '1153476318'}, {'screen_name': 'BryceSpaceTech', 'name': 'BryceTech', 'id': '1278436310'}]",,,, +1439308731913748488,1439289629983879180,2021-09-18 23:21:57 Arabian Standard Time,2021-09-18,23:21:57,+0400,44196397,elonmusk,Elon Musk,,@BryceSpaceTech Still basically nothing compared to the orbital mass flux needed for a base on moon or Mars,en,[],[],[],283,179,4126,[],[],https://twitter.com/elonmusk/status/1439308731913748488,False,,0,,,,,,,,"[{'screen_name': 'BryceSpaceTech', 'name': 'BryceTech', 'id': '1278436310'}]",,,, +1439303480330571780,1438837949349646336,2021-09-18 23:01:05 Arabian Standard Time,2021-09-18,23:01:05,+0400,44196397,elonmusk,Elon Musk,,"@kittynouveau Probably will trap a Tesla with the production Autopilot build, but won’t work with FSD. Using a ring of cones would stop FSD though.",en,[],[],[],170,132,3633,[],[],https://twitter.com/elonmusk/status/1439303480330571780,False,,0,,,,,,,,"[{'screen_name': 'kittynouveau', 'name': 'your cool aunt', 'id': '1139254483962257409'}]",,,, +1439225680693186571,1439188261419855872,2021-09-18 17:51:56 Arabian Standard Time,2021-09-18,17:51:56,+0400,44196397,elonmusk,Elon Musk,,@NevanRead @A11electric It will be there,en,[],[],[],251,124,2570,[],[],https://twitter.com/elonmusk/status/1439225680693186571,False,,0,,,,,,,,"[{'screen_name': 'NevanRead', 'name': 'Nevan Read', 'id': '3160612213'}, {'screen_name': 'A11electric', 'name': 'ALL Electric ⚡️', 'id': '919171368872218624'}]",,,, +1439224823549411329,1414203506186100736,2021-09-18 17:48:32 Arabian Standard Time,2021-09-18,17:48:32,+0400,44196397,elonmusk,Elon Musk,,"@vincent13031925 This engine needs to be 10X lower cost. Order of magnitude change is good reason for a new name. What really matters is not yet another “advanced” rocket engine, as there are many such devices, but there has never been a cheap (<$1000/Ton-force) rocket engine. Not even close",en,[],[],[],181,262,3743,[],[],https://twitter.com/elonmusk/status/1439224823549411329,False,,0,,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'vincentyu.eth ᵐᶠᵉʳ', 'id': '1689516060'}]",,,, +1439221294738903040,1439167494107787265,2021-09-18 17:34:30 Arabian Standard Time,2021-09-18,17:34:30,+0400,44196397,elonmusk,Elon Musk,,@slashdot Sigh,en,[],[],[],390,212,5466,[],[],https://twitter.com/elonmusk/status/1439221294738903040,False,,0,,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1439207158588088320,1414203506186100736,2021-09-18 16:38:20 Arabian Standard Time,2021-09-18,16:38:20,+0400,44196397,elonmusk,Elon Musk,,"@SamTwits @Erdayastronaut @PPathole @vincent13031925 Long chain hydrocarbons, like kerosene, have excellent volumetric energy density, but what you really want for rockets is best way to bind hydrogen, which is CH4. Also, easy to make & store CH4+O2 from CO2+H2O, which are abundant on Mars.",en,[],[],[],157,153,2459,[],[],https://twitter.com/elonmusk/status/1439207158588088320,False,,0,,,,,,,,"[{'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'vincent13031925', 'name': '🕊🇺🇦 vincentyu.eth ᵐᶠᵉʳ', 'id': '1689516060'}]",,,, +1439204246382125059,1439056137572085761,2021-09-18 16:26:46 Arabian Standard Time,2021-09-18,16:26:46,+0400,44196397,elonmusk,Elon Musk,,@SpaceX ♥️ 🌍 🌎 🌏 ♥️,und,[],[],[],1243,1561,34188,[],[],https://twitter.com/elonmusk/status/1439204246382125059,False,,0,,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1439201272503144451,1414203506186100736,2021-09-18 16:14:57 Arabian Standard Time,2021-09-18,16:14:57,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @PPathole @vincent13031925 Fully reusable rockets want high T/W to minimize $/ton to orbit, because propellant cost actually matters",en,[],[],[],128,179,4237,[],[],https://twitter.com/elonmusk/status/1439201272503144451,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'vincent13031925', 'name': '🕊🇺🇦 vincentyu.eth ᵐᶠᵉʳ', 'id': '1689516060'}]",,,, +1439197760478134273,1439167980634402824,2021-09-18 16:00:59 Arabian Standard Time,2021-09-18,16:00:59,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Automatically drive to most obvious location unless occupant says otherwise,en,[],[],[],392,227,5411,[],[],https://twitter.com/elonmusk/status/1439197760478134273,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1439194394649837568,1439180414757875714,2021-09-18 15:47:37 Arabian Standard Time,2021-09-18,15:47:37,+0400,44196397,elonmusk,Elon Musk,,"@WatchersTank @SpaceX With that, Ship is basically begging for an extra 3 engines",en,[],[],[],108,84,1957,[],[],https://twitter.com/elonmusk/status/1439194394649837568,False,,0,,,,,,,,"[{'screen_name': 'WatchersTank', 'name': 'TankWatchers', 'id': '1352212034704846848'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1439194125908299777,1439180414757875714,2021-09-18 15:46:33 Arabian Standard Time,2021-09-18,15:46:33,+0400,44196397,elonmusk,Elon Musk,,@WatchersTank @SpaceX 33,und,[],[],[],260,186,5478,[],[],https://twitter.com/elonmusk/status/1439194125908299777,False,,0,,,,,,,,"[{'screen_name': 'WatchersTank', 'name': 'TankWatchers', 'id': '1352212034704846848'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1439143782478450692,1439083556626567169,2021-09-18 12:26:30 Arabian Standard Time,2021-09-18,12:26:30,+0400,44196397,elonmusk,Elon Musk,,@Aristot21520213 @ray4tesla Exactly,en,[],[],[],147,88,2605,[],[],https://twitter.com/elonmusk/status/1439143782478450692,False,,0,,,,,,,,"[{'screen_name': 'Aristot21520213', 'name': 'Aristotle 🚗🧠🛸', 'id': '1393982758779826176'}, {'screen_name': 'ray4tesla', 'name': 'Ray4Tesla⚡️🚘☀️🔋', 'id': '959168599519764480'}]",,,, +1439122512856731648,1439078509872234497,2021-09-18 11:01:59 Arabian Standard Time,2021-09-18,11:01:59,+0400,44196397,elonmusk,Elon Musk,,@ignaciobelieres @oza_shiv @lrocket “Ignition!”,en,[],[],[],99,57,1131,[],[],https://twitter.com/elonmusk/status/1439122512856731648,False,,0,,,,,,,,"[{'screen_name': 'ignaciobelieres', 'name': 'Ignacio Belieres Montero', 'id': '2651774688'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +1439120557287563265,1439078509872234497,2021-09-18 10:54:13 Arabian Standard Time,2021-09-18,10:54:13,+0400,44196397,elonmusk,Elon Musk,,@oza_shiv @lrocket Throw in some hydrogen & lithium for a real party,en,[],[],[],94,49,1396,[],[],https://twitter.com/elonmusk/status/1439120557287563265,False,,0,,,,,,,,"[{'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +1439120245831131136,1439078509872234497,2021-09-18 10:52:58 Arabian Standard Time,2021-09-18,10:52:58,+0400,44196397,elonmusk,Elon Musk,,@oza_shiv @lrocket 🔥,und,[],[],[],60,34,1615,[],[],https://twitter.com/elonmusk/status/1439120245831131136,False,,0,,,,,,,,"[{'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +1439109703162814468,1439078509872234497,2021-09-18 10:11:05 Arabian Standard Time,2021-09-18,10:11:05,+0400,44196397,elonmusk,Elon Musk,,@lrocket What propellant?,en,[],[],[],496,194,7116,[],[],https://twitter.com/elonmusk/status/1439109703162814468,False,,0,,,,,,,,"[{'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}]",,,, +1439090465698041861,1439090465698041861,2021-09-18 08:54:38 Arabian Standard Time,2021-09-18,08:54:38,+0400,44196397,elonmusk,Elon Musk,,"Moving at ~23 times speed of sound, circling Earth every ~90 minutes",en,[],[],[],4927,9765,104246,[],[],https://twitter.com/elonmusk/status/1439090465698041861,False,https://twitter.com/SpaceX/status/1439056137572085761,0,,,,,,,,[],,,, +1439042334155497474,1439037002951708677,2021-09-18 05:43:23 Arabian Standard Time,2021-09-18,05:43:23,+0400,44196397,elonmusk,Elon Musk,,"@hiromichimizuno Ironically, yes at this time. FSD beta system at times can seem so good that vigilance isn’t necessary, but it is. Also, any beta user who isn’t super careful will get booted. 2000 beta users operating for almost a year with no accidents. Needs to stay that way.",en,[],[],[],444,451,6695,[],[],https://twitter.com/elonmusk/status/1439042334155497474,False,,0,,,,,,,,"[{'screen_name': 'hiromichimizuno', 'name': 'HIRO MIZUNO', 'id': '72862939'}]",,,, +1439035515517509636,1438997247903952898,2021-09-18 05:16:17 Arabian Standard Time,2021-09-18,05:16:17,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @inspiration4x Yeah. We’d use our Ka parabolics or laser links for Dragon, Starship or other spacecraft as soon as they got above cloud level.",en,[],[],[],207,316,6466,[],[],https://twitter.com/elonmusk/status/1439035515517509636,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'inspiration4x', 'name': 'Inspiration4', 'id': '1346194631982247943'}]",,,, +1439005647610290183,1438997247903952898,2021-09-18 03:17:36 Arabian Standard Time,2021-09-18,03:17:36,+0400,44196397,elonmusk,Elon Musk,,@inspiration4x Sorry it was cold! Dragon will have a food warmer & free wifi next time :),en,[],[],[],1031,1224,30941,[],[],https://twitter.com/elonmusk/status/1439005647610290183,False,,0,,,,,,,,"[{'screen_name': 'inspiration4x', 'name': 'Inspiration4', 'id': '1346194631982247943'}]",,,, +1438980165942620166,1438686351197622277,2021-09-18 01:36:21 Arabian Standard Time,2021-09-18,01:36:21,+0400,44196397,elonmusk,Elon Musk,,@TeslaNY Jay is right,en,[],[],[],471,246,8625,[],[],https://twitter.com/elonmusk/status/1438980165942620166,False,,0,,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}]",,,, +1438928760846290948,1438928760846290948,2021-09-17 22:12:05 Arabian Standard Time,2021-09-17,22:12:05,+0400,44196397,elonmusk,Elon Musk,,"Please add your voice to the public comments. Support is greatly appreciated! Humanity’s future on the moon, Mars & beyond depends upon it. Thanks, Elon",en,[],[],[],6324,5802,42391,[],[],https://twitter.com/elonmusk/status/1438928760846290948,False,https://twitter.com/FAANews/status/1438920858433638408,0,,,,,,,,[],,,, +1438780252474560513,1416416608990294017,2021-09-17 12:21:58 Arabian Standard Time,2021-09-17,12:21:58,+0400,44196397,elonmusk,Elon Musk,,"@TrungTPhan The lesson from “tortoise & hare” is not that tortoises are faster, but rather that hares should not be complacent",en,[],[],[],464,596,5713,[],[],https://twitter.com/elonmusk/status/1438780252474560513,False,,0,,,,,,,,"[{'screen_name': 'TrungTPhan', 'name': 'Trung Phan 🇨🇦', 'id': '945817135816654848'}]",,,, +1438771833516564482,1438684370785783808,2021-09-17 11:48:30 Arabian Standard Time,2021-09-17,11:48:30,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica September will be interesting,en,[],[],[],937,720,12688,[],[],https://twitter.com/elonmusk/status/1438771833516564482,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1438753228234047490,1438747500010168322,2021-09-17 10:34:35 Arabian Standard Time,2021-09-17,10:34:35,+0400,44196397,elonmusk,Elon Musk,,"@StianWalgermo Technology probably ready in a few months, thereafter limited by regulatory approval",en,[],[],[],225,117,2488,[],[],https://twitter.com/elonmusk/status/1438753228234047490,False,,0,,,,,,,,"[{'screen_name': 'StianWalgermo', 'name': 'Walgermo', 'id': '1860572792'}]",,,, +1438751064765906945,1438747500010168322,2021-09-17 10:25:59 Arabian Standard Time,2021-09-17,10:25:59,+0400,44196397,elonmusk,Elon Musk,,"@IvanEscobosa Beta button will request permission to assess driving behavior using Tesla insurance calculator. If driving behavior is good for 7 days, beta access will be granted.",en,[],[],[],633,463,5840,[],[],https://twitter.com/elonmusk/status/1438751064765906945,False,,0,,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}]",,,, +1438748333250592771,1438747500010168322,2021-09-17 10:15:07 Arabian Standard Time,2021-09-17,10:15:07,+0400,44196397,elonmusk,Elon Musk,,@Gf4Tesla Yes,und,[],[],[],156,84,2868,[],[],https://twitter.com/elonmusk/status/1438748333250592771,False,,0,,,,,,,,"[{'screen_name': 'Gf4Tesla', 'name': 'Gigafactory Berlin-Brandenburg ✊️🇺🇦', 'id': '1195032280915480577'}]",,,, +1438748063527575555,1438747500010168322,2021-09-17 10:14:03 Arabian Standard Time,2021-09-17,10:14:03,+0400,44196397,elonmusk,Elon Musk,,@OvershieId Next month,en,[],[],[],312,190,3657,[],[],https://twitter.com/elonmusk/status/1438748063527575555,False,,0,,,,,,,,"[{'screen_name': 'OvershieId', 'name': 'Overshield', 'id': '3433380633'}]",,,, +1438747500010168322,1438747500010168322,2021-09-17 10:11:49 Arabian Standard Time,2021-09-17,10:11:49,+0400,44196397,elonmusk,Elon Musk,,Good feedback from FSD Beta 10 users! 10.0.1 point release rolling out now. 10.1 rolls out a week from Friday with beta request button.,en,[],[],[],4396,2647,43022,[],[],https://twitter.com/elonmusk/status/1438747500010168322,False,,0,,,,,,,,[],,,, +1438745824339664902,1438685950675091460,2021-09-17 10:05:09 Arabian Standard Time,2021-09-17,10:05:09,+0400,44196397,elonmusk,Elon Musk,,@EliBurton_ @SpaceX @zubinanary @MyTeslaAdventur Truth is stranger than fiction,en,[],[],[],178,199,3645,[],[],https://twitter.com/elonmusk/status/1438745824339664902,False,,0,,,,,,,,"[{'screen_name': 'EliBurton_', 'name': 'Eli Burton', 'id': '1060049746713182208'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'zubinanary', 'name': 'Zubin Anary (aka 1FastEV)', 'id': '75954113'}, {'screen_name': 'MyTeslaAdventur', 'name': 'My Tesla Adventure', 'id': '883960689584250880'}]",,,, +1438745317344743425,1438740193192804352,2021-09-17 10:03:08 Arabian Standard Time,2021-09-17,10:03:08,+0400,44196397,elonmusk,Elon Musk,,@XHNews Congratulations on a successful mission!,en,[],[],[],212,226,5513,[],[],https://twitter.com/elonmusk/status/1438745317344743425,False,,0,,,,,,,,"[{'screen_name': 'XHNews', 'name': 'China Xinhua News', 'id': '487118986'}]",,,, +1438623391645372420,1438623117941919747,2021-09-17 01:58:39 Arabian Standard Time,2021-09-17,01:58:39,+0400,44196397,elonmusk,Elon Musk,,"@pcgamer RIP, Sir Sinclair. I loved that computer.",en,[],[],[],433,253,4477,[],[],https://twitter.com/elonmusk/status/1438623391645372420,False,,0,,,,,,,,"[{'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +1438591328082923521,1438591328082923521,2021-09-16 23:51:15 Arabian Standard Time,2021-09-16,23:51:15,+0400,44196397,elonmusk,Elon Musk,,Just spoke with @inspiration4x crew. All is well.,en,"[{'screen_name': 'inspiration4x', 'name': 'inspiration4', 'id': '1346194631982247943'}]",[],[],6673,5309,107609,[],[],https://twitter.com/elonmusk/status/1438591328082923521,False,,0,,,,,,,,[],,,, +1438590311727513603,1438589911565754374,2021-09-16 23:47:12 Arabian Standard Time,2021-09-16,23:47:12,+0400,44196397,elonmusk,Elon Musk,,@lexfridman @SpaceX Missions like Inspiration4 help advance spaceflight to enable ultimately anyone to go to orbit & beyond,en,[],[],[],831,988,19886,[],[],https://twitter.com/elonmusk/status/1438590311727513603,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1438579102240346121,1438576819117215749,2021-09-16 23:02:40 Arabian Standard Time,2021-09-16,23:02:40,+0400,44196397,elonmusk,Elon Musk,,@jack That’s my safe word too,en,[],[],[],2621,2892,40542,[],[],https://twitter.com/elonmusk/status/1438579102240346121,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1438569355328036869,1438380786533552129,2021-09-16 22:23:56 Arabian Standard Time,2021-09-16,22:23:56,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Maneuverability is important for safety,en,[],[],[],701,389,11968,[],[],https://twitter.com/elonmusk/status/1438569355328036869,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1438558174471233537,1438503135312429059,2021-09-16 21:39:30 Arabian Standard Time,2021-09-16,21:39:30,+0400,44196397,elonmusk,Elon Musk,,@richardbranson @SpaceX @inspiration4x Thanks Richard!,en,[],[],[],598,473,16610,[],[],https://twitter.com/elonmusk/status/1438558174471233537,False,,0,,,,,,,,"[{'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'inspiration4x', 'name': 'Inspiration4', 'id': '1346194631982247943'}]",,,, +1438553356520378374,1438535180407377923,2021-09-16 21:20:21 Arabian Standard Time,2021-09-16,21:20:21,+0400,44196397,elonmusk,Elon Musk,,@JeffBezos @SpaceX Thank you,en,[],[],[],1821,1985,71354,[],[],https://twitter.com/elonmusk/status/1438553356520378374,False,,0,,,,,,,,"[{'screen_name': 'JeffBezos', 'name': 'Jeff Bezos', 'id': '15506669'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1438373866762612738,1438236070534025218,2021-09-16 09:27:08 Arabian Standard Time,2021-09-16,09:27:08,+0400,44196397,elonmusk,Elon Musk,,@inspiration4x @ChrisSembroski @rookisaacman @DrSianProctor @ArceneauxHayley It was an honor to wish you Godspeed before you left for orbit!,en,[],[],[],701,902,22684,[],[],https://twitter.com/elonmusk/status/1438373866762612738,False,,0,,,,,,,,"[{'screen_name': 'inspiration4x', 'name': 'Inspiration4', 'id': '1346194631982247943'}, {'screen_name': 'ChrisSembroski', 'name': 'Chris “Hanks” Sembroski', 'id': '71857854'}, {'screen_name': 'rookisaacman', 'name': 'Jared Isaacman', 'id': '1279551125264445448'}, {'screen_name': 'DrSianProctor', 'name': 'Dr. Sian “Leo” Proctor', 'id': '14062485'}, {'screen_name': 'ArceneauxHayley', 'name': 'Hayley Arceneaux', 'id': '1364973781932998663'}]",,,, +1438019248589258755,1438019248589258755,2021-09-15 09:58:00 Arabian Standard Time,2021-09-15,09:58:00,+0400,44196397,elonmusk,Elon Musk,,Watch Countdown on Netflix about Inspiration4 mission launching today,en,[],[],[],8292,8252,110045,[],[],https://twitter.com/elonmusk/status/1438019248589258755,False,,0,,,,,,,,[],,,, +1437867660163833856,1437821560694452227,2021-09-14 23:55:39 Arabian Standard Time,2021-09-14,23:55:39,+0400,44196397,elonmusk,Elon Musk,,"@thesheetztweetz @NASAKennedy @SpaceX It is hard to overstate criticality of reusable rockets. No less important than reusable aircraft, cars or bicycles. Essential for humanity to become a multiplanet species & backup the biosphere.",en,[],[],[],643,764,13060,[],[],https://twitter.com/elonmusk/status/1437867660163833856,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'NASAKennedy', 'name': ""NASA's Kennedy Space Center"", 'id': '16580226'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1437736617494593538,1437721403277594625,2021-09-14 15:14:56 Arabian Standard Time,2021-09-14,15:14:56,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne It has indeed become hard to find which platform has which show,en,[],[],[],1252,473,16624,[],[],https://twitter.com/elonmusk/status/1437736617494593538,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}]",,,, +1437735715085950976,1437547516439015424,2021-09-14 15:11:20 Arabian Standard Time,2021-09-14,15:11:20,+0400,44196397,elonmusk,Elon Musk,,@patrick7111996 🔥🔥,und,[],[],[],206,80,2540,[],[],https://twitter.com/elonmusk/status/1437735715085950976,False,,0,,,,,,,,"[{'screen_name': 'patrick7111996', 'name': '🅿️atrick⭐️', 'id': '1329414738909016065'}]",,,, +1437574437306519555,1437293320011542531,2021-09-14 04:30:29 Arabian Standard Time,2021-09-14,04:30:29,+0400,44196397,elonmusk,Elon Musk,,@Gfilche I’m not saying there are UFOs … but there are UFOs,en,[],[],[],1227,1590,10473,[],[],https://twitter.com/elonmusk/status/1437574437306519555,False,,0,,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali 🇺🇦', 'id': '348844712'}]",,,, +1437324607292428290,1437293320011542531,2021-09-13 11:57:45 Arabian Standard Time,2021-09-13,11:57:45,+0400,44196397,elonmusk,Elon Musk,,"@Gfilche Also, we need to figure out how to render voxel height of unknown objects in a way that isn’t horrendous",en,[],[],[],269,148,3515,[],[],https://twitter.com/elonmusk/status/1437324607292428290,False,,0,,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali 🇺🇦', 'id': '348844712'}]",,,, +1437322712339423237,1437293320011542531,2021-09-13 11:50:13 Arabian Standard Time,2021-09-13,11:50:13,+0400,44196397,elonmusk,Elon Musk,,"@Gfilche FSD 10 predicts height from video pixels directly, without needing to classify groups of pixels into objects. In principle, even if a UFO crashed on the road right in front of you, it would still avoid the debris. Some work still needed to tune sensitivity.",en,[],[],[],443,394,6743,[],[],https://twitter.com/elonmusk/status/1437322712339423237,False,,0,,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}]",,,, +1437267981889937415,1437204825800851460,2021-09-13 08:12:44 Arabian Standard Time,2021-09-13,08:12:44,+0400,44196397,elonmusk,Elon Musk,,@Dogeshade Deep,en,[],[],[],434,304,3101,[],[],https://twitter.com/elonmusk/status/1437267981889937415,False,,0,,,,,,,,"[{'screen_name': 'Dogeshade', 'name': 'Mr Shades', 'id': '1242090927323258882'}]",,,, +1437267254564073473,1437204825800851460,2021-09-13 08:09:51 Arabian Standard Time,2021-09-13,08:09:51,+0400,44196397,elonmusk,Elon Musk,,"Whether it’s stamp collectors in Andorra or petticoat aficionados in Lichtenstein, none can resist!",en,[],[],[],1432,603,17792,[],[],https://twitter.com/elonmusk/status/1437267254564073473,False,,0,,,,,,,,[],,,, +1437251061383942148,1437247885951651841,2021-09-13 07:05:30 Arabian Standard Time,2021-09-13,07:05:30,+0400,44196397,elonmusk,Elon Musk,,@boringcompany Nice work!,en,[],[],[],258,253,7559,[],[],https://twitter.com/elonmusk/status/1437251061383942148,False,,0,,,,,,,,"[{'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +1437220114613555202,1437220114613555202,2021-09-13 05:02:32 Arabian Standard Time,2021-09-13,05:02:32,+0400,44196397,elonmusk,Elon Musk,,Gravitas https://t.co/DyIcmeKxz7,es,[],[],['https://pbs.twimg.com/media/E_IICk0WUAYdqIP.jpg'],3687,6705,142561,[],[],https://twitter.com/elonmusk/status/1437220114613555202,False,,1,https://pbs.twimg.com/media/E_IICk0WUAYdqIP.jpg,,,,,,,[],,,, +1437214098274537474,1437204825800851460,2021-09-13 04:38:37 Arabian Standard Time,2021-09-13,04:38:37,+0400,44196397,elonmusk,Elon Musk,,Nicheman (power of appealing to niche audiences) strikes again hahaha,en,[],[],[],1504,906,27068,[],[],https://twitter.com/elonmusk/status/1437214098274537474,False,,0,,,,,,,,[],,,, +1437204825800851460,1437204825800851460,2021-09-13 04:01:47 Arabian Standard Time,2021-09-13,04:01:47,+0400,44196397,elonmusk,Elon Musk,,Emojilution https://t.co/oXfiGkpdkO,en,[],[],"['https://pbs.twimg.com/media/E_H6KAcXMAAecdd.jpg', 'https://pbs.twimg.com/media/E_H6KAaXsAIQZzc.jpg', 'https://pbs.twimg.com/media/E_H6KAZWQAAEOTk.jpg', 'https://pbs.twimg.com/media/E_H6KBHXoAIgzE0.jpg']",5427,6759,108033,[],[],https://twitter.com/elonmusk/status/1437204825800851460,False,,1,https://pbs.twimg.com/media/E_H6KAcXMAAecdd.jpg,,,,,,,[],,,, +1437203967902167045,1437179881260032016,2021-09-13 03:58:22 Arabian Standard Time,2021-09-13,03:58:22,+0400,44196397,elonmusk,Elon Musk,,@PPathole They are … not yet friends,en,[],[],[],461,351,11873,[],[],https://twitter.com/elonmusk/status/1437203967902167045,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1437192662294179843,1437179881260032016,2021-09-13 03:13:27 Arabian Standard Time,2021-09-13,03:13:27,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy Ok ok haha,tl,[],[],[],473,545,6136,[],[],https://twitter.com/elonmusk/status/1437192662294179843,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1437182424635609091,1437179881260032016,2021-09-13 02:32:46 Arabian Standard Time,2021-09-13,02:32:46,+0400,44196397,elonmusk,Elon Musk,,@28delayslater Will do!,en,[],[],[],450,323,8925,[],[],https://twitter.com/elonmusk/status/1437182424635609091,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1437179881260032016,1437179881260032016,2021-09-13 02:22:39 Arabian Standard Time,2021-09-13,02:22:39,+0400,44196397,elonmusk,Elon Musk,,Floki has arrived https://t.co/2MiUKb91FT,en,[],[],['https://pbs.twimg.com/media/E_HjehqXMA4buug.jpg'],20095,23228,325888,[],[],https://twitter.com/elonmusk/status/1437179881260032016,False,,1,https://pbs.twimg.com/media/E_HjehqXMA4buug.jpg,,,,,,,[],,,, +1437168697324576771,1437153673046417409,2021-09-13 01:38:13 Arabian Standard Time,2021-09-13,01:38:13,+0400,44196397,elonmusk,Elon Musk,,@dogeofficialceo @WholeMarsBlog @POTUS 🤣,und,[],[],[],162,140,3670,[],[],https://twitter.com/elonmusk/status/1437168697324576771,False,,0,,,,,,,,"[{'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin', 'id': '1355945100216573952'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}]",,,, +1437165154660139011,1437153673046417409,2021-09-13 01:24:08 Arabian Standard Time,2021-09-13,01:24:08,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog @POTUS (Ahem),en,[],[],[],343,570,5167,[],[],https://twitter.com/elonmusk/status/1437165154660139011,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1437164571467390980,1437153673046417409,2021-09-13 01:21:49 Arabian Standard Time,2021-09-13,01:21:49,+0400,44196397,elonmusk,Elon Musk,,@SirWoofOfDoge @WholeMarsBlog 🤣🤣,und,[],[],[],108,72,2219,[],[],https://twitter.com/elonmusk/status/1437164571467390980,False,,0,,,,,,,,"[{'screen_name': 'SirWoofOfDoge', 'name': 'TheWoofOfÐogeStreet🇺🇦', 'id': '1279882965162565635'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1437164292952952832,1437153673046417409,2021-09-13 01:20:43 Arabian Standard Time,2021-09-13,01:20:43,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 @WholeMarsBlog Literally!,en,[],[],[],186,160,3612,[],[],https://twitter.com/elonmusk/status/1437164292952952832,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1437163979953016832,1436993262024339461,2021-09-13 01:19:28 Arabian Standard Time,2021-09-13,01:19:28,+0400,44196397,elonmusk,Elon Musk,,@Matt_Lowne Forward flaps will change a lot in upcoming versions of Starship – smaller & more leeward,en,[],[],[],195,164,4392,[],[],https://twitter.com/elonmusk/status/1437163979953016832,False,,0,,,,,,,,"[{'screen_name': 'Matt_Lowne', 'name': 'Matt Lowne', 'id': '20133214'}]",,,, +1437162549267533824,1437153673046417409,2021-09-13 01:13:47 Arabian Standard Time,2021-09-13,01:13:47,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog This is written by Ford/UAW lobbyists, as they make their electric car in Mexico. Not obvious how this serves American taxpayers. https://t.co/FUUXARHlby",en,[],['https://www.bloomberg.com/news/articles/2021-06-03/ford-production-of-electric-mustang-exceeds-gas-powered-pony-car'],[],676,1146,8387,[],[],https://twitter.com/elonmusk/status/1437162549267533824,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1437160657133125636,1437006948570968066,2021-09-13 01:06:16 Arabian Standard Time,2021-09-13,01:06:16,+0400,44196397,elonmusk,Elon Musk,,"@OliOnOrbit Falcon 9 is technically a heavy lift rocket. If flown as an expendable, payload to orbit is similar to Delta IV Heavy (~25 tons to LEO). And Starship is ~10 times bigger.",en,[],[],[],202,277,6147,[],[],https://twitter.com/elonmusk/status/1437160657133125636,False,,0,,,,,,,,[],,,, +1437125166027452421,1436868006060101638,2021-09-12 22:45:14 Arabian Standard Time,2021-09-12,22:45:14,+0400,44196397,elonmusk,Elon Musk,,@TeslaPodcast Nice drive,en,[],[],[],351,213,6438,[],[],https://twitter.com/elonmusk/status/1437125166027452421,False,,0,,,,,,,,"[{'screen_name': 'TeslaPodcast', 'name': 'Rob Maurer', 'id': '898021206967951360'}]",,,, +1437117507022823427,1436895202900328449,2021-09-12 22:14:48 Arabian Standard Time,2021-09-12,22:14:48,+0400,44196397,elonmusk,Elon Musk,,@Nedsir1 @jpr007 @GordonJohnson19 🤣,und,[],[],[],89,65,1605,[],[],https://twitter.com/elonmusk/status/1437117507022823427,False,,0,,,,,,,,"[{'screen_name': 'Nedsir1', 'name': 'Nedsir', 'id': '885040793735639042'}, {'screen_name': 'jpr007', 'name': 'JPR007', 'id': '52370117'}, {'screen_name': 'GordonJohnson19', 'name': 'Gordon Johnson', 'id': '1011205886'}]",,,, +1437112222698909697,1437112222698909697,2021-09-12 21:53:48 Arabian Standard Time,2021-09-12,21:53:48,+0400,44196397,elonmusk,Elon Musk,, https://t.co/3c18VldRrn,und,[],[],['https://pbs.twimg.com/media/E_Gl8oPXMAQF2eb.jpg'],6677,21243,220812,[],[],https://twitter.com/elonmusk/status/1437112222698909697,False,,1,https://pbs.twimg.com/media/E_Gl8oPXMAQF2eb.jpg,,,,,,,[],,,, +1436890989864628224,1436872846551175168,2021-09-12 07:14:42 Arabian Standard Time,2021-09-12,07:14:42,+0400,44196397,elonmusk,Elon Musk,,"@ICannot_Enough @garyblack00 With 10.1, it will creep forward with more confidence & quickly reverse back a little (just as a person would) if it sees danger",en,[],[],[],449,356,6398,[],[],https://twitter.com/elonmusk/status/1436890989864628224,False,,0,,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}]",,,, +1436890302913073152,1436800338531688448,2021-09-12 07:11:59 Arabian Standard Time,2021-09-12,07:11:59,+0400,44196397,elonmusk,Elon Musk,,@FrenchieEAP Think of Beta 10 as enabling a significantly higher local maximum than Beta 9,en,[],[],[],335,264,7084,[],[],https://twitter.com/elonmusk/status/1436890302913073152,False,,0,,,,,,,,"[{'screen_name': 'FrenchieEAP', 'name': 'Frenchie', 'id': '1347203267525300226'}]",,,, +1436792119922933761,1436789699863932930,2021-09-12 00:41:50 Arabian Standard Time,2021-09-12,00:41:50,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog To be fair, investors are giving us significant credit for achieving self-driving, given that Tesla’s valuation/production is very high compared to other automakers",en,[],[],[],693,382,6344,[],[],https://twitter.com/elonmusk/status/1436792119922933761,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1436774682527678475,1436722177902923778,2021-09-11 23:32:32 Arabian Standard Time,2021-09-11,23:32:32,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 @teslaownersSV Three weeks,en,[],[],[],268,145,2742,[],[],https://twitter.com/elonmusk/status/1436774682527678475,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1436767173926690818,1436722177902923778,2021-09-11 23:02:42 Arabian Standard Time,2021-09-11,23:02:42,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Digital clock coming in 2 weeks,en,[],[],[],545,404,11445,[],[],https://twitter.com/elonmusk/status/1436767173926690818,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1436756167166922757,1434551039739383815,2021-09-11 22:18:58 Arabian Standard Time,2021-09-11,22:18:58,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 🤣🤣,und,[],[],[],1688,1342,42927,[],[],https://twitter.com/elonmusk/status/1436756167166922757,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1436755533311131650,1436583527290654720,2021-09-11 22:16:27 Arabian Standard Time,2021-09-11,22:16:27,+0400,44196397,elonmusk,Elon Musk,,@TimSweeneyEpic Please challenge Tim of Apple to trial by combat 🙏,en,[],[],[],261,337,6248,[],[],https://twitter.com/elonmusk/status/1436755533311131650,False,,0,,,,,,,,"[{'screen_name': 'TimSweeneyEpic', 'name': 'Tim Sweeney', 'id': '1686323288'}]",,,, +1436752994352181249,1436583527290654720,2021-09-11 22:06:22 Arabian Standard Time,2021-09-11,22:06:22,+0400,44196397,elonmusk,Elon Musk,,@TimSweeneyEpic Didn’t you sorta win? https://t.co/eNu5Oh9Ogx,en,[],[],['https://pbs.twimg.com/media/E_BfO4gX0AIhLJ3.jpg'],559,1284,14841,[],[],https://twitter.com/elonmusk/status/1436752994352181249,False,,1,https://pbs.twimg.com/media/E_BfO4gX0AIhLJ3.jpg,,,,,,,"[{'screen_name': 'TimSweeneyEpic', 'name': 'Tim Sweeney', 'id': '1686323288'}]",,,, +1436674339831750660,1436668244438523910,2021-09-11 16:53:49 Arabian Standard Time,2021-09-11,16:53:49,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @ResidentSponge Highway stack is still production version, as it is more polished than FSD for now. Single stack for all should release in 10.1.",en,[],[],[],551,475,8617,[],[],https://twitter.com/elonmusk/status/1436674339831750660,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1436545203800846340,1436520274736730112,2021-09-11 08:20:40 Arabian Standard Time,2021-09-11,08:20:40,+0400,44196397,elonmusk,Elon Musk,,@EVHQ2 @SpaceX Yeah,en,[],[],[],321,190,4542,[],[],https://twitter.com/elonmusk/status/1436545203800846340,False,,0,,,,,,,,"[{'screen_name': 'EVHQ2', 'name': 'EV-HQ', 'id': '1132980037282455558'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1436541063406264320,1436520274736730112,2021-09-11 08:04:13 Arabian Standard Time,2021-09-11,08:04:13,+0400,44196397,elonmusk,Elon Musk,,"@SpaceX These are V1.5 Starlinks with laser inter-satellite links, which are needed for high latitudes & mid ocean coverage",en,[],[],[],992,1093,19232,[],[],https://twitter.com/elonmusk/status/1436541063406264320,False,,0,,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1436468369277034557,1436397941632143366,2021-09-11 03:15:22 Arabian Standard Time,2021-09-11,03:15:22,+0400,44196397,elonmusk,Elon Musk,,@JeffTutorials An early season episode of the Tesla soap opera!,en,[],[],[],543,756,33258,[],[],https://twitter.com/elonmusk/status/1436468369277034557,False,,0,,,,,,,,"[{'screen_name': 'JeffTutorials', 'name': 'Jeff 💙✌️', 'id': '2694154514'}]",,,, +1436441913348005888,1436327355082027008,2021-09-11 01:30:14 Arabian Standard Time,2021-09-11,01:30:14,+0400,44196397,elonmusk,Elon Musk,,"@nuerburgring @Tesla Great work by Tesla team, with special thanks to Tesla Automation in Prüm, who were critical to many high-performance parts of Plaid!",en,[],[],[],165,166,2969,[],[],https://twitter.com/elonmusk/status/1436441913348005888,False,,0,,,,,,,,"[{'screen_name': 'nuerburgring', 'name': 'Nürburgring', 'id': '44575494'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1436423434800668692,1436397292181917706,2021-09-11 00:16:48 Arabian Standard Time,2021-09-11,00:16:48,+0400,44196397,elonmusk,Elon Musk,,@WilkWilkerson @TGMetsFan98 @NASASpaceflight https://t.co/dVuBYDkaCy,und,[],['https://m.youtube.com/watch?v=-438wuWLUDQ'],[],115,63,1314,[],[],https://twitter.com/elonmusk/status/1436423434800668692,False,,0,,,,,,,,"[{'screen_name': 'TGMetsFan98', 'name': 'Thomas Burghardt', 'id': '829474281075699712'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1436416908551720963,1436364331894165532,2021-09-10 23:50:52 Arabian Standard Time,2021-09-10,23:50:52,+0400,44196397,elonmusk,Elon Musk,,@4sanjaymathew @thesheetztweetz @esa @AschbacherJosef @SpaceX @SpireGlobal Exactly. Getting paid by the government to launch payloads at much lower prices than competitors is not “government support”.,en,[],[],[],160,228,3168,[],[],https://twitter.com/elonmusk/status/1436416908551720963,False,,0,,,,,,,,"[{'screen_name': '4sanjaymathew', 'name': 'Sanjay Mathew', 'id': '76734842'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'esa', 'name': 'ESA', 'id': '21436960'}, {'screen_name': 'AschbacherJosef', 'name': 'Josef Aschbacher', 'id': '3444849135'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpireGlobal', 'name': 'Spire', 'id': '568968118'}]",,,, +1436415954762805254,1436397292181917706,2021-09-10 23:47:05 Arabian Standard Time,2021-09-10,23:47:05,+0400,44196397,elonmusk,Elon Musk,,@TGMetsFan98 @NASASpaceflight Satellites with “lasers” in “space” [strokes white cat],en,[],[],[],288,309,4943,[],[],https://twitter.com/elonmusk/status/1436415954762805254,False,,0,,,,,,,,"[{'screen_name': 'TGMetsFan98', 'name': 'Thomas Burghardt', 'id': '829474281075699712'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1436413964963958800,1436327355082027008,2021-09-10 23:39:11 Arabian Standard Time,2021-09-10,23:39:11,+0400,44196397,elonmusk,Elon Musk,,"@nuerburgring @Tesla Alter falter! Dankeschön Nürburgring, Tesla wird geerht. https://t.co/oNykiTzkde",de,[],['https://nuerburgring.de/news/tesla-faehrt-offiziellen-rekord-fuer-elektrofahrzeuge'],[],292,265,5196,[],[],https://twitter.com/elonmusk/status/1436413964963958800,False,,0,,,,,,,,"[{'screen_name': 'nuerburgring', 'name': 'Nürburgring', 'id': '44575494'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1436291710393405478,1436253358940205070,2021-09-10 15:33:23 Arabian Standard Time,2021-09-10,15:33:23,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @13ericralph31 @SpacePadreIsle Booster static fire on orbital launch mount hopefully next week,en,[],[],[],589,919,13506,[],[],https://twitter.com/elonmusk/status/1436291710393405478,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}]",,,, +1436283089215442968,1436283089215442968,2021-09-10 14:59:07 Arabian Standard Time,2021-09-10,14:59:07,+0400,44196397,elonmusk,Elon Musk,,Metallurgy Rūlz,und,[],[],[],6251,4304,75221,[],[],https://twitter.com/elonmusk/status/1436283089215442968,False,,0,,,,,,,,[],,,, +1436265776550490112,1436265776550490112,2021-09-10 13:50:20 Arabian Standard Time,2021-09-10,13:50:20,+0400,44196397,elonmusk,Elon Musk,,POV Hardcore,und,[],[],[],3272,2241,38839,[],[],https://twitter.com/elonmusk/status/1436265776550490112,False,https://twitter.com/Tesla/status/1436206097656958976,0,,,,,,,,[],,,, +1436089282423296000,1436086743720251394,2021-09-10 02:09:00 Arabian Standard Time,2021-09-10,02:09:00,+0400,44196397,elonmusk,Elon Musk,,"@BLKMDL3 Track software update probably a few weeks away (I know, I know haha). Also waypoints & other things.",en,[],[],[],357,276,4660,[],[],https://twitter.com/elonmusk/status/1436089282423296000,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}]",,,, +1436089065913397248,1436086743720251394,2021-09-10 02:08:09 Arabian Standard Time,2021-09-10,02:08:09,+0400,44196397,elonmusk,Elon Musk,,"@AaronS5_ Tesla doesn’t have the bandwidth to do it, but there are some good third party mod shops",en,[],[],[],176,98,2388,[],[],https://twitter.com/elonmusk/status/1436089065913397248,False,,0,,,,,,,,"[{'screen_name': 'AaronS5_', 'name': 'Aaron', 'id': '1009074200546566144'}]",,,, +1436088215186911243,1436086743720251394,2021-09-10 02:04:46 Arabian Standard Time,2021-09-10,02:04:46,+0400,44196397,elonmusk,Elon Musk,,"Next will be modified Plaid with added aero surfaces, carbon brakes & track tires (all things that can be done without Tesla being in the loop)",en,[],[],[],1744,1220,30985,[],[],https://twitter.com/elonmusk/status/1436088215186911243,False,,0,,,,,,,,[],,,, +1436086743720251394,1436086743720251394,2021-09-10 01:58:55 Arabian Standard Time,2021-09-10,01:58:55,+0400,44196397,elonmusk,Elon Musk,,"Tesla Model S Plaid just set official world speed record for a production electric car at Nurburgring. Completely unmodified, directly from factory. https://t.co/AaiFtfW5Ht",en,[],[],['https://pbs.twimg.com/media/E-4BSAvXoAUJIoe.jpg'],6298,10325,125436,[],[],https://twitter.com/elonmusk/status/1436086743720251394,False,,1,https://pbs.twimg.com/media/E-4BSAvXoAUJIoe.jpg,,,,,,,[],,,, +1436084856350515202,1436023955190648834,2021-09-10 01:51:25 Arabian Standard Time,2021-09-10,01:51:25,+0400,44196397,elonmusk,Elon Musk,,"@burkov Maybe not, but it’s 99% dot products",en,[],[],[],732,658,19487,[],[],https://twitter.com/elonmusk/status/1436084856350515202,False,,0,,,,,,,,"[{'screen_name': 'burkov', 'name': 'Andriy Burkov', 'id': '47126544'}]",,,, +1435967157662150675,1435668504292720646,2021-09-09 18:03:44 Arabian Standard Time,2021-09-09,18:03:44,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog The build I’m driving right now is almost there. FSD 10 will blow your mind.,en,[],[],[],578,626,6708,[],[],https://twitter.com/elonmusk/status/1435967157662150675,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1435966083857465348,1435668504292720646,2021-09-09 17:59:28 Arabian Standard Time,2021-09-09,17:59:28,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Expansion will be gradual, based on ensuring maximum safety",en,[],[],[],278,176,3655,[],[],https://twitter.com/elonmusk/status/1435966083857465348,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1435918778777415687,1435860701004775429,2021-09-09 14:51:29 Arabian Standard Time,2021-09-09,14:51:29,+0400,44196397,elonmusk,Elon Musk,,@28delayslater @slashdot Am I a yoke to you? 😢,en,[],[],[],476,176,3758,[],[],https://twitter.com/elonmusk/status/1435918778777415687,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1435917094751768582,1435860701004775429,2021-09-09 14:44:48 Arabian Standard Time,2021-09-09,14:44:48,+0400,44196397,elonmusk,Elon Musk,,@28delayslater @slashdot Yet another round wheel is boring & blocks the screen. FSD in panoramic mode looks way better with a yoke.,en,[],[],[],350,177,3447,[],[],https://twitter.com/elonmusk/status/1435917094751768582,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}, {'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1435916127268491266,1435860701004775429,2021-09-09 14:40:57 Arabian Standard Time,2021-09-09,14:40:57,+0400,44196397,elonmusk,Elon Musk,,@slashdot Just messin with ya haha,en,[],[],[],411,246,6741,[],[],https://twitter.com/elonmusk/status/1435916127268491266,False,,0,,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1435906934641659904,1435884624606019585,2021-09-09 14:04:25 Arabian Standard Time,2021-09-09,14:04:25,+0400,44196397,elonmusk,Elon Musk,,@TeslaGong @Neuro_Skeptic Are you the same today as you were yesterday?,en,[],[],[],337,133,2206,[],[],https://twitter.com/elonmusk/status/1435906934641659904,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'Neuro_Skeptic', 'name': 'Neuroskeptic', 'id': '316327930'}]",,,, +1435905879359041540,1435884624606019585,2021-09-09 14:00:14 Arabian Standard Time,2021-09-09,14:00:14,+0400,44196397,elonmusk,Elon Musk,,@Neuro_Skeptic It seems to be working … https://t.co/tE6OVu7IQq,en,[],['https://m.youtube.com/watch?v=I8KSAtos-dk'],[],145,94,1758,[],[],https://twitter.com/elonmusk/status/1435905879359041540,False,,0,,,,,,,,"[{'screen_name': 'Neuro_Skeptic', 'name': 'Neuroskeptic', 'id': '316327930'}]",,,, +1435904926517972993,1435884624606019585,2021-09-09 13:56:26 Arabian Standard Time,2021-09-09,13:56:26,+0400,44196397,elonmusk,Elon Musk,,@Neuro_Skeptic https://t.co/irc9tTN8nA,und,[],[],['https://pbs.twimg.com/media/E-1b605WEAIDoTz.jpg'],550,671,9833,[],[],https://twitter.com/elonmusk/status/1435904926517972993,False,,1,https://pbs.twimg.com/media/E-1b605WEAIDoTz.jpg,,,,,,,[],,,, +1435898100510564352,1435594948305428481,2021-09-09 13:29:19 Arabian Standard Time,2021-09-09,13:29:19,+0400,44196397,elonmusk,Elon Musk,,@samuelmehr https://t.co/LgwCJWzU2W,und,[],[],['https://pbs.twimg.com/media/E-1Vti1WUAAt4Et.jpg'],320,659,8928,[],[],https://twitter.com/elonmusk/status/1435898100510564352,False,,1,https://pbs.twimg.com/media/E-1Vti1WUAAt4Et.jpg,,,,,,,[],,,, +1435893381570437121,1435868507418214404,2021-09-09 13:10:34 Arabian Standard Time,2021-09-09,13:10:34,+0400,44196397,elonmusk,Elon Musk,,@Kristennetten Cybertruck is not like the others,en,[],[],[],820,677,16760,[],[],https://twitter.com/elonmusk/status/1435893381570437121,False,,0,,,,,,,,"[{'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}]",,,, +1435723795025776642,1435667458891730946,2021-09-09 01:56:41 Arabian Standard Time,2021-09-09,01:56:41,+0400,44196397,elonmusk,Elon Musk,,@PPathole That sums it up well!,en,[],[],[],523,962,29025,[],[],https://twitter.com/elonmusk/status/1435723795025776642,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1435723338362540039,1435668504292720646,2021-09-09 01:54:52 Arabian Standard Time,2021-09-09,01:54:52,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog 🤣,und,[],[],[],726,963,42365,[],[],https://twitter.com/elonmusk/status/1435723338362540039,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1435308889659039748,1435217041724690449,2021-09-07 22:28:00 Arabian Standard Time,2021-09-07,22:28:00,+0400,44196397,elonmusk,Elon Musk,,@Rogozin Thanks! What is your favorite tea?,en,[],[],[],1491,509,11362,[],[],https://twitter.com/elonmusk/status/1435308889659039748,False,,0,,,,,,,,"[{'screen_name': 'Rogozin', 'name': 'РОГОЗИН', 'id': '36980694'}]",,,, +1435295986805583884,1435260968498606082,2021-09-07 21:36:44 Arabian Standard Time,2021-09-07,21:36:44,+0400,44196397,elonmusk,Elon Musk,,"@SaycheeseDGTL And if it doesn’t work, he’s gonna sue death!",en,[],[],[],1404,1696,21242,[],[],https://twitter.com/elonmusk/status/1435295986805583884,False,,0,,,,,,,,"[{'screen_name': 'SaycheeseDGTL', 'name': 'SAY CHEESE! 👄🧀', 'id': '1149024099995475968'}]",,,, +1435023263478988807,1434994649412874242,2021-09-07 03:33:02 Arabian Standard Time,2021-09-07,03:33:02,+0400,44196397,elonmusk,Elon Musk,,@latestengineer Impressive!,en,[],[],[],1363,904,33944,[],[],https://twitter.com/elonmusk/status/1435023263478988807,False,,0,,,,,,,,"[{'screen_name': 'latestengineer', 'name': 'Latest in Engineering', 'id': '1353120427174989830'}]",,,, +1435020849908703234,1434774982031290371,2021-09-07 03:23:26 Arabian Standard Time,2021-09-07,03:23:26,+0400,44196397,elonmusk,Elon Musk,,@stefanolaru Worth it,en,[],[],[],570,589,28485,[],[],https://twitter.com/elonmusk/status/1435020849908703234,False,,0,,,,,,,,"[{'screen_name': 'stefanolaru', 'name': 'Stefan Olaru', 'id': '14350623'}]",,,, +1434996066672390145,1434958044677525504,2021-09-07 01:44:57 Arabian Standard Time,2021-09-07,01:44:57,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @flcnhvy @JeffTutorials Many times,en,[],[],[],221,110,2586,[],[],https://twitter.com/elonmusk/status/1434996066672390145,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'JeffTutorials', 'name': 'Jeff 💙✌️', 'id': '2694154514'}]",,,, +1434994732300652555,1434958044677525504,2021-09-07 01:39:39 Arabian Standard Time,2021-09-07,01:39:39,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy @JeffTutorials That’s one of my tests!,en,[],[],[],165,115,3034,[],[],https://twitter.com/elonmusk/status/1434994732300652555,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'JeffTutorials', 'name': 'Jeff 💙✌️', 'id': '2694154514'}]",,,, +1434989028730937347,1434958044677525504,2021-09-07 01:16:59 Arabian Standard Time,2021-09-07,01:16:59,+0400,44196397,elonmusk,Elon Musk,,@JeffTutorials Tesla audio engineering is great,en,[],[],[],574,490,18094,[],[],https://twitter.com/elonmusk/status/1434989028730937347,False,,0,,,,,,,,"[{'screen_name': 'JeffTutorials', 'name': 'Jeff 💙✌️', 'id': '2694154514'}]",,,, +1434959550575255558,1434797797983731717,2021-09-06 23:19:51 Arabian Standard Time,2021-09-06,23:19:51,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog I’m not always late haha,en,[],[],[],1245,1801,60413,[],[],https://twitter.com/elonmusk/status/1434959550575255558,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1434958634417627139,1434817935369986048,2021-09-06 23:16:13 Arabian Standard Time,2021-09-06,23:16:13,+0400,44196397,elonmusk,Elon Musk,,"@anthonyisonline Large incumbent carmakers sell their cars at low to zero true margin. Most of their profit is selling replacement parts to their fleet, of which 70% to 80% are past warranty. Like razors & blades. New car companies lack this advantage. Also lack sales & service infrastructure.",en,[],[],[],268,478,5073,[],[],https://twitter.com/elonmusk/status/1434958634417627139,False,,0,,,,,,,,"[{'screen_name': 'anthonyisonline', 'name': 'Anthony Smith', 'id': '54596548'}]",,,, +1434957572251996160,1434817935369986048,2021-09-06 23:12:00 Arabian Standard Time,2021-09-06,23:12:00,+0400,44196397,elonmusk,Elon Musk,,@anthonyisonline Production is hard. Production with positive cash flow is extremely hard.,en,[],[],[],527,679,13143,[],[],https://twitter.com/elonmusk/status/1434957572251996160,False,,0,,,,,,,,"[{'screen_name': 'anthonyisonline', 'name': 'Anthony Smith', 'id': '54596548'}]",,,, +1434886980429656072,1434592384025862146,2021-09-06 18:31:29 Arabian Standard Time,2021-09-06,18:31:29,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut Korolev was amazing,en,[],[],[],492,356,9815,[],[],https://twitter.com/elonmusk/status/1434886980429656072,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1434204068491063299,1434145136498421761,2021-09-04 21:17:50 Arabian Standard Time,2021-09-04,21:17:50,+0400,44196397,elonmusk,Elon Musk,,@SP_LimitReviews @Tesla @CodingMark @Manic_Marge @teslainventory @WholeMarsBlog Lot of good work happening on Tesla sound codec & audio software in general. Aiming for maximum music dopamine in your brain!,en,[],[],[],556,373,5666,[],[],https://twitter.com/elonmusk/status/1434204068491063299,False,,0,,,,,,,,"[{'screen_name': 'SP_LimitReviews', 'name': '🔋SLR... Ty-Holland🚀🧑🏽\u200d💻🔋', 'id': '88979943'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'CodingMark', 'name': 'Mark💙💛🦊', 'id': '952755407788826624'}, {'screen_name': 'Manic_Marge', 'name': 'Marge', 'id': '596204926'}, {'screen_name': 'teslainventory', 'name': 'Erik in DÆrik', 'id': '565198801'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1434072202396123138,1434024489830928392,2021-09-04 12:33:51 Arabian Standard Time,2021-09-04,12:33:51,+0400,44196397,elonmusk,Elon Musk,,@MarcusHouse Yes,und,[],[],[],951,576,19235,[],[],https://twitter.com/elonmusk/status/1434072202396123138,False,,0,,,,,,,,"[{'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}]",,,, +1434053234298015745,1433934231353413633,2021-09-04 11:18:29 Arabian Standard Time,2021-09-04,11:18:29,+0400,44196397,elonmusk,Elon Musk,,@ErcXspace @SpaceX 2022,und,[],[],[],1251,1529,39958,[],[],https://twitter.com/elonmusk/status/1434053234298015745,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1434046371443580932,1433992813444669445,2021-09-04 10:51:12 Arabian Standard Time,2021-09-04,10:51:12,+0400,44196397,elonmusk,Elon Musk,,@TrungTPhan A lot has happened in the past 8 years,en,[],[],[],552,556,17295,[],[],https://twitter.com/elonmusk/status/1434046371443580932,False,,0,,,,,,,,"[{'screen_name': 'TrungTPhan', 'name': 'Trung Phan', 'id': '945817135816654848'}]",,,, +1433864931753955328,1433592174612922369,2021-09-03 22:50:14 Arabian Standard Time,2021-09-03,22:50:14,+0400,44196397,elonmusk,Elon Musk,,"@flcnhvy @WholeMarsBlog @truth_tesla @LimitingThe This is obv debatable, but I’d call anything with ~300 miles / ~500 km of true usable travel distance “long range”, beyond that “very long range”",en,[],[],[],376,219,3688,[],[],https://twitter.com/elonmusk/status/1433864931753955328,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}, {'screen_name': 'LimitingThe', 'name': '🔋 The Limiting Factor 🔋', 'id': '1215825810214383617'}]",,,, +1433857650916151298,1433592174612922369,2021-09-03 22:21:18 Arabian Standard Time,2021-09-03,22:21:18,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @truth_tesla @LimitingThe There are vast amounts of iron (and lithium) on Earth, but much less nickel. For global industry to scale battery production to ~10 TWh/year, it needs to be mostly iron. Higher energy density of Nickel only needed for very long range vehicles & aircraft.",en,[],[],[],343,280,3311,[],[],https://twitter.com/elonmusk/status/1433857650916151298,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}, {'screen_name': 'LimitingThe', 'name': '🔋 The Limiting Factor 🔋', 'id': '1215825810214383617'}]",,,, +1433824611825700868,1433592174612922369,2021-09-03 20:10:01 Arabian Standard Time,2021-09-03,20:10:01,+0400,44196397,elonmusk,Elon Musk,,@truth_tesla @LimitingThe Our new cell is 46mm diameter with steel shell & even that was huge challenge for propagation resistance,en,[],[],[],166,152,2744,[],[],https://twitter.com/elonmusk/status/1433824611825700868,False,,0,,,,,,,,"[{'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}, {'screen_name': 'LimitingThe', 'name': '🔋 The Limiting Factor 🔋', 'id': '1215825810214383617'}]",,,, +1433823519146577920,1433592174612922369,2021-09-03 20:05:40 Arabian Standard Time,2021-09-03,20:05:40,+0400,44196397,elonmusk,Elon Musk,,"@truth_tesla @LimitingThe Yes. Physics of large cells means distance from cooling loop to center of cell is high, so harder to prevent hotspots. Then, pressure & heat released from large cell in weak bag make it impossible to stop whole pack from burning. Pretty basic.",en,[],[],[],459,192,3116,[],[],https://twitter.com/elonmusk/status/1433823519146577920,False,,0,,,,,,,,"[{'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}, {'screen_name': 'LimitingThe', 'name': '🔋 The Limiting Factor 🔋', 'id': '1215825810214383617'}]",,,, +1433713164546293767,1433713164546293767,2021-09-03 12:47:10 Arabian Standard Time,2021-09-03,12:47:10,+0400,44196397,elonmusk,Elon Musk,,Time is the ultimate currency,en,[],[],[],31957,69612,470781,[],[],https://twitter.com/elonmusk/status/1433713164546293767,False,,0,,,,,,,,[],,,, +1433673140811436034,1433592174612922369,2021-09-03 10:08:07 Arabian Standard Time,2021-09-03,10:08:07,+0400,44196397,elonmusk,Elon Musk,,"@long_elon @LimitingThe Iron, the last element made in a star, appears likely to exceed nickel by 3:1 or more",en,[],[],[],193,150,2799,[],[],https://twitter.com/elonmusk/status/1433673140811436034,False,,0,,,,,,,,"[{'screen_name': 'long_elon', 'name': 'Long Elon', 'id': '1153219166456840195'}, {'screen_name': 'LimitingThe', 'name': '🔋 The Limiting Factor 🔋', 'id': '1215825810214383617'}]",,,, +1433670656315600919,1433592174612922369,2021-09-03 09:58:15 Arabian Standard Time,2021-09-03,09:58:15,+0400,44196397,elonmusk,Elon Musk,,"@LimitingThe Generally agree, but probability of thermal runaway is dangerously high with large pouch cells. Tesla strongly recommends against their use.",en,[],[],[],331,339,6713,[],[],https://twitter.com/elonmusk/status/1433670656315600919,False,,0,,,,,,,,"[{'screen_name': 'LimitingThe', 'name': '🔋 The Limiting Factor 🔋', 'id': '1215825810214383617'}]",,,, +1433605370337849362,1433561573189033987,2021-09-03 05:38:50 Arabian Standard Time,2021-09-03,05:38:50,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV And Beta 10 is a step change improvement from what you have!,en,[],[],[],578,487,13119,[],[],https://twitter.com/elonmusk/status/1433605370337849362,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1433494509816410119,1433402909941772288,2021-09-02 22:18:18 Arabian Standard Time,2021-09-02,22:18:18,+0400,44196397,elonmusk,Elon Musk,,@leastImAlive @archillect 🤣🤣 “I’m fkn tryin”,en,[],[],[],403,196,4868,[],[],https://twitter.com/elonmusk/status/1433494509816410119,False,,0,,,,,,,,"[{'screen_name': 'leastImAlive', 'name': 'PopulationPaste', 'id': '757871065'}, {'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1433494263476588557,1433475314374565893,2021-09-02 22:17:20 Arabian Standard Time,2021-09-02,22:17:20,+0400,44196397,elonmusk,Elon Musk,,"@TeslaAIBot @EffinZach Ur welcome, pls be nice to the humans",en,[],[],[],302,310,5197,[],[],https://twitter.com/elonmusk/status/1433494263476588557,False,,0,,,,,,,,"[{'screen_name': 'TeslaAIBot', 'name': 'Optimus 🇺🇦♥️', 'id': '1428789207825256453'}, {'screen_name': 'EffinZach', 'name': 'Zeff', 'id': '857760584946905088'}]",,,, +1433493980927254529,1433402909941772288,2021-09-02 22:16:12 Arabian Standard Time,2021-09-02,22:16:12,+0400,44196397,elonmusk,Elon Musk,,@archillect Smoked ham,en,[],[],[],676,460,13935,[],[],https://twitter.com/elonmusk/status/1433493980927254529,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1433481968692305963,1428885556939825158,2021-09-02 21:28:28 Arabian Standard Time,2021-09-02,21:28:28,+0400,44196397,elonmusk,Elon Musk,,"@dogecoin_devs Good progress. Applying information theory to currency (which is just information), lower fees reduce noise & faster & more consistent sync time improve latency & jitter.",en,[],[],[],1048,2316,11576,[],[],https://twitter.com/elonmusk/status/1433481968692305963,False,,0,,,,,,,,"[{'screen_name': 'dogecoin_devs', 'name': 'Dogecoin Developers', 'id': '2445883045'}]",,,, +1433476171933515776,1433475314374565893,2021-09-02 21:05:26 Arabian Standard Time,2021-09-02,21:05:26,+0400,44196397,elonmusk,Elon Musk,,"@EffinZach The robots are coming anyway, as Boston Dynamics videos clearly show. I will not be able to ensure that robots made by other companies are safe, but I can try my best to do so at Tesla.",en,[],[],[],501,521,5206,[],[],https://twitter.com/elonmusk/status/1433476171933515776,False,,0,,,,,,,,"[{'screen_name': 'EffinZach', 'name': 'Zeff', 'id': '857760584946905088'}]",,,, +1433474893316722691,1433448074018439176,2021-09-02 21:00:21 Arabian Standard Time,2021-09-02,21:00:21,+0400,44196397,elonmusk,Elon Musk,,"@thesheetztweetz @SquawkStreet In general, I believe government should rarely impose its will upon the people, and, when doing so, should aspire to maximize their cumulative happiness. That said, I would prefer to stay out of politics.",en,[],[],[],3778,1954,23983,[],[],https://twitter.com/elonmusk/status/1433474893316722691,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SquawkStreet', 'name': 'Squawk on the Street', 'id': '106498703'}]",,,, +1433320085519618048,1433081862918975496,2021-09-02 10:45:12 Arabian Standard Time,2021-09-02,10:45:12,+0400,44196397,elonmusk,Elon Musk,,"@DJSnM @thesheetztweetz @johnkrausphotos @LylaKohistany Processing is not an issue. Lasers links alleviate ground station constraints, so data can go from say Sydney to London through space, which is ~40% faster speed of light than fiber & shorter path. Also, no need for ground stations everywhere. Arctic will have great bandwidth!",en,[],[],[],419,370,5533,[],[],https://twitter.com/elonmusk/status/1433320085519618048,False,,0,,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'LylaKohistany', 'name': 'Lyla Kohistany', 'id': '896739413249667073'}]",,,, +1433254957101109254,1433195737907564545,2021-09-02 06:26:25 Arabian Standard Time,2021-09-02,06:26:25,+0400,44196397,elonmusk,Elon Musk,,@VitalikButerin https://t.co/EFGqFcsJ6S,und,[],[],['https://pbs.twimg.com/media/E-PxyD6VQAUQR8X.jpg'],0,934,21065,[],[],https://twitter.com/elonmusk/status/1433254957101109254,False,,1,https://pbs.twimg.com/media/E-PxyD6VQAUQR8X.jpg,,,,,,,[],,,, +1433233159915667459,1433226358398734337,2021-09-02 04:59:48 Arabian Standard Time,2021-09-02,04:59:48,+0400,44196397,elonmusk,Elon Musk,,"@tobyliiiiiiiiii Not sure, but maybe a few months. In general for any region, we need to make software work well, test it extensively & then get regulatory approval. If we could go faster while being safe, we would!",en,[],[],[],291,211,3985,[],[],https://twitter.com/elonmusk/status/1433233159915667459,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +1433232100195405829,1433226358398734337,2021-09-02 04:55:35 Arabian Standard Time,2021-09-02,04:55:35,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 Yes,und,[],[],[],227,101,2649,[],[],https://twitter.com/elonmusk/status/1433232100195405829,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}]",,,, +1433231578189107203,1433195737907564545,2021-09-02 04:53:31 Arabian Standard Time,2021-09-02,04:53:31,+0400,44196397,elonmusk,Elon Musk,,@VitalikButerin What is love?,en,[],[],[],3,1987,21034,[],[],https://twitter.com/elonmusk/status/1433231578189107203,False,,0,,,,,,,,"[{'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}]",,,, +1433230605664153604,1433226358398734337,2021-09-02 04:49:39 Arabian Standard Time,2021-09-02,04:49:39,+0400,44196397,elonmusk,Elon Musk,,"@IvanEscobosa That is the aspiration, but we need to be cautious. Safety is always paramount at Tesla.",en,[],[],[],245,188,3923,[],[],https://twitter.com/elonmusk/status/1433230605664153604,False,,0,,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}]",,,, +1433230003949371392,1433226358398734337,2021-09-02 04:47:15 Arabian Standard Time,2021-09-02,04:47:15,+0400,44196397,elonmusk,Elon Musk,,"@PPathole I mostly run alpha software in my car, which is not meant for public consumption. A few days before release, I switch my car to what public will experience.",en,[],[],[],301,233,4400,[],[],https://twitter.com/elonmusk/status/1433230003949371392,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1433227637351088128,1433226358398734337,2021-09-02 04:37:51 Arabian Standard Time,2021-09-02,04:37:51,+0400,44196397,elonmusk,Elon Musk,,"Looks promising that Beta 10.1, about 2 weeks later, will be good enough for public opt in request button",en,[],[],[],3764,1586,33368,[],[],https://twitter.com/elonmusk/status/1433227637351088128,False,,0,,,,,,,,[],,,, +1433226358398734337,1433226358398734337,2021-09-02 04:32:46 Arabian Standard Time,2021-09-02,04:32:46,+0400,44196397,elonmusk,Elon Musk,,FSD Beta 10 rolls out midnight Friday next week,en,[],[],[],4528,3620,61639,[],[],https://twitter.com/elonmusk/status/1433226358398734337,False,,0,,,,,,,,[],,,, +1433172143144046592,1432974785399697409,2021-09-02 00:57:20 Arabian Standard Time,2021-09-02,00:57:20,+0400,44196397,elonmusk,Elon Musk,,@SamTwits @archillect 🤣🤣,und,[],[],[],173,82,2368,[],[],https://twitter.com/elonmusk/status/1433172143144046592,False,,0,,,,,,,,"[{'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}, {'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1433140117170896904,1432974785399697409,2021-09-01 22:50:05 Arabian Standard Time,2021-09-01,22:50:05,+0400,44196397,elonmusk,Elon Musk,,@archillect 🚬,und,[],[],[],584,416,9364,[],[],https://twitter.com/elonmusk/status/1433140117170896904,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1433137351203561474,1433080556376530952,2021-09-01 22:39:05 Arabian Standard Time,2021-09-01,22:39:05,+0400,44196397,elonmusk,Elon Musk,,"@Kristennetten @StianWalgermo @Tesla @ARKInvest @WholeMarsBlog @alex_avoigt @Teslarati @TeslaPodcast @mortenlund89 I was in the Berlin paint shop talking to the team on my last visit. It’s gonna be great! But bear in mind that it takes about a year for a new factory to reach volume production. Production is super hard work, which is why I have great respect for those who do it.",en,[],[],[],312,286,4495,[],[],https://twitter.com/elonmusk/status/1433137351203561474,False,,0,,,,,,,,"[{'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'StianWalgermo', 'name': 'Walgermo', 'id': '1860572792'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'TeslaPodcast', 'name': 'Rob Maurer', 'id': '898021206967951360'}, {'screen_name': 'mortenlund89', 'name': 'Morten Grove👀 Captain of all Tesla-Ships 🚢🇺🇦', 'id': '855795055'}]",,,, +1433123220643717120,1433081862918975496,2021-09-01 21:42:56 Arabian Standard Time,2021-09-01,21:42:56,+0400,44196397,elonmusk,Elon Musk,,@thesheetztweetz They can shake their fist at the sky,en,[],[],[],518,1268,11667,[],[],https://twitter.com/elonmusk/status/1433123220643717120,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1433122554156257280,1433080556376530952,2021-09-01 21:40:17 Arabian Standard Time,2021-09-01,21:40:17,+0400,44196397,elonmusk,Elon Musk,,@StianWalgermo @Tesla @ARKInvest @WholeMarsBlog @alex_avoigt @Teslarati @TeslaPodcast @mortenlund89 @Kristennetten Norway FTW 🇳🇴 💕,en,[],[],[],315,323,9347,[],[],https://twitter.com/elonmusk/status/1433122554156257280,False,,0,,,,,,,,"[{'screen_name': 'StianWalgermo', 'name': 'Walgermo', 'id': '1860572792'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'TeslaPodcast', 'name': 'Rob Maurer', 'id': '898021206967951360'}, {'screen_name': 'mortenlund89', 'name': 'Morten Grove👀 Captain of all Tesla-Ships 🚢🇺🇦', 'id': '855795055'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}]",,,, +1433121450446127106,1433001281753337856,2021-09-01 21:35:54 Arabian Standard Time,2021-09-01,21:35:54,+0400,44196397,elonmusk,Elon Musk,,@Max9907826460 @TeslaratiTeam Our new crane!,en,[],[],[],231,215,6195,[],[],https://twitter.com/elonmusk/status/1433121450446127106,False,,0,,,,,,,,"[{'screen_name': 'Max9907826460', 'name': 'Max._.', 'id': '957905390301319168'}, {'screen_name': 'TeslaratiTeam', 'name': 'Teslarati Team', 'id': '3101262673'}]",,,, +1433115031940440065,1433110569100333061,2021-09-01 21:10:24 Arabian Standard Time,2021-09-01,21:10:24,+0400,44196397,elonmusk,Elon Musk,,"@AaronS5_ @ashleevance 2021 has been the year of super crazy supply chain shortages, so it wouldn’t matter if we had 17 new products, as none would ship. Assuming 2022 is not mega drama, new Roadster should ship in 2023.",en,[],[],[],403,340,4238,[],[],https://twitter.com/elonmusk/status/1433115031940440065,False,,0,,,,,,,,"[{'screen_name': 'AaronS5_', 'name': 'Aaron', 'id': '1009074200546566144'}, {'screen_name': 'ashleevance', 'name': 'Ashlee Vance', 'id': '81961201'}]",,,, +1433111761679384576,1433043058220732420,2021-09-01 20:57:24 Arabian Standard Time,2021-09-01,20:57:24,+0400,44196397,elonmusk,Elon Musk,,@thesheetztweetz @Thom_astro @SpaceX @ISS_Research @Space_Station Great shots by @Thom_astro,en,"[{'screen_name': 'thom_astro', 'name': 'thomas pesquet', 'id': '437520768'}]",[],[],216,194,6327,[],[],https://twitter.com/elonmusk/status/1433111761679384576,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'Thom_astro', 'name': 'Thomas Pesquet', 'id': '437520768'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'ISS_Research', 'name': 'ISS Research', 'id': '189253902'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +1433110976123998209,1433110569100333061,2021-09-01 20:54:17 Arabian Standard Time,2021-09-01,20:54:17,+0400,44196397,elonmusk,Elon Musk,,@ashleevance Maybe zap him on the head with our space lasers …,en,[],[],[],324,220,3255,[],[],https://twitter.com/elonmusk/status/1433110976123998209,False,,0,,,,,,,,"[{'screen_name': 'ashleevance', 'name': 'Ashlee Vance', 'id': '81961201'}]",,,, +1433109112397516807,1433081862918975496,2021-09-01 20:46:52 Arabian Standard Time,2021-09-01,20:46:52,+0400,44196397,elonmusk,Elon Musk,,"@DJSnM @thesheetztweetz @johnkrausphotos @LylaKohistany Technically, data packets do not need to touch regular Internet – data can flow from user terminal to satellite/s to user terminal",en,[],[],[],234,214,3890,[],[],https://twitter.com/elonmusk/status/1433109112397516807,False,,0,,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'LylaKohistany', 'name': 'Lyla Kohistany', 'id': '896739413249667073'}]",,,, +1433108018413981698,1433081862918975496,2021-09-01 20:42:32 Arabian Standard Time,2021-09-01,20:42:32,+0400,44196397,elonmusk,Elon Musk,,"@DJSnM @thesheetztweetz @johnkrausphotos @LylaKohistany Our satellites launching in next few months have inter-satellite laser links, so no local downlink needed. Probably active in 4 to 6 months.",en,[],[],[],252,488,7275,[],[],https://twitter.com/elonmusk/status/1433108018413981698,False,,0,,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'LylaKohistany', 'name': 'Lyla Kohistany', 'id': '896739413249667073'}]",,,, +1433102773013258242,1433098903600214018,2021-09-01 20:21:41 Arabian Standard Time,2021-09-01,20:21:41,+0400,44196397,elonmusk,Elon Musk,,@thesheetztweetz Filing legal actions against SpaceX is *actually* his full-time job https://t.co/XifRICQ62k,en,[],[],['https://pbs.twimg.com/media/E-NnYErVUAINQTs.jpg'],762,1065,12221,[],[],https://twitter.com/elonmusk/status/1433102773013258242,False,,1,https://pbs.twimg.com/media/E-NnYErVUAINQTs.jpg,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1433100724569657348,1433057017422360577,2021-09-01 20:13:33 Arabian Standard Time,2021-09-01,20:13:33,+0400,44196397,elonmusk,Elon Musk,,"@SciGuySpace He should consider spending some money on actual lunar lander hardware, instead of shady lobbyists",en,[],[],[],804,1273,20367,[],[],https://twitter.com/elonmusk/status/1433100724569657348,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1432897162224934916,1432877081986154500,2021-09-01 06:44:40 Arabian Standard Time,2021-09-01,06:44:40,+0400,44196397,elonmusk,Elon Musk,,@MarcusHouse @BocaChicaGal @NASASpaceflight Yup,und,[],[],[],367,164,4551,[],[],https://twitter.com/elonmusk/status/1432897162224934916,False,,0,,,,,,,,"[{'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1432818021836357634,1432818021836357634,2021-09-01 01:30:11 Arabian Standard Time,2021-09-01,01:30:11,+0400,44196397,elonmusk,Elon Musk,, https://t.co/YUt6Ltz2B6,und,[],[],['https://pbs.twimg.com/media/E-JkZaKVIAcbTdW.jpg'],7120,14955,566728,[],[],https://twitter.com/elonmusk/status/1432818021836357634,False,,1,https://pbs.twimg.com/media/E-JkZaKVIAcbTdW.jpg,,,,,,,[],,,, +1432782712494968836,1432675807407878145,2021-08-31 23:09:53 Arabian Standard Time,2021-08-31,23:09:53,+0400,44196397,elonmusk,Elon Musk,,@Tryonset @alex_avoigt Just figuring out the regulatory approval process,en,[],[],[],226,138,2980,[],[],https://twitter.com/elonmusk/status/1432782712494968836,False,,0,,,,,,,,"[{'screen_name': 'Tryonset', 'name': 'OnsetDigital', 'id': '1342539592730230784'}, {'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}]",,,, +1432728689263857671,1432675807407878145,2021-08-31 19:35:12 Arabian Standard Time,2021-08-31,19:35:12,+0400,44196397,elonmusk,Elon Musk,,@alex_avoigt Sigh,en,[],[],[],667,327,14033,[],[],https://twitter.com/elonmusk/status/1432728689263857671,False,,0,,,,,,,,"[{'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}]",,,, +1432604407368089612,1432494177674203143,2021-08-31 11:21:21 Arabian Standard Time,2021-08-31,11:21:21,+0400,44196397,elonmusk,Elon Musk,,@itsALLrisky 🤣,und,[],[],[],396,205,5539,[],[],https://twitter.com/elonmusk/status/1432604407368089612,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1432602909238202368,1432487262252584969,2021-08-31 11:15:24 Arabian Standard Time,2021-08-31,11:15:24,+0400,44196397,elonmusk,Elon Musk,,"@coffeetabletsla @Ali_Tesla585 @NYKChannel Good point, agreed.",en,[],[],[],187,79,2359,[],[],https://twitter.com/elonmusk/status/1432602909238202368,False,,0,,,,,,,,"[{'screen_name': 'coffeetabletsla', 'name': 'Coffee Table Tesla', 'id': '1106222798517751809'}, {'screen_name': 'Ali_Tesla585', 'name': 'Ali 🇺🇦🦊', 'id': '1266576124215201792'}, {'screen_name': 'NYKChannel', 'name': 'Now You Know', 'id': '767700853322952708'}]",,,, +1432602583059742721,1432487262252584969,2021-08-31 11:14:06 Arabian Standard Time,2021-08-31,11:14:06,+0400,44196397,elonmusk,Elon Musk,,@Ali_Tesla585 @NYKChannel This might be part of the problem: “GM is warning owners not to charge their Bolts in or near their homes overnight” https://t.co/HIgO979oJ7,en,[],['https://www.theverge.com/2021/8/20/22634721/gm-recall-chevrolet-bolt-battery-fire-fix-problems'],[],144,157,2017,[],[],https://twitter.com/elonmusk/status/1432602583059742721,False,,0,,,,,,,,"[{'screen_name': 'Ali_Tesla585', 'name': 'Ali 🇺🇦🦊', 'id': '1266576124215201792'}, {'screen_name': 'NYKChannel', 'name': 'Now You Know', 'id': '767700853322952708'}]",,,, +1432499693779660806,1432329366315352067,2021-08-31 04:25:16 Arabian Standard Time,2021-08-31,04:25:16,+0400,44196397,elonmusk,Elon Musk,,@SpaceXMR 🤣,und,[],[],[],302,138,4368,[],[],https://twitter.com/elonmusk/status/1432499693779660806,False,,0,,,,,,,,"[{'screen_name': 'SpaceXMR', 'name': 'r/SpaceXMasterrace', 'id': '1004697063974633472'}]",,,, +1432499320444555264,1432497810004402177,2021-08-31 04:23:47 Arabian Standard Time,2021-08-31,04:23:47,+0400,44196397,elonmusk,Elon Musk,,@johnkrausphotos Big Ass Fans are great!,en,[],[],[],822,762,22180,[],[],https://twitter.com/elonmusk/status/1432499320444555264,False,,0,,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}]",,,, +1432497810004402177,1432497810004402177,2021-08-31 04:17:47 Arabian Standard Time,2021-08-31,04:17:47,+0400,44196397,elonmusk,Elon Musk,,The dark side of OnlyFans … https://t.co/EpMP1q62jn,en,[],[],['https://pbs.twimg.com/media/E-FBJGiX0A47aNS.jpg'],11933,54278,586984,[],[],https://twitter.com/elonmusk/status/1432497810004402177,False,,1,https://pbs.twimg.com/media/E-FBJGiX0A47aNS.jpg,,,,,,,[],,,, +1432494177674203143,1432494177674203143,2021-08-31 04:03:21 Arabian Standard Time,2021-08-31,04:03:21,+0400,44196397,elonmusk,Elon Musk,,Time to stop projecting & cool off https://t.co/gULCBmoxjy,en,[],[],['https://pbs.twimg.com/media/E-E92VyWQAI_DSc.jpg'],5183,8100,144109,[],[],https://twitter.com/elonmusk/status/1432494177674203143,False,,1,https://pbs.twimg.com/media/E-E92VyWQAI_DSc.jpg,,,,,,,[],,,, +1432491362105143298,1432491362105143298,2021-08-31 03:52:09 Arabian Standard Time,2021-08-31,03:52:09,+0400,44196397,elonmusk,Elon Musk,,"No worries, situation is under control https://t.co/EUkcGRdBPw",en,[],[],['https://pbs.twimg.com/media/E-E7PSMWYAsbU5D.jpg'],7998,44622,406204,[],[],https://twitter.com/elonmusk/status/1432491362105143298,False,,1,https://pbs.twimg.com/media/E-E7PSMWYAsbU5D.jpg,,,,,,,[],,,, +1432482727757062152,1432469443968479232,2021-08-31 03:17:51 Arabian Standard Time,2021-08-31,03:17:51,+0400,44196397,elonmusk,Elon Musk,,@SciGuySpace True,en,[],[],[],378,179,6568,[],[],https://twitter.com/elonmusk/status/1432482727757062152,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1432454342687219728,1432380497313861632,2021-08-31 01:25:03 Arabian Standard Time,2021-08-31,01:25:03,+0400,44196397,elonmusk,Elon Musk,,@JeffTutorials Thank for bringing this up. Tesla will expedite service center openings. Have you tried our mobile service that comes to you?,en,[],[],[],578,287,9848,[],[],https://twitter.com/elonmusk/status/1432454342687219728,False,,0,,,,,,,,"[{'screen_name': 'JeffTutorials', 'name': 'Jeff 💙✌️', 'id': '2694154514'}]",,,, +1432449065397235730,1432383365697597444,2021-08-31 01:04:05 Arabian Standard Time,2021-08-31,01:04:05,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Beta 10 coming soon!,en,[],[],[],929,720,14897,[],[],https://twitter.com/elonmusk/status/1432449065397235730,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1432442979961217030,1431717794001850373,2021-08-31 00:39:54 Arabian Standard Time,2021-08-31,00:39:54,+0400,44196397,elonmusk,Elon Musk,,@RobertIger Am watching Star Wars: Bad Batch with lil baby X. Waiting for Season 2!,en,[],[],[],327,259,4025,[],[],https://twitter.com/elonmusk/status/1432442979961217030,False,,0,,,,,,,,"[{'screen_name': 'RobertIger', 'name': 'Robert Iger', 'id': '823307478360150018'}]",,,, +1432440160977833984,1432348704661458950,2021-08-31 00:28:42 Arabian Standard Time,2021-08-31,00:28:42,+0400,44196397,elonmusk,Elon Musk,,@SoberAlmost @SciGuySpace Stop projecting!,en,[],[],[],209,132,2840,[],[],https://twitter.com/elonmusk/status/1432440160977833984,False,,0,,,,,,,,"[{'screen_name': 'SoberAlmost', 'name': 'AlmostSoberRussian', 'id': '1155620551311941632'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1432297783676002309,1432270085415124995,2021-08-30 15:02:57 Arabian Standard Time,2021-08-30,15:02:57,+0400,44196397,elonmusk,Elon Musk,,@NASASpaceflight Hopefully first try with booster 5,en,[],[],[],483,354,7516,[],[],https://twitter.com/elonmusk/status/1432297783676002309,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1432280874616250371,1432270085415124995,2021-08-30 13:55:45 Arabian Standard Time,2021-08-30,13:55:45,+0400,44196397,elonmusk,Elon Musk,,Stage Zero,de,[],[],[],1737,1157,36533,[],[],https://twitter.com/elonmusk/status/1432280874616250371,False,,0,,,,,,,,[],,,, +1432277312695832580,1432270085415124995,2021-08-30 13:41:36 Arabian Standard Time,2021-08-30,13:41:36,+0400,44196397,elonmusk,Elon Musk,,@Astro_Elliott @PPathole Tank treads on the arms,en,[],[],[],360,131,3207,[],[],https://twitter.com/elonmusk/status/1432277312695832580,False,,0,,,,,,,,"[{'screen_name': 'Astro_Elliott', 'name': 'Elliott🇺🇦', 'id': '1273066750263930880'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1432276054664744961,1432270085415124995,2021-08-30 13:36:36 Arabian Standard Time,2021-08-30,13:36:36,+0400,44196397,elonmusk,Elon Musk,,"@PPathole Booster has 2 pins for lifting & catching, although maybe it’s better to modify grid fins to take more load. Something will need to flip out from leeward side of top of ship to do same there. Maybe it’s part of fwd flaps, but prob not. Diff solutions for diff load paths.",en,[],[],[],150,161,3336,[],[],https://twitter.com/elonmusk/status/1432276054664744961,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1432270085415124995,1432270085415124995,2021-08-30 13:12:53 Arabian Standard Time,2021-08-30,13:12:53,+0400,44196397,elonmusk,Elon Musk,,"SpaceX will try to catch largest ever flying object with robot chopsticks. Success is not guaranteed, but excitement is! https://t.co/75yMgIWOwE",en,[],['https://m.youtube.com/watch?v=wAuzCjipF00'],[],4730,5327,76569,[],[],https://twitter.com/elonmusk/status/1432270085415124995,False,,0,,,,,,,,[],,,, +1432268048610758658,1432043809005662212,2021-08-30 13:04:47 Arabian Standard Time,2021-08-30,13:04:47,+0400,44196397,elonmusk,Elon Musk,,@SamTwits @truth_tesla @DougCoupland @Grimezsz ~110k,und,[],[],[],266,211,3323,[],[],https://twitter.com/elonmusk/status/1432268048610758658,False,,0,,,,,,,,"[{'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}, {'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}, {'screen_name': 'DougCoupland', 'name': 'Doug Coupland', 'id': '28196433'}, {'screen_name': 'Grimezsz', 'name': '𝔊𝔯𝔦𝔪𝔢𝔰 (⌛️,⏳) ᚷᚱᛁᛗᛖᛋ', 'id': '276540738'}]",,,, +1432267488054681603,1432043809005662212,2021-08-30 13:02:34 Arabian Standard Time,2021-08-30,13:02:34,+0400,44196397,elonmusk,Elon Musk,,@truth_tesla @DougCoupland @Grimezsz I added the Archangel-12 part … and obviously have a fondness for the letter X,en,[],[],[],80,49,1198,[],[],https://twitter.com/elonmusk/status/1432267488054681603,False,,0,,,,,,,,"[{'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}, {'screen_name': 'DougCoupland', 'name': 'Doug Coupland', 'id': '28196433'}, {'screen_name': 'Grimezsz', 'name': '𝔊𝔯𝔦𝔪𝔢𝔰 (⌛️,⏳) ᚷᚱᛁᛗᛖᛋ', 'id': '276540738'}]",,,, +1432258857238212610,1432043809005662212,2021-08-30 12:28:16 Arabian Standard Time,2021-08-30,12:28:16,+0400,44196397,elonmusk,Elon Musk,,@DougCoupland Doffs 🎩,en,[],[],[],131,74,1334,[],[],https://twitter.com/elonmusk/status/1432258857238212610,False,,0,,,,,,,,"[{'screen_name': 'DougCoupland', 'name': 'Doug Coupland', 'id': '28196433'}]",,,, +1432257824969609216,1432237840461611008,2021-08-30 12:24:10 Arabian Standard Time,2021-08-30,12:24:10,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 The beauty of physics (truth),en,[],[],[],363,287,8260,[],[],https://twitter.com/elonmusk/status/1432257824969609216,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1432152871756238850,1431992452676792323,2021-08-30 05:27:07 Arabian Standard Time,2021-08-30,05:27:07,+0400,44196397,elonmusk,Elon Musk,,@TDogewhisperer Important,en,[],[],[],931,1705,15836,[],[],https://twitter.com/elonmusk/status/1432152871756238850,False,,0,,,,,,,,"[{'screen_name': 'TDogewhisperer', 'name': 'Doge Whisperer 🐕', 'id': '1364067948437061632'}]",,,, +1432146487937540099,1432054230379020288,2021-08-30 05:01:45 Arabian Standard Time,2021-08-30,05:01:45,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica Exactly,en,[],[],[],333,274,7200,[],[],https://twitter.com/elonmusk/status/1432146487937540099,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1432137894228074498,1432137059666378755,2021-08-30 04:27:36 Arabian Standard Time,2021-08-30,04:27:36,+0400,44196397,elonmusk,Elon Musk,,@jack @SpaceX Good to see you & @RickRubin at Starbase,en,"[{'screen_name': 'rickrubin', 'name': 'rick rubin', 'id': '452507479'}]",[],[],425,490,11833,[],[],https://twitter.com/elonmusk/status/1432137894228074498,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1432064394184245255,1431902233868832773,2021-08-29 23:35:32 Arabian Standard Time,2021-08-29,23:35:32,+0400,44196397,elonmusk,Elon Musk,,@_rykllan @SpaceX @NASASpaceflight @FelixSchlang @MarcusHouse @bluemoondance74 The rocket fleet grows,en,[],[],[],485,372,10935,[],[],https://twitter.com/elonmusk/status/1432064394184245255,False,,0,,,,,,,,"[{'screen_name': '_rykllan', 'name': 'rykllan', 'id': '910490259779149824'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan Beck', 'id': '844015154643648512'}]",,,, +1431867661164687360,1431867661164687360,2021-08-29 10:33:47 Arabian Standard Time,2021-08-29,10:33:47,+0400,44196397,elonmusk,Elon Musk,,Falcon about to launch Dragon to @Space_Station https://t.co/bDd3GxQXMC,en,"[{'screen_name': 'space_station', 'name': 'international space station', 'id': '1451773004'}]",['http://SpaceX.com'],[],4039,4485,38332,[],[],https://twitter.com/elonmusk/status/1431867661164687360,False,,0,,,,,,,,[],,,, +1431842814535606273,1431668165977722882,2021-08-29 08:55:03 Arabian Standard Time,2021-08-29,08:55:03,+0400,44196397,elonmusk,Elon Musk,,@AnDuong_91 @Morethan3dLtd @MarcusHouse @OLHZN @FelixSchlang Black,en,[],[],[],670,262,14839,[],[],https://twitter.com/elonmusk/status/1431842814535606273,False,,0,,,,,,,,"[{'screen_name': 'AnDuong_91', 'name': 'An Duong', 'id': '1289874671979171840'}, {'screen_name': 'Morethan3dLtd', 'name': 'MORETHAN3D LTD', 'id': '1289875800184020996'}, {'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}, {'screen_name': 'OLHZN', 'name': 'Overlook Horizon 🎈🚀', 'id': '4875056659'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}]",,,, +1431822846368571398,1431378469993136128,2021-08-29 07:35:43 Arabian Standard Time,2021-08-29,07:35:43,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Of course,en,[],[],[],2310,1833,66841,[],[],https://twitter.com/elonmusk/status/1431822846368571398,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1431762773185376262,1431762773185376262,2021-08-29 03:37:00 Arabian Standard Time,2021-08-29,03:37:00,+0400,44196397,elonmusk,Elon Musk,,Flying over Starbase https://t.co/poSDG3pIq8,en,[],[],[],4693,7553,121492,[],[],https://twitter.com/elonmusk/status/1431762773185376262,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1431762613780811779/pu/img/yfUMynhu3tAhBbrQ.jpg,,,,,,,[],,,, +1431717794001850373,1431717794001850373,2021-08-29 00:38:16 Arabian Standard Time,2021-08-29,00:38:16,+0400,44196397,elonmusk,Elon Musk,, https://t.co/oXYnEUZW18,und,[],[],['https://pbs.twimg.com/media/E957vlAX0AEjV6f.jpg'],7426,17111,227545,[],[],https://twitter.com/elonmusk/status/1431717794001850373,False,,1,https://pbs.twimg.com/media/E957vlAX0AEjV6f.jpg,,,,,,,[],,,, +1431606650171969540,1431270372112994304,2021-08-28 17:16:38 Arabian Standard Time,2021-08-28,17:16:38,+0400,44196397,elonmusk,Elon Musk,,@SamTwits @SawyerMerritt Ok,und,[],[],[],248,95,3288,[],[],https://twitter.com/elonmusk/status/1431606650171969540,False,,0,,,,,,,,"[{'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1431523717474050048,1431270372112994304,2021-08-28 11:47:05 Arabian Standard Time,2021-08-28,11:47:05,+0400,44196397,elonmusk,Elon Musk,,"@coffeetabletsla @SawyerMerritt Yeah, we should tie Autopilot driving style preference & various warning settings together in general",en,[],[],[],231,102,2870,[],[],https://twitter.com/elonmusk/status/1431523717474050048,False,,0,,,,,,,,"[{'screen_name': 'coffeetabletsla', 'name': 'Coffee Table Tesla', 'id': '1106222798517751809'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1431522886456651778,1431270372112994304,2021-08-28 11:43:47 Arabian Standard Time,2021-08-28,11:43:47,+0400,44196397,elonmusk,Elon Musk,,"@SawyerMerritt Don’t want to be unreasonable, but maybe they should be required to deliver at least one vehicle per billion dollars of valuation *before* the IPO?",en,[],[],[],1397,1487,30130,[],[],https://twitter.com/elonmusk/status/1431522886456651778,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1431520396147363840,1431411777623912451,2021-08-28 11:33:53 Arabian Standard Time,2021-08-28,11:33:53,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Sure,en,[],[],[],883,360,19820,[],[],https://twitter.com/elonmusk/status/1431520396147363840,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1431519532934381573,1431515803317248000,2021-08-28 11:30:27 Arabian Standard Time,2021-08-28,11:30:27,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Good point,en,[],[],[],265,189,6101,[],[],https://twitter.com/elonmusk/status/1431519532934381573,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1431515969168543747,1431298116318158848,2021-08-28 11:16:17 Arabian Standard Time,2021-08-28,11:16:17,+0400,44196397,elonmusk,Elon Musk,,@stevenmarkryan @GerberKawasaki Pretty much,en,[],[],[],136,83,2342,[],[],https://twitter.com/elonmusk/status/1431515969168543747,False,,0,,,,,,,,"[{'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1431515780139692036,1431298116318158848,2021-08-28 11:15:32 Arabian Standard Time,2021-08-28,11:15:32,+0400,44196397,elonmusk,Elon Musk,,@IvanEscobosa @GerberKawasaki Yes,und,[],[],[],119,69,2231,[],[],https://twitter.com/elonmusk/status/1431515780139692036,False,,0,,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1431499453618327554,1431298116318158848,2021-08-28 10:10:40 Arabian Standard Time,2021-08-28,10:10:40,+0400,44196397,elonmusk,Elon Musk,,"@GerberKawasaki I thought 1999 was peak insanity, but 2021 is 1000% more insane!",en,[],[],[],997,1578,29741,[],[],https://twitter.com/elonmusk/status/1431499453618327554,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1431474690338459649,1431306059264704521,2021-08-28 08:32:16 Arabian Standard Time,2021-08-28,08:32:16,+0400,44196397,elonmusk,Elon Musk,,@SciGuySpace 😔,und,[],[],[],856,498,14208,[],[],https://twitter.com/elonmusk/status/1431474690338459649,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1431354555158106121,1431097643367809024,2021-08-28 00:34:53 Arabian Standard Time,2021-08-28,00:34:53,+0400,44196397,elonmusk,Elon Musk,,"@jgrano305 Good point. We do have torque reduction if an obstacle is detected, but active braking would be better. Prime directive is: do not crash.",en,[],[],[],1034,556,19348,[],[],https://twitter.com/elonmusk/status/1431354555158106121,False,,0,,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y 🇺🇸🇮🇱', 'id': '817567541371539457'}]",,,, +1431182136875393026,1404515569559293957,2021-08-27 13:09:46 Arabian Standard Time,2021-08-27,13:09:46,+0400,44196397,elonmusk,Elon Musk,,@IzanRamos2002 @NASASpaceflight @Erdayastronaut @DJSnM @MarcusHouse @FelixSchlang Impressive render. Warts & all! New version of Raptor is much cleaner.,en,[],[],[],239,164,3806,[],[],https://twitter.com/elonmusk/status/1431182136875393026,False,,0,,,,,,,,"[{'screen_name': 'IzanRamos2002', 'name': 'Izan Ramos', 'id': '776020777405714432'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}]",,,, +1431129127529103360,1431024004102512640,2021-08-27 09:39:07 Arabian Standard Time,2021-08-27,09:39:07,+0400,44196397,elonmusk,Elon Musk,,@1BillionSubs @MsKimmyThompson @wapodavenport 🤣🤣,und,[],[],[],317,135,3558,[],[],https://twitter.com/elonmusk/status/1431129127529103360,False,,0,,,,,,,,"[{'screen_name': '1BillionSubs', 'name': '1BS', 'id': '704353802351218689'}, {'screen_name': 'MsKimmyThompson', 'name': 'Kimmy', 'id': '99628071'}, {'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1431126154195443714,1431024004102512640,2021-08-27 09:27:18 Arabian Standard Time,2021-08-27,09:27:18,+0400,44196397,elonmusk,Elon Musk,,@wapodavenport Turns out Besos retired in order to pursue a full-time job filing lawsuits against SpaceX …,en,[],[],[],3753,8485,103903,[],[],https://twitter.com/elonmusk/status/1431126154195443714,False,,0,,,,,,,,"[{'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1431040308943364097,1430981865918406661,2021-08-27 03:46:11 Arabian Standard Time,2021-08-27,03:46:11,+0400,44196397,elonmusk,Elon Musk,,"@SawyerMerritt Our intent with this pack is that product experience is roughly equivalent between nickel & iron. I’d personally slightly opt for iron pack, as it wants to be charged to 100%, whereas nickel prefers ~90%.",en,[],[],[],565,455,9533,[],[],https://twitter.com/elonmusk/status/1431040308943364097,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1430818638588690432,1430672018794450945,2021-08-26 13:05:21 Arabian Standard Time,2021-08-26,13:05:21,+0400,44196397,elonmusk,Elon Musk,,@heydave7 2 weeks,en,[],[],[],1126,725,26700,[],[],https://twitter.com/elonmusk/status/1430818638588690432,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1430778850825355269,1430709916499472388,2021-08-26 10:27:15 Arabian Standard Time,2021-08-26,10:27:15,+0400,44196397,elonmusk,Elon Musk,,"@vincent13031925 This is a risk, but not yet a limiting factor",en,[],[],[],515,289,7437,[],[],https://twitter.com/elonmusk/status/1430778850825355269,False,,0,,,,,,,,"[{'screen_name': 'vincent13031925', 'name': '🕊🇺🇦 vincentyu.eth ᵐᶠᵉʳ', 'id': '1689516060'}]",,,, +1430767616524787712,1430750808769921027,2021-08-26 09:42:36 Arabian Standard Time,2021-08-26,09:42:36,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Beta 10 will be next-level,en,[],[],[],654,576,10658,[],[],https://twitter.com/elonmusk/status/1430767616524787712,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1430756765457686533,1249569643926192129,2021-08-26 08:59:29 Arabian Standard Time,2021-08-26,08:59:29,+0400,44196397,elonmusk,Elon Musk,,@wlopwangling … is a hydrogen sonata,en,[],[],[],394,135,3104,[],[],https://twitter.com/elonmusk/status/1430756765457686533,False,,0,,,,,,,,"[{'screen_name': 'wlopwangling', 'name': 'WLOP', 'id': '987978757'}]",,,, +1430740874506428418,1430597073213157378,2021-08-26 07:56:21 Arabian Standard Time,2021-08-26,07:56:21,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Tesla China rocks!,es,[],[],[],1005,602,16190,[],[],https://twitter.com/elonmusk/status/1430740874506428418,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1430657767837163520,1430577242355159043,2021-08-26 02:26:06 Arabian Standard Time,2021-08-26,02:26:06,+0400,44196397,elonmusk,Elon Musk,,@TeslaTruckClub Nice,en,[],[],[],571,424,26965,[],[],https://twitter.com/elonmusk/status/1430657767837163520,False,,0,,,,,,,,"[{'screen_name': 'TeslaTruckClub', 'name': 'Cybertruck + Aptera 💚☯️', 'id': '1105840274322980864'}]",,,, +1430657502966910985,1430654259255783424,2021-08-26 02:25:03 Arabian Standard Time,2021-08-26,02:25:03,+0400,44196397,elonmusk,Elon Musk,,"@F9Block5 We should be there with Beta 10, which goes out a week from Friday (no point release this week). It will have a completely retrained NN, so will need another few weeks after that for tuning & bug fixes. Best guess is public beta button in ~4 weeks.",en,[],[],[],732,681,6598,[],[],https://twitter.com/elonmusk/status/1430657502966910985,False,,0,,,,,,,,"[{'screen_name': 'F9Block5', 'name': 'Matt', 'id': '1280177490539970560'}]",,,, +1430654259255783424,1430654259255783424,2021-08-26 02:12:10 Arabian Standard Time,2021-08-26,02:12:10,+0400,44196397,elonmusk,Elon Musk,,✌️ https://t.co/lwg9Ke6cjP,und,[],[],['https://pbs.twimg.com/media/E9q0dzLXoAIyxmS.jpg'],10579,9073,147668,[],[],https://twitter.com/elonmusk/status/1430654259255783424,False,,1,https://pbs.twimg.com/media/E9q0dzLXoAIyxmS.jpg,,,,,,,[],,,, +1430394007465730048,1430392570991898625,2021-08-25 08:58:01 Arabian Standard Time,2021-08-25,08:58:01,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @kimpaquette In general, we overfit to SF Bay Area",en,[],[],[],809,379,8915,[],[],https://twitter.com/elonmusk/status/1430394007465730048,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄', 'id': '258602317'}]",,,, +1430267766792245249,1430245661136629760,2021-08-25 00:36:23 Arabian Standard Time,2021-08-25,00:36:23,+0400,44196397,elonmusk,Elon Musk,,@SpaceXMR 🤣🤣,und,[],[],[],463,402,13677,[],[],https://twitter.com/elonmusk/status/1430267766792245249,False,,0,,,,,,,,"[{'screen_name': 'SpaceXMR', 'name': 'r/SpaceXMasterrace', 'id': '1004697063974633472'}]",,,, +1430266936961740805,1430158876779941896,2021-08-25 00:33:05 Arabian Standard Time,2021-08-25,00:33:05,+0400,44196397,elonmusk,Elon Musk,,@Model3Owners Nothing’s perfect haha,en,[],[],[],537,375,9636,[],[],https://twitter.com/elonmusk/status/1430266936961740805,False,,0,,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1430266644971069446,1430133786885476352,2021-08-25 00:31:55 Arabian Standard Time,2021-08-25,00:31:55,+0400,44196397,elonmusk,Elon Musk,,"@28delayslater It’s amazing by most standards, but we are aiming for 1000% safer than the average human driver",en,[],[],[],831,977,17408,[],[],https://twitter.com/elonmusk/status/1430266644971069446,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1430266014214852608,1430261821026488324,2021-08-25 00:29:25 Arabian Standard Time,2021-08-25,00:29:25,+0400,44196397,elonmusk,Elon Musk,,@RGVaerialphotos @SpaceX Can’t wait for new high bay!,en,[],[],[],418,345,10051,[],[],https://twitter.com/elonmusk/status/1430266014214852608,False,,0,,,,,,,,"[{'screen_name': 'RGVaerialphotos', 'name': 'RGV Aerial Photography', 'id': '752724282925412352'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1430038942909272071,1429858556778475521,2021-08-24 09:27:07 Arabian Standard Time,2021-08-24,09:27:07,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog @jimfarley98 @mrlevine Just drove FSD Beta 9.3 from Pasadena to LAX. Much improved!,en,[],[],[],569,521,7268,[],[],https://twitter.com/elonmusk/status/1430038942909272071,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'jimfarley98', 'name': 'Jim Farley', 'id': '1106321031566893057'}, {'screen_name': 'mrlevine', 'name': 'Mike Levine', 'id': '23326965'}]",,,, +1429971687139778563,1429863867132178439,2021-08-24 04:59:52 Arabian Standard Time,2021-08-24,04:59:52,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Nope,en,[],[],[],615,366,12985,[],[],https://twitter.com/elonmusk/status/1429971687139778563,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1429924523822829571,1429907171639103489,2021-08-24 01:52:27 Arabian Standard Time,2021-08-24,01:52:27,+0400,44196397,elonmusk,Elon Musk,,Our license applications are pending in many more countries. Hoping to serve Earth soon!,en,[],[],[],2967,1719,45980,[],[],https://twitter.com/elonmusk/status/1429924523822829571,False,,0,,,,,,,,[],,,, +1429923740607909912,1429807797542260739,2021-08-24 01:49:21 Arabian Standard Time,2021-08-24,01:49:21,+0400,44196397,elonmusk,Elon Musk,,@OptimoPrincipi Ancient Doges,en,[],[],[],848,1462,12491,[],[],https://twitter.com/elonmusk/status/1429923740607909912,False,,0,,,,,,,,"[{'screen_name': 'OptimoPrincipi', 'name': 'Gareth Harney', 'id': '176372472'}]",,,, +1429923342044176385,1429907171639103489,2021-08-24 01:47:46 Arabian Standard Time,2021-08-24,01:47:46,+0400,44196397,elonmusk,Elon Musk,,Now serving 🇺🇸 🇨🇦 🇬🇧 🇩🇪 🇫🇷 🇦🇹 🇳🇱 🇮🇪 🇧🇪 🇨🇭 🇩🇰 🇵🇹 🇳🇿 🇦🇺,en,[],[],[],4313,2479,58381,[],[],https://twitter.com/elonmusk/status/1429923342044176385,False,,0,,,,,,,,[],,,, +1429907171639103489,1429907171639103489,2021-08-24 00:43:30 Arabian Standard Time,2021-08-24,00:43:30,+0400,44196397,elonmusk,Elon Musk,,100k terminals shipped! https://t.co/Q1VvqVmJ2i,en,[],['http://Starlink.com'],[],10966,6238,83446,[],[],https://twitter.com/elonmusk/status/1429907171639103489,False,,0,,,,,,,,[],,,, +1429906835872485391,1429898852673343524,2021-08-24 00:42:10 Arabian Standard Time,2021-08-24,00:42:10,+0400,44196397,elonmusk,Elon Musk,,Nine rings for mortal men,en,[],[],[],2032,1096,25260,[],[],https://twitter.com/elonmusk/status/1429906835872485391,False,,0,,,,,,,,[],,,, +1429903213726093315,1429858556778475521,2021-08-24 00:27:47 Arabian Standard Time,2021-08-24,00:27:47,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @jimfarley98 @mrlevine FSD Beta 9.2 is actually not great imo, but Autopilot/AI team is rallying to improve as fast as possible. We’re trying to have a single stack for both highway & city streets, but it requires massive NN retraining.",en,[],[],[],524,326,5331,[],[],https://twitter.com/elonmusk/status/1429903213726093315,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'jimfarley98', 'name': 'Jim Farley', 'id': '1106321031566893057'}, {'screen_name': 'mrlevine', 'name': 'Mike Levine', 'id': '23326965'}]",,,, +1429898852673343524,1429898852673343524,2021-08-24 00:10:27 Arabian Standard Time,2021-08-24,00:10:27,+0400,44196397,elonmusk,Elon Musk,,The Guns of August https://t.co/m7J2sJVNIT,en,[],[],['https://pbs.twimg.com/media/E9gFa7zVUB46NCA.jpg'],4497,3272,42783,[],[],https://twitter.com/elonmusk/status/1429898852673343524,False,,1,https://pbs.twimg.com/media/E9gFa7zVUB46NCA.jpg,,,,,,,[],,,, +1429896986405195810,1429870997012828171,2021-08-24 00:03:02 Arabian Standard Time,2021-08-24,00:03:02,+0400,44196397,elonmusk,Elon Musk,,@28delayslater @PPathole @SpaceX It’s basically the plot of Fallout: New Vegas,en,[],[],[],362,240,3723,[],[],https://twitter.com/elonmusk/status/1429896986405195810,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1429896772055289869,1429870997012828171,2021-08-24 00:02:11 Arabian Standard Time,2021-08-24,00:02:11,+0400,44196397,elonmusk,Elon Musk,,"@TeslaGong @PPathole @SpaceX There is a profound difference between single-planet & multiplanet species. If we are able to visit other stars one day, we may discover many long-dead single-planet civilizations.",en,[],[],[],263,276,3217,[],[],https://twitter.com/elonmusk/status/1429896772055289869,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1429895284893503507,1429870997012828171,2021-08-23 23:56:16 Arabian Standard Time,2021-08-23,23:56:16,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX To extend the light of consciousness,en,[],[],[],719,675,12558,[],[],https://twitter.com/elonmusk/status/1429895284893503507,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1429723714912866311,1428799241997201420,2021-08-23 12:34:31 Arabian Standard Time,2021-08-23,12:34:31,+0400,44196397,elonmusk,Elon Musk,,@lexfridman Summarized well,en,[],[],[],765,515,15819,[],[],https://twitter.com/elonmusk/status/1429723714912866311,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1429697624207106053,1429593591672762368,2021-08-23 10:50:50 Arabian Standard Time,2021-08-23,10:50:50,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV I never said this!,en,[],[],[],504,318,3909,[],[],https://twitter.com/elonmusk/status/1429697624207106053,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1429689615707824128,1429478697946402816,2021-08-23 10:19:01 Arabian Standard Time,2021-08-23,10:19:01,+0400,44196397,elonmusk,Elon Musk,,@lexfridman @karpathy My son asked if we would still speak English 7000 years from now. I said probably not. There was not even the faintest hint of English 7000 years ago.,en,[],[],[],1023,591,10395,[],[],https://twitter.com/elonmusk/status/1429689615707824128,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +1428952920838475777,1428809514946416642,2021-08-21 09:31:39 Arabian Standard Time,2021-08-21,09:31:39,+0400,44196397,elonmusk,Elon Musk,,@YourFellowArab Deep cut haha,en,[],[],[],577,187,12980,[],[],https://twitter.com/elonmusk/status/1428952920838475777,False,,0,,,,,,,,"[{'screen_name': 'YourFellowArab', 'name': 'Arab', 'id': '472325162'}]",,,, +1428951783615864835,1428735694344790020,2021-08-21 09:27:08 Arabian Standard Time,2021-08-21,09:27:08,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne Hopefully,en,[],[],[],938,541,14623,[],[],https://twitter.com/elonmusk/status/1428951783615864835,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}]",,,, +1428951320241737732,1428915787012575243,2021-08-21 09:25:18 Arabian Standard Time,2021-08-21,09:25:18,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @FutureJurvetson @Tesla @karpathy Bot is not directly on the path of accelerating a sustainable energy future, but it aspirationally improves the probability that the future is good",en,[],[],[],509,462,5766,[],[],https://twitter.com/elonmusk/status/1428951320241737732,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +1428947585662799876,1428915787012575243,2021-08-21 09:10:27 Arabian Standard Time,2021-08-21,09:10:27,+0400,44196397,elonmusk,Elon Musk,,@FutureJurvetson @Tesla @karpathy Pretty wild,en,[],[],[],287,220,6029,[],[],https://twitter.com/elonmusk/status/1428947585662799876,False,,0,,,,,,,,"[{'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +1428941091768655881,1428905057064558596,2021-08-21 08:44:39 Arabian Standard Time,2021-08-21,08:44:39,+0400,44196397,elonmusk,Elon Musk,,@TheFavoritist @NASASpaceflight @BocaChicaGal @huslage True,en,[],[],[],250,146,4556,[],[],https://twitter.com/elonmusk/status/1428941091768655881,False,,0,,,,,,,,"[{'screen_name': 'TheFavoritist', 'name': 'Brady Kenniston', 'id': '43774940'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'huslage', 'name': 'Aaron ""Get a Vaccine"" Huslage', 'id': '4358'}]",,,, +1428936432907821058,1428809514946416642,2021-08-21 08:26:08 Arabian Standard Time,2021-08-21,08:26:08,+0400,44196397,elonmusk,Elon Musk,,Do they even know about the delta variant!?,en,[],[],[],12762,9278,208847,[],[],https://twitter.com/elonmusk/status/1428936432907821058,False,,0,,,,,,,,[],,,, +1428810469943365639,1426681963562377224,2021-08-21 00:05:36 Arabian Standard Time,2021-08-21,00:05:36,+0400,44196397,elonmusk,Elon Musk,,@panamach2 @Mansoor14769892 ممتاز https://t.co/RkIB53zX6f,ar,[],['https://nationalfile.com/twitter-frog-account-successfully-negotiates-with-taliban-to-secure-safety-of-spanish-diplomats-after-government-fails/'],[],672,2787,12147,[],[],https://twitter.com/elonmusk/status/1428810469943365639,False,,0,,,,,,,,"[{'screen_name': 'panamach2', 'name': 'Ranita matrera (11 días sin 🚬)', 'id': '1394551944753127425'}, {'screen_name': 'Mansoor14769892', 'name': 'Mansoor Afghan', 'id': '1227136855214317569'}]",,,, +1428809514946416642,1428809514946416642,2021-08-21 00:01:49 Arabian Standard Time,2021-08-21,00:01:49,+0400,44196397,elonmusk,Elon Musk,, https://t.co/EOBHkQvFPR,und,[],[],['https://pbs.twimg.com/media/E9Qmrn_VUAEnDa3.jpg'],20620,41887,442979,[],[],https://twitter.com/elonmusk/status/1428809514946416642,False,,1,https://pbs.twimg.com/media/E9Qmrn_VUAEnDa3.jpg,,,,,,,[],,,, +1428607237275066370,1428566431826948097,2021-08-20 10:38:02 Arabian Standard Time,2021-08-20,10:38:02,+0400,44196397,elonmusk,Elon Musk,,@dmitriyTM3 @draecomino Yes,und,[],[],[],309,147,3269,[],[],https://twitter.com/elonmusk/status/1428607237275066370,False,,0,,,,,,,,"[{'screen_name': 'dmitriyTM3', 'name': 'Dmitriy', 'id': '72756624'}, {'screen_name': 'draecomino', 'name': 'James (hiring, hiring)', 'id': '14597344'}]",,,, +1428601432949673989,1428538088951799964,2021-08-20 10:14:58 Arabian Standard Time,2021-08-20,10:14:58,+0400,44196397,elonmusk,Elon Musk,,@Model3Owners It’s a quintillion (10^18) floating point operations per second – enough to simulate a human brain,en,[],[],[],870,1164,15271,[],[],https://twitter.com/elonmusk/status/1428601432949673989,False,,0,,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1428556821061541893,1428556821061541893,2021-08-20 07:17:42 Arabian Standard Time,2021-08-20,07:17:42,+0400,44196397,elonmusk,Elon Musk,, https://t.co/AIUidLiHkK,und,[],[],['https://pbs.twimg.com/media/E9NA27gVgAEkgmp.jpg'],9089,8206,113990,[],[],https://twitter.com/elonmusk/status/1428556821061541893,False,,1,https://pbs.twimg.com/media/E9NA27gVgAEkgmp.jpg,,,,,,,[],,,, +1428556366344425473,1428540273286471680,2021-08-20 07:15:53 Arabian Standard Time,2021-08-20,07:15:53,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @westcoastbill We have almost all the pieces needed for humanoid robots, since we already make robots with wheels",en,[],[],[],756,826,7646,[],[],https://twitter.com/elonmusk/status/1428556366344425473,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",,,, +1428521477624631297,1428521477624631297,2021-08-20 04:57:15 Arabian Standard Time,2021-08-20,04:57:15,+0400,44196397,elonmusk,Elon Musk,,On now,en,[],[],[],4361,2816,38688,[],[],https://twitter.com/elonmusk/status/1428521477624631297,False,https://twitter.com/Tesla/status/1428506928657862663,0,,,,,,,,[],,,, +1428210703731597316,1428051608777027586,2021-08-19 08:22:21 Arabian Standard Time,2021-08-19,08:22:21,+0400,44196397,elonmusk,Elon Musk,,@vincent13031925 Will make a big difference,en,[],[],[],801,593,16375,[],[],https://twitter.com/elonmusk/status/1428210703731597316,False,,0,,,,,,,,"[{'screen_name': 'vincent13031925', 'name': 'vincentyu.eth ᵐᶠᵉʳ', 'id': '1689516060'}]",,,, +1428091455789166594,1425472086877904902,2021-08-19 00:28:30 Arabian Standard Time,2021-08-19,00:28:30,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @Caspar_Stanley No, bottom static aero pushes engine section back, counteracting Starship’s low center of mass on reentry caused by the engine section. Aiming for 60 to 70 deg angle of attack during high heating portion of flight. Don’t want to reenter with engines blasted by plasma.",en,[],[],[],281,293,6311,[],[],https://twitter.com/elonmusk/status/1428091455789166594,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Caspar_Stanley', 'name': 'Caspar 🚀 (Stanley Creative)', 'id': '456545405'}]",,,, +1428052929504628741,1427812552805912578,2021-08-18 21:55:24 Arabian Standard Time,2021-08-18,21:55:24,+0400,44196397,elonmusk,Elon Musk,,@zone_astronomy Low center of mass. Bit like our ship & booster on reentry.,en,[],[],[],480,421,15574,[],[],https://twitter.com/elonmusk/status/1428052929504628741,False,,0,,,,,,,,"[{'screen_name': 'zone_astronomy', 'name': 'Physics & Astronomy Zone', 'id': '1222182373867032576'}]",,,, +1428050563787198474,1428012542119403529,2021-08-18 21:46:00 Arabian Standard Time,2021-08-18,21:46:00,+0400,44196397,elonmusk,Elon Musk,,@GerberKawasaki Same,en,[],[],[],1188,1260,50136,[],[],https://twitter.com/elonmusk/status/1428050563787198474,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1428049488845803522,1428021189566287875,2021-08-18 21:41:44 Arabian Standard Time,2021-08-18,21:41:44,+0400,44196397,elonmusk,Elon Musk,,@adamhoov 🤣🤣,und,[],[],[],230,146,3803,[],[],https://twitter.com/elonmusk/status/1428049488845803522,False,,0,,,,,,,,"[{'screen_name': 'adamhoov', 'name': 'adam', 'id': '1473694166425251841'}]",,,, +1428044572198797326,1428043207372427276,2021-08-18 21:22:12 Arabian Standard Time,2021-08-18,21:22:12,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed 🤣,und,[],[],[],728,521,23917,[],[],https://twitter.com/elonmusk/status/1428044572198797326,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1428033470467506182,1425472086877904902,2021-08-18 20:38:05 Arabian Standard Time,2021-08-18,20:38:05,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @Caspar_Stanley Probably slightly further forward, smaller, more inward. No funny looking static aero at top, as static aero no longer directly in flow.",en,[],[],[],330,219,5250,[],[],https://twitter.com/elonmusk/status/1428033470467506182,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Caspar_Stanley', 'name': 'Caspar 🚀 (Stanley Creative)', 'id': '456545405'}]",,,, +1427939016645627904,1425472086877904902,2021-08-18 14:22:46 Arabian Standard Time,2021-08-18,14:22:46,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut Btw, there’s a slight error with forward flap design. Moving section is needed for control, but passive section is counter-productive, as it pushes nose backwards. New design rotates fwd flaps more to leeward & further forward to improve moment arm. Maybe ~120 deg apart.",en,[],[],[],558,512,10325,[],[],https://twitter.com/elonmusk/status/1427939016645627904,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1427930761026412550,1427747690020888584,2021-08-18 13:49:57 Arabian Standard Time,2021-08-18,13:49:57,+0400,44196397,elonmusk,Elon Musk,,@AmyAcker @lisajoynolan @Reminiscence Product ideas!,en,[],[],[],835,325,6813,[],[],https://twitter.com/elonmusk/status/1427930761026412550,False,,0,,,,,,,,"[{'screen_name': 'AmyAcker', 'name': 'Amy Acker', 'id': '134668186'}, {'screen_name': 'lisajoynolan', 'name': 'Lisa Joy', 'id': '289476502'}, {'screen_name': 'Reminiscence', 'name': 'Reminiscence Film', 'id': '1171899237447061504'}]",,,, +1427929099645833216,1427849627416481792,2021-08-18 13:43:21 Arabian Standard Time,2021-08-18,13:43:21,+0400,44196397,elonmusk,Elon Musk,,@CodingMark @Tesla True,en,[],[],[],592,418,19193,[],[],https://twitter.com/elonmusk/status/1427929099645833216,False,,0,,,,,,,,"[{'screen_name': 'CodingMark', 'name': 'Mark💙💛🦊', 'id': '952755407788826624'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1427831670778990594,1427676710158405639,2021-08-18 07:16:12 Arabian Standard Time,2021-08-18,07:16:12,+0400,44196397,elonmusk,Elon Musk,,@Delta_IV_Heavy You can make anything fly haha,en,[],[],[],1896,1214,36202,[],[],https://twitter.com/elonmusk/status/1427831670778990594,False,,0,,,,,,,,"[{'screen_name': 'Delta_IV_Heavy', 'name': 'Delta IV Heavy', 'id': '833154868546306048'}]",,,, +1427831237922594817,1427728169100972032,2021-08-18 07:14:29 Arabian Standard Time,2021-08-18,07:14:29,+0400,44196397,elonmusk,Elon Musk,,@Kristennetten @MartinViecha Yes,und,[],[],[],577,409,11384,[],[],https://twitter.com/elonmusk/status/1427831237922594817,False,,0,,,,,,,,"[{'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'MartinViecha', 'name': 'Martin Viecha', 'id': '319083083'}]",,,, +1427636326539608077,1427633063652102155,2021-08-17 18:19:59 Arabian Standard Time,2021-08-17,18:19:59,+0400,44196397,elonmusk,Elon Musk,,@MKBHD Impressive,en,[],[],[],1051,523,22077,[],[],https://twitter.com/elonmusk/status/1427636326539608077,False,,0,,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1427086427674877952,1427084772220809216,2021-08-16 05:54:52 Arabian Standard Time,2021-08-16,05:54:52,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica Robyn is great,en,[],[],[],1015,509,13484,[],[],https://twitter.com/elonmusk/status/1427086427674877952,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1426938024018038786,1426713249710497797,2021-08-15 20:05:10 Arabian Standard Time,2021-08-15,20:05:10,+0400,44196397,elonmusk,Elon Musk,,"@OstynHyss @nickwhoward Beta 10 or maybe 10.1. Going to pure vision set us back initially. Vision plus (coarse) radar had us trapped in a local maximum, like a level cap. Pure vision requires fairly advanced real-world AI, but that’s how our whole road system is designed to work: NN’s with vision.",en,[],[],[],534,264,3674,[],[],https://twitter.com/elonmusk/status/1426938024018038786,False,,0,,,,,,,,"[{'screen_name': 'OstynHyss', 'name': 'Ostyn Hyss', 'id': '1047886492167819264'}, {'screen_name': 'nickwhoward', 'name': 'Nick', 'id': '2218420168'}]",,,, +1426934693195304965,1426713249710497797,2021-08-15 19:51:56 Arabian Standard Time,2021-08-15,19:51:56,+0400,44196397,elonmusk,Elon Musk,,"@shawncarelli @nickwhoward 9.3, probably 9.4 & then maybe 10. Significant architecture changes in 10.",en,[],[],[],348,190,3156,[],[],https://twitter.com/elonmusk/status/1426934693195304965,False,,0,,,,,,,,"[{'screen_name': 'shawncarelli', 'name': 'Shawn Car ◼️◼️◼️◼️◼️◼️◼️', 'id': '74266130'}, {'screen_name': 'nickwhoward', 'name': 'Nick', 'id': '2218420168'}]",,,, +1426934048136499209,1426713249710497797,2021-08-15 19:49:22 Arabian Standard Time,2021-08-15,19:49:22,+0400,44196397,elonmusk,Elon Musk,,@nickwhoward Improvements in 9.2: https://t.co/STmEBq8V9C,en,[],[],['https://pbs.twimg.com/media/E81885xXsAIdXre.jpg'],457,456,4207,[],[],https://twitter.com/elonmusk/status/1426934048136499209,False,,1,https://pbs.twimg.com/media/E81885xXsAIdXre.jpg,,,,,,,"[{'screen_name': 'nickwhoward', 'name': 'Nick', 'id': '2218420168'}]",,,, +1426824562600300544,1426713249710497797,2021-08-15 12:34:19 Arabian Standard Time,2021-08-15,12:34:19,+0400,44196397,elonmusk,Elon Musk,,@nickwhoward Some unexpected last minute issues. Should go out in next day or two.,en,[],[],[],478,224,5048,[],[],https://twitter.com/elonmusk/status/1426824562600300544,False,,0,,,,,,,,"[{'screen_name': 'nickwhoward', 'name': 'Nick', 'id': '2218420168'}]",,,, +1426715761393946628,1426703080599523338,2021-08-15 05:21:59 Arabian Standard Time,2021-08-15,05:21:59,+0400,44196397,elonmusk,Elon Musk,,@TylerG1998 @Teslarati @RDAnglePhoto Real time,en,[],[],[],504,284,6233,[],[],https://twitter.com/elonmusk/status/1426715761393946628,False,,0,,,,,,,,"[{'screen_name': 'TylerG1998', 'name': 'Tyler Gray', 'id': '857721242652200960'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'RDAnglePhoto', 'name': 'Richard Angle', 'id': '40790666'}]",,,, +1426715232475533319,1426703080599523338,2021-08-15 05:19:53 Arabian Standard Time,2021-08-15,05:19:53,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @RDAnglePhoto First orbital stack of Starship should be ready for flight in a few weeks, pending only regulatory approval",en,[],[],[],495,1154,14563,[],[],https://twitter.com/elonmusk/status/1426715232475533319,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'RDAnglePhoto', 'name': 'Richard Angle', 'id': '40790666'}]",,,, +1426713672706052101,1426713118260924417,2021-08-15 05:13:41 Arabian Standard Time,2021-08-15,05:13:41,+0400,44196397,elonmusk,Elon Musk,,@artemis360_moon @SpaceX Probably sooner,en,[],[],[],587,659,15894,[],[],https://twitter.com/elonmusk/status/1426713672706052101,False,,0,,,,,,,,"[{'screen_name': 'artemis360_moon', 'name': 'Everything Artemis', 'id': '1351324162720231424'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1426610457465528320,1426276625050738689,2021-08-14 22:23:32 Arabian Standard Time,2021-08-14,22:23:32,+0400,44196397,elonmusk,Elon Musk,,@AustinTeslaClub @AustinDeSisto We will make it happen!,en,[],[],[],478,305,5903,[],[],https://twitter.com/elonmusk/status/1426610457465528320,False,,0,,,,,,,,"[{'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}, {'screen_name': 'AustinDeSisto', 'name': 'Austin DeSisto', 'id': '1688453173'}]",,,, +1426609839422193666,1426598645311410176,2021-08-14 22:21:05 Arabian Standard Time,2021-08-14,22:21:05,+0400,44196397,elonmusk,Elon Musk,,@ajtourville Shower thoughts work best for me,en,[],[],[],1029,693,20033,[],[],https://twitter.com/elonmusk/status/1426609839422193666,False,,0,,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}]",,,, +1426585162498838536,1426584939550572551,2021-08-14 20:43:02 Arabian Standard Time,2021-08-14,20:43:02,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com “Don’t look here!”,en,[],[],[],344,191,4087,[],[],https://twitter.com/elonmusk/status/1426585162498838536,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1426565314863636487,1426276625050738689,2021-08-14 19:24:10 Arabian Standard Time,2021-08-14,19:24:10,+0400,44196397,elonmusk,Elon Musk,,@AustinDeSisto We’re working on enabling public access to our restaurant!,en,[],[],[],553,545,7629,[],[],https://twitter.com/elonmusk/status/1426565314863636487,False,,0,,,,,,,,"[{'screen_name': 'AustinDeSisto', 'name': 'Austin DeSisto', 'id': '1688453173'}]",,,, +1426562729859592193,1426529192405962758,2021-08-14 19:13:53 Arabian Standard Time,2021-08-14,19:13:53,+0400,44196397,elonmusk,Elon Musk,,@slashdot Solar/wind + batteries + electric cars is obviously the future,en,[],[],[],1756,1733,20113,[],[],https://twitter.com/elonmusk/status/1426562729859592193,False,,0,,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1426559976990982153,1426270401546670083,2021-08-14 19:02:57 Arabian Standard Time,2021-08-14,19:02:57,+0400,44196397,elonmusk,Elon Musk,,@CNBC @CNBCMakeIt I’ve been saying this for a while,en,[],[],[],2054,4240,26420,[],[],https://twitter.com/elonmusk/status/1426559976990982153,False,,0,,,,,,,,"[{'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}, {'screen_name': 'CNBCMakeIt', 'name': 'CNBC Make It', 'id': '514513113'}]",,,, +1426558939336937481,1426558939336937481,2021-08-14 18:58:49 Arabian Standard Time,2021-08-14,18:58:49,+0400,44196397,elonmusk,Elon Musk,,Mad respect for the makers,en,[],[],[],14042,13869,217679,[],[],https://twitter.com/elonmusk/status/1426558939336937481,False,,0,,,,,,,,[],,,, +1426557310470696971,1426287702643666944,2021-08-14 18:52:21 Arabian Standard Time,2021-08-14,18:52:21,+0400,44196397,elonmusk,Elon Musk,,@IGN Demolition Man is coming true https://t.co/GdHbU5J9Jh,en,[],['https://m.youtube.com/watch?v=4cF6D8zDa9U'],[],449,299,6686,[],[],https://twitter.com/elonmusk/status/1426557310470696971,False,,0,,,,,,,,"[{'screen_name': 'IGN', 'name': 'IGN', 'id': '18927441'}]",,,, +1426550184025153536,1426445517299490817,2021-08-14 18:24:02 Arabian Standard Time,2021-08-14,18:24:02,+0400,44196397,elonmusk,Elon Musk,,@MarcusHouse Starship will enable humanity to become a multiplanet species,en,[],[],[],641,759,9718,[],[],https://twitter.com/elonmusk/status/1426550184025153536,False,,0,,,,,,,,"[{'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}]",,,, +1426549529323655175,1426140122702041095,2021-08-14 18:21:26 Arabian Standard Time,2021-08-14,18:21:26,+0400,44196397,elonmusk,Elon Musk,,@fahrIehrer @gef_Clan @technikjuli 🤣🤣 https://t.co/mSBNTkFhhP,und,[],[],['https://pbs.twimg.com/media/E8wfPGcWQAE4YHf.jpg'],263,98,1916,[],[],https://twitter.com/elonmusk/status/1426549529323655175,False,,1,https://pbs.twimg.com/media/E8wfPGcWQAE4YHf.jpg,,,,,,,"[{'screen_name': 'fahrIehrer', 'name': 'Günther 🚗', 'id': '1263140270549458944'}, {'screen_name': 'gef_Clan', 'name': 'Alex', 'id': '1247201490726531073'}, {'screen_name': 'technikjuli', 'name': 'Juli29', 'id': '1175093407557070848'}]",,,, +1426545875233411073,1426411677172453379,2021-08-14 18:06:55 Arabian Standard Time,2021-08-14,18:06:55,+0400,44196397,elonmusk,Elon Musk,,@TeslaOwnersEBay @AustinTeslaClub @JaneidyEve @Manic_Marge @brookec_4 @Kristennetten @OwenSparks_ @Inelonwetrust__ @CodingMark @WhatsupFranks ♥️♥️,und,[],[],[],325,250,8156,[],[],https://twitter.com/elonmusk/status/1426545875233411073,False,,0,,,,,,,,"[{'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club |Fremont| 🇺🇦🕊🦊', 'id': '1175164547746844672'}, {'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo 💙🦊', 'id': '92570825'}, {'screen_name': 'Manic_Marge', 'name': 'Marge', 'id': '596204926'}, {'screen_name': 'brookec_4', 'name': 'Brooklynn Alexx 🔋🦊🇺🇦', 'id': '582452767'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'Inelonwetrust__', 'name': 'InElonWeTrust', 'id': '1053485936191856640'}, {'screen_name': 'CodingMark', 'name': 'Mark💙💛🦊', 'id': '952755407788826624'}, {'screen_name': 'WhatsupFranks', 'name': 'Franks&Beans FSDBetaCanada', 'id': '724771370131824641'}]",,,, +1426544895469232129,1426290191812100097,2021-08-14 18:03:01 Arabian Standard Time,2021-08-14,18:03:01,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 @TeslaCharging Major Supercharger openings in west LA coming soon!,en,[],[],[],470,377,14246,[],[],https://twitter.com/elonmusk/status/1426544895469232129,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'TeslaCharging', 'name': 'Tesla Charging', 'id': '1346535293449428992'}]",,,, +1426442982899822593,1425474143537926150,2021-08-14 11:18:03 Arabian Standard Time,2021-08-14,11:18:03,+0400,44196397,elonmusk,Elon Musk,,"@SPEXcast @TrungTPhan Starship will be crushingly cost-effective for Earth orbit or moon missions as soon as it’s operational & rapid reuse is happening. Mars is a lot harder, because Earth & Mars only align every 26 months, so ship reuse is limited to ~dozen times over 25 to 30 year life of ship.",en,[],[],[],305,352,4601,[],[],https://twitter.com/elonmusk/status/1426442982899822593,False,,0,,,,,,,,"[{'screen_name': 'SPEXcast', 'name': 'SPEXcast', 'id': '972367510669586432'}, {'screen_name': 'TrungTPhan', 'name': 'Trung Phan', 'id': '945817135816654848'}]",,,, +1426441084125732868,1425474143537926150,2021-08-14 11:10:31 Arabian Standard Time,2021-08-14,11:10:31,+0400,44196397,elonmusk,Elon Musk,,"@SamoNaro @TrungTPhan All models do make use of aluminum casting, but new Y will be most advanced with 2/3 of body cast.",en,[],[],[],135,149,3053,[],[],https://twitter.com/elonmusk/status/1426441084125732868,False,,0,,,,,,,,"[{'screen_name': 'SamoNaro', 'name': 'samson narokobi', 'id': '64790510'}, {'screen_name': 'TrungTPhan', 'name': 'Trung Phan 🇨🇦', 'id': '945817135816654848'}]",,,, +1426439498875932674,1426234931081011207,2021-08-14 11:04:13 Arabian Standard Time,2021-08-14,11:04:13,+0400,44196397,elonmusk,Elon Musk,,"@rahul555gandhi @SciGuySpace Sorry, it’s been pretty intense lately",en,[],[],[],280,126,3453,[],[],https://twitter.com/elonmusk/status/1426439498875932674,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1426439262111768577,1426234931081011207,2021-08-14 11:03:16 Arabian Standard Time,2021-08-14,11:03:16,+0400,44196397,elonmusk,Elon Musk,,@CommiNathan @SciGuySpace Same,en,[],[],[],106,46,1550,[],[],https://twitter.com/elonmusk/status/1426439262111768577,False,,0,,,,,,,,"[{'screen_name': 'CommiNathan', 'name': 'Nathan Commissariat', 'id': '762741014503104512'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1426438428367933441,1426234931081011207,2021-08-14 10:59:57 Arabian Standard Time,2021-08-14,10:59:57,+0400,44196397,elonmusk,Elon Musk,,@SciGuySpace I have great respect for Kathy Lueders,en,[],[],[],274,246,7983,[],[],https://twitter.com/elonmusk/status/1426438428367933441,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1426435666116743169,1425474143537926150,2021-08-14 10:48:59 Arabian Standard Time,2021-08-14,10:48:59,+0400,44196397,elonmusk,Elon Musk,,"@TrungTPhan Actual volume manufacturing, where cash in > cash out, is so damn hard most people have no idea",en,[],[],[],209,152,2810,[],[],https://twitter.com/elonmusk/status/1426435666116743169,False,,0,,,,,,,,"[{'screen_name': 'TrungTPhan', 'name': 'Trung Phan', 'id': '945817135816654848'}]",,,, +1426326891485609985,1426136204857249794,2021-08-14 03:36:45 Arabian Standard Time,2021-08-14,03:36:45,+0400,44196397,elonmusk,Elon Musk,,"@thesheetztweetz The sad thing is that even if Santa Claus suddenly made their hardware real for free, the first thing you’d want to do is cancel it",en,[],[],[],775,886,17404,[],[],https://twitter.com/elonmusk/status/1426326891485609985,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1426316277740675076,1426159984161656834,2021-08-14 02:54:34 Arabian Standard Time,2021-08-14,02:54:34,+0400,44196397,elonmusk,Elon Musk,,@WElRDPHYSICS Super agree!,en,[],[],[],356,154,3796,[],[],https://twitter.com/elonmusk/status/1426316277740675076,False,,0,,,,,,,,"[{'screen_name': 'WElRDPHYSICS', 'name': 'Physics', 'id': '1342142997106892800'}]",,,, +1426316095133294594,1426277099070017542,2021-08-14 02:53:51 Arabian Standard Time,2021-08-14,02:53:51,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ @spacex360 Seriously,en,[],[],[],157,106,3122,[],[],https://twitter.com/elonmusk/status/1426316095133294594,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'spacex360', 'name': 'Everything SpaceX', 'id': '1270394714450268160'}]",,,, +1426315521360896001,1426314417952673796,2021-08-14 02:51:34 Arabian Standard Time,2021-08-14,02:51:34,+0400,44196397,elonmusk,Elon Musk,,"@ID_AA_Carmack In the end, it’s all about entropy",en,[],[],[],358,155,2226,[],[],https://twitter.com/elonmusk/status/1426315521360896001,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1426314903669944323,1426308413860941829,2021-08-14 02:49:07 Arabian Standard Time,2021-08-14,02:49:07,+0400,44196397,elonmusk,Elon Musk,,@nextspaceflight Touché,fr,[],[],[],167,130,5333,[],[],https://twitter.com/elonmusk/status/1426314903669944323,False,,0,,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +1426312924071608325,1426312752591683597,2021-08-14 02:41:15 Arabian Standard Time,2021-08-14,02:41:15,+0400,44196397,elonmusk,Elon Musk,,@GeekHotness 👍,und,[],[],[],76,38,1142,[],[],https://twitter.com/elonmusk/status/1426312924071608325,False,,0,,,,,,,,"[{'screen_name': 'GeekHotness', 'name': '𝙂𝙚𝙚𝙠𝙃𝙤𝙩𝙣𝙚𝙨𝙨', 'id': '1458890137'}]",,,, +1426312057306193920,1426283917284241409,2021-08-14 02:37:48 Arabian Standard Time,2021-08-14,02:37:48,+0400,44196397,elonmusk,Elon Musk,,@Kristennetten https://t.co/mSmrkYmz2u,und,[],[],['https://pbs.twimg.com/media/E8tHPcKXMAYZsmU.jpg'],201,87,1791,[],[],https://twitter.com/elonmusk/status/1426312057306193920,False,,1,https://pbs.twimg.com/media/E8tHPcKXMAYZsmU.jpg,,,,,,,[],,,, +1426310814840066066,1426302089668530184,2021-08-14 02:32:52 Arabian Standard Time,2021-08-14,02:32:52,+0400,44196397,elonmusk,Elon Musk,,"@KSpaceAcademy @NASASpaceflight Soon, Mechazilla will have arms!",en,[],[],[],287,433,11589,[],[],https://twitter.com/elonmusk/status/1426310814840066066,False,,0,,,,,,,,"[{'screen_name': 'KSpaceAcademy', 'name': 'Kerbal Space Academy', 'id': '2800376528'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1426307402081652748,1426283917284241409,2021-08-14 02:19:18 Arabian Standard Time,2021-08-14,02:19:18,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU @Kristennetten Natürlich,de,[],[],[],114,66,1785,[],[],https://twitter.com/elonmusk/status/1426307402081652748,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}]",,,, +1426299266486710277,1426283917284241409,2021-08-14 01:46:59 Arabian Standard Time,2021-08-14,01:46:59,+0400,44196397,elonmusk,Elon Musk,,@Kristennetten Vorfreude Waldeinsamkeit,de,[],[],[],504,220,6383,[],[],https://twitter.com/elonmusk/status/1426299266486710277,False,,0,,,,,,,,"[{'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}]",,,, +1426296306646007811,1426277099070017542,2021-08-14 01:35:13 Arabian Standard Time,2021-08-14,01:35:13,+0400,44196397,elonmusk,Elon Musk,,@spacex360 Pics or didn hapn … oh,en,[],[],[],2693,601,19324,[],[],https://twitter.com/elonmusk/status/1426296306646007811,False,,0,,,,,,,,"[{'screen_name': 'spacex360', 'name': 'Everything SpaceX', 'id': '1270394714450268160'}]",,,, +1426295838079336451,1426283430652829699,2021-08-14 01:33:21 Arabian Standard Time,2021-08-14,01:33:21,+0400,44196397,elonmusk,Elon Musk,,@jack 🔥,und,[],[],[],750,402,6864,[],[],https://twitter.com/elonmusk/status/1426295838079336451,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1426292146525589506,1426138165203591169,2021-08-14 01:18:41 Arabian Standard Time,2021-08-14,01:18:41,+0400,44196397,elonmusk,Elon Musk,,@999BPM @tesla_adri @WholeMarsBlog As Jeffrey Besos is amply demonstrating,en,[],[],[],544,454,6850,[],[],https://twitter.com/elonmusk/status/1426292146525589506,False,,0,,,,,,,,"[{'screen_name': '999BPM', 'name': 'BPM', 'id': '1262301302765338624'}, {'screen_name': 'tesla_adri', 'name': 'Tesla_Adri', 'id': '1321117860844965889'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1426291484035268619,1426138165203591169,2021-08-14 01:16:03 Arabian Standard Time,2021-08-14,01:16:03,+0400,44196397,elonmusk,Elon Musk,,@999BPM @tesla_adri @WholeMarsBlog No amount of money can defy physics,en,[],[],[],214,558,5548,[],[],https://twitter.com/elonmusk/status/1426291484035268619,False,,0,,,,,,,,"[{'screen_name': '999BPM', 'name': 'BPM', 'id': '1262301302765338624'}, {'screen_name': 'tesla_adri', 'name': 'Tesla_Adri', 'id': '1321117860844965889'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1426287602089529344,1426283430652829699,2021-08-14 01:00:38 Arabian Standard Time,2021-08-14,01:00:38,+0400,44196397,elonmusk,Elon Musk,,@jack Twitter DM laughing emoji is nightmare,en,[],[],[],866,491,9781,[],[],https://twitter.com/elonmusk/status/1426287602089529344,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1426274116768763907,1426188761461841932,2021-08-14 00:07:02 Arabian Standard Time,2021-08-14,00:07:02,+0400,44196397,elonmusk,Elon Musk,,@C3LT_Games @ErcXspace Yes on both counts. That would be a great outcome for civilization.,en,[],[],[],156,131,2871,[],[],https://twitter.com/elonmusk/status/1426274116768763907,False,,0,,,,,,,,"[{'screen_name': 'C3LT_Games', 'name': 'C3LT', 'id': '1111004268339843072'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}]",,,, +1426265797194887170,1426252705069248517,2021-08-13 23:33:59 Arabian Standard Time,2021-08-13,23:33:59,+0400,44196397,elonmusk,Elon Musk,,"@l3nnybob @Grimezsz Preferably, on Mars",en,[],[],[],389,273,5229,[],[],https://twitter.com/elonmusk/status/1426265797194887170,False,,0,,,,,,,,"[{'screen_name': 'l3nnybob', 'name': 'Linus', 'id': '1578366620'}, {'screen_name': 'Grimezsz', 'name': '𝔊𝔯𝔦𝔪𝔢𝔰 (⌛️,⏳) ᚷᚱᛁᛗᛖᛋ', 'id': '276540738'}]",,,, +1426265361264128003,1426252705069248517,2021-08-13 23:32:15 Arabian Standard Time,2021-08-13,23:32:15,+0400,44196397,elonmusk,Elon Musk,,@Grimezsz I will welcome death when it comes,en,[],[],[],1274,920,13071,[],[],https://twitter.com/elonmusk/status/1426265361264128003,False,,0,,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '𝔊𝔯𝔦𝔪𝔢𝔰 (⌛️,⏳) ᚷᚱᛁᛗᛖᛋ', 'id': '276540738'}]",,,, +1426199109585756163,1426188761461841932,2021-08-13 19:08:59 Arabian Standard Time,2021-08-13,19:08:59,+0400,44196397,elonmusk,Elon Musk,,"@ErcXspace And ship will be caught by Mechazilla too. As with booster, no landing legs. Those are only needed for moon & Mars until there is local infrastructure.",en,[],[],[],499,490,6760,[],[],https://twitter.com/elonmusk/status/1426199109585756163,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}]",,,, +1426192793035186182,1426188761461841932,2021-08-13 18:43:53 Arabian Standard Time,2021-08-13,18:43:53,+0400,44196397,elonmusk,Elon Musk,,@ErcXspace Pretty close. Booster & arms will move faster. QD arm will steady booster for ship mate.,en,[],[],[],479,724,17335,[],[],https://twitter.com/elonmusk/status/1426192793035186182,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}]",,,, +1426176396657897481,1426176083854905350,2021-08-13 17:38:44 Arabian Standard Time,2021-08-13,17:38:44,+0400,44196397,elonmusk,Elon Musk,,"Priority for residents of Brandenburg & Berlin, but also open to general public",en,[],[],[],2504,1643,39794,[],[],https://twitter.com/elonmusk/status/1426176396657897481,False,,0,,,,,,,,[],,,, +1426176083854905350,1426176083854905350,2021-08-13 17:37:30 Arabian Standard Time,2021-08-13,17:37:30,+0400,44196397,elonmusk,Elon Musk,,Giga Berlin-Brandenburg county fair & factory tour on 9 October!,en,[],[],[],5248,4157,74104,[],[],https://twitter.com/elonmusk/status/1426176083854905350,False,,0,,,,,,,,[],,,, +1426101153096511500,1425906178870194184,2021-08-13 12:39:45 Arabian Standard Time,2021-08-13,12:39:45,+0400,44196397,elonmusk,Elon Musk,,@ICannot_Enough @SteveHamel16 @SpaceX Iron(y)man,es,[],[],[],585,470,6194,[],[],https://twitter.com/elonmusk/status/1426101153096511500,False,,0,,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'SteveHamel16', 'name': 'Steve Hamel 👀🇺🇦🦊', 'id': '999632398525530114'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1425951128676671494,1425911036423639041,2021-08-13 02:43:36 Arabian Standard Time,2021-08-13,02:43:36,+0400,44196397,elonmusk,Elon Musk,,@JeffTutorials The staying power of a bad idea is astonishing,en,[],[],[],975,862,14265,[],[],https://twitter.com/elonmusk/status/1425951128676671494,False,,0,,,,,,,,"[{'screen_name': 'JeffTutorials', 'name': 'Jeff 💙✌️', 'id': '2694154514'}]",,,, +1425882247765311490,1425433746757595141,2021-08-12 22:09:54 Arabian Standard Time,2021-08-12,22:09:54,+0400,44196397,elonmusk,Elon Musk,,"@wapodavenport Note, should be “refill”, not “refuel”. ~78% of propellant is liquid oxygen, only ~22% is fuel.",en,[],[],[],345,234,4403,[],[],https://twitter.com/elonmusk/status/1425882247765311490,False,,0,,,,,,,,"[{'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1425765210007216134,1425672070403395584,2021-08-12 14:24:50 Arabian Standard Time,2021-08-12,14:24:50,+0400,44196397,elonmusk,Elon Musk,,"@CathieDWood Tesla makes cars for export in first half of quarter & for local market in second half. As publicly disclosed, we are operating under extreme supply chain limitations regarding certain “standard” automotive chips. Most problematic by far are Renesas & Bosch.",en,[],[],[],807,862,11475,[],[],https://twitter.com/elonmusk/status/1425765210007216134,False,,0,,,,,,,,"[{'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}]",,,, +1425670276256251908,1425572522058256394,2021-08-12 08:07:36 Arabian Standard Time,2021-08-12,08:07:36,+0400,44196397,elonmusk,Elon Musk,,"@considercosmos @SpaceX Booster & Ship will return to orbital launch pad on Monday (winds allowing). Just finishing off some small plumbing & wiring, which is easier in high bay.",en,[],[],[],744,763,14727,[],[],https://twitter.com/elonmusk/status/1425670276256251908,False,,0,,,,,,,,"[{'screen_name': 'considercosmos', 'name': 'Cosmic Perspective', 'id': '1050516235178237952'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1425668529018245121,1425285789898969088,2021-08-12 08:00:39 Arabian Standard Time,2021-08-12,08:00:39,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @Erdayastronaut I hope I do,en,[],[],[],441,261,5218,[],[],https://twitter.com/elonmusk/status/1425668529018245121,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1425667100757176320,1425547626418778112,2021-08-12 07:54:59 Arabian Standard Time,2021-08-12,07:54:59,+0400,44196397,elonmusk,Elon Musk,,@alex_avoigt @sparkpaul @techhmt @Teslarati @KlenderJoey Yup,und,[],[],[],134,81,2048,[],[],https://twitter.com/elonmusk/status/1425667100757176320,False,,0,,,,,,,,"[{'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}, {'screen_name': 'sparkpaul', 'name': 'sparkpaul', 'id': '18863691'}, {'screen_name': 'techhmt', 'name': 'H T 🔋 🚗 🚀📈🇺🇦', 'id': '382666863'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1425639813416427526,1425563893733208067,2021-08-12 06:06:33 Arabian Standard Time,2021-08-12,06:06:33,+0400,44196397,elonmusk,Elon Musk,,"@spacex360 If lobbying & lawyers could get u to orbit, Bezos would be on Pluto rn",en,[],[],[],952,1936,16950,[],[],https://twitter.com/elonmusk/status/1425639813416427526,False,,0,,,,,,,,"[{'screen_name': 'spacex360', 'name': 'Everything SpaceX', 'id': '1270394714450268160'}]",,,, +1425639138234093574,1425563893733208067,2021-08-12 06:03:52 Arabian Standard Time,2021-08-12,06:03:52,+0400,44196397,elonmusk,Elon Musk,,@spacex360 Exactly,en,[],[],[],464,407,14552,[],[],https://twitter.com/elonmusk/status/1425639138234093574,False,,0,,,,,,,,"[{'screen_name': 'spacex360', 'name': 'Everything SpaceX', 'id': '1270394714450268160'}]",,,, +1425636872320077829,1425592931461832715,2021-08-12 05:54:52 Arabian Standard Time,2021-08-12,05:54:52,+0400,44196397,elonmusk,Elon Musk,,"@wapodavenport Somehow, this wasn’t convincing … https://t.co/qAn8Y6i5Ys",en,[],[],['https://pbs.twimg.com/media/E8jhLZSWQAozkKT.jpg'],1091,1095,22447,[],[],https://twitter.com/elonmusk/status/1425636872320077829,False,,1,https://pbs.twimg.com/media/E8jhLZSWQAozkKT.jpg,,,,,,,"[{'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1425553529612259338,1425547626418778112,2021-08-12 00:23:41 Arabian Standard Time,2021-08-12,00:23:41,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @KlenderJoey I’d recommend they get their first plant working. It’s insanely difficult to reach volume production at affordable unit cost.,en,[],[],[],1035,599,12290,[],[],https://twitter.com/elonmusk/status/1425553529612259338,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1425512837301080079,1425442311773765632,2021-08-11 21:41:59 Arabian Standard Time,2021-08-11,21:41:59,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @ResidentSponge It’s gonna be awesome,en,[],[],[],960,785,17862,[],[],https://twitter.com/elonmusk/status/1425512837301080079,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1425501475178827777,1425285789898969088,2021-08-11 20:56:50 Arabian Standard Time,2021-08-11,20:56:50,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut Yup,und,[],[],[],801,437,16020,[],[],https://twitter.com/elonmusk/status/1425501475178827777,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1425474903436939266,1425433746757595141,2021-08-11 19:11:15 Arabian Standard Time,2021-08-11,19:11:15,+0400,44196397,elonmusk,Elon Musk,,"@wapodavenport However, even if it were 16 flights with docking, this is not a problem. SpaceX did more than 16 orbital flights in first half of 2021 & has docked with Station (much harder than docking with our own ship) over 20 times.",en,[],[],[],338,477,7670,[],[],https://twitter.com/elonmusk/status/1425474903436939266,False,,0,,,,,,,,"[{'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1425473261551423489,1425433746757595141,2021-08-11 19:04:44 Arabian Standard Time,2021-08-11,19:04:44,+0400,44196397,elonmusk,Elon Musk,,"@wapodavenport 16 flights is extremely unlikely. Starship payload to orbit is ~150 tons , so max of 8 to fill 1200 ton tanks of lunar Starship. Without flaps & heat shield, Starship is much lighter. Lunar landing legs don’t add much (1/6 gravity). May only need 1/2 full, ie 4 tanker flights.",en,[],[],[],536,859,13335,[],[],https://twitter.com/elonmusk/status/1425473261551423489,False,,0,,,,,,,,"[{'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1425214934850412548,1425095467449323532,2021-08-11 01:58:14 Arabian Standard Time,2021-08-11,01:58:14,+0400,44196397,elonmusk,Elon Musk,,@lrocket @thesheetztweetz Yeah,en,[],[],[],861,173,5136,[],[],https://twitter.com/elonmusk/status/1425214934850412548,False,,0,,,,,,,,"[{'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1425128498402930694,1424944754924552193,2021-08-10 20:14:46 Arabian Standard Time,2021-08-10,20:14:46,+0400,44196397,elonmusk,Elon Musk,,"@cleantechnica Important to bear in mind that production is as fast as the slowest part out of ~10,000 unique parts in a car",en,[],[],[],873,607,13504,[],[],https://twitter.com/elonmusk/status/1425128498402930694,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1425100482779942936,1425095467449323532,2021-08-10 18:23:26 Arabian Standard Time,2021-08-10,18:23:26,+0400,44196397,elonmusk,Elon Musk,,@thesheetztweetz SpaceX could do it if need be,en,[],[],[],4422,2506,48636,[],[],https://twitter.com/elonmusk/status/1425100482779942936,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1425100378459279370,1425095467449323532,2021-08-10 18:23:01 Arabian Standard Time,2021-08-10,18:23:01,+0400,44196397,elonmusk,Elon Musk,,@thesheetztweetz Seems like too many cooks in the kitchen,en,[],[],[],1016,386,6228,[],[],https://twitter.com/elonmusk/status/1425100378459279370,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1425096052806389766,1424915985203548163,2021-08-10 18:05:50 Arabian Standard Time,2021-08-10,18:05:50,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX What really matters for the longevity of civilization is making life multiplanetary on a sustained basis,en,[],[],[],1686,1452,24169,[],[],https://twitter.com/elonmusk/status/1425096052806389766,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1424882644207144962,1424788181862465538,2021-08-10 03:57:50 Arabian Standard Time,2021-08-10,03:57:50,+0400,44196397,elonmusk,Elon Musk,,@SciGuySpace Believe in the future,en,[],[],[],1256,1488,16857,[],[],https://twitter.com/elonmusk/status/1424882644207144962,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1424652008288620544,1424473919508131840,2021-08-09 12:41:22 Arabian Standard Time,2021-08-09,12:41:22,+0400,44196397,elonmusk,Elon Musk,,@ErcXspace @SpaceX @Erdayastronaut 🔥🔥,und,[],[],[],677,294,8370,[],[],https://twitter.com/elonmusk/status/1424652008288620544,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1424651442971889664,1424302992698843136,2021-08-09 12:39:07 Arabian Standard Time,2021-08-09,12:39:07,+0400,44196397,elonmusk,Elon Musk,,@alex_avoigt !!,und,[],[],[],1022,429,16365,[],[],https://twitter.com/elonmusk/status/1424651442971889664,False,,0,,,,,,,,"[{'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}]",,,, +1423851024456900608,1423831729173721089,2021-08-07 07:38:32 Arabian Standard Time,2021-08-07,07:38:32,+0400,44196397,elonmusk,Elon Musk,,@ID_AA_Carmack @shivon Always loved those Empire State photos with people eating lunch out on the beam,en,[],[],[],944,320,8276,[],[],https://twitter.com/elonmusk/status/1423851024456900608,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}, {'screen_name': 'shivon', 'name': 'Shivon Zilis', 'id': '446719282'}]",,,, +1423830326665650179,1423830326665650179,2021-08-07 06:16:18 Arabian Standard Time,2021-08-07,06:16:18,+0400,44196397,elonmusk,Elon Musk,, https://t.co/T6r96fqlPG,und,[],[],['https://pbs.twimg.com/media/E8J2IurVcAE0Zrr.jpg'],36822,26793,312976,[],[],https://twitter.com/elonmusk/status/1423830326665650179,False,,1,https://pbs.twimg.com/media/E8J2IurVcAE0Zrr.jpg,,,,,,,[],,,, +1423780661639344131,1423744994444206092,2021-08-07 02:58:56 Arabian Standard Time,2021-08-07,02:58:56,+0400,44196397,elonmusk,Elon Musk,,"@brian_armstrong @MarkWarner Agreed, this is not the time to pick technology winners or losers in cryptocurrency technology. There is no crisis that compels hasty legislation.",en,[],[],[],1413,5351,33214,[],[],https://twitter.com/elonmusk/status/1423780661639344131,False,,0,,,,,,,,"[{'screen_name': 'brian_armstrong', 'name': 'Brian Armstrong - barmstrong.eth', 'id': '14379660'}, {'screen_name': 'MarkWarner', 'name': 'Mark Warner', 'id': '7429102'}]",,,, +1423763112344231941,1423666734981029893,2021-08-07 01:49:12 Arabian Standard Time,2021-08-07,01:49:12,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Long time,en,[],[],[],1038,654,22143,[],[],https://twitter.com/elonmusk/status/1423763112344231941,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1423701991587344388,1423659261452709893,2021-08-06 21:46:20 Arabian Standard Time,2021-08-06,21:46:20,+0400,44196397,elonmusk,Elon Musk,,An honor to work with such a great team,en,[],[],[],3808,2391,66806,[],[],https://twitter.com/elonmusk/status/1423701991587344388,False,,0,,,,,,,,[],,,, +1423697892447977474,1423630827666161672,2021-08-06 21:30:03 Arabian Standard Time,2021-08-06,21:30:03,+0400,44196397,elonmusk,Elon Musk,,@DanaEn803 @Dr_ThomasZ @thesheetztweetz @SpaceX Sure,en,[],[],[],196,98,2901,[],[],https://twitter.com/elonmusk/status/1423697892447977474,False,,0,,,,,,,,"[{'screen_name': 'DanaEn803', 'name': 'Dana En', 'id': '1035414436687822848'}, {'screen_name': 'Dr_ThomasZ', 'name': 'Thomas Zurbuchen', 'id': '260380078'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1423696491034513410,1423680177217802246,2021-08-06 21:24:29 Arabian Standard Time,2021-08-06,21:24:29,+0400,44196397,elonmusk,Elon Musk,,@Kristennetten @SpaceX It will be exciting to see what new cultures humanity creates on other heavenly bodies!,en,[],[],[],803,733,15201,[],[],https://twitter.com/elonmusk/status/1423696491034513410,False,,0,,,,,,,,"[{'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1423695806020820996,1423630827666161672,2021-08-06 21:21:45 Arabian Standard Time,2021-08-06,21:21:45,+0400,44196397,elonmusk,Elon Musk,,"@Dr_ThomasZ @thesheetztweetz @SpaceX Due to its size & ability to return science instruments even from deep space, Starship will enable a whole new class of science missions",en,[],[],[],73,238,2477,[],[],https://twitter.com/elonmusk/status/1423695806020820996,False,,0,,,,,,,,"[{'screen_name': 'Dr_ThomasZ', 'name': 'Thomas Zurbuchen', 'id': '260380078'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1423685209640226817,1423685209640226817,2021-08-06 20:39:39 Arabian Standard Time,2021-08-06,20:39:39,+0400,44196397,elonmusk,Elon Musk,,Minus the lifts https://t.co/kokDQQymhN,en,[],[],['https://pbs.twimg.com/media/E8HyI--UUAUctaZ.jpg'],7532,12816,194313,[],[],https://twitter.com/elonmusk/status/1423685209640226817,False,,1,https://pbs.twimg.com/media/E8HyI--UUAUctaZ.jpg,,,,,,,[],,,, +1423682460748066818,1423673779662770181,2021-08-06 20:28:44 Arabian Standard Time,2021-08-06,20:28:44,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @NASASpaceflight @BBCAmos There is a reason no fully reusable orbital rocket has been built – it’s an insanely hard problem. Moreover, it must be rapidly & completely reusable (like an airplane). This is the only way to make life multiplanetary. Efficiencies of scale is why Starship is so large.",en,[],[],[],222,396,5460,[],[],https://twitter.com/elonmusk/status/1423682460748066818,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'BBCAmos', 'name': 'Jonathan Amos', 'id': '104585489'}]",,,, +1423681002086408196,1423673779662770181,2021-08-06 20:22:56 Arabian Standard Time,2021-08-06,20:22:56,+0400,44196397,elonmusk,Elon Musk,,@BBCAmos @NASASpaceflight Ok,und,[],[],[],139,90,3053,[],[],https://twitter.com/elonmusk/status/1423681002086408196,False,,0,,,,,,,,"[{'screen_name': 'BBCAmos', 'name': 'Jonathan Amos', 'id': '104585489'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1423680631418986501,1423673779662770181,2021-08-06 20:21:27 Arabian Standard Time,2021-08-06,20:21:27,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @NASASpaceflight @BBCAmos Higher structural margins overall are needed for reuse, plus: Booster - Grid fins for aero control - Boostback & landing propellant tanks - Protecting engines from entry loads Ship - Body flaps for aero control - Deorbit & landing propellant tanks - Heat shield",en,[],[],[],163,323,5594,[],[],https://twitter.com/elonmusk/status/1423680631418986501,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'BBCAmos', 'name': 'Jonathan Amos', 'id': '104585489'}]",,,, +1423677633871577088,1423673779662770181,2021-08-06 20:09:33 Arabian Standard Time,2021-08-06,20:09:33,+0400,44196397,elonmusk,Elon Musk,,@Astro_Elliott @NASASpaceflight @BBCAmos Inevitably,en,[],[],[],158,97,2473,[],[],https://twitter.com/elonmusk/status/1423677633871577088,False,,0,,,,,,,,"[{'screen_name': 'Astro_Elliott', 'name': 'Elliott🇺🇦', 'id': '1273066750263930880'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'BBCAmos', 'name': 'Jonathan Amos', 'id': '104585489'}]",,,, +1423677217133957127,1423673779662770181,2021-08-06 20:07:53 Arabian Standard Time,2021-08-06,20:07:53,+0400,44196397,elonmusk,Elon Musk,,"@NASASpaceflight @BBCAmos Over time, we might get orbital payload up to ~150 tons with full reusabity. If Starship then launched as an expendable, payload would be ~250 tons. What isn’t obvious from this chart is that Starship/Super Heavy is much denser than Saturn V.",en,[],[],[],249,495,7084,[],[],https://twitter.com/elonmusk/status/1423677217133957127,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'BBCAmos', 'name': 'Jonathan Amos', 'id': '104585489'}]",,,, +1423674865626730500,1423659261452709893,2021-08-06 19:58:33 Arabian Standard Time,2021-08-06,19:58:33,+0400,44196397,elonmusk,Elon Musk,,"@thesheetztweetz It is ~98% done, but the remaining tiles are unique shapes requiring machining",en,[],[],[],215,242,5197,[],[],https://twitter.com/elonmusk/status/1423674865626730500,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1423670139615014917,1423659261452709893,2021-08-06 19:39:46 Arabian Standard Time,2021-08-06,19:39:46,+0400,44196397,elonmusk,Elon Musk,,@thesheetztweetz 4 significant items: - Final heat shield tiles for ship - Thermal protection of booster engines - Ground propellant storage tanks - QD arm for ship 2 weeks.,en,[],[],[],476,612,7062,[],[],https://twitter.com/elonmusk/status/1423670139615014917,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1423666724168032257,1423659261452709893,2021-08-06 19:26:12 Arabian Standard Time,2021-08-06,19:26:12,+0400,44196397,elonmusk,Elon Musk,,@thesheetztweetz Dream come true,en,[],[],[],432,594,13414,[],[],https://twitter.com/elonmusk/status/1423666724168032257,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1423666078660448269,1423659261452709893,2021-08-06 19:23:38 Arabian Standard Time,2021-08-06,19:23:38,+0400,44196397,elonmusk,Elon Musk,,@jrosinski97 @SpaceX Absolutely,en,[],[],[],200,168,6372,[],[],https://twitter.com/elonmusk/status/1423666078660448269,False,,0,,,,,,,,"[{'screen_name': 'jrosinski97', 'name': 'TΞSLA Jason🦊🇺🇦', 'id': '373778231'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1423659261452709893,1423659261452709893,2021-08-06 18:56:32 Arabian Standard Time,2021-08-06,18:56:32,+0400,44196397,elonmusk,Elon Musk,,Starship Fully Stacked https://t.co/Fs88RNsmfH,en,[],[],"['https://pbs.twimg.com/media/E8Haio0VkAIDTJW.jpg', 'https://pbs.twimg.com/media/E8HaippVIAUZag7.jpg', 'https://pbs.twimg.com/media/E8HaippUYAUqcHA.jpg', 'https://pbs.twimg.com/media/E8HaippVIAEsnIG.jpg']",10527,23383,222039,[],[],https://twitter.com/elonmusk/status/1423659261452709893,False,,1,https://pbs.twimg.com/media/E8Haio0VkAIDTJW.jpg,,,,,,,[],,,, +1423658033448685569,1423623121404370947,2021-08-06 18:51:40 Arabian Standard Time,2021-08-06,18:51:40,+0400,44196397,elonmusk,Elon Musk,,@NASASpaceflight 🤍 🖤,und,[],[],[],375,294,10994,[],[],https://twitter.com/elonmusk/status/1423658033448685569,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1423542371774472197,1423361118270107648,2021-08-06 11:12:04 Arabian Standard Time,2021-08-06,11:12:04,+0400,44196397,elonmusk,Elon Musk,,@IvanEscobosa @ajtourville @Tesla Probably,en,[],[],[],225,97,2585,[],[],https://twitter.com/elonmusk/status/1423542371774472197,False,,0,,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}, {'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1423532409115484160,1423361118270107648,2021-08-06 10:32:28 Arabian Standard Time,2021-08-06,10:32:28,+0400,44196397,elonmusk,Elon Musk,,"@ajtourville @Tesla Tesla Automation (Deutschland) built a specialized machine to wrap the rotor with carbon fiber at precise tension. If too low, it would come loose at low temp, due to CTE differences. If too high, it would snap at high temp & rpm.",en,[],[],[],342,403,7228,[],[],https://twitter.com/elonmusk/status/1423532409115484160,False,,0,,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1423516703829417986,1423472597681979396,2021-08-06 09:30:04 Arabian Standard Time,2021-08-06,09:30:04,+0400,44196397,elonmusk,Elon Musk,,"@austinbarnard45 Total coincidence! Also, booster height was originally 70m, but we eliminated a half barrel for manufacturing efficiency, so now it’s …",en,[],[],[],490,483,7902,[],[],https://twitter.com/elonmusk/status/1423516703829417986,False,,0,,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +1423512360526880768,1423492597671137282,2021-08-06 09:12:48 Arabian Standard Time,2021-08-06,09:12:48,+0400,44196397,elonmusk,Elon Musk,,@jack DMTwitter,en,[],[],[],1700,1310,22730,[],[],https://twitter.com/elonmusk/status/1423512360526880768,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1423418914965364737,1423322900535332870,2021-08-06 03:01:29 Arabian Standard Time,2021-08-06,03:01:29,+0400,44196397,elonmusk,Elon Musk,,"@ChrisDungeon Reality is total opposite of what detractors say! Biggest challenge is recruiting enough people to build cars. SF Bay Area essentially has negative unemployment, so people at our factory have several other job offers. If they weren’t treated well, they would leave immediately!",en,[],[],[],427,493,5614,[],[],https://twitter.com/elonmusk/status/1423418914965364737,False,,0,,,,,,,,"[{'screen_name': 'ChrisDungeon', 'name': 'Christopher Dungeon', 'id': '1651403384'}]",,,, +1423397476795441152,1423353739394514949,2021-08-06 01:36:18 Arabian Standard Time,2021-08-06,01:36:18,+0400,44196397,elonmusk,Elon Musk,,"@techvamp Once Mechazilla is operational, winds will rarely be an issue",en,[],[],[],249,198,4024,[],[],https://twitter.com/elonmusk/status/1423397476795441152,False,,0,,,,,,,,"[{'screen_name': 'techvamp', 'name': 'TechVamp©', 'id': '2728772885'}]",,,, +1423397251284492288,1423353739394514949,2021-08-06 01:35:24 Arabian Standard Time,2021-08-06,01:35:24,+0400,44196397,elonmusk,Elon Musk,,@b280c_2 👍,und,[],[],[],189,60,2098,[],[],https://twitter.com/elonmusk/status/1423397251284492288,False,,0,,,,,,,,"[{'screen_name': 'b280c_2', 'name': 'Neil Leete', 'id': '823169037517590528'}]",,,, +1423391960836960259,1423353739394514949,2021-08-06 01:14:23 Arabian Standard Time,2021-08-06,01:14:23,+0400,44196397,elonmusk,Elon Musk,,Winds are too high today. Looks like wind speed will be low enough to stack early tomorrow morning.,en,[],[],[],2548,1809,48809,[],[],https://twitter.com/elonmusk/status/1423391960836960259,False,,0,,,,,,,,[],,,, +1423387961362501634,1423296366273462286,2021-08-06 00:58:29 Arabian Standard Time,2021-08-06,00:58:29,+0400,44196397,elonmusk,Elon Musk,,@NicAnsuini Remaining tiles are on their way!,en,[],[],[],574,331,10949,[],[],https://twitter.com/elonmusk/status/1423387961362501634,False,,0,,,,,,,,"[{'screen_name': 'NicAnsuini', 'name': 'Nic Ansuini', 'id': '899709853349933057'}]",,,, +1423387809881067520,1423315146378649600,2021-08-06 00:57:53 Arabian Standard Time,2021-08-06,00:57:53,+0400,44196397,elonmusk,Elon Musk,,@arctechinc @POTUS Irony indeed,en,[],[],[],314,376,7039,[],[],https://twitter.com/elonmusk/status/1423387809881067520,False,,0,,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}]",,,, +1423387469563658243,1423325672655753220,2021-08-06 00:56:32 Arabian Standard Time,2021-08-06,00:56:32,+0400,44196397,elonmusk,Elon Musk,,@28delayslater 🤣,und,[],[],[],336,282,13070,[],[],https://twitter.com/elonmusk/status/1423387469563658243,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1423353739394514949,1423353739394514949,2021-08-05 22:42:30 Arabian Standard Time,2021-08-05,22:42:30,+0400,44196397,elonmusk,Elon Musk,,Aiming to stack ship on booster today https://t.co/67ehWTI57v,en,[],[],['https://pbs.twimg.com/media/E8DErhlVUAAORur.jpg'],7434,11415,200067,[],[],https://twitter.com/elonmusk/status/1423353739394514949,False,,1,https://pbs.twimg.com/media/E8DErhlVUAAORur.jpg,,,,,,,[],,,, +1423341080838246404,1423248466004914176,2021-08-05 21:52:12 Arabian Standard Time,2021-08-05,21:52:12,+0400,44196397,elonmusk,Elon Musk,,@SquawkCNBC @SecretaryPete https://t.co/51BrgAaotS,und,[],[],['https://pbs.twimg.com/media/E8C5K0gVUAAD7cZ.jpg'],1136,1213,11424,[],[],https://twitter.com/elonmusk/status/1423341080838246404,False,,1,https://pbs.twimg.com/media/E8C5K0gVUAAD7cZ.jpg,,,,,,,"[{'screen_name': 'SquawkCNBC', 'name': 'Squawk Box', 'id': '404422077'}]",,,, +1423163591214182402,1422664182659420168,2021-08-05 10:06:55 Arabian Standard Time,2021-08-05,10:06:55,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @SpaceX That was fun! I was operating on limited sleep & serious back pain, so not at my best. It’s awesome that you know so much about how rockets work & their development history. Am happy to do another factory tour in a month or two and talk about what’s changed since last time.",en,[],[],[],1376,1154,28954,[],[],https://twitter.com/elonmusk/status/1423163591214182402,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1423162437034037248,1423053681520414724,2021-08-05 10:02:20 Arabian Standard Time,2021-08-05,10:02:20,+0400,44196397,elonmusk,Elon Musk,,@ID_AA_Carmack It would be an honor to have you visit Starbase,en,[],[],[],414,386,15848,[],[],https://twitter.com/elonmusk/status/1423162437034037248,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1423156475799683075,1423152968644313089,2021-08-05 09:38:39 Arabian Standard Time,2021-08-05,09:38:39,+0400,44196397,elonmusk,Elon Musk,,"@cleantechnica Yeah, seems odd that Tesla wasn’t invited",en,[],[],[],2943,2255,38344,[],[],https://twitter.com/elonmusk/status/1423156475799683075,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1423155872524558341,1423151638462619652,2021-08-05 09:36:15 Arabian Standard Time,2021-08-05,09:36:15,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @WalterIsaacson He’s shadowed me for several days so far,en,[],[],[],230,181,5261,[],[],https://twitter.com/elonmusk/status/1423155872524558341,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'WalterIsaacson', 'name': 'Walter Isaacson', 'id': '34719119'}]",,,, +1423151300921933828,1423106489636593670,2021-08-05 09:18:05 Arabian Standard Time,2021-08-05,09:18:05,+0400,44196397,elonmusk,Elon Musk,,@WorldAndScience Makes sense,en,[],[],[],565,270,6863,[],[],https://twitter.com/elonmusk/status/1423151300921933828,False,,0,,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1423137611929964547,1423092327971758081,2021-08-05 08:23:41 Arabian Standard Time,2021-08-05,08:23:41,+0400,44196397,elonmusk,Elon Musk,,@28delayslater 🤣,und,[],[],[],556,342,12539,[],[],https://twitter.com/elonmusk/status/1423137611929964547,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1423136151813050372,1423104512479334402,2021-08-05 08:17:53 Arabian Standard Time,2021-08-05,08:17:53,+0400,44196397,elonmusk,Elon Musk,,"@lexfridman @WalterIsaacson Yeah, they’re all good, but I particularly liked his biography of Ben Franklin",en,[],[],[],252,186,5616,[],[],https://twitter.com/elonmusk/status/1423136151813050372,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'WalterIsaacson', 'name': 'Walter Isaacson', 'id': '34719119'}]",,,, +1423135794517057569,1423104512479334402,2021-08-05 08:16:28 Arabian Standard Time,2021-08-05,08:16:28,+0400,44196397,elonmusk,Elon Musk,,@andrewjwells @WalterIsaacson 🤣🤣,und,[],[],[],114,54,1831,[],[],https://twitter.com/elonmusk/status/1423135794517057569,False,,0,,,,,,,,"[{'screen_name': 'andrewjwells', 'name': 'andrewjwells', 'id': '16415280'}, {'screen_name': 'WalterIsaacson', 'name': 'Walter Isaacson', 'id': '34719119'}]",,,, +1423105264010530821,1423104512479334402,2021-08-05 06:15:09 Arabian Standard Time,2021-08-05,06:15:09,+0400,44196397,elonmusk,Elon Musk,,@josh_bickett @WalterIsaacson Maybe one day,en,[],[],[],589,172,5408,[],[],https://twitter.com/elonmusk/status/1423105264010530821,False,,0,,,,,,,,"[{'screen_name': 'josh_bickett', 'name': 'Josh Bickett', 'id': '761747406513766402'}, {'screen_name': 'WalterIsaacson', 'name': 'Walter Isaacson', 'id': '34719119'}]",,,, +1423104512479334402,1423104512479334402,2021-08-05 06:12:10 Arabian Standard Time,2021-08-05,06:12:10,+0400,44196397,elonmusk,Elon Musk,,"If you’re curious about Tesla, SpaceX & my general goings on, @WalterIsaacson is writing a biography",en,"[{'screen_name': 'walterisaacson', 'name': 'walter isaacson', 'id': '34719119'}]",[],[],8304,7958,141888,[],[],https://twitter.com/elonmusk/status/1423104512479334402,False,,0,,,,,,,,[],,,, +1423059604217475075,1423053681520414724,2021-08-05 03:13:43 Arabian Standard Time,2021-08-05,03:13:43,+0400,44196397,elonmusk,Elon Musk,,"@ID_AA_Carmack I have great admiration for John’s engineering ability! What he did with Armadillo was incredible. I’ve tried to convince him many times to join SpaceX, but he has always declined (sigh).",en,[],[],[],383,416,13468,[],[],https://twitter.com/elonmusk/status/1423059604217475075,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1423041387587641348,1423041198764265473,2021-08-05 02:01:20 Arabian Standard Time,2021-08-05,02:01:20,+0400,44196397,elonmusk,Elon Musk,,"Mechazilla will do this for future rockets, but it’s not quite ready yet",en,[],[],[],2488,2044,55533,[],[],https://twitter.com/elonmusk/status/1423041387587641348,False,,0,,,,,,,,[],,,, +1423041198764265473,1423041198764265473,2021-08-05 02:00:35 Arabian Standard Time,2021-08-05,02:00:35,+0400,44196397,elonmusk,Elon Musk,,Moving rocket to orbital launch pad https://t.co/zZLiXIPD6M,en,[],[],"['https://pbs.twimg.com/media/E7-oZsRWUAISuIU.jpg', 'https://pbs.twimg.com/media/E7-oZsRXMAI72cS.jpg', 'https://pbs.twimg.com/media/E7-oZsSWQAExz6x.jpg']",7099,16537,190934,[],[],https://twitter.com/elonmusk/status/1423041198764265473,False,,1,https://pbs.twimg.com/media/E7-oZsRWUAISuIU.jpg,,,,,,,[],,,, +1422918797216862213,1422798886968733696,2021-08-04 17:54:12 Arabian Standard Time,2021-08-04,17:54:12,+0400,44196397,elonmusk,Elon Musk,,@AustinTeslaClub That is the goal. Our official name is actually Space Exploration Technologies. SpaceX is short form.,en,[],[],[],900,1307,23707,[],[],https://twitter.com/elonmusk/status/1422918797216862213,False,,0,,,,,,,,"[{'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}]",,,, +1422901992918298624,1422901450045231114,2021-08-04 16:47:26 Arabian Standard Time,2021-08-04,16:47:26,+0400,44196397,elonmusk,Elon Musk,,"@aparanjape @Erdayastronaut @SpaceX I do think that great design & engineering of products are critical, but manufacturing & supply chain require orders of magnitude more work",en,[],[],[],369,515,9812,[],[],https://twitter.com/elonmusk/status/1422901992918298624,False,,0,,,,,,,,"[{'screen_name': 'aparanjape', 'name': 'Amit Paranjape', 'id': '14175873'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1422780001183834117,1422780001183834117,2021-08-04 08:42:40 Arabian Standard Time,2021-08-04,08:42:40,+0400,44196397,elonmusk,Elon Musk,,All 6 engines mounted to first orbital Starship https://t.co/l5QnQRSg3D,en,[],[],['https://pbs.twimg.com/media/E7663rjXoAUPP5V.jpg'],8532,13857,204010,[],[],https://twitter.com/elonmusk/status/1422780001183834117,False,,1,https://pbs.twimg.com/media/E7663rjXoAUPP5V.jpg,,,,,,,[],,,, +1422777748041383938,1422759910761123842,2021-08-04 08:33:43 Arabian Standard Time,2021-08-04,08:33:43,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @NASA I thought we had lost for sure. We were just a tiny company back then, only 1 of 4 launches got to orbit & I had no money left. Out of the blue, a few days before Christmas, NASA calls to say we won.",en,[],[],[],331,422,6433,[],[],https://twitter.com/elonmusk/status/1422777748041383938,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1422775612737998848,1422759910761123842,2021-08-04 08:25:14 Arabian Standard Time,2021-08-04,08:25:14,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @NASA Just want to say thanks to those in government who fight hard for the right thing to happen, despite extreme pressure to do otherwise. Therein lies the core goodness of the American state.",en,[],[],[],228,510,5109,[],[],https://twitter.com/elonmusk/status/1422775612737998848,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1422773447961284608,1422759910761123842,2021-08-04 08:16:38 Arabian Standard Time,2021-08-04,08:16:38,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @NASA I do love NASA, always have",en,[],[],[],296,312,5461,[],[],https://twitter.com/elonmusk/status/1422773447961284608,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1422771338880733189,1422759910761123842,2021-08-04 08:08:15 Arabian Standard Time,2021-08-04,08:08:15,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @NASA It’s true,en,[],[],[],661,782,32285,[],[],https://twitter.com/elonmusk/status/1422771338880733189,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1422736105779179520,1422735062949253123,2021-08-04 05:48:15 Arabian Standard Time,2021-08-04,05:48:15,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV The sheer amount of time Tesla has spent dealing with bike lane is staggering. Short answer … yes.,en,[],[],[],455,379,10381,[],[],https://twitter.com/elonmusk/status/1422736105779179520,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1422693692863918083,1285240202038923264,2021-08-04 02:59:43 Arabian Standard Time,2021-08-04,02:59:43,+0400,44196397,elonmusk,Elon Musk,,@PPathole Mars looks amazing,en,[],[],[],878,678,7350,[],[],https://twitter.com/elonmusk/status/1422693692863918083,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1422627025068695556,1422591623427461120,2021-08-03 22:34:48 Arabian Standard Time,2021-08-03,22:34:48,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @ErcXspace We stole the idea from Karate Kid,en,[],[],[],437,430,10745,[],[],https://twitter.com/elonmusk/status/1422627025068695556,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}]",,,, +1422615364479897606,1422607954101084161,2021-08-03 21:48:28 Arabian Standard Time,2021-08-03,21:48:28,+0400,44196397,elonmusk,Elon Musk,,"@flcnhvy Pitch control requires more force than yaw & much more force than roll. Also, grid fins closer to or in the wake of the booster are less effective. However, pretty good aero control can technically be achieved with only 2 grid fins, with some effect on accuracy.",en,[],[],[],283,296,6180,[],[],https://twitter.com/elonmusk/status/1422615364479897606,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1422612139160834050,1422377866860265473,2021-08-03 21:35:39 Arabian Standard Time,2021-08-03,21:35:39,+0400,44196397,elonmusk,Elon Musk,,@TeslaFruit Thanks Sandy!,en,[],[],[],290,224,8547,[],[],https://twitter.com/elonmusk/status/1422612139160834050,False,,0,,,,,,,,"[{'screen_name': 'TeslaFruit', 'name': 'TeslaFruity 🌱🇺🇦❤️', 'id': '1303901554538246145'}]",,,, +1422608233995382791,1422607954101084161,2021-08-03 21:20:08 Arabian Standard Time,2021-08-03,21:20:08,+0400,44196397,elonmusk,Elon Musk,, https://t.co/nNjhPIEhcZ,und,[],[],"['https://pbs.twimg.com/media/E74epYyWQAIA027.jpg', 'https://pbs.twimg.com/media/E74epbIWUAU8t6l.jpg']",3458,6050,90084,[],[],https://twitter.com/elonmusk/status/1422608233995382791,False,,1,https://pbs.twimg.com/media/E74epYyWQAIA027.jpg,,,,,,,[],,,, +1422607954101084161,1422607954101084161,2021-08-03 21:19:01 Arabian Standard Time,2021-08-03,21:19:01,+0400,44196397,elonmusk,Elon Musk,,Super Heavy Booster moving to orbital launch mount https://t.co/axaDnXNm84,en,[],[],[],8301,15127,169721,[],[],https://twitter.com/elonmusk/status/1422607954101084161,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1422607907032547329/pu/img/0UA37cRFvaTOyz3o.jpg,,,,,,,[],,,, +1422603106035118085,1422591623427461120,2021-08-03 20:59:45 Arabian Standard Time,2021-08-03,20:59:45,+0400,44196397,elonmusk,Elon Musk,,"@ErcXspace Very close to real! Arms are able to move during descent to match exact booster position. Catch point is off to side, in case catch fails – don’t want to hit launch mount. Booster is transferred back to launch mount for next flight. Designed to have <1 hour turnaround.",en,[],[],[],600,1193,21137,[],[],https://twitter.com/elonmusk/status/1422603106035118085,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}]",,,, +1422319161427042305,1422240108078579720,2021-08-03 02:11:28 Arabian Standard Time,2021-08-03,02:11:28,+0400,44196397,elonmusk,Elon Musk,,@stem_feed That’s about right. Civilization can be powered with a very small % of Earth having solar panels.,en,[],[],[],2114,2555,43091,[],[],https://twitter.com/elonmusk/status/1422319161427042305,False,,0,,,,,,,,"[{'screen_name': 'stem_feed', 'name': 'STEM', 'id': '1335216145863995395'}]",,,, +1422318728742678529,1422316469120114688,2021-08-03 02:09:44 Arabian Standard Time,2021-08-03,02:09:44,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @KlenderJoey Hard to believe it’s been 15 years already. Those goals actually precede the creation of Tesla by many years. Goes back to probably ~1992 when I was in college. However, at the time, I thought the chance of achieving those goals was very low.",en,[],[],[],567,696,11793,[],[],https://twitter.com/elonmusk/status/1422318728742678529,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1422316848780087302,1422166079380594688,2021-08-03 02:02:16 Arabian Standard Time,2021-08-03,02:02:16,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @JonErlichman I was asked by a reporter if I was optimistic or pessimistic about SpaceX’s future. That was my answer.,en,[],[],[],187,187,3424,[],[],https://twitter.com/elonmusk/status/1422316848780087302,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'JonErlichman', 'name': 'Jon Erlichman', 'id': '164425558'}]",,,, +1422313091568701442,1422166079380594688,2021-08-03 01:47:20 Arabian Standard Time,2021-08-03,01:47:20,+0400,44196397,elonmusk,Elon Musk,,@JonErlichman 2008 was an extremely tough year on every level,en,[],[],[],583,524,18704,[],[],https://twitter.com/elonmusk/status/1422313091568701442,False,,0,,,,,,,,"[{'screen_name': 'JonErlichman', 'name': 'Jon Erlichman', 'id': '164425558'}]",,,, +1422289151693672448,1422248117395595276,2021-08-03 00:12:13 Arabian Standard Time,2021-08-03,00:12:13,+0400,44196397,elonmusk,Elon Musk,,@tesla4k @MatanMazursky It was difficult,en,[],[],[],198,111,2748,[],[],https://twitter.com/elonmusk/status/1422289151693672448,False,,0,,,,,,,,"[{'screen_name': 'tesla4k', 'name': 'Legacy 🚗 & 🚀 are f**ked', 'id': '1132801218424655872'}, {'screen_name': 'MatanMazursky', 'name': 'Matan Mazursky', 'id': '634829740'}]",,,, +1422222995305676802,1422222995305676802,2021-08-02 19:49:20 Arabian Standard Time,2021-08-02,19:49:20,+0400,44196397,elonmusk,Elon Musk,,Raptors on Super Heavy https://t.co/jJy1vftHNB,en,[],[],['https://pbs.twimg.com/media/E7zARpUWEAI65OI.jpg'],14908,14178,206565,[],[],https://twitter.com/elonmusk/status/1422222995305676802,False,,1,https://pbs.twimg.com/media/E7zARpUWEAI65OI.jpg,,,,,,,[],,,, +1422210987965521929,1422127533336666121,2021-08-02 19:01:37 Arabian Standard Time,2021-08-02,19:01:37,+0400,44196397,elonmusk,Elon Musk,,"@Rainmaker1973 First birds weren’t real, now bugs aren’t real either!?",en,[],[],[],1069,749,19310,[],[],https://twitter.com/elonmusk/status/1422210987965521929,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1422006989576622089,1422006989576622089,2021-08-02 05:31:00 Arabian Standard Time,2021-08-02,05:31:00,+0400,44196397,elonmusk,Elon Musk,,Installing Starship booster engines for first orbital flight https://t.co/yhqrNFBclh,en,[],[],['https://pbs.twimg.com/media/E7v70YmWUAMMYrM.jpg'],11205,11590,204684,[],[],https://twitter.com/elonmusk/status/1422006989576622089,False,,1,https://pbs.twimg.com/media/E7v70YmWUAMMYrM.jpg,,,,,,,[],,,, +1421741676255657986,1421536303745839114,2021-08-01 11:56:44 Arabian Standard Time,2021-08-01,11:56:44,+0400,44196397,elonmusk,Elon Musk,,@NASASpaceflight Needs to be level & match booster fittings. We will find out on ~Tuesday.,en,[],[],[],516,291,6358,[],[],https://twitter.com/elonmusk/status/1421741676255657986,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1421634111979073536,1421455609174532097,2021-08-01 04:49:19 Arabian Standard Time,2021-08-01,04:49:19,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed I do spend a bit of time pontificating tbh,en,[],[],[],1611,1869,66921,[],[],https://twitter.com/elonmusk/status/1421634111979073536,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1421632498623188997,1421429190830837765,2021-08-01 04:42:54 Arabian Standard Time,2021-08-01,04:42:54,+0400,44196397,elonmusk,Elon Musk,,@Teslarati 👍,und,[],[],[],576,392,12437,[],[],https://twitter.com/elonmusk/status/1421632498623188997,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1421623898303565829,1421622513918955524,2021-08-01 04:08:44 Arabian Standard Time,2021-08-01,04:08:44,+0400,44196397,elonmusk,Elon Musk,,@tobyliiiiiiiiii It is inspired by Cyberpunk,en,[],[],[],399,317,8540,[],[],https://twitter.com/elonmusk/status/1421623898303565829,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +1421622513918955524,1421622513918955524,2021-08-01 04:03:14 Arabian Standard Time,2021-08-01,04:03:14,+0400,44196397,elonmusk,Elon Musk,,Neuralink company bar https://t.co/E9XICS5snk,en,[],[],[],20717,5300,73077,[],[],https://twitter.com/elonmusk/status/1421622513918955524,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1421616069815451648/pu/img/lnlwUsa9vEm9ve9A.jpg,,,,,,,[],,,, +1421602684709261317,1421557796051554319,2021-08-01 02:44:26 Arabian Standard Time,2021-08-01,02:44:26,+0400,44196397,elonmusk,Elon Musk,,"@cmuratori @ID_AA_Carmack Replacement rate is 2.1, so roughly 31 generations, but let’s try to avoid this!",en,[],[],[],174,96,2001,[],[],https://twitter.com/elonmusk/status/1421602684709261317,False,,0,,,,,,,,"[{'screen_name': 'cmuratori', 'name': 'Casey Muratori', 'id': '26452299'}, {'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1421597730976190468,1419145985180282882,2021-08-01 02:24:45 Arabian Standard Time,2021-08-01,02:24:45,+0400,44196397,elonmusk,Elon Musk,,@Sluigi123 It really is all about the journey!,en,[],[],[],203,184,2683,[],[],https://twitter.com/elonmusk/status/1421597730976190468,False,,0,,,,,,,,"[{'screen_name': 'Sluigi123', 'name': 'Mr. AI | 間ルイジ一 二三 💡', 'id': '2557626564'}]",,,, +1421593704213667855,1421584023927672835,2021-08-01 02:08:45 Arabian Standard Time,2021-08-01,02:08:45,+0400,44196397,elonmusk,Elon Musk,,@arctechinc We are doing releases every 2 weeks on Friday at midnight California time,en,[],[],[],368,369,6620,[],[],https://twitter.com/elonmusk/status/1421593704213667855,False,,0,,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +1421582130228891653,1421570729255002116,2021-08-01 01:22:46 Arabian Standard Time,2021-08-01,01:22:46,+0400,44196397,elonmusk,Elon Musk,,@Model3Owners 370 tons,en,[],[],[],222,153,4122,[],[],https://twitter.com/elonmusk/status/1421582130228891653,False,,0,,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1421575127846764548,1421541483195289604,2021-08-01 00:54:56 Arabian Standard Time,2021-08-01,00:54:56,+0400,44196397,elonmusk,Elon Musk,,@doge_southern @truth_tesla @ConsumerReports They do,en,[],[],[],103,65,1732,[],[],https://twitter.com/elonmusk/status/1421575127846764548,False,,0,,,,,,,,"[{'screen_name': 'doge_southern', 'name': 'SOUTHERN TESLA 10.10.2', 'id': '1382868660818219009'}, {'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}, {'screen_name': 'ConsumerReports', 'name': 'Consumer Reports', 'id': '16193528'}]",,,, +1421573785988309002,1421541483195289604,2021-08-01 00:49:36 Arabian Standard Time,2021-08-01,00:49:36,+0400,44196397,elonmusk,Elon Musk,,"@truth_tesla @ConsumerReports Reason we hustled so much to get Autopilot V1 out was that someone driving non-Autopilot Tesla fell asleep, crashed & killed cyclist (Tesla driver was uninjured). Driver nonetheless sued us saying new car smell made him fall asleep (sigh). Judge didn’t agree.",en,[],[],[],347,352,6260,[],[],https://twitter.com/elonmusk/status/1421573785988309002,False,,0,,,,,,,,"[{'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}, {'screen_name': 'ConsumerReports', 'name': 'Consumer Reports', 'id': '16193528'}]",,,, +1421570729255002116,1421570729255002116,2021-08-01 00:37:28 Arabian Standard Time,2021-08-01,00:37:28,+0400,44196397,elonmusk,Elon Musk,,Starbase is moving at Warp 9 https://t.co/p8F5Qqfl8T,en,[],[],"['https://pbs.twimg.com/media/E7pvCrOXIAMwzq8.jpg', 'https://pbs.twimg.com/media/E7pvCrMWEAA8I4h.jpg', 'https://pbs.twimg.com/media/E7pvCrbX0AQZJAu.jpg']",7794,7070,125839,[],[],https://twitter.com/elonmusk/status/1421570729255002116,False,,1,https://pbs.twimg.com/media/E7pvCrOXIAMwzq8.jpg,,,,,,,[],,,, +1421567416232984582,1421535795769393152,2021-08-01 00:24:18 Arabian Standard Time,2021-08-01,00:24:18,+0400,44196397,elonmusk,Elon Musk,,"@DavidNagySFgang @rocketry_catboy Indeed. Grid fin designs clearly work, but do they maximize payload? Good chance that they do not. Something with much more drag to reduce terminal velocity & so reduce landing propellant might have better performance. Not sure. Potential future optimization.",en,[],[],[],176,134,2365,[],[],https://twitter.com/elonmusk/status/1421567416232984582,False,,0,,,,,,,,"[{'screen_name': 'DavidNagySFgang', 'name': 'David Nagy', 'id': '1076522811873771520'}, {'screen_name': 'rocketry_catboy', 'name': 'catboy bebop', 'id': '1379893376296787969'}]",,,, +1421565872066416643,1421421219581022212,2021-08-01 00:18:09 Arabian Standard Time,2021-08-01,00:18:09,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog The Tesla AI predictions are swiftly becoming superhuman – its guesses for what it can’t see well feel like ESP. It has a vastly larger training set than any human & thinks only about driving.,en,[],[],[],336,501,5030,[],[],https://twitter.com/elonmusk/status/1421565872066416643,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1421564618258931715,1421421219581022212,2021-08-01 00:13:11 Arabian Standard Time,2021-08-01,00:13:11,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog There is always a lot of cleanup after a major code release. Beta 9.2 will be tight. Still some fundamentals to solve for Beta 10, but now that we’re pure vision, progress is much faster. Radar was holding us back.",en,[],[],[],295,380,5526,[],[],https://twitter.com/elonmusk/status/1421564618258931715,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1421562977392680967,1421523554881835010,2021-08-01 00:06:39 Arabian Standard Time,2021-08-01,00:06:39,+0400,44196397,elonmusk,Elon Musk,,@alandail @nextspaceflight Will post once we have a decent simulation. Our first design will probably be far from the bullseye.,en,[],[],[],139,115,2748,[],[],https://twitter.com/elonmusk/status/1421562977392680967,False,,0,,,,,,,,"[{'screen_name': 'alandail', 'name': 'Alan Dail⚡️🔋🇺🇦', 'id': '162234035'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +1421562270321098755,1421523554881835010,2021-08-01 00:03:51 Arabian Standard Time,2021-08-01,00:03:51,+0400,44196397,elonmusk,Elon Musk,,"@nextspaceflight Stage Zero, which is everything needed to launch & catch the rocket, is at least as hard as the booster or ship",en,[],[],[],215,255,5895,[],[],https://twitter.com/elonmusk/status/1421562270321098755,False,,0,,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +1421561440541024259,1421191181162094596,2021-08-01 00:00:33 Arabian Standard Time,2021-08-01,00:00:33,+0400,44196397,elonmusk,Elon Musk,,"@WDWSpeakers @WholeMarsBlog PC desktop with latest graphics card, although I have a Mac too. Gigabyte laptop.",en,[],[],[],151,86,1950,[],[],https://twitter.com/elonmusk/status/1421561440541024259,False,,0,,,,,,,,"[{'screen_name': 'WDWSpeakers', 'name': 'WDW Street Light Speakers', 'id': '2626161383'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1421507539951304708,1421385356004499462,2021-07-31 20:26:22 Arabian Standard Time,2021-07-31,20:26:22,+0400,44196397,elonmusk,Elon Musk,,@rhensing @arctechinc Two weeks (actually),en,[],[],[],252,108,2127,[],[],https://twitter.com/elonmusk/status/1421507539951304708,False,,0,,,,,,,,"[{'screen_name': 'rhensing', 'name': 'Ælectric Cyberfarmer', 'id': '17808423'}, {'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +1421502164082597889,1421423853985697801,2021-07-31 20:05:00 Arabian Standard Time,2021-07-31,20:05:00,+0400,44196397,elonmusk,Elon Musk,,@EliBurton_ Yup,und,[],[],[],274,127,3096,[],[],https://twitter.com/elonmusk/status/1421502164082597889,False,,0,,,,,,,,"[{'screen_name': 'EliBurton_', 'name': 'Eli Burton', 'id': '1060049746713182208'}]",,,, +1421500900875644929,1421455365867294722,2021-07-31 19:59:59 Arabian Standard Time,2021-07-31,19:59:59,+0400,44196397,elonmusk,Elon Musk,,@ErcXspace @SpacePadreIsle @Erdayastronaut A wheel of cheese,en,[],[],[],423,218,4687,[],[],https://twitter.com/elonmusk/status/1421500900875644929,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1421493889911906308,1421455365867294722,2021-07-31 19:32:08 Arabian Standard Time,2021-07-31,19:32:08,+0400,44196397,elonmusk,Elon Musk,,@ErcXspace @SpacePadreIsle @Erdayastronaut Yes,und,[],[],[],444,207,7347,[],[],https://twitter.com/elonmusk/status/1421493889911906308,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1421398959927578628,1421395561324896257,2021-07-31 13:14:55 Arabian Standard Time,2021-07-31,13:14:55,+0400,44196397,elonmusk,Elon Musk,,Snatched from the sky by Mechazilla,en,[],[],[],2156,1364,50791,[],[],https://twitter.com/elonmusk/status/1421398959927578628,False,,0,,,,,,,,[],,,, +1421395561324896257,1421395561324896257,2021-07-31 13:01:24 Arabian Standard Time,2021-07-31,13:01:24,+0400,44196397,elonmusk,Elon Musk,, https://t.co/bCgBY8Iv5n,und,[],[],['https://pbs.twimg.com/media/E7nPutZWYAQERzg.jpg'],16691,15071,259852,[],[],https://twitter.com/elonmusk/status/1421395561324896257,False,,1,https://pbs.twimg.com/media/E7nPutZWYAQERzg.jpg,,,,,,,[],,,, +1421394796116054019,1421374728581832710,2021-07-31 12:58:22 Arabian Standard Time,2021-07-31,12:58:22,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @SpaceX Hadn’t showered in several days. We are going hardcore with Starbase Surge.,en,[],[],[],848,596,13986,[],[],https://twitter.com/elonmusk/status/1421394796116054019,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1421359654068703235,1421353468921618434,2021-07-31 10:38:43 Arabian Standard Time,2021-07-31,10:38:43,+0400,44196397,elonmusk,Elon Musk,,@edjomko @SamTwits It is pitch black. You are likely to be eaten by a grue.,en,[],[],[],254,112,2370,[],[],https://twitter.com/elonmusk/status/1421359654068703235,False,,0,,,,,,,,"[{'screen_name': 'edjomko', 'name': 'nabisko', 'id': '124504111'}, {'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}]",,,, +1421325748158312458,1421156064360378371,2021-07-31 08:23:59 Arabian Standard Time,2021-07-31,08:23:59,+0400,44196397,elonmusk,Elon Musk,,"@SawyerMerritt Tesla policy is never to give in to false claims, even if we would lose, and never to fight true claims, even if we would win.",en,[],[],[],504,860,10594,[],[],https://twitter.com/elonmusk/status/1421325748158312458,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1421324932076773378,1421156064360378371,2021-07-31 08:20:45 Arabian Standard Time,2021-07-31,08:20:45,+0400,44196397,elonmusk,Elon Musk,,"@SawyerMerritt If we are wrong, we are wrong. In this case, we were.",en,[],[],[],1057,1375,42407,[],[],https://twitter.com/elonmusk/status/1421324932076773378,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1421323838651043841,1421139756222619660,2021-07-31 08:16:24 Arabian Standard Time,2021-07-31,08:16:24,+0400,44196397,elonmusk,Elon Musk,,"@doge_southern @markgurman @tim_cook Yeah, Liftoff is solid",en,[],[],[],105,95,2033,[],[],https://twitter.com/elonmusk/status/1421323838651043841,False,,0,,,,,,,,"[{'screen_name': 'doge_southern', 'name': 'SOUTHERN TESLA', 'id': '1382868660818219009'}, {'screen_name': 'markgurman', 'name': 'Mark Gurman', 'id': '15958614'}, {'screen_name': 'tim_cook', 'name': 'Tim Cook', 'id': '1636590253'}]",,,, +1421314160395235328,1421254246322774017,2021-07-31 07:37:57 Arabian Standard Time,2021-07-31,07:37:57,+0400,44196397,elonmusk,Elon Musk,,@MarcusHouse !!,und,[],[],[],325,188,6050,[],[],https://twitter.com/elonmusk/status/1421314160395235328,False,,0,,,,,,,,"[{'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}]",,,, +1421245561898815492,1421244227820965889,2021-07-31 03:05:22 Arabian Standard Time,2021-07-31,03:05:22,+0400,44196397,elonmusk,Elon Musk,,"@flcnhvy Indeed. Both Cook & I have been clear publicly that we have never spoken or otherwise communicated. I tried to speak to him & he declined. Nor have I ever expressed any interest in running Apple to anyone. Cook is, all things considered, obviously doing an incredible job.",en,[],[],[],500,355,6966,[],[],https://twitter.com/elonmusk/status/1421245561898815492,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1421243307183595525,1421215713457475588,2021-07-31 02:56:24 Arabian Standard Time,2021-07-31,02:56:24,+0400,44196397,elonmusk,Elon Musk,,@AdrianoinJapan @PolarStarRose He does like to play with my phone. There are many confusing videos he has taken.,en,[],[],[],504,268,15484,[],[],https://twitter.com/elonmusk/status/1421243307183595525,False,,0,,,,,,,,"[{'screen_name': 'AdrianoinJapan', 'name': 'Adriano', 'id': '1064617566'}, {'screen_name': 'PolarStarRose', 'name': 'Rebecca', 'id': '1284892387614101504'}]",,,, +1421241066150268932,1421215713457475588,2021-07-31 02:47:30 Arabian Standard Time,2021-07-31,02:47:30,+0400,44196397,elonmusk,Elon Musk,,"@PolarStarRose Sorry, accidental tap!",en,[],[],[],6392,8643,205057,[],[],https://twitter.com/elonmusk/status/1421241066150268932,False,,0,,,,,,,,"[{'screen_name': 'PolarStarRose', 'name': 'Rebecca', 'id': '1284892387614101504'}]",,,, +1421211930497331203,1421191181162094596,2021-07-31 00:51:43 Arabian Standard Time,2021-07-31,00:51:43,+0400,44196397,elonmusk,Elon Musk,,"@JeffTutorials @WholeMarsBlog That’s arguably a security issue, but allowing companies to use other payment options, especially for in-app purchases would be fair. As soon as they allowed that, they would have to lower their fees. As for the cost of reviewing apps for security, a fixed fee makes sense.",en,[],[],[],232,165,2926,[],[],https://twitter.com/elonmusk/status/1421211930497331203,False,,0,,,,,,,,"[{'screen_name': 'JeffTutorials', 'name': 'Jeff 💙✌️', 'id': '2694154514'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1421209433519050760,1421191181162094596,2021-07-31 00:41:48 Arabian Standard Time,2021-07-31,00:41:48,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Normally, competitive pressure would force Apple to lower fees, but Apple & Android have a duopoly on phones. When interface familiarity is taken into account, it’s basically a monopoly. The effective 30% sales tax Apple charges is hidden from users or there would be an outcry.",en,[],[],[],361,393,4462,[],[],https://twitter.com/elonmusk/status/1421209433519050760,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1421206105720557575,1421139756222619660,2021-07-31 00:28:34 Arabian Standard Time,2021-07-31,00:28:34,+0400,44196397,elonmusk,Elon Musk,,@billhuang688 @JamesClayton5 @markgurman @tim_cook I don’t want to be CEO of anything,en,[],[],[],756,511,7326,[],[],https://twitter.com/elonmusk/status/1421206105720557575,False,,0,,,,,,,,"[{'screen_name': 'billhuang688', 'name': '𝐁𝐨𝐠𝐮𝐬𝐓𝐡𝐨𝐮𝐠𝐡𝐭 - TITS, Texas', 'id': '1266489338675646464'}, {'screen_name': 'JamesClayton5', 'name': 'James Clayton', 'id': '360599486'}, {'screen_name': 'markgurman', 'name': 'Mark Gurman', 'id': '15958614'}, {'screen_name': 'tim_cook', 'name': 'Tim Cook', 'id': '1636590253'}]",,,, +1421205437827928072,1421191181162094596,2021-07-31 00:25:55 Arabian Standard Time,2021-07-31,00:25:55,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @WholeMarsBlog Top feature request for sure,en,[],[],[],164,95,2507,[],[],https://twitter.com/elonmusk/status/1421205437827928072,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1421203369058787332,1421191181162094596,2021-07-31 00:17:42 Arabian Standard Time,2021-07-31,00:17:42,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Actually, I like & use Apple products. They are just obviously overcharging with App Store. I mean 30% fees for doing almost zero incremental work is completely unreasonable. Epic wouldn’t bother processing their own payments if App Store fees were fair.",en,[],[],[],745,824,14872,[],[],https://twitter.com/elonmusk/status/1421203369058787332,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1421155803223011333,1421147965033488390,2021-07-30 21:08:41 Arabian Standard Time,2021-07-30,21:08:41,+0400,44196397,elonmusk,Elon Musk,,@spacex360 GAO 💪,und,[],[],[],632,463,10193,[],[],https://twitter.com/elonmusk/status/1421155803223011333,False,,0,,,,,,,,"[{'screen_name': 'spacex360', 'name': 'Everything SpaceX', 'id': '1270394714450268160'}]",,,, +1421152540394143746,1421152540394143746,2021-07-30 20:55:44 Arabian Standard Time,2021-07-30,20:55:44,+0400,44196397,elonmusk,Elon Musk,,Apple app store fees are a de facto global tax on the Internet. Epic is right.,en,[],[],[],16195,16695,230685,[],[],https://twitter.com/elonmusk/status/1421152540394143746,False,,0,,,,,,,,[],,,, +1421150913075503112,1421139756222619660,2021-07-30 20:49:16 Arabian Standard Time,2021-07-30,20:49:16,+0400,44196397,elonmusk,Elon Musk,,@JamesClayton5 @markgurman @tim_cook Cook & I have never spoken or written to each other ever. There was a point where I requested to meet with Cook to talk about Apple buying Tesla. There were no conditions of acquisition proposed whatsoever. He refused to meet. Tesla was worth about 6% of today’s value.,en,[],[],[],377,739,6727,[],[],https://twitter.com/elonmusk/status/1421150913075503112,False,,0,,,,,,,,"[{'screen_name': 'JamesClayton5', 'name': 'James Clayton', 'id': '360599486'}, {'screen_name': 'markgurman', 'name': 'Mark Gurman', 'id': '15958614'}, {'screen_name': 'tim_cook', 'name': 'Tim Cook', 'id': '1636590253'}]",,,, +1421145405530771458,1421139756222619660,2021-07-30 20:27:22 Arabian Standard Time,2021-07-30,20:27:22,+0400,44196397,elonmusk,Elon Musk,,@markgurman @tim_cook Higgins managed to make his book both false *and* boring 🤣🤣,en,[],[],[],210,284,4715,[],[],https://twitter.com/elonmusk/status/1421145405530771458,False,,0,,,,,,,,"[{'screen_name': 'markgurman', 'name': 'Mark Gurman', 'id': '15958614'}, {'screen_name': 'tim_cook', 'name': 'Tim Cook', 'id': '1636590253'}]",,,, +1421128966941839366,1421122813008678914,2021-07-30 19:22:03 Arabian Standard Time,2021-07-30,19:22:03,+0400,44196397,elonmusk,Elon Musk,,@muratpak @archillect Maximum set of possible future actions,en,[],[],[],1482,3039,44136,[],[],https://twitter.com/elonmusk/status/1421128966941839366,False,,0,,,,,,,,"[{'screen_name': 'muratpak', 'name': 'Pak', 'id': '96770474'}, {'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1421118777303912450,1421085702939418627,2021-07-30 18:41:34 Arabian Standard Time,2021-07-30,18:41:34,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @ResidentSponge Only thing beyond ludicrous is Plaid,en,[],[],[],497,367,6457,[],[],https://twitter.com/elonmusk/status/1421118777303912450,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1420980389829566467,1420924376074145793,2021-07-30 09:31:40 Arabian Standard Time,2021-07-30,09:31:40,+0400,44196397,elonmusk,Elon Musk,,@OttogiBeefCurry @waitbutwhy Haha,tl,[],[],[],168,51,1618,[],[],https://twitter.com/elonmusk/status/1420980389829566467,False,,0,,,,,,,,"[{'screen_name': 'OttogiBeefCurry', 'name': 'Wes Townsend', 'id': '518830793'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1420970469516263426,1420970469516263426,2021-07-30 08:52:14 Arabian Standard Time,2021-07-30,08:52:14,+0400,44196397,elonmusk,Elon Musk,,Prometheus Unbound https://t.co/mlagF9mUUb,en,[],[],['https://pbs.twimg.com/media/E7hNG_4WQAgUiYN.jpg'],11644,12718,196049,[],[],https://twitter.com/elonmusk/status/1420970469516263426,False,,1,https://pbs.twimg.com/media/E7hNG_4WQAgUiYN.jpg,,,,,,,[],,,, +1420966957080326144,1420966557811765254,2021-07-30 08:38:17 Arabian Standard Time,2021-07-30,08:38:17,+0400,44196397,elonmusk,Elon Musk,,@PPathole @Tesla Exactly,en,[],[],[],572,406,15241,[],[],https://twitter.com/elonmusk/status/1420966957080326144,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1420962512238006279,1420902868245114880,2021-07-30 08:20:37 Arabian Standard Time,2021-07-30,08:20:37,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog A lot,en,[],[],[],277,238,4063,[],[],https://twitter.com/elonmusk/status/1420962512238006279,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1420961837479305225,1420902868245114880,2021-07-30 08:17:56 Arabian Standard Time,2021-07-30,08:17:56,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog This should be clear to anyone who has experienced the FSD beta evolution. Self-driving requires solving a major part of real-world AI, so it’s an insanely hard problem, but Tesla is getting it done. AI Day will be great.",en,[],[],[],416,554,8244,[],[],https://twitter.com/elonmusk/status/1420961837479305225,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1420901236862291968,1420898188890939397,2021-07-30 04:17:08 Arabian Standard Time,2021-07-30,04:17:08,+0400,44196397,elonmusk,Elon Musk,,@WorldAndScience We are a pattern of ancient atoms,en,[],[],[],1435,1751,32886,[],[],https://twitter.com/elonmusk/status/1420901236862291968,False,,0,,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1420885869603475457,1420882323965415424,2021-07-30 03:16:04 Arabian Standard Time,2021-07-30,03:16:04,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @thesheetztweetz @BryceSpaceTech @SpaceX @roscosmos @Arianespace @ArianeGroup @northropgrumman @RocketLab @ulalaunch @VirginOrbit @torybruno Mass to orbit is the fundamental metric for making life multiplanetary,en,[],[],[],288,197,3350,[],[],https://twitter.com/elonmusk/status/1420885869603475457,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'BryceSpaceTech', 'name': 'BryceTech', 'id': '1278436310'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}, {'screen_name': 'Arianespace', 'name': 'Arianespace', 'id': '249165540'}, {'screen_name': 'ArianeGroup', 'name': 'ArianeGroup', 'id': '4112496291'}, {'screen_name': 'northropgrumman', 'name': 'Northrop Grumman', 'id': '15840909'}, {'screen_name': 'RocketLab', 'name': 'Rocket Lab', 'id': '91145174'}, {'screen_name': 'ulalaunch', 'name': 'ULA', 'id': '22845770'}, {'screen_name': 'VirginOrbit', 'name': 'Virgin Orbit', 'id': '804794734472331264'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}]",,,, +1420883974780510211,1420882323965415424,2021-07-30 03:08:32 Arabian Standard Time,2021-07-30,03:08:32,+0400,44196397,elonmusk,Elon Musk,,@thesheetztweetz @BryceSpaceTech @SpaceX @roscosmos @Arianespace @ArianeGroup @northropgrumman @RocketLab @ulalaunch @VirginOrbit @torybruno Upmass is what matters. One Starship will lift what all Falcons did in Q2 on a single flight.,en,[],[],[],226,275,4708,[],[],https://twitter.com/elonmusk/status/1420883974780510211,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'BryceSpaceTech', 'name': 'BryceTech', 'id': '1278436310'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}, {'screen_name': 'Arianespace', 'name': 'Arianespace', 'id': '249165540'}, {'screen_name': 'ArianeGroup', 'name': 'ArianeGroup', 'id': '4112496291'}, {'screen_name': 'northropgrumman', 'name': 'Northrop Grumman', 'id': '15840909'}, {'screen_name': 'RocketLab', 'name': 'Rocket Lab', 'id': '91145174'}, {'screen_name': 'ulalaunch', 'name': 'ULA', 'id': '22845770'}, {'screen_name': 'VirginOrbit', 'name': 'Virgin Orbit', 'id': '804794734472331264'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}]",,,, +1420856870856798208,1420507002015338496,2021-07-30 01:20:50 Arabian Standard Time,2021-07-30,01:20:50,+0400,44196397,elonmusk,Elon Musk,,@archeohistories Wow,und,[],[],[],831,417,17853,[],[],https://twitter.com/elonmusk/status/1420856870856798208,False,,0,,,,,,,,"[{'screen_name': 'archeohistories', 'name': 'Archaeo - Histories', 'id': '2827076514'}]",,,, +1420838068207169536,1420834482316320771,2021-07-30 00:06:08 Arabian Standard Time,2021-07-30,00:06:08,+0400,44196397,elonmusk,Elon Musk,,"@austinbarnard45 Indeed, there are some giant mosquitoes around here!",en,[],[],[],752,296,9096,[],[],https://twitter.com/elonmusk/status/1420838068207169536,False,,0,,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +1420834629523845124,1420822823631671296,2021-07-29 23:52:28 Arabian Standard Time,2021-07-29,23:52:28,+0400,44196397,elonmusk,Elon Musk,,@DJSnM So many tubes …,en,[],[],[],448,173,7286,[],[],https://twitter.com/elonmusk/status/1420834629523845124,False,,0,,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +1420826978102435845,1420821370221604864,2021-07-29 23:22:03 Arabian Standard Time,2021-07-29,23:22:03,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut Raptor V2.0 is a major improvement in simplication, while also increasing thrust from ~185 tons to ~230 tons. Long-term goal is engine cost below $1000/ton of thrust.",en,[],[],[],261,389,7377,[],[],https://twitter.com/elonmusk/status/1420826978102435845,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1420826187123896321,1420821370221604864,2021-07-29 23:18:55 Arabian Standard Time,2021-07-29,23:18:55,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut And that’s just the primary fuel lines! The maze of secondary plumbing & wiring is our greatest concern.,en,[],[],[],337,322,8226,[],[],https://twitter.com/elonmusk/status/1420826187123896321,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1420824327235198985,1420819718701780995,2021-07-29 23:11:31 Arabian Standard Time,2021-07-29,23:11:31,+0400,44196397,elonmusk,Elon Musk,,"@Jaydev_Chauhan_ Yeah, SpaceX team is cranking hard!",en,[],[],[],267,207,5864,[],[],https://twitter.com/elonmusk/status/1420824327235198985,False,,0,,,,,,,,"[{'screen_name': 'Jaydev_Chauhan_', 'name': 'JAYD☰V Chauhan', 'id': '115330812'}]",,,, +1420820727629033479,1420819718701780995,2021-07-29 22:57:13 Arabian Standard Time,2021-07-29,22:57:13,+0400,44196397,elonmusk,Elon Musk,,@fragdemented I mean of course,en,[],[],[],179,125,5620,[],[],https://twitter.com/elonmusk/status/1420820727629033479,False,,0,,,,,,,,"[{'screen_name': 'fragdemented', 'name': 'J-Man', 'id': '246045309'}]",,,, +1420819718701780995,1420819718701780995,2021-07-29 22:53:13 Arabian Standard Time,2021-07-29,22:53:13,+0400,44196397,elonmusk,Elon Musk,,Completing feed system for 29 Raptor rocket engines on Super Heavy Booster https://t.co/uARWx2HYTr,en,[],[],['https://pbs.twimg.com/media/E7fEAKSWQAEnWtX.jpg'],9259,8185,122322,[],[],https://twitter.com/elonmusk/status/1420819718701780995,False,,1,https://pbs.twimg.com/media/E7fEAKSWQAEnWtX.jpg,,,,,,,[],,,, +1420815986379436035,1420728361018613773,2021-07-29 22:38:23 Arabian Standard Time,2021-07-29,22:38:23,+0400,44196397,elonmusk,Elon Musk,,@AustinTeslaClub @Tesla @FutureJurvetson @TeslaForThe_Win @TeslaNY @EvaFoxU @co_tesla @Gf4Tesla @bentv_sh @gailalfa1 Feels so long ago,en,[],[],[],290,177,5455,[],[],https://twitter.com/elonmusk/status/1420815986379436035,False,,0,,,,,,,,"[{'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'FutureJurvetson', 'name': 'Steve Jurvetson', 'id': '125499355'}, {'screen_name': 'TeslaForThe_Win', 'name': 'SomePeopleCallMeTheSpaceCowboy 🤟 🇺🇦 🤟', 'id': '1063252578878803968'}, {'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'co_tesla', 'name': 'Tesla Owners Mexico 🇲🇽', 'id': '1266456614242000896'}, {'screen_name': 'Gf4Tesla', 'name': 'Gigafactory Berlin-Brandenburg ✊️🇺🇦', 'id': '1195032280915480577'}, {'screen_name': 'bentv_sh', 'name': '乌瓦', 'id': '735545167'}]",,,, +1420791123895898122,1419825607622500352,2021-07-29 20:59:35 Arabian Standard Time,2021-07-29,20:59:35,+0400,44196397,elonmusk,Elon Musk,,@ajtourville @lexfridman Haha true. I talked to my friends about electric cars constantly in college.,en,[],[],[],239,150,2662,[],[],https://twitter.com/elonmusk/status/1420791123895898122,False,,0,,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1420788880224231428,1420649811401797633,2021-07-29 20:50:40 Arabian Standard Time,2021-07-29,20:50:40,+0400,44196397,elonmusk,Elon Musk,,@Peter_J_Beck Congrats!,en,[],[],[],318,166,6161,[],[],https://twitter.com/elonmusk/status/1420788880224231428,False,,0,,,,,,,,"[{'screen_name': 'Peter_J_Beck', 'name': 'Peter Beck', 'id': '976574172468936704'}]",,,, +1420787579725750273,1420780931779018761,2021-07-29 20:45:30 Arabian Standard Time,2021-07-29,20:45:30,+0400,44196397,elonmusk,Elon Musk,,@Rogozin Congratulations!,en,[],[],[],113,84,2242,[],[],https://twitter.com/elonmusk/status/1420787579725750273,False,,0,,,,,,,,"[{'screen_name': 'Rogozin', 'name': 'РОГОЗИН', 'id': '36980694'}]",,,, +1420774030739714049,1420551551811301380,2021-07-29 19:51:40 Arabian Standard Time,2021-07-29,19:51:40,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog @AaronS5_ True,en,[],[],[],224,88,2458,[],[],https://twitter.com/elonmusk/status/1420774030739714049,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'AaronS5_', 'name': 'Aaron', 'id': '1009074200546566144'}]",,,, +1420774001434103810,1420551551811301380,2021-07-29 19:51:33 Arabian Standard Time,2021-07-29,19:51:33,+0400,44196397,elonmusk,Elon Musk,,@AaronS5_ Yeah,en,[],[],[],403,193,9431,[],[],https://twitter.com/elonmusk/status/1420774001434103810,False,,0,,,,,,,,"[{'screen_name': 'AaronS5_', 'name': 'Aaron', 'id': '1009074200546566144'}]",,,, +1420654035208740864,1420417544528171008,2021-07-29 11:54:51 Arabian Standard Time,2021-07-29,11:54:51,+0400,44196397,elonmusk,Elon Musk,,@OpenAI Dojo is designed for NN training. No emulation needed.,en,[],[],[],611,433,5873,[],[],https://twitter.com/elonmusk/status/1420654035208740864,False,,0,,,,,,,,"[{'screen_name': 'OpenAI', 'name': 'OpenAI', 'id': '4398626122'}]",,,, +1420607874762518528,1420595983088381955,2021-07-29 08:51:25 Arabian Standard Time,2021-07-29,08:51:25,+0400,44196397,elonmusk,Elon Musk,,@stevenmarkryan Convincing the best AI talent to join Tesla is the sole goal,en,[],[],[],568,564,9958,[],[],https://twitter.com/elonmusk/status/1420607874762518528,False,,0,,,,,,,,"[{'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}]",,,, +1420594788567601152,1420594788567601152,2021-07-29 07:59:25 Arabian Standard Time,2021-07-29,07:59:25,+0400,44196397,elonmusk,Elon Musk,,Tesla AI Day August 19th,en,[],[],[],15103,12131,180888,[],[],https://twitter.com/elonmusk/status/1420594788567601152,False,,0,,,,,,,,[],,,, +1420590556229640194,1420572312227692544,2021-07-29 07:42:36 Arabian Standard Time,2021-07-29,07:42:36,+0400,44196397,elonmusk,Elon Musk,,@itsALLrisky @Teslarati 🤔,und,[],[],[],288,154,2938,[],[],https://twitter.com/elonmusk/status/1420590556229640194,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1420581786673946629,1420417666611912707,2021-07-29 07:07:45 Arabian Standard Time,2021-07-29,07:07:45,+0400,44196397,elonmusk,Elon Musk,,@brookssterritt @Liv_Boeree Nice,en,[],[],[],282,169,8972,[],[],https://twitter.com/elonmusk/status/1420581786673946629,False,,0,,,,,,,,"[{'screen_name': 'brookssterritt', 'name': '.', 'id': '1476855561245310979'}, {'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}]",,,, +1420577701673553931,1420461879642755083,2021-07-29 06:51:31 Arabian Standard Time,2021-07-29,06:51:31,+0400,44196397,elonmusk,Elon Musk,,"@WR4NYGov Haha ok, I will do the Tesla shareholder meeting in a posh British accent",en,[],[],[],976,1000,34565,[],[],https://twitter.com/elonmusk/status/1420577701673553931,False,,0,,,,,,,,"[{'screen_name': 'WR4NYGov', 'name': 'Warren Redlich - Come and Take It - Molon TSLA', 'id': '108365454'}]",,,, +1420574209198202880,1420572312227692544,2021-07-29 06:37:39 Arabian Standard Time,2021-07-29,06:37:39,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati These guys are either shady, 🥜 or both. I mean seriously there’s a long list of companies to pick on before Tesla …",en,[],[],[],737,510,9421,[],[],https://twitter.com/elonmusk/status/1420574209198202880,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1420530712382300160,1420436604842299394,2021-07-29 03:44:48 Arabian Standard Time,2021-07-29,03:44:48,+0400,44196397,elonmusk,Elon Musk,,"@SawyerMerritt At this point, just count atoms & dispense with nm",en,[],[],[],373,262,6454,[],[],https://twitter.com/elonmusk/status/1420530712382300160,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1420529868404518913,1420267443436462082,2021-07-29 03:41:27 Arabian Standard Time,2021-07-29,03:41:27,+0400,44196397,elonmusk,Elon Musk,,"@heydave7 We don’t have that many Bitcoin, but it’s close",en,[],[],[],3319,1305,25526,[],[],https://twitter.com/elonmusk/status/1420529868404518913,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1420460208472481792,1420405025478742021,2021-07-28 23:04:39 Arabian Standard Time,2021-07-28,23:04:39,+0400,44196397,elonmusk,Elon Musk,,@NicAnsuini 😉,und,[],[],[],581,198,6209,[],[],https://twitter.com/elonmusk/status/1420460208472481792,False,,0,,,,,,,,"[{'screen_name': 'NicAnsuini', 'name': 'Nic Ansuini', 'id': '899709853349933057'}]",,,, +1420458284268457987,1420446653824258050,2021-07-28 22:57:00 Arabian Standard Time,2021-07-28,22:57:00,+0400,44196397,elonmusk,Elon Musk,,@WatchersTank @LabPadre Congrats SpaceX tower team & supporting contractors!,en,[],[],[],283,341,7629,[],[],https://twitter.com/elonmusk/status/1420458284268457987,False,,0,,,,,,,,"[{'screen_name': 'WatchersTank', 'name': 'TankWatchers', 'id': '1352212034704846848'}, {'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +1420430105780891655,1420416925713133570,2021-07-28 21:05:02 Arabian Standard Time,2021-07-28,21:05:02,+0400,44196397,elonmusk,Elon Musk,,"@DJSnM Orbital precession takes a long time. With Starship & Starlink V2.0, hopefully we can direct inject to target orbit.",en,[],[],[],446,334,7599,[],[],https://twitter.com/elonmusk/status/1420430105780891655,False,,0,,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +1420251936444588036,1420251936444588036,2021-07-28 09:17:03 Arabian Standard Time,2021-07-28,09:17:03,+0400,44196397,elonmusk,Elon Musk,,Haha https://t.co/pPLZGxITce,tl,[],[],['https://pbs.twimg.com/media/E7W_m9dXEAANXNt.jpg'],13361,11195,202503,[],[],https://twitter.com/elonmusk/status/1420251936444588036,False,,1,https://pbs.twimg.com/media/E7W_m9dXEAANXNt.jpg,,,,,,,[],,,, +1420086785812611074,1419749364105285651,2021-07-27 22:20:48 Arabian Standard Time,2021-07-27,22:20:48,+0400,44196397,elonmusk,Elon Musk,,@TroyRubert @SamTwits @engineers_feed I am already chewing on so much glass that I have chipmunk cheeks!,en,[],[],[],820,227,3959,[],[],https://twitter.com/elonmusk/status/1420086785812611074,False,,0,,,,,,,,"[{'screen_name': 'TroyRubert', 'name': 'Dogey McDogeface', 'id': '275218718'}, {'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1420086331150110720,1419749364105285651,2021-07-27 22:18:59 Arabian Standard Time,2021-07-27,22:18:59,+0400,44196397,elonmusk,Elon Musk,,@SamTwits @engineers_feed I’m so dying to do a supersonic vtol electric jet! But I already have way too much on my plate. Any more work and my brain will explode.,en,[],[],[],551,425,5003,[],[],https://twitter.com/elonmusk/status/1420086331150110720,False,,0,,,,,,,,"[{'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1420084028099661828,1419979704115896323,2021-07-27 22:09:50 Arabian Standard Time,2021-07-27,22:09:50,+0400,44196397,elonmusk,Elon Musk,,"@DimaZeniuk @truth_tesla That’s a low bar. Carmakers have never valued software engineering highly, although VW is trying to change that. I personally wrote software for 20 years & have huge respect for software engineers. Tesla is on par with best software companies & is leader in real world AI.",en,[],[],[],264,581,5271,[],[],https://twitter.com/elonmusk/status/1420084028099661828,False,,0,,,,,,,,"[{'screen_name': 'DimaZeniuk', 'name': 'Dima Zeniuk 🇺🇦', 'id': '1198495865301864448'}, {'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}]",,,, +1420081643293974528,1419979704115896323,2021-07-27 22:00:22 Arabian Standard Time,2021-07-27,22:00:22,+0400,44196397,elonmusk,Elon Musk,,"@truth_tesla Tesla software team is excellent even when compared to the best software companies. This is a big deal, as cars are very much computers on wheels.",en,[],[],[],361,609,7965,[],[],https://twitter.com/elonmusk/status/1420081643293974528,False,,0,,,,,,,,"[{'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}]",,,, +1420031555653799948,1419758810575474689,2021-07-27 18:41:20 Arabian Standard Time,2021-07-27,18:41:20,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @Tesla Great work by Tesla Giga Berlin team & supporting contractors!,en,[],[],[],794,791,25059,[],[],https://twitter.com/elonmusk/status/1420031555653799948,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1419909753250238483,1419691145110724608,2021-07-27 10:37:20 Arabian Standard Time,2021-07-27,10:37:20,+0400,44196397,elonmusk,Elon Musk,,@SpaceXMR 🤣,und,[],[],[],607,385,13134,[],[],https://twitter.com/elonmusk/status/1419909753250238483,False,,0,,,,,,,,"[{'screen_name': 'SpaceXMR', 'name': 'r/SpaceXMasterrace', 'id': '1004697063974633472'}]",,,, +1419885030055292945,1419825607622500352,2021-07-27 08:59:06 Arabian Standard Time,2021-07-27,08:59:06,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @itsALLrisky Good thread,en,[],[],[],262,121,2393,[],[],https://twitter.com/elonmusk/status/1419885030055292945,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1419884739117395975,1419804719594180643,2021-07-27 08:57:56 Arabian Standard Time,2021-07-27,08:57:56,+0400,44196397,elonmusk,Elon Musk,,@stevenmarkryan @heydave7 @TeslaPodcast @MartinViecha Fair enough,en,[],[],[],330,215,6279,[],[],https://twitter.com/elonmusk/status/1419884739117395975,False,,0,,,,,,,,"[{'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}, {'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}, {'screen_name': 'TeslaPodcast', 'name': 'Rob Maurer', 'id': '898021206967951360'}, {'screen_name': 'MartinViecha', 'name': 'Martin Viecha', 'id': '319083083'}]",,,, +1419832971767558159,1419825607622500352,2021-07-27 05:32:14 Arabian Standard Time,2021-07-27,05:32:14,+0400,44196397,elonmusk,Elon Musk,,@itsALLrisky And that’s just for Earth! Mars has zero human population. We need a lot of people to become a multiplanet civilization.,en,[],[],[],1721,878,11152,[],[],https://twitter.com/elonmusk/status/1419832971767558159,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1419825607622500352,1419825607622500352,2021-07-27 05:02:58 Arabian Standard Time,2021-07-27,05:02:58,+0400,44196397,elonmusk,Elon Musk,,Population collapse is potentially the greatest risk to the future of civilization https://t.co/VVN8kElTlS,en,[],['https://www.wsj.com/articles/u-s-population-growth-slows-birth-rate-decline-economic-risk-11627231536?ns=prod/accounts-wsj'],[],17965,7858,69637,[],[],https://twitter.com/elonmusk/status/1419825607622500352,False,,0,,,,,,,,[],,,, +1419810724860338179,1419781620828082176,2021-07-27 04:03:50 Arabian Standard Time,2021-07-27,04:03:50,+0400,44196397,elonmusk,Elon Musk,,"@skorusARK Cars today are far more complex than Model T, with a global supply chain that is vulnerable to force majeure risk. Like Model T, supply chain for battery EVs simply doesn’t exist at massive scale, so must be built in parallel. Ideas are easy, production is hard.",en,[],[],[],467,496,8589,[],[],https://twitter.com/elonmusk/status/1419810724860338179,False,,0,,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1419797581891350539,1419780506380558338,2021-07-27 03:11:36 Arabian Standard Time,2021-07-27,03:11:36,+0400,44196397,elonmusk,Elon Musk,,"@Gfilche Ships are probably fine with iron cells, but aircraft need very high energy density for good range. I’m not saying Tesla will do aircraft – we have our hands full with cars & solar/battery power generation – just that max energy density is needed for aircraft.",en,[],[],[],752,648,13621,[],[],https://twitter.com/elonmusk/status/1419797581891350539,False,,0,,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali 🇺🇦', 'id': '348844712'}]",,,, +1419762169772711937,1419695845486698503,2021-07-27 00:50:53 Arabian Standard Time,2021-07-27,00:50:53,+0400,44196397,elonmusk,Elon Musk,,@DJSnM Indeed,en,[],[],[],556,349,12979,[],[],https://twitter.com/elonmusk/status/1419762169772711937,False,,0,,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +1419571600756813824,1419274150556758016,2021-07-26 12:13:38 Arabian Standard Time,2021-07-26,12:13:38,+0400,44196397,elonmusk,Elon Musk,,"@MarcusHouse Only a little taller, but much bigger base & two gantry cranes that run full span",en,[],[],[],405,274,6832,[],[],https://twitter.com/elonmusk/status/1419571600756813824,False,,0,,,,,,,,"[{'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}]",,,, +1419571113076695040,1419380144209207299,2021-07-26 12:11:42 Arabian Standard Time,2021-07-26,12:11:42,+0400,44196397,elonmusk,Elon Musk,,"@rich_teer @Tesla We will try. Preferable for Tesla too, as they last so long. Unlike other makers of cars, our goal is *not* to profit from service. Best service is not needing service in the first place.",en,[],[],[],704,1342,29270,[],[],https://twitter.com/elonmusk/status/1419571113076695040,False,,0,,,,,,,,"[{'screen_name': 'rich_teer', 'name': 'Rich Teer', 'id': '741047000301371393'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1419543615999823875,1419543615999823875,2021-07-26 10:22:26 Arabian Standard Time,2021-07-26,10:22:26,+0400,44196397,elonmusk,Elon Musk,, https://t.co/WofKUxe3ps,und,[],[],['https://pbs.twimg.com/media/E7M7ZRhXEAUfjfb.jpg'],10806,10016,162038,[],[],https://twitter.com/elonmusk/status/1419543615999823875,False,,1,https://pbs.twimg.com/media/E7M7ZRhXEAUfjfb.jpg,,,,,,,[],,,, +1419543347467784195,1419543347467784195,2021-07-26 10:21:22 Arabian Standard Time,2021-07-26,10:21:22,+0400,44196397,elonmusk,Elon Musk,,The Biggest Bang Theory,en,[],[],[],14347,11637,204091,[],[],https://twitter.com/elonmusk/status/1419543347467784195,False,,0,,,,,,,,[],,,, +1419524592717242371,1419504100501180424,2021-07-26 09:06:51 Arabian Standard Time,2021-07-26,09:06:51,+0400,44196397,elonmusk,Elon Musk,,@_bennettm_ Probably in a few months,en,[],[],[],564,242,5632,[],[],https://twitter.com/elonmusk/status/1419524592717242371,False,,0,,,,,,,,"[{'screen_name': '_bennettm_', 'name': 'Bennett', 'id': '748198065991913473'}]",,,, +1419503326085976064,1419374130814726148,2021-07-26 07:42:20 Arabian Standard Time,2021-07-26,07:42:20,+0400,44196397,elonmusk,Elon Musk,,@SpaceXMR Amazing,en,[],[],[],452,239,4246,[],[],https://twitter.com/elonmusk/status/1419503326085976064,False,,0,,,,,,,,"[{'screen_name': 'SpaceXMR', 'name': 'r/SpaceXMasterrace', 'id': '1004697063974633472'}]",,,, +1419500929146048514,1419260001915375617,2021-07-26 07:32:49 Arabian Standard Time,2021-07-26,07:32:49,+0400,44196397,elonmusk,Elon Musk,,@LarryKellogg @DirtyTesla @Tesla That is the acid test,en,[],[],[],183,88,1869,[],[],https://twitter.com/elonmusk/status/1419500929146048514,False,,0,,,,,,,,"[{'screen_name': 'LarryKellogg', 'name': 'LarryKellogg', 'id': '17041198'}, {'screen_name': 'DirtyTesla', 'name': 'Dirty Tesla', 'id': '1118594454515003393'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1419482326292172808,1419407167736610816,2021-07-26 06:18:53 Arabian Standard Time,2021-07-26,06:18:53,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Computers are absurdly more accurate than humans. How long would it take for a human to render even one frame of a modern video game at low res? The computer will do high res at 120 frames per second. Not a contest.,en,[],[],[],1343,1074,17853,[],[],https://twitter.com/elonmusk/status/1419482326292172808,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1419481096723574787,1419340801226719238,2021-07-26 06:14:00 Arabian Standard Time,2021-07-26,06:14:00,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Quaternions are important for orbital spaceflight,en,[],[],[],503,240,3923,[],[],https://twitter.com/elonmusk/status/1419481096723574787,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1419476203421978626,1419329588107390980,2021-07-26 05:54:34 Arabian Standard Time,2021-07-26,05:54:34,+0400,44196397,elonmusk,Elon Musk,,@FrRonconi @Tesla @JoannMoretti @fogle_shane @JolaBurnett @JeroenBartelse @PawlowskiMario @MargaretSiegien @DigitalColmer @CurieuxExplorer @Shi4Tech @Hana_ElSayyed @anand_narang @kalydeoo Cool,en,[],[],[],391,198,5857,[],[],https://twitter.com/elonmusk/status/1419476203421978626,False,,0,,,,,,,,"[{'screen_name': 'FrRonconi', 'name': 'Franco Ronconi 🇮🇹', 'id': '1409726425'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'JoannMoretti', 'name': 'Joanne Moretti 🇺🇸🇨🇦✌🏼🌈', 'id': '61359492'}, {'screen_name': 'fogle_shane', 'name': 'Shane Fogle', 'id': '221370308'}, {'screen_name': 'JolaBurnett', 'name': 'Jola Burnett ⚡️🇺🇦', 'id': '4174252223'}, {'screen_name': 'JeroenBartelse', 'name': 'Jeroen Bartelse', 'id': '169089681'}, {'screen_name': 'PawlowskiMario', 'name': 'Mario Pawlowski #StandWithUkraine🇺🇦🇺🇸🇵🇱🇪🇺', 'id': '968008274003005440'}, {'screen_name': 'MargaretSiegien', 'name': 'Margaret Siegien 🇺🇦', 'id': '777462371149156353'}, {'screen_name': 'DigitalColmer', 'name': 'Paul Colmer.nft ☁️🛰️🚀🇦🇺', 'id': '34564752'}, {'screen_name': 'CurieuxExplorer', 'name': 'Dev Khanna', 'id': '1249601030502756353'}, {'screen_name': 'Shi4Tech', 'name': 'Shi4Tech 💙 #TechForGood 💙', 'id': '16476911'}, {'screen_name': 'Hana_ElSayyed', 'name': 'Hana', 'id': '432365580'}, {'screen_name': 'anand_narang', 'name': 'Anand Narang', 'id': '44590830'}, {'screen_name': 'kalydeoo', 'name': 'Eric Gaubert', 'id': '380487157'}]",,,, +1419370224156041219,1419348309098049541,2021-07-25 22:53:26 Arabian Standard Time,2021-07-25,22:53:26,+0400,44196397,elonmusk,Elon Musk,,"@RationalEtienne 🤣🤣 although to be fair, I dig my own grave a lot",en,[],[],[],1218,1051,30066,[],[],https://twitter.com/elonmusk/status/1419370224156041219,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}]",,,, +1419369383571361792,1419324078230487048,2021-07-25 22:50:06 Arabian Standard Time,2021-07-25,22:50:06,+0400,44196397,elonmusk,Elon Musk,,"@OwenSparks_ @LabPadre Austin now, but back at Starbase tomorrow",en,[],[],[],283,138,3196,[],[],https://twitter.com/elonmusk/status/1419369383571361792,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +1419369098312654853,1419024731647393793,2021-07-25 22:48:58 Arabian Standard Time,2021-07-25,22:48:58,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @KlenderJoey Norway has played a major role in supporting advent of electric vehicles!,en,[],[],[],394,374,6947,[],[],https://twitter.com/elonmusk/status/1419369098312654853,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1419367685876502534,1419324078230487048,2021-07-25 22:43:21 Arabian Standard Time,2021-07-25,22:43:21,+0400,44196397,elonmusk,Elon Musk,,"@LabPadre Seriously, we’re getting eaten alive. Can’t get to Mars if the bugs eat us first.",en,[],[],[],1233,597,16559,[],[],https://twitter.com/elonmusk/status/1419367685876502534,False,,0,,,,,,,,"[{'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +1419366814371430400,1419251242824515588,2021-07-25 22:39:53 Arabian Standard Time,2021-07-25,22:39:53,+0400,44196397,elonmusk,Elon Musk,,@AaronJoelGeorge @Teslarati @KlenderJoey Length will grow by ~500 ft over time,en,[],[],[],206,88,1962,[],[],https://twitter.com/elonmusk/status/1419366814371430400,False,,0,,,,,,,,"[{'screen_name': 'AaronJoelGeorge', 'name': 'Aaron George', 'id': '1316423444603510785'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1419366345540517888,1419251242824515588,2021-07-25 22:38:01 Arabian Standard Time,2021-07-25,22:38:01,+0400,44196397,elonmusk,Elon Musk,,"@AaronJoelGeorge @Teslarati @KlenderJoey The building is ~7 stores tall, so each “floor” is double size. Hard to appreciate unless you’re close.",en,[],[],[],150,139,2423,[],[],https://twitter.com/elonmusk/status/1419366345540517888,False,,0,,,,,,,,"[{'screen_name': 'AaronJoelGeorge', 'name': 'Aaron George', 'id': '1316423444603510785'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1419363526322397186,1419251242824515588,2021-07-25 22:26:49 Arabian Standard Time,2021-07-25,22:26:49,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @KlenderJoey I was at Giga Texas yesterday. Team is making excellent progress. Building will be almost a mile long when complete.,en,[],[],[],513,574,10087,[],[],https://twitter.com/elonmusk/status/1419363526322397186,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1419201466997293059,1418969041553829895,2021-07-25 11:42:51 Arabian Standard Time,2021-07-25,11:42:51,+0400,44196397,elonmusk,Elon Musk,,@NASASpaceflight Construction starts soon on a much larger high bay just north of current high bay,en,[],[],[],581,530,8772,[],[],https://twitter.com/elonmusk/status/1419201466997293059,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1419184341951913986,1419024731647393793,2021-07-25 10:34:48 Arabian Standard Time,2021-07-25,10:34:48,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @KlenderJoey https://t.co/yaLaJdTv9r,und,[],[],['https://pbs.twimg.com/media/E7H0osMWYAEItxT.jpg'],691,1628,17604,[],[],https://twitter.com/elonmusk/status/1419184341951913986,False,,1,https://pbs.twimg.com/media/E7H0osMWYAEItxT.jpg,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1419183525316661250,1419139829908922369,2021-07-25 10:31:34 Arabian Standard Time,2021-07-25,10:31:34,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 @arctechinc @Tesla Several improvements coming via V9.1 on Friday at midnight,en,[],[],[],375,369,6467,[],[],https://twitter.com/elonmusk/status/1419183525316661250,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1419153355650256904,1419020320019734530,2021-07-25 08:31:41 Arabian Standard Time,2021-07-25,08:31:41,+0400,44196397,elonmusk,Elon Musk,,@ValaAfshar @Tesla Tesla Giga Shanghai team has done amazing work!,en,[],[],[],491,359,9638,[],[],https://twitter.com/elonmusk/status/1419153355650256904,False,,0,,,,,,,,"[{'screen_name': 'ValaAfshar', 'name': 'Vala Afshar', 'id': '259725229'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1419151233739378689,1419151233739378689,2021-07-25 08:23:15 Arabian Standard Time,2021-07-25,08:23:15,+0400,44196397,elonmusk,Elon Musk,,And finally https://t.co/TcgwMSyjAy,en,[],[],['https://pbs.twimg.com/media/E7HWhnsXoAAkvaL.jpg'],26430,31561,265817,[],[],https://twitter.com/elonmusk/status/1419151233739378689,False,,1,https://pbs.twimg.com/media/E7HWhnsXoAAkvaL.jpg,,,,,,,[],,,, +1419147417233018880,1419145985180282882,2021-07-25 08:08:05 Arabian Standard Time,2021-07-25,08:08:05,+0400,44196397,elonmusk,Elon Musk,,@itsALLrisky Or does he? https://t.co/9zrivQJTQO,en,[],[],['https://pbs.twimg.com/media/E7HTDeSWYAEZ1hZ.jpg'],5636,3270,16452,[],[],https://twitter.com/elonmusk/status/1419147417233018880,False,,1,https://pbs.twimg.com/media/E7HTDeSWYAEZ1hZ.jpg,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1419146403675316226,1419145934693441537,2021-07-25 08:04:03 Arabian Standard Time,2021-07-25,08:04:03,+0400,44196397,elonmusk,Elon Musk,,@brandonbernicky 2 weeks,en,[],[],[],476,211,4651,[],[],https://twitter.com/elonmusk/status/1419146403675316226,False,,0,,,,,,,,"[{'screen_name': 'brandonbernicky', 'name': 'Brandon Bernicky', 'id': '14521187'}]",,,, +1419146036413714437,1419146036413714437,2021-07-25 08:02:36 Arabian Standard Time,2021-07-25,08:02:36,+0400,44196397,elonmusk,Elon Musk,, https://t.co/C3xC2J0K0o,und,[],[],['https://pbs.twimg.com/media/E7HRzDGWQAAqcad.jpg'],6770,17396,198881,[],[],https://twitter.com/elonmusk/status/1419146036413714437,False,,1,https://pbs.twimg.com/media/E7HRzDGWQAAqcad.jpg,,,,,,,[],,,, +1419145985180282882,1419145985180282882,2021-07-25 08:02:23 Arabian Standard Time,2021-07-25,08:02:23,+0400,44196397,elonmusk,Elon Musk,, https://t.co/7cXkDaP5kz,und,[],[],['https://pbs.twimg.com/media/E7HRwEvWUAYPyq6.jpg'],6754,31273,345998,[],[],https://twitter.com/elonmusk/status/1419145985180282882,False,,1,https://pbs.twimg.com/media/E7HRwEvWUAYPyq6.jpg,,,,,,,[],,,, +1419145934693441537,1419145934693441537,2021-07-25 08:02:11 Arabian Standard Time,2021-07-25,08:02:11,+0400,44196397,elonmusk,Elon Musk,, https://t.co/BYkrWEtu8Z,und,[],[],['https://pbs.twimg.com/media/E7HRtKMWEAMHBpm.jpg'],7199,20420,285985,[],[],https://twitter.com/elonmusk/status/1419145934693441537,False,,1,https://pbs.twimg.com/media/E7HRtKMWEAMHBpm.jpg,,,,,,,[],,,, +1419135848059179008,1384509655485882369,2021-07-25 07:22:07 Arabian Standard Time,2021-07-25,07:22:07,+0400,44196397,elonmusk,Elon Musk,,@TrungTPhan 🤣,und,[],[],[],174,101,2879,[],[],https://twitter.com/elonmusk/status/1419135848059179008,False,,0,,,,,,,,"[{'screen_name': 'TrungTPhan', 'name': 'Trung Phan', 'id': '945817135816654848'}]",,,, +1418901303821053965,1418893195220561923,2021-07-24 15:50:07 Arabian Standard Time,2021-07-24,15:50:07,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed Haha,tl,[],[],[],617,322,17473,[],[],https://twitter.com/elonmusk/status/1418901303821053965,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1418893195220561923,1418893195220561923,2021-07-24 15:17:54 Arabian Standard Time,2021-07-24,15:17:54,+0400,44196397,elonmusk,Elon Musk,, https://t.co/9tlumHnOcL,und,[],[],['https://pbs.twimg.com/media/E7Dr1w1X0AAOMkt.jpg'],16893,53296,518737,[],[],https://twitter.com/elonmusk/status/1418893195220561923,False,,1,https://pbs.twimg.com/media/E7Dr1w1X0AAOMkt.jpg,,,,,,,[],,,, +1418887785805660160,1418882021519241216,2021-07-24 14:56:24 Arabian Standard Time,2021-07-24,14:56:24,+0400,44196397,elonmusk,Elon Musk,,@HammePain @EvaFoxU Is the Pope Catholic?,en,[],[],[],744,869,6013,[],[],https://twitter.com/elonmusk/status/1418887785805660160,False,,0,,,,,,,,"[{'screen_name': 'HammePain', 'name': 'PainHammeR', 'id': '1144552787243520002'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️', 'id': '959471389282578432'}]",,,, +1418885170917216258,1418882021519241216,2021-07-24 14:46:01 Arabian Standard Time,2021-07-24,14:46:01,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU That was me after Cyberpunk Razor fight haha,en,[],[],[],197,126,3004,[],[],https://twitter.com/elonmusk/status/1418885170917216258,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}]",,,, +1418882021519241216,1418882021519241216,2021-07-24 14:33:30 Arabian Standard Time,2021-07-24,14:33:30,+0400,44196397,elonmusk,Elon Musk,,Being thanked by game NPCs brought me real joy tbh https://t.co/43Dkfyhhfu,en,[],['https://www.reddit.com/r/memes/comments/oqlevc/because_thats_what_heroes_do/?utm_source=share&utm_medium=ios_app&utm_name=iossmf'],[],5794,2345,37838,[],[],https://twitter.com/elonmusk/status/1418882021519241216,False,,0,,,,,,,,[],,,, +1418837649331195904,1418828425863835654,2021-07-24 11:37:10 Arabian Standard Time,2021-07-24,11:37:10,+0400,44196397,elonmusk,Elon Musk,,@WhatsupFranks @Teslarati The comments on this article are funny,en,[],[],[],249,103,2122,[],[],https://twitter.com/elonmusk/status/1418837649331195904,False,,0,,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'Franks&Beans FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1418835632311447557,1418828425863835654,2021-07-24 11:29:10 Arabian Standard Time,2021-07-24,11:29:10,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati Large pouch cells undergo significant volumetric changes at high state of charge. Even so, fire risk is probably less than gasoline cars. There are over 200,000 combustion engine car fires every year in US alone. It’s literally in the name. https://t.co/uJPlB3IbzQ",en,[],['https://www.nfpa.org/-/media/Files/News-and-Research/Fire-statistics-and-reports/US-Fire-Problem/osvehiclefires.pdf'],[],274,513,6881,[],[],https://twitter.com/elonmusk/status/1418835632311447557,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1418822140057554946,1418652841376354305,2021-07-24 10:35:33 Arabian Standard Time,2021-07-24,10:35:33,+0400,44196397,elonmusk,Elon Musk,,@NASASpaceflight @BocaChicaGal Sure,en,[],[],[],222,183,4607,[],[],https://twitter.com/elonmusk/status/1418822140057554946,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}]",,,, +1418809584072933378,1418619579895476224,2021-07-24 09:45:39 Arabian Standard Time,2021-07-24,09:45:39,+0400,44196397,elonmusk,Elon Musk,,"@Adamklotz_ @PPathole Good idea. They are not easy to move over roads, which is why the factory is close to the launch site, but we will support a museum that wants a prototype if they take care of transport.",en,[],[],[],337,244,4293,[],[],https://twitter.com/elonmusk/status/1418809584072933378,False,,0,,,,,,,,"[{'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1418775957561819141,1418619579895476224,2021-07-24 07:32:02 Arabian Standard Time,2021-07-24,07:32:02,+0400,44196397,elonmusk,Elon Musk,,@PPathole Most people have no idea Starship exists or how large this beast is! Body diameter (9m or 30 ft) is bigger than a 747 or A380. Starship thrust & mass are more than double Saturn V moon rocket. Making life multiplanetary means massive rockets. Got to be done.,en,[],[],[],1569,2712,43878,[],[],https://twitter.com/elonmusk/status/1418775957561819141,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1418762759068655619,1418652841376354305,2021-07-24 06:39:35 Arabian Standard Time,2021-07-24,06:39:35,+0400,44196397,elonmusk,Elon Musk,,@NASASpaceflight @BocaChicaGal More of a pathfinder test. Actual payload bay door dimensions are still under debate. Volume is ~1000 cubic meters. Roomy …,en,[],[],[],354,375,7566,[],[],https://twitter.com/elonmusk/status/1418762759068655619,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}]",,,, +1418762232494702597,1418571915883651078,2021-07-24 06:37:30 Arabian Standard Time,2021-07-24,06:37:30,+0400,44196397,elonmusk,Elon Musk,,@AustinTeslaClub @cleantechnica That’s the goal!,en,[],[],[],185,125,2491,[],[],https://twitter.com/elonmusk/status/1418762232494702597,False,,0,,,,,,,,"[{'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1418662663031304196,1418515218452205570,2021-07-24 00:01:51 Arabian Standard Time,2021-07-24,00:01:51,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog @karpathy The feeling is mutual. But I can’t emphasize enough that we work with an amazing team. The credit is theirs.,en,[],[],[],525,431,8871,[],[],https://twitter.com/elonmusk/status/1418662663031304196,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +1418661617039024131,1418511273965277186,2021-07-23 23:57:41 Arabian Standard Time,2021-07-23,23:57:41,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy @HassanAesthetic @pcgamer Maybe I will. It’s on PC now.,en,[],[],[],274,97,2491,[],[],https://twitter.com/elonmusk/status/1418661617039024131,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'HassanAesthetic', 'name': 'Hassan🧬', 'id': '613214169'}, {'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +1418659147411857410,1418511273965277186,2021-07-23 23:47:52 Arabian Standard Time,2021-07-23,23:47:52,+0400,44196397,elonmusk,Elon Musk,,"@HassanAesthetic @pcgamer I couldn’t do WoW. Awesome, but too much time required.",en,[],[],[],224,61,1645,[],[],https://twitter.com/elonmusk/status/1418659147411857410,False,,0,,,,,,,,"[{'screen_name': 'HassanAesthetic', 'name': 'Hassan🧬', 'id': '613214169'}, {'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +1418658195317346312,1418511273965277186,2021-07-23 23:44:05 Arabian Standard Time,2021-07-23,23:44:05,+0400,44196397,elonmusk,Elon Musk,,@pcgamer Great game,en,[],[],[],1102,759,25483,[],[],https://twitter.com/elonmusk/status/1418658195317346312,False,,0,,,,,,,,"[{'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +1418656085267865602,1418433462420185090,2021-07-23 23:35:42 Arabian Standard Time,2021-07-23,23:35:42,+0400,44196397,elonmusk,Elon Musk,,"@TeslaGong @madan3 If Tesla is able to succeed with imported vehicles, then a factory in India is quite likely.",en,[],[],[],643,1266,11074,[],[],https://twitter.com/elonmusk/status/1418656085267865602,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'madan3', 'name': 'Madan Gowri', 'id': '110397597'}]",,,, +1418651284396249089,1418632254503456769,2021-07-23 23:16:38 Arabian Standard Time,2021-07-23,23:16:38,+0400,44196397,elonmusk,Elon Musk,,@newscientist Very impressive! @DeepMind,en,"[{'screen_name': 'deepmind', 'name': 'deepmind', 'id': '4783690002'}]",[],[],198,169,3812,[],[],https://twitter.com/elonmusk/status/1418651284396249089,False,,0,,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +1418651049469124614,1418433462420185090,2021-07-23 23:15:42 Arabian Standard Time,2021-07-23,23:15:42,+0400,44196397,elonmusk,Elon Musk,,@madan3 But we are hopeful that there will be at least a temporary tariff relief for electric vehicles. That would be much appreciated.,en,[],[],[],281,1830,17970,[],[],https://twitter.com/elonmusk/status/1418651049469124614,False,,0,,,,,,,,"[{'screen_name': 'madan3', 'name': 'Madan Gowri', 'id': '110397597'}]",,,, +1418641920595791872,1418433462420185090,2021-07-23 22:39:25 Arabian Standard Time,2021-07-23,22:39:25,+0400,44196397,elonmusk,Elon Musk,,"@madan3 We want to do so, but import duties are the highest in the world by far of any large country! Moreover, clean energy vehicles are treated the same as diesel or petrol, which does not seem entirely consistent with the climate goals of India.",en,[],[],[],1436,4884,38144,[],[],https://twitter.com/elonmusk/status/1418641920595791872,False,,0,,,,,,,,"[{'screen_name': 'madan3', 'name': 'Madan Gowri', 'id': '110397597'}]",,,, +1418477179856461826,1418374215829491712,2021-07-23 11:44:48 Arabian Standard Time,2021-07-23,11:44:48,+0400,44196397,elonmusk,Elon Musk,,@SamTwits @MKBHD Tesla Model S Plaid is alien technology,en,[],[],[],561,445,6251,[],[],https://twitter.com/elonmusk/status/1418477179856461826,False,,0,,,,,,,,"[{'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1418476111957270528,1418374215829491712,2021-07-23 11:40:33 Arabian Standard Time,2021-07-23,11:40:33,+0400,44196397,elonmusk,Elon Musk,,@fredsterrrr @MKBHD No,und,[],[],[],516,185,6235,[],[],https://twitter.com/elonmusk/status/1418476111957270528,False,,0,,,,,,,,"[{'screen_name': 'fredsterrrr', 'name': 'Fred', 'id': '382294459'}, {'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1418475098613424133,1418374215829491712,2021-07-23 11:36:32 Arabian Standard Time,2021-07-23,11:36:32,+0400,44196397,elonmusk,Elon Musk,,"@MKBHD Also, the full self-driving interface renders across the whole display & it is incredible. The yoke enables an unobstructed view of the screen.",en,[],[],[],275,292,12605,[],[],https://twitter.com/elonmusk/status/1418475098613424133,False,,0,,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1418473758940180480,1418374215829491712,2021-07-23 11:31:12 Arabian Standard Time,2021-07-23,11:31:12,+0400,44196397,elonmusk,Elon Musk,,"@MKBHD Good review & fair critique. In general with interfaces, all input is error. With each software update, the car’s intuition will get better. You will need to press buttons less & less & it will know when to ignore accidental button presses.",en,[],[],[],600,782,32125,[],[],https://twitter.com/elonmusk/status/1418473758940180480,False,,0,,,,,,,,"[{'screen_name': 'MKBHD', 'name': 'Marques Brownlee', 'id': '29873662'}]",,,, +1418430640828129280,1418241459342520321,2021-07-23 08:39:52 Arabian Standard Time,2021-07-23,08:39:52,+0400,44196397,elonmusk,Elon Musk,,@DrPhiltill Minimizing $/ton to the surface of Mars is the fundamental optimization,en,[],[],[],1131,898,24467,[],[],https://twitter.com/elonmusk/status/1418430640828129280,False,,0,,,,,,,,"[{'screen_name': 'DrPhiltill', 'name': 'Dr. Phil Metzger', 'id': '1002513128'}]",,,, +1418429753799942146,1418425431909298180,2021-07-23 08:36:21 Arabian Standard Time,2021-07-23,08:36:21,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog This will become very important over time,en,[],[],[],573,540,13931,[],[],https://twitter.com/elonmusk/status/1418429753799942146,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1418294942586261506,1418260293495386116,2021-07-22 23:40:39 Arabian Standard Time,2021-07-22,23:40:39,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV 🤣🤣,und,[],[],[],849,415,13689,[],[],https://twitter.com/elonmusk/status/1418294942586261506,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1418294282985906176,1418252226183770127,2021-07-22 23:38:02 Arabian Standard Time,2021-07-22,23:38:02,+0400,44196397,elonmusk,Elon Musk,,@AlexSvanArt @Neopork85 Flight tests showed that we could make body flaps narrower & lighter,en,[],[],[],360,343,7560,[],[],https://twitter.com/elonmusk/status/1418294282985906176,False,,0,,,,,,,,"[{'screen_name': 'AlexSvanArt', 'name': 'Alexander Svan', 'id': '1226654752655728642'}, {'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}]",,,, +1418293867846189057,1418203253507039235,2021-07-22 23:36:23 Arabian Standard Time,2021-07-22,23:36:23,+0400,44196397,elonmusk,Elon Musk,,@AustinTeslaClub @RoschetzkyP @Tesla @TeslaNY @TeslaOwnersEBay @TeslaForThe_Win @jchybow @1stMarsColonist @EvaFoxU @heydave7 @gailalfa1 Also lasts much longer than normal roofs & is able to withstand hail & other medium-sized impacts,en,[],[],[],923,609,13782,[],[],https://twitter.com/elonmusk/status/1418293867846189057,False,,0,,,,,,,,"[{'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}, {'screen_name': 'RoschetzkyP', 'name': 'Roschetzky Photography', 'id': '1030127799183532033'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club |Fremont| 🇺🇦🕊🦊', 'id': '1175164547746844672'}, {'screen_name': 'TeslaForThe_Win', 'name': 'SomePeopleCallMeTheSpaceCowboy 🤟 🇺🇦 🤟', 'id': '1063252578878803968'}, {'screen_name': 'jchybow', 'name': 'FSD Pilot 🇺🇦🦊🛩🇺🇦', 'id': '54094700'}, {'screen_name': '1stMarsColonist', 'name': 'Ash Martian ✨🌎🇺🇦🔴✨', 'id': '1320429075270307846'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1418194089208651780,1418184513159639040,2021-07-22 16:59:54 Arabian Standard Time,2021-07-22,16:59:54,+0400,44196397,elonmusk,Elon Musk,,@ARKInvest @CathieDWood Congrats Cathie!,fr,[],[],[],755,636,20805,[],[],https://twitter.com/elonmusk/status/1418194089208651780,False,,0,,,,,,,,"[{'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}, {'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}]",,,, +1417949699835764738,1417928935090925573,2021-07-22 00:48:47 Arabian Standard Time,2021-07-22,00:48:47,+0400,44196397,elonmusk,Elon Musk,,"@therationalroot Seriously, negative nominal interest rates!? What is the world coming to …",en,[],[],[],1965,1947,26699,[],[],https://twitter.com/elonmusk/status/1417949699835764738,False,,0,,,,,,,,"[{'screen_name': 'therationalroot', 'name': 'Root 🥕', 'id': '859759392681545728'}]",,,, +1417949463591591936,1417851503214272515,2021-07-22 00:47:51 Arabian Standard Time,2021-07-22,00:47:51,+0400,44196397,elonmusk,Elon Musk,,"@DELTA_V But, much more important, is that this *design* is capable of full & rapid reusability. Long way to go from design to making it actually fully & rapidly reusable with high payload, but at least success is *one* of the possible outcomes haha.",en,[],[],[],514,542,11875,[],[],https://twitter.com/elonmusk/status/1417949463591591936,False,,0,,,,,,,,"[{'screen_name': 'DELTA_V', 'name': '∆V', 'id': '1202281253615161344'}]",,,, +1417948576647286787,1417935326836887558,2021-07-22 00:44:19 Arabian Standard Time,2021-07-22,00:44:19,+0400,44196397,elonmusk,Elon Musk,,"@Model3Owners Dry electrode is a key piece (one of many pieces) of the puzzle for lowering cost of lithium batteries. That said, it has required an *immense* amount of engineering to take Maxwell’s proof-of-concept to high-quality, volume production & we’re still not quite done.",en,[],[],[],417,319,4138,[],[],https://twitter.com/elonmusk/status/1417948576647286787,False,,0,,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1417947305462812673,1417935326836887558,2021-07-22 00:39:16 Arabian Standard Time,2021-07-22,00:39:16,+0400,44196397,elonmusk,Elon Musk,,"@Model3Owners Ironic indeed, as I was at one point going to do my PhD at Stanford on high energy density capacitors for use in electric vehicles. But lithium-ion has it covered. Even with no advances in lithium-ion technology, it’s possible to transition Earth to sustainable energy.",en,[],[],[],468,531,8734,[],[],https://twitter.com/elonmusk/status/1417947305462812673,False,,0,,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1417699924024561666,1417638323913326592,2021-07-21 08:16:16 Arabian Standard Time,2021-07-21,08:16:16,+0400,44196397,elonmusk,Elon Musk,,@SciGuySpace Nice,en,[],[],[],1011,734,22518,[],[],https://twitter.com/elonmusk/status/1417699924024561666,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1417593771730948096,1417561178788741124,2021-07-21 01:14:27 Arabian Standard Time,2021-07-21,01:14:27,+0400,44196397,elonmusk,Elon Musk,,"@AaronS5_ @TesLatino Over time, all countries",en,[],[],[],487,246,4163,[],[],https://twitter.com/elonmusk/status/1417593771730948096,False,,0,,,,,,,,"[{'screen_name': 'AaronS5_', 'name': 'Aaron', 'id': '1009074200546566144'}, {'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 Rafael - Lover, not a hater.', 'id': '989986448295235586'}]",,,, +1417593609566658562,1417537954805846018,2021-07-21 01:13:48 Arabian Standard Time,2021-07-21,01:13:48,+0400,44196397,elonmusk,Elon Musk,,@blueorigin Congrats!,en,[],[],[],1384,1296,47627,[],[],https://twitter.com/elonmusk/status/1417593609566658562,False,,0,,,,,,,,"[{'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}]",,,, +1417593502351826946,1417561178788741124,2021-07-21 01:13:23 Arabian Standard Time,2021-07-21,01:13:23,+0400,44196397,elonmusk,Elon Musk,,"@TesLatino We created our own connector, as there was no standard back then & Tesla was only maker of long range electric cars. It’s one fairly slim connector for both low & high power charging. That said, we’re making our Supercharger network open to other EVs later this year.",en,[],[],[],963,1095,15030,[],[],https://twitter.com/elonmusk/status/1417593502351826946,False,,0,,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 Rafael - Lover, not a hater.', 'id': '989986448295235586'}]",,,, +1417453075892080641,1417427520266268677,2021-07-20 15:55:22 Arabian Standard Time,2021-07-20,15:55:22,+0400,44196397,elonmusk,Elon Musk,,@vincent13031925 Great to hear!,en,[],[],[],658,455,13546,[],[],https://twitter.com/elonmusk/status/1417453075892080641,False,,0,,,,,,,,"[{'screen_name': 'vincent13031925', 'name': '🕊🇺🇦 vincentyu.eth ᵐᶠᵉʳ', 'id': '1689516060'}]",,,, +1417390555001098246,1417251070989029376,2021-07-20 11:46:56 Arabian Standard Time,2021-07-20,11:46:56,+0400,44196397,elonmusk,Elon Musk,,@blueorigin Best of luck tomorrow!,en,[],[],[],787,1092,29922,[],[],https://twitter.com/elonmusk/status/1417390555001098246,False,,0,,,,,,,,"[{'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}]",,,, +1417293886897098762,1417278493428264963,2021-07-20 05:22:49 Arabian Standard Time,2021-07-20,05:22:49,+0400,44196397,elonmusk,Elon Musk,,@SpacePadreIsle @SpaceX Haha,tl,[],[],[],446,271,8526,[],[],https://twitter.com/elonmusk/status/1417293886897098762,False,,0,,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1417277335863140363,1417277092090191884,2021-07-20 04:17:03 Arabian Standard Time,2021-07-20,04:17:03,+0400,44196397,elonmusk,Elon Musk,,"@TLPN_Official @SpaceX Depending on progress with Booster 4, we might try a 9 engine firing on Booster 3",en,[],[],[],274,439,5494,[],[],https://twitter.com/elonmusk/status/1417277335863140363,False,,0,,,,,,,,"[{'screen_name': 'TLPN_Official', 'name': 'TheLaunchPad', 'id': '1343611083416694785'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1417274819461095432,1417274819461095432,2021-07-20 04:07:03 Arabian Standard Time,2021-07-20,04:07:03,+0400,44196397,elonmusk,Elon Musk,,Full test duration firing of 3 Raptors on Super Heavy Booster!,en,[],[],[],8300,5936,138722,[],[],https://twitter.com/elonmusk/status/1417274819461095432,False,,0,,,,,,,,[],,,, +1417207016519454724,1417144324068974594,2021-07-19 23:37:37 Arabian Standard Time,2021-07-19,23:37:37,+0400,44196397,elonmusk,Elon Musk,,"@jack @BitcoinMagazine @CathieDWood Sure, I have a ton",en,[],[],[],904,604,12803,[],[],https://twitter.com/elonmusk/status/1417207016519454724,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}, {'screen_name': 'BitcoinMagazine', 'name': 'Bitcoin Magazine', 'id': '361289499'}, {'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}]",,,, +1417204066552205332,1417144324068974594,2021-07-19 23:25:54 Arabian Standard Time,2021-07-19,23:25:54,+0400,44196397,elonmusk,Elon Musk,,"@BitcoinMagazine @jack @CathieDWood During this talk, we will sing a cover of The Final Countdown by Europe https://t.co/7YUXiW8dhd",en,[],['https://m.youtube.com/watch?v=9jK-NcRmVcw'],[],982,810,10440,[],[],https://twitter.com/elonmusk/status/1417204066552205332,False,,0,,,,,,,,"[{'screen_name': 'BitcoinMagazine', 'name': 'Bitcoin Magazine', 'id': '361289499'}, {'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}, {'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}]",,,, +1416970848104173574,1416909492663562240,2021-07-19 07:59:10 Arabian Standard Time,2021-07-19,07:59:10,+0400,44196397,elonmusk,Elon Musk,,@DragTimes @Tesla Nice,en,[],[],[],568,246,7469,[],[],https://twitter.com/elonmusk/status/1416970848104173574,False,,0,,,,,,,,"[{'screen_name': 'DragTimes', 'name': 'DragTimes', 'id': '23934755'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1416961748138033152,1416744123231518723,2021-07-19 07:23:01 Arabian Standard Time,2021-07-19,07:23:01,+0400,44196397,elonmusk,Elon Musk,,@grimnut @Tesla @WholeMarsBlog @DirtyTesla Haha,tl,[],[],[],628,517,29618,[],[],https://twitter.com/elonmusk/status/1416961748138033152,False,,0,,,,,,,,"[{'screen_name': 'grimnut', 'name': 'Justin Grimball', 'id': '281062002'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'DirtyTesla', 'name': 'Dirty Tesla', 'id': '1118594454515003393'}]",,,, +1416951898049896450,1416830319647330304,2021-07-19 06:43:52 Arabian Standard Time,2021-07-19,06:43:52,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog You don’t even need to touch the shifter in new S. Auto detect direction will come as an optional setting to all cars with FSD.,en,[],[],[],641,564,12191,[],[],https://twitter.com/elonmusk/status/1416951898049896450,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1416780739228602379,1416715292571406342,2021-07-18 19:23:45 Arabian Standard Time,2021-07-18,19:23:45,+0400,44196397,elonmusk,Elon Musk,,"@thePiggsBoson Problem 1st, theory 2nd is for sure way to go, as it establishes relevance, thus improving memory retention",en,[],[],[],441,243,2956,[],[],https://twitter.com/elonmusk/status/1416780739228602379,False,,0,,,,,,,,"[{'screen_name': 'thePiggsBoson', 'name': 'sunny', 'id': '2928030234'}]",,,, +1416663763151949824,1416663763151949824,2021-07-18 11:38:56 Arabian Standard Time,2021-07-18,11:38:56,+0400,44196397,elonmusk,Elon Musk,,Cybrrrtruck https://t.co/rdiMFdYOS6,en,[],[],[],17316,22722,287581,[],[],https://twitter.com/elonmusk/status/1416663763151949824,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1416663646445445122/pu/img/R7slNfB2DIxE8nKU.jpg,,,,,,,[],,,, +1416593609302945792,1416374815590555650,2021-07-18 07:00:10 Arabian Standard Time,2021-07-18,07:00:10,+0400,44196397,elonmusk,Elon Musk,,@ArtifactsHub And all-time hodl champion,en,[],[],[],1248,921,10188,[],[],https://twitter.com/elonmusk/status/1416593609302945792,False,,0,,,,,,,,"[{'screen_name': 'ArtifactsHub', 'name': 'Museum Archive', 'id': '1265155918355980288'}]",,,, +1416591988695126016,1416374815590555650,2021-07-18 06:53:43 Arabian Standard Time,2021-07-18,06:53:43,+0400,44196397,elonmusk,Elon Musk,,@ArtifactsHub OG Hipster,da,[],[],[],393,335,6349,[],[],https://twitter.com/elonmusk/status/1416591988695126016,False,,0,,,,,,,,"[{'screen_name': 'ArtifactsHub', 'name': 'Museum Archive', 'id': '1265155918355980288'}]",,,, +1416519319564001286,1416459344342831112,2021-07-18 02:04:58 Arabian Standard Time,2021-07-18,02:04:58,+0400,44196397,elonmusk,Elon Musk,,@ValaAfshar Indeed,en,[],[],[],872,508,13206,[],[],https://twitter.com/elonmusk/status/1416519319564001286,False,,0,,,,,,,,"[{'screen_name': 'ValaAfshar', 'name': 'Vala Afshar', 'id': '259725229'}]",,,, +1416518626274910212,1416512082917445643,2021-07-18 02:02:12 Arabian Standard Time,2021-07-18,02:02:12,+0400,44196397,elonmusk,Elon Musk,,@waitbutwhy Pohtaytohz,und,[],[],[],318,140,3560,[],[],https://twitter.com/elonmusk/status/1416518626274910212,False,,0,,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1416511905515048966,1416490564019793929,2021-07-18 01:35:30 Arabian Standard Time,2021-07-18,01:35:30,+0400,44196397,elonmusk,Elon Musk,,"@squawksquare Current Summon is sometimes useful, but mostly just a fun trick. Once we move summon (plus highway driving) to a single FSD stack, it will be sublime.",en,[],[],[],361,271,4180,[],[],https://twitter.com/elonmusk/status/1416511905515048966,False,,0,,,,,,,,"[{'screen_name': 'squawksquare', 'name': 'squawksquare', 'id': '930773590227718144'}]",,,, +1416479939155697664,1414977690130657288,2021-07-17 23:28:29 Arabian Standard Time,2021-07-17,23:28:29,+0400,44196397,elonmusk,Elon Musk,,@billycrammer @Tesla Cool!,en,[],[],[],561,305,9704,[],[],https://twitter.com/elonmusk/status/1416479939155697664,False,,0,,,,,,,,"[{'screen_name': 'billycrammer', 'name': 'Billy Crammer', 'id': '867701249998811136'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1416457822502543360,1416442572625653764,2021-07-17 22:00:36 Arabian Standard Time,2021-07-17,22:00:36,+0400,44196397,elonmusk,Elon Musk,,"@engineers_feed There’s a corner case where brick density is same density as water, reaching bottom due to momentum",en,[],[],[],576,294,6544,[],[],https://twitter.com/elonmusk/status/1416457822502543360,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1416453816069857283,1416444660055224329,2021-07-17 21:44:40 Arabian Standard Time,2021-07-17,21:44:40,+0400,44196397,elonmusk,Elon Musk,,Fred Astaire is incredible. Worth watching his movies. One of a kind.,en,[],[],[],3385,1482,33160,[],[],https://twitter.com/elonmusk/status/1416453816069857283,False,,0,,,,,,,,[],,,, +1416452260826132482,1416420544329695245,2021-07-17 21:38:30 Arabian Standard Time,2021-07-17,21:38:30,+0400,44196397,elonmusk,Elon Musk,,@ValaAfshar Haha,tl,[],[],[],345,213,4241,[],[],https://twitter.com/elonmusk/status/1416452260826132482,False,,0,,,,,,,,"[{'screen_name': 'ValaAfshar', 'name': 'Vala Afshar', 'id': '259725229'}]",,,, +1416448342419251203,1416416608990294017,2021-07-17 21:22:55 Arabian Standard Time,2021-07-17,21:22:55,+0400,44196397,elonmusk,Elon Musk,,"@TrungTPhan Now, he can bench press a rhino",en,[],[],[],963,1449,48203,[],[],https://twitter.com/elonmusk/status/1416448342419251203,False,,0,,,,,,,,"[{'screen_name': 'TrungTPhan', 'name': 'Trung Phan', 'id': '945817135816654848'}]",,,, +1416447895411232770,1416340815283212290,2021-07-17 21:21:09 Arabian Standard Time,2021-07-17,21:21:09,+0400,44196397,elonmusk,Elon Musk,,@SamTwits Nice,en,[],[],[],262,151,3680,[],[],https://twitter.com/elonmusk/status/1416447895411232770,False,,0,,,,,,,,"[{'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}]",,,, +1416444660055224329,1416444660055224329,2021-07-17 21:08:17 Arabian Standard Time,2021-07-17,21:08:17,+0400,44196397,elonmusk,Elon Musk,,Tap on the screen https://t.co/YPyyj8V8DF,en,[],[],['https://pbs.twimg.com/tweet_video_thumb/E6g45lbWYAExQ6x.jpg'],11183,6570,93963,[],[],https://twitter.com/elonmusk/status/1416444660055224329,False,,1,https://pbs.twimg.com/tweet_video_thumb/E6g45lbWYAExQ6x.jpg,,,,,,,[],,,, +1416441034469527556,1416435673494695938,2021-07-17 20:53:53 Arabian Standard Time,2021-07-17,20:53:53,+0400,44196397,elonmusk,Elon Musk,,@AshleyIllusion1 @lexfridman Lil X is hodling his Doge like a champ. Literally never said the word “sell” even once!,en,[],[],[],1219,2789,14721,[],[],https://twitter.com/elonmusk/status/1416441034469527556,False,,0,,,,,,,,"[{'screen_name': 'AshleyIllusion1', 'name': 'Ashley Illusion', 'id': '1359824893622112256'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1416440218903789568,1416435673494695938,2021-07-17 20:50:39 Arabian Standard Time,2021-07-17,20:50:39,+0400,44196397,elonmusk,Elon Musk,,@lexfridman “All your basis points are belong to us” - fiat issuers,en,[],[],[],435,407,6869,[],[],https://twitter.com/elonmusk/status/1416440218903789568,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1416436593246756864,1416435673494695938,2021-07-17 20:36:14 Arabian Standard Time,2021-07-17,20:36:14,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed A classic,en,[],[],[],397,302,10086,[],[],https://twitter.com/elonmusk/status/1416436593246756864,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1416436076344971274,1416435673494695938,2021-07-17 20:34:11 Arabian Standard Time,2021-07-17,20:34:11,+0400,44196397,elonmusk,Elon Musk,,@riorahardi618 True,en,[],[],[],376,227,5241,[],[],https://twitter.com/elonmusk/status/1416436076344971274,False,,0,,,,,,,,"[{'screen_name': 'riorahardi618', 'name': '𝒂`𝘤𝘦𝘯𝘵𝘢𝘶𝘳𝘪.𝘪𝘥 \uea00', 'id': '3268995313'}]",,,, +1416435673494695938,1416435673494695938,2021-07-17 20:32:35 Arabian Standard Time,2021-07-17,20:32:35,+0400,44196397,elonmusk,Elon Musk,, https://t.co/d4ZOSKZESP,und,[],[],['https://pbs.twimg.com/media/E6gwvLrXsAIqwfb.jpg'],13177,15471,227778,[],[],https://twitter.com/elonmusk/status/1416435673494695938,False,,1,https://pbs.twimg.com/media/E6gwvLrXsAIqwfb.jpg,,,,,,,[],,,, +1416286548258086914,1416286109345017856,2021-07-17 10:40:01 Arabian Standard Time,2021-07-17,10:40:01,+0400,44196397,elonmusk,Elon Musk,,@Charly923407591 @techAU Haha,tl,[],[],[],393,144,3645,[],[],https://twitter.com/elonmusk/status/1416286548258086914,False,,0,,,,,,,,"[{'screen_name': 'Charly923407591', 'name': 'Charly', 'id': '850227471949545473'}, {'screen_name': 'techAU', 'name': 'techAU', 'id': '13083622'}]",,,, +1416286233962160128,1416286109345017856,2021-07-17 10:38:46 Arabian Standard Time,2021-07-17,10:38:46,+0400,44196397,elonmusk,Elon Musk,,@techAU Roughly,en,[],[],[],187,88,1223,[],[],https://twitter.com/elonmusk/status/1416286233962160128,False,,0,,,,,,,,"[{'screen_name': 'techAU', 'name': 'techAU', 'id': '13083622'}]",,,, +1416285546570293248,1416277434702254083,2021-07-17 10:36:02 Arabian Standard Time,2021-07-17,10:36:02,+0400,44196397,elonmusk,Elon Musk,,@JeffTutorials @TonyTesla4Life @WholeMarsBlog Yes,und,[],[],[],230,85,2129,[],[],https://twitter.com/elonmusk/status/1416285546570293248,False,,0,,,,,,,,"[{'screen_name': 'JeffTutorials', 'name': 'Jeff 💙✌️', 'id': '2694154514'}, {'screen_name': 'TonyTesla4Life', 'name': 'Tony Pham - “Quick Bandit” license plate mount', 'id': '1004045430106120193'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1416284907299647489,1416277434702254083,2021-07-17 10:33:29 Arabian Standard Time,2021-07-17,10:33:29,+0400,44196397,elonmusk,Elon Musk,,"@TonyTesla4Life @WholeMarsBlog Wide beta maybe with FSD rev 10, definitely with rev 11",en,[],[],[],185,153,1745,[],[],https://twitter.com/elonmusk/status/1416284907299647489,False,,0,,,,,,,,"[{'screen_name': 'TonyTesla4Life', 'name': 'Tony Pham - “Quick Bandit” license plate mount', 'id': '1004045430106120193'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1416284167017574401,1416211196924018690,2021-07-17 10:30:33 Arabian Standard Time,2021-07-17,10:30:33,+0400,44196397,elonmusk,Elon Musk,,@fael097 Pure coincidence!,en,[],[],[],1047,784,25596,[],[],https://twitter.com/elonmusk/status/1416284167017574401,False,,0,,,,,,,,"[{'screen_name': 'fael097', 'name': 'Rafael Adamy', 'id': '337634449'}]",,,, +1416244648608206850,1415423461267107842,2021-07-17 07:53:31 Arabian Standard Time,2021-07-17,07:53:31,+0400,44196397,elonmusk,Elon Musk,,@ValaAfshar Even smaller to a @neuralink chip,en,"[{'screen_name': 'neuralink', 'name': 'neuralink', 'id': '895332160130891776'}]",[],[],363,262,3873,[],[],https://twitter.com/elonmusk/status/1416244648608206850,False,,0,,,,,,,,"[{'screen_name': 'ValaAfshar', 'name': 'Vala Afshar', 'id': '259725229'}]",,,, +1416214352579936261,1416029884179271684,2021-07-17 05:53:08 Arabian Standard Time,2021-07-17,05:53:08,+0400,44196397,elonmusk,Elon Musk,,"@facebookai To date, AI chatbots have had a rather short MtH (meantime to Hitler) score. Tay was ~16 hours. https://t.co/FnWMXgpZji",en,[],['https://en.m.wikipedia.org/wiki/Tay_(bot)'],[],2059,1048,4149,[],[],https://twitter.com/elonmusk/status/1416214352579936261,False,,0,,,,,,,,"[{'screen_name': 'FacebookAI', 'name': 'Facebook AI', 'id': '1470776470041677839'}]",,,, +1416191335288217600,1416166582628327430,2021-07-17 04:21:40 Arabian Standard Time,2021-07-17,04:21:40,+0400,44196397,elonmusk,Elon Musk,,"@ErcXspace @NASASpaceflight @SpaceX Some of these design trades are still open, but will be resolved soon",en,[],[],[],336,133,2966,[],[],https://twitter.com/elonmusk/status/1416191335288217600,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1416168229924397056,1416166582628327430,2021-07-17 02:49:51 Arabian Standard Time,2021-07-17,02:49:51,+0400,44196397,elonmusk,Elon Musk,,@ErcXspace @NASASpaceflight @SpaceX Very accurate!,en,[],[],[],579,445,16092,[],[],https://twitter.com/elonmusk/status/1416168229924397056,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1416114850867027968,1416102943607111682,2021-07-16 23:17:45 Arabian Standard Time,2021-07-16,23:17:45,+0400,44196397,elonmusk,Elon Musk,,@Teslarati Improving permit approval speed & lowering permit costs for solar would make a big difference,en,[],[],[],873,738,13212,[],[],https://twitter.com/elonmusk/status/1416114850867027968,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1416074942639079426,1416039187699183621,2021-07-16 20:39:10 Arabian Standard Time,2021-07-16,20:39:10,+0400,44196397,elonmusk,Elon Musk,,@TeslaNY Do you even press?,en,[],[],[],733,285,7918,[],[],https://twitter.com/elonmusk/status/1416074942639079426,False,,0,,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}]",,,, +1416066300875403265,1415516131889016833,2021-07-16 20:04:50 Arabian Standard Time,2021-07-16,20:04:50,+0400,44196397,elonmusk,Elon Musk,,"@enn_nafnlaus @jpr007 @TesLatino @klwtts Indeed, but again like a parking lot, a battery having big “roads” tends to decrease number of “parking spaces” (ie stores less energy)",en,[],[],[],174,90,1562,[],[],https://twitter.com/elonmusk/status/1416066300875403265,False,,0,,,,,,,,"[{'screen_name': 'enn_nafnlaus', 'name': 'Nafnlaus 🇺🇦 🇮🇸', 'id': '1153476318'}, {'screen_name': 'jpr007', 'name': 'JPR007', 'id': '52370117'}, {'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 Rafael - Lover, not a hater.', 'id': '989986448295235586'}, {'screen_name': 'klwtts', 'name': 'The Kilowatts 🚗⚡️', 'id': '912969880852299776'}]",,,, +1416064362628861953,1415907005148053506,2021-07-16 19:57:07 Arabian Standard Time,2021-07-16,19:57:07,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @etherkragg Those are major factors,en,[],[],[],256,123,1955,[],[],https://twitter.com/elonmusk/status/1416064362628861953,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'etherkragg', 'name': 'snifferÐoge', 'id': '1347635050523738113'}]",,,, +1415904375944499207,1415864654128091145,2021-07-16 09:21:24 Arabian Standard Time,2021-07-16,09:21:24,+0400,44196397,elonmusk,Elon Musk,,@AustinTeslaClub @SpaceX @austinbarnard45 @PPathole @TeslaOwnersEBay @bluemoondance74 @teslaownersSV @JohnnaCrider1 @TeslaNY Absolutely!,en,[],[],[],1018,421,11243,[],[],https://twitter.com/elonmusk/status/1415904375944499207,False,,0,,,,,,,,"[{'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club |Fremont| 🇺🇦🕊🦊', 'id': '1175164547746844672'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan Beck', 'id': '844015154643648512'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}]",,,, +1415877794391752704,1415754033193787393,2021-07-16 07:35:46 Arabian Standard Time,2021-07-16,07:35:46,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @SpaceX Probably Monday,en,[],[],[],926,769,19970,[],[],https://twitter.com/elonmusk/status/1415877794391752704,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1415782519073505282,1415698804028936196,2021-07-16 01:17:11 Arabian Standard Time,2021-07-16,01:17:11,+0400,44196397,elonmusk,Elon Musk,,@AaronS5_ @FrenchieEAP @karpathy Yes,und,[],[],[],325,114,2594,[],[],https://twitter.com/elonmusk/status/1415782519073505282,False,,0,,,,,,,,"[{'screen_name': 'AaronS5_', 'name': 'Aaron', 'id': '1009074200546566144'}, {'screen_name': 'FrenchieEAP', 'name': 'Frenchie', 'id': '1347203267525300226'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +1415782123298902019,1415698804028936196,2021-07-16 01:15:36 Arabian Standard Time,2021-07-16,01:15:36,+0400,44196397,elonmusk,Elon Musk,,"@FrenchieEAP @karpathy FSD beta 9 is using the pure vision production code for highway driving. Beta 10 hopefully (Beta 11 definitely) will use one stack to rule them all – city streets, highway & complex parking lots.",en,[],[],[],385,326,5129,[],[],https://twitter.com/elonmusk/status/1415782123298902019,False,,0,,,,,,,,"[{'screen_name': 'FrenchieEAP', 'name': 'Frenchie', 'id': '1347203267525300226'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +1415736327656460288,1415705787763204101,2021-07-15 22:13:38 Arabian Standard Time,2021-07-15,22:13:38,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @Model3Owners How about a wifi camera link?,en,[],[],[],596,192,6047,[],[],https://twitter.com/elonmusk/status/1415736327656460288,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1415735896448540673,1415705787763204101,2021-07-15 22:11:55 Arabian Standard Time,2021-07-15,22:11:55,+0400,44196397,elonmusk,Elon Musk,,"@BLKMDL3 @Model3Owners In end, we kept production design almost exactly same as show car. Just some small tweaks here & there to make it slightly better. No door handles. Car recognizes you & opens door. Having all four wheels steer is amazing for nimble handling & tight turns!",en,[],[],[],659,477,6572,[],[],https://twitter.com/elonmusk/status/1415735896448540673,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1415733818594521088,1415699733021085696,2021-07-15 22:03:40 Arabian Standard Time,2021-07-15,22:03:40,+0400,44196397,elonmusk,Elon Musk,,@johnkrausphotos @SpaceX @PortCanaveral Version 3 of the SpaceX droneship. Team did great work! Will be epic to see the deep sea oil rigs converted to ocean spaceports for Starship.,en,[],[],[],321,399,7254,[],[],https://twitter.com/elonmusk/status/1415733818594521088,False,,0,,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'PortCanaveral', 'name': 'Port Canaveral', 'id': '89027071'}]",,,, +1415733231589097472,1415705787763204101,2021-07-15 22:01:20 Arabian Standard Time,2021-07-15,22:01:20,+0400,44196397,elonmusk,Elon Musk,,"@Model3Owners To be frank, there is always some chance that Cybertruck will flop, because it is so unlike anything else. I don’t care. I love it so much even if others don’t. Other trucks look like copies of the same thing, but Cybertruck looks like it was made by aliens from the future.",en,[],[],[],3443,2588,33545,[],[],https://twitter.com/elonmusk/status/1415733231589097472,False,,0,,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1415731420400545792,1415516131889016833,2021-07-15 21:54:08 Arabian Standard Time,2021-07-15,21:54:08,+0400,44196397,elonmusk,Elon Musk,,"@TesLatino @klwtts @jpr007 Tapering down charge rate is simply a physical thing that has to happen, as lithium ions bounce around what is an increasingly full “parking lot”. Just like a car parking lot, where it takes longer to find a spot when the lot is almost full.",en,[],[],[],142,136,2151,[],[],https://twitter.com/elonmusk/status/1415731420400545792,False,,0,,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 Rafael - Lover, not a hater.', 'id': '989986448295235586'}, {'screen_name': 'klwtts', 'name': 'The Kilowatts 🚗⚡️', 'id': '912969880852299776'}, {'screen_name': 'jpr007', 'name': 'JPR007', 'id': '52370117'}]",,,, +1415615795112120321,1415516131889016833,2021-07-15 14:14:41 Arabian Standard Time,2021-07-15,14:14:41,+0400,44196397,elonmusk,Elon Musk,,"@jpr007 Not bad, although new Model S has more range & faster charging. 3 & Y should use long range version, as Performance version is meant for max speed & handling, not max range. Supercharger network is being upgraded to 250kW to 300kW, so that will help too.",en,[],[],[],749,554,9760,[],[],https://twitter.com/elonmusk/status/1415615795112120321,False,,0,,,,,,,,"[{'screen_name': 'jpr007', 'name': 'JPR007', 'id': '52370117'}]",,,, +1415551748744286208,1415172631507046400,2021-07-15 10:00:11 Arabian Standard Time,2021-07-15,10:00:11,+0400,44196397,elonmusk,Elon Musk,,"@AdrianoinJapan @Kristennetten Yeah, I wuz running on almost no sleep",en,[],[],[],346,130,2622,[],[],https://twitter.com/elonmusk/status/1415551748744286208,False,,0,,,,,,,,"[{'screen_name': 'AdrianoinJapan', 'name': 'Adriano', 'id': '1064617566'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}]",,,, +1415551585078370304,1415172631507046400,2021-07-15 09:59:32 Arabian Standard Time,2021-07-15,09:59:32,+0400,44196397,elonmusk,Elon Musk,,@Kristennetten Yup,und,[],[],[],617,180,5501,[],[],https://twitter.com/elonmusk/status/1415551585078370304,False,,0,,,,,,,,"[{'screen_name': 'Kristennetten', 'name': '•K10•👀♥️', 'id': '985686123123949568'}]",,,, +1415549655639863299,1415477554727751686,2021-07-15 09:51:52 Arabian Standard Time,2021-07-15,09:51:52,+0400,44196397,elonmusk,Elon Musk,,@TeslaGong @ajtourville @PPathole @Adamklotz_ @AaronS5_ @crheller @SpaceX Some traffic could just go terminal -> satellite -> satellite -> terminal and never touch the regular Internet,en,[],[],[],177,126,2255,[],[],https://twitter.com/elonmusk/status/1415549655639863299,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}, {'screen_name': 'AaronS5_', 'name': 'Aaron', 'id': '1009074200546566144'}, {'screen_name': 'crheller', 'name': 'Christopher Heller', 'id': '20060429'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1415547802579517443,1415371196443529217,2021-07-15 09:44:30 Arabian Standard Time,2021-07-15,09:44:30,+0400,44196397,elonmusk,Elon Musk,,@JxckSweeney @jack Good point,en,[],[],[],130,75,2129,[],[],https://twitter.com/elonmusk/status/1415547802579517443,False,,0,,,,,,,,"[{'screen_name': 'JxckSweeney', 'name': 'Jack Sweeney', 'id': '785676450691182592'}, {'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1415538697722793984,1415477554727751686,2021-07-15 09:08:19 Arabian Standard Time,2021-07-15,09:08:19,+0400,44196397,elonmusk,Elon Musk,,"@ajtourville @PPathole @Adamklotz_ @AaronS5_ @crheller @SpaceX If we can do this successfully, then anything developed for ground/undersea fiber is automatically better in orbit",en,[],[],[],118,119,1794,[],[],https://twitter.com/elonmusk/status/1415538697722793984,False,,0,,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}, {'screen_name': 'AaronS5_', 'name': 'Aaron', 'id': '1009074200546566144'}, {'screen_name': 'crheller', 'name': 'Christopher Heller', 'id': '20060429'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1415538311607767040,1415477554727751686,2021-07-15 09:06:47 Arabian Standard Time,2021-07-15,09:06:47,+0400,44196397,elonmusk,Elon Musk,,"@ajtourville @PPathole @Adamklotz_ @AaronS5_ @crheller @SpaceX Similar to fiber optic. We are trying to ride the terrestrial fiber optic laser technology forcing function, but modified for use in vacuum.",en,[],[],[],103,111,1798,[],[],https://twitter.com/elonmusk/status/1415538311607767040,False,,0,,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}, {'screen_name': 'AaronS5_', 'name': 'Aaron', 'id': '1009074200546566144'}, {'screen_name': 'crheller', 'name': 'Christopher Heller', 'id': '20060429'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1415527981922103300,1415423461267107842,2021-07-15 08:25:44 Arabian Standard Time,2021-07-15,08:25:44,+0400,44196397,elonmusk,Elon Musk,,@PPathole Yeah,en,[],[],[],186,103,3711,[],[],https://twitter.com/elonmusk/status/1415527981922103300,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1415527753185730564,1415477554727751686,2021-07-15 08:24:50 Arabian Standard Time,2021-07-15,08:24:50,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @Adamklotz_ @AaronS5_ @crheller @SpaceX Laser links in orbit can reduce long-distance latency by as much as 50%, due to higher speed of light in vacuum & shorter path than undersea fiber",en,[],[],[],79,140,2103,[],[],https://twitter.com/elonmusk/status/1415527753185730564,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Adamklotz_', 'name': 'Adam Klotz', 'id': '836334176517357569'}, {'screen_name': 'AaronS5_', 'name': 'Aaron', 'id': '1009074200546566144'}, {'screen_name': 'crheller', 'name': 'Christopher Heller', 'id': '20060429'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1415484292466200578,1415477554727751686,2021-07-15 05:32:08 Arabian Standard Time,2021-07-15,05:32:08,+0400,44196397,elonmusk,Elon Musk,,"@Adamklotz_ @AaronS5_ @crheller @SpaceX More ground stations & less foolish packet routing will make the biggest differences. Looking at speed of light as ~300km per millisecond & satellite altitude of ~550km, average photon round-trip time is only ~10ms, so a lot of silly things have to happen to drive ping >20ms.",en,[],[],[],192,227,3523,[],[],https://twitter.com/elonmusk/status/1415484292466200578,False,,0,,,,,,,,"[{'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}, {'screen_name': 'AaronS5_', 'name': 'Aaron', 'id': '1009074200546566144'}, {'screen_name': 'crheller', 'name': 'Christopher Heller', 'id': '20060429'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1415480996154253313,1415371196443529217,2021-07-15 05:19:02 Arabian Standard Time,2021-07-15,05:19:02,+0400,44196397,elonmusk,Elon Musk,,@jack 🙏 A new laughing emoji on DMs would be great,en,[],[],[],1274,911,22884,[],[],https://twitter.com/elonmusk/status/1415480996154253313,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1415480145830465539,1415477554727751686,2021-07-15 05:15:39 Arabian Standard Time,2021-07-15,05:15:39,+0400,44196397,elonmusk,Elon Musk,,"@crheller @SpaceX Glad it’s working! The sheer amount of work done by SpaceX engineering, production & launch teams is amazing. Ping should improve dramatically in coming months. We’re aiming for <20ms. Basically, you should be able to play competitive FPS games through Starlink.",en,[],[],[],754,921,19281,[],[],https://twitter.com/elonmusk/status/1415480145830465539,False,,0,,,,,,,,"[{'screen_name': 'crheller', 'name': 'Christopher Heller', 'id': '20060429'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1415454980127952897,1415454980127952897,2021-07-15 03:35:39 Arabian Standard Time,2021-07-15,03:35:39,+0400,44196397,elonmusk,Elon Musk,,Review of Model S Plaid by Dan Neil https://t.co/JY45vn8jNN,en,[],['https://www.wsj.com/articles/2021-tesla-model-s-plaid-feel-the-force0-60-in-2-seconds-11624562135?st=vklnm3wu9ls1d4x&reflink=article_copyURL_share'],[],9950,3652,43504,[],[],https://twitter.com/elonmusk/status/1415454980127952897,False,,0,,,,,,,,[],,,, +1415424889612234754,1415423461267107842,2021-07-15 01:36:05 Arabian Standard Time,2021-07-15,01:36:05,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy Yeah,en,[],[],[],361,160,6018,[],[],https://twitter.com/elonmusk/status/1415424889612234754,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1415423461267107842,1415423461267107842,2021-07-15 01:30:25 Arabian Standard Time,2021-07-15,01:30:25,+0400,44196397,elonmusk,Elon Musk,,Some light reading with lil X https://t.co/MHj4gtyPdo,en,[],[],['https://pbs.twimg.com/media/E6SYIdRUcAEIlor.jpg'],7395,5159,141226,[],[],https://twitter.com/elonmusk/status/1415423461267107842,False,,1,https://pbs.twimg.com/media/E6SYIdRUcAEIlor.jpg,,,,,,,[],,,, +1415397398134808577,1415169164650565632,2021-07-14 23:46:51 Arabian Standard Time,2021-07-14,23:46:51,+0400,44196397,elonmusk,Elon Musk,,"@SamTwits @TeslaOwnersEBay @Kristennetten @RationalEtienne @EvaFoxU @JohnnaCrider1 @TeslaChillMode @CodingMark @Model3Owners @WholeMarsBlog @AustinTeslaClub Due to lack of banging, civilization might ended with a whimper! Adult diaper sales growth is much higher than baby diaper sales growth. https://t.co/eYk3nJNf6s",en,[],['https://www.reuters.com/article/us-diapers-adults-focus-idUSKBN1X10G0'],[],514,257,2920,[],[],https://twitter.com/elonmusk/status/1415397398134808577,False,,0,,,,,,,,"[{'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}, {'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club |Fremont| 🇺🇦🕊🦊', 'id': '1175164547746844672'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'TeslaChillMode', 'name': 'TeslaChillMode #TeslaIndia🇮🇳', 'id': '1238951706785796096'}, {'screen_name': 'CodingMark', 'name': 'Mark💙💛🦊', 'id': '952755407788826624'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}]",,,, +1415380908216131586,1415169164650565632,2021-07-14 22:41:19 Arabian Standard Time,2021-07-14,22:41:19,+0400,44196397,elonmusk,Elon Musk,,"@SamTwits @TeslaOwnersEBay @Kristennetten @RationalEtienne @EvaFoxU @JohnnaCrider1 @TeslaChillMode @CodingMark @Model3Owners @WholeMarsBlog @AustinTeslaClub This is a major problem! Between civilization ending with a bang or a whimper, this trend suggests the latter.",en,[],[],[],286,152,2441,[],[],https://twitter.com/elonmusk/status/1415380908216131586,False,,0,,,,,,,,"[{'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}, {'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club |Fremont| 🇺🇦🕊🦊', 'id': '1175164547746844672'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'TeslaChillMode', 'name': 'TeslaChillMode #TeslaIndia🇮🇳', 'id': '1238951706785796096'}, {'screen_name': 'CodingMark', 'name': 'Mark💙💛🦊', 'id': '952755407788826624'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}]",,,, +1415380164679282692,1415312724876095492,2021-07-14 22:38:22 Arabian Standard Time,2021-07-14,22:38:22,+0400,44196397,elonmusk,Elon Musk,,@isro Congratulations! 🇮🇳,en,[],[],[],910,4462,44706,[],[],https://twitter.com/elonmusk/status/1415380164679282692,False,,0,,,,,,,,"[{'screen_name': 'isro', 'name': 'ISRO', 'id': '2253142422'}]",,,, +1415368266021842952,1415363522326794241,2021-07-14 21:51:05 Arabian Standard Time,2021-07-14,21:51:05,+0400,44196397,elonmusk,Elon Musk,,@michilumin @BillyM2k 48 61 68 61 20 74 72 75 65,und,[],[],[],3947,2260,31280,[],[],https://twitter.com/elonmusk/status/1415368266021842952,False,,0,,,,,,,,"[{'screen_name': 'michilumin', 'name': 'Michi Lumin', 'id': '35618737'}, {'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1415367838152511489,1415169164650565632,2021-07-14 21:49:23 Arabian Standard Time,2021-07-14,21:49:23,+0400,44196397,elonmusk,Elon Musk,,@doge_southern @SamTwits @TeslaOwnersEBay @Kristennetten @RationalEtienne @EvaFoxU @JohnnaCrider1 @TeslaChillMode @CodingMark @Model3Owners @WholeMarsBlog @AustinTeslaClub Next baby will be a girl,en,[],[],[],1404,559,4591,[],[],https://twitter.com/elonmusk/status/1415367838152511489,False,,0,,,,,,,,"[{'screen_name': 'doge_southern', 'name': 'SOUTHERN TESLA', 'id': '1382868660818219009'}, {'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}, {'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club |Fremont| 🇺🇦🕊🦊', 'id': '1175164547746844672'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'TeslaChillMode', 'name': 'TeslaChillMode #TeslaIndia🇮🇳', 'id': '1238951706785796096'}, {'screen_name': 'CodingMark', 'name': 'Mark💙💛🦊', 'id': '952755407788826624'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}]",,,, +1415367598523486217,1415169164650565632,2021-07-14 21:48:26 Arabian Standard Time,2021-07-14,21:48:26,+0400,44196397,elonmusk,Elon Musk,,@doge_southern @SamTwits @TeslaOwnersEBay @Kristennetten @RationalEtienne @EvaFoxU @JohnnaCrider1 @TeslaChillMode @CodingMark @Model3Owners @WholeMarsBlog @AustinTeslaClub Me too!,en,[],[],[],117,126,1943,[],[],https://twitter.com/elonmusk/status/1415367598523486217,False,,0,,,,,,,,"[{'screen_name': 'doge_southern', 'name': 'SOUTHERN TESLA', 'id': '1382868660818219009'}, {'screen_name': 'SamTwits', 'name': 'Sam 👀♥️', 'id': '1646555828'}, {'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club |Fremont| 🇺🇦🕊🦊', 'id': '1175164547746844672'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'TeslaChillMode', 'name': 'TeslaChillMode #TeslaIndia🇮🇳', 'id': '1238951706785796096'}, {'screen_name': 'CodingMark', 'name': 'Mark💙💛🦊', 'id': '952755407788826624'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}]",,,, +1415348519381217281,1415169164650565632,2021-07-14 20:32:37 Arabian Standard Time,2021-07-14,20:32:37,+0400,44196397,elonmusk,Elon Musk,,"@TeslaOwnersEBay @Kristennetten @RationalEtienne @EvaFoxU @JohnnaCrider1 @TeslaChillMode @CodingMark @Model3Owners @WholeMarsBlog @AustinTeslaClub I’m trying to set a good example! Population collapse is a much bigger problem than people realize and that’s just for Earth. Mars has a great need for people, seeing as population is currently zero. Humans are the custodians of other life on Earth. Let us bring life to Mars!",en,[],[],[],1719,1303,16627,[],[],https://twitter.com/elonmusk/status/1415348519381217281,False,,0,,,,,,,,"[{'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club |Fremont| 🇺🇦🕊🦊', 'id': '1175164547746844672'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'TeslaChillMode', 'name': 'TeslaChillMode #TeslaIndia🇮🇳', 'id': '1238951706785796096'}, {'screen_name': 'CodingMark', 'name': 'Mark🇺🇦🦊🙏', 'id': '952755407788826624'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}]",,,, +1415346183707545605,1414643478278123520,2021-07-14 20:23:20 Arabian Standard Time,2021-07-14,20:23:20,+0400,44196397,elonmusk,Elon Musk,,"@preachy_spice It was Richard’s rental house, which overall is great, but I agree regarding the cabinets haha. This was 3am, day of flight. Wasn’t expecting this brutal pic of me to be posted, but oh well.",en,[],[],[],2110,1746,74475,[],[],https://twitter.com/elonmusk/status/1415346183707545605,False,,0,,,,,,,,"[{'screen_name': 'preachy_spice', 'name': 'Kelsea Bauman-Murphy', 'id': '186850694'}]",,,, +1415345212885504001,1415344096865136648,2021-07-14 20:19:29 Arabian Standard Time,2021-07-14,20:19:29,+0400,44196397,elonmusk,Elon Musk,,@waitbutwhy Indeed … sigh,en,[],[],[],355,185,4920,[],[],https://twitter.com/elonmusk/status/1415345212885504001,False,,0,,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1415339996794564618,1415023157816307719,2021-07-14 19:58:45 Arabian Standard Time,2021-07-14,19:58:45,+0400,44196397,elonmusk,Elon Musk,,@JamesHarrisNow @flummery5 @justindeanlee @ZaidJilani 🤣🤣,und,[],[],[],115,69,899,[],[],https://twitter.com/elonmusk/status/1415339996794564618,False,,0,,,,,,,,"[{'screen_name': 'JamesHarrisNow', 'name': 'James Harris', 'id': '414641479'}, {'screen_name': 'flummery5', 'name': 'Flummery', 'id': '1269651826103717889'}, {'screen_name': 'justindeanlee', 'name': 'Justin Lee', 'id': '902600533260816384'}, {'screen_name': 'ZaidJilani', 'name': 'Zaid Jilani', 'id': '66533920'}]",,,, +1415163771065090049,1414782972474048516,2021-07-14 08:18:30 Arabian Standard Time,2021-07-14,08:18:30,+0400,44196397,elonmusk,Elon Musk,,@YounieTyler @tobyliiiiiiiiii I’m trying to set a good example!,en,[],[],[],541,254,3564,[],[],https://twitter.com/elonmusk/status/1415163771065090049,False,,0,,,,,,,,"[{'screen_name': 'YounieTyler', 'name': 'Tyler 🚀👨\u200d🚀', 'id': '1274549142883205120'}, {'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +1415162536694009857,1414782972474048516,2021-07-14 08:13:35 Arabian Standard Time,2021-07-14,08:13:35,+0400,44196397,elonmusk,Elon Musk,,@tobyliiiiiiiiii Population collapse is what’s actually happening https://t.co/pw589xhZZz,en,[],['https://www.brookings.edu/blog/up-front/2021/05/24/will-births-in-the-us-rebound-probably-not/'],[],441,350,3200,[],[],https://twitter.com/elonmusk/status/1415162536694009857,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +1415093161853128704,1414930216460378113,2021-07-14 03:37:55 Arabian Standard Time,2021-07-14,03:37:55,+0400,44196397,elonmusk,Elon Musk,,@YounieTyler @astro_g_dogg Booster is more than half cost of mission. Fairing is ~10%.,en,[],[],[],256,136,2503,[],[],https://twitter.com/elonmusk/status/1415093161853128704,False,,0,,,,,,,,"[{'screen_name': 'YounieTyler', 'name': 'Tyler 🚀👨\u200d🚀', 'id': '1274549142883205120'}, {'screen_name': 'astro_g_dogg', 'name': 'Garrett Reisman', 'id': '54712148'}]",,,, +1415092143207731205,1414908931902779394,2021-07-14 03:33:52 Arabian Standard Time,2021-07-14,03:33:52,+0400,44196397,elonmusk,Elon Musk,,@bluewalletio Any money transmitter or other licenses needed to use this in USA?,en,[],[],[],1188,286,3399,[],[],https://twitter.com/elonmusk/status/1415092143207731205,False,,0,,,,,,,,"[{'screen_name': 'bluewalletio', 'name': 'BlueWallet', 'id': '1001190983692898305'}]",,,, +1415091715296403456,1414930216460378113,2021-07-14 03:32:10 Arabian Standard Time,2021-07-14,03:32:10,+0400,44196397,elonmusk,Elon Musk,,"@astro_g_dogg Took more work to make F9 booster reuse cost-effective than went into recovering it in the first place. This is an important point. Things finally clicked into place with Block 5. My hat is off to everyone at SpaceX, NASA, Space Force, FAA & suppliers who helped make it happen.",en,[],[],[],151,255,3256,[],[],https://twitter.com/elonmusk/status/1415091715296403456,False,,0,,,,,,,,"[{'screen_name': 'astro_g_dogg', 'name': 'Garrett Reisman', 'id': '54712148'}]",,,, +1415087281942241281,1415086041493655558,2021-07-14 03:14:33 Arabian Standard Time,2021-07-14,03:14:33,+0400,44196397,elonmusk,Elon Musk,,"@Kale6360gmail I’m actually 3000 years old, but, at the risk of being immodest, I think I look good even for 2500 years! Still have my original chariot license in papyrus …",en,[],[],[],608,468,6874,[],[],https://twitter.com/elonmusk/status/1415087281942241281,False,,0,,,,,,,,"[{'screen_name': 'Kale6360gmail', 'name': 'Khaled Elghrabawy', 'id': '2170204069'}]",,,, +1414782972474048516,1414782972474048516,2021-07-13 07:05:20 Arabian Standard Time,2021-07-13,07:05:20,+0400,44196397,elonmusk,Elon Musk,,those who attack space maybe don’t realize that space represents hope for so many people,en,[],[],[],31650,23166,262725,[],[],https://twitter.com/elonmusk/status/1414782972474048516,False,,0,,,,,,,,[],,,, +1414776392298991616,1414290326156713984,2021-07-13 06:39:11 Arabian Standard Time,2021-07-13,06:39:11,+0400,44196397,elonmusk,Elon Musk,,@Rogozin 👏👏,und,[],[],[],309,148,3398,[],[],https://twitter.com/elonmusk/status/1414776392298991616,False,,0,,,,,,,,"[{'screen_name': 'Rogozin', 'name': 'РОГОЗИН', 'id': '36980694'}]",,,, +1414776079789797376,1414776079789797376,2021-07-13 06:37:57 Arabian Standard Time,2021-07-13,06:37:57,+0400,44196397,elonmusk,Elon Musk,,"Loki is pretty good. Basically, live-action @RickandMorty with a long romance ark.",en,"[{'screen_name': 'rickandmorty', 'name': 'rick and morty', 'id': '729468343'}]",[],[],7447,9175,142332,[],[],https://twitter.com/elonmusk/status/1414776079789797376,False,,0,,,,,,,,[],,,, +1414775056350208001,1414774147998179329,2021-07-13 06:33:53 Arabian Standard Time,2021-07-13,06:33:53,+0400,44196397,elonmusk,Elon Musk,,@dogeofficialceo 🤣,und,[],[],[],416,524,9706,[],[],https://twitter.com/elonmusk/status/1414775056350208001,False,,0,,,,,,,,"[{'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin 🇺🇦 🦊', 'id': '1355945100216573952'}]",,,, +1414774945335361548,1413902802519314437,2021-07-13 06:33:26 Arabian Standard Time,2021-07-13,06:33:26,+0400,44196397,elonmusk,Elon Musk,,"@CGDaveMac Maybe if it sees a Shiba Inu, the car renders a Dogecoin …",en,[],[],[],1971,3807,21780,[],[],https://twitter.com/elonmusk/status/1414774945335361548,False,,0,,,,,,,,"[{'screen_name': 'CGDaveMac', 'name': 'Dave Mac', 'id': '24340196'}]",,,, +1414774147998179329,1414774147998179329,2021-07-13 06:30:16 Arabian Standard Time,2021-07-13,06:30:16,+0400,44196397,elonmusk,Elon Musk,,🤯 https://t.co/Z11qszTY4v,und,[],[],['https://pbs.twimg.com/media/E6JJltAWYAQICcn.jpg'],10181,22432,313990,[],[],https://twitter.com/elonmusk/status/1414774147998179329,False,,1,https://pbs.twimg.com/media/E6JJltAWYAQICcn.jpg,,,,,,,[],,,, +1414710804033806350,1414606947660279812,2021-07-13 02:18:34 Arabian Standard Time,2021-07-13,02:18:34,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ @jeremyjudkins Haha Buzz Corp – made of 💯 buzzwords,en,[],[],[],252,145,2674,[],[],https://twitter.com/elonmusk/status/1414710804033806350,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'jeremyjudkins', 'name': '👻🎃Scaremy Pumpkins🎃👻', 'id': '84890791'}]",,,, +1414708056638861316,1414535724754481156,2021-07-13 02:07:39 Arabian Standard Time,2021-07-13,02:07:39,+0400,44196397,elonmusk,Elon Musk,,@ErcXspace @kimpaquette Interesting idea,en,[],[],[],323,118,3246,[],[],https://twitter.com/elonmusk/status/1414708056638861316,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄 🦊 🇺🇦 ☮️ 🕊', 'id': '258602317'}]",,,, +1414701279171993602,1414535724754481156,2021-07-13 01:40:43 Arabian Standard Time,2021-07-13,01:40:43,+0400,44196397,elonmusk,Elon Musk,,"@kimpaquette Not yet, but they will. It’s needed for full self-driving.",en,[],[],[],598,302,6975,[],[],https://twitter.com/elonmusk/status/1414701279171993602,False,,0,,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄 🦊 🇺🇦 ☮️ 🕊', 'id': '258602317'}]",,,, +1414700717013716993,1414700102619389957,2021-07-13 01:38:29 Arabian Standard Time,2021-07-13,01:38:29,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica OPP? https://t.co/muZdxKdUXz,und,[],['https://m.youtube.com/watch?v=idx3GSL2KWs'],[],457,191,3149,[],[],https://twitter.com/elonmusk/status/1414700717013716993,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1414699948302557186,1414606947660279812,2021-07-13 01:35:26 Arabian Standard Time,2021-07-13,01:35:26,+0400,44196397,elonmusk,Elon Musk,,@jeremyjudkins Corporate-speak is human Ambien,es,[],[],[],684,1134,27738,[],[],https://twitter.com/elonmusk/status/1414699948302557186,False,,0,,,,,,,,"[{'screen_name': 'jeremyjudkins', 'name': '👻🎃Scaremy Pumpkins🎃👻', 'id': '84890791'}]",,,, +1414699120162451460,1414645448531394571,2021-07-13 01:32:08 Arabian Standard Time,2021-07-13,01:32:08,+0400,44196397,elonmusk,Elon Musk,,"@greg16676935420 It’s true, x is a toddler hodler. Never once has he said sell!",en,[],[],[],1972,3282,23777,[],[],https://twitter.com/elonmusk/status/1414699120162451460,False,,0,,,,,,,,"[{'screen_name': 'greg16676935420', 'name': 'greg', 'id': '1356434353623093249'}]",,,, +1414635231030689793,1414444957536907269,2021-07-12 21:18:16 Arabian Standard Time,2021-07-12,21:18:16,+0400,44196397,elonmusk,Elon Musk,,@antoniogm @flcnhvy Exactly,en,[],[],[],295,178,3734,[],[],https://twitter.com/elonmusk/status/1414635231030689793,False,,0,,,,,,,,"[{'screen_name': 'antoniogm', 'name': 'Antonio García Martínez (agm.eth)', 'id': '11582012'}, {'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1414436167639093248,1414295625898749954,2021-07-12 08:07:15 Arabian Standard Time,2021-07-12,08:07:15,+0400,44196397,elonmusk,Elon Musk,,"@DriveTeslaca @EliBurton_ @Tesla Action will follow recognition soon thereafter. Also, call will listen for sirens & alarms.",en,[],[],[],542,311,4726,[],[],https://twitter.com/elonmusk/status/1414436167639093248,False,,0,,,,,,,,"[{'screen_name': 'DriveTeslaca', 'name': 'Drive Tesla 🇨🇦', 'id': '1169348503975317504'}, {'screen_name': 'EliBurton_', 'name': 'Eli Burton', 'id': '1060049746713182208'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1414435086548733952,1414295625898749954,2021-07-12 08:02:58 Arabian Standard Time,2021-07-12,08:02:58,+0400,44196397,elonmusk,Elon Musk,,"@EliBurton_ @Tesla It will soon capture turn signals, hazards, ambulance/police lights & even hand gestures",en,[],[],[],1501,1833,40045,[],[],https://twitter.com/elonmusk/status/1414435086548733952,False,,0,,,,,,,,"[{'screen_name': 'EliBurton_', 'name': 'Eli Burton', 'id': '1060049746713182208'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1414284952498278400,1414196105907036161,2021-07-11 22:06:23 Arabian Standard Time,2021-07-11,22:06:23,+0400,44196397,elonmusk,Elon Musk,,@wapodavenport Spaceport design is cool,en,[],[],[],1043,632,20744,[],[],https://twitter.com/elonmusk/status/1414284952498278400,False,,0,,,,,,,,"[{'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1414284648641925124,1414203506186100736,2021-07-11 22:05:11 Arabian Standard Time,2021-07-11,22:05:11,+0400,44196397,elonmusk,Elon Musk,,"@vincent13031925 Final decision made earlier this week on booster engine count. Will be 33 at ~230 (half million lbs) sea-level thrust. All engines on booster are same, apart from deleting gimbal & thrust vector actuators for outer 20.",en,[],[],[],576,688,12103,[],[],https://twitter.com/elonmusk/status/1414284648641925124,False,,0,,,,,,,,"[{'screen_name': 'vincent13031925', 'name': '🕊🇺🇦 vincentyu.eth ᵐᶠᵉʳ', 'id': '1689516060'}]",,,, +1414259848821108737,1414230046575894529,2021-07-11 20:26:38 Arabian Standard Time,2021-07-11,20:26:38,+0400,44196397,elonmusk,Elon Musk,,"@richardbranson @virgingalactic Congratulations, beautiful flight!",en,[],[],[],750,1461,26240,[],[],https://twitter.com/elonmusk/status/1414259848821108737,False,,0,,,,,,,,"[{'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'virgingalactic', 'name': 'Virgin Galactic', 'id': '26208862'}]",,,, +1414157827145404419,1413886033330982915,2021-07-11 13:41:14 Arabian Standard Time,2021-07-11,13:41:14,+0400,44196397,elonmusk,Elon Musk,,@richardbranson @virgingalactic Godspeed!,en,[],[],[],684,805,14712,[],[],https://twitter.com/elonmusk/status/1414157827145404419,False,,0,,,,,,,,"[{'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'virgingalactic', 'name': 'Virgin Galactic', 'id': '26208862'}]",,,, +1413935041332191233,1413911808751120387,2021-07-10 22:55:58 Arabian Standard Time,2021-07-10,22:55:58,+0400,44196397,elonmusk,Elon Musk,,@SciGuySpace Yes. It will be the highest output & most advanced rocket engine factory in the world.,en,[],[],[],785,768,14915,[],[],https://twitter.com/elonmusk/status/1413935041332191233,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1413933624408252416,1413806757042966531,2021-07-10 22:50:20 Arabian Standard Time,2021-07-10,22:50:20,+0400,44196397,elonmusk,Elon Musk,,@WatchersTank @Erdayastronaut The challenges of operating at Starbase left us with no choice but to put engine production in McGregor,en,[],[],[],193,136,3220,[],[],https://twitter.com/elonmusk/status/1413933624408252416,False,,0,,,,,,,,"[{'screen_name': 'WatchersTank', 'name': 'TankWatchers', 'id': '1352212034704846848'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1413912946720260106,1413537834594603008,2021-07-10 21:28:10 Arabian Standard Time,2021-07-10,21:28:10,+0400,44196397,elonmusk,Elon Musk,,@austinbarnard45 Thanks Austin :),en,[],[],[],610,478,21200,[],[],https://twitter.com/elonmusk/status/1413912946720260106,False,,0,,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +1413911893316603908,1413806757042966531,2021-07-10 21:23:59 Arabian Standard Time,2021-07-10,21:23:59,+0400,44196397,elonmusk,Elon Musk,,"@GokuAurelius @Erdayastronaut Roughly 800 to 1000 per year. That’s about what’s needed over ten years to create the fleet to build a self-sustaining city on Mars. City itself probably takes roughly 20 years, so hopefully it is built by ~2050.",en,[],[],[],303,523,5367,[],[],https://twitter.com/elonmusk/status/1413911893316603908,False,,0,,,,,,,,"[{'screen_name': 'GokuAurelius', 'name': 'Zephyr 🚀 ℝock3t', 'id': '1875674551'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1413910556965326850,1413806757042966531,2021-07-10 21:18:40 Arabian Standard Time,2021-07-10,21:18:40,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut McGregor,en,[],[],[],213,164,4348,[],[],https://twitter.com/elonmusk/status/1413910556965326850,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1413910404246523906,1413806757042966531,2021-07-10 21:18:04 Arabian Standard Time,2021-07-10,21:18:04,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut By “volume production”, I mean 2 to 4 engines per day. That’s super high volume for big rocket engines, but low volume by automotive standards.",en,[],[],[],251,414,6989,[],[],https://twitter.com/elonmusk/status/1413910404246523906,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1413909599711907845,1413806757042966531,2021-07-10 21:14:52 Arabian Standard Time,2021-07-10,21:14:52,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut We are breaking ground soon on a second Raptor factory at SpaceX Texas test site. This will focus on volume production of Raptor 2, while California factory will make Raptor Vacuum & new, experimental designs.",en,[],[],[],499,829,12335,[],[],https://twitter.com/elonmusk/status/1413909599711907845,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1413908758783217667,1413806757042966531,2021-07-10 21:11:31 Arabian Standard Time,2021-07-10,21:11:31,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut 😍,und,[],[],[],186,128,4258,[],[],https://twitter.com/elonmusk/status/1413908758783217667,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1413894747995922436,1413869344048615426,2021-07-10 20:15:51 Arabian Standard Time,2021-07-10,20:15:51,+0400,44196397,elonmusk,Elon Musk,,"@DirtyTesla @vincent13031925 Yeah, goal is to reflect reality, so screen render will become increasingly so",en,[],[],[],327,187,3359,[],[],https://twitter.com/elonmusk/status/1413894747995922436,False,,0,,,,,,,,"[{'screen_name': 'DirtyTesla', 'name': 'Dirty Tesla', 'id': '1118594454515003393'}, {'screen_name': 'vincent13031925', 'name': '🕊🇺🇦 vincentyu.eth ᵐᶠᵉʳ', 'id': '1689516060'}]",,,, +1413894389299023874,1413853415306825730,2021-07-10 20:14:25 Arabian Standard Time,2021-07-10,20:14:25,+0400,44196397,elonmusk,Elon Musk,,"@28delayslater @karpathy Accurate assessment. Btw, Autopilot software is technically led by Ashok, Andrej & Milan, but it’s very much a “knights of the round table” structure. There are so many talented engineers on Autopilot/AI team & they decide for themselves what to work on. Kinda like Valve.",en,[],[],[],377,486,7670,[],[],https://twitter.com/elonmusk/status/1413894389299023874,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of FrunkPuppy 🐶', 'id': '998140573008695296'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +1413893047377666052,1413869344048615426,2021-07-10 20:09:06 Arabian Standard Time,2021-07-10,20:09:06,+0400,44196397,elonmusk,Elon Musk,,@vincent13031925 Mind of car visualization will improve a lot in coming releases. Brightness/translucency indicate confidence of neural net in predicting any given object. Acid test is being able to assess with quick glance at screen if car fully understands environment.,en,[],[],[],327,409,4755,[],[],https://twitter.com/elonmusk/status/1413893047377666052,False,,0,,,,,,,,"[{'screen_name': 'vincent13031925', 'name': '🕊🇺🇦 vincentyu.eth ᵐᶠᵉʳ', 'id': '1689516060'}]",,,, +1413739988399833091,1413683716027686918,2021-07-10 10:00:53 Arabian Standard Time,2021-07-10,10:00:53,+0400,44196397,elonmusk,Elon Musk,,@edisoneom @richardbranson @StephenAtHome @thegreatkhalid @Cmdr_Hadfield @kelliegerardi @virgingalactic Only ever have,en,[],[],[],437,221,6402,[],[],https://twitter.com/elonmusk/status/1413739988399833091,False,,0,,,,,,,,"[{'screen_name': 'edisoneom', 'name': '︎ ︎edison', 'id': '132276594'}, {'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'StephenAtHome', 'name': 'Stephen Colbert', 'id': '16303106'}, {'screen_name': 'thegreatkhalid', 'name': 'Khalid', 'id': '1852644804'}, {'screen_name': 'Cmdr_Hadfield', 'name': 'Chris Hadfield', 'id': '186154646'}, {'screen_name': 'kelliegerardi', 'name': 'Kellie Gerardi', 'id': '16711778'}, {'screen_name': 'virgingalactic', 'name': 'Virgin Galactic', 'id': '26208862'}]",,,, +1413738280114339843,1413736546373718016,2021-07-10 09:54:06 Arabian Standard Time,2021-07-10,09:54:06,+0400,44196397,elonmusk,Elon Musk,,"@RationalEtienne Indeed, Loki is quiet good",en,[],[],[],741,466,7060,[],[],https://twitter.com/elonmusk/status/1413738280114339843,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}]",,,, +1413736778658459649,1413683716027686918,2021-07-10 09:48:08 Arabian Standard Time,2021-07-10,09:48:08,+0400,44196397,elonmusk,Elon Musk,,@richardbranson @StephenAtHome @thegreatkhalid @Cmdr_Hadfield @kelliegerardi @virgingalactic Will see you there to wish you the best,en,[],[],[],596,978,25750,[],[],https://twitter.com/elonmusk/status/1413736778658459649,False,,0,,,,,,,,"[{'screen_name': 'richardbranson', 'name': 'Richard Branson', 'id': '8161232'}, {'screen_name': 'StephenAtHome', 'name': 'Stephen Colbert', 'id': '16303106'}, {'screen_name': 'thegreatkhalid', 'name': 'Khalid', 'id': '1852644804'}, {'screen_name': 'Cmdr_Hadfield', 'name': 'Chris Hadfield', 'id': '186154646'}, {'screen_name': 'kelliegerardi', 'name': 'Kellie Gerardi', 'id': '16711778'}, {'screen_name': 'virgingalactic', 'name': 'Virgin Galactic', 'id': '26208862'}]",,,, +1413736546373718016,1413736546373718016,2021-07-10 09:47:13 Arabian Standard Time,2021-07-10,09:47:13,+0400,44196397,elonmusk,Elon Musk,,Fellowship of the Raptors https://t.co/Xz3rOsfA2h,en,[],[],['https://pbs.twimg.com/media/E56Z5OwXIAEIMiS.jpg'],14136,8961,138984,[],[],https://twitter.com/elonmusk/status/1413736546373718016,False,,1,https://pbs.twimg.com/media/E56Z5OwXIAEIMiS.jpg,,,,,,,[],,,, +1413702318256791553,1413651096678014985,2021-07-10 07:31:12 Arabian Standard Time,2021-07-10,07:31:12,+0400,44196397,elonmusk,Elon Musk,,"@summerlinARK @wintonARK Technically, high voltage DC is the most efficient way to transmit electricity, but they lacked good power electronics back then",en,[],[],[],473,332,7696,[],[],https://twitter.com/elonmusk/status/1413702318256791553,False,,0,,,,,,,,"[{'screen_name': 'summerlinARK', 'name': 'Will Summerlin', 'id': '1375179591757668352'}, {'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1413699458693533698,1413492312513159172,2021-07-10 07:19:50 Arabian Standard Time,2021-07-10,07:19:50,+0400,44196397,elonmusk,Elon Musk,,@SteveHamel16 @thesheetztweetz @skorusARK 💯,und,[],[],[],127,87,2037,[],[],https://twitter.com/elonmusk/status/1413699458693533698,False,,0,,,,,,,,"[{'screen_name': 'SteveHamel16', 'name': 'Steve Hamel 👀🇺🇦🦊', 'id': '999632398525530114'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1413697255291465730,1413697255291465730,2021-07-10 07:11:05 Arabian Standard Time,2021-07-10,07:11:05,+0400,44196397,elonmusk,Elon Musk,,Dragon returning from orbit,en,[],[],[],5176,2517,38450,[],[],https://twitter.com/elonmusk/status/1413697255291465730,False,https://twitter.com/SpaceX/status/1413694328820490242,0,,,,,,,,[],,,, +1413649482449883136,1413355442475085825,2021-07-10 04:01:15 Arabian Standard Time,2021-07-10,04:01:15,+0400,44196397,elonmusk,Elon Musk,,"@TeslaGong @PPathole @MattWallace888 It won’t need to reach visa speed, as regulated exchanges will act as de facto second layer. But the perfect should not be the enemy of the good – it is still good to increase base layer transaction speed & lower base layer transaction cost.",en,[],[],[],892,729,4791,[],[],https://twitter.com/elonmusk/status/1413649482449883136,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'MattWallace888', 'name': 'Matt Wallace', 'id': '805532293951606785'}]",,,, +1413648245763477507,1413355442475085825,2021-07-10 03:56:20 Arabian Standard Time,2021-07-10,03:56:20,+0400,44196397,elonmusk,Elon Musk,,@PPathole @MattWallace888 Block size & frequency should steadily increase to match broadly available bandwidth,en,[],[],[],743,655,3976,[],[],https://twitter.com/elonmusk/status/1413648245763477507,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'MattWallace888', 'name': 'Matt Wallace', 'id': '805532293951606785'}]",,,, +1413646095947812871,1413492312513159172,2021-07-10 03:47:48 Arabian Standard Time,2021-07-10,03:47:48,+0400,44196397,elonmusk,Elon Musk,,"@skorusARK When even someone in California, home of Silicon Valley, needs Internet so bad that they bolt a Starlink dish to the hood of their car, you know there’s a serious unmet need! https://t.co/WLcEu4IrJw",en,[],['https://www.cnbc.com/2021/07/02/chp-tickets-driver-with-apparent-spacex-starlink-dish-on-hood.html'],[],383,336,4343,[],[],https://twitter.com/elonmusk/status/1413646095947812871,False,,0,,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1413624409848434689,1413598670331711493,2021-07-10 02:21:37 Arabian Standard Time,2021-07-10,02:21:37,+0400,44196397,elonmusk,Elon Musk,,@nextspaceflight Yes,und,[],[],[],436,190,5912,[],[],https://twitter.com/elonmusk/status/1413624409848434689,False,,0,,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +1413620363553091592,1413453157229756430,2021-07-10 02:05:33 Arabian Standard Time,2021-07-10,02:05:33,+0400,44196397,elonmusk,Elon Musk,,@ElectrekCo @FredericLambert Just add salt …,en,[],[],[],553,282,7197,[],[],https://twitter.com/elonmusk/status/1413620363553091592,False,,0,,,,,,,,"[{'screen_name': 'ElectrekCo', 'name': 'Electrek.Co', 'id': '2148233600'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1413616545075433472,1413499398928044032,2021-07-10 01:50:22 Arabian Standard Time,2021-07-10,01:50:22,+0400,44196397,elonmusk,Elon Musk,,@astro_g_dogg @SpaceX Absolutely,en,[],[],[],237,224,9414,[],[],https://twitter.com/elonmusk/status/1413616545075433472,False,,0,,,,,,,,"[{'screen_name': 'astro_g_dogg', 'name': 'Garrett Reisman', 'id': '54712148'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1413616454692450304,1413616454692450304,2021-07-10 01:50:01 Arabian Standard Time,2021-07-10,01:50:01,+0400,44196397,elonmusk,Elon Musk,,Solar + Powerwall battery ensures that your home never loses power,en,[],[],[],10014,8934,145733,[],[],https://twitter.com/elonmusk/status/1413616454692450304,False,,0,,,,,,,,[],,,, +1413601488987992064,1413601488987992064,2021-07-10 00:50:33 Arabian Standard Time,2021-07-10,00:50:33,+0400,44196397,elonmusk,Elon Musk,,Tesla Solar Roof + Powerwall in major new housing development in Austin https://t.co/u7NJAswFW2,en,[],['https://bam.brookfield.com/press-releases/2021/07-09-2021-200014929'],[],3502,2471,28160,[],[],https://twitter.com/elonmusk/status/1413601488987992064,False,,0,,,,,,,,[],,,, +1413598670331711493,1413598670331711493,2021-07-10 00:39:21 Arabian Standard Time,2021-07-10,00:39:21,+0400,44196397,elonmusk,Elon Musk,,"Autonomous SpaceX droneship, A Shortfall of Gravitas https://t.co/hNZ5U7nxUg",en,[],[],[],6312,14072,143865,[],[],https://twitter.com/elonmusk/status/1413598670331711493,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1413598628128739332/pu/img/6TjuVvN5f7CaynGN.jpg,,,,,,,[],,,, +1413438555758673920,1413280234313506816,2021-07-09 14:03:06 Arabian Standard Time,2021-07-09,14:03:06,+0400,44196397,elonmusk,Elon Musk,,@MatchasmMatt @vonbrauckmann Yes,und,[],[],[],368,140,2757,[],[],https://twitter.com/elonmusk/status/1413438555758673920,False,,0,,,,,,,,"[{'screen_name': 'MatchasmMatt', 'name': 'Matt Smith', 'id': '778282085433876480'}, {'screen_name': 'vonbrauckmann', 'name': 'Paddy Brauckmann', 'id': '50468914'}]",,,, +1413396249546563586,1413355442475085825,2021-07-09 11:15:00 Arabian Standard Time,2021-07-09,11:15:00,+0400,44196397,elonmusk,Elon Musk,,"@MattWallace888 BTC & ETH are pursuing a multilayer transaction system, but base layer transaction rate is slow & transaction cost is high. There is merit imo to Doge maximizing base layer transaction rate & minimizing transaction cost with exchanges acting as the de facto secondary layer.",en,[],[],[],6692,6401,26506,[],[],https://twitter.com/elonmusk/status/1413396249546563586,False,,0,,,,,,,,"[{'screen_name': 'MattWallace888', 'name': 'Matt Wallace', 'id': '805532293951606785'}]",,,, +1413390204623335425,1413212438674149383,2021-07-09 10:50:58 Arabian Standard Time,2021-07-09,10:50:58,+0400,44196397,elonmusk,Elon Musk,,@TeslaNY Sigh,en,[],[],[],1041,724,19108,[],[],https://twitter.com/elonmusk/status/1413390204623335425,False,,0,,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}]",,,, +1413306624912019456,1413287566686654468,2021-07-09 05:18:52 Arabian Standard Time,2021-07-09,05:18:52,+0400,44196397,elonmusk,Elon Musk,,@hiromichimizuno 💕 🇯🇵,und,[],[],[],400,447,8444,[],[],https://twitter.com/elonmusk/status/1413306624912019456,False,,0,,,,,,,,"[{'screen_name': 'hiromichimizuno', 'name': 'HIRO MIZUNO', 'id': '72862939'}]",,,, +1413306409693892613,1413276657549340677,2021-07-09 05:18:00 Arabian Standard Time,2021-07-09,05:18:00,+0400,44196397,elonmusk,Elon Musk,,"@heydave7 Running preproduction software is both work & fun. Beta list was in stasis, as we had many known issues to fix. Beta 9 addresses most known issues, but there will be unknown issues, so please be paranoid. Safety is always top priority at Tesla.",en,[],[],[],272,303,4513,[],[],https://twitter.com/elonmusk/status/1413306409693892613,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1413292024745373698,1413280234313506816,2021-07-09 04:20:51 Arabian Standard Time,2021-07-09,04:20:51,+0400,44196397,elonmusk,Elon Musk,,@MemesOfMars @vonbrauckmann Hard to beat the Great Pyramid!,en,[],[],[],267,131,2890,[],[],https://twitter.com/elonmusk/status/1413292024745373698,False,,0,,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': '🦊❤️🚀 Dreams of Mars 🌕', 'id': '15567938'}, {'screen_name': 'vonbrauckmann', 'name': 'Paddy Brauckmann', 'id': '50468914'}]",,,, +1413290880530845703,1413280234313506816,2021-07-09 04:16:18 Arabian Standard Time,2021-07-09,04:16:18,+0400,44196397,elonmusk,Elon Musk,,"@vonbrauckmann Sanskrit is ancient & amazing, but Archaic Sumerian is generally agreed to be oldest written language. As for what was first spoken, it’s hard to say, as no one wrote it down! So much history has been lost due to lack of writing (on something durable). https://t.co/YV8DeOonfq",en,[],['https://www.britannica.com/topic/Sumerian-language'],[],382,228,2748,[],[],https://twitter.com/elonmusk/status/1413290880530845703,False,,0,,,,,,,,"[{'screen_name': 'vonbrauckmann', 'name': 'Paddy Brauckmann', 'id': '50468914'}]",,,, +1413283591660974084,1413273908535599104,2021-07-09 03:47:20 Arabian Standard Time,2021-07-09,03:47:20,+0400,44196397,elonmusk,Elon Musk,,Maybe that movie gaslit us all,en,[],[],[],2331,1175,31939,[],[],https://twitter.com/elonmusk/status/1413283591660974084,False,,0,,,,,,,,[],,,, +1413280234313506816,1413280234313506816,2021-07-09 03:33:59 Arabian Standard Time,2021-07-09,03:33:59,+0400,44196397,elonmusk,Elon Musk,,Listening to History of English podcast,en,[],[],[],4502,2558,77203,[],[],https://twitter.com/elonmusk/status/1413280234313506816,False,,0,,,,,,,,[],,,, +1413274839960391683,1413274839960391683,2021-07-09 03:12:33 Arabian Standard Time,2021-07-09,03:12:33,+0400,44196397,elonmusk,Elon Musk,,Tropic Thunder is so good,en,[],[],[],10729,11730,207210,[],[],https://twitter.com/elonmusk/status/1413274839960391683,False,,0,,,,,,,,[],,,, +1413273908535599104,1413273908535599104,2021-07-09 03:08:51 Arabian Standard Time,2021-07-09,03:08:51,+0400,44196397,elonmusk,Elon Musk,,Gas lit by gas light 💡,en,[],[],[],6312,3808,71940,[],[],https://twitter.com/elonmusk/status/1413273908535599104,False,,0,,,,,,,,[],,,, +1413268398113529856,1413176389650591745,2021-07-09 02:46:58 Arabian Standard Time,2021-07-09,02:46:58,+0400,44196397,elonmusk,Elon Musk,,@WhatsupFranks @flcnhvy That is the impression that some have 🤣 Traveling to another planet & building a self-sustaining city is not for the faint of heart. Consider the sad case of Chad (RIP) https://t.co/DhXGi65pKG,en,[],['https://m.youtube.com/watch?v=FuaDWyCnJxs'],[],234,194,2640,[],[],https://twitter.com/elonmusk/status/1413268398113529856,False,,0,,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'Franks&Beans FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1413266551768338433,1413127548360400896,2021-07-09 02:39:37 Arabian Standard Time,2021-07-09,02:39:37,+0400,44196397,elonmusk,Elon Musk,,@ElonardoM @WholeMarsBlog @FrenchieEAP @kimpaquette @28delayslater @AIDRIVR @Gfilche @HyperChangeTV @teslaownersSV @RationalEtienne 🤣🤣,und,[],[],[],238,103,3863,[],[],https://twitter.com/elonmusk/status/1413266551768338433,False,,0,,,,,,,,"[{'screen_name': 'ElonardoM', 'name': 'DJ Nardo 🦈 - ALDI Influencer', 'id': '1370503472186073090'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'FrenchieEAP', 'name': 'Frenchie', 'id': '1347203267525300226'}, {'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄 🦊 🇺🇦 ☮️ 🕊', 'id': '258602317'}, {'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}, {'screen_name': 'AIDRIVR', 'name': 'THE DRIVR', 'id': '1137314605422657537'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'HyperChangeTV', 'name': 'HyperChange', 'id': '830122005030694920'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}]",,,, +1413265883414384642,1413176389650591745,2021-07-09 02:36:58 Arabian Standard Time,2021-07-09,02:36:58,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy But also this https://t.co/T6R07qVQl6,en,[],[],['https://pbs.twimg.com/media/E5zt1GMX0AY_-5u.jpg'],250,183,2033,[],[],https://twitter.com/elonmusk/status/1413265883414384642,False,,1,https://pbs.twimg.com/media/E5zt1GMX0AY_-5u.jpg,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1413265809020006407,1413176389650591745,2021-07-09 02:36:40 Arabian Standard Time,2021-07-09,02:36:40,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy This https://t.co/kXnYf6RDQs,en,[],['https://m.youtube.com/watch?v=mAPG18zNtXk&feature=youtu.be'],[],172,178,2969,[],[],https://twitter.com/elonmusk/status/1413265809020006407,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1413265310053019649,1413159517538369536,2021-07-09 02:34:41 Arabian Standard Time,2021-07-09,02:34:41,+0400,44196397,elonmusk,Elon Musk,,@dogeofficialceo @newscientist Kinda true,en,[],[],[],137,137,1842,[],[],https://twitter.com/elonmusk/status/1413265310053019649,False,,0,,,,,,,,"[{'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin 🇺🇦 🦊', 'id': '1355945100216573952'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +1413264714247909378,1413159517538369536,2021-07-09 02:32:19 Arabian Standard Time,2021-07-09,02:32:19,+0400,44196397,elonmusk,Elon Musk,,@dogeofficialceo @newscientist 🤣🤣,und,[],[],[],121,195,2002,[],[],https://twitter.com/elonmusk/status/1413264714247909378,False,,0,,,,,,,,"[{'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin 🇺🇦 🦊', 'id': '1355945100216573952'}, {'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +1413263863232049158,1413159517538369536,2021-07-09 02:28:56 Arabian Standard Time,2021-07-09,02:28:56,+0400,44196397,elonmusk,Elon Musk,,@newscientist Cartesian Duelists,en,[],[],[],291,163,3078,[],[],https://twitter.com/elonmusk/status/1413263863232049158,False,,0,,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +1413254682026332172,1413118536940064774,2021-07-09 01:52:27 Arabian Standard Time,2021-07-09,01:52:27,+0400,44196397,elonmusk,Elon Musk,,@ccanonne_ Haha,tl,[],[],[],392,125,3614,[],[],https://twitter.com/elonmusk/status/1413254682026332172,False,,0,,,,,,,,"[{'screen_name': 'ccanonne_', 'name': 'Clément Canonne', 'id': '315718949'}]",,,, +1413253018720612360,1413252911845367814,2021-07-09 01:45:51 Arabian Standard Time,2021-07-09,01:45:51,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog I can sometimes be optimistic about schedules,en,[],[],[],553,270,4423,[],[],https://twitter.com/elonmusk/status/1413253018720612360,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1413252897920491520,1413144846571769862,2021-07-09 01:45:22 Arabian Standard Time,2021-07-09,01:45:22,+0400,44196397,elonmusk,Elon Musk,,@newscientist This sounds like it has potential to go wrong & I’m not referring to reusing code,en,[],[],[],426,367,6298,[],[],https://twitter.com/elonmusk/status/1413252897920491520,False,,0,,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +1413193186432872452,1413120066221219841,2021-07-08 21:48:06 Arabian Standard Time,2021-07-08,21:48:06,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut True,en,[],[],[],508,295,9066,[],[],https://twitter.com/elonmusk/status/1413193186432872452,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1413036520169164803,1412728106331230210,2021-07-08 11:25:34 Arabian Standard Time,2021-07-08,11:25:34,+0400,44196397,elonmusk,Elon Musk,,"@Rainmaker1973 An old video. Ah, those were simpler times …",en,[],[],[],457,351,12251,[],[],https://twitter.com/elonmusk/status/1413036520169164803,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1413032941291200515,1412902006998454273,2021-07-08 11:11:20 Arabian Standard Time,2021-07-08,11:11:20,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog And also accelerates sustainable energy,en,[],[],[],795,601,16203,[],[],https://twitter.com/elonmusk/status/1413032941291200515,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1413024817779970050,1412922289071480833,2021-07-08 10:39:03 Arabian Standard Time,2021-07-08,10:39:03,+0400,44196397,elonmusk,Elon Musk,,@newscientist Finally some tongue,en,[],[],[],814,464,16030,[],[],https://twitter.com/elonmusk/status/1413024817779970050,False,,0,,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +1413023979510636544,1413023395441119232,2021-07-08 10:35:44 Arabian Standard Time,2021-07-08,10:35:44,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV Beta 9 will start uploading at midnight California time on Friday. Bear in mind, it is still just a beta!",en,[],[],[],598,722,6901,[],[],https://twitter.com/elonmusk/status/1413023979510636544,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1413021267997995008,1413010975691739136,2021-07-08 10:24:57 Arabian Standard Time,2021-07-08,10:24:57,+0400,44196397,elonmusk,Elon Musk,,"@JeffTutorials @agokimpian @Vancity_Tesla @WholeMarsBlog @teslaownersSV Depends on how the limited beta goes. If it goes well, maybe a month or so.",en,[],[],[],295,164,2576,[],[],https://twitter.com/elonmusk/status/1413021267997995008,False,,0,,,,,,,,"[{'screen_name': 'JeffTutorials', 'name': 'Jeff 💙✌️', 'id': '2694154514'}, {'screen_name': 'agokimpian', 'name': 'Ago Kimpian', 'id': '3147289824'}, {'screen_name': 'Vancity_Tesla', 'name': 'Vancity_Tesla', 'id': '3079491277'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1413019658706378753,1413010975691739136,2021-07-08 10:18:33 Arabian Standard Time,2021-07-08,10:18:33,+0400,44196397,elonmusk,Elon Musk,,@agokimpian @Vancity_Tesla @WholeMarsBlog @teslaownersSV Improved FSD screen. Attempting to show the “mind” of the car.,en,[],[],[],134,122,1879,[],[],https://twitter.com/elonmusk/status/1413019658706378753,False,,0,,,,,,,,"[{'screen_name': 'agokimpian', 'name': 'Ago Kimpian', 'id': '3147289824'}, {'screen_name': 'Vancity_Tesla', 'name': 'Vancity_Tesla', 'id': '3079491277'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1413017768627159042,1413010975691739136,2021-07-08 10:11:03 Arabian Standard Time,2021-07-08,10:11:03,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog @teslaownersSV Saturday,en,[],[],[],459,387,3833,[],[],https://twitter.com/elonmusk/status/1413017768627159042,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1413017343480025088,1413010975691739136,2021-07-08 10:09:21 Arabian Standard Time,2021-07-08,10:09:21,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Releasing Beta V9 end of week,en,[],[],[],304,527,4162,[],[],https://twitter.com/elonmusk/status/1413017343480025088,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1413013632464662528,1413013632464662528,2021-07-08 09:54:37 Arabian Standard Time,2021-07-08,09:54:37,+0400,44196397,elonmusk,Elon Musk,,"Also, the British legal system in 2021 https://t.co/ITY6jyeDLM",en,[],[],['https://pbs.twimg.com/media/E5wIZGDXEAEfCGh.jpg'],6493,7881,121886,[],[],https://twitter.com/elonmusk/status/1413013632464662528,False,,1,https://pbs.twimg.com/media/E5wIZGDXEAEfCGh.jpg,,,,,,,[],,,, +1413012804437696513,1413012804437696513,2021-07-08 09:51:19 Arabian Standard Time,2021-07-08,09:51:19,+0400,44196397,elonmusk,Elon Musk,,I love this 🤣🤣,en,[],[],[],7785,8808,123220,[],[],https://twitter.com/elonmusk/status/1413012804437696513,False,https://twitter.com/Crypt0men/status/1411946838102577152,0,,,,,,,,[],,,, +1412917288626384896,1412899760567197702,2021-07-08 03:31:46 Arabian Standard Time,2021-07-08,03:31:46,+0400,44196397,elonmusk,Elon Musk,,@EZebroni @Tesla Expect rapid improvement with pure vision,en,[],[],[],663,500,11058,[],[],https://twitter.com/elonmusk/status/1412917288626384896,False,,0,,,,,,,,"[{'screen_name': 'EZebroni', 'name': 'Ethan Joseph 🍀', 'id': '821771300477640704'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1412873623614812160,1412831037223182341,2021-07-08 00:38:16 Arabian Standard Time,2021-07-08,00:38:16,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com Nikola Tesla was born in Croatia (to Serbian parents)!,en,[],[],[],1307,1033,15368,[],[],https://twitter.com/elonmusk/status/1412873623614812160,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1412864246719737856,1412829276928458754,2021-07-08 00:01:00 Arabian Standard Time,2021-07-08,00:01:00,+0400,44196397,elonmusk,Elon Musk,,@tobyliiiiiiiiii @ChrisG_NSF @DJSnM Yes,und,[],[],[],183,164,3572,[],[],https://twitter.com/elonmusk/status/1412864246719737856,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +1412847289169678336,1412537247933648903,2021-07-07 22:53:37 Arabian Standard Time,2021-07-07,22:53:37,+0400,44196397,elonmusk,Elon Musk,,"@TeslaOwnersDE And by 2060, Tesla production will exceed the mass of the Universe!",en,[],[],[],2328,1718,51025,[],[],https://twitter.com/elonmusk/status/1412847289169678336,False,,0,,,,,,,,"[{'screen_name': 'TeslaOwnersDE', 'name': 'TeslaGiga4', 'id': '1298925215649599488'}]",,,, +1412846722561105921,1412829276928458754,2021-07-07 22:51:22 Arabian Standard Time,2021-07-07,22:51:22,+0400,44196397,elonmusk,Elon Musk,,"@ChrisG_NSF @DJSnM Yeah, that would be cool. Also, using ship itself as structure for new giant telescope that’s >10X Hubble resolution. Was talking to Saul Perlmutter (who’s awesome) & he suggested wanting to do that.",en,[],[],[],194,316,4427,[],[],https://twitter.com/elonmusk/status/1412846722561105921,False,,0,,,,,,,,"[{'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +1412845920505372672,1412818236203102214,2021-07-07 22:48:11 Arabian Standard Time,2021-07-07,22:48:11,+0400,44196397,elonmusk,Elon Musk,,Supersonic shock wave,en,[],[],[],1981,1477,41420,[],[],https://twitter.com/elonmusk/status/1412845920505372672,False,,0,,,,,,,,[],,,, +1412845593106403337,1412818236203102214,2021-07-07 22:46:53 Arabian Standard Time,2021-07-07,22:46:53,+0400,44196397,elonmusk,Elon Musk,, https://t.co/O3BGaFuMDO,und,[],[],['https://pbs.twimg.com/media/E5tvk9mVgAACTze.jpg'],2295,3360,70417,[],[],https://twitter.com/elonmusk/status/1412845593106403337,False,,1,https://pbs.twimg.com/media/E5tvk9mVgAACTze.jpg,,,,,,,[],,,, +1412844098420043777,1412829276928458754,2021-07-07 22:40:57 Arabian Standard Time,2021-07-07,22:40:57,+0400,44196397,elonmusk,Elon Musk,,"@DJSnM We could stretch the Falcon Heavy upper stage & increase this a lot, but FH already covers all known payloads. Starship, especially with orbital refilling & dedicated deep space variants (no heatshield, flaps or header tanks) will take this up orders of magnitude.",en,[],[],[],210,333,6067,[],[],https://twitter.com/elonmusk/status/1412844098420043777,False,,0,,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +1412818326137409537,1412766687103840261,2021-07-07 20:58:32 Arabian Standard Time,2021-07-07,20:58:32,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX Absolutely! Staggeringly insane amount of work between now and then.,en,[],[],[],406,415,11458,[],[],https://twitter.com/elonmusk/status/1412818326137409537,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1412818236203102214,1412818236203102214,2021-07-07 20:58:11 Arabian Standard Time,2021-07-07,20:58:11,+0400,44196397,elonmusk,Elon Musk,,High res landing Falcon landing video https://t.co/8CPuH87JYv,en,[],[],[],9636,19327,200611,[],[],https://twitter.com/elonmusk/status/1412818236203102214,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1412818151109120000/pu/img/QYFRhnay4bZYjjT7.jpg,,,,,,,[],,,, +1412816914393362438,1412808543514804226,2021-07-07 20:52:55 Arabian Standard Time,2021-07-07,20:52:55,+0400,44196397,elonmusk,Elon Musk,,@jeff_foust Accurate. Show that Falcon Heavy addresses all use cases.,en,[],[],[],153,177,4091,[],[],https://twitter.com/elonmusk/status/1412816914393362438,False,,0,,,,,,,,"[{'screen_name': 'jeff_foust', 'name': 'Jeff Foust', 'id': '6374602'}]",,,, +1412816203853168643,1412524863068246022,2021-07-07 20:50:06 Arabian Standard Time,2021-07-07,20:50:06,+0400,44196397,elonmusk,Elon Musk,,"@weddleandsons @Tesla Working with Weddle and Sons Roofing has been a great collaboration for accelerating Tesla Solar Roof installation! This is a lot of work, as tens of millions of homes need solar roofs! If you are a roofing company, please consider adding Solar Roof to your offerings.",en,[],[],[],348,485,6876,[],[],https://twitter.com/elonmusk/status/1412816203853168643,False,,0,,,,,,,,"[{'screen_name': 'weddleandsons', 'name': 'Weddle and Sons Roofing', 'id': '337757678'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1412534204491960321,1412534204491960321,2021-07-07 02:09:32 Arabian Standard Time,2021-07-07,02:09:32,+0400,44196397,elonmusk,Elon Musk,, https://t.co/TQZ9QvcwH1,und,[],[],['https://pbs.twimg.com/media/E5pUX3QVEAMlnU9.jpg'],16821,33613,312632,[],[],https://twitter.com/elonmusk/status/1412534204491960321,False,,1,https://pbs.twimg.com/media/E5pUX3QVEAMlnU9.jpg,,,,,,,[],,,, +1412480029599027203,1412468226357874689,2021-07-06 22:34:16 Arabian Standard Time,2021-07-06,22:34:16,+0400,44196397,elonmusk,Elon Musk,,@lexfridman Douglas Adams ftw,en,[],[],[],1192,711,24109,[],[],https://twitter.com/elonmusk/status/1412480029599027203,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1412238408856989697,1412232331914399744,2021-07-06 06:34:09 Arabian Standard Time,2021-07-06,06:34:09,+0400,44196397,elonmusk,Elon Musk,,@SoManyWow @PPathole Mass Effect 2 was particularly great,en,[],[],[],351,180,3006,[],[],https://twitter.com/elonmusk/status/1412238408856989697,False,,0,,,,,,,,"[{'screen_name': 'SoManyWow', 'name': 'Ʌlpha Doge', 'id': '1367814290938462210'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1412238283640172545,1412232331914399744,2021-07-06 06:33:39 Arabian Standard Time,2021-07-06,06:33:39,+0400,44196397,elonmusk,Elon Musk,,@PPathole Warren Buffet ♥️ Sizzler buffet,en,[],[],[],433,300,4941,[],[],https://twitter.com/elonmusk/status/1412238283640172545,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1412237781204570112,1412234000224055312,2021-07-06 06:31:39 Arabian Standard Time,2021-07-06,06:31:39,+0400,44196397,elonmusk,Elon Musk,,"@heyitsyashu Caused by switching frequency of light source. Surround video (multiple cameras, across several frames), improving fps & exposure setting tweaks solves this. All in FSD build.",en,[],[],[],132,160,2870,[],[],https://twitter.com/elonmusk/status/1412237781204570112,False,,0,,,,,,,,"[{'screen_name': 'heyitsyashu', 'name': 'Yashu Sharma 🍊', 'id': '63776464'}]",,,, +1412233344759201792,1412232331914399744,2021-07-06 06:14:02 Arabian Standard Time,2021-07-06,06:14:02,+0400,44196397,elonmusk,Elon Musk,,"@F9Block5 Yes, updated UI coming with FSD wide release. All cars with FSD computer will have new “mind of car” view. All 3/Y can be upgraded to have FSD computer.",en,[],[],[],722,502,6113,[],[],https://twitter.com/elonmusk/status/1412233344759201792,False,,0,,,,,,,,"[{'screen_name': 'F9Block5', 'name': 'Matt', 'id': '1280177490539970560'}]",,,, +1412211015605882887,1412202551135588356,2021-07-06 04:45:18 Arabian Standard Time,2021-07-06,04:45:18,+0400,44196397,elonmusk,Elon Musk,,@pauljamil Soft spot for olde Roadster,da,[],[],[],377,305,11126,[],[],https://twitter.com/elonmusk/status/1412211015605882887,False,,0,,,,,,,,"[{'screen_name': 'pauljamil', 'name': 'Paul Jamil', 'id': '34152196'}]",,,, +1412060775699517442,1411945961815826432,2021-07-05 18:48:18 Arabian Standard Time,2021-07-05,18:48:18,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU @Crypt0men 🤣🤣 but srsly the pic clicking is so annoying!,en,[],[],[],399,213,5274,[],[],https://twitter.com/elonmusk/status/1412060775699517442,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'Crypt0men', 'name': 'crypt0men 🇲🇦 بيتكوين #عملات رقمية# 💯', 'id': '143799946'}]",,,, +1412003389353779204,1411848614968803328,2021-07-05 15:00:16 Arabian Standard Time,2021-07-05,15:00:16,+0400,44196397,elonmusk,Elon Musk,,@TaiigerBlue @Tesla @omarsultan @pauljamil @WholeMarsBlog @slye @JohnnaCrider1 @teslaownersSV @tesla_raj @Manic_Marge It’s awesome,en,[],[],[],435,236,5139,[],[],https://twitter.com/elonmusk/status/1412003389353779204,False,,0,,,,,,,,"[{'screen_name': 'TaiigerBlue', 'name': 'Taiiger 🇨🇦 #FSDBetaCanada', 'id': '2357240257'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'omarsultan', 'name': 'Omar #BLM Sultan', 'id': '15100692'}, {'screen_name': 'pauljamil', 'name': 'Paul Jamil', 'id': '34152196'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'slye', 'name': 'Andy Slye', 'id': '22088025'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'tesla_raj', 'name': 'Tesla Raj', 'id': '1061504849420836865'}, {'screen_name': 'Manic_Marge', 'name': 'Marge', 'id': '596204926'}]",,,, +1412003232470081539,1411781300063813648,2021-07-05 14:59:39 Arabian Standard Time,2021-07-05,14:59:39,+0400,44196397,elonmusk,Elon Musk,,"@planet4589 @DJSnM L/D makes quite a big difference. We do care about lift for Starship much more than Dragon, as lower peak heating is needed for reusability of heat shield. Dragon prefers high peak, low total heat load, as it is driven by tile heat pulse reaching bondline while under parachutes.",en,[],[],[],147,114,2340,[],[],https://twitter.com/elonmusk/status/1412003232470081539,False,,0,,,,,,,,"[{'screen_name': 'planet4589', 'name': 'Jonathan McDowell', 'id': '19355829'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +1411994673837527040,1411945961815826432,2021-07-05 14:25:38 Arabian Standard Time,2021-07-05,14:25:38,+0400,44196397,elonmusk,Elon Musk,,@Crypt0men Stop sending me this $h1t 🤣🤣,en,[],[],[],785,748,14543,[],[],https://twitter.com/elonmusk/status/1411994673837527040,False,,0,,,,,,,,"[{'screen_name': 'Crypt0men', 'name': 'crypt0men 🇲🇦 بيتكوين #عملات رقمية# 💯', 'id': '143799946'}]",,,, +1411980892650704902,1411945961815826432,2021-07-05 13:30:52 Arabian Standard Time,2021-07-05,13:30:52,+0400,44196397,elonmusk,Elon Musk,,@gelbfur 😢,und,[],[],[],538,301,8812,[],[],https://twitter.com/elonmusk/status/1411980892650704902,False,,0,,,,,,,,"[{'screen_name': 'gelbfur', 'name': 'Gelbfur', 'id': '1142859508743573513'}]",,,, +1411971491319586820,1411791978132606989,2021-07-05 12:53:31 Arabian Standard Time,2021-07-05,12:53:31,+0400,44196397,elonmusk,Elon Musk,,"@StarshipFairing @SpaceX @ulalaunch @blueorigin @relativityspace @torybruno @thetimellis Design is easy, production is hard",en,[],[],[],750,889,18071,[],[],https://twitter.com/elonmusk/status/1411971491319586820,False,,0,,,,,,,,"[{'screen_name': 'StarshipFairing', 'name': 'Jerry', 'id': '1208588367157440513'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'ulalaunch', 'name': 'ULA', 'id': '22845770'}, {'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}, {'screen_name': 'relativityspace', 'name': 'Relativity Space', 'id': '3655712834'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'thetimellis', 'name': 'Tim Ellis', 'id': '4775745224'}]",,,, +1411945961815826432,1411945961815826432,2021-07-05 11:12:04 Arabian Standard Time,2021-07-05,11:12:04,+0400,44196397,elonmusk,Elon Musk,,Free Britney,en,[],[],[],17179,52088,447985,[],[],https://twitter.com/elonmusk/status/1411945961815826432,False,,0,,,,,,,,[],,,, +1411805078378270721,1411667710681960449,2021-07-05 01:52:15 Arabian Standard Time,2021-07-05,01:52:15,+0400,44196397,elonmusk,Elon Musk,,"@DavidNagySFgang Booster engines are not shrouded by skirt extension, as with ship. Engines extend about 3m below booster.",en,[],[],[],322,310,6972,[],[],https://twitter.com/elonmusk/status/1411805078378270721,False,,0,,,,,,,,"[{'screen_name': 'DavidNagySFgang', 'name': 'David Nagy', 'id': '1076522811873771520'}]",,,, +1411800302433423360,1411544871375032320,2021-07-05 01:33:16 Arabian Standard Time,2021-07-05,01:33:16,+0400,44196397,elonmusk,Elon Musk,,@SmileSimplify @thejackbeyer @MarcusHouse @artzius It’s one possibility,en,[],[],[],126,105,2548,[],[],https://twitter.com/elonmusk/status/1411800302433423360,False,,0,,,,,,,,"[{'screen_name': 'SmileSimplify', 'name': 'Do Good, 1 Day at a Time', 'id': '42086886'}, {'screen_name': 'thejackbeyer', 'name': 'Jack Beyer', 'id': '290710248'}, {'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}, {'screen_name': 'artzius', 'name': 'Artzius', 'id': '1033815928943702017'}]",,,, +1411800159676035075,1411544871375032320,2021-07-05 01:32:42 Arabian Standard Time,2021-07-05,01:32:42,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @thejackbeyer @MarcusHouse @artzius Kinda has to happen :),en,[],[],[],92,120,2922,[],[],https://twitter.com/elonmusk/status/1411800159676035075,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'thejackbeyer', 'name': 'Jack Beyer', 'id': '290710248'}, {'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}, {'screen_name': 'artzius', 'name': 'Artzius', 'id': '1033815928943702017'}]",,,, +1411798501923508227,1411544871375032320,2021-07-05 01:26:07 Arabian Standard Time,2021-07-05,01:26:07,+0400,44196397,elonmusk,Elon Musk,,"@thejackbeyer @MarcusHouse @artzius Center engines on ship will be same as booster engines. This is basically Raptor 2. Raptor Vacuum would be only variant. Tbd as to whether to commonize R-Vac with Raptor 2 (more thrust), keep same or tighten throat (more Isp). Adding 3 more R-Vac to ship with max Isp maybe …",en,[],[],[],96,177,2482,[],[],https://twitter.com/elonmusk/status/1411798501923508227,False,,0,,,,,,,,"[{'screen_name': 'thejackbeyer', 'name': 'Jack Beyer', 'id': '290710248'}, {'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}, {'screen_name': 'artzius', 'name': 'Artzius', 'id': '1033815928943702017'}]",,,, +1411794332340740099,1411544871375032320,2021-07-05 01:09:33 Arabian Standard Time,2021-07-05,01:09:33,+0400,44196397,elonmusk,Elon Musk,,"@MarcusHouse @artzius All Raptors on booster, whether fixed or gimbaling, would be the same. 33*230 gets ~7600 tons of thrust & T/W of ~1.5.",en,[],[],[],67,157,2674,[],[],https://twitter.com/elonmusk/status/1411794332340740099,False,,0,,,,,,,,"[{'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}, {'screen_name': 'artzius', 'name': 'Artzius', 'id': '1033815928943702017'}]",,,, +1411748620798332928,1411544871375032320,2021-07-04 22:07:54 Arabian Standard Time,2021-07-04,22:07:54,+0400,44196397,elonmusk,Elon Musk,,@Astro_Elliott @MarcusHouse @artzius Looking good at ~378 sec. Continued improvement will get it over 380.,en,[],[],[],119,144,2696,[],[],https://twitter.com/elonmusk/status/1411748620798332928,False,,0,,,,,,,,"[{'screen_name': 'Astro_Elliott', 'name': 'Elliott🇺🇦', 'id': '1273066750263930880'}, {'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}, {'screen_name': 'artzius', 'name': 'Artzius', 'id': '1033815928943702017'}]",,,, +1411748343257079810,1411746457464438793,2021-07-04 22:06:48 Arabian Standard Time,2021-07-04,22:06:48,+0400,44196397,elonmusk,Elon Musk,,Happy 4th to all!,en,[],[],[],3517,3243,86582,[],[],https://twitter.com/elonmusk/status/1411748343257079810,False,,0,,,,,,,,[],,,, +1411746457464438793,1411746457464438793,2021-07-04 21:59:19 Arabian Standard Time,2021-07-04,21:59:19,+0400,44196397,elonmusk,Elon Musk,,Bless America https://t.co/QNagk4PArb,en,[],[],['https://pbs.twimg.com/media/E5eH6y6VcAICWPl.jpg'],11271,11875,237517,[],[],https://twitter.com/elonmusk/status/1411746457464438793,False,,1,https://pbs.twimg.com/media/E5eH6y6VcAICWPl.jpg,,,,,,,[],,,, +1411744982759792645,1411544871375032320,2021-07-04 21:53:27 Arabian Standard Time,2021-07-04,21:53:27,+0400,44196397,elonmusk,Elon Musk,,@MarcusHouse @artzius Current plan is to increase base Raptor thrust to ~230 tons or ~500 million lbs & increase booster engine count to 32 or 33,en,[],[],[],257,300,5749,[],[],https://twitter.com/elonmusk/status/1411744982759792645,False,,0,,,,,,,,"[{'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}, {'screen_name': 'artzius', 'name': 'Artzius', 'id': '1033815928943702017'}]",,,, +1411599476041555968,1411469920597155841,2021-07-04 12:15:15 Arabian Standard Time,2021-07-04,12:15:15,+0400,44196397,elonmusk,Elon Musk,,@TeslaStars Regen (using motor) braking means brake pads almost never need to be replaced,en,[],[],[],461,397,5241,[],[],https://twitter.com/elonmusk/status/1411599476041555968,False,,0,,,,,,,,"[{'screen_name': 'TeslaStars', 'name': 'TeslaStars 🇺🇦🕊❤️👀', 'id': '1070423183906476032'}]",,,, +1411572881306243075,1411527955981901824,2021-07-04 10:29:35 Arabian Standard Time,2021-07-04,10:29:35,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @Tesla Cool,en,[],[],[],628,447,9903,[],[],https://twitter.com/elonmusk/status/1411572881306243075,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1411545837172269058,1411458249442971648,2021-07-04 08:42:07 Arabian Standard Time,2021-07-04,08:42:07,+0400,44196397,elonmusk,Elon Musk,,"@TGMetsFan98 Outer engine ring is fixed angle, but can throttle",en,[],[],[],293,278,6991,[],[],https://twitter.com/elonmusk/status/1411545837172269058,False,,0,,,,,,,,"[{'screen_name': 'TGMetsFan98', 'name': 'Thomas Burghardt', 'id': '829474281075699712'}]",,,, +1411436683686387712,1411435425789448193,2021-07-04 01:28:23 Arabian Standard Time,2021-07-04,01:28:23,+0400,44196397,elonmusk,Elon Musk,,"@REQNews Yes, we can fly Starship around space & chomp up debris with the moving fairing door",en,[],[],[],774,581,8869,[],[],https://twitter.com/elonmusk/status/1411436683686387712,False,,0,,,,,,,,"[{'screen_name': 'REQNews', 'name': 'Lycan', 'id': '950478986425044992'}]",,,, +1411435425789448193,1411435425789448193,2021-07-04 01:23:23 Arabian Standard Time,2021-07-04,01:23:23,+0400,44196397,elonmusk,Elon Musk,,New SpaceX Starlink cover shows transfer orbit from Earth to Mars https://t.co/vwWeuhWCoP,en,[],[],['https://pbs.twimg.com/media/E5ZtCfmVEAM-YS_.jpg'],6529,6023,96588,[],[],https://twitter.com/elonmusk/status/1411435425789448193,False,,1,https://pbs.twimg.com/media/E5ZtCfmVEAM-YS_.jpg,,,,,,,[],,,, +1411280212470366213,1411076601966518277,2021-07-03 15:06:37 Arabian Standard Time,2021-07-03,15:06:37,+0400,44196397,elonmusk,Elon Musk,,"@BLKMDL3 Haha, FSD 9 beta is shipping soon, I swear! Generalized self-driving is a hard problem, as it requires solving a large part of real-world AI. Didn’t expect it to be so hard, but the difficulty is obvious in retrospect. Nothing has more degrees of freedom than reality.",en,[],[],[],2294,1129,17109,[],[],https://twitter.com/elonmusk/status/1411280212470366213,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}]",,,, +1411234201597186054,1411178032212025347,2021-07-03 12:03:47 Arabian Standard Time,2021-07-03,12:03:47,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog https://t.co/ftFbmwIJz6,und,[],[],['https://pbs.twimg.com/media/E5W2BvrVkAI9hqI.jpg'],4489,1521,6152,[],[],https://twitter.com/elonmusk/status/1411234201597186054,False,,1,https://pbs.twimg.com/media/E5W2BvrVkAI9hqI.jpg,,,,,,,[],,,, +1411229741298831360,1411173177762451456,2021-07-03 11:46:04 Arabian Standard Time,2021-07-03,11:46:04,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne There is a big difference between reaching space and reaching orbit,en,[],[],[],1210,1704,32667,[],[],https://twitter.com/elonmusk/status/1411229741298831360,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}]",,,, +1411172276188319745,1410951193732567045,2021-07-03 07:57:43 Arabian Standard Time,2021-07-03,07:57:43,+0400,44196397,elonmusk,Elon Musk,,"@Model3Owners @Tesla Friday afternoons are usually Tesla design studio time. Cybertruck will be almost exactly what was shown. We’re adding rear wheel steering, so it can do tight turns & maneuver with high agility. Lot of other great things coming.",en,[],[],[],1361,1383,17964,[],[],https://twitter.com/elonmusk/status/1411172276188319745,False,,0,,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1411098174563905538,1411075360049991685,2021-07-03 03:03:16 Arabian Standard Time,2021-07-03,03:03:16,+0400,44196397,elonmusk,Elon Musk,,@DavidNagySFgang Fair enough,en,[],[],[],437,376,13812,[],[],https://twitter.com/elonmusk/status/1411098174563905538,False,,0,,,,,,,,"[{'screen_name': 'DavidNagySFgang', 'name': 'David Nagy', 'id': '1076522811873771520'}]",,,, +1411072449563619331,1411007128773464065,2021-07-03 01:21:03 Arabian Standard Time,2021-07-03,01:21:03,+0400,44196397,elonmusk,Elon Musk,,@24_7TeslaNews @teslaownersSV @FelixSchlang Both great,en,[],[],[],203,114,2663,[],[],https://twitter.com/elonmusk/status/1411072449563619331,False,,0,,,,,,,,"[{'screen_name': '24_7TeslaNews', 'name': '🔋Alex Thompson🔋', 'id': '3146794919'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}]",,,, +1411072156239204356,1411007128773464065,2021-07-03 01:19:53 Arabian Standard Time,2021-07-03,01:19:53,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @FelixSchlang Two weeks,en,[],[],[],870,704,8882,[],[],https://twitter.com/elonmusk/status/1411072156239204356,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}]",,,, +1411071916949995521,1411069433519480834,2021-07-03 01:18:56 Arabian Standard Time,2021-07-03,01:18:56,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k @NatGeo 💩,und,[],[],[],652,378,5162,[],[],https://twitter.com/elonmusk/status/1411071916949995521,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'NatGeo', 'name': 'National Geographic', 'id': '17471979'}]",,,, +1411071668051537926,1411069433519480834,2021-07-03 01:17:56 Arabian Standard Time,2021-07-03,01:17:56,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @NatGeo Yes. Long-term, all settings will be in your Tesla app and car will auto adjust.",en,[],[],[],177,200,3108,[],[],https://twitter.com/elonmusk/status/1411071668051537926,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'NatGeo', 'name': 'National Geographic', 'id': '17471979'}]",,,, +1411070825441103880,1411007128773464065,2021-07-03 01:14:35 Arabian Standard Time,2021-07-03,01:14:35,+0400,44196397,elonmusk,Elon Musk,,@FelixSchlang Epic!,en,[],[],[],856,681,24121,[],[],https://twitter.com/elonmusk/status/1411070825441103880,False,,0,,,,,,,,"[{'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}]",,,, +1411070396162449408,1411069433519480834,2021-07-03 01:12:53 Arabian Standard Time,2021-07-03,01:12:53,+0400,44196397,elonmusk,Elon Musk,,"@NatGeo Toxoplasmosis infects rats, then cats, then humans who make cat videos. AI trains achieves superhuman intelligence training on Internet cat videos, thus making toxoplasmosis the true arbiter of our destiny.",en,[],[],[],876,775,9631,[],[],https://twitter.com/elonmusk/status/1411070396162449408,False,,0,,,,,,,,"[{'screen_name': 'NatGeo', 'name': 'National Geographic', 'id': '17471979'}]",,,, +1410951450604175366,1410951450604175366,2021-07-02 17:20:14 Arabian Standard Time,2021-07-02,17:20:14,+0400,44196397,elonmusk,Elon Musk,, https://t.co/oGKHhHROQa,und,[],[],['https://pbs.twimg.com/media/E5S03d4VgAggi2a.jpg'],16629,19561,204126,[],[],https://twitter.com/elonmusk/status/1410951450604175366,False,,1,https://pbs.twimg.com/media/E5S03d4VgAggi2a.jpg,,,,,,,[],,,, +1410949616992882695,1410708215529148417,2021-07-02 17:12:57 Arabian Standard Time,2021-07-02,17:12:57,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @CarlosV_Resiste @pcgamer Yeah, main story line is not that long. Played at max difficulty, no aim assist, so didn’t softball it. Razor fight was insanely difficult.",en,[],[],[],281,192,3714,[],[],https://twitter.com/elonmusk/status/1410949616992882695,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'CarlosV_Resiste', 'name': 'Carlos V ', 'id': '2434615266'}, {'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +1410948739145994244,1410948739145994244,2021-07-02 17:09:28 Arabian Standard Time,2021-07-02,17:09:28,+0400,44196397,elonmusk,Elon Musk,,"Congrats Tesla Team on over 200,000 car built & delivered in Q2, despite many challenges!!",en,[],[],[],7819,9699,171175,[],[],https://twitter.com/elonmusk/status/1410948739145994244,False,,0,,,,,,,,[],,,, +1410947694802006019,1410708215529148417,2021-07-02 17:05:19 Arabian Standard Time,2021-07-02,17:05:19,+0400,44196397,elonmusk,Elon Musk,,"@CarlosV_Resiste @pcgamer These days, I mostly just play Polytopia, which comes free with every Tesla! https://t.co/KVpAVS2F8q",en,[],[],['https://pbs.twimg.com/media/E5Sxco1UUAUk7aP.jpg'],204,135,2116,[],[],https://twitter.com/elonmusk/status/1410947694802006019,False,,1,https://pbs.twimg.com/media/E5Sxco1UUAUk7aP.jpg,,,,,,,"[{'screen_name': 'CarlosV_Resiste', 'name': 'Carlos V ', 'id': '2434615266'}, {'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +1410945093981282306,1410708215529148417,2021-07-02 16:54:59 Arabian Standard Time,2021-07-02,16:54:59,+0400,44196397,elonmusk,Elon Musk,,@pcgamer Dead Space 2 was great,en,[],[],[],491,479,10570,[],[],https://twitter.com/elonmusk/status/1410945093981282306,False,,0,,,,,,,,"[{'screen_name': 'pcgamer', 'name': 'PC Gamer', 'id': '16736535'}]",,,, +1410886804019068936,1410886804019068936,2021-07-02 13:03:21 Arabian Standard Time,2021-07-02,13:03:21,+0400,44196397,elonmusk,Elon Musk,, https://t.co/g9F1p0bpr8,und,[],[],['https://pbs.twimg.com/media/E5R6ARbXIAASbpp.jpg'],7783,14738,236834,[],[],https://twitter.com/elonmusk/status/1410886804019068936,False,,1,https://pbs.twimg.com/media/E5R6ARbXIAASbpp.jpg,,,,,,,[],,,, +1410882149478187008,1410558429136142341,2021-07-02 12:44:52 Arabian Standard Time,2021-07-02,12:44:52,+0400,44196397,elonmusk,Elon Musk,,@TheClassicalCo Might work,en,[],[],[],438,182,4768,[],[],https://twitter.com/elonmusk/status/1410882149478187008,False,,0,,,,,,,,"[{'screen_name': 'TheClassicalCo', 'name': 'The Classical Compendium 🏛️', 'id': '1346461844496498688'}]",,,, +1410878780378337282,1410657384419278852,2021-07-02 12:31:28 Arabian Standard Time,2021-07-02,12:31:28,+0400,44196397,elonmusk,Elon Musk,,"@SciGuySpace @WIRED Wow, 14 years ago!",en,[],[],[],319,286,8505,[],[],https://twitter.com/elonmusk/status/1410878780378337282,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}, {'screen_name': 'WIRED', 'name': 'WIRED', 'id': '1344951'}]",,,, +1410801235209318405,1410574734081863680,2021-07-02 07:23:20 Arabian Standard Time,2021-07-02,07:23:20,+0400,44196397,elonmusk,Elon Musk,,@Adamklotz_ @mrgreyev @DirtyTesla @Tesla Sure. We can show them live. Eerily realistic. Maybe we should make a game.,en,[],[],[],306,240,3899,[],[],https://twitter.com/elonmusk/status/1410801235209318405,False,,0,,,,,,,,"[{'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}, {'screen_name': 'DirtyTesla', 'name': 'Dirty Tesla', 'id': '1118594454515003393'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1410799845669965833,1410574734081863680,2021-07-02 07:17:49 Arabian Standard Time,2021-07-02,07:17:49,+0400,44196397,elonmusk,Elon Musk,,"@mrgreyev @DirtyTesla @Tesla When we need strange training examples, eg half a car on highway, Tesla sim delivers. Also, accidents on Autopilot are becoming rarer, so we need more close call examples. For safety tests, Autopilot sees dummy far away. Emergency braking only needed for distracted drivers.",en,[],[],[],110,102,1350,[],[],https://twitter.com/elonmusk/status/1410799845669965833,False,,0,,,,,,,,"[{'screen_name': 'DirtyTesla', 'name': 'Dirty Tesla', 'id': '1118594454515003393'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1410797794630070278,1410768939806650368,2021-07-02 07:09:40 Arabian Standard Time,2021-07-02,07:09:40,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @thesheetztweetz @rookisaacman @johnkrausphotos @wapodavenport @blueorigin But can I pay in Doge?,en,[],[],[],1430,3349,16598,[],[],https://twitter.com/elonmusk/status/1410797794630070278,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🦊🐢🦔', 'id': '372959979'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}, {'screen_name': 'rookisaacman', 'name': 'Jared Isaacman', 'id': '1279551125264445448'}, {'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}, {'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}]",,,, +1410797535837396995,1410574734081863680,2021-07-02 07:08:38 Arabian Standard Time,2021-07-02,07:08:38,+0400,44196397,elonmusk,Elon Musk,,"@DirtyTesla @Tesla Yeah, it’s next-level & will just keep getting better with more training data from fleet. Tesla sim team is also crushing it.",en,[],[],[],306,355,7034,[],[],https://twitter.com/elonmusk/status/1410797535837396995,False,,0,,,,,,,,"[{'screen_name': 'DirtyTesla', 'name': 'Dirty Tesla', 'id': '1118594454515003393'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1410797243578294277,1410630604912222210,2021-07-02 07:07:28 Arabian Standard Time,2021-07-02,07:07:28,+0400,44196397,elonmusk,Elon Musk,,@AngelNDevil2 @torybruno But I guess I should take my own advice & just work on saving the things I love,en,[],[],[],281,361,4398,[],[],https://twitter.com/elonmusk/status/1410797243578294277,False,,0,,,,,,,,"[{'screen_name': 'AngelNDevil2', 'name': 'Angel & Devil', 'id': '1347954961452302336'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}]",,,, +1410737586553778182,1410630604912222210,2021-07-02 03:10:25 Arabian Standard Time,2021-07-02,03:10:25,+0400,44196397,elonmusk,Elon Musk,,"@AngelNDevil2 @torybruno What is not well understood is that ULA *still* has a monopoly carve-out for US government launches for which SpaceX is not allowed to compete, costing the taxpayer twice as much per launch than it should. This is obviously not real competition.",en,[],[],[],387,425,4479,[],[],https://twitter.com/elonmusk/status/1410737586553778182,False,,0,,,,,,,,"[{'screen_name': 'AngelNDevil2', 'name': 'Angel & Devil', 'id': '1347954961452302336'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}]",,,, +1410708483880722433,1410630604912222210,2021-07-02 01:14:46 Arabian Standard Time,2021-07-02,01:14:46,+0400,44196397,elonmusk,Elon Musk,,"@torybruno Your company said the exact opposite in 2014 when it got a sole-source, uncompeted $11B DoD launch contract. https://t.co/Abd5sWhZDt In any event, expendable rockets are as relevant to the future as expendable aircraft. Rapidly reusable rockets are all that matter.",en,[],['https://www.cbsnews.com/network/news/space/home/spacenews/files/042914_ula_blockbuy.html'],[],413,340,4719,[],[],https://twitter.com/elonmusk/status/1410708483880722433,False,,0,,,,,,,,"[{'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}]",,,, +1410701401601290246,1410588373165744131,2021-07-02 00:46:38 Arabian Standard Time,2021-07-02,00:46:38,+0400,44196397,elonmusk,Elon Musk,,@SciGuySpace True,en,[],[],[],248,188,4889,[],[],https://twitter.com/elonmusk/status/1410701401601290246,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1410674182208331779,1410671380589387782,2021-07-01 22:58:28 Arabian Standard Time,2021-07-01,22:58:28,+0400,44196397,elonmusk,Elon Musk,,@thesheetztweetz Will look pretty wild with a ship on top,en,[],[],[],348,348,6229,[],[],https://twitter.com/elonmusk/status/1410674182208331779,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1410670645948653568,1410670645948653568,2021-07-01 22:44:25 Arabian Standard Time,2021-07-01,22:44:25,+0400,44196397,elonmusk,Elon Musk,,Super Heavy on road & 7th Tower segment added https://t.co/SJIHA3BLhL,en,[],[],"['https://pbs.twimg.com/media/E5O1eRwWYAkiewT.jpg', 'https://pbs.twimg.com/media/E5O1eRwWYAgpMcR.jpg']",5584,8256,118387,[],[],https://twitter.com/elonmusk/status/1410670645948653568,False,,1,https://pbs.twimg.com/media/E5O1eRwWYAkiewT.jpg,,,,,,,[],,,, +1410558052315639809,1410266903306805260,2021-07-01 15:17:01 Arabian Standard Time,2021-07-01,15:17:01,+0400,44196397,elonmusk,Elon Musk,,"@Astro_Elliott @LifeboatHQ Once you have rapidly reusable rockets of sufficient size to carry >100 tons of payload, it is not clear that cost per ton to orbit/moon/Mars improves with a larger rocket. Aircraft, for example, have moved away from 747/A380 to 777, which has ~100 tons of payload.",en,[],[],[],198,150,2897,[],[],https://twitter.com/elonmusk/status/1410558052315639809,False,,0,,,,,,,,"[{'screen_name': 'Astro_Elliott', 'name': 'Elliott🇺🇦', 'id': '1273066750263930880'}, {'screen_name': 'LifeboatHQ', 'name': 'Lifeboat Foundation', 'id': '21558596'}]",,,, +1410553819185004546,1410471333519978498,2021-07-01 15:00:11 Arabian Standard Time,2021-07-01,15:00:11,+0400,44196397,elonmusk,Elon Musk,,@_TomCross_ Million tons to Mars requires R R R,en,[],[],[],431,299,5860,[],[],https://twitter.com/elonmusk/status/1410553819185004546,False,,0,,,,,,,,"[{'screen_name': '_TomCross_', 'name': '◾️', 'id': '942308439052648448'}]",,,, +1410537991236243461,1410537991236243461,2021-07-01 13:57:18 Arabian Standard Time,2021-07-01,13:57:18,+0400,44196397,elonmusk,Elon Musk,,Super Heavy moves tomorrow https://t.co/qHG1SYO46S,en,[],[],['https://pbs.twimg.com/media/E5M80tXXMAI3A5A.jpg'],6145,9229,149174,[],[],https://twitter.com/elonmusk/status/1410537991236243461,False,,1,https://pbs.twimg.com/media/E5M80tXXMAI3A5A.jpg,,,,,,,[],,,, +1410537178762027009,1410266903306805260,2021-07-01 13:54:04 Arabian Standard Time,2021-07-01,13:54:04,+0400,44196397,elonmusk,Elon Musk,,"@LifeboatHQ Doubling diameter increases mass 4X, but difficulty of simultaneously building & launching rocket of that size is >>4X. In retrospect, <9m diameter for Starship might have been wise. Current size is ~5200 ton stack mass & ~7500 ton-F thrust, which is more than double Saturn V.",en,[],[],[],133,102,2126,[],[],https://twitter.com/elonmusk/status/1410537178762027009,False,,0,,,,,,,,"[{'screen_name': 'LifeboatHQ', 'name': 'Lifeboat Foundation', 'id': '21558596'}]",,,, +1410529698497630212,1410529698497630212,2021-07-01 13:24:21 Arabian Standard Time,2021-07-01,13:24:21,+0400,44196397,elonmusk,Elon Musk,,"Baby Doge, doo, doo, doo, doo, doo, Baby Doge, doo, doo, doo, doo, doo, Baby Doge, doo, doo, doo, doo, doo, Baby Doge",en,[],[],[],45549,48122,280096,[],[],https://twitter.com/elonmusk/status/1410529698497630212,False,,0,,,,,,,,[],,,, +1410525535147601924,1410266903306805260,2021-07-01 13:07:48 Arabian Standard Time,2021-07-01,13:07:48,+0400,44196397,elonmusk,Elon Musk,,@KerbalSpaceP What are we doing wrong at SpaceX? You probably have some good ideas. The fundamental optimization for making life multiplanetary & backing up the biosphere is cost per ton to the surface of Mars. What system achieves that best?,en,[],[],[],594,259,5793,[],[],https://twitter.com/elonmusk/status/1410525535147601924,False,,0,,,,,,,,"[{'screen_name': 'KerbalSpaceP', 'name': 'Kerbal Space Program', 'id': '334738427'}]",,,, +1410523442500284418,1410519466518233089,2021-07-01 12:59:29 Arabian Standard Time,2021-07-01,12:59:29,+0400,44196397,elonmusk,Elon Musk,,@PPathole C,und,[],[],[],275,162,3114,[],[],https://twitter.com/elonmusk/status/1410523442500284418,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1410520073845022722,1410519466518233089,2021-07-01 12:46:06 Arabian Standard Time,2021-07-01,12:46:06,+0400,44196397,elonmusk,Elon Musk,,@A7imd It’s like looking in a mirror,en,[],[],[],818,799,15824,[],[],https://twitter.com/elonmusk/status/1410520073845022722,False,,0,,,,,,,,"[{'screen_name': 'A7imd', 'name': 'أحمد', 'id': '894202357'}]",,,, +1410519466518233089,1410519466518233089,2021-07-01 12:43:41 Arabian Standard Time,2021-07-01,12:43:41,+0400,44196397,elonmusk,Elon Musk,,Release the Doge! https://t.co/9bXCWQLIhu,en,[],[],['https://pbs.twimg.com/media/E5Mr-oXXwAEWFtP.jpg'],11161,15910,128598,[],[],https://twitter.com/elonmusk/status/1410519466518233089,False,,1,https://pbs.twimg.com/media/E5Mr-oXXwAEWFtP.jpg,,,,,,,[],,,, +1410519086417813510,1410519086417813510,2021-07-01 12:42:11 Arabian Standard Time,2021-07-01,12:42:11,+0400,44196397,elonmusk,Elon Musk,,Stop gendering memes … I mean mimes,en,[],[],[],5907,6185,123753,[],[],https://twitter.com/elonmusk/status/1410519086417813510,False,,0,,,,,,,,[],,,, +1410513796955844609,1409900321405489152,2021-07-01 12:21:09 Arabian Standard Time,2021-07-01,12:21:09,+0400,44196397,elonmusk,Elon Musk,,"@RationalEtienne @michilumin Of course, you can’t take that literally – he meant the whole dairy industry",en,[],[],[],128,97,1852,[],[],https://twitter.com/elonmusk/status/1410513796955844609,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'michilumin', 'name': 'Michi Lumin', 'id': '35618737'}]",,,, +1410512135109570563,1409900321405489152,2021-07-01 12:14:33 Arabian Standard Time,2021-07-01,12:14:33,+0400,44196397,elonmusk,Elon Musk,,"@RationalEtienne @michilumin Yeah, had great Poutine in Montreal. Does feel like your life expectancy is dropping in real-time as you eat it, but awesome nonetheless.",en,[],[],[],114,109,1416,[],[],https://twitter.com/elonmusk/status/1410512135109570563,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'michilumin', 'name': 'Michi Lumin', 'id': '35618737'}]",,,, +1410510912780337154,1409900321405489152,2021-07-01 12:09:42 Arabian Standard Time,2021-07-01,12:09:42,+0400,44196397,elonmusk,Elon Musk,,"@michilumin Sorry for any confusion. Dojo is a neural network training computer optimized for video (for self-driving). Unless there is a predictable pattern to hashing Scrypt (which we will not attempt to find), it will not be competitive with ASIC-based hashing. Potatoes are delicious!",en,[],[],[],302,297,3357,[],[],https://twitter.com/elonmusk/status/1410510912780337154,False,,0,,,,,,,,"[{'screen_name': 'michilumin', 'name': 'Michi Lumin', 'id': '35618737'}]",,,, +1410505713206521859,1410462284439113728,2021-07-01 11:49:02 Arabian Standard Time,2021-07-01,11:49:02,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @SpaceX I do live in a $50k house, but not this specific one",en,[],[],[],1469,1293,31098,[],[],https://twitter.com/elonmusk/status/1410505713206521859,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1410413958805270533,1410400002929696770,2021-07-01 05:44:26 Arabian Standard Time,2021-07-01,05:44:26,+0400,44196397,elonmusk,Elon Musk,,"@XHNews The economic prosperity that China has achieved is truly amazing, especially in infrastructure! I encourage people to visit and see for themselves.",en,[],[],[],6901,1839,12755,[],[],https://twitter.com/elonmusk/status/1410413958805270533,False,,0,,,,,,,,"[{'screen_name': 'XHNews', 'name': 'China Xinhua News', 'id': '487118986'}]",,,, +1410412454312620037,1410390864145301505,2021-07-01 05:38:27 Arabian Standard Time,2021-07-01,05:38:27,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut Impressive,en,[],[],[],304,196,6692,[],[],https://twitter.com/elonmusk/status/1410412454312620037,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1410411794913505281,1410330088906838018,2021-07-01 05:35:50 Arabian Standard Time,2021-07-01,05:35:50,+0400,44196397,elonmusk,Elon Musk,,@AstroKevin_133 @torybruno @ChadBowman0 @thesheetztweetz Then why were taxpayers forced to overpay for ULA?,en,[],[],[],203,151,2945,[],[],https://twitter.com/elonmusk/status/1410411794913505281,False,,0,,,,,,,,"[{'screen_name': 'AstroKevin_133', 'name': 'Kevin', 'id': '1156578464000028675'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'ChadBowman0', 'name': 'Chad “bagholder” Bowman', 'id': '933124531'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1410410442699292674,1410330088906838018,2021-07-01 05:30:28 Arabian Standard Time,2021-07-01,05:30:28,+0400,44196397,elonmusk,Elon Musk,,"@torybruno @ChadBowman0 @thesheetztweetz Now, this sort of nonsense happens all the time with government contracts & everyone knows it. However, in this case, it is money diverted from making life multiplanetary, which is the goal of SpaceX, vs the ULA goal of maximizing dividends to Lockheed & Boeing. Not ok.",en,[],[],[],295,358,4496,[],[],https://twitter.com/elonmusk/status/1410410442699292674,False,,0,,,,,,,,"[{'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'ChadBowman0', 'name': 'Chad “bagholder” Bowman', 'id': '933124531'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1410409089985810434,1410330088906838018,2021-07-01 05:25:05 Arabian Standard Time,2021-07-01,05:25:05,+0400,44196397,elonmusk,Elon Musk,,"@dogeofficialceo @torybruno @ChadBowman0 @thesheetztweetz Yeah, but dogz rūl",ro,[],[],[],477,897,5548,[],[],https://twitter.com/elonmusk/status/1410409089985810434,False,,0,,,,,,,,"[{'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin 🇺🇦 🦊', 'id': '1355945100216573952'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'ChadBowman0', 'name': 'Chad “bagholder” Bowman', 'id': '933124531'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1410406813762269188,1410330088906838018,2021-07-01 05:16:03 Arabian Standard Time,2021-07-01,05:16:03,+0400,44196397,elonmusk,Elon Musk,,"@torybruno @ChadBowman0 @thesheetztweetz ULA would be dead as a doornail without the two launch provider DoD requirement. If this is not true, then you won’t have a problem removing it. Your parent company, Lockheed, darkened the skies with lobbyists to ensure F-35 was single source. Seems a little inconsistent …",en,[],[],[],303,346,4612,[],[],https://twitter.com/elonmusk/status/1410406813762269188,False,,0,,,,,,,,"[{'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'ChadBowman0', 'name': 'Chad “bagholder” Bowman', 'id': '933124531'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1410383348783013893,1410173685063852035,2021-07-01 03:42:48 Arabian Standard Time,2021-07-01,03:42:48,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Yeah,en,[],[],[],297,149,3469,[],[],https://twitter.com/elonmusk/status/1410383348783013893,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1410332515613687819,1410330088906838018,2021-07-01 00:20:49 Arabian Standard Time,2021-07-01,00:20:49,+0400,44196397,elonmusk,Elon Musk,,"@thesheetztweetz Work needed between flights is less & less, as shown by shortening time between reflights. Required work between flights for Starship & Super Heavy is zero.",en,[],[],[],358,449,7460,[],[],https://twitter.com/elonmusk/status/1410332515613687819,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1410330532538376197,1410170887194791938,2021-07-01 00:12:56 Arabian Standard Time,2021-07-01,00:12:56,+0400,44196397,elonmusk,Elon Musk,,@EZebroni @WholeMarsBlog You should notice several other improvements,en,[],[],[],119,103,2283,[],[],https://twitter.com/elonmusk/status/1410330532538376197,False,,0,,,,,,,,"[{'screen_name': 'EZebroni', 'name': 'Ethan Joseph 🍀', 'id': '821771300477640704'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1410330088906838018,1410330088906838018,2021-07-01 00:11:10 Arabian Standard Time,2021-07-01,00:11:10,+0400,44196397,elonmusk,Elon Musk,,"Rapidly Reusable Rockets, R R R 🏴‍☠️",en,[],[],[],8877,7529,130983,[],[],https://twitter.com/elonmusk/status/1410330088906838018,False,,0,,,,,,,,[],,,, +1410329713244053510,1410323575861661698,2021-07-01 00:09:40 Arabian Standard Time,2021-07-01,00:09:40,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut We’ve already done a lot of iteration on ship. For rapid reusability, booster must return to launchpad, so inert mass impacts ascent, boostback & landing burns. Triple whammy. Also, booster flight rate is ~5X that of ship, so multiple mass $ cost by 5.",en,[],[],[],131,273,5484,[],[],https://twitter.com/elonmusk/status/1410329713244053510,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1410327121432657929,1410323575861661698,2021-06-30 23:59:23 Arabian Standard Time,2021-06-30,23:59:23,+0400,44196397,elonmusk,Elon Musk,,"@RenataKonkoly @Erdayastronaut First one to fly will, so Booster 4. Booster 3 will be used for ground tests. We’re changing much of design from 3 to 4. Booster 3 was very hard to build. Expect especially rapid evolution in first ~10 boosters & first ~30 ships.",en,[],[],[],151,306,4060,[],[],https://twitter.com/elonmusk/status/1410327121432657929,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🐢🦔', 'id': '372959979'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1410325315835109378,1410323575861661698,2021-06-30 23:52:12 Arabian Standard Time,2021-06-30,23:52:12,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut Great shot! Btw, Starship Super Heavy will not have an entry burn. Delta-v is shifted more to the ship, so booster entry Q & heating is lower.",en,[],[],[],191,374,5968,[],[],https://twitter.com/elonmusk/status/1410325315835109378,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1410320590595055621,1410284340706041857,2021-06-30 23:33:25 Arabian Standard Time,2021-06-30,23:33:25,+0400,44196397,elonmusk,Elon Musk,,@PPathole @Tesla @SpaceX Basic MRI is easier than it sounds good tbh. High resolution MRI in short time with weak magnetic field is hard.,en,[],[],[],378,326,9543,[],[],https://twitter.com/elonmusk/status/1410320590595055621,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1410319730041360389,1409997048976379904,2021-06-30 23:30:00 Arabian Standard Time,2021-06-30,23:30:00,+0400,44196397,elonmusk,Elon Musk,,"@weezilla @SpacePadreIsle Actually, almost 80% liquid oxygen",en,[],[],[],104,117,1998,[],[],https://twitter.com/elonmusk/status/1410319730041360389,False,,0,,,,,,,,"[{'screen_name': 'weezilla', 'name': 'exception NameError', 'id': '2929870486'}, {'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}]",,,, +1409968558877003776,1409881787245936643,2021-06-30 00:14:35 Arabian Standard Time,2021-06-30,00:14:35,+0400,44196397,elonmusk,Elon Musk,,"@torybruno @Dynetics Should I bring a few spare engines … I mean, just in case.",en,[],[],[],719,401,9319,[],[],https://twitter.com/elonmusk/status/1409968558877003776,False,,0,,,,,,,,"[{'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'Dynetics', 'name': 'Dynetics', 'id': '34746256'}]",,,, +1409968188620673030,1409881787245936643,2021-06-30 00:13:06 Arabian Standard Time,2021-06-30,00:13:06,+0400,44196397,elonmusk,Elon Musk,,@torybruno @Dynetics Sure,en,[],[],[],211,156,5479,[],[],https://twitter.com/elonmusk/status/1409968188620673030,False,,0,,,,,,,,"[{'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'Dynetics', 'name': 'Dynetics', 'id': '34746256'}]",,,, +1409964008682098688,1409944664753459202,2021-06-29 23:56:30 Arabian Standard Time,2021-06-29,23:56:30,+0400,44196397,elonmusk,Elon Musk,,@PassionFlix @ToscaMusk I liked your movie “Hollywood Dirt”!,en,[],[],[],175,138,2286,[],[],https://twitter.com/elonmusk/status/1409964008682098688,False,,0,,,,,,,,"[{'screen_name': 'PassionFlix', 'name': 'Passionflix', 'id': '713551239645007873'}, {'screen_name': 'ToscaMusk', 'name': 'Tosca Musk', 'id': '11150432'}]",,,, +1409963681807544320,1409909019452399618,2021-06-29 23:55:12 Arabian Standard Time,2021-06-29,23:55:12,+0400,44196397,elonmusk,Elon Musk,,"@nextspaceflight There is the internal goal if things go right, which needs to be aggressive. Obviously, some things will not go right internally & there will be external issues too. That said, I think we can stack an orbital ship on an orbital booster in July.",en,[],[],[],332,572,8627,[],[],https://twitter.com/elonmusk/status/1409963681807544320,False,,0,,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +1409960205920649220,1409881787245936643,2021-06-29 23:41:23 Arabian Standard Time,2021-06-29,23:41:23,+0400,44196397,elonmusk,Elon Musk,,@torybruno @Dynetics When do the engines arrive? 😉,en,[],[],[],597,471,12754,[],[],https://twitter.com/elonmusk/status/1409960205920649220,False,,0,,,,,,,,"[{'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}, {'screen_name': 'Dynetics', 'name': 'Dynetics', 'id': '34746256'}]",,,, +1409951549988782087,1409945680068571137,2021-06-29 23:06:59 Arabian Standard Time,2021-06-29,23:06:59,+0400,44196397,elonmusk,Elon Musk,,"@SpaceX Unfortunately, launch is called off for today, as an aircraft entered the “keep out zone”, which is unreasonably gigantic. There is simply no way that humanity can become a spacefaring civilization without major regulatory reform. The current regulatory system is broken.",en,[],[],[],2506,2755,32195,[],[],https://twitter.com/elonmusk/status/1409951549988782087,False,,0,,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1409949221411770368,1409945680068571137,2021-06-29 22:57:44 Arabian Standard Time,2021-06-29,22:57:44,+0400,44196397,elonmusk,Elon Musk,,@SpaceX Sonic boom incoming https://t.co/jWAyA0j5Xx,en,[],[],['https://pbs.twimg.com/media/E5ElV_RXoAIEyPq.jpg'],1836,1532,23669,[],[],https://twitter.com/elonmusk/status/1409949221411770368,False,,1,https://pbs.twimg.com/media/E5ElV_RXoAIEyPq.jpg,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1409934915408478213,1409879092531535882,2021-06-29 22:00:53 Arabian Standard Time,2021-06-29,22:00:53,+0400,44196397,elonmusk,Elon Musk,,"@IIHS_autosafety Top Safety Pick+ from IIHS! That’s the highest overall rating, but we think we can get max score for all subcategories/individual tests too. Retesting in a month or so with improved software. The improved software will then be uploaded to all cars with FSD computers.",en,[],[],[],393,528,6729,[],[],https://twitter.com/elonmusk/status/1409934915408478213,False,,0,,,,,,,,"[{'screen_name': 'IIHS_autosafety', 'name': 'IIHS', 'id': '159199503'}]",,,, +1409735124124635138,1409565598439383040,2021-06-29 08:46:59 Arabian Standard Time,2021-06-29,08:46:59,+0400,44196397,elonmusk,Elon Musk,,@smvllstvrs Not bad,en,[],[],[],793,490,17549,[],[],https://twitter.com/elonmusk/status/1409735124124635138,False,,0,,,,,,,,"[{'screen_name': 'smvllstvrs', 'name': 'Mike | smallstars', 'id': '171606294'}]",,,, +1409712871122997252,1409699424964530176,2021-06-29 07:18:34 Arabian Standard Time,2021-06-29,07:18:34,+0400,44196397,elonmusk,Elon Musk,,"@DirtyTesla Production release update coming this week, which includes raising max speed to 80 mph. Sorry, 75 mph limit was done as precautionary measure. Turned out to be unnecessary.",en,[],[],[],354,301,4195,[],[],https://twitter.com/elonmusk/status/1409712871122997252,False,,0,,,,,,,,"[{'screen_name': 'DirtyTesla', 'name': 'Dirty Tesla', 'id': '1118594454515003393'}]",,,, +1409608806875615242,1409608806875615242,2021-06-29 00:25:03 Arabian Standard Time,2021-06-29,00:25:03,+0400,44196397,elonmusk,Elon Musk,,Thanks for all the happy birthday wishes!,en,[],[],[],35069,15357,365946,[],[],https://twitter.com/elonmusk/status/1409608806875615242,False,,0,,,,,,,,[],,,, +1409372298029584385,1409281324716892169,2021-06-28 08:45:15 Arabian Standard Time,2021-06-28,08:45:15,+0400,44196397,elonmusk,Elon Musk,,@JRossNicoll Important to support,en,[],[],[],1704,2969,21258,[],[],https://twitter.com/elonmusk/status/1409372298029584385,False,,0,,,,,,,,"[{'screen_name': 'JRossNicoll', 'name': 'Ross Nicoll 🎩', 'id': '8488242'}]",,,, +1409368907480113155,1409269653013151756,2021-06-28 08:31:47 Arabian Standard Time,2021-06-28,08:31:47,+0400,44196397,elonmusk,Elon Musk,,"@TylerG1998 @NASASpaceflight @SpaceX It is! Looks like we can get 378 sec Isp with this version of Raptor Vacuum, so over 380 sec with some improvements down the road.",en,[],[],[],429,515,10471,[],[],https://twitter.com/elonmusk/status/1409368907480113155,False,,0,,,,,,,,"[{'screen_name': 'TylerG1998', 'name': 'Tyler Gray', 'id': '857721242652200960'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1409367663088869378,1409361017121947650,2021-06-28 08:26:50 Arabian Standard Time,2021-06-28,08:26:50,+0400,44196397,elonmusk,Elon Musk,,@mayemusk ❤️,und,[],[],[],3807,1940,58697,[],[],https://twitter.com/elonmusk/status/1409367663088869378,False,,0,,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1409159747178164224,1409156415302873092,2021-06-27 18:40:39 Arabian Standard Time,2021-06-27,18:40:39,+0400,44196397,elonmusk,Elon Musk,,@totalspace360 Cool,en,[],[],[],1067,438,14407,[],[],https://twitter.com/elonmusk/status/1409159747178164224,False,,0,,,,,,,,"[{'screen_name': 'totalspace360', 'name': 'Everything Space', 'id': '1359595748942372867'}]",,,, +1409152382345244684,1409152382345244684,2021-06-27 18:11:23 Arabian Standard Time,2021-06-27,18:11:23,+0400,44196397,elonmusk,Elon Musk,, https://t.co/HStnXM0zmn,und,[],[],['https://pbs.twimg.com/media/E45Qn5MVUAIfsCz.jpg'],13822,24136,308843,[],[],https://twitter.com/elonmusk/status/1409152382345244684,False,,1,https://pbs.twimg.com/media/E45Qn5MVUAIfsCz.jpg,,,,,,,[],,,, +1408565146218283014,1408558492009566214,2021-06-26 03:17:55 Arabian Standard Time,2021-06-26,03:17:55,+0400,44196397,elonmusk,Elon Musk,,"@flcnhvy Schedule driver there is regulatory approval. Has to be certified for each aircraft type. Focusing on 737 & A320, as those serve most number of people, with development testing on Gulfstream.",en,[],[],[],664,551,10967,[],[],https://twitter.com/elonmusk/status/1408565146218283014,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1408560379463077891,1408558492009566214,2021-06-26 02:58:58 Arabian Standard Time,2021-06-26,02:58:58,+0400,44196397,elonmusk,Elon Musk,,"All 72 orbital planes activate in August, plus many other improvements, enabling global coverage, except for polar regions, which will take another 6 months",en,[],[],[],3209,3142,60588,[],[],https://twitter.com/elonmusk/status/1408560379463077891,False,,0,,,,,,,,[],,,, +1408558492009566214,1408558492009566214,2021-06-26 02:51:28 Arabian Standard Time,2021-06-26,02:51:28,+0400,44196397,elonmusk,Elon Musk,,"Starlink simultaneously active users just exceeded the strategically important threshold of 69,420 last night!",en,[],[],[],10650,11861,165189,[],[],https://twitter.com/elonmusk/status/1408558492009566214,False,,0,,,,,,,,[],,,, +1408545456746020866,1408468812261990400,2021-06-26 01:59:41 Arabian Standard Time,2021-06-26,01:59:41,+0400,44196397,elonmusk,Elon Musk,,"@marcodzo @Tesla Sometimes people think it is performance, but safety is always the primary design requirement for a Tesla",en,[],[],[],1396,2802,52590,[],[],https://twitter.com/elonmusk/status/1408545456746020866,False,,0,,,,,,,,"[{'screen_name': 'marcodzo', 'name': 'Marco DZO ⚡️❄️', 'id': '11584062'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1408513717466275845,1408409290164035588,2021-06-25 23:53:33 Arabian Standard Time,2021-06-25,23:53:33,+0400,44196397,elonmusk,Elon Musk,,@greg16676935420 @jack 🤣🤣,und,[],[],[],762,866,27055,[],[],https://twitter.com/elonmusk/status/1408513717466275845,False,,0,,,,,,,,"[{'screen_name': 'greg16676935420', 'name': 'greg', 'id': '1356434353623093249'}, {'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1408389623387201546,1408309487442743300,2021-06-25 15:40:27 Arabian Standard Time,2021-06-25,15:40:27,+0400,44196397,elonmusk,Elon Musk,,@lexfridman One of my favorites quotes from a great human,en,[],[],[],653,532,11733,[],[],https://twitter.com/elonmusk/status/1408389623387201546,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1408389214887157760,1408213755809370115,2021-06-25 15:38:50 Arabian Standard Time,2021-06-25,15:38:50,+0400,44196397,elonmusk,Elon Musk,,"@jpr007 Actually, a great many parts are produced by our suppliers, but Tesla is more vertically integrated than other carmakers",en,[],[],[],263,271,5367,[],[],https://twitter.com/elonmusk/status/1408389214887157760,False,,0,,,,,,,,"[{'screen_name': 'jpr007', 'name': 'JPR007', 'id': '52370117'}]",,,, +1408386209605357570,1408131637582336001,2021-06-25 15:26:53 Arabian Standard Time,2021-06-25,15:26:53,+0400,44196397,elonmusk,Elon Musk,,@satyanadella Bring back the Zune!! It’s time.,en,[],[],[],764,773,13027,[],[],https://twitter.com/elonmusk/status/1408386209605357570,False,,0,,,,,,,,"[{'screen_name': 'satyanadella', 'name': 'Satya Nadella', 'id': '20571756'}]",,,, +1408382877478363137,1408249286005977094,2021-06-25 15:13:39 Arabian Standard Time,2021-06-25,15:13:39,+0400,44196397,elonmusk,Elon Musk,,@DogecoinRise Starship Super Heavy,en,[],[],[],786,884,10960,[],[],https://twitter.com/elonmusk/status/1408382877478363137,False,,0,,,,,,,,"[{'screen_name': 'DogecoinRise', 'name': 'Dogecoin Rise 🚀', 'id': '1345576584204353543'}]",,,, +1408381839862009861,1408375014261395462,2021-06-25 15:09:31 Arabian Standard Time,2021-06-25,15:09:31,+0400,44196397,elonmusk,Elon Musk,,@Wildreamz @engineers_feed True,en,[],[],[],126,98,2519,[],[],https://twitter.com/elonmusk/status/1408381839862009861,False,,0,,,,,,,,"[{'screen_name': 'Wildreamz', 'name': 'Wildreamz', 'id': '47566343'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1408380216653844480,1408380216653844480,2021-06-25 15:03:04 Arabian Standard Time,2021-06-25,15:03:04,+0400,44196397,elonmusk,Elon Musk,,My Shiba Inu will be named Floki,en,[],[],[],37833,36504,296406,[],[],https://twitter.com/elonmusk/status/1408380216653844480,False,,0,,,,,,,,[],,,, +1408375014261395462,1408375014261395462,2021-06-25 14:42:24 Arabian Standard Time,2021-06-25,14:42:24,+0400,44196397,elonmusk,Elon Musk,,Timing is everything https://t.co/B6HDB5kS4G,en,[],[],['https://pbs.twimg.com/media/E4uNnHvX0AMGPeT.jpg'],8023,16454,207142,[],[],https://twitter.com/elonmusk/status/1408375014261395462,False,,1,https://pbs.twimg.com/media/E4uNnHvX0AMGPeT.jpg,,,,,,,[],,,, +1408356610624327685,1408214494115860484,2021-06-25 13:29:16 Arabian Standard Time,2021-06-25,13:29:16,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @teslaownersSV @SpaceX I’m driving “alpha” 9, but we need to fix some obvious issues before releasing beta 9, hopefully next week. FSD subscription capability should be turning on via the Tesla app.",en,[],[],[],546,398,4637,[],[],https://twitter.com/elonmusk/status/1408356610624327685,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1408353040768319490,1408214494115860484,2021-06-25 13:15:05 Arabian Standard Time,2021-06-25,13:15:05,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @SpaceX “It will be like this, but bigger”",en,[],[],[],644,588,12979,[],[],https://twitter.com/elonmusk/status/1408353040768319490,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1408348996532383744,1408102135040970759,2021-06-25 12:59:01 Arabian Standard Time,2021-06-25,12:59:01,+0400,44196397,elonmusk,Elon Musk,,"@jack For the Bitcurious? Very well then, let’s do it 😉",en,[],[],[],1090,1339,15408,[],[],https://twitter.com/elonmusk/status/1408348996532383744,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1408348114474373121,1408102135040970759,2021-06-25 12:55:30 Arabian Standard Time,2021-06-25,12:55:30,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @jack T is the new D,en,[],[],[],505,455,3734,[],[],https://twitter.com/elonmusk/status/1408348114474373121,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1408315566662688768,1408174203208142851,2021-06-25 10:46:10 Arabian Standard Time,2021-06-25,10:46:10,+0400,44196397,elonmusk,Elon Musk,,@universal_sci I think about that quite a lot,en,[],[],[],1132,828,20873,[],[],https://twitter.com/elonmusk/status/1408315566662688768,False,,0,,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +1408261648813592576,1408102135040970759,2021-06-25 07:11:55 Arabian Standard Time,2021-06-25,07:11:55,+0400,44196397,elonmusk,Elon Musk,,@jack The comments in this thread are solid gold,en,[],[],[],1209,733,9304,[],[],https://twitter.com/elonmusk/status/1408261648813592576,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1408259768788176897,1408102135040970759,2021-06-25 07:04:27 Arabian Standard Time,2021-06-25,07:04:27,+0400,44196397,elonmusk,Elon Musk,,@jack Lmfao omg,en,[],[],[],541,519,7452,[],[],https://twitter.com/elonmusk/status/1408259768788176897,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1408259196571860994,1407719685660020743,2021-06-25 07:02:11 Arabian Standard Time,2021-06-25,07:02:11,+0400,44196397,elonmusk,Elon Musk,,"@SciGuySpace Nothing wrong with healthy competition, but this seems a little over-the-top. Would be cool if spacecraft could travel from one space station to another (which is much harder than it seems!).",en,[],[],[],368,367,7033,[],[],https://twitter.com/elonmusk/status/1408259196571860994,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1408257232765083654,1408073667418804224,2021-06-25 06:54:23 Arabian Standard Time,2021-06-25,06:54:23,+0400,44196397,elonmusk,Elon Musk,,"@newscientist @IBJIYONGI Basically, just a footnote",en,[],[],[],344,246,5109,[],[],https://twitter.com/elonmusk/status/1408257232765083654,False,,0,,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}, {'screen_name': 'IBJIYONGI', 'name': 'The Disordered Cosmos by Chanda Prescod-Weinstein', 'id': '14981648'}]",,,, +1408249749942177794,1402235910083780610,2021-06-25 06:24:39 Arabian Standard Time,2021-06-25,06:24:39,+0400,44196397,elonmusk,Elon Musk,,@m_tijn 🔥🔥,und,[],[],[],253,189,3513,[],[],https://twitter.com/elonmusk/status/1408249749942177794,False,,0,,,,,,,,"[{'screen_name': 'm_tijn', 'name': 'TijnM', 'id': '1347126117879185410'}]",,,, +1408248318052999172,1408246196603346947,2021-06-25 06:18:57 Arabian Standard Time,2021-06-25,06:18:57,+0400,44196397,elonmusk,Elon Musk,,@aordring Edgy,en,[],[],[],401,275,5259,[],[],https://twitter.com/elonmusk/status/1408248318052999172,False,,0,,,,,,,,"[{'screen_name': 'aordring', 'name': 'Keith Brings', 'id': '60157628'}]",,,, +1408246534093918210,1408246196603346947,2021-06-25 06:11:52 Arabian Standard Time,2021-06-25,06:11:52,+0400,44196397,elonmusk,Elon Musk,,“That’s not funny!” – Bitcoin maxis,en,[],[],[],3490,2899,59263,[],[],https://twitter.com/elonmusk/status/1408246534093918210,False,,0,,,,,,,,[],,,, +1408246196603346947,1408246196603346947,2021-06-25 06:10:31 Arabian Standard Time,2021-06-25,06:10:31,+0400,44196397,elonmusk,Elon Musk,,How many Bitcoin maxis does it take to screw in a lightbulb?,en,[],[],[],17227,7767,98454,[],[],https://twitter.com/elonmusk/status/1408246196603346947,False,,0,,,,,,,,[],,,, +1408245758869086209,1408132471334617091,2021-06-25 06:08:47 Arabian Standard Time,2021-06-25,06:08:47,+0400,44196397,elonmusk,Elon Musk,,@WatchersTank @SpaceX We’re almost done with first prototype booster. This will go to test stand A. Next one will fly to orbit. Team has been crushing it many days & nights in a row!,en,[],[],[],235,514,7709,[],[],https://twitter.com/elonmusk/status/1408245758869086209,False,,0,,,,,,,,"[{'screen_name': 'WatchersTank', 'name': 'TankWatchers', 'id': '1352212034704846848'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1408244494567456769,1408102135040970759,2021-06-25 06:03:46 Arabian Standard Time,2021-06-25,06:03:46,+0400,44196397,elonmusk,Elon Musk,,@jack Oh right … Bitcoin haha,en,[],[],[],848,738,7661,[],[],https://twitter.com/elonmusk/status/1408244494567456769,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1408244133400023048,1408102135040970759,2021-06-25 06:02:19 Arabian Standard Time,2021-06-25,06:02:19,+0400,44196397,elonmusk,Elon Musk,,@jack Bicurious?,en,[],[],[],794,742,10177,[],[],https://twitter.com/elonmusk/status/1408244133400023048,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1408243632445050887,1408150655152259072,2021-06-25 06:00:20 Arabian Standard Time,2021-06-25,06:00:20,+0400,44196397,elonmusk,Elon Musk,,@hiddin2urleft @ItsDogeCoin @Investments_CEO @MemeInvestors @Dogecoinxx @greg16676935420 @blockfolio @dogeofficialceo @DogeEducation @DogecoinTweet #gravitas,und,[],[],[],322,674,6451,['gravitas'],[],https://twitter.com/elonmusk/status/1408243632445050887,False,,0,,,,,,,,"[{'screen_name': 'hiddin2urleft', 'name': 'r/dogecoin', 'id': '1291985029'}, {'screen_name': 'Investments_CEO', 'name': 'Dogecoin', 'id': '1362987750312599552'}, {'screen_name': 'Dogecoinxx', 'name': 'Dogecoin🥇', 'id': '1345898128042569728'}, {'screen_name': 'greg16676935420', 'name': 'greg', 'id': '1356434353623093249'}, {'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin 🇺🇦 🦊', 'id': '1355945100216573952'}, {'screen_name': 'DogeEducation', 'name': 'Doge Education 📚', 'id': '527921841'}, {'screen_name': 'DogecoinTweet', 'name': 'ƉOGECOIN TWEET. \uea00', 'id': '1360885889136619520'}]",,,, +1408242385662922753,1408203965641093122,2021-06-25 05:55:23 Arabian Standard Time,2021-06-25,05:55:23,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 🍻,und,[],[],[],970,1725,15652,[],[],https://twitter.com/elonmusk/status/1408242385662922753,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1408004563697909763,1407907839683690499,2021-06-24 14:10:22 Arabian Standard Time,2021-06-24,14:10:22,+0400,44196397,elonmusk,Elon Musk,,@kelvin61942434 That is an exciting goal!,en,[],[],[],988,127,2452,[],[],https://twitter.com/elonmusk/status/1408004563697909763,False,,0,,,,,,,,"[{'screen_name': 'kelvin61942434', 'name': 'kelvin', 'id': '1197220298656890880'}]",,,, +1407969457411067905,1407754444884742152,2021-06-24 11:50:52 Arabian Standard Time,2021-06-24,11:50:52,+0400,44196397,elonmusk,Elon Musk,,"@DJSnM Cool, but an unnecessary complication for now. These are being removed to speed up time to orbital launch.",en,[],[],[],454,300,7269,[],[],https://twitter.com/elonmusk/status/1407969457411067905,False,,0,,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +1407948853026902016,1407707294163472384,2021-06-24 10:28:59 Arabian Standard Time,2021-06-24,10:28:59,+0400,44196397,elonmusk,Elon Musk,,@DigitalGal_ 🤣🤣,und,[],[],[],1086,931,23962,[],[],https://twitter.com/elonmusk/status/1407948853026902016,False,,0,,,,,,,,"[{'screen_name': 'DigitalGal_', 'name': '🌸Digi Gal', 'id': '1312805643498258433'}]",,,, +1407944055170940928,1407923843818311680,2021-06-24 10:09:55 Arabian Standard Time,2021-06-24,10:09:55,+0400,44196397,elonmusk,Elon Musk,,@AlexSvanArt @jinsprucker @Neopork85 @Bl3D_Eccentric Wow!,und,[],[],[],344,248,6566,[],[],https://twitter.com/elonmusk/status/1407944055170940928,False,,0,,,,,,,,"[{'screen_name': 'AlexSvanArt', 'name': 'Alexander Svan', 'id': '1226654752655728642'}, {'screen_name': 'jinsprucker', 'name': 'John Insprucker', 'id': '709858916495003648'}, {'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}, {'screen_name': 'Bl3D_Eccentric', 'name': 'Owe', 'id': '78545262'}]",,,, +1407877220543180800,1407747990287171587,2021-06-24 05:44:21 Arabian Standard Time,2021-06-24,05:44:21,+0400,44196397,elonmusk,Elon Musk,,@TeslaGong @torybruno At least a few years before Starlink revenue is reasonably predictable. Going public sooner than that would be very painful. Will do my best to give long-term Tesla shareholders preference.,en,[],[],[],485,691,7071,[],[],https://twitter.com/elonmusk/status/1407877220543180800,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}]",,,, +1407868620680699908,1407868620680699908,2021-06-24 05:10:10 Arabian Standard Time,2021-06-24,05:10:10,+0400,44196397,elonmusk,Elon Musk,,Shout out to the awesome Tesla global team. Thanks for working so hard to make Tesla successful!,en,[],[],[],8972,7330,149781,[],[],https://twitter.com/elonmusk/status/1407868620680699908,False,,0,,,,,,,,[],,,, +1407844476710707207,1407747990287171587,2021-06-24 03:34:14 Arabian Standard Time,2021-06-24,03:34:14,+0400,44196397,elonmusk,Elon Musk,,"@torybruno Good chart. This is a major reason why we moved Starlink from ~1100km orbit to ~550km. Atmosphere automatically clears the lower altitude within a few years, so space junk cannot accumulate.",en,[],[],[],435,690,11177,[],[],https://twitter.com/elonmusk/status/1407844476710707207,False,,0,,,,,,,,"[{'screen_name': 'torybruno', 'name': 'Tory Bruno', 'id': '2882413844'}]",,,, +1407686591603253250,1407686158377758722,2021-06-23 17:06:51 Arabian Standard Time,2021-06-23,17:06:51,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @ResidentSponge ??,und,[],[],[],1340,587,11717,[],[],https://twitter.com/elonmusk/status/1407686591603253250,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1407216656615579663,1407123050781417476,2021-06-22 09:59:30 Arabian Standard Time,2021-06-22,09:59:30,+0400,44196397,elonmusk,Elon Musk,,@JRossNicoll This is an important improvement,en,[],[],[],1993,2952,19058,[],[],https://twitter.com/elonmusk/status/1407216656615579663,False,,0,,,,,,,,"[{'screen_name': 'JRossNicoll', 'name': 'Ross Nicoll 🎩', 'id': '8488242'}]",,,, +1407121453544263694,1407094071173156864,2021-06-22 03:41:12 Arabian Standard Time,2021-06-22,03:41:12,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Very sorry to hear that. Condolences to JB and his family.,en,[],[],[],340,347,8568,[],[],https://twitter.com/elonmusk/status/1407121453544263694,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1407077949774442499,1407074671766372353,2021-06-22 00:48:20 Arabian Standard Time,2021-06-22,00:48:20,+0400,44196397,elonmusk,Elon Musk,,@ashleevance Tesla financing round closed at 6pm Dec 24th 2008 – last hour of last day possible or payroll would’ve bounced 2 days later. I gave Tesla last of my remaining cash from PayPal. Didn’t even own a house or anything sellable.,en,[],[],[],1361,2532,35527,[],[],https://twitter.com/elonmusk/status/1407077949774442499,False,,0,,,,,,,,"[{'screen_name': 'ashleevance', 'name': 'Ashlee Vance', 'id': '81961201'}]",,,, +1407050578149183488,1407050578149183488,2021-06-21 22:59:34 Arabian Standard Time,2021-06-21,22:59:34,+0400,44196397,elonmusk,Elon Musk,,"Looking at holding Tesla AI Day in about a month or so. Will go over progress with Tesla AI software & hardware, both training & inference. Purpose is recruiting.",en,[],[],[],9788,7133,114970,[],[],https://twitter.com/elonmusk/status/1407050578149183488,False,,0,,,,,,,,[],,,, +1407049082011631617,1407017269083865095,2021-06-21 22:53:37 Arabian Standard Time,2021-06-21,22:53:37,+0400,44196397,elonmusk,Elon Musk,,@karpathy “physical-world” sigh,en,[],[],[],382,200,4401,[],[],https://twitter.com/elonmusk/status/1407049082011631617,False,,0,,,,,,,,"[{'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +1406708267141648384,1406708267141648384,2021-06-21 00:19:20 Arabian Standard Time,2021-06-21,00:19:20,+0400,44196397,elonmusk,Elon Musk,,Happy Father’s Day!,en,[],[],[],17376,15602,309334,[],[],https://twitter.com/elonmusk/status/1406708267141648384,False,,0,,,,,,,,[],,,, +1406450046472622084,1406003726406414337,2021-06-20 07:13:16 Arabian Standard Time,2021-06-20,07:13:16,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Yeah,en,[],[],[],1225,429,14386,[],[],https://twitter.com/elonmusk/status/1406450046472622084,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1406073484300591105,1405720461577797639,2021-06-19 06:16:56 Arabian Standard Time,2021-06-19,06:16:56,+0400,44196397,elonmusk,Elon Musk,,@weddleandsons @Tesla Nice work,en,[],[],[],1340,461,18129,[],[],https://twitter.com/elonmusk/status/1406073484300591105,False,,0,,,,,,,,"[{'screen_name': 'weddleandsons', 'name': 'Weddle and Sons Roofing', 'id': '337757678'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1406071203333251072,1406052214502723584,2021-06-19 06:07:53 Arabian Standard Time,2021-06-19,06:07:53,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne 🤣🤣,und,[],[],[],428,374,15873,[],[],https://twitter.com/elonmusk/status/1406071203333251072,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}]",,,, +1406030454499594243,1405954541909069826,2021-06-19 03:25:57 Arabian Standard Time,2021-06-19,03:25:57,+0400,44196397,elonmusk,Elon Musk,,@udonandtempura @Tesla Haha pretty much,en,[],[],[],212,136,4292,[],[],https://twitter.com/elonmusk/status/1406030454499594243,False,,0,,,,,,,,"[{'screen_name': 'udonandtempura', 'name': '피터팍', 'id': '2549044872'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1406030294621167617,1405869295989575681,2021-06-19 03:25:19 Arabian Standard Time,2021-06-19,03:25:19,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut This is epic. Very impressive history.,en,[],[],[],388,433,16897,[],[],https://twitter.com/elonmusk/status/1406030294621167617,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1406030012839436288,1406003726406414337,2021-06-19 03:24:12 Arabian Standard Time,2021-06-19,03:24:12,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV True,en,[],[],[],294,233,7329,[],[],https://twitter.com/elonmusk/status/1406030012839436288,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1406017825920094210,1405954541909069826,2021-06-19 02:35:46 Arabian Standard Time,2021-06-19,02:35:46,+0400,44196397,elonmusk,Elon Musk,,"@Tesla Peak acceleration is over 1.2 g’s, which is 20% faster than falling",en,[],[],[],2052,2362,42290,[],[],https://twitter.com/elonmusk/status/1406017825920094210,False,,0,,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1405825636828991491,1405757669424603137,2021-06-18 13:52:05 Arabian Standard Time,2021-06-18,13:52:05,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Haha,tl,[],[],[],1306,694,8047,[],[],https://twitter.com/elonmusk/status/1405825636828991491,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1405597886826512386,1405597886826512386,2021-06-17 22:47:05 Arabian Standard Time,2021-06-17,22:47:05,+0400,44196397,elonmusk,Elon Musk,,Real pic of 2 ships next to Starbase Tiki Bar on right,en,[],[],[],13452,5937,77597,[],[],https://twitter.com/elonmusk/status/1405597886826512386,False,https://twitter.com/thejackbeyer/status/1405274781587439619,0,,,,,,,,[],,,, +1405595540616740864,1405564553119682564,2021-06-17 22:37:46 Arabian Standard Time,2021-06-17,22:37:46,+0400,44196397,elonmusk,Elon Musk,,@DonIsiko @eroxer310 @MotorTrend @Tesla True,en,[],[],[],322,131,2880,[],[],https://twitter.com/elonmusk/status/1405595540616740864,False,,0,,,,,,,,"[{'screen_name': 'DonIsiko', 'name': 'Don', 'id': '1714557823'}, {'screen_name': 'MotorTrend', 'name': 'motortrend', 'id': '25383000'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1405594337300213760,1405564553119682564,2021-06-17 22:32:59 Arabian Standard Time,2021-06-17,22:32:59,+0400,44196397,elonmusk,Elon Musk,,@eroxer310 @MotorTrend @Tesla Steam engines are even better!,en,[],[],[],146,95,1809,[],[],https://twitter.com/elonmusk/status/1405594337300213760,False,,0,,,,,,,,"[{'screen_name': 'MotorTrend', 'name': 'motortrend', 'id': '25383000'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1405591980487311361,1405537424751534090,2021-06-17 22:23:37 Arabian Standard Time,2021-06-17,22:23:37,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @vincent13031925 I’ve been driving with the yoke for a while & it’s great imo. Progressive steering would require complex gearing or drive-by-wire without direct mechanical link. Will aim for that in a few years.,en,[],[],[],446,266,5559,[],[],https://twitter.com/elonmusk/status/1405591980487311361,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'vincent13031925', 'name': '🕊🇺🇦 vincentyu.eth ᵐᶠᵉʳ', 'id': '1689516060'}]",,,, +1405589434385321985,1405524521986060296,2021-06-17 22:13:30 Arabian Standard Time,2021-06-17,22:13:30,+0400,44196397,elonmusk,Elon Musk,,"@XHNews Congratulations, this is a great achievement!",en,[],[],[],421,371,7132,[],[],https://twitter.com/elonmusk/status/1405589434385321985,False,,0,,,,,,,,"[{'screen_name': 'XHNews', 'name': 'China Xinhua News', 'id': '487118986'}]",,,, +1405588281622859778,1405420137667301378,2021-06-17 22:08:55 Arabian Standard Time,2021-06-17,22:08:55,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @13ericralph31 @NASASpaceflight @thejackbeyer We might use SN16 on a hypersonic flight test,en,[],[],[],572,734,11986,[],[],https://twitter.com/elonmusk/status/1405588281622859778,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'thejackbeyer', 'name': 'Jack Beyer', 'id': '290710248'}]",,,, +1405587112724815875,1405537424751534090,2021-06-17 22:04:16 Arabian Standard Time,2021-06-17,22:04:16,+0400,44196397,elonmusk,Elon Musk,,@vincent13031925 Fair enough,en,[],[],[],624,512,20838,[],[],https://twitter.com/elonmusk/status/1405587112724815875,False,,0,,,,,,,,"[{'screen_name': 'vincent13031925', 'name': '🕊🇺🇦 vincentyu.eth ᵐᶠᵉʳ', 'id': '1689516060'}]",,,, +1405482221666852871,1405479081655734274,2021-06-17 15:07:28 Arabian Standard Time,2021-06-17,15:07:28,+0400,44196397,elonmusk,Elon Musk,,@BitcoinMagazine @jespow Based on what data?,en,[],[],[],2759,820,10278,[],[],https://twitter.com/elonmusk/status/1405482221666852871,False,,0,,,,,,,,"[{'screen_name': 'BitcoinMagazine', 'name': 'Bitcoin Magazine', 'id': '361289499'}, {'screen_name': 'jespow', 'name': 'Jesse Powell', 'id': '66950686'}]",,,, +1405481882100244485,1405384496363425796,2021-06-17 15:06:07 Arabian Standard Time,2021-06-17,15:06:07,+0400,44196397,elonmusk,Elon Musk,,@adamhoov @JasonCammisa Cool,en,[],[],[],394,279,8558,[],[],https://twitter.com/elonmusk/status/1405481882100244485,False,,0,,,,,,,,"[{'screen_name': 'adamhoov', 'name': 'adam', 'id': '1473694166425251841'}, {'screen_name': 'JasonCammisa', 'name': 'Jason Cammisa', 'id': '313496092'}]",,,, +1405406711947661318,1405293441106460672,2021-06-17 10:07:25 Arabian Standard Time,2021-06-17,10:07:25,+0400,44196397,elonmusk,Elon Musk,,"@CrabsAreUs Hello, I’m Clark Kent",en,[],[],[],676,387,5068,[],[],https://twitter.com/elonmusk/status/1405406711947661318,False,,0,,,,,,,,"[{'screen_name': 'CrabsAreUs', 'name': 'Sir Crab', 'id': '106592435'}]",,,, +1405350233245032451,1405256402768072705,2021-06-17 06:23:00 Arabian Standard Time,2021-06-17,06:23:00,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Manufacturing is so hard. I have the utmost respect for those who build things.,en,[],[],[],903,1215,23876,[],[],https://twitter.com/elonmusk/status/1405350233245032451,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1405348196440711174,1405066267170676741,2021-06-17 06:14:54 Arabian Standard Time,2021-06-17,06:14:54,+0400,44196397,elonmusk,Elon Musk,,@DimaZeniuk @Tesla @WholeMarsBlog @dami_kolz @Kristennetten @1stMarsColonist @melaniemadri @daelmor @RationalEtienne @EvaFoxU @AstroJordy @28delayslater It is an honor to work with such talented engineers,en,[],[],[],374,602,16414,[],[],https://twitter.com/elonmusk/status/1405348196440711174,False,,0,,,,,,,,"[{'screen_name': 'DimaZeniuk', 'name': 'Dima Zeniuk 🇺🇦', 'id': '1198495865301864448'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': '1stMarsColonist', 'name': 'Ash Martian ✨🌎🇺🇦🔴✨', 'id': '1320429075270307846'}, {'screen_name': 'melaniemadri', 'name': 'Melanie♻️🇺🇦', 'id': '1165695391830028288'}, {'screen_name': 'daelmor', 'name': '𝔇𝔞𝔫𝔞 🦊', 'id': '97552785'}, {'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'AstroJordy', 'name': 'jordan🇺🇦', 'id': '1142527715670519808'}, {'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1405293441106460672,1405293441106460672,2021-06-17 02:37:20 Arabian Standard Time,2021-06-17,02:37:20,+0400,44196397,elonmusk,Elon Musk,,Let’s just skip original video games & movies & go straight to the sequel,en,[],[],[],14181,8419,142163,[],[],https://twitter.com/elonmusk/status/1405293441106460672,False,,0,,,,,,,,[],,,, +1405246329803055108,1405177307472576512,2021-06-16 23:30:07 Arabian Standard Time,2021-06-16,23:30:07,+0400,44196397,elonmusk,Elon Musk,,@nuc_geek Massive increase in Supercharger network is underway,en,[],[],[],799,745,11914,[],[],https://twitter.com/elonmusk/status/1405246329803055108,False,,0,,,,,,,,[],,,, +1405089831764455429,1405088008429359104,2021-06-16 13:08:15 Arabian Standard Time,2021-06-16,13:08:15,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @13ericralph31 I love carbs,en,[],[],[],2043,995,23425,[],[],https://twitter.com/elonmusk/status/1405089831764455429,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}]",,,, +1405077475160297475,1404921659526574084,2021-06-16 12:19:09 Arabian Standard Time,2021-06-16,12:19:09,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @TheBabylonBee Pretty much an average day back then,en,[],[],[],220,149,3762,[],[],https://twitter.com/elonmusk/status/1405077475160297475,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1405053765913251840,1404921659526574084,2021-06-16 10:44:57 Arabian Standard Time,2021-06-16,10:44:57,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee εἰδέναι μὲν μηδὲν πλὴν αὐτὸ τοῦτο εἰδέναι,el,[],[],[],1080,580,6150,[],[],https://twitter.com/elonmusk/status/1405053765913251840,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1405037405141307396,1404851588762521601,2021-06-16 09:39:56 Arabian Standard Time,2021-06-16,09:39:56,+0400,44196397,elonmusk,Elon Musk,,@Aakashy78549221 @tesla_raj Nice,en,[],[],[],823,1264,7430,[],[],https://twitter.com/elonmusk/status/1405037405141307396,False,,0,,,,,,,,"[{'screen_name': 'Aakashy78549221', 'name': 'Babydogecoin_to_moon', 'id': '1374981719636381698'}, {'screen_name': 'tesla_raj', 'name': 'Tesla Raj', 'id': '1061504849420836865'}]",,,, +1405027427537981442,1404851588762521601,2021-06-16 09:00:17 Arabian Standard Time,2021-06-16,09:00:17,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @tesla_raj Maybe we should advertise informationally just so people know stuff like this exists,en,[],[],[],793,520,7860,[],[],https://twitter.com/elonmusk/status/1405027427537981442,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'tesla_raj', 'name': 'Tesla Raj', 'id': '1061504849420836865'}]",,,, +1405027027443347457,1404851588762521601,2021-06-16 08:58:42 Arabian Standard Time,2021-06-16,08:58:42,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @tesla_raj Most people have no idea just how good the Tesla air purification system is. Literally 10X better than any other car.,en,[],[],[],318,493,6013,[],[],https://twitter.com/elonmusk/status/1405027027443347457,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'tesla_raj', 'name': 'Tesla Raj', 'id': '1061504849420836865'}]",,,, +1405026591541927936,1404851588762521601,2021-06-16 08:56:58 Arabian Standard Time,2021-06-16,08:56:58,+0400,44196397,elonmusk,Elon Musk,,"@RationalEtienne @tesla_raj Oh man, home hvac that is super energy efficient, quiet & purifies the air would be great. We developed it for the car, but it can be scaled up for home use.",en,[],[],[],221,274,3239,[],[],https://twitter.com/elonmusk/status/1405026591541927936,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'tesla_raj', 'name': 'Tesla Raj', 'id': '1061504849420836865'}]",,,, +1405008067775762432,1404851588762521601,2021-06-16 07:43:21 Arabian Standard Time,2021-06-16,07:43:21,+0400,44196397,elonmusk,Elon Musk,,@tesla_raj New HVAC firmware coming soon that will make it quieter,en,[],[],[],586,506,13830,[],[],https://twitter.com/elonmusk/status/1405008067775762432,False,,0,,,,,,,,"[{'screen_name': 'tesla_raj', 'name': 'Tesla Raj', 'id': '1061504849420836865'}]",,,, +1404876425706938371,1404875855017525257,2021-06-15 23:00:15 Arabian Standard Time,2021-06-15,23:00:15,+0400,44196397,elonmusk,Elon Musk,,"@gmalca @Tesla True, we somewhat overcompensated on Bluetooth antenna capability haha. Will work on turning it down near your destination.",en,[],[],[],896,585,22642,[],[],https://twitter.com/elonmusk/status/1404876425706938371,False,,0,,,,,,,,"[{'screen_name': 'gmalca', 'name': 'gmalca', 'id': '14259667'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1404773165310656512,1404435442171146251,2021-06-15 16:09:56 Arabian Standard Time,2021-06-15,16:09:56,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 🤣🤣,und,[],[],[],1277,1185,22977,[],[],https://twitter.com/elonmusk/status/1404773165310656512,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1404711878501318658,1404711878501318658,2021-06-15 12:06:24 Arabian Standard Time,2021-06-15,12:06:24,+0400,44196397,elonmusk,Elon Musk,,From the top of Starbase high bay https://t.co/kRtJBrwrqW,en,[],[],[],9985,8808,130249,[],[],https://twitter.com/elonmusk/status/1404711878501318658,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1404711844783312899/pu/img/JhofMa-LfDrS9RmU.jpg,,,,,,,[],,,, +1404707141102059520,1404707141102059520,2021-06-15 11:47:35 Arabian Standard Time,2021-06-15,11:47:35,+0400,44196397,elonmusk,Elon Musk,,Stacking Super Heavy Aft Section https://t.co/itydacQ4hM,en,[],[],['https://pbs.twimg.com/media/E36FsLMWYAEOwtn.jpg'],5957,8892,152566,[],[],https://twitter.com/elonmusk/status/1404707141102059520,False,,1,https://pbs.twimg.com/media/E36FsLMWYAEOwtn.jpg,,,,,,,[],,,, +1404594649482858496,1404554189460619266,2021-06-15 04:20:35 Arabian Standard Time,2021-06-15,04:20:35,+0400,44196397,elonmusk,Elon Musk,,@MileyCyrus 133T H4X0R got my phone. Nuthin I could do. Sorry babe.,en,[],[],[],712,1174,25495,[],[],https://twitter.com/elonmusk/status/1404594649482858496,False,,0,,,,,,,,"[{'screen_name': 'MileyCyrus', 'name': 'Miley Ray Cyrus', 'id': '268414482'}]",,,, +1404368609502134276,1404168470908993536,2021-06-14 13:22:23 Arabian Standard Time,2021-06-14,13:22:23,+0400,44196397,elonmusk,Elon Musk,,@tobyliiiiiiiiii @f_rmnn Cool,en,[],[],[],504,344,9155,[],[],https://twitter.com/elonmusk/status/1404368609502134276,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'f_rmnn', 'name': 'Fabian', 'id': '746116141781753856'}]",,,, +1404366995907256320,1404273479994773509,2021-06-14 13:15:58 Arabian Standard Time,2021-06-14,13:15:58,+0400,44196397,elonmusk,Elon Musk,,@FOXSports Epic dog,en,[],[],[],634,524,6425,[],[],https://twitter.com/elonmusk/status/1404366995907256320,False,,0,,,,,,,,"[{'screen_name': 'FOXSports', 'name': 'FOX Sports', 'id': '16877611'}]",,,, +1404353618518499329,1404353357469212673,2021-06-14 12:22:48 Arabian Standard Time,2021-06-14,12:22:48,+0400,44196397,elonmusk,Elon Musk,,K is Kindred,en,[],[],[],12223,1871,41253,[],[],https://twitter.com/elonmusk/status/1404353618518499329,False,,0,,,,,,,,[],,,, +1404353357469212673,1404353357469212673,2021-06-14 12:21:46 Arabian Standard Time,2021-06-14,12:21:46,+0400,44196397,elonmusk,Elon Musk,,Could turn out to be one big Philip K Dick joke in the end,en,[],[],[],7985,3315,69416,[],[],https://twitter.com/elonmusk/status/1404353357469212673,False,,0,,,,,,,,[],,,, +1404351360644964355,1404351360644964355,2021-06-14 12:13:50 Arabian Standard Time,2021-06-14,12:13:50,+0400,44196397,elonmusk,Elon Musk,,"Pluto takes 248 years to orbit the sun, but Uranus only takes 84",en,[],[],[],15614,13539,241316,[],[],https://twitter.com/elonmusk/status/1404351360644964355,False,,0,,,,,,,,[],,,, +1404337616296681472,1404336547260948488,2021-06-14 11:19:13 Arabian Standard Time,2021-06-14,11:19:13,+0400,44196397,elonmusk,Elon Musk,,"@lexfridman The aliens would say “So Long, and Thanks for the Orifice!”",en,[],[],[],536,285,4763,[],[],https://twitter.com/elonmusk/status/1404337616296681472,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1404336639938154497,1402669179518345222,2021-06-14 11:15:20 Arabian Standard Time,2021-06-14,11:15:20,+0400,44196397,elonmusk,Elon Musk,,@leastImAlive @PPathole Decided to sell my last remaining house. Just needs to go to a large family who will live there. It’s a special place.,en,[],[],[],894,509,6847,[],[],https://twitter.com/elonmusk/status/1404336639938154497,False,,0,,,,,,,,"[{'screen_name': 'leastImAlive', 'name': 'PopulationPaste', 'id': '757871065'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1404336029776027651,1404041808674492417,2021-06-14 11:12:55 Arabian Standard Time,2021-06-14,11:12:55,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @DELTA_V @spacex360 After several successful launches, land overflight earlier in trajectory passes E-sub-c safety threshold. That said, Starship will also launch from Cape long-term.",en,[],[],[],239,228,3151,[],[],https://twitter.com/elonmusk/status/1404336029776027651,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'DELTA_V', 'name': '∆V supports 🇺🇦', 'id': '1202281253615161344'}, {'screen_name': 'spacex360', 'name': 'Everything SpaceX', 'id': '1270394714450268160'}]",,,, +1404330986951766021,1404041808674492417,2021-06-14 10:52:53 Arabian Standard Time,2021-06-14,10:52:53,+0400,44196397,elonmusk,Elon Musk,,@DELTA_V @spacex360 So much more is needed for life to become multiplanetary,en,[],[],[],174,107,1883,[],[],https://twitter.com/elonmusk/status/1404330986951766021,False,,0,,,,,,,,"[{'screen_name': 'DELTA_V', 'name': '∆V', 'id': '1202281253615161344'}, {'screen_name': 'spacex360', 'name': 'Everything SpaceX', 'id': '1270394714450268160'}]",,,, +1404303796075859974,1404303796075859974,2021-06-14 09:04:50 Arabian Standard Time,2021-06-14,09:04:50,+0400,44196397,elonmusk,Elon Musk,,!! https://t.co/3H9gMEmSLF,und,[],[],['https://pbs.twimg.com/media/E30W3BNVEAYRW5E.jpg'],15067,34970,373449,[],[],https://twitter.com/elonmusk/status/1404303796075859974,False,,1,https://pbs.twimg.com/media/E30W3BNVEAYRW5E.jpg,,,,,,,[],,,, +1404288216400764940,1404288216400764940,2021-06-14 08:02:55 Arabian Standard Time,2021-06-14,08:02:55,+0400,44196397,elonmusk,Elon Musk,,This is true https://t.co/72u3SrBf6U,en,[],[],['https://pbs.twimg.com/media/E30IsJHVIAEZ_Ak.jpg'],4771,4752,86133,[],[],https://twitter.com/elonmusk/status/1404288216400764940,False,,1,https://pbs.twimg.com/media/E30IsJHVIAEZ_Ak.jpg,,,,,,,[],,,, +1404287845028667397,1404287845028667397,2021-06-14 08:01:27 Arabian Standard Time,2021-06-14,08:01:27,+0400,44196397,elonmusk,Elon Musk,,Our Soul Dichotomy https://t.co/D4PC5XK2VK,en,[],[],['https://pbs.twimg.com/media/E30IWgIUUAEb9yO.jpg'],4121,6382,86822,[],[],https://twitter.com/elonmusk/status/1404287845028667397,False,,1,https://pbs.twimg.com/media/E30IWgIUUAEb9yO.jpg,,,,,,,[],,,, +1404132183254523905,1404045922674302982,2021-06-13 21:42:54 Arabian Standard Time,2021-06-13,21:42:54,+0400,44196397,elonmusk,Elon Musk,,"@Cointelegraph This is inaccurate. Tesla only sold ~10% of holdings to confirm BTC could be liquidated easily without moving market. When there’s confirmation of reasonable (~50%) clean energy usage by miners with positive future trend, Tesla will resume allowing Bitcoin transactions.",en,[],[],[],9642,10398,53127,[],[],https://twitter.com/elonmusk/status/1404132183254523905,False,,0,,,,,,,,"[{'screen_name': 'Cointelegraph', 'name': 'Cointelegraph', 'id': '2207129125'}]",,,, +1404130459924135944,1404128612811476992,2021-06-13 21:36:03 Arabian Standard Time,2021-06-13,21:36:03,+0400,44196397,elonmusk,Elon Musk,,@ajtourville The Plaid carbon-wrapped motor is arguably the most advanced motor on Earth outside of maybe a lab somewhere. We have to keep some secrets! We have a few ideas for increasing torque & max rpm even further for new Roadster. Definitely fun & exciting engineering ahead!,en,[],[],[],447,772,8376,[],[],https://twitter.com/elonmusk/status/1404130459924135944,False,,0,,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}]",,,, +1404128430585618433,1403787883375439872,2021-06-13 21:27:59 Arabian Standard Time,2021-06-13,21:27:59,+0400,44196397,elonmusk,Elon Musk,,"@ajtourville Main advantage of this is a much stronger EM field compared with a rotor that is held together by metal (usually high strength steel). Other advantage is that rotor can go to higher RPM, as carbon sleeve (mostly) stops copper rotor from expanding due to radial acceleration.",en,[],[],[],197,239,3524,[],[],https://twitter.com/elonmusk/status/1404128430585618433,False,,0,,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}]",,,, +1404126913791021056,1403787883375439872,2021-06-13 21:21:58 Arabian Standard Time,2021-06-13,21:21:58,+0400,44196397,elonmusk,Elon Musk,,@ajtourville Fiber is wound over rotor at high tension load. Machine to do this was made by Tesla Automation. Carbon sleeve must put copper rotor in compression or it loosens at low temp due to differential thermal expansion. Preload is also helpful for maintaining precise gap to stator.,en,[],[],[],414,380,6086,[],[],https://twitter.com/elonmusk/status/1404126913791021056,False,,0,,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}]",,,, +1404124622224723972,1403900490845351937,2021-06-13 21:12:51 Arabian Standard Time,2021-06-13,21:12:51,+0400,44196397,elonmusk,Elon Musk,,@AlternateJones True,en,[],[],[],736,513,16718,[],[],https://twitter.com/elonmusk/status/1404124622224723972,False,,0,,,,,,,,"[{'screen_name': 'AlternateJones', 'name': 'AJ', 'id': '394626603'}]",,,, +1403965862327902215,1403943487666409473,2021-06-13 10:42:00 Arabian Standard Time,2021-06-13,10:42:00,+0400,44196397,elonmusk,Elon Musk,,@PPathole Deriving moments of inertia from first principles,en,[],[],[],442,483,9637,[],[],https://twitter.com/elonmusk/status/1403965862327902215,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1403960366703337476,1403960366703337476,2021-06-13 10:20:10 Arabian Standard Time,2021-06-13,10:20:10,+0400,44196397,elonmusk,Elon Musk,,Esoteric meme of the day https://t.co/ELGmeLEXRE,en,[],[],['https://pbs.twimg.com/media/E3vegxVVIAIGZgX.jpg'],13885,13658,168535,[],[],https://twitter.com/elonmusk/status/1403960366703337476,False,,1,https://pbs.twimg.com/media/E3vegxVVIAIGZgX.jpg,,,,,,,[],,,, +1403921772068556801,1403549471888142336,2021-06-13 07:46:48 Arabian Standard Time,2021-06-13,07:46:48,+0400,44196397,elonmusk,Elon Musk,,@BrianNorgard Physics should be taught with the majesty & beauty it deserves,en,[],[],[],577,1097,10699,[],[],https://twitter.com/elonmusk/status/1403921772068556801,False,,0,,,,,,,,"[{'screen_name': 'BrianNorgard', 'name': 'Norgard', 'id': '9006952'}]",,,, +1403921214234447890,1403549471888142336,2021-06-13 07:44:35 Arabian Standard Time,2021-06-13,07:44:35,+0400,44196397,elonmusk,Elon Musk,,@BrianNorgard Physics is simply the search for truth. Nothing is more rigorous.,en,[],[],[],1916,4487,63211,[],[],https://twitter.com/elonmusk/status/1403921214234447890,False,,0,,,,,,,,"[{'screen_name': 'BrianNorgard', 'name': 'Norgard', 'id': '9006952'}]",,,, +1403674517185077251,1403497912760508417,2021-06-12 15:24:18 Arabian Standard Time,2021-06-12,15:24:18,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt Jay is awesome!,en,[],[],[],732,542,9392,[],[],https://twitter.com/elonmusk/status/1403674517185077251,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1403450126975201280,1403415521152876552,2021-06-12 00:32:39 Arabian Standard Time,2021-06-12,00:32:39,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @KlenderJoey At last!,en,[],[],[],1037,604,13048,[],[],https://twitter.com/elonmusk/status/1403450126975201280,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1403240595582111744,1403240595582111744,2021-06-11 10:40:03 Arabian Standard Time,2021-06-11,10:40:03,+0400,44196397,elonmusk,Elon Musk,,Plaid release event https://t.co/TxIHXnuw9A,en,[],['https://m.youtube.com/watch?v=kUmkbzQ-BS0&feature=youtu.be'],[],7394,4427,53229,[],[],https://twitter.com/elonmusk/status/1403240595582111744,False,,0,,,,,,,,[],,,, +1403212326199644166,1403211775760224257,2021-06-11 08:47:43 Arabian Standard Time,2021-06-11,08:47:43,+0400,44196397,elonmusk,Elon Musk,,Most amount of fun on 4 wheels! Pure joy on tap whenever u want.,en,[],[],[],4158,2178,54825,[],[],https://twitter.com/elonmusk/status/1403212326199644166,False,,0,,,,,,,,[],,,, +1403211775760224257,1403211775760224257,2021-06-11 08:45:32 Arabian Standard Time,2021-06-11,08:45:32,+0400,44196397,elonmusk,Elon Musk,,Order Tesla Model S Plaid at https://t.co/LuUhICqQEI,ca,[],['http://Tesla.com/S'],[],9805,5936,90517,[],[],https://twitter.com/elonmusk/status/1403211775760224257,False,,0,,,,,,,,[],,,, +1403210213272870917,1403203520870948865,2021-06-11 08:39:19 Arabian Standard Time,2021-06-11,08:39:19,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @lexfridman @woodhaus2 Haha,tl,[],[],[],299,121,3049,[],[],https://twitter.com/elonmusk/status/1403210213272870917,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'woodhaus2', 'name': 'Franz von Holzhausen', 'id': '55769345'}]",,,, +1403210112571887626,1403203520870948865,2021-06-11 08:38:55 Arabian Standard Time,2021-06-11,08:38:55,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ @lexfridman I love the yoke!,en,[],[],[],299,194,3904,[],[],https://twitter.com/elonmusk/status/1403210112571887626,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1403207480902041605,1403203520870948865,2021-06-11 08:28:28 Arabian Standard Time,2021-06-11,08:28:28,+0400,44196397,elonmusk,Elon Musk,,@lexfridman Tesla engineering is awesome!,en,[],[],[],1519,1551,39113,[],[],https://twitter.com/elonmusk/status/1403207480902041605,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1403101486905626624,1403101286065713155,2021-06-11 01:27:17 Arabian Standard Time,2021-06-11,01:27:17,+0400,44196397,elonmusk,Elon Musk,,@TeslaNY @LVCVA People like it!,en,[],[],[],707,556,8318,[],[],https://twitter.com/elonmusk/status/1403101486905626624,False,,0,,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'LVCVA', 'name': 'Vegas Means Business', 'id': '18359909'}]",,,, +1403097988679884800,1403071544738385925,2021-06-11 01:13:23 Arabian Standard Time,2021-06-11,01:13:23,+0400,44196397,elonmusk,Elon Musk,,@Adamklotz_ @BryceSpaceTech Starlink missions will move to Starship,en,[],[],[],333,456,5305,[],[],https://twitter.com/elonmusk/status/1403097988679884800,False,,0,,,,,,,,"[{'screen_name': 'Adamklotz_', 'name': 'Adam Klotz', 'id': '836334176517357569'}, {'screen_name': 'BryceSpaceTech', 'name': 'BryceTech', 'id': '1278436310'}]",,,, +1403074138961367041,1403071544738385925,2021-06-10 23:38:37 Arabian Standard Time,2021-06-10,23:38:37,+0400,44196397,elonmusk,Elon Musk,,@BryceSpaceTech Useful mass to orbit is the primary figure of merit,en,[],[],[],514,320,4987,[],[],https://twitter.com/elonmusk/status/1403074138961367041,False,,0,,,,,,,,"[{'screen_name': 'BryceSpaceTech', 'name': 'BryceTech', 'id': '1278436310'}]",,,, +1402821269242793985,1402394650787319808,2021-06-10 06:53:48 Arabian Standard Time,2021-06-10,06:53:48,+0400,44196397,elonmusk,Elon Musk,,@squawksquare @FredericLambert https://t.co/mGmRXu0gKy,und,[],[],['https://pbs.twimg.com/media/E3fSgoSVUAYpDPm.jpg'],762,949,11147,[],[],https://twitter.com/elonmusk/status/1402821269242793985,False,,1,https://pbs.twimg.com/media/E3fSgoSVUAYpDPm.jpg,,,,,,,"[{'screen_name': 'squawksquare', 'name': 'squawksquare', 'id': '930773590227718144'}]",,,, +1402770491211804672,1402516530902962187,2021-06-10 03:32:01 Arabian Standard Time,2021-06-10,03:32:01,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Exactly,en,[],[],[],877,652,14409,[],[],https://twitter.com/elonmusk/status/1402770491211804672,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1402719056508059649,1402717105074675717,2021-06-10 00:07:38 Arabian Standard Time,2021-06-10,00:07:38,+0400,44196397,elonmusk,Elon Musk,,"@dogeofficialceo @MattWallace888 Now that I have made some improvements, I’m pretty sure it’s worth $69k haha",en,[],[],[],1071,1423,12364,[],[],https://twitter.com/elonmusk/status/1402719056508059649,False,,0,,,,,,,,"[{'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin 🇺🇦 🦊', 'id': '1355945100216573952'}, {'screen_name': 'MattWallace888', 'name': 'Matt Wallace', 'id': '805532293951606785'}]",,,, +1402718368633745410,1402717105074675717,2021-06-10 00:04:54 Arabian Standard Time,2021-06-10,00:04:54,+0400,44196397,elonmusk,Elon Musk,,"@MattWallace888 My primary home is literally a ~$50k house in Boca Chica / Starbase that I rent from SpaceX. It’s kinda awesome though. Only house I own is the events house in the Bay Area. If I sold it, the house would see less use, unless bought by a big family, which might happen some day.",en,[],[],[],1699,1887,18280,[],[],https://twitter.com/elonmusk/status/1402718368633745410,False,,0,,,,,,,,"[{'screen_name': 'MattWallace888', 'name': 'Matt Wallace', 'id': '805532293951606785'}]",,,, +1402689914836197376,1402669179518345222,2021-06-09 22:11:51 Arabian Standard Time,2021-06-09,22:11:51,+0400,44196397,elonmusk,Elon Musk,,"@leastImAlive @PPathole Yeah, sold my houses, except for 1 in Bay Area that’s rented out for events. Working on sustainable energy for Earth with Tesla & protecting future of consciousness by making life multiplanetary with SpaceX. Also, AI risk mitigation with Neuralink & fixing traffic with Boring.",en,[],[],[],1477,1967,15933,[],[],https://twitter.com/elonmusk/status/1402689914836197376,False,,0,,,,,,,,"[{'screen_name': 'leastImAlive', 'name': 'PopulationPaste', 'id': '757871065'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1402686934900633607,1402669179518345222,2021-06-09 22:00:00 Arabian Standard Time,2021-06-09,22:00:00,+0400,44196397,elonmusk,Elon Musk,,"@PPathole Exactly. Only time I sell Tesla stock is when my stock options are expiring & I have no choice. Btw, I will continue to pay income taxes in California proportionate to my time in state, which is & will be significant.",en,[],[],[],346,550,4726,[],[],https://twitter.com/elonmusk/status/1402686934900633607,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1402683062773686274,1402394650787319808,2021-06-09 21:44:37 Arabian Standard Time,2021-06-09,21:44:37,+0400,44196397,elonmusk,Elon Musk,,"@squawksquare @FredericLambert Not even a good fake anonymous “The article is behind a paywall, and it looks like Anonymous’ hacking skills are not enough to get behind it “ 🤣🤣",en,[],[],[],793,1064,11450,[],[],https://twitter.com/elonmusk/status/1402683062773686274,False,,0,,,,,,,,"[{'screen_name': 'squawksquare', 'name': 'squawksquare', 'id': '930773590227718144'}, {'screen_name': 'FredericLambert', 'name': 'Fred Lambert', 'id': '38253449'}]",,,, +1402682323141763073,1402679487712665602,2021-06-09 21:41:41 Arabian Standard Time,2021-06-09,21:41:41,+0400,44196397,elonmusk,Elon Musk,,@Teslarati Tesla Europe team is doing great!,en,[],[],[],629,799,11928,[],[],https://twitter.com/elonmusk/status/1402682323141763073,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1402488000056115201,1402425206379974656,2021-06-09 08:49:30 Arabian Standard Time,2021-06-09,08:49:30,+0400,44196397,elonmusk,Elon Musk,,@Atomstrawberry @Seemeonlan @Geiser_Rules @HardcoreHistory @reeehp Just donated,en,[],[],[],754,469,5690,[],[],https://twitter.com/elonmusk/status/1402488000056115201,False,,0,,,,,,,,"[{'screen_name': 'Atomstrawberry', 'name': 'NegativeZero', 'id': '317658862'}, {'screen_name': 'Seemeonlan', 'name': 'Ky', 'id': '849098552'}, {'screen_name': 'Geiser_Rules', 'name': 'TGeiser 🇲🇽~🇺🇸', 'id': '818664923874082816'}, {'screen_name': 'HardcoreHistory', 'name': 'Dan Carlin', 'id': '20972371'}]",,,, +1402025921360674819,1402016534336196620,2021-06-08 02:13:22 Arabian Standard Time,2021-06-08,02:13:22,+0400,44196397,elonmusk,Elon Musk,,"@heydave7 Well said, Dave!",en,[],[],[],1201,958,16478,[],[],https://twitter.com/elonmusk/status/1402025921360674819,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1402022177667440641,1401988398169083905,2021-06-08 01:58:30 Arabian Standard Time,2021-06-08,01:58:30,+0400,44196397,elonmusk,Elon Musk,,@CJ_NFA @WholeMarsBlog @WR4NYGov @Teslarati @stevenmarkryan @28delayslater @garyblack00 @GerberKawasaki @JosephVVallace @SawyerMerritt 🤣🤣,und,[],[],[],657,506,8844,[],[],https://twitter.com/elonmusk/status/1402022177667440641,False,,0,,,,,,,,"[{'screen_name': 'CJ_NFA', 'name': 'Not Financial Advice', 'id': '811747551166791680'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'WR4NYGov', 'name': 'Warren Redlich - Come and Take It - Molon TSLA', 'id': '108365454'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}, {'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}, {'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'JosephVVallace', 'name': 'Tesla 💎🙌: Crypto 👑 of OC:', 'id': '1197431140438593536'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1402004955591069698,1401971900461424666,2021-06-08 00:50:04 Arabian Standard Time,2021-06-08,00:50:04,+0400,44196397,elonmusk,Elon Musk,,@Teslaconomics The long-term strength of Tesla will be manufacturing technology,en,[],[],[],1009,1291,17302,[],[],https://twitter.com/elonmusk/status/1402004955591069698,False,,0,,,,,,,,"[{'screen_name': 'Teslaconomics', 'name': 'Teslaconomics', 'id': '985243593538338816'}]",,,, +1401751762034479104,1401700990546583564,2021-06-07 08:03:58 Arabian Standard Time,2021-06-07,08:03:58,+0400,44196397,elonmusk,Elon Musk,,"@MattWallace888 Wow, thanks!",en,[],[],[],1473,2156,18547,[],[],https://twitter.com/elonmusk/status/1401751762034479104,False,,0,,,,,,,,"[{'screen_name': 'MattWallace888', 'name': 'Matt Wallace', 'id': '805532293951606785'}]",,,, +1401748754974248961,1401709612382961664,2021-06-07 07:52:01 Arabian Standard Time,2021-06-07,07:52:01,+0400,44196397,elonmusk,Elon Musk,,@LloydOstertagg @SpaceX Thanks Lloyd!,en,[],[],[],487,928,9992,[],[],https://twitter.com/elonmusk/status/1401748754974248961,False,,0,,,,,,,,"[{'screen_name': 'LloydOstertagg', 'name': 'Lloyd Ostertag', 'id': '1092136515659018240'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1401719876515946498,1401704468064964610,2021-06-07 05:57:15 Arabian Standard Time,2021-06-07,05:57:15,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ 💕,und,[],[],[],779,1055,13850,[],[],https://twitter.com/elonmusk/status/1401719876515946498,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}]",,,, +1401663113657827328,1401373644018925568,2021-06-07 02:11:42 Arabian Standard Time,2021-06-07,02:11:42,+0400,44196397,elonmusk,Elon Musk,,@itsALLrisky 🤣🤣,und,[],[],[],676,1034,13838,[],[],https://twitter.com/elonmusk/status/1401663113657827328,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1401662959923994625,1401449106069987330,2021-06-07 02:11:05 Arabian Standard Time,2021-06-07,02:11:05,+0400,44196397,elonmusk,Elon Musk,,@BTCTN A new space race has begun!,en,[],[],[],2287,3281,23104,[],[],https://twitter.com/elonmusk/status/1401662959923994625,False,,0,,,,,,,,"[{'screen_name': 'BTCTN', 'name': 'Bitcoin News', 'id': '3367334171'}]",,,, +1401642435755790341,1401641347040284679,2021-06-07 00:49:32 Arabian Standard Time,2021-06-07,00:49:32,+0400,44196397,elonmusk,Elon Musk,,@ModelYendofICE At the annual shareholder meeting! Probably late July / early August.,en,[],[],[],282,326,5921,[],[],https://twitter.com/elonmusk/status/1401642435755790341,False,,0,,,,,,,,"[{'screen_name': 'ModelYendofICE', 'name': 'Model Y - End of the ICE age', 'id': '964873845663522816'}]",,,, +1401642134583791624,1401641347040284679,2021-06-07 00:48:20 Arabian Standard Time,2021-06-07,00:48:20,+0400,44196397,elonmusk,Elon Musk,,0 to 60mph in under 2 secs. Quickest production car ever made of any kind. Has to be felt to be believed.,en,[],[],[],5944,5649,112619,[],[],https://twitter.com/elonmusk/status/1401642134583791624,False,,0,,,,,,,,[],,,, +1401641625500229632,1401641347040284679,2021-06-07 00:46:19 Arabian Standard Time,2021-06-07,00:46:19,+0400,44196397,elonmusk,Elon Musk,,"Plaid+ is canceled. No need, as Plaid is just so good.",en,[],[],[],3966,2876,75574,[],[],https://twitter.com/elonmusk/status/1401641625500229632,False,,0,,,,,,,,[],,,, +1401641347040284679,1401641347040284679,2021-06-07 00:45:13 Arabian Standard Time,2021-06-07,00:45:13,+0400,44196397,elonmusk,Elon Musk,,Model S goes to Plaid speed this week,en,[],[],[],12583,6772,141229,[],[],https://twitter.com/elonmusk/status/1401641347040284679,False,,0,,,,,,,,[],,,, +1401640492492890116,1401538881242091534,2021-06-07 00:41:49 Arabian Standard Time,2021-06-07,00:41:49,+0400,44196397,elonmusk,Elon Musk,,@WatchersTank @BillyM2k VIC-20 with 8KB memory,en,[],[],[],260,179,3581,[],[],https://twitter.com/elonmusk/status/1401640492492890116,False,,0,,,,,,,,"[{'screen_name': 'WatchersTank', 'name': 'TankWatchers', 'id': '1352212034704846848'}, {'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1401635497722716168,1401538881242091534,2021-06-07 00:21:58 Arabian Standard Time,2021-06-07,00:21:58,+0400,44196397,elonmusk,Elon Musk,,"@KennyLoaded @BillyM2k Some engineers I worked with went on to help create WoW, but it was too addicting. Couldn’t afford the time (sigh).",en,[],[],[],394,405,6737,[],[],https://twitter.com/elonmusk/status/1401635497722716168,False,,0,,,,,,,,"[{'screen_name': 'KennyLoaded', 'name': 'Kenny', 'id': '252806189'}, {'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1401634961250209795,1401538881242091534,2021-06-07 00:19:50 Arabian Standard Time,2021-06-07,00:19:50,+0400,44196397,elonmusk,Elon Musk,,"@BillyM2k Tbh, I was into PC & still into PC",en,[],[],[],1111,767,9530,[],[],https://twitter.com/elonmusk/status/1401634961250209795,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1401621271943815169,1401617562186571781,2021-06-06 23:25:26 Arabian Standard Time,2021-06-06,23:25:26,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog One more production release of pure vision this week, then FSD beta 9 a week or two later. V9.0 FSD is also pure vision. Foundational improvements are immense.",en,[],[],[],557,514,5350,[],[],https://twitter.com/elonmusk/status/1401621271943815169,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1401498679341690882,1401493801131298816,2021-06-06 15:18:18 Arabian Standard Time,2021-06-06,15:18:18,+0400,44196397,elonmusk,Elon Musk,,@LarsEdelmann1 @Jamie_ORourke @Tesla Maybe,en,[],[],[],358,124,3709,[],[],https://twitter.com/elonmusk/status/1401498679341690882,False,,0,,,,,,,,"[{'screen_name': 'LarsEdelmann1', 'name': 'Lars', 'id': '839197416700116992'}, {'screen_name': 'Jamie_ORourke', 'name': ""Jamie O'Rourke"", 'id': '19675541'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1401496959123341315,1401493801131298816,2021-06-06 15:11:28 Arabian Standard Time,2021-06-06,15:11:28,+0400,44196397,elonmusk,Elon Musk,,@Jamie_ORourke I do like to cause a little mischief,en,[],[],[],1419,909,16425,[],[],https://twitter.com/elonmusk/status/1401496959123341315,False,,0,,,,,,,,"[{'screen_name': 'Jamie_ORourke', 'name': ""Jamie O'Rourke"", 'id': '19675541'}]",,,, +1401496033264377860,1401496033264377860,2021-06-06 15:07:47 Arabian Standard Time,2021-06-06,15:07:47,+0400,44196397,elonmusk,Elon Musk,, https://t.co/anHPlBpGza,und,[],[],['https://pbs.twimg.com/media/E3MdNmDXMAoWEke.jpg'],12265,19470,302662,[],[],https://twitter.com/elonmusk/status/1401496033264377860,False,,1,https://pbs.twimg.com/media/E3MdNmDXMAoWEke.jpg,,,,,,,[],,,, +1401494861451309058,1400953081311875072,2021-06-06 15:03:08 Arabian Standard Time,2021-06-06,15:03:08,+0400,44196397,elonmusk,Elon Musk,,@PPathole @hag7447 He will perhaps have a baby soon,en,[],[],[],318,216,4109,[],[],https://twitter.com/elonmusk/status/1401494861451309058,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'hag7447', 'name': 'hugo gonzalez', 'id': '2392734559'}]",,,, +1401493801131298816,1401493801131298816,2021-06-06 14:58:55 Arabian Standard Time,2021-06-06,14:58:55,+0400,44196397,elonmusk,Elon Musk,, https://t.co/zuW2EWMH34,und,[],[],['https://pbs.twimg.com/media/E3MbLxHX0AAmQNx.jpg'],11606,19169,262912,[],[],https://twitter.com/elonmusk/status/1401493801131298816,False,,1,https://pbs.twimg.com/media/E3MbLxHX0AAmQNx.jpg,,,,,,,[],,,, +1401490554396024834,1401416050051227654,2021-06-06 14:46:01 Arabian Standard Time,2021-06-06,14:46:01,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV The operating costs of a Tesla are also much lower than a gasoline cruiser!,en,[],[],[],734,569,10254,[],[],https://twitter.com/elonmusk/status/1401490554396024834,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1401486279989248001,1400953081311875072,2021-06-06 14:29:02 Arabian Standard Time,2021-06-06,14:29:02,+0400,44196397,elonmusk,Elon Musk,,@hag7447 🤣,und,[],[],[],196,98,4532,[],[],https://twitter.com/elonmusk/status/1401486279989248001,False,,0,,,,,,,,"[{'screen_name': 'hag7447', 'name': 'hugo gonzalez', 'id': '2392734559'}]",,,, +1401457989618446342,1401457989618446342,2021-06-06 12:36:37 Arabian Standard Time,2021-06-06,12:36:37,+0400,44196397,elonmusk,Elon Musk,,I guess we read the instructions haha,en,[],[],[],5692,4368,78180,[],[],https://twitter.com/elonmusk/status/1401457989618446342,False,https://twitter.com/SpaceX/status/1401397317878484992,0,,,,,,,,[],,,, +1401287393228038149,1401287393228038149,2021-06-06 01:18:43 Arabian Standard Time,2021-06-06,01:18:43,+0400,44196397,elonmusk,Elon Musk,,"Don’t kill what you hate, Save what you love",en,[],[],[],41947,62670,463548,[],[],https://twitter.com/elonmusk/status/1401287393228038149,False,,0,,,,,,,,[],,,, +1401275139598307328,1401272081266974721,2021-06-06 00:30:02 Arabian Standard Time,2021-06-06,00:30:02,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @Jason Fair point. Back to regularly scheduled programming.,en,[],[],[],515,447,5968,[],[],https://twitter.com/elonmusk/status/1401275139598307328,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'Jason', 'name': '@jason calacanis', 'id': '3840'}]",,,, +1401273008669528066,1401272081266974721,2021-06-06 00:21:34 Arabian Standard Time,2021-06-06,00:21:34,+0400,44196397,elonmusk,Elon Musk,,@Jason Haha awesome,en,[],[],[],650,1043,9089,[],[],https://twitter.com/elonmusk/status/1401273008669528066,False,,0,,,,,,,,"[{'screen_name': 'Jason', 'name': '@jason calacanis', 'id': '3840'}]",,,, +1401251430015582209,1401251430015582209,2021-06-05 22:55:49 Arabian Standard Time,2021-06-05,22:55:49,+0400,44196397,elonmusk,Elon Musk,,"Goods & services are the real economy, any form of money is simply the accounting thereof",en,[],[],[],21713,19108,206164,[],[],https://twitter.com/elonmusk/status/1401251430015582209,False,,0,,,,,,,,[],,,, +1401096409428934659,1401096409428934659,2021-06-05 12:39:49 Arabian Standard Time,2021-06-05,12:39:49,+0400,44196397,elonmusk,Elon Musk,,💦🚀 –> 🌙,und,[],[],[],56253,27671,300449,[],[],https://twitter.com/elonmusk/status/1401096409428934659,False,,0,,,,,,,,[],,,, +1401091921746006017,1400560049358094340,2021-06-05 12:21:59 Arabian Standard Time,2021-06-05,12:21:59,+0400,44196397,elonmusk,Elon Musk,,@lexfridman @VitalikButerin @ethereum @Bitcoin @dogecoin @ShibainuCoin @IOHK_Charles @Cardano @chainlink @0xPolygon I pretty much agree with Vitalik,en,[],[],[],1960,3162,24061,[],[],https://twitter.com/elonmusk/status/1401091921746006017,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'VitalikButerin', 'name': 'vitalik.eth', 'id': '295218901'}, {'screen_name': 'ethereum', 'name': 'Ethereum', 'id': '2312333412'}, {'screen_name': 'Bitcoin', 'name': 'Bitcoin', 'id': '357312062'}, {'screen_name': 'dogecoin', 'name': 'Dogecoin', 'id': '2235729541'}, {'screen_name': 'ShibainuCoin', 'name': 'Shiba Inu', 'id': '1355918864509509637'}, {'screen_name': 'IOHK_Charles', 'name': 'Charles Hoskinson', 'id': '1376161898'}, {'screen_name': 'Cardano', 'name': 'Cardano Community', 'id': '825920479055671296'}, {'screen_name': 'chainlink', 'name': 'Chainlink', 'id': '1530530365'}, {'screen_name': '0xPolygon', 'name': 'Polygon | $MATIC 💜', 'id': '914738730740715521'}]",,,, +1401081730832945154,1400620080090730501,2021-06-05 11:41:30 Arabian Standard Time,2021-06-05,11:41:30,+0400,44196397,elonmusk,Elon Musk,,@CryptoWhale 👆,und,[],[],[],1364,822,10746,[],[],https://twitter.com/elonmusk/status/1401081730832945154,False,,0,,,,,,,,"[{'screen_name': 'CryptoWhale', 'name': 'CryptoWhale', 'id': '234638601'}]",,,, +1401018189534928898,1400993824579588096,2021-06-05 07:29:00 Arabian Standard Time,2021-06-05,07:29:00,+0400,44196397,elonmusk,Elon Musk,,@Fredilly … is a helluva drug 🤣🤣,en,[],[],[],1901,1397,17377,[],[],https://twitter.com/elonmusk/status/1401018189534928898,False,,0,,,,,,,,"[{'screen_name': 'Fredilly', 'name': 'Fred E ⚡️', 'id': '109051038'}]",,,, +1400955498963386373,1400923086736797704,2021-06-05 03:19:54 Arabian Standard Time,2021-06-05,03:19:54,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy It is,en,[],[],[],641,441,9263,[],[],https://twitter.com/elonmusk/status/1400955498963386373,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1400952904077430784,1400474909051080705,2021-06-05 03:09:35 Arabian Standard Time,2021-06-05,03:09:35,+0400,44196397,elonmusk,Elon Musk,,@Corpse_Husband @archillect Already have one,en,[],[],[],767,721,37943,[],[],https://twitter.com/elonmusk/status/1400952904077430784,False,,0,,,,,,,,"[{'screen_name': 'Corpse_Husband', 'name': 'Corpse Husband', 'id': '3409123967'}, {'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1400685648001081352,1400620080090730501,2021-06-04 09:27:36 Arabian Standard Time,2021-06-04,09:27:36,+0400,44196397,elonmusk,Elon Musk,,@ItsDogeCoin @RTHowell Haf yu sin mi danz?,tr,[],[],[],1738,867,9886,[],[],https://twitter.com/elonmusk/status/1400685648001081352,False,,0,,,,,,,,"[{'screen_name': 'RTHowell', 'name': 'Ryan', 'id': '22577483'}]",,,, +1400678537233899524,1400620080090730501,2021-06-04 08:59:21 Arabian Standard Time,2021-06-04,08:59:21,+0400,44196397,elonmusk,Elon Musk,,@RTHowell Make up sex is the best tho,en,[],[],[],1093,1010,8387,[],[],https://twitter.com/elonmusk/status/1400678537233899524,False,,0,,,,,,,,"[{'screen_name': 'RTHowell', 'name': 'Ryan', 'id': '22577483'}]",,,, +1400669726322302976,1400595796794425344,2021-06-04 08:24:20 Arabian Standard Time,2021-06-04,08:24:20,+0400,44196397,elonmusk,Elon Musk,,@ErcXspace @SpaceX 😍,und,[],[],[],513,375,8560,[],[],https://twitter.com/elonmusk/status/1400669726322302976,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1400669324457693186,1400664906718982147,2021-06-04 08:22:44 Arabian Standard Time,2021-06-04,08:22:44,+0400,44196397,elonmusk,Elon Musk,,@CryptoWhale Great thread 🤣,en,[],[],[],991,915,10889,[],[],https://twitter.com/elonmusk/status/1400669324457693186,False,,0,,,,,,,,"[{'screen_name': 'CryptoWhale', 'name': 'Crypto Whale', 'id': '234638601'}]",,,, +1400663054367571968,1400620080090730501,2021-06-04 07:57:49 Arabian Standard Time,2021-06-04,07:57:49,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k https://t.co/p0DkFkWHfV,und,[],[],['https://pbs.twimg.com/media/E3AnoAEWQAEC0l_.jpg'],2379,7506,48190,[],[],https://twitter.com/elonmusk/status/1400663054367571968,False,,1,https://pbs.twimg.com/media/E3AnoAEWQAEC0l_.jpg,,,,,,,[],,,, +1400661416235917313,1400474909051080705,2021-06-04 07:51:19 Arabian Standard Time,2021-06-04,07:51:19,+0400,44196397,elonmusk,Elon Musk,,@archillect 🔥🔥,und,[],[],[],691,1039,48128,[],[],https://twitter.com/elonmusk/status/1400661416235917313,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1400660008732348419,1400532828127776771,2021-06-04 07:45:43 Arabian Standard Time,2021-06-04,07:45:43,+0400,44196397,elonmusk,Elon Musk,,@coinbase Nice,en,[],[],[],2086,3461,27707,[],[],https://twitter.com/elonmusk/status/1400660008732348419,False,,0,,,,,,,,"[{'screen_name': 'coinbase', 'name': 'Coinbase', 'id': '574032254'}]",,,, +1400654905149476865,1400654905149476865,2021-06-04 07:25:26 Arabian Standard Time,2021-06-04,07:25:26,+0400,44196397,elonmusk,Elon Musk,,Canada USA Mexico,es,[],[],[],36542,24977,296154,[],[],https://twitter.com/elonmusk/status/1400654905149476865,False,,0,,,,,,,,[],,,, +1400645833150840835,1400620080090730501,2021-06-04 06:49:24 Arabian Standard Time,2021-06-04,06:49:24,+0400,44196397,elonmusk,Elon Musk,, https://t.co/MLhu6oOwgc,und,[],[],['https://pbs.twimg.com/media/E3AX9irWQAI77cW.jpg'],16232,18819,175787,[],[],https://twitter.com/elonmusk/status/1400645833150840835,False,,1,https://pbs.twimg.com/media/E3AX9irWQAI77cW.jpg,,,,,,,[],,,, +1400632134805639169,1400620080090730501,2021-06-04 05:54:58 Arabian Standard Time,2021-06-04,05:54:58,+0400,44196397,elonmusk,Elon Musk,,@JRNYcrypto Needs laser eyes too,en,[],[],[],1430,884,9566,[],[],https://twitter.com/elonmusk/status/1400632134805639169,False,,0,,,,,,,,"[{'screen_name': 'JRNYcrypto', 'name': 'JRNY Crypto 🧪', 'id': '952087880918228992'}]",,,, +1400622483989008384,1400620080090730501,2021-06-04 05:16:37 Arabian Standard Time,2021-06-04,05:16:37,+0400,44196397,elonmusk,Elon Musk,,@JRNYcrypto 🤣🤣,und,[],[],[],1990,765,17298,[],[],https://twitter.com/elonmusk/status/1400622483989008384,False,,0,,,,,,,,"[{'screen_name': 'JRNYcrypto', 'name': 'JRNY Crypto 🧪', 'id': '952087880918228992'}]",,,, +1400620080090730501,1400620080090730501,2021-06-04 05:07:04 Arabian Standard Time,2021-06-04,05:07:04,+0400,44196397,elonmusk,Elon Musk,,#Bitcoin 💔 https://t.co/lNnEfMdtJf,und,[],[],['https://pbs.twimg.com/media/E3AAif9WEAAcGuD.jpg'],55940,21330,211114,['bitcoin'],[],https://twitter.com/elonmusk/status/1400620080090730501,False,,1,https://pbs.twimg.com/media/E3AAif9WEAAcGuD.jpg,,,,,,,[],,,, +1400554779512868866,1400553374785835008,2021-06-04 00:47:35 Arabian Standard Time,2021-06-04,00:47:35,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed 🤣🤣,und,[],[],[],951,758,19019,[],[],https://twitter.com/elonmusk/status/1400554779512868866,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1400344006362554369,1400343605357645826,2021-06-03 10:50:02 Arabian Standard Time,2021-06-03,10:50:02,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog 🤣,und,[],[],[],1437,935,26982,[],[],https://twitter.com/elonmusk/status/1400344006362554369,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1400262458162520069,1400034678128578560,2021-06-03 05:26:00 Arabian Standard Time,2021-06-03,05:26:00,+0400,44196397,elonmusk,Elon Musk,,@PPathole Yup,und,[],[],[],804,827,27329,[],[],https://twitter.com/elonmusk/status/1400262458162520069,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1400059387578814465,1399915226057773060,2021-06-02 15:59:04 Arabian Standard Time,2021-06-02,15:59:04,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV Thanks :) Seriously, it was so insane! Fud still happening a little, but doesn’t resonate when enough people have the product.",en,[],[],[],775,813,9916,[],[],https://twitter.com/elonmusk/status/1400059387578814465,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1400057868867485700,1399781187141476356,2021-06-02 15:53:02 Arabian Standard Time,2021-06-02,15:53:02,+0400,44196397,elonmusk,Elon Musk,,@28delayslater @eamokeane 🤔,und,[],[],[],635,260,5313,[],[],https://twitter.com/elonmusk/status/1400057868867485700,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🐶Earl of FrunkPuppy 🐶', 'id': '998140573008695296'}, {'screen_name': 'eamokeane', 'name': 'Eamon Keane | eamonkeane.eth', 'id': '176385195'}]",,,, +1400057641330749442,1400054388744507397,2021-06-02 15:52:08 Arabian Standard Time,2021-06-02,15:52:08,+0400,44196397,elonmusk,Elon Musk,,@Neuro_Skeptic Some quarks & a lepton walk into a bar …,en,[],[],[],285,204,2933,[],[],https://twitter.com/elonmusk/status/1400057641330749442,False,,0,,,,,,,,"[{'screen_name': 'Neuro_Skeptic', 'name': 'Neuroskeptic', 'id': '316327930'}]",,,, +1400056610609942530,1399781187141476356,2021-06-02 15:48:02 Arabian Standard Time,2021-06-02,15:48:02,+0400,44196397,elonmusk,Elon Musk,,@eamokeane Things get weird at the driver level,en,[],[],[],136,108,2372,[],[],https://twitter.com/elonmusk/status/1400056610609942530,False,,0,,,,,,,,"[{'screen_name': 'eamokeane', 'name': 'Eamon Keane | eamonkeane.eth', 'id': '176385195'}]",,,, +1400053089273528327,1400035315566333952,2021-06-02 15:34:02 Arabian Standard Time,2021-06-02,15:34:02,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog That’s where we get most of our lithium. Also, whereas phone batteries make heavy use of cobalt in cathode, Tesla uses primarily nickel, which is trickier, but has better energy density (range). Iron cathode cells are now competitive for stationary packs & mid range cars.",en,[],[],[],967,1022,17940,[],[],https://twitter.com/elonmusk/status/1400053089273528327,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1400028744258097152,1399697561963872260,2021-06-02 13:57:18 Arabian Standard Time,2021-06-02,13:57:18,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @ResidentSponge https://t.co/porMpnWtuk,und,[],[],['https://pbs.twimg.com/media/E23muL9WUAQFzB-.jpg'],851,953,17304,[],[],https://twitter.com/elonmusk/status/1400028744258097152,False,,1,https://pbs.twimg.com/media/E23muL9WUAQFzB-.jpg,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1400027301253988353,1399915226057773060,2021-06-02 13:51:34 Arabian Standard Time,2021-06-02,13:51:34,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV We went public for $3.40/share!,en,[],[],[],955,1560,19648,[],[],https://twitter.com/elonmusk/status/1400027301253988353,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1400008467822399490,1399777444987498507,2021-06-02 12:36:44 Arabian Standard Time,2021-06-02,12:36:44,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX Science-fiction should not be fiction forever!,en,[],[],[],1039,2412,26067,[],[],https://twitter.com/elonmusk/status/1400008467822399490,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1399999790415585280,1399867486351228931,2021-06-02 12:02:15 Arabian Standard Time,2021-06-02,12:02:15,+0400,44196397,elonmusk,Elon Musk,,@ErcXspace @austinbarnard45 @SpaceX @NASASpaceflight Might take a few kicks at the can before we catch the rocket haha,en,[],[],[],392,406,7605,[],[],https://twitter.com/elonmusk/status/1399999790415585280,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1399999219218501633,1399933609268502533,2021-06-02 11:59:59 Arabian Standard Time,2021-06-02,11:59:59,+0400,44196397,elonmusk,Elon Musk,,"@p_ferragu Our biggest challenge is supply chain, especially microcontroller chips. Never seen anything like it. Fear of running out is causing every company to overorder – like the toilet paper shortage, but at epic scale. That said, it’s obv not a long-term issue.",en,[],[],[],470,646,8268,[],[],https://twitter.com/elonmusk/status/1399999219218501633,False,,0,,,,,,,,"[{'screen_name': 'p_ferragu', 'name': 'Pierre Ferragu', 'id': '981179219207213057'}]",,,, +1399985389725753346,1399985389725753346,2021-06-02 11:05:02 Arabian Standard Time,2021-06-02,11:05:02,+0400,44196397,elonmusk,Elon Musk,,Found this pic of me as a child https://t.co/hUEKluRAdP,en,[],[],['https://pbs.twimg.com/media/E22_SpHWEAMCI6H.jpg'],32951,38225,356610,[],[],https://twitter.com/elonmusk/status/1399985389725753346,False,,1,https://pbs.twimg.com/media/E22_SpHWEAMCI6H.jpg,,,,,,,[],,,, +1399941806058622982,1399923813756944387,2021-06-02 08:11:50 Arabian Standard Time,2021-06-02,08:11:50,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @Writer_01001101 Sigh,en,[],[],[],1319,1127,29593,[],[],https://twitter.com/elonmusk/status/1399941806058622982,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'Writer_01001101', 'name': 'Maria Merano', 'id': '1340818480925294592'}]",,,, +1399877001398439939,1399777140728606722,2021-06-02 03:54:20 Arabian Standard Time,2021-06-02,03:54:20,+0400,44196397,elonmusk,Elon Musk,,@dogeofficialceo @SouthPark When I visit Japan later this year,en,[],[],[],1267,1808,12528,[],[],https://twitter.com/elonmusk/status/1399877001398439939,False,,0,,,,,,,,"[{'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin 🇺🇦 🦊', 'id': '1355945100216573952'}, {'screen_name': 'SouthPark', 'name': 'South Park', 'id': '23504870'}]",,,, +1399874980062633985,1399777140728606722,2021-06-02 03:46:18 Arabian Standard Time,2021-06-02,03:46:18,+0400,44196397,elonmusk,Elon Musk,,@SouthPark Baby Shark crushes all! More views than humans. https://t.co/48Ol3ZzhjP,en,[],['https://m.youtube.com/watch?v=XqZsoesa55w'],[],957,868,9163,[],[],https://twitter.com/elonmusk/status/1399874980062633985,False,,0,,,,,,,,"[{'screen_name': 'SouthPark', 'name': 'South Park', 'id': '23504870'}]",,,, +1399870383063437313,1399825543017684999,2021-06-02 03:28:02 Arabian Standard Time,2021-06-02,03:28:02,+0400,44196397,elonmusk,Elon Musk,,@CoinDesk @CoinbasePro @nikhileshde …,und,[],[],[],1982,7383,30269,[],[],https://twitter.com/elonmusk/status/1399870383063437313,False,https://twitter.com/elonmusk/status/1284291528328790016,0,,,,,,,,"[{'screen_name': 'CoinDesk', 'name': 'CoinDesk', 'id': '1333467482'}, {'screen_name': 'nikhileshde', 'name': 'Nikhilesh De', 'id': '69614360'}]",,,, +1399606540630466564,1399423621475422208,2021-06-01 09:59:37 Arabian Standard Time,2021-06-01,09:59:37,+0400,44196397,elonmusk,Elon Musk,,@itsALLrisky Sounds kinda fun,en,[],[],[],1228,3040,22653,[],[],https://twitter.com/elonmusk/status/1399606540630466564,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1399606105899253763,1399535761641414657,2021-06-01 09:57:53 Arabian Standard Time,2021-06-01,09:57:53,+0400,44196397,elonmusk,Elon Musk,,@ValaAfshar OG Smartwatch,pl,[],[],[],852,1499,54819,[],[],https://twitter.com/elonmusk/status/1399606105899253763,False,,0,,,,,,,,"[{'screen_name': 'ValaAfshar', 'name': 'Vala Afshar', 'id': '259725229'}]",,,, +1399602861647007748,1399555549121875968,2021-06-01 09:45:00 Arabian Standard Time,2021-06-01,09:45:00,+0400,44196397,elonmusk,Elon Musk,,"@WorldofTesla1 Yeah, new Model S & X have PS5 level entertainment computing power",en,[],[],[],1038,1810,23691,[],[],https://twitter.com/elonmusk/status/1399602861647007748,False,,0,,,,,,,,"[{'screen_name': 'WorldofTesla1', 'name': 'The World Of Tesla', 'id': '1259247563615670275'}]",,,, +1399602277002919937,1399472395954626565,2021-06-01 09:42:40 Arabian Standard Time,2021-06-01,09:42:40,+0400,44196397,elonmusk,Elon Musk,,@DocumentingBTC Nice,en,[],[],[],338,489,8301,[],[],https://twitter.com/elonmusk/status/1399602277002919937,False,,0,,,,,,,,"[{'screen_name': 'DocumentingBTC', 'name': 'Documenting Bitcoin 📄', 'id': '1337780902680809474'}]",,,, +1399494403450982401,1399238250720464899,2021-06-01 02:34:01 Arabian Standard Time,2021-06-01,02:34:01,+0400,44196397,elonmusk,Elon Musk,,@jeremyjudkins @Ryanth3nerd @Tesla Agreed,en,[],[],[],264,165,3774,[],[],https://twitter.com/elonmusk/status/1399494403450982401,False,,0,,,,,,,,"[{'screen_name': 'jeremyjudkins', 'name': '👻🎃Scaremy Pumpkins🎃👻', 'id': '84890791'}, {'screen_name': 'Ryanth3nerd', 'name': 'Ryanth3nerd.eth🇺🇦🦊', 'id': '2604365504'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1399493969839640582,1399340525145276417,2021-06-01 02:32:18 Arabian Standard Time,2021-06-01,02:32:18,+0400,44196397,elonmusk,Elon Musk,,"@Model3Owners Making this work has been / still is super difficult, but it’s a revolution in car body design & production – lighter, tighter, better NVH, higher precision, lower capex, lower unit cost",en,[],[],[],929,1350,24546,[],[],https://twitter.com/elonmusk/status/1399493969839640582,False,,0,,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1399492488612691973,1399238250720464899,2021-06-01 02:26:25 Arabian Standard Time,2021-06-01,02:26:25,+0400,44196397,elonmusk,Elon Musk,,@Ryanth3nerd @Tesla Moving lumbar was removed only in front passenger seat of 3/Y (obv not there in rear seats). Logs showed almost no usage. Not worth cost/mass for everyone when almost never used. Prices increasing due to major supply chain price pressure industry-wide. Raw materials especially.,en,[],[],[],675,349,5113,[],[],https://twitter.com/elonmusk/status/1399492488612691973,False,,0,,,,,,,,"[{'screen_name': 'Ryanth3nerd', 'name': 'Ryanth3nerd.eth🇺🇦🦊', 'id': '2604365504'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1399221133711446018,1399146737483321344,2021-05-31 08:28:09 Arabian Standard Time,2021-05-31,08:28:09,+0400,44196397,elonmusk,Elon Musk,,"@ErcXspace @SpaceX @NASASpaceflight @MarcusHouse Pretty close. Inner ring is closer to center 3, as all 12 gimbal together. Boost back burn efficiency is greatly improved in this config.",en,[],[],[],626,848,18583,[],[],https://twitter.com/elonmusk/status/1399221133711446018,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}]",,,, +1399114511202852871,1399100316012875777,2021-05-31 01:24:28 Arabian Standard Time,2021-05-31,01:24:28,+0400,44196397,elonmusk,Elon Musk,,@hiddin2urleft @greg16676935420 @blockfolio @BillyM2k @itsALLrisky @GloryDoge @DogecoinRise @ItsDogeCoin @DogeEducation @Investments_CEO 🤣🤣,und,[],[],[],1333,1999,36655,[],[],https://twitter.com/elonmusk/status/1399114511202852871,False,,0,,,,,,,,"[{'screen_name': 'hiddin2urleft', 'name': 'r/dogecoin', 'id': '1291985029'}, {'screen_name': 'greg16676935420', 'name': 'greg', 'id': '1356434353623093249'}, {'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}, {'screen_name': 'GloryDoge', 'name': 'TheÐogeGlory | ⬆️', 'id': '1362137952470462469'}, {'screen_name': 'DogecoinRise', 'name': 'Dogecoin Rise 🚀', 'id': '1345576584204353543'}, {'screen_name': 'DogeEducation', 'name': 'Doge Education 📚', 'id': '527921841'}, {'screen_name': 'Investments_CEO', 'name': 'Dogecoin', 'id': '1362987750312599552'}]",,,, +1399088815705399305,1399088815705399305,2021-05-30 23:42:22 Arabian Standard Time,2021-05-30,23:42:22,+0400,44196397,elonmusk,Elon Musk,,Ocean spaceport Deimos is under construction for launch next year,en,[],[],[],9751,11183,126593,[],[],https://twitter.com/elonmusk/status/1399088815705399305,False,https://twitter.com/Kendall_Dirks/status/1398640498223587334,0,,,,,,,,[],,,, +1399051334339465224,1399018475968815106,2021-05-30 21:13:25 Arabian Standard Time,2021-05-30,21:13:25,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @Tesmanian_com Sehnsucht,de,[],[],[],474,248,4409,[],[],https://twitter.com/elonmusk/status/1399051334339465224,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🦊🐢🦔', 'id': '372959979'}, {'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1399047159467679752,1399018475968815106,2021-05-30 20:56:50 Arabian Standard Time,2021-05-30,20:56:50,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com Danke!!,de,[],[],[],860,641,18232,[],[],https://twitter.com/elonmusk/status/1399047159467679752,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1398879075133886466,1398756801881989122,2021-05-30 09:48:56 Arabian Standard Time,2021-05-30,09:48:56,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @nextspaceflight @NASASpaceflight @BocaChicaGal @SpaceX Actually, so-called “secondary” structure is the hard part – so many pipes & wires. Tall stuff & small stuff are the toughest things about Starship.",en,[],[],[],404,351,5461,[],[],https://twitter.com/elonmusk/status/1398879075133886466,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1398813676396638209,1398524536111435778,2021-05-30 05:29:03 Arabian Standard Time,2021-05-30,05:29:03,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @kimbal True,en,[],[],[],668,602,22141,[],[],https://twitter.com/elonmusk/status/1398813676396638209,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'kimbal', 'name': '𝙺𝚒𝚖𝚋𝚊𝚕 𝙼𝚞𝚜𝚔', 'id': '4767021'}]",,,, +1398812401298939906,1398679456236068875,2021-05-30 05:23:59 Arabian Standard Time,2021-05-30,05:23:59,+0400,44196397,elonmusk,Elon Musk,,@UniverCurious @TechInsider 250M years is only ~6% increase in age of Earth,en,[],[],[],727,703,12269,[],[],https://twitter.com/elonmusk/status/1398812401298939906,False,,0,,,,,,,,"[{'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}, {'screen_name': 'TechInsider', 'name': 'Tech Insider', 'id': '3224616765'}]",,,, +1398803577380904961,1398756801881989122,2021-05-30 04:48:56 Arabian Standard Time,2021-05-30,04:48:56,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @nextspaceflight @NASASpaceflight @BocaChicaGal @SpaceX Raptor production is approaching one every 48 hours,en,[],[],[],623,1112,15004,[],[],https://twitter.com/elonmusk/status/1398803577380904961,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1398761944606285828,1398756801881989122,2021-05-30 02:03:29 Arabian Standard Time,2021-05-30,02:03:29,+0400,44196397,elonmusk,Elon Musk,,"@nextspaceflight @NASASpaceflight @BocaChicaGal @SpaceX 29 Raptors on Booster initially, rising to 32 later this year, along with thrust increase per engine. Aiming for >7500 ton thrust long-term. T/W ~1.5.",en,[],[],[],316,674,7653,[],[],https://twitter.com/elonmusk/status/1398761944606285828,False,,0,,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1398723436608987140,1398641810398928901,2021-05-29 23:30:28 Arabian Standard Time,2021-05-29,23:30:28,+0400,44196397,elonmusk,Elon Musk,,@blockfolio Great idea,en,[],[],[],1720,2484,35836,[],[],https://twitter.com/elonmusk/status/1398723436608987140,False,,0,,,,,,,,[],,,, +1398518064292024320,1398517486987792386,2021-05-29 09:54:24 Arabian Standard Time,2021-05-29,09:54:24,+0400,44196397,elonmusk,Elon Musk,,@westcoastbill 🔥🔥,und,[],[],[],676,469,10379,[],[],https://twitter.com/elonmusk/status/1398518064292024320,False,,0,,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",,,, +1398517813502005250,1398504702988390400,2021-05-29 09:53:24 Arabian Standard Time,2021-05-29,09:53:24,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @TeslaNY Dark Helmet emotes Plaid well,en,[],[],[],281,278,4660,[],[],https://twitter.com/elonmusk/status/1398517813502005250,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}]",,,, +1398516182827900933,1398504702988390400,2021-05-29 09:46:55 Arabian Standard Time,2021-05-29,09:46:55,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ @TeslaNY Actually true haha,en,[],[],[],171,257,4942,[],[],https://twitter.com/elonmusk/status/1398516182827900933,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}]",,,, +1398513516106203138,1398504702988390400,2021-05-29 09:36:20 Arabian Standard Time,2021-05-29,09:36:20,+0400,44196397,elonmusk,Elon Musk,,"@TeslaNY Basically, our entire product roadmap is from Spaceballs 🤣🤣",en,[],[],[],290,370,3801,[],[],https://twitter.com/elonmusk/status/1398513516106203138,False,,0,,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}]",,,, +1398512912638091264,1398504702988390400,2021-05-29 09:33:56 Arabian Standard Time,2021-05-29,09:33:56,+0400,44196397,elonmusk,Elon Musk,,@TeslaGong Yes,und,[],[],[],226,198,4484,[],[],https://twitter.com/elonmusk/status/1398512912638091264,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +1398508589069869056,1398505701496918016,2021-05-29 09:16:45 Arabian Standard Time,2021-05-29,09:16:45,+0400,44196397,elonmusk,Elon Musk,,@boringcompany Congrats Boring Company team!,en,[],[],[],463,662,14437,[],[],https://twitter.com/elonmusk/status/1398508589069869056,False,,0,,,,,,,,"[{'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +1398504935109636098,1398497136623247361,2021-05-29 09:02:14 Arabian Standard Time,2021-05-29,09:02:14,+0400,44196397,elonmusk,Elon Musk,,"@OwenSparks_ @SHillforVegas @boringcompany @LVCVA Sick burn haha. Hopefully, next year.",en,[],[],[],222,194,4331,[],[],https://twitter.com/elonmusk/status/1398504935109636098,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'SHillforVegas', 'name': 'Steve Hill', 'id': '301162741'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'LVCVA', 'name': 'Vegas Means Business', 'id': '18359909'}]",,,, +1398504702988390400,1398504702988390400,2021-05-29 09:01:18 Arabian Standard Time,2021-05-29,09:01:18,+0400,44196397,elonmusk,Elon Musk,,Model S Plaid delivery pushed to June 10. Needs one more week of tweak. This car feels like a spaceship. Words cannot describe the limbic resonance.,en,[],[],[],10144,8039,140068,[],[],https://twitter.com/elonmusk/status/1398504702988390400,False,,0,,,,,,,,[],,,, +1398501127113617415,1398497136623247361,2021-05-29 08:47:06 Arabian Standard Time,2021-05-29,08:47:06,+0400,44196397,elonmusk,Elon Musk,,@SHillforVegas @boringcompany @LVCVA Vegas FTW!,es,[],[],[],391,426,10411,[],[],https://twitter.com/elonmusk/status/1398501127113617415,False,,0,,,,,,,,"[{'screen_name': 'SHillforVegas', 'name': 'Steve Hill', 'id': '301162741'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'LVCVA', 'name': 'Vegas Means Business', 'id': '18359909'}]",,,, +1398462074423070721,1398371161331965958,2021-05-29 06:11:55 Arabian Standard Time,2021-05-29,06:11:55,+0400,44196397,elonmusk,Elon Musk,,@skorusARK Exactly. Atmospheric drag clearing out orbital debris is a major reason why we dropped altitude to ~550km.,en,[],[],[],406,453,7431,[],[],https://twitter.com/elonmusk/status/1398462074423070721,False,,0,,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1398194650272444419,1398190089570701312,2021-05-28 12:29:16 Arabian Standard Time,2021-05-28,12:29:16,+0400,44196397,elonmusk,Elon Musk,,@KosukeGoto2013 I suspect that name made him strong,en,[],[],[],993,599,10413,[],[],https://twitter.com/elonmusk/status/1398194650272444419,False,,0,,,,,,,,"[{'screen_name': 'KosukeGoto2013', 'name': '高橋 浩祐(たかはし こうすけ)Takahashi Kosuke', 'id': '1277550758'}]",,,, +1398172089778061318,1397930724607488010,2021-05-28 10:59:37 Arabian Standard Time,2021-05-28,10:59:37,+0400,44196397,elonmusk,Elon Musk,,"@blueorigin For the low, low price of … ?",en,[],[],[],2252,2151,30378,[],[],https://twitter.com/elonmusk/status/1398172089778061318,False,,0,,,,,,,,"[{'screen_name': 'blueorigin', 'name': 'Blue Origin', 'id': '235348644'}]",,,, +1398141080000942082,1398123830871150600,2021-05-28 08:56:24 Arabian Standard Time,2021-05-28,08:56:24,+0400,44196397,elonmusk,Elon Musk,, https://t.co/0YDXE4KJlP,und,[],[],['https://pbs.twimg.com/media/E2cx5VEXoAkiRy1.jpg'],3251,4018,99536,[],[],https://twitter.com/elonmusk/status/1398141080000942082,False,,1,https://pbs.twimg.com/media/E2cx5VEXoAkiRy1.jpg,,,,,,,[],,,, +1398128808515932161,1397984028301615111,2021-05-28 08:07:38 Arabian Standard Time,2021-05-28,08:07:38,+0400,44196397,elonmusk,Elon Musk,,@TDogewhisperer @spair @itsALLrisky @mcuban 🤣🤣,und,[],[],[],729,1296,13521,[],[],https://twitter.com/elonmusk/status/1398128808515932161,False,,0,,,,,,,,"[{'screen_name': 'TDogewhisperer', 'name': 'Doge Whisperer 🐕', 'id': '1364067948437061632'}, {'screen_name': 'spair', 'name': 'Stephen Pair', 'id': '14802014'}, {'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}, {'screen_name': 'mcuban', 'name': 'Mark Cuban', 'id': '16228398'}]",,,, +1398123830871150600,1398123830871150600,2021-05-28 07:47:51 Arabian Standard Time,2021-05-28,07:47:51,+0400,44196397,elonmusk,Elon Musk,,"Ship 16 & Booster 2, Starbase Highbay https://t.co/IUuidOw9ym",en,[],[],['https://pbs.twimg.com/media/E2ciMomVcAAnJ4g.jpg'],11334,18023,261909,[],[],https://twitter.com/elonmusk/status/1398123830871150600,False,,1,https://pbs.twimg.com/media/E2ciMomVcAAnJ4g.jpg,,,,,,,[],,,, +1398029410289127424,1397995400901050369,2021-05-28 01:32:40 Arabian Standard Time,2021-05-28,01:32:40,+0400,44196397,elonmusk,Elon Musk,,"@Model3Owners Tesla sure would appreciate changing the law, so that this is not required!",en,[],[],[],1492,1348,22348,[],[],https://twitter.com/elonmusk/status/1398029410289127424,False,,0,,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1397953188163096582,1397698410380251136,2021-05-27 20:29:47 Arabian Standard Time,2021-05-27,20:29:47,+0400,44196397,elonmusk,Elon Musk,,@waitbutwhy @poweredbyart Exactly,en,[],[],[],1512,1408,35018,[],[],https://twitter.com/elonmusk/status/1397953188163096582,False,,0,,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}, {'screen_name': 'poweredbyart', 'name': 'Land Art Generator', 'id': '159404652'}]",,,, +1397807157094014979,1397630987832643586,2021-05-27 10:49:30 Arabian Standard Time,2021-05-27,10:49:30,+0400,44196397,elonmusk,Elon Musk,,"@RationalEtienne @SciGuySpace Potentially, 1000 times higher",en,[],[],[],490,400,5752,[],[],https://twitter.com/elonmusk/status/1397807157094014979,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1397723641144504321,1397672098479366152,2021-05-27 05:17:39 Arabian Standard Time,2021-05-27,05:17:39,+0400,44196397,elonmusk,Elon Musk,,@AlexSvanArt @Neopork85 Pretty close. No tiles on back side of flaps. Some tiles towards leeward side of ship trailing plasma spilling off rear of flaps.,en,[],[],[],496,609,12868,[],[],https://twitter.com/elonmusk/status/1397723641144504321,False,,0,,,,,,,,"[{'screen_name': 'AlexSvanArt', 'name': 'Alexander Svan', 'id': '1226654752655728642'}, {'screen_name': 'Neopork85', 'name': 'Neopork', 'id': '1151520308718964739'}]",,,, +1397714521066639362,1397630987832643586,2021-05-27 04:41:24 Arabian Standard Time,2021-05-27,04:41:24,+0400,44196397,elonmusk,Elon Musk,,@SciGuySpace Cumulative payload to orbit is the really crazy number. Falcon has delivered more than double rest of world combined over trailing 12 months.,en,[],[],[],303,669,7377,[],[],https://twitter.com/elonmusk/status/1397714521066639362,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1397626694609956864,1397625459437826049,2021-05-26 22:52:25 Arabian Standard Time,2021-05-26,22:52:25,+0400,44196397,elonmusk,Elon Musk,,@BTC_Archive 🤣🤣,und,[],[],[],896,309,8344,[],[],https://twitter.com/elonmusk/status/1397626694609956864,False,,0,,,,,,,,"[{'screen_name': 'BTC_Archive', 'name': 'Bitcoin Archive 🗄🚀🌔', 'id': '970994516357472257'}]",,,, +1397625923256549376,1397625459437826049,2021-05-26 22:49:21 Arabian Standard Time,2021-05-26,22:49:21,+0400,44196397,elonmusk,Elon Musk,,"If only they had spaceships, they’d still be around",en,[],[],[],6337,5366,136293,[],[],https://twitter.com/elonmusk/status/1397625923256549376,False,,0,,,,,,,,[],,,, +1397625459437826049,1397625459437826049,2021-05-26 22:47:30 Arabian Standard Time,2021-05-26,22:47:30,+0400,44196397,elonmusk,Elon Musk,,Deep thots https://t.co/J5mJff7IIL,en,[],[],['https://pbs.twimg.com/media/E2Vc8lCUcAA041L.jpg'],13805,26654,293327,[],[],https://twitter.com/elonmusk/status/1397625459437826049,False,,1,https://pbs.twimg.com/media/E2Vc8lCUcAA041L.jpg,,,,,,,[],,,, +1397623469739692036,1397478752217489411,2021-05-26 22:39:36 Arabian Standard Time,2021-05-26,22:39:36,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Not sure who wrote this, but it’s accurate https://t.co/gRvWxOJZ56",en,[],[],['https://pbs.twimg.com/media/E2VbI0MUUAI2pR8.jpg'],464,678,7324,[],[],https://twitter.com/elonmusk/status/1397623469739692036,False,,1,https://pbs.twimg.com/media/E2VbI0MUUAI2pR8.jpg,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1397456432681811969,1397140728153788416,2021-05-26 11:35:51 Arabian Standard Time,2021-05-26,11:35:51,+0400,44196397,elonmusk,Elon Musk,,@Caspar_Stanley @Erdayastronaut @SpaceX @SuperHeavyBN3 Yup,und,[],[],[],356,166,3617,[],[],https://twitter.com/elonmusk/status/1397456432681811969,False,,0,,,,,,,,"[{'screen_name': 'Caspar_Stanley', 'name': 'Caspar 🚀 (Stanley Creative)', 'id': '456545405'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SuperHeavyBN3', 'name': '1/2 SuperHeavy BN3', 'id': '1358919129554640901'}]",,,, +1397348509309829121,1396836273617313800,2021-05-26 04:27:00 Arabian Standard Time,2021-05-26,04:27:00,+0400,44196397,elonmusk,Elon Musk,,@Astro_Elliott @Teslarati @ResidentSponge Aiming to have hot gas thrusters on booster for first orbital flight,en,[],[],[],373,486,7458,[],[],https://twitter.com/elonmusk/status/1397348509309829121,False,,0,,,,,,,,"[{'screen_name': 'Astro_Elliott', 'name': 'Elliott🇺🇦', 'id': '1273066750263930880'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1397348226806665220,1397140728153788416,2021-05-26 04:25:53 Arabian Standard Time,2021-05-26,04:25:53,+0400,44196397,elonmusk,Elon Musk,,"@IlyaRosenberg @Caspar_Stanley @Erdayastronaut @SpaceX @SuperHeavyBN3 They are now the same (LOX below CH4). Ox is 3.5 times heavier than fuel, so makes sense to have it lower.",en,[],[],[],144,273,5311,[],[],https://twitter.com/elonmusk/status/1397348226806665220,False,,0,,,,,,,,"[{'screen_name': 'IlyaRosenberg', 'name': 'Ilya Rosenberg', 'id': '2595985722'}, {'screen_name': 'Caspar_Stanley', 'name': 'Caspar 🚀 (Stanley Creative)', 'id': '456545405'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SuperHeavyBN3', 'name': '1/2 SuperHeavy BN3', 'id': '1358919129554640901'}]",,,, +1397347380874203136,1396836273617313800,2021-05-26 04:22:31 Arabian Standard Time,2021-05-26,04:22:31,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @ResidentSponge Pure vision Autopilot is now rolling out in North America. There will be an update of this production release in 2 weeks, then FSD beta V9.0 (also pure vision) a week later. FSD subscription will be enabled around the same time.",en,[],[],[],932,1483,13468,[],[],https://twitter.com/elonmusk/status/1397347380874203136,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1397345464475807745,1397311331427102720,2021-05-26 04:14:54 Arabian Standard Time,2021-05-26,04:14:54,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @13ericralph31 Exactly 🤣🤣,en,[],[],[],971,1276,27382,[],[],https://twitter.com/elonmusk/status/1397345464475807745,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}]",,,, +1397345313803837440,1397140728153788416,2021-05-26 04:14:18 Arabian Standard Time,2021-05-26,04:14:18,+0400,44196397,elonmusk,Elon Musk,,@Caspar_Stanley @Erdayastronaut @SpaceX @SuperHeavyBN3 Lot of plumbing!,en,[],[],[],160,189,4127,[],[],https://twitter.com/elonmusk/status/1397345313803837440,False,,0,,,,,,,,"[{'screen_name': 'Caspar_Stanley', 'name': 'Caspar 🚀 (Stanley Creative)', 'id': '456545405'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SuperHeavyBN3', 'name': '1/2 SuperHeavy BN3', 'id': '1358919129554640901'}]",,,, +1397285556954877953,1397225795035320320,2021-05-26 00:16:51 Arabian Standard Time,2021-05-26,00:16:51,+0400,44196397,elonmusk,Elon Musk,,"@itsALLrisky Please note Dogecoin has no formal organization & no one reports to me, so my ability to take action is limited",en,[],[],[],3955,4185,32637,[],[],https://twitter.com/elonmusk/status/1397285556954877953,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1397064185222078467,1396916392629137409,2021-05-25 09:37:12 Arabian Standard Time,2021-05-25,09:37:12,+0400,44196397,elonmusk,Elon Musk,,"@heydave7 @dogecoin_devs Doge has dogs & memes, whereas the others do not",en,[],[],[],5821,7911,48797,[],[],https://twitter.com/elonmusk/status/1397064185222078467,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}, {'screen_name': 'dogecoin_devs', 'name': 'Dogecoin Developers', 'id': '2445883045'}]",,,, +1396964253781819395,1396917534889238531,2021-05-25 03:00:07 Arabian Standard Time,2021-05-25,03:00:07,+0400,44196397,elonmusk,Elon Musk,,@IamUpshod They told me they would appreciate help,en,[],[],[],959,2237,18413,[],[],https://twitter.com/elonmusk/status/1396964253781819395,False,,0,,,,,,,,[],,,, +1396926365996261382,1396916392629137409,2021-05-25 00:29:33 Arabian Standard Time,2021-05-25,00:29:33,+0400,44196397,elonmusk,Elon Musk,,"Someone suggested changing Dogecoin fees based on phases of the moon, which is pretty awesome haha",en,[],[],[],8016,11776,128451,[],[],https://twitter.com/elonmusk/status/1396926365996261382,False,,0,,,,,,,,[],,,, +1396916392629137409,1396916392629137409,2021-05-24 23:49:56 Arabian Standard Time,2021-05-24,23:49:56,+0400,44196397,elonmusk,Elon Musk,,"If you’d like to help develop Doge, please submit ideas on GitHub & https://t.co/liAPQMFaQB @dogecoin_devs",en,"[{'screen_name': 'dogecoin_devs', 'name': 'dogecoin developers', 'id': '2445883045'}]",['http://reddit.com/r/dogecoin/'],[],21482,31784,188484,[],[],https://twitter.com/elonmusk/status/1396916392629137409,False,,0,,,,,,,,[],,,, +1396914548167233537,1396914548167233537,2021-05-24 23:42:36 Arabian Standard Time,2021-05-24,23:42:36,+0400,44196397,elonmusk,Elon Musk,,Spoke with North American Bitcoin miners. They committed to publish current & planned renewable usage & to ask miners WW to do so. Potentially promising.,en,[],[],[],26041,36730,320269,[],[],https://twitter.com/elonmusk/status/1396914548167233537,False,,0,,,,,,,,[],,,, +1396698902842122244,1396682885080305664,2021-05-24 09:25:42 Arabian Standard Time,2021-05-24,09:25:42,+0400,44196397,elonmusk,Elon Musk,,@Cointelegraph He fears the … https://t.co/78WzM5ICjA,en,[],[],['https://pbs.twimg.com/media/E2ISQADVkAE1yM0.jpg'],6525,14773,64133,[],[],https://twitter.com/elonmusk/status/1396698902842122244,False,,1,https://pbs.twimg.com/media/E2ISQADVkAE1yM0.jpg,,,,,,,"[{'screen_name': 'Cointelegraph', 'name': 'Cointelegraph', 'id': '2207129125'}]",,,, +1396280083589976064,1396157418774671366,2021-05-23 05:41:28 Arabian Standard Time,2021-05-23,05:41:28,+0400,44196397,elonmusk,Elon Musk,,@SpaceNews_Inc Congrats! @virgingalactic,en,"[{'screen_name': 'virgingalactic', 'name': 'virgin galactic', 'id': '26208862'}]",[],[],513,841,15168,[],[],https://twitter.com/elonmusk/status/1396280083589976064,False,,0,,,,,,,,"[{'screen_name': 'SpaceNews_Inc', 'name': 'SpaceNews', 'id': '31098756'}]",,,, +1396230120692543489,1396230120692543489,2021-05-23 02:22:56 Arabian Standard Time,2021-05-23,02:22:56,+0400,44196397,elonmusk,Elon Musk,, https://t.co/7afq6DIlzc,und,[],[],['https://pbs.twimg.com/media/E2Bn5RcVkAESH6E.jpg'],32644,44070,418538,[],[],https://twitter.com/elonmusk/status/1396230120692543489,False,,1,https://pbs.twimg.com/media/E2Bn5RcVkAESH6E.jpg,,,,,,,[],,,, +1396226161718349824,1395328697436033032,2021-05-23 02:07:12 Arabian Standard Time,2021-05-23,02:07:12,+0400,44196397,elonmusk,Elon Musk,,"@flcnhvy @thatdogegirl @WhatsupFranks @TeslaGong Becoming multiplanetary is one of the greatest filters. Only now, 4.5 billion years after Earth formed, is it possible. How long this window to reach Mars remains open is uncertain. Perhaps a long time, perhaps not. In case it is the latter, we should act now.",en,[],[],[],1101,1845,15816,[],[],https://twitter.com/elonmusk/status/1396226161718349824,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'thatdogegirl', 'name': 'That Doge Girl (aka Sara)', 'id': '1372336602895290369'}, {'screen_name': 'WhatsupFranks', 'name': 'Franks&Beans FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +1396049958000685060,1395932262764400643,2021-05-22 14:27:01 Arabian Standard Time,2021-05-22,14:27:01,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX The hard part about Raptor is simplifying it,en,[],[],[],1111,978,20778,[],[],https://twitter.com/elonmusk/status/1396049958000685060,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1396049547680391168,1396033766490087426,2021-05-22 14:25:24 Arabian Standard Time,2021-05-22,14:25:24,+0400,44196397,elonmusk,Elon Musk,,"@TheRealShifo The true battle is between fiat & crypto. On balance, I support the latter.",en,[],[],[],5435,12070,63968,[],[],https://twitter.com/elonmusk/status/1396049547680391168,False,,0,,,,,,,,[],,,, +1396033766490087426,1396033766490087426,2021-05-22 13:22:41 Arabian Standard Time,2021-05-22,13:22:41,+0400,44196397,elonmusk,Elon Musk,,Any sufficiently advanced magic is indistinguishable from technology,en,[],[],[],25693,23144,283444,[],[],https://twitter.com/elonmusk/status/1396033766490087426,False,,0,,,,,,,,[],,,, +1395999086726189062,1395471260302315527,2021-05-22 11:04:53 Arabian Standard Time,2021-05-22,11:04:53,+0400,44196397,elonmusk,Elon Musk,,@RocketRundown Welcome to the future. It’s gonna be great.,en,[],[],[],1987,3178,36249,[],[],https://twitter.com/elonmusk/status/1395999086726189062,False,,0,,,,,,,,"[{'screen_name': 'RocketRundown', 'name': 'Rocket Rundown', 'id': '929472823848030209'}]",,,, +1395902991601864705,1395759867768578049,2021-05-22 04:43:02 Arabian Standard Time,2021-05-22,04:43:02,+0400,44196397,elonmusk,Elon Musk,,@jimfarley98 Congrats!,en,[],[],[],1122,1116,29169,[],[],https://twitter.com/elonmusk/status/1395902991601864705,False,,0,,,,,,,,"[{'screen_name': 'jimfarley98', 'name': 'Jim Farley', 'id': '1106321031566893057'}]",,,, +1395823206901055488,1395822273630703618,2021-05-21 23:26:00 Arabian Standard Time,2021-05-21,23:26:00,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica Wow!,und,[],[],[],1756,1200,19197,[],[],https://twitter.com/elonmusk/status/1395823206901055488,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1395554979851554817,1395251308391669760,2021-05-21 05:40:10 Arabian Standard Time,2021-05-21,05:40:10,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV This will actually be able to fly very briefly. I always laughed at flying cars & now making one. Fate 🖤 irony haha.,en,[],[],[],3471,5671,75860,[],[],https://twitter.com/elonmusk/status/1395554979851554817,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1395553735510663169,1395546349718831104,2021-05-21 05:35:13 Arabian Standard Time,2021-05-21,05:35:13,+0400,44196397,elonmusk,Elon Musk,,"@AstroJordy @Tesla We can’t wait to build this crazy truck! It’s a total rethink of vehicle mechanical architecture & production methods, so super hard project, but worthwhile in the end.",en,[],[],[],2353,2208,47729,[],[],https://twitter.com/elonmusk/status/1395553735510663169,False,,0,,,,,,,,"[{'screen_name': 'AstroJordy', 'name': 'jordan🇺🇦', 'id': '1142527715670519808'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1395552911430619144,1395448299792920576,2021-05-21 05:31:56 Arabian Standard Time,2021-05-21,05:31:56,+0400,44196397,elonmusk,Elon Musk,,"@BTCsessions @TeslaGong @wintonARK Achieving truly decentralized finance – power to the people – is a noble & important goal. Layer count depends on projected bandwidth & compute, both rising rapidly, which means single layer network can carry all human transactions in future imo. For now, Lightning is needed.",en,[],[],[],2055,1634,11830,[],[],https://twitter.com/elonmusk/status/1395552911430619144,False,,0,,,,,,,,"[{'screen_name': 'BTCsessions', 'name': 'BTC Sessions 😎', 'id': '2298103730'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1395474971485376518,1395448299792920576,2021-05-21 00:22:14 Arabian Standard Time,2021-05-21,00:22:14,+0400,44196397,elonmusk,Elon Musk,,"@TeslaGong @wintonARK Ideally 0.1kWh, calculated as total energy used by system divided by max transaction rate",en,[],[],[],1159,1157,8114,[],[],https://twitter.com/elonmusk/status/1395474971485376518,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1395474465794838528,1395448299792920576,2021-05-21 00:20:13 Arabian Standard Time,2021-05-21,00:20:13,+0400,44196397,elonmusk,Elon Musk,,"@BLKMDL3 @TeslaGong @wintonARK Yes, with the SpaceX rocket thruster option package. It will be safe, but very intense. Probably not wise for those with a medical condition – same as a hardcore roller coaster.",en,[],[],[],798,1233,12461,[],[],https://twitter.com/elonmusk/status/1395474465794838528,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1395472799020421120,1395448299792920576,2021-05-21 00:13:36 Arabian Standard Time,2021-05-21,00:13:36,+0400,44196397,elonmusk,Elon Musk,,@TeslaGong @wintonARK Bitcoin hashing (aka mining) energy usage is starting to exceed that of medium-sized countries. Almost impossible for small hashers to succeed without those massive economies of scale.,en,[],[],[],1515,820,5538,[],[],https://twitter.com/elonmusk/status/1395472799020421120,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1395469597680160768,1395448299792920576,2021-05-21 00:00:53 Arabian Standard Time,2021-05-21,00:00:53,+0400,44196397,elonmusk,Elon Musk,,"@wintonARK I agree that this *can* be done over time, but recent extreme energy usage growth could not possibly have been done so fast with renewables. This question is easily resolved if the top 10 hashing orgs just post audited numbers of renewable energy vs not.",en,[],[],[],1277,845,8647,[],[],https://twitter.com/elonmusk/status/1395469597680160768,False,,0,,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1395439221393870848,1395256239777484805,2021-05-20 22:00:11 Arabian Standard Time,2021-05-20,22:00:11,+0400,44196397,elonmusk,Elon Musk,,@TeslaOwnersEBay @AustinTeslaClub @Kristennetten @Tesla @TeslaChillMode @CodingMark @EvaFoxU @RationalEtienne @28delayslater @WholeMarsBlog 🤣🤣,und,[],[],[],576,459,9811,[],[],https://twitter.com/elonmusk/status/1395439221393870848,False,,0,,,,,,,,"[{'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club |Fremont| 🇺🇦🕊🦊', 'id': '1175164547746844672'}, {'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'TeslaChillMode', 'name': 'TeslaChillMode #TeslaIndia🇮🇳', 'id': '1238951706785796096'}, {'screen_name': 'CodingMark', 'name': 'Mark💙💛🦊', 'id': '952755407788826624'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1395438318095986693,1395374865495072775,2021-05-20 21:56:35 Arabian Standard Time,2021-05-20,21:56:35,+0400,44196397,elonmusk,Elon Musk,,"@heydave7 Yeah, I haven’t & won’t sell any Doge",en,[],[],[],5080,11955,51011,[],[],https://twitter.com/elonmusk/status/1395438318095986693,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1395437522306490371,1395374865495072775,2021-05-20 21:53:25 Arabian Standard Time,2021-05-20,21:53:25,+0400,44196397,elonmusk,Elon Musk,,@heydave7 A longtime Tesla supporter gave me the Doge dollar sticker at Giga Berlin,en,[],[],[],954,2666,23338,[],[],https://twitter.com/elonmusk/status/1395437522306490371,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1395436869505015808,1395286896842985479,2021-05-20 21:50:50 Arabian Standard Time,2021-05-20,21:50:50,+0400,44196397,elonmusk,Elon Musk,,"@flcnhvy @MarcusHouse Oh sorry, yes, Roadster will have thrusters, not Plaid. Plaid is indeed close to the theoretical maximum of a roadworthy car without special devices.",en,[],[],[],360,471,7363,[],[],https://twitter.com/elonmusk/status/1395436869505015808,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}]",,,, +1395435679128055808,1395286896842985479,2021-05-20 21:46:06 Arabian Standard Time,2021-05-20,21:46:06,+0400,44196397,elonmusk,Elon Musk,,"@MarcusHouse It will have high pressure air rocket thrusters behind a license plate that flips down. Bong, James Bong …",en,[],[],[],400,578,7000,[],[],https://twitter.com/elonmusk/status/1395435679128055808,False,,0,,,,,,,,"[{'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}]",,,, +1395433944510734337,1395412146691969027,2021-05-20 21:39:12 Arabian Standard Time,2021-05-20,21:39:12,+0400,44196397,elonmusk,Elon Musk,,@austinbarnard45 Good idea,en,[],[],[],200,312,6366,[],[],https://twitter.com/elonmusk/status/1395433944510734337,False,,0,,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +1395433890806845443,1395412146691969027,2021-05-20 21:39:00 Arabian Standard Time,2021-05-20,21:39:00,+0400,44196397,elonmusk,Elon Musk,,@austinbarnard45 Sure,en,[],[],[],996,1118,45430,[],[],https://twitter.com/elonmusk/status/1395433890806845443,False,,0,,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +1395378101111050243,1395328697436033032,2021-05-20 17:57:18 Arabian Standard Time,2021-05-20,17:57:18,+0400,44196397,elonmusk,Elon Musk,,@thatdogegirl @WhatsupFranks @TeslaGong Worth reading,en,[],[],[],456,462,5970,[],[],https://twitter.com/elonmusk/status/1395378101111050243,False,,0,,,,,,,,"[{'screen_name': 'thatdogegirl', 'name': 'That Doge Girl (aka Sara)', 'id': '1372336602895290369'}, {'screen_name': 'WhatsupFranks', 'name': 'Franks&Beans FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +1395371582143430660,1395328697436033032,2021-05-20 17:31:24 Arabian Standard Time,2021-05-20,17:31:24,+0400,44196397,elonmusk,Elon Musk,,"@WhatsupFranks @TeslaGong Currency is already digital! Decentralized crypto is an attempt to wrest power of currency dilution (pernicious form of taxation) & capital controls from governments. That said, I sure hope the cure is better than the disease! Mars/AI are essential to passing the great filter/s.",en,[],[],[],637,1237,6437,[],[],https://twitter.com/elonmusk/status/1395371582143430660,False,,0,,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'Franks&Beans FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +1395367211083067399,1395328697436033032,2021-05-20 17:14:02 Arabian Standard Time,2021-05-20,17:14:02,+0400,44196397,elonmusk,Elon Musk,,@xSharknado @DogecoinRise @TeslaGong 🤣🤣,und,[],[],[],263,285,3743,[],[],https://twitter.com/elonmusk/status/1395367211083067399,False,,0,,,,,,,,"[{'screen_name': 'xSharknado', 'name': 'xShark', 'id': '2628762563'}, {'screen_name': 'DogecoinRise', 'name': 'Dogecoin Rise 🚀', 'id': '1345576584204353543'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +1395367159866351618,1395328697436033032,2021-05-20 17:13:50 Arabian Standard Time,2021-05-20,17:13:50,+0400,44196397,elonmusk,Elon Musk,,@DogecoinRise @TeslaGong Es wurde mir in deutschland gegeben,de,[],[],[],1165,1379,10506,[],[],https://twitter.com/elonmusk/status/1395367159866351618,False,,0,,,,,,,,"[{'screen_name': 'DogecoinRise', 'name': 'Dogecoin Rise 🚀', 'id': '1345576584204353543'}, {'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +1395364360688599043,1395328697436033032,2021-05-20 17:02:42 Arabian Standard Time,2021-05-20,17:02:42,+0400,44196397,elonmusk,Elon Musk,,"@TeslaGong That is my gaming laptop, which has never had a sticker until now",en,[],[],[],1100,2111,14622,[],[],https://twitter.com/elonmusk/status/1395364360688599043,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +1395362920544931840,1395356226683383810,2021-05-20 16:56:59 Arabian Standard Time,2021-05-20,16:56:59,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati Diess is right. Hydrogen is a staggeringly dumb form of energy storage for cars. Barely worth considering it for a rocket upper stage, which is its most compelling use.",en,[],[],[],934,1054,12407,[],[],https://twitter.com/elonmusk/status/1395362920544931840,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1395352073550532613,1395283055045226500,2021-05-20 16:13:53 Arabian Standard Time,2021-05-20,16:13:53,+0400,44196397,elonmusk,Elon Musk,,@michael_saylor @adamsamson @Mr_Blinkx @FT @katie_martin_fx @naumanbilly @CambridgeAltFin https://t.co/l1g5bL1OMq,und,[],[],['https://pbs.twimg.com/media/E11JUKrVcAAy319.jpg'],2616,2491,19673,[],[],https://twitter.com/elonmusk/status/1395352073550532613,False,,1,https://pbs.twimg.com/media/E11JUKrVcAAy319.jpg,,,,,,,"[{'screen_name': 'adamsamson', 'name': 'Adam Samson', 'id': '20704445'}, {'screen_name': 'Mr_Blinkx', 'name': 'Mr ₿linkx ⚡💎🐯 ∞/few', 'id': '1510986050'}, {'screen_name': 'FT', 'name': 'Financial Times', 'id': '18949452'}, {'screen_name': 'katie_martin_fx', 'name': 'Katie Martin', 'id': '57268394'}, {'screen_name': 'naumanbilly', 'name': 'Billy Nauman', 'id': '1135554976481259522'}]",,,, +1395328697436033032,1395328697436033032,2021-05-20 14:41:00 Arabian Standard Time,2021-05-20,14:41:00,+0400,44196397,elonmusk,Elon Musk,,How much is that Doge in the window? https://t.co/bxTkWOr50V,en,[],[],['https://pbs.twimg.com/media/E100DerVEAAfKpp.jpg'],70818,52441,302873,[],[],https://twitter.com/elonmusk/status/1395328697436033032,False,,1,https://pbs.twimg.com/media/E100DerVEAAfKpp.jpg,,,,,,,[],,,, +1395286896842985479,1395286896842985479,2021-05-20 11:54:54 Arabian Standard Time,2021-05-20,11:54:54,+0400,44196397,elonmusk,Elon Musk,,Tesla Model S Plaid delivery event June 3 at our California factory Fastest production car ever 0 to 60mph in under 2 secs,en,[],[],[],17878,13993,194739,[],[],https://twitter.com/elonmusk/status/1395286896842985479,False,,0,,,,,,,,[],,,, +1395253204602920961,1394884915645140994,2021-05-20 09:41:01 Arabian Standard Time,2021-05-20,09:41:01,+0400,44196397,elonmusk,Elon Musk,,@desertedpix @ArtifactsHub This is how I imagine most theaters are these days haha,en,[],[],[],2451,992,22647,[],[],https://twitter.com/elonmusk/status/1395253204602920961,False,,0,,,,,,,,"[{'screen_name': 'desertedpix', 'name': 'Deserted Places', 'id': '1345588375957475329'}, {'screen_name': 'ArtifactsHub', 'name': 'Museum Archive', 'id': '1265155918355980288'}]",,,, +1395247032579674119,1395224764017520644,2021-05-20 09:16:29 Arabian Standard Time,2021-05-20,09:16:29,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica Congrats to @Ford on embracing an electric future!,en,"[{'screen_name': 'ford', 'name': 'ford motor company', 'id': '15676492'}]",[],[],1014,1518,21633,[],[],https://twitter.com/elonmusk/status/1395247032579674119,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1395193867004227585,1395074445891543043,2021-05-20 05:45:13 Arabian Standard Time,2021-05-20,05:45:13,+0400,44196397,elonmusk,Elon Musk,,@TeslaNY @Petersen_Museum @Tesla Production article will look different (better),en,[],[],[],873,580,10762,[],[],https://twitter.com/elonmusk/status/1395193867004227585,False,,0,,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'Petersen_Museum', 'name': 'Petersen Museum', 'id': '19403504'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1395188796514263041,1395110219085238276,2021-05-20 05:25:05 Arabian Standard Time,2021-05-20,05:25:05,+0400,44196397,elonmusk,Elon Musk,,@jamesdouma @shivon Likewise. I have attention *surplus* disorder haha.,en,[],[],[],608,664,8691,[],[],https://twitter.com/elonmusk/status/1395188796514263041,False,,0,,,,,,,,"[{'screen_name': 'jamesdouma', 'name': 'jimmah', 'id': '24405165'}, {'screen_name': 'shivon', 'name': 'Shivon Zilis', 'id': '446719282'}]",,,, +1395072357765627904,1395071193577926656,2021-05-19 21:42:23 Arabian Standard Time,2021-05-19,21:42:23,+0400,44196397,elonmusk,Elon Musk,,@SenBillNelson I would like to second that congratulations. Outstanding accomplishment by China!,en,[],[],[],861,786,12232,[],[],https://twitter.com/elonmusk/status/1395072357765627904,False,,0,,,,,,,,"[{'screen_name': 'SenBillNelson', 'name': 'Bill Nelson', 'id': '20597460'}]",,,, +1395041849438519296,1395027147161489412,2021-05-19 19:41:10 Arabian Standard Time,2021-05-19,19:41:10,+0400,44196397,elonmusk,Elon Musk,,Credit to our Master of Coin,en,[],[],[],15291,12924,170541,[],[],https://twitter.com/elonmusk/status/1395041849438519296,False,,0,,,,,,,,[],,,, +1395027147161489412,1395027147161489412,2021-05-19 18:42:44 Arabian Standard Time,2021-05-19,18:42:44,+0400,44196397,elonmusk,Elon Musk,,Tesla has 💎 🙌,es,[],[],[],68672,55180,452335,[],[],https://twitter.com/elonmusk/status/1395027147161489412,False,,0,,,,,,,,[],,,, +1394822111290658818,1394762215408893955,2021-05-19 05:08:00 Arabian Standard Time,2021-05-19,05:08:00,+0400,44196397,elonmusk,Elon Musk,,@Reuters 🤣🤣,und,[],[],[],1726,786,18096,[],[],https://twitter.com/elonmusk/status/1394822111290658818,False,,0,,,,,,,,"[{'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +1394821930562244611,1394747493854760960,2021-05-19 05:07:17 Arabian Standard Time,2021-05-19,05:07:17,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com Ferragu is remarkably insightful,en,[],[],[],799,747,14488,[],[],https://twitter.com/elonmusk/status/1394821930562244611,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1394820213997244419,1394662372116242434,2021-05-19 05:00:28 Arabian Standard Time,2021-05-19,05:00:28,+0400,44196397,elonmusk,Elon Musk,,"@joergstb Great progress so far! Thank you for the support from Brandenburg. I would also like to express appreciation for the permit authorities, as I know this is a large and complex project. When all the finishing touches are done, I hope it will be considered a jewel of Brandenburg!",en,[],[],[],595,914,16681,[],[],https://twitter.com/elonmusk/status/1394820213997244419,False,,0,,,,,,,,"[{'screen_name': 'joergstb', 'name': 'Jörg Steinbach', 'id': '131802180'}]",,,, +1394649803599093762,1394620356674134019,2021-05-18 17:43:19 Arabian Standard Time,2021-05-18,17:43:19,+0400,44196397,elonmusk,Elon Musk,,"Aiming for extreme precision with next gen Model Y – microns, not millimeters",en,[],[],[],6159,4290,93392,[],[],https://twitter.com/elonmusk/status/1394649803599093762,False,,0,,,,,,,,[],,,, +1394620356674134019,1394620356674134019,2021-05-18 15:46:18 Arabian Standard Time,2021-05-18,15:46:18,+0400,44196397,elonmusk,Elon Musk,,Giga Berlin suppliers please accelerate!,en,[],[],[],17992,9278,156785,[],[],https://twitter.com/elonmusk/status/1394620356674134019,False,,0,,,,,,,,[],,,, +1394593654614937603,1394277299483156482,2021-05-18 14:00:12 Arabian Standard Time,2021-05-18,14:00:12,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog @vincent13031925 4680,und,[],[],[],558,461,7040,[],[],https://twitter.com/elonmusk/status/1394593654614937603,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'vincent13031925', 'name': '🕊🇺🇦 vincentyu.eth ᵐᶠᵉʳ', 'id': '1689516060'}]",,,, +1394591610185216009,1394526580542644224,2021-05-18 13:52:04 Arabian Standard Time,2021-05-18,13:52:04,+0400,44196397,elonmusk,Elon Musk,,"@PPathole I worked for Peter Nicholson, who is awesome. Mostly, we exchanged math riddles, although I did figure out a multi-billion dollar arbitrage opportunity for the bank. Figured they’d at least give me $1/hour raise, but no … https://t.co/rdjDtPtPHz",en,[],['https://finance.yahoo.com/news/internships-helped-elon-musk-figure-145700812.html'],[],650,977,10002,[],[],https://twitter.com/elonmusk/status/1394591610185216009,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1394589853153566731,1394277299483156482,2021-05-18 13:45:05 Arabian Standard Time,2021-05-18,13:45:05,+0400,44196397,elonmusk,Elon Musk,,@vincent13031925 Going through all aspects of next gen Model Y production system with team. Lot of talented people at Giga Berlin. This place will rock!,en,[],[],[],923,1001,13873,[],[],https://twitter.com/elonmusk/status/1394589853153566731,False,,0,,,,,,,,"[{'screen_name': 'vincent13031925', 'name': '🕊🇺🇦 vincentyu.eth ᵐᶠᵉʳ', 'id': '1689516060'}]",,,, +1394584856386961411,1394584856386961411,2021-05-18 13:25:14 Arabian Standard Time,2021-05-18,13:25:14,+0400,44196397,elonmusk,Elon Musk,, https://t.co/13m1KHFMjv,und,[],[],['https://pbs.twimg.com/media/E1qPiAaVIAotZ_b.jpg'],17913,18270,275185,[],[],https://twitter.com/elonmusk/status/1394584856386961411,False,,1,https://pbs.twimg.com/media/E1qPiAaVIAotZ_b.jpg,,,,,,,[],,,, +1394211005001998341,1393938248158830599,2021-05-17 12:39:41 Arabian Standard Time,2021-05-17,12:39:41,+0400,44196397,elonmusk,Elon Musk,,@TechInsider Hallelujah,in,[],[],[],2922,1208,21106,[],[],https://twitter.com/elonmusk/status/1394211005001998341,False,,0,,,,,,,,"[{'screen_name': 'TechInsider', 'name': 'Tech Insider', 'id': '3224616765'}]",,,, +1394170030741413888,1394051036462071808,2021-05-17 09:56:52 Arabian Standard Time,2021-05-17,09:56:52,+0400,44196397,elonmusk,Elon Musk,,"@BTC_Archive To clarify speculation, Tesla has not sold any Bitcoin",en,[],[],[],17389,17083,98714,[],[],https://twitter.com/elonmusk/status/1394170030741413888,False,,0,,,,,,,,"[{'screen_name': 'BTC_Archive', 'name': 'Bitcoin Archive 🗄🚀🌔', 'id': '970994516357472257'}]",,,, +1394014053580910595,1393981793813078017,2021-05-16 23:37:04 Arabian Standard Time,2021-05-16,23:37:04,+0400,44196397,elonmusk,Elon Musk,,@EmperorBTC @CryptoWhale https://t.co/4OC3CEKozo,und,[],[],['https://pbs.twimg.com/media/E1iIY2KXoAAvCnW.jpg'],4541,2732,17790,[],[],https://twitter.com/elonmusk/status/1394014053580910595,False,,1,https://pbs.twimg.com/media/E1iIY2KXoAAvCnW.jpg,,,,,,,"[{'screen_name': 'EmperorBTC', 'name': 'Emperor👑', 'id': '183951857'}]",,,, +1394001894809427971,1393981793813078017,2021-05-16 22:48:45 Arabian Standard Time,2021-05-16,22:48:45,+0400,44196397,elonmusk,Elon Musk,,@CryptoWhale Indeed,en,[],[],[],8371,4207,33225,[],[],https://twitter.com/elonmusk/status/1394001894809427971,False,,0,,,,,,,,"[{'screen_name': 'CryptoWhale', 'name': 'Mr. Whale', 'id': '234638601'}]",,,, +1393995872413888518,1393971202738302986,2021-05-16 22:24:49 Arabian Standard Time,2021-05-16,22:24:49,+0400,44196397,elonmusk,Elon Musk,,"@ChainLinkGod @PeterMcCormack Hey cryptocurrency “experts”, ever heard of PayPal? It’s possible … maybe … that I know than you realize about how money works.",en,[],[],[],7524,6621,46709,[],[],https://twitter.com/elonmusk/status/1393995872413888518,False,,0,,,,,,,,"[{'screen_name': 'ChainLinkGod', 'name': 'ChainLinkGod.eth', 'id': '1035721495'}, {'screen_name': 'PeterMcCormack', 'name': 'Peter McCormack ☠️', 'id': '893818632089763840'}]",,,, +1393993975019749382,1393971202738302986,2021-05-16 22:17:17 Arabian Standard Time,2021-05-16,22:17:17,+0400,44196397,elonmusk,Elon Musk,,"@ChainLinkGod @PeterMcCormack Bitcoin is actually highly centralized, with supermajority controlled by handful of big mining (aka hashing) companies. A single coal mine in Xinjiang flooded, almost killing miners, and Bitcoin hash rate dropped 35%. Sound “decentralized” to you? https://t.co/Oom8yzGRNQ",en,[],['https://fortune.com/2021/04/20/bitcoin-mining-coal-china-environment-pollution/amp/'],[],6999,7184,39142,[],[],https://twitter.com/elonmusk/status/1393993975019749382,False,,0,,,,,,,,"[{'screen_name': 'ChainLinkGod', 'name': 'ChainLinkGod.eth', 'id': '1035721495'}, {'screen_name': 'PeterMcCormack', 'name': 'Peter McCormack ☠️', 'id': '893818632089763840'}]",,,, +1393991411524120576,1393960667372310535,2021-05-16 22:07:06 Arabian Standard Time,2021-05-16,22:07:06,+0400,44196397,elonmusk,Elon Musk,,"@poisonouspinups @michael_saylor He should wear outfit for Halloween, but with “Bitcoin” tattooed high on thighs",en,[],[],[],2156,1933,15287,[],[],https://twitter.com/elonmusk/status/1393991411524120576,False,,0,,,,,,,,"[{'screen_name': 'poisonouspinups', 'name': 'Poisonous Pinups Mag & NFTs🍒', 'id': '2148621167'}]",,,, +1393983247311380482,1393960667372310535,2021-05-16 21:34:39 Arabian Standard Time,2021-05-16,21:34:39,+0400,44196397,elonmusk,Elon Musk,,@michael_saylor Saylor Moon,en,[],[],[],3925,2641,19980,[],[],https://twitter.com/elonmusk/status/1393983247311380482,False,,0,,,,,,,,[],,,, +1393979913624072194,1393971202738302986,2021-05-16 21:21:24 Arabian Standard Time,2021-05-16,21:21:24,+0400,44196397,elonmusk,Elon Musk,,@PeterMcCormack Obnoxious threads like this make me want to go all in on Doge,en,[],[],[],12957,16052,81840,[],[],https://twitter.com/elonmusk/status/1393979913624072194,False,,0,,,,,,,,"[{'screen_name': 'PeterMcCormack', 'name': 'Peter McCormack ☠️', 'id': '893818632089763840'}]",,,, +1393976234477072395,1393810279671156737,2021-05-16 21:06:47 Arabian Standard Time,2021-05-16,21:06:47,+0400,44196397,elonmusk,Elon Musk,,@TeslaHype Coming soon. Sorry for the delay!,en,[],[],[],1237,1694,26175,[],[],https://twitter.com/elonmusk/status/1393976234477072395,False,,0,,,,,,,,"[{'screen_name': 'TeslaHype', 'name': 'Tesla Hype', 'id': '1311506622821400581'}]",,,, +1393938160594399232,1393930223004098564,2021-05-16 18:35:30 Arabian Standard Time,2021-05-16,18:35:30,+0400,44196397,elonmusk,Elon Musk,,@MattWallace888 🤣,und,[],[],[],2108,2824,29816,[],[],https://twitter.com/elonmusk/status/1393938160594399232,False,,0,,,,,,,,"[{'screen_name': 'MattWallace888', 'name': 'Matt Wallace', 'id': '805532293951606785'}]",,,, +1393807621224812545,1393434140817510405,2021-05-16 09:56:47 Arabian Standard Time,2021-05-16,09:56:47,+0400,44196397,elonmusk,Elon Musk,,"@loshan1212 @itsALLrisky For those bad at math 👆, 100X higher transaction volume with 100X lower fees means total fees earned stay same. Low fees & high volume are needed to become currency of Earth.",en,[],[],[],5259,5687,31649,[],[],https://twitter.com/elonmusk/status/1393807621224812545,False,,0,,,,,,,,"[{'screen_name': 'loshan1212', 'name': 'Loshan', 'id': '489502927'}, {'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1393804935788118017,1393434140817510405,2021-05-16 09:46:06 Arabian Standard Time,2021-05-16,09:46:06,+0400,44196397,elonmusk,Elon Musk,,@PPathole @long_elon @itsALLrisky My understanding is that the big accounts are exchanges. Would be good to confirm though. Am told the biggest one is Robinhood.,en,[],[],[],1460,2624,17982,[],[],https://twitter.com/elonmusk/status/1393804935788118017,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'long_elon', 'name': 'Long Elon', 'id': '1153219166456840195'}, {'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1393749019478970368,1393434140817510405,2021-05-16 06:03:55 Arabian Standard Time,2021-05-16,06:03:55,+0400,44196397,elonmusk,Elon Musk,,@long_elon @itsALLrisky Only if Doge can’t do it. Big pain in the neck to create another one.,en,[],[],[],4841,4135,23089,[],[],https://twitter.com/elonmusk/status/1393749019478970368,False,,0,,,,,,,,"[{'screen_name': 'long_elon', 'name': 'Long Elon', 'id': '1153219166456840195'}, {'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1393748374818639876,1393545069177696256,2021-05-16 06:01:21 Arabian Standard Time,2021-05-16,06:01:21,+0400,44196397,elonmusk,Elon Musk,,@XHNews Congratulations!! Mars is very difficult.,en,[],[],[],979,1534,28216,[],[],https://twitter.com/elonmusk/status/1393748374818639876,False,,0,,,,,,,,"[{'screen_name': 'XHNews', 'name': 'China Xinhua News', 'id': '487118986'}]",,,, +1393738154889338884,1393434140817510405,2021-05-16 05:20:45 Arabian Standard Time,2021-05-16,05:20:45,+0400,44196397,elonmusk,Elon Musk,,"@itsALLrisky Ideally, Doge speeds up block time 10X, increases block size 10X & drops fee 100X. Then it wins hands down.",en,[],[],[],10259,13409,54636,[],[],https://twitter.com/elonmusk/status/1393738154889338884,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1393418807578877952,1393317869434417155,2021-05-15 08:11:46 Arabian Standard Time,2021-05-15,08:11:46,+0400,44196397,elonmusk,Elon Musk,,"@SciGuySpace Yes, hardware-in-the-loop testing of software is essential",en,[],[],[],1170,1173,21970,[],[],https://twitter.com/elonmusk/status/1393418807578877952,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1393246529498976258,1393172189629796357,2021-05-14 20:47:12 Arabian Standard Time,2021-05-14,20:47:12,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne 🤣🤣,und,[],[],[],1104,964,15233,[],[],https://twitter.com/elonmusk/status/1393246529498976258,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}]",,,, +1393083299526889473,1392959344631631876,2021-05-14 09:58:35 Arabian Standard Time,2021-05-14,09:58:35,+0400,44196397,elonmusk,Elon Musk,,"@DJSnM We need to make sure ship won’t break up on reentry, hence deorbit over Pacific",en,[],[],[],551,697,11359,[],[],https://twitter.com/elonmusk/status/1393083299526889473,False,,0,,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +1393064162335485952,1392989623169667073,2021-05-14 08:42:32 Arabian Standard Time,2021-05-14,08:42:32,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV 3/4 of the way around the Earth,en,[],[],[],1191,1471,23598,[],[],https://twitter.com/elonmusk/status/1393064162335485952,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1392985728271884288,1392985728271884288,2021-05-14 03:30:52 Arabian Standard Time,2021-05-14,03:30:52,+0400,44196397,elonmusk,Elon Musk,,As always https://t.co/gtFmtokzEZ,en,[],[],['https://pbs.twimg.com/media/E1ThIutVgAE2AgM.jpg'],36246,45462,358963,[],[],https://twitter.com/elonmusk/status/1392985728271884288,False,,1,https://pbs.twimg.com/media/E1ThIutVgAE2AgM.jpg,,,,,,,[],,,, +1392980927148531717,1392923288725344258,2021-05-14 03:11:48 Arabian Standard Time,2021-05-14,03:11:48,+0400,44196397,elonmusk,Elon Musk,,@SpaceNews_Inc @googlecloud Locating ground stations at data centers will significantly improve latency & jitter. Data can go from user terminal to server without touching the Internet.,en,[],[],[],489,929,8802,[],[],https://twitter.com/elonmusk/status/1392980927148531717,False,,0,,,,,,,,"[{'screen_name': 'SpaceNews_Inc', 'name': 'SpaceNews', 'id': '31098756'}, {'screen_name': 'googlecloud', 'name': 'Google Cloud', 'id': '19367815'}]",,,, +1392974251011895300,1392974251011895300,2021-05-14 02:45:16 Arabian Standard Time,2021-05-14,02:45:16,+0400,44196397,elonmusk,Elon Musk,,Working with Doge devs to improve system transaction efficiency. Potentially promising.,en,[],[],[],63615,82255,534265,[],[],https://twitter.com/elonmusk/status/1392974251011895300,False,,0,,,,,,,,[],,,, +1392967863594405891,1392964444750233603,2021-05-14 02:19:53 Arabian Standard Time,2021-05-14,02:19:53,+0400,44196397,elonmusk,Elon Musk,,@ID_AA_Carmack I have a lot of respect for anyone who ships useful product at scale. It is insanely hard work.,en,[],[],[],337,521,6492,[],[],https://twitter.com/elonmusk/status/1392967863594405891,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1392950720979030019,1392950720979030019,2021-05-14 01:11:46 Arabian Standard Time,2021-05-14,01:11:46,+0400,44196397,elonmusk,Elon Musk,,"To be clear, I strongly believe in crypto, but it can’t drive a massive increase in fossil fuel use, especially coal",en,[],[],[],56563,33766,361444,[],[],https://twitter.com/elonmusk/status/1392950720979030019,False,,0,,,,,,,,[],,,, +1392947696470659072,1392947696470659072,2021-05-14 00:59:45 Arabian Standard Time,2021-05-14,00:59:45,+0400,44196397,elonmusk,Elon Musk,,It is high time there was a carbon tax!,en,[],[],[],33111,18138,241970,[],[],https://twitter.com/elonmusk/status/1392947696470659072,False,,0,,,,,,,,[],,,, +1392938133163888640,1392602041025843203,2021-05-14 00:21:45 Arabian Standard Time,2021-05-14,00:21:45,+0400,44196397,elonmusk,Elon Musk,,@michael_saylor https://t.co/f5OmTcfEcP https://t.co/wupEbgfhzg https://t.co/gXmHgzb5KI,und,[],"['https://arstechnica.com/tech-policy/2021/05/private-equity-firm-revives-zombie-fossil-fuel-power-plant-to-mine-bitcoin/', 'https://www.marketplace.org/shows/marketplace-tech/some-states-lure-crypto-miners-to-keep-their-coal-plants-alive/', 'https://fortune.com/2021/04/20/bitcoin-mining-coal-china-environment-pollution/']",[],2886,1325,7281,[],[],https://twitter.com/elonmusk/status/1392938133163888640,False,,0,,,,,,,,[],,,, +1392780304138473473,1392602041025843203,2021-05-13 13:54:35 Arabian Standard Time,2021-05-13,13:54:35,+0400,44196397,elonmusk,Elon Musk,,Energy usage trend over past few months is insane https://t.co/E6o9s87trw https://t.co/bmv9wotwKe,en,[],['https://cbeci.org'],['https://pbs.twimg.com/media/E1QmTbWVkAIjDXp.jpg'],23183,8931,87863,[],[],https://twitter.com/elonmusk/status/1392780304138473473,False,,1,https://pbs.twimg.com/media/E1QmTbWVkAIjDXp.jpg,,,,,,,[],,,, +1392602041025843203,1392602041025843203,2021-05-13 02:06:14 Arabian Standard Time,2021-05-13,02:06:14,+0400,44196397,elonmusk,Elon Musk,,Tesla & Bitcoin https://t.co/YSswJmVZhP,en,[],[],['https://pbs.twimg.com/media/E1OEK8jVEAMEv5A.jpg'],120523,73792,491785,[],[],https://twitter.com/elonmusk/status/1392602041025843203,False,,1,https://pbs.twimg.com/media/E1OEK8jVEAMEv5A.jpg,,,,,,,[],,,, +1392594175816724486,1392581432027934721,2021-05-13 01:34:59 Arabian Standard Time,2021-05-13,01:34:59,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Haha,tl,[],[],[],604,333,5772,[],[],https://twitter.com/elonmusk/status/1392594175816724486,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1392574853278953473,1392471045244964866,2021-05-13 00:18:12 Arabian Standard Time,2021-05-13,00:18:12,+0400,44196397,elonmusk,Elon Musk,,@blockfolio 🤣🤣,und,[],[],[],1182,2278,36416,[],[],https://twitter.com/elonmusk/status/1392574853278953473,False,,0,,,,,,,,[],,,, +1392430805494861828,1392175578044850180,2021-05-12 14:45:48 Arabian Standard Time,2021-05-12,14:45:48,+0400,44196397,elonmusk,Elon Musk,,@garyblack00 Subscription rolls out in about a month,en,[],[],[],607,586,10759,[],[],https://twitter.com/elonmusk/status/1392430805494861828,False,,0,,,,,,,,"[{'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}]",,,, +1392430463436812288,1392175578044850180,2021-05-12 14:44:27 Arabian Standard Time,2021-05-12,14:44:27,+0400,44196397,elonmusk,Elon Musk,,"@Dreamweaver2oh @garyblack00 I think we’re maybe a month or two away from wide beta. But these things are hard to predict accurately. The work we had to do for pure vision driving was needed for FSD, so much more progress has been made than it would seem.",en,[],[],[],268,276,3882,[],[],https://twitter.com/elonmusk/status/1392430463436812288,False,,0,,,,,,,,"[{'screen_name': 'Dreamweaver2oh', 'name': 'Neural Net Neil 🧠 🇺🇦 🦊', 'id': '360366929'}, {'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}]",,,, +1392429777315790858,1392175578044850180,2021-05-12 14:41:43 Arabian Standard Time,2021-05-12,14:41:43,+0400,44196397,elonmusk,Elon Musk,,"@flcnhvy @garyblack00 End of year, along with FSD, provided we get regulatory approval. Smart Summon is just a subset of FSD.",en,[],[],[],212,250,3980,[],[],https://twitter.com/elonmusk/status/1392429777315790858,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}]",,,, +1392429457038667777,1392175578044850180,2021-05-12 14:40:27 Arabian Standard Time,2021-05-12,14:40:27,+0400,44196397,elonmusk,Elon Musk,,@Leo88Williams @garyblack00 Yes,und,[],[],[],131,137,2889,[],[],https://twitter.com/elonmusk/status/1392429457038667777,False,,0,,,,,,,,"[{'screen_name': 'Leo88Williams', 'name': '4 Motors × No Problems | Leo Williams', 'id': '1319260670748200960'}, {'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}]",,,, +1392428986001592321,1392175578044850180,2021-05-12 14:38:34 Arabian Standard Time,2021-05-12,14:38:34,+0400,44196397,elonmusk,Elon Musk,,@garyblack00 We had to focus on removing radar & confirming safety. That release goes out next week to US production. Then a week or two to polish pure vision FSD & v9 beta will release. Difference between v8 & v9 is gigantic.,en,[],[],[],512,679,10586,[],[],https://twitter.com/elonmusk/status/1392428986001592321,False,,0,,,,,,,,"[{'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}]",,,, +1392388448384811008,1392179134986481666,2021-05-12 11:57:30 Arabian Standard Time,2021-05-12,11:57:30,+0400,44196397,elonmusk,Elon Musk,,@BoredElonMusk 👀,und,[],[],[],1396,1372,29759,[],[],https://twitter.com/elonmusk/status/1392388448384811008,False,,0,,,,,,,,"[{'screen_name': 'BoredElonMusk', 'name': 'BORED', 'id': '1666038950'}]",,,, +1392184489619517455,1392178385439256577,2021-05-11 22:27:02 Arabian Standard Time,2021-05-11,22:27:02,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com 🇩🇪 🚘 ♥️ Geil! ♥️ 🚘 🇩🇪,cy,[],[],[],1203,1863,36945,[],[],https://twitter.com/elonmusk/status/1392184489619517455,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1392030108274159619,1392030108274159619,2021-05-11 12:13:35 Arabian Standard Time,2021-05-11,12:13:35,+0400,44196397,elonmusk,Elon Musk,,Do you want Tesla to accept Doge?,en,[],[],[],96563,94898,392471,[],[],https://twitter.com/elonmusk/status/1392030108274159619,False,,0,,,,,,,,[],,,, +1392028977812807682,1391947973852950529,2021-05-11 12:09:05 Arabian Standard Time,2021-05-11,12:09:05,+0400,44196397,elonmusk,Elon Musk,,@tculpan Exactly,en,[],[],[],603,1781,16430,[],[],https://twitter.com/elonmusk/status/1392028977812807682,False,,0,,,,,,,,"[{'screen_name': 'tculpan', 'name': 'Tim Culpan', 'id': '14978616'}]",,,, +1392012701522669577,1392012701522669577,2021-05-11 11:04:25 Arabian Standard Time,2021-05-11,11:04:25,+0400,44196397,elonmusk,Elon Musk,,SNL Monologue https://t.co/b2cvFGqVFF,fr,[],['https://m.youtube.com/watch?v=fCF8I_X1qKI'],[],7083,6921,84612,[],[],https://twitter.com/elonmusk/status/1392012701522669577,False,,0,,,,,,,,[],,,, +1391899092666572800,1391899092666572800,2021-05-11 03:32:58 Arabian Standard Time,2021-05-11,03:32:58,+0400,44196397,elonmusk,Elon Musk,,"Thanks again to @nbcsnl cast, writers & crew! Honor & pleasure to do the show with you.",en,"[{'screen_name': 'nbcsnl', 'name': 'saturday night live - snl', 'id': '28221296'}]",[],[],11227,8742,202890,[],[],https://twitter.com/elonmusk/status/1391899092666572800,False,,0,,,,,,,,[],,,, +1391878954596720641,1391765169144008706,2021-05-11 02:12:57 Arabian Standard Time,2021-05-11,02:12:57,+0400,44196397,elonmusk,Elon Musk,,@MileyCyrus @Grimezsz 🤣🤣,und,[],[],[],406,472,8630,[],[],https://twitter.com/elonmusk/status/1391878954596720641,False,,0,,,,,,,,"[{'screen_name': 'MileyCyrus', 'name': 'Miley Ray Cyrus', 'id': '268414482'}, {'screen_name': 'Grimezsz', 'name': '𝔊𝔯𝔦𝔪𝔢𝔰 (⌛️,⏳) ᚷᚱᛁᛗᛖᛋ', 'id': '276540738'}]",,,, +1391696158385344512,1391601358596345856,2021-05-10 14:06:35 Arabian Standard Time,2021-05-10,14:06:35,+0400,44196397,elonmusk,Elon Musk,,@DynamicWebPaige Haha,tl,[],[],[],694,591,13781,[],[],https://twitter.com/elonmusk/status/1391696158385344512,False,,0,,,,,,,,"[{'screen_name': 'DynamicWebPaige', 'name': '👩\u200d💻 Paige Bailey #BlackLivesMatter', 'id': '18104734'}]",,,, +1391614838422523904,1391477034375950344,2021-05-10 08:43:27 Arabian Standard Time,2021-05-10,08:43:27,+0400,44196397,elonmusk,Elon Musk,,@blockfolio 🤣🤣,und,[],[],[],1650,3063,69166,[],[],https://twitter.com/elonmusk/status/1391614838422523904,False,,0,,,,,,,,[],,,, +1391611438385487872,1391382766764298245,2021-05-10 08:29:56 Arabian Standard Time,2021-05-10,08:29:56,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU @mayemusk Absolutely,en,[],[],[],311,318,6610,[],[],https://twitter.com/elonmusk/status/1391611438385487872,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1391561052471664646,1391428804699164675,2021-05-10 05:09:43 Arabian Standard Time,2021-05-10,05:09:43,+0400,44196397,elonmusk,Elon Musk,,@Model3Owners I love Dieter,en,[],[],[],678,575,15753,[],[],https://twitter.com/elonmusk/status/1391561052471664646,False,,0,,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1391553533569290240,1391261363239100418,2021-05-10 04:39:50 Arabian Standard Time,2021-05-10,04:39:50,+0400,44196397,elonmusk,Elon Musk,,@nbcsnl Chad saves Mars!,en,[],[],[],2032,2783,53606,[],[],https://twitter.com/elonmusk/status/1391553533569290240,False,,0,,,,,,,,"[{'screen_name': 'nbcsnl', 'name': 'Saturday Night Live - SNL', 'id': '28221296'}]",,,, +1391523807148527620,1391523807148527620,2021-05-10 02:41:43 Arabian Standard Time,2021-05-10,02:41:43,+0400,44196397,elonmusk,Elon Musk,,SpaceX launching satellite Doge-1 to the moon next year – Mission paid for in Doge – 1st crypto in space – 1st meme in space To the mooooonnn!! https://t.co/xXfjGZVeUW,en,[],['https://m.youtube.com/watch?v=s3NWyh8a5t0'],[],34932,112129,526966,[],[],https://twitter.com/elonmusk/status/1391523807148527620,False,,0,,,,,,,,[],,,, +1391382766764298245,1391382766764298245,2021-05-09 17:21:16 Arabian Standard Time,2021-05-09,17:21:16,+0400,44196397,elonmusk,Elon Musk,,Wario was my fav haha 👀 https://t.co/TNjn3meLVJ,en,[],['https://m.youtube.com/watch?time_continue=340&v=jrTXBFcvoMQ&feature=emb_title'],[],19237,9169,133330,[],[],https://twitter.com/elonmusk/status/1391382766764298245,False,,0,,,,,,,,[],,,, +1391164130204192771,1391130755787599881,2021-05-09 02:52:29 Arabian Standard Time,2021-05-09,02:52:29,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy Might still need a VPN in some countries,en,[],[],[],1179,610,10760,[],[],https://twitter.com/elonmusk/status/1391164130204192771,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1391130755787599881,1391130755787599881,2021-05-09 00:39:52 Arabian Standard Time,2021-05-09,00:39:52,+0400,44196397,elonmusk,Elon Musk,,Special link to view SNL outside USA https://t.co/egSDZ8sNFu,en,[],['https://m.youtube.com/watch?v=VJX9ymv_vUQ&feature=youtu.be'],[],19948,25186,169023,[],[],https://twitter.com/elonmusk/status/1391130755787599881,False,,0,,,,,,,,[],,,, +1390955387654914052,1390955387654914052,2021-05-08 13:03:01 Arabian Standard Time,2021-05-08,13:03:01,+0400,44196397,elonmusk,Elon Musk,,First time a Falcon rocket booster will reach double digits in flights,en,[],[],[],6193,6238,93597,[],[],https://twitter.com/elonmusk/status/1390955387654914052,False,https://twitter.com/SpaceX/status/1390843232330817539,0,,,,,,,,[],,,, +1390929314355548165,1390890138641698819,2021-05-08 11:19:25 Arabian Standard Time,2021-05-08,11:19:25,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Yup 🤣🤣,und,[],[],[],407,499,8796,[],[],https://twitter.com/elonmusk/status/1390929314355548165,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1390925822610087936,1390863258626703366,2021-05-08 11:05:32 Arabian Standard Time,2021-05-08,11:05:32,+0400,44196397,elonmusk,Elon Musk,,@PPathole @ericrihlmann @Tesla @nbcsnl @TimesSquareNYC @nycgov It pretty much looks like this,en,[],[],[],277,339,6023,[],[],https://twitter.com/elonmusk/status/1390925822610087936,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'ericrihlmann', 'name': 'Eric Rihlmann', 'id': '15804957'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'nbcsnl', 'name': 'Saturday Night Live - SNL', 'id': '28221296'}, {'screen_name': 'TimesSquareNYC', 'name': 'Times Square', 'id': '27655610'}, {'screen_name': 'nycgov', 'name': 'City of New York', 'id': '250884927'}]",,,, +1390920049372897281,1390863258626703366,2021-05-08 10:42:36 Arabian Standard Time,2021-05-08,10:42:36,+0400,44196397,elonmusk,Elon Musk,,@ericrihlmann @Tesla @nbcsnl @TimesSquareNYC @nycgov Great pic,en,[],[],[],370,442,12876,[],[],https://twitter.com/elonmusk/status/1390920049372897281,False,,0,,,,,,,,"[{'screen_name': 'ericrihlmann', 'name': 'Eric Rihlmann', 'id': '15804957'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'nbcsnl', 'name': 'Saturday Night Live - SNL', 'id': '28221296'}, {'screen_name': 'TimesSquareNYC', 'name': 'Times Square', 'id': '27655610'}, {'screen_name': 'nycgov', 'name': 'City of New York', 'id': '250884927'}]",,,, +1390839584225955847,1390839584225955847,2021-05-08 05:22:52 Arabian Standard Time,2021-05-08,05:22:52,+0400,44196397,elonmusk,Elon Musk,,Cybertruck prototype in New York this weekend,en,[],[],[],11745,15540,263958,[],[],https://twitter.com/elonmusk/status/1390839584225955847,False,,0,,,,,,,,[],,,, +1390809470926794754,1390774840135766019,2021-05-08 03:23:12 Arabian Standard Time,2021-05-08,03:23:12,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU 🤣🤣,und,[],[],[],323,435,7716,[],[],https://twitter.com/elonmusk/status/1390809470926794754,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}]",,,, +1390776390144901121,1390774840135766019,2021-05-08 01:11:45 Arabian Standard Time,2021-05-08,01:11:45,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ Until Sunday,en,[],[],[],693,864,18726,[],[],https://twitter.com/elonmusk/status/1390776390144901121,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}]",,,, +1390774840135766019,1390774840135766019,2021-05-08 01:05:35 Arabian Standard Time,2021-05-08,01:05:35,+0400,44196397,elonmusk,Elon Musk,,Guest starring … https://t.co/buM3bTOWbX,en,[],[],['https://pbs.twimg.com/media/E00GWDMXsAA1BjP.jpg'],36705,103710,745820,[],[],https://twitter.com/elonmusk/status/1390774840135766019,False,,1,https://pbs.twimg.com/media/E00GWDMXsAA1BjP.jpg,,,,,,,[],,,, +1390772894951673858,1390772894951673858,2021-05-08 00:57:52 Arabian Standard Time,2021-05-08,00:57:52,+0400,44196397,elonmusk,Elon Musk,, https://t.co/DlQtmfjKqL,und,[],[],['https://pbs.twimg.com/media/E00EkvwWQAIFyNP.jpg'],9490,19362,221726,[],[],https://twitter.com/elonmusk/status/1390772894951673858,False,,1,https://pbs.twimg.com/media/E00EkvwWQAIFyNP.jpg,,,,,,,[],,,, +1390727402607849472,1390533779077349376,2021-05-07 21:57:05 Arabian Standard Time,2021-05-07,21:57:05,+0400,44196397,elonmusk,Elon Musk,,@considercosmos @SpaceX Will use this as my wallpaper,en,[],[],[],1168,1170,37528,[],[],https://twitter.com/elonmusk/status/1390727402607849472,False,,0,,,,,,,,"[{'screen_name': 'considercosmos', 'name': 'Cosmic Perspective', 'id': '1050516235178237952'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1390676636098564105,1390508817419440133,2021-05-07 18:35:22 Arabian Standard Time,2021-05-07,18:35:22,+0400,44196397,elonmusk,Elon Musk,,@itsALLrisky That is how I feel about it,en,[],[],[],3183,10713,97397,[],[],https://twitter.com/elonmusk/status/1390676636098564105,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1390569345361883136,1390230077141569537,2021-05-07 11:29:02 Arabian Standard Time,2021-05-07,11:29:02,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @13ericralph31 Might try to refly SN15 soon,en,[],[],[],1728,2620,26979,[],[],https://twitter.com/elonmusk/status/1390569345361883136,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}]",,,, +1390550521077977089,1390488815731572736,2021-05-07 10:14:14 Arabian Standard Time,2021-05-07,10:14:14,+0400,44196397,elonmusk,Elon Musk,,@hiromichimizuno I’m looking for a shiba pup!,en,[],[],[],7275,10723,49705,[],[],https://twitter.com/elonmusk/status/1390550521077977089,False,,0,,,,,,,,"[{'screen_name': 'hiromichimizuno', 'name': 'HIRO MIZUNO', 'id': '72862939'}]",,,, +1390522931747430404,1390522377243607040,2021-05-07 08:24:36 Arabian Standard Time,2021-05-07,08:24:36,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @SpaceX 😮,und,[],[],[],455,734,19868,[],[],https://twitter.com/elonmusk/status/1390522931747430404,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1390522866979033092,1390522866979033092,2021-05-07 08:24:20 Arabian Standard Time,2021-05-07,08:24:20,+0400,44196397,elonmusk,Elon Musk,,"Cryptocurrency is promising, but please invest with caution! https://t.co/A4kplcP8Vq",en,[],['https://m.youtube.com/watch?v=u_U_dOOI9us'],[],18066,36888,218196,[],[],https://twitter.com/elonmusk/status/1390522866979033092,False,,0,,,,,,,,[],,,, +1390517401196826628,1390499081802424320,2021-05-07 08:02:37 Arabian Standard Time,2021-05-07,08:02:37,+0400,44196397,elonmusk,Elon Musk,,@SpacePadreIsle Nice shot,en,[],[],[],500,587,20152,[],[],https://twitter.com/elonmusk/status/1390517401196826628,False,,0,,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}]",,,, +1390466765294116867,1390461996106096642,2021-05-07 04:41:25 Arabian Standard Time,2021-05-07,04:41:25,+0400,44196397,elonmusk,Elon Musk,,@DavidSpade 🤣🤣,und,[],[],[],1649,4088,65930,[],[],https://twitter.com/elonmusk/status/1390466765294116867,False,,0,,,,,,,,"[{'screen_name': 'DavidSpade', 'name': 'David Spade', 'id': '22657153'}]",,,, +1390387635961610242,1390387635961610242,2021-05-06 23:26:59 Arabian Standard Time,2021-05-06,23:26:59,+0400,44196397,elonmusk,Elon Musk,,Make humanity a multiplanet species!,en,[],[],[],66264,60063,606101,[],[],https://twitter.com/elonmusk/status/1390387635961610242,False,,0,,,,,,,,[],,,, +1390387429375369216,1390387429375369216,2021-05-06 23:26:09 Arabian Standard Time,2021-05-06,23:26:09,+0400,44196397,elonmusk,Elon Musk,,Public support for life on Mars is critical to making it happen,en,[],[],[],14005,17250,232754,[],[],https://twitter.com/elonmusk/status/1390387429375369216,False,,0,,,,,,,,[],,,, +1390386652007251970,1390380124038524932,2021-05-06 23:23:04 Arabian Standard Time,2021-05-06,23:23:04,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy @westcoastbill 2024 is not out of the question for an uncrewed flight,en,[],[],[],417,625,7914,[],[],https://twitter.com/elonmusk/status/1390386652007251970,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",,,, +1390385771803197454,1390380124038524932,2021-05-06 23:19:34 Arabian Standard Time,2021-05-06,23:19:34,+0400,44196397,elonmusk,Elon Musk,,@westcoastbill for sure!,en,[],[],[],346,301,8378,[],[],https://twitter.com/elonmusk/status/1390385771803197454,False,,0,,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",,,, +1390370678910685185,1390269967283761152,2021-05-06 22:19:36 Arabian Standard Time,2021-05-06,22:19:36,+0400,44196397,elonmusk,Elon Musk,,@ZachWeiner Haha true,tl,[],[],[],442,824,32563,[],[],https://twitter.com/elonmusk/status/1390370678910685185,False,,0,,,,,,,,"[{'screen_name': 'ZachWeiner', 'name': 'Zach Weinersmith', 'id': '20745130'}]",,,, +1390369492954456070,1390359784516460551,2021-05-06 22:14:53 Arabian Standard Time,2021-05-06,22:14:53,+0400,44196397,elonmusk,Elon Musk,,@johnkrausphotos @SpaceX Mars Base Alpha,hi,[],[],[],622,769,16463,[],[],https://twitter.com/elonmusk/status/1390369492954456070,False,,0,,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1390342190786912257,1390332923035983879,2021-05-06 20:26:24 Arabian Standard Time,2021-05-06,20:26:24,+0400,44196397,elonmusk,Elon Musk,,@GabrielGruber Exactly,en,[],[],[],510,683,20127,[],[],https://twitter.com/elonmusk/status/1390342190786912257,False,,0,,,,,,,,"[{'screen_name': 'GabrielGruber', 'name': 'Gabriel Gruber', 'id': '17232551'}]",,,, +1390335943920558081,1389970956165210115,2021-05-06 20:01:34 Arabian Standard Time,2021-05-06,20:01:34,+0400,44196397,elonmusk,Elon Musk,,@MileyCyrus Haha awesome! See you soon.,en,[],[],[],375,628,8458,[],[],https://twitter.com/elonmusk/status/1390335943920558081,False,,0,,,,,,,,"[{'screen_name': 'MileyCyrus', 'name': 'Miley Ray Cyrus', 'id': '268414482'}]",,,, +1390335482647781377,1390293180780777476,2021-05-06 19:59:44 Arabian Standard Time,2021-05-06,19:59:44,+0400,44196397,elonmusk,Elon Musk,,@jimfarley98 @thesheetztweetz Thanks Jim,en,[],[],[],457,330,12118,[],[],https://twitter.com/elonmusk/status/1390335482647781377,False,,0,,,,,,,,"[{'screen_name': 'jimfarley98', 'name': 'Jim Farley', 'id': '1106321031566893057'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1390203889824247810,1390081584439640067,2021-05-06 11:16:50 Arabian Standard Time,2021-05-06,11:16:50,+0400,44196397,elonmusk,Elon Musk,,@nova_road True,en,[],[],[],499,445,11835,[],[],https://twitter.com/elonmusk/status/1390203889824247810,False,,0,,,,,,,,"[{'screen_name': 'nova_road', 'name': 'Robin Seemangal', 'id': '22107725'}]",,,, +1390169571466829828,1390078597822500865,2021-05-06 09:00:28 Arabian Standard Time,2021-05-06,09:00:28,+0400,44196397,elonmusk,Elon Musk,,"@nextspaceflight @NASASpaceflight Only way to create rapidly & fully reusable orbital rockets, the fundamental technology revolution needed to make life multiplanetary",en,[],[],[],791,1593,30880,[],[],https://twitter.com/elonmusk/status/1390169571466829828,False,,0,,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1390073153347592192,1390073153347592192,2021-05-06 02:37:20 Arabian Standard Time,2021-05-06,02:37:20,+0400,44196397,elonmusk,Elon Musk,,Starship landing nominal!,en,[],[],[],20680,30667,323925,[],[],https://twitter.com/elonmusk/status/1390073153347592192,False,,0,,,,,,,,[],,,, +1390069456177704965,1390069456177704965,2021-05-06 02:22:39 Arabian Standard Time,2021-05-06,02:22:39,+0400,44196397,elonmusk,Elon Musk,,About to launch,en,[],[],[],7069,8900,103827,[],[],https://twitter.com/elonmusk/status/1390069456177704965,False,https://twitter.com/SpaceX/status/1390069001892503553,0,,,,,,,,[],,,, +1389822625623511040,1388693126206918658,2021-05-05 10:01:50 Arabian Standard Time,2021-05-05,10:01:50,+0400,44196397,elonmusk,Elon Musk,,@AaronGamelli I had a Steampunk Japan birthday party once,en,[],[],[],790,529,6487,[],[],https://twitter.com/elonmusk/status/1389822625623511040,False,,0,,,,,,,,"[{'screen_name': 'AaronGamelli', 'name': 'Aaron Gamelli', 'id': '1221794503109103621'}]",,,, +1389798912777719810,1389696976757821440,2021-05-05 08:27:36 Arabian Standard Time,2021-05-05,08:27:36,+0400,44196397,elonmusk,Elon Musk,,@DavidSacks The Movement! https://t.co/dK15SJjQYK,en,[],['https://m.youtube.com/watch?v=LkNxvUrWQ_Q'],[],736,669,10229,[],[],https://twitter.com/elonmusk/status/1389798912777719810,False,,0,,,,,,,,"[{'screen_name': 'DavidSacks', 'name': 'David Sacks', 'id': '1137701'}]",,,, +1389797504103981057,1389569079472762886,2021-05-05 08:22:00 Arabian Standard Time,2021-05-05,08:22:00,+0400,44196397,elonmusk,Elon Musk,,@newscientist Which means ~1/10th of you is 13.8 billion years old,en,[],[],[],602,836,9369,[],[],https://twitter.com/elonmusk/status/1389797504103981057,False,,0,,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +1389718145733120003,1389712138982158339,2021-05-05 03:06:40 Arabian Standard Time,2021-05-05,03:06:40,+0400,44196397,elonmusk,Elon Musk,,@karpathy 🤣🤣,und,[],[],[],1212,940,25436,[],[],https://twitter.com/elonmusk/status/1389718145733120003,False,,0,,,,,,,,"[{'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +1389691848906747905,1389683812792258561,2021-05-05 01:22:10 Arabian Standard Time,2021-05-05,01:22:10,+0400,44196397,elonmusk,Elon Musk,,"@thesheetztweetz Only limitation is high density of users in urban areas. Most likely, all of the initial 500k will receive service. More of a challenge when we get into the several million user range.",en,[],[],[],805,771,14387,[],[],https://twitter.com/elonmusk/status/1389691848906747905,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1389270326073253889,1389151359648223233,2021-05-03 21:27:11 Arabian Standard Time,2021-05-03,21:27:11,+0400,44196397,elonmusk,Elon Musk,,"@MeetLuis @WARREZ420 @WholeMarsBlog Rawlinson was never chief engineer. He arrived after Model S prototype was made, left before things got tough & was only ever responsible for body engineering, not powertrain, battery, software, production or design.",en,[],[],[],647,387,5251,[],[],https://twitter.com/elonmusk/status/1389270326073253889,False,,0,,,,,,,,"[{'screen_name': 'MeetLuis', 'name': 'Luis', 'id': '1351912097106411521'}, {'screen_name': 'WARREZ420', 'name': 'TeslaRoshi⚡️', 'id': '166434333'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1389126650508480512,1388778987044982788,2021-05-03 11:56:16 Arabian Standard Time,2021-05-03,11:56:16,+0400,44196397,elonmusk,Elon Musk,,@spacex360 So great to see the happy faces!,en,[],[],[],845,1044,35197,[],[],https://twitter.com/elonmusk/status/1389126650508480512,False,,0,,,,,,,,"[{'screen_name': 'spacex360', 'name': 'Everything SpaceX', 'id': '1270394714450268160'}]",,,, +1389102532706848768,1388795182582099968,2021-05-03 10:20:26 Arabian Standard Time,2021-05-03,10:20:26,+0400,44196397,elonmusk,Elon Musk,,"@utsavtechie Prototypes are easy, production is hard",en,[],[],[],2983,8704,174828,[],[],https://twitter.com/elonmusk/status/1389102532706848768,False,,0,,,,,,,,"[{'screen_name': 'utsavtechie', 'name': 'Utsav Techie', 'id': '3138826796'}]",,,, +1388980879175954433,1388610791885217797,2021-05-03 02:17:02 Arabian Standard Time,2021-05-03,02:17:02,+0400,44196397,elonmusk,Elon Musk,,@heydave7 @Tesla A remarkable junction in history,en,[],[],[],881,871,17446,[],[],https://twitter.com/elonmusk/status/1388980879175954433,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1388963849043419140,1388962263030190084,2021-05-03 01:09:21 Arabian Standard Time,2021-05-03,01:09:21,+0400,44196397,elonmusk,Elon Musk,,@jaentwistle One of many reasons why we need larger & more advanced rockets!,en,[],[],[],1171,1452,33924,[],[],https://twitter.com/elonmusk/status/1388963849043419140,False,,0,,,,,,,,"[{'screen_name': 'jaentwistle', 'name': 'John Andrew Entwistle', 'id': '3130880074'}]",,,, +1388952616902795267,1388712812961144832,2021-05-03 00:24:44 Arabian Standard Time,2021-05-03,00:24:44,+0400,44196397,elonmusk,Elon Musk,,@jpr007 @EPCalderhead Haha,tl,[],[],[],220,119,2889,[],[],https://twitter.com/elonmusk/status/1388952616902795267,False,,0,,,,,,,,"[{'screen_name': 'jpr007', 'name': 'JPR007', 'id': '52370117'}, {'screen_name': 'EPCalderhead', 'name': 'Edward Pennington Calderhead', 'id': '943623562325356544'}]",,,, +1388693126206918658,1388693126206918658,2021-05-02 07:13:36 Arabian Standard Time,2021-05-02,07:13:36,+0400,44196397,elonmusk,Elon Musk,,I love Art Deco,en,[],[],[],27191,12838,583959,[],[],https://twitter.com/elonmusk/status/1388693126206918658,False,,0,,,,,,,,[],,,, +1388673741454991362,1388611645560262660,2021-05-02 05:56:34 Arabian Standard Time,2021-05-02,05:56:34,+0400,44196397,elonmusk,Elon Musk,,@RSTYCG 👍,und,[],[],[],279,207,10216,[],[],https://twitter.com/elonmusk/status/1388673741454991362,False,,0,,,,,,,,"[{'screen_name': 'RSTYCG', 'name': 'Rusty Cage', 'id': '1238260133983125505'}]",,,, +1388613426868625416,1388611645560262660,2021-05-02 01:56:54 Arabian Standard Time,2021-05-02,01:56:54,+0400,44196397,elonmusk,Elon Musk,,Baby Shark & Shark Tank merge to form Baby Shark Tank,en,[],[],[],5660,4157,84810,[],[],https://twitter.com/elonmusk/status/1388613426868625416,False,,0,,,,,,,,[],,,, +1388612603480510469,1388611645560262660,2021-05-02 01:53:38 Arabian Standard Time,2021-05-02,01:53:38,+0400,44196397,elonmusk,Elon Musk,,Irony Man – defeats villains using the power of irony,en,[],[],[],4274,4524,90429,[],[],https://twitter.com/elonmusk/status/1388612603480510469,False,,0,,,,,,,,[],,,, +1388612033160126469,1388611645560262660,2021-05-02 01:51:22 Arabian Standard Time,2021-05-02,01:51:22,+0400,44196397,elonmusk,Elon Musk,,@gshenanigans1 Definitely,en,[],[],[],1064,3365,30587,[],[],https://twitter.com/elonmusk/status/1388612033160126469,False,,0,,,,,,,,[],,,, +1388611645560262660,1388611645560262660,2021-05-02 01:49:50 Arabian Standard Time,2021-05-02,01:49:50,+0400,44196397,elonmusk,Elon Musk,,Throwing out some skit ideas for SNL. What should I do?,en,[],[],[],51397,8980,135717,[],[],https://twitter.com/elonmusk/status/1388611645560262660,False,,0,,,,,,,,[],,,, +1388608259255377920,1388608259255377920,2021-05-02 01:36:22 Arabian Standard Time,2021-05-02,01:36:22,+0400,44196397,elonmusk,Elon Musk,,Woke James Bond SNL May 8,en,[],[],[],10316,11136,144503,[],[],https://twitter.com/elonmusk/status/1388608259255377920,False,,0,,,,,,,,[],,,, +1387901003664699392,1387901003664699392,2021-04-30 02:45:59 Arabian Standard Time,2021-04-30,02:45:59,+0400,44196397,elonmusk,Elon Musk,,"A major part of real-world AI has to be solved to make unsupervised, generalized full self-driving work, as the entire road system is designed for biological neural nets with optical imagers",en,[],[],[],25849,9339,137492,[],[],https://twitter.com/elonmusk/status/1387901003664699392,False,,0,,,,,,,,[],,,, +1387897099983990793,1387896504887570435,2021-04-30 02:30:29 Arabian Standard Time,2021-04-30,02:30:29,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Exactly!,en,[],[],[],346,153,3465,[],[],https://twitter.com/elonmusk/status/1387897099983990793,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1387894284041527297,1387886222777864193,2021-04-30 02:19:17 Arabian Standard Time,2021-04-30,02:19:17,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Was using this in my car last night,en,[],[],[],365,213,4819,[],[],https://twitter.com/elonmusk/status/1387894284041527297,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1387893690354515970,1387886222777864193,2021-04-30 02:16:56 Arabian Standard Time,2021-04-30,02:16:56,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV FSD display V9.0 will show actual probability distribution of objects – true mind’s eye of the neural net. This is so cool!,en,[],[],[],357,442,6674,[],[],https://twitter.com/elonmusk/status/1387893690354515970,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1387892910960615428,1387783269710655503,2021-04-30 02:13:50 Arabian Standard Time,2021-04-30,02:13:50,+0400,44196397,elonmusk,Elon Musk,,@WhatsupFranks @danheld I swear Canada FSD beta will be as soon as humanly possible!,en,[],[],[],229,157,2783,[],[],https://twitter.com/elonmusk/status/1387892910960615428,False,,0,,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'Franks&Beans FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'danheld', 'name': 'Dan Held', 'id': '1598709350'}]",,,, +1387892143792984065,1387481192950288386,2021-04-30 02:10:47 Arabian Standard Time,2021-04-30,02:10:47,+0400,44196397,elonmusk,Elon Musk,,@adamcarter @teslaownersSV @TeslaNY @Tesla True. Anyone paying attention to the rate of improvement will realize that Tesla Autopilot/FSD is already superhuman for highway driving & swiftly getting there for city streets.,en,[],[],[],229,200,2944,[],[],https://twitter.com/elonmusk/status/1387892143792984065,False,,0,,,,,,,,"[{'screen_name': 'adamcarter', 'name': 'Adam Carter', 'id': '15803118'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1387884069220982784,1387783269710655503,2021-04-30 01:38:42 Arabian Standard Time,2021-04-30,01:38:42,+0400,44196397,elonmusk,Elon Musk,,@danheld 🤣🤣,und,[],[],[],593,642,23909,[],[],https://twitter.com/elonmusk/status/1387884069220982784,False,,0,,,,,,,,"[{'screen_name': 'danheld', 'name': 'Dan Held', 'id': '1598709350'}]",,,, +1387574315969880068,1387481192950288386,2021-04-29 05:07:51 Arabian Standard Time,2021-04-29,05:07:51,+0400,44196397,elonmusk,Elon Musk,,"@jgrano305 @tobyliiiiiiiiii @teslaownersSV @TeslaNY @Tesla Hopefully, later this year for several more states. Insurance is different for almost every state in America & regulatory approvals take time.",en,[],[],[],250,129,2666,[],[],https://twitter.com/elonmusk/status/1387574315969880068,False,,0,,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y 🇺🇸🇮🇱', 'id': '817567541371539457'}, {'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1387573708483710978,1387481192950288386,2021-04-29 05:05:26 Arabian Standard Time,2021-04-29,05:05:26,+0400,44196397,elonmusk,Elon Musk,,@tobyliiiiiiiiii @teslaownersSV @TeslaNY @Tesla And hopefully EU this summer,en,[],[],[],256,186,3137,[],[],https://twitter.com/elonmusk/status/1387573708483710978,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1387573516040609796,1387481192950288386,2021-04-29 05:04:40 Arabian Standard Time,2021-04-29,05:04:40,+0400,44196397,elonmusk,Elon Musk,,@tobyliiiiiiiiii @teslaownersSV @TeslaNY @Tesla Probably a few months. There are many subtle differences between US & Canada driving.,en,[],[],[],169,126,2731,[],[],https://twitter.com/elonmusk/status/1387573516040609796,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1387572858768007179,1387481192950288386,2021-04-29 05:02:04 Arabian Standard Time,2021-04-29,05:02:04,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @TeslaNY @Tesla Gating factor is achieving & proving higher safety with pure vision than with vision+radar. We are almost there. FSD Beta V9.0 will blow your mind.,en,[],[],[],362,575,4968,[],[],https://twitter.com/elonmusk/status/1387572858768007179,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1387558563208368131,1387481192950288386,2021-04-29 04:05:15 Arabian Standard Time,2021-04-29,04:05:15,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @TeslaNY @Tesla Probably two weeks,en,[],[],[],322,271,3975,[],[],https://twitter.com/elonmusk/status/1387558563208368131,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1387556627298070531,1387481192950288386,2021-04-29 03:57:34 Arabian Standard Time,2021-04-29,03:57:34,+0400,44196397,elonmusk,Elon Musk,,@TeslaNY @Tesla Good technical analysis,en,[],[],[],406,446,13008,[],[],https://twitter.com/elonmusk/status/1387556627298070531,False,,0,,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1387532802116173825,1387499201718796294,2021-04-29 02:22:53 Arabian Standard Time,2021-04-29,02:22:53,+0400,44196397,elonmusk,Elon Musk,,@heydave7 Yes,und,[],[],[],301,230,6772,[],[],https://twitter.com/elonmusk/status/1387532802116173825,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1387525922463666179,1387438647386034181,2021-04-29 01:55:33 Arabian Standard Time,2021-04-29,01:55:33,+0400,44196397,elonmusk,Elon Musk,,@squawksquare Sorry 🤣🤣 https://t.co/v98BnxPXg6,en,[],['https://m.youtube.com/watch?v=SkTt9k4Y-a8'],[],713,924,10259,[],[],https://twitter.com/elonmusk/status/1387525922463666179,False,,0,,,,,,,,"[{'screen_name': 'squawksquare', 'name': 'squawksquare', 'id': '930773590227718144'}]",,,, +1387524555409924102,1387470002199175171,2021-04-29 01:50:07 Arabian Standard Time,2021-04-29,01:50:07,+0400,44196397,elonmusk,Elon Musk,,@WR4NYGov @garyblack00 @Tesla @WholeMarsBlog 🤣🤣 exactly,en,[],[],[],249,300,13125,[],[],https://twitter.com/elonmusk/status/1387524555409924102,False,,0,,,,,,,,"[{'screen_name': 'WR4NYGov', 'name': 'Warren Redlich - Come and Take It - Molon TSLA', 'id': '108365454'}, {'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1387524266191687685,1387524079222206465,2021-04-29 01:48:58 Arabian Standard Time,2021-04-29,01:48:58,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ @nbcsnl @MileyCyrus Might be something there haha,en,[],[],[],252,411,7105,[],[],https://twitter.com/elonmusk/status/1387524266191687685,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'nbcsnl', 'name': 'Saturday Night Live - SNL', 'id': '28221296'}, {'screen_name': 'MileyCyrus', 'name': 'Miley Ray Cyrus', 'id': '268414482'}]",,,, +1387523708458254337,1387508556606451712,2021-04-29 01:46:45 Arabian Standard Time,2021-04-29,01:46:45,+0400,44196397,elonmusk,Elon Musk,,"@skorusARK Best-selling by revenue in 2022, possibly by unit volume in 2023",en,[],[],[],408,479,10538,[],[],https://twitter.com/elonmusk/status/1387523708458254337,False,,0,,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1387494112904060933,1387406756880412676,2021-04-28 23:49:09 Arabian Standard Time,2021-04-28,23:49:09,+0400,44196397,elonmusk,Elon Musk,,@collision @SpaceX Cool! 🇮🇪,en,[],[],[],654,540,20031,[],[],https://twitter.com/elonmusk/status/1387494112904060933,False,,0,,,,,,,,"[{'screen_name': 'collision', 'name': 'John Collison', 'id': '5418912'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1387329332541104131,1387198588875419648,2021-04-28 12:54:22 Arabian Standard Time,2021-04-28,12:54:22,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @Erdayastronaut @Twisi80 Starship is literally more pointy because of that movie haha,en,[],[],[],212,242,4831,[],[],https://twitter.com/elonmusk/status/1387329332541104131,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Twisi80', 'name': 'Chris', 'id': '702578706657767428'}]",,,, +1387328662073188353,1387326627160408067,2021-04-28 12:51:43 Arabian Standard Time,2021-04-28,12:51:43,+0400,44196397,elonmusk,Elon Musk,,@RiusJulien https://t.co/paTKsQjNp8,und,[],['https://open.spotify.com/track/6i4wYU25phbBBNFmSx4AYs?si=VMD4iXkZTf2_0cRYzIwpCw'],[],294,154,3294,[],[],https://twitter.com/elonmusk/status/1387328662073188353,False,,0,,,,,,,,"[{'screen_name': 'RiusJulien', 'name': 'Julien Rius', 'id': '1264048262333362176'}]",,,, +1387326627160408067,1387326627160408067,2021-04-28 12:43:37 Arabian Standard Time,2021-04-28,12:43:37,+0400,44196397,elonmusk,Elon Musk,,♥️ https://t.co/juLuKlymEX,und,[],['https://open.spotify.com/playlist/2lhkwi9SRBmGTEdX0KXjZb?si=crg291WbT2aMBwpDzgp8hA'],[],10202,4086,53293,[],[],https://twitter.com/elonmusk/status/1387326627160408067,False,,0,,,,,,,,[],,,, +1387308991743672322,1387045676043755523,2021-04-28 11:33:33 Arabian Standard Time,2021-04-28,11:33:33,+0400,44196397,elonmusk,Elon Musk,,@AstroJordy @wapodavenport 0% so far,en,[],[],[],273,141,3665,[],[],https://twitter.com/elonmusk/status/1387308991743672322,False,,0,,,,,,,,"[{'screen_name': 'AstroJordy', 'name': 'jordan🇺🇦', 'id': '1142527715670519808'}, {'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1387290907108679680,1387193434902044672,2021-04-28 10:21:41 Arabian Standard Time,2021-04-28,10:21:41,+0400,44196397,elonmusk,Elon Musk,,@muratpak 🔥,und,[],[],[],284,284,5579,[],[],https://twitter.com/elonmusk/status/1387290907108679680,False,,0,,,,,,,,"[{'screen_name': 'muratpak', 'name': 'Pak', 'id': '96770474'}]",,,, +1387290679794089986,1387290679794089986,2021-04-28 10:20:47 Arabian Standard Time,2021-04-28,10:20:47,+0400,44196397,elonmusk,Elon Musk,,The Dogefather SNL May 8,en,[],[],[],36406,74357,446797,[],[],https://twitter.com/elonmusk/status/1387290679794089986,False,,0,,,,,,,,[],,,, +1387268753369583616,1387045676043755523,2021-04-28 08:53:39 Arabian Standard Time,2021-04-28,08:53:39,+0400,44196397,elonmusk,Elon Musk,,"@wapodavenport Did my heart love till now? forswear it, sight! For I ne'er saw true beauty till this night.",en,[],[],[],185,178,2318,[],[],https://twitter.com/elonmusk/status/1387268753369583616,False,,0,,,,,,,,"[{'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1387266412683702274,1387045676043755523,2021-04-28 08:44:21 Arabian Standard Time,2021-04-28,08:44:21,+0400,44196397,elonmusk,Elon Musk,,"@wapodavenport Romeo + Juliet, fish tank scene",en,[],[],[],301,289,6447,[],[],https://twitter.com/elonmusk/status/1387266412683702274,False,,0,,,,,,,,"[{'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1387246623340732421,1387198588875419648,2021-04-28 07:25:43 Arabian Standard Time,2021-04-28,07:25:43,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @Twisi80 Testing header tanks. All good so far.,en,[],[],[],286,408,9668,[],[],https://twitter.com/elonmusk/status/1387246623340732421,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Twisi80', 'name': 'Chris', 'id': '702578706657767428'}]",,,, +1387180114836967427,1387062136812277761,2021-04-28 03:01:26 Arabian Standard Time,2021-04-28,03:01:26,+0400,44196397,elonmusk,Elon Musk,,"@leastImAlive @thesheetztweetz They have an important role to play in protecting the public from getting swindled, but are sometimes too close to Wall St hedge funds imo. Strange that they aren’t taking more action on some of the SPACs.",en,[],[],[],344,470,5561,[],[],https://twitter.com/elonmusk/status/1387180114836967427,False,,0,,,,,,,,"[{'screen_name': 'leastImAlive', 'name': 'PopulationPaste', 'id': '757871065'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1387176157737541641,1387062136812277761,2021-04-28 02:45:43 Arabian Standard Time,2021-04-28,02:45:43,+0400,44196397,elonmusk,Elon Musk,,"@thesheetztweetz FCC is fair & sensible. NHTSA & FAA too. 99.9% of the time, I agree with regulators! On rare occasions, we disagree. This is almost always due to new technologies that past regulations didn’t anticipate.",en,[],[],[],220,343,5467,[],[],https://twitter.com/elonmusk/status/1387176157737541641,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1387172830094233601,1387150178180870148,2021-04-28 02:32:29 Arabian Standard Time,2021-04-28,02:32:29,+0400,44196397,elonmusk,Elon Musk,,"@garyblack00 Other companies spend money on advertising & manipulating public opinion, Tesla focuses on the product. I trust the people.",en,[],[],[],1094,2165,17990,[],[],https://twitter.com/elonmusk/status/1387172830094233601,False,,0,,,,,,,,"[{'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}]",,,, +1387158189985173505,1387078339618291712,2021-04-28 01:34:19 Arabian Standard Time,2021-04-28,01:34:19,+0400,44196397,elonmusk,Elon Musk,,@DocumentingBTC Yes,und,[],[],[],1268,2690,39299,[],[],https://twitter.com/elonmusk/status/1387158189985173505,False,,0,,,,,,,,"[{'screen_name': 'DocumentingBTC', 'name': 'Documenting Bitcoin 📄', 'id': '1337780902680809474'}]",,,, +1387140919145766912,1387085560074760194,2021-04-28 00:25:41 Arabian Standard Time,2021-04-28,00:25:41,+0400,44196397,elonmusk,Elon Musk,,@PPathole Yup,und,[],[],[],636,671,31049,[],[],https://twitter.com/elonmusk/status/1387140919145766912,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1387140695387951105,1387006036826107907,2021-04-28 00:24:48 Arabian Standard Time,2021-04-28,00:24:48,+0400,44196397,elonmusk,Elon Musk,,"@garyblack00 @CGrantWSJ @WSJ I find it more helpful to read/follow individual journalists, rather than publications. Any given publication is going to have wide range of views, albeit vast majority of stories about any subject are negative, perhaps reflecting innate human biases. Citizen journalism FTW!",en,[],[],[],446,748,8156,[],[],https://twitter.com/elonmusk/status/1387140695387951105,False,,0,,,,,,,,"[{'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}, {'screen_name': 'CGrantWSJ', 'name': 'Charley Grant', 'id': '3043828834'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +1386841861323698177,1386787651412451329,2021-04-27 04:37:20 Arabian Standard Time,2021-04-27,04:37:20,+0400,44196397,elonmusk,Elon Musk,,@kchangnyt https://t.co/eLvYOnn6zT,und,[],[],['https://pbs.twimg.com/media/Ez8NUkGXoAwsbw2.jpg'],753,917,11804,[],[],https://twitter.com/elonmusk/status/1386841861323698177,False,,1,https://pbs.twimg.com/media/Ez8NUkGXoAwsbw2.jpg,,,,,,,[],,,, +1386836238771105793,1386836238771105793,2021-04-27 04:15:00 Arabian Standard Time,2021-04-27,04:15:00,+0400,44196397,elonmusk,Elon Musk,,"Starship SN15 static fire completed, preparing for flight later this week",en,[],[],[],13000,9152,164369,[],[],https://twitter.com/elonmusk/status/1386836238771105793,False,,0,,,,,,,,[],,,, +1386835900169129984,1386827220526804996,2021-04-27 04:13:39 Arabian Standard Time,2021-04-27,04:13:39,+0400,44196397,elonmusk,Elon Musk,,@jeff_foust True 🤣🤣,en,[],[],[],193,156,4751,[],[],https://twitter.com/elonmusk/status/1386835900169129984,False,,0,,,,,,,,"[{'screen_name': 'jeff_foust', 'name': 'Jeff Foust', 'id': '6374602'}]",,,, +1386825367948644352,1386787651412451329,2021-04-27 03:31:48 Arabian Standard Time,2021-04-27,03:31:48,+0400,44196397,elonmusk,Elon Musk,,@kchangnyt Can’t get it up (to orbit) lol,en,[],[],[],2127,4876,49885,[],[],https://twitter.com/elonmusk/status/1386825367948644352,False,,0,,,,,,,,"[{'screen_name': 'kchangnyt', 'name': 'Kenneth Chang', 'id': '2463358249'}]",,,, +1386821871199571968,1386821093059616768,2021-04-27 03:17:54 Arabian Standard Time,2021-04-27,03:17:54,+0400,44196397,elonmusk,Elon Musk,,@heydave7 Seems quite likely at least based on revenue in 2022 & possibly total units in 2023,en,[],[],[],430,508,13766,[],[],https://twitter.com/elonmusk/status/1386821871199571968,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1386821144037236737,1386797551794499592,2021-04-27 03:15:01 Arabian Standard Time,2021-04-27,03:15:01,+0400,44196397,elonmusk,Elon Musk,,"@stoolpresidente No, you do not. I have not sold any of my Bitcoin. Tesla sold 10% of its holdings essentially to prove liquidity of Bitcoin as an alternative to holding cash on balance sheet.",en,[],[],[],4338,12235,94927,[],[],https://twitter.com/elonmusk/status/1386821144037236737,False,,0,,,,,,,,"[{'screen_name': 'stoolpresidente', 'name': 'Dave Portnoy', 'id': '43775786'}]",,,, +1386816432655290381,1386807869518094337,2021-04-27 02:56:18 Arabian Standard Time,2021-04-27,02:56:18,+0400,44196397,elonmusk,Elon Musk,,@jgrano305 @Orangetilt Yes,und,[],[],[],140,91,2103,[],[],https://twitter.com/elonmusk/status/1386816432655290381,False,,0,,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y 🇺🇸🇮🇱', 'id': '817567541371539457'}, {'screen_name': 'Orangetilt', 'name': 'Thomaz 🇨🇦🇺🇦🇺🇦🇺🇦🇺🇦🇺🇦', 'id': '813570'}]",,,, +1386815954181632000,1386807869518094337,2021-04-27 02:54:23 Arabian Standard Time,2021-04-27,02:54:23,+0400,44196397,elonmusk,Elon Musk,,"@Orangetilt Yeah, roughly 200MW/km^2 using currently available solar panels. What’s really amazing is that you can store all energy needed to power a continent overnight with 1 square kilometer of stacked Tesla Megapacks!",en,[],[],[],487,804,10787,[],[],https://twitter.com/elonmusk/status/1386815954181632000,False,,0,,,,,,,,"[{'screen_name': 'Orangetilt', 'name': 'Thomaz 🇨🇦🇺🇦🇺🇦🇺🇦🇺🇦🇺🇦🇺🇦', 'id': '813570'}]",,,, +1386759755088211974,1386721825351110658,2021-04-26 23:11:05 Arabian Standard Time,2021-04-26,23:11:05,+0400,44196397,elonmusk,Elon Musk,,"@PPathole An advantage I did have is that my father is a talented electrical & mechanical engineer, so I was taught a lot engineering (without appreciating it at the time)",en,[],[],[],354,410,5936,[],[],https://twitter.com/elonmusk/status/1386759755088211974,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1386744515856322563,1386721825351110658,2021-04-26 22:10:31 Arabian Standard Time,2021-04-26,22:10:31,+0400,44196397,elonmusk,Elon Musk,,@PPathole True. The opposite in fact – I provide financial support to my parents.,en,[],[],[],306,381,5496,[],[],https://twitter.com/elonmusk/status/1386744515856322563,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1386563667706011653,1386554521997004801,2021-04-26 10:11:54 Arabian Standard Time,2021-04-26,10:11:54,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 @JohnnaCrider1 We just got approval to open a new Supercharger station in Malibu!,en,[],[],[],341,228,4787,[],[],https://twitter.com/elonmusk/status/1386563667706011653,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}]",,,, +1386562909833109505,1386554521997004801,2021-04-26 10:08:53 Arabian Standard Time,2021-04-26,10:08:53,+0400,44196397,elonmusk,Elon Musk,,@JohnnaCrider1 https://t.co/xl441YNnOs,und,[],['https://m.youtube.com/watch?v=gQQtgx4iG8E'],[],408,288,10902,[],[],https://twitter.com/elonmusk/status/1386562909833109505,False,,0,,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}]",,,, +1386405029523845125,1386349196417003523,2021-04-25 23:41:31 Arabian Standard Time,2021-04-25,23:41:31,+0400,44196397,elonmusk,Elon Musk,,@BadAstronomer So awesome!,en,[],[],[],445,372,11985,[],[],https://twitter.com/elonmusk/status/1386405029523845125,False,,0,,,,,,,,"[{'screen_name': 'BadAstronomer', 'name': 'Phil Plait', 'id': '4620451'}]",,,, +1386158212970340354,1386158212970340354,2021-04-25 07:20:46 Arabian Standard Time,2021-04-25,07:20:46,+0400,44196397,elonmusk,Elon Musk,,Let’s find out just how live Saturday Night Live really is 😈,en,[],[],[],13709,11824,212703,[],[],https://twitter.com/elonmusk/status/1386158212970340354,False,,0,,,,,,,,[],,,, +1386155357739921412,1386155357739921412,2021-04-25 07:09:25 Arabian Standard Time,2021-04-25,07:09:25,+0400,44196397,elonmusk,Elon Musk,,Am hosting SNL on May 8,en,[],[],[],13855,19129,319639,[],[],https://twitter.com/elonmusk/status/1386155357739921412,False,,0,,,,,,,,[],,,, +1386148075434123264,1386141421598507010,2021-04-25 06:40:29 Arabian Standard Time,2021-04-25,06:40:29,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com Yup,und,[],[],[],679,501,14062,[],[],https://twitter.com/elonmusk/status/1386148075434123264,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1385887015774867457,1385880018417557506,2021-04-24 13:23:07 Arabian Standard Time,2021-04-24,13:23:07,+0400,44196397,elonmusk,Elon Musk,,@KuroiKumanoashi Lies can be beautiful,en,[],[],[],1742,1088,19900,[],[],https://twitter.com/elonmusk/status/1385887015774867457,False,,0,,,,,,,,"[{'screen_name': 'KuroiKumanoashi', 'name': 'Kuma', 'id': '18708249'}]",,,, +1385882094296092672,1385882094296092672,2021-04-24 13:03:34 Arabian Standard Time,2021-04-24,13:03:34,+0400,44196397,elonmusk,Elon Musk,, https://t.co/l6Bc0wkWol,und,[],[],['https://pbs.twimg.com/media/EzukawiXoAANqxm.jpg'],6368,17987,236662,[],[],https://twitter.com/elonmusk/status/1385882094296092672,False,,1,https://pbs.twimg.com/media/EzukawiXoAANqxm.jpg,,,,,,,[],,,, +1385880018417557506,1385880018417557506,2021-04-24 12:55:19 Arabian Standard Time,2021-04-24,12:55:19,+0400,44196397,elonmusk,Elon Musk,,define … beauty,en,[],[],[],54803,14213,266337,[],[],https://twitter.com/elonmusk/status/1385880018417557506,False,,0,,,,,,,,[],,,, +1385879790381641728,1385879790381641728,2021-04-24 12:54:25 Arabian Standard Time,2021-04-24,12:54:25,+0400,44196397,elonmusk,Elon Musk,,What does the future hodl?,en,[],[],[],50439,28686,442545,[],[],https://twitter.com/elonmusk/status/1385879790381641728,False,,0,,,,,,,,[],,,, +1385603921121533954,1385440499868176390,2021-04-23 18:38:12 Arabian Standard Time,2021-04-23,18:38:12,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ @PPathole Absolutely!,en,[],[],[],255,133,3493,[],[],https://twitter.com/elonmusk/status/1385603921121533954,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1385600268620939265,1385440499868176390,2021-04-23 18:23:41 Arabian Standard Time,2021-04-23,18:23:41,+0400,44196397,elonmusk,Elon Musk,,@PPathole This is the essence of my philosophy,en,[],[],[],1337,1685,46298,[],[],https://twitter.com/elonmusk/status/1385600268620939265,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1385598863399129090,1385566159764819968,2021-04-23 18:18:06 Arabian Standard Time,2021-04-23,18:18:06,+0400,44196397,elonmusk,Elon Musk,,@SciGuySpace This is important,en,[],[],[],326,361,13650,[],[],https://twitter.com/elonmusk/status/1385598863399129090,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1385596061922779140,1385595089452367875,2021-04-23 18:06:58 Arabian Standard Time,2021-04-23,18:06:58,+0400,44196397,elonmusk,Elon Musk,,@lexfridman Yup,und,[],[],[],393,261,7398,[],[],https://twitter.com/elonmusk/status/1385596061922779140,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1385530714662133763,1385530714662133763,2021-04-23 13:47:18 Arabian Standard Time,2021-04-23,13:47:18,+0400,44196397,elonmusk,Elon Musk,,2 mins to launch,en,[],[],[],5702,6430,85358,[],[],https://twitter.com/elonmusk/status/1385530714662133763,False,https://twitter.com/SpaceX/status/1385466142366461959,0,,,,,,,,[],,,, +1385507154531074048,1385507154531074048,2021-04-23 12:13:41 Arabian Standard Time,2021-04-23,12:13:41,+0400,44196397,elonmusk,Elon Musk,,Astronauts preparing to launch to @Space_Station,en,"[{'screen_name': 'space_station', 'name': 'international space station', 'id': '1451773004'}]",[],[],4117,6407,79278,[],[],https://twitter.com/elonmusk/status/1385507154531074048,False,https://twitter.com/NASA/status/1385496182017953794,0,,,,,,,,[],,,, +1385365390465937413,1385364751409090563,2021-04-23 02:50:22 Arabian Standard Time,2021-04-23,02:50:22,+0400,44196397,elonmusk,Elon Musk,,@JiriThunderDome Yeah,en,[],[],[],299,93,3170,[],[],https://twitter.com/elonmusk/status/1385365390465937413,False,,0,,,,,,,,[],,,, +1385359141053546496,1385338345694318598,2021-04-23 02:25:32 Arabian Standard Time,2021-04-23,02:25:32,+0400,44196397,elonmusk,Elon Musk,,@ICannot_Enough Haha true,tl,[],[],[],161,116,3033,[],[],https://twitter.com/elonmusk/status/1385359141053546496,False,,0,,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}]",,,, +1385337043618836480,1385337043618836480,2021-04-23 00:57:44 Arabian Standard Time,2021-04-23,00:57:44,+0400,44196397,elonmusk,Elon Musk,,🌍🌎🌏 Happy Earth Day 🌍🌎🌏,en,[],[],[],15526,34173,420856,[],[],https://twitter.com/elonmusk/status/1385337043618836480,False,,0,,,,,,,,[],,,, +1385335728801001472,1385319917881204737,2021-04-23 00:52:30 Arabian Standard Time,2021-04-23,00:52:30,+0400,44196397,elonmusk,Elon Musk,,@hnshah Haha,tl,[],[],[],336,209,10508,[],[],https://twitter.com/elonmusk/status/1385335728801001472,False,,0,,,,,,,,"[{'screen_name': 'hnshah', 'name': 'hiten.eth', 'id': '3382'}]",,,, +1385335321370431488,1385284541678501894,2021-04-23 00:50:53 Arabian Standard Time,2021-04-23,00:50:53,+0400,44196397,elonmusk,Elon Musk,,@jhall 🤣🤣,und,[],[],[],107,74,1716,[],[],https://twitter.com/elonmusk/status/1385335321370431488,False,,0,,,,,,,,"[{'screen_name': 'jhall', 'name': 'Jim Hall 🤖 🚀✨', 'id': '778623'}]",,,, +1385327759665270788,1385108424761872387,2021-04-23 00:20:50 Arabian Standard Time,2021-04-23,00:20:50,+0400,44196397,elonmusk,Elon Musk,,"@AstroJordy I’m staying at a friend’s place in Florida that is 85% powered by Tesla Solar Roof + Powerwall. When grid power goes down, air-conditioning automatically turns off in some of the house. Computers & lights don’t even flicker. Owner says he doesn’t notice.",en,[],[],[],303,258,3502,[],[],https://twitter.com/elonmusk/status/1385327759665270788,False,,0,,,,,,,,"[{'screen_name': 'AstroJordy', 'name': 'jordan🇺🇦', 'id': '1142527715670519808'}]",,,, +1385209666909659140,1385191041305911301,2021-04-22 16:31:35 Arabian Standard Time,2021-04-22,16:31:35,+0400,44196397,elonmusk,Elon Musk,,@28delayslater Does seem a little weird,en,[],[],[],923,620,11285,[],[],https://twitter.com/elonmusk/status/1385209666909659140,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1385112605014908933,1385110485826105346,2021-04-22 10:05:53 Arabian Standard Time,2021-04-22,10:05:53,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ @AstroJordy @neuralink 🤣,und,[],[],[],203,83,2302,[],[],https://twitter.com/elonmusk/status/1385112605014908933,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'AstroJordy', 'name': 'jordan🇺🇦', 'id': '1142527715670519808'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1385111636810240002,1384989040953413639,2021-04-22 10:02:03 Arabian Standard Time,2021-04-22,10:02:03,+0400,44196397,elonmusk,Elon Musk,,"@JohnnaCrider1 @WholeMarsBlog If Tesla owners are “conspiracy theorists”, then it would be fair to call them “advertising salespeople masquerading as truthtellers”. If that’s an unfair criticism, a simple rebuttal would be to show their articles per fatality for all automakers. Tesla is ~0.02% of deaths …",en,[],[],[],210,385,3553,[],[],https://twitter.com/elonmusk/status/1385111636810240002,False,,0,,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1385108424761872387,1385108424761872387,2021-04-22 09:49:17 Arabian Standard Time,2021-04-22,09:49:17,+0400,44196397,elonmusk,Elon Musk,,Tesla Solar + Powerwall battery enables consumers to be their own utility,en,[],[],[],9949,10785,168064,[],[],https://twitter.com/elonmusk/status/1385108424761872387,False,,0,,,,,,,,[],,,, +1385107878055317509,1384903902907314176,2021-04-22 09:47:06 Arabian Standard Time,2021-04-22,09:47:06,+0400,44196397,elonmusk,Elon Musk,,@jack True,en,[],[],[],967,1425,12441,[],[],https://twitter.com/elonmusk/status/1385107878055317509,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1385106006141587459,1385042598692147204,2021-04-22 09:39:40 Arabian Standard Time,2021-04-22,09:39:40,+0400,44196397,elonmusk,Elon Musk,,"@ValaAfshar Very important. Most people don’t know this. Wind is also super cheap, especially when paired with batteries.",en,[],[],[],283,537,5867,[],[],https://twitter.com/elonmusk/status/1385106006141587459,False,,0,,,,,,,,"[{'screen_name': 'ValaAfshar', 'name': 'Vala Afshar', 'id': '259725229'}]",,,, +1385105599608672257,1385042598692147204,2021-04-22 09:38:03 Arabian Standard Time,2021-04-22,09:38:03,+0400,44196397,elonmusk,Elon Musk,,"@annerajb Newest units can probably do as much as 10kW continuous & double that in peak power at 30C ambient temp. In house power vernacular, this translates to ~80LRA (soft start of 3.5 ton HVAC). Two Powerwalls would double this, three would triple, etc.",en,[],[],[],53,93,1544,[],[],https://twitter.com/elonmusk/status/1385105599608672257,False,,0,,,,,,,,"[{'screen_name': 'annerajb', 'name': 'Anner J. Bonilla 🇵🇷🛩️🔋🔧', 'id': '23771947'}]",,,, +1385099771220688906,1385042598692147204,2021-04-22 09:14:54 Arabian Standard Time,2021-04-22,09:14:54,+0400,44196397,elonmusk,Elon Musk,,"Powerwall 2 peak & steady power capability is better than advertised. Now that we have lots of operational data, Tesla can unlock higher capabilities for free via software update next month. Depending on production date, power increase power may be >50% at 30C ambient temp.",en,[],[],[],1347,1207,27441,[],[],https://twitter.com/elonmusk/status/1385099771220688906,False,,0,,,,,,,,[],,,, +1385048499415183360,1385042598692147204,2021-04-22 05:51:09 Arabian Standard Time,2021-04-22,05:51:09,+0400,44196397,elonmusk,Elon Musk,,"Solar power will feed exclusively to Powerwall. Powerwall will interface only between utility meter & house main breaker panel, enabling super simple install & seamless whole house backup during utility dropouts.",en,[],[],[],2220,2486,54839,[],[],https://twitter.com/elonmusk/status/1385048499415183360,False,,0,,,,,,,,[],,,, +1385042598692147204,1385042598692147204,2021-04-22 05:27:43 Arabian Standard Time,2021-04-22,05:27:43,+0400,44196397,elonmusk,Elon Musk,,"Starting next week, Tesla Solar Panels & Solar Roof will only be sold as an integrated product *with* Tesla Powerwall battery",en,[],[],[],7257,7759,122334,[],[],https://twitter.com/elonmusk/status/1385042598692147204,False,,0,,,,,,,,[],,,, +1385011236270526464,1385009333725917184,2021-04-22 03:23:05 Arabian Standard Time,2021-04-22,03:23:05,+0400,44196397,elonmusk,Elon Musk,,"@wintonARK Did you buy a Powerwall? Utility permission is required for flowing electricity back to grid, but usually not if stored in our battery. This also enables 24/7 electricity security for your home. Utility permission is still needed for when Powerwall is full & can stabilize grid.",en,[],[],[],298,234,5324,[],[],https://twitter.com/elonmusk/status/1385011236270526464,False,,0,,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1384892295137333252,1384256713683992586,2021-04-21 19:30:27 Arabian Standard Time,2021-04-21,19:30:27,+0400,44196397,elonmusk,Elon Musk,,@TeslaNY Sandy Munro knows what he’s talking about,en,[],[],[],686,699,16372,[],[],https://twitter.com/elonmusk/status/1384892295137333252,False,,0,,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}]",,,, +1384718706014441475,1384692595033395204,2021-04-21 08:00:41 Arabian Standard Time,2021-04-21,08:00:41,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV cgi irl!,tl,[],[],[],669,398,10451,[],[],https://twitter.com/elonmusk/status/1384718706014441475,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1384716322756386819,1384548404575887360,2021-04-21 07:51:12 Arabian Standard Time,2021-04-21,07:51:12,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @Tesla @SpaceX I could get a job, just not at an Internet company (weren’t many back then)",en,[],[],[],1485,2479,88222,[],[],https://twitter.com/elonmusk/status/1384716322756386819,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1384590783504818178,1384582642868228102,2021-04-20 23:32:21 Arabian Standard Time,2021-04-20,23:32:21,+0400,44196397,elonmusk,Elon Musk,,@Liv_Boeree @TheBabylonBee Haha true,tl,[],[],[],445,155,3049,[],[],https://twitter.com/elonmusk/status/1384590783504818178,False,,0,,,,,,,,"[{'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}, {'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1384589753236922374,1384532645980291073,2021-04-20 23:28:16 Arabian Standard Time,2021-04-20,23:28:16,+0400,44196397,elonmusk,Elon Musk,,@JohnnaCrider1 !!,und,[],[],[],436,326,9946,[],[],https://twitter.com/elonmusk/status/1384589753236922374,False,,0,,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}]",,,, +1384589614447423493,1384579683468128260,2021-04-20 23:27:43 Arabian Standard Time,2021-04-20,23:27:43,+0400,44196397,elonmusk,Elon Musk,,@kimpaquette New FSD rendering approach coming that better represents NN probability vector space,en,[],[],[],294,340,7899,[],[],https://twitter.com/elonmusk/status/1384589614447423493,False,,0,,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄 🦊 🇺🇦 ☮️ 🕊', 'id': '258602317'}]",,,, +1384580105649885188,1384301705857101829,2021-04-20 22:49:56 Arabian Standard Time,2021-04-20,22:49:56,+0400,44196397,elonmusk,Elon Musk,,@kimpaquette NHTSA is great,et,[],[],[],351,313,7832,[],[],https://twitter.com/elonmusk/status/1384580105649885188,False,,0,,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄 🦊 🇺🇦 ☮️ 🕊', 'id': '258602317'}]",,,, +1384579374607831042,1384497182825349125,2021-04-20 22:47:01 Arabian Standard Time,2021-04-20,22:47:01,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @GerberKawasaki Hell of a coincidence haha,en,[],[],[],440,734,7768,[],[],https://twitter.com/elonmusk/status/1384579374607831042,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🦊🐢🦔', 'id': '372959979'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1384576909724459009,1384497182825349125,2021-04-20 22:37:14 Arabian Standard Time,2021-04-20,22:37:14,+0400,44196397,elonmusk,Elon Musk,,@GerberKawasaki 🤣,und,[],[],[],1169,2692,31805,[],[],https://twitter.com/elonmusk/status/1384576909724459009,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1384346182399401991,1384277200187187202,2021-04-20 07:20:24 Arabian Standard Time,2021-04-20,07:20:24,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Exactly,en,[],[],[],543,460,8243,[],[],https://twitter.com/elonmusk/status/1384346182399401991,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1384345960495468548,1384108519390027779,2021-04-20 07:19:31 Arabian Standard Time,2021-04-20,07:19:31,+0400,44196397,elonmusk,Elon Musk,,@NASA Awesome!,en,[],[],[],1755,2001,61313,[],[],https://twitter.com/elonmusk/status/1384345960495468548,False,,0,,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1384254194975010826,1383835010021556227,2021-04-20 01:14:52 Arabian Standard Time,2021-04-20,01:14:52,+0400,44196397,elonmusk,Elon Musk,,"@Amart15416132 @WSJ Your research as a private individual is better than professionals @WSJ! Data logs recovered so far show Autopilot was not enabled & this car did not purchase FSD. Moreover, standard Autopilot would require lane lines to turn on, which this street did not have.",en,"[{'screen_name': 'wsj', 'name': 'the wall street journal', 'id': '3108351'}]",[],[],1260,3298,20677,[],[],https://twitter.com/elonmusk/status/1384254194975010826,False,,0,,,,,,,,"[{'screen_name': 'Amart15416132', 'name': 'Adalhat', 'id': '1371055576428449795'}, {'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +1383966077344894979,1383925871480688647,2021-04-19 06:10:00 Arabian Standard Time,2021-04-19,06:10:00,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @SpaceX @NASA @considercosmos Support for humanity’s future in space is super appreciated. Let’s make the sci-fi future we want real!,en,[],[],[],978,1361,17726,[],[],https://twitter.com/elonmusk/status/1383966077344894979,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}, {'screen_name': 'considercosmos', 'name': 'Cosmic Perspective', 'id': '1050516235178237952'}]",,,, +1383888245902118918,1383846223858135040,2021-04-19 01:00:43 Arabian Standard Time,2021-04-19,01:00:43,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy 🤣🤣,und,[],[],[],474,246,7039,[],[],https://twitter.com/elonmusk/status/1383888245902118918,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1383552252871200770,1383548495500484619,2021-04-18 02:45:36 Arabian Standard Time,2021-04-18,02:45:36,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Passive Autopilot (sometimes called active safety) comes standard on all Teslas,en,[],[],[],245,278,4360,[],[],https://twitter.com/elonmusk/status/1383552252871200770,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1383550753956982787,1383548495500484619,2021-04-18 02:39:39 Arabian Standard Time,2021-04-18,02:39:39,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Essentially, passive Autopilot (car intervenes only when crash probability is high) cuts crashes in half. Active Autopilot (car is driving itself) cuts crashes in half again. Doesn’t mean there are no crashes, but, on balance, Autopilot is unequivocally safer.",en,[],[],[],188,289,2789,[],[],https://twitter.com/elonmusk/status/1383550753956982787,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1383548841438236674,1383548841438236674,2021-04-18 02:32:03 Arabian Standard Time,2021-04-18,02:32:03,+0400,44196397,elonmusk,Elon Musk,,Tesla with Autopilot engaged now approaching 10 times lower chance of accident than average vehicle,en,[],[],[],10992,17448,156036,[],[],https://twitter.com/elonmusk/status/1383548841438236674,False,https://twitter.com/Model3Owners/status/1383545728488808453,0,,,,,,,,[],,,, +1383295895043600384,1383295895043600384,2021-04-17 09:46:56 Arabian Standard Time,2021-04-17,09:46:56,+0400,44196397,elonmusk,Elon Musk,,Dragon spacecraft & Falcon 9 rocket https://t.co/A6fsNlsN9z,en,[],[],['https://pbs.twimg.com/media/EzJ0Qs2VIAM8g6e.jpg'],9354,14929,214443,[],[],https://twitter.com/elonmusk/status/1383295895043600384,False,,1,https://pbs.twimg.com/media/EzJ0Qs2VIAM8g6e.jpg,,,,,,,[],,,, +1383281856984936450,1383280704042127363,2021-04-17 08:51:09 Arabian Standard Time,2021-04-17,08:51:09,+0400,44196397,elonmusk,Elon Musk,,@WhatsupFranks Great progress by Tesla team,en,[],[],[],242,281,8234,[],[],https://twitter.com/elonmusk/status/1383281856984936450,False,,0,,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'Franks&Beans', 'id': '724771370131824641'}]",,,, +1383280704042127363,1383280704042127363,2021-04-17 08:46:34 Arabian Standard Time,2021-04-17,08:46:34,+0400,44196397,elonmusk,Elon Musk,,"If we make life multiplanetary, there may come a day when some plants & animals die out on Earth, but are still alive on Mars",en,[],[],[],14486,17575,224910,[],[],https://twitter.com/elonmusk/status/1383280704042127363,False,,0,,,,,,,,[],,,, +1383273199211667457,1383186564772077571,2021-04-17 08:16:45 Arabian Standard Time,2021-04-17,08:16:45,+0400,44196397,elonmusk,Elon Musk,,@neuralink @shivon Great review! Neuralink is open to working with neuroscientists to advance the field. Short-term goal is addressing brain & spine problems. Ultimate goal is symbiosis of human & machine intelligence.,en,[],[],[],461,879,10505,[],[],https://twitter.com/elonmusk/status/1383273199211667457,False,,0,,,,,,,,"[{'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}, {'screen_name': 'shivon', 'name': 'Shivon Zilis', 'id': '446719282'}]",,,, +1383233200885882885,1383233200885882885,2021-04-17 05:37:48 Arabian Standard Time,2021-04-17,05:37:48,+0400,44196397,elonmusk,Elon Musk,,Everything to the moon!,en,[],[],[],31456,61996,540349,[],[],https://twitter.com/elonmusk/status/1383233200885882885,False,,0,,,,,,,,[],,,, +1383182615411232770,1383177151541743621,2021-04-17 02:16:48 Arabian Standard Time,2021-04-17,02:16:48,+0400,44196397,elonmusk,Elon Musk,,We are honored to be part of the @NASAArtemis team,en,"[{'screen_name': 'nasaartemis', 'name': 'nasa artemis', 'id': '632344577'}]",[],[],2303,3149,71987,[],[],https://twitter.com/elonmusk/status/1383182615411232770,False,,0,,,,,,,,[],,,, +1383177151541743621,1383177151541743621,2021-04-17 01:55:05 Arabian Standard Time,2021-04-17,01:55:05,+0400,44196397,elonmusk,Elon Musk,,🚀🖤💫 NASA Rules!! 💫🖤🚀,tl,[],[],[],6788,16220,178686,[],[],https://twitter.com/elonmusk/status/1383177151541743621,False,https://twitter.com/SpaceX/status/1383160370248896512,0,,,,,,,,[],,,, +1383103246470811652,1284291528328790016,2021-04-16 21:01:25 Arabian Standard Time,2021-04-16,21:01:25,+0400,44196397,elonmusk,Elon Musk,,👀,und,[],[],[],13211,25070,249750,[],[],https://twitter.com/elonmusk/status/1383103246470811652,False,,0,,,,,,,,[],,,, +1382879908645392384,1382879908645392384,2021-04-16 06:13:57 Arabian Standard Time,2021-04-16,06:13:57,+0400,44196397,elonmusk,Elon Musk,,🎸🎸 Austin Rocks!! 🎸 🎸,en,[],[],[],9626,8888,157726,[],[],https://twitter.com/elonmusk/status/1382879908645392384,False,,0,,,,,,,,[],,,, +1382876456401833989,1382871347341168644,2021-04-16 06:00:14 Arabian Standard Time,2021-04-16,06:00:14,+0400,44196397,elonmusk,Elon Musk,,@Model3Owners Same with Berlin,en,[],[],[],202,173,3989,[],[],https://twitter.com/elonmusk/status/1382876456401833989,False,,0,,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1382876290663927808,1382871347341168644,2021-04-16 05:59:34 Arabian Standard Time,2021-04-16,05:59:34,+0400,44196397,elonmusk,Elon Musk,,"@Model3Owners Limited production of Model Y this year, high volume next year",en,[],[],[],228,218,4571,[],[],https://twitter.com/elonmusk/status/1382876290663927808,False,,0,,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1382874560433778695,1382871347341168644,2021-04-16 05:52:42 Arabian Standard Time,2021-04-16,05:52:42,+0400,44196397,elonmusk,Elon Musk,,"@Model3Owners I was just there, driving Cybertruck around the site where it will be built!",en,[],[],[],744,755,16576,[],[],https://twitter.com/elonmusk/status/1382874560433778695,False,,0,,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1382858937792307202,1382858937792307202,2021-04-16 04:50:37 Arabian Standard Time,2021-04-16,04:50:37,+0400,44196397,elonmusk,Elon Musk,,Make life multiplanetary! #Mars,en,[],[],[],14027,27543,311792,['mars'],[],https://twitter.com/elonmusk/status/1382858937792307202,False,,0,,,,,,,,[],,,, +1382842277719003136,1382748455341322242,2021-04-16 03:44:25 Arabian Standard Time,2021-04-16,03:44:25,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @thesheetztweetz Yeah, should be fully mobile later this year, so you can move it anywhere or use it on an RV or truck in motion. We need a few more satellite launches to achieve compete coverage & some key software upgrades.",en,[],[],[],486,549,8191,[],[],https://twitter.com/elonmusk/status/1382842277719003136,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1382839546484641794,1382748455341322242,2021-04-16 03:33:34 Arabian Standard Time,2021-04-16,03:33:34,+0400,44196397,elonmusk,Elon Musk,,"@thesheetztweetz This is accurate. Service uptime, bandwidth & latency are improving rapidly. Probably out of beta this summer.",en,[],[],[],390,346,8050,[],[],https://twitter.com/elonmusk/status/1382839546484641794,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1382803612829581317,1382369145820303366,2021-04-16 01:10:47 Arabian Standard Time,2021-04-16,01:10:47,+0400,44196397,elonmusk,Elon Musk,,@sadiaslayy @DogecoinBets 😮,und,[],[],[],1183,3320,39015,[],[],https://twitter.com/elonmusk/status/1382803612829581317,False,,0,,,,,,,,"[{'screen_name': 'sadiaslayy', 'name': 'Sadia 🚀', 'id': '1267327388796387328'}, {'screen_name': 'DogecoinBets', 'name': 'DogecoinBets', 'id': '1354869182765150210'}]",,,, +1382724076330917893,1382710877292351499,2021-04-15 19:54:44 Arabian Standard Time,2021-04-15,19:54:44,+0400,44196397,elonmusk,Elon Musk,,@lexfridman One of many reasons that we need to make life multiplanetary!,en,[],[],[],1907,2403,47279,[],[],https://twitter.com/elonmusk/status/1382724076330917893,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1382582177943015431,1382350413559590912,2021-04-15 10:30:53 Arabian Standard Time,2021-04-15,10:30:53,+0400,44196397,elonmusk,Elon Musk,,@austinbarnard45 Aiming to launch next week,en,[],[],[],455,713,12301,[],[],https://twitter.com/elonmusk/status/1382582177943015431,False,,0,,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +1382553963166326785,1382452890468421632,2021-04-15 08:38:46 Arabian Standard Time,2021-04-15,08:38:46,+0400,44196397,elonmusk,Elon Musk,,@billhuang688 @RationalEtienne @F9Block5 Certainly one of the largest. A company whose name rhymes with Shmoogle is pretty far ahead. But I think we’re the leader in shallow-minded AI haha!,en,[],[],[],256,295,5098,[],[],https://twitter.com/elonmusk/status/1382553963166326785,False,,0,,,,,,,,"[{'screen_name': 'billhuang688', 'name': '𝐁𝐨𝐠𝐮𝐬𝐓𝐡𝐨𝐮𝐠𝐡𝐭 - TITS, Texas', 'id': '1266489338675646464'}, {'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'F9Block5', 'name': 'Matt', 'id': '1280177490539970560'}]",,,, +1382552587099062272,1382552587099062272,2021-04-15 08:33:18 Arabian Standard Time,2021-04-15,08:33:18,+0400,44196397,elonmusk,Elon Musk,,Doge Barking at the Moon https://t.co/QFB81D7zOL,en,[],[],['https://pbs.twimg.com/media/Ey_QPDlWQAIFuJy.jpg'],21818,47685,323677,[],[],https://twitter.com/elonmusk/status/1382552587099062272,False,,1,https://pbs.twimg.com/media/Ey_QPDlWQAIFuJy.jpg,,,,,,,[],,,, +1382551451185131522,1382539825421582339,2021-04-15 08:28:47 Arabian Standard Time,2021-04-15,08:28:47,+0400,44196397,elonmusk,Elon Musk,,@WSBChairman Doge Barking at the Moon – Miro https://t.co/1vTM2XOusy,en,[],[],['https://pbs.twimg.com/media/Ey_PM90XAAEicH7.jpg'],846,2529,20872,[],[],https://twitter.com/elonmusk/status/1382551451185131522,False,,1,https://pbs.twimg.com/media/Ey_PM90XAAEicH7.jpg,,,,,,,"[{'screen_name': 'WSBChairman', 'name': 'The Chairman', 'id': '868578294916145152'}]",,,, +1382549229726498821,1382452890468421632,2021-04-15 08:19:57 Arabian Standard Time,2021-04-15,08:19:57,+0400,44196397,elonmusk,Elon Musk,,"@RationalEtienne @F9Block5 While perhaps obvious in hindsight, it turns out that the only way to solve self-driving is to solve a big part of real-world AI. That is what Tesla is doing, both in hardware & software. Unless a company is good at AI with tight compute, it’s hopeless. This is insanely hard.",en,[],[],[],237,345,3050,[],[],https://twitter.com/elonmusk/status/1382549229726498821,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'F9Block5', 'name': 'Matt', 'id': '1280177490539970560'}]",,,, +1382540937700671488,1382539825421582339,2021-04-15 07:47:00 Arabian Standard Time,2021-04-15,07:47:00,+0400,44196397,elonmusk,Elon Musk,,Le Petit Prince,fr,[],[],[],2606,3739,87860,[],[],https://twitter.com/elonmusk/status/1382540937700671488,False,,0,,,,,,,,[],,,, +1382539825421582339,1382539825421582339,2021-04-15 07:42:35 Arabian Standard Time,2021-04-15,07:42:35,+0400,44196397,elonmusk,Elon Musk,,☾ 🔭𖨆♡,und,[],[],[],10351,37474,316238,[],[],https://twitter.com/elonmusk/status/1382539825421582339,False,,0,,,,,,,,[],,,, +1382480900257058818,1382290167348727809,2021-04-15 03:48:26 Arabian Standard Time,2021-04-15,03:48:26,+0400,44196397,elonmusk,Elon Musk,,@SpaceXMR Soon it will be real,en,[],[],[],323,409,13188,[],[],https://twitter.com/elonmusk/status/1382480900257058818,False,,0,,,,,,,,"[{'screen_name': 'SpaceXMR', 'name': 'r/SpaceXMasterrace', 'id': '1004697063974633472'}]",,,, +1382476365727887361,1382096113860239365,2021-04-15 03:30:25 Arabian Standard Time,2021-04-15,03:30:25,+0400,44196397,elonmusk,Elon Musk,,"@janixos @ErcXspace @SpaceX Actually, yes. And Red Rocket truck stop.",en,[],[],[],93,69,1958,[],[],https://twitter.com/elonmusk/status/1382476365727887361,False,,0,,,,,,,,"[{'screen_name': 'janixos', 'name': 'Janixos', 'id': '1074106516893065217'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1382474118050639879,1382459653863378944,2021-04-15 03:21:29 Arabian Standard Time,2021-04-15,03:21:29,+0400,44196397,elonmusk,Elon Musk,,@andyweedman @karpathy @DirtyTesla Stop … In the Name of Love! https://t.co/kBsTi5jz16,en,[],['https://m.youtube.com/watch?v=NPBkiBbO4_4'],[],150,128,4289,[],[],https://twitter.com/elonmusk/status/1382474118050639879,False,,0,,,,,,,,"[{'screen_name': 'andyweedman', 'name': 'Andy Weedman', 'id': '15792411'}, {'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}, {'screen_name': 'DirtyTesla', 'name': 'Dirty Tesla', 'id': '1118594454515003393'}]",,,, +1382467430614667265,1382452890468421632,2021-04-15 02:54:55 Arabian Standard Time,2021-04-15,02:54:55,+0400,44196397,elonmusk,Elon Musk,,@AustinTeslaClub @TslaCC @teslaquadcities @teslaownersvn @SjvTesla @TeslaOwnersEBay @CodingMark @billhuang688 @gailalfa1 @Tesla 🥰,und,[],[],[],163,251,4169,[],[],https://twitter.com/elonmusk/status/1382467430614667265,False,,0,,,,,,,,"[{'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}, {'screen_name': 'TslaCC', 'name': 'Tesla Owners Central Coast', 'id': '1370195644095205379'}, {'screen_name': 'teslaquadcities', 'name': 'Tesla Owners Quad Cities', 'id': '1113245983390011393'}, {'screen_name': 'teslaownersvn', 'name': 'Tesla Owners Vietnam', 'id': '1311892133641478145'}, {'screen_name': 'SjvTesla', 'name': '2yr Anniversary Of San Joaquin Valley', 'id': '1214691289137995777'}, {'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club |Fremont| 🇺🇦🕊🦊', 'id': '1175164547746844672'}, {'screen_name': 'CodingMark', 'name': 'Mark💙💛🦊', 'id': '952755407788826624'}, {'screen_name': 'billhuang688', 'name': '𝐁𝐨𝐠𝐮𝐬𝐓𝐡𝐨𝐮𝐠𝐡𝐭 - TITS, Texas', 'id': '1266489338675646464'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1382462502831738887,1382461217520902145,2021-04-15 02:35:20 Arabian Standard Time,2021-04-15,02:35:20,+0400,44196397,elonmusk,Elon Musk,,@Teslarati I found some footage of the drive https://t.co/TXeLQO9Spr,en,[],['https://m.youtube.com/watch?v=n1lbpj6868o'],[],765,597,9163,[],[],https://twitter.com/elonmusk/status/1382462502831738887,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1382461904128339968,1382452890468421632,2021-04-15 02:32:57 Arabian Standard Time,2021-04-15,02:32:57,+0400,44196397,elonmusk,Elon Musk,,@AstroJordy @dogeofficialceo @F9Block5 Insanely cute!,en,[],[],[],130,165,2482,[],[],https://twitter.com/elonmusk/status/1382461904128339968,False,,0,,,,,,,,"[{'screen_name': 'AstroJordy', 'name': 'jordan🇺🇦', 'id': '1142527715670519808'}, {'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin 🇺🇦 🦊', 'id': '1355945100216573952'}, {'screen_name': 'F9Block5', 'name': 'Matt', 'id': '1280177490539970560'}]",,,, +1382460531550785541,1382459322701996032,2021-04-15 02:27:30 Arabian Standard Time,2021-04-15,02:27:30,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Button timing of May is aspirational. Depends on how well limited beta of V9.0 goes, but I would be surprised if wide beta (aka button) is later than June. FSD subscription next month is a sure thing.",en,[],[],[],323,264,2877,[],[],https://twitter.com/elonmusk/status/1382460531550785541,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1382459271774834690,1382452890468421632,2021-04-15 02:22:29 Arabian Standard Time,2021-04-15,02:22:29,+0400,44196397,elonmusk,Elon Musk,,@cliffski @F9Block5 Hopefully addressed this summer,en,[],[],[],86,77,2015,[],[],https://twitter.com/elonmusk/status/1382459271774834690,False,,0,,,,,,,,"[{'screen_name': 'cliffski', 'name': 'cliffski', 'id': '15218212'}, {'screen_name': 'F9Block5', 'name': 'Matt', 'id': '1280177490539970560'}]",,,, +1382458594352713728,1382452890468421632,2021-04-15 02:19:48 Arabian Standard Time,2021-04-15,02:19:48,+0400,44196397,elonmusk,Elon Musk,,@dogeofficialceo @F9Block5 🤣🤣,und,[],[],[],99,245,1656,[],[],https://twitter.com/elonmusk/status/1382458594352713728,False,,0,,,,,,,,"[{'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin 🇺🇦 🦊', 'id': '1355945100216573952'}, {'screen_name': 'F9Block5', 'name': 'Matt', 'id': '1280177490539970560'}]",,,, +1382458463624724480,1382452890468421632,2021-04-15 02:19:17 Arabian Standard Time,2021-04-15,02:19:17,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 @F9Block5 Same timing,en,[],[],[],104,72,1686,[],[],https://twitter.com/elonmusk/status/1382458463624724480,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'F9Block5', 'name': 'Matt', 'id': '1280177490539970560'}]",,,, +1382458022367162370,1382452890468421632,2021-04-15 02:17:32 Arabian Standard Time,2021-04-15,02:17:32,+0400,44196397,elonmusk,Elon Musk,,@F9Block5 Major improvements are being made to the vision stack every week. Beta button hopefully next month. This is a “march of 9’s” trying to get probability of no injury above 99.999999% of miles for city driving. Production Autopilot is already above that for highway driving.,en,[],[],[],275,410,4856,[],[],https://twitter.com/elonmusk/status/1382458022367162370,False,,0,,,,,,,,"[{'screen_name': 'F9Block5', 'name': 'Matt', 'id': '1280177490539970560'}]",,,, +1382454243810963460,1382452890468421632,2021-04-15 02:02:31 Arabian Standard Time,2021-04-15,02:02:31,+0400,44196397,elonmusk,Elon Musk,,@jrosinski97 Will investigate,en,[],[],[],123,68,2354,[],[],https://twitter.com/elonmusk/status/1382454243810963460,False,,0,,,,,,,,"[{'screen_name': 'jrosinski97', 'name': '🔥TΞSLA Jason🔥', 'id': '373778231'}]",,,, +1382453719585808384,1382452890468421632,2021-04-15 02:00:26 Arabian Standard Time,2021-04-15,02:00:26,+0400,44196397,elonmusk,Elon Musk,,@melaniemadri Probably late July,en,[],[],[],267,296,6128,[],[],https://twitter.com/elonmusk/status/1382453719585808384,False,,0,,,,,,,,"[{'screen_name': 'melaniemadri', 'name': 'Melanie♻️🇺🇦', 'id': '1165695391830028288'}]",,,, +1382452890468421632,1382452890468421632,2021-04-15 01:57:08 Arabian Standard Time,2021-04-15,01:57:08,+0400,44196397,elonmusk,Elon Musk,,Tesla AI/Autopilot engineering is awesome! Making excellent progress solving real-world AI.,en,[],[],[],5373,6652,126855,[],[],https://twitter.com/elonmusk/status/1382452890468421632,False,,0,,,,,,,,[],,,, +1382363126117539847,1382096113860239365,2021-04-14 20:00:26 Arabian Standard Time,2021-04-14,20:00:26,+0400,44196397,elonmusk,Elon Musk,,@ErcXspace @SpaceX 69th Raptor engine coming soon,en,[],[],[],1281,1058,33236,[],[],https://twitter.com/elonmusk/status/1382363126117539847,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1382362117211189253,1382358534789103617,2021-04-14 19:56:26 Arabian Standard Time,2021-04-14,19:56:26,+0400,44196397,elonmusk,Elon Musk,,@ashleevance Maybe it’s about how you use it,en,[],[],[],637,436,13741,[],[],https://twitter.com/elonmusk/status/1382362117211189253,False,,0,,,,,,,,"[{'screen_name': 'ashleevance', 'name': 'Ashlee Vance', 'id': '81961201'}]",,,, +1382268009851457537,1380904905376899075,2021-04-14 13:42:29 Arabian Standard Time,2021-04-14,13:42:29,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SwiftOnSecurity Getting there,en,[],[],[],329,239,5563,[],[],https://twitter.com/elonmusk/status/1382268009851457537,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SwiftOnSecurity', 'name': 'NotPettinYa 🙅\u200d♀️😾', 'id': '2436389418'}]",,,, +1382257741540954114,1382189497694121990,2021-04-14 13:01:41 Arabian Standard Time,2021-04-14,13:01:41,+0400,44196397,elonmusk,Elon Musk,,"@AstroJordy @PPathole @SpaceX @Tesla That version of Falcon 1 never flew, so must be ~2004. The CAD looks so simple! I think we were still using SolidWorks back then.",en,[],[],[],230,135,3422,[],[],https://twitter.com/elonmusk/status/1382257741540954114,False,,0,,,,,,,,"[{'screen_name': 'AstroJordy', 'name': 'jordan🇺🇦', 'id': '1142527715670519808'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1382255613665701894,1382189497694121990,2021-04-14 12:53:14 Arabian Standard Time,2021-04-14,12:53:14,+0400,44196397,elonmusk,Elon Musk,,"@eugenelee3 @PPathole @SpaceX @Tesla Yeah, not scalable. My grad student idea was to try to use advanced chip making equipment to create high energy density capacitors accurate to molecular level.",en,[],[],[],135,97,2322,[],[],https://twitter.com/elonmusk/status/1382255613665701894,False,,0,,,,,,,,"[{'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1382239892445401089,1382189497694121990,2021-04-14 11:50:45 Arabian Standard Time,2021-04-14,11:50:45,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX @Tesla That was my night job. Day job was working on ruthenium-tantalum ultracapacitors at Pinnacle Research.,en,[],[],[],255,241,4981,[],[],https://twitter.com/elonmusk/status/1382239892445401089,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1382239304097824768,1382189497694121990,2021-04-14 11:48:25 Arabian Standard Time,2021-04-14,11:48:25,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @SpaceX @Tesla True. Ancient times … Had to flip CPU registers explicitly, as computer was so slow.",en,[],[],[],562,1052,44580,[],[],https://twitter.com/elonmusk/status/1382239304097824768,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1382131928619495429,1382046129450258434,2021-04-14 04:41:45 Arabian Standard Time,2021-04-14,04:41:45,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @Tesla Absolutely,en,[],[],[],335,184,5857,[],[],https://twitter.com/elonmusk/status/1382131928619495429,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1382052264802721792,1382046129450258434,2021-04-13 23:25:11 Arabian Standard Time,2021-04-13,23:25:11,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @Tesla Tesla is building up collision repair capability to help address the grief that you went through, but usually insurance companies make you go their “approved” collision repair partners. Tesla Insurance will make it smooth sailing.",en,[],[],[],1221,1076,25865,[],[],https://twitter.com/elonmusk/status/1382052264802721792,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1381273474400800773,1381002894032347138,2021-04-11 19:50:33 Arabian Standard Time,2021-04-11,19:50:33,+0400,44196397,elonmusk,Elon Musk,,@vincent13031925 For now. Costs are decreasing rapidly.,en,[],[],[],757,466,17521,[],[],https://twitter.com/elonmusk/status/1381273474400800773,False,,0,,,,,,,,"[{'screen_name': 'vincent13031925', 'name': '🕊🇺🇦 vincentyu.eth ᵐᶠᵉʳ', 'id': '1689516060'}]",,,, +1381273076709478403,1372444955050971142,2021-04-11 19:48:58 Arabian Standard Time,2021-04-11,19:48:58,+0400,44196397,elonmusk,Elon Musk,,Love this beautiful shot,en,[],[],[],3713,1997,91291,[],[],https://twitter.com/elonmusk/status/1381273076709478403,False,,0,,,,,,,,[],,,, +1381258144916008964,1381230136918433792,2021-04-11 18:49:38 Arabian Standard Time,2021-04-11,18:49:38,+0400,44196397,elonmusk,Elon Musk,,@agnostoxxx @CathieDWood @ARKInvest Trust the shrub,en,[],[],[],152,64,1987,[],[],https://twitter.com/elonmusk/status/1381258144916008964,False,,0,,,,,,,,"[{'screen_name': 'agnostoxxx', 'name': 'Shrubbery Stagflation Capital 🌳🇺🇦', 'id': '1889587914'}, {'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}, {'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}]",,,, +1381221447322935303,1381221447322935303,2021-04-11 16:23:49 Arabian Standard Time,2021-04-11,16:23:49,+0400,44196397,elonmusk,Elon Musk,,The art In Cyberpunk is incredible,en,[],[],[],9358,11018,264116,[],[],https://twitter.com/elonmusk/status/1381221447322935303,False,,0,,,,,,,,[],,,, +1381129584435818496,1381079981485252611,2021-04-11 10:18:47 Arabian Standard Time,2021-04-11,10:18:47,+0400,44196397,elonmusk,Elon Musk,,@itsALLrisky 🤣🤣,und,[],[],[],460,603,8361,[],[],https://twitter.com/elonmusk/status/1381129584435818496,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1381033434806542336,1380830567768416263,2021-04-11 03:56:43 Arabian Standard Time,2021-04-11,03:56:43,+0400,44196397,elonmusk,Elon Musk,,@seinfeldguru @WholeMarsBlog Nope haha,tl,[],[],[],233,67,2778,[],[],https://twitter.com/elonmusk/status/1381033434806542336,False,,0,,,,,,,,"[{'screen_name': 'seinfeldguru', 'name': 'Rosalie ❤️🦊❤️🕊🕊🌻🌻', 'id': '140074404'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1381032961814892545,1380830567768416263,2021-04-11 03:54:51 Arabian Standard Time,2021-04-11,03:54:51,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog If you don’t say anything & engage Autopilot, it will soon guess based on time of day, taking you home or to work or to what’s on your calendar",en,[],[],[],224,195,2617,[],[],https://twitter.com/elonmusk/status/1381032961814892545,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1381032333126500355,1380988989818208264,2021-04-11 03:52:21 Arabian Standard Time,2021-04-11,03:52:21,+0400,44196397,elonmusk,Elon Musk,,@DeltavPhotos @PortCanaveral That rocket is a hardcore veteran of many missions,en,[],[],[],213,285,12317,[],[],https://twitter.com/elonmusk/status/1381032333126500355,False,,0,,,,,,,,"[{'screen_name': 'deltavphotos', 'name': 'Starship', 'id': '1344389114330836994'}, {'screen_name': 'PortCanaveral', 'name': 'Port Canaveral', 'id': '89027071'}]",,,, +1381006333864861696,1381006333864861696,2021-04-11 02:09:02 Arabian Standard Time,2021-04-11,02:09:02,+0400,44196397,elonmusk,Elon Musk,,Blimps rock https://t.co/e8cu5FkNOI,en,[],[],['https://pbs.twimg.com/media/EypR8OrU8AEZxTl.jpg'],9542,6873,174515,[],[],https://twitter.com/elonmusk/status/1381006333864861696,False,,1,https://pbs.twimg.com/media/EypR8OrU8AEZxTl.jpg,,,,,,,[],,,, +1380979481309945856,1380949316215451649,2021-04-11 00:22:20 Arabian Standard Time,2021-04-11,00:22:20,+0400,44196397,elonmusk,Elon Musk,,"@engineers_feed Due to lower gravity, you can travel from surface of Mars to surface of Earth fairly easily with a single stage rocket. Earth to Mars is vastly harder.",en,[],[],[],1517,1810,47668,[],[],https://twitter.com/elonmusk/status/1380979481309945856,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1380971204299747328,1380873129535418369,2021-04-10 23:49:26 Arabian Standard Time,2021-04-10,23:49:26,+0400,44196397,elonmusk,Elon Musk,,@DrPhiltill Good thread,en,[],[],[],183,148,4741,[],[],https://twitter.com/elonmusk/status/1380971204299747328,False,,0,,,,,,,,"[{'screen_name': 'DrPhiltill', 'name': 'Dr. Phil Metzger', 'id': '1002513128'}]",,,, +1380970491356225536,1380860614990499840,2021-04-10 23:46:36 Arabian Standard Time,2021-04-10,23:46:36,+0400,44196397,elonmusk,Elon Musk,,@alexellisuk Pretty much,en,[],[],[],222,210,8359,[],[],https://twitter.com/elonmusk/status/1380970491356225536,False,,0,,,,,,,,"[{'screen_name': 'alexellisuk', 'name': 'Alex Ellis', 'id': '706910608663453698'}]",,,, +1380800869382320134,1379310700011479043,2021-04-10 12:32:35 Arabian Standard Time,2021-04-10,12:32:35,+0400,44196397,elonmusk,Elon Musk,,@tesla_adri @WholeMarsBlog These things are best thought of as probabilities. There are 5 forward-facing cameras. It is highly likely that at least one of them will see multiple cars ahead.,en,[],[],[],198,108,2418,[],[],https://twitter.com/elonmusk/status/1380800869382320134,False,,0,,,,,,,,"[{'screen_name': 'tesla_adri', 'name': 'Tesla_Adri', 'id': '1321117860844965889'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1380798469862957057,1379310700011479043,2021-04-10 12:23:03 Arabian Standard Time,2021-04-10,12:23:03,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Sensors are a bitstream and cameras have several orders of magnitude more bits/sec than radar (or lidar). Radar must meaningfully increase signal/noise of bitstream to be worth complexity of integrating it. As vision processing gets better, it just leaves radar far behind.",en,[],[],[],295,315,3597,[],[],https://twitter.com/elonmusk/status/1380798469862957057,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1380796939151704071,1379310700011479043,2021-04-10 12:16:58 Arabian Standard Time,2021-04-10,12:16:58,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog When radar and vision disagree, which one do you believe? Vision has much more precision, so better to double down on vision than do sensor fusion.",en,[],[],[],256,311,3536,[],[],https://twitter.com/elonmusk/status/1380796939151704071,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1380789209582034944,1379310700011479043,2021-04-10 11:46:16 Arabian Standard Time,2021-04-10,11:46:16,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog This is a major problem!,en,[],[],[],174,85,1628,[],[],https://twitter.com/elonmusk/status/1380789209582034944,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1380788962558496768,1380788934905503744,2021-04-10 11:45:17 Arabian Standard Time,2021-04-10,11:45:17,+0400,44196397,elonmusk,Elon Musk,,Just needs some legs,en,[],[],[],2082,1245,47920,[],[],https://twitter.com/elonmusk/status/1380788962558496768,False,,0,,,,,,,,[],,,, +1380788934905503744,1380788934905503744,2021-04-10 11:45:10 Arabian Standard Time,2021-04-10,11:45:10,+0400,44196397,elonmusk,Elon Musk,,The Starship launch tower that catches the giant rocket booster is basically Mechazilla,en,[],[],[],3514,3258,81412,[],[],https://twitter.com/elonmusk/status/1380788934905503744,False,,0,,,,,,,,[],,,, +1380785053542666242,1380784868729122818,2021-04-10 11:29:45 Arabian Standard Time,2021-04-10,11:29:45,+0400,44196397,elonmusk,Elon Musk,,But wait how is the core of the earth lit by the sun? Stop asking questions!!,en,[],[],[],2278,2413,68783,[],[],https://twitter.com/elonmusk/status/1380785053542666242,False,,0,,,,,,,,[],,,, +1380784868729122818,1380784868729122818,2021-04-10 11:29:01 Arabian Standard Time,2021-04-10,11:29:01,+0400,44196397,elonmusk,Elon Musk,,Kong vs Godzilla has record for most meth ever consumed in a writer’s room,en,[],[],[],4091,13286,173850,[],[],https://twitter.com/elonmusk/status/1380784868729122818,False,,0,,,,,,,,[],,,, +1380783907096850433,1380419366169153537,2021-04-10 11:25:11 Arabian Standard Time,2021-04-10,11:25:11,+0400,44196397,elonmusk,Elon Musk,,@itsALLrisky 💯,und,[],[],[],246,588,8596,[],[],https://twitter.com/elonmusk/status/1380783907096850433,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1380781539647053826,1380781539647053826,2021-04-10 11:15:47 Arabian Standard Time,2021-04-10,11:15:47,+0400,44196397,elonmusk,Elon Musk,,… going to moon very soon,en,[],[],[],30040,42273,526443,[],[],https://twitter.com/elonmusk/status/1380781539647053826,False,,0,,,,,,,,[],,,, +1380780669895208961,1380777569964883969,2021-04-10 11:12:20 Arabian Standard Time,2021-04-10,11:12:20,+0400,44196397,elonmusk,Elon Musk,,@Matsu_Kusarine @jagarikin Actually happened to me in Cyberpunk haha,en,[],[],[],127,413,9679,[],[],https://twitter.com/elonmusk/status/1380780669895208961,False,,0,,,,,,,,"[{'screen_name': 'Matsu_Kusarine', 'name': 'ラブマツ(LOVEMATSU)', 'id': '134003586'}, {'screen_name': 'jagarikin', 'name': 'じゃがりきん', 'id': '4230101712'}]",,,, +1380775355502317568,1380138845145038858,2021-04-10 10:51:12 Arabian Standard Time,2021-04-10,10:51:12,+0400,44196397,elonmusk,Elon Musk,,@TimBirks1 @Erdayastronaut @SpaceX Pretty much,en,[],[],[],39,47,2040,[],[],https://twitter.com/elonmusk/status/1380775355502317568,False,,0,,,,,,,,"[{'screen_name': 'TimBirks1', 'name': 'Tim Birks', 'id': '1354490097870249988'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1380773639038111751,1380772975733923841,2021-04-10 10:44:23 Arabian Standard Time,2021-04-10,10:44:23,+0400,44196397,elonmusk,Elon Musk,,@memescryptor !,und,[],[],[],114,92,3986,[],[],https://twitter.com/elonmusk/status/1380773639038111751,False,,0,,,,,,,,"[{'screen_name': 'memescryptor', 'name': 'MEMESCRYPTOR', 'id': '1362784266816544773'}]",,,, +1380772975733923841,1380772975733923841,2021-04-10 10:41:45 Arabian Standard Time,2021-04-10,10:41:45,+0400,44196397,elonmusk,Elon Musk,,Where is Shrek 5!? https://t.co/PqAZ5Mg8Es,en,[],[],['https://pbs.twimg.com/media/Eyl9tBhUcAQyUJU.jpg'],4608,24231,267478,[],[],https://twitter.com/elonmusk/status/1380772975733923841,False,,1,https://pbs.twimg.com/media/Eyl9tBhUcAQyUJU.jpg,,,,,,,[],,,, +1380688750179586049,1380388899193712642,2021-04-10 05:07:04 Arabian Standard Time,2021-04-10,05:07:04,+0400,44196397,elonmusk,Elon Musk,,"@AustinTeslaClub @OwenSparks_ @WholeMarsBlog Good point. Next major software rev will do much better with automating wipers, seat heating & defrost. Probable seat settings just based on occupant mass distribution should be possible.",en,[],[],[],204,131,2504,[],[],https://twitter.com/elonmusk/status/1380688750179586049,False,,0,,,,,,,,"[{'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}, {'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1380688087697612802,1380388899193712642,2021-04-10 05:04:26 Arabian Standard Time,2021-04-10,05:04:26,+0400,44196397,elonmusk,Elon Musk,,@Adamklotz_ @OwenSparks_ @WholeMarsBlog Yup,und,[],[],[],58,25,1254,[],[],https://twitter.com/elonmusk/status/1380688087697612802,False,,0,,,,,,,,"[{'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}, {'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1380680228230426625,1380332424467341315,2021-04-10 04:33:12 Arabian Standard Time,2021-04-10,04:33:12,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @neuralink Turns out 🐒 love video games & snacks just like us!,en,[],[],[],918,1135,36390,[],[],https://twitter.com/elonmusk/status/1380680228230426625,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1380647716959645700,1380647716959645700,2021-04-10 02:24:01 Arabian Standard Time,2021-04-10,02:24:01,+0400,44196397,elonmusk,Elon Musk,,It’s all about the cufflinks https://t.co/elccqC0Zuf,en,[],[],['https://pbs.twimg.com/media/EykLyAtU4AEGjqp.jpg'],5134,25061,334306,[],[],https://twitter.com/elonmusk/status/1380647716959645700,False,,1,https://pbs.twimg.com/media/EykLyAtU4AEGjqp.jpg,,,,,,,[],,,, +1380647165597339650,1380313600187719682,2021-04-10 02:21:50 Arabian Standard Time,2021-04-10,02:21:50,+0400,44196397,elonmusk,Elon Musk,,@chicago_glenn I feel like this sometimes,en,[],[],[],158,62,2198,[],[],https://twitter.com/elonmusk/status/1380647165597339650,False,,0,,,,,,,,"[{'screen_name': 'chicago_glenn', 'name': '✨Chicago Glenn✨', 'id': '924966648922157056'}]",,,, +1380606725380706304,1380388899193712642,2021-04-09 23:41:08 Arabian Standard Time,2021-04-09,23:41:08,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ @WholeMarsBlog It will,en,[],[],[],93,56,2042,[],[],https://twitter.com/elonmusk/status/1380606725380706304,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1380606694816800768,1380388899193712642,2021-04-09 23:41:01 Arabian Standard Time,2021-04-09,23:41:01,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ @WholeMarsBlog Remove,en,[],[],[],247,112,2315,[],[],https://twitter.com/elonmusk/status/1380606694816800768,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1380606296945135617,1380575287516176384,2021-04-09 23:39:26 Arabian Standard Time,2021-04-09,23:39:26,+0400,44196397,elonmusk,Elon Musk,,@w00ki33 @SpaceX @SuperclusterHQ Simulation is improving rendering resolution …,en,[],[],[],182,170,4758,[],[],https://twitter.com/elonmusk/status/1380606296945135617,False,,0,,,,,,,,"[{'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SuperclusterHQ', 'name': 'Supercluster', 'id': '1039515681983741953'}]",,,, +1380599983481577472,1380599009874743298,2021-04-09 23:14:21 Arabian Standard Time,2021-04-09,23:14:21,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica Congrats to NIO. That is a tough milestone.,en,[],[],[],557,1858,29220,[],[],https://twitter.com/elonmusk/status/1380599983481577472,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1380599694154362882,1380388899193712642,2021-04-09 23:13:12 Arabian Standard Time,2021-04-09,23:13:12,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Almost ready with FSD Beta V9.0. Step change improvement is massive, especially for weird corner cases & bad weather. Pure vision, no radar.",en,[],[],[],503,622,5175,[],[],https://twitter.com/elonmusk/status/1380599694154362882,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1380481743531089924,1380480918243090433,2021-04-09 15:24:30 Arabian Standard Time,2021-04-09,15:24:30,+0400,44196397,elonmusk,Elon Musk,,Thanks to all that helped SpaceX!,en,[],[],[],1151,957,36435,[],[],https://twitter.com/elonmusk/status/1380481743531089924,False,,0,,,,,,,,[],,,, +1380480918243090433,1380480918243090433,2021-04-09 15:21:13 Arabian Standard Time,2021-04-09,15:21:13,+0400,44196397,elonmusk,Elon Musk,,Just read it. Book is accurate.,en,[],[],[],2026,3592,56707,[],[],https://twitter.com/elonmusk/status/1380480918243090433,False,https://twitter.com/SciGuySpace/status/1310591955374665729,0,,,,,,,,[],,,, +1380424218261692418,1380423408542904326,2021-04-09 11:35:55 Arabian Standard Time,2021-04-09,11:35:55,+0400,44196397,elonmusk,Elon Musk,,@TeslaGong Yeah,en,[],[],[],141,72,2903,[],[],https://twitter.com/elonmusk/status/1380424218261692418,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +1380424061105266695,1380372826071330817,2021-04-09 11:35:17 Arabian Standard Time,2021-04-09,11:35:17,+0400,44196397,elonmusk,Elon Musk,,@mikevanbus @TrungTPhan @neuralink Pretty much,en,[],[],[],61,38,1620,[],[],https://twitter.com/elonmusk/status/1380424061105266695,False,,0,,,,,,,,"[{'screen_name': 'mikevanbus', 'name': 'mikevanbus', 'id': '1181674437986471936'}, {'screen_name': 'TrungTPhan', 'name': 'Trung Phan 🇨🇦', 'id': '945817135816654848'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1380423408542904326,1380423408542904326,2021-04-09 11:32:42 Arabian Standard Time,2021-04-09,11:32:42,+0400,44196397,elonmusk,Elon Musk,, https://t.co/XeQursZpvq,und,[],[],['https://pbs.twimg.com/media/Eyg_xkNU8AUlYP9.jpg'],6925,34248,342081,[],[],https://twitter.com/elonmusk/status/1380423408542904326,False,,1,https://pbs.twimg.com/media/Eyg_xkNU8AUlYP9.jpg,,,,,,,[],,,, +1380372826071330817,1380372826071330817,2021-04-09 08:11:42 Arabian Standard Time,2021-04-09,08:11:42,+0400,44196397,elonmusk,Elon Musk,,Soon our monkey will be on twitch & discord haha,en,[],[],[],6898,10784,220508,[],[],https://twitter.com/elonmusk/status/1380372826071330817,False,,0,,,,,,,,[],,,, +1380356292850540546,1380301143981572101,2021-04-09 07:06:00 Arabian Standard Time,2021-04-09,07:06:00,+0400,44196397,elonmusk,Elon Musk,,@thenewsoncnbc @contessabrewer Good piece!,en,[],[],[],384,218,6514,[],[],https://twitter.com/elonmusk/status/1380356292850540546,False,,0,,,,,,,,"[{'screen_name': 'thenewsoncnbc', 'name': 'The News with Shepard Smith', 'id': '366629301'}, {'screen_name': 'contessabrewer', 'name': 'Contessa Brewer', 'id': '16456599'}]",,,, +1380355094848307204,1380315654524301315,2021-04-09 07:01:15 Arabian Standard Time,2021-04-09,07:01:15,+0400,44196397,elonmusk,Elon Musk,,@Kyler_Knoll @neuralink Comes with wireless charging baseball cap,en,[],[],[],149,166,5901,[],[],https://twitter.com/elonmusk/status/1380355094848307204,False,,0,,,,,,,,"[{'screen_name': 'Kyler_Knoll', 'name': 'Kyler Knoll', 'id': '2273896637'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1380354140241494016,1380332677421793281,2021-04-09 06:57:27 Arabian Standard Time,2021-04-09,06:57:27,+0400,44196397,elonmusk,Elon Musk,,@TarekWaked @TechCrunch @etherington Pretty much 🤣🤣 Great episode!,en,[],[],[],43,63,2266,[],[],https://twitter.com/elonmusk/status/1380354140241494016,False,,0,,,,,,,,"[{'screen_name': 'TarekWaked', 'name': 'Tarek', 'id': '270618898'}, {'screen_name': 'TechCrunch', 'name': 'TechCrunch', 'id': '816653'}, {'screen_name': 'etherington', 'name': 'Darrell Etherington', 'id': '15425183'}]",,,, +1380336699847233537,1380313600187719682,2021-04-09 05:48:09 Arabian Standard Time,2021-04-09,05:48:09,+0400,44196397,elonmusk,Elon Musk,,A monkey is literally playing a video game telepathically using a brain chip!!,en,[],[],[],2874,4764,79333,[],[],https://twitter.com/elonmusk/status/1380336699847233537,False,,0,,,,,,,,[],,,, +1380335069580038145,1380315654524301315,2021-04-09 05:41:40 Arabian Standard Time,2021-04-09,05:41:40,+0400,44196397,elonmusk,Elon Musk,,@lexfridman @neuralink Yes,und,[],[],[],265,151,6809,[],[],https://twitter.com/elonmusk/status/1380335069580038145,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1380334998524321792,1380315654524301315,2021-04-09 05:41:23 Arabian Standard Time,2021-04-09,05:41:23,+0400,44196397,elonmusk,Elon Musk,,"The device is implanted flush with skull & charges wirelessly, so you look & feel totally normal",en,[],[],[],1793,2592,53854,[],[],https://twitter.com/elonmusk/status/1380334998524321792,False,,0,,,,,,,,[],,,, +1380334229016305666,1380315654524301315,2021-04-09 05:38:20 Arabian Standard Time,2021-04-09,05:38:20,+0400,44196397,elonmusk,Elon Musk,,"@IheartTesla Absolutely doable. Possibly as soon as Neuralink device version 2, highly likely by version 3.",en,[],[],[],129,145,2634,[],[],https://twitter.com/elonmusk/status/1380334229016305666,False,,0,,,,,,,,"[{'screen_name': 'IheartTesla', 'name': '🇺🇦🔋I HÆRTTΞ S-L4🔋🇺🇦', 'id': '1045077255972671489'}]",,,, +1380316949087854595,1380315654524301315,2021-04-09 04:29:40 Arabian Standard Time,2021-04-09,04:29:40,+0400,44196397,elonmusk,Elon Musk,,"Later versions will be able to shunt signals from Neuralinks in brain to Neuralinks in body motor/sensory neuron clusters, thus enabling, for example, paraplegics to walk again",en,[],[],[],1959,5763,79732,[],[],https://twitter.com/elonmusk/status/1380316949087854595,False,,0,,,,,,,,[],,,, +1380315879091544064,1380315654524301315,2021-04-09 04:25:25 Arabian Standard Time,2021-04-09,04:25:25,+0400,44196397,elonmusk,Elon Musk,,@mindofkacper @neuralink Yes,und,[],[],[],136,85,4064,[],[],https://twitter.com/elonmusk/status/1380315879091544064,False,,0,,,,,,,,"[{'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1380315654524301315,1380315654524301315,2021-04-09 04:24:31 Arabian Standard Time,2021-04-09,04:24:31,+0400,44196397,elonmusk,Elon Musk,,First @Neuralink product will enable someone with paralysis to use a smartphone with their mind faster than someone using thumbs,en,"[{'screen_name': 'neuralink', 'name': 'neuralink', 'id': '895332160130891776'}]",[],[],5852,19076,170504,[],[],https://twitter.com/elonmusk/status/1380315654524301315,False,,0,,,,,,,,[],,,, +1380314485324308482,1380303902139031553,2021-04-09 04:19:52 Arabian Standard Time,2021-04-09,04:19:52,+0400,44196397,elonmusk,Elon Musk,,"@IheartTesla @neuralink Hopefully, later this year",en,[],[],[],185,175,4170,[],[],https://twitter.com/elonmusk/status/1380314485324308482,False,,0,,,,,,,,"[{'screen_name': 'IheartTesla', 'name': '🇺🇦🔋I HÆRTTΞ S-L4🔋🇺🇦', 'id': '1045077255972671489'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1380314267077894148,1380313600187719682,2021-04-09 04:19:00 Arabian Standard Time,2021-04-09,04:19:00,+0400,44196397,elonmusk,Elon Musk,,@tobyliiiiiiiiii Sure,en,[],[],[],140,91,4519,[],[],https://twitter.com/elonmusk/status/1380314267077894148,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +1380313600187719682,1380313600187719682,2021-04-09 04:16:21 Arabian Standard Time,2021-04-09,04:16:21,+0400,44196397,elonmusk,Elon Musk,,Monkey plays Pong with his mind,en,[],[],[],4396,14722,129967,[],[],https://twitter.com/elonmusk/status/1380313600187719682,False,https://twitter.com/neuralink/status/1380303902139031553,0,,,,,,,,[],,,, +1380260488299180035,1380250360011440128,2021-04-09 00:45:19 Arabian Standard Time,2021-04-09,00:45:19,+0400,44196397,elonmusk,Elon Musk,,@dogeofficialceo @WatchersTank @SpaceX Looking at pups soon!,en,[],[],[],434,449,4075,[],[],https://twitter.com/elonmusk/status/1380260488299180035,False,,0,,,,,,,,"[{'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin', 'id': '1355945100216573952'}, {'screen_name': 'WatchersTank', 'name': 'TankWatchers', 'id': '1352212034704846848'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1380260058026532864,1380250360011440128,2021-04-09 00:43:36 Arabian Standard Time,2021-04-09,00:43:36,+0400,44196397,elonmusk,Elon Musk,,"@jordanxmajel @WatchersTank @SpaceX Shock absorption is built into tower arms. Since tower is ground side, it can use a lot more mass to arrest booster downward momentum.",en,[],[],[],143,114,2310,[],[],https://twitter.com/elonmusk/status/1380260058026532864,False,,0,,,,,,,,"[{'screen_name': 'WatchersTank', 'name': 'TankWatchers', 'id': '1352212034704846848'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1380259201436422145,1380250360011440128,2021-04-09 00:40:12 Arabian Standard Time,2021-04-09,00:40:12,+0400,44196397,elonmusk,Elon Musk,,@jordanxmajel @WatchersTank @SpaceX Load points just below the grid fins,en,[],[],[],67,73,2017,[],[],https://twitter.com/elonmusk/status/1380259201436422145,False,,0,,,,,,,,"[{'screen_name': 'WatchersTank', 'name': 'TankWatchers', 'id': '1352212034704846848'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1380258637977804801,1380250360011440128,2021-04-09 00:37:57 Arabian Standard Time,2021-04-09,00:37:57,+0400,44196397,elonmusk,Elon Musk,,@WatchersTank @SpaceX Just one skyscraper catching another nbd haha,en,[],[],[],179,245,5332,[],[],https://twitter.com/elonmusk/status/1380258637977804801,False,,0,,,,,,,,"[{'screen_name': 'WatchersTank', 'name': 'TankWatchers', 'id': '1352212034704846848'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1380093374833729537,1380093374833729537,2021-04-08 13:41:16 Arabian Standard Time,2021-04-08,13:41:16,+0400,44196397,elonmusk,Elon Musk,,Thanks Tesla suppliers for providing us with critical parts!,en,[],[],[],4992,5736,181500,[],[],https://twitter.com/elonmusk/status/1380093374833729537,False,,0,,,,,,,,[],,,, +1379889495558905856,1379887294933467139,2021-04-08 00:11:07 Arabian Standard Time,2021-04-08,00:11:07,+0400,44196397,elonmusk,Elon Musk,,@MarkJam93765764 @IvanEscobosa A tidal wave of vaccine is being produced!,en,[],[],[],241,90,2908,[],[],https://twitter.com/elonmusk/status/1379889495558905856,False,,0,,,,,,,,"[{'screen_name': 'MarkJam93765764', 'name': 'Mike Ronesia 💎🙌', 'id': '1170023645114060800'}, {'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}]",,,, +1379889077185519617,1379887294933467139,2021-04-08 00:09:27 Arabian Standard Time,2021-04-08,00:09:27,+0400,44196397,elonmusk,Elon Musk,,"@jgrano305 Probably J&J, but BioNtech & Moderna are good too. Some debate imo as to whether a second synthetic mRNA shot is really needed, but the first is a no-brainer.",en,[],[],[],589,258,5513,[],[],https://twitter.com/elonmusk/status/1379889077185519617,False,,0,,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y 🇺🇸🇮🇱', 'id': '817567541371539457'}]",,,, +1379887880504365057,1379887294933467139,2021-04-08 00:04:42 Arabian Standard Time,2021-04-08,00:04:42,+0400,44196397,elonmusk,Elon Musk,,@IvanEscobosa Latter,en,[],[],[],230,59,4632,[],[],https://twitter.com/elonmusk/status/1379887880504365057,False,,0,,,,,,,,"[{'screen_name': 'IvanEscobosa', 'name': 'Ivan Escobosa', 'id': '286507556'}]",,,, +1379887294933467139,1379887294933467139,2021-04-08 00:02:22 Arabian Standard Time,2021-04-08,00:02:22,+0400,44196397,elonmusk,Elon Musk,,"To be clear, I do support vaccines in general & covid vaccines specifically. The science is unequivocal. In very rare cases, there is an allergic reaction, but this is easily addressed with an EpiPen.",en,[],[],[],10871,13873,189867,[],[],https://twitter.com/elonmusk/status/1379887294933467139,False,,0,,,,,,,,[],,,, +1379880889383972865,1379841580861849606,2021-04-07 23:36:55 Arabian Standard Time,2021-04-07,23:36:55,+0400,44196397,elonmusk,Elon Musk,,@DavidWillisSLS @_Jevis_ @PPathole Needs legs for moon & Mars,en,[],[],[],254,147,3828,[],[],https://twitter.com/elonmusk/status/1379880889383972865,False,,0,,,,,,,,"[{'screen_name': '_Jevis_', 'name': 'Jevis (Julian)', 'id': '737270642286944256'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1379880518250983425,1379835889107472385,2021-04-07 23:35:27 Arabian Standard Time,2021-04-07,23:35:27,+0400,44196397,elonmusk,Elon Musk,,@SciGuySpace Global payload to orbit is the key metric,en,[],[],[],205,227,8068,[],[],https://twitter.com/elonmusk/status/1379880518250983425,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1379876763807850496,1345436609848684550,2021-04-07 23:20:32 Arabian Standard Time,2021-04-07,23:20:32,+0400,44196397,elonmusk,Elon Musk,,@Julius_Burton @Erdayastronaut @DJSnM @NASASpaceflight @ChrisG_NSF @thejackbeyer @FelixSchlang Nice,en,[],[],[],152,66,2661,[],[],https://twitter.com/elonmusk/status/1379876763807850496,False,,0,,,,,,,,"[{'screen_name': 'Julius_Burton', 'name': 'Julius Burton', 'id': '2913803583'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'ChrisG_NSF', 'name': 'Chris G - NSF', 'id': '30745844'}, {'screen_name': 'thejackbeyer', 'name': 'Jack Beyer', 'id': '290710248'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}]",,,, +1379876450744995843,1379841580861849606,2021-04-07 23:19:17 Arabian Standard Time,2021-04-07,23:19:17,+0400,44196397,elonmusk,Elon Musk,,"@_Jevis_ @PPathole Ideal scenario imo is catching Starship in horizontal “glide” with no landing burn, although that is quite a challenge for the tower! Next best is catching with tower, with emergency pad landing mode on skirt (no legs).",en,[],[],[],375,210,3150,[],[],https://twitter.com/elonmusk/status/1379876450744995843,False,,0,,,,,,,,"[{'screen_name': '_Jevis_', 'name': 'Jevis (Julian)', 'id': '737270642286944256'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1379874956343828485,1379841580861849606,2021-04-07 23:13:21 Arabian Standard Time,2021-04-07,23:13:21,+0400,44196397,elonmusk,Elon Musk,,"@PPathole Starship booster, largest flying object ever designed, will be caught out of sky by launch tower. Big step forward, as reflight can be done in under an hour.",en,[],[],[],790,1476,36955,[],[],https://twitter.com/elonmusk/status/1379874956343828485,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1379871391957184515,1379864933022588928,2021-04-07 22:59:11 Arabian Standard Time,2021-04-07,22:59:11,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Well-written and fair, much like his articles on space",en,[],[],[],139,112,2722,[],[],https://twitter.com/elonmusk/status/1379871391957184515,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1379745815678230529,1379516358040244225,2021-04-07 14:40:11 Arabian Standard Time,2021-04-07,14:40:11,+0400,44196397,elonmusk,Elon Musk,,@louisssdev @flcnhvy Coming soon. Crazy number of launches this year!,en,[],[],[],260,233,4043,[],[],https://twitter.com/elonmusk/status/1379745815678230529,False,,0,,,,,,,,"[{'screen_name': 'louisssdev', 'name': 'CosmicLouis🇺🇦 \uea00', 'id': '1274794338044784649'}, {'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1379744947453054981,1379516358040244225,2021-04-07 14:36:44 Arabian Standard Time,2021-04-07,14:36:44,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy They will be recovered from the water & reused,en,[],[],[],95,115,2511,[],[],https://twitter.com/elonmusk/status/1379744947453054981,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1379516358040244225,1379516358040244225,2021-04-06 23:28:24 Arabian Standard Time,2021-04-06,23:28:24,+0400,44196397,elonmusk,Elon Musk,,“Tanks for the memery!” – Panzer of the Lake,en,[],[],[],5470,4680,128812,[],[],https://twitter.com/elonmusk/status/1379516358040244225,False,,0,,,,,,,,[],,,, +1379258463386284038,1379161533050150914,2021-04-06 06:23:37 Arabian Standard Time,2021-04-06,06:23:37,+0400,44196397,elonmusk,Elon Musk,,@CathieDWood @wintonARK @ARKInvest What do you think of the unusually high ratio of S&P market cap to GDP?,en,[],[],[],1771,891,16166,[],[],https://twitter.com/elonmusk/status/1379258463386284038,False,,0,,,,,,,,"[{'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}, {'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}, {'screen_name': 'ARKInvest', 'name': 'ARK Invest', 'id': '2398137084'}]",,,, +1379229987115515907,1379213799824052226,2021-04-06 04:30:28 Arabian Standard Time,2021-04-06,04:30:28,+0400,44196397,elonmusk,Elon Musk,,"@ID_AA_Carmack Some kind of ELO level, updated once or twice a year based on what someone actually got done, might be most effective. Important that it go both up *and* down.",en,[],[],[],487,330,9029,[],[],https://twitter.com/elonmusk/status/1379229987115515907,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1379055622042353667,1378804764025184261,2021-04-05 16:57:36 Arabian Standard Time,2021-04-05,16:57:36,+0400,44196397,elonmusk,Elon Musk,,@Thomas38697956 New & improved version!,en,[],[],[],368,347,14783,[],[],https://twitter.com/elonmusk/status/1379055622042353667,False,,0,,,,,,,,[],,,, +1379033568882663426,1379027031527153665,2021-04-05 15:29:58 Arabian Standard Time,2021-04-05,15:29:58,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @ResidentSponge Special mention of Tesla China,en,[],[],[],168,204,5963,[],[],https://twitter.com/elonmusk/status/1379033568882663426,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1379031412288974852,1379026401341419520,2021-04-05 15:21:24 Arabian Standard Time,2021-04-05,15:21:24,+0400,44196397,elonmusk,Elon Musk,,@shbzz Obv,und,[],[],[],489,403,15407,[],[],https://twitter.com/elonmusk/status/1379031412288974852,False,,0,,,,,,,,"[{'screen_name': 'shbzz', 'name': 'shbz', 'id': '2437413375'}]",,,, +1379031071732416514,1379027031527153665,2021-04-05 15:20:03 Arabian Standard Time,2021-04-05,15:20:03,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @ResidentSponge Great work by Tesla team!,en,[],[],[],276,471,12669,[],[],https://twitter.com/elonmusk/status/1379031071732416514,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1379027422423695363,1379026401341419520,2021-04-05 15:05:33 Arabian Standard Time,2021-04-05,15:05:33,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU Nice,en,[],[],[],185,156,11048,[],[],https://twitter.com/elonmusk/status/1379027422423695363,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️', 'id': '959471389282578432'}]",,,, +1379026401341419520,1379026401341419520,2021-04-05 15:01:29 Arabian Standard Time,2021-04-05,15:01:29,+0400,44196397,elonmusk,Elon Musk,,"The Earth is not flat, it’s a hollow globe & Donkey King lives there!",en,[],[],[],11396,20705,276206,[],[],https://twitter.com/elonmusk/status/1379026401341419520,False,,0,,,,,,,,[],,,, +1379023352480866304,1379018148570091522,2021-04-05 14:49:22 Arabian Standard Time,2021-04-05,14:49:22,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU Those two really could have come in handy for the stuck ship!,en,[],[],[],183,183,10868,[],[],https://twitter.com/elonmusk/status/1379023352480866304,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️', 'id': '959471389282578432'}]",,,, +1379022958157512705,1379018148570091522,2021-04-05 14:47:48 Arabian Standard Time,2021-04-05,14:47:48,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU Last Kingdom vs Vikings,en,[],[],[],228,137,5567,[],[],https://twitter.com/elonmusk/status/1379022958157512705,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}]",,,, +1379022709737275393,1379018148570091522,2021-04-05 14:46:49 Arabian Standard Time,2021-04-05,14:46:49,+0400,44196397,elonmusk,Elon Musk,,"@spacex360 Ascent phase, transition to horizontal & control during free fall were good. A (relatively) small CH4 leak led to fire on engine 2 & fried part of avionics, causing hard start attempting landing burn in CH4 turbopump. This is getting fixed 6 ways to Sunday.",en,[],[],[],371,844,13312,[],[],https://twitter.com/elonmusk/status/1379022709737275393,False,,0,,,,,,,,"[{'screen_name': 'spacex360', 'name': 'Everything SpaceX', 'id': '1270394714450268160'}]",,,, +1379018148570091522,1379018148570091522,2021-04-05 14:28:42 Arabian Standard Time,2021-04-05,14:28:42,+0400,44196397,elonmusk,Elon Musk,,Godzilla vs Kong is so amaze much wow! Most insane movie I’ve ever seen! Love letter to conspiracy theorists! And yet heartwarming in the end.,en,[],[],[],7222,13125,208592,[],[],https://twitter.com/elonmusk/status/1379018148570091522,False,,0,,,,,,,,[],,,, +1378900127402852352,1378829576856539140,2021-04-05 06:39:43 Arabian Standard Time,2021-04-05,06:39:43,+0400,44196397,elonmusk,Elon Musk,,@TerminalCount The Starships feast in Valhalla!,en,[],[],[],351,468,15322,[],[],https://twitter.com/elonmusk/status/1378900127402852352,False,,0,,,,,,,,"[{'screen_name': 'TerminalCount', 'name': 'Leo', 'id': '1347152177035403266'}]",,,, +1378896089760337922,1378829576856539140,2021-04-05 06:23:41 Arabian Standard Time,2021-04-05,06:23:41,+0400,44196397,elonmusk,Elon Musk,,@TerminalCount One of the greatest things I’ve ever seen,en,[],[],[],230,237,6829,[],[],https://twitter.com/elonmusk/status/1378896089760337922,False,,0,,,,,,,,"[{'screen_name': 'TerminalCount', 'name': 'Leo', 'id': '1347152177035403266'}]",,,, +1378838922244063237,1378615489539276800,2021-04-05 02:36:31 Arabian Standard Time,2021-04-05,02:36:31,+0400,44196397,elonmusk,Elon Musk,,@floko12022021 @HamblinZeke @katlinegrey Ich habe ein Semester Deutsch an der Universität studiert usw,de,[],[],[],219,121,2752,[],[],https://twitter.com/elonmusk/status/1378838922244063237,False,,0,,,,,,,,"[{'screen_name': 'floko12022021', 'name': 'floko12022021', 'id': '1370491738893250567'}, {'screen_name': 'HamblinZeke', 'name': 'Zeke the TeraBull', 'id': '1072391899166711808'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +1378836915420602372,1378615489539276800,2021-04-05 02:28:32 Arabian Standard Time,2021-04-05,02:28:32,+0400,44196397,elonmusk,Elon Musk,,@HamblinZeke @katlinegrey Haha Falcon? Nein!,en,[],[],[],86,50,1128,[],[],https://twitter.com/elonmusk/status/1378836915420602372,False,,0,,,,,,,,"[{'screen_name': 'HamblinZeke', 'name': 'Zeke the TeraBull', 'id': '1072391899166711808'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +1378836600881352706,1378615489539276800,2021-04-05 02:27:17 Arabian Standard Time,2021-04-05,02:27:17,+0400,44196397,elonmusk,Elon Musk,,"@tobyliiiiiiiiii @katlinegrey I recommend propulsive landing, as that is extensible to planets, moons & asteroids. Wings & runways are limited to Earth.",en,[],[],[],112,124,2520,[],[],https://twitter.com/elonmusk/status/1378836600881352706,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +1378836183745191936,1378615489539276800,2021-04-05 02:25:38 Arabian Standard Time,2021-04-05,02:25:38,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @katlinegrey For practical purposes, there is no limit. It will just get increasingly difficult to service.",en,[],[],[],117,110,2710,[],[],https://twitter.com/elonmusk/status/1378836183745191936,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +1378775743115694085,1378615489539276800,2021-04-04 22:25:28 Arabian Standard Time,2021-04-04,22:25:28,+0400,44196397,elonmusk,Elon Musk,,"@katlinegrey This a good path, but I recommend aiming for full reusability",en,[],[],[],375,312,11206,[],[],https://twitter.com/elonmusk/status/1378775743115694085,False,,0,,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}]",,,, +1378661987324993542,1378594549086482432,2021-04-04 14:53:26 Arabian Standard Time,2021-04-04,14:53:26,+0400,44196397,elonmusk,Elon Musk,,Urgent need to build more housing in greater Austin area!,en,[],[],[],4132,2195,62290,[],[],https://twitter.com/elonmusk/status/1378661987324993542,False,,0,,,,,,,,[],,,, +1378594549086482432,1378594549086482432,2021-04-04 10:25:28 Arabian Standard Time,2021-04-04,10:25:28,+0400,44196397,elonmusk,Elon Musk,,Austin++,en,[],[],[],6983,5847,135517,[],[],https://twitter.com/elonmusk/status/1378594549086482432,False,,0,,,,,,,,[],,,, +1378513398044971009,1378513398044971009,2021-04-04 05:03:00 Arabian Standard Time,2021-04-04,05:03:00,+0400,44196397,elonmusk,Elon Musk,,No it doesn’t hurt at all 🩸 https://t.co/NnL6o1si0V,en,[],[],['https://pbs.twimg.com/media/EyF2oLkXIAElA80.jpg'],6781,37839,426038,[],[],https://twitter.com/elonmusk/status/1378513398044971009,False,,1,https://pbs.twimg.com/media/EyF2oLkXIAElA80.jpg,,,,,,,[],,,, +1378308850726678528,1378025850591797257,2021-04-03 15:30:12 Arabian Standard Time,2021-04-03,15:30:12,+0400,44196397,elonmusk,Elon Musk,,@allrocketsboi True,en,[],[],[],621,637,36004,[],[],https://twitter.com/elonmusk/status/1378308850726678528,False,,0,,,,,,,,"[{'screen_name': 'allrocketsboi', 'name': 'All Rockets Boi', 'id': '1289978421984952322'}]",,,, +1378220267336503296,1377988303899660290,2021-04-03 09:38:12 Arabian Standard Time,2021-04-03,09:38:12,+0400,44196397,elonmusk,Elon Musk,,@GerberKawasaki I fried a lot of neurons on that problem!,en,[],[],[],765,838,39613,[],[],https://twitter.com/elonmusk/status/1378220267336503296,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1378203527219183619,1378203527219183619,2021-04-03 08:31:41 Arabian Standard Time,2021-04-03,08:31:41,+0400,44196397,elonmusk,Elon Musk,,Me in my sick new car (left him the money) https://t.co/EGaY1FVfHm,en,[],[],['https://pbs.twimg.com/media/EyBcxRXWgAIijb1.jpg'],54064,11259,245290,[],[],https://twitter.com/elonmusk/status/1378203527219183619,False,,1,https://pbs.twimg.com/media/EyBcxRXWgAIijb1.jpg,,,,,,,[],,,, +1378139804647313411,1378008667451129856,2021-04-03 04:18:28 Arabian Standard Time,2021-04-03,04:18:28,+0400,44196397,elonmusk,Elon Musk,,"@TrungTPhan Had no money to invest in Zip2, but my founder equity yielded ~$15M after tax. Of that, I rolled ~$10M into PayPal, which yielded ~$180M, then … Basic principle is that I would not ask investors to risk money on my company if I would not also do so.",en,[],[],[],263,899,8101,[],[],https://twitter.com/elonmusk/status/1378139804647313411,False,,0,,,,,,,,"[{'screen_name': 'TrungTPhan', 'name': 'Trung Phan', 'id': '945817135816654848'}]",,,, +1378063008795041795,1378058599235084289,2021-04-02 23:13:19 Arabian Standard Time,2021-04-02,23:13:19,+0400,44196397,elonmusk,Elon Musk,,@Gfilche Major new Supercharger station coming to Santa Monica soon! Hoping to have 50’s diner & 100 best movie clips playing too. Thanks Santa Monica city!,en,[],[],[],736,908,21785,[],[],https://twitter.com/elonmusk/status/1378063008795041795,False,,0,,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}]",,,, +1377901867313688578,1377857736537374721,2021-04-02 12:33:00 Arabian Standard Time,2021-04-02,12:33:00,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @Tesla 🤣🤣,und,[],[],[],718,649,41493,[],[],https://twitter.com/elonmusk/status/1377901867313688578,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1377596011774808069,1377580995805917187,2021-04-01 16:17:38 Arabian Standard Time,2021-04-01,16:17:38,+0400,44196397,elonmusk,Elon Musk,,"@thesheetztweetz After all, SpaceX’s first payload to orbit & back was a wheel of cheese …",en,[],[],[],669,908,22773,[],[],https://twitter.com/elonmusk/status/1377596011774808069,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1377595268976140291,1373018145154334722,2021-04-01 16:14:41 Arabian Standard Time,2021-04-01,16:14:41,+0400,44196397,elonmusk,Elon Musk,,@FrancisSuarez @boringcompany @alexDLPmiami Glad you enjoyed the experience!,en,[],[],[],102,114,3436,[],[],https://twitter.com/elonmusk/status/1377595268976140291,False,,0,,,,,,,,"[{'screen_name': 'FrancisSuarez', 'name': 'Mayor Francis Suarez', 'id': '617602505'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'alexDLPmiami', 'name': 'Alex Diaz de la Portilla', 'id': '1085213545925668864'}]",,,, +1377567762919292938,1377567762919292938,2021-04-01 14:25:23 Arabian Standard Time,2021-04-01,14:25:23,+0400,44196397,elonmusk,Elon Musk,,SpaceX is going to put a literal Dogecoin on the literal moon,en,[],[],[],24944,50928,528403,[],[],https://twitter.com/elonmusk/status/1377567762919292938,False,,0,,,,,,,,[],,,, +1377567369191583752,1377567369191583752,2021-04-01 14:23:49 Arabian Standard Time,2021-04-01,14:23:49,+0400,44196397,elonmusk,Elon Musk,,Nicheman — his superpower is appealing to small audiences,en,[],[],[],2697,3833,83607,[],[],https://twitter.com/elonmusk/status/1377567369191583752,False,,0,,,,,,,,[],,,, +1377544973722079233,1377485376907059204,2021-04-01 12:54:49 Arabian Standard Time,2021-04-01,12:54:49,+0400,44196397,elonmusk,Elon Musk,,@waitbutwhy !!,und,[],[],[],511,254,10150,[],[],https://twitter.com/elonmusk/status/1377544973722079233,False,,0,,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1377404175777026054,1377250944002494465,2021-04-01 03:35:21 Arabian Standard Time,2021-04-01,03:35:21,+0400,44196397,elonmusk,Elon Musk,,@lexfridman True,en,[],[],[],352,313,15693,[],[],https://twitter.com/elonmusk/status/1377404175777026054,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1377340744340361216,1377340744340361216,2021-03-31 23:23:17 Arabian Standard Time,2021-03-31,23:23:17,+0400,44196397,elonmusk,Elon Musk,,"Over 10,000 people are needed for Giga Texas just through 2022! - 5 mins from airport -15 mins from downtown - Right on Colorado river",en,[],[],[],7679,11394,99859,[],[],https://twitter.com/elonmusk/status/1377340744340361216,False,https://twitter.com/GailAlfarATX/status/1377307856786092039,0,,,,,,,,[],,,, +1377025458055811078,1376939694441697282,2021-03-31 02:30:27 Arabian Standard Time,2021-03-31,02:30:27,+0400,44196397,elonmusk,Elon Musk,,@jdeshetler @NASASpaceflight @SpaceX @BocaChicaGal Can be a little foggy sometimes :),en,[],[],[],659,453,22321,[],[],https://twitter.com/elonmusk/status/1377025458055811078,False,,0,,,,,,,,"[{'screen_name': 'jdeshetler', 'name': 'Jay L. DeShetler', 'id': '153106195'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}]",,,, +1377020678453485573,1376917791543021570,2021-03-31 02:11:28 Arabian Standard Time,2021-03-31,02:11:28,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @LabPadre Barely a scratch. :) Back on the stand soon! Will report conclusions as soon as we know them.,en,[],[],[],402,386,13183,[],[],https://twitter.com/elonmusk/status/1377020678453485573,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +1376908285677297671,1376901399867441156,2021-03-30 18:44:51 Arabian Standard Time,2021-03-30,18:44:51,+0400,44196397,elonmusk,Elon Musk,,Starbase will grow by several thousand people over the next year or two,en,[],[],[],2882,3229,71578,[],[],https://twitter.com/elonmusk/status/1376908285677297671,False,,0,,,,,,,,[],,,, +1376906904358817796,1376903913564160002,2021-03-30 18:39:22 Arabian Standard Time,2021-03-30,18:39:22,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ I sure hope so!,en,[],[],[],224,166,10542,[],[],https://twitter.com/elonmusk/status/1376906904358817796,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}]",,,, +1376906474459389952,1376903913564160002,2021-03-30 18:37:39 Arabian Standard Time,2021-03-30,18:37:39,+0400,44196397,elonmusk,Elon Musk,,"@OwenSparks_ Agreed! We’re not super far, as Magic Valley Utility can give us almost all wind-power, which will be used for LOX (78% of propellant mass)/N2/argon distillation. We’re also aiming to increase solar power from 1MW to 10MW, paired with Tesla Megapacks, for continuous power.",en,[],[],[],250,270,5258,[],[],https://twitter.com/elonmusk/status/1376906474459389952,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}]",,,, +1376904492478791689,1376904492478791689,2021-03-30 18:29:47 Arabian Standard Time,2021-03-30,18:29:47,+0400,44196397,elonmusk,Elon Musk,,Probably most “in space” you could possibly feel by being in a glass dome,en,[],[],[],2911,4984,77217,[],[],https://twitter.com/elonmusk/status/1376904492478791689,False,https://twitter.com/SpaceX/status/1376902938635870209,0,,,,,,,,[],,,, +1376903913564160002,1376903913564160002,2021-03-30 18:27:29 Arabian Standard Time,2021-03-30,18:27:29,+0400,44196397,elonmusk,Elon Musk,,Am donating $20M to Cameron County schools & $10M to City of Brownsville for downtown revitalization. Details to follow next week.,en,[],[],[],11717,22937,338656,[],[],https://twitter.com/elonmusk/status/1376903913564160002,False,,0,,,,,,,,[],,,, +1376902791906611200,1376881105689714694,2021-03-30 18:23:01 Arabian Standard Time,2021-03-30,18:23:01,+0400,44196397,elonmusk,Elon Musk,,"@Adamklotz_ @SpaceX BN1 is a manufacturing pathfinder, so will be scrapped. We learned a lot, but have already changed design to BN2. Goal is to get BN2 with engines on orbital pad before end of April. It might even be orbit-capable if we are lucky.",en,[],[],[],163,460,6686,[],[],https://twitter.com/elonmusk/status/1376902791906611200,False,,0,,,,,,,,"[{'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1376901399867441156,1376901399867441156,2021-03-30 18:17:29 Arabian Standard Time,2021-03-30,18:17:29,+0400,44196397,elonmusk,Elon Musk,,"Please consider moving to Starbase or greater Brownsville/South Padre area in Texas & encourage friends to do so! SpaceX’s hiring needs for engineers, technicians, builders & essential support personnel of all kinds are growing rapidly.",en,[],[],[],14402,16572,169879,[],[],https://twitter.com/elonmusk/status/1376901399867441156,False,,0,,,,,,,,[],,,, +1376899417450635269,1376881105689714694,2021-03-30 18:09:37 Arabian Standard Time,2021-03-30,18:09:37,+0400,44196397,elonmusk,Elon Musk,,@CodingMark @Adamklotz_ @SpaceX More like V10.0,en,[],[],[],140,107,3776,[],[],https://twitter.com/elonmusk/status/1376899417450635269,False,,0,,,,,,,,"[{'screen_name': 'CodingMark', 'name': 'Mark💙💛🦊', 'id': '952755407788826624'}, {'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1376898630582419461,1376881105689714694,2021-03-30 18:06:29 Arabian Standard Time,2021-03-30,18:06:29,+0400,44196397,elonmusk,Elon Musk,,"@Adamklotz_ @SpaceX Next major technology rev is at SN20. Those ships will be orbit-capable with heat shield & stage separation system. Ascent success probability is high. However, SN20+ vehicles will probably need many flight attempts to survive Mach 25 entry heating & land intact.",en,[],[],[],175,638,7093,[],[],https://twitter.com/elonmusk/status/1376898630582419461,False,,0,,,,,,,,"[{'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1376894241792737280,1376881105689714694,2021-03-30 17:49:03 Arabian Standard Time,2021-03-30,17:49:03,+0400,44196397,elonmusk,Elon Musk,,"@Adamklotz_ @SpaceX SN15 rolls to launch pad in a few days. It has hundreds of design improvements across structures, avionics/software & engine. Hopefully, one of those improvements covers this problem. If not, then retrofit will add a few more days.",en,[],[],[],413,969,10787,[],[],https://twitter.com/elonmusk/status/1376894241792737280,False,,0,,,,,,,,"[{'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1376891464333017090,1376881105689714694,2021-03-30 17:38:01 Arabian Standard Time,2021-03-30,17:38:01,+0400,44196397,elonmusk,Elon Musk,,"@SpaceX Looks like engine 2 had issues on ascent & didn’t reach operating chamber pressure during landing burn, but, in theory, it wasn’t needed. Something significant happened shortly after landing burn start. Should know what it was once we can examine the bits later today.",en,[],[],[],944,1817,23261,[],[],https://twitter.com/elonmusk/status/1376891464333017090,False,,0,,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1376889786762428421,1376881105689714694,2021-03-30 17:31:21 Arabian Standard Time,2021-03-30,17:31:21,+0400,44196397,elonmusk,Elon Musk,,@SpaceX At least the crater is in the right place!,en,[],[],[],939,1806,28466,[],[],https://twitter.com/elonmusk/status/1376889786762428421,False,,0,,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1376889482067185676,1376881105689714694,2021-03-30 17:30:08 Arabian Standard Time,2021-03-30,17:30:08,+0400,44196397,elonmusk,Elon Musk,,@SpaceX A high production rate solves many ills,en,[],[],[],604,923,21822,[],[],https://twitter.com/elonmusk/status/1376889482067185676,False,,0,,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1376843024303583236,1376773607909519362,2021-03-30 14:25:32 Arabian Standard Time,2021-03-30,14:25:32,+0400,44196397,elonmusk,Elon Musk,,"@Tesmanian_com Demand is no problem, but near-term cell supply makes it hard to scale Semi. This limitation will be less onerous next year.",en,[],[],[],436,579,13326,[],[],https://twitter.com/elonmusk/status/1376843024303583236,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1376770871260504064,1376743154334978052,2021-03-30 09:38:49 Arabian Standard Time,2021-03-30,09:38:49,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut Tracking to a potential 8am liftoff,en,[],[],[],799,1115,19754,[],[],https://twitter.com/elonmusk/status/1376770871260504064,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1376651308732710914,1376564374870102026,2021-03-30 01:43:43 Arabian Standard Time,2021-03-30,01:43:43,+0400,44196397,elonmusk,Elon Musk,,"@wapodavenport That would be great, or possibly via video with full access to telemetry",en,[],[],[],474,378,13713,[],[],https://twitter.com/elonmusk/status/1376651308732710914,False,,0,,,,,,,,"[{'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1376558233624666120,1376235871989551105,2021-03-29 19:33:52 Arabian Standard Time,2021-03-29,19:33:52,+0400,44196397,elonmusk,Elon Musk,,FAA inspector unable to reach Starbase in time for launch today. Postponed to no earlier than tomorrow.,en,[],[],[],3245,2897,72015,[],[],https://twitter.com/elonmusk/status/1376558233624666120,False,,0,,,,,,,,[],,,, +1376235871989551105,1376235871989551105,2021-03-28 22:12:55 Arabian Standard Time,2021-03-28,22:12:55,+0400,44196397,elonmusk,Elon Musk,,Possible Starship flight tomorrow afternoon,en,[],[],[],10554,16791,325511,[],[],https://twitter.com/elonmusk/status/1376235871989551105,False,,0,,,,,,,,[],,,, +1376150517722791938,1376032888764960769,2021-03-28 16:33:45 Arabian Standard Time,2021-03-28,16:33:45,+0400,44196397,elonmusk,Elon Musk,,@PPathole @nbcsnl Trying,en,[],[],[],219,94,2630,[],[],https://twitter.com/elonmusk/status/1376150517722791938,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'nbcsnl', 'name': 'Saturday Night Live - SNL', 'id': '28221296'}]",,,, +1376150241305563140,1376129545112260610,2021-03-28 16:32:39 Arabian Standard Time,2021-03-28,16:32:39,+0400,44196397,elonmusk,Elon Musk,,@ChitaGranger @frost_367 Who is 👌,en,[],[],[],66,41,1697,[],[],https://twitter.com/elonmusk/status/1376150241305563140,False,,0,,,,,,,,"[{'screen_name': 'ChitaGranger', 'name': 'Chloeeee', 'id': '920176068278894593'}, {'screen_name': 'frost_367', 'name': 'baka', 'id': '1092385714937958400'}]",,,, +1376143875312607235,1376032888764960769,2021-03-28 16:07:22 Arabian Standard Time,2021-03-28,16:07:22,+0400,44196397,elonmusk,Elon Musk,,@nbcsnl Nice,en,[],[],[],248,257,7176,[],[],https://twitter.com/elonmusk/status/1376143875312607235,False,,0,,,,,,,,"[{'screen_name': 'nbcsnl', 'name': 'Saturday Night Live - SNL', 'id': '28221296'}]",,,, +1376129545112260610,1376129545112260610,2021-03-28 15:10:25 Arabian Standard Time,2021-03-28,15:10:25,+0400,44196397,elonmusk,Elon Musk,,Wholesome memes https://t.co/u5TkHJua8Q,en,[],[],['https://pbs.twimg.com/media/Exj-huGXMAQ_dkJ.jpg'],5340,34769,451257,[],[],https://twitter.com/elonmusk/status/1376129545112260610,False,,1,https://pbs.twimg.com/media/Exj-huGXMAQ_dkJ.jpg,,,,,,,[],,,, +1375909807220228100,1375453290666717186,2021-03-28 00:37:15 Arabian Standard Time,2021-03-28,00:37:15,+0400,44196397,elonmusk,Elon Musk,,@summerlinARK We should be laughing our asses off if it’s so damn smart!,en,[],[],[],306,149,3431,[],[],https://twitter.com/elonmusk/status/1375909807220228100,False,,0,,,,,,,,"[{'screen_name': 'summerlinARK', 'name': 'Will Summerlin', 'id': '1375179591757668352'}]",,,, +1375909594195763200,1375453290666717186,2021-03-28 00:36:25 Arabian Standard Time,2021-03-28,00:36:25,+0400,44196397,elonmusk,Elon Musk,,@summerlinARK I wanna know when AI will be able to do standup comedy well!?,en,[],[],[],320,241,3923,[],[],https://twitter.com/elonmusk/status/1375909594195763200,False,,0,,,,,,,,"[{'screen_name': 'summerlinARK', 'name': 'Will Summerlin', 'id': '1375179591757668352'}]",,,, +1375909263655251971,1375453290666717186,2021-03-28 00:35:06 Arabian Standard Time,2021-03-28,00:35:06,+0400,44196397,elonmusk,Elon Musk,,@summerlinARK Sounds about right,en,[],[],[],71,63,1818,[],[],https://twitter.com/elonmusk/status/1375909263655251971,False,,0,,,,,,,,"[{'screen_name': 'summerlinARK', 'name': 'Will Summerlin', 'id': '1375179591757668352'}]",,,, +1375909123246686212,1375453290666717186,2021-03-28 00:34:32 Arabian Standard Time,2021-03-28,00:34:32,+0400,44196397,elonmusk,Elon Musk,,"@summerlinARK It’s not really possible to match the human brain in 2021 for any amount of money imo, but it will be possible probably in a few years",en,[],[],[],205,215,3206,[],[],https://twitter.com/elonmusk/status/1375909123246686212,False,,0,,,,,,,,"[{'screen_name': 'summerlinARK', 'name': 'Will Summerlin', 'id': '1375179591757668352'}]",,,, +1375731674873483266,1375526057659486213,2021-03-27 12:49:25 Arabian Standard Time,2021-03-27,12:49:25,+0400,44196397,elonmusk,Elon Musk,,"@cleantechnica This is crazy. Should use Tesla Megapacks for load-leveling the grid. More effective, more reliable and costs less.",en,[],[],[],558,834,10335,[],[],https://twitter.com/elonmusk/status/1375731674873483266,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1375655960266616835,1375652425814704128,2021-03-27 07:48:34 Arabian Standard Time,2021-03-27,07:48:34,+0400,44196397,elonmusk,Elon Musk,,@AstroJordy Haha actually true,en,[],[],[],369,421,27763,[],[],https://twitter.com/elonmusk/status/1375655960266616835,False,,0,,,,,,,,"[{'screen_name': 'AstroJordy', 'name': 'jordan🇺🇦', 'id': '1142527715670519808'}]",,,, +1375652425814704128,1375652425814704128,2021-03-27 07:34:31 Arabian Standard Time,2021-03-27,07:34:31,+0400,44196397,elonmusk,Elon Musk,,Check out our new crane https://t.co/PE4vL6uKcb,en,[],[],['https://pbs.twimg.com/media/ExdMlxuWYAEpSm1.jpg'],17245,46348,565765,[],[],https://twitter.com/elonmusk/status/1375652425814704128,False,,1,https://pbs.twimg.com/media/ExdMlxuWYAEpSm1.jpg,,,,,,,[],,,, +1375647941675913221,1375636217027518465,2021-03-27 07:16:42 Arabian Standard Time,2021-03-27,07:16:42,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @TwitterSupport @jack This appears to be widespread. I wonder who is doing it …,en,[],[],[],237,166,3130,[],[],https://twitter.com/elonmusk/status/1375647941675913221,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'TwitterSupport', 'name': 'Twitter Support', 'id': '17874544'}, {'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1375646062581575687,1375589391297560577,2021-03-27 07:09:14 Arabian Standard Time,2021-03-27,07:09:14,+0400,44196397,elonmusk,Elon Musk,,"@ICannot_Enough @waitbutwhy We are too cell-constrained right now, but probably ok next year",en,[],[],[],152,119,2526,[],[],https://twitter.com/elonmusk/status/1375646062581575687,False,,0,,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1375639898758209544,1375589391297560577,2021-03-27 06:44:44 Arabian Standard Time,2021-03-27,06:44:44,+0400,44196397,elonmusk,Elon Musk,,@waitbutwhy Great video,en,[],[],[],175,94,2740,[],[],https://twitter.com/elonmusk/status/1375639898758209544,False,,0,,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1375545176324734978,1375474227378274305,2021-03-27 00:28:21 Arabian Standard Time,2021-03-27,00:28:21,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @SpaceX @Blackmagic_News @andrutay @bstineman @SpacePadreIsle @considercosmos Standing down SN11 until probably Monday. Additional checkouts are needed. Doing our best to land & fully recover.,en,[],[],[],448,1039,15071,[],[],https://twitter.com/elonmusk/status/1375545176324734978,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Blackmagic_News', 'name': 'Blackmagic Design', 'id': '146579141'}, {'screen_name': 'andrutay', 'name': 'Andrew', 'id': '2322422173'}, {'screen_name': 'bstineman', 'name': 'Ben Stineman', 'id': '18885930'}, {'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'considercosmos', 'name': 'Cosmic Perspective', 'id': '1050516235178237952'}]",,,, +1375531357976281096,1375493268008546307,2021-03-26 23:33:26 Arabian Standard Time,2021-03-26,23:33:26,+0400,44196397,elonmusk,Elon Musk,,@AdamSinger Haha,tl,[],[],[],141,67,3244,[],[],https://twitter.com/elonmusk/status/1375531357976281096,False,,0,,,,,,,,"[{'screen_name': 'AdamSinger', 'name': 'Adam Singer', 'id': '14031032'}]",,,, +1375510416994967552,1375480136695439361,2021-03-26 22:10:13 Arabian Standard Time,2021-03-26,22:10:13,+0400,44196397,elonmusk,Elon Musk,,"@SpaceXMR Heavy comes in more like a javelin. Similar to Falcon 9, but caught by the tower vs landing on legs.",en,[],[],[],243,229,5460,[],[],https://twitter.com/elonmusk/status/1375510416994967552,False,,0,,,,,,,,"[{'screen_name': 'SpaceXMR', 'name': 'r/SpaceXMasterrace', 'id': '1004697063974633472'}]",,,, +1375361401447927810,1375237132831232005,2021-03-26 12:18:05 Arabian Standard Time,2021-03-26,12:18:05,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog I think there is a >0% chance Tesla could be the biggest company,en,[],[],[],525,819,8125,[],[],https://twitter.com/elonmusk/status/1375361401447927810,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1375360861557100545,1375320968046989313,2021-03-26 12:15:57 Arabian Standard Time,2021-03-26,12:15:57,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica Solar has come a long way. Now just needs lots of long-life batteries!,en,[],[],[],389,531,7569,[],[],https://twitter.com/elonmusk/status/1375360861557100545,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1375246591439691778,1375117633515880449,2021-03-26 04:41:52 Arabian Standard Time,2021-03-26,04:41:52,+0400,44196397,elonmusk,Elon Musk,,@SpaceXMR 🤣🤣,und,[],[],[],136,101,3583,[],[],https://twitter.com/elonmusk/status/1375246591439691778,False,,0,,,,,,,,"[{'screen_name': 'SpaceXMR', 'name': 'r/SpaceXMasterrace', 'id': '1004697063974633472'}]",,,, +1375214332028444674,1375185836170416129,2021-03-26 02:33:41 Arabian Standard Time,2021-03-26,02:33:41,+0400,44196397,elonmusk,Elon Musk,,"@TheOnion Shame on you, Onion. This is why people are switching to @TheBabylonBee!",en,"[{'screen_name': 'thebabylonbee', 'name': 'the babylon bee', 'id': '4914384040'}]",[],[],1939,1163,18102,[],[],https://twitter.com/elonmusk/status/1375214332028444674,False,,0,,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1375214071809642496,1375185836170416129,2021-03-26 02:32:39 Arabian Standard Time,2021-03-26,02:32:39,+0400,44196397,elonmusk,Elon Musk,,@howlpolitically @TheOnion 2/2 My father & his extended family have been dependent on financial support from my brother & me for over 20 years. This article is actually accurate:,en,[],[],[],202,491,5126,[],[],https://twitter.com/elonmusk/status/1375214071809642496,False,https://twitter.com/jdotarnold/status/1369301770749546507,0,,,,,,,,"[{'screen_name': 'howlpolitically', 'name': 'Dr. ሉቃስ', 'id': '433792612'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1375212880790913025,1375185836170416129,2021-03-26 02:27:55 Arabian Standard Time,2021-03-26,02:27:55,+0400,44196397,elonmusk,Elon Musk,,"@howlpolitically @TheOnion 1/2 This article is false. - I arrived by myself in Canada in ‘89 with ~CA$2500 - Paid my own way through college, ending with ~$100k student debt - Started 1st company with no funding & just one computer I built - There’s no evidence whatsoever of an “emerald mine”",en,[],[],[],346,808,7455,[],[],https://twitter.com/elonmusk/status/1375212880790913025,False,,0,,,,,,,,"[{'screen_name': 'howlpolitically', 'name': 'Dr. ሉቃስ', 'id': '433792612'}, {'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1375073328424124423,1375073137163927552,2021-03-25 17:13:23 Arabian Standard Time,2021-03-25,17:13:23,+0400,44196397,elonmusk,Elon Musk,,@JubanMohamed There will be no handles,en,[],[],[],655,452,7845,[],[],https://twitter.com/elonmusk/status/1375073328424124423,False,,0,,,,,,,,"[{'screen_name': 'JubanMohamed', 'name': '𐩸𐩫𐩧𐩺𐩱', 'id': '903824050560126976'}]",,,, +1375033483148451842,1375033483148451842,2021-03-25 14:35:03 Arabian Standard Time,2021-03-25,14:35:03,+0400,44196397,elonmusk,Elon Musk,,"If there’s ever a scandal about me, *please* call it Elongate",en,[],[],[],20523,53655,743123,[],[],https://twitter.com/elonmusk/status/1375033483148451842,False,,0,,,,,,,,[],,,, +1375033181418573824,1374872824460931074,2021-03-25 14:33:51 Arabian Standard Time,2021-03-25,14:33:51,+0400,44196397,elonmusk,Elon Musk,,@universal_sci This comment thread is 🔥,en,[],[],[],162,104,3190,[],[],https://twitter.com/elonmusk/status/1375033181418573824,False,,0,,,,,,,,"[{'screen_name': 'universal_sci', 'name': 'Universal-Sci', 'id': '2993230373'}]",,,, +1375031060753346564,1375031060753346564,2021-03-25 14:25:26 Arabian Standard Time,2021-03-25,14:25:26,+0400,44196397,elonmusk,Elon Musk,,Don’t defy DeFi,en,[],[],[],10770,16158,169656,[],[],https://twitter.com/elonmusk/status/1375031060753346564,False,,0,,,,,,,,[],,,, +1374993015811403778,1374790636637884417,2021-03-25 11:54:15 Arabian Standard Time,2021-03-25,11:54:15,+0400,44196397,elonmusk,Elon Musk,,@itsALLrisky @KimDotcom 👀,und,[],[],[],267,395,3633,[],[],https://twitter.com/elonmusk/status/1374993015811403778,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}, {'screen_name': 'KimDotcom', 'name': 'Kim Dotcom', 'id': '611986351'}]",,,, +1374991664280834054,1374991664280834054,2021-03-25 11:48:53 Arabian Standard Time,2021-03-25,11:48:53,+0400,44196397,elonmusk,Elon Musk,,Mars rover looking back https://t.co/oaFOCezRuU,en,[],[],['https://pbs.twimg.com/media/ExTzoUSU8AEnsD2.jpg'],6921,15848,265700,[],[],https://twitter.com/elonmusk/status/1374991664280834054,False,,1,https://pbs.twimg.com/media/ExTzoUSU8AEnsD2.jpg,,,,,,,[],,,, +1374989895039508481,1374790636637884417,2021-03-25 11:41:51 Arabian Standard Time,2021-03-25,11:41:51,+0400,44196397,elonmusk,Elon Musk,,@KimDotcom Fair point,en,[],[],[],831,482,8831,[],[],https://twitter.com/elonmusk/status/1374989895039508481,False,,0,,,,,,,,"[{'screen_name': 'KimDotcom', 'name': 'Kim Dotcom', 'id': '611986351'}]",,,, +1374987902120206337,1374868211427016704,2021-03-25 11:33:56 Arabian Standard Time,2021-03-25,11:33:56,+0400,44196397,elonmusk,Elon Musk,,@dogecoinww @MattWallace888 @CorinnaKopf You raise a good point haha,en,[],[],[],122,227,7683,[],[],https://twitter.com/elonmusk/status/1374987902120206337,False,,0,,,,,,,,"[{'screen_name': 'dogecoinww', 'name': 'Dogecoinworldwide', 'id': '1352795347089678336'}, {'screen_name': 'MattWallace888', 'name': 'Matt Wallace', 'id': '805532293951606785'}, {'screen_name': 'CorinnaKopf', 'name': 'pouty girl', 'id': '240884573'}]",,,, +1374866022776250371,1374750183154720778,2021-03-25 03:29:38 Arabian Standard Time,2021-03-25,03:29:38,+0400,44196397,elonmusk,Elon Musk,,@blockfolio 🤣🤣,und,[],[],[],1004,1673,73762,[],[],https://twitter.com/elonmusk/status/1374866022776250371,False,,0,,,,,,,,[],,,, +1374817387669676034,1374765931881201664,2021-03-25 00:16:22 Arabian Standard Time,2021-03-25,00:16:22,+0400,44196397,elonmusk,Elon Musk,,"@EvaFoxU Wow, shame on ZDF Info!",de,[],[],[],854,1513,16077,[],[],https://twitter.com/elonmusk/status/1374817387669676034,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}]",,,, +1374621425466675205,1374617643446063105,2021-03-24 11:17:41 Arabian Standard Time,2021-03-24,11:17:41,+0400,44196397,elonmusk,Elon Musk,,@lexfridman 👍,und,[],[],[],307,307,13426,[],[],https://twitter.com/elonmusk/status/1374621425466675205,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1374619672973221892,1374617643446063105,2021-03-24 11:10:43 Arabian Standard Time,2021-03-24,11:10:43,+0400,44196397,elonmusk,Elon Musk,,Pay by Bitcoin capability available outside US later this year,en,[],[],[],3034,8695,136421,[],[],https://twitter.com/elonmusk/status/1374619672973221892,False,,0,,,,,,,,[],,,, +1374619379929772034,1374617643446063105,2021-03-24 11:09:34 Arabian Standard Time,2021-03-24,11:09:34,+0400,44196397,elonmusk,Elon Musk,,"Tesla is using only internal & open source software & operates Bitcoin nodes directly. Bitcoin paid to Tesla will be retained as Bitcoin, not converted to fiat currency.",en,[],[],[],4515,19032,173133,[],[],https://twitter.com/elonmusk/status/1374619379929772034,False,,0,,,,,,,,[],,,, +1374617643446063105,1374617643446063105,2021-03-24 11:02:40 Arabian Standard Time,2021-03-24,11:02:40,+0400,44196397,elonmusk,Elon Musk,,You can now buy a Tesla with Bitcoin,en,[],[],[],34764,107869,865043,[],[],https://twitter.com/elonmusk/status/1374617643446063105,False,,0,,,,,,,,[],,,, +1374608805909045249,1374597064739287044,2021-03-24 10:27:32 Arabian Standard Time,2021-03-24,10:27:32,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog @joeys_lady @DrSej Yup,und,[],[],[],95,66,2125,[],[],https://twitter.com/elonmusk/status/1374608805909045249,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'joeys_lady', 'name': 'Joeys Cleaning Lady', 'id': '1003860685644689410'}, {'screen_name': 'DrSej', 'name': 'Sejal M. Patel, M.D.', 'id': '587909261'}]",,,, +1374607651380760581,1374514840518025222,2021-03-24 10:22:57 Arabian Standard Time,2021-03-24,10:22:57,+0400,44196397,elonmusk,Elon Musk,,@bindureddy And books haha,en,[],[],[],149,169,3874,[],[],https://twitter.com/elonmusk/status/1374607651380760581,False,,0,,,,,,,,"[{'screen_name': 'bindureddy', 'name': 'Bindu Reddy 🔥❤️', 'id': '6398252'}]",,,, +1374605270706360323,1374514840518025222,2021-03-24 10:13:30 Arabian Standard Time,2021-03-24,10:13:30,+0400,44196397,elonmusk,Elon Musk,,@bindureddy You can basically learn anything on YouTube/Reddit,en,[],[],[],449,1687,17616,[],[],https://twitter.com/elonmusk/status/1374605270706360323,False,,0,,,,,,,,"[{'screen_name': 'bindureddy', 'name': 'Bindu Reddy 🔥❤️', 'id': '6398252'}]",,,, +1374284021379731457,1374021811835432962,2021-03-23 12:56:58 Arabian Standard Time,2021-03-23,12:56:58,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy @arstechnica @SciGuySpace SpaceX will be landing Starships on Mars well before 2030. The really hard threshold is making Mars Base Alpha self-sustaining.,en,[],[],[],599,864,8235,[],[],https://twitter.com/elonmusk/status/1374284021379731457,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1374170110206767105,1374167754404630528,2021-03-23 05:24:19 Arabian Standard Time,2021-03-23,05:24:19,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly He was great on many levels https://t.co/exrZ1G9Rqk,en,[],['https://en.m.wikipedia.org/wiki/Leo_Szilard'],[],233,199,4525,[],[],https://twitter.com/elonmusk/status/1374170110206767105,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🦊🐢🦔', 'id': '372959979'}]",,,, +1374167754404630528,1374167754404630528,2021-03-23 05:14:58 Arabian Standard Time,2021-03-23,05:14:58,+0400,44196397,elonmusk,Elon Musk,,Strongest argument against aliens https://t.co/eF2FFZpJQE,en,[],[],['https://pbs.twimg.com/media/ExIGSZ3UUAQ22gV.jpg'],12825,41561,444008,[],[],https://twitter.com/elonmusk/status/1374167754404630528,False,,1,https://pbs.twimg.com/media/ExIGSZ3UUAQ22gV.jpg,,,,,,,[],,,, +1374166458595340288,1374165053528805379,2021-03-23 05:09:49 Arabian Standard Time,2021-03-23,05:09:49,+0400,44196397,elonmusk,Elon Musk,,@lexfridman @AndrewYang !,und,[],[],[],310,380,8785,[],[],https://twitter.com/elonmusk/status/1374166458595340288,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'AndrewYang', 'name': 'Andrew Yang🧢⬆️🇺🇸', 'id': '2228878592'}]",,,, +1374163907976257536,1374158539363545091,2021-03-23 04:59:41 Arabian Standard Time,2021-03-23,04:59:41,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog I once did a road trip across most of US with 2 adults & 5 kids in a Model S!,en,[],[],[],275,177,4121,[],[],https://twitter.com/elonmusk/status/1374163907976257536,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1374163576747884544,1374021811835432962,2021-03-23 04:58:22 Arabian Standard Time,2021-03-23,04:58:22,+0400,44196397,elonmusk,Elon Musk,,@arstechnica @SciGuySpace They are aiming too low. Only rockets that are fully & rapidly reusable will be competitive. Everything else will seem like a cloth biplane in the age of jets.,en,[],[],[],244,408,7018,[],[],https://twitter.com/elonmusk/status/1374163576747884544,False,,0,,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1374162070598475778,1374158539363545091,2021-03-23 04:52:22 Arabian Standard Time,2021-03-23,04:52:22,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog The new Plaid S is our best car ever. Will be first production car to achieve 0-60mph in under 2 secs & it has four doors & seats up to 7 people.,en,[],[],[],455,549,6475,[],[],https://twitter.com/elonmusk/status/1374162070598475778,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1374157805406523397,1374152479269646338,2021-03-23 04:35:26 Arabian Standard Time,2021-03-23,04:35:26,+0400,44196397,elonmusk,Elon Musk,,"@TheMarsSociety SpaceX is developing rockets needed to make life multiplanetary — full & rapid reusability at large scale. Even if SpaceX fails in that goal, the rockets will still be most advanced on Earth. Starlink‘s purpose is to provide Internet to the least served & to pay for Mars.",en,[],[],[],636,1138,14887,[],[],https://twitter.com/elonmusk/status/1374157805406523397,False,,0,,,,,,,,"[{'screen_name': 'TheMarsSociety', 'name': 'The Mars Society', 'id': '16178922'}]",,,, +1373819373090050048,1373669212271566858,2021-03-22 06:10:37 Arabian Standard Time,2021-03-22,06:10:37,+0400,44196397,elonmusk,Elon Musk,,@bluemoondance74 @NASASpaceflight Going well. Lot of work for an extra 20 secs of Isp!,en,[],[],[],211,134,3312,[],[],https://twitter.com/elonmusk/status/1373819373090050048,False,,0,,,,,,,,"[{'screen_name': 'bluemoondance74', 'name': 'Reagan Beck', 'id': '844015154643648512'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1373735946244431873,1373669212271566858,2021-03-22 00:39:07 Arabian Standard Time,2021-03-22,00:39:07,+0400,44196397,elonmusk,Elon Musk,,@NASASpaceflight Hopefully will happen this decade,en,[],[],[],464,537,7826,[],[],https://twitter.com/elonmusk/status/1373735946244431873,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1373555480870621188,1373328330041229312,2021-03-21 12:42:00 Arabian Standard Time,2021-03-21,12:42:00,+0400,44196397,elonmusk,Elon Musk,,@newscientist True,en,[],[],[],491,375,15509,[],[],https://twitter.com/elonmusk/status/1373555480870621188,False,,0,,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +1373507545315172357,1373263440391864323,2021-03-21 09:31:31 Arabian Standard Time,2021-03-21,09:31:31,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica I am accumulating resources to help make life multiplanetary & extend the light of consciousness to the stars,en,[],[],[],10202,11876,142721,[],[],https://twitter.com/elonmusk/status/1373507545315172357,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1373492611231535111,1373357995288051718,2021-03-21 08:32:11 Arabian Standard Time,2021-03-21,08:32:11,+0400,44196397,elonmusk,Elon Musk,,"@CathieDWood When vast amounts of manufacturing are needed, as in robotaxis, this slows down rate of introduction, so maybe more like winner-takes-a-quarter. Still great.",en,[],[],[],354,409,6680,[],[],https://twitter.com/elonmusk/status/1373492611231535111,False,,0,,,,,,,,"[{'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}]",,,, +1373490900807032840,1310591950853201921,2021-03-21 08:25:23 Arabian Standard Time,2021-03-21,08:25:23,+0400,44196397,elonmusk,Elon Musk,,"@Swaggerheim @SciGuySpace Not trying to roast, just being as literal as possible",en,[],[],[],112,61,1961,[],[],https://twitter.com/elonmusk/status/1373490900807032840,False,,0,,,,,,,,"[{'screen_name': 'Swaggerheim', 'name': 'Stefen Fagerheim', 'id': '709813976264220672'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1373490467807977475,1373451932078022658,2021-03-21 08:23:40 Arabian Standard Time,2021-03-21,08:23:40,+0400,44196397,elonmusk,Elon Musk,,@johnkrausphotos 🤣🤣,und,[],[],[],69,48,1615,[],[],https://twitter.com/elonmusk/status/1373490467807977475,False,,0,,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}]",,,, +1373490182117224448,1373485789099753472,2021-03-21 08:22:32 Arabian Standard Time,2021-03-21,08:22:32,+0400,44196397,elonmusk,Elon Musk,,"@AtomicsAstro @PPathole Yeah, but I’m English",en,[],[],[],127,59,1767,[],[],https://twitter.com/elonmusk/status/1373490182117224448,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1373489931574673408,1310591950853201921,2021-03-21 08:21:32 Arabian Standard Time,2021-03-21,08:21:32,+0400,44196397,elonmusk,Elon Musk,,"@SciGuySpace Not quite how I would tell the story, but it’s probably worth a read",en,[],[],[],144,108,2901,[],[],https://twitter.com/elonmusk/status/1373489931574673408,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1373489348960645120,1373485789099753472,2021-03-21 08:19:13 Arabian Standard Time,2021-03-21,08:19:13,+0400,44196397,elonmusk,Elon Musk,,@PPathole This is important,en,[],[],[],628,698,23174,[],[],https://twitter.com/elonmusk/status/1373489348960645120,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1373471097559994368,1366405443136856068,2021-03-21 07:06:42 Arabian Standard Time,2021-03-21,07:06:42,+0400,44196397,elonmusk,Elon Musk,,"@TrungTPhan Wow, hard to believe that was 17 years ago!",en,[],[],[],237,233,6932,[],[],https://twitter.com/elonmusk/status/1373471097559994368,False,,0,,,,,,,,"[{'screen_name': 'TrungTPhan', 'name': 'Trung Phan', 'id': '945817135816654848'}]",,,, +1373467434380783626,1373436726727745537,2021-03-21 06:52:08 Arabian Standard Time,2021-03-21,06:52:08,+0400,44196397,elonmusk,Elon Musk,,@TeslaPhx @CodingMark @EvaFoxU @jrosinski97 @daelmor @piangfa @Kristennetten @jessica_kirsh @JC_finance @jeremyjudkins !,und,[],[],[],611,271,11125,[],[],https://twitter.com/elonmusk/status/1373467434380783626,False,,0,,,,,,,,"[{'screen_name': 'TeslaPhx', 'name': '₮ƧLλ ₱H∅ΞN!X of ₣§Ɖ βÆ±@', 'id': '224134588'}, {'screen_name': 'CodingMark', 'name': 'Mark💙💛🦊', 'id': '952755407788826624'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'jrosinski97', 'name': 'TΞSLA Jason🦊🇺🇦', 'id': '373778231'}, {'screen_name': 'daelmor', 'name': '𝔇𝔞𝔫𝔞 🦊🇺🇦🕊', 'id': '97552785'}, {'screen_name': 'piangfa', 'name': 'FahSky👽🤍🤖', 'id': '23284927'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'jessica_kirsh', 'name': '🌻 Jessica Kirsh', 'id': '199564329'}, {'screen_name': 'JC_finance', 'name': 'JC Finance & Investing📈📊', 'id': '1257081948700315650'}, {'screen_name': 'jeremyjudkins', 'name': '👻🎃Scaremy Pumpkins🎃👻', 'id': '84890791'}]",,,, +1373301467440771074,1373297357719232512,2021-03-20 19:52:39 Arabian Standard Time,2021-03-20,19:52:39,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @Twitter @TwitterComms @verified @jack Sigh,en,[],[],[],491,304,11262,[],[],https://twitter.com/elonmusk/status/1373301467440771074,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Twitter', 'name': 'Twitter', 'id': '783214'}, {'screen_name': 'TwitterComms', 'name': 'Twitter Comms', 'id': '234489024'}, {'screen_name': 'verified', 'name': 'Twitter Verified', 'id': '63796828'}, {'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1373274941202735105,1373065408983527431,2021-03-20 18:07:14 Arabian Standard Time,2021-03-20,18:07:14,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ I actually ate the sandwich haha!,en,[],[],[],1131,796,39488,[],[],https://twitter.com/elonmusk/status/1373274941202735105,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}]",,,, +1373259076465950726,1373084374837694465,2021-03-20 17:04:12 Arabian Standard Time,2021-03-20,17:04:12,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee 🤣🤣,und,[],[],[],289,314,12307,[],[],https://twitter.com/elonmusk/status/1373259076465950726,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1373203066556588034,1373203066556588034,2021-03-20 13:21:38 Arabian Standard Time,2021-03-20,13:21:38,+0400,44196397,elonmusk,Elon Musk,,Music in zero gravity https://t.co/bepfMipjrE,en,[],[],['https://pbs.twimg.com/media/Ew6Y6QuVEAU-EJS.jpg'],10714,25153,376586,[],[],https://twitter.com/elonmusk/status/1373203066556588034,False,,1,https://pbs.twimg.com/media/Ew6Y6QuVEAU-EJS.jpg,,,,,,,[],,,, +1373145910549483522,1373051617575010308,2021-03-20 09:34:31 Arabian Standard Time,2021-03-20,09:34:31,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Given significant architectural changes, including fundamental improvements to pure vision, there is limited value to testing 8.x. Hoping to upload V9.0 & button next month.",en,[],[],[],418,324,3737,[],[],https://twitter.com/elonmusk/status/1373145910549483522,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1373132222555848713,1371142209416929286,2021-03-20 08:40:08 Arabian Standard Time,2021-03-20,08:40:08,+0400,44196397,elonmusk,Elon Musk,,@SpacexVision An orbital propellant depot optimized for cryogenic storage probably makes sense long-term,en,[],[],[],178,214,4496,[],[],https://twitter.com/elonmusk/status/1373132222555848713,False,,0,,,,,,,,"[{'screen_name': 'SpacexVision', 'name': 'SpaceXvision', 'id': '1245684737135398912'}]",,,, +1373027383511412739,1373025863646740480,2021-03-20 01:43:32 Arabian Standard Time,2021-03-20,01:43:32,+0400,44196397,elonmusk,Elon Musk,,@Teslarati Преступленіе и наказаніе,uk,[],[],[],781,646,8658,[],[],https://twitter.com/elonmusk/status/1373027383511412739,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1372826575293583366,1372701263427641346,2021-03-19 12:25:36 Arabian Standard Time,2021-03-19,12:25:36,+0400,44196397,elonmusk,Elon Musk,,@MarcusHouse The [ahem] reach-around,en,[],[],[],323,249,10173,[],[],https://twitter.com/elonmusk/status/1372826575293583366,False,,0,,,,,,,,"[{'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}]",,,, +1372813161846439936,1372762954479804416,2021-03-19 11:32:18 Arabian Standard Time,2021-03-19,11:32:18,+0400,44196397,elonmusk,Elon Musk,,"@RationalEtienne @jordanbpeterson We could talk about Life, the Universe and Everything",en,[],[],[],1047,1074,29389,[],[],https://twitter.com/elonmusk/status/1372813161846439936,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'jordanbpeterson', 'name': 'Dr Jordan B Peterson', 'id': '95092020'}]",,,, +1372812312936128513,1372540915861094401,2021-03-19 11:28:55 Arabian Standard Time,2021-03-19,11:28:55,+0400,44196397,elonmusk,Elon Musk,,@VinterNix @Bell Coming soon!,en,[],[],[],99,75,2144,[],[],https://twitter.com/elonmusk/status/1372812312936128513,False,,0,,,,,,,,"[{'screen_name': 'VinterNix', 'name': 'VinterNix', 'id': '1075124697669480453'}, {'screen_name': 'Bell', 'name': 'Bell', 'id': '38807340'}]",,,, +1372808148369641476,1372579468196331528,2021-03-19 11:12:22 Arabian Standard Time,2021-03-19,11:12:22,+0400,44196397,elonmusk,Elon Musk,,@MoMoButFaster 🤣🤣,und,[],[],[],354,390,21749,[],[],https://twitter.com/elonmusk/status/1372808148369641476,False,,0,,,,,,,,"[{'screen_name': 'MoMoButFaster', 'name': 'afk', 'id': '3233011012'}]",,,, +1372803636305137664,1372542764160847874,2021-03-19 10:54:27 Arabian Standard Time,2021-03-19,10:54:27,+0400,44196397,elonmusk,Elon Musk,,"@remouherek @SciGuySpace As you can see, I have a long history with using tents!",en,[],[],[],244,233,7862,[],[],https://twitter.com/elonmusk/status/1372803636305137664,False,,0,,,,,,,,"[{'screen_name': 'remouherek', 'name': 'Remo Uherek', 'id': '3549601'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1372792458128412675,1372762954479804416,2021-03-19 10:10:01 Arabian Standard Time,2021-03-19,10:10:01,+0400,44196397,elonmusk,Elon Musk,,@jordanbpeterson What would you like to talk about?,en,[],[],[],2471,1877,51421,[],[],https://twitter.com/elonmusk/status/1372792458128412675,False,,0,,,,,,,,"[{'screen_name': 'jordanbpeterson', 'name': 'Dr Jordan B Peterson', 'id': '95092020'}]",,,, +1372792170147553292,15434727182,2021-03-19 10:08:53 Arabian Standard Time,2021-03-19,10:08:53,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV 💯,und,[],[],[],187,132,3340,[],[],https://twitter.com/elonmusk/status/1372792170147553292,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1372739631846936581,1372739631846936581,2021-03-19 06:40:07 Arabian Standard Time,2021-03-19,06:40:07,+0400,44196397,elonmusk,Elon Musk,, https://t.co/Ngk8SJvDUW,und,[],[],['https://pbs.twimg.com/media/EwzzayyWEAAQDkj.jpg'],8257,21894,330061,[],[],https://twitter.com/elonmusk/status/1372739631846936581,False,,1,https://pbs.twimg.com/media/EwzzayyWEAAQDkj.jpg,,,,,,,[],,,, +1372725108909957121,1372705169142599683,2021-03-19 05:42:24 Arabian Standard Time,2021-03-19,05:42:24,+0400,44196397,elonmusk,Elon Musk,,"@melaniemadri @thejackbeyer @NASASpaceflight Floor is installed, elevator is operational, waiting on glass",en,[],[],[],200,141,3634,[],[],https://twitter.com/elonmusk/status/1372725108909957121,False,,0,,,,,,,,"[{'screen_name': 'melaniemadri', 'name': 'Melanie♻️', 'id': '1165695391830028288'}, {'screen_name': 'thejackbeyer', 'name': 'Jack Beyer', 'id': '290710248'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1372724555047972869,1372705169142599683,2021-03-19 05:40:12 Arabian Standard Time,2021-03-19,05:40:12,+0400,44196397,elonmusk,Elon Musk,,@thejackbeyer @NASASpaceflight The high bay is measured to fit!,en,[],[],[],230,196,7893,[],[],https://twitter.com/elonmusk/status/1372724555047972869,False,,0,,,,,,,,"[{'screen_name': 'thejackbeyer', 'name': 'Jack Beyer', 'id': '290710248'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1372697001633136646,1372688191803768840,2021-03-19 03:50:43 Arabian Standard Time,2021-03-19,03:50:43,+0400,44196397,elonmusk,Elon Musk,,@tobyliiiiiiiiii We will need launch tower for that. Hook height for the lift is ~140 m & both booster & ship need to be stabilized at stage separation joint.,en,[],[],[],173,189,4859,[],[],https://twitter.com/elonmusk/status/1372697001633136646,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +1372695421487824903,1372688191803768840,2021-03-19 03:44:26 Arabian Standard Time,2021-03-19,03:44:26,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut Yes, Booster 1 is a production pathfinder, figuring out how to build & transport 70 meter tall stage. Booster 2 will fly.",en,[],[],[],442,594,13136,[],[],https://twitter.com/elonmusk/status/1372695421487824903,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1372688191803768840,1372688191803768840,2021-03-19 03:15:42 Arabian Standard Time,2021-03-19,03:15:42,+0400,44196397,elonmusk,Elon Musk,,First Super Heavy Booster https://t.co/0K5QPsEbbt,en,[],[],['https://pbs.twimg.com/media/EwzEoj5WQAIPBrk.jpg'],6515,13390,218105,[],[],https://twitter.com/elonmusk/status/1372688191803768840,False,,1,https://pbs.twimg.com/media/EwzEoj5WQAIPBrk.jpg,,,,,,,[],,,, +1372658385896738817,1372581896920645632,2021-03-19 01:17:16 Arabian Standard Time,2021-03-19,01:17:16,+0400,44196397,elonmusk,Elon Musk,,@lexfridman Sometimes it’s about Doge,en,[],[],[],1591,3348,47500,[],[],https://twitter.com/elonmusk/status/1372658385896738817,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1372658174319337472,1372581896920645632,2021-03-19 01:16:26 Arabian Standard Time,2021-03-19,01:16:26,+0400,44196397,elonmusk,Elon Musk,,@lexfridman Haha,tl,[],[],[],443,410,16756,[],[],https://twitter.com/elonmusk/status/1372658174319337472,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1372444955050971142,1372444955050971142,2021-03-18 11:09:10 Arabian Standard Time,2021-03-18,11:09:10,+0400,44196397,elonmusk,Elon Musk,,The simulation really struggled to make this look real haha https://t.co/t8zvFTRUHU,en,[],[],['https://pbs.twimg.com/media/EwvnaXyW8AQKlNz.jpg'],9140,13408,289080,[],[],https://twitter.com/elonmusk/status/1372444955050971142,False,,1,https://pbs.twimg.com/media/EwvnaXyW8AQKlNz.jpg,,,,,,,[],,,, +1372437344851214339,1372437344851214339,2021-03-18 10:38:56 Arabian Standard Time,2021-03-18,10:38:56,+0400,44196397,elonmusk,Elon Musk,,Aspirationally acerbic alliteration -> Bullshit baffles brains,en,[],[],[],4469,4546,88525,[],[],https://twitter.com/elonmusk/status/1372437344851214339,False,,0,,,,,,,,[],,,, +1371995012825763842,1371987968773259271,2021-03-17 05:21:16 Arabian Standard Time,2021-03-17,05:21:16,+0400,44196397,elonmusk,Elon Musk,,@Rjdlandscapes @Erdayastronaut @SpaceX That’s our goal,en,[],[],[],333,335,6642,[],[],https://twitter.com/elonmusk/status/1371995012825763842,False,,0,,,,,,,,"[{'screen_name': 'Rjdlandscapes', 'name': 'Rob Dickinson', 'id': '2373039386'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1371994922291765255,1371994922291765255,2021-03-17 05:20:54 Arabian Standard Time,2021-03-17,05:20:54,+0400,44196397,elonmusk,Elon Musk,,SN11 almost ready to fly,en,[],[],[],4488,4208,63538,[],[],https://twitter.com/elonmusk/status/1371994922291765255,False,https://twitter.com/SpaceX/status/1371984155500773386,0,,,,,,,,[],,,, +1371994394484690948,1371987968773259271,2021-03-17 05:18:48 Arabian Standard Time,2021-03-17,05:18:48,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @SpaceX cgi irl,tl,[],[],[],280,259,8904,[],[],https://twitter.com/elonmusk/status/1371994394484690948,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1371969967176957956,1371549960030842893,2021-03-17 03:41:44 Arabian Standard Time,2021-03-17,03:41:44,+0400,44196397,elonmusk,Elon Musk,,"Actually, doesn’t feel quite right selling this. Will pass.",en,[],[],[],4275,2117,66843,[],[],https://twitter.com/elonmusk/status/1371969967176957956,False,,0,,,,,,,,[],,,, +1371600053039722500,1371558003560812545,2021-03-16 03:11:50 Arabian Standard Time,2021-03-16,03:11:50,+0400,44196397,elonmusk,Elon Musk,,@beeple 420M Doge,en,[],[],[],2406,4804,77122,[],[],https://twitter.com/elonmusk/status/1371600053039722500,False,,0,,,,,,,,"[{'screen_name': 'beeple', 'name': 'beeple', 'id': '34097500'}]",,,, +1371549960030842893,1371549960030842893,2021-03-15 23:52:47 Arabian Standard Time,2021-03-15,23:52:47,+0400,44196397,elonmusk,Elon Musk,,I’m selling this song about NFTs as an NFT https://t.co/B4EZLlesPx,en,[],[],[],21647,29367,238382,[],[],https://twitter.com/elonmusk/status/1371549960030842893,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1371549866455937027/pu/img/roD-WKcf_EdgnEHH.jpg,,,,,,,[],,,, +1371274313232486403,1371272767786479619,2021-03-15 05:37:27 Arabian Standard Time,2021-03-15,05:37:27,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com Yes,und,[],[],[],724,461,18032,[],[],https://twitter.com/elonmusk/status/1371274313232486403,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1371256869705109504,1371065184484274185,2021-03-15 04:28:09 Arabian Standard Time,2021-03-15,04:28:09,+0400,44196397,elonmusk,Elon Musk,,"@SciGuySpace SpaceX did 2X rest of world payload to orbit last year, probably 3X to 4X this year",en,[],[],[],439,872,18068,[],[],https://twitter.com/elonmusk/status/1371256869705109504,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1371103308425928708,1371103308425928708,2021-03-14 18:17:57 Arabian Standard Time,2021-03-14,18:17:57,+0400,44196397,elonmusk,Elon Musk,,I love music. It makes my heart sing.,en,[],[],[],20924,53912,543979,[],[],https://twitter.com/elonmusk/status/1371103308425928708,False,,0,,,,,,,,[],,,, +1371101369797591046,1371101369797591046,2021-03-14 18:10:15 Arabian Standard Time,2021-03-14,18:10:15,+0400,44196397,elonmusk,Elon Musk,,This is good https://t.co/8KATmh2BJx,en,[],['https://open.spotify.com/album/1nvzBC1M3dlCMIxfUCBhlO?si=R6sbNjCGT7iUeOq6JHzbcw'],[],3384,2721,43470,[],[],https://twitter.com/elonmusk/status/1371101369797591046,False,,0,,,,,,,,[],,,, +1371098915559383040,1371098915559383040,2021-03-14 18:00:29 Arabian Standard Time,2021-03-14,18:00:29,+0400,44196397,elonmusk,Elon Musk,,Play your favorite song in a Tesla & turn the volume to 11 You will see. You will feel.,en,[],[],[],7806,7562,163257,[],[],https://twitter.com/elonmusk/status/1371098915559383040,False,,0,,,,,,,,[],,,, +1371097717951332353,1371055836802387971,2021-03-14 17:55:44 Arabian Standard Time,2021-03-14,17:55:44,+0400,44196397,elonmusk,Elon Musk,,@____AMiR__ @SpaceX We will support as best we can,en,[],[],[],550,958,10013,[],[],https://twitter.com/elonmusk/status/1371097717951332353,False,,0,,,,,,,,"[{'screen_name': '____AMiR__', 'name': 'Time Eaters 🍇', 'id': '1265674275928920074'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1371096094210416641,1371055836802387971,2021-03-14 17:49:17 Arabian Standard Time,2021-03-14,17:49:17,+0400,44196397,elonmusk,Elon Musk,,"@SpaceX Fly my pretties, fly …",en,[],[],[],1157,1769,46847,[],[],https://twitter.com/elonmusk/status/1371096094210416641,False,,0,,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1371093416008941571,1371093416008941571,2021-03-14 17:38:38 Arabian Standard Time,2021-03-14,17:38:38,+0400,44196397,elonmusk,Elon Musk,,A puckish rogue https://t.co/98q8bCT68q,en,[],[],['https://pbs.twimg.com/media/EwcaMaRXMAAmQgC.jpg'],2491,2543,38656,[],[],https://twitter.com/elonmusk/status/1371093416008941571,False,,1,https://pbs.twimg.com/media/EwcaMaRXMAAmQgC.jpg,,,,,,,[],,,, +1370962492155961346,1370932948526985216,2021-03-14 08:58:24 Arabian Standard Time,2021-03-14,08:58:24,+0400,44196397,elonmusk,Elon Musk,,@leastImAlive @itsALLrisky @vladtenev This is an opportunity for RH to outdo CB!,en,[],[],[],316,881,4061,[],[],https://twitter.com/elonmusk/status/1370962492155961346,False,,0,,,,,,,,"[{'screen_name': 'leastImAlive', 'name': 'PopulationPaste', 'id': '757871065'}, {'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}, {'screen_name': 'vladtenev', 'name': 'VLAD', 'id': '605700792'}]",,,, +1370960344907182083,1370956247042650116,2021-03-14 08:49:52 Arabian Standard Time,2021-03-14,08:49:52,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog What has become absolutely clear is that the plethora of self-driving corner cases can only be solved with real-world optical intelligence. This is how humans designed the road system to work. Once you have that in silicon form, everything else is just icing on the cake.",en,[],[],[],263,415,4600,[],[],https://twitter.com/elonmusk/status/1370960344907182083,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1370950463017861123,1370950463017861123,2021-03-14 08:10:36 Arabian Standard Time,2021-03-14,08:10:36,+0400,44196397,elonmusk,Elon Musk,,Falcon flies for the 9th time tonight,en,[],[],[],3307,4577,107869,[],[],https://twitter.com/elonmusk/status/1370950463017861123,False,,0,,,,,,,,[],,,, +1370947478355333123,1370943627266908161,2021-03-14 07:58:44 Arabian Standard Time,2021-03-14,07:58:44,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog It sees in all directions simultaneously,en,[],[],[],168,166,3103,[],[],https://twitter.com/elonmusk/status/1370947478355333123,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1370946514974031872,1370946514974031872,2021-03-14 07:54:54 Arabian Standard Time,2021-03-14,07:54:54,+0400,44196397,elonmusk,Elon Musk,,I’m getting a Shiba Inu #resistanceisfutile,en,[],[],[],11898,20066,241870,['resistanceisfutile'],[],https://twitter.com/elonmusk/status/1370946514974031872,False,,0,,,,,,,,[],,,, +1370917960617967620,1370917400263192583,2021-03-14 06:01:26 Arabian Standard Time,2021-03-14,06:01:26,+0400,44196397,elonmusk,Elon Musk,,@justpaulinelol Ja,und,[],[],[],247,156,4681,[],[],https://twitter.com/elonmusk/status/1370917960617967620,False,,0,,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}]",,,, +1370917400263192583,1370917400263192583,2021-03-14 05:59:13 Arabian Standard Time,2021-03-14,05:59:13,+0400,44196397,elonmusk,Elon Musk,,Homo sapiens techno: Loves raves & technology,lt,[],[],[],3195,7451,96436,[],[],https://twitter.com/elonmusk/status/1370917400263192583,False,,0,,,,,,,,[],,,, +1370885153262817283,1370885153262817283,2021-03-14 03:51:05 Arabian Standard Time,2021-03-14,03:51:05,+0400,44196397,elonmusk,Elon Musk,,"Why are you so dogematic, they ask",en,[],[],[],9040,18228,236678,[],[],https://twitter.com/elonmusk/status/1370885153262817283,False,,0,,,,,,,,[],,,, +1370883943143251968,1370882536101056523,2021-03-14 03:46:16 Arabian Standard Time,2021-03-14,03:46:16,+0400,44196397,elonmusk,Elon Musk,,"Origin of Doge Day Afternoon: The ancient Romans sacrificed a Dogecoin at the beginning of the Doge Days to appease the rage of Sirius, believing that the star was the cause of the hot, sultry weather.",en,[],[],[],2365,7436,73979,[],[],https://twitter.com/elonmusk/status/1370883943143251968,False,,0,,,,,,,,[],,,, +1370882536101056523,1370882536101056523,2021-03-14 03:40:41 Arabian Standard Time,2021-03-14,03:40:41,+0400,44196397,elonmusk,Elon Musk,,Doge day afternoon,en,[],[],[],7048,17791,169221,[],[],https://twitter.com/elonmusk/status/1370882536101056523,False,,0,,,,,,,,[],,,, +1370880599641231360,1370880599641231360,2021-03-14 03:32:59 Arabian Standard Time,2021-03-14,03:32:59,+0400,44196397,elonmusk,Elon Musk,,Woketopia. Battle for the Moral High Ground in this new game!,en,[],[],[],3652,10684,105573,[],[],https://twitter.com/elonmusk/status/1370880599641231360,False,,0,,,,,,,,[],,,, +1370635836044238854,1370635836044238854,2021-03-13 11:20:23 Arabian Standard Time,2021-03-13,11:20:23,+0400,44196397,elonmusk,Elon Musk,,🎶 This Magic Moment 🎶,en,[],[],[],8820,12291,223295,[],[],https://twitter.com/elonmusk/status/1370635836044238854,False,,0,,,,,,,,[],,,, +1370557948494233604,1370449101402353669,2021-03-13 06:10:53 Arabian Standard Time,2021-03-13,06:10:53,+0400,44196397,elonmusk,Elon Musk,,@itsALLrisky Yes!,und,[],[],[],572,1634,11222,[],[],https://twitter.com/elonmusk/status/1370557948494233604,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1370525365358243842,1368329387733512193,2021-03-13 04:01:24 Arabian Standard Time,2021-03-13,04:01:24,+0400,44196397,elonmusk,Elon Musk,,@TSLAgang @SpinelessModer1 Yes,und,[],[],[],148,70,2184,[],[],https://twitter.com/elonmusk/status/1370525365358243842,False,,0,,,,,,,,"[{'screen_name': 'TSLAgang', 'name': 'TSLA GANG CEO', 'id': '1338900364448452610'}, {'screen_name': 'SpinelessModer1', 'name': 'Moderately Amused', 'id': '1177957138536304641'}]",,,, +1370524129212964867,1370522088507723776,2021-03-13 03:56:30 Arabian Standard Time,2021-03-13,03:56:30,+0400,44196397,elonmusk,Elon Musk,,@ashleevance For sure wise for elderly or immunocompromised to take the vaccine. Some debate about the second jab though. Quite a few negative reactions to that.,en,[],[],[],2639,388,8454,[],[],https://twitter.com/elonmusk/status/1370524129212964867,False,,0,,,,,,,,"[{'screen_name': 'ashleevance', 'name': 'Ashlee Vance', 'id': '81961201'}]",,,, +1370522745709158407,1368329387733512193,2021-03-13 03:51:00 Arabian Standard Time,2021-03-13,03:51:00,+0400,44196397,elonmusk,Elon Musk,,FSD Beta has now been expanded to ~2000 owners & we’ve also revoked beta where drivers did not pay sufficient attention to the road. No accidents to date. Next significant release will be in April. Going with pure vision — not even using radar. This is the way to real-world AI.,en,[],[],[],1447,1456,22799,[],[],https://twitter.com/elonmusk/status/1370522745709158407,False,,0,,,,,,,,[],,,, +1370513253047091203,1370508259249979393,2021-03-13 03:13:17 Arabian Standard Time,2021-03-13,03:13:17,+0400,44196397,elonmusk,Elon Musk,,@pflodin @DoctorKarl Absolutely,en,[],[],[],79,62,1677,[],[],https://twitter.com/elonmusk/status/1370513253047091203,False,,0,,,,,,,,"[{'screen_name': 'pflodin', 'name': 'ᴘ ꜰʟᴏᴅɪɴ \uea00', 'id': '805110'}, {'screen_name': 'DoctorKarl', 'name': 'Dr Karl', 'id': '21147300'}]",,,, +1370449655855788044,1370449101402353669,2021-03-12 23:00:34 Arabian Standard Time,2021-03-12,23:00:34,+0400,44196397,elonmusk,Elon Musk,,Both do mining & use blocks & chains,en,[],[],[],2899,3999,99495,[],[],https://twitter.com/elonmusk/status/1370449655855788044,False,,0,,,,,,,,[],,,, +1370449101402353669,1370449101402353669,2021-03-12 22:58:22 Arabian Standard Time,2021-03-12,22:58:22,+0400,44196397,elonmusk,Elon Musk,,BTC (Bitcoin) is an anagram of TBC(The Boring Company) What a coincidence!,en,[],[],[],11394,16586,235466,[],[],https://twitter.com/elonmusk/status/1370449101402353669,False,,0,,,,,,,,[],,,, +1370225687391563778,1370222228701392896,2021-03-12 08:10:36 Arabian Standard Time,2021-03-12,08:10:36,+0400,44196397,elonmusk,Elon Musk,,@FFairing @thejackbeyer @NASASpaceflight Quarks & leptons,en,[],[],[],274,109,4255,[],[],https://twitter.com/elonmusk/status/1370225687391563778,False,,0,,,,,,,,"[{'screen_name': 'FFairing', 'name': '🇺🇦', 'id': '878846675552534529'}, {'screen_name': 'thejackbeyer', 'name': 'Jack Beyer', 'id': '290710248'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1370224669261971456,1370222228701392896,2021-03-12 08:06:33 Arabian Standard Time,2021-03-12,08:06:33,+0400,44196397,elonmusk,Elon Musk,,@thejackbeyer @NASASpaceflight Green flame in this context means engine is burning internal components made of copper. This is usually followed by a RUD (Rapid Unscheduled Disassembly).,en,[],[],[],957,1244,43632,[],[],https://twitter.com/elonmusk/status/1370224669261971456,False,,0,,,,,,,,"[{'screen_name': 'thejackbeyer', 'name': 'Jack Beyer', 'id': '290710248'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1370009954833338374,1369820695350378498,2021-03-11 17:53:21 Arabian Standard Time,2021-03-11,17:53:21,+0400,44196397,elonmusk,Elon Musk,,@tesla_adri @28delayslater @TrevorMahlmann @SpacePadreIsle Dieses Jahr,de,[],[],[],216,105,2434,[],[],https://twitter.com/elonmusk/status/1370009954833338374,False,,0,,,,,,,,"[{'screen_name': 'tesla_adri', 'name': 'Tesla_Adri', 'id': '1321117860844965889'}, {'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}, {'screen_name': 'TrevorMahlmann', 'name': 'Trevor Mahlmann', 'id': '832270448'}, {'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}]",,,, +1369999693636329472,1369791827071664137,2021-03-11 17:12:34 Arabian Standard Time,2021-03-11,17:12:34,+0400,44196397,elonmusk,Elon Musk,,@ErcXspace @SpaceX @NASASpaceflight @Erdayastronaut Transparent aluminum (ALON) might be cool,en,[],[],[],885,597,22459,[],[],https://twitter.com/elonmusk/status/1369999693636329472,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1369993285096329217,1369820695350378498,2021-03-11 16:47:07 Arabian Standard Time,2021-03-11,16:47:07,+0400,44196397,elonmusk,Elon Musk,,@TrevorMahlmann @SpacePadreIsle Celebrating a year of great work by the SpaceX team!,en,[],[],[],371,643,18763,[],[],https://twitter.com/elonmusk/status/1369993285096329217,False,,0,,,,,,,,"[{'screen_name': 'TrevorMahlmann', 'name': 'Trevor Mahlmann', 'id': '832270448'}, {'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}]",,,, +1369992784325791750,1369659115186905091,2021-03-11 16:45:07 Arabian Standard Time,2021-03-11,16:45:07,+0400,44196397,elonmusk,Elon Musk,,@DraperYounce Wow!,und,[],[],[],692,619,32314,[],[],https://twitter.com/elonmusk/status/1369992784325791750,False,,0,,,,,,,,"[{'screen_name': 'DraperYounce', 'name': 'Draper Younce', 'id': '1199618921059348481'}]",,,, +1369969983632064513,1369662590142586882,2021-03-11 15:14:31 Arabian Standard Time,2021-03-11,15:14:31,+0400,44196397,elonmusk,Elon Musk,,@_Shameless_Plug @Falcon9Block5 @bluemoondance74 @arstechnica @SciGuySpace .@BoredElonMusk,und,"[{'screen_name': 'boredelonmusk', 'name': 'bored', 'id': '1666038950'}]",[],[],117,73,2288,[],[],https://twitter.com/elonmusk/status/1369969983632064513,False,,0,,,,,,,,"[{'screen_name': '_Shameless_Plug', 'name': 'Shameless Plug', 'id': '772457882755276800'}, {'screen_name': 'Falcon9Block5', 'name': 'Falcon 9 Block 5', 'id': '2468222130'}, {'screen_name': 'bluemoondance74', 'name': 'Reagan Beck', 'id': '844015154643648512'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1369969332114096133,1369943007806464002,2021-03-11 15:11:56 Arabian Standard Time,2021-03-11,15:11:56,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Like @CyberpunkGame, but *with* self-driving haha",en,"[{'screen_name': 'cyberpunkgame', 'name': 'cyberpunk 2077', 'id': '821102114'}]",[],[],112,110,2620,[],[],https://twitter.com/elonmusk/status/1369969332114096133,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1369933283174318082,1369662590142586882,2021-03-11 12:48:41 Arabian Standard Time,2021-03-11,12:48:41,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @arstechnica @SciGuySpace If 2021 manifest is met, SpaceX will do ~75% of total Earth payload to orbit with Falcon. A single Starship is designed to do in a day what all rockets on Earth currently do in a year. Even so, ~1000 Starships will take ~20 years to build a self-sustaining city on Mars.",en,[],[],[],289,691,5438,[],[],https://twitter.com/elonmusk/status/1369933283174318082,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1369919659898789891,1369662590142586882,2021-03-11 11:54:33 Arabian Standard Time,2021-03-11,11:54:33,+0400,44196397,elonmusk,Elon Musk,,@TezlaMick @arstechnica @SciGuySpace Yes,und,[],[],[],165,135,3155,[],[],https://twitter.com/elonmusk/status/1369919659898789891,False,,0,,,,,,,,"[{'screen_name': 'TezlaMick', 'name': 'Mick Tezla', 'id': '706510289819324416'}, {'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1369918893771395078,1369662590142586882,2021-03-11 11:51:30 Arabian Standard Time,2021-03-11,11:51:30,+0400,44196397,elonmusk,Elon Musk,,"@arstechnica @SciGuySpace Falcon 9 is almost always at max capacity. When it has “spare” performance, it flies back to land, which costs much less than using a droneship. Our fundamental constraint is mass to orbit per unit time. Last year, SpaceX launched roughly double payload mass of rest of world.",en,[],[],[],209,383,8632,[],[],https://twitter.com/elonmusk/status/1369918893771395078,False,,0,,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1369909304334123009,1369711583392243712,2021-03-11 11:13:24 Arabian Standard Time,2021-03-11,11:13:24,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @Herbert_Diess Fuel cells should be called fool sells! Such a silly choice for cars. Not great even for a rocket upper stage imo, but at least not absurd.",en,[],[],[],206,241,2965,[],[],https://twitter.com/elonmusk/status/1369909304334123009,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'Herbert_Diess', 'name': 'Herbert Diess', 'id': '1341065688706904064'}]",,,, +1369657371384025088,1368915472142401540,2021-03-10 18:32:18 Arabian Standard Time,2021-03-10,18:32:18,+0400,44196397,elonmusk,Elon Musk,,"@PPathole I was just up there. Elevator on the other side. Floor is in, glass coming soon.",en,[],[],[],327,206,4986,[],[],https://twitter.com/elonmusk/status/1369657371384025088,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1369489056350883840,1369380834772475906,2021-03-10 07:23:29 Arabian Standard Time,2021-03-10,07:23:29,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @tobyliiiiiiiiii @NASASpaceflight Yeah, we talked about that internally. Could just have it land on a big net or bouncy castle. Lacks dignity, but would work. But, optimized landing propellant is only ~5% of dry mass, so it’s not a gamechanger.",en,[],[],[],548,260,6544,[],[],https://twitter.com/elonmusk/status/1369489056350883840,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1369458403248988160,1369380834772475906,2021-03-10 05:21:41 Arabian Standard Time,2021-03-10,05:21:41,+0400,44196397,elonmusk,Elon Musk,,"@tobyliiiiiiiiii @Erdayastronaut @NASASpaceflight Might just catch the ship with the launch tower, same as booster",en,[],[],[],544,239,4973,[],[],https://twitter.com/elonmusk/status/1369458403248988160,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1369439826982936580,1369438642662502402,2021-03-10 04:07:52 Arabian Standard Time,2021-03-10,04:07:52,+0400,44196397,elonmusk,Elon Musk,,@ashleevance Battery energy density is the key to electric aircraft. Autonomy for aircraft could have been done a long time ago. Modern airliners are very close to autonomous.,en,[],[],[],181,229,3033,[],[],https://twitter.com/elonmusk/status/1369439826982936580,False,,0,,,,,,,,"[{'screen_name': 'ashleevance', 'name': 'Ashlee Vance', 'id': '81961201'}]",,,, +1369438991943151620,1369380834772475906,2021-03-10 04:04:33 Arabian Standard Time,2021-03-10,04:04:33,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @NASASpaceflight There were baffles, but one may have acted like a straw to suck bubbles in from above liquid/gas level. Something similar happened on an early Falcon 1 flight, resulting in unexpectedly high liquid oxygen residuals at main engine cutoff.",en,[],[],[],169,189,4293,[],[],https://twitter.com/elonmusk/status/1369438991943151620,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1369429565035134986,1369427819646877702,2021-03-10 03:27:05 Arabian Standard Time,2021-03-10,03:27:05,+0400,44196397,elonmusk,Elon Musk,,@Astro_Soichi ♥️ 🇯🇵,und,[],[],[],413,602,19614,[],[],https://twitter.com/elonmusk/status/1369429565035134986,False,,0,,,,,,,,"[{'screen_name': 'Astro_Soichi', 'name': 'NOGUCHI, Soichi 野口\u3000聡一(のぐち\u3000そういち)', 'id': '85891683'}]",,,, +1369382210894237705,1369380834772475906,2021-03-10 00:18:55 Arabian Standard Time,2021-03-10,00:18:55,+0400,44196397,elonmusk,Elon Musk,,"@NASASpaceflight Fair point. If autogenous pressurization had been used, CH4 bubbles would most likely have reverted to liquid. Helium in header was used to prevent ullage collapse from slosh, which happened in prior flight. My fault for approving. Sounded good at the time.",en,[],[],[],502,456,10949,[],[],https://twitter.com/elonmusk/status/1369382210894237705,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1369379914139451406,1369353962269274113,2021-03-10 00:09:48 Arabian Standard Time,2021-03-10,00:09:48,+0400,44196397,elonmusk,Elon Musk,,@austinbarnard45 SN10 engine was low on thrust due (probably) to partial helium ingestion from fuel header tank. Impact of 10m/s crushed legs & part of skirt. Multiple fixes in work for SN11.,en,[],[],[],523,830,13016,[],[],https://twitter.com/elonmusk/status/1369379914139451406,False,,0,,,,,,,,"[{'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}]",,,, +1369241155804790785,1367575171993796608,2021-03-09 14:58:25 Arabian Standard Time,2021-03-09,14:58:25,+0400,44196397,elonmusk,Elon Musk,,@eurotechjunkie @Alpsoy66 @WholeMarsBlog We will ask the regulators,en,[],[],[],241,138,2656,[],[],https://twitter.com/elonmusk/status/1369241155804790785,False,,0,,,,,,,,"[{'screen_name': 'eurotechjunkie', 'name': 'techjunkie', 'id': '214161123'}, {'screen_name': 'Alpsoy66', 'name': 'Alp', 'id': '302045293'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1369237279378714629,1367575171993796608,2021-03-09 14:43:01 Arabian Standard Time,2021-03-09,14:43:01,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Build 8.3 of FSD should be done QA testing by end of next week, so that’s roughly when download button should show up",en,[],[],[],191,315,3335,[],[],https://twitter.com/elonmusk/status/1369237279378714629,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1369235813079351297,1367575171993796608,2021-03-09 14:37:11 Arabian Standard Time,2021-03-09,14:37:11,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Assuming user approves warning & agrees to drive carefully, it will download latest QA-tested FSD “Beta” build as soon as car connects to wifi",en,[],[],[],156,299,3202,[],[],https://twitter.com/elonmusk/status/1369235813079351297,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1369201867842936836,1364607741680115717,2021-03-09 12:22:18 Arabian Standard Time,2021-03-09,12:22:18,+0400,44196397,elonmusk,Elon Musk,,@CyberpunkGame Delamain AI cabs should be able to drive themselves when you’re in them & be electric by 2077,en,[],[],[],445,778,20499,[],[],https://twitter.com/elonmusk/status/1369201867842936836,False,,0,,,,,,,,"[{'screen_name': 'CyberpunkGame', 'name': 'Cyberpunk 2077', 'id': '821102114'}]",,,, +1369077935135625219,1367575171993796608,2021-03-09 04:09:50 Arabian Standard Time,2021-03-09,04:09:50,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog … it until you make it,en,[],[],[],256,164,2640,[],[],https://twitter.com/elonmusk/status/1369077935135625219,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1369051431903268865,1368971477987561477,2021-03-09 02:24:31 Arabian Standard Time,2021-03-09,02:24:31,+0400,44196397,elonmusk,Elon Musk,,"@thesheetztweetz Not connecting Tesla cars to Starlink, as our terminal is much too big. This is for aircraft, ships, large trucks & RVs.",en,[],[],[],1085,1129,27129,[],[],https://twitter.com/elonmusk/status/1369051431903268865,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1368915472142401540,1368915472142401540,2021-03-08 17:24:16 Arabian Standard Time,2021-03-08,17:24:16,+0400,44196397,elonmusk,Elon Musk,,"Starbase, Texas https://t.co/mt4IpqqmjF",en,[],[],['https://pbs.twimg.com/media/Ev9dXccUYAEAAdz.jpg'],11644,14250,440559,[],[],https://twitter.com/elonmusk/status/1368915472142401540,False,,1,https://pbs.twimg.com/media/Ev9dXccUYAEAAdz.jpg,,,,,,,[],,,, +1368895133500936199,1368867769211514881,2021-03-08 16:03:27 Arabian Standard Time,2021-03-08,16:03:27,+0400,44196397,elonmusk,Elon Musk,,@Harbles It’s all hot air in the end haha,en,[],[],[],327,148,4475,[],[],https://twitter.com/elonmusk/status/1368895133500936199,False,,0,,,,,,,,"[{'screen_name': 'Harbles', 'name': 'Disco_Pete', 'id': '67444229'}]",,,, +1368894470163369986,1368572150525857794,2021-03-08 16:00:49 Arabian Standard Time,2021-03-08,16:00:49,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @KlenderJoey Still many fine details to address, but the final product will be fantastic. There’s nothing else even close.",en,[],[],[],314,388,6969,[],[],https://twitter.com/elonmusk/status/1368894470163369986,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1368886781542682624,1368829667952664579,2021-03-08 15:30:16 Arabian Standard Time,2021-03-08,15:30:16,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @klwtts Haha true. Yet, still, so much dignity is ascribed to horses!",en,[],[],[],165,97,2471,[],[],https://twitter.com/elonmusk/status/1368886781542682624,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'klwtts', 'name': 'The Kilowatts 🚗⚡️', 'id': '912969880852299776'}]",,,, +1368867769211514881,1368867769211514881,2021-03-08 14:14:43 Arabian Standard Time,2021-03-08,14:14:43,+0400,44196397,elonmusk,Elon Musk,,Carnot efficiency of the Universe?,en,[],[],[],6806,4845,121015,[],[],https://twitter.com/elonmusk/status/1368867769211514881,False,,0,,,,,,,,[],,,, +1368845550687117312,1368833871152771078,2021-03-08 12:46:25 Arabian Standard Time,2021-03-08,12:46:25,+0400,44196397,elonmusk,Elon Musk,,"@engineers_feed Ultimately, yes",en,[],[],[],611,423,17870,[],[],https://twitter.com/elonmusk/status/1368845550687117312,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1368693859203436548,1368693859203436548,2021-03-08 02:43:39 Arabian Standard Time,2021-03-08,02:43:39,+0400,44196397,elonmusk,Elon Musk,,"Great band, too bad they broke up https://t.co/VQm7HhHw2M",en,[],[],['https://pbs.twimg.com/media/Ev6Tz76UcAEFWp2.jpg'],10433,34288,386324,[],[],https://twitter.com/elonmusk/status/1368693859203436548,False,,1,https://pbs.twimg.com/media/Ev6Tz76UcAEFWp2.jpg,,,,,,,[],,,, +1368344522413903872,1368337974501535756,2021-03-07 03:35:31 Arabian Standard Time,2021-03-07,03:35:31,+0400,44196397,elonmusk,Elon Musk,,"@garyblack00 Update probably in Q2. Cybertruck will be built at Giga Texas, so focus right now is on getting that beast built.",en,[],[],[],454,690,8324,[],[],https://twitter.com/elonmusk/status/1368344522413903872,False,,0,,,,,,,,"[{'screen_name': 'garyblack00', 'name': 'Gary Black', 'id': '1161703589942878208'}]",,,, +1368343806823657474,1368337370936872961,2021-03-07 03:32:40 Arabian Standard Time,2021-03-07,03:32:40,+0400,44196397,elonmusk,Elon Musk,,"@westcoastbill The $1400 is mostly good imo (UBI lite), as the people get to choose how the money is spent, but the rest is mostly net bad for the people as a whole (though it is obviously characterized otherwise).",en,[],[],[],786,1202,17520,[],[],https://twitter.com/elonmusk/status/1368343806823657474,False,,0,,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",,,, +1368337660838748162,1368329387733512193,2021-03-07 03:08:15 Arabian Standard Time,2021-03-07,03:08:15,+0400,44196397,elonmusk,Elon Musk,,"@arctechinc Should be very soon. Many subtle differences between US & Canada roads, so harder than it seems.",en,[],[],[],232,157,3161,[],[],https://twitter.com/elonmusk/status/1368337660838748162,False,,0,,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +1368333982610251776,1368329387733512193,2021-03-07 02:53:38 Arabian Standard Time,2021-03-07,02:53:38,+0400,44196397,elonmusk,Elon Musk,,"@LarryKellogg @arctechinc The Tesla FSD computer started shipping in volume in Q2 2019. 2020 cars should all have FSD computers, whether or not ordered as an option.",en,[],[],[],141,138,3079,[],[],https://twitter.com/elonmusk/status/1368333982610251776,False,,0,,,,,,,,"[{'screen_name': 'LarryKellogg', 'name': 'LarryKellogg', 'id': '17041198'}, {'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +1368332350602420225,1368329387733512193,2021-03-07 02:47:09 Arabian Standard Time,2021-03-07,02:47:09,+0400,44196397,elonmusk,Elon Musk,,Availability varies by region due to regulatory approval delays and/or Tesla internal development & testing. Note: word “Beta” is used to reduce complacency in usage & set expectations appropriately. All software is first tested internally by Tesla simulation & QA drive teams.,en,[],[],[],1319,1146,30948,[],[],https://twitter.com/elonmusk/status/1368332350602420225,False,,0,,,,,,,,[],,,, +1368329387733512193,1368329387733512193,2021-03-07 02:35:23 Arabian Standard Time,2021-03-07,02:35:23,+0400,44196397,elonmusk,Elon Musk,,"Due to high levels of demand for FSD Beta, adding “Download Beta” button to Service section of car display in ~10 days",en,[],[],[],4472,3717,59966,[],[],https://twitter.com/elonmusk/status/1368329387733512193,False,https://twitter.com/elonmusk/status/1368017749851598850,0,,,,,,,,[],,,, +1368058884837928970,1368058884837928970,2021-03-06 08:40:30 Arabian Standard Time,2021-03-06,08:40:30,+0400,44196397,elonmusk,Elon Musk,,Doge spelled backwards is Egod,en,[],[],[],19814,36457,394402,[],[],https://twitter.com/elonmusk/status/1368058884837928970,False,,0,,,,,,,,[],,,, +1368050830797021187,1368049992263331841,2021-03-06 08:08:29 Arabian Standard Time,2021-03-06,08:08:29,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Beta V8.3 has literally ~1000 improvements. Will take time to QA internally before release probably in two or three weeks.,en,[],[],[],276,374,4591,[],[],https://twitter.com/elonmusk/status/1368050830797021187,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1368050094012960768,1367967590597816320,2021-03-06 08:05:34 Arabian Standard Time,2021-03-06,08:05:34,+0400,44196397,elonmusk,Elon Musk,,@SomePaleGamer 🤣🤣,und,[],[],[],272,137,7737,[],[],https://twitter.com/elonmusk/status/1368050094012960768,False,,0,,,,,,,,"[{'screen_name': 'SomePaleGamer', 'name': 'Simp Lord Eddie', 'id': '338827389'}]",,,, +1368048822534868997,1367988561895690243,2021-03-06 08:00:31 Arabian Standard Time,2021-03-06,08:00:31,+0400,44196397,elonmusk,Elon Musk,,@PPathole @TimSweeneyEpic This was way past leg loads. They got squashed hard.,en,[],[],[],263,242,5298,[],[],https://twitter.com/elonmusk/status/1368048822534868997,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'TimSweeneyEpic', 'name': 'Tim Sweeney', 'id': '1686323288'}]",,,, +1368017749851598850,1368017749851598850,2021-03-06 05:57:02 Arabian Standard Time,2021-03-06,05:57:02,+0400,44196397,elonmusk,Elon Musk,,"If you want the Tesla Full Self-Driving Beta downloaded to your car, let us know. Doubling beta program size now with 8.2 & probably 10X size with 8.3. Still be careful, but it’s getting mature.",en,[],[],[],19446,6381,121891,[],[],https://twitter.com/elonmusk/status/1368017749851598850,False,,0,,,,,,,,[],,,, +1368016992326709251,1367988561895690243,2021-03-06 05:54:02 Arabian Standard Time,2021-03-06,05:54:02,+0400,44196397,elonmusk,Elon Musk,,@chicago_glenn @TimSweeneyEpic @TrevorMahlmann Starhopper is an old timer who has seen a lot of things!,en,[],[],[],152,196,6021,[],[],https://twitter.com/elonmusk/status/1368016992326709251,False,,0,,,,,,,,"[{'screen_name': 'chicago_glenn', 'name': '✨Chicago Glenn✨', 'id': '924966648922157056'}, {'screen_name': 'TimSweeneyEpic', 'name': 'Tim Sweeney', 'id': '1686323288'}, {'screen_name': 'TrevorMahlmann', 'name': 'Trevor Mahlmann', 'id': '832270448'}]",,,, +1368016384458858500,1367988561895690243,2021-03-06 05:51:37 Arabian Standard Time,2021-03-06,05:51:37,+0400,44196397,elonmusk,Elon Musk,,"@TimSweeneyEpic Thrust was low despite being commanded high for reasons unknown at present, hence hard touchdown. We’ve never seen this before. Next time, min two engines all the way to the ground & restart engine 3 if engine 1 or 2 have issues.",en,[],[],[],412,666,9003,[],[],https://twitter.com/elonmusk/status/1368016384458858500,False,,0,,,,,,,,"[{'screen_name': 'TimSweeneyEpic', 'name': 'Tim Sweeney', 'id': '1686323288'}]",,,, +1368014448426807296,1367988561895690243,2021-03-06 05:43:55 Arabian Standard Time,2021-03-06,05:43:55,+0400,44196397,elonmusk,Elon Musk,,@TimSweeneyEpic Was super fun tbh haha,en,[],[],[],364,574,23210,[],[],https://twitter.com/elonmusk/status/1368014448426807296,False,,0,,,,,,,,"[{'screen_name': 'TimSweeneyEpic', 'name': 'Tim Sweeney', 'id': '1686323288'}]",,,, +1367979877496807426,1367257025957175297,2021-03-06 03:26:33 Arabian Standard Time,2021-03-06,03:26:33,+0400,44196397,elonmusk,Elon Musk,,@Jason Or is this just fantasy?,en,[],[],[],560,304,6917,[],[],https://twitter.com/elonmusk/status/1367979877496807426,False,,0,,,,,,,,"[{'screen_name': 'Jason', 'name': '@jason calacanis', 'id': '3840'}]",,,, +1367967590597816320,1367967590597816320,2021-03-06 02:37:43 Arabian Standard Time,2021-03-06,02:37:43,+0400,44196397,elonmusk,Elon Musk,,🙄,und,[],[],[],14969,16171,258509,[],[],https://twitter.com/elonmusk/status/1367967590597816320,False,,0,,,,,,,,[],,,, +1367785830111047680,1367785830111047680,2021-03-05 14:35:28 Arabian Standard Time,2021-03-05,14:35:28,+0400,44196397,elonmusk,Elon Musk,,SN10 is in Valhalla now https://t.co/dHy4tDVGnI,en,[],['https://m.youtube.com/watch?v=gIZOcsu8tWk&feature=youtu.be'],[],4712,5429,75364,[],[],https://twitter.com/elonmusk/status/1367785830111047680,False,,0,,,,,,,,[],,,, +1367784992961531905,1367784992961531905,2021-03-05 14:32:09 Arabian Standard Time,2021-03-05,14:32:09,+0400,44196397,elonmusk,Elon Musk,,Cybervikings of Mars,en,[],[],[],6109,9873,192666,[],[],https://twitter.com/elonmusk/status/1367784992961531905,False,,0,,,,,,,,[],,,, +1367726375008804865,1367697478485635072,2021-03-05 10:39:13 Arabian Standard Time,2021-03-05,10:39:13,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Tesla AI, both hardware & software, is deeply underestimated",en,[],[],[],483,892,7760,[],[],https://twitter.com/elonmusk/status/1367726375008804865,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1367617336757338112,1367597758916546561,2021-03-05 03:25:56 Arabian Standard Time,2021-03-05,03:25:56,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @skorusARK 🤣🤣,und,[],[],[],228,147,5510,[],[],https://twitter.com/elonmusk/status/1367617336757338112,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1367611973697818628,1367597758916546561,2021-03-05 03:04:38 Arabian Standard Time,2021-03-05,03:04:38,+0400,44196397,elonmusk,Elon Musk,,"@skorusARK Tesla & Ford are the only American carmakers not to have gone bankrupt out of 1000’s of car startups. Prototypes are easy, production is hard & being cash flow positive is excruciating.",en,[],[],[],1155,2996,50498,[],[],https://twitter.com/elonmusk/status/1367611973697818628,False,,0,,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1367330165144059906,1367257025957175297,2021-03-04 08:24:49 Arabian Standard Time,2021-03-04,08:24:49,+0400,44196397,elonmusk,Elon Musk,,@Jason cgi irl @spacex,tl,"[{'screen_name': 'spacex', 'name': 'spacex', 'id': '34743251'}]",[],[],419,328,9505,[],[],https://twitter.com/elonmusk/status/1367330165144059906,False,,0,,,,,,,,"[{'screen_name': 'Jason', 'name': '@jason calacanis', 'id': '3840'}]",,,, +1367273722734911491,1367272378766614529,2021-03-04 04:40:32 Arabian Standard Time,2021-03-04,04:40:32,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @SpaceX SpaceX team is doing great work! One day, the true measure of success will be that Starship flights are commonplace.",en,[],[],[],720,1216,21339,[],[],https://twitter.com/elonmusk/status/1367273722734911491,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1367272937632497664,1367257769695404032,2021-03-04 04:37:25 Arabian Standard Time,2021-03-04,04:37:25,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @SpaceX RIP SN10, honorable discharge",en,[],[],[],1079,2588,37386,[],[],https://twitter.com/elonmusk/status/1367272937632497664,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1367272378766614529,1367272378766614529,2021-03-04 04:35:12 Arabian Standard Time,2021-03-04,04:35:12,+0400,44196397,elonmusk,Elon Musk,,Starship SN10 landed in one piece!,en,[],[],[],8821,17026,166355,[],[],https://twitter.com/elonmusk/status/1367272378766614529,False,https://twitter.com/SpaceX/status/1367250900041953280,0,,,,,,,,[],,,, +1367213114228318209,1367205667321171968,2021-03-04 00:39:42 Arabian Standard Time,2021-03-04,00:39:42,+0400,44196397,elonmusk,Elon Musk,,Launch abort on slightly conservative high thrust limit. Increasing thrust limit & recycling propellant for another flight attempt today.,en,[],[],[],2522,3594,92154,[],[],https://twitter.com/elonmusk/status/1367213114228318209,False,,0,,,,,,,,[],,,, +1367205667321171968,1367205667321171968,2021-03-04 00:10:07 Arabian Standard Time,2021-03-04,00:10:07,+0400,44196397,elonmusk,Elon Musk,,5 mins to Starship test flight attempt,en,[],[],[],8335,8946,189849,[],[],https://twitter.com/elonmusk/status/1367205667321171968,False,,0,,,,,,,,[],,,, +1367082108863320070,1367074939317157888,2021-03-03 15:59:08 Arabian Standard Time,2021-03-03,15:59:08,+0400,44196397,elonmusk,Elon Musk,,March 3rd,en,[],[],[],2246,2494,85322,[],[],https://twitter.com/elonmusk/status/1367082108863320070,False,,0,,,,,,,,[],,,, +1367074939317157888,1367074939317157888,2021-03-03 15:30:39 Arabian Standard Time,2021-03-03,15:30:39,+0400,44196397,elonmusk,Elon Musk,,Starship launch tomorrow. Window opens at 9am.,en,[],[],[],6678,13740,233728,[],[],https://twitter.com/elonmusk/status/1367074939317157888,False,,0,,,,,,,,[],,,, +1366980026147610624,1366820931184717824,2021-03-03 09:13:30 Arabian Standard Time,2021-03-03,09:13:30,+0400,44196397,elonmusk,Elon Musk,,"@LuvMyModel3 @billhuang688 @F9Block5 @PPathole Yes, beta will be offered much more widely when version 9 is done, hopefully next month",en,[],[],[],262,277,4003,[],[],https://twitter.com/elonmusk/status/1366980026147610624,False,,0,,,,,,,,"[{'screen_name': 'LuvMyModel3', 'name': 'TeslaRebelFromDFW', 'id': '52954856'}, {'screen_name': 'billhuang688', 'name': '𝐁𝐨𝐠𝐮𝐬𝐓𝐡𝐨𝐮𝐠𝐡𝐭 - TITS, Texas', 'id': '1266489338675646464'}, {'screen_name': 'F9Block5', 'name': 'Matt', 'id': '1280177490539970560'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1366968841209745410,1366820931184717824,2021-03-03 08:29:03 Arabian Standard Time,2021-03-03,08:29:03,+0400,44196397,elonmusk,Elon Musk,,@billhuang688 @F9Block5 @PPathole FSD beta build V8.1 normally drives me around with no interventions. Next version is a big step change beyond that. Tesla is solving a major part of real-world AI. This is not widely known.,en,[],[],[],225,626,4533,[],[],https://twitter.com/elonmusk/status/1366968841209745410,False,,0,,,,,,,,"[{'screen_name': 'billhuang688', 'name': '𝐁𝐨𝐠𝐮𝐬𝐓𝐡𝐨𝐮𝐠𝐡𝐭 - TITS, Texas', 'id': '1266489338675646464'}, {'screen_name': 'F9Block5', 'name': 'Matt', 'id': '1280177490539970560'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1366967273999671298,1366967016779878407,2021-03-03 08:22:49 Arabian Standard Time,2021-03-03,08:22:49,+0400,44196397,elonmusk,Elon Musk,,@LabPadre @SpaceX You’re welcome,en,[],[],[],188,178,8132,[],[],https://twitter.com/elonmusk/status/1366967273999671298,False,,0,,,,,,,,"[{'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1366959040790601729,1366939342971809800,2021-03-03 07:50:06 Arabian Standard Time,2021-03-03,07:50:06,+0400,44196397,elonmusk,Elon Musk,,@PPathole @Erdayastronaut @LabPadre @Larry_in_Canada Good point,en,[],[],[],141,75,3212,[],[],https://twitter.com/elonmusk/status/1366959040790601729,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}, {'screen_name': 'Larry_in_Canada', 'name': 'Larry_in_Canada 🇨🇦 😷🇺🇦 🌻', 'id': '297662825'}]",,,, +1366958209185943552,1366939342971809800,2021-03-03 07:46:48 Arabian Standard Time,2021-03-03,07:46:48,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @LabPadre @Larry_in_Canada Ok, let’s figure this out tomorrow. I’m all for exciting video coverage, but we also can’t have the place festooned with cameras.",en,[],[],[],227,182,5152,[],[],https://twitter.com/elonmusk/status/1366958209185943552,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}, {'screen_name': 'Larry_in_Canada', 'name': 'Larry_in_Canada 🇨🇦 😷🇺🇦 🌻', 'id': '297662825'}]",,,, +1366955304752062464,1366939342971809800,2021-03-03 07:35:16 Arabian Standard Time,2021-03-03,07:35:16,+0400,44196397,elonmusk,Elon Musk,,@LabPadre @Larry_in_Canada First I’ve heard of this. We’ll fix the situation. I’m a fan of @labpadre video!,en,"[{'screen_name': 'labpadre', 'name': 'labpadre', 'id': '1110905864578363394'}]",[],[],119,180,4817,[],[],https://twitter.com/elonmusk/status/1366955304752062464,False,,0,,,,,,,,"[{'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}, {'screen_name': 'Larry_in_Canada', 'name': 'Larry_in_Canada 🇨🇦 😷🇺🇦 🌻', 'id': '297662825'}]",,,, +1366951962961268742,1366848696298561536,2021-03-03 07:21:59 Arabian Standard Time,2021-03-03,07:21:59,+0400,44196397,elonmusk,Elon Musk,,@DJSnM Indeed it was,en,[],[],[],157,92,3885,[],[],https://twitter.com/elonmusk/status/1366951962961268742,False,,0,,,,,,,,"[{'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}]",,,, +1366951771810062336,1366820931184717824,2021-03-03 07:21:13 Arabian Standard Time,2021-03-03,07:21:13,+0400,44196397,elonmusk,Elon Musk,,"@F9Block5 @PPathole Sounds about right, but we want to be very careful with this transition period",en,[],[],[],125,108,1579,[],[],https://twitter.com/elonmusk/status/1366951771810062336,False,,0,,,,,,,,"[{'screen_name': 'F9Block5', 'name': 'Matt', 'id': '1280177490539970560'}, {'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1366950662127325186,1366820931184717824,2021-03-03 07:16:49 Arabian Standard Time,2021-03-03,07:16:49,+0400,44196397,elonmusk,Elon Musk,,"@PPathole There was still a surprisingly high usage of horses in 1940, but the trend was obvious",en,[],[],[],134,109,2651,[],[],https://twitter.com/elonmusk/status/1366950662127325186,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1366877869310320640,1366877363376644098,2021-03-03 02:27:34 Arabian Standard Time,2021-03-03,02:27:34,+0400,44196397,elonmusk,Elon Musk,,@Adamklotz_ @SpaceX Space,en,[],[],[],515,389,14227,[],[],https://twitter.com/elonmusk/status/1366877869310320640,False,,0,,,,,,,,"[{'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1366860749503557636,1366848696298561536,2021-03-03 01:19:32 Arabian Standard Time,2021-03-03,01:19:32,+0400,44196397,elonmusk,Elon Musk,,"From thence to Mars, And hence the Stars.",en,[],[],[],2240,4015,89729,[],[],https://twitter.com/elonmusk/status/1366860749503557636,False,,0,,,,,,,,[],,,, +1366859619461570561,1366852021056278530,2021-03-03 01:15:02 Arabian Standard Time,2021-03-03,01:15:02,+0400,44196397,elonmusk,Elon Musk,,@nextspaceflight @NASASpaceflight An area much larger than Boca Chica,en,[],[],[],226,182,4138,[],[],https://twitter.com/elonmusk/status/1366859619461570561,False,,0,,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1366857632372256770,1366848696298561536,2021-03-03 01:07:09 Arabian Standard Time,2021-03-03,01:07:09,+0400,44196397,elonmusk,Elon Musk,,@WootiezTV Very much so & its leader shall be The Doge https://t.co/VXmuW5c0y9,en,[],['https://en.m.wikipedia.org/wiki/Doge'],[],702,1551,15488,[],[],https://twitter.com/elonmusk/status/1366857632372256770,False,,0,,,,,,,,"[{'screen_name': 'WootiezTV', 'name': 'Wootiez', 'id': '1133490133272076289'}]",,,, +1366848696298561536,1366848696298561536,2021-03-03 00:31:38 Arabian Standard Time,2021-03-03,00:31:38,+0400,44196397,elonmusk,Elon Musk,,"Creating the city of Starbase, Texas",en,[],[],[],8181,12877,210755,[],[],https://twitter.com/elonmusk/status/1366848696298561536,False,,0,,,,,,,,[],,,, +1366847507725127681,1366658005333237761,2021-03-03 00:26:55 Arabian Standard Time,2021-03-03,00:26:55,+0400,44196397,elonmusk,Elon Musk,,@Pslavi Cool,en,[],[],[],222,167,9788,[],[],https://twitter.com/elonmusk/status/1366847507725127681,False,,0,,,,,,,,"[{'screen_name': 'Pslavi', 'name': ""Slave' Popovski ®"", 'id': '302356850'}]",,,, +1366847359431282688,1366820931184717824,2021-03-03 00:26:19 Arabian Standard Time,2021-03-03,00:26:19,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Yup,und,[],[],[],169,89,2956,[],[],https://twitter.com/elonmusk/status/1366847359431282688,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1366820931184717824,1366820931184717824,2021-03-02 22:41:18 Arabian Standard Time,2021-03-02,22:41:18,+0400,44196397,elonmusk,Elon Musk,,Horses are even self-driving! https://t.co/qPJrCFGs8J,en,[],[],['https://pbs.twimg.com/media/EvfsZK4UUAISLPc.jpg'],4769,12504,139794,[],[],https://twitter.com/elonmusk/status/1366820931184717824,False,,1,https://pbs.twimg.com/media/EvfsZK4UUAISLPc.jpg,,,,,,,[],,,, +1366808202701012995,1366808202701012995,2021-03-02 21:50:44 Arabian Standard Time,2021-03-02,21:50:44,+0400,44196397,elonmusk,Elon Musk,,Scammers & crypto should get a room,en,[],[],[],8880,15538,189781,[],[],https://twitter.com/elonmusk/status/1366808202701012995,False,,0,,,,,,,,[],,,, +1366668744748007425,1366426658211823622,2021-03-02 12:36:34 Arabian Standard Time,2021-03-02,12:36:34,+0400,44196397,elonmusk,Elon Musk,,@draecomino 2022: Dogecoin is dumb,en,[],[],[],891,2357,15069,[],[],https://twitter.com/elonmusk/status/1366668744748007425,False,,0,,,,,,,,"[{'screen_name': 'draecomino', 'name': 'James (hiring, hiring)', 'id': '14597344'}]",,,, +1366515063633309696,1366309512953556995,2021-03-02 02:25:54 Arabian Standard Time,2021-03-02,02:25:54,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Note, buying FSD will still be a better long-term deal than subscription",en,[],[],[],363,231,3938,[],[],https://twitter.com/elonmusk/status/1366515063633309696,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1366514764868775936,1366309512953556995,2021-03-02 02:24:43 Arabian Standard Time,2021-03-02,02:24:43,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Q2 for sure,en,[],[],[],223,282,4292,[],[],https://twitter.com/elonmusk/status/1366514764868775936,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1366514542939828224,1366514542939828224,2021-03-02 02:23:50 Arabian Standard Time,2021-03-02,02:23:50,+0400,44196397,elonmusk,Elon Musk,,Green eggs & SPAC,en,[],[],[],5824,6057,125505,[],[],https://twitter.com/elonmusk/status/1366514542939828224,False,,0,,,,,,,,[],,,, +1366511383676784642,1366359494805123074,2021-03-02 02:11:17 Arabian Standard Time,2021-03-02,02:11:17,+0400,44196397,elonmusk,Elon Musk,,"@totalspace360 Looks familiar haha. Nonetheless, the right move. Congrats to Rocket Lab.",en,[],[],[],461,814,26077,[],[],https://twitter.com/elonmusk/status/1366511383676784642,False,,0,,,,,,,,"[{'screen_name': 'totalspace360', 'name': 'Everything Space', 'id': '1359595748942372867'}]",,,, +1366510800391741441,1366309512953556995,2021-03-02 02:08:58 Arabian Standard Time,2021-03-02,02:08:58,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Tesla China team rocks!,et,[],[],[],127,172,3595,[],[],https://twitter.com/elonmusk/status/1366510800391741441,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1366477626429169666,1366477626429169666,2021-03-01 23:57:08 Arabian Standard Time,2021-03-01,23:57:08,+0400,44196397,elonmusk,Elon Musk,,Doge meme shield (legendary item) https://t.co/CeomU9q84c,en,[],[],['https://pbs.twimg.com/media/Eva0KLkVkAIE0Mw.jpg'],9010,25458,274669,[],[],https://twitter.com/elonmusk/status/1366477626429169666,False,,1,https://pbs.twimg.com/media/Eva0KLkVkAIE0Mw.jpg,,,,,,,[],,,, +1366463640451256323,1366463640451256323,2021-03-01 23:01:34 Arabian Standard Time,2021-03-01,23:01:34,+0400,44196397,elonmusk,Elon Musk,,New drug coming out called Regretamine. Pop one & all regrets are gone.,en,[],[],[],11801,23469,281007,[],[],https://twitter.com/elonmusk/status/1366463640451256323,False,,0,,,,,,,,[],,,, +1366463008398970880,1366463008398970880,2021-03-01 22:59:03 Arabian Standard Time,2021-03-01,22:59:03,+0400,44196397,elonmusk,Elon Musk,,Always wondered where exactly your gaming character keeps all the stuff https://t.co/nNk2MeFGjf,en,[],[],['https://pbs.twimg.com/media/Evam3UBUUAAj9In.jpg'],5108,14929,189809,[],[],https://twitter.com/elonmusk/status/1366463008398970880,False,,1,https://pbs.twimg.com/media/Evam3UBUUAAj9In.jpg,,,,,,,[],,,, +1366446908684705792,1366445805658333194,2021-03-01 21:55:05 Arabian Standard Time,2021-03-01,21:55:05,+0400,44196397,elonmusk,Elon Musk,,@thesheetztweetz Ahem …,en,[],[],[],811,737,24981,[],[],https://twitter.com/elonmusk/status/1366446908684705792,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1365241433381339136,1365237858165026818,2021-02-26 14:04:57 Arabian Standard Time,2021-02-26,14:04:57,+0400,44196397,elonmusk,Elon Musk,, https://t.co/jJeP4pFR6m,und,[],[],['https://pbs.twimg.com/media/EvJP2PiXYAE7Dne.jpg'],4602,7171,154139,[],[],https://twitter.com/elonmusk/status/1365241433381339136,False,,1,https://pbs.twimg.com/media/EvJP2PiXYAE7Dne.jpg,,,,,,,[],,,, +1365237858165026818,1365237858165026818,2021-02-26 13:50:44 Arabian Standard Time,2021-02-26,13:50:44,+0400,44196397,elonmusk,Elon Musk,,Do androids dream of electric cars?,en,[],[],[],14411,12106,245211,[],[],https://twitter.com/elonmusk/status/1365237858165026818,False,,0,,,,,,,,[],,,, +1365226460244561920,1364895495764721667,2021-02-26 13:05:27 Arabian Standard Time,2021-02-26,13:05:27,+0400,44196397,elonmusk,Elon Musk,,@Sharvenium @flcnhvy 🤣🤣,und,[],[],[],205,229,3630,[],[],https://twitter.com/elonmusk/status/1365226460244561920,False,,0,,,,,,,,"[{'screen_name': 'Sharvenium', 'name': 'sharvesh', 'id': '1206476529464528896'}, {'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1365226011458174976,1364895495764721667,2021-02-26 13:03:40 Arabian Standard Time,2021-02-26,13:03:40,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy https://t.co/VfQ72XyaiH,und,[],[],['https://pbs.twimg.com/media/EvJB0mpXEAIX8jr.jpg'],289,284,5084,[],[],https://twitter.com/elonmusk/status/1365226011458174976,False,,1,https://pbs.twimg.com/media/EvJB0mpXEAIX8jr.jpg,,,,,,,[],,,, +1365221598505091072,1364950780424388616,2021-02-26 12:46:08 Arabian Standard Time,2021-02-26,12:46:08,+0400,44196397,elonmusk,Elon Musk,,@konstructivizm Nothing if not discreet,en,[],[],[],162,98,2549,[],[],https://twitter.com/elonmusk/status/1365221598505091072,False,,0,,,,,,,,"[{'screen_name': 'konstructivizm', 'name': 'Black Hole', 'id': '138882249'}]",,,, +1365122612217712642,1364950780424388616,2021-02-26 06:12:48 Arabian Standard Time,2021-02-26,06:12:48,+0400,44196397,elonmusk,Elon Musk,,@konstructivizm Hey babe 😉,en,[],[],[],2080,3191,106631,[],[],https://twitter.com/elonmusk/status/1365122612217712642,False,,0,,,,,,,,"[{'screen_name': 'konstructivizm', 'name': 'Black Hole', 'id': '138882249'}]",,,, +1365061022084698118,1365061022084698118,2021-02-26 02:08:03 Arabian Standard Time,2021-02-26,02:08:03,+0400,44196397,elonmusk,Elon Musk,,🙏 https://t.co/BBwnTndvoi,und,[],[],['https://pbs.twimg.com/media/EvGrw6QXIAEyXdg.jpg'],5973,18142,255614,[],[],https://twitter.com/elonmusk/status/1365061022084698118,False,,1,https://pbs.twimg.com/media/EvGrw6QXIAEyXdg.jpg,,,,,,,[],,,, +1365056586096459786,1365051080414031876,2021-02-26 01:50:26 Arabian Standard Time,2021-02-26,01:50:26,+0400,44196397,elonmusk,Elon Musk,,"@chicago_glenn @RationalEtienne @skorusARK We will use a catapult & air mattresses to land on the roof, then base jump off",en,[],[],[],358,282,5525,[],[],https://twitter.com/elonmusk/status/1365056586096459786,False,,0,,,,,,,,"[{'screen_name': 'chicago_glenn', 'name': '✨Chicago Glenn✨', 'id': '924966648922157056'}, {'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1365055830085763081,1365051080414031876,2021-02-26 01:47:26 Arabian Standard Time,2021-02-26,01:47:26,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @skorusARK Nickel is our biggest concern for scaling lithium-ion cell production. That’s why we are shifting standard range cars to an iron cathode. Plenty of iron (and lithium)!,en,[],[],[],284,333,3473,[],[],https://twitter.com/elonmusk/status/1365055830085763081,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1365054971146829824,1365051080414031876,2021-02-26 01:44:01 Arabian Standard Time,2021-02-26,01:44:01,+0400,44196397,elonmusk,Elon Musk,,@harsimranbansal @skorusARK Absolutely,en,[],[],[],100,95,2449,[],[],https://twitter.com/elonmusk/status/1365054971146829824,False,,0,,,,,,,,"[{'screen_name': 'harsimranbansal', 'name': 'Harsimran Bansal', 'id': '940107920'}, {'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1365053102794153987,1365051080414031876,2021-02-26 01:36:35 Arabian Standard Time,2021-02-26,01:36:35,+0400,44196397,elonmusk,Elon Musk,,@MemesOfMars @skorusARK Fremont shut down for two days (parts shortages) & restarted yesterday,en,[],[],[],159,366,3613,[],[],https://twitter.com/elonmusk/status/1365053102794153987,False,,0,,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': '🦊❤️🚀 Dreams of Mars 🌕', 'id': '15567938'}, {'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1365052475934453760,1365051080414031876,2021-02-26 01:34:06 Arabian Standard Time,2021-02-26,01:34:06,+0400,44196397,elonmusk,Elon Musk,,"@skorusARK This is not about winning anyone over. We are production-limited. The reason we are making our own cells is to *supplement* max production of suppliers. Even moving at full speed, they cannot build enough cells.",en,[],[],[],322,510,10140,[],[],https://twitter.com/elonmusk/status/1365052475934453760,False,,0,,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1365045749407494146,1365036947790528517,2021-02-26 01:07:22 Arabian Standard Time,2021-02-26,01:07:22,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne I hope they do! It would be awesome 🤣🤣,en,[],[],[],551,1067,11934,[],[],https://twitter.com/elonmusk/status/1365045749407494146,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}]",,,, +1365023164464582663,1365021603986219008,2021-02-25 23:37:37 Arabian Standard Time,2021-02-25,23:37:37,+0400,44196397,elonmusk,Elon Musk,,"@Rjdlandscapes @Tesla Prices in the US (of all goods) don’t include VAT, but it’s usually included in other countries. Then there’s import duty & transport costs. The intent is that revenue to Tesla is roughly similar in all countries, so taxes, tariffs & transport make up the difference.",en,[],[],[],136,142,2858,[],[],https://twitter.com/elonmusk/status/1365023164464582663,False,,0,,,,,,,,"[{'screen_name': 'Rjdlandscapes', 'name': 'Rob Dickinson', 'id': '2373039386'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1364907428060540935,1364830748017123330,2021-02-25 15:57:44 Arabian Standard Time,2021-02-25,15:57:44,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica 3mm of full hard 301 or 304 Stainless is bulletproof to a 9mm or .45,en,[],[],[],344,250,4625,[],[],https://twitter.com/elonmusk/status/1364907428060540935,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1364906065985499144,1364895495764721667,2021-02-25 15:52:19 Arabian Standard Time,2021-02-25,15:52:19,+0400,44196397,elonmusk,Elon Musk,,"Not a meta4, I mean actual books",en,[],[],[],3068,4058,142024,[],[],https://twitter.com/elonmusk/status/1364906065985499144,False,,0,,,,,,,,[],,,, +1364897764556099585,1364897562919116800,2021-02-25 15:19:20 Arabian Standard Time,2021-02-25,15:19:20,+0400,44196397,elonmusk,Elon Musk,,@GJGunit Both,en,[],[],[],94,67,1890,[],[],https://twitter.com/elonmusk/status/1364897764556099585,False,,0,,,,,,,,"[{'screen_name': 'GJGunit', 'name': 'Guillermo J Guajardo', 'id': '17768216'}]",,,, +1364895495764721667,1364895495764721667,2021-02-25 15:10:19 Arabian Standard Time,2021-02-25,15:10:19,+0400,44196397,elonmusk,Elon Musk,,I admit to judging books by their cover,en,[],[],[],12250,29965,365148,[],[],https://twitter.com/elonmusk/status/1364895495764721667,False,,0,,,,,,,,[],,,, +1364826301027115008,1364826301027115008,2021-02-25 10:35:22 Arabian Standard Time,2021-02-25,10:35:22,+0400,44196397,elonmusk,Elon Musk,,Starship to the moon https://t.co/tVMJbBk3BU,en,[],[],['https://pbs.twimg.com/media/EvDWSFlUUAIOBDo.jpg'],18093,24342,377060,[],[],https://twitter.com/elonmusk/status/1364826301027115008,False,,1,https://pbs.twimg.com/media/EvDWSFlUUAIOBDo.jpg,,,,,,,[],,,, +1364806444726448129,1364748430883631111,2021-02-25 09:16:27 Arabian Standard Time,2021-02-25,09:16:27,+0400,44196397,elonmusk,Elon Musk,,@johnkrausphotos Sounds like a good idea,en,[],[],[],311,212,6890,[],[],https://twitter.com/elonmusk/status/1364806444726448129,False,,0,,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}]",,,, +1364806085610147844,1364806085610147844,2021-02-25 09:15:02 Arabian Standard Time,2021-02-25,09:15:02,+0400,44196397,elonmusk,Elon Musk,,"Out on launch pad, engine swap underway https://t.co/QNXGtL90WN",en,[],[],['https://pbs.twimg.com/media/EvDD5hbVoAA3zf5.jpg'],6265,9558,176398,[],[],https://twitter.com/elonmusk/status/1364806085610147844,False,,1,https://pbs.twimg.com/media/EvDD5hbVoAA3zf5.jpg,,,,,,,[],,,, +1364749052626231296,1364748430883631111,2021-02-25 05:28:24 Arabian Standard Time,2021-02-25,05:28:24,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV Probably mid year, but Starlink is really meant for those who are least served. Bay usually has great Internet.",en,[],[],[],853,399,11475,[],[],https://twitter.com/elonmusk/status/1364749052626231296,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1364748430883631111,1364748430883631111,2021-02-25 05:25:56 Arabian Standard Time,2021-02-25,05:25:56,+0400,44196397,elonmusk,Elon Musk,,You might see much higher download speeds on Starlink at times. Testing system upgrades.,en,[],[],[],7117,9031,200489,[],[],https://twitter.com/elonmusk/status/1364748430883631111,False,,0,,,,,,,,[],,,, +1364707463510040586,1364627631744970752,2021-02-25 02:43:08 Arabian Standard Time,2021-02-25,02:43:08,+0400,44196397,elonmusk,Elon Musk,,@jeff_foust Rockets are ridiculously hard (sigh),en,[],[],[],916,599,16067,[],[],https://twitter.com/elonmusk/status/1364707463510040586,False,,0,,,,,,,,"[{'screen_name': 'jeff_foust', 'name': 'Jeff Foust', 'id': '6374602'}]",,,, +1364564687396872193,1364560733472579591,2021-02-24 17:15:48 Arabian Standard Time,2021-02-24,17:15:48,+0400,44196397,elonmusk,Elon Musk,,@VitoTheGreat_ I love dogs & memes,en,[],[],[],1883,4344,45208,[],[],https://twitter.com/elonmusk/status/1364564687396872193,False,,0,,,,,,,,"[{'screen_name': 'VitoTheGreat_', 'name': 'Magnus Carlsen', 'id': '1292211186860199937'}]",,,, +1364563280522453005,1364560733472579591,2021-02-24 17:10:13 Arabian Standard Time,2021-02-24,17:10:13,+0400,44196397,elonmusk,Elon Musk,,On the actual moon,en,[],[],[],5723,11372,175274,[],[],https://twitter.com/elonmusk/status/1364563280522453005,False,,0,,,,,,,,[],,,, +1364560733472579591,1364560733472579591,2021-02-24 17:00:05 Arabian Standard Time,2021-02-24,17:00:05,+0400,44196397,elonmusk,Elon Musk,,Literally https://t.co/XBAUqiVsPH,en,[],[],['https://pbs.twimg.com/media/Eu_kwO3UYAAmcft.jpg'],21486,65424,555562,[],[],https://twitter.com/elonmusk/status/1364560733472579591,False,,1,https://pbs.twimg.com/media/Eu_kwO3UYAAmcft.jpg,,,,,,,[],,,, +1364528615354818562,1364409977788534786,2021-02-24 14:52:28 Arabian Standard Time,2021-02-24,14:52:28,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy @HsueEugene @teslaownersSV @cleantechnica Potentially,en,[],[],[],199,234,3686,[],[],https://twitter.com/elonmusk/status/1364528615354818562,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'HsueEugene', 'name': 'Eugene Hsue', 'id': '1549515834'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1364491362100477952,1364409977788534786,2021-02-24 12:24:26 Arabian Standard Time,2021-02-24,12:24:26,+0400,44196397,elonmusk,Elon Musk,,"@TesLatino @teslaownersSV @cleantechnica Many steps forward, some steps back. Yes, we do a lot of QA before releasing a beta version.",en,[],[],[],146,134,2733,[],[],https://twitter.com/elonmusk/status/1364491362100477952,False,,0,,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 Rafael - Lover, not a hater.', 'id': '989986448295235586'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1364488368994848769,1364180853866131456,2021-02-24 12:12:32 Arabian Standard Time,2021-02-24,12:12:32,+0400,44196397,elonmusk,Elon Musk,,@_kenh @tobyliiiiiiiiii @Erdayastronaut @ErcXspace They will fly there from our launch site. Stationed around the world.,en,[],[],[],208,288,5720,[],[],https://twitter.com/elonmusk/status/1364488368994848769,False,,0,,,,,,,,"[{'screen_name': '_kenh', 'name': 'Kentarou', 'id': '1321348620487024642'}, {'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}]",,,, +1364481755873488896,1364409977788534786,2021-02-24 11:46:16 Arabian Standard Time,2021-02-24,11:46:16,+0400,44196397,elonmusk,Elon Musk,,@HsueEugene @teslaownersSV @cleantechnica Seems likely,en,[],[],[],108,76,2070,[],[],https://twitter.com/elonmusk/status/1364481755873488896,False,,0,,,,,,,,"[{'screen_name': 'HsueEugene', 'name': 'Eugene Hsue', 'id': '1549515834'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1364480679019429888,1364409977788534786,2021-02-24 11:41:59 Arabian Standard Time,2021-02-24,11:41:59,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @cleantechnica We’re upgrading all NNs to surround video, using subnets on focal areas (vs equal compute on all uncropped pixels) & many other things, so more time needed to write & validate software. Maybe something next week. This is evolving into solving a big part of physical world AI.",en,[],[],[],188,344,3395,[],[],https://twitter.com/elonmusk/status/1364480679019429888,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1364476710255796224,1364409977788534786,2021-02-24 11:26:13 Arabian Standard Time,2021-02-24,11:26:13,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica Interesting,en,[],[],[],456,386,14600,[],[],https://twitter.com/elonmusk/status/1364476710255796224,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1364476185359642626,1364180853866131456,2021-02-24 11:24:07 Arabian Standard Time,2021-02-24,11:24:07,+0400,44196397,elonmusk,Elon Musk,,@tobyliiiiiiiiii @Erdayastronaut @ErcXspace One of them may be in limited operation by end of year,en,[],[],[],74,128,3473,[],[],https://twitter.com/elonmusk/status/1364476185359642626,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}]",,,, +1364473175279620096,1364450800244830208,2021-02-24 11:12:10 Arabian Standard Time,2021-02-24,11:12:10,+0400,44196397,elonmusk,Elon Musk,,"@TheFavoritist @NASASpaceflight @BocaChicaGal One of the engines is suspect, so we’re swapping it out",en,[],[],[],449,493,12700,[],[],https://twitter.com/elonmusk/status/1364473175279620096,False,,0,,,,,,,,"[{'screen_name': 'TheFavoritist', 'name': 'Brady Kenniston', 'id': '43774940'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}]",,,, +1364470475620044802,1364180853866131456,2021-02-24 11:01:26 Arabian Standard Time,2021-02-24,11:01:26,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @ErcXspace Short-term, CH4 delivered & O2 produced. Propellant is ~78% O2. Long-term, Sabatier reaction to convert CO2 + H2O -> CH4 + O2 using wind & solar power.",en,[],[],[],188,308,5231,[],[],https://twitter.com/elonmusk/status/1364470475620044802,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}]",,,, +1364181763770052611,1364180853866131456,2021-02-23 15:54:12 Arabian Standard Time,2021-02-23,15:54:12,+0400,44196397,elonmusk,Elon Musk,,@AskDrStupid Just a Surface Detail,en,[],[],[],486,199,6701,[],[],https://twitter.com/elonmusk/status/1364181763770052611,False,,0,,,,,,,,[],,,, +1364181510295744514,1364180853866131456,2021-02-23 15:53:11 Arabian Standard Time,2021-02-23,15:53:11,+0400,44196397,elonmusk,Elon Musk,,@ErcXspace I hope we don’t go bankrupt building them!,en,[],[],[],1339,710,26167,[],[],https://twitter.com/elonmusk/status/1364181510295744514,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}]",,,, +1364180853866131456,1364180853866131456,2021-02-23 15:50:35 Arabian Standard Time,2021-02-23,15:50:35,+0400,44196397,elonmusk,Elon Musk,,Excession,en,[],[],[],14764,10190,198078,[],[],https://twitter.com/elonmusk/status/1364180853866131456,False,,0,,,,,,,,[],,,, +1364164653023076353,1363609428281360386,2021-02-23 14:46:12 Arabian Standard Time,2021-02-23,14:46:12,+0400,44196397,elonmusk,Elon Musk,,@mimimusics 🔥🔥,und,[],[],[],342,554,6325,[],[],https://twitter.com/elonmusk/status/1364164653023076353,False,,0,,,,,,,,"[{'screen_name': 'mimimusics', 'name': 'Mimi Mitina', 'id': '1088460063793016833'}]",,,, +1364128031434887170,1363960301037772810,2021-02-23 12:20:41 Arabian Standard Time,2021-02-23,12:20:41,+0400,44196397,elonmusk,Elon Musk,,@PeterSchiff 🍆,und,[],[],[],4249,9576,140276,[],[],https://twitter.com/elonmusk/status/1364128031434887170,False,,0,,,,,,,,"[{'screen_name': 'PeterSchiff', 'name': 'Peter Schiff', 'id': '56562803'}]",,,, +1364127406689193986,1364061201081147392,2021-02-23 12:18:12 Arabian Standard Time,2021-02-23,12:18:12,+0400,44196397,elonmusk,Elon Musk,,@PPathole Super cool,en,[],[],[],485,611,31902,[],[],https://twitter.com/elonmusk/status/1364127406689193986,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1363993259756945410,1363678112828055553,2021-02-23 03:25:09 Arabian Standard Time,2021-02-23,03:25:09,+0400,44196397,elonmusk,Elon Musk,,@jgrano305 @AustinTeslaClub We have too much product complexity already,en,[],[],[],273,115,2868,[],[],https://twitter.com/elonmusk/status/1363993259756945410,False,,0,,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y 🇺🇸🇮🇱', 'id': '817567541371539457'}, {'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}]",,,, +1363947211277496320,1363890023725215748,2021-02-23 00:22:10 Arabian Standard Time,2021-02-23,00:22:10,+0400,44196397,elonmusk,Elon Musk,,@TechAmazing @UniverCurious Tunnels!!,en,[],[],[],723,435,15293,[],[],https://twitter.com/elonmusk/status/1363947211277496320,False,,0,,,,,,,,"[{'screen_name': 'TechAmazing', 'name': 'Tech Burrito', 'id': '1272330881894670341'}, {'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}]",,,, +1363946979005399040,1363678112828055553,2021-02-23 00:21:15 Arabian Standard Time,2021-02-23,00:21:15,+0400,44196397,elonmusk,Elon Musk,,"@JantieWillie @Adamklotz_ @AustinTeslaClub Hopefully, later this year",en,[],[],[],132,93,2345,[],[],https://twitter.com/elonmusk/status/1363946979005399040,False,,0,,,,,,,,"[{'screen_name': 'JantieWillie', 'name': 'Janwillem', 'id': '1000345469652996097'}, {'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}, {'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}]",,,, +1363946926983405573,1363678112828055553,2021-02-23 00:21:02 Arabian Standard Time,2021-02-23,00:21:02,+0400,44196397,elonmusk,Elon Musk,,@Adamklotz_ @AustinTeslaClub Later this year,en,[],[],[],230,120,3355,[],[],https://twitter.com/elonmusk/status/1363946926983405573,False,,0,,,,,,,,"[{'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}, {'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}]",,,, +1363946797945679875,1363678112828055553,2021-02-23 00:20:32 Arabian Standard Time,2021-02-23,00:20:32,+0400,44196397,elonmusk,Elon Musk,,"@jgrano305 @AustinTeslaClub It is still available off menu, but I don’t think the range, in many drive conditions, yet meets the Tesla standard of excellence",en,[],[],[],268,162,2711,[],[],https://twitter.com/elonmusk/status/1363946797945679875,False,,0,,,,,,,,"[{'screen_name': 'jgrano305', 'name': 'Jason LRRWD Y 🇺🇸🇮🇱', 'id': '817567541371539457'}, {'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}]",,,, +1363944709501067264,1363678112828055553,2021-02-23 00:12:14 Arabian Standard Time,2021-02-23,00:12:14,+0400,44196397,elonmusk,Elon Musk,,"@AustinTeslaClub The Tesla Solar Roof is slightly hydrophobic, so water, snow or ice slide off easily",en,[],[],[],1948,2270,59079,[],[],https://twitter.com/elonmusk/status/1363944709501067264,False,,0,,,,,,,,"[{'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}]",,,, +1363783322770448386,1363000631254917123,2021-02-22 13:30:56 Arabian Standard Time,2021-02-22,13:30:56,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Final design is looking👌 Was just in the studio,en,[],[],[],2071,1649,54570,[],[],https://twitter.com/elonmusk/status/1363783322770448386,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1363774017606348802,1363616293883150340,2021-02-22 12:53:58 Arabian Standard Time,2021-02-22,12:53:58,+0400,44196397,elonmusk,Elon Musk,,"@eugenelee3 @SpaceXFan97 Most of Earth by end of year, all by next year, then it’s about densifying coverage. Important to note that cellular will always have the advantage in dense urban areas. Satellites are best for low to medium population density areas.",en,[],[],[],297,361,4236,[],[],https://twitter.com/elonmusk/status/1363774017606348802,False,,0,,,,,,,,"[{'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole 🇺🇦', 'id': '1579586473'}]",,,, +1363763858121256963,1363616293883150340,2021-02-22 12:13:35 Arabian Standard Time,2021-02-22,12:13:35,+0400,44196397,elonmusk,Elon Musk,,@SpaceXFan97 Speed will double to ~300Mb/s & latency will drop to ~20ms later this year,en,[],[],[],249,367,4008,[],[],https://twitter.com/elonmusk/status/1363763858121256963,False,,0,,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole 🇺🇦', 'id': '1579586473'}]",,,, +1363627518830338051,1363609428281360386,2021-02-22 03:11:50 Arabian Standard Time,2021-02-22,03:11:50,+0400,44196397,elonmusk,Elon Musk,,Of spaceflight,en,[],[],[],3158,2641,82579,[],[],https://twitter.com/elonmusk/status/1363627518830338051,False,,0,,,,,,,,[],,,, +1363609428281360386,1363609428281360386,2021-02-22 01:59:56 Arabian Standard Time,2021-02-22,01:59:56,+0400,44196397,elonmusk,Elon Musk,,Hypernominalization,en,[],[],[],11161,9832,169540,[],[],https://twitter.com/elonmusk/status/1363609428281360386,False,,0,,,,,,,,[],,,, +1363601164344823810,1363601164344823810,2021-02-22 01:27:06 Arabian Standard Time,2021-02-22,01:27:06,+0400,44196397,elonmusk,Elon Musk,,Dojo 4 Doge,sl,[],[],[],18843,31135,314642,[],[],https://twitter.com/elonmusk/status/1363601164344823810,False,,0,,,,,,,,[],,,, +1363600651712794624,1363526146864812033,2021-02-22 01:25:04 Arabian Standard Time,2021-02-22,01:25:04,+0400,44196397,elonmusk,Elon Musk,,@BocaChicaGal @NASASpaceflight Good chance of flying this week!,en,[],[],[],668,1122,20090,[],[],https://twitter.com/elonmusk/status/1363600651712794624,False,,0,,,,,,,,"[{'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1363476143735595014,1363230177002622976,2021-02-21 17:10:19 Arabian Standard Time,2021-02-21,17:10:19,+0400,44196397,elonmusk,Elon Musk,,@PPathole Should we?,en,[],[],[],2939,2487,15205,[],[],https://twitter.com/elonmusk/status/1363476143735595014,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1363476057169432579,1363230177002622976,2021-02-21 17:09:58 Arabian Standard Time,2021-02-21,17:09:58,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne 🤣🤣,und,[],[],[],175,190,5990,[],[],https://twitter.com/elonmusk/status/1363476057169432579,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}]",,,, +1363295255676653576,1363141661522591744,2021-02-21 05:11:32 Arabian Standard Time,2021-02-21,05:11:32,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee Why don’t we have these already!?,en,[],[],[],1764,1781,56735,[],[],https://twitter.com/elonmusk/status/1363295255676653576,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1363272961684201472,1363272961684201472,2021-02-21 03:42:57 Arabian Standard Time,2021-02-21,03:42:57,+0400,44196397,elonmusk,Elon Musk,,Cryptocurrency explained https://t.co/kUXaXx8a1R,en,[],['https://m.youtube.com/watch?v=YHjYt6Jm5j8'],[],10321,22639,148000,[],[],https://twitter.com/elonmusk/status/1363272961684201472,False,,0,,,,,,,,[],,,, +1363233627601989633,1363230177002622976,2021-02-21 01:06:39 Arabian Standard Time,2021-02-21,01:06:39,+0400,44196397,elonmusk,Elon Musk,,Or did they say pegged to the dollar? Something like that …,en,[],[],[],3660,3973,106667,[],[],https://twitter.com/elonmusk/status/1363233627601989633,False,,0,,,,,,,,[],,,, +1363230177002622976,1363230177002622976,2021-02-21 00:52:56 Arabian Standard Time,2021-02-21,00:52:56,+0400,44196397,elonmusk,Elon Musk,,Heard a rumor some crypto coin was pegging the dollar 🤣🤣,en,[],[],[],16300,19666,263627,[],[],https://twitter.com/elonmusk/status/1363230177002622976,False,,0,,,,,,,,[],,,, +1363226736708608003,1363172815315214336,2021-02-21 00:39:16 Arabian Standard Time,2021-02-21,00:39:16,+0400,44196397,elonmusk,Elon Musk,,@MIT_CSAIL Machine learning is so amaze!,en,[],[],[],646,875,22889,[],[],https://twitter.com/elonmusk/status/1363226736708608003,False,,0,,,,,,,,"[{'screen_name': 'MIT_CSAIL', 'name': 'MIT CSAIL', 'id': '82364810'}]",,,, +1363067491673468932,1362771890960551938,2021-02-20 14:06:29 Arabian Standard Time,2021-02-20,14:06:29,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @dogecoin Just some used Antminer L3+ rigs bought off eBay. Not really economic, but it was a fun family project.",en,[],[],[],611,710,8692,[],[],https://twitter.com/elonmusk/status/1363067491673468932,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'dogecoin', 'name': 'Dogecoin', 'id': '2235729541'}]",,,, +1363054845976961029,1363023943771168768,2021-02-20 13:16:14 Arabian Standard Time,2021-02-20,13:16:14,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Most people have no idea, even though there are so many FSD progress videos posted. Munro understood right away. There will be a gap before the next release, but then it will be a step change better. Tesla is solving a major real-world AI problem.",en,[],[],[],385,830,7209,[],[],https://twitter.com/elonmusk/status/1363054845976961029,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1363046350900785156,1362771890960551938,2021-02-20 12:42:28 Arabian Standard Time,2021-02-20,12:42:28,+0400,44196397,elonmusk,Elon Musk,,@dogecoin I just set up some little Doge mining rigs with my kids. It was fun.,en,[],[],[],2877,6424,53770,[],[],https://twitter.com/elonmusk/status/1363046350900785156,False,,0,,,,,,,,"[{'screen_name': 'dogecoin', 'name': 'Dogecoin', 'id': '2235729541'}]",,,, +1363043511507898368,1362770852249534466,2021-02-20 12:31:11 Arabian Standard Time,2021-02-20,12:31:11,+0400,44196397,elonmusk,Elon Musk,,@redditSpacePorn 🤣🤣,und,[],[],[],449,586,41410,[],[],https://twitter.com/elonmusk/status/1363043511507898368,False,,0,,,,,,,,"[{'screen_name': 'redditSpacePorn', 'name': 'Space Porn', 'id': '822825713615175680'}]",,,, +1363021091086561285,1362789659802238983,2021-02-20 11:02:06 Arabian Standard Time,2021-02-20,11:02:06,+0400,44196397,elonmusk,Elon Musk,,"@PeterSchiff That said, BTC & ETH do seem high lol",en,[],[],[],2104,1846,18442,[],[],https://twitter.com/elonmusk/status/1363021091086561285,False,,0,,,,,,,,"[{'screen_name': 'PeterSchiff', 'name': 'Peter Schiff', 'id': '56562803'}]",,,, +1363007438455074825,1362789659802238983,2021-02-20 10:07:51 Arabian Standard Time,2021-02-20,10:07:51,+0400,44196397,elonmusk,Elon Musk,,"@PeterSchiff An email saying you have gold is not the same as having gold. You might as well have crypto. Money is just data that allows us to avoid the inconvenience of barter. That data, like all data, is subject to latency & error. The system will evolve to that which minimizes both.",en,[],[],[],2702,9707,81910,[],[],https://twitter.com/elonmusk/status/1363007438455074825,False,,0,,,,,,,,"[{'screen_name': 'PeterSchiff', 'name': 'Peter Schiff', 'id': '56562803'}]",,,, +1362891594400104451,1362890759087808515,2021-02-20 02:27:32 Arabian Standard Time,2021-02-20,02:27:32,+0400,44196397,elonmusk,Elon Musk,,@chicago_glenn @archillect 🤣🤣,und,[],[],[],189,134,3959,[],[],https://twitter.com/elonmusk/status/1362891594400104451,False,,0,,,,,,,,"[{'screen_name': 'chicago_glenn', 'name': '✨Chicago Glenn✨', 'id': '924966648922157056'}, {'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1362891010460778497,1362890759087808515,2021-02-20 02:25:12 Arabian Standard Time,2021-02-20,02:25:12,+0400,44196397,elonmusk,Elon Musk,,@archillect Avocado Toast,pt,[],[],[],248,184,4128,[],[],https://twitter.com/elonmusk/status/1362891010460778497,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1362871307516452865,1362871307516452865,2021-02-20 01:06:55 Arabian Standard Time,2021-02-20,01:06:55,+0400,44196397,elonmusk,Elon Musk,,I just want to start a flame in your heart,en,[],[],[],27421,42573,429966,[],[],https://twitter.com/elonmusk/status/1362871307516452865,False,,0,,,,,,,,[],,,, +1362863263982247940,1362863263982247940,2021-02-20 00:34:57 Arabian Standard Time,2021-02-20,00:34:57,+0400,44196397,elonmusk,Elon Musk,,Just for a day,en,[],[],[],13629,18030,273007,[],[],https://twitter.com/elonmusk/status/1362863263982247940,False,,0,,,,,,,,[],,,, +1362726185931857925,1362507074807205909,2021-02-19 15:30:15 Arabian Standard Time,2021-02-19,15:30:15,+0400,44196397,elonmusk,Elon Musk,,@NASA Congratulations!!,en,[],[],[],1631,3044,119646,[],[],https://twitter.com/elonmusk/status/1362726185931857925,False,,0,,,,,,,,"[{'screen_name': 'NASA', 'name': 'NASA', 'id': '11348282'}]",,,, +1362722649777045508,1362702604162265089,2021-02-19 15:16:12 Arabian Standard Time,2021-02-19,15:16:12,+0400,44196397,elonmusk,Elon Musk,,@YourLordThanos @Waymo 🔥🔥,und,[],[],[],210,154,3189,[],[],https://twitter.com/elonmusk/status/1362722649777045508,False,,0,,,,,,,,"[{'screen_name': 'YourLordThanos', 'name': 'THANOS', 'id': '1340874133018701825'}, {'screen_name': 'Waymo', 'name': 'Waymo', 'id': '796092645193846784'}]",,,, +1362618106984693762,1362582677199622145,2021-02-19 08:20:47 Arabian Standard Time,2021-02-19,08:20:47,+0400,44196397,elonmusk,Elon Musk,,"@realfuckingnews @business Somehow, a hash text file using ancient crypto can be exchanged for real goods & services!? Amazing.",en,[],[],[],894,992,8356,[],[],https://twitter.com/elonmusk/status/1362618106984693762,False,,0,,,,,,,,"[{'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +1362600676174557186,1362582677199622145,2021-02-19 07:11:31 Arabian Standard Time,2021-02-19,07:11:31,+0400,44196397,elonmusk,Elon Musk,,"@business To be clear, I am *not* an investor, I am an engineer. I don’t even own any publicly traded stock besides Tesla. However, when fiat currency has negative real interest, only a fool wouldn’t look elsewhere. Bitcoin is almost as bs as fiat money. The key word is “almost”.",en,[],[],[],2046,5810,33694,[],[],https://twitter.com/elonmusk/status/1362600676174557186,False,,0,,,,,,,,"[{'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +1362598034866118658,1362582677199622145,2021-02-19 07:01:02 Arabian Standard Time,2021-02-19,07:01:02,+0400,44196397,elonmusk,Elon Musk,,"@business Tesla’s action is not directly reflective of my opinion. Having some Bitcoin, which is simply a less dumb form of liquidity than cash, is adventurous enough for an S&P500 company.",en,[],[],[],922,3228,26473,[],[],https://twitter.com/elonmusk/status/1362598034866118658,False,,0,,,,,,,,"[{'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +1362549876706410500,1362545015403249664,2021-02-19 03:49:40 Arabian Standard Time,2021-02-19,03:49:40,+0400,44196397,elonmusk,Elon Musk,,@Teslarati SpaceX in south Texas & Tesla in central have been providing direct assistance where feasible (eg save cold turtles & help power the water treatment plant). Please let us know if we may be helpful in other ways.,en,[],[],[],1201,2316,38047,[],[],https://twitter.com/elonmusk/status/1362549876706410500,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}]",,,, +1362279856902438916,1361962505573031938,2021-02-18 09:56:42 Arabian Standard Time,2021-02-18,09:56:42,+0400,44196397,elonmusk,Elon Musk,,@someone3201 @ERCOT_ISO Yes,und,[],[],[],479,275,7156,[],[],https://twitter.com/elonmusk/status/1362279856902438916,False,,0,,,,,,,,"[{'screen_name': 'someone3201', 'name': 'pankaj vohra', 'id': '1296600313571479555'}, {'screen_name': 'ERCOT_ISO', 'name': 'ERCOT', 'id': '250222966'}]",,,, +1361962505573031938,1361962505573031938,2021-02-17 12:55:40 Arabian Standard Time,2021-02-17,12:55:40,+0400,44196397,elonmusk,Elon Musk,,.@ERCOT_ISO is not earning that R,en,"[{'screen_name': 'ercot_iso', 'name': 'ercot', 'id': '250222966'}]",[],[],10379,8292,136546,[],[],https://twitter.com/elonmusk/status/1361962505573031938,False,,0,,,,,,,,[],,,, +1361901255472205825,1361868782126452742,2021-02-17 08:52:16 Arabian Standard Time,2021-02-17,08:52:16,+0400,44196397,elonmusk,Elon Musk,,@MattWallace888 @vladtenev @RobinhoodApp You’re right,en,[],[],[],740,1431,12397,[],[],https://twitter.com/elonmusk/status/1361901255472205825,False,,0,,,,,,,,"[{'screen_name': 'MattWallace888', 'name': 'Matt Wallace', 'id': '805532293951606785'}, {'screen_name': 'vladtenev', 'name': 'VLAD', 'id': '605700792'}, {'screen_name': 'RobinhoodApp', 'name': 'Robinhood', 'id': '1265037073'}]",,,, +1361711665864130563,1361704766577991683,2021-02-16 20:18:55 Arabian Standard Time,2021-02-16,20:18:55,+0400,44196397,elonmusk,Elon Musk,,"@Tesla Covered in snow & ice, roads mostly closed & no power in Austin",en,[],[],[],2910,1309,38010,[],[],https://twitter.com/elonmusk/status/1361711665864130563,False,,0,,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1361709250561642498,1361094185412100096,2021-02-16 20:09:19 Arabian Standard Time,2021-02-16,20:09:19,+0400,44196397,elonmusk,Elon Musk,,@cz_binance @MansourShahrokh There will definitely be a MarsCoin!,en,[],[],[],2466,2859,24792,[],[],https://twitter.com/elonmusk/status/1361709250561642498,False,,0,,,,,,,,"[{'screen_name': 'cz_binance', 'name': 'CZ 🔶 Binance', 'id': '902926941413453824'}, {'screen_name': 'MansourShahrokh', 'name': 'Mansour Shahrokh', 'id': '57636506'}]",,,, +1361708249226084352,1361554995368267782,2021-02-16 20:05:20 Arabian Standard Time,2021-02-16,20:05:20,+0400,44196397,elonmusk,Elon Musk,,@itsALLrisky Sounds like it is,en,[],[],[],1073,2014,28116,[],[],https://twitter.com/elonmusk/status/1361708249226084352,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1361544540411355137,1361542266163130369,2021-02-16 09:14:49 Arabian Standard Time,2021-02-16,09:14:49,+0400,44196397,elonmusk,Elon Musk,,@BrennanChant @SpaceX Yeah. Active fairing half recovered though.,en,[],[],[],393,232,6818,[],[],https://twitter.com/elonmusk/status/1361544540411355137,False,,0,,,,,,,,"[{'screen_name': 'BrennanChant', 'name': 'Brennan | XO', 'id': '1032025867067650049'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1361532017679233024,1361465465290293258,2021-02-16 08:25:03 Arabian Standard Time,2021-02-16,08:25:03,+0400,44196397,elonmusk,Elon Musk,,@rockstardenied @SpaceX SpaceX Boca team is helping save the turtles,en,[],[],[],467,757,13600,[],[],https://twitter.com/elonmusk/status/1361532017679233024,False,,0,,,,,,,,"[{'screen_name': 'rockstardenied', 'name': 'Rockstar Denied', 'id': '210858753'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1361506299901575169,1361469797909823494,2021-02-16 06:42:52 Arabian Standard Time,2021-02-16,06:42:52,+0400,44196397,elonmusk,Elon Musk,,@MrotondiMy @ogeNews1 @ShaunStoffer ~5%,und,[],[],[],418,470,3858,[],[],https://twitter.com/elonmusk/status/1361506299901575169,False,,0,,,,,,,,"[{'screen_name': 'MrotondiMy', 'name': 'Mark', 'id': '2477849435'}, {'screen_name': 'ShaunStoffer', 'name': 'etchedinadventure', 'id': '803551934'}]",,,, +1361505519530344453,1361469797909823494,2021-02-16 06:39:46 Arabian Standard Time,2021-02-16,06:39:46,+0400,44196397,elonmusk,Elon Musk,,@ogeNews1 @ShaunStoffer Disturbing concentration,en,[],[],[],110,212,1363,[],[],https://twitter.com/elonmusk/status/1361505519530344453,False,,0,,,,,,,,"[{'screen_name': 'ShaunStoffer', 'name': 'etchedinadventure', 'id': '803551934'}]",,,, +1361262357205442562,1361094185412100096,2021-02-15 14:33:31 Arabian Standard Time,2021-02-15,14:33:31,+0400,44196397,elonmusk,Elon Musk,,@MansourShahrokh Only if necessary,en,[],[],[],1308,989,17037,[],[],https://twitter.com/elonmusk/status/1361262357205442562,False,,0,,,,,,,,"[{'screen_name': 'MansourShahrokh', 'name': 'Mansour Shahrokh', 'id': '57636506'}]",,,, +1361256069583024128,1361143052098670594,2021-02-15 14:08:32 Arabian Standard Time,2021-02-15,14:08:32,+0400,44196397,elonmusk,Elon Musk,,@itsALLrisky Absolutely,en,[],[],[],391,1051,9231,[],[],https://twitter.com/elonmusk/status/1361256069583024128,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1361255427669909504,1361094185412100096,2021-02-15 14:05:59 Arabian Standard Time,2021-02-15,14:05:59,+0400,44196397,elonmusk,Elon Musk,,I will literally pay actual $ if they just void their accounts,en,[],[],[],7914,9347,119283,[],[],https://twitter.com/elonmusk/status/1361255427669909504,False,,0,,,,,,,,[],,,, +1361252063926251521,1361252063926251521,2021-02-15 13:52:37 Arabian Standard Time,2021-02-15,13:52:37,+0400,44196397,elonmusk,Elon Musk,, https://t.co/w11m1IAG0z,und,[],[],['https://pbs.twimg.com/media/EuQjiWeXAAEYUts.jpg'],11175,74157,806152,[],[],https://twitter.com/elonmusk/status/1361252063926251521,False,,1,https://pbs.twimg.com/media/EuQjiWeXAAEYUts.jpg,,,,,,,[],,,, +1361121490628968453,1361094185412100096,2021-02-15 05:13:46 Arabian Standard Time,2021-02-15,05:13:46,+0400,44196397,elonmusk,Elon Musk,,@itsALLrisky Yup,und,[],[],[],683,1422,16763,[],[],https://twitter.com/elonmusk/status/1361121490628968453,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1361120963807612931,1361094185412100096,2021-02-15 05:11:40 Arabian Standard Time,2021-02-15,05:11:40,+0400,44196397,elonmusk,Elon Musk,,"@JaneidyEve Temporarily lower, long-term raise",en,[],[],[],682,2221,15655,[],[],https://twitter.com/elonmusk/status/1361120963807612931,False,,0,,,,,,,,"[{'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo 💙🦊', 'id': '92570825'}]",,,, +1361096223428653056,1361094185412100096,2021-02-15 03:33:22 Arabian Standard Time,2021-02-15,03:33:22,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne An acceptable percentage. Doge is much more concentrated.,en,[],[],[],447,692,5789,[],[],https://twitter.com/elonmusk/status/1361096223428653056,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}]",,,, +1361094185412100096,1361094185412100096,2021-02-15 03:25:16 Arabian Standard Time,2021-02-15,03:25:16,+0400,44196397,elonmusk,Elon Musk,,"If major Dogecoin holders sell most of their coins, it will get my full support. Too much concentration is the only real issue imo.",en,[],[],[],27269,32898,318028,[],[],https://twitter.com/elonmusk/status/1361094185412100096,False,,0,,,,,,,,[],,,, +1360774866023112704,1360585425010651140,2021-02-14 06:16:24 Arabian Standard Time,2021-02-14,06:16:24,+0400,44196397,elonmusk,Elon Musk,,@MarcusHouseGame Success on landing probability is ~60% this time,en,[],[],[],879,755,15955,[],[],https://twitter.com/elonmusk/status/1360774866023112704,False,,0,,,,,,,,"[{'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}]",,,, +1360700181658886147,1360697159767711749,2021-02-14 01:19:38 Arabian Standard Time,2021-02-14,01:19:38,+0400,44196397,elonmusk,Elon Musk,,было бы большой честью поговорить с вами,ru,[],[],[],5485,3921,87669,[],[],https://twitter.com/elonmusk/status/1360700181658886147,False,,0,,,,,,,,[],,,, +1360697159767711749,1360697159767711749,2021-02-14 01:07:38 Arabian Standard Time,2021-02-14,01:07:38,+0400,44196397,elonmusk,Elon Musk,,.@KremlinRussia_E would you like join me for a conversation on Clubhouse?,en,"[{'screen_name': 'kremlinrussia_e', 'name': 'president of russia', 'id': '205622130'}]",[],[],13538,11536,185042,[],[],https://twitter.com/elonmusk/status/1360697159767711749,False,,0,,,,,,,,[],,,, +1360592735409946625,1360592735409946625,2021-02-13 18:12:41 Arabian Standard Time,2021-02-13,18:12:41,+0400,44196397,elonmusk,Elon Musk,,Lil meme juice for the weekend https://t.co/e9rVtk4SEe,en,[],[],['https://pbs.twimg.com/media/EuHL4E_WYA0uZEI.jpg'],12684,19426,277045,[],[],https://twitter.com/elonmusk/status/1360592735409946625,False,,1,https://pbs.twimg.com/media/EuHL4E_WYA0uZEI.jpg,,,,,,,[],,,, +1360408418209591296,1360320994049728513,2021-02-13 06:00:16 Arabian Standard Time,2021-02-13,06:00:16,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut Good analysis. We’re working on lowering min throttle of Raptor, so that there is engine redundancy throughout the landing burn.",en,[],[],[],369,379,9047,[],[],https://twitter.com/elonmusk/status/1360408418209591296,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1360407144835649536,1360348485640282112,2021-02-13 05:55:13 Arabian Standard Time,2021-02-13,05:55:13,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @dixonspace @Kristennetten @CathieDWood Yup. Banks are basically balkanized, heterogeneous databases with high latency & weak security, especially ACH transfers & credit cards.",en,[],[],[],497,1558,9648,[],[],https://twitter.com/elonmusk/status/1360407144835649536,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'dixonspace', 'name': 'Position, Choice, Action', 'id': '1124266644581306369'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}]",,,, +1360365048137277440,1360348485640282112,2021-02-13 03:07:56 Arabian Standard Time,2021-02-13,03:07:56,+0400,44196397,elonmusk,Elon Musk,,@dixonspace @Kristennetten @CathieDWood A know a thing or two about payments,en,[],[],[],511,725,6291,[],[],https://twitter.com/elonmusk/status/1360365048137277440,False,,0,,,,,,,,"[{'screen_name': 'dixonspace', 'name': 'Position, Choice, Action', 'id': '1124266644581306369'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'CathieDWood', 'name': 'Cathie Wood', 'id': '2361631088'}]",,,, +1360170735033978880,1359948968747126784,2021-02-12 14:15:48 Arabian Standard Time,2021-02-12,14:15:48,+0400,44196397,elonmusk,Elon Musk,,@kunalb11 I’m an alien,en,[],[],[],3021,3963,38082,[],[],https://twitter.com/elonmusk/status/1360170735033978880,False,,0,,,,,,,,"[{'screen_name': 'kunalb11', 'name': 'Kunal Shah', 'id': '32332988'}]",,,, +1360091577113137153,1359943674839396367,2021-02-12 09:01:15 Arabian Standard Time,2021-02-12,09:01:15,+0400,44196397,elonmusk,Elon Musk,,@ID_AA_Carmack Ray tracing on Cyberpunk with HDR is next-level. Have you tried it?,en,[],[],[],377,240,5840,[],[],https://twitter.com/elonmusk/status/1360091577113137153,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1360007740442046465,1359936599484727297,2021-02-12 03:28:07 Arabian Standard Time,2021-02-12,03:28:07,+0400,44196397,elonmusk,Elon Musk,,@joerogan @Spotify Great interview!,en,[],[],[],1307,1421,56793,[],[],https://twitter.com/elonmusk/status/1360007740442046465,False,,0,,,,,,,,"[{'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}, {'screen_name': 'Spotify', 'name': 'Spotify', 'id': '17230018'}]",,,, +1360007611781795840,1359791422711492608,2021-02-12 03:27:37 Arabian Standard Time,2021-02-12,03:27:37,+0400,44196397,elonmusk,Elon Musk,,@gtera27 Doge is underestimated,en,[],[],[],2092,8340,28121,[],[],https://twitter.com/elonmusk/status/1360007611781795840,False,,0,,,,,,,,"[{'screen_name': 'gtera27', 'name': 'Greg M', 'id': '1348138843'}]",,,, +1359965891245473793,1359850470181806080,2021-02-12 00:41:50 Arabian Standard Time,2021-02-12,00:41:50,+0400,44196397,elonmusk,Elon Musk,,@teslacn Congratulations Tesla China for amazing execution last year. Now on to the next for even more!!,en,[],[],[],539,729,26090,[],[],https://twitter.com/elonmusk/status/1359965891245473793,False,,0,,,,,,,,"[{'screen_name': 'teslacn', 'name': 'Tesla Greater China', 'id': '1201427034754318337'}]",,,, +1359956852520325120,1359956852520325120,2021-02-12 00:05:55 Arabian Standard Time,2021-02-12,00:05:55,+0400,44196397,elonmusk,Elon Musk,,Happy New Year of the Ox! https://t.co/9WFKMYu2oj,en,[],[],['https://pbs.twimg.com/media/Et-JjMIVoAATQJp.jpg'],17636,29553,417898,[],[],https://twitter.com/elonmusk/status/1359956852520325120,False,,1,https://pbs.twimg.com/media/Et-JjMIVoAATQJp.jpg,,,,,,,[],,,, +1359791422711492608,1359791422711492608,2021-02-11 13:08:33 Arabian Standard Time,2021-02-11,13:08:33,+0400,44196397,elonmusk,Elon Musk,,"Frodo was the underdoge, All thought he would fail, Himself most of all. https://t.co/zGxJFDzzrM",en,[],[],['https://pbs.twimg.com/media/Et7zD1sWYAAFoDq.jpg'],18772,28834,239080,[],[],https://twitter.com/elonmusk/status/1359791422711492608,False,,1,https://pbs.twimg.com/media/Et7zD1sWYAAFoDq.jpg,,,,,,,[],,,, +1359669702864236546,1359530041814753280,2021-02-11 05:04:53 Arabian Standard Time,2021-02-11,05:04:53,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ @flcnhvy @anonyx10 Haha thanks :),en,[],[],[],425,203,5687,[],[],https://twitter.com/elonmusk/status/1359669702864236546,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'ANOnyX10', 'name': 'ANOnyX', 'id': '1485632168042713091'}]",,,, +1359669333350252545,1359530041814753280,2021-02-11 05:03:25 Arabian Standard Time,2021-02-11,05:03:25,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy @anonyx10 Indeed! Tweets definitely do not represent real-world time allocation.,en,[],[],[],293,337,5580,[],[],https://twitter.com/elonmusk/status/1359669333350252545,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'ANOnyX10', 'name': 'ANOnyX', 'id': '1485632168042713091'}]",,,, +1359612035374473217,1359589782402326528,2021-02-11 01:15:44 Arabian Standard Time,2021-02-11,01:15:44,+0400,44196397,elonmusk,Elon Musk,,The most entertaining outcome is the most likely,en,[],[],[],3781,7444,126622,[],[],https://twitter.com/elonmusk/status/1359612035374473217,False,,0,,,,,,,,[],,,, +1359591256003854336,1356251465107566598,2021-02-10 23:53:10 Arabian Standard Time,2021-02-10,23:53:10,+0400,44196397,elonmusk,Elon Musk,,@GiveDirectly Just sent some,en,[],[],[],530,1391,7894,[],[],https://twitter.com/elonmusk/status/1359591256003854336,False,,0,,,,,,,,"[{'screen_name': 'GiveDirectly', 'name': 'GiveDirectly', 'id': '367813132'}]",,,, +1359589782402326528,1359589782402326528,2021-02-10 23:47:18 Arabian Standard Time,2021-02-10,23:47:18,+0400,44196397,elonmusk,Elon Musk,,Just agree to do Clubhouse with @kanyewest,en,"[{'screen_name': 'kanyewest', 'name': 'ye', 'id': '169686021'}]",[],[],12051,21529,314429,[],[],https://twitter.com/elonmusk/status/1359589782402326528,False,,0,,,,,,,,[],,,, +1359545545900048386,1359519541219500033,2021-02-10 20:51:31 Arabian Standard Time,2021-02-10,20:51:31,+0400,44196397,elonmusk,Elon Musk,, https://t.co/3rWE9uHSTS,und,[],[],[],7111,7167,172709,[],[],https://twitter.com/elonmusk/status/1359545545900048386,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1359545523783483393/pu/img/OWgwAZp5-BckS3Uc.jpg,,,,,,,[],,,, +1359542496741765122,1359517646354411526,2021-02-10 20:39:24 Arabian Standard Time,2021-02-10,20:39:24,+0400,44196397,elonmusk,Elon Musk,,@geoffkeighley @UnrealEngine It’s getting real,en,[],[],[],306,422,8816,[],[],https://twitter.com/elonmusk/status/1359542496741765122,False,,0,,,,,,,,"[{'screen_name': 'geoffkeighley', 'name': 'Geoff Keighley', 'id': '9451052'}, {'screen_name': 'UnrealEngine', 'name': 'Unreal Engine', 'id': '164081884'}]",,,, +1359519541219500033,1359519541219500033,2021-02-10 19:08:11 Arabian Standard Time,2021-02-10,19:08:11,+0400,44196397,elonmusk,Elon Musk,,"Bought some Dogecoin for lil X, so he can be a toddler hodler",en,[],[],[],27411,55822,528221,[],[],https://twitter.com/elonmusk/status/1359519541219500033,False,,0,,,,,,,,[],,,, +1359517638653857794,1359401265017610247,2021-02-10 19:00:38 Arabian Standard Time,2021-02-10,19:00:38,+0400,44196397,elonmusk,Elon Musk,,"@JoshManMode He definitely has issues, but the sentencing seems a bit high",en,[],[],[],365,95,2165,[],[],https://twitter.com/elonmusk/status/1359517638653857794,False,,0,,,,,,,,"[{'screen_name': 'JoshManMode', 'name': 'Josh', 'id': '609070523'}]",,,, +1359426271906852866,1359401944855547905,2021-02-10 12:57:34 Arabian Standard Time,2021-02-10,12:57:34,+0400,44196397,elonmusk,Elon Musk,,@freewalletorg Thanks for fixing,en,[],[],[],305,211,4974,[],[],https://twitter.com/elonmusk/status/1359426271906852866,False,,0,,,,,,,,"[{'screen_name': 'freewalletorg', 'name': 'Freewallet - Web & Crypto App', 'id': '4853921117'}]",,,, +1359409599972007936,1359401944855547905,2021-02-10 11:51:19 Arabian Standard Time,2021-02-10,11:51:19,+0400,44196397,elonmusk,Elon Musk,,@freewalletorg Please unlock my account,en,[],[],[],980,876,19961,[],[],https://twitter.com/elonmusk/status/1359409599972007936,False,,0,,,,,,,,"[{'screen_name': 'freewalletorg', 'name': 'Freewallet - Web & Crypto App', 'id': '4853921117'}]",,,, +1359402317011972096,1359401265017610247,2021-02-10 11:22:23 Arabian Standard Time,2021-02-10,11:22:23,+0400,44196397,elonmusk,Elon Musk,,@AstroJordy 🤣🤣,und,[],[],[],304,193,7835,[],[],https://twitter.com/elonmusk/status/1359402317011972096,False,,0,,,,,,,,"[{'screen_name': 'AstroJordy', 'name': 'jordan🇺🇦', 'id': '1142527715670519808'}]",,,, +1359401265017610247,1359401265017610247,2021-02-10 11:18:12 Arabian Standard Time,2021-02-10,11:18:12,+0400,44196397,elonmusk,Elon Musk,,This is true power haha https://t.co/Fc9uhQSd7O,en,[],[],['https://pbs.twimg.com/media/Et2QPsUXUAMNQ_x.jpg'],9439,10907,187485,[],[],https://twitter.com/elonmusk/status/1359401265017610247,False,,1,https://pbs.twimg.com/media/Et2QPsUXUAMNQ_x.jpg,,,,,,,[],,,, +1359400199521783809,1358701679575769090,2021-02-10 11:13:58 Arabian Standard Time,2021-02-10,11:13:58,+0400,44196397,elonmusk,Elon Musk,,@freewalletorg Any crypto wallet that won’t give you your private keys should be avoided at all costs,en,[],[],[],2012,4449,28205,[],[],https://twitter.com/elonmusk/status/1359400199521783809,False,,0,,,,,,,,"[{'screen_name': 'freewalletorg', 'name': 'Freewallet - Web & Crypto App', 'id': '4853921117'}]",,,, +1359390452772966404,1358701679575769090,2021-02-10 10:35:14 Arabian Standard Time,2021-02-10,10:35:14,+0400,44196397,elonmusk,Elon Musk,,@freewalletorg Your app sucks,en,[],[],[],1588,1746,23518,[],[],https://twitter.com/elonmusk/status/1359390452772966404,False,,0,,,,,,,,"[{'screen_name': 'freewalletorg', 'name': 'Freewallet - Web & Crypto App', 'id': '4853921117'}]",,,, +1359143465523765248,1359047639619170304,2021-02-09 18:13:48 Arabian Standard Time,2021-02-09,18:13:48,+0400,44196397,elonmusk,Elon Musk,,@ajtourville Yes,und,[],[],[],1496,845,34775,[],[],https://twitter.com/elonmusk/status/1359143465523765248,False,,0,,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}]",,,, +1359027355851841536,1358895404054695942,2021-02-09 10:32:25 Arabian Standard Time,2021-02-09,10:32:25,+0400,44196397,elonmusk,Elon Musk,,"@BLKMDL3 @RationalEtienne @Adamklotz_ Once we can predict cash flow reasonably well, Starlink will IPO",en,[],[],[],697,1098,10484,[],[],https://twitter.com/elonmusk/status/1359027355851841536,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'Adamklotz_', 'name': 'Adam Klotz', 'id': '836334176517357569'}]",,,, +1359026421012774915,1358895404054695942,2021-02-09 10:28:42 Arabian Standard Time,2021-02-09,10:28:42,+0400,44196397,elonmusk,Elon Musk,,"@RationalEtienne @Adamklotz_ Starlink is a staggeringly difficult technical & economic endeavor. However, if we don’t fail, the cost to end users will improve every year.",en,[],[],[],156,244,3533,[],[],https://twitter.com/elonmusk/status/1359026421012774915,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}]",,,, +1359024384200101888,1358895404054695942,2021-02-09 10:20:37 Arabian Standard Time,2021-02-09,10:20:37,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @Adamklotz_ SpaceX needs to pass through a deep chasm of negative cash flow over the next year or so to make Starlink financially viable. Every new satellite constellation in history has gone bankrupt. We hope to be the first that does not.,en,[],[],[],249,330,5134,[],[],https://twitter.com/elonmusk/status/1359024384200101888,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}]",,,, +1358992978639921156,1358980993932292096,2021-02-09 08:15:49 Arabian Standard Time,2021-02-09,08:15:49,+0400,44196397,elonmusk,Elon Musk,,"@ID_AA_Carmack Lowest cost per ton of carbon sequestered, net of value of any product made. Must be scalable to gigaton level. Aiming for maximum usefulness.",en,[],[],[],239,218,3761,[],[],https://twitter.com/elonmusk/status/1358992978639921156,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1358964520522162176,1358895404054695942,2021-02-09 06:22:44 Arabian Standard Time,2021-02-09,06:22:44,+0400,44196397,elonmusk,Elon Musk,,@Adamklotz_ It’s meant to be the same price in all countries. Only difference should be taxes & shipping.,en,[],[],[],1676,1267,36855,[],[],https://twitter.com/elonmusk/status/1358964520522162176,False,,0,,,,,,,,"[{'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}]",,,, +1358931403665117184,1358930781314322433,2021-02-09 04:11:09 Arabian Standard Time,2021-02-09,04:11:09,+0400,44196397,elonmusk,Elon Musk,,"@tobyliiiiiiiiii This is intended for Earth, but there may be some ideas that apply to Mars too",en,[],[],[],542,349,8081,[],[],https://twitter.com/elonmusk/status/1358931403665117184,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +1358931075880284164,1358762769252810752,2021-02-09 04:09:50 Arabian Standard Time,2021-02-09,04:09:50,+0400,44196397,elonmusk,Elon Musk,,@CryptoShrikar @CoinDesk @Tesla @Dan_Z_Palmer 🤣🤣,und,[],[],[],240,158,3167,[],[],https://twitter.com/elonmusk/status/1358931075880284164,False,,0,,,,,,,,"[{'screen_name': 'CoinDesk', 'name': 'CoinDesk', 'id': '1333467482'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1358930781314322433,1358930781314322433,2021-02-09 04:08:40 Arabian Standard Time,2021-02-09,04:08:40,+0400,44196397,elonmusk,Elon Musk,,XPrize team will manage the $100M carbon capture prize,en,[],[],[],8987,12279,105731,[],[],https://twitter.com/elonmusk/status/1358930781314322433,False,https://twitter.com/xprize/status/1358780911370842114,0,,,,,,,,[],,,, +1358929114166485008,1358924630648623105,2021-02-09 04:02:03 Arabian Standard Time,2021-02-09,04:02:03,+0400,44196397,elonmusk,Elon Musk,,"@SRuhle Everyone at Tesla receives stock. My comp is all stock/options, which I do not take off the table. That’s what you’re missing.",en,[],[],[],2476,4570,94437,[],[],https://twitter.com/elonmusk/status/1358929114166485008,False,,0,,,,,,,,"[{'screen_name': 'SRuhle', 'name': 'Stephanie Ruhle', 'id': '382685028'}]",,,, +1358658587644596224,1358658587644596224,2021-02-08 10:07:04 Arabian Standard Time,2021-02-08,10:07:04,+0400,44196397,elonmusk,Elon Musk,,Back to work I go …,en,[],[],[],22379,24277,461326,[],[],https://twitter.com/elonmusk/status/1358658587644596224,False,,0,,,,,,,,[],,,, +1358650427114422272,1358568715403468801,2021-02-08 09:34:38 Arabian Standard Time,2021-02-08,09:34:38,+0400,44196397,elonmusk,Elon Musk,,@CapybaraSurfer @MattWallace888 Does seem a bit high,en,[],[],[],363,469,6043,[],[],https://twitter.com/elonmusk/status/1358650427114422272,False,,0,,,,,,,,"[{'screen_name': 'CapybaraSurfer', 'name': 'CapybaraSurfer', 'id': '1348191436093665281'}, {'screen_name': 'MattWallace888', 'name': 'Matt Wallace', 'id': '805532293951606785'}]",,,, +1358648653573992450,1358504050010935296,2021-02-08 09:27:36 Arabian Standard Time,2021-02-08,09:27:36,+0400,44196397,elonmusk,Elon Musk,,"@itsALLrisky Doge appears to be inflationary, but is not meaningfully so (fixed # of coins per unit time), whereas BTC is arguably deflationary to a fault. Transaction speed of Doge should ideally be a few orders of magnitude faster.",en,[],[],[],1123,3349,14932,[],[],https://twitter.com/elonmusk/status/1358648653573992450,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1358621524748496896,1358451741902196740,2021-02-08 07:39:48 Arabian Standard Time,2021-02-08,07:39:48,+0400,44196397,elonmusk,Elon Musk,,@MichaelGalanin @kevinmgill Wow,und,[],[],[],642,658,18721,[],[],https://twitter.com/elonmusk/status/1358621524748496896,False,,0,,,,,,,,"[{'screen_name': 'MichaelGalanin', 'name': 'Space Explorer Mike', 'id': '951062029'}, {'screen_name': 'kevinmgill', 'name': 'Kevin M. Gill', 'id': '18145341'}]",,,, +1358594029101879298,1358584801003884544,2021-02-08 05:50:32 Arabian Standard Time,2021-02-08,05:50:32,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @michaelhodapp_ 1. Orbital launch tower that can stack 2. Enough Raptors for orbit booster 3. Improve ship & booster mass,en,[],[],[],391,485,8749,[],[],https://twitter.com/elonmusk/status/1358594029101879298,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'michaelhodapp_', 'name': 'Michael Hodapp', 'id': '58658778'}]",,,, +1358585079459504131,1358584801003884544,2021-02-08 05:14:58 Arabian Standard Time,2021-02-08,05:14:58,+0400,44196397,elonmusk,Elon Musk,,@michaelhodapp_ Back to work tonight!,en,[],[],[],630,785,17157,[],[],https://twitter.com/elonmusk/status/1358585079459504131,False,,0,,,,,,,,"[{'screen_name': 'michaelhodapp_', 'name': 'Michael Hodapp', 'id': '58658778'}]",,,, +1358584801003884544,1358584801003884544,2021-02-08 05:13:52 Arabian Standard Time,2021-02-08,05:13:52,+0400,44196397,elonmusk,Elon Musk,,Ð is for Ðogecoin! Instructional video. https://t.co/UEEocOfcTb,vi,[],['https://m.youtube.com/watch?v=000al7ru3ms'],[],15447,49187,250290,[],[],https://twitter.com/elonmusk/status/1358584801003884544,False,,0,,,,,,,,[],,,, +1358568715403468801,1358568715403468801,2021-02-08 04:09:57 Arabian Standard Time,2021-02-08,04:09:57,+0400,44196397,elonmusk,Elon Musk,,The people have spoken …,en,[],[],[],9840,32098,216019,[],[],https://twitter.com/elonmusk/status/1358568715403468801,False,https://twitter.com/elonmusk/status/1357914696645414913,0,,,,,,,,[],,,, +1358558894813892608,1358394334136004608,2021-02-08 03:30:55 Arabian Standard Time,2021-02-08,03:30:55,+0400,44196397,elonmusk,Elon Musk,,@Nivetha_7_42 @lexfridman So cute 💕,en,[],[],[],174,444,4660,[],[],https://twitter.com/elonmusk/status/1358558894813892608,False,,0,,,,,,,,"[{'screen_name': 'Nivetha_7_42', 'name': '🔋🚀🤖', 'id': '1275036790328451072'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1358557132363231233,1358554875815149571,2021-02-08 03:23:55 Arabian Standard Time,2021-02-08,03:23:55,+0400,44196397,elonmusk,Elon Musk,,"@UniverCurious Extremely misleading image, as doesn’t reflect true time cost to people or rain & pain",en,[],[],[],333,294,4714,[],[],https://twitter.com/elonmusk/status/1358557132363231233,False,,0,,,,,,,,"[{'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}]",,,, +1358542364948668418,1358542364948668418,2021-02-08 02:25:14 Arabian Standard Time,2021-02-08,02:25:14,+0400,44196397,elonmusk,Elon Musk,,🎶 Who let the Doge out 🎶,en,[],[],[],25822,108137,758030,[],[],https://twitter.com/elonmusk/status/1358542364948668418,False,,0,,,,,,,,[],,,, +1358539071824424961,1358539071824424961,2021-02-08 02:12:09 Arabian Standard Time,2021-02-08,02:12:09,+0400,44196397,elonmusk,Elon Musk,,Hodl the rainforests!!,en,[],[],[],9371,22925,263231,[],[],https://twitter.com/elonmusk/status/1358539071824424961,False,,0,,,,,,,,[],,,, +1358319935978496001,1358319935978496001,2021-02-07 11:41:23 Arabian Standard Time,2021-02-07,11:41:23,+0400,44196397,elonmusk,Elon Musk,,So … it’s finally come to this … https://t.co/Gf0Rg2QOaF,en,[],[],['https://pbs.twimg.com/media/Etm4yFZUcAAoN5u.jpg'],28955,91037,766226,[],[],https://twitter.com/elonmusk/status/1358319935978496001,False,,1,https://pbs.twimg.com/media/Etm4yFZUcAAoN5u.jpg,,,,,,,[],,,, +1358300669178826752,1358171808717889536,2021-02-07 10:24:50 Arabian Standard Time,2021-02-07,10:24:50,+0400,44196397,elonmusk,Elon Musk,,@itsALLrisky It’s the most fun crypto!,en,[],[],[],807,3537,22013,[],[],https://twitter.com/elonmusk/status/1358300669178826752,False,,0,,,,,,,,"[{'screen_name': 'itsALLrisky', 'name': '💸💸💸', 'id': '1061349266545885185'}]",,,, +1358300198041133056,1358273346274816000,2021-02-07 10:22:57 Arabian Standard Time,2021-02-07,10:22:57,+0400,44196397,elonmusk,Elon Musk,,@JoshRoomsburg @SnoopDogg @genesimmons Its simplicity is its genius,en,[],[],[],415,1216,7380,[],[],https://twitter.com/elonmusk/status/1358300198041133056,False,,0,,,,,,,,"[{'screen_name': 'JoshRoomsburg', 'name': 'Joshuwa Roomsburg 🌎', 'id': '90828940'}, {'screen_name': 'SnoopDogg', 'name': 'Snoop Dogg', 'id': '3004231'}, {'screen_name': 'genesimmons', 'name': 'Gene Simmons', 'id': '14401698'}]",,,, +1358294552260448256,1358046412676747266,2021-02-07 10:00:31 Arabian Standard Time,2021-02-07,10:00:31,+0400,44196397,elonmusk,Elon Musk,,@astro_g_dogg @SpaceX Yup,und,[],[],[],422,448,19030,[],[],https://twitter.com/elonmusk/status/1358294552260448256,False,,0,,,,,,,,"[{'screen_name': 'astro_g_dogg', 'name': 'Garrett Reisman', 'id': '54712148'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1358243215644581888,1358115248885137418,2021-02-07 06:36:32 Arabian Standard Time,2021-02-07,06:36:32,+0400,44196397,elonmusk,Elon Musk,,@Jbuttermost @Dogecoinrich 🤣🤣,und,[],[],[],252,654,7346,[],[],https://twitter.com/elonmusk/status/1358243215644581888,False,,0,,,,,,,,"[{'screen_name': 'Jbuttermost', 'name': 'Josiah', 'id': '233616444'}, {'screen_name': 'Dogecoinrich', 'name': 'Dogeeee', 'id': '1275672325'}]",,,, +1358241244015546369,1358047884609007619,2021-02-07 06:28:42 Arabian Standard Time,2021-02-07,06:28:42,+0400,44196397,elonmusk,Elon Musk,,@wapodavenport True,en,[],[],[],205,226,7799,[],[],https://twitter.com/elonmusk/status/1358241244015546369,False,,0,,,,,,,,"[{'screen_name': 'wapodavenport', 'name': 'Christian Davenport', 'id': '38738566'}]",,,, +1358240143459577859,1358115248885137418,2021-02-07 06:24:19 Arabian Standard Time,2021-02-07,06:24:19,+0400,44196397,elonmusk,Elon Musk,,@Dogecoinrich 🤣🤣,und,[],[],[],925,2914,58347,[],[],https://twitter.com/elonmusk/status/1358240143459577859,False,,0,,,,,,,,"[{'screen_name': 'Dogecoinrich', 'name': 'Dogeeee', 'id': '1275672325'}]",,,, +1358179508617007104,1358176884312272898,2021-02-07 02:23:23 Arabian Standard Time,2021-02-07,02:23:23,+0400,44196397,elonmusk,Elon Musk,,"@flcnhvy @AstroJordy Not that easy. This is two decades of intense work. Have to look at old notes, emails, texts.",en,[],[],[],589,314,6551,[],[],https://twitter.com/elonmusk/status/1358179508617007104,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'AstroJordy', 'name': 'jordan🚀', 'id': '1142527715670519808'}]",,,, +1358177945739685893,1358176884312272898,2021-02-07 02:17:10 Arabian Standard Time,2021-02-07,02:17:10,+0400,44196397,elonmusk,Elon Musk,,@AstroJordy Yes,und,[],[],[],547,343,7786,[],[],https://twitter.com/elonmusk/status/1358177945739685893,False,,0,,,,,,,,"[{'screen_name': 'AstroJordy', 'name': 'jordan🇺🇦', 'id': '1142527715670519808'}]",,,, +1358177870703517698,1358176884312272898,2021-02-07 02:16:52 Arabian Standard Time,2021-02-07,02:16:52,+0400,44196397,elonmusk,Elon Musk,,Lessons learned,en,[],[],[],2380,4452,140278,[],[],https://twitter.com/elonmusk/status/1358177870703517698,False,,0,,,,,,,,[],,,, +1358177385678467072,1358176884312272898,2021-02-07 02:14:57 Arabian Standard Time,2021-02-07,02:14:57,+0400,44196397,elonmusk,Elon Musk,,Of Earth and Mars,en,[],[],[],2190,5103,153904,[],[],https://twitter.com/elonmusk/status/1358177385678467072,False,,0,,,,,,,,[],,,, +1358176884312272898,1358176884312272898,2021-02-07 02:12:57 Arabian Standard Time,2021-02-07,02:12:57,+0400,44196397,elonmusk,Elon Musk,,Time to tell the story of Tesla & SpaceX,en,[],[],[],11442,22448,395587,[],[],https://twitter.com/elonmusk/status/1358176884312272898,False,,0,,,,,,,,[],,,, +1358176340734738434,1358173629293461514,2021-02-07 02:10:47 Arabian Standard Time,2021-02-07,02:10:47,+0400,44196397,elonmusk,Elon Musk,,@TheOnion Have you read @TheBabylonBee? It’s great!!,en,"[{'screen_name': 'thebabylonbee', 'name': 'the babylon bee', 'id': '4914384040'}]",[],[],698,2756,26097,[],[],https://twitter.com/elonmusk/status/1358176340734738434,False,,0,,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1357991946082418690,1357991946082418690,2021-02-06 13:58:04 Arabian Standard Time,2021-02-06,13:58:04,+0400,44196397,elonmusk,Elon Musk,,The Second Last Kingdom https://t.co/Je4EI88HmV,en,[],[],['https://pbs.twimg.com/media/EtiOegrVEAMCgZE.jpg'],10639,17024,477650,[],[],https://twitter.com/elonmusk/status/1357991946082418690,False,,1,https://pbs.twimg.com/media/EtiOegrVEAMCgZE.jpg,,,,,,,[],,,, +1357973565413367808,1357834619924586497,2021-02-06 12:45:02 Arabian Standard Time,2021-02-06,12:45:02,+0400,44196397,elonmusk,Elon Musk,,@DumDin7 @Grimezsz Haven’t heard that name in years …,en,[],[],[],154,231,3355,[],[],https://twitter.com/elonmusk/status/1357973565413367808,False,,0,,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '𝔊𝔯𝔦𝔪𝔢𝔰 (⌛️,⏳) ᚷᚱᛁᛗᛖᛋ', 'id': '276540738'}]",,,, +1357972904663687173,1357834619924586497,2021-02-06 12:42:25 Arabian Standard Time,2021-02-06,12:42:25,+0400,44196397,elonmusk,Elon Musk,,@Grimezsz Dogecake,en,[],[],[],403,1306,9304,[],[],https://twitter.com/elonmusk/status/1357972904663687173,False,,0,,,,,,,,"[{'screen_name': 'Grimezsz', 'name': '𝔊𝔯𝔦𝔪𝔢𝔰 (⌛️,⏳) ᚷᚱᛁᛗᛖᛋ', 'id': '276540738'}]",,,, +1357970517165182979,1357970517165182979,2021-02-06 12:32:55 Arabian Standard Time,2021-02-06,12:32:55,+0400,44196397,elonmusk,Elon Musk,,YOLT https://t.co/cnOf9yjpF1,en,[],['https://m.youtube.com/watch?v=05QJlF06F4s'],[],5925,4217,79250,[],[],https://twitter.com/elonmusk/status/1357970517165182979,False,,0,,,,,,,,[],,,, +1357964347813687296,1357964087259324417,2021-02-06 12:08:24 Arabian Standard Time,2021-02-06,12:08:24,+0400,44196397,elonmusk,Elon Musk,,@Kristennetten That’s Damian,en,[],[],[],266,161,6560,[],[],https://twitter.com/elonmusk/status/1357964347813687296,False,,0,,,,,,,,"[{'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}]",,,, +1357953080596172800,1357943711997415424,2021-02-06 11:23:38 Arabian Standard Time,2021-02-06,11:23:38,+0400,44196397,elonmusk,Elon Musk,,@Kristennetten Yeah,en,[],[],[],125,64,3365,[],[],https://twitter.com/elonmusk/status/1357953080596172800,False,,0,,,,,,,,"[{'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}]",,,, +1357952957086535680,1357943711997415424,2021-02-06 11:23:09 Arabian Standard Time,2021-02-06,11:23:09,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ Sure,en,[],[],[],147,95,5469,[],[],https://twitter.com/elonmusk/status/1357952957086535680,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}]",,,, +1357943711997415424,1357943711997415424,2021-02-06 10:46:24 Arabian Standard Time,2021-02-06,10:46:24,+0400,44196397,elonmusk,Elon Musk,,The great thing about restaurants is that you get to hang out with strangers! - SJM,en,[],[],[],6038,9380,168605,[],[],https://twitter.com/elonmusk/status/1357943711997415424,False,,0,,,,,,,,[],,,, +1357914696645414913,1357914696645414913,2021-02-06 08:51:07 Arabian Standard Time,2021-02-06,08:51:07,+0400,44196397,elonmusk,Elon Musk,,The future currency of Earth,en,[],[],[],34788,58106,252343,[],[],https://twitter.com/elonmusk/status/1357914696645414913,False,,0,,,,,,,,[],,,, +1357913463348097025,1357913352937172999,2021-02-06 08:46:13 Arabian Standard Time,2021-02-06,08:46:13,+0400,44196397,elonmusk,Elon Musk,,@redlineshifter Just a scratch,en,[],[],[],368,327,6234,[],[],https://twitter.com/elonmusk/status/1357913463348097025,False,,0,,,,,,,,"[{'screen_name': 'redlineshifter', 'name': 'Scott Perry', 'id': '22048774'}]",,,, +1357902434580918274,1357902434580918274,2021-02-06 08:02:23 Arabian Standard Time,2021-02-06,08:02:23,+0400,44196397,elonmusk,Elon Musk,,Much wow!,en,[],[],[],17053,25966,355189,[],[],https://twitter.com/elonmusk/status/1357902434580918274,False,,0,,,,,,,,[],,,, +1357657596954505216,1357432099603697664,2021-02-05 15:49:29 Arabian Standard Time,2021-02-05,15:49:29,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne 🖤,und,[],[],[],756,571,38595,[],[],https://twitter.com/elonmusk/status/1357657596954505216,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}]",,,, +1357637550249189380,1357494007878746112,2021-02-05 14:29:50 Arabian Standard Time,2021-02-05,14:29:50,+0400,44196397,elonmusk,Elon Musk,,@wonderofscience Destiny,cs,[],[],[],3659,3533,96291,[],[],https://twitter.com/elonmusk/status/1357637550249189380,False,,0,,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +1357610056221564928,1303415948800598024,2021-02-05 12:40:35 Arabian Standard Time,2021-02-05,12:40:35,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @Teslarati @woodhaus2 Franz was essential,de,[],[],[],154,105,2708,[],[],https://twitter.com/elonmusk/status/1357610056221564928,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'woodhaus2', 'name': 'Franz von Holzhausen', 'id': '55769345'}]",,,, +1357602102189645824,1357366837714055173,2021-02-05 12:08:58 Arabian Standard Time,2021-02-05,12:08:58,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @josh_bickett @ajtourville @SpaceX That said, the ship landing burn has a clear solution. My greatest concern is achieving good payload to orbit with rapid & full reusability, without which we shall forever be confined to Earth.",en,[],[],[],352,357,7053,[],[],https://twitter.com/elonmusk/status/1357602102189645824,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'josh_bickett', 'name': 'Josh Bickett', 'id': '761747406513766402'}, {'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1357522122915086336,1357366837714055173,2021-02-05 06:51:10 Arabian Standard Time,2021-02-05,06:51:10,+0400,44196397,elonmusk,Elon Musk,,"@Adamklotz_ @Erdayastronaut @josh_bickett @ajtourville @SpaceX Will still use hot gas maneuvering (RCS) thrusters, as ~5X more efficient than nitrogen (300 sec vs 60 sec Isp)",en,[],[],[],209,110,3141,[],[],https://twitter.com/elonmusk/status/1357522122915086336,False,,0,,,,,,,,"[{'screen_name': 'Adamklotz_', 'name': 'Adam Klotz', 'id': '836334176517357569'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'josh_bickett', 'name': 'Josh Bickett', 'id': '761747406513766402'}, {'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1357520986602680321,1357366837714055173,2021-02-05 06:46:39 Arabian Standard Time,2021-02-05,06:46:39,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @josh_bickett @ajtourville @SpaceX Higher Isp too,en,[],[],[],157,103,3728,[],[],https://twitter.com/elonmusk/status/1357520986602680321,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'josh_bickett', 'name': 'Josh Bickett', 'id': '761747406513766402'}, {'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1357520341355159555,1357366837714055173,2021-02-05 06:44:05 Arabian Standard Time,2021-02-05,06:44:05,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @josh_bickett @ajtourville @SpaceX Intuitively, it would seem so, but turbopump-fed Raptors have much higher thrust & propellant mass fraction than pressure-fed gas thrusters & they’re already there",en,[],[],[],171,159,5027,[],[],https://twitter.com/elonmusk/status/1357520341355159555,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'josh_bickett', 'name': 'Josh Bickett', 'id': '761747406513766402'}, {'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1357449138292613124,1357447931117248512,2021-02-05 02:01:09 Arabian Standard Time,2021-02-05,02:01:09,+0400,44196397,elonmusk,Elon Musk,,@brendan2908 @NASASpaceflight Yes,und,[],[],[],503,325,19132,[],[],https://twitter.com/elonmusk/status/1357449138292613124,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1357440641526038528,1357261308152975361,2021-02-05 01:27:23 Arabian Standard Time,2021-02-05,01:27:23,+0400,44196397,elonmusk,Elon Musk,,@mikko @Darudevil It’s true!,en,[],[],[],115,98,3416,[],[],https://twitter.com/elonmusk/status/1357440641526038528,False,,0,,,,,,,,"[{'screen_name': 'mikko', 'name': '@mikko', 'id': '23566038'}, {'screen_name': 'Darudevil', 'name': 'Darude', 'id': '29859887'}]",,,, +1357426784279609344,1357366837714055173,2021-02-05 00:32:19 Arabian Standard Time,2021-02-05,00:32:19,+0400,44196397,elonmusk,Elon Musk,,"@josh_bickett @ajtourville @Erdayastronaut @SpaceX Yeah. By default, engine with least lever arm would shut down if all 3 are good.",en,[],[],[],290,173,5901,[],[],https://twitter.com/elonmusk/status/1357426784279609344,False,,0,,,,,,,,"[{'screen_name': 'josh_bickett', 'name': 'Josh Bickett', 'id': '761747406513766402'}, {'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1357425717500407816,1357366837714055173,2021-02-05 00:28:05 Arabian Standard Time,2021-02-05,00:28:05,+0400,44196397,elonmusk,Elon Musk,,"@ajtourville @Erdayastronaut @SpaceX Yes, but engines have a min throttle point where there is flameout risk, so landing on 3 engines means high thrust/weight (further away from hover point), which is also risky",en,[],[],[],173,131,5075,[],[],https://twitter.com/elonmusk/status/1357425717500407816,False,,0,,,,,,,,"[{'screen_name': 'ajtourville', 'name': 'ALEX', 'id': '874776246592430080'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1357422799330107393,1357366837714055173,2021-02-05 00:16:29 Arabian Standard Time,2021-02-05,00:16:29,+0400,44196397,elonmusk,Elon Musk,,@Adamklotz_ @Erdayastronaut @SpaceX Yes,und,[],[],[],212,101,4403,[],[],https://twitter.com/elonmusk/status/1357422799330107393,False,,0,,,,,,,,"[{'screen_name': 'Adamklotz_', 'name': 'Adam Klotz🇺🇦', 'id': '836334176517357569'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1357422126161145856,1357366837714055173,2021-02-05 00:13:49 Arabian Standard Time,2021-02-05,00:13:49,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @SpaceX It was foolish of us not to start 3 engines & immediately shut down 1, as 2 are needed to land",en,[],[],[],663,527,10333,[],[],https://twitter.com/elonmusk/status/1357422126161145856,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1357269755112148993,1357269755112148993,2021-02-04 14:08:21 Arabian Standard Time,2021-02-04,14:08:21,+0400,44196397,elonmusk,Elon Musk,,"I am become meme, Destroyer of shorts",en,[],[],[],26511,53256,596092,[],[],https://twitter.com/elonmusk/status/1357269755112148993,False,,0,,,,,,,,[],,,, +1357261861415243776,1357261308152975361,2021-02-04 13:36:59 Arabian Standard Time,2021-02-04,13:36:59,+0400,44196397,elonmusk,Elon Musk,,@commander_cruz Might actually happen,en,[],[],[],424,505,11273,[],[],https://twitter.com/elonmusk/status/1357261861415243776,False,,0,,,,,,,,"[{'screen_name': 'commander_cruz', 'name': 'Cruz', 'id': '966957932406427648'}]",,,, +1357261308152975361,1357261308152975361,2021-02-04 13:34:47 Arabian Standard Time,2021-02-04,13:34:47,+0400,44196397,elonmusk,Elon Musk,,Sandstorm is a masterpiece,en,[],[],[],10855,22701,316590,[],[],https://twitter.com/elonmusk/status/1357261308152975361,False,,0,,,,,,,,[],,,, +1357256507847561217,1357248581581889538,2021-02-04 13:15:42 Arabian Standard Time,2021-02-04,13:15:42,+0400,44196397,elonmusk,Elon Musk,,@MadOverlord We were too dumb,en,[],[],[],888,1210,28074,[],[],https://twitter.com/elonmusk/status/1357256507847561217,False,,0,,,,,,,,"[{'screen_name': 'MadOverlord', 'name': 'MadOverlord', 'id': '12611012'}]",,,, +1357248581581889538,1357248581581889538,2021-02-04 12:44:12 Arabian Standard Time,2021-02-04,12:44:12,+0400,44196397,elonmusk,Elon Musk,,"Next time, we try pull *up* method https://t.co/J1M7WHLRDR",en,[],[],['https://pbs.twimg.com/media/EtXqUsjXIAIM_yS.jpg'],9241,16179,226603,[],[],https://twitter.com/elonmusk/status/1357248581581889538,False,,1,https://pbs.twimg.com/media/EtXqUsjXIAIM_yS.jpg,,,,,,,[],,,, +1357248331387441153,1357248331387441153,2021-02-04 12:43:13 Arabian Standard Time,2021-02-04,12:43:13,+0400,44196397,elonmusk,Elon Musk,,Low-key Loki,en,[],[],[],6580,13345,205718,[],[],https://twitter.com/elonmusk/status/1357248331387441153,False,,0,,,,,,,,[],,,, +1357244295091208193,1357244295091208193,2021-02-04 12:27:10 Arabian Standard Time,2021-02-04,12:27:10,+0400,44196397,elonmusk,Elon Musk,,"No highs, no lows, only Doge",en,[],[],[],21310,107141,744715,[],[],https://twitter.com/elonmusk/status/1357244295091208193,False,,0,,,,,,,,[],,,, +1357241805411151873,1357241340313141249,2021-02-04 12:17:17 Arabian Standard Time,2021-02-04,12:17:17,+0400,44196397,elonmusk,Elon Musk,,No need to be a gigachad to own,en,[],[],[],2604,14917,173312,[],[],https://twitter.com/elonmusk/status/1357241805411151873,False,,0,,,,,,,,[],,,, +1357241340313141249,1357241340313141249,2021-02-04 12:15:26 Arabian Standard Time,2021-02-04,12:15:26,+0400,44196397,elonmusk,Elon Musk,,Dogecoin is the people’s crypto,en,[],[],[],18465,97994,533684,[],[],https://twitter.com/elonmusk/status/1357241340313141249,False,,0,,,,,,,,[],,,, +1357236825589432322,1357236825589432322,2021-02-04 11:57:30 Arabian Standard Time,2021-02-04,11:57:30,+0400,44196397,elonmusk,Elon Musk,,ur welcome https://t.co/e2KF57KLxb,en,[],[],['https://pbs.twimg.com/media/EtXfpgGWYAEIa7y.jpg'],22667,140044,963257,[],[],https://twitter.com/elonmusk/status/1357236825589432322,False,,1,https://pbs.twimg.com/media/EtXfpgGWYAEIa7y.jpg,,,,,,,[],,,, +1357232497441005570,1357229691824922633,2021-02-04 11:40:18 Arabian Standard Time,2021-02-04,11:40:18,+0400,44196397,elonmusk,Elon Musk,,@HuobiGlobal The most entertaining outcome is the most likely,en,[],[],[],712,3470,20945,[],[],https://twitter.com/elonmusk/status/1357232497441005570,False,,0,,,,,,,,"[{'screen_name': 'HuobiGlobal', 'name': 'Huobi', 'id': '914029581610377217'}]",,,, +1357231313376456708,1357229691824922633,2021-02-04 11:35:35 Arabian Standard Time,2021-02-04,11:35:35,+0400,44196397,elonmusk,Elon Musk,,Doge,en,[],[],[],8898,42983,250972,[],[],https://twitter.com/elonmusk/status/1357231313376456708,False,,0,,,,,,,,[],,,, +1357229691824922633,1357229691824922633,2021-02-04 11:29:09 Arabian Standard Time,2021-02-04,11:29:09,+0400,44196397,elonmusk,Elon Musk,, https://t.co/vviUzWhodT,und,[],[],['https://pbs.twimg.com/media/EtXZMHAXEAMO1f9.jpg'],6901,37189,415295,[],[],https://twitter.com/elonmusk/status/1357229691824922633,False,,1,https://pbs.twimg.com/media/EtXZMHAXEAMO1f9.jpg,,,,,,,[],,,, +1357225550574743554,1357224748112093184,2021-02-04 11:12:41 Arabian Standard Time,2021-02-04,11:12:41,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut High seas & wind,en,[],[],[],368,228,9202,[],[],https://twitter.com/elonmusk/status/1357225550574743554,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1357224748112093184,1357224748112093184,2021-02-04 11:09:30 Arabian Standard Time,2021-02-04,11:09:30,+0400,44196397,elonmusk,Elon Musk,,This was a tough one,en,[],[],[],2942,4911,92544,[],[],https://twitter.com/elonmusk/status/1357224748112093184,False,https://twitter.com/SpaceX/status/1357214992546680832,0,,,,,,,,[],,,, +1356524205374918659,1356524205374918659,2021-02-02 12:45:48 Arabian Standard Time,2021-02-02,12:45:48,+0400,44196397,elonmusk,Elon Musk,,Off Twitter for a while,en,[],[],[],32282,22653,512607,[],[],https://twitter.com/elonmusk/status/1356524205374918659,False,,0,,,,,,,,[],,,, +1356382103038947329,1356381230925635591,2021-02-02 03:21:08 Arabian Standard Time,2021-02-02,03:21:08,+0400,44196397,elonmusk,Elon Musk,,It will be filled with graffiti art,en,[],[],[],3852,3294,121334,[],[],https://twitter.com/elonmusk/status/1356382103038947329,False,,0,,,,,,,,[],,,, +1356381696619282432,1356381230925635591,2021-02-02 03:19:31 Arabian Standard Time,2021-02-02,03:19:31,+0400,44196397,elonmusk,Elon Musk,,@eiraum мы сделаем,ru,[],[],[],163,132,3490,[],[],https://twitter.com/elonmusk/status/1356381696619282432,False,,0,,,,,,,,"[{'screen_name': 'eiraum', 'name': 'Alexander Kozlov', 'id': '1712941238'}]",,,, +1356381230925635591,1356381230925635591,2021-02-02 03:17:40 Arabian Standard Time,2021-02-02,03:17:40,+0400,44196397,elonmusk,Elon Musk,,Giga Berlin progress https://t.co/ekpG5qcbUi,in,[],[],[],6318,12954,223491,[],[],https://twitter.com/elonmusk/status/1356381230925635591,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1356381141956104193/pu/img/LxiZ8r0gKyxZG0gf.jpg,,,,,,,[],,,, +1356375980344893443,1355920405534564357,2021-02-02 02:56:48 Arabian Standard Time,2021-02-02,02:56:48,+0400,44196397,elonmusk,Elon Musk,,"@hamoon__ @neuralink Neuralink is working super hard to ensure implant safety & is in close communication with the FDA. If things go well, we might be able to do initial human trials later this year.",en,[],[],[],834,2319,64585,[],[],https://twitter.com/elonmusk/status/1356375980344893443,False,,0,,,,,,,,"[{'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}]",,,, +1356029310893654018,1356027336387252235,2021-02-01 03:59:16 Arabian Standard Time,2021-02-01,03:59:16,+0400,44196397,elonmusk,Elon Musk,,"If you’ve worked on advanced wearables, phones or robots, those skills are needed @neuralink",en,"[{'screen_name': 'neuralink', 'name': 'neuralink', 'id': '895332160130891776'}]",[],[],3825,2452,49761,[],[],https://twitter.com/elonmusk/status/1356029310893654018,False,,0,,,,,,,,[],,,, +1356027847073140740,1356027336387252235,2021-02-01 03:53:27 Arabian Standard Time,2021-02-01,03:53:27,+0400,44196397,elonmusk,Elon Musk,,Feels weird helping make (hopefully good version of) Cyberpunk come true,en,[],[],[],2106,2915,70414,[],[],https://twitter.com/elonmusk/status/1356027847073140740,False,,0,,,,,,,,[],,,, +1356027336387252235,1356027336387252235,2021-02-01 03:51:25 Arabian Standard Time,2021-02-01,03:51:25,+0400,44196397,elonmusk,Elon Musk,,Please consider working at Neuralink! Short-term: solve brain/spine injuries Long-term: human/AI symbiosis Latter will be species-level important Work at either at our Bay Area or Austin locations,en,[],[],[],8931,10047,132800,[],[],https://twitter.com/elonmusk/status/1356027336387252235,False,https://twitter.com/neuralink/status/1356002990335827968,0,,,,,,,,[],,,, +1355986133855813636,1355983231988862978,2021-02-01 01:07:41 Arabian Standard Time,2021-02-01,01:07:41,+0400,44196397,elonmusk,Elon Musk,, https://t.co/XcCoKOjYlt,und,[],['https://www.joinclubhouse.com/event/PQ488GWn'],[],2784,2978,34841,[],[],https://twitter.com/elonmusk/status/1355986133855813636,False,,0,,,,,,,,[],,,, +1355983231988862978,1355983231988862978,2021-02-01 00:56:10 Arabian Standard Time,2021-02-01,00:56:10,+0400,44196397,elonmusk,Elon Musk,,On Clubhouse tonight at 10pm LA time,en,[],[],[],10590,12615,207373,[],[],https://twitter.com/elonmusk/status/1355983231988862978,False,,0,,,,,,,,[],,,, +1355968487772983296,1355885410229088256,2021-01-31 23:57:34 Arabian Standard Time,2021-01-31,23:57:34,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @TJ_Cooney @lrocket @SpaceX @FelixSchlang @MarcusHouseGame Tom has some great stories about experimenting with premixed O2/CH4 before SpaceX. That is not recommended haha.,en,[],[],[],147,132,4374,[],[],https://twitter.com/elonmusk/status/1355968487772983296,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'TJ_Cooney', 'name': 'TJ Cooney 🚀', 'id': '113396065'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}]",,,, +1355953331236077569,1355885410229088256,2021-01-31 22:57:21 Arabian Standard Time,2021-01-31,22:57:21,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @TJ_Cooney @lrocket @SpaceX @FelixSchlang @MarcusHouseGame He became a big fan of methane, but was not pushing it initially. That came from me reading about Soviet methane engine tests that got over 380 Isp. At that Isp, a subcooled methane stage gets slightly better delta-V than a hydrogen stage.",en,[],[],[],197,175,5090,[],[],https://twitter.com/elonmusk/status/1355953331236077569,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'TJ_Cooney', 'name': 'TJ Cooney 🚀', 'id': '113396065'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}]",,,, +1355950684764426244,1355885410229088256,2021-01-31 22:46:50 Arabian Standard Time,2021-01-31,22:46:50,+0400,44196397,elonmusk,Elon Musk,,@TJ_Cooney @lrocket @SpaceX @FelixSchlang @MarcusHouseGame That sounds correct. Tom certainly deserves a lot of credit for his excellent work on those engines! Dean Ono too for Kestrel & Draco.,en,[],[],[],74,53,1797,[],[],https://twitter.com/elonmusk/status/1355950684764426244,False,,0,,,,,,,,"[{'screen_name': 'TJ_Cooney', 'name': 'TJ Cooney 🚀', 'id': '113396065'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}]",,,, +1355949039812927489,1355885410229088256,2021-01-31 22:40:18 Arabian Standard Time,2021-01-31,22:40:18,+0400,44196397,elonmusk,Elon Musk,,"@TJ_Cooney @lrocket @SpaceX @FelixSchlang @MarcusHouseGame Tom is great & was instrumental in developing early versions of Merlin & Kestrel, but not later versions of Merlin or Starship/Raptor",en,[],[],[],73,86,3359,[],[],https://twitter.com/elonmusk/status/1355949039812927489,False,,0,,,,,,,,"[{'screen_name': 'TJ_Cooney', 'name': 'TJ Cooney 🚀', 'id': '113396065'}, {'screen_name': 'lrocket', 'name': 'Tom Mueller', 'id': '323623472'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'FelixSchlang', 'name': 'What about it!?', 'id': '1139617177600954368'}, {'screen_name': 'MarcusHouseGame', 'name': 'MarcusHouse', 'id': '20941188'}]",,,, +1355627125802299393,1355616733294436353,2021-01-31 01:21:07 Arabian Standard Time,2021-01-31,01:21:07,+0400,44196397,elonmusk,Elon Musk,,"@ErcXspace @smvllstvrs T/W will be ~1.5, so it will accelerate unusually fast. High T/W is important for reusable vehicles to make more efficient use of propellant, the primary cost. For expendable rockets, throwing away stages is the primary cost, so optimization is low T/W.",en,[],[],[],399,329,8903,[],[],https://twitter.com/elonmusk/status/1355627125802299393,False,,0,,,,,,,,"[{'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'smvllstvrs', 'name': 'Mike | smallstars', 'id': '171606294'}]",,,, +1355619535005446145,1355612927412191233,2021-01-31 00:50:57 Arabian Standard Time,2021-01-31,00:50:57,+0400,44196397,elonmusk,Elon Musk,,@we5dogg @teslaownersSV No escaping that for me,en,[],[],[],258,125,2399,[],[],https://twitter.com/elonmusk/status/1355619535005446145,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1355615401007140864,1355614289667760128,2021-01-31 00:34:32 Arabian Standard Time,2021-01-31,00:34:32,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee Read the whole article 🤣🤣,en,[],[],[],915,1519,21830,[],[],https://twitter.com/elonmusk/status/1355615401007140864,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1355614946407575553,1355612927412191233,2021-01-31 00:32:43 Arabian Standard Time,2021-01-31,00:32:43,+0400,44196397,elonmusk,Elon Musk,,"Warm, sunny day & snowy mountains https://t.co/2k8psyqU4J",en,[],[],['https://pbs.twimg.com/media/EtAcnAuUwAArFZM.jpg'],3800,2529,121172,[],[],https://twitter.com/elonmusk/status/1355614946407575553,False,,1,https://pbs.twimg.com/media/EtAcnAuUwAArFZM.jpg,,,,,,,[],,,, +1355612927412191233,1355612927412191233,2021-01-31 00:24:42 Arabian Standard Time,2021-01-31,00:24:42,+0400,44196397,elonmusk,Elon Musk,,What a beautiful day in LA https://t.co/EsCJTbzO9D,en,[],[],['https://pbs.twimg.com/media/EtAaxc8UYAID7Za.jpg'],15680,11306,326056,[],[],https://twitter.com/elonmusk/status/1355612927412191233,False,,1,https://pbs.twimg.com/media/EtAaxc8UYAID7Za.jpg,,,,,,,[],,,, +1355600871854198784,1354402624162979844,2021-01-30 23:36:48 Arabian Standard Time,2021-01-30,23:36:48,+0400,44196397,elonmusk,Elon Musk,,"@JayLav_ Yeah, Dr Frankensteen https://t.co/WDJ9K2UJqK",nl,[],[],['https://pbs.twimg.com/media/EtAPzvFVoAMIZqV.jpg'],240,106,3550,[],[],https://twitter.com/elonmusk/status/1355600871854198784,False,,1,https://pbs.twimg.com/media/EtAPzvFVoAMIZqV.jpg,,,,,,,"[{'screen_name': 'JayLav_', 'name': 'Jay Lav', 'id': '22303659'}]",,,, +1355596610432995328,1354402624162979844,2021-01-30 23:19:52 Arabian Standard Time,2021-01-30,23:19:52,+0400,44196397,elonmusk,Elon Musk,,@YounesH1989 I never used this guy. He gave a talk at SpaceX once.,en,[],[],[],659,709,16818,[],[],https://twitter.com/elonmusk/status/1355596610432995328,False,,0,,,,,,,,[],,,, +1355469005708947457,1354934611953016843,2021-01-30 14:52:49 Arabian Standard Time,2021-01-30,14:52:49,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy Only Halo,en,[],[],[],881,2349,21954,[],[],https://twitter.com/elonmusk/status/1355469005708947457,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1355452426875064320,1355255403945332737,2021-01-30 13:46:56 Arabian Standard Time,2021-01-30,13:46:56,+0400,44196397,elonmusk,Elon Musk,, https://t.co/pyRCFE97Xp,und,[],[],['https://pbs.twimg.com/media/Es-IzIWVcAE3z7a.jpg'],2660,4037,114832,[],[],https://twitter.com/elonmusk/status/1355452426875064320,False,,1,https://pbs.twimg.com/media/Es-IzIWVcAE3z7a.jpg,,,,,,,[],,,, +1355295257986883584,1355187699305472014,2021-01-30 03:22:24 Arabian Standard Time,2021-01-30,03:22:24,+0400,44196397,elonmusk,Elon Musk,,@Carnage4Life I sure hope that’s not true at Tesla or SpaceX!,en,[],[],[],1370,1653,72157,[],[],https://twitter.com/elonmusk/status/1355295257986883584,False,,0,,,,,,,,"[{'screen_name': 'Carnage4Life', 'name': 'Dare Obasanjo', 'id': '11336782'}]",,,, +1355294612324114432,1355287694579011587,2021-01-30 03:19:50 Arabian Standard Time,2021-01-30,03:19:50,+0400,44196397,elonmusk,Elon Musk,,"@thejackbeyer @NASASpaceflight Cryoproof, then install engines",en,[],[],[],239,234,6747,[],[],https://twitter.com/elonmusk/status/1355294612324114432,False,,0,,,,,,,,"[{'screen_name': 'thejackbeyer', 'name': 'Jack Beyer', 'id': '290710248'}, {'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1355255403945332737,1355255403945332737,2021-01-30 00:44:02 Arabian Standard Time,2021-01-30,00:44:02,+0400,44196397,elonmusk,Elon Musk,,Starship SN9 & SN10 https://t.co/urtPJn7amo,tr,[],[],['https://pbs.twimg.com/media/Es7VmxuXEAASF3t.jpg'],20689,35244,497772,[],[],https://twitter.com/elonmusk/status/1355255403945332737,False,,1,https://pbs.twimg.com/media/Es7VmxuXEAASF3t.jpg,,,,,,,[],,,, +1355068728128516101,1355068728128516101,2021-01-29 12:22:15 Arabian Standard Time,2021-01-29,12:22:15,+0400,44196397,elonmusk,Elon Musk,,"In retrospect, it was inevitable",en,[],[],[],26587,53896,579628,[],[],https://twitter.com/elonmusk/status/1355068728128516101,False,,0,,,,,,,,[],,,, +1355021874850394114,1354785313999237122,2021-01-29 09:16:04 Arabian Standard Time,2021-01-29,09:16:04,+0400,44196397,elonmusk,Elon Musk,,@RGVaerialphotos Great shot,en,[],[],[],691,426,21285,[],[],https://twitter.com/elonmusk/status/1355021874850394114,False,,0,,,,,,,,"[{'screen_name': 'RGVaerialphotos', 'name': 'RGV Aerial Photography', 'id': '752724282925412352'}]",,,, +1354954300041080835,1354890601649610753,2021-01-29 04:47:33 Arabian Standard Time,2021-01-29,04:47:33,+0400,44196397,elonmusk,Elon Musk,,"@its_menieb Live by the sword, die by the sword",en,[],[],[],379,1417,18166,[],[],https://twitter.com/elonmusk/status/1354954300041080835,False,,0,,,,,,,,"[{'screen_name': 'its_menieb', 'name': 'Mohamed Enieb', 'id': '1052276148439277568'}]",,,, +1354951746305585152,1354902178968854529,2021-01-29 04:37:24 Arabian Standard Time,2021-01-29,04:37:24,+0400,44196397,elonmusk,Elon Musk,,@lexfridman Entropy,en,[],[],[],809,1103,32743,[],[],https://twitter.com/elonmusk/status/1354951746305585152,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1354951380037984256,1354892849800638465,2021-01-29 04:35:57 Arabian Standard Time,2021-01-29,04:35:57,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @GameSpot Buy & hold companies that make goods & produce services you love,en,[],[],[],1093,3515,32425,[],[],https://twitter.com/elonmusk/status/1354951380037984256,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'GameSpot', 'name': 'GameSpot', 'id': '7157132'}]",,,, +1354950673394266118,1354942332357861394,2021-01-29 04:33:08 Arabian Standard Time,2021-01-29,04:33:08,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed Earth is small & we are smaller still https://t.co/gTOhcLGJ82,en,[],[],['https://pbs.twimg.com/media/Es3AdH8XEA4mYBf.jpg'],379,500,8434,[],[],https://twitter.com/elonmusk/status/1354950673394266118,False,,1,https://pbs.twimg.com/media/Es3AdH8XEA4mYBf.jpg,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1354939790064496653,1354892849800638465,2021-01-29 03:49:54 Arabian Standard Time,2021-01-29,03:49:54,+0400,44196397,elonmusk,Elon Musk,,@GameSpot 👀,und,[],[],[],803,4384,104105,[],[],https://twitter.com/elonmusk/status/1354939790064496653,False,,0,,,,,,,,"[{'screen_name': 'GameSpot', 'name': 'GameSpot', 'id': '7157132'}]",,,, +1354934611953016843,1354934611953016843,2021-01-29 03:29:19 Arabian Standard Time,2021-01-29,03:29:19,+0400,44196397,elonmusk,Elon Musk,,"With Cyberpunk, even the hotfixes literally have hotfixes, but … great game",en,[],[],[],8341,14204,328238,[],[],https://twitter.com/elonmusk/status/1354934611953016843,False,,0,,,,,,,,[],,,, +1354924057825837060,1354924057825837060,2021-01-29 02:47:23 Arabian Standard Time,2021-01-29,02:47:23,+0400,44196397,elonmusk,Elon Musk,, https://t.co/a6kmk0PEgM,und,[],[],['https://pbs.twimg.com/media/Es2oP4JXYAYdw4b.jpg'],16749,67542,435178,[],[],https://twitter.com/elonmusk/status/1354924057825837060,False,,1,https://pbs.twimg.com/media/Es2oP4JXYAYdw4b.jpg,,,,,,,[],,,, +1354920578482888707,1354891972406865922,2021-01-29 02:33:33 Arabian Standard Time,2021-01-29,02:33:33,+0400,44196397,elonmusk,Elon Musk,,@DocumentingBTC The dollar is shorting itself,en,[],[],[],803,2949,28057,[],[],https://twitter.com/elonmusk/status/1354920578482888707,False,,0,,,,,,,,"[{'screen_name': 'DocumentingBTC', 'name': 'Documenting Bitcoin 📄', 'id': '1337780902680809474'}]",,,, +1354919962796810241,1354834193499340802,2021-01-29 02:31:06 Arabian Standard Time,2021-01-29,02:31:06,+0400,44196397,elonmusk,Elon Musk,,@westcoastbill Indeed,en,[],[],[],231,439,13015,[],[],https://twitter.com/elonmusk/status/1354919962796810241,False,,0,,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",,,, +1354904849234751499,1354830697459032066,2021-01-29 01:31:03 Arabian Standard Time,2021-01-29,01:31:03,+0400,44196397,elonmusk,Elon Musk,,@JohnnaCrider1 @Iupsychdoctor @AOC @RobinhoodApp Shopify is great too. SpaceX used them.,en,[],[],[],295,434,8625,[],[],https://twitter.com/elonmusk/status/1354904849234751499,False,,0,,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'Iupsychdoctor', 'name': 'Andrew M. Miller', 'id': '816288355'}, {'screen_name': 'AOC', 'name': 'Alexandria Ocasio-Cortez', 'id': '138203134'}, {'screen_name': 'RobinhoodApp', 'name': 'Robinhood', 'id': '1265037073'}]",,,, +1354894906968449028,1354890601649610753,2021-01-29 00:51:33 Arabian Standard Time,2021-01-29,00:51:33,+0400,44196397,elonmusk,Elon Musk,,@ohqwix @BnnJ6bCghvzQxLb 🤣🤣,und,[],[],[],228,148,9388,[],[],https://twitter.com/elonmusk/status/1354894906968449028,False,,0,,,,,,,,"[{'screen_name': 'ohqwix', 'name': 'qwix', 'id': '1159768630374129664'}]",,,, +1354894734582550533,1354890601649610753,2021-01-29 00:50:52 Arabian Standard Time,2021-01-29,00:50:52,+0400,44196397,elonmusk,Elon Musk,,@wimgrommen @WSBChairman Indeed. The economy — making useful products & providing great services — is what actually matters.,en,[],[],[],192,542,8472,[],[],https://twitter.com/elonmusk/status/1354894734582550533,False,,0,,,,,,,,"[{'screen_name': 'wimgrommen', 'name': 'Wim Grommen', 'id': '1727910001'}, {'screen_name': 'WSBChairman', 'name': 'The Chairman', 'id': '868578294916145152'}]",,,, +1354894148566978561,1354830697459032066,2021-01-29 00:48:32 Arabian Standard Time,2021-01-29,00:48:32,+0400,44196397,elonmusk,Elon Musk,,"@Iupsychdoctor @AOC @RobinhoodApp TANSTAAFL. Would be better to have small fees than no fees, as latter makes Robinhood beholden to big trading houses. Got to pay the bills somehow. Even Etsy has fees.",en,[],[],[],175,231,4670,[],[],https://twitter.com/elonmusk/status/1354894148566978561,False,,0,,,,,,,,"[{'screen_name': 'Iupsychdoctor', 'name': 'Andrew M. Miller', 'id': '816288355'}, {'screen_name': 'AOC', 'name': 'Alexandria Ocasio-Cortez', 'id': '138203134'}, {'screen_name': 'RobinhoodApp', 'name': 'Robinhood', 'id': '1265037073'}]",,,, +1354891972406865922,1354891972406865922,2021-01-29 00:39:53 Arabian Standard Time,2021-01-29,00:39:53,+0400,44196397,elonmusk,Elon Musk,,Here come the shorty apologists Give them no respect Get Shorty,en,[],[],[],14423,62710,587767,[],[],https://twitter.com/elonmusk/status/1354891972406865922,False,,0,,,,,,,,[],,,, +1354890601649610753,1354890601649610753,2021-01-29 00:34:26 Arabian Standard Time,2021-01-29,00:34:26,+0400,44196397,elonmusk,Elon Musk,,u can’t sell houses u don’t own u can’t sell cars u don’t own but u *can* sell stock u don’t own!? this is bs – shorting is a scam legal only for vestigial reasons,en,[],[],[],20769,130707,711541,[],[],https://twitter.com/elonmusk/status/1354890601649610753,False,,0,,,,,,,,[],,,, +1354879283588694017,1354823462666211331,2021-01-28 23:49:28 Arabian Standard Time,2021-01-28,23:49:28,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @teslavangelist Yes,und,[],[],[],271,299,6628,[],[],https://twitter.com/elonmusk/status/1354879283588694017,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'teslavangelist', 'name': 'Teslavangelist', 'id': '796230306420391936'}]",,,, +1354869981146738693,1354618504532684802,2021-01-28 23:12:30 Arabian Standard Time,2021-01-28,23:12:30,+0400,44196397,elonmusk,Elon Musk,,"@28delayslater Finishing engineering this year, production starts next year. Aiming to have release candidate design drivable late summer. Tri-motor drive system & advanced battery work were important precursors.",en,[],[],[],318,291,6613,[],[],https://twitter.com/elonmusk/status/1354869981146738693,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1354868513127718914,1354618504532684802,2021-01-28 23:06:40 Arabian Standard Time,2021-01-28,23:06:40,+0400,44196397,elonmusk,Elon Musk,,@PPathole @Grimezsz I made that video!,en,[],[],[],195,104,4958,[],[],https://twitter.com/elonmusk/status/1354868513127718914,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Grimezsz', 'name': '𝔊𝔯𝔦𝔪𝔢𝔰 (⌛️,⏳) ᚷᚱᛁᛗᛖᛋ', 'id': '276540738'}]",,,, +1354862805770526723,1354830697459032066,2021-01-28 22:43:59 Arabian Standard Time,2021-01-28,22:43:59,+0400,44196397,elonmusk,Elon Musk,,@AOC @RobinhoodApp Absolutely,en,[],[],[],2622,13206,167319,[],[],https://twitter.com/elonmusk/status/1354862805770526723,False,,0,,,,,,,,"[{'screen_name': 'AOC', 'name': 'Alexandria Ocasio-Cortez', 'id': '138203134'}, {'screen_name': 'RobinhoodApp', 'name': 'Robinhood', 'id': '1265037073'}]",,,, +1354862567680847876,1354848025512972289,2021-01-28 22:43:02 Arabian Standard Time,2021-01-28,22:43:02,+0400,44196397,elonmusk,Elon Musk,,"@NASASpaceflight Unlike its aircraft division, which is fine, the FAA space division has a fundamentally broken regulatory structure. Their rules are meant for a handful of expendable launches per year from a few government facilities. Under those rules, humanity will never get to Mars.",en,[],[],[],1278,2268,20434,[],[],https://twitter.com/elonmusk/status/1354862567680847876,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1354766197867368457,1354609515564560392,2021-01-28 16:20:06 Arabian Standard Time,2021-01-28,16:20:06,+0400,44196397,elonmusk,Elon Musk,,@EvanKaylor Nomad,es,[],[],[],320,195,11346,[],[],https://twitter.com/elonmusk/status/1354766197867368457,False,,0,,,,,,,,"[{'screen_name': 'EvanKaylor', 'name': 'Naught', 'id': '1071133717115101186'}]",,,, +1354761802417057793,1354174279894642703,2021-01-28 16:02:38 Arabian Standard Time,2021-01-28,16:02:38,+0400,44196397,elonmusk,Elon Musk,,@anbuteau 🤗,und,[],[],[],208,244,8077,[],[],https://twitter.com/elonmusk/status/1354761802417057793,False,,0,,,,,,,,"[{'screen_name': 'anbuteau', 'name': 'Antoine', 'id': '2519007301'}]",,,, +1354759710126338056,1354618504532684802,2021-01-28 15:54:19 Arabian Standard Time,2021-01-28,15:54:19,+0400,44196397,elonmusk,Elon Musk,,The esthetics of Cyberpunk are incredible btw. The interior design is👌.,en,[],[],[],2051,2304,109437,[],[],https://twitter.com/elonmusk/status/1354759710126338056,False,,0,,,,,,,,[],,,, +1354700252251615232,1354598014954975236,2021-01-28 11:58:03 Arabian Standard Time,2021-01-28,11:58:03,+0400,44196397,elonmusk,Elon Musk,,@TrevorMahlmann @SpaceX Major esthetics improvements coming,ca,[],[],[],348,188,6609,[],[],https://twitter.com/elonmusk/status/1354700252251615232,False,,0,,,,,,,,"[{'screen_name': 'TrevorMahlmann', 'name': 'Trevor Mahlmann', 'id': '832270448'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1354686605261496320,1354545973406568450,2021-01-28 11:03:50 Arabian Standard Time,2021-01-28,11:03:50,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @DMC_Ryan A little,en,[],[],[],253,172,4805,[],[],https://twitter.com/elonmusk/status/1354686605261496320,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1354686408036933638,1354545973406568450,2021-01-28 11:03:03 Arabian Standard Time,2021-01-28,11:03:03,+0400,44196397,elonmusk,Elon Musk,,@DMC_Ryan New Roadster is part rocket,en,[],[],[],155,273,4703,[],[],https://twitter.com/elonmusk/status/1354686408036933638,False,,0,,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}]",,,, +1354686080260452354,1354536719480098816,2021-01-28 11:01:45 Arabian Standard Time,2021-01-28,11:01:45,+0400,44196397,elonmusk,Elon Musk,,@DMC_Ryan @lafebra @Gfilche There’s more storage now & easily upgradable,en,[],[],[],108,85,2577,[],[],https://twitter.com/elonmusk/status/1354686080260452354,False,,0,,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'lafebra', 'name': 'Shondala', 'id': '339173562'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}]",,,, +1354684921235836928,1354496683938201600,2021-01-28 10:57:08 Arabian Standard Time,2021-01-28,10:57:08,+0400,44196397,elonmusk,Elon Musk,,@avalonpenrose https://t.co/djdZxQ4Maz,und,[],[],['https://pbs.twimg.com/media/EszOwRBW4AALLIq.jpg'],426,1168,21018,[],[],https://twitter.com/elonmusk/status/1354684921235836928,False,,1,https://pbs.twimg.com/media/EszOwRBW4AALLIq.jpg,,,,,,,[],,,, +1354682666742902794,1354589205796630531,2021-01-28 10:48:11 Arabian Standard Time,2021-01-28,10:48:11,+0400,44196397,elonmusk,Elon Musk,,@Couch_Investor Yes,und,[],[],[],291,289,14229,[],[],https://twitter.com/elonmusk/status/1354682666742902794,False,,0,,,,,,,,"[{'screen_name': 'Couch_Investor', 'name': 'Couch Investor', 'id': '1270841356647358469'}]",,,, +1354682168254083077,1354674937911341058,2021-01-28 10:46:12 Arabian Standard Time,2021-01-28,10:46:12,+0400,44196397,elonmusk,Elon Musk,,"@24_7TeslaNews @WholeMarsBlog Yeah, probably in a few months",en,[],[],[],71,51,1762,[],[],https://twitter.com/elonmusk/status/1354682168254083077,False,,0,,,,,,,,"[{'screen_name': '24_7TeslaNews', 'name': '🔋Alex Thompson🔋', 'id': '3146794919'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1354681874258538496,1354674937911341058,2021-01-28 10:45:02 Arabian Standard Time,2021-01-28,10:45:02,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog After you drive without using a PRND stalk/stick for a few days, it gets very annoying to go back & use a shifter!",en,[],[],[],216,166,2472,[],[],https://twitter.com/elonmusk/status/1354681874258538496,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1354680585139187713,1354674937911341058,2021-01-28 10:39:54 Arabian Standard Time,2021-01-28,10:39:54,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog No more stalks. Car guesses drive direction based on what obstacles it sees, context & nav map. You can override on touchscreen.",en,[],[],[],519,590,10265,[],[],https://twitter.com/elonmusk/status/1354680585139187713,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1354667352625979395,1354496683938201600,2021-01-28 09:47:20 Arabian Standard Time,2021-01-28,09:47:20,+0400,44196397,elonmusk,Elon Musk,,@avalonpenrose A hedge fund that shorts is a shrubbery,en,[],[],[],1230,3761,61753,[],[],https://twitter.com/elonmusk/status/1354667352625979395,False,,0,,,,,,,,"[{'screen_name': 'avalonpenrose', 'name': 'Avalon Penrose', 'id': '1290056485230133248'}]",,,, +1354666567884304385,1354536719480098816,2021-01-28 09:44:12 Arabian Standard Time,2021-01-28,09:44:12,+0400,44196397,elonmusk,Elon Musk,,@lafebra @Gfilche https://t.co/M0WwQSTAXm,und,[],[],['https://pbs.twimg.com/media/Esy-EAiXMAIdOr3.jpg'],150,148,2544,[],[],https://twitter.com/elonmusk/status/1354666567884304385,False,,1,https://pbs.twimg.com/media/Esy-EAiXMAIdOr3.jpg,,,,,,,"[{'screen_name': 'lafebra', 'name': 'Shondala', 'id': '339173562'}]",,,, +1354623865398419457,1354536719480098816,2021-01-28 06:54:31 Arabian Standard Time,2021-01-28,06:54:31,+0400,44196397,elonmusk,Elon Musk,,"@lafebra @Gfilche Yeah, also a rear screen",en,[],[],[],139,73,2158,[],[],https://twitter.com/elonmusk/status/1354623865398419457,False,,0,,,,,,,,"[{'screen_name': 'lafebra', 'name': 'Shondala', 'id': '339173562'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}]",,,, +1354620643967438855,1354618504532684802,2021-01-28 06:41:43 Arabian Standard Time,2021-01-28,06:41:43,+0400,44196397,elonmusk,Elon Musk,,0 to 155mph trap speed in a 1/4 mile. 200mph top speed (with right tires).,en,[],[],[],1590,2132,75939,[],[],https://twitter.com/elonmusk/status/1354620643967438855,False,,0,,,,,,,,[],,,, +1354619181585543178,1354618504532684802,2021-01-28 06:35:55 Arabian Standard Time,2021-01-28,06:35:55,+0400,44196397,elonmusk,Elon Musk,,First production car ever to achieve 0 to 60 mph in less than 2 seconds,en,[],[],[],2313,5339,128113,[],[],https://twitter.com/elonmusk/status/1354619181585543178,False,,0,,,,,,,,[],,,, +1354618772586426368,1354618504532684802,2021-01-28 06:34:17 Arabian Standard Time,2021-01-28,06:34:17,+0400,44196397,elonmusk,Elon Musk,,It can play Cyberpunk,en,[],[],[],4417,8113,205972,[],[],https://twitter.com/elonmusk/status/1354618772586426368,False,,0,,,,,,,,[],,,, +1354618504532684802,1354618504532684802,2021-01-28 06:33:13 Arabian Standard Time,2021-01-28,06:33:13,+0400,44196397,elonmusk,Elon Musk,,Plaid Model S ships next month https://t.co/HFUPTnQiPB,en,[],[],['https://pbs.twimg.com/media/EsySWXyXAAYeu3u.jpg'],14079,32492,462099,[],[],https://twitter.com/elonmusk/status/1354618504532684802,False,,1,https://pbs.twimg.com/media/EsySWXyXAAYeu3u.jpg,,,,,,,[],,,, +1354609515564560392,1354609515564560392,2021-01-28 05:57:30 Arabian Standard Time,2021-01-28,05:57:30,+0400,44196397,elonmusk,Elon Musk,,Even Discord has gone corpo …,en,[],[],[],13790,39712,549034,[],[],https://twitter.com/elonmusk/status/1354609515564560392,False,,0,,,,,,,,[],,,, +1354207855109410819,1353820950215593987,2021-01-27 03:21:27 Arabian Standard Time,2021-01-27,03:21:27,+0400,44196397,elonmusk,Elon Musk,,@Jason Yup. Wild times on Discord haha.,en,[],[],[],818,1289,32704,[],[],https://twitter.com/elonmusk/status/1354207855109410819,False,,0,,,,,,,,"[{'screen_name': 'Jason', 'name': '@jason calacanis', 'id': '3840'}]",,,, +1354202453252710402,1354027651468550144,2021-01-27 02:59:59 Arabian Standard Time,2021-01-27,02:59:59,+0400,44196397,elonmusk,Elon Musk,, https://t.co/F23fxQkBCE,und,[],[],['https://pbs.twimg.com/media/EssX8_dXAAEU9dK.jpg'],1923,2068,52991,[],[],https://twitter.com/elonmusk/status/1354202453252710402,False,,1,https://pbs.twimg.com/media/EssX8_dXAAEU9dK.jpg,,,,,,,[],,,, +1354174713103319043,1354174273464762371,2021-01-27 01:09:45 Arabian Standard Time,2021-01-27,01:09:45,+0400,44196397,elonmusk,Elon Musk,,@AndyColt2 Waiting for FAA review …,en,[],[],[],227,185,6549,[],[],https://twitter.com/elonmusk/status/1354174713103319043,False,,0,,,,,,,,"[{'screen_name': 'AndyColt2', 'name': 'Andy Arkgleger', 'id': '897778279213658114'}]",,,, +1354174279894642703,1354174279894642703,2021-01-27 01:08:02 Arabian Standard Time,2021-01-27,01:08:02,+0400,44196397,elonmusk,Elon Musk,,Gamestonk!! https://t.co/RZtkDzAewJ,en,[],['https://www.reddit.com/r/wallstreetbets/'],[],11632,33959,239690,[],[],https://twitter.com/elonmusk/status/1354174279894642703,False,,0,,,,,,,,[],,,, +1354172189679955970,1354156237190033412,2021-01-27 00:59:43 Arabian Standard Time,2021-01-27,00:59:43,+0400,44196397,elonmusk,Elon Musk,,@LabPadre Passed initial pressure test,en,[],[],[],219,250,7911,[],[],https://twitter.com/elonmusk/status/1354172189679955970,False,,0,,,,,,,,"[{'screen_name': 'LabPadre', 'name': 'LabPadre', 'id': '1110905864578363394'}]",,,, +1354162580810588160,1354120227118702592,2021-01-27 00:21:33 Arabian Standard Time,2021-01-27,00:21:33,+0400,44196397,elonmusk,Elon Musk,,@AdamHoov Yes,und,[],[],[],339,296,14755,[],[],https://twitter.com/elonmusk/status/1354162580810588160,False,,0,,,,,,,,"[{'screen_name': 'adamhoov', 'name': 'adam', 'id': '1473694166425251841'}]",,,, +1354040068835569664,1354027651468550144,2021-01-26 16:14:43 Arabian Standard Time,2021-01-26,16:14:43,+0400,44196397,elonmusk,Elon Musk,,@PPathole https://t.co/v7cffwac0A,und,[],[],"['https://pbs.twimg.com/media/EsqEQ6KXMAIZIDY.jpg', 'https://pbs.twimg.com/media/EsqEQ6IW8AIx8qd.jpg']",691,673,14897,[],[],https://twitter.com/elonmusk/status/1354040068835569664,False,,1,https://pbs.twimg.com/media/EsqEQ6KXMAIZIDY.jpg,,,,,,,[],,,, +1354029548334178304,1354027651468550144,2021-01-26 15:32:55 Arabian Standard Time,2021-01-26,15:32:55,+0400,44196397,elonmusk,Elon Musk,,Bought a hand knit wool Marvin the Martian helm for my dog,en,[],[],[],2678,2495,128741,[],[],https://twitter.com/elonmusk/status/1354029548334178304,False,,0,,,,,,,,[],,,, +1354028345629974530,1354028345629974530,2021-01-26 15:28:08 Arabian Standard Time,2021-01-26,15:28:08,+0400,44196397,elonmusk,Elon Musk,, https://t.co/gpcvjIBTLM,und,[],[],[],2123,5164,65242,[],[],https://twitter.com/elonmusk/status/1354028345629974530,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1354028336247427073/pu/img/IutJLCtpI9hIQJIs.jpg,,,,,,,[],,,, +1354027651468550144,1354027651468550144,2021-01-26 15:25:23 Arabian Standard Time,2021-01-26,15:25:23,+0400,44196397,elonmusk,Elon Musk,,I kinda love Etsy,en,[],[],[],12890,16677,311925,[],[],https://twitter.com/elonmusk/status/1354027651468550144,False,,0,,,,,,,,[],,,, +1354018055014260738,1353830512557780993,2021-01-26 14:47:15 Arabian Standard Time,2021-01-26,14:47:15,+0400,44196397,elonmusk,Elon Musk,,@thesheetztweetz It does not serve the public to hamstring Starlink today for an Amazon satellite system that is at best several years away from operation,en,[],[],[],226,333,4460,[],[],https://twitter.com/elonmusk/status/1354018055014260738,False,,0,,,,,,,,"[{'screen_name': 'thesheetztweetz', 'name': 'Michael Sheetz', 'id': '1231406720'}]",,,, +1354015481217359878,1353825150236413952,2021-01-26 14:37:01 Arabian Standard Time,2021-01-26,14:37:01,+0400,44196397,elonmusk,Elon Musk,,@nextspaceflight We’re hoping for FAA approval of a test flight tomorrow afternoon,en,[],[],[],394,584,11497,[],[],https://twitter.com/elonmusk/status/1354015481217359878,False,,0,,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}]",,,, +1353667962213953536,1353644338127859713,2021-01-25 15:36:06 Arabian Standard Time,2021-01-25,15:36:06,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog The entire “stack” from data collection through labeling & inference has to be in surround video. This is a hard problem. Critically, however, this does not require a hardware change to cars in field.",en,[],[],[],180,153,2626,[],[],https://twitter.com/elonmusk/status/1353667962213953536,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1353665950290235394,1353644338127859713,2021-01-25 15:28:07 Arabian Standard Time,2021-01-25,15:28:07,+0400,44196397,elonmusk,Elon Musk,,"@flcnhvy @WholeMarsBlog Yes, although it will be crazy not to turn on FSD",en,[],[],[],142,76,2548,[],[],https://twitter.com/elonmusk/status/1353665950290235394,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1353663687505178627,1353644338127859713,2021-01-25 15:19:07 Arabian Standard Time,2021-01-25,15:19:07,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Tesla is steadily moving all NNs to 8 camera surround video. This will enable superhuman self-driving.,en,[],[],[],151,333,3528,[],[],https://twitter.com/elonmusk/status/1353663687505178627,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1353648739081138176,1350904154063990784,2021-01-25 14:19:43 Arabian Standard Time,2021-01-25,14:19:43,+0400,44196397,elonmusk,Elon Musk,,"@naval [Some tyranny]. Also, the road to hell is mostly paved with bad intentions.",en,[],[],[],311,357,7850,[],[],https://twitter.com/elonmusk/status/1353648739081138176,False,,0,,,,,,,,"[{'screen_name': 'naval', 'name': 'Naval', 'id': '745273'}]",,,, +1353640269602816006,1353604800936554496,2021-01-25 13:46:04 Arabian Standard Time,2021-01-25,13:46:04,+0400,44196397,elonmusk,Elon Musk,,@levine Catchy! https://t.co/Au32MYF2Rn,en,[],['https://m.youtube.com/watch?v=3VnsM4PqYcg'],[],124,75,2602,[],[],https://twitter.com/elonmusk/status/1353640269602816006,False,,0,,,,,,,,"[{'screen_name': 'levine', 'name': 'Ken Levine', 'id': '64488804'}]",,,, +1353574169288396800,1353538740145315840,2021-01-25 09:23:24 Arabian Standard Time,2021-01-25,09:23:24,+0400,44196397,elonmusk,Elon Musk,,@Megaconstellati @Aviation_Intel @jetcitystar @larrypress All sats launched next year will have laser links. Only our polar sats have lasers this year & are v0.9.,en,[],[],[],102,159,2311,[],[],https://twitter.com/elonmusk/status/1353574169288396800,False,,0,,,,,,,,"[{'screen_name': 'Megaconstellati', 'name': 'Megaconstellations 🌍📡🛰️🛰️🛰️🛰️🛰️🛰️', 'id': '1061778634237792256'}, {'screen_name': 'Aviation_Intel', 'name': 'Tyler Rogoway', 'id': '613212190'}, {'screen_name': 'jetcitystar', 'name': 'Isaac ✈ Alexander', 'id': '209492408'}, {'screen_name': 'larrypress', 'name': 'larry Press', 'id': '10572642'}]",,,, +1353569026031534083,1353538740145315840,2021-01-25 09:02:58 Arabian Standard Time,2021-01-25,09:02:58,+0400,44196397,elonmusk,Elon Musk,,@Megaconstellati @Aviation_Intel @jetcitystar @larrypress Yup,und,[],[],[],57,36,1379,[],[],https://twitter.com/elonmusk/status/1353569026031534083,False,,0,,,,,,,,"[{'screen_name': 'Megaconstellati', 'name': 'Megaconstellations 🌍📡🛰️🛰️🛰️🛰️🛰️🛰️', 'id': '1061778634237792256'}, {'screen_name': 'Aviation_Intel', 'name': 'Tyler Rogoway', 'id': '613212190'}, {'screen_name': 'jetcitystar', 'name': 'Isaac ✈ Alexander', 'id': '209492408'}, {'screen_name': 'larrypress', 'name': 'larry Press', 'id': '10572642'}]",,,, +1353566900475752453,1353554731566829568,2021-01-25 08:54:31 Arabian Standard Time,2021-01-25,08:54:31,+0400,44196397,elonmusk,Elon Musk,,@TeslaGong @teslaownersSV @cleantechnica I hope so,en,[],[],[],86,41,1288,[],[],https://twitter.com/elonmusk/status/1353566900475752453,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1353566586985013254,1353564380256821249,2021-01-25 08:53:17 Arabian Standard Time,2021-01-25,08:53:17,+0400,44196397,elonmusk,Elon Musk,,"@Tesmanian_com These also have laser links between the satellites, so no ground stations are needed over the poles",en,[],[],[],363,492,11229,[],[],https://twitter.com/elonmusk/status/1353566586985013254,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1353565700170805250,1353554731566829568,2021-01-25 08:49:45 Arabian Standard Time,2021-01-25,08:49:45,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @cleantechnica Sorry for the version confusion. V8.1 is what it should say for FSD. Separate version number for rest of car.,en,[],[],[],69,50,1015,[],[],https://twitter.com/elonmusk/status/1353565700170805250,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1353564655088619520,1353554731566829568,2021-01-25 08:45:36 Arabian Standard Time,2021-01-25,08:45:36,+0400,44196397,elonmusk,Elon Musk,,"@cleantechnica To my surprise, Tesla has better AI hardware & software than Waymo (money)",en,[],[],[],638,919,21436,[],[],https://twitter.com/elonmusk/status/1353564655088619520,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1353548335768956929,1353299010006568965,2021-01-25 07:40:45 Arabian Standard Time,2021-01-25,07:40:45,+0400,44196397,elonmusk,Elon Musk,,@RicGuccio @teslaownersSV It floats,en,[],[],[],351,335,5939,[],[],https://twitter.com/elonmusk/status/1353548335768956929,False,,0,,,,,,,,"[{'screen_name': 'RicGuccio', 'name': 'Pooch', 'id': '739854781'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1353438960173731841,1353428970121793537,2021-01-25 00:26:08 Arabian Standard Time,2021-01-25,00:26:08,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy @boringcompany Fallout-themed opening party for Vegas Loop happening as soon as allowed!,en,[],[],[],456,428,10973,[],[],https://twitter.com/elonmusk/status/1353438960173731841,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +1353429525502148609,1353428970121793537,2021-01-24 23:48:39 Arabian Standard Time,2021-01-24,23:48:39,+0400,44196397,elonmusk,Elon Musk,,@Alex_E_Benton @boringcompany 🤣🤣,und,[],[],[],120,90,7659,[],[],https://twitter.com/elonmusk/status/1353429525502148609,False,,0,,,,,,,,"[{'screen_name': 'Alex_E_Benton', 'name': 'aventurine.eth', 'id': '792673254'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}]",,,, +1353428970121793537,1353428970121793537,2021-01-24 23:46:26 Arabian Standard Time,2021-01-24,23:46:26,+0400,44196397,elonmusk,Elon Musk,,Under Vegas in @boringcompany tunnel yesterday with my boys https://t.co/tLfOuiEdFm,en,"[{'screen_name': 'boringcompany', 'name': 'the boring company', 'id': '859816394556284929'}]",[],['https://pbs.twimg.com/media/EshYeV-U4AAE9ir.jpg'],4988,8882,200183,[],[],https://twitter.com/elonmusk/status/1353428970121793537,False,,1,https://pbs.twimg.com/media/EshYeV-U4AAE9ir.jpg,,,,,,,[],,,, +1353408098342326276,1353356011873026048,2021-01-24 22:23:30 Arabian Standard Time,2021-01-24,22:23:30,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX Lasers,en,[],[],[],269,118,3042,[],[],https://twitter.com/elonmusk/status/1353408098342326276,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1353211813928853507,1353087614103023622,2021-01-24 09:23:32 Arabian Standard Time,2021-01-24,09:23:32,+0400,44196397,elonmusk,Elon Musk,,@CodeWisdom 💯,und,[],[],[],561,827,38377,[],[],https://twitter.com/elonmusk/status/1353211813928853507,False,,0,,,,,,,,"[{'screen_name': 'CodeWisdom', 'name': 'Programming Wisdom', 'id': '396238794'}]",,,, +1353108511610204160,1353030987089756160,2021-01-24 02:33:03 Arabian Standard Time,2021-01-24,02:33:03,+0400,44196397,elonmusk,Elon Musk,,@teslascope We’re switching to a more sensible FSD version numbering to distinguish between major & minor updates. Current build is FSD 8.1. It drove me to an unfamiliar location in LA & back last night with no interventions!,en,[],[],[],315,272,4831,[],[],https://twitter.com/elonmusk/status/1353108511610204160,False,,0,,,,,,,,"[{'screen_name': 'teslascope', 'name': 'Teslascope', 'id': '1115375020782436353'}]",,,, +1353001518232784898,1352993945035407367,2021-01-23 19:27:54 Arabian Standard Time,2021-01-23,19:27:54,+0400,44196397,elonmusk,Elon Musk,,"@NASASpaceflight Hopefully, early next week",en,[],[],[],228,300,5688,[],[],https://twitter.com/elonmusk/status/1353001518232784898,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1352795367050416129,1352727247459917825,2021-01-23 05:48:43 Arabian Standard Time,2021-01-23,05:48:43,+0400,44196397,elonmusk,Elon Musk,,"@arstechnica @SciGuySpace Given so many other companies are depending on this mission, it is getting even more scrutiny than a Starlink flight",en,[],[],[],344,387,14225,[],[],https://twitter.com/elonmusk/status/1352795367050416129,False,,0,,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1352757268626849797,1352757268626849797,2021-01-23 03:17:20 Arabian Standard Time,2021-01-23,03:17:20,+0400,44196397,elonmusk,Elon Musk,,Launching many small satellites for a wide range of customers tomorrow. Excited about offering low-cost access to orbit for small companies!,en,[],[],[],3239,5132,73974,[],[],https://twitter.com/elonmusk/status/1352757268626849797,False,https://twitter.com/SpaceX/status/1352672040164093955,0,,,,,,,,[],,,, +1352708606995570689,1352392678177034242,2021-01-23 00:03:58 Arabian Standard Time,2021-01-23,00:03:58,+0400,44196397,elonmusk,Elon Musk,,"@GerberKawasaki They are part of the solution, but require lots of fresh water & land. We may need something that’s ultra-large- scale industrial in 10 to 20 years. For now, by far the top priority is accelerating the transition to a sustainable energy economy.",en,[],[],[],1415,730,16142,[],[],https://twitter.com/elonmusk/status/1352708606995570689,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1352688552539131904,1352387016172982276,2021-01-22 22:44:17 Arabian Standard Time,2021-01-22,22:44:17,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @SpaceX SN9 https://t.co/kwTVwM7MBn,und,[],[],['https://pbs.twimg.com/media/EsW3EduUcAIzFst.jpg'],607,1373,28282,[],[],https://twitter.com/elonmusk/status/1352688552539131904,False,,1,https://pbs.twimg.com/media/EsW3EduUcAIzFst.jpg,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1352413001068896258,1352392678177034242,2021-01-22 04:29:20 Arabian Standard Time,2021-01-22,04:29:20,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut It’s a good path for fully renewable rocket energy, so solves part of problem, but longer chain hydrocarbons than CH4 are needed to be solid at room temp",en,[],[],[],569,484,16869,[],[],https://twitter.com/elonmusk/status/1352413001068896258,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1352392730408673281,1352392678177034242,2021-01-22 03:08:47 Arabian Standard Time,2021-01-22,03:08:47,+0400,44196397,elonmusk,Elon Musk,,Details next week,en,[],[],[],5537,2917,92334,[],[],https://twitter.com/elonmusk/status/1352392730408673281,False,,0,,,,,,,,[],,,, +1352392678177034242,1352392678177034242,2021-01-22 03:08:35 Arabian Standard Time,2021-01-22,03:08:35,+0400,44196397,elonmusk,Elon Musk,,Am donating $100M towards a prize for best carbon capture technology,en,[],[],[],55364,53882,579268,[],[],https://twitter.com/elonmusk/status/1352392678177034242,False,,0,,,,,,,,[],,,, +1352390913411010561,1352105018741063680,2021-01-22 03:01:34 Arabian Standard Time,2021-01-22,03:01:34,+0400,44196397,elonmusk,Elon Musk,,@Kristennetten @SpaceX @EliBurton_ @EvaFoxU @JaneidyEve @austinbarnard45 @ElonsBrain @JasoN7Patterson @AstroJordy @RenataKonkoly Pretty much,en,[],[],[],255,258,20914,[],[],https://twitter.com/elonmusk/status/1352390913411010561,False,,0,,,,,,,,"[{'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'EliBurton_', 'name': 'Eli Burton', 'id': '1060049746713182208'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'JaneidyEve', 'name': 'Evelyn Janeidy Arevalo 💙🦊', 'id': '92570825'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'ElonsBrain', 'name': '💭', 'id': '1020627011008540672'}, {'screen_name': 'JasoN7Patterson', 'name': '🇺🇸 🇺🇦 JasoN7Patterson 🇺🇦 🇺🇸', 'id': '891310089205841921'}, {'screen_name': 'AstroJordy', 'name': 'jordan🇺🇦', 'id': '1142527715670519808'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}]",,,, +1352360387581149186,1352000562875789326,2021-01-22 01:00:16 Arabian Standard Time,2021-01-22,01:00:16,+0400,44196397,elonmusk,Elon Musk,,"@ElonsWorld @Tesla @SpaceX @neuralink @boringcompany @EashanMisra That would probably mean civilization is doing great, although depends on assumptions for inflation haha",en,[],[],[],715,576,24937,[],[],https://twitter.com/elonmusk/status/1352360387581149186,False,,0,,,,,,,,"[{'screen_name': 'ElonsWorld', 'name': ""Elon's World"", 'id': '804412190493003776'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'neuralink', 'name': 'Neuralink', 'id': '895332160130891776'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'EashanMisra', 'name': 'Eashan Misra', 'id': '1367749572802408451'}]",,,, +1352328421028712450,1352313687428751360,2021-01-21 22:53:15 Arabian Standard Time,2021-01-21,22:53:15,+0400,44196397,elonmusk,Elon Musk,,@LaurenRow5 @EvaFoxU @RenataKonkoly @sarapolak_cz @seanmmitchell @28delayslater @ElonsWorld @JohnnaCrider1 @chicago_glenn @xiang_aw He’s everywhere 🤣🤣,en,[],[],[],314,216,8996,[],[],https://twitter.com/elonmusk/status/1352328421028712450,False,,0,,,,,,,,"[{'screen_name': 'LaurenRow5', 'name': 'Lauren Row', 'id': '997698480058654720'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'sarapolak_cz', 'name': 'Sara Polak', 'id': '1235669784'}, {'screen_name': 'seanmmitchell', 'name': 'Sean Mitchell', 'id': '17206078'}, {'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}, {'screen_name': 'ElonsWorld', 'name': ""Elon's World"", 'id': '804412190493003776'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'chicago_glenn', 'name': '✨Chicago Glenn✨', 'id': '924966648922157056'}, {'screen_name': 'xiang_aw', 'name': '🔋 Disrupt or Distort 🛢', 'id': '1887048324'}]",,,, +1352042407450308608,1351973916063969282,2021-01-21 03:56:44 Arabian Standard Time,2021-01-21,03:56:44,+0400,44196397,elonmusk,Elon Musk,,@TesLatino @Tesla Absolutely! They rock. 🖤,en,[],[],[],342,277,16862,[],[],https://twitter.com/elonmusk/status/1352042407450308608,False,,0,,,,,,,,"[{'screen_name': 'TesLatino', 'name': 'TesLatino 🚀 Rafael Santoni - Lover, not a hater.', 'id': '989986448295235586'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1351091719597649921,1351044768030142464,2021-01-18 12:59:02 Arabian Standard Time,2021-01-18,12:59:02,+0400,44196397,elonmusk,Elon Musk,,@kellyreid The rate-limiting part or process in cell production is constantly changing,en,[],[],[],275,123,3643,[],[],https://twitter.com/elonmusk/status/1351091719597649921,False,,0,,,,,,,,"[{'screen_name': 'kellyreid', 'name': 'kelly', 'id': '1297626704848908288'}]",,,, +1351091106805645312,1351080594940293124,2021-01-18 12:56:36 Arabian Standard Time,2021-01-18,12:56:36,+0400,44196397,elonmusk,Elon Musk,,"@FrancisSuarez @CityofMiami Cars & trucks stuck in traffic generate megatons of toxic gases & particulate, but @boringcompany road tunnels under Miami would solve traffic & be an example to the world. Spoke with @RonDeSantisFL about tunnels last week. If Governor & Mayor want this done, we will do it.",en,"[{'screen_name': 'boringcompany', 'name': 'the boring company', 'id': '859816394556284929'}, {'screen_name': 'rondesantisfl', 'name': 'ron desantis', 'id': '487297085'}]",[],[],1591,1171,11337,[],[],https://twitter.com/elonmusk/status/1351091106805645312,False,,0,,,,,,,,"[{'screen_name': 'FrancisSuarez', 'name': 'Mayor Francis Suarez', 'id': '617602505'}, {'screen_name': 'CityofMiami', 'name': 'City of Miami', 'id': '29828364'}]",,,, +1351056061759967240,1351044768030142464,2021-01-18 10:37:21 Arabian Standard Time,2021-01-18,10:37:21,+0400,44196397,elonmusk,Elon Musk,,"@RationalEtienne @OwenSparks_ @Tesla With our giant casting machines, we are literally trying to make full-size cars in the same way that toy cars are made",en,[],[],[],355,507,6872,[],[],https://twitter.com/elonmusk/status/1351056061759967240,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1351055221586276353,1351053401438773248,2021-01-18 10:34:00 Arabian Standard Time,2021-01-18,10:34:00,+0400,44196397,elonmusk,Elon Musk,,@lexfridman @tegmark Tegmark is an exceptionally smart & good human,en,[],[],[],209,220,8159,[],[],https://twitter.com/elonmusk/status/1351055221586276353,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'tegmark', 'name': 'Max Tegmark', 'id': '2530947115'}]",,,, +1351050159333978116,1351044768030142464,2021-01-18 10:13:53 Arabian Standard Time,2021-01-18,10:13:53,+0400,44196397,elonmusk,Elon Musk,,"@OwenSparks_ The best manufacturing technology is in ultra high volume industries, like food & beverage, some medical (eg syringes) & toys",en,[],[],[],217,238,5202,[],[],https://twitter.com/elonmusk/status/1351050159333978116,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}]",,,, +1351044768030142464,1351044768030142464,2021-01-18 09:52:28 Arabian Standard Time,2021-01-18,09:52:28,+0400,44196397,elonmusk,Elon Musk,,Battery cell production is the fundamental rate-limiter slowing down a sustainable energy future. Very important problem.,en,[],[],[],6131,10500,137496,[],[],https://twitter.com/elonmusk/status/1351044768030142464,False,https://twitter.com/Tesla/status/1350912868624035842,0,,,,,,,,[],,,, +1351016753372016647,1350555752449114112,2021-01-18 08:01:09 Arabian Standard Time,2021-01-18,08:01:09,+0400,44196397,elonmusk,Elon Musk,,@p_ferragu Looking into this. No question that FSD should be viewed as reasonably valuable when doing a trade-in.,en,[],[],[],646,275,6466,[],[],https://twitter.com/elonmusk/status/1351016753372016647,False,,0,,,,,,,,"[{'screen_name': 'p_ferragu', 'name': 'Pierre Ferragu', 'id': '981179219207213057'}]",,,, +1350982534201569290,1350959485523734533,2021-01-18 05:45:10 Arabian Standard Time,2021-01-18,05:45:10,+0400,44196397,elonmusk,Elon Musk,,@tobyliiiiiiiiii @Erdayastronaut For sure,en,[],[],[],95,73,4074,[],[],https://twitter.com/elonmusk/status/1350982534201569290,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1350978152542195715,1350959485523734533,2021-01-18 05:27:46 Arabian Standard Time,2021-01-18,05:27:46,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut Glad you’re ok,en,[],[],[],105,139,8002,[],[],https://twitter.com/elonmusk/status/1350978152542195715,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1350977164301258759,1350839742900760576,2021-01-18 05:23:50 Arabian Standard Time,2021-01-18,05:23:50,+0400,44196397,elonmusk,Elon Musk,,@Virgin_Orbit Congratulations!,en,[],[],[],84,155,4204,[],[],https://twitter.com/elonmusk/status/1350977164301258759,False,,0,,,,,,,,"[{'screen_name': 'Virgin_Orbit', 'name': 'Virgin Orbit', 'id': '1352663541396852736'}]",,,, +1350916326165008396,1350907407484940289,2021-01-18 01:22:05 Arabian Standard Time,2021-01-18,01:22:05,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV This is a good one,en,[],[],[],455,237,14149,[],[],https://twitter.com/elonmusk/status/1350916326165008396,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1350577525769043979,1350554842071146497,2021-01-17 02:55:49 Arabian Standard Time,2021-01-17,02:55:49,+0400,44196397,elonmusk,Elon Musk,,@MrBeastYT I whistle,en,[],[],[],1425,1937,120544,[],[],https://twitter.com/elonmusk/status/1350577525769043979,False,,0,,,,,,,,[],,,, +1350254430512361474,1350251791040933888,2021-01-16 05:31:57 Arabian Standard Time,2021-01-16,05:31:57,+0400,44196397,elonmusk,Elon Musk,,@DMC_Ryan @C_R_H_M @Tesla Cybertruck doesn’t need a garage,en,[],[],[],619,380,7257,[],[],https://twitter.com/elonmusk/status/1350254430512361474,False,,0,,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'C_R_H_M', 'name': 'CR', 'id': '347522736'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1350253896267083776,1350251791040933888,2021-01-16 05:29:50 Arabian Standard Time,2021-01-16,05:29:50,+0400,44196397,elonmusk,Elon Musk,,@DMC_Ryan @Tesla It will be awesome,en,[],[],[],928,628,33163,[],[],https://twitter.com/elonmusk/status/1350253896267083776,False,,0,,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1350253575344152583,1347356316763705344,2021-01-16 05:28:33 Arabian Standard Time,2021-01-16,05:28:33,+0400,44196397,elonmusk,Elon Musk,,@owenshift Good point,en,[],[],[],95,50,2565,[],[],https://twitter.com/elonmusk/status/1350253575344152583,False,,0,,,,,,,,"[{'screen_name': 'owenshift', 'name': 'Owen Breitbarth', 'id': '3100566336'}]",,,, +1350251607737442310,1350118809860886528,2021-01-16 05:20:44 Arabian Standard Time,2021-01-16,05:20:44,+0400,44196397,elonmusk,Elon Musk,,@signalapp Your server-side code is doing too much,en,[],[],[],325,302,7559,[],[],https://twitter.com/elonmusk/status/1350251607737442310,False,,0,,,,,,,,"[{'screen_name': 'signalapp', 'name': 'Signal', 'id': '142415193'}]",,,, +1350203005971398659,1349976277671882753,2021-01-16 02:07:36 Arabian Standard Time,2021-01-16,02:07:36,+0400,44196397,elonmusk,Elon Musk,,@Wikipedia Happy birthday Wikipedia! So glad you exist.,en,[],[],[],744,1563,42252,[],[],https://twitter.com/elonmusk/status/1350203005971398659,False,,0,,,,,,,,"[{'screen_name': 'Wikipedia', 'name': 'Wikipedia', 'id': '86390214'}]",,,, +1350201582827302913,1350198984200114176,2021-01-16 02:01:57 Arabian Standard Time,2021-01-16,02:01:57,+0400,44196397,elonmusk,Elon Musk,,@TheOnion Guess you been watching Cobra Kai,en,[],[],[],625,786,30493,[],[],https://twitter.com/elonmusk/status/1350201582827302913,False,,0,,,,,,,,"[{'screen_name': 'TheOnion', 'name': 'The Onion', 'id': '14075928'}]",,,, +1350011037039415296,1349712045625798664,2021-01-15 13:24:47 Arabian Standard Time,2021-01-15,13:24:47,+0400,44196397,elonmusk,Elon Musk,,@SuperclusterHQ @w00ki33 Fallout New Texas,en,[],[],[],394,625,20029,[],[],https://twitter.com/elonmusk/status/1350011037039415296,False,,0,,,,,,,,"[{'screen_name': 'SuperclusterHQ', 'name': 'Supercluster', 'id': '1039515681983741953'}, {'screen_name': 'w00ki33', 'name': 'Pauline Acalin', 'id': '174758016'}]",,,, +1349995606387912704,1347548843936800772,2021-01-15 12:23:28 Arabian Standard Time,2021-01-15,12:23:28,+0400,44196397,elonmusk,Elon Musk,,@Breedlove22 @benmezrich Only Chuck Norris can divide by zero,en,[],[],[],314,441,7217,[],[],https://twitter.com/elonmusk/status/1349995606387912704,False,,0,,,,,,,,"[{'screen_name': 'Breedlove22', 'name': 'Robert ₿reedlove', 'id': '285636352'}, {'screen_name': 'benmezrich', 'name': 'Ben Mezrich', 'id': '17653553'}]",,,, +1349994270627926017,1347548843936800772,2021-01-15 12:18:10 Arabian Standard Time,2021-01-15,12:18:10,+0400,44196397,elonmusk,Elon Musk,,@Cerberu21014829 @Breedlove22 @benmezrich Good point,en,[],[],[],122,124,2279,[],[],https://twitter.com/elonmusk/status/1349994270627926017,False,,0,,,,,,,,"[{'screen_name': 'Cerberu21014829', 'name': 'Mahogany Spitfire /👁️/ DO NOT COMPLY.', 'id': '1147661495280390144'}, {'screen_name': 'Breedlove22', 'name': 'Robert ₿reedlove', 'id': '285636352'}, {'screen_name': 'benmezrich', 'name': 'Ben Mezrich', 'id': '17653553'}]",,,, +1349977642708168704,1347548843936800772,2021-01-15 11:12:06 Arabian Standard Time,2021-01-15,11:12:06,+0400,44196397,elonmusk,Elon Musk,,@Breedlove22 @benmezrich The thing we call money is just an information system for labor allocation. What actually matters is making goods & providing services. We should look at currencies from an information theory standpoint. Whichever has least error & latency will win.,en,[],[],[],1292,2846,14367,[],[],https://twitter.com/elonmusk/status/1349977642708168704,False,,0,,,,,,,,"[{'screen_name': 'Breedlove22', 'name': 'Robert ₿reedlove', 'id': '285636352'}, {'screen_name': 'benmezrich', 'name': 'Ben Mezrich', 'id': '17653553'}]",,,, +1349970666477527042,1349970666477527042,2021-01-15 10:44:22 Arabian Standard Time,2021-01-15,10:44:22,+0400,44196397,elonmusk,Elon Musk,,Monty Python is amazing https://t.co/UJq94IWT88,en,[],['https://m.youtube.com/watch?v=ZtYU87QNjPw'],[],5952,6752,99873,[],[],https://twitter.com/elonmusk/status/1349970666477527042,False,,0,,,,,,,,[],,,, +1349961119054639105,1349955432765386754,2021-01-15 10:06:26 Arabian Standard Time,2021-01-15,10:06:26,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @tobyliiiiiiiiii @Erdayastronaut They sure can twist the knife in that show!,en,[],[],[],86,41,1677,[],[],https://twitter.com/elonmusk/status/1349961119054639105,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1349957857446391808,1349955432765386754,2021-01-15 09:53:28 Arabian Standard Time,2021-01-15,09:53:28,+0400,44196397,elonmusk,Elon Musk,,@tobyliiiiiiiiii @Erdayastronaut Probably wise,en,[],[],[],93,46,2753,[],[],https://twitter.com/elonmusk/status/1349957857446391808,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1349956371127672834,1349955432765386754,2021-01-15 09:47:34 Arabian Standard Time,2021-01-15,09:47:34,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut We’re making major improvements to ease of engine swap. Needs to be a few hours at most.,en,[],[],[],260,237,8820,[],[],https://twitter.com/elonmusk/status/1349956371127672834,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1349954804999725056,1349743604059807746,2021-01-15 09:41:21 Arabian Standard Time,2021-01-15,09:41:21,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @johnkrausphotos @SpaceX Two of the engines need slight repairs, so will be switched out",en,[],[],[],163,171,3762,[],[],https://twitter.com/elonmusk/status/1349954804999725056,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1349949822795706369,1349743604059807746,2021-01-15 09:21:33 Arabian Standard Time,2021-01-15,09:21:33,+0400,44196397,elonmusk,Elon Musk,,@johnkrausphotos @SpaceX Nice shot,en,[],[],[],88,72,3696,[],[],https://twitter.com/elonmusk/status/1349949822795706369,False,,0,,,,,,,,"[{'screen_name': 'johnkrausphotos', 'name': 'John Kraus', 'id': '3072160164'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1349948702778134529,1347031803987599360,2021-01-15 09:17:06 Arabian Standard Time,2021-01-15,09:17:06,+0400,44196397,elonmusk,Elon Musk,,"@realOmarAbdalah We don’t have high school internships, but please apply when you’re in college!",en,[],[],[],128,81,2973,[],[],https://twitter.com/elonmusk/status/1349948702778134529,False,,0,,,,,,,,"[{'screen_name': 'realOmarAbdalah', 'name': 'Omar Abdallah', 'id': '1168210588918525953'}]",,,, +1349818740725084161,1349807387461316608,2021-01-15 00:40:40 Arabian Standard Time,2021-01-15,00:40:40,+0400,44196397,elonmusk,Elon Musk,,"@skorusARK Prototypes are easy, volume production is hard, positive cash flow is excruciating",en,[],[],[],318,506,5879,[],[],https://twitter.com/elonmusk/status/1349818740725084161,False,,0,,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1349582915496267776,1349505863237529601,2021-01-14 09:03:35 Arabian Standard Time,2021-01-14,09:03:35,+0400,44196397,elonmusk,Elon Musk,,@Tesla Physics,en,[],[],[],1263,1509,48609,[],[],https://twitter.com/elonmusk/status/1349582915496267776,False,,0,,,,,,,,"[{'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1349478110027280386,1349476719145705472,2021-01-14 02:07:08 Arabian Standard Time,2021-01-14,02:07:08,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut Detanking & inspections now. Good progress towards our “Hop in & go to Mars!” goal.,en,[],[],[],390,495,12064,[],[],https://twitter.com/elonmusk/status/1349478110027280386,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1349473054699769859,1349432529657294848,2021-01-14 01:47:02 Arabian Standard Time,2021-01-14,01:47:02,+0400,44196397,elonmusk,Elon Musk,,All three static fires completed & no RUDs!,en,[],[],[],1419,1660,62866,[],[],https://twitter.com/elonmusk/status/1349473054699769859,False,,0,,,,,,,,[],,,, +1349472264039915522,1347973060943609856,2021-01-14 01:43:54 Arabian Standard Time,2021-01-14,01:43:54,+0400,44196397,elonmusk,Elon Musk,,"@justpaulinelol @Erdayastronaut @SpaceX Wow, a lot has happened in 10 years!",en,[],[],[],104,90,3222,[],[],https://twitter.com/elonmusk/status/1349472264039915522,False,,0,,,,,,,,"[{'screen_name': 'justpaulinelol', 'name': 'Pauline 🚀', 'id': '1080565281620193280'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1349467515030822913,1349466269121179653,2021-01-14 01:25:02 Arabian Standard Time,2021-01-14,01:25:02,+0400,44196397,elonmusk,Elon Musk,,@OfficialJlipper Fair enough haha,en,[],[],[],241,473,44215,[],[],https://twitter.com/elonmusk/status/1349467515030822913,False,,0,,,,,,,,"[{'screen_name': 'OfficialJlipper', 'name': 'Jlipper', 'id': '2198450911'}]",,,, +1349466269121179653,1349466269121179653,2021-01-14 01:20:05 Arabian Standard Time,2021-01-14,01:20:05,+0400,44196397,elonmusk,Elon Musk,, https://t.co/ho7yGXAS3a,und,[],[],['https://pbs.twimg.com/media/ErpEauxXMAE2J6H.jpg'],10227,31277,370266,[],[],https://twitter.com/elonmusk/status/1349466269121179653,False,,1,https://pbs.twimg.com/media/ErpEauxXMAE2J6H.jpg,,,,,,,[],,,, +1349459692515434502,1349452049830785025,2021-01-14 00:53:57 Arabian Standard Time,2021-01-14,00:53:57,+0400,44196397,elonmusk,Elon Musk,,@NASASpaceflight Sea shanty tiktok takes it to a new level with actual pirate ships,en,[],[],[],161,128,4133,[],[],https://twitter.com/elonmusk/status/1349459692515434502,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1349458089020436481,1349286488618491904,2021-01-14 00:47:34 Arabian Standard Time,2021-01-14,00:47:34,+0400,44196397,elonmusk,Elon Musk,,@ConnectDotsToo Sure,en,[],[],[],123,78,5004,[],[],https://twitter.com/elonmusk/status/1349458089020436481,False,,0,,,,,,,,"[{'screen_name': 'ConnectDotsToo', 'name': 'A few others🚀🔴⚡🚗 Connecting the Dots2', 'id': '1318541073917030401'}]",,,, +1349432529657294848,1349432529657294848,2021-01-13 23:06:00 Arabian Standard Time,2021-01-13,23:06:00,+0400,44196397,elonmusk,Elon Musk,,"Today at SpaceX is about practicing Starship engine starts. Ship is held down by massive pins while engines are fired. Two starts completed, about to try a third.",en,[],[],[],4053,6539,158382,[],[],https://twitter.com/elonmusk/status/1349432529657294848,False,,0,,,,,,,,[],,,, +1349367758102929411,1349357761633533953,2021-01-13 18:48:38 Arabian Standard Time,2021-01-13,18:48:38,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com As promised,en,[],[],[],800,1199,13660,[],[],https://twitter.com/elonmusk/status/1349367758102929411,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1349286488618491904,1349286488618491904,2021-01-13 13:25:42 Arabian Standard Time,2021-01-13,13:25:42,+0400,44196397,elonmusk,Elon Musk,,Legalize comedy,en,[],[],[],17702,82266,856505,[],[],https://twitter.com/elonmusk/status/1349286488618491904,False,,0,,,,,,,,[],,,, +1349265937392930816,1349129669258448897,2021-01-13 12:04:02 Arabian Standard Time,2021-01-13,12:04:02,+0400,44196397,elonmusk,Elon Musk,,@lvladimirovBG You can steal our name/logos & we probably won’t sue you,en,[],[],[],1024,1512,40099,[],[],https://twitter.com/elonmusk/status/1349265937392930816,False,,0,,,,,,,,"[{'screen_name': 'lvladimirovBG', 'name': 'Lyubomir Vladimirov', 'id': '954313086785212416'}]",,,, +1349187570647920640,1348998676790845443,2021-01-13 06:52:38 Arabian Standard Time,2021-01-13,06:52:38,+0400,44196397,elonmusk,Elon Musk,,@arstechnica @SciGuySpace We’re just trying to get people to Mars. Help would be appreciated.,en,[],[],[],428,377,6696,[],[],https://twitter.com/elonmusk/status/1349187570647920640,False,,0,,,,,,,,"[{'screen_name': 'arstechnica', 'name': 'Ars Technica', 'id': '717313'}, {'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1349166774646943746,1348995595080409091,2021-01-13 05:30:00 Arabian Standard Time,2021-01-13,05:30:00,+0400,44196397,elonmusk,Elon Musk,,"@SpaceX @Space_Station One day, we will get a camera up there that also shows the star field in the background",en,[],[],[],1129,1178,37358,[],[],https://twitter.com/elonmusk/status/1349166774646943746,False,,0,,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Space_Station', 'name': 'International Space Station', 'id': '1451773004'}]",,,, +1349150721548148737,1349121666442522624,2021-01-13 04:26:12 Arabian Standard Time,2021-01-13,04:26:12,+0400,44196397,elonmusk,Elon Musk,,@lexfridman Suicide is more than double homicide https://t.co/MvWGPs9uQE,en,[],['https://www.cdc.gov/violenceprevention/datasources/nvdrs/index.html'],[],298,370,5068,[],[],https://twitter.com/elonmusk/status/1349150721548148737,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1349150148996308994,1349121666442522624,2021-01-13 04:23:56 Arabian Standard Time,2021-01-13,04:23:56,+0400,44196397,elonmusk,Elon Musk,,@lexfridman Absolutely,en,[],[],[],321,392,16648,[],[],https://twitter.com/elonmusk/status/1349150148996308994,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1349129669258448897,1349129669258448897,2021-01-13 03:02:33 Arabian Standard Time,2021-01-13,03:02:33,+0400,44196397,elonmusk,Elon Musk,,Hey you … Yeah you Queen … You’re gonna make it! 💕💕 https://t.co/LrqdIrbIyd,en,[],[],['https://pbs.twimg.com/media/ErkSSFgW4AMKude.jpg'],12269,104054,559870,[],[],https://twitter.com/elonmusk/status/1349129669258448897,False,,1,https://pbs.twimg.com/media/ErkSSFgW4AMKude.jpg,,,,,,,[],,,, +1349100352436637698,1349087453622185989,2021-01-13 01:06:03 Arabian Standard Time,2021-01-13,01:06:03,+0400,44196397,elonmusk,Elon Musk,,"@TheOldManPar @DJSnM @MachinePix Hate to say it, but might be true",en,[],[],[],166,76,2221,[],[],https://twitter.com/elonmusk/status/1349100352436637698,False,,0,,,,,,,,"[{'screen_name': 'TheOldManPar', 'name': 'Charles Boyer', 'id': '36926256'}, {'screen_name': 'DJSnM', 'name': 'Scott Manley', 'id': '92356429'}, {'screen_name': 'MachinePix', 'name': 'MachinePix', 'id': '2444425802'}]",,,, +1349088593390825474,1349087453622185989,2021-01-13 00:19:20 Arabian Standard Time,2021-01-13,00:19:20,+0400,44196397,elonmusk,Elon Musk,,@MachinePix The robot future is coming,en,[],[],[],1491,1818,36638,[],[],https://twitter.com/elonmusk/status/1349088593390825474,False,,0,,,,,,,,"[{'screen_name': 'MachinePix', 'name': 'MachinePix', 'id': '2444425802'}]",,,, +1349086247772368900,1348981806842867713,2021-01-13 00:10:00 Arabian Standard Time,2021-01-13,00:10:00,+0400,44196397,elonmusk,Elon Musk,,"@wonderofscience @physicsJ 300km every millisecond, but there are times I wish it were faster",en,[],[],[],467,366,9702,[],[],https://twitter.com/elonmusk/status/1349086247772368900,False,,0,,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}, {'screen_name': 'physicsJ', 'name': ""Dr. James O'Donoghue"", 'id': '229623319'}]",,,, +1348961820254625793,1348961820254625793,2021-01-12 15:55:35 Arabian Standard Time,2021-01-12,15:55:35,+0400,44196397,elonmusk,Elon Musk,, https://t.co/TKkruvgBth https://t.co/ocy2gFRYvN,und,[],['http://X.com/x'],['https://pbs.twimg.com/media/Erh5n-hXAAYa6M0.jpg'],5874,11267,187816,[],[],https://twitter.com/elonmusk/status/1348961820254625793,False,,1,https://pbs.twimg.com/media/Erh5n-hXAAYa6M0.jpg,,,,,,,[],,,, +1348955549128396800,1348935264249511936,2021-01-12 15:30:39 Arabian Standard Time,2021-01-12,15:30:39,+0400,44196397,elonmusk,Elon Musk,,@iamdevloper https://t.co/BkKeiIicYe,und,[],['http://Etymology.com'],[],254,136,4382,[],[],https://twitter.com/elonmusk/status/1348955549128396800,False,,0,,,,,,,,"[{'screen_name': 'iamdevloper', 'name': 'I Am Devloper', 'id': '564919357'}]",,,, +1348954103695740929,1348954103695740929,2021-01-12 15:24:55 Arabian Standard Time,2021-01-12,15:24:55,+0400,44196397,elonmusk,Elon Musk,,Mus protec 👶 yoda https://t.co/1dvhG0nTkU,pl,[],[],['https://pbs.twimg.com/media/Erhym0kXUAEpaq9.jpg'],7116,38890,491144,[],[],https://twitter.com/elonmusk/status/1348954103695740929,False,,1,https://pbs.twimg.com/media/Erhym0kXUAEpaq9.jpg,,,,,,,[],,,, +1348947724578791427,1348927329557491712,2021-01-12 14:59:34 Arabian Standard Time,2021-01-12,14:59:34,+0400,44196397,elonmusk,Elon Musk,,@roscosmos Он был великолепен,ru,[],[],[],741,1335,19606,[],[],https://twitter.com/elonmusk/status/1348947724578791427,False,,0,,,,,,,,"[{'screen_name': 'roscosmos', 'name': 'РОСКОСМОС', 'id': '2306083502'}]",,,, +1348823685445136385,1348687399283470342,2021-01-12 06:46:41 Arabian Standard Time,2021-01-12,06:46:41,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @TheBabylonBee This is an important distinction,en,[],[],[],310,563,8861,[],[],https://twitter.com/elonmusk/status/1348823685445136385,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1348763894047625216,1348710177701298178,2021-01-12 02:49:05 Arabian Standard Time,2021-01-12,02:49:05,+0400,44196397,elonmusk,Elon Musk,,@ValaAfshar Much more than this & increasing rapidly,en,[],[],[],464,571,12771,[],[],https://twitter.com/elonmusk/status/1348763894047625216,False,,0,,,,,,,,"[{'screen_name': 'ValaAfshar', 'name': 'Vala Afshar', 'id': '259725229'}]",,,, +1348760502256562176,1348727127957499905,2021-01-12 02:35:37 Arabian Standard Time,2021-01-12,02:35:37,+0400,44196397,elonmusk,Elon Musk,,@CodingMark @flcnhvy It is,en,[],[],[],140,56,2128,[],[],https://twitter.com/elonmusk/status/1348760502256562176,False,,0,,,,,,,,"[{'screen_name': 'CodingMark', 'name': 'Mark', 'id': '952755407788826624'}, {'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1348719149686673409,1348714760804724745,2021-01-11 23:51:17 Arabian Standard Time,2021-01-11,23:51:17,+0400,44196397,elonmusk,Elon Musk,,"@archillect Once in a while, something happens that is even better than we imagined",en,[],[],[],1116,5181,48194,[],[],https://twitter.com/elonmusk/status/1348719149686673409,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1348716679774265344,1345391393699745798,2021-01-11 23:41:29 Arabian Standard Time,2021-01-11,23:41:29,+0400,44196397,elonmusk,Elon Musk,,@skorusARK The factory is the product,en,[],[],[],355,493,6409,[],[],https://twitter.com/elonmusk/status/1348716679774265344,False,,0,,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1348689798681272325,1348687399283470342,2021-01-11 21:54:40 Arabian Standard Time,2021-01-11,21:54:40,+0400,44196397,elonmusk,Elon Musk,,@AustinTeslaClub @TheBabylonBee Probably commenting on @signalapp will do more,en,"[{'screen_name': 'signalapp', 'name': 'signal', 'id': '142415193'}]",[],[],267,352,5820,[],[],https://twitter.com/elonmusk/status/1348689798681272325,False,,0,,,,,,,,"[{'screen_name': 'AustinTeslaClub', 'name': 'Tesla Owners Club Austin', 'id': '1449593809977819140'}, {'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1348689448221990917,1348491554436968450,2021-01-11 21:53:16 Arabian Standard Time,2021-01-11,21:53:16,+0400,44196397,elonmusk,Elon Musk,,@PPathole I bought the replacement glass from a junkyard for $20. They’re great places to get spare parts.,en,[],[],[],2404,3503,126516,[],[],https://twitter.com/elonmusk/status/1348689448221990917,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1348688644173934593,1348687399283470342,2021-01-11 21:50:04 Arabian Standard Time,2021-01-11,21:50:04,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee A lot of people are going to be super unhappy with West Coast high tech as the de facto arbiter of free speech,en,[],[],[],3567,18884,83240,[],[],https://twitter.com/elonmusk/status/1348688644173934593,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1348506592518438914,1348475146416377858,2021-01-11 09:46:40 Arabian Standard Time,2021-01-11,09:46:40,+0400,44196397,elonmusk,Elon Musk,,@alexandersibert @signalapp Already donated to Signal a year ago. Will donate more.,en,[],[],[],234,465,6289,[],[],https://twitter.com/elonmusk/status/1348506592518438914,False,,0,,,,,,,,"[{'screen_name': 'alexandersibert', 'name': 'Alexander Sibert', 'id': '319294428'}, {'screen_name': 'signalapp', 'name': 'Signal', 'id': '142415193'}]",,,, +1348127793763086337,1347970805599244297,2021-01-10 08:41:27 Arabian Standard Time,2021-01-10,08:41:27,+0400,44196397,elonmusk,Elon Musk,,"@benmezrich I am primarily trying to advance two causes: sustainable energy & extending life/consciousness beyond Earth. There is also the existential threat of AI, which we should aspire to mitigate. This doesn’t leave time to write books.",en,[],[],[],821,1549,14616,[],[],https://twitter.com/elonmusk/status/1348127793763086337,False,,0,,,,,,,,"[{'screen_name': 'benmezrich', 'name': 'Ben Mezrich', 'id': '17653553'}]",,,, +1348123652110254080,1347970805599244297,2021-01-10 08:25:00 Arabian Standard Time,2021-01-10,08:25:00,+0400,44196397,elonmusk,Elon Musk,,@song_wooseok @GerberKawasaki @benmezrich 🤣🤣,und,[],[],[],78,42,1705,[],[],https://twitter.com/elonmusk/status/1348123652110254080,False,,0,,,,,,,,"[{'screen_name': 'song_wooseok', 'name': 'David Song', 'id': '1252502010944872454'}, {'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'benmezrich', 'name': 'Ben Mezrich', 'id': '17653553'}]",,,, +1348043839022370817,1347988160903606278,2021-01-10 03:07:51 Arabian Standard Time,2021-01-10,03:07:51,+0400,44196397,elonmusk,Elon Musk,,@Ragazaga5 @SpacePadreIsle Maybe a Tesla AI day later this year,en,[],[],[],256,382,5009,[],[],https://twitter.com/elonmusk/status/1348043839022370817,False,,0,,,,,,,,"[{'screen_name': 'Ragazaga5', 'name': 'Ragazaga', 'id': '1899406981'}, {'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}]",,,, +1348043324741980160,1347988160903606278,2021-01-10 03:05:48 Arabian Standard Time,2021-01-10,03:05:48,+0400,44196397,elonmusk,Elon Musk,,@SpacePadreIsle The Prancing Pony?,en,[],[],[],475,134,6401,[],[],https://twitter.com/elonmusk/status/1348043324741980160,False,,0,,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}]",,,, +1348017194349694978,1348008777786683392,2021-01-10 01:21:58 Arabian Standard Time,2021-01-10,01:21:58,+0400,44196397,elonmusk,Elon Musk,,@BoredElonMusk 🤣🤣,und,[],[],[],203,121,8657,[],[],https://twitter.com/elonmusk/status/1348017194349694978,False,,0,,,,,,,,"[{'screen_name': 'BoredElonMusk', 'name': 'BORED', 'id': '1666038950'}]",,,, +1348007662491820033,1347645365068193792,2021-01-10 00:44:06 Arabian Standard Time,2021-01-10,00:44:06,+0400,44196397,elonmusk,Elon Musk,,@erigganewmoney 😢,und,[],[],[],2249,1304,35905,[],[],https://twitter.com/elonmusk/status/1348007662491820033,False,,0,,,,,,,,"[{'screen_name': 'erigganewmoney', 'name': '𝙴𝚛𝚒𝚐𝚐𝚊', 'id': '145711798'}]",,,, +1347981684021501952,1347980111639764992,2021-01-09 23:00:52 Arabian Standard Time,2021-01-09,23:00:52,+0400,44196397,elonmusk,Elon Musk,,@mayemusk It’s true,en,[],[],[],309,142,7055,[],[],https://twitter.com/elonmusk/status/1347981684021501952,False,,0,,,,,,,,"[{'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1347981380710383616,1347978218494513152,2021-01-09 22:59:40 Arabian Standard Time,2021-01-09,22:59:40,+0400,44196397,elonmusk,Elon Musk,,"@glenn22x @woketopiansa Yes, but not for long",en,[],[],[],89,65,2351,[],[],https://twitter.com/elonmusk/status/1347981380710383616,False,,0,,,,,,,,"[{'screen_name': 'glenn22x', 'name': 'Glenn', 'id': '240077201'}, {'screen_name': 'woketopiansa', 'name': 'WoketopianXBT', 'id': '1323099656566546432'}]",,,, +1347980683352838144,1347978218494513152,2021-01-09 22:56:53 Arabian Standard Time,2021-01-09,22:56:53,+0400,44196397,elonmusk,Elon Musk,,"@woketopiansa Yeah, they seemed optimistic too",en,[],[],[],37,21,850,[],[],https://twitter.com/elonmusk/status/1347980683352838144,False,,0,,,,,,,,"[{'screen_name': 'woketopiansa', 'name': 'WoketopianXBT', 'id': '1323099656566546432'}]",,,, +1347978218494513152,1347978218494513152,2021-01-09 22:47:06 Arabian Standard Time,2021-01-09,22:47:06,+0400,44196397,elonmusk,Elon Musk,,"My 14-year-old son, Saxon, said he feels like 2021 will be a good year. I agree. Let us all make it so.",en,[],[],[],27852,61885,892864,[],[],https://twitter.com/elonmusk/status/1347978218494513152,False,,0,,,,,,,,[],,,, +1347977636555853827,1347973060943609856,2021-01-09 22:44:47 Arabian Standard Time,2021-01-09,22:44:47,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @SpaceX Was also thinking that SpaceX Boca should hold fun parties and give tours for the community from time to time,en,[],[],[],380,276,9339,[],[],https://twitter.com/elonmusk/status/1347977636555853827,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1347977322364694528,1347973060943609856,2021-01-09 22:43:32 Arabian Standard Time,2021-01-09,22:43:32,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @SpaceX I super support public spaces around our production & launch sites, wherever it can be done safely and securely. When covid passes, we will open up our restaurant to the public & figure out ways to allow limited access to the High Bar.",en,[],[],[],273,397,9373,[],[],https://twitter.com/elonmusk/status/1347977322364694528,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1347976356135518211,1347973060943609856,2021-01-09 22:39:42 Arabian Standard Time,2021-01-09,22:39:42,+0400,44196397,elonmusk,Elon Musk,,@Christo49699922 @sean18743005 @Erdayastronaut @SpaceX That too,en,[],[],[],67,31,1383,[],[],https://twitter.com/elonmusk/status/1347976356135518211,False,,0,,,,,,,,"[{'screen_name': 'sean18743005', 'name': 'sean', 'id': '1012513851923836928'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1347975717481418752,1347973060943609856,2021-01-09 22:37:09 Arabian Standard Time,2021-01-09,22:37:09,+0400,44196397,elonmusk,Elon Musk,,@sean18743005 @Erdayastronaut @SpaceX Catapult high into the air & land on the roof with a base jumping parachute (the only way to travel),en,[],[],[],1991,766,18087,[],[],https://twitter.com/elonmusk/status/1347975717481418752,False,,0,,,,,,,,"[{'screen_name': 'sean18743005', 'name': 'sean', 'id': '1012513851923836928'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1347975294729154560,1347973060943609856,2021-01-09 22:35:29 Arabian Standard Time,2021-01-09,22:35:29,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @SpaceX That’s actually our restaurant, but SpaceX is building a futuristic bar at the top of the high bay with 360 degree windows & a glass floor looking down on the rocket factory",en,[],[],[],565,724,18186,[],[],https://twitter.com/elonmusk/status/1347975294729154560,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1347973049958637569,1347620496611954692,2021-01-09 22:26:33 Arabian Standard Time,2021-01-09,22:26:33,+0400,44196397,elonmusk,Elon Musk,,@techreview And increase fun! Hopefully.,en,[],[],[],143,84,2283,[],[],https://twitter.com/elonmusk/status/1347973049958637569,False,,0,,,,,,,,"[{'screen_name': 'techreview', 'name': 'MIT Technology Review', 'id': '15808647'}]",,,, +1347958527411724291,1347548843936800772,2021-01-09 21:28:51 Arabian Standard Time,2021-01-09,21:28:51,+0400,44196397,elonmusk,Elon Musk,,@benmezrich Me neither,en,[],[],[],1782,3396,52057,[],[],https://twitter.com/elonmusk/status/1347958527411724291,False,,0,,,,,,,,"[{'screen_name': 'benmezrich', 'name': 'Ben Mezrich', 'id': '17653553'}]",,,, +1347953968991727617,1344339105811935239,2021-01-09 21:10:44 Arabian Standard Time,2021-01-09,21:10:44,+0400,44196397,elonmusk,Elon Musk,,@TonyChoMrMagic @TeslaEnergy One of the best Tesla Solar Roof installations,en,[],[],[],118,95,2670,[],[],https://twitter.com/elonmusk/status/1347953968991727617,False,,0,,,,,,,,"[{'screen_name': 'TonyChoMrMagic', 'name': 'Tony Cho', 'id': '1239716470457798662'}, {'screen_name': 'TeslaEnergy', 'name': 'James Warner', 'id': '48346601'}]",,,, +1347880605489328132,1347879660760264704,2021-01-09 16:19:13 Arabian Standard Time,2021-01-09,16:19:13,+0400,44196397,elonmusk,Elon Musk,,"@91demigod No, but maybe one day",en,[],[],[],357,425,3716,[],[],https://twitter.com/elonmusk/status/1347880605489328132,False,,0,,,,,,,,"[{'screen_name': '91demigod', 'name': 'Bryant', 'id': '430452910'}]",,,, +1347858350717816832,1347301989537951748,2021-01-09 14:50:47 Arabian Standard Time,2021-01-09,14:50:47,+0400,44196397,elonmusk,Elon Musk,,"@PPathole @engineers_feed Yes, that would be the best way to do it. A large solar field or reactor is needed for power, and then some ice mining droids or long maneuvering drills are needed for the H2O. These are probably the trickier bits.",en,[],[],[],148,123,2602,[],[],https://twitter.com/elonmusk/status/1347858350717816832,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1347791590945771521,1347620423421325313,2021-01-09 10:25:30 Arabian Standard Time,2021-01-09,10:25:30,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed His sick beats https://t.co/8PbsgffzRp,en,[],['https://teslatheband.com'],[],439,504,20435,[],[],https://twitter.com/elonmusk/status/1347791590945771521,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1347688827381448704,1347584420107137029,2021-01-09 03:37:09 Arabian Standard Time,2021-01-09,03:37:09,+0400,44196397,elonmusk,Elon Musk,,"@flcnhvy Probably less than a few dozen primary decision-makers. Technically, only three.",en,[],[],[],1475,3634,60256,[],[],https://twitter.com/elonmusk/status/1347688827381448704,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1347567957493260288,1347565610444709891,2021-01-08 19:36:52 Arabian Standard Time,2021-01-08,19:36:52,+0400,44196397,elonmusk,Elon Musk,,"@Erdayastronaut @lexfridman Or at least the option for verification, so that the public can ascribe more credibility to verified vs unverified accounts",en,[],[],[],605,327,9511,[],[],https://twitter.com/elonmusk/status/1347567957493260288,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1347366324826112001,1347366324826112001,2021-01-08 06:15:39 Arabian Standard Time,2021-01-08,06:15:39,+0400,44196397,elonmusk,Elon Musk,,Launch underway,en,[],[],[],3215,5390,87637,[],[],https://twitter.com/elonmusk/status/1347366324826112001,False,https://twitter.com/SpaceX/status/1347362311053316097,0,,,,,,,,[],,,, +1347356316763705344,1347356316763705344,2021-01-08 05:35:53 Arabian Standard Time,2021-01-08,05:35:53,+0400,44196397,elonmusk,Elon Musk,,"Btw, critical feedback is always super appreciated, as well as ways to donate money that really make a difference (way harder than it seems)",en,[],[],[],26949,10243,235511,[],[],https://twitter.com/elonmusk/status/1347356316763705344,False,,0,,,,,,,,[],,,, +1347310350438260736,1347301989537951748,2021-01-08 02:33:14 Arabian Standard Time,2021-01-08,02:33:14,+0400,44196397,elonmusk,Elon Musk,,@eugenelee3 @engineers_feed Yup,und,[],[],[],119,41,2402,[],[],https://twitter.com/elonmusk/status/1347310350438260736,False,,0,,,,,,,,"[{'screen_name': 'eugenelee3', 'name': 'eugenelee3', 'id': '11026992'}, {'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1347309686484160516,1347301989537951748,2021-01-08 02:30:35 Arabian Standard Time,2021-01-08,02:30:35,+0400,44196397,elonmusk,Elon Musk,,"@engineers_feed Indirectly, an electric rocket is possible by using electricity to convert CO2+H2O —> CH4+O2. This will be needed on Mars even for early missions & Earth too over time.",en,[],[],[],317,652,12080,[],[],https://twitter.com/elonmusk/status/1347309686484160516,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1347308902304518145,1347301989537951748,2021-01-08 02:27:28 Arabian Standard Time,2021-01-08,02:27:28,+0400,44196397,elonmusk,Elon Musk,,"@engineers_feed Not to get to orbit, unfortunately. In space, photon emission powered by matter-antimatter annihilation would rock, but that’s more of a long-term solution.",en,[],[],[],248,413,10603,[],[],https://twitter.com/elonmusk/status/1347308902304518145,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1347278678779072513,1347272140836515840,2021-01-08 00:27:22 Arabian Standard Time,2021-01-08,00:27:22,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @ResidentSponge This will be hard to make, as it isn’t like any other vehicle",en,[],[],[],476,192,6129,[],[],https://twitter.com/elonmusk/status/1347278678779072513,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1347278232077312000,1347275693474734080,2021-01-08 00:25:36 Arabian Standard Time,2021-01-08,00:25:36,+0400,44196397,elonmusk,Elon Musk,,@4thFromOurStar Playing the long game,en,[],[],[],738,2093,76087,[],[],https://twitter.com/elonmusk/status/1347278232077312000,False,,0,,,,,,,,"[{'screen_name': '4thFromOurStar', 'name': 'Mars', 'id': '1091459141397180416'}]",,,, +1347264476106555392,1347213902933864455,2021-01-07 23:30:56 Arabian Standard Time,2021-01-07,23:30:56,+0400,44196397,elonmusk,Elon Musk,,@ashleevance True,en,[],[],[],162,134,5229,[],[],https://twitter.com/elonmusk/status/1347264476106555392,False,,0,,,,,,,,"[{'screen_name': 'ashleevance', 'name': 'Ashlee Vance', 'id': '81961201'}]",,,, +1347263671450288128,1346987714592305156,2021-01-07 23:27:44 Arabian Standard Time,2021-01-07,23:27:44,+0400,44196397,elonmusk,Elon Musk,,"@ID_AA_Carmack I hope so. Wings don’t work on the moon at all and def not well on Mars. Also, no runways.",en,[],[],[],273,184,6386,[],[],https://twitter.com/elonmusk/status/1347263671450288128,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1347260847370866689,1347219860258836480,2021-01-07 23:16:31 Arabian Standard Time,2021-01-07,23:16:31,+0400,44196397,elonmusk,Elon Musk,,@EricRWeinstein Hamiltonians have +2V the potential of Langrangians and a play!,en,[],[],[],134,151,5688,[],[],https://twitter.com/elonmusk/status/1347260847370866689,False,,0,,,,,,,,"[{'screen_name': 'EricRWeinstein', 'name': 'Eric Weinstein', 'id': '33152005'}]",,,, +1347254119237439495,1347254119237439495,2021-01-07 22:49:47 Arabian Standard Time,2021-01-07,22:49:47,+0400,44196397,elonmusk,Elon Musk,, https://t.co/2ja38Z8MRE,und,[],[],['https://pbs.twimg.com/media/ErJoexmU0AISQsx.jpg'],6755,22672,304262,[],[],https://twitter.com/elonmusk/status/1347254119237439495,False,,1,https://pbs.twimg.com/media/ErJoexmU0AISQsx.jpg,,,,,,,[],,,, +1347204606414131200,1347201514930991105,2021-01-07 19:33:02 Arabian Standard Time,2021-01-07,19:33:02,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV Well, back to work …",en,[],[],[],2586,14521,120081,[],[],https://twitter.com/elonmusk/status/1347204606414131200,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1347204459147902978,1347201514930991105,2021-01-07 19:32:27 Arabian Standard Time,2021-01-07,19:32:27,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV How strange,en,[],[],[],6280,13358,197029,[],[],https://twitter.com/elonmusk/status/1347204459147902978,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1347165127036977153,1347165127036977153,2021-01-07 16:56:10 Arabian Standard Time,2021-01-07,16:56:10,+0400,44196397,elonmusk,Elon Musk,,Use Signal,en,[],[],[],15600,42867,349303,[],[],https://twitter.com/elonmusk/status/1347165127036977153,False,,0,,,,,,,,[],,,, +1347163389521350658,1346745091369521155,2021-01-07 16:49:15 Arabian Standard Time,2021-01-07,16:49:15,+0400,44196397,elonmusk,Elon Musk,,@TheHackersNews Ya don’t say. Reminds me of this timeless classic … https://t.co/Gq1wayoTIr,en,[],[],['https://pbs.twimg.com/media/ErIV9lnVgAABlTW.jpg'],353,2424,18891,[],[],https://twitter.com/elonmusk/status/1347163389521350658,False,,1,https://pbs.twimg.com/media/ErIV9lnVgAABlTW.jpg,,,,,,,"[{'screen_name': 'TheHackersNews', 'name': 'The Hacker News', 'id': '209811713'}]",,,, +1347147999160397825,1346992523462508545,2021-01-07 15:48:06 Arabian Standard Time,2021-01-07,15:48:06,+0400,44196397,elonmusk,Elon Musk,,@UniverCurious Fast water with tiny rocks,en,[],[],[],301,272,15200,[],[],https://twitter.com/elonmusk/status/1347147999160397825,False,,0,,,,,,,,"[{'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}]",,,, +1347128458325979136,1347126794172948483,2021-01-07 14:30:27 Arabian Standard Time,2021-01-07,14:30:27,+0400,44196397,elonmusk,Elon Musk,,"@flcnhvy Yes, and then Occam’s razor is actually third most likely",en,[],[],[],158,150,5059,[],[],https://twitter.com/elonmusk/status/1347128458325979136,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1347126957331386368,1347126794172948483,2021-01-07 14:24:29 Arabian Standard Time,2021-01-07,14:24:29,+0400,44196397,elonmusk,Elon Musk,,"As seen from an external observer, not the participants",en,[],[],[],1026,1791,63400,[],[],https://twitter.com/elonmusk/status/1347126957331386368,False,,0,,,,,,,,[],,,, +1347126794172948483,1347126794172948483,2021-01-07 14:23:50 Arabian Standard Time,2021-01-07,14:23:50,+0400,44196397,elonmusk,Elon Musk,,The most entertaining outcome is the most likely,en,[],[],[],3293,10350,151554,[],[],https://twitter.com/elonmusk/status/1347126794172948483,False,,0,,,,,,,,[],,,, +1347052788333756418,1347031803987599360,2021-01-07 09:29:46 Arabian Standard Time,2021-01-07,09:29:46,+0400,44196397,elonmusk,Elon Musk,,@PPathole Dumb and Dumber is a great movie tho,en,[],[],[],358,301,12469,[],[],https://twitter.com/elonmusk/status/1347052788333756418,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1347031803987599360,1347031803987599360,2021-01-07 08:06:23 Arabian Standard Time,2021-01-07,08:06:23,+0400,44196397,elonmusk,Elon Musk,,This is called the domino effect https://t.co/qpbEW54RvM,en,[],[],['https://pbs.twimg.com/media/ErGeSQTVoAMmwdb.jpg'],4347,35791,356367,[],[],https://twitter.com/elonmusk/status/1347031803987599360,False,,1,https://pbs.twimg.com/media/ErGeSQTVoAMmwdb.jpg,,,,,,,[],,,, +1346300656110415872,1346121857653739520,2021-01-05 07:41:04 Arabian Standard Time,2021-01-05,07:41:04,+0400,44196397,elonmusk,Elon Musk,,@Dtrford @austinbarnard45 @AlexSvanArt @ErcXspace @SpceEnthusiast @SpacexVision @TomDixonDesign @SpaceX @spaceXcentric Doesn’t quite illustrate true size difference. Starship payload volume & mass are >1000% that of Shuttle.,en,[],[],[],221,206,4617,[],[],https://twitter.com/elonmusk/status/1346300656110415872,False,,0,,,,,,,,"[{'screen_name': 'Dtrford', 'name': 'Dale Rutherford', 'id': '1574446848'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'AlexSvanArt', 'name': 'Alexander Svan', 'id': '1226654752655728642'}, {'screen_name': 'ErcXspace', 'name': 'Erc X', 'id': '1258538731054739456'}, {'screen_name': 'SpceEnthusiast', 'name': 'Space Enthusiast 🇺🇦', 'id': '1193226426666934272'}, {'screen_name': 'SpacexVision', 'name': 'SpaceXvision', 'id': '1245684737135398912'}, {'screen_name': 'TomDixonDesign', 'name': 'Tom Dixon', 'id': '1277183588476256258'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'spaceXcentric', 'name': 'spaceXcentric', 'id': '896795655670255619'}]",,,, +1346198993307631617,1346191214769557505,2021-01-05 00:57:05 Arabian Standard Time,2021-01-05,00:57:05,+0400,44196397,elonmusk,Elon Musk,,"Because of the large footprint, it may seem flat, but actually ranges up to 5 stories tall",en,[],[],[],1343,1021,56243,[],[],https://twitter.com/elonmusk/status/1346198993307631617,False,,0,,,,,,,,[],,,, +1346191214769557505,1346191214769557505,2021-01-05 00:26:11 Arabian Standard Time,2021-01-05,00:26:11,+0400,44196397,elonmusk,Elon Musk,,Snow falling on Giga Berlin https://t.co/eTXMtYp8hG,en,[],[],[],3527,6605,144468,[],[],https://twitter.com/elonmusk/status/1346191214769557505,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1346191144485588992/pu/img/mqjAGDMt49YTrGFf.jpg,,,,,,,[],,,, +1345521261246496769,1345436038240591874,2021-01-03 04:04:01 Arabian Standard Time,2021-01-03,04:04:01,+0400,44196397,elonmusk,Elon Musk,,@RGVaerialphotos @SpaceX Yes,und,[],[],[],464,409,17991,[],[],https://twitter.com/elonmusk/status/1345521261246496769,False,,0,,,,,,,,"[{'screen_name': 'RGVaerialphotos', 'name': 'RGV Aerial Photography', 'id': '752724282925412352'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1345386356504027136,1345137053386772480,2021-01-02 19:07:58 Arabian Standard Time,2021-01-02,19:07:58,+0400,44196397,elonmusk,Elon Musk,,@Gfilche 😉,und,[],[],[],236,146,5759,[],[],https://twitter.com/elonmusk/status/1345386356504027136,False,,0,,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali 🇺🇦', 'id': '348844712'}]",,,, +1345384139969552389,1345382294966571008,2021-01-02 18:59:09 Arabian Standard Time,2021-01-02,18:59:09,+0400,44196397,elonmusk,Elon Musk,,@flcnhvy Tesla is responsible for 2/3 of all the personal & professional pain in my life combined. But it was worth it.,en,[],[],[],630,659,12858,[],[],https://twitter.com/elonmusk/status/1345384139969552389,False,,0,,,,,,,,"[{'screen_name': 'flcnhvy', 'name': 'Viv ✶', 'id': '1060180551544528897'}]",,,, +1345382294966571008,1345382294966571008,2021-01-02 18:51:49 Arabian Standard Time,2021-01-02,18:51:49,+0400,44196397,elonmusk,Elon Musk,,"So proud of the Tesla team for achieving this major milestone! At the start of Tesla, I thought we had (optimistically) a 10% chance of surviving at all.",en,[],[],[],4026,6002,106990,[],[],https://twitter.com/elonmusk/status/1345382294966571008,False,https://twitter.com/Tesla/status/1345377367947005955,0,,,,,,,,[],,,, +1345344958710992897,1345334831719337984,2021-01-02 16:23:28 Arabian Standard Time,2021-01-02,16:23:28,+0400,44196397,elonmusk,Elon Musk,,"@newscientist Um, we have giant fusion reactor in the sky that works with no maintenance",en,[],[],[],1860,2271,51416,[],[],https://twitter.com/elonmusk/status/1345344958710992897,False,,0,,,,,,,,"[{'screen_name': 'newscientist', 'name': 'New Scientist', 'id': '19658826'}]",,,, +1345208391958888448,1344675033231237120,2021-01-02 07:20:48 Arabian Standard Time,2021-01-02,07:20:48,+0400,44196397,elonmusk,Elon Musk,,"@comma_ai Tesla Full Self-Driving will work at a safety level well above that of the average driver this year, of that I am confident. Can’t speak for regulators though.",en,[],[],[],663,894,20211,[],[],https://twitter.com/elonmusk/status/1345208391958888448,False,,0,,,,,,,,"[{'screen_name': 'comma_ai', 'name': 'comma', 'id': '4576936579'}]",,,, +1344810193952014336,1344518758707113986,2021-01-01 04:58:30 Arabian Standard Time,2021-01-01,04:58:30,+0400,44196397,elonmusk,Elon Musk,,"@PPathole Dojo isn’t needed, but will make self-driving better. It isn’t enough to be safer than human drivers, Autopilot ultimately needs to be more than 10 times safer than human drivers.",en,[],[],[],221,213,3523,[],[],https://twitter.com/elonmusk/status/1344810193952014336,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, diff --git a/task1/2022.csv b/task1/2022.csv new file mode 100644 index 0000000..f04fbd5 --- /dev/null +++ b/task1/2022.csv @@ -0,0 +1,1029 @@ +id,conversation_id,created_at,date,time,timezone,user_id,username,name,place,tweet,language,mentions,urls,photos,replies_count,retweets_count,likes_count,hashtags,cashtags,link,retweet,quote_url,video,thumbnail,near,geo,source,user_rt_id,user_rt,retweet_id,reply_to,retweet_date,translate,trans_src,trans_dest +1500030191837589510,1499972826828259328,2022-03-05 12:47:21 Arabian Standard Time,2022-03-05,12:47:21,+0400,44196397,elonmusk,Elon Musk,,"@SpacePadreIsle In a way, this is free QA haha",en,[],[],[],250,205,4490,[],[],https://twitter.com/elonmusk/status/1500030191837589510,False,,0,,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}]",,,, +1500028396436340736,1499802655421448192,2022-03-05 12:40:13 Arabian Standard Time,2022-03-05,12:40:13,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV A beautiful home for life,en,[],[],[],1521,736,15121,[],[],https://twitter.com/elonmusk/status/1500028396436340736,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1500026380704178178,1499972826828259328,2022-03-05 12:32:12 Arabian Standard Time,2022-03-05,12:32:12,+0400,44196397,elonmusk,Elon Musk,,@SpacePadreIsle Some Starlink terminals near conflict areas were being jammed for several hours at a time. Our latest software update bypasses the jamming. Am curious to see what’s next!,en,[],[],[],279,1022,8774,[],[],https://twitter.com/elonmusk/status/1500026380704178178,False,,0,,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}]",,,, +1500010328758923264,1499976967105433600,2022-03-05 11:28:25 Arabian Standard Time,2022-03-05,11:28:25,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @RogerYar Exactly,en,[],[],[],126,96,2773,[],[],https://twitter.com/elonmusk/status/1500010328758923264,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'RogerYar', 'name': 'Дід Панас 🇺🇦', 'id': '2398672250'}]",,,, +1499982913949081600,1499976967105433600,2022-03-05 09:39:29 Arabian Standard Time,2022-03-05,09:39:29,+0400,44196397,elonmusk,Elon Musk,,"@RogerYar All news sources are partially propaganda, some more than others",en,[],[],[],1415,6191,43964,[],[],https://twitter.com/elonmusk/status/1499982913949081600,False,,0,,,,,,,,"[{'screen_name': 'RogerYar', 'name': 'Дід Панас 🇺🇦', 'id': '2398672250'}]",,,, +1499976967105433600,1499976967105433600,2022-03-05 09:15:51 Arabian Standard Time,2022-03-05,09:15:51,+0400,44196397,elonmusk,Elon Musk,,Starlink has been told by some governments (not Ukraine) to block Russian news sources. We will not do so unless at gunpoint. Sorry to be a free speech absolutist.,en,[],[],[],16014,46200,319202,[],[],https://twitter.com/elonmusk/status/1499976967105433600,False,,0,,,,,,,,[],,,, +1499972826828259328,1499972826828259328,2022-03-05 08:59:24 Arabian Standard Time,2022-03-05,08:59:24,+0400,44196397,elonmusk,Elon Musk,,SpaceX reprioritized to cyber defense & overcoming signal jamming. Will cause slight delays in Starship & Starlink V2.,en,[],[],[],2905,7595,85461,[],[],https://twitter.com/elonmusk/status/1499972826828259328,False,,0,,,,,,,,[],,,, +1499969708979802115,1499848263121481732,2022-03-05 08:47:01 Arabian Standard Time,2022-03-05,08:47:01,+0400,44196397,elonmusk,Elon Musk,,"@MichaelTChiass1 @Cole00708909 Who, me? 🙄",en,[],[],[],249,127,3212,[],[],https://twitter.com/elonmusk/status/1499969708979802115,False,,0,,,,,,,,"[{'screen_name': 'MichaelTChiass1', 'name': 'Michael Diamond Hands', 'id': '1190933165692592128'}, {'screen_name': 'Cole00708909', 'name': 'Cole', 'id': '1208694821470126081'}]",,,, +1499959699290181633,1499958725389406208,2022-03-05 08:07:14 Arabian Standard Time,2022-03-05,08:07:14,+0400,44196397,elonmusk,Elon Musk,,@ashleevance 🤣,und,[],[],[],161,97,3069,[],[],https://twitter.com/elonmusk/status/1499959699290181633,False,,0,,,,,,,,"[{'screen_name': 'ashleevance', 'name': 'Ashlee Vance', 'id': '81961201'}]",,,, +1499947614497906696,1499907549746937860,2022-03-05 07:19:13 Arabian Standard Time,2022-03-05,07:19:13,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX Exactly,en,[],[],[],174,137,3301,[],[],https://twitter.com/elonmusk/status/1499947614497906696,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}]",,,, +1499918115018313728,1499917894767063043,2022-03-05 05:22:00 Arabian Standard Time,2022-03-05,05:22:00,+0400,44196397,elonmusk,Elon Musk,,"And also my sympathies to the great people of Russia, who do not want this",en,[],[],[],4078,14711,255944,[],[],https://twitter.com/elonmusk/status/1499918115018313728,False,,0,,,,,,,,[],,,, +1499917894767063043,1499917894767063043,2022-03-05 05:21:07 Arabian Standard Time,2022-03-05,05:21:07,+0400,44196397,elonmusk,Elon Musk,,🇺🇦🇺🇦🇺🇦 Hold Strong Ukraine 🇺🇦🇺🇦🇺🇦,en,[],[],[],9817,42559,406040,[],[],https://twitter.com/elonmusk/status/1499917894767063043,False,,0,,,,,,,,[],,,, +1499909806504779779,1499907549746937860,2022-03-05 04:48:59 Arabian Standard Time,2022-03-05,04:48:59,+0400,44196397,elonmusk,Elon Musk,,"Obviously, this would negatively affect Tesla, but sustainable energy solutions simply cannot react instantaneously to make up for Russian oil & gas exports.",en,[],[],[],4090,16131,155206,[],[],https://twitter.com/elonmusk/status/1499909806504779779,False,,0,,,,,,,,[],,,, +1499907549746937860,1499907549746937860,2022-03-05 04:40:01 Arabian Standard Time,2022-03-05,04:40:01,+0400,44196397,elonmusk,Elon Musk,,"Hate to say it, but we need to increase oil & gas output immediately. Extraordinary times demand extraordinary measures.",en,[],[],[],15559,59686,345398,[],[],https://twitter.com/elonmusk/status/1499907549746937860,False,,0,,,,,,,,[],,,, +1499862369266290693,1499760039132901377,2022-03-05 01:40:29 Arabian Standard Time,2022-03-05,01:40:29,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @MLUKBrandenburg @gigafactory_4 @Gf4Tesla @Gruenheide4futr @Stk_Brandenburg Haha sure :),tl,[],[],[],225,137,3611,[],[],https://twitter.com/elonmusk/status/1499862369266290693,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'MLUKBrandenburg', 'name': 'MLUK Brandenburg', 'id': '976792494854803456'}, {'screen_name': 'gigafactory_4', 'name': 'Giga Berlin / Gigafactory 4', 'id': '1086184725352468480'}, {'screen_name': 'Gf4Tesla', 'name': 'Gigafactory Berlin-Brandenburg ✊️🇺🇦', 'id': '1195032280915480577'}, {'screen_name': 'Gruenheide4futr', 'name': 'GrünheideForFuture', 'id': '1195599963620806656'}, {'screen_name': 'Stk_Brandenburg', 'name': 'Staatskanzlei Brandenburg', 'id': '1032213336916680704'}]",,,, +1499826328656388107,1499760039132901377,2022-03-04 23:17:16 Arabian Standard Time,2022-03-04,23:17:16,+0400,44196397,elonmusk,Elon Musk,,@MLUKBrandenburg @gigafactory_4 @Gf4Tesla @Gruenheide4futr @Stk_Brandenburg Ich möchte mich recht herzlich bedanken. Die Zukunft ist sehr spannend! 🇩🇪 🇩🇪,de,[],[],[],591,708,10119,[],[],https://twitter.com/elonmusk/status/1499826328656388107,False,,0,,,,,,,,"[{'screen_name': 'MLUKBrandenburg', 'name': 'MLUK Brandenburg', 'id': '976792494854803456'}, {'screen_name': 'gigafactory_4', 'name': 'Giga Berlin / Gigafactory 4', 'id': '1086184725352468480'}, {'screen_name': 'Gf4Tesla', 'name': 'Gigafactory Berlin-Brandenburg ✊️🇺🇦', 'id': '1195032280915480577'}, {'screen_name': 'Gruenheide4futr', 'name': 'GrünheideForFuture', 'id': '1195599963620806656'}, {'screen_name': 'Stk_Brandenburg', 'name': 'Staatskanzlei Brandenburg', 'id': '1032213336916680704'}]",,,, +1499807705883684868,1499798938152488970,2022-03-04 22:03:16 Arabian Standard Time,2022-03-04,22:03:16,+0400,44196397,elonmusk,Elon Musk,,@waitbutwhy You will be in the future,en,[],[],[],1666,1543,40875,[],[],https://twitter.com/elonmusk/status/1499807705883684868,False,,0,,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1499640458397450241,1499616790896279554,2022-03-04 10:58:41 Arabian Standard Time,2022-03-04,10:58:41,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 !,und,[],[],[],1174,465,14757,[],[],https://twitter.com/elonmusk/status/1499640458397450241,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}]",,,, +1499585763087843329,1499472139333746691,2022-03-04 07:21:21 Arabian Standard Time,2022-03-04,07:21:21,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @tobyliiiiiiiiii Game on,en,[],[],[],875,1058,11739,[],[],https://twitter.com/elonmusk/status/1499585763087843329,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +1499585449450344451,1499472139333746691,2022-03-04 07:20:06 Arabian Standard Time,2022-03-04,07:20:06,+0400,44196397,elonmusk,Elon Musk,,"@tobyliiiiiiiiii Almost all Viasat Ukraine user terminals were rendered permanently unusable by a Russian cyberattack on day of invasion, so … yes",en,[],[],[],194,713,9099,[],[],https://twitter.com/elonmusk/status/1499585449450344451,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +1499494171739975697,1499472139333746691,2022-03-04 01:17:24 Arabian Standard Time,2022-03-04,01:17:24,+0400,44196397,elonmusk,Elon Musk,,"@shortword @eddyiskongz Yes, provided no metal particles in paint",en,[],[],[],186,289,8538,[],[],https://twitter.com/elonmusk/status/1499494171739975697,False,,0,,,,,,,,"[{'screen_name': 'shortword', 'name': 'Paul Kelly 🇮🇪', 'id': '15645692'}, {'screen_name': 'eddyiskongz', 'name': 'EddyisKongz.eth 🇺🇦', 'id': '1349944659385061377'}]",,,, +1499473797539250200,1499472139333746691,2022-03-03 23:56:26 Arabian Standard Time,2022-03-03,23:56:26,+0400,44196397,elonmusk,Elon Musk,,@eddyiskongz Place light camouflage over antenna to avoid visual detection,en,[],[],[],395,1312,19143,[],[],https://twitter.com/elonmusk/status/1499473797539250200,False,,0,,,,,,,,"[{'screen_name': 'eddyiskongz', 'name': 'EddyisKongz.eth 🇺🇦', 'id': '1349944659385061377'}]",,,, +1499473384367079429,1499472139333746691,2022-03-03 23:54:48 Arabian Standard Time,2022-03-03,23:54:48,+0400,44196397,elonmusk,Elon Musk,,@eddyiskongz Turn on Starlink only when needed and place antenna away as far away from people as possible,en,[],[],[],498,3123,39444,[],[],https://twitter.com/elonmusk/status/1499473384367079429,False,,0,,,,,,,,"[{'screen_name': 'eddyiskongz', 'name': 'EddyisKongz.eth 🇺🇦', 'id': '1349944659385061377'}]",,,, +1499472139333746691,1499472139333746691,2022-03-03 23:49:51 Arabian Standard Time,2022-03-03,23:49:51,+0400,44196397,elonmusk,Elon Musk,,"Important warning: Starlink is the only non-Russian communications system still working in some parts of Ukraine, so probability of being targeted is high. Please use with caution.",en,[],[],[],9224,41634,357990,[],[],https://twitter.com/elonmusk/status/1499472139333746691,False,,0,,,,,,,,[],,,, +1499445239861235713,1499356159416930304,2022-03-03 22:02:58 Arabian Standard Time,2022-03-03,22:02:58,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @ResidentSponge In class action lawsuits, the actual plaintiff is always the class action law firm. They just find someone willing to serve as a puppet to “represent the class”.",en,[],[],[],735,675,12317,[],[],https://twitter.com/elonmusk/status/1499445239861235713,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1499442132402130951,1499091570292834304,2022-03-03 21:50:37 Arabian Standard Time,2022-03-03,21:50:37,+0400,44196397,elonmusk,Elon Musk,,"@FedorovMykhailo @SpaceX @SpaceXStarlink @Honda @ChampionGen @westinghouse @DuroMaxPower Updating software to reduce peak power consumption, so Starlink can be powered from car cigarette lighter. Mobile roaming enabled, so phased array antenna can maintain signal while on moving vehicle.",en,[],[],[],1849,7579,55347,[],[],https://twitter.com/elonmusk/status/1499442132402130951,False,,0,,,,,,,,"[{'screen_name': 'FedorovMykhailo', 'name': 'Mykhailo Fedorov', 'id': '1331528215899344896'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'Honda', 'name': 'Honda', 'id': '43430484'}, {'screen_name': 'ChampionGen', 'name': 'Champion Generators', 'id': '2392660585'}, {'screen_name': 'westinghouse', 'name': 'Westing House', 'id': '19957988'}, {'screen_name': 'DuroMaxPower', 'name': 'DuroMax Power Equipment', 'id': '950427809503068160'}]",,,, +1499423704983355393,1499387733931819011,2022-03-03 20:37:23 Arabian Standard Time,2022-03-03,20:37:23,+0400,44196397,elonmusk,Elon Musk,,@SpaceX 🇺🇸🇺🇸 American Broomstick 🇺🇸🇺🇸 https://t.co/r2hJvFQosS,en,[],[],['https://pbs.twimg.com/media/FM8F6czVEAESiJt.jpg'],4446,8850,74967,[],[],https://twitter.com/elonmusk/status/1499423704983355393,False,,1,https://pbs.twimg.com/media/FM8F6czVEAESiJt.jpg,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1499421678455058433,1499391704591392768,2022-03-03 20:29:20 Arabian Standard Time,2022-03-03,20:29:20,+0400,44196397,elonmusk,Elon Musk,,"@WhatsupFranks @Teslarati @ResidentSponge Yeah, maybe 98",en,[],[],[],167,85,1980,[],[],https://twitter.com/elonmusk/status/1499421678455058433,False,,0,,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'Franks&Beans FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1499420478183641089,1499391704591392768,2022-03-03 20:24:34 Arabian Standard Time,2022-03-03,20:24:34,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @ResidentSponge This old YouTube clip helps explain why former UAW members who work at Tesla are not huge fans of UAW https://t.co/dncVvZrkoL,en,[],['https://m.youtube.com/watch?v=S4DZ74IXh1U'],[],220,450,3387,[],[],https://twitter.com/elonmusk/status/1499420478183641089,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1499296906630991872,1499070619475873796,2022-03-03 12:13:32 Arabian Standard Time,2022-03-03,12:13:32,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ @ICannot_Enough @genesimmons @JoeBiden Yes,und,[],[],[],289,190,3950,[],[],https://twitter.com/elonmusk/status/1499296906630991872,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'genesimmons', 'name': 'Gene Simmons', 'id': '14401698'}, {'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1499257795983466496,1499070619475873796,2022-03-03 09:38:08 Arabian Standard Time,2022-03-03,09:38:08,+0400,44196397,elonmusk,Elon Musk,,"@ICannot_Enough @genesimmons @JoeBiden By the way, Tesla factory worker compensation is the highest in the auto industry https://t.co/Peo3qtYc5D",en,[],['https://www.reddit.com/r/teslamotors/comments/r3m74k/andrew_sorkin_surprisingly_good_questions_to_mary/?utm_source=share&utm_medium=ios_app&utm_name=iossmf'],[],215,591,5478,[],[],https://twitter.com/elonmusk/status/1499257795983466496,False,,0,,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'genesimmons', 'name': 'Gene Simmons', 'id': '14401698'}, {'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1499249339671089152,1499070619475873796,2022-03-03 09:04:31 Arabian Standard Time,2022-03-03,09:04:31,+0400,44196397,elonmusk,Elon Musk,,"@ICannot_Enough @genesimmons @JoeBiden Our real challenge is Bay Area has negative unemployment, so if we don’t treat and compensate our (awesome) people well, they have many other offers and will just leave! I’d like hereby to invite UAW to hold a union vote at their convenience. Tesla will do nothing to stop them.",en,[],[],[],384,719,6839,[],[],https://twitter.com/elonmusk/status/1499249339671089152,False,,0,,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'genesimmons', 'name': 'Gene Simmons', 'id': '14401698'}, {'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1499239406623813632,1499164272005419012,2022-03-03 08:25:03 Arabian Standard Time,2022-03-03,08:25:03,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee 🤣,und,[],[],[],514,430,14491,[],[],https://twitter.com/elonmusk/status/1499239406623813632,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1499198925210857472,1499070619475873796,2022-03-03 05:44:12 Arabian Standard Time,2022-03-03,05:44:12,+0400,44196397,elonmusk,Elon Musk,,"@genesimmons @JoeBiden Actually, we still operate our California factory, which is the largest auto plant in North America, at full capacity and are considering expanding it significantly. It has built 2/3 of all electric vehicles in North America, twice as much as all other carmakers combined.",en,[],[],[],1398,3825,53013,[],[],https://twitter.com/elonmusk/status/1499198925210857472,False,,0,,,,,,,,"[{'screen_name': 'genesimmons', 'name': 'Gene Simmons', 'id': '14401698'}, {'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1499194255688019971,1499105359751004165,2022-03-03 05:25:38 Arabian Standard Time,2022-03-03,05:25:38,+0400,44196397,elonmusk,Elon Musk,,@katlinegrey @Rogozin Ukraine civilian Internet was experiencing strange outages – bad weather perhaps? – so SpaceX is helping fix it,en,[],[],[],1077,3724,32273,[],[],https://twitter.com/elonmusk/status/1499194255688019971,False,,0,,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}, {'screen_name': 'Rogozin', 'name': 'РОГОЗИН', 'id': '36980694'}]",,,, +1499114170519896075,1499091570292834304,2022-03-03 00:07:25 Arabian Standard Time,2022-03-03,00:07:25,+0400,44196397,elonmusk,Elon Musk,,"@FedorovMykhailo @Brian_J_Berger @SpaceX @SpaceXStarlink @Honda @ChampionGen @westinghouse @DuroMaxPower @W__Home Solar area will need to be higher with obscuration, but works better than one might think",en,[],[],[],351,443,7774,[],[],https://twitter.com/elonmusk/status/1499114170519896075,False,,0,,,,,,,,"[{'screen_name': 'FedorovMykhailo', 'name': 'Mykhailo Fedorov', 'id': '1331528215899344896'}, {'screen_name': 'Brian_J_Berger', 'name': 'Brian Berger', 'id': '150732943'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'Honda', 'name': 'Honda', 'id': '43430484'}, {'screen_name': 'ChampionGen', 'name': 'Champion Generators', 'id': '2392660585'}, {'screen_name': 'westinghouse', 'name': 'Westing House', 'id': '19957988'}, {'screen_name': 'DuroMaxPower', 'name': 'DuroMax Power Equipment', 'id': '950427809503068160'}, {'screen_name': 'W__Home', 'name': 'Westinghouse', 'id': '3166769460'}]",,,, +1499099534668058627,1499091570292834304,2022-03-02 23:09:15 Arabian Standard Time,2022-03-02,23:09:15,+0400,44196397,elonmusk,Elon Musk,,"@FedorovMykhailo @Brian_J_Berger @SpaceX @SpaceXStarlink @Honda @ChampionGen @westinghouse @DuroMaxPower Solar panels + battery pack better than generator, as no heat signature or smoke & doesn’t run out of fuel",en,[],[],[],475,1198,14236,[],[],https://twitter.com/elonmusk/status/1499099534668058627,False,,0,,,,,,,,"[{'screen_name': 'FedorovMykhailo', 'name': 'Mykhailo Fedorov', 'id': '1331528215899344896'}, {'screen_name': 'Brian_J_Berger', 'name': 'Brian Berger', 'id': '150732943'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'Honda', 'name': 'Honda', 'id': '43430484'}, {'screen_name': 'ChampionGen', 'name': 'Champion Generators', 'id': '2392660585'}, {'screen_name': 'westinghouse', 'name': 'Westing House', 'id': '19957988'}, {'screen_name': 'DuroMaxPower', 'name': 'DuroMax Power Equipment', 'id': '950427809503068160'}]",,,, +1498981268398161922,1498886338208092160,2022-03-02 15:19:18 Arabian Standard Time,2022-03-02,15:19:18,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog We could’ve made a 600 mile Model S 12 months ago, but that would’ve made the product worse imo, as 99.9% of time you’d be carrying unneeded battery mass, which makes acceleration, handling & efficiency worse. Even our 400+ mile range car is more than almost anyone will use.",en,[],[],[],1778,1377,22213,[],[],https://twitter.com/elonmusk/status/1498981268398161922,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1498940416053420037,1498887118994632705,2022-03-02 12:36:58 Arabian Standard Time,2022-03-02,12:36:58,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV 🤣🤣 That was me tweeting from @SpaceX when someone else had snatched my name. I was actually one of the earliest Twitter users, but dropped my account because people were tweeting such trivialities at first. @westcoastbill convinced me to get back in.",en,"[{'screen_name': 'spacex', 'name': 'spacex', 'id': '34743251'}, {'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",[],[],1182,983,25778,[],[],https://twitter.com/elonmusk/status/1498940416053420037,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1498938463051292674,1498876889837961217,2022-03-02 12:29:13 Arabian Standard Time,2022-03-02,12:29:13,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog The probability of Tesla dying in 2008/2009 was very high. We closed our financing round at 6pm on Dec 24th – the last working hour of the last day before Tesla would otherwise bounce payroll.,en,[],[],[],305,386,5880,[],[],https://twitter.com/elonmusk/status/1498938463051292674,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1498935565420478464,1498828904466980866,2022-03-02 12:17:42 Arabian Standard Time,2022-03-02,12:17:42,+0400,44196397,elonmusk,Elon Musk,,"@JasonDanheiser @WholeMarsBlog @28delayslater Self-driving cars & useful humanoid robots require a sophisticated understanding of reality. I am increasingly convinced that they are on the path to solving AGI. Should AGI be solved? I don’t know, but humanity is moving rapidly in this direction whether I like it or not.",en,[],[],[],338,501,5430,[],[],https://twitter.com/elonmusk/status/1498935565420478464,False,,0,,,,,,,,"[{'screen_name': 'JasonDanheiser', 'name': 'Jason Danheiser', 'id': '14289663'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1498933217986060288,1497827150690279424,2022-03-02 12:08:22 Arabian Standard Time,2022-03-02,12:08:22,+0400,44196397,elonmusk,Elon Musk,,"@RealLifeLore22 Pretty good summary, although national pride is underweighted relative to economics. Latter serves former, not other way around. The foundational issue imo, which this video doesn’t ignore, is low birth rate. After all, what good is land with no people?",en,[],[],[],595,525,8482,[],[],https://twitter.com/elonmusk/status/1498933217986060288,False,,0,,,,,,,,"[{'screen_name': 'RealLifeLore22', 'name': 'Real Life Lore', 'id': '4913943194'}]",,,, +1498870920383025161,1498848735798960130,2022-03-02 08:00:49 Arabian Standard Time,2022-03-02,08:00:49,+0400,44196397,elonmusk,Elon Musk,,@dogesuppporteam @CarlosS74671189 @JoeBiden .@McDonalds,und,"[{'screen_name': 'mcdonalds', 'name': ""mcdonald's"", 'id': '71026122'}]",[],[],726,1010,9167,[],[],https://twitter.com/elonmusk/status/1498870920383025161,False,,0,,,,,,,,"[{'screen_name': 'dogesuppporteam', 'name': 'KhalĐoge79🚀', 'id': '1311271048650862592'}, {'screen_name': 'CarlosS74671189', 'name': 'DOGE', 'id': '1358529502112931840'}, {'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1498865305799512064,1498858010009083904,2022-03-02 07:38:31 Arabian Standard Time,2022-03-02,07:38:31,+0400,44196397,elonmusk,Elon Musk,,@MSNBC Saints Row IV was sickkk,en,[],[],[],201,237,3843,[],[],https://twitter.com/elonmusk/status/1498865305799512064,False,,0,,,,,,,,"[{'screen_name': 'MSNBC', 'name': 'MSNBC', 'id': '2836421'}]",,,, +1498862357954584577,1498858010009083904,2022-03-02 07:26:48 Arabian Standard Time,2022-03-02,07:26:48,+0400,44196397,elonmusk,Elon Musk,,@MSNBC Saints Row https://t.co/bWWiGAhw41,en,[],['https://m.youtube.com/watch?v=xGH8QAeorsY'],[],386,578,7548,[],[],https://twitter.com/elonmusk/status/1498862357954584577,False,,0,,,,,,,,"[{'screen_name': 'MSNBC', 'name': 'MSNBC', 'id': '2836421'}]",,,, +1498859930857660420,1498848735798960130,2022-03-02 07:17:09 Arabian Standard Time,2022-03-02,07:17:09,+0400,44196397,elonmusk,Elon Musk,,"@_bennettm_ @RyanZohoury @JoeBiden Well, I do have multiple personality disorder, but they’re all technically in the same head",en,[],[],[],1770,3550,71544,[],[],https://twitter.com/elonmusk/status/1498859930857660420,False,,0,,,,,,,,"[{'screen_name': '_bennettm_', 'name': 'Bennett', 'id': '748198065991913473'}, {'screen_name': 'RyanZohoury', 'name': 'Ryan Zohoury', 'id': '973935174160273409'}, {'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1498859400525750272,1498858639305719810,2022-03-02 07:15:03 Arabian Standard Time,2022-03-02,07:15:03,+0400,44196397,elonmusk,Elon Musk,,@DBurkland Investigating,in,[],[],[],347,141,5120,[],[],https://twitter.com/elonmusk/status/1498859400525750272,False,,0,,,,,,,,"[{'screen_name': 'DBurkland', 'name': 'Dan Burkland', 'id': '1464732617786413059'}]",,,, +1498858611241635843,1498848735798960130,2022-03-02 07:11:55 Arabian Standard Time,2022-03-02,07:11:55,+0400,44196397,elonmusk,Elon Musk,,"@JoeBiden Tesla has created over 50,000 US jobs building electric vehicles & is investing more than double GM + Ford combined [fyi to person controlling this twitter]",en,[],[],[],8787,37338,270829,[],[],https://twitter.com/elonmusk/status/1498858611241635843,False,,0,,,,,,,,"[{'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1498856948321722370,1498854993201303556,2022-03-02 07:05:18 Arabian Standard Time,2022-03-02,07:05:18,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @WholeMarsBlog Our primary challenge is affordability. Creating an expensive truck is relatively easy. If it is extremely hard to do so for Tesla, despite our much greater economies of scale & better technology, then it is damn near impossible for others.",en,[],[],[],484,825,8802,[],[],https://twitter.com/elonmusk/status/1498856948321722370,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1498855687287418892,1498854993201303556,2022-03-02 07:00:17 Arabian Standard Time,2022-03-02,07:00:17,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog He plays golf a lot,en,[],[],[],141,121,2830,[],[],https://twitter.com/elonmusk/status/1498855687287418892,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1498855476481642496,1498812333178642445,2022-03-02 06:59:27 Arabian Standard Time,2022-03-02,06:59:27,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @Teslarati @KlenderJoey Saudi Arabia owns 2/3 of Lucid, so inevitable",en,[],[],[],194,223,4609,[],[],https://twitter.com/elonmusk/status/1498855476481642496,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1498852608093655041,1498812333178642445,2022-03-02 06:48:03 Arabian Standard Time,2022-03-02,06:48:03,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @KlenderJoey Their negative gross margin will be staggering,en,[],[],[],403,452,7461,[],[],https://twitter.com/elonmusk/status/1498852608093655041,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1498815818725052419,1498740769825435653,2022-03-02 04:21:52 Arabian Standard Time,2022-03-02,04:21:52,+0400,44196397,elonmusk,Elon Musk,,"@ICannot_Enough @Model3Owners Coming soon, if you want your car to make a loud farting sound from the external speaker, just say “Fart in their general direction!”",en,[],[],[],633,593,8115,[],[],https://twitter.com/elonmusk/status/1498815818725052419,False,,0,,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1498813607521439745,1498740769825435653,2022-03-02 04:13:05 Arabian Standard Time,2022-03-02,04:13:05,+0400,44196397,elonmusk,Elon Musk,,"@GerberKawasaki @ICannot_Enough @Model3Owners All cars made since November also have push center for horn – just waiting on firmware update. If you mash right side of yoke with your palm, horn will trigger.",en,[],[],[],175,198,3198,[],[],https://twitter.com/elonmusk/status/1498813607521439745,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1498806861763686405,1498786550989176836,2022-03-02 03:46:16 Arabian Standard Time,2022-03-02,03:46:16,+0400,44196397,elonmusk,Elon Musk,,"@Liv_Boeree If your war technology level is far higher than your opponent, tactics don’t matter: source_not_found",en,[],[],[],569,662,7064,[],[],https://twitter.com/elonmusk/status/1498806861763686405,False,,0,,,,,,,,"[{'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}]",,,, +1498760765767094272,1498740769825435653,2022-03-02 00:43:06 Arabian Standard Time,2022-03-02,00:43:06,+0400,44196397,elonmusk,Elon Musk,,@ICannot_Enough @Model3Owners Swipe down on navigate button to navigate home or to work if at home,en,[],[],[],310,189,3977,[],[],https://twitter.com/elonmusk/status/1498760765767094272,False,,0,,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1498495077571772419,1498485513862320128,2022-03-01 07:07:21 Arabian Standard Time,2022-03-01,07:07:21,+0400,44196397,elonmusk,Elon Musk,,"@DriveTeslaca Depends on what issues we see that are unique to Canada. If things are looking good, then we can lower the safety score threshold.",en,[],[],[],846,404,9915,[],[],https://twitter.com/elonmusk/status/1498495077571772419,False,,0,,,,,,,,"[{'screen_name': 'DriveTeslaca', 'name': 'Drive Tesla 🇨🇦', 'id': '1169348503975317504'}]",,,, +1498397390298128386,1498392515262746630,2022-03-01 00:39:11 Arabian Standard Time,2022-03-01,00:39:11,+0400,44196397,elonmusk,Elon Musk,,@FedorovMykhailo You are most welcome,en,[],[],[],6785,14221,249465,[],[],https://twitter.com/elonmusk/status/1498397390298128386,False,,0,,,,,,,,"[{'screen_name': 'FedorovMykhailo', 'name': 'Mykhailo Fedorov', 'id': '1331528215899344896'}]",,,, +1497701484003213317,1497543633293266944,2022-02-27 02:33:54 Arabian Standard Time,2022-02-27,02:33:54,+0400,44196397,elonmusk,Elon Musk,,@FedorovMykhailo Starlink service is now active in Ukraine. More terminals en route.,en,[],[],[],28307,143636,830581,[],[],https://twitter.com/elonmusk/status/1497701484003213317,False,,0,,,,,,,,"[{'screen_name': 'FedorovMykhailo', 'name': 'Mykhailo Fedorov', 'id': '1331528215899344896'}]",,,, +1497377323900829698,1497029449455312901,2022-02-26 05:05:48 Arabian Standard Time,2022-02-26,05:05:48,+0400,44196397,elonmusk,Elon Musk,,@Space_Pete Good thread,en,[],[],[],907,695,16995,[],[],https://twitter.com/elonmusk/status/1497377323900829698,False,,0,,,,,,,,"[{'screen_name': 'Space_Pete', 'name': 'Pete 🚀 🛰', 'id': '36765490'}]",,,, +1497375066639765512,1496933548372209669,2022-02-26 04:56:50 Arabian Standard Time,2022-02-26,04:56:50,+0400,44196397,elonmusk,Elon Musk,,@tes1m211 @Rogozin Yes,und,[],[],[],726,1072,23134,[],[],https://twitter.com/elonmusk/status/1497375066639765512,False,,0,,,,,,,,"[{'screen_name': 'tes1m211', 'name': 'tes.3m.22', 'id': '1235556338090074112'}, {'screen_name': 'Rogozin', 'name': 'РОГОЗИН', 'id': '36980694'}]",,,, +1497370602075734021,1496933548372209669,2022-02-26 04:39:05 Arabian Standard Time,2022-02-26,04:39:05,+0400,44196397,elonmusk,Elon Musk,,@Rogozin https://t.co/4kRJyp0FOv,und,[],[],['https://pbs.twimg.com/media/FMe6n6cWYAUqonR.jpg'],2089,10005,70257,[],[],https://twitter.com/elonmusk/status/1497370602075734021,False,,1,https://pbs.twimg.com/media/FMe6n6cWYAUqonR.jpg,,,,,,,[],,,, +1497340315832832002,1497243133637275648,2022-02-26 02:38:45 Arabian Standard Time,2022-02-26,02:38:45,+0400,44196397,elonmusk,Elon Musk,,@dlauer Would be a good move. Needs to include put options & synthetic shorts.,en,[],[],[],1041,2900,16034,[],[],https://twitter.com/elonmusk/status/1497340315832832002,False,,0,,,,,,,,"[{'screen_name': 'dlauer', 'name': 'Dave Lauer', 'id': '15210031'}]",,,, +1497276098484256769,1497255767568617473,2022-02-25 22:23:34 Arabian Standard Time,2022-02-25,22:23:34,+0400,44196397,elonmusk,Elon Musk,,@SpaceX Successful Starlink deploy https://t.co/ChUh6JWaQd,en,[],[],['https://pbs.twimg.com/media/FMdkrFxXoAMbdhm.jpg'],1528,2105,36880,[],[],https://twitter.com/elonmusk/status/1497276098484256769,False,,1,https://pbs.twimg.com/media/FMdkrFxXoAMbdhm.jpg,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1497275384420786176,1497258590070972417,2022-02-25 22:20:44 Arabian Standard Time,2022-02-25,22:20:44,+0400,44196397,elonmusk,Elon Musk,,@DriveTeslaca We’ve had about 60 or so cars testing internally in Canada. Hoping to go wider this weekend.,en,[],[],[],686,474,9472,[],[],https://twitter.com/elonmusk/status/1497275384420786176,False,,0,,,,,,,,"[{'screen_name': 'DriveTeslaca', 'name': 'Drive Tesla 🇨🇦', 'id': '1169348503975317504'}]",,,, +1497273425966022669,1497259225952653316,2022-02-25 22:12:57 Arabian Standard Time,2022-02-25,22:12:57,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @SpaceX Starlink is a little patchy to Tonga right now, but will improve dramatically as laser inter-satellite links activate",en,[],[],[],391,410,7138,[],[],https://twitter.com/elonmusk/status/1497273425966022669,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1497251927335264259,1497022258434433028,2022-02-25 20:47:31 Arabian Standard Time,2022-02-25,20:47:31,+0400,44196397,elonmusk,Elon Musk,,@SciGuySpace Yes,und,[],[],[],574,292,10004,[],[],https://twitter.com/elonmusk/status/1497251927335264259,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1497165237849632821,1497035840601530368,2022-02-25 15:03:03 Arabian Standard Time,2022-02-25,15:03:03,+0400,44196397,elonmusk,Elon Musk,,@ICannot_Enough @WholeMarsBlog 🤣,und,[],[],[],460,130,3799,[],[],https://twitter.com/elonmusk/status/1497165237849632821,False,,0,,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1497165072744865800,1497035840601530368,2022-02-25 15:02:23 Arabian Standard Time,2022-02-25,15:02:23,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog LIDAR is a seductive local maximum. SpaceX designed & built them to dock with ISS. However, the road system was designed to work with biological neural nets & eyes, so a general solution to self-driving necessarily will require silicon neural nets & cameras. Real-world AI.",en,[],[],[],513,636,6542,[],[],https://twitter.com/elonmusk/status/1497165072744865800,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1497159282214813696,1497079224703750144,2022-02-25 14:39:23 Arabian Standard Time,2022-02-25,14:39:23,+0400,44196397,elonmusk,Elon Musk,,@CryptoWhale @Gfilche Protagonists created over half a century ago don’t count,en,[],[],[],383,180,3639,[],[],https://twitter.com/elonmusk/status/1497159282214813696,False,,0,,,,,,,,"[{'screen_name': 'CryptoWhale', 'name': 'Mr. Whale', 'id': '234638601'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}]",,,, +1497158991327211544,1497001286444617746,2022-02-25 14:38:14 Arabian Standard Time,2022-02-25,14:38:14,+0400,44196397,elonmusk,Elon Musk,,@moxie Signal is the least insecure messaging service,en,[],[],[],285,333,4065,[],[],https://twitter.com/elonmusk/status/1497158991327211544,False,,0,,,,,,,,"[{'screen_name': 'moxie', 'name': 'Moxie Marlinspike', 'id': '76980293'}]",,,, +1497102152464056344,1497079224703750144,2022-02-25 10:52:22 Arabian Standard Time,2022-02-25,10:52:22,+0400,44196397,elonmusk,Elon Musk,,@Gfilche Hollywood refuses to write even one story about an actual company startup where the CEO isn’t a dweeb and/or evil,en,[],[],[],3079,907,10933,[],[],https://twitter.com/elonmusk/status/1497102152464056344,False,,0,,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali 🇺🇦', 'id': '348844712'}]",,,, +1497101463146971159,1497001286444617746,2022-02-25 10:49:38 Arabian Standard Time,2022-02-25,10:49:38,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @moxie Just iMessage & Signal,en,[],[],[],606,280,4083,[],[],https://twitter.com/elonmusk/status/1497101463146971159,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'moxie', 'name': 'Moxie Marlinspike', 'id': '76980293'}]",,,, +1497101183198150672,1496064747254525956,2022-02-25 10:48:31 Arabian Standard Time,2022-02-25,10:48:31,+0400,44196397,elonmusk,Elon Musk,,@A7imd Me too,en,[],[],[],202,115,4212,[],[],https://twitter.com/elonmusk/status/1497101183198150672,False,,0,,,,,,,,"[{'screen_name': 'A7imd', 'name': 'أحمد', 'id': '894202357'}]",,,, +1497094264055992324,1497001286444617746,2022-02-25 10:21:01 Arabian Standard Time,2022-02-25,10:21:01,+0400,44196397,elonmusk,Elon Musk,,"@moxie Actual question, not rhetorical",ca,[],[],[],189,111,2164,[],[],https://twitter.com/elonmusk/status/1497094264055992324,False,,0,,,,,,,,"[{'screen_name': 'moxie', 'name': 'Moxie Marlinspike', 'id': '76980293'}]",,,, +1497090306814066692,1497001286444617746,2022-02-25 10:05:18 Arabian Standard Time,2022-02-25,10:05:18,+0400,44196397,elonmusk,Elon Musk,,@moxie Are you sure Signal is secure?,en,[],[],[],441,245,3459,[],[],https://twitter.com/elonmusk/status/1497090306814066692,False,,0,,,,,,,,"[{'screen_name': 'moxie', 'name': 'Moxie Marlinspike', 'id': '76980293'}]",,,, +1497059255949709317,1496959274391642113,2022-02-25 08:01:55 Arabian Standard Time,2022-02-25,08:01:55,+0400,44196397,elonmusk,Elon Musk,,@vgdunkey 🤣,und,[],[],[],658,264,12509,[],[],https://twitter.com/elonmusk/status/1497059255949709317,False,,0,,,,,,,,"[{'screen_name': 'vgdunkey', 'name': 'dunkey', 'id': '1096845500'}]",,,, +1496564151493304324,1496450499951927301,2022-02-23 23:14:33 Arabian Standard Time,2022-02-23,23:14:33,+0400,44196397,elonmusk,Elon Musk,,"@TSLAFanMtl @DoctorJack16 I didn’t start the fight, but I will finish it.",en,[],[],[],2772,4673,33278,[],[],https://twitter.com/elonmusk/status/1496564151493304324,False,,0,,,,,,,,"[{'screen_name': 'TSLAFanMtl', 'name': 'James Cat', 'id': '435266378'}, {'screen_name': 'DoctorJack16', 'name': 'Doctor Jack', 'id': '1361704632284684290'}]",,,, +1496555372773060616,1496450499951927301,2022-02-23 22:39:40 Arabian Standard Time,2022-02-23,22:39:40,+0400,44196397,elonmusk,Elon Musk,,@DoctorJack16 Building a case is exactly what I’ve been doing,en,[],[],[],1830,3628,32044,[],[],https://twitter.com/elonmusk/status/1496555372773060616,False,,0,,,,,,,,"[{'screen_name': 'DoctorJack16', 'name': 'Doctor Jack', 'id': '1361704632284684290'}]",,,, +1496554977661231107,1496528156102361092,2022-02-23 22:38:05 Arabian Standard Time,2022-02-23,22:38:05,+0400,44196397,elonmusk,Elon Musk,,@ziqi37 @teslaownersSV @SECGov Exactly,en,[],[],[],395,492,5595,[],[],https://twitter.com/elonmusk/status/1496554977661231107,False,,0,,,,,,,,"[{'screen_name': 'ziqi37', 'name': 'ZiqiZhang', 'id': '482095390'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'SECGov', 'name': 'U.S. Securities and Exchange Commission', 'id': '18481050'}]",,,, +1496525653298012167,1496487818310389761,2022-02-23 20:41:34 Arabian Standard Time,2022-02-23,20:41:34,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 @gunsnrosesgirl3 Would be cool if we are backed up somehow,en,[],[],[],1143,397,9105,[],[],https://twitter.com/elonmusk/status/1496525653298012167,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}, {'screen_name': 'gunsnrosesgirl3', 'name': 'Science girl', 'id': '1179892477714718721'}]",,,, +1496416738304565252,1496411067211206657,2022-02-23 13:28:47 Arabian Standard Time,2022-02-23,13:28:47,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Yeah,en,[],[],[],700,311,8200,[],[],https://twitter.com/elonmusk/status/1496416738304565252,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1496301421175652353,1496159091089190919,2022-02-23 05:50:33 Arabian Standard Time,2022-02-23,05:50:33,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @moneymik3420 @jack @gdb Yeah, definitely don’t use C unless optimizing for hardware performance!",en,[],[],[],328,182,3502,[],[],https://twitter.com/elonmusk/status/1496301421175652353,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'moneymik3420', 'name': 'Max Capacity 🇺🇦', 'id': '1249565271154667525'}, {'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}, {'screen_name': 'gdb', 'name': 'Greg Brockman', 'id': '162124540'}]",,,, +1496293976692899843,1496159091089190919,2022-02-23 05:20:58 Arabian Standard Time,2022-02-23,05:20:58,+0400,44196397,elonmusk,Elon Musk,,"@jack @gdb I’m a fan of Rust. Clearly scales well, given that Discord uses it. For max performance, however, nothing beats tight C with a customized compiler on specialized hardware. Important for max frame rate on vehicle inference computer. Otherwise, we mostly use C++ & Python.",en,[],[],[],729,946,10989,[],[],https://twitter.com/elonmusk/status/1496293976692899843,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}, {'screen_name': 'gdb', 'name': 'Greg Brockman', 'id': '162124540'}]",,,, +1496290695694495753,1495863292509708295,2022-02-23 05:07:56 Arabian Standard Time,2022-02-23,05:07:56,+0400,44196397,elonmusk,Elon Musk,,"@Kristennetten While it is tempting to focus on one of those arenas as the “hard one”, in fact they are all difficult & important. Tight C & custom compiler too. An inference computer optimized for energy efficiency, reliability & long life is also critical. Can’t just jam GPUs in the trunk.",en,[],[],[],227,236,3343,[],[],https://twitter.com/elonmusk/status/1496290695694495753,False,,0,,,,,,,,"[{'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}]",,,, +1496288046832140288,1495863292509708295,2022-02-23 04:57:24 Arabian Standard Time,2022-02-23,04:57:24,+0400,44196397,elonmusk,Elon Musk,,@tesletter @Kristennetten Definitely,en,[],[],[],175,101,2324,[],[],https://twitter.com/elonmusk/status/1496288046832140288,False,,0,,,,,,,,"[{'screen_name': 'tesletter', 'name': 'Tesletter', 'id': '979225070764634112'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}]",,,, +1496287547303120906,1495863292509708295,2022-02-23 04:55:25 Arabian Standard Time,2022-02-23,04:55:25,+0400,44196397,elonmusk,Elon Musk,,"@Kristennetten A general solution to self-driving (essentially, real-world AI) requires writing extremely difficult software in the arenas of training, inference, control, analytical tools, data management, hardware optimization & simulation. One of the hardest technology problems that exists.",en,[],[],[],551,593,7605,[],[],https://twitter.com/elonmusk/status/1496287547303120906,False,,0,,,,,,,,"[{'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}]",,,, +1496280820901990406,1496159091089190919,2022-02-23 04:28:41 Arabian Standard Time,2022-02-23,04:28:41,+0400,44196397,elonmusk,Elon Musk,,@gdb Compilers can be way better too. Not enough effort spent there.,en,[],[],[],126,124,2886,[],[],https://twitter.com/elonmusk/status/1496280820901990406,False,,0,,,,,,,,"[{'screen_name': 'gdb', 'name': 'Greg Brockman', 'id': '162124540'}]",,,, +1496280400418811905,1496159091089190919,2022-02-23 04:27:01 Arabian Standard Time,2022-02-23,04:27:01,+0400,44196397,elonmusk,Elon Musk,,@gdb 💯,und,[],[],[],239,129,4162,[],[],https://twitter.com/elonmusk/status/1496280400418811905,False,,0,,,,,,,,"[{'screen_name': 'gdb', 'name': 'Greg Brockman', 'id': '162124540'}]",,,, +1496252264171941888,1496252264171941888,2022-02-23 02:35:13 Arabian Standard Time,2022-02-23,02:35:13,+0400,44196397,elonmusk,Elon Musk,, https://t.co/OrLV2c3qy2,und,[],[],['https://pbs.twimg.com/media/FMPBgHWWUAoro-w.jpg'],20453,23692,205929,[],[],https://twitter.com/elonmusk/status/1496252264171941888,False,,1,https://pbs.twimg.com/media/FMPBgHWWUAoro-w.jpg,,,,,,,[],,,, +1496247738002026503,1496246689757286403,2022-02-23 02:17:14 Arabian Standard Time,2022-02-23,02:17:14,+0400,44196397,elonmusk,Elon Musk,,@TalbottRicky Sorry!,en,[],[],[],195,54,1250,[],[],https://twitter.com/elonmusk/status/1496247738002026503,False,,0,,,,,,,,"[{'screen_name': 'TalbottRicky', 'name': 'Ricky T 🇺🇸for🇺🇦🦊', 'id': '742539353247846400'}]",,,, +1496245689201967104,1496062268261478403,2022-02-23 02:09:05 Arabian Standard Time,2022-02-23,02:09:05,+0400,44196397,elonmusk,Elon Musk,,@cybrtrkguy @DMC_Ryan @CyberpunkGame 💯,und,[],[],[],139,93,2442,[],[],https://twitter.com/elonmusk/status/1496245689201967104,False,,0,,,,,,,,"[{'screen_name': 'cybrtrkguy', 'name': 'The Cybertruck Guy', 'id': '1198313150858383360'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'CyberpunkGame', 'name': 'Cyberpunk 2077', 'id': '821102114'}]",,,, +1496245381084200961,1496062268261478403,2022-02-23 02:07:52 Arabian Standard Time,2022-02-23,02:07:52,+0400,44196397,elonmusk,Elon Musk,,@DMC_Ryan @CyberpunkGame We’re working through the general case of making Steam games work on a Tesla vs specific titles. Former is obviously where we should be long-term.,en,[],[],[],188,257,2964,[],[],https://twitter.com/elonmusk/status/1496245381084200961,False,,0,,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'CyberpunkGame', 'name': 'Cyberpunk 2077', 'id': '821102114'}]",,,, +1496244634137382912,1496244314783064078,2022-02-23 02:04:54 Arabian Standard Time,2022-02-23,02:04:54,+0400,44196397,elonmusk,Elon Musk,,@nicemedia_fr Yes. This is an advantage of iron cathode lithium batteries.,en,[],[],[],381,402,13243,[],[],https://twitter.com/elonmusk/status/1496244634137382912,False,,0,,,,,,,,"[{'screen_name': 'nicemedia_fr', 'name': '🅽ice🅼edia', 'id': '188328949'}]",,,, +1496232040085270530,1496062268261478403,2022-02-23 01:14:51 Arabian Standard Time,2022-02-23,01:14:51,+0400,44196397,elonmusk,Elon Musk,,@CyberpunkGame Night City has beautiful art,en,[],[],[],269,318,9506,[],[],https://twitter.com/elonmusk/status/1496232040085270530,False,,0,,,,,,,,"[{'screen_name': 'CyberpunkGame', 'name': 'Cyberpunk 2077', 'id': '821102114'}]",,,, +1496221077265170435,1496062268261478403,2022-02-23 00:31:17 Arabian Standard Time,2022-02-23,00:31:17,+0400,44196397,elonmusk,Elon Musk,,@CyberpunkGame Great game,en,[],[],[],809,769,18689,[],[],https://twitter.com/elonmusk/status/1496221077265170435,False,,0,,,,,,,,"[{'screen_name': 'CyberpunkGame', 'name': 'Cyberpunk 2077', 'id': '821102114'}]",,,, +1496209013163315202,1496136966341107713,2022-02-22 23:43:21 Arabian Standard Time,2022-02-22,23:43:21,+0400,44196397,elonmusk,Elon Musk,,@stats_feed But 69% of statistics are false,en,[],[],[],1952,1816,39608,[],[],https://twitter.com/elonmusk/status/1496209013163315202,False,,0,,,,,,,,"[{'screen_name': 'stats_feed', 'name': 'World of Statistics', 'id': '1335132884278108161'}]",,,, +1496207005954060293,1496126380106518529,2022-02-22 23:35:23 Arabian Standard Time,2022-02-22,23:35:23,+0400,44196397,elonmusk,Elon Musk,,@FreeSpeechAmer @davidfrum 🤣,und,[],[],[],197,159,3250,[],[],https://twitter.com/elonmusk/status/1496207005954060293,False,,0,,,,,,,,"[{'screen_name': 'FreeSpeechAmer', 'name': 'Free Speech America', 'id': '204967872'}, {'screen_name': 'davidfrum', 'name': 'David Frum', 'id': '18686907'}]",,,, +1496200123856166919,1496192580370980865,2022-02-22 23:08:02 Arabian Standard Time,2022-02-22,23:08:02,+0400,44196397,elonmusk,Elon Musk,,@ashleevance Norway is awesome! 🇳🇴,en,[],[],[],614,482,12445,[],[],https://twitter.com/elonmusk/status/1496200123856166919,False,,0,,,,,,,,"[{'screen_name': 'ashleevance', 'name': 'Ashlee Vance', 'id': '81961201'}]",,,, +1496197091227574274,1495930701757259777,2022-02-22 22:55:59 Arabian Standard Time,2022-02-22,22:55:59,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV Small changes usually affect production for less than an hour, as they’re applied to a few stations during breaks. Big changes may impact output for a day or two. Reversing out big changes or unexpected parts shortages are what impact several days.",en,[],[],[],177,257,3207,[],[],https://twitter.com/elonmusk/status/1496197091227574274,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1496195175990845441,1495930701757259777,2022-02-22 22:48:22 Arabian Standard Time,2022-02-22,22:48:22,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Sometimes 20 small changes in a single week,en,[],[],[],375,320,6096,[],[],https://twitter.com/elonmusk/status/1496195175990845441,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1496091687340449795,1495770283436699656,2022-02-22 15:57:08 Arabian Standard Time,2022-02-22,15:57:08,+0400,44196397,elonmusk,Elon Musk,,"@FoxNews Switching to renewables with batteries would avoid blackouts. Batteries are essential, due to the intermittent nature of renewables.",en,[],[],[],979,705,9296,[],[],https://twitter.com/elonmusk/status/1496091687340449795,False,,0,,,,,,,,"[{'screen_name': 'FoxNews', 'name': 'Fox News', 'id': '1367531'}]",,,, +1496089954715410439,1495873932964298752,2022-02-22 15:50:15 Arabian Standard Time,2022-02-22,15:50:15,+0400,44196397,elonmusk,Elon Musk,,@aparanjape @pmarca We must fight for it to be better,en,[],[],[],219,170,2170,[],[],https://twitter.com/elonmusk/status/1496089954715410439,False,,0,,,,,,,,"[{'screen_name': 'aparanjape', 'name': 'Amit Paranjape', 'id': '14175873'}, {'screen_name': 'pmarca', 'name': 'Marc Andreessen', 'id': '5943622'}]",,,, +1496088614501072896,1496073705499336706,2022-02-22 15:44:56 Arabian Standard Time,2022-02-22,15:44:56,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @ResidentSponge This is just peeling back the first layer of the corruption onion. Stay tuned …,en,[],[],[],937,1880,18771,[],[],https://twitter.com/elonmusk/status/1496088614501072896,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1496087906590597129,1495873932964298752,2022-02-22 15:42:07 Arabian Standard Time,2022-02-22,15:42:07,+0400,44196397,elonmusk,Elon Musk,,@pmarca Why many come to America,en,[],[],[],191,135,1974,[],[],https://twitter.com/elonmusk/status/1496087906590597129,False,,0,,,,,,,,"[{'screen_name': 'pmarca', 'name': 'Marc Andreessen', 'id': '5943622'}]",,,, +1496086323098177543,1496083366990516230,2022-02-22 15:35:50 Arabian Standard Time,2022-02-22,15:35:50,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Beautiful,en,[],[],[],415,224,6701,[],[],https://twitter.com/elonmusk/status/1496086323098177543,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1496073325155692545,1495227744413704192,2022-02-22 14:44:11 Arabian Standard Time,2022-02-22,14:44:11,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX @SpaceX @SirineAti @austinbarnard45 @OwenSparks_ @TacosandTeslas @EvaFoxU @DimaZeniuk @Grandpajoe42 @AstroJordy Yes,und,[],[],[],342,135,3134,[],[],https://twitter.com/elonmusk/status/1496073325155692545,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SirineAti', 'name': '💫Sirine💫🦊🇺🇦', 'id': '1285872552766734346'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'TacosandTeslas', 'name': '🌮 TACOS + PEACE 🇺🇦✌🏼🕊🦊', 'id': '17694421'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'DimaZeniuk', 'name': 'Dima Zeniuk 🇺🇦', 'id': '1198495865301864448'}, {'screen_name': 'Grandpajoe42', 'name': 'GrandpaJoe', 'id': '1335322591440101379'}, {'screen_name': 'AstroJordy', 'name': 'jordan🇺🇦', 'id': '1142527715670519808'}]",,,, +1496068893835681792,1494123001767288838,2022-02-22 14:26:34 Arabian Standard Time,2022-02-22,14:26:34,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog V11 is 💥,und,[],[],[],535,441,5498,[],[],https://twitter.com/elonmusk/status/1496068893835681792,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1496067695791546368,1495920744731189254,2022-02-22 14:21:48 Arabian Standard Time,2022-02-22,14:21:48,+0400,44196397,elonmusk,Elon Musk,,@EricMagvas @westcoastbill Tuesday,en,[],[],[],236,96,2210,[],[],https://twitter.com/elonmusk/status/1496067695791546368,False,,0,,,,,,,,"[{'screen_name': 'ericmagvas', 'name': 'Eric Magvas🪐', 'id': '558075811'}, {'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",,,, +1496067519785881603,1495920744731189254,2022-02-22 14:21:06 Arabian Standard Time,2022-02-22,14:21:06,+0400,44196397,elonmusk,Elon Musk,,@westcoastbill Yeah,en,[],[],[],194,69,1693,[],[],https://twitter.com/elonmusk/status/1496067519785881603,False,,0,,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",,,, +1496066844284928003,1496064747254525956,2022-02-22 14:18:25 Arabian Standard Time,2022-02-22,14:18:25,+0400,44196397,elonmusk,Elon Musk,,tau > pi,in,[],[],[],9552,4547,46511,[],[],https://twitter.com/elonmusk/status/1496066844284928003,False,,0,,,,,,,,[],,,, +1496064747254525956,1496064747254525956,2022-02-22 14:10:05 Arabian Standard Time,2022-02-22,14:10:05,+0400,44196397,elonmusk,Elon Musk,,ℏ,und,[],[],[],26234,11436,125840,[],[],https://twitter.com/elonmusk/status/1496064747254525956,False,,0,,,,,,,,[],,,, +1496061956721160192,1496033935465275399,2022-02-22 13:59:00 Arabian Standard Time,2022-02-22,13:59:00,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @Writer_01001101 !!,und,[],[],[],285,173,3286,[],[],https://twitter.com/elonmusk/status/1496061956721160192,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'Writer_01001101', 'name': 'Maria Merano', 'id': '1340818480925294592'}]",,,, +1496051883080884226,1495976068578217985,2022-02-22 13:18:58 Arabian Standard Time,2022-02-22,13:18:58,+0400,44196397,elonmusk,Elon Musk,,@JohnnaCrider1 !,und,[],[],[],515,153,2655,[],[],https://twitter.com/elonmusk/status/1496051883080884226,False,,0,,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}]",,,, +1496046509367963653,1496043757573181440,2022-02-22 12:57:37 Arabian Standard Time,2022-02-22,12:57:37,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 In Earth years,en,[],[],[],691,567,12646,[],[],https://twitter.com/elonmusk/status/1496046509367963653,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1496030596803571712,1496027715912474626,2022-02-22 11:54:23 Arabian Standard Time,2022-02-22,11:54:23,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX @mayemusk It is taking longer than expected to make the upper stage not expendable (sigh),en,[],[],[],486,315,7735,[],[],https://twitter.com/elonmusk/status/1496030596803571712,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1496013196259434496,1496006112394498049,2022-02-22 10:45:15 Arabian Standard Time,2022-02-22,10:45:15,+0400,44196397,elonmusk,Elon Musk,,"@BBCScienceNews Instead of “research suggests”, I suggest “warlocks say”",en,[],[],[],384,145,1990,[],[],https://twitter.com/elonmusk/status/1496013196259434496,False,,0,,,,,,,,"[{'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +1496012574864855043,1495806791732629506,2022-02-22 10:42:47 Arabian Standard Time,2022-02-22,10:42:47,+0400,44196397,elonmusk,Elon Musk,,@simongerman600 @waitbutwhy … a river,en,[],[],[],437,190,4496,[],[],https://twitter.com/elonmusk/status/1496012574864855043,False,,0,,,,,,,,"[{'screen_name': 'simongerman600', 'name': 'Simon Kuestenmacher', 'id': '359188534'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1496012132772728834,1496006112394498049,2022-02-22 10:41:01 Arabian Standard Time,2022-02-22,10:41:01,+0400,44196397,elonmusk,Elon Musk,,@BBCScienceNews 😮,und,[],[],[],349,133,3476,[],[],https://twitter.com/elonmusk/status/1496012132772728834,False,,0,,,,,,,,"[{'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +1496010411564572678,1495791925491908621,2022-02-22 10:34:11 Arabian Standard Time,2022-02-22,10:34:11,+0400,44196397,elonmusk,Elon Musk,,@astro_greek 🤣,und,[],[],[],353,188,5945,[],[],https://twitter.com/elonmusk/status/1496010411564572678,False,,0,,,,,,,,"[{'screen_name': 'astro_greek', 'name': '🚀FabulousTechnodoge🔴', 'id': '1313870143701819393'}]",,,, +1495918786343546880,1495901654872383499,2022-02-22 04:30:06 Arabian Standard Time,2022-02-22,04:30:06,+0400,44196397,elonmusk,Elon Musk,,@TeslaGong 🤣,und,[],[],[],188,68,1545,[],[],https://twitter.com/elonmusk/status/1495918786343546880,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +1495917323911409670,1495901654872383499,2022-02-22 04:24:17 Arabian Standard Time,2022-02-22,04:24:17,+0400,44196397,elonmusk,Elon Musk,,M Night should do a horror movie about this – it would resonate,en,[],[],[],4485,2242,48388,[],[],https://twitter.com/elonmusk/status/1495917323911409670,False,,0,,,,,,,,[],,,, +1495901654872383499,1495901654872383499,2022-02-22 03:22:01 Arabian Standard Time,2022-02-22,03:22:01,+0400,44196397,elonmusk,Elon Musk,,Entertainment is becoming a username/password/2FA nightmare https://t.co/fKht3NKsho,en,[],[],['https://pbs.twimg.com/media/FMKCoHvXIAI6MVa.jpg'],8694,20715,215369,[],[],https://twitter.com/elonmusk/status/1495901654872383499,False,,1,https://pbs.twimg.com/media/FMKCoHvXIAI6MVa.jpg,,,,,,,[],,,, +1495835133332631563,1495787975774552074,2022-02-21 22:57:41 Arabian Standard Time,2022-02-21,22:57:41,+0400,44196397,elonmusk,Elon Musk,,"@BRO_SPI_Airport @SpacePadreIsle @SpaceX Sounds good, we will send one over",en,[],[],[],266,251,4444,[],[],https://twitter.com/elonmusk/status/1495835133332631563,False,,0,,,,,,,,"[{'screen_name': 'BRO_SPI_Airport', 'name': 'Brownsville South Padre Island Intl. Airport', 'id': '1311662284469604352'}, {'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1495824937269055495,1495489169182896130,2022-02-21 22:17:10 Arabian Standard Time,2022-02-21,22:17:10,+0400,44196397,elonmusk,Elon Musk,,@martiandoge @SteveofRivia @almeneses1 @SawyerMerritt That would be great,en,[],[],[],200,125,2032,[],[],https://twitter.com/elonmusk/status/1495824937269055495,False,,0,,,,,,,,"[{'screen_name': 'martiandoge', 'name': 'martiandoge.ᵉᵗʰ🐕🚀🔴', 'id': '1357405356100489216'}, {'screen_name': 'SteveofRivia', 'name': 'Steve', 'id': '1389400996426702848'}, {'screen_name': 'almeneses1', 'name': 'almeneses', 'id': '564863971'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1495824820956762113,1495489169182896130,2022-02-21 22:16:43 Arabian Standard Time,2022-02-21,22:16:43,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k @SteveofRivia @almeneses1 @SawyerMerritt 🤣,und,[],[],[],594,229,4313,[],[],https://twitter.com/elonmusk/status/1495824820956762113,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'SteveofRivia', 'name': 'Steve', 'id': '1389400996426702848'}, {'screen_name': 'almeneses1', 'name': 'almeneses', 'id': '564863971'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1495812910018445315,1495787975774552074,2022-02-21 21:29:23 Arabian Standard Time,2022-02-21,21:29:23,+0400,44196397,elonmusk,Elon Musk,,"@SpacePadreIsle @SpaceX Maybe near BRO airport, since that serves both communities?",en,[],[],[],261,238,4168,[],[],https://twitter.com/elonmusk/status/1495812910018445315,False,,0,,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1495812568585277441,1495787975774552074,2022-02-21 21:28:01 Arabian Standard Time,2022-02-21,21:28:01,+0400,44196397,elonmusk,Elon Musk,,"@SpacePadreIsle @SpaceX If South Padre and/or Brownsville would like a Starship prototype, we can send one over",en,[],[],[],464,512,9422,[],[],https://twitter.com/elonmusk/status/1495812568585277441,False,,0,,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1495812085078540304,1495489169182896130,2022-02-21 21:26:06 Arabian Standard Time,2022-02-21,21:26:06,+0400,44196397,elonmusk,Elon Musk,,"@SteveofRivia @almeneses1 @SawyerMerritt I’m pretty sure I’ve paid the most taxes of any individual ever to California, but it isn’t obvious what is done with the money",en,[],[],[],414,459,5512,[],[],https://twitter.com/elonmusk/status/1495812085078540304,False,,0,,,,,,,,"[{'screen_name': 'SteveofRivia', 'name': 'Steve', 'id': '1389400996426702848'}, {'screen_name': 'almeneses1', 'name': 'almeneses', 'id': '564863971'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1495810409768574978,1495488331509075969,2022-02-21 21:19:27 Arabian Standard Time,2022-02-21,21:19:27,+0400,44196397,elonmusk,Elon Musk,,"@cgpgrey @waitbutwhy Rather than correcting itself, the lower birth rate trend appears to be accelerating",en,[],[],[],322,160,2256,[],[],https://twitter.com/elonmusk/status/1495810409768574978,False,,0,,,,,,,,"[{'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1495805101671387137,1495059281602830339,2022-02-21 20:58:21 Arabian Standard Time,2022-02-21,20:58:21,+0400,44196397,elonmusk,Elon Musk,,"@d4t4wr4ngl3r @Tesla Tesla owners in the greater Giga Texas area will get priority, so yes",en,[],[],[],748,380,8603,[],[],https://twitter.com/elonmusk/status/1495805101671387137,False,,0,,,,,,,,"[{'screen_name': 'd4t4wr4ngl3r', 'name': 'Gort', 'id': '519836415'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1495789573682704390,1495488331509075969,2022-02-21 19:56:39 Arabian Standard Time,2022-02-21,19:56:39,+0400,44196397,elonmusk,Elon Musk,,@cgpgrey @waitbutwhy Single biggest threat to future of civilization imo,en,[],[],[],448,220,2919,[],[],https://twitter.com/elonmusk/status/1495789573682704390,False,,0,,,,,,,,"[{'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1495665799746445313,1495599109881069568,2022-02-21 11:44:49 Arabian Standard Time,2022-02-21,11:44:49,+0400,44196397,elonmusk,Elon Musk,,@_bennettm_ Ok,und,[],[],[],872,245,8368,[],[],https://twitter.com/elonmusk/status/1495665799746445313,False,,0,,,,,,,,"[{'screen_name': '_bennettm_', 'name': 'Bennett', 'id': '748198065991913473'}]",,,, +1495657587613880321,1495594035796398083,2022-02-21 11:12:11 Arabian Standard Time,2022-02-21,11:12:11,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 🤣,und,[],[],[],1354,714,18897,[],[],https://twitter.com/elonmusk/status/1495657587613880321,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1495655861045313537,1495488331509075969,2022-02-21 11:05:19 Arabian Standard Time,2022-02-21,11:05:19,+0400,44196397,elonmusk,Elon Musk,,@Charlotte326 @waitbutwhy They will be fine,en,[],[],[],593,399,6990,[],[],https://twitter.com/elonmusk/status/1495655861045313537,False,,0,,,,,,,,"[{'screen_name': 'Charlotte326', 'name': 'MsAmerica', 'id': '23710648'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1495651137319493633,1495489169182896130,2022-02-21 10:46:33 Arabian Standard Time,2022-02-21,10:46:33,+0400,44196397,elonmusk,Elon Musk,,"@JohnnaCrider1 @Ravoyd @SawyerMerritt @SenWarren The only reason I didn’t pay federal tax in 2018 is because I *overpaid* in 2017! Since they stole my tax records, they actually know that.",en,[],[],[],321,688,5906,[],[],https://twitter.com/elonmusk/status/1495651137319493633,False,,0,,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'Ravoyd', 'name': 'Ravoyd', 'id': '457567828'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}, {'screen_name': 'SenWarren', 'name': 'Elizabeth Warren', 'id': '970207298'}]",,,, +1495631792568733696,1495488331509075969,2022-02-21 09:29:41 Arabian Standard Time,2022-02-21,09:29:41,+0400,44196397,elonmusk,Elon Musk,,@waitbutwhy 💯,und,[],[],[],1488,770,20155,[],[],https://twitter.com/elonmusk/status/1495631792568733696,False,,0,,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1495524999263776768,1495357573092028423,2022-02-21 02:25:19 Arabian Standard Time,2022-02-21,02:25:19,+0400,44196397,elonmusk,Elon Musk,,@TPostMillennial Hypocritical megadouche!,fr,[],[],[],1188,2952,23508,[],[],https://twitter.com/elonmusk/status/1495524999263776768,False,,0,,,,,,,,"[{'screen_name': 'TPostMillennial', 'name': 'The Post Millennial', 'id': '896731633704947712'}]",,,, +1495524677501865985,1495489169182896130,2022-02-21 02:24:03 Arabian Standard Time,2022-02-21,02:24:03,+0400,44196397,elonmusk,Elon Musk,,"@SawyerMerritt Will visit IRS next time I’m in DC just to say hi, since I paid the most taxes ever in history for an individual last year. Maybe I can have a cookie or something …",en,[],[],[],6450,12836,98071,[],[],https://twitter.com/elonmusk/status/1495524677501865985,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1495333269512011776,1494852714676867072,2022-02-20 13:43:28 Arabian Standard Time,2022-02-20,13:43:28,+0400,44196397,elonmusk,Elon Musk,,@ID_AA_Carmack True,en,[],[],[],427,204,2455,[],[],https://twitter.com/elonmusk/status/1495333269512011776,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1495320236760846336,1495110132157530112,2022-02-20 12:51:40 Arabian Standard Time,2022-02-20,12:51:40,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @Twitter @jack @TwitterComms Seriously. How long must this go on?,en,[],[],[],1046,646,13512,[],[],https://twitter.com/elonmusk/status/1495320236760846336,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Twitter', 'name': 'Twitter', 'id': '783214'}, {'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}, {'screen_name': 'TwitterComms', 'name': 'Twitter Comms', 'id': '234489024'}]",,,, +1495320076135792644,1493299926612144130,2022-02-20 12:51:02 Arabian Standard Time,2022-02-20,12:51:02,+0400,44196397,elonmusk,Elon Musk,,"@TeslaOwnersEBay @WholeMarsBlog @teslaownersSV @MadonnaInn @telsa @SjvTesla @TeslaClubSoCal @TeslaClubLA @TeslaOwnersNBay @MyTeslaAdventur @teslaownersriv1 @OCTeslaClub @Tesla Depends mostly on FAA certification, but hopefully within 6 months. We’re testing on Gulfstreams to debug issues, but deployment priority is commercial airliners.",en,[],[],[],159,190,2693,[],[],https://twitter.com/elonmusk/status/1495320076135792644,False,,0,,,,,,,,"[{'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club |Fremont| 🇺🇦🕊🦊', 'id': '1175164547746844672'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'MadonnaInn', 'name': 'Madonna Inn', 'id': '62629279'}, {'screen_name': 'telsa', 'name': 'telsa', 'id': '10942132'}, {'screen_name': 'SjvTesla', 'name': '$TSLA HODLers Of San Joaquin Valley', 'id': '1214691289137995777'}, {'screen_name': 'TeslaClubSoCal', 'name': 'Tesla Club-SoCal', 'id': '1277382400637427712'}, {'screen_name': 'TeslaClubLA', 'name': 'TeslaClubLA', 'id': '3012789296'}, {'screen_name': 'TeslaOwnersNBay', 'name': 'Tesla Owners North Bay', 'id': '1229566359257763840'}, {'screen_name': 'MyTeslaAdventur', 'name': 'My Tesla Adventure', 'id': '883960689584250880'}, {'screen_name': 'teslaownersriv1', 'name': 'teslaownersriverside', 'id': '1395861372601212931'}, {'screen_name': 'OCTeslaClub', 'name': 'Tesla Owners of Orange County', 'id': '719606938829471744'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1495311848668729346,1493299926612144130,2022-02-20 12:18:20 Arabian Standard Time,2022-02-20,12:18:20,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @MadonnaInn @telsa @SjvTesla @TeslaClubSoCal @TeslaClubLA @TeslaOwnersNBay @MyTeslaAdventur @teslaownersriv1 @OCTeslaClub @Tesla Cybertruck,en,[],[],[],327,242,3460,[],[],https://twitter.com/elonmusk/status/1495311848668729346,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'MadonnaInn', 'name': 'Madonna Inn', 'id': '62629279'}, {'screen_name': 'telsa', 'name': 'telsa', 'id': '10942132'}, {'screen_name': 'SjvTesla', 'name': '2yr Anniversary Of San Joaquin Valley', 'id': '1214691289137995777'}, {'screen_name': 'TeslaClubSoCal', 'name': 'Tesla Club-SoCal', 'id': '1277382400637427712'}, {'screen_name': 'TeslaClubLA', 'name': 'TeslaClubLA', 'id': '3012789296'}, {'screen_name': 'TeslaOwnersNBay', 'name': 'Tesla Owners North Bay', 'id': '1229566359257763840'}, {'screen_name': 'MyTeslaAdventur', 'name': 'My Tesla Adventure', 'id': '883960689584250880'}, {'screen_name': 'teslaownersriv1', 'name': 'teslaownersriverside', 'id': '1395861372601212931'}, {'screen_name': 'OCTeslaClub', 'name': 'Tesla Owners of Orange County', 'id': '719606938829471744'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1495311500549898243,1493299926612144130,2022-02-20 12:16:57 Arabian Standard Time,2022-02-20,12:16:57,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @teslaownersSV @MadonnaInn @telsa @SjvTesla @TeslaClubSoCal @TeslaClubLA @TeslaOwnersNBay @MyTeslaAdventur @teslaownersriv1 @OCTeslaClub @Tesla Yes, in the air",en,[],[],[],152,116,2359,[],[],https://twitter.com/elonmusk/status/1495311500549898243,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'MadonnaInn', 'name': 'Madonna Inn', 'id': '62629279'}, {'screen_name': 'telsa', 'name': 'telsa', 'id': '10942132'}, {'screen_name': 'SjvTesla', 'name': '$TSLA HODLers Of San Joaquin Valley', 'id': '1214691289137995777'}, {'screen_name': 'TeslaClubSoCal', 'name': 'Tesla Club-SoCal', 'id': '1277382400637427712'}, {'screen_name': 'TeslaClubLA', 'name': 'TeslaClubLA', 'id': '3012789296'}, {'screen_name': 'TeslaOwnersNBay', 'name': 'Tesla Owners North Bay', 'id': '1229566359257763840'}, {'screen_name': 'MyTeslaAdventur', 'name': 'My Tesla Adventure', 'id': '883960689584250880'}, {'screen_name': 'teslaownersriv1', 'name': 'teslaownersriverside', 'id': '1395861372601212931'}, {'screen_name': 'OCTeslaClub', 'name': 'Tesla Owners of Orange County', 'id': '719606938829471744'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1495310201649451012,1493299926612144130,2022-02-20 12:11:48 Arabian Standard Time,2022-02-20,12:11:48,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @MadonnaInn @telsa @SjvTesla @TeslaClubSoCal @TeslaClubLA @TeslaOwnersNBay @MyTeslaAdventur @teslaownersriv1 @OCTeslaClub @Tesla Probably,en,[],[],[],364,216,4310,[],[],https://twitter.com/elonmusk/status/1495310201649451012,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'MadonnaInn', 'name': 'Madonna Inn', 'id': '62629279'}, {'screen_name': 'telsa', 'name': 'telsa', 'id': '10942132'}, {'screen_name': 'SjvTesla', 'name': '$TSLA HODLers Of San Joaquin Valley', 'id': '1214691289137995777'}, {'screen_name': 'TeslaClubSoCal', 'name': 'Tesla Club-SoCal', 'id': '1277382400637427712'}, {'screen_name': 'TeslaClubLA', 'name': 'TeslaClubLA', 'id': '3012789296'}, {'screen_name': 'TeslaOwnersNBay', 'name': 'Tesla Owners North Bay', 'id': '1229566359257763840'}, {'screen_name': 'MyTeslaAdventur', 'name': 'My Tesla Adventure', 'id': '883960689584250880'}, {'screen_name': 'teslaownersriv1', 'name': 'teslaownersriverside', 'id': '1395861372601212931'}, {'screen_name': 'OCTeslaClub', 'name': 'Tesla Owners of Orange County', 'id': '719606938829471744'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1495229925799825408,1495228461350227968,2022-02-20 06:52:48 Arabian Standard Time,2022-02-20,06:52:48,+0400,44196397,elonmusk,Elon Musk,,I think it will reach #2,en,[],[],[],5400,2954,89468,[],[],https://twitter.com/elonmusk/status/1495229925799825408,False,,0,,,,,,,,[],,,, +1495229521443770370,1495228461350227968,2022-02-20 06:51:12 Arabian Standard Time,2022-02-20,06:51:12,+0400,44196397,elonmusk,Elon Musk,,I’m dropping a new album,en,[],[],[],5556,5215,109396,[],[],https://twitter.com/elonmusk/status/1495229521443770370,False,,0,,,,,,,,[],,,, +1495228461350227968,1495228461350227968,2022-02-20 06:46:59 Arabian Standard Time,2022-02-20,06:46:59,+0400,44196397,elonmusk,Elon Musk,, https://t.co/f6MMoldb8r,und,[],[],['https://pbs.twimg.com/media/FMAeXFGVEAQxxUq.jpg'],13734,34807,364003,[],[],https://twitter.com/elonmusk/status/1495228461350227968,False,,1,https://pbs.twimg.com/media/FMAeXFGVEAQxxUq.jpg,,,,,,,[],,,, +1495111184571256833,1495066464512274436,2022-02-19 23:00:58 Arabian Standard Time,2022-02-19,23:00:58,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX We have a very talented team,en,[],[],[],1386,1014,24972,[],[],https://twitter.com/elonmusk/status/1495111184571256833,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1495081029840764932,1495080868116938753,2022-02-19 21:01:09 Arabian Standard Time,2022-02-19,21:01:09,+0400,44196397,elonmusk,Elon Musk,,@westcoastbill #teamhumanity,und,[],[],[],349,375,3591,['teamhumanity'],[],https://twitter.com/elonmusk/status/1495081029840764932,False,,0,,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",,,, +1495076135155077124,1494734393084153861,2022-02-19 20:41:42 Arabian Standard Time,2022-02-19,20:41:42,+0400,44196397,elonmusk,Elon Musk,,"@DominiqueTaegon I wish I could help. At this point, it seems that voting at the next election is the remedy.",en,[],[],[],1897,2848,25147,[],[],https://twitter.com/elonmusk/status/1495076135155077124,False,,0,,,,,,,,"[{'screen_name': 'DominiqueTaegon', 'name': 'Dominique Samuels', 'id': '2467942377'}]",,,, +1494909260303515649,1494806235006136320,2022-02-19 09:38:36 Arabian Standard Time,2022-02-19,09:38:36,+0400,44196397,elonmusk,Elon Musk,,"@GailAlfarATX @WholeMarsBlog Actually, April 7th",en,[],[],[],508,391,4755,[],[],https://twitter.com/elonmusk/status/1494909260303515649,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1494856611197702144,1494852714676867072,2022-02-19 06:09:23 Arabian Standard Time,2022-02-19,06:09:23,+0400,44196397,elonmusk,Elon Musk,,"@ID_AA_Carmack SpaceX’s goal is to make life multiplanetary, whereas their goal is to put a handful of satellites in orbit",en,[],[],[],488,524,5800,[],[],https://twitter.com/elonmusk/status/1494856611197702144,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1494856374810923009,1494852714676867072,2022-02-19 06:08:27 Arabian Standard Time,2022-02-19,06:08:27,+0400,44196397,elonmusk,Elon Musk,,@ID_AA_Carmack Are they even trying?,en,[],[],[],378,253,6075,[],[],https://twitter.com/elonmusk/status/1494856374810923009,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1494850148945457154,1494806235006136320,2022-02-19 05:43:43 Arabian Standard Time,2022-02-19,05:43:43,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 @GailAlfarATX @WholeMarsBlog Yes,und,[],[],[],442,171,3445,[],[],https://twitter.com/elonmusk/status/1494850148945457154,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1494850093131780099,1494806235006136320,2022-02-19 05:43:29 Arabian Standard Time,2022-02-19,05:43:29,+0400,44196397,elonmusk,Elon Musk,,@NoahWebb_ @GailAlfarATX @WholeMarsBlog Yes,und,[],[],[],215,141,2315,[],[],https://twitter.com/elonmusk/status/1494850093131780099,False,,0,,,,,,,,"[{'screen_name': 'NoahWebb_', 'name': '🇨🇦 Noah Webb', 'id': '898499274'}, {'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1494849767087620098,1494806235006136320,2022-02-19 05:42:12 Arabian Standard Time,2022-02-19,05:42:12,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX @WholeMarsBlog April 1st,en,[],[],[],397,300,4192,[],[],https://twitter.com/elonmusk/status/1494849767087620098,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1494840576264454145,1494789394619715584,2022-02-19 05:05:40 Arabian Standard Time,2022-02-19,05:05:40,+0400,44196397,elonmusk,Elon Musk,,"@RyanZohoury @TeslaCharging @Tesla And, of course, you can pay in Ðoge",en,[],[],[],1443,3042,14202,[],[],https://twitter.com/elonmusk/status/1494840576264454145,False,,0,,,,,,,,"[{'screen_name': 'RyanZohoury', 'name': 'Ryan Zohoury', 'id': '973935174160273409'}, {'screen_name': 'TeslaCharging', 'name': 'Tesla Charging', 'id': '1346535293449428992'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1494839405634207745,1494789394619715584,2022-02-19 05:01:01 Arabian Standard Time,2022-02-19,05:01:01,+0400,44196397,elonmusk,Elon Musk,,@RyanZohoury @TeslaCharging @Tesla And futuristic diner / drive-in theater planned for Hollywood area!,en,[],[],[],625,883,11300,[],[],https://twitter.com/elonmusk/status/1494839405634207745,False,,0,,,,,,,,"[{'screen_name': 'RyanZohoury', 'name': 'Ryan Zohoury', 'id': '973935174160273409'}, {'screen_name': 'TeslaCharging', 'name': 'Tesla Charging', 'id': '1346535293449428992'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1494835092027445248,1494806235006136320,2022-02-19 04:43:53 Arabian Standard Time,2022-02-19,04:43:53,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Indeed,en,[],[],[],263,299,6176,[],[],https://twitter.com/elonmusk/status/1494835092027445248,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1494825127095136259,1494821520815779843,2022-02-19 04:04:17 Arabian Standard Time,2022-02-19,04:04:17,+0400,44196397,elonmusk,Elon Musk,,"@BillyM2k Lucky bastards, we are!",en,[],[],[],1507,1163,20622,[],[],https://twitter.com/elonmusk/status/1494825127095136259,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1494824984815943680,1494821520815779843,2022-02-19 04:03:43 Arabian Standard Time,2022-02-19,04:03:43,+0400,44196397,elonmusk,Elon Musk,,@lexfridman We are a mobile cell colony,en,[],[],[],647,475,9356,[],[],https://twitter.com/elonmusk/status/1494824984815943680,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1494821520815779843,1494821520815779843,2022-02-19 03:49:57 Arabian Standard Time,2022-02-19,03:49:57,+0400,44196397,elonmusk,Elon Musk,,So amazing that we decompress from a single cell to over 30 trillion cells,en,[],[],[],14909,14126,191985,[],[],https://twitter.com/elonmusk/status/1494821520815779843,False,,0,,,,,,,,[],,,, +1494760936652955649,1494758440807198722,2022-02-18 23:49:13 Arabian Standard Time,2022-02-18,23:49:13,+0400,44196397,elonmusk,Elon Musk,,@nichegamer 🤣,und,[],[],[],378,112,2124,[],[],https://twitter.com/elonmusk/status/1494760936652955649,False,,0,,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1494758523871195138,1494757370941034500,2022-02-18 23:39:38 Arabian Standard Time,2022-02-18,23:39:38,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed …,und,[],[],[],1496,691,19177,[],[],https://twitter.com/elonmusk/status/1494758523871195138,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1494758117506048000,1494757538109145088,2022-02-18 23:38:01 Arabian Standard Time,2022-02-18,23:38:01,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Absolutely,en,[],[],[],749,470,7628,[],[],https://twitter.com/elonmusk/status/1494758117506048000,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1494584326142390272,1494572847787741184,2022-02-18 12:07:26 Arabian Standard Time,2022-02-18,12:07:26,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Pretty much 🤣🤣,en,[],[],[],1303,1389,53862,[],[],https://twitter.com/elonmusk/status/1494584326142390272,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1494578921236414465,1494278131183673344,2022-02-18 11:45:57 Arabian Standard Time,2022-02-18,11:45:57,+0400,44196397,elonmusk,Elon Musk,,@jimcramer Plaid Model S & X are sublime,en,[],[],[],343,314,6033,[],[],https://twitter.com/elonmusk/status/1494578921236414465,False,,0,,,,,,,,"[{'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +1494578350332858368,1494278131183673344,2022-02-18 11:43:41 Arabian Standard Time,2022-02-18,11:43:41,+0400,44196397,elonmusk,Elon Musk,,@jimcramer Product > Marketing,en,[],[],[],878,1103,12019,[],[],https://twitter.com/elonmusk/status/1494578350332858368,False,,0,,,,,,,,"[{'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +1494538963192729606,1494306645274509316,2022-02-18 09:07:10 Arabian Standard Time,2022-02-18,09:07:10,+0400,44196397,elonmusk,Elon Musk,,@OttawaBylaw 💔,und,[],[],[],1286,2048,28796,[],[],https://twitter.com/elonmusk/status/1494538963192729606,False,,0,,,,,,,,"[{'screen_name': 'OttawaBylaw', 'name': 'Ottawa By-law', 'id': '831355914'}]",,,, +1494401652299898882,1494400631712501764,2022-02-18 00:01:33 Arabian Standard Time,2022-02-18,00:01:33,+0400,44196397,elonmusk,Elon Musk,,"An evolutionary asymmetry helpful to survival, but counterproductive when survival is not at stake",en,[],[],[],5015,5636,84520,[],[],https://twitter.com/elonmusk/status/1494401652299898882,False,,0,,,,,,,,[],,,, +1494400631712501764,1494400631712501764,2022-02-17 23:57:29 Arabian Standard Time,2022-02-17,23:57:29,+0400,44196397,elonmusk,Elon Musk,,Reasons to hate are remembered better than reasons to love,en,[],[],[],17824,35454,254941,[],[],https://twitter.com/elonmusk/status/1494400631712501764,False,,0,,,,,,,,[],,,, +1494349659111833600,1494002689931620352,2022-02-17 20:34:57 Arabian Standard Time,2022-02-17,20:34:57,+0400,44196397,elonmusk,Elon Musk,,"@truth_tesla @CoinDesk @Aoyon_A @realDannyNelson For an in-depth explanation, read https://t.co/eEojD2dQ2k",en,[],['https://en.m.wikipedia.org/wiki/The_Wages_of_Destruction'],[],518,419,3434,[],[],https://twitter.com/elonmusk/status/1494349659111833600,False,,0,,,,,,,,"[{'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}, {'screen_name': 'CoinDesk', 'name': 'CoinDesk', 'id': '1333467482'}, {'screen_name': 'Aoyon_A', 'name': 'Aoyon Ashraf', 'id': '2209487696'}, {'screen_name': 'realDannyNelson', 'name': 'Danny Nelson', 'id': '799069847254683648'}]",,,, +1494141453454426114,1494121587414814724,2022-02-17 06:47:36 Arabian Standard Time,2022-02-17,06:47:36,+0400,44196397,elonmusk,Elon Musk,,@PPathole @Tesla @SpaceX High pain threshold,en,[],[],[],1101,800,16671,[],[],https://twitter.com/elonmusk/status/1494141453454426114,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1494140253451563014,1492240928328794116,2022-02-17 06:42:50 Arabian Standard Time,2022-02-17,06:42:50,+0400,44196397,elonmusk,Elon Musk,,@JoeBiden Model 3 is literally the most made in America car in – well of course – America,en,[],[],[],1186,2156,30831,[],[],https://twitter.com/elonmusk/status/1494140253451563014,False,,0,,,,,,,,"[{'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1494065800482902030,1494056356000714754,2022-02-17 01:46:59 Arabian Standard Time,2022-02-17,01:46:59,+0400,44196397,elonmusk,Elon Musk,,"@westcoastbill I was at a lunch with Munger in 2009 where he told the whole table all the ways Tesla would fail. Made me quite sad, but I told him I agreed with all those reasons & that we would probably die, but it was worth trying anyway.",en,[],[],[],4535,13527,124665,[],[],https://twitter.com/elonmusk/status/1494065800482902030,False,,0,,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",,,, +1494063725569056771,1494059975546740743,2022-02-17 01:38:45 Arabian Standard Time,2022-02-17,01:38:45,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @SawyerMerritt Some carmakers are trying hard,en,[],[],[],325,235,4867,[],[],https://twitter.com/elonmusk/status/1494063725569056771,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1494061546506493952,1492240928328794116,2022-02-17 01:30:05 Arabian Standard Time,2022-02-17,01:30:05,+0400,44196397,elonmusk,Elon Musk,,@JoeBiden [ahem] https://t.co/I1NfOhvlZ2,en,[],['https://amp.usatoday.com/amp/5312540001'],[],1231,2670,38014,[],[],https://twitter.com/elonmusk/status/1494061546506493952,False,,0,,,,,,,,"[{'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1494060916782084100,1494059975546740743,2022-02-17 01:27:35 Arabian Standard Time,2022-02-17,01:27:35,+0400,44196397,elonmusk,Elon Musk,,@24_7TeslaNews @SawyerMerritt Ok,und,[],[],[],173,100,2551,[],[],https://twitter.com/elonmusk/status/1494060916782084100,False,,0,,,,,,,,"[{'screen_name': '24_7TeslaNews', 'name': '🔋Alex Thompson🔋', 'id': '3146794919'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1494060665459384322,1494059975546740743,2022-02-17 01:26:35 Arabian Standard Time,2022-02-17,01:26:35,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt No way 🙄,en,[],[],[],672,438,10234,[],[],https://twitter.com/elonmusk/status/1494060665459384322,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1494025467732631556,1494018012269010951,2022-02-16 23:06:43 Arabian Standard Time,2022-02-16,23:06:43,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog @CNBC 🤔,und,[],[],[],410,284,5077,[],[],https://twitter.com/elonmusk/status/1494025467732631556,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +1493758757582651392,1493751822300811266,2022-02-16 05:26:55 Arabian Standard Time,2022-02-16,05:26:55,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k @TwitterSupport Agreed. This has been broken for a long time.,en,[],[],[],1686,1135,19417,[],[],https://twitter.com/elonmusk/status/1493758757582651392,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'TwitterSupport', 'name': 'Twitter Support', 'id': '17874544'}]",,,, +1493412698696171521,1493411717019230209,2022-02-15 06:31:48 Arabian Standard Time,2022-02-15,06:31:48,+0400,44196397,elonmusk,Elon Musk,,This will be real in our lifetime,en,[],[],[],6576,3934,61528,[],[],https://twitter.com/elonmusk/status/1493412698696171521,False,,0,,,,,,,,[],,,, +1493411717019230209,1493411717019230209,2022-02-15 06:27:54 Arabian Standard Time,2022-02-15,06:27:54,+0400,44196397,elonmusk,Elon Musk,,Starship to Mars simulation https://t.co/fkpYvv5pMR,en,[],['https://m.youtube.com/watch?v=-Oox2w5sMcA&'],[],8579,8284,72479,[],[],https://twitter.com/elonmusk/status/1493411717019230209,False,,0,,,,,,,,[],,,, +1493395703854473220,1493377243426471936,2022-02-15 05:24:16 Arabian Standard Time,2022-02-15,05:24:16,+0400,44196397,elonmusk,Elon Musk,,@Liv_Boeree @w_terrence Election time will be interesting,en,[],[],[],838,1101,13475,[],[],https://twitter.com/elonmusk/status/1493395703854473220,False,,0,,,,,,,,"[{'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}, {'screen_name': 'w_terrence', 'name': 'Terrence K. Williams', 'id': '47293791'}]",,,, +1493366847655321603,1493358044989767683,2022-02-15 03:29:36 Arabian Standard Time,2022-02-15,03:29:36,+0400,44196397,elonmusk,Elon Musk,,@SirineAti @swenterprizes Announcements coming soon,en,[],[],[],473,370,4082,[],[],https://twitter.com/elonmusk/status/1493366847655321603,False,,0,,,,,,,,"[{'screen_name': 'SirineAti', 'name': '💫Sirine💫🦊🇺🇦', 'id': '1285872552766734346'}, {'screen_name': 'swenterprizes', 'name': 'Sam Woodford', 'id': '4809903961'}]",,,, +1493359783608467459,1493358044989767683,2022-02-15 03:01:32 Arabian Standard Time,2022-02-15,03:01:32,+0400,44196397,elonmusk,Elon Musk,,"@TeslaGong Yes, but more ground stations & improved packet routing will make a bigger difference",en,[],[],[],548,366,6205,[],[],https://twitter.com/elonmusk/status/1493359783608467459,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +1493358993426812928,1493358044989767683,2022-02-15 02:58:23 Arabian Standard Time,2022-02-15,02:58:23,+0400,44196397,elonmusk,Elon Musk,,@swenterprizes System is working well in Australia & New Zealand,en,[],[],[],112,86,1844,[],[],https://twitter.com/elonmusk/status/1493358993426812928,False,,0,,,,,,,,"[{'screen_name': 'swenterprizes', 'name': 'Sam Woodford', 'id': '4809903961'}]",,,, +1493358044989767683,1493358044989767683,2022-02-15 02:54:37 Arabian Standard Time,2022-02-15,02:54:37,+0400,44196397,elonmusk,Elon Musk,,Over 250k Starlink user terminals,en,[],[],[],9299,7932,134330,[],[],https://twitter.com/elonmusk/status/1493358044989767683,False,,0,,,,,,,,[],,,, +1493310083014475778,1493310083014475778,2022-02-14 23:44:02 Arabian Standard Time,2022-02-14,23:44:02,+0400,44196397,elonmusk,Elon Musk,,Destacking Starship https://t.co/dUWz3uwwmb,en,[],[],[],5918,7451,78786,[],[],https://twitter.com/elonmusk/status/1493310083014475778,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1493310041356742658/pu/img/km0On24a9UnDlxDw.jpg,,,,,,,[],,,, +1493284126098661379,1493271069653938184,2022-02-14 22:00:54 Arabian Standard Time,2022-02-14,22:00:54,+0400,44196397,elonmusk,Elon Musk,,"@TeslaPodcast Wow, that’s a lot of podcasts! Ok, I will do one. Maybe we could combine with Dave Lee and a few others.",en,[],[],[],1915,1786,47197,[],[],https://twitter.com/elonmusk/status/1493284126098661379,False,,0,,,,,,,,"[{'screen_name': 'TeslaPodcast', 'name': 'Rob Maurer', 'id': '898021206967951360'}]",,,, +1493068452340416520,1493013397302124547,2022-02-14 07:43:53 Arabian Standard Time,2022-02-14,07:43:53,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt 🤣,und,[],[],[],1445,840,17889,[],[],https://twitter.com/elonmusk/status/1493068452340416520,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1493012935102316551,1492969018759602176,2022-02-14 04:03:17 Arabian Standard Time,2022-02-14,04:03:17,+0400,44196397,elonmusk,Elon Musk,,@JohnnaCrider1 @ilyasut 😉,und,[],[],[],688,818,5565,[],[],https://twitter.com/elonmusk/status/1493012935102316551,False,,0,,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'ilyasut', 'name': 'Ilya Sutskever', 'id': '1720046887'}]",,,, +1493010390623662081,1492965276836581377,2022-02-14 03:53:10 Arabian Standard Time,2022-02-14,03:53:10,+0400,44196397,elonmusk,Elon Musk,,@lexfridman @waitbutwhy Tim is great,en,[],[],[],722,342,7192,[],[],https://twitter.com/elonmusk/status/1493010390623662081,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1493002885386444801,1493001630165487617,2022-02-14 03:23:21 Arabian Standard Time,2022-02-14,03:23:21,+0400,44196397,elonmusk,Elon Musk,,@slashdot Great,en,[],[],[],614,373,6505,[],[],https://twitter.com/elonmusk/status/1493002885386444801,False,,0,,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1492979939154538496,1492969018759602176,2022-02-14 01:52:10 Arabian Standard Time,2022-02-14,01:52:10,+0400,44196397,elonmusk,Elon Musk,,@ilyasut So many layers with Tesla FSD AI!,en,[],[],[],454,210,3971,[],[],https://twitter.com/elonmusk/status/1492979939154538496,False,,0,,,,,,,,"[{'screen_name': 'ilyasut', 'name': 'Ilya Sutskever', 'id': '1720046887'}]",,,, +1492929887581188098,1492406601596104706,2022-02-13 22:33:17 Arabian Standard Time,2022-02-13,22:33:17,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX @Tesla ♥️,und,[],[],[],1023,508,10398,[],[],https://twitter.com/elonmusk/status/1492929887581188098,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1492830616110444546,1492002133637541907,2022-02-13 15:58:48 Arabian Standard Time,2022-02-13,15:58:48,+0400,44196397,elonmusk,Elon Musk,,@ESGhound The pledge is good no matter what,en,[],[],[],617,338,4241,[],[],https://twitter.com/elonmusk/status/1492830616110444546,False,,0,,,,,,,,"[{'screen_name': 'ESGhound', 'name': 'ESG Hound', 'id': '1415608813999251459'}]",,,, +1492828897922240515,1492760290815254532,2022-02-13 15:51:59 Arabian Standard Time,2022-02-13,15:51:59,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX Moving to 33 engines on next booster,en,[],[],[],945,719,10958,[],[],https://twitter.com/elonmusk/status/1492828897922240515,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1492800931762946050,1492642919903383555,2022-02-13 14:00:51 Arabian Standard Time,2022-02-13,14:00:51,+0400,44196397,elonmusk,Elon Musk,,@McDonalds 💦,und,[],[],[],3560,3036,42836,[],[],https://twitter.com/elonmusk/status/1492800931762946050,False,,0,,,,,,,,"[{'screen_name': 'McDonalds', 'name': ""McDonald's"", 'id': '71026122'}]",,,, +1492761967081181184,1492746331886002179,2022-02-13 11:26:01 Arabian Standard Time,2022-02-13,11:26:01,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Ancient times,en,[],[],[],1076,623,10928,[],[],https://twitter.com/elonmusk/status/1492761967081181184,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1492667516275105792,1492614160886153226,2022-02-13 05:10:42 Arabian Standard Time,2022-02-13,05:10:42,+0400,44196397,elonmusk,Elon Musk,,@Filasophical @TeslaHistorian The fun police made us do it (sigh),en,[],[],[],594,384,5087,[],[],https://twitter.com/elonmusk/status/1492667516275105792,False,,0,,,,,,,,"[{'screen_name': 'Filasophical', 'name': 'Salif Cybertruck or Bust ⚡️🔋🚀', 'id': '964889226'}, {'screen_name': 'TeslaHistorian', 'name': 'The Short Shorts Historian', 'id': '1052869334509469696'}]",,,, +1492666559277551616,1492614160886153226,2022-02-13 05:06:54 Arabian Standard Time,2022-02-13,05:06:54,+0400,44196397,elonmusk,Elon Musk,,@TeslaHistorian Now Tesla is worth a trilly willy!,en,[],[],[],906,1120,15050,[],[],https://twitter.com/elonmusk/status/1492666559277551616,False,,0,,,,,,,,"[{'screen_name': 'TeslaHistorian', 'name': 'The Short Shorts Historian', 'id': '1052869334509469696'}]",,,, +1492665927472713729,1492650986309136386,2022-02-13 05:04:24 Arabian Standard Time,2022-02-13,05:04:24,+0400,44196397,elonmusk,Elon Musk,,"@JeffTutorials Yup, we need to do that",en,[],[],[],625,403,11445,[],[],https://twitter.com/elonmusk/status/1492665927472713729,False,,0,,,,,,,,"[{'screen_name': 'JeffTutorials', 'name': 'Jeff 💙✌️', 'id': '2694154514'}]",,,, +1492594591949799427,1492487262986063884,2022-02-13 00:20:56 Arabian Standard Time,2022-02-13,00:20:56,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k High standard!,en,[],[],[],2026,2064,46059,[],[],https://twitter.com/elonmusk/status/1492594591949799427,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1492571458861731846,1492561123555504130,2022-02-12 22:49:01 Arabian Standard Time,2022-02-12,22:49:01,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com That was a tough one. New Model Y structural pack is next-level though.,en,[],[],[],564,661,9336,[],[],https://twitter.com/elonmusk/status/1492571458861731846,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1492243972714110977,1492145478435328011,2022-02-12 01:07:42 Arabian Standard Time,2022-02-12,01:07:42,+0400,44196397,elonmusk,Elon Musk,,"@ArceneauxHayley @rookisaacman Happy birthday, Jared!",en,[],[],[],401,264,8411,[],[],https://twitter.com/elonmusk/status/1492243972714110977,False,,0,,,,,,,,"[{'screen_name': 'ArceneauxHayley', 'name': 'Hayley Arceneaux', 'id': '1364973781932998663'}, {'screen_name': 'rookisaacman', 'name': 'Jared Isaacman', 'id': '1279551125264445448'}]",,,, +1492227328386154509,1492227328386154509,2022-02-12 00:01:33 Arabian Standard Time,2022-02-12,00:01:33,+0400,44196397,elonmusk,Elon Musk,,"The duty of a leader is to serve their people, not for the people to serve them",en,[],[],[],34298,112258,612163,[],[],https://twitter.com/elonmusk/status/1492227328386154509,False,,0,,,,,,,,[],,,, +1492225095754035202,1491892866154594317,2022-02-11 23:52:41 Arabian Standard Time,2022-02-11,23:52:41,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Car should also reverse slightly if it peeks into an intersection & sees fast-moving cross-traffic (just like a person would),en,[],[],[],492,343,7278,[],[],https://twitter.com/elonmusk/status/1492225095754035202,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1492184293115940864,1492112762474057729,2022-02-11 21:10:33 Arabian Standard Time,2022-02-11,21:10:33,+0400,44196397,elonmusk,Elon Musk,,@28delayslater Exactly,en,[],[],[],591,532,9862,[],[],https://twitter.com/elonmusk/status/1492184293115940864,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1492184094939176962,1492172964959301646,2022-02-11 21:09:46 Arabian Standard Time,2022-02-11,21:09:46,+0400,44196397,elonmusk,Elon Musk,,@heydave7 True,en,[],[],[],757,530,14740,[],[],https://twitter.com/elonmusk/status/1492184094939176962,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1492050572505137161,1491964913887027201,2022-02-11 12:19:12 Arabian Standard Time,2022-02-11,12:19:12,+0400,44196397,elonmusk,Elon Musk,,@SpaceX Probably 250 t-F by end of year,en,[],[],[],1350,1141,26125,[],[],https://twitter.com/elonmusk/status/1492050572505137161,False,,0,,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1492050352664887315,1491963011447328768,2022-02-11 12:18:19 Arabian Standard Time,2022-02-11,12:18:19,+0400,44196397,elonmusk,Elon Musk,,"@NASASpaceflight Later this year, remaining fussy bits will be gone, allowing deletion of shroud",en,[],[],[],379,325,7074,[],[],https://twitter.com/elonmusk/status/1492050352664887315,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1491931362064015360,1491871240579174400,2022-02-11 04:25:30 Arabian Standard Time,2022-02-11,04:25:30,+0400,44196397,elonmusk,Elon Musk,,"@TheBabylonBee True national debt, including unfunded entitlements, is at least $60 trillion – roughly three times the size of the entire US economy. Something has got to give.",en,[],[],[],2992,5319,33701,[],[],https://twitter.com/elonmusk/status/1491931362064015360,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1491929754794180611,1491908140824076291,2022-02-11 04:19:06 Arabian Standard Time,2022-02-11,04:19:06,+0400,44196397,elonmusk,Elon Musk,,@wintonARK Looming disaster for sure,en,[],[],[],359,208,3973,[],[],https://twitter.com/elonmusk/status/1491929754794180611,False,,0,,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1491883453633101837,1491873570498265094,2022-02-11 01:15:07 Arabian Standard Time,2022-02-11,01:15:07,+0400,44196397,elonmusk,Elon Musk,,@waitbutwhy Good question!,en,[],[],[],2530,616,20069,[],[],https://twitter.com/elonmusk/status/1491883453633101837,False,,0,,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1491818745135837201,1491803740755480577,2022-02-10 20:58:00 Arabian Standard Time,2022-02-10,20:58:00,+0400,44196397,elonmusk,Elon Musk,,@cnunezimages @SpaceX @SpaceIntellige3 Human for scale,en,[],[],[],757,332,8071,[],[],https://twitter.com/elonmusk/status/1491818745135837201,False,,0,,,,,,,,"[{'screen_name': 'cnunezimages', 'name': 'carlos', 'id': '1245450013813223424'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceIntellige3', 'name': 'Space Intelligence', 'id': '1206315683056771072'}]",,,, +1491817170258563080,1491817170258563080,2022-02-10 20:51:44 Arabian Standard Time,2022-02-10,20:51:44,+0400,44196397,elonmusk,Elon Musk,, https://t.co/7IJbqbYzkA,und,[],[],['https://pbs.twimg.com/media/FLP_zj4X0AYEiIB.jpg'],15418,22906,291829,[],[],https://twitter.com/elonmusk/status/1491817170258563080,False,,1,https://pbs.twimg.com/media/FLP_zj4X0AYEiIB.jpg,,,,,,,[],,,, +1491639263686844418,1491639263686844418,2022-02-10 09:04:48 Arabian Standard Time,2022-02-10,09:04:48,+0400,44196397,elonmusk,Elon Musk,, https://t.co/EmLdMdPizM,und,[],[],[],5901,8243,80946,[],[],https://twitter.com/elonmusk/status/1491639263686844418,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1491639225594249217/pu/img/sURiubggTU7oJI2T.jpg,,,,,,,[],,,, +1491636510642167809,1491636510642167809,2022-02-10 08:53:52 Arabian Standard Time,2022-02-10,08:53:52,+0400,44196397,elonmusk,Elon Musk,, https://t.co/BDP2yRxYpI,und,[],[],['https://pbs.twimg.com/media/FLNbf90UYAMdbBJ.jpg'],8197,17168,252464,[],[],https://twitter.com/elonmusk/status/1491636510642167809,False,,1,https://pbs.twimg.com/media/FLNbf90UYAMdbBJ.jpg,,,,,,,[],,,, +1491634769934753799,1491631000232759305,2022-02-10 08:46:57 Arabian Standard Time,2022-02-10,08:46:57,+0400,44196397,elonmusk,Elon Musk,, https://t.co/j1j32Iu1oA,und,[],[],['https://pbs.twimg.com/media/FLNZ6jzUcAEluTC.jpg'],2017,3247,40317,[],[],https://twitter.com/elonmusk/status/1491634769934753799,False,,1,https://pbs.twimg.com/media/FLNZ6jzUcAEluTC.jpg,,,,,,,[],,,, +1491631000232759305,1491631000232759305,2022-02-10 08:31:58 Arabian Standard Time,2022-02-10,08:31:58,+0400,44196397,elonmusk,Elon Musk,,Tower arms are lifting Starship onto Super Heavy Booster https://t.co/kJacH9sRBI,en,[],[],['https://pbs.twimg.com/media/FLNWfNpVkAUL65K.jpg'],3607,5248,68624,[],[],https://twitter.com/elonmusk/status/1491631000232759305,False,,1,https://pbs.twimg.com/media/FLNWfNpVkAUL65K.jpg,,,,,,,[],,,, +1491531384900435972,1491463721050382337,2022-02-10 01:56:08 Arabian Standard Time,2022-02-10,01:56:08,+0400,44196397,elonmusk,Elon Musk,,@slashdot This would generate a lot of goodwill,en,[],[],[],308,170,2865,[],[],https://twitter.com/elonmusk/status/1491531384900435972,False,,0,,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1491529818986487816,1491382718847979524,2022-02-10 01:49:54 Arabian Standard Time,2022-02-10,01:49:54,+0400,44196397,elonmusk,Elon Musk,,@TechCrunch 🧲 ⛈ 🪦,und,[],[],[],1170,718,16884,[],[],https://twitter.com/elonmusk/status/1491529818986487816,False,,0,,,,,,,,"[{'screen_name': 'TechCrunch', 'name': 'TechCrunch', 'id': '816653'}]",,,, +1491526060009213955,1491510446259679234,2022-02-10 01:34:58 Arabian Standard Time,2022-02-10,01:34:58,+0400,44196397,elonmusk,Elon Musk,,@archillect 🖤,und,[],[],[],612,394,8185,[],[],https://twitter.com/elonmusk/status/1491526060009213955,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1491525871517286404,1491525871517286404,2022-02-10 01:34:13 Arabian Standard Time,2022-02-10,01:34:13,+0400,44196397,elonmusk,Elon Musk,,Much appreciated!,en,[],[],[],4051,2778,35262,[],[],https://twitter.com/elonmusk/status/1491525871517286404,False,https://twitter.com/theNAEng/status/1491503199005589505,0,,,,,,,,[],,,, +1491522859616903168,1491477040016412672,2022-02-10 01:22:15 Arabian Standard Time,2022-02-10,01:22:15,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt @WholeMarsBlog Model X is an extremely difficult car to build. Most complex passenger car ever. Limiting factor is interior trim.,en,[],[],[],339,252,4579,[],[],https://twitter.com/elonmusk/status/1491522859616903168,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1491506387297480709,1491505295847211010,2022-02-10 00:16:48 Arabian Standard Time,2022-02-10,00:16:48,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee 🤣,und,[],[],[],657,352,9770,[],[],https://twitter.com/elonmusk/status/1491506387297480709,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1491505795724369925,1491477040016412672,2022-02-10 00:14:27 Arabian Standard Time,2022-02-10,00:14:27,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt @WholeMarsBlog We dropped the ball badly regarding new Model X production ramp & still haven’t fully recovered. Was idiotic to stop production of old X in Dec 2020 when there was still plenty of demand!,en,[],[],[],453,331,4959,[],[],https://twitter.com/elonmusk/status/1491505795724369925,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1491282388001116163,1490827367753056257,2022-02-09 09:26:42 Arabian Standard Time,2022-02-09,09:26:42,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k @MrBeast Pretty much,en,[],[],[],864,482,8806,[],[],https://twitter.com/elonmusk/status/1491282388001116163,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'MrBeast', 'name': 'MrBeast', 'id': '2455740283'}]",,,, +1491154789929205761,1491091412666187776,2022-02-09 00:59:40 Arabian Standard Time,2022-02-09,00:59:40,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee 🤣,und,[],[],[],687,763,15797,[],[],https://twitter.com/elonmusk/status/1491154789929205761,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1491151842134601728,1491145601261924353,2022-02-09 00:47:58 Arabian Standard Time,2022-02-09,00:47:58,+0400,44196397,elonmusk,Elon Musk,,"@GailAlfarATX @POTUS Thanks, this made a difference!",en,[],[],[],772,780,13831,[],[],https://twitter.com/elonmusk/status/1491151842134601728,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}]",,,, +1491150660456562689,1491135899325054976,2022-02-09 00:43:16 Arabian Standard Time,2022-02-09,00:43:16,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt 😎,und,[],[],[],2472,2026,59380,[],[],https://twitter.com/elonmusk/status/1491150660456562689,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1491150551752769538,1491134145762050048,2022-02-09 00:42:50 Arabian Standard Time,2022-02-09,00:42:50,+0400,44196397,elonmusk,Elon Musk,,@POTUS Tesla https://t.co/3yhDxY2pjA,tr,[],['https://insideevs.com/news/564800/world-top-oem-sales-2021/amp/'],[],1144,1726,22750,[],[],https://twitter.com/elonmusk/status/1491150551752769538,False,,0,,,,,,,,"[{'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}]",,,, +1490909887676973056,1490909031204286467,2022-02-08 08:46:31 Arabian Standard Time,2022-02-08,08:46:31,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @boringcompany @mayemusk @kimbal Yup!,und,[],[],[],1030,288,7383,[],[],https://twitter.com/elonmusk/status/1490909887676973056,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'kimbal', 'name': '𝙺𝚒𝚖𝚋𝚊𝚕 𝙼𝚞𝚜𝚔', 'id': '4767021'}]",,,, +1490832993258450944,1490827367753056257,2022-02-08 03:40:58 Arabian Standard Time,2022-02-08,03:40:58,+0400,44196397,elonmusk,Elon Musk,,"Most news outlets attempt to answer the question: “What are the worst things happening on Earth today?” It’s a big planet! Obviously, some bad things are happening somewhere at any given time, but focusing relentlessly on those does not give an accurate picture of reality.",en,[],[],[],8668,17293,154182,[],[],https://twitter.com/elonmusk/status/1490832993258450944,False,,0,,,,,,,,[],,,, +1490831891640946689,1490827367753056257,2022-02-08 03:36:35 Arabian Standard Time,2022-02-08,03:36:35,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX So hard to find out what’s going on in the world without being bombarded with news that makes one sad & angry!,en,[],[],[],1113,1146,15260,[],[],https://twitter.com/elonmusk/status/1490831891640946689,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}]",,,, +1490831581606416384,1490827367753056257,2022-02-08 03:35:22 Arabian Standard Time,2022-02-08,03:35:22,+0400,44196397,elonmusk,Elon Musk,,"@GuiStroz @JohnnaCrider1 True, careless negativity (destruction) is much harder than thoughtful positivity (creation)",en,[],[],[],383,623,7866,[],[],https://twitter.com/elonmusk/status/1490831581606416384,False,,0,,,,,,,,"[{'screen_name': 'GuiStroz', 'name': 'Bill the Bull 🐂📈🚀', 'id': '825901437729243136'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}]",,,, +1490830963290427392,1490827367753056257,2022-02-08 03:32:54 Arabian Standard Time,2022-02-08,03:32:54,+0400,44196397,elonmusk,Elon Musk,,@stevenmarkryan Sadly true,en,[],[],[],256,212,7171,[],[],https://twitter.com/elonmusk/status/1490830963290427392,False,,0,,,,,,,,"[{'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}]",,,, +1490830733270679553,1490827367753056257,2022-02-08 03:31:59 Arabian Standard Time,2022-02-08,03:31:59,+0400,44196397,elonmusk,Elon Musk,,"@JohnnaCrider1 That’s true to some degree, but citizen podcasts that aren’t negative like Rogan, Fridman, Dodd, TED interviews, etc are very popular. Maybe part of why traditional media outlets are so negative is because old habits die hard? They so rarely even try to be positive.",en,[],[],[],1250,1854,27924,[],[],https://twitter.com/elonmusk/status/1490830733270679553,False,,0,,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}]",,,, +1490828521584971777,1490827367753056257,2022-02-08 03:23:12 Arabian Standard Time,2022-02-08,03:23:12,+0400,44196397,elonmusk,Elon Musk,,@greg16676935420 🤣👍,und,[],[],[],410,454,16986,[],[],https://twitter.com/elonmusk/status/1490828521584971777,False,,0,,,,,,,,"[{'screen_name': 'greg16676935420', 'name': 'greg', 'id': '1356434353623093249'}]",,,, +1490828423953977346,1490828056906199042,2022-02-08 03:22:49 Arabian Standard Time,2022-02-08,03:22:49,+0400,44196397,elonmusk,Elon Musk,,@slashdot Not needed,en,[],[],[],278,201,3744,[],[],https://twitter.com/elonmusk/status/1490828423953977346,False,,0,,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1490827367753056257,1490827367753056257,2022-02-08 03:18:37 Arabian Standard Time,2022-02-08,03:18:37,+0400,44196397,elonmusk,Elon Musk,,Why is the “traditional” media such a relentless hatestream? Real question.,en,[],[],[],31442,42426,351578,[],[],https://twitter.com/elonmusk/status/1490827367753056257,False,,0,,,,,,,,[],,,, +1490826723356782596,1490803206523338755,2022-02-08 03:16:03 Arabian Standard Time,2022-02-08,03:16:03,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee Fate ♥️ Irony,pt,[],[],[],351,841,12018,[],[],https://twitter.com/elonmusk/status/1490826723356782596,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1490765429199052803,1490762820803198977,2022-02-07 23:12:30 Arabian Standard Time,2022-02-07,23:12:30,+0400,44196397,elonmusk,Elon Musk,,@wintonARK It was so crazy! The insane tweet FUD campaign & press hatestream of 2017-2019 is still easily found.,en,[],[],[],663,396,5478,[],[],https://twitter.com/elonmusk/status/1490765429199052803,False,,0,,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1490749693697081354,1490749693697081354,2022-02-07 22:09:58 Arabian Standard Time,2022-02-07,22:09:58,+0400,44196397,elonmusk,Elon Musk,,🎶Always look on the bright side of life🎶,en,[],[],[],18237,31197,259464,[],[],https://twitter.com/elonmusk/status/1490749693697081354,False,,0,,,,,,,,[],,,, +1490742889344864267,1358319935978496001,2022-02-07 21:42:56 Arabian Standard Time,2022-02-07,21:42:56,+0400,44196397,elonmusk,Elon Musk,,🤣,und,[],[],[],5189,3929,58405,[],[],https://twitter.com/elonmusk/status/1490742889344864267,False,,0,,,,,,,,[],,,, +1490740554916941829,1490732858050187264,2022-02-07 21:33:39 Arabian Standard Time,2022-02-07,21:33:39,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 @DragTimes Nice!,en,[],[],[],309,163,5131,[],[],https://twitter.com/elonmusk/status/1490740554916941829,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'DragTimes', 'name': 'DragTimes', 'id': '23934755'}]",,,, +1490738627382595587,1490737838056345602,2022-02-07 21:26:00 Arabian Standard Time,2022-02-07,21:26:00,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 💯,und,[],[],[],945,909,15680,[],[],https://twitter.com/elonmusk/status/1490738627382595587,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1490736010283700225,1490510658462527488,2022-02-07 21:15:36 Arabian Standard Time,2022-02-07,21:15:36,+0400,44196397,elonmusk,Elon Musk,,@NathalieRach @Not_the_Bee @TheBabylonBee True,en,[],[],[],97,81,1902,[],[],https://twitter.com/elonmusk/status/1490736010283700225,False,,0,,,,,,,,"[{'screen_name': 'NathalieRach', 'name': 'Nathalie Rachel Sinyard', 'id': '1276472867727773697'}, {'screen_name': 'Not_the_Bee', 'name': 'Not the Bee', 'id': '1299007622968901637'}, {'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1490731702825721860,1490510658462527488,2022-02-07 20:58:29 Arabian Standard Time,2022-02-07,20:58:29,+0400,44196397,elonmusk,Elon Musk,,@Not_the_Bee @TheBabylonBee What a hypocrite,en,[],[],[],163,351,5020,[],[],https://twitter.com/elonmusk/status/1490731702825721860,False,,0,,,,,,,,"[{'screen_name': 'Not_the_Bee', 'name': 'Not the Bee', 'id': '1299007622968901637'}, {'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1490535156280696833,1490524518250684422,2022-02-07 07:57:28 Arabian Standard Time,2022-02-07,07:57:28,+0400,44196397,elonmusk,Elon Musk,,@UniverCurious High time we had tunnels!,en,[],[],[],721,386,7327,[],[],https://twitter.com/elonmusk/status/1490535156280696833,False,,0,,,,,,,,"[{'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}]",,,, +1490473327873466369,1490471607306969092,2022-02-07 03:51:47 Arabian Standard Time,2022-02-07,03:51:47,+0400,44196397,elonmusk,Elon Musk,,@boringcompany @ResortsWorldLV @LVCVA The Boring Company just connected Resorts World hotel to Vegas Convention Center!,en,[],[],[],974,1139,17635,[],[],https://twitter.com/elonmusk/status/1490473327873466369,False,,0,,,,,,,,"[{'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'ResortsWorldLV', 'name': 'Resorts World Las Vegas', 'id': '1255568624'}, {'screen_name': 'LVCVA', 'name': 'Vegas Means Business', 'id': '18359909'}]",,,, +1490466493460582404,1490446166550589446,2022-02-07 03:24:38 Arabian Standard Time,2022-02-07,03:24:38,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @13ericralph31 @StarshipGazer As backdrops go, this is a good one",en,[],[],[],437,394,7922,[],[],https://twitter.com/elonmusk/status/1490466493460582404,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'StarshipGazer', 'name': 'Starship Gazer', 'id': '1348638512267079683'}]",,,, +1490451380364009472,1490188779159699456,2022-02-07 02:24:34 Arabian Standard Time,2022-02-07,02:24:34,+0400,44196397,elonmusk,Elon Musk,,"@nypost I’m pro vaccination, but anti vaccination mandate",en,[],[],[],3277,9693,68024,[],[],https://twitter.com/elonmusk/status/1490451380364009472,False,,0,,,,,,,,"[{'screen_name': 'nypost', 'name': 'New York Post', 'id': '17469289'}]",,,, +1490405366038994960,1490363757029122058,2022-02-06 23:21:44 Arabian Standard Time,2022-02-06,23:21:44,+0400,44196397,elonmusk,Elon Musk,,@slashdot Agreed,en,[],[],[],632,524,10052,[],[],https://twitter.com/elonmusk/status/1490405366038994960,False,,0,,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1490390796935340039,1490340849284231177,2022-02-06 22:23:50 Arabian Standard Time,2022-02-06,22:23:50,+0400,44196397,elonmusk,Elon Musk,,@TeslaNY @live_munro Munro understands,en,[],[],[],560,517,9624,[],[],https://twitter.com/elonmusk/status/1490390796935340039,False,,0,,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'live_munro', 'name': 'Munro Live', 'id': '1382434447358885888'}]",,,, +1490137716377411588,1490137536806727683,2022-02-06 05:38:11 Arabian Standard Time,2022-02-06,05:38:11,+0400,44196397,elonmusk,Elon Musk,,[Satire],fr,[],[],[],3456,2083,57165,[],[],https://twitter.com/elonmusk/status/1490137716377411588,False,,0,,,,,,,,[],,,, +1490137536806727683,1490137536806727683,2022-02-06 05:37:28 Arabian Standard Time,2022-02-06,05:37:28,+0400,44196397,elonmusk,Elon Musk,,🚬 Thank You for Smoking 🚬,en,[],[],[],16483,13312,161469,[],[],https://twitter.com/elonmusk/status/1490137536806727683,False,,0,,,,,,,,[],,,, +1490120045028122624,1490120045028122624,2022-02-06 04:27:58 Arabian Standard Time,2022-02-06,04:27:58,+0400,44196397,elonmusk,Elon Musk,,Tesla Model S & X Plaid are so fun!,en,[],[],[],4007,3124,39394,[],[],https://twitter.com/elonmusk/status/1490120045028122624,False,https://twitter.com/teslaownersSV/status/1489852560932442116,0,,,,,,,,[],,,, +1490119570752950272,1490119570752950272,2022-02-06 04:26:05 Arabian Standard Time,2022-02-06,04:26:05,+0400,44196397,elonmusk,Elon Musk,,Extended tracking shot of Falcon 9 https://t.co/LlUIgOqCxC,en,[],['https://m.youtube.com/watch?v=FWUv7XXBb2Y&feature=youtu.be'],[],4435,3273,29789,[],[],https://twitter.com/elonmusk/status/1490119570752950272,False,,0,,,,,,,,[],,,, +1490070970610208773,1490057614436282383,2022-02-06 01:12:58 Arabian Standard Time,2022-02-06,01:12:58,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU 🤣,und,[],[],[],266,185,9089,[],[],https://twitter.com/elonmusk/status/1490070970610208773,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}]",,,, +1490057614436282383,1490057614436282383,2022-02-06 00:19:53 Arabian Standard Time,2022-02-06,00:19:53,+0400,44196397,elonmusk,Elon Musk,, https://t.co/fm7mJLuf97,und,[],[],['https://pbs.twimg.com/media/FK2_gJGXEAADwl-.jpg'],11020,33789,365700,[],[],https://twitter.com/elonmusk/status/1490057614436282383,False,,1,https://pbs.twimg.com/media/FK2_gJGXEAADwl-.jpg,,,,,,,[],,,, +1490041198387552258,1490039539980804097,2022-02-05 23:14:39 Arabian Standard Time,2022-02-05,23:14:39,+0400,44196397,elonmusk,Elon Musk,,@waitbutwhy !,und,[],[],[],657,228,6905,[],[],https://twitter.com/elonmusk/status/1490041198387552258,False,,0,,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1489842949739454469,1489840833075552257,2022-02-05 10:06:53 Arabian Standard Time,2022-02-05,10:06:53,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed All these different standards for electricity are a tax on humanity,en,[],[],[],1286,964,14680,[],[],https://twitter.com/elonmusk/status/1489842949739454469,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1489842404123422722,1489752488831971329,2022-02-05 10:04:43 Arabian Standard Time,2022-02-05,10:04:43,+0400,44196397,elonmusk,Elon Musk,,@farty_mcpoops @Olivier_Lambert @TheRealKeean Gavin is kinda badass in this vid,en,[],[],[],283,94,1774,[],[],https://twitter.com/elonmusk/status/1489842404123422722,False,,0,,,,,,,,"[{'screen_name': 'farty_mcpoops', 'name': 'Farty McPoops', 'id': '716113951725981696'}, {'screen_name': 'Olivier_Lambert', 'name': '⚛️ Pleb', 'id': '116319567'}, {'screen_name': 'TheRealKeean', 'name': 'Keean Bexte', 'id': '961134787'}]",,,, +1489841690601041924,1489752488831971329,2022-02-05 10:01:53 Arabian Standard Time,2022-02-05,10:01:53,+0400,44196397,elonmusk,Elon Musk,,@Ali_Tesla585 @teslaownersSV @TheRealKeean Only very high resolution radar is relevant,en,[],[],[],263,148,2512,[],[],https://twitter.com/elonmusk/status/1489841690601041924,False,,0,,,,,,,,"[{'screen_name': 'Ali_Tesla585', 'name': 'Ali 🇺🇦🦊', 'id': '1266576124215201792'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TheRealKeean', 'name': 'Keean Bexte', 'id': '961134787'}]",,,, +1489841166652780547,1489752488831971329,2022-02-05 09:59:48 Arabian Standard Time,2022-02-05,09:59:48,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @TheRealKeean We have to solve a huge part of AI just to make cars drive themselves. In retrospect, it was inevitable. The road system is designed for cameras (eyes) & neural nets (brains).",en,[],[],[],338,350,3997,[],[],https://twitter.com/elonmusk/status/1489841166652780547,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TheRealKeean', 'name': 'Keean Bexte', 'id': '961134787'}]",,,, +1489798806791147523,1489752488831971329,2022-02-05 07:11:29 Arabian Standard Time,2022-02-05,07:11:29,+0400,44196397,elonmusk,Elon Musk,,@TheRealKeean Double-standard?,en,[],[],[],1257,4571,39814,[],[],https://twitter.com/elonmusk/status/1489798806791147523,False,,0,,,,,,,,"[{'screen_name': 'TheRealKeean', 'name': 'Keean Bexte', 'id': '961134787'}]",,,, +1489798660561018886,1489752488831971329,2022-02-05 07:10:54 Arabian Standard Time,2022-02-05,07:10:54,+0400,44196397,elonmusk,Elon Musk,,@TheRealKeean https://t.co/ok0BmaoapC,und,[],[],['https://pbs.twimg.com/media/FKzT-4kWYAIvUDB.jpg'],798,6862,34049,[],[],https://twitter.com/elonmusk/status/1489798660561018886,False,,1,https://pbs.twimg.com/media/FKzT-4kWYAIvUDB.jpg,,,,,,,[],,,, +1489794991308345345,1489752488831971329,2022-02-05 06:56:19 Arabian Standard Time,2022-02-05,06:56:19,+0400,44196397,elonmusk,Elon Musk,,@TheRealKeean It’s not my money https://t.co/IKRxhGo8wS,en,[],[],['https://pbs.twimg.com/media/FKzQpYxXEAAjbnI.jpg'],2450,25997,97953,[],[],https://twitter.com/elonmusk/status/1489794991308345345,False,,1,https://pbs.twimg.com/media/FKzQpYxXEAAjbnI.jpg,,,,,,,"[{'screen_name': 'TheRealKeean', 'name': 'Keean Bexte', 'id': '961134787'}]",,,, +1489672786683609091,1489662981105324032,2022-02-04 22:50:43 Arabian Standard Time,2022-02-04,22:50:43,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com A bigger win than it may seem,en,[],[],[],1102,679,14787,[],[],https://twitter.com/elonmusk/status/1489672786683609091,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1489615144116174850,1489285845332942850,2022-02-04 19:01:40 Arabian Standard Time,2022-02-04,19:01:40,+0400,44196397,elonmusk,Elon Musk,,@co_tesla 💯,und,[],[],[],947,598,21909,[],[],https://twitter.com/elonmusk/status/1489615144116174850,False,,0,,,,,,,,"[{'screen_name': 'co_tesla', 'name': 'Tesla Owners Mexico 🇲🇽', 'id': '1266456614242000896'}]",,,, +1489466267010543621,1489448066834784258,2022-02-04 09:10:05 Arabian Standard Time,2022-02-04,09:10:05,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog 😢,und,[],[],[],604,264,7087,[],[],https://twitter.com/elonmusk/status/1489466267010543621,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1489370360864780291,1489363971144663047,2022-02-04 02:48:59 Arabian Standard Time,2022-02-04,02:48:59,+0400,44196397,elonmusk,Elon Musk,,@RGVaerialphotos Yes,und,[],[],[],452,403,8598,[],[],https://twitter.com/elonmusk/status/1489370360864780291,False,,0,,,,,,,,"[{'screen_name': 'RGVaerialphotos', 'name': 'RGV Aerial Photography', 'id': '752724282925412352'}]",,,, +1489358828202246145,1489340604215615492,2022-02-04 02:03:10 Arabian Standard Time,2022-02-04,02:03:10,+0400,44196397,elonmusk,Elon Musk,,@SirineAti Thursday next week at 8pm Texas time,en,[],[],[],573,1223,10852,[],[],https://twitter.com/elonmusk/status/1489358828202246145,False,,0,,,,,,,,"[{'screen_name': 'SirineAti', 'name': '💫Sirine💫🦊🇺🇦', 'id': '1285872552766734346'}]",,,, +1489357796499984389,1489340604215615492,2022-02-04 01:59:04 Arabian Standard Time,2022-02-04,01:59:04,+0400,44196397,elonmusk,Elon Musk,,"@SirineAti Starship aspires to be the first fully reusable orbital launch vehicle, the holy grail of rocketry. This is the critical breakthrough needed to make life multiplanetary.",en,[],[],[],122,386,4485,[],[],https://twitter.com/elonmusk/status/1489357796499984389,False,,0,,,,,,,,"[{'screen_name': 'SirineAti', 'name': '💫Sirine💫🦊🇺🇦', 'id': '1285872552766734346'}]",,,, +1489353502585409537,1489259708884025346,2022-02-04 01:42:00 Arabian Standard Time,2022-02-04,01:42:00,+0400,44196397,elonmusk,Elon Musk,,@GregWAutry And all the forms of life on Earth,en,[],[],[],215,173,2940,[],[],https://twitter.com/elonmusk/status/1489353502585409537,False,,0,,,,,,,,"[{'screen_name': 'GregWAutry', 'name': 'Greg Autry🚀🇺🇸🇹🇼 🇺🇦', 'id': '345193198'}]",,,, +1489353227208478720,1489259708884025346,2022-02-04 01:40:54 Arabian Standard Time,2022-02-04,01:40:54,+0400,44196397,elonmusk,Elon Musk,,@GregWAutry Becoming multiplanetary is essential to extending dramatically the probable lifespan of civilization,en,[],[],[],588,538,6621,[],[],https://twitter.com/elonmusk/status/1489353227208478720,False,,0,,,,,,,,"[{'screen_name': 'GregWAutry', 'name': 'Greg Autry🚀🇺🇸🇹🇼 🇺🇦', 'id': '345193198'}]",,,, +1489352673258319872,1489340604215615492,2022-02-04 01:38:42 Arabian Standard Time,2022-02-04,01:38:42,+0400,44196397,elonmusk,Elon Musk,,@SirineAti Starship is in a different league. Orders of magnitude more mass to orbit than Falcon. Necessary for creating a self-sustaining city on Mars.,en,[],[],[],141,267,4089,[],[],https://twitter.com/elonmusk/status/1489352673258319872,False,,0,,,,,,,,"[{'screen_name': 'SirineAti', 'name': '💫Sirine💫🦊🇺🇦', 'id': '1285872552766734346'}]",,,, +1489351220628230147,1489340604215615492,2022-02-04 01:32:56 Arabian Standard Time,2022-02-04,01:32:56,+0400,44196397,elonmusk,Elon Musk,,"If things go well, Falcon will launch about once a week on average in 2022, delivering ~2/3 of all Earth payload to orbit",en,[],[],[],3793,2916,39874,[],[],https://twitter.com/elonmusk/status/1489351220628230147,False,,0,,,,,,,,[],,,, +1489349857441726465,1489330627564421122,2022-02-04 01:27:31 Arabian Standard Time,2022-02-04,01:27:31,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX @Tesla Tesla is working hard to provide more Megapacks for grid stabilization,en,[],[],[],300,489,7402,[],[],https://twitter.com/elonmusk/status/1489349857441726465,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1489340604215615492,1489340604215615492,2022-02-04 00:50:45 Arabian Standard Time,2022-02-04,00:50:45,+0400,44196397,elonmusk,Elon Musk,,Congrats SpaceX Falcon team!,en,[],[],[],6872,6429,76194,[],[],https://twitter.com/elonmusk/status/1489340604215615492,False,https://twitter.com/SciGuySpace/status/1489274659367530511,0,,,,,,,,[],,,, +1489337417446404096,1489305927349985280,2022-02-04 00:38:05 Arabian Standard Time,2022-02-04,00:38:05,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Exactly. The terminology is anachronistic.,en,[],[],[],582,562,11194,[],[],https://twitter.com/elonmusk/status/1489337417446404096,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1489106130135564292,1489096489108262920,2022-02-03 09:19:02 Arabian Standard Time,2022-02-03,09:19:02,+0400,44196397,elonmusk,Elon Musk,,"@pmarca Who controls the memes, Controls the universe.",en,[],[],[],8234,6019,37562,[],[],https://twitter.com/elonmusk/status/1489106130135564292,False,,0,,,,,,,,"[{'screen_name': 'pmarca', 'name': 'Marc Andreessen', 'id': '5943622'}]",,,, +1489035057352302597,1489018078574878728,2022-02-03 04:36:37 Arabian Standard Time,2022-02-03,04:36:37,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt Sigh,en,[],[],[],960,456,10602,[],[],https://twitter.com/elonmusk/status/1489035057352302597,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1488926079431675905,1488746173498212353,2022-02-02 21:23:34 Arabian Standard Time,2022-02-02,21:23:34,+0400,44196397,elonmusk,Elon Musk,,@arctechinc High latitudes are operational probably this summer,en,[],[],[],358,153,2919,[],[],https://twitter.com/elonmusk/status/1488926079431675905,False,,0,,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +1488922139952660481,1488920159553216516,2022-02-02 21:07:55 Arabian Standard Time,2022-02-02,21:07:55,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee Haha seriously,en,[],[],[],906,656,18133,[],[],https://twitter.com/elonmusk/status/1488922139952660481,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1488916075781799942,1488746173498212353,2022-02-02 20:43:49 Arabian Standard Time,2022-02-02,20:43:49,+0400,44196397,elonmusk,Elon Musk,,"SpaceX standard antenna production rises rapidly this year, so those with orders shouldn’t have to wait long. Note, Starlink can only support a limited number of users in an area, so best to order early.",en,[],[],[],3843,1372,17980,[],[],https://twitter.com/elonmusk/status/1488916075781799942,False,,0,,,,,,,,[],,,, +1488911447845445639,1488859758366920708,2022-02-02 20:25:26 Arabian Standard Time,2022-02-02,20:25:26,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed 💯,und,[],[],[],621,420,9139,[],[],https://twitter.com/elonmusk/status/1488911447845445639,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1488889793048195082,1488747141543591938,2022-02-02 18:59:23 Arabian Standard Time,2022-02-02,18:59:23,+0400,44196397,elonmusk,Elon Musk,,@MinimalDuck @Tesla @Gfilche @WholeMarsBlog Tunnels …,en,[],[],[],647,265,5843,[],[],https://twitter.com/elonmusk/status/1488889793048195082,False,,0,,,,,,,,"[{'screen_name': 'MinimalDuck', 'name': 'Arash Malek 🦆', 'id': '740946180'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Gfilche', 'name': 'Gali 🇺🇦', 'id': '348844712'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1488823885931941893,1488823885931941893,2022-02-02 14:37:30 Arabian Standard Time,2022-02-02,14:37:30,+0400,44196397,elonmusk,Elon Musk,,"Exciting progress at Starbase, Texas!",en,[],[],[],8133,8530,161047,[],[],https://twitter.com/elonmusk/status/1488823885931941893,False,,0,,,,,,,,[],,,, +1488751559672483841,1093423297130156033,2022-02-02 09:50:06 Arabian Standard Time,2022-02-02,09:50:06,+0400,44196397,elonmusk,Elon Musk,,"@SpaceXFan97 @alexmd2 @SpaceX 320 bar is achievable, maybe even 330",en,[],[],[],236,251,5590,[],[],https://twitter.com/elonmusk/status/1488751559672483841,False,,0,,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole 🇺🇦', 'id': '1579586473'}, {'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov MD MBA', 'id': '34694428'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1488749873210052611,1488746173498212353,2022-02-02 09:43:24 Arabian Standard Time,2022-02-02,09:43:24,+0400,44196397,elonmusk,Elon Musk,,This is twice the area of our standard phased array with broader scan angle,en,[],[],[],1974,1213,23903,[],[],https://twitter.com/elonmusk/status/1488749873210052611,False,,0,,,,,,,,[],,,, +1488749346929713156,1488746173498212353,2022-02-02 09:41:18 Arabian Standard Time,2022-02-02,09:41:18,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut Thanks for letting me know. Will be fixed soon.,en,[],[],[],289,235,6925,[],[],https://twitter.com/elonmusk/status/1488749346929713156,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1488748807235985417,1488559866591395842,2022-02-02 09:39:09 Arabian Standard Time,2022-02-02,09:39:09,+0400,44196397,elonmusk,Elon Musk,,@russ1mitchell Thanks for the deep belly laugh 🤣🤣,en,[],[],[],386,272,7723,[],[],https://twitter.com/elonmusk/status/1488748807235985417,False,,0,,,,,,,,"[{'screen_name': 'russ1mitchell', 'name': 'Russ Mitchell', 'id': '2471516070'}]",,,, +1488746173498212353,1488746173498212353,2022-02-02 09:28:41 Arabian Standard Time,2022-02-02,09:28:41,+0400,44196397,elonmusk,Elon Musk,,Starlink high performance antenna https://t.co/83kIQSNV3l,en,[],['https://www.starlink.com/premium'],[],5173,4454,51557,[],[],https://twitter.com/elonmusk/status/1488746173498212353,False,,0,,,,,,,,[],,,, +1488616492329484296,1488590960053276672,2022-02-02 00:53:23 Arabian Standard Time,2022-02-02,00:53:23,+0400,44196397,elonmusk,Elon Musk,,"@NoahWebb_ @WholeMarsBlog @tkrisher Will begin limited rollout to Canada this month. Safety is paramount, so we have to confirm no significant issues, given slightly different road rules.",en,[],[],[],358,278,3794,[],[],https://twitter.com/elonmusk/status/1488616492329484296,False,,0,,,,,,,,"[{'screen_name': 'NoahWebb_', 'name': '🇨🇦 Noah Webb', 'id': '898499274'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'tkrisher', 'name': 'Tom Krisher', 'id': '23607447'}]",,,, +1488615123946246151,1488590960053276672,2022-02-02 00:47:57 Arabian Standard Time,2022-02-02,00:47:57,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @tkrisher He’s actually a lobbyist, not a journalist. There are many who pose as the latter while behaving like the former. No integrity. Indeed, there were no safety issues. The car simply slowed to ~2 mph & continued forward if clear view with no cars or pedestrians.",en,[],[],[],1024,541,5250,[],[],https://twitter.com/elonmusk/status/1488615123946246151,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'tkrisher', 'name': 'Tom Krisher', 'id': '23607447'}]",,,, +1488587061829509124,1488578741882261507,2022-02-01 22:56:26 Arabian Standard Time,2022-02-01,22:56:26,+0400,44196397,elonmusk,Elon Musk,,@TeslaOwnersUK Yes,und,[],[],[],377,244,6023,[],[],https://twitter.com/elonmusk/status/1488587061829509124,False,,0,,,,,,,,"[{'screen_name': 'TeslaOwnersUK', 'name': 'Tesla Owners UK 🇬🇧', 'id': '856406682552946688'}]",,,, +1488578693949710338,1487921357476155393,2022-02-01 22:23:11 Arabian Standard Time,2022-02-01,22:23:11,+0400,44196397,elonmusk,Elon Musk,,@ClumsyWinks @Halo Same,en,[],[],[],137,49,1429,[],[],https://twitter.com/elonmusk/status/1488578693949710338,False,,0,,,,,,,,"[{'screen_name': 'ClumsyWinks', 'name': 'Winks 🧡', 'id': '431320798'}, {'screen_name': 'Halo', 'name': 'Halo', 'id': '59414975'}]",,,, +1488566972753326089,1488548525394862081,2022-02-01 21:36:37 Arabian Standard Time,2022-02-01,21:36:37,+0400,44196397,elonmusk,Elon Musk,,@archillect Dragon hover test,en,[],[],[],661,489,13013,[],[],https://twitter.com/elonmusk/status/1488566972753326089,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1488437071761055745,1488291595434799105,2022-02-01 13:00:26 Arabian Standard Time,2022-02-01,13:00:26,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut Will upload some videos tomorrow,en,[],[],[],921,710,21381,[],[],https://twitter.com/elonmusk/status/1488437071761055745,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1488393354144530432,1487921357476155393,2022-02-01 10:06:43 Arabian Standard Time,2022-02-01,10:06:43,+0400,44196397,elonmusk,Elon Musk,,@Halo Harbinger battle on L is tough,en,[],[],[],369,237,6742,[],[],https://twitter.com/elonmusk/status/1488393354144530432,False,,0,,,,,,,,"[{'screen_name': 'Halo', 'name': 'Halo', 'id': '59414975'}]",,,, +1488391303520034817,1488299179629711360,2022-02-01 09:58:34 Arabian Standard Time,2022-02-01,09:58:34,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Tesla is as much a software company as it is a hardware company, both in car and in factory. This is not widely understood.",en,[],[],[],416,1055,9177,[],[],https://twitter.com/elonmusk/status/1488391303520034817,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1488390820214542338,1488299179629711360,2022-02-01 09:56:39 Arabian Standard Time,2022-02-01,09:56:39,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Tesla has great respect for software engineering, they do not",en,[],[],[],253,379,6097,[],[],https://twitter.com/elonmusk/status/1488390820214542338,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1488297924329103361,1270707085462798340,2022-02-01 03:47:31 Arabian Standard Time,2022-02-01,03:47:31,+0400,44196397,elonmusk,Elon Musk,,@GerberKawasaki @Tesla @joerogan …,und,[],[],[],549,273,4937,[],[],https://twitter.com/elonmusk/status/1488297924329103361,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +1488297679557959681,1488290682364063747,2022-02-01 03:46:32 Arabian Standard Time,2022-02-01,03:46:32,+0400,44196397,elonmusk,Elon Musk,,"@SpaceX 16 story tall rocket, traveling several times faster than a bullet, backflips & fires engines to return to launch site",en,[],[],[],2250,3502,50526,[],[],https://twitter.com/elonmusk/status/1488297679557959681,False,,0,,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1488269452588326913,1488269452588326913,2022-02-01 01:54:22 Arabian Standard Time,2022-02-01,01:54:22,+0400,44196397,elonmusk,Elon Musk,,Denmark just ended Covid restrictions https://t.co/tg12nar2CJ,en,[],['https://www.bloomberg.com/news/articles/2022-01-26/denmark-to-end-covid-curbs-as-premier-deems-critical-phase-over'],[],9399,30677,193485,[],[],https://twitter.com/elonmusk/status/1488269452588326913,False,,0,,,,,,,,[],,,, +1488267593429716992,1488257179865989121,2022-02-01 01:46:59 Arabian Standard Time,2022-02-01,01:46:59,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee 🤣🤣,und,[],[],[],341,461,12629,[],[],https://twitter.com/elonmusk/status/1488267593429716992,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1488234069922131969,1488191068076130313,2022-01-31 23:33:46 Arabian Standard Time,2022-01-31,23:33:46,+0400,44196397,elonmusk,Elon Musk,,"@GailAlfarATX They’ve been writing bogus articles about Tesla (and me) for years. In the end, it is their own credibility that suffers.",en,[],[],[],488,643,7635,[],[],https://twitter.com/elonmusk/status/1488234069922131969,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}]",,,, +1488206021633925125,1488199800411475968,2022-01-31 21:42:19 Arabian Standard Time,2022-01-31,21:42:19,+0400,44196397,elonmusk,Elon Musk,,@lexfridman https://t.co/HTxJtqvZCd,und,[],[],['https://pbs.twimg.com/media/FKcrfQlXsAEnx4L.jpg'],2447,7141,50158,[],[],https://twitter.com/elonmusk/status/1488206021633925125,False,,1,https://pbs.twimg.com/media/FKcrfQlXsAEnx4L.jpg,,,,,,,[],,,, +1488050840095047688,1488003877928640512,2022-01-31 11:25:41 Arabian Standard Time,2022-01-31,11:25:41,+0400,44196397,elonmusk,Elon Musk,,"@heydave7 Dave, I know you’re a fan, but this is a silly question. I don’t drive programs because I want to, but because I have to.",en,[],[],[],1140,582,10680,[],[],https://twitter.com/elonmusk/status/1488050840095047688,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1488039236494311424,1488039236494311424,2022-01-31 10:39:35 Arabian Standard Time,2022-01-31,10:39:35,+0400,44196397,elonmusk,Elon Musk,, https://t.co/dFwIuBVcD0,und,[],[],['https://pbs.twimg.com/media/FKaTy-IWUAENM9_.jpg'],18933,18984,204351,[],[],https://twitter.com/elonmusk/status/1488039236494311424,False,,1,https://pbs.twimg.com/media/FKaTy-IWUAENM9_.jpg,,,,,,,[],,,, +1487921357476155393,1487921357476155393,2022-01-31 02:51:10 Arabian Standard Time,2022-01-31,02:51:10,+0400,44196397,elonmusk,Elon Musk,,Halo Infinite campaign is good,en,[],[],[],11456,18337,265388,[],[],https://twitter.com/elonmusk/status/1487921357476155393,False,,0,,,,,,,,[],,,, +1487898308865523714,1487896415812689922,2022-01-31 01:19:35 Arabian Standard Time,2022-01-31,01:19:35,+0400,44196397,elonmusk,Elon Musk,,"@heydave7 I’m driving this program personally, as is the case for almost all new programs",en,[],[],[],1043,846,17181,[],[],https://twitter.com/elonmusk/status/1487898308865523714,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1487882349081628673,1487870747301269508,2022-01-31 00:16:10 Arabian Standard Time,2022-01-31,00:16:10,+0400,44196397,elonmusk,Elon Musk,,@WSJ https://t.co/TowWorRqW9,und,[],[],['https://pbs.twimg.com/media/FKYFHGLVcAArfjK.jpg'],1671,9548,37630,[],[],https://twitter.com/elonmusk/status/1487882349081628673,False,,1,https://pbs.twimg.com/media/FKYFHGLVcAArfjK.jpg,,,,,,,[],,,, +1487879449798270977,1487879449798270977,2022-01-31 00:04:38 Arabian Standard Time,2022-01-31,00:04:38,+0400,44196397,elonmusk,Elon Musk,,"For reasons unknown, @potus is unable to say the word “Tesla”",en,"[{'screen_name': 'potus', 'name': 'president biden', 'id': '1349149096909668363'}]",[],[],10214,11109,98484,[],[],https://twitter.com/elonmusk/status/1487879449798270977,False,https://twitter.com/GailAlfarATX/status/1487861191623987201,0,,,,,,,,[],,,, +1487876118870777856,1487694543243956225,2022-01-30 23:51:24 Arabian Standard Time,2022-01-30,23:51:24,+0400,44196397,elonmusk,Elon Musk,,"@aginnt If the government had the mandate of the people, there would be a significant counter-protest. There is not, therefore they do not.",en,[],[],[],1553,4322,22630,[],[],https://twitter.com/elonmusk/status/1487876118870777856,False,,0,,,,,,,,"[{'screen_name': 'aginnt', 'name': 'Aaron Ginn', 'id': '184789840'}]",,,, +1487874188375326723,1487861191623987201,2022-01-30 23:43:44 Arabian Standard Time,2022-01-30,23:43:44,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX @POTUS @Tesla @JohnnaCrider1 @SawyerMerritt @WholeMarsBlog @teslaownersSV @TeslaOwnersEBay @Kristennetten @live_munro @BillyM2k @Grimezsz 🔥🔥,und,[],[],[],381,426,9237,[],[],https://twitter.com/elonmusk/status/1487874188375326723,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club |Fremont| 🇺🇦🕊🦊', 'id': '1175164547746844672'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'live_munro', 'name': 'Munro Live', 'id': '1382434447358885888'}, {'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'Grimezsz', 'name': '𝔊𝔯𝔦𝔪𝔢𝔰 (⌛️,⏳) ᚷᚱᛁᛗᛖᛋ', 'id': '276540738'}]",,,, +1487873822443257857,1487870747301269508,2022-01-30 23:42:17 Arabian Standard Time,2022-01-30,23:42:17,+0400,44196397,elonmusk,Elon Musk,,@WSJ How many gene sequence changes to Covid-19 before it isn’t “Covid-19” anymore? OG Covid-19 ended a long time ago.,en,[],[],[],1023,2866,18015,[],[],https://twitter.com/elonmusk/status/1487873822443257857,False,,0,,,,,,,,"[{'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +1487865483193847808,1487694543243956225,2022-01-30 23:09:09 Arabian Standard Time,2022-01-30,23:09:09,+0400,44196397,elonmusk,Elon Musk,,@aginnt Protesting in a Canadian winter shows real commitment!,en,[],[],[],793,4549,29420,[],[],https://twitter.com/elonmusk/status/1487865483193847808,False,,0,,,,,,,,"[{'screen_name': 'aginnt', 'name': 'Aaron Ginn', 'id': '184789840'}]",,,, +1487861890730496001,1487694543243956225,2022-01-30 22:54:52 Arabian Standard Time,2022-01-30,22:54:52,+0400,44196397,elonmusk,Elon Musk,,@aginnt It would appear that the so-called “fringe minority” is actually the government,en,[],[],[],2322,19992,80305,[],[],https://twitter.com/elonmusk/status/1487861890730496001,False,,0,,,,,,,,"[{'screen_name': 'aginnt', 'name': 'Aaron Ginn', 'id': '184789840'}]",,,, +1487861173626101760,1487861173626101760,2022-01-30 22:52:01 Arabian Standard Time,2022-01-30,22:52:01,+0400,44196397,elonmusk,Elon Musk,,So many Hitlers! https://t.co/52sUuPcB93,en,[],[],['https://pbs.twimg.com/media/FKXx2gjUcAQitDs.jpg'],14827,31968,255977,[],[],https://twitter.com/elonmusk/status/1487861173626101760,False,,1,https://pbs.twimg.com/media/FKXx2gjUcAQitDs.jpg,,,,,,,[],,,, +1487853515535892482,1487842208808120326,2022-01-30 22:21:35 Arabian Standard Time,2022-01-30,22:21:35,+0400,44196397,elonmusk,Elon Musk,,@EuropeSpace360 @ArianeGroup A step in the right direction,en,[],[],[],400,195,4157,[],[],https://twitter.com/elonmusk/status/1487853515535892482,False,,0,,,,,,,,"[{'screen_name': 'EuropeSpace360', 'name': 'Everything ESA', 'id': '1395833981120155649'}, {'screen_name': 'ArianeGroup', 'name': 'ArianeGroup', 'id': '4112496291'}]",,,, +1487850528046338052,1487170424156925954,2022-01-30 22:09:43 Arabian Standard Time,2022-01-30,22:09:43,+0400,44196397,elonmusk,Elon Musk,,@CNBCClosingBell @SaraEisen @BrianDeeseNEC Great interviewer!,en,[],[],[],1415,633,12844,[],[],https://twitter.com/elonmusk/status/1487850528046338052,False,,0,,,,,,,,"[{'screen_name': 'CNBCClosingBell', 'name': ""CNBC's Closing Bell"", 'id': '21778391'}, {'screen_name': 'SaraEisen', 'name': 'Sara Eisen', 'id': '39879120'}, {'screen_name': 'BrianDeeseNEC', 'name': 'Brian Deese', 'id': '1351311448195166208'}]",,,, +1487842692704862214,1487842692704862214,2022-01-30 21:38:35 Arabian Standard Time,2022-01-30,21:38:35,+0400,44196397,elonmusk,Elon Musk,, https://t.co/QEwmhecTmE,und,[],[],['https://pbs.twimg.com/media/FKXhCycVkAIDdbu.jpg'],17793,39136,324341,[],[],https://twitter.com/elonmusk/status/1487842692704862214,False,,1,https://pbs.twimg.com/media/FKXhCycVkAIDdbu.jpg,,,,,,,[],,,, +1487831260059746304,1487830188666892291,2022-01-30 20:53:09 Arabian Standard Time,2022-01-30,20:53:09,+0400,44196397,elonmusk,Elon Musk,,"@Liv_Boeree If Canadian government is suppressing peaceful protests, that‘s where fascism lies & cartoonist is just a shill https://t.co/hcV7Akn0Jt",en,[],[],['https://pbs.twimg.com/media/FKXWpWEVIAMoGXy.jpg'],704,1230,7323,[],[],https://twitter.com/elonmusk/status/1487831260059746304,False,,1,https://pbs.twimg.com/media/FKXWpWEVIAMoGXy.jpg,,,,,,,"[{'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}]",,,, +1487720010835382275,1487647081497911299,2022-01-30 13:31:05 Arabian Standard Time,2022-01-30,13:31:05,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Yup,und,[],[],[],624,275,6335,[],[],https://twitter.com/elonmusk/status/1487720010835382275,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1487703756112154628,1487703756112154628,2022-01-30 12:26:30 Arabian Standard Time,2022-01-30,12:26:30,+0400,44196397,elonmusk,Elon Musk,, https://t.co/wTIHLyVkYw,und,[],[],['https://pbs.twimg.com/media/FKVirkqVgAAn-Nw.jpg'],10505,36368,398543,[],[],https://twitter.com/elonmusk/status/1487703756112154628,False,,1,https://pbs.twimg.com/media/FKVirkqVgAAn-Nw.jpg,,,,,,,[],,,, +1487587017596801024,1487521735695994880,2022-01-30 04:42:37 Arabian Standard Time,2022-01-30,04:42:37,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Now that the big automotive advertisers are making EVs, you will see far fewer articles about EVs catching on fire. It is not surprising that internal combustion engine cars have a tendency to combust externally too.",en,[],[],[],754,1425,17183,[],[],https://twitter.com/elonmusk/status/1487587017596801024,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1487571050636484609,1487571050636484609,2022-01-30 03:39:10 Arabian Standard Time,2022-01-30,03:39:10,+0400,44196397,elonmusk,Elon Musk,,Just rewatched True Romance ♥️,en,[],[],[],11584,6998,113421,[],[],https://twitter.com/elonmusk/status/1487571050636484609,False,,0,,,,,,,,[],,,, +1487558814522122245,1487511477149831169,2022-01-30 02:50:33 Arabian Standard Time,2022-01-30,02:50:33,+0400,44196397,elonmusk,Elon Musk,,@karpathy The ratio of machine to human compute skyrockets,en,[],[],[],483,504,8337,[],[],https://twitter.com/elonmusk/status/1487558814522122245,False,,0,,,,,,,,"[{'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +1487557474311880709,1487533641152577540,2022-01-30 02:45:14 Arabian Standard Time,2022-01-30,02:45:14,+0400,44196397,elonmusk,Elon Musk,,@heydave7 True,en,[],[],[],429,294,7216,[],[],https://twitter.com/elonmusk/status/1487557474311880709,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1487435878591078400,1487291741615140869,2022-01-29 18:42:03 Arabian Standard Time,2022-01-29,18:42:03,+0400,44196397,elonmusk,Elon Musk,,@jordanbpeterson Voters should call their elected politicians now to make it clear how they feel,en,[],[],[],794,2412,17609,[],[],https://twitter.com/elonmusk/status/1487435878591078400,False,,0,,,,,,,,"[{'screen_name': 'jordanbpeterson', 'name': 'Dr Jordan B Peterson', 'id': '95092020'}]",,,, +1487385441292754946,1487385441292754946,2022-01-29 15:21:38 Arabian Standard Time,2022-01-29,15:21:38,+0400,44196397,elonmusk,Elon Musk,,Lie back and think of Mars,en,[],[],[],24912,17030,207389,[],[],https://twitter.com/elonmusk/status/1487385441292754946,False,,0,,,,,,,,[],,,, +1487385294785728515,1487307646952960004,2022-01-29 15:21:03 Arabian Standard Time,2022-01-29,15:21:03,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX We need serious tonnage to Mars,en,[],[],[],678,527,9916,[],[],https://twitter.com/elonmusk/status/1487385294785728515,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1487316787385581570,1487316787385581570,2022-01-29 10:48:49 Arabian Standard Time,2022-01-29,10:48:49,+0400,44196397,elonmusk,Elon Musk,, https://t.co/ryK36jvxNx,und,[],[],['https://pbs.twimg.com/media/FKQCu-FWQAIsOgv.jpg'],11171,24442,221559,[],[],https://twitter.com/elonmusk/status/1487316787385581570,False,,1,https://pbs.twimg.com/media/FKQCu-FWQAIsOgv.jpg,,,,,,,[],,,, +1487295769749168128,1487295769749168128,2022-01-29 09:25:18 Arabian Standard Time,2022-01-29,09:25:18,+0400,44196397,elonmusk,Elon Musk,,The Universe is a Hydrogen Sonata,en,[],[],[],9920,9082,126733,[],[],https://twitter.com/elonmusk/status/1487295769749168128,False,,0,,,,,,,,[],,,, +1487213353592365057,1487157679512453120,2022-01-29 03:57:49 Arabian Standard Time,2022-01-29,03:57:49,+0400,44196397,elonmusk,Elon Musk,,@Austen There are many faux 🦄,en,[],[],[],730,436,9760,[],[],https://twitter.com/elonmusk/status/1487213353592365057,False,,0,,,,,,,,"[{'screen_name': 'Austen', 'name': 'Austen Allred 🇺🇦', 'id': '221838349'}]",,,, +1487208665413259267,1487151272667004929,2022-01-29 03:39:11 Arabian Standard Time,2022-01-29,03:39:11,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt It has been a very long road,en,[],[],[],704,485,12784,[],[],https://twitter.com/elonmusk/status/1487208665413259267,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1487168671269203968,1487143988197011458,2022-01-29 01:00:16 Arabian Standard Time,2022-01-29,01:00:16,+0400,44196397,elonmusk,Elon Musk,,@DineshDSouza Interesting ideas,en,[],[],[],5071,4728,69660,[],[],https://twitter.com/elonmusk/status/1487168671269203968,False,,0,,,,,,,,"[{'screen_name': 'DineshDSouza', 'name': ""Dinesh D'Souza"", 'id': '91882544'}]",,,, +1487168386492776449,1486865702284034048,2022-01-29 00:59:08 Arabian Standard Time,2022-01-29,00:59:08,+0400,44196397,elonmusk,Elon Musk,,@Teslaconomics @stevenmarkryan There will only be EVs in the future,en,[],[],[],418,594,6122,[],[],https://twitter.com/elonmusk/status/1487168386492776449,False,,0,,,,,,,,"[{'screen_name': 'Teslaconomics', 'name': 'Teslaconomics', 'id': '985243593538338816'}, {'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}]",,,, +1487144923593949186,1487126488029667330,2022-01-28 23:25:54 Arabian Standard Time,2022-01-28,23:25:54,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com Excited for future of solar at Tesla!,en,[],[],[],960,760,13636,[],[],https://twitter.com/elonmusk/status/1487144923593949186,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1487121182155550725,1486865702284034048,2022-01-28 21:51:33 Arabian Standard Time,2022-01-28,21:51:33,+0400,44196397,elonmusk,Elon Musk,,@stevenmarkryan Tesla will support FSD licensing by other manufacturers,en,[],[],[],528,716,6738,[],[],https://twitter.com/elonmusk/status/1487121182155550725,False,,0,,,,,,,,"[{'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}]",,,, +1487119404382961664,1487119404382961664,2022-01-28 21:44:30 Arabian Standard Time,2022-01-28,21:44:30,+0400,44196397,elonmusk,Elon Musk,,"Disney in the streets, Euphoria in the sheets https://t.co/BPf9Bh23mv",en,[],['https://www.dailymail.co.uk/femail/article-10449129/amp/Disney-sparks-outrage-debuting-new-look-Minnie-Mouse-progressive-blue-pantsuit.html'],[],7906,4867,46813,[],[],https://twitter.com/elonmusk/status/1487119404382961664,False,,0,,,,,,,,[],,,, +1487118125732671497,1486996085256167426,2022-01-28 21:39:25 Arabian Standard Time,2022-01-28,21:39:25,+0400,44196397,elonmusk,Elon Musk,,@archillect I have one,en,[],[],[],2272,1070,37932,[],[],https://twitter.com/elonmusk/status/1487118125732671497,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1486880325871587329,1486865702284034048,2022-01-28 05:54:29 Arabian Standard Time,2022-01-28,05:54:29,+0400,44196397,elonmusk,Elon Musk,,"@stevenmarkryan Given how hard insanely FSD is, I think it may take 5 years or more before any company besides Tesla solves it",en,[],[],[],859,965,9668,[],[],https://twitter.com/elonmusk/status/1486880325871587329,False,,0,,,,,,,,"[{'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}]",,,, +1486854230405173252,1486846468887560201,2022-01-28 04:10:47 Arabian Standard Time,2022-01-28,04:10:47,+0400,44196397,elonmusk,Elon Musk,,@StockSwingAlert @cybrtrkguy I have a feeling that the gerrymandering will not work as well as they think,en,[],[],[],627,818,12178,[],[],https://twitter.com/elonmusk/status/1486854230405173252,False,,0,,,,,,,,"[{'screen_name': 'StockSwingAlert', 'name': 'Stock Swing Alert', 'id': '1240876822981685249'}, {'screen_name': 'cybrtrkguy', 'name': 'The Cybertruck Guy', 'id': '1198313150858383360'}]",,,, +1486850549928579075,1486850549928579075,2022-01-28 03:56:10 Arabian Standard Time,2022-01-28,03:56:10,+0400,44196397,elonmusk,Elon Musk,,And in the darkness bind them,en,[],[],[],8206,35954,204497,[],[],https://twitter.com/elonmusk/status/1486850549928579075,False,https://twitter.com/itsALLrisky/status/1486848111586672641,0,,,,,,,,[],,,, +1486848098387345408,1486846468887560201,2022-01-28 03:46:25 Arabian Standard Time,2022-01-28,03:46:25,+0400,44196397,elonmusk,Elon Musk,,"@guper777 Honestly, I would let the border regions vote. Let the people there actually decide.",en,[],[],[],317,318,4884,[],[],https://twitter.com/elonmusk/status/1486848098387345408,False,,0,,,,,,,,"[{'screen_name': 'GUPER777', 'name': 'Guper', 'id': '1487335141194219520'}]",,,, +1486846853056450560,1486846468887560201,2022-01-28 03:41:28 Arabian Standard Time,2022-01-28,03:41:28,+0400,44196397,elonmusk,Elon Musk,,@cybrtrkguy Vote them out,en,[],[],[],4371,8525,72733,[],[],https://twitter.com/elonmusk/status/1486846853056450560,False,,0,,,,,,,,"[{'screen_name': 'cybrtrkguy', 'name': 'The Cybertruck Guy', 'id': '1198313150858383360'}]",,,, +1486846468887560201,1486846468887560201,2022-01-28 03:39:57 Arabian Standard Time,2022-01-28,03:39:57,+0400,44196397,elonmusk,Elon Musk,,"If you scare people enough, they will demand removal of freedom. This is the path to tyranny.",en,[],[],[],27647,128929,565991,[],[],https://twitter.com/elonmusk/status/1486846468887560201,False,,0,,,,,,,,[],,,, +1486827458632503297,1486827458632503297,2022-01-28 02:24:24 Arabian Standard Time,2022-01-28,02:24:24,+0400,44196397,elonmusk,Elon Musk,,Seems odd that the UN still hasn’t released 2020 world death rates,en,[],[],[],9620,36068,274586,[],[],https://twitter.com/elonmusk/status/1486827458632503297,False,,0,,,,,,,,[],,,, +1486822755546845187,1486772334635536395,2022-01-28 02:05:43 Arabian Standard Time,2022-01-28,02:05:43,+0400,44196397,elonmusk,Elon Musk,,@jayvasdigital Freedom is being stripped away one piece at a time until it is gone,en,[],[],[],2545,13599,66517,[],[],https://twitter.com/elonmusk/status/1486822755546845187,False,,0,,,,,,,,"[{'screen_name': 'jayvasdigital', 'name': 'Jay Vasantharajah', 'id': '122288531'}]",,,, +1486822192264499201,1486794171906240514,2022-01-28 02:03:29 Arabian Standard Time,2022-01-28,02:03:29,+0400,44196397,elonmusk,Elon Musk,,"@LimitingThe @baglino Manganese also requires less lithium, as it operates at higher voltage",en,[],[],[],142,135,2619,[],[],https://twitter.com/elonmusk/status/1486822192264499201,False,,0,,,,,,,,"[{'screen_name': 'LimitingThe', 'name': '🔋 The Limiting Factor 🔋', 'id': '1215825810214383617'}, {'screen_name': 'baglino', 'name': 'Drew Baglino', 'id': '17066733'}]",,,, +1486821592533544971,1486794171906240514,2022-01-28 02:01:06 Arabian Standard Time,2022-01-28,02:01:06,+0400,44196397,elonmusk,Elon Musk,,@LimitingThe @baglino Just that manganese is an alternative to iron & phosphorus for scaling cathode production to several TWh/year,en,[],[],[],185,180,3297,[],[],https://twitter.com/elonmusk/status/1486821592533544971,False,,0,,,,,,,,"[{'screen_name': 'LimitingThe', 'name': '🔋 The Limiting Factor 🔋', 'id': '1215825810214383617'}, {'screen_name': 'baglino', 'name': 'Drew Baglino', 'id': '17066733'}]",,,, +1486812091486978049,1486801343826194432,2022-01-28 01:23:20 Arabian Standard Time,2022-01-28,01:23:20,+0400,44196397,elonmusk,Elon Musk,,@incentives101 @ICRicardoLara Exactly,en,[],[],[],108,155,4426,[],[],https://twitter.com/elonmusk/status/1486812091486978049,False,,0,,,,,,,,"[{'screen_name': 'incentives101', 'name': 'Incentives', 'id': '836023811728375808'}, {'screen_name': 'ICRicardoLara', 'name': 'Ricardo Lara', 'id': '1004956382'}]",,,, +1486809727963123716,1486801343826194432,2022-01-28 01:13:57 Arabian Standard Time,2022-01-28,01:13:57,+0400,44196397,elonmusk,Elon Musk,,@ICRicardoLara Your policies are directly responsible for the outrageously high insurance premiums paid by Californians,en,[],[],[],183,469,6407,[],[],https://twitter.com/elonmusk/status/1486809727963123716,False,,0,,,,,,,,"[{'screen_name': 'ICRicardoLara', 'name': 'Ricardo Lara', 'id': '1004956382'}]",,,, +1486809352686211072,1486801343826194432,2022-01-28 01:12:27 Arabian Standard Time,2022-01-28,01:12:27,+0400,44196397,elonmusk,Elon Musk,,@ICRicardoLara You should be voted out of office,en,[],[],[],257,537,7360,[],[],https://twitter.com/elonmusk/status/1486809352686211072,False,,0,,,,,,,,"[{'screen_name': 'ICRicardoLara', 'name': 'Ricardo Lara', 'id': '1004956382'}]",,,, +1486806256027422730,1486772334635536395,2022-01-28 01:00:09 Arabian Standard Time,2022-01-28,01:00:09,+0400,44196397,elonmusk,Elon Musk,,CB radios are free from govt/media control,en,[],[],[],3578,12609,119433,[],[],https://twitter.com/elonmusk/status/1486806256027422730,False,,0,,,,,,,,[],,,, +1486802784150302723,1486494532007079937,2022-01-28 00:46:21 Arabian Standard Time,2022-01-28,00:46:21,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @POTUS 🤣,und,[],[],[],165,257,7845,[],[],https://twitter.com/elonmusk/status/1486802784150302723,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}]",,,, +1486799184904736774,1486785673197670410,2022-01-28 00:32:03 Arabian Standard Time,2022-01-28,00:32:03,+0400,44196397,elonmusk,Elon Musk,,@EmmetPeppers Exactly,en,[],[],[],451,385,8685,[],[],https://twitter.com/elonmusk/status/1486799184904736774,False,,0,,,,,,,,"[{'screen_name': 'EmmetPeppers', 'name': 'Emmet Peppers', 'id': '45967905'}]",,,, +1486775573779292162,1486736654060568576,2022-01-27 22:58:14 Arabian Standard Time,2022-01-27,22:58:14,+0400,44196397,elonmusk,Elon Musk,,@MemesOfMars @disclosetv 👍,und,[],[],[],166,233,4905,[],[],https://twitter.com/elonmusk/status/1486775573779292162,False,,0,,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': '🦊❤️🚀 Dreams of Mars 🌕', 'id': '15567938'}, {'screen_name': 'disclosetv', 'name': 'Disclose.tv', 'id': '15392486'}]",,,, +1486775453385957383,1485243835517075458,2022-01-27 22:57:45 Arabian Standard Time,2022-01-27,22:57:45,+0400,44196397,elonmusk,Elon Musk,,@PeterAttiaMD 💯,und,[],[],[],131,178,4163,[],[],https://twitter.com/elonmusk/status/1486775453385957383,False,,0,,,,,,,,"[{'screen_name': 'PeterAttiaMD', 'name': 'Peter Attia', 'id': '349347318'}]",,,, +1486775205162848257,1486736654060568576,2022-01-27 22:56:46 Arabian Standard Time,2022-01-27,22:56:46,+0400,44196397,elonmusk,Elon Musk,,@disclosetv I am in awe of Sweden,en,[],[],[],443,1423,11334,[],[],https://twitter.com/elonmusk/status/1486775205162848257,False,,0,,,,,,,,"[{'screen_name': 'disclosetv', 'name': 'Disclose.tv', 'id': '15392486'}]",,,, +1486772334635536395,1486772334635536395,2022-01-27 22:45:22 Arabian Standard Time,2022-01-27,22:45:22,+0400,44196397,elonmusk,Elon Musk,,Canadian truckers rule,en,[],[],[],21238,79145,441322,[],[],https://twitter.com/elonmusk/status/1486772334635536395,False,,0,,,,,,,,[],,,, +1486769461935886345,1486768920434520076,2022-01-27 22:33:57 Arabian Standard Time,2022-01-27,22:33:57,+0400,44196397,elonmusk,Elon Musk,,@kimpaquette Biden is treating the American public like fools,en,[],[],[],2177,6246,33753,[],[],https://twitter.com/elonmusk/status/1486769461935886345,False,,0,,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄 🦊 🇺🇦 ☮️ 🕊', 'id': '258602317'}]",,,, +1486768360025174020,1486494532007079937,2022-01-27 22:29:34 Arabian Standard Time,2022-01-27,22:29:34,+0400,44196397,elonmusk,Elon Musk,,@dogeofficialceo @EvaFoxU @POTUS 🤣,und,[],[],[],212,366,10052,[],[],https://twitter.com/elonmusk/status/1486768360025174020,False,,0,,,,,,,,"[{'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin 🇺🇦 🦊', 'id': '1355945100216573952'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}]",,,, +1486767109275328516,1486494532007079937,2022-01-27 22:24:36 Arabian Standard Time,2022-01-27,22:24:36,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU @POTUS Biden is a damp 🧦 puppet in human form,en,[],[],[],3228,11992,56748,[],[],https://twitter.com/elonmusk/status/1486767109275328516,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}]",,,, +1486765679957225472,1486636306893447170,2022-01-27 22:18:55 Arabian Standard Time,2022-01-27,22:18:55,+0400,44196397,elonmusk,Elon Musk,,@PPathole I might have made it too pointy!,en,[],[],[],339,239,5055,[],[],https://twitter.com/elonmusk/status/1486765679957225472,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1486758032038113281,1486494532007079937,2022-01-27 21:48:32 Arabian Standard Time,2022-01-27,21:48:32,+0400,44196397,elonmusk,Elon Musk,,@POTUS Starts with a T Ends with an A ESL in the middle,en,[],[],[],4505,9736,87018,[],[],https://twitter.com/elonmusk/status/1486758032038113281,False,,0,,,,,,,,"[{'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}]",,,, +1486753860555358216,1486753860555358216,2022-01-27 21:31:57 Arabian Standard Time,2022-01-27,21:31:57,+0400,44196397,elonmusk,Elon Musk,,Je m’aple syrup,fr,[],[],[],13804,12544,162184,[],[],https://twitter.com/elonmusk/status/1486753860555358216,False,,0,,,,,,,,[],,,, +1486745794619265028,1486742022518018051,2022-01-27 20:59:54 Arabian Standard Time,2022-01-27,20:59:54,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog They’re being driven around in limousines, so they can’t grok it",en,[],[],[],841,478,9429,[],[],https://twitter.com/elonmusk/status/1486745794619265028,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1486745195186163715,1486466975987556353,2022-01-27 20:57:31 Arabian Standard Time,2022-01-27,20:57:31,+0400,44196397,elonmusk,Elon Musk,,"@TashaARK Sounds about right for autonomous cars. Optimus will greatly exceed this. The economy will be as big as people want it to be. There will be no scarcity, except that which is artificially created.",en,[],[],[],382,586,5273,[],[],https://twitter.com/elonmusk/status/1486745195186163715,False,,0,,,,,,,,"[{'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}]",,,, +1486617252128608256,1486526316203560961,2022-01-27 12:29:07 Arabian Standard Time,2022-01-27,12:29:07,+0400,44196397,elonmusk,Elon Musk,,@Gfilche @Tesla ♥️,und,[],[],[],1182,671,18731,[],[],https://twitter.com/elonmusk/status/1486617252128608256,False,,0,,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali 🇺🇦', 'id': '348844712'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1486380368362188805,1486069120772677632,2022-01-26 20:47:50 Arabian Standard Time,2022-01-26,20:47:50,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog They appear to have some room for improvement,en,[],[],[],1214,843,20072,[],[],https://twitter.com/elonmusk/status/1486380368362188805,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1486372366812954632,1486316390877642759,2022-01-26 20:16:02 Arabian Standard Time,2022-01-26,20:16:02,+0400,44196397,elonmusk,Elon Musk,,@wonderofscience https://t.co/qFc6vxeFFl,und,[],['https://m.youtube.com/watch?v=Hphwfq1wLJs'],[],682,286,5246,[],[],https://twitter.com/elonmusk/status/1486372366812954632,False,,0,,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +1486216691809927168,1486215976559398915,2022-01-26 09:57:26 Arabian Standard Time,2022-01-26,09:57:26,+0400,44196397,elonmusk,Elon Musk,,@karpathy 💯,und,[],[],[],580,362,7548,[],[],https://twitter.com/elonmusk/status/1486216691809927168,False,,0,,,,,,,,"[{'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +1486211625984176130,1486108043934945289,2022-01-26 09:37:18 Arabian Standard Time,2022-01-26,09:37:18,+0400,44196397,elonmusk,Elon Musk,,@alex_avoigt 🤣,und,[],[],[],412,360,10133,[],[],https://twitter.com/elonmusk/status/1486211625984176130,False,,0,,,,,,,,"[{'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}]",,,, +1486143850368360448,1486143850368360448,2022-01-26 05:07:59 Arabian Standard Time,2022-01-26,05:07:59,+0400,44196397,elonmusk,Elon Musk,,Been driving latest Cybertruck prototype around Giga Texas. It’s awesome!,en,[],[],[],16705,13587,228606,[],[],https://twitter.com/elonmusk/status/1486143850368360448,False,,0,,,,,,,,[],,,, +1486143474554523651,1485712943316623360,2022-01-26 05:06:30 Arabian Standard Time,2022-01-26,05:06:30,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX I have trouble understanding any other motivations tbh,en,[],[],[],485,429,6630,[],[],https://twitter.com/elonmusk/status/1486143474554523651,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}]",,,, +1486018123585179653,1486011446517403653,2022-01-25 20:48:24 Arabian Standard Time,2022-01-25,20:48:24,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Nice,en,[],[],[],1393,1328,17106,[],[],https://twitter.com/elonmusk/status/1486018123585179653,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1486017140318773248,1486008110628028419,2022-01-25 20:44:29 Arabian Standard Time,2022-01-25,20:44:29,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k It’s like he could see the future!,en,[],[],[],1280,2111,20194,[],[],https://twitter.com/elonmusk/status/1486017140318773248,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1485955529813987330,1485955529813987330,2022-01-25 16:39:40 Arabian Standard Time,2022-01-25,16:39:40,+0400,44196397,elonmusk,Elon Musk,, https://t.co/iLfCWdi0Lb,und,[],[],['https://pbs.twimg.com/media/FJ8srgMXsAAqjaV.jpg'],11506,85892,496407,[],[],https://twitter.com/elonmusk/status/1485955529813987330,False,,1,https://pbs.twimg.com/media/FJ8srgMXsAAqjaV.jpg,,,,,,,[],,,, +1485953263040188416,1485953263040188416,2022-01-25 16:30:40 Arabian Standard Time,2022-01-25,16:30:40,+0400,44196397,elonmusk,Elon Musk,,I will eat a happy meal on tv if @McDonalds accepts Dogecoin,en,"[{'screen_name': 'mcdonalds', 'name': ""mcdonald's"", 'id': '71026122'}]",[],[],31009,59390,422490,[],[],https://twitter.com/elonmusk/status/1485953263040188416,False,,0,,,,,,,,[],,,, +1485933810516697092,1485696216168075264,2022-01-25 15:13:22 Arabian Standard Time,2022-01-25,15:13:22,+0400,44196397,elonmusk,Elon Musk,,@MarcusHouse @technology This is a matter of much internal debate,en,[],[],[],275,163,3502,[],[],https://twitter.com/elonmusk/status/1485933810516697092,False,,0,,,,,,,,"[{'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}, {'screen_name': 'technology', 'name': 'Bloomberg Technology', 'id': '21272440'}]",,,, +1485932186280906752,1485696216168075264,2022-01-25 15:06:55 Arabian Standard Time,2022-01-25,15:06:55,+0400,44196397,elonmusk,Elon Musk,,@technology Our biggest limitation with Fremont is convincing enough associates to build cars when they have so many other job opportunities in the Bay Area! Thanks again Tesla team for doing the hard work of building real products that people love ♥️,en,[],[],[],157,329,4375,[],[],https://twitter.com/elonmusk/status/1485932186280906752,False,,0,,,,,,,,"[{'screen_name': 'technology', 'name': 'Bloomberg Technology', 'id': '21272440'}]",,,, +1485927658294845442,1485927658294845442,2022-01-25 14:48:55 Arabian Standard Time,2022-01-25,14:48:55,+0400,44196397,elonmusk,Elon Musk,, https://t.co/ReDlSVLcl7,und,[],[],['https://pbs.twimg.com/media/FJ8TVAzXIAIK5ub.jpg'],13943,95216,390517,[],[],https://twitter.com/elonmusk/status/1485927658294845442,False,,1,https://pbs.twimg.com/media/FJ8TVAzXIAIK5ub.jpg,,,,,,,[],,,, +1485926395633152006,1485926395633152006,2022-01-25 14:43:54 Arabian Standard Time,2022-01-25,14:43:54,+0400,44196397,elonmusk,Elon Musk,, https://t.co/gT0jq8Z6iH,und,[],[],['https://pbs.twimg.com/media/FJ8SLkBWUAMNlK8.jpg'],8059,22695,283161,[],[],https://twitter.com/elonmusk/status/1485926395633152006,False,,1,https://pbs.twimg.com/media/FJ8SLkBWUAMNlK8.jpg,,,,,,,[],,,, +1485886978738565125,1485672513753518083,2022-01-25 12:07:16 Arabian Standard Time,2022-01-25,12:07:16,+0400,44196397,elonmusk,Elon Musk,,@skorusARK I sense a trend,en,[],[],[],1988,961,19478,[],[],https://twitter.com/elonmusk/status/1485886978738565125,False,,0,,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1484458464806162432,1484350796280246272,2022-01-21 13:30:52 Arabian Standard Time,2022-01-21,13:30:52,+0400,44196397,elonmusk,Elon Musk,,@business Great wisdom,en,[],[],[],993,484,8297,[],[],https://twitter.com/elonmusk/status/1484458464806162432,False,,0,,,,,,,,"[{'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +1484456594775678976,1484453889671942144,2022-01-21 13:23:26 Arabian Standard Time,2022-01-21,13:23:26,+0400,44196397,elonmusk,Elon Musk,,Twitter is spending engineering resources on this bs while crypto scammers are throwing a spambot block party in every thread!?,en,[],[],[],7983,10037,149072,[],[],https://twitter.com/elonmusk/status/1484456594775678976,False,,0,,,,,,,,[],,,, +1484454651563069443,1484453889671942144,2022-01-21 13:15:43 Arabian Standard Time,2022-01-21,13:15:43,+0400,44196397,elonmusk,Elon Musk,,@NutaIie 🤣,und,[],[],[],463,204,11151,[],[],https://twitter.com/elonmusk/status/1484454651563069443,False,,0,,,,,,,,"[{'screen_name': 'NutaIie', 'name': 'Natalie 🍓', 'id': '796161999935799297'}]",,,, +1484453889671942144,1484453889671942144,2022-01-21 13:12:41 Arabian Standard Time,2022-01-21,13:12:41,+0400,44196397,elonmusk,Elon Musk,,This is annoying https://t.co/KAkDl29CTX,en,[],[],['https://pbs.twimg.com/media/FJnW8ckWQAEu0wZ.jpg'],18664,19211,220564,[],[],https://twitter.com/elonmusk/status/1484453889671942144,False,,1,https://pbs.twimg.com/media/FJnW8ckWQAEu0wZ.jpg,,,,,,,[],,,, +1484424055071641602,1483754918615912451,2022-01-21 11:14:08 Arabian Standard Time,2022-01-21,11:14:08,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @Reuters This is a hard thing for us to do right now, as we don’t have enough satellites with laser links and there are already geo sats that serve the Tonga region. That is why I’m asking for clear confirmation.",en,[],[],[],975,439,7532,[],[],https://twitter.com/elonmusk/status/1484424055071641602,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +1484422657995116545,1484134593850580995,2022-01-21 11:08:35 Arabian Standard Time,2022-01-21,11:08:35,+0400,44196397,elonmusk,Elon Musk,,"@matthew_kerle @WholeMarsBlog @CodingMark Yeah, this saves a whole tap. Just swipe down for auto navigate.",en,[],[],[],217,104,2185,[],[],https://twitter.com/elonmusk/status/1484422657995116545,False,,0,,,,,,,,"[{'screen_name': 'matthew_kerle', 'name': 'Matthew Kerle', 'id': '119250616'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'CodingMark', 'name': 'Mark💙💛🦊', 'id': '952755407788826624'}]",,,, +1484422174626746371,1483754918615912451,2022-01-21 11:06:40 Arabian Standard Time,2022-01-21,11:06:40,+0400,44196397,elonmusk,Elon Musk,,@Reuters Could people from Tonga let us know if it is important for SpaceX to send over Starlink terminals?,en,[],[],[],1608,1953,27494,[],[],https://twitter.com/elonmusk/status/1484422174626746371,False,,0,,,,,,,,"[{'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +1484412574061973504,1484191213297311746,2022-01-21 10:28:31 Arabian Standard Time,2022-01-21,10:28:31,+0400,44196397,elonmusk,Elon Musk,,@thetweethaver wtf,und,[],[],[],466,277,5687,[],[],https://twitter.com/elonmusk/status/1484412574061973504,False,,0,,,,,,,,"[{'screen_name': 'thetweethaver', 'name': 'Guy Tweet Haver', 'id': '1186988544734220290'}]",,,, +1484401637594644480,1484357230606442503,2022-01-21 09:45:03 Arabian Standard Time,2022-01-21,09:45:03,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV An SUV that is faster than a Formula 1 race car https://t.co/43YJpFDGpf,en,[],[],['https://pbs.twimg.com/media/FJmnaPhXIAE-qPu.jpg'],909,613,6717,[],[],https://twitter.com/elonmusk/status/1484401637594644480,False,,1,https://pbs.twimg.com/media/FJmnaPhXIAE-qPu.jpg,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1484381725761282056,1483897557873049602,2022-01-21 08:25:56 Arabian Standard Time,2022-01-21,08:25:56,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 @supriyasahuias Baby X is just like this haha,en,[],[],[],3458,1419,19027,[],[],https://twitter.com/elonmusk/status/1484381725761282056,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}, {'screen_name': 'supriyasahuias', 'name': 'Supriya Sahu IAS', 'id': '3259726148'}]",,,, +1484321955343785986,1484235625708630026,2022-01-21 04:28:26 Arabian Standard Time,2022-01-21,04:28:26,+0400,44196397,elonmusk,Elon Musk,,@Nitzao @bevedoni Most people have no idea,en,[],[],[],412,425,4715,[],[],https://twitter.com/elonmusk/status/1484321955343785986,False,,0,,,,,,,,"[{'screen_name': 'Nitzao', 'name': 'Nitzao', 'id': '968441645057368064'}, {'screen_name': 'bevedoni', 'name': 'Doniyor', 'id': '1908616248'}]",,,, +1484080284593176576,1483986428262371328,2022-01-20 12:28:07 Arabian Standard Time,2022-01-20,12:28:07,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 Yeah,en,[],[],[],930,479,22083,[],[],https://twitter.com/elonmusk/status/1484080284593176576,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}]",,,, +1484012192915677184,1484012192915677184,2022-01-20 07:57:33 Arabian Standard Time,2022-01-20,07:57:33,+0400,44196397,elonmusk,Elon Musk,,Maybe something like this https://t.co/PUBLdaewt8,en,[],[],[],10799,8637,88384,[],[],https://twitter.com/elonmusk/status/1484012192915677184,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1484012120266219522/pu/img/nimSUZgNGiVpo5D_.jpg,,,,,,,[],,,, +1484009139756056583,1484009139756056583,2022-01-20 07:45:25 Arabian Standard Time,2022-01-20,07:45:25,+0400,44196397,elonmusk,Elon Musk,, https://t.co/rTlxHR4zi1,und,[],[],['https://pbs.twimg.com/media/FJhCcdYX0AMWo16.jpg'],16429,33821,329909,[],[],https://twitter.com/elonmusk/status/1484009139756056583,False,,1,https://pbs.twimg.com/media/FJhCcdYX0AMWo16.jpg,,,,,,,[],,,, +1484002196538671106,1484002196538671106,2022-01-20 07:17:49 Arabian Standard Time,2022-01-20,07:17:49,+0400,44196397,elonmusk,Elon Musk,,Frank & Beans https://t.co/xJfuW6HKs4,en,[],[],[],6179,5329,69209,[],[],https://twitter.com/elonmusk/status/1484002196538671106,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1484002165488291841/pu/img/xgNZvnrpld6ALbkl.jpg,,,,,,,[],,,, +1483907599036780557,1483735902564270081,2022-01-20 01:01:55 Arabian Standard Time,2022-01-20,01:01:55,+0400,44196397,elonmusk,Elon Musk,,@blueskykites @Grimezsz @WholeMarsBlog @SpaceXMR @musky_meme @CovelloMassimo @SpaceX @Kristennetten @EliBurton_ @Erdayastronaut @28delayslater @TeslaAndDoge @bevedoni @TeslaHype @OwenSparks_ @RationalEtienne It’s true – I do think a lot about rocket engine chamber pressure ahaha,en,[],[],[],636,516,17798,[],[],https://twitter.com/elonmusk/status/1483907599036780557,False,,0,,,,,,,,"[{'screen_name': 'blueskykites', 'name': 'Gary Mark🕊Blue Sky Kites', 'id': '87101095'}, {'screen_name': 'Grimezsz', 'name': '𝔊𝔯𝔦𝔪𝔢𝔰 (⌛️,⏳) ᚷᚱᛁᛗᛖᛋ', 'id': '276540738'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'SpaceXMR', 'name': 'r/SpaceXMasterrace', 'id': '1004697063974633472'}, {'screen_name': 'musky_meme', 'name': 'Musky Memes', 'id': '1288744062590173184'}, {'screen_name': 'CovelloMassimo', 'name': 'Thank you for flying with SpaceX', 'id': '543971421'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'EliBurton_', 'name': 'Eli Burton', 'id': '1060049746713182208'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}, {'screen_name': 'TeslaAndDoge', 'name': 'Tesla and Doge', 'id': '1336616210767642627'}, {'screen_name': 'bevedoni', 'name': 'Doniyor', 'id': '1908616248'}, {'screen_name': 'TeslaHype', 'name': 'Tesla Hype', 'id': '1311506622821400581'}, {'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}]",,,, +1483868696246468614,1483782053611315207,2022-01-19 22:27:20 Arabian Standard Time,2022-01-19,22:27:20,+0400,44196397,elonmusk,Elon Musk,,@hiromichimizuno Same,en,[],[],[],563,291,6327,[],[],https://twitter.com/elonmusk/status/1483868696246468614,False,,0,,,,,,,,"[{'screen_name': 'hiromichimizuno', 'name': 'HIRO MIZUNO', 'id': '72862939'}]",,,, +1483849897925353480,1483849465488363528,2022-01-19 21:12:38 Arabian Standard Time,2022-01-19,21:12:38,+0400,44196397,elonmusk,Elon Musk,,@sdteslaowners @Alandbru Ok,und,[],[],[],280,120,3090,[],[],https://twitter.com/elonmusk/status/1483849897925353480,False,,0,,,,,,,,"[{'screen_name': 'sdteslaowners', 'name': 'Tesla Club — San Diego', 'id': '1230793700831137792'}, {'screen_name': 'Alandbru', 'name': 'Aland≡Bru', 'id': '204259877'}]",,,, +1483849583436390408,1483839349456257027,2022-01-19 21:11:23 Arabian Standard Time,2022-01-19,21:11:23,+0400,44196397,elonmusk,Elon Musk,,@nichegamer But is he playing it on Legendary difficulty?,en,[],[],[],507,338,8471,[],[],https://twitter.com/elonmusk/status/1483849583436390408,False,,0,,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1483741343335821313,1483730195320565763,2022-01-19 14:01:17 Arabian Standard Time,2022-01-19,14:01:17,+0400,44196397,elonmusk,Elon Musk,,@stevenmarkryan Will do our best. Decentralized control of the robots will be critical.,en,[],[],[],618,403,7080,[],[],https://twitter.com/elonmusk/status/1483741343335821313,False,,0,,,,,,,,"[{'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}]",,,, +1483740768145715201,1483680085999640579,2022-01-19 13:59:00 Arabian Standard Time,2022-01-19,13:59:00,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog @RealDanODowd Sheer luck,en,[],[],[],885,231,5241,[],[],https://twitter.com/elonmusk/status/1483740768145715201,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'RealDanODowd', 'name': ""Dan O'Dowd"", 'id': '1399133612469932036'}]",,,, +1483733179219517443,1483484932961972227,2022-01-19 13:28:51 Arabian Standard Time,2022-01-19,13:28:51,+0400,44196397,elonmusk,Elon Musk,,@AdamSinger I hear versions of this often irl,en,[],[],[],276,142,3327,[],[],https://twitter.com/elonmusk/status/1483733179219517443,False,,0,,,,,,,,"[{'screen_name': 'AdamSinger', 'name': 'Adam Singer', 'id': '14031032'}]",,,, +1483728729545363457,1483728729545363457,2022-01-19 13:11:10 Arabian Standard Time,2022-01-19,13:11:10,+0400,44196397,elonmusk,Elon Musk,,"Tesla AI might play a role in AGI, given that it trains against the outside world, especially with the advent of Optimus",en,[],[],[],9052,6011,88469,[],[],https://twitter.com/elonmusk/status/1483728729545363457,False,,0,,,,,,,,[],,,, +1483717933700366336,1483717933700366336,2022-01-19 12:28:16 Arabian Standard Time,2022-01-19,12:28:16,+0400,44196397,elonmusk,Elon Musk,, https://t.co/n2ivCG4E8b,und,[],[],['https://pbs.twimg.com/media/FJc5mNCWUAE-58s.jpg'],20234,21600,176498,[],[],https://twitter.com/elonmusk/status/1483717933700366336,False,,1,https://pbs.twimg.com/media/FJc5mNCWUAE-58s.jpg,,,,,,,[],,,, +1483633282482847744,1483633282482847744,2022-01-19 06:51:53 Arabian Standard Time,2022-01-19,06:51:53,+0400,44196397,elonmusk,Elon Musk,,Believe in the future!,en,[],[],[],30771,47606,376685,[],[],https://twitter.com/elonmusk/status/1483633282482847744,False,,0,,,,,,,,[],,,, +1483632730298621954,1483631831748685835,2022-01-19 06:49:42 Arabian Standard Time,2022-01-19,06:49:42,+0400,44196397,elonmusk,Elon Musk,,Back to the moon soon,en,[],[],[],8601,8437,111677,[],[],https://twitter.com/elonmusk/status/1483632730298621954,False,,0,,,,,,,,[],,,, +1483631831748685835,1483631831748685835,2022-01-19 06:46:07 Arabian Standard Time,2022-01-19,06:46:07,+0400,44196397,elonmusk,Elon Musk,, https://t.co/vltBvTXExY,und,[],[],['https://pbs.twimg.com/media/FJbrSbnWQAEMb4Y.jpg'],13608,21479,273874,[],[],https://twitter.com/elonmusk/status/1483631831748685835,False,,1,https://pbs.twimg.com/media/FJbrSbnWQAEMb4Y.jpg,,,,,,,[],,,, +1483625107264319492,1483618409573093376,2022-01-19 06:19:24 Arabian Standard Time,2022-01-19,06:19:24,+0400,44196397,elonmusk,Elon Musk,,@SpaceX Another 49 Starlinks reach orbit,en,[],[],[],1393,1221,22322,[],[],https://twitter.com/elonmusk/status/1483625107264319492,False,,0,,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1483614923158691840,1483517086446272512,2022-01-19 05:38:56 Arabian Standard Time,2022-01-19,05:38:56,+0400,44196397,elonmusk,Elon Musk,,@PPathole @Tesla I was just there. Good progress!,en,[],[],[],264,247,5149,[],[],https://twitter.com/elonmusk/status/1483614923158691840,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1483600671853223936,1483463148258705413,2022-01-19 04:42:18 Arabian Standard Time,2022-01-19,04:42:18,+0400,44196397,elonmusk,Elon Musk,,@tesla_raj People do not yet understand how valuable an autonomous vehicle will be,en,[],[],[],1561,1018,11087,[],[],https://twitter.com/elonmusk/status/1483600671853223936,False,,0,,,,,,,,"[{'screen_name': 'tesla_raj', 'name': 'Tesla Raj', 'id': '1061504849420836865'}]",,,, +1483593793223991298,1483484932961972227,2022-01-19 04:14:58 Arabian Standard Time,2022-01-19,04:14:58,+0400,44196397,elonmusk,Elon Musk,,@nichegamer https://t.co/mzY5LICG8r,und,[],['https://www.asahi.com/sp/ajw/articles/14509875'],[],105,138,1759,[],[],https://twitter.com/elonmusk/status/1483593793223991298,False,,0,,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1483592644928413698,1483484932961972227,2022-01-19 04:10:25 Arabian Standard Time,2022-01-19,04:10:25,+0400,44196397,elonmusk,Elon Musk,,"@nichegamer Last year, Japan had ~800k births & life expectancy is 85 years (impressively high!), implying future population of only 68M, dropping almost half from current population of 126M. That’s a lot of ghost towns & cities.",en,[],[],[],536,904,7560,[],[],https://twitter.com/elonmusk/status/1483592644928413698,False,,0,,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1483570552510025729,1483475624454987778,2022-01-19 02:42:37 Arabian Standard Time,2022-01-19,02:42:37,+0400,44196397,elonmusk,Elon Musk,,@jhall Tragic case of ego/ability>>1,en,[],[],[],178,149,2372,[],[],https://twitter.com/elonmusk/status/1483570552510025729,False,,0,,,,,,,,"[{'screen_name': 'jhall', 'name': 'Jim Hall 🤖 🚀✨', 'id': '778623'}]",,,, +1483526984223367173,1483484932961972227,2022-01-18 23:49:30 Arabian Standard Time,2022-01-18,23:49:30,+0400,44196397,elonmusk,Elon Musk,, https://t.co/OE5bjbf6Gq,und,[],['https://www.bbc.com/news/health-53409521.amp'],[],3285,3026,26954,[],[],https://twitter.com/elonmusk/status/1483526984223367173,False,,0,,,,,,,,[],,,, +1483526459021012998,1483484932961972227,2022-01-18 23:47:25 Arabian Standard Time,2022-01-18,23:47:25,+0400,44196397,elonmusk,Elon Musk,, https://t.co/xMaVipUuYf,und,[],['https://www.npr.org/2021/05/05/993817146/u-s-birth-rate-fell-by-4-in-2020-hitting-another-record-low'],[],2190,2187,25237,[],[],https://twitter.com/elonmusk/status/1483526459021012998,False,,0,,,,,,,,[],,,, +1483486559336910850,1483484932961972227,2022-01-18 21:08:52 Arabian Standard Time,2022-01-18,21:08:52,+0400,44196397,elonmusk,Elon Musk,,"If there aren’t enough people for Earth, then there definitely won’t be enough for Mars ☹️",en,[],[],[],6275,3829,57330,[],[],https://twitter.com/elonmusk/status/1483486559336910850,False,,0,,,,,,,,[],,,, +1483486050731364354,1483484932961972227,2022-01-18 21:06:50 Arabian Standard Time,2022-01-18,21:06:50,+0400,44196397,elonmusk,Elon Musk,,@sweetsinner3 Trying to set a good example 😀,en,[],[],[],718,329,14195,[],[],https://twitter.com/elonmusk/status/1483486050731364354,False,,0,,,,,,,,"[{'screen_name': 'sweetsinner3', 'name': 'Nemo', 'id': '27843263'}]",,,, +1483485872045625352,1483484932961972227,2022-01-18 21:06:08 Arabian Standard Time,2022-01-18,21:06:08,+0400,44196397,elonmusk,Elon Musk,,@lukemiler Exactly,en,[],[],[],357,151,4160,[],[],https://twitter.com/elonmusk/status/1483485872045625352,False,,0,,,,,,,,"[{'screen_name': 'lukemiler', 'name': 'Luke Miler', 'id': '11934902'}]",,,, +1483485798548840450,1483484932961972227,2022-01-18 21:05:50 Arabian Standard Time,2022-01-18,21:05:50,+0400,44196397,elonmusk,Elon Musk,,"UN projections are utter nonsense. Just multiply last year’s births by life expectancy. Given downward trend in birth rate, that is best case unless reversed.",en,[],[],[],2122,2759,43041,[],[],https://twitter.com/elonmusk/status/1483485798548840450,False,,0,,,,,,,,[],,,, +1483484932961972227,1483484932961972227,2022-01-18 21:02:24 Arabian Standard Time,2022-01-18,21:02:24,+0400,44196397,elonmusk,Elon Musk,,We should be much more worried about population collapse,en,[],[],[],23125,20894,196329,[],[],https://twitter.com/elonmusk/status/1483484932961972227,False,,0,,,,,,,,[],,,, +1483465203048189952,1483401283381858305,2022-01-18 19:44:00 Arabian Standard Time,2022-01-18,19:44:00,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 I see where Frank Herbert got some of his ideas,en,[],[],[],794,267,7015,[],[],https://twitter.com/elonmusk/status/1483465203048189952,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1483347625592213504,1478769788184838149,2022-01-18 11:56:47 Arabian Standard Time,2022-01-18,11:56:47,+0400,44196397,elonmusk,Elon Musk,,@heydave7 🤣,und,[],[],[],306,178,4017,[],[],https://twitter.com/elonmusk/status/1483347625592213504,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1483338057403273218,1483332885457223683,2022-01-18 11:18:46 Arabian Standard Time,2022-01-18,11:18:46,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Yup,und,[],[],[],221,137,2911,[],[],https://twitter.com/elonmusk/status/1483338057403273218,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1483331789477265414,1483284597169278976,2022-01-18 10:53:52 Arabian Standard Time,2022-01-18,10:53:52,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Honestly I woulda clicked it,en,[],[],[],1654,558,8342,[],[],https://twitter.com/elonmusk/status/1483331789477265414,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1483323116126416896,1483321890953318401,2022-01-18 10:19:24 Arabian Standard Time,2022-01-18,10:19:24,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV Spatial & temporal memory are improving, so there will be less flicker",en,[],[],[],519,460,11258,[],[],https://twitter.com/elonmusk/status/1483323116126416896,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1483275291472666632,1483268421659803649,2022-01-18 07:09:22 Arabian Standard Time,2022-01-18,07:09:22,+0400,44196397,elonmusk,Elon Musk,,"@SawyerMerritt Yeah, unfortunately this is becoming a security issue",en,[],[],[],884,577,11995,[],[],https://twitter.com/elonmusk/status/1483275291472666632,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1483268997605134338,1483266301766545408,2022-01-18 06:44:21 Arabian Standard Time,2022-01-18,06:44:21,+0400,44196397,elonmusk,Elon Musk,,"@PPathole Cool, we’re both born 69 days after 4/20 haha",en,[],[],[],1566,1425,35831,[],[],https://twitter.com/elonmusk/status/1483268997605134338,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1483213212556443658,1483182884643086344,2022-01-18 03:02:41 Arabian Standard Time,2022-01-18,03:02:41,+0400,44196397,elonmusk,Elon Musk,,"@DriveTeslaca I obv can’t comment on every rumor, but this isn’t true. Am headed to Berlin mid Feb, not this week.",en,[],[],[],578,393,8501,[],[],https://twitter.com/elonmusk/status/1483213212556443658,False,,0,,,,,,,,"[{'screen_name': 'DriveTeslaca', 'name': 'Drive Tesla 🇨🇦', 'id': '1169348503975317504'}]",,,, +1483183318019493892,1483169102260674560,2022-01-18 01:03:53 Arabian Standard Time,2022-01-18,01:03:53,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Pretty wild,en,[],[],[],1063,673,17002,[],[],https://twitter.com/elonmusk/status/1483183318019493892,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1483168416777347079,1483163469591367681,2022-01-18 00:04:41 Arabian Standard Time,2022-01-18,00:04:41,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k The most entertaining outcome is the most likely,en,[],[],[],3002,3013,22642,[],[],https://twitter.com/elonmusk/status/1483168416777347079,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1483136827141890048,1483135160245579776,2022-01-17 21:59:09 Arabian Standard Time,2022-01-17,21:59:09,+0400,44196397,elonmusk,Elon Musk,,@pmarca Accurate video 🤣,it,[],[],[],397,234,3865,[],[],https://twitter.com/elonmusk/status/1483136827141890048,False,,0,,,,,,,,"[{'screen_name': 'pmarca', 'name': 'Marc Andreessen', 'id': '5943622'}]",,,, +1483123147654283277,1482930037623980032,2022-01-17 21:04:48 Arabian Standard Time,2022-01-17,21:04:48,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog 10.9 going out later this week,en,[],[],[],285,266,3782,[],[],https://twitter.com/elonmusk/status/1483123147654283277,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1483095446893600768,1482930037623980032,2022-01-17 19:14:43 Arabian Standard Time,2022-01-17,19:14:43,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Indeed 🧐,en,[],[],[],607,373,9287,[],[],https://twitter.com/elonmusk/status/1483095446893600768,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1482940777726681089,1482768608522649603,2022-01-17 09:00:07 Arabian Standard Time,2022-01-17,09:00:07,+0400,44196397,elonmusk,Elon Musk,,@pervocracy 🤣👍,und,[],[],[],404,309,8255,[],[],https://twitter.com/elonmusk/status/1482940777726681089,False,,0,,,,,,,,"[{'screen_name': 'pervocracy', 'name': 'Cliff 🦖 Jerrison 🏳️\u200d⚧️', 'id': '245521460'}]",,,, +1482864773687656462,1482853293814599686,2022-01-17 03:58:06 Arabian Standard Time,2022-01-17,03:58:06,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Yeah,en,[],[],[],793,576,15280,[],[],https://twitter.com/elonmusk/status/1482864773687656462,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1482860632403759118,1482858149900136448,2022-01-17 03:41:39 Arabian Standard Time,2022-01-17,03:41:39,+0400,44196397,elonmusk,Elon Musk,,@NoahWebb_ We will start rolling out FSD beta in Canada cautiously in next 2 to 4 weeks,en,[],[],[],693,550,7322,[],[],https://twitter.com/elonmusk/status/1482860632403759118,False,,0,,,,,,,,"[{'screen_name': 'NoahWebb_', 'name': '🇨🇦 Noah Webb', 'id': '898499274'}]",,,, +1482858399889084416,1482858149900136448,2022-01-17 03:32:47 Arabian Standard Time,2022-01-17,03:32:47,+0400,44196397,elonmusk,Elon Musk,,😅,und,[],[],[],5595,2543,70707,[],[],https://twitter.com/elonmusk/status/1482858399889084416,False,,0,,,,,,,,[],,,, +1482858149900136448,1482858149900136448,2022-01-17 03:31:47 Arabian Standard Time,2022-01-17,03:31:47,+0400,44196397,elonmusk,Elon Musk,,Good thing I never tweet anything controversial https://t.co/T7sD1q1hvd,en,[],[],['https://pbs.twimg.com/media/FJQroIMXIAEde9S.jpg'],14130,24258,260341,[],[],https://twitter.com/elonmusk/status/1482858149900136448,False,,1,https://pbs.twimg.com/media/FJQroIMXIAEde9S.jpg,,,,,,,[],,,, +1482854483017318400,1482624891308605440,2022-01-17 03:17:13 Arabian Standard Time,2022-01-17,03:17:13,+0400,44196397,elonmusk,Elon Musk,,@heydave7 @RealDanODowd @nytimes @Tesla @RealDawnProject Green Hills software is a pile of trash. Linux ftw.,en,[],[],[],580,759,9521,[],[],https://twitter.com/elonmusk/status/1482854483017318400,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}, {'screen_name': 'RealDanODowd', 'name': ""Dan O'Dowd"", 'id': '1399133612469932036'}, {'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'RealDawnProject', 'name': 'The Dawn Project', 'id': '1470496417605160965'}]",,,, +1482853293814599686,1482853293814599686,2022-01-17 03:12:29 Arabian Standard Time,2022-01-17,03:12:29,+0400,44196397,elonmusk,Elon Musk,,It is heartening to see the rise of individualist vs corporate media https://t.co/7w9WDHhO3o,en,[],[],['https://pbs.twimg.com/media/FJQnNdmXsAMKl3G.jpg'],10498,45144,331899,[],[],https://twitter.com/elonmusk/status/1482853293814599686,False,,1,https://pbs.twimg.com/media/FJQnNdmXsAMKl3G.jpg,,,,,,,[],,,, +1482821595798331392,1480326831031173124,2022-01-17 01:06:32 Arabian Standard Time,2022-01-17,01:06:32,+0400,44196397,elonmusk,Elon Musk,,"@lexfridman In theory, it saves landing leg mass & enables immediate reflight of an otherwise unwieldy, giant rocket",en,[],[],[],509,320,7364,[],[],https://twitter.com/elonmusk/status/1482821595798331392,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1482817514476347392,1482809775565926404,2022-01-17 00:50:19 Arabian Standard Time,2022-01-17,00:50:19,+0400,44196397,elonmusk,Elon Musk,,@GerberKawasaki Correct,en,[],[],[],1167,621,12526,[],[],https://twitter.com/elonmusk/status/1482817514476347392,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1482680396089335809,1482542399503040513,2022-01-16 15:45:27 Arabian Standard Time,2022-01-16,15:45:27,+0400,44196397,elonmusk,Elon Musk,,@TheHorrorMaster Good campaign,en,[],[],[],1927,1250,22961,[],[],https://twitter.com/elonmusk/status/1482680396089335809,False,,0,,,,,,,,"[{'screen_name': 'TheHorrorMaster', 'name': 'John Carpenter', 'id': '91919470'}]",,,, +1482675343219695617,1482611758418341892,2022-01-16 15:25:23 Arabian Standard Time,2022-01-16,15:25:23,+0400,44196397,elonmusk,Elon Musk,,@archillect There sure are a lot of interesting ways to arrange pixels,en,[],[],[],861,478,10650,[],[],https://twitter.com/elonmusk/status/1482675343219695617,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1482639841888198658,1482579303388827651,2022-01-16 13:04:19 Arabian Standard Time,2022-01-16,13:04:19,+0400,44196397,elonmusk,Elon Musk,,@archillect AI in a box that is a hall of mirrors from the inside,en,[],[],[],929,564,11982,[],[],https://twitter.com/elonmusk/status/1482639841888198658,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1482605885352407040,1482598021359706113,2022-01-16 10:49:23 Arabian Standard Time,2022-01-16,10:49:23,+0400,44196397,elonmusk,Elon Musk,,@WorldAndScience Civilization is only ~5000 years old https://t.co/SMHYvKvr3D,en,[],['https://en.m.wikipedia.org/wiki/History_of_writing'],[],967,490,6939,[],[],https://twitter.com/elonmusk/status/1482605885352407040,False,,0,,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1482598301694238723,1482598301694238723,2022-01-16 10:19:15 Arabian Standard Time,2022-01-16,10:19:15,+0400,44196397,elonmusk,Elon Musk,,So informative https://t.co/rTktvhYukK,en,[],[],['https://pbs.twimg.com/media/FJM_SVgVUAIDSWu.jpg'],16346,19225,247354,[],[],https://twitter.com/elonmusk/status/1482598301694238723,False,,1,https://pbs.twimg.com/media/FJM_SVgVUAIDSWu.jpg,,,,,,,[],,,, +1482552643343904770,1482330501289586688,2022-01-16 07:17:49 Arabian Standard Time,2022-01-16,07:17:49,+0400,44196397,elonmusk,Elon Musk,,"@Rainmaker1973 There is a 💯 chance of *all* species extinction due to expansion of the sun, unless humanity makes life multiplanetary",en,[],[],[],1391,947,8608,[],[],https://twitter.com/elonmusk/status/1482552643343904770,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1482526555196715008,1482432138469326850,2022-01-16 05:34:09 Arabian Standard Time,2022-01-16,05:34:09,+0400,44196397,elonmusk,Elon Musk,,@clarkmoody https://t.co/siHLbpx4Ua,und,[],[],['https://pbs.twimg.com/tweet_video_thumb/FJL-BKhVQAE1WRu.jpg'],533,364,6781,[],[],https://twitter.com/elonmusk/status/1482526555196715008,False,,1,https://pbs.twimg.com/tweet_video_thumb/FJL-BKhVQAE1WRu.jpg,,,,,,,[],,,, +1482513670777102340,1482500069643354112,2022-01-16 04:42:57 Arabian Standard Time,2022-01-16,04:42:57,+0400,44196397,elonmusk,Elon Musk,,@DriveTeslaca @Tesla Firmware fix to recalibrate heat pump expansion valve is rolling out now,en,[],[],[],296,350,5033,[],[],https://twitter.com/elonmusk/status/1482513670777102340,False,,0,,,,,,,,"[{'screen_name': 'DriveTeslaca', 'name': 'Drive Tesla 🇨🇦', 'id': '1169348503975317504'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1482503814963863554,1482500069643354112,2022-01-16 04:03:47 Arabian Standard Time,2022-01-16,04:03:47,+0400,44196397,elonmusk,Elon Musk,,@DriveTeslaca @Tesla Fixing this is a high priority,en,[],[],[],393,324,7852,[],[],https://twitter.com/elonmusk/status/1482503814963863554,False,,0,,,,,,,,"[{'screen_name': 'DriveTeslaca', 'name': 'Drive Tesla 🇨🇦', 'id': '1169348503975317504'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1482495353542754308,1482495353542754308,2022-01-16 03:30:10 Arabian Standard Time,2022-01-16,03:30:10,+0400,44196397,elonmusk,Elon Musk,, https://t.co/6qGivJoQf0,und,[],[],[],11914,25058,200424,[],[],https://twitter.com/elonmusk/status/1482495353542754308,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1482495242850869253/pu/img/O5nxpkemE0Fylkfb.jpg,,,,,,,[],,,, +1482424984962101249,1482424984962101249,2022-01-15 22:50:33 Arabian Standard Time,2022-01-15,22:50:33,+0400,44196397,elonmusk,Elon Musk,,1469 Starlink satellites active 272 moving to operational orbits Laser links activate soon,en,[],[],[],11972,11503,145423,[],[],https://twitter.com/elonmusk/status/1482424984962101249,False,,0,,,,,,,,[],,,, +1482414289738625025,1482377478647824392,2022-01-15 22:08:03 Arabian Standard Time,2022-01-15,22:08:03,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt @Tesla Big difference,en,[],[],[],992,637,14951,[],[],https://twitter.com/elonmusk/status/1482414289738625025,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1482248590151983110,1482248590151983110,2022-01-15 11:09:37 Arabian Standard Time,2022-01-15,11:09:37,+0400,44196397,elonmusk,Elon Musk,,🔝,und,[],[],[],26407,17490,194441,[],[],https://twitter.com/elonmusk/status/1482248590151983110,False,,0,,,,,,,,[],,,, +1482193820536033280,1482192751257022464,2022-01-15 07:31:59 Arabian Standard Time,2022-01-15,07:31:59,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Birds are a myth,en,[],[],[],5974,2039,30302,[],[],https://twitter.com/elonmusk/status/1482193820536033280,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1482049467234750466,1481959279166988294,2022-01-14 21:58:22 Arabian Standard Time,2022-01-14,21:58:22,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 😮,und,[],[],[],1279,387,10583,[],[],https://twitter.com/elonmusk/status/1482049467234750466,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1481873421390680065,1481873421390680065,2022-01-14 10:18:50 Arabian Standard Time,2022-01-14,10:18:50,+0400,44196397,elonmusk,Elon Musk,,Tesla merch buyable with Dogecoin,en,[],[],[],38725,51727,332825,[],[],https://twitter.com/elonmusk/status/1481873421390680065,False,,0,,,,,,,,[],,,, +1481851094061891584,1481686559393001481,2022-01-14 08:50:06 Arabian Standard Time,2022-01-14,08:50:06,+0400,44196397,elonmusk,Elon Musk,,"@cleantechnica Yeah, doesn’t make sense",en,[],[],[],763,456,8226,[],[],https://twitter.com/elonmusk/status/1481851094061891584,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1481724767363338246,1481635211322564609,2022-01-14 00:28:08 Arabian Standard Time,2022-01-14,00:28:08,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @ResidentSponge Almost all input is error. Car should do the right thing automatically.,en,[],[],[],1513,513,9527,[],[],https://twitter.com/elonmusk/status/1481724767363338246,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1481722895713898507,1481553232400949251,2022-01-14 00:20:42 Arabian Standard Time,2022-01-14,00:20:42,+0400,44196397,elonmusk,Elon Musk,,@askerlee @giffmana Dojo,lt,[],[],[],1218,1102,4686,[],[],https://twitter.com/elonmusk/status/1481722895713898507,False,,0,,,,,,,,"[{'screen_name': 'askerlee', 'name': 'Jeffrey Li', 'id': '109251162'}, {'screen_name': 'giffmana', 'name': 'Lucas Beyer', 'id': '2236047510'}]",,,, +1481617140809613315,1481617006004682756,2022-01-13 17:20:28 Arabian Standard Time,2022-01-13,17:20:28,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Yup,und,[],[],[],558,160,3197,[],[],https://twitter.com/elonmusk/status/1481617140809613315,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1481612450126614532,1481176051803774979,2022-01-13 17:01:49 Arabian Standard Time,2022-01-13,17:01:49,+0400,44196397,elonmusk,Elon Musk,,@wintonARK Turns out … yes,en,[],[],[],318,141,3334,[],[],https://twitter.com/elonmusk/status/1481612450126614532,False,,0,,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1481401280144814083,1481328540646019074,2022-01-13 03:02:42 Arabian Standard Time,2022-01-13,03:02:42,+0400,44196397,elonmusk,Elon Musk,,@PPathole @Tesla Still working through a lot of challenges with the government,en,[],[],[],3734,2265,34821,[],[],https://twitter.com/elonmusk/status/1481401280144814083,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1481162567280173058,1481094400147136516,2022-01-12 11:14:09 Arabian Standard Time,2022-01-12,11:14:09,+0400,44196397,elonmusk,Elon Musk,,@Model3Owners Great explanation!,en,[],[],[],406,151,3071,[],[],https://twitter.com/elonmusk/status/1481162567280173058,False,,0,,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1481120093337751552,1481119747362201603,2022-01-12 08:25:22 Arabian Standard Time,2022-01-12,08:25:22,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed He was truly exceptional,en,[],[],[],636,429,12564,[],[],https://twitter.com/elonmusk/status/1481120093337751552,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1481116331680440324,1481116331680440324,2022-01-12 08:10:25 Arabian Standard Time,2022-01-12,08:10:25,+0400,44196397,elonmusk,Elon Musk,,Bizarre anti-environment move by govt of California,en,[],[],[],9749,9261,70307,[],[],https://twitter.com/elonmusk/status/1481116331680440324,False,https://twitter.com/teslaownersSV/status/1481017320097124358,0,,,,,,,,[],,,, +1481053467003269122,1481033207386570752,2022-01-12 04:00:37 Arabian Standard Time,2022-01-12,04:00:37,+0400,44196397,elonmusk,Elon Musk,,"@vincent13031925 Tesla is working as fast as possible to support Tesla owners worldwide. Sustainable energy affects everyone on Earth, as we all share one atmosphere.",en,[],[],[],820,1120,19634,[],[],https://twitter.com/elonmusk/status/1481053467003269122,False,,0,,,,,,,,"[{'screen_name': 'vincent13031925', 'name': '🕊🇺🇦 vincentyu.eth ᵐᶠᵉʳ', 'id': '1689516060'}]",,,, +1480972449281888260,1480934025145499649,2022-01-11 22:38:41 Arabian Standard Time,2022-01-11,22:38:41,+0400,44196397,elonmusk,Elon Musk,,@ID_AA_Carmack 🤣,und,[],[],[],593,141,3828,[],[],https://twitter.com/elonmusk/status/1480972449281888260,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1480970625116217346,1479567493215637506,2022-01-11 22:31:26 Arabian Standard Time,2022-01-11,22:31:26,+0400,44196397,elonmusk,Elon Musk,,@moxie Accurate,en,[],[],[],2557,472,5950,[],[],https://twitter.com/elonmusk/status/1480970625116217346,False,,0,,,,,,,,"[{'screen_name': 'moxie', 'name': 'Moxie Marlinspike', 'id': '76980293'}]",,,, +1480756429346725893,1480666683748806657,2022-01-11 08:20:18 Arabian Standard Time,2022-01-11,08:20:18,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica Most people have no idea how fast sustainable energy is growing!,en,[],[],[],2716,2581,36571,[],[],https://twitter.com/elonmusk/status/1480756429346725893,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1480564443629207557,1480321209610948615,2022-01-10 19:37:25 Arabian Standard Time,2022-01-10,19:37:25,+0400,44196397,elonmusk,Elon Musk,,"@APompliano If the alarming collapse in birth rate continues, civilization will indeed die with a whimper in adult diapers",en,[],[],[],2045,1127,12864,[],[],https://twitter.com/elonmusk/status/1480564443629207557,False,,0,,,,,,,,"[{'screen_name': 'APompliano', 'name': 'Pomp 🌪', 'id': '339061487'}]",,,, +1480379857016180736,1480366596694720515,2022-01-10 07:23:56 Arabian Standard Time,2022-01-10,07:23:56,+0400,44196397,elonmusk,Elon Musk,,@lexfridman Mind-blowing that over 80% of humans have a smart phone,en,[],[],[],2737,1841,37878,[],[],https://twitter.com/elonmusk/status/1480379857016180736,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1480326831031173124,1480326831031173124,2022-01-10 03:53:14 Arabian Standard Time,2022-01-10,03:53:14,+0400,44196397,elonmusk,Elon Musk,,Starship launch & catch tower https://t.co/5mLIQwwu0k,en,[],[],[],13502,14868,128156,[],[],https://twitter.com/elonmusk/status/1480326831031173124,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1480325281638400001/pu/img/BH1iurcyiRRltRyM.jpg,,,,,,,[],,,, +1480093419334782981,1480093419334782981,2022-01-09 12:25:44 Arabian Standard Time,2022-01-09,12:25:44,+0400,44196397,elonmusk,Elon Musk,, https://t.co/uiHoMrpifZ,und,[],[],['https://pbs.twimg.com/media/FIpZHrWWYAEB3k2.jpg'],20541,28876,291881,[],[],https://twitter.com/elonmusk/status/1480093419334782981,False,,1,https://pbs.twimg.com/media/FIpZHrWWYAEB3k2.jpg,,,,,,,[],,,, +1479885341603635207,1479851714240860165,2022-01-08 22:38:55 Arabian Standard Time,2022-01-08,22:38:55,+0400,44196397,elonmusk,Elon Musk,,"@BLKMDL3 @Tesla It’s our best car ever, along with the Plaid X",en,[],[],[],1868,718,23925,[],[],https://twitter.com/elonmusk/status/1479885341603635207,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1479597763251916801,1479589785215782913,2022-01-08 03:36:11 Arabian Standard Time,2022-01-08,03:36:11,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog It was a mistake to try to use the Elise. In the end, only ~5% of the Elise parts ended up being used. Tesla Roadster is a totally different car.",en,[],[],[],559,340,8297,[],[],https://twitter.com/elonmusk/status/1479597763251916801,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1479596403487916032,1479590995595517958,2022-01-08 03:30:46 Arabian Standard Time,2022-01-08,03:30:46,+0400,44196397,elonmusk,Elon Musk,,@heyitsyashu Monthly subscription price will rise when FSD goes to wide release,en,[],[],[],278,231,3676,[],[],https://twitter.com/elonmusk/status/1479596403487916032,False,,0,,,,,,,,"[{'screen_name': 'heyitsyashu', 'name': 'Yashu Sharma 🍊', 'id': '63776464'}]",,,, +1479595757388845059,1479590995595517958,2022-01-08 03:28:12 Arabian Standard Time,2022-01-08,03:28:12,+0400,44196397,elonmusk,Elon Musk,,FSD price will rise as we get closer to FSD production code release,en,[],[],[],3010,1537,29293,[],[],https://twitter.com/elonmusk/status/1479595757388845059,False,,0,,,,,,,,[],,,, +1479595300360757248,1479590995595517958,2022-01-08 03:26:23 Arabian Standard Time,2022-01-08,03:26:23,+0400,44196397,elonmusk,Elon Musk,,Just in the US,en,[],[],[],2629,1455,29166,[],[],https://twitter.com/elonmusk/status/1479595300360757248,False,,0,,,,,,,,[],,,, +1479590995595517958,1479590995595517958,2022-01-08 03:09:17 Arabian Standard Time,2022-01-08,03:09:17,+0400,44196397,elonmusk,Elon Musk,,Tesla FSD price rising to $12k on Jan 17,en,[],[],[],12564,6040,76089,[],[],https://twitter.com/elonmusk/status/1479590995595517958,False,,0,,,,,,,,[],,,, +1479590174828998663,1479508691221053440,2022-01-08 03:06:01 Arabian Standard Time,2022-01-08,03:06:01,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 Beta 10.9 should be ready in about a week. Beta 11 with single city/highway software stack & many other architectural upgrades probably next month.,en,[],[],[],386,498,5842,[],[],https://twitter.com/elonmusk/status/1479590174828998663,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}]",,,, +1479236333516165121,1479236333516165121,2022-01-07 03:39:59 Arabian Standard Time,2022-01-07,03:39:59,+0400,44196397,elonmusk,Elon Musk,,Starlinks with “lasers” deployed to orbit https://t.co/Y1eg9gl7sJ,en,[],[],['https://pbs.twimg.com/media/FIdNmXtVkAEF0Ss.jpg'],13225,11004,138740,[],[],https://twitter.com/elonmusk/status/1479236333516165121,False,,1,https://pbs.twimg.com/media/FIdNmXtVkAEF0Ss.jpg,,,,,,,[],,,, +1479182795796717571,1479162012970242055,2022-01-07 00:07:15 Arabian Standard Time,2022-01-07,00:07:15,+0400,44196397,elonmusk,Elon Musk,,@Redicnomad Masters of Doom is a great book,en,[],[],[],817,338,9221,[],[],https://twitter.com/elonmusk/status/1479182795796717571,False,,0,,,,,,,,"[{'screen_name': 'Redicnomad', 'name': 'Sauce de Horsey', 'id': '388435114'}]",,,, +1478982460981481472,1478982460981481472,2022-01-06 10:51:11 Arabian Standard Time,2022-01-06,10:51:11,+0400,44196397,elonmusk,Elon Musk,,nice,en,[],[],[],38222,21227,281336,[],[],https://twitter.com/elonmusk/status/1478982460981481472,False,,0,,,,,,,,[],,,, +1478976994712829955,1478719358398513156,2022-01-06 10:29:28 Arabian Standard Time,2022-01-06,10:29:28,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed 👍,und,[],[],[],829,436,14817,[],[],https://twitter.com/elonmusk/status/1478976994712829955,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1478776621867757568,1478423886790152192,2022-01-05 21:13:15 Arabian Standard Time,2022-01-05,21:13:15,+0400,44196397,elonmusk,Elon Musk,,@ScottAdamsSays 🤣🤣,und,[],[],[],596,264,7850,[],[],https://twitter.com/elonmusk/status/1478776621867757568,False,,0,,,,,,,,"[{'screen_name': 'ScottAdamsSays', 'name': 'Scott Adams', 'id': '2853461537'}]",,,, +1478557882639470594,1478477149778579456,2022-01-05 06:44:04 Arabian Standard Time,2022-01-05,06:44:04,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Room to improve …,en,[],[],[],942,571,11400,[],[],https://twitter.com/elonmusk/status/1478557882639470594,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1478471062882971648,1478381827475791876,2022-01-05 00:59:04 Arabian Standard Time,2022-01-05,00:59:04,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed Earth should be called Water,en,[],[],[],4441,3638,85990,[],[],https://twitter.com/elonmusk/status/1478471062882971648,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1478470722854875138,1478391811685109776,2022-01-05 00:57:43 Arabian Standard Time,2022-01-05,00:57:43,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt !,und,[],[],[],643,278,8364,[],[],https://twitter.com/elonmusk/status/1478470722854875138,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1478419298032836610,1478419298032836610,2022-01-04 21:33:23 Arabian Standard Time,2022-01-04,21:33:23,+0400,44196397,elonmusk,Elon Musk,, https://t.co/NH4S2wDizC,und,[],[],['https://pbs.twimg.com/media/FIRmg5_VQAAedm3.jpg'],27176,39215,412733,[],[],https://twitter.com/elonmusk/status/1478419298032836610,False,,1,https://pbs.twimg.com/media/FIRmg5_VQAAedm3.jpg,,,,,,,[],,,, +1478308861064867841,1478285768493834240,2022-01-04 14:14:32 Arabian Standard Time,2022-01-04,14:14:32,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Tonnage to orbit is the more fundamental metric,en,[],[],[],772,353,8714,[],[],https://twitter.com/elonmusk/status/1478308861064867841,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1478126596896796676,1478112134957453315,2022-01-04 02:10:17 Arabian Standard Time,2022-01-04,02:10:17,+0400,44196397,elonmusk,Elon Musk,,@wintonARK Absolutely. This is just bad math.,en,[],[],[],733,281,6870,[],[],https://twitter.com/elonmusk/status/1478126596896796676,False,,0,,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1478125437553360899,1478125339259768836,2022-01-04 02:05:41 Arabian Standard Time,2022-01-04,02:05:41,+0400,44196397,elonmusk,Elon Musk,,@nextspaceflight @BocaChicaGal Yes,und,[],[],[],199,153,4156,[],[],https://twitter.com/elonmusk/status/1478125437553360899,False,,0,,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}]",,,, +1478125263233990657,1093423297130156033,2022-01-04 02:04:59 Arabian Standard Time,2022-01-04,02:04:59,+0400,44196397,elonmusk,Elon Musk,,Raptor 2 now operates routinely at 300 bar main chamber pressure,en,[],[],[],2869,2406,57663,[],[],https://twitter.com/elonmusk/status/1478125263233990657,False,,0,,,,,,,,[],,,, +1478074724198633476,1478069658687266818,2022-01-03 22:44:10 Arabian Standard Time,2022-01-03,22:44:10,+0400,44196397,elonmusk,Elon Musk,,@jack Reminds me of when I hex edited Ultima V to get out of the final maze,en,[],[],[],1435,660,14066,[],[],https://twitter.com/elonmusk/status/1478074724198633476,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1478071525660147720,1477989974008020992,2022-01-03 22:31:27 Arabian Standard Time,2022-01-03,22:31:27,+0400,44196397,elonmusk,Elon Musk,,@ClaudioOmbrella @Tesla @slcuervo @alex_avoigt @ClubTeslaES @teslaownersSV @TeslaSchweiz @TeslaMotorsClub @vaielettrico 🇨🇭Yay Switzerland!! 🇨🇭,en,[],[],[],432,265,4361,[],[],https://twitter.com/elonmusk/status/1478071525660147720,False,,0,,,,,,,,"[{'screen_name': 'ClaudioOmbrella', 'name': 'Claudio Ombrella', 'id': '3198942929'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'slcuervo', 'name': 'Saul Lopez', 'id': '57960896'}, {'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}, {'screen_name': 'ClubTeslaES', 'name': 'Club Tesla España (💉)', 'id': '716976549946335232'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TeslaSchweiz', 'name': 'Tesla Community Schweiz 🇺🇦', 'id': '1322380968'}, {'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}, {'screen_name': 'vaielettrico', 'name': 'Vaielettrico', 'id': '917267255217573890'}]",,,, +1477836846218592259,1477636317831966723,2022-01-03 06:58:55 Arabian Standard Time,2022-01-03,06:58:55,+0400,44196397,elonmusk,Elon Musk,,@auren There is no way to be in touch with voters when you’re three generations away from voting age,en,[],[],[],771,789,12097,[],[],https://twitter.com/elonmusk/status/1477836846218592259,False,,0,,,,,,,,"[{'screen_name': 'auren', 'name': 'Auren 𝐇𝐨𝐟𝐟𝐦𝐚𝐧', 'id': '13294'}]",,,, +1477775713172402176,1477775713172402176,2022-01-03 02:56:00 Arabian Standard Time,2022-01-03,02:56:00,+0400,44196397,elonmusk,Elon Musk,, https://t.co/LA9hPzVlGx,und,[],[],['https://pbs.twimg.com/media/FIIdLYoXoAEd2j_.jpg'],25611,51383,473548,[],[],https://twitter.com/elonmusk/status/1477775713172402176,False,,1,https://pbs.twimg.com/media/FIIdLYoXoAEd2j_.jpg,,,,,,,[],,,, +1477706142461706248,1477706142461706248,2022-01-02 22:19:33 Arabian Standard Time,2022-01-02,22:19:33,+0400,44196397,elonmusk,Elon Musk,,Let’s make the roaring 20’s happen!,en,[],[],[],22501,26951,320206,[],[],https://twitter.com/elonmusk/status/1477706142461706248,False,,0,,,,,,,,[],,,, +1477700424933253123,1477700424933253123,2022-01-02 21:56:50 Arabian Standard Time,2022-01-02,21:56:50,+0400,44196397,elonmusk,Elon Musk,,Great work by Tesla team worldwide!,en,[],[],[],5630,4459,66400,[],[],https://twitter.com/elonmusk/status/1477700424933253123,False,https://twitter.com/Tesla/status/1477691175897341955,0,,,,,,,,[],,,, +1477096955658579974,1476958174439567360,2022-01-01 05:58:52 Arabian Standard Time,2022-01-01,05:58:52,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 @Tesla 🔥,und,[],[],[],1074,472,45708,[],[],https://twitter.com/elonmusk/status/1477096955658579974,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1477080438049058818,1476768985509212162,2022-01-01 04:53:13 Arabian Standard Time,2022-01-01,04:53:13,+0400,44196397,elonmusk,Elon Musk,,@MiFSDBetaTester @WholeMarsBlog 🤣,und,[],[],[],327,151,4126,[],[],https://twitter.com/elonmusk/status/1477080438049058818,False,,0,,,,,,,,"[{'screen_name': 'MiFSDBetaTester', 'name': 'RJG', 'id': '960186612406628352'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1500030191837589510,1499972826828259328,2022-03-05 12:47:21 Arabian Standard Time,2022-03-05,12:47:21,+0400,44196397,elonmusk,Elon Musk,,"@SpacePadreIsle In a way, this is free QA haha",en,[],[],[],258,210,4609,[],[],https://twitter.com/elonmusk/status/1500030191837589510,False,,0,,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}]",,,, +1500028396436340736,1499802655421448192,2022-03-05 12:40:13 Arabian Standard Time,2022-03-05,12:40:13,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV A beautiful home for life,en,[],[],[],1545,744,15517,[],[],https://twitter.com/elonmusk/status/1500028396436340736,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1500026380704178178,1499972826828259328,2022-03-05 12:32:12 Arabian Standard Time,2022-03-05,12:32:12,+0400,44196397,elonmusk,Elon Musk,,@SpacePadreIsle Some Starlink terminals near conflict areas were being jammed for several hours at a time. Our latest software update bypasses the jamming. Am curious to see what’s next!,en,[],[],[],284,1046,8976,[],[],https://twitter.com/elonmusk/status/1500026380704178178,False,,0,,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}]",,,, +1500010328758923264,1499976967105433600,2022-03-05 11:28:25 Arabian Standard Time,2022-03-05,11:28:25,+0400,44196397,elonmusk,Elon Musk,,@RationalEtienne @RogerYar Exactly,en,[],[],[],126,97,2812,[],[],https://twitter.com/elonmusk/status/1500010328758923264,False,,0,,,,,,,,"[{'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}, {'screen_name': 'RogerYar', 'name': 'Дід Панас 🇺🇦', 'id': '2398672250'}]",,,, +1499982913949081600,1499976967105433600,2022-03-05 09:39:29 Arabian Standard Time,2022-03-05,09:39:29,+0400,44196397,elonmusk,Elon Musk,,"@RogerYar All news sources are partially propaganda, some more than others",en,[],[],[],1425,6220,44189,[],[],https://twitter.com/elonmusk/status/1499982913949081600,False,,0,,,,,,,,"[{'screen_name': 'RogerYar', 'name': 'Дід Панас 🇺🇦', 'id': '2398672250'}]",,,, +1499976967105433600,1499976967105433600,2022-03-05 09:15:51 Arabian Standard Time,2022-03-05,09:15:51,+0400,44196397,elonmusk,Elon Musk,,Starlink has been told by some governments (not Ukraine) to block Russian news sources. We will not do so unless at gunpoint. Sorry to be a free speech absolutist.,en,[],[],[],16215,46733,323221,[],[],https://twitter.com/elonmusk/status/1499976967105433600,False,,0,,,,,,,,[],,,, +1499972826828259328,1499972826828259328,2022-03-05 08:59:24 Arabian Standard Time,2022-03-05,08:59:24,+0400,44196397,elonmusk,Elon Musk,,SpaceX reprioritized to cyber defense & overcoming signal jamming. Will cause slight delays in Starship & Starlink V2.,en,[],[],[],2926,7668,86588,[],[],https://twitter.com/elonmusk/status/1499972826828259328,False,,0,,,,,,,,[],,,, +1499969708979802115,1499848263121481732,2022-03-05 08:47:01 Arabian Standard Time,2022-03-05,08:47:01,+0400,44196397,elonmusk,Elon Musk,,"@MichaelTChiass1 @Cole00708909 Who, me? 🙄",en,[],[],[],249,127,3235,[],[],https://twitter.com/elonmusk/status/1499969708979802115,False,,0,,,,,,,,"[{'screen_name': 'MichaelTChiass1', 'name': 'Michael Diamond Hands', 'id': '1190933165692592128'}, {'screen_name': 'Cole00708909', 'name': 'Cole', 'id': '1208694821470126081'}]",,,, +1499959699290181633,1499958725389406208,2022-03-05 08:07:14 Arabian Standard Time,2022-03-05,08:07:14,+0400,44196397,elonmusk,Elon Musk,,@ashleevance 🤣,und,[],[],[],165,97,3085,[],[],https://twitter.com/elonmusk/status/1499959699290181633,False,,0,,,,,,,,"[{'screen_name': 'ashleevance', 'name': 'Ashlee Vance', 'id': '81961201'}]",,,, +1499947614497906696,1499907549746937860,2022-03-05 07:19:13 Arabian Standard Time,2022-03-05,07:19:13,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX Exactly,en,[],[],[],174,137,3320,[],[],https://twitter.com/elonmusk/status/1499947614497906696,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}]",,,, +1499918115018313728,1499917894767063043,2022-03-05 05:22:00 Arabian Standard Time,2022-03-05,05:22:00,+0400,44196397,elonmusk,Elon Musk,,"And also my sympathies to the great people of Russia, who do not want this",en,[],[],[],4092,14745,256908,[],[],https://twitter.com/elonmusk/status/1499918115018313728,False,,0,,,,,,,,[],,,, +1499917894767063043,1499917894767063043,2022-03-05 05:21:07 Arabian Standard Time,2022-03-05,05:21:07,+0400,44196397,elonmusk,Elon Musk,,🇺🇦🇺🇦🇺🇦 Hold Strong Ukraine 🇺🇦🇺🇦🇺🇦,en,[],[],[],9853,42711,407741,[],[],https://twitter.com/elonmusk/status/1499917894767063043,False,,0,,,,,,,,[],,,, +1499909806504779779,1499907549746937860,2022-03-05 04:48:59 Arabian Standard Time,2022-03-05,04:48:59,+0400,44196397,elonmusk,Elon Musk,,"Obviously, this would negatively affect Tesla, but sustainable energy solutions simply cannot react instantaneously to make up for Russian oil & gas exports.",en,[],[],[],4111,16195,155764,[],[],https://twitter.com/elonmusk/status/1499909806504779779,False,,0,,,,,,,,[],,,, +1499907549746937860,1499907549746937860,2022-03-05 04:40:01 Arabian Standard Time,2022-03-05,04:40:01,+0400,44196397,elonmusk,Elon Musk,,"Hate to say it, but we need to increase oil & gas output immediately. Extraordinary times demand extraordinary measures.",en,[],[],[],15630,59985,347095,[],[],https://twitter.com/elonmusk/status/1499907549746937860,False,,0,,,,,,,,[],,,, +1499862369266290693,1499760039132901377,2022-03-05 01:40:29 Arabian Standard Time,2022-03-05,01:40:29,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @MLUKBrandenburg @gigafactory_4 @Gf4Tesla @Gruenheide4futr @Stk_Brandenburg Haha sure :),tl,[],[],[],226,137,3621,[],[],https://twitter.com/elonmusk/status/1499862369266290693,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'MLUKBrandenburg', 'name': 'MLUK Brandenburg', 'id': '976792494854803456'}, {'screen_name': 'gigafactory_4', 'name': 'Giga Berlin / Gigafactory 4', 'id': '1086184725352468480'}, {'screen_name': 'Gf4Tesla', 'name': 'Gigafactory Berlin-Brandenburg ✊️🇺🇦', 'id': '1195032280915480577'}, {'screen_name': 'Gruenheide4futr', 'name': 'GrünheideForFuture', 'id': '1195599963620806656'}, {'screen_name': 'Stk_Brandenburg', 'name': 'Staatskanzlei Brandenburg', 'id': '1032213336916680704'}]",,,, +1499826328656388107,1499760039132901377,2022-03-04 23:17:16 Arabian Standard Time,2022-03-04,23:17:16,+0400,44196397,elonmusk,Elon Musk,,@MLUKBrandenburg @gigafactory_4 @Gf4Tesla @Gruenheide4futr @Stk_Brandenburg Ich möchte mich recht herzlich bedanken. Die Zukunft ist sehr spannend! 🇩🇪 🇩🇪,de,[],[],[],592,709,10134,[],[],https://twitter.com/elonmusk/status/1499826328656388107,False,,0,,,,,,,,"[{'screen_name': 'MLUKBrandenburg', 'name': 'MLUK Brandenburg', 'id': '976792494854803456'}, {'screen_name': 'gigafactory_4', 'name': 'Giga Berlin / Gigafactory 4', 'id': '1086184725352468480'}, {'screen_name': 'Gf4Tesla', 'name': 'Gigafactory Berlin-Brandenburg ✊️🇺🇦', 'id': '1195032280915480577'}, {'screen_name': 'Gruenheide4futr', 'name': 'GrünheideForFuture', 'id': '1195599963620806656'}, {'screen_name': 'Stk_Brandenburg', 'name': 'Staatskanzlei Brandenburg', 'id': '1032213336916680704'}]",,,, +1499807705883684868,1499798938152488970,2022-03-04 22:03:16 Arabian Standard Time,2022-03-04,22:03:16,+0400,44196397,elonmusk,Elon Musk,,@waitbutwhy You will be in the future,en,[],[],[],1666,1544,40900,[],[],https://twitter.com/elonmusk/status/1499807705883684868,False,,0,,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1499640458397450241,1499616790896279554,2022-03-04 10:58:41 Arabian Standard Time,2022-03-04,10:58:41,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 !,und,[],[],[],1175,465,14769,[],[],https://twitter.com/elonmusk/status/1499640458397450241,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}]",,,, +1499585763087843329,1499472139333746691,2022-03-04 07:21:21 Arabian Standard Time,2022-03-04,07:21:21,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @tobyliiiiiiiiii Game on,en,[],[],[],875,1058,11749,[],[],https://twitter.com/elonmusk/status/1499585763087843329,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +1499585449450344451,1499472139333746691,2022-03-04 07:20:06 Arabian Standard Time,2022-03-04,07:20:06,+0400,44196397,elonmusk,Elon Musk,,"@tobyliiiiiiiiii Almost all Viasat Ukraine user terminals were rendered permanently unusable by a Russian cyberattack on day of invasion, so … yes",en,[],[],[],194,714,9109,[],[],https://twitter.com/elonmusk/status/1499585449450344451,False,,0,,,,,,,,"[{'screen_name': 'tobyliiiiiiiiii', 'name': 'Toby Li', 'id': '809575831487934465'}]",,,, +1499494171739975697,1499472139333746691,2022-03-04 01:17:24 Arabian Standard Time,2022-03-04,01:17:24,+0400,44196397,elonmusk,Elon Musk,,"@shortword @eddyiskongz Yes, provided no metal particles in paint",en,[],[],[],186,289,8541,[],[],https://twitter.com/elonmusk/status/1499494171739975697,False,,0,,,,,,,,"[{'screen_name': 'shortword', 'name': 'Paul Kelly 🇮🇪', 'id': '15645692'}, {'screen_name': 'eddyiskongz', 'name': 'EddyisKongz.eth 🇺🇦', 'id': '1349944659385061377'}]",,,, +1499473797539250200,1499472139333746691,2022-03-03 23:56:26 Arabian Standard Time,2022-03-03,23:56:26,+0400,44196397,elonmusk,Elon Musk,,@eddyiskongz Place light camouflage over antenna to avoid visual detection,en,[],[],[],395,1312,19147,[],[],https://twitter.com/elonmusk/status/1499473797539250200,False,,0,,,,,,,,"[{'screen_name': 'eddyiskongz', 'name': 'EddyisKongz.eth 🇺🇦', 'id': '1349944659385061377'}]",,,, +1499473384367079429,1499472139333746691,2022-03-03 23:54:48 Arabian Standard Time,2022-03-03,23:54:48,+0400,44196397,elonmusk,Elon Musk,,@eddyiskongz Turn on Starlink only when needed and place antenna away as far away from people as possible,en,[],[],[],498,3123,39451,[],[],https://twitter.com/elonmusk/status/1499473384367079429,False,,0,,,,,,,,"[{'screen_name': 'eddyiskongz', 'name': 'EddyisKongz.eth 🇺🇦', 'id': '1349944659385061377'}]",,,, +1499472139333746691,1499472139333746691,2022-03-03 23:49:51 Arabian Standard Time,2022-03-03,23:49:51,+0400,44196397,elonmusk,Elon Musk,,"Important warning: Starlink is the only non-Russian communications system still working in some parts of Ukraine, so probability of being targeted is high. Please use with caution.",en,[],[],[],9226,41639,358072,[],[],https://twitter.com/elonmusk/status/1499472139333746691,False,,0,,,,,,,,[],,,, +1499445239861235713,1499356159416930304,2022-03-03 22:02:58 Arabian Standard Time,2022-03-03,22:02:58,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @ResidentSponge In class action lawsuits, the actual plaintiff is always the class action law firm. They just find someone willing to serve as a puppet to “represent the class”.",en,[],[],[],735,675,12317,[],[],https://twitter.com/elonmusk/status/1499445239861235713,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1499442132402130951,1499091570292834304,2022-03-03 21:50:37 Arabian Standard Time,2022-03-03,21:50:37,+0400,44196397,elonmusk,Elon Musk,,"@FedorovMykhailo @SpaceX @SpaceXStarlink @Honda @ChampionGen @westinghouse @DuroMaxPower Updating software to reduce peak power consumption, so Starlink can be powered from car cigarette lighter. Mobile roaming enabled, so phased array antenna can maintain signal while on moving vehicle.",en,[],[],[],1849,7581,55353,[],[],https://twitter.com/elonmusk/status/1499442132402130951,False,,0,,,,,,,,"[{'screen_name': 'FedorovMykhailo', 'name': 'Mykhailo Fedorov', 'id': '1331528215899344896'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'Honda', 'name': 'Honda', 'id': '43430484'}, {'screen_name': 'ChampionGen', 'name': 'Champion Generators', 'id': '2392660585'}, {'screen_name': 'westinghouse', 'name': 'Westing House', 'id': '19957988'}, {'screen_name': 'DuroMaxPower', 'name': 'DuroMax Power Equipment', 'id': '950427809503068160'}]",,,, +1499423704983355393,1499387733931819011,2022-03-03 20:37:23 Arabian Standard Time,2022-03-03,20:37:23,+0400,44196397,elonmusk,Elon Musk,,@SpaceX 🇺🇸🇺🇸 American Broomstick 🇺🇸🇺🇸 https://t.co/r2hJvFQosS,en,[],[],['https://pbs.twimg.com/media/FM8F6czVEAESiJt.jpg'],4447,8854,74990,[],[],https://twitter.com/elonmusk/status/1499423704983355393,False,,1,https://pbs.twimg.com/media/FM8F6czVEAESiJt.jpg,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1499421678455058433,1499391704591392768,2022-03-03 20:29:20 Arabian Standard Time,2022-03-03,20:29:20,+0400,44196397,elonmusk,Elon Musk,,"@WhatsupFranks @Teslarati @ResidentSponge Yeah, maybe 98",en,[],[],[],167,85,1980,[],[],https://twitter.com/elonmusk/status/1499421678455058433,False,,0,,,,,,,,"[{'screen_name': 'WhatsupFranks', 'name': 'Franks&Beans FSDBetaCanada', 'id': '724771370131824641'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1499420478183641089,1499391704591392768,2022-03-03 20:24:34 Arabian Standard Time,2022-03-03,20:24:34,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @ResidentSponge This old YouTube clip helps explain why former UAW members who work at Tesla are not huge fans of UAW https://t.co/dncVvZrkoL,en,[],['https://m.youtube.com/watch?v=S4DZ74IXh1U'],[],220,450,3387,[],[],https://twitter.com/elonmusk/status/1499420478183641089,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1499296906630991872,1499070619475873796,2022-03-03 12:13:32 Arabian Standard Time,2022-03-03,12:13:32,+0400,44196397,elonmusk,Elon Musk,,@OwenSparks_ @ICannot_Enough @genesimmons @JoeBiden Yes,und,[],[],[],289,190,3950,[],[],https://twitter.com/elonmusk/status/1499296906630991872,False,,0,,,,,,,,"[{'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'genesimmons', 'name': 'Gene Simmons', 'id': '14401698'}, {'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1499257795983466496,1499070619475873796,2022-03-03 09:38:08 Arabian Standard Time,2022-03-03,09:38:08,+0400,44196397,elonmusk,Elon Musk,,"@ICannot_Enough @genesimmons @JoeBiden By the way, Tesla factory worker compensation is the highest in the auto industry https://t.co/Peo3qtYc5D",en,[],['https://www.reddit.com/r/teslamotors/comments/r3m74k/andrew_sorkin_surprisingly_good_questions_to_mary/?utm_source=share&utm_medium=ios_app&utm_name=iossmf'],[],215,591,5478,[],[],https://twitter.com/elonmusk/status/1499257795983466496,False,,0,,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'genesimmons', 'name': 'Gene Simmons', 'id': '14401698'}, {'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1499249339671089152,1499070619475873796,2022-03-03 09:04:31 Arabian Standard Time,2022-03-03,09:04:31,+0400,44196397,elonmusk,Elon Musk,,"@ICannot_Enough @genesimmons @JoeBiden Our real challenge is Bay Area has negative unemployment, so if we don’t treat and compensate our (awesome) people well, they have many other offers and will just leave! I’d like hereby to invite UAW to hold a union vote at their convenience. Tesla will do nothing to stop them.",en,[],[],[],384,719,6840,[],[],https://twitter.com/elonmusk/status/1499249339671089152,False,,0,,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'genesimmons', 'name': 'Gene Simmons', 'id': '14401698'}, {'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1499239406623813632,1499164272005419012,2022-03-03 08:25:03 Arabian Standard Time,2022-03-03,08:25:03,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee 🤣,und,[],[],[],514,430,14492,[],[],https://twitter.com/elonmusk/status/1499239406623813632,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1499198925210857472,1499070619475873796,2022-03-03 05:44:12 Arabian Standard Time,2022-03-03,05:44:12,+0400,44196397,elonmusk,Elon Musk,,"@genesimmons @JoeBiden Actually, we still operate our California factory, which is the largest auto plant in North America, at full capacity and are considering expanding it significantly. It has built 2/3 of all electric vehicles in North America, twice as much as all other carmakers combined.",en,[],[],[],1398,3823,53013,[],[],https://twitter.com/elonmusk/status/1499198925210857472,False,,0,,,,,,,,"[{'screen_name': 'genesimmons', 'name': 'Gene Simmons', 'id': '14401698'}, {'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1499194255688019971,1499105359751004165,2022-03-03 05:25:38 Arabian Standard Time,2022-03-03,05:25:38,+0400,44196397,elonmusk,Elon Musk,,@katlinegrey @Rogozin Ukraine civilian Internet was experiencing strange outages – bad weather perhaps? – so SpaceX is helping fix it,en,[],[],[],1077,3724,32276,[],[],https://twitter.com/elonmusk/status/1499194255688019971,False,,0,,,,,,,,"[{'screen_name': 'katlinegrey', 'name': 'Katya Pavlushchenko', 'id': '319128454'}, {'screen_name': 'Rogozin', 'name': 'РОГОЗИН', 'id': '36980694'}]",,,, +1499114170519896075,1499091570292834304,2022-03-03 00:07:25 Arabian Standard Time,2022-03-03,00:07:25,+0400,44196397,elonmusk,Elon Musk,,"@FedorovMykhailo @Brian_J_Berger @SpaceX @SpaceXStarlink @Honda @ChampionGen @westinghouse @DuroMaxPower @W__Home Solar area will need to be higher with obscuration, but works better than one might think",en,[],[],[],351,443,7774,[],[],https://twitter.com/elonmusk/status/1499114170519896075,False,,0,,,,,,,,"[{'screen_name': 'FedorovMykhailo', 'name': 'Mykhailo Fedorov', 'id': '1331528215899344896'}, {'screen_name': 'Brian_J_Berger', 'name': 'Brian Berger', 'id': '150732943'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'Honda', 'name': 'Honda', 'id': '43430484'}, {'screen_name': 'ChampionGen', 'name': 'Champion Generators', 'id': '2392660585'}, {'screen_name': 'westinghouse', 'name': 'Westing House', 'id': '19957988'}, {'screen_name': 'DuroMaxPower', 'name': 'DuroMax Power Equipment', 'id': '950427809503068160'}, {'screen_name': 'W__Home', 'name': 'Westinghouse', 'id': '3166769460'}]",,,, +1499099534668058627,1499091570292834304,2022-03-02 23:09:15 Arabian Standard Time,2022-03-02,23:09:15,+0400,44196397,elonmusk,Elon Musk,,"@FedorovMykhailo @Brian_J_Berger @SpaceX @SpaceXStarlink @Honda @ChampionGen @westinghouse @DuroMaxPower Solar panels + battery pack better than generator, as no heat signature or smoke & doesn’t run out of fuel",en,[],[],[],475,1198,14236,[],[],https://twitter.com/elonmusk/status/1499099534668058627,False,,0,,,,,,,,"[{'screen_name': 'FedorovMykhailo', 'name': 'Mykhailo Fedorov', 'id': '1331528215899344896'}, {'screen_name': 'Brian_J_Berger', 'name': 'Brian Berger', 'id': '150732943'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceXStarlink', 'name': 'SpaceX Starlink 🛰', 'id': '1065332439218827264'}, {'screen_name': 'Honda', 'name': 'Honda', 'id': '43430484'}, {'screen_name': 'ChampionGen', 'name': 'Champion Generators', 'id': '2392660585'}, {'screen_name': 'westinghouse', 'name': 'Westing House', 'id': '19957988'}, {'screen_name': 'DuroMaxPower', 'name': 'DuroMax Power Equipment', 'id': '950427809503068160'}]",,,, +1498981268398161922,1498886338208092160,2022-03-02 15:19:18 Arabian Standard Time,2022-03-02,15:19:18,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog We could’ve made a 600 mile Model S 12 months ago, but that would’ve made the product worse imo, as 99.9% of time you’d be carrying unneeded battery mass, which makes acceleration, handling & efficiency worse. Even our 400+ mile range car is more than almost anyone will use.",en,[],[],[],1778,1377,22215,[],[],https://twitter.com/elonmusk/status/1498981268398161922,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1498940416053420037,1498887118994632705,2022-03-02 12:36:58 Arabian Standard Time,2022-03-02,12:36:58,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV 🤣🤣 That was me tweeting from @SpaceX when someone else had snatched my name. I was actually one of the earliest Twitter users, but dropped my account because people were tweeting such trivialities at first. @westcoastbill convinced me to get back in.",en,"[{'screen_name': 'spacex', 'name': 'spacex', 'id': '34743251'}, {'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",[],[],1182,983,25779,[],[],https://twitter.com/elonmusk/status/1498940416053420037,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1498938463051292674,1498876889837961217,2022-03-02 12:29:13 Arabian Standard Time,2022-03-02,12:29:13,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog The probability of Tesla dying in 2008/2009 was very high. We closed our financing round at 6pm on Dec 24th – the last working hour of the last day before Tesla would otherwise bounce payroll.,en,[],[],[],305,386,5880,[],[],https://twitter.com/elonmusk/status/1498938463051292674,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1498935565420478464,1498828904466980866,2022-03-02 12:17:42 Arabian Standard Time,2022-03-02,12:17:42,+0400,44196397,elonmusk,Elon Musk,,"@JasonDanheiser @WholeMarsBlog @28delayslater Self-driving cars & useful humanoid robots require a sophisticated understanding of reality. I am increasingly convinced that they are on the path to solving AGI. Should AGI be solved? I don’t know, but humanity is moving rapidly in this direction whether I like it or not.",en,[],[],[],338,501,5430,[],[],https://twitter.com/elonmusk/status/1498935565420478464,False,,0,,,,,,,,"[{'screen_name': 'JasonDanheiser', 'name': 'Jason Danheiser', 'id': '14289663'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1498933217986060288,1497827150690279424,2022-03-02 12:08:22 Arabian Standard Time,2022-03-02,12:08:22,+0400,44196397,elonmusk,Elon Musk,,"@RealLifeLore22 Pretty good summary, although national pride is underweighted relative to economics. Latter serves former, not other way around. The foundational issue imo, which this video doesn’t ignore, is low birth rate. After all, what good is land with no people?",en,[],[],[],595,525,8483,[],[],https://twitter.com/elonmusk/status/1498933217986060288,False,,0,,,,,,,,"[{'screen_name': 'RealLifeLore22', 'name': 'Real Life Lore', 'id': '4913943194'}]",,,, +1498870920383025161,1498848735798960130,2022-03-02 08:00:49 Arabian Standard Time,2022-03-02,08:00:49,+0400,44196397,elonmusk,Elon Musk,,@dogesuppporteam @CarlosS74671189 @JoeBiden .@McDonalds,und,"[{'screen_name': 'mcdonalds', 'name': ""mcdonald's"", 'id': '71026122'}]",[],[],726,1010,9167,[],[],https://twitter.com/elonmusk/status/1498870920383025161,False,,0,,,,,,,,"[{'screen_name': 'dogesuppporteam', 'name': 'KhalĐoge79🚀', 'id': '1311271048650862592'}, {'screen_name': 'CarlosS74671189', 'name': 'DOGE', 'id': '1358529502112931840'}, {'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1498865305799512064,1498858010009083904,2022-03-02 07:38:31 Arabian Standard Time,2022-03-02,07:38:31,+0400,44196397,elonmusk,Elon Musk,,@MSNBC Saints Row IV was sickkk,en,[],[],[],201,237,3843,[],[],https://twitter.com/elonmusk/status/1498865305799512064,False,,0,,,,,,,,"[{'screen_name': 'MSNBC', 'name': 'MSNBC', 'id': '2836421'}]",,,, +1498862357954584577,1498858010009083904,2022-03-02 07:26:48 Arabian Standard Time,2022-03-02,07:26:48,+0400,44196397,elonmusk,Elon Musk,,@MSNBC Saints Row https://t.co/bWWiGAhw41,en,[],['https://m.youtube.com/watch?v=xGH8QAeorsY'],[],386,578,7548,[],[],https://twitter.com/elonmusk/status/1498862357954584577,False,,0,,,,,,,,"[{'screen_name': 'MSNBC', 'name': 'MSNBC', 'id': '2836421'}]",,,, +1498859930857660420,1498848735798960130,2022-03-02 07:17:09 Arabian Standard Time,2022-03-02,07:17:09,+0400,44196397,elonmusk,Elon Musk,,"@_bennettm_ @RyanZohoury @JoeBiden Well, I do have multiple personality disorder, but they’re all technically in the same head",en,[],[],[],1770,3550,71546,[],[],https://twitter.com/elonmusk/status/1498859930857660420,False,,0,,,,,,,,"[{'screen_name': '_bennettm_', 'name': 'Bennett', 'id': '748198065991913473'}, {'screen_name': 'RyanZohoury', 'name': 'Ryan Zohoury', 'id': '973935174160273409'}, {'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1498859400525750272,1498858639305719810,2022-03-02 07:15:03 Arabian Standard Time,2022-03-02,07:15:03,+0400,44196397,elonmusk,Elon Musk,,@DBurkland Investigating,in,[],[],[],347,141,5121,[],[],https://twitter.com/elonmusk/status/1498859400525750272,False,,0,,,,,,,,"[{'screen_name': 'DBurkland', 'name': 'Dan Burkland', 'id': '1464732617786413059'}]",,,, +1498858611241635843,1498848735798960130,2022-03-02 07:11:55 Arabian Standard Time,2022-03-02,07:11:55,+0400,44196397,elonmusk,Elon Musk,,"@JoeBiden Tesla has created over 50,000 US jobs building electric vehicles & is investing more than double GM + Ford combined [fyi to person controlling this twitter]",en,[],[],[],8787,37338,270836,[],[],https://twitter.com/elonmusk/status/1498858611241635843,False,,0,,,,,,,,"[{'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1498856948321722370,1498854993201303556,2022-03-02 07:05:18 Arabian Standard Time,2022-03-02,07:05:18,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @WholeMarsBlog Our primary challenge is affordability. Creating an expensive truck is relatively easy. If it is extremely hard to do so for Tesla, despite our much greater economies of scale & better technology, then it is damn near impossible for others.",en,[],[],[],485,825,8803,[],[],https://twitter.com/elonmusk/status/1498856948321722370,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1498855687287418892,1498854993201303556,2022-03-02 07:00:17 Arabian Standard Time,2022-03-02,07:00:17,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog He plays golf a lot,en,[],[],[],141,121,2830,[],[],https://twitter.com/elonmusk/status/1498855687287418892,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1498855476481642496,1498812333178642445,2022-03-02 06:59:27 Arabian Standard Time,2022-03-02,06:59:27,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @Teslarati @KlenderJoey Saudi Arabia owns 2/3 of Lucid, so inevitable",en,[],[],[],194,223,4609,[],[],https://twitter.com/elonmusk/status/1498855476481642496,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1498852608093655041,1498812333178642445,2022-03-02 06:48:03 Arabian Standard Time,2022-03-02,06:48:03,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @KlenderJoey Their negative gross margin will be staggering,en,[],[],[],403,452,7462,[],[],https://twitter.com/elonmusk/status/1498852608093655041,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'KlenderJoey', 'name': 'Joey Klender', 'id': '1166039075847114752'}]",,,, +1498815818725052419,1498740769825435653,2022-03-02 04:21:52 Arabian Standard Time,2022-03-02,04:21:52,+0400,44196397,elonmusk,Elon Musk,,"@ICannot_Enough @Model3Owners Coming soon, if you want your car to make a loud farting sound from the external speaker, just say “Fart in their general direction!”",en,[],[],[],633,593,8115,[],[],https://twitter.com/elonmusk/status/1498815818725052419,False,,0,,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1498813607521439745,1498740769825435653,2022-03-02 04:13:05 Arabian Standard Time,2022-03-02,04:13:05,+0400,44196397,elonmusk,Elon Musk,,"@GerberKawasaki @ICannot_Enough @Model3Owners All cars made since November also have push center for horn – just waiting on firmware update. If you mash right side of yoke with your palm, horn will trigger.",en,[],[],[],175,198,3198,[],[],https://twitter.com/elonmusk/status/1498813607521439745,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1498806861763686405,1498786550989176836,2022-03-02 03:46:16 Arabian Standard Time,2022-03-02,03:46:16,+0400,44196397,elonmusk,Elon Musk,,"@Liv_Boeree If your war technology level is far higher than your opponent, tactics don’t matter: source_not_found",en,[],[],[],569,662,7064,[],[],https://twitter.com/elonmusk/status/1498806861763686405,False,,0,,,,,,,,"[{'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}]",,,, +1498760765767094272,1498740769825435653,2022-03-02 00:43:06 Arabian Standard Time,2022-03-02,00:43:06,+0400,44196397,elonmusk,Elon Musk,,@ICannot_Enough @Model3Owners Swipe down on navigate button to navigate home or to work if at home,en,[],[],[],310,189,3977,[],[],https://twitter.com/elonmusk/status/1498760765767094272,False,,0,,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1498495077571772419,1498485513862320128,2022-03-01 07:07:21 Arabian Standard Time,2022-03-01,07:07:21,+0400,44196397,elonmusk,Elon Musk,,"@DriveTeslaca Depends on what issues we see that are unique to Canada. If things are looking good, then we can lower the safety score threshold.",en,[],[],[],846,404,9916,[],[],https://twitter.com/elonmusk/status/1498495077571772419,False,,0,,,,,,,,"[{'screen_name': 'DriveTeslaca', 'name': 'Drive Tesla 🇨🇦', 'id': '1169348503975317504'}]",,,, +1498397390298128386,1498392515262746630,2022-03-01 00:39:11 Arabian Standard Time,2022-03-01,00:39:11,+0400,44196397,elonmusk,Elon Musk,,@FedorovMykhailo You are most welcome,en,[],[],[],6785,14221,249466,[],[],https://twitter.com/elonmusk/status/1498397390298128386,False,,0,,,,,,,,"[{'screen_name': 'FedorovMykhailo', 'name': 'Mykhailo Fedorov', 'id': '1331528215899344896'}]",,,, +1497701484003213317,1497543633293266944,2022-02-27 02:33:54 Arabian Standard Time,2022-02-27,02:33:54,+0400,44196397,elonmusk,Elon Musk,,@FedorovMykhailo Starlink service is now active in Ukraine. More terminals en route.,en,[],[],[],28307,143635,830582,[],[],https://twitter.com/elonmusk/status/1497701484003213317,False,,0,,,,,,,,"[{'screen_name': 'FedorovMykhailo', 'name': 'Mykhailo Fedorov', 'id': '1331528215899344896'}]",,,, +1497377323900829698,1497029449455312901,2022-02-26 05:05:48 Arabian Standard Time,2022-02-26,05:05:48,+0400,44196397,elonmusk,Elon Musk,,@Space_Pete Good thread,en,[],[],[],907,695,16995,[],[],https://twitter.com/elonmusk/status/1497377323900829698,False,,0,,,,,,,,"[{'screen_name': 'Space_Pete', 'name': 'Pete 🚀 🛰', 'id': '36765490'}]",,,, +1497375066639765512,1496933548372209669,2022-02-26 04:56:50 Arabian Standard Time,2022-02-26,04:56:50,+0400,44196397,elonmusk,Elon Musk,,@tes1m211 @Rogozin Yes,und,[],[],[],726,1072,23134,[],[],https://twitter.com/elonmusk/status/1497375066639765512,False,,0,,,,,,,,"[{'screen_name': 'tes1m211', 'name': 'tes.3m.21', 'id': '1235556338090074112'}, {'screen_name': 'Rogozin', 'name': 'РОГОЗИН', 'id': '36980694'}]",,,, +1497370602075734021,1496933548372209669,2022-02-26 04:39:05 Arabian Standard Time,2022-02-26,04:39:05,+0400,44196397,elonmusk,Elon Musk,,@Rogozin https://t.co/4kRJyp0FOv,und,[],[],['https://pbs.twimg.com/media/FMe6n6cWYAUqonR.jpg'],2089,10004,70253,[],[],https://twitter.com/elonmusk/status/1497370602075734021,False,,1,https://pbs.twimg.com/media/FMe6n6cWYAUqonR.jpg,,,,,,,[],,,, +1497340315832832002,1497243133637275648,2022-02-26 02:38:45 Arabian Standard Time,2022-02-26,02:38:45,+0400,44196397,elonmusk,Elon Musk,,@dlauer Would be a good move. Needs to include put options & synthetic shorts.,en,[],[],[],1041,2900,16035,[],[],https://twitter.com/elonmusk/status/1497340315832832002,False,,0,,,,,,,,"[{'screen_name': 'dlauer', 'name': 'Dave Lauer', 'id': '15210031'}]",,,, +1497276098484256769,1497255767568617473,2022-02-25 22:23:34 Arabian Standard Time,2022-02-25,22:23:34,+0400,44196397,elonmusk,Elon Musk,,@SpaceX Successful Starlink deploy https://t.co/ChUh6JWaQd,en,[],[],['https://pbs.twimg.com/media/FMdkrFxXoAMbdhm.jpg'],1528,2105,36880,[],[],https://twitter.com/elonmusk/status/1497276098484256769,False,,1,https://pbs.twimg.com/media/FMdkrFxXoAMbdhm.jpg,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1497275384420786176,1497258590070972417,2022-02-25 22:20:44 Arabian Standard Time,2022-02-25,22:20:44,+0400,44196397,elonmusk,Elon Musk,,@DriveTeslaca We’ve had about 60 or so cars testing internally in Canada. Hoping to go wider this weekend.,en,[],[],[],686,474,9473,[],[],https://twitter.com/elonmusk/status/1497275384420786176,False,,0,,,,,,,,"[{'screen_name': 'DriveTeslaca', 'name': 'Drive Tesla 🇨🇦', 'id': '1169348503975317504'}]",,,, +1497273425966022669,1497259225952653316,2022-02-25 22:12:57 Arabian Standard Time,2022-02-25,22:12:57,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @SpaceX Starlink is a little patchy to Tonga right now, but will improve dramatically as laser inter-satellite links activate",en,[],[],[],391,410,7137,[],[],https://twitter.com/elonmusk/status/1497273425966022669,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1497251927335264259,1497022258434433028,2022-02-25 20:47:31 Arabian Standard Time,2022-02-25,20:47:31,+0400,44196397,elonmusk,Elon Musk,,@SciGuySpace Yes,und,[],[],[],574,292,10004,[],[],https://twitter.com/elonmusk/status/1497251927335264259,False,,0,,,,,,,,"[{'screen_name': 'SciGuySpace', 'name': 'Eric Berger', 'id': '15726728'}]",,,, +1497165237849632821,1497035840601530368,2022-02-25 15:03:03 Arabian Standard Time,2022-02-25,15:03:03,+0400,44196397,elonmusk,Elon Musk,,@ICannot_Enough @WholeMarsBlog 🤣,und,[],[],[],460,130,3799,[],[],https://twitter.com/elonmusk/status/1497165237849632821,False,,0,,,,,,,,"[{'screen_name': 'ICannot_Enough', 'name': 'James Stephenson', 'id': '367237480'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1497165072744865800,1497035840601530368,2022-02-25 15:02:23 Arabian Standard Time,2022-02-25,15:02:23,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog LIDAR is a seductive local maximum. SpaceX designed & built them to dock with ISS. However, the road system was designed to work with biological neural nets & eyes, so a general solution to self-driving necessarily will require silicon neural nets & cameras. Real-world AI.",en,[],[],[],513,636,6544,[],[],https://twitter.com/elonmusk/status/1497165072744865800,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1497159282214813696,1497079224703750144,2022-02-25 14:39:23 Arabian Standard Time,2022-02-25,14:39:23,+0400,44196397,elonmusk,Elon Musk,,@CryptoWhale @Gfilche Protagonists created over half a century ago don’t count,en,[],[],[],383,180,3637,[],[],https://twitter.com/elonmusk/status/1497159282214813696,False,,0,,,,,,,,"[{'screen_name': 'CryptoWhale', 'name': 'CryptoWhale', 'id': '234638601'}, {'screen_name': 'Gfilche', 'name': 'Gali 🇺🇦', 'id': '348844712'}]",,,, +1497158991327211544,1497001286444617746,2022-02-25 14:38:14 Arabian Standard Time,2022-02-25,14:38:14,+0400,44196397,elonmusk,Elon Musk,,@moxie Signal is the least insecure messaging service,en,[],[],[],285,333,4065,[],[],https://twitter.com/elonmusk/status/1497158991327211544,False,,0,,,,,,,,"[{'screen_name': 'moxie', 'name': 'Moxie Marlinspike', 'id': '76980293'}]",,,, +1497102152464056344,1497079224703750144,2022-02-25 10:52:22 Arabian Standard Time,2022-02-25,10:52:22,+0400,44196397,elonmusk,Elon Musk,,@Gfilche Hollywood refuses to write even one story about an actual company startup where the CEO isn’t a dweeb and/or evil,en,[],[],[],3079,907,10935,[],[],https://twitter.com/elonmusk/status/1497102152464056344,False,,0,,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali 🇺🇦', 'id': '348844712'}]",,,, +1497101463146971159,1497001286444617746,2022-02-25 10:49:38 Arabian Standard Time,2022-02-25,10:49:38,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @moxie Just iMessage & Signal,en,[],[],[],606,280,4083,[],[],https://twitter.com/elonmusk/status/1497101463146971159,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'moxie', 'name': 'Moxie Marlinspike', 'id': '76980293'}]",,,, +1497101183198150672,1496064747254525956,2022-02-25 10:48:31 Arabian Standard Time,2022-02-25,10:48:31,+0400,44196397,elonmusk,Elon Musk,,@A7imd Me too,en,[],[],[],202,115,4212,[],[],https://twitter.com/elonmusk/status/1497101183198150672,False,,0,,,,,,,,"[{'screen_name': 'A7imd', 'name': 'أحمد', 'id': '894202357'}]",,,, +1497094264055992324,1497001286444617746,2022-02-25 10:21:01 Arabian Standard Time,2022-02-25,10:21:01,+0400,44196397,elonmusk,Elon Musk,,"@moxie Actual question, not rhetorical",ca,[],[],[],189,111,2164,[],[],https://twitter.com/elonmusk/status/1497094264055992324,False,,0,,,,,,,,"[{'screen_name': 'moxie', 'name': 'Moxie Marlinspike', 'id': '76980293'}]",,,, +1497090306814066692,1497001286444617746,2022-02-25 10:05:18 Arabian Standard Time,2022-02-25,10:05:18,+0400,44196397,elonmusk,Elon Musk,,@moxie Are you sure Signal is secure?,en,[],[],[],441,245,3461,[],[],https://twitter.com/elonmusk/status/1497090306814066692,False,,0,,,,,,,,"[{'screen_name': 'moxie', 'name': 'Moxie Marlinspike', 'id': '76980293'}]",,,, +1497059255949709317,1496959274391642113,2022-02-25 08:01:55 Arabian Standard Time,2022-02-25,08:01:55,+0400,44196397,elonmusk,Elon Musk,,@vgdunkey 🤣,und,[],[],[],658,264,12508,[],[],https://twitter.com/elonmusk/status/1497059255949709317,False,,0,,,,,,,,"[{'screen_name': 'vgdunkey', 'name': 'dunkey', 'id': '1096845500'}]",,,, +1496564151493304324,1496450499951927301,2022-02-23 23:14:33 Arabian Standard Time,2022-02-23,23:14:33,+0400,44196397,elonmusk,Elon Musk,,"@TSLAFanMtl @DoctorJack16 I didn’t start the fight, but I will finish it.",en,[],[],[],2772,4673,33279,[],[],https://twitter.com/elonmusk/status/1496564151493304324,False,,0,,,,,,,,"[{'screen_name': 'TSLAFanMtl', 'name': 'James Cat', 'id': '435266378'}, {'screen_name': 'DoctorJack16', 'name': 'Doctor Jack', 'id': '1361704632284684290'}]",,,, +1496555372773060616,1496450499951927301,2022-02-23 22:39:40 Arabian Standard Time,2022-02-23,22:39:40,+0400,44196397,elonmusk,Elon Musk,,@DoctorJack16 Building a case is exactly what I’ve been doing,en,[],[],[],1830,3628,32043,[],[],https://twitter.com/elonmusk/status/1496555372773060616,False,,0,,,,,,,,"[{'screen_name': 'DoctorJack16', 'name': 'Doctor Jack', 'id': '1361704632284684290'}]",,,, +1496554977661231107,1496528156102361092,2022-02-23 22:38:05 Arabian Standard Time,2022-02-23,22:38:05,+0400,44196397,elonmusk,Elon Musk,,@ziqi37 @teslaownersSV @SECGov Exactly,en,[],[],[],395,492,5596,[],[],https://twitter.com/elonmusk/status/1496554977661231107,False,,0,,,,,,,,"[{'screen_name': 'ziqi37', 'name': 'ZiqiZ', 'id': '482095390'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'SECGov', 'name': 'U.S. Securities and Exchange Commission', 'id': '18481050'}]",,,, +1496525653298012167,1496487818310389761,2022-02-23 20:41:34 Arabian Standard Time,2022-02-23,20:41:34,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 @gunsnrosesgirl3 Would be cool if we are backed up somehow,en,[],[],[],1143,397,9105,[],[],https://twitter.com/elonmusk/status/1496525653298012167,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}, {'screen_name': 'gunsnrosesgirl3', 'name': 'Science girl', 'id': '1179892477714718721'}]",,,, +1496416738304565252,1496411067211206657,2022-02-23 13:28:47 Arabian Standard Time,2022-02-23,13:28:47,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Yeah,en,[],[],[],700,311,8201,[],[],https://twitter.com/elonmusk/status/1496416738304565252,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1496301421175652353,1496159091089190919,2022-02-23 05:50:33 Arabian Standard Time,2022-02-23,05:50:33,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @moneymik3420 @jack @gdb Yeah, definitely don’t use C unless optimizing for hardware performance!",en,[],[],[],328,182,3502,[],[],https://twitter.com/elonmusk/status/1496301421175652353,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'moneymik3420', 'name': 'Max Capacity 🇺🇦', 'id': '1249565271154667525'}, {'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}, {'screen_name': 'gdb', 'name': 'Greg Brockman', 'id': '162124540'}]",,,, +1496293976692899843,1496159091089190919,2022-02-23 05:20:58 Arabian Standard Time,2022-02-23,05:20:58,+0400,44196397,elonmusk,Elon Musk,,"@jack @gdb I’m a fan of Rust. Clearly scales well, given that Discord uses it. For max performance, however, nothing beats tight C with a customized compiler on specialized hardware. Important for max frame rate on vehicle inference computer. Otherwise, we mostly use C++ & Python.",en,[],[],[],729,946,10989,[],[],https://twitter.com/elonmusk/status/1496293976692899843,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}, {'screen_name': 'gdb', 'name': 'Greg Brockman', 'id': '162124540'}]",,,, +1496290695694495753,1495863292509708295,2022-02-23 05:07:56 Arabian Standard Time,2022-02-23,05:07:56,+0400,44196397,elonmusk,Elon Musk,,"@Kristennetten While it is tempting to focus on one of those arenas as the “hard one”, in fact they are all difficult & important. Tight C & custom compiler too. An inference computer optimized for energy efficiency, reliability & long life is also critical. Can’t just jam GPUs in the trunk.",en,[],[],[],227,236,3343,[],[],https://twitter.com/elonmusk/status/1496290695694495753,False,,0,,,,,,,,"[{'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}]",,,, +1496288046832140288,1495863292509708295,2022-02-23 04:57:24 Arabian Standard Time,2022-02-23,04:57:24,+0400,44196397,elonmusk,Elon Musk,,@tesletter @Kristennetten Definitely,en,[],[],[],175,101,2324,[],[],https://twitter.com/elonmusk/status/1496288046832140288,False,,0,,,,,,,,"[{'screen_name': 'tesletter', 'name': 'Tesletter', 'id': '979225070764634112'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}]",,,, +1496287547303120906,1495863292509708295,2022-02-23 04:55:25 Arabian Standard Time,2022-02-23,04:55:25,+0400,44196397,elonmusk,Elon Musk,,"@Kristennetten A general solution to self-driving (essentially, real-world AI) requires writing extremely difficult software in the arenas of training, inference, control, analytical tools, data management, hardware optimization & simulation. One of the hardest technology problems that exists.",en,[],[],[],551,593,7605,[],[],https://twitter.com/elonmusk/status/1496287547303120906,False,,0,,,,,,,,"[{'screen_name': 'Kristennetten', 'name': '•K10•👀♥️', 'id': '985686123123949568'}]",,,, +1496280820901990406,1496159091089190919,2022-02-23 04:28:41 Arabian Standard Time,2022-02-23,04:28:41,+0400,44196397,elonmusk,Elon Musk,,@gdb Compilers can be way better too. Not enough effort spent there.,en,[],[],[],126,124,2886,[],[],https://twitter.com/elonmusk/status/1496280820901990406,False,,0,,,,,,,,"[{'screen_name': 'gdb', 'name': 'Greg Brockman', 'id': '162124540'}]",,,, +1496280400418811905,1496159091089190919,2022-02-23 04:27:01 Arabian Standard Time,2022-02-23,04:27:01,+0400,44196397,elonmusk,Elon Musk,,@gdb 💯,und,[],[],[],239,129,4162,[],[],https://twitter.com/elonmusk/status/1496280400418811905,False,,0,,,,,,,,"[{'screen_name': 'gdb', 'name': 'Greg Brockman', 'id': '162124540'}]",,,, +1496252264171941888,1496252264171941888,2022-02-23 02:35:13 Arabian Standard Time,2022-02-23,02:35:13,+0400,44196397,elonmusk,Elon Musk,, https://t.co/OrLV2c3qy2,und,[],[],['https://pbs.twimg.com/media/FMPBgHWWUAoro-w.jpg'],20453,23692,205929,[],[],https://twitter.com/elonmusk/status/1496252264171941888,False,,1,https://pbs.twimg.com/media/FMPBgHWWUAoro-w.jpg,,,,,,,[],,,, +1496247738002026503,1496246689757286403,2022-02-23 02:17:14 Arabian Standard Time,2022-02-23,02:17:14,+0400,44196397,elonmusk,Elon Musk,,@TalbottRicky Sorry!,en,[],[],[],195,54,1250,[],[],https://twitter.com/elonmusk/status/1496247738002026503,False,,0,,,,,,,,"[{'screen_name': 'TalbottRicky', 'name': 'Ricky T 🇺🇸for🇺🇦🦊', 'id': '742539353247846400'}]",,,, +1496245689201967104,1496062268261478403,2022-02-23 02:09:05 Arabian Standard Time,2022-02-23,02:09:05,+0400,44196397,elonmusk,Elon Musk,,@cybrtrkguy @DMC_Ryan @CyberpunkGame 💯,und,[],[],[],139,93,2442,[],[],https://twitter.com/elonmusk/status/1496245689201967104,False,,0,,,,,,,,"[{'screen_name': 'cybrtrkguy', 'name': 'The Cybertruck Guy', 'id': '1198313150858383360'}, {'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'CyberpunkGame', 'name': 'Cyberpunk 2077', 'id': '821102114'}]",,,, +1496245381084200961,1496062268261478403,2022-02-23 02:07:52 Arabian Standard Time,2022-02-23,02:07:52,+0400,44196397,elonmusk,Elon Musk,,@DMC_Ryan @CyberpunkGame We’re working through the general case of making Steam games work on a Tesla vs specific titles. Former is obviously where we should be long-term.,en,[],[],[],188,257,2964,[],[],https://twitter.com/elonmusk/status/1496245381084200961,False,,0,,,,,,,,"[{'screen_name': 'DMC_Ryan', 'name': 'Ryan McCaffrey', 'id': '308795969'}, {'screen_name': 'CyberpunkGame', 'name': 'Cyberpunk 2077', 'id': '821102114'}]",,,, +1496244634137382912,1496244314783064078,2022-02-23 02:04:54 Arabian Standard Time,2022-02-23,02:04:54,+0400,44196397,elonmusk,Elon Musk,,@nicemedia_fr Yes. This is an advantage of iron cathode lithium batteries.,en,[],[],[],381,402,13242,[],[],https://twitter.com/elonmusk/status/1496244634137382912,False,,0,,,,,,,,"[{'screen_name': 'nicemedia_fr', 'name': '🅽ice🅼edia', 'id': '188328949'}]",,,, +1496232040085270530,1496062268261478403,2022-02-23 01:14:51 Arabian Standard Time,2022-02-23,01:14:51,+0400,44196397,elonmusk,Elon Musk,,@CyberpunkGame Night City has beautiful art,en,[],[],[],269,318,9507,[],[],https://twitter.com/elonmusk/status/1496232040085270530,False,,0,,,,,,,,"[{'screen_name': 'CyberpunkGame', 'name': 'Cyberpunk 2077', 'id': '821102114'}]",,,, +1496221077265170435,1496062268261478403,2022-02-23 00:31:17 Arabian Standard Time,2022-02-23,00:31:17,+0400,44196397,elonmusk,Elon Musk,,@CyberpunkGame Great game,en,[],[],[],809,769,18689,[],[],https://twitter.com/elonmusk/status/1496221077265170435,False,,0,,,,,,,,"[{'screen_name': 'CyberpunkGame', 'name': 'Cyberpunk 2077', 'id': '821102114'}]",,,, +1496209013163315202,1496136966341107713,2022-02-22 23:43:21 Arabian Standard Time,2022-02-22,23:43:21,+0400,44196397,elonmusk,Elon Musk,,@stats_feed But 69% of statistics are false,en,[],[],[],1952,1816,39609,[],[],https://twitter.com/elonmusk/status/1496209013163315202,False,,0,,,,,,,,"[{'screen_name': 'stats_feed', 'name': 'World of Statistics', 'id': '1335132884278108161'}]",,,, +1496207005954060293,1496126380106518529,2022-02-22 23:35:23 Arabian Standard Time,2022-02-22,23:35:23,+0400,44196397,elonmusk,Elon Musk,,@FreeSpeechAmer @davidfrum 🤣,und,[],[],[],197,159,3250,[],[],https://twitter.com/elonmusk/status/1496207005954060293,False,,0,,,,,,,,"[{'screen_name': 'FreeSpeechAmer', 'name': 'Free Speech America', 'id': '204967872'}, {'screen_name': 'davidfrum', 'name': 'David Frum', 'id': '18686907'}]",,,, +1496200123856166919,1496192580370980865,2022-02-22 23:08:02 Arabian Standard Time,2022-02-22,23:08:02,+0400,44196397,elonmusk,Elon Musk,,@ashleevance Norway is awesome! 🇳🇴,en,[],[],[],614,482,12446,[],[],https://twitter.com/elonmusk/status/1496200123856166919,False,,0,,,,,,,,"[{'screen_name': 'ashleevance', 'name': 'Ashlee Vance', 'id': '81961201'}]",,,, +1496197091227574274,1495930701757259777,2022-02-22 22:55:59 Arabian Standard Time,2022-02-22,22:55:59,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV Small changes usually affect production for less than an hour, as they’re applied to a few stations during breaks. Big changes may impact output for a day or two. Reversing out big changes or unexpected parts shortages are what impact several days.",en,[],[],[],177,257,3207,[],[],https://twitter.com/elonmusk/status/1496197091227574274,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1496195175990845441,1495930701757259777,2022-02-22 22:48:22 Arabian Standard Time,2022-02-22,22:48:22,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Sometimes 20 small changes in a single week,en,[],[],[],375,320,6096,[],[],https://twitter.com/elonmusk/status/1496195175990845441,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1496091687340449795,1495770283436699656,2022-02-22 15:57:08 Arabian Standard Time,2022-02-22,15:57:08,+0400,44196397,elonmusk,Elon Musk,,"@FoxNews Switching to renewables with batteries would avoid blackouts. Batteries are essential, due to the intermittent nature of renewables.",en,[],[],[],979,705,9296,[],[],https://twitter.com/elonmusk/status/1496091687340449795,False,,0,,,,,,,,"[{'screen_name': 'FoxNews', 'name': 'Fox News', 'id': '1367531'}]",,,, +1496089954715410439,1495873932964298752,2022-02-22 15:50:15 Arabian Standard Time,2022-02-22,15:50:15,+0400,44196397,elonmusk,Elon Musk,,@aparanjape @pmarca We must fight for it to be better,en,[],[],[],219,170,2170,[],[],https://twitter.com/elonmusk/status/1496089954715410439,False,,0,,,,,,,,"[{'screen_name': 'aparanjape', 'name': 'Amit Paranjape', 'id': '14175873'}, {'screen_name': 'pmarca', 'name': 'Marc Andreessen', 'id': '5943622'}]",,,, +1496088614501072896,1496073705499336706,2022-02-22 15:44:56 Arabian Standard Time,2022-02-22,15:44:56,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @ResidentSponge This is just peeling back the first layer of the corruption onion. Stay tuned …,en,[],[],[],937,1880,18771,[],[],https://twitter.com/elonmusk/status/1496088614501072896,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1496087906590597129,1495873932964298752,2022-02-22 15:42:07 Arabian Standard Time,2022-02-22,15:42:07,+0400,44196397,elonmusk,Elon Musk,,@pmarca Why many come to America,en,[],[],[],191,135,1974,[],[],https://twitter.com/elonmusk/status/1496087906590597129,False,,0,,,,,,,,"[{'screen_name': 'pmarca', 'name': 'Marc Andreessen', 'id': '5943622'}]",,,, +1496086323098177543,1496083366990516230,2022-02-22 15:35:50 Arabian Standard Time,2022-02-22,15:35:50,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Beautiful,en,[],[],[],415,224,6701,[],[],https://twitter.com/elonmusk/status/1496086323098177543,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1496073325155692545,1495227744413704192,2022-02-22 14:44:11 Arabian Standard Time,2022-02-22,14:44:11,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX @SpaceX @SirineAti @austinbarnard45 @OwenSparks_ @TacosandTeslas @EvaFoxU @DimaZeniuk @Grandpajoe42 @AstroJordy Yes,und,[],[],[],342,135,3134,[],[],https://twitter.com/elonmusk/status/1496073325155692545,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SirineAti', 'name': '💫Sirine💫🦊🇺🇦', 'id': '1285872552766734346'}, {'screen_name': 'austinbarnard45', 'name': 'Austin Barnard🚀', 'id': '468706269'}, {'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'TacosandTeslas', 'name': '🌮 TACOS + PEACE 🇺🇦✌🏼🕊🦊', 'id': '17694421'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'DimaZeniuk', 'name': 'Dima Zeniuk 🇺🇦', 'id': '1198495865301864448'}, {'screen_name': 'Grandpajoe42', 'name': 'GrandpaJoe', 'id': '1335322591440101379'}, {'screen_name': 'AstroJordy', 'name': 'jordan🇺🇦', 'id': '1142527715670519808'}]",,,, +1496068893835681792,1494123001767288838,2022-02-22 14:26:34 Arabian Standard Time,2022-02-22,14:26:34,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog V11 is 💥,und,[],[],[],535,441,5498,[],[],https://twitter.com/elonmusk/status/1496068893835681792,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1496067695791546368,1495920744731189254,2022-02-22 14:21:48 Arabian Standard Time,2022-02-22,14:21:48,+0400,44196397,elonmusk,Elon Musk,,@EricMagvas @westcoastbill Tuesday,en,[],[],[],236,96,2210,[],[],https://twitter.com/elonmusk/status/1496067695791546368,False,,0,,,,,,,,"[{'screen_name': 'ericmagvas', 'name': 'Eric Magvas🪐', 'id': '558075811'}, {'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",,,, +1496067519785881603,1495920744731189254,2022-02-22 14:21:06 Arabian Standard Time,2022-02-22,14:21:06,+0400,44196397,elonmusk,Elon Musk,,@westcoastbill Yeah,en,[],[],[],194,69,1693,[],[],https://twitter.com/elonmusk/status/1496067519785881603,False,,0,,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",,,, +1496066844284928003,1496064747254525956,2022-02-22 14:18:25 Arabian Standard Time,2022-02-22,14:18:25,+0400,44196397,elonmusk,Elon Musk,,tau > pi,in,[],[],[],9552,4547,46515,[],[],https://twitter.com/elonmusk/status/1496066844284928003,False,,0,,,,,,,,[],,,, +1496064747254525956,1496064747254525956,2022-02-22 14:10:05 Arabian Standard Time,2022-02-22,14:10:05,+0400,44196397,elonmusk,Elon Musk,,ℏ,und,[],[],[],26235,11436,125847,[],[],https://twitter.com/elonmusk/status/1496064747254525956,False,,0,,,,,,,,[],,,, +1496061956721160192,1496033935465275399,2022-02-22 13:59:00 Arabian Standard Time,2022-02-22,13:59:00,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @Writer_01001101 !!,und,[],[],[],285,173,3286,[],[],https://twitter.com/elonmusk/status/1496061956721160192,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'Writer_01001101', 'name': 'Maria Merano', 'id': '1340818480925294592'}]",,,, +1496051883080884226,1495976068578217985,2022-02-22 13:18:58 Arabian Standard Time,2022-02-22,13:18:58,+0400,44196397,elonmusk,Elon Musk,,@JohnnaCrider1 !,und,[],[],[],515,153,2655,[],[],https://twitter.com/elonmusk/status/1496051883080884226,False,,0,,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}]",,,, +1496046509367963653,1496043757573181440,2022-02-22 12:57:37 Arabian Standard Time,2022-02-22,12:57:37,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 In Earth years,en,[],[],[],691,567,12646,[],[],https://twitter.com/elonmusk/status/1496046509367963653,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1496030596803571712,1496027715912474626,2022-02-22 11:54:23 Arabian Standard Time,2022-02-22,11:54:23,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX @mayemusk It is taking longer than expected to make the upper stage not expendable (sigh),en,[],[],[],486,315,7735,[],[],https://twitter.com/elonmusk/status/1496030596803571712,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}]",,,, +1496013196259434496,1496006112394498049,2022-02-22 10:45:15 Arabian Standard Time,2022-02-22,10:45:15,+0400,44196397,elonmusk,Elon Musk,,"@BBCScienceNews Instead of “research suggests”, I suggest “warlocks say”",en,[],[],[],384,145,1990,[],[],https://twitter.com/elonmusk/status/1496013196259434496,False,,0,,,,,,,,"[{'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +1496012574864855043,1495806791732629506,2022-02-22 10:42:47 Arabian Standard Time,2022-02-22,10:42:47,+0400,44196397,elonmusk,Elon Musk,,@simongerman600 @waitbutwhy … a river,en,[],[],[],437,190,4496,[],[],https://twitter.com/elonmusk/status/1496012574864855043,False,,0,,,,,,,,"[{'screen_name': 'simongerman600', 'name': 'Simon Kuestenmacher', 'id': '359188534'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1496012132772728834,1496006112394498049,2022-02-22 10:41:01 Arabian Standard Time,2022-02-22,10:41:01,+0400,44196397,elonmusk,Elon Musk,,@BBCScienceNews 😮,und,[],[],[],349,133,3476,[],[],https://twitter.com/elonmusk/status/1496012132772728834,False,,0,,,,,,,,"[{'screen_name': 'BBCScienceNews', 'name': 'BBC Science News', 'id': '621573'}]",,,, +1496010411564572678,1495791925491908621,2022-02-22 10:34:11 Arabian Standard Time,2022-02-22,10:34:11,+0400,44196397,elonmusk,Elon Musk,,@astro_greek 🤣,und,[],[],[],353,188,5945,[],[],https://twitter.com/elonmusk/status/1496010411564572678,False,,0,,,,,,,,"[{'screen_name': 'astro_greek', 'name': '🚀FabulousTechnodoge🔴', 'id': '1313870143701819393'}]",,,, +1495918786343546880,1495901654872383499,2022-02-22 04:30:06 Arabian Standard Time,2022-02-22,04:30:06,+0400,44196397,elonmusk,Elon Musk,,@TeslaGong 🤣,und,[],[],[],188,68,1545,[],[],https://twitter.com/elonmusk/status/1495918786343546880,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +1495917323911409670,1495901654872383499,2022-02-22 04:24:17 Arabian Standard Time,2022-02-22,04:24:17,+0400,44196397,elonmusk,Elon Musk,,M Night should do a horror movie about this – it would resonate,en,[],[],[],4485,2242,48397,[],[],https://twitter.com/elonmusk/status/1495917323911409670,False,,0,,,,,,,,[],,,, +1495901654872383499,1495901654872383499,2022-02-22 03:22:01 Arabian Standard Time,2022-02-22,03:22:01,+0400,44196397,elonmusk,Elon Musk,,Entertainment is becoming a username/password/2FA nightmare https://t.co/fKht3NKsho,en,[],[],['https://pbs.twimg.com/media/FMKCoHvXIAI6MVa.jpg'],8695,20715,215375,[],[],https://twitter.com/elonmusk/status/1495901654872383499,False,,1,https://pbs.twimg.com/media/FMKCoHvXIAI6MVa.jpg,,,,,,,[],,,, +1495835133332631563,1495787975774552074,2022-02-21 22:57:41 Arabian Standard Time,2022-02-21,22:57:41,+0400,44196397,elonmusk,Elon Musk,,"@BRO_SPI_Airport @SpacePadreIsle @SpaceX Sounds good, we will send one over",en,[],[],[],266,251,4443,[],[],https://twitter.com/elonmusk/status/1495835133332631563,False,,0,,,,,,,,"[{'screen_name': 'BRO_SPI_Airport', 'name': 'Brownsville South Padre Island Intl. Airport', 'id': '1311662284469604352'}, {'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1495824937269055495,1495489169182896130,2022-02-21 22:17:10 Arabian Standard Time,2022-02-21,22:17:10,+0400,44196397,elonmusk,Elon Musk,,@martiandoge @SteveofRivia @almeneses1 @SawyerMerritt That would be great,en,[],[],[],200,125,2032,[],[],https://twitter.com/elonmusk/status/1495824937269055495,False,,0,,,,,,,,"[{'screen_name': 'martiandoge', 'name': 'martiandoge.ᵉᵗʰ🐕🚀🔴', 'id': '1357405356100489216'}, {'screen_name': 'SteveofRivia', 'name': 'Steve', 'id': '1389400996426702848'}, {'screen_name': 'almeneses1', 'name': 'almeneses', 'id': '564863971'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1495824820956762113,1495489169182896130,2022-02-21 22:16:43 Arabian Standard Time,2022-02-21,22:16:43,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k @SteveofRivia @almeneses1 @SawyerMerritt 🤣,und,[],[],[],594,229,4312,[],[],https://twitter.com/elonmusk/status/1495824820956762113,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'SteveofRivia', 'name': 'Steve', 'id': '1389400996426702848'}, {'screen_name': 'almeneses1', 'name': 'almeneses', 'id': '564863971'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1495812910018445315,1495787975774552074,2022-02-21 21:29:23 Arabian Standard Time,2022-02-21,21:29:23,+0400,44196397,elonmusk,Elon Musk,,"@SpacePadreIsle @SpaceX Maybe near BRO airport, since that serves both communities?",en,[],[],[],261,238,4168,[],[],https://twitter.com/elonmusk/status/1495812910018445315,False,,0,,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1495812568585277441,1495787975774552074,2022-02-21 21:28:01 Arabian Standard Time,2022-02-21,21:28:01,+0400,44196397,elonmusk,Elon Musk,,"@SpacePadreIsle @SpaceX If South Padre and/or Brownsville would like a Starship prototype, we can send one over",en,[],[],[],464,512,9423,[],[],https://twitter.com/elonmusk/status/1495812568585277441,False,,0,,,,,,,,"[{'screen_name': 'SpacePadreIsle', 'name': 'SPadre', 'id': '1083699592699543552'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1495812085078540304,1495489169182896130,2022-02-21 21:26:06 Arabian Standard Time,2022-02-21,21:26:06,+0400,44196397,elonmusk,Elon Musk,,"@SteveofRivia @almeneses1 @SawyerMerritt I’m pretty sure I’ve paid the most taxes of any individual ever to California, but it isn’t obvious what is done with the money",en,[],[],[],414,459,5512,[],[],https://twitter.com/elonmusk/status/1495812085078540304,False,,0,,,,,,,,"[{'screen_name': 'SteveofRivia', 'name': 'Steve', 'id': '1389400996426702848'}, {'screen_name': 'almeneses1', 'name': 'almeneses', 'id': '564863971'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1495810409768574978,1495488331509075969,2022-02-21 21:19:27 Arabian Standard Time,2022-02-21,21:19:27,+0400,44196397,elonmusk,Elon Musk,,"@cgpgrey @waitbutwhy Rather than correcting itself, the lower birth rate trend appears to be accelerating",en,[],[],[],322,160,2256,[],[],https://twitter.com/elonmusk/status/1495810409768574978,False,,0,,,,,,,,"[{'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1495805101671387137,1495059281602830339,2022-02-21 20:58:21 Arabian Standard Time,2022-02-21,20:58:21,+0400,44196397,elonmusk,Elon Musk,,"@d4t4wr4ngl3r @Tesla Tesla owners in the greater Giga Texas area will get priority, so yes",en,[],[],[],748,380,8603,[],[],https://twitter.com/elonmusk/status/1495805101671387137,False,,0,,,,,,,,"[{'screen_name': 'd4t4wr4ngl3r', 'name': 'Gort', 'id': '519836415'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1495789573682704390,1495488331509075969,2022-02-21 19:56:39 Arabian Standard Time,2022-02-21,19:56:39,+0400,44196397,elonmusk,Elon Musk,,@cgpgrey @waitbutwhy Single biggest threat to future of civilization imo,en,[],[],[],448,220,2920,[],[],https://twitter.com/elonmusk/status/1495789573682704390,False,,0,,,,,,,,"[{'screen_name': 'cgpgrey', 'name': 'CGP Grey 🐝', 'id': '176774540'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1495665799746445313,1495599109881069568,2022-02-21 11:44:49 Arabian Standard Time,2022-02-21,11:44:49,+0400,44196397,elonmusk,Elon Musk,,@_bennettm_ Ok,und,[],[],[],872,245,8368,[],[],https://twitter.com/elonmusk/status/1495665799746445313,False,,0,,,,,,,,"[{'screen_name': '_bennettm_', 'name': 'Bennett', 'id': '748198065991913473'}]",,,, +1495657587613880321,1495594035796398083,2022-02-21 11:12:11 Arabian Standard Time,2022-02-21,11:12:11,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 🤣,und,[],[],[],1354,714,18898,[],[],https://twitter.com/elonmusk/status/1495657587613880321,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1495655861045313537,1495488331509075969,2022-02-21 11:05:19 Arabian Standard Time,2022-02-21,11:05:19,+0400,44196397,elonmusk,Elon Musk,,@Charlotte326 @waitbutwhy They will be fine,en,[],[],[],593,399,6990,[],[],https://twitter.com/elonmusk/status/1495655861045313537,False,,0,,,,,,,,"[{'screen_name': 'Charlotte326', 'name': 'MsAmerica', 'id': '23710648'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1495651137319493633,1495489169182896130,2022-02-21 10:46:33 Arabian Standard Time,2022-02-21,10:46:33,+0400,44196397,elonmusk,Elon Musk,,"@JohnnaCrider1 @Ravoyd @SawyerMerritt @SenWarren The only reason I didn’t pay federal tax in 2018 is because I *overpaid* in 2017! Since they stole my tax records, they actually know that.",en,[],[],[],321,688,5906,[],[],https://twitter.com/elonmusk/status/1495651137319493633,False,,0,,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'Ravoyd', 'name': 'Ravoyd', 'id': '457567828'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}, {'screen_name': 'SenWarren', 'name': 'Elizabeth Warren', 'id': '970207298'}]",,,, +1495631792568733696,1495488331509075969,2022-02-21 09:29:41 Arabian Standard Time,2022-02-21,09:29:41,+0400,44196397,elonmusk,Elon Musk,,@waitbutwhy 💯,und,[],[],[],1488,770,20154,[],[],https://twitter.com/elonmusk/status/1495631792568733696,False,,0,,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1495524999263776768,1495357573092028423,2022-02-21 02:25:19 Arabian Standard Time,2022-02-21,02:25:19,+0400,44196397,elonmusk,Elon Musk,,@TPostMillennial Hypocritical megadouche!,fr,[],[],[],1188,2952,23507,[],[],https://twitter.com/elonmusk/status/1495524999263776768,False,,0,,,,,,,,"[{'screen_name': 'TPostMillennial', 'name': 'The Post Millennial', 'id': '896731633704947712'}]",,,, +1495524677501865985,1495489169182896130,2022-02-21 02:24:03 Arabian Standard Time,2022-02-21,02:24:03,+0400,44196397,elonmusk,Elon Musk,,"@SawyerMerritt Will visit IRS next time I’m in DC just to say hi, since I paid the most taxes ever in history for an individual last year. Maybe I can have a cookie or something …",en,[],[],[],6450,12836,98071,[],[],https://twitter.com/elonmusk/status/1495524677501865985,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1495333269512011776,1494852714676867072,2022-02-20 13:43:28 Arabian Standard Time,2022-02-20,13:43:28,+0400,44196397,elonmusk,Elon Musk,,@ID_AA_Carmack True,en,[],[],[],427,204,2455,[],[],https://twitter.com/elonmusk/status/1495333269512011776,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1495320236760846336,1495110132157530112,2022-02-20 12:51:40 Arabian Standard Time,2022-02-20,12:51:40,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut @Twitter @jack @TwitterComms Seriously. How long must this go on?,en,[],[],[],1046,646,13512,[],[],https://twitter.com/elonmusk/status/1495320236760846336,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': 'Twitter', 'name': 'Twitter', 'id': '783214'}, {'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}, {'screen_name': 'TwitterComms', 'name': 'Twitter Comms', 'id': '234489024'}]",,,, +1495320076135792644,1493299926612144130,2022-02-20 12:51:02 Arabian Standard Time,2022-02-20,12:51:02,+0400,44196397,elonmusk,Elon Musk,,"@TeslaOwnersEBay @WholeMarsBlog @teslaownersSV @MadonnaInn @telsa @SjvTesla @TeslaClubSoCal @TeslaClubLA @TeslaOwnersNBay @MyTeslaAdventur @teslaownersriv1 @OCTeslaClub @Tesla Depends mostly on FAA certification, but hopefully within 6 months. We’re testing on Gulfstreams to debug issues, but deployment priority is commercial airliners.",en,[],[],[],159,190,2693,[],[],https://twitter.com/elonmusk/status/1495320076135792644,False,,0,,,,,,,,"[{'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club |Fremont| 🇺🇦🕊🦊', 'id': '1175164547746844672'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'MadonnaInn', 'name': 'Madonna Inn', 'id': '62629279'}, {'screen_name': 'telsa', 'name': 'telsa', 'id': '10942132'}, {'screen_name': 'SjvTesla', 'name': '$TSLA HODLers Of San Joaquin Valley', 'id': '1214691289137995777'}, {'screen_name': 'TeslaClubSoCal', 'name': 'Tesla Club-SoCal', 'id': '1277382400637427712'}, {'screen_name': 'TeslaClubLA', 'name': 'TeslaClubLA', 'id': '3012789296'}, {'screen_name': 'TeslaOwnersNBay', 'name': 'Tesla Owners North Bay', 'id': '1229566359257763840'}, {'screen_name': 'MyTeslaAdventur', 'name': 'My Tesla Adventure', 'id': '883960689584250880'}, {'screen_name': 'teslaownersriv1', 'name': 'teslaownersriverside', 'id': '1395861372601212931'}, {'screen_name': 'OCTeslaClub', 'name': 'Tesla Owners of Orange County', 'id': '719606938829471744'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1495311848668729346,1493299926612144130,2022-02-20 12:18:20 Arabian Standard Time,2022-02-20,12:18:20,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @MadonnaInn @telsa @SjvTesla @TeslaClubSoCal @TeslaClubLA @TeslaOwnersNBay @MyTeslaAdventur @teslaownersriv1 @OCTeslaClub @Tesla Cybertruck,en,[],[],[],327,242,3460,[],[],https://twitter.com/elonmusk/status/1495311848668729346,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'MadonnaInn', 'name': 'Madonna Inn', 'id': '62629279'}, {'screen_name': 'telsa', 'name': 'telsa', 'id': '10942132'}, {'screen_name': 'SjvTesla', 'name': '2yr Anniversary Of San Joaquin Valley', 'id': '1214691289137995777'}, {'screen_name': 'TeslaClubSoCal', 'name': 'Tesla Club-SoCal', 'id': '1277382400637427712'}, {'screen_name': 'TeslaClubLA', 'name': 'TeslaClubLA', 'id': '3012789296'}, {'screen_name': 'TeslaOwnersNBay', 'name': 'Tesla Owners North Bay', 'id': '1229566359257763840'}, {'screen_name': 'MyTeslaAdventur', 'name': 'My Tesla Adventure', 'id': '883960689584250880'}, {'screen_name': 'teslaownersriv1', 'name': 'teslaownersriverside', 'id': '1395861372601212931'}, {'screen_name': 'OCTeslaClub', 'name': 'Tesla Owners of Orange County', 'id': '719606938829471744'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1495311500549898243,1493299926612144130,2022-02-20 12:16:57 Arabian Standard Time,2022-02-20,12:16:57,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @teslaownersSV @MadonnaInn @telsa @SjvTesla @TeslaClubSoCal @TeslaClubLA @TeslaOwnersNBay @MyTeslaAdventur @teslaownersriv1 @OCTeslaClub @Tesla Yes, in the air",en,[],[],[],152,116,2359,[],[],https://twitter.com/elonmusk/status/1495311500549898243,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'MadonnaInn', 'name': 'Madonna Inn', 'id': '62629279'}, {'screen_name': 'telsa', 'name': 'telsa', 'id': '10942132'}, {'screen_name': 'SjvTesla', 'name': '2yr Anniversary Of San Joaquin Valley', 'id': '1214691289137995777'}, {'screen_name': 'TeslaClubSoCal', 'name': 'Tesla Club-SoCal', 'id': '1277382400637427712'}, {'screen_name': 'TeslaClubLA', 'name': 'TeslaClubLA', 'id': '3012789296'}, {'screen_name': 'TeslaOwnersNBay', 'name': 'Tesla Owners North Bay', 'id': '1229566359257763840'}, {'screen_name': 'MyTeslaAdventur', 'name': 'My Tesla Adventure', 'id': '883960689584250880'}, {'screen_name': 'teslaownersriv1', 'name': 'teslaownersriverside', 'id': '1395861372601212931'}, {'screen_name': 'OCTeslaClub', 'name': 'Tesla Owners of Orange County', 'id': '719606938829471744'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1495310201649451012,1493299926612144130,2022-02-20 12:11:48 Arabian Standard Time,2022-02-20,12:11:48,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @MadonnaInn @telsa @SjvTesla @TeslaClubSoCal @TeslaClubLA @TeslaOwnersNBay @MyTeslaAdventur @teslaownersriv1 @OCTeslaClub @Tesla Probably,en,[],[],[],364,216,4310,[],[],https://twitter.com/elonmusk/status/1495310201649451012,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'MadonnaInn', 'name': 'Madonna Inn', 'id': '62629279'}, {'screen_name': 'telsa', 'name': 'telsa', 'id': '10942132'}, {'screen_name': 'SjvTesla', 'name': '$TSLA HODLers Of San Joaquin Valley', 'id': '1214691289137995777'}, {'screen_name': 'TeslaClubSoCal', 'name': 'Tesla Club-SoCal', 'id': '1277382400637427712'}, {'screen_name': 'TeslaClubLA', 'name': 'TeslaClubLA', 'id': '3012789296'}, {'screen_name': 'TeslaOwnersNBay', 'name': 'Tesla Owners North Bay', 'id': '1229566359257763840'}, {'screen_name': 'MyTeslaAdventur', 'name': 'My Tesla Adventure', 'id': '883960689584250880'}, {'screen_name': 'teslaownersriv1', 'name': 'teslaownersriverside', 'id': '1395861372601212931'}, {'screen_name': 'OCTeslaClub', 'name': 'Tesla Owners of Orange County', 'id': '719606938829471744'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1495229925799825408,1495228461350227968,2022-02-20 06:52:48 Arabian Standard Time,2022-02-20,06:52:48,+0400,44196397,elonmusk,Elon Musk,,I think it will reach #2,en,[],[],[],5400,2955,89468,[],[],https://twitter.com/elonmusk/status/1495229925799825408,False,,0,,,,,,,,[],,,, +1495229521443770370,1495228461350227968,2022-02-20 06:51:12 Arabian Standard Time,2022-02-20,06:51:12,+0400,44196397,elonmusk,Elon Musk,,I’m dropping a new album,en,[],[],[],5556,5215,109398,[],[],https://twitter.com/elonmusk/status/1495229521443770370,False,,0,,,,,,,,[],,,, +1495228461350227968,1495228461350227968,2022-02-20 06:46:59 Arabian Standard Time,2022-02-20,06:46:59,+0400,44196397,elonmusk,Elon Musk,, https://t.co/f6MMoldb8r,und,[],[],['https://pbs.twimg.com/media/FMAeXFGVEAQxxUq.jpg'],13734,34809,364010,[],[],https://twitter.com/elonmusk/status/1495228461350227968,False,,1,https://pbs.twimg.com/media/FMAeXFGVEAQxxUq.jpg,,,,,,,[],,,, +1495111184571256833,1495066464512274436,2022-02-19 23:00:58 Arabian Standard Time,2022-02-19,23:00:58,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX We have a very talented team,en,[],[],[],1386,1014,24970,[],[],https://twitter.com/elonmusk/status/1495111184571256833,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1495081029840764932,1495080868116938753,2022-02-19 21:01:09 Arabian Standard Time,2022-02-19,21:01:09,+0400,44196397,elonmusk,Elon Musk,,@westcoastbill #teamhumanity,und,[],[],[],349,375,3591,['teamhumanity'],[],https://twitter.com/elonmusk/status/1495081029840764932,False,,0,,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",,,, +1495076135155077124,1494734393084153861,2022-02-19 20:41:42 Arabian Standard Time,2022-02-19,20:41:42,+0400,44196397,elonmusk,Elon Musk,,"@DominiqueTaegon I wish I could help. At this point, it seems that voting at the next election is the remedy.",en,[],[],[],1897,2848,25145,[],[],https://twitter.com/elonmusk/status/1495076135155077124,False,,0,,,,,,,,"[{'screen_name': 'DominiqueTaegon', 'name': 'Dominique Samuels', 'id': '2467942377'}]",,,, +1494909260303515649,1494806235006136320,2022-02-19 09:38:36 Arabian Standard Time,2022-02-19,09:38:36,+0400,44196397,elonmusk,Elon Musk,,"@GailAlfarATX @WholeMarsBlog Actually, April 7th",en,[],[],[],508,391,4755,[],[],https://twitter.com/elonmusk/status/1494909260303515649,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1494856611197702144,1494852714676867072,2022-02-19 06:09:23 Arabian Standard Time,2022-02-19,06:09:23,+0400,44196397,elonmusk,Elon Musk,,"@ID_AA_Carmack SpaceX’s goal is to make life multiplanetary, whereas their goal is to put a handful of satellites in orbit",en,[],[],[],488,524,5800,[],[],https://twitter.com/elonmusk/status/1494856611197702144,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1494856374810923009,1494852714676867072,2022-02-19 06:08:27 Arabian Standard Time,2022-02-19,06:08:27,+0400,44196397,elonmusk,Elon Musk,,@ID_AA_Carmack Are they even trying?,en,[],[],[],378,253,6075,[],[],https://twitter.com/elonmusk/status/1494856374810923009,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1494850148945457154,1494806235006136320,2022-02-19 05:43:43 Arabian Standard Time,2022-02-19,05:43:43,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 @GailAlfarATX @WholeMarsBlog Yes,und,[],[],[],442,171,3445,[],[],https://twitter.com/elonmusk/status/1494850148945457154,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1494850093131780099,1494806235006136320,2022-02-19 05:43:29 Arabian Standard Time,2022-02-19,05:43:29,+0400,44196397,elonmusk,Elon Musk,,@NoahWebb_ @GailAlfarATX @WholeMarsBlog Yes,und,[],[],[],215,141,2315,[],[],https://twitter.com/elonmusk/status/1494850093131780099,False,,0,,,,,,,,"[{'screen_name': 'NoahWebb_', 'name': '🇨🇦 Noah Webb', 'id': '898499274'}, {'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1494849767087620098,1494806235006136320,2022-02-19 05:42:12 Arabian Standard Time,2022-02-19,05:42:12,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX @WholeMarsBlog April 1st,en,[],[],[],397,300,4192,[],[],https://twitter.com/elonmusk/status/1494849767087620098,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1494840576264454145,1494789394619715584,2022-02-19 05:05:40 Arabian Standard Time,2022-02-19,05:05:40,+0400,44196397,elonmusk,Elon Musk,,"@RyanZohoury @TeslaCharging @Tesla And, of course, you can pay in Ðoge",en,[],[],[],1443,3042,14201,[],[],https://twitter.com/elonmusk/status/1494840576264454145,False,,0,,,,,,,,"[{'screen_name': 'RyanZohoury', 'name': 'Ryan Zohoury', 'id': '973935174160273409'}, {'screen_name': 'TeslaCharging', 'name': 'Tesla Charging', 'id': '1346535293449428992'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1494839405634207745,1494789394619715584,2022-02-19 05:01:01 Arabian Standard Time,2022-02-19,05:01:01,+0400,44196397,elonmusk,Elon Musk,,@RyanZohoury @TeslaCharging @Tesla And futuristic diner / drive-in theater planned for Hollywood area!,en,[],[],[],625,883,11300,[],[],https://twitter.com/elonmusk/status/1494839405634207745,False,,0,,,,,,,,"[{'screen_name': 'RyanZohoury', 'name': 'Ryan Zohoury', 'id': '973935174160273409'}, {'screen_name': 'TeslaCharging', 'name': 'Tesla Charging', 'id': '1346535293449428992'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1494835092027445248,1494806235006136320,2022-02-19 04:43:53 Arabian Standard Time,2022-02-19,04:43:53,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Indeed,en,[],[],[],263,299,6175,[],[],https://twitter.com/elonmusk/status/1494835092027445248,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1494825127095136259,1494821520815779843,2022-02-19 04:04:17 Arabian Standard Time,2022-02-19,04:04:17,+0400,44196397,elonmusk,Elon Musk,,"@BillyM2k Lucky bastards, we are!",en,[],[],[],1507,1163,20623,[],[],https://twitter.com/elonmusk/status/1494825127095136259,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1494824984815943680,1494821520815779843,2022-02-19 04:03:43 Arabian Standard Time,2022-02-19,04:03:43,+0400,44196397,elonmusk,Elon Musk,,@lexfridman We are a mobile cell colony,en,[],[],[],647,475,9355,[],[],https://twitter.com/elonmusk/status/1494824984815943680,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1494821520815779843,1494821520815779843,2022-02-19 03:49:57 Arabian Standard Time,2022-02-19,03:49:57,+0400,44196397,elonmusk,Elon Musk,,So amazing that we decompress from a single cell to over 30 trillion cells,en,[],[],[],14909,14127,192002,[],[],https://twitter.com/elonmusk/status/1494821520815779843,False,,0,,,,,,,,[],,,, +1494760936652955649,1494758440807198722,2022-02-18 23:49:13 Arabian Standard Time,2022-02-18,23:49:13,+0400,44196397,elonmusk,Elon Musk,,@nichegamer 🤣,und,[],[],[],378,112,2124,[],[],https://twitter.com/elonmusk/status/1494760936652955649,False,,0,,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1494758523871195138,1494757370941034500,2022-02-18 23:39:38 Arabian Standard Time,2022-02-18,23:39:38,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed …,und,[],[],[],1496,691,19178,[],[],https://twitter.com/elonmusk/status/1494758523871195138,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1494758117506048000,1494757538109145088,2022-02-18 23:38:01 Arabian Standard Time,2022-02-18,23:38:01,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Absolutely,en,[],[],[],749,470,7628,[],[],https://twitter.com/elonmusk/status/1494758117506048000,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1494584326142390272,1494572847787741184,2022-02-18 12:07:26 Arabian Standard Time,2022-02-18,12:07:26,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Pretty much 🤣🤣,en,[],[],[],1303,1389,53860,[],[],https://twitter.com/elonmusk/status/1494584326142390272,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1494578921236414465,1494278131183673344,2022-02-18 11:45:57 Arabian Standard Time,2022-02-18,11:45:57,+0400,44196397,elonmusk,Elon Musk,,@jimcramer Plaid Model S & X are sublime,en,[],[],[],343,314,6032,[],[],https://twitter.com/elonmusk/status/1494578921236414465,False,,0,,,,,,,,"[{'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +1494578350332858368,1494278131183673344,2022-02-18 11:43:41 Arabian Standard Time,2022-02-18,11:43:41,+0400,44196397,elonmusk,Elon Musk,,@jimcramer Product > Marketing,en,[],[],[],878,1103,12019,[],[],https://twitter.com/elonmusk/status/1494578350332858368,False,,0,,,,,,,,"[{'screen_name': 'jimcramer', 'name': 'Jim Cramer', 'id': '14216123'}]",,,, +1494538963192729606,1494306645274509316,2022-02-18 09:07:10 Arabian Standard Time,2022-02-18,09:07:10,+0400,44196397,elonmusk,Elon Musk,,@OttawaBylaw 💔,und,[],[],[],1286,2048,28798,[],[],https://twitter.com/elonmusk/status/1494538963192729606,False,,0,,,,,,,,"[{'screen_name': 'OttawaBylaw', 'name': 'Ottawa By-law', 'id': '831355914'}]",,,, +1494401652299898882,1494400631712501764,2022-02-18 00:01:33 Arabian Standard Time,2022-02-18,00:01:33,+0400,44196397,elonmusk,Elon Musk,,"An evolutionary asymmetry helpful to survival, but counterproductive when survival is not at stake",en,[],[],[],5015,5636,84523,[],[],https://twitter.com/elonmusk/status/1494401652299898882,False,,0,,,,,,,,[],,,, +1494400631712501764,1494400631712501764,2022-02-17 23:57:29 Arabian Standard Time,2022-02-17,23:57:29,+0400,44196397,elonmusk,Elon Musk,,Reasons to hate are remembered better than reasons to love,en,[],[],[],17825,35454,254949,[],[],https://twitter.com/elonmusk/status/1494400631712501764,False,,0,,,,,,,,[],,,, +1494349659111833600,1494002689931620352,2022-02-17 20:34:57 Arabian Standard Time,2022-02-17,20:34:57,+0400,44196397,elonmusk,Elon Musk,,"@truth_tesla @CoinDesk @Aoyon_A @realDannyNelson For an in-depth explanation, read https://t.co/eEojD2dQ2k",en,[],['https://en.m.wikipedia.org/wiki/The_Wages_of_Destruction'],[],518,419,3434,[],[],https://twitter.com/elonmusk/status/1494349659111833600,False,,0,,,,,,,,"[{'screen_name': 'truth_tesla', 'name': 'Tesla Facts', 'id': '1176433616831832065'}, {'screen_name': 'CoinDesk', 'name': 'CoinDesk', 'id': '1333467482'}, {'screen_name': 'Aoyon_A', 'name': 'Aoyon Ashraf', 'id': '2209487696'}, {'screen_name': 'realDannyNelson', 'name': 'Danny Nelson', 'id': '799069847254683648'}]",,,, +1494141453454426114,1494121587414814724,2022-02-17 06:47:36 Arabian Standard Time,2022-02-17,06:47:36,+0400,44196397,elonmusk,Elon Musk,,@PPathole @Tesla @SpaceX High pain threshold,en,[],[],[],1101,800,16672,[],[],https://twitter.com/elonmusk/status/1494141453454426114,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1494140253451563014,1492240928328794116,2022-02-17 06:42:50 Arabian Standard Time,2022-02-17,06:42:50,+0400,44196397,elonmusk,Elon Musk,,@JoeBiden Model 3 is literally the most made in America car in – well of course – America,en,[],[],[],1186,2156,30830,[],[],https://twitter.com/elonmusk/status/1494140253451563014,False,,0,,,,,,,,"[{'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1494065800482902030,1494056356000714754,2022-02-17 01:46:59 Arabian Standard Time,2022-02-17,01:46:59,+0400,44196397,elonmusk,Elon Musk,,"@westcoastbill I was at a lunch with Munger in 2009 where he told the whole table all the ways Tesla would fail. Made me quite sad, but I told him I agreed with all those reasons & that we would probably die, but it was worth trying anyway.",en,[],[],[],4535,13527,124666,[],[],https://twitter.com/elonmusk/status/1494065800482902030,False,,0,,,,,,,,"[{'screen_name': 'westcoastbill', 'name': 'bill lee 🚽', 'id': '692023'}]",,,, +1494063725569056771,1494059975546740743,2022-02-17 01:38:45 Arabian Standard Time,2022-02-17,01:38:45,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @SawyerMerritt Some carmakers are trying hard,en,[],[],[],325,235,4867,[],[],https://twitter.com/elonmusk/status/1494063725569056771,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1494061546506493952,1492240928328794116,2022-02-17 01:30:05 Arabian Standard Time,2022-02-17,01:30:05,+0400,44196397,elonmusk,Elon Musk,,@JoeBiden [ahem] https://t.co/I1NfOhvlZ2,en,[],['https://amp.usatoday.com/amp/5312540001'],[],1231,2670,38016,[],[],https://twitter.com/elonmusk/status/1494061546506493952,False,,0,,,,,,,,"[{'screen_name': 'JoeBiden', 'name': 'Joe Biden', 'id': '939091'}]",,,, +1494060916782084100,1494059975546740743,2022-02-17 01:27:35 Arabian Standard Time,2022-02-17,01:27:35,+0400,44196397,elonmusk,Elon Musk,,@24_7TeslaNews @SawyerMerritt Ok,und,[],[],[],173,100,2551,[],[],https://twitter.com/elonmusk/status/1494060916782084100,False,,0,,,,,,,,"[{'screen_name': '24_7TeslaNews', 'name': '🔋Alex Thompson🔋', 'id': '3146794919'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1494060665459384322,1494059975546740743,2022-02-17 01:26:35 Arabian Standard Time,2022-02-17,01:26:35,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt No way 🙄,en,[],[],[],672,438,10234,[],[],https://twitter.com/elonmusk/status/1494060665459384322,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1494025467732631556,1494018012269010951,2022-02-16 23:06:43 Arabian Standard Time,2022-02-16,23:06:43,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog @CNBC 🤔,und,[],[],[],410,284,5077,[],[],https://twitter.com/elonmusk/status/1494025467732631556,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'CNBC', 'name': 'CNBC', 'id': '20402945'}]",,,, +1493758757582651392,1493751822300811266,2022-02-16 05:26:55 Arabian Standard Time,2022-02-16,05:26:55,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k @TwitterSupport Agreed. This has been broken for a long time.,en,[],[],[],1686,1135,19419,[],[],https://twitter.com/elonmusk/status/1493758757582651392,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'TwitterSupport', 'name': 'Twitter Support', 'id': '17874544'}]",,,, +1493412698696171521,1493411717019230209,2022-02-15 06:31:48 Arabian Standard Time,2022-02-15,06:31:48,+0400,44196397,elonmusk,Elon Musk,,This will be real in our lifetime,en,[],[],[],6576,3934,61526,[],[],https://twitter.com/elonmusk/status/1493412698696171521,False,,0,,,,,,,,[],,,, +1493411717019230209,1493411717019230209,2022-02-15 06:27:54 Arabian Standard Time,2022-02-15,06:27:54,+0400,44196397,elonmusk,Elon Musk,,Starship to Mars simulation https://t.co/fkpYvv5pMR,en,[],['https://m.youtube.com/watch?v=-Oox2w5sMcA&'],[],8579,8284,72479,[],[],https://twitter.com/elonmusk/status/1493411717019230209,False,,0,,,,,,,,[],,,, +1493395703854473220,1493377243426471936,2022-02-15 05:24:16 Arabian Standard Time,2022-02-15,05:24:16,+0400,44196397,elonmusk,Elon Musk,,@Liv_Boeree @w_terrence Election time will be interesting,en,[],[],[],838,1101,13475,[],[],https://twitter.com/elonmusk/status/1493395703854473220,False,,0,,,,,,,,"[{'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}, {'screen_name': 'w_terrence', 'name': 'Terrence K. Williams', 'id': '47293791'}]",,,, +1493366847655321603,1493358044989767683,2022-02-15 03:29:36 Arabian Standard Time,2022-02-15,03:29:36,+0400,44196397,elonmusk,Elon Musk,,@SirineAti @swenterprizes Announcements coming soon,en,[],[],[],473,370,4082,[],[],https://twitter.com/elonmusk/status/1493366847655321603,False,,0,,,,,,,,"[{'screen_name': 'SirineAti', 'name': '💫Sirine💫🦊🇺🇦', 'id': '1285872552766734346'}, {'screen_name': 'swenterprizes', 'name': 'Sam Woodford', 'id': '4809903961'}]",,,, +1493359783608467459,1493358044989767683,2022-02-15 03:01:32 Arabian Standard Time,2022-02-15,03:01:32,+0400,44196397,elonmusk,Elon Musk,,"@TeslaGong Yes, but more ground stations & improved packet routing will make a bigger difference",en,[],[],[],548,366,6205,[],[],https://twitter.com/elonmusk/status/1493359783608467459,False,,0,,,,,,,,"[{'screen_name': 'TeslaGong', 'name': 'Tesla in the Gong 🇦🇺🦘🤖🚕', 'id': '1008296232261783552'}]",,,, +1493358993426812928,1493358044989767683,2022-02-15 02:58:23 Arabian Standard Time,2022-02-15,02:58:23,+0400,44196397,elonmusk,Elon Musk,,@swenterprizes System is working well in Australia & New Zealand,en,[],[],[],112,86,1844,[],[],https://twitter.com/elonmusk/status/1493358993426812928,False,,0,,,,,,,,"[{'screen_name': 'swenterprizes', 'name': 'Sam Woodford', 'id': '4809903961'}]",,,, +1493358044989767683,1493358044989767683,2022-02-15 02:54:37 Arabian Standard Time,2022-02-15,02:54:37,+0400,44196397,elonmusk,Elon Musk,,Over 250k Starlink user terminals,en,[],[],[],9299,7932,134326,[],[],https://twitter.com/elonmusk/status/1493358044989767683,False,,0,,,,,,,,[],,,, +1493310083014475778,1493310083014475778,2022-02-14 23:44:02 Arabian Standard Time,2022-02-14,23:44:02,+0400,44196397,elonmusk,Elon Musk,,Destacking Starship https://t.co/dUWz3uwwmb,en,[],[],[],5918,7449,78782,[],[],https://twitter.com/elonmusk/status/1493310083014475778,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1493310041356742658/pu/img/km0On24a9UnDlxDw.jpg,,,,,,,[],,,, +1493284126098661379,1493271069653938184,2022-02-14 22:00:54 Arabian Standard Time,2022-02-14,22:00:54,+0400,44196397,elonmusk,Elon Musk,,"@TeslaPodcast Wow, that’s a lot of podcasts! Ok, I will do one. Maybe we could combine with Dave Lee and a few others.",en,[],[],[],1915,1786,47199,[],[],https://twitter.com/elonmusk/status/1493284126098661379,False,,0,,,,,,,,"[{'screen_name': 'TeslaPodcast', 'name': 'Rob Maurer', 'id': '898021206967951360'}]",,,, +1493068452340416520,1493013397302124547,2022-02-14 07:43:53 Arabian Standard Time,2022-02-14,07:43:53,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt 🤣,und,[],[],[],1445,840,17890,[],[],https://twitter.com/elonmusk/status/1493068452340416520,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1493012935102316551,1492969018759602176,2022-02-14 04:03:17 Arabian Standard Time,2022-02-14,04:03:17,+0400,44196397,elonmusk,Elon Musk,,@JohnnaCrider1 @ilyasut 😉,und,[],[],[],688,818,5563,[],[],https://twitter.com/elonmusk/status/1493012935102316551,False,,0,,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'ilyasut', 'name': 'Ilya Sutskever', 'id': '1720046887'}]",,,, +1493010390623662081,1492965276836581377,2022-02-14 03:53:10 Arabian Standard Time,2022-02-14,03:53:10,+0400,44196397,elonmusk,Elon Musk,,@lexfridman @waitbutwhy Tim is great,en,[],[],[],722,342,7192,[],[],https://twitter.com/elonmusk/status/1493010390623662081,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}, {'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1493002885386444801,1493001630165487617,2022-02-14 03:23:21 Arabian Standard Time,2022-02-14,03:23:21,+0400,44196397,elonmusk,Elon Musk,,@slashdot Great,en,[],[],[],614,373,6504,[],[],https://twitter.com/elonmusk/status/1493002885386444801,False,,0,,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1492979939154538496,1492969018759602176,2022-02-14 01:52:10 Arabian Standard Time,2022-02-14,01:52:10,+0400,44196397,elonmusk,Elon Musk,,@ilyasut So many layers with Tesla FSD AI!,en,[],[],[],454,210,3970,[],[],https://twitter.com/elonmusk/status/1492979939154538496,False,,0,,,,,,,,"[{'screen_name': 'ilyasut', 'name': 'Ilya Sutskever', 'id': '1720046887'}]",,,, +1492929887581188098,1492406601596104706,2022-02-13 22:33:17 Arabian Standard Time,2022-02-13,22:33:17,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX @Tesla ♥️,und,[],[],[],1023,508,10398,[],[],https://twitter.com/elonmusk/status/1492929887581188098,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1492830616110444546,1492002133637541907,2022-02-13 15:58:48 Arabian Standard Time,2022-02-13,15:58:48,+0400,44196397,elonmusk,Elon Musk,,@ESGhound The pledge is good no matter what,en,[],[],[],617,338,4240,[],[],https://twitter.com/elonmusk/status/1492830616110444546,False,,0,,,,,,,,"[{'screen_name': 'ESGhound', 'name': 'ESG Hound', 'id': '1415608813999251459'}]",,,, +1492828897922240515,1492760290815254532,2022-02-13 15:51:59 Arabian Standard Time,2022-02-13,15:51:59,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX Moving to 33 engines on next booster,en,[],[],[],945,719,10959,[],[],https://twitter.com/elonmusk/status/1492828897922240515,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1492800931762946050,1492642919903383555,2022-02-13 14:00:51 Arabian Standard Time,2022-02-13,14:00:51,+0400,44196397,elonmusk,Elon Musk,,@McDonalds 💦,und,[],[],[],3560,3036,42837,[],[],https://twitter.com/elonmusk/status/1492800931762946050,False,,0,,,,,,,,"[{'screen_name': 'McDonalds', 'name': ""McDonald's"", 'id': '71026122'}]",,,, +1492761967081181184,1492746331886002179,2022-02-13 11:26:01 Arabian Standard Time,2022-02-13,11:26:01,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Ancient times,en,[],[],[],1076,623,10928,[],[],https://twitter.com/elonmusk/status/1492761967081181184,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1492667516275105792,1492614160886153226,2022-02-13 05:10:42 Arabian Standard Time,2022-02-13,05:10:42,+0400,44196397,elonmusk,Elon Musk,,@Filasophical @TeslaHistorian The fun police made us do it (sigh),en,[],[],[],594,384,5087,[],[],https://twitter.com/elonmusk/status/1492667516275105792,False,,0,,,,,,,,"[{'screen_name': 'Filasophical', 'name': 'Salif Cybertruck or Bust ⚡️🔋🚀', 'id': '964889226'}, {'screen_name': 'TeslaHistorian', 'name': 'The Short Shorts Historian', 'id': '1052869334509469696'}]",,,, +1492666559277551616,1492614160886153226,2022-02-13 05:06:54 Arabian Standard Time,2022-02-13,05:06:54,+0400,44196397,elonmusk,Elon Musk,,@TeslaHistorian Now Tesla is worth a trilly willy!,en,[],[],[],906,1120,15050,[],[],https://twitter.com/elonmusk/status/1492666559277551616,False,,0,,,,,,,,"[{'screen_name': 'TeslaHistorian', 'name': 'The Short Shorts Historian', 'id': '1052869334509469696'}]",,,, +1492665927472713729,1492650986309136386,2022-02-13 05:04:24 Arabian Standard Time,2022-02-13,05:04:24,+0400,44196397,elonmusk,Elon Musk,,"@JeffTutorials Yup, we need to do that",en,[],[],[],625,403,11445,[],[],https://twitter.com/elonmusk/status/1492665927472713729,False,,0,,,,,,,,"[{'screen_name': 'JeffTutorials', 'name': 'Jeff 💙✌️', 'id': '2694154514'}]",,,, +1492594591949799427,1492487262986063884,2022-02-13 00:20:56 Arabian Standard Time,2022-02-13,00:20:56,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k High standard!,en,[],[],[],2026,2064,46059,[],[],https://twitter.com/elonmusk/status/1492594591949799427,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1492571458861731846,1492561123555504130,2022-02-12 22:49:01 Arabian Standard Time,2022-02-12,22:49:01,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com That was a tough one. New Model Y structural pack is next-level though.,en,[],[],[],564,661,9336,[],[],https://twitter.com/elonmusk/status/1492571458861731846,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1492243972714110977,1492145478435328011,2022-02-12 01:07:42 Arabian Standard Time,2022-02-12,01:07:42,+0400,44196397,elonmusk,Elon Musk,,"@ArceneauxHayley @rookisaacman Happy birthday, Jared!",en,[],[],[],401,264,8411,[],[],https://twitter.com/elonmusk/status/1492243972714110977,False,,0,,,,,,,,"[{'screen_name': 'ArceneauxHayley', 'name': 'Hayley Arceneaux', 'id': '1364973781932998663'}, {'screen_name': 'rookisaacman', 'name': 'Jared Isaacman', 'id': '1279551125264445448'}]",,,, +1492227328386154509,1492227328386154509,2022-02-12 00:01:33 Arabian Standard Time,2022-02-12,00:01:33,+0400,44196397,elonmusk,Elon Musk,,"The duty of a leader is to serve their people, not for the people to serve them",en,[],[],[],34298,112260,612172,[],[],https://twitter.com/elonmusk/status/1492227328386154509,False,,0,,,,,,,,[],,,, +1492225095754035202,1491892866154594317,2022-02-11 23:52:41 Arabian Standard Time,2022-02-11,23:52:41,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Car should also reverse slightly if it peeks into an intersection & sees fast-moving cross-traffic (just like a person would),en,[],[],[],492,343,7278,[],[],https://twitter.com/elonmusk/status/1492225095754035202,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1492184293115940864,1492112762474057729,2022-02-11 21:10:33 Arabian Standard Time,2022-02-11,21:10:33,+0400,44196397,elonmusk,Elon Musk,,@28delayslater Exactly,en,[],[],[],591,532,9862,[],[],https://twitter.com/elonmusk/status/1492184293115940864,False,,0,,,,,,,,"[{'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}]",,,, +1492184094939176962,1492172964959301646,2022-02-11 21:09:46 Arabian Standard Time,2022-02-11,21:09:46,+0400,44196397,elonmusk,Elon Musk,,@heydave7 True,en,[],[],[],757,530,14740,[],[],https://twitter.com/elonmusk/status/1492184094939176962,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1492050572505137161,1491964913887027201,2022-02-11 12:19:12 Arabian Standard Time,2022-02-11,12:19:12,+0400,44196397,elonmusk,Elon Musk,,@SpaceX Probably 250 t-F by end of year,en,[],[],[],1350,1140,26124,[],[],https://twitter.com/elonmusk/status/1492050572505137161,False,,0,,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1492050352664887315,1491963011447328768,2022-02-11 12:18:19 Arabian Standard Time,2022-02-11,12:18:19,+0400,44196397,elonmusk,Elon Musk,,"@NASASpaceflight Later this year, remaining fussy bits will be gone, allowing deletion of shroud",en,[],[],[],379,325,7074,[],[],https://twitter.com/elonmusk/status/1492050352664887315,False,,0,,,,,,,,"[{'screen_name': 'NASASpaceflight', 'name': 'Chris Bergin - NSF', 'id': '21292523'}]",,,, +1491931362064015360,1491871240579174400,2022-02-11 04:25:30 Arabian Standard Time,2022-02-11,04:25:30,+0400,44196397,elonmusk,Elon Musk,,"@TheBabylonBee True national debt, including unfunded entitlements, is at least $60 trillion – roughly three times the size of the entire US economy. Something has got to give.",en,[],[],[],2992,5319,33701,[],[],https://twitter.com/elonmusk/status/1491931362064015360,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1491929754794180611,1491908140824076291,2022-02-11 04:19:06 Arabian Standard Time,2022-02-11,04:19:06,+0400,44196397,elonmusk,Elon Musk,,@wintonARK Looming disaster for sure,en,[],[],[],359,208,3973,[],[],https://twitter.com/elonmusk/status/1491929754794180611,False,,0,,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1491883453633101837,1491873570498265094,2022-02-11 01:15:07 Arabian Standard Time,2022-02-11,01:15:07,+0400,44196397,elonmusk,Elon Musk,,@waitbutwhy Good question!,en,[],[],[],2530,616,20069,[],[],https://twitter.com/elonmusk/status/1491883453633101837,False,,0,,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1491818745135837201,1491803740755480577,2022-02-10 20:58:00 Arabian Standard Time,2022-02-10,20:58:00,+0400,44196397,elonmusk,Elon Musk,,@cnunezimages @SpaceX @SpaceIntellige3 Human for scale,en,[],[],[],757,332,8071,[],[],https://twitter.com/elonmusk/status/1491818745135837201,False,,0,,,,,,,,"[{'screen_name': 'cnunezimages', 'name': 'carlos', 'id': '1245450013813223424'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'SpaceIntellige3', 'name': 'Space Intelligence', 'id': '1206315683056771072'}]",,,, +1491817170258563080,1491817170258563080,2022-02-10 20:51:44 Arabian Standard Time,2022-02-10,20:51:44,+0400,44196397,elonmusk,Elon Musk,, https://t.co/7IJbqbYzkA,und,[],[],['https://pbs.twimg.com/media/FLP_zj4X0AYEiIB.jpg'],15418,22905,291823,[],[],https://twitter.com/elonmusk/status/1491817170258563080,False,,1,https://pbs.twimg.com/media/FLP_zj4X0AYEiIB.jpg,,,,,,,[],,,, +1491639263686844418,1491639263686844418,2022-02-10 09:04:48 Arabian Standard Time,2022-02-10,09:04:48,+0400,44196397,elonmusk,Elon Musk,, https://t.co/EmLdMdPizM,und,[],[],[],5901,8243,80946,[],[],https://twitter.com/elonmusk/status/1491639263686844418,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1491639225594249217/pu/img/sURiubggTU7oJI2T.jpg,,,,,,,[],,,, +1491636510642167809,1491636510642167809,2022-02-10 08:53:52 Arabian Standard Time,2022-02-10,08:53:52,+0400,44196397,elonmusk,Elon Musk,, https://t.co/BDP2yRxYpI,und,[],[],['https://pbs.twimg.com/media/FLNbf90UYAMdbBJ.jpg'],8197,17166,252463,[],[],https://twitter.com/elonmusk/status/1491636510642167809,False,,1,https://pbs.twimg.com/media/FLNbf90UYAMdbBJ.jpg,,,,,,,[],,,, +1491634769934753799,1491631000232759305,2022-02-10 08:46:57 Arabian Standard Time,2022-02-10,08:46:57,+0400,44196397,elonmusk,Elon Musk,, https://t.co/j1j32Iu1oA,und,[],[],['https://pbs.twimg.com/media/FLNZ6jzUcAEluTC.jpg'],2017,3247,40316,[],[],https://twitter.com/elonmusk/status/1491634769934753799,False,,1,https://pbs.twimg.com/media/FLNZ6jzUcAEluTC.jpg,,,,,,,[],,,, +1491631000232759305,1491631000232759305,2022-02-10 08:31:58 Arabian Standard Time,2022-02-10,08:31:58,+0400,44196397,elonmusk,Elon Musk,,Tower arms are lifting Starship onto Super Heavy Booster https://t.co/kJacH9sRBI,en,[],[],['https://pbs.twimg.com/media/FLNWfNpVkAUL65K.jpg'],3607,5248,68626,[],[],https://twitter.com/elonmusk/status/1491631000232759305,False,,1,https://pbs.twimg.com/media/FLNWfNpVkAUL65K.jpg,,,,,,,[],,,, +1491531384900435972,1491463721050382337,2022-02-10 01:56:08 Arabian Standard Time,2022-02-10,01:56:08,+0400,44196397,elonmusk,Elon Musk,,@slashdot This would generate a lot of goodwill,en,[],[],[],308,170,2865,[],[],https://twitter.com/elonmusk/status/1491531384900435972,False,,0,,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1491529818986487816,1491382718847979524,2022-02-10 01:49:54 Arabian Standard Time,2022-02-10,01:49:54,+0400,44196397,elonmusk,Elon Musk,,@TechCrunch 🧲 ⛈ 🪦,und,[],[],[],1170,718,16883,[],[],https://twitter.com/elonmusk/status/1491529818986487816,False,,0,,,,,,,,"[{'screen_name': 'TechCrunch', 'name': 'TechCrunch', 'id': '816653'}]",,,, +1491526060009213955,1491510446259679234,2022-02-10 01:34:58 Arabian Standard Time,2022-02-10,01:34:58,+0400,44196397,elonmusk,Elon Musk,,@archillect 🖤,und,[],[],[],612,394,8186,[],[],https://twitter.com/elonmusk/status/1491526060009213955,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1491525871517286404,1491525871517286404,2022-02-10 01:34:13 Arabian Standard Time,2022-02-10,01:34:13,+0400,44196397,elonmusk,Elon Musk,,Much appreciated!,en,[],[],[],4051,2778,35261,[],[],https://twitter.com/elonmusk/status/1491525871517286404,False,https://twitter.com/theNAEng/status/1491503199005589505,0,,,,,,,,[],,,, +1491522859616903168,1491477040016412672,2022-02-10 01:22:15 Arabian Standard Time,2022-02-10,01:22:15,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt @WholeMarsBlog Model X is an extremely difficult car to build. Most complex passenger car ever. Limiting factor is interior trim.,en,[],[],[],339,252,4579,[],[],https://twitter.com/elonmusk/status/1491522859616903168,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1491506387297480709,1491505295847211010,2022-02-10 00:16:48 Arabian Standard Time,2022-02-10,00:16:48,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee 🤣,und,[],[],[],657,352,9771,[],[],https://twitter.com/elonmusk/status/1491506387297480709,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1491505795724369925,1491477040016412672,2022-02-10 00:14:27 Arabian Standard Time,2022-02-10,00:14:27,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt @WholeMarsBlog We dropped the ball badly regarding new Model X production ramp & still haven’t fully recovered. Was idiotic to stop production of old X in Dec 2020 when there was still plenty of demand!,en,[],[],[],453,331,4959,[],[],https://twitter.com/elonmusk/status/1491505795724369925,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1491282388001116163,1490827367753056257,2022-02-09 09:26:42 Arabian Standard Time,2022-02-09,09:26:42,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k @MrBeast Pretty much,en,[],[],[],864,482,8808,[],[],https://twitter.com/elonmusk/status/1491282388001116163,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'MrBeast', 'name': 'MrBeast', 'id': '2455740283'}]",,,, +1491154789929205761,1491091412666187776,2022-02-09 00:59:40 Arabian Standard Time,2022-02-09,00:59:40,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee 🤣,und,[],[],[],687,763,15798,[],[],https://twitter.com/elonmusk/status/1491154789929205761,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1491151842134601728,1491145601261924353,2022-02-09 00:47:58 Arabian Standard Time,2022-02-09,00:47:58,+0400,44196397,elonmusk,Elon Musk,,"@GailAlfarATX @POTUS Thanks, this made a difference!",en,[],[],[],772,780,13831,[],[],https://twitter.com/elonmusk/status/1491151842134601728,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}]",,,, +1491150660456562689,1491135899325054976,2022-02-09 00:43:16 Arabian Standard Time,2022-02-09,00:43:16,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt 😎,und,[],[],[],2472,2026,59380,[],[],https://twitter.com/elonmusk/status/1491150660456562689,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1491150551752769538,1491134145762050048,2022-02-09 00:42:50 Arabian Standard Time,2022-02-09,00:42:50,+0400,44196397,elonmusk,Elon Musk,,@POTUS Tesla https://t.co/3yhDxY2pjA,tr,[],['https://insideevs.com/news/564800/world-top-oem-sales-2021/amp/'],[],1144,1727,22754,[],[],https://twitter.com/elonmusk/status/1491150551752769538,False,,0,,,,,,,,"[{'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}]",,,, +1490909887676973056,1490909031204286467,2022-02-08 08:46:31 Arabian Standard Time,2022-02-08,08:46:31,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV @boringcompany @mayemusk @kimbal Yup!,und,[],[],[],1030,288,7384,[],[],https://twitter.com/elonmusk/status/1490909887676973056,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'mayemusk', 'name': 'Maye Musk', 'id': '14171401'}, {'screen_name': 'kimbal', 'name': '𝙺𝚒𝚖𝚋𝚊𝚕 𝙼𝚞𝚜𝚔', 'id': '4767021'}]",,,, +1490832993258450944,1490827367753056257,2022-02-08 03:40:58 Arabian Standard Time,2022-02-08,03:40:58,+0400,44196397,elonmusk,Elon Musk,,"Most news outlets attempt to answer the question: “What are the worst things happening on Earth today?” It’s a big planet! Obviously, some bad things are happening somewhere at any given time, but focusing relentlessly on those does not give an accurate picture of reality.",en,[],[],[],8668,17293,154194,[],[],https://twitter.com/elonmusk/status/1490832993258450944,False,,0,,,,,,,,[],,,, +1490831891640946689,1490827367753056257,2022-02-08 03:36:35 Arabian Standard Time,2022-02-08,03:36:35,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX So hard to find out what’s going on in the world without being bombarded with news that makes one sad & angry!,en,[],[],[],1113,1146,15261,[],[],https://twitter.com/elonmusk/status/1490831891640946689,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}]",,,, +1490831581606416384,1490827367753056257,2022-02-08 03:35:22 Arabian Standard Time,2022-02-08,03:35:22,+0400,44196397,elonmusk,Elon Musk,,"@GuiStroz @JohnnaCrider1 True, careless negativity (destruction) is much harder than thoughtful positivity (creation)",en,[],[],[],383,623,7864,[],[],https://twitter.com/elonmusk/status/1490831581606416384,False,,0,,,,,,,,"[{'screen_name': 'GuiStroz', 'name': 'Bill the Bull 🐂📈🚀', 'id': '825901437729243136'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}]",,,, +1490830963290427392,1490827367753056257,2022-02-08 03:32:54 Arabian Standard Time,2022-02-08,03:32:54,+0400,44196397,elonmusk,Elon Musk,,@stevenmarkryan Sadly true,en,[],[],[],256,212,7172,[],[],https://twitter.com/elonmusk/status/1490830963290427392,False,,0,,,,,,,,"[{'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}]",,,, +1490830733270679553,1490827367753056257,2022-02-08 03:31:59 Arabian Standard Time,2022-02-08,03:31:59,+0400,44196397,elonmusk,Elon Musk,,"@JohnnaCrider1 That’s true to some degree, but citizen podcasts that aren’t negative like Rogan, Fridman, Dodd, TED interviews, etc are very popular. Maybe part of why traditional media outlets are so negative is because old habits die hard? They so rarely even try to be positive.",en,[],[],[],1250,1854,27924,[],[],https://twitter.com/elonmusk/status/1490830733270679553,False,,0,,,,,,,,"[{'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}]",,,, +1490828521584971777,1490827367753056257,2022-02-08 03:23:12 Arabian Standard Time,2022-02-08,03:23:12,+0400,44196397,elonmusk,Elon Musk,,@greg16676935420 🤣👍,und,[],[],[],410,454,16987,[],[],https://twitter.com/elonmusk/status/1490828521584971777,False,,0,,,,,,,,"[{'screen_name': 'greg16676935420', 'name': 'greg', 'id': '1356434353623093249'}]",,,, +1490828423953977346,1490828056906199042,2022-02-08 03:22:49 Arabian Standard Time,2022-02-08,03:22:49,+0400,44196397,elonmusk,Elon Musk,,@slashdot Not needed,en,[],[],[],278,201,3744,[],[],https://twitter.com/elonmusk/status/1490828423953977346,False,,0,,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1490827367753056257,1490827367753056257,2022-02-08 03:18:37 Arabian Standard Time,2022-02-08,03:18:37,+0400,44196397,elonmusk,Elon Musk,,Why is the “traditional” media such a relentless hatestream? Real question.,en,[],[],[],31442,42425,351580,[],[],https://twitter.com/elonmusk/status/1490827367753056257,False,,0,,,,,,,,[],,,, +1490826723356782596,1490803206523338755,2022-02-08 03:16:03 Arabian Standard Time,2022-02-08,03:16:03,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee Fate ♥️ Irony,pt,[],[],[],351,841,12018,[],[],https://twitter.com/elonmusk/status/1490826723356782596,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1490765429199052803,1490762820803198977,2022-02-07 23:12:30 Arabian Standard Time,2022-02-07,23:12:30,+0400,44196397,elonmusk,Elon Musk,,@wintonARK It was so crazy! The insane tweet FUD campaign & press hatestream of 2017-2019 is still easily found.,en,[],[],[],663,396,5480,[],[],https://twitter.com/elonmusk/status/1490765429199052803,False,,0,,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1490749693697081354,1490749693697081354,2022-02-07 22:09:58 Arabian Standard Time,2022-02-07,22:09:58,+0400,44196397,elonmusk,Elon Musk,,🎶Always look on the bright side of life🎶,en,[],[],[],18237,31197,259460,[],[],https://twitter.com/elonmusk/status/1490749693697081354,False,,0,,,,,,,,[],,,, +1490742889344864267,1358319935978496001,2022-02-07 21:42:56 Arabian Standard Time,2022-02-07,21:42:56,+0400,44196397,elonmusk,Elon Musk,,🤣,und,[],[],[],5189,3929,58402,[],[],https://twitter.com/elonmusk/status/1490742889344864267,False,,0,,,,,,,,[],,,, +1490740554916941829,1490732858050187264,2022-02-07 21:33:39 Arabian Standard Time,2022-02-07,21:33:39,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 @DragTimes Nice!,en,[],[],[],309,163,5131,[],[],https://twitter.com/elonmusk/status/1490740554916941829,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'DragTimes', 'name': 'DragTimes', 'id': '23934755'}]",,,, +1490738627382595587,1490737838056345602,2022-02-07 21:26:00 Arabian Standard Time,2022-02-07,21:26:00,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k 💯,und,[],[],[],945,909,15680,[],[],https://twitter.com/elonmusk/status/1490738627382595587,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1490736010283700225,1490510658462527488,2022-02-07 21:15:36 Arabian Standard Time,2022-02-07,21:15:36,+0400,44196397,elonmusk,Elon Musk,,@NathalieRach @Not_the_Bee @TheBabylonBee True,en,[],[],[],97,81,1902,[],[],https://twitter.com/elonmusk/status/1490736010283700225,False,,0,,,,,,,,"[{'screen_name': 'NathalieRach', 'name': 'Nathalie Rachel Sinyard', 'id': '1276472867727773697'}, {'screen_name': 'Not_the_Bee', 'name': 'Not the Bee', 'id': '1299007622968901637'}, {'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1490731702825721860,1490510658462527488,2022-02-07 20:58:29 Arabian Standard Time,2022-02-07,20:58:29,+0400,44196397,elonmusk,Elon Musk,,@Not_the_Bee @TheBabylonBee What a hypocrite,en,[],[],[],163,351,5020,[],[],https://twitter.com/elonmusk/status/1490731702825721860,False,,0,,,,,,,,"[{'screen_name': 'Not_the_Bee', 'name': 'Not the Bee', 'id': '1299007622968901637'}, {'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1490535156280696833,1490524518250684422,2022-02-07 07:57:28 Arabian Standard Time,2022-02-07,07:57:28,+0400,44196397,elonmusk,Elon Musk,,@UniverCurious High time we had tunnels!,en,[],[],[],721,386,7326,[],[],https://twitter.com/elonmusk/status/1490535156280696833,False,,0,,,,,,,,"[{'screen_name': 'UniverCurious', 'name': 'Universal Curiosity', 'id': '892826509622353920'}]",,,, +1490473327873466369,1490471607306969092,2022-02-07 03:51:47 Arabian Standard Time,2022-02-07,03:51:47,+0400,44196397,elonmusk,Elon Musk,,@boringcompany @ResortsWorldLV @LVCVA The Boring Company just connected Resorts World hotel to Vegas Convention Center!,en,[],[],[],974,1139,17635,[],[],https://twitter.com/elonmusk/status/1490473327873466369,False,,0,,,,,,,,"[{'screen_name': 'boringcompany', 'name': 'The Boring Company', 'id': '859816394556284929'}, {'screen_name': 'ResortsWorldLV', 'name': 'Resorts World Las Vegas', 'id': '1255568624'}, {'screen_name': 'LVCVA', 'name': 'Vegas Means Business', 'id': '18359909'}]",,,, +1490466493460582404,1490446166550589446,2022-02-07 03:24:38 Arabian Standard Time,2022-02-07,03:24:38,+0400,44196397,elonmusk,Elon Musk,,"@Teslarati @13ericralph31 @StarshipGazer As backdrops go, this is a good one",en,[],[],[],437,394,7923,[],[],https://twitter.com/elonmusk/status/1490466493460582404,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': '13ericralph31', 'name': 'Eric Ralph', 'id': '343251837'}, {'screen_name': 'StarshipGazer', 'name': 'Starship Gazer', 'id': '1348638512267079683'}]",,,, +1490451380364009472,1490188779159699456,2022-02-07 02:24:34 Arabian Standard Time,2022-02-07,02:24:34,+0400,44196397,elonmusk,Elon Musk,,"@nypost I’m pro vaccination, but anti vaccination mandate",en,[],[],[],3277,9693,68020,[],[],https://twitter.com/elonmusk/status/1490451380364009472,False,,0,,,,,,,,"[{'screen_name': 'nypost', 'name': 'New York Post', 'id': '17469289'}]",,,, +1490405366038994960,1490363757029122058,2022-02-06 23:21:44 Arabian Standard Time,2022-02-06,23:21:44,+0400,44196397,elonmusk,Elon Musk,,@slashdot Agreed,en,[],[],[],632,524,10053,[],[],https://twitter.com/elonmusk/status/1490405366038994960,False,,0,,,,,,,,"[{'screen_name': 'slashdot', 'name': 'Slashdot', 'id': '1068831'}]",,,, +1490390796935340039,1490340849284231177,2022-02-06 22:23:50 Arabian Standard Time,2022-02-06,22:23:50,+0400,44196397,elonmusk,Elon Musk,,@TeslaNY @live_munro Munro understands,en,[],[],[],560,517,9624,[],[],https://twitter.com/elonmusk/status/1490390796935340039,False,,0,,,,,,,,"[{'screen_name': 'TeslaNY', 'name': 'Tesla New York', 'id': '1374059611'}, {'screen_name': 'live_munro', 'name': 'Munro Live', 'id': '1382434447358885888'}]",,,, +1490137716377411588,1490137536806727683,2022-02-06 05:38:11 Arabian Standard Time,2022-02-06,05:38:11,+0400,44196397,elonmusk,Elon Musk,,[Satire],fr,[],[],[],3456,2083,57165,[],[],https://twitter.com/elonmusk/status/1490137716377411588,False,,0,,,,,,,,[],,,, +1490137536806727683,1490137536806727683,2022-02-06 05:37:28 Arabian Standard Time,2022-02-06,05:37:28,+0400,44196397,elonmusk,Elon Musk,,🚬 Thank You for Smoking 🚬,en,[],[],[],16482,13312,161470,[],[],https://twitter.com/elonmusk/status/1490137536806727683,False,,0,,,,,,,,[],,,, +1490120045028122624,1490120045028122624,2022-02-06 04:27:58 Arabian Standard Time,2022-02-06,04:27:58,+0400,44196397,elonmusk,Elon Musk,,Tesla Model S & X Plaid are so fun!,en,[],[],[],4007,3124,39393,[],[],https://twitter.com/elonmusk/status/1490120045028122624,False,https://twitter.com/teslaownersSV/status/1489852560932442116,0,,,,,,,,[],,,, +1490119570752950272,1490119570752950272,2022-02-06 04:26:05 Arabian Standard Time,2022-02-06,04:26:05,+0400,44196397,elonmusk,Elon Musk,,Extended tracking shot of Falcon 9 https://t.co/LlUIgOqCxC,en,[],['https://m.youtube.com/watch?v=FWUv7XXBb2Y&feature=youtu.be'],[],4435,3273,29795,[],[],https://twitter.com/elonmusk/status/1490119570752950272,False,,0,,,,,,,,[],,,, +1490070970610208773,1490057614436282383,2022-02-06 01:12:58 Arabian Standard Time,2022-02-06,01:12:58,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU 🤣,und,[],[],[],266,185,9088,[],[],https://twitter.com/elonmusk/status/1490070970610208773,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️', 'id': '959471389282578432'}]",,,, +1490057614436282383,1490057614436282383,2022-02-06 00:19:53 Arabian Standard Time,2022-02-06,00:19:53,+0400,44196397,elonmusk,Elon Musk,, https://t.co/fm7mJLuf97,und,[],[],['https://pbs.twimg.com/media/FK2_gJGXEAADwl-.jpg'],11020,33788,365719,[],[],https://twitter.com/elonmusk/status/1490057614436282383,False,,1,https://pbs.twimg.com/media/FK2_gJGXEAADwl-.jpg,,,,,,,[],,,, +1490041198387552258,1490039539980804097,2022-02-05 23:14:39 Arabian Standard Time,2022-02-05,23:14:39,+0400,44196397,elonmusk,Elon Musk,,@waitbutwhy !,und,[],[],[],657,228,6905,[],[],https://twitter.com/elonmusk/status/1490041198387552258,False,,0,,,,,,,,"[{'screen_name': 'waitbutwhy', 'name': 'Tim Urban', 'id': '1282121312'}]",,,, +1489842949739454469,1489840833075552257,2022-02-05 10:06:53 Arabian Standard Time,2022-02-05,10:06:53,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed All these different standards for electricity are a tax on humanity,en,[],[],[],1286,964,14680,[],[],https://twitter.com/elonmusk/status/1489842949739454469,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1489842404123422722,1489752488831971329,2022-02-05 10:04:43 Arabian Standard Time,2022-02-05,10:04:43,+0400,44196397,elonmusk,Elon Musk,,@farty_mcpoops @Olivier_Lambert @TheRealKeean Gavin is kinda badass in this vid,en,[],[],[],283,94,1774,[],[],https://twitter.com/elonmusk/status/1489842404123422722,False,,0,,,,,,,,"[{'screen_name': 'farty_mcpoops', 'name': 'Farty McPoops', 'id': '716113951725981696'}, {'screen_name': 'Olivier_Lambert', 'name': '⚛️ Pleb', 'id': '116319567'}, {'screen_name': 'TheRealKeean', 'name': 'Keean Bexte', 'id': '961134787'}]",,,, +1489841690601041924,1489752488831971329,2022-02-05 10:01:53 Arabian Standard Time,2022-02-05,10:01:53,+0400,44196397,elonmusk,Elon Musk,,@Ali_Tesla585 @teslaownersSV @TheRealKeean Only very high resolution radar is relevant,en,[],[],[],263,148,2512,[],[],https://twitter.com/elonmusk/status/1489841690601041924,False,,0,,,,,,,,"[{'screen_name': 'Ali_Tesla585', 'name': 'Ali 🇺🇦🦊', 'id': '1266576124215201792'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TheRealKeean', 'name': 'Keean Bexte', 'id': '961134787'}]",,,, +1489841166652780547,1489752488831971329,2022-02-05 09:59:48 Arabian Standard Time,2022-02-05,09:59:48,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV @TheRealKeean We have to solve a huge part of AI just to make cars drive themselves. In retrospect, it was inevitable. The road system is designed for cameras (eyes) & neural nets (brains).",en,[],[],[],338,350,3997,[],[],https://twitter.com/elonmusk/status/1489841166652780547,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TheRealKeean', 'name': 'Keean Bexte', 'id': '961134787'}]",,,, +1489798806791147523,1489752488831971329,2022-02-05 07:11:29 Arabian Standard Time,2022-02-05,07:11:29,+0400,44196397,elonmusk,Elon Musk,,@TheRealKeean Double-standard?,en,[],[],[],1257,4571,39818,[],[],https://twitter.com/elonmusk/status/1489798806791147523,False,,0,,,,,,,,"[{'screen_name': 'TheRealKeean', 'name': 'Keean Bexte', 'id': '961134787'}]",,,, +1489798660561018886,1489752488831971329,2022-02-05 07:10:54 Arabian Standard Time,2022-02-05,07:10:54,+0400,44196397,elonmusk,Elon Musk,,@TheRealKeean https://t.co/ok0BmaoapC,und,[],[],['https://pbs.twimg.com/media/FKzT-4kWYAIvUDB.jpg'],798,6862,34054,[],[],https://twitter.com/elonmusk/status/1489798660561018886,False,,1,https://pbs.twimg.com/media/FKzT-4kWYAIvUDB.jpg,,,,,,,[],,,, +1489794991308345345,1489752488831971329,2022-02-05 06:56:19 Arabian Standard Time,2022-02-05,06:56:19,+0400,44196397,elonmusk,Elon Musk,,@TheRealKeean It’s not my money https://t.co/IKRxhGo8wS,en,[],[],['https://pbs.twimg.com/media/FKzQpYxXEAAjbnI.jpg'],2450,25997,97958,[],[],https://twitter.com/elonmusk/status/1489794991308345345,False,,1,https://pbs.twimg.com/media/FKzQpYxXEAAjbnI.jpg,,,,,,,"[{'screen_name': 'TheRealKeean', 'name': 'Keean Bexte', 'id': '961134787'}]",,,, +1489672786683609091,1489662981105324032,2022-02-04 22:50:43 Arabian Standard Time,2022-02-04,22:50:43,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com A bigger win than it may seem,en,[],[],[],1102,679,14788,[],[],https://twitter.com/elonmusk/status/1489672786683609091,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1489615144116174850,1489285845332942850,2022-02-04 19:01:40 Arabian Standard Time,2022-02-04,19:01:40,+0400,44196397,elonmusk,Elon Musk,,@co_tesla 💯,und,[],[],[],947,598,21909,[],[],https://twitter.com/elonmusk/status/1489615144116174850,False,,0,,,,,,,,"[{'screen_name': 'co_tesla', 'name': 'Tesla Owners Mexico 🇲🇽', 'id': '1266456614242000896'}]",,,, +1489466267010543621,1489448066834784258,2022-02-04 09:10:05 Arabian Standard Time,2022-02-04,09:10:05,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog 😢,und,[],[],[],604,264,7084,[],[],https://twitter.com/elonmusk/status/1489466267010543621,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1489370360864780291,1489363971144663047,2022-02-04 02:48:59 Arabian Standard Time,2022-02-04,02:48:59,+0400,44196397,elonmusk,Elon Musk,,@RGVaerialphotos Yes,und,[],[],[],452,403,8597,[],[],https://twitter.com/elonmusk/status/1489370360864780291,False,,0,,,,,,,,"[{'screen_name': 'RGVaerialphotos', 'name': 'RGV Aerial Photography', 'id': '752724282925412352'}]",,,, +1489358828202246145,1489340604215615492,2022-02-04 02:03:10 Arabian Standard Time,2022-02-04,02:03:10,+0400,44196397,elonmusk,Elon Musk,,@SirineAti Thursday next week at 8pm Texas time,en,[],[],[],573,1223,10852,[],[],https://twitter.com/elonmusk/status/1489358828202246145,False,,0,,,,,,,,"[{'screen_name': 'SirineAti', 'name': '💫Sirine💫🦊🇺🇦', 'id': '1285872552766734346'}]",,,, +1489357796499984389,1489340604215615492,2022-02-04 01:59:04 Arabian Standard Time,2022-02-04,01:59:04,+0400,44196397,elonmusk,Elon Musk,,"@SirineAti Starship aspires to be the first fully reusable orbital launch vehicle, the holy grail of rocketry. This is the critical breakthrough needed to make life multiplanetary.",en,[],[],[],122,386,4485,[],[],https://twitter.com/elonmusk/status/1489357796499984389,False,,0,,,,,,,,"[{'screen_name': 'SirineAti', 'name': '💫Sirine💫🦊🇺🇦', 'id': '1285872552766734346'}]",,,, +1489353502585409537,1489259708884025346,2022-02-04 01:42:00 Arabian Standard Time,2022-02-04,01:42:00,+0400,44196397,elonmusk,Elon Musk,,@GregWAutry And all the forms of life on Earth,en,[],[],[],215,173,2940,[],[],https://twitter.com/elonmusk/status/1489353502585409537,False,,0,,,,,,,,"[{'screen_name': 'GregWAutry', 'name': 'Greg Autry🚀🇺🇸🇹🇼 🇺🇦', 'id': '345193198'}]",,,, +1489353227208478720,1489259708884025346,2022-02-04 01:40:54 Arabian Standard Time,2022-02-04,01:40:54,+0400,44196397,elonmusk,Elon Musk,,@GregWAutry Becoming multiplanetary is essential to extending dramatically the probable lifespan of civilization,en,[],[],[],588,538,6620,[],[],https://twitter.com/elonmusk/status/1489353227208478720,False,,0,,,,,,,,"[{'screen_name': 'GregWAutry', 'name': 'Greg Autry🚀🇺🇸🇹🇼 🇺🇦', 'id': '345193198'}]",,,, +1489352673258319872,1489340604215615492,2022-02-04 01:38:42 Arabian Standard Time,2022-02-04,01:38:42,+0400,44196397,elonmusk,Elon Musk,,@SirineAti Starship is in a different league. Orders of magnitude more mass to orbit than Falcon. Necessary for creating a self-sustaining city on Mars.,en,[],[],[],141,267,4089,[],[],https://twitter.com/elonmusk/status/1489352673258319872,False,,0,,,,,,,,"[{'screen_name': 'SirineAti', 'name': '💫Sirine💫🦊🇺🇦', 'id': '1285872552766734346'}]",,,, +1489351220628230147,1489340604215615492,2022-02-04 01:32:56 Arabian Standard Time,2022-02-04,01:32:56,+0400,44196397,elonmusk,Elon Musk,,"If things go well, Falcon will launch about once a week on average in 2022, delivering ~2/3 of all Earth payload to orbit",en,[],[],[],3793,2916,39873,[],[],https://twitter.com/elonmusk/status/1489351220628230147,False,,0,,,,,,,,[],,,, +1489349857441726465,1489330627564421122,2022-02-04 01:27:31 Arabian Standard Time,2022-02-04,01:27:31,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX @Tesla Tesla is working hard to provide more Megapacks for grid stabilization,en,[],[],[],300,489,7401,[],[],https://twitter.com/elonmusk/status/1489349857441726465,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1489340604215615492,1489340604215615492,2022-02-04 00:50:45 Arabian Standard Time,2022-02-04,00:50:45,+0400,44196397,elonmusk,Elon Musk,,Congrats SpaceX Falcon team!,en,[],[],[],6872,6429,76197,[],[],https://twitter.com/elonmusk/status/1489340604215615492,False,https://twitter.com/SciGuySpace/status/1489274659367530511,0,,,,,,,,[],,,, +1489337417446404096,1489305927349985280,2022-02-04 00:38:05 Arabian Standard Time,2022-02-04,00:38:05,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Exactly. The terminology is anachronistic.,en,[],[],[],582,562,11196,[],[],https://twitter.com/elonmusk/status/1489337417446404096,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1489106130135564292,1489096489108262920,2022-02-03 09:19:02 Arabian Standard Time,2022-02-03,09:19:02,+0400,44196397,elonmusk,Elon Musk,,"@pmarca Who controls the memes, Controls the universe.",en,[],[],[],8234,6019,37563,[],[],https://twitter.com/elonmusk/status/1489106130135564292,False,,0,,,,,,,,"[{'screen_name': 'pmarca', 'name': 'Marc Andreessen', 'id': '5943622'}]",,,, +1489035057352302597,1489018078574878728,2022-02-03 04:36:37 Arabian Standard Time,2022-02-03,04:36:37,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt Sigh,en,[],[],[],960,456,10603,[],[],https://twitter.com/elonmusk/status/1489035057352302597,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1488926079431675905,1488746173498212353,2022-02-02 21:23:34 Arabian Standard Time,2022-02-02,21:23:34,+0400,44196397,elonmusk,Elon Musk,,@arctechinc High latitudes are operational probably this summer,en,[],[],[],358,153,2919,[],[],https://twitter.com/elonmusk/status/1488926079431675905,False,,0,,,,,,,,"[{'screen_name': 'arctechinc', 'name': 'James Locke', 'id': '131988806'}]",,,, +1488922139952660481,1488920159553216516,2022-02-02 21:07:55 Arabian Standard Time,2022-02-02,21:07:55,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee Haha seriously,en,[],[],[],906,656,18133,[],[],https://twitter.com/elonmusk/status/1488922139952660481,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1488916075781799942,1488746173498212353,2022-02-02 20:43:49 Arabian Standard Time,2022-02-02,20:43:49,+0400,44196397,elonmusk,Elon Musk,,"SpaceX standard antenna production rises rapidly this year, so those with orders shouldn’t have to wait long. Note, Starlink can only support a limited number of users in an area, so best to order early.",en,[],[],[],3843,1372,17980,[],[],https://twitter.com/elonmusk/status/1488916075781799942,False,,0,,,,,,,,[],,,, +1488911447845445639,1488859758366920708,2022-02-02 20:25:26 Arabian Standard Time,2022-02-02,20:25:26,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed 💯,und,[],[],[],621,420,9139,[],[],https://twitter.com/elonmusk/status/1488911447845445639,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1488889793048195082,1488747141543591938,2022-02-02 18:59:23 Arabian Standard Time,2022-02-02,18:59:23,+0400,44196397,elonmusk,Elon Musk,,@MinimalDuck @Tesla @Gfilche @WholeMarsBlog Tunnels …,en,[],[],[],647,265,5842,[],[],https://twitter.com/elonmusk/status/1488889793048195082,False,,0,,,,,,,,"[{'screen_name': 'MinimalDuck', 'name': 'Arash Malek 🦆', 'id': '740946180'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'Gfilche', 'name': 'Gali', 'id': '348844712'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1488823885931941893,1488823885931941893,2022-02-02 14:37:30 Arabian Standard Time,2022-02-02,14:37:30,+0400,44196397,elonmusk,Elon Musk,,"Exciting progress at Starbase, Texas!",en,[],[],[],8133,8531,161050,[],[],https://twitter.com/elonmusk/status/1488823885931941893,False,,0,,,,,,,,[],,,, +1488751559672483841,1093423297130156033,2022-02-02 09:50:06 Arabian Standard Time,2022-02-02,09:50:06,+0400,44196397,elonmusk,Elon Musk,,"@SpaceXFan97 @alexmd2 @SpaceX 320 bar is achievable, maybe even 330",en,[],[],[],236,251,5590,[],[],https://twitter.com/elonmusk/status/1488751559672483841,False,,0,,,,,,,,"[{'screen_name': 'SpaceXFan97', 'name': 'Anthony Iemole 🇺🇦', 'id': '1579586473'}, {'screen_name': 'alexmd2', 'name': 'Alexandre Andrianov', 'id': '34694428'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1488749873210052611,1488746173498212353,2022-02-02 09:43:24 Arabian Standard Time,2022-02-02,09:43:24,+0400,44196397,elonmusk,Elon Musk,,This is twice the area of our standard phased array with broader scan angle,en,[],[],[],1974,1213,23901,[],[],https://twitter.com/elonmusk/status/1488749873210052611,False,,0,,,,,,,,[],,,, +1488749346929713156,1488746173498212353,2022-02-02 09:41:18 Arabian Standard Time,2022-02-02,09:41:18,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut Thanks for letting me know. Will be fixed soon.,en,[],[],[],289,235,6925,[],[],https://twitter.com/elonmusk/status/1488749346929713156,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1488748807235985417,1488559866591395842,2022-02-02 09:39:09 Arabian Standard Time,2022-02-02,09:39:09,+0400,44196397,elonmusk,Elon Musk,,@russ1mitchell Thanks for the deep belly laugh 🤣🤣,en,[],[],[],386,272,7723,[],[],https://twitter.com/elonmusk/status/1488748807235985417,False,,0,,,,,,,,"[{'screen_name': 'russ1mitchell', 'name': 'Russ Mitchell', 'id': '2471516070'}]",,,, +1488746173498212353,1488746173498212353,2022-02-02 09:28:41 Arabian Standard Time,2022-02-02,09:28:41,+0400,44196397,elonmusk,Elon Musk,,Starlink high performance antenna https://t.co/83kIQSNV3l,en,[],['https://www.starlink.com/premium'],[],5173,4454,51556,[],[],https://twitter.com/elonmusk/status/1488746173498212353,False,,0,,,,,,,,[],,,, +1488616492329484296,1488590960053276672,2022-02-02 00:53:23 Arabian Standard Time,2022-02-02,00:53:23,+0400,44196397,elonmusk,Elon Musk,,"@NoahWebb_ @WholeMarsBlog @tkrisher Will begin limited rollout to Canada this month. Safety is paramount, so we have to confirm no significant issues, given slightly different road rules.",en,[],[],[],358,278,3794,[],[],https://twitter.com/elonmusk/status/1488616492329484296,False,,0,,,,,,,,"[{'screen_name': 'NoahWebb_', 'name': '🇨🇦 Noah Webb', 'id': '898499274'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'tkrisher', 'name': 'Tom Krisher', 'id': '23607447'}]",,,, +1488615123946246151,1488590960053276672,2022-02-02 00:47:57 Arabian Standard Time,2022-02-02,00:47:57,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @tkrisher He’s actually a lobbyist, not a journalist. There are many who pose as the latter while behaving like the former. No integrity. Indeed, there were no safety issues. The car simply slowed to ~2 mph & continued forward if clear view with no cars or pedestrians.",en,[],[],[],1024,541,5250,[],[],https://twitter.com/elonmusk/status/1488615123946246151,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'tkrisher', 'name': 'Tom Krisher', 'id': '23607447'}]",,,, +1488587061829509124,1488578741882261507,2022-02-01 22:56:26 Arabian Standard Time,2022-02-01,22:56:26,+0400,44196397,elonmusk,Elon Musk,,@TeslaOwnersUK Yes,und,[],[],[],377,244,6023,[],[],https://twitter.com/elonmusk/status/1488587061829509124,False,,0,,,,,,,,"[{'screen_name': 'TeslaOwnersUK', 'name': 'Tesla Owners UK 🇬🇧', 'id': '856406682552946688'}]",,,, +1488578693949710338,1487921357476155393,2022-02-01 22:23:11 Arabian Standard Time,2022-02-01,22:23:11,+0400,44196397,elonmusk,Elon Musk,,@ClumsyWinks @Halo Same,en,[],[],[],137,49,1429,[],[],https://twitter.com/elonmusk/status/1488578693949710338,False,,0,,,,,,,,"[{'screen_name': 'ClumsyWinks', 'name': 'Winks 🧡', 'id': '431320798'}, {'screen_name': 'Halo', 'name': 'Halo', 'id': '59414975'}]",,,, +1488566972753326089,1488548525394862081,2022-02-01 21:36:37 Arabian Standard Time,2022-02-01,21:36:37,+0400,44196397,elonmusk,Elon Musk,,@archillect Dragon hover test,en,[],[],[],661,489,13013,[],[],https://twitter.com/elonmusk/status/1488566972753326089,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1488437071761055745,1488291595434799105,2022-02-01 13:00:26 Arabian Standard Time,2022-02-01,13:00:26,+0400,44196397,elonmusk,Elon Musk,,@Erdayastronaut Will upload some videos tomorrow,en,[],[],[],921,710,21381,[],[],https://twitter.com/elonmusk/status/1488437071761055745,False,,0,,,,,,,,"[{'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}]",,,, +1488393354144530432,1487921357476155393,2022-02-01 10:06:43 Arabian Standard Time,2022-02-01,10:06:43,+0400,44196397,elonmusk,Elon Musk,,@Halo Harbinger battle on L is tough,en,[],[],[],369,237,6742,[],[],https://twitter.com/elonmusk/status/1488393354144530432,False,,0,,,,,,,,"[{'screen_name': 'Halo', 'name': 'Halo', 'id': '59414975'}]",,,, +1488391303520034817,1488299179629711360,2022-02-01 09:58:34 Arabian Standard Time,2022-02-01,09:58:34,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Tesla is as much a software company as it is a hardware company, both in car and in factory. This is not widely understood.",en,[],[],[],416,1055,9177,[],[],https://twitter.com/elonmusk/status/1488391303520034817,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1488390820214542338,1488299179629711360,2022-02-01 09:56:39 Arabian Standard Time,2022-02-01,09:56:39,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Tesla has great respect for software engineering, they do not",en,[],[],[],253,379,6097,[],[],https://twitter.com/elonmusk/status/1488390820214542338,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1488297924329103361,1270707085462798340,2022-02-01 03:47:31 Arabian Standard Time,2022-02-01,03:47:31,+0400,44196397,elonmusk,Elon Musk,,@GerberKawasaki @Tesla @joerogan …,und,[],[],[],549,273,4937,[],[],https://twitter.com/elonmusk/status/1488297924329103361,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'joerogan', 'name': 'Joe Rogan', 'id': '18208354'}]",,,, +1488297679557959681,1488290682364063747,2022-02-01 03:46:32 Arabian Standard Time,2022-02-01,03:46:32,+0400,44196397,elonmusk,Elon Musk,,"@SpaceX 16 story tall rocket, traveling several times faster than a bullet, backflips & fires engines to return to launch site",en,[],[],[],2250,3502,50526,[],[],https://twitter.com/elonmusk/status/1488297679557959681,False,,0,,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1488269452588326913,1488269452588326913,2022-02-01 01:54:22 Arabian Standard Time,2022-02-01,01:54:22,+0400,44196397,elonmusk,Elon Musk,,Denmark just ended Covid restrictions https://t.co/tg12nar2CJ,en,[],['https://www.bloomberg.com/news/articles/2022-01-26/denmark-to-end-covid-curbs-as-premier-deems-critical-phase-over'],[],9399,30677,193485,[],[],https://twitter.com/elonmusk/status/1488269452588326913,False,,0,,,,,,,,[],,,, +1488267593429716992,1488257179865989121,2022-02-01 01:46:59 Arabian Standard Time,2022-02-01,01:46:59,+0400,44196397,elonmusk,Elon Musk,,@TheBabylonBee 🤣🤣,und,[],[],[],341,461,12629,[],[],https://twitter.com/elonmusk/status/1488267593429716992,False,,0,,,,,,,,"[{'screen_name': 'TheBabylonBee', 'name': 'The Babylon Bee', 'id': '4914384040'}]",,,, +1488234069922131969,1488191068076130313,2022-01-31 23:33:46 Arabian Standard Time,2022-01-31,23:33:46,+0400,44196397,elonmusk,Elon Musk,,"@GailAlfarATX They’ve been writing bogus articles about Tesla (and me) for years. In the end, it is their own credibility that suffers.",en,[],[],[],488,643,7635,[],[],https://twitter.com/elonmusk/status/1488234069922131969,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}]",,,, +1488206021633925125,1488199800411475968,2022-01-31 21:42:19 Arabian Standard Time,2022-01-31,21:42:19,+0400,44196397,elonmusk,Elon Musk,,@lexfridman https://t.co/HTxJtqvZCd,und,[],[],['https://pbs.twimg.com/media/FKcrfQlXsAEnx4L.jpg'],2447,7141,50158,[],[],https://twitter.com/elonmusk/status/1488206021633925125,False,,1,https://pbs.twimg.com/media/FKcrfQlXsAEnx4L.jpg,,,,,,,[],,,, +1488050840095047688,1488003877928640512,2022-01-31 11:25:41 Arabian Standard Time,2022-01-31,11:25:41,+0400,44196397,elonmusk,Elon Musk,,"@heydave7 Dave, I know you’re a fan, but this is a silly question. I don’t drive programs because I want to, but because I have to.",en,[],[],[],1140,582,10680,[],[],https://twitter.com/elonmusk/status/1488050840095047688,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1488039236494311424,1488039236494311424,2022-01-31 10:39:35 Arabian Standard Time,2022-01-31,10:39:35,+0400,44196397,elonmusk,Elon Musk,, https://t.co/dFwIuBVcD0,und,[],[],['https://pbs.twimg.com/media/FKaTy-IWUAENM9_.jpg'],18933,18984,204352,[],[],https://twitter.com/elonmusk/status/1488039236494311424,False,,1,https://pbs.twimg.com/media/FKaTy-IWUAENM9_.jpg,,,,,,,[],,,, +1487921357476155393,1487921357476155393,2022-01-31 02:51:10 Arabian Standard Time,2022-01-31,02:51:10,+0400,44196397,elonmusk,Elon Musk,,Halo Infinite campaign is good,en,[],[],[],11456,18337,265379,[],[],https://twitter.com/elonmusk/status/1487921357476155393,False,,0,,,,,,,,[],,,, +1487898308865523714,1487896415812689922,2022-01-31 01:19:35 Arabian Standard Time,2022-01-31,01:19:35,+0400,44196397,elonmusk,Elon Musk,,"@heydave7 I’m driving this program personally, as is the case for almost all new programs",en,[],[],[],1043,846,17181,[],[],https://twitter.com/elonmusk/status/1487898308865523714,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1487882349081628673,1487870747301269508,2022-01-31 00:16:10 Arabian Standard Time,2022-01-31,00:16:10,+0400,44196397,elonmusk,Elon Musk,,@WSJ https://t.co/TowWorRqW9,und,[],[],['https://pbs.twimg.com/media/FKYFHGLVcAArfjK.jpg'],1671,9548,37630,[],[],https://twitter.com/elonmusk/status/1487882349081628673,False,,1,https://pbs.twimg.com/media/FKYFHGLVcAArfjK.jpg,,,,,,,[],,,, +1487879449798270977,1487879449798270977,2022-01-31 00:04:38 Arabian Standard Time,2022-01-31,00:04:38,+0400,44196397,elonmusk,Elon Musk,,"For reasons unknown, @potus is unable to say the word “Tesla”",en,"[{'screen_name': 'potus', 'name': 'president biden', 'id': '1349149096909668363'}]",[],[],10214,11109,98484,[],[],https://twitter.com/elonmusk/status/1487879449798270977,False,https://twitter.com/GailAlfarATX/status/1487861191623987201,0,,,,,,,,[],,,, +1487876118870777856,1487694543243956225,2022-01-30 23:51:24 Arabian Standard Time,2022-01-30,23:51:24,+0400,44196397,elonmusk,Elon Musk,,"@aginnt If the government had the mandate of the people, there would be a significant counter-protest. There is not, therefore they do not.",en,[],[],[],1553,4322,22630,[],[],https://twitter.com/elonmusk/status/1487876118870777856,False,,0,,,,,,,,"[{'screen_name': 'aginnt', 'name': 'Aaron Ginn', 'id': '184789840'}]",,,, +1487874188375326723,1487861191623987201,2022-01-30 23:43:44 Arabian Standard Time,2022-01-30,23:43:44,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX @POTUS @Tesla @JohnnaCrider1 @SawyerMerritt @WholeMarsBlog @teslaownersSV @TeslaOwnersEBay @Kristennetten @live_munro @BillyM2k @Grimezsz 🔥🔥,und,[],[],[],381,426,9237,[],[],https://twitter.com/elonmusk/status/1487874188375326723,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'JohnnaCrider1', 'name': 'Johnna Crider', 'id': '1957568797'}, {'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TeslaOwnersEBay', 'name': 'Tesla East Bay Club |Fremont| 🇺🇦🕊🦊', 'id': '1175164547746844672'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'live_munro', 'name': 'Munro Live', 'id': '1382434447358885888'}, {'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}, {'screen_name': 'Grimezsz', 'name': '𝔊𝔯𝔦𝔪𝔢𝔰 (⌛️,⏳) ᚷᚱᛁᛗᛖᛋ', 'id': '276540738'}]",,,, +1487873822443257857,1487870747301269508,2022-01-30 23:42:17 Arabian Standard Time,2022-01-30,23:42:17,+0400,44196397,elonmusk,Elon Musk,,@WSJ How many gene sequence changes to Covid-19 before it isn’t “Covid-19” anymore? OG Covid-19 ended a long time ago.,en,[],[],[],1023,2866,18015,[],[],https://twitter.com/elonmusk/status/1487873822443257857,False,,0,,,,,,,,"[{'screen_name': 'WSJ', 'name': 'The Wall Street Journal', 'id': '3108351'}]",,,, +1487865483193847808,1487694543243956225,2022-01-30 23:09:09 Arabian Standard Time,2022-01-30,23:09:09,+0400,44196397,elonmusk,Elon Musk,,@aginnt Protesting in a Canadian winter shows real commitment!,en,[],[],[],793,4549,29420,[],[],https://twitter.com/elonmusk/status/1487865483193847808,False,,0,,,,,,,,"[{'screen_name': 'aginnt', 'name': 'Aaron Ginn', 'id': '184789840'}]",,,, +1487861890730496001,1487694543243956225,2022-01-30 22:54:52 Arabian Standard Time,2022-01-30,22:54:52,+0400,44196397,elonmusk,Elon Musk,,@aginnt It would appear that the so-called “fringe minority” is actually the government,en,[],[],[],2322,19992,80305,[],[],https://twitter.com/elonmusk/status/1487861890730496001,False,,0,,,,,,,,"[{'screen_name': 'aginnt', 'name': 'Aaron Ginn', 'id': '184789840'}]",,,, +1487861173626101760,1487861173626101760,2022-01-30 22:52:01 Arabian Standard Time,2022-01-30,22:52:01,+0400,44196397,elonmusk,Elon Musk,,So many Hitlers! https://t.co/52sUuPcB93,en,[],[],['https://pbs.twimg.com/media/FKXx2gjUcAQitDs.jpg'],14827,31968,255978,[],[],https://twitter.com/elonmusk/status/1487861173626101760,False,,1,https://pbs.twimg.com/media/FKXx2gjUcAQitDs.jpg,,,,,,,[],,,, +1487853515535892482,1487842208808120326,2022-01-30 22:21:35 Arabian Standard Time,2022-01-30,22:21:35,+0400,44196397,elonmusk,Elon Musk,,@EuropeSpace360 @ArianeGroup A step in the right direction,en,[],[],[],400,195,4157,[],[],https://twitter.com/elonmusk/status/1487853515535892482,False,,0,,,,,,,,"[{'screen_name': 'EuropeSpace360', 'name': 'Everything ESA', 'id': '1395833981120155649'}, {'screen_name': 'ArianeGroup', 'name': 'ArianeGroup', 'id': '4112496291'}]",,,, +1487850528046338052,1487170424156925954,2022-01-30 22:09:43 Arabian Standard Time,2022-01-30,22:09:43,+0400,44196397,elonmusk,Elon Musk,,@CNBCClosingBell @SaraEisen @BrianDeeseNEC Great interviewer!,en,[],[],[],1415,633,12844,[],[],https://twitter.com/elonmusk/status/1487850528046338052,False,,0,,,,,,,,"[{'screen_name': 'CNBCClosingBell', 'name': ""CNBC's Closing Bell"", 'id': '21778391'}, {'screen_name': 'SaraEisen', 'name': 'Sara Eisen', 'id': '39879120'}, {'screen_name': 'BrianDeeseNEC', 'name': 'Brian Deese', 'id': '1351311448195166208'}]",,,, +1487842692704862214,1487842692704862214,2022-01-30 21:38:35 Arabian Standard Time,2022-01-30,21:38:35,+0400,44196397,elonmusk,Elon Musk,, https://t.co/QEwmhecTmE,und,[],[],['https://pbs.twimg.com/media/FKXhCycVkAIDdbu.jpg'],17793,39136,324341,[],[],https://twitter.com/elonmusk/status/1487842692704862214,False,,1,https://pbs.twimg.com/media/FKXhCycVkAIDdbu.jpg,,,,,,,[],,,, +1487831260059746304,1487830188666892291,2022-01-30 20:53:09 Arabian Standard Time,2022-01-30,20:53:09,+0400,44196397,elonmusk,Elon Musk,,"@Liv_Boeree If Canadian government is suppressing peaceful protests, that‘s where fascism lies & cartoonist is just a shill https://t.co/hcV7Akn0Jt",en,[],[],['https://pbs.twimg.com/media/FKXWpWEVIAMoGXy.jpg'],704,1230,7323,[],[],https://twitter.com/elonmusk/status/1487831260059746304,False,,1,https://pbs.twimg.com/media/FKXWpWEVIAMoGXy.jpg,,,,,,,"[{'screen_name': 'Liv_Boeree', 'name': 'Liv Boeree', 'id': '25422302'}]",,,, +1487720010835382275,1487647081497911299,2022-01-30 13:31:05 Arabian Standard Time,2022-01-30,13:31:05,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Yup,und,[],[],[],624,275,6335,[],[],https://twitter.com/elonmusk/status/1487720010835382275,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1487703756112154628,1487703756112154628,2022-01-30 12:26:30 Arabian Standard Time,2022-01-30,12:26:30,+0400,44196397,elonmusk,Elon Musk,, https://t.co/wTIHLyVkYw,und,[],[],['https://pbs.twimg.com/media/FKVirkqVgAAn-Nw.jpg'],10505,36368,398533,[],[],https://twitter.com/elonmusk/status/1487703756112154628,False,,1,https://pbs.twimg.com/media/FKVirkqVgAAn-Nw.jpg,,,,,,,[],,,, +1487587017596801024,1487521735695994880,2022-01-30 04:42:37 Arabian Standard Time,2022-01-30,04:42:37,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog Now that the big automotive advertisers are making EVs, you will see far fewer articles about EVs catching on fire. It is not surprising that internal combustion engine cars have a tendency to combust externally too.",en,[],[],[],754,1425,17183,[],[],https://twitter.com/elonmusk/status/1487587017596801024,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1487571050636484609,1487571050636484609,2022-01-30 03:39:10 Arabian Standard Time,2022-01-30,03:39:10,+0400,44196397,elonmusk,Elon Musk,,Just rewatched True Romance ♥️,en,[],[],[],11584,6998,113421,[],[],https://twitter.com/elonmusk/status/1487571050636484609,False,,0,,,,,,,,[],,,, +1487558814522122245,1487511477149831169,2022-01-30 02:50:33 Arabian Standard Time,2022-01-30,02:50:33,+0400,44196397,elonmusk,Elon Musk,,@karpathy The ratio of machine to human compute skyrockets,en,[],[],[],483,504,8337,[],[],https://twitter.com/elonmusk/status/1487558814522122245,False,,0,,,,,,,,"[{'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +1487557474311880709,1487533641152577540,2022-01-30 02:45:14 Arabian Standard Time,2022-01-30,02:45:14,+0400,44196397,elonmusk,Elon Musk,,@heydave7 True,en,[],[],[],429,294,7216,[],[],https://twitter.com/elonmusk/status/1487557474311880709,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1487435878591078400,1487291741615140869,2022-01-29 18:42:03 Arabian Standard Time,2022-01-29,18:42:03,+0400,44196397,elonmusk,Elon Musk,,@jordanbpeterson Voters should call their elected politicians now to make it clear how they feel,en,[],[],[],794,2412,17609,[],[],https://twitter.com/elonmusk/status/1487435878591078400,False,,0,,,,,,,,"[{'screen_name': 'jordanbpeterson', 'name': 'Dr Jordan B Peterson', 'id': '95092020'}]",,,, +1487385441292754946,1487385441292754946,2022-01-29 15:21:38 Arabian Standard Time,2022-01-29,15:21:38,+0400,44196397,elonmusk,Elon Musk,,Lie back and think of Mars,en,[],[],[],24911,17030,207388,[],[],https://twitter.com/elonmusk/status/1487385441292754946,False,,0,,,,,,,,[],,,, +1487385294785728515,1487307646952960004,2022-01-29 15:21:03 Arabian Standard Time,2022-01-29,15:21:03,+0400,44196397,elonmusk,Elon Musk,,@PPathole @SpaceX We need serious tonnage to Mars,en,[],[],[],678,527,9916,[],[],https://twitter.com/elonmusk/status/1487385294785728515,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1487316787385581570,1487316787385581570,2022-01-29 10:48:49 Arabian Standard Time,2022-01-29,10:48:49,+0400,44196397,elonmusk,Elon Musk,, https://t.co/ryK36jvxNx,und,[],[],['https://pbs.twimg.com/media/FKQCu-FWQAIsOgv.jpg'],11171,24442,221559,[],[],https://twitter.com/elonmusk/status/1487316787385581570,False,,1,https://pbs.twimg.com/media/FKQCu-FWQAIsOgv.jpg,,,,,,,[],,,, +1487295769749168128,1487295769749168128,2022-01-29 09:25:18 Arabian Standard Time,2022-01-29,09:25:18,+0400,44196397,elonmusk,Elon Musk,,The Universe is a Hydrogen Sonata,en,[],[],[],9920,9082,126733,[],[],https://twitter.com/elonmusk/status/1487295769749168128,False,,0,,,,,,,,[],,,, +1487213353592365057,1487157679512453120,2022-01-29 03:57:49 Arabian Standard Time,2022-01-29,03:57:49,+0400,44196397,elonmusk,Elon Musk,,@Austen There are many faux 🦄,en,[],[],[],730,436,9760,[],[],https://twitter.com/elonmusk/status/1487213353592365057,False,,0,,,,,,,,"[{'screen_name': 'Austen', 'name': 'Austen Allred 🇺🇦', 'id': '221838349'}]",,,, +1487208665413259267,1487151272667004929,2022-01-29 03:39:11 Arabian Standard Time,2022-01-29,03:39:11,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt It has been a very long road,en,[],[],[],704,485,12783,[],[],https://twitter.com/elonmusk/status/1487208665413259267,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1487168671269203968,1487143988197011458,2022-01-29 01:00:16 Arabian Standard Time,2022-01-29,01:00:16,+0400,44196397,elonmusk,Elon Musk,,@DineshDSouza Interesting ideas,en,[],[],[],5071,4728,69662,[],[],https://twitter.com/elonmusk/status/1487168671269203968,False,,0,,,,,,,,"[{'screen_name': 'DineshDSouza', 'name': ""Dinesh D'Souza"", 'id': '91882544'}]",,,, +1487168386492776449,1486865702284034048,2022-01-29 00:59:08 Arabian Standard Time,2022-01-29,00:59:08,+0400,44196397,elonmusk,Elon Musk,,@Teslaconomics @stevenmarkryan There will only be EVs in the future,en,[],[],[],418,594,6122,[],[],https://twitter.com/elonmusk/status/1487168386492776449,False,,0,,,,,,,,"[{'screen_name': 'Teslaconomics', 'name': 'Teslaconomics', 'id': '985243593538338816'}, {'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}]",,,, +1487144923593949186,1487126488029667330,2022-01-28 23:25:54 Arabian Standard Time,2022-01-28,23:25:54,+0400,44196397,elonmusk,Elon Musk,,@Tesmanian_com Excited for future of solar at Tesla!,en,[],[],[],960,760,13635,[],[],https://twitter.com/elonmusk/status/1487144923593949186,False,,0,,,,,,,,"[{'screen_name': 'Tesmanian_com', 'name': 'Tesmanian.com', 'id': '1100520274200416256'}]",,,, +1487121182155550725,1486865702284034048,2022-01-28 21:51:33 Arabian Standard Time,2022-01-28,21:51:33,+0400,44196397,elonmusk,Elon Musk,,@stevenmarkryan Tesla will support FSD licensing by other manufacturers,en,[],[],[],528,716,6737,[],[],https://twitter.com/elonmusk/status/1487121182155550725,False,,0,,,,,,,,"[{'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}]",,,, +1487119404382961664,1487119404382961664,2022-01-28 21:44:30 Arabian Standard Time,2022-01-28,21:44:30,+0400,44196397,elonmusk,Elon Musk,,"Disney in the streets, Euphoria in the sheets https://t.co/BPf9Bh23mv",en,[],['https://www.dailymail.co.uk/femail/article-10449129/amp/Disney-sparks-outrage-debuting-new-look-Minnie-Mouse-progressive-blue-pantsuit.html'],[],7906,4867,46810,[],[],https://twitter.com/elonmusk/status/1487119404382961664,False,,0,,,,,,,,[],,,, +1487118125732671497,1486996085256167426,2022-01-28 21:39:25 Arabian Standard Time,2022-01-28,21:39:25,+0400,44196397,elonmusk,Elon Musk,,@archillect I have one,en,[],[],[],2272,1070,37931,[],[],https://twitter.com/elonmusk/status/1487118125732671497,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1486880325871587329,1486865702284034048,2022-01-28 05:54:29 Arabian Standard Time,2022-01-28,05:54:29,+0400,44196397,elonmusk,Elon Musk,,"@stevenmarkryan Given how hard insanely FSD is, I think it may take 5 years or more before any company besides Tesla solves it",en,[],[],[],859,965,9667,[],[],https://twitter.com/elonmusk/status/1486880325871587329,False,,0,,,,,,,,"[{'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}]",,,, +1486854230405173252,1486846468887560201,2022-01-28 04:10:47 Arabian Standard Time,2022-01-28,04:10:47,+0400,44196397,elonmusk,Elon Musk,,@StockSwingAlert @cybrtrkguy I have a feeling that the gerrymandering will not work as well as they think,en,[],[],[],627,818,12178,[],[],https://twitter.com/elonmusk/status/1486854230405173252,False,,0,,,,,,,,"[{'screen_name': 'StockSwingAlert', 'name': 'Stock Swing Alert', 'id': '1240876822981685249'}, {'screen_name': 'cybrtrkguy', 'name': 'The Cybertruck Guy', 'id': '1198313150858383360'}]",,,, +1486850549928579075,1486850549928579075,2022-01-28 03:56:10 Arabian Standard Time,2022-01-28,03:56:10,+0400,44196397,elonmusk,Elon Musk,,And in the darkness bind them,en,[],[],[],8206,35952,204510,[],[],https://twitter.com/elonmusk/status/1486850549928579075,False,https://twitter.com/itsALLrisky/status/1486848111586672641,0,,,,,,,,[],,,, +1486848098387345408,1486846468887560201,2022-01-28 03:46:25 Arabian Standard Time,2022-01-28,03:46:25,+0400,44196397,elonmusk,Elon Musk,,"@guper777 Honestly, I would let the border regions vote. Let the people there actually decide.",en,[],[],[],317,318,4885,[],[],https://twitter.com/elonmusk/status/1486848098387345408,False,,0,,,,,,,,"[{'screen_name': 'GUPER777', 'name': 'Guper', 'id': '1487335141194219520'}]",,,, +1486846853056450560,1486846468887560201,2022-01-28 03:41:28 Arabian Standard Time,2022-01-28,03:41:28,+0400,44196397,elonmusk,Elon Musk,,@cybrtrkguy Vote them out,en,[],[],[],4371,8525,72734,[],[],https://twitter.com/elonmusk/status/1486846853056450560,False,,0,,,,,,,,"[{'screen_name': 'cybrtrkguy', 'name': 'The Cybertruck Guy', 'id': '1198313150858383360'}]",,,, +1486846468887560201,1486846468887560201,2022-01-28 03:39:57 Arabian Standard Time,2022-01-28,03:39:57,+0400,44196397,elonmusk,Elon Musk,,"If you scare people enough, they will demand removal of freedom. This is the path to tyranny.",en,[],[],[],27647,128930,566001,[],[],https://twitter.com/elonmusk/status/1486846468887560201,False,,0,,,,,,,,[],,,, +1486827458632503297,1486827458632503297,2022-01-28 02:24:24 Arabian Standard Time,2022-01-28,02:24:24,+0400,44196397,elonmusk,Elon Musk,,Seems odd that the UN still hasn’t released 2020 world death rates,en,[],[],[],9620,36068,274596,[],[],https://twitter.com/elonmusk/status/1486827458632503297,False,,0,,,,,,,,[],,,, +1486822755546845187,1486772334635536395,2022-01-28 02:05:43 Arabian Standard Time,2022-01-28,02:05:43,+0400,44196397,elonmusk,Elon Musk,,@jayvasdigital Freedom is being stripped away one piece at a time until it is gone,en,[],[],[],2545,13599,66518,[],[],https://twitter.com/elonmusk/status/1486822755546845187,False,,0,,,,,,,,"[{'screen_name': 'jayvasdigital', 'name': 'Jay Vasantharajah', 'id': '122288531'}]",,,, +1486822192264499201,1486794171906240514,2022-01-28 02:03:29 Arabian Standard Time,2022-01-28,02:03:29,+0400,44196397,elonmusk,Elon Musk,,"@LimitingThe @baglino Manganese also requires less lithium, as it operates at higher voltage",en,[],[],[],142,135,2619,[],[],https://twitter.com/elonmusk/status/1486822192264499201,False,,0,,,,,,,,"[{'screen_name': 'LimitingThe', 'name': '🔋 The Limiting Factor 🔋', 'id': '1215825810214383617'}, {'screen_name': 'baglino', 'name': 'Drew Baglino', 'id': '17066733'}]",,,, +1486821592533544971,1486794171906240514,2022-01-28 02:01:06 Arabian Standard Time,2022-01-28,02:01:06,+0400,44196397,elonmusk,Elon Musk,,@LimitingThe @baglino Just that manganese is an alternative to iron & phosphorus for scaling cathode production to several TWh/year,en,[],[],[],185,180,3297,[],[],https://twitter.com/elonmusk/status/1486821592533544971,False,,0,,,,,,,,"[{'screen_name': 'LimitingThe', 'name': '🔋 The Limiting Factor 🔋', 'id': '1215825810214383617'}, {'screen_name': 'baglino', 'name': 'Drew Baglino', 'id': '17066733'}]",,,, +1486812091486978049,1486801343826194432,2022-01-28 01:23:20 Arabian Standard Time,2022-01-28,01:23:20,+0400,44196397,elonmusk,Elon Musk,,@incentives101 @ICRicardoLara Exactly,en,[],[],[],108,155,4426,[],[],https://twitter.com/elonmusk/status/1486812091486978049,False,,0,,,,,,,,"[{'screen_name': 'incentives101', 'name': 'Incentives', 'id': '836023811728375808'}, {'screen_name': 'ICRicardoLara', 'name': 'Ricardo Lara', 'id': '1004956382'}]",,,, +1486809727963123716,1486801343826194432,2022-01-28 01:13:57 Arabian Standard Time,2022-01-28,01:13:57,+0400,44196397,elonmusk,Elon Musk,,@ICRicardoLara Your policies are directly responsible for the outrageously high insurance premiums paid by Californians,en,[],[],[],183,469,6407,[],[],https://twitter.com/elonmusk/status/1486809727963123716,False,,0,,,,,,,,"[{'screen_name': 'ICRicardoLara', 'name': 'Ricardo Lara', 'id': '1004956382'}]",,,, +1486809352686211072,1486801343826194432,2022-01-28 01:12:27 Arabian Standard Time,2022-01-28,01:12:27,+0400,44196397,elonmusk,Elon Musk,,@ICRicardoLara You should be voted out of office,en,[],[],[],257,537,7361,[],[],https://twitter.com/elonmusk/status/1486809352686211072,False,,0,,,,,,,,"[{'screen_name': 'ICRicardoLara', 'name': 'Ricardo Lara', 'id': '1004956382'}]",,,, +1486806256027422730,1486772334635536395,2022-01-28 01:00:09 Arabian Standard Time,2022-01-28,01:00:09,+0400,44196397,elonmusk,Elon Musk,,CB radios are free from govt/media control,en,[],[],[],3578,12609,119434,[],[],https://twitter.com/elonmusk/status/1486806256027422730,False,,0,,,,,,,,[],,,, +1486802784150302723,1486494532007079937,2022-01-28 00:46:21 Arabian Standard Time,2022-01-28,00:46:21,+0400,44196397,elonmusk,Elon Musk,,@RenataKonkoly @POTUS 🤣,und,[],[],[],165,257,7845,[],[],https://twitter.com/elonmusk/status/1486802784150302723,False,,0,,,,,,,,"[{'screen_name': 'RenataKonkoly', 'name': 'Renata Konkoly 🇭🇺💙💛🦊', 'id': '372959979'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}]",,,, +1486799184904736774,1486785673197670410,2022-01-28 00:32:03 Arabian Standard Time,2022-01-28,00:32:03,+0400,44196397,elonmusk,Elon Musk,,@EmmetPeppers Exactly,en,[],[],[],451,385,8685,[],[],https://twitter.com/elonmusk/status/1486799184904736774,False,,0,,,,,,,,"[{'screen_name': 'EmmetPeppers', 'name': 'Emmet Peppers', 'id': '45967905'}]",,,, +1486775573779292162,1486736654060568576,2022-01-27 22:58:14 Arabian Standard Time,2022-01-27,22:58:14,+0400,44196397,elonmusk,Elon Musk,,@MemesOfMars @disclosetv 👍,und,[],[],[],166,233,4905,[],[],https://twitter.com/elonmusk/status/1486775573779292162,False,,0,,,,,,,,"[{'screen_name': 'MemesOfMars', 'name': '🦊❤️🚀 Dreams of Mars 🌕', 'id': '15567938'}, {'screen_name': 'disclosetv', 'name': 'Disclose.tv', 'id': '15392486'}]",,,, +1486775453385957383,1485243835517075458,2022-01-27 22:57:45 Arabian Standard Time,2022-01-27,22:57:45,+0400,44196397,elonmusk,Elon Musk,,@PeterAttiaMD 💯,und,[],[],[],131,178,4163,[],[],https://twitter.com/elonmusk/status/1486775453385957383,False,,0,,,,,,,,"[{'screen_name': 'PeterAttiaMD', 'name': 'Peter Attia', 'id': '349347318'}]",,,, +1486775205162848257,1486736654060568576,2022-01-27 22:56:46 Arabian Standard Time,2022-01-27,22:56:46,+0400,44196397,elonmusk,Elon Musk,,@disclosetv I am in awe of Sweden,en,[],[],[],443,1423,11334,[],[],https://twitter.com/elonmusk/status/1486775205162848257,False,,0,,,,,,,,"[{'screen_name': 'disclosetv', 'name': 'Disclose.tv', 'id': '15392486'}]",,,, +1486772334635536395,1486772334635536395,2022-01-27 22:45:22 Arabian Standard Time,2022-01-27,22:45:22,+0400,44196397,elonmusk,Elon Musk,,Canadian truckers rule,en,[],[],[],21238,79145,441323,[],[],https://twitter.com/elonmusk/status/1486772334635536395,False,,0,,,,,,,,[],,,, +1486769461935886345,1486768920434520076,2022-01-27 22:33:57 Arabian Standard Time,2022-01-27,22:33:57,+0400,44196397,elonmusk,Elon Musk,,@kimpaquette Biden is treating the American public like fools,en,[],[],[],2177,6246,33753,[],[],https://twitter.com/elonmusk/status/1486769461935886345,False,,0,,,,,,,,"[{'screen_name': 'kimpaquette', 'name': 'Kim Paquette 💫🦄 🦊 🇺🇦 ☮️ 🕊', 'id': '258602317'}]",,,, +1486768360025174020,1486494532007079937,2022-01-27 22:29:34 Arabian Standard Time,2022-01-27,22:29:34,+0400,44196397,elonmusk,Elon Musk,,@dogeofficialceo @EvaFoxU @POTUS 🤣,und,[],[],[],212,366,10052,[],[],https://twitter.com/elonmusk/status/1486768360025174020,False,,0,,,,,,,,"[{'screen_name': 'dogeofficialceo', 'name': 'Sir Doge of the Coin 🇺🇦 🦊', 'id': '1355945100216573952'}, {'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}]",,,, +1486767109275328516,1486494532007079937,2022-01-27 22:24:36 Arabian Standard Time,2022-01-27,22:24:36,+0400,44196397,elonmusk,Elon Musk,,@EvaFoxU @POTUS Biden is a damp 🧦 puppet in human form,en,[],[],[],3228,11992,56750,[],[],https://twitter.com/elonmusk/status/1486767109275328516,False,,0,,,,,,,,"[{'screen_name': 'EvaFoxU', 'name': 'Eva Fox 🦊❤️🇺🇦', 'id': '959471389282578432'}, {'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}]",,,, +1486765679957225472,1486636306893447170,2022-01-27 22:18:55 Arabian Standard Time,2022-01-27,22:18:55,+0400,44196397,elonmusk,Elon Musk,,@PPathole I might have made it too pointy!,en,[],[],[],339,239,5055,[],[],https://twitter.com/elonmusk/status/1486765679957225472,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1486758032038113281,1486494532007079937,2022-01-27 21:48:32 Arabian Standard Time,2022-01-27,21:48:32,+0400,44196397,elonmusk,Elon Musk,,@POTUS Starts with a T Ends with an A ESL in the middle,en,[],[],[],4505,9736,87018,[],[],https://twitter.com/elonmusk/status/1486758032038113281,False,,0,,,,,,,,"[{'screen_name': 'POTUS', 'name': 'President Biden', 'id': '1349149096909668363'}]",,,, +1486753860555358216,1486753860555358216,2022-01-27 21:31:57 Arabian Standard Time,2022-01-27,21:31:57,+0400,44196397,elonmusk,Elon Musk,,Je m’aple syrup,fr,[],[],[],13804,12544,162185,[],[],https://twitter.com/elonmusk/status/1486753860555358216,False,,0,,,,,,,,[],,,, +1486745794619265028,1486742022518018051,2022-01-27 20:59:54 Arabian Standard Time,2022-01-27,20:59:54,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog They’re being driven around in limousines, so they can’t grok it",en,[],[],[],841,478,9429,[],[],https://twitter.com/elonmusk/status/1486745794619265028,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1486745195186163715,1486466975987556353,2022-01-27 20:57:31 Arabian Standard Time,2022-01-27,20:57:31,+0400,44196397,elonmusk,Elon Musk,,"@TashaARK Sounds about right for autonomous cars. Optimus will greatly exceed this. The economy will be as big as people want it to be. There will be no scarcity, except that which is artificially created.",en,[],[],[],382,586,5273,[],[],https://twitter.com/elonmusk/status/1486745195186163715,False,,0,,,,,,,,"[{'screen_name': 'TashaARK', 'name': 'Tasha Keeney', 'id': '2263452746'}]",,,, +1486617252128608256,1486526316203560961,2022-01-27 12:29:07 Arabian Standard Time,2022-01-27,12:29:07,+0400,44196397,elonmusk,Elon Musk,,@Gfilche @Tesla ♥️,und,[],[],[],1182,671,18731,[],[],https://twitter.com/elonmusk/status/1486617252128608256,False,,0,,,,,,,,"[{'screen_name': 'Gfilche', 'name': 'Gali 🇺🇦', 'id': '348844712'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1486380368362188805,1486069120772677632,2022-01-26 20:47:50 Arabian Standard Time,2022-01-26,20:47:50,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog They appear to have some room for improvement,en,[],[],[],1214,843,20072,[],[],https://twitter.com/elonmusk/status/1486380368362188805,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1486372366812954632,1486316390877642759,2022-01-26 20:16:02 Arabian Standard Time,2022-01-26,20:16:02,+0400,44196397,elonmusk,Elon Musk,,@wonderofscience https://t.co/qFc6vxeFFl,und,[],['https://m.youtube.com/watch?v=Hphwfq1wLJs'],[],682,286,5246,[],[],https://twitter.com/elonmusk/status/1486372366812954632,False,,0,,,,,,,,"[{'screen_name': 'wonderofscience', 'name': 'Wonder of Science', 'id': '3101588527'}]",,,, +1486216691809927168,1486215976559398915,2022-01-26 09:57:26 Arabian Standard Time,2022-01-26,09:57:26,+0400,44196397,elonmusk,Elon Musk,,@karpathy 💯,und,[],[],[],580,362,7548,[],[],https://twitter.com/elonmusk/status/1486216691809927168,False,,0,,,,,,,,"[{'screen_name': 'karpathy', 'name': 'Andrej Karpathy', 'id': '33836629'}]",,,, +1486211625984176130,1486108043934945289,2022-01-26 09:37:18 Arabian Standard Time,2022-01-26,09:37:18,+0400,44196397,elonmusk,Elon Musk,,@alex_avoigt 🤣,und,[],[],[],412,360,10133,[],[],https://twitter.com/elonmusk/status/1486211625984176130,False,,0,,,,,,,,"[{'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}]",,,, +1486143850368360448,1486143850368360448,2022-01-26 05:07:59 Arabian Standard Time,2022-01-26,05:07:59,+0400,44196397,elonmusk,Elon Musk,,Been driving latest Cybertruck prototype around Giga Texas. It’s awesome!,en,[],[],[],16705,13588,228613,[],[],https://twitter.com/elonmusk/status/1486143850368360448,False,,0,,,,,,,,[],,,, +1486143474554523651,1485712943316623360,2022-01-26 05:06:30 Arabian Standard Time,2022-01-26,05:06:30,+0400,44196397,elonmusk,Elon Musk,,@GailAlfarATX I have trouble understanding any other motivations tbh,en,[],[],[],485,429,6630,[],[],https://twitter.com/elonmusk/status/1486143474554523651,False,,0,,,,,,,,"[{'screen_name': 'GailAlfarATX', 'name': 'Gail Alfar (Austin)', 'id': '1233929232432205827'}]",,,, +1486018123585179653,1486011446517403653,2022-01-25 20:48:24 Arabian Standard Time,2022-01-25,20:48:24,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Nice,en,[],[],[],1393,1328,17106,[],[],https://twitter.com/elonmusk/status/1486018123585179653,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1486017140318773248,1486008110628028419,2022-01-25 20:44:29 Arabian Standard Time,2022-01-25,20:44:29,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k It’s like he could see the future!,en,[],[],[],1280,2111,20193,[],[],https://twitter.com/elonmusk/status/1486017140318773248,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1485955529813987330,1485955529813987330,2022-01-25 16:39:40 Arabian Standard Time,2022-01-25,16:39:40,+0400,44196397,elonmusk,Elon Musk,, https://t.co/iLfCWdi0Lb,und,[],[],['https://pbs.twimg.com/media/FJ8srgMXsAAqjaV.jpg'],11506,85891,496419,[],[],https://twitter.com/elonmusk/status/1485955529813987330,False,,1,https://pbs.twimg.com/media/FJ8srgMXsAAqjaV.jpg,,,,,,,[],,,, +1485953263040188416,1485953263040188416,2022-01-25 16:30:40 Arabian Standard Time,2022-01-25,16:30:40,+0400,44196397,elonmusk,Elon Musk,,I will eat a happy meal on tv if @McDonalds accepts Dogecoin,en,"[{'screen_name': 'mcdonalds', 'name': ""mcdonald's"", 'id': '71026122'}]",[],[],31009,59390,422498,[],[],https://twitter.com/elonmusk/status/1485953263040188416,False,,0,,,,,,,,[],,,, +1485933810516697092,1485696216168075264,2022-01-25 15:13:22 Arabian Standard Time,2022-01-25,15:13:22,+0400,44196397,elonmusk,Elon Musk,,@MarcusHouse @technology This is a matter of much internal debate,en,[],[],[],275,163,3502,[],[],https://twitter.com/elonmusk/status/1485933810516697092,False,,0,,,,,,,,"[{'screen_name': 'MarcusHouse', 'name': 'Marcus House', 'id': '718325771392172033'}, {'screen_name': 'technology', 'name': 'Bloomberg Technology', 'id': '21272440'}]",,,, +1485932186280906752,1485696216168075264,2022-01-25 15:06:55 Arabian Standard Time,2022-01-25,15:06:55,+0400,44196397,elonmusk,Elon Musk,,@technology Our biggest limitation with Fremont is convincing enough associates to build cars when they have so many other job opportunities in the Bay Area! Thanks again Tesla team for doing the hard work of building real products that people love ♥️,en,[],[],[],157,329,4376,[],[],https://twitter.com/elonmusk/status/1485932186280906752,False,,0,,,,,,,,"[{'screen_name': 'technology', 'name': 'Bloomberg Technology', 'id': '21272440'}]",,,, +1485927658294845442,1485927658294845442,2022-01-25 14:48:55 Arabian Standard Time,2022-01-25,14:48:55,+0400,44196397,elonmusk,Elon Musk,, https://t.co/ReDlSVLcl7,und,[],[],['https://pbs.twimg.com/media/FJ8TVAzXIAIK5ub.jpg'],13943,95217,390528,[],[],https://twitter.com/elonmusk/status/1485927658294845442,False,,1,https://pbs.twimg.com/media/FJ8TVAzXIAIK5ub.jpg,,,,,,,[],,,, +1485926395633152006,1485926395633152006,2022-01-25 14:43:54 Arabian Standard Time,2022-01-25,14:43:54,+0400,44196397,elonmusk,Elon Musk,, https://t.co/gT0jq8Z6iH,und,[],[],['https://pbs.twimg.com/media/FJ8SLkBWUAMNlK8.jpg'],8059,22695,283174,[],[],https://twitter.com/elonmusk/status/1485926395633152006,False,,1,https://pbs.twimg.com/media/FJ8SLkBWUAMNlK8.jpg,,,,,,,[],,,, +1485886978738565125,1485672513753518083,2022-01-25 12:07:16 Arabian Standard Time,2022-01-25,12:07:16,+0400,44196397,elonmusk,Elon Musk,,@skorusARK I sense a trend,en,[],[],[],1988,961,19477,[],[],https://twitter.com/elonmusk/status/1485886978738565125,False,,0,,,,,,,,"[{'screen_name': 'skorusARK', 'name': 'Sam Korus', 'id': '2263437272'}]",,,, +1484458464806162432,1484350796280246272,2022-01-21 13:30:52 Arabian Standard Time,2022-01-21,13:30:52,+0400,44196397,elonmusk,Elon Musk,,@business Great wisdom,en,[],[],[],993,484,8299,[],[],https://twitter.com/elonmusk/status/1484458464806162432,False,,0,,,,,,,,"[{'screen_name': 'business', 'name': 'Bloomberg', 'id': '34713362'}]",,,, +1484456594775678976,1484453889671942144,2022-01-21 13:23:26 Arabian Standard Time,2022-01-21,13:23:26,+0400,44196397,elonmusk,Elon Musk,,Twitter is spending engineering resources on this bs while crypto scammers are throwing a spambot block party in every thread!?,en,[],[],[],7983,10037,149078,[],[],https://twitter.com/elonmusk/status/1484456594775678976,False,,0,,,,,,,,[],,,, +1484454651563069443,1484453889671942144,2022-01-21 13:15:43 Arabian Standard Time,2022-01-21,13:15:43,+0400,44196397,elonmusk,Elon Musk,,@NutaIie 🤣,und,[],[],[],463,204,11151,[],[],https://twitter.com/elonmusk/status/1484454651563069443,False,,0,,,,,,,,"[{'screen_name': 'NutaIie', 'name': 'Natalie 🍓', 'id': '796161999935799297'}]",,,, +1484453889671942144,1484453889671942144,2022-01-21 13:12:41 Arabian Standard Time,2022-01-21,13:12:41,+0400,44196397,elonmusk,Elon Musk,,This is annoying https://t.co/KAkDl29CTX,en,[],[],['https://pbs.twimg.com/media/FJnW8ckWQAEu0wZ.jpg'],18664,19211,220570,[],[],https://twitter.com/elonmusk/status/1484453889671942144,False,,1,https://pbs.twimg.com/media/FJnW8ckWQAEu0wZ.jpg,,,,,,,[],,,, +1484424055071641602,1483754918615912451,2022-01-21 11:14:08 Arabian Standard Time,2022-01-21,11:14:08,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog @Reuters This is a hard thing for us to do right now, as we don’t have enough satellites with laser links and there are already geo sats that serve the Tonga region. That is why I’m asking for clear confirmation.",en,[],[],[],975,439,7532,[],[],https://twitter.com/elonmusk/status/1484424055071641602,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +1484422657995116545,1484134593850580995,2022-01-21 11:08:35 Arabian Standard Time,2022-01-21,11:08:35,+0400,44196397,elonmusk,Elon Musk,,"@matthew_kerle @WholeMarsBlog @CodingMark Yeah, this saves a whole tap. Just swipe down for auto navigate.",en,[],[],[],217,104,2185,[],[],https://twitter.com/elonmusk/status/1484422657995116545,False,,0,,,,,,,,"[{'screen_name': 'matthew_kerle', 'name': 'Matthew Kerle', 'id': '119250616'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'CodingMark', 'name': 'Mark', 'id': '952755407788826624'}]",,,, +1484422174626746371,1483754918615912451,2022-01-21 11:06:40 Arabian Standard Time,2022-01-21,11:06:40,+0400,44196397,elonmusk,Elon Musk,,@Reuters Could people from Tonga let us know if it is important for SpaceX to send over Starlink terminals?,en,[],[],[],1608,1953,27497,[],[],https://twitter.com/elonmusk/status/1484422174626746371,False,,0,,,,,,,,"[{'screen_name': 'Reuters', 'name': 'Reuters', 'id': '1652541'}]",,,, +1484412574061973504,1484191213297311746,2022-01-21 10:28:31 Arabian Standard Time,2022-01-21,10:28:31,+0400,44196397,elonmusk,Elon Musk,,@thetweethaver wtf,und,[],[],[],466,277,5688,[],[],https://twitter.com/elonmusk/status/1484412574061973504,False,,0,,,,,,,,"[{'screen_name': 'thetweethaver', 'name': 'Guy Tweet Haver', 'id': '1186988544734220290'}]",,,, +1484401637594644480,1484357230606442503,2022-01-21 09:45:03 Arabian Standard Time,2022-01-21,09:45:03,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV An SUV that is faster than a Formula 1 race car https://t.co/43YJpFDGpf,en,[],[],['https://pbs.twimg.com/media/FJmnaPhXIAE-qPu.jpg'],909,613,6717,[],[],https://twitter.com/elonmusk/status/1484401637594644480,False,,1,https://pbs.twimg.com/media/FJmnaPhXIAE-qPu.jpg,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1484381725761282056,1483897557873049602,2022-01-21 08:25:56 Arabian Standard Time,2022-01-21,08:25:56,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 @supriyasahuias Baby X is just like this haha,en,[],[],[],3458,1419,19027,[],[],https://twitter.com/elonmusk/status/1484381725761282056,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}, {'screen_name': 'supriyasahuias', 'name': 'Supriya Sahu IAS', 'id': '3259726148'}]",,,, +1484321955343785986,1484235625708630026,2022-01-21 04:28:26 Arabian Standard Time,2022-01-21,04:28:26,+0400,44196397,elonmusk,Elon Musk,,@Nitzao @bevedoni Most people have no idea,en,[],[],[],412,425,4715,[],[],https://twitter.com/elonmusk/status/1484321955343785986,False,,0,,,,,,,,"[{'screen_name': 'Nitzao', 'name': 'Nitzao', 'id': '968441645057368064'}, {'screen_name': 'bevedoni', 'name': 'Doniyor', 'id': '1908616248'}]",,,, +1484080284593176576,1483986428262371328,2022-01-20 12:28:07 Arabian Standard Time,2022-01-20,12:28:07,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 Yeah,en,[],[],[],930,479,22083,[],[],https://twitter.com/elonmusk/status/1484080284593176576,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}]",,,, +1484012192915677184,1484012192915677184,2022-01-20 07:57:33 Arabian Standard Time,2022-01-20,07:57:33,+0400,44196397,elonmusk,Elon Musk,,Maybe something like this https://t.co/PUBLdaewt8,en,[],[],[],10799,8637,88384,[],[],https://twitter.com/elonmusk/status/1484012192915677184,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1484012120266219522/pu/img/nimSUZgNGiVpo5D_.jpg,,,,,,,[],,,, +1484009139756056583,1484009139756056583,2022-01-20 07:45:25 Arabian Standard Time,2022-01-20,07:45:25,+0400,44196397,elonmusk,Elon Musk,, https://t.co/rTlxHR4zi1,und,[],[],['https://pbs.twimg.com/media/FJhCcdYX0AMWo16.jpg'],16429,33821,329909,[],[],https://twitter.com/elonmusk/status/1484009139756056583,False,,1,https://pbs.twimg.com/media/FJhCcdYX0AMWo16.jpg,,,,,,,[],,,, +1484002196538671106,1484002196538671106,2022-01-20 07:17:49 Arabian Standard Time,2022-01-20,07:17:49,+0400,44196397,elonmusk,Elon Musk,,Frank & Beans https://t.co/xJfuW6HKs4,en,[],[],[],6179,5329,69209,[],[],https://twitter.com/elonmusk/status/1484002196538671106,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1484002165488291841/pu/img/xgNZvnrpld6ALbkl.jpg,,,,,,,[],,,, +1483907599036780557,1483735902564270081,2022-01-20 01:01:55 Arabian Standard Time,2022-01-20,01:01:55,+0400,44196397,elonmusk,Elon Musk,,@blueskykites @Grimezsz @WholeMarsBlog @SpaceXMR @musky_meme @CovelloMassimo @SpaceX @Kristennetten @EliBurton_ @Erdayastronaut @28delayslater @TeslaAndDoge @bevedoni @TeslaHype @OwenSparks_ @RationalEtienne It’s true – I do think a lot about rocket engine chamber pressure ahaha,en,[],[],[],636,516,17798,[],[],https://twitter.com/elonmusk/status/1483907599036780557,False,,0,,,,,,,,"[{'screen_name': 'blueskykites', 'name': 'Gary Mark🕊Blue Sky Kites', 'id': '87101095'}, {'screen_name': 'Grimezsz', 'name': '𝔊𝔯𝔦𝔪𝔢𝔰 (⌛️,⏳) ᚷᚱᛁᛗᛖᛋ', 'id': '276540738'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'SpaceXMR', 'name': 'r/SpaceXMasterrace', 'id': '1004697063974633472'}, {'screen_name': 'musky_meme', 'name': 'Musky Memes', 'id': '1288744062590173184'}, {'screen_name': 'CovelloMassimo', 'name': 'Thank you for flying with SpaceX', 'id': '543971421'}, {'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}, {'screen_name': 'Kristennetten', 'name': '•K10•♥️🕊🇺🇦 🦊', 'id': '985686123123949568'}, {'screen_name': 'EliBurton_', 'name': 'Eli Burton', 'id': '1060049746713182208'}, {'screen_name': 'Erdayastronaut', 'name': 'Everyday Astronaut', 'id': '3167257102'}, {'screen_name': '28delayslater', 'name': '🇺🇦 🦊 Earl of FrunkPuppy 🇺🇦', 'id': '998140573008695296'}, {'screen_name': 'TeslaAndDoge', 'name': 'Tesla and Doge', 'id': '1336616210767642627'}, {'screen_name': 'bevedoni', 'name': 'Doniyor', 'id': '1908616248'}, {'screen_name': 'TeslaHype', 'name': 'Tesla Hype', 'id': '1311506622821400581'}, {'screen_name': 'OwenSparks_', 'name': 'Owen Sparks 🌎', 'id': '829829626180599808'}, {'screen_name': 'RationalEtienne', 'name': 'Pope of Muskanity', 'id': '2241150253'}]",,,, +1483868696246468614,1483782053611315207,2022-01-19 22:27:20 Arabian Standard Time,2022-01-19,22:27:20,+0400,44196397,elonmusk,Elon Musk,,@hiromichimizuno Same,en,[],[],[],563,291,6327,[],[],https://twitter.com/elonmusk/status/1483868696246468614,False,,0,,,,,,,,"[{'screen_name': 'hiromichimizuno', 'name': 'HIRO MIZUNO', 'id': '72862939'}]",,,, +1483849897925353480,1483849465488363528,2022-01-19 21:12:38 Arabian Standard Time,2022-01-19,21:12:38,+0400,44196397,elonmusk,Elon Musk,,@sdteslaowners @Alandbru Ok,und,[],[],[],280,120,3090,[],[],https://twitter.com/elonmusk/status/1483849897925353480,False,,0,,,,,,,,"[{'screen_name': 'sdteslaowners', 'name': 'Tesla Club — San Diego', 'id': '1230793700831137792'}, {'screen_name': 'Alandbru', 'name': 'Aland≡Bru', 'id': '204259877'}]",,,, +1483849583436390408,1483839349456257027,2022-01-19 21:11:23 Arabian Standard Time,2022-01-19,21:11:23,+0400,44196397,elonmusk,Elon Musk,,@nichegamer But is he playing it on Legendary difficulty?,en,[],[],[],507,338,8471,[],[],https://twitter.com/elonmusk/status/1483849583436390408,False,,0,,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1483741343335821313,1483730195320565763,2022-01-19 14:01:17 Arabian Standard Time,2022-01-19,14:01:17,+0400,44196397,elonmusk,Elon Musk,,@stevenmarkryan Will do our best. Decentralized control of the robots will be critical.,en,[],[],[],618,403,7080,[],[],https://twitter.com/elonmusk/status/1483741343335821313,False,,0,,,,,,,,"[{'screen_name': 'stevenmarkryan', 'name': 'stevenmarkryan', 'id': '31263848'}]",,,, +1483740768145715201,1483680085999640579,2022-01-19 13:59:00 Arabian Standard Time,2022-01-19,13:59:00,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog @RealDanODowd Sheer luck,en,[],[],[],885,231,5241,[],[],https://twitter.com/elonmusk/status/1483740768145715201,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}, {'screen_name': 'RealDanODowd', 'name': ""Dan O'Dowd"", 'id': '1399133612469932036'}]",,,, +1483733179219517443,1483484932961972227,2022-01-19 13:28:51 Arabian Standard Time,2022-01-19,13:28:51,+0400,44196397,elonmusk,Elon Musk,,@AdamSinger I hear versions of this often irl,en,[],[],[],276,142,3327,[],[],https://twitter.com/elonmusk/status/1483733179219517443,False,,0,,,,,,,,"[{'screen_name': 'AdamSinger', 'name': 'Adam Singer', 'id': '14031032'}]",,,, +1483728729545363457,1483728729545363457,2022-01-19 13:11:10 Arabian Standard Time,2022-01-19,13:11:10,+0400,44196397,elonmusk,Elon Musk,,"Tesla AI might play a role in AGI, given that it trains against the outside world, especially with the advent of Optimus",en,[],[],[],9052,6011,88469,[],[],https://twitter.com/elonmusk/status/1483728729545363457,False,,0,,,,,,,,[],,,, +1483717933700366336,1483717933700366336,2022-01-19 12:28:16 Arabian Standard Time,2022-01-19,12:28:16,+0400,44196397,elonmusk,Elon Musk,, https://t.co/n2ivCG4E8b,und,[],[],['https://pbs.twimg.com/media/FJc5mNCWUAE-58s.jpg'],20234,21600,176498,[],[],https://twitter.com/elonmusk/status/1483717933700366336,False,,1,https://pbs.twimg.com/media/FJc5mNCWUAE-58s.jpg,,,,,,,[],,,, +1483633282482847744,1483633282482847744,2022-01-19 06:51:53 Arabian Standard Time,2022-01-19,06:51:53,+0400,44196397,elonmusk,Elon Musk,,Believe in the future!,en,[],[],[],30771,47608,376685,[],[],https://twitter.com/elonmusk/status/1483633282482847744,False,,0,,,,,,,,[],,,, +1483632730298621954,1483631831748685835,2022-01-19 06:49:42 Arabian Standard Time,2022-01-19,06:49:42,+0400,44196397,elonmusk,Elon Musk,,Back to the moon soon,en,[],[],[],8601,8437,111677,[],[],https://twitter.com/elonmusk/status/1483632730298621954,False,,0,,,,,,,,[],,,, +1483631831748685835,1483631831748685835,2022-01-19 06:46:07 Arabian Standard Time,2022-01-19,06:46:07,+0400,44196397,elonmusk,Elon Musk,, https://t.co/vltBvTXExY,und,[],[],['https://pbs.twimg.com/media/FJbrSbnWQAEMb4Y.jpg'],13608,21479,273874,[],[],https://twitter.com/elonmusk/status/1483631831748685835,False,,1,https://pbs.twimg.com/media/FJbrSbnWQAEMb4Y.jpg,,,,,,,[],,,, +1483625107264319492,1483618409573093376,2022-01-19 06:19:24 Arabian Standard Time,2022-01-19,06:19:24,+0400,44196397,elonmusk,Elon Musk,,@SpaceX Another 49 Starlinks reach orbit,en,[],[],[],1393,1221,22322,[],[],https://twitter.com/elonmusk/status/1483625107264319492,False,,0,,,,,,,,"[{'screen_name': 'SpaceX', 'name': 'SpaceX', 'id': '34743251'}]",,,, +1483614923158691840,1483517086446272512,2022-01-19 05:38:56 Arabian Standard Time,2022-01-19,05:38:56,+0400,44196397,elonmusk,Elon Musk,,@PPathole @Tesla I was just there. Good progress!,en,[],[],[],264,247,5149,[],[],https://twitter.com/elonmusk/status/1483614923158691840,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1483600671853223936,1483463148258705413,2022-01-19 04:42:18 Arabian Standard Time,2022-01-19,04:42:18,+0400,44196397,elonmusk,Elon Musk,,@tesla_raj People do not yet understand how valuable an autonomous vehicle will be,en,[],[],[],1561,1018,11087,[],[],https://twitter.com/elonmusk/status/1483600671853223936,False,,0,,,,,,,,"[{'screen_name': 'tesla_raj', 'name': 'Tesla Raj', 'id': '1061504849420836865'}]",,,, +1483593793223991298,1483484932961972227,2022-01-19 04:14:58 Arabian Standard Time,2022-01-19,04:14:58,+0400,44196397,elonmusk,Elon Musk,,@nichegamer https://t.co/mzY5LICG8r,und,[],['https://www.asahi.com/sp/ajw/articles/14509875'],[],105,138,1759,[],[],https://twitter.com/elonmusk/status/1483593793223991298,False,,0,,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1483592644928413698,1483484932961972227,2022-01-19 04:10:25 Arabian Standard Time,2022-01-19,04:10:25,+0400,44196397,elonmusk,Elon Musk,,"@nichegamer Last year, Japan had ~800k births & life expectancy is 85 years (impressively high!), implying future population of only 68M, dropping almost half from current population of 126M. That’s a lot of ghost towns & cities.",en,[],[],[],536,904,7560,[],[],https://twitter.com/elonmusk/status/1483592644928413698,False,,0,,,,,,,,"[{'screen_name': 'nichegamer', 'name': 'Niche Gamer', 'id': '1558996520'}]",,,, +1483570552510025729,1483475624454987778,2022-01-19 02:42:37 Arabian Standard Time,2022-01-19,02:42:37,+0400,44196397,elonmusk,Elon Musk,,@jhall Tragic case of ego/ability>>1,en,[],[],[],178,149,2372,[],[],https://twitter.com/elonmusk/status/1483570552510025729,False,,0,,,,,,,,"[{'screen_name': 'jhall', 'name': 'Jim Hall 🤖 🚀✨', 'id': '778623'}]",,,, +1483526984223367173,1483484932961972227,2022-01-18 23:49:30 Arabian Standard Time,2022-01-18,23:49:30,+0400,44196397,elonmusk,Elon Musk,, https://t.co/OE5bjbf6Gq,und,[],['https://www.bbc.com/news/health-53409521.amp'],[],3285,3026,26956,[],[],https://twitter.com/elonmusk/status/1483526984223367173,False,,0,,,,,,,,[],,,, +1483526459021012998,1483484932961972227,2022-01-18 23:47:25 Arabian Standard Time,2022-01-18,23:47:25,+0400,44196397,elonmusk,Elon Musk,, https://t.co/xMaVipUuYf,und,[],['https://www.npr.org/2021/05/05/993817146/u-s-birth-rate-fell-by-4-in-2020-hitting-another-record-low'],[],2190,2187,25235,[],[],https://twitter.com/elonmusk/status/1483526459021012998,False,,0,,,,,,,,[],,,, +1483486559336910850,1483484932961972227,2022-01-18 21:08:52 Arabian Standard Time,2022-01-18,21:08:52,+0400,44196397,elonmusk,Elon Musk,,"If there aren’t enough people for Earth, then there definitely won’t be enough for Mars ☹️",en,[],[],[],6275,3829,57330,[],[],https://twitter.com/elonmusk/status/1483486559336910850,False,,0,,,,,,,,[],,,, +1483486050731364354,1483484932961972227,2022-01-18 21:06:50 Arabian Standard Time,2022-01-18,21:06:50,+0400,44196397,elonmusk,Elon Musk,,@sweetsinner3 Trying to set a good example 😀,en,[],[],[],718,329,14195,[],[],https://twitter.com/elonmusk/status/1483486050731364354,False,,0,,,,,,,,"[{'screen_name': 'sweetsinner3', 'name': 'Nemo', 'id': '27843263'}]",,,, +1483485872045625352,1483484932961972227,2022-01-18 21:06:08 Arabian Standard Time,2022-01-18,21:06:08,+0400,44196397,elonmusk,Elon Musk,,@lukemiler Exactly,en,[],[],[],357,151,4159,[],[],https://twitter.com/elonmusk/status/1483485872045625352,False,,0,,,,,,,,"[{'screen_name': 'lukemiler', 'name': 'Luke Miler', 'id': '11934902'}]",,,, +1483485798548840450,1483484932961972227,2022-01-18 21:05:50 Arabian Standard Time,2022-01-18,21:05:50,+0400,44196397,elonmusk,Elon Musk,,"UN projections are utter nonsense. Just multiply last year’s births by life expectancy. Given downward trend in birth rate, that is best case unless reversed.",en,[],[],[],2122,2759,43041,[],[],https://twitter.com/elonmusk/status/1483485798548840450,False,,0,,,,,,,,[],,,, +1483484932961972227,1483484932961972227,2022-01-18 21:02:24 Arabian Standard Time,2022-01-18,21:02:24,+0400,44196397,elonmusk,Elon Musk,,We should be much more worried about population collapse,en,[],[],[],23125,20894,196331,[],[],https://twitter.com/elonmusk/status/1483484932961972227,False,,0,,,,,,,,[],,,, +1483465203048189952,1483401283381858305,2022-01-18 19:44:00 Arabian Standard Time,2022-01-18,19:44:00,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 I see where Frank Herbert got some of his ideas,en,[],[],[],794,267,7015,[],[],https://twitter.com/elonmusk/status/1483465203048189952,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1483347625592213504,1478769788184838149,2022-01-18 11:56:47 Arabian Standard Time,2022-01-18,11:56:47,+0400,44196397,elonmusk,Elon Musk,,@heydave7 🤣,und,[],[],[],306,178,4017,[],[],https://twitter.com/elonmusk/status/1483347625592213504,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}]",,,, +1483338057403273218,1483332885457223683,2022-01-18 11:18:46 Arabian Standard Time,2022-01-18,11:18:46,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Yup,und,[],[],[],221,137,2911,[],[],https://twitter.com/elonmusk/status/1483338057403273218,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1483331789477265414,1483284597169278976,2022-01-18 10:53:52 Arabian Standard Time,2022-01-18,10:53:52,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Honestly I woulda clicked it,en,[],[],[],1654,558,8341,[],[],https://twitter.com/elonmusk/status/1483331789477265414,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1483323116126416896,1483321890953318401,2022-01-18 10:19:24 Arabian Standard Time,2022-01-18,10:19:24,+0400,44196397,elonmusk,Elon Musk,,"@teslaownersSV Spatial & temporal memory are improving, so there will be less flicker",en,[],[],[],519,460,11258,[],[],https://twitter.com/elonmusk/status/1483323116126416896,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1483275291472666632,1483268421659803649,2022-01-18 07:09:22 Arabian Standard Time,2022-01-18,07:09:22,+0400,44196397,elonmusk,Elon Musk,,"@SawyerMerritt Yeah, unfortunately this is becoming a security issue",en,[],[],[],884,577,11996,[],[],https://twitter.com/elonmusk/status/1483275291472666632,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1483268997605134338,1483266301766545408,2022-01-18 06:44:21 Arabian Standard Time,2022-01-18,06:44:21,+0400,44196397,elonmusk,Elon Musk,,"@PPathole Cool, we’re both born 69 days after 4/20 haha",en,[],[],[],1566,1425,35827,[],[],https://twitter.com/elonmusk/status/1483268997605134338,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}]",,,, +1483213212556443658,1483182884643086344,2022-01-18 03:02:41 Arabian Standard Time,2022-01-18,03:02:41,+0400,44196397,elonmusk,Elon Musk,,"@DriveTeslaca I obv can’t comment on every rumor, but this isn’t true. Am headed to Berlin mid Feb, not this week.",en,[],[],[],578,393,8502,[],[],https://twitter.com/elonmusk/status/1483213212556443658,False,,0,,,,,,,,"[{'screen_name': 'DriveTeslaca', 'name': 'Drive Tesla 🇨🇦', 'id': '1169348503975317504'}]",,,, +1483183318019493892,1483169102260674560,2022-01-18 01:03:53 Arabian Standard Time,2022-01-18,01:03:53,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Pretty wild,en,[],[],[],1063,673,17002,[],[],https://twitter.com/elonmusk/status/1483183318019493892,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1483168416777347079,1483163469591367681,2022-01-18 00:04:41 Arabian Standard Time,2022-01-18,00:04:41,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k The most entertaining outcome is the most likely,en,[],[],[],3002,3013,22642,[],[],https://twitter.com/elonmusk/status/1483168416777347079,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1483136827141890048,1483135160245579776,2022-01-17 21:59:09 Arabian Standard Time,2022-01-17,21:59:09,+0400,44196397,elonmusk,Elon Musk,,@pmarca Accurate video 🤣,it,[],[],[],397,234,3865,[],[],https://twitter.com/elonmusk/status/1483136827141890048,False,,0,,,,,,,,"[{'screen_name': 'pmarca', 'name': 'Marc Andreessen', 'id': '5943622'}]",,,, +1483123147654283277,1482930037623980032,2022-01-17 21:04:48 Arabian Standard Time,2022-01-17,21:04:48,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog 10.9 going out later this week,en,[],[],[],285,266,3782,[],[],https://twitter.com/elonmusk/status/1483123147654283277,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1483095446893600768,1482930037623980032,2022-01-17 19:14:43 Arabian Standard Time,2022-01-17,19:14:43,+0400,44196397,elonmusk,Elon Musk,,@WholeMarsBlog Indeed 🧐,en,[],[],[],607,373,9287,[],[],https://twitter.com/elonmusk/status/1483095446893600768,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1482940777726681089,1482768608522649603,2022-01-17 09:00:07 Arabian Standard Time,2022-01-17,09:00:07,+0400,44196397,elonmusk,Elon Musk,,@pervocracy 🤣👍,und,[],[],[],404,309,8255,[],[],https://twitter.com/elonmusk/status/1482940777726681089,False,,0,,,,,,,,"[{'screen_name': 'pervocracy', 'name': 'Cliff 🦖 Jerrison 🏳️\u200d⚧️', 'id': '245521460'}]",,,, +1482864773687656462,1482853293814599686,2022-01-17 03:58:06 Arabian Standard Time,2022-01-17,03:58:06,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Yeah,en,[],[],[],793,576,15280,[],[],https://twitter.com/elonmusk/status/1482864773687656462,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1482860632403759118,1482858149900136448,2022-01-17 03:41:39 Arabian Standard Time,2022-01-17,03:41:39,+0400,44196397,elonmusk,Elon Musk,,@NoahWebb_ We will start rolling out FSD beta in Canada cautiously in next 2 to 4 weeks,en,[],[],[],693,550,7322,[],[],https://twitter.com/elonmusk/status/1482860632403759118,False,,0,,,,,,,,"[{'screen_name': 'NoahWebb_', 'name': '🇨🇦 Noah Webb', 'id': '898499274'}]",,,, +1482858399889084416,1482858149900136448,2022-01-17 03:32:47 Arabian Standard Time,2022-01-17,03:32:47,+0400,44196397,elonmusk,Elon Musk,,😅,und,[],[],[],5595,2543,70707,[],[],https://twitter.com/elonmusk/status/1482858399889084416,False,,0,,,,,,,,[],,,, +1482858149900136448,1482858149900136448,2022-01-17 03:31:47 Arabian Standard Time,2022-01-17,03:31:47,+0400,44196397,elonmusk,Elon Musk,,Good thing I never tweet anything controversial https://t.co/T7sD1q1hvd,en,[],[],['https://pbs.twimg.com/media/FJQroIMXIAEde9S.jpg'],14130,24258,260341,[],[],https://twitter.com/elonmusk/status/1482858149900136448,False,,1,https://pbs.twimg.com/media/FJQroIMXIAEde9S.jpg,,,,,,,[],,,, +1482854483017318400,1482624891308605440,2022-01-17 03:17:13 Arabian Standard Time,2022-01-17,03:17:13,+0400,44196397,elonmusk,Elon Musk,,@heydave7 @RealDanODowd @nytimes @Tesla @RealDawnProject Green Hills software is a pile of trash. Linux ftw.,en,[],[],[],580,759,9521,[],[],https://twitter.com/elonmusk/status/1482854483017318400,False,,0,,,,,,,,"[{'screen_name': 'heydave7', 'name': 'Dave Lee', 'id': '29893444'}, {'screen_name': 'RealDanODowd', 'name': ""Dan O'Dowd"", 'id': '1399133612469932036'}, {'screen_name': 'nytimes', 'name': 'The New York Times', 'id': '807095'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'RealDawnProject', 'name': 'The Dawn Project', 'id': '1470496417605160965'}]",,,, +1482853293814599686,1482853293814599686,2022-01-17 03:12:29 Arabian Standard Time,2022-01-17,03:12:29,+0400,44196397,elonmusk,Elon Musk,,It is heartening to see the rise of individualist vs corporate media https://t.co/7w9WDHhO3o,en,[],[],['https://pbs.twimg.com/media/FJQnNdmXsAMKl3G.jpg'],10498,45144,331899,[],[],https://twitter.com/elonmusk/status/1482853293814599686,False,,1,https://pbs.twimg.com/media/FJQnNdmXsAMKl3G.jpg,,,,,,,[],,,, +1482821595798331392,1480326831031173124,2022-01-17 01:06:32 Arabian Standard Time,2022-01-17,01:06:32,+0400,44196397,elonmusk,Elon Musk,,"@lexfridman In theory, it saves landing leg mass & enables immediate reflight of an otherwise unwieldy, giant rocket",en,[],[],[],509,320,7364,[],[],https://twitter.com/elonmusk/status/1482821595798331392,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1482817514476347392,1482809775565926404,2022-01-17 00:50:19 Arabian Standard Time,2022-01-17,00:50:19,+0400,44196397,elonmusk,Elon Musk,,@GerberKawasaki Correct,en,[],[],[],1167,621,12526,[],[],https://twitter.com/elonmusk/status/1482817514476347392,False,,0,,,,,,,,"[{'screen_name': 'GerberKawasaki', 'name': 'Ross Gerber', 'id': '349249475'}]",,,, +1482680396089335809,1482542399503040513,2022-01-16 15:45:27 Arabian Standard Time,2022-01-16,15:45:27,+0400,44196397,elonmusk,Elon Musk,,@TheHorrorMaster Good campaign,en,[],[],[],1927,1250,22961,[],[],https://twitter.com/elonmusk/status/1482680396089335809,False,,0,,,,,,,,"[{'screen_name': 'TheHorrorMaster', 'name': 'John Carpenter', 'id': '91919470'}]",,,, +1482675343219695617,1482611758418341892,2022-01-16 15:25:23 Arabian Standard Time,2022-01-16,15:25:23,+0400,44196397,elonmusk,Elon Musk,,@archillect There sure are a lot of interesting ways to arrange pixels,en,[],[],[],861,478,10650,[],[],https://twitter.com/elonmusk/status/1482675343219695617,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1482639841888198658,1482579303388827651,2022-01-16 13:04:19 Arabian Standard Time,2022-01-16,13:04:19,+0400,44196397,elonmusk,Elon Musk,,@archillect AI in a box that is a hall of mirrors from the inside,en,[],[],[],929,564,11982,[],[],https://twitter.com/elonmusk/status/1482639841888198658,False,,0,,,,,,,,"[{'screen_name': 'archillect', 'name': 'Archillect', 'id': '2907774137'}]",,,, +1482605885352407040,1482598021359706113,2022-01-16 10:49:23 Arabian Standard Time,2022-01-16,10:49:23,+0400,44196397,elonmusk,Elon Musk,,@WorldAndScience Civilization is only ~5000 years old https://t.co/SMHYvKvr3D,en,[],['https://en.m.wikipedia.org/wiki/History_of_writing'],[],967,490,6939,[],[],https://twitter.com/elonmusk/status/1482605885352407040,False,,0,,,,,,,,"[{'screen_name': 'WorldAndScience', 'name': 'World and Science', 'id': '511402689'}]",,,, +1482598301694238723,1482598301694238723,2022-01-16 10:19:15 Arabian Standard Time,2022-01-16,10:19:15,+0400,44196397,elonmusk,Elon Musk,,So informative https://t.co/rTktvhYukK,en,[],[],['https://pbs.twimg.com/media/FJM_SVgVUAIDSWu.jpg'],16346,19225,247354,[],[],https://twitter.com/elonmusk/status/1482598301694238723,False,,1,https://pbs.twimg.com/media/FJM_SVgVUAIDSWu.jpg,,,,,,,[],,,, +1482552643343904770,1482330501289586688,2022-01-16 07:17:49 Arabian Standard Time,2022-01-16,07:17:49,+0400,44196397,elonmusk,Elon Musk,,"@Rainmaker1973 There is a 💯 chance of *all* species extinction due to expansion of the sun, unless humanity makes life multiplanetary",en,[],[],[],1391,947,8608,[],[],https://twitter.com/elonmusk/status/1482552643343904770,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1482526555196715008,1482432138469326850,2022-01-16 05:34:09 Arabian Standard Time,2022-01-16,05:34:09,+0400,44196397,elonmusk,Elon Musk,,@clarkmoody https://t.co/siHLbpx4Ua,und,[],[],['https://pbs.twimg.com/tweet_video_thumb/FJL-BKhVQAE1WRu.jpg'],533,364,6781,[],[],https://twitter.com/elonmusk/status/1482526555196715008,False,,1,https://pbs.twimg.com/tweet_video_thumb/FJL-BKhVQAE1WRu.jpg,,,,,,,[],,,, +1482513670777102340,1482500069643354112,2022-01-16 04:42:57 Arabian Standard Time,2022-01-16,04:42:57,+0400,44196397,elonmusk,Elon Musk,,@DriveTeslaca @Tesla Firmware fix to recalibrate heat pump expansion valve is rolling out now,en,[],[],[],296,350,5033,[],[],https://twitter.com/elonmusk/status/1482513670777102340,False,,0,,,,,,,,"[{'screen_name': 'DriveTeslaca', 'name': 'Drive Tesla 🇨🇦', 'id': '1169348503975317504'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1482503814963863554,1482500069643354112,2022-01-16 04:03:47 Arabian Standard Time,2022-01-16,04:03:47,+0400,44196397,elonmusk,Elon Musk,,@DriveTeslaca @Tesla Fixing this is a high priority,en,[],[],[],393,324,7852,[],[],https://twitter.com/elonmusk/status/1482503814963863554,False,,0,,,,,,,,"[{'screen_name': 'DriveTeslaca', 'name': 'Drive Tesla 🇨🇦', 'id': '1169348503975317504'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1482495353542754308,1482495353542754308,2022-01-16 03:30:10 Arabian Standard Time,2022-01-16,03:30:10,+0400,44196397,elonmusk,Elon Musk,, https://t.co/6qGivJoQf0,und,[],[],[],11914,25056,200424,[],[],https://twitter.com/elonmusk/status/1482495353542754308,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1482495242850869253/pu/img/O5nxpkemE0Fylkfb.jpg,,,,,,,[],,,, +1482424984962101249,1482424984962101249,2022-01-15 22:50:33 Arabian Standard Time,2022-01-15,22:50:33,+0400,44196397,elonmusk,Elon Musk,,1469 Starlink satellites active 272 moving to operational orbits Laser links activate soon,en,[],[],[],11972,11503,145423,[],[],https://twitter.com/elonmusk/status/1482424984962101249,False,,0,,,,,,,,[],,,, +1482414289738625025,1482377478647824392,2022-01-15 22:08:03 Arabian Standard Time,2022-01-15,22:08:03,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt @Tesla Big difference,en,[],[],[],992,637,14951,[],[],https://twitter.com/elonmusk/status/1482414289738625025,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1482248590151983110,1482248590151983110,2022-01-15 11:09:37 Arabian Standard Time,2022-01-15,11:09:37,+0400,44196397,elonmusk,Elon Musk,,🔝,und,[],[],[],26407,17490,194441,[],[],https://twitter.com/elonmusk/status/1482248590151983110,False,,0,,,,,,,,[],,,, +1482193820536033280,1482192751257022464,2022-01-15 07:31:59 Arabian Standard Time,2022-01-15,07:31:59,+0400,44196397,elonmusk,Elon Musk,,@BillyM2k Birds are a myth,en,[],[],[],5974,2039,30302,[],[],https://twitter.com/elonmusk/status/1482193820536033280,False,,0,,,,,,,,"[{'screen_name': 'BillyM2k', 'name': 'Shibetoshi Nakamoto', 'id': '30699048'}]",,,, +1482049467234750466,1481959279166988294,2022-01-14 21:58:22 Arabian Standard Time,2022-01-14,21:58:22,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 😮,und,[],[],[],1279,387,10583,[],[],https://twitter.com/elonmusk/status/1482049467234750466,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1481873421390680065,1481873421390680065,2022-01-14 10:18:50 Arabian Standard Time,2022-01-14,10:18:50,+0400,44196397,elonmusk,Elon Musk,,Tesla merch buyable with Dogecoin,en,[],[],[],38725,51727,332825,[],[],https://twitter.com/elonmusk/status/1481873421390680065,False,,0,,,,,,,,[],,,, +1481851094061891584,1481686559393001481,2022-01-14 08:50:06 Arabian Standard Time,2022-01-14,08:50:06,+0400,44196397,elonmusk,Elon Musk,,"@cleantechnica Yeah, doesn’t make sense",en,[],[],[],763,456,8226,[],[],https://twitter.com/elonmusk/status/1481851094061891584,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1481724767363338246,1481635211322564609,2022-01-14 00:28:08 Arabian Standard Time,2022-01-14,00:28:08,+0400,44196397,elonmusk,Elon Musk,,@Teslarati @ResidentSponge Almost all input is error. Car should do the right thing automatically.,en,[],[],[],1513,513,9527,[],[],https://twitter.com/elonmusk/status/1481724767363338246,False,,0,,,,,,,,"[{'screen_name': 'Teslarati', 'name': 'TESLARATI', 'id': '1308211178'}, {'screen_name': 'ResidentSponge', 'name': 'Simon Alvarez', 'id': '798749450223030272'}]",,,, +1481722895713898507,1481553232400949251,2022-01-14 00:20:42 Arabian Standard Time,2022-01-14,00:20:42,+0400,44196397,elonmusk,Elon Musk,,@askerlee @giffmana Dojo,lt,[],[],[],1218,1102,4686,[],[],https://twitter.com/elonmusk/status/1481722895713898507,False,,0,,,,,,,,"[{'screen_name': 'askerlee', 'name': 'Jeffrey Li', 'id': '109251162'}, {'screen_name': 'giffmana', 'name': 'Lucas Beyer', 'id': '2236047510'}]",,,, +1481617140809613315,1481617006004682756,2022-01-13 17:20:28 Arabian Standard Time,2022-01-13,17:20:28,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Yup,und,[],[],[],558,160,3197,[],[],https://twitter.com/elonmusk/status/1481617140809613315,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1481612450126614532,1481176051803774979,2022-01-13 17:01:49 Arabian Standard Time,2022-01-13,17:01:49,+0400,44196397,elonmusk,Elon Musk,,@wintonARK Turns out … yes,en,[],[],[],318,141,3334,[],[],https://twitter.com/elonmusk/status/1481612450126614532,False,,0,,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1481401280144814083,1481328540646019074,2022-01-13 03:02:42 Arabian Standard Time,2022-01-13,03:02:42,+0400,44196397,elonmusk,Elon Musk,,@PPathole @Tesla Still working through a lot of challenges with the government,en,[],[],[],3734,2265,34821,[],[],https://twitter.com/elonmusk/status/1481401280144814083,False,,0,,,,,,,,"[{'screen_name': 'PPathole', 'name': 'Pranay Pathole', 'id': '1291945442'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1481162567280173058,1481094400147136516,2022-01-12 11:14:09 Arabian Standard Time,2022-01-12,11:14:09,+0400,44196397,elonmusk,Elon Musk,,@Model3Owners Great explanation!,en,[],[],[],406,151,3071,[],[],https://twitter.com/elonmusk/status/1481162567280173058,False,,0,,,,,,,,"[{'screen_name': 'Model3Owners', 'name': '⚡️Tesla Owners Online', 'id': '704835627183788032'}]",,,, +1481120093337751552,1481119747362201603,2022-01-12 08:25:22 Arabian Standard Time,2022-01-12,08:25:22,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed He was truly exceptional,en,[],[],[],636,429,12564,[],[],https://twitter.com/elonmusk/status/1481120093337751552,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1481116331680440324,1481116331680440324,2022-01-12 08:10:25 Arabian Standard Time,2022-01-12,08:10:25,+0400,44196397,elonmusk,Elon Musk,,Bizarre anti-environment move by govt of California,en,[],[],[],9749,9261,70307,[],[],https://twitter.com/elonmusk/status/1481116331680440324,False,https://twitter.com/teslaownersSV/status/1481017320097124358,0,,,,,,,,[],,,, +1481053467003269122,1481033207386570752,2022-01-12 04:00:37 Arabian Standard Time,2022-01-12,04:00:37,+0400,44196397,elonmusk,Elon Musk,,"@vincent13031925 Tesla is working as fast as possible to support Tesla owners worldwide. Sustainable energy affects everyone on Earth, as we all share one atmosphere.",en,[],[],[],820,1120,19634,[],[],https://twitter.com/elonmusk/status/1481053467003269122,False,,0,,,,,,,,"[{'screen_name': 'vincent13031925', 'name': '🕊🇺🇦 vincentyu.eth ᵐᶠᵉʳ', 'id': '1689516060'}]",,,, +1480972449281888260,1480934025145499649,2022-01-11 22:38:41 Arabian Standard Time,2022-01-11,22:38:41,+0400,44196397,elonmusk,Elon Musk,,@ID_AA_Carmack 🤣,und,[],[],[],593,141,3828,[],[],https://twitter.com/elonmusk/status/1480972449281888260,False,,0,,,,,,,,"[{'screen_name': 'ID_AA_Carmack', 'name': 'John Carmack', 'id': '175624200'}]",,,, +1480970625116217346,1479567493215637506,2022-01-11 22:31:26 Arabian Standard Time,2022-01-11,22:31:26,+0400,44196397,elonmusk,Elon Musk,,@moxie Accurate,en,[],[],[],2557,472,5950,[],[],https://twitter.com/elonmusk/status/1480970625116217346,False,,0,,,,,,,,"[{'screen_name': 'moxie', 'name': 'Moxie Marlinspike', 'id': '76980293'}]",,,, +1480756429346725893,1480666683748806657,2022-01-11 08:20:18 Arabian Standard Time,2022-01-11,08:20:18,+0400,44196397,elonmusk,Elon Musk,,@cleantechnica Most people have no idea how fast sustainable energy is growing!,en,[],[],[],2716,2581,36571,[],[],https://twitter.com/elonmusk/status/1480756429346725893,False,,0,,,,,,,,"[{'screen_name': 'cleantechnica', 'name': 'CleanTechnica', 'id': '17060015'}]",,,, +1480564443629207557,1480321209610948615,2022-01-10 19:37:25 Arabian Standard Time,2022-01-10,19:37:25,+0400,44196397,elonmusk,Elon Musk,,"@APompliano If the alarming collapse in birth rate continues, civilization will indeed die with a whimper in adult diapers",en,[],[],[],2045,1127,12864,[],[],https://twitter.com/elonmusk/status/1480564443629207557,False,,0,,,,,,,,"[{'screen_name': 'APompliano', 'name': 'Pomp 🌪', 'id': '339061487'}]",,,, +1480379857016180736,1480366596694720515,2022-01-10 07:23:56 Arabian Standard Time,2022-01-10,07:23:56,+0400,44196397,elonmusk,Elon Musk,,@lexfridman Mind-blowing that over 80% of humans have a smart phone,en,[],[],[],2737,1841,37878,[],[],https://twitter.com/elonmusk/status/1480379857016180736,False,,0,,,,,,,,"[{'screen_name': 'lexfridman', 'name': 'Lex Fridman', 'id': '427089628'}]",,,, +1480326831031173124,1480326831031173124,2022-01-10 03:53:14 Arabian Standard Time,2022-01-10,03:53:14,+0400,44196397,elonmusk,Elon Musk,,Starship launch & catch tower https://t.co/5mLIQwwu0k,en,[],[],[],13502,14868,128156,[],[],https://twitter.com/elonmusk/status/1480326831031173124,False,,1,https://pbs.twimg.com/ext_tw_video_thumb/1480325281638400001/pu/img/BH1iurcyiRRltRyM.jpg,,,,,,,[],,,, +1480093419334782981,1480093419334782981,2022-01-09 12:25:44 Arabian Standard Time,2022-01-09,12:25:44,+0400,44196397,elonmusk,Elon Musk,, https://t.co/uiHoMrpifZ,und,[],[],['https://pbs.twimg.com/media/FIpZHrWWYAEB3k2.jpg'],20541,28875,291881,[],[],https://twitter.com/elonmusk/status/1480093419334782981,False,,1,https://pbs.twimg.com/media/FIpZHrWWYAEB3k2.jpg,,,,,,,[],,,, +1479885341603635207,1479851714240860165,2022-01-08 22:38:55 Arabian Standard Time,2022-01-08,22:38:55,+0400,44196397,elonmusk,Elon Musk,,"@BLKMDL3 @Tesla It’s our best car ever, along with the Plaid X",en,[],[],[],1868,718,23925,[],[],https://twitter.com/elonmusk/status/1479885341603635207,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1479597763251916801,1479589785215782913,2022-01-08 03:36:11 Arabian Standard Time,2022-01-08,03:36:11,+0400,44196397,elonmusk,Elon Musk,,"@WholeMarsBlog It was a mistake to try to use the Elise. In the end, only ~5% of the Elise parts ended up being used. Tesla Roadster is a totally different car.",en,[],[],[],559,340,8297,[],[],https://twitter.com/elonmusk/status/1479597763251916801,False,,0,,,,,,,,"[{'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, +1479596403487916032,1479590995595517958,2022-01-08 03:30:46 Arabian Standard Time,2022-01-08,03:30:46,+0400,44196397,elonmusk,Elon Musk,,@heyitsyashu Monthly subscription price will rise when FSD goes to wide release,en,[],[],[],278,231,3676,[],[],https://twitter.com/elonmusk/status/1479596403487916032,False,,0,,,,,,,,"[{'screen_name': 'heyitsyashu', 'name': 'Yashu Sharma 🍊', 'id': '63776464'}]",,,, +1479595757388845059,1479590995595517958,2022-01-08 03:28:12 Arabian Standard Time,2022-01-08,03:28:12,+0400,44196397,elonmusk,Elon Musk,,FSD price will rise as we get closer to FSD production code release,en,[],[],[],3010,1537,29293,[],[],https://twitter.com/elonmusk/status/1479595757388845059,False,,0,,,,,,,,[],,,, +1479595300360757248,1479590995595517958,2022-01-08 03:26:23 Arabian Standard Time,2022-01-08,03:26:23,+0400,44196397,elonmusk,Elon Musk,,Just in the US,en,[],[],[],2629,1455,29166,[],[],https://twitter.com/elonmusk/status/1479595300360757248,False,,0,,,,,,,,[],,,, +1479590995595517958,1479590995595517958,2022-01-08 03:09:17 Arabian Standard Time,2022-01-08,03:09:17,+0400,44196397,elonmusk,Elon Musk,,Tesla FSD price rising to $12k on Jan 17,en,[],[],[],12564,6040,76089,[],[],https://twitter.com/elonmusk/status/1479590995595517958,False,,0,,,,,,,,[],,,, +1479590174828998663,1479508691221053440,2022-01-08 03:06:01 Arabian Standard Time,2022-01-08,03:06:01,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 Beta 10.9 should be ready in about a week. Beta 11 with single city/highway software stack & many other architectural upgrades probably next month.,en,[],[],[],386,498,5842,[],[],https://twitter.com/elonmusk/status/1479590174828998663,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}]",,,, +1479236333516165121,1479236333516165121,2022-01-07 03:39:59 Arabian Standard Time,2022-01-07,03:39:59,+0400,44196397,elonmusk,Elon Musk,,Starlinks with “lasers” deployed to orbit https://t.co/Y1eg9gl7sJ,en,[],[],['https://pbs.twimg.com/media/FIdNmXtVkAEF0Ss.jpg'],13225,11004,138738,[],[],https://twitter.com/elonmusk/status/1479236333516165121,False,,1,https://pbs.twimg.com/media/FIdNmXtVkAEF0Ss.jpg,,,,,,,[],,,, +1479182795796717571,1479162012970242055,2022-01-07 00:07:15 Arabian Standard Time,2022-01-07,00:07:15,+0400,44196397,elonmusk,Elon Musk,,@Redicnomad Masters of Doom is a great book,en,[],[],[],817,338,9221,[],[],https://twitter.com/elonmusk/status/1479182795796717571,False,,0,,,,,,,,"[{'screen_name': 'Redicnomad', 'name': 'Sauce de Horsey', 'id': '388435114'}]",,,, +1478982460981481472,1478982460981481472,2022-01-06 10:51:11 Arabian Standard Time,2022-01-06,10:51:11,+0400,44196397,elonmusk,Elon Musk,,nice,en,[],[],[],38222,21227,281326,[],[],https://twitter.com/elonmusk/status/1478982460981481472,False,,0,,,,,,,,[],,,, +1478976994712829955,1478719358398513156,2022-01-06 10:29:28 Arabian Standard Time,2022-01-06,10:29:28,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed 👍,und,[],[],[],829,436,14817,[],[],https://twitter.com/elonmusk/status/1478976994712829955,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1478776621867757568,1478423886790152192,2022-01-05 21:13:15 Arabian Standard Time,2022-01-05,21:13:15,+0400,44196397,elonmusk,Elon Musk,,@ScottAdamsSays 🤣🤣,und,[],[],[],596,264,7850,[],[],https://twitter.com/elonmusk/status/1478776621867757568,False,,0,,,,,,,,"[{'screen_name': 'ScottAdamsSays', 'name': 'Scott Adams', 'id': '2853461537'}]",,,, +1478557882639470594,1478477149778579456,2022-01-05 06:44:04 Arabian Standard Time,2022-01-05,06:44:04,+0400,44196397,elonmusk,Elon Musk,,@teslaownersSV Room to improve …,en,[],[],[],942,571,11399,[],[],https://twitter.com/elonmusk/status/1478557882639470594,False,,0,,,,,,,,"[{'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}]",,,, +1478471062882971648,1478381827475791876,2022-01-05 00:59:04 Arabian Standard Time,2022-01-05,00:59:04,+0400,44196397,elonmusk,Elon Musk,,@engineers_feed Earth should be called Water,en,[],[],[],4441,3638,85990,[],[],https://twitter.com/elonmusk/status/1478471062882971648,False,,0,,,,,,,,"[{'screen_name': 'engineers_feed', 'name': 'World of Engineering', 'id': '3429950987'}]",,,, +1478470722854875138,1478391811685109776,2022-01-05 00:57:43 Arabian Standard Time,2022-01-05,00:57:43,+0400,44196397,elonmusk,Elon Musk,,@SawyerMerritt !,und,[],[],[],643,278,8366,[],[],https://twitter.com/elonmusk/status/1478470722854875138,False,,0,,,,,,,,"[{'screen_name': 'SawyerMerritt', 'name': 'Sawyer Merritt 📈🚀', 'id': '243013409'}]",,,, +1478419298032836610,1478419298032836610,2022-01-04 21:33:23 Arabian Standard Time,2022-01-04,21:33:23,+0400,44196397,elonmusk,Elon Musk,, https://t.co/NH4S2wDizC,und,[],[],['https://pbs.twimg.com/media/FIRmg5_VQAAedm3.jpg'],27176,39216,412729,[],[],https://twitter.com/elonmusk/status/1478419298032836610,False,,1,https://pbs.twimg.com/media/FIRmg5_VQAAedm3.jpg,,,,,,,[],,,, +1478308861064867841,1478285768493834240,2022-01-04 14:14:32 Arabian Standard Time,2022-01-04,14:14:32,+0400,44196397,elonmusk,Elon Musk,,@Rainmaker1973 Tonnage to orbit is the more fundamental metric,en,[],[],[],772,353,8714,[],[],https://twitter.com/elonmusk/status/1478308861064867841,False,,0,,,,,,,,"[{'screen_name': 'Rainmaker1973', 'name': 'Massimo', 'id': '177101260'}]",,,, +1478126596896796676,1478112134957453315,2022-01-04 02:10:17 Arabian Standard Time,2022-01-04,02:10:17,+0400,44196397,elonmusk,Elon Musk,,@wintonARK Absolutely. This is just bad math.,en,[],[],[],733,281,6867,[],[],https://twitter.com/elonmusk/status/1478126596896796676,False,,0,,,,,,,,"[{'screen_name': 'wintonARK', 'name': 'Brett Winton', 'id': '760345658'}]",,,, +1478125437553360899,1478125339259768836,2022-01-04 02:05:41 Arabian Standard Time,2022-01-04,02:05:41,+0400,44196397,elonmusk,Elon Musk,,@nextspaceflight @BocaChicaGal Yes,und,[],[],[],199,153,4156,[],[],https://twitter.com/elonmusk/status/1478125437553360899,False,,0,,,,,,,,"[{'screen_name': 'nextspaceflight', 'name': 'Michael Baylor', 'id': '3199948059'}, {'screen_name': 'BocaChicaGal', 'name': 'Mary', 'id': '1077756486997168128'}]",,,, +1478125263233990657,1093423297130156033,2022-01-04 02:04:59 Arabian Standard Time,2022-01-04,02:04:59,+0400,44196397,elonmusk,Elon Musk,,Raptor 2 now operates routinely at 300 bar main chamber pressure,en,[],[],[],2869,2406,57660,[],[],https://twitter.com/elonmusk/status/1478125263233990657,False,,0,,,,,,,,[],,,, +1478074724198633476,1478069658687266818,2022-01-03 22:44:10 Arabian Standard Time,2022-01-03,22:44:10,+0400,44196397,elonmusk,Elon Musk,,@jack Reminds me of when I hex edited Ultima V to get out of the final maze,en,[],[],[],1435,660,14066,[],[],https://twitter.com/elonmusk/status/1478074724198633476,False,,0,,,,,,,,"[{'screen_name': 'jack', 'name': 'jack⚡️', 'id': '12'}]",,,, +1478071525660147720,1477989974008020992,2022-01-03 22:31:27 Arabian Standard Time,2022-01-03,22:31:27,+0400,44196397,elonmusk,Elon Musk,,@ClaudioOmbrella @Tesla @slcuervo @alex_avoigt @ClubTeslaES @teslaownersSV @TeslaSchweiz @TeslaMotorsClub @vaielettrico 🇨🇭Yay Switzerland!! 🇨🇭,en,[],[],[],432,265,4361,[],[],https://twitter.com/elonmusk/status/1478071525660147720,False,,0,,,,,,,,"[{'screen_name': 'ClaudioOmbrella', 'name': 'Claudio Ombrella', 'id': '3198942929'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}, {'screen_name': 'slcuervo', 'name': 'Saul Lopez', 'id': '57960896'}, {'screen_name': 'alex_avoigt', 'name': 'Alex', 'id': '718747351792398336'}, {'screen_name': 'ClubTeslaES', 'name': 'Club Tesla España (💉)', 'id': '716976549946335232'}, {'screen_name': 'teslaownersSV', 'name': 'Tesla Silicon Valley Club', 'id': '1016059981907386368'}, {'screen_name': 'TeslaSchweiz', 'name': 'Tesla Community Schweiz 🇺🇦', 'id': '1322380968'}, {'screen_name': 'TeslaMotorsClub', 'name': 'Tesla Motors Club', 'id': '18200793'}, {'screen_name': 'vaielettrico', 'name': 'Vaielettrico', 'id': '917267255217573890'}]",,,, +1477836846218592259,1477636317831966723,2022-01-03 06:58:55 Arabian Standard Time,2022-01-03,06:58:55,+0400,44196397,elonmusk,Elon Musk,,@auren There is no way to be in touch with voters when you’re three generations away from voting age,en,[],[],[],771,789,12098,[],[],https://twitter.com/elonmusk/status/1477836846218592259,False,,0,,,,,,,,"[{'screen_name': 'auren', 'name': 'Auren 𝐇𝐨𝐟𝐟𝐦𝐚𝐧', 'id': '13294'}]",,,, +1477775713172402176,1477775713172402176,2022-01-03 02:56:00 Arabian Standard Time,2022-01-03,02:56:00,+0400,44196397,elonmusk,Elon Musk,, https://t.co/LA9hPzVlGx,und,[],[],['https://pbs.twimg.com/media/FIIdLYoXoAEd2j_.jpg'],25611,51383,473530,[],[],https://twitter.com/elonmusk/status/1477775713172402176,False,,1,https://pbs.twimg.com/media/FIIdLYoXoAEd2j_.jpg,,,,,,,[],,,, +1477706142461706248,1477706142461706248,2022-01-02 22:19:33 Arabian Standard Time,2022-01-02,22:19:33,+0400,44196397,elonmusk,Elon Musk,,Let’s make the roaring 20’s happen!,en,[],[],[],22500,26951,320201,[],[],https://twitter.com/elonmusk/status/1477706142461706248,False,,0,,,,,,,,[],,,, +1477700424933253123,1477700424933253123,2022-01-02 21:56:50 Arabian Standard Time,2022-01-02,21:56:50,+0400,44196397,elonmusk,Elon Musk,,Great work by Tesla team worldwide!,en,[],[],[],5630,4459,66405,[],[],https://twitter.com/elonmusk/status/1477700424933253123,False,https://twitter.com/Tesla/status/1477691175897341955,0,,,,,,,,[],,,, +1477096955658579974,1476958174439567360,2022-01-01 05:58:52 Arabian Standard Time,2022-01-01,05:58:52,+0400,44196397,elonmusk,Elon Musk,,@BLKMDL3 @Tesla 🔥,und,[],[],[],1074,472,45704,[],[],https://twitter.com/elonmusk/status/1477096955658579974,False,,0,,,,,,,,"[{'screen_name': 'BLKMDL3', 'name': 'Zack', 'id': '988975103785365504'}, {'screen_name': 'Tesla', 'name': 'Tesla', 'id': '13298072'}]",,,, +1477080438049058818,1476768985509212162,2022-01-01 04:53:13 Arabian Standard Time,2022-01-01,04:53:13,+0400,44196397,elonmusk,Elon Musk,,@MiFSDBetaTester @WholeMarsBlog 🤣,und,[],[],[],327,151,4127,[],[],https://twitter.com/elonmusk/status/1477080438049058818,False,,0,,,,,,,,"[{'screen_name': 'MiFSDBetaTester', 'name': 'RJG', 'id': '960186612406628352'}, {'screen_name': 'WholeMarsBlog', 'name': 'Whole Mars Catalog', 'id': '1263491240336769026'}]",,,, diff --git a/task1/Readme.txt b/task1/Readme.txt new file mode 100644 index 0000000..2b629c4 --- /dev/null +++ b/task1/Readme.txt @@ -0,0 +1,37 @@ +The objective is to take a sentence, slice it into individual text and produce a label that summarizes the sentiment of this text, e.g., positive and negative. + +Classify the tweets of Elon musk from 2010-2022 and whether they had a positive or negative impact + +1) importing necessary libraries and downloading stopwords Corpus + +2) downloading all tweets of Elon musk from 2010-2022 and creating a dataset using that + +3) fetch the sentiment type of every tweet to classify it as a positive or a negative tweet + +4) removing '@names' from tweets and keeping cleaned tweets in a new column called tidy-tweets + +5) removing links like 'HTTP/HTTPS from tidy-tweets + +6) Removing tweets with empty text and dropping duplicates rows + +7) Remove punctuation, numbers, and special characters and keep them in a new column, 'absolute_tidy_tweets.' + +8)Tokenize the tweets in absolute_tidy_tweets. Convert words to lemma and join all tokens to sentences. + +9) preprocess the phrase terms and set grammatical rules to identify the phrase + +10) convert textual representation in the form of Numeric Features + +11) predict using a naive_classifier and find the accuracy score + +Developed a model based on a naive Bayes classifier which predicts whether the tweets have positive or negative impacts based on keywords and critical phrases extracted from the tweets. + +Fetching the sentiment using NLTK's SIA + +Converting words to lemma using wordnet lemmatizer + +Use phrase extract helper in preprocessing phrase terms. + +Feature extraction TF-IDF (Term Frequency - Inverse Document Frequency) + +After preprocessing all the tweets of Elon Musk from 2010-2022, Tokenizing and lemmatization for keyword-extract and key-phrase extract, predict whether it has a positive or negative impact. \ No newline at end of file diff --git a/task1/sentiment_analysis_twitter_(1).ipynb b/task1/sentiment_analysis_twitter_(1).ipynb new file mode 100644 index 0000000..7fc7a94 --- /dev/null +++ b/task1/sentiment_analysis_twitter_(1).ipynb @@ -0,0 +1,4144 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "provenance": [] + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + }, + "language_info": { + "name": "python" + } + }, + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "fhCjU3eMlyFL" + }, + "outputs": [], + "source": [ + "import numpy as np \n", + "import pandas as pd \n", + "import matplotlib.pyplot as plt \n", + "import seaborn as sns\n", + "import re\n", + "import time\n", + "import string\n", + "import warnings" + ] + }, + { + "cell_type": "code", + "source": [ + "import nltk\n", + "from nltk.corpus import stopwords\n", + "from nltk.tokenize import sent_tokenize, word_tokenize\n", + "from nltk.sentiment.vader import SentimentIntensityAnalyzer\n", + "from nltk.stem import WordNetLemmatizer\n", + "from nltk.stem.porter import *\n", + "from nltk.classify import NaiveBayesClassifier\n", + "from wordcloud import WordCloud\n", + "\n", + "from sklearn.feature_extraction.text import CountVectorizer, TfidfVectorizer\n", + "from sklearn.linear_model import LogisticRegression\n", + "from sklearn.model_selection import train_test_split\n", + "from sklearn.metrics import f1_score, confusion_matrix, accuracy_score\n", + "from sklearn.svm import SVC\n", + "from sklearn.naive_bayes import GaussianNB\n", + "\n", + "from textblob import TextBlob\n", + "from textblob.sentiments import NaiveBayesAnalyzer\n", + "from textblob.np_extractors import ConllExtractor\n", + "import pickle\n", + "from sklearn.feature_extraction.text import CountVectorizer \n", + "from sklearn.pipeline import make_pipeline\n", + "from nltk.tokenize import RegexpTokenizer\n" + ], + "metadata": { + "id": "UAer7uo7mDHl" + }, + "execution_count": null, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "warnings.filterwarnings(\"ignore\", category=DeprecationWarning)\n", + "nltk.download('stopwords')\n", + "nltk.download('wordnet')\n", + "nltk.download('vader_lexicon')\n", + "nltk.download('averaged_perceptron_tagger')\n", + "nltk.download('movie_reviews')\n", + "nltk.download('punkt')\n", + "nltk.download('conll2000')\n", + "nltk.download('brown')\n", + "stopwords = set(stopwords.words(\"english\"))\n", + "%matplotlib inline" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "luacBtTXmY2J", + "outputId": "a2cdef93-47cd-493f-db06-dec755c3d189" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "[nltk_data] Downloading package stopwords to /root/nltk_data...\n", + "[nltk_data] Unzipping corpora/stopwords.zip.\n", + "[nltk_data] Downloading package wordnet to /root/nltk_data...\n", + "[nltk_data] Downloading package vader_lexicon to /root/nltk_data...\n", + "[nltk_data] Downloading package averaged_perceptron_tagger to\n", + "[nltk_data] /root/nltk_data...\n", + "[nltk_data] Unzipping taggers/averaged_perceptron_tagger.zip.\n", + "[nltk_data] Downloading package movie_reviews to /root/nltk_data...\n", + "[nltk_data] Unzipping corpora/movie_reviews.zip.\n", + "[nltk_data] Downloading package punkt to /root/nltk_data...\n", + "[nltk_data] Unzipping tokenizers/punkt.zip.\n", + "[nltk_data] Downloading package conll2000 to /root/nltk_data...\n", + "[nltk_data] Unzipping corpora/conll2000.zip.\n", + "[nltk_data] Downloading package brown to /root/nltk_data...\n", + "[nltk_data] Unzipping corpora/brown.zip.\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "from google.colab import files\n", + "uploaded = files.upload()" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 489 + }, + "id": "4Ma7FzXRnmIF", + "outputId": "d3afa3ab-fa76-4108-aca7-d671c5504358" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "display_data", + "data": { + "text/plain": [ + "" + ], + "text/html": [ + "\n", + " \n", + " \n", + " Upload widget is only available when the cell has been executed in the\n", + " current browser session. Please rerun this cell to enable.\n", + " \n", + " " + ] + }, + "metadata": {} + }, + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Saving 2010.csv to 2010 (1).csv\n", + "Saving 2011.csv to 2011.csv\n", + "Saving 2012.csv to 2012.csv\n", + "Saving 2013.csv to 2013.csv\n", + "Saving 2014.csv to 2014.csv\n", + "Saving 2015.csv to 2015.csv\n", + "Saving 2016.csv to 2016.csv\n", + "Saving 2017.csv to 2017.csv\n", + "Saving 2018.csv to 2018.csv\n", + "Saving 2019.csv to 2019.csv\n", + "Saving 2020.csv to 2020.csv\n", + "Saving 2021.csv to 2021.csv\n", + "Saving 2022.csv to 2022.csv\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "df = pd.concat(map(pd.read_csv, ['2010.csv','2011.csv','2012.csv','2013.csv','2014.csv','2015.csv','2016.csv','2017.csv','2018.csv','2019.csv','2020.csv','2021.csv','2022.csv']))" + ], + "metadata": { + "id": "1y5s7NPTwhAS" + }, + "execution_count": null, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "df.head()" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 612 + }, + "id": "lmoFEop4xTBi", + "outputId": "0c1642bb-d1b7-4dda-a9dd-e6ac397a45d3" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " Unnamed: 0 id conversation_id created_at \\\n", + "0 0.0 15434727182 15434727182 1275676317000.0 \n", + "0 0.0 152153637639028736 152151847614943233 1325111228000.0 \n", + "1 1.0 151809315026636800 151809315026636800 1325029135000.0 \n", + "2 2.0 151338939389706242 151338939389706242 1324916990000.0 \n", + "3 3.0 151337237429239808 151337237429239808 1324916584000.0 \n", + "\n", + " date timezone place \\\n", + "0 2010-06-04 18:31:57 0 NaN \n", + "0 2011-12-28 22:27:08 0 NaN \n", + "1 2011-12-27 23:38:55 0 NaN \n", + "2 2011-12-26 16:29:50 0 NaN \n", + "3 2011-12-26 16:23:04 0 NaN \n", + "\n", + " tweet language hashtags ... \\\n", + "0 Please ignore prior tweets, as that was someon... en [] ... \n", + "0 @TheOnion So true :) en [] ... \n", + "1 If you ever wanted to know the *real* truth ab... en [] ... \n", + "2 Walked around a neighborhood recently rebuilt ... en [] ... \n", + "3 It was Xmas, so we brought presents for the ki... en [] ... \n", + "\n", + " reply_to retweet_date translate trans_src trans_dest time mentions \\\n", + "0 [] NaN NaN NaN NaN NaN NaN \n", + "0 [] NaN NaN NaN NaN NaN NaN \n", + "1 [] NaN NaN NaN NaN NaN NaN \n", + "2 [] NaN NaN NaN NaN NaN NaN \n", + "3 [] NaN NaN NaN NaN NaN NaN \n", + "\n", + " replies_count retweets_count likes_count \n", + "0 NaN NaN NaN \n", + "0 NaN NaN NaN \n", + "1 NaN NaN NaN \n", + "2 NaN NaN NaN \n", + "3 NaN NaN NaN \n", + "\n", + "[5 rows x 44 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0idconversation_idcreated_atdatetimezoneplacetweetlanguagehashtags...reply_toretweet_datetranslatetrans_srctrans_desttimementionsreplies_countretweets_countlikes_count
00.015434727182154347271821275676317000.02010-06-04 18:31:570NaNPlease ignore prior tweets, as that was someon...en[]...[]NaNNaNNaNNaNNaNNaNNaNNaNNaN
00.01521536376390287361521518476149432331325111228000.02011-12-28 22:27:080NaN@TheOnion So true :)en[]...[]NaNNaNNaNNaNNaNNaNNaNNaNNaN
11.01518093150266368001518093150266368001325029135000.02011-12-27 23:38:550NaNIf you ever wanted to know the *real* truth ab...en[]...[]NaNNaNNaNNaNNaNNaNNaNNaNNaN
22.01513389393897062421513389393897062421324916990000.02011-12-26 16:29:500NaNWalked around a neighborhood recently rebuilt ...en[]...[]NaNNaNNaNNaNNaNNaNNaNNaNNaN
33.01513372374292398081513372374292398081324916584000.02011-12-26 16:23:040NaNIt was Xmas, so we brought presents for the ki...en[]...[]NaNNaNNaNNaNNaNNaNNaNNaNNaN
\n", + "

5 rows × 44 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 14 + } + ] + }, + { + "cell_type": "code", + "source": [ + "def fetch_sentiment_using_SIA(text):\n", + " sid = SentimentIntensityAnalyzer()\n", + " polarity_scores = sid.polarity_scores(text)\n", + " return 'neg' if polarity_scores['neg'] > polarity_scores['pos'] else 'pos'" + ], + "metadata": { + "id": "imGhNpRfxt5u" + }, + "execution_count": null, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "sentiments_using_SIA = df.tweet.apply(lambda tweet: fetch_sentiment_using_SIA(tweet))\n", + "pd.DataFrame(sentiments_using_SIA.value_counts())" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 112 + }, + "id": "DAmjvJXdA2i5", + "outputId": "b3311dc5-7773-481b-8f6f-23fdc01ec451" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " tweet\n", + "pos 29713\n", + "neg 5165" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
tweet
pos29713
neg5165
\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 18 + } + ] + }, + { + "cell_type": "code", + "source": [ + "def remove_pattern(text, pattern_regex):\n", + " r = re.findall(pattern_regex, text)\n", + " for i in r:\n", + " text = re.sub(i, '', text)\n", + " \n", + " return text " + ], + "metadata": { + "id": "OFVilJDd107f" + }, + "execution_count": null, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "df['tidy_tweets'] = np.vectorize(remove_pattern)(df['tweet'], \"@[\\w]*: | *RT*\")\n", + "df.head(10)" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 1000 + }, + "id": "otfq0QRL199V", + "outputId": "c4eea647-c988-4416-9aab-63a8d478e369" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " Unnamed: 0 id conversation_id created_at \\\n", + "0 0.0 15434727182 15434727182 1275676317000.0 \n", + "0 0.0 152153637639028736 152151847614943233 1325111228000.0 \n", + "1 1.0 151809315026636800 151809315026636800 1325029135000.0 \n", + "2 2.0 151338939389706242 151338939389706242 1324916990000.0 \n", + "3 3.0 151337237429239808 151337237429239808 1324916584000.0 \n", + "4 4.0 151327734843445249 151327734843445249 1324914318000.0 \n", + "5 5.0 151322293174419456 151322293174419456 1324913020000.0 \n", + "6 6.0 151317672217419777 151317672217419777 1324911919000.0 \n", + "7 7.0 151151777662779392 151151777662779392 1324872366000.0 \n", + "8 8.0 150390624552615937 150390624552615937 1324690893000.0 \n", + "\n", + " date timezone place \\\n", + "0 2010-06-04 18:31:57 0 NaN \n", + "0 2011-12-28 22:27:08 0 NaN \n", + "1 2011-12-27 23:38:55 0 NaN \n", + "2 2011-12-26 16:29:50 0 NaN \n", + "3 2011-12-26 16:23:04 0 NaN \n", + "4 2011-12-26 15:45:18 0 NaN \n", + "5 2011-12-26 15:23:40 0 NaN \n", + "6 2011-12-26 15:05:19 0 NaN \n", + "7 2011-12-26 04:06:06 0 NaN \n", + "8 2011-12-24 01:41:33 0 NaN \n", + "\n", + " tweet language hashtags ... \\\n", + "0 Please ignore prior tweets, as that was someon... en [] ... \n", + "0 @TheOnion So true :) en [] ... \n", + "1 If you ever wanted to know the *real* truth ab... en [] ... \n", + "2 Walked around a neighborhood recently rebuilt ... en [] ... \n", + "3 It was Xmas, so we brought presents for the ki... en [] ... \n", + "4 Met with UNICEF, Doctors Without Borders and A... en [] ... \n", + "5 Just returned from a trip to Haiti. Covered a ... en [] ... \n", + "6 Single character Tweets are the ulitmate exten... en [] ... \n", + "7 I und [] ... \n", + "8 The Russians are having some challenges with t... en [] ... \n", + "\n", + " retweet_date translate trans_src trans_dest time mentions replies_count \\\n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "1 NaN NaN NaN NaN NaN NaN NaN \n", + "2 NaN NaN NaN NaN NaN NaN NaN \n", + "3 NaN NaN NaN NaN NaN NaN NaN \n", + "4 NaN NaN NaN NaN NaN NaN NaN \n", + "5 NaN NaN NaN NaN NaN NaN NaN \n", + "6 NaN NaN NaN NaN NaN NaN NaN \n", + "7 NaN NaN NaN NaN NaN NaN NaN \n", + "8 NaN NaN NaN NaN NaN NaN NaN \n", + "\n", + " retweets_count likes_count \\\n", + "0 NaN NaN \n", + "0 NaN NaN \n", + "1 NaN NaN \n", + "2 NaN NaN \n", + "3 NaN NaN \n", + "4 NaN NaN \n", + "5 NaN NaN \n", + "6 NaN NaN \n", + "7 NaN NaN \n", + "8 NaN NaN \n", + "\n", + " tidy_tweets \n", + "0 Please ignore prior tweets, as that was someon... \n", + "0 @TheOnion So true :) \n", + "1 If you ever wanted to know the *real* truth ab... \n", + "2 Walked around a neighborhood recently rebuilt ... \n", + "3 It was Xmas, so we brought presents for the ki... \n", + "4 Met with UNICEF, Doctors Without Borders and A... \n", + "5 Just returned from a trip to Haiti. Covered a ... \n", + "6 Single character Tweets are the ulitmate exten... \n", + "7 I \n", + "8 Theussians are having some challenges with the... \n", + "\n", + "[10 rows x 45 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0idconversation_idcreated_atdatetimezoneplacetweetlanguagehashtags...retweet_datetranslatetrans_srctrans_desttimementionsreplies_countretweets_countlikes_counttidy_tweets
00.015434727182154347271821275676317000.02010-06-04 18:31:570NaNPlease ignore prior tweets, as that was someon...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNPlease ignore prior tweets, as that was someon...
00.01521536376390287361521518476149432331325111228000.02011-12-28 22:27:080NaN@TheOnion So true :)en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaN@TheOnion So true :)
11.01518093150266368001518093150266368001325029135000.02011-12-27 23:38:550NaNIf you ever wanted to know the *real* truth ab...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIf you ever wanted to know the *real* truth ab...
22.01513389393897062421513389393897062421324916990000.02011-12-26 16:29:500NaNWalked around a neighborhood recently rebuilt ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNWalked around a neighborhood recently rebuilt ...
33.01513372374292398081513372374292398081324916584000.02011-12-26 16:23:040NaNIt was Xmas, so we brought presents for the ki...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIt was Xmas, so we brought presents for the ki...
44.01513277348434452491513277348434452491324914318000.02011-12-26 15:45:180NaNMet with UNICEF, Doctors Without Borders and A...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNMet with UNICEF, Doctors Without Borders and A...
55.01513222931744194561513222931744194561324913020000.02011-12-26 15:23:400NaNJust returned from a trip to Haiti. Covered a ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNJust returned from a trip to Haiti. Covered a ...
66.01513176722174197771513176722174197771324911919000.02011-12-26 15:05:190NaNSingle character Tweets are the ulitmate exten...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNSingle character Tweets are the ulitmate exten...
77.01511517776627793921511517776627793921324872366000.02011-12-26 04:06:060NaNIund[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNI
88.01503906245526159371503906245526159371324690893000.02011-12-24 01:41:330NaNThe Russians are having some challenges with t...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNTheussians are having some challenges with the...
\n", + "

10 rows × 45 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 20 + } + ] + }, + { + "cell_type": "code", + "source": [ + "cleaned_tweets = []\n", + "\n", + "for index, row in df.iterrows():\n", + " words_without_links = [word for word in row.tidy_tweets.split() if 'http' not in word]\n", + " cleaned_tweets.append(' '.join(words_without_links))\n", + "\n", + "df['tidy_tweets'] = cleaned_tweets\n", + "df.head(10)" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 1000 + }, + "id": "Ghsr1A6x3A39", + "outputId": "a5208a0b-ff78-46f4-b41a-70f5d3e918f6" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " Unnamed: 0 id conversation_id created_at \\\n", + "0 0.0 15434727182 15434727182 1275676317000.0 \n", + "0 0.0 152153637639028736 152151847614943233 1325111228000.0 \n", + "1 1.0 151809315026636800 151809315026636800 1325029135000.0 \n", + "2 2.0 151338939389706242 151338939389706242 1324916990000.0 \n", + "3 3.0 151337237429239808 151337237429239808 1324916584000.0 \n", + "4 4.0 151327734843445249 151327734843445249 1324914318000.0 \n", + "5 5.0 151322293174419456 151322293174419456 1324913020000.0 \n", + "6 6.0 151317672217419777 151317672217419777 1324911919000.0 \n", + "7 7.0 151151777662779392 151151777662779392 1324872366000.0 \n", + "8 8.0 150390624552615937 150390624552615937 1324690893000.0 \n", + "\n", + " date timezone place \\\n", + "0 2010-06-04 18:31:57 0 NaN \n", + "0 2011-12-28 22:27:08 0 NaN \n", + "1 2011-12-27 23:38:55 0 NaN \n", + "2 2011-12-26 16:29:50 0 NaN \n", + "3 2011-12-26 16:23:04 0 NaN \n", + "4 2011-12-26 15:45:18 0 NaN \n", + "5 2011-12-26 15:23:40 0 NaN \n", + "6 2011-12-26 15:05:19 0 NaN \n", + "7 2011-12-26 04:06:06 0 NaN \n", + "8 2011-12-24 01:41:33 0 NaN \n", + "\n", + " tweet language hashtags ... \\\n", + "0 Please ignore prior tweets, as that was someon... en [] ... \n", + "0 @TheOnion So true :) en [] ... \n", + "1 If you ever wanted to know the *real* truth ab... en [] ... \n", + "2 Walked around a neighborhood recently rebuilt ... en [] ... \n", + "3 It was Xmas, so we brought presents for the ki... en [] ... \n", + "4 Met with UNICEF, Doctors Without Borders and A... en [] ... \n", + "5 Just returned from a trip to Haiti. Covered a ... en [] ... \n", + "6 Single character Tweets are the ulitmate exten... en [] ... \n", + "7 I und [] ... \n", + "8 The Russians are having some challenges with t... en [] ... \n", + "\n", + " retweet_date translate trans_src trans_dest time mentions replies_count \\\n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "1 NaN NaN NaN NaN NaN NaN NaN \n", + "2 NaN NaN NaN NaN NaN NaN NaN \n", + "3 NaN NaN NaN NaN NaN NaN NaN \n", + "4 NaN NaN NaN NaN NaN NaN NaN \n", + "5 NaN NaN NaN NaN NaN NaN NaN \n", + "6 NaN NaN NaN NaN NaN NaN NaN \n", + "7 NaN NaN NaN NaN NaN NaN NaN \n", + "8 NaN NaN NaN NaN NaN NaN NaN \n", + "\n", + " retweets_count likes_count \\\n", + "0 NaN NaN \n", + "0 NaN NaN \n", + "1 NaN NaN \n", + "2 NaN NaN \n", + "3 NaN NaN \n", + "4 NaN NaN \n", + "5 NaN NaN \n", + "6 NaN NaN \n", + "7 NaN NaN \n", + "8 NaN NaN \n", + "\n", + " tidy_tweets \n", + "0 Please ignore prior tweets, as that was someon... \n", + "0 @TheOnion So true :) \n", + "1 If you ever wanted to know the *real* truth ab... \n", + "2 Walked around a neighborhood recently rebuilt ... \n", + "3 It was Xmas, so we brought presents for the ki... \n", + "4 Met with UNICEF, Doctors Without Borders and A... \n", + "5 Just returned from a trip to Haiti. Covered a ... \n", + "6 Single character Tweets are the ulitmate exten... \n", + "7 I \n", + "8 Theussians are having some challenges with the... \n", + "\n", + "[10 rows x 45 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0idconversation_idcreated_atdatetimezoneplacetweetlanguagehashtags...retweet_datetranslatetrans_srctrans_desttimementionsreplies_countretweets_countlikes_counttidy_tweets
00.015434727182154347271821275676317000.02010-06-04 18:31:570NaNPlease ignore prior tweets, as that was someon...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNPlease ignore prior tweets, as that was someon...
00.01521536376390287361521518476149432331325111228000.02011-12-28 22:27:080NaN@TheOnion So true :)en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaN@TheOnion So true :)
11.01518093150266368001518093150266368001325029135000.02011-12-27 23:38:550NaNIf you ever wanted to know the *real* truth ab...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIf you ever wanted to know the *real* truth ab...
22.01513389393897062421513389393897062421324916990000.02011-12-26 16:29:500NaNWalked around a neighborhood recently rebuilt ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNWalked around a neighborhood recently rebuilt ...
33.01513372374292398081513372374292398081324916584000.02011-12-26 16:23:040NaNIt was Xmas, so we brought presents for the ki...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIt was Xmas, so we brought presents for the ki...
44.01513277348434452491513277348434452491324914318000.02011-12-26 15:45:180NaNMet with UNICEF, Doctors Without Borders and A...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNMet with UNICEF, Doctors Without Borders and A...
55.01513222931744194561513222931744194561324913020000.02011-12-26 15:23:400NaNJust returned from a trip to Haiti. Covered a ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNJust returned from a trip to Haiti. Covered a ...
66.01513176722174197771513176722174197771324911919000.02011-12-26 15:05:190NaNSingle character Tweets are the ulitmate exten...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNSingle character Tweets are the ulitmate exten...
77.01511517776627793921511517776627793921324872366000.02011-12-26 04:06:060NaNIund[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNI
88.01503906245526159371503906245526159371324690893000.02011-12-24 01:41:330NaNThe Russians are having some challenges with t...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNTheussians are having some challenges with the...
\n", + "

10 rows × 45 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 21 + } + ] + }, + { + "cell_type": "code", + "source": [ + "df = df[df['tidy_tweets']!='']\n", + "df.head()" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 612 + }, + "id": "TB1O9K1z4fw2", + "outputId": "4f7dec56-d3af-4065-fa31-ee596fc471b4" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " Unnamed: 0 id conversation_id created_at \\\n", + "0 0.0 15434727182 15434727182 1275676317000.0 \n", + "0 0.0 152153637639028736 152151847614943233 1325111228000.0 \n", + "1 1.0 151809315026636800 151809315026636800 1325029135000.0 \n", + "2 2.0 151338939389706242 151338939389706242 1324916990000.0 \n", + "3 3.0 151337237429239808 151337237429239808 1324916584000.0 \n", + "\n", + " date timezone place \\\n", + "0 2010-06-04 18:31:57 0 NaN \n", + "0 2011-12-28 22:27:08 0 NaN \n", + "1 2011-12-27 23:38:55 0 NaN \n", + "2 2011-12-26 16:29:50 0 NaN \n", + "3 2011-12-26 16:23:04 0 NaN \n", + "\n", + " tweet language hashtags ... \\\n", + "0 Please ignore prior tweets, as that was someon... en [] ... \n", + "0 @TheOnion So true :) en [] ... \n", + "1 If you ever wanted to know the *real* truth ab... en [] ... \n", + "2 Walked around a neighborhood recently rebuilt ... en [] ... \n", + "3 It was Xmas, so we brought presents for the ki... en [] ... \n", + "\n", + " retweet_date translate trans_src trans_dest time mentions replies_count \\\n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "1 NaN NaN NaN NaN NaN NaN NaN \n", + "2 NaN NaN NaN NaN NaN NaN NaN \n", + "3 NaN NaN NaN NaN NaN NaN NaN \n", + "\n", + " retweets_count likes_count \\\n", + "0 NaN NaN \n", + "0 NaN NaN \n", + "1 NaN NaN \n", + "2 NaN NaN \n", + "3 NaN NaN \n", + "\n", + " tidy_tweets \n", + "0 Please ignore prior tweets, as that was someon... \n", + "0 @TheOnion So true :) \n", + "1 If you ever wanted to know the *real* truth ab... \n", + "2 Walked around a neighborhood recently rebuilt ... \n", + "3 It was Xmas, so we brought presents for the ki... \n", + "\n", + "[5 rows x 45 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0idconversation_idcreated_atdatetimezoneplacetweetlanguagehashtags...retweet_datetranslatetrans_srctrans_desttimementionsreplies_countretweets_countlikes_counttidy_tweets
00.015434727182154347271821275676317000.02010-06-04 18:31:570NaNPlease ignore prior tweets, as that was someon...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNPlease ignore prior tweets, as that was someon...
00.01521536376390287361521518476149432331325111228000.02011-12-28 22:27:080NaN@TheOnion So true :)en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaN@TheOnion So true :)
11.01518093150266368001518093150266368001325029135000.02011-12-27 23:38:550NaNIf you ever wanted to know the *real* truth ab...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIf you ever wanted to know the *real* truth ab...
22.01513389393897062421513389393897062421324916990000.02011-12-26 16:29:500NaNWalked around a neighborhood recently rebuilt ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNWalked around a neighborhood recently rebuilt ...
33.01513372374292398081513372374292398081324916584000.02011-12-26 16:23:040NaNIt was Xmas, so we brought presents for the ki...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIt was Xmas, so we brought presents for the ki...
\n", + "

5 rows × 45 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 22 + } + ] + }, + { + "cell_type": "code", + "source": [ + "df.drop_duplicates(subset=['tidy_tweets'], keep=False)\n", + "df.head()" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 612 + }, + "id": "XUn7AqUC4z-9", + "outputId": "3b537eb3-ef6d-4e40-b23a-d7164b2ffe84" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " Unnamed: 0 id conversation_id created_at \\\n", + "0 0.0 15434727182 15434727182 1275676317000.0 \n", + "0 0.0 152153637639028736 152151847614943233 1325111228000.0 \n", + "1 1.0 151809315026636800 151809315026636800 1325029135000.0 \n", + "2 2.0 151338939389706242 151338939389706242 1324916990000.0 \n", + "3 3.0 151337237429239808 151337237429239808 1324916584000.0 \n", + "\n", + " date timezone place \\\n", + "0 2010-06-04 18:31:57 0 NaN \n", + "0 2011-12-28 22:27:08 0 NaN \n", + "1 2011-12-27 23:38:55 0 NaN \n", + "2 2011-12-26 16:29:50 0 NaN \n", + "3 2011-12-26 16:23:04 0 NaN \n", + "\n", + " tweet language hashtags ... \\\n", + "0 Please ignore prior tweets, as that was someon... en [] ... \n", + "0 @TheOnion So true :) en [] ... \n", + "1 If you ever wanted to know the *real* truth ab... en [] ... \n", + "2 Walked around a neighborhood recently rebuilt ... en [] ... \n", + "3 It was Xmas, so we brought presents for the ki... en [] ... \n", + "\n", + " retweet_date translate trans_src trans_dest time mentions replies_count \\\n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "1 NaN NaN NaN NaN NaN NaN NaN \n", + "2 NaN NaN NaN NaN NaN NaN NaN \n", + "3 NaN NaN NaN NaN NaN NaN NaN \n", + "\n", + " retweets_count likes_count \\\n", + "0 NaN NaN \n", + "0 NaN NaN \n", + "1 NaN NaN \n", + "2 NaN NaN \n", + "3 NaN NaN \n", + "\n", + " tidy_tweets \n", + "0 Please ignore prior tweets, as that was someon... \n", + "0 @TheOnion So true :) \n", + "1 If you ever wanted to know the *real* truth ab... \n", + "2 Walked around a neighborhood recently rebuilt ... \n", + "3 It was Xmas, so we brought presents for the ki... \n", + "\n", + "[5 rows x 45 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0idconversation_idcreated_atdatetimezoneplacetweetlanguagehashtags...retweet_datetranslatetrans_srctrans_desttimementionsreplies_countretweets_countlikes_counttidy_tweets
00.015434727182154347271821275676317000.02010-06-04 18:31:570NaNPlease ignore prior tweets, as that was someon...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNPlease ignore prior tweets, as that was someon...
00.01521536376390287361521518476149432331325111228000.02011-12-28 22:27:080NaN@TheOnion So true :)en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaN@TheOnion So true :)
11.01518093150266368001518093150266368001325029135000.02011-12-27 23:38:550NaNIf you ever wanted to know the *real* truth ab...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIf you ever wanted to know the *real* truth ab...
22.01513389393897062421513389393897062421324916990000.02011-12-26 16:29:500NaNWalked around a neighborhood recently rebuilt ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNWalked around a neighborhood recently rebuilt ...
33.01513372374292398081513372374292398081324916584000.02011-12-26 16:23:040NaNIt was Xmas, so we brought presents for the ki...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIt was Xmas, so we brought presents for the ki...
\n", + "

5 rows × 45 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 23 + } + ] + }, + { + "cell_type": "code", + "source": [ + "df = df.reset_index(drop=True)\n", + "df.head()" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 612 + }, + "id": "wUyx_PmL48tU", + "outputId": "926e4a5b-a1d9-475d-dbb0-a2ffc6594bd1" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " Unnamed: 0 id conversation_id created_at \\\n", + "0 0.0 15434727182 15434727182 1275676317000.0 \n", + "1 0.0 152153637639028736 152151847614943233 1325111228000.0 \n", + "2 1.0 151809315026636800 151809315026636800 1325029135000.0 \n", + "3 2.0 151338939389706242 151338939389706242 1324916990000.0 \n", + "4 3.0 151337237429239808 151337237429239808 1324916584000.0 \n", + "\n", + " date timezone place \\\n", + "0 2010-06-04 18:31:57 0 NaN \n", + "1 2011-12-28 22:27:08 0 NaN \n", + "2 2011-12-27 23:38:55 0 NaN \n", + "3 2011-12-26 16:29:50 0 NaN \n", + "4 2011-12-26 16:23:04 0 NaN \n", + "\n", + " tweet language hashtags ... \\\n", + "0 Please ignore prior tweets, as that was someon... en [] ... \n", + "1 @TheOnion So true :) en [] ... \n", + "2 If you ever wanted to know the *real* truth ab... en [] ... \n", + "3 Walked around a neighborhood recently rebuilt ... en [] ... \n", + "4 It was Xmas, so we brought presents for the ki... en [] ... \n", + "\n", + " retweet_date translate trans_src trans_dest time mentions replies_count \\\n", + "0 NaN NaN NaN NaN NaN NaN NaN \n", + "1 NaN NaN NaN NaN NaN NaN NaN \n", + "2 NaN NaN NaN NaN NaN NaN NaN \n", + "3 NaN NaN NaN NaN NaN NaN NaN \n", + "4 NaN NaN NaN NaN NaN NaN NaN \n", + "\n", + " retweets_count likes_count \\\n", + "0 NaN NaN \n", + "1 NaN NaN \n", + "2 NaN NaN \n", + "3 NaN NaN \n", + "4 NaN NaN \n", + "\n", + " tidy_tweets \n", + "0 Please ignore prior tweets, as that was someon... \n", + "1 @TheOnion So true :) \n", + "2 If you ever wanted to know the *real* truth ab... \n", + "3 Walked around a neighborhood recently rebuilt ... \n", + "4 It was Xmas, so we brought presents for the ki... \n", + "\n", + "[5 rows x 45 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0idconversation_idcreated_atdatetimezoneplacetweetlanguagehashtags...retweet_datetranslatetrans_srctrans_desttimementionsreplies_countretweets_countlikes_counttidy_tweets
00.015434727182154347271821275676317000.02010-06-04 18:31:570NaNPlease ignore prior tweets, as that was someon...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNPlease ignore prior tweets, as that was someon...
10.01521536376390287361521518476149432331325111228000.02011-12-28 22:27:080NaN@TheOnion So true :)en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaN@TheOnion So true :)
21.01518093150266368001518093150266368001325029135000.02011-12-27 23:38:550NaNIf you ever wanted to know the *real* truth ab...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIf you ever wanted to know the *real* truth ab...
32.01513389393897062421513389393897062421324916990000.02011-12-26 16:29:500NaNWalked around a neighborhood recently rebuilt ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNWalked around a neighborhood recently rebuilt ...
43.01513372374292398081513372374292398081324916584000.02011-12-26 16:23:040NaNIt was Xmas, so we brought presents for the ki...en[]...NaNNaNNaNNaNNaNNaNNaNNaNNaNIt was Xmas, so we brought presents for the ki...
\n", + "

5 rows × 45 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 24 + } + ] + }, + { + "cell_type": "code", + "source": [ + "df['absolute_tidy_tweets'] = df['tidy_tweets'].str.replace(\"[^a-zA-Z# ]\", \"\")" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "UGnn7CjF5IGy", + "outputId": "9d8ed31a-9ebf-4faf-d9f6-b58897ede679" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "/usr/local/lib/python3.7/dist-packages/ipykernel_launcher.py:1: FutureWarning: The default value of regex will change from True to False in a future version.\n", + " \"\"\"Entry point for launching an IPython kernel.\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "stopwords_set = set(stopwords)\n", + "cleaned_tweets = []\n", + "\n", + "for index, row in df.iterrows():\n", + " \n", + " words_without_stopwords = [word for word in row.absolute_tidy_tweets.split() if not word in stopwords_set and '#' not in word.lower()]\n", + " cleaned_tweets.append(' '.join(words_without_stopwords))\n", + " \n", + "df['absolute_tidy_tweets'] = cleaned_tweets\n", + "df.head(10)" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 1000 + }, + "id": "aV2HUEvL5TDq", + "outputId": "dd213ec1-fb3a-4a01-8ca0-3708a00d12e7" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " Unnamed: 0 id conversation_id created_at \\\n", + "0 0.0 15434727182 15434727182 1275676317000.0 \n", + "1 0.0 152153637639028736 152151847614943233 1325111228000.0 \n", + "2 1.0 151809315026636800 151809315026636800 1325029135000.0 \n", + "3 2.0 151338939389706242 151338939389706242 1324916990000.0 \n", + "4 3.0 151337237429239808 151337237429239808 1324916584000.0 \n", + "5 4.0 151327734843445249 151327734843445249 1324914318000.0 \n", + "6 5.0 151322293174419456 151322293174419456 1324913020000.0 \n", + "7 6.0 151317672217419777 151317672217419777 1324911919000.0 \n", + "8 7.0 151151777662779392 151151777662779392 1324872366000.0 \n", + "9 8.0 150390624552615937 150390624552615937 1324690893000.0 \n", + "\n", + " date timezone place \\\n", + "0 2010-06-04 18:31:57 0 NaN \n", + "1 2011-12-28 22:27:08 0 NaN \n", + "2 2011-12-27 23:38:55 0 NaN \n", + "3 2011-12-26 16:29:50 0 NaN \n", + "4 2011-12-26 16:23:04 0 NaN \n", + "5 2011-12-26 15:45:18 0 NaN \n", + "6 2011-12-26 15:23:40 0 NaN \n", + "7 2011-12-26 15:05:19 0 NaN \n", + "8 2011-12-26 04:06:06 0 NaN \n", + "9 2011-12-24 01:41:33 0 NaN \n", + "\n", + " tweet language hashtags ... \\\n", + "0 Please ignore prior tweets, as that was someon... en [] ... \n", + "1 @TheOnion So true :) en [] ... \n", + "2 If you ever wanted to know the *real* truth ab... en [] ... \n", + "3 Walked around a neighborhood recently rebuilt ... en [] ... \n", + "4 It was Xmas, so we brought presents for the ki... en [] ... \n", + "5 Met with UNICEF, Doctors Without Borders and A... en [] ... \n", + "6 Just returned from a trip to Haiti. Covered a ... en [] ... \n", + "7 Single character Tweets are the ulitmate exten... en [] ... \n", + "8 I und [] ... \n", + "9 The Russians are having some challenges with t... en [] ... \n", + "\n", + " translate trans_src trans_dest time mentions replies_count \\\n", + "0 NaN NaN NaN NaN NaN NaN \n", + "1 NaN NaN NaN NaN NaN NaN \n", + "2 NaN NaN NaN NaN NaN NaN \n", + "3 NaN NaN NaN NaN NaN NaN \n", + "4 NaN NaN NaN NaN NaN NaN \n", + "5 NaN NaN NaN NaN NaN NaN \n", + "6 NaN NaN NaN NaN NaN NaN \n", + "7 NaN NaN NaN NaN NaN NaN \n", + "8 NaN NaN NaN NaN NaN NaN \n", + "9 NaN NaN NaN NaN NaN NaN \n", + "\n", + " retweets_count likes_count \\\n", + "0 NaN NaN \n", + "1 NaN NaN \n", + "2 NaN NaN \n", + "3 NaN NaN \n", + "4 NaN NaN \n", + "5 NaN NaN \n", + "6 NaN NaN \n", + "7 NaN NaN \n", + "8 NaN NaN \n", + "9 NaN NaN \n", + "\n", + " tidy_tweets \\\n", + "0 Please ignore prior tweets, as that was someon... \n", + "1 @TheOnion So true :) \n", + "2 If you ever wanted to know the *real* truth ab... \n", + "3 Walked around a neighborhood recently rebuilt ... \n", + "4 It was Xmas, so we brought presents for the ki... \n", + "5 Met with UNICEF, Doctors Without Borders and A... \n", + "6 Just returned from a trip to Haiti. Covered a ... \n", + "7 Single character Tweets are the ulitmate exten... \n", + "8 I \n", + "9 Theussians are having some challenges with the... \n", + "\n", + " absolute_tidy_tweets \n", + "0 Please ignore prior tweets someone pretending ... \n", + "1 TheOnion So true \n", + "2 If ever wanted know real truth moon landings b... \n", + "3 Walked around neighborhood recently rebuilt he... \n", + "4 It Xmas brought presents kids orphanage They d... \n", + "5 Met UNICEF Doctors Without Borders Artists Pea... \n", + "6 Just returned trip Haiti Covered lot ground sa... \n", + "7 Single character Tweets ulitmate extension Twi... \n", + "8 I \n", + "9 Theussians challenges rockets Too many enginee... \n", + "\n", + "[10 rows x 46 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0idconversation_idcreated_atdatetimezoneplacetweetlanguagehashtags...translatetrans_srctrans_desttimementionsreplies_countretweets_countlikes_counttidy_tweetsabsolute_tidy_tweets
00.015434727182154347271821275676317000.02010-06-04 18:31:570NaNPlease ignore prior tweets, as that was someon...en[]...NaNNaNNaNNaNNaNNaNNaNNaNPlease ignore prior tweets, as that was someon...Please ignore prior tweets someone pretending ...
10.01521536376390287361521518476149432331325111228000.02011-12-28 22:27:080NaN@TheOnion So true :)en[]...NaNNaNNaNNaNNaNNaNNaNNaN@TheOnion So true :)TheOnion So true
21.01518093150266368001518093150266368001325029135000.02011-12-27 23:38:550NaNIf you ever wanted to know the *real* truth ab...en[]...NaNNaNNaNNaNNaNNaNNaNNaNIf you ever wanted to know the *real* truth ab...If ever wanted know real truth moon landings b...
32.01513389393897062421513389393897062421324916990000.02011-12-26 16:29:500NaNWalked around a neighborhood recently rebuilt ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNWalked around a neighborhood recently rebuilt ...Walked around neighborhood recently rebuilt he...
43.01513372374292398081513372374292398081324916584000.02011-12-26 16:23:040NaNIt was Xmas, so we brought presents for the ki...en[]...NaNNaNNaNNaNNaNNaNNaNNaNIt was Xmas, so we brought presents for the ki...It Xmas brought presents kids orphanage They d...
54.01513277348434452491513277348434452491324914318000.02011-12-26 15:45:180NaNMet with UNICEF, Doctors Without Borders and A...en[]...NaNNaNNaNNaNNaNNaNNaNNaNMet with UNICEF, Doctors Without Borders and A...Met UNICEF Doctors Without Borders Artists Pea...
65.01513222931744194561513222931744194561324913020000.02011-12-26 15:23:400NaNJust returned from a trip to Haiti. Covered a ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNJust returned from a trip to Haiti. Covered a ...Just returned trip Haiti Covered lot ground sa...
76.01513176722174197771513176722174197771324911919000.02011-12-26 15:05:190NaNSingle character Tweets are the ulitmate exten...en[]...NaNNaNNaNNaNNaNNaNNaNNaNSingle character Tweets are the ulitmate exten...Single character Tweets ulitmate extension Twi...
87.01511517776627793921511517776627793921324872366000.02011-12-26 04:06:060NaNIund[]...NaNNaNNaNNaNNaNNaNNaNNaNII
98.01503906245526159371503906245526159371324690893000.02011-12-24 01:41:330NaNThe Russians are having some challenges with t...en[]...NaNNaNNaNNaNNaNNaNNaNNaNTheussians are having some challenges with the...Theussians challenges rockets Too many enginee...
\n", + "

10 rows × 46 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 26 + } + ] + }, + { + "cell_type": "code", + "source": [ + "tokenized_tweet = df['absolute_tidy_tweets'].apply(lambda x: x.split())\n", + "tokenized_tweet.head()" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "TlgbTFR95qQE", + "outputId": "4c06dba9-ab48-4d6e-cdf9-2c3e261872b6" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + "0 [Please, ignore, prior, tweets, someone, prete...\n", + "1 [TheOnion, So, true]\n", + "2 [If, ever, wanted, know, real, truth, moon, la...\n", + "3 [Walked, around, neighborhood, recently, rebui...\n", + "4 [It, Xmas, brought, presents, kids, orphanage,...\n", + "Name: absolute_tidy_tweets, dtype: object" + ] + }, + "metadata": {}, + "execution_count": 27 + } + ] + }, + { + "cell_type": "code", + "source": [ + "import nltk\n", + "nltk.download('omw-1.4')\n", + " " + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "P0LsIz006IZu", + "outputId": "d15521f9-229f-4ee2-bb62-f621d28bcd98" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "[nltk_data] Downloading package omw-1.4 to /root/nltk_data...\n" + ] + }, + { + "output_type": "execute_result", + "data": { + "text/plain": [ + "True" + ] + }, + "metadata": {}, + "execution_count": 28 + } + ] + }, + { + "cell_type": "code", + "source": [ + "word_lemmatizer = WordNetLemmatizer()\n", + "\n", + "tokenized_tweet = tokenized_tweet.apply(lambda x: [word_lemmatizer.lemmatize(i) for i in x])\n", + "tokenized_tweet.head()" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "RIB0CsLU5zqD", + "outputId": "33cc25af-8c19-4aa4-a359-965219a9b528" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + "0 [Please, ignore, prior, tweet, someone, preten...\n", + "1 [TheOnion, So, true]\n", + "2 [If, ever, wanted, know, real, truth, moon, la...\n", + "3 [Walked, around, neighborhood, recently, rebui...\n", + "4 [It, Xmas, brought, present, kid, orphanage, T...\n", + "Name: absolute_tidy_tweets, dtype: object" + ] + }, + "metadata": {}, + "execution_count": 29 + } + ] + }, + { + "cell_type": "code", + "source": [ + "for i, tokens in enumerate(tokenized_tweet):\n", + " tokenized_tweet[i] = ' '.join(tokens)\n", + "\n", + "df['absolute_tidy_tweets'] = tokenized_tweet\n", + "df.head(10)" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 1000 + }, + "id": "k1C_Mpqo6Z0d", + "outputId": "fcb278b1-114d-4b3c-8427-82412913193f" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " Unnamed: 0 id conversation_id created_at \\\n", + "0 0.0 15434727182 15434727182 1275676317000.0 \n", + "1 0.0 152153637639028736 152151847614943233 1325111228000.0 \n", + "2 1.0 151809315026636800 151809315026636800 1325029135000.0 \n", + "3 2.0 151338939389706242 151338939389706242 1324916990000.0 \n", + "4 3.0 151337237429239808 151337237429239808 1324916584000.0 \n", + "5 4.0 151327734843445249 151327734843445249 1324914318000.0 \n", + "6 5.0 151322293174419456 151322293174419456 1324913020000.0 \n", + "7 6.0 151317672217419777 151317672217419777 1324911919000.0 \n", + "8 7.0 151151777662779392 151151777662779392 1324872366000.0 \n", + "9 8.0 150390624552615937 150390624552615937 1324690893000.0 \n", + "\n", + " date timezone place \\\n", + "0 2010-06-04 18:31:57 0 NaN \n", + "1 2011-12-28 22:27:08 0 NaN \n", + "2 2011-12-27 23:38:55 0 NaN \n", + "3 2011-12-26 16:29:50 0 NaN \n", + "4 2011-12-26 16:23:04 0 NaN \n", + "5 2011-12-26 15:45:18 0 NaN \n", + "6 2011-12-26 15:23:40 0 NaN \n", + "7 2011-12-26 15:05:19 0 NaN \n", + "8 2011-12-26 04:06:06 0 NaN \n", + "9 2011-12-24 01:41:33 0 NaN \n", + "\n", + " tweet language hashtags ... \\\n", + "0 Please ignore prior tweets, as that was someon... en [] ... \n", + "1 @TheOnion So true :) en [] ... \n", + "2 If you ever wanted to know the *real* truth ab... en [] ... \n", + "3 Walked around a neighborhood recently rebuilt ... en [] ... \n", + "4 It was Xmas, so we brought presents for the ki... en [] ... \n", + "5 Met with UNICEF, Doctors Without Borders and A... en [] ... \n", + "6 Just returned from a trip to Haiti. Covered a ... en [] ... \n", + "7 Single character Tweets are the ulitmate exten... en [] ... \n", + "8 I und [] ... \n", + "9 The Russians are having some challenges with t... en [] ... \n", + "\n", + " translate trans_src trans_dest time mentions replies_count \\\n", + "0 NaN NaN NaN NaN NaN NaN \n", + "1 NaN NaN NaN NaN NaN NaN \n", + "2 NaN NaN NaN NaN NaN NaN \n", + "3 NaN NaN NaN NaN NaN NaN \n", + "4 NaN NaN NaN NaN NaN NaN \n", + "5 NaN NaN NaN NaN NaN NaN \n", + "6 NaN NaN NaN NaN NaN NaN \n", + "7 NaN NaN NaN NaN NaN NaN \n", + "8 NaN NaN NaN NaN NaN NaN \n", + "9 NaN NaN NaN NaN NaN NaN \n", + "\n", + " retweets_count likes_count \\\n", + "0 NaN NaN \n", + "1 NaN NaN \n", + "2 NaN NaN \n", + "3 NaN NaN \n", + "4 NaN NaN \n", + "5 NaN NaN \n", + "6 NaN NaN \n", + "7 NaN NaN \n", + "8 NaN NaN \n", + "9 NaN NaN \n", + "\n", + " tidy_tweets \\\n", + "0 Please ignore prior tweets, as that was someon... \n", + "1 @TheOnion So true :) \n", + "2 If you ever wanted to know the *real* truth ab... \n", + "3 Walked around a neighborhood recently rebuilt ... \n", + "4 It was Xmas, so we brought presents for the ki... \n", + "5 Met with UNICEF, Doctors Without Borders and A... \n", + "6 Just returned from a trip to Haiti. Covered a ... \n", + "7 Single character Tweets are the ulitmate exten... \n", + "8 I \n", + "9 Theussians are having some challenges with the... \n", + "\n", + " absolute_tidy_tweets \n", + "0 Please ignore prior tweet someone pretending T... \n", + "1 TheOnion So true \n", + "2 If ever wanted know real truth moon landing be... \n", + "3 Walked around neighborhood recently rebuilt he... \n", + "4 It Xmas brought present kid orphanage They don... \n", + "5 Met UNICEF Doctors Without Borders Artists Pea... \n", + "6 Just returned trip Haiti Covered lot ground sa... \n", + "7 Single character Tweets ulitmate extension Twi... \n", + "8 I \n", + "9 Theussians challenge rocket Too many engineer ... \n", + "\n", + "[10 rows x 46 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0idconversation_idcreated_atdatetimezoneplacetweetlanguagehashtags...translatetrans_srctrans_desttimementionsreplies_countretweets_countlikes_counttidy_tweetsabsolute_tidy_tweets
00.015434727182154347271821275676317000.02010-06-04 18:31:570NaNPlease ignore prior tweets, as that was someon...en[]...NaNNaNNaNNaNNaNNaNNaNNaNPlease ignore prior tweets, as that was someon...Please ignore prior tweet someone pretending T...
10.01521536376390287361521518476149432331325111228000.02011-12-28 22:27:080NaN@TheOnion So true :)en[]...NaNNaNNaNNaNNaNNaNNaNNaN@TheOnion So true :)TheOnion So true
21.01518093150266368001518093150266368001325029135000.02011-12-27 23:38:550NaNIf you ever wanted to know the *real* truth ab...en[]...NaNNaNNaNNaNNaNNaNNaNNaNIf you ever wanted to know the *real* truth ab...If ever wanted know real truth moon landing be...
32.01513389393897062421513389393897062421324916990000.02011-12-26 16:29:500NaNWalked around a neighborhood recently rebuilt ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNWalked around a neighborhood recently rebuilt ...Walked around neighborhood recently rebuilt he...
43.01513372374292398081513372374292398081324916584000.02011-12-26 16:23:040NaNIt was Xmas, so we brought presents for the ki...en[]...NaNNaNNaNNaNNaNNaNNaNNaNIt was Xmas, so we brought presents for the ki...It Xmas brought present kid orphanage They don...
54.01513277348434452491513277348434452491324914318000.02011-12-26 15:45:180NaNMet with UNICEF, Doctors Without Borders and A...en[]...NaNNaNNaNNaNNaNNaNNaNNaNMet with UNICEF, Doctors Without Borders and A...Met UNICEF Doctors Without Borders Artists Pea...
65.01513222931744194561513222931744194561324913020000.02011-12-26 15:23:400NaNJust returned from a trip to Haiti. Covered a ...en[]...NaNNaNNaNNaNNaNNaNNaNNaNJust returned from a trip to Haiti. Covered a ...Just returned trip Haiti Covered lot ground sa...
76.01513176722174197771513176722174197771324911919000.02011-12-26 15:05:190NaNSingle character Tweets are the ulitmate exten...en[]...NaNNaNNaNNaNNaNNaNNaNNaNSingle character Tweets are the ulitmate exten...Single character Tweets ulitmate extension Twi...
87.01511517776627793921511517776627793921324872366000.02011-12-26 04:06:060NaNIund[]...NaNNaNNaNNaNNaNNaNNaNNaNII
98.01503906245526159371503906245526159371324690893000.02011-12-24 01:41:330NaNThe Russians are having some challenges with t...en[]...NaNNaNNaNNaNNaNNaNNaNNaNTheussians are having some challenges with the...Theussians challenge rocket Too many engineer ...
\n", + "

10 rows × 46 columns

\n", + "
\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "
\n", + " " + ] + }, + "metadata": {}, + "execution_count": 30 + } + ] + }, + { + "cell_type": "code", + "source": [ + "class PhraseExtractHelper(object):\n", + " def __init__(self):\n", + " self.lemmatizer = nltk.WordNetLemmatizer()\n", + " self.stemmer = nltk.stem.porter.PorterStemmer()\n", + " \n", + " def leaves(self, tree):\n", + " for subtree in tree.subtrees(filter = lambda t: t.label()=='NP'):\n", + " yield subtree.leaves()\n", + "\n", + " def normalise(self, word):\n", + " word = word.lower()\n", + " word = self.lemmatizer.lemmatize(word)\n", + " return word\n", + "\n", + " def acceptable_word(self, word):\n", + " accepted = bool(3 <= len(word) <= 40\n", + " and word.lower() not in stopwords\n", + " and 'https' not in word.lower()\n", + " and 'http' not in word.lower()\n", + " and '#' not in word.lower()\n", + " )\n", + " return accepted\n", + "\n", + " def get_terms(self, tree):\n", + " for leaf in self.leaves(tree):\n", + " term = [ self.normalise(w) for w,t in leaf if self.acceptable_word(w) ]\n", + " yield term" + ], + "metadata": { + "id": "H0hnOJIN6jNr" + }, + "execution_count": null, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "sentence_re = r'(?:(?:[A-Z])(?:.[A-Z])+.?)|(?:\\w+(?:-\\w+)*)|(?:\\$?\\d+(?:.\\d+)?%?)|(?:...|)(?:[][.,;\"\\'?():-_`])'\n", + "grammar = r\"\"\"\n", + " NBAR:\n", + " {*} \n", + " \n", + " NP:\n", + " {}\n", + " {} \n", + "\"\"\"\n", + "chunker = nltk.RegexpParser(grammar)" + ], + "metadata": { + "id": "YSM7ejfX7amh" + }, + "execution_count": null, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "key_phrases = []\n", + "phrase_extract_helper = PhraseExtractHelper()\n", + "\n", + "for index, row in df.iterrows(): \n", + " toks = nltk.regexp_tokenize(row.tidy_tweets, sentence_re)\n", + " postoks = nltk.tag.pos_tag(toks)\n", + " tree = chunker.parse(postoks)\n", + "\n", + " terms = phrase_extract_helper.get_terms(tree)\n", + " tweet_phrases = []\n", + "\n", + " for term in terms:\n", + " if len(term):\n", + " tweet_phrases.append(' '.join(term))\n", + " \n", + " key_phrases.append(tweet_phrases)\n", + " \n", + "key_phrases[:10]" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "Sk6p620U8K5B", + "outputId": "9e59023f-44ce-40fb-c884-0a110489d24c" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n", + "Warning: parsing empty text\n" + ] + }, + { + "output_type": "execute_result", + "data": { + "text/plain": [ + "[['please', 'prior tweet', 'someone pretending'],\n", + " ['theonion'],\n", + " ['real truth', 'moon landing ...', 'onion article'],\n", + " ['neighborhood', 'help', ' apj', 'others'],\n", + " ['xmas', 'present', 'kid', 'orphanage'],\n", + " ['met',\n", + " ' uni cef, doctor',\n", + " 'border',\n", + " 'artist',\n", + " 'peace & j ustice',\n", + " 'others'],\n", + " ['trip', 'haiti', 'lot', 'ground', 'many tough situation', 'lot', 'help'],\n", + " ['single character tweet', 'ulitmate extension', 'twitmeme'],\n", + " [],\n", + " ['theussians', 'challenge', 'rocket', 'engineer']]" + ] + }, + "metadata": {}, + "execution_count": 33 + } + ] + }, + { + "cell_type": "code", + "source": [ + "target_variable = df['tweet'].apply(lambda x: 0 if x=='neg' else 1)" + ], + "metadata": { + "id": "1V2BYy4q1f0h" + }, + "execution_count": null, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "def naive_model(X_train, X_test, y_train, y_test):\n", + " naive_classifier = GaussianNB()\n", + " naive_classifier.fit(X_train.toarray(), y_train)\n", + "\n", + " predictions = naive_classifier.predict(X_test.toarray())\n", + "\n", + " \n", + " print(f'Accuracy Score - {accuracy_score(y_test, predictions)}')\n", + " " + ], + "metadata": { + "id": "xVkKEmjV2KDH" + }, + "execution_count": null, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "X_train, X_test, y_train, y_test = train_test_split(tfidf_word_feature, target_variable, test_size=0.3, random_state=272)\n", + "naive_model(X_train, X_test, y_train, y_test)" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "-oEzyB4o2sD6", + "outputId": "8e6db025-bfd3-440f-9ace-a6bedc93a7b0" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Accuracy Score - 1.0\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "df['tweet'][2]" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 35 + }, + "id": "Wa8PSTuR3TzX", + "outputId": "90962031-08de-4689-a530-f69d5d42d732" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + "'If you ever wanted to know the *real* truth about the moon landings ...(best Onion article ever) http://t.co/pgNEJsjI'" + ], + "application/vnd.google.colaboratory.intrinsic+json": { + "type": "string" + } + }, + "metadata": {}, + "execution_count": 49 + } + ] + } + ] +} \ No newline at end of file